From 78779fc8da87f5231bd743a86f1fcce0551a4653 Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Thu, 31 Jul 2025 16:33:58 +0200 Subject: [PATCH 01/10] embeddings branch --- .env.example | 61 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 22 deletions(-) diff --git a/.env.example b/.env.example index 7b393e6..dfb7b46 100644 --- a/.env.example +++ b/.env.example @@ -2,34 +2,51 @@ # ForensicPathways Environment Configuration # =========================================== -# Authentication & OIDC (Required) -AUTH_SECRET=change-this-to-a-strong-secret-key-in-production +# === Authentication Configuration === +AUTHENTICATION_NECESSARY=false +AUTHENTICATION_NECESSARY_CONTRIBUTIONS=false +AUTHENTICATION_NECESSARY_AI=false +AUTH_SECRET=your-secret-key-change-in-production + +# OIDC Configuration (if authentication enabled) OIDC_ENDPOINT=https://your-oidc-provider.com -OIDC_CLIENT_ID=your-oidc-client-id -OIDC_CLIENT_SECRET=your-oidc-client-secret +OIDC_CLIENT_ID=your-client-id +OIDC_CLIENT_SECRET=your-client-secret -# Auth Scopes - set to true in prod -AUTHENTICATION_NECESSARY_CONTRIBUTIONS=true -AUTHENTICATION_NECESSARY_AI=true +# === AI Configuration === -# Application Configuration (Required) -PUBLIC_BASE_URL=https://your-domain.com -NODE_ENV=production +# Selector AI (for selection stage, choode a good model) +AI_SELECTOR_ENDPOINT=https://llm.mikoshi.de +AI_SELECTOR_API_KEY=sk-DzREDACTEDHA +AI_SELECTOR_MODEL=mistral/mistral-medium-latest -# AI Service Configuration (Required for AI features) -AI_MODEL=mistral-large-latest -AI_API_ENDPOINT=https://api.mistral.ai -AI_API_KEY=your-mistral-api-key -AI_RATE_LIMIT_DELAY_MS=1000 +# Analyzer AI (for analysis stage, choose a smaller model) +AI_ANALYZER_ENDPOINT=https://llm.mikoshi.de +AI_ANALYZER_API_KEY=sk-DzREDACTEDnHA +AI_ANALYZER_MODEL=mistral/mistral-small-latest -# 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 +# === Embeddings Configuration === +# Enable/disable semantic embeddings pre-selection +AI_EMBEDDINGS_ENABLED=true -# File Upload Configuration (Optional) -LOCAL_UPLOAD_PATH=./public/uploads +# Embeddings API (Mistral recommended) +AI_EMBEDDINGS_ENDPOINT=https://api.mistral.ai/v1/embeddings +AI_EMBEDDINGS_API_KEY=ZSpREDACTED3wL +AI_EMBEDDINGS_MODEL=mistral-embed + +# Embeddings performance settings +AI_EMBEDDINGS_BATCH_SIZE=20 +AI_EMBEDDINGS_BATCH_DELAY_MS=1000 +AI_EMBEDDING_CANDIDATES=30 +AI_SIMILARITY_THRESHOLD=0.3 + +# === AI Processing Configuration === +AI_MAX_SELECTED_ITEMS=15 +AI_RATE_LIMIT_DELAY_MS=2000 + +# === Application Configuration === +PUBLIC_BASE_URL=http://localhost:4321 +NODE_ENV=development # Nextcloud Integration (Optional) NEXTCLOUD_ENDPOINT=https://your-nextcloud.com From 895c476476700ecf659e4b437109fd31027b03ff Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Thu, 31 Jul 2025 16:41:38 +0200 Subject: [PATCH 02/10] progress --- .astro/data-store.json | 2 +- data/embeddings.json | 117075 +++++++++++++++++++++++ src/pages/api/ai/embeddings.status.ts | 22 + src/pages/api/ai/enhance-input.ts | 76 +- src/pages/api/ai/query.ts | 355 +- src/utils/aiPipeline.ts | 521 + src/utils/dataService.ts | 30 +- src/utils/embeddings.ts | 259 + 8 files changed, 117978 insertions(+), 362 deletions(-) create mode 100644 data/embeddings.json create mode 100644 src/pages/api/ai/embeddings.status.ts create mode 100644 src/utils/aiPipeline.ts create mode 100644 src/utils/embeddings.ts diff --git a/.astro/data-store.json b/.astro/data-store.json index c143cad..c4d4215 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.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,100,101,149,150,223,224,288,289,344,345],"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","regular-expressions-regex",{"id":100,"data":102,"body":116,"filePath":117,"digest":118,"rendered":119,"legacyId":148},{"title":103,"tool_name":104,"description":105,"last_updated":106,"author":16,"difficulty":17,"categories":107,"tags":109,"sections":115,"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,108],"fraud-investigation",[110,111,112,113,114],"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":120,"metadata":121},"\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":122,"localImagePaths":145,"remoteImagePaths":146,"frontmatter":102,"imagePaths":147},[123,124,125,128,131,134,137,138,139,142],{"depth":43,"slug":44,"text":45},{"depth":47,"slug":70,"text":71},{"depth":51,"slug":126,"text":127},"1-ip-adressen-extrahieren","1. IP-Adressen extrahieren",{"depth":51,"slug":129,"text":130},"2-e-mail-adressen-identifizieren","2. E-Mail-Adressen identifizieren",{"depth":51,"slug":132,"text":133},"3-hash-werte-erkennen-zb-sha-256","3. Hash-Werte erkennen (z. B. SHA-256)",{"depth":51,"slug":135,"text":136},"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":140,"text":141},"lookaheads-und-lookbehinds","Lookaheads und Lookbehinds",{"depth":51,"slug":143,"text":144},"regex-in-forensik-tools","Regex in Forensik-Tools",[],[],[],"regular-expressions-regex.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":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,157,158],"forensics","penetration-testing",[160,161,158,162,163,164],"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":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":43,"slug":44,"text":45},{"depth":47,"slug":48,"text":49},{"depth":51,"slug":176,"text":177},"option-1-live-system-usbdvd","Option 1: Live-System (USB/DVD)",{"depth":51,"slug":179,"text":180},"option-2-installation-auf-festplatte","Option 2: Installation auf Festplatte",{"depth":51,"slug":182,"text":183},"option-3-virtuelle-maschine-vm","Option 3: Virtuelle Maschine (VM)",{"depth":47,"slug":58,"text":59},{"depth":51,"slug":186,"text":187},"netzwerkeinstellungen","Netzwerkeinstellungen",{"depth":51,"slug":189,"text":190},"updates--paketquellen","Updates & Paketquellen",{"depth":51,"slug":192,"text":193},"sprache--lokalisierung","Sprache & Lokalisierung",{"depth":47,"slug":70,"text":71},{"depth":51,"slug":196,"text":197},"1-netzwerkscan-mit-nmap","1. Netzwerkscan mit Nmap",{"depth":51,"slug":199,"text":200},"2-passwort-cracking-mit-john-the-ripper","2. Passwort-Cracking mit John the Ripper",{"depth":51,"slug":202,"text":203},"3-forensik-mit-autopsy","3. Forensik mit Autopsy",{"depth":51,"slug":205,"text":206},"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":210,"text":211},"problem-keine-internetverbindung-nach-installation","Problem: Keine Internetverbindung nach Installation",{"depth":51,"slug":213,"text":214},"problem-tools-fehlen-nach-update","Problem: Tools fehlen nach Update",{"depth":51,"slug":216,"text":217},"problem-permission-denied-bei-tools","Problem: „Permission Denied“ bei Tools",{"depth":47,"slug":94,"text":95},[],[],[],"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":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: ![Status](https://status.mikoshi.de/api/badge/33/status)\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","nextcloud",{"id":288,"data":290,"body":304,"filePath":305,"digest":306,"rendered":307,"legacyId":343},{"title":291,"tool_name":292,"description":293,"last_updated":294,"author":16,"difficulty":295,"categories":296,"tags":298,"sections":303,"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",[297],"collaboration-general",[25,299,300,27,301,302],"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":308,"metadata":309},"\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":310,"localImagePaths":340,"remoteImagePaths":341,"frontmatter":290,"imagePaths":342},[311,312,313,314,317,318,319,322,325,328,329,330,333,336,339],{"depth":43,"slug":44,"text":45},{"depth":47,"slug":48,"text":49},{"depth":51,"slug":52,"text":53},{"depth":51,"slug":315,"text":316},"installationsschritte-ubuntu-beispiel","Installationsschritte (Ubuntu Beispiel)",{"depth":47,"slug":58,"text":59},{"depth":47,"slug":70,"text":71},{"depth":51,"slug":320,"text":321},"gemeinsame-fallbearbeitung","Gemeinsame Fallbearbeitung",{"depth":51,"slug":323,"text":324},"videokonferenzen-mit-nextcloud-talk","Videokonferenzen mit “Nextcloud Talk”",{"depth":51,"slug":326,"text":327},"automatischer-dateiimport-per-api","Automatischer Dateiimport per API",{"depth":47,"slug":79,"text":80},{"depth":47,"slug":82,"text":83},{"depth":51,"slug":331,"text":332},"problem-langsame-performance","Problem: Langsame Performance",{"depth":51,"slug":334,"text":335},"problem-dateien-erscheinen-nicht-im-sync","Problem: Dateien erscheinen nicht im Sync",{"depth":51,"slug":337,"text":338},"problem-fehlermeldung-trusted-domain-not-set","Problem: Fehlermeldung “Trusted domain not set”",{"depth":47,"slug":94,"text":95},[],[],[],"nextcloud.md","android-logical-imaging",{"id":344,"data":346,"body":359,"filePath":360,"digest":361,"rendered":362,"legacyId":590},{"title":347,"tool_name":348,"description":349,"last_updated":350,"author":351,"difficulty":230,"categories":352,"tags":354,"sections":358,"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)",[353],"data-collection",[355,356,357],"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":363,"metadata":364},"\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":365,"localImagePaths":587,"remoteImagePaths":588,"frontmatter":346,"imagePaths":589},[366,367,370,373,374,377,380,382,385,388,391,394,397,400,403,406,407,410,413,416,419,422,425,428,431,434,435,438,441,444,447,450,453,456,459,462,465,468,471,474,475,478,481,484,487,490,493,496,499,502,505,508,509,512,515,518,521,524,527,530,533,536,539,542,545,548,551,554,557,560,563,566,569,572,575,578,581,584],{"depth":43,"slug":44,"text":45},{"depth":47,"slug":368,"text":369},"kernkomponenten-des-open-source-forensik-stacks","Kernkomponenten des Open-Source Forensik-Stacks",{"depth":47,"slug":371,"text":372},"erfolgsraten-nach-gerätealter","Erfolgsraten nach Gerätealter",{"depth":43,"slug":48,"text":49},{"depth":47,"slug":375,"text":376},"sift-workstation-setup","SIFT Workstation Setup",{"depth":51,"slug":378,"text":379},"systemanforderungen","Systemanforderungen",{"depth":51,"slug":381,"text":49},"installation-1",{"depth":47,"slug":383,"text":384},"autopsy-installation","Autopsy Installation",{"depth":51,"slug":386,"text":387},"windows-installation","Windows Installation",{"depth":51,"slug":389,"text":390},"linux-installation","Linux Installation",{"depth":47,"slug":392,"text":393},"essential-tools-installation","Essential Tools Installation",{"depth":51,"slug":395,"text":396},"android-debug-bridge-adb","Android Debug Bridge (ADB)",{"depth":51,"slug":398,"text":399},"aleapp-installation","ALEAPP Installation",{"depth":51,"slug":401,"text":402},"mobile-verification-toolkit-mvt","Mobile Verification Toolkit (MVT)",{"depth":51,"slug":404,"text":405},"andriller-installation","Andriller Installation",{"depth":43,"slug":58,"text":59},{"depth":47,"slug":408,"text":409},"adb-setup-und-gerätevorbereitung","ADB Setup und Gerätevorbereitung",{"depth":51,"slug":411,"text":412},"usb-debugging-aktivieren","USB-Debugging aktivieren",{"depth":51,"slug":414,"text":415},"adb-verbindung-testen","ADB Verbindung testen",{"depth":47,"slug":417,"text":418},"autopsy-projektkonfiguration","Autopsy Projektkonfiguration",{"depth":51,"slug":420,"text":421},"case-setup","Case-Setup",{"depth":51,"slug":423,"text":424},"android-analyzer-module-aktivieren","Android Analyzer Module aktivieren",{"depth":51,"slug":426,"text":427},"hash-algorithmen-konfigurieren","Hash-Algorithmen konfigurieren",{"depth":47,"slug":429,"text":430},"mvt-konfiguration","MVT Konfiguration",{"depth":51,"slug":432,"text":433},"konfigurationsdatei-erstellen","Konfigurationsdatei erstellen",{"depth":43,"slug":70,"text":71},{"depth":47,"slug":436,"text":437},"fall-1-logische-datenextraktion-mit-adb","Fall 1: Logische Datenextraktion mit ADB",{"depth":51,"slug":439,"text":440},"geräteinformationen-sammeln","Geräteinformationen sammeln",{"depth":51,"slug":442,"text":443},"datenbank-extraktion","Datenbank-Extraktion",{"depth":51,"slug":445,"text":446},"whatsapp-datenextraktion","WhatsApp Datenextraktion",{"depth":47,"slug":448,"text":449},"fall-2-android-backup-analyse","Fall 2: Android Backup-Analyse",{"depth":51,"slug":451,"text":452},"vollständiges-backup-erstellen","Vollständiges Backup erstellen",{"depth":51,"slug":454,"text":455},"backup-mit-aleapp-analysieren","Backup mit ALEAPP analysieren",{"depth":47,"slug":457,"text":458},"fall-3-mvt-kompromittierungsanalyse","Fall 3: MVT Kompromittierungsanalyse",{"depth":51,"slug":460,"text":461},"live-geräteanalyse","Live-Geräteanalyse",{"depth":51,"slug":463,"text":464},"ioc-suche-mit-pegasus-indikatoren","IOC-Suche mit Pegasus-Indikatoren",{"depth":47,"slug":466,"text":467},"fall-4-physische-extraktion-root-erforderlich","Fall 4: Physische Extraktion (Root erforderlich)",{"depth":51,"slug":469,"text":470},"device-rooting---mediatek-geräte","Device Rooting - MediaTek Geräte",{"depth":51,"slug":472,"text":473},"vollständiges-memory-dump","Vollständiges Memory Dump",{"depth":43,"slug":79,"text":80},{"depth":47,"slug":476,"text":477},"rechtliche-compliance","Rechtliche Compliance",{"depth":51,"slug":479,"text":480},"dokumentation-und-chain-of-custody","Dokumentation und Chain of Custody",{"depth":51,"slug":482,"text":483},"familiengeräte-und-nachlässe","Familiengeräte und Nachlässe",{"depth":47,"slug":485,"text":486},"technische-best-practices","Technische Best Practices",{"depth":51,"slug":488,"text":489},"hash-integrität-sicherstellen","Hash-Integrität sicherstellen",{"depth":51,"slug":491,"text":492},"sichere-arbeitsumgebung","Sichere Arbeitsumgebung",{"depth":51,"slug":494,"text":495},"qualitätssicherung","Qualitätssicherung",{"depth":47,"slug":497,"text":498},"erfolgsmaximierung-nach-gerätehersteller","Erfolgsmaximierung nach Gerätehersteller",{"depth":51,"slug":500,"text":501},"mediatek-geräte-höchste-erfolgsrate","MediaTek-Geräte (Höchste Erfolgsrate)",{"depth":51,"slug":503,"text":504},"samsung-geräte","Samsung-Geräte",{"depth":51,"slug":506,"text":507},"pixelnexus-geräte","Pixel/Nexus-Geräte",{"depth":43,"slug":82,"text":83},{"depth":47,"slug":510,"text":511},"problem-adb-erkennt-gerät-nicht","Problem: ADB erkennt Gerät nicht",{"depth":51,"slug":513,"text":514},"lösung-usb-treiber-und-berechtigungen","Lösung: USB-Treiber und Berechtigungen",{"depth":51,"slug":516,"text":517},"windows-treiber-installation","Windows: Treiber-Installation",{"depth":47,"slug":519,"text":520},"problem-verschlüsselte-android-backups","Problem: Verschlüsselte Android Backups",{"depth":51,"slug":522,"text":523},"lösung-android-backup-extractor","Lösung: Android Backup Extractor",{"depth":47,"slug":525,"text":526},"problem-unzureichende-berechtigungen-für-datenextraktion","Problem: Unzureichende Berechtigungen für Datenextraktion",{"depth":51,"slug":528,"text":529},"lösung-alternative-extraktionsmethoden","Lösung: Alternative Extraktionsmethoden",{"depth":47,"slug":531,"text":532},"problem-aleapp-parsing-fehler","Problem: ALEAPP Parsing-Fehler",{"depth":51,"slug":534,"text":535},"lösung-datenformat-probleme-beheben","Lösung: Datenformat-Probleme beheben",{"depth":43,"slug":537,"text":538},"erweiterte-techniken","Erweiterte Techniken",{"depth":47,"slug":540,"text":541},"memory-forensics-mit-lime","Memory Forensics mit LiME",{"depth":51,"slug":543,"text":544},"lime-für-arm-devices-kompilieren","LiME für ARM-Devices kompilieren",{"depth":51,"slug":546,"text":547},"volatility-analyse-von-android-memory","Volatility-Analyse von Android Memory",{"depth":47,"slug":549,"text":550},"frida-basierte-runtime-analyse","FRIDA-basierte Runtime-Analyse",{"depth":51,"slug":552,"text":553},"frida-für-kryptographie-hooks","FRIDA für Kryptographie-Hooks",{"depth":51,"slug":555,"text":556},"frida-installation-und-verwendung","FRIDA Installation und Verwendung",{"depth":47,"slug":558,"text":559},"custom-recovery-und-fastboot-exploits","Custom Recovery und Fastboot-Exploits",{"depth":51,"slug":561,"text":562},"twrp-installation-für-forensischen-zugang","TWRP Installation für forensischen Zugang",{"depth":51,"slug":564,"text":565},"partitions-imaging-mit-dd","Partitions-Imaging mit dd",{"depth":47,"slug":567,"text":568},"sqlite-forensics-und-gelöschte-daten","SQLite Forensics und gelöschte Daten",{"depth":51,"slug":570,"text":571},"erweiterte-sqlite-analyse","Erweiterte SQLite-Analyse",{"depth":51,"slug":573,"text":574},"timeline-rekonstruktion","Timeline-Rekonstruktion",{"depth":47,"slug":576,"text":577},"weiterführende-ressourcen","Weiterführende Ressourcen",{"depth":51,"slug":579,"text":580},"dokumentation-und-standards","Dokumentation und Standards",{"depth":51,"slug":582,"text":583},"community-und-weiterbildung","Community und Weiterbildung",{"depth":51,"slug":585,"text":586},"spezialisierte-tools","Spezialisierte Tools",[],[],[],"android-logical-imaging.md"] \ No newline at end of file +[["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: ![Status](https://status.mikoshi.de/api/badge/33/status)\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 diff --git a/data/embeddings.json b/data/embeddings.json new file mode 100644 index 0000000..132bdc0 --- /dev/null +++ b/data/embeddings.json @@ -0,0 +1,117075 @@ +{ + "version": "eyJ0b29scyI6W3sibmFtZSI6IlBob3Rv", + "lastUpdated": 1753972744127, + "embeddings": [ + { + "id": "tool_PhotoRec", + "type": "tool", + "name": "PhotoRec", + "content": "photorec der datenretter ignoriert dateisysteme und findet gelöschte dateien durch signature-scanning - selbst nach formatierung. über 300 dateiformate von jpegs über office-dokumente bis zu verschlüsselten archives. die companion- software testdisk repariert zusätzlich partitionstabellen. arbeitet read-only für forensische integrität. besonders stark: recovery von fat/ntfs/ext-systemen, rettung von sd-karten und usb-sticks, funktioniert bei beschädigten dateisystemen. die brute-force-methode findet dateien die andere tools übersehen. konfigurierbare signaturen für spezielle formate. der paranoid-mode prüft jeden sektor. besonders wertvoll für multimedia-recovery bei kinderpornografie-fällen. die text-ui wirkt antiquiert, aber die effektivität ist unübertroffen. batch-mode für automatisierte recovery. die freie lizenz und cross-platform-support machen es zum standard-tool weltweit. oft letzte hoffnung wenn kommerzielle tools versagen. 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.007053375244140625, + -0.004638671875, + 0.01495361328125, + -0.024505615234375, + 0.03607177734375, + 0.03607177734375, + 0.0161285400390625, + 0.0017232894897460938, + -0.00530242919921875, + -0.013153076171875, + -0.034149169921875, + 0.053680419921875, + 0.0169677734375, + -0.0080108642578125, + -0.0712890625, + 0.034149169921875, + 0.01209259033203125, + 0.0172882080078125, + 0.005725860595703125, + 0.005092620849609375, + 0.0020294189453125, + -0.00821685791015625, + -0.06109619140625, + -0.0101318359375, + 0.00408172607421875, + -0.0009546279907226562, + -0.0279998779296875, + -0.083984375, + -0.0093841552734375, + 0.0026111602783203125, + -0.005146026611328125, + -0.00763702392578125, + 0.020263671875, + 0.04095458984375, + 0.03753662109375, + -0.0100250244140625, + -0.01288604736328125, + -0.040313720703125, + -0.01198577880859375, + 0.046234130859375, + -0.035003662109375, + -0.0237579345703125, + 0.0257720947265625, + -0.004428863525390625, + -0.032867431640625, + -0.03076171875, + 0.0009083747863769531, + -0.016326904296875, + 0.0266265869140625, + -0.049224853515625, + 0.039459228515625, + 0.01453399658203125, + -0.0037384033203125, + -0.01453399658203125, + -0.054107666015625, + 0.0157012939453125, + 0.0284271240234375, + -0.031402587890625, + -0.02142333984375, + 0.054718017578125, + -0.06109619140625, + -0.0223846435546875, + -0.00630950927734375, + -0.033294677734375, + -0.0001939535140991211, + 0.00965118408203125, + -0.0106048583984375, + -0.03033447265625, + 0.0016374588012695312, + -0.0020809173583984375, + 0.0101318359375, + -0.008697509765625, + -0.032257080078125, + 0.0161285400390625, + -0.0255584716796875, + -0.041778564453125, + -0.00046062469482421875, + 0.030975341796875, + 0.024078369140625, + -0.0154876708984375, + -0.06365966796875, + 0.021209716796875, + 0.009918212890625, + -0.0132598876953125, + 0.00562286376953125, + -0.002956390380859375, + 0.0316162109375, + 0.0264129638671875, + 0.0190887451171875, + 0.0027713775634765625, + 0.0284271240234375, + -0.00540924072265625, + 0.007160186767578125, + -0.00986480712890625, + 0.036712646484375, + 0.0589599609375, + -0.017822265625, + 0.0093841552734375, + -0.00843048095703125, + 0.0185546875, + 0.031829833984375, + -0.0419921875, + 0.0712890625, + -0.0201568603515625, + 0.03521728515625, + -0.0089111328125, + 0.0201568603515625, + -0.0124664306640625, + -0.045623779296875, + -0.0250396728515625, + -0.105224609375, + -0.03076171875, + -0.0164337158203125, + -0.0670166015625, + 0.007106781005859375, + -0.0208892822265625, + 0.0061798095703125, + 0.06365966796875, + -0.04412841796875, + -0.0419921875, + 0.0218505859375, + 0.007904052734375, + -0.01087188720703125, + 0.00848388671875, + -0.045806884765625, + -0.046875, + -0.00389862060546875, + 0.036285400390625, + -0.0237579345703125, + -0.0225982666015625, + -0.012725830078125, + -0.019622802734375, + -0.0162353515625, + -0.0217437744140625, + -0.01076507568359375, + -0.0288543701171875, + 0.0270538330078125, + -0.0019893646240234375, + -0.0205841064453125, + -0.0067901611328125, + 0.0379638671875, + -0.045196533203125, + -0.06195068359375, + 0.0243988037109375, + -0.039886474609375, + 0.0217437744140625, + -0.030120849609375, + 0.058563232421875, + -0.032470703125, + -0.0032215118408203125, + -0.003765106201171875, + 0.0273590087890625, + 0.050689697265625, + -0.0024261474609375, + 0.0059661865234375, + -0.0526123046875, + -0.003765106201171875, + -0.03350830078125, + 0.037109375, + 0.01432037353515625, + -0.0264129638671875, + 0.0460205078125, + -0.0188751220703125, + 0.033721923828125, + -0.0005536079406738281, + -0.0653076171875, + -0.020782470703125, + 0.0205841064453125, + 0.01177215576171875, + 0.0004973411560058594, + 0.030548095703125, + 0.0101318359375, + 0.042633056640625, + 0.07421875, + 0.00461578369140625, + 0.02545166015625, + 0.0090179443359375, + 0.0001176595687866211, + 0.030975341796875, + 0.031402587890625, + -0.0172882080078125, + -0.0379638671875, + 0.02716064453125, + 0.019622802734375, + 0.0106048583984375, + -0.0183563232421875, + -0.0251312255859375, + -0.00774383544921875, + -0.0257720947265625, + 0.04095458984375, + -0.01256561279296875, + -0.0023860931396484375, + 0.006603240966796875, + -0.00811767578125, + -0.00591278076171875, + 0.0712890625, + 0.045196533203125, + -0.01432037353515625, + 0.01824951171875, + -0.02142333984375, + 0.0154876708984375, + 0.039886474609375, + -0.033721923828125, + 0.048583984375, + 0.01389312744140625, + 0.026092529296875, + 0.01129913330078125, + 0.0264129638671875, + 0.01065826416015625, + -0.04156494140625, + -0.0186614990234375, + 0.055999755859375, + -0.01029205322265625, + -0.020782470703125, + -0.03265380859375, + -0.037109375, + 0.0225982666015625, + -0.0022144317626953125, + -0.00206756591796875, + 0.0051727294921875, + -0.029693603515625, + -0.049652099609375, + 0.024505615234375, + -0.0035266876220703125, + -0.0239715576171875, + 0.034149169921875, + 0.00811767578125, + -0.0179290771484375, + -0.032257080078125, + 0.0292816162109375, + 0.021636962890625, + 0.0251312255859375, + -0.0211029052734375, + 0.01277923583984375, + 0.000057578086853027344, + 0.00036454200744628906, + 0.043701171875, + 0.00864410400390625, + 0.02301025390625, + -0.007266998291015625, + -0.0396728515625, + 0.038818359375, + -0.03033447265625, + 0.038177490234375, + 0.03839111328125, + -0.01251983642578125, + 0.018035888671875, + 0.022705078125, + 0.045196533203125, + 0.041168212890625, + -0.048583984375, + -0.00917816162109375, + -0.1060791015625, + -0.0103912353515625, + -0.06658935546875, + -0.02630615234375, + -0.03839111328125, + -0.037322998046875, + 0.030548095703125, + -0.01087188720703125, + -0.0379638671875, + 0.0003879070281982422, + 0.0175018310546875, + -0.0255584716796875, + 0.030548095703125, + 0.0166473388671875, + -0.0218505859375, + 0.01654052734375, + 0.0712890625, + -0.01824951171875, + -0.015594482421875, + -0.01209259033203125, + 0.021636962890625, + -0.0033016204833984375, + 0.038818359375, + -0.0266265869140625, + -0.00028514862060546875, + 0.0292816162109375, + 0.0251312255859375, + 0.00785064697265625, + -0.01256561279296875, + -0.009918212890625, + -0.0217437744140625, + 0.005649566650390625, + -0.023223876953125, + -0.01256561279296875, + 0.01087188720703125, + 0.0253448486328125, + 0.0243988037109375, + -0.0687255859375, + 0.025238037109375, + 0.050262451171875, + -0.00875091552734375, + 0.0019893646240234375, + 0.015594482421875, + -0.0284271240234375, + 0.0019893646240234375, + 0.0102386474609375, + -0.0231170654296875, + 0.04052734375, + 0.0292816162109375, + -0.0292816162109375, + 0.0002734661102294922, + 0.0013055801391601562, + 0.0095977783203125, + -0.040313720703125, + -0.024505615234375, + 0.002956390380859375, + -0.002227783203125, + -0.01410675048828125, + -0.035003662109375, + 0.025238037109375, + -0.041778564453125, + 0.00986480712890625, + -0.0036602020263671875, + 0.0022945404052734375, + -0.0288543701171875, + -0.04986572265625, + -0.00247955322265625, + -0.04156494140625, + -0.040313720703125, + -0.04901123046875, + 0.0347900390625, + 0.01389312744140625, + -0.0061798095703125, + -0.001617431640625, + -0.0088043212890625, + -0.046875, + 0.017181396484375, + -0.01277923583984375, + 0.021636962890625, + -0.0215301513671875, + 0.0445556640625, + 0.037109375, + 0.021209716796875, + -0.002399444580078125, + 0.04095458984375, + 0.017822265625, + -0.03753662109375, + -0.00429534912109375, + -0.005146026611328125, + 0.0022678375244140625, + 0.0299072265625, + -0.02301025390625, + -0.017608642578125, + -0.0215301513671875, + -0.007106781005859375, + 0.0243988037109375, + 0.06829833984375, + 0.0543212890625, + 0.0103912353515625, + -0.0257720947265625, + 0.0118255615234375, + 0.049652099609375, + 0.003711700439453125, + 0.09930419921875, + 0.0015707015991210938, + -0.040313720703125, + 0.0112457275390625, + 0.0175018310546875, + 0.0014848709106445312, + -0.0150604248046875, + 0.0092315673828125, + 0.00506591796875, + -0.019622802734375, + 0.035430908203125, + -0.01108551025390625, + 0.034149169921875, + -0.004932403564453125, + 0.0012331008911132812, + 0.015167236328125, + -0.0290679931640625, + 0.004482269287109375, + 0.033294677734375, + 0.0152740478515625, + -0.007106781005859375, + 0.038818359375, + -0.019622802734375, + -0.0270538330078125, + -0.0290679931640625, + -0.07257080078125, + 0.0101318359375, + 0.054718017578125, + 0.0045623779296875, + 0.058563232421875, + -0.0179290771484375, + -0.053680419921875, + 0.00461578369140625, + -0.041168212890625, + 0.0589599609375, + 0.0246124267578125, + -0.01299285888671875, + 0.0213165283203125, + -0.03076171875, + -0.0019893646240234375, + 0.01299285888671875, + -0.015167236328125, + -0.00753021240234375, + 0.0282135009765625, + 0.033935546875, + -0.0018825531005859375, + -0.04241943359375, + 0.0188751220703125, + 0.036285400390625, + 0.0188751220703125, + 0.0095977783203125, + 0.0290679931640625, + 0.0052490234375, + 0.021209716796875, + -0.0116119384765625, + 0.04644775390625, + 0.0188751220703125, + 0.01432037353515625, + 0.01129913330078125, + -0.007266998291015625, + 0.01389312744140625, + -0.035858154296875, + 0.00379180908203125, + -0.00785064697265625, + 0.0152740478515625, + 0.0162353515625, + 0.016754150390625, + -0.0543212890625, + -0.0016641616821289062, + 0.035003662109375, + -0.0687255859375, + 0.020782470703125, + 0.0211029052734375, + -0.047088623046875, + 0.00975799560546875, + -0.036285400390625, + -0.06573486328125, + 0.0229034423828125, + -0.0270538330078125, + -0.06024169921875, + -0.0208892822265625, + 0.0250396728515625, + -0.037109375, + -0.033935546875, + -0.0379638671875, + -0.02587890625, + -0.0034732818603515625, + -0.0095977783203125, + 0.01044464111328125, + -0.00318145751953125, + 0.01087188720703125, + 0.031829833984375, + 0.037750244140625, + 0.0185546875, + -0.0009679794311523438, + 0.054107666015625, + -0.03436279296875, + -0.047088623046875, + 0.0169677734375, + 0.0190887451171875, + 0.0205841064453125, + -0.031402587890625, + -0.0010938644409179688, + -0.00753021240234375, + 0.015594482421875, + 0.0012865066528320312, + 0.01442718505859375, + -0.047515869140625, + -0.044342041015625, + -0.059814453125, + 0.057281494140625, + -0.004428863525390625, + 0.035003662109375, + 0.01087188720703125, + -0.038818359375, + 0.040313720703125, + -0.058563232421875, + -0.00970458984375, + 0.00875091552734375, + 0.016754150390625, + -0.00673675537109375, + 0.06787109375, + -0.044342041015625, + 0.0088043212890625, + -0.01378631591796875, + 0.0292816162109375, + 0.01464080810546875, + -0.00511932373046875, + -0.037109375, + 0.030548095703125, + 0.0460205078125, + -0.048797607421875, + -0.004032135009765625, + -0.033935546875, + 0.021636962890625, + 0.0190887451171875, + -0.041168212890625, + 0.003978729248046875, + -0.00023865699768066406, + -0.0347900390625, + -0.0175018310546875, + -0.0231170654296875, + -0.03076171875, + -0.0299072265625, + 0.0059661865234375, + 0.054718017578125, + 0.0010671615600585938, + 0.02142333984375, + -0.004772186279296875, + 0.01464080810546875, + 0.01442718505859375, + -0.00063323974609375, + -0.04052734375, + 0.0292816162109375, + -0.06451416015625, + -0.07000732421875, + -0.020477294921875, + 0.030548095703125, + -0.0168609619140625, + -0.0150604248046875, + 0.0166473388671875, + 0.0007953643798828125, + 0.06658935546875, + -0.04986572265625, + -0.00612640380859375, + -0.00662994384765625, + -0.030120849609375, + -0.037322998046875, + -0.00379180908203125, + 0.0234375, + 0.0279998779296875, + -0.00864410400390625, + 0.010345458984375, + 0.03607177734375, + -0.057281494140625, + 0.032257080078125, + 0.01352691650390625, + -0.0034732818603515625, + 0.0008883476257324219, + -0.0134735107421875, + 0.0057525634765625, + 0.0282135009765625, + 0.01410675048828125, + -0.035858154296875, + -0.00811767578125, + -0.069580078125, + 0.0316162109375, + 0.00479888916015625, + -0.0010538101196289062, + -0.021209716796875, + -0.04541015625, + -0.04730224609375, + 0.01389312744140625, + 0.033935546875, + 0.034576416015625, + -0.0034999847412109375, + -0.043060302734375, + -0.0098114013671875, + -0.0179290771484375, + -0.0286407470703125, + 0.01119232177734375, + -0.008270263671875, + 0.0460205078125, + -0.006336212158203125, + -0.02099609375, + 0.031402587890625, + 0.01092529296875, + 0.0275726318359375, + 0.033294677734375, + 0.0364990234375, + -0.03076171875, + -0.0030231475830078125, + 0.0081634521484375, + -0.0228118896484375, + 0.0008053779602050781, + -0.0299072265625, + 0.037322998046875, + -0.006893157958984375, + -0.015594482421875, + 0.016326904296875, + 0.0213165283203125, + 0.03033447265625, + -0.007160186767578125, + -0.01230621337890625, + 0.007320404052734375, + -0.013580322265625, + 0.092041015625, + 0.0035533905029296875, + -0.03204345703125, + 0.0006728172302246094, + -0.007160186767578125, + 0.031402587890625, + 0.0154876708984375, + 0.0013990402221679688, + -0.02099609375, + -0.02227783203125, + 0.06658935546875, + -0.0186614990234375, + -0.020782470703125, + -0.02630615234375, + 0.006946563720703125, + 0.006389617919921875, + 0.03753662109375, + 0.033721923828125, + 0.0640869140625, + 0.0273590087890625, + -0.0172882080078125, + 0.0299072265625, + 0.048583984375, + 0.033294677734375, + -0.023651123046875, + -0.057281494140625, + -0.002227783203125, + -0.00003272294998168945, + -0.043701171875, + -0.049652099609375, + 0.00997161865234375, + 0.055999755859375, + -0.08441162109375, + -0.017822265625, + 0.0246124267578125, + -0.017608642578125, + 0.0286407470703125, + 0.0024929046630859375, + -0.03033447265625, + 0.03350830078125, + 0.016326904296875, + -0.037322998046875, + -0.004932403564453125, + -0.0103912353515625, + 0.03692626953125, + 0.0509033203125, + 0.0003464221954345703, + -0.019622802734375, + 0.037322998046875, + 0.018768310546875, + 0.032470703125, + 0.043060302734375, + 0.04052734375, + 0.0286407470703125, + 0.023651123046875, + 0.0396728515625, + 0.050079345703125, + -0.01331329345703125, + -0.0024394989013671875, + 0.00379180908203125, + 0.039886474609375, + 0.063232421875, + 0.05047607421875, + 0.010498046875, + -0.003368377685546875, + -0.01155853271484375, + -0.04986572265625, + 0.017822265625, + 0.006946563720703125, + -0.005939483642578125, + -0.043701171875, + -0.0299072265625, + 0.0152740478515625, + -0.03753662109375, + 0.0413818359375, + 0.02301025390625, + -0.0014781951904296875, + 0.013580322265625, + 0.0248260498046875, + 0.01442718505859375, + -0.047943115234375, + 0.003063201904296875, + -0.05303955078125, + -0.015167236328125, + -0.046234130859375, + -0.0080108642578125, + 0.038177490234375, + -0.010345458984375, + -0.055572509765625, + -0.0164337158203125, + 0.042633056640625, + 0.0019626617431640625, + -0.0379638671875, + -0.031829833984375, + -0.0077972412109375, + -0.007053375244140625, + -0.053466796875, + -0.024932861328125, + 0.0009946823120117188, + 0.032470703125, + -0.0330810546875, + 0.011505126953125, + -0.018768310546875, + -0.011932373046875, + -0.00927734375, + 0.0010938644409179688, + -0.07464599609375, + 0.03692626953125, + -0.03076171875, + 0.050079345703125, + 0.008697509765625, + 0.0213165283203125, + 0.037109375, + 0.0704345703125, + -0.015380859375, + -0.0106048583984375, + -0.0290679931640625, + -0.06829833984375, + 0.0215301513671875, + -0.02069091796875, + 0.006389617919921875, + -0.03924560546875, + 0.0188751220703125, + 0.054718017578125, + -0.085693359375, + -0.00896453857421875, + 0.0067901611328125, + -0.016021728515625, + -0.0687255859375, + 0.001922607421875, + 0.018035888671875, + 0.0316162109375, + 0.069580078125, + 0.01331329345703125, + -0.0255584716796875, + -0.010498046875, + -0.03265380859375, + 0.03033447265625, + 0.0164337158203125, + 0.0193023681640625, + -0.029693603515625, + 0.04095458984375, + 0.01076507568359375, + -0.0101318359375, + 0.01464080810546875, + -0.07086181640625, + 0.0213165283203125, + 0.053466796875, + -0.00506591796875, + -0.0292816162109375, + -0.042205810546875, + -0.024078369140625, + -0.01389312744140625, + -0.0284271240234375, + 0.0017232894897460938, + 0.0080108642578125, + 0.015380859375, + -0.030975341796875, + -0.0036067962646484375, + 0.01464080810546875, + -0.055572509765625, + -0.025665283203125, + -0.0218505859375, + 0.00501251220703125, + -0.0022411346435546875, + -0.0477294921875, + 0.038604736328125, + -0.001338958740234375, + -0.0273590087890625, + 0.0179290771484375, + 0.040313720703125, + -0.03839111328125, + -0.00017154216766357422, + -0.01421356201171875, + 0.0266265869140625, + 0.006656646728515625, + -0.01580810546875, + -0.006656646728515625, + 0.0211029052734375, + 0.0203704833984375, + -0.03521728515625, + 0.032257080078125, + 0.045806884765625, + -0.04095458984375, + -0.022064208984375, + -0.03118896484375, + 0.0012464523315429688, + 0.020782470703125, + -0.0233306884765625, + 0.0288543701171875, + 0.0005636215209960938, + -0.022064208984375, + -0.108642578125, + 0.059814453125, + -0.043060302734375, + 0.0229034423828125, + 0.03607177734375, + -0.019195556640625, + -0.04498291015625, + -0.031402587890625, + -0.044342041015625, + 0.0255584716796875, + -0.0255584716796875, + 0.0273590087890625, + -0.017822265625, + 0.006389617919921875, + -0.0049591064453125, + -0.03076171875, + 0.006099700927734375, + 0.035858154296875, + -0.006046295166015625, + -0.0203704833984375, + 0.050262451171875, + -0.00875091552734375, + 0.00601959228515625, + 0.00228118896484375, + -0.020263671875, + 0.03204345703125, + -0.003711700439453125, + -0.0290679931640625, + 0.0012865066528320312, + 0.031402587890625, + 0.046875, + -0.0024929046630859375, + 0.023223876953125, + 0.003978729248046875, + 0.0169677734375, + -0.01065826416015625, + -0.03521728515625, + -0.00519561767578125, + 0.02947998046875, + -0.0223846435546875, + -0.022491455078125, + -0.06451416015625, + -0.0848388671875, + 0.002040863037109375, + -0.047088623046875, + -0.01464080810546875, + 0.0264129638671875, + 0.032867431640625, + 0.01219940185546875, + -0.02947998046875, + 0.0168609619140625, + 0.00970458984375, + -0.01898193359375, + -0.046234130859375, + 0.0364990234375, + -0.0024662017822265625, + 0.0122528076171875, + 0.011138916015625, + -0.031402587890625, + 0.00917816162109375, + 0.01108551025390625, + 0.00896453857421875, + -0.0120391845703125, + -0.003711700439453125, + -0.039031982421875, + 0.01898193359375, + -0.07000732421875, + -0.0268402099609375, + 0.03839111328125, + 0.04412841796875, + -0.0197296142578125, + -0.052398681640625, + 0.051544189453125, + -0.02947998046875, + -0.047088623046875, + 0.0273590087890625, + -0.03350830078125, + -0.022064208984375, + 0.004375457763671875, + -0.0277862548828125, + -0.00907135009765625, + 0.0194091796875, + 0.039031982421875, + 0.031829833984375, + 0.0460205078125, + 0.01898193359375, + -0.03204345703125, + -0.0116119384765625, + 0.0035533905029296875, + 0.032257080078125, + 0.03607177734375, + 0.02301025390625, + 0.005859375, + 0.003261566162109375, + -0.0014715194702148438, + -0.0784912109375, + 0.00384521484375, + -0.035003662109375, + -0.04644775390625, + -0.00461578369140625, + 0.0865478515625, + -0.004322052001953125, + -0.0199432373046875, + 0.0396728515625, + 0.049652099609375, + 0.005596160888671875, + -0.01367950439453125, + 0.00630950927734375, + -0.063232421875, + -0.004772186279296875, + 0.00408172607421875, + 0.02069091796875, + -0.0738525390625, + 0.0419921875, + 0.042633056640625, + 0.01097869873046875, + -0.0055694580078125, + -0.0067901611328125, + -0.00795745849609375, + 0.0255584716796875, + 0.02587890625, + 0.0330810546875, + -0.06829833984375, + 0.032470703125, + 0.007213592529296875, + -0.0172882080078125, + -0.0030498504638671875, + -0.005596160888671875, + -0.031829833984375, + 0.032257080078125, + -0.0261993408203125, + 0.0081634521484375, + -0.0000985860824584961, + 0.06195068359375, + -0.0024662017822265625, + -0.038818359375, + -0.055572509765625, + 0.0284271240234375, + 0.0188751220703125, + -0.00101470947265625, + 0.00445556640625, + 0.0186614990234375, + -0.0292816162109375, + 0.030548095703125, + 0.03924560546875, + 0.006282806396484375, + 0.043701171875, + 0.0064697265625, + -0.054718017578125, + 0.006046295166015625, + -0.03564453125, + 0.0213165283203125, + -0.0103912353515625, + -0.026519775390625, + -0.050262451171875, + -0.066162109375, + 0.035003662109375, + -0.003711700439453125, + 0.038604736328125, + 0.034576416015625, + 0.002227783203125, + -0.0157012939453125, + 0.01288604736328125, + 0.01352691650390625, + 0.0477294921875, + 0.0118255615234375, + 0.00017571449279785156, + -0.00106048583984375, + -0.008270263671875, + 0.0016307830810546875, + -0.0316162109375, + 0.01410675048828125, + -0.031402587890625, + 0.00927734375, + -0.040313720703125, + 0.022705078125, + 0.018463134765625, + -0.01898193359375, + -0.01155853271484375, + -0.02069091796875, + -0.007320404052734375, + -0.0219573974609375, + -0.041168212890625, + -0.011505126953125, + 0.043487548828125, + -0.03564453125, + 0.005462646484375, + 0.0284271240234375, + -0.0008320808410644531, + 0.0100250244140625, + -0.08526611328125, + 0.05938720703125, + 0.022705078125, + 0.0152740478515625, + -0.016754150390625, + 0.0132598876953125, + 0.0161285400390625, + 0.030548095703125, + 0.042633056640625, + 0.020263671875, + -0.0235443115234375, + 0.04901123046875, + 0.03521728515625, + -0.0053558349609375, + -0.025665283203125, + 0.025238037109375, + 0.003818511962890625, + -0.04901123046875, + 0.020263671875, + 0.03692626953125, + 0.0181427001953125, + -0.0134735107421875, + -0.01145172119140625, + -0.0004475116729736328, + -0.057281494140625, + 0.057281494140625, + -0.0011472702026367188, + 0.01256561279296875, + 0.0273590087890625, + -0.0615234375, + 0.079345703125, + 0.0148468017578125, + 0.0526123046875, + -0.0419921875, + 0.050689697265625, + -0.03204345703125, + 0.0134735107421875, + 0.01087188720703125, + -0.0083770751953125, + -0.006893157958984375, + 0.042633056640625, + -0.0031681060791015625, + 0.0750732421875, + 0.0347900390625, + -0.00917816162109375, + -0.055145263671875, + -0.022491455078125, + -0.0219573974609375, + -0.01007843017578125, + 0.0154876708984375, + -0.049652099609375, + -0.043701171875, + 0.0019359588623046875, + 0.036285400390625, + 0.06494140625, + 0.005462646484375, + 0.0288543701171875, + 0.003978729248046875, + -0.014739990234375, + -0.0316162109375, + 0.016021728515625 + ], + "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_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.00006777048110961914, + 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_Android_Backup_Extractor", + "type": "tool", + "name": "Android Backup Extractor", + "content": "android backup extractor das bewährte kommandozeilen‑werkzeug zum entpacken und packen von android‑backups (.ab) aus »adb backup« – inklusive entschlüsselung passwort­geschützter archive dank integrierter aes‑routinen. ideal für die extraktion forensisch relevanter app‑daten ohne root‑zugriff und damit ein must‑have für mobile‑analysen. :contentreference[oaicite:0]{index=0} commandline backup encryption artifact-extraction android scenario:file_recovery mobile-forensics static-investigations examination analysis", + "embedding": [ + 0.0143280029296875, + 0.008697509765625, + 0.01348876953125, + -0.00018095970153808594, + 0.01971435546875, + 0.0202789306640625, + 0.034423828125, + 0.000033974647521972656, + -0.01209259033203125, + -0.00534820556640625, + -0.00423431396484375, + 0.08074951171875, + 0.0104217529296875, + 0.0067901611328125, + -0.0280914306640625, + 0.0067901611328125, + 0.0036983489990234375, + 0.002696990966796875, + -0.006931304931640625, + -0.004512786865234375, + -0.007022857666015625, + -0.0260467529296875, + -0.06439208984375, + -0.00893402099609375, + -0.01302337646484375, + 0.020751953125, + -0.0180511474609375, + -0.05096435546875, + -0.0243682861328125, + 0.00623321533203125, + 0.023345947265625, + -0.0277252197265625, + -0.0015811920166015625, + 0.039825439453125, + 0.0037899017333984375, + -0.01506805419921875, + -0.006000518798828125, + -0.017486572265625, + -0.0256805419921875, + 0.053955078125, + -0.0122833251953125, + 0.01200103759765625, + 0.01515960693359375, + 0.0048828125, + -0.034423828125, + -0.0269775390625, + -0.00836944580078125, + -0.01055908203125, + 0.020751953125, + -0.0277252197265625, + 0.0167388916015625, + 0.024932861328125, + 0.02679443359375, + -0.007022857666015625, + -0.04150390625, + 0.05023193359375, + 0.026611328125, + -0.03887939453125, + -0.058807373046875, + 0.0535888671875, + -0.05096435546875, + -0.0008373260498046875, + 0.0180511474609375, + -0.006046295166015625, + 0.0009708404541015625, + 0.00836944580078125, + -0.013397216796875, + -0.023345947265625, + -0.0078582763671875, + 0.00428009033203125, + -0.00762939453125, + -0.021392822265625, + -0.01186370849609375, + 0.05804443359375, + -0.004116058349609375, + -0.0535888671875, + 0.0143280029296875, + -0.00836944580078125, + -0.00623321533203125, + 0.01200103759765625, + -0.04278564453125, + -0.0107421875, + 0.01515960693359375, + -0.02716064453125, + 0.006931304931640625, + 0.020843505859375, + 0.0205535888671875, + -0.0032787322998046875, + -0.006977081298828125, + -0.019622802734375, + 0.0152587890625, + -0.01776123046875, + 0.019439697265625, + -0.013671875, + 0.056182861328125, + 0.059173583984375, + -0.033477783203125, + 0.006000518798828125, + 0.0164642333984375, + 0.0390625, + 0.00016641616821289062, + -0.04278564453125, + 0.0628662109375, + 0.0013484954833984375, + 0.039825439453125, + -0.0260467529296875, + 0.0163726806640625, + -0.0216827392578125, + -0.025299072265625, + -0.022796630859375, + -0.12353515625, + -0.041290283203125, + -0.024749755859375, + -0.04205322265625, + -0.01776123046875, + -0.0086517333984375, + -0.0029544830322265625, + 0.045196533203125, + -0.056549072265625, + -0.032196044921875, + 0.00762939453125, + 0.031829833984375, + -0.024566650390625, + -0.0107879638671875, + -0.05059814453125, + -0.026611328125, + -0.0013551712036132812, + 0.005092620849609375, + -0.05059814453125, + -0.035736083984375, + -0.0316162109375, + -0.011627197265625, + -0.03070068359375, + -0.0340576171875, + -0.0160064697265625, + -0.048736572265625, + 0.032379150390625, + 0.00261688232421875, + 0.0015468597412109375, + 0.00823211669921875, + 0.031829833984375, + -0.05731201171875, + -0.07293701171875, + 0.015625, + -0.034423828125, + 0.006511688232421875, + -0.03070068359375, + 0.06658935546875, + -0.037017822265625, + -0.0167388916015625, + -0.020843505859375, + -0.005558013916015625, + 0.03497314453125, + -0.01386260986328125, + -0.002140045166015625, + -0.044281005859375, + -0.00476837158203125, + -0.0264129638671875, + 0.01544189453125, + -0.02093505859375, + -0.033294677734375, + 0.0167388916015625, + -0.023345947265625, + 0.032379150390625, + -0.01404571533203125, + -0.0299530029296875, + -0.031829833984375, + 0.0093994140625, + -0.019073486328125, + -0.0003707408905029297, + 0.00911712646484375, + -0.02716064453125, + 0.040008544921875, + 0.0703125, + 0.0105133056640625, + 0.0264129638671875, + -0.00469970703125, + 0.0105133056640625, + 0.0145111083984375, + 0.04986572265625, + -0.01284027099609375, + -0.0295867919921875, + 0.04913330078125, + 0.02734375, + 0.0230712890625, + -0.015716552734375, + -0.03887939453125, + 0.0020008087158203125, + -0.0280914306640625, + 0.0625, + -0.023345947265625, + -0.0178680419921875, + 0.015625, + 0.01898193359375, + 0.0224151611328125, + 0.036651611328125, + 0.0280914306640625, + -0.019073486328125, + 0.040924072265625, + -0.00958251953125, + 0.028656005859375, + 0.058807373046875, + 0.00991058349609375, + 0.044647216796875, + 0.006511688232421875, + 0.002872467041015625, + -0.01470184326171875, + 0.036102294921875, + 0.0260467529296875, + -0.021209716796875, + -0.0222320556640625, + 0.00804901123046875, + 0.015350341796875, + -0.028839111328125, + -0.01544189453125, + -0.0347900390625, + 0.025299072265625, + -0.036102294921875, + -0.03106689453125, + -0.00006395578384399414, + -0.0103759765625, + -0.0784912109375, + 0.01953125, + 0.0256805419921875, + -0.0260467529296875, + 0.03070068359375, + 0.033477783203125, + -0.013397216796875, + -0.04278564453125, + 0.029022216796875, + -0.006977081298828125, + 0.034423828125, + 0.00916290283203125, + 0.040008544921875, + -0.0161895751953125, + -0.0066986083984375, + 0.056182861328125, + 0.03125, + 0.0093994140625, + -0.00730133056640625, + -0.0303192138671875, + 0.04913330078125, + -0.03460693359375, + 0.0301361083984375, + 0.0316162109375, + -0.0535888671875, + -0.0127410888671875, + 0.005443572998046875, + 0.048370361328125, + 0.039825439453125, + -0.036834716796875, + 0.007534027099609375, + -0.063232421875, + 0.003604888916015625, + -0.0784912109375, + -0.048370361328125, + -0.024749755859375, + -0.051727294921875, + 0.048736572265625, + -0.017120361328125, + -0.0144195556640625, + 0.004791259765625, + -0.00995635986328125, + -0.0145111083984375, + 0.035736083984375, + 0.0103759765625, + -0.06884765625, + 0.02288818359375, + 0.06622314453125, + -0.0178680419921875, + 0.0025806427001953125, + -0.01084136962890625, + 0.0122833251953125, + 0.01293182373046875, + 0.03533935546875, + -0.0178680419921875, + -0.029205322265625, + 0.0282745361328125, + 0.0003952980041503906, + 0.01116180419921875, + -0.006885528564453125, + 0.0122833251953125, + -0.0204620361328125, + 0.029022216796875, + -0.024749755859375, + 0.0013027191162109375, + 0.0053253173828125, + 0.01506805419921875, + -0.01000213623046875, + -0.03387451171875, + -0.0162811279296875, + 0.02679443359375, + 0.03070068359375, + 0.0182342529296875, + 0.024932861328125, + -0.051727294921875, + -0.01580810546875, + -0.01004791259765625, + -0.022796630859375, + 0.04669189453125, + 0.01971435546875, + -0.0185089111328125, + 0.00991058349609375, + 0.032562255859375, + 0.0186004638671875, + -0.0017795562744140625, + -0.040374755859375, + -0.00795745849609375, + -0.01027679443359375, + -0.044281005859375, + -0.038330078125, + 0.017669677734375, + -0.0238189697265625, + 0.0282745361328125, + 0.003326416015625, + -0.003139495849609375, + -0.03387451171875, + -0.038330078125, + -0.01702880859375, + -0.01348876953125, + -0.0280914306640625, + -0.021026611328125, + 0.0122833251953125, + 0.00725555419921875, + -0.024566650390625, + -0.00893402099609375, + -0.0162811279296875, + -0.05731201171875, + 0.026611328125, + 0.0042572021484375, + 0.00244140625, + -0.03125, + 0.06732177734375, + 0.0390625, + 0.026611328125, + 0.03497314453125, + 0.075927734375, + 0.0308837890625, + -0.0237274169921875, + 0.01032257080078125, + -0.01776123046875, + 0.01544189453125, + 0.013671875, + -0.03424072265625, + -0.0159149169921875, + 0.002197265625, + -0.0161895751953125, + 0.01153564453125, + 0.024749755859375, + 0.04949951171875, + 0.0243682861328125, + -0.052093505859375, + -0.0022563934326171875, + 0.05694580078125, + -0.0142364501953125, + 0.08709716796875, + -0.00958251953125, + -0.034423828125, + -0.01190948486328125, + 0.030517578125, + -0.028656005859375, + -0.004001617431640625, + 0.036834716796875, + 0.0049285888671875, + 0.0113983154296875, + 0.033111572265625, + 0.015533447265625, + -0.00730133056640625, + -0.0146026611328125, + -0.005558013916015625, + 0.0133056640625, + -0.0279083251953125, + 0.0015583038330078125, + 0.0279083251953125, + 0.03125, + 0.01580810546875, + 0.040740966796875, + 0.0029296875, + 0.0103759765625, + -0.00920867919921875, + -0.037200927734375, + 0.004184722900390625, + 0.03533935546875, + 0.017486572265625, + 0.04315185546875, + -0.004024505615234375, + -0.07403564453125, + -0.00902557373046875, + -0.036468505859375, + 0.08184814453125, + 0.03125, + 0.0007386207580566406, + -0.003093719482421875, + -0.03851318359375, + -0.00832366943359375, + 0.0020580291748046875, + 0.0160064697265625, + 0.005767822265625, + 0.019622802734375, + 0.025482177734375, + 0.00814056396484375, + -0.048736572265625, + 0.0143280029296875, + 0.018798828125, + 0.01284027099609375, + -0.024932861328125, + 0.0107879638671875, + 0.0095367431640625, + 0.03759765625, + -0.0279083251953125, + 0.0386962890625, + 0.01413726806640625, + 0.0123748779296875, + 0.020751953125, + -0.004512786865234375, + -0.0103759765625, + -0.018890380859375, + -0.0123748779296875, + -0.0098114013671875, + 0.015716552734375, + 0.0770263671875, + 0.01776123046875, + -0.071044921875, + 0.00623321533203125, + 0.046142578125, + -0.06622314453125, + 0.00809478759765625, + 0.0230712890625, + -0.0543212890625, + -0.007720947265625, + -0.0152587890625, + -0.055084228515625, + 0.0236358642578125, + -0.01953125, + -0.048736572265625, + 0.0087432861328125, + 0.041107177734375, + -0.036102294921875, + -0.0340576171875, + -0.044281005859375, + -0.01125335693359375, + -0.0011167526245117188, + -0.0167388916015625, + 0.032012939453125, + 0.00809478759765625, + -0.01181793212890625, + 0.03778076171875, + 0.043365478515625, + 0.0020694732666015625, + -0.040924072265625, + 0.04913330078125, + 0.004207611083984375, + -0.0535888671875, + 0.04541015625, + 0.0088348388671875, + 0.05804443359375, + -0.051361083984375, + -0.033660888671875, + 0.006744384765625, + 0.007022857666015625, + 0.015533447265625, + 0.0241851806640625, + -0.0279083251953125, + -0.040008544921875, + -0.033111572265625, + 0.06365966796875, + 0.01739501953125, + 0.05322265625, + -0.01116180419921875, + -0.00893402099609375, + 0.025115966796875, + -0.0535888671875, + -0.0260467529296875, + -0.00048542022705078125, + 0.017303466796875, + -0.044097900390625, + 0.06439208984375, + -0.029205322265625, + -0.01018524169921875, + -0.0036983489990234375, + 0.06439208984375, + 0.0013027191162109375, + 0.0152587890625, + -0.03143310546875, + 0.042236328125, + 0.03106689453125, + -0.02679443359375, + -0.036285400390625, + -0.01116180419921875, + 0.00067138671875, + 0.044830322265625, + -0.040191650390625, + 0.01190948486328125, + -0.03125, + -0.058807373046875, + -0.048736572265625, + -0.00920867919921875, + -0.0067901611328125, + -0.03778076171875, + 0.034423828125, + 0.032196044921875, + -0.0017671585083007812, + 0.021209716796875, + 0.032196044921875, + -0.0066986083984375, + 0.043548583984375, + -0.0106048583984375, + -0.0303192138671875, + 0.0238189697265625, + -0.0628662109375, + -0.04913330078125, + -0.0003662109375, + 0.0303192138671875, + -0.033111572265625, + 0.021392822265625, + -0.00716400146484375, + 0.0016050338745117188, + 0.020843505859375, + -0.0180511474609375, + -0.007022857666015625, + -0.01386260986328125, + -0.0294036865234375, + -0.041290283203125, + -0.015350341796875, + 0.00725555419921875, + 0.0264129638671875, + -0.0006074905395507812, + 0.01009368896484375, + 0.041107177734375, + -0.04595947265625, + -0.002197265625, + 0.0088348388671875, + 0.00637054443359375, + -0.0234375, + 0.0106048583984375, + 0.0106048583984375, + 0.0308837890625, + 0.01580810546875, + -0.01125335693359375, + -0.022979736328125, + -0.07220458984375, + 0.0282745361328125, + -0.0015115737915039062, + 0.0023956298828125, + -0.006046295166015625, + -0.0277252197265625, + -0.06549072265625, + 0.0116729736328125, + 0.0543212890625, + 0.023529052734375, + -0.002185821533203125, + -0.029022216796875, + -0.036285400390625, + -0.0009417533874511719, + -0.0258636474609375, + 0.032745361328125, + -0.035919189453125, + 0.032928466796875, + 0.0181427001953125, + -0.031829833984375, + 0.01209259033203125, + 0.0418701171875, + 0.01055908203125, + 0.043914794921875, + 0.023529052734375, + -0.034423828125, + 0.02325439453125, + -0.025482177734375, + -0.0379638671875, + 0.00006687641143798828, + -0.0256805419921875, + 0.00911712646484375, + -0.01320648193359375, + -0.0216827392578125, + 0.01120758056640625, + 0.0117645263671875, + 0.019622802734375, + -0.0165557861328125, + -0.0106964111328125, + 0.040924072265625, + -0.0218658447265625, + 0.06549072265625, + -0.0186004638671875, + -0.028656005859375, + -0.032562255859375, + -0.006885528564453125, + 0.04150390625, + 0.00588226318359375, + 0.01479339599609375, + -0.056182861328125, + 0.005443572998046875, + 0.053955078125, + 0.0243682861328125, + -0.031829833984375, + -0.019073486328125, + 0.009674072265625, + 0.0179595947265625, + 0.0258636474609375, + 0.01209259033203125, + 0.060638427734375, + 0.0009012222290039062, + 0.0008487701416015625, + 0.0282745361328125, + 0.052825927734375, + 0.03125, + -0.01320648193359375, + -0.05096435546875, + 0.0179595947265625, + -0.0168304443359375, + -0.0340576171875, + -0.05096435546875, + 0.006046295166015625, + 0.04913330078125, + -0.041107177734375, + -0.0107879638671875, + 0.0236358642578125, + 0.009857177734375, + -0.0127410888671875, + 0.020843505859375, + -0.0340576171875, + 0.018890380859375, + -0.004627227783203125, + -0.036651611328125, + -0.030517578125, + -0.040374755859375, + 0.040557861328125, + 0.03924560546875, + 0.032196044921875, + -0.048370361328125, + 0.044647216796875, + 0.0005755424499511719, + 0.0277252197265625, + 0.013671875, + 0.039642333984375, + 0.01013946533203125, + 0.02734375, + 0.0275421142578125, + 0.01739501953125, + -0.0260467529296875, + -0.0107421875, + 0.0224151611328125, + 0.0386962890625, + 0.040557861328125, + 0.0628662109375, + 0.02679443359375, + -0.000293731689453125, + 0.0020923614501953125, + -0.0543212890625, + 0.01018524169921875, + 0.004116058349609375, + -0.01404571533203125, + -0.0535888671875, + -0.036102294921875, + 0.0068359375, + -0.07257080078125, + 0.0260467529296875, + 0.01171875, + -0.01186370849609375, + -0.0162811279296875, + 0.033111572265625, + -0.0007905960083007812, + -0.060272216796875, + 0.011627197265625, + -0.00168609619140625, + -0.00485992431640625, + -0.029022216796875, + -0.01497650146484375, + 0.042236328125, + 0.006092071533203125, + -0.05096435546875, + -0.0699462890625, + 0.042236328125, + -0.0225067138671875, + -0.05059814453125, + -0.039642333984375, + -0.0095367431640625, + -0.0238189697265625, + -0.025482177734375, + -0.024566650390625, + -0.036102294921875, + 0.0015811920166015625, + -0.032562255859375, + -0.01404571533203125, + -0.043914794921875, + -0.017486572265625, + -0.0002486705780029297, + 0.00007265806198120117, + -0.0303192138671875, + 0.0164642333984375, + -0.045196533203125, + 0.03387451171875, + 0.0222320556640625, + 0.0106048583984375, + 0.04913330078125, + 0.0684814453125, + 0.019622802734375, + 0.008697509765625, + -0.017120361328125, + -0.05322265625, + 0.0048370361328125, + 0.0058135986328125, + 0.00045943260192871094, + -0.05804443359375, + 0.0217742919921875, + 0.03924560546875, + -0.0848388671875, + 0.0165557861328125, + -0.0034656524658203125, + -0.0234375, + -0.04559326171875, + -0.0015583038330078125, + -0.018798828125, + 0.01004791259765625, + 0.09228515625, + 0.0125579833984375, + -0.021026611328125, + 0.01102447509765625, + -0.00725555419921875, + 0.0241851806640625, + 0.022705078125, + 0.01009368896484375, + -0.052825927734375, + 0.0238189697265625, + 0.0277252197265625, + -0.000843048095703125, + 0.018798828125, + -0.06512451171875, + 0.01488494873046875, + 0.02716064453125, + 0.017120361328125, + 0.004673004150390625, + -0.0202789306640625, + -0.032745361328125, + -0.055084228515625, + -0.0219573974609375, + 0.0179595947265625, + -0.0032329559326171875, + -0.006420135498046875, + -0.0241851806640625, + 0.000029265880584716797, + -0.01348876953125, + -0.03851318359375, + -0.006000518798828125, + -0.0218658447265625, + 0.05694580078125, + 0.005931854248046875, + -0.04913330078125, + 0.0182342529296875, + 0.008514404296875, + -0.016937255859375, + -0.005626678466796875, + 0.055450439453125, + -0.03759765625, + -0.0165557861328125, + -0.0124664306640625, + 0.017578125, + 0.006931304931640625, + 0.01348876953125, + -0.01107025146484375, + 0.01377105712890625, + 0.0037899017333984375, + -0.032562255859375, + 0.036834716796875, + 0.04705810546875, + -0.019622802734375, + -0.077392578125, + -0.02325439453125, + -0.017669677734375, + 0.0160980224609375, + -0.01470184326171875, + 0.056182861328125, + 0.0185089111328125, + -0.004093170166015625, + -0.1160888671875, + 0.041290283203125, + -0.0355224609375, + 0.03387451171875, + 0.03924560546875, + 0.00995635986328125, + -0.0625, + -0.035736083984375, + -0.006977081298828125, + 0.06365966796875, + -0.0025234222412109375, + 0.0203704833984375, + -0.009674072265625, + 0.0262298583984375, + -0.005069732666015625, + 0.0146026611328125, + -0.022796630859375, + 0.052093505859375, + 0.019439697265625, + -0.024566650390625, + 0.0535888671875, + -0.03460693359375, + 0.002197265625, + -0.0234375, + -0.0033721923828125, + 0.020843505859375, + -0.00530242919921875, + -0.02130126953125, + -0.007720947265625, + 0.0546875, + 0.0625, + -0.034423828125, + 0.0168304443359375, + -0.0308837890625, + 0.0168304443359375, + -0.0043487548828125, + 0.00010395050048828125, + 0.007488250732421875, + 0.0114898681640625, + -0.005069732666015625, + -0.018890380859375, + -0.04241943359375, + -0.078125, + -0.021484375, + -0.03497314453125, + -0.0126495361328125, + 0.0355224609375, + -0.00893402099609375, + 0.0236358642578125, + -0.0240020751953125, + 0.032745361328125, + -0.033660888671875, + -0.03125, + -0.0166473388671875, + 0.036285400390625, + -0.00823211669921875, + 0.032745361328125, + -0.009765625, + -0.041107177734375, + 0.0221405029296875, + -0.010650634765625, + 0.0386962890625, + -0.0180511474609375, + -0.002140045166015625, + -0.0166473388671875, + 0.0116729736328125, + -0.0863037109375, + -0.048370361328125, + 0.005023956298828125, + 0.036102294921875, + -0.00567626953125, + -0.032928466796875, + 0.03887939453125, + -0.00902557373046875, + -0.061767578125, + 0.008697509765625, + -0.0048370361328125, + -0.032379150390625, + 0.01377105712890625, + 0.0019893646240234375, + -0.0219573974609375, + 0.019622802734375, + 0.0347900390625, + 0.025115966796875, + 0.06402587890625, + 0.0168304443359375, + -0.0234375, + -0.006744384765625, + -0.0167388916015625, + 0.045013427734375, + 0.031829833984375, + 0.0243682861328125, + -0.02679443359375, + 0.019622802734375, + -0.00006937980651855469, + -0.069580078125, + -0.01386260986328125, + 0.005046844482421875, + -0.0258636474609375, + 0.036468505859375, + 0.05804443359375, + 0.0279083251953125, + 0.0127410888671875, + 0.0219573974609375, + 0.056182861328125, + 0.004558563232421875, + 0.0181427001953125, + -0.0295867919921875, + -0.078857421875, + -0.0066986083984375, + 0.0241851806640625, + 0.0095367431640625, + -0.07366943359375, + 0.038330078125, + 0.051727294921875, + -0.007534027099609375, + 0.0008897781372070312, + -0.0094451904296875, + 0.00730133056640625, + 0.024932861328125, + 0.024749755859375, + -0.00437164306640625, + -0.055084228515625, + -0.005279541015625, + 0.01702880859375, + -0.00860595703125, + -0.0002340078353881836, + -0.01348876953125, + -0.01470184326171875, + 0.0234375, + -0.04949951171875, + 0.0007615089416503906, + -0.023529052734375, + 0.059539794921875, + 0.013671875, + -0.040557861328125, + -0.0426025390625, + 0.037384033203125, + 0.00841522216796875, + -0.04296875, + 0.016937255859375, + 0.021209716796875, + -0.033111572265625, + 0.032196044921875, + 0.051361083984375, + 0.0161895751953125, + 0.034423828125, + 0.00958251953125, + -0.019439697265625, + 0.025115966796875, + -0.0303192138671875, + 0.0036983489990234375, + -0.036651611328125, + -0.0217742919921875, + -0.0277252197265625, + -0.05731201171875, + 0.056549072265625, + 0.017578125, + 0.03460693359375, + 0.0275421142578125, + -0.002140045166015625, + -0.0032329559326171875, + -0.0032329559326171875, + 0.0205535888671875, + 0.039642333984375, + 0.0241851806640625, + 0.006420135498046875, + 0.01190948486328125, + 0.00009447336196899414, + 0.0094451904296875, + -0.05322265625, + 0.00958251953125, + -0.0033721923828125, + -0.005954742431640625, + -0.046875, + -0.0014066696166992188, + 0.01377105712890625, + -0.04296875, + 0.005626678466796875, + -0.03387451171875, + 0.01284027099609375, + -0.000732421875, + -0.0145111083984375, + -0.0087890625, + 0.02734375, + -0.0164642333984375, + 0.045013427734375, + 0.0221405029296875, + -0.0023365020751953125, + 0.00665283203125, + -0.09375, + 0.0859375, + 0.035919189453125, + 0.042236328125, + 0.0032787322998046875, + 0.022979736328125, + 0.0125579833984375, + 0.006046295166015625, + 0.0546875, + 0.0203704833984375, + -0.028472900390625, + 0.032562255859375, + 0.030517578125, + -0.0206451416015625, + -0.01311492919921875, + 0.040924072265625, + 0.0114898681640625, + -0.03070068359375, + 0.044647216796875, + -0.01032257080078125, + 0.0125579833984375, + 0.00583648681640625, + -0.006931304931640625, + -0.033660888671875, + -0.053955078125, + 0.0784912109375, + 0.004673004150390625, + -0.03106689453125, + 0.061767578125, + -0.05694580078125, + 0.02325439453125, + 0.005489349365234375, + 0.036468505859375, + -0.004627227783203125, + 0.043914794921875, + -0.032196044921875, + -0.007396697998046875, + -0.0179595947265625, + 0.00841522216796875, + -0.003093719482421875, + -0.01116180419921875, + -0.01580810546875, + 0.0625, + 0.017578125, + -0.0222320556640625, + -0.060638427734375, + -0.0106048583984375, + 0.007579803466796875, + -0.00579071044921875, + 0.0426025390625, + -0.03533935546875, + -0.01125335693359375, + -0.006420135498046875, + 0.056549072265625, + 0.0183258056640625, + -0.003185272216796875, + 0.025482177734375, + 0.00958251953125, + -0.007442474365234375, + -0.017578125, + 0.005954742431640625 + ], + "metadata": { + "domains": [ + "mobile-forensics", + "static-investigations" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "commandline", + "backup", + "encryption", + "artifact-extraction", + "android", + "scenario:file_recovery" + ], + "skillLevel": "intermediate", + "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.00011521577835083008, + -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_CAINE", + "type": "tool", + "name": "CAINE", + "content": "caine caine (computer aided investigative environment) ist eine ubuntu‑basierte live‑linux‑distribution, die mehr als 150 forensik‑werkzeuge in einer schreibgeschützten umgebung bündelt. version 14.0 »lightstream« (märz 2025) bringt kernel 6.8, uefi‑support und das unblock‑gui zum gezielten aufheben der write‑block‑funktion für einzelne devices. :contentreference[oaicite:2]{index=2} live-distro imaging write-blocking gui commandline scenario:disk_imaging incident-response static-investigations network-forensics mobile-forensics data-collection examination analysis", + "embedding": [ + -0.033416748046875, + 0.046600341796875, + 0.037261962890625, + -0.01519775390625, + 0.0277557373046875, + 0.0287628173828125, + 0.047607421875, + 0.02734375, + -0.0018110275268554688, + -0.006938934326171875, + -0.05267333984375, + 0.032806396484375, + 0.01357269287109375, + -0.00643157958984375, + -0.03424072265625, + 0.013671875, + -0.022796630859375, + -0.01560211181640625, + 0.01357269287109375, + 0.023193359375, + -0.0255279541015625, + 0.00405120849609375, + -0.0494384765625, + 0.0038242340087890625, + 0.017730712890625, + -0.00992584228515625, + -0.006938934326171875, + -0.063232421875, + -0.03607177734375, + -0.0236968994140625, + -0.01611328125, + -0.03363037109375, + -0.02978515625, + 0.004405975341796875, + 0.0110931396484375, + 0.00931549072265625, + 0.00445556640625, + -0.0242156982421875, + -0.0164031982421875, + 0.0293731689453125, + -0.0090179443359375, + -0.006988525390625, + 0.011444091796875, + -0.0283660888671875, + -0.00881195068359375, + -0.048004150390625, + -0.025726318359375, + -0.01088714599609375, + 0.01580810546875, + -0.055908203125, + 0.00704193115234375, + 0.051849365234375, + 0.012054443359375, + -0.0014181137084960938, + -0.0229949951171875, + 0.01103973388671875, + 0.022186279296875, + -0.036865234375, + -0.09320068359375, + 0.03179931640625, + -0.053070068359375, + 0.0024051666259765625, + -0.00865936279296875, + -0.030181884765625, + 0.0137786865234375, + 0.039520263671875, + -0.0191497802734375, + -0.0380859375, + -0.0084075927734375, + 0.0015573501586914062, + 0.0291748046875, + -0.0225830078125, + 0.0179290771484375, + 0.028564453125, + -0.0016460418701171875, + -0.033416748046875, + 0.0287628173828125, + 0.01751708984375, + 0.03668212890625, + 0.005645751953125, + -0.01934814453125, + -0.0034694671630859375, + 0.036865234375, + 0.01245880126953125, + -0.03668212890625, + 0.0142822265625, + 0.0157012939453125, + 0.00861358642578125, + 0.01549530029296875, + -0.00830841064453125, + 0.021881103515625, + -0.0250244140625, + -0.00946807861328125, + -0.02227783203125, + 0.038909912109375, + 0.07415771484375, + -0.003696441650390625, + -0.012359619140625, + -0.0007567405700683594, + 0.061187744140625, + 0.01438140869140625, + -0.020355224609375, + 0.05145263671875, + -0.0026454925537109375, + 0.035247802734375, + -0.037078857421875, + 0.03240966796875, + 0.004329681396484375, + -0.023406982421875, + -0.0546875, + -0.09197998046875, + -0.052276611328125, + 0.002849578857421875, + -0.047210693359375, + -0.022491455078125, + 0.01326751708984375, + -0.022491455078125, + 0.050048828125, + -0.03564453125, + -0.05914306640625, + -0.0022411346435546875, + -0.0004494190216064453, + -0.00620269775390625, + 0.0182342529296875, + -0.07940673828125, + -0.061187744140625, + 0.01296234130859375, + 0.0303955078125, + -0.05267333984375, + -0.0293731689453125, + -0.048431396484375, + -0.0303955078125, + -0.033843994140625, + -0.01261138916015625, + -0.0033931732177734375, + -0.03302001953125, + 0.01904296875, + -0.00830841064453125, + -0.01119232177734375, + 0.025726318359375, + 0.046600341796875, + -0.004634857177734375, + -0.055908203125, + 0.0112457275390625, + -0.044158935546875, + 0.0007915496826171875, + 0.0026340484619140625, + 0.0506591796875, + -0.0277557373046875, + -0.020660400390625, + -0.0217742919921875, + 0.0350341796875, + 0.0469970703125, + -0.00942230224609375, + 0.032012939453125, + -0.0229949951171875, + -0.016510009765625, + -0.0048370361328125, + 0.0079498291015625, + -0.0217742919921875, + 0.01560211181640625, + 0.0147857666015625, + -0.00241851806640625, + 0.021270751953125, + -0.0265350341796875, + -0.0277557373046875, + -0.0167083740234375, + -0.0008358955383300781, + 0.0084075927734375, + 0.0014247894287109375, + 0.03564453125, + -0.01251220703125, + 0.057952880859375, + 0.047393798828125, + 0.0142822265625, + 0.000033020973205566406, + 0.02410888671875, + -0.0027484893798828125, + 0.039306640625, + 0.0153961181640625, + -0.0004684925079345703, + 0.0008544921875, + 0.0265350341796875, + -0.0026836395263671875, + 0.0289764404296875, + 0.028564453125, + -0.04376220703125, + -0.0185394287109375, + -0.020355224609375, + 0.021270751953125, + -0.026947021484375, + 0.006130218505859375, + 0.0049896240234375, + 0.0109405517578125, + 0.01337432861328125, + 0.049835205078125, + 0.02978515625, + -0.02978515625, + 0.04498291015625, + 0.0172271728515625, + 0.016510009765625, + 0.0271453857421875, + 0.00122833251953125, + 0.0380859375, + 0.0176239013671875, + 0.0043792724609375, + -0.003520965576171875, + 0.0386962890625, + 0.0299835205078125, + -0.0010004043579101562, + -0.01751708984375, + 0.04071044921875, + -0.0279541015625, + -0.035247802734375, + -0.0201568603515625, + -0.00988006591796875, + -0.0110931396484375, + -0.02532958984375, + -0.0020008087158203125, + -0.0210723876953125, + -0.01306915283203125, + -0.03607177734375, + 0.03363037109375, + 0.01812744140625, + -0.0157012939453125, + 0.021881103515625, + -0.0167083740234375, + -0.0457763671875, + -0.0191497802734375, + 0.0210723876953125, + 0.027557373046875, + 0.026336669921875, + -0.018341064453125, + 0.00420379638671875, + -0.012664794921875, + -0.04498291015625, + 0.0546875, + 0.0198516845703125, + 0.006988525390625, + 0.0013170242309570312, + -0.0208740234375, + -0.01549530029296875, + -0.00800323486328125, + 0.03564453125, + 0.0243072509765625, + 0.00014793872833251953, + -0.012054443359375, + 0.0085601806640625, + 0.04132080078125, + 0.045379638671875, + -0.0445556640625, + 0.0030517578125, + -0.06524658203125, + 0.0006709098815917969, + -0.07171630859375, + -0.01397705078125, + 0.0015697479248046875, + -0.033416748046875, + 0.04962158203125, + -0.0265350341796875, + -0.026947021484375, + 0.018035888671875, + 0.0245208740234375, + 0.00977325439453125, + 0.053070068359375, + 0.0090179443359375, + -0.033416748046875, + -0.00673675537109375, + 0.058746337890625, + -0.017822265625, + -0.026336669921875, + -0.038482666015625, + 0.04071044921875, + -0.002696990966796875, + 0.0316162109375, + -0.040924072265625, + -0.00249481201171875, + 0.038482666015625, + 0.0289764404296875, + 0.034454345703125, + -0.0195465087890625, + 0.01337432861328125, + 0.03363037109375, + 0.01210784912109375, + -0.053070068359375, + -0.01068878173828125, + -0.006229400634765625, + 0.0010890960693359375, + -0.01129150390625, + -0.036865234375, + -0.007598876953125, + 0.0362548828125, + 0.018341064453125, + -0.0012159347534179688, + 0.0081024169921875, + -0.035858154296875, + 0.005950927734375, + -0.006633758544921875, + 0.01180267333984375, + 0.028564453125, + 0.0289764404296875, + -0.0186309814453125, + 0.010284423828125, + 0.0007567405700683594, + 0.006786346435546875, + -0.00942230224609375, + -0.01904296875, + -0.0245208740234375, + -0.014892578125, + -0.0697021484375, + -0.038299560546875, + 0.037872314453125, + -0.0186309814453125, + 0.032806396484375, + -0.026947021484375, + 0.00197601318359375, + -0.052276611328125, + -0.0672607421875, + 0.0008358955383300781, + -0.04315185546875, + -0.033416748046875, + -0.01499176025390625, + 0.0312042236328125, + 0.0061798095703125, + -0.00016772747039794922, + 0.00445556640625, + -0.0219879150390625, + -0.030792236328125, + 0.00042724609375, + -0.0026836395263671875, + 0.034454345703125, + -0.009979248046875, + 0.0157012939453125, + 0.0197601318359375, + 0.03240966796875, + 0.0117034912109375, + 0.0223846435546875, + 0.0279541015625, + -0.0259246826171875, + -0.0104827880859375, + -0.025726318359375, + 0.00881195068359375, + -0.00182342529296875, + -0.013671875, + -0.0279541015625, + 0.01397705078125, + -0.016815185546875, + 0.0214691162109375, + 0.01357269287109375, + 0.006786346435546875, + 0.030792236328125, + -0.033843994140625, + 0.022796630859375, + 0.0648193359375, + -0.00815582275390625, + 0.109375, + -0.0019121170043945312, + -0.07049560546875, + 0.037261962890625, + 0.04315185546875, + 0.028564453125, + 0.01195526123046875, + 0.0184326171875, + 0.016510009765625, + -0.00022161006927490234, + 0.049835205078125, + -0.02227783203125, + 0.0380859375, + -0.012054443359375, + 0.009521484375, + 0.0197601318359375, + 0.0249176025390625, + 0.020263671875, + 0.0506591796875, + 0.0170135498046875, + 0.03424072265625, + 0.0204620361328125, + -0.027557373046875, + -0.032012939453125, + 0.0142822265625, + -0.052276611328125, + 0.01458740234375, + 0.043548583984375, + 0.00445556640625, + 0.051055908203125, + -0.01519775390625, + -0.057952880859375, + 0.0188446044921875, + -0.04315185546875, + 0.053070068359375, + 0.042327880859375, + 0.020660400390625, + 0.017730712890625, + -0.0195465087890625, + 0.005191802978515625, + 0.0172271728515625, + -0.0125579833984375, + 0.042327880859375, + 0.0134735107421875, + 0.038909912109375, + -0.006458282470703125, + -0.0350341796875, + 0.020965576171875, + 0.041748046875, + 0.0164031982421875, + -0.00301361083984375, + 0.020263671875, + 0.03179931640625, + -0.01357269287109375, + -0.06768798828125, + 0.0595703125, + 0.054290771484375, + -0.0115509033203125, + 0.0169219970703125, + -0.0124053955078125, + -0.021575927734375, + -0.06561279296875, + 0.01499176025390625, + 0.007904052734375, + -0.00005817413330078125, + 0.0157012939453125, + 0.00739288330078125, + -0.037078857421875, + -0.028564453125, + 0.01129150390625, + -0.08953857421875, + 0.026947021484375, + 0.014892578125, + -0.02532958984375, + 0.01995849609375, + -0.0087127685546875, + -0.05633544921875, + -0.006988525390625, + -0.0163116455078125, + -0.04681396484375, + 0.0259246826171875, + 0.020263671875, + -0.041534423828125, + -0.02056884765625, + -0.00992584228515625, + -0.014892578125, + -0.00926971435546875, + -0.016815185546875, + 0.0322265625, + -0.0112457275390625, + 0.0036468505859375, + 0.0289764404296875, + 0.0229949951171875, + 0.0017347335815429688, + -0.041748046875, + 0.035247802734375, + -0.020050048828125, + -0.00524139404296875, + 0.0182342529296875, + 0.0316162109375, + 0.0142822265625, + -0.00830841064453125, + -0.0303955078125, + -0.0213775634765625, + 0.017730712890625, + 0.00019621849060058594, + 0.0299835205078125, + -0.01438140869140625, + -0.0249176025390625, + -0.062408447265625, + 0.05267333984375, + -0.005218505859375, + 0.0238037109375, + 0.003772735595703125, + -0.06768798828125, + 0.0322265625, + -0.0115509033203125, + -0.01418304443359375, + -0.004230499267578125, + -0.0027217864990234375, + -0.0027103424072265625, + 0.077392578125, + -0.0082550048828125, + -0.002925872802734375, + -0.01499176025390625, + 0.030181884765625, + 0.034637451171875, + 0.00405120849609375, + -0.0299835205078125, + 0.01245880126953125, + 0.056732177734375, + -0.0595703125, + 0.0019121170043945312, + -0.012054443359375, + -0.00704193115234375, + 0.0236053466796875, + -0.0672607421875, + 0.00769805908203125, + 0.007598876953125, + -0.07293701171875, + 0.017425537109375, + -0.0259246826171875, + -0.01149749755859375, + -0.007904052734375, + 0.03546142578125, + 0.01611328125, + -0.0261383056640625, + 0.0293731689453125, + 0.016815185546875, + 0.0084075927734375, + 0.01418304443359375, + -0.005596160888671875, + -0.01119232177734375, + 0.007343292236328125, + -0.06683349609375, + -0.032012939453125, + -0.043975830078125, + 0.00579833984375, + -0.033233642578125, + -0.022491455078125, + -0.01357269287109375, + -0.0287628173828125, + 0.015899658203125, + -0.0316162109375, + -0.0084075927734375, + -0.0214691162109375, + -0.0196533203125, + -0.030181884765625, + -0.03546142578125, + 0.0211639404296875, + 0.009674072265625, + 0.01448822021484375, + 0.0289764404296875, + 0.0225830078125, + -0.0709228515625, + 0.027557373046875, + 0.032012939453125, + 0.0023040771484375, + 0.01251220703125, + -0.020965576171875, + -0.024810791015625, + -0.01529693603515625, + 0.03564453125, + -0.04071044921875, + -0.01611328125, + -0.06683349609375, + 0.002925872802734375, + -0.0005602836608886719, + 0.0103302001953125, + -0.0034942626953125, + -0.0068359375, + -0.07452392578125, + 0.00445556640625, + 0.035247802734375, + 0.00926971435546875, + -0.017120361328125, + -0.048431396484375, + -0.037689208984375, + -0.0236053466796875, + -0.055511474609375, + 0.0134735107421875, + -0.017730712890625, + 0.0031147003173828125, + 0.011749267578125, + -0.051849365234375, + 0.00861358642578125, + 0.025115966796875, + 0.0204620361328125, + 0.01068878173828125, + 0.0229949951171875, + -0.045379638671875, + 0.035858154296875, + -0.006053924560546875, + 0.000873565673828125, + -0.01103973388671875, + -0.0219879150390625, + 0.040313720703125, + -0.0163116455078125, + -0.0216827392578125, + -0.0016460418701171875, + 0.0169219970703125, + 0.005290985107421875, + 0.0032291412353515625, + -0.048614501953125, + 0.03240966796875, + 0.004962921142578125, + 0.077392578125, + -0.04132080078125, + -0.062408447265625, + 0.01418304443359375, + 0.011444091796875, + 0.042144775390625, + 0.043548583984375, + 0.0210723876953125, + -0.00785064697265625, + -0.00830841064453125, + 0.0198516845703125, + -0.0189361572265625, + -0.039520263671875, + -0.01468658447265625, + 0.0014629364013671875, + 0.0173187255859375, + 0.034027099609375, + 0.01073455810546875, + 0.1077880859375, + -0.00992584228515625, + 0.0030384063720703125, + 0.004787445068359375, + 0.09033203125, + 0.028167724609375, + -0.034027099609375, + -0.045166015625, + 0.004154205322265625, + 0.00524139404296875, + -0.0494384765625, + -0.0233001708984375, + 0.004558563232421875, + 0.055908203125, + -0.052276611328125, + -0.0124053955078125, + -0.01468658447265625, + -0.02734375, + 0.01468658447265625, + 0.0109405517578125, + -0.0210723876953125, + 0.009063720703125, + -0.00197601318359375, + -0.040924072265625, + -0.0023040771484375, + 0.0081024169921875, + 0.031402587890625, + 0.057525634765625, + 0.037078857421875, + -0.0163116455078125, + 0.039306640625, + 0.013671875, + 0.01519775390625, + 0.01180267333984375, + 0.0194549560546875, + 0.025726318359375, + -0.01549530029296875, + 0.037261962890625, + 0.035247802734375, + -0.021270751953125, + -0.033233642578125, + -0.001861572265625, + 0.02349853515625, + 0.0733642578125, + 0.0635986328125, + -0.0250244140625, + 0.01529693603515625, + -0.01180267333984375, + -0.06524658203125, + -0.0134735107421875, + 0.01220703125, + 0.00397491455078125, + -0.0258331298828125, + -0.043548583984375, + 0.0316162109375, + -0.0259246826171875, + 0.0303955078125, + 0.02471923828125, + -0.01129150390625, + -0.002899169921875, + 0.0082550048828125, + -0.0142822265625, + -0.037078857421875, + -0.0037994384765625, + -0.00800323486328125, + -0.0240020751953125, + -0.04437255859375, + -0.0220794677734375, + 0.02978515625, + -0.034637451171875, + -0.047607421875, + -0.0299835205078125, + 0.064453125, + -0.023101806640625, + -0.032012939453125, + -0.00785064697265625, + 0.0169219970703125, + -0.0106353759765625, + -0.05914306640625, + -0.0106353759765625, + -0.028167724609375, + 0.014892578125, + -0.0494384765625, + -0.012054443359375, + -0.00688934326171875, + -0.0411376953125, + -0.0258331298828125, + -0.01812744140625, + -0.063232421875, + 0.0223846435546875, + -0.039520263671875, + 0.028564453125, + 0.003772735595703125, + 0.03546142578125, + 0.0303955078125, + 0.035247802734375, + -0.01418304443359375, + -0.006153106689453125, + -0.01560211181640625, + -0.06927490234375, + 0.0249176025390625, + 0.0011081695556640625, + -0.0150909423828125, + -0.064453125, + -0.0252227783203125, + 0.050048828125, + -0.082275390625, + 0.025421142578125, + 0.016815185546875, + 0.003772735595703125, + -0.0261383056640625, + -0.00257110595703125, + 0.0007152557373046875, + 0.0008358955383300781, + 0.053070068359375, + -0.01611328125, + 0.006786346435546875, + 0.0010194778442382812, + -0.0350341796875, + 0.0445556640625, + 0.00830841064453125, + 0.032623291015625, + -0.02978515625, + 0.0312042236328125, + 0.00148773193359375, + -0.0184326171875, + 0.0223846435546875, + -0.07373046875, + -0.0033931732177734375, + 0.03302001953125, + 0.01073455810546875, + 0.0089111328125, + 0.00977325439453125, + -0.02734375, + -0.0207672119140625, + -0.01448822021484375, + 0.050048828125, + 0.00754547119140625, + -0.005924224853515625, + -0.03668212890625, + -0.024810791015625, + -0.061187744140625, + -0.025634765625, + -0.0192413330078125, + -0.0309906005859375, + 0.039306640625, + -0.0289764404296875, + -0.047607421875, + 0.01088714599609375, + -0.030181884765625, + 0.0201568603515625, + 0.0019626617431640625, + 0.07171630859375, + -0.037078857421875, + 0.018035888671875, + -0.025421142578125, + 0.04620361328125, + 0.0170135498046875, + -0.0189361572265625, + -0.03240966796875, + 0.006988525390625, + 0.01387786865234375, + -0.04376220703125, + 0.042755126953125, + 0.042327880859375, + -0.0217742919921875, + -0.0648193359375, + -0.03240966796875, + -0.016815185546875, + 0.0137786865234375, + -0.048431396484375, + 0.0445556640625, + -0.0110931396484375, + -0.00531768798828125, + -0.10089111328125, + 0.0362548828125, + 0.00640869140625, + 0.0293731689453125, + 0.01053619384765625, + 0.017822265625, + -0.04376220703125, + -0.0176239013671875, + -0.0007691383361816406, + 0.0316162109375, + -0.020660400390625, + 0.0022792816162109375, + 0.010284423828125, + 0.01058197021484375, + 0.022186279296875, + -0.0005822181701660156, + -0.009521484375, + 0.0283660888671875, + 0.047821044921875, + -0.02471923828125, + 0.0506591796875, + -0.04052734375, + -0.00896453857421875, + -0.01261138916015625, + 0.00714111328125, + 0.01291656494140625, + 0.003925323486328125, + -0.0287628173828125, + 0.006481170654296875, + 0.042755126953125, + 0.0017976760864257812, + 0.004940032958984375, + -0.0127105712890625, + 0.02349853515625, + 0.02288818359375, + 0.0084075927734375, + -0.020965576171875, + -0.004154205322265625, + -0.005519866943359375, + -0.007904052734375, + -0.029571533203125, + -0.07537841796875, + -0.0660400390625, + 0.032623291015625, + -0.0271453857421875, + -0.03179931640625, + 0.020263671875, + 0.0030002593994140625, + -0.015899658203125, + -0.038482666015625, + 0.00977325439453125, + -0.01134490966796875, + -0.0236053466796875, + -0.04681396484375, + 0.023193359375, + -0.00405120849609375, + 0.0309906005859375, + -0.00450897216796875, + -0.0733642578125, + 0.004077911376953125, + -0.03546142578125, + -0.017822265625, + -0.021575927734375, + -0.00516510009765625, + -0.05084228515625, + 0.012664794921875, + -0.07537841796875, + -0.0271453857421875, + -0.0197601318359375, + 0.0182342529296875, + 0.02978515625, + 0.0045318603515625, + 0.05633544921875, + -0.003292083740234375, + -0.06524658203125, + 0.055511474609375, + -0.0124053955078125, + -0.016510009765625, + 0.009063720703125, + -0.0213775634765625, + -0.0032672882080078125, + 0.009674072265625, + 0.037078857421875, + 0.03485107421875, + 0.052276611328125, + 0.007343292236328125, + -0.0277557373046875, + 0.028564453125, + -0.032806396484375, + 0.030181884765625, + 0.0002073049545288086, + 0.02734375, + -0.005519866943359375, + -0.0022792816162109375, + -0.004634857177734375, + -0.06768798828125, + -0.0380859375, + -0.02978515625, + -0.0261383056640625, + -0.006481170654296875, + 0.07818603515625, + 0.032806396484375, + -0.0024051666259765625, + 0.03546142578125, + 0.07049560546875, + 0.01529693603515625, + -0.005977630615234375, + -0.002658843994140625, + -0.054290771484375, + 0.017425537109375, + 0.004405975341796875, + 0.018035888671875, + -0.06158447265625, + 0.0014753341674804688, + 0.0697021484375, + 0.0010442733764648438, + -0.02471923828125, + 0.00531768798828125, + -0.007244110107421875, + 0.0238037109375, + 0.006988525390625, + 0.00156402587890625, + -0.06683349609375, + 0.01611328125, + 0.04193115234375, + 0.01215362548828125, + 0.0004749298095703125, + -0.0049896240234375, + 0.0005984306335449219, + 0.048828125, + -0.051849365234375, + -0.0258331298828125, + 0.01149749755859375, + 0.062408447265625, + -0.021881103515625, + -0.042144775390625, + -0.009521484375, + 0.05914306640625, + 0.028167724609375, + -0.051849365234375, + 0.007801055908203125, + 0.00785064697265625, + -0.0006427764892578125, + 0.0238037109375, + 0.06561279296875, + -0.0015697479248046875, + 0.044769287109375, + 0.0309906005859375, + -0.04052734375, + 0.0303955078125, + -0.033416748046875, + 0.0106353759765625, + -0.00992584228515625, + -0.01149749755859375, + -0.01326751708984375, + -0.053070068359375, + 0.056732177734375, + 0.01357269287109375, + 0.051055908203125, + 0.01751708984375, + 0.00316619873046875, + -0.005039215087890625, + -0.0115966796875, + 0.0196533203125, + 0.0131683349609375, + 0.0287628173828125, + 0.017822265625, + 0.006534576416015625, + 0.0163116455078125, + -0.004558563232421875, + -0.028167724609375, + 0.0303955078125, + -0.028167724609375, + 0.010284423828125, + -0.049041748046875, + 0.007293701171875, + 0.01084136962890625, + -0.0201568603515625, + 0.0055694580078125, + -0.0179290771484375, + 0.0016145706176757812, + -0.0184326171875, + -0.05145263671875, + -0.01149749755859375, + 0.04559326171875, + -0.036468505859375, + 0.0277557373046875, + 0.004634857177734375, + -0.0265350341796875, + 0.044158935546875, + -0.05267333984375, + 0.049835205078125, + 0.0289764404296875, + 0.0305938720703125, + 0.00524139404296875, + 0.0271453857421875, + 0.036468505859375, + -0.025634765625, + 0.057525634765625, + -0.0140838623046875, + -0.0380859375, + 0.05712890625, + 0.047821044921875, + -0.00397491455078125, + -0.07781982421875, + 0.0167083740234375, + -0.0007314682006835938, + -0.04254150390625, + 0.00620269775390625, + 0.045379638671875, + 0.006130218505859375, + -0.0034942626953125, + -0.0261383056640625, + -0.05267333984375, + -0.0506591796875, + 0.05914306640625, + 0.0445556640625, + -0.006381988525390625, + 0.037261962890625, + -0.05126953125, + 0.041534423828125, + 0.02410888671875, + 0.07171630859375, + -0.052276611328125, + 0.06036376953125, + -0.01611328125, + 0.0074462890625, + -0.00562286376953125, + -0.006053924560546875, + -0.024810791015625, + 0.0164031982421875, + -0.047607421875, + 0.037689208984375, + 0.05633544921875, + -0.01904296875, + -0.0316162109375, + -0.0107879638671875, + 0.0007786750793457031, + -0.0163116455078125, + 0.04315185546875, + -0.020050048828125, + -0.0196533203125, + -0.001392364501953125, + 0.0283660888671875, + 0.050445556640625, + -0.0074462890625, + 0.04254150390625, + -0.00115203857421875, + -0.0030384063720703125, + -0.009979248046875, + -0.0160064697265625 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "network-forensics", + "mobile-forensics" + ], + "phases": [ + "data-collection", + "examination", + "analysis" + ], + "tags": [ + "live-distro", + "imaging", + "write-blocking", + "gui", + "commandline", + "scenario:disk_imaging" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_LibreOffice", + "type": "tool", + "name": "LibreOffice", + "content": "libreoffice die freie office-suite ist mehr als nur dokumentenerstellung - ein unterschätztes forensik-werkzeug. calc verarbeitet massive csv-logs und datenbank-exporte mit pivot-tabellen und filtern. die makro-sprache automatisiert wiederkehrende analysen. writer erstellt gerichtsfeste reports mit inhaltsverzeichnis und querverweisen. besonders wertvoll: import obskurer dateiformate die microsoft office ablehnt, reparatur korrupter dokumente, metadaten-anzeige fremder files. die version-history in dokumenten enthüllt bearbeitungen. draw visualisiert netzwerk-diagramme und timelines. base als frontend für sqlite-forensik-datenbanken. die pdf-export-optionen mit sicherheitseinstellungen für vertrauliche reports. kompatibilität mit allen gängigen formaten. die portable-version läuft von usb ohne installation. extensions erweitern für spezielle aufgaben. kostenlos aber professionell - spart lizenzbudget für spezial-tools. der standard für forensik-dokumentation weltweit. 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.0260467529296875, + 0.03546142578125, + 0.0293731689453125, + 0.004825592041015625, + 0.039886474609375, + 0.039520263671875, + 0.0338134765625, + 0.025115966796875, + 0.0005769729614257812, + 0.02789306640625, + -0.0557861328125, + 0.033233642578125, + 0.0299224853515625, + 0.0072479248046875, + -0.052093505859375, + 0.03472900390625, + 0.00429534912109375, + 0.0120086669921875, + 0.0159759521484375, + 0.0010328292846679688, + -0.0167999267578125, + -0.0297393798828125, + -0.05615234375, + -0.0072479248046875, + -0.00632476806640625, + 0.01302337646484375, + -0.01348114013671875, + -0.06317138671875, + -0.03472900390625, + -0.0124664306640625, + 0.0102996826171875, + -0.01375579833984375, + -0.007389068603515625, + 0.04803466796875, + 0.0262298583984375, + -0.0161590576171875, + 0.0014371871948242188, + -0.04803466796875, + -0.05096435546875, + 0.036376953125, + -0.0190277099609375, + -0.0165252685546875, + 0.0262298583984375, + -0.00182342529296875, + -0.01020050048828125, + -0.02880859375, + -0.005634307861328125, + -0.0234527587890625, + 0.0205078125, + -0.033599853515625, + 0.044525146484375, + 0.0277099609375, + -0.024017333984375, + -0.011077880859375, + -0.0262298583984375, + 0.053924560546875, + 0.0089111328125, + -0.01385498046875, + -0.045257568359375, + 0.03619384765625, + -0.05096435546875, + 0.008636474609375, + -0.014312744140625, + -0.0038776397705078125, + -0.00965118408203125, + -0.00211334228515625, + -0.00909423828125, + -0.0185546875, + -0.0185546875, + 0.0037860870361328125, + 0.004039764404296875, + 0.000652313232421875, + -0.0188446044921875, + 0.0297393798828125, + -0.031402587890625, + -0.032318115234375, + -0.01177215576171875, + 0.041015625, + 0.00046181678771972656, + -0.00024235248565673828, + -0.060577392578125, + -0.01140594482421875, + 0.04302978515625, + -0.03472900390625, + -0.047088623046875, + -0.01366424560546875, + 0.024749755859375, + 0.0306549072265625, + 0.0193023681640625, + 0.018463134765625, + 0.024017333984375, + -0.003208160400390625, + 0.03472900390625, + -0.0271453857421875, + 0.033233642578125, + 0.04876708984375, + 0.01348114013671875, + 0.00429534912109375, + -0.00461578369140625, + 0.003948211669921875, + 0.033050537109375, + -0.052825927734375, + 0.04803466796875, + 0.00780487060546875, + 0.037109375, + -0.06353759765625, + 0.0271453857421875, + -0.00034618377685546875, + -0.0304718017578125, + 0.0009636878967285156, + -0.113037109375, + -0.031951904296875, + -0.018646240234375, + -0.06646728515625, + 0.0020885467529296875, + 0.0127410888671875, + -0.0024700164794921875, + 0.0295562744140625, + -0.052459716796875, + -0.041748046875, + 0.0216064453125, + 0.007343292236328125, + -0.00632476806640625, + 0.0102996826171875, + -0.055023193359375, + -0.05023193359375, + 0.0265960693359375, + 0.047637939453125, + -0.058349609375, + -0.032684326171875, + 0.00348663330078125, + -0.0413818359375, + -0.01385498046875, + -0.0277099609375, + -0.031951904296875, + -0.04949951171875, + 0.03656005859375, + -0.01375579833984375, + 0.010711669921875, + -0.0043182373046875, + 0.03472900390625, + -0.033050537109375, + -0.07421875, + 0.013946533203125, + -0.0439453125, + -0.004985809326171875, + -0.0265960693359375, + 0.04876708984375, + -0.031585693359375, + -0.01311492919921875, + -0.005634307861328125, + 0.018646240234375, + 0.04949951171875, + 0.01163482666015625, + 0.024749755859375, + -0.01181793212890625, + -0.007389068603515625, + -0.0275115966796875, + 0.0236358642578125, + -0.01020050048828125, + -0.003093719482421875, + 0.021514892578125, + -0.00835418701171875, + 0.0275115966796875, + 0.00618743896484375, + -0.046539306640625, + -0.0202178955078125, + 0.0341796875, + 0.0010156631469726562, + 0.0023899078369140625, + 0.0091400146484375, + -0.003002166748046875, + 0.05023193359375, + 0.054656982421875, + 0.0203094482421875, + 0.033233642578125, + -0.00839996337890625, + -0.01329803466796875, + 0.047637939453125, + 0.018463134765625, + -0.034912109375, + -0.018463134765625, + 0.0345458984375, + 0.005886077880859375, + -0.0008254051208496094, + -0.01302337646484375, + -0.036376953125, + -0.0273284912109375, + -0.039520263671875, + 0.036376953125, + -0.031768798828125, + -0.0193023681640625, + 0.0005741119384765625, + 0.014129638671875, + 0.018463134765625, + 0.045440673828125, + 0.02825927734375, + 0.0029201507568359375, + 0.0299224853515625, + 0.01163482666015625, + 0.0104827880859375, + 0.0308380126953125, + 0.005748748779296875, + 0.052825927734375, + 0.00955963134765625, + 0.0301055908203125, + -0.008544921875, + 0.0190277099609375, + 0.0188446044921875, + -0.01348114013671875, + -0.0127410888671875, + 0.054656982421875, + -0.006740570068359375, + -0.02142333984375, + -0.0304718017578125, + -0.04803466796875, + -0.007434844970703125, + -0.0260467529296875, + -0.00974273681640625, + 0.0003333091735839844, + -0.0230865478515625, + -0.0565185546875, + -0.0043182373046875, + 0.0086822509765625, + -0.0012407302856445312, + 0.0166168212890625, + 0.024566650390625, + -0.0238189697265625, + -0.0260467529296875, + 0.00618743896484375, + 0.01800537109375, + 0.05133056640625, + -0.024932861328125, + -0.00267791748046875, + -0.00817108154296875, + -0.025115966796875, + 0.04229736328125, + 0.0090484619140625, + 0.01800537109375, + -0.0091400146484375, + -0.031402587890625, + 0.038787841796875, + 0.0016965866088867188, + 0.03692626953125, + 0.0302886962890625, + -0.01311492919921875, + 0.0088653564453125, + 0.0208740234375, + 0.037506103515625, + 0.0275115966796875, + -0.034912109375, + 0.0014257431030273438, + -0.069091796875, + -0.0262298583984375, + -0.0572509765625, + -0.024017333984375, + -0.04840087890625, + -0.0367431640625, + 0.0716552734375, + -0.01523590087890625, + -0.00951385498046875, + -0.0157012939453125, + 0.0295562744140625, + -0.014404296875, + 0.022064208984375, + 0.01043701171875, + -0.040802001953125, + 0.010711669921875, + 0.07647705078125, + 0.0013103485107421875, + -0.017181396484375, + -0.00618743896484375, + 0.003025054931640625, + 0.004039764404296875, + 0.00812530517578125, + -0.03399658203125, + 0.0071563720703125, + 0.03656005859375, + 0.0293731689453125, + 0.0265960693359375, + -0.037109375, + 0.0174560546875, + -0.0045928955078125, + 0.0338134765625, + -0.045623779296875, + -0.01551055908203125, + -0.002643585205078125, + 0.0140380859375, + 0.0020427703857421875, + -0.0731201171875, + -0.0043182373046875, + 0.045440673828125, + -0.005054473876953125, + -0.00213623046875, + 0.0162506103515625, + -0.038238525390625, + -0.004177093505859375, + 0.01020050048828125, + -0.0002193450927734375, + 0.0345458984375, + 0.0228118896484375, + -0.04986572265625, + 0.01486968994140625, + -0.0167083740234375, + -0.0012750625610351562, + -0.01145172119140625, + -0.040069580078125, + -0.0033245086669921875, + 0.004688262939453125, + -0.05133056640625, + -0.0033016204833984375, + 0.028076171875, + -0.0413818359375, + 0.0002092123031616211, + -0.003971099853515625, + 0.00830841064453125, + -0.04119873046875, + -0.05023193359375, + -0.000865936279296875, + -0.03692626953125, + -0.04412841796875, + -0.0224456787109375, + 0.0260467529296875, + 0.0018701553344726562, + 0.017913818359375, + -0.02142333984375, + -0.0196685791015625, + -0.0367431640625, + 0.01140594482421875, + -0.00974273681640625, + 0.01163482666015625, + -0.005748748779296875, + 0.04302978515625, + 0.0273284912109375, + 0.040252685546875, + 0.01375579833984375, + 0.0572509765625, + 0.0192108154296875, + -0.0236358642578125, + -0.0019273757934570312, + -0.00211334228515625, + 0.0009636878967285156, + 0.0352783203125, + -0.00803375244140625, + -0.0188446044921875, + -0.00424957275390625, + -0.045074462890625, + 0.03472900390625, + 0.032501220703125, + 0.0192108154296875, + 0.0162506103515625, + -0.0265960693359375, + 0.00528717041015625, + 0.06610107421875, + 0.0277099609375, + 0.08349609375, + -0.0127410888671875, + -0.032684326171875, + -0.0229034423828125, + 0.024932861328125, + -0.0032787322998046875, + -0.034912109375, + 0.045989990234375, + -0.007110595703125, + -0.009185791015625, + 0.03436279296875, + -0.010528564453125, + 0.0185546875, + -0.00794219970703125, + 0.0037860870361328125, + 0.0043182373046875, + -0.0231781005859375, + -0.01422119140625, + 0.046356201171875, + 0.0201263427734375, + 0.00965118408203125, + 0.00357818603515625, + -0.025299072265625, + -0.031402587890625, + -0.038238525390625, + -0.0435791015625, + 0.0262298583984375, + 0.053558349609375, + 0.0258636474609375, + 0.07501220703125, + -0.0291748046875, + -0.059112548828125, + 0.0306549072265625, + -0.01122283935546875, + 0.0723876953125, + 0.0310211181640625, + 0.0200347900390625, + 0.053192138671875, + -0.0269622802734375, + 0.01181793212890625, + 0.054656982421875, + 0.00969696044921875, + 0.0157928466796875, + 0.033416748046875, + 0.0306549072265625, + -0.0023555755615234375, + -0.03619384765625, + 0.024749755859375, + 0.031768798828125, + 0.0236358642578125, + 0.0008945465087890625, + 0.01080322265625, + 0.01117706298828125, + 0.0197601318359375, + -0.0557861328125, + 0.045623779296875, + 0.021881103515625, + -0.017822265625, + 0.00551605224609375, + -0.024566650390625, + 0.00229644775390625, + -0.037689208984375, + -0.001800537109375, + 0.0195770263671875, + 0.0302886962890625, + 0.00519561767578125, + 0.037506103515625, + -0.0163421630859375, + 0.01311492919921875, + 0.0167083740234375, + -0.0576171875, + 0.01505279541015625, + 0.03656005859375, + -0.0421142578125, + 0.0229034423828125, + -0.0197601318359375, + -0.0238189697265625, + 0.01136016845703125, + -0.00130462646484375, + -0.0194854736328125, + 0.00701904296875, + 0.024932861328125, + -0.0712890625, + -0.038604736328125, + -0.04119873046875, + -0.00519561767578125, + -0.00173187255859375, + -0.013946533203125, + 0.01800537109375, + -0.004638671875, + -0.01514434814453125, + 0.01505279541015625, + 0.03692626953125, + 0.003070831298828125, + -0.046722412109375, + 0.047637939453125, + -0.0174560546875, + -0.0258636474609375, + 0.01763916015625, + 0.01302337646484375, + 0.0159759521484375, + -0.04119873046875, + -0.01043701171875, + -0.01043701171875, + 0.0224456787109375, + 0.00983428955078125, + 0.01690673828125, + -0.025482177734375, + -0.0262298583984375, + -0.02142333984375, + 0.052459716796875, + 0.005817413330078125, + 0.0421142578125, + -0.0084991455078125, + -0.0557861328125, + 0.0338134765625, + -0.052825927734375, + -0.036376953125, + -0.021697998046875, + 0.0128326416015625, + -0.00997161865234375, + 0.06427001953125, + -0.00807952880859375, + -0.0125579833984375, + -0.031768798828125, + 0.070556640625, + 0.025482177734375, + -0.01131439208984375, + -0.033599853515625, + 0.0435791015625, + 0.03656005859375, + -0.051727294921875, + -0.0106658935546875, + -0.0122833251953125, + 0.0109405517578125, + 0.044708251953125, + -0.04266357421875, + 0.01320648193359375, + 0.0164337158203125, + -0.07977294921875, + -0.01001739501953125, + -0.0104827880859375, + -0.0128326416015625, + -0.0299224853515625, + 0.020965576171875, + 0.04376220703125, + -0.00531005859375, + 0.0260467529296875, + 0.0038089752197265625, + 0.01025390625, + -0.0015583038330078125, + -0.0010967254638671875, + -0.0204010009765625, + 0.0310211181640625, + -0.05023193359375, + -0.0297393798828125, + -0.017730712890625, + 0.0421142578125, + -0.0192108154296875, + -0.01837158203125, + -0.0103912353515625, + -0.0120086669921875, + 0.0565185546875, + -0.032135009765625, + 0.008636474609375, + 0.024566650390625, + -0.051727294921875, + -0.033233642578125, + -0.02880859375, + 0.01329803466796875, + 0.0293731689453125, + 0.00519561767578125, + 0.0293731689453125, + 0.046905517578125, + -0.0738525390625, + 0.036376953125, + 0.02069091796875, + 0.0023193359375, + -0.0008368492126464844, + -0.0235443115234375, + -0.0122833251953125, + 0.0007562637329101562, + 0.0140380859375, + -0.0275115966796875, + -0.03564453125, + -0.0875244140625, + 0.01117706298828125, + -0.017364501953125, + -0.0223541259765625, + -0.016998291015625, + -0.037506103515625, + -0.069091796875, + -0.005565643310546875, + 0.0234527587890625, + 0.021697998046875, + 0.00807952880859375, + -0.055023193359375, + 0.0035552978515625, + -0.005954742431640625, + -0.010345458984375, + 0.024932861328125, + -0.0164337158203125, + 0.00835418701171875, + 0.0271453857421875, + -0.0576171875, + 0.0233612060546875, + 0.0124664306640625, + 0.037872314453125, + 0.00983428955078125, + 0.032135009765625, + -0.032135009765625, + 0.0341796875, + -0.01010894775390625, + -0.025299072265625, + 0.0003333091735839844, + -0.0269622802734375, + 0.0156097412109375, + -0.02880859375, + -0.0156097412109375, + 0.007526397705078125, + 0.03399658203125, + 0.04156494140625, + -0.013946533203125, + 0.0014543533325195312, + 0.03436279296875, + 0.0121002197265625, + 0.0679931640625, + -0.024383544921875, + -0.0439453125, + -0.01727294921875, + 0.0008597373962402344, + 0.053924560546875, + 0.0284423828125, + -0.0157928466796875, + -0.033233642578125, + 0.00817108154296875, + 0.038787841796875, + -0.038787841796875, + -0.01348114013671875, + -0.0198516845703125, + 0.0011425018310546875, + 0.040435791015625, + 0.055023193359375, + 0.01320648193359375, + 0.08087158203125, + 0.004638671875, + -0.0103912353515625, + 0.024566650390625, + 0.0709228515625, + 0.01523590087890625, + -0.02899169921875, + -0.04156494140625, + 0.00177764892578125, + 0.0156097412109375, + -0.038787841796875, + -0.03582763671875, + -0.001384735107421875, + 0.040435791015625, + -0.0701904296875, + 0.0019969940185546875, + -0.0174560546875, + 0.0086822509765625, + 0.01043701171875, + 0.0196685791015625, + -0.0021820068359375, + 0.0271453857421875, + -0.000030279159545898438, + -0.038970947265625, + -0.00927734375, + -0.00135040283203125, + 0.01551055908203125, + 0.03509521484375, + 0.021881103515625, + -0.0110321044921875, + 0.053192138671875, + 0.004825592041015625, + 0.033233642578125, + 0.04248046875, + 0.03582763671875, + 0.022064208984375, + 0.0120086669921875, + 0.051727294921875, + 0.046722412109375, + -0.044708251953125, + -0.0181884765625, + -0.0010156631469726562, + 0.022064208984375, + 0.046539306640625, + 0.06500244140625, + -0.007617950439453125, + 0.0011949539184570312, + 0.0038547515869140625, + -0.054656982421875, + -0.01136016845703125, + 0.0225372314453125, + -0.0128326416015625, + -0.045440673828125, + -0.058746337890625, + 0.038238525390625, + -0.0576171875, + 0.038238525390625, + 0.00600433349609375, + -0.01496124267578125, + 0.002643585205078125, + 0.0238189697265625, + -0.01149749755859375, + -0.04876708984375, + -0.00794219970703125, + -0.0228118896484375, + -0.01551055908203125, + -0.040252685546875, + -0.054290771484375, + 0.037872314453125, + 0.0015125274658203125, + -0.032135009765625, + -0.025482177734375, + 0.0196685791015625, + -0.04248046875, + -0.01122283935546875, + -0.033233642578125, + 0.0158843994140625, + -0.01468658447265625, + -0.0262298583984375, + -0.038421630859375, + -0.0299224853515625, + 0.0086822509765625, + -0.0124664306640625, + -0.00113677978515625, + -0.0093231201171875, + -0.0232696533203125, + -0.00992584228515625, + 0.00542449951171875, + -0.0012464523315429688, + 0.0439453125, + -0.01541900634765625, + 0.034912109375, + 0.0028057098388671875, + 0.03656005859375, + 0.0299224853515625, + 0.059844970703125, + 0.01113128662109375, + -0.0015354156494140625, + -0.00798797607421875, + -0.0291748046875, + 0.0084991455078125, + 0.0093231201171875, + 0.01366424560546875, + -0.058349609375, + 0.006877899169921875, + 0.072021484375, + -0.0831298828125, + 0.00951385498046875, + 0.008636474609375, + -0.02880859375, + -0.03692626953125, + 0.00812530517578125, + -0.01320648193359375, + 0.01158905029296875, + 0.087890625, + 0.032501220703125, + 0.0127410888671875, + 0.0128326416015625, + -0.0694580078125, + 0.0557861328125, + 0.02105712890625, + 0.0271453857421875, + -0.01514434814453125, + 0.0291748046875, + 0.024749755859375, + -0.00785064697265625, + 0.01329803466796875, + -0.060577392578125, + 0.0038318634033203125, + 0.03692626953125, + -0.0008540153503417969, + 0.0014085769653320312, + -0.0196685791015625, + -0.04376220703125, + -0.0295562744140625, + -0.020599365234375, + 0.038970947265625, + -0.0029430389404296875, + 0.01375579833984375, + -0.05615234375, + -0.01293182373046875, + -0.0015354156494140625, + -0.040618896484375, + -0.03546142578125, + -0.0310211181640625, + 0.04229736328125, + 0.00835418701171875, + -0.045440673828125, + 0.034912109375, + 0.0037631988525390625, + -0.01122283935546875, + 0.006740570068359375, + 0.0557861328125, + -0.039337158203125, + 0.0110321044921875, + 0.004734039306640625, + 0.0202178955078125, + -0.025299072265625, + -0.0128326416015625, + 0.024383544921875, + 0.024932861328125, + 0.02105712890625, + -0.033050537109375, + 0.043212890625, + 0.0435791015625, + -0.0190277099609375, + -0.046722412109375, + -0.0264129638671875, + -0.0413818359375, + 0.05023193359375, + -0.0260467529296875, + 0.0167999267578125, + -0.0157928466796875, + -0.0009756088256835938, + -0.07794189453125, + 0.039520263671875, + -0.0269622802734375, + 0.0264129638671875, + -0.005100250244140625, + -0.018646240234375, + -0.047271728515625, + -0.031219482421875, + -0.0038547515869140625, + 0.031768798828125, + -0.0052642822265625, + 0.0188446044921875, + -0.01366424560546875, + -0.00812530517578125, + -0.025299072265625, + -0.006465911865234375, + -0.0028171539306640625, + 0.052093505859375, + -0.00434112548828125, + -0.0121917724609375, + 0.045989990234375, + -0.004364013671875, + 0.024932861328125, + -0.005611419677734375, + -0.01080322265625, + -0.0124664306640625, + -0.00794219970703125, + -0.024383544921875, + -0.00927734375, + 0.04119873046875, + 0.0579833984375, + -0.0106201171875, + -0.00830841064453125, + 0.01468658447265625, + 0.024200439453125, + -0.003509521484375, + -0.020782470703125, + 0.0161590576171875, + 0.0012750625610351562, + -0.0225372314453125, + -0.01015472412109375, + -0.056884765625, + -0.0875244140625, + -0.0002510547637939453, + -0.054656982421875, + 0.0009694099426269531, + -0.00627899169921875, + 0.053192138671875, + 0.0352783203125, + -0.01302337646484375, + 0.038787841796875, + 0.00005412101745605469, + -0.0238189697265625, + -0.038604736328125, + 0.01523590087890625, + -0.01375579833984375, + 0.060577392578125, + 0.020782470703125, + -0.060577392578125, + 0.0167083740234375, + -0.0029087066650390625, + -0.0194854736328125, + -0.004802703857421875, + 0.0269622802734375, + -0.024749755859375, + 0.0284423828125, + -0.07537841796875, + -0.0435791015625, + 0.018096923828125, + 0.04876708984375, + -0.0071563720703125, + -0.038970947265625, + 0.055023193359375, + -0.017547607421875, + -0.08978271484375, + 0.01514434814453125, + -0.0273284912109375, + -0.0275115966796875, + 0.0025386810302734375, + -0.0122833251953125, + 0.005680084228515625, + 0.0222625732421875, + 0.0352783203125, + 0.045074462890625, + 0.03619384765625, + 0.0345458984375, + -0.0264129638671875, + -0.002666473388671875, + 0.0013675689697265625, + 0.0126495361328125, + 0.025482177734375, + 0.0203094482421875, + 0.0029315948486328125, + 0.00623321533203125, + -0.02825927734375, + -0.0712890625, + -0.0262298583984375, + -0.031402587890625, + -0.04876708984375, + -0.01122283935546875, + 0.08905029296875, + 0.037872314453125, + -0.0069732666015625, + 0.0413818359375, + 0.0428466796875, + 0.0267791748046875, + 0.0159759521484375, + -0.03656005859375, + -0.059844970703125, + -0.0190277099609375, + 0.01190948486328125, + 0.0072021484375, + -0.068359375, + 0.021148681640625, + 0.060943603515625, + 0.00519561767578125, + -0.0164337158203125, + -0.02178955078125, + 0.01181793212890625, + 0.046722412109375, + 0.0038547515869140625, + 0.0019855499267578125, + -0.067626953125, + 0.005634307861328125, + 0.01338958740234375, + 0.0120086669921875, + 0.01320648193359375, + 0.0043182373046875, + -0.038055419921875, + 0.031768798828125, + -0.045623779296875, + -0.0127410888671875, + 0.00461578369140625, + 0.0572509765625, + 0.002689361572265625, + -0.05133056640625, + -0.025482177734375, + 0.04986572265625, + -0.0008831024169921875, + -0.017822265625, + -0.00452423095703125, + -0.0007100105285644531, + -0.003093719482421875, + 0.025299072265625, + 0.053924560546875, + 0.0038547515869140625, + 0.060211181640625, + 0.0226287841796875, + -0.06573486328125, + 0.0341796875, + 0.0003304481506347656, + 0.0140380859375, + -0.0122833251953125, + -0.0421142578125, + -0.0302886962890625, + -0.058746337890625, + 0.037506103515625, + 0.0105743408203125, + 0.0360107421875, + 0.0156097412109375, + 0.0087738037109375, + -0.03619384765625, + 0.00794219970703125, + 0.03564453125, + 0.03472900390625, + 0.01477813720703125, + 0.0012693405151367188, + 0.00821685791015625, + -0.01302337646484375, + 0.0301055908203125, + -0.0167999267578125, + 0.0126495361328125, + -0.02880859375, + -0.033050537109375, + -0.044891357421875, + 0.0174560546875, + -0.0017547607421875, + -0.001125335693359375, + -0.00360107421875, + -0.01154327392578125, + 0.024383544921875, + -0.00794219970703125, + -0.02899169921875, + 0.0020542144775390625, + 0.0284423828125, + -0.0123748779296875, + 0.0191192626953125, + 0.0225372314453125, + -0.007572174072265625, + -0.00274658203125, + -0.04986572265625, + 0.06353759765625, + 0.0229034423828125, + 0.0166168212890625, + 0.004779815673828125, + 0.02825927734375, + 0.04840087890625, + 0.01117706298828125, + 0.005863189697265625, + 0.020599365234375, + -0.0367431640625, + 0.046905517578125, + 0.053558349609375, + -0.0009407997131347656, + -0.060943603515625, + 0.00960540771484375, + -0.007110595703125, + -0.06243896484375, + 0.040618896484375, + 0.0271453857421875, + 0.00632476806640625, + -0.0009984970092773438, + -0.01145172119140625, + 0.0034637451171875, + -0.0701904296875, + 0.059844970703125, + 0.0234527587890625, + 0.00014066696166992188, + 0.0205078125, + -0.059844970703125, + 0.0421142578125, + 0.011077880859375, + 0.06719970703125, + -0.0565185546875, + 0.070556640625, + -0.0161590576171875, + 0.0201263427734375, + 0.0128326416015625, + 0.0230865478515625, + 0.005218505859375, + 0.01541900634765625, + -0.0304718017578125, + 0.041748046875, + 0.0299224853515625, + -0.0234527587890625, + -0.047271728515625, + -0.01320648193359375, + -0.00812530517578125, + 0.00614166259765625, + 0.0579833984375, + -0.05096435546875, + -0.01727294921875, + -0.00445556640625, + 0.024932861328125, + 0.0557861328125, + -0.038238525390625, + 0.0269622802734375, + 0.0020084381103515625, + -0.0103912353515625, + 0.005725860595703125, + -0.024932861328125 + ], + "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_ADB", + "type": "tool", + "name": "ADB", + "content": "adb vielseitiges client‑server‑kommandozeilenwerkzeug, mit dem fachleute über usb oder netzwerk mit android‑geräten und emulatoren kommunizieren: pakete installieren, dateien extrahieren, logcats erfassen, ports weiterleiten und logische wie physische datensicherungen erstellen. unverzichtbar für mobile forensik, incident‑response und app‑entwicklung. cli mobile device-management extraction mobile-forensics incident-response data-collection examination", + "embedding": [ + -0.005672454833984375, + 0.00954437255859375, + 0.02337646484375, + 0.0122222900390625, + 0.016754150390625, + 0.0215301513671875, + 0.034088134765625, + -0.00484466552734375, + 0.005893707275390625, + -0.01125335693359375, + -0.02337646484375, + 0.0650634765625, + 0.00492095947265625, + -0.006671905517578125, + -0.052978515625, + 0.0174407958984375, + -0.019195556640625, + 0.005870819091796875, + 0.0096893310546875, + 0.0255279541015625, + -0.0240631103515625, + 0.001461029052734375, + -0.04168701171875, + -0.00443267822265625, + -0.0313720703125, + -0.0123748779296875, + 0.01334381103515625, + -0.04888916015625, + -0.0323486328125, + 0.019378662109375, + 0.03662109375, + -0.0284423828125, + -0.0241546630859375, + 0.0274658203125, + 0.003604888916015625, + -0.0235748291015625, + -0.0089111328125, + -0.0246429443359375, + -0.01207733154296875, + 0.0496826171875, + -0.0036525726318359375, + 0.00431060791015625, + 0.02435302734375, + -0.0099334716796875, + -0.0109100341796875, + -0.0264892578125, + 0.006622314453125, + 0.0031909942626953125, + 0.04461669921875, + -0.033111572265625, + 0.01480865478515625, + 0.01529693603515625, + 0.018218994140625, + -0.0033111572265625, + -0.058441162109375, + 0.03564453125, + 0.017242431640625, + -0.0323486328125, + -0.04754638671875, + 0.0545654296875, + -0.025909423828125, + -0.0165557861328125, + -0.006137847900390625, + 0.005138397216796875, + 0.0276641845703125, + 0.0270843505859375, + -0.0205535888671875, + -0.046356201171875, + -0.019287109375, + 0.007160186767578125, + -0.0163726806640625, + -0.0204620361328125, + -0.0186004638671875, + 0.05572509765625, + -0.01470947265625, + -0.046173095703125, + 0.004749298095703125, + -0.0230865478515625, + -0.0160675048828125, + 0.01276397705078125, + -0.045989990234375, + -0.0005998611450195312, + 0.0323486328125, + -0.0091094970703125, + -0.017730712890625, + 0.016754150390625, + 0.02337646484375, + 0.0060882568359375, + -0.0019121170043945312, + -0.0024356842041015625, + 0.040130615234375, + -0.00847625732421875, + 0.02630615234375, + -0.00455474853515625, + 0.046173095703125, + 0.056121826171875, + -0.0086212158203125, + -0.0040435791015625, + 0.00720977783203125, + 0.034088134765625, + 0.024261474609375, + -0.0211334228515625, + 0.052978515625, + 0.00013399124145507812, + 0.03448486328125, + -0.036834716796875, + 0.01354217529296875, + -0.021728515625, + -0.028839111328125, + -0.003993988037109375, + -0.10443115234375, + -0.0447998046875, + -0.01558685302734375, + -0.054168701171875, + -0.01480865478515625, + 0.00896453857421875, + -0.002788543701171875, + 0.04791259765625, + -0.0670166015625, + -0.02728271484375, + 0.0160675048828125, + 0.0428466796875, + -0.0199737548828125, + -0.00847625732421875, + -0.06585693359375, + -0.0301971435546875, + 0.005748748779296875, + 0.0023021697998046875, + -0.033111572265625, + -0.0201568603515625, + -0.034881591796875, + -0.0229949951171875, + -0.030975341796875, + -0.033905029296875, + -0.0186004638671875, + -0.05963134765625, + 0.037200927734375, + 0.00925445556640625, + 0.00557708740234375, + -0.01509857177734375, + 0.04248046875, + -0.051055908203125, + -0.06781005859375, + 0.0185089111328125, + -0.01027679443359375, + -0.031951904296875, + -0.024444580078125, + 0.062744140625, + -0.0255279541015625, + -0.02142333984375, + -0.0018873214721679688, + 0.00394439697265625, + 0.0274658203125, + -0.00189971923828125, + -0.006282806396484375, + -0.03741455078125, + -0.018707275390625, + 0.008819580078125, + 0.025909423828125, + -0.004894256591796875, + -0.02728271484375, + 0.028839111328125, + -0.01007843017578125, + 0.037994384765625, + -0.02728271484375, + -0.02484130859375, + -0.0194854736328125, + 0.00177764892578125, + -0.021728515625, + 0.003726959228515625, + 0.0096435546875, + -0.01154327392578125, + 0.037017822265625, + 0.062347412109375, + -0.006381988525390625, + 0.017333984375, + 0.005649566650390625, + 0.0007791519165039062, + 0.0305938720703125, + 0.025909423828125, + -0.0121307373046875, + -0.050262451171875, + 0.0296173095703125, + 0.033111572265625, + 0.01763916015625, + -0.0165557861328125, + -0.049102783203125, + -0.005870819091796875, + -0.02630615234375, + 0.046356201171875, + -0.01174163818359375, + -0.0286407470703125, + -0.00725555419921875, + 0.032135009765625, + 0.0257110595703125, + 0.0467529296875, + 0.040313720703125, + -0.020263671875, + 0.053375244140625, + -0.021331787109375, + 0.00431060791015625, + 0.046966552734375, + 0.0018873214721679688, + 0.03857421875, + 0.01100921630859375, + 0.0170440673828125, + -0.016845703125, + 0.026885986328125, + 0.0205535888671875, + -0.024932861328125, + -0.0109100341796875, + 0.0245513916015625, + -0.016845703125, + -0.043243408203125, + -0.032745361328125, + -0.032745361328125, + 0.03350830078125, + -0.045013427734375, + -0.0294189453125, + -0.0266876220703125, + 0.003360748291015625, + -0.0689697265625, + -0.0081329345703125, + -0.0003867149353027344, + -0.02191162109375, + 0.0154876708984375, + 0.0169525146484375, + -0.03350830078125, + -0.058441162109375, + 0.0093994140625, + -0.0149993896484375, + 0.020263671875, + 0.00954437255859375, + -0.000263214111328125, + -0.0124664306640625, + -0.02239990234375, + 0.0284423828125, + 0.039154052734375, + 0.0013275146484375, + 0.0165557861328125, + -0.020751953125, + 0.00469970703125, + -0.0266876220703125, + 0.01558685302734375, + 0.01461029052734375, + -0.0477294921875, + -0.016754150390625, + 0.0118865966796875, + 0.02239990234375, + 0.058837890625, + -0.041290283203125, + -0.007793426513671875, + -0.0467529296875, + -0.0010232925415039062, + -0.0775146484375, + -0.036834716796875, + -0.033111572265625, + -0.056121826171875, + 0.052978515625, + -0.03253173828125, + -0.0245513916015625, + 0.0012722015380859375, + 0.0010900497436523438, + -0.0111541748046875, + 0.03564453125, + -0.006160736083984375, + -0.044219970703125, + 0.008331298828125, + 0.07171630859375, + -0.0189971923828125, + -0.012176513671875, + -0.038177490234375, + 0.00920867919921875, + 0.0083770751953125, + 0.0235748291015625, + -0.01529693603515625, + -0.0245513916015625, + 0.023956298828125, + 0.0065765380859375, + 0.0195770263671875, + -0.01285552978515625, + 0.028839111328125, + -0.01461029052734375, + 0.036834716796875, + -0.04052734375, + -0.0230865478515625, + 0.01529693603515625, + -0.0099334716796875, + -0.02239990234375, + -0.0477294921875, + -0.00852203369140625, + 0.027862548828125, + 0.006526947021484375, + 0.0215301513671875, + 0.02239990234375, + -0.037017822265625, + 0.01305389404296875, + 0.0118865966796875, + -0.0037746429443359375, + 0.0225982666015625, + 0.041900634765625, + -0.027862548828125, + 0.024749755859375, + 0.010711669921875, + 0.033905029296875, + -0.00555419921875, + -0.0457763671875, + -0.023956298828125, + 0.0206451416015625, + -0.05181884765625, + -0.036041259765625, + 0.016265869140625, + -0.0096893310546875, + 0.024932861328125, + -0.0118865966796875, + -0.01105499267578125, + -0.03857421875, + -0.03564453125, + -0.00533294677734375, + -0.00598907470703125, + -0.03253173828125, + -0.0158843994140625, + 0.032745361328125, + -0.0236663818359375, + -0.003604888916015625, + -0.026885986328125, + -0.017730712890625, + -0.060394287109375, + 0.01207733154296875, + -0.01509857177734375, + 0.0180206298828125, + -0.0261077880859375, + 0.03741455078125, + 0.01276397705078125, + 0.038970947265625, + 0.0211334228515625, + 0.0791015625, + 0.0225067138671875, + -0.007694244384765625, + -0.027862548828125, + 0.006771087646484375, + 0.010711669921875, + 0.0221099853515625, + -0.04150390625, + -0.020843505859375, + -0.0199737548828125, + -0.0221099853515625, + 0.006038665771484375, + 0.00696563720703125, + 0.037200927734375, + 0.03857421875, + -0.03936767578125, + 0.00847625732421875, + 0.048126220703125, + 0.010711669921875, + 0.07794189453125, + -0.0010232925415039062, + -0.0282440185546875, + -0.0035076141357421875, + 0.031768798828125, + -0.042266845703125, + 0.017730712890625, + 0.041107177734375, + -0.00852203369140625, + 0.00774383544921875, + 0.0307769775390625, + -0.01125335693359375, + 0.01568603515625, + 0.003726959228515625, + -0.0104217529296875, + -0.0034580230712890625, + 0.01715087890625, + -0.00433349609375, + 0.043060302734375, + 0.0276641845703125, + 0.01666259765625, + 0.0343017578125, + -0.01256561279296875, + 0.01256561279296875, + -0.0037021636962890625, + -0.058441162109375, + 0.007305145263671875, + 0.029022216796875, + 0.0189971923828125, + 0.04052734375, + -0.0086669921875, + -0.045196533203125, + 0.012664794921875, + -0.03253173828125, + 0.097412109375, + 0.049285888671875, + 0.00978851318359375, + 0.03778076171875, + -0.0091094970703125, + 0.01432037353515625, + 0.0035552978515625, + 0.0111541748046875, + 0.01763916015625, + 0.036224365234375, + 0.04248046875, + 0.0065765380859375, + -0.02484130859375, + 0.002349853515625, + 0.05804443359375, + 0.00467681884765625, + 0.01027679443359375, + 0.0134429931640625, + -0.007648468017578125, + 0.051422119140625, + -0.020355224609375, + 0.024932861328125, + 0.006526947021484375, + -0.002033233642578125, + 0.017730712890625, + -0.01509857177734375, + -0.0038967132568359375, + -0.04656982421875, + 0.0230865478515625, + -0.01529693603515625, + 0.0158843994140625, + 0.05377197265625, + 0.0211334228515625, + -0.03369140625, + -0.001972198486328125, + 0.047332763671875, + -0.060394287109375, + 0.0200653076171875, + 0.01480865478515625, + -0.04443359375, + 0.007061004638671875, + -0.01422119140625, + -0.0872802734375, + 0.0282440185546875, + -0.0301971435546875, + -0.018798828125, + 0.01538848876953125, + 0.036041259765625, + -0.051422119140625, + -0.0301971435546875, + -0.026885986328125, + -0.023284912109375, + -0.0185089111328125, + -0.013641357421875, + 0.03778076171875, + 0.01023101806640625, + -0.010711669921875, + 0.019195556640625, + 0.0545654296875, + -0.00034546852111816406, + -0.04461669921875, + 0.06585693359375, + -0.005016326904296875, + -0.0650634765625, + 0.0457763671875, + 0.0200653076171875, + 0.01509857177734375, + -0.051055908203125, + 0.020355224609375, + -0.0088653564453125, + 0.01568603515625, + 0.032928466796875, + 0.0236663818359375, + -0.01422119140625, + -0.03546142578125, + -0.04443359375, + 0.04345703125, + 0.024444580078125, + 0.0477294921875, + -0.005870819091796875, + -0.042083740234375, + 0.031768798828125, + -0.032745361328125, + -0.0303955078125, + -0.0139312744140625, + 0.0333251953125, + -0.042266845703125, + 0.0755615234375, + -0.0190887451171875, + -0.002777099609375, + 0.0018873214721679688, + 0.04248046875, + 0.02532958984375, + 0.035858154296875, + -0.025909423828125, + 0.0292205810546875, + 0.05804443359375, + -0.03875732421875, + -0.0292205810546875, + 0.00418853759765625, + -0.02288818359375, + 0.048309326171875, + -0.0230865478515625, + -0.001644134521484375, + -0.019378662109375, + -0.054931640625, + -0.01373291015625, + -0.00905609130859375, + -0.0002923011779785156, + -0.0333251953125, + 0.03839111328125, + 0.0457763671875, + -0.029022216796875, + 0.0284423828125, + 0.003055572509765625, + 0.005405426025390625, + 0.026885986328125, + 0.01461029052734375, + -0.020843505859375, + 0.0200653076171875, + -0.0631103515625, + -0.046173095703125, + 0.00055694580078125, + 0.04150390625, + 0.0017900466918945312, + 0.018310546875, + -0.01076507568359375, + 0.011199951171875, + 0.029022216796875, + -0.01285552978515625, + -0.006427764892578125, + -0.00304412841796875, + -0.01568603515625, + -0.016265869140625, + -0.02484130859375, + 0.01412200927734375, + 0.03973388671875, + 0.01509857177734375, + 0.0021190643310546875, + 0.051422119140625, + -0.02191162109375, + -0.003871917724609375, + 0.0276641845703125, + -0.0088653564453125, + 0.0019121170043945312, + -0.01354217529296875, + -0.0041656494140625, + -0.005527496337890625, + 0.0257110595703125, + -0.01529693603515625, + -0.03875732421875, + -0.0650634765625, + 0.017730712890625, + -0.00557708740234375, + -0.01149749755859375, + -0.03448486328125, + -0.03662109375, + -0.049285888671875, + 0.0264892578125, + 0.0284423828125, + 0.013641357421875, + -0.002532958984375, + -0.021820068359375, + -0.0160675048828125, + -0.002849578857421875, + -0.0129547119140625, + 0.045013427734375, + -0.0301971435546875, + -0.000001430511474609375, + -0.003726959228515625, + -0.007648468017578125, + -0.00496673583984375, + 0.044036865234375, + 0.021820068359375, + 0.03662109375, + 0.0477294921875, + -0.029815673828125, + 0.0292205810546875, + -0.029022216796875, + -0.0307769775390625, + 0.0068206787109375, + -0.0204620361328125, + 0.031768798828125, + -0.01617431640625, + -0.01256561279296875, + 0.01558685302734375, + 0.0352783203125, + 0.0042877197265625, + -0.0274658203125, + -0.0255279541015625, + 0.0428466796875, + 0.0002390146255493164, + 0.04949951171875, + -0.0352783203125, + -0.03253173828125, + -0.0251312255859375, + 0.0024356842041015625, + 0.0245513916015625, + -0.00696563720703125, + 0.0311737060546875, + -0.0294189453125, + 0.0018749237060546875, + 0.05572509765625, + -0.0124664306640625, + -0.052978515625, + -0.0230865478515625, + 0.002971649169921875, + 0.0144195556640625, + 0.06353759765625, + 0.01285552978515625, + 0.066650390625, + 0.01432037353515625, + -0.0088653564453125, + 0.0307769775390625, + 0.061187744140625, + 0.041900634765625, + -0.0013637542724609375, + -0.041107177734375, + 0.0220184326171875, + -0.007549285888671875, + -0.056121826171875, + -0.0206451416015625, + -0.0015344619750976562, + 0.06585693359375, + -0.056121826171875, + -0.0129547119140625, + -0.0005116462707519531, + 0.007305145263671875, + -0.0091552734375, + 0.019775390625, + -0.019378662109375, + 0.031768798828125, + 0.0108642578125, + -0.0438232421875, + -0.042266845703125, + -0.019866943359375, + 0.037200927734375, + 0.0496826171875, + 0.044036865234375, + -0.037200927734375, + 0.02386474609375, + 0.0301971435546875, + 0.0261077880859375, + 0.00037288665771484375, + 0.037017822265625, + 0.001972198486328125, + 0.0286407470703125, + 0.01305389404296875, + 0.031768798828125, + -0.0086669921875, + -0.0286407470703125, + 0.01158905029296875, + 0.053375244140625, + 0.0225982666015625, + 0.048309326171875, + 0.002727508544921875, + -0.01305389404296875, + -0.049285888671875, + -0.05181884765625, + 0.0109100341796875, + 0.01568603515625, + -0.0220184326171875, + -0.04052734375, + -0.04052734375, + 0.0303955078125, + -0.062744140625, + 0.046356201171875, + 0.0134429931640625, + -0.0264892578125, + -0.048126220703125, + 0.021728515625, + 0.006671905517578125, + -0.047332763671875, + 0.0195770263671875, + -0.006282806396484375, + -0.0264892578125, + -0.03564453125, + -0.0186004638671875, + 0.033111572265625, + 0.01276397705078125, + -0.0545654296875, + -0.05377197265625, + 0.03350830078125, + -0.01285552978515625, + -0.04071044921875, + -0.0457763671875, + -0.0031414031982421875, + -0.026885986328125, + -0.042083740234375, + -0.0215301513671875, + -0.019775390625, + 0.0210418701171875, + -0.0044097900390625, + -0.00484466552734375, + -0.0305938720703125, + -0.01052093505859375, + 0.0264892578125, + -0.021728515625, + -0.0294189453125, + 0.033905029296875, + -0.0301971435546875, + 0.05767822265625, + 0.020263671875, + -0.0009317398071289062, + 0.042266845703125, + 0.051055908203125, + 0.0026187896728515625, + 0.011444091796875, + 0.018218994140625, + -0.057281494140625, + 0.0035552978515625, + -0.01183319091796875, + 0.01538848876953125, + -0.054168701171875, + -0.01412200927734375, + 0.051055908203125, + -0.0814208984375, + 0.0154876708984375, + 0.016845703125, + -0.018890380859375, + -0.036041259765625, + -0.0013456344604492188, + 0.0017414093017578125, + -0.0204620361328125, + 0.08648681640625, + 0.023956298828125, + -0.003871917724609375, + -0.0041656494140625, + -0.02484130859375, + 0.051055908203125, + 0.012664794921875, + 0.0280609130859375, + -0.03973388671875, + 0.02532958984375, + -0.01129913330078125, + 0.00189971923828125, + -0.01403045654296875, + -0.07366943359375, + 0.0163726806640625, + 0.0257110595703125, + 0.0282440185546875, + -0.00606536865234375, + -0.00896453857421875, + -0.0296173095703125, + -0.041900634765625, + -0.0270843505859375, + 0.018798828125, + 0.016754150390625, + -0.0006241798400878906, + -0.0301971435546875, + 0.0000393986701965332, + -0.01076507568359375, + -0.047332763671875, + -0.0144195556640625, + -0.024932861328125, + 0.035858154296875, + 0.0099334716796875, + -0.043060302734375, + 0.0251312255859375, + 0.0014066696166992188, + -0.0286407470703125, + 0.0124664306640625, + 0.0428466796875, + -0.019378662109375, + 0.0018749237060546875, + -0.0021190643310546875, + 0.01422119140625, + 0.0033855438232421875, + 0.016845703125, + -0.0008950233459472656, + 0.0323486328125, + 0.0225982666015625, + -0.04168701171875, + 0.0506591796875, + 0.0467529296875, + -0.0276641845703125, + -0.0693359375, + -0.042266845703125, + -0.03662109375, + 0.024932861328125, + -0.006671905517578125, + 0.045196533203125, + 0.034088134765625, + -0.01227569580078125, + -0.0970458984375, + 0.0220184326171875, + -0.0506591796875, + 0.022796630859375, + 0.0670166015625, + 0.0015096664428710938, + -0.060394287109375, + -0.05767822265625, + -0.040313720703125, + 0.0305938720703125, + 0.0004780292510986328, + 0.018890380859375, + -0.031768798828125, + 0.004650115966796875, + 0.024444580078125, + 0.0086669921875, + -0.01305389404296875, + 0.066650390625, + 0.01558685302734375, + -0.0257110595703125, + 0.0257110595703125, + -0.0175323486328125, + -0.0009741783142089844, + -0.029815673828125, + 0.019683837890625, + -0.0024356842041015625, + -0.0095977783203125, + -0.018218994140625, + -0.017822265625, + 0.0236663818359375, + 0.06622314453125, + -0.0009012222290039062, + 0.02728271484375, + -0.037017822265625, + 0.03759765625, + -0.0012598037719726562, + -0.012664794921875, + 0.002216339111328125, + 0.01354217529296875, + -0.005870819091796875, + -0.01227569580078125, + -0.053375244140625, + -0.099365234375, + 0.0021305084228515625, + -0.04266357421875, + -0.0266876220703125, + 0.01383209228515625, + 0.019378662109375, + 0.03369140625, + -0.0194854736328125, + 0.01285552978515625, + -0.0124664306640625, + -0.0209503173828125, + -0.023773193359375, + 0.03857421875, + -0.037017822265625, + 0.043060302734375, + -0.0200653076171875, + -0.03253173828125, + 0.0174407958984375, + -0.02435302734375, + 0.0101776123046875, + -0.018707275390625, + -0.004261016845703125, + -0.039947509765625, + 0.003360748291015625, + -0.09625244140625, + -0.029815673828125, + 0.01763916015625, + 0.052215576171875, + 0.007598876953125, + -0.00010198354721069336, + 0.034881591796875, + -0.021240234375, + -0.056121826171875, + -0.0020694732666015625, + -0.01081085205078125, + -0.03973388671875, + -0.0116424560546875, + 0.00847625732421875, + 0.0099334716796875, + -0.0093536376953125, + 0.052215576171875, + 0.041900634765625, + 0.060791015625, + 0.037994384765625, + -0.03643798828125, + -0.021240234375, + -0.0264892578125, + 0.03546142578125, + 0.01422119140625, + 0.0225982666015625, + -0.020263671875, + 0.01461029052734375, + -0.0181121826171875, + -0.0771484375, + -0.0129547119140625, + -0.044219970703125, + -0.03155517578125, + 0.01558685302734375, + 0.0631103515625, + 0.0266876220703125, + -0.0149993896484375, + 0.0211334228515625, + 0.045196533203125, + 0.04888916015625, + 0.01558685302734375, + -0.024749755859375, + -0.043243408203125, + 0.01125335693359375, + 0.00394439697265625, + 0.016845703125, + -0.068603515625, + 0.05804443359375, + 0.06195068359375, + -0.03253173828125, + -0.0186004638671875, + -0.00847625732421875, + -0.016754150390625, + 0.041107177734375, + 0.03955078125, + 0.00720977783203125, + -0.056884765625, + 0.01027679443359375, + 0.0220184326171875, + 0.0026416778564453125, + -0.0116424560546875, + -0.02532958984375, + -0.038970947265625, + 0.0307769775390625, + -0.0670166015625, + 0.0134429931640625, + -0.0014486312866210938, + 0.07830810546875, + 0.002277374267578125, + -0.054168701171875, + -0.022796630859375, + 0.0467529296875, + -0.012664794921875, + -0.02337646484375, + 0.00618743896484375, + 0.00611114501953125, + -0.01666259765625, + 0.036224365234375, + 0.041107177734375, + 0.007160186767578125, + 0.0226898193359375, + 0.0106658935546875, + -0.0650634765625, + 0.0251312255859375, + -0.017822265625, + 0.0096435546875, + -0.007015228271484375, + -0.023773193359375, + -0.04443359375, + -0.058837890625, + 0.029022216796875, + 0.027862548828125, + 0.04461669921875, + 0.0199737548828125, + -0.00998687744140625, + 0.00876617431640625, + 0.006622314453125, + 0.0284423828125, + 0.0305938720703125, + 0.0286407470703125, + 0.0307769775390625, + 0.0158843994140625, + -0.004627227783203125, + 0.036224365234375, + -0.028839111328125, + 0.01027679443359375, + -0.02337646484375, + -0.0035076141357421875, + -0.05181884765625, + 0.00202178955078125, + 0.007404327392578125, + -0.04656982421875, + 0.01334381103515625, + -0.034881591796875, + 0.01558685302734375, + 0.011688232421875, + -0.040924072265625, + -0.0276641845703125, + 0.0477294921875, + -0.0284423828125, + 0.04461669921875, + 0.0179290771484375, + -0.008087158203125, + 0.00052642822265625, + -0.056121826171875, + 0.0810546875, + 0.04364013671875, + 0.0274658203125, + 0.00177764892578125, + 0.025909423828125, + 0.0296173095703125, + -0.00794219970703125, + 0.029998779296875, + 0.007160186767578125, + -0.031768798828125, + 0.04364013671875, + 0.029815673828125, + -0.00672149658203125, + -0.022308349609375, + 0.03155517578125, + -0.01509857177734375, + -0.029998779296875, + 0.03466796875, + 0.0185089111328125, + 0.00623321533203125, + 0.024261474609375, + 0.021728515625, + -0.036224365234375, + -0.062744140625, + 0.056121826171875, + 0.019775390625, + -0.0145111083984375, + 0.05572509765625, + -0.0545654296875, + 0.06353759765625, + 0.00872039794921875, + 0.051422119140625, + -0.032928466796875, + 0.0438232421875, + -0.019683837890625, + -0.005748748779296875, + -0.01305389404296875, + 0.03369140625, + -0.0209503173828125, + 0.005672454833984375, + -0.035858154296875, + 0.05963134765625, + 0.017242431640625, + -0.03350830078125, + -0.0771484375, + 0.0000502467155456543, + -0.00930023193359375, + 0.00954437255859375, + 0.046356201171875, + -0.0215301513671875, + -0.01422119140625, + 0.01354217529296875, + 0.019378662109375, + 0.0631103515625, + -0.00745391845703125, + 0.0294189453125, + -0.001010894775390625, + 0.0093536376953125, + -0.010711669921875, + -0.012420654296875 + ], + "metadata": { + "domains": [ + "mobile-forensics", + "incident-response" + ], + "phases": [ + "data-collection", + "examination" + ], + "tags": [ + "cli", + "mobile", + "device-management", + "extraction" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_dc3dd", + "type": "tool", + "name": "dc3dd", + "content": "dc3dd dc3dd ist eine forensisch erweiterte variante des klassischen unix‑befehls dd. sie unterstützt das gleichzeitige berechnen mehrerer hash‑werte (md5, sha‑1, sha‑256, sha‑512) während der image‑erstellung, führt ein detailliertes log mit prüfsummen und fehlerblöcken und zeigt einen fortschrittsbalken an. weitere funktionen sind das splitten großer abbilder, das gezielte überschreiben von mustern zum sicheren löschen und die möglichkeit, fehlersektoren separat auszugeben, was besonders bei defekten medien hilfreich ist. disk-imaging hashing wiping logging cli incident-response static-investigations data-collection", + "embedding": [ + -0.006145477294921875, + 0.0298614501953125, + 0.0298614501953125, + -0.01229095458984375, + 0.041290283203125, + 0.0236053466796875, + 0.0248260498046875, + 0.0068511962890625, + -0.004055023193359375, + 0.0089111328125, + -0.0341796875, + 0.041778564453125, + 0.007373809814453125, + -0.001613616943359375, + -0.040557861328125, + 0.0244598388671875, + -0.016845703125, + 0.00011861324310302734, + 0.013214111328125, + 0.001697540283203125, + -0.006237030029296875, + 0.035400390625, + -0.041290283203125, + 0.0240936279296875, + -0.012908935546875, + -0.01007843017578125, + -0.032928466796875, + -0.08013916015625, + -0.0162200927734375, + 0.013702392578125, + -0.001644134521484375, + -0.018798828125, + -0.00580596923828125, + 0.0361328125, + 0.0181884765625, + -0.0247039794921875, + -0.00921630859375, + -0.0361328125, + -0.00798797607421875, + 0.031463623046875, + -0.022247314453125, + 0.01186370849609375, + 0.032440185546875, + -0.032440185546875, + -0.0195465087890625, + -0.021514892578125, + 0.012908935546875, + -0.031951904296875, + -0.01499176025390625, + -0.04644775390625, + 0.022369384765625, + 0.0191802978515625, + 0.03369140625, + -0.00336456298828125, + -0.02667236328125, + 0.02679443359375, + 0.023345947265625, + -0.0108184814453125, + -0.0181884765625, + 0.06439208984375, + -0.049652099609375, + -0.01044464111328125, + -0.004795074462890625, + -0.030609130859375, + -0.00798797607421875, + 0.01020050048828125, + -0.0293731689453125, + -0.00965118408203125, + 0.0191802978515625, + 0.031951904296875, + 0.0113677978515625, + -0.01056671142578125, + -0.0177001953125, + 0.0301055908203125, + -0.0185546875, + -0.031951904296875, + 0.021636962890625, + 0.0301055908203125, + 0.0341796875, + 0.004917144775390625, + -0.0552978515625, + 0.01032257080078125, + 0.0205230712890625, + -0.03466796875, + -0.031951904296875, + 0.032684326171875, + 0.0251922607421875, + 0.01013946533203125, + -0.005992889404296875, + 0.00946044921875, + 0.0153656005859375, + -0.0007414817810058594, + 0.0199127197265625, + -0.0196685791015625, + 0.042266845703125, + 0.06439208984375, + 0.0167083740234375, + 0.031707763671875, + 0.0162200927734375, + 0.042022705078125, + 0.0247039794921875, + -0.00946044921875, + 0.04473876953125, + 0.0068206787109375, + 0.06439208984375, + -0.00921630859375, + 0.0247039794921875, + 0.013580322265625, + -0.022979736328125, + -0.00445556640625, + -0.068359375, + -0.035888671875, + -0.022369384765625, + -0.057037353515625, + -0.0030269622802734375, + -0.022491455078125, + -0.0113067626953125, + 0.06146240234375, + -0.02691650390625, + -0.041046142578125, + -0.0013599395751953125, + 0.0172119140625, + -0.01044464111328125, + 0.009521484375, + -0.038360595703125, + -0.04351806640625, + 0.023223876953125, + 0.00540924072265625, + -0.042510986328125, + -0.0288848876953125, + -0.01186370849609375, + -0.00835418701171875, + -0.033935546875, + -0.02679443359375, + -0.0084228515625, + -0.0200347900390625, + 0.017578125, + -0.007099151611328125, + -0.01499176025390625, + -0.000553131103515625, + 0.034423828125, + -0.04595947265625, + -0.06121826171875, + 0.023468017578125, + -0.00583648681640625, + -0.00848388671875, + -0.0089111328125, + 0.0286407470703125, + -0.0089111328125, + -0.02703857421875, + 0.0065460205078125, + 0.0186767578125, + 0.031463623046875, + -0.003993988037109375, + 0.00823211669921875, + -0.03662109375, + 0.0251922607421875, + -0.01204681396484375, + 0.03369140625, + -0.0006685256958007812, + -0.0297393798828125, + 0.003826141357421875, + -0.0240936279296875, + 0.00872802734375, + -0.021636962890625, + -0.042022705078125, + -0.018798828125, + 0.0068206787109375, + -0.00885009765625, + -0.00786590576171875, + 0.038360595703125, + -0.0195465087890625, + 0.04425048828125, + 0.0751953125, + 0.007526397705078125, + 0.036376953125, + 0.0007719993591308594, + 0.005222320556640625, + 0.0291290283203125, + 0.0115509033203125, + -0.0248260498046875, + -0.0281524658203125, + 0.04669189453125, + -0.0065765380859375, + -0.00433349609375, + -0.005130767822265625, + -0.0159759521484375, + 0.0201568603515625, + -0.0516357421875, + 0.042022705078125, + -0.037109375, + -0.0025959014892578125, + -0.01007843017578125, + 0.01904296875, + 0.004055023193359375, + 0.0535888671875, + 0.039093017578125, + 0.00860595703125, + 0.049896240234375, + 0.0035495758056640625, + 0.00550079345703125, + 0.01001739501953125, + 0.01253509521484375, + 0.039093017578125, + 0.01259613037109375, + -0.0011444091796875, + -0.00777435302734375, + 0.030364990234375, + 0.030609130859375, + -0.041046142578125, + -0.01001739501953125, + 0.0237274169921875, + -0.022003173828125, + -0.0557861328125, + -0.04473876953125, + -0.01438140869140625, + 0.00433349609375, + -0.0191802978515625, + -0.02679443359375, + -0.0210113525390625, + 0.00577545166015625, + -0.0283966064453125, + 0.013336181640625, + 0.004886627197265625, + -0.0174560546875, + 0.040313720703125, + 0.0162200927734375, + -0.023223876953125, + -0.051116943359375, + 0.0253143310546875, + 0.018798828125, + 0.0205230712890625, + -0.00762176513671875, + 0.01198577880859375, + 0.0084228515625, + -0.0177001953125, + 0.059234619140625, + 0.0205230712890625, + 0.040802001953125, + 0.0023651123046875, + -0.022003173828125, + 0.04473876953125, + -0.0291290283203125, + 0.042022705078125, + 0.0019512176513671875, + -0.0153045654296875, + 0.01419830322265625, + 0.021392822265625, + 0.013336181640625, + 0.0535888671875, + -0.0533447265625, + 0.01192474365234375, + -0.08111572265625, + 0.02679443359375, + -0.03662109375, + -0.02606201171875, + -0.0552978515625, + -0.023101806640625, + 0.04376220703125, + -0.031097412109375, + -0.04278564453125, + -0.004608154296875, + 0.0179443359375, + -0.00330352783203125, + 0.035400390625, + 0.0009407997131347656, + -0.04425048828125, + 0.0163421630859375, + 0.0855712890625, + -0.01186370849609375, + 0.0108184814453125, + -0.0361328125, + 0.034912109375, + -0.013031005859375, + 0.033935546875, + -0.031707763671875, + -0.0245819091796875, + 0.01247406005859375, + -0.004055023193359375, + -0.002227783203125, + -0.0256805419921875, + -0.0006642341613769531, + -0.0037021636962890625, + 0.030364990234375, + -0.04547119140625, + -0.003871917724609375, + -0.00006771087646484375, + 0.01235198974609375, + -0.0197906494140625, + -0.041534423828125, + -0.005222320556640625, + 0.0341796875, + 0.00995635986328125, + -0.004302978515625, + 0.01265716552734375, + -0.038360595703125, + -0.00350189208984375, + 0.01186370849609375, + -0.02630615234375, + 0.031707763671875, + 0.0250701904296875, + -0.033935546875, + -0.00339508056640625, + -0.01474761962890625, + 0.0115509033203125, + -0.042510986328125, + -0.0293731689453125, + -0.0208892822265625, + -0.013824462890625, + -0.04498291015625, + -0.032684326171875, + 0.01432037353515625, + -0.0292510986328125, + -0.00565338134765625, + -0.032684326171875, + 0.0208892822265625, + -0.037109375, + -0.030609130859375, + -0.004795074462890625, + -0.035888671875, + -0.050628662109375, + -0.0292510986328125, + 0.04351806640625, + -0.01204681396484375, + 0.004886627197265625, + -0.022003173828125, + 0.0036258697509765625, + -0.0169677734375, + -0.00786590576171875, + -0.0179443359375, + 0.040313720703125, + -0.01013946533203125, + 0.035888671875, + 0.0212554931640625, + 0.040313720703125, + 0.0204010009765625, + 0.060455322265625, + 0.0172119140625, + -0.0091552734375, + -0.017578125, + -0.01904296875, + 0.0155487060546875, + 0.02716064453125, + -0.0242156982421875, + -0.0238494873046875, + 0.022247314453125, + -0.031707763671875, + -0.006267547607421875, + 0.0208892822265625, + 0.02606201171875, + 0.0531005859375, + -0.023101806640625, + 0.006053924560546875, + 0.031219482421875, + 0.00909423828125, + 0.0870361328125, + -0.0069732666015625, + -0.0285186767578125, + 0.0065460205078125, + 0.0154876708984375, + -0.0011749267578125, + -0.022857666015625, + 0.0290069580078125, + 0.0010986328125, + -0.013641357421875, + 0.040557861328125, + 0.0238494873046875, + -0.001667022705078125, + 0.0256805419921875, + 0.0015363693237304688, + 0.0156097412109375, + -0.0164642333984375, + -0.0069732666015625, + 0.06195068359375, + 0.01474761962890625, + 0.030853271484375, + 0.04400634765625, + -0.035888671875, + -0.007190704345703125, + -0.0179443359375, + -0.06170654296875, + 0.005283355712890625, + 0.049652099609375, + 0.030731201171875, + 0.042510986328125, + -0.021392822265625, + -0.07720947265625, + -0.006328582763671875, + -0.0545654296875, + 0.07177734375, + 0.0253143310546875, + 0.0037174224853515625, + 0.035888671875, + -0.01499176025390625, + 0.0172119140625, + 0.036376953125, + -0.00322723388671875, + 0.042266845703125, + 0.0172119140625, + 0.0281524658203125, + 0.003932952880859375, + -0.035888671875, + 0.0006375312805175781, + 0.033416748046875, + 0.0155487060546875, + 0.01032257080078125, + 0.0292510986328125, + 0.01038360595703125, + -0.02801513671875, + -0.041290283203125, + 0.023101806640625, + 0.0064849853515625, + -0.014007568359375, + 0.00965118408203125, + 0.004302978515625, + 0.022125244140625, + -0.04669189453125, + 0.00786590576171875, + -0.0003342628479003906, + 0.0160980224609375, + 0.01708984375, + 0.02777099609375, + -0.058502197265625, + -0.0196685791015625, + 0.039825439453125, + -0.06292724609375, + 0.037109375, + 0.00322723388671875, + -0.048187255859375, + 0.0189208984375, + -0.000560760498046875, + -0.08111572265625, + 0.04351806640625, + -0.040557861328125, + -0.051116943359375, + 0.0167083740234375, + 0.06536865234375, + -0.06390380859375, + -0.013275146484375, + -0.0523681640625, + -0.037353515625, + -0.0292510986328125, + -0.037353515625, + 0.042266845703125, + -0.01271820068359375, + -0.005992889404296875, + 0.0290069580078125, + 0.049407958984375, + 0.01026153564453125, + -0.00971221923828125, + 0.0244598388671875, + -0.003963470458984375, + -0.04571533203125, + 0.0293731689453125, + -0.003993988037109375, + -0.00959014892578125, + -0.0210113525390625, + -0.0287628173828125, + -0.00804901123046875, + -0.01062774658203125, + -0.002796173095703125, + 0.0158538818359375, + -0.0540771484375, + -0.049163818359375, + -0.041290283203125, + 0.04522705078125, + -0.005313873291015625, + 0.040557861328125, + -0.0024585723876953125, + -0.034912109375, + -0.0015058517456054688, + -0.0521240234375, + -0.040557861328125, + 0.0250701904296875, + 0.00021123886108398438, + -0.0110015869140625, + 0.06982421875, + -0.0290069580078125, + 0.0242156982421875, + -0.0296173095703125, + 0.035888671875, + 0.00574493408203125, + -0.0106964111328125, + -0.0533447265625, + 0.034423828125, + 0.030731201171875, + -0.04449462890625, + -0.02752685546875, + -0.0302276611328125, + -0.00324249267578125, + 0.040069580078125, + -0.0531005859375, + -0.0167083740234375, + -0.0155487060546875, + -0.031707763671875, + -0.051116943359375, + -0.022857666015625, + -0.01198577880859375, + -0.0164642333984375, + 0.0193023681640625, + 0.047698974609375, + -0.00238037109375, + 0.039581298828125, + 0.005962371826171875, + 0.002811431884765625, + 0.0247039794921875, + -0.004947662353515625, + -0.00921630859375, + 0.034912109375, + -0.0535888671875, + -0.04693603515625, + -0.0196685791015625, + 0.037109375, + -0.0292510986328125, + -0.00550079345703125, + 0.00897216796875, + -0.01904296875, + 0.03759765625, + -0.048431396484375, + 0.0189208984375, + -0.039581298828125, + -0.021636962890625, + -0.056793212890625, + -0.0093994140625, + 0.012969970703125, + 0.03369140625, + -0.030364990234375, + 0.0179443359375, + 0.0032100677490234375, + -0.06488037109375, + 0.038360595703125, + 0.01806640625, + 0.0002841949462890625, + -0.013580322265625, + -0.00540924072265625, + -0.006206512451171875, + 0.0181884765625, + 0.0293731689453125, + -0.01284027099609375, + -0.0242156982421875, + -0.0548095703125, + 0.0290069580078125, + -0.00577545166015625, + -0.004730224609375, + -0.0244598388671875, + -0.01241302490234375, + -0.07965087890625, + 0.018310546875, + 0.0184326171875, + 0.01450347900390625, + -0.0151824951171875, + -0.031463623046875, + -0.00971221923828125, + -0.0169677734375, + -0.02618408203125, + 0.047454833984375, + -0.017822265625, + 0.00995635986328125, + 0.00792694091796875, + -0.033172607421875, + 0.032196044921875, + 0.02752685546875, + 0.0113677978515625, + 0.038848876953125, + -0.0066986083984375, + -0.047698974609375, + 0.00565338134765625, + -0.0179443359375, + -0.036865234375, + -0.005962371826171875, + -0.02679443359375, + 0.016845703125, + -0.018310546875, + -0.0200347900390625, + 0.04571533203125, + 0.021514892578125, + 0.0193023681640625, + -0.00959014892578125, + -0.00031495094299316406, + 0.0093994140625, + -0.01468658447265625, + 0.06488037109375, + -0.0286407470703125, + -0.04644775390625, + 0.016845703125, + -0.0292510986328125, + 0.042510986328125, + 0.035888671875, + -0.01253509521484375, + -0.021514892578125, + 0.00469970703125, + 0.04522705078125, + -0.0285186767578125, + -0.0244598388671875, + 0.003887176513671875, + 0.022125244140625, + 0.01493072509765625, + 0.04400634765625, + 0.00921630859375, + 0.049407958984375, + -0.0023193359375, + 0.014007568359375, + 0.06292724609375, + 0.04302978515625, + 0.023101806640625, + -0.0200347900390625, + -0.06170654296875, + 0.0196685791015625, + -0.0010061264038085938, + -0.0253143310546875, + -0.037841796875, + 0.0014438629150390625, + 0.0545654296875, + -0.0538330078125, + -0.016845703125, + 0.007190704345703125, + -0.0291290283203125, + 0.0290069580078125, + 0.0291290283203125, + -0.0191802978515625, + 0.00872802734375, + -0.0013675689697265625, + -0.033935546875, + -0.0189208984375, + -0.030487060546875, + 0.0249481201171875, + 0.057037353515625, + 0.058013916015625, + -0.0065460205078125, + 0.049407958984375, + -0.00771331787109375, + 0.0114898681640625, + 0.04278564453125, + 0.0238494873046875, + 0.0156707763671875, + 0.0299835205078125, + 0.03369140625, + 0.057281494140625, + -0.0003955364227294922, + -0.0197906494140625, + 0.0286407470703125, + 0.031707763671875, + 0.0341796875, + 0.047943115234375, + 0.00897216796875, + -0.00568389892578125, + 0.007434844970703125, + -0.0535888671875, + -0.023223876953125, + -0.01204681396484375, + -0.00041294097900390625, + -0.057037353515625, + -0.0152435302734375, + 0.00860595703125, + -0.0108795166015625, + 0.0518798828125, + 0.0302276611328125, + -0.013763427734375, + -0.013397216796875, + 0.0114898681640625, + 0.0025959014892578125, + -0.03369140625, + -0.0026416778564453125, + -0.0293731689453125, + -0.00556182861328125, + -0.0281524658203125, + -0.0206451416015625, + 0.0189208984375, + -0.022369384765625, + -0.06170654296875, + -0.02777099609375, + 0.050384521484375, + -0.0086669921875, + -0.033172607421875, + -0.039581298828125, + -0.01486968994140625, + -0.033416748046875, + -0.038604736328125, + -0.0282745361328125, + -0.0045166015625, + 0.0205230712890625, + -0.0169677734375, + 0.0206451416015625, + -0.0158538818359375, + -0.022613525390625, + -0.041778564453125, + -0.0165863037109375, + -0.01493072509765625, + 0.03759765625, + -0.040069580078125, + 0.0550537109375, + 0.01806640625, + 0.02667236328125, + 0.041290283203125, + 0.0540771484375, + -0.0249481201171875, + 0.0191802978515625, + -0.0009407997131347656, + -0.06439208984375, + 0.037109375, + -0.0248260498046875, + 0.021392822265625, + -0.0557861328125, + -0.0194244384765625, + 0.048431396484375, + -0.068359375, + 0.0030574798583984375, + -0.0067291259765625, + -0.00959014892578125, + -0.041290283203125, + -0.0169677734375, + 0.007068634033203125, + -0.0014753341674804688, + 0.09539794921875, + 0.031341552734375, + -0.0202789306640625, + -0.0255584716796875, + -0.0294952392578125, + 0.0523681640625, + 0.022857666015625, + 0.04595947265625, + -0.050140380859375, + 0.0361328125, + -0.002933502197265625, + -0.013031005859375, + -0.01026153564453125, + -0.07867431640625, + 0.0179443359375, + 0.033172607421875, + 0.006145477294921875, + -0.03515625, + -0.02752685546875, + -0.04547119140625, + -0.032684326171875, + -0.051361083984375, + 0.0243377685546875, + 0.0114288330078125, + -0.004825592041015625, + -0.04547119140625, + -0.013763427734375, + -0.0237274169921875, + -0.0248260498046875, + -0.0248260498046875, + -0.06341552734375, + 0.0239715576171875, + 0.0031642913818359375, + -0.06536865234375, + 0.0297393798828125, + 0.01438140869140625, + 0.02642822265625, + 0.006114959716796875, + 0.0361328125, + -0.04278564453125, + -0.00577545166015625, + -0.0208892822265625, + 0.02581787109375, + 0.01210784912109375, + 0.01462554931640625, + -0.0068511962890625, + 0.030853271484375, + 0.0202789306640625, + -0.0211334228515625, + 0.06292724609375, + 0.005100250244140625, + -0.030853271484375, + -0.051361083984375, + -0.0156097412109375, + -0.039825439453125, + 0.022003173828125, + -0.023468017578125, + 0.058258056640625, + 0.021514892578125, + 0.002902984619140625, + -0.0919189453125, + 0.06634521484375, + -0.0296173095703125, + 0.0550537109375, + 0.00933837890625, + 0.006267547607421875, + -0.0516357421875, + -0.02655029296875, + -0.0212554931640625, + 0.038848876953125, + -0.0189208984375, + 0.038848876953125, + 0.017578125, + 0.00559234619140625, + 0.004669189453125, + -0.03759765625, + -0.006389617919921875, + 0.04620361328125, + 0.031707763671875, + -0.009033203125, + 0.047454833984375, + -0.0293731689453125, + 0.0249481201171875, + 0.018310546875, + -0.0012598037719726562, + 0.0193023681640625, + -0.00946044921875, + -0.021881103515625, + -0.021759033203125, + 0.0249481201171875, + 0.035888671875, + -0.016845703125, + 0.0037174224853515625, + -0.030487060546875, + 0.022003173828125, + 0.0086669921875, + 0.0024738311767578125, + 0.00965118408203125, + -0.0023345947265625, + 0.0004570484161376953, + -0.0200347900390625, + -0.08404541015625, + -0.09442138671875, + 0.00337982177734375, + -0.02801513671875, + -0.017333984375, + 0.01020050048828125, + 0.041290283203125, + 0.013336181640625, + -0.0169677734375, + 0.0026264190673828125, + -0.00002110004425048828, + -0.022979736328125, + -0.06439208984375, + 0.02716064453125, + -0.0202789306640625, + 0.040802001953125, + 0.004730224609375, + -0.0341796875, + 0.049407958984375, + -0.0201568603515625, + 0.0086669921875, + -0.01032257080078125, + -0.0181884765625, + -0.0287628173828125, + 0.03564453125, + -0.07965087890625, + -0.01050567626953125, + 0.03466796875, + 0.023345947265625, + 0.004669189453125, + -0.04498291015625, + 0.040802001953125, + -0.0045166015625, + -0.048675537109375, + 0.023101806640625, + -0.0281524658203125, + -0.033416748046875, + 0.0298614501953125, + -0.0018281936645507812, + 0.02703857421875, + -0.0243377685546875, + 0.034912109375, + 0.023468017578125, + 0.036376953125, + -0.002735137939453125, + -0.02703857421875, + -0.0012216567993164062, + -0.01062774658203125, + -0.01062774658203125, + 0.04278564453125, + 0.009521484375, + -0.003841400146484375, + -0.017333984375, + -0.0008487701416015625, + -0.0870361328125, + -0.0165863037109375, + -0.0518798828125, + -0.0298614501953125, + 0.0006723403930664062, + 0.10076904296875, + 0.04449462890625, + 0.013885498046875, + 0.0184326171875, + 0.09588623046875, + 0.0024127960205078125, + 0.01511383056640625, + -0.013580322265625, + -0.0516357421875, + 0.0068206787109375, + -0.01438140869140625, + 0.021636962890625, + -0.048919677734375, + 0.0174560546875, + 0.048675537109375, + -0.013946533203125, + 0.0010213851928710938, + -0.0256805419921875, + -0.007251739501953125, + 0.017333984375, + 0.04547119140625, + 0.0165863037109375, + -0.07720947265625, + 0.0069427490234375, + 0.023101806640625, + 0.004978179931640625, + 0.0208892822265625, + 0.007251739501953125, + -0.0290069580078125, + 0.039093017578125, + -0.0528564453125, + -0.00774383544921875, + 0.01192474365234375, + 0.08160400390625, + -0.007282257080078125, + -0.039093017578125, + -0.039093017578125, + 0.072265625, + 0.02801513671875, + 0.0008220672607421875, + 0.0197906494140625, + -0.005191802978515625, + -0.01708984375, + 0.051116943359375, + 0.041778564453125, + -0.0256805419921875, + 0.041778564453125, + 0.01419830322265625, + -0.041046142578125, + 0.017333984375, + -0.0205230712890625, + 0.00577545166015625, + -0.0106964111328125, + -0.051116943359375, + -0.032928466796875, + -0.0732421875, + 0.03369140625, + 0.0193023681640625, + 0.0029964447021484375, + 0.049163818359375, + 0.0238494873046875, + -0.0007414817810058594, + -0.00054931640625, + 0.0181884765625, + 0.034423828125, + 0.0165863037109375, + -0.00550079345703125, + -0.0019969940185546875, + 0.032928466796875, + 0.013336181640625, + -0.013702392578125, + 0.031951904296875, + -0.037353515625, + 0.0160980224609375, + -0.058746337890625, + 0.007495880126953125, + 0.0020275115966796875, + -0.037353515625, + -0.01229095458984375, + -0.02789306640625, + -0.0023975372314453125, + -0.021514892578125, + -0.0560302734375, + 0.005283355712890625, + 0.042510986328125, + -0.0283966064453125, + 0.032684326171875, + 0.0159759521484375, + 0.0193023681640625, + 0.0018510818481445312, + -0.060455322265625, + 0.08355712890625, + 0.041290283203125, + 0.0169677734375, + 0.0002651214599609375, + 0.0116119384765625, + 0.007526397705078125, + 0.0008563995361328125, + 0.031707763671875, + 0.00983428955078125, + -0.06439208984375, + 0.04669189453125, + 0.0560302734375, + 0.00921630859375, + -0.021514892578125, + 0.0047607421875, + -0.003810882568359375, + -0.042022705078125, + 0.040557861328125, + 0.0240936279296875, + 0.021636962890625, + 0.01204681396484375, + -0.0164642333984375, + -0.0065155029296875, + -0.04376220703125, + 0.047454833984375, + 0.0106964111328125, + -0.0012826919555664062, + 0.04400634765625, + -0.0244598388671875, + 0.057525634765625, + 0.013275146484375, + 0.048431396484375, + -0.0157318115234375, + 0.0302276611328125, + -0.0249481201171875, + -0.002349853515625, + 0.0113067626953125, + -0.0014591217041015625, + 0.003963470458984375, + -0.0068206787109375, + 0.01419830322265625, + 0.06390380859375, + 0.04595947265625, + -0.01013946533203125, + -0.059967041015625, + -0.0301055908203125, + -0.041778564453125, + -0.0070037841796875, + 0.017578125, + -0.04400634765625, + -0.0250701904296875, + 0.01708984375, + 0.048919677734375, + 0.06292724609375, + -0.0201568603515625, + 0.06536865234375, + -0.00921630859375, + -0.0025196075439453125, + -0.00574493408203125, + -0.00823211669921875 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "disk-imaging", + "hashing", + "wiping", + "logging", + "cli" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Rekall", + "type": "tool", + "name": "Rekall", + "content": "rekall googles memory-analysis-framework erweiterte volatility um cloud-scale- capabilities und moderne storage-formate. aff4-integration ermöglicht streaming-analysis von multi-terabyte-memory-images ohne lokale storage. besonders innovativ: live-memory-analysis über http-endpoints, rekall-agent für remote-collection, timeline-integration für memory-events. python-3-native-architecture mit jupyter-notebook- integration für interactive-analysis. web-ui demokratisiert memory- forensics für non-cli-users. machine-learning-plugins für anomaly- detection. enterprise-features: distributed-analysis, multi-investigator-collaboration, case-management. die development wurde 2018 eingestellt zugunsten anderer google-projekte, aber community-forks setzen entwicklung fort. legacy-code läuft noch stable für viele use-cases. historical-significance als volatility- herausforderer und cloud-memory-forensics-pioneer. lessons-learned fließen in moderne tools wie velociraptor ein. memory python incident-response analysis", + "embedding": [ + -0.0252838134765625, + 0.0202789306640625, + 0.0399169921875, + -0.0227508544921875, + 0.048675537109375, + 0.037841796875, + -0.01105499267578125, + 0.004573822021484375, + -0.0257720947265625, + -0.020843505859375, + -0.0305328369140625, + 0.0227508544921875, + 0.008270263671875, + 0.0006361007690429688, + -0.06683349609375, + 0.047088623046875, + 0.0013723373413085938, + 0.018768310546875, + -0.002544403076171875, + -0.00843048095703125, + -0.0131988525390625, + -0.035003662109375, + -0.056304931640625, + 0.0006661415100097656, + 0.018524169921875, + 0.007793426513671875, + -0.0191650390625, + -0.0572509765625, + -0.0124053955078125, + -0.0281524658203125, + 0.00045990943908691406, + -0.0249786376953125, + 0.009185791015625, + 0.01073455810546875, + -0.002017974853515625, + -0.00600433349609375, + 0.01184844970703125, + -0.0477294921875, + -0.0201263427734375, + 0.040069580078125, + -0.0142364501953125, + 0.021636962890625, + 0.0259246826171875, + -0.00981903076171875, + -0.054412841796875, + -0.047393798828125, + -0.02862548828125, + -0.035797119140625, + 0.01033782958984375, + -0.044525146484375, + 0.00528717041015625, + 0.0297393798828125, + -0.017181396484375, + -0.033416748046875, + -0.05279541015625, + 0.017578125, + 0.0166168212890625, + 0.0024166107177734375, + -0.044525146484375, + 0.042938232421875, + -0.06298828125, + -0.045501708984375, + 0.00429534912109375, + -0.01399993896484375, + 0.016143798828125, + 0.055023193359375, + -0.02545166015625, + -0.0419921875, + 0.0419921875, + 0.01558685302734375, + 0.023223876953125, + 0.0158233642578125, + -0.021636962890625, + 0.032440185546875, + -0.03228759765625, + -0.031341552734375, + 0.021148681640625, + 0.0311737060546875, + 0.0124053955078125, + 0.0018787384033203125, + -0.0305328369140625, + -0.0006513595581054688, + 0.04803466796875, + 0.0146331787109375, + -0.031494140625, + 0.007198333740234375, + 0.00855255126953125, + 0.020355224609375, + 0.00005936622619628906, + -0.00423431396484375, + 0.0229034423828125, + -0.033233642578125, + 0.0221099853515625, + -0.0325927734375, + 0.0303802490234375, + 0.047393798828125, + -0.00870513916015625, + -0.00620269775390625, + -0.0206756591796875, + 0.038665771484375, + 0.0252838134765625, + -0.0677490234375, + 0.036590576171875, + -0.0193328857421875, + 0.0213165283203125, + -0.0235443115234375, + 0.014312744140625, + -0.00540924072265625, + -0.01184844970703125, + -0.034820556640625, + -0.101806640625, + -0.038665771484375, + -0.024658203125, + -0.05694580078125, + -0.004154205322265625, + 0.006282806396484375, + -0.004016876220703125, + 0.057586669921875, + -0.037689208984375, + -0.042633056640625, + 0.01137542724609375, + 0.0227508544921875, + -0.02703857421875, + 0.0294342041015625, + -0.0225830078125, + -0.0283203125, + 0.0201263427734375, + 0.026092529296875, + -0.0170135498046875, + 0.0087890625, + 0.006244659423828125, + -0.001049041748046875, + 0.0026836395263671875, + -0.04803466796875, + -0.001033782958984375, + -0.01861572265625, + 0.0166168212890625, + 0.00397491455078125, + -0.0168609619140625, + 0.034027099609375, + 0.039764404296875, + -0.024169921875, + -0.036895751953125, + 0.0120086669921875, + -0.03387451171875, + -0.00862884521484375, + 0.0059661865234375, + 0.03643798828125, + -0.039764404296875, + -0.004314422607421875, + 0.0023860931396484375, + 0.01439666748046875, + 0.050262451171875, + 0.0015802383422851562, + -0.015899658203125, + -0.030059814453125, + -0.047393798828125, + -0.017822265625, + 0.0257720947265625, + -0.0249786376953125, + -0.0095062255859375, + 0.018218994140625, + 0.005565643310546875, + 0.0196380615234375, + -0.003936767578125, + -0.012725830078125, + -0.0325927734375, + 0.0146331787109375, + 0.0235443115234375, + 0.00616455078125, + 0.010894775390625, + -0.020355224609375, + 0.04833984375, + 0.0509033203125, + -0.0243377685546875, + 0.026092529296875, + 0.00659942626953125, + -0.020843505859375, + 0.0202789306640625, + 0.0243377685546875, + -0.016937255859375, + -0.0174102783203125, + 0.01328277587890625, + -0.0174102783203125, + 0.01264190673828125, + -0.0150299072265625, + -0.022430419921875, + 0.004730224609375, + -0.04071044921875, + 0.010894775390625, + -0.040252685546875, + -0.0244903564453125, + -0.0037384033203125, + 0.0325927734375, + 0.0002460479736328125, + 0.06964111328125, + 0.0303802490234375, + -0.020355224609375, + 0.0259246826171875, + 0.0022869110107421875, + 0.0230712890625, + 0.0243377685546875, + -0.00009816884994506836, + 0.047088623046875, + 0.0235443115234375, + 0.03546142578125, + 0.01519012451171875, + 0.038177490234375, + 0.02783203125, + -0.0093841552734375, + 0.00771331787109375, + 0.054718017578125, + -0.02386474609375, + -0.0205230712890625, + -0.038665771484375, + -0.0302276611328125, + 0.03546142578125, + -0.0273590087890625, + 0.01312255859375, + 0.00489044189453125, + -0.0251312255859375, + -0.0080718994140625, + 0.006084442138671875, + 0.01375579833984375, + -0.0015802383422851562, + 0.038818359375, + 0.038970947265625, + -0.0054473876953125, + -0.007038116455078125, + 0.0123291015625, + -0.007358551025390625, + 0.03961181640625, + 0.00012981891632080078, + 0.00966644287109375, + -0.00337982177734375, + -0.031341552734375, + 0.0509033203125, + 0.00799560546875, + 0.032928466796875, + 0.0222625732421875, + -0.0201263427734375, + 0.04168701171875, + -0.0120849609375, + 0.0367431640625, + 0.0404052734375, + -0.011932373046875, + 0.004611968994140625, + -0.002605438232421875, + 0.031646728515625, + 0.041351318359375, + -0.033721923828125, + 0.0052490234375, + -0.07000732421875, + -0.02337646484375, + -0.09735107421875, + -0.0467529296875, + -0.016143798828125, + -0.058868408203125, + 0.04486083984375, + -0.0279998779296875, + -0.041351318359375, + -0.00616455078125, + 0.005527496337890625, + 0.020843505859375, + 0.066162109375, + 0.01216888427734375, + -0.038970947265625, + 0.01105499267578125, + 0.07568359375, + 0.0028438568115234375, + -0.0294342041015625, + -0.007396697998046875, + 0.005489349365234375, + -0.03643798828125, + -0.002704620361328125, + -0.017730712890625, + 0.0008549690246582031, + 0.0372314453125, + 0.01105499267578125, + 0.0093841552734375, + -0.02099609375, + 0.0214691162109375, + 0.00206756591796875, + 0.045501708984375, + -0.03387451171875, + 0.01137542724609375, + -0.00409698486328125, + -0.0007805824279785156, + -0.01526641845703125, + -0.045501708984375, + 0.003021240234375, + 0.06329345703125, + 0.01184844970703125, + 0.00791168212890625, + 0.00403594970703125, + -0.058868408203125, + 0.0229034423828125, + 0.0035991668701171875, + -0.0045928955078125, + 0.0283203125, + 0.030853271484375, + -0.041351318359375, + 0.00604248046875, + 0.0158233642578125, + -0.006122589111328125, + -0.050567626953125, + -0.03912353515625, + -0.01439666748046875, + -0.003459930419921875, + -0.04962158203125, + -0.0092620849609375, + 0.0189208984375, + -0.0294342041015625, + 0.0249786376953125, + -0.00791168212890625, + -0.0154266357421875, + -0.024017333984375, + -0.042938232421875, + 0.00616455078125, + -0.0200347900390625, + -0.03912353515625, + -0.017822265625, + 0.05853271484375, + -0.00013113021850585938, + -0.0011186599731445312, + 0.0004622936248779297, + -0.00489044189453125, + -0.0267181396484375, + 0.01407623291015625, + -0.0243377685546875, + 0.038970947265625, + -0.011932373046875, + 0.048675537109375, + 0.035797119140625, + -0.00016772747039794922, + 0.01001739501953125, + 0.0477294921875, + 0.040252685546875, + -0.019561767578125, + -0.0006861686706542969, + -0.011688232421875, + 0.01312255859375, + 0.00835418701171875, + -0.012725830078125, + -0.0222625732421875, + -0.0272064208984375, + -0.01479339599609375, + -0.0028438568115234375, + 0.0206756591796875, + 0.0166168212890625, + 0.0170135498046875, + -0.00942230224609375, + 0.0311737060546875, + 0.061065673828125, + -0.0008649826049804688, + 0.10308837890625, + -0.0038776397705078125, + -0.0477294921875, + 0.0156707763671875, + 0.0302276611328125, + 0.0146331787109375, + -0.00560760498046875, + 0.041046142578125, + 0.017181396484375, + 0.00922393798828125, + 0.0176544189453125, + -0.0273590087890625, + 0.040557861328125, + -0.00528717041015625, + 0.00018393993377685547, + 0.0180511474609375, + -0.0257720947265625, + 0.02337646484375, + 0.040069580078125, + 0.026397705078125, + 0.026397705078125, + 0.0419921875, + -0.0072784423828125, + -0.01375579833984375, + -0.0582275390625, + -0.07476806640625, + -0.0067596435546875, + 0.03704833984375, + 0.00855255126953125, + 0.03961181640625, + -0.0262451171875, + -0.057586669921875, + 0.044525146484375, + -0.0058441162109375, + 0.0782470703125, + 0.06744384765625, + 0.002544403076171875, + 0.010894775390625, + 0.009979248046875, + 0.011932373046875, + 0.01526641845703125, + 0.01328277587890625, + 0.0142364501953125, + 0.0191650390625, + 0.0399169921875, + 0.01328277587890625, + -0.06011962890625, + 0.03643798828125, + 0.0289459228515625, + 0.026397705078125, + -0.0154266357421875, + 0.01296234130859375, + -0.00981903076171875, + 0.0213165283203125, + -0.017181396484375, + 0.04229736328125, + 0.045806884765625, + 0.01216888427734375, + 0.0273590087890625, + -0.0244903564453125, + 0.0197296142578125, + -0.02783203125, + 0.00600433349609375, + 0.0180511474609375, + -0.0095062255859375, + 0.01511383056640625, + 0.0086669921875, + -0.08111572265625, + 0.001049041748046875, + 0.0294342041015625, + -0.045806884765625, + 0.0202789306640625, + 0.03643798828125, + -0.02545166015625, + -0.01995849609375, + -0.006839752197265625, + -0.038665771484375, + 0.038665771484375, + -0.0251312255859375, + -0.039459228515625, + 0.0095062255859375, + 0.0214691162109375, + -0.035797119140625, + -0.0244903564453125, + -0.0202789306640625, + -0.0008249282836914062, + -0.0201263427734375, + -0.0164642333984375, + 0.042938232421875, + -0.01105499267578125, + -0.0008249282836914062, + 0.0229034423828125, + 0.062347412109375, + -0.008270263671875, + -0.0167083740234375, + 0.0477294921875, + -0.0303802490234375, + -0.047088623046875, + 0.0281524658203125, + 0.0105743408203125, + 0.0289459228515625, + -0.0335693359375, + -0.0214691162109375, + -0.0131988525390625, + -0.00433349609375, + -0.0166168212890625, + 0.0154266357421875, + -0.055023193359375, + -0.0509033203125, + -0.06396484375, + 0.0335693359375, + -0.0002522468566894531, + 0.0198822021484375, + 0.00902557373046875, + -0.06011962890625, + 0.0222625732421875, + -0.0740966796875, + -0.0225830078125, + -0.01288604736328125, + 0.041046142578125, + -0.0034389495849609375, + 0.07379150390625, + -0.0262451171875, + -0.0311737060546875, + 0.007198333740234375, + 0.02337646484375, + -0.00616455078125, + 0.0123291015625, + -0.050567626953125, + 0.05218505859375, + 0.033416748046875, + -0.043914794921875, + -0.0116119384765625, + 0.00023233890533447266, + 0.005489349365234375, + 0.038818359375, + -0.0283203125, + 0.002643585205078125, + -0.011932373046875, + -0.0655517578125, + -0.0156707763671875, + -0.04229736328125, + -0.01678466796875, + -0.039459228515625, + 0.052490234375, + 0.04071044921875, + 0.006122589111328125, + 0.051544189453125, + 0.0229034423828125, + -0.002475738525390625, + 0.01145172119140625, + 0.00830841064453125, + -0.01312255859375, + 0.0295867919921875, + -0.066162109375, + -0.03704833984375, + -0.0225830078125, + 0.018524169921875, + -0.0182952880859375, + 0.002227783203125, + 0.0031604766845703125, + -0.00616455078125, + 0.04803466796875, + -0.04168701171875, + 0.0194091796875, + 0.0014715194702148438, + -0.00711822509765625, + -0.0252838134765625, + -0.00540924072265625, + 0.016387939453125, + 0.02020263671875, + 0.010498046875, + 0.00445556640625, + 0.0303802490234375, + -0.05377197265625, + 0.031341552734375, + -0.00357818603515625, + -0.0120849609375, + 0.01113128662109375, + -0.01399993896484375, + 0.0011386871337890625, + -0.006320953369140625, + 0.032928466796875, + -0.0267181396484375, + -0.0294342041015625, + -0.07891845703125, + 0.016937255859375, + 0.0160675048828125, + -0.01065826416015625, + -0.037841796875, + -0.05853271484375, + -0.051849365234375, + -0.0032806396484375, + 0.0289459228515625, + 0.023223876953125, + 0.01013946533203125, + -0.04644775390625, + -0.042633056640625, + 0.00429534912109375, + -0.0303802490234375, + 0.0477294921875, + -0.0303802490234375, + -0.0014314651489257812, + -0.006999969482421875, + -0.00783538818359375, + 0.0198822021484375, + 0.0142364501953125, + 0.047393798828125, + 0.0123291015625, + 0.0235443115234375, + -0.000009655952453613281, + 0.01145172119140625, + -0.0052490234375, + -0.0192413330078125, + 0.0164642333984375, + -0.0170135498046875, + 0.0362548828125, + -0.03277587890625, + -0.0190887451171875, + 0.0178985595703125, + 0.0028228759765625, + 0.0157470703125, + -0.01558685302734375, + -0.00672149658203125, + 0.0244903564453125, + -0.013519287109375, + 0.0477294921875, + -0.03277587890625, + -0.0134429931640625, + 0.00974273681640625, + -0.017730712890625, + 0.044219970703125, + 0.030059814453125, + -0.01153564453125, + -0.0279998779296875, + 0.0150299072265625, + 0.04486083984375, + -0.00799560546875, + -0.01812744140625, + -0.0214691162109375, + 0.006801605224609375, + 0.0089111328125, + 0.058868408203125, + -0.005767822265625, + 0.08843994140625, + 0.04486083984375, + -0.0128021240234375, + 0.00942230224609375, + 0.059478759765625, + 0.0230712890625, + -0.0229034423828125, + -0.0782470703125, + 0.00934600830078125, + 0.0034389495849609375, + -0.02386474609375, + -0.04071044921875, + 0.0014019012451171875, + 0.066162109375, + -0.07635498046875, + -0.0154266357421875, + -0.001918792724609375, + -0.00875091552734375, + 0.0325927734375, + 0.02783203125, + -0.0236968994140625, + 0.0267181396484375, + 0.0302276611328125, + -0.047088623046875, + 0.006443023681640625, + -0.0112152099609375, + 0.00942230224609375, + 0.031982421875, + -0.00922393798828125, + 0.00495147705078125, + 0.0273590087890625, + -0.01447296142578125, + 0.02783203125, + 0.031982421875, + 0.00787353515625, + -0.011932373046875, + 0.01439666748046875, + 0.0372314453125, + 0.04833984375, + -0.0299072265625, + -0.017730712890625, + 0.016143798828125, + 0.007434844970703125, + 0.042938232421875, + 0.051544189453125, + 0.0174102783203125, + 0.0172576904296875, + 0.0142364501953125, + -0.033233642578125, + -0.0018291473388671875, + 0.024658203125, + -0.00009691715240478516, + -0.04229736328125, + -0.049957275390625, + 0.0236968994140625, + -0.0273590087890625, + 0.020843505859375, + 0.01558685302734375, + -0.020843505859375, + 0.0025844573974609375, + 0.04229736328125, + -0.01629638671875, + -0.04644775390625, + -0.00054168701171875, + -0.0229034423828125, + -0.0227508544921875, + -0.005767822265625, + -0.045501708984375, + 0.05853271484375, + -0.0200347900390625, + -0.0540771484375, + -0.0189208984375, + 0.01312255859375, + -0.0281524658203125, + -0.0467529296875, + -0.0180511474609375, + -0.00042748451232910156, + 0.005130767822265625, + -0.03564453125, + -0.041351318359375, + -0.035797119140625, + 0.005489349365234375, + -0.045806884765625, + 0.005886077880859375, + 0.0059661865234375, + -0.0243377685546875, + -0.0191650390625, + -0.0267181396484375, + -0.024810791015625, + 0.00640106201171875, + -0.0287933349609375, + 0.0404052734375, + -0.00811004638671875, + 0.024658203125, + 0.01439666748046875, + 0.072509765625, + 0.00946044921875, + 0.01001739501953125, + -0.005008697509765625, + -0.07537841796875, + 0.0236968994140625, + -0.0244903564453125, + 0.009979248046875, + -0.0750732421875, + 0.0251312255859375, + 0.04071044921875, + -0.065185546875, + 0.018524169921875, + -0.0067596435546875, + 0.004276275634765625, + -0.045166015625, + -0.003936767578125, + 0.0009145736694335938, + 0.005130767822265625, + 0.08843994140625, + 0.005489349365234375, + -0.016143798828125, + 0.017822265625, + -0.05377197265625, + 0.039764404296875, + 0.004711151123046875, + 0.014312744140625, + -0.0556640625, + 0.024658203125, + 0.01654052734375, + -0.05853271484375, + 0.00521087646484375, + -0.09228515625, + -0.0089874267578125, + 0.03436279296875, + 0.021148681640625, + -0.01861572265625, + -0.011688232421875, + -0.0310211181640625, + -0.0206756591796875, + -0.043914794921875, + 0.00616455078125, + -0.00429534912109375, + 0.00443267822265625, + -0.021148681640625, + 0.0035991668701171875, + -0.01654052734375, + -0.057891845703125, + -0.0236968994140625, + -0.04327392578125, + 0.06842041015625, + -0.0104217529296875, + -0.052490234375, + 0.044219970703125, + 0.0142364501953125, + 0.00771331787109375, + 0.0142364501953125, + 0.052490234375, + -0.01812744140625, + -0.00229644775390625, + -0.007595062255859375, + 0.05853271484375, + 0.0027637481689453125, + -0.006481170654296875, + 0.006320953369140625, + 0.030853271484375, + 0.0259246826171875, + -0.0556640625, + 0.0249786376953125, + 0.004413604736328125, + -0.01360321044921875, + -0.0295867919921875, + -0.015350341796875, + -0.0330810546875, + 0.0335693359375, + 0.0142364501953125, + 0.04803466796875, + 0.01248931884765625, + -0.02783203125, + -0.11260986328125, + 0.031646728515625, + -0.0093841552734375, + 0.0262451171875, + 0.007476806640625, + -0.0184478759765625, + -0.06842041015625, + -0.037384033203125, + -0.01033782958984375, + 0.004810333251953125, + -0.024658203125, + 0.04327392578125, + 0.007793426513671875, + -0.0010938644409179688, + 0.02020263671875, + 0.0112152099609375, + -0.0134429931640625, + 0.05120849609375, + 0.0191650390625, + -0.031341552734375, + 0.0740966796875, + -0.0305328369140625, + 0.003997802734375, + 0.014556884765625, + -0.00449371337890625, + -0.01486968994140625, + -0.01026153564453125, + -0.01447296142578125, + -0.00731658935546875, + 0.0311737060546875, + 0.036895751953125, + -0.0089874267578125, + 0.0188446044921875, + -0.0302276611328125, + 0.010894775390625, + 0.01407623291015625, + -0.0174102783203125, + -0.0071563720703125, + 0.0184478759765625, + -0.0088653564453125, + 0.0013818740844726562, + -0.05853271484375, + -0.087158203125, + 0.024017333984375, + -0.057891845703125, + -0.0007157325744628906, + 0.01526641845703125, + 0.0310211181640625, + 0.011688232421875, + -0.03564453125, + 0.0227508544921875, + 0.006877899169921875, + 0.006999969482421875, + -0.01105499267578125, + 0.06011962890625, + 0.007198333740234375, + 0.026397705078125, + 0.015350341796875, + -0.020355224609375, + 0.0081939697265625, + -0.0099029541015625, + -0.0283203125, + -0.0222625732421875, + 0.0063629150390625, + -0.0134429931640625, + 0.0283203125, + -0.08587646484375, + -0.0257720947265625, + 0.03515625, + 0.031494140625, + 0.0050506591796875, + -0.033721923828125, + 0.0273590087890625, + 0.01065826416015625, + -0.048675537109375, + 0.018524169921875, + 0.0025157928466796875, + -0.045806884765625, + -0.0018091201782226562, + -0.0081939697265625, + 0.0184478759765625, + 0.00017023086547851562, + 0.041351318359375, + 0.038818359375, + 0.05279541015625, + -0.01678466796875, + -0.0243377685546875, + -0.0191650390625, + -0.02703857421875, + 0.045166015625, + 0.0235443115234375, + 0.0201263427734375, + -0.01551055908203125, + -0.00882720947265625, + -0.0188446044921875, + -0.07000732421875, + -0.01335906982421875, + -0.029266357421875, + -0.052490234375, + -0.00966644287109375, + 0.08050537109375, + 0.0294342041015625, + 0.024658203125, + 0.02911376953125, + 0.039459228515625, + 0.045501708984375, + 0.00691986083984375, + -0.0251312255859375, + -0.054412841796875, + -0.00528717041015625, + 0.0259246826171875, + 0.0330810546875, + -0.05377197265625, + 0.0703125, + 0.060760498046875, + -0.017578125, + -0.00835418701171875, + 0.006122589111328125, + 0.00659942626953125, + 0.039764404296875, + 0.02386474609375, + 0.032135009765625, + -0.054718017578125, + 0.006999969482421875, + 0.038482666015625, + -0.024658203125, + -0.026885986328125, + -0.019561767578125, + -0.0069580078125, + 0.013916015625, + -0.0614013671875, + -0.00652313232421875, + -0.017974853515625, + 0.07952880859375, + -0.0225830078125, + -0.023223876953125, + -0.0150299072265625, + 0.0230712890625, + -0.004711151123046875, + -0.02545166015625, + 0.028472900390625, + 0.0330810546875, + -0.03228759765625, + 0.035308837890625, + 0.03436279296875, + 0.0012722015380859375, + 0.03564453125, + 0.00226593017578125, + -0.053436279296875, + 0.005031585693359375, + -0.01065826416015625, + 0.00791168212890625, + -0.00835418701171875, + -0.0283203125, + -0.01486968994140625, + -0.030059814453125, + 0.04931640625, + 0.01678466796875, + 0.0419921875, + 0.015350341796875, + 0.00902557373046875, + -0.00347900390625, + 0.030059814453125, + 0.02545166015625, + 0.035308837890625, + 0.03070068359375, + -0.0005640983581542969, + 0.004711151123046875, + 0.00771331787109375, + 0.01407623291015625, + -0.0156707763671875, + 0.05218505859375, + -0.0311737060546875, + 0.0213165283203125, + -0.07000732421875, + 0.024810791015625, + 0.011932373046875, + -0.01137542724609375, + 0.01375579833984375, + -0.030059814453125, + 0.01137542724609375, + -0.0200347900390625, + -0.0693359375, + -0.007476806640625, + 0.061065673828125, + -0.037841796875, + 0.009307861328125, + 0.0303802490234375, + -0.015899658203125, + 0.02099609375, + -0.057586669921875, + 0.07696533203125, + 0.02703857421875, + 0.045166015625, + -0.016143798828125, + 0.00429534912109375, + 0.04486083984375, + 0.02099609375, + 0.0092620849609375, + 0.0201263427734375, + -0.004711151123046875, + 0.053436279296875, + 0.04327392578125, + -0.005168914794921875, + -0.0194091796875, + 0.0244903564453125, + 0.017578125, + -0.06683349609375, + 0.0021266937255859375, + 0.034515380859375, + 0.031982421875, + -0.0012922286987304688, + -0.01486968994140625, + -0.022430419921875, + -0.06805419921875, + 0.04962158203125, + 0.01812744140625, + -0.018524169921875, + 0.0295867919921875, + -0.0262451171875, + 0.044525146484375, + -0.0003094673156738281, + 0.054412841796875, + -0.0677490234375, + 0.03753662109375, + -0.005687713623046875, + 0.0178985595703125, + -0.013519287109375, + 0.0186920166015625, + -0.01407623291015625, + -0.0123291015625, + -0.012725830078125, + 0.059173583984375, + -0.007793426513671875, + -0.00004285573959350586, + -0.066162109375, + -0.0193328857421875, + 0.005489349365234375, + 0.0156707763671875, + 0.04931640625, + -0.038482666015625, + -0.0221099853515625, + 0.017578125, + 0.0222625732421875, + 0.054718017578125, + -0.017730712890625, + 0.02862548828125, + -0.002643585205078125, + -0.0283203125, + -0.023223876953125, + -0.025604248046875 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "analysis" + ], + "tags": [ + "memory", + "python" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Collabora_Online", + "type": "tool", + "name": "Collabora Online", + "content": "collabora online web‑basierte open‑source‑office‑suite mit kompletter dokumenten‑bearbeitung und live‑kollaboration. office collaboration collaboration-general reporting", + "embedding": [ + -0.051544189453125, + 0.0221099853515625, + 0.05035400390625, + 0.0175018310546875, + 0.051239013671875, + 0.0265045166015625, + 0.06939697265625, + 0.023284912109375, + -0.030303955078125, + 0.007171630859375, + -0.01500701904296875, + 0.061187744140625, + -0.0098114013671875, + 0.0017843246459960938, + -0.04156494140625, + 0.039520263671875, + 0.0041351318359375, + 0.00298309326171875, + 0.04071044921875, + -0.009185791015625, + -0.005893707275390625, + -0.0179290771484375, + -0.064697265625, + -0.03643798828125, + -0.01354217529296875, + 0.01024627685546875, + 0.00647735595703125, + -0.051239013671875, + -0.0374755859375, + -0.0111236572265625, + 0.04888916015625, + -0.019622802734375, + -0.01105499267578125, + 0.04449462890625, + 0.03643798828125, + -0.0241546630859375, + 0.0191802978515625, + -0.0653076171875, + -0.0265045166015625, + 0.025177001953125, + -0.015960693359375, + -0.0219573974609375, + 0.005123138427734375, + 0.0038242340087890625, + 0.046844482421875, + -0.016326904296875, + 0.0166168212890625, + -0.0158843994140625, + -0.002414703369140625, + -0.01690673828125, + 0.0057830810546875, + 0.0345458984375, + -0.0116424560546875, + -0.01236724853515625, + -0.019622802734375, + 0.0016107559204101562, + 0.0007824897766113281, + -0.012298583984375, + -0.0565185546875, + 0.01134490966796875, + -0.0263519287109375, + 0.0094451904296875, + -0.03631591796875, + 0.0212249755859375, + 0.02752685546875, + 0.01207733154296875, + -0.01244354248046875, + -0.03338623046875, + -0.0156707763671875, + -0.0270843505859375, + -0.00775909423828125, + 0.0462646484375, + -0.008087158203125, + 0.0283966064453125, + -0.051239013671875, + -0.0345458984375, + 0.01354217529296875, + 0.055633544921875, + 0.04156494140625, + 0.0256195068359375, + -0.04449462890625, + 0.0122222900390625, + 0.04364013671875, + -0.0182952880859375, + -0.04217529296875, + -0.020782470703125, + 0.006992340087890625, + 0.015594482421875, + 0.018890380859375, + 0.0300140380859375, + 0.0433349609375, + -0.0111236572265625, + 0.017059326171875, + -0.03631591796875, + 0.0301513671875, + 0.04510498046875, + -0.02679443359375, + 0.01273345947265625, + 0.010833740234375, + 0.032928466796875, + -0.00024127960205078125, + -0.015228271484375, + 0.0374755859375, + 0.0112762451171875, + 0.0178680419921875, + -0.0155181884765625, + 0.047149658203125, + 0.0044097900390625, + 0.0144195556640625, + -0.032073974609375, + -0.095458984375, + -0.04156494140625, + -0.0160369873046875, + -0.067626953125, + -0.0013637542724609375, + -0.0166168212890625, + -0.01024627685546875, + 0.0278167724609375, + -0.043914794921875, + -0.03704833984375, + 0.0243072509765625, + -0.00031566619873046875, + -0.02532958984375, + 0.00995635986328125, + -0.0784912109375, + -0.0653076171875, + 0.0204925537109375, + 0.0038242340087890625, + -0.014495849609375, + -0.03558349609375, + 0.01763916015625, + -0.0206451416015625, + 0.009368896484375, + -0.0535888671875, + -0.00849151611328125, + -0.004756927490234375, + 0.032196044921875, + -0.0151519775390625, + 0.0009379386901855469, + -0.01097869873046875, + 0.033966064453125, + -0.045379638671875, + -0.032806396484375, + -0.003787994384765625, + -0.036895751953125, + 0.01142120361328125, + 0.0027637481689453125, + 0.053009033203125, + -0.036590576171875, + -0.01507568359375, + -0.01142120361328125, + 0.004756927490234375, + 0.04595947265625, + 0.0030002593994140625, + 0.00841522216796875, + 0.0077972412109375, + -0.00527191162109375, + -0.0039520263671875, + 0.015960693359375, + -0.004337310791015625, + -0.0197601318359375, + -0.0012264251708984375, + 0.0010614395141601562, + 0.038055419921875, + -0.0243072509765625, + -0.0276641845703125, + -0.00010520219802856445, + 0.0122222900390625, + -0.022979736328125, + -0.007282257080078125, + 0.038360595703125, + -0.0091094970703125, + 0.03558349609375, + 0.0345458984375, + -0.0235748291015625, + 0.03192138671875, + -0.01361846923828125, + -0.0171356201171875, + 0.042755126953125, + -0.002635955810546875, + 0.0002493858337402344, + 0.0029468536376953125, + 0.04217529296875, + 0.004428863525390625, + 0.01273345947265625, + -0.020355224609375, + -0.027374267578125, + -0.0029277801513671875, + -0.0206451416015625, + 0.01580810546875, + -0.018157958984375, + -0.013397216796875, + -0.00783538818359375, + -0.004756927490234375, + 0.0221099853515625, + 0.037322998046875, + 0.02020263671875, + -0.00820159912109375, + 0.028839111328125, + 0.01317596435546875, + 0.01207733154296875, + 0.03778076171875, + -0.0179290771484375, + 0.04742431640625, + 0.02532958984375, + 0.0133209228515625, + -0.0184478759765625, + 0.032928466796875, + 0.0257720947265625, + -0.03778076171875, + -0.01434326171875, + 0.0243072509765625, + 0.00563812255859375, + -0.0447998046875, + -0.025177001953125, + -0.0352783203125, + 0.009185791015625, + -0.0140533447265625, + -0.0212249755859375, + 0.0077972412109375, + -0.0050506591796875, + -0.06585693359375, + -0.0057830810546875, + 0.03411865234375, + 0.00988006591796875, + 0.0256195068359375, + 0.01317596435546875, + 0.004207611083984375, + 0.0005192756652832031, + 0.00841522216796875, + 0.0180816650390625, + 0.03643798828125, + -0.0030918121337890625, + 0.012298583984375, + -0.0109100341796875, + -0.052703857421875, + 0.063232421875, + 0.0521240234375, + 0.006626129150390625, + -0.0033130645751953125, + -0.052398681640625, + 0.039520263671875, + 0.002819061279296875, + 0.039520263671875, + 0.0263519287109375, + -0.014129638671875, + 0.018218994140625, + -0.002414703369140625, + 0.06292724609375, + 0.0594482421875, + -0.0506591796875, + 0.01236724853515625, + -0.07464599609375, + -0.0243072509765625, + -0.077880859375, + -0.0294189453125, + -0.0173492431640625, + -0.04449462890625, + 0.05767822265625, + -0.0243072509765625, + 0.0021419525146484375, + 0.0009746551513671875, + 0.0234222412109375, + -0.043914794921875, + 0.06500244140625, + 0.0011987686157226562, + -0.03643798828125, + -0.0065155029296875, + 0.0418701171875, + -0.01456451416015625, + -0.02532958984375, + -0.01171112060546875, + 0.023284912109375, + 0.0243072509765625, + -0.01207733154296875, + -0.0068817138671875, + 0.011199951171875, + 0.0447998046875, + 0.009735107421875, + 0.0250396728515625, + -0.01654052734375, + 0.039520263671875, + -0.0109100341796875, + 0.07025146484375, + -0.0285491943359375, + 0.00399017333984375, + -0.00008004903793334961, + -0.0118560791015625, + -0.00757598876953125, + -0.0418701171875, + 0.00959014892578125, + 0.0404052734375, + 0.00545501708984375, + -0.004665374755859375, + 0.0256195068359375, + -0.020355224609375, + 0.0092926025390625, + 0.02093505859375, + -0.0098114013671875, + 0.0243072509765625, + 0.028106689453125, + -0.04364013671875, + -0.0197601318359375, + 0.0070648193359375, + 0.011932373046875, + 0.0021686553955078125, + -0.03863525390625, + 0.005123138427734375, + 0.018585205078125, + -0.058258056640625, + -0.0156707763671875, + -0.003055572509765625, + -0.041290283203125, + 0.0087127685546875, + 0.007099151611328125, + 0.019622802734375, + -0.07025146484375, + -0.073486328125, + -0.0029468536376953125, + -0.073486328125, + -0.02386474609375, + -0.035003662109375, + 0.06292724609375, + -0.0034770965576171875, + 0.033233642578125, + -0.0008373260498046875, + -0.021514892578125, + -0.040985107421875, + 0.018585205078125, + -0.02972412109375, + -0.0007276535034179688, + -0.00838470458984375, + 0.0506591796875, + 0.0254669189453125, + 0.0298614501953125, + 0.025909423828125, + 0.0250396728515625, + 0.0212249755859375, + -0.0240020751953125, + -0.00279998779296875, + 0.028839111328125, + -0.0136871337890625, + 0.0243072509765625, + 0.002040863037109375, + -0.0276641845703125, + -0.025177001953125, + -0.032806396484375, + 0.0219573974609375, + 0.01947021484375, + 0.051239013671875, + 0.0114898681640625, + -0.0276641845703125, + -0.00849151611328125, + 0.04510498046875, + 0.014495849609375, + 0.0860595703125, + -0.0083465576171875, + -0.03045654296875, + 0.01325225830078125, + 0.051239013671875, + -0.03631591796875, + -0.014862060546875, + 0.051239013671875, + -0.00490570068359375, + -0.0285491943359375, + 0.042755126953125, + -0.04302978515625, + 0.021087646484375, + -0.01280975341796875, + -0.022247314453125, + -0.008087158203125, + -0.0278167724609375, + -0.024444580078125, + 0.0535888671875, + 0.035736083984375, + 0.051544189453125, + -0.015960693359375, + -0.0261993408203125, + -0.011932373046875, + -0.036163330078125, + -0.042755126953125, + 0.02606201171875, + 0.01456451416015625, + 0.00885772705078125, + 0.0167694091796875, + -0.032501220703125, + -0.0433349609375, + 0.023712158203125, + -0.004390716552734375, + 0.09661865234375, + 0.023712158203125, + 0.0726318359375, + 0.030303955078125, + -0.04071044921875, + 0.0081634521484375, + 0.03192138671875, + 0.036163330078125, + 0.004940032958984375, + 0.021514892578125, + 0.032928466796875, + -0.021087646484375, + -0.02239990234375, + 0.047149658203125, + 0.03045654296875, + 0.0261993408203125, + 0.0087127685546875, + 0.0105438232421875, + 0.01309967041015625, + 0.031768798828125, + -0.031463623046875, + 0.0477294921875, + 0.041290283203125, + -0.03778076171875, + -0.00563812255859375, + 0.0042266845703125, + -0.007354736328125, + -0.06268310546875, + 0.004978179931640625, + -0.00252532958984375, + 0.03045654296875, + 0.0040435791015625, + 0.02679443359375, + -0.0065155029296875, + -0.00464630126953125, + 0.00453948974609375, + -0.059722900390625, + 0.02166748046875, + 0.02386474609375, + -0.01354217529296875, + 0.03863525390625, + -0.05035400390625, + -0.0112762451171875, + 0.044219970703125, + -0.01654052734375, + -0.0594482421875, + -0.01317596435546875, + 0.01134490966796875, + -0.063232421875, + -0.028106689453125, + -0.033660888671875, + -0.01390838623046875, + 0.009185791015625, + 0.00243377685546875, + 0.023284912109375, + -0.0105438232421875, + -0.007465362548828125, + 0.010833740234375, + 0.033660888671875, + 0.0212249755859375, + -0.0565185546875, + 0.017059326171875, + -0.020782470703125, + -0.04010009765625, + 0.0389404296875, + 0.0206451416015625, + 0.009735107421875, + -0.055633544921875, + -0.023712158203125, + -0.030303955078125, + 0.020782470703125, + -0.005161285400390625, + 0.002086639404296875, + -0.04217529296875, + -0.050933837890625, + -0.0140533447265625, + 0.06414794921875, + 0.032928466796875, + 0.05914306640625, + -0.032806396484375, + -0.0345458984375, + 0.007465362548828125, + -0.03778076171875, + -0.0144195556640625, + 0.0213775634765625, + 0.019317626953125, + -0.00951385498046875, + 0.0535888671875, + -0.0030002593994140625, + 0.0012073516845703125, + -0.005710601806640625, + 0.054168701171875, + 0.010467529296875, + 0.0160980224609375, + -0.03778076171875, + 0.044219970703125, + 0.0168304443359375, + -0.063232421875, + -0.05328369140625, + 0.00006693601608276367, + 0.0011892318725585938, + 0.04595947265625, + -0.074951171875, + -0.0005216598510742188, + 0.0009059906005859375, + -0.06585693359375, + -0.041290283203125, + 0.01427459716796875, + 0.006771087646484375, + -0.036163330078125, + 0.0265045166015625, + 0.033966064453125, + -0.0133209228515625, + 0.0178680419921875, + -0.010101318359375, + 0.0265045166015625, + 0.0179290771484375, + -0.03485107421875, + -0.00261688232421875, + 0.0007548332214355469, + -0.038055419921875, + -0.01325225830078125, + 0.00812530517578125, + 0.036590576171875, + -0.02166748046875, + 0.00875091552734375, + -0.0017566680908203125, + -0.0256195068359375, + 0.036895751953125, + -0.0404052734375, + 0.00179290771484375, + -0.0010843276977539062, + -0.0169830322265625, + -0.0338134765625, + -0.0276641845703125, + 0.0219573974609375, + 0.015228271484375, + -0.00417327880859375, + 0.0147857666015625, + 0.038360595703125, + -0.038055419921875, + 0.006992340087890625, + 0.0248870849609375, + -0.0155181884765625, + 0.0294189453125, + -0.01390838623046875, + -0.012664794921875, + 0.0100250244140625, + 0.0136871337890625, + -0.038055419921875, + -0.06268310546875, + -0.064697265625, + 0.00904083251953125, + -0.0033664703369140625, + -0.00959014892578125, + -0.06793212890625, + -0.04449462890625, + -0.0831298828125, + -0.022247314453125, + 0.03411865234375, + 0.036163330078125, + -0.01178741455078125, + -0.02825927734375, + 0.003879547119140625, + -0.01456451416015625, + -0.034271240234375, + 0.042755126953125, + -0.0206451416015625, + 0.0050506591796875, + 0.00959014892578125, + -0.0286865234375, + 0.0265045166015625, + 0.0206451416015625, + 0.0491943359375, + 0.0036773681640625, + 0.0034580230712890625, + -0.055328369140625, + 0.027374267578125, + -0.015960693359375, + -0.04071044921875, + 0.027374267578125, + -0.01800537109375, + 0.00501251220703125, + -0.03778076171875, + 0.00417327880859375, + 0.00463104248046875, + 0.04595947265625, + -0.0167694091796875, + -0.0247344970703125, + -0.0033855438232421875, + 0.0272369384765625, + -0.0023975372314453125, + 0.04742431640625, + -0.0129547119140625, + -0.06793212890625, + -0.0109100341796875, + -0.002780914306640625, + 0.042755126953125, + 0.0283966064453125, + 0.004795074462890625, + -0.02606201171875, + -0.01024627685546875, + 0.0433349609375, + -0.0338134765625, + -0.0257720947265625, + 0.0039520263671875, + 0.01464080810546875, + 0.0316162109375, + 0.05181884765625, + 0.0144195556640625, + 0.09136962890625, + 0.0206451416015625, + -0.0008511543273925781, + 0.02313232421875, + 0.043914794921875, + 0.02093505859375, + -0.03924560546875, + -0.060028076171875, + 0.000919342041015625, + 0.0269317626953125, + -0.0191802978515625, + -0.0158843994140625, + -0.001079559326171875, + 0.057373046875, + -0.057373046875, + 0.00036144256591796875, + -0.045379638671875, + 0.0360107421875, + -0.00684356689453125, + 0.031341552734375, + 0.01061248779296875, + 0.00702667236328125, + 0.0308837890625, + -0.0228424072265625, + 0.003917694091796875, + 0.00563812255859375, + -0.0257720947265625, + 0.0374755859375, + 0.01309967041015625, + -0.04010009765625, + 0.0316162109375, + 0.00038886070251464844, + 0.014862060546875, + 0.0261993408203125, + 0.0433349609375, + 0.038360595703125, + 0.00019443035125732422, + 0.04071044921875, + 0.0579833984375, + -0.014862060546875, + -0.0105438232421875, + 0.0030384063720703125, + 0.0186614990234375, + 0.033538818359375, + 0.045379638671875, + 0.0061492919921875, + 0.0046844482421875, + -0.006259918212890625, + -0.0261993408203125, + -0.043914794921875, + 0.027374267578125, + -0.0285491943359375, + -0.0248870849609375, + -0.0726318359375, + 0.0061492919921875, + -0.0212249755859375, + 0.00951385498046875, + 0.042449951171875, + 0.00611114501953125, + -0.019317626953125, + 0.035858154296875, + -0.0029277801513671875, + -0.052703857421875, + 0.0129547119140625, + -0.0261993408203125, + 0.00527191162109375, + -0.03118896484375, + -0.0269317626953125, + 0.0226898193359375, + -0.0158843994140625, + -0.064697265625, + -0.0212249755859375, + 0.03192138671875, + -0.01236724853515625, + -0.01947021484375, + 0.004978179931640625, + 0.004062652587890625, + -0.00034999847412109375, + -0.02166748046875, + -0.0404052734375, + -0.01032257080078125, + -0.017425537109375, + -0.037322998046875, + -0.013031005859375, + 0.01244354248046875, + 0.005306243896484375, + -0.0276641845703125, + -0.0006909370422363281, + -0.055938720703125, + 0.035736083984375, + -0.0171966552734375, + 0.0087127685546875, + 0.0147857666015625, + -0.0338134765625, + 0.045684814453125, + 0.053009033203125, + -0.00399017333984375, + 0.0213775634765625, + -0.0008692741394042969, + -0.039520263671875, + 0.00988006591796875, + -0.01529693603515625, + 0.04510498046875, + -0.0129547119140625, + 0.0122222900390625, + 0.0843505859375, + -0.057373046875, + 0.01354217529296875, + 0.004428863525390625, + -0.043914794921875, + -0.0114898681640625, + 0.036895751953125, + -0.0103912353515625, + 0.020355224609375, + 0.0740966796875, + 0.0169830322265625, + -0.0077972412109375, + 0.011199951171875, + -0.034393310546875, + 0.04449462890625, + -0.007686614990234375, + 0.00841522216796875, + -0.0308837890625, + -0.022552490234375, + -0.0013818740844726562, + -0.00029730796813964844, + 0.00914764404296875, + -0.08197021484375, + 0.013397216796875, + 0.0521240234375, + 0.004154205322265625, + -0.00830841064453125, + -0.005123138427734375, + -0.041290283203125, + -0.041290283203125, + -0.0286865234375, + 0.039825439453125, + 0.0147857666015625, + 0.0002562999725341797, + -0.03863525390625, + -0.02020263671875, + -0.00914764404296875, + -0.04510498046875, + -0.0160369873046875, + -0.0199127197265625, + 0.00959014892578125, + 0.01024627685546875, + -0.04156494140625, + 0.04156494140625, + -0.0066986083984375, + -0.031341552734375, + -0.004375457763671875, + 0.0092926025390625, + -0.0234222412109375, + 0.045379638671875, + -0.00030875205993652344, + 0.0291290283203125, + -0.028106689453125, + 0.00904083251953125, + 0.0166168212890625, + -0.01215362548828125, + 0.04010009765625, + -0.0158843994140625, + 0.048614501953125, + 0.006809234619140625, + -0.01317596435546875, + -0.033233642578125, + -0.038055419921875, + -0.0285491943359375, + 0.0257720947265625, + 0.00775909423828125, + 0.00885772705078125, + -0.006954193115234375, + -0.0447998046875, + -0.0506591796875, + 0.012664794921875, + -0.0307464599609375, + -0.01068878173828125, + -0.01654052734375, + -0.0579833984375, + -0.025909423828125, + -0.04656982421875, + -0.00988006591796875, + 0.018218994140625, + -0.02239990234375, + 0.0278167724609375, + -0.0116424560546875, + -0.001262664794921875, + -0.0270843505859375, + 0.0250396728515625, + -0.00044608116149902344, + 0.039520263671875, + 0.0240020751953125, + -0.015594482421875, + 0.089599609375, + -0.03411865234375, + 0.013031005859375, + -0.01236724853515625, + -0.02752685546875, + 0.034271240234375, + -0.001583099365234375, + -0.028839111328125, + -0.019317626953125, + 0.00563812255859375, + 0.02972412109375, + -0.01280975341796875, + -0.019317626953125, + -0.00794219970703125, + -0.0173492431640625, + -0.018157958984375, + -0.0160369873046875, + 0.00959014892578125, + -0.011932373046875, + -0.046844482421875, + -0.00951385498046875, + -0.040985107421875, + -0.08258056640625, + -0.0276641845703125, + -0.0323486328125, + -0.0294189453125, + -0.0164642333984375, + 0.04595947265625, + 0.0213775634765625, + -0.021514892578125, + 0.0345458984375, + 0.0177154541015625, + -0.0204925537109375, + -0.04156494140625, + 0.03192138671875, + -0.01354217529296875, + 0.07904052734375, + 0.031768798828125, + -0.04595947265625, + 0.024444580078125, + 0.006771087646484375, + -0.00757598876953125, + -0.02606201171875, + 0.0162506103515625, + -0.044219970703125, + 0.00592803955078125, + -0.049468994140625, + -0.01456451416015625, + 0.022979736328125, + 0.006587982177734375, + -0.014129638671875, + -0.01544189453125, + 0.0250396728515625, + -0.032073974609375, + -0.04071044921875, + 0.0015459060668945312, + 0.0046844482421875, + -0.03192138671875, + -0.0122222900390625, + -0.00353240966796875, + -0.0092926025390625, + 0.0171966552734375, + 0.03558349609375, + -0.01763916015625, + 0.023284912109375, + 0.04302978515625, + -0.00243377685546875, + 0.00472259521484375, + 0.00849151611328125, + 0.02752685546875, + 0.0160980224609375, + 0.051544189453125, + -0.031768798828125, + 0.0101776123046875, + -0.008087158203125, + -0.049774169921875, + 0.00215911865234375, + -0.0228424072265625, + -0.034698486328125, + -0.0173492431640625, + 0.08782958984375, + 0.0270843505859375, + 0.0112762451171875, + 0.0285491943359375, + 0.054473876953125, + 0.04595947265625, + 0.02166748046875, + -0.0389404296875, + -0.0579833984375, + 0.0235748291015625, + 0.015228271484375, + -0.00012576580047607422, + -0.046844482421875, + 0.02532958984375, + 0.0755615234375, + 0.01800537109375, + -0.038360595703125, + -0.00611114501953125, + -0.014862060546875, + 0.0565185546875, + 0.036895751953125, + -0.0007410049438476562, + -0.055938720703125, + 0.023712158203125, + -0.00856781005859375, + 0.01464080810546875, + -0.018157958984375, + 0.005527496337890625, + -0.007099151611328125, + 0.04888916015625, + -0.06414794921875, + 0.00841522216796875, + 0.017059326171875, + 0.05621337890625, + -0.0199127197265625, + -0.05474853515625, + -0.02313232421875, + 0.0477294921875, + 0.0235748291015625, + -0.0374755859375, + -0.0112762451171875, + 0.01544189453125, + 0.0219573974609375, + -0.00040721893310546875, + 0.054473876953125, + 0.02459716796875, + 0.06500244140625, + 0.01507568359375, + -0.0103912353515625, + 0.049468994140625, + -0.00279998779296875, + 0.0404052734375, + 0.0033664703369140625, + -0.04595947265625, + -0.025177001953125, + -0.042755126953125, + 0.054473876953125, + 0.032073974609375, + 0.0199127197265625, + -0.003055572509765625, + 0.01383209228515625, + -0.01361846923828125, + 0.01068878173828125, + 0.043914794921875, + 0.02386474609375, + 0.015594482421875, + -0.00875091552734375, + 0.004192352294921875, + -0.01537322998046875, + 0.00035691261291503906, + -0.0038433074951171875, + 0.0308837890625, + -0.046844482421875, + -0.032196044921875, + -0.03863525390625, + 0.0160369873046875, + -0.0034770965576171875, + -0.033233642578125, + 0.0038433074951171875, + -0.01727294921875, + 0.03411865234375, + -0.0506591796875, + -0.0279693603515625, + 0.010467529296875, + 0.018157958984375, + -0.0168304443359375, + 0.0330810546875, + 0.006404876708984375, + 0.00775909423828125, + 0.007904052734375, + -0.0772705078125, + 0.0682373046875, + 0.0286865234375, + 0.047149658203125, + -0.003971099853515625, + 0.034271240234375, + 0.03411865234375, + -0.0197601318359375, + -0.0285491943359375, + 0.00545501708984375, + -0.0254669189453125, + 0.0728759765625, + 0.028106689453125, + 0.025177001953125, + -0.0743408203125, + 0.00252532958984375, + -0.00995635986328125, + -0.0711669921875, + -0.00435638427734375, + 0.032928466796875, + 0.00501251220703125, + 0.02166748046875, + -0.0228424072265625, + -0.006366729736328125, + -0.0462646484375, + 0.06939697265625, + 0.0285491943359375, + 0.006732940673828125, + 0.015594482421875, + -0.032196044921875, + 0.038360595703125, + 0.01171112060546875, + 0.063232421875, + -0.009735107421875, + 0.0535888671875, + -0.024444580078125, + 0.0077972412109375, + 0.005527496337890625, + 0.0204925537109375, + -0.02093505859375, + 0.0182952880859375, + -0.033660888671875, + 0.028106689453125, + 0.031463623046875, + 0.006183624267578125, + -0.0697021484375, + -0.0199127197265625, + 0.0133209228515625, + 0.011566162109375, + 0.04888916015625, + -0.05328369140625, + -0.0433349609375, + 0.007282257080078125, + 0.04010009765625, + 0.048309326171875, + 0.0050506591796875, + 0.03924560546875, + 0.005710601806640625, + -0.0168304443359375, + -0.0184478759765625, + -0.032196044921875 + ], + "metadata": { + "domains": [ + "collaboration-general" + ], + "phases": [ + "reporting" + ], + "tags": [ + "office", + "collaboration" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_ArcGIS", + "type": "tool", + "name": "ArcGIS", + "content": "arcgis esris kommerzielle gis-plattform transformiert forensische geodaten in aussagekräftige räumliche analysen für ermittlungen. besonders wertvoll für komplexe bewegungsprofile aus gps-logs, cell-tower-triangulation und fahrzeug-telematik. die arcmap-desktop-anwendung bietet erweiterte spatial-queries: buffer-analysen identifizieren verdächtige in tatort-nähe, hot-spot-detection findet kriminalitätsschwerpunkte, network-analyst berechnet optimale fluchtrouten. integration mit datenbanken ermöglicht korrelation von orten mit personen, fahrzeugen, kommunikation. die 3d-scene-funktionen rekonstruieren tatorte photorealistisch. crime-mapping- extensions speziell für strafverfolgung. der enterprise-fokus bedeutet hohe kosten (ab 7.000€) und schulungsaufwand, aber bewährte kompetenz für geo-intelligence. mapping visualization fraud-investigation network-forensics reporting", + "embedding": [ + -0.036041259765625, + 0.0237274169921875, + 0.04058837890625, + -0.01078033447265625, + 0.0096893310546875, + 0.0212860107421875, + 0.0219268798828125, + -0.0033969879150390625, + -0.01322174072265625, + -0.000014483928680419922, + -0.04473876953125, + 0.042205810546875, + 0.0008096694946289062, + -0.0163116455078125, + -0.049652099609375, + 0.048553466796875, + -0.005252838134765625, + 0.0180206298828125, + 0.00891876220703125, + -0.031707763671875, + -0.0131378173828125, + 0.0216522216796875, + -0.03515625, + 0.0192108154296875, + 0.01241302490234375, + 0.02264404296875, + -0.030975341796875, + -0.0244598388671875, + -0.017486572265625, + 0.010101318359375, + 0.01377105712890625, + -0.032257080078125, + -0.01422119140625, + 0.0557861328125, + -0.017669677734375, + -0.0269927978515625, + -0.00942230224609375, + -0.017120361328125, + -0.0216522216796875, + 0.0182037353515625, + -0.016387939453125, + -0.0180206298828125, + 0.01195526123046875, + -0.00942230224609375, + -0.02899169921875, + -0.0411376953125, + -0.00423431396484375, + -0.014495849609375, + -0.0035552978515625, + -0.019287109375, + 0.016754150390625, + 0.041290283203125, + 0.007610321044921875, + 0.00428009033203125, + -0.036224365234375, + 0.01666259765625, + -0.001064300537109375, + -0.016937255859375, + -0.0266265869140625, + 0.05072021484375, + -0.0180206298828125, + -0.00860595703125, + -0.01503753662109375, + 0.01096343994140625, + -0.006793975830078125, + 0.0277252197265625, + -0.02337646484375, + -0.006885528564453125, + 0.003826141357421875, + 0.0178375244140625, + 0.004550933837890625, + 0.00011461973190307617, + -0.0129547119140625, + 0.022918701171875, + -0.006610870361328125, + -0.0218353271484375, + 0.0115966796875, + 0.014129638671875, + -0.0031032562255859375, + -0.0277252197265625, + -0.055084228515625, + 0.0162200927734375, + 0.047454833984375, + -0.0404052734375, + -0.0086517333984375, + 0.0131378173828125, + 0.031158447265625, + 0.0085601806640625, + 0.002071380615234375, + -0.0056610107421875, + 0.0131378173828125, + 0.0020160675048828125, + 0.0467529296875, + -0.03369140625, + 0.0214691162109375, + 0.07501220703125, + -0.0129547119140625, + -0.01377105712890625, + -0.0005097389221191406, + 0.0277252197265625, + -0.006069183349609375, + -0.0302581787109375, + 0.041656494140625, + -0.00348663330078125, + 0.054351806640625, + -0.042205810546875, + 0.023193359375, + 0.00005447864532470703, + 0.007610321044921875, + -0.0242767333984375, + -0.07647705078125, + -0.044189453125, + -0.00923919677734375, + -0.06378173828125, + 0.0183868408203125, + 0.0212860107421875, + -0.0228271484375, + 0.045654296875, + -0.071044921875, + -0.0129547119140625, + 0.037872314453125, + 0.03277587890625, + 0.00634002685546875, + 0.00647735595703125, + -0.042572021484375, + -0.054351806640625, + 0.02825927734375, + 0.005458831787109375, + -0.053985595703125, + 0.0014324188232421875, + -0.036956787109375, + -0.042572021484375, + -0.008697509765625, + -0.014312744140625, + 0.019927978515625, + 0.0014095306396484375, + 0.03515625, + -0.01232147216796875, + -0.0182952880859375, + 0.0291748046875, + 0.01186370849609375, + -0.0203857421875, + -0.04638671875, + -0.0026607513427734375, + -0.053985595703125, + -0.01322174072265625, + -0.005931854248046875, + 0.05181884765625, + -0.011322021484375, + -0.0021514892578125, + -0.00792694091796875, + -0.0070648193359375, + 0.048187255859375, + 0.016754150390625, + 0.0012454986572265625, + -0.05218505859375, + -0.0034656524658203125, + -0.0022411346435546875, + 0.04998779296875, + -0.0016527175903320312, + -0.01340484619140625, + 0.0300750732421875, + 0.022552490234375, + 0.0235443115234375, + -0.0211029052734375, + -0.0579833984375, + -0.036956787109375, + 0.0273590087890625, + 0.01096343994140625, + -0.00482177734375, + 0.02001953125, + -0.0340576171875, + 0.058685302734375, + 0.0703125, + -0.0010585784912109375, + 0.0404052734375, + 0.0083770751953125, + -0.031158447265625, + 0.0248260498046875, + 0.01045989990234375, + -0.0214691162109375, + -0.0069732666015625, + 0.0188446044921875, + -0.013946533203125, + 0.0246429443359375, + 0.00554656982421875, + -0.0218353271484375, + -0.007335662841796875, + -0.0131378173828125, + 0.031341552734375, + -0.043853759765625, + -0.0297088623046875, + -0.00441741943359375, + 0.03424072265625, + 0.0153961181640625, + 0.07861328125, + -0.01241302490234375, + -0.005344390869140625, + 0.01522064208984375, + -0.0031032562255859375, + -0.01073455810546875, + 0.049285888671875, + 0.007335662841796875, + 0.01512908935546875, + 0.01213836669921875, + 0.0214691162109375, + 0.01322174072265625, + 0.03460693359375, + 0.0215606689453125, + -0.02337646484375, + -0.00652313232421875, + 0.04638671875, + -0.0207366943359375, + -0.0203857421875, + -0.034423828125, + -0.0467529296875, + -0.0153045654296875, + -0.00896453857421875, + -0.0015058517456054688, + 0.003509521484375, + -0.0207366943359375, + -0.054718017578125, + -0.020294189453125, + 0.017303466796875, + -0.0266265869140625, + 0.0190277099609375, + 0.0284423828125, + -0.0295257568359375, + -0.0112762451171875, + -0.01358795166015625, + 0.032440185546875, + 0.023193359375, + -0.0240936279296875, + -0.00031280517578125, + 0.003917694091796875, + -0.025543212890625, + 0.0246429443359375, + 0.00806427001953125, + 0.042205810546875, + 0.0011777877807617188, + -0.03369140625, + 0.022186279296875, + -0.0240936279296875, + 0.0269927978515625, + 0.037872314453125, + -0.0128631591796875, + -0.0048675537109375, + -0.00910186767578125, + 0.01195526123046875, + 0.0411376953125, + -0.055450439453125, + -0.00765228271484375, + -0.07501220703125, + 0.0211944580078125, + -0.0411376953125, + -0.037322998046875, + -0.031341552734375, + -0.007472991943359375, + 0.042205810546875, + -0.04022216796875, + -0.038421630859375, + -0.00428009033203125, + 0.0244598388671875, + 0.014495849609375, + 0.0340576171875, + 0.03277587890625, + -0.034423828125, + -0.0128631591796875, + 0.0662841796875, + 0.0184783935546875, + 0.002796173095703125, + -0.004032135009765625, + 0.049652099609375, + -0.006656646728515625, + 0.04022216796875, + -0.03985595703125, + 0.02337646484375, + 0.0244598388671875, + 0.024993896484375, + 0.005977630615234375, + -0.0153045654296875, + 0.035858154296875, + 0.0027179718017578125, + 0.031341552734375, + -0.044921875, + -0.034423828125, + -0.0030574798583984375, + 0.0400390625, + -0.0189361572265625, + -0.07244873046875, + -0.004665374755859375, + 0.06414794921875, + 0.005275726318359375, + 0.004573822021484375, + 0.01213836669921875, + -0.025909423828125, + 0.02880859375, + 0.003215789794921875, + -0.00004088878631591797, + 0.03277587890625, + 0.0389404296875, + -0.042388916015625, + -0.0051422119140625, + 0.0185699462890625, + 0.022552490234375, + -0.055084228515625, + -0.0298919677734375, + -0.01467132568359375, + 0.00022363662719726562, + -0.0706787109375, + -0.0015735626220703125, + 0.0191192626953125, + -0.025909423828125, + 0.00559234619140625, + -0.04095458984375, + 0.0298919677734375, + -0.025177001953125, + -0.05108642578125, + 0.00769805908203125, + -0.05035400390625, + -0.047821044921875, + -0.0277252197265625, + 0.0452880859375, + 0.008514404296875, + 0.0182952880859375, + -0.01104736328125, + -0.0190277099609375, + -0.0154876708984375, + -0.01522064208984375, + -0.0266265869140625, + 0.022369384765625, + -0.00942230224609375, + 0.025909423828125, + 0.0239105224609375, + 0.0347900390625, + -0.0019474029541015625, + 0.059051513671875, + 0.048187255859375, + -0.017303466796875, + 0.0026721954345703125, + 0.0189361572265625, + 0.0240936279296875, + 0.0264434814453125, + -0.0182952880859375, + -0.0269927978515625, + -0.01377105712890625, + -0.043853759765625, + 0.005615234375, + 0.0246429443359375, + 0.0013704299926757812, + 0.016754150390625, + -0.035858154296875, + -0.0187530517578125, + 0.0692138671875, + -0.009918212890625, + 0.1021728515625, + -0.022186279296875, + -0.043853759765625, + 0.0071563720703125, + 0.01032257080078125, + -0.01386260986328125, + -0.03314208984375, + 0.042205810546875, + -0.0128631591796875, + -0.00652313232421875, + 0.0083770751953125, + -0.020111083984375, + 0.041290283203125, + -0.0248260498046875, + -0.0209197998046875, + 0.0110931396484375, + -0.0179290771484375, + 0.002468109130859375, + 0.048187255859375, + 0.043304443359375, + -0.01186370849609375, + 0.005252838134765625, + -0.060882568359375, + -0.019378662109375, + -0.04998779296875, + -0.044921875, + 0.0340576171875, + 0.0291748046875, + 0.0129547119140625, + 0.026092529296875, + -0.0655517578125, + -0.09637451171875, + 0.025543212890625, + -0.011688232421875, + 0.0670166015625, + 0.059783935546875, + -0.00946807861328125, + 0.0467529296875, + -0.038238525390625, + 0.00656890869140625, + 0.0302581787109375, + 0.00806427001953125, + 0.030609130859375, + 0.05255126953125, + 0.031158447265625, + -0.0035552978515625, + -0.020111083984375, + 0.0347900390625, + 0.01386260986328125, + 0.0182037353515625, + -0.019744873046875, + 0.03350830078125, + 0.032440185546875, + 0.01485443115234375, + -0.00769805908203125, + 0.036407470703125, + 0.02001953125, + -0.047088623046875, + -0.0220947265625, + -0.031707763671875, + 0.0208282470703125, + -0.0452880859375, + -0.0015287399291992188, + -0.01386260986328125, + 0.005523681640625, + 0.017303466796875, + 0.008880615234375, + -0.05181884765625, + 0.0157623291015625, + 0.0298919677734375, + -0.06304931640625, + 0.032073974609375, + 0.0211944580078125, + -0.03497314453125, + 0.019378662109375, + -0.0213775634765625, + -0.05108642578125, + 0.0467529296875, + -0.030792236328125, + -0.02227783203125, + 0.019744873046875, + 0.0027618408203125, + -0.038421630859375, + -0.042022705078125, + -0.0219268798828125, + -0.0018568038940429688, + 0.00140380859375, + 0.0111846923828125, + 0.0460205078125, + 0.00414276123046875, + -0.0191192626953125, + 0.01055145263671875, + 0.04510498046875, + 0.0021514892578125, + -0.03985595703125, + 0.037322998046875, + -0.0248260498046875, + -0.0295257568359375, + 0.01045989990234375, + 0.0237274169921875, + 0.0266265869140625, + -0.036224365234375, + -0.002536773681640625, + -0.0115966796875, + 0.023193359375, + 0.0129547119140625, + 0.01386260986328125, + -0.0239105224609375, + -0.05181884765625, + -0.036773681640625, + 0.0269927978515625, + 0.007427215576171875, + 0.03460693359375, + -0.0057525634765625, + -0.07318115234375, + 0.032073974609375, + -0.05255126953125, + -0.0184783935546875, + -0.00811004638671875, + 0.02337646484375, + -0.02880859375, + 0.060150146484375, + 0.01241302490234375, + -0.0266265869140625, + -0.0125885009765625, + 0.06378173828125, + 0.0004925727844238281, + 0.00647735595703125, + -0.06488037109375, + 0.048187255859375, + -0.002445220947265625, + -0.049285888671875, + -0.003940582275390625, + -0.02056884765625, + -0.006839752197265625, + 0.0355224609375, + -0.048553466796875, + 0.006702423095703125, + 0.006114959716796875, + -0.080810546875, + -0.01666259765625, + -0.044189453125, + -0.0333251953125, + -0.0297088623046875, + 0.0239105224609375, + 0.03515625, + -0.0069732666015625, + 0.03912353515625, + 0.0239105224609375, + 0.0209197998046875, + 0.0275421142578125, + 0.0211944580078125, + -0.0083770751953125, + 0.0300750732421875, + -0.05108642578125, + -0.014404296875, + -0.02337646484375, + 0.0411376953125, + -0.043121337890625, + 0.003192901611328125, + 0.0163116455078125, + -0.0192108154296875, + 0.0237274169921875, + -0.01204681396484375, + -0.01096343994140625, + -0.022918701171875, + -0.0214691162109375, + -0.0271759033203125, + -0.04058837890625, + -0.00418853759765625, + 0.034423828125, + -0.01123046875, + 0.0153045654296875, + 0.0445556640625, + -0.07171630859375, + -0.00022649765014648438, + 0.019744873046875, + -0.014129638671875, + 0.0164794921875, + 0.002422332763671875, + -0.0081939697265625, + -0.0400390625, + 0.0277252197265625, + -0.0340576171875, + -0.02056884765625, + -0.077880859375, + 0.03277587890625, + -0.00801849365234375, + -0.0183868408203125, + -0.02301025390625, + -0.036041259765625, + -0.054718017578125, + -0.0273590087890625, + 0.0297088623046875, + 0.00769805908203125, + 0.02337646484375, + -0.042572021484375, + -0.00788116455078125, + 0.0009226799011230469, + -0.01064300537109375, + 0.03875732421875, + -0.0181121826171875, + 0.0186614990234375, + 0.00891876220703125, + -0.04998779296875, + 0.022918701171875, + 0.009735107421875, + 0.0179290771484375, + 0.0130462646484375, + 0.019561767578125, + -0.031890869140625, + -0.00019252300262451172, + -0.037139892578125, + -0.0030574798583984375, + -0.00783538818359375, + -0.023193359375, + 0.0188446044921875, + -0.03497314453125, + -0.01386260986328125, + 0.01100921630859375, + 0.0034656524658203125, + 0.0220184326171875, + 0.0008945465087890625, + -0.0014944076538085938, + 0.01702880859375, + 0.00044155120849609375, + 0.047821044921875, + -0.0264434814453125, + -0.06451416015625, + 0.0004131793975830078, + -0.017669677734375, + 0.05145263671875, + 0.0565185546875, + -0.0220947265625, + -0.003871917724609375, + 0.0099639892578125, + 0.0304412841796875, + 0.00034117698669433594, + -0.024993896484375, + -0.01494598388671875, + 0.0114593505859375, + 0.02301025390625, + 0.06591796875, + 0.0013132095336914062, + 0.09637451171875, + 0.01232147216796875, + 0.01222991943359375, + 0.041473388671875, + 0.059417724609375, + 0.05108642578125, + -0.01947021484375, + -0.05035400390625, + 0.0235443115234375, + -0.00360107421875, + -0.037322998046875, + -0.025726318359375, + 0.006069183349609375, + 0.058685302734375, + -0.07647705078125, + -0.020111083984375, + -0.0246429443359375, + 0.0035552978515625, + 0.01983642578125, + 0.019287109375, + -0.019561767578125, + 0.0271759033203125, + 0.0018682479858398438, + -0.036407470703125, + -0.00765228271484375, + -0.014404296875, + 0.00901031494140625, + 0.05072021484375, + 0.0355224609375, + -0.00788116455078125, + 0.0295257568359375, + 0.0014829635620117188, + 0.0182037353515625, + 0.002887725830078125, + 0.0244598388671875, + 0.01123046875, + 0.01213836669921875, + 0.0297088623046875, + 0.0576171875, + 0.00919342041015625, + -0.04095458984375, + 0.02056884765625, + 0.0189361572265625, + 0.053985595703125, + 0.06341552734375, + -0.031158447265625, + 0.0011548995971679688, + 0.022552490234375, + -0.0295257568359375, + -0.0033740997314453125, + 0.003124237060546875, + 0.0214691162109375, + -0.042755126953125, + -0.038238525390625, + 0.02789306640625, + -0.041839599609375, + 0.0300750732421875, + -0.00021660327911376953, + -0.017669677734375, + -0.0031032562255859375, + 0.0269927978515625, + -0.0185699462890625, + -0.05035400390625, + 0.030609130859375, + 0.0011262893676757812, + -0.024993896484375, + -0.028076171875, + -0.052886962890625, + 0.04095458984375, + -0.01331329345703125, + -0.059051513671875, + -0.006656646728515625, + 0.031341552734375, + -0.00212860107421875, + -0.03460693359375, + 0.00493621826171875, + 0.030792236328125, + -0.0034198760986328125, + -0.0273590087890625, + -0.0699462890625, + -0.020111083984375, + 0.0182037353515625, + -0.0271759033203125, + 0.0124969482421875, + -0.0026721954345703125, + -0.055084228515625, + -0.00701904296875, + -0.0010814666748046875, + -0.0127716064453125, + 0.019287109375, + -0.05035400390625, + 0.0214691162109375, + 0.0235443115234375, + 0.020111083984375, + 0.03387451171875, + 0.048919677734375, + 0.0010585784912109375, + -0.0190277099609375, + -0.036773681640625, + -0.04547119140625, + 0.00579833984375, + -0.01036834716796875, + 0.002445220947265625, + -0.0703125, + 0.0026493072509765625, + 0.04583740234375, + -0.07861328125, + -0.0030117034912109375, + 0.0086517333984375, + -0.0239105224609375, + -0.03350830078125, + 0.005615234375, + -0.014404296875, + 0.01091766357421875, + 0.08514404296875, + -0.020111083984375, + -0.0037136077880859375, + 0.01422119140625, + -0.0333251953125, + 0.053985595703125, + 0.0244598388671875, + 0.025726318359375, + -0.04998779296875, + 0.0242767333984375, + 0.0161285400390625, + -0.03460693359375, + -0.0030345916748046875, + -0.047454833984375, + -0.026092529296875, + 0.044189453125, + 0.011322021484375, + 0.00937652587890625, + 0.01422119140625, + -0.048187255859375, + -0.01503753662109375, + -0.04473876953125, + 0.014495849609375, + 0.01512908935546875, + 0.0207366943359375, + -0.0400390625, + -0.02899169921875, + 0.003509521484375, + -0.0557861328125, + -0.0224609375, + -0.03350830078125, + 0.00901031494140625, + 0.0011892318725585938, + -0.048553466796875, + -0.0006623268127441406, + 0.003963470458984375, + 0.0277252197265625, + 0.003849029541015625, + 0.07354736328125, + -0.04998779296875, + -0.0295257568359375, + 0.006023406982421875, + -0.003147125244140625, + 0.01045989990234375, + 0.00891876220703125, + -0.0087432861328125, + 0.009735107421875, + 0.0012454986572265625, + -0.0295257568359375, + 0.039306640625, + 0.048553466796875, + -0.0128631591796875, + -0.038055419921875, + 0.0154876708984375, + -0.05145263671875, + 0.02789306640625, + -0.004032135009765625, + 0.05145263671875, + -0.014312744140625, + -0.01458740234375, + -0.09930419921875, + 0.02880859375, + -0.0153961181640625, + 0.043670654296875, + 0.05218505859375, + -0.0128631591796875, + -0.0572509765625, + -0.030975341796875, + -0.00860595703125, + 0.030792236328125, + -0.0284423828125, + 0.0130462646484375, + -0.006114959716796875, + 0.0011205673217773438, + -0.0099639892578125, + -0.0029430389404296875, + 0.0016307830810546875, + 0.03948974609375, + 0.00292205810546875, + -0.043853759765625, + 0.032440185546875, + -0.03350830078125, + 0.0291748046875, + 0.01213836669921875, + 0.00815582275390625, + -0.0007700920104980469, + -0.0115966796875, + -0.0293426513671875, + -0.005931854248046875, + 0.055084228515625, + 0.06195068359375, + -0.0140380859375, + 0.00860595703125, + -0.0160369873046875, + 0.0246429443359375, + -0.01458740234375, + -0.031707763671875, + 0.0128631591796875, + 0.01666259765625, + -0.041290283203125, + -0.0291748046875, + -0.07171630859375, + -0.09637451171875, + 0.0023441314697265625, + -0.06304931640625, + -0.00923919677734375, + -0.0180206298828125, + 0.0293426513671875, + 0.025909423828125, + -0.047821044921875, + 0.0269927978515625, + 0.00292205810546875, + -0.014495849609375, + -0.025360107421875, + 0.022369384765625, + -0.00901031494140625, + 0.03497314453125, + 0.0030117034912109375, + -0.041473388671875, + 0.0271759033203125, + -0.03424072265625, + 0.007518768310546875, + 0.0006113052368164062, + 0.01177215576171875, + -0.037322998046875, + 0.0333251953125, + -0.060150146484375, + -0.0400390625, + 0.0293426513671875, + 0.00783538818359375, + 0.0082855224609375, + -0.037689208984375, + 0.020111083984375, + -0.001811981201171875, + -0.043304443359375, + 0.0557861328125, + 0.00783538818359375, + -0.019378662109375, + 0.0179290771484375, + -0.0005888938903808594, + 0.022186279296875, + 0.007518768310546875, + 0.0264434814453125, + 0.04998779296875, + 0.0130462646484375, + -0.003170013427734375, + 0.006839752197265625, + 0.019744873046875, + -0.0184783935546875, + 0.016387939453125, + 0.028076171875, + 0.0024013519287109375, + 0.004119873046875, + 0.0126800537109375, + 0.0127716064453125, + -0.08624267578125, + -0.0051422119140625, + -0.0264434814453125, + -0.07391357421875, + -0.0157623291015625, + 0.06414794921875, + 0.05218505859375, + -0.01522064208984375, + 0.025543212890625, + 0.044921875, + 0.0209197998046875, + 0.010284423828125, + -0.019287109375, + -0.05181884765625, + -0.031707763671875, + 0.03533935546875, + 0.05218505859375, + -0.049285888671875, + 0.042938232421875, + 0.053619384765625, + -0.0019025802612304688, + -0.0216522216796875, + -0.003963470458984375, + 0.01458740234375, + 0.031524658203125, + 0.0304412841796875, + 0.00765228271484375, + -0.066650390625, + 0.0041656494140625, + 0.014312744140625, + -0.0019245147705078125, + 0.0006852149963378906, + -0.0027179718017578125, + -0.05035400390625, + 0.0673828125, + -0.049285888671875, + -0.0182037353515625, + -0.004619598388671875, + 0.058349609375, + 0.041656494140625, + -0.036956787109375, + -0.0088348388671875, + 0.03857421875, + 0.01123046875, + -0.0264434814453125, + -0.01204681396484375, + 0.01512908935546875, + 0.0070648193359375, + 0.0196533203125, + 0.041473388671875, + 0.0055694580078125, + 0.035675048828125, + 0.0291748046875, + -0.055450439453125, + 0.0217437744140625, + -0.00801849365234375, + 0.0026264190673828125, + -0.00647735595703125, + -0.05035400390625, + -0.0085601806640625, + -0.031158447265625, + 0.0244598388671875, + 0.01123046875, + 0.034423828125, + 0.05035400390625, + 0.0023326873779296875, + 0.00778961181640625, + 0.00942230224609375, + -0.01485443115234375, + 0.03948974609375, + 0.022186279296875, + 0.0096893310546875, + 0.0037364959716796875, + 0.037322998046875, + -0.00127410888671875, + -0.0452880859375, + 0.0302581787109375, + -0.020294189453125, + 0.0024013519287109375, + -0.0246429443359375, + 0.0015516281127929688, + 0.01503753662109375, + -0.0242767333984375, + -0.00414276123046875, + -0.0333251953125, + 0.00498199462890625, + -0.005161285400390625, + -0.0295257568359375, + -0.0209197998046875, + 0.01322174072265625, + -0.049285888671875, + 0.00901031494140625, + 0.041473388671875, + -0.0297088623046875, + 0.0022869110107421875, + -0.052886962890625, + 0.1014404296875, + 0.0467529296875, + 0.025543212890625, + 0.0029659271240234375, + 0.01349639892578125, + 0.037322998046875, + 0.00222015380859375, + -0.00554656982421875, + 0.02020263671875, + -0.023101806640625, + 0.032073974609375, + 0.0670166015625, + 0.0019931793212890625, + -0.02825927734375, + 0.037322998046875, + 0.00634002685546875, + -0.05255126953125, + 0.04583740234375, + 0.01322174072265625, + 0.02227783203125, + -0.01322174072265625, + -0.004642486572265625, + -0.0034198760986328125, + -0.053619384765625, + 0.0576171875, + 0.042938232421875, + -0.0217437744140625, + 0.03985595703125, + -0.045654296875, + 0.0244598388671875, + 0.0112762451171875, + 0.0460205078125, + -0.04547119140625, + 0.0445556640625, + -0.019927978515625, + 0.0034198760986328125, + -0.017120361328125, + 0.0156707763671875, + -0.0188446044921875, + 0.048187255859375, + -0.037506103515625, + 0.053253173828125, + 0.0220184326171875, + -0.01073455810546875, + -0.043304443359375, + -0.004642486572265625, + 0.0218353271484375, + 0.0264434814453125, + 0.048187255859375, + -0.03948974609375, + -0.042388916015625, + 0.00007396936416625977, + 0.0347900390625, + 0.07427978515625, + -0.043121337890625, + 0.03387451171875, + 0.0158538818359375, + 0.0023899078369140625, + 0.006023406982421875, + -0.016387939453125 + ], + "metadata": { + "domains": [ + "fraud-investigation", + "network-forensics" + ], + "phases": [ + "reporting" + ], + "tags": [ + "mapping", + "visualization" + ], + "skillLevel": "intermediate", + "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. command-line 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.005252838134765625, + 0.02484130859375, + 0.045166015625, + -0.0188446044921875, + 0.0357666015625, + 0.0291748046875, + 0.0109405517578125, + -0.00659942626953125, + -0.01129150390625, + -0.006298065185546875, + -0.0183258056640625, + 0.06463623046875, + 0.0042572021484375, + -0.0277862548828125, + -0.06982421875, + 0.040130615234375, + -0.00231170654296875, + 0.02239990234375, + 0.01003265380859375, + -0.01458740234375, + -0.02691650390625, + -0.00855255126953125, + -0.050384521484375, + -0.005451202392578125, + 0.0027141571044921875, + 0.013458251953125, + -0.02093505859375, + -0.040802001953125, + -0.029693603515625, + 0.0079498291015625, + -0.00101470947265625, + -0.03717041015625, + 0.0159759521484375, + 0.051422119140625, + 0.034210205078125, + -0.0184173583984375, + 0.0010690689086914062, + -0.019195556640625, + -0.02239990234375, + 0.03143310546875, + -0.019012451171875, + 0.00482177734375, + 0.007381439208984375, + 0.0067291259765625, + -0.00634002685546875, + -0.0328369140625, + -0.00141143798828125, + -0.0016069412231445312, + 0.046905517578125, + -0.0394287109375, + 0.0257110595703125, + 0.038909912109375, + 0.0016393661499023438, + 0.00746917724609375, + -0.0184173583984375, + 0.037353515625, + 0.00336456298828125, + -0.0255279541015625, + -0.02239990234375, + 0.0538330078125, + -0.042724609375, + 0.0016717910766601562, + 0.0055999755859375, + -0.01450347900390625, + -0.0166778564453125, + 0.0394287109375, + -0.00026726722717285156, + -0.0382080078125, + -0.00608062744140625, + 0.0084686279296875, + -0.01424407958984375, + -0.0283050537109375, + -0.040130615234375, + 0.0227508544921875, + -0.042724609375, + -0.03857421875, + -0.00521087646484375, + -0.00677490234375, + 0.0026264190673828125, + -0.01224517822265625, + -0.043243408203125, + -0.008514404296875, + 0.0164947509765625, + -0.0244903564453125, + -0.0160675048828125, + 0.0135498046875, + 0.01511383056640625, + 0.022064208984375, + -0.0155487060546875, + -0.00189971923828125, + 0.0229339599609375, + -0.01337432861328125, + -0.00746917724609375, + 0.0029964447021484375, + 0.0250091552734375, + 0.052093505859375, + 0.005992889404296875, + -0.0277862548828125, + 0.0012807846069335938, + 0.03472900390625, + 0.024139404296875, + -0.0229339599609375, + 0.0406494140625, + -0.0176239013671875, + 0.0635986328125, + -0.0222320556640625, + 0.00968170166015625, + -0.01806640625, + -0.0225830078125, + -0.0104217529296875, + -0.089599609375, + -0.01528167724609375, + -0.0257110595703125, + -0.08270263671875, + 0.007686614990234375, + 0.00238800048828125, + -0.0031909942626953125, + 0.0328369140625, + -0.04150390625, + -0.0037555694580078125, + 0.0200653076171875, + 0.0307464599609375, + -0.0019102096557617188, + 0.02813720703125, + -0.041168212890625, + -0.050384521484375, + 0.00742340087890625, + 0.0148468017578125, + -0.05072021484375, + -0.043243408203125, + -0.0279693603515625, + -0.041168212890625, + -0.032470703125, + -0.0295257568359375, + 0.002410888671875, + -0.000385284423828125, + 0.0305633544921875, + -0.020233154296875, + -0.0183258056640625, + -0.0019969940185546875, + 0.03387451171875, + -0.032318115234375, + -0.05279541015625, + -0.003887176513671875, + -0.029876708984375, + -0.024658203125, + -0.0418701171875, + 0.044464111328125, + -0.0291748046875, + -0.028656005859375, + 0.01146697998046875, + 0.03802490234375, + 0.0496826171875, + 0.022064208984375, + 0.0020732879638671875, + -0.03631591796875, + -0.0262298583984375, + -0.0106353759765625, + 0.018157958984375, + -0.0234527587890625, + -0.0234527587890625, + -0.0107269287109375, + -0.0178070068359375, + 0.01702880859375, + -0.037689208984375, + -0.028839111328125, + -0.01910400390625, + 0.010467529296875, + 0.01511383056640625, + -0.00742340087890625, + 0.01511383056640625, + 0.00772857666015625, + 0.0538330078125, + 0.052093505859375, + 0.0227508544921875, + -0.00916290283203125, + -0.006687164306640625, + -0.00859832763671875, + 0.026397705078125, + 0.04290771484375, + -0.02362060546875, + -0.006427764892578125, + 0.054901123046875, + 0.010467529296875, + 0.006511688232421875, + 0.0216217041015625, + -0.01111602783203125, + 0.00505828857421875, + -0.05419921875, + 0.0232696533203125, + -0.040802001953125, + -0.006816864013671875, + -0.024322509765625, + 0.046539306640625, + 0.003887176513671875, + 0.056976318359375, + 0.035430908203125, + -0.01641845703125, + 0.0194549560546875, + 0.01259613037109375, + -0.007122039794921875, + 0.037689208984375, + -0.02813720703125, + 0.051422119140625, + 0.003387451171875, + 0.007904052734375, + -0.0187530517578125, + 0.026580810546875, + 0.043426513671875, + -0.0303955078125, + 0.006252288818359375, + 0.047576904296875, + -0.005863189697265625, + -0.044464111328125, + -0.0369873046875, + -0.043426513671875, + 0.03924560546875, + -0.0143280029296875, + -0.01172637939453125, + 0.00464630126953125, + 0.003040313720703125, + -0.04864501953125, + 0.01311492919921875, + -0.003734588623046875, + -0.0166778564453125, + 0.0357666015625, + -0.0037994384765625, + -0.04168701171875, + -0.045867919921875, + 0.040130615234375, + 0.00933837890625, + 0.02032470703125, + -0.0050811767578125, + 0.0215301513671875, + -0.0295257568359375, + -0.008941650390625, + 0.02032470703125, + 0.0291748046875, + 0.0159759521484375, + 0.004364013671875, + -0.0255279541015625, + 0.026397705078125, + -0.01450347900390625, + 0.025360107421875, + 0.039764404296875, + -0.0295257568359375, + -0.007598876953125, + -0.00125885009765625, + 0.0164947509765625, + 0.043609619140625, + -0.035614013671875, + -0.0083770751953125, + -0.073974609375, + -0.0154571533203125, + -0.03802490234375, + -0.0009937286376953125, + -0.00677490234375, + -0.045166015625, + 0.060089111328125, + -0.046539306640625, + -0.043609619140625, + 0.005035400390625, + 0.0221405029296875, + 0.002094268798828125, + 0.054534912109375, + -0.00482177734375, + -0.05767822265625, + 0.01003265380859375, + 0.043243408203125, + -0.01519775390625, + -0.0159759521484375, + -0.0120697021484375, + 0.0148468017578125, + -0.0014543533325195312, + 0.02197265625, + -0.044464111328125, + -0.0028667449951171875, + 0.0222320556640625, + 0.03143310546875, + 0.037506103515625, + -0.01537322998046875, + 0.01029205322265625, + 0.006862640380859375, + 0.0251922607421875, + -0.039947509765625, + 0.01081085205078125, + -0.034576416015625, + 0.023101806640625, + -0.03839111328125, + -0.068115234375, + -0.005252838134765625, + 0.054901123046875, + -0.01076507568359375, + 0.0009717941284179688, + 0.00864410400390625, + -0.058013916015625, + 0.004604339599609375, + 0.01033782958984375, + 0.012420654296875, + 0.01580810546875, + 0.04254150390625, + -0.00872802734375, + 0.019195556640625, + -0.00720977783203125, + 0.00295257568359375, + -0.032989501953125, + -0.050018310546875, + -0.027099609375, + -0.0067291259765625, + -0.032470703125, + -0.042205810546875, + 0.020751953125, + -0.042724609375, + 0.0272674560546875, + -0.0120697021484375, + -0.0204925537109375, + -0.00720977783203125, + -0.037506103515625, + 0.0160675048828125, + -0.050384521484375, + -0.042022705078125, + -0.0307464599609375, + 0.042022705078125, + 0.0155487060546875, + 0.002094268798828125, + -0.01250457763671875, + -0.0199737548828125, + -0.0340576171875, + 0.004451751708984375, + -0.01806640625, + 0.0227508544921875, + -0.0300445556640625, + 0.0670166015625, + 0.018157958984375, + 0.056610107421875, + -0.0045166015625, + 0.06427001953125, + 0.0171051025390625, + -0.01137542724609375, + -0.013458251953125, + -0.021270751953125, + 0.0284881591796875, + 0.0131988525390625, + -0.03594970703125, + -0.0279693603515625, + -0.006687164306640625, + -0.0262298583984375, + 0.0120697021484375, + 0.0123291015625, + 0.0232696533203125, + 0.030914306640625, + -0.054901123046875, + 0.0250091552734375, + 0.040283203125, + 0.0034732818603515625, + 0.1063232421875, + -0.03631591796875, + -0.04290771484375, + 0.041168212890625, + 0.034576416015625, + -0.01250457763671875, + 0.0218048095703125, + 0.0382080078125, + -0.01198577880859375, + 0.006122589111328125, + 0.00859832763671875, + 0.00449371337890625, + 0.040985107421875, + -0.004039764404296875, + -0.004016876220703125, + 0.016845703125, + 0.00603485107421875, + 0.01029205322265625, + 0.056610107421875, + 0.047576904296875, + -0.0003826618194580078, + 0.045166015625, + -0.027618408203125, + -0.035430908203125, + -0.023101806640625, + -0.06463623046875, + 0.0115509033203125, + 0.04620361328125, + 0.02362060546875, + 0.03594970703125, + -0.0195465087890625, + -0.0628662109375, + 0.006298065185546875, + -0.0272674560546875, + 0.0718994140625, + 0.045166015625, + 0.018585205078125, + 0.00881195068359375, + -0.0008955001831054688, + -0.0210113525390625, + 0.032318115234375, + -0.0050811767578125, + 0.01806640625, + 0.027099609375, + 0.050384521484375, + 0.007076263427734375, + -0.03472900390625, + 0.024658203125, + 0.046905517578125, + 0.0260467529296875, + -0.006252288818359375, + 0.004016876220703125, + 0.0177154541015625, + 0.019805908203125, + -0.0126800537109375, + 0.05419921875, + 0.0291748046875, + -0.02032470703125, + 0.00855255126953125, + -0.017974853515625, + 0.01580810546875, + -0.043426513671875, + 0.0132904052734375, + -0.01302337646484375, + -0.02032470703125, + 0.0064697265625, + 0.007904052734375, + -0.068115234375, + -0.0008578300476074219, + 0.0418701171875, + -0.065673828125, + 0.034393310546875, + 0.00608062744140625, + -0.0171051025390625, + 0.0204925537109375, + -0.01971435546875, + -0.04290771484375, + 0.01971435546875, + 0.00677490234375, + -0.0538330078125, + 0.014068603515625, + 0.0229339599609375, + -0.045867919921875, + -0.047576904296875, + -0.035614013671875, + -0.00803375244140625, + -0.01302337646484375, + -0.015716552734375, + 0.0303955078125, + -0.0251922607421875, + -0.019012451171875, + 0.0279693603515625, + 0.040130615234375, + -0.0131988525390625, + -0.036468505859375, + 0.071533203125, + -0.04150390625, + -0.06494140625, + 0.0496826171875, + 0.0055999755859375, + 0.03509521484375, + -0.026397705078125, + -0.0135498046875, + -0.005992889404296875, + 0.00397491455078125, + 0.01537322998046875, + 0.0272674560546875, + -0.05767822265625, + -0.05279541015625, + -0.044464111328125, + 0.045867919921875, + 0.0218048095703125, + 0.039093017578125, + -0.02484130859375, + -0.059051513671875, + 0.02935791015625, + -0.0635986328125, + -0.03631591796875, + -0.00690460205078125, + 0.0032787322998046875, + -0.0160675048828125, + 0.06671142578125, + -0.032989501953125, + 0.0121612548828125, + 0.003017425537109375, + 0.048980712890625, + 0.01146697998046875, + -0.02813720703125, + -0.03350830078125, + 0.030914306640625, + 0.03179931640625, + -0.055572509765625, + -0.01276397705078125, + -0.0047760009765625, + 0.009552001953125, + 0.045166015625, + -0.061492919921875, + -0.0009551048278808594, + 0.006557464599609375, + -0.061126708984375, + -0.024139404296875, + -0.0154571533203125, + 0.004016876220703125, + -0.022064208984375, + 0.0205841064453125, + 0.0277862548828125, + -0.0014543533325195312, + 0.0004341602325439453, + 0.024322509765625, + 0.00664520263671875, + 0.0109405517578125, + -0.01424407958984375, + -0.006687164306640625, + 0.0232696533203125, + -0.0587158203125, + -0.01971435546875, + -0.023101806640625, + 0.0257110595703125, + -0.01788330078125, + -0.0201416015625, + -0.0052337646484375, + -0.03369140625, + 0.0211029052734375, + -0.05731201171875, + -0.0023021697998046875, + -0.01137542724609375, + -0.0361328125, + -0.027099609375, + 0.0005588531494140625, + 0.039947509765625, + 0.0067291259765625, + -0.003993988037109375, + -0.00855255126953125, + 0.035614013671875, + -0.045166015625, + 0.06878662109375, + 0.0186767578125, + -0.00798797607421875, + -0.004711151123046875, + -0.0044708251953125, + 0.00872802734375, + 0.005016326904296875, + 0.027618408203125, + -0.00490570068359375, + -0.031097412109375, + -0.061126708984375, + 0.0260467529296875, + 0.00608062744140625, + 0.0155487060546875, + -0.00323486328125, + -0.037353515625, + -0.051055908203125, + 0.0008683204650878906, + 0.039764404296875, + 0.0073394775390625, + 0.01528167724609375, + -0.029876708984375, + -0.01415252685546875, + -0.00811767578125, + 0.00016689300537109375, + 0.04150390625, + -0.009552001953125, + 0.03369140625, + -0.01788330078125, + -0.037872314453125, + 0.034576416015625, + 0.0250091552734375, + 0.0239715576171875, + 0.032135009765625, + 0.0194549560546875, + -0.037689208984375, + 0.0204925537109375, + -0.005863189697265625, + -0.00829315185546875, + 0.0021381378173828125, + -0.004322052001953125, + 0.050018310546875, + -0.020843505859375, + -0.0210113525390625, + -0.019622802734375, + 0.021270751953125, + 0.02484130859375, + -0.0213623046875, + -0.0221405029296875, + 0.00366973876953125, + -0.003993988037109375, + 0.073974609375, + -0.02813720703125, + -0.046905517578125, + -0.01511383056640625, + 0.0004911422729492188, + 0.06182861328125, + 0.0628662109375, + -0.011199951171875, + -0.03350830078125, + 0.00018584728240966797, + 0.0439453125, + -0.010467529296875, + -0.0302276611328125, + -0.00279998779296875, + 0.00920867919921875, + 0.0303955078125, + 0.051055908203125, + 0.0172882080078125, + 0.0850830078125, + -0.0089874267578125, + -0.0164947509765625, + 0.0239715576171875, + 0.0718994140625, + 0.0307464599609375, + 0.0009822845458984375, + -0.0277862548828125, + 0.0006895065307617188, + 0.00041794776916503906, + -0.04168701171875, + -0.052093505859375, + 0.007686614990234375, + 0.06878662109375, + -0.065673828125, + -0.038726806640625, + -0.01528167724609375, + -0.0120697021484375, + 0.01146697998046875, + 0.01020050048828125, + -0.0084686279296875, + 0.01537322998046875, + 0.0204010009765625, + -0.03143310546875, + -0.00577545166015625, + -0.0204925537109375, + 0.0032558441162109375, + 0.06982421875, + 0.0218048095703125, + 0.004669189453125, + 0.025360107421875, + 0.0217132568359375, + 0.028839111328125, + 0.007381439208984375, + 0.035247802734375, + 0.0200653076171875, + 0.0277862548828125, + 0.040130615234375, + 0.046905517578125, + -0.01424407958984375, + -0.0284881591796875, + 0.00916290283203125, + 0.0034313201904296875, + 0.06878662109375, + 0.0726318359375, + -0.00933837890625, + 0.01059722900390625, + -0.0017366409301757812, + -0.044464111328125, + 0.0225830078125, + 0.011810302734375, + 0.00475311279296875, + -0.040130615234375, + -0.0229339599609375, + 0.0194549560546875, + -0.03961181640625, + 0.0283050537109375, + 0.036834716796875, + -0.035430908203125, + 0.00438690185546875, + 0.060455322265625, + -0.0034084320068359375, + -0.045166015625, + 0.0044708251953125, + -0.0300445556640625, + -0.01971435546875, + -0.042205810546875, + -0.020233154296875, + 0.0328369140625, + -0.024139404296875, + -0.043060302734375, + -0.024139404296875, + 0.030914306640625, + -0.02032470703125, + -0.0406494140625, + -0.0121612548828125, + 0.0300445556640625, + -0.010467529296875, + -0.024322509765625, + -0.0472412109375, + -0.01702880859375, + 0.01076507568359375, + -0.03961181640625, + 0.024139404296875, + -0.0138092041015625, + -0.035614013671875, + -0.030914306640625, + -0.031097412109375, + -0.033172607421875, + -0.004428863525390625, + -0.03839111328125, + 0.0305633544921875, + -0.007556915283203125, + 0.040130615234375, + 0.0587158203125, + 0.060455322265625, + -0.0222320556640625, + -0.00829315185546875, + -0.033355712890625, + -0.05767822265625, + 0.0159759521484375, + 0.004039764404296875, + -0.0027141571044921875, + -0.036651611328125, + -0.0025844573974609375, + 0.05523681640625, + -0.06982421875, + 0.040283203125, + -0.00742340087890625, + -0.031951904296875, + -0.043243408203125, + -0.0171966552734375, + -0.0062103271484375, + 0.040130615234375, + 0.1014404296875, + 0.004840850830078125, + -0.01224517822265625, + -0.00933837890625, + -0.056610107421875, + 0.06634521484375, + 0.0045166015625, + 0.0187530517578125, + -0.042022705078125, + 0.02032470703125, + 0.035614013671875, + -0.03265380859375, + 0.0067291259765625, + -0.0743408203125, + -0.00885772705078125, + 0.035614013671875, + 0.036651611328125, + -0.0211944580078125, + -0.0295257568359375, + -0.026397705078125, + -0.01337432861328125, + -0.017974853515625, + 0.01849365234375, + 0.00664520263671875, + -0.0003135204315185547, + -0.03125, + 0.0003066062927246094, + 0.00942230224609375, + -0.036834716796875, + -0.0300445556640625, + -0.0234527587890625, + 0.06915283203125, + -0.00742340087890625, + -0.0193634033203125, + 0.028656005859375, + 0.0194549560546875, + -0.021881103515625, + -0.0126800537109375, + 0.028839111328125, + -0.028656005859375, + -0.007122039794921875, + -0.017364501953125, + 0.01450347900390625, + -0.0123291015625, + 0.01311492919921875, + -0.0011348724365234375, + 0.007251739501953125, + 0.0166778564453125, + -0.042022705078125, + 0.065673828125, + 0.024322509765625, + -0.058013916015625, + -0.05767822265625, + -0.042388916015625, + -0.0205841064453125, + 0.0255279541015625, + -0.02587890625, + 0.036834716796875, + 0.01224517822265625, + 0.00043964385986328125, + -0.1063232421875, + 0.04864501953125, + -0.00798797607421875, + 0.0162353515625, + -0.007251739501953125, + -0.014678955078125, + -0.0394287109375, + -0.051055908203125, + -0.00295257568359375, + 0.032135009765625, + -0.026397705078125, + 0.034393310546875, + -0.0215301513671875, + -0.0087738037109375, + 0.0034313201904296875, + -0.021881103515625, + 0.02587890625, + 0.052093505859375, + 0.005992889404296875, + -0.03350830078125, + 0.063232421875, + -0.0472412109375, + 0.0165863037109375, + -0.00014519691467285156, + -0.004016876220703125, + 0.01146697998046875, + -0.0182342529296875, + -0.003387451171875, + 0.0025501251220703125, + 0.029693603515625, + 0.0182342529296875, + -0.0229339599609375, + 0.0183258056640625, + -0.0267486572265625, + 0.01450347900390625, + 0.02239990234375, + -0.03857421875, + 0.0189361572265625, + 0.0229339599609375, + -0.0090789794921875, + -0.0303955078125, + -0.06463623046875, + -0.078857421875, + 0.0121612548828125, + -0.039947509765625, + -0.0295257568359375, + 0.01302337646484375, + 0.026580810546875, + 0.028656005859375, + -0.031097412109375, + 0.026397705078125, + -0.01198577880859375, + 0.0007166862487792969, + -0.03509521484375, + 0.034393310546875, + -0.025360107421875, + 0.031951904296875, + 0.01276397705078125, + -0.037353515625, + 0.0262298583984375, + 0.0024967193603515625, + 0.0138092041015625, + -0.051422119140625, + -0.0213623046875, + -0.0291748046875, + 0.0206756591796875, + -0.0587158203125, + -0.015899658203125, + 0.01085662841796875, + 0.0204010009765625, + 0.024322509765625, + -0.0291748046875, + 0.0538330078125, + -0.0034961700439453125, + -0.060455322265625, + 0.029876708984375, + -0.00551605224609375, + -0.026397705078125, + 0.00659942626953125, + 0.00942230224609375, + -0.0115509033203125, + 0.0171051025390625, + 0.0257110595703125, + 0.00890350341796875, + 0.031951904296875, + -0.00933837890625, + -0.0307464599609375, + 0.00829315185546875, + 0.01276397705078125, + 0.006862640380859375, + 0.00505828857421875, + 0.0232696533203125, + -0.0121612548828125, + 0.01085662841796875, + -0.00720977783203125, + -0.07952880859375, + -0.0121612548828125, + -0.01398468017578125, + -0.065673828125, + 0.0030612945556640625, + 0.0771484375, + 0.025360107421875, + -0.00616455078125, + 0.004711151123046875, + 0.0587158203125, + 0.0307464599609375, + 0.01398468017578125, + -0.00475311279296875, + -0.060089111328125, + -0.020843505859375, + 0.0017480850219726562, + -0.00518798828125, + -0.06634521484375, + 0.038726806640625, + 0.044281005859375, + -0.00890350341796875, + -0.0290069580078125, + -0.01129150390625, + -0.0078582763671875, + 0.052093505859375, + 0.01580810546875, + 0.01806640625, + -0.0673828125, + 0.000705718994140625, + 0.035247802734375, + -0.0184173583984375, + -0.0070343017578125, + -0.02239990234375, + 0.004146575927734375, + 0.036834716796875, + -0.0635986328125, + -0.004146575927734375, + 0.0005755424499511719, + 0.0635986328125, + 0.0195465087890625, + -0.02362060546875, + -0.04168701171875, + 0.060455322265625, + 0.0255279541015625, + -0.0302276611328125, + 0.0006999969482421875, + 0.019287109375, + -0.017547607421875, + 0.02813720703125, + 0.045501708984375, + 0.0005321502685546875, + 0.01172637939453125, + 0.02587890625, + -0.046905517578125, + 0.0186767578125, + -0.0187530517578125, + 0.01806640625, + -0.01007080078125, + -0.0283050537109375, + -0.0188446044921875, + -0.07293701171875, + 0.048980712890625, + 0.019195556640625, + 0.03509521484375, + 0.00859832763671875, + 0.002735137939453125, + -0.0041046142578125, + 0.0244903564453125, + 0.00279998779296875, + 0.01458740234375, + 0.0132904052734375, + 0.0210113525390625, + 0.0272674560546875, + 0.00490570068359375, + 0.0295257568359375, + -0.0143280029296875, + 0.045867919921875, + -0.045501708984375, + 0.00261688232421875, + -0.052459716796875, + -0.010467529296875, + -0.002410888671875, + -0.00911712646484375, + 0.00390625, + -0.050384521484375, + 0.01971435546875, + -0.01302337646484375, + -0.046539306640625, + -0.0013628005981445312, + 0.036468505859375, + -0.040802001953125, + 0.006862640380859375, + 0.005558013916015625, + -0.01172637939453125, + 0.0054931640625, + -0.03472900390625, + 0.0743408203125, + 0.03839111328125, + 0.003887176513671875, + -0.0014333724975585938, + 0.058013916015625, + 0.01259613037109375, + 0.0239715576171875, + 0.02587890625, + 0.017974853515625, + -0.02239990234375, + 0.04620361328125, + 0.04046630859375, + -0.0035610198974609375, + -0.040283203125, + 0.026397705078125, + 0.016326904296875, + -0.028656005859375, + 0.034912109375, + -0.005687713623046875, + 0.0104217529296875, + 0.005451202392578125, + 0.0143280029296875, + -0.02691650390625, + -0.038909912109375, + 0.04290771484375, + 0.0012426376342773438, + 0.00205230712890625, + 0.0279693603515625, + -0.054901123046875, + 0.061492919921875, + 0.00972747802734375, + 0.071533203125, + -0.052459716796875, + 0.052459716796875, + -0.0234527587890625, + -0.0017910003662109375, + -0.01528167724609375, + 0.0174560546875, + -0.0096435546875, + 0.032470703125, + -0.025360107421875, + 0.07818603515625, + 0.006557464599609375, + -0.01398468017578125, + -0.0517578125, + -0.0260467529296875, + -0.00616455078125, + -0.0012750625610351562, + 0.0300445556640625, + -0.05523681640625, + -0.002040863037109375, + 0.0089874267578125, + 0.0369873046875, + 0.055572509765625, + -0.0013456344604492188, + 0.039093017578125, + 0.01372528076171875, + -0.014678955078125, + -0.020843505859375, + -0.0232696533203125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "command-line", + "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_MISP", + "type": "tool", + "name": "MISP", + "content": "misp die threat-intelligence-sharing-plattform vernetzt viele organisationen weltweit im kampf gegen cyberkriminalität. strukturiertes teilen von iocs durch standardisierte attribute: ip-adressen, domains, hashes, yara-rules, malware-samples. die galaxies und taxonomien klassifizieren bedrohungen nach att&ck, kill-chain oder eigenen schemata. föderierte architektur ermöglicht selektives sharing zwischen vertrauenswürdigen partnern. correlation-engine findet zusammenhänge zwischen scheinbar unabhängigen incidents. warninglists reduzieren false-positives durch whitelisting bekannter good-entities. zeromq-feed pusht iocs in echtzeit an firewalls und siems. die ausgereiften apis (rest, pymisp) automatisieren threat-intelligence-workflows. export in stix, openioc und dutzende andere formate. essenziell für proaktive verteidigung. 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.03399658203125, + 0.020111083984375, + 0.044219970703125, + 0.01540374755859375, + 0.01520538330078125, + 0.0214996337890625, + 0.024200439453125, + -0.0178985595703125, + -0.051605224609375, + 0.00875091552734375, + -0.0238037109375, + 0.02410888671875, + 0.0018253326416015625, + 0.0243072509765625, + -0.0748291015625, + 0.035614013671875, + -0.0268096923828125, + 0.00804901123046875, + 0.0244140625, + -0.0117034912109375, + -0.027801513671875, + -0.0004563331604003906, + -0.06121826171875, + 0.0177001953125, + 0.01500701904296875, + -0.004550933837890625, + -0.024200439453125, + -0.0460205078125, + -0.01270294189453125, + 0.0024509429931640625, + 0.018707275390625, + -0.031005859375, + -0.00695037841796875, + 0.031005859375, + -0.012451171875, + -0.008453369140625, + 0.0210113525390625, + -0.0679931640625, + -0.00870513916015625, + 0.0163116455078125, + -0.02130126953125, + 0.0092010498046875, + -0.005077362060546875, + 0.0146026611328125, + -0.0247039794921875, + -0.042999267578125, + 0.009002685546875, + -0.00930023193359375, + 0.0217132568359375, + -0.0175018310546875, + 0.03680419921875, + 0.0246124267578125, + 0.0196075439453125, + -0.0216064453125, + -0.032623291015625, + 0.0204010009765625, + 0.0438232421875, + -0.032012939453125, + -0.043426513671875, + 0.040802001953125, + -0.036224365234375, + -0.0018377304077148438, + -0.01140594482421875, + 0.0005345344543457031, + 0.0218048095703125, + 0.027008056640625, + -0.0236053466796875, + 0.00023126602172851562, + -0.0016384124755859375, + -0.01080322265625, + -0.01220703125, + -0.0018129348754882812, + -0.0260009765625, + 0.0194091796875, + -0.01540374755859375, + -0.040802001953125, + 0.02239990234375, + 0.042999267578125, + 0.01910400390625, + 0.0167999267578125, + -0.046600341796875, + -0.0175018310546875, + 0.0576171875, + -0.024200439453125, + -0.040618896484375, + -0.007602691650390625, + 0.01470184326171875, + -0.0013942718505859375, + 0.0174102783203125, + -0.0122528076171875, + 0.00765228271484375, + 0.0142059326171875, + 0.0272064208984375, + -0.034210205078125, + 0.034423828125, + 0.02130126953125, + -0.042022705078125, + -0.01300048828125, + -0.00870513916015625, + 0.0253143310546875, + 0.008453369140625, + -0.01690673828125, + 0.0225067138671875, + -0.0204010009765625, + 0.0560302734375, + -0.0204010009765625, + -0.000606536865234375, + -0.01560211181640625, + 0.02960205078125, + 0.01050567626953125, + -0.07965087890625, + -0.035797119140625, + -0.0074005126953125, + -0.050811767578125, + -0.0135040283203125, + -0.0172119140625, + -0.00855255126953125, + 0.035797119140625, + -0.0504150390625, + -0.032196044921875, + 0.0404052734375, + 0.04180908203125, + 0.01190185546875, + -0.006000518798828125, + -0.0186004638671875, + -0.0447998046875, + 0.00370025634765625, + -0.0008063316345214844, + -0.0247039794921875, + -0.0276031494140625, + -0.006351470947265625, + 0.003276824951171875, + -0.006328582763671875, + -0.05322265625, + 0.00905609130859375, + -0.03021240234375, + 0.02239990234375, + 0.0175018310546875, + -0.0304107666015625, + 0.00855255126953125, + 0.042205810546875, + -0.03759765625, + -0.045623779296875, + -0.00885009765625, + -0.0438232421875, + -0.020904541015625, + -0.004825592041015625, + 0.035797119140625, + -0.00925445556640625, + -0.0312042236328125, + 0.022705078125, + 0.0118560791015625, + 0.07843017578125, + 0.018707275390625, + 0.03460693359375, + -0.029815673828125, + 0.005252838134765625, + -0.00005900859832763672, + 0.044403076171875, + -0.0027141571044921875, + 0.00475311279296875, + 0.01380157470703125, + 0.0167999267578125, + 0.012451171875, + -0.0233001708984375, + -0.031402587890625, + -0.01025390625, + 0.00765228271484375, + 0.0260009765625, + 0.0250091552734375, + 0.01074981689453125, + -0.004177093505859375, + 0.031402587890625, + 0.06201171875, + -0.01580810546875, + 0.031005859375, + 0.0018377304077148438, + -0.027008056640625, + 0.02960205078125, + 0.04461669921875, + 0.0004470348358154297, + -0.0218048095703125, + 0.05120849609375, + 0.00775146484375, + 0.0276031494140625, + -0.011505126953125, + -0.0214080810546875, + 0.0149078369140625, + -0.0014629364013671875, + 0.00839996337890625, + -0.03399658203125, + -0.02520751953125, + -0.035797119140625, + 0.043426513671875, + 0.035003662109375, + 0.0679931640625, + 0.0290069580078125, + -0.009002685546875, + 0.050018310546875, + 0.007701873779296875, + 0.016998291015625, + 0.0167083740234375, + 0.004352569580078125, + 0.016204833984375, + 0.0203094482421875, + -0.005702972412109375, + -0.020599365234375, + 0.04541015625, + 0.027008056640625, + -0.0163116455078125, + 0.012603759765625, + 0.05242919921875, + -0.0178985595703125, + -0.0264129638671875, + -0.042022705078125, + -0.04241943359375, + 0.0254058837890625, + -0.013702392578125, + -0.0304107666015625, + 0.01410675048828125, + 0.00016176700592041016, + -0.026214599609375, + -0.00995635986328125, + 0.01520538330078125, + -0.0042266845703125, + 0.03759765625, + 0.025604248046875, + -0.0174102783203125, + 0.00695037841796875, + 0.0240020751953125, + 0.040008544921875, + 0.035400390625, + -0.0009937286376953125, + -0.0225067138671875, + -0.0338134765625, + -0.016998291015625, + 0.01470184326171875, + 0.042022705078125, + 0.01500701904296875, + -0.00031566619873046875, + -0.02020263671875, + 0.0246124267578125, + -0.00890350341796875, + 0.03179931640625, + 0.03240966796875, + -0.0160064697265625, + -0.006076812744140625, + 0.0012502670288085938, + 0.029205322265625, + 0.0892333984375, + -0.05560302734375, + -0.0255126953125, + -0.044403076171875, + 0.035614013671875, + -0.061614990234375, + -0.0276031494140625, + -0.03240966796875, + -0.046600341796875, + 0.045013427734375, + -0.0236053466796875, + -0.01450347900390625, + -0.001750946044921875, + 0.040802001953125, + 0.0272064208984375, + 0.0304107666015625, + -0.0166015625, + -0.042022705078125, + 0.0027256011962890625, + 0.09002685546875, + 0.006351470947265625, + -0.0426025390625, + -0.01025390625, + 0.039825439453125, + 0.0095062255859375, + 0.0268096923828125, + 0.01195526123046875, + 0.012451171875, + 0.027008056640625, + 0.02960205078125, + 0.0316162109375, + -0.0244140625, + -0.0016126632690429688, + -0.01470184326171875, + 0.035003662109375, + -0.055206298828125, + 0.0167083740234375, + 0.006900787353515625, + 0.01410675048828125, + -0.007904052734375, + -0.046417236328125, + 0.007152557373046875, + 0.058807373046875, + 0.00820159912109375, + -0.004177093505859375, + 0.0128021240234375, + -0.0294036865234375, + 0.02960205078125, + -0.00440216064453125, + -0.0221099853515625, + 0.033203125, + 0.060821533203125, + -0.0131072998046875, + 0.023712158203125, + -0.016204833984375, + 0.021209716796875, + -0.03179931640625, + -0.042816162109375, + -0.025604248046875, + -0.030609130859375, + -0.037017822265625, + -0.0142059326171875, + 0.00342559814453125, + -0.0097503662109375, + 0.02020263671875, + -0.004852294921875, + 0.007152557373046875, + -0.0250091552734375, + -0.05560302734375, + 0.00960540771484375, + -0.03741455078125, + -0.0548095703125, + -0.0110015869140625, + 0.04461669921875, + 0.0194091796875, + 0.01410675048828125, + -0.007701873779296875, + -0.00804901123046875, + -0.039215087890625, + 0.00585174560546875, + -0.0181121826171875, + 0.019500732421875, + -0.0038509368896484375, + 0.048828125, + 0.01690673828125, + 0.035400390625, + 0.00855255126953125, + 0.07763671875, + 0.0247039794921875, + -0.014801025390625, + -0.0182037353515625, + 0.027801513671875, + -0.0026378631591796875, + 0.03662109375, + -0.0034503936767578125, + -0.0186004638671875, + -0.001987457275390625, + -0.0196990966796875, + 0.0131072998046875, + 0.0045013427734375, + 0.0193023681640625, + 0.01380157470703125, + -0.01800537109375, + 0.0153045654296875, + 0.0635986328125, + -0.0016126632690429688, + 0.09442138671875, + -0.0092010498046875, + -0.045013427734375, + -0.0163116455078125, + 0.0211029052734375, + -0.034210205078125, + 0.014007568359375, + 0.022613525390625, + 0.005428314208984375, + -0.014404296875, + 0.03302001953125, + 0.0011005401611328125, + 0.044219970703125, + -0.01520538330078125, + -0.0113525390625, + 0.042205810546875, + -0.0033016204833984375, + 0.027008056640625, + 0.0308074951171875, + 0.00785064697265625, + 0.0189056396484375, + 0.05322265625, + -0.034210205078125, + 0.01165008544921875, + -0.058013916015625, + -0.06683349609375, + 0.006900787353515625, + 0.006702423095703125, + 0.0011501312255859375, + 0.0142059326171875, + -0.032012939453125, + -0.0679931640625, + 0.048614501953125, + -0.0382080078125, + 0.0792236328125, + 0.042999267578125, + 0.0196075439453125, + 0.035797119140625, + -0.024200439453125, + -0.01800537109375, + 0.01230621337890625, + 0.03680419921875, + 0.029815673828125, + 0.06201171875, + 0.02801513671875, + -0.002613067626953125, + -0.0192108154296875, + -0.003650665283203125, + 0.0225067138671875, + 0.02081298828125, + 0.01265716552734375, + 0.006801605224609375, + 0.018707275390625, + 0.01300048828125, + -0.025604248046875, + 0.052001953125, + 0.00835418701171875, + -0.05322265625, + 0.0128021240234375, + -0.01560211181640625, + 0.0247039794921875, + -0.06121826171875, + -0.00995635986328125, + -0.01450347900390625, + 0.01410675048828125, + -0.007904052734375, + 0.01540374755859375, + -0.044219970703125, + -0.02960205078125, + 0.038818359375, + -0.08001708984375, + 0.0316162109375, + 0.0498046875, + -0.020599365234375, + 0.01560211181640625, + -0.0260009765625, + -0.042999267578125, + 0.027801513671875, + -0.01520538330078125, + -0.021209716796875, + 0.004001617431640625, + 0.03240966796875, + -0.048614501953125, + -0.0194091796875, + -0.035797119140625, + -0.007350921630859375, + 0.010406494140625, + -0.0221099853515625, + 0.0304107666015625, + -0.032012939453125, + -0.01180267333984375, + 0.0338134765625, + 0.035400390625, + -0.0039005279541015625, + -0.033599853515625, + 0.044403076171875, + -0.012054443359375, + -0.048828125, + 0.00730133056640625, + 0.0258026123046875, + 0.00502777099609375, + 0.0010938644409179688, + -0.01090240478515625, + -0.022003173828125, + 0.032623291015625, + 0.00311279296875, + 0.005878448486328125, + -0.048004150390625, + -0.0253143310546875, + -0.04022216796875, + 0.04400634765625, + 0.0106048583984375, + 0.03680419921875, + -0.005451202392578125, + -0.040802001953125, + 0.0175018310546875, + -0.0576171875, + -0.0232086181640625, + 0.007152557373046875, + 0.0244140625, + -0.023406982421875, + 0.096435546875, + -0.02130126953125, + -0.0060272216796875, + -0.00360107421875, + 0.057220458984375, + 0.014007568359375, + -0.005001068115234375, + -0.04742431640625, + 0.027801513671875, + 0.04461669921875, + -0.061614990234375, + -0.014801025390625, + -0.014404296875, + 0.00585174560546875, + 0.038818359375, + -0.04962158203125, + -0.0113067626953125, + 0.0007534027099609375, + -0.08001708984375, + -0.032196044921875, + -0.0264129638671875, + -0.005275726318359375, + -0.06402587890625, + 0.01275634765625, + 0.03759765625, + -0.0160064697265625, + 0.0229034423828125, + -0.01190185546875, + 0.001987457275390625, + 0.012054443359375, + 0.01580810546875, + -0.0099029541015625, + 0.0222015380859375, + -0.043426513671875, + -0.0235137939453125, + 0.00014853477478027344, + 0.0258026123046875, + -0.02191162109375, + 0.0047760009765625, + 0.0009064674377441406, + -0.032623291015625, + 0.0338134765625, + -0.034820556640625, + -0.0011816024780273438, + -0.01074981689453125, + -0.03662109375, + -0.037017822265625, + -0.029205322265625, + -0.0006284713745117188, + 0.0166015625, + -0.006328582763671875, + 0.030609130859375, + 0.0210113525390625, + -0.034210205078125, + 0.027801513671875, + 0.00830078125, + -0.020599365234375, + 0.0258026123046875, + -0.025604248046875, + -0.00675201416015625, + -0.0124053955078125, + 0.0149078369140625, + -0.0177001953125, + -0.04620361328125, + -0.07281494140625, + 0.038604736328125, + -0.01105499267578125, + 0.003276824951171875, + -0.0416259765625, + -0.028411865234375, + -0.03240966796875, + -0.0155029296875, + 0.032806396484375, + 0.027008056640625, + 0.0070037841796875, + -0.033599853515625, + -0.0182037353515625, + -0.0074005126953125, + -0.036224365234375, + 0.02490234375, + -0.00655364990234375, + 0.0034503936767578125, + 0.006500244140625, + -0.04022216796875, + 0.02801513671875, + 0.020111083984375, + 0.0177001953125, + 0.0113525390625, + 0.036407470703125, + -0.031005859375, + 0.002838134765625, + 0.0178070068359375, + -0.0153045654296875, + -0.01800537109375, + -0.003650665283203125, + 0.015899658203125, + -0.03961181640625, + -0.009552001953125, + 0.025604248046875, + 0.0308074951171875, + -0.0099029541015625, + 0.013702392578125, + -0.0160980224609375, + 0.035003662109375, + -0.01190185546875, + 0.041015625, + -0.008453369140625, + -0.0732421875, + -0.01540374755859375, + 0.0196990966796875, + 0.06402587890625, + 0.048614501953125, + 0.0171051025390625, + -0.01500701904296875, + 0.01110076904296875, + 0.057220458984375, + -0.005878448486328125, + -0.06964111328125, + -0.0460205078125, + 0.0338134765625, + 0.01080322265625, + 0.05841064453125, + -0.00252532958984375, + 0.0908203125, + 0.0228118896484375, + -0.0095062255859375, + 0.0166015625, + 0.038421630859375, + 0.0294036865234375, + 0.006603240966796875, + -0.05242919921875, + 0.0003955364227294922, + 0.01410675048828125, + -0.04901123046875, + -0.0294036865234375, + 0.011505126953125, + 0.05242919921875, + -0.042999267578125, + -0.0426025390625, + 0.007701873779296875, + -0.01190185546875, + 0.0164031982421875, + 0.0014944076538085938, + -0.0149078369140625, + -0.0053253173828125, + 0.007602691650390625, + -0.043426513671875, + -0.0153045654296875, + -0.0153045654296875, + -0.007251739501953125, + 0.03662109375, + 0.042022705078125, + -0.0181121826171875, + 0.01580810546875, + 0.023101806640625, + 0.03802490234375, + 0.042022705078125, + 0.04522705078125, + 0.017303466796875, + 0.026214599609375, + 0.047821044921875, + 0.07000732421875, + -0.01360321044921875, + -0.0171051025390625, + 0.018310546875, + 0.0157012939453125, + 0.033203125, + 0.03021240234375, + 0.00640106201171875, + 0.0155029296875, + -0.016204833984375, + -0.0438232421875, + 0.0030765533447265625, + 0.00565338134765625, + -0.0164031982421875, + -0.02801513671875, + -0.052825927734375, + 0.02490234375, + -0.00925445556640625, + 0.039215087890625, + 0.004352569580078125, + -0.0222015380859375, + -0.0253143310546875, + 0.049407958984375, + 0.0002579689025878906, + -0.0225067138671875, + 0.0286102294921875, + 0.01410675048828125, + -0.039215087890625, + -0.01360321044921875, + -0.007701873779296875, + 0.055206298828125, + -0.027801513671875, + -0.07440185546875, + -0.025604248046875, + 0.039215087890625, + 0.010406494140625, + -0.023712158203125, + 0.0092010498046875, + 0.0068511962890625, + -0.016510009765625, + -0.024505615234375, + -0.060821533203125, + -0.019805908203125, + -0.01430511474609375, + -0.03240966796875, + 0.028411865234375, + 0.000640869140625, + -0.012603759765625, + -0.02130126953125, + -0.02960205078125, + -0.01035308837890625, + 0.042816162109375, + -0.03240966796875, + 0.053619384765625, + 0.022613525390625, + 0.01230621337890625, + 0.0576171875, + 0.0576171875, + -0.0088043212890625, + 0.002513885498046875, + -0.0131072998046875, + -0.0660400390625, + 0.02880859375, + -0.0045013427734375, + 0.0021877288818359375, + -0.049407958984375, + -0.00397491455078125, + 0.057220458984375, + -0.067626953125, + 0.0260009765625, + -0.00640106201171875, + -0.004100799560546875, + -0.062408447265625, + 0.0177001953125, + 0.0086517333984375, + 0.0244140625, + 0.085205078125, + -0.005428314208984375, + -0.0207061767578125, + -0.01520538330078125, + -0.04681396484375, + 0.045013427734375, + 0.007801055908203125, + 0.03759765625, + -0.042816162109375, + 0.016998291015625, + 0.0246124267578125, + -0.0232086181640625, + 0.0160064697265625, + -0.0736083984375, + 0.00984954833984375, + 0.0175018310546875, + 0.004901885986328125, + -0.00135040283203125, + -0.01560211181640625, + -0.060028076171875, + -0.026611328125, + -0.0193023681640625, + 0.005126953125, + 0.022308349609375, + 0.00804901123046875, + -0.044403076171875, + -0.033599853515625, + -0.018402099609375, + -0.046417236328125, + -0.046600341796875, + -0.041015625, + 0.03179931640625, + 0.0260009765625, + -0.04681396484375, + 0.00350189208984375, + -0.006900787353515625, + 0.0222015380859375, + 0.032196044921875, + 0.05242919921875, + -0.060028076171875, + -0.003551483154296875, + 0.0178070068359375, + 0.0264129638671875, + 0.01300048828125, + -0.00785064697265625, + -0.019012451171875, + 0.0124053955078125, + 0.0207061767578125, + -0.05963134765625, + 0.0258026123046875, + 0.020904541015625, + -0.037200927734375, + -0.060028076171875, + -0.0218048095703125, + -0.041412353515625, + 0.03240966796875, + -0.0171051025390625, + 0.043609619140625, + 0.0012502670288085938, + -0.0264129638671875, + -0.0823974609375, + 0.04962158203125, + -0.0029506683349609375, + 0.02880859375, + 0.0104522705078125, + -0.0308074951171875, + -0.0338134765625, + -0.033416748046875, + -0.047210693359375, + 0.022613525390625, + -0.026214599609375, + 0.0217132568359375, + 0.012451171875, + -0.006702423095703125, + 0.01340484619140625, + 0.010101318359375, + 0.0099029541015625, + 0.0592041015625, + -0.004627227783203125, + -0.0382080078125, + 0.08880615234375, + -0.018798828125, + 0.0338134765625, + 0.007053375244140625, + 0.0316162109375, + -0.01000213623046875, + -0.0063018798828125, + -0.01800537109375, + 0.022308349609375, + 0.053619384765625, + 0.049224853515625, + -0.0082550048828125, + 0.0214996337890625, + -0.01074981689453125, + 0.031005859375, + 0.004199981689453125, + -0.0258026123046875, + 0.001750946044921875, + -0.0019502639770507812, + -0.039215087890625, + 0.00557708740234375, + -0.0438232421875, + -0.05963134765625, + 0.004901885986328125, + -0.058013916015625, + -0.0200042724609375, + 0.007251739501953125, + 0.018310546875, + 0.032196044921875, + -0.04119873046875, + 0.043609619140625, + 0.0029392242431640625, + -0.01165008544921875, + -0.032012939453125, + 0.0016756057739257812, + -0.0033016204833984375, + 0.033599853515625, + 0.024505615234375, + -0.039825439453125, + 0.016510009765625, + -0.02520751953125, + -0.03680419921875, + -0.0100555419921875, + 0.024505615234375, + -0.04522705078125, + 0.03302001953125, + -0.0660400390625, + -0.0186004638671875, + 0.03759765625, + 0.0286102294921875, + -0.0036258697509765625, + -0.018798828125, + 0.043426513671875, + -0.042205810546875, + -0.042816162109375, + 0.00440216064453125, + -0.014007568359375, + -0.0139007568359375, + 0.0196075439453125, + -0.003475189208984375, + 0.0019502639770507812, + -0.004077911376953125, + 0.0118560791015625, + 0.02880859375, + 0.034210205078125, + 0.0233001708984375, + 0.0013380050659179688, + 0.027008056640625, + -0.013702392578125, + 0.02239990234375, + 0.0207061767578125, + 0.0039005279541015625, + -0.005950927734375, + 0.020904541015625, + 0.010101318359375, + -0.07403564453125, + 0.006900787353515625, + -0.0235137939453125, + -0.06402587890625, + 0.0097503662109375, + 0.08599853515625, + 0.0416259765625, + -0.0207061767578125, + 0.0290069580078125, + 0.037811279296875, + 0.0149078369140625, + 0.007350921630859375, + -0.00970458984375, + -0.04022216796875, + 0.00730133056640625, + 0.025604248046875, + 0.043609619140625, + -0.0692138671875, + 0.06964111328125, + 0.08721923828125, + -0.00487518310546875, + -0.0308074951171875, + -0.0018377304077148438, + 0.003200531005859375, + 0.0504150390625, + 0.0604248046875, + 0.020111083984375, + -0.0635986328125, + 0.0021877288818359375, + 0.0268096923828125, + 0.00475311279296875, + -0.0160064697265625, + -0.039398193359375, + -0.027008056640625, + 0.051605224609375, + -0.0804443359375, + -0.022003173828125, + 0.0166015625, + 0.053619384765625, + -0.0009751319885253906, + -0.019012451171875, + -0.002124786376953125, + 0.0167999267578125, + 0.0229034423828125, + -0.01230621337890625, + 0.0033016204833984375, + 0.047821044921875, + -0.0135040283203125, + 0.017303466796875, + 0.03802490234375, + -0.00800323486328125, + 0.0604248046875, + 0.022308349609375, + -0.033416748046875, + 0.04400634765625, + 0.0312042236328125, + 0.03302001953125, + 0.002124786376953125, + -0.050628662109375, + -0.0228118896484375, + -0.0084991455078125, + -0.00004965066909790039, + 0.022003173828125, + 0.045013427734375, + 0.026214599609375, + -0.0146026611328125, + -0.0167083740234375, + 0.0338134765625, + 0.0235137939453125, + 0.0294036865234375, + 0.0560302734375, + 0.0013132095336914062, + 0.014007568359375, + 0.02301025390625, + 0.0166015625, + -0.0182037353515625, + 0.04901123046875, + -0.035614013671875, + 0.0020751953125, + -0.046600341796875, + -0.0163116455078125, + 0.00460052490234375, + -0.03021240234375, + -0.02960205078125, + -0.038604736328125, + 0.0290069580078125, + -0.036224365234375, + -0.033416748046875, + -0.021209716796875, + 0.036407470703125, + -0.0294036865234375, + -0.0017633438110351562, + 0.0276031494140625, + -0.01360321044921875, + 0.0258026123046875, + -0.03521728515625, + 0.0760498046875, + 0.02490234375, + 0.02801513671875, + -0.01560211181640625, + 0.020111083984375, + 0.03179931640625, + -0.0018253326416015625, + 0.011505126953125, + 0.0247039794921875, + 0.01265716552734375, + 0.039215087890625, + 0.0228118896484375, + 0.0068511962890625, + -0.0338134765625, + 0.0247039794921875, + 0.0042266845703125, + -0.02960205078125, + 0.02880859375, + 0.00029850006103515625, + 0.031005859375, + -0.014801025390625, + -0.00279998779296875, + 0.0020999908447265625, + -0.05963134765625, + 0.042205810546875, + 0.0047760009765625, + 0.042816162109375, + 0.0221099853515625, + -0.045623779296875, + 0.057220458984375, + 0.0174102783203125, + 0.046600341796875, + -0.04119873046875, + 0.046600341796875, + -0.00870513916015625, + -0.000640869140625, + -0.01215362548828125, + -0.003376007080078125, + -0.01290130615234375, + 0.03460693359375, + -0.0260009765625, + 0.049407958984375, + 0.0404052734375, + 0.0015316009521484375, + -0.05401611328125, + -0.00905609130859375, + 0.023101806640625, + 0.014404296875, + 0.032806396484375, + -0.060821533203125, + -0.010955810546875, + -0.0024127960205078125, + 0.06280517578125, + 0.06121826171875, + -0.0021381378173828125, + 0.0308074951171875, + -0.001888275146484375, + -0.0110015869140625, + 0.00592803955078125, + -0.06439208984375 + ], + "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_Linkurious", + "type": "tool", + "name": "Linkurious", + "content": "linkurious intuitive graph‑visualisierungs‑ und analyseplattform, die graphdatenbanken wie neo4j überlagert und ermittler:innen dabei unterstützt, versteckte beziehungen in betrugs‑, aml‑ und sicherheitsfällen aufzudecken. leistungsstarke filter, geo‑ und zeitachsenansichten sowie automatisierungsvorlagen erleichtern das hunten komplexer netzwerke und das erstellen aussagekräftiger beweisgrafiken. graph-visualisierung link-analysis aml fraud fraud-investigation network-forensics incident-response analysis reporting", + "embedding": [ + -0.0136871337890625, + 0.0233612060546875, + 0.0579833984375, + 0.00734710693359375, + 0.04248046875, + 0.03582763671875, + 0.01036834716796875, + -0.035430908203125, + -0.01690673828125, + -0.02838134765625, + -0.009307861328125, + 0.05517578125, + 0.0200347900390625, + 0.004680633544921875, + -0.0592041015625, + 0.05718994140625, + -0.0206298828125, + 0.0390625, + 0.0035991668701171875, + -0.040069580078125, + -0.008453369140625, + -0.0312042236328125, + -0.049530029296875, + 0.0139923095703125, + 0.007904052734375, + 0.0350341796875, + -0.00920867919921875, + -0.05877685546875, + -0.010467529296875, + -0.005786895751953125, + 0.01006317138671875, + -0.032623291015625, + -0.03704833984375, + 0.0303955078125, + -0.0056610107421875, + -0.0177154541015625, + 0.00946044921875, + -0.048126220703125, + -0.0089569091796875, + 0.0207366943359375, + 0.0146942138671875, + -0.01238250732421875, + -0.0149993896484375, + -0.018218994140625, + -0.0167083740234375, + -0.03240966796875, + -0.0164031982421875, + -0.02386474609375, + -0.001811981201171875, + -0.0122833251953125, + 0.0251617431640625, + 0.019927978515625, + 0.0149993896484375, + -0.00548553466796875, + -0.02838134765625, + 0.0200347900390625, + 0.00362396240234375, + -0.0160064697265625, + -0.04248046875, + 0.041259765625, + -0.0224456787109375, + 0.011474609375, + -0.0081024169921875, + -0.00556182861328125, + 0.007904052734375, + 0.02386474609375, + -0.0322265625, + -0.018524169921875, + 0.02960205078125, + 0.007198333740234375, + 0.0316162109375, + 0.00734710693359375, + 0.018218994140625, + 0.023956298828125, + 0.0015163421630859375, + -0.034423828125, + -0.006366729736328125, + 0.0252685546875, + -0.02264404296875, + 0.005283355712890625, + -0.027374267578125, + -0.01016998291015625, + 0.04791259765625, + -0.0153045654296875, + -0.0211334228515625, + 0.00820159912109375, + 0.027374267578125, + 0.01812744140625, + -0.015899658203125, + 0.024261474609375, + 0.004100799560546875, + 0.0026416778564453125, + 0.044891357421875, + -0.0312042236328125, + 0.040252685546875, + 0.05194091796875, + -0.0217437744140625, + -0.016204833984375, + -0.004581451416015625, + 0.0098114013671875, + 0.0187225341796875, + -0.0184173583984375, + 0.05999755859375, + -0.01439666748046875, + 0.059600830078125, + -0.0173187255859375, + 0.0261688232421875, + -0.021636962890625, + 0.006946563720703125, + -0.0118255615234375, + -0.0970458984375, + -0.0234527587890625, + -0.03564453125, + -0.05316162109375, + -0.005889892578125, + 0.027984619140625, + -0.0017995834350585938, + 0.04852294921875, + -0.05517578125, + -0.0567626953125, + 0.0269775390625, + 0.0235595703125, + -0.00936126708984375, + 0.00734710693359375, + -0.026580810546875, + -0.049530029296875, + 0.0170135498046875, + 0.051544189453125, + -0.05718994140625, + -0.01203155517578125, + 0.005588531494140625, + -0.0263671875, + -0.0019254684448242188, + -0.050933837890625, + 0.00548553466796875, + -0.038055419921875, + 0.041259765625, + -0.0230560302734375, + -0.0257720947265625, + 0.0085601806640625, + 0.043487548828125, + -0.035247802734375, + -0.0716552734375, + 0.0043792724609375, + -0.038238525390625, + 0.002353668212890625, + 0.0027179718017578125, + 0.044708251953125, + -0.03985595703125, + 0.006542205810546875, + -0.0176239013671875, + 0.0254669189453125, + 0.058380126953125, + -0.0018749237060546875, + -0.00591278076171875, + -0.04388427734375, + -0.0142974853515625, + -0.0190277099609375, + 0.016204833984375, + -0.0237579345703125, + 0.01308441162109375, + 0.02496337890625, + 0.0240631103515625, + 0.0203399658203125, + -0.0160064697265625, + -0.045501708984375, + -0.053558349609375, + 0.0057373046875, + 0.011322021484375, + -0.0112762451171875, + 0.020843505859375, + 0.003574371337890625, + 0.055572509765625, + 0.0579833984375, + -0.00870513916015625, + 0.0430908203125, + 0.01459503173828125, + -0.03765869140625, + 0.05316162109375, + 0.016815185546875, + 0.0031452178955078125, + -0.00226593017578125, + 0.0291900634765625, + -0.0049591064453125, + 0.01540374755859375, + -0.006744384765625, + -0.02838134765625, + -0.01922607421875, + -0.0045318603515625, + 0.00885772705078125, + -0.04449462890625, + -0.0322265625, + -0.0281829833984375, + 0.0271759033203125, + 0.0234527587890625, + 0.06927490234375, + -0.00616455078125, + -0.025665283203125, + 0.0172119140625, + 0.0303955078125, + 0.003749847412109375, + 0.0224456787109375, + -0.01021575927734375, + 0.04449462890625, + 0.0303955078125, + 0.02960205078125, + -0.0243682861328125, + 0.0263671875, + 0.020233154296875, + 0.004932403564453125, + 0.003749847412109375, + 0.060791015625, + -0.0338134765625, + -0.02899169921875, + -0.03424072265625, + -0.038665771484375, + -0.0039005279541015625, + -0.005084991455078125, + -0.0139923095703125, + 0.005889892578125, + -0.00428009033203125, + -0.056365966796875, + -0.0257720947265625, + 0.0172119140625, + -0.036834716796875, + 0.0254669189453125, + 0.011627197265625, + -0.0308074951171875, + 0.026580810546875, + 0.02960205078125, + 0.027587890625, + 0.04168701171875, + -0.0030460357666015625, + -0.005084991455078125, + -0.0153045654296875, + -0.0062408447265625, + 0.0499267578125, + 0.05194091796875, + 0.02386474609375, + 0.005283355712890625, + -0.034027099609375, + 0.006591796875, + -0.0247650146484375, + 0.0287933349609375, + 0.030609130859375, + -0.01812744140625, + -0.00885772705078125, + -0.006542205810546875, + 0.0183258056640625, + 0.058380126953125, + -0.044281005859375, + -0.0019130706787109375, + -0.05596923828125, + 0.014495849609375, + -0.06964111328125, + -0.0221405029296875, + -0.03564453125, + -0.034820556640625, + 0.06524658203125, + -0.04571533203125, + -0.01389312744140625, + -0.00447845458984375, + 0.03643798828125, + 0.02294921875, + 0.04248046875, + 0.007701873779296875, + -0.02960205078125, + -0.022552490234375, + 0.06524658203125, + 0.018218994140625, + -0.0040283203125, + -0.0028438568115234375, + 0.0362548828125, + 0.01117706298828125, + 0.01690673828125, + 0.0108184814453125, + 0.026580810546875, + 0.02960205078125, + 0.0384521484375, + 0.0157012939453125, + -0.01509857177734375, + 0.02899169921875, + -0.0180206298828125, + 0.0303955078125, + -0.07568359375, + -0.006366729736328125, + -0.00521087646484375, + 0.01152801513671875, + 0.0139923095703125, + -0.090576171875, + 0.003246307373046875, + 0.020538330078125, + 0.0002799034118652344, + -0.00850677490234375, + -0.0023784637451171875, + -0.0452880859375, + 0.0390625, + 0.0084075927734375, + -0.0011892318725585938, + 0.009918212890625, + 0.051544189453125, + -0.0660400390625, + 0.0254669189453125, + 0.006443023681640625, + 0.020538330078125, + -0.036041259765625, + -0.01318359375, + -0.0203399658203125, + -0.020538330078125, + -0.0316162109375, + -0.0243682861328125, + 0.03179931640625, + -0.0390625, + 0.01152801513671875, + -0.0191192626953125, + -0.0020389556884765625, + -0.031005859375, + -0.05194091796875, + 0.006343841552734375, + -0.0220489501953125, + -0.055572509765625, + -0.002227783203125, + 0.04852294921875, + 0.02386474609375, + 0.0016040802001953125, + -0.005462646484375, + -0.00946044921875, + -0.0223541259765625, + 0.0137939453125, + 0.00556182861328125, + 0.01540374755859375, + -0.0015039443969726562, + 0.04571533203125, + 0.023651123046875, + 0.036041259765625, + 0.01268768310546875, + 0.08251953125, + 0.0233612060546875, + -0.033416748046875, + 0.014190673828125, + 0.0210418701171875, + -0.0221405029296875, + 0.03924560546875, + 0.0170135498046875, + -0.0233612060546875, + -0.03424072265625, + -0.04046630859375, + 0.0136871337890625, + 0.04327392578125, + 0.00641632080078125, + 0.0149993896484375, + -0.0203399658203125, + -0.014495849609375, + 0.052337646484375, + -0.033416748046875, + 0.09100341796875, + -0.031005859375, + -0.048919677734375, + 0.0008807182312011719, + 0.0384521484375, + -0.016510009765625, + -0.0114288330078125, + 0.03643798828125, + -0.01318359375, + -0.006591796875, + 0.01922607421875, + -0.01490020751953125, + 0.033416748046875, + -0.00749969482421875, + 0.001811981201171875, + 0.03424072265625, + -0.006542205810546875, + 0.025970458984375, + 0.0316162109375, + 0.01690673828125, + 0.01036834716796875, + 0.0183258056640625, + -0.049530029296875, + -0.00218963623046875, + -0.046722412109375, + -0.052337646484375, + 0.0263671875, + 0.01439666748046875, + 0.01580810546875, + 0.0338134765625, + -0.04510498046875, + -0.042694091796875, + 0.01409149169921875, + -0.0308074951171875, + 0.0648193359375, + 0.033233642578125, + 0.006793975830078125, + 0.01690673828125, + -0.0137939453125, + 0.0010004043579101562, + 0.036834716796875, + 0.027374267578125, + 0.03704833984375, + 0.05194091796875, + 0.0316162109375, + 0.03424072265625, + -0.019622802734375, + 0.030609130859375, + 0.004680633544921875, + 0.041259765625, + 0.002704620361328125, + 0.0303955078125, + 0.03582763671875, + 0.054351806640625, + -0.0452880859375, + 0.06805419921875, + 0.020843505859375, + -0.03564453125, + 0.003749847412109375, + -0.0263671875, + 0.0155029296875, + -0.058380126953125, + 0.0029449462890625, + -0.006744384765625, + 0.00749969482421875, + 0.002780914306640625, + -0.0005125999450683594, + -0.040679931640625, + -0.004779815673828125, + 0.053955078125, + -0.04852294921875, + 0.0180206298828125, + 0.006793975830078125, + -0.027374267578125, + 0.0146942138671875, + -0.014801025390625, + -0.037841796875, + 0.03924560546875, + -0.057586669921875, + -0.035247802734375, + 0.023651123046875, + 0.02325439453125, + -0.0753173828125, + -0.040679931640625, + -0.036834716796875, + 0.0009751319885253906, + -0.021942138671875, + -0.0172119140625, + 0.034637451171875, + -0.0301971435546875, + 0.005084991455078125, + 0.02960205078125, + 0.0021266937255859375, + -0.040069580078125, + -0.0308074951171875, + 0.0291900634765625, + -0.017120361328125, + -0.0430908203125, + 0.01107025146484375, + 0.0217437744140625, + 0.0244598388671875, + -0.0213470458984375, + -0.029388427734375, + 0.01268768310546875, + -0.009063720703125, + -0.012481689453125, + 0.024658203125, + -0.0267791748046875, + -0.0322265625, + -0.034637451171875, + 0.03765869140625, + 0.01751708984375, + 0.0269775390625, + 0.0021266937255859375, + -0.04730224609375, + 0.01348876953125, + -0.053558349609375, + -0.00955963134765625, + 0.00649261474609375, + 0.00916290283203125, + -0.02557373046875, + 0.06683349609375, + 0.0006289482116699219, + -0.01122283935546875, + -0.0092620849609375, + 0.048919677734375, + 0.0200347900390625, + 0.0008177757263183594, + -0.0430908203125, + 0.054351806640625, + 0.003032684326171875, + -0.051544189453125, + 0.00428009033203125, + -0.021942138671875, + 0.004329681396484375, + 0.044891357421875, + -0.0277862548828125, + 0.00916290283203125, + 0.021942138671875, + -0.05718994140625, + -0.01611328125, + -0.03643798828125, + -0.033233642578125, + -0.0269775390625, + 0.0231475830078125, + 0.027587890625, + -0.01092529296875, + 0.044281005859375, + 0.020233154296875, + -0.034027099609375, + 0.0170135498046875, + -0.0022907257080078125, + -0.0312042236328125, + 0.0261688232421875, + -0.06280517578125, + -0.036834716796875, + -0.019927978515625, + 0.021942138671875, + -0.0183258056640625, + 0.01953125, + -0.004352569580078125, + -0.029998779296875, + 0.0128326416015625, + -0.029998779296875, + 0.007801055908203125, + -0.014801025390625, + -0.0118255615234375, + -0.0269775390625, + -0.0244598388671875, + 0.017120361328125, + 0.02557373046875, + -0.01358795166015625, + 0.024566650390625, + 0.031402587890625, + -0.058380126953125, + -0.016815185546875, + 0.00189971923828125, + -0.0017490386962890625, + 0.01016998291015625, + -0.029388427734375, + -0.006366729736328125, + -0.008453369140625, + 0.0567626953125, + -0.0250701904296875, + -0.02838134765625, + -0.0865478515625, + 0.0223541259765625, + 0.0006890296936035156, + -0.01611328125, + -0.0251617431640625, + -0.027374267578125, + -0.06280517578125, + -0.0174102783203125, + 0.038055419921875, + 0.0252685546875, + 0.0269775390625, + -0.0281829833984375, + -0.0271759033203125, + -0.00916290283203125, + -0.0499267578125, + 0.047515869140625, + 0.006191253662109375, + 0.006694793701171875, + 0.0009813308715820312, + 0.000484466552734375, + 0.0224456787109375, + 0.023651123046875, + 0.0281829833984375, + 0.0022525787353515625, + -0.011474609375, + -0.038055419921875, + 0.01273345947265625, + -0.0170135498046875, + -0.0316162109375, + 0.0012521743774414062, + -0.00800323486328125, + 0.0247650146484375, + -0.031402587890625, + -0.00870513916015625, + 0.01812744140625, + 0.0235595703125, + 0.02496337890625, + -0.014801025390625, + -0.0261688232421875, + 0.00362396240234375, + 0.019927978515625, + 0.0465087890625, + -0.03363037109375, + -0.0672607421875, + -0.01953125, + 0.0039005279541015625, + 0.03363037109375, + 0.0390625, + -0.00232696533203125, + -0.0197296142578125, + -0.007701873779296875, + 0.038665771484375, + -0.032012939453125, + -0.0592041015625, + -0.038055419921875, + 0.0157012939453125, + 0.0252685546875, + 0.020538330078125, + -0.011474609375, + 0.0728759765625, + 0.01157379150390625, + -0.005283355712890625, + 0.024658203125, + 0.042877197265625, + 0.0243682861328125, + -0.0187225341796875, + -0.07366943359375, + -0.01560211181640625, + -0.0233612060546875, + -0.048919677734375, + -0.0269775390625, + -0.009765625, + 0.0235595703125, + -0.06280517578125, + -0.006542205810546875, + -0.0241546630859375, + 0.01409149169921875, + 0.0211334228515625, + -0.012786865234375, + -0.01218414306640625, + 0.0372314453125, + 0.0312042236328125, + -0.018524169921875, + -0.0257720947265625, + 0.01177978515625, + 0.009063720703125, + 0.033416748046875, + 0.007198333740234375, + -0.046722412109375, + 0.029388427734375, + 0.008758544921875, + 0.00966644287109375, + 0.009063720703125, + 0.04168701171875, + 0.033233642578125, + -0.003322601318359375, + 0.024871826171875, + 0.093017578125, + -0.026580810546875, + -0.024871826171875, + 0.0146942138671875, + 0.014801025390625, + 0.029998779296875, + 0.050323486328125, + -0.0191192626953125, + -0.0021514892578125, + 0.003448486328125, + -0.05133056640625, + -0.029998779296875, + 0.00521087646484375, + 0.008056640625, + -0.02496337890625, + -0.034027099609375, + 0.01137542724609375, + -0.05194091796875, + 0.032012939453125, + -0.0094146728515625, + -0.01389312744140625, + -0.00689697265625, + 0.0458984375, + -0.017822265625, + -0.048736572265625, + 0.0201263427734375, + -0.00916290283203125, + -0.018524169921875, + -0.0174102783203125, + -0.032806396484375, + 0.01459503173828125, + -0.00606536865234375, + -0.08538818359375, + -0.0004875659942626953, + 0.03240966796875, + -0.01071929931640625, + -0.0648193359375, + 0.0128326416015625, + 0.01021575927734375, + -0.00955963134765625, + -0.01953125, + -0.0477294921875, + -0.034637451171875, + -0.00201416015625, + -0.050933837890625, + -0.0157012939453125, + 0.0070953369140625, + -0.0384521484375, + -0.00865936279296875, + 0.00920867919921875, + -0.0085601806640625, + 0.03179931640625, + -0.01268768310546875, + 0.0261688232421875, + 0.04449462890625, + 0.007701873779296875, + 0.022247314453125, + 0.0499267578125, + 0.0007801055908203125, + 0.01218414306640625, + 0.0031585693359375, + -0.032623291015625, + 0.00775146484375, + -0.016510009765625, + 0.0146942138671875, + -0.07086181640625, + -0.004833221435546875, + 0.038665771484375, + -0.06884765625, + 0.0287933349609375, + 0.03643798828125, + -0.00445556640625, + -0.038238525390625, + 0.01439666748046875, + -0.006038665771484375, + 0.0167083740234375, + 0.08251953125, + -0.0163116455078125, + -0.00014710426330566406, + 0.01611328125, + -0.03240966796875, + 0.05474853515625, + -0.00005936622619628906, + -0.005157470703125, + -0.038665771484375, + 0.0146942138671875, + 0.020538330078125, + -0.0123291015625, + 0.0089569091796875, + -0.067626953125, + -0.028594970703125, + 0.03765869140625, + 0.00860595703125, + 0.01273345947265625, + 0.00649261474609375, + -0.0277862548828125, + 0.0007143020629882812, + -0.031005859375, + 0.02838134765625, + -0.0025920867919921875, + 0.0252685546875, + -0.036041259765625, + -0.004405975341796875, + -0.0183258056640625, + -0.05517578125, + -0.036651611328125, + -0.01983642578125, + -0.002063751220703125, + -0.01268768310546875, + -0.029388427734375, + 0.0183258056640625, + 0.0153045654296875, + 0.029998779296875, + 0.032806396484375, + 0.05194091796875, + -0.024566650390625, + -0.009613037109375, + 0.018218994140625, + 0.031005859375, + 0.0194244384765625, + -0.00354766845703125, + 0.01348876953125, + 0.0193328857421875, + 0.0172119140625, + -0.048126220703125, + 0.018218994140625, + 0.053955078125, + 0.00003814697265625, + -0.05517578125, + 0.0085601806640625, + -0.032012939453125, + 0.03643798828125, + -0.0316162109375, + 0.040252685546875, + -0.0085601806640625, + 0.0011072158813476562, + -0.08978271484375, + 0.04046630859375, + -0.01087188720703125, + 0.02294921875, + 0.027374267578125, + -0.03424072265625, + -0.064453125, + -0.040679931640625, + -0.0180206298828125, + 0.030609130859375, + -0.0170135498046875, + 0.021636962890625, + 0.001163482666015625, + 0.00513458251953125, + 0.0184173583984375, + 0.0091094970703125, + -0.00540924072265625, + 0.0362548828125, + 0.00971221923828125, + -0.0362548828125, + 0.07330322265625, + -0.028594970703125, + 0.036834716796875, + -0.003826141357421875, + 0.0006542205810546875, + 0.0187225341796875, + -0.016510009765625, + -0.034423828125, + -0.000988006591796875, + 0.02325439453125, + 0.028594970703125, + -0.0046539306640625, + 0.010772705078125, + -0.0114288330078125, + 0.02960205078125, + 0.0017490386962890625, + -0.022247314453125, + 0.02386474609375, + 0.01519775390625, + -0.0308074951171875, + -0.00850677490234375, + -0.050933837890625, + -0.08135986328125, + -0.0277862548828125, + -0.04791259765625, + -0.01490020751953125, + -0.011627197265625, + -0.005184173583984375, + 0.01052093505859375, + -0.06805419921875, + 0.0308074951171875, + -0.00800323486328125, + -0.0372314453125, + -0.0207366943359375, + -0.01036834716796875, + -0.0384521484375, + 0.060394287109375, + 0.01006317138671875, + -0.0176239013671875, + 0.02264404296875, + -0.0220489501953125, + -0.01439666748046875, + 0.020538330078125, + -0.0203399658203125, + -0.040252685546875, + 0.02496337890625, + -0.08575439453125, + -0.032012939453125, + 0.0109710693359375, + 0.0291900634765625, + -0.0006070137023925781, + -0.01102447509765625, + 0.034637451171875, + 0.00136566162109375, + -0.05596923828125, + 0.036651611328125, + 0.021240234375, + -0.00354766845703125, + 0.01006317138671875, + 0.018524169921875, + -0.003498077392578125, + -0.004405975341796875, + 0.0223541259765625, + 0.034637451171875, + 0.034027099609375, + 0.01006317138671875, + 0.00086212158203125, + 0.0240631103515625, + -0.04046630859375, + 0.0172119140625, + 0.01168060302734375, + 0.0298004150390625, + -0.000431060791015625, + 0.010772705078125, + -0.0200347900390625, + -0.1063232421875, + -0.0430908203125, + -0.00951385498046875, + -0.06402587890625, + 0.0008745193481445312, + 0.06683349609375, + 0.035247802734375, + -0.0021648406982421875, + 0.0176239013671875, + 0.00420379638671875, + 0.029998779296875, + 0.0384521484375, + -0.0017490386962890625, + -0.07366943359375, + -0.00749969482421875, + 0.0243682861328125, + 0.05194091796875, + -0.055572509765625, + 0.053955078125, + 0.063232421875, + -0.025970458984375, + -0.048919677734375, + 0.0048065185546875, + 0.004680633544921875, + 0.053955078125, + 0.011627197265625, + 0.0058135986328125, + -0.06646728515625, + 0.01439666748046875, + 0.027984619140625, + -0.003208160400390625, + -0.01067352294921875, + -0.0217437744140625, + -0.03179931640625, + 0.056365966796875, + -0.044891357421875, + -0.0174102783203125, + 0.002490997314453125, + 0.058380126953125, + 0.0112762451171875, + -0.052337646484375, + -0.01172637939453125, + 0.04046630859375, + 0.018524169921875, + -0.0137939453125, + 0.0108184814453125, + -0.01117706298828125, + -0.0006985664367675781, + 0.0174102783203125, + 0.0648193359375, + -0.004756927490234375, + 0.0579833984375, + 0.01953125, + -0.035430908203125, + 0.003421783447265625, + 0.018218994140625, + 0.0101165771484375, + -0.00689697265625, + -0.0247650146484375, + 0.0000438690185546875, + -0.040069580078125, + 0.04913330078125, + 0.02838134765625, + 0.0271759033203125, + 0.040679931640625, + -0.0015544891357421875, + 0.01001739501953125, + 0.005462646484375, + 0.054351806640625, + 0.059600830078125, + 0.0338134765625, + -0.0108184814453125, + 0.02899169921875, + 0.029388427734375, + -0.01580810546875, + -0.01203155517578125, + 0.05194091796875, + -0.03424072265625, + 0.0137939453125, + -0.04107666015625, + 0.01611328125, + 0.0190277099609375, + -0.0231475830078125, + -0.031005859375, + -0.030609130859375, + -0.0028934478759765625, + -0.0187225341796875, + -0.0194244384765625, + -0.02325439453125, + 0.050750732421875, + -0.0567626953125, + 0.047119140625, + 0.04931640625, + -0.0122833251953125, + 0.033416748046875, + -0.03924560546875, + 0.07891845703125, + 0.019622802734375, + 0.0277862548828125, + -0.02264404296875, + 0.0241546630859375, + 0.0458984375, + -0.004680633544921875, + -0.010772705078125, + 0.01580810546875, + -0.0016613006591796875, + 0.04974365234375, + 0.01001739501953125, + 0.017120361328125, + -0.05877685546875, + 0.020843505859375, + 0.0085601806640625, + -0.04449462890625, + 0.053558349609375, + 0.0316162109375, + 0.0271759033203125, + -0.0160064697265625, + -0.0094146728515625, + -0.0028934478759765625, + -0.05999755859375, + 0.05718994140625, + 0.0254669189453125, + 0.001163482666015625, + 0.00614166259765625, + -0.06280517578125, + 0.047119140625, + 0.01439666748046875, + 0.058380126953125, + -0.0430908203125, + 0.0241546630859375, + -0.0029697418212890625, + 0.006694793701171875, + -0.033416748046875, + -0.0016355514526367188, + 0.01358795166015625, + 0.027374267578125, + -0.028594970703125, + 0.037841796875, + 0.0418701171875, + -0.00420379638671875, + -0.050323486328125, + -0.0153045654296875, + 0.0203399658203125, + 0.0031833648681640625, + 0.067626953125, + -0.03424072265625, + -0.03424072265625, + -0.007904052734375, + 0.0237579345703125, + 0.042083740234375, + -0.01348876953125, + 0.025970458984375, + 0.002704620361328125, + 0.0033969879150390625, + -0.0234527587890625, + -0.015899658203125 + ], + "metadata": { + "domains": [ + "fraud-investigation", + "network-forensics", + "incident-response" + ], + "phases": [ + "analysis", + "reporting" + ], + "tags": [ + "graph-visualisierung", + "link-analysis", + "aml", + "fraud" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Maltego", + "type": "tool", + "name": "Maltego", + "content": "maltego die link-analysis-suite transformiert osint-recherchen in visuelle netzwerke für fraud-ermittlungen und threat-intelligence. graph-basierte darstellung zeigt verbindungen zwischen personen, domains, ip-adressen, social-media- accounts intuitiv. transform-engine automatisiert datensammlung aus hunderten quellen: dns-records, whois-daten, social-networks, darkweb-mentions. besonders mächtig für bec-fraud: email-to-domain-to-infrastructure-mapping enthüllt scammer-netzwerke. die maltego-teeth-integration bringt kommerzielle datenquellen. machine-learning-algorithmen finden versteckte cluster. collaboration-features für team-ermittlungen. case-management dokumentiert recherche-pfade. export zu verschiedenen formaten für reports. die community-edition (kostenlos) limitiert auf 12 entities, aber ausreichend für kleinere fälle. professional-versionen (ab 999€) entfernen limits. standard-tool für financial-crime-units und osint-analysten weltweit. osint link-analysis fraud-investigation network-forensics analysis", + "embedding": [ + -0.03369140625, + 0.027008056640625, + 0.04547119140625, + 0.00036597251892089844, + 0.030609130859375, + 0.035400390625, + 0.041534423828125, + -0.018890380859375, + -0.00914764404296875, + 0.005298614501953125, + -0.0186309814453125, + 0.0328369140625, + -0.002532958984375, + 0.00696563720703125, + -0.06500244140625, + 0.061553955078125, + 0.0058135986328125, + 0.0230865478515625, + 0.00867462158203125, + 0.00589752197265625, + -0.00611114501953125, + 0.004123687744140625, + -0.05438232421875, + 0.001987457275390625, + 0.019744873046875, + 0.00957489013671875, + -0.03607177734375, + -0.05780029296875, + -0.003612518310546875, + -0.00765228271484375, + 0.01171112060546875, + -0.037628173828125, + -0.023773193359375, + 0.033172607421875, + -0.0122222900390625, + -0.02923583984375, + -0.009063720703125, + -0.031982421875, + -0.04034423828125, + 0.016754150390625, + -0.0084228515625, + -0.0010471343994140625, + 0.0216217041015625, + -0.00782012939453125, + -0.053680419921875, + -0.033843994140625, + -0.00675201416015625, + -0.0101318359375, + 0.0010690689086914062, + 0.008636474609375, + 0.018890380859375, + 0.03436279296875, + 0.01555633544921875, + -0.01081085205078125, + -0.039154052734375, + 0.0222320556640625, + 0.0199127197265625, + -0.03094482421875, + -0.045135498046875, + 0.026336669921875, + -0.047882080078125, + 0.00408172607421875, + -0.009490966796875, + -0.007778167724609375, + 0.0123138427734375, + 0.01047515869140625, + -0.0239410400390625, + -0.0282135009765625, + 0.013763427734375, + -0.002971649169921875, + 0.00812530517578125, + 0.00931549072265625, + 0.0166778564453125, + 0.0017843246459960938, + -0.0173492431640625, + -0.0413818359375, + -0.0156402587890625, + 0.037445068359375, + -0.01256561279296875, + 0.0015497207641601562, + -0.046173095703125, + 0.0010528564453125, + 0.050262451171875, + -0.0276947021484375, + -0.0139312744140625, + -0.003162384033203125, + 0.039154052734375, + 0.0006651878356933594, + -0.0049591064453125, + 0.0019779205322265625, + 0.00504302978515625, + 0.0084228515625, + 0.02239990234375, + -0.02752685546875, + 0.053680419921875, + 0.034881591796875, + -0.0304412841796875, + 0.00974273681640625, + -0.0130767822265625, + 0.035552978515625, + 0.0194854736328125, + -0.0166778564453125, + 0.035919189453125, + 0.00675201416015625, + 0.039154052734375, + -0.02581787109375, + 0.02496337890625, + -0.0265045166015625, + -0.00919342041015625, + -0.0282135009765625, + -0.07183837890625, + -0.0161590576171875, + -0.0166778564453125, + -0.0670166015625, + -0.0004944801330566406, + 0.0194854736328125, + -0.012054443359375, + 0.0276947021484375, + -0.057098388671875, + -0.050262451171875, + 0.036407470703125, + 0.026336669921875, + 0.0019989013671875, + 0.00012958049774169922, + -0.03863525390625, + -0.06256103515625, + 0.01256561279296875, + 0.033355712890625, + -0.042755126953125, + -0.009918212890625, + -0.0265045166015625, + -0.026153564453125, + 0.0028858184814453125, + -0.02667236328125, + 0.013336181640625, + -0.0213775634765625, + 0.0247955322265625, + 0.011199951171875, + 0.00036072731018066406, + -0.0126495361328125, + 0.04412841796875, + -0.005405426025390625, + -0.07080078125, + 0.021881103515625, + -0.040679931640625, + -0.0126495361328125, + -0.0058135986328125, + 0.049591064453125, + -0.0287322998046875, + -0.002307891845703125, + -0.0114593505859375, + 0.02154541015625, + 0.06463623046875, + 0.0110321044921875, + 0.0036754608154296875, + -0.03369140625, + -0.0135955810546875, + -0.00354766845703125, + 0.062225341796875, + -0.0020084381103515625, + 0.00611114501953125, + 0.00807952880859375, + 0.02752685546875, + 0.0242767333984375, + -0.0003685951232910156, + -0.0294036865234375, + -0.0225677490234375, + 0.0247955322265625, + 0.00867462158203125, + -0.003292083740234375, + 0.0196685791015625, + 0.0098724365234375, + 0.028045654296875, + 0.061553955078125, + -0.0032062530517578125, + 0.030609130859375, + -0.00572967529296875, + -0.003162384033203125, + 0.03778076171875, + 0.0230865478515625, + -0.011627197265625, + -0.00876617431640625, + 0.040191650390625, + -0.0175323486328125, + 0.020263671875, + -0.0014209747314453125, + -0.0265045166015625, + -0.0148773193359375, + -0.01898193359375, + 0.00829315185546875, + -0.033355712890625, + -0.0200042724609375, + -0.011199951171875, + 0.0273590087890625, + 0.03607177734375, + 0.072509765625, + -0.0204315185546875, + -0.0191497802734375, + 0.034698486328125, + 0.02239990234375, + -0.00743865966796875, + 0.030609130859375, + -0.00962066650390625, + 0.033843994140625, + 0.0225677490234375, + 0.00572967529296875, + -0.0157318115234375, + 0.03369140625, + 0.0328369140625, + -0.0171051025390625, + -0.00611114501953125, + 0.06329345703125, + -0.0207672119140625, + -0.007610321044921875, + -0.0157318115234375, + -0.022064208984375, + -0.01239776611328125, + -0.01727294921875, + -0.00615692138671875, + -0.00765228271484375, + -0.0011272430419921875, + -0.046844482421875, + -0.0170135498046875, + 0.03265380859375, + -0.0135955810546875, + 0.0234222412109375, + 0.004852294921875, + -0.037261962890625, + -0.005985260009765625, + 0.02154541015625, + 0.040679931640625, + 0.011199951171875, + -0.0161590576171875, + -0.0019235610961914062, + -0.006198883056640625, + -0.01090240478515625, + 0.04205322265625, + 0.0499267578125, + 0.0256500244140625, + 0.012054443359375, + -0.0194854736328125, + 0.0265045166015625, + -0.0251312255859375, + 0.0379638671875, + 0.026153564453125, + -0.0049591064453125, + -0.03094482421875, + -0.004573822021484375, + 0.01479339599609375, + 0.07696533203125, + -0.04583740234375, + -0.01325225830078125, + -0.07421875, + 0.0207672119140625, + -0.06671142578125, + -0.04754638671875, + -0.0379638671875, + -0.037109375, + 0.07080078125, + -0.0282135009765625, + -0.0194854736328125, + 0.0019025802612304688, + 0.018890380859375, + 0.0139312744140625, + 0.05572509765625, + 0.0019989013671875, + -0.0276947021484375, + 0.01059722900390625, + 0.0550537109375, + -0.0005745887756347656, + -0.020172119140625, + -0.0005369186401367188, + 0.039154052734375, + -0.0005903244018554688, + 0.0213775634765625, + -0.01367950439453125, + 0.0212860107421875, + 0.033172607421875, + 0.040008544921875, + 0.033843994140625, + -0.0259857177734375, + 0.0196685791015625, + 0.008209228515625, + 0.06396484375, + -0.05780029296875, + -0.03179931640625, + -0.007480621337890625, + 0.02325439453125, + -0.01042938232421875, + -0.046844482421875, + 0.00632476806640625, + 0.02838134765625, + 0.00036334991455078125, + -0.0107269287109375, + -0.00015294551849365234, + -0.037445068359375, + 0.023773193359375, + 0.0018491744995117188, + -0.00931549072265625, + 0.018463134765625, + 0.057098388671875, + -0.04547119140625, + 0.02325439453125, + -0.01239776611328125, + 0.013336181640625, + -0.031280517578125, + -0.039825439453125, + -0.0230865478515625, + -0.0211944580078125, + -0.046844482421875, + -0.0196685791015625, + 0.0174407958984375, + -0.017608642578125, + -0.0038471221923828125, + -0.01384735107421875, + 0.0008068084716796875, + -0.041046142578125, + -0.031646728515625, + 0.00722503662109375, + -0.0302581787109375, + -0.04119873046875, + -0.021881103515625, + 0.04547119140625, + -0.0122222900390625, + -0.0017099380493164062, + -0.00376129150390625, + -0.0311126708984375, + -0.03948974609375, + 0.0011806488037109375, + -0.0247955322265625, + 0.01522064208984375, + 0.004917144775390625, + 0.042388916015625, + 0.0178680419921875, + 0.043426513671875, + 0.0162506103515625, + 0.07110595703125, + 0.035919189453125, + -0.0182952880859375, + 0.00978851318359375, + -0.00008547306060791016, + 0.0186309814453125, + 0.0177764892578125, + -0.01436614990234375, + -0.0204315185546875, + -0.009490966796875, + -0.05059814453125, + 0.02239990234375, + 0.00472259521484375, + 0.0066680908203125, + 0.028045654296875, + -0.0311126708984375, + -0.007480621337890625, + 0.0858154296875, + -0.0005822181701660156, + 0.10736083984375, + -0.0307769775390625, + -0.05780029296875, + 0.003932952880859375, + 0.04754638671875, + -0.029754638671875, + -0.024627685546875, + 0.031280517578125, + -0.01197052001953125, + -0.0161590576171875, + 0.02496337890625, + -0.0127410888671875, + 0.04718017578125, + -0.0196685791015625, + -0.0123138427734375, + 0.035919189453125, + -0.0213775634765625, + -0.003078460693359375, + 0.044464111328125, + 0.028900146484375, + 0.002971649169921875, + 0.0192413330078125, + -0.0211944580078125, + -0.0018596649169921875, + -0.03948974609375, + -0.05572509765625, + 0.035064697265625, + 0.04547119140625, + 0.01128387451171875, + 0.0171051025390625, + -0.02410888671875, + -0.05609130859375, + 0.040008544921875, + -0.028045654296875, + 0.05267333984375, + 0.0482177734375, + 0.00589752197265625, + 0.020599365234375, + -0.037628173828125, + 0.00696563720703125, + 0.050262451171875, + 0.035400390625, + 0.05230712890625, + 0.06329345703125, + 0.026336669921875, + 0.012908935546875, + -0.039337158203125, + 0.02923583984375, + 0.003162384033203125, + -0.0036983489990234375, + 0.007564544677734375, + 0.044464111328125, + 0.0218048095703125, + 0.035552978515625, + -0.0256500244140625, + 0.05096435546875, + 0.030609130859375, + -0.039825439453125, + 0.00807952880859375, + -0.031280517578125, + 0.0222320556640625, + -0.062225341796875, + 0.0009298324584960938, + -0.0005235671997070312, + 0.0100860595703125, + -0.002758026123046875, + 0.0113677978515625, + -0.04754638671875, + -0.0005612373352050781, + 0.056427001953125, + -0.055389404296875, + 0.0170135498046875, + 0.01538848876953125, + -0.01727294921875, + 0.005558013916015625, + -0.016326904296875, + -0.035400390625, + 0.0161590576171875, + -0.050262451171875, + -0.0188140869140625, + 0.006412506103515625, + 0.02496337890625, + -0.0673828125, + -0.01154327392578125, + -0.0482177734375, + -0.01026153564453125, + -0.007480621337890625, + -0.018890380859375, + 0.043243408203125, + -0.004638671875, + 0.00696563720703125, + 0.037628173828125, + 0.0126495361328125, + -0.020599365234375, + -0.03265380859375, + 0.034881591796875, + -0.006626129150390625, + -0.05780029296875, + 0.00722503662109375, + 0.0199127197265625, + 0.011627197265625, + -0.021026611328125, + -0.00322723388671875, + -0.01384735107421875, + 0.02838134765625, + 0.006923675537109375, + 0.020599365234375, + -0.045135498046875, + -0.027191162109375, + -0.0251312255859375, + 0.0447998046875, + 0.012908935546875, + 0.02410888671875, + 0.0157318115234375, + -0.05438232421875, + 0.03179931640625, + -0.06842041015625, + -0.01128387451171875, + -0.0083770751953125, + 0.00637054443359375, + -0.033355712890625, + 0.0653076171875, + -0.0285491943359375, + -0.027191162109375, + -0.0107269287109375, + 0.061553955078125, + 0.0182037353515625, + -0.007778167724609375, + -0.046844482421875, + 0.044464111328125, + 0.01983642578125, + -0.05267333984375, + 0.0131683349609375, + -0.0118865966796875, + 0.0178680419921875, + 0.03094482421875, + -0.049591064453125, + -0.0166778564453125, + -0.0011434555053710938, + -0.0772705078125, + -0.036773681640625, + -0.036590576171875, + -0.036407470703125, + -0.040863037109375, + 0.032135009765625, + 0.0135040283203125, + -0.00568389892578125, + 0.036590576171875, + 0.023590087890625, + -0.004787445068359375, + 0.003910064697265625, + 0.01239776611328125, + -0.026153564453125, + 0.035919189453125, + -0.05780029296875, + -0.036590576171875, + -0.0170135498046875, + 0.035919189453125, + -0.005641937255859375, + 0.0123138427734375, + -0.00824737548828125, + -0.0084228515625, + 0.035400390625, + -0.01727294921875, + -0.00765228271484375, + 0.007266998291015625, + -0.035736083984375, + -0.037109375, + -0.041046142578125, + 0.0212860107421875, + 0.00957489013671875, + -0.00983428955078125, + 0.021881103515625, + 0.0482177734375, + -0.051300048828125, + 0.005855560302734375, + 0.03009033203125, + 0.004383087158203125, + -0.0018377304077148438, + -0.00301361083984375, + -0.00429534912109375, + -0.000013053417205810547, + 0.03265380859375, + -0.035736083984375, + -0.028900146484375, + -0.093017578125, + 0.04547119140625, + 0.0025539398193359375, + -0.0192413330078125, + -0.030609130859375, + -0.04547119140625, + -0.054718017578125, + 0.012054443359375, + 0.048553466796875, + 0.017608642578125, + 0.027191162109375, + -0.0447998046875, + -0.009490966796875, + 0.015899658203125, + -0.05609130859375, + 0.03350830078125, + -0.0006837844848632812, + 0.0114593505859375, + 0.0251312255859375, + -0.053680419921875, + 0.0213775634765625, + 0.01064300537109375, + 0.027191162109375, + 0.002628326416015625, + 0.02239990234375, + -0.0345458984375, + 0.02923583984375, + 0.00927734375, + -0.0247955322265625, + 0.01038360595703125, + -0.00568389892578125, + 0.04119873046875, + -0.028900146484375, + -0.00829315185546875, + 0.017608642578125, + -0.0051727294921875, + 0.0294036865234375, + -0.003910064697265625, + 0.0090179443359375, + 0.0211944580078125, + -0.0038051605224609375, + 0.0653076171875, + -0.042388916015625, + -0.059173583984375, + -0.024444580078125, + 0.017608642578125, + 0.041046142578125, + 0.046844482421875, + 0.010772705078125, + -0.01522064208984375, + 0.0171051025390625, + 0.037445068359375, + 0.0070953369140625, + -0.07421875, + -0.0704345703125, + 0.04376220703125, + 0.038299560546875, + 0.0533447265625, + -0.0022869110107421875, + 0.0858154296875, + 0.0183868408203125, + 0.004703521728515625, + 0.031982421875, + 0.054718017578125, + 0.038818359375, + -0.0178680419921875, + -0.056427001953125, + 0.00914764404296875, + 0.009918212890625, + -0.06597900390625, + -0.047882080078125, + 0.012054443359375, + 0.065673828125, + -0.07080078125, + -0.0032062530517578125, + -0.0282135009765625, + -0.00397491455078125, + 0.025299072265625, + 0.002735137939453125, + -0.006626129150390625, + 0.01213836669921875, + -0.0090179443359375, + -0.02325439453125, + 0.004253387451171875, + -0.0222320556640625, + 0.0014858245849609375, + 0.040008544921875, + 0.0122222900390625, + -0.0234222412109375, + 0.0170135498046875, + 0.013763427734375, + 0.00970458984375, + 0.0311126708984375, + 0.03436279296875, + 0.03350830078125, + 0.00995635986328125, + 0.0396728515625, + 0.07696533203125, + -0.01171112060546875, + -0.027008056640625, + 0.0110321044921875, + 0.021453857421875, + 0.03179931640625, + 0.03607177734375, + -0.0038890838623046875, + 0.026336669921875, + -0.0020084381103515625, + -0.03265380859375, + -0.0256500244140625, + 0.0092315673828125, + -0.01197052001953125, + -0.05230712890625, + -0.0482177734375, + 0.003055572509765625, + -0.0256500244140625, + 0.0212860107421875, + 0.02496337890625, + -0.01812744140625, + -0.0015926361083984375, + 0.03607177734375, + -0.0160675048828125, + -0.02410888671875, + 0.00931549072265625, + 0.0019989013671875, + -0.024444580078125, + -0.01812744140625, + -0.0256500244140625, + 0.023590087890625, + -0.0173492431640625, + -0.07183837890625, + -0.00846099853515625, + 0.036773681640625, + 0.004062652587890625, + -0.031982421875, + 0.02410888671875, + 0.0183868408203125, + -0.00290679931640625, + -0.0635986328125, + -0.038818359375, + -0.007480621337890625, + 0.012481689453125, + -0.036590576171875, + 0.02838134765625, + 0.005771636962890625, + -0.04034423828125, + -0.00028061866760253906, + 0.003932952880859375, + -0.0169219970703125, + 0.028900146484375, + -0.06292724609375, + 0.028900146484375, + 0.002414703369140625, + 0.00572967529296875, + 0.0256500244140625, + 0.07452392578125, + -0.0256500244140625, + 0.0022754669189453125, + -0.0188140869140625, + -0.03521728515625, + 0.0230865478515625, + -0.0256500244140625, + 0.00333404541015625, + -0.053009033203125, + 0.01171112060546875, + 0.051971435546875, + -0.0533447265625, + 0.01299285888671875, + 0.0218048095703125, + -0.01282501220703125, + -0.039825439453125, + 0.018890380859375, + -0.002864837646484375, + 0.0118865966796875, + 0.065673828125, + 0.00970458984375, + 0.0036983489990234375, + -0.0139312744140625, + -0.034698486328125, + 0.050262451171875, + 0.008209228515625, + 0.0242767333984375, + -0.0212860107421875, + 0.0192413330078125, + 0.007350921630859375, + -0.032135009765625, + 0.01042938232421875, + -0.07659912109375, + -0.0060272216796875, + 0.046173095703125, + 0.0118865966796875, + -0.0024051666259765625, + -0.009918212890625, + -0.060882568359375, + -0.01538848876953125, + -0.0190582275390625, + 0.029754638671875, + 0.024444580078125, + 0.0194091796875, + -0.038116455078125, + -0.0290679931640625, + 0.012054443359375, + -0.050262451171875, + -0.0130767822265625, + -0.0211181640625, + 0.007480621337890625, + 0.013336181640625, + -0.0465087890625, + 0.022064208984375, + 0.02667236328125, + 0.015045166015625, + 0.0036334991455078125, + 0.038116455078125, + -0.034027099609375, + 0.00658416748046875, + 0.005855560302734375, + 0.0259857177734375, + 0.0011644363403320312, + -0.00799560546875, + -0.002201080322265625, + 0.018035888671875, + 0.036590576171875, + -0.041717529296875, + 0.01171112060546875, + 0.03179931640625, + -0.0268402099609375, + -0.039825439453125, + 0.0023517608642578125, + -0.0239410400390625, + 0.0550537109375, + -0.00824737548828125, + 0.04547119140625, + 0.004123687744140625, + 0.0038051605224609375, + -0.08892822265625, + 0.04376220703125, + -0.0183868408203125, + 0.0282135009765625, + 0.024444580078125, + -0.024444580078125, + -0.059173583984375, + -0.057098388671875, + -0.00893402099609375, + 0.0159912109375, + -0.0299224853515625, + 0.034698486328125, + 0.03094482421875, + 0.01427459716796875, + 0.0177764892578125, + 0.01171112060546875, + -0.0090179443359375, + 0.034210205078125, + 0.0225677490234375, + -0.039825439453125, + 0.07452392578125, + -0.027008056640625, + 0.04034423828125, + 0.005985260009765625, + -0.0029277801513671875, + 0.0183868408203125, + 0.001667022705078125, + -0.043243408203125, + 0.00504302978515625, + 0.06396484375, + 0.035919189453125, + -0.035400390625, + 0.0208587646484375, + -0.005298614501953125, + 0.0205230712890625, + -0.0015392303466796875, + -0.0211181640625, + 0.005428314208984375, + -0.000014543533325195312, + -0.038970947265625, + -0.01641845703125, + -0.072509765625, + -0.06671142578125, + 0.01026153564453125, + -0.042755126953125, + 0.005321502685546875, + -0.0013895034790039062, + 0.009063720703125, + 0.0118865966796875, + -0.060516357421875, + 0.036590576171875, + -0.015472412109375, + -0.034210205078125, + -0.00803375244140625, + 0.0118865966796875, + -0.028045654296875, + 0.053680419921875, + 0.0242767333984375, + -0.038299560546875, + -0.0135040283203125, + -0.0222320556640625, + 0.00269317626953125, + -0.0008230209350585938, + 0.007183074951171875, + -0.037109375, + 0.0242767333984375, + -0.06396484375, + -0.0256500244140625, + 0.0188140869140625, + 0.0196685791015625, + 0.005214691162109375, + -0.0139312744140625, + 0.035736083984375, + -0.01410675048828125, + -0.057464599609375, + 0.03009033203125, + -0.00011289119720458984, + 0.0005717277526855469, + 0.0251312255859375, + -0.0158233642578125, + -0.01256561279296875, + -0.0135040283203125, + 0.039825439453125, + 0.0182952880859375, + 0.01812744140625, + 0.0199127197265625, + -0.0218048095703125, + 0.00927734375, + -0.01055908203125, + 0.03179931640625, + 0.0014963150024414062, + -0.00110626220703125, + -0.004467010498046875, + 0.018463134765625, + -0.004425048828125, + -0.096435546875, + -0.021026611328125, + -0.031982421875, + -0.059844970703125, + -0.0007638931274414062, + 0.0687255859375, + 0.026153564453125, + -0.003292083740234375, + 0.03179931640625, + 0.0127410888671875, + 0.01038360595703125, + 0.019744873046875, + -0.01282501220703125, + -0.0704345703125, + -0.0194091796875, + 0.04376220703125, + 0.026153564453125, + -0.069091796875, + 0.046844482421875, + 0.0635986328125, + -0.0092315673828125, + -0.042755126953125, + 0.0029277801513671875, + -0.01055908203125, + 0.044464111328125, + 0.04290771484375, + 0.007396697998046875, + -0.05267333984375, + 0.00722503662109375, + 0.011627197265625, + 0.006496429443359375, + 0.01055908203125, + -0.0205230712890625, + -0.0311126708984375, + 0.07867431640625, + -0.0704345703125, + -0.004253387451171875, + 0.024627685546875, + 0.075927734375, + 0.0268402099609375, + -0.038482666015625, + -0.00658416748046875, + 0.0259857177734375, + 0.0218048095703125, + -0.007564544677734375, + 0.0135040283203125, + -0.0012025833129882812, + 0.0191497802734375, + 0.0135955810546875, + 0.05267333984375, + 0.0025119781494140625, + 0.051971435546875, + 0.0194854736328125, + -0.0430908203125, + 0.0182037353515625, + 0.01812744140625, + 0.00957489013671875, + -0.01410675048828125, + -0.033843994140625, + -0.00872039794921875, + -0.04718017578125, + 0.0299224853515625, + 0.02752685546875, + 0.035919189453125, + 0.028045654296875, + -0.01171112060546875, + -0.0126495361328125, + 0.007694244384765625, + 0.035064697265625, + 0.0287322998046875, + 0.0276947021484375, + -0.0029277801513671875, + 0.02239990234375, + 0.0186309814453125, + 0.00919342041015625, + -0.0185546875, + 0.033843994140625, + -0.01342010498046875, + 0.0010957717895507812, + -0.038970947265625, + 0.012908935546875, + 0.012481689453125, + -0.0140228271484375, + -0.01342010498046875, + -0.032501220703125, + 0.00504302978515625, + -0.033843994140625, + -0.036590576171875, + -0.0183868408203125, + 0.039154052734375, + -0.040191650390625, + 0.0114593505859375, + 0.0294036865234375, + -0.0282135009765625, + 0.01555633544921875, + -0.039154052734375, + 0.0789794921875, + 0.037628173828125, + 0.02581787109375, + -0.0118865966796875, + 0.0171051025390625, + 0.047882080078125, + -0.0109405517578125, + 0.012908935546875, + 0.02154541015625, + 0.006839752197265625, + 0.059844970703125, + 0.0465087890625, + 0.0008654594421386719, + -0.0482177734375, + 0.046844482421875, + 0.00791168212890625, + -0.03179931640625, + 0.051971435546875, + 0.024627685546875, + 0.00322723388671875, + -0.01239776611328125, + -0.007778167724609375, + 0.005001068115234375, + -0.056427001953125, + 0.06597900390625, + 0.019317626953125, + 0.0098724365234375, + 0.022918701171875, + -0.07147216796875, + 0.042236328125, + 0.0139312744140625, + 0.058135986328125, + -0.0259857177734375, + 0.050262451171875, + 0.006282806396484375, + -0.007480621337890625, + -0.00807952880859375, + 0.019744873046875, + 0.01410675048828125, + 0.043426513671875, + -0.00872039794921875, + 0.04718017578125, + 0.042388916015625, + 0.001560211181640625, + -0.04754638671875, + -0.0230865478515625, + 0.03179931640625, + 0.0165863037109375, + 0.041717529296875, + -0.05267333984375, + -0.035736083984375, + 0.003932952880859375, + 0.0140228271484375, + 0.07659912109375, + -0.044464111328125, + -0.0161590576171875, + 0.0171051025390625, + -0.00696563720703125, + -0.005344390869140625, + -0.0304412841796875 + ], + "metadata": { + "domains": [ + "fraud-investigation", + "network-forensics" + ], + "phases": [ + "analysis" + ], + "tags": [ + "osint", + "link-analysis" + ], + "skillLevel": "intermediate", + "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 incident-response mobile-forensics data-collection", + "embedding": [ + -0.0102996826171875, + 0.0400390625, + 0.03179931640625, + -0.0166778564453125, + 0.034881591796875, + 0.03448486328125, + -0.015045166015625, + 0.015716552734375, + -0.009246826171875, + -0.0014495849609375, + -0.04083251953125, + 0.051727294921875, + 0.0164794921875, + -0.027984619140625, + -0.043701171875, + 0.025482177734375, + 0.006134033203125, + 0.010589599609375, + -0.013702392578125, + 0.00527191162109375, + -0.005199432373046875, + -0.041595458984375, + -0.07208251953125, + 0.0004940032958984375, + 0.01456451416015625, + 0.0014848709106445312, + -0.0249176025390625, + -0.057098388671875, + -0.03143310546875, + -0.0017604827880859375, + 0.0188751220703125, + -0.01523590087890625, + 0.00804901123046875, + 0.041595458984375, + -0.0039520263671875, + -0.0186920166015625, + 0.0196380615234375, + -0.02874755859375, + -0.0249176025390625, + 0.0467529296875, + 0.0002111196517944336, + 0.01485443115234375, + 0.00737762451171875, + -0.0160064697265625, + -0.0194549560546875, + -0.0283660888671875, + 0.01010894775390625, + -0.019927978515625, + 0.01934814453125, + -0.050201416015625, + 0.0251007080078125, + 0.01380157470703125, + 0.00133514404296875, + -0.0015926361083984375, + -0.044647216796875, + 0.02740478515625, + 0.003017425537109375, + -0.00510406494140625, + -0.03546142578125, + 0.057861328125, + -0.057098388671875, + -0.0601806640625, + -0.0006766319274902344, + -0.02337646484375, + 0.0203094482421875, + 0.048095703125, + -0.0147552490234375, + -0.03851318359375, + -0.006946563720703125, + 0.036224365234375, + 0.01284027099609375, + -0.029510498046875, + -0.0188751220703125, + 0.025482177734375, + 0.0082855224609375, + -0.04119873046875, + 0.0209808349609375, + 0.038909912109375, + 0.011016845703125, + -0.01629638671875, + -0.041015625, + 0.0003337860107421875, + 0.022613525390625, + 0.00843048095703125, + -0.0174407958984375, + -0.0075225830078125, + 0.036590576171875, + -0.01245880126953125, + 0.0006556510925292969, + -0.00876617431640625, + 0.0369873046875, + -0.01049041748046875, + 0.0217437744140625, + -0.023956298828125, + 0.03314208984375, + 0.0494384765625, + -0.0325927734375, + -0.025482177734375, + -0.01580810546875, + 0.0312347412109375, + 0.0229034423828125, + -0.0423583984375, + 0.048492431640625, + 0.00943756103515625, + 0.0423583984375, + -0.048675537109375, + -0.011016845703125, + -0.006946563720703125, + -0.0298919677734375, + -0.0277862548828125, + -0.09814453125, + -0.043701171875, + -0.01010894775390625, + -0.051361083984375, + -0.00881195068359375, + -0.022705078125, + -0.01284027099609375, + 0.041595458984375, + -0.061309814453125, + -0.0709228515625, + 0.01322174072265625, + 0.0120697021484375, + -0.017059326171875, + 0.00981903076171875, + -0.06170654296875, + -0.040435791015625, + 0.0018682479858398438, + 0.01561737060546875, + -0.033538818359375, + -0.00460052490234375, + -0.0205078125, + -0.00481414794921875, + 0.00514984130859375, + -0.0245361328125, + -0.0009579658508300781, + -0.048095703125, + 0.0167694091796875, + 0.005435943603515625, + -0.0166778564453125, + 0.01629638671875, + 0.055206298828125, + -0.032958984375, + -0.050201416015625, + 0.03680419921875, + -0.0166778564453125, + -0.0085296630859375, + -0.0021076202392578125, + 0.040252685546875, + -0.03985595703125, + -0.028167724609375, + -0.015716552734375, + 0.0343017578125, + 0.052886962890625, + 0.01523590087890625, + 0.01174163818359375, + -0.0736083984375, + -0.0423583984375, + -0.01068115234375, + 0.026824951171875, + -0.01446533203125, + -0.0276031494140625, + 0.018585205078125, + -0.00128173828125, + 0.04791259765625, + -0.0134124755859375, + -0.021087646484375, + -0.0010776519775390625, + -0.0020847320556640625, + 0.026641845703125, + 0.01532745361328125, + 0.00804901123046875, + 0.00481414794921875, + 0.0662841796875, + 0.03564453125, + -0.001880645751953125, + 0.0182037353515625, + -0.0095367431640625, + 0.003856658935546875, + 0.0169525146484375, + 0.03143310546875, + -0.0140838623046875, + -0.0031147003173828125, + 0.03717041015625, + -0.0270233154296875, + 0.0243377685546875, + -0.00876617431640625, + -0.0302734375, + 0.0085296630859375, + -0.036041259765625, + 0.01494598388671875, + -0.05096435546875, + -0.01494598388671875, + -0.00431060791015625, + 0.0237579345703125, + 0.0139923095703125, + 0.0823974609375, + 0.041595458984375, + -0.02740478515625, + 0.0369873046875, + -0.00019311904907226562, + 0.0140838623046875, + 0.03680419921875, + -0.002071380615234375, + 0.035247802734375, + 0.0264434814453125, + 0.0188751220703125, + 0.01389312744140625, + 0.037933349609375, + 0.0031375885009765625, + -0.01092529296875, + -0.0222320556640625, + 0.0628662109375, + -0.005390167236328125, + -0.05328369140625, + -0.00948333740234375, + -0.032379150390625, + 0.034698486328125, + -0.0189666748046875, + -0.0020122528076171875, + 0.0119781494140625, + -0.03411865234375, + -0.048858642578125, + -0.0071868896484375, + 0.0046234130859375, + -0.01284027099609375, + 0.06475830078125, + 0.026641845703125, + -0.0291290283203125, + -0.0262603759765625, + 0.0221405029296875, + 0.0008625984191894531, + 0.04254150390625, + -0.018585205078125, + 0.01552581787109375, + -0.032012939453125, + -0.0127410888671875, + 0.038330078125, + 0.0214691162109375, + 0.043701171875, + 0.0276031494140625, + -0.01068115234375, + 0.02069091796875, + -0.00939178466796875, + 0.03985595703125, + 0.0256805419921875, + -0.0203094482421875, + -0.0088653564453125, + 0.017822265625, + 0.0316162109375, + 0.037750244140625, + -0.051361083984375, + -0.00699615478515625, + -0.06744384765625, + -0.01552581787109375, + -0.0662841796875, + -0.041015625, + -0.026641845703125, + -0.062469482421875, + 0.0262603759765625, + -0.0306549072265625, + -0.025299072265625, + -0.0089111328125, + 0.006946563720703125, + -0.012359619140625, + 0.05328369140625, + -0.0009822845458984375, + -0.038330078125, + 0.0012874603271484375, + 0.056732177734375, + -0.01427459716796875, + -0.01446533203125, + -0.0168609619140625, + 0.01313018798828125, + -0.0018568038940429688, + -0.0037136077880859375, + -0.0017366409301757812, + -0.00958251953125, + 0.0302734375, + 0.0277862548828125, + 0.0236663818359375, + -0.05328369140625, + 0.002216339111328125, + -0.03179931640625, + 0.01245880126953125, + -0.032958984375, + 0.027984619140625, + 0.006011962890625, + 0.0126495361328125, + -0.03009033203125, + -0.062103271484375, + 0.007568359375, + 0.052520751953125, + 0.00342559814453125, + 0.00514984130859375, + 0.002899169921875, + -0.06591796875, + 0.017822265625, + -0.01983642578125, + 0.015716552734375, + 0.0244293212890625, + 0.045806884765625, + -0.0276031494140625, + 0.0276031494140625, + -0.007762908935546875, + -0.00016546249389648438, + -0.032379150390625, + -0.041961669921875, + -0.00872039794921875, + 0.003498077392578125, + -0.068603515625, + -0.02069091796875, + 0.03448486328125, + -0.037750244140625, + 0.005893707275390625, + -0.00958251953125, + -0.0119781494140625, + -0.03814697265625, + -0.05902099609375, + 0.0140838623046875, + 0.0038318634033203125, + -0.036590576171875, + 0.00670623779296875, + 0.017822265625, + 0.0015153884887695312, + 0.02740478515625, + -0.0234832763671875, + -0.00392913818359375, + -0.048858642578125, + 0.01552581787109375, + -0.00872039794921875, + 0.034881591796875, + -0.01284027099609375, + 0.04827880859375, + 0.01284027099609375, + 0.01078033447265625, + 0.0242462158203125, + 0.032958984375, + 0.04541015625, + -0.00189208984375, + 0.0021915435791015625, + -0.0140838623046875, + 0.0191650390625, + 0.025299072265625, + -0.03717041015625, + -0.050201416015625, + -0.00800323486328125, + -0.0216522216796875, + 0.01629638671875, + 0.02606201171875, + 0.006755828857421875, + 0.0262603759765625, + -0.029327392578125, + 0.0258636474609375, + 0.048095703125, + 0.005916595458984375, + 0.10504150390625, + -0.0099639892578125, + -0.06781005859375, + 0.01715087890625, + 0.037750244140625, + 0.019927978515625, + -0.021942138671875, + 0.04656982421875, + 0.0302734375, + -0.01202392578125, + 0.0189666748046875, + -0.00699615478515625, + 0.0316162109375, + -0.00308990478515625, + 0.01049041748046875, + 0.0016651153564453125, + -0.0126495361328125, + 0.0167694091796875, + 0.040618896484375, + 0.037567138671875, + 0.0228118896484375, + 0.0270233154296875, + -0.0039520263671875, + -0.01044464111328125, + -0.0251007080078125, + -0.0689697265625, + -0.0012454986572265625, + 0.043487548828125, + 0.009918212890625, + 0.054046630859375, + -0.0264434814453125, + -0.0816650390625, + 0.012359619140625, + -0.049835205078125, + 0.06707763671875, + 0.036590576171875, + 0.01360321044921875, + 0.042724609375, + -0.0042877197265625, + 0.00934600830078125, + 0.0236663818359375, + -0.00958251953125, + 0.027984619140625, + 0.03717041015625, + 0.02740478515625, + 0.005462646484375, + -0.02203369140625, + 0.03448486328125, + 0.050201416015625, + 0.0215606689453125, + -0.0015926361083984375, + 0.0202178955078125, + 0.00737762451171875, + 0.04083251953125, + -0.0310516357421875, + 0.0188751220703125, + 0.0302734375, + -0.003688812255859375, + 0.0013179779052734375, + -0.027984619140625, + 0.00189208984375, + -0.0276031494140625, + 0.003185272216796875, + 0.0026702880859375, + -0.007762908935546875, + 0.033721923828125, + 0.0078582763671875, + -0.06744384765625, + -0.0223236083984375, + 0.048492431640625, + -0.0601806640625, + 0.006420135498046875, + 0.0180206298828125, + -0.02874755859375, + -0.02117919921875, + -0.02252197265625, + -0.0494384765625, + 0.0310516357421875, + -0.032958984375, + -0.0272064208984375, + 0.01284027099609375, + 0.0400390625, + -0.052520751953125, + -0.03009033203125, + -0.0036411285400390625, + -0.01513671875, + -0.02203369140625, + -0.018402099609375, + 0.0283660888671875, + -0.0160064697265625, + 0.0113525390625, + 0.0181121826171875, + 0.054412841796875, + -0.01216888427734375, + -0.0291290283203125, + 0.034881591796875, + -0.01418304443359375, + -0.0291290283203125, + 0.043701171875, + 0.0025634765625, + 0.0291290283203125, + -0.0230865478515625, + -0.035064697265625, + 0.00733184814453125, + 0.0262603759765625, + 0.0004191398620605469, + 0.027984619140625, + -0.0256805419921875, + -0.024139404296875, + -0.044281005859375, + 0.043701171875, + 0.0048370361328125, + 0.036041259765625, + 0.00948333740234375, + -0.025482177734375, + 0.045623779296875, + -0.040435791015625, + -0.0175323486328125, + -0.0013837814331054688, + 0.0049591064453125, + -0.0205078125, + 0.0762939453125, + -0.019927978515625, + -0.032379150390625, + 0.00041031837463378906, + 0.01360321044921875, + 0.02069091796875, + -0.00867462158203125, + -0.03680419921875, + 0.065185546875, + 0.0316162109375, + -0.033538818359375, + -0.020599365234375, + -0.0147552490234375, + -0.0056304931640625, + 0.0494384765625, + -0.029510498046875, + -0.00325775146484375, + 0.0018682479858398438, + -0.0709228515625, + -0.0310516357421875, + -0.030853271484375, + -0.0230865478515625, + -0.0240478515625, + 0.03143310546875, + 0.05596923828125, + -0.01456451416015625, + 0.034881591796875, + 0.0161895751953125, + 0.0182952880859375, + 0.00833892822265625, + -0.0038814544677734375, + -0.0310516357421875, + 0.0209808349609375, + -0.062469482421875, + -0.026641845703125, + -0.013031005859375, + 0.004550933837890625, + -0.021270751953125, + 0.01006317138671875, + 0.004505157470703125, + -0.00006365776062011719, + 0.0196380615234375, + -0.065185546875, + 0.007617950439453125, + -0.0218505859375, + -0.039093017578125, + -0.0230865478515625, + -0.0208892822265625, + 0.02117919921875, + 0.0223236083984375, + -0.016571044921875, + -0.0113525390625, + 0.0245361328125, + -0.036041259765625, + 0.037567138671875, + 0.0102081298828125, + 0.012359619140625, + -0.00548553466796875, + -0.01934814453125, + 0.0113525390625, + 0.01418304443359375, + 0.03948974609375, + -0.0079498291015625, + -0.0262603759765625, + -0.08050537109375, + 0.003856658935546875, + 0.0262603759765625, + -0.0079498291015625, + -0.017242431640625, + -0.037567138671875, + -0.042938232421875, + 0.00292205810546875, + 0.0285491943359375, + 0.0109710693359375, + 0.005222320556640625, + -0.04827880859375, + -0.054046630859375, + 0.005870819091796875, + -0.016571044921875, + 0.0413818359375, + -0.0423583984375, + -0.0028629302978515625, + 0.00804901123046875, + -0.0298919677734375, + 0.0258636474609375, + 0.040435791015625, + 0.03582763671875, + 0.00666046142578125, + 0.02740478515625, + -0.01178741455078125, + 0.037384033203125, + -0.003017425537109375, + -0.026824951171875, + -0.01178741455078125, + -0.014373779296875, + 0.0277862548828125, + -0.034881591796875, + -0.029510498046875, + 0.006610870361328125, + 0.0229034423828125, + 0.0312347412109375, + -0.0195465087890625, + -0.01418304443359375, + 0.0304718017578125, + -0.011688232421875, + 0.050201416015625, + -0.036407470703125, + -0.037567138671875, + 0.00342559814453125, + 0.0217437744140625, + 0.03851318359375, + 0.0234832763671875, + 0.0007004737854003906, + -0.050201416015625, + 0.00443267822265625, + 0.041961669921875, + -0.023956298828125, + -0.0440673828125, + -0.03411865234375, + 0.02117919921875, + 0.0298919677734375, + 0.0548095703125, + -0.005054473876953125, + 0.0574951171875, + 0.014373779296875, + -0.00531768798828125, + 0.0187835693359375, + 0.06671142578125, + 0.03411865234375, + -0.01255035400390625, + -0.04827880859375, + 0.008575439453125, + 0.01523590087890625, + -0.0396728515625, + -0.033538818359375, + 0.0099639892578125, + 0.0843505859375, + -0.054412841796875, + -0.020416259765625, + -0.0023956298828125, + -0.002132415771484375, + 0.0059661865234375, + 0.016571044921875, + -0.00189208984375, + 0.038909912109375, + 0.004528045654296875, + -0.056732177734375, + -0.0213623046875, + -0.01255035400390625, + 0.0256805419921875, + 0.04388427734375, + 0.0147552490234375, + -0.0176239013671875, + 0.0202178955078125, + -0.0008745193481445312, + 0.03179931640625, + 0.0140838623046875, + 0.0450439453125, + -0.0038814544677734375, + -0.0026226043701171875, + 0.025299072265625, + 0.047332763671875, + -0.0140838623046875, + -0.03009033203125, + 0.0256805419921875, + 0.0325927734375, + 0.05633544921875, + 0.049072265625, + 0.037384033203125, + 0.004550933837890625, + -0.006801605224609375, + -0.043304443359375, + -0.0186920166015625, + 0.037567138671875, + -0.00943756103515625, + -0.0386962890625, + -0.0440673828125, + 0.037384033203125, + -0.043701171875, + 0.038909912109375, + 0.00443267822265625, + -0.032012939453125, + -0.01485443115234375, + 0.0467529296875, + 0.00264739990234375, + -0.0272064208984375, + 0.01073455810546875, + -0.0283660888671875, + -0.034881591796875, + -0.032958984375, + -0.03277587890625, + 0.0396728515625, + -0.0413818359375, + -0.06439208984375, + -0.01983642578125, + 0.0302734375, + -0.036041259765625, + -0.043487548828125, + -0.0249176025390625, + 0.007568359375, + -0.034881591796875, + -0.038330078125, + -0.036590576171875, + -0.025299072265625, + 0.011016845703125, + -0.036407470703125, + 0.0450439453125, + -0.01580810546875, + -0.036407470703125, + -0.005413055419921875, + -0.0256805419921875, + -0.0262603759765625, + 0.00737762451171875, + -0.0251007080078125, + 0.03564453125, + 0.00598907470703125, + 0.02252197265625, + 0.0215606689453125, + 0.060546875, + -0.0027675628662109375, + 0.019256591796875, + -0.0306549072265625, + -0.0655517578125, + 0.00527191162109375, + 0.007568359375, + -0.00632476806640625, + -0.0789794921875, + 0.00493621826171875, + 0.058258056640625, + -0.1072998046875, + 0.02001953125, + -0.0182037353515625, + -0.0022869110107421875, + -0.030853271484375, + -0.0058441162109375, + 0.00445556640625, + 0.01039886474609375, + 0.09698486328125, + 0.01849365234375, + -0.03179931640625, + -0.02117919921875, + -0.0635986328125, + 0.05865478515625, + 0.017242431640625, + 0.006610870361328125, + -0.06439208984375, + -0.0028743743896484375, + 0.01380157470703125, + -0.0160064697265625, + 0.0180206298828125, + -0.057861328125, + 0.00843048095703125, + 0.0196380615234375, + 0.021942138671875, + -0.01532745361328125, + -0.008148193359375, + -0.05596923828125, + -0.028167724609375, + -0.03411865234375, + 0.0195465087890625, + -0.01360321044921875, + 0.007091522216796875, + -0.033355712890625, + -0.0205078125, + -0.01427459716796875, + -0.047515869140625, + -0.04522705078125, + -0.04217529296875, + 0.042938232421875, + 0.00666046142578125, + -0.04656982421875, + 0.0662841796875, + 0.043701171875, + -0.020599365234375, + -0.0026836395263671875, + 0.05059814453125, + -0.025482177734375, + 0.005939483642578125, + -0.00843048095703125, + 0.0258636474609375, + 0.00872039794921875, + 0.00843048095703125, + -0.00325775146484375, + -0.004024505615234375, + 0.0234832763671875, + -0.0548095703125, + 0.0251007080078125, + 0.01485443115234375, + -0.04119873046875, + -0.049835205078125, + -0.0222320556640625, + -0.03582763671875, + 0.005870819091796875, + -0.00325775146484375, + 0.0302734375, + 0.01351165771484375, + 0.0004372596740722656, + -0.1072998046875, + 0.04656982421875, + -0.0127410888671875, + 0.0262603759765625, + 0.0234832763671875, + -0.00843048095703125, + -0.06707763671875, + -0.032379150390625, + -0.0161895751953125, + 0.032379150390625, + -0.004863739013671875, + 0.02471923828125, + 0.0017604827880859375, + -0.00020205974578857422, + 0.005126953125, + -0.0251007080078125, + 0.0046234130859375, + 0.028167724609375, + 0.01513671875, + -0.004695892333984375, + 0.058258056640625, + -0.06744384765625, + 0.0030670166015625, + -0.002838134765625, + -0.0174407958984375, + -0.0013532638549804688, + 0.008148193359375, + -0.0113525390625, + 0.0027904510498046875, + 0.0270233154296875, + 0.0240478515625, + -0.0188751220703125, + 0.0027065277099609375, + 0.00666046142578125, + 0.0180206298828125, + 0.009674072265625, + -0.0304718017578125, + 0.003688812255859375, + 0.0218505859375, + -0.0276031494140625, + -0.01140594482421875, + -0.08966064453125, + -0.07666015625, + 0.014373779296875, + -0.043304443359375, + -0.01934814453125, + 0.00804901123046875, + -0.0008444786071777344, + 0.0139923095703125, + -0.0306549072265625, + 0.01216888427734375, + 0.004047393798828125, + -0.0188751220703125, + -0.0071868896484375, + 0.051727294921875, + -0.0109710693359375, + 0.01418304443359375, + 0.01360321044921875, + -0.047515869140625, + -0.0012998580932617188, + -0.02606201171875, + -0.0023956298828125, + -0.041961669921875, + 0.0075225830078125, + -0.0207977294921875, + 0.0256805419921875, + -0.073974609375, + -0.020599365234375, + 0.00977325439453125, + 0.0302734375, + 0.0140838623046875, + -0.0302734375, + 0.035064697265625, + -0.00939178466796875, + -0.0548095703125, + 0.0217437744140625, + -0.0264434814453125, + -0.0175323486328125, + 0.032012939453125, + 0.0008382797241210938, + 0.002994537353515625, + 0.02606201171875, + 0.04656982421875, + 0.0146636962890625, + 0.06170654296875, + -0.007808685302734375, + -0.0306549072265625, + -0.016571044921875, + -0.019927978515625, + 0.0277862548828125, + 0.0297088623046875, + 0.006610870361328125, + -0.01284027099609375, + 0.01552581787109375, + 0.00010031461715698242, + -0.07586669921875, + -0.035247802734375, + -0.032196044921875, + -0.0400390625, + 0.0089111328125, + 0.06671142578125, + 0.0221405029296875, + 0.0168609619140625, + 0.0216522216796875, + 0.051727294921875, + 0.01212310791015625, + 0.006946563720703125, + -0.0188751220703125, + -0.0423583984375, + -0.002048492431640625, + -0.00136566162109375, + 0.012359619140625, + -0.06744384765625, + 0.057098388671875, + 0.0386962890625, + -0.0240478515625, + -0.019744873046875, + 0.000017404556274414062, + 0.01715087890625, + 0.057861328125, + 0.009246826171875, + 0.009918212890625, + -0.04119873046875, + 0.00901031494140625, + 0.0302734375, + 0.00498199462890625, + -0.006610870361328125, + -0.0205078125, + -0.0209808349609375, + -0.0009341239929199219, + -0.06707763671875, + -0.016571044921875, + 0.0161895751953125, + 0.057098388671875, + 0.00901031494140625, + -0.033355712890625, + -0.0310516357421875, + 0.03277587890625, + 0.00189208984375, + -0.01418304443359375, + 0.01380157470703125, + 0.03411865234375, + -0.0034732818603515625, + 0.014373779296875, + 0.044281005859375, + 0.00028586387634277344, + 0.03564453125, + 0.0240478515625, + -0.051727294921875, + 0.038909912109375, + -0.025299072265625, + 0.01715087890625, + -0.00258636474609375, + -0.0270233154296875, + 0.00136566162109375, + -0.05865478515625, + 0.0285491943359375, + 0.0169525146484375, + 0.042724609375, + 0.0146636962890625, + -0.02337646484375, + -0.00565338134765625, + 0.019744873046875, + 0.0477294921875, + 0.037567138671875, + 0.0298919677734375, + 0.00582122802734375, + 0.006755828857421875, + -0.0102996826171875, + 0.017822265625, + -0.0521240234375, + 0.036041259765625, + -0.0369873046875, + 0.0026226043701171875, + -0.059417724609375, + 0.0004730224609375, + 0.0173492431640625, + -0.007282257080078125, + -0.006755828857421875, + -0.034698486328125, + -0.02252197265625, + 0.0011377334594726562, + -0.06170654296875, + 0.0004131793975830078, + 0.065185546875, + -0.025482177734375, + 0.0230865478515625, + 0.0272064208984375, + -0.01293182373046875, + -0.011016845703125, + -0.06939697265625, + 0.05865478515625, + 0.0291290283203125, + 0.0228118896484375, + 0.00298309326171875, + 0.0092010498046875, + 0.0283660888671875, + -0.005725860595703125, + 0.0285491943359375, + 0.005558013916015625, + -0.0298919677734375, + 0.05364990234375, + 0.033355712890625, + 0.00241851806640625, + -0.0270233154296875, + 0.019927978515625, + 0.0291290283203125, + -0.037384033203125, + 0.0249176025390625, + 0.0262603759765625, + 0.045806884765625, + -0.0025272369384765625, + -0.012359619140625, + -0.0160980224609375, + -0.0601806640625, + 0.06402587890625, + 0.0234832763671875, + -0.003498077392578125, + 0.02874755859375, + -0.0494384765625, + 0.03717041015625, + 0.002635955810546875, + 0.058258056640625, + -0.05596923828125, + 0.0400390625, + -0.004405975341796875, + -0.0075225830078125, + 0.004238128662109375, + 0.0106353759765625, + -0.00579833984375, + 0.0215606689453125, + -0.018585205078125, + 0.040435791015625, + 0.00876617431640625, + -0.0010776519775390625, + -0.068603515625, + -0.00038933753967285156, + -0.004001617431640625, + 0.0182037353515625, + 0.007663726806640625, + -0.036407470703125, + -0.0182952880859375, + 0.0243377685546875, + 0.035247802734375, + 0.062103271484375, + 0.0021800994873046875, + 0.02874755859375, + 0.00872039794921875, + -0.025482177734375, + -0.004215240478515625, + -0.018402099609375 + ], + "metadata": { + "domains": [ + "incident-response", + "mobile-forensics" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "memory", + "acquisition", + "scenario:memory_dump" + ], + "skillLevel": "advanced", + "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. command-line 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.006549835205078125, + 0.023834228515625, + 0.0209808349609375, + 0.0110626220703125, + 0.03076171875, + 0.036651611328125, + 0.0182342529296875, + -0.0016613006591796875, + -0.0230712890625, + -0.0192718505859375, + -0.039886474609375, + 0.0823974609375, + 0.00968170166015625, + 0.003204345703125, + -0.052398681640625, + 0.00916290283203125, + 0.00006973743438720703, + -0.01153564453125, + 0.02239990234375, + 0.02581787109375, + -0.0185089111328125, + -0.0128173828125, + -0.05657958984375, + 0.005863189697265625, + 0.0156707763671875, + 0.01015472412109375, + -0.01708984375, + -0.08428955078125, + -0.0018634796142578125, + 0.0047454833984375, + 0.001613616943359375, + -0.042724609375, + -0.005481719970703125, + 0.035308837890625, + 0.01129913330078125, + -0.0243072509765625, + -0.0004153251647949219, + -0.03607177734375, + -0.023834228515625, + 0.040252685546875, + -0.0132904052734375, + -0.00792694091796875, + -0.003536224365234375, + -0.01442718505859375, + -0.02734375, + -0.0482177734375, + -0.00963592529296875, + 0.0009136199951171875, + -0.0033702850341796875, + -0.039306640625, + 0.055450439453125, + 0.0210723876953125, + 0.0183258056640625, + -0.0211639404296875, + -0.052398681640625, + 0.024200439453125, + 0.02410888671875, + -0.01300811767578125, + -0.041778564453125, + 0.054290771484375, + -0.053924560546875, + -0.0261993408203125, + -0.0141448974609375, + -0.0269622802734375, + 0.0114898681640625, + 0.016998291015625, + -0.02410888671875, + -0.02752685546875, + 0.0033931732177734375, + -0.00640869140625, + 0.01348114013671875, + -0.0125274658203125, + -0.01519012451171875, + 0.02581787109375, + -0.0175628662109375, + -0.046905517578125, + 0.0115814208984375, + 0.00963592529296875, + -0.00617218017578125, + -0.0049591064453125, + -0.0260162353515625, + 0.0115814208984375, + 0.0192718505859375, + -0.0177459716796875, + 0.01181793212890625, + 0.006740570068359375, + 0.022491455078125, + 0.0142364501953125, + -0.015380859375, + -0.00887298583984375, + 0.01395416259765625, + -0.01395416259765625, + -0.0133819580078125, + -0.018035888671875, + 0.0190887451171875, + 0.0645751953125, + -0.035308837890625, + -0.020599365234375, + -0.021636962890625, + 0.035491943359375, + 0.024871826171875, + -0.04425048828125, + 0.065673828125, + -0.0260162353515625, + 0.045745849609375, + -0.0128173828125, + 0.0033702850341796875, + -0.0111541748046875, + -0.0260162353515625, + -0.0020294189453125, + -0.09454345703125, + -0.031707763671875, + -0.02923583984375, + -0.05657958984375, + -0.0128173828125, + 0.002040863037109375, + -0.0008721351623535156, + 0.048980712890625, + -0.033233642578125, + -0.039306640625, + 0.00797271728515625, + 0.01357269287109375, + 0.00605010986328125, + 0.006740570068359375, + -0.0653076171875, + -0.06378173828125, + -0.00920867919921875, + 0.034942626953125, + -0.038543701171875, + -0.03094482421875, + -0.0160369873046875, + -0.007595062255859375, + -0.0176544189453125, + -0.005222320556640625, + -0.023834228515625, + -0.01262664794921875, + 0.0055999755859375, + -0.006931304931640625, + 0.014617919921875, + 0.025054931640625, + 0.0217437744140625, + -0.035125732421875, + -0.05621337890625, + 0.01181793212890625, + -0.03228759765625, + -0.0303802490234375, + -0.0244903564453125, + 0.047088623046875, + -0.036834716796875, + -0.015380859375, + -0.0167083740234375, + 0.02069091796875, + 0.046142578125, + 0.0149993896484375, + 0.006122589111328125, + -0.057342529296875, + 0.00429534912109375, + -0.025634765625, + 0.038177490234375, + -0.0123443603515625, + -0.0243072509765625, + -0.0093536376953125, + -0.01015472412109375, + 0.0208892822265625, + -0.01471710205078125, + -0.05657958984375, + -0.00711822509765625, + 0.032470703125, + 0.023345947265625, + -0.0124359130859375, + 0.0288543701171875, + -0.00835418701171875, + 0.052032470703125, + 0.07708740234375, + -0.0128173828125, + 0.0125274658203125, + 0.0026226043701171875, + -0.01395416259765625, + 0.03228759765625, + 0.055450439453125, + -0.038360595703125, + -0.039306640625, + 0.02410888671875, + 0.007595062255859375, + 0.045562744140625, + -0.0185089111328125, + -0.0183258056640625, + -0.011962890625, + -0.01471710205078125, + 0.026580810546875, + -0.0167999267578125, + -0.0124359130859375, + -0.0190887451171875, + 0.038177490234375, + 0.0090179443359375, + 0.0645751953125, + 0.028106689453125, + -0.028289794921875, + 0.0260162353515625, + -0.01357269287109375, + 0.038909912109375, + 0.036651611328125, + -0.005767822265625, + 0.06719970703125, + 0.00835418701171875, + -0.00028777122497558594, + 0.004604339599609375, + 0.0478515625, + 0.035491943359375, + -0.0192718505859375, + -0.038726806640625, + 0.04425048828125, + -0.00797271728515625, + -0.012054443359375, + -0.035308837890625, + -0.0254364013671875, + 0.023345947265625, + -0.00916290283203125, + -0.0116729736328125, + 0.014617919921875, + 0.0013885498046875, + -0.07025146484375, + 0.00972747802734375, + 0.0261993408203125, + -0.0141448974609375, + 0.016326904296875, + 0.0149078369140625, + -0.0165252685546875, + -0.043670654296875, + 0.02923583984375, + 0.0077362060546875, + 0.04083251953125, + 0.004985809326171875, + -0.0006380081176757812, + -0.0213623046875, + -0.015380859375, + 0.03607177734375, + 0.043670654296875, + 0.0121002197265625, + 0.0024089813232421875, + -0.01357269287109375, + 0.062286376953125, + -0.02752685546875, + 0.034759521484375, + 0.040435791015625, + -0.04425048828125, + 0.0141448974609375, + 0.0036792755126953125, + 0.0213623046875, + 0.040618896484375, + -0.07440185546875, + -0.0133819580078125, + -0.0858154296875, + 0.005863189697265625, + -0.0546875, + -0.047088623046875, + -0.0254364013671875, + -0.06756591796875, + 0.017852783203125, + -0.005931854248046875, + -0.0328369140625, + -0.0174713134765625, + 0.0167999267578125, + -0.004913330078125, + 0.032470703125, + -0.0175628662109375, + -0.032073974609375, + 0.00882720947265625, + 0.1002197265625, + -0.028472900390625, + 0.003345489501953125, + -0.006740570068359375, + 0.0430908203125, + -0.00968170166015625, + 0.00702667236328125, + -0.0244903564453125, + 0.0042724609375, + 0.025054931640625, + 0.0219268798828125, + 0.040069580078125, + -0.01519012451171875, + 0.0174713134765625, + -0.00365447998046875, + 0.031890869140625, + -0.02923583984375, + 0.0150909423828125, + -0.004413604736328125, + 0.01898193359375, + 0.01096343994140625, + -0.052032470703125, + -0.014617919921875, + 0.0237274169921875, + 0.0084991455078125, + -0.004604339599609375, + -0.00469970703125, + -0.03436279296875, + 0.0064544677734375, + -0.0296173095703125, + -0.01727294921875, + 0.026763916015625, + 0.052032470703125, + -0.0196533203125, + 0.0031795501708984375, + 0.0007948875427246094, + 0.002788543701171875, + -0.02410888671875, + -0.032073974609375, + -0.01309967041015625, + -0.00553131103515625, + -0.035491943359375, + -0.0145263671875, + 0.0015783309936523438, + -0.0200347900390625, + 0.02069091796875, + 0.0219268798828125, + -0.007358551025390625, + -0.041015625, + -0.038909912109375, + 0.0114898681640625, + 0.0005755424499511719, + -0.038177490234375, + -0.045745849609375, + 0.02410888671875, + 0.015380859375, + -0.001293182373046875, + -0.0012693405151367188, + 0.00972747802734375, + -0.0413818359375, + 0.021453857421875, + -0.00472259521484375, + 0.0305633544921875, + 0.01557159423828125, + 0.034759521484375, + 0.022491455078125, + 0.009490966796875, + 0.00882720947265625, + 0.050506591796875, + 0.031890869140625, + -0.0157623291015625, + -0.0102081298828125, + 0.0015783309936523438, + -0.020782470703125, + 0.015380859375, + -0.0227813720703125, + -0.061126708984375, + -0.01480865478515625, + -0.0165252685546875, + 0.02325439453125, + 0.0261993408203125, + 0.0131988525390625, + 0.0182342529296875, + -0.03778076171875, + 0.0081634521484375, + 0.06036376953125, + -0.0019931793212890625, + 0.086181640625, + -0.00839996337890625, + -0.0254364013671875, + 0.004154205322265625, + 0.05352783203125, + -0.0218353271484375, + 0.0141448974609375, + 0.0191802978515625, + 0.04840087890625, + -0.002231597900390625, + 0.0244903564453125, + -0.00595855712890625, + -0.003513336181640625, + -0.01271820068359375, + -0.0217437744140625, + 0.020782470703125, + -0.044036865234375, + 0.016143798828125, + 0.01528167724609375, + 0.021453857421875, + 0.01727294921875, + 0.0305633544921875, + -0.00954437255859375, + -0.02392578125, + -0.05352783203125, + -0.0687255859375, + -0.01641845703125, + 0.0269622802734375, + 0.00873565673828125, + 0.05694580078125, + -0.028106689453125, + -0.057342529296875, + 0.0213623046875, + -0.042327880859375, + 0.06951904296875, + 0.040435791015625, + 0.012054443359375, + 0.03948974609375, + -0.0230712890625, + 0.01224517822265625, + 0.025054931640625, + -0.005504608154296875, + 0.029998779296875, + 0.07330322265625, + 0.05963134765625, + 0.01442718505859375, + -0.03399658203125, + 0.0296173095703125, + 0.022979736328125, + 0.0254364013671875, + 0.004058837890625, + 0.07061767578125, + 0.00868988037109375, + 0.04840087890625, + -0.0341796875, + 0.047271728515625, + 0.040252685546875, + 0.01091766357421875, + 0.003559112548828125, + -0.0120086669921875, + 0.014617919921875, + -0.04156494140625, + 0.00726318359375, + 0.015472412109375, + 0.0141448974609375, + 0.0396728515625, + 0.03778076171875, + -0.058868408203125, + -0.028472900390625, + 0.04937744140625, + -0.050506591796875, + 0.0157623291015625, + 0.032470703125, + -0.029998779296875, + -0.00954437255859375, + -0.018035888671875, + -0.032470703125, + 0.022979736328125, + -0.03948974609375, + -0.045562744140625, + 0.02410888671875, + 0.0413818359375, + -0.038543701171875, + -0.0159454345703125, + -0.037017822265625, + -0.024688720703125, + -0.03265380859375, + -0.022979736328125, + 0.0546875, + 0.00897216796875, + 0.033782958984375, + 0.0173797607421875, + 0.032073974609375, + 0.001346588134765625, + -0.03778076171875, + 0.05279541015625, + -0.031341552734375, + -0.039306640625, + 0.021636962890625, + 0.0225982666015625, + 0.0175628662109375, + -0.01134490966796875, + -0.0303802490234375, + 0.0149993896484375, + 0.025634765625, + 0.016998291015625, + 0.0182342529296875, + -0.04669189453125, + -0.06036376953125, + -0.05352783203125, + 0.024871826171875, + 0.0020885467529296875, + 0.031890869140625, + 0.017181396484375, + -0.04766845703125, + 0.033050537109375, + -0.04974365234375, + -0.03607177734375, + 0.01262664794921875, + -0.009063720703125, + -0.018035888671875, + 0.035125732421875, + -0.00322723388671875, + -0.005695343017578125, + -0.019561767578125, + 0.03741455078125, + 0.006359100341796875, + -0.0097808837890625, + -0.05657958984375, + 0.033599853515625, + 0.0277252197265625, + -0.048980712890625, + -0.0077362060546875, + -0.01224517822265625, + 0.003559112548828125, + 0.04083251953125, + -0.04669189453125, + -0.00954437255859375, + -0.0080718994140625, + -0.065673828125, + -0.050872802734375, + -0.043853759765625, + -0.0123443603515625, + -0.052398681640625, + 0.024871826171875, + 0.026763916015625, + -0.0094451904296875, + 0.057342529296875, + -0.018707275390625, + -0.0007386207580566406, + 0.0098724365234375, + 0.00839996337890625, + -0.01215362548828125, + 0.040618896484375, + -0.040069580078125, + -0.050506591796875, + -0.026397705078125, + 0.029998779296875, + -0.036651611328125, + 0.0149993896484375, + 0.0149078369140625, + -0.008544921875, + 0.032470703125, + -0.0550537109375, + -0.0121002197265625, + -0.023834228515625, + -0.03094482421875, + -0.0166168212890625, + -0.019744873046875, + -0.0021839141845703125, + 0.0230712890625, + -0.00555419921875, + -0.00811767578125, + 0.020782470703125, + -0.038909912109375, + 0.023834228515625, + 0.00783538818359375, + -0.006122589111328125, + 0.0020885467529296875, + -0.013763427734375, + 0.0008544921875, + 0.01442718505859375, + 0.00702667236328125, + -0.029052734375, + -0.021270751953125, + -0.07635498046875, + 0.003726959228515625, + -0.0097808837890625, + -0.01091766357421875, + -0.0261993408203125, + -0.047271728515625, + -0.038177490234375, + -0.000667572021484375, + 0.0379638671875, + 0.0001728534698486328, + -0.00830841064453125, + -0.031707763671875, + -0.0160369873046875, + -0.0177459716796875, + -0.0211639404296875, + 0.0482177734375, + -0.0208892822265625, + 0.009490966796875, + -0.01025390625, + -0.01215362548828125, + 0.01357269287109375, + 0.029815673828125, + 0.00930023193359375, + 0.01480865478515625, + 0.0186004638671875, + -0.008209228515625, + 0.005054473876953125, + 0.0179443359375, + -0.00982666015625, + 0.002597808837890625, + -0.0294342041015625, + 0.02581787109375, + -0.032470703125, + -0.023345947265625, + 0.0271453857421875, + 0.021270751953125, + 0.0311431884765625, + -0.004817962646484375, + -0.0220184326171875, + 0.0220184326171875, + 0.0058135986328125, + 0.06683349609375, + -0.0294342041015625, + -0.038726806640625, + 0.03399658203125, + 0.0049591064453125, + 0.038909912109375, + 0.047088623046875, + 0.0011272430419921875, + -0.026763916015625, + 0.01300811767578125, + 0.0550537109375, + -0.0009670257568359375, + -0.0237274169921875, + -0.04498291015625, + 0.03570556640625, + -0.00783538818359375, + 0.0430908203125, + 0.006977081298828125, + 0.07440185546875, + 0.007358551025390625, + 0.0033931732177734375, + 0.04937744140625, + 0.08465576171875, + 0.035888671875, + -0.0305633544921875, + -0.05657958984375, + -0.0102996826171875, + -0.00446319580078125, + -0.021453857421875, + -0.035308837890625, + 0.0166168212890625, + 0.0679931640625, + -0.036834716796875, + -0.026580810546875, + -0.0016498565673828125, + -0.0102996826171875, + 0.005695343017578125, + 0.02239990234375, + -0.03607177734375, + 0.0199432373046875, + 0.006122589111328125, + -0.0615234375, + -0.0073089599609375, + -0.0160369873046875, + 0.00844573974609375, + 0.044036865234375, + 0.0237274169921875, + -0.024017333984375, + 0.038543701171875, + 0.01262664794921875, + 0.036468505859375, + 0.0060272216796875, + 0.0185089111328125, + 0.0209808349609375, + 0.0252532958984375, + 0.04290771484375, + 0.045745849609375, + -0.03094482421875, + 0.0023975372314453125, + 0.0042724609375, + 0.0243072509765625, + 0.048614501953125, + 0.05999755859375, + 0.00605010986328125, + 0.0005192756652832031, + 0.005054473876953125, + -0.0751953125, + 0.016143798828125, + -0.008544921875, + 0.0131988525390625, + -0.0516357421875, + -0.02325439453125, + 0.00982666015625, + -0.0303802490234375, + 0.038360595703125, + -0.006931304931640625, + -0.03399658203125, + 0.0064544677734375, + 0.045562744140625, + -0.005031585693359375, + -0.048614501953125, + 0.009918212890625, + -0.02923583984375, + -0.026397705078125, + -0.0237274169921875, + -0.0235443115234375, + 0.0328369140625, + -0.0150909423828125, + -0.060760498046875, + -0.028106689453125, + 0.0345458984375, + -0.006076812744140625, + -0.05126953125, + -0.031341552734375, + 0.02923583984375, + -0.0243072509765625, + -0.037017822265625, + -0.0430908203125, + -0.030181884765625, + 0.0210723876953125, + -0.039886474609375, + -0.005222320556640625, + -0.005222320556640625, + -0.004131317138671875, + 0.003322601318359375, + -0.031341552734375, + -0.038177490234375, + 0.026763916015625, + -0.050506591796875, + 0.054290771484375, + 0.008209228515625, + 0.0115814208984375, + 0.018707275390625, + 0.0615234375, + -0.015472412109375, + 0.0199432373046875, + -0.016326904296875, + -0.06610107421875, + 0.01181793212890625, + 0.00873565673828125, + -0.0038928985595703125, + -0.06683349609375, + 0.0106353759765625, + 0.031707763671875, + -0.072509765625, + -0.0183258056640625, + -0.0228729248046875, + 0.005126953125, + -0.06036376953125, + 0.00424957275390625, + -0.004558563232421875, + 0.01557159423828125, + 0.0755615234375, + 0.00659942626953125, + -0.018798828125, + 0.0080718994140625, + -0.029815673828125, + 0.061126708984375, + 0.04803466796875, + -0.00424957275390625, + -0.03741455078125, + 0.033599853515625, + 0.0167999267578125, + -0.03759765625, + 0.00018990039825439453, + -0.06988525390625, + -0.001934051513671875, + 0.01519012451171875, + 0.01433563232421875, + -0.018707275390625, + -0.00868988037109375, + -0.046142578125, + -0.0184173583984375, + -0.01348114013671875, + 0.01898193359375, + 0.00617218017578125, + 0.0115814208984375, + -0.0286712646484375, + -0.0019702911376953125, + -0.00617218017578125, + -0.036651611328125, + -0.0345458984375, + -0.0110626220703125, + 0.031890869140625, + 0.00595855712890625, + -0.0831298828125, + 0.028106689453125, + 0.029052734375, + 0.0133819580078125, + 0.0260162353515625, + 0.06610107421875, + -0.033416748046875, + -0.01129913330078125, + 0.00514984130859375, + 0.045562744140625, + -0.00344085693359375, + -0.00344085693359375, + -0.0167083740234375, + 0.0252532958984375, + 0.013763427734375, + -0.029998779296875, + 0.050506591796875, + 0.0311431884765625, + -0.025054931640625, + -0.05963134765625, + -0.026580810546875, + -0.04461669921875, + 0.03741455078125, + -0.006549835205078125, + 0.028106689453125, + 0.0090179443359375, + -0.004154205322265625, + -0.103271484375, + 0.0396728515625, + -0.00301361083984375, + 0.0150909423828125, + 0.025634765625, + -0.00873565673828125, + -0.05963134765625, + -0.050872802734375, + -0.0033931732177734375, + 0.00467681884765625, + -0.0345458984375, + 0.022216796875, + 0.0133819580078125, + -0.00429534912109375, + 0.0016260147094726562, + -0.01528167724609375, + -0.016326904296875, + 0.040252685546875, + 0.0133819580078125, + -0.032073974609375, + 0.06036376953125, + -0.04974365234375, + 0.0175628662109375, + -0.0106353759765625, + 0.0162353515625, + 0.0157623291015625, + -0.006931304931640625, + -0.033050537109375, + -0.00873565673828125, + 0.025634765625, + 0.047454833984375, + -0.030181884765625, + 0.0183258056640625, + -0.0121002197265625, + 0.0193634033203125, + 0.004627227783203125, + -0.01812744140625, + 0.0236358642578125, + 0.004558563232421875, + -0.036834716796875, + -0.0097808837890625, + -0.04669189453125, + -0.0831298828125, + -0.0006289482116699219, + -0.043487548828125, + -0.003559112548828125, + 0.0235443115234375, + 0.0254364013671875, + 0.01309967041015625, + -0.0413818359375, + 0.041961669921875, + 0.0131988525390625, + -0.0081634521484375, + -0.0090179443359375, + 0.0106353759765625, + -0.01068115234375, + 0.03265380859375, + 0.01181793212890625, + -0.021636962890625, + 0.01471710205078125, + -0.022308349609375, + -0.0182342529296875, + -0.013671875, + 0.00429534912109375, + -0.01143646240234375, + 0.029815673828125, + -0.06610107421875, + -0.02581787109375, + 0.0094451904296875, + 0.030181884765625, + -0.01068115234375, + -0.02325439453125, + 0.0615234375, + -0.0011987686157226562, + -0.07977294921875, + 0.0128173828125, + -0.040618896484375, + -0.028472900390625, + 0.0199432373046875, + -0.0271453857421875, + -0.005863189697265625, + 0.026763916015625, + 0.028472900390625, + 0.0210723876953125, + 0.038360595703125, + -0.0012874603271484375, + -0.0305633544921875, + -0.0014896392822265625, + 0.0016965866088867188, + 0.038543701171875, + 0.0236358642578125, + 0.0218353271484375, + -0.0199432373046875, + 0.033416748046875, + 0.0235443115234375, + -0.110107421875, + -0.00711822509765625, + -0.03265380859375, + -0.01983642578125, + 0.026397705078125, + 0.053924560546875, + 0.035125732421875, + -0.00664520263671875, + 0.032073974609375, + 0.034942626953125, + 0.01727294921875, + -0.01100921630859375, + -0.03076171875, + -0.06646728515625, + -0.01641845703125, + 0.01224517822265625, + 0.0176544189453125, + -0.05279541015625, + 0.05963134765625, + 0.057708740234375, + -0.00540924072265625, + 0.017852783203125, + 0.026580810546875, + 0.01177215576171875, + 0.04937744140625, + 0.0176544189453125, + 0.03228759765625, + -0.065673828125, + 0.03607177734375, + 0.03912353515625, + -0.0173797607421875, + -0.0190887451171875, + -0.00711822509765625, + -0.0254364013671875, + 0.02734375, + -0.06646728515625, + 0.0175628662109375, + 0.0156707763671875, + 0.068359375, + 0.016326904296875, + -0.0345458984375, + -0.033050537109375, + 0.0236358642578125, + -0.0018987655639648438, + -0.0156707763671875, + -0.01015472412109375, + 0.00745391845703125, + -0.016998291015625, + 0.0254364013671875, + 0.0303802490234375, + 0.01433563232421875, + 0.04766845703125, + 0.01641845703125, + -0.045196533203125, + 0.0254364013671875, + -0.0176544189453125, + 0.02734375, + -0.00783538818359375, + -0.0193634033203125, + 0.00531768798828125, + -0.061126708984375, + 0.05810546875, + -0.0208892822265625, + 0.041015625, + 0.018890380859375, + -0.035125732421875, + -0.00911712646484375, + 0.002872467041015625, + -0.0030612945556640625, + 0.048614501953125, + 0.01898193359375, + 0.0237274169921875, + 0.0211639404296875, + 0.01262664794921875, + 0.015472412109375, + -0.058868408203125, + 0.038360595703125, + -0.031524658203125, + -0.0009794235229492188, + -0.048980712890625, + -0.0031566619873046875, + 0.018035888671875, + -0.031341552734375, + -0.01528167724609375, + -0.021270751953125, + -0.0009732246398925781, + -0.01049041748046875, + -0.033233642578125, + 0.0060272216796875, + 0.04974365234375, + -0.0447998046875, + 0.028106689453125, + 0.02581787109375, + -0.0008130073547363281, + -0.01224517822265625, + -0.047088623046875, + 0.0653076171875, + 0.038909912109375, + 0.003917694091796875, + -0.0084991455078125, + 0.005931854248046875, + 0.0328369140625, + 0.0142364501953125, + 0.0303802490234375, + 0.01271820068359375, + -0.0211639404296875, + 0.035308837890625, + 0.03076171875, + 0.01395416259765625, + -0.0209808349609375, + 0.0244903564453125, + 0.018798828125, + -0.040435791015625, + 0.036468505859375, + 0.0084991455078125, + 0.0205078125, + -0.01983642578125, + -0.0090179443359375, + -0.024017333984375, + -0.045562744140625, + 0.07745361328125, + -0.0141448974609375, + -0.00450897216796875, + 0.0303802490234375, + -0.0254364013671875, + 0.04425048828125, + 0.020782470703125, + 0.052398681640625, + -0.0254364013671875, + 0.02734375, + -0.033050537109375, + 0.0205078125, + -0.004913330078125, + 0.047454833984375, + -0.018035888671875, + 0.0279083251953125, + -0.02734375, + 0.053924560546875, + 0.0008544921875, + -0.0097808837890625, + -0.05963134765625, + -0.00617218017578125, + 0.012908935546875, + 0.00726318359375, + 0.029815673828125, + -0.034942626953125, + -0.00011867284774780273, + -0.0149993896484375, + 0.04669189453125, + 0.06719970703125, + -0.024200439453125, + 0.031707763671875, + 0.00621795654296875, + 0.003559112548828125, + -0.033050537109375, + 0.01983642578125 + ], + "metadata": { + "domains": [ + "malware-analysis", + "ics-forensics", + "static-investigations" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_Aircrack_ng", + "type": "tool", + "name": "Aircrack-ng", + "content": "aircrack-ng die legendäre wlan-security-suite vereint seit 2006 alle tools für 802.11-penetration-testing und forensic-wlan-analysis. airodump-ng sammelt packets und zeigt hidden-networks, aireplay-ng injiziert deauth-frames für handshake-capture, aircrack-ng selbst bricht wep-keys in minuten und wpa2-psks mit dictionary-attacks. besonders wertvoll für forensik: packet-capture-analysis identifiziert rogue-aps, client-probing-behavior enthüllt bewegungsprofile, wps-pin-recovery bei legacy-routern. die gpu-acceleration (via pyrit/hashcat) beschleunigt psk-cracking dramatisch. support für moderne standards: wpa3-transition-mode, 802.11ac/ax. scripting-interface automatisiert mass-assessments. cross-platform-verfügbarkeit mit hardware-treiber-support. forensic-mode bewahrt evidence-integrity. integration in penetration-testing-frameworks. der klassiker für wlan-forensik wenn moderne enterprise-wlans kompromittiert wurden. commandline wireless packet-capture injection cracking scenario:credential_theft network-forensics incident-response data-collection analysis", + "embedding": [ + -0.003936767578125, + 0.00498199462890625, + 0.036956787109375, + 0.0190582275390625, + 0.052490234375, + -0.00547027587890625, + 0.005298614501953125, + -0.005977630615234375, + -0.0226593017578125, + -0.0134124755859375, + -0.037139892578125, + 0.0501708984375, + 0.0057373046875, + -0.01739501953125, + -0.06494140625, + 0.05364990234375, + 0.00485992431640625, + 0.018768310546875, + 0.016143798828125, + 0.0030384063720703125, + -0.014678955078125, + -0.0272216796875, + -0.06182861328125, + -0.00262451171875, + -0.015655517578125, + -0.018768310546875, + -0.02606201171875, + -0.06842041015625, + -0.033050537109375, + 0.0093841552734375, + 0.0224609375, + -0.0196380615234375, + 0.0162353515625, + 0.018768310546875, + 0.01006317138671875, + -0.01006317138671875, + -0.014678955078125, + -0.029754638671875, + -0.0154571533203125, + 0.052490234375, + -0.010009765625, + -0.0012884140014648438, + 0.0006651878356933594, + -0.0112762451171875, + -0.038116455078125, + -0.0234222412109375, + -0.00899505615234375, + -0.01244354248046875, + 0.0472412109375, + -0.038116455078125, + 0.0289764404296875, + 0.03753662109375, + 0.00772857666015625, + -0.0062713623046875, + -0.03033447265625, + 0.0015802383422851562, + 0.048614501953125, + -0.0291595458984375, + -0.0367431640625, + 0.052490234375, + -0.05328369140625, + -0.033447265625, + -0.01312255859375, + -0.03656005859375, + -0.00797271728515625, + -0.003597259521484375, + -0.00547027587890625, + -0.041595458984375, + 0.0004162788391113281, + 0.00928497314453125, + 0.031707763671875, + -0.032073974609375, + -0.01555633544921875, + 0.0211029052734375, + -0.0149688720703125, + -0.0406494140625, + 0.0252838134765625, + 0.006999969482421875, + -0.0075836181640625, + -0.01084136962890625, + -0.03558349609375, + 0.0201263427734375, + 0.0462646484375, + -0.0285797119140625, + 0.0094757080078125, + -0.004543304443359375, + 0.0367431640625, + 0.01312255859375, + -0.01010894775390625, + -0.004230499267578125, + 0.03790283203125, + -0.02032470703125, + 0.041412353515625, + -0.0258636474609375, + 0.016815185546875, + 0.04510498046875, + 0.0102081298828125, + -0.0008749961853027344, + -0.003353118896484375, + 0.0305328369140625, + 0.033843994140625, + -0.0262451171875, + 0.07269287109375, + 0.01215362548828125, + 0.04705810546875, + -0.0177001953125, + 0.01273345947265625, + -0.007144927978515625, + -0.0160369873046875, + -0.014678955078125, + -0.0770263671875, + -0.0128326416015625, + -0.0012035369873046875, + -0.0482177734375, + 0.00885009765625, + -0.00021564960479736328, + -0.023529052734375, + 0.05950927734375, + -0.0521240234375, + -0.0258636474609375, + 0.03558349609375, + 0.0096282958984375, + -0.02362060546875, + -0.0128326416015625, + -0.06378173828125, + -0.054443359375, + 0.00262451171875, + 0.025665283203125, + -0.0400390625, + -0.033843994140625, + -0.023529052734375, + -0.0162353515625, + -0.0013551712036132812, + -0.0224609375, + -0.004276275634765625, + -0.02099609375, + 0.032867431640625, + 0.001567840576171875, + -0.009674072265625, + 0.0254669189453125, + 0.03228759765625, + -0.0247955322265625, + -0.052490234375, + 0.020904541015625, + -0.04180908203125, + -0.0212860107421875, + 0.017303466796875, + 0.03131103515625, + -0.0165252685546875, + -0.00241851806640625, + -0.01535797119140625, + 0.0112762451171875, + 0.03228759765625, + -0.0091400146484375, + -0.006221771240234375, + -0.055999755859375, + -0.00952911376953125, + -0.026641845703125, + 0.0160369873046875, + -0.041015625, + -0.0157470703125, + -0.0184783935546875, + -0.054840087890625, + 0.0148773193359375, + -0.02099609375, + -0.0086517333984375, + -0.01117706298828125, + -0.0159454345703125, + 0.0252838134765625, + -0.00860595703125, + 0.01264190673828125, + -0.006366729736328125, + 0.036163330078125, + 0.052490234375, + 0.009674072265625, + 0.031494140625, + 0.006610870361328125, + 0.01195526123046875, + -0.0031833648681640625, + 0.03656005859375, + -0.01428985595703125, + -0.0029277801513671875, + 0.04937744140625, + 0.0171051025390625, + 0.041412353515625, + -0.0024662017822265625, + -0.040435791015625, + -0.0134124755859375, + -0.04510498046875, + 0.0289764404296875, + -0.0190582275390625, + -0.0243988037109375, + -0.007633209228515625, + 0.01983642578125, + 0.0254669189453125, + 0.06842041015625, + 0.035003662109375, + 0.00666046142578125, + 0.0439453125, + 0.00403594970703125, + 0.00748443603515625, + 0.030914306640625, + -0.01273345947265625, + 0.047454833984375, + 0.016326904296875, + 0.01934814453125, + 0.0062713623046875, + 0.04803466796875, + 0.0264434814453125, + -0.037322998046875, + -0.0232391357421875, + 0.036956787109375, + 0.0011301040649414062, + -0.029754638671875, + -0.01059722900390625, + -0.0148773193359375, + -0.0080718994140625, + -0.0097198486328125, + 0.005054473876953125, + -0.003719329833984375, + -0.0134124755859375, + -0.029937744140625, + 0.011566162109375, + 0.0291595458984375, + -0.0232391357421875, + 0.061065673828125, + 0.0305328369140625, + -0.0274200439453125, + -0.009185791015625, + 0.034210205078125, + -0.0012941360473632812, + 0.0289764404296875, + 0.00023090839385986328, + 0.01312255859375, + -0.03656005859375, + -0.0148773193359375, + 0.038299560546875, + 0.039276123046875, + 0.00904083251953125, + 0.00855255126953125, + -0.0567626953125, + 0.050567626953125, + -0.042572021484375, + 0.03656005859375, + 0.026824951171875, + -0.0258636474609375, + 0.0139007568359375, + -0.00695037841796875, + 0.0170135498046875, + 0.0626220703125, + -0.07232666015625, + 0.0027103424072265625, + -0.056396484375, + 0.00250244140625, + -0.100341796875, + -0.02838134765625, + -0.037139892578125, + -0.041015625, + 0.03656005859375, + -0.012054443359375, + -0.0285797119140625, + -0.01273345947265625, + 0.0133209228515625, + -0.02935791015625, + 0.06573486328125, + 0.0043487548828125, + -0.03033447265625, + -0.01837158203125, + 0.07037353515625, + -0.004665374755859375, + -0.01983642578125, + -0.0281982421875, + -0.001312255859375, + 0.0223541259765625, + 0.048797607421875, + -0.0196380615234375, + 0.0009965896606445312, + 0.03228759765625, + 0.005977630615234375, + 0.0237274169921875, + -0.021881103515625, + -0.006366729736328125, + -0.0080718994140625, + 0.032867431640625, + -0.05328369140625, + -0.0006928443908691406, + 0.01312255859375, + 0.004375457763671875, + 0.0049591064453125, + -0.07080078125, + 0.0011243820190429688, + 0.045501708984375, + -0.01788330078125, + 0.036346435546875, + 0.015167236328125, + -0.062225341796875, + -0.006999969482421875, + 0.00366973876953125, + 0.006999969482421875, + 0.0096282958984375, + 0.07427978515625, + -0.044525146484375, + 0.02099609375, + 0.0024662017822265625, + -0.004787445068359375, + -0.035980224609375, + -0.0258636474609375, + -0.01132965087890625, + 0.0107421875, + -0.0501708984375, + -0.033233642578125, + -0.0112762451171875, + -0.00830841064453125, + 0.022064208984375, + 0.00695037841796875, + 0.007534027099609375, + -0.054840087890625, + -0.054046630859375, + 0.0177001953125, + -0.033843994140625, + -0.0196380615234375, + -0.04315185546875, + 0.034423828125, + 0.024017333984375, + 0.017791748046875, + -0.0061492919921875, + -0.01535797119140625, + -0.0439453125, + 0.04278564453125, + 0.0022716522216796875, + 0.0367431640625, + -0.006198883056640625, + 0.036163330078125, + 0.0281982421875, + 0.034423828125, + 0.033233642578125, + 0.049774169921875, + 0.026641845703125, + -0.007244110107421875, + -0.0227508544921875, + 0.01477813720703125, + -0.00432586669921875, + 0.0086517333984375, + -0.008941650390625, + -0.0025882720947265625, + -0.01264190673828125, + -0.01409912109375, + 0.0023937225341796875, + 0.03033447265625, + 0.034210205078125, + 0.0305328369140625, + -0.0185699462890625, + 0.01010894775390625, + 0.0491943359375, + -0.0006957054138183594, + 0.08203125, + -0.0012035369873046875, + -0.04840087890625, + 0.031494140625, + 0.0122528076171875, + -0.0274200439453125, + -0.0023822784423828125, + 0.04412841796875, + 0.02606201171875, + 0.007534027099609375, + 0.0270233154296875, + -0.0243988037109375, + 0.00977325439453125, + -0.0227508544921875, + -0.0186614990234375, + -0.005420684814453125, + -0.01171112060546875, + -0.01428985595703125, + 0.06646728515625, + 0.0472412109375, + 0.012542724609375, + 0.034027099609375, + -0.033233642578125, + -0.035003662109375, + -0.0270233154296875, + -0.061065673828125, + -0.00792694091796875, + 0.032470703125, + 0.01535797119140625, + 0.06805419921875, + -0.028778076171875, + -0.0672607421875, + 0.0035247802734375, + -0.04937744140625, + 0.06646728515625, + 0.02935791015625, + 0.0048370361328125, + 0.042572021484375, + -0.01371002197265625, + 0.01132965087890625, + 0.033233642578125, + -0.0015010833740234375, + 0.03790283203125, + 0.06341552734375, + 0.017303466796875, + 0.0081634521484375, + -0.033050537109375, + 0.00547027587890625, + 0.0222625732421875, + -0.005031585693359375, + -0.03131103515625, + 0.041229248046875, + 0.01055145263671875, + 0.0311126708984375, + -0.06884765625, + 0.04901123046875, + 0.0252838134765625, + -0.01885986328125, + -0.01166534423828125, + -0.01380157470703125, + -0.00666046142578125, + -0.069580078125, + 0.01788330078125, + 0.01137542724609375, + 0.0122528076171875, + 0.0276031494140625, + 0.031707763671875, + -0.0491943359375, + -0.044525146484375, + 0.03363037109375, + -0.058319091796875, + -0.01399993896484375, + 0.0032329559326171875, + -0.0254669189453125, + 0.0160369873046875, + -0.02313232421875, + -0.04803466796875, + -0.007778167724609375, + -0.01477813720703125, + -0.0396728515625, + -0.004009246826171875, + 0.01123046875, + -0.052886962890625, + -0.025665283203125, + -0.02935791015625, + 0.00772857666015625, + -0.0157470703125, + -0.0264434814453125, + 0.056396484375, + 0.005855560302734375, + 0.005031585693359375, + 0.016815185546875, + 0.049774169921875, + 0.0008325576782226562, + -0.034423828125, + 0.0458984375, + 0.00551605224609375, + -0.023529052734375, + 0.011566162109375, + 0.0025882720947265625, + 0.01312255859375, + -0.0181732177734375, + -0.0239105224609375, + 0.002613067626953125, + 0.014678955078125, + 0.012542724609375, + 0.01059722900390625, + -0.035980224609375, + -0.0171051025390625, + -0.050567626953125, + 0.049591064453125, + -0.01006317138671875, + 0.05328369140625, + -0.035003662109375, + -0.0439453125, + 0.02001953125, + -0.057159423828125, + -0.0252838134765625, + 0.00354766845703125, + -0.0062713623046875, + -0.024017333984375, + 0.055206298828125, + -0.012542724609375, + 0.0243988037109375, + 0.0037670135498046875, + 0.03656005859375, + -0.020416259765625, + -0.021392822265625, + -0.0258636474609375, + 0.0239105224609375, + 0.0049591064453125, + -0.046478271484375, + 0.01535797119140625, + -0.02508544921875, + 0.0014276504516601562, + 0.050567626953125, + -0.04296875, + 0.007778167724609375, + -0.01010894775390625, + -0.054840087890625, + -0.036346435546875, + -0.044525146484375, + -0.032867431640625, + -0.036956787109375, + 0.024017333984375, + 0.034423828125, + 0.00885009765625, + -0.007244110107421875, + 0.01322174072265625, + 0.0185699462890625, + 0.019439697265625, + -0.0175933837890625, + -0.0258636474609375, + 0.0233306884765625, + -0.048614501953125, + -0.032073974609375, + -0.0165252685546875, + 0.04315185546875, + -0.0234222412109375, + -0.003475189208984375, + 0.021575927734375, + -0.0023097991943359375, + 0.0179901123046875, + -0.054840087890625, + -0.007678985595703125, + -0.0262451171875, + -0.0357666015625, + -0.01934814453125, + -0.01361083984375, + 0.00354766845703125, + 0.021575927734375, + -0.0159454345703125, + 0.0175933837890625, + 0.024200439453125, + -0.033447265625, + 0.0169219970703125, + 0.0008869171142578125, + -0.0149688720703125, + 0.007244110107421875, + -0.003986358642578125, + 0.005321502685546875, + -0.0036449432373046875, + 0.044921875, + -0.01555633544921875, + -0.034027099609375, + -0.0863037109375, + 0.01171112060546875, + -0.015167236328125, + -0.007289886474609375, + -0.045684814453125, + -0.0606689453125, + -0.06494140625, + -0.0217742919921875, + 0.025665283203125, + 0.018768310546875, + 0.0050811767578125, + 0.005954742431640625, + -0.01526641845703125, + -0.01293182373046875, + -0.03033447265625, + 0.026641845703125, + -0.0148773193359375, + 0.0237274169921875, + 0.0007534027099609375, + -0.0221710205078125, + 0.0248870849609375, + 0.0301361083984375, + 0.007289886474609375, + 0.03033447265625, + 0.0234222412109375, + -0.01361083984375, + 0.0211944580078125, + -0.0258636474609375, + -0.01059722900390625, + 0.0014095306396484375, + -0.0139007568359375, + 0.01934814453125, + -0.009918212890625, + -0.0160369873046875, + 0.0196380615234375, + 0.038299560546875, + 0.032867431640625, + -0.006610870361328125, + -0.009185791015625, + 0.04705810546875, + -0.00023090839385986328, + 0.0272216796875, + -0.022064208984375, + -0.045501708984375, + 0.01428985595703125, + -0.024017333984375, + 0.0462646484375, + 0.036163330078125, + 0.0006561279296875, + -0.02838134765625, + 0.0196380615234375, + 0.06182861328125, + 0.00836181640625, + -0.0501708984375, + -0.01477813720703125, + 0.0050811767578125, + 0.02508544921875, + 0.038299560546875, + -0.01526641845703125, + 0.08050537109375, + -0.01380157470703125, + -0.0018472671508789062, + 0.06573486328125, + 0.08050537109375, + 0.0281982421875, + -0.01361083984375, + -0.0243988037109375, + 0.0175018310546875, + 0.011474609375, + -0.049774169921875, + -0.049591064453125, + -0.00846099853515625, + 0.07196044921875, + -0.059112548828125, + -0.00008547306060791016, + -0.008941650390625, + -0.0133209228515625, + 0.004497528076171875, + 0.0165252685546875, + -0.034210205078125, + 0.018768310546875, + 0.01739501953125, + -0.035980224609375, + -0.037139892578125, + -0.0367431640625, + 0.0080718994140625, + 0.04376220703125, + 0.044708251953125, + -0.041412353515625, + 0.0258636474609375, + 0.03228759765625, + 0.04705810546875, + 0.0305328369140625, + 0.02935791015625, + 0.03656005859375, + 0.0011358261108398438, + 0.03228759765625, + 0.0567626953125, + -0.00748443603515625, + -0.03460693359375, + 0.0057373046875, + 0.025665283203125, + 0.0587158203125, + 0.083984375, + 0.00670623779296875, + -0.01885986328125, + -0.0180816650390625, + -0.0252838134765625, + 0.01039886474609375, + 0.0021514892578125, + -0.027801513671875, + -0.05133056640625, + -0.02459716796875, + 0.0181732177734375, + -0.0191497802734375, + 0.0439453125, + 0.015167236328125, + -0.0262451171875, + -0.031494140625, + 0.0357666015625, + 0.0112762451171875, + -0.03265380859375, + 0.01293182373046875, + -0.0254669189453125, + -0.0122528076171875, + -0.032073974609375, + -0.0121002197265625, + 0.033233642578125, + -0.0010938644409179688, + -0.055206298828125, + -0.003936767578125, + 0.033233642578125, + -0.031707763671875, + -0.0264434814453125, + -0.0237274169921875, + 0.007144927978515625, + -0.0458984375, + -0.054840087890625, + -0.069580078125, + -0.033447265625, + -0.00695037841796875, + -0.0175933837890625, + -0.014190673828125, + -0.0248870849609375, + -0.029937744140625, + -0.00904083251953125, + 0.00670623779296875, + -0.0217742919921875, + 0.036346435546875, + -0.0587158203125, + 0.0347900390625, + 0.036346435546875, + 0.0107421875, + 0.018768310546875, + 0.055999755859375, + -0.00605010986328125, + -0.0115203857421875, + 0.0166168212890625, + -0.05328369140625, + -0.002429962158203125, + 0.0007658004760742188, + 0.01351165771484375, + -0.06414794921875, + 0.002685546875, + 0.021484375, + -0.1026611328125, + 0.0270233154296875, + -0.002017974853515625, + -0.015167236328125, + -0.0400390625, + -0.00005811452865600586, + 0.006320953369140625, + -0.01195526123046875, + 0.077392578125, + -0.0075836181640625, + -0.0226593017578125, + 0.01506805419921875, + -0.0279998779296875, + 0.050567626953125, + 0.00217437744140625, + 0.03753662109375, + -0.035003662109375, + 0.0289764404296875, + 0.01885986328125, + -0.0169219970703125, + 0.00391387939453125, + -0.0606689453125, + 0.0143890380859375, + 0.016143798828125, + 0.015167236328125, + -0.0034503936767578125, + -0.03753662109375, + -0.04412841796875, + -0.0281982421875, + -0.0228424072265625, + 0.0159454345703125, + 0.015167236328125, + 0.004375457763671875, + -0.033233642578125, + -0.031494140625, + -0.0018835067749023438, + -0.038116455078125, + -0.0311126708984375, + -0.01399993896484375, + 0.0406494140625, + 0.00797271728515625, + -0.052490234375, + 0.034423828125, + -0.002685546875, + -0.004787445068359375, + 0.05328369140625, + 0.05133056640625, + -0.042572021484375, + 0.019439697265625, + 0.0061492919921875, + 0.046478271484375, + -0.007534027099609375, + 0.01006317138671875, + -0.0013856887817382812, + 0.011566162109375, + 0.033233642578125, + -0.026641845703125, + 0.031890869140625, + 0.035186767578125, + -0.01035308837890625, + -0.0750732421875, + -0.0190582275390625, + -0.0386962890625, + 0.0212860107421875, + 0.0033054351806640625, + 0.0501708984375, + 0.007389068603515625, + -0.0472412109375, + -0.0882568359375, + 0.031707763671875, + -0.014678955078125, + 0.023529052734375, + 0.00037670135498046875, + -0.029754638671875, + -0.07080078125, + -0.03790283203125, + -0.0075836181640625, + 0.0248870849609375, + -0.0166168212890625, + 0.04608154296875, + 0.004253387451171875, + -0.0036945343017578125, + 0.00772857666015625, + -0.019256591796875, + -0.0122528076171875, + 0.0154571533203125, + 0.02362060546875, + -0.027801513671875, + 0.0758056640625, + -0.06494140625, + 0.0070953369140625, + -0.024505615234375, + -0.0239105224609375, + -0.00957489013671875, + -0.0070953369140625, + -0.0211944580078125, + -0.004154205322265625, + 0.0148773193359375, + 0.04803466796875, + -0.0301361083984375, + 0.0139007568359375, + -0.0167236328125, + 0.044342041015625, + 0.0172119140625, + -0.01555633544921875, + 0.0169219970703125, + -0.0202178955078125, + 0.005031585693359375, + -0.02508544921875, + -0.0731201171875, + -0.07269287109375, + 0.00792694091796875, + -0.0262451171875, + -0.00313568115234375, + -0.01322174072265625, + 0.02032470703125, + 0.016815185546875, + -0.00301361083984375, + 0.0272216796875, + -0.0043487548828125, + -0.019927978515625, + -0.035003662109375, + 0.0311126708984375, + -0.017791748046875, + 0.031890869140625, + -0.00850677490234375, + -0.033050537109375, + 0.028778076171875, + 0.0019197463989257812, + -0.00792694091796875, + -0.00743865966796875, + 0.0158538818359375, + -0.01457977294921875, + 0.01428985595703125, + -0.0921630859375, + -0.046478271484375, + 0.00039505958557128906, + 0.056396484375, + -0.00977325439453125, + -0.0357666015625, + 0.06298828125, + -0.011810302734375, + -0.052490234375, + 0.041229248046875, + -0.0107879638671875, + -0.06414794921875, + 0.03363037109375, + -0.00933074951171875, + 0.033050537109375, + 0.014678955078125, + 0.050567626953125, + 0.02838134765625, + 0.031494140625, + 0.04412841796875, + -0.0179901123046875, + 0.014190673828125, + -0.0143890380859375, + 0.046844482421875, + 0.0175933837890625, + 0.0377197265625, + -0.022064208984375, + 0.034027099609375, + 0.012542724609375, + -0.0968017578125, + -0.00695037841796875, + -0.027801513671875, + -0.029754638671875, + -0.0062713623046875, + 0.08050537109375, + 0.039093017578125, + 0.021392822265625, + 0.02508544921875, + 0.03131103515625, + 0.02294921875, + -0.002017974853515625, + -0.028778076171875, + -0.0606689453125, + -0.02935791015625, + 0.01457977294921875, + -0.003986358642578125, + -0.057159423828125, + 0.0205078125, + 0.050567626953125, + -0.0172119140625, + -0.010162353515625, + -0.007778167724609375, + -0.0007047653198242188, + 0.019439697265625, + 0.01132965087890625, + 0.003864288330078125, + -0.046844482421875, + 0.03265380859375, + 0.03753662109375, + 0.0004191398620605469, + 0.0050811767578125, + -0.009429931640625, + -0.01166534423828125, + 0.034027099609375, + -0.052886962890625, + 0.00981903076171875, + 0.00605010986328125, + 0.07818603515625, + 0.010009765625, + -0.03265380859375, + -0.0005831718444824219, + 0.0158538818359375, + 0.0272216796875, + -0.0021381378173828125, + 0.01064300537109375, + 0.00792694091796875, + -0.02032470703125, + 0.0233306884765625, + 0.03228759765625, + -0.0107421875, + 0.0311126708984375, + 0.0201263427734375, + -0.0606689453125, + 0.03887939453125, + -0.020904541015625, + 0.01885986328125, + -0.008941650390625, + -0.03265380859375, + -0.0239105224609375, + -0.04608154296875, + 0.04376220703125, + 0.03790283203125, + 0.03265380859375, + 0.0008993148803710938, + -0.0031604766845703125, + -0.0171051025390625, + -0.0059051513671875, + 0.02935791015625, + 0.0196380615234375, + 0.007049560546875, + 0.02508544921875, + 0.0228424072265625, + -0.00510406494140625, + 0.0081634521484375, + -0.0227508544921875, + 0.0037670135498046875, + -0.0179901123046875, + 0.01264190673828125, + -0.0606689453125, + -0.0165252685546875, + -0.0019445419311523438, + -0.0270233154296875, + -0.01161956787109375, + -0.0258636474609375, + 0.01555633544921875, + -0.019439697265625, + -0.041015625, + 0.0148773193359375, + 0.05755615234375, + -0.0120086669921875, + 0.0170135498046875, + 0.02001953125, + 0.0233306884765625, + 0.0184783935546875, + -0.0750732421875, + 0.057952880859375, + 0.0419921875, + 0.04296875, + -0.01190948486328125, + 0.0060272216796875, + 0.035400390625, + -0.0171051025390625, + -0.00885009765625, + 0.01322174072265625, + -0.02099609375, + 0.052886962890625, + 0.0191497802734375, + -0.00403594970703125, + -0.0252838134765625, + 0.00743865966796875, + 0.004230499267578125, + -0.035980224609375, + 0.033233642578125, + 0.0148773193359375, + 0.01788330078125, + -0.0012941360473632812, + -0.006855010986328125, + -0.01059722900390625, + -0.055999755859375, + 0.06610107421875, + 0.0307159423828125, + -0.006561279296875, + 0.0252838134765625, + -0.06573486328125, + 0.03558349609375, + 0.01088714599609375, + 0.0295562744140625, + -0.03131103515625, + 0.0472412109375, + -0.0234222412109375, + 0.00408172607421875, + -0.0172119140625, + 0.0158538818359375, + -0.0211944580078125, + 0.027801513671875, + -0.02099609375, + 0.0567626953125, + 0.003864288330078125, + 0.004787445068359375, + -0.0567626953125, + -0.008941650390625, + -0.0035724639892578125, + 0.0439453125, + 0.03558349609375, + -0.048614501953125, + -0.0262451171875, + -0.01837158203125, + 0.0291595458984375, + 0.07427978515625, + 0.00274658203125, + 0.0274200439453125, + -0.00923919677734375, + -0.0078277587890625, + -0.0205078125, + -0.01010894775390625 + ], + "metadata": { + "domains": [ + "network-forensics", + "incident-response" + ], + "phases": [ + "data-collection", + "analysis" + ], + "tags": [ + "commandline", + "wireless", + "packet-capture", + "injection", + "cracking", + "scenario:credential_theft" + ], + "skillLevel": "advanced", + "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.0000317692756652832, + 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_hashcat", + "type": "tool", + "name": "hashcat", + "content": "hashcat höchstperformanter passwort‑recovery‑accelerator, der cpus, gpus, fpgas und sogar asics parallel nutzen kann. unterstützt über 300 hash‑formate (u.a. bcrypt, ntlm, kerberos, wpa‑pmkid) und besitzt flexible angriffsmodi (dictionary, mask, hybrid, rule‑based). dank opencl‑backend skaliert hashcat von laptop‑gpu bis zu verteilten clustern – unverzichtbar für credential‑audits und incident‑response. password-recovery gpu-acceleration cracking scenario:credential_theft incident-response fraud-investigation analysis", + "embedding": [ + -0.00949859619140625, + -0.0177001953125, + 0.048858642578125, + 0.00295257568359375, + 0.0257415771484375, + 0.0090484619140625, + 0.0240325927734375, + -0.02874755859375, + -0.0177001953125, + 0.0008168220520019531, + -0.0090484619140625, + 0.05267333984375, + -0.010955810546875, + -0.01427459716796875, + -0.05267333984375, + 0.0088958740234375, + -0.00949859619140625, + 0.0011434555053710938, + -0.01427459716796875, + -0.00588226318359375, + -0.00658416748046875, + 0.01025390625, + -0.07879638671875, + -0.01849365234375, + -0.0012760162353515625, + -0.035400390625, + -0.0015897750854492188, + -0.041229248046875, + -0.01397705078125, + -0.0106048583984375, + -0.006633758544921875, + -0.043426513671875, + 0.0279541015625, + 0.018096923828125, + -0.00965118408203125, + 0.014678955078125, + 0.019195556640625, + -0.02593994140625, + -0.003719329833984375, + 0.06475830078125, + -0.0301666259765625, + 0.033782958984375, + 0.0023746490478515625, + 0.00260162353515625, + -0.03399658203125, + -0.032989501953125, + 0.0230255126953125, + -0.01216888427734375, + 0.0240325927734375, + -0.0182952880859375, + 0.01528167724609375, + 0.025238037109375, + 0.02734375, + -0.0124664306640625, + -0.0214080810546875, + 0.03619384765625, + 0.02252197265625, + -0.02423095703125, + -0.0189056396484375, + 0.05670166015625, + -0.033172607421875, + -0.02935791015625, + 0.01708984375, + -0.0265350341796875, + 0.0313720703125, + 0.0210113525390625, + -0.00724029541015625, + -0.04705810546875, + -0.01070404052734375, + 0.01100921630859375, + 0.0211181640625, + -0.01337432861328125, + -0.00545501708984375, + 0.01739501953125, + -0.0518798828125, + -0.0313720703125, + 0.042816162109375, + 0.0119171142578125, + 0.0008358955383300781, + -0.0015268325805664062, + -0.03338623046875, + 0.0291595458984375, + 0.03680419921875, + -0.02532958984375, + -0.0196990966796875, + 0.01025390625, + 0.031982421875, + 0.007793426513671875, + -0.031982421875, + 0.00595855712890625, + 0.010406494140625, + 0.00965118408203125, + 0.05950927734375, + -0.0159912109375, + 0.032989501953125, + 0.041229248046875, + -0.0144805908203125, + 0.017486572265625, + 0.041015625, + 0.0279541015625, + -0.0033168792724609375, + -0.0038967132568359375, + 0.05108642578125, + -0.0059051513671875, + 0.0224151611328125, + -0.0090484619140625, + 0.0110626220703125, + -0.05047607421875, + 0.01045989990234375, + -0.044036865234375, + -0.10052490234375, + -0.05950927734375, + -0.00444793701171875, + -0.0723876953125, + 0.00537872314453125, + -0.032562255859375, + -0.0182952880859375, + 0.01120758056640625, + -0.034576416015625, + -0.0200042724609375, + 0.0064849853515625, + 0.01015472412109375, + -0.0144805908203125, + 0.01397705078125, + -0.032562255859375, + -0.053070068359375, + 0.0311737060546875, + 0.0248260498046875, + -0.042236328125, + -0.0027523040771484375, + -0.04425048828125, + -0.034393310546875, + 0.0213165283203125, + -0.03277587890625, + -0.0233306884765625, + -0.01427459716796875, + 0.053497314453125, + -0.0164947509765625, + -0.0013828277587890625, + -0.005077362060546875, + 0.03155517578125, + -0.053497314453125, + -0.067138671875, + 0.002513885498046875, + -0.0313720703125, + -0.01377105712890625, + 0.009552001953125, + 0.053070068359375, + -0.002513885498046875, + 0.00015866756439208984, + -0.01708984375, + -0.0171966552734375, + 0.03216552734375, + -0.006988525390625, + 0.01035308837890625, + -0.04705810546875, + 0.0159912109375, + -0.058319091796875, + 0.01155853271484375, + -0.01337432861328125, + -0.0227203369140625, + 0.00424957275390625, + -0.0196075439453125, + 0.01427459716796875, + -0.0313720703125, + -0.044830322265625, + -0.0230255126953125, + 0.01256561279296875, + 0.0186004638671875, + 0.0171966552734375, + 0.0217132568359375, + -0.0237274169921875, + 0.039825439453125, + 0.02935791015625, + -0.015380859375, + 0.03680419921875, + 0.01000213623046875, + 0.0019102096557617188, + 0.016387939453125, + 0.032562255859375, + -0.0177001953125, + -0.0309600830078125, + 0.0404052734375, + 0.022216796875, + 0.0158843994140625, + 0.012969970703125, + -0.052276611328125, + 0.0206146240234375, + -0.039825439453125, + 0.0247344970703125, + -0.0194091796875, + -0.07720947265625, + 0.0034694671630859375, + 0.0177001953125, + 0.0248260498046875, + 0.035797119140625, + 0.032989501953125, + -0.036590576171875, + 0.029754638671875, + 0.005657196044921875, + 0.020111083984375, + 0.0250396728515625, + -0.00502777099609375, + 0.03680419921875, + 0.0241241455078125, + 0.0021610260009765625, + -0.002941131591796875, + 0.060333251953125, + 0.01377105712890625, + -0.0117645263671875, + -0.006259918212890625, + 0.028961181640625, + 0.008392333984375, + -0.042816162109375, + -0.02734375, + -0.045654296875, + 0.019500732421875, + 0.02734375, + 0.006435394287109375, + 0.0004398822784423828, + -0.02081298828125, + -0.0200042724609375, + 0.01337432861328125, + 0.04443359375, + 0.02392578125, + 0.0369873046875, + 0.025543212890625, + 0.0039215087890625, + -0.0189971923828125, + 0.0295562744140625, + -0.0009613037109375, + 0.0233306884765625, + -0.0126190185546875, + 0.0261383056640625, + -0.0217132568359375, + -0.0267486572265625, + 0.0478515625, + 0.049468994140625, + 0.01166534423828125, + 0.003795623779296875, + -0.062744140625, + 0.021514892578125, + -0.0599365234375, + 0.050079345703125, + 0.03277587890625, + 0.006084442138671875, + -0.01081085205078125, + 0.0035190582275390625, + 0.055908203125, + 0.049072265625, + -0.061920166015625, + 0.0038204193115234375, + -0.059112548828125, + 0.00899505615234375, + -0.07037353515625, + -0.035797119140625, + -0.020416259765625, + -0.0615234375, + 0.0506591796875, + -0.030364990234375, + -0.0285491943359375, + 0.01226806640625, + 0.006633758544921875, + -0.0216217041015625, + 0.040618896484375, + -0.01050567626953125, + -0.06353759765625, + 0.0151824951171875, + 0.04443359375, + -0.0017347335815429688, + -0.03216552734375, + -0.014984130859375, + 0.0240325927734375, + 0.0217132568359375, + 0.0347900390625, + 0.0042724609375, + 0.0050506591796875, + 0.0257415771484375, + 0.0111083984375, + 0.01508331298828125, + -0.011260986328125, + 0.006282806396484375, + -0.029754638671875, + 0.014373779296875, + -0.0309600830078125, + -0.0090484619140625, + -0.01558685302734375, + 0.0165863037109375, + -0.01457977294921875, + -0.053070068359375, + -0.0090484619140625, + 0.038818359375, + 0.001407623291015625, + 0.0228271484375, + -0.0241241455078125, + -0.040008544921875, + 0.00027179718017578125, + 0.0087432861328125, + -0.044036865234375, + 0.028350830078125, + 0.034393310546875, + -0.039215087890625, + -0.01508331298828125, + 0.00394439697265625, + -0.0194091796875, + -0.048675537109375, + -0.02362060546875, + -0.00829315185546875, + -0.0083465576171875, + -0.05950927734375, + -0.0347900390625, + -0.01055908203125, + -0.0257415771484375, + 0.018798828125, + -0.0230255126953125, + -0.0093536376953125, + -0.068359375, + -0.05047607421875, + 0.01377105712890625, + -0.02996826171875, + -0.0193023681640625, + -0.022125244140625, + 0.0574951171875, + -0.00260162353515625, + -0.022125244140625, + -0.017486572265625, + -0.01131439208984375, + -0.03338623046875, + 0.028961181640625, + -0.0247344970703125, + 0.00879669189453125, + -0.004070281982421875, + 0.05267333984375, + 0.01357269287109375, + 0.0279541015625, + 0.055084228515625, + 0.04644775390625, + 0.00759124755859375, + -0.0022373199462890625, + 0.01739501953125, + -0.006084442138671875, + 0.0301666259765625, + 0.035980224609375, + -0.0031299591064453125, + -0.0007381439208984375, + -0.023834228515625, + -0.035797119140625, + -0.01085662841796875, + 0.0291595458984375, + 0.031982421875, + 0.034576416015625, + -0.00615692138671875, + 0.0203094482421875, + 0.03680419921875, + -0.0071868896484375, + 0.10174560546875, + -0.0237274169921875, + -0.07843017578125, + 0.035980224609375, + 0.022216796875, + -0.040008544921875, + -0.004573822021484375, + 0.0233306884765625, + 0.018402099609375, + 0.006687164306640625, + 0.0305633544921875, + 0.00502777099609375, + 0.039825439453125, + 0.006008148193359375, + 0.00495147705078125, + -0.0021991729736328125, + -0.0271453857421875, + 0.0250396728515625, + 0.06072998046875, + 0.05126953125, + 0.019195556640625, + 0.048065185546875, + -0.0309600830078125, + -0.021514892578125, + -0.01849365234375, + -0.041412353515625, + -0.00545501708984375, + 0.0438232421875, + 0.0093994140625, + 0.0546875, + -0.05047607421875, + -0.07598876953125, + 0.036407470703125, + -0.0128173828125, + 0.06353759765625, + 0.0285491943359375, + 0.018402099609375, + 0.0023250579833984375, + -0.0172882080078125, + 0.022216796875, + 0.03759765625, + 0.00824737548828125, + 0.012115478515625, + 0.0213165283203125, + 0.0484619140625, + -0.01377105712890625, + -0.052276611328125, + 0.01678466796875, + 0.006534576416015625, + 0.03216552734375, + -0.01201629638671875, + 0.01226806640625, + -0.006633758544921875, + 0.005229949951171875, + -0.03155517578125, + 0.07196044921875, + 0.0295562744140625, + -0.0241241455078125, + 0.0305633544921875, + -0.00980377197265625, + -0.0177001953125, + -0.0450439453125, + 0.007389068603515625, + -0.006031036376953125, + 0.0003535747528076172, + 0.025543212890625, + 0.022125244140625, + -0.042022705078125, + -0.03277587890625, + 0.0084991455078125, + -0.055084228515625, + 0.0175933837890625, + 0.0193023681640625, + -0.033782958984375, + 0.026947021484375, + -0.0216217041015625, + -0.0599365234375, + 0.04986572265625, + -0.0126190185546875, + -0.031768798828125, + 0.002902984619140625, + 0.0347900390625, + -0.0254364013671875, + -0.0271453857421875, + -0.041412353515625, + -0.0271453857421875, + -0.00864410400390625, + -0.03076171875, + 0.048248291015625, + -0.01030731201171875, + -0.0279541015625, + 0.0200042724609375, + 0.05047607421875, + 0.0030536651611328125, + -0.01508331298828125, + 0.038818359375, + -0.0158843994140625, + -0.0301666259765625, + -0.00110626220703125, + 0.0151824951171875, + 0.012969970703125, + -0.0277557373046875, + -0.01226806640625, + -0.010406494140625, + 0.0203094482421875, + 0.007137298583984375, + -0.01708984375, + -0.0574951171875, + -0.028350830078125, + -0.04083251953125, + 0.05670166015625, + -0.0011501312255859375, + 0.046661376953125, + -0.0182037353515625, + -0.0347900390625, + 0.0093536376953125, + -0.043243408203125, + -0.0194091796875, + 0.0005621910095214844, + -0.0231170654296875, + -0.004726409912109375, + 0.08404541015625, + -0.037200927734375, + 0.005706787109375, + 0.004047393798828125, + 0.07843017578125, + -0.0025005340576171875, + -0.0200042724609375, + -0.061126708984375, + 0.03839111328125, + 0.01131439208984375, + -0.053070068359375, + 0.00814056396484375, + -0.004726409912109375, + 0.020111083984375, + 0.048675537109375, + -0.05047607421875, + -0.0216217041015625, + -0.04022216796875, + -0.04766845703125, + -0.01407623291015625, + -0.044647216796875, + -0.02020263671875, + -0.034576416015625, + 0.04443359375, + 0.0587158203125, + 0.013671875, + 0.005603790283203125, + 0.032562255859375, + 0.019500732421875, + 0.03277587890625, + -0.0035190582275390625, + -0.042633056640625, + 0.03741455078125, + -0.061920166015625, + -0.03216552734375, + -0.0234222412109375, + 0.03680419921875, + -0.0196990966796875, + 0.01000213623046875, + 0.00930023193359375, + -0.038604736328125, + 0.042022705078125, + -0.049072265625, + 0.0207061767578125, + -0.0177001953125, + -0.03680419921875, + -0.0233306884765625, + -0.0203094482421875, + 0.0007290840148925781, + 0.0271453857421875, + 0.0001036524772644043, + 0.0220184326171875, + 0.025238037109375, + -0.0404052734375, + 0.0228271484375, + 0.004497528076171875, + -0.00708770751953125, + -0.007038116455078125, + -0.00510406494140625, + 0.0095977783203125, + -0.01427459716796875, + 0.03558349609375, + -0.021514892578125, + -0.058319091796875, + -0.046661376953125, + 0.0267486572265625, + -0.0016841888427734375, + -0.039215087890625, + -0.01558685302734375, + -0.05267333984375, + -0.06475830078125, + -0.01236724853515625, + 0.036590576171875, + 0.0281524658203125, + 0.001049041748046875, + -0.006107330322265625, + -0.0050506591796875, + -0.0295562744140625, + -0.01568603515625, + 0.0175933837890625, + -0.0203094482421875, + 0.006008148193359375, + -0.006435394287109375, + -0.0117645263671875, + 0.04302978515625, + 0.0134735107421875, + 0.0106048583984375, + 0.02996826171875, + 0.0194091796875, + -0.0295562744140625, + 0.01477813720703125, + -0.016082763671875, + -0.021209716796875, + 0.00759124755859375, + -0.004222869873046875, + 0.012664794921875, + 0.00588226318359375, + 0.00452423095703125, + 0.01508331298828125, + 0.018096923828125, + 0.04241943359375, + -0.01849365234375, + -0.0189971923828125, + 0.037811279296875, + -0.018798828125, + 0.050872802734375, + 0.01206207275390625, + -0.04925537109375, + -0.0023250579833984375, + -0.0200042724609375, + 0.029754638671875, + 0.011810302734375, + -0.01477813720703125, + -0.0279541015625, + 0.019195556640625, + 0.07037353515625, + -0.00384521484375, + -0.022918701171875, + 0.012969970703125, + -0.010955810546875, + 0.01508331298828125, + 0.043243408203125, + -0.00844573974609375, + 0.07720947265625, + 0.00949859619140625, + -0.01427459716796875, + 0.0416259765625, + 0.062744140625, + 0.0248260498046875, + -0.026947021484375, + -0.031768798828125, + 0.0175933837890625, + -0.00724029541015625, + -0.03338623046875, + -0.028961181640625, + -0.0010557174682617188, + 0.05792236328125, + -0.08807373046875, + -0.00980377197265625, + 0.00995635986328125, + -0.0093536376953125, + 0.015380859375, + 0.0220184326171875, + -0.022918701171875, + 0.0203094482421875, + 0.01357269287109375, + -0.0028781890869140625, + -0.0220184326171875, + 0.0078887939453125, + 0.00444793701171875, + 0.05792236328125, + 0.045257568359375, + -0.048858642578125, + 0.035400390625, + 0.0005593299865722656, + 0.0243377685546875, + 0.013671875, + 0.0335693359375, + 0.0171966552734375, + 0.031768798828125, + 0.0309600830078125, + 0.06878662109375, + -0.0020236968994140625, + -0.00879669189453125, + 0.005279541015625, + -0.00595855712890625, + 0.04425048828125, + 0.053070068359375, + 0.0128173828125, + -0.00110626220703125, + 0.022216796875, + -0.03741455078125, + -0.011260986328125, + 0.006206512451171875, + -0.040618896484375, + -0.055084228515625, + -0.03619384765625, + 0.0216217041015625, + -0.0313720703125, + 0.053497314453125, + 0.0247344970703125, + -0.03338623046875, + -0.01085662841796875, + 0.0271453857421875, + 0.0095977783203125, + -0.04302978515625, + 0.018798828125, + -0.034393310546875, + -0.02252197265625, + -0.01050567626953125, + -0.0114593505859375, + 0.037811279296875, + 0.01201629638671875, + -0.08526611328125, + -0.01201629638671875, + 0.052276611328125, + -0.0279541015625, + -0.03558349609375, + -0.004550933837890625, + -0.023834228515625, + -0.02935791015625, + -0.059112548828125, + -0.03839111328125, + -0.0209197998046875, + 0.007843017578125, + -0.0250396728515625, + 0.0025005340576171875, + -0.019500732421875, + -0.005428314208984375, + -0.0209197998046875, + -0.026336669921875, + -0.043243408203125, + 0.0301666259765625, + -0.0450439453125, + 0.0295562744140625, + 0.01306915283203125, + 0.019805908203125, + 0.040618896484375, + 0.06475830078125, + -0.01151275634765625, + -0.019500732421875, + -0.0024261474609375, + -0.0723876953125, + -0.00555419921875, + -0.01387786865234375, + 0.01100921630859375, + -0.0271453857421875, + 0.0012311935424804688, + 0.043426513671875, + -0.061126708984375, + -0.0020351409912109375, + -0.01251983642578125, + -0.0248260498046875, + -0.04925537109375, + 0.0017843246459960938, + 0.00844573974609375, + 0.02423095703125, + 0.07080078125, + 0.01050567626953125, + -0.0171966552734375, + -0.00595855712890625, + -0.01528167724609375, + 0.041839599609375, + 0.0271453857421875, + 0.0311737060546875, + -0.02874755859375, + 0.0275421142578125, + 0.021209716796875, + -0.01000213623046875, + 0.021209716796875, + -0.08123779296875, + -0.01739501953125, + 0.0179901123046875, + -0.0030040740966796875, + -0.0128173828125, + -0.02593994140625, + -0.049072265625, + -0.028961181640625, + -0.048675537109375, + 0.001300811767578125, + 0.004398345947265625, + 0.023834228515625, + -0.0347900390625, + -0.01558685302734375, + 0.002185821533203125, + -0.0347900390625, + -0.031982421875, + -0.0382080078125, + 0.0223236083984375, + -0.00965118408203125, + -0.030364990234375, + 0.02996826171875, + 0.002979278564453125, + 0.032379150390625, + 0.041412353515625, + 0.042022705078125, + -0.0243377685546875, + 0.014373779296875, + -0.01035308837890625, + 0.03900146484375, + 0.0224151611328125, + -0.0026760101318359375, + 0.002727508544921875, + 0.0024261474609375, + 0.00510406494140625, + -0.00444793701171875, + 0.050262451171875, + 0.03839111328125, + -0.041015625, + -0.052276611328125, + -0.02191162109375, + -0.01910400390625, + 0.0004930496215820312, + -0.031982421875, + 0.03741455078125, + 0.00623321533203125, + -0.01226806640625, + -0.07196044921875, + 0.047454833984375, + -0.031982421875, + 0.04644775390625, + 0.0369873046875, + -0.0281524658203125, + -0.05389404296875, + -0.05792236328125, + -0.0281524658203125, + 0.026336669921875, + -0.05108642578125, + 0.04022216796875, + 0.0277557373046875, + 0.0114593505859375, + 0.0248260498046875, + -0.017791748046875, + -0.0295562744140625, + 0.00945281982421875, + 0.0102081298828125, + -0.0161895751953125, + 0.054290771484375, + -0.0248260498046875, + 0.035400390625, + -0.021209716796875, + 0.0005373954772949219, + 0.018402099609375, + 0.008544921875, + -0.020416259765625, + 0.00142669677734375, + 0.017486572265625, + 0.0194091796875, + -0.041015625, + -0.00894927978515625, + -0.0305633544921875, + 0.0171966552734375, + -0.0231170654296875, + -0.02593994140625, + -0.0012063980102539062, + 0.0277557373046875, + 0.00970458984375, + -0.0301666259765625, + -0.04425048828125, + -0.06756591796875, + 0.0078887939453125, + -0.006938934326171875, + -0.007640838623046875, + -0.0110626220703125, + 0.0313720703125, + -0.003078460693359375, + -0.0182952880859375, + -0.0012254714965820312, + 0.0144805908203125, + -0.01206207275390625, + -0.035400390625, + 0.0217132568359375, + 0.01427459716796875, + 0.049468994140625, + 0.0216217041015625, + -0.025238037109375, + 0.0699462890625, + 0.00502777099609375, + -0.002437591552734375, + -0.0148773193359375, + -0.0213165283203125, + -0.017791748046875, + -0.004425048828125, + -0.061126708984375, + -0.0478515625, + 0.01171112060546875, + 0.00302886962890625, + 0.0078887939453125, + -0.0291595458984375, + 0.050079345703125, + -0.0203094482421875, + -0.060333251953125, + 0.009552001953125, + -0.003795623779296875, + -0.06634521484375, + 0.0347900390625, + -0.0223236083984375, + 0.046844482421875, + -0.006183624267578125, + 0.03839111328125, + -0.00949859619140625, + 0.07562255859375, + 0.049652099609375, + -0.02593994140625, + 0.0022869110107421875, + 0.001068115234375, + 0.0196075439453125, + 0.03497314453125, + 0.0382080078125, + 0.0168914794921875, + 0.001087188720703125, + 0.004070281982421875, + -0.07318115234375, + -0.0335693359375, + 0.00864410400390625, + -0.02362060546875, + -0.01141357421875, + 0.095703125, + 0.00970458984375, + 0.037200927734375, + 0.0313720703125, + 0.045654296875, + 0.039825439453125, + -0.01206207275390625, + 0.018096923828125, + -0.0723876953125, + -0.02996826171875, + 0.01910400390625, + 0.025238037109375, + -0.067138671875, + 0.022918701171875, + 0.047454833984375, + -0.015380859375, + -0.00894927978515625, + -0.0007352828979492188, + -0.0124664306640625, + 0.0285491943359375, + 0.016387939453125, + 0.022216796875, + -0.0472412109375, + 0.0189971923828125, + 0.01548004150390625, + -0.0162811279296875, + 0.003543853759765625, + 0.00743865966796875, + -0.03399658203125, + 0.041015625, + -0.04302978515625, + 0.008392333984375, + 0.0214080810546875, + 0.0751953125, + 0.00658416748046875, + -0.026336669921875, + 0.0031032562255859375, + 0.0182952880859375, + 0.02593994140625, + -0.019500732421875, + 0.0102081298828125, + 0.01116180419921875, + -0.0309600830078125, + 0.03338623046875, + 0.038818359375, + 0.0182037353515625, + 0.03399658203125, + 0.035797119140625, + -0.0277557373046875, + 0.03741455078125, + -0.018402099609375, + 0.0093536376953125, + -0.0026645660400390625, + -0.010406494140625, + -0.029754638671875, + -0.035400390625, + 0.023834228515625, + 0.039825439453125, + 0.00984954833984375, + 0.004550933837890625, + 0.0100555419921875, + -0.0161895751953125, + -0.0189056396484375, + 0.01085662841796875, + 0.0404052734375, + 0.004299163818359375, + -0.0021610260009765625, + 0.018707275390625, + 0.0039215087890625, + 0.01326751708984375, + -0.030364990234375, + 0.00945281982421875, + -0.02935791015625, + 0.01055908203125, + -0.04083251953125, + -0.0144805908203125, + -0.0092010498046875, + -0.031768798828125, + 0.0013828277587890625, + -0.0382080078125, + 0.02532958984375, + -0.0023250579833984375, + -0.0450439453125, + -0.03900146484375, + 0.05389404296875, + -0.043243408203125, + 0.008544921875, + 0.0179901123046875, + 0.007541656494140625, + -0.0107574462890625, + -0.08685302734375, + 0.062744140625, + 0.0311737060546875, + 0.0382080078125, + -0.01568603515625, + 0.013671875, + 0.0196990966796875, + -0.008544921875, + -0.0012311935424804688, + 0.01236724853515625, + -0.01528167724609375, + 0.07562255859375, + 0.035980224609375, + 0.0106048583984375, + -0.039398193359375, + 0.0254364013671875, + -0.005329132080078125, + -0.039215087890625, + 0.0341796875, + 0.0245361328125, + 0.023529052734375, + -0.0123138427734375, + -0.0241241455078125, + -0.02252197265625, + -0.0667724609375, + 0.067138671875, + 0.0168914794921875, + 0.0014581680297851562, + 0.0186004638671875, + -0.0643310546875, + 0.05047607421875, + 0.0009112358093261719, + 0.042236328125, + -0.035980224609375, + 0.04083251953125, + -0.023834228515625, + 0.0016584396362304688, + -0.0281524658203125, + 0.01739501953125, + -0.0092010498046875, + 0.0237274169921875, + -0.03338623046875, + 0.061920166015625, + 0.0151824951171875, + 0.0309600830078125, + -0.0484619140625, + -0.00658416748046875, + -0.01849365234375, + 0.0025634765625, + 0.037994384765625, + -0.0599365234375, + -0.016693115234375, + -0.017791748046875, + 0.035186767578125, + 0.06915283203125, + 0.015777587890625, + 0.0587158203125, + -0.0059051513671875, + -0.013671875, + -0.01739501953125, + 0.01287078857421875 + ], + "metadata": { + "domains": [ + "incident-response", + "fraud-investigation" + ], + "phases": [ + "analysis" + ], + "tags": [ + "password-recovery", + "gpu-acceleration", + "cracking", + "scenario:credential_theft" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_WinHex", + "type": "tool", + "name": "WinHex", + "content": "winhex x-ways software entwickelt seit 1995 den vielseitigsten hex-editor mit forensischen superkräften. über die reine hex-bearbeitung hinaus bietet winhex: disk-cloning mit defekten sektoren, ram-editor für live-system- analyse, file-recovery durch signature-scanning, template-engine für datenstruktur-parsing. die scripting-engine automatisiert wiederkehrende aufgaben. besonders wertvoll: ntfs-alternate-data-streams-support, mft-browser zeigt dateisystem-metadaten, die registry-viewer parst hives direkt. integration mit forensischen workstations über api. der specialist-license (499€) bietet erweiterte forensik-features, während die standard-version (38€) bereits beeindruckende capabilities liefert. die kompakte exe-datei (2mb) läuft ohne installation. besonders geschätzt: die präzise byte-level-kontrolle die bei komplexen datenrettungen entscheidend ist. der geheimtipp vieler forensiker für spezialfälle. hex-editor carving static-investigations examination", + "embedding": [ + -0.0155181884765625, + 0.0233917236328125, + 0.01255035400390625, + -0.01540374755859375, + 0.032623291015625, + 0.0096435546875, + 0.007587432861328125, + 0.0285186767578125, + -0.01192474365234375, + -0.023040771484375, + -0.048614501953125, + 0.04266357421875, + 0.031707763671875, + 0.0015401840209960938, + -0.04815673828125, + 0.039031982421875, + -0.025787353515625, + 0.01483154296875, + 0.01169586181640625, + 0.0251007080078125, + -0.031036376953125, + -0.00730133056640625, + -0.0367431640625, + -0.0022525787353515625, + -0.005702972412109375, + -0.0159759521484375, + -0.02886962890625, + -0.06573486328125, + -0.0172271728515625, + -0.00992584228515625, + 0.0027103424072265625, + -0.039947509765625, + 0.022247314453125, + 0.04473876953125, + 0.0438232421875, + -0.017120361328125, + -0.017913818359375, + -0.041290283203125, + -0.03216552734375, + 0.0625, + -0.0180206298828125, + -0.022369384765625, + 0.0286407470703125, + -0.01192474365234375, + -0.01078033447265625, + -0.01032257080078125, + 0.0089569091796875, + -0.0308074951171875, + 0.003337860107421875, + -0.0255584716796875, + 0.024078369140625, + 0.0176849365234375, + -0.005191802978515625, + -0.042449951171875, + -0.0225982666015625, + 0.03558349609375, + 0.01192474365234375, + -0.0028247833251953125, + -0.0238494873046875, + 0.0540771484375, + -0.058197021484375, + -0.010040283203125, + -0.00510406494140625, + -0.02532958984375, + 0.0009555816650390625, + -0.0013980865478515625, + -0.0232696533203125, + -0.0294342041015625, + 0.00006461143493652344, + -0.005306243896484375, + 0.019287109375, + -0.0215606689453125, + -0.0262451171875, + 0.0203094482421875, + -0.0285186767578125, + -0.05841064453125, + 0.0285186767578125, + 0.027496337890625, + 0.019744873046875, + -0.0207672119140625, + -0.052032470703125, + 0.0085601806640625, + 0.01824951171875, + -0.0168914794921875, + 0.007129669189453125, + 0.006988525390625, + 0.03948974609375, + 0.0206451416015625, + -0.00690460205078125, + 0.003265380859375, + 0.02716064453125, + 0.0015192031860351562, + -0.006046295166015625, + -0.0303497314453125, + 0.041534423828125, + 0.055908203125, + 0.0054779052734375, + -0.00533294677734375, + -0.0203094482421875, + 0.0113525390625, + 0.0186004638671875, + -0.0268096923828125, + 0.050201416015625, + -0.03216552734375, + 0.044036865234375, + -0.03515625, + 0.0174560546875, + -0.01494598388671875, + -0.0168914794921875, + -0.036956787109375, + -0.09814453125, + -0.041748046875, + 0.00439453125, + -0.09857177734375, + 0.0128936767578125, + -0.0124359130859375, + 0.0011625289916992188, + 0.0679931640625, + -0.037872314453125, + -0.04266357421875, + 0.033538818359375, + 0.003551483154296875, + -0.01454925537109375, + 0.0286407470703125, + -0.044281005859375, + -0.07623291015625, + 0.00130462646484375, + 0.037200927734375, + -0.03424072265625, + -0.035369873046875, + -0.036041259765625, + -0.029205322265625, + -0.005191802978515625, + -0.0050201416015625, + -0.00821685791015625, + -0.0159759521484375, + 0.0190582275390625, + -0.018829345703125, + -0.016204833984375, + 0.0124969482421875, + 0.0294342041015625, + -0.0184783935546875, + -0.08624267578125, + -0.003009796142578125, + -0.021331787109375, + 0.0159759521484375, + -0.002666473388671875, + 0.056365966796875, + -0.0330810546875, + 0.00930023193359375, + -0.02362060546875, + 0.036041259765625, + 0.066162109375, + -0.006732940673828125, + -0.0008521080017089844, + -0.045867919921875, + 0.0036792755126953125, + -0.0277252197265625, + 0.033782958984375, + -0.00798797607421875, + -0.01140594482421875, + 0.0206451416015625, + -0.00273895263671875, + 0.040618896484375, + -0.008270263671875, + -0.03857421875, + -0.04266357421875, + 0.0272674560546875, + -0.00861358642578125, + 0.0102081298828125, + 0.049072265625, + -0.0124359130859375, + 0.05340576171875, + 0.08349609375, + 0.00046706199645996094, + 0.0199737548828125, + -0.0076446533203125, + -0.0004563331604003906, + 0.031707763671875, + 0.03558349609375, + -0.0364990234375, + -0.052703857421875, + 0.00992584228515625, + -0.0024242401123046875, + 0.0163116455078125, + -0.00730133056640625, + -0.01163482666015625, + -0.03424072265625, + -0.0195159912109375, + 0.03741455078125, + -0.0228118896484375, + -0.007587432861328125, + -0.0096435546875, + 0.00293731689453125, + 0.01471710205078125, + 0.048614501953125, + 0.0438232421875, + -0.01043701171875, + 0.036285400390625, + -0.0096435546875, + 0.0026531219482421875, + -0.003936767578125, + 0.01238250732421875, + 0.03216552734375, + 0.0009765625, + 0.0208740234375, + 0.02008056640625, + 0.057037353515625, + 0.00030493736267089844, + -0.0247650146484375, + -0.031707763671875, + 0.034912109375, + -0.0254364013671875, + -0.023956298828125, + -0.059326171875, + -0.018829345703125, + 0.015289306640625, + -0.017913818359375, + -0.0330810546875, + -0.00867462158203125, + -0.03582763671875, + -0.05133056640625, + 0.01454925537109375, + 0.0308074951171875, + -0.030120849609375, + 0.0330810546875, + 0.0078125, + -0.03057861328125, + -0.006618499755859375, + -0.006191253662109375, + 0.03948974609375, + 0.02008056640625, + -0.016082763671875, + 0.0098724365234375, + 0.005191802978515625, + -0.00907135009765625, + 0.04632568359375, + 0.00815582275390625, + 0.008270263671875, + 0.0215606689453125, + -0.046539306640625, + 0.03582763671875, + 0.002796173095703125, + 0.040374755859375, + 0.0277252197265625, + -0.002780914306640625, + 0.0364990234375, + 0.007358551025390625, + 0.02874755859375, + 0.031951904296875, + -0.05316162109375, + -0.029205322265625, + -0.09173583984375, + -0.0180206298828125, + -0.050872802734375, + -0.045196533203125, + -0.047454833984375, + -0.03515625, + 0.031951904296875, + -0.0128936767578125, + -0.039703369140625, + 0.0037364959716796875, + 0.02874755859375, + -0.0207672119140625, + 0.0232696533203125, + 0.00034236907958984375, + -0.03857421875, + 0.01448822021484375, + 0.040618896484375, + 0.004108428955078125, + -0.0037937164306640625, + 0.01312255859375, + 0.0203094482421875, + -0.019622802734375, + 0.0189361572265625, + -0.045623779296875, + -0.005390167236328125, + 0.0233917236328125, + 0.039703369140625, + 0.007415771484375, + -0.0207672119140625, + 0.01346588134765625, + 0.005046844482421875, + 0.041290283203125, + -0.03240966796875, + -0.01666259765625, + 0.0007557868957519531, + 0.0173492431640625, + -0.007358551025390625, + -0.0504150390625, + 0.0009627342224121094, + 0.045623779296875, + 0.0084991455078125, + 0.007415771484375, + 0.0005526542663574219, + -0.034698486328125, + 0.0158538818359375, + -0.02520751953125, + -0.0215606689453125, + 0.01238250732421875, + 0.0333251953125, + -0.03558349609375, + 0.002010345458984375, + -0.006931304931640625, + 0.007472991943359375, + -0.066162109375, + -0.056121826171875, + -0.022369384765625, + -0.0163116455078125, + -0.017913818359375, + -0.02886962890625, + 0.0076446533203125, + -0.01448822021484375, + -0.00787353515625, + 0.00185394287109375, + 0.02703857421875, + -0.0540771484375, + -0.054534912109375, + 0.0001266002655029297, + -0.00815582275390625, + -0.034454345703125, + -0.0246429443359375, + 0.02532958984375, + -0.0087890625, + -0.004993438720703125, + -0.0018968582153320312, + 0.002140045166015625, + -0.044281005859375, + 0.006931304931640625, + -0.00730133056640625, + 0.0296630859375, + -0.00787353515625, + 0.041748046875, + 0.0159759521484375, + 0.0034656524658203125, + 0.016082763671875, + 0.04608154296875, + 0.04791259765625, + -0.039947509765625, + 0.00039577484130859375, + 0.02191162109375, + -0.0138092041015625, + 0.04266357421875, + -0.0246429443359375, + -0.044281005859375, + -0.027496337890625, + -0.0191650390625, + 0.0111236572265625, + 0.043365478515625, + 0.057037353515625, + 0.029205322265625, + -0.023162841796875, + 0.0018396377563476562, + 0.061614990234375, + 0.00029778480529785156, + 0.0753173828125, + -0.007415771484375, + -0.049072265625, + 0.02008056640625, + 0.04632568359375, + -0.00012123584747314453, + -0.0124359130859375, + 0.0237274169921875, + 0.00884246826171875, + -0.0076446533203125, + 0.01824951171875, + -0.004535675048828125, + 0.0255584716796875, + -0.01192474365234375, + 0.0021686553955078125, + 0.0246429443359375, + -0.004192352294921875, + -0.0017681121826171875, + 0.0173492431640625, + 0.019622802734375, + 0.005702972412109375, + 0.0173492431640625, + -0.0367431640625, + -0.02532958984375, + -0.0251007080078125, + -0.06756591796875, + 0.015289306640625, + 0.059783935546875, + 0.0130615234375, + 0.06298828125, + -0.0190582275390625, + -0.0469970703125, + 0.0233917236328125, + -0.054779052734375, + 0.043121337890625, + 0.03240966796875, + -0.00174713134765625, + 0.02349853515625, + -0.0251007080078125, + 0.023956298828125, + 0.0225982666015625, + 0.006160736083984375, + 0.0298919677734375, + 0.0206451416015625, + 0.0298919677734375, + -0.0018682479858398438, + -0.039947509765625, + 0.023162841796875, + 0.044952392578125, + 0.0289764404296875, + 0.004077911376953125, + 0.0543212890625, + 0.00958251953125, + 0.0124359130859375, + -0.00707244873046875, + 0.0277252197265625, + 0.01666259765625, + 0.023040771484375, + 0.00024247169494628906, + -0.022705078125, + -0.005619049072265625, + -0.05133056640625, + -0.0059051513671875, + -0.004337310791015625, + 0.0157470703125, + 0.045196533203125, + 0.022369384765625, + -0.042449951171875, + -0.0184783935546875, + 0.0472412109375, + -0.04473876953125, + 0.01666259765625, + 0.0296630859375, + -0.00969696044921875, + 0.0011339187622070312, + -0.0243072509765625, + -0.05657958984375, + 0.0435791015625, + -0.0181427001953125, + -0.0298919677734375, + 0.00798797607421875, + 0.0294342041015625, + -0.04791259765625, + -0.024871826171875, + -0.0245361328125, + -0.03240966796875, + -0.00867462158203125, + -0.00339508056640625, + 0.05133056640625, + 0.00792694091796875, + 0.0027523040771484375, + 0.0199737548828125, + 0.039031982421875, + 0.00730133056640625, + -0.0225982666015625, + 0.032867431640625, + 0.00009137392044067383, + -0.046539306640625, + 0.0251007080078125, + 0.0172271728515625, + 0.025665283203125, + -0.031036376953125, + -0.0167694091796875, + 0.00861358642578125, + -0.00016307830810546875, + -0.01032257080078125, + 0.022369384765625, + -0.030120849609375, + -0.04791259765625, + -0.017120361328125, + 0.03948974609375, + -0.00098419189453125, + 0.0469970703125, + 0.008270263671875, + -0.061614990234375, + 0.033782958984375, + -0.07257080078125, + -0.004535675048828125, + -0.0195159912109375, + 0.017791748046875, + -0.025665283203125, + 0.043365478515625, + -0.010498046875, + -0.0190582275390625, + -0.005962371826171875, + 0.0419921875, + 0.00482177734375, + -0.00035643577575683594, + -0.049285888671875, + 0.022369384765625, + 0.033538818359375, + -0.049072265625, + -0.0163116455078125, + -0.031707763671875, + 0.016204833984375, + 0.04083251953125, + -0.0703125, + -0.004505157470703125, + -0.01209259033203125, + -0.06982421875, + -0.03424072265625, + -0.036956787109375, + -0.0128936767578125, + -0.0264739990234375, + 0.018707275390625, + 0.019622802734375, + -0.02178955078125, + 0.0264739990234375, + 0.0008559226989746094, + -0.006134033203125, + 0.01055145263671875, + -0.00923919677734375, + 0.0054473876953125, + 0.02178955078125, + -0.06024169921875, + -0.022705078125, + -0.0098114013671875, + 0.03558349609375, + -0.038116455078125, + 0.0029239654541015625, + 0.01312255859375, + -0.0184783935546875, + 0.049530029296875, + -0.058868408203125, + -0.0241851806640625, + -0.01409149169921875, + -0.015289306640625, + -0.0364990234375, + -0.00536346435546875, + 0.002552032470703125, + 0.0012836456298828125, + -0.0146026611328125, + 0.0119781494140625, + 0.036956787109375, + -0.052703857421875, + 0.0298919677734375, + 0.01397705078125, + 0.002468109130859375, + -0.003936767578125, + 0.027496337890625, + 0.00787353515625, + 0.00998687744140625, + 0.049072265625, + -0.023162841796875, + -0.010498046875, + -0.08074951171875, + 0.044281005859375, + 0.0007452964782714844, + -0.006702423095703125, + -0.01129913330078125, + -0.0232696533203125, + -0.057952880859375, + 0.00098419189453125, + 0.033538818359375, + 0.0237274169921875, + -0.00998687744140625, + -0.03765869140625, + -0.027618408203125, + -0.01294708251953125, + -0.00992584228515625, + 0.023162841796875, + -0.008331298828125, + 0.0289764404296875, + 0.017791748046875, + -0.0556640625, + 0.042205810546875, + 0.0225982666015625, + 0.0146026611328125, + 0.025665283203125, + 0.0211029052734375, + -0.0106658935546875, + 0.007415771484375, + -0.032867431640625, + -0.047454833984375, + -0.0088958740234375, + 0.01540374755859375, + 0.001140594482421875, + -0.016998291015625, + -0.041534423828125, + 0.016998291015625, + 0.038330078125, + 0.037200927734375, + -0.0031375885009765625, + -0.0228118896484375, + 0.006103515625, + -0.02783203125, + 0.0648193359375, + -0.0089569091796875, + -0.0330810546875, + -0.006191253662109375, + 0.005649566650390625, + 0.052703857421875, + 0.0285186767578125, + -0.002895355224609375, + -0.05657958984375, + 0.0034942626953125, + 0.04266357421875, + -0.0199737548828125, + -0.0155181884765625, + -0.0238494873046875, + 0.0004100799560546875, + 0.0133514404296875, + 0.055450439453125, + 0.0176849365234375, + 0.073486328125, + -0.017120361328125, + -0.005218505859375, + 0.0296630859375, + 0.06298828125, + 0.04266357421875, + -0.025787353515625, + -0.0643310546875, + -0.007701873779296875, + -0.0216827392578125, + -0.0268096923828125, + -0.02886962890625, + -0.030120849609375, + 0.037200927734375, + -0.0816650390625, + 0.0012483596801757812, + -0.01540374755859375, + 0.004535675048828125, + 0.004337310791015625, + 0.0238494873046875, + 0.00019872188568115234, + 0.024871826171875, + -0.0251007080078125, + -0.0504150390625, + 0.0176849365234375, + -0.0193939208984375, + 0.0190582275390625, + 0.038787841796875, + 0.023040771484375, + -0.01654052734375, + 0.056121826171875, + 0.01346588134765625, + 0.0098114013671875, + 0.036956787109375, + 0.044036865234375, + 0.034454345703125, + 0.03216552734375, + 0.044281005859375, + 0.05682373046875, + -0.031494140625, + -0.02783203125, + 0.018707275390625, + 0.031707763671875, + 0.054779052734375, + 0.057952880859375, + -0.01397705078125, + -0.013916015625, + -0.01540374755859375, + -0.036041259765625, + 0.008331298828125, + 0.0174560546875, + -0.0198516845703125, + -0.042205810546875, + -0.0294342041015625, + 0.0184783935546875, + -0.048370361328125, + 0.006702423095703125, + 0.003993988037109375, + -0.0089569091796875, + -0.013916015625, + 0.0138092041015625, + 0.00815582275390625, + -0.03857421875, + 0.017120361328125, + -0.017120361328125, + -0.019287109375, + -0.0472412109375, + -0.0438232421875, + -0.0001666545867919922, + -0.0081024169921875, + -0.06982421875, + -0.019744873046875, + 0.047698974609375, + 0.003963470458984375, + -0.0279541015625, + -0.0294342041015625, + 0.017913818359375, + -0.031036376953125, + -0.03765869140625, + -0.048370361328125, + 0.006134033203125, + 0.01540374755859375, + -0.01163482666015625, + 0.022369384765625, + -0.016082763671875, + -0.0308074951171875, + -0.0098114013671875, + -0.022705078125, + -0.0438232421875, + 0.04449462890625, + -0.037872314453125, + 0.0211029052734375, + 0.0190582275390625, + 0.0303497314453125, + 0.038116455078125, + 0.0703125, + -0.025665283203125, + -0.006587982177734375, + -0.03424072265625, + -0.073486328125, + 0.00493621826171875, + 0.017120361328125, + -0.0010766983032226562, + -0.07391357421875, + -0.0019397735595703125, + 0.07208251953125, + -0.0748291015625, + 0.00405120849609375, + 0.0022678375244140625, + -0.0330810546875, + -0.045867919921875, + -0.0058746337890625, + -0.00098419189453125, + 0.0201873779296875, + 0.08489990234375, + 0.01140594482421875, + -0.0158538818359375, + 0.007472991943359375, + -0.042449951171875, + 0.05499267578125, + 0.0244140625, + 0.032867431640625, + -0.051788330078125, + 0.050872802734375, + 0.02349853515625, + -0.01369476318359375, + 0.0030384063720703125, + -0.033538818359375, + 0.00975799560546875, + 0.03240966796875, + 0.00510406494140625, + -0.004764556884765625, + -0.00428009033203125, + -0.053863525390625, + -0.0133514404296875, + -0.029205322265625, + 0.0246429443359375, + 0.0007414817810058594, + 0.01483154296875, + -0.044036865234375, + -0.01494598388671875, + -0.031707763671875, + -0.052032470703125, + -0.04791259765625, + -0.0251007080078125, + 0.0303497314453125, + 0.00621795654296875, + -0.052490234375, + 0.0330810546875, + 0.0198516845703125, + -0.00273895263671875, + 0.01038360595703125, + 0.056121826171875, + -0.036285400390625, + -0.004108428955078125, + -0.0190582275390625, + 0.01837158203125, + 0.005275726318359375, + -0.031494140625, + 0.0132904052734375, + -0.002124786376953125, + 0.022705078125, + -0.033782958984375, + 0.058197021484375, + 0.0330810546875, + -0.01146697998046875, + -0.047454833984375, + -0.01494598388671875, + -0.00011408329010009766, + 0.036956787109375, + -0.016998291015625, + 0.048614501953125, + -0.0015401840209960938, + -0.0203094482421875, + -0.080322265625, + 0.058868408203125, + -0.022369384765625, + 0.02886962890625, + 0.020538330078125, + -0.0254364013671875, + -0.06982421875, + -0.05133056640625, + -0.02191162109375, + 0.0237274169921875, + -0.01038360595703125, + 0.0264739990234375, + 0.01140594482421875, + -0.0023956298828125, + 0.00901031494140625, + 0.01192474365234375, + -0.01483154296875, + 0.0264739990234375, + 0.01837158203125, + -0.03515625, + 0.04632568359375, + -0.0286407470703125, + 0.0176849365234375, + -0.006618499755859375, + 0.02008056640625, + 0.003993988037109375, + 0.00272369384765625, + -0.017120361328125, + -0.01837158203125, + 0.032623291015625, + 0.049530029296875, + 0.0081024169921875, + 0.0224761962890625, + -0.006076812744140625, + 0.0232696533203125, + -0.01043701171875, + -0.00998687744140625, + -0.0026950836181640625, + 0.000926971435546875, + -0.0173492431640625, + -0.0308074951171875, + -0.059326171875, + -0.1204833984375, + 0.007358551025390625, + -0.03057861328125, + -0.04608154296875, + 0.0296630859375, + 0.049530029296875, + 0.023956298828125, + -0.0189361572265625, + 0.057281494140625, + -0.0006170272827148438, + -0.0232696533203125, + -0.0254364013671875, + 0.02099609375, + -0.0193939208984375, + 0.037872314453125, + -0.00402069091796875, + -0.032623291015625, + 0.0124969482421875, + -0.011749267578125, + 0.0010271072387695312, + 0.00444793701171875, + -0.0050201416015625, + -0.031036376953125, + 0.01346588134765625, + -0.05682373046875, + -0.0221405029296875, + 0.01666259765625, + 0.0333251953125, + 0.0003101825714111328, + -0.045867919921875, + 0.06024169921875, + -0.0163116455078125, + -0.06524658203125, + 0.0013475418090820312, + -0.036285400390625, + -0.041290283203125, + 0.0168914794921875, + -0.02349853515625, + 0.0211029052734375, + 0.0124969482421875, + 0.0289764404296875, + 0.039947509765625, + 0.041290283203125, + -0.0037078857421875, + -0.031036376953125, + -0.0180206298828125, + 0.0198516845703125, + 0.02099609375, + 0.024871826171875, + -0.00867462158203125, + -0.0130615234375, + 0.0098114013671875, + 0.0026092529296875, + -0.08489990234375, + -0.0102691650390625, + -0.01471710205078125, + -0.055450439453125, + -0.002895355224609375, + 0.0821533203125, + 0.0173492431640625, + 0.0007877349853515625, + 0.00861358642578125, + 0.036285400390625, + -0.0032367706298828125, + -0.015625, + -0.0128936767578125, + -0.0679931640625, + -0.0367431640625, + -0.003650665283203125, + 0.007472991943359375, + -0.0438232421875, + 0.038116455078125, + 0.047454833984375, + 0.026702880859375, + -0.010955810546875, + 0.0067901611328125, + -0.013519287109375, + 0.04107666015625, + 0.0021114349365234375, + 0.010955810546875, + -0.080322265625, + 0.0203094482421875, + 0.01517486572265625, + -0.00621795654296875, + 0.0025386810302734375, + 0.00012743473052978516, + -0.04998779296875, + 0.04974365234375, + -0.04998779296875, + 0.0052490234375, + -0.00536346435546875, + 0.0789794921875, + 0.0330810546875, + -0.02362060546875, + -0.037200927734375, + 0.040374755859375, + 0.009124755859375, + -0.0069580078125, + -0.0007915496826171875, + -0.00707244873046875, + -0.0244140625, + 0.044036865234375, + 0.06939697265625, + 0.03424072265625, + 0.0191650390625, + -0.00792694091796875, + -0.043121337890625, + 0.014434814453125, + -0.00644683837890625, + 0.0212249755859375, + 0.009124755859375, + -0.03741455078125, + -0.015289306640625, + -0.05224609375, + 0.02178955078125, + -0.01369476318359375, + 0.0611572265625, + 0.0308074951171875, + -0.01078033447265625, + -0.0159759521484375, + 0.005962371826171875, + 0.0138092041015625, + 0.030120849609375, + 0.004764556884765625, + -0.00907135009765625, + 0.00884246826171875, + 0.05340576171875, + -0.011810302734375, + -0.035369873046875, + 0.0119781494140625, + -0.00272369384765625, + 0.0128936767578125, + -0.04290771484375, + 0.002780914306640625, + 0.01494598388671875, + -0.0002281665802001953, + 0.0033664703369140625, + -0.0308074951171875, + -0.004650115966796875, + 0.0111846923828125, + -0.04266357421875, + -0.0128326416015625, + 0.00998687744140625, + -0.050872802734375, + 0.01312255859375, + 0.0260162353515625, + -0.014373779296875, + -0.00208282470703125, + -0.043121337890625, + 0.08349609375, + 0.0245361328125, + 0.04473876953125, + -0.0030956268310546875, + 0.026580810546875, + 0.0246429443359375, + 0.0308074951171875, + 0.030120849609375, + 0.0189361572265625, + -0.01226806640625, + 0.033782958984375, + 0.043121337890625, + 0.00490570068359375, + -0.050201416015625, + 0.02783203125, + 0.00946807861328125, + -0.0611572265625, + 0.048828125, + 0.007160186767578125, + -0.0009126663208007812, + 0.0023250579833984375, + -0.01837158203125, + -0.012603759765625, + -0.052032470703125, + 0.05523681640625, + 0.025665283203125, + -0.0076446533203125, + 0.01277923583984375, + -0.04449462890625, + 0.042449951171875, + 0.0159759521484375, + 0.08990478515625, + -0.04266357421875, + 0.0543212890625, + -0.0087890625, + 0.0078125, + -0.0038509368896484375, + 0.004650115966796875, + 0.010040283203125, + 0.016082763671875, + -0.015625, + 0.08258056640625, + 0.0190582275390625, + -0.0289764404296875, + -0.04998779296875, + -0.0216827392578125, + -0.0035228729248046875, + -0.002197265625, + -0.0010051727294921875, + -0.00444793701171875, + -0.013519287109375, + -0.0069580078125, + 0.02178955078125, + 0.0643310546875, + -0.021331787109375, + 0.0212249755859375, + 0.004650115966796875, + -0.00844573974609375, + 0.0038509368896484375, + -0.003452301025390625 + ], + "metadata": { + "domains": [ + "static-investigations" + ], + "phases": [ + "examination" + ], + "tags": [ + "hex-editor", + "carving" + ], + "skillLevel": "intermediate", + "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. command-line 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.02349853515625, + 0.036102294921875, + 0.044219970703125, + -0.0071258544921875, + 0.042572021484375, + 0.0210113525390625, + 0.01055145263671875, + 0.010040283203125, + -0.0043487548828125, + -0.0082855224609375, + -0.036285400390625, + 0.06591796875, + 0.01342010498046875, + -0.02008056640625, + -0.06439208984375, + 0.0126800537109375, + -0.00952911376953125, + 0.008514404296875, + -0.004489898681640625, + 0.004070281982421875, + -0.02886962890625, + -0.01416015625, + -0.038299560546875, + 0.0268402099609375, + -0.0159149169921875, + 0.0447998046875, + -0.0057373046875, + -0.0562744140625, + -0.01369476318359375, + 0.007450103759765625, + 0.006107330322265625, + -0.0157318115234375, + -0.0089263916015625, + 0.042938232421875, + 0.014434814453125, + -0.036834716796875, + 0.0099945068359375, + -0.054779052734375, + -0.042938232421875, + 0.04681396484375, + -0.01517486572265625, + 0.0298004150390625, + 0.016937255859375, + 0.006938934326171875, + -0.05218505859375, + -0.0163726806640625, + 0.0192413330078125, + 0.005504608154296875, + 0.0298004150390625, + -0.0236053466796875, + 0.038482666015625, + 0.038482666015625, + 0.0034236907958984375, + 0.001087188720703125, + -0.05108642578125, + 0.01332855224609375, + 0.0217437744140625, + -0.0087432861328125, + -0.037384033203125, + 0.036285400390625, + -0.055145263671875, + -0.025909423828125, + 0.016571044921875, + -0.01239776611328125, + -0.007080078125, + 0.020355224609375, + -0.0249786376953125, + -0.03460693359375, + 0.0208282470703125, + 0.022491455078125, + 0.0020599365234375, + 0.0043487548828125, + -0.0268402099609375, + 0.04443359375, + -0.01068878173828125, + -0.054046630859375, + -0.01369476318359375, + 0.02239990234375, + -0.031280517578125, + -0.01068878173828125, + -0.057373046875, + -0.0034008026123046875, + 0.0272064208984375, + -0.02923583984375, + -0.036468505859375, + 0.01194000244140625, + 0.0273895263671875, + 0.0102691650390625, + -0.023223876953125, + -0.0011911392211914062, + 0.01535797119140625, + 0.0008444786071777344, + 0.010040283203125, + -0.005481719970703125, + 0.04443359375, + 0.049591064453125, + 0.0013589859008789062, + 0.0019779205322265625, + -0.0160064697265625, + 0.0307159423828125, + 0.0191497802734375, + -0.04461669921875, + 0.06884765625, + -0.01031494140625, + 0.00911712646484375, + -0.025726318359375, + -0.00244140625, + -0.020263671875, + -0.002162933349609375, + -0.031463623046875, + -0.114013671875, + -0.0211944580078125, + -0.0026493072509765625, + -0.038299560546875, + -0.02239990234375, + -0.0162811279296875, + -0.010040283203125, + 0.056640625, + -0.047393798828125, + -0.03533935546875, + 0.042205810546875, + 0.00279998779296875, + -0.01129150390625, + -0.0070343017578125, + -0.061431884765625, + -0.048492431640625, + 0.0018625259399414062, + 0.0394287109375, + -0.0247955322265625, + -0.0206298828125, + -0.01194000244140625, + -0.0186920166015625, + -0.008880615234375, + -0.00643157958984375, + -0.00800323486328125, + -0.031097412109375, + 0.03350830078125, + 0.01087188720703125, + -0.00920867919921875, + 0.01535797119140625, + 0.025543212890625, + -0.01100921630859375, + -0.0699462890625, + 0.0082855224609375, + -0.042388916015625, + -0.0249786376953125, + -0.03387451171875, + 0.032562255859375, + -0.0264739990234375, + -0.01971435546875, + -0.01082611083984375, + 0.031646728515625, + 0.047210693359375, + 0.0035858154296875, + 0.0296173095703125, + -0.0469970703125, + 0.0182342529296875, + -0.01239776611328125, + 0.016571044921875, + -0.0157318115234375, + -0.006801605224609375, + 0.00902557373046875, + -0.0015039443969726562, + 0.0209197998046875, + -0.00939178466796875, + -0.047393798828125, + -0.006710052490234375, + 0.0298004150390625, + -0.00948333740234375, + 0.0103607177734375, + 0.020538330078125, + -0.02923583984375, + 0.05218505859375, + 0.061431884765625, + -0.0127716064453125, + 0.048126220703125, + -0.0002675056457519531, + -0.02813720703125, + 0.0268402099609375, + 0.0212860107421875, + -0.00174713134765625, + 0.00504302978515625, + 0.045166015625, + 0.0003108978271484375, + 0.0244293212890625, + -0.00485992431640625, + -0.036102294921875, + 0.0087432861328125, + -0.02008056640625, + 0.043853759765625, + -0.037933349609375, + -0.026092529296875, + -0.01194000244140625, + 0.06329345703125, + 0.02813720703125, + 0.0394287109375, + 0.0333251953125, + -0.0187835693359375, + 0.03424072265625, + 0.0184173583984375, + 0.0272064208984375, + 0.04644775390625, + 0.0022678375244140625, + 0.053314208984375, + 0.023223876953125, + 0.017578125, + -0.00962066650390625, + 0.026275634765625, + -0.0018968582153320312, + 0.0003688335418701172, + -0.0050201416015625, + 0.054046630859375, + -0.0279541015625, + -0.01499176025390625, + -0.05181884765625, + -0.036651611328125, + 0.00818634033203125, + -0.00930023193359375, + 0.01360321044921875, + 0.0215606689453125, + 0.0070343017578125, + -0.07330322265625, + -0.006198883056640625, + 0.0048370361328125, + -0.01087188720703125, + 0.0340576171875, + 0.0275726318359375, + -0.01416015625, + -0.0249786376953125, + 0.0117034912109375, + 0.0296173095703125, + 0.003215789794921875, + -0.0018739700317382812, + -0.00566864013671875, + -0.0019083023071289062, + -0.01129150390625, + 0.07293701171875, + 0.023406982421875, + 0.043670654296875, + 0.0126800537109375, + -0.031280517578125, + 0.0208282470703125, + -0.022674560546875, + 0.01517486572265625, + 0.042938232421875, + -0.02313232421875, + 0.01059722900390625, + -0.002567291259765625, + 0.0160064697265625, + 0.048858642578125, + -0.057373046875, + 0.00809478759765625, + -0.0703125, + 0.01535797119140625, + -0.055908203125, + -0.0145263671875, + -0.0298004150390625, + -0.03387451171875, + 0.049591064453125, + -0.037384033203125, + -0.025177001953125, + 0.005924224853515625, + -0.00643157958984375, + 0.0100860595703125, + 0.048492431640625, + 0.00174713134765625, + -0.0219268798828125, + -0.004718780517578125, + 0.07958984375, + -0.0051116943359375, + -0.0056915283203125, + -0.0101318359375, + 0.0162811279296875, + -0.0184173583984375, + 0.036834716796875, + -0.043487548828125, + 0.00897979736328125, + 0.04461669921875, + -0.0015735626220703125, + 0.02239990234375, + -0.0156402587890625, + 0.0145263671875, + -0.0113372802734375, + 0.0206298828125, + -0.031829833984375, + 0.00930023193359375, + -0.00414276123046875, + 0.0022792816162109375, + -0.01360321044921875, + -0.037200927734375, + 0.005527496337890625, + 0.0562744140625, + 0.00508880615234375, + -0.01059722900390625, + -0.00994873046875, + -0.02313232421875, + 0.0099029541015625, + 0.01203155517578125, + 0.0042572021484375, + 0.032196044921875, + 0.053680419921875, + -0.0286865234375, + -0.01953125, + 0.006664276123046875, + 0.032958984375, + -0.04644775390625, + -0.03570556640625, + -0.0179595947265625, + 0.0007634162902832031, + -0.03350830078125, + -0.00499725341796875, + 0.004302978515625, + -0.0303497314453125, + 0.0286865234375, + -0.016754150390625, + -0.0005669593811035156, + -0.0286865234375, + -0.037200927734375, + 0.0181427001953125, + -0.0097198486328125, + -0.047760009765625, + -0.00920867919921875, + 0.03887939453125, + 0.0130462646484375, + 0.0160980224609375, + -0.01953125, + 0.0015611648559570312, + -0.043121337890625, + 0.0126800537109375, + -0.0127716064453125, + 0.0113372802734375, + -0.038116455078125, + 0.0562744140625, + 0.042205810546875, + 0.01508331298828125, + 0.0186920166015625, + 0.0562744140625, + 0.03350830078125, + 0.01702880859375, + -0.00962066650390625, + 0.0008211135864257812, + 0.000453948974609375, + 0.02886962890625, + -0.0130462646484375, + -0.03515625, + -0.01221466064453125, + -0.008697509765625, + 0.0005784034729003906, + 0.020172119140625, + 0.042205810546875, + 0.037384033203125, + -0.011474609375, + 0.00437164306640625, + 0.05810546875, + 0.0023708343505859375, + 0.10809326171875, + -0.01535797119140625, + -0.048492431640625, + 0.0240631103515625, + 0.0305328369140625, + -0.0159149169921875, + -0.017486572265625, + 0.0386962890625, + 0.0340576171875, + 0.01221466064453125, + 0.0164794921875, + -0.006710052490234375, + 0.04443359375, + -0.03515625, + -0.006061553955078125, + -0.0083770751953125, + -0.026092529296875, + 0.030914306640625, + 0.025909423828125, + 0.0158233642578125, + 0.00043082237243652344, + 0.03497314453125, + -0.0390625, + -0.014251708984375, + -0.0185089111328125, + -0.06182861328125, + 0.016937255859375, + 0.0191497802734375, + 0.00437164306640625, + 0.0577392578125, + -0.026275634765625, + -0.054412841796875, + 0.0049285888671875, + -0.032196044921875, + 0.0673828125, + 0.0469970703125, + 0.01129150390625, + 0.0186920166015625, + -0.0127716064453125, + -0.0013704299926757812, + 0.0249786376953125, + 0.01387786865234375, + 0.0192413330078125, + 0.05035400390625, + 0.03887939453125, + 0.0030994415283203125, + -0.048126220703125, + 0.0125885009765625, + 0.04644775390625, + 0.0244293212890625, + -0.0273895263671875, + 0.0214691162109375, + -0.0020465850830078125, + 0.039794921875, + -0.00643157958984375, + 0.047760009765625, + 0.032012939453125, + -0.0008444786071777344, + 0.002880096435546875, + -0.02349853515625, + 0.004810333251953125, + -0.036651611328125, + 0.0214691162109375, + 0.01378631591796875, + 0.014434814453125, + 0.016845703125, + 0.017303466796875, + -0.05108642578125, + 0.0100860595703125, + 0.0208282470703125, + -0.0298004150390625, + 0.00647735595703125, + 0.017303466796875, + -0.02886962890625, + 0.0030994415283203125, + -0.03314208984375, + -0.037200927734375, + 0.043670654296875, + -0.00446319580078125, + -0.05810546875, + 0.0447998046875, + 0.05181884765625, + -0.059967041015625, + -0.025177001953125, + -0.0394287109375, + -0.0098114013671875, + -0.0209197998046875, + -0.01490020751953125, + 0.045166015625, + 0.00293731689453125, + -0.0154571533203125, + 0.059600830078125, + 0.03961181640625, + -0.0015153884887695312, + -0.05035400390625, + 0.037933349609375, + -0.0303497314453125, + -0.048858642578125, + 0.025909423828125, + 0.01508331298828125, + 0.020263671875, + -0.05181884765625, + 0.006801605224609375, + 0.00647735595703125, + -0.00791168212890625, + 0.020355224609375, + 0.0299835205078125, + -0.031646728515625, + -0.055145263671875, + -0.0303497314453125, + 0.058868408203125, + 0.008514404296875, + 0.03350830078125, + -0.0219268798828125, + -0.026092529296875, + 0.0279541015625, + -0.032196044921875, + -0.0236968994140625, + -0.0266571044921875, + -0.00495147705078125, + -0.0026264190673828125, + 0.06475830078125, + -0.026092529296875, + -0.01091766357421875, + -0.006988525390625, + 0.05255126953125, + 0.0111083984375, + -0.0097198486328125, + -0.0699462890625, + 0.0268402099609375, + 0.025360107421875, + -0.022857666015625, + -0.025543212890625, + -0.01221466064453125, + -0.0159149169921875, + 0.055511474609375, + -0.04461669921875, + -0.0126800537109375, + -0.004787445068359375, + -0.04144287109375, + -0.01239776611328125, + -0.019805908203125, + -0.0083770751953125, + -0.030914306640625, + 0.01323699951171875, + 0.04443359375, + -0.006938934326171875, + 0.0238800048828125, + 0.00814056396484375, + -0.006938934326171875, + 0.034423828125, + -0.00920867919921875, + -0.04443359375, + 0.0180511474609375, + -0.0699462890625, + -0.0272064208984375, + 0.00629425048828125, + 0.0244293212890625, + -0.01971435546875, + -0.0087890625, + -0.0126800537109375, + -0.0183258056640625, + 0.02239990234375, + -0.01490020751953125, + -0.00916290283203125, + -0.0183258056640625, + -0.01230621337890625, + -0.0584716796875, + -0.00994873046875, + 0.0023937225341796875, + 0.0296173095703125, + 0.0015268325805664062, + -0.0212860107421875, + 0.03997802734375, + -0.066650390625, + -0.0057830810546875, + 0.0218353271484375, + 0.006938934326171875, + 0.0208282470703125, + -0.00786590576171875, + -0.0089263916015625, + -0.01221466064453125, + 0.029052734375, + -0.029052734375, + -0.0333251953125, + -0.078125, + 0.0283203125, + 0.0145263671875, + -0.014251708984375, + -0.0034694671630859375, + -0.0447998046875, + -0.04443359375, + 0.01091766357421875, + 0.042755126953125, + 0.0189666748046875, + 0.00518035888671875, + -0.037567138671875, + -0.023040771484375, + 0.0128631591796875, + -0.038116455078125, + 0.02923583984375, + 0.00557708740234375, + 0.0210113525390625, + 0.0100860595703125, + -0.017303466796875, + 0.007358551025390625, + 0.022216796875, + 0.0220184326171875, + 0.0264739990234375, + 0.026092529296875, + -0.0242462158203125, + 0.0125885009765625, + -0.02923583984375, + -0.0162811279296875, + 0.0115203857421875, + -0.026275634765625, + -0.0006246566772460938, + -0.0355224609375, + -0.0125885009765625, + -0.00647735595703125, + 0.0214691162109375, + 0.0401611328125, + -0.03350830078125, + -0.025726318359375, + 0.00439453125, + -0.004070281982421875, + 0.07403564453125, + -0.036285400390625, + -0.0303497314453125, + 0.0191497802734375, + -0.0112457275390625, + 0.042205810546875, + 0.038482666015625, + 0.025360107421875, + -0.0125885009765625, + 0.006618499755859375, + 0.053680419921875, + 0.0035400390625, + -0.053680419921875, + -0.01416015625, + 0.003192901611328125, + -0.0002949237823486328, + 0.05810546875, + 0.0225830078125, + 0.08587646484375, + 0.0014925003051757812, + 0.01953125, + 0.0082855224609375, + 0.04052734375, + 0.036651611328125, + 0.007171630859375, + -0.06219482421875, + -0.01416015625, + 0.009765625, + -0.03314208984375, + -0.04443359375, + -0.0009427070617675781, + 0.06549072265625, + -0.07623291015625, + -0.0162811279296875, + -0.01221466064453125, + -0.00490570068359375, + 0.01184844970703125, + -0.005321502685546875, + -0.03460693359375, + 0.0156402587890625, + 0.0161895751953125, + -0.037933349609375, + 0.00804901123046875, + -0.002231597900390625, + 0.0018854141235351562, + 0.04681396484375, + 0.037017822265625, + -0.00518035888671875, + 0.00506591796875, + -0.0038166046142578125, + 0.055511474609375, + 0.03533935546875, + 0.023406982421875, + 0.011566162109375, + 0.004787445068359375, + 0.03533935546875, + 0.0296173095703125, + -0.031097412109375, + -0.00800323486328125, + 0.011566162109375, + 0.041839599609375, + 0.0242462158203125, + 0.056640625, + -0.007495880126953125, + 0.01535797119140625, + -0.01702880859375, + -0.045166015625, + 0.0236968994140625, + 0.006664276123046875, + -0.0073089599609375, + -0.059600830078125, + -0.048858642578125, + 0.0268402099609375, + -0.0303497314453125, + 0.0220184326171875, + -0.003238677978515625, + -0.0347900390625, + -0.0115203857421875, + 0.031646728515625, + -0.01064300537109375, + -0.06329345703125, + -0.004047393798828125, + -0.025726318359375, + -0.019622802734375, + -0.002590179443359375, + -0.04644775390625, + 0.048492431640625, + -0.03387451171875, + -0.047393798828125, + -0.0244293212890625, + 0.042572021484375, + -0.032379150390625, + -0.05218505859375, + -0.0186004638671875, + 0.0019550323486328125, + 0.014617919921875, + -0.02044677734375, + -0.06292724609375, + -0.017852783203125, + 0.01739501953125, + -0.01702880859375, + 0.0013246536254882812, + -0.01480865478515625, + -0.0236968994140625, + 0.00284576416015625, + -0.00012791156768798828, + -0.0294342041015625, + 0.03497314453125, + -0.03924560546875, + 0.0275726318359375, + -0.01776123046875, + 0.0275726318359375, + 0.02850341796875, + 0.0273895263671875, + 0.0089263916015625, + 0.02313232421875, + -0.03497314453125, + -0.06182861328125, + 0.0026035308837890625, + -0.0070343017578125, + 0.02276611328125, + -0.07183837890625, + 0.00962066650390625, + 0.07513427734375, + -0.08843994140625, + 0.01203155517578125, + -0.0030078887939453125, + -0.0114288330078125, + -0.0584716796875, + -0.01369476318359375, + -0.00726318359375, + 0.01212310791015625, + 0.07293701171875, + -0.0116119384765625, + -0.01212310791015625, + 0.011383056640625, + -0.058868408203125, + 0.071044921875, + 0.005229949951171875, + 0.011474609375, + -0.07293701171875, + 0.01490020751953125, + 0.02923583984375, + -0.03887939453125, + -0.00638580322265625, + -0.049957275390625, + -0.002140045166015625, + 0.0042572021484375, + 0.019989013671875, + -0.002777099609375, + 0.004489898681640625, + -0.022857666015625, + -0.0214691162109375, + -0.0213775634765625, + 0.017578125, + -0.007171630859375, + 0.0211944580078125, + -0.05218505859375, + -0.016571044921875, + -0.016937255859375, + -0.060333251953125, + -0.032745361328125, + -0.004695892333984375, + 0.0182342529296875, + -0.00037026405334472656, + -0.053314208984375, + 0.0286865234375, + 0.0240631103515625, + -0.017852783203125, + 0.0183258056640625, + 0.044219970703125, + -0.048858642578125, + -0.01499176025390625, + 0.0275726318359375, + 0.0145263671875, + -0.0041656494140625, + 0.01387786865234375, + -0.0181427001953125, + 0.0131378173828125, + 0.042755126953125, + -0.000885009765625, + 0.047760009765625, + 0.041839599609375, + -0.03533935546875, + -0.06475830078125, + -0.0247955322265625, + -0.0277557373046875, + 0.03369140625, + -0.00925445556640625, + 0.037567138671875, + -0.0010061264038085938, + -0.0154571533203125, + -0.089599609375, + 0.04461669921875, + -0.0127716064453125, + 0.032012939453125, + 0.047393798828125, + -0.026275634765625, + -0.0703125, + -0.04461669921875, + -0.01369476318359375, + 0.02813720703125, + -0.031829833984375, + 0.035919189453125, + 0.0023365020751953125, + 0.019622802734375, + 0.00902557373046875, + 0.004673004150390625, + -0.0111083984375, + 0.05810546875, + 0.031646728515625, + -0.043853759765625, + 0.0469970703125, + -0.047760009765625, + -0.01480865478515625, + -0.00782012939453125, + 0.0048370361328125, + -0.007587432861328125, + -0.0277557373046875, + -0.0160064697265625, + 0.00052642822265625, + 0.0347900390625, + 0.0307159423828125, + -0.03369140625, + 0.036468505859375, + -0.01100921630859375, + 0.031829833984375, + -0.0157318115234375, + 0.0044403076171875, + 0.0181427001953125, + 0.0249786376953125, + 0.00818634033203125, + -0.01230621337890625, + -0.048492431640625, + -0.0799560546875, + 0.0030307769775390625, + -0.0714111328125, + -0.0004916191101074219, + -0.0145263671875, + 0.0242462158203125, + 0.014068603515625, + -0.007404327392578125, + 0.043670654296875, + 0.00957489013671875, + -0.01203155517578125, + -0.0159149169921875, + 0.055908203125, + -0.00437164306640625, + 0.0244293212890625, + 0.01078033447265625, + -0.037750244140625, + 0.0099945068359375, + -0.025177001953125, + 0.006988525390625, + -0.031280517578125, + -0.00962066650390625, + -0.0211029052734375, + 0.0236968994140625, + -0.060333251953125, + -0.01332855224609375, + 0.009857177734375, + 0.0266571044921875, + 0.016754150390625, + -0.0283203125, + 0.042205810546875, + -0.02886962890625, + -0.061431884765625, + 0.031097412109375, + -0.0186004638671875, + -0.03350830078125, + 0.0186920166015625, + 0.0057373046875, + 0.0268402099609375, + 0.0221099853515625, + 0.047760009765625, + 0.0279541015625, + 0.025909423828125, + -0.00102996826171875, + -0.02850341796875, + -0.0010814666748046875, + -0.0157318115234375, + 0.01739501953125, + 0.0130462646484375, + 0.02813720703125, + -0.0084686279296875, + 0.01387786865234375, + 0.01351165771484375, + -0.07513427734375, + -0.01971435546875, + -0.016571044921875, + -0.046630859375, + 0.0225830078125, + 0.0570068359375, + 0.0277557373046875, + -0.0238800048828125, + 0.031829833984375, + 0.047393798828125, + 0.0191497802734375, + 0.01434326171875, + -0.0246124267578125, + -0.057373046875, + -0.01078033447265625, + 0.004001617431640625, + 0.00576019287109375, + -0.03924560546875, + 0.046630859375, + 0.042755126953125, + -0.01490020751953125, + -0.037384033203125, + -0.016754150390625, + 0.0017232894897460938, + 0.032958984375, + 0.0458984375, + -0.0111541748046875, + -0.08514404296875, + -0.0019779205322265625, + 0.0238800048828125, + -0.004810333251953125, + 0.0190582275390625, + 0.0034008026123046875, + -0.032958984375, + 0.0242462158203125, + -0.05035400390625, + -0.01387786865234375, + 0.022491455078125, + 0.0692138671875, + -0.003910064697265625, + -0.043487548828125, + -0.0212860107421875, + 0.05218505859375, + 0.00652313232421875, + -0.0087432861328125, + 0.00019228458404541016, + 0.0206298828125, + -0.0355224609375, + 0.032379150390625, + 0.0275726318359375, + 0.01666259765625, + 0.03497314453125, + -0.00017642974853515625, + -0.06439208984375, + 0.022308349609375, + -0.01387786865234375, + -0.006061553955078125, + -0.006710052490234375, + -0.03314208984375, + -0.0355224609375, + -0.059600830078125, + 0.04071044921875, + 0.006198883056640625, + 0.047760009765625, + 0.02923583984375, + 0.0003845691680908203, + -0.0216522216796875, + -0.0099945068359375, + 0.037750244140625, + 0.04644775390625, + 0.00174713134765625, + -0.0209197998046875, + 0.0097198486328125, + 0.00490570068359375, + 0.04107666015625, + -0.039794921875, + 0.020172119140625, + -0.0268402099609375, + -0.01471710205078125, + -0.0240631103515625, + -0.007171630859375, + 0.0186004638671875, + -0.020263671875, + -0.001781463623046875, + -0.022308349609375, + 0.0001481771469116211, + -0.003147125244140625, + -0.032958984375, + -0.035919189453125, + 0.004627227783203125, + -0.0347900390625, + 0.0163726806640625, + 0.0070343017578125, + -0.026092529296875, + 0.007541656494140625, + -0.07696533203125, + 0.09918212890625, + 0.042755126953125, + 0.0048370361328125, + 0.0111083984375, + 0.04034423828125, + 0.0584716796875, + 0.01248931884765625, + 0.0036792755126953125, + 0.0401611328125, + -0.0125885009765625, + 0.034423828125, + 0.059234619140625, + 0.0088348388671875, + -0.0394287109375, + 0.0333251953125, + -0.00920867919921875, + -0.0821533203125, + 0.04498291015625, + 0.01535797119140625, + 0.00934600830078125, + 0.0007028579711914062, + -0.001041412353515625, + -0.00513458251953125, + -0.039794921875, + 0.07330322265625, + 0.01517486572265625, + -0.0355224609375, + 0.0333251953125, + -0.07513427734375, + 0.053680419921875, + 0.0006012916564941406, + 0.043121337890625, + -0.055145263671875, + 0.05145263671875, + -0.01369476318359375, + 0.022491455078125, + -0.0189666748046875, + 0.014617919921875, + 0.00920867919921875, + 0.03460693359375, + -0.03497314453125, + 0.06549072265625, + 0.0213775634765625, + 0.01212310791015625, + -0.060333251953125, + -0.0082855224609375, + -0.005321502685546875, + 0.0073089599609375, + 0.01517486572265625, + -0.0130462646484375, + -0.004119873046875, + 0.00957489013671875, + 0.0277557373046875, + 0.047210693359375, + -0.03460693359375, + 0.031646728515625, + 0.0188751220703125, + -0.0279541015625, + -0.00916290283203125, + -0.038116455078125 + ], + "metadata": { + "domains": [ + "static-investigations", + "ics-forensics", + "fraud-investigation" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_KAPE", + "type": "tool", + "name": "KAPE", + "content": "kape kroll artifact parser and extractor revolutioniert windows-forensik durch intelligente ziel-basierte sammlung. statt full-disk-images extrahiert kape gezielt kritische artefakte: registry-hives, event-logs, prefetch, browser- daten, scheduled-tasks in minuten statt stunden. die target-files definieren was gesammelt wird, module-files wie es verarbeitet wird. besonders clever: compound-targets gruppieren zusammengehörige artefakte (z.b. \"browser\" sammelt chrome+firefox+edge), die gkape-gui macht es auch für nicht-techniker zugänglich. batch-mode verarbeitet mehrere images parallel. output direkt kompatibel zu timeline-tools wie plaso. die ständigen community-updates halten mit windows-entwicklungen schritt. vss-processing analysiert shadow- copies automatisch. der remote-collection-mode sammelt über netzwerk. kostenlos aber enterprise-support verfügbar. der neue standard für effiziente windows-forensik-triage. artifact-collection triage incident-response static-investigations data-collection", + "embedding": [ + -0.035614013671875, + 0.00966644287109375, + 0.031463623046875, + 0.0221710205078125, + 0.060638427734375, + 0.0168609619140625, + 0.0157318115234375, + 0.0014333724975585938, + -0.006633758544921875, + -0.00362396240234375, + -0.035430908203125, + 0.065185546875, + -0.0004203319549560547, + 0.0010128021240234375, + -0.06744384765625, + 0.04150390625, + -0.0149688720703125, + -0.00360107421875, + 0.00847625732421875, + -0.0016460418701171875, + -0.024444580078125, + -0.0089569091796875, + -0.04376220703125, + -0.007534027099609375, + -0.00521087646484375, + 0.01629638671875, + -0.01279449462890625, + -0.047943115234375, + -0.025390625, + 0.007293701171875, + -0.0099029541015625, + -0.012603759765625, + 0.00933074951171875, + 0.0149688720703125, + -0.03411865234375, + -0.01904296875, + -0.0006513595581054688, + -0.044342041015625, + -0.01885986328125, + 0.054962158203125, + -0.0045013427734375, + 0.01525115966796875, + -0.00971221923828125, + -0.00606536865234375, + -0.023681640625, + -0.02520751953125, + -0.0148773193359375, + 0.0034351348876953125, + 0.007770538330078125, + -0.007152557373046875, + 0.0276641845703125, + 0.0230255126953125, + 0.0086212158203125, + -0.01525115966796875, + -0.0255889892578125, + 0.03277587890625, + 0.0187530517578125, + -0.0203704833984375, + -0.048309326171875, + 0.06707763671875, + -0.0576171875, + -0.0035762786865234375, + 0.0212249755859375, + -0.0091400146484375, + 0.013641357421875, + 0.017913818359375, + -0.0149688720703125, + -0.034881591796875, + 0.0167694091796875, + 0.006916046142578125, + -0.005352020263671875, + -0.0112762451171875, + -0.0195159912109375, + 0.0169525146484375, + -0.0276641845703125, + -0.06402587890625, + 0.0117950439453125, + 0.02899169921875, + 0.0004887580871582031, + -0.0159149169921875, + -0.036956787109375, + -0.00315093994140625, + 0.0545654296875, + -0.0091400146484375, + -0.0148773193359375, + 0.003910064697265625, + 0.03466796875, + 0.0274810791015625, + 0.0141143798828125, + -0.0012140274047851562, + 0.0168609619140625, + -0.01198577880859375, + -0.00677490234375, + -0.0228271484375, + 0.033538818359375, + 0.08642578125, + -0.028228759765625, + -0.00426483154296875, + -0.0274810791015625, + 0.026153564453125, + 0.031463623046875, + -0.0325927734375, + 0.06634521484375, + -0.007389068603515625, + 0.0303192138671875, + -0.03277587890625, + 0.00518798828125, + -0.0305023193359375, + -0.0158233642578125, + -0.0274810791015625, + -0.09588623046875, + -0.0248260498046875, + -0.002819061279296875, + -0.07733154296875, + 0.01146697998046875, + 0.00433349609375, + -0.00786590576171875, + 0.01335906982421875, + -0.043212890625, + -0.0394287109375, + 0.0158233642578125, + 0.0165863037109375, + 0.00919342041015625, + -0.0123138427734375, + -0.048126220703125, + -0.06256103515625, + -0.01103973388671875, + 0.03411865234375, + -0.03582763671875, + -0.03448486328125, + -0.0003685951232910156, + -0.0118408203125, + -0.025390625, + -0.035247802734375, + -0.01099395751953125, + -0.019805908203125, + 0.01383209228515625, + 0.00823974609375, + -0.016204833984375, + 0.00748443603515625, + 0.0122222900390625, + -0.04302978515625, + -0.07049560546875, + -0.01544189453125, + -0.053436279296875, + -0.00748443603515625, + -0.00909423828125, + 0.04150390625, + -0.0286102294921875, + -0.00409698486328125, + -0.0187530517578125, + 0.031280517578125, + 0.040740966796875, + -0.01374053955078125, + 0.024444580078125, + -0.040374755859375, + 0.00495147705078125, + -0.01165008544921875, + 0.0545654296875, + -0.0141143798828125, + -0.02728271484375, + 0.007579803466796875, + 0.005115509033203125, + 0.0184783935546875, + -0.006870269775390625, + -0.051544189453125, + -0.0394287109375, + 0.028045654296875, + 0.002475738525390625, + -0.0130767822265625, + 0.036773681640625, + -0.0139312744140625, + 0.03582763671875, + 0.065185546875, + -0.0126953125, + 0.028045654296875, + -0.0010595321655273438, + 0.0005359649658203125, + 0.0168609619140625, + 0.04205322265625, + -0.006870269775390625, + -0.0025234222412109375, + 0.0291748046875, + 0.0177154541015625, + -0.006443023681640625, + 0.016387939453125, + -0.01421356201171875, + -0.0219879150390625, + -0.051177978515625, + 0.0257720947265625, + -0.0090484619140625, + -0.038665771484375, + -0.0160064697265625, + 0.01477813720703125, + 0.0178070068359375, + 0.057220458984375, + 0.03997802734375, + -0.01013946533203125, + 0.04132080078125, + 0.0237884521484375, + 0.0040740966796875, + 0.0303192138671875, + -0.01468658447265625, + 0.03997802734375, + 0.0291748046875, + 0.0168609619140625, + -0.017059326171875, + 0.0377197265625, + 0.01525115966796875, + -0.0158233642578125, + -0.01544189453125, + 0.08111572265625, + -0.0011310577392578125, + -0.0255889892578125, + -0.0198974609375, + -0.046417236328125, + 0.02520751953125, + 0.0029010772705078125, + -0.01061248779296875, + 0.001178741455078125, + -0.00975799560546875, + -0.047576904296875, + -0.000675201416015625, + 0.0241546630859375, + -0.0325927734375, + 0.0216064453125, + 0.020660400390625, + -0.017913818359375, + -0.0267181396484375, + 0.0198974609375, + 0.014495849609375, + 0.0118408203125, + -0.019989013671875, + 0.01335906982421875, + 0.00013840198516845703, + -0.0220794677734375, + 0.06976318359375, + 0.0186614990234375, + 0.0198974609375, + 0.0169525146484375, + -0.00589752197265625, + 0.053070068359375, + -0.0213165283203125, + 0.04888916015625, + 0.0435791015625, + -0.0303192138671875, + 0.0008940696716308594, + -0.00838470458984375, + 0.053436279296875, + 0.035430908203125, + -0.042449951171875, + -0.00847625732421875, + -0.0867919921875, + -0.002498626708984375, + -0.07012939453125, + -0.033905029296875, + -0.044708251953125, + -0.049652099609375, + 0.053070068359375, + -0.033355712890625, + -0.01922607421875, + 0.018951416015625, + -0.00786590576171875, + -0.0122222900390625, + 0.07049560546875, + 0.010894775390625, + -0.044525146484375, + -0.0224609375, + 0.064453125, + 0.00833892822265625, + -0.0019893646240234375, + -0.0222625732421875, + 0.0201873779296875, + -0.0295562744140625, + 0.0274810791015625, + -0.024261474609375, + -0.01018524169921875, + 0.04888916015625, + 0.035064697265625, + 0.015350341796875, + -0.00933074951171875, + 0.01544189453125, + -0.0018596649169921875, + 0.0284271240234375, + -0.033355712890625, + -0.006488800048828125, + -0.0094757080078125, + 0.021697998046875, + -0.0005388259887695312, + -0.04681396484375, + -0.01279449462890625, + 0.026336669921875, + 0.00360107421875, + -0.0076751708984375, + 0.0042877197265625, + -0.037322998046875, + 0.0160064697265625, + -0.0257720947265625, + -0.02349853515625, + 0.0175323486328125, + 0.039215087890625, + -0.029937744140625, + 0.0107574462890625, + -0.0008230209350585938, + 0.007389068603515625, + -0.01099395751953125, + -0.0716552734375, + -0.0255889892578125, + -0.01335906982421875, + -0.020843505859375, + -0.0343017578125, + 0.0274810791015625, + -0.0220794677734375, + 0.0164794921875, + -0.028228759765625, + 0.0094757080078125, + -0.01155853271484375, + -0.0291748046875, + 0.0168609619140625, + -0.03411865234375, + -0.0205535888671875, + -0.01009368896484375, + 0.043212890625, + 0.002155303955078125, + 0.006633758544921875, + -0.02728271484375, + -0.016387939453125, + -0.031463623046875, + 0.0233001708984375, + -0.040557861328125, + 0.0123138427734375, + -0.01430511474609375, + 0.01027679443359375, + 0.031829833984375, + 0.0005297660827636719, + 0.01155853271484375, + 0.043975830078125, + 0.017242431640625, + -0.0284271240234375, + 0.004119873046875, + 0.0007314682006835938, + 0.026336669921875, + 0.0139312744140625, + -0.0229339599609375, + -0.0165863037109375, + -0.0183868408203125, + -0.016387939453125, + 0.0239715576171875, + 0.01297760009765625, + 0.035614013671875, + 0.033721923828125, + -0.028045654296875, + -0.003387451171875, + 0.06402587890625, + 0.0148773193359375, + 0.1015625, + 0.0022735595703125, + -0.060272216796875, + 0.036773681640625, + 0.0579833984375, + -0.0036716461181640625, + 0.0009355545043945312, + 0.031463623046875, + 0.0023097991943359375, + 0.0126953125, + 0.0291748046875, + -0.01468658447265625, + 0.024444580078125, + -0.0149688720703125, + 0.00748443603515625, + 0.0178070068359375, + -0.0276641845703125, + 0.004596710205078125, + 0.04132080078125, + 0.01279449462890625, + 0.019805908203125, + 0.033905029296875, + -0.0435791015625, + -0.03448486328125, + -0.044921875, + -0.06402587890625, + 0.005825042724609375, + -0.0031986236572265625, + 0.0113677978515625, + 0.047943115234375, + -0.051544189453125, + -0.06707763671875, + 0.0156402587890625, + -0.042633056640625, + 0.08489990234375, + 0.02880859375, + -0.0023441314697265625, + 0.0250091552734375, + -0.0089569091796875, + -0.002948760986328125, + 0.0107574462890625, + 0.0045013427734375, + 0.0203704833984375, + 0.0384521484375, + 0.03826904296875, + 0.0072021484375, + -0.0010900497436523438, + 0.01151275634765625, + 0.02264404296875, + 0.03070068359375, + 0.00975799560546875, + 0.0118408203125, + 0.0010128021240234375, + 0.033905029296875, + -0.0202789306640625, + 0.05645751953125, + 0.03411865234375, + 0.02008056640625, + 0.029937744140625, + -0.01241302490234375, + -0.0003020763397216797, + -0.035614013671875, + -0.006633758544921875, + -0.0158233642578125, + -0.0018358230590820312, + 0.02008056640625, + 0.031280517578125, + -0.07122802734375, + -0.0005979537963867188, + 0.039031982421875, + -0.0579833984375, + 0.033172607421875, + 0.019805908203125, + -0.024261474609375, + 0.0004055500030517578, + -0.011749267578125, + -0.06292724609375, + 0.04925537109375, + -0.00782012939453125, + -0.0360107421875, + -0.00786590576171875, + 0.0121307373046875, + -0.04168701171875, + -0.0310821533203125, + -0.040557861328125, + -0.0212249755859375, + -0.01203155517578125, + -0.04925537109375, + 0.042266845703125, + -0.01885986328125, + -0.0016698837280273438, + 0.05230712890625, + 0.0286102294921875, + -0.0160064697265625, + -0.02520751953125, + 0.0384521484375, + -0.018280029296875, + -0.0276641845703125, + 0.049652099609375, + 0.00696563720703125, + 0.043975830078125, + -0.053070068359375, + -0.0228271484375, + -0.0036468505859375, + -0.004878997802734375, + -0.006252288818359375, + 0.004451751708984375, + -0.0576171875, + -0.053802490234375, + -0.0418701171875, + 0.07769775390625, + -0.0193328857421875, + 0.0394287109375, + -0.008148193359375, + -0.03582763671875, + 0.033721923828125, + -0.061767578125, + -0.028045654296875, + -0.01009368896484375, + 0.00782012939453125, + -0.01971435546875, + 0.06591796875, + -0.01885986328125, + -0.021697998046875, + 0.015350341796875, + 0.037322998046875, + 0.01554107666015625, + 0.0201873779296875, + -0.049652099609375, + 0.042266845703125, + 0.037322998046875, + -0.04888916015625, + -0.01123046875, + -0.0223541259765625, + 0.019805908203125, + 0.038848876953125, + -0.04168701171875, + -0.007293701171875, + -0.005306243896484375, + -0.07012939453125, + -0.0305023193359375, + -0.0377197265625, + -0.00800323486328125, + -0.053070068359375, + -0.0028667449951171875, + 0.039031982421875, + -0.00833892822265625, + 0.0126953125, + 0.006015777587890625, + 0.018280029296875, + 0.0121307373046875, + -0.0086212158203125, + -0.028228759765625, + 0.043212890625, + -0.08795166015625, + -0.014404296875, + -0.011749267578125, + 0.037322998046875, + -0.0036468505859375, + 0.00634765625, + 0.0130767822265625, + -0.003932952880859375, + 0.049652099609375, + -0.02264404296875, + -0.01189422607421875, + -0.008575439453125, + 0.00261688232421875, + -0.04150390625, + -0.01458740234375, + 0.0212249755859375, + 0.01194000244140625, + -0.003482818603515625, + 0.00885772705078125, + 0.04205322265625, + -0.0308837890625, + 0.033538818359375, + 0.03411865234375, + 0.01922607421875, + 0.0213165283203125, + -0.00743865966796875, + -0.0105133056640625, + -0.0034351348876953125, + 0.02520751953125, + 0.0022735595703125, + -0.036956787109375, + -0.06781005859375, + 0.0174407958984375, + 0.0015516281127929688, + 0.0384521484375, + -0.00315093994140625, + -0.032958984375, + -0.06707763671875, + -0.006443023681640625, + 0.04718017578125, + 0.04150390625, + 0.032012939453125, + -0.00696563720703125, + -0.007389068603515625, + -0.006679534912109375, + -0.051910400390625, + 0.03411865234375, + -0.007389068603515625, + 0.03240966796875, + 0.004665374755859375, + -0.044342041015625, + 0.0196075439453125, + 0.03961181640625, + 0.027099609375, + 0.0228271484375, + 0.005615234375, + -0.01477813720703125, + 0.003742218017578125, + -0.020843505859375, + -0.016387939453125, + -0.0031032562255859375, + -0.0284271240234375, + 0.020843505859375, + -0.032012939453125, + -0.0198974609375, + -0.0185699462890625, + -0.01468658447265625, + 0.0224609375, + -0.0237884521484375, + -0.006870269775390625, + 0.017242431640625, + -0.00980377197265625, + 0.057220458984375, + -0.0305023193359375, + -0.036376953125, + 0.008056640625, + 0.01629638671875, + 0.042449951171875, + 0.035247802734375, + -0.006725311279296875, + -0.01345062255859375, + 0.01506805419921875, + 0.02008056640625, + 0.01027679443359375, + -0.049652099609375, + -0.0016460418701171875, + 0.0187530517578125, + -0.0029964447021484375, + 0.044708251953125, + 0.0107574462890625, + 0.06707763671875, + 0.0220794677734375, + 0.0201873779296875, + 0.00909423828125, + 0.07733154296875, + 0.027862548828125, + -0.01146697998046875, + -0.05609130859375, + -0.02880859375, + -0.0259552001953125, + -0.04888916015625, + -0.04681396484375, + 0.00521087646484375, + 0.054962158203125, + -0.0648193359375, + -0.00611114501953125, + -0.0117034912109375, + 0.00015544891357421875, + 0.004974365234375, + 0.021026611328125, + -0.022735595703125, + 0.01080322265625, + 0.01279449462890625, + -0.040740966796875, + 0.0183868408203125, + -0.0159149169921875, + 0.0159149169921875, + 0.046417236328125, + 0.0230255126953125, + -0.00881195068359375, + 0.0286102294921875, + -0.00743865966796875, + 0.0418701171875, + -0.0021190643310546875, + 0.053802490234375, + 0.0109405517578125, + 0.01326751708984375, + 0.0250091552734375, + 0.061767578125, + -0.0105133056640625, + -0.00743865966796875, + 0.005970001220703125, + 0.0303192138671875, + 0.040740966796875, + 0.04925537109375, + 0.01629638671875, + 0.0117950439453125, + -0.005115509033203125, + -0.0291748046875, + 0.0148773193359375, + 0.0131683349609375, + -0.0123138427734375, + -0.03448486328125, + -0.0360107421875, + 0.03790283203125, + -0.0308837890625, + 0.03070068359375, + 0.01611328125, + -0.02520751953125, + 0.019805908203125, + 0.045867919921875, + -0.0295562744140625, + -0.03277587890625, + 0.0255889892578125, + -0.01160430908203125, + -0.046600341796875, + -0.0274810791015625, + -0.039794921875, + 0.04736328125, + -0.0284271240234375, + -0.04132080078125, + -0.035430908203125, + 0.0452880859375, + -0.02899169921875, + -0.0343017578125, + -0.0126953125, + -0.01160430908203125, + -0.0267181396484375, + -0.035064697265625, + -0.0276641845703125, + -0.04718017578125, + 0.0248260498046875, + -0.02880859375, + -0.00037741661071777344, + -0.00516510009765625, + -0.0259552001953125, + -0.006038665771484375, + -0.0148773193359375, + -0.037322998046875, + 0.02093505859375, + -0.0343017578125, + 0.056854248046875, + 0.00994873046875, + 0.025390625, + 0.023406982421875, + 0.072021484375, + 0.00261688232421875, + -0.01885986328125, + -0.0198974609375, + -0.08984375, + 0.0072479248046875, + 0.01421356201171875, + 0.004974365234375, + -0.064453125, + 0.0068206787109375, + 0.05230712890625, + -0.0841064453125, + 0.0250091552734375, + 0.0031986236572265625, + -0.00847625732421875, + -0.06365966796875, + -0.02264404296875, + -0.036956787109375, + 0.037322998046875, + 0.07733154296875, + -0.003173828125, + -0.009002685546875, + 0.01250457763671875, + -0.042266845703125, + 0.058746337890625, + -0.004001617431640625, + 0.01525115966796875, + -0.024444580078125, + 0.0156402587890625, + 0.0322265625, + -0.03277587890625, + 0.0038604736328125, + -0.0875244140625, + 0.0072479248046875, + 0.006488800048828125, + 0.020660400390625, + 0.003742218017578125, + -0.002605438232421875, + -0.046234130859375, + -0.0202789306640625, + -0.0184783935546875, + 0.0178070068359375, + -0.004878997802734375, + 0.0205535888671875, + -0.05572509765625, + -0.006916046142578125, + -0.01099395751953125, + -0.04339599609375, + -0.051544189453125, + -0.0220794677734375, + 0.024444580078125, + -0.0159149169921875, + -0.06256103515625, + 0.015350341796875, + 0.0303192138671875, + 0.01468658447265625, + 0.01297760009765625, + 0.046417236328125, + -0.0377197265625, + 0.01904296875, + 0.0045013427734375, + 0.034881591796875, + 0.00677490234375, + -0.0183868408203125, + -0.01061248779296875, + -0.00847625732421875, + 0.0301361083984375, + -0.060272216796875, + 0.03277587890625, + 0.0233001708984375, + -0.047943115234375, + -0.07843017578125, + -0.047943115234375, + 0.001201629638671875, + 0.046417236328125, + -0.02880859375, + 0.037322998046875, + -0.03656005859375, + -0.0117034912109375, + -0.09283447265625, + 0.044342041015625, + 0.00201416015625, + 0.01506805419921875, + 0.027099609375, + -0.0086669921875, + -0.040374755859375, + -0.031280517578125, + -0.01065826416015625, + 0.004596710205078125, + -0.0255889892578125, + 0.0220794677734375, + 0.002819061279296875, + -0.00007218122482299805, + 0.0276641845703125, + 0.00283050537109375, + 0.005733489990234375, + 0.0295562744140625, + 0.029937744140625, + -0.03619384765625, + 0.06329345703125, + -0.0293731689453125, + -0.01009368896484375, + 0.0005211830139160156, + -0.01800537109375, + 0.0009832382202148438, + -0.00975799560546875, + -0.029754638671875, + -0.002239227294921875, + 0.03411865234375, + 0.0257720947265625, + -0.02880859375, + 0.004856109619140625, + -0.0113677978515625, + 0.01554107666015625, + 0.00823974609375, + -0.033905029296875, + -0.003932952880859375, + 0.0122222900390625, + -0.0105133056640625, + -0.025390625, + -0.0579833984375, + -0.08984375, + 0.0028667449951171875, + -0.0452880859375, + 0.009613037109375, + -0.0085296630859375, + 0.01468658447265625, + 0.005588531494140625, + -0.018280029296875, + 0.0269012451171875, + 0.0013675689697265625, + -0.0193328857421875, + -0.038665771484375, + 0.01554107666015625, + 0.015350341796875, + 0.05572509765625, + 0.0184783935546875, + -0.0222625732421875, + 0.00795745849609375, + -0.02899169921875, + 0.006679534912109375, + -0.0193328857421875, + -0.0169525146484375, + -0.05267333984375, + 0.00843048095703125, + -0.060272216796875, + -0.00786590576171875, + 0.00696563720703125, + 0.059112548828125, + 0.004833221435546875, + -0.00885772705078125, + 0.03790283203125, + 0.00383758544921875, + -0.050018310546875, + 0.0274810791015625, + -0.013641357421875, + -0.004878997802734375, + 0.0184783935546875, + 0.0303192138671875, + 0.0257720947265625, + 0.02520751953125, + 0.050018310546875, + 0.040740966796875, + 0.03070068359375, + 0.00634765625, + -0.0130767822265625, + -0.0156402587890625, + -0.0121307373046875, + 0.03656005859375, + 0.031646728515625, + 0.0248260498046875, + -0.017059326171875, + 0.026153564453125, + 0.00606536865234375, + -0.07806396484375, + -0.020751953125, + -0.0202789306640625, + -0.06671142578125, + 0.0013561248779296875, + 0.060638427734375, + 0.040374755859375, + -0.0185699462890625, + 0.0469970703125, + 0.0648193359375, + 0.0308837890625, + 0.00705718994140625, + -0.0308837890625, + -0.07391357421875, + -0.0008821487426757812, + 0.0241546630859375, + 0.0035762786865234375, + -0.049652099609375, + 0.05609130859375, + 0.05950927734375, + -0.0072479248046875, + -0.0223541259765625, + 0.0038127899169921875, + 0.0031032562255859375, + 0.021514892578125, + 0.016387939453125, + 0.0193328857421875, + -0.06976318359375, + 0.021026611328125, + 0.01250457763671875, + -0.01123046875, + 0.026153564453125, + -0.025390625, + -0.03411865234375, + 0.04718017578125, + -0.058746337890625, + 0.01080322265625, + 0.0213165283203125, + 0.06292724609375, + 0.0181884765625, + -0.029754638671875, + -0.0156402587890625, + 0.040557861328125, + 0.0033168792724609375, + -0.046234130859375, + 0.013641357421875, + 0.02264404296875, + -0.0203704833984375, + -0.004833221435546875, + 0.038848876953125, + 0.0255889892578125, + 0.038665771484375, + 0.0085296630859375, + -0.0435791015625, + 0.008575439453125, + -0.00634765625, + 0.0038604736328125, + -0.004001617431640625, + -0.038848876953125, + -0.034881591796875, + -0.050018310546875, + 0.043212890625, + 0.0149688720703125, + 0.022735595703125, + 0.006679534912109375, + -0.01629638671875, + 0.018280029296875, + 0.0267181396484375, + 0.0274810791015625, + 0.0165863037109375, + 0.0211334228515625, + 0.015350341796875, + 0.009521484375, + 0.01430511474609375, + 0.004878997802734375, + -0.0325927734375, + 0.0219879150390625, + -0.0141143798828125, + -0.031646728515625, + -0.04150390625, + 0.00701141357421875, + 0.01070404052734375, + -0.00994873046875, + 0.0195159912109375, + -0.05267333984375, + 0.003505706787109375, + -0.01800537109375, + -0.060638427734375, + 0.0029010772705078125, + 0.0305023193359375, + -0.0203704833984375, + 0.024261474609375, + 0.024261474609375, + -0.016387939453125, + 0.0033168792724609375, + -0.07501220703125, + 0.093994140625, + 0.033355712890625, + 0.0295562744140625, + 0.0015993118286132812, + 0.023681640625, + 0.0230255126953125, + 0.00743865966796875, + 0.01250457763671875, + 0.0274810791015625, + -0.018951416015625, + 0.054962158203125, + 0.04168701171875, + -0.0016813278198242188, + -0.032012939453125, + 0.024627685546875, + 0.00843048095703125, + -0.05419921875, + 0.0284271240234375, + -0.0017290115356445312, + 0.003742218017578125, + -0.003978729248046875, + 0.02520751953125, + 0.0038604736328125, + -0.05950927734375, + 0.04547119140625, + -0.0034580230712890625, + -0.033172607421875, + 0.021881103515625, + -0.05267333984375, + 0.03826904296875, + 0.003910064697265625, + 0.037506103515625, + -0.045654296875, + 0.04888916015625, + 0.0009946823120117188, + 0.0186614990234375, + -0.0020732879638671875, + 0.003932952880859375, + 0.004642486572265625, + 0.0018358230590820312, + -0.00495147705078125, + 0.076904296875, + 0.0216064453125, + -0.0196075439453125, + -0.0360107421875, + -0.0166778564453125, + -0.0023441314697265625, + -0.00240325927734375, + 0.042449951171875, + -0.03070068359375, + -0.0293731689453125, + 0.0195159912109375, + 0.0343017578125, + 0.056854248046875, + -0.004974365234375, + 0.01515960693359375, + -0.0011014938354492188, + -0.03961181640625, + -0.00872039794921875, + -0.0008645057678222656 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "artifact-collection", + "triage" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Ghidra", + "type": "tool", + "name": "Ghidra", + "content": "ghidra nsas reverse-engineering-suite demokratisiert binary-analyse auf ida-pro-niveau. der decompiler transformiert assembly in lesbaren c-code für intuitiveres verständnis von programm-logik. unterstützt über 30 prozessor-architekturen von x86/x64 über arm bis zu obskuren embedded-cpus. das software reverse engineering framework ermöglicht kollaborative analyse durch ghidra-server. pcode als intermediate language vereinheitlicht cross-architecture-analysen. der function-graph visualisiert control-flow. data-type-manager rekonstruiert strukturen und klassen. script-manager automatisiert mit python/java wiederkehrende analysen. version tracking vergleicht binaries über versionen. cryptographic-signature-finder identifiziert verschlüsselungs-routinen. die extension-architektur erlaubt custom-analyzers. perfekt für malware-dekonstruktion, vulnerability-research und firmware-analyse. die steile lernkurve wird durch exzellente dokumentation und nsa-trainingsmaterial gemildert. 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.03759765625, + 0.00899505615234375, + 0.03900146484375, + 0.0203094482421875, + 0.01099395751953125, + 0.032623291015625, + 0.0313720703125, + 0.0134735107421875, + -0.0292510986328125, + -0.0255279541015625, + -0.0237579345703125, + 0.057098388671875, + 0.01187896728515625, + 0.00806427001953125, + -0.06561279296875, + 0.0285491943359375, + -0.017913818359375, + 0.00855255126953125, + 0.008819580078125, + 0.017822265625, + -0.0230560302734375, + -0.0221710205078125, + -0.0321044921875, + -0.0190582275390625, + 0.0065155029296875, + 0.00917816162109375, + -0.017730712890625, + -0.0830078125, + -0.0230560302734375, + -0.00347900390625, + 0.03173828125, + -0.016845703125, + -0.006561279296875, + 0.0161285400390625, + 0.0094451904296875, + -0.01471710205078125, + -0.00775909423828125, + -0.037933349609375, + 0.005718231201171875, + 0.04718017578125, + -0.030853271484375, + 0.0117034912109375, + 0.021270751953125, + -0.007843017578125, + -0.017730712890625, + -0.0521240234375, + -0.00007933378219604492, + -0.01568603515625, + 0.01214599609375, + -0.042388916015625, + 0.03546142578125, + 0.01276397705078125, + 0.01568603515625, + -0.030670166015625, + -0.024993896484375, + 0.01471710205078125, + 0.01471710205078125, + -0.0292510986328125, + -0.0303192138671875, + 0.07342529296875, + -0.0226898193359375, + -0.00899505615234375, + 0.00350189208984375, + -0.01525115966796875, + 0.0202178955078125, + 0.027130126953125, + -0.0171051025390625, + -0.03173828125, + 0.01409912109375, + 0.0001475811004638672, + 0.0093536376953125, + 0.0038127899169921875, + -0.0182647705078125, + 0.036346435546875, + -0.05816650390625, + -0.04998779296875, + 0.0061187744140625, + 0.02410888671875, + 0.025360107421875, + 0.018707275390625, + -0.02447509765625, + 0.0035247802734375, + 0.036346435546875, + -0.0192413330078125, + -0.007091522216796875, + 0.01312255859375, + 0.016845703125, + 0.0211029052734375, + 0.005451202392578125, + -0.006206512451171875, + 0.0007009506225585938, + -0.019683837890625, + 0.0294342041015625, + -0.00970458984375, + 0.0219879150390625, + 0.056396484375, + -0.04718017578125, + -0.002559661865234375, + -0.041656494140625, + 0.0106353759765625, + 0.032440185546875, + -0.0011911392211914062, + 0.03704833984375, + -0.0116119384765625, + 0.036163330078125, + -0.03546142578125, + 0.01462554931640625, + -0.0124969482421875, + -0.006473541259765625, + -0.00917816162109375, + -0.08721923828125, + -0.02996826171875, + -0.0242919921875, + -0.061004638671875, + -0.0061187744140625, + -0.004566192626953125, + -0.01197052001953125, + 0.0333251953125, + -0.04681396484375, + -0.021270751953125, + 0.018798828125, + 0.00899505615234375, + -0.0037899017333984375, + 0.02410888671875, + -0.06134033203125, + -0.045379638671875, + 0.0021610260009765625, + 0.0305023193359375, + -0.03387451171875, + 0.0008645057678222656, + -0.006694793701171875, + -0.0285491943359375, + -0.0165863037109375, + -0.0014295578002929688, + -0.019775390625, + -0.0313720703125, + 0.044342041015625, + -0.0194091796875, + 0.003879547119140625, + 0.004566192626953125, + 0.03173828125, + -0.0283660888671875, + -0.04254150390625, + 0.018524169921875, + -0.0021610260009765625, + -0.019866943359375, + 0.0099334716796875, + 0.04486083984375, + -0.0274810791015625, + -0.00864410400390625, + -0.006072998046875, + -0.0039215087890625, + 0.0634765625, + 0.005672454833984375, + 0.0035457611083984375, + -0.0257110595703125, + -0.01427459716796875, + -0.0125885009765625, + 0.042205810546875, + -0.0015954971313476562, + -0.01090240478515625, + 0.0203094482421875, + -0.00970458984375, + 0.04132080078125, + -0.032440185546875, + -0.040252685546875, + -0.0040130615234375, + 0.0230560302734375, + 0.00957489013671875, + -0.0125885009765625, + 0.03350830078125, + 0.0088653564453125, + 0.04486083984375, + 0.056396484375, + -0.01214599609375, + 0.0161285400390625, + -0.01418304443359375, + -0.004852294921875, + 0.0255279541015625, + 0.0161285400390625, + -0.0372314453125, + -0.0294342041015625, + 0.0333251953125, + 0.008026123046875, + 0.034759521484375, + -0.00855255126953125, + -0.0242919921875, + -0.05072021484375, + -0.0201263427734375, + 0.0218048095703125, + -0.04290771484375, + -0.007843017578125, + -0.019775390625, + 0.047515869140625, + 0.01143646240234375, + 0.07232666015625, + 0.01959228515625, + -0.01418304443359375, + 0.047882080078125, + -0.0108184814453125, + 0.01409912109375, + 0.041839599609375, + -0.00281524658203125, + 0.061004638671875, + 0.023406982421875, + 0.00027561187744140625, + -0.0153350830078125, + 0.044158935546875, + 0.0267791748046875, + -0.0103759765625, + -0.0125885009765625, + 0.045379638671875, + 0.001873016357421875, + 0.007358551025390625, + -0.04644775390625, + -0.038482666015625, + 0.03350830078125, + -0.00372314453125, + 0.00899505615234375, + 0.00396728515625, + -0.006473541259765625, + -0.04290771484375, + -0.007534027099609375, + 0.018707275390625, + -0.0074920654296875, + 0.033172607421875, + 0.041839599609375, + -0.015869140625, + -0.0125885009765625, + 0.03350830078125, + 0.03582763671875, + 0.02801513671875, + 0.004589080810546875, + -0.007312774658203125, + -0.023590087890625, + -0.036529541015625, + 0.01409912109375, + 0.04718017578125, + 0.0230560302734375, + 0.0312042236328125, + -0.04327392578125, + 0.0313720703125, + -0.0287322998046875, + 0.051422119140625, + 0.023590087890625, + -0.02252197265625, + -0.00200653076171875, + -0.007137298583984375, + 0.03509521484375, + 0.05072021484375, + -0.053558349609375, + -0.019500732421875, + -0.040771484375, + 0.0125885009765625, + -0.056396484375, + -0.030670166015625, + 0.004276275634765625, + -0.05426025390625, + 0.045745849609375, + -0.005451202392578125, + -0.040252685546875, + -0.00301361083984375, + 0.031036376953125, + -0.01134490966796875, + 0.040435791015625, + 0.01320648193359375, + -0.03546142578125, + 0.0124969482421875, + 0.08154296875, + -0.004764556884765625, + -0.0208282470703125, + -0.0155181884765625, + 0.010284423828125, + -0.002437591552734375, + 0.01515960693359375, + -0.017913818359375, + 0.0108642578125, + 0.042022705078125, + 0.0246429443359375, + 0.04150390625, + -0.0267791748046875, + 0.01294708251953125, + -0.0089111328125, + 0.059234619140625, + -0.039886474609375, + -0.00771331787109375, + 0.00560760498046875, + -0.00815582275390625, + 0.0011911392211914062, + -0.051422119140625, + -0.00966644287109375, + 0.0411376953125, + 0.029083251953125, + 0.0038127899169921875, + 0.02978515625, + -0.055328369140625, + 0.025177001953125, + 0.010284423828125, + -0.02606201171875, + 0.023223876953125, + 0.05780029296875, + -0.0489501953125, + -0.00281524658203125, + -0.006916046142578125, + -0.00049591064453125, + -0.0411376953125, + -0.0450439453125, + -0.0164947509765625, + 0.0033473968505859375, + -0.0303192138671875, + -0.0333251953125, + 0.0004901885986328125, + -0.0013685226440429688, + 0.022247314453125, + -0.01320648193359375, + -0.001739501953125, + -0.05389404296875, + -0.03509521484375, + -0.0106353759765625, + -0.036712646484375, + -0.019500732421875, + -0.038665771484375, + 0.0701904296875, + 0.00815582275390625, + 0.01010894775390625, + -0.0022487640380859375, + 0.0030803680419921875, + -0.0287322998046875, + 0.01861572265625, + -0.0163116455078125, + 0.0025386810302734375, + 0.0003628730773925781, + 0.06451416015625, + 0.032806396484375, + 0.00673675537109375, + 0.032257080078125, + 0.06170654296875, + 0.042205810546875, + -0.0303192138671875, + -0.0117950439453125, + 0.00766754150390625, + 0.0136566162109375, + -0.0079803466796875, + -0.00815582275390625, + -0.032440185546875, + -0.0202178955078125, + -0.01232147216796875, + 0.01338958740234375, + 0.00469970703125, + 0.048583984375, + 0.0183563232421875, + 0.0074920654296875, + -0.007091522216796875, + 0.054962158203125, + 0.027313232421875, + 0.1007080078125, + 0.00917816162109375, + -0.052825927734375, + 0.005985260009765625, + 0.03704833984375, + -0.03778076171875, + -0.025177001953125, + 0.0257110595703125, + 0.02447509765625, + -0.006649017333984375, + 0.026947021484375, + -0.027130126953125, + 0.0171966552734375, + -0.02606201171875, + 0.0192413330078125, + 0.030670166015625, + -0.023223876953125, + 0.0189666748046875, + 0.0173797607421875, + 0.0312042236328125, + 0.01436614990234375, + 0.03350830078125, + -0.02783203125, + -0.015960693359375, + -0.052825927734375, + -0.03759765625, + 0.0255279541015625, + 0.026947021484375, + 0.0220794677734375, + 0.036895751953125, + -0.0242919921875, + -0.047515869140625, + 0.01320648193359375, + -0.052490234375, + 0.09075927734375, + 0.0305023193359375, + -0.00536346435546875, + 0.0321044921875, + -0.0296173095703125, + 0.0061187744140625, + 0.005764007568359375, + 0.01605224609375, + 0.0482177734375, + 0.06207275390625, + 0.040069580078125, + 0.01763916015625, + -0.039886474609375, + 0.023223876953125, + 0.019500732421875, + 0.026947021484375, + -0.0218963623046875, + 0.040069580078125, + 0.0008091926574707031, + 0.0208282470703125, + -0.0179901123046875, + 0.038665771484375, + 0.0219879150390625, + -0.0174713134765625, + 0.0303192138671875, + -0.0303192138671875, + 0.034393310546875, + -0.046112060546875, + -0.0032138824462890625, + 0.007534027099609375, + 0.0210113525390625, + 0.02996826171875, + 0.036529541015625, + -0.0595703125, + -0.00678253173828125, + 0.04522705078125, + -0.07232666015625, + 0.0237579345703125, + 0.00443267822265625, + -0.005298614501953125, + 0.005939483642578125, + -0.0208282470703125, + -0.0595703125, + 0.03955078125, + -0.036895751953125, + -0.037933349609375, + 0.0164031982421875, + 0.00904083251953125, + -0.0211029052734375, + -0.020477294921875, + -0.0340576171875, + -0.0040130615234375, + -0.027313232421875, + -0.029083251953125, + 0.03955078125, + 0.0017957687377929688, + -0.0027713775634765625, + 0.05035400390625, + 0.02606201171875, + -0.026947021484375, + -0.00511932373046875, + 0.0208282470703125, + -0.02154541015625, + -0.03582763671875, + 0.019500732421875, + 0.0303192138671875, + 0.003879547119140625, + -0.043792724609375, + -0.0194091796875, + 0.01320648193359375, + -0.003635406494140625, + -0.0006260871887207031, + 0.0098876953125, + -0.039886474609375, + -0.03582763671875, + -0.03192138671875, + 0.035980224609375, + -0.0007257461547851562, + 0.03155517578125, + 0.0014629364013671875, + -0.06561279296875, + 0.01480865478515625, + -0.049285888671875, + -0.01374053955078125, + -0.00917816162109375, + 0.0135650634765625, + 0.01055145263671875, + 0.051788330078125, + -0.0023708343505859375, + -0.041656494140625, + -0.00044608116149902344, + 0.0411376953125, + 0.021270751953125, + 0.0211944580078125, + -0.04998779296875, + 0.0701904296875, + 0.0228729248046875, + -0.033172607421875, + -0.00829315185546875, + -0.0219879150390625, + 0.005008697509765625, + 0.038818359375, + -0.057464599609375, + -0.0126800537109375, + -0.0287322998046875, + -0.0677490234375, + -0.051422119140625, + -0.019866943359375, + -0.01374053955078125, + -0.0313720703125, + 0.02978515625, + 0.019500732421875, + 0.01605224609375, + 0.040618896484375, + -0.001003265380859375, + -0.0283660888671875, + 0.0219879150390625, + -0.0001786947250366211, + -0.0239410400390625, + 0.0201263427734375, + -0.040618896484375, + -0.007801055908203125, + -0.0213623046875, + 0.023590087890625, + -0.02801513671875, + 0.0201263427734375, + 0.0262451171875, + -0.020660400390625, + 0.038818359375, + -0.03369140625, + -0.0218963623046875, + -0.034576416015625, + -0.054962158203125, + -0.042022705078125, + -0.0213623046875, + 0.00055694580078125, + 0.0294342041015625, + -0.0126800537109375, + 0.04150390625, + 0.019866943359375, + -0.04254150390625, + 0.007625579833984375, + 0.00859832763671875, + -0.030670166015625, + 0.0213623046875, + -0.006381988525390625, + 0.0024051666259765625, + -0.0264129638671875, + 0.018890380859375, + -0.0239410400390625, + -0.040435791015625, + -0.0897216796875, + 0.0258941650390625, + -0.032623291015625, + -0.0239410400390625, + -0.0221710205078125, + -0.030670166015625, + -0.054962158203125, + 0.0036792755126953125, + 0.006916046142578125, + -0.0113067626953125, + 0.01276397705078125, + -0.0391845703125, + -0.0003712177276611328, + -0.0134735107421875, + -0.032806396484375, + 0.04644775390625, + -0.0274810791015625, + -0.010284423828125, + -0.0191497802734375, + -0.03973388671875, + 0.0285491943359375, + 0.0303192138671875, + 0.017547607421875, + 0.02447509765625, + 0.032806396484375, + -0.0191497802734375, + 0.0265960693359375, + 0.021636962890625, + -0.0093536376953125, + -0.0283660888671875, + -0.006206512451171875, + 0.036529541015625, + -0.01702880859375, + -0.038665771484375, + 0.015960693359375, + 0.03741455078125, + -0.004055023193359375, + -0.0026035308837890625, + -0.029083251953125, + 0.030853271484375, + 0.00864410400390625, + 0.0391845703125, + -0.00673675537109375, + -0.040618896484375, + -0.0126800537109375, + -0.01187896728515625, + 0.0489501953125, + 0.04718017578125, + 0.00232696533203125, + -0.03973388671875, + 0.00516510009765625, + 0.045745849609375, + -0.0165863037109375, + -0.02978515625, + -0.037933349609375, + 0.004543304443359375, + 0.01506805419921875, + 0.056396484375, + -0.01506805419921875, + 0.0858154296875, + 0.019775390625, + 0.00467681884765625, + 0.0264129638671875, + 0.05426025390625, + 0.0489501953125, + -0.018890380859375, + -0.041656494140625, + -0.007625579833984375, + -0.013031005859375, + -0.023406982421875, + -0.048583984375, + 0.0163116455078125, + 0.030853271484375, + -0.0521240234375, + -0.0313720703125, + -0.022247314453125, + 0.019500732421875, + 0.014984130859375, + 0.02996826171875, + -0.007579803466796875, + 0.03582763671875, + -0.01294708251953125, + -0.04254150390625, + 0.0018510818481445312, + -0.0218048095703125, + 0.01427459716796875, + 0.0430908203125, + 0.0274810791015625, + -0.0321044921875, + 0.0237579345703125, + 0.01116943359375, + 0.01329803466796875, + 0.0012302398681640625, + 0.0221710205078125, + 0.0182647705078125, + 0.040069580078125, + 0.04345703125, + 0.03369140625, + -0.033172607421875, + -0.021453857421875, + -0.0262451171875, + 0.0321044921875, + 0.020477294921875, + 0.026947021484375, + 0.00443267822265625, + -0.01099395751953125, + -0.005672454833984375, + -0.05426025390625, + 0.0034580230712890625, + -0.001750946044921875, + -0.006561279296875, + -0.03759765625, + -0.031036376953125, + -0.005008697509765625, + -0.03973388671875, + 0.0255279541015625, + 0.0200347900390625, + -0.0208282470703125, + -0.007358551025390625, + 0.052490234375, + 0.00511932373046875, + -0.03741455078125, + 0.03387451171875, + -0.02447509765625, + -0.032989501953125, + -0.052825927734375, + -0.038482666015625, + 0.04095458984375, + -0.0294342041015625, + -0.07696533203125, + -0.0239410400390625, + 0.045379638671875, + -0.0136566162109375, + -0.03350830078125, + -0.0078887939453125, + 0.0022487640380859375, + -0.040252685546875, + -0.0248260498046875, + -0.034759521484375, + -0.021636962890625, + 0.0012187957763671875, + -0.0599365234375, + 0.0116119384765625, + 0.00727081298828125, + 0.002948760986328125, + -0.0113067626953125, + -0.0172882080078125, + -0.04522705078125, + 0.066650390625, + -0.0556640625, + 0.06207275390625, + 0.00904083251953125, + 0.015777587890625, + 0.04290771484375, + 0.05035400390625, + -0.01187896728515625, + 0.00678253173828125, + -0.0061187744140625, + -0.0780029296875, + -0.0051422119140625, + 0.006473541259765625, + 0.01143646240234375, + -0.06597900390625, + -0.00811004638671875, + 0.0262451171875, + -0.0638427734375, + -0.005496978759765625, + 0.003170013427734375, + -0.0239410400390625, + -0.0391845703125, + 0.007625579833984375, + -0.0079803466796875, + -0.01294708251953125, + 0.0869140625, + 0.01276397705078125, + -0.01152801513671875, + 0.0276641845703125, + -0.053192138671875, + 0.0521240234375, + 0.028900146484375, + 0.047515869140625, + -0.042205810546875, + 0.019683837890625, + 0.0228729248046875, + -0.015777587890625, + -0.00469970703125, + -0.068115234375, + -0.01471710205078125, + 0.0276641845703125, + 0.036895751953125, + -0.004055023193359375, + 0.002658843994140625, + -0.01959228515625, + -0.0078887939453125, + -0.023223876953125, + 0.0220794677734375, + 0.018890380859375, + 0.012054443359375, + -0.05426025390625, + -0.0209197998046875, + 0.01480865478515625, + -0.040771484375, + -0.01763916015625, + -0.034942626953125, + 0.02606201171875, + -0.00824737548828125, + -0.06207275390625, + 0.03369140625, + 0.003414154052734375, + 0.0230560302734375, + 0.0220794677734375, + 0.049652099609375, + -0.04522705078125, + -0.0027599334716796875, + -0.0038127899169921875, + 0.04644775390625, + 0.0283660888671875, + 0.0237579345703125, + -0.0125885009765625, + 0.032440185546875, + 0.00727081298828125, + -0.019866943359375, + 0.04486083984375, + 0.01374053955078125, + -0.0008254051208496094, + -0.048583984375, + -0.034759521484375, + -0.025360107421875, + 0.04327392578125, + 0.016754150390625, + 0.040435791015625, + 0.0032367706298828125, + 0.003368377685546875, + -0.08795166015625, + 0.0521240234375, + -0.0255279541015625, + 0.0008254051208496094, + 0.018707275390625, + -0.0283660888671875, + -0.0709228515625, + -0.04998779296875, + -0.01329803466796875, + 0.0009140968322753906, + -0.02996826171875, + 0.03350830078125, + 0.035980224609375, + 0.001102447509765625, + -0.00023412704467773438, + -0.00540924072265625, + 0.0098419189453125, + 0.04132080078125, + -0.00855255126953125, + -0.03546142578125, + 0.059234619140625, + -0.04718017578125, + 0.002471923828125, + 0.00580596923828125, + 0.032623291015625, + 0.007534027099609375, + 0.01515960693359375, + -0.036712646484375, + -0.007183074951171875, + 0.0190582275390625, + 0.044158935546875, + -0.0210113525390625, + -0.00200653076171875, + -0.02056884765625, + 0.032989501953125, + -0.001861572265625, + 0.018707275390625, + 0.0004627704620361328, + -0.0239410400390625, + -0.0340576171875, + -0.002826690673828125, + -0.057098388671875, + -0.0791015625, + -0.01134490966796875, + -0.031036376953125, + -0.0022602081298828125, + 0.0264129638671875, + 0.00673675537109375, + 0.03350830078125, + -0.0391845703125, + 0.027313232421875, + -0.0117034912109375, + -0.018798828125, + -0.01099395751953125, + 0.0265960693359375, + -0.003391265869140625, + 0.0303192138671875, + 0.032989501953125, + -0.0135650634765625, + 0.03387451171875, + -0.0208282470703125, + -0.0267791748046875, + -0.00766754150390625, + 0.00908660888671875, + -0.0208282470703125, + 0.0489501953125, + -0.070556640625, + -0.019683837890625, + 0.01329803466796875, + 0.0164947509765625, + 0.004611968994140625, + -0.0211944580078125, + 0.038482666015625, + 0.00176239013671875, + -0.07196044921875, + 0.00678253173828125, + -0.016754150390625, + -0.0321044921875, + -0.008819580078125, + -0.0294342041015625, + 0.01276397705078125, + 0.025360107421875, + 0.0595703125, + 0.01294708251953125, + 0.06951904296875, + 0.0164031982421875, + -0.0301361083984375, + 0.005519866943359375, + -0.01001739501953125, + 0.03564453125, + 0.014984130859375, + 0.0303192138671875, + 0.00045990943908691406, + 0.0296173095703125, + -0.0014629364013671875, + -0.08831787109375, + 0.00301361083984375, + -0.0183563232421875, + -0.05426025390625, + 0.006206512451171875, + 0.0673828125, + 0.025177001953125, + 0.0257110595703125, + 0.0221710205078125, + 0.06634521484375, + 0.042205810546875, + -0.00003063678741455078, + -0.0292510986328125, + -0.0673828125, + -0.013031005859375, + 0.045745849609375, + 0.025177001953125, + -0.0634765625, + 0.0340576171875, + 0.08013916015625, + 0.005298614501953125, + -0.0008645057678222656, + -0.00962066650390625, + -0.0246429443359375, + 0.062744140625, + 0.0248260498046875, + 0.02606201171875, + -0.08868408203125, + -0.00806427001953125, + 0.0125885009765625, + -0.0111236572265625, + -0.004344940185546875, + -0.017822265625, + -0.013916015625, + 0.05462646484375, + -0.07342529296875, + 0.008819580078125, + 0.038299560546875, + 0.05816650390625, + 0.0028591156005859375, + -0.043792724609375, + 0.01409912109375, + 0.016845703125, + -0.00004279613494873047, + -0.006473541259765625, + -0.01276397705078125, + 0.0005650520324707031, + -0.0450439453125, + 0.019775390625, + 0.04644775390625, + -0.00908660888671875, + 0.0489501953125, + 0.019775390625, + -0.04644775390625, + 0.0267791748046875, + -0.015869140625, + 0.01427459716796875, + 0.00629425048828125, + -0.0391845703125, + -0.03900146484375, + -0.0257110595703125, + 0.0226898193359375, + -0.0036792755126953125, + 0.036163330078125, + -0.01409912109375, + -0.0039215087890625, + -0.0008978843688964844, + -0.00438690185546875, + 0.017913818359375, + 0.0301361083984375, + 0.02801513671875, + 0.045745849609375, + 0.019775390625, + 0.0116119384765625, + 0.00899505615234375, + -0.017547607421875, + 0.049652099609375, + -0.0333251953125, + 0.032623291015625, + -0.051055908203125, + -0.00374603271484375, + 0.01338958740234375, + -0.0257110595703125, + -0.0025482177734375, + -0.0274810791015625, + -0.0190582275390625, + -0.023590087890625, + -0.0226898193359375, + 0.018707275390625, + 0.051422119140625, + -0.051055908203125, + 0.006603240966796875, + 0.0312042236328125, + 0.005229949951171875, + 0.019500732421875, + -0.04486083984375, + 0.0780029296875, + 0.00970458984375, + 0.036163330078125, + -0.007137298583984375, + 0.0116119384765625, + 0.043975830078125, + -0.0184478759765625, + 0.017822265625, + 0.05035400390625, + 0.0274810791015625, + 0.059234619140625, + 0.0352783203125, + 0.023223876953125, + -0.03155517578125, + 0.034576416015625, + 0.0108642578125, + -0.0450439453125, + 0.01480865478515625, + 0.0069580078125, + 0.0021610260009765625, + -0.007843017578125, + -0.01462554931640625, + -0.00042939186096191406, + -0.051788330078125, + 0.04522705078125, + 0.0089111328125, + -0.01152801513671875, + 0.03155517578125, + -0.027313232421875, + 0.058868408203125, + -0.0029697418212890625, + 0.059234619140625, + -0.03759765625, + 0.07379150390625, + -0.01506805419921875, + 0.004520416259765625, + -0.002948760986328125, + 0.0181732177734375, + -0.001407623291015625, + 0.04644775390625, + -0.0111236572265625, + 0.06207275390625, + 0.0173797607421875, + 0.012237548828125, + -0.056396484375, + -0.036529541015625, + -0.00257110595703125, + 0.00820159912109375, + 0.041839599609375, + -0.034576416015625, + -0.0230560302734375, + -0.01241302490234375, + 0.023590087890625, + 0.06597900390625, + -0.0134735107421875, + 0.0226898193359375, + 0.004833221435546875, + -0.0060272216796875, + -0.00806427001953125, + 0.0005817413330078125 + ], + "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_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. command-line 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.0079498291015625, + 0.040130615234375, + 0.057373046875, + 0.00951385498046875, + 0.0249481201171875, + 0.026824951171875, + 0.0175628662109375, + -0.01788330078125, + -0.0170440673828125, + 0.004261016845703125, + -0.0134124755859375, + 0.061553955078125, + -0.0011243820190429688, + -0.00020956993103027344, + -0.074462890625, + 0.0552978515625, + 0.0180816650390625, + 0.0055084228515625, + 0.009613037109375, + -0.0011501312255859375, + -0.0086822509765625, + -0.00608062744140625, + -0.056549072265625, + 0.01325225830078125, + 0.00537872314453125, + 0.0343017578125, + -0.02142333984375, + -0.05780029296875, + -0.024017333984375, + 0.0233917236328125, + 0.000023424625396728516, + -0.031402587890625, + 0.006366729736328125, + 0.030975341796875, + 0.002819061279296875, + -0.026824951171875, + 0.00925445556640625, + -0.0357666015625, + -0.01263427734375, + 0.035552978515625, + -0.0072784423828125, + 0.0008382797241210938, + 0.0188140869140625, + -0.00022745132446289062, + -0.026824951171875, + -0.040130615234375, + 0.00966644287109375, + -0.018707275390625, + 0.028900146484375, + -0.024749755859375, + 0.0272369384765625, + 0.0228729248046875, + -0.0017671585083007812, + 0.0022869110107421875, + -0.0272369384765625, + 0.041168212890625, + 0.0051727294921875, + -0.00670623779296875, + -0.05780029296875, + 0.03887939453125, + -0.02764892578125, + -0.0140380859375, + -0.012420654296875, + -0.0169525146484375, + 0.00504302978515625, + 0.03369140625, + -0.00644683837890625, + -0.01143646240234375, + 0.0274505615234375, + -0.00345611572265625, + -0.014556884765625, + -0.00888824462890625, + -0.0246429443359375, + 0.0140380859375, + -0.0297393798828125, + -0.07232666015625, + 0.0116424560546875, + 0.00951385498046875, + -0.0134124755859375, + 0.0064697265625, + -0.040557861328125, + -0.01091766357421875, + 0.034942626953125, + -0.016632080078125, + -0.0207977294921875, + -0.0100860595703125, + 0.0230865478515625, + 0.0109710693359375, + -0.01517486572265625, + 0.01528167724609375, + 0.01486968994140625, + -0.004184722900390625, + 0.006809234619140625, + -0.0005588531494140625, + 0.034515380859375, + 0.0848388671875, + -0.0175628662109375, + -0.00042891502380371094, + -0.006053924560546875, + 0.0265045166015625, + 0.00899505615234375, + -0.045318603515625, + 0.035980224609375, + -0.00345611572265625, + 0.041168212890625, + -0.00543212890625, + -0.007537841796875, + -0.01507568359375, + -0.01465606689453125, + -0.006809234619140625, + -0.1064453125, + -0.0213165283203125, + -0.0167388916015625, + -0.059051513671875, + -0.00899505615234375, + -0.005901336669921875, + -0.00397491455078125, + 0.046356201171875, + -0.033905029296875, + -0.0343017578125, + 0.027862548828125, + 0.016326904296875, + 0.0149688720703125, + 0.01320648193359375, + -0.05157470703125, + -0.043243408203125, + 0.002559661865234375, + 0.036163330078125, + -0.040740966796875, + -0.03472900390625, + -0.0274505615234375, + -0.0496826171875, + -0.0252685546875, + -0.0256805419921875, + 0.003482818603515625, + -0.01226806640625, + 0.028900146484375, + 0.00785064697265625, + -0.004444122314453125, + 0.01413726806640625, + 0.034088134765625, + -0.023284912109375, + -0.063232421875, + -0.0274505615234375, + -0.044708251953125, + -0.001987457275390625, + -0.0264129638671875, + 0.039703369140625, + -0.0049896240234375, + -0.0029621124267578125, + -0.002391815185546875, + 0.0322265625, + 0.03680419921875, + 0.0305633544921875, + 0.01013946533203125, + -0.022979736328125, + -0.004055023193359375, + -0.01143646240234375, + 0.040740966796875, + -0.01018524169921875, + -0.0249481201171875, + 0.006549835205078125, + 0.01039886474609375, + 0.0072784423828125, + -0.00618743896484375, + -0.039093017578125, + -0.0202789306640625, + 0.018707275390625, + -0.0102386474609375, + 0.003742218017578125, + 0.026611328125, + -0.005535125732421875, + 0.07025146484375, + 0.061126708984375, + 0.0036640167236328125, + 0.0293121337890625, + -0.00701904296875, + -0.006496429443359375, + 0.0517578125, + 0.03887939453125, + -0.01424407958984375, + -0.010711669921875, + 0.0428466796875, + 0.0270233154296875, + -0.0004711151123046875, + -0.0097198486328125, + -0.0185089111328125, + -0.0033016204833984375, + -0.025360107421875, + 0.037628173828125, + -0.0125274658203125, + -0.0139312744140625, + -0.0092010498046875, + 0.02069091796875, + 0.00925445556640625, + 0.063232421875, + 0.034515380859375, + -0.0169525146484375, + 0.04595947265625, + -0.0019235610961914062, + 0.00009542703628540039, + 0.05322265625, + -0.01029205322265625, + 0.047607421875, + 0.01486968994140625, + -0.012786865234375, + -0.01715087890625, + 0.029937744140625, + 0.018402099609375, + -0.041168212890625, + -0.005199432373046875, + 0.054901123046875, + -0.020477294921875, + -0.0140380859375, + -0.0274505615234375, + -0.031402587890625, + 0.029937744140625, + -0.01413726806640625, + -0.0130462646484375, + 0.0013513565063476562, + 0.0033016204833984375, + -0.0665283203125, + 0.0029888153076171875, + 0.0140380859375, + 0.00015437602996826172, + 0.01091766357421875, + 0.037841796875, + -0.0189208984375, + -0.051971435546875, + 0.032440185546875, + 0.007381439208984375, + 0.01922607421875, + -0.01273345947265625, + 0.034515380859375, + 0.000896453857421875, + -0.0282745361328125, + 0.04656982421875, + 0.012420654296875, + 0.0213165283203125, + 0.00556182861328125, + -0.033050537109375, + 0.039703369140625, + -0.0357666015625, + 0.019134521484375, + 0.057373046875, + -0.03680419921875, + 0.0112762451171875, + -0.0013446807861328125, + 0.022979736328125, + 0.049072265625, + -0.0286865234375, + -0.00862884521484375, + -0.07818603515625, + 0.004520416259765625, + -0.05218505859375, + -0.0167388916015625, + -0.009613037109375, + -0.054046630859375, + 0.031402587890625, + -0.06280517578125, + -0.009613037109375, + -0.01247406005859375, + 0.00914764404296875, + -0.01538848876953125, + 0.056549072265625, + -0.0114898681640625, + -0.05218505859375, + -0.016845703125, + 0.054473876953125, + 0.0010652542114257812, + -0.00478363037109375, + -0.00467681884765625, + 0.0295257568359375, + -0.0072784423828125, + 0.01018524169921875, + -0.056976318359375, + 0.0170440673828125, + 0.0357666015625, + 0.0238037109375, + 0.0270233154296875, + -0.0175628662109375, + 0.0169525146484375, + -0.0190277099609375, + 0.0328369140625, + -0.035552978515625, + -0.00045800209045410156, + -0.0149688720703125, + 0.007328033447265625, + -0.00992584228515625, + -0.08026123046875, + -0.0189208984375, + 0.0301513671875, + -0.005950927734375, + 0.0010528564453125, + 0.0021305084228515625, + -0.048858642578125, + -0.0044708251953125, + -0.01641845703125, + 0.001422882080078125, + 0.03533935546875, + 0.048248291015625, + -0.033050537109375, + 0.0018587112426757812, + -0.01018524169921875, + 0.01413726806640625, + -0.0224609375, + -0.05780029296875, + -0.0249481201171875, + -0.0190277099609375, + -0.0265045166015625, + -0.0197601318359375, + 0.033050537109375, + -0.029937744140625, + 0.0236968994140625, + -0.01018524169921875, + 0.00045800209045410156, + -0.0256805419921875, + -0.03680419921875, + 0.028076171875, + -0.0154876708984375, + -0.02484130859375, + -0.01538848876953125, + 0.050323486328125, + -0.0032749176025390625, + 0.010498046875, + -0.005222320556640625, + -0.01507568359375, + -0.0399169921875, + 0.01284027099609375, + -0.0133056640625, + 0.01195526123046875, + -0.0165252685546875, + 0.04949951171875, + 0.039093017578125, + 0.0249481201171875, + 0.01132965087890625, + 0.0526123046875, + 0.01507568359375, + -0.042205810546875, + -0.0133056640625, + -0.006031036376953125, + 0.00899505615234375, + 0.023284912109375, + -0.0246429443359375, + -0.0202789306640625, + 0.005222320556640625, + -0.0037689208984375, + 0.004627227783203125, + 0.0293121337890625, + 0.03887939453125, + 0.0264129638671875, + -0.0455322265625, + 0.0015659332275390625, + 0.059478759765625, + -0.0108642578125, + 0.10272216796875, + -0.00925445556640625, + -0.040740966796875, + 0.0254669189453125, + 0.0455322265625, + -0.0177764892578125, + 0.0053558349609375, + 0.033905029296875, + -0.00275421142578125, + 0.0010328292846679688, + 0.009307861328125, + 0.00696563720703125, + 0.035552978515625, + -0.0008087158203125, + 0.0013055801391601562, + 0.005924224853515625, + -0.0120086669921875, + 0.0256805419921875, + 0.033477783203125, + 0.0181884765625, + 0.010711669921875, + 0.050323486328125, + -0.0419921875, + -0.0236968994140625, + -0.032012939453125, + -0.0848388671875, + 0.008209228515625, + 0.026824951171875, + 0.039520263671875, + 0.0517578125, + -0.0372314453125, + -0.063232421875, + 0.0174713134765625, + -0.0107574462890625, + 0.068603515625, + 0.021514892578125, + 0.01486968994140625, + 0.007328033447265625, + -0.0063934326171875, + -0.00940704345703125, + 0.03118896484375, + 0.004055023193359375, + 0.00904083251953125, + 0.0316162109375, + 0.0517578125, + 0.000009834766387939453, + -0.0284881591796875, + 0.007122039794921875, + 0.0188140869140625, + 0.0282745361328125, + 0.006862640380859375, + 0.022552490234375, + 0.0228729248046875, + 0.0125274658203125, + -0.001617431640625, + 0.06195068359375, + 0.01641845703125, + 0.005588531494140625, + 0.02276611328125, + -0.012939453125, + 0.0223541259765625, + -0.0428466796875, + 0.0106048583984375, + 0.005405426025390625, + -0.0177764892578125, + 0.0079498291015625, + 0.043670654296875, + -0.0706787109375, + 0.0190277099609375, + 0.040740966796875, + -0.064453125, + 0.04388427734375, + 0.025360107421875, + -0.0245361328125, + 0.00701904296875, + -0.01180267333984375, + -0.05322265625, + 0.016326904296875, + -0.0140380859375, + -0.046173095703125, + 0.0036640167236328125, + 0.020477294921875, + -0.0673828125, + -0.038055419921875, + -0.04345703125, + -0.01154327392578125, + 0.0017671585083007812, + -0.03741455078125, + 0.04095458984375, + -0.01158905029296875, + -0.0007863044738769531, + 0.0343017578125, + 0.050537109375, + 0.00665283203125, + -0.0316162109375, + 0.044921875, + -0.036163330078125, + -0.07861328125, + 0.05010986328125, + -0.01372528076171875, + 0.060699462890625, + -0.036163330078125, + -0.0200653076171875, + 0.0011959075927734375, + 0.0007343292236328125, + 0.01372528076171875, + 0.022979736328125, + -0.046356201171875, + -0.022552490234375, + -0.03887939453125, + 0.047393798828125, + 0.005718231201171875, + 0.036376953125, + -0.022247314453125, + -0.0305633544921875, + 0.0185089111328125, + -0.06195068359375, + -0.044708251953125, + -0.0112762451171875, + 0.006160736083984375, + -0.012786865234375, + 0.07611083984375, + -0.0251617431640625, + -0.0185089111328125, + -0.00665283203125, + 0.048248291015625, + 0.0100860595703125, + 0.0029754638671875, + -0.0455322265625, + 0.032012939453125, + 0.048248291015625, + -0.0673828125, + -0.00774383544921875, + -0.00826263427734375, + 0.00310516357421875, + 0.037841796875, + -0.054901123046875, + 0.01013946533203125, + 0.00909423828125, + -0.0706787109375, + -0.034088134765625, + -0.005771636962890625, + -0.005771636962890625, + -0.041778564453125, + -0.02587890625, + 0.04345703125, + -0.0126800537109375, + 0.028076171875, + 0.003742218017578125, + 0.0044708251953125, + 0.00811004638671875, + -0.00460052490234375, + -0.01861572265625, + 0.02099609375, + -0.06781005859375, + -0.0196533203125, + -0.0211029052734375, + 0.0384521484375, + -0.01029205322265625, + 0.018402099609375, + -0.0035858154296875, + -0.00644683837890625, + 0.05322265625, + -0.054473876953125, + -0.0198516845703125, + 0.01273345947265625, + -0.02764892578125, + -0.0251617431640625, + -0.01003265380859375, + 0.0195465087890625, + 0.004703521728515625, + 0.0116424560546875, + 0.004001617431640625, + 0.061553955078125, + -0.026092529296875, + 0.0419921875, + 0.0167388916015625, + 0.000896453857421875, + 0.01424407958984375, + 0.008941650390625, + 0.0005130767822265625, + 0.00319671630859375, + 0.034942626953125, + -0.00036716461181640625, + -0.037841796875, + -0.071533203125, + 0.03326416015625, + 0.0316162109375, + 0.00284576416015625, + -0.017669677734375, + -0.046173095703125, + -0.0496826171875, + -0.0196533203125, + 0.0511474609375, + 0.0303497314453125, + 0.01018524169921875, + -0.02349853515625, + -0.0165252685546875, + -0.0218353271484375, + 0.00004851818084716797, + 0.0303497314453125, + 0.007434844970703125, + 0.01132965087890625, + -0.022979736328125, + -0.049285888671875, + 0.012939453125, + 0.00665283203125, + 0.028076171875, + 0.036163330078125, + 0.0197601318359375, + -0.01486968994140625, + 0.00982666015625, + -0.0200653076171875, + -0.01206207275390625, + -0.0011568069458007812, + 0.0005130767822265625, + 0.0130462646484375, + -0.0179901123046875, + -0.0197601318359375, + 0.01424407958984375, + 0.008209228515625, + 0.003093719482421875, + -0.0016632080078125, + 0.008056640625, + 0.03118896484375, + -0.01641845703125, + 0.05572509765625, + -0.039306640625, + -0.0384521484375, + -0.0044708251953125, + -0.007171630859375, + 0.0372314453125, + 0.04949951171875, + 0.0033130645751953125, + -0.034088134765625, + 0.0029754638671875, + 0.037841796875, + 0.004184722900390625, + -0.054046630859375, + -0.009979248046875, + 0.01611328125, + -0.00670623779296875, + 0.060302734375, + 0.03326416015625, + 0.09063720703125, + 0.00873565673828125, + 0.0092010498046875, + 0.0328369140625, + 0.04803466796875, + 0.019134521484375, + -0.022247314453125, + -0.045318603515625, + -0.0238037109375, + -0.001247406005859375, + -0.0384521484375, + -0.042205810546875, + -0.0013713836669921875, + 0.07232666015625, + -0.056976318359375, + 0.0022735595703125, + -0.0022602081298828125, + 0.0006561279296875, + 0.002170562744140625, + 0.01486968994140625, + -0.01154327392578125, + 0.02099609375, + 0.040557861328125, + -0.031402587890625, + 0.0238037109375, + -0.033905029296875, + 0.0270233154296875, + 0.0706787109375, + 0.021209716796875, + -0.0114898681640625, + 0.035552978515625, + 0.0097198486328125, + 0.03472900390625, + 0.03118896484375, + 0.0413818359375, + 0.0295257568359375, + 0.01528167724609375, + 0.0582275390625, + 0.051971435546875, + -0.009979248046875, + -0.01117706298828125, + 0.0282745361328125, + 0.0245361328125, + 0.0419921875, + 0.060699462890625, + 0.0056915283203125, + 0.0305633544921875, + -0.0029239654541015625, + -0.050323486328125, + 0.0088348388671875, + 0.01325225830078125, + 0.0196533203125, + -0.03326416015625, + -0.03472900390625, + -0.0021190643310546875, + -0.03326416015625, + 0.0242156982421875, + 0.0207977294921875, + -0.030975341796875, + -0.0203704833984375, + 0.035980224609375, + -0.01413726806640625, + -0.05010986328125, + 0.00847625732421875, + -0.01247406005859375, + -0.0322265625, + -0.035125732421875, + -0.0233917236328125, + 0.032440185546875, + -0.0193328857421875, + -0.0455322265625, + -0.0251617431640625, + 0.0274505615234375, + -0.005405426025390625, + -0.0440673828125, + -0.0244293212890625, + 0.028900146484375, + -0.007537841796875, + -0.056976318359375, + -0.03741455078125, + -0.033905029296875, + 0.01641845703125, + -0.0440673828125, + 0.0036640167236328125, + -0.034515380859375, + -0.03741455078125, + -0.01538848876953125, + -0.016632080078125, + -0.015899658203125, + 0.01221466064453125, + -0.045745849609375, + 0.049285888671875, + 0.0149688720703125, + 0.02587890625, + 0.03326416015625, + 0.06817626953125, + 0.004833221435546875, + -0.01195526123046875, + -0.0205841064453125, + -0.074462890625, + -0.0160064697265625, + 0.00914764404296875, + -0.00293731689453125, + -0.05572509765625, + 0.0012407302856445312, + 0.059051513671875, + -0.056549072265625, + 0.0218353271484375, + -0.01538848876953125, + -0.01580810546875, + -0.054473876953125, + 0.00421142578125, + -0.00847625732421875, + 0.01788330078125, + 0.099365234375, + -0.020477294921875, + -0.005069732666015625, + -0.01465606689453125, + -0.03533935546875, + 0.0706787109375, + -0.002170562744140625, + 0.027862548828125, + -0.036590576171875, + 0.0079498291015625, + 0.0241241455078125, + -0.0202789306640625, + 0.021514892578125, + -0.07025146484375, + 0.0213165283203125, + 0.04095458984375, + 0.0274505615234375, + -0.01154327392578125, + -0.01413726806640625, + -0.047393798828125, + -0.02349853515625, + -0.032012939453125, + 0.0301513671875, + 0.026824951171875, + 0.004886627197265625, + -0.034088134765625, + 0.00878143310546875, + 0.0203704833984375, + -0.05364990234375, + -0.0526123046875, + -0.03326416015625, + 0.03826904296875, + -0.0093536376953125, + -0.0384521484375, + 0.043243408203125, + 0.0284881591796875, + 0.005535125732421875, + 0.006809234619140625, + 0.06280517578125, + -0.037841796875, + -0.003612518310546875, + 0.01372528076171875, + -0.0010652542114257812, + -0.0077972412109375, + -0.0003249645233154297, + 0.01424407958984375, + -0.003925323486328125, + 0.0190277099609375, + -0.039520263671875, + 0.033905029296875, + 0.04595947265625, + -0.054901123046875, + -0.074462890625, + -0.05780029296875, + -0.0081634521484375, + -0.004703521728515625, + -0.02764892578125, + 0.0236968994140625, + -0.0006365776062011719, + -0.01861572265625, + -0.110595703125, + 0.032012939453125, + -0.01476287841796875, + 0.01351165771484375, + 0.006134033203125, + -0.05072021484375, + -0.0526123046875, + -0.0673828125, + -0.00574493408203125, + 0.02142333984375, + -0.0264129638671875, + 0.0307769775390625, + -0.012786865234375, + 0.01580810546875, + 0.01158905029296875, + -0.01361846923828125, + 0.00328826904296875, + 0.050323486328125, + 0.01226806640625, + -0.0307769775390625, + 0.057373046875, + -0.030975341796875, + 0.00548553466796875, + -0.0006628036499023438, + 0.003093719482421875, + 0.0002551078796386719, + -0.0286865234375, + -0.008209228515625, + 0.0036640167236328125, + 0.040557861328125, + 0.02069091796875, + -0.0241241455078125, + 0.0205841064453125, + -0.029937744140625, + 0.02911376953125, + 0.0134124755859375, + -0.0198516845703125, + 0.01413726806640625, + 0.0108642578125, + -0.03533935546875, + -0.005718231201171875, + -0.04241943359375, + -0.06781005859375, + 0.0216217041015625, + -0.047393798828125, + -0.0236053466796875, + 0.00434112548828125, + 0.03826904296875, + 0.00556182861328125, + -0.0207977294921875, + 0.0196533203125, + -0.04095458984375, + 0.0109710693359375, + -0.025360107421875, + 0.013824462890625, + 0.010711669921875, + 0.00904083251953125, + 0.01861572265625, + -0.0284881591796875, + 0.0093536376953125, + -0.001644134521484375, + 0.006603240966796875, + -0.0274505615234375, + -0.016845703125, + -0.010498046875, + 0.002780914306640625, + -0.06695556640625, + -0.0134124755859375, + 0.0157012939453125, + 0.0316162109375, + 0.00878143310546875, + -0.00977325439453125, + 0.041595458984375, + -0.0154876708984375, + -0.054473876953125, + 0.019439697265625, + -0.006053924560546875, + -0.03326416015625, + 0.0188140869140625, + -0.0016241073608398438, + 0.00878143310546875, + 0.0109710693359375, + 0.025360107421875, + 0.03326416015625, + 0.0244293212890625, + 0.00670623779296875, + -0.029937744140625, + -0.01309967041015625, + -0.032012939453125, + 0.00966644287109375, + 0.0272369384765625, + 0.020172119140625, + -0.0041046142578125, + 0.02069091796875, + -0.00701904296875, + -0.07403564453125, + -0.02764892578125, + -0.0228729248046875, + -0.07525634765625, + 0.01029205322265625, + 0.06817626953125, + 0.007694244384765625, + -0.0077972412109375, + 0.034942626953125, + 0.06195068359375, + 0.031402587890625, + 0.0100860595703125, + -0.00899505615234375, + -0.06817626953125, + -0.0052490234375, + -0.004520416259765625, + 0.0114898681640625, + -0.06695556640625, + 0.03741455078125, + 0.064453125, + -0.0193328857421875, + -0.0305633544921875, + -0.007587432861328125, + -0.005458831787109375, + 0.01641845703125, + 0.01091766357421875, + -0.0024566650390625, + -0.0623779296875, + 0.007694244384765625, + 0.0228729248046875, + -0.00023066997528076172, + 0.0055084228515625, + -0.03369140625, + -0.0102386474609375, + 0.04510498046875, + -0.0665283203125, + 0.00013887882232666016, + 0.01995849609375, + 0.04595947265625, + 0.0134124755859375, + -0.02142333984375, + -0.0469970703125, + 0.058624267578125, + 0.025360107421875, + -0.02276611328125, + 0.023284912109375, + 0.01055145263671875, + -0.012939453125, + 0.0216217041015625, + 0.05364990234375, + 0.0228729248046875, + 0.032012939453125, + 0.0162200927734375, + -0.064453125, + 0.006420135498046875, + -0.00022745132446289062, + -0.0012149810791015625, + 0.020172119140625, + -0.035980224609375, + -0.024322509765625, + -0.06195068359375, + 0.0428466796875, + -0.004573822021484375, + 0.0130462646484375, + 0.0001380443572998047, + -0.01081085205078125, + 0.00267791748046875, + 0.0272369384765625, + 0.0160064697265625, + 0.0251617431640625, + 0.04510498046875, + 0.00940704345703125, + 0.0284881591796875, + 0.006366729736328125, + 0.0036640167236328125, + -0.023284912109375, + 0.03887939453125, + -0.054901123046875, + -0.0307769775390625, + -0.0419921875, + -0.0022735595703125, + 0.010498046875, + -0.00644683837890625, + -0.0027294158935546875, + -0.0286865234375, + 0.015594482421875, + -0.017669677734375, + -0.030975341796875, + -0.005092620849609375, + 0.051971435546875, + -0.06402587890625, + 0.0384521484375, + 0.0172576904296875, + -0.0195465087890625, + -0.005588531494140625, + -0.03472900390625, + 0.08856201171875, + 0.0307769775390625, + 0.0004515647888183594, + -0.006755828857421875, + 0.0301513671875, + 0.0012607574462890625, + 0.035980224609375, + 0.0079498291015625, + -0.0003037452697753906, + -0.01424407958984375, + 0.03680419921875, + 0.042205810546875, + -0.011749267578125, + -0.036163330078125, + 0.0303497314453125, + 0.01247406005859375, + -0.044281005859375, + 0.0428466796875, + 0.008575439453125, + 0.0053558349609375, + 0.007328033447265625, + -0.002872467041015625, + -0.0111236572265625, + -0.047210693359375, + 0.043670654296875, + 0.006755828857421875, + -0.0017805099487304688, + 0.0305633544921875, + -0.06903076171875, + 0.04656982421875, + 0.01206207275390625, + 0.06488037109375, + -0.0413818359375, + 0.04864501953125, + 0.004573822021484375, + -0.0252685546875, + -0.01184844970703125, + 0.0211029052734375, + -0.0014362335205078125, + 0.027862548828125, + -0.0134124755859375, + 0.057373046875, + 0.0165252685546875, + -0.021514892578125, + -0.0765380859375, + -0.006862640380859375, + 0.016632080078125, + -0.0031452178955078125, + 0.022552490234375, + -0.0526123046875, + -0.0031452178955078125, + -0.006862640380859375, + 0.01486968994140625, + 0.09063720703125, + -0.00537872314453125, + 0.0265045166015625, + 0.0233917236328125, + -0.01788330078125, + -0.0208892822265625, + -0.0022487640380859375 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis" + ], + "phases": [ + "data-collection", + "examination" + ], + "tags": [ + "command-line", + "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_Eric_Zimmerman_Tools", + "type": "tool", + "name": "Eric Zimmerman Tools", + "content": "eric zimmerman tools die tool-suite des windows-forensik-gurus eric zimmerman dekodiert windows-artefakte mit unübertroffener präzision. jedes tool ein spezialist: shellbags explorer zeigt ordner-zugriffe, pecmd parst prefetch für programm-ausführungen, amcacheparser findet programm- installationen, jumplistexplorer enthüllt recent documents. registry explorer mit bookmarks und plugins. mftecmd extrahiert ntfs-metadaten. timeline explorer visualisiert csv-output aller tools gemeinsam. kape orchestriert die tool-collection. besonders wertvoll: ständige updates für neue windows-versionen und cloud-artefakte wie onedrive. die kommandozeilen-tools ermöglichen batch-processing. kostenlos aber spenden erwünscht. die aktive community im discord teilt erfahrungen. dokumentation durch cheat-sheets und blog-posts. 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 incident-response static-investigations malware-analysis examination analysis", + "embedding": [ + -0.044464111328125, + 0.0189208984375, + 0.056549072265625, + -0.02008056640625, + 0.032958984375, + 0.02496337890625, + 0.00858306884765625, + 0.01413726806640625, + -0.0110626220703125, + 0.01111602783203125, + -0.039794921875, + 0.061614990234375, + 0.01087188720703125, + 0.0017061233520507812, + -0.05303955078125, + 0.053436279296875, + -0.00799560546875, + -0.00487518310546875, + 0.0142364501953125, + -0.005092620849609375, + -0.0401611328125, + -0.00858306884765625, + -0.043304443359375, + -0.00833892822265625, + 0.0013828277587890625, + 0.03216552734375, + -0.0120391845703125, + -0.062408447265625, + -0.0232086181640625, + 0.00823974609375, + 0.017547607421875, + -0.0171661376953125, + 0.0153045654296875, + 0.0181427001953125, + -0.00760650634765625, + -0.00965118408203125, + 0.0104827880859375, + -0.059661865234375, + -0.0276947021484375, + 0.06671142578125, + -0.022918701171875, + 0.02008056640625, + 0.019989013671875, + -0.00638580322265625, + -0.028076171875, + -0.03900146484375, + 0.00818634033203125, + -0.0005817413330078125, + 0.009552001953125, + -0.0192108154296875, + 0.033538818359375, + 0.004680633544921875, + 0.000013709068298339844, + -0.01413726806640625, + -0.0253448486328125, + 0.0109710693359375, + 0.004558563232421875, + -0.0085296630859375, + -0.04718017578125, + 0.0372314453125, + -0.04095458984375, + -0.0008349418640136719, + -0.009307861328125, + -0.0181427001953125, + 0.00030159950256347656, + 0.0153045654296875, + -0.003681182861328125, + -0.0157928466796875, + 0.0067291259765625, + 0.003875732421875, + -0.0019130706787109375, + -0.01482391357421875, + -0.0247650146484375, + 0.036285400390625, + -0.021453857421875, + -0.06744384765625, + 0.007068634033203125, + 0.02691650390625, + 0.0053863525390625, + 0.0036563873291015625, + -0.05499267578125, + -0.0061187744140625, + 0.05499267578125, + -0.026519775390625, + -0.00572967529296875, + 0.0302276611328125, + 0.0223236083984375, + 0.0211639404296875, + 0.006191253662109375, + -0.0112152099609375, + 0.01316070556640625, + -0.0016574859619140625, + 0.00287628173828125, + -0.0201873779296875, + 0.05108642578125, + 0.06707763671875, + -0.00760650634765625, + -0.0010728836059570312, + -0.020477294921875, + 0.04486083984375, + 0.02008056640625, + -0.035308837890625, + 0.0635986328125, + -0.00414276123046875, + 0.0286712646484375, + -0.02056884765625, + 0.027099609375, + -0.03179931640625, + -0.0263214111328125, + -0.0203704833984375, + -0.10064697265625, + -0.03900146484375, + -0.01033782958984375, + -0.06121826171875, + -0.00965118408203125, + 0.004337310791015625, + 0.016571044921875, + 0.033935546875, + -0.0391845703125, + -0.0401611328125, + 0.0171661376953125, + -0.0023040771484375, + 0.0006670951843261719, + -0.0018644332885742188, + -0.047393798828125, + -0.06475830078125, + -0.00572967529296875, + 0.036651611328125, + -0.0257415771484375, + -0.030426025390625, + -0.0292510986328125, + -0.0302276611328125, + -0.0184326171875, + -0.032379150390625, + -0.013946533203125, + -0.0095062255859375, + 0.038818359375, + 0.0137481689453125, + -0.0102386474609375, + -0.004852294921875, + 0.037628173828125, + -0.04583740234375, + -0.05419921875, + -0.0169677734375, + -0.0557861328125, + 0.00994873046875, + -0.007701873779296875, + 0.046417236328125, + -0.024566650390625, + 0.02154541015625, + -0.016571044921875, + 0.0182342529296875, + 0.048370361328125, + 0.00765228271484375, + 0.0237884521484375, + -0.055389404296875, + -0.0171661376953125, + -0.01491546630859375, + 0.0308074951171875, + 0.004169464111328125, + -0.0178375244140625, + 0.012481689453125, + -0.0179443359375, + 0.026123046875, + -0.0142364501953125, + -0.0411376953125, + -0.03997802734375, + 0.0267181396484375, + -0.0030460357666015625, + 0.0130615234375, + 0.02105712890625, + -0.01189422607421875, + 0.050689697265625, + 0.07177734375, + -0.0026569366455078125, + 0.0192108154296875, + -0.00414276123046875, + 0.0161895751953125, + 0.04583740234375, + 0.039794921875, + -0.01560211181640625, + -0.0079498291015625, + 0.0308074951171875, + -0.01433563232421875, + 0.0142364501953125, + 0.00499725341796875, + -0.01959228515625, + -0.01959228515625, + -0.026123046875, + 0.02349853515625, + -0.0372314453125, + -0.0518798828125, + -0.0007219314575195312, + 0.032745361328125, + 0.027496337890625, + 0.06591796875, + 0.00891876220703125, + -0.0015840530395507812, + 0.047393798828125, + -0.004413604736328125, + 0.007457733154296875, + 0.02252197265625, + -0.0233001708984375, + 0.06475830078125, + 0.01091766357421875, + 0.0152130126953125, + -0.0052642822265625, + 0.048370361328125, + 0.037841796875, + -0.036651611328125, + -0.02593994140625, + 0.06982421875, + -0.007411956787109375, + -0.0251617431640625, + -0.0247650146484375, + -0.0257415771484375, + 0.022125244140625, + -0.006824493408203125, + -0.01462554931640625, + -0.00858306884765625, + -0.0207672119140625, + -0.06475830078125, + 0.0003533363342285156, + 0.031005859375, + -0.032562255859375, + 0.035308837890625, + 0.017059326171875, + -0.033935546875, + -0.039581298828125, + 0.0036067962646484375, + 0.0272979736328125, + 0.00940704345703125, + -0.00336456298828125, + 0.027496337890625, + 0.002887725830078125, + -0.034332275390625, + 0.0643310546875, + 0.0272979736328125, + 0.0312042236328125, + -0.0122833251953125, + -0.021942138671875, + 0.03509521484375, + -0.026519775390625, + 0.029449462890625, + 0.0251617431640625, + -0.0153045654296875, + 0.006191253662109375, + 0.002620697021484375, + 0.038818359375, + 0.029052734375, + -0.034332275390625, + 0.00018286705017089844, + -0.06939697265625, + -0.00013637542724609375, + -0.053436279296875, + -0.0401611328125, + -0.024078369140625, + -0.04095458984375, + 0.0469970703125, + -0.04290771484375, + -0.0267181396484375, + -0.0025463104248046875, + 0.0079498291015625, + -0.00760650634765625, + 0.0411376953125, + 0.007411956787109375, + -0.0213470458984375, + 0.0085296630859375, + 0.06549072265625, + 0.001529693603515625, + -0.00887298583984375, + -0.0119476318359375, + 0.007801055908203125, + -0.010772705078125, + 0.0212554931640625, + -0.0157012939453125, + -0.00711822509765625, + 0.05615234375, + 0.0217437744140625, + 0.00818634033203125, + -0.0198974609375, + 0.026123046875, + -0.01335906982421875, + 0.01433563232421875, + -0.036285400390625, + -0.0147247314453125, + 0.0008349418640136719, + 0.016082763671875, + -0.01511383056640625, + -0.07373046875, + -0.02252197265625, + 0.046417236328125, + 0.01218414306640625, + 0.0024127960205078125, + 0.026123046875, + -0.0382080078125, + -0.010772705078125, + -0.00789642333984375, + -0.01267242431640625, + 0.0276947021484375, + 0.042694091796875, + -0.036651611328125, + 0.0127716064453125, + -0.0157012939453125, + 0.017547607421875, + -0.0237884521484375, + -0.07525634765625, + -0.017059326171875, + -0.0007314682006835938, + -0.0440673828125, + -0.0069732666015625, + 0.02789306640625, + -0.00858306884765625, + 0.01491546630859375, + -0.00994873046875, + -0.0024261474609375, + -0.043304443359375, + -0.04290771484375, + 0.0099945068359375, + -0.043487548828125, + -0.03216552734375, + -0.017547607421875, + 0.039581298828125, + 0.00015842914581298828, + 0.00833892822265625, + -0.03216552734375, + -0.01140594482421875, + -0.027496337890625, + 0.010772705078125, + -0.0085296630859375, + 0.0001150369644165039, + -0.023101806640625, + 0.0176544189453125, + 0.032958984375, + 0.021453857421875, + 0.006092071533203125, + 0.049530029296875, + 0.01364898681640625, + -0.040740966796875, + 0.01087188720703125, + -0.00499725341796875, + 0.00324249267578125, + 0.00662994384765625, + -0.0181427001953125, + -0.04290771484375, + -0.01335906982421875, + -0.0198974609375, + 0.02349853515625, + 0.0020236968994140625, + 0.0372314453125, + 0.043487548828125, + -0.052642822265625, + -0.002803802490234375, + 0.074462890625, + -0.006046295166015625, + 0.10064697265625, + -0.0163726806640625, + -0.0198974609375, + 0.0298309326171875, + 0.0104827880859375, + -0.00858306884765625, + -0.0145263671875, + 0.04583740234375, + -0.00818634033203125, + 0.0117034912109375, + 0.034332275390625, + -0.003437042236328125, + 0.01462554931640625, + -0.01540374755859375, + -0.00940704345703125, + 0.0174560546875, + -0.0212554931640625, + 0.0178375244140625, + 0.051483154296875, + 0.0167694091796875, + 0.00010204315185546875, + 0.038818359375, + -0.041717529296875, + -0.032379150390625, + -0.03411865234375, + -0.06866455078125, + -0.004364013671875, + 0.043670654296875, + 0.0253448486328125, + 0.05694580078125, + -0.03607177734375, + -0.08465576171875, + 0.0391845703125, + -0.039581298828125, + 0.08111572265625, + 0.038818359375, + 0.00244903564453125, + 0.031982421875, + -0.031585693359375, + -0.0006184577941894531, + 0.0080413818359375, + 0.01242828369140625, + 0.031402587890625, + 0.0253448486328125, + 0.046600341796875, + 0.0006308555603027344, + -0.023101806640625, + 0.015899658203125, + 0.0298309326171875, + 0.0308074951171875, + -0.00965118408203125, + 0.0276947021484375, + 0.0298309326171875, + 0.01091766357421875, + -0.00989532470703125, + 0.03179931640625, + 0.037628173828125, + -0.00251007080078125, + 0.01287078857421875, + -0.012481689453125, + -0.017059326171875, + -0.04913330078125, + 0.00035953521728515625, + 0.01462554931640625, + -0.004192352294921875, + 0.0286712646484375, + 0.0298309326171875, + -0.0662841796875, + 0.00921630859375, + 0.05499267578125, + -0.05889892578125, + 0.0184326171875, + 0.0372314453125, + -0.0372314453125, + 0.00487518310546875, + -0.0246734619140625, + -0.0489501953125, + 0.029449462890625, + -0.029052734375, + -0.05419921875, + 0.0046539306640625, + 0.00789642333984375, + -0.0421142578125, + -0.0246734619140625, + -0.031402587890625, + -0.0251617431640625, + -0.022430419921875, + -0.003265380859375, + 0.030426025390625, + -0.0013713836669921875, + -0.0022678375244140625, + 0.036865234375, + 0.0557861328125, + -0.01038360595703125, + -0.050689697265625, + 0.05224609375, + -0.003070831298828125, + -0.04620361328125, + 0.0253448486328125, + 0.0206756591796875, + 0.02593994140625, + -0.040557861328125, + -0.0233001708984375, + 0.0069732666015625, + 0.0057525634765625, + -0.026519775390625, + 0.0201873779296875, + -0.039794921875, + -0.03509521484375, + -0.042510986328125, + 0.06549072265625, + -0.003826141357421875, + 0.05108642578125, + 0.0067291259765625, + -0.038421630859375, + 0.033538818359375, + -0.05224609375, + -0.01038360595703125, + -0.023590087890625, + -0.005046844482421875, + -0.019989013671875, + 0.052642822265625, + -0.02789306640625, + -0.0372314453125, + -0.0015172958374023438, + 0.048736572265625, + -0.00638580322265625, + 0.023101806640625, + -0.033721923828125, + 0.0237884521484375, + 0.0206756591796875, + -0.0391845703125, + -0.0137481689453125, + -0.02203369140625, + -0.00106048583984375, + 0.04486083984375, + -0.042327880859375, + 0.0009813308715820312, + 0.01287078857421875, + -0.054595947265625, + -0.035675048828125, + -0.0202789306640625, + -0.0132598876953125, + -0.039398193359375, + 0.01540374755859375, + 0.0181427001953125, + 0.00585174560546875, + 0.0286712646484375, + 0.019989013671875, + -0.0022678375244140625, + 0.01067352294921875, + -0.010528564453125, + -0.00940704345703125, + 0.0213470458984375, + -0.07330322265625, + -0.035491943359375, + -0.0243682861328125, + 0.04193115234375, + -0.0227203369140625, + -0.0026073455810546875, + 0.00785064697265625, + -0.007801055908203125, + 0.034332275390625, + -0.034515380859375, + -0.00843048095703125, + -0.0189208984375, + -0.015899658203125, + -0.0263214111328125, + -0.043670654296875, + 0.0137481689453125, + 0.01442718505859375, + -0.0115509033203125, + 0.01413726806640625, + 0.043487548828125, + -0.029052734375, + 0.0179443359375, + 0.0107269287109375, + 0.01540374755859375, + -0.002986907958984375, + -0.002765655517578125, + -0.007801055908203125, + 0.02349853515625, + 0.04095458984375, + -0.01482391357421875, + -0.035675048828125, + -0.08465576171875, + 0.0167694091796875, + 0.0162811279296875, + 0.01442718505859375, + -0.00940704345703125, + -0.06005859375, + -0.05615234375, + -0.0023651123046875, + 0.0401611328125, + 0.009552001953125, + 0.006679534912109375, + -0.0193023681640625, + -0.01540374755859375, + 0.00994873046875, + -0.032379150390625, + 0.03216552734375, + -0.0022907257080078125, + 0.0162811279296875, + -0.005702972412109375, + -0.026123046875, + 0.030426025390625, + 0.01165008544921875, + 0.036468505859375, + 0.041351318359375, + 0.0090179443359375, + -0.00897216796875, + 0.039581298828125, + -0.0164794921875, + -0.003631591796875, + -0.0153045654296875, + -0.0159912109375, + 0.01413726806640625, + -0.016082763671875, + -0.00989532470703125, + 0.004825592041015625, + 0.0004875659942626953, + 0.03179931640625, + -0.0095062255859375, + 0.0097503662109375, + 0.00785064697265625, + -0.037841796875, + 0.06005859375, + -0.038818359375, + -0.003631591796875, + 0.021942138671875, + 0.0003275871276855469, + 0.036468505859375, + 0.05224609375, + 0.0113067626953125, + -0.00858306884765625, + 0.018524169921875, + 0.0401611328125, + -0.0107269287109375, + -0.038604736328125, + -0.043670654296875, + 0.029449462890625, + -0.0024261474609375, + 0.038421630859375, + 0.00848388671875, + 0.07061767578125, + 0.0002148151397705078, + 0.0031452178955078125, + 0.03179931640625, + 0.05499267578125, + 0.040557861328125, + -0.00020110607147216797, + -0.049713134765625, + -0.0267181396484375, + 0.01384735107421875, + -0.0228118896484375, + -0.038421630859375, + 0.009307861328125, + 0.061614990234375, + -0.080322265625, + -0.0237884521484375, + 0.0015354156494140625, + 0.01116180419921875, + -0.0181427001953125, + 0.01861572265625, + -0.032379150390625, + 0.029449462890625, + 0.016571044921875, + -0.046417236328125, + -0.003826141357421875, + -0.0135498046875, + 0.01413726806640625, + 0.040740966796875, + 0.0246734619140625, + -0.0213470458984375, + 0.0157928466796875, + -0.0189208984375, + 0.00872802734375, + 0.0018768310546875, + 0.035675048828125, + 0.0171661376953125, + 0.0236968994140625, + 0.049713134765625, + 0.05615234375, + -0.0193023681640625, + -0.0232086181640625, + 0.0208587646484375, + 0.049713134765625, + 0.059295654296875, + 0.05889892578125, + 0.0082855224609375, + 0.0145263671875, + 0.0177459716796875, + -0.047576904296875, + -0.00638580322265625, + 0.03607177734375, + 0.0018892288208007812, + -0.035675048828125, + -0.042327880859375, + 0.031402587890625, + -0.04388427734375, + 0.01165008544921875, + 0.023895263671875, + -0.0292510986328125, + -0.0120391845703125, + 0.0233001708984375, + -0.03179931640625, + -0.041534423828125, + 0.030426025390625, + -0.01136016845703125, + -0.0312042236328125, + -0.034515380859375, + -0.04193115234375, + 0.039794921875, + -0.01910400390625, + -0.057708740234375, + -0.0162811279296875, + 0.021942138671875, + 0.0007648468017578125, + -0.0192108154296875, + -0.02691650390625, + 0.0233001708984375, + -0.01433563232421875, + -0.04522705078125, + -0.035491943359375, + -0.043487548828125, + 0.0010786056518554688, + -0.006336212158203125, + 0.0115509033203125, + -0.0119476318359375, + -0.02398681640625, + -0.0117034912109375, + -0.0135498046875, + -0.0272979736328125, + 0.0302276611328125, + -0.05419921875, + 0.03900146484375, + 0.00560760498046875, + 0.037628173828125, + 0.022613525390625, + 0.0662841796875, + -0.01482391357421875, + -0.00018894672393798828, + -0.002315521240234375, + -0.053436279296875, + 0.0182342529296875, + 0.02154541015625, + 0.023895263671875, + -0.07135009765625, + -0.005046844482421875, + 0.053436279296875, + -0.0721435546875, + 0.005168914794921875, + 0.0079498291015625, + -0.040557861328125, + -0.04193115234375, + -0.00965118408203125, + -0.0005850791931152344, + 0.0169677734375, + 0.0877685546875, + 0.002826690673828125, + -0.01058197021484375, + -0.00891876220703125, + -0.0499267578125, + 0.059295654296875, + 0.009552001953125, + 0.0253448486328125, + -0.050689697265625, + 0.019012451171875, + 0.01413726806640625, + -0.0192108154296875, + 0.006679534912109375, + -0.07257080078125, + 0.0022907257080078125, + 0.026519775390625, + 0.00006324052810668945, + -0.01258087158203125, + -0.01267242431640625, + -0.043304443359375, + -0.00536346435546875, + -0.0168609619140625, + 0.004314422607421875, + 0.003948211669921875, + 0.01482391357421875, + -0.048736572265625, + -0.00823974609375, + -0.0102386474609375, + -0.034912109375, + -0.041534423828125, + -0.0302276611328125, + 0.0169677734375, + -0.0248565673828125, + -0.06085205078125, + 0.0253448486328125, + 0.01013946533203125, + -0.000621795654296875, + 0.0312042236328125, + 0.056549072265625, + -0.0312042236328125, + -0.00809478759765625, + -0.0017919540405273438, + 0.0272979736328125, + -0.01165008544921875, + 0.00536346435546875, + 0.0017309188842773438, + 0.0253448486328125, + 0.02447509765625, + -0.037841796875, + 0.05108642578125, + 0.0312042236328125, + -0.033721923828125, + -0.059661865234375, + -0.037841796875, + -0.020965576171875, + 0.021453857421875, + -0.035675048828125, + 0.0499267578125, + -0.0002682209014892578, + -0.0189208984375, + -0.0982666015625, + 0.055389404296875, + -0.0188140869140625, + 0.006290435791015625, + 0.0161895751953125, + -0.010772705078125, + -0.06903076171875, + -0.03704833984375, + -0.0213470458984375, + 0.023101806640625, + -0.03179931640625, + 0.030609130859375, + -0.0150146484375, + 0.0183258056640625, + -0.0059967041015625, + -0.004852294921875, + -0.0135498046875, + 0.033538818359375, + 0.030029296875, + -0.038421630859375, + 0.05224609375, + -0.01242828369140625, + 0.012237548828125, + -0.0201873779296875, + 0.00015163421630859375, + 0.009552001953125, + -0.00438690185546875, + -0.00960540771484375, + -0.00867462158203125, + 0.0196990966796875, + 0.03509521484375, + -0.022918701171875, + 0.0127716064453125, + -0.0192108154296875, + 0.02593994140625, + -0.0171661376953125, + -0.0008592605590820312, + 0.02691650390625, + -0.0011339187622070312, + -0.032379150390625, + -0.034515380859375, + -0.04290771484375, + -0.0819091796875, + 0.0253448486328125, + -0.053436279296875, + -0.01560211181640625, + 0.0013036727905273438, + -0.0018157958984375, + 0.017059326171875, + -0.047393798828125, + 0.040374755859375, + -0.0201873779296875, + -0.0207672119140625, + -0.0237884521484375, + 0.0308074951171875, + -0.0020599365234375, + 0.01258087158203125, + 0.01287078857421875, + -0.030609130859375, + 0.018524169921875, + -0.01560211181640625, + 0.00994873046875, + -0.00843048095703125, + -0.0114593505859375, + -0.03900146484375, + -0.00862884521484375, + -0.057708740234375, + -0.02203369140625, + 0.01287078857421875, + 0.03509521484375, + 0.003875732421875, + -0.03704833984375, + 0.0248565673828125, + -0.0161895751953125, + -0.0557861328125, + 0.047393798828125, + -0.0292510986328125, + -0.022918701171875, + -0.005435943603515625, + -0.00305938720703125, + 0.00324249267578125, + 0.01491546630859375, + 0.0469970703125, + 0.06939697265625, + 0.00601959228515625, + 0.0150146484375, + -0.0272979736328125, + -0.0052642822265625, + -0.0251617431640625, + 0.03179931640625, + 0.030609130859375, + 0.0120391845703125, + 0.00760650634765625, + 0.026519775390625, + -0.00823974609375, + -0.10528564453125, + -0.00096893310546875, + -0.0282745361328125, + -0.06707763671875, + 0.026123046875, + 0.07916259765625, + 0.034515380859375, + 0.003192901611328125, + 0.043487548828125, + 0.032562255859375, + 0.028472900390625, + 0.002498626708984375, + -0.0069732666015625, + -0.06201171875, + -0.030609130859375, + 0.0182342529296875, + -0.00687408447265625, + -0.057342529296875, + 0.055389404296875, + 0.04620361328125, + -0.00823974609375, + -0.0122833251953125, + -0.0161895751953125, + 0.000438690185546875, + 0.05303955078125, + 0.01091766357421875, + 0.027496337890625, + -0.07330322265625, + 0.0282745361328125, + 0.02789306640625, + -0.0183258056640625, + 0.0102386474609375, + -0.019500732421875, + -0.032379150390625, + 0.05615234375, + -0.044647216796875, + 0.0184326171875, + -0.00818634033203125, + 0.0662841796875, + 0.0147247314453125, + -0.035888671875, + -0.02593994140625, + 0.0518798828125, + 0.01910400390625, + -0.0174560546875, + 0.0127716064453125, + -0.0216522216796875, + -0.0024871826171875, + 0.032562255859375, + 0.06475830078125, + 0.023406982421875, + 0.0372314453125, + -0.0037059783935546875, + -0.05810546875, + 0.0142364501953125, + -0.0025844573974609375, + -0.00653076171875, + -0.0097503662109375, + -0.05224609375, + -0.028472900390625, + -0.057342529296875, + 0.042694091796875, + 0.00614166259765625, + 0.037628173828125, + 0.0286712646484375, + -0.0172576904296875, + 0.004119873046875, + 0.01433563232421875, + 0.029052734375, + 0.032958984375, + 0.031982421875, + 0.03607177734375, + -0.00789642333984375, + 0.0167694091796875, + 0.004364013671875, + -0.0242767333984375, + 0.0024738311767578125, + -0.02593994140625, + -0.030029296875, + -0.039398193359375, + 0.0019378662109375, + 0.02008056640625, + -0.00872802734375, + 0.01242828369140625, + -0.0440673828125, + 0.02008056640625, + 0.00838470458984375, + -0.05694580078125, + -0.0302276611328125, + 0.0382080078125, + -0.035308837890625, + 0.0302276611328125, + 0.0189208984375, + -0.00118255615234375, + 0.01287078857421875, + -0.07489013671875, + 0.07525634765625, + 0.046600341796875, + 0.037841796875, + -0.004241943359375, + 0.011993408203125, + 0.0247650146484375, + 0.0171661376953125, + 0.01384735107421875, + 0.012237548828125, + -0.0113067626953125, + 0.05108642578125, + 0.06121826171875, + 0.0037059783935546875, + -0.03411865234375, + 0.039398193359375, + -0.0035343170166015625, + -0.038604736328125, + 0.033538818359375, + 0.0228118896484375, + 0.02593994140625, + -0.0157012939453125, + -0.0082855224609375, + 0.00994873046875, + -0.057708740234375, + 0.05224609375, + 0.029052734375, + -0.02203369140625, + 0.03411865234375, + -0.06121826171875, + 0.038818359375, + 0.00916290283203125, + 0.04522705078125, + -0.06201171875, + 0.04486083984375, + -0.0132598876953125, + 0.0242767333984375, + -0.0034618377685546875, + 0.0079498291015625, + -0.00711822509765625, + 0.01189422607421875, + -0.00572967529296875, + 0.052642822265625, + 0.033355712890625, + -0.00799560546875, + -0.04522705078125, + 0.003437042236328125, + 0.0018281936645507812, + 0.0020599365234375, + 0.03179931640625, + -0.03704833984375, + -0.0276947021484375, + 0.003875732421875, + 0.0198974609375, + 0.056549072265625, + -0.0009870529174804688, + 0.023101806640625, + 0.02008056640625, + -0.035888671875, + -0.0028514862060546875, + -0.0058746337890625 + ], + "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" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_tcpdump", + "type": "tool", + "name": "tcpdump", + "content": "tcpdump der 1987 entwickelte packet-sniffer bleibt nach fast 40 jahren das fundamentale tool für netzwerk-troubleshooting und traffic-analysis. die bpf-filter-syntax (berkeley packet filter) ermöglicht chirurgisch präzise packet-selektion: \"host 192.168.1.1 and port 80\". besonders wertvoll: memory-effiziente capture auch bei high-speed-interfaces, ascii/hex-output für quick-analysis, timestamp-precision für timeline-correlation. ring-buffer-mode rotiert captures automatisch. die libpcap-basis macht captures kompatibel zu allen major-analysis-tools. remote-capture via ssh-tunneling für network-forensics. integration in scripts für automatisierte collection. besonders geschätzt: die stabilität auch bei defekten frames, minimaler cpu-overhead, verfügbar auf jedem unix-system ohne installation. der syntax mag archaisch wirken, aber die effizienz ist unübertroffen. basis-skill für jeden netzwerk-forensiker und oft einziges tool in restricted environments. pcap cli network-forensics data-collection", + "embedding": [ + -0.0255584716796875, + 0.0005240440368652344, + 0.01384735107421875, + 0.021270751953125, + 0.0577392578125, + 0.01102447509765625, + 0.000545501708984375, + -0.00970458984375, + -0.0201873779296875, + -0.01004791259765625, + -0.048370361328125, + 0.0290679931640625, + 0.0211639404296875, + 0.0009694099426269531, + -0.040374755859375, + 0.057342529296875, + 0.004924774169921875, + -0.0033893585205078125, + -0.01136016845703125, + 0.01629638671875, + -0.00022399425506591797, + -0.0079498291015625, + -0.0176544189453125, + 0.004169464111328125, + -0.005558013916015625, + 0.0021953582763671875, + 0.00848388671875, + -0.07177734375, + -0.0261383056640625, + 0.031402587890625, + -0.0097503662109375, + -0.0221405029296875, + 0.01531219482421875, + 0.005168914794921875, + -0.0196075439453125, + -0.03570556640625, + 0.032379150390625, + -0.044464111328125, + -0.0300445556640625, + 0.0694580078125, + -0.01136016845703125, + 0.0022678375244140625, + -0.0038280487060546875, + -0.020477294921875, + 0.0014200210571289062, + -0.0290679931640625, + 0.021942138671875, + 0.0062408447265625, + 0.02447509765625, + -0.029449462890625, + 0.043304443359375, + 0.02593994140625, + -0.0018529891967773438, + -0.01151275634765625, + -0.062042236328125, + 0.0306243896484375, + 0.05267333984375, + -0.0241851806640625, + -0.044677734375, + 0.043304443359375, + -0.038818359375, + -0.035125732421875, + -0.00785064697265625, + -0.0300445556640625, + 0.0233154296875, + 0.00946044921875, + -0.027313232421875, + -0.0240020751953125, + -0.007904052734375, + -0.01531219482421875, + 0.0096588134765625, + -0.00872802734375, + -0.0030117034912109375, + 0.01502227783203125, + -0.0180511474609375, + -0.04583740234375, + 0.017364501953125, + 0.015411376953125, + 0.0018777847290039062, + 0.004608154296875, + -0.041351318359375, + 0.0267181396484375, + 0.03179931640625, + -0.0220489501953125, + 0.01019287109375, + 0.0009632110595703125, + 0.041748046875, + -0.00658416748046875, + 0.03375244140625, + 0.0166778564453125, + 0.0236053466796875, + -0.0310211181640625, + 0.03997802734375, + -0.0246734619140625, + 0.034515380859375, + 0.04095458984375, + -0.03277587890625, + -0.024871826171875, + -0.00760650634765625, + 0.0222320556640625, + 0.0221405029296875, + -0.0160980224609375, + 0.0557861328125, + 0.0156097412109375, + 0.0236053466796875, + -0.0194091796875, + 0.0013589859008789062, + -0.004413604736328125, + -0.0215606689453125, + -0.0169677734375, + -0.10614013671875, + -0.031402587890625, + -0.032958984375, + -0.046051025390625, + -0.0017681121826171875, + 0.0081939697265625, + -0.00980377197265625, + 0.049163818359375, + -0.06439208984375, + -0.033172607421875, + 0.01404571533203125, + 0.0012311935424804688, + -0.01384735107421875, + -0.0161895751953125, + -0.045440673828125, + -0.04486083984375, + 0.01384735107421875, + 0.01009368896484375, + -0.038421630859375, + -0.0228271484375, + -0.00980377197265625, + 0.004802703857421875, + -0.0086822509765625, + -0.02789306640625, + 0.0034389495849609375, + -0.0182342529296875, + 0.046051025390625, + -0.0002849102020263672, + -0.00495147705078125, + 0.006439208984375, + 0.039215087890625, + 0.0018529891967773438, + -0.05072021484375, + -0.0255584716796875, + -0.0186309814453125, + -0.01204681396484375, + -0.01190185546875, + 0.053070068359375, + -0.0181427001953125, + -0.004535675048828125, + -0.0316162109375, + 0.0300445556640625, + 0.07293701171875, + 0.01229095458984375, + 0.040191650390625, + -0.058135986328125, + -0.02691650390625, + -0.03375244140625, + 0.032958984375, + -0.047393798828125, + -0.01239013671875, + 0.00736236572265625, + -0.0300445556640625, + 0.0136566162109375, + 0.0117034912109375, + -0.0280914306640625, + -0.0230255126953125, + -0.0159912109375, + -0.006168365478515625, + -0.00931549072265625, + 0.0280914306640625, + 0.0026340484619140625, + 0.0538330078125, + 0.056976318359375, + 0.017364501953125, + -0.0002865791320800781, + -0.0005517005920410156, + -0.0033893585205078125, + 0.002231597900390625, + 0.051116943359375, + -0.0310211181640625, + -0.012969970703125, + 0.05462646484375, + -0.01180267333984375, + 0.0136566162109375, + 0.0038280487060546875, + -0.046234130859375, + -0.00634002685546875, + -0.029266357421875, + 0.0236968994140625, + -0.029449462890625, + -0.038421630859375, + -0.0189208984375, + 0.0232086181640625, + -0.006534576416015625, + 0.0577392578125, + 0.024871826171875, + -0.006778717041015625, + 0.063232421875, + -0.00970458984375, + 0.0172576904296875, + 0.00994873046875, + 0.003902435302734375, + 0.01531219482421875, + 0.020782470703125, + -0.004802703857421875, + -0.0271148681640625, + 0.0126800537109375, + 0.029449462890625, + -0.053070068359375, + -0.0232086181640625, + 0.036468505859375, + -0.021453857421875, + -0.035888671875, + -0.030426025390625, + -0.049346923828125, + 0.0007925033569335938, + -0.01155853271484375, + -0.005168914794921875, + -0.00005412101745605469, + 0.0022563934326171875, + -0.03997802734375, + 0.00907135009765625, + 0.0157012939453125, + -0.01580810546875, + 0.07843017578125, + 0.014923095703125, + -0.031219482421875, + -0.0236968994140625, + 0.0210723876953125, + 0.0165863037109375, + 0.01033782958984375, + -0.0286712646484375, + -0.00804901123046875, + 0.00421905517578125, + -0.034332275390625, + 0.058135986328125, + 0.0499267578125, + 0.00634002685546875, + 0.045257568359375, + -0.022430419921875, + 0.0275115966796875, + -0.0136566162109375, + 0.038818359375, + 0.0017557144165039062, + -0.038055419921875, + 0.00907135009765625, + -0.00197601318359375, + 0.0271148681640625, + 0.06475830078125, + -0.037078857421875, + -0.0084381103515625, + -0.0499267578125, + -0.0152130126953125, + -0.08038330078125, + -0.01107025146484375, + -0.0489501953125, + -0.034912109375, + 0.0316162109375, + 0.004364013671875, + -0.022430419921875, + -0.00531768798828125, + 0.00838470458984375, + -0.03082275390625, + 0.043701171875, + -0.0257568359375, + -0.03179931640625, + -0.00634002685546875, + 0.07611083984375, + -0.005584716796875, + -0.0210723876953125, + -0.01433563232421875, + 0.004730224609375, + -0.0018777847290039062, + 0.00951385498046875, + -0.0206756591796875, + 0.0002727508544921875, + 0.0635986328125, + 0.01209259033203125, + 0.040191650390625, + -0.019500732421875, + -0.01184844970703125, + -0.0017309188842773438, + 0.04058837890625, + -0.0235137939453125, + 0.0306243896484375, + 0.0091705322265625, + -0.00951385498046875, + -0.035491943359375, + -0.07061767578125, + 0.00682830810546875, + 0.01502227783203125, + -0.00109100341796875, + 0.0171661376953125, + 0.01209259033203125, + -0.049163818359375, + 0.0185394287109375, + -0.01082611083984375, + 0.03961181640625, + 0.028289794921875, + 0.043304443359375, + -0.0172576904296875, + 0.00634002685546875, + 0.01453399658203125, + 0.00682830810546875, + -0.02984619140625, + -0.031982421875, + -0.0306243896484375, + 0.0069732666015625, + -0.04486083984375, + -0.03179931640625, + 0.0310211181640625, + -0.0084381103515625, + 0.040771484375, + -0.0027561187744140625, + -0.02789306640625, + -0.0216522216796875, + -0.02593994140625, + 0.01326751708984375, + -0.0213623046875, + -0.04388427734375, + -0.037078857421875, + 0.054229736328125, + 0.0211639404296875, + 0.0222320556640625, + -0.01239013671875, + 0.0267181396484375, + -0.054229736328125, + 0.040771484375, + -0.038818359375, + 0.0196990966796875, + 0.02789306640625, + 0.05657958984375, + 0.037078857421875, + 0.0265350341796875, + 0.034149169921875, + 0.055389404296875, + 0.01053619384765625, + 0.00018286705017089844, + 0.002437591552734375, + 0.0189208984375, + 0.00409698486328125, + 0.046417236328125, + -0.018829345703125, + -0.0194091796875, + -0.0131683349609375, + -0.0175628662109375, + -0.00858306884765625, + 0.033355712890625, + 0.02593994140625, + 0.0271148681640625, + -0.013946533203125, + -0.004146575927734375, + 0.063232421875, + -0.00621795654296875, + 0.06475830078125, + -0.004119873046875, + -0.032196044921875, + 0.016387939453125, + 0.0216522216796875, + -0.0196990966796875, + 0.0179443359375, + 0.039215087890625, + 0.0240936279296875, + 0.004852294921875, + 0.01424407958984375, + 0.01160430908203125, + 0.018829345703125, + -0.0175628662109375, + 0.005435943603515625, + -0.007022857666015625, + -0.0232086181640625, + -0.0198974609375, + 0.0753173828125, + 0.020477294921875, + 0.0015850067138671875, + 0.050323486328125, + -0.01082611083984375, + -0.045654296875, + -0.030242919921875, + -0.056182861328125, + -0.0038776397705078125, + 0.039794921875, + 0.0181427001953125, + 0.05853271484375, + -0.02496337890625, + -0.0616455078125, + 0.00858306884765625, + -0.043121337890625, + 0.09912109375, + 0.06048583984375, + 0.01019287109375, + 0.02984619140625, + -0.0218505859375, + 0.003658294677734375, + 0.0251617431640625, + -0.00446319580078125, + -0.01141357421875, + 0.0792236328125, + 0.0141448974609375, + 0.005096435546875, + -0.0261383056640625, + 0.006046295166015625, + 0.032196044921875, + 0.013458251953125, + 0.0015544891357421875, + 0.056976318359375, + 0.01009368896484375, + 0.0177459716796875, + -0.031982421875, + 0.01239013671875, + 0.040771484375, + -0.02789306640625, + 0.0147247314453125, + -0.002109527587890625, + 0.01082611083984375, + -0.03900146484375, + -0.0020599365234375, + 0.02447509765625, + -0.00760650634765625, + 0.0257568359375, + 0.01502227783203125, + -0.034515380859375, + -0.0296478271484375, + 0.058135986328125, + -0.06085205078125, + 0.017852783203125, + 0.032958984375, + -0.0247802734375, + -0.01404571533203125, + -0.01287841796875, + -0.05267333984375, + 0.0030841827392578125, + -0.046417236328125, + -0.033355712890625, + 0.006534576416015625, + 0.015899658203125, + -0.055023193359375, + -0.019317626953125, + -0.033538818359375, + -0.01433563232421875, + -0.0275115966796875, + -0.0276947021484375, + 0.01092529296875, + 0.0215606689453125, + -0.006389617919921875, + 0.0261383056640625, + 0.036102294921875, + -0.032379150390625, + -0.039215087890625, + 0.055023193359375, + 0.0016336441040039062, + -0.038818359375, + 0.007904052734375, + -0.005924224853515625, + 0.007511138916015625, + -0.036865234375, + -0.0152130126953125, + 0.0011091232299804688, + 0.0009021759033203125, + 0.0218505859375, + 0.0172576904296875, + -0.039215087890625, + -0.0257568359375, + -0.01375579833984375, + 0.0280914306640625, + -0.007411956787109375, + 0.031402587890625, + 0.00006020069122314453, + -0.046417236328125, + 0.025360107421875, + -0.06396484375, + -0.0236053466796875, + 0.0215606689453125, + 0.01068115234375, + -0.019989013671875, + 0.07061767578125, + -0.022918701171875, + 0.00139617919921875, + 0.0079498291015625, + 0.034149169921875, + 0.036865234375, + -0.0074615478515625, + -0.040374755859375, + 0.054229736328125, + 0.0255584716796875, + -0.042327880859375, + -0.025360107421875, + -0.0189208984375, + -0.015899658203125, + 0.03997802734375, + -0.038818359375, + -0.00421905517578125, + -0.015411376953125, + -0.04388427734375, + -0.0271148681640625, + -0.0160980224609375, + -0.01078033447265625, + -0.031219482421875, + -0.0015544891357421875, + 0.04876708984375, + 0.0222320556640625, + 0.0231170654296875, + 0.042724609375, + 0.0165863037109375, + 0.02496337890625, + -0.0019512176513671875, + -0.0230255126953125, + -0.00024390220642089844, + -0.0499267578125, + -0.0187225341796875, + 0.005828857421875, + 0.039398193359375, + -0.02984619140625, + -0.0024509429931640625, + 0.00658416748046875, + -0.008148193359375, + 0.0167694091796875, + -0.06671142578125, + -0.0174560546875, + -0.01287841796875, + -0.0265350341796875, + -0.032196044921875, + -0.026336669921875, + 0.020965576171875, + 0.0261383056640625, + -0.037078857421875, + -0.034515380859375, + 0.033172607421875, + -0.013946533203125, + 0.041168212890625, + 0.020294189453125, + -0.013946533203125, + 0.0021209716796875, + -0.0172576904296875, + 0.0146331787109375, + -0.0157012939453125, + 0.044464111328125, + -0.0316162109375, + -0.0236968994140625, + -0.0714111328125, + 0.01180267333984375, + 0.0003886222839355469, + -0.0230255126953125, + -0.01033782958984375, + -0.041351318359375, + -0.05072021484375, + -0.022918701171875, + 0.0284881591796875, + 0.0182342529296875, + 0.006046295166015625, + -0.031219482421875, + -0.0325927734375, + -0.00707244873046875, + -0.01424407958984375, + 0.0194091796875, + -0.04058837890625, + 0.0286712646484375, + -0.01424407958984375, + -0.04156494140625, + 0.04156494140625, + 0.040374755859375, + 0.033172607421875, + 0.035491943359375, + 0.046051025390625, + -0.00823974609375, + 0.029266357421875, + -0.03082275390625, + -0.033172607421875, + -0.00385284423828125, + -0.0017194747924804688, + 0.023895263671875, + -0.01141357421875, + -0.006679534912109375, + 0.015411376953125, + 0.0236968994140625, + 0.0131683349609375, + 0.01004791259765625, + 0.0032672882080078125, + 0.063232421875, + -0.0131683349609375, + 0.04486083984375, + -0.038818359375, + -0.032379150390625, + -0.01233673095703125, + -0.0005059242248535156, + 0.034515380859375, + 0.033538818359375, + -0.01551055908203125, + -0.0240936279296875, + 0.0247802734375, + 0.060089111328125, + -0.0196990966796875, + -0.0284881591796875, + -0.036865234375, + -0.005023956298828125, + 0.0035610198974609375, + 0.041748046875, + -0.0035839080810546875, + 0.06280517578125, + 0.0159912109375, + -0.000667572021484375, + 0.051513671875, + 0.050323486328125, + 0.042327880859375, + -0.007511138916015625, + -0.0175628662109375, + 0.0157012939453125, + 0.0233154296875, + -0.035888671875, + -0.049346923828125, + -0.02691650390625, + 0.08428955078125, + -0.046234130859375, + -0.016387939453125, + -0.00658416748046875, + -0.007122039794921875, + 0.005634307861328125, + 0.0121917724609375, + -0.031219482421875, + 0.04193115234375, + 0.00536346435546875, + -0.06475830078125, + 0.01355743408203125, + -0.0035114288330078125, + 0.01424407958984375, + 0.07177734375, + 0.041351318359375, + -0.00960540771484375, + 0.0107269287109375, + 0.03863525390625, + 0.056182861328125, + 0.025360107421875, + 0.037841796875, + -0.01102447509765625, + 0.018341064453125, + 0.034149169921875, + 0.054229736328125, + -0.0251617431640625, + -0.01433563232421875, + 0.0245819091796875, + 0.0518798828125, + 0.07025146484375, + 0.05267333984375, + 0.0074615478515625, + -0.0164794921875, + -0.0286712646484375, + -0.0306243896484375, + 0.005096435546875, + -0.0007863044738769531, + -0.0107269287109375, + -0.0218505859375, + -0.045257568359375, + 0.034515380859375, + -0.033538818359375, + 0.0316162109375, + 0.0180511474609375, + -0.0286712646484375, + -0.01141357421875, + 0.040771484375, + -0.0160980224609375, + -0.053436279296875, + 0.03179931640625, + -0.04290771484375, + -0.047210693359375, + -0.01068115234375, + -0.00951385498046875, + 0.050323486328125, + -0.014434814453125, + -0.08270263671875, + -0.01082611083984375, + 0.039794921875, + -0.030426025390625, + -0.032958984375, + -0.0191192626953125, + 0.00926971435546875, + -0.0218505859375, + -0.0233154296875, + -0.06048583984375, + -0.035491943359375, + 0.0017557144165039062, + -0.02691650390625, + 0.0103912353515625, + 0.003536224365234375, + -0.033355712890625, + 0.01029205322265625, + -0.0186309814453125, + -0.01087188720703125, + 0.042144775390625, + -0.046417236328125, + 0.045257568359375, + 0.0271148681640625, + 0.017364501953125, + 0.00955963134765625, + 0.041168212890625, + -0.019500732421875, + -0.013458251953125, + 0.00833892822265625, + -0.07611083984375, + -0.0026454925537109375, + -0.00658416748046875, + 0.0019388198852539062, + -0.0714111328125, + 0.0014142990112304688, + 0.039398193359375, + -0.06243896484375, + 0.018341064453125, + -0.0240936279296875, + -0.0208740234375, + -0.046630859375, + 0.0300445556640625, + -0.0004878044128417969, + 0.004024505615234375, + 0.0850830078125, + 0.027313232421875, + -0.0222320556640625, + 0.0077056884765625, + -0.048583984375, + 0.04156494140625, + 0.0114593505859375, + 0.038818359375, + -0.0271148681640625, + 0.0159912109375, + 0.0290679931640625, + -0.006439208984375, + 0.007266998291015625, + -0.0831298828125, + -0.003292083740234375, + 0.0225372314453125, + 0.0159912109375, + -0.0030727386474609375, + -0.0181427001953125, + -0.04779052734375, + -0.01107025146484375, + -0.0310211181640625, + 0.0231170654296875, + 0.017852783203125, + -0.003925323486328125, + -0.0286712646484375, + 0.00682830810546875, + -0.018341064453125, + -0.055023193359375, + -0.050323486328125, + -0.022918701171875, + 0.03570556640625, + 0.0177459716796875, + -0.06591796875, + 0.0306243896484375, + 0.0255584716796875, + -0.00951385498046875, + 0.013946533203125, + 0.0489501953125, + -0.055389404296875, + -0.0027313232421875, + -0.004047393798828125, + 0.0205841064453125, + 0.00360870361328125, + -0.007904052734375, + 0.01204681396484375, + 0.007167816162109375, + 0.033172607421875, + -0.0159912109375, + 0.03179931640625, + 0.058135986328125, + -0.01009368896484375, + -0.06439208984375, + -0.0201873779296875, + -0.01009368896484375, + 0.0211639404296875, + 0.016387939453125, + 0.04974365234375, + 0.027313232421875, + -0.037841796875, + -0.08233642578125, + 0.023406982421875, + -0.01131439208984375, + 0.031402587890625, + 0.00124359130859375, + -0.01160430908203125, + -0.060089111328125, + -0.042327880859375, + -0.01482391357421875, + 0.019317626953125, + -0.0175628662109375, + 0.04095458984375, + 0.01082611083984375, + -0.01102447509765625, + 0.02789306640625, + -0.0009202957153320312, + 0.004779815673828125, + 0.039398193359375, + 0.0217437744140625, + -0.050323486328125, + 0.0596923828125, + -0.0231170654296875, + 0.0276947021484375, + -0.041351318359375, + 0.00115203857421875, + -0.015899658203125, + 0.0126800537109375, + -0.03900146484375, + -0.03179931640625, + 0.025360107421875, + 0.04388427734375, + 0.000022113323211669922, + -0.00897216796875, + -0.0192108154296875, + 0.0136566162109375, + 0.02691650390625, + -0.013458251953125, + 0.019805908203125, + -0.00312042236328125, + 0.01433563232421875, + -0.040191650390625, + -0.0655517578125, + -0.10614013671875, + 0.00858306884765625, + -0.044677734375, + 0.00324249267578125, + 0.0010480880737304688, + -0.000545501708984375, + 0.0226287841796875, + -0.0210723876953125, + 0.005340576171875, + -0.0079498291015625, + -0.01239013671875, + -0.04974365234375, + 0.00921630859375, + -0.007167816162109375, + 0.0247802734375, + 0.0010671615600585938, + -0.035125732421875, + 0.0189208984375, + 0.0019512176513671875, + -0.0102386474609375, + -0.0316162109375, + 0.0210723876953125, + -0.0221405029296875, + 0.0192108154296875, + -0.07293701171875, + -0.030426025390625, + 0.0176544189453125, + 0.06243896484375, + 0.0306243896484375, + -0.0310211181640625, + 0.05657958984375, + 0.00109100341796875, + -0.08697509765625, + 0.03997802734375, + -0.01326751708984375, + -0.037445068359375, + 0.032196044921875, + -0.0196990966796875, + 0.00936126708984375, + 0.0024013519287109375, + 0.0557861328125, + 0.044281005859375, + 0.0126800537109375, + 0.032379150390625, + -0.0246734619140625, + -0.01126861572265625, + -0.0192108154296875, + 0.0194091796875, + 0.01229095458984375, + 0.030426025390625, + -0.0064849853515625, + 0.0203857421875, + -0.0220489501953125, + -0.09326171875, + -0.0035114288330078125, + -0.035491943359375, + -0.04254150390625, + -0.00970458984375, + 0.061248779296875, + 0.052276611328125, + 0.0009450912475585938, + 0.020782470703125, + 0.034912109375, + 0.0228271484375, + 0.0067291259765625, + -0.0021572113037109375, + -0.051513671875, + -0.013946533203125, + 0.014923095703125, + 0.00799560546875, + -0.060089111328125, + 0.04095458984375, + 0.043701171875, + -0.00756072998046875, + -0.0240020751953125, + 0.0236053466796875, + -0.0034618377685546875, + 0.031402587890625, + 0.029449462890625, + 0.0240936279296875, + -0.060089111328125, + 0.003658294677734375, + 0.006290435791015625, + 0.006439208984375, + 0.002925872802734375, + -0.00511932373046875, + -0.0265350341796875, + 0.0236053466796875, + -0.03570556640625, + 0.016387939453125, + 0.0213623046875, + 0.08233642578125, + 0.01053619384765625, + -0.043487548828125, + -0.0196075439453125, + 0.044677734375, + 0.037445068359375, + -0.0103912353515625, + 0.00984954833984375, + 0.01053619384765625, + -0.003902435302734375, + 0.0261383056640625, + 0.04095458984375, + -0.0014448165893554688, + 0.03375244140625, + 0.01078033447265625, + -0.055389404296875, + 0.020965576171875, + -0.006633758544921875, + 0.0198974609375, + -0.003047943115234375, + -0.01326751708984375, + -0.0286712646484375, + -0.05657958984375, + 0.027313232421875, + 0.031402587890625, + 0.034912109375, + -0.0003337860107421875, + 0.003925323486328125, + 0.0010976791381835938, + -0.01580810546875, + 0.022918701171875, + 0.043304443359375, + 0.0251617431640625, + 0.0102386474609375, + 0.033935546875, + 0.0136566162109375, + -0.004756927490234375, + -0.013458251953125, + 0.031402587890625, + -0.044464111328125, + 0.00911712646484375, + -0.06591796875, + 0.0169677734375, + -0.0007681846618652344, + -0.03863525390625, + -0.00785064697265625, + -0.039215087890625, + 0.022430419921875, + -0.01629638671875, + -0.041351318359375, + 0.0015726089477539062, + 0.05267333984375, + -0.0171661376953125, + 0.0034618377685546875, + 0.0156097412109375, + 0.0036334991455078125, + 0.0203857421875, + -0.046630859375, + 0.05889892578125, + 0.034515380859375, + 0.0196990966796875, + -0.0184326171875, + 0.01200103759765625, + 0.032379150390625, + 0.0102386474609375, + -0.006290435791015625, + 0.042724609375, + -0.04058837890625, + 0.0518798828125, + 0.0211639404296875, + 0.0109710693359375, + -0.033935546875, + 0.0109710693359375, + 0.03082275390625, + -0.03668212890625, + 0.050323486328125, + 0.00994873046875, + 0.00902557373046875, + -0.01629638671875, + 0.007411956787109375, + -0.030242919921875, + -0.04156494140625, + 0.054229736328125, + 0.015899658203125, + 0.00482940673828125, + 0.0184326171875, + -0.05267333984375, + 0.06085205078125, + 0.000743865966796875, + 0.039794921875, + -0.06866455078125, + 0.0325927734375, + -0.0198974609375, + 0.01335906982421875, + -0.003414154052734375, + 0.014923095703125, + -0.00878143310546875, + 0.00809478759765625, + -0.0023288726806640625, + 0.060089111328125, + 0.01102447509765625, + -0.0166778564453125, + -0.051116943359375, + 0.01107025146484375, + 0.0165863037109375, + -0.005340576171875, + -0.0020236968994140625, + -0.058135986328125, + -0.005706787109375, + 0.0275115966796875, + 0.034149169921875, + 0.06048583984375, + 0.00736236572265625, + 0.02984619140625, + -0.00862884521484375, + -0.0030364990234375, + 0.0033397674560546875, + -0.0089263916015625 + ], + "metadata": { + "domains": [ + "network-forensics" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "pcap", + "cli" + ], + "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.0000032782554626464844, + 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_dd", + "type": "tool", + "name": "dd", + "content": "dd das unix-urgestein 'data duplicator' ist seit 1974 der minimalistische standard für bit-genaue datenträger-kopien. keine gui, keine extras - nur pure zuverlässigkeit. die wichtigsten forensischen parameter: conv=noerror,sync für defekte sektoren, bs=4m für optimale performance, status=progress für fortschrittsanzeige. pipe zu hash-tools für simultane verifizierung: dd if=/dev/sda | tee image.raw | md5sum. die einfachheit ist die stärke: funktioniert auf jedem unix-system ohne installation. vorsicht vor klassischen fehlern: if/of-verwechslung zerstört beweise! dcfldd und dc3dd sind forensische weiterentwicklungen mit eingebauter hash-verifizierung. split-feature für fat32-limits: dd if=/dev/sda | split -b 4g. network-imaging via netcat möglich. der respekt vor dd trennt profis von amateuren - ein falscher parameter vernichtet unwiederbringlich daten. immer noch die basis vieler kommerzieller imaging-tools. command-line 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 incident-response static-investigations data-collection", + "embedding": [ + 0.0002942085266113281, + 0.03173828125, + 0.01800537109375, + -0.0095062255859375, + 0.043792724609375, + 0.039703369140625, + 0.004779815673828125, + 0.0115966796875, + 0.01456451416015625, + 0.015777587890625, + -0.0243072509765625, + 0.05194091796875, + 0.0009160041809082031, + -0.0127105712890625, + -0.039520263671875, + 0.030059814453125, + -0.0150299072265625, + -0.007793426513671875, + -0.0013799667358398438, + 0.01308441162109375, + -0.0093231201171875, + 0.000881195068359375, + -0.06048583984375, + 0.0103912353515625, + -0.0078887939453125, + -0.004894256591796875, + -0.03619384765625, + -0.08905029296875, + -0.004222869873046875, + 0.007843017578125, + -0.0178070068359375, + -0.02032470703125, + 0.0171661376953125, + 0.0367431640625, + -0.00171661376953125, + -0.0281982421875, + -0.0010499954223632812, + -0.043792724609375, + -0.01113128662109375, + 0.041015625, + -0.0269012451171875, + 0.005008697509765625, + 0.0270843505859375, + -0.02264404296875, + -0.0114593505859375, + -0.0244903564453125, + 0.016510009765625, + -0.047515869140625, + 0.0008525848388671875, + -0.04119873046875, + 0.0308074951171875, + 0.038421630859375, + 0.0185546875, + -0.0125274658203125, + -0.0460205078125, + 0.020416259765625, + 0.04656982421875, + -0.00890350341796875, + -0.033966064453125, + 0.049346923828125, + -0.037841796875, + -0.00024509429931640625, + -0.01335906982421875, + -0.025054931640625, + -0.0069580078125, + -0.00031304359436035156, + -0.0274658203125, + -0.0293121337890625, + 0.013824462890625, + 0.01837158203125, + 0.00960540771484375, + -0.01438140869140625, + -0.002285003662109375, + 0.018096923828125, + -0.0201263427734375, + -0.043792724609375, + 0.019012451171875, + 0.0269012451171875, + -0.0069122314453125, + -0.004058837890625, + -0.06756591796875, + 0.006725311279296875, + 0.018280029296875, + -0.01308441162109375, + -0.006633758544921875, + 0.013824462890625, + 0.0413818359375, + 0.00142669677734375, + -0.0011949539184570312, + -0.006725311279296875, + 0.01206207275390625, + -0.019012451171875, + 0.00965118408203125, + -0.025604248046875, + 0.03802490234375, + 0.048248291015625, + -0.005008697509765625, + 0.00142669677734375, + 0.0201263427734375, + 0.032470703125, + 0.022735595703125, + -0.020599365234375, + 0.05157470703125, + -0.003177642822265625, + 0.05975341796875, + -0.0181884765625, + 0.005031585693359375, + 0.030242919921875, + -0.02801513671875, + -0.019012451171875, + -0.07757568359375, + -0.0218963623046875, + -0.021148681640625, + -0.058624267578125, + -0.0016813278198242188, + -0.023193359375, + -0.02801513671875, + 0.04620361328125, + -0.03173828125, + -0.025054931640625, + 0.0010499954223632812, + 0.0150299072265625, + 0.0017747879028320312, + 0.0024585723876953125, + -0.053070068359375, + -0.04266357421875, + -0.004940032958984375, + 0.0024471282958984375, + -0.04193115234375, + -0.035797119140625, + -0.015869140625, + -0.0267181396484375, + -0.0274658203125, + -0.02783203125, + 0.00394439697265625, + -0.025787353515625, + 0.043243408203125, + 0.005611419677734375, + -0.0201263427734375, + -0.01428985595703125, + 0.035247802734375, + -0.034881591796875, + -0.052703857421875, + 0.025054931640625, + -0.01354217529296875, + -0.0020294189453125, + -0.0181884765625, + 0.033599853515625, + -0.034881591796875, + -0.0178070068359375, + 0.0175323486328125, + 0.0285797119140625, + 0.047119140625, + -0.01010894775390625, + 0.00853729248046875, + -0.03338623046875, + 0.0016813278198242188, + 0.006122589111328125, + 0.0311737060546875, + -0.0035724639892578125, + -0.025421142578125, + 0.018463134765625, + -0.00858306884765625, + 0.039520263671875, + -0.01099395751953125, + -0.047515869140625, + -0.03619384765625, + -0.006725311279296875, + 0.009002685546875, + 0.00396728515625, + 0.03338623046875, + -0.01354217529296875, + 0.057525634765625, + 0.07904052734375, + 0.023101806640625, + 0.016693115234375, + 0.0017862319946289062, + 0.018829345703125, + 0.0152130126953125, + 0.0285797119140625, + -0.0169830322265625, + -0.02764892578125, + 0.0265350341796875, + -0.007190704345703125, + 0.004291534423828125, + -0.0169830322265625, + -0.0128936767578125, + -0.0005102157592773438, + -0.041015625, + 0.04656982421875, + -0.0270843505859375, + 0.0003695487976074219, + 0.006679534912109375, + 0.0214385986328125, + -0.0092315673828125, + 0.053070068359375, + 0.025970458984375, + -0.0095062255859375, + 0.0406494140625, + -0.0000030994415283203125, + 0.0127105712890625, + -0.004547119140625, + 0.0033626556396484375, + 0.044158935546875, + 0.018463134765625, + -0.0013399124145507812, + -0.007099151611328125, + 0.05157470703125, + 0.038787841796875, + -0.04583740234375, + 0.0008115768432617188, + 0.02783203125, + 0.000980377197265625, + -0.035797119140625, + -0.044891357421875, + -0.01177978515625, + 0.0106658935546875, + -0.00531005859375, + -0.00457000732421875, + -0.025787353515625, + -0.01224517822265625, + -0.042877197265625, + 0.0221710205078125, + 0.0176239013671875, + -0.029876708984375, + 0.053802490234375, + 0.0125274658203125, + -0.0308074951171875, + -0.04974365234375, + 0.0224456787109375, + 0.02783203125, + 0.030426025390625, + -0.01605224609375, + 0.00867462158203125, + 0.0018901824951171875, + -0.0166015625, + 0.038421630859375, + 0.020599365234375, + 0.01206207275390625, + 0.00399017333984375, + -0.038604736328125, + 0.02783203125, + -0.02069091796875, + 0.029876708984375, + 0.006725311279296875, + -0.043975830078125, + 0.0007104873657226562, + 0.0205078125, + 0.0202178955078125, + 0.02032470703125, + -0.05194091796875, + -0.00890350341796875, + -0.0731201171875, + -0.00568389892578125, + -0.044525146484375, + -0.00524139404296875, + -0.05010986328125, + -0.03338623046875, + 0.07159423828125, + -0.025604248046875, + -0.0270843505859375, + 0.0079803466796875, + 0.0265350341796875, + -0.0285797119140625, + 0.03265380859375, + 0.0216217041015625, + -0.05047607421875, + 0.0270843505859375, + 0.07647705078125, + -0.0189208984375, + -0.005706787109375, + -0.035247802734375, + 0.01837158203125, + -0.0024127960205078125, + 0.03802490234375, + -0.036376953125, + -0.01117706298828125, + 0.0003769397735595703, + 0.016510009765625, + 0.005588531494140625, + -0.040069580078125, + -0.013916015625, + -0.010528564453125, + 0.030059814453125, + -0.0374755859375, + -0.007190704345703125, + 0.005451202392578125, + 0.01006317138671875, + -0.0267181396484375, + -0.07086181640625, + 0.0235595703125, + 0.039154052734375, + 0.013641357421875, + -0.0000019669532775878906, + 0.01206207275390625, + -0.043243408203125, + 0.00510406494140625, + -0.0007829666137695312, + -0.007701873779296875, + 0.0197601318359375, + 0.0283966064453125, + -0.020782470703125, + 0.0093231201171875, + -0.0002796649932861328, + 0.000858306884765625, + -0.0224456787109375, + -0.0328369140625, + -0.039886474609375, + -0.020965576171875, + -0.025604248046875, + -0.02801513671875, + -0.0038738250732421875, + -0.04156494140625, + 0.00572967529296875, + -0.007099151611328125, + -0.0083465576171875, + -0.0127105712890625, + -0.040069580078125, + 0.013824462890625, + -0.03173828125, + -0.057891845703125, + -0.0261688232421875, + 0.02801513671875, + -0.0166015625, + -0.0038509368896484375, + -0.01419830322265625, + 0.0001232624053955078, + -0.023101806640625, + -0.0021343231201171875, + -0.023101806640625, + 0.0467529296875, + 0.016693115234375, + 0.053070068359375, + 0.0421142578125, + 0.0281982421875, + 0.02301025390625, + 0.0552978515625, + 0.018463134765625, + -0.007843017578125, + -0.006076812744140625, + -0.01465606689453125, + 0.0328369140625, + 0.030426025390625, + -0.0291290283203125, + -0.0216217041015625, + 0.0093231201171875, + -0.0189208984375, + 0.0267181396484375, + 0.0309906005859375, + 0.02069091796875, + 0.01605224609375, + -0.05902099609375, + -0.0015659332275390625, + 0.0291290283203125, + 0.0151214599609375, + 0.08612060546875, + -0.0149383544921875, + -0.04119873046875, + 0.003757476806640625, + 0.029510498046875, + 0.0003712177276611328, + -0.005031585693359375, + 0.03619384765625, + -0.0016813278198242188, + -0.0004639625549316406, + 0.038970947265625, + 0.0193939208984375, + 0.0192108154296875, + 0.0150299072265625, + -0.00283050537109375, + 0.006866455078125, + 0.003803253173828125, + 0.00751495361328125, + 0.056793212890625, + 0.0261688232421875, + 0.018463134765625, + 0.024871826171875, + -0.0287628173828125, + -0.0178070068359375, + -0.021148681640625, + -0.06939697265625, + 0.005428314208984375, + 0.043426513671875, + 0.01081085205078125, + 0.034698486328125, + -0.01641845703125, + -0.0645751953125, + 0.0003769397735595703, + -0.05120849609375, + 0.07275390625, + 0.038787841796875, + 0.0034332275390625, + 0.025787353515625, + -0.004337310791015625, + 0.0192108154296875, + 0.038787841796875, + -0.006725311279296875, + 0.030059814453125, + 0.025970458984375, + 0.0237579345703125, + 0.0002275705337524414, + -0.037109375, + 0.036376953125, + 0.041748046875, + 0.018463134765625, + 0.009368896484375, + 0.0214385986328125, + -0.006679534912109375, + -0.00649261474609375, + -0.047119140625, + 0.0293121337890625, + 0.0265350341796875, + -0.0225372314453125, + 0.023651123046875, + 0.00591278076171875, + 0.007099151611328125, + -0.034698486328125, + -0.011505126953125, + 0.004940032958984375, + 0.004779815673828125, + 0.0311737060546875, + 0.0274658203125, + -0.05120849609375, + -0.005054473876953125, + 0.047882080078125, + -0.05084228515625, + 0.0189208984375, + 0.004985809326171875, + -0.03656005859375, + 0.03302001953125, + -0.0116424560546875, + -0.0823974609375, + -0.0045928955078125, + -0.025421142578125, + -0.056793212890625, + 0.0181884765625, + 0.056793212890625, + -0.06121826171875, + -0.0285797119140625, + -0.054168701171875, + -0.0223541259765625, + -0.0293121337890625, + -0.0287628173828125, + 0.0413818359375, + 0.0079803466796875, + -0.01605224609375, + 0.02764892578125, + 0.052337646484375, + 0.01345062255859375, + -0.0024242401123046875, + 0.0321044921875, + -0.020416259765625, + -0.072021484375, + 0.0308074951171875, + -0.003803253173828125, + -0.0185546875, + -0.0195770263671875, + -0.025054931640625, + -0.0079345703125, + 0.0102081298828125, + 0.01428985595703125, + 0.0116424560546875, + -0.06719970703125, + -0.034515380859375, + -0.0413818359375, + 0.0270843505859375, + -0.0091400146484375, + 0.0289459228515625, + 0.0235595703125, + -0.043609619140625, + 0.0221710205078125, + -0.049346923828125, + -0.052703857421875, + 0.010345458984375, + -0.0032939910888671875, + -0.030059814453125, + 0.0653076171875, + -0.05120849609375, + 0.01206207275390625, + -0.034332275390625, + 0.03765869140625, + 0.0166015625, + -0.013641357421875, + -0.0289459228515625, + 0.03192138671875, + 0.0313720703125, + -0.03692626953125, + -0.025421142578125, + -0.0413818359375, + -0.0038967132568359375, + 0.03692626953125, + -0.04547119140625, + -0.0169830322265625, + -0.009368896484375, + -0.07049560546875, + -0.05084228515625, + -0.005611419677734375, + -0.03302001953125, + -0.0243072509765625, + 0.01113128662109375, + 0.0545654296875, + 0.006168365478515625, + 0.02264404296875, + 0.01558685302734375, + 0.01233673095703125, + 0.0270843505859375, + -0.0175323486328125, + 0.002040863037109375, + 0.018463134765625, + -0.0556640625, + -0.049346923828125, + -0.016326904296875, + 0.053802490234375, + -0.029510498046875, + -0.0237579345703125, + 0.01006317138671875, + -0.0289459228515625, + 0.030059814453125, + -0.045074462890625, + 0.0016698837280273438, + -0.0263519287109375, + -0.01558685302734375, + -0.04693603515625, + -0.034881591796875, + 0.0115509033203125, + 0.0018787384033203125, + -0.013641357421875, + 0.0104827880859375, + 0.0176239013671875, + -0.04119873046875, + 0.056793212890625, + 0.0149383544921875, + 0.006587982177734375, + -0.006866455078125, + 0.005359649658203125, + 0.0035495758056640625, + 0.0093231201171875, + 0.03302001953125, + -0.01419830322265625, + -0.0094146728515625, + -0.06793212890625, + 0.025787353515625, + -0.0166015625, + -0.0021457672119140625, + -0.0095062255859375, + -0.0289459228515625, + -0.06939697265625, + 0.0237579345703125, + 0.0293121337890625, + 0.01103973388671875, + 0.001728057861328125, + -0.0269012451171875, + -0.00881195068359375, + -0.0217132568359375, + -0.01326751708984375, + 0.037841796875, + -0.0192108154296875, + 0.03692626953125, + 0.004199981689453125, + -0.038238525390625, + 0.030609130859375, + 0.0208740234375, + 0.0012464523315429688, + 0.0151214599609375, + -0.007793426513671875, + -0.044708251953125, + 0.015869140625, + -0.02783203125, + -0.03692626953125, + -0.006587982177734375, + -0.023193359375, + 0.0116424560546875, + -0.0281982421875, + -0.018096923828125, + 0.040252685546875, + 0.0128021240234375, + 0.04119873046875, + 0.0019254684448242188, + -0.0147552490234375, + 0.0081634521484375, + -0.0082550048828125, + 0.072021484375, + -0.03265380859375, + -0.0374755859375, + 0.01438140869140625, + -0.0081634521484375, + 0.043060302734375, + 0.04248046875, + 0.0013914108276367188, + -0.0228271484375, + -0.01141357421875, + 0.045654296875, + -0.037841796875, + -0.0267181396484375, + -0.0222625732421875, + 0.0200347900390625, + 0.0113677978515625, + 0.056793212890625, + 0.0191192626953125, + 0.06121826171875, + -0.0006089210510253906, + 0.003246307373046875, + 0.040435791015625, + 0.05010986328125, + 0.038604736328125, + -0.022918701171875, + -0.047882080078125, + -0.0004813671112060547, + 0.018646240234375, + -0.03228759765625, + -0.045074462890625, + 0.00412750244140625, + 0.047119140625, + -0.0552978515625, + -0.0191192626953125, + 0.00876617431640625, + -0.018646240234375, + 0.0171661376953125, + 0.034698486328125, + 0.0018558502197265625, + 0.03192138671875, + -0.030609130859375, + -0.045654296875, + -0.0189208984375, + -0.02337646484375, + 0.034332275390625, + 0.06085205078125, + 0.03765869140625, + 0.0082550048828125, + 0.039520263671875, + 0.0045013427734375, + 0.0117340087890625, + 0.0413818359375, + 0.029693603515625, + 0.01447296142578125, + 0.034881591796875, + 0.030426025390625, + 0.054168701171875, + -0.030242919921875, + -0.01549530029296875, + 0.0191192626953125, + 0.0261688232421875, + 0.06121826171875, + 0.07086181640625, + 0.004779815673828125, + 0.013916015625, + -0.01001739501953125, + -0.03338623046875, + -0.02032470703125, + 0.006866455078125, + 0.001983642578125, + -0.048614501953125, + -0.018463134765625, + 0.0020294189453125, + -0.030609130859375, + 0.053802490234375, + 0.029510498046875, + -0.0285797119140625, + -0.00640106201171875, + 0.0178985595703125, + 0.00635528564453125, + -0.0421142578125, + 0.007144927978515625, + -0.02801513671875, + -0.01224517822265625, + -0.04193115234375, + -0.006122589111328125, + 0.0217132568359375, + -0.03729248046875, + -0.0631103515625, + -0.034332275390625, + 0.038238525390625, + -0.01103973388671875, + -0.0241241455078125, + -0.0421142578125, + -0.003154754638671875, + -0.018646240234375, + -0.047882080078125, + -0.035064697265625, + 0.0015659332275390625, + 0.00988006591796875, + -0.0225372314453125, + 0.025970458984375, + -0.0218963623046875, + -0.034881591796875, + -0.0197601318359375, + -0.0125274658203125, + -0.034698486328125, + 0.04193115234375, + -0.044891357421875, + 0.048248291015625, + 0.0289459228515625, + 0.016693115234375, + 0.0360107421875, + 0.061614990234375, + -0.02801513671875, + 0.0036411285400390625, + -0.0167999267578125, + -0.062744140625, + 0.022918701171875, + -0.00635528564453125, + 0.005451202392578125, + -0.062744140625, + 0.002643585205078125, + 0.025970458984375, + -0.061981201171875, + 0.02801513671875, + -0.0151214599609375, + -0.0019254684448242188, + -0.03155517578125, + -0.0080718994140625, + 0.0003247261047363281, + 0.0009565353393554688, + 0.08758544921875, + 0.0069580078125, + -0.0198516845703125, + -0.030609130859375, + -0.018096923828125, + 0.04974365234375, + 0.02728271484375, + 0.040435791015625, + -0.039703369140625, + 0.029510498046875, + 0.00470733642578125, + -0.0289459228515625, + 0.01001739501953125, + -0.07867431640625, + 0.0172576904296875, + 0.04193115234375, + 0.0115966796875, + -0.040252685546875, + -0.03265380859375, + -0.033599853515625, + -0.01456451416015625, + -0.05194091796875, + 0.039337158203125, + 0.0185546875, + -0.0006842613220214844, + -0.044891357421875, + 0.0018444061279296875, + -0.0147552490234375, + -0.05084228515625, + -0.032470703125, + -0.056793212890625, + 0.03173828125, + 0.004940032958984375, + -0.045654296875, + 0.044158935546875, + 0.0095062255859375, + -0.008026123046875, + 0.00867462158203125, + 0.040435791015625, + -0.032470703125, + -0.00872039794921875, + -0.018280029296875, + 0.04229736328125, + -0.0009860992431640625, + 0.00396728515625, + -0.0010957717895507812, + 0.005031585693359375, + 0.039520263671875, + -0.01540374755859375, + 0.07122802734375, + 0.01113128662109375, + -0.010162353515625, + -0.054168701171875, + -0.022918701171875, + -0.00830078125, + 0.0241241455078125, + -0.0189208984375, + 0.05194091796875, + 0.0195770263671875, + -0.005542755126953125, + -0.109130859375, + 0.06121826171875, + -0.030242919921875, + 0.039337158203125, + 0.01438140869140625, + 0.00858306884765625, + -0.039337158203125, + -0.034515380859375, + -0.0115966796875, + 0.0360107421875, + -0.010162353515625, + 0.029876708984375, + -0.0005826950073242188, + 0.0010204315185546875, + 0.0009450912475585938, + -0.044158935546875, + 0.0127105712890625, + 0.0560302734375, + 0.022735595703125, + -0.0128936767578125, + 0.04156494140625, + -0.0291290283203125, + 0.0173492431640625, + 0.004360198974609375, + -0.0019369125366210938, + 0.0285797119140625, + 0.00890350341796875, + -0.0269012451171875, + -0.01094818115234375, + 0.0170745849609375, + 0.044708251953125, + 0.002956390380859375, + 0.0167999267578125, + -0.0225372314453125, + 0.01094818115234375, + -0.0035247802734375, + -0.0173492431640625, + 0.01177978515625, + -0.007793426513671875, + -0.00417327880859375, + -0.0291290283203125, + -0.06719970703125, + -0.0931396484375, + -0.0010671615600585938, + -0.02301025390625, + -0.033599853515625, + -0.0002608299255371094, + 0.0309906005859375, + 0.0082550048828125, + -0.02337646484375, + 0.0222625732421875, + 0.00635528564453125, + -0.01326751708984375, + -0.0285797119140625, + 0.030426025390625, + -0.039520263671875, + 0.03656005859375, + -0.0018901824951171875, + -0.057159423828125, + 0.040435791015625, + -0.00577545166015625, + 0.0225372314453125, + -0.00862884521484375, + -0.00347900390625, + -0.0285797119140625, + 0.0241241455078125, + -0.06976318359375, + -0.003688812255859375, + 0.0191192626953125, + 0.034881591796875, + 0.01641845703125, + -0.05047607421875, + 0.037109375, + -0.00582122802734375, + -0.047882080078125, + 0.02801513671875, + -0.035797119140625, + -0.0311737060546875, + 0.01099395751953125, + -0.00894927978515625, + 0.00018334388732910156, + 0.01335906982421875, + 0.01873779296875, + 0.04119873046875, + 0.04229736328125, + -0.01043701171875, + -0.038604736328125, + -0.00742340087890625, + -0.0175323486328125, + -0.006633758544921875, + 0.0285797119140625, + 0.030059814453125, + -0.004638671875, + -0.004199981689453125, + -0.005706787109375, + -0.109130859375, + -0.0126190185546875, + -0.038238525390625, + -0.03302001953125, + -0.00992584228515625, + 0.09423828125, + 0.04656982421875, + 0.0102081298828125, + 0.00765228271484375, + 0.08648681640625, + 0.003780364990234375, + 0.00287628173828125, + 0.0014495849609375, + -0.057891845703125, + -0.01224517822265625, + -0.007328033447265625, + 0.003780364990234375, + -0.0660400390625, + 0.030059814453125, + 0.0660400390625, + -0.025787353515625, + -0.0034332275390625, + -0.007282257080078125, + -0.0005826950073242188, + 0.0199432373046875, + 0.029876708984375, + 0.00881195068359375, + -0.061981201171875, + 0.006168365478515625, + 0.022735595703125, + -0.0046844482421875, + 0.007328033447265625, + 0.0005478858947753906, + -0.0169830322265625, + 0.048980712890625, + -0.0638427734375, + -0.029876708984375, + 0.00872039794921875, + 0.08203125, + 0.0095062255859375, + -0.043975830078125, + -0.0460205078125, + 0.06939697265625, + 0.024871826171875, + -0.0068206787109375, + 0.016510009765625, + -0.00965118408203125, + -0.033966064453125, + 0.0287628173828125, + 0.06085205078125, + -0.0150299072265625, + 0.03302001953125, + 0.00955963134765625, + -0.056793212890625, + 0.02728271484375, + -0.047882080078125, + 0.0197601318359375, + -0.00765228271484375, + -0.041015625, + -0.018646240234375, + -0.07086181640625, + 0.043060302734375, + 0.02301025390625, + 0.021331787109375, + 0.048248291015625, + 0.009002685546875, + 0.00021457672119140625, + -0.00751495361328125, + 0.045074462890625, + 0.03729248046875, + 0.0269012451171875, + -0.01113128662109375, + -0.00760650634765625, + 0.0102996826171875, + 0.00988006591796875, + -0.034332275390625, + 0.0267181396484375, + -0.0265350341796875, + 0.010528564453125, + -0.054168701171875, + 0.0106658935546875, + 0.00345611572265625, + -0.0467529296875, + -0.004199981689453125, + -0.025421142578125, + 0.01568603515625, + -0.015960693359375, + -0.035430908203125, + 0.0095062255859375, + 0.035430908203125, + 0.003757476806640625, + 0.0129852294921875, + 0.018646240234375, + -0.0094146728515625, + 0.0024814605712890625, + -0.05902099609375, + 0.0753173828125, + 0.0202178955078125, + 0.01373291015625, + -0.0082550048828125, + 0.020416259765625, + -0.002262115478515625, + 0.00765228271484375, + 0.062347412109375, + 0.00992584228515625, + -0.0638427734375, + 0.041748046875, + 0.04193115234375, + 0.03155517578125, + -0.040435791015625, + 0.0178070068359375, + 0.019012451171875, + -0.0308074951171875, + 0.0308074951171875, + 0.0239410400390625, + 0.0199432373046875, + 0.0178985595703125, + 0.01419830322265625, + -0.0265350341796875, + -0.04583740234375, + 0.040435791015625, + 0.00200653076171875, + 0.0265350341796875, + 0.0556640625, + -0.0237579345703125, + 0.047882080078125, + -0.0009975433349609375, + 0.04266357421875, + -0.03302001953125, + 0.0545654296875, + -0.01197052001953125, + 0.0189208984375, + 0.003734588623046875, + -0.006122589111328125, + -0.0199432373046875, + 0.002864837646484375, + -0.00974273681640625, + 0.084228515625, + 0.030426025390625, + -0.0170745849609375, + -0.047119140625, + -0.0147552490234375, + -0.021148681640625, + -0.0170745849609375, + 0.030609130859375, + -0.05047607421875, + -0.033203125, + 0.040069580078125, + 0.048980712890625, + 0.061614990234375, + -0.0153045654296875, + 0.039154052734375, + -0.0035953521728515625, + -0.00965118408203125, + 0.0018320083618164062, + -0.0194854736328125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "command-line", + "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" + ], + "skillLevel": "intermediate", + "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.00000858306884765625, + 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_Guymager", + "type": "tool", + "name": "Guymager", + "content": "guymager das schlanke linux-imaging-tool maximiert performance durch intelligentes multi-threading und optimierte i/o-operationen. die qt-basierte gui macht forensisches imaging auch für linux-neulinge zugänglich. gleichzeitiges schreiben mehrerer formate (raw + ewf) ohne performance-verlust. die eingebaute fifo-architektur ermöglicht pipe-operationen für netzwerk-imaging. besonders geschätzt: automatische badblock-erkennung mit detailliertem logging, simultane hash-berechnung (md5, sha1, sha256), fortschrittsbalken mit zeitschätzung. die clone-funktion dupliziert datenträger direkt. hpa/dco-erkennung warnt vor versteckten bereichen. unterstützt usb-write- blocker für zusätzliche sicherheit. die performance übertrifft oft kommerzielle tools bei gleicher zuverlässigkeit. debian-pakete vereinfachen installation. der niedrige ressourcen-verbrauch erlaubt imaging auf älteren systemen. logging im detail-level konfigurierbar für verschiedene compliance-anforderungen. 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.01059722900390625, + 0.0181732177734375, + 0.06024169921875, + -0.0263824462890625, + 0.04364013671875, + 0.042999267578125, + 0.00930023193359375, + 0.012725830078125, + -0.00170135498046875, + 0.0240020751953125, + -0.0274200439453125, + 0.04986572265625, + 0.0079498291015625, + -0.0309600830078125, + -0.047576904296875, + 0.0565185546875, + -0.0355224609375, + -0.004180908203125, + 0.0225372314453125, + -0.0003018379211425781, + -0.00930023193359375, + -0.03033447265625, + -0.062744140625, + 0.00763702392578125, + 0.0026874542236328125, + -0.002506256103515625, + -0.01776123046875, + -0.06646728515625, + -0.001766204833984375, + 0.0189056396484375, + 0.005584716796875, + -0.005374908447265625, + 0.012359619140625, + 0.0288848876953125, + 0.0178680419921875, + -0.0250396728515625, + -0.0166168212890625, + -0.04425048828125, + -0.0199432373046875, + 0.06439208984375, + -0.0101318359375, + -0.0016422271728515625, + 0.00029540061950683594, + -0.0272216796875, + -0.02264404296875, + -0.033447265625, + 0.00732421875, + -0.029083251953125, + -0.009918212890625, + -0.03033447265625, + -0.0011491775512695312, + 0.0299224853515625, + 0.00997161865234375, + -0.015167236328125, + -0.0288848876953125, + 0.03179931640625, + 0.01303863525390625, + -0.032196044921875, + -0.0229644775390625, + 0.057769775390625, + -0.0309600830078125, + -0.00799560546875, + -0.0297088623046875, + -0.02679443359375, + 0.00257110595703125, + 0.046966552734375, + -0.0005326271057128906, + -0.0146484375, + 0.01200103759765625, + 0.00130462646484375, + 0.0036106109619140625, + -0.0176544189453125, + -0.0035572052001953125, + 0.035308837890625, + -0.035125732421875, + -0.044677734375, + 0.00882720947265625, + 0.02679443359375, + 0.0034027099609375, + -0.01085662841796875, + -0.05194091796875, + 0.005401611328125, + 0.01953125, + 0.003765106201171875, + -0.0186004638671875, + 0.011322021484375, + 0.0257568359375, + -0.00960540771484375, + 0.0018825531005859375, + 0.00170135498046875, + 0.01776123046875, + 0.0082550048828125, + 0.006595611572265625, + -0.0299224853515625, + 0.01267242431640625, + 0.0535888671875, + -0.017242431640625, + -0.00971221923828125, + 0.00037169456481933594, + 0.0220184326171875, + 0.0246124267578125, + -0.0173492431640625, + 0.0286712646484375, + 0.0307464599609375, + 0.03302001953125, + -0.0240936279296875, + 0.01126861572265625, + 0.020050048828125, + -0.0253448486328125, + -0.036346435546875, + -0.101806640625, + -0.0240020751953125, + -0.027008056640625, + -0.058990478515625, + 0.0018825531005859375, + 0.0121002197265625, + -0.04156494140625, + 0.027008056640625, + -0.04840087890625, + -0.03240966796875, + -0.004364013671875, + 0.01548004150390625, + 0.0021419525146484375, + 0.00955963134765625, + -0.043426513671875, + -0.0677490234375, + -0.003894805908203125, + 0.0265960693359375, + -0.04779052734375, + -0.01433563232421875, + -0.015899658203125, + -0.018798828125, + -0.0284576416015625, + -0.01548004150390625, + 0.00945281982421875, + -0.035308837890625, + 0.0181732177734375, + 0.0044403076171875, + -0.01251983642578125, + 0.005115509033203125, + 0.039886474609375, + -0.01116943359375, + -0.0535888671875, + 0.01007843017578125, + -0.0178680419921875, + -0.00804901123046875, + -0.02337646484375, + 0.04278564453125, + -0.025238037109375, + -0.01422882080078125, + -0.00815582275390625, + 0.0114288330078125, + 0.0635986328125, + -0.0018053054809570312, + 0.027008056640625, + -0.023895263671875, + 0.0106964111328125, + -0.0173492431640625, + 0.0199432373046875, + -0.0100250244140625, + -0.02337646484375, + 0.0191192626953125, + -0.002117156982421875, + 0.040313720703125, + -0.02130126953125, + -0.054443359375, + -0.019317626953125, + -0.006259918212890625, + 0.00508880615234375, + 0.010284423828125, + 0.0186004638671875, + -0.0008311271667480469, + 0.07440185546875, + 0.057769775390625, + 0.023681640625, + 0.026275634765625, + 0.01641845703125, + 0.0234832763671875, + 0.020263671875, + 0.0159912109375, + -0.0091400146484375, + -0.032196044921875, + 0.01324462890625, + -0.0031299591064453125, + 0.02471923828125, + -0.004261016845703125, + -0.01361083984375, + 0.0007467269897460938, + -0.03302001953125, + 0.027008056640625, + -0.04071044921875, + -0.01444244384765625, + -0.01537322998046875, + 0.0286712646484375, + -0.002544403076171875, + 0.0509033203125, + 0.04156494140625, + -0.0126190185546875, + 0.0157928466796875, + -0.0079498291015625, + 0.0086212158203125, + 0.059844970703125, + -0.026275634765625, + 0.03387451171875, + 0.004596710205078125, + -0.004364013671875, + 0.0026092529296875, + 0.0369873046875, + 0.0355224609375, + -0.050079345703125, + -0.00960540771484375, + 0.041748046875, + 0.01329803466796875, + -0.036163330078125, + -0.01277923583984375, + -0.035308837890625, + 0.0124664306640625, + -0.009918212890625, + -0.014129638671875, + 0.00856781005859375, + -0.0140228271484375, + -0.044036865234375, + 0.01059722900390625, + 0.0299224853515625, + -0.0186004638671875, + 0.03179931640625, + 0.002597808837890625, + -0.02679443359375, + -0.061492919921875, + 0.04052734375, + 0.01474761962890625, + 0.03948974609375, + -0.00244140625, + 0.00423431396484375, + -0.00919342041015625, + -0.0170440673828125, + 0.0201568603515625, + 0.03656005859375, + 0.021820068359375, + 0.0227508544921875, + -0.01953125, + 0.0211944580078125, + -0.02825927734375, + 0.03759765625, + 0.0297088623046875, + 0.00553131103515625, + -0.00152587890625, + -0.0009412765502929688, + 0.0299224853515625, + 0.0313720703125, + -0.04736328125, + -0.0225372314453125, + -0.0843505859375, + -0.0272216796875, + -0.05133056640625, + -0.01226043701171875, + -0.0159912109375, + -0.0438232421875, + 0.062744140625, + -0.04010009765625, + -0.04571533203125, + 0.01392364501953125, + 0.0284576416015625, + -0.0175628662109375, + 0.048004150390625, + -0.0105438232421875, + -0.034088134765625, + 0.01361083984375, + 0.07562255859375, + 0.0031948089599609375, + -0.00981903076171875, + -0.031585693359375, + 0.0121002197265625, + 0.0018310546875, + 0.033447265625, + -0.029296875, + 0.01422882080078125, + 0.0180816650390625, + 0.01953125, + 0.013397216796875, + -0.0237884521484375, + 0.01122283935546875, + -0.020050048828125, + 0.026275634765625, + -0.0313720703125, + -0.005741119384765625, + 0.007843017578125, + 0.00649261474609375, + -0.0178680419921875, + -0.0718994140625, + 0.01111602783203125, + 0.056915283203125, + -0.00852203369140625, + -0.00334930419921875, + 0.010650634765625, + -0.046539306640625, + 0.03302001953125, + -0.007167816162109375, + 0.005039215087890625, + 0.0288848876953125, + 0.0328369140625, + -0.0278472900390625, + 0.043212890625, + -0.0178680419921875, + 0.004985809326171875, + -0.0126190185546875, + -0.0278472900390625, + -0.006855010986328125, + -0.0030517578125, + -0.03240966796875, + -0.01548004150390625, + -0.0174560546875, + -0.040313720703125, + -0.0105438232421875, + -0.005558013916015625, + 0.0005550384521484375, + -0.0467529296875, + -0.0565185546875, + 0.00475311279296875, + -0.03448486328125, + -0.05401611328125, + -0.020782470703125, + 0.050079345703125, + 0.002025604248046875, + 0.0001493692398071289, + -0.022125244140625, + -0.0229644775390625, + -0.02337646484375, + 0.003143310546875, + -0.01381683349609375, + 0.0235748291015625, + -0.00727081298828125, + 0.05859375, + 0.02679443359375, + 0.0272216796875, + 0.019744873046875, + 0.0313720703125, + 0.030548095703125, + -0.027008056640625, + -0.032196044921875, + -0.004364013671875, + 0.0309600830078125, + 0.0355224609375, + -0.01422882080078125, + -0.0237884521484375, + -0.0016880035400390625, + -0.0284576416015625, + 0.007843017578125, + 0.0174560546875, + 0.02191162109375, + 0.034698486328125, + -0.0313720703125, + 0.0081024169921875, + 0.050689697265625, + -0.004283905029296875, + 0.09722900390625, + 0.006595611572265625, + -0.04779052734375, + 0.025238037109375, + 0.035308837890625, + 0.01033782958984375, + -0.004726409912109375, + 0.0369873046875, + 0.00457000732421875, + 0.0183868408203125, + 0.031158447265625, + 0.0061798095703125, + 0.02825927734375, + 0.0000941157341003418, + -0.0168304443359375, + 0.009246826171875, + 0.0121002197265625, + 0.0089874267578125, + 0.045501708984375, + 0.0250396728515625, + 0.0180816650390625, + 0.006961822509765625, + -0.0248260498046875, + 0.006259918212890625, + -0.041748046875, + -0.057769775390625, + -0.01548004150390625, + 0.04052734375, + 0.0263824462890625, + 0.034271240234375, + -0.029083251953125, + -0.041351318359375, + 0.030120849609375, + -0.045928955078125, + 0.065673828125, + 0.03656005859375, + 0.005298614501953125, + 0.038238525390625, + -0.00872802734375, + 0.009246826171875, + 0.028045654296875, + 0.0098724365234375, + 0.037200927734375, + 0.038421630859375, + 0.032196044921875, + -0.00919342041015625, + -0.0196380615234375, + 0.0294952392578125, + 0.054840087890625, + 0.0260772705078125, + 0.0272216796875, + 0.01059722900390625, + 0.0163116455078125, + 0.010955810546875, + -0.02056884765625, + 0.044677734375, + 0.058990478515625, + 0.0025196075439453125, + 0.04217529296875, + 0.01174163818359375, + 0.0037403106689453125, + -0.059417724609375, + 0.0211944580078125, + 0.0103912353515625, + -0.003894805908203125, + 0.046112060546875, + 0.01433563232421875, + -0.0565185546875, + 0.01137542724609375, + 0.050079345703125, + -0.0855712890625, + 0.03759765625, + -0.005428314208984375, + -0.0248260498046875, + 0.016510009765625, + -0.003635406494140625, + -0.059417724609375, + 0.007480621337890625, + -0.032196044921875, + -0.054840087890625, + 0.0026226043701171875, + 0.016510009765625, + -0.0276336669921875, + -0.038421630859375, + -0.034088134765625, + -0.007114410400390625, + -0.021820068359375, + -0.0126190185546875, + 0.054443359375, + 0.0232696533203125, + -0.0030002593994140625, + 0.00908660888671875, + 0.044677734375, + 0.00273895263671875, + -0.0124664306640625, + 0.059844970703125, + -0.030548095703125, + -0.045074462890625, + 0.0328369140625, + 0.01496124267578125, + 0.00397491455078125, + -0.026275634765625, + -0.0145416259765625, + -0.01392364501953125, + 0.0160980224609375, + 0.0128326416015625, + 0.006000518798828125, + -0.050079345703125, + -0.01277923583984375, + -0.047576904296875, + 0.05255126953125, + -0.0191192626953125, + 0.019744873046875, + 0.01174163818359375, + -0.037811279296875, + 0.0390625, + -0.0299224853515625, + -0.02056884765625, + -0.0014934539794921875, + 0.0014476776123046875, + -0.00852203369140625, + 0.05401611328125, + -0.0355224609375, + -0.003154754638671875, + -0.02545166015625, + 0.04052734375, + 0.0232696533203125, + -0.006259918212890625, + -0.0191192626953125, + 0.031158447265625, + 0.027008056640625, + -0.0535888671875, + 0.00475311279296875, + -0.0157928466796875, + -0.004283905029296875, + 0.03759765625, + -0.0396728515625, + -0.01474761962890625, + 0.0032596588134765625, + -0.0467529296875, + -0.02825927734375, + -0.033660888671875, + -0.0274200439453125, + -0.016510009765625, + 0.0146484375, + 0.05133056640625, + 0.0036106109619140625, + -0.0007076263427734375, + 0.00904083251953125, + 0.0209808349609375, + -0.0014734268188476562, + 0.0030651092529296875, + -0.02337646484375, + 0.03448486328125, + -0.07061767578125, + -0.044677734375, + -0.01496124267578125, + 0.01392364501953125, + -0.0217132568359375, + -0.017974853515625, + 0.01023101806640625, + -0.025970458984375, + 0.044464111328125, + -0.06109619140625, + 0.005039215087890625, + -0.04052734375, + -0.0174560546875, + -0.0234832763671875, + -0.039276123046875, + 0.0229644775390625, + 0.01189422607421875, + 0.0155792236328125, + -0.0026226043701171875, + 0.00893402099609375, + -0.05609130859375, + 0.04156494140625, + 0.022857666015625, + 0.0178680419921875, + -0.0286712646484375, + -0.01220703125, + 0.0286712646484375, + 0.015167236328125, + 0.05859375, + -0.034088134765625, + -0.046966552734375, + -0.0677490234375, + 0.025146484375, + -0.00960540771484375, + -0.016937255859375, + -0.0160980224609375, + -0.04779052734375, + -0.065673828125, + 0.01111602783203125, + 0.0294952392578125, + 0.0237884521484375, + 0.0013570785522460938, + -0.0255584716796875, + -0.0009088516235351562, + -0.00605010986328125, + -0.021820068359375, + 0.0255584716796875, + -0.0171356201171875, + 0.01241302490234375, + -0.0025196075439453125, + -0.042999267578125, + 0.0299224853515625, + 0.0174560546875, + 0.034088134765625, + 0.04052734375, + 0.031158447265625, + -0.04425048828125, + 0.004596710205078125, + -0.0163116455078125, + -0.0146484375, + 0.0030765533447265625, + -0.03033447265625, + 0.004364013671875, + -0.031982421875, + -0.018280029296875, + 0.017242431640625, + 0.0313720703125, + 0.03594970703125, + -0.007167816162109375, + -0.005870819091796875, + -0.0049591064453125, + 0.00353240966796875, + 0.06982421875, + -0.011688232421875, + -0.034698486328125, + 0.01983642578125, + -0.002155303955078125, + 0.05047607421875, + 0.023681640625, + 0.0124664306640625, + -0.0240936279296875, + 0.0181732177734375, + 0.029083251953125, + -0.0211944580078125, + -0.0313720703125, + -0.0264892578125, + 0.01241302490234375, + 0.0272216796875, + 0.07025146484375, + 0.005634307861328125, + 0.0810546875, + -0.005504608154296875, + -0.0174560546875, + 0.038848876953125, + 0.0718994140625, + 0.018798828125, + -0.042999267578125, + -0.0452880859375, + 0.00205230712890625, + 0.0129852294921875, + -0.034912109375, + -0.0225372314453125, + 0.0176544189453125, + 0.06689453125, + -0.065673828125, + -0.04425048828125, + -0.017974853515625, + -0.0119476318359375, + 0.014129638671875, + 0.0224456787109375, + -0.01074981689453125, + 0.035125732421875, + 0.0066986083984375, + -0.0229644775390625, + -0.01023101806640625, + -0.0307464599609375, + 0.016204833984375, + 0.05816650390625, + 0.01230621337890625, + -0.007740020751953125, + 0.024200439453125, + 0.00527191162109375, + 0.0021820068359375, + 0.03240966796875, + 0.06817626953125, + 0.01485443115234375, + 0.004985809326171875, + 0.038848876953125, + 0.0452880859375, + -0.03387451171875, + -0.0105438232421875, + 0.0103912353515625, + 0.036163330078125, + 0.055267333984375, + 0.061492919921875, + 0.00997161865234375, + 0.00893402099609375, + -0.0025577545166015625, + -0.051727294921875, + -0.01329803466796875, + 0.0034809112548828125, + -0.0103912353515625, + -0.039276123046875, + -0.033447265625, + 0.028045654296875, + -0.044677734375, + 0.04071044921875, + 0.01329803466796875, + -0.0274200439453125, + -0.018798828125, + 0.0225372314453125, + 0.0086212158203125, + -0.021087646484375, + 0.0093994140625, + -0.034271240234375, + -0.03448486328125, + -0.043426513671875, + -0.0091400146484375, + 0.018798828125, + -0.0186920166015625, + -0.061492919921875, + -0.01496124267578125, + 0.034271240234375, + -0.018280029296875, + -0.04632568359375, + -0.031982421875, + -0.0066986083984375, + -0.03448486328125, + -0.0648193359375, + -0.033447265625, + -0.0121002197265625, + 0.00431060791015625, + -0.027008056640625, + 0.0309600830078125, + -0.0206756591796875, + -0.02825927734375, + -0.01849365234375, + -0.01033782958984375, + -0.052154541015625, + 0.0204620361328125, + -0.054443359375, + 0.04156494140625, + 0.0017404556274414062, + 0.0248260498046875, + 0.0217132568359375, + 0.07232666015625, + -0.01049041748046875, + 0.007114410400390625, + 0.0004513263702392578, + -0.05255126953125, + 0.0265960693359375, + 0.0049591064453125, + 0.0220184326171875, + -0.06939697265625, + 0.00327301025390625, + 0.038848876953125, + -0.0718994140625, + 0.01074981689453125, + 0.0070648193359375, + 0.005893707275390625, + -0.029083251953125, + 0.007740020751953125, + 0.007114410400390625, + 0.0237884521484375, + 0.06817626953125, + 0.0157928466796875, + -0.01422882080078125, + -0.0278472900390625, + -0.024932861328125, + 0.055694580078125, + 0.0278472900390625, + 0.0163116455078125, + -0.0216064453125, + 0.00882720947265625, + -0.0109100341796875, + -0.0103912353515625, + 0.01422882080078125, + -0.06982421875, + -0.01277923583984375, + 0.04425048828125, + 0.0098724365234375, + -0.0274200439453125, + -0.025970458984375, + -0.05859375, + -0.00701141357421875, + -0.054840087890625, + 0.010650634765625, + 0.01226043701171875, + 0.006649017333984375, + -0.045928955078125, + 0.004364013671875, + 0.01148223876953125, + -0.050689697265625, + -0.0276336669921875, + -0.0263824462890625, + 0.02191162109375, + -0.004856109619140625, + -0.047149658203125, + 0.0216064453125, + 0.01474761962890625, + -0.01277923583984375, + 0.02264404296875, + 0.05029296875, + -0.0204620361328125, + 0.0106964111328125, + -0.01849365234375, + 0.0606689453125, + 0.0030651092529296875, + -0.007843017578125, + -0.0299224853515625, + 0.0222320556640625, + 0.010955810546875, + -0.0229644775390625, + 0.041351318359375, + 0.036346435546875, + -0.039886474609375, + -0.041748046875, + -0.06317138671875, + -0.00519561767578125, + 0.0081024169921875, + -0.01303863525390625, + 0.054840087890625, + 0.01371002197265625, + -0.00701141357421875, + -0.09722900390625, + 0.05609130859375, + -0.0246124267578125, + 0.0274200439453125, + 0.00753021240234375, + -0.002285003662109375, + -0.048187255859375, + -0.048614501953125, + -0.050079345703125, + 0.019012451171875, + -0.029296875, + 0.0222320556640625, + 0.00501251220703125, + 0.0189056396484375, + 0.004283905029296875, + -0.042999267578125, + 0.019012451171875, + 0.049041748046875, + 0.01148223876953125, + -0.004520416259765625, + 0.0565185546875, + -0.015167236328125, + 0.004802703857421875, + -0.00830841064453125, + -0.006000518798828125, + 0.010284423828125, + 0.01007843017578125, + -0.01485443115234375, + 0.004779815673828125, + 0.0263824462890625, + 0.049041748046875, + -0.0246124267578125, + 0.0022602081298828125, + -0.01122283935546875, + 0.0155792236328125, + 0.0082550048828125, + -0.0276336669921875, + 0.0015974044799804688, + -0.0109100341796875, + -0.0135040283203125, + -0.028045654296875, + -0.0523681640625, + -0.079345703125, + 0.0018434524536132812, + -0.0232696533203125, + -0.051513671875, + 0.012359619140625, + 0.047576904296875, + -0.001239776611328125, + -0.032196044921875, + 0.03179931640625, + -0.026275634765625, + 0.00091552734375, + -0.0278472900390625, + 0.0276336669921875, + 0.0020904541015625, + 0.045501708984375, + 0.01049041748046875, + -0.049224853515625, + 0.00882720947265625, + -0.0288848876953125, + 0.01126861572265625, + -0.0183868408203125, + -0.00623321533203125, + -0.041351318359375, + 0.03448486328125, + -0.08062744140625, + -0.008209228515625, + 0.04071044921875, + 0.009765625, + -0.01329803466796875, + -0.044677734375, + 0.0452880859375, + -0.0036106109619140625, + -0.0250396728515625, + 0.026275634765625, + -0.01474761962890625, + -0.046966552734375, + 0.041748046875, + -0.0288848876953125, + 0.00882720947265625, + 0.0021686553955078125, + 0.043426513671875, + 0.0246124267578125, + 0.0635986328125, + -0.0007305145263671875, + -0.0369873046875, + 0.01392364501953125, + -0.0038700103759765625, + 0.01953125, + 0.030120849609375, + 0.038421630859375, + -0.0208740234375, + 0.006153106689453125, + 0.01329803466796875, + -0.0997314453125, + -0.044464111328125, + -0.0199432373046875, + -0.03594970703125, + -0.0159912109375, + 0.0751953125, + 0.0309600830078125, + 0.005374908447265625, + 0.01329803466796875, + 0.046539306640625, + 0.026275634765625, + 0.004207611083984375, + -0.01100921630859375, + -0.049224853515625, + -0.02618408203125, + 0.0105438232421875, + 0.02130126953125, + -0.0731201171875, + 0.043212890625, + 0.06231689453125, + -0.01953125, + -0.03302001953125, + -0.00571441650390625, + 0.00836181640625, + 0.078125, + -0.00020122528076171875, + -0.0011234283447265625, + -0.06024169921875, + 0.033447265625, + 0.03302001953125, + -0.01444244384765625, + -0.0140228271484375, + -0.02679443359375, + -0.019744873046875, + 0.031158447265625, + -0.0772705078125, + -0.0095062255859375, + 0.00836181640625, + 0.07562255859375, + 0.011688232421875, + -0.04156494140625, + -0.034271240234375, + 0.02825927734375, + 0.0284576416015625, + -0.02056884765625, + -0.00019800662994384766, + 0.0075836181640625, + -0.03802490234375, + 0.006908416748046875, + 0.0535888671875, + -0.0313720703125, + 0.031158447265625, + 0.0098724365234375, + -0.048828125, + 0.0096588134765625, + -0.03802490234375, + 0.0175628662109375, + -0.0006656646728515625, + -0.0396728515625, + -0.007427215576171875, + -0.0565185546875, + 0.05029296875, + 0.0204620361328125, + 0.036346435546875, + 0.0044403076171875, + -0.015899658203125, + -0.002246856689453125, + 0.008209228515625, + 0.019317626953125, + 0.029083251953125, + 0.055267333984375, + 0.0309600830078125, + 0.005611419677734375, + 0.039886474609375, + -0.00205230712890625, + -0.0167236328125, + 0.030120849609375, + -0.025146484375, + 0.029083251953125, + -0.0789794921875, + 0.0106964111328125, + 0.004180908203125, + -0.0237884521484375, + -0.005634307861328125, + -0.033447265625, + 0.00830841064453125, + -0.0194244384765625, + -0.03948974609375, + -0.0253448486328125, + 0.03863525390625, + -0.051727294921875, + 0.007480621337890625, + 0.035125732421875, + -0.01303863525390625, + 0.01174163818359375, + -0.05401611328125, + 0.07562255859375, + 0.01381683349609375, + 0.00318145751953125, + -0.013397216796875, + 0.048828125, + 0.01568603515625, + 0.00579071044921875, + 0.031585693359375, + 0.0150604248046875, + -0.0244140625, + 0.055267333984375, + 0.058990478515625, + 0.013397216796875, + -0.043212890625, + 0.006103515625, + 0.0146484375, + -0.049041748046875, + 0.047576904296875, + 0.034912109375, + 0.0152740478515625, + -0.004520416259765625, + -0.007167816162109375, + -0.0235748291015625, + -0.0313720703125, + 0.051513671875, + 0.023681640625, + 0.007480621337890625, + 0.04736328125, + -0.0355224609375, + 0.06854248046875, + 0.00904083251953125, + 0.044891357421875, + -0.042999267578125, + 0.0689697265625, + -0.01641845703125, + 0.0214996337890625, + 0.0079498291015625, + 0.00675201416015625, + -0.0206756591796875, + 0.016510009765625, + -0.0039215087890625, + 0.061492919921875, + 0.021820068359375, + -0.02056884765625, + -0.040924072265625, + -0.017974853515625, + -0.00893402099609375, + 0.006855010986328125, + 0.049041748046875, + -0.0535888671875, + -0.01849365234375, + 0.0224456787109375, + 0.0183868408203125, + 0.06689453125, + 0.02130126953125, + 0.0313720703125, + -0.0021419525146484375, + -0.007740020751953125, + -0.030120849609375, + -0.006595611572265625 + ], + "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_ddrescue", + "type": "tool", + "name": "ddrescue", + "content": "ddrescue gnu ddrescue ist ein spezialisiertes datenrettungs‑tool, das beschädigte oder fehlerhafte blockgeräte sektorweise ausliest und zunächst alle gut lesbaren bereiche sichert, bevor es sich mehrfach an problematischen sektoren versucht. sein map‑file protokolliert jeden leseversuch, sodass abgebrochene wiederherstellungen jederzeit fortgesetzt oder optimiert werden können, ohne bereits gerettete sektoren erneut zu belasten. zudem bietet ddrescue einen fill‑modus, um schwierige bereiche gezielt mit platzhaltern zu überschreiben – nützlich für die vorbereitung nachträglicher dateisystem‑reparaturen. data-recovery disk-imaging map-file cli scenario:disk_imaging static-investigations fraud-investigation data-collection", + "embedding": [ + -0.012786865234375, + -0.0011129379272460938, + 0.01308441162109375, + -0.0150604248046875, + 0.04827880859375, + 0.0404052734375, + 0.0176849365234375, + -0.0018072128295898438, + -0.02593994140625, + 0.01158905029296875, + -0.018524169921875, + 0.06787109375, + 0.032745361328125, + -0.00836944580078125, + -0.029998779296875, + 0.0217437744140625, + -0.003376007080078125, + 0.003063201904296875, + -0.00321197509765625, + 0.01117706298828125, + -0.0009484291076660156, + 0.0249786376953125, + -0.04254150390625, + 0.004749298095703125, + -0.0133819580078125, + -0.01541900634765625, + -0.043731689453125, + -0.06646728515625, + -0.016021728515625, + 0.01983642578125, + -0.0148773193359375, + -0.0029430389404296875, + 0.01242828369140625, + 0.03204345703125, + -0.005825042724609375, + -0.03704833984375, + -0.003780364990234375, + -0.0167388916015625, + -0.0021820068359375, + 0.0506591796875, + -0.0209197998046875, + 0.0078887939453125, + 0.0249786376953125, + 0.0004258155822753906, + -0.021392822265625, + -0.024505615234375, + -0.0180511474609375, + -0.005229949951171875, + 0.012908935546875, + -0.07171630859375, + 0.03753662109375, + 0.0207977294921875, + 0.032501220703125, + -0.027008056640625, + -0.047576904296875, + 0.00463104248046875, + 0.03179931640625, + -0.032745361328125, + -0.035369873046875, + 0.058563232421875, + -0.054962158203125, + -0.00609588623046875, + 0.0036907196044921875, + -0.009918212890625, + 0.01117706298828125, + 0.0077667236328125, + -0.0204315185546875, + -0.0218658447265625, + 0.00714111328125, + 0.005947113037109375, + 0.0237884521484375, + -0.041107177734375, + -0.00968170166015625, + 0.00740814208984375, + -0.0295257568359375, + -0.035614013671875, + 0.0266571044921875, + 0.0136871337890625, + 0.00968170166015625, + -0.01105499267578125, + -0.0401611328125, + -0.01183319091796875, + 0.00896453857421875, + -0.036346435546875, + -0.01983642578125, + 0.0218658447265625, + 0.0222320556640625, + 0.00818634033203125, + 0.00962066650390625, + -0.000040590763092041016, + 0.02593994140625, + -0.0121917724609375, + 0.0084228515625, + -0.00890350341796875, + 0.03179931640625, + 0.05426025390625, + -0.01171112060546875, + 0.0181732177734375, + -0.007022857666015625, + 0.00756072998046875, + 0.044464111328125, + -0.0396728515625, + 0.091796875, + -0.0011281967163085938, + 0.055938720703125, + 0.0017404556274414062, + 0.0219879150390625, + 0.0050811767578125, + -0.01416015625, + -0.0266571044921875, + -0.07745361328125, + -0.0237884521484375, + -0.021270751953125, + -0.0626220703125, + 0.006961822509765625, + -0.016021728515625, + -0.0162506103515625, + 0.06500244140625, + -0.052825927734375, + -0.0406494140625, + -0.0106353759765625, + 0.0235443115234375, + -0.0162506103515625, + -0.0057373046875, + -0.05999755859375, + -0.061676025390625, + 0.0292816162109375, + 0.0278472900390625, + -0.050201416015625, + -0.03369140625, + -0.0205535888671875, + -0.024383544921875, + -0.03179931640625, + -0.01177215576171875, + -0.0084228515625, + -0.01123046875, + 0.0136871337890625, + -0.0178070068359375, + -0.0281982421875, + -0.00908660888671875, + 0.046142578125, + -0.0341796875, + -0.043731689453125, + 0.018280029296875, + -0.0222320556640625, + 0.007709503173828125, + -0.0308380126953125, + 0.0303497314453125, + -0.0246124267578125, + 0.006603240966796875, + -0.00600433349609375, + 0.026885986328125, + 0.03729248046875, + -0.0219879150390625, + 0.01045989990234375, + -0.061187744140625, + 0.0006384849548339844, + -0.004810333251953125, + 0.0237884521484375, + -0.0207977294921875, + -0.02593994140625, + 0.0265350341796875, + 0.00860595703125, + 0.028564453125, + -0.024017333984375, + -0.055206298828125, + -0.0251007080078125, + -0.0028839111328125, + -0.004451751708984375, + -0.0093231201171875, + 0.043975830078125, + 0.00600433349609375, + 0.024261474609375, + 0.06695556640625, + 0.004840850830078125, + 0.0401611328125, + 0.0093841552734375, + 0.018768310546875, + 0.052825927734375, + 0.0174560546875, + -0.0194854736328125, + -0.03680419921875, + 0.026885986328125, + 0.0107574462890625, + 0.00027632713317871094, + -0.035369873046875, + -0.00746917724609375, + -0.00681304931640625, + -0.0193634033203125, + 0.052825927734375, + -0.02294921875, + -0.0248565673828125, + 0.0207977294921875, + 0.0148773193359375, + -0.01123046875, + 0.046356201171875, + 0.035369873046875, + -0.026763916015625, + 0.050445556640625, + 0.0105743408203125, + -0.0033321380615234375, + 0.02880859375, + -0.00567626953125, + 0.04803466796875, + 0.0394287109375, + -0.012969970703125, + 0.00836944580078125, + 0.037994384765625, + 0.0219879150390625, + -0.02545166015625, + -0.010101318359375, + 0.027374267578125, + -0.00472259521484375, + -0.0164947509765625, + -0.03106689453125, + -0.00974273681640625, + 0.015899658203125, + -0.0022106170654296875, + 0.00008636713027954102, + -0.018280029296875, + -0.0191192626953125, + -0.0458984375, + 0.00878143310546875, + 0.0011653900146484375, + -0.024139404296875, + 0.036346435546875, + 0.022705078125, + -0.0289154052734375, + -0.0247344970703125, + 0.0278472900390625, + 0.01129150390625, + 0.038238525390625, + -0.008544921875, + -0.00528717041015625, + 0.007110595703125, + -0.0248565673828125, + 0.04541015625, + 0.0283203125, + 0.0399169921875, + -0.0002727508544921875, + -0.024505615234375, + 0.0233001708984375, + -0.021026611328125, + 0.0223541259765625, + 0.01457977294921875, + -0.03656005859375, + -0.002166748046875, + -0.0018301010131835938, + 0.030120849609375, + 0.058563232421875, + -0.079345703125, + -0.006244659423828125, + -0.0626220703125, + 0.0021514892578125, + -0.053070068359375, + -0.006305694580078125, + -0.029876708984375, + -0.018524169921875, + 0.05975341796875, + -0.03179931640625, + -0.0458984375, + -0.002330780029296875, + 0.01971435546875, + -0.0280914306640625, + 0.033477783203125, + 0.0121917724609375, + -0.034423828125, + 0.029632568359375, + 0.0965576171875, + -0.0206756591796875, + 0.00860595703125, + -0.0246124267578125, + 0.0404052734375, + 0.0020923614501953125, + 0.033233642578125, + -0.0237884521484375, + -0.0175628662109375, + 0.00391387939453125, + 0.00528717041015625, + -0.004364013671875, + -0.024505615234375, + -0.016845703125, + -0.007617950439453125, + 0.02032470703125, + -0.03466796875, + 0.00179290771484375, + 0.0136871337890625, + 0.0133819580078125, + 0.0029277801513671875, + -0.06884765625, + 0.016845703125, + 0.0164947509765625, + 0.02581787109375, + 0.01027679443359375, + 0.029632568359375, + -0.050445556640625, + 0.0194854736328125, + 0.021514892578125, + -0.0341796875, + 0.029998779296875, + 0.01255035400390625, + -0.045654296875, + -0.00528717041015625, + -0.01255035400390625, + 0.0280914306640625, + -0.0209197998046875, + -0.00830841064453125, + 0.0008363723754882812, + -0.0178070068359375, + -0.0264129638671875, + -0.033477783203125, + 0.0093231201171875, + -0.032501220703125, + 0.00466156005859375, + -0.0513916015625, + 0.0092620849609375, + -0.0396728515625, + -0.0080108642578125, + -0.0135040283203125, + -0.024383544921875, + -0.039215087890625, + -0.038970947265625, + 0.0265350341796875, + 0.005645751953125, + -0.0022258758544921875, + -0.01326751708984375, + 0.006603240966796875, + -0.047576904296875, + 0.00603485107421875, + 0.0020313262939453125, + 0.0396728515625, + -0.002704620361328125, + 0.028564453125, + 0.0176849365234375, + 0.032257080078125, + 0.00466156005859375, + 0.056396484375, + 0.047576904296875, + 0.00567626953125, + -0.026885986328125, + -0.00525665283203125, + 0.0265350341796875, + 0.03704833984375, + -0.018646240234375, + -0.0404052734375, + -0.00463104248046875, + -0.047332763671875, + 0.0178070068359375, + 0.0458984375, + 0.0284423828125, + 0.0274810791015625, + -0.0576171875, + -0.027130126953125, + 0.043487548828125, + -0.0014562606811523438, + 0.08941650390625, + 0.01123046875, + -0.038482666015625, + 0.022705078125, + 0.0406494140625, + 0.0176849365234375, + 0.01464080810546875, + 0.0077667236328125, + -0.021514892578125, + 0.0036449432373046875, + 0.0509033203125, + 0.02532958984375, + 0.01255035400390625, + 0.0228271484375, + 0.00005418062210083008, + -0.006214141845703125, + -0.0012102127075195312, + -0.0020923614501953125, + 0.04205322265625, + 0.03753662109375, + 0.0049896240234375, + 0.0161285400390625, + -0.0276031494140625, + -0.0247344970703125, + -0.0223541259765625, + -0.05377197265625, + 0.0120086669921875, + 0.02880859375, + 0.0120086669921875, + 0.0404052734375, + -0.0264129638671875, + -0.058807373046875, + 0.004032135009765625, + -0.040863037109375, + 0.05999755859375, + 0.0204315185546875, + 0.011474609375, + 0.0196075439453125, + -0.004062652587890625, + -0.01464080810546875, + 0.037994384765625, + -0.01374053955078125, + 0.0224609375, + 0.0401611328125, + 0.03753662109375, + -0.01158905029296875, + -0.0247344970703125, + 0.010162353515625, + 0.0279693603515625, + 0.0233001708984375, + -0.0148773193359375, + 0.01529693603515625, + 0.015655517578125, + -0.0167388916015625, + -0.039215087890625, + 0.03204345703125, + 0.0194854736328125, + -0.01230621337890625, + 0.0079498291015625, + 0.0033168792724609375, + 0.0169677734375, + -0.046142578125, + -0.01983642578125, + -0.02020263671875, + 0.0261688232421875, + 0.023895263671875, + 0.03204345703125, + -0.06884765625, + -0.0176849365234375, + 0.033477783203125, + -0.05999755859375, + 0.0178070068359375, + -0.0010080337524414062, + -0.03729248046875, + 0.0506591796875, + -0.024139404296875, + -0.07269287109375, + 0.038970947265625, + -0.041107177734375, + -0.05377197265625, + -0.0032863616943359375, + 0.0399169921875, + -0.043487548828125, + -0.01189422607421875, + -0.06787109375, + -0.04278564453125, + 0.0038242340087890625, + -0.03131103515625, + 0.02880859375, + 0.0015459060668945312, + 0.0092010498046875, + 0.035614013671875, + 0.05401611328125, + 0.0006160736083984375, + -0.003047943115234375, + 0.041107177734375, + -0.01983642578125, + -0.045654296875, + 0.0284423828125, + 0.0207977294921875, + 0.01111602783203125, + -0.0291595458984375, + -0.01045989990234375, + 0.002643585205078125, + 0.0235443115234375, + -0.002658843994140625, + 0.037994384765625, + -0.07171630859375, + -0.052337646484375, + -0.043731689453125, + 0.049957275390625, + -0.004154205322265625, + 0.058807373046875, + 0.00433349609375, + -0.0308380126953125, + 0.028564453125, + -0.0576171875, + -0.03729248046875, + 0.015899658203125, + 0.007350921630859375, + -0.0178070068359375, + 0.0731201171875, + -0.050445556640625, + 0.00672149658203125, + -0.030242919921875, + 0.00421142578125, + 0.005466461181640625, + -0.004241943359375, + -0.032989501953125, + 0.05377197265625, + 0.045166015625, + -0.03704833984375, + -0.01141357421875, + -0.044464111328125, + 0.0181732177734375, + 0.0169677734375, + -0.0221099853515625, + 0.021636962890625, + -0.005496978759765625, + -0.036102294921875, + -0.02557373046875, + 0.002315521240234375, + -0.03778076171875, + -0.01320648193359375, + 0.021636962890625, + 0.0518798828125, + 0.0001354217529296875, + 0.0063323974609375, + 0.01093292236328125, + 0.00039958953857421875, + 0.032257080078125, + -0.002300262451171875, + -0.033935546875, + 0.0289154052734375, + -0.0635986328125, + -0.052825927734375, + -0.005435943603515625, + 0.043487548828125, + -0.0280914306640625, + -0.0105133056640625, + 0.004062652587890625, + -0.021392822265625, + 0.03778076171875, + -0.0284423828125, + 0.007709503173828125, + -0.0251007080078125, + -0.021392822265625, + -0.0308380126953125, + -0.04779052734375, + 0.0179290771484375, + 0.0278472900390625, + 0.0057373046875, + 0.00884246826171875, + 0.027008056640625, + -0.043731689453125, + 0.00597381591796875, + 0.0283203125, + -0.01099395751953125, + 0.00955963134765625, + 0.00070953369140625, + 0.015533447265625, + 0.0034809112548828125, + 0.0261688232421875, + -0.0161285400390625, + -0.0036754608154296875, + -0.061676025390625, + 0.01230621337890625, + 0.00672149658203125, + 0.00247955322265625, + -0.01464080810546875, + -0.033477783203125, + -0.05950927734375, + 0.01476287841796875, + 0.03155517578125, + 0.018402099609375, + 0.021026611328125, + -0.03155517578125, + -0.005886077880859375, + -0.007617950439453125, + -0.0151214599609375, + 0.039215087890625, + -0.0305938720703125, + 0.0079498291015625, + 0.00962066650390625, + -0.0261688232421875, + 0.03131103515625, + 0.0181732177734375, + -0.00681304931640625, + 0.034912109375, + 0.0077667236328125, + -0.041839599609375, + 0.008544921875, + 0.00421142578125, + -0.0396728515625, + 0.005645751953125, + -0.0279693603515625, + 0.0247344970703125, + -0.0230712890625, + -0.002658843994140625, + 0.01529693603515625, + 0.0161285400390625, + 0.034423828125, + -0.0003063678741455078, + 0.01087188720703125, + 0.00818634033203125, + 0.00027823448181152344, + 0.05950927734375, + -0.00878143310546875, + -0.038970947265625, + 0.0120697021484375, + -0.033477783203125, + 0.043731689453125, + 0.03778076171875, + -0.0063629150390625, + -0.0176849365234375, + -0.0192413330078125, + 0.052093505859375, + -0.0179290771484375, + 0.006961822509765625, + -0.018524169921875, + 0.03106689453125, + 0.0092620849609375, + 0.046844482421875, + 0.026763916015625, + 0.046356201171875, + 0.0167388916015625, + -0.0166168212890625, + 0.046356201171875, + 0.043731689453125, + 0.02008056640625, + -0.01021575927734375, + -0.0635986328125, + 0.0015535354614257812, + 0.00286865234375, + -0.036346435546875, + -0.0399169921875, + 0.0106353759765625, + 0.05352783203125, + -0.06597900390625, + -0.0305938720703125, + 0.006900787353515625, + -0.018280029296875, + 0.0225830078125, + 0.0291595458984375, + -0.004062652587890625, + 0.03131103515625, + 0.003063201904296875, + -0.041351318359375, + -0.03729248046875, + -0.0105743408203125, + 0.0265350341796875, + 0.056640625, + 0.03155517578125, + -0.0264129638671875, + 0.0401611328125, + 0.00567626953125, + 0.027130126953125, + 0.0280914306640625, + 0.0283203125, + 0.03131103515625, + 0.0191192626953125, + 0.0136871337890625, + 0.0576171875, + 0.006511688232421875, + -0.011474609375, + 0.012664794921875, + 0.038238525390625, + 0.052825927734375, + 0.0404052734375, + -0.006603240966796875, + 0.02020263671875, + -0.0064239501953125, + -0.046142578125, + -0.00675201416015625, + 0.00860595703125, + 0.00756072998046875, + -0.04327392578125, + -0.047332763671875, + 0.027374267578125, + -0.01983642578125, + 0.03729248046875, + 0.005435943603515625, + -0.007587432861328125, + -0.016021728515625, + 0.0181732177734375, + 0.01434326171875, + -0.07025146484375, + 0.01464080810546875, + -0.0018672943115234375, + 0.0223541259765625, + -0.04205322265625, + -0.0207977294921875, + 0.0248565673828125, + -0.0172119140625, + -0.052825927734375, + -0.0167388916015625, + 0.052581787109375, + -0.00806427001953125, + -0.0120697021484375, + -0.0294036865234375, + 0.0009150505065917969, + -0.0280914306640625, + -0.046356201171875, + -0.01021575927734375, + 0.002628326416015625, + 0.02545166015625, + 0.0036449432373046875, + 0.036102294921875, + -0.0021209716796875, + -0.0161285400390625, + -0.018524169921875, + -0.007228851318359375, + -0.049468994140625, + 0.038970947265625, + -0.032501220703125, + 0.05712890625, + 0.00015592575073242188, + 0.01457977294921875, + 0.0304718017578125, + 0.046844482421875, + -0.004241943359375, + -0.00890350341796875, + -0.0228271484375, + -0.0631103515625, + 0.037994384765625, + -0.0276031494140625, + 0.01404571533203125, + -0.056640625, + 0.01165008544921875, + 0.052825927734375, + -0.058563232421875, + -0.0079498291015625, + -0.0093231201171875, + -0.0162506103515625, + -0.0576171875, + 0.0078277587890625, + 0.0134429931640625, + -0.00528717041015625, + 0.09466552734375, + 0.00884246826171875, + -0.0291595458984375, + -0.0290374755859375, + -0.01541900634765625, + 0.029754638671875, + 0.03656005859375, + 0.0166168212890625, + -0.02532958984375, + 0.0189971923828125, + 0.002166748046875, + -0.0218658447265625, + -0.0063934326171875, + -0.0693359375, + 0.046844482421875, + 0.04852294921875, + 0.0121307373046875, + -0.03106689453125, + -0.01541900634765625, + -0.0207977294921875, + 0.00740814208984375, + -0.046600341796875, + 0.032745361328125, + -0.0030765533447265625, + -0.004543304443359375, + -0.04254150390625, + -0.01039886474609375, + -0.00466156005859375, + -0.0264129638671875, + -0.024505615234375, + -0.049224853515625, + 0.016021728515625, + -0.00525665283203125, + -0.047088623046875, + 0.035614013671875, + 0.006305694580078125, + -0.015533447265625, + 0.0012845993041992188, + 0.044708251953125, + -0.045654296875, + -0.018402099609375, + -0.046142578125, + 0.01242828369140625, + 0.002105712890625, + 0.004543304443359375, + 0.00968170166015625, + -0.0049896240234375, + 0.027252197265625, + -0.0396728515625, + 0.055694580078125, + 0.0166168212890625, + -0.04278564453125, + -0.0506591796875, + -0.03131103515625, + 0.0007991790771484375, + 0.00684356689453125, + -0.047576904296875, + 0.07025146484375, + -0.0013141632080078125, + -0.00675201416015625, + -0.10992431640625, + 0.078857421875, + -0.0295257568359375, + 0.03179931640625, + 0.033935546875, + -0.0021953582763671875, + -0.0516357421875, + -0.0228271484375, + -0.033477783203125, + 0.04779052734375, + -0.02294921875, + 0.044708251953125, + 0.018402099609375, + -0.0050201416015625, + -0.0011281967163085938, + -0.03179931640625, + -0.0014934539794921875, + 0.030242919921875, + 0.0142822265625, + -0.0234222412109375, + 0.0516357421875, + 0.0011577606201171875, + 0.0304718017578125, + -0.01027679443359375, + -0.0192413330078125, + 0.0294036865234375, + 0.0001596212387084961, + -0.044921875, + -0.0038547515869140625, + 0.01434326171875, + 0.05426025390625, + -0.00955963134765625, + 0.00466156005859375, + -0.01255035400390625, + 0.0283203125, + -0.0265350341796875, + -0.0264129638671875, + 0.0207977294921875, + 0.015777587890625, + -0.01153564453125, + -0.035125732421875, + -0.078857421875, + -0.091796875, + -0.0162506103515625, + -0.01523590087890625, + -0.0509033203125, + 0.0136260986328125, + 0.03155517578125, + 0.02581787109375, + -0.0230712890625, + 0.0009002685546875, + 0.014404296875, + -0.021514892578125, + -0.03131103515625, + 0.032989501953125, + -0.03131103515625, + 0.028564453125, + 0.009918212890625, + -0.0217437744140625, + 0.0305938720703125, + -0.0151214599609375, + 0.010162353515625, + -0.00878143310546875, + -0.0002465248107910156, + -0.052337646484375, + 0.0290374755859375, + -0.06695556640625, + -0.01416015625, + 0.038726806640625, + 0.01517486572265625, + 0.0011358261108398438, + -0.0341796875, + 0.0576171875, + -0.006305694580078125, + -0.033477783203125, + 0.005886077880859375, + -0.027252197265625, + -0.0175628662109375, + -0.0036754608154296875, + -0.00457000732421875, + 0.01314544677734375, + -0.004543304443359375, + 0.035858154296875, + 0.036102294921875, + 0.04302978515625, + -0.00008493661880493164, + -0.046600341796875, + -0.007110595703125, + 0.0049896240234375, + 0.03729248046875, + 0.027130126953125, + 0.00836944580078125, + -0.00672149658203125, + -0.0020313262939453125, + -0.00179290771484375, + -0.081298828125, + -0.005107879638671875, + -0.047576904296875, + -0.043731689453125, + -0.01374053955078125, + 0.09417724609375, + 0.055206298828125, + 0.0249786376953125, + 0.021026611328125, + 0.07122802734375, + 0.0218658447265625, + 0.0011129379272460938, + 0.00753021240234375, + -0.060699462890625, + 0.0221099853515625, + -0.002986907958984375, + 0.0284423828125, + -0.06695556640625, + 0.033233642578125, + 0.04229736328125, + -0.0025997161865234375, + -0.0120086669921875, + -0.00836944580078125, + 0.00537872314453125, + 0.0399169921875, + 0.0222320556640625, + -0.0003361701965332031, + -0.079833984375, + -0.005558013916015625, + -0.0030918121337890625, + -0.0162506103515625, + -0.001621246337890625, + -0.007080078125, + -0.0279693603515625, + 0.03778076171875, + -0.0511474609375, + -0.024505615234375, + 0.01445770263671875, + 0.049957275390625, + -0.00433349609375, + -0.041839599609375, + -0.07073974609375, + 0.044921875, + 0.01033782958984375, + -0.0024204254150390625, + 0.01123046875, + 0.0032863616943359375, + -0.018280029296875, + 0.0167388916015625, + 0.052337646484375, + 0.003345489501953125, + 0.05401611328125, + 0.0223541259765625, + -0.041595458984375, + 0.0196075439453125, + -0.043975830078125, + 0.022705078125, + -0.012664794921875, + -0.039215087890625, + -0.035369873046875, + -0.07745361328125, + 0.0621337890625, + 0.0207977294921875, + 0.0233001708984375, + 0.05352783203125, + 0.0209197998046875, + -0.0013446807861328125, + 0.0166168212890625, + 0.043975830078125, + 0.032257080078125, + 0.041107177734375, + -0.0011730194091796875, + 0.00247955322265625, + 0.0148773193359375, + 0.004241943359375, + -0.035369873046875, + 0.0236663818359375, + -0.0278472900390625, + 0.0020160675048828125, + -0.041839599609375, + 0.00394439697265625, + 0.01386260986328125, + -0.02880859375, + -0.0064849853515625, + -0.0031223297119140625, + -0.0063629150390625, + -0.018280029296875, + -0.047088623046875, + -0.012969970703125, + 0.0576171875, + -0.01183319091796875, + 0.01171112060546875, + 0.040863037109375, + -0.003032684326171875, + 0.006244659423828125, + -0.05999755859375, + 0.0631103515625, + 0.044921875, + 0.047576904296875, + -0.0174560546875, + 0.027130126953125, + 0.01027679443359375, + 0.005947113037109375, + 0.07794189453125, + 0.0194854736328125, + -0.043487548828125, + 0.032745361328125, + 0.033477783203125, + 0.02294921875, + -0.035369873046875, + 0.043731689453125, + 0.03179931640625, + -0.03369140625, + 0.032745361328125, + 0.0181732177734375, + 0.0341796875, + 0.0034656524658203125, + -0.00045180320739746094, + -0.0249786376953125, + -0.0513916015625, + 0.0506591796875, + 0.0092620849609375, + 0.000888824462890625, + 0.04278564453125, + -0.0247344970703125, + 0.0631103515625, + -0.01230621337890625, + 0.033935546875, + -0.04327392578125, + 0.056640625, + -0.0204315185546875, + 0.0221099853515625, + -0.02593994140625, + -0.009979248046875, + -0.006572723388671875, + 0.0135040283203125, + -0.0280914306640625, + 0.06451416015625, + 0.03778076171875, + -0.0235443115234375, + -0.0265350341796875, + -0.036102294921875, + -0.021270751953125, + 0.002643585205078125, + 0.03155517578125, + -0.043731689453125, + -0.03179931640625, + 0.0011129379272460938, + 0.033233642578125, + 0.04827880859375, + -0.003719329833984375, + 0.06646728515625, + 0.0176849365234375, + -0.02032470703125, + -0.0178070068359375, + -0.0194854736328125 + ], + "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_Cellebrite_UFED", + "type": "tool", + "name": "Cellebrite UFED", + "content": "cellebrite ufed der de-facto-behördenstandard der mobilen forensik greift aktuelle iphones und android-flaggschiffe durch zero-day-exploits und proprietäre bypass-methoden an, ist aber auch sehr teuer. physical extraction umgeht verschlüsselung für vollständigen dateisystem-zugriff. logical plus erweitert standard-backups um gelöschte daten. advanced services greifen auf cellebrites exploit-labor für besonders resistente geräte zurück. physical analyzer visualisiert extrahierte daten intelligent: timeline-ansicht, geo-location-maps, social-network-graphen, kommunikations-muster. project-vic integration für csam-erkennung. chain-of-custody-dokumentation erfüllt höchste forensische standards. die cloud-analyzer-lizenz ermöglicht zugriff auf über 50 cloud-services. updates alle 3 monate für neue geräte und apps. 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.036163330078125, + 0.0443115234375, + 0.04034423828125, + -0.005710601806640625, + 0.0266265869140625, + 0.048675537109375, + 0.0234375, + 0.01291656494140625, + -0.006061553955078125, + -0.0164947509765625, + -0.00963592529296875, + 0.059600830078125, + 0.022552490234375, + -0.019073486328125, + -0.05999755859375, + 0.034759521484375, + 0.00824737548828125, + 0.01361083984375, + 0.007152557373046875, + 0.0012044906616210938, + -0.029998779296875, + -0.006011962890625, + -0.040130615234375, + -0.0025081634521484375, + -0.005489349365234375, + 0.01898193359375, + -0.00928497314453125, + -0.05523681640625, + -0.044708251953125, + -0.006656646728515625, + 0.0160980224609375, + -0.0231475830078125, + -0.011322021484375, + 0.01509857177734375, + 0.0035762786865234375, + -0.016387939453125, + 0.01251983642578125, + -0.0159912109375, + -0.0272216796875, + 0.043914794921875, + -0.023651123046875, + 0.007450103759765625, + 0.03973388671875, + 0.00591278076171875, + -0.029205322265625, + -0.019378662109375, + -0.004245758056640625, + -0.0042724609375, + 0.00583648681640625, + -0.01078033447265625, + 0.01082611083984375, + 0.00983428955078125, + -0.0128173828125, + 0.008544921875, + -0.05206298828125, + 0.02801513671875, + 0.022552490234375, + -0.0207672119140625, + -0.041717529296875, + 0.0623779296875, + -0.041717529296875, + -0.0196685791015625, + 0.0242462158203125, + -0.0211639404296875, + -0.01102447509765625, + 0.0282135009765625, + -0.0128173828125, + -0.01371002197265625, + -0.001800537109375, + 0.0258331298828125, + 0.00116729736328125, + -0.0072021484375, + -0.0262298583984375, + 0.0219573974609375, + -0.04290771484375, + -0.042327880859375, + 0.004619598388671875, + -0.0128173828125, + -0.00563812255859375, + -0.014801025390625, + -0.04290771484375, + 0.00799560546875, + 0.0165863037109375, + 0.0018377304077148438, + -0.023651123046875, + -0.008392333984375, + 0.0576171875, + 0.00799560546875, + -0.0007481575012207031, + -0.01117706298828125, + 0.017181396484375, + -0.0177764892578125, + 0.01232147216796875, + 0.0041961669921875, + 0.047698974609375, + 0.04608154296875, + -0.005489349365234375, + -0.01117706298828125, + -0.00536346435546875, + 0.0506591796875, + -0.00028705596923828125, + -0.00884246826171875, + 0.06158447265625, + -0.01291656494140625, + 0.049468994140625, + -0.060394287109375, + -0.004146575927734375, + -0.032196044921875, + -0.01549530029296875, + -0.00710296630859375, + -0.101318359375, + -0.040740966796875, + -0.008941650390625, + -0.07427978515625, + -0.011322021484375, + 0.0037746429443359375, + 0.00330352783203125, + 0.0635986328125, + -0.03753662109375, + -0.0294036865234375, + 0.026031494140625, + 0.0146026611328125, + -0.01192474365234375, + 0.0272216796875, + -0.038543701171875, + -0.03277587890625, + 0.017578125, + 0.054046630859375, + -0.049285888671875, + -0.035552978515625, + -0.0303955078125, + -0.022247314453125, + -0.00789642333984375, + -0.0161895751953125, + -0.004669189453125, + -0.0309906005859375, + 0.043121337890625, + 0.01038360595703125, + -0.019073486328125, + 0.01450347900390625, + 0.041717529296875, + -0.0357666015625, + -0.0667724609375, + -0.00018703937530517578, + -0.052459716796875, + 0.00849151611328125, + -0.032989501953125, + 0.05841064453125, + -0.049468994140625, + -0.0301971435546875, + -0.002681732177734375, + 0.0290069580078125, + 0.041717529296875, + 0.0008568763732910156, + -0.00189971923828125, + -0.0251312255859375, + 0.020172119140625, + -0.040130615234375, + 0.0199737548828125, + 0.005313873291015625, + -0.03875732421875, + 0.04290771484375, + 0.006259918212890625, + 0.04449462890625, + -0.0245361328125, + -0.04052734375, + -0.0220489501953125, + 0.015594482421875, + -0.0016889572143554688, + -0.0051422119140625, + 0.01062774658203125, + -0.0212554931640625, + 0.06439208984375, + 0.09576416015625, + -0.0157928466796875, + 0.050872802734375, + 0.00959014892578125, + -0.004642486572265625, + 0.02264404296875, + 0.0309906005859375, + -0.004993438720703125, + -0.006805419921875, + 0.0258331298828125, + 0.0031299591064453125, + 0.035369873046875, + -0.02801513671875, + -0.036346435546875, + -0.01102447509765625, + -0.0239410400390625, + 0.01678466796875, + -0.0181732177734375, + -0.0224456787109375, + -0.0216522216796875, + 0.0093841552734375, + 0.026031494140625, + 0.06158447265625, + 0.03436279296875, + -0.01509857177734375, + 0.0357666015625, + 0.0211639404296875, + 0.002285003662109375, + 0.02532958984375, + 0.00469207763671875, + 0.06634521484375, + 0.0227508544921875, + 0.0228424072265625, + 0.006359100341796875, + 0.043914794921875, + 0.0126190185546875, + -0.00908660888671875, + -0.00829315185546875, + 0.0452880859375, + -0.0023345947265625, + -0.0220489501953125, + -0.0169830322265625, + -0.038543701171875, + 0.01371002197265625, + -0.031982421875, + 0.0111236572265625, + -0.006755828857421875, + 0.01837158203125, + -0.04730224609375, + 0.005512237548828125, + 0.0118255615234375, + -0.031402587890625, + 0.02264404296875, + 0.0134124755859375, + -0.0227508544921875, + -0.039337158203125, + 0.01410675048828125, + 0.0081939697265625, + 0.0115203857421875, + -0.006805419921875, + 0.012420654296875, + -0.030792236328125, + -0.01509857177734375, + 0.0335693359375, + 0.0303955078125, + 0.0177764892578125, + 0.0066070556640625, + -0.02960205078125, + 0.035552978515625, + -0.0112762451171875, + 0.01450347900390625, + 0.0243377685546875, + -0.01708984375, + -0.00484466552734375, + 0.03118896484375, + 0.05126953125, + 0.03814697265625, + -0.0687255859375, + 0.002780914306640625, + -0.07867431640625, + 0.0246429443359375, + -0.056427001953125, + -0.032989501953125, + -0.03436279296875, + -0.0592041015625, + 0.0443115234375, + -0.01898193359375, + -0.0270233154296875, + 0.00576019287109375, + 0.006458282470703125, + 0.00844573974609375, + 0.0169830322265625, + 0.00943756103515625, + -0.004669189453125, + 0.026031494140625, + 0.06158447265625, + 0.0022602081298828125, + -0.0108795166015625, + -0.01450347900390625, + 0.0153961181640625, + -0.0290069580078125, + 0.032989501953125, + -0.03656005859375, + -0.0048675537109375, + 0.0258331298828125, + 0.0443115234375, + 0.0242462158203125, + -0.034576416015625, + 0.0309906005859375, + -0.00640869140625, + 0.029205322265625, + -0.041717529296875, + -0.02801513671875, + 0.0099334716796875, + 0.0030422210693359375, + -0.01390838623046875, + -0.04052734375, + -0.0015277862548828125, + 0.047698974609375, + 0.0089874267578125, + 0.018280029296875, + -0.0066070556640625, + -0.03955078125, + -0.0036258697509765625, + 0.01157379150390625, + -0.002532958984375, + 0.047088623046875, + 0.0290069580078125, + -0.039947509765625, + 0.005809783935546875, + 0.004894256591796875, + 0.003650665283203125, + -0.03656005859375, + -0.0278167724609375, + -0.0303955078125, + 0.0130157470703125, + -0.0655517578125, + 0.0146026611328125, + 0.03875732421875, + -0.03955078125, + 0.029998779296875, + -0.0274200439453125, + 0.007152557373046875, + -0.0411376953125, + -0.061187744140625, + 0.01450347900390625, + -0.042327880859375, + -0.039154052734375, + -0.004024505615234375, + 0.044891357421875, + 0.020263671875, + 0.0181732177734375, + -0.017578125, + -0.031982421875, + -0.059600830078125, + 0.00437164306640625, + 0.004421234130859375, + 0.004421234130859375, + -0.042327880859375, + 0.03179931640625, + 0.028411865234375, + 0.03436279296875, + 0.01470184326171875, + 0.06439208984375, + 0.0074005126953125, + -0.011322021484375, + 0.00099945068359375, + 0.0218505859375, + 0.0022602081298828125, + 0.0186767578125, + -0.043304443359375, + -0.038543701171875, + -0.006557464599609375, + -0.039947509765625, + 0.036956787109375, + 0.032989501953125, + 0.02801513671875, + 0.0134124755859375, + -0.02484130859375, + 0.019775390625, + 0.07989501953125, + 0.00029659271240234375, + 0.1072998046875, + -0.0103302001953125, + -0.03515625, + 0.0196685791015625, + 0.033172607421875, + -0.03875732421875, + -0.01678466796875, + 0.04132080078125, + -0.01202392578125, + 0.0009126663208007812, + 0.025634765625, + -0.0142059326171875, + 0.0282135009765625, + 0.0111236572265625, + -0.0007200241088867188, + 0.032989501953125, + -0.0138092041015625, + -0.0020732879638671875, + 0.03973388671875, + 0.043304443359375, + -0.00019407272338867188, + 0.0188751220703125, + -0.0303955078125, + -0.013214111328125, + -0.02880859375, + -0.077880859375, + 0.02374267578125, + 0.0298004150390625, + 0.0157012939453125, + 0.040130615234375, + -0.008544921875, + -0.04986572265625, + 0.01226806640625, + -0.0421142578125, + 0.08782958984375, + 0.045684814453125, + 0.0098876953125, + 0.02264404296875, + -0.006855010986328125, + 0.005413055419921875, + 0.0203704833984375, + 0.021759033203125, + 0.0224456787109375, + 0.0165863037109375, + 0.0458984375, + -0.01018524169921875, + -0.0421142578125, + 0.016693115234375, + 0.0266265869140625, + 0.01161956787109375, + 0.0062103271484375, + 0.041534423828125, + 0.0103302001953125, + 0.052459716796875, + -0.0301971435546875, + 0.0411376953125, + 0.0107269287109375, + -0.0101318359375, + 0.007747650146484375, + -0.02294921875, + 0.0290069580078125, + -0.0389404296875, + -0.003353118896484375, + 0.02532958984375, + 0.0165863037109375, + 0.0247344970703125, + 0.024932861328125, + -0.0655517578125, + -0.0200653076171875, + 0.04608154296875, + -0.03955078125, + 0.00864410400390625, + 0.04449462890625, + -0.029205322265625, + 0.02642822265625, + -0.0235443115234375, + -0.0379638671875, + 0.02264404296875, + -0.0004191398620605469, + -0.0303955078125, + 0.019378662109375, + 0.04986572265625, + -0.0309906005859375, + -0.041534423828125, + -0.055633544921875, + -0.006160736083984375, + -0.0008382797241210938, + -0.0231475830078125, + 0.034759521484375, + -0.0015459060668945312, + -0.01331329345703125, + 0.036956787109375, + 0.03753662109375, + 0.001117706298828125, + -0.03277587890625, + 0.049468994140625, + -0.0367431640625, + -0.0452880859375, + 0.019073486328125, + 0.02880859375, + 0.0294036865234375, + -0.0474853515625, + -0.0128173828125, + -0.004322052001953125, + 0.01678466796875, + 0.02215576171875, + 0.01519775390625, + -0.0002808570861816406, + -0.05206298828125, + -0.039154052734375, + 0.041717529296875, + 0.0290069580078125, + 0.0592041015625, + -0.0218505859375, + -0.031982421875, + 0.0165863037109375, + -0.0272216796875, + -0.01271820068359375, + -0.003997802734375, + 0.005092620849609375, + -0.051666259765625, + 0.060791015625, + -0.00933837890625, + -0.0062103271484375, + -0.0012788772583007812, + 0.0655517578125, + -0.0012664794921875, + 0.004520416259765625, + -0.051666259765625, + 0.0298004150390625, + 0.0421142578125, + -0.05047607421875, + -0.004123687744140625, + -0.0027313232421875, + -0.022247314453125, + 0.0188751220703125, + -0.0066070556640625, + 0.017486572265625, + 0.0181732177734375, + -0.06793212890625, + -0.032989501953125, + -0.0203704833984375, + 0.01078033447265625, + -0.045501708984375, + 0.0272216796875, + 0.026031494140625, + -0.0116729736328125, + 0.0168914794921875, + -0.012664794921875, + 0.017578125, + 0.0301971435546875, + -0.0021228790283203125, + -0.031402587890625, + 0.043121337890625, + -0.06793212890625, + -0.024139404296875, + -0.01192474365234375, + 0.0298004150390625, + -0.0184783935546875, + 0.01097869873046875, + -0.01122283935546875, + -0.019866943359375, + 0.034759521484375, + -0.027618408203125, + -0.01509857177734375, + -0.0270233154296875, + -0.0238494873046875, + -0.0367431640625, + -0.01236724853515625, + 0.01042938232421875, + 0.025634765625, + 0.0059356689453125, + -0.023040771484375, + 0.044891357421875, + -0.050262451171875, + 0.0207672119140625, + 0.006011962890625, + 0.0013904571533203125, + 0.00804901123046875, + -0.01788330078125, + -0.0107269287109375, + 0.01236724853515625, + 0.020660400390625, + -0.0219573974609375, + -0.02642822265625, + -0.067138671875, + 0.034759521484375, + -0.0015401840209960938, + -0.0009374618530273438, + -0.0032291412353515625, + -0.054443359375, + -0.0592041015625, + 0.0057373046875, + 0.0341796875, + 0.00286865234375, + -0.00257110595703125, + -0.031402587890625, + -0.02960205078125, + -0.00469207763671875, + -0.0262298583984375, + 0.03118896484375, + -0.01549530029296875, + 0.001148223876953125, + -0.0005774497985839844, + -0.0278167724609375, + 0.013214111328125, + 0.029205322265625, + 0.0160980224609375, + -0.00928497314453125, + 0.051666259765625, + -0.043701171875, + 0.032196044921875, + -0.01678466796875, + -0.01529693603515625, + 0.0035762786865234375, + -0.00650787353515625, + 0.0303955078125, + -0.02264404296875, + -0.04608154296875, + -0.0021610260009765625, + 0.001483917236328125, + 0.031982421875, + -0.0290069580078125, + -0.01271820068359375, + 0.036346435546875, + -0.01122283935546875, + 0.040740966796875, + -0.028411865234375, + -0.027618408203125, + -0.02484130859375, + -0.01226806640625, + 0.0421142578125, + 0.04449462890625, + 0.028411865234375, + -0.038360595703125, + -0.00908660888671875, + 0.04888916015625, + -0.00370025634765625, + -0.0301971435546875, + -0.0168914794921875, + 0.00008225440979003906, + 0.01490020751953125, + 0.06396484375, + 0.004421234130859375, + 0.09619140625, + -0.01157379150390625, + 0.009735107421875, + 0.048492431640625, + 0.06317138671875, + 0.039154052734375, + -0.00710296630859375, + -0.0452880859375, + 0.022247314453125, + -0.007053375244140625, + -0.04608154296875, + -0.0458984375, + 0.016387939453125, + 0.04052734375, + -0.07232666015625, + -0.01078033447265625, + -0.00824737548828125, + 0.020965576171875, + -0.00730133056640625, + 0.0036258697509765625, + -0.01311492919921875, + 0.006084442138671875, + 0.0165863037109375, + -0.02264404296875, + 0.0184783935546875, + -0.0149993896484375, + 0.01509857177734375, + 0.05126953125, + 0.039154052734375, + -0.0186767578125, + 0.031585693359375, + 0.01097869873046875, + 0.0007233619689941406, + 0.01232147216796875, + 0.040130615234375, + 0.0130157470703125, + 0.0305938720703125, + 0.04351806640625, + 0.031982421875, + -0.006134033203125, + -0.0220489501953125, + 0.001316070556640625, + 0.01947021484375, + 0.03973388671875, + 0.0699462890625, + -0.0160980224609375, + 0.002185821533203125, + -0.024139404296875, + -0.051666259765625, + 0.01271820068359375, + 0.01898193359375, + -0.0034770965576171875, + -0.02642822265625, + -0.03753662109375, + 0.023040771484375, + -0.058807373046875, + 0.0458984375, + 0.0030422210693359375, + -0.037353515625, + 0.014007568359375, + 0.054840087890625, + -0.0016021728515625, + -0.033782958984375, + -0.0029048919677734375, + -0.038360595703125, + -0.0173797607421875, + -0.0212554931640625, + -0.03814697265625, + 0.032196044921875, + -0.044708251953125, + -0.054046630859375, + -0.01509857177734375, + 0.0309906005859375, + -0.024444580078125, + -0.049072265625, + -0.02801513671875, + -0.00804901123046875, + -0.002819061279296875, + -0.0443115234375, + -0.05364990234375, + -0.02960205078125, + 0.0159912109375, + -0.033782958984375, + 0.0087432861328125, + -0.006061553955078125, + -0.0232391357421875, + -0.0045928955078125, + -0.019775390625, + 0.015594482421875, + 0.0095367431640625, + -0.0389404296875, + 0.02880859375, + 0.0002856254577636719, + 0.03179931640625, + 0.0254364013671875, + 0.054443359375, + -0.0096893310546875, + 0.011077880859375, + -0.031585693359375, + -0.0379638671875, + 0.00150299072265625, + 0.001949310302734375, + 0.008392333984375, + -0.060791015625, + 0.00370025634765625, + 0.054443359375, + -0.091796875, + 0.008392333984375, + 0.0181732177734375, + -0.025634765625, + -0.0303955078125, + -0.02880859375, + 0.00923919677734375, + -0.0074005126953125, + 0.07550048828125, + 0.005214691162109375, + 0.00469207763671875, + 0.0138092041015625, + -0.0298004150390625, + 0.03497314453125, + 0.0124664306640625, + 0.01038360595703125, + -0.041717529296875, + 0.028411865234375, + 0.00623321533203125, + -0.031402587890625, + -0.00009894371032714844, + -0.058013916015625, + -0.0079498291015625, + 0.0286102294921875, + 0.0251312255859375, + -0.00849151611328125, + -0.01078033447265625, + -0.01788330078125, + -0.0243377685546875, + -0.039947509765625, + 0.0138092041015625, + -0.01058197021484375, + -0.0052642822265625, + -0.03338623046875, + -0.026031494140625, + -0.029205322265625, + -0.060791015625, + -0.0278167724609375, + -0.039154052734375, + 0.032196044921875, + 0.01212310791015625, + -0.04052734375, + 0.007152557373046875, + 0.0079498291015625, + -0.0172882080078125, + 0.011322021484375, + 0.06439208984375, + -0.04986572265625, + -0.0184783935546875, + 0.0016021728515625, + 0.041717529296875, + 0.00506591796875, + 0.0083465576171875, + -0.01197052001953125, + 0.020263671875, + 0.0091400146484375, + -0.035369873046875, + 0.023345947265625, + 0.026031494140625, + -0.00933837890625, + -0.04888916015625, + -0.0103302001953125, + -0.0200653076171875, + 0.03338623046875, + -0.011871337890625, + 0.049468994140625, + 0.01192474365234375, + -0.0042724609375, + -0.10968017578125, + 0.03594970703125, + -0.033782958984375, + 0.0298004150390625, + 0.0243377685546875, + -0.00785064697265625, + -0.0576171875, + -0.02642822265625, + -0.043914794921875, + 0.0212554931640625, + -0.007747650146484375, + 0.039947509765625, + -0.022552490234375, + 0.01450347900390625, + -0.0018625259399414062, + -0.006656646728515625, + 0.004619598388671875, + 0.06396484375, + 0.0029048919677734375, + -0.045501708984375, + 0.054840087890625, + -0.016387939453125, + -0.01509857177734375, + -0.01678466796875, + 0.01236724853515625, + 0.0266265869140625, + -0.005962371826171875, + -0.0228424072265625, + 0.0212554931640625, + 0.03594970703125, + 0.051666259765625, + -0.031585693359375, + 0.020965576171875, + -0.002780914306640625, + 0.0258331298828125, + -0.0220489501953125, + -0.0168914794921875, + 0.00409698486328125, + -0.00829315185546875, + -0.0130157470703125, + -0.0199737548828125, + -0.0635986328125, + -0.0826416015625, + 0.0238494873046875, + -0.0506591796875, + -0.022247314453125, + 0.039947509765625, + 0.019073486328125, + 0.014404296875, + -0.050262451171875, + 0.019775390625, + 0.00591278076171875, + -0.0128173828125, + -0.00978851318359375, + 0.026031494140625, + -0.022247314453125, + 0.0341796875, + -0.0104827880859375, + -0.047882080078125, + 0.04351806640625, + -0.0159912109375, + 0.0240478515625, + -0.00904083251953125, + 0.01003265380859375, + -0.007053375244140625, + 0.032196044921875, + -0.0889892578125, + -0.03955078125, + 0.0199737548828125, + 0.05206298828125, + 0.0138092041015625, + -0.00785064697265625, + 0.0270233154296875, + -0.0146026611328125, + -0.055633544921875, + 0.0079498291015625, + -0.0159912109375, + -0.03277587890625, + 0.0023097991943359375, + -0.004894256591796875, + 0.0030059814453125, + 0.0379638671875, + 0.0207672119140625, + 0.040130615234375, + 0.0443115234375, + 0.006855010986328125, + -0.0389404296875, + -0.0191802978515625, + -0.0101318359375, + 0.00829315185546875, + 0.005390167236328125, + 0.0239410400390625, + -0.0033779144287109375, + 0.0157928466796875, + -0.00769805908203125, + -0.08343505859375, + -0.02642822265625, + -0.0176849365234375, + -0.039947509765625, + -0.00014901161193847656, + 0.06793212890625, + 0.0443115234375, + -0.0238494873046875, + 0.01212310791015625, + 0.0305938720703125, + 0.0128173828125, + 0.0196685791015625, + -0.0176849365234375, + -0.05364990234375, + -0.007152557373046875, + -0.01171875, + 0.0195770263671875, + -0.04193115234375, + 0.0254364013671875, + 0.056427001953125, + -0.0224456787109375, + -0.014007568359375, + -0.0146026611328125, + 0.0176849365234375, + 0.047882080078125, + 0.03436279296875, + 0.0111236572265625, + -0.050079345703125, + 0.01212310791015625, + 0.0443115234375, + -0.006183624267578125, + 0.0037250518798828125, + -0.037139892578125, + -0.033172607421875, + 0.0411376953125, + -0.04034423828125, + 0.0112762451171875, + -0.006557464599609375, + 0.05999755859375, + 0.00189971923828125, + -0.044708251953125, + -0.0200653076171875, + 0.04608154296875, + 0.00868988037109375, + -0.0159912109375, + 0.031585693359375, + 0.0161895751953125, + -0.029998779296875, + 0.0528564453125, + 0.03814697265625, + -0.0013971328735351562, + 0.029205322265625, + 0.028411865234375, + -0.0411376953125, + 0.034759521484375, + 0.0006704330444335938, + -0.0012540817260742188, + -0.026824951171875, + -0.0443115234375, + -0.03814697265625, + -0.0576171875, + 0.0176849365234375, + 0.0016641616821289062, + 0.0576171875, + 0.0294036865234375, + 0.0010433197021484375, + -0.0157928466796875, + -0.00864410400390625, + 0.03753662109375, + 0.0274200439453125, + 0.0095367431640625, + 0.0272216796875, + 0.006458282470703125, + 0.0130157470703125, + 0.046295166015625, + -0.0452880859375, + 0.0164947509765625, + -0.01837158203125, + 0.01490020751953125, + -0.05999755859375, + -0.00933837890625, + 0.002956390380859375, + 0.0009374618530273438, + -0.00630950927734375, + -0.019378662109375, + -0.006656646728515625, + -0.0011110305786132812, + -0.03973388671875, + -0.00933837890625, + 0.030792236328125, + -0.048492431640625, + 0.0290069580078125, + 0.0025959014892578125, + -0.0120697021484375, + -0.0017757415771484375, + -0.042327880859375, + 0.1168212890625, + 0.0215606689453125, + 0.01898193359375, + 0.01078033447265625, + 0.02264404296875, + 0.04193115234375, + 0.005710601806640625, + 0.0024967193603515625, + 0.044891357421875, + -0.01216888427734375, + 0.04669189453125, + 0.04730224609375, + -0.010284423828125, + -0.032196044921875, + 0.05682373046875, + 0.003204345703125, + -0.045684814453125, + 0.02801513671875, + 0.0305938720703125, + 0.0149993896484375, + 0.005611419677734375, + -0.016693115234375, + -0.0181732177734375, + -0.06475830078125, + 0.061187744140625, + 0.00804901123046875, + -0.0038242340087890625, + 0.0357666015625, + -0.06951904296875, + 0.05523681640625, + 0.013214111328125, + 0.0251312255859375, + -0.044708251953125, + 0.043121337890625, + -0.0235443115234375, + -0.004520416259765625, + 0.005588531494140625, + 0.0028438568115234375, + -0.004047393798828125, + 0.031585693359375, + -0.034759521484375, + 0.07110595703125, + 0.0294036865234375, + -0.00009936094284057617, + -0.07110595703125, + -0.0116729736328125, + -0.00789642333984375, + -0.005462646484375, + 0.026824951171875, + -0.022247314453125, + -0.0016145706176757812, + 0.00769805908203125, + 0.0077972412109375, + 0.05523681640625, + -0.0218505859375, + 0.0238494873046875, + 0.01371002197265625, + -0.003353118896484375, + 0.025634765625, + -0.0172882080078125 + ], + "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_OpenCTI", + "type": "tool", + "name": "OpenCTI", + "content": "opencti filigrans cyber-threat-intelligence-plattform orchestriert moderne threat-research durch knowledge-graph-basierte datenmodellierung nach stix-standards. import von iocs, ttps, malware-analysen aus hunderten quellen: misp-feeds, commercial-intel, custom-research. die graph-engine korreliert scheinbar unabhängige indicators zu attack-campaigns. besonders mächtig: automated-enrichment durch connector-ecosystem, confidence-scoring gewichtet intel-quality, observable-pivoting findet related-indicators automatisch. playbook-integration ermöglicht automated-response. team-collaboration durch workspaces und knowledge-sharing. export zu siem-systemen in real-time. the modern-react-ui macht komplexe intelligence-workflows intuitiv. docker-compose-deployment für schnelle installation. enterprise- features: multi-tenancy, rbac, audit-logging. open-source aber commercial-support verfügbar. standard-platform für moderne cti-teams die structured intelligence-sharing benötigen. threat-intel graph incident-response analysis", + "embedding": [ + -0.0289459228515625, + 0.00899505615234375, + 0.06121826171875, + 0.0211639404296875, + 0.01739501953125, + 0.0257568359375, + 0.0247650146484375, + -0.0184783935546875, + -0.02777099609375, + 0.0005879402160644531, + -0.0124664306640625, + 0.033111572265625, + 0.004703521728515625, + 0.00765228271484375, + -0.06256103515625, + 0.046173095703125, + 0.0004887580871582031, + 0.015899658203125, + 0.026092529296875, + -0.0244293212890625, + -0.035797119140625, + -0.0111236572265625, + -0.046844482421875, + -0.006984710693359375, + -0.006439208984375, + -0.00556182861328125, + 0.0130462646484375, + -0.056549072265625, + -0.039825439453125, + 0.0135498046875, + 0.0374755859375, + -0.0217437744140625, + 0.0033245086669921875, + 0.019073486328125, + 0.00811004638671875, + -0.002330780029296875, + -0.0012388229370117188, + -0.05755615234375, + 0.0016832351684570312, + -0.00849151611328125, + -0.0087432861328125, + 0.0182342529296875, + 0.01287841796875, + 0.01129150390625, + -0.0184783935546875, + -0.0582275390625, + 0.00798797607421875, + -0.0079498291015625, + 0.023590087890625, + -0.00685882568359375, + 0.0269317626953125, + 0.0230865478515625, + -0.007904052734375, + 0.002216339111328125, + -0.02777099609375, + 0.005687713623046875, + 0.0156402587890625, + -0.020904541015625, + -0.028778076171875, + 0.03228759765625, + -0.02392578125, + -0.007568359375, + -0.004016876220703125, + 0.0140533447265625, + 0.0019969940185546875, + 0.006107330322265625, + -0.01296234130859375, + -0.0080718994140625, + 0.0001392364501953125, + -0.0033664703369140625, + 0.0087432861328125, + 0.01120758056640625, + -0.00104522705078125, + 0.005435943603515625, + -0.0167236328125, + -0.0284423828125, + 0.026763916015625, + 0.050201416015625, + -0.020416259765625, + 0.01087188720703125, + -0.057891845703125, + -0.0036182403564453125, + 0.0736083984375, + 0.004558563232421875, + -0.037139892578125, + -0.020904541015625, + 0.040496826171875, + 0.0035343170166015625, + 0.007110595703125, + -0.010955810546875, + 0.01087188720703125, + 0.0140533447265625, + 0.03497314453125, + -0.0284423828125, + 0.04852294921875, + 0.051849365234375, + -0.027099609375, + -0.0000584721565246582, + 0.0124664306640625, + 0.039825439453125, + 0.0135498046875, + -0.01087188720703125, + 0.0343017578125, + -0.022918701171875, + 0.057891845703125, + -0.0259246826171875, + 0.01187896728515625, + -0.0286102294921875, + 0.0237579345703125, + -0.0159759521484375, + -0.09234619140625, + -0.058563232421875, + -0.0143890380859375, + -0.04266357421875, + -0.004955291748046875, + 0.009368896484375, + -0.021575927734375, + 0.032958984375, + -0.0582275390625, + -0.028106689453125, + 0.03228759765625, + 0.03094482421875, + 0.007568359375, + 0.002498626708984375, + -0.02008056640625, + -0.042816162109375, + -0.00982666015625, + 0.00811004638671875, + -0.0220794677734375, + -0.0191497802734375, + -0.013214111328125, + -0.0204925537109375, + 0.01287841796875, + -0.046173095703125, + 0.00911712646484375, + -0.025421142578125, + 0.028106689453125, + -0.003910064697265625, + 0.0046844482421875, + -0.0140533447265625, + 0.0211639404296875, + -0.036956787109375, + -0.05755615234375, + -0.0147247314453125, + -0.028778076171875, + -0.010498046875, + -0.00995635986328125, + 0.051849365234375, + -0.020660400390625, + -0.02459716796875, + 0.005603790283203125, + 0.01422119140625, + 0.072265625, + 0.0027179718017578125, + 0.022918701171875, + -0.0172271728515625, + -0.0035343170166015625, + -0.0093231201171875, + 0.042816162109375, + -0.0168914794921875, + -0.001255035400390625, + 0.0196533203125, + 0.010955810546875, + 0.00916290283203125, + -0.0304412841796875, + -0.011962890625, + -0.0234222412109375, + -0.017059326171875, + -0.0143890380859375, + 0.0237579345703125, + 0.0178985595703125, + -0.00844573974609375, + 0.04718017578125, + 0.036956787109375, + -0.0020904541015625, + 0.0019550323486328125, + 0.01137542724609375, + -0.014556884765625, + 0.040313720703125, + 0.0217437744140625, + 0.002780914306640625, + 0.000522613525390625, + 0.0307769775390625, + -0.00702667236328125, + 0.0194854736328125, + 0.0011968612670898438, + -0.0401611328125, + 0.0192413330078125, + -0.0162200927734375, + 0.00556182861328125, + -0.038482666015625, + -0.0478515625, + -0.0227508544921875, + 0.032623291015625, + 0.03631591796875, + 0.04132080078125, + 0.020660400390625, + -0.0195770263671875, + 0.00719451904296875, + -0.0021648406982421875, + -0.0008730888366699219, + 0.0183258056640625, + -0.00849151611328125, + 0.0182342529296875, + 0.013214111328125, + -0.010955810546875, + -0.0269317626953125, + 0.052520751953125, + 0.0143890380859375, + -0.0347900390625, + 0.010498046875, + 0.047515869140625, + -0.00836181640625, + -0.0117950439453125, + -0.02642822265625, + -0.040985107421875, + 0.0160675048828125, + -0.0130462646484375, + -0.03546142578125, + 0.0006403923034667969, + -0.0211639404296875, + -0.038299560546875, + -0.01329803466796875, + 0.019989013671875, + -0.00798797607421875, + 0.0595703125, + 0.028778076171875, + -0.004306793212890625, + 0.01041412353515625, + 0.0189056396484375, + 0.048187255859375, + 0.024261474609375, + -0.00899505615234375, + -0.0244293212890625, + -0.056549072265625, + -0.0227508544921875, + 0.0182342529296875, + 0.0199127197265625, + 0.0234222412109375, + 0.005352020263671875, + -0.0374755859375, + 0.033782958984375, + -0.01053619384765625, + 0.051849365234375, + 0.00827789306640625, + -0.018646240234375, + -0.017486572265625, + 0.026763916015625, + 0.043487548828125, + 0.06658935546875, + -0.028106689453125, + 0.005645751953125, + -0.0406494140625, + 0.03948974609375, + -0.06256103515625, + -0.030609130859375, + -0.020660400390625, + -0.045501708984375, + 0.0582275390625, + -0.0199127197265625, + 0.0069427490234375, + 0.033111572265625, + 0.0166473388671875, + -0.0007686614990234375, + 0.03948974609375, + -0.0085296630859375, + -0.0528564453125, + -0.0026340484619140625, + 0.069580078125, + 0.0194091796875, + -0.0234222412109375, + 0.0207366943359375, + 0.0595703125, + 0.0019130706787109375, + 0.0307769775390625, + -0.02911376953125, + 0.0163116455078125, + 0.0478515625, + 0.028778076171875, + 0.03411865234375, + -0.00531005859375, + 0.0292816162109375, + -0.03411865234375, + 0.043487548828125, + -0.06756591796875, + 0.0030117034912109375, + -0.0133819580078125, + -0.0009150505065917969, + 0.005268096923828125, + -0.05987548828125, + -0.0098724365234375, + 0.050201416015625, + 0.0255889892578125, + -0.005645751953125, + 0.0289459228515625, + -0.02978515625, + 0.0225830078125, + -0.00844573974609375, + -0.00957489013671875, + 0.029937744140625, + 0.052520751953125, + -0.031280517578125, + 0.0217437744140625, + -0.01430511474609375, + 0.01070404052734375, + -0.01187896728515625, + -0.04315185546875, + -0.00445556640625, + -0.019744873046875, + -0.06256103515625, + -0.0240936279296875, + 0.00882720947265625, + -0.007320404052734375, + -0.0016202926635742188, + -0.0194091796875, + 0.0000483393669128418, + -0.033782958984375, + -0.039154052734375, + 0.012298583984375, + -0.029937744140625, + -0.05419921875, + -0.0224151611328125, + 0.06256103515625, + 0.0089111328125, + 0.0010347366333007812, + -0.0007109642028808594, + -0.035125732421875, + -0.04315185546875, + 0.0276031494140625, + -0.014892578125, + -0.0010662078857421875, + -0.0159759521484375, + 0.035308837890625, + 0.0251007080078125, + 0.055206298828125, + 0.0018091201782226562, + 0.0745849609375, + 0.0066070556640625, + -0.0304412841796875, + -0.01129150390625, + 0.0276031494140625, + 0.0121307373046875, + 0.0465087890625, + -0.006191253662109375, + 0.0026340484619140625, + -0.02459716796875, + -0.040496826171875, + 0.029449462890625, + 0.018402099609375, + 0.035797119140625, + 0.016815185546875, + -0.0137176513671875, + 0.001087188720703125, + 0.0699462890625, + -0.0084075927734375, + 0.09234619140625, + -0.01263427734375, + -0.0374755859375, + 0.0103302001953125, + 0.0169830322265625, + -0.04583740234375, + -0.01279449462890625, + 0.0175628662109375, + 0.01087188720703125, + 0.0007996559143066406, + 0.0316162109375, + -0.0087432861328125, + 0.03729248046875, + -0.0121307373046875, + 0.0107879638671875, + 0.05889892578125, + -0.01346588134765625, + 0.04180908203125, + 0.045166015625, + 0.019073486328125, + 0.0292816162109375, + 0.009490966796875, + -0.0195770263671875, + 0.00832366943359375, + -0.04180908203125, + -0.072265625, + 0.014892578125, + 0.022247314453125, + 0.006900787353515625, + 0.0265960693359375, + -0.0262603759765625, + -0.06658935546875, + 0.0204925537109375, + -0.0201568603515625, + 0.07025146484375, + 0.044830322265625, + 0.01739501953125, + 0.0379638671875, + -0.03363037109375, + -0.0061492919921875, + 0.017059326171875, + 0.034637451171875, + 0.0292816162109375, + 0.035797119140625, + 0.018402099609375, + -0.0047454833984375, + -0.02911376953125, + 0.016143798828125, + 0.004642486572265625, + 0.0225830078125, + -0.0085296630859375, + 0.0167236328125, + 0.0247650146484375, + 0.039825439453125, + -0.0555419921875, + 0.04583740234375, + 0.0208282470703125, + -0.061553955078125, + 0.00861358642578125, + -0.023590087890625, + 0.0284423828125, + -0.0745849609375, + 0.00589752197265625, + -0.002101898193359375, + 0.0225830078125, + -0.00141143798828125, + 0.01422119140625, + -0.054534912109375, + -0.0137176513671875, + 0.054534912109375, + -0.098388671875, + 0.0188140869140625, + 0.037628173828125, + -0.015472412109375, + 0.042816162109375, + -0.020660400390625, + -0.035125732421875, + 0.02978515625, + -0.0210723876953125, + -0.0121307373046875, + -0.0007109642028808594, + 0.024932861328125, + -0.060546875, + -0.009490966796875, + -0.0419921875, + -0.01513671875, + 0.0133819580078125, + -0.042816162109375, + 0.0156402587890625, + -0.0237579345703125, + -0.007320404052734375, + 0.049530029296875, + 0.03863525390625, + -0.00572967529296875, + -0.01313018798828125, + 0.03546142578125, + -0.015899658203125, + -0.038299560546875, + 0.02191162109375, + 0.0316162109375, + 0.00041031837463378906, + -0.0304412841796875, + -0.00865936279296875, + -0.0202484130859375, + 0.0301055908203125, + -0.00748443603515625, + -0.004077911376953125, + -0.0478515625, + -0.03179931640625, + -0.039154052734375, + 0.05487060546875, + 0.03863525390625, + 0.035125732421875, + 0.012298583984375, + -0.050201416015625, + 0.018402099609375, + -0.08697509765625, + -0.006107330322265625, + -0.0106658935546875, + -0.00037384033203125, + -0.00254058837890625, + 0.075927734375, + -0.0301055908203125, + 0.0038051605224609375, + -0.0234222412109375, + 0.05218505859375, + 0.014556884765625, + 0.01103973388671875, + -0.046173095703125, + 0.032958984375, + 0.029937744140625, + -0.0645751953125, + -0.0183258056640625, + 0.00031375885009765625, + 0.019073486328125, + 0.04449462890625, + -0.06524658203125, + 0.00273895263671875, + -0.0269317626953125, + -0.06524658203125, + -0.01007843017578125, + -0.01024627685546875, + -0.00669097900390625, + -0.050201416015625, + 0.0301055908203125, + 0.0143890380859375, + -0.004894256591796875, + 0.0265960693359375, + 0.012298583984375, + -0.00685882568359375, + 0.0099945068359375, + 0.0159759521484375, + -0.03228759765625, + 0.033294677734375, + -0.060546875, + -0.038818359375, + -0.00849151611328125, + 0.0244293212890625, + -0.0095367431640625, + 0.010040283203125, + -0.021331787109375, + -0.013885498046875, + 0.01087188720703125, + -0.0289459228515625, + -0.00844573974609375, + 0.007568359375, + -0.020660400390625, + -0.022247314453125, + -0.03631591796875, + 0.023590087890625, + 0.018402099609375, + 0.01898193359375, + 0.03497314453125, + 0.032440185546875, + -0.04180908203125, + 0.029449462890625, + 0.0179901123046875, + -0.0176544189453125, + 0.004245758056640625, + -0.019989013671875, + -0.0013380050659179688, + -0.01221466064453125, + 0.026092529296875, + -0.004055023193359375, + -0.054534912109375, + -0.06689453125, + 0.0292816162109375, + -0.00736236572265625, + 0.0024051666259765625, + -0.0279388427734375, + -0.0262603759765625, + -0.04986572265625, + -0.01898193359375, + 0.0259246826171875, + 0.0296173095703125, + 0.0005698204040527344, + -0.04248046875, + -0.0014848709106445312, + -0.0234222412109375, + -0.0419921875, + 0.02642822265625, + 0.00482940673828125, + 0.012298583984375, + -0.02032470703125, + -0.013214111328125, + 0.0220794677734375, + 0.0032405853271484375, + 0.037811279296875, + 0.00273895263671875, + 0.0252685546875, + -0.045166015625, + 0.0201568603515625, + -0.0029277801513671875, + -0.0149688720703125, + 0.0036602020263671875, + -0.0107879638671875, + -0.00539398193359375, + -0.030609130859375, + -0.032958984375, + 0.0024566650390625, + 0.0296173095703125, + 0.00572967529296875, + -0.0004916191101074219, + -0.044158935546875, + 0.035980224609375, + -0.01447296142578125, + 0.0555419921875, + -0.01007843017578125, + -0.07562255859375, + -0.01538848876953125, + 0.00635528564453125, + 0.05755615234375, + 0.0582275390625, + 0.00836181640625, + -0.05352783203125, + 0.0107879638671875, + 0.04449462890625, + 0.00982666015625, + -0.050537109375, + -0.034454345703125, + 0.030609130859375, + 0.00995635986328125, + 0.02459716796875, + -0.01154327392578125, + 0.093017578125, + 0.01204681396484375, + 0.0010404586791992188, + 0.0265960693359375, + 0.0826416015625, + 0.02777099609375, + -0.0006246566772460938, + -0.05084228515625, + 0.005645751953125, + -0.00466156005859375, + -0.0635986328125, + -0.024261474609375, + -0.00606536865234375, + 0.06622314453125, + -0.0709228515625, + -0.020416259765625, + -0.0042877197265625, + -0.01221466064453125, + 0.0227508544921875, + -0.007110595703125, + -0.006107330322265625, + 0.018157958984375, + 0.00372314453125, + -0.02642822265625, + 0.01279449462890625, + -0.0167236328125, + -0.0224151611328125, + 0.028778076171875, + 0.035125732421875, + 0.0011081695556640625, + 0.006481170654296875, + -0.0104522705078125, + 0.0196533203125, + 0.0137176513671875, + 0.0220794677734375, + 0.042816162109375, + 0.00748443603515625, + 0.052520751953125, + 0.06927490234375, + -0.0031986236572265625, + -0.0257568359375, + 0.00970458984375, + 0.0289459228515625, + 0.01204681396484375, + 0.03814697265625, + 0.00765228271484375, + 0.036956787109375, + -0.0014219284057617188, + -0.027099609375, + -0.01555633544921875, + 0.006984710693359375, + -0.024932861328125, + -0.02392578125, + -0.054534912109375, + 0.0088653564453125, + -0.03094482421875, + 0.0347900390625, + 0.003742218017578125, + -0.0269317626953125, + -0.0227508544921875, + 0.04852294921875, + -0.00669097900390625, + -0.050201416015625, + 0.019989013671875, + -0.01522064208984375, + -0.034454345703125, + -0.00827789306640625, + -0.02191162109375, + 0.060882568359375, + -0.0211639404296875, + -0.05621337890625, + -0.0140533447265625, + 0.04852294921875, + 0.01329803466796875, + -0.024932861328125, + 0.019073486328125, + 0.0024051666259765625, + -0.019744873046875, + -0.03997802734375, + -0.03411865234375, + -0.0284423828125, + -0.01346588134765625, + -0.053863525390625, + 0.01024627685546875, + -0.00736236572265625, + -0.01422119140625, + -0.039642333984375, + -0.011627197265625, + -0.050537109375, + 0.049530029296875, + -0.0307769775390625, + 0.048858642578125, + 0.00798797607421875, + 0.0023632049560546875, + 0.046173095703125, + 0.0712890625, + -0.00012087821960449219, + -0.00945281982421875, + -0.01120758056640625, + -0.039825439453125, + 0.0093231201171875, + -0.0023517608642578125, + -0.00006568431854248047, + -0.0491943359375, + 0.015899658203125, + 0.047515869140625, + -0.0789794921875, + 0.01120758056640625, + 0.02777099609375, + 0.01255035400390625, + -0.0465087890625, + -0.0007319450378417969, + -0.000331878662109375, + 0.01137542724609375, + 0.04180908203125, + -0.01129150390625, + -0.0015478134155273438, + -0.006397247314453125, + -0.045501708984375, + 0.04986572265625, + 0.0069427490234375, + 0.01555633544921875, + -0.0311126708984375, + 0.00911712646484375, + 0.019317626953125, + -0.03363037109375, + 0.030609130859375, + -0.0582275390625, + -0.0140533447265625, + 0.0224151611328125, + 0.01873779296875, + -0.0149688720703125, + 0.013885498046875, + -0.042816162109375, + -0.0251007080078125, + -0.037811279296875, + 0.007568359375, + 0.0006246566772460938, + 0.0079498291015625, + -0.046173095703125, + -0.051513671875, + -0.0058135986328125, + -0.032440185546875, + -0.0595703125, + -0.020904541015625, + 0.0178985595703125, + 0.0121307373046875, + -0.046844482421875, + -0.007152557373046875, + 0.001735687255859375, + 0.014556884765625, + 0.040496826171875, + 0.0645751953125, + -0.0374755859375, + -0.012298583984375, + 0.01898193359375, + 0.0296173095703125, + 0.01505279541015625, + -0.010955810546875, + -0.01154327392578125, + -0.0074462890625, + 0.00516510009765625, + -0.04449462890625, + 0.032958984375, + 0.0595703125, + -0.0276031494140625, + -0.0478515625, + -0.01221466064453125, + -0.055877685546875, + 0.0214080810546875, + -0.005519866943359375, + 0.05621337890625, + -0.0127105712890625, + -0.005268096923828125, + -0.08428955078125, + 0.045501708984375, + -0.01505279541015625, + 0.0210723876953125, + 0.01522064208984375, + -0.0307769775390625, + -0.033782958984375, + -0.03497314453125, + -0.026092529296875, + 0.0296173095703125, + -0.042816162109375, + 0.018402099609375, + 0.01739501953125, + -0.0252685546875, + 0.03729248046875, + 0.003513336181640625, + -0.0032825469970703125, + 0.0272674560546875, + 0.0164794921875, + -0.02978515625, + 0.10235595703125, + -0.01263427734375, + 0.033782958984375, + -0.00234222412109375, + 0.01313018798828125, + 0.00878143310546875, + -0.002864837646484375, + -0.050201416015625, + 0.006439208984375, + 0.024932861328125, + 0.04315185546875, + -0.0183258056640625, + 0.01806640625, + -0.00299072265625, + 0.0178985595703125, + 0.01053619384765625, + -0.016143798828125, + -0.021331787109375, + -0.004703521728515625, + -0.0347900390625, + 0.0019969940185546875, + -0.03863525390625, + -0.06622314453125, + -0.0024776458740234375, + -0.060882568359375, + -0.0046844482421875, + 0.007904052734375, + 0.0106658935546875, + 0.0230865478515625, + -0.02642822265625, + 0.041656494140625, + 0.0016832351684570312, + 0.004306793212890625, + -0.016387939453125, + -0.0185699462890625, + -0.026092529296875, + 0.0491943359375, + 0.0255889892578125, + -0.0251007080078125, + 0.0247650146484375, + -0.032135009765625, + -0.039825439453125, + -0.0224151611328125, + 0.006816864013671875, + -0.048858642578125, + 0.044830322265625, + -0.050201416015625, + -0.015472412109375, + 0.02642822265625, + 0.019989013671875, + 0.00970458984375, + 0.00815582275390625, + 0.053863525390625, + -0.026092529296875, + -0.055877685546875, + 0.01873779296875, + -0.0021953582763671875, + -0.0092010498046875, + 0.0224151611328125, + 0.004558563232421875, + -0.014556884765625, + 0.01029205322265625, + 0.035980224609375, + 0.004642486572265625, + 0.033111572265625, + 0.036956787109375, + -0.004871368408203125, + 0.0184783935546875, + -0.02392578125, + 0.033111572265625, + 0.005519866943359375, + 0.01263427734375, + 0.004913330078125, + 0.0220794677734375, + -0.02459716796875, + -0.07659912109375, + -0.0156402587890625, + -0.01103973388671875, + -0.055206298828125, + 0.007068634033203125, + 0.051177978515625, + 0.0307769775390625, + -0.0184783935546875, + 0.033111572265625, + 0.04132080078125, + 0.016815185546875, + 0.005184173583984375, + -0.0029277801513671875, + -0.04132080078125, + 0.00823974609375, + 0.035980224609375, + 0.048858642578125, + -0.050201416015625, + 0.050537109375, + 0.07293701171875, + -0.0191497802734375, + -0.0201568603515625, + -0.006023406982421875, + -0.0167236328125, + 0.060211181640625, + 0.054534912109375, + 0.01103973388671875, + -0.06890869140625, + -0.004787445068359375, + 0.01513671875, + -0.004978179931640625, + -0.0127105712890625, + 0.01806640625, + -0.0286102294921875, + 0.04449462890625, + -0.075927734375, + -0.022247314453125, + 0.0182342529296875, + 0.056549072265625, + -0.0050201416015625, + -0.017822265625, + -0.0143890380859375, + 0.031951904296875, + 0.0296173095703125, + -0.02099609375, + 0.025421142578125, + 0.0347900390625, + -0.020904541015625, + 0.0286102294921875, + 0.04315185546875, + 0.02392578125, + 0.06292724609375, + 0.042327880859375, + -0.0133819580078125, + 0.0237579345703125, + 0.003513336181640625, + 0.011627197265625, + 0.0252685546875, + -0.042816162109375, + -0.04248046875, + -0.0224151611328125, + 0.01255035400390625, + -0.000024318695068359375, + 0.06622314453125, + 0.0069427490234375, + -0.00991058349609375, + -0.01204681396484375, + 0.0163116455078125, + 0.025421142578125, + 0.0265960693359375, + 0.058563232421875, + -0.01739501953125, + 0.037811279296875, + 0.02392578125, + 0.01137542724609375, + -0.035308837890625, + 0.043487548828125, + -0.03948974609375, + 0.0196533203125, + -0.046173095703125, + -0.018402099609375, + -0.0252685546875, + -0.0201568603515625, + -0.0292816162109375, + -0.03497314453125, + 0.0117950439453125, + -0.02911376953125, + -0.0478515625, + -0.0244293212890625, + 0.04852294921875, + -0.03497314453125, + 0.01255035400390625, + 0.0257568359375, + -0.006023406982421875, + 0.0143890380859375, + -0.043487548828125, + 0.08563232421875, + 0.02325439453125, + 0.044830322265625, + -0.0069427490234375, + 0.0220794677734375, + 0.032623291015625, + -0.0220794677734375, + -0.0018405914306640625, + -0.007610321044921875, + 0.002948760986328125, + 0.07427978515625, + 0.0167236328125, + 0.01255035400390625, + -0.051513671875, + 0.01513671875, + 0.002552032470703125, + -0.033111572265625, + 0.027099609375, + 0.0140533447265625, + 0.019073486328125, + -0.018646240234375, + -0.0059814453125, + -0.006317138671875, + -0.06488037109375, + 0.06488037109375, + -0.0124664306640625, + 0.020904541015625, + 0.042327880859375, + -0.042327880859375, + 0.0419921875, + 0.0117950439453125, + 0.043487548828125, + -0.050537109375, + 0.06256103515625, + -0.016387939453125, + -0.020660400390625, + 0.006732940673828125, + 0.006397247314453125, + -0.0183258056640625, + 0.044158935546875, + -0.019744873046875, + 0.046173095703125, + 0.0406494140625, + 0.0173187255859375, + -0.06488037109375, + -0.01221466064453125, + 0.0008730888366699219, + -0.0012025833129882812, + 0.0595703125, + -0.03546142578125, + -0.00962066650390625, + 0.004474639892578125, + 0.04083251953125, + 0.05987548828125, + 0.003826141357421875, + 0.027435302734375, + 0.0014638900756835938, + -0.006397247314453125, + 0.0137176513671875, + -0.018646240234375 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "analysis" + ], + "tags": [ + "threat-intel", + "graph" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_FTK_Imager", + "type": "tool", + "name": "FTK Imager", + "content": "ftk imager der klassiker für windows-basierte disk-akquisition erstellt gerichtsfeste images mit bewährter zuverlässigkeit. unterstützt raw, smart, e01 und aff formate mit kompression und verschlüsselung. die gui führt durch den imaging-prozess mit hash-verifizierung (md5/sha1). preview-mode ermöglicht triage ohne full-image. memory-capture für live-ram-akquisition. mount als read-only für sichere analyse. die kostenlose version deckt standard-aufgaben ab, limitiert aber bei erweiterten features. besonders geschätzt: zuverlässigkeit bei defekten sektoren, detaillierte logs und breite gerichtsakzeptanz. protected-folder-viewing für systemdateien. cli-version für automatisierung. die proprietäre natur und windows-only sind nachteile, aber in vielen labors der de-facto-standard. perfekt für einsteiger und routine-akquisitionen. gui physical-copy hashing court-admissible scenario:disk_imaging ewf-support memory-capture preview-mode bad-sector-handling protected-folders cli-available triage static-investigations incident-response data-collection", + "embedding": [ + 0.002155303955078125, + 0.03656005859375, + 0.03326416015625, + -0.026336669921875, + 0.0316162109375, + 0.056182861328125, + 0.01373291015625, + -0.0008101463317871094, + -0.00335693359375, + -0.012908935546875, + -0.033660888671875, + 0.0623779296875, + -0.0011425018310546875, + -0.020751953125, + -0.059906005859375, + 0.04193115234375, + -0.01497650146484375, + 0.01079559326171875, + 0.01849365234375, + 0.00949859619140625, + -0.01373291015625, + -0.0213775634765625, + -0.054534912109375, + 0.0022335052490234375, + 0.007022857666015625, + 0.00970458984375, + -0.036346435546875, + -0.05865478515625, + -0.01084136962890625, + 0.017242431640625, + 0.01120758056640625, + -0.005084991455078125, + -0.003253936767578125, + 0.046875, + 0.00464630126953125, + -0.0264434814453125, + -0.043365478515625, + -0.03717041015625, + -0.01445770263671875, + 0.040069580078125, + -0.00882720947265625, + -0.01187896728515625, + 0.01007080078125, + -0.0025424957275390625, + -0.0256195068359375, + -0.0369873046875, + 0.003292083740234375, + -0.019927978515625, + -0.004932403564453125, + -0.0230255126953125, + 0.013427734375, + 0.01322174072265625, + 0.0092926025390625, + -0.0305633544921875, + -0.01161956787109375, + 0.034088134765625, + 0.00658416748046875, + -0.0343017578125, + -0.0038204193115234375, + 0.058258056640625, + -0.060302734375, + -0.007640838623046875, + -0.00800323486328125, + -0.026336669921875, + -0.004413604736328125, + 0.0289154052734375, + -0.004184722900390625, + -0.0255126953125, + 0.0022068023681640625, + 0.0016460418701171875, + 0.0131683349609375, + -0.0036411285400390625, + -0.0229339599609375, + 0.01549530029296875, + -0.04132080078125, + -0.043792724609375, + 0.006557464599609375, + 0.036773681640625, + 0.0037441253662109375, + 0.002685546875, + -0.06072998046875, + 0.01497650146484375, + 0.0396728515625, + -0.01027679443359375, + 0.001323699951171875, + 0.018585205078125, + 0.016632080078125, + 0.0255126953125, + -0.00800323486328125, + -0.01203155517578125, + 0.004802703857421875, + 0.00498199462890625, + -0.00041961669921875, + -0.0299530029296875, + 0.049560546875, + 0.054107666015625, + -0.005603790283203125, + -0.01151275634765625, + 0.0009102821350097656, + 0.034912109375, + 0.03326416015625, + -0.015899658203125, + 0.0328369140625, + -0.0005359649658203125, + 0.046051025390625, + -0.0272674560546875, + 0.01141357421875, + -0.01445770263671875, + -0.0305633544921875, + -0.029327392578125, + -0.08135986328125, + -0.0382080078125, + -0.0256195068359375, + -0.0665283203125, + -0.0036411285400390625, + -0.000039517879486083984, + -0.0256195068359375, + 0.0243682861328125, + -0.02789306640625, + -0.03387451171875, + 0.007488250732421875, + 0.033660888671875, + -0.0124969482421875, + -0.0016012191772460938, + -0.0369873046875, + -0.05865478515625, + 0.0103759765625, + 0.0291290283203125, + -0.054534912109375, + -0.033660888671875, + -0.006092071533203125, + -0.0237579345703125, + -0.0098114013671875, + -0.0259246826171875, + -0.018280029296875, + -0.0322265625, + 0.019927978515625, + 0.00449371337890625, + -0.0189056396484375, + 0.00785064697265625, + 0.007747650146484375, + -0.026641845703125, + -0.0635986328125, + 0.01311492919921875, + -0.049163818359375, + 0.0007066726684570312, + -0.04150390625, + 0.049560546875, + -0.048736572265625, + -0.028717041015625, + -0.012237548828125, + 0.04461669921875, + 0.063232421875, + -0.002826690673828125, + 0.004055023193359375, + -0.0259246826171875, + -0.0069732666015625, + -0.02447509765625, + 0.00882720947265625, + -0.01203155517578125, + -0.0255126953125, + 0.00632476806640625, + -0.01611328125, + 0.00975799560546875, + -0.028717041015625, + -0.045867919921875, + -0.029327392578125, + 0.0023632049560546875, + 0.0162200927734375, + -0.0063018798828125, + 0.0106353759765625, + -0.00121307373046875, + 0.061553955078125, + 0.06695556640625, + 0.0283050537109375, + 0.010894775390625, + 0.00048089027404785156, + 0.002658843994140625, + 0.027679443359375, + 0.0213775634765625, + -0.0174560546875, + -0.01983642578125, + 0.027679443359375, + -0.001987457275390625, + 0.0270538330078125, + -0.0006937980651855469, + -0.0084686279296875, + 0.00035834312438964844, + -0.03985595703125, + 0.030364990234375, + -0.03656005859375, + -0.0213775634765625, + -0.008209228515625, + 0.01549530029296875, + 0.007488250732421875, + 0.056610107421875, + 0.051849365234375, + -0.01497650146484375, + 0.0291290283203125, + -0.00800323486328125, + -0.0037174224853515625, + 0.043182373046875, + -0.0208587646484375, + 0.01497650146484375, + 0.01404571533203125, + 0.026641845703125, + 0.002414703369140625, + 0.01373291015625, + 0.0234375, + -0.02313232421875, + -0.0126495361328125, + 0.031402587890625, + -0.01053619384765625, + -0.05328369140625, + -0.00919342041015625, + -0.03387451171875, + 0.01776123046875, + -0.0083160400390625, + -0.0178680419921875, + -0.001678466796875, + -0.015899658203125, + -0.0462646484375, + 0.0229339599609375, + 0.0194091796875, + -0.0200347900390625, + 0.056610107421875, + 0.00738525390625, + -0.02117919921875, + -0.044403076171875, + 0.0322265625, + 0.0200347900390625, + 0.032440185546875, + -0.00841522216796875, + 0.0049591064453125, + -0.0289154052734375, + -0.0110015869140625, + 0.0355224609375, + 0.033477783203125, + 0.0208587646484375, + 0.022003173828125, + -0.0038204193115234375, + 0.0301513671875, + -0.0176544189453125, + 0.05206298828125, + 0.0272674560546875, + -0.01027679443359375, + -0.009246826171875, + -0.0010395050048828125, + 0.0160064697265625, + 0.0361328125, + -0.037994384765625, + -0.0123443603515625, + -0.084716796875, + -0.0111541748046875, + -0.0435791015625, + -0.033477783203125, + -0.023345947265625, + -0.048553466796875, + 0.041717529296875, + -0.035736083984375, + -0.049163818359375, + -0.0005002021789550781, + 0.0272674560546875, + 0.0034332275390625, + 0.040069580078125, + 0.00389862060546875, + -0.037811279296875, + 0.006092071533203125, + 0.07598876953125, + 0.0297393798828125, + 0.0038471221923828125, + -0.01641845703125, + 0.006763458251953125, + -0.024169921875, + 0.0264434814453125, + -0.0245819091796875, + 0.0002307891845703125, + 0.01373291015625, + 0.031402587890625, + 0.007022857666015625, + -0.0264434814453125, + -0.004878997802734375, + -0.007434844970703125, + 0.04833984375, + -0.04193115234375, + -0.01120758056640625, + 0.02117919921875, + 0.0230255126953125, + -0.0234375, + -0.0570068359375, + 0.007228851318359375, + 0.0477294921875, + 0.014251708984375, + 0.0014972686767578125, + 0.01806640625, + -0.035125732421875, + 0.004207611083984375, + -0.0003437995910644531, + 0.0026721954345703125, + 0.01404571533203125, + 0.0289154052734375, + -0.027679443359375, + 0.00516510009765625, + -0.006378173828125, + -0.004390716552734375, + -0.021484375, + -0.036773681640625, + -0.0014972686767578125, + -0.019317626953125, + -0.0343017578125, + -0.042144775390625, + 0.009552001953125, + -0.0183868408203125, + 0.004390716552734375, + -0.026123046875, + 0.0099639892578125, + -0.0195159912109375, + -0.046051025390625, + -0.0009164810180664062, + -0.035125732421875, + -0.04254150390625, + -0.01042938232421875, + 0.04998779296875, + 0.0023365020751953125, + 0.01849365234375, + -0.0024261474609375, + -0.01456451416015625, + -0.0194091796875, + 0.008056640625, + -0.0056304931640625, + 0.0248870849609375, + -0.005809783935546875, + 0.046875, + 0.0003387928009033203, + 0.0270538330078125, + -0.01255035400390625, + 0.051025390625, + 0.04254150390625, + -0.03924560546875, + -0.007640838623046875, + -0.0069732666015625, + 0.029327392578125, + 0.0343017578125, + -0.02685546875, + -0.035308837890625, + -0.00007140636444091797, + -0.01806640625, + 0.007282257080078125, + 0.01456451416015625, + 0.034912109375, + 0.0163116455078125, + -0.033050537109375, + 0.00650787353515625, + 0.040679931640625, + 0.0228271484375, + 0.10491943359375, + -0.0242767333984375, + -0.0477294921875, + 0.0369873046875, + 0.0489501953125, + 0.0017690658569335938, + -0.0133209228515625, + 0.0216827392578125, + -0.006610870361328125, + 0.0103302001953125, + 0.01486968994140625, + 0.0202484130859375, + 0.029327392578125, + -0.006275177001953125, + 0.01373291015625, + 0.023651123046875, + -0.0019369125366210938, + 0.01849365234375, + 0.044403076171875, + 0.0272674560546875, + 0.00624847412109375, + 0.0174560546875, + -0.006221771240234375, + -0.0009102821350097656, + -0.0489501953125, + -0.06695556640625, + 0.00482940673828125, + 0.05865478515625, + 0.0162200927734375, + 0.0382080078125, + -0.0435791015625, + -0.06732177734375, + 0.0008521080017089844, + -0.0299530029296875, + 0.059478759765625, + 0.0210723876953125, + 0.02386474609375, + 0.044403076171875, + -0.0025177001953125, + 0.0168304443359375, + 0.023345947265625, + 0.009246826171875, + 0.0138397216796875, + 0.030364990234375, + 0.059478759765625, + -0.0027751922607421875, + -0.0343017578125, + 0.0297393798828125, + 0.044403076171875, + 0.037994384765625, + 0.034912109375, + -0.0006165504455566406, + -0.004596710205078125, + 0.01580810546875, + -0.01027679443359375, + 0.037994384765625, + 0.03326416015625, + -0.00348663330078125, + 0.0274658203125, + -0.01146697998046875, + 0.0093994140625, + -0.043365478515625, + -0.0037441253662109375, + 0.011932373046875, + -0.008056640625, + 0.0138397216796875, + 0.0021038055419921875, + -0.06524658203125, + -0.00691986083984375, + 0.043792724609375, + -0.07684326171875, + 0.0262298583984375, + 0.00878143310546875, + -0.0178680419921875, + 0.01611328125, + -0.02044677734375, + -0.06280517578125, + 0.03985595703125, + -0.0230255126953125, + -0.02313232421875, + -0.01322174072265625, + 0.02178955078125, + -0.0256195068359375, + -0.0309906005859375, + -0.0220947265625, + -0.027679443359375, + -0.024169921875, + -0.026336669921875, + 0.044403076171875, + 0.022613525390625, + -0.0038738250732421875, + 0.0322265625, + 0.03985595703125, + -0.0012006759643554688, + -0.00949859619140625, + 0.05328369140625, + -0.0343017578125, + -0.04254150390625, + 0.027679443359375, + 0.00238800048828125, + 0.024688720703125, + -0.04254150390625, + -0.01611328125, + 0.01161956787109375, + 0.006816864013671875, + -0.00666046142578125, + 0.01456451416015625, + -0.038818359375, + -0.06524658203125, + -0.06610107421875, + 0.04254150390625, + -0.005809783935546875, + 0.021270751953125, + 0.005084991455078125, + -0.034088134765625, + 0.0183868408203125, + -0.057830810546875, + -0.0143585205078125, + -0.0181732177734375, + 0.0175628662109375, + -0.0264434814453125, + 0.05743408203125, + -0.01373291015625, + 0.0010976791381835938, + 0.0011873245239257812, + 0.04150390625, + 0.00986480712890625, + 0.0146636962890625, + -0.03179931640625, + 0.01445770263671875, + 0.039031982421875, + -0.064453125, + -0.006557464599609375, + -0.00815582275390625, + -0.0012264251708984375, + 0.038421630859375, + -0.051422119140625, + 0.0011873245239257812, + 0.003265380859375, + -0.06524658203125, + -0.03448486328125, + -0.038818359375, + -0.009918212890625, + -0.036773681640625, + 0.034698486328125, + 0.03759765625, + -0.0173492431640625, + 0.04150390625, + -0.0024662017822265625, + 0.00717926025390625, + 0.006816864013671875, + -0.01538848876953125, + -0.018585205078125, + 0.0316162109375, + -0.0784912109375, + -0.04791259765625, + -0.026641845703125, + 0.0322265625, + -0.036773681640625, + -0.01404571533203125, + 0.0130157470703125, + 0.007904052734375, + 0.038421630859375, + -0.046051025390625, + 0.00893402099609375, + -0.034912109375, + -0.0289154052734375, + -0.020660400390625, + -0.013427734375, + 0.03656005859375, + 0.01027679443359375, + 0.00970458984375, + -0.007640838623046875, + 0.043182373046875, + -0.07891845703125, + 0.04254150390625, + 0.0208587646484375, + 0.02044677734375, + -0.01983642578125, + -0.01136016845703125, + 0.024993896484375, + 0.024993896484375, + 0.046478271484375, + -0.0257110595703125, + -0.032440185546875, + -0.08837890625, + 0.0301513671875, + -0.0020275115966796875, + -0.0189971923828125, + -0.008880615234375, + -0.044830322265625, + -0.054931640625, + -0.01136016845703125, + 0.045867919921875, + 0.0283050537109375, + 0.0194091796875, + -0.0197296142578125, + 0.00598907470703125, + -0.006610870361328125, + -0.0435791015625, + 0.0396728515625, + -0.00624847412109375, + 0.0255126953125, + -0.0001533031463623047, + -0.044403076171875, + 0.0316162109375, + 0.0355224609375, + 0.03863525390625, + 0.0189971923828125, + 0.0079498291015625, + -0.0305633544921875, + -0.0086212158203125, + 0.00457000732421875, + -0.0272674560546875, + 0.0013875961303710938, + -0.01104736328125, + 0.01507568359375, + -0.020660400390625, + -0.034088134765625, + 0.021270751953125, + 0.03594970703125, + 0.03717041015625, + -0.004673004150390625, + -0.00759124755859375, + 0.005859375, + 0.006195068359375, + 0.054931640625, + -0.01363372802734375, + -0.0264434814453125, + -0.0014390945434570312, + 0.03179931640625, + 0.045440673828125, + 0.0247802734375, + 0.0167388916015625, + -0.038421630859375, + -0.000293731689453125, + 0.02520751953125, + -0.02520751953125, + -0.045440673828125, + -0.03656005859375, + 0.0038204193115234375, + 0.0201416015625, + 0.038818359375, + -0.0124969482421875, + 0.068603515625, + 0.0131683349609375, + 0.00537109375, + 0.03863525390625, + 0.056182861328125, + 0.03985595703125, + -0.0186920166015625, + -0.048736572265625, + -0.018280029296875, + -0.0251007080078125, + -0.040283203125, + -0.0309906005859375, + 0.0015230178833007812, + 0.06072998046875, + -0.0689697265625, + -0.01322174072265625, + -0.0038738250732421875, + -0.0173492431640625, + 0.012603759765625, + 0.00457000732421875, + 0.0021305084228515625, + 0.037994384765625, + -0.01275634765625, + -0.0200347900390625, + -0.007076263427734375, + -0.037384033203125, + 0.01641845703125, + 0.030364990234375, + 0.019622802734375, + -0.0186920166015625, + 0.0037174224853515625, + 0.002246856689453125, + 0.01042938232421875, + 0.01352691650390625, + 0.0537109375, + 0.0237579345703125, + 0.03924560546875, + 0.027679443359375, + 0.0423583984375, + -0.023956298828125, + -0.01255035400390625, + 0.0130157470703125, + 0.0307769775390625, + 0.05224609375, + 0.07806396484375, + 0.00919342041015625, + -0.0051116943359375, + -0.0157012939453125, + -0.054931640625, + -0.0064544677734375, + 0.0008907318115234375, + -0.0037174224853515625, + -0.0557861328125, + -0.03924560546875, + 0.0218963623046875, + -0.0557861328125, + 0.051239013671875, + 0.029327392578125, + -0.0009360313415527344, + -0.01580810546875, + 0.01486968994140625, + 0.003330230712890625, + -0.03717041015625, + -0.01104736328125, + -0.02789306640625, + -0.0175628662109375, + -0.0462646484375, + -0.03118896484375, + 0.0328369140625, + -0.0216827392578125, + -0.0369873046875, + -0.0077972412109375, + 0.039031982421875, + -0.0195159912109375, + -0.043792724609375, + -0.0301513671875, + 0.004878997802734375, + -0.016937255859375, + -0.054107666015625, + -0.0343017578125, + -0.0227203369140625, + 0.0130157470703125, + -0.027679443359375, + 0.01177215576171875, + -0.014251708984375, + -0.01445770263671875, + -0.0242767333984375, + -0.032012939453125, + -0.04296875, + 0.031402587890625, + -0.04193115234375, + 0.03118896484375, + -0.005523681640625, + 0.043365478515625, + 0.06072998046875, + 0.06524658203125, + -0.0047760009765625, + -0.001949310302734375, + -0.0035114288330078125, + -0.0477294921875, + 0.0305633544921875, + -0.00800323486328125, + 0.02447509765625, + -0.058258056640625, + 0.018280029296875, + 0.06982421875, + -0.07025146484375, + 0.0230255126953125, + 0.0181732177734375, + -0.01311492919921875, + -0.05328369140625, + -0.0002968311309814453, + 0.018280029296875, + 0.0256195068359375, + 0.0784912109375, + 0.0017042160034179688, + -0.006763458251953125, + 0.005474090576171875, + -0.04833984375, + 0.0423583984375, + 0.0029296875, + 0.0120849609375, + -0.044830322265625, + 0.04254150390625, + 0.0170440673828125, + -0.03759765625, + 0.01141357421875, + -0.0731201171875, + -0.0110015869140625, + 0.0189056396484375, + 0.026123046875, + -0.0067138671875, + -0.020965576171875, + -0.0537109375, + -0.01012420654296875, + -0.04296875, + -0.000015914440155029297, + -0.018280029296875, + 0.0178680419921875, + -0.037384033203125, + 0.01363372802734375, + 0.0013685226440429688, + -0.018798828125, + -0.0229339599609375, + -0.02789306640625, + 0.0504150390625, + -0.0025177001953125, + -0.061126708984375, + 0.0186920166015625, + 0.0229339599609375, + -0.01528167724609375, + 0.0201416015625, + 0.04522705078125, + -0.040283203125, + -0.0052947998046875, + -0.005733489990234375, + 0.029327392578125, + -0.0028018951416015625, + -0.00945281982421875, + -0.0165252685546875, + 0.007537841796875, + 0.01104736328125, + -0.032440185546875, + 0.04730224609375, + 0.0194091796875, + -0.0477294921875, + -0.050811767578125, + -0.02850341796875, + -0.01104736328125, + 0.011260986328125, + -0.01027679443359375, + 0.0489501953125, + 0.0181732177734375, + -0.01776123046875, + -0.10205078125, + 0.06610107421875, + -0.008880615234375, + 0.0477294921875, + 0.0099639892578125, + -0.0104827880859375, + -0.039459228515625, + -0.0248870849609375, + -0.0093994140625, + 0.01136016845703125, + -0.05328369140625, + 0.0274658203125, + 0.00666046142578125, + -0.01580810546875, + 0.034088134765625, + -0.02447509765625, + 0.0123443603515625, + 0.0557861328125, + -0.0026073455810546875, + -0.0227203369140625, + 0.0557861328125, + -0.01507568359375, + 0.0186920166015625, + -0.0037174224853515625, + 0.001678466796875, + 0.0018978118896484375, + 0.00733184814453125, + -0.006404876708984375, + 0.006557464599609375, + 0.0382080078125, + 0.04254150390625, + -0.01528167724609375, + 0.02117919921875, + 0.01270294189453125, + 0.033477783203125, + 0.0018205642700195312, + -0.0189056396484375, + -0.005939483642578125, + 0.01507568359375, + -0.00919342041015625, + -0.0309906005859375, + -0.061553955078125, + -0.09295654296875, + 0.011932373046875, + -0.041107177734375, + -0.0213775634765625, + 0.0301513671875, + 0.039031982421875, + 0.007640838623046875, + -0.01983642578125, + 0.0243682861328125, + -0.004802703857421875, + -0.001678466796875, + -0.044830322265625, + 0.0175628662109375, + -0.012237548828125, + 0.040679931640625, + 0.0118255615234375, + -0.04730224609375, + 0.0256195068359375, + -0.04132080078125, + 0.02447509765625, + 0.00315093994140625, + -0.0038738250732421875, + -0.034698486328125, + 0.046478271484375, + -0.08099365234375, + -0.021270751953125, + 0.034088134765625, + 0.035736083984375, + -0.00733184814453125, + -0.049774169921875, + 0.05865478515625, + -0.0165252685546875, + -0.038818359375, + 0.041717529296875, + -0.0107421875, + -0.036773681640625, + 0.033050537109375, + 0.010589599609375, + 0.01012420654296875, + 0.010223388671875, + 0.052886962890625, + 0.034912109375, + 0.050201416015625, + 0.005062103271484375, + -0.00305938720703125, + 0.00010329484939575195, + 0.006610870361328125, + 0.0309906005859375, + 0.0170440673828125, + 0.03118896484375, + -0.007022857666015625, + 0.018585205078125, + -0.01456451416015625, + -0.08221435546875, + -0.0227203369140625, + -0.04193115234375, + -0.047515869140625, + 0.00565338134765625, + 0.076416015625, + 0.041107177734375, + 0.004413604736328125, + 0.02313232421875, + 0.045654296875, + 0.0131683349609375, + 0.00960540771484375, + -0.00197601318359375, + -0.051422119140625, + -0.046478271484375, + 0.0096588134765625, + 0.0025691986083984375, + -0.0772705078125, + 0.042144775390625, + 0.054931640625, + -0.0038204193115234375, + -0.01549530029296875, + -0.00604248046875, + 0.018585205078125, + 0.057830810546875, + -0.005756378173828125, + 0.004596710205078125, + -0.06982421875, + 0.036346435546875, + 0.0174560546875, + -0.0272674560546875, + -0.01528167724609375, + 0.003692626953125, + -0.040069580078125, + 0.035125732421875, + -0.07806396484375, + 0.0079498291015625, + -0.0006036758422851562, + 0.07269287109375, + 0.0183868408203125, + -0.013946533203125, + -0.0262298583984375, + 0.03717041015625, + 0.03387451171875, + -0.0259246826171875, + 0.015899658203125, + 0.0126495361328125, + -0.0259246826171875, + 0.009246826171875, + 0.054107666015625, + -0.022003173828125, + 0.04791259765625, + 0.00018155574798583984, + -0.063232421875, + 0.00811004638671875, + -0.0133209228515625, + -0.00518798828125, + 0.010894775390625, + -0.04400634765625, + -0.0041046142578125, + -0.04669189453125, + 0.04400634765625, + -0.0036144256591796875, + 0.04296875, + 0.0189971923828125, + -0.01244354248046875, + 0.01776123046875, + 0.0264434814453125, + 0.006763458251953125, + 0.02520751953125, + 0.0309906005859375, + 0.036773681640625, + -0.0096588134765625, + 0.01776123046875, + 0.02685546875, + -0.035736083984375, + 0.037384033203125, + -0.0322265625, + 0.005886077880859375, + -0.046875, + 0.007694244384765625, + 0.0037689208984375, + -0.0240631103515625, + 0.0039520263671875, + -0.0343017578125, + 0.003795623779296875, + -0.0083160400390625, + -0.04150390625, + -0.0089874267578125, + 0.035308837890625, + -0.0369873046875, + 0.0014333724975585938, + 0.0084686279296875, + -0.0174560546875, + 0.01187896728515625, + -0.0570068359375, + 0.07891845703125, + 0.045440673828125, + 0.018280029296875, + -0.0035381317138671875, + 0.054534912109375, + 0.025299072265625, + 0.04132080078125, + 0.01538848876953125, + 0.002155303955078125, + -0.03118896484375, + 0.059478759765625, + 0.0623779296875, + -0.0107421875, + -0.04791259765625, + 0.0119781494140625, + -0.01151275634765625, + -0.029327392578125, + 0.041717529296875, + 0.01806640625, + 0.0215911865234375, + 0.0038471221923828125, + -0.00841522216796875, + -0.00214385986328125, + -0.048126220703125, + 0.048126220703125, + -0.00717926025390625, + -0.00934600830078125, + 0.0305633544921875, + -0.046051025390625, + 0.05535888671875, + 0.00658416748046875, + 0.08221435546875, + -0.029541015625, + 0.04461669921875, + -0.0242767333984375, + -0.0019235610961914062, + -0.01001739501953125, + 0.00841522216796875, + -0.005886077880859375, + 0.037811279296875, + -0.023345947265625, + 0.07061767578125, + 0.040069580078125, + -0.019317626953125, + -0.060302734375, + -0.034698486328125, + 0.002593994140625, + 0.005138397216796875, + 0.0489501953125, + -0.0408935546875, + -0.0205535888671875, + 0.0222015380859375, + 0.0297393798828125, + 0.063232421875, + 0.00841522216796875, + 0.040283203125, + 0.0170440673828125, + -0.020965576171875, + -0.0186920166015625, + -0.0162200927734375 + ], + "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" + ], + "skillLevel": "beginner", + "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.000014007091522216797, + -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.004886627197265625, + 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.000014185905456542969, + -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_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. command-line 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.0232696533203125, + 0.039886474609375, + 0.0232696533203125, + -0.014801025390625, + 0.0276641845703125, + 0.00997161865234375, + 0.0285186767578125, + 0.0285186767578125, + 0.00922393798828125, + -0.00901031494140625, + -0.056182861328125, + 0.036468505859375, + 0.03387451171875, + 0.015869140625, + -0.056182861328125, + 0.045257568359375, + -0.0003032684326171875, + 0.004180908203125, + 0.02734375, + 0.01447296142578125, + -0.0127105712890625, + -0.005390167236328125, + -0.044189453125, + 0.0278778076171875, + 0.00836181640625, + 0.0091705322265625, + -0.00986480712890625, + -0.05963134765625, + 0.01174163818359375, + 0.0079345703125, + 0.0283050537109375, + -0.0022792816162109375, + 0.01276397705078125, + 0.0343017578125, + 0.0168304443359375, + -0.01018524169921875, + -0.0117950439453125, + -0.06005859375, + -0.0255279541015625, + 0.042449951171875, + -0.0276641845703125, + -0.0008511543273925781, + 0.0259552001953125, + -0.01383209228515625, + -0.03131103515625, + -0.0236968994140625, + 0.0188751220703125, + -0.01812744140625, + 0.00579071044921875, + -0.050384521484375, + 0.046966552734375, + 0.0178070068359375, + 0.007129669189453125, + 0.0034580230712890625, + -0.029388427734375, + 0.015869140625, + 0.0168304443359375, + -0.0224151611328125, + -0.049530029296875, + 0.034515380859375, + -0.047607421875, + -0.032806396484375, + -0.0197296142578125, + -0.0249786376953125, + 0.0194091796875, + 0.0033779144287109375, + 0.0013942718505859375, + -0.00292205810546875, + -0.004772186279296875, + 0.025848388671875, + -0.0035114288330078125, + -0.001461029052734375, + -0.0003249645233154297, + 0.037750244140625, + -0.0168304443359375, + -0.04010009765625, + 0.0014476776123046875, + 0.0111541748046875, + -0.0058441162109375, + 0.0031909942626953125, + -0.036468505859375, + 0.02337646484375, + 0.06219482421875, + -0.03173828125, + 0.00986480712890625, + -0.005817413330078125, + 0.024444580078125, + 0.01425933837890625, + 0.0017957687377929688, + 0.0012865066528320312, + 0.042022705078125, + 0.004314422607421875, + 0.0078277587890625, + -0.0161895751953125, + 0.026275634765625, + 0.051055908203125, + -0.016937255859375, + 0.0234832763671875, + -0.003780364990234375, + 0.030029296875, + 0.0236968994140625, + -0.056610107421875, + 0.057891845703125, + -0.0030956268310546875, + 0.016937255859375, + -0.017486572265625, + 0.01287078857421875, + -0.0151214599609375, + -0.00830841064453125, + -0.018341064453125, + -0.109375, + -0.02337646484375, + -0.0234832763671875, + -0.05169677734375, + 0.01287078857421875, + -0.02252197265625, + 0.01259613037109375, + 0.05963134765625, + -0.037109375, + -0.039886474609375, + 0.0122222900390625, + 0.024444580078125, + 0.0008544921875, + -0.00008040666580200195, + -0.038604736328125, + -0.07208251953125, + 0.004100799560546875, + 0.0219879150390625, + -0.0245513916015625, + -0.0180206298828125, + -0.020050048828125, + -0.035400390625, + -0.0102386474609375, + -0.0222015380859375, + -0.00788116455078125, + -0.0161895751953125, + 0.0396728515625, + 0.0028018951416015625, + -0.017486572265625, + 0.005336761474609375, + 0.0164031982421875, + -0.01216888427734375, + -0.06304931640625, + 0.01078033447265625, + -0.0236968994140625, + -0.00391387939453125, + -0.0308837890625, + 0.06219482421875, + -0.0287322998046875, + 0.0078277587890625, + -0.005306243896484375, + 0.0241241455078125, + 0.051055908203125, + 0.0115814208984375, + 0.0224151611328125, + -0.04461669921875, + 0.00035858154296875, + -0.0285186767578125, + 0.0133514404296875, + -0.00640869140625, + -0.0219879150390625, + 0.030670166015625, + -0.01104736328125, + 0.03131103515625, + -0.0186614990234375, + -0.040313720703125, + -0.016937255859375, + 0.0101318359375, + 0.00809478759765625, + 0.006755828857421875, + 0.001186370849609375, + -0.007076263427734375, + 0.0546875, + 0.07550048828125, + -0.00777435302734375, + 0.00616455078125, + 0.00038361549377441406, + 0.0025997161865234375, + 0.0205841064453125, + 0.036041259765625, + -0.024871826171875, + -0.016937255859375, + 0.020263671875, + 0.0036182403564453125, + 0.0002932548522949219, + -0.01329803466796875, + -0.03839111328125, + -0.0159759521484375, + -0.0278778076171875, + 0.0203704833984375, + -0.0450439453125, + -0.0241241455078125, + 0.0014276504516601562, + 0.038177490234375, + 0.006755828857421875, + 0.057464599609375, + 0.05963134765625, + -0.0188751220703125, + 0.032379150390625, + 0.0087432861328125, + 0.0018901824951171875, + 0.030670166015625, + -0.0241241455078125, + 0.039031982421875, + 0.030029296875, + 0.01078033447265625, + 0.01308441162109375, + 0.03497314453125, + 0.0234832763671875, + -0.02294921875, + -0.0325927734375, + 0.055328369140625, + 0.0028018951416015625, + -0.006244659423828125, + -0.0265960693359375, + -0.046112060546875, + 0.007022857666015625, + -0.02734375, + -0.0167236328125, + 0.00589752197265625, + -0.0010519027709960938, + -0.0694580078125, + 0.013458251953125, + 0.0230560302734375, + -0.0308837890625, + 0.040313720703125, + 0.0484619140625, + -0.0276641845703125, + -0.0135650634765625, + 0.021881103515625, + -0.0036182403564453125, + 0.020477294921875, + 0.00640869140625, + 0.00667572021484375, + -0.0008778572082519531, + -0.0079345703125, + 0.049530029296875, + 0.03173828125, + 0.011474609375, + -0.0213470458984375, + -0.02337646484375, + 0.052978515625, + 0.019195556640625, + 0.0215606689453125, + 0.0093841552734375, + -0.00511932373046875, + 0.018768310546875, + 0.02252197265625, + 0.0413818359375, + 0.0268096923828125, + -0.06005859375, + -0.0222015380859375, + -0.10980224609375, + 0.004398345947265625, + -0.04888916015625, + -0.02166748046875, + -0.0210113525390625, + -0.041168212890625, + 0.0750732421875, + 0.0008378028869628906, + -0.0159759521484375, + -0.000045418739318847656, + 0.01383209228515625, + -0.020477294921875, + 0.03497314453125, + 0.0019969940185546875, + -0.05340576171875, + -0.005092620849609375, + 0.06134033203125, + -0.0014543533325195312, + -0.0253143310546875, + -0.023162841796875, + 0.01174163818359375, + -0.0213470458984375, + 0.010345458984375, + -0.0274505615234375, + -0.001682281494140625, + 0.02508544921875, + 0.025634765625, + 0.0251922607421875, + -0.042236328125, + 0.01812744140625, + -0.03173828125, + 0.0257415771484375, + -0.0308837890625, + 0.005924224853515625, + 0.0257415771484375, + 0.006542205810546875, + 0.001903533935546875, + -0.06048583984375, + -0.002506256103515625, + 0.0278778076171875, + 0.00203704833984375, + -0.020050048828125, + 0.013458251953125, + -0.046539306640625, + 0.0129241943359375, + -0.011688232421875, + -0.0195159912109375, + 0.0308837890625, + 0.040740966796875, + -0.054901123046875, + 0.01184844970703125, + 0.01238250732421875, + 0.026275634765625, + -0.0175933837890625, + -0.052764892578125, + -0.00579071044921875, + 0.00396728515625, + -0.027130126953125, + -0.006191253662109375, + 0.0255279541015625, + -0.03753662109375, + 0.01195526123046875, + 0.0270233154296875, + 0.00879669189453125, + -0.035614013671875, + -0.0538330078125, + 0.00536346435546875, + -0.04010009765625, + -0.030029296875, + -0.04095458984375, + 0.02960205078125, + 0.00579071044921875, + -0.0245513916015625, + -0.00777435302734375, + -0.00970458984375, + -0.036895751953125, + -0.001132965087890625, + -0.01265716552734375, + 0.025634765625, + 0.00852203369140625, + 0.039886474609375, + 0.0232696533203125, + 0.00018513202667236328, + 0.024444580078125, + 0.0458984375, + 0.00885009765625, + -0.01383209228515625, + -0.00458526611328125, + 0.003726959228515625, + -0.00380706787109375, + 0.01324462890625, + -0.029815673828125, + -0.030029296875, + -0.01227569580078125, + -0.0161895751953125, + -0.0027217864990234375, + 0.0362548828125, + 0.043548583984375, + 0.0207977294921875, + -0.072509765625, + -0.016510009765625, + 0.06219482421875, + -0.00997161865234375, + 0.08489990234375, + -0.01078033447265625, + -0.03045654296875, + -0.00412750244140625, + 0.0091705322265625, + -0.0170440673828125, + 0.00013399124145507812, + 0.0080413818359375, + 0.0261688232421875, + -0.0027217864990234375, + 0.0245513916015625, + -0.0197296142578125, + 0.01544189453125, + -0.004852294921875, + 0.00879669189453125, + 0.00841522216796875, + -0.0276641845703125, + 0.0185546875, + 0.037750244140625, + 0.01216888427734375, + 0.01544189453125, + 0.0396728515625, + -0.0170440673828125, + -0.0057373046875, + -0.0343017578125, + -0.05426025390625, + 0.0201568603515625, + 0.040313720703125, + 0.019195556640625, + 0.057464599609375, + -0.0180206298828125, + -0.065185546875, + 0.02294921875, + -0.044403076171875, + 0.06646728515625, + 0.04290771484375, + -0.01174163818359375, + 0.036895751953125, + -0.05084228515625, + 0.005279541015625, + 0.0207977294921875, + 0.014801025390625, + 0.019195556640625, + 0.0272369384765625, + 0.06219482421875, + -0.00841522216796875, + -0.051483154296875, + 0.0289459228515625, + 0.034088134765625, + 0.00954437255859375, + 0.01351165771484375, + 0.01383209228515625, + 0.0161895751953125, + 0.011474609375, + -0.0159759521484375, + 0.00841522216796875, + 0.029815673828125, + -0.0029354095458984375, + 0.0014009475708007812, + 0.0011196136474609375, + -0.003108978271484375, + -0.0484619140625, + 0.0146942138671875, + 0.01715087890625, + 0.0228424072265625, + 0.031524658203125, + 0.0182342529296875, + -0.052337646484375, + 0.0155487060546875, + 0.05169677734375, + -0.06219482421875, + 0.016510009765625, + 0.037109375, + -0.00901031494140625, + 0.0124359130859375, + -0.058349609375, + -0.0484619140625, + 0.03173828125, + -0.0151214599609375, + -0.04931640625, + -0.0078277587890625, + 0.03753662109375, + -0.07806396484375, + -0.041595458984375, + -0.04888916015625, + -0.0230560302734375, + -0.0186614990234375, + -0.004718780517578125, + 0.0433349609375, + -0.0010318756103515625, + 0.006969451904296875, + 0.01715087890625, + 0.04803466796875, + 0.007183074951171875, + -0.0245513916015625, + 0.032806396484375, + -0.0194091796875, + -0.07421875, + 0.01351165771484375, + 0.00501251220703125, + 0.01088714599609375, + -0.05877685546875, + -0.0212249755859375, + 0.0197296142578125, + 0.017913818359375, + 0.018768310546875, + 0.0100250244140625, + -0.030029296875, + -0.055755615234375, + -0.03497314453125, + 0.056182861328125, + 0.00911712646484375, + 0.0458984375, + 0.015869140625, + -0.00922393798828125, + 0.04803466796875, + -0.057891845703125, + -0.0210113525390625, + 0.00756072998046875, + -0.002735137939453125, + -0.01308441162109375, + 0.05169677734375, + -0.0129241943359375, + -0.014801025390625, + -0.03472900390625, + 0.04376220703125, + 0.03753662109375, + 0.0091705322265625, + -0.054473876953125, + 0.0261688232421875, + 0.029388427734375, + -0.0626220703125, + -0.0274505615234375, + -0.0226287841796875, + -0.0087432861328125, + 0.03216552734375, + -0.036895751953125, + -0.016510009765625, + -0.003231048583984375, + -0.043121337890625, + -0.044403076171875, + -0.02734375, + -0.02960205078125, + -0.03582763671875, + 0.0122222900390625, + 0.056610107421875, + -0.0028820037841796875, + 0.0093841552734375, + 0.0038604736328125, + 0.00933074951171875, + 0.0153350830078125, + 0.0009517669677734375, + -0.02960205078125, + 0.0289459228515625, + -0.0450439453125, + -0.05169677734375, + -0.0215606689453125, + 0.0450439453125, + -0.0201568603515625, + -0.0122222900390625, + -0.0051727294921875, + -0.0057373046875, + 0.04632568359375, + -0.01055908203125, + -0.0170440673828125, + -0.0224151611328125, + -0.034088134765625, + -0.035186767578125, + -0.015869140625, + 0.01050567626953125, + 0.005924224853515625, + -0.00667572021484375, + -0.002452850341796875, + 0.04803466796875, + -0.053192138671875, + 0.038604736328125, + 0.03497314453125, + -0.00766754150390625, + -0.015228271484375, + 0.0042877197265625, + -0.017486572265625, + 0.0261688232421875, + 0.0228424072265625, + -0.017364501953125, + -0.0245513916015625, + -0.07293701171875, + 0.06005859375, + 0.01383209228515625, + 0.0025463104248046875, + -0.007293701171875, + -0.033447265625, + -0.05426025390625, + 0.00325775146484375, + 0.03753662109375, + 0.00458526611328125, + -0.0215606689453125, + -0.0185546875, + 0.01206207275390625, + -0.0166168212890625, + -0.0278778076171875, + 0.004314422607421875, + 0.0178070068359375, + 0.020477294921875, + -0.0234832763671875, + -0.0265960693359375, + 0.040313720703125, + 0.0249786376953125, + 0.020477294921875, + 0.006191253662109375, + 0.03497314453125, + -0.0263824462890625, + 0.0194091796875, + -0.031951904296875, + -0.01061248779296875, + 0.00954437255859375, + 0.00970458984375, + -0.0010118484497070312, + -0.0247650146484375, + -0.0188751220703125, + 0.0184478759765625, + 0.01812744140625, + 0.019195556640625, + -0.01404571533203125, + 0.00986480712890625, + 0.00885009765625, + 0.0017557144165039062, + 0.0802001953125, + -0.02960205078125, + -0.015655517578125, + 0.001956939697265625, + 0.0021572113037109375, + 0.038177490234375, + 0.0287322998046875, + 0.0054168701171875, + -0.01055908203125, + 0.00469207763671875, + 0.06048583984375, + 0.002063751220703125, + -0.030670166015625, + -0.0224151611328125, + 0.026275634765625, + 0.01078033447265625, + 0.06005859375, + 0.03173828125, + 0.051483154296875, + 0.00841522216796875, + -0.0084686279296875, + 0.0131378173828125, + 0.0802001953125, + 0.039886474609375, + -0.030242919921875, + -0.0268096923828125, + 0.015655517578125, + 0.005870819091796875, + -0.0213470458984375, + -0.0379638671875, + 0.0211181640625, + 0.0699462890625, + -0.06304931640625, + -0.01715087890625, + 0.007129669189453125, + 0.01216888427734375, + -0.00777435302734375, + -0.003726959228515625, + -0.0226287841796875, + 0.0276641845703125, + 0.0019702911376953125, + -0.042449951171875, + -0.0076141357421875, + -0.031524658203125, + 0.034088134765625, + 0.0501708984375, + 0.02423095703125, + -0.01163482666015625, + 0.055755615234375, + 0.013671875, + 0.02294921875, + 0.029815673828125, + 0.042236328125, + -0.0009183883666992188, + 0.02960205078125, + 0.0450439453125, + 0.04632568359375, + -0.02166748046875, + -0.00479888916015625, + -0.0008978843688964844, + 0.035614013671875, + 0.036468505859375, + 0.07379150390625, + 0.01216888427734375, + -0.01195526123046875, + -0.01227569580078125, + -0.0433349609375, + 0.01216888427734375, + 0.00458526611328125, + 0.011260986328125, + -0.04095458984375, + -0.038818359375, + 0.0238037109375, + -0.03216552734375, + 0.01898193359375, + -0.004180908203125, + -0.0226287841796875, + -0.043975830078125, + 0.0396728515625, + -0.0164031982421875, + -0.0609130859375, + 0.0027618408203125, + -0.024658203125, + -0.00788116455078125, + -0.049957275390625, + -0.026702880859375, + 0.03387451171875, + -0.0201568603515625, + -0.072509765625, + -0.041595458984375, + 0.040313720703125, + -0.032806396484375, + -0.035400390625, + -0.032379150390625, + -0.0006098747253417969, + -0.01383209228515625, + -0.02691650390625, + -0.05340576171875, + 0.0006937980651855469, + 0.01544189453125, + -0.0287322998046875, + 0.0107269287109375, + -0.008148193359375, + -0.0008144378662109375, + 0.01174163818359375, + -0.004878997802734375, + -0.052978515625, + 0.0278778076171875, + -0.0484619140625, + 0.05255126953125, + -0.0035915374755859375, + 0.0150146484375, + 0.045684814453125, + 0.040313720703125, + 0.0184478759765625, + -0.00286865234375, + -0.0325927734375, + -0.057891845703125, + 0.00015747547149658203, + -0.0009984970092773438, + -0.0178070068359375, + -0.07293701171875, + -0.0009918212890625, + 0.04888916015625, + -0.08489990234375, + -0.002506256103515625, + 0.012115478515625, + -0.0109405517578125, + -0.06903076171875, + 0.0195159912109375, + -0.02734375, + 0.00922393798828125, + 0.07635498046875, + -0.00678253173828125, + 0.0029354095458984375, + -0.016082763671875, + -0.0024127960205078125, + 0.053192138671875, + 0.0164031982421875, + 0.03302001953125, + -0.029815673828125, + 0.0285186767578125, + 0.0161895751953125, + 0.0047454833984375, + 0.02734375, + -0.07635498046875, + -0.006809234619140625, + 0.0245513916015625, + -0.0068359375, + -0.014801025390625, + -0.0222015380859375, + -0.049957275390625, + -0.011474609375, + -0.030029296875, + 0.0263824462890625, + 0.00635528564453125, + 0.0036182403564453125, + -0.044403076171875, + 0.0166168212890625, + 0.01715087890625, + -0.0379638671875, + -0.050628662109375, + -0.043975830078125, + 0.03472900390625, + 0.01393890380859375, + -0.042022705078125, + 0.0213470458984375, + 0.016082763671875, + -0.01340484619140625, + 0.0362548828125, + 0.05340576171875, + -0.043121337890625, + -0.0219879150390625, + -0.0029354095458984375, + 0.0343017578125, + -0.006191253662109375, + -0.01329803466796875, + 0.01287078857421875, + 0.0012731552124023438, + 0.037322998046875, + -0.039031982421875, + 0.058349609375, + 0.040740966796875, + -0.0285186767578125, + -0.046966552734375, + -0.02606201171875, + -0.036041259765625, + 0.0213470458984375, + -0.003993988037109375, + 0.0280914306640625, + 0.0167236328125, + -0.005523681640625, + -0.0819091796875, + 0.039459228515625, + -0.037109375, + 0.023590087890625, + 0.01629638671875, + -0.0082550048828125, + -0.057891845703125, + -0.04290771484375, + -0.0450439453125, + 0.01436614990234375, + -0.033447265625, + 0.0167236328125, + 0.00370025634765625, + 0.00547027587890625, + -0.01104736328125, + -0.00506591796875, + -0.00809478759765625, + 0.0278778076171875, + -0.0036182403564453125, + -0.046539306640625, + 0.035614013671875, + 0.001956939697265625, + 0.021881103515625, + 0.0117950439453125, + -0.0287322998046875, + 0.0060577392578125, + -0.0188751220703125, + -0.02294921875, + -0.0224151611328125, + 0.038818359375, + 0.0694580078125, + -0.016937255859375, + -0.0054168701171875, + -0.023162841796875, + 0.0261688232421875, + 0.005603790283203125, + 0.0006670951843261719, + -0.007022857666015625, + -0.0182342529296875, + -0.019622802734375, + -0.04718017578125, + -0.0501708984375, + -0.0909423828125, + -0.01163482666015625, + -0.038604736328125, + -0.01458740234375, + 0.0234832763671875, + 0.0325927734375, + 0.0180206298828125, + -0.0124359130859375, + 0.042236328125, + -0.01227569580078125, + 0.00148773193359375, + -0.01120758056640625, + 0.03753662109375, + -0.015869140625, + 0.020050048828125, + 0.0010652542114257812, + -0.040740966796875, + 0.014801025390625, + -0.007076263427734375, + 0.0014743804931640625, + -0.006622314453125, + 0.0188751220703125, + -0.03131103515625, + 0.021453857421875, + -0.082763671875, + -0.0170440673828125, + 0.01018524169921875, + 0.0195159912109375, + 0.01007843017578125, + -0.0259552001953125, + 0.036468505859375, + 0.0093841552734375, + -0.06390380859375, + 0.03045654296875, + -0.0178070068359375, + -0.041595458984375, + 0.0190887451171875, + -0.0226287841796875, + 0.0168304443359375, + 0.0190887451171875, + 0.04803466796875, + 0.035614013671875, + 0.049530029296875, + 0.00862884521484375, + -0.0276641845703125, + 0.01088714599609375, + -0.0127105712890625, + 0.02069091796875, + 0.023590087890625, + 0.0035648345947265625, + -0.017913818359375, + 0.021453857421875, + 0.00885009765625, + -0.07208251953125, + 0.0115814208984375, + -0.03131103515625, + -0.052978515625, + 0.0033779144287109375, + 0.058349609375, + 0.0207977294921875, + -0.042694091796875, + 0.032379150390625, + 0.0413818359375, + 0.0157623291015625, + 0.0014410018920898438, + -0.008575439453125, + -0.072509765625, + -0.0178070068359375, + 0.0325927734375, + 0.015228271484375, + -0.04547119140625, + 0.0458984375, + 0.034515380859375, + -0.024017333984375, + -0.006916046142578125, + 0.007183074951171875, + -0.01276397705078125, + 0.03472900390625, + 0.030029296875, + 0.00943756103515625, + -0.0546875, + 0.018768310546875, + 0.03753662109375, + -0.0029888153076171875, + 0.000965118408203125, + -0.00943756103515625, + -0.041595458984375, + 0.0660400390625, + -0.055328369140625, + -0.0023326873779296875, + -0.02069091796875, + 0.07208251953125, + 0.0251922607421875, + -0.034515380859375, + -0.0592041015625, + 0.053192138671875, + 0.0007238388061523438, + -0.002788543701171875, + 0.00954437255859375, + -0.0219879150390625, + -0.01163482666015625, + 0.023162841796875, + 0.0634765625, + 0.006649017333984375, + 0.049957275390625, + -0.0080413818359375, + -0.06048583984375, + 0.0117950439453125, + -0.025848388671875, + 0.016082763671875, + -0.0006198883056640625, + -0.056610107421875, + -0.051055908203125, + -0.06689453125, + 0.04547119140625, + -0.0001399517059326172, + 0.055328369140625, + 0.0238037109375, + 0.002506256103515625, + 0.00667572021484375, + 0.017364501953125, + 0.016082763671875, + 0.056182861328125, + 0.0153350830078125, + -0.000965118408203125, + 0.02337646484375, + 0.0021991729736328125, + 0.0241241455078125, + -0.0626220703125, + 0.0101318359375, + -0.020477294921875, + 0.0004925727844238281, + -0.036041259765625, + 0.0151214599609375, + 0.0007338523864746094, + -0.005279541015625, + -0.01324462890625, + -0.0278778076171875, + -0.01163482666015625, + -0.008148193359375, + -0.056182861328125, + -0.030029296875, + 0.018341064453125, + -0.03753662109375, + -0.01425933837890625, + 0.03497314453125, + -0.0283050537109375, + 0.021881103515625, + -0.04974365234375, + 0.07550048828125, + 0.0253143310546875, + 0.0159759521484375, + 0.001514434814453125, + 0.003204345703125, + 0.0226287841796875, + -0.00841522216796875, + 0.031097412109375, + 0.00412750244140625, + -0.01297760009765625, + 0.035186767578125, + 0.06689453125, + -0.00879669189453125, + -0.0217742919921875, + 0.0291748046875, + 0.002117156982421875, + -0.03839111328125, + 0.0270233154296875, + -0.00018262863159179688, + 0.002010345458984375, + -0.0020236968994140625, + 0.00568389892578125, + -0.00568389892578125, + -0.0184478759765625, + 0.09051513671875, + 0.024017333984375, + -0.00927734375, + 0.0149078369140625, + -0.030670166015625, + 0.04718017578125, + 0.02423095703125, + 0.045684814453125, + -0.057891845703125, + 0.07122802734375, + -0.033660888671875, + -0.00568389892578125, + 0.0045318603515625, + 0.03839111328125, + 0.0009984970092773438, + 0.030670166015625, + -0.0220947265625, + 0.06817626953125, + 0.0501708984375, + -0.042236328125, + -0.05169677734375, + 0.0151214599609375, + 0.0013875961303710938, + 0.03497314453125, + 0.01195526123046875, + -0.055755615234375, + -0.01163482666015625, + 0.0172576904296875, + 0.038177490234375, + 0.07080078125, + -0.0016622543334960938, + 0.0236968994140625, + -0.02606201171875, + -0.02423095703125, + 0.01050567626953125, + 0.01447296142578125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "fraud-investigation", + "mobile-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_FRED", + "type": "tool", + "name": "FRED", + "content": "fred forensic recovery of evidence device - die high-end-hardware-lösung für professionelle forensik-labore. kombiniert workstation, imager und write-blocker in einem system. die ultrabay-technologie ermöglicht hot-swap von bis zu 8 laufwerken gleichzeitig. eingebaute hardware- write-blocker für alle gängigen interfaces: sata, sas, ide, usb, firewire. die raid-rekonstruktion arbeitet mit defekten arrays. besonders wertvoll: paralleles imaging mehrerer evidenzen, hardware- beschleunigte hashing, unterstützung exotischer formate. die touchscreen- konsole steuert imaging-vorgänge. field-kit-version für vor-ort-einsätze. integration mit ftk, encase, x-ways. die workstation-komponente analysiert während des imaging. der hohe preis macht es zur investition für high-volume-labs. der support durch digital intelligence ist erstklassig. die modulare bauweise erlaubt upgrades. für kleine teams overkill, für behörden-labs oft standard. die hardware-zuverlässigkeit rechtfertigt den premium-preis. 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.01389312744140625, + 0.032928466796875, + 0.0333251953125, + -0.0010042190551757812, + 0.031951904296875, + 0.045440673828125, + 0.018951416015625, + -0.0017118453979492188, + 0.000911712646484375, + -0.0093231201171875, + -0.033538818359375, + 0.06549072265625, + 0.01071929931640625, + -0.006500244140625, + -0.053192138671875, + 0.0203399658203125, + -0.012451171875, + -0.0035724639892578125, + 0.004611968994140625, + 0.0293731689453125, + -0.00689697265625, + -0.0202484130859375, + -0.0599365234375, + -0.0052337646484375, + -0.012451171875, + 0.012451171875, + -0.0222320556640625, + -0.054779052734375, + -0.022918701171875, + 0.00024187564849853516, + -0.0032253265380859375, + -0.0100250244140625, + 0.0016498565673828125, + 0.0289764404296875, + 0.0323486328125, + -0.0226287841796875, + -0.01824951171875, + -0.0239105224609375, + -0.0135955810546875, + 0.03253173828125, + -0.0032749176025390625, + 0.011016845703125, + -0.0015134811401367188, + -0.0033740997314453125, + -0.03155517578125, + -0.043060302734375, + -0.0203399658203125, + -0.0009303092956542969, + -0.0025310516357421875, + -0.0233154296875, + 0.01235198974609375, + 0.03851318359375, + 0.0169677734375, + -0.00659942626953125, + -0.02679443359375, + 0.0052337646484375, + 0.004863739013671875, + -0.03155517578125, + -0.0418701171875, + 0.05059814453125, + -0.064697265625, + -0.001041412353515625, + 0.011810302734375, + 0.0007071495056152344, + -0.0230255126953125, + 0.0297698974609375, + -0.0100250244140625, + -0.032135009765625, + 0.0102691650390625, + 0.003398895263671875, + 0.00872802734375, + -0.00927734375, + -0.020050048828125, + 0.0188446044921875, + -0.027984619140625, + -0.05120849609375, + 0.0179595947265625, + 0.034332275390625, + -0.000010669231414794922, + 0.0020961761474609375, + -0.045654296875, + 0.01165771484375, + 0.003917694091796875, + -0.0081329345703125, + -0.02362060546875, + 0.021331787109375, + 0.0010662078857421875, + 0.03314208984375, + -0.02490234375, + -0.014190673828125, + 0.0137939453125, + -0.0104217529296875, + 0.01458740234375, + -0.014984130859375, + 0.047821044921875, + 0.043060302734375, + -0.01131439208984375, + -0.017059326171875, + 0.004688262939453125, + 0.020843505859375, + 0.01349639892578125, + -0.02490234375, + 0.047821044921875, + -0.006175994873046875, + 0.040679931640625, + -0.045440673828125, + 0.0408935546875, + -0.037506103515625, + -0.02838134765625, + -0.0615234375, + -0.0960693359375, + -0.027984619140625, + -0.003162384033203125, + -0.07501220703125, + 0.0032749176025390625, + 0.0258026123046875, + -0.0202484130859375, + 0.0297698974609375, + -0.039093017578125, + -0.0246124267578125, + 0.0164642333984375, + 0.017059326171875, + 0.00972747802734375, + -0.0004620552062988281, + -0.041473388671875, + -0.04583740234375, + 0.0171661376953125, + 0.03411865234375, + -0.01468658447265625, + -0.0305633544921875, + -0.01528167724609375, + -0.0260009765625, + -0.0218353271484375, + -0.01300048828125, + -0.013397216796875, + -0.037506103515625, + 0.03155517578125, + -0.013397216796875, + -0.0118560791015625, + 0.023712158203125, + 0.0082855224609375, + -0.027984619140625, + -0.06982421875, + 0.0030765533447265625, + -0.048614501953125, + -0.0234222412109375, + -0.0285797119140625, + 0.058746337890625, + -0.050201416015625, + -0.0137939453125, + -0.007343292236328125, + 0.035919189453125, + 0.039703369140625, + 0.0155792236328125, + 0.002716064453125, + -0.0440673828125, + 0.01508331298828125, + -0.03729248046875, + 0.03851318359375, + 0.02520751953125, + -0.02093505859375, + 0.0277862548828125, + 0.001773834228515625, + 0.036712646484375, + -0.028778076171875, + -0.05596923828125, + -0.0285797119140625, + 0.030364990234375, + 0.001140594482421875, + -0.01270294189453125, + 0.0223236083984375, + -0.0230255126953125, + 0.053192138671875, + 0.07421875, + -0.004638671875, + 0.0258026123046875, + 0.00521087646484375, + 0.014984130859375, + 0.03729248046875, + 0.0207366943359375, + -0.026397705078125, + -0.01448822021484375, + 0.039093017578125, + 0.003299713134765625, + 0.0063018798828125, + -0.0040435791015625, + -0.035308837890625, + -0.0110626220703125, + -0.048828125, + 0.0273895263671875, + -0.0305633544921875, + -0.007740020751953125, + -0.0194549560546875, + 0.01111602783203125, + 0.0108184814453125, + 0.0472412109375, + 0.0355224609375, + -0.037506103515625, + 0.02838134765625, + -0.017364501953125, + -0.006649017333984375, + 0.0301666259765625, + -0.0185546875, + 0.038909912109375, + -0.00882720947265625, + 0.03253173828125, + 0.021728515625, + 0.017364501953125, + 0.024017333984375, + -0.004962921142578125, + -0.042877197265625, + 0.0289764404296875, + 0.01215362548828125, + -0.037689208984375, + -0.0355224609375, + -0.039703369140625, + 0.01007080078125, + -0.006649017333984375, + -0.01309967041015625, + -0.00778961181640625, + 0.0106658935546875, + -0.046051025390625, + 0.00937652587890625, + 0.02252197265625, + -0.0029144287109375, + 0.04345703125, + 0.004863739013671875, + -0.0175628662109375, + -0.056365966796875, + 0.03948974609375, + 0.0261993408203125, + 0.00396728515625, + -0.01488494873046875, + -0.0016498565673828125, + -0.0195465087890625, + -0.007244110107421875, + 0.01428985595703125, + 0.02362060546875, + 0.01548004150390625, + 0.00798797607421875, + -0.0323486328125, + 0.0176544189453125, + -0.034912109375, + 0.052398681640625, + 0.053192138671875, + -0.02679443359375, + -0.0011529922485351562, + 0.021240234375, + 0.0176544189453125, + 0.020843505859375, + -0.057159423828125, + -0.011260986328125, + -0.09765625, + -0.01468658447265625, + -0.04742431640625, + -0.046234130859375, + -0.03253173828125, + -0.076171875, + 0.061126708984375, + -0.0135955810546875, + -0.04010009765625, + 0.0202484130859375, + 0.014190673828125, + 0.007343292236328125, + 0.0164642333984375, + 0.039093017578125, + -0.045440673828125, + 0.00858306884765625, + 0.05914306640625, + 0.01300048828125, + -0.00315093994140625, + -0.0029144287109375, + 0.017364501953125, + -0.00778961181640625, + 0.025299072265625, + -0.046234130859375, + -0.0048370361328125, + 0.0231170654296875, + 0.04803466796875, + 0.0159759521484375, + -0.007293701171875, + 0.03314208984375, + 0.016571044921875, + 0.03253173828125, + -0.035919189453125, + -0.01448822021484375, + -0.00553131103515625, + 0.020538330078125, + -0.0076904296875, + -0.04168701171875, + 0.036895751953125, + 0.038909912109375, + -0.01016998291015625, + 0.01349639892578125, + -0.0003256797790527344, + -0.039306640625, + 0.00572967529296875, + 0.0008807182312011719, + 0.01052093505859375, + 0.021240234375, + -0.00125885009765625, + -0.0118560791015625, + 0.005382537841796875, + 0.000579833984375, + -0.01309967041015625, + -0.0198516845703125, + -0.031341552734375, + 0.0045623779296875, + -0.005828857421875, + -0.050018310546875, + -0.034515380859375, + 0.0126495361328125, + -0.0011281967163085938, + 0.0163726806640625, + -0.0227203369140625, + 0.00275421142578125, + -0.0223236083984375, + -0.0482177734375, + 0.0002727508544921875, + -0.03631591796875, + -0.05517578125, + -0.0251007080078125, + 0.03570556640625, + -0.00818634033203125, + 0.0151824951171875, + -0.002506256103515625, + -0.0196533203125, + -0.01548004150390625, + 0.01012420654296875, + 0.014984130859375, + 0.046630859375, + -0.0025177001953125, + 0.039093017578125, + 0.0156707763671875, + 0.032135009765625, + -0.005558013916015625, + 0.047821044921875, + 0.040679931640625, + -0.0323486328125, + 0.0139923095703125, + 0.0131988525390625, + 0.009124755859375, + 0.011260986328125, + -0.00957489013671875, + -0.020050048828125, + 0.0147857666015625, + -0.0273895263671875, + -0.0005736351013183594, + 0.02679443359375, + 0.0171661376953125, + 0.0156707763671875, + -0.04266357421875, + 0.0160675048828125, + 0.06268310546875, + 0.019744873046875, + 0.10797119140625, + -0.01488494873046875, + -0.052001953125, + 0.026397705078125, + 0.050811767578125, + -0.02996826171875, + -0.0195465087890625, + 0.03076171875, + 0.01195526123046875, + -0.0044403076171875, + 0.0260009765625, + 0.01300048828125, + 0.052001953125, + -0.024017333984375, + -0.01036834716796875, + 0.006946563720703125, + 0.01195526123046875, + 0.0289764404296875, + 0.037109375, + 0.021636962890625, + 0.005481719970703125, + 0.01250457763671875, + -0.0227203369140625, + -0.00897979736328125, + -0.0261993408203125, + -0.07421875, + 0.01076507568359375, + 0.058746337890625, + -0.00922393798828125, + 0.046051025390625, + -0.0172576904296875, + -0.059539794921875, + -0.00041556358337402344, + -0.0243072509765625, + 0.0662841796875, + 0.04266357421875, + 0.027984619140625, + 0.02410888671875, + 0.0191497802734375, + 0.03076171875, + 0.0094757080078125, + 0.014984130859375, + 0.03570556640625, + 0.0323486328125, + 0.042877197265625, + -0.00041866302490234375, + -0.047821044921875, + 0.032745361328125, + 0.01096343994140625, + 0.0418701171875, + 0.01300048828125, + 0.0164642333984375, + 0.025299072265625, + 0.0156707763671875, + -0.0108184814453125, + 0.037506103515625, + 0.04107666015625, + 0.00027751922607421875, + 0.0227203369140625, + -0.036712646484375, + 0.0128021240234375, + -0.0615234375, + -0.0114593505859375, + 0.0076904296875, + 0.00632476806640625, + 0.0184478759765625, + -0.00521087646484375, + -0.06390380859375, + -0.0183563232421875, + 0.05279541015625, + -0.07220458984375, + 0.04327392578125, + 0.0164642333984375, + -0.017852783203125, + 0.01255035400390625, + -0.037506103515625, + -0.06866455078125, + 0.027587890625, + -0.014984130859375, + -0.022430419921875, + 0.007144927978515625, + 0.0269927978515625, + -0.03631591796875, + -0.0168609619140625, + -0.01220703125, + -0.0231170654296875, + -0.041290283203125, + -0.0108642578125, + 0.04425048828125, + -0.0008683204650878906, + -0.01508331298828125, + 0.049407958984375, + 0.042877197265625, + -0.003398895263671875, + -0.03155517578125, + 0.04266357421875, + -0.033721923828125, + -0.0504150390625, + 0.019744873046875, + 0.027191162109375, + 0.032745361328125, + -0.0171661376953125, + -0.01428985595703125, + 0.0143890380859375, + -0.004413604736328125, + -0.01250457763671875, + 0.0333251953125, + -0.027191162109375, + -0.0631103515625, + -0.0301666259765625, + 0.043853759765625, + 0.0159759521484375, + 0.035125732421875, + 0.0034236907958984375, + -0.048431396484375, + 0.01329803466796875, + -0.031951904296875, + -0.029571533203125, + -0.04248046875, + 0.0104217529296875, + -0.04107666015625, + 0.040496826171875, + -0.0143890380859375, + -0.0023059844970703125, + -0.0156707763671875, + 0.03253173828125, + 0.0027408599853515625, + -0.004638671875, + -0.04962158203125, + 0.04107666015625, + 0.046051025390625, + -0.057952880859375, + 0.006500244140625, + -0.0151824951171875, + -0.0003132820129394531, + 0.0472412109375, + -0.032745361328125, + -0.00334930419921875, + 0.0018854141235351562, + -0.0567626953125, + 0.0016374588012695312, + -0.0218353271484375, + -0.0048370361328125, + -0.03729248046875, + 0.0202484130859375, + 0.031158447265625, + -0.0187530517578125, + 0.00977325439453125, + 0.005084991455078125, + 0.015869140625, + 0.021728515625, + -0.00862884521484375, + -0.01032257080078125, + 0.0250091552734375, + -0.056365966796875, + -0.035125732421875, + -0.009124755859375, + 0.04010009765625, + -0.04803466796875, + -0.013397216796875, + 0.015380859375, + 0.0041656494140625, + 0.039703369140625, + -0.06231689453125, + 0.00937652587890625, + -0.01824951171875, + -0.032745361328125, + -0.00838470458984375, + 0.001922607421875, + 0.015869140625, + 0.0191497802734375, + -0.000812530517578125, + 0.00679779052734375, + 0.0159759521484375, + -0.083740234375, + 0.03155517578125, + 0.015869140625, + 0.005184173583984375, + 0.0011968612670898438, + -0.0079345703125, + 0.015869140625, + -0.00783538818359375, + 0.04742431640625, + -0.03155517578125, + -0.028778076171875, + -0.0694580078125, + 0.043853759765625, + 0.01131439208984375, + 0.0096282958984375, + -0.0156707763671875, + -0.0281829833984375, + -0.0682373046875, + -0.0007567405700683594, + 0.0333251953125, + 0.0176544189453125, + 0.004886627197265625, + -0.01016998291015625, + -0.007045745849609375, + -0.0155792236328125, + -0.0380859375, + 0.056365966796875, + -0.0265960693359375, + 0.006153106689453125, + 0.0211334228515625, + -0.03631591796875, + 0.0293731689453125, + 0.0291748046875, + 0.04248046875, + 0.01617431640625, + 0.039703369140625, + -0.02996826171875, + -0.0086822509765625, + 0.0037212371826171875, + -0.035919189453125, + -0.00739288330078125, + -0.01904296875, + 0.010467529296875, + -0.0171661376953125, + -0.0207366943359375, + 0.01215362548828125, + 0.01824951171875, + 0.05755615234375, + 0.00162506103515625, + -0.01528167724609375, + 0.00354766845703125, + 0.0008993148803710938, + 0.0869140625, + -0.0174560546875, + -0.0174560546875, + 0.0164642333984375, + -0.00699615478515625, + 0.050811767578125, + 0.055572509765625, + -0.010467529296875, + -0.022430419921875, + -0.0035228729248046875, + 0.037506103515625, + -0.0188446044921875, + -0.0118560791015625, + -0.0218353271484375, + -0.0156707763671875, + 0.0215301513671875, + 0.0297698974609375, + 0.0012655258178710938, + 0.07781982421875, + -0.0094757080078125, + 0.035125732421875, + 0.04486083984375, + 0.0770263671875, + 0.03631591796875, + -0.0180511474609375, + -0.0726318359375, + -0.00208282470703125, + -0.0012960433959960938, + -0.034912109375, + -0.034515380859375, + 0.0056304931640625, + 0.06707763671875, + -0.05755615234375, + -0.02679443359375, + -0.0040435791015625, + -0.01548004150390625, + 0.00039696693420410156, + 0.0180511474609375, + -0.006053924560546875, + 0.019256591796875, + 0.0002263784408569336, + -0.0226287841796875, + 0.008087158203125, + -0.0293731689453125, + 0.0215301513671875, + 0.04901123046875, + 0.0106658935546875, + -0.00689697265625, + 0.0243072509765625, + 0.0171661376953125, + 0.0159759521484375, + 0.014984130859375, + 0.018646240234375, + 0.0277862548828125, + 0.035919189453125, + 0.039886474609375, + 0.0634765625, + -0.00942230224609375, + -0.0116119384765625, + 0.01617431640625, + 0.0214385986328125, + 0.058349609375, + 0.06231689453125, + -0.01250457763671875, + -0.0017614364624023438, + -0.01548004150390625, + -0.04010009765625, + -0.0074920654296875, + -0.0047607421875, + 0.0063018798828125, + -0.07421875, + -0.050811767578125, + 0.031158447265625, + -0.0694580078125, + 0.043060302734375, + 0.0250091552734375, + -0.01617431640625, + -0.0013399124145507812, + 0.0231170654296875, + -0.00560760498046875, + -0.01409149169921875, + 0.0035724639892578125, + -0.00334930419921875, + -0.00992584228515625, + -0.051605224609375, + -0.03631591796875, + 0.0023441314697265625, + -0.0179595947265625, + -0.054779052734375, + -0.032928466796875, + 0.0535888671875, + 0.0024814605712890625, + -0.032928466796875, + -0.0176544189453125, + -0.0022563934326171875, + 0.00453948974609375, + -0.050811767578125, + -0.01141357421875, + -0.0355224609375, + 0.019744873046875, + -0.0250091552734375, + 0.0175628662109375, + -0.02838134765625, + -0.034912109375, + -0.02203369140625, + -0.0250091552734375, + -0.032135009765625, + 0.01141357421875, + -0.0293731689453125, + 0.03173828125, + 0.0010538101196289062, + 0.02093505859375, + 0.05059814453125, + 0.08099365234375, + 0.00008916854858398438, + 0.01141357421875, + -0.0235137939453125, + -0.045440673828125, + 0.024810791015625, + -0.014190673828125, + 0.02203369140625, + -0.049224853515625, + 0.0116119384765625, + 0.05279541015625, + -0.0745849609375, + 0.034515380859375, + -0.01230621337890625, + -0.0277862548828125, + -0.040679931640625, + -0.01508331298828125, + 0.0137939453125, + 0.03472900390625, + 0.08294677734375, + -0.00493621826171875, + 0.00882720947265625, + -0.0008993148803710938, + -0.0364990234375, + 0.039886474609375, + 0.0167694091796875, + 0.016571044921875, + -0.024505615234375, + 0.04742431640625, + 0.007740020751953125, + -0.040496826171875, + -0.0074920654296875, + -0.0634765625, + -0.034912109375, + 0.0273895263671875, + 0.0137939453125, + 0.00818634033203125, + -0.0228271484375, + -0.0261993408203125, + -0.015869140625, + -0.042266845703125, + 0.00334930419921875, + 0.0036468505859375, + 0.011016845703125, + -0.0273895263671875, + -0.0014142990112304688, + -0.005680084228515625, + -0.052398681640625, + -0.037506103515625, + -0.037506103515625, + 0.018157958984375, + 0.0106201171875, + -0.032135009765625, + 0.007293701171875, + 0.031951904296875, + -0.0017366409301757812, + 0.0179595947265625, + 0.0650634765625, + -0.040679931640625, + 0.005359649658203125, + -0.0006232261657714844, + 0.036712646484375, + 0.0031375885009765625, + -0.015869140625, + -0.016265869140625, + 0.007740020751953125, + -0.005458831787109375, + -0.024505615234375, + 0.033935546875, + 0.014984130859375, + -0.0160675048828125, + -0.052001953125, + -0.033721923828125, + -0.0155792236328125, + 0.0305633544921875, + -0.022918701171875, + 0.03948974609375, + -0.005558013916015625, + -0.0116119384765625, + -0.11114501953125, + 0.06231689453125, + -0.0244140625, + 0.0380859375, + 0.0203399658203125, + 0.0116119384765625, + -0.0418701171875, + -0.034912109375, + -0.00739288330078125, + 0.021331787109375, + -0.038299560546875, + 0.02996826171875, + 0.007541656494140625, + -0.00823211669921875, + 0.0195465087890625, + 0.0017490386962890625, + 0.003398895263671875, + 0.06268310546875, + 0.0032749176025390625, + -0.02203369140625, + 0.0323486328125, + -0.0168609619140625, + 0.006847381591796875, + -0.0037212371826171875, + 0.006847381591796875, + 0.020050048828125, + -0.0155792236328125, + -0.01617431640625, + 0.0269927978515625, + 0.045257568359375, + 0.0247039794921875, + -0.037689208984375, + 0.028778076171875, + 0.0151824951171875, + 0.01409149169921875, + -0.0030765533447265625, + -0.027587890625, + 0.0029888153076171875, + 0.032745361328125, + -0.01448822021484375, + -0.036895751953125, + -0.06585693359375, + -0.06903076171875, + 0.0230255126953125, + -0.0195465087890625, + -0.022125244140625, + 0.046234130859375, + 0.041473388671875, + 0.015869140625, + -0.02044677734375, + 0.0017862319946289062, + -0.003299713134765625, + 0.011260986328125, + -0.037109375, + 0.01776123046875, + -0.035308837890625, + 0.053192138671875, + -0.00426483154296875, + -0.0273895263671875, + 0.03411865234375, + -0.0418701171875, + 0.00374603271484375, + -0.021636962890625, + -0.0305633544921875, + -0.00115966796875, + 0.01617431640625, + -0.07781982421875, + -0.00406646728515625, + 0.01300048828125, + 0.03411865234375, + 0.017852783203125, + -0.0301666259765625, + 0.043853759765625, + -0.0333251953125, + -0.051605224609375, + 0.05120849609375, + -0.00434112548828125, + -0.0261993408203125, + -0.0009918212890625, + -0.03173828125, + 0.01076507568359375, + 0.007293701171875, + 0.055572509765625, + 0.039703369140625, + 0.0277862548828125, + 0.004016876220703125, + -0.02679443359375, + -0.0023059844970703125, + -0.0034236907958984375, + 0.021728515625, + 0.00902557373046875, + 0.01190948486328125, + 0.0128021240234375, + 0.00862884521484375, + -0.037506103515625, + -0.09527587890625, + -0.0100250244140625, + -0.025299072265625, + -0.06787109375, + -0.01071929931640625, + 0.088134765625, + 0.03631591796875, + 0.006500244140625, + 0.0293731689453125, + 0.0631103515625, + -0.003894805908203125, + 0.0047607421875, + -0.003398895263671875, + -0.04742431640625, + -0.035125732421875, + -0.006351470947265625, + 0.03314208984375, + -0.057952880859375, + 0.014190673828125, + 0.058746337890625, + 0.0023555755615234375, + -0.037689208984375, + 0.00513458251953125, + 0.0242156982421875, + 0.041473388671875, + -0.00560760498046875, + 0.01255035400390625, + -0.07342529296875, + 0.036895751953125, + 0.031341552734375, + -0.010223388671875, + -0.0079345703125, + -0.005706787109375, + -0.0012836456298828125, + 0.055572509765625, + -0.0897216796875, + -0.0063018798828125, + 0.01389312744140625, + 0.0504150390625, + -0.01349639892578125, + -0.043060302734375, + -0.014190673828125, + 0.055572509765625, + 0.01007080078125, + -0.03253173828125, + 0.03472900390625, + 0.01052093505859375, + 0.001476287841796875, + 0.003894805908203125, + 0.048614501953125, + -0.001983642578125, + 0.053985595703125, + 0.0289764404296875, + -0.047637939453125, + 0.0244140625, + -0.01389312744140625, + 0.01032257080078125, + -0.01458740234375, + -0.0277862548828125, + -0.00823211669921875, + -0.05438232421875, + 0.037109375, + 0.0036716461181640625, + 0.0289764404296875, + 0.0289764404296875, + -0.036102294921875, + -0.020050048828125, + -0.0012960433959960938, + 0.0244140625, + 0.0261993408203125, + 0.021636962890625, + 0.004985809326171875, + -0.0020961761474609375, + 0.0250091552734375, + 0.02044677734375, + -0.0440673828125, + 0.03155517578125, + -0.048614501953125, + 0.0187530517578125, + -0.042083740234375, + 0.00580596923828125, + 0.0114593505859375, + -0.033538818359375, + 0.004364013671875, + -0.0211334228515625, + 0.025604248046875, + -0.0244140625, + -0.030364990234375, + 0.001674652099609375, + 0.0269927978515625, + -0.0194549560546875, + 0.0089263916015625, + 0.0185546875, + -0.0305633544921875, + -0.0036716461181640625, + -0.059539794921875, + 0.0948486328125, + 0.033721923828125, + 0.01468658447265625, + 0.0151824951171875, + 0.048431396484375, + 0.0408935546875, + 0.0163726806640625, + 0.00858306884765625, + 0.0147857666015625, + -0.05279541015625, + 0.04644775390625, + 0.044647216796875, + -0.01824951171875, + -0.0567626953125, + 0.02203369140625, + 0.0031757354736328125, + -0.046844482421875, + 0.032135009765625, + 0.0251007080078125, + 0.0006666183471679688, + -0.01329803466796875, + -0.00109100341796875, + -0.01934814453125, + -0.055572509765625, + 0.038299560546875, + 0.00012636184692382812, + -0.004093170166015625, + 0.038299560546875, + -0.033935546875, + 0.0380859375, + -0.0020961761474609375, + 0.053985595703125, + -0.032745361328125, + 0.053192138671875, + -0.0269927978515625, + 0.003398895263671875, + -0.01165771484375, + 0.00689697265625, + -0.00838470458984375, + 0.041473388671875, + -0.0323486328125, + 0.066650390625, + 0.0297698974609375, + -0.02410888671875, + -0.04901123046875, + -0.020843505859375, + 0.0010728836059570312, + 0.004241943359375, + 0.034332275390625, + -0.042877197265625, + -0.0155792236328125, + 0.0032749176025390625, + 0.013397216796875, + 0.06787109375, + -0.01091766357421875, + 0.025299072265625, + -0.005184173583984375, + -0.01617431640625, + -0.01141357421875, + -0.043060302734375 + ], + "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_Plaso__log2timeline_", + "type": "tool", + "name": "Plaso (log2timeline)", + "content": "plaso (log2timeline) der industrielle timeline-generator extrahiert zeitstempel aus hunderten artefakt-typen für lückenlose aktivitäts-rekonstruktion. parsers für windows event logs, registry, prefetch, browser-history, mobile apps, cloud-services und linux-logs. die storage-architektur verarbeitet massendaten effizient. output in standardisierten formaten für elasticsearch, timesketch oder csv. besonders wertvoll: normalisierung verschiedener zeitstempel-formate und zeitzonen in utc. filterung nach zeitraum, artefakt-typ oder keywords. die modulare parser-architektur erlaubt einfache erweiterung für neue formate. psort sortiert und dedupliziert events. analysis-plugins erkennen anomalien wie timestomping. docker-support vereinfacht deployment. die performance bei sehr großen datensätzen kann leiden, aber die vollständigkeit der timeline ist unübertroffen. integration mit timesketch für kollaborative analyse macht es zum forensik-kraftpaket. command-line timeline log-parser cross-platform timeline-merge time-normalization artifact-parser elasticsearch-export docker-support timestomping-detection modular-parsers batch-processing incident-response static-investigations network-forensics cloud-forensics mobile-forensics data-collection examination", + "embedding": [ + -0.0204925537109375, + 0.037811279296875, + 0.05621337890625, + -0.019500732421875, + 0.0253448486328125, + 0.0201873779296875, + 0.006259918212890625, + -0.007770538330078125, + -0.0028209686279296875, + 0.0233612060546875, + -0.00945281982421875, + 0.037811279296875, + 0.01346588134765625, + -0.0287017822265625, + -0.04730224609375, + 0.0570068359375, + -0.0048980712890625, + 0.008758544921875, + -0.005718231201171875, + -0.00801849365234375, + -0.032470703125, + -0.00591278076171875, + -0.05462646484375, + -0.0089569091796875, + -0.005420684814453125, + 0.0161285400390625, + -0.018310546875, + -0.063720703125, + 0.0038852691650390625, + 0.00945281982421875, + 0.0269317626953125, + -0.0165252685546875, + 0.0107421875, + 0.007572174072265625, + -0.004802703857421875, + -0.0261383056640625, + 0.01247406005859375, + -0.058197021484375, + -0.0455322265625, + 0.08355712890625, + -0.0038852691650390625, + 0.0229644775390625, + 0.006977081298828125, + -0.01103973388671875, + -0.03167724609375, + -0.02593994140625, + 0.036834716796875, + -0.015838623046875, + 0.0242462158203125, + -0.0265350341796875, + 0.031463623046875, + 0.00579071044921875, + 0.0047760009765625, + -0.01395416259765625, + -0.035430908203125, + 0.03485107421875, + -0.0026721954345703125, + -0.0275115966796875, + -0.058197021484375, + 0.052276611328125, + -0.0350341796875, + -0.0156402587890625, + 0.01326751708984375, + -0.0340576171875, + 0.035430908203125, + 0.01375579833984375, + 0.00127410888671875, + 0.00415802001953125, + 0.00638580322265625, + 0.0189056396484375, + -0.0037860870361328125, + -0.012420654296875, + -0.034454345703125, + 0.043548583984375, + -0.0148468017578125, + -0.06610107421875, + 0.0246429443359375, + 0.0200958251953125, + 0.0032672882080078125, + -0.00067138671875, + -0.070068359375, + 0.0018558502197265625, + 0.06451416015625, + 0.00881195068359375, + -0.02325439453125, + 0.019989013671875, + 0.036041259765625, + 0.017822265625, + -0.01088714599609375, + 0.0089111328125, + 0.0265350341796875, + 0.0038852691650390625, + 0.018218994140625, + -0.0201873779296875, + 0.05267333984375, + 0.06689453125, + -0.0020160675048828125, + -0.0267333984375, + -0.01702880859375, + 0.0249481201171875, + 0.0253448486328125, + -0.05267333984375, + 0.06768798828125, + -0.02435302734375, + 0.017425537109375, + -0.006011962890625, + 0.005889892578125, + -0.00925445556640625, + 0.0180206298828125, + -0.0269317626953125, + -0.10137939453125, + -0.0308837890625, + -0.02325439453125, + -0.047698974609375, + -0.00598907470703125, + -0.00925445556640625, + -0.0016336441040039062, + 0.04058837890625, + -0.0169219970703125, + -0.035247802734375, + 0.00547027587890625, + 0.0225677490234375, + -0.0017070770263671875, + -0.0012493133544921875, + -0.046722412109375, + -0.047119140625, + 0.023956298828125, + 0.033447265625, + -0.042755126953125, + -0.0205841064453125, + -0.0164337158203125, + -0.0136566162109375, + 0.0033893585205078125, + -0.018218994140625, + -0.017120361328125, + -0.0269317626953125, + 0.019989013671875, + -0.01103973388671875, + -0.006435394287109375, + 0.0009465217590332031, + 0.0152435302734375, + -0.034637451171875, + -0.0748291015625, + 0.011138916015625, + -0.037628173828125, + -0.0184173583984375, + -0.023162841796875, + 0.057403564453125, + -0.0173187255859375, + 0.01554107666015625, + -0.0277099609375, + 0.0310821533203125, + 0.047698974609375, + 0.016632080078125, + 0.0423583984375, + -0.04730224609375, + 0.033843994140625, + -0.007274627685546875, + 0.026336669921875, + -0.0275115966796875, + -0.0189056396484375, + 0.00455474853515625, + -0.0148468017578125, + 0.0209808349609375, + -0.028106689453125, + -0.026336669921875, + 0.0015592575073242188, + 0.033050537109375, + 0.01910400390625, + 0.01959228515625, + 0.0176239013671875, + -0.017120361328125, + 0.06097412109375, + 0.0716552734375, + 0.0008907318115234375, + 0.0225677490234375, + -0.0237579345703125, + -0.01247406005859375, + 0.0423583984375, + 0.01861572265625, + -0.0035381317138671875, + -0.01514434814453125, + 0.0372314453125, + -0.01024627685546875, + 0.01004791259765625, + 0.0020294189453125, + -0.0318603515625, + -0.0242462158203125, + -0.0234527587890625, + 0.001781463623046875, + -0.04315185546875, + -0.04376220703125, + -0.0196990966796875, + 0.05029296875, + 0.0013427734375, + 0.08154296875, + 0.0185089111328125, + 0.004528045654296875, + 0.0306854248046875, + -0.0089111328125, + 0.016326904296875, + 0.02850341796875, + -0.0160369873046875, + 0.055419921875, + 0.0148468017578125, + -0.0257415771484375, + -0.0131683349609375, + 0.053466796875, + -0.0038604736328125, + -0.01247406005859375, + -0.0279083251953125, + 0.0712890625, + 0.005443572998046875, + -0.019500732421875, + -0.040985107421875, + -0.04888916015625, + -0.00527191162109375, + -0.0277099609375, + -0.0009341239929199219, + 0.0005693435668945312, + 0.0020046234130859375, + -0.04949951171875, + 0.005046844482421875, + 0.0228729248046875, + -0.0257415771484375, + 0.05780029296875, + 0.0203857421875, + -0.02850341796875, + -0.0253448486328125, + 0.004032135009765625, + 0.01385498046875, + 0.0318603515625, + -0.024444580078125, + -0.001621246337890625, + 0.01128387451171875, + -0.0310821533203125, + 0.04315185546875, + 0.01415252685546875, + 0.03662109375, + 0.0091094970703125, + -0.0180206298828125, + 0.040771484375, + -0.0033416748046875, + 0.036834716796875, + 0.0156402587890625, + -0.0220794677734375, + -0.002536773681640625, + 0.0105438232421875, + 0.012969970703125, + 0.0382080078125, + -0.034637451171875, + -0.0005970001220703125, + -0.08831787109375, + -0.0032672882080078125, + -0.06732177734375, + -0.039398193359375, + -0.02117919921875, + -0.050689697265625, + 0.0445556640625, + -0.01415252685546875, + -0.0180206298828125, + -0.0006308555603027344, + -0.00925445556640625, + -0.00762176513671875, + 0.043365478515625, + -0.00702667236328125, + -0.0200958251953125, + 0.00104522705078125, + 0.07086181640625, + 0.0125732421875, + -0.0212860107421875, + -0.0064849853515625, + 0.0176239013671875, + 0.004405975341796875, + 0.00658416748046875, + -0.03662109375, + 0.01514434814453125, + 0.0382080078125, + 0.037017822265625, + 0.0216827392578125, + -0.0290985107421875, + 0.006633758544921875, + -0.0265350341796875, + 0.03662109375, + -0.01474761962890625, + 0.0164337158203125, + -0.0101470947265625, + 0.00658416748046875, + -0.014251708984375, + -0.0732421875, + -0.005519866943359375, + 0.032073974609375, + 0.01454925537109375, + -0.007572174072265625, + 0.0224761962890625, + -0.040191650390625, + 0.005889892578125, + 0.015045166015625, + -0.02325439453125, + 0.031463623046875, + 0.045135498046875, + -0.0287017822265625, + -0.0011692047119140625, + 0.005123138427734375, + 0.00945281982421875, + -0.033050537109375, + -0.048309326171875, + -0.0204925537109375, + -0.0006403923034667969, + -0.038421630859375, + 0.01247406005859375, + 0.01108551025390625, + -0.036041259765625, + 0.0189056396484375, + 0.00376129150390625, + -0.00786590576171875, + -0.04058837890625, + -0.05029296875, + 0.01435089111328125, + -0.038604736328125, + -0.037811279296875, + -0.0221710205078125, + 0.036224365234375, + 0.01084136962890625, + 0.0011386871337890625, + -0.031280517578125, + 0.0017070770263671875, + -0.0261383056640625, + 0.032867431640625, + -0.0233612060546875, + 0.0164337158203125, + -0.0168304443359375, + 0.0465087890625, + 0.04156494140625, + 0.0052947998046875, + 0.0213775634765625, + 0.06689453125, + 0.0185089111328125, + -0.0034389495849609375, + -0.0012187957763671875, + 0.0144500732421875, + -0.003612518310546875, + 0.00611114501953125, + -0.028900146484375, + -0.01306915283203125, + -0.00821685791015625, + -0.0257415771484375, + 0.0189056396484375, + 0.015838623046875, + 0.045135498046875, + 0.051483154296875, + -0.021575927734375, + -0.005939483642578125, + 0.060577392578125, + 0.0279083251953125, + 0.1021728515625, + 0.0005693435668945312, + -0.0633544921875, + 0.035430908203125, + 0.02593994140625, + -0.0173187255859375, + -0.01172637939453125, + 0.055023193359375, + 0.0249481201171875, + -0.0113372802734375, + 0.01534271240234375, + -0.017425537109375, + 0.0230712890625, + 0.001781463623046875, + -0.0052947998046875, + -0.002140045166015625, + -0.0173187255859375, + 0.03167724609375, + 0.0277099609375, + 0.029296875, + -0.0005846023559570312, + 0.0235595703125, + -0.035247802734375, + -0.0200958251953125, + -0.025543212890625, + -0.06732177734375, + 0.0109405517578125, + 0.0177154541015625, + 0.03009033203125, + 0.040985107421875, + -0.037628173828125, + -0.07684326171875, + 0.019500732421875, + -0.0310821533203125, + 0.05462646484375, + 0.0306854248046875, + 0.0245513916015625, + 0.0518798828125, + -0.02435302734375, + -0.004974365234375, + 0.0208892822265625, + 0.03167724609375, + 0.017822265625, + 0.0228729248046875, + 0.0633544921875, + -0.02484130859375, + -0.0250396728515625, + 0.010345458984375, + 0.037017822265625, + 0.025146484375, + 0.0003185272216796875, + 0.017913818359375, + 0.038604736328125, + 0.032867431640625, + -0.01024627685546875, + 0.062164306640625, + 0.037017822265625, + -0.0177154541015625, + 0.0197906494140625, + 0.0026721954345703125, + 0.0192108154296875, + -0.07403564453125, + 0.0180206298828125, + -0.0271148681640625, + 0.01355743408203125, + 0.02593994140625, + 0.020782470703125, + -0.06768798828125, + 0.00238800048828125, + 0.024444580078125, + -0.034637451171875, + 0.0240478515625, + 0.04949951171875, + -0.0173187255859375, + 0.0148468017578125, + 0.006877899169921875, + -0.03265380859375, + 0.0237579345703125, + -0.021484375, + -0.053863525390625, + 0.0157318115234375, + 0.036224365234375, + -0.054229736328125, + -0.035430908203125, + -0.0465087890625, + -0.01534271240234375, + -0.0181121826171875, + -0.02850341796875, + 0.03643798828125, + -0.01024627685546875, + -0.01385498046875, + 0.06097412109375, + 0.057403564453125, + -0.0109405517578125, + -0.038787841796875, + 0.030487060546875, + -0.01306915283203125, + -0.0350341796875, + 0.03741455078125, + 0.019989013671875, + 0.01172637939453125, + -0.037628173828125, + -0.029296875, + 0.016326904296875, + -0.00638580322265625, + 0.0032672882080078125, + -0.0122222900390625, + -0.03802490234375, + -0.037628173828125, + -0.0439453125, + 0.06573486328125, + -0.01029205322265625, + 0.038787841796875, + -0.0012807846069335938, + -0.022369384765625, + 0.05621337890625, + -0.053070068359375, + -0.04058837890625, + -0.0157318115234375, + -0.00811767578125, + 0.004825592041015625, + 0.04888916015625, + -0.0123748779296875, + -0.0240478515625, + 0.0064849853515625, + 0.058197021484375, + 0.03741455078125, + 0.00173187255859375, + -0.044158935546875, + 0.032073974609375, + 0.038604736328125, + -0.0382080078125, + -0.0261383056640625, + -0.01123809814453125, + -0.00324249267578125, + 0.02069091796875, + -0.0518798828125, + -0.003513336181640625, + 0.00598907470703125, + -0.0445556640625, + -0.0127716064453125, + -0.005519866943359375, + -0.012969970703125, + -0.03265380859375, + 0.0025615692138671875, + 0.0350341796875, + 0.0126190185546875, + 0.015838623046875, + 0.005641937255859375, + 0.003192901611328125, + 0.0184173583984375, + 0.000009298324584960938, + -0.027313232421875, + 0.039581298828125, + -0.06927490234375, + -0.04217529296875, + -0.0209808349609375, + 0.007572174072265625, + -0.0185089111328125, + -0.005519866943359375, + -0.0018062591552734375, + 0.0007023811340332031, + 0.037811279296875, + -0.0310821533203125, + -0.00011134147644042969, + -0.021484375, + -0.007472991943359375, + -0.04058837890625, + -0.04156494140625, + 0.0035381317138671875, + 0.0279083251953125, + 0.01306915283203125, + 0.01454925537109375, + 0.029693603515625, + -0.04156494140625, + 0.0030193328857421875, + 0.032867431640625, + 0.0136566162109375, + 0.01267242431640625, + -0.01375579833984375, + -0.00702667236328125, + 0.00806427001953125, + 0.023651123046875, + -0.0310821533203125, + -0.055419921875, + -0.070068359375, + 0.021484375, + 0.007965087890625, + -0.01172637939453125, + -0.0160369873046875, + -0.037017822265625, + -0.047119140625, + -0.0075225830078125, + 0.058990478515625, + 0.003192901611328125, + -0.00658416748046875, + -0.0372314453125, + -0.0306854248046875, + 0.01395416259765625, + -0.044342041015625, + 0.036834716796875, + -0.0039825439453125, + -0.001621246337890625, + 0.0290985107421875, + -0.0465087890625, + 0.016632080078125, + 0.0146484375, + 0.04534912109375, + 0.0277099609375, + 0.0007734298706054688, + -0.0310821533203125, + 0.01168060302734375, + -0.0277099609375, + -0.01247406005859375, + 0.006927490234375, + -0.0136566162109375, + 0.0261383056640625, + -0.0198974609375, + -0.02069091796875, + -0.005641937255859375, + 0.038604736328125, + 0.028106689453125, + -0.0089569091796875, + 0.0023517608642578125, + 0.011627197265625, + -0.00885772705078125, + 0.0780029296875, + -0.0302886962890625, + -0.0413818359375, + 0.0039825439453125, + -0.01435089111328125, + 0.03009033203125, + 0.042572021484375, + 0.007472991943359375, + -0.032867431640625, + 0.0213775634765625, + 0.039794921875, + -0.0204925537109375, + -0.0213775634765625, + -0.0169219970703125, + 0.01326751708984375, + -0.00826263427734375, + 0.04888916015625, + 0.040374755859375, + 0.070068359375, + 0.016632080078125, + 0.021484375, + 0.0038604736328125, + 0.05108642578125, + 0.018218994140625, + -0.003711700439453125, + -0.0487060546875, + -0.032257080078125, + 0.0267333984375, + -0.0208892822265625, + -0.0091552734375, + 0.01088714599609375, + 0.07049560546875, + -0.055419921875, + -0.02593994140625, + 0.0013303756713867188, + 0.025146484375, + -0.007472991943359375, + 0.005619049072265625, + -0.0240478515625, + 0.040985107421875, + 0.03485107421875, + -0.017913818359375, + 0.0161285400390625, + -0.0109405517578125, + 0.01375579833984375, + 0.045745849609375, + 0.0308837890625, + -0.00841522216796875, + 0.0189056396484375, + -0.0101470947265625, + 0.0423583984375, + 0.03741455078125, + 0.043365478515625, + 0.0173187255859375, + 0.01287078857421875, + 0.046722412109375, + 0.05938720703125, + -0.0271148681640625, + -0.0204925537109375, + 0.041168212890625, + 0.053466796875, + 0.043365478515625, + 0.06451416015625, + 0.0097503662109375, + 0.01123809814453125, + -0.006633758544921875, + -0.044158935546875, + -0.0164337158203125, + 0.022369384765625, + -0.00475311279296875, + -0.039581298828125, + -0.043548583984375, + 0.028106689453125, + -0.023162841796875, + 0.02227783203125, + 0.004329681396484375, + -0.0271148681640625, + -0.0230712890625, + 0.048095703125, + -0.03265380859375, + -0.04058837890625, + 0.0109405517578125, + -0.0064849853515625, + -0.02593994140625, + -0.024749755859375, + -0.010345458984375, + 0.047119140625, + -0.01084136962890625, + -0.055419921875, + -0.031463623046875, + 0.0279083251953125, + -0.03424072265625, + -0.055419921875, + -0.0229644775390625, + -0.0095062255859375, + -0.02593994140625, + -0.0350341796875, + -0.03485107421875, + -0.0413818359375, + 0.0127716064453125, + -0.026336669921875, + 0.016632080078125, + -0.0271148681640625, + -0.021484375, + -0.0181121826171875, + -0.0058135986328125, + -0.034454345703125, + 0.0193023681640625, + -0.037017822265625, + 0.03265380859375, + 0.005245208740234375, + 0.0269317626953125, + 0.0220794677734375, + 0.054229736328125, + 0.0006494522094726562, + -0.01385498046875, + -0.01084136962890625, + -0.06890869140625, + -0.0071258544921875, + 0.008514404296875, + 0.0228729248046875, + -0.04791259765625, + 0.0031681060791015625, + 0.084716796875, + -0.07757568359375, + 0.0131683349609375, + 0.01474761962890625, + -0.006633758544921875, + -0.054229736328125, + 0.0007052421569824219, + -0.016326904296875, + -0.004032135009765625, + 0.07049560546875, + 0.0091094970703125, + -0.002796173095703125, + -0.02227783203125, + -0.0518798828125, + 0.04888916015625, + 0.0111846923828125, + 0.037628173828125, + -0.047515869140625, + -0.0156402587890625, + 0.00984954833984375, + -0.037628173828125, + 0.00682830810546875, + -0.0601806640625, + -0.0021038055419921875, + 0.029296875, + 0.00925445556640625, + 0.0079193115234375, + 0.0123748779296875, + -0.058990478515625, + -0.03582763671875, + -0.0318603515625, + 0.033447265625, + -0.002635955810546875, + -0.00167083740234375, + -0.034454345703125, + 0.0180206298828125, + 0.005741119384765625, + -0.047698974609375, + -0.019012451171875, + -0.036834716796875, + 0.010345458984375, + -0.004505157470703125, + -0.053863525390625, + 0.0140533447265625, + 0.01544189453125, + 0.00960540771484375, + 0.035430908203125, + 0.076416015625, + -0.05621337890625, + -0.006877899169921875, + 0.042755126953125, + 0.040191650390625, + -0.004802703857421875, + 0.006237030029296875, + -0.006778717041015625, + 0.0193939208984375, + 0.0253448486328125, + -0.03009033203125, + 0.021484375, + 0.04296875, + -0.038787841796875, + -0.06573486328125, + -0.0294952392578125, + -0.01336669921875, + 0.045928955078125, + -0.026336669921875, + 0.034454345703125, + -0.020294189453125, + -0.0217742919921875, + -0.09503173828125, + 0.041168212890625, + -0.0160369873046875, + 0.0225677490234375, + 0.0093536376953125, + -0.0269317626953125, + -0.06927490234375, + -0.03582763671875, + -0.03643798828125, + 0.02593994140625, + -0.00826263427734375, + 0.040771484375, + -0.00018405914306640625, + 0.00008350610733032227, + 0.01084136962890625, + 0.004974365234375, + -0.0118255615234375, + 0.055816650390625, + 0.040191650390625, + -0.0310821533203125, + 0.0269317626953125, + -0.0235595703125, + -0.0020046234130859375, + -0.015838623046875, + -0.0083160400390625, + 0.003932952880859375, + -0.01336669921875, + -0.039398193359375, + -0.003414154052734375, + 0.023956298828125, + 0.07086181640625, + -0.0220794677734375, + -0.0008845329284667969, + 0.0091094970703125, + 0.02593994140625, + -0.006977081298828125, + -0.0148468017578125, + 0.003662109375, + 0.01415252685546875, + -0.0225677490234375, + -0.0221710205078125, + -0.07049560546875, + -0.0728759765625, + 0.0185089111328125, + -0.04473876953125, + 0.0131683349609375, + -0.01207733154296875, + -0.0003757476806640625, + 0.0093536376953125, + -0.01088714599609375, + 0.045928955078125, + -0.0224761962890625, + -0.018707275390625, + -0.0233612060546875, + 0.0167236328125, + -0.0038852691650390625, + 0.020782470703125, + 0.01202392578125, + -0.03582763671875, + 0.0234527587890625, + -0.01049041748046875, + -0.01202392578125, + -0.0287017822265625, + -0.0185089111328125, + -0.02117919921875, + 0.0022144317626953125, + -0.04217529296875, + -0.0161285400390625, + 0.036224365234375, + 0.0235595703125, + -0.0140533447265625, + -0.01128387451171875, + 0.0267333984375, + -0.017120361328125, + -0.055419921875, + 0.034637451171875, + -0.01385498046875, + -0.00846099853515625, + 0.026336669921875, + -0.01435089111328125, + 0.0189056396484375, + 0.01202392578125, + 0.0253448486328125, + 0.045745849609375, + 0.0445556640625, + 0.014251708984375, + -0.03802490234375, + -0.0173187255859375, + -0.032073974609375, + 0.0127716064453125, + 0.0518798828125, + -0.00040221214294433594, + 0.009307861328125, + 0.0146484375, + 0.00940704345703125, + -0.091064453125, + -0.00310516357421875, + -0.0127716064453125, + -0.05780029296875, + -0.00742340087890625, + 0.07403564453125, + 0.01435089111328125, + -0.01959228515625, + 0.045928955078125, + 0.050079345703125, + 0.032257080078125, + 0.00901031494140625, + -0.02276611328125, + -0.057403564453125, + -0.0018062591552734375, + 0.01232147216796875, + 0.037017822265625, + -0.04949951171875, + 0.053863525390625, + 0.052276611328125, + -0.033447265625, + -0.0109405517578125, + -0.0146484375, + -0.00455474853515625, + 0.033447265625, + 0.0193939208984375, + 0.00104522705078125, + -0.07757568359375, + 0.003612518310546875, + 0.0036373138427734375, + 0.0173187255859375, + 0.01084136962890625, + -0.00940704345703125, + -0.0269317626953125, + 0.0455322265625, + -0.0275115966796875, + -0.0087127685546875, + -0.006435394287109375, + 0.063720703125, + 0.00591278076171875, + -0.03424072265625, + -0.01415252685546875, + 0.033660888671875, + 0.0265350341796875, + -0.017120361328125, + 0.014251708984375, + 0.028106689453125, + -0.01227569580078125, + 0.01375579833984375, + 0.0487060546875, + 0.0208892822265625, + 0.060577392578125, + 0.0238494873046875, + -0.057403564453125, + 0.0093536376953125, + -0.0033168792724609375, + 0.0006494522094726562, + 0.00658416748046875, + -0.049102783203125, + -0.02276611328125, + -0.03997802734375, + 0.032257080078125, + 0.00861358642578125, + 0.031280517578125, + 0.0144500732421875, + -0.003192901611328125, + -0.0165252685546875, + -0.0015773773193359375, + 0.027313232421875, + 0.053863525390625, + 0.0220794677734375, + 0.003612518310546875, + 0.035247802734375, + -0.00658416748046875, + 0.0109405517578125, + -0.04730224609375, + 0.031463623046875, + -0.03741455078125, + -0.01019287109375, + -0.04156494140625, + 0.005443572998046875, + -0.006683349609375, + -0.018218994140625, + -0.00598907470703125, + -0.041778564453125, + 0.0010328292846679688, + -0.0350341796875, + -0.0423583984375, + -0.0161285400390625, + 0.0302886962890625, + -0.00428009033203125, + 0.01435089111328125, + 0.017822265625, + -0.0277099609375, + -0.00801849365234375, + -0.038421630859375, + 0.060577392578125, + 0.034454345703125, + 0.00881195068359375, + -0.009552001953125, + 0.0172271728515625, + 0.0240478515625, + 0.01227569580078125, + 0.0127716064453125, + 0.01959228515625, + -0.033843994140625, + 0.054229736328125, + 0.050689697265625, + 0.0008535385131835938, + -0.0115814208984375, + 0.024444580078125, + -0.0003046989440917969, + -0.043365478515625, + 0.062164306640625, + 0.02276611328125, + 0.029296875, + 0.0033893585205078125, + -0.005962371826171875, + 0.0189056396484375, + -0.06768798828125, + 0.06573486328125, + 0.021484375, + -0.005321502685546875, + 0.03424072265625, + -0.057403564453125, + 0.0382080078125, + 0.0172271728515625, + 0.059783935546875, + -0.0306854248046875, + 0.057403564453125, + -0.00885772705078125, + 0.025543212890625, + 0.015838623046875, + 0.01212310791015625, + 0.01267242431640625, + 0.01861572265625, + -0.01415252685546875, + 0.0423583984375, + 0.03424072265625, + 0.015838623046875, + -0.050689697265625, + -0.009796142578125, + 0.0054931640625, + -0.0011320114135742188, + 0.037017822265625, + -0.042755126953125, + -0.01593017578125, + 0.0235595703125, + 0.0249481201171875, + 0.05859375, + -0.045135498046875, + 0.03662109375, + -0.01267242431640625, + -0.033843994140625, + -0.015045166015625, + -0.00762176513671875 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "network-forensics", + "cloud-forensics", + "mobile-forensics" + ], + "phases": [ + "data-collection", + "examination" + ], + "tags": [ + "command-line", + "timeline", + "log-parser", + "cross-platform", + "timeline-merge", + "time-normalization", + "artifact-parser", + "elasticsearch-export", + "docker-support", + "timestomping-detection", + "modular-parsers", + "batch-processing" + ], + "skillLevel": "intermediate", + "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. command-line 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.02569580078125, + 0.0233154296875, + 0.057586669921875, + 0.0209503173828125, + 0.0214996337890625, + 0.035888671875, + 0.0058746337890625, + 0.0025959014892578125, + -0.0153961181640625, + 0.03570556640625, + -0.031890869140625, + 0.053924560546875, + 0.009246826171875, + 0.005512237548828125, + -0.051025390625, + 0.045928955078125, + -0.01384735107421875, + 0.0280609130859375, + 0.025146484375, + 0.01421356201171875, + -0.0093841552734375, + -0.053924560546875, + -0.075439453125, + -0.0172119140625, + 0.01220703125, + -0.0017309188842773438, + -0.00231170654296875, + -0.0684814453125, + -0.01849365234375, + -0.00792694091796875, + 0.019775390625, + -0.0293426513671875, + 0.0002377033233642578, + 0.0255126953125, + 0.0009794235229492188, + -0.01220703125, + 0.006103515625, + -0.048095703125, + -0.01457977294921875, + 0.042816162109375, + -0.0282440185546875, + 0.0118408203125, + 0.004032135009765625, + 0.012115478515625, + -0.0271453857421875, + -0.00432586669921875, + 0.012481689453125, + 0.01338958740234375, + 0.019500732421875, + -0.0262451171875, + 0.0157623291015625, + 0.033905029296875, + 0.02349853515625, + -0.005260467529296875, + -0.03497314453125, + 0.023681640625, + 0.0291595458984375, + 0.0018787384033203125, + -0.043365478515625, + 0.0499267578125, + -0.055389404296875, + -0.0293426513671875, + -0.0048980712890625, + -0.003734588623046875, + -0.00847625732421875, + 0.03680419921875, + -0.005123138427734375, + -0.0216827392578125, + -0.01776123046875, + -0.031890869140625, + 0.032623291015625, + -0.025146484375, + -0.0220489501953125, + 0.03973388671875, + -0.0291595458984375, + -0.04010009765625, + 0.0291595458984375, + 0.03863525390625, + 0.003940582275390625, + 0.01467132568359375, + -0.058319091796875, + -0.006694793701171875, + 0.048095703125, + -0.0207672119140625, + -0.0269622802734375, + -0.00235748291015625, + 0.03570556640625, + -0.01849365234375, + 0.0059661865234375, + -0.005786895751953125, + 0.0269622802734375, + 0.0118408203125, + 0.03973388671875, + -0.01959228515625, + 0.0278778076171875, + 0.041351318359375, + -0.019500732421875, + -0.0265960693359375, + -0.03936767578125, + 0.06561279296875, + 0.0214996337890625, + -0.02423095703125, + 0.040435791015625, + -0.023223876953125, + 0.0273284912109375, + -0.00307464599609375, + 0.018402099609375, + 0.0025615692138671875, + -0.007152557373046875, + -0.0006461143493652344, + -0.09222412109375, + -0.042266845703125, + -0.017120361328125, + -0.0684814453125, + -0.0264129638671875, + 0.005306243896484375, + -0.048095703125, + 0.02496337890625, + -0.0271453857421875, + -0.06231689453125, + 0.01202392578125, + 0.00843048095703125, + 0.0063323974609375, + 0.0202178955078125, + -0.03497314453125, + -0.04644775390625, + 0.02459716796875, + 0.0229644775390625, + -0.03497314453125, + -0.0225982666015625, + -0.0028934478759765625, + -0.0018224716186523438, + -0.01111602783203125, + -0.055389404296875, + -0.002300262451171875, + -0.0152130126953125, + 0.02569580078125, + 0.002902984619140625, + -0.017486572265625, + 0.01220703125, + 0.031707763671875, + -0.042633056640625, + -0.053192138671875, + 0.0229644775390625, + -0.046112060546875, + -0.019317626953125, + -0.0158538818359375, + 0.0380859375, + -0.0229644775390625, + 0.00742340087890625, + -0.01467132568359375, + 0.03790283203125, + 0.0714111328125, + 0.01065826416015625, + 0.012115478515625, + -0.01904296875, + 0.0098876953125, + -0.017669677734375, + 0.05029296875, + -0.0179443359375, + -0.01275634765625, + 0.00455474853515625, + 0.018585205078125, + 0.0369873046875, + -0.0045318603515625, + -0.030059814453125, + -0.012664794921875, + 0.02459716796875, + 0.030609130859375, + 0.0165863037109375, + 0.034423828125, + -0.0340576171875, + 0.0384521484375, + 0.06884765625, + -0.0012416839599609375, + 0.0289764404296875, + 0.00217437744140625, + -0.0222320556640625, + 0.041351318359375, + 0.042816162109375, + 0.00145721435546875, + -0.0227813720703125, + 0.06634521484375, + 0.0064239501953125, + 0.012298583984375, + -0.020050048828125, + -0.00811004638671875, + -0.01015472412109375, + -0.0469970703125, + 0.032989501953125, + -0.044647216796875, + -0.0162200927734375, + -0.030975341796875, + 0.051025390625, + 0.02423095703125, + 0.057586669921875, + 0.0287933349609375, + -0.0275115966796875, + 0.045562744140625, + -0.0019474029541015625, + 0.01338958740234375, + 0.01457977294921875, + -0.003711700439453125, + 0.044647216796875, + 0.030609130859375, + 0.005786895751953125, + -0.030059814453125, + 0.034423828125, + 0.0167694091796875, + -0.0269622802734375, + 0.01102447509765625, + 0.037353515625, + -0.00742340087890625, + -0.01849365234375, + -0.0213165283203125, + -0.02587890625, + 0.0155792236328125, + -0.0018672943115234375, + -0.02496337890625, + 0.012115478515625, + -0.0231475830078125, + -0.069580078125, + -0.0194091796875, + 0.0477294921875, + -0.0210418701171875, + 0.0340576171875, + 0.033172607421875, + -0.00843048095703125, + -0.025146484375, + 0.0155792236328125, + 0.030792236328125, + 0.0207672119140625, + -0.00806427001953125, + -0.0048980712890625, + -0.0172119140625, + -0.0157623291015625, + 0.0255126953125, + 0.0208587646484375, + -0.005237579345703125, + 0.012481689453125, + -0.01995849609375, + 0.0222320556640625, + -0.03717041015625, + 0.03790283203125, + 0.03607177734375, + -0.0220489501953125, + 0.00970458984375, + -0.0284271240234375, + 0.042083740234375, + 0.048828125, + -0.072509765625, + -0.012939453125, + -0.06671142578125, + 0.0163116455078125, + -0.08087158203125, + -0.053192138671875, + -0.0221405029296875, + -0.048828125, + 0.0517578125, + -0.029876708984375, + -0.0225067138671875, + -0.0026302337646484375, + 0.02349853515625, + 0.0093841552734375, + 0.0179443359375, + 0.00838470458984375, + -0.030426025390625, + -0.01329803466796875, + 0.101318359375, + -0.0499267578125, + -0.02587890625, + -0.02423095703125, + 0.033355712890625, + -0.0048980712890625, + 0.0225067138671875, + -0.005512237548828125, + 0.002323150634765625, + 0.017852783203125, + 0.0377197265625, + 0.01312255859375, + 0.0206756591796875, + -0.01739501953125, + 0.0001188516616821289, + 0.0377197265625, + -0.03790283203125, + 0.01116180419921875, + 0.004032135009765625, + 0.00019788742065429688, + 0.00801849365234375, + -0.055755615234375, + 0.011932373046875, + 0.043548583984375, + 0.030609130859375, + -0.009521484375, + 0.003780364990234375, + -0.0362548828125, + 0.018951416015625, + 0.0194091796875, + -0.01220703125, + 0.0477294921875, + 0.033905029296875, + -0.0025386810302734375, + 0.012481689453125, + -0.005443572998046875, + 0.01033782958984375, + -0.06304931640625, + -0.01239013671875, + -0.01776123046875, + -0.0179443359375, + -0.0225982666015625, + -0.017852783203125, + -0.000728607177734375, + -0.0186767578125, + 0.009796142578125, + 0.0007061958312988281, + 0.0058746337890625, + -0.03515625, + -0.031341552734375, + 0.0017652511596679688, + -0.0149383544921875, + -0.043182373046875, + -0.046112060546875, + 0.03460693359375, + -0.0201263427734375, + -0.00824737548828125, + -0.00833892822265625, + -0.0224151611328125, + -0.041900634765625, + 0.004169464111328125, + -0.032073974609375, + -0.002300262451171875, + -0.0058746337890625, + 0.053192138671875, + 0.02386474609375, + 0.011749267578125, + 0.0169525146484375, + 0.048828125, + 0.008880615234375, + -0.007244110107421875, + -0.0044403076171875, + -0.01015472412109375, + -0.0027446746826171875, + 0.0061492919921875, + -0.03570556640625, + -0.018951416015625, + -0.0222320556640625, + -0.00628662109375, + 0.019134521484375, + 0.012664794921875, + 0.0377197265625, + 0.0230560302734375, + -0.006378173828125, + -0.002300262451171875, + 0.09259033203125, + 0.003757476806640625, + 0.08087158203125, + -0.00592041015625, + -0.055389404296875, + -0.0058746337890625, + 0.034423828125, + -0.0151214599609375, + -0.01457977294921875, + 0.017578125, + 0.00778961181640625, + -0.0276947021484375, + 0.03570556640625, + -0.030242919921875, + 0.02532958984375, + -0.0036220550537109375, + 0.00746917724609375, + 0.0225067138671875, + -0.0094757080078125, + 0.0098419189453125, + 0.0247802734375, + 0.02569580078125, + 0.0204925537109375, + 0.03533935546875, + -0.0100250244140625, + 0.01029205322265625, + -0.055389404296875, + -0.08123779296875, + -0.0035076141357421875, + 0.01107025146484375, + 0.00737762451171875, + 0.030426025390625, + -0.0521240234375, + -0.0706787109375, + 0.0278778076171875, + -0.043731689453125, + 0.09185791015625, + 0.0491943359375, + 0.004077911376953125, + 0.01024627685546875, + -0.0164947509765625, + 0.01070404052734375, + 0.02532958984375, + 0.0213165283203125, + 0.03900146484375, + 0.0469970703125, + 0.03570556640625, + 0.006378173828125, + -0.0229644775390625, + -0.002960205078125, + 0.042816162109375, + 0.0227813720703125, + -0.01220703125, + 0.041168212890625, + 0.031341552734375, + 0.02459716796875, + -0.03424072265625, + 0.03424072265625, + -0.003780364990234375, + -0.01448822021484375, + 0.0098419189453125, + -0.0273284912109375, + 0.0206756591796875, + -0.040435791015625, + 0.007198333740234375, + -0.01702880859375, + 0.0208587646484375, + 0.019317626953125, + 0.033905029296875, + -0.0287933349609375, + -0.005168914794921875, + 0.054656982421875, + -0.06451416015625, + -0.0019588470458984375, + 0.040985107421875, + -0.02532958984375, + 0.01120758056640625, + -0.0380859375, + -0.053558349609375, + 0.048828125, + -0.0264129638671875, + -0.0732421875, + 0.0165863037109375, + 0.0289764404296875, + -0.031158447265625, + -0.0194091796875, + -0.048095703125, + 0.01143646240234375, + -0.02386474609375, + -0.032073974609375, + 0.0362548828125, + -0.0013036727905273438, + -0.00742340087890625, + 0.02423095703125, + 0.008697509765625, + -0.019683837890625, + -0.00769805908203125, + 0.03717041015625, + -0.030792236328125, + -0.030426025390625, + 0.0159454345703125, + -0.00074005126953125, + 0.0026187896728515625, + -0.01412200927734375, + -0.01052093505859375, + 0.0167694091796875, + 0.025146484375, + 0.01739501953125, + -0.003734588623046875, + -0.06414794921875, + -0.04010009765625, + -0.05902099609375, + 0.06378173828125, + 0.0269622802734375, + 0.042633056640625, + 0.00121307373046875, + -0.06597900390625, + 0.018951416015625, + -0.049560546875, + -0.0205841064453125, + -0.005512237548828125, + 0.01202392578125, + -0.0168609619140625, + 0.0692138671875, + -0.0012636184692382812, + -0.007289886474609375, + 0.007106781005859375, + 0.023681640625, + 0.0013322830200195312, + 0.00042700767517089844, + -0.0208587646484375, + 0.04736328125, + 0.0347900390625, + -0.0380859375, + -0.0064239501953125, + 0.001247406005859375, + 0.0151214599609375, + 0.0765380859375, + -0.06451416015625, + -0.0062408447265625, + -0.01357269287109375, + -0.0517578125, + -0.0225067138671875, + -0.018035888671875, + -0.0161285400390625, + -0.0291595458984375, + 0.00778961181640625, + 0.02423095703125, + 0.0004413127899169922, + 0.056121826171875, + 0.02532958984375, + 0.007152557373046875, + -0.00469207763671875, + 0.005535125732421875, + -0.0152130126953125, + 0.03680419921875, + -0.05975341796875, + -0.0284271240234375, + -0.005329132080078125, + 0.043914794921875, + -0.0273284912109375, + 0.01412200927734375, + -0.00460052490234375, + -0.018035888671875, + 0.031341552734375, + -0.055389404296875, + -0.003757476806640625, + -0.012298583984375, + 0.018218994140625, + -0.0484619140625, + -0.01904296875, + 0.01129913330078125, + 0.0287933349609375, + -0.001605987548828125, + 0.0222320556640625, + 0.01320648193359375, + -0.03826904296875, + 0.0229644775390625, + -0.0013036727905273438, + -0.018768310546875, + 0.01097869873046875, + 0.0205841064453125, + -0.0090179443359375, + -0.01357269287109375, + 0.032073974609375, + -0.0168609619140625, + -0.0125732421875, + -0.08306884765625, + 0.01348114013671875, + -0.0153045654296875, + -0.02532958984375, + -0.018035888671875, + -0.0207672119140625, + -0.06195068359375, + -0.0194091796875, + 0.0240478515625, + 0.049560546875, + 0.0061492919921875, + -0.048095703125, + -0.017486572265625, + -0.0098419189453125, + -0.0377197265625, + 0.031524658203125, + -0.0179443359375, + 0.007015228271484375, + 0.0034618377685546875, + -0.03680419921875, + 0.018585205078125, + 0.0153045654296875, + 0.033721923828125, + 0.0255126953125, + 0.04010009765625, + -0.0262451171875, + 0.0225067138671875, + 0.01430511474609375, + -0.00838470458984375, + -0.045379638671875, + -0.00469207763671875, + 0.0284271240234375, + -0.0469970703125, + -0.018218994140625, + 0.06341552734375, + 0.0255126953125, + 0.0273284912109375, + -0.03863525390625, + -0.0362548828125, + 0.055389404296875, + -0.01412200927734375, + 0.0947265625, + -0.01849365234375, + -0.042816162109375, + -0.01348114013671875, + 0.017578125, + 0.042999267578125, + 0.033721923828125, + 0.001190185546875, + -0.0289764404296875, + 0.01143646240234375, + 0.0517578125, + -0.0179443359375, + -0.03643798828125, + -0.053192138671875, + 0.03497314453125, + 0.0172119140625, + 0.08343505859375, + 0.00628662109375, + 0.0758056640625, + 0.01338958740234375, + -0.0164947509765625, + 0.019866943359375, + 0.0499267578125, + 0.0240478515625, + -0.032623291015625, + -0.06085205078125, + -0.0169525146484375, + 0.02532958984375, + -0.01129913330078125, + -0.045196533203125, + 0.0034618377685546875, + 0.05029296875, + -0.06304931640625, + -0.0244140625, + -0.019866943359375, + -0.0220489501953125, + 0.01904296875, + -0.01079559326171875, + -0.0157623291015625, + 0.0207672119140625, + 0.011749267578125, + -0.031158447265625, + 0.032440185546875, + -0.0207672119140625, + 0.01849365234375, + 0.053192138671875, + 0.031524658203125, + -0.005077362060546875, + 0.043914794921875, + 0.03424072265625, + 0.03497314453125, + 0.01448822021484375, + 0.03607177734375, + 0.01125335693359375, + 0.018585205078125, + 0.0289764404296875, + 0.06011962890625, + -0.03753662109375, + -0.00788116455078125, + -0.0125732421875, + 0.0208587646484375, + 0.05975341796875, + 0.019866943359375, + 0.01412200927734375, + 0.0149383544921875, + -0.0269622802734375, + -0.06268310546875, + 0.0021190643310546875, + 0.00244903564453125, + 0.004215240478515625, + -0.0231475830078125, + -0.03680419921875, + 0.030242919921875, + -0.01467132568359375, + 0.0273284912109375, + 0.030792236328125, + -0.02569580078125, + -0.023223876953125, + 0.053192138671875, + -0.0213165283203125, + -0.0362548828125, + 0.0213165283203125, + -0.017852783203125, + -0.052490234375, + -0.019866943359375, + -0.00801849365234375, + 0.037353515625, + -0.0027561187744140625, + -0.056121826171875, + 0.00323486328125, + 0.02459716796875, + -0.009979248046875, + -0.030059814453125, + -0.0045318603515625, + -0.005466461181640625, + -0.0060577392578125, + -0.03936767578125, + -0.049560546875, + -0.0255126953125, + 0.005489349365234375, + -0.0391845703125, + 0.055755615234375, + 0.029693603515625, + 0.00492095947265625, + -0.0008597373962402344, + -0.01120758056640625, + -0.054656982421875, + 0.032989501953125, + -0.0275115966796875, + 0.0484619140625, + 0.0229644775390625, + 0.0282440185546875, + 0.01430511474609375, + 0.048095703125, + 0.0033016204833984375, + -0.0148468017578125, + -0.0240478515625, + -0.0706787109375, + 0.0092010498046875, + 0.02496337890625, + -0.0034160614013671875, + -0.06195068359375, + 0.006877899169921875, + 0.0499267578125, + -0.06304931640625, + 0.0203094482421875, + -0.00592041015625, + -0.019317626953125, + -0.041534423828125, + 0.018035888671875, + 0.0090179443359375, + 0.007106781005859375, + 0.073974609375, + 0.0011157989501953125, + -0.0213165283203125, + 0.0164947509765625, + -0.055755615234375, + 0.054656982421875, + 0.002277374267578125, + 0.0267791748046875, + -0.045745849609375, + 0.02459716796875, + 0.02349853515625, + -0.012481689453125, + 0.0247802734375, + -0.06884765625, + -0.006740570068359375, + 0.030792236328125, + 0.017669677734375, + 0.00788116455078125, + -0.002346038818359375, + -0.033905029296875, + -0.0275115966796875, + -0.00439453125, + -0.00760650634765625, + 0.01134490966796875, + 0.01239013671875, + -0.025146484375, + -0.01134490966796875, + -0.0008254051208496094, + -0.053924560546875, + -0.02532958984375, + -0.01421356201171875, + 0.0276947021484375, + 0.007152557373046875, + -0.057586669921875, + -0.0027904510498046875, + -0.006561279296875, + 0.0164947509765625, + 0.02423095703125, + 0.044281005859375, + -0.042449951171875, + -0.01134490966796875, + 0.002437591552734375, + 0.052490234375, + 0.017486572265625, + 0.01107025146484375, + -0.00801849365234375, + -0.01239013671875, + 0.00746917724609375, + -0.02569580078125, + 0.044830322265625, + 0.02587890625, + -0.029693603515625, + -0.041351318359375, + -0.031524658203125, + -0.046630859375, + 0.03936767578125, + 0.0064239501953125, + 0.0380859375, + 0.012298583984375, + -0.01430511474609375, + -0.08343505859375, + 0.0262451171875, + -0.005443572998046875, + -0.0044403076171875, + 0.01357269287109375, + -0.030059814453125, + -0.058319091796875, + -0.055389404296875, + -0.01849365234375, + 0.01165771484375, + -0.01102447509765625, + 0.005146026611328125, + 0.030426025390625, + 0.00020074844360351562, + 0.0267791748046875, + 0.001247406005859375, + -0.0218658447265625, + 0.0469970703125, + 0.0231475830078125, + -0.045745849609375, + 0.06671142578125, + -0.0469970703125, + 0.0035305023193359375, + -0.01148223876953125, + 0.0210418701171875, + 0.00860595703125, + 0.0025272369384765625, + -0.0284271240234375, + -0.0217742919921875, + 0.03863525390625, + 0.05902099609375, + -0.02459716796875, + 0.0098419189453125, + -0.0225067138671875, + -0.005603790283203125, + -0.0147552490234375, + -0.013031005859375, + 0.017303466796875, + 0.0155792236328125, + -0.0267791748046875, + -0.0033473968505859375, + -0.05029296875, + -0.06085205078125, + -0.0011844635009765625, + -0.041534423828125, + 0.0019702911376953125, + 0.00792694091796875, + 0.0201263427734375, + 0.032073974609375, + -0.057220458984375, + 0.03515625, + -0.0194091796875, + -0.042449951171875, + -0.006786346435546875, + 0.012481689453125, + -0.017669677734375, + 0.041900634765625, + 0.0222320556640625, + -0.02606201171875, + -0.005031585693359375, + -0.0088348388671875, + -0.0153961181640625, + -0.00970458984375, + 0.00833892822265625, + -0.03973388671875, + 0.023681640625, + -0.042633056640625, + 0.0061492919921875, + 0.0213165283203125, + 0.01202392578125, + 0.01366424560546875, + -0.052490234375, + 0.0271453857421875, + -0.0391845703125, + -0.056854248046875, + 0.007152557373046875, + -0.0168609619140625, + -0.057952880859375, + 0.0289764404296875, + -0.042999267578125, + 0.00801849365234375, + 0.004169464111328125, + 0.0228729248046875, + 0.032073974609375, + 0.06707763671875, + 0.02386474609375, + -0.0269622802734375, + 0.0169525146484375, + -0.01430511474609375, + 0.0225067138671875, + 0.0506591796875, + 0.01776123046875, + 0.0099334716796875, + 0.01885986328125, + -0.0004470348358154297, + -0.08343505859375, + -0.005489349365234375, + -0.01056671142578125, + -0.044464111328125, + -0.0002689361572265625, + 0.06085205078125, + 0.00628662109375, + 0.01056671142578125, + 0.0026187896728515625, + 0.03936767578125, + 0.0219573974609375, + 0.00751495361328125, + -0.055389404296875, + -0.055755615234375, + 0.006740570068359375, + 0.045379638671875, + -0.0011444091796875, + -0.08343505859375, + 0.05975341796875, + 0.058685302734375, + 0.0151214599609375, + -0.01107025146484375, + 0.0025615692138671875, + -0.01357269287109375, + 0.0247802734375, + 0.0240478515625, + 0.017486572265625, + -0.0706787109375, + 0.018402099609375, + 0.01070404052734375, + -0.0034618377685546875, + 0.0160369873046875, + -0.01129913330078125, + -0.0205841064453125, + 0.0284271240234375, + -0.045013427734375, + 0.0034160614013671875, + 0.0282440185546875, + 0.0732421875, + 0.01024627685546875, + -0.043914794921875, + 0.0006208419799804688, + -0.00778961181640625, + 0.0206756591796875, + -0.012298583984375, + -0.0151214599609375, + 0.0160369873046875, + -0.017303466796875, + -0.005718231201171875, + 0.041717529296875, + 0.0090179443359375, + 0.054656982421875, + 0.017852783203125, + -0.046112060546875, + 0.0225982666015625, + 0.009613037109375, + 0.005397796630859375, + -0.0218658447265625, + -0.032257080078125, + -0.019134521484375, + -0.023681640625, + 0.01015472412109375, + -0.0035762786865234375, + 0.03662109375, + -0.00437164306640625, + -0.01393890380859375, + 0.0087432861328125, + 0.01776123046875, + 0.019775390625, + 0.03515625, + 0.0158538818359375, + -0.017578125, + 0.0150299072265625, + 0.0284271240234375, + -0.00240325927734375, + -0.0201263427734375, + 0.03973388671875, + -0.029876708984375, + 0.0090179443359375, + -0.033172607421875, + -0.033172607421875, + 0.0225982666015625, + -0.029876708984375, + 0.011932373046875, + -0.0155792236328125, + 0.0209503173828125, + -0.032989501953125, + -0.01357269287109375, + -0.0063323974609375, + 0.044647216796875, + -0.057952880859375, + 0.030975341796875, + 0.0156707763671875, + -0.0065155029296875, + -0.006378173828125, + -0.0213165283203125, + 0.0706787109375, + 0.0247802734375, + 0.0284271240234375, + -0.0172119140625, + -0.007289886474609375, + 0.017486572265625, + -0.0477294921875, + 0.0289764404296875, + 0.0214080810546875, + -0.001628875732421875, + 0.0262451171875, + 0.032806396484375, + 0.030975341796875, + -0.0157623291015625, + 0.01885986328125, + 0.005512237548828125, + -0.030609130859375, + 0.01812744140625, + 0.00231170654296875, + 0.030792236328125, + -0.003711700439453125, + -0.03790283203125, + -0.01959228515625, + -0.056121826171875, + 0.078369140625, + -0.00231170654296875, + -0.0167694091796875, + 0.0265960693359375, + -0.02496337890625, + 0.055389404296875, + 0.0153045654296875, + 0.043365478515625, + -0.06884765625, + 0.045928955078125, + -0.0262451171875, + -0.0013723373413085938, + 0.009979248046875, + -0.01412200927734375, + -0.004238128662109375, + 0.01329803466796875, + -0.0499267578125, + 0.05029296875, + 0.005718231201171875, + 0.01421356201171875, + -0.052825927734375, + -0.0025272369384765625, + 0.00746917724609375, + -0.005306243896484375, + 0.023681640625, + -0.0506591796875, + -0.033721923828125, + 0.013031005859375, + 0.0247802734375, + 0.049560546875, + -0.0011501312255859375, + 0.02386474609375, + -0.0154876708984375, + -0.0064697265625, + -0.0061492919921875, + -0.0164031982421875 + ], + "metadata": { + "domains": [ + "incident-response", + "malware-analysis" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_Suricata", + "type": "tool", + "name": "Suricata", + "content": "suricata die open-source-ids/ips-engine der oisf revolutioniert netzwerk-security- monitoring durch multi-threading und moderne protokoll-decoder. lua-scripts ermöglichen custom-detection-logic jenseits einfacher pattern-matching. besonders mächtig: http-keyword-matching in request-bodies, tls-certificate- fingerprinting, dns-tunneling-detection, file-extraction aus netzwerk- streams. die json-ausgabe integriert nahtlos in elk-stack oder splunk. rule-updates von proofpoint, emerging-threats halten signaturen aktuell. bypass-funktionen reduzieren false-positives bei bekanntem traffic. hardware-acceleration durch dpdk/pf_ring steigert performance auf 100gbit+. cluster-mode verteilt load über mehrere instanzen. die engine bildet das herzstück kommerzieller siem-systeme von elastic security bis wazuh. python-output-plugins ermöglichen custom-integrations. unverzichtbar für moderne socs die leistungsstarke threat-detection ohne vendor-lock-in benötigen. der de-facto-standard für open-source-nsm. ids nsm network-forensics analysis", + "embedding": [ + -0.018096923828125, + 0.0267181396484375, + 0.04150390625, + 0.035430908203125, + 0.0250244140625, + 0.0195159912109375, + 0.0129852294921875, + -0.0231170654296875, + -0.026153564453125, + 0.0021915435791015625, + -0.030517578125, + 0.038299560546875, + 0.01013946533203125, + -0.005023956298828125, + -0.060638427734375, + 0.05572509765625, + 0.0017414093017578125, + -0.00919342041015625, + 0.01326751708984375, + 0.019805908203125, + -0.0152587890625, + -0.0107574462890625, + -0.051544189453125, + -0.0028438568115234375, + -0.0194244384765625, + -0.0047607421875, + 0.0166778564453125, + -0.06292724609375, + -0.0076751708984375, + 0.00885772705078125, + 0.01554107666015625, + -0.0322265625, + 0.008575439453125, + 0.03204345703125, + -0.00124359130859375, + -0.031463623046875, + 0.034881591796875, + -0.05230712890625, + -0.0135498046875, + 0.0428466796875, + -0.024444580078125, + 0.038848876953125, + 0.0033397674560546875, + -0.00971221923828125, + -0.0274810791015625, + -0.053436279296875, + -0.0036258697509765625, + -0.021697998046875, + 0.01885986328125, + -0.0293731689453125, + 0.02691650390625, + 0.01515960693359375, + 0.01335906982421875, + -0.0002887248992919922, + -0.0504150390625, + 0.009429931640625, + 0.028045654296875, + -0.003246307373046875, + -0.03753662109375, + 0.050811767578125, + -0.028045654296875, + -0.007297515869140625, + -0.005733489990234375, + -0.01232147216796875, + 0.023590087890625, + 0.00649261474609375, + -0.01506805419921875, + -0.0291900634765625, + 0.001800537109375, + -0.00762939453125, + 0.0272979736328125, + -0.02691650390625, + 0.001125335693359375, + 0.0257720947265625, + -0.029571533203125, + -0.031463623046875, + 0.015350341796875, + 0.02142333984375, + 0.0176239013671875, + 0.0140228271484375, + -0.038665771484375, + 0.01198577880859375, + 0.0504150390625, + -0.00653839111328125, + -0.010284423828125, + -0.01279449462890625, + 0.0360107421875, + -0.00701141357421875, + 0.016876220703125, + 0.005329132080078125, + 0.004169464111328125, + -0.0089569091796875, + 0.053070068359375, + -0.001575469970703125, + 0.04095458984375, + 0.056854248046875, + -0.03961181640625, + -0.0272979736328125, + -0.0017766952514648438, + 0.04150390625, + 0.0174407958984375, + -0.0209503173828125, + 0.047576904296875, + -0.020751953125, + 0.059906005859375, + -0.01364898681640625, + 0.00881195068359375, + -0.036376953125, + 0.0221710205078125, + 0.00791168212890625, + -0.100830078125, + -0.0394287109375, + -0.01374053955078125, + -0.06707763671875, + -0.0236968994140625, + -0.006443023681640625, + -0.0159149169921875, + 0.025970458984375, + -0.051177978515625, + -0.039794921875, + 0.0299530029296875, + 0.031829833984375, + 0.0152587890625, + 0.0265350341796875, + -0.035430908203125, + -0.065185546875, + 0.004669189453125, + 0.008575439453125, + -0.03070068359375, + -0.0200958251953125, + -0.019989013671875, + -0.0080108642578125, + -0.017913818359375, + -0.0293731689453125, + -0.0009360313415527344, + -0.0152587890625, + 0.035247802734375, + -0.00145721435546875, + -0.0181884765625, + -0.00701141357421875, + 0.044342041015625, + -0.004669189453125, + -0.068603515625, + -0.002498626708984375, + -0.03961181640625, + -0.038848876953125, + -0.0193328857421875, + 0.04302978515625, + -0.0254058837890625, + 0.001232147216796875, + -0.0094757080078125, + 0.01335906982421875, + 0.0576171875, + -0.0063018798828125, + 0.05572509765625, + -0.020660400390625, + 0.007343292236328125, + -0.0085296630859375, + 0.050811767578125, + -0.004596710205078125, + -0.023223876953125, + -0.00013184547424316406, + 0.00238037109375, + 0.005970001220703125, + -0.00113677978515625, + -0.01364898681640625, + -0.0020618438720703125, + 0.026153564453125, + 0.027679443359375, + -0.003269195556640625, + 0.034881591796875, + -0.00829315185546875, + 0.047760009765625, + 0.052703857421875, + -0.00696563720703125, + 0.01904296875, + -0.00030803680419921875, + 0.003505706787109375, + 0.00762939453125, + 0.016876220703125, + -0.020843505859375, + 0.003269195556640625, + 0.047760009765625, + -0.006443023681640625, + -0.0008649826049804688, + -0.01326751708984375, + -0.016387939453125, + 0.01165771484375, + -0.042083740234375, + 0.03277587890625, + -0.044158935546875, + -0.0135498046875, + -0.03448486328125, + 0.02862548828125, + 0.0272979736328125, + 0.040740966796875, + -0.0051422119140625, + -0.03277587890625, + 0.040557861328125, + -0.00786590576171875, + 0.023590087890625, + 0.0284271240234375, + -0.00909423828125, + 0.0213165283203125, + 0.02178955078125, + -0.002452850341796875, + -0.0038623809814453125, + 0.018096923828125, + 0.02691650390625, + -0.02264404296875, + 0.006206512451171875, + 0.060272216796875, + -0.01459503173828125, + -0.03375244140625, + -0.0201873779296875, + -0.038299560546875, + 0.01904296875, + -0.007343292236328125, + -0.0219879150390625, + 0.0248260498046875, + -0.00962066650390625, + -0.0254058837890625, + -0.00004851818084716797, + 0.038482666015625, + -0.031646728515625, + 0.04150390625, + 0.045867919921875, + -0.0116119384765625, + -0.00872039794921875, + 0.03582763671875, + 0.047760009765625, + 0.0015163421630859375, + 0.01146697998046875, + -0.010894775390625, + -0.0218963623046875, + -0.0122222900390625, + 0.0230255126953125, + 0.059906005859375, + 0.0086212158203125, + 0.0394287109375, + -0.005519866943359375, + 0.010284423828125, + 0.0038852691650390625, + 0.043975830078125, + 0.04718017578125, + -0.047760009765625, + -0.01364898681640625, + 0.018768310546875, + 0.031829833984375, + 0.0445556640625, + -0.053070068359375, + 0.00975799560546875, + -0.059906005859375, + 0.0291900634765625, + -0.08111572265625, + -0.036590576171875, + -0.02880859375, + -0.049285888671875, + 0.0435791015625, + -0.007770538330078125, + -0.01165771484375, + -0.0067291259765625, + 0.017242431640625, + 0.0166778564453125, + 0.036773681640625, + 0.00145721435546875, + -0.037139892578125, + -0.00383758544921875, + 0.0689697265625, + -0.0176239013671875, + -0.023590087890625, + -0.00739288330078125, + 0.052703857421875, + -0.00589752197265625, + 0.02142333984375, + -0.0216064453125, + 0.0089569091796875, + 0.0291900634765625, + 0.0267181396484375, + 0.05535888671875, + -0.01450347900390625, + 0.0006365776062011719, + -0.0183868408203125, + 0.044921875, + -0.0504150390625, + 0.0165863037109375, + -0.031829833984375, + -0.00971221923828125, + 0.01800537109375, + -0.059906005859375, + 0.0183868408203125, + 0.0177154541015625, + 0.02056884765625, + 0.0263519287109375, + 0.0147857666015625, + -0.051544189453125, + 0.02178955078125, + 0.0036258697509765625, + 0.00010585784912109375, + 0.01468658447265625, + 0.07012939453125, + -0.0218963623046875, + 0.00214385986328125, + -0.01146697998046875, + 0.0019550323486328125, + -0.03204345703125, + -0.016204833984375, + -0.03411865234375, + -0.0194244384765625, + -0.044158935546875, + -0.0303192138671875, + 0.017913818359375, + -0.01123046875, + 0.016876220703125, + -0.00962066650390625, + -0.00518798828125, + -0.02862548828125, + -0.04132080078125, + -0.0173492431640625, + -0.031280517578125, + -0.07354736328125, + -0.0445556640625, + 0.05230712890625, + 0.0284271240234375, + 0.02227783203125, + -0.003910064697265625, + 0.0156402587890625, + -0.04681396484375, + 0.00691986083984375, + -0.0250244140625, + 0.01421356201171875, + 0.011138916015625, + 0.04681396484375, + 0.0090484619140625, + 0.0174407958984375, + 0.034698486328125, + 0.076171875, + 0.01013946533203125, + 0.00225067138671875, + -0.006351470947265625, + 0.005733489990234375, + 0.00919342041015625, + 0.0377197265625, + -0.0174407958984375, + -0.015350341796875, + -0.00909423828125, + -0.01013946533203125, + 0.016021728515625, + 0.00762939453125, + 0.01629638671875, + 0.01468658447265625, + -0.0201873779296875, + 0.00357818603515625, + 0.060638427734375, + 0.002498626708984375, + 0.09136962890625, + -0.0090484619140625, + -0.028045654296875, + 0.00447845458984375, + 0.0360107421875, + -0.050811767578125, + 0.024444580078125, + 0.03448486328125, + 0.03753662109375, + 0.00653839111328125, + 0.036376953125, + 0.0037441253662109375, + 0.049285888671875, + -0.018096923828125, + -0.01515960693359375, + 0.0239715576171875, + 0.01715087890625, + 0.00824737548828125, + 0.0267181396484375, + 0.03997802734375, + 0.0094757080078125, + 0.06597900390625, + -0.0299530029296875, + -0.01629638671875, + -0.05572509765625, + -0.0716552734375, + 0.01241302490234375, + 0.0239715576171875, + -0.0004737377166748047, + 0.04888916015625, + -0.042266845703125, + -0.0902099609375, + 0.035247802734375, + -0.038299560546875, + 0.07733154296875, + 0.03997802734375, + 0.0282440185546875, + 0.029754638671875, + -0.018096923828125, + -0.0176239013671875, + 0.03619384765625, + -0.007343292236328125, + 0.038299560546875, + 0.0712890625, + -0.0011138916015625, + -0.00601959228515625, + -0.009857177734375, + 0.005023956298828125, + 0.034698486328125, + -0.0089569091796875, + -0.01800537109375, + 0.025970458984375, + 0.017059326171875, + 0.029754638671875, + -0.007061004638671875, + 0.04150390625, + 0.031829833984375, + -0.0308990478515625, + 0.027862548828125, + -0.0034122467041015625, + 0.030517578125, + -0.0614013671875, + 0.004383087158203125, + 0.01018524169921875, + -0.003055572509765625, + 0.02056884765625, + 0.0210418701171875, + -0.0218963623046875, + -0.0195159912109375, + 0.04473876953125, + -0.0799560546875, + 0.0116119384765625, + 0.0193328857421875, + 0.01151275634765625, + 0.00023102760314941406, + -0.033935546875, + -0.054962158203125, + 0.0229339599609375, + -0.038299560546875, + -0.024169921875, + 0.00782012939453125, + 0.0202789306640625, + -0.040191650390625, + -0.0220794677734375, + -0.0166778564453125, + -0.0010900497436523438, + -0.0250244140625, + -0.0267181396484375, + 0.0290069580078125, + -0.0184783935546875, + -0.03924560546875, + 0.038665771484375, + 0.002132415771484375, + -0.0094757080078125, + -0.0394287109375, + 0.0230255126953125, + -0.0322265625, + -0.0445556640625, + 0.02520751953125, + 0.0099945068359375, + 0.0148773193359375, + -0.01629638671875, + -0.0017414093017578125, + -0.0227508544921875, + 0.045501708984375, + -0.0010900497436523438, + 0.003246307373046875, + -0.0723876953125, + -0.03277587890625, + -0.049652099609375, + 0.04815673828125, + 0.020660400390625, + 0.033355712890625, + -0.01142120361328125, + -0.06707763671875, + 0.013458251953125, + -0.053436279296875, + -0.017242431640625, + -0.01270294189453125, + 0.026153564453125, + -0.01326751708984375, + 0.059906005859375, + -0.00876617431640625, + 0.002712249755859375, + -0.0228424072265625, + 0.047943115234375, + 0.0174407958984375, + -0.0191497802734375, + -0.045684814453125, + 0.03204345703125, + 0.042083740234375, + -0.047393798828125, + -0.0032939910888671875, + -0.00044417381286621094, + -0.006824493408203125, + 0.068603515625, + -0.0640869140625, + 0.00431060791015625, + -0.024169921875, + -0.0689697265625, + -0.0250244140625, + -0.027099609375, + -0.0308990478515625, + -0.05419921875, + 0.029571533203125, + 0.01198577880859375, + 0.0185699462890625, + 0.035247802734375, + 0.0005478858947753906, + -0.01450347900390625, + 0.0193328857421875, + -0.00516510009765625, + -0.01241302490234375, + 0.004405975341796875, + -0.024169921875, + -0.0254058837890625, + -0.01142120361328125, + 0.036590576171875, + -0.0173492431640625, + -0.0008349418640136719, + -0.00014138221740722656, + -0.01241302490234375, + 0.036956787109375, + -0.0343017578125, + 0.0004353523254394531, + -0.00848388671875, + -0.04644775390625, + -0.0282440185546875, + -0.0233154296875, + 0.00469207763671875, + 0.024444580078125, + -0.0040283203125, + 0.02691650390625, + 0.0272979736328125, + -0.029571533203125, + 0.01629638671875, + 0.0255889892578125, + -0.04339599609375, + 0.00495147705078125, + -0.0004649162292480469, + 0.002475738525390625, + -0.0194244384765625, + 0.023590087890625, + -0.0267181396484375, + -0.036590576171875, + -0.0640869140625, + 0.03582763671875, + -0.0120391845703125, + -0.0158233642578125, + -0.0192413330078125, + -0.018096923828125, + -0.040740966796875, + -0.040191650390625, + 0.0174407958984375, + 0.0411376953125, + 0.0013742446899414062, + -0.019805908203125, + -0.01374053955078125, + -0.01165771484375, + -0.03997802734375, + 0.028045654296875, + -0.01468658447265625, + 0.007297515869140625, + -0.020660400390625, + -0.058013916015625, + 0.024444580078125, + 0.0138397216796875, + 0.0310821533203125, + 0.0107574462890625, + 0.0282440185546875, + -0.0181884765625, + 0.01374053955078125, + -0.01544952392578125, + 0.007534027099609375, + -0.01241302490234375, + 0.001575469970703125, + 0.004337310791015625, + -0.03448486328125, + 0.017242431640625, + 0.0121307373046875, + 0.0108489990234375, + 0.0085296630859375, + 0.005306243896484375, + -0.047943115234375, + 0.045867919921875, + 0.0018949508666992188, + 0.05230712890625, + -0.043792724609375, + -0.06292724609375, + 0.01971435546875, + 0.0099945068359375, + 0.031280517578125, + 0.034881591796875, + 0.01270294189453125, + -0.0299530029296875, + 0.015350341796875, + 0.04150390625, + -0.0203704833984375, + -0.05194091796875, + -0.037353515625, + 0.0029964447021484375, + 0.01554107666015625, + 0.0640869140625, + -0.0012559890747070312, + 0.0784912109375, + 0.02520751953125, + -0.0076751708984375, + 0.024078369140625, + 0.060638427734375, + 0.006206512451171875, + -0.0181884765625, + -0.04888916015625, + -0.00701141357421875, + 0.05230712890625, + -0.047393798828125, + -0.038299560546875, + -0.033172607421875, + 0.049285888671875, + -0.06634521484375, + -0.0103302001953125, + -0.0274810791015625, + -0.00004458427429199219, + -0.003910064697265625, + -0.01004791259765625, + -0.008575439453125, + 0.033935546875, + -0.0094757080078125, + -0.032989501953125, + 0.033538818359375, + -0.017913818359375, + 0.00649261474609375, + 0.04833984375, + 0.031463623046875, + -0.002346038818359375, + 0.02880859375, + 0.006206512451171875, + 0.031280517578125, + 0.036956787109375, + 0.0089569091796875, + 0.0203704833984375, + 0.0248260498046875, + 0.0299530029296875, + 0.07427978515625, + -0.035064697265625, + -0.04302978515625, + 0.0159149169921875, + 0.033355712890625, + 0.031280517578125, + 0.0257720947265625, + 0.005756378173828125, + 0.013458251953125, + -0.00975799560546875, + -0.0380859375, + 0.03240966796875, + -0.0267181396484375, + -0.0274810791015625, + -0.0185699462890625, + -0.0360107421875, + 0.0184783935546875, + -0.0183868408203125, + 0.0445556640625, + 0.0177154541015625, + -0.022369384765625, + -0.0147857666015625, + 0.053436279296875, + -0.043212890625, + -0.043792724609375, + 0.004856109619140625, + 0.002475738525390625, + -0.0257720947265625, + -0.040191650390625, + -0.008148193359375, + 0.051177978515625, + -0.0111846923828125, + -0.07696533203125, + -0.031829833984375, + 0.04718017578125, + -0.0025119781494140625, + -0.0175323486328125, + -0.0011434555053710938, + 0.017913818359375, + -0.0212249755859375, + -0.04718017578125, + -0.05572509765625, + -0.0138397216796875, + 0.002452850341796875, + -0.0272979736328125, + -0.0027008056640625, + 0.007343292236328125, + -0.00928497314453125, + -0.033172607421875, + -0.005260467529296875, + -0.029754638671875, + 0.0263519287109375, + -0.04815673828125, + 0.04150390625, + 0.01497650146484375, + 0.0221710205078125, + 0.031646728515625, + 0.05609130859375, + 0.014404296875, + -0.003269195556640625, + -0.0010013580322265625, + -0.04339599609375, + 0.0104217529296875, + 0.004428863525390625, + 0.00009328126907348633, + -0.0675048828125, + 0.01194000244140625, + 0.04473876953125, + -0.05572509765625, + 0.0036716461181640625, + 0.0108489990234375, + -0.01288604736328125, + -0.07012939453125, + 0.01506805419921875, + -0.0002841949462890625, + 0.006256103515625, + 0.07769775390625, + -0.00696563720703125, + -0.0274810791015625, + -0.007579803466796875, + -0.0250244140625, + 0.049652099609375, + 0.01364898681640625, + 0.01108551025390625, + -0.02142333984375, + 0.005474090576171875, + 0.0284271240234375, + -0.0237884521484375, + 0.0218963623046875, + -0.08453369140625, + -0.0219879150390625, + 0.0284271240234375, + 0.0173492431640625, + -0.006160736083984375, + -0.01009368896484375, + -0.054595947265625, + -0.022369384765625, + -0.022552490234375, + 0.02264404296875, + 0.03411865234375, + 0.01270294189453125, + -0.02520751953125, + -0.0117950439453125, + -0.00604248046875, + -0.06103515625, + -0.037139892578125, + -0.0192413330078125, + 0.02691650390625, + 0.003696441650390625, + -0.046234130859375, + 0.008148193359375, + -0.0002841949462890625, + 0.044921875, + 0.031829833984375, + 0.03619384765625, + -0.0504150390625, + -0.023590087890625, + 0.016387939453125, + 0.034698486328125, + -0.00214385986328125, + -0.015350341796875, + -0.01800537109375, + 0.01198577880859375, + 0.0229339599609375, + -0.029754638671875, + 0.037353515625, + 0.040374755859375, + -0.021697998046875, + -0.050811767578125, + -0.017913818359375, + -0.050048828125, + 0.0380859375, + 0.00975799560546875, + 0.049652099609375, + -0.0089111328125, + -0.016876220703125, + -0.078857421875, + 0.046051025390625, + -0.0167694091796875, + 0.024444580078125, + 0.0183868408203125, + -0.0267181396484375, + -0.04888916015625, + -0.038482666015625, + -0.033538818359375, + 0.00928497314453125, + -0.0239715576171875, + 0.038482666015625, + 0.024169921875, + 0.0009474754333496094, + 0.01971435546875, + 0.0016469955444335938, + -0.0016231536865234375, + 0.038482666015625, + 0.021697998046875, + -0.042266845703125, + 0.0894775390625, + -0.036956787109375, + 0.0201873779296875, + -0.01554107666015625, + 0.005283355712890625, + -0.0104217529296875, + -0.0007758140563964844, + -0.03961181640625, + -0.0138397216796875, + 0.038299560546875, + 0.0166778564453125, + -0.01629638671875, + 0.027679443359375, + -0.0094757080078125, + 0.0216064453125, + 0.0112762451171875, + -0.022552490234375, + 0.00833892822265625, + 0.002593994140625, + -0.01611328125, + 0.014312744140625, + -0.05230712890625, + -0.051177978515625, + 0.016387939453125, + -0.0380859375, + -0.0056610107421875, + -0.01009368896484375, + 0.03619384765625, + 0.012603759765625, + -0.05230712890625, + 0.0246429443359375, + -0.022552490234375, + -0.001361846923828125, + -0.0157318115234375, + 0.00447845458984375, + -0.023406982421875, + 0.0435791015625, + 0.01251220703125, + -0.0310821533203125, + 0.0140228271484375, + 0.012603759765625, + -0.027099609375, + -0.029571533203125, + -0.00278472900390625, + -0.028045654296875, + 0.027679443359375, + -0.0689697265625, + -0.01165771484375, + 0.020843505859375, + 0.042449951171875, + 0.006633758544921875, + -0.038299560546875, + 0.053070068359375, + -0.0272979736328125, + -0.047576904296875, + 0.0254058837890625, + -0.01412200927734375, + -0.04132080078125, + 0.04852294921875, + -0.0156402587890625, + 0.0140228271484375, + -0.0147857666015625, + 0.03375244140625, + 0.0202789306640625, + 0.035064697265625, + 0.015350341796875, + -0.038482666015625, + -0.0049285888671875, + -0.012603759765625, + 0.031829833984375, + 0.0140228271484375, + 0.02227783203125, + 0.0121307373046875, + 0.032989501953125, + 0.0049285888671875, + -0.09857177734375, + 0.00521087646484375, + -0.03240966796875, + -0.047760009765625, + -0.00975799560546875, + 0.061798095703125, + 0.033538818359375, + 0.004192352294921875, + 0.021697998046875, + 0.046234130859375, + 0.0377197265625, + -0.00214385986328125, + 0.0024051666259765625, + -0.0538330078125, + -0.0015516281127929688, + 0.0139312744140625, + 0.038665771484375, + -0.06329345703125, + 0.036773681640625, + 0.082275390625, + -0.024169921875, + -0.00135040283203125, + 0.016021728515625, + -0.0122222900390625, + 0.023406982421875, + 0.03961181640625, + 0.0227508544921875, + -0.06256103515625, + -0.004642486572265625, + 0.0194244384765625, + 0.00521087646484375, + -0.00018727779388427734, + 0.01374053955078125, + -0.00604248046875, + 0.04168701171875, + -0.0716552734375, + -0.002155303955078125, + 0.01270294189453125, + 0.078857421875, + -0.0080108642578125, + -0.023406982421875, + 0.0099945068359375, + 0.03277587890625, + 0.02862548828125, + -0.03070068359375, + -0.01241302490234375, + 0.006443023681640625, + 0.004547119140625, + 0.00795745849609375, + 0.058380126953125, + 0.00975799560546875, + 0.03240966796875, + 0.034881591796875, + -0.03204345703125, + 0.047943115234375, + 0.004619598388671875, + 0.01459503173828125, + -0.00246429443359375, + -0.038848876953125, + -0.0140228271484375, + -0.037353515625, + 0.0229339599609375, + 0.0343017578125, + 0.026153564453125, + 0.0055694580078125, + -0.00604248046875, + 0.0089569091796875, + 0.0037670135498046875, + 0.02178955078125, + 0.027862548828125, + 0.038848876953125, + 0.0012731552124023438, + 0.0308990478515625, + 0.01554107666015625, + -0.01459503173828125, + 0.0012674331665039062, + 0.046051025390625, + -0.046051025390625, + 0.0175323486328125, + -0.0219879150390625, + -0.0025234222412109375, + 0.0111846923828125, + -0.027099609375, + -0.0177154541015625, + -0.033172607421875, + 0.0165863037109375, + -0.027862548828125, + -0.03448486328125, + -0.008148193359375, + 0.042083740234375, + -0.042633056640625, + 0.007579803466796875, + 0.027099609375, + -0.002109527587890625, + 0.01142120361328125, + -0.0377197265625, + 0.08795166015625, + 0.02142333984375, + 0.0282440185546875, + -0.0098114013671875, + 0.016876220703125, + 0.02227783203125, + -0.032989501953125, + 0.016387939453125, + 0.041900634765625, + -0.0006279945373535156, + 0.053436279296875, + 0.01421356201171875, + 0.00966644287109375, + -0.0682373046875, + 0.0267181396484375, + 0.007343292236328125, + -0.033355712890625, + 0.05572509765625, + -0.0031280517578125, + 0.025970458984375, + 0.002796173095703125, + 0.005237579345703125, + -0.0257720947265625, + -0.05609130859375, + 0.050811767578125, + 0.0159149169921875, + -0.017059326171875, + -0.01004791259765625, + -0.053436279296875, + 0.06365966796875, + 0.0229339599609375, + 0.0689697265625, + -0.046630859375, + 0.044921875, + -0.031280517578125, + 0.01335906982421875, + -0.0017061233520507812, + 0.0257720947265625, + -0.012603759765625, + 0.0274810791015625, + -0.042266845703125, + 0.034881591796875, + 0.035430908203125, + 0.0182952880859375, + -0.05194091796875, + 0.0017299652099609375, + 0.01270294189453125, + -0.00962066650390625, + 0.032989501953125, + -0.06365966796875, + -0.016204833984375, + 0.027099609375, + 0.0380859375, + 0.07012939453125, + -0.0108489990234375, + 0.033355712890625, + -0.0130767822265625, + 0.00400543212890625, + 0.0158233642578125, + -0.043792724609375 + ], + "metadata": { + "domains": [ + "network-forensics" + ], + "phases": [ + "analysis" + ], + "tags": [ + "ids", + "nsm" + ], + "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_MSAB_XRY", + "type": "tool", + "name": "MSAB XRY", + "content": "msab xry die schwedische mobile-forensik-suite bietet physical und logical extraction für ios und android mit regelmäßigen exploit-updates. besonders stark bei chinesischen smartphones (huawei, xiaomi) und speziellen hardware-typen. der drone-module extrahiert flugdaten von dji und parrot. xry camera identifiziert geräte aus bildern. die analyze-software visualisiert kommunikationsmuster und bewegungs- profile. xamn-elements für link-analyse zwischen mehreren geräten. cloud-extraction für 30+ services. die pin-code-breaker-hardware knackt 4-6 stellige codes. training und zertifizierung inklusive. preislich mit cellebrite vergleichbar (15.000€+) aber mit transparenterer verkaufspolitik. updates alle 6-8 wochen für neue apps. eu-basierte alternative zu us-amerikanischen lösungen. 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.0089874267578125, + 0.030853271484375, + 0.0281982421875, + 0.00841522216796875, + 0.0504150390625, + 0.05181884765625, + 0.03912353515625, + 0.0013494491577148438, + -0.01093292236328125, + -0.01163482666015625, + -0.0239715576171875, + 0.07012939453125, + 0.01154327392578125, + -0.000514984130859375, + -0.07122802734375, + 0.06414794921875, + 0.0168304443359375, + 0.021148681640625, + 0.01983642578125, + -0.007843017578125, + 0.0106201171875, + -0.0269775390625, + -0.0241546630859375, + 0.0045166015625, + 0.00881195068359375, + -0.005859375, + -0.0287322998046875, + -0.021942138671875, + -0.038787841796875, + 0.00771331787109375, + 0.02362060546875, + -0.01480865478515625, + -0.011810302734375, + 0.030670166015625, + 0.0022029876708984375, + -0.02362060546875, + 0.006786346435546875, + -0.0079345703125, + -0.0053558349609375, + 0.0303192138671875, + -0.00612640380859375, + 0.0066986083984375, + 0.0017957687377929688, + 0.01154327392578125, + -0.032623291015625, + -0.036651611328125, + -0.00890350341796875, + -0.033843994140625, + 0.0191192626953125, + -0.007625579833984375, + 0.010711669921875, + 0.022735595703125, + -0.01666259765625, + 0.002170562744140625, + -0.039306640625, + 0.006744384765625, + 0.00995635986328125, + -0.0312042236328125, + -0.054290771484375, + 0.0726318359375, + -0.05322265625, + -0.01242828369140625, + -0.0142822265625, + 0.00916290283203125, + 0.00275421142578125, + 0.035430908203125, + -0.01207733154296875, + -0.0224761962890625, + -0.00841522216796875, + 0.0280303955078125, + 0.0224761962890625, + -0.0200042724609375, + -0.028564453125, + 0.0114593505859375, + -0.030670166015625, + -0.038238525390625, + 0.022918701171875, + 0.01401519775390625, + -0.00665283203125, + -0.01093292236328125, + -0.027496337890625, + 0.000022709369659423828, + 0.039306640625, + 0.00122833251953125, + -0.0178070068359375, + -0.014190673828125, + 0.0238037109375, + -0.01049041748046875, + -0.00982666015625, + -0.0105743408203125, + 0.0210723876953125, + -0.01277923583984375, + 0.015960693359375, + 0.0017518997192382812, + 0.037017822265625, + 0.05816650390625, + -0.0162200927734375, + 0.0013551712036132812, + -0.034912109375, + 0.048309326171875, + 0.004383087158203125, + -0.0269775390625, + 0.049346923828125, + -0.0208892822265625, + 0.049346923828125, + -0.0377197265625, + -0.00010395050048828125, + -0.0301361083984375, + -0.0239715576171875, + -0.0011568069458007812, + -0.08746337890625, + -0.035064697265625, + -0.019561767578125, + -0.052520751953125, + -0.0234375, + -0.00876617431640625, + -0.0234375, + 0.02838134765625, + -0.03753662109375, + -0.033660888671875, + 0.042144775390625, + -0.007579803466796875, + 0.00766754150390625, + 0.00334930419921875, + -0.046875, + -0.05535888671875, + 0.0138397216796875, + 0.0239715576171875, + -0.0146331787109375, + -0.02520751953125, + -0.019561767578125, + -0.0271453857421875, + -0.0163116455078125, + -0.037200927734375, + -0.007801055908203125, + -0.05499267578125, + 0.0238037109375, + 0.00665283203125, + -0.01000213623046875, + 0.027679443359375, + 0.0305023193359375, + 0.003856658935546875, + -0.09307861328125, + 0.009124755859375, + -0.046173095703125, + -0.0074462890625, + -0.0312042236328125, + 0.0631103515625, + -0.057830810546875, + -0.004627227783203125, + -0.00930023193359375, + 0.0208892822265625, + 0.051483154296875, + 0.00069427490234375, + -0.009918212890625, + -0.029266357421875, + -0.0002396106719970703, + -0.032257080078125, + 0.033477783203125, + -0.0016632080078125, + -0.019744873046875, + 0.0217742919921875, + 0.01088714599609375, + 0.035430908203125, + -0.0262603759765625, + -0.034210205078125, + -0.0224761962890625, + 0.019744873046875, + 0.009521484375, + -0.0026111602783203125, + 0.0294342041015625, + -0.025390625, + 0.07861328125, + 0.07086181640625, + -0.005573272705078125, + 0.05712890625, + 0.0185089111328125, + -0.016387939453125, + 0.0009751319885253906, + 0.0241546630859375, + -0.0305023193359375, + -0.00982666015625, + 0.03155517578125, + 0.005641937255859375, + 0.016387939453125, + -0.01357269287109375, + -0.043731689453125, + 0.005245208740234375, + -0.04583740234375, + 0.052520751953125, + -0.0238037109375, + -0.02362060546875, + 0.0011568069458007812, + 0.0264434814453125, + 0.0281982421875, + 0.0849609375, + 0.03790283203125, + -0.036834716796875, + 0.035614013671875, + -0.0037021636962890625, + -0.004428863525390625, + 0.04248046875, + -0.005443572998046875, + 0.048309326171875, + 0.0345458984375, + 0.0232696533203125, + -0.010711669921875, + 0.05078125, + 0.01190185546875, + -0.007358551025390625, + -0.0174560546875, + 0.052886962890625, + -0.01313018798828125, + -0.01093292236328125, + -0.0310211181640625, + -0.021148681640625, + 0.0176239013671875, + -0.0262603759765625, + -0.0313720703125, + -0.01366424560546875, + 0.01392364501953125, + -0.062408447265625, + -0.0002493858337402344, + 0.03173828125, + -0.0289154052734375, + 0.0222930908203125, + 0.022918701171875, + -0.00372314453125, + -0.04248046875, + 0.009521484375, + 0.032440185546875, + 0.0262603759765625, + 0.021240234375, + -0.0045166015625, + -0.027496337890625, + -0.016571044921875, + 0.0241546630859375, + 0.0215911865234375, + 0.035614013671875, + 0.0142822265625, + -0.0200042724609375, + 0.057464599609375, + -0.017364501953125, + 0.027679443359375, + 0.03472900390625, + -0.0121612548828125, + -0.00019693374633789062, + 0.032958984375, + 0.029266357421875, + 0.037017822265625, + -0.05181884765625, + -0.00449371337890625, + -0.08428955078125, + 0.0207977294921875, + -0.061004638671875, + -0.037200927734375, + -0.00334930419921875, + -0.04901123046875, + 0.061004638671875, + -0.0207977294921875, + -0.038970947265625, + -0.01039886474609375, + 0.0224761962890625, + 0.021148681640625, + 0.03173828125, + 0.0145416259765625, + -0.035430908203125, + 0.0223846435546875, + 0.06695556640625, + 0.00045990943908691406, + -0.01207733154296875, + -0.02362060546875, + 0.026611328125, + -0.01568603515625, + 0.0280303955078125, + -0.0257415771484375, + 0.00009775161743164062, + 0.034210205078125, + 0.0313720703125, + 0.0138397216796875, + -0.046539306640625, + 0.0428466796875, + -0.0184173583984375, + 0.020355224609375, + -0.04388427734375, + -0.01357269287109375, + 0.0036144256591796875, + 0.004913330078125, + -0.011810302734375, + -0.0440673828125, + 0.003459930419921875, + 0.04248046875, + -0.0011682510375976562, + 0.0094757080078125, + -0.0074462890625, + -0.032958984375, + -0.0079803466796875, + 0.0171051025390625, + 0.0146331787109375, + 0.046875, + 0.01506805419921875, + -0.0287322998046875, + 0.00974273681640625, + 0.00453948974609375, + 0.005245208740234375, + -0.044769287109375, + -0.040191650390625, + -0.011016845703125, + 0.0013055801391601562, + -0.038421630859375, + -0.0162200927734375, + 0.005443572998046875, + -0.0333251953125, + 0.009918212890625, + -0.0066986083984375, + 0.003437042236328125, + -0.0238037109375, + -0.06805419921875, + -0.0154266357421875, + -0.0079803466796875, + -0.036651611328125, + -0.01322174072265625, + 0.06414794921875, + 0.00890350341796875, + 0.01128387451171875, + -0.01401519775390625, + -0.035064697265625, + -0.04248046875, + 0.0262603759765625, + 0.010711669921875, + 0.014892578125, + -0.042144775390625, + 0.0310211181640625, + 0.0015420913696289062, + 0.024322509765625, + 0.0200042724609375, + 0.0687255859375, + 0.05181884765625, + -0.00823974609375, + -0.00102996826171875, + 0.01198577880859375, + 0.01207733154296875, + 0.040191650390625, + -0.029266357421875, + -0.035247802734375, + -0.003833770751953125, + -0.03192138671875, + 0.036651611328125, + 0.035430908203125, + 0.042999267578125, + 0.0248565673828125, + -0.035614013671875, + 0.001773834228515625, + 0.0634765625, + -0.0029296875, + 0.08111572265625, + -0.0086822509765625, + -0.0312042236328125, + 0.005157470703125, + 0.040557861328125, + -0.0313720703125, + -0.005859375, + 0.050048828125, + -0.0029964447021484375, + 0.005222320556640625, + 0.0186920166015625, + -0.033477783203125, + 0.0214996337890625, + -0.0074920654296875, + -0.0201873779296875, + 0.01983642578125, + -0.0215911865234375, + 0.006565093994140625, + 0.035247802734375, + 0.047943115234375, + 0.00608062744140625, + 0.01000213623046875, + -0.034210205078125, + -0.006389617919921875, + -0.01154327392578125, + -0.047607421875, + 0.03173828125, + 0.0264434814453125, + 0.034912109375, + 0.034027099609375, + -0.032623291015625, + -0.079345703125, + 0.01044464111328125, + -0.047943115234375, + 0.0567626953125, + 0.054656982421875, + 0.01824951171875, + 0.0241546630859375, + -0.0142822265625, + 0.010711669921875, + 0.01445770263671875, + 0.006214141845703125, + 0.01207733154296875, + 0.04107666015625, + 0.02520751953125, + 0.0137481689453125, + -0.019744873046875, + 0.0234375, + 0.0273284912109375, + 0.00647735595703125, + -0.003437042236328125, + 0.046875, + 0.0210723876953125, + 0.049346923828125, + -0.007007598876953125, + 0.060638427734375, + -0.0004131793975830078, + 0.01198577880859375, + 0.01123809814453125, + -0.013397216796875, + 0.01163482666015625, + -0.04901123046875, + -0.00916290283203125, + -0.005992889404296875, + -0.0079345703125, + 0.021148681640625, + 0.0301361083984375, + -0.0638427734375, + -0.020538330078125, + 0.049346923828125, + -0.057464599609375, + 0.0223846435546875, + 0.03472900390625, + -0.033660888671875, + -0.0012674331665039062, + -0.01392364501953125, + -0.033660888671875, + 0.049713134765625, + 0.011016845703125, + -0.033660888671875, + 0.008636474609375, + 0.0217742919921875, + -0.0167388916015625, + -0.0273284912109375, + -0.042999267578125, + -0.0184173583984375, + -0.006256103515625, + -0.027679443359375, + 0.0380859375, + -0.0005593299865722656, + -0.00396728515625, + 0.0303192138671875, + 0.04443359375, + 0.00555419921875, + -0.0183258056640625, + 0.028564453125, + -0.0162200927734375, + -0.038970947265625, + 0.01568603515625, + 0.01251220703125, + 0.0472412109375, + -0.0201873779296875, + -0.0264434814453125, + 0.00066375732421875, + -0.00811004638671875, + 0.03173828125, + 0.0207061767578125, + -0.009521484375, + -0.0289154052734375, + -0.0396728515625, + 0.047943115234375, + 0.0230865478515625, + 0.05712890625, + -0.027496337890625, + -0.034912109375, + 0.0269775390625, + -0.04864501953125, + -0.0241546630859375, + -0.022918701171875, + 0.008636474609375, + -0.03173828125, + 0.072998046875, + -0.01198577880859375, + 0.00409698486328125, + -0.0035915374755859375, + 0.061004638671875, + 0.005596160888671875, + 0.0011348724365234375, + -0.059234619140625, + 0.032958984375, + 0.044769287109375, + -0.041778564453125, + -0.01357269287109375, + -0.0028858184814453125, + -0.03790283203125, + 0.0312042236328125, + -0.0199127197265625, + 0.0019063949584960938, + 0.01277923583984375, + -0.0726318359375, + -0.047943115234375, + -0.0287322998046875, + 0.00548553466796875, + -0.0137481689453125, + 0.03472900390625, + 0.029083251953125, + -0.035064697265625, + 0.0130462646484375, + -0.0113677978515625, + 0.0097808837890625, + 0.00836944580078125, + 0.00555419921875, + -0.0303192138671875, + 0.0199127197265625, + -0.062042236328125, + -0.01154327392578125, + -0.01190185546875, + 0.00855255126953125, + -0.016571044921875, + 0.00005370378494262695, + 0.0138397216796875, + -0.0184173583984375, + 0.030853271484375, + -0.035247802734375, + -0.015777587890625, + -0.004383087158203125, + -0.04388427734375, + -0.033660888671875, + 0.0070953369140625, + 0.004802703857421875, + 0.0239715576171875, + -0.020538330078125, + -0.0019283294677734375, + 0.03436279296875, + -0.061004638671875, + 0.0106201171875, + -0.0017080307006835938, + -0.007228851318359375, + -0.0011625289916992188, + -0.006744384765625, + -0.011810302734375, + 0.00920867919921875, + 0.049346923828125, + -0.0176239013671875, + -0.0208892822265625, + -0.0821533203125, + 0.00731658935546875, + -0.010711669921875, + -0.0208892822265625, + -0.01409912109375, + -0.055694580078125, + -0.05712890625, + -0.0006308555603027344, + 0.03192138671875, + 0.00766754150390625, + 0.0082855224609375, + -0.043548583984375, + -0.004055023193359375, + -0.0016412734985351562, + -0.0271453857421875, + 0.05218505859375, + -0.046875, + -0.003063201904296875, + -0.0017299652099609375, + -0.041595458984375, + 0.005619049072265625, + 0.0273284912109375, + 0.02679443359375, + 0.032440185546875, + 0.046875, + -0.011810302734375, + 0.041412353515625, + -0.0164794921875, + -0.016387939453125, + 0.0024356842041015625, + -0.0160369873046875, + 0.040557861328125, + -0.02996826171875, + -0.0313720703125, + -0.000049591064453125, + 0.01207733154296875, + 0.00687408447265625, + -0.030670166015625, + 0.0106658935546875, + 0.02838134765625, + -0.02978515625, + 0.03631591796875, + -0.0207977294921875, + -0.056396484375, + -0.0130462646484375, + -0.020355224609375, + 0.0361328125, + 0.03912353515625, + 0.00920867919921875, + -0.047607421875, + 0.0200042724609375, + 0.040374755859375, + -0.00008296966552734375, + -0.04388427734375, + -0.003459930419921875, + 0.01233673095703125, + 0.014984130859375, + 0.05712890625, + -0.0002932548522949219, + 0.08709716796875, + -0.0033721923828125, + 0.01525115966796875, + 0.030670166015625, + 0.040557861328125, + 0.034210205078125, + -0.01366424560546875, + -0.05181884765625, + 0.00885772705078125, + -0.019561767578125, + -0.042144775390625, + -0.051483154296875, + 0.009429931640625, + 0.03192138671875, + -0.062744140625, + -0.00608062744140625, + 0.01666259765625, + 0.0301361083984375, + -0.0020160675048828125, + -0.003658294677734375, + -0.0145416259765625, + 0.0239715576171875, + -0.001773834228515625, + -0.038238525390625, + -0.01904296875, + -0.0191192626953125, + 0.0239715576171875, + 0.05712890625, + 0.03314208984375, + 0.0153350830078125, + 0.0364990234375, + 0.022918701171875, + 0.014892578125, + 0.0273284912109375, + 0.04071044921875, + -0.0009417533874511719, + 0.0296173095703125, + 0.06170654296875, + 0.034027099609375, + -0.01480865478515625, + -0.0218658447265625, + -0.005420684814453125, + 0.0026874542236328125, + 0.037017822265625, + 0.061004638671875, + -0.0216827392578125, + -0.0041656494140625, + -0.016571044921875, + -0.05535888671875, + 0.01366424560546875, + 0.00872802734375, + 0.01277923583984375, + -0.0504150390625, + -0.046173095703125, + 0.0142822265625, + -0.042144775390625, + 0.04107666015625, + 0.005157470703125, + -0.038421630859375, + 0.0110626220703125, + 0.046875, + -0.01471710205078125, + -0.036651611328125, + 0.018768310546875, + -0.00731658935546875, + -0.030670166015625, + -0.049346923828125, + -0.042999267578125, + 0.008331298828125, + -0.02996826171875, + -0.038238525390625, + -0.022735595703125, + 0.05499267578125, + -0.01242828369140625, + -0.0305023193359375, + -0.0250244140625, + -0.00399017333984375, + -0.009429931640625, + -0.042144775390625, + -0.041259765625, + -0.0287322998046875, + 0.020538330078125, + -0.026092529296875, + 0.0122528076171875, + -0.009124755859375, + -0.007534027099609375, + -0.00647735595703125, + -0.00449371337890625, + -0.01436614990234375, + 0.00841522216796875, + -0.03594970703125, + 0.036651611328125, + 0.01009368896484375, + 0.0241546630859375, + 0.037384033203125, + 0.057830810546875, + -0.01357269287109375, + 0.0081939697265625, + -0.03277587890625, + -0.04547119140625, + 0.021331787109375, + 0.00469207763671875, + 0.003833770751953125, + -0.08428955078125, + 0.0138397216796875, + 0.069091796875, + -0.1099853515625, + 0.0126953125, + -0.007228851318359375, + -0.0163116455078125, + -0.028564453125, + -0.01287078857421875, + -0.003658294677734375, + 0.01348876953125, + 0.0853271484375, + -0.0090789794921875, + -0.02838134765625, + 0.014892578125, + -0.01824951171875, + 0.046173095703125, + -0.0031948089599609375, + 0.0019502639770507812, + -0.029083251953125, + 0.0287322998046875, + 0.0010461807250976562, + -0.00969696044921875, + 0.00156402587890625, + -0.061004638671875, + -0.006256103515625, + 0.03631591796875, + 0.0345458984375, + 0.0218658447265625, + -0.034027099609375, + -0.030670166015625, + -0.01551055908203125, + -0.01824951171875, + 0.034210205078125, + 0.0066986083984375, + -0.007358551025390625, + -0.0634765625, + -0.0163116455078125, + -0.0045623779296875, + -0.04901123046875, + -0.01904296875, + -0.0269775390625, + 0.04864501953125, + 0.00815582275390625, + -0.032073974609375, + 0.018768310546875, + 0.0278472900390625, + -0.00354766845703125, + -0.0038776397705078125, + 0.05078125, + -0.0428466796875, + -0.0168304443359375, + -0.0031948089599609375, + 0.02679443359375, + -0.011810302734375, + -0.0113677978515625, + -0.0014982223510742188, + 0.00836944580078125, + 0.0239715576171875, + -0.0310211181640625, + 0.0161285400390625, + 0.035247802734375, + -0.0146331787109375, + -0.04547119140625, + -0.0281982421875, + -0.032257080078125, + 0.0281982421875, + -0.0130462646484375, + 0.051483154296875, + -0.00801849365234375, + -0.0142822265625, + -0.08990478515625, + 0.049346923828125, + -0.0303192138671875, + -0.007534027099609375, + 0.0214996337890625, + -0.030853271484375, + -0.0845947265625, + -0.043548583984375, + -0.029083251953125, + -0.00449371337890625, + -0.030853271484375, + 0.0113677978515625, + -0.0287322998046875, + 0.0209808349609375, + -0.0070953369140625, + 0.005573272705078125, + -0.0014209747314453125, + 0.057830810546875, + 0.01506805419921875, + -0.0440673828125, + 0.060272216796875, + -0.0440673828125, + -0.0122528076171875, + -0.0106658935546875, + 0.00612640380859375, + 0.01074981689453125, + -0.0049591064453125, + 0.0081939697265625, + -0.0122528076171875, + 0.041595458984375, + 0.04583740234375, + -0.04547119140625, + 0.02996826171875, + -0.0171051025390625, + 0.01088714599609375, + -0.0090789794921875, + -0.0168304443359375, + 0.0020275115966796875, + 0.005046844482421875, + -0.030853271484375, + -0.0018510818481445312, + -0.049346923828125, + -0.06695556640625, + 0.010711669921875, + -0.03594970703125, + -0.00691986083984375, + 0.016387939453125, + 0.01824951171875, + 0.0024242401123046875, + -0.0655517578125, + 0.02142333984375, + -0.02978515625, + -0.02978515625, + -0.009033203125, + 0.0175323486328125, + -0.022216796875, + 0.05816650390625, + -0.020355224609375, + -0.0535888671875, + 0.02978515625, + -0.007183074951171875, + -0.0006003379821777344, + -0.01445770263671875, + 0.02996826171875, + -0.0238037109375, + 0.033477783203125, + -0.0789794921875, + -0.0178985595703125, + 0.0154266357421875, + 0.041778564453125, + -0.01471710205078125, + -0.013397216796875, + 0.046539306640625, + -0.024322509765625, + -0.0224761962890625, + -0.005992889404296875, + -0.021240234375, + -0.046875, + 0.030670166015625, + 0.00015974044799804688, + 0.05181884765625, + 0.035430908203125, + 0.0305023193359375, + 0.0129547119140625, + 0.044952392578125, + -0.01568603515625, + -0.040008544921875, + -0.00608062744140625, + -0.0278472900390625, + 0.0183258056640625, + 0.007843017578125, + -0.0002906322479248047, + 0.00007677078247070312, + 0.01031494140625, + 0.00572967529296875, + -0.07647705078125, + -0.0011453628540039062, + -0.0294342041015625, + -0.058868408203125, + -0.015960693359375, + 0.07366943359375, + 0.0024013519287109375, + -0.0194854736328125, + 0.00531005859375, + 0.0250244140625, + 0.0023365020751953125, + -0.0094757080078125, + -0.0303192138671875, + -0.052886962890625, + -0.00031256675720214844, + 0.032073974609375, + 0.04547119140625, + -0.0638427734375, + 0.0216827392578125, + 0.052886962890625, + -0.0312042236328125, + -0.025909423828125, + -0.00612640380859375, + -0.0030841827392578125, + 0.0333251953125, + 0.0114593505859375, + 0.0079345703125, + -0.044586181640625, + 0.01401519775390625, + 0.033843994140625, + 0.01171875, + 0.004978179931640625, + -0.018768310546875, + -0.0396728515625, + 0.05816650390625, + -0.04425048828125, + 0.02679443359375, + -0.0011072158813476562, + 0.04901123046875, + 0.041778564453125, + -0.0273284912109375, + -0.0114593505859375, + 0.057464599609375, + -0.0041656494140625, + -0.01322174072265625, + 0.0137481689453125, + 0.035430908203125, + -0.0234375, + 0.0303192138671875, + 0.049346923828125, + 0.004428863525390625, + 0.04901123046875, + 0.007404327392578125, + -0.058868408203125, + 0.050048828125, + -0.007404327392578125, + 0.03173828125, + -0.00836944580078125, + -0.02679443359375, + -0.024322509765625, + -0.03314208984375, + 0.02978515625, + 0.004779815673828125, + 0.028564453125, + 0.028564453125, + -0.030853271484375, + -0.0207977294921875, + -0.002246856689453125, + 0.0230865478515625, + 0.01506805419921875, + 0.012603759765625, + 0.01666259765625, + 0.00982666015625, + 0.0178070068359375, + 0.0175323486328125, + -0.043365478515625, + 0.02838134765625, + -0.01009368896484375, + 0.02044677734375, + -0.049713134765625, + -0.01242828369140625, + 0.01171875, + -0.01525115966796875, + -0.0164794921875, + -0.027496337890625, + -0.0177154541015625, + -0.0028858184814453125, + -0.01568603515625, + 0.0037670135498046875, + 0.0222930908203125, + -0.0269775390625, + 0.049346923828125, + 0.0106658935546875, + -0.0012226104736328125, + -0.0153350830078125, + -0.04248046875, + 0.12548828125, + 0.029266357421875, + 0.022125244140625, + 0.016387939453125, + 0.02838134765625, + 0.049346923828125, + 0.00841522216796875, + 0.0232696533203125, + 0.0239715576171875, + -0.0174560546875, + 0.0255584716796875, + 0.04901123046875, + -0.005199432373046875, + -0.037200927734375, + 0.056060791015625, + 0.008331298828125, + -0.035797119140625, + 0.022918701171875, + 0.025390625, + 0.0184173583984375, + -0.01727294921875, + -0.01000213623046875, + -0.014892578125, + -0.058868408203125, + 0.07440185546875, + 0.003437042236328125, + -0.0214996337890625, + 0.0262603759765625, + -0.0631103515625, + 0.047943115234375, + -0.006832122802734375, + 0.026092529296875, + -0.021148681640625, + 0.052520751953125, + -0.0238037109375, + 0.01013946533203125, + -0.002777099609375, + 0.0248565673828125, + 0.005771636962890625, + 0.03173828125, + -0.021148681640625, + 0.0694580078125, + 0.006744384765625, + 0.005859375, + -0.07012939453125, + -0.0027866363525390625, + 0.025909423828125, + 0.01004791259765625, + 0.0333251953125, + -0.052886962890625, + 0.005950927734375, + -0.01039886474609375, + 0.0232696533203125, + 0.07684326171875, + -0.0257415771484375, + 0.005443572998046875, + 0.0097808837890625, + -0.0207061767578125, + 0.0114593505859375, + 0.002468109130859375 + ], + "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_md5sum___sha256sum", + "type": "tool", + "name": "md5sum / sha256sum", + "content": "md5sum / sha256sum klassische kommandozeilen‑checksummengeneratoren aus den gnu coreutils, die schnell kryptografische prüfsummen (md5 bzw. sha‑256) berechnen und verifizieren können. ideal zur integritätsprüfung von forensik‑images, log‑archiven und download‑artefakten; auch als stream‑filter einsetzbar („cat image.dd | sha256sum“). minimalistischer funktionsumfang, aber auf nahezu jeder unix‑ähnlichen plattform vorinstalliert und damit überall verfügbar. commandline hashing integrity incident-response static-investigations malware-analysis examination analysis", + "embedding": [ + -0.0148773193359375, + 0.0261077880859375, + 0.06719970703125, + -0.0244903564453125, + 0.02874755859375, + 0.044952392578125, + 0.02996826171875, + -0.0187225341796875, + -0.017822265625, + 0.01983642578125, + -0.0254058837890625, + 0.054656982421875, + 0.01953125, + 0.0012273788452148438, + -0.0251007080078125, + 0.0396728515625, + -0.02874755859375, + -0.0171051025390625, + -0.0036945343017578125, + 0.0307769775390625, + 0.010528564453125, + 0.007083892822265625, + -0.040496826171875, + 0.0205535888671875, + 0.0019102096557617188, + -0.0015115737915039062, + -0.030975341796875, + -0.086669921875, + -0.0283355712890625, + 0.01219940185546875, + -0.0023288726806640625, + -0.0183258056640625, + 0.0171051025390625, + 0.0301666259765625, + -0.019134521484375, + -0.00824737548828125, + -0.007541656494140625, + -0.035430908203125, + 0.00678253173828125, + 0.045745849609375, + -0.03887939453125, + -0.0038471221923828125, + 0.02490234375, + -0.02935791015625, + -0.0222625732421875, + -0.033416748046875, + 0.031982421875, + -0.01012420654296875, + -0.0016956329345703125, + -0.0439453125, + 0.034820556640625, + 0.01629638671875, + 0.0184173583984375, + -0.0291595458984375, + -0.04290771484375, + 0.04595947265625, + 0.0504150390625, + -0.038055419921875, + -0.03826904296875, + 0.029754638671875, + -0.0263214111328125, + -0.01366424560546875, + -0.038055419921875, + -0.01189422607421875, + 0.01558685302734375, + 0.0244903564453125, + -0.0267181396484375, + -0.021148681640625, + 0.006351470947265625, + 0.004833221435546875, + 0.0023403167724609375, + -0.027130126953125, + 0.002796173095703125, + 0.04534912109375, + -0.0279388427734375, + -0.0408935546875, + 0.0213623046875, + 0.02044677734375, + 0.036224365234375, + 0.01335906982421875, + -0.0243988037109375, + 0.039276123046875, + 0.067626953125, + -0.0390625, + 0.0018224716186523438, + 0.0196380615234375, + 0.01270294189453125, + -0.007793426513671875, + -0.01568603515625, + -0.004505157470703125, + 0.027130126953125, + 0.01078033447265625, + 0.040283203125, + -0.006427764892578125, + 0.03460693359375, + 0.04656982421875, + -0.0181121826171875, + 0.017608642578125, + 0.0157928466796875, + 0.038665771484375, + 0.01558685302734375, + -0.030364990234375, + 0.051025390625, + 0.0285491943359375, + 0.062744140625, + -0.02044677734375, + -0.0043792724609375, + -0.0074920654296875, + 0.00006759166717529297, + -0.01158905029296875, + -0.0894775390625, + -0.050811767578125, + -0.047576904296875, + -0.040283203125, + -0.0263214111328125, + -0.00024509429931640625, + -0.0018978118896484375, + 0.043731689453125, + -0.0257110595703125, + -0.045562744140625, + 0.007389068603515625, + 0.018829345703125, + -0.00789642333984375, + 0.006984710693359375, + -0.0408935546875, + -0.036041259765625, + 0.00794219970703125, + 0.002681732177734375, + -0.044342041015625, + -0.04473876953125, + 0.0032901763916015625, + -0.0172119140625, + -0.030975341796875, + -0.025909423828125, + 0.0167083740234375, + -0.0439453125, + 0.03521728515625, + -0.0048828125, + 0.00020170211791992188, + -0.01128387451171875, + 0.0574951171875, + -0.031982421875, + -0.06964111328125, + 0.007236480712890625, + -0.0222625732421875, + -0.0234832763671875, + -0.0338134765625, + 0.03399658203125, + -0.037445068359375, + -0.0158843994140625, + -0.002910614013671875, + 0.00885772705078125, + 0.05303955078125, + 0.0003478527069091797, + 0.007640838623046875, + -0.044952392578125, + 0.0166015625, + -0.014068603515625, + 0.0026569366455078125, + 0.00017952919006347656, + -0.05303955078125, + 0.0164947509765625, + -0.02813720703125, + 0.036041259765625, + -0.01027679443359375, + -0.053863525390625, + -0.033599853515625, + -0.0157928466796875, + 0.0167999267578125, + 0.03564453125, + 0.0164031982421875, + -0.0190277099609375, + 0.044952392578125, + 0.061553955078125, + 0.00432586669921875, + 0.0089569091796875, + -0.009918212890625, + -0.0032634735107421875, + 0.0254058837890625, + 0.032989501953125, + -0.01508331298828125, + -0.0421142578125, + 0.05303955078125, + 0.0160980224609375, + 0.018524169921875, + -0.00946807861328125, + -0.02581787109375, + 0.017913818359375, + -0.02813720703125, + 0.038055419921875, + -0.0311737060546875, + -0.0107269287109375, + 0.00463104248046875, + 0.044952392578125, + 0.0088043212890625, + 0.040679931640625, + 0.029754638671875, + 0.0203399658203125, + 0.053863525390625, + -0.014068603515625, + 0.00905609130859375, + 0.01953125, + 0.003871917724609375, + 0.05548095703125, + 0.021148681640625, + 0.0007939338684082031, + 0.00592041015625, + 0.03460693359375, + 0.044952392578125, + -0.04595947265625, + -0.01108551025390625, + 0.022064208984375, + -0.0118408203125, + -0.034820556640625, + -0.0273284912109375, + -0.041900634765625, + -0.004352569580078125, + -0.0011005401611328125, + -0.00632476806640625, + -0.014678955078125, + -0.0279388427734375, + -0.0305633544921875, + -0.031982421875, + 0.034210205078125, + -0.0213623046875, + 0.0247955322265625, + 0.0384521484375, + -0.029754638671875, + -0.0599365234375, + 0.0439453125, + 0.00247955322265625, + 0.03460693359375, + -0.00916290283203125, + 0.00133514404296875, + 0.001316070556640625, + 0.0009112358093261719, + 0.040496826171875, + 0.01396942138671875, + 0.01001739501953125, + 0.01538848876953125, + -0.011688232421875, + 0.010986328125, + -0.032989501953125, + 0.0305633544921875, + -0.0063018798828125, + -0.03826904296875, + 0.0240936279296875, + -0.010528564453125, + 0.01143646240234375, + 0.034820556640625, + -0.050018310546875, + -0.0186309814453125, + -0.061126708984375, + -0.0048828125, + -0.0716552734375, + -0.01123809814453125, + -0.042510986328125, + -0.01396942138671875, + 0.040069580078125, + -0.03521728515625, + -0.0250091552734375, + -0.004756927490234375, + -0.0006008148193359375, + 0.00946807861328125, + 0.058319091796875, + -0.016998291015625, + -0.052642822265625, + 0.00885772705078125, + 0.08746337890625, + -0.03887939453125, + -0.019439697265625, + -0.0174102783203125, + 0.007083892822265625, + 0.0008349418640136719, + 0.026519775390625, + -0.036651611328125, + -0.0190277099609375, + 0.0247039794921875, + 0.0203399658203125, + 0.0222625732421875, + -0.0183258056640625, + -0.010986328125, + -0.010223388671875, + 0.05120849609375, + -0.035430908203125, + 0.01275634765625, + 0.005542755126953125, + 0.002834320068359375, + -0.004581451416015625, + -0.06719970703125, + 0.00211334228515625, + 0.0516357421875, + 0.00885772705078125, + 0.0074920654296875, + 0.0024929046630859375, + -0.05059814453125, + -0.0048828125, + 0.00528717041015625, + -0.05059814453125, + 0.0225677490234375, + 0.040496826171875, + -0.03564453125, + 0.00647735595703125, + -0.02197265625, + 0.035430908203125, + -0.0224761962890625, + -0.03948974609375, + -0.03704833984375, + -0.0174102783203125, + -0.0574951171875, + -0.01953125, + 0.01305389404296875, + -0.032806396484375, + 0.01285552978515625, + 0.0030231475830078125, + -0.00885772705078125, + -0.05426025390625, + -0.042510986328125, + -0.0193328857421875, + -0.0350341796875, + -0.0199432373046875, + -0.022064208984375, + 0.040496826171875, + -0.02520751953125, + -0.0026073455810546875, + -0.003948211669921875, + 0.0108795166015625, + -0.030975341796875, + 0.0242919921875, + -0.0301666259765625, + 0.01457977294921875, + 0.023590087890625, + 0.06195068359375, + 0.0433349609375, + 0.050811767578125, + 0.03460693359375, + 0.042724609375, + 0.034820556640625, + 0.00006365776062011719, + -0.0119476318359375, + -0.005695343017578125, + 0.02752685546875, + 0.030364990234375, + -0.0158843994140625, + -0.02197265625, + -0.0020618438720703125, + -0.0237884521484375, + 0.010986328125, + 0.00463104248046875, + 0.018218994140625, + 0.038055419921875, + -0.019439697265625, + 0.012908935546875, + 0.04290771484375, + -0.0004870891571044922, + 0.07489013671875, + -0.01447296142578125, + -0.040069580078125, + 0.01396942138671875, + 0.02752685546875, + -0.01209259033203125, + -0.0011644363403320312, + 0.0261077880859375, + 0.016998291015625, + 0.0031375885009765625, + 0.0227813720703125, + 0.0052642822265625, + 0.0263214111328125, + 0.02166748046875, + -0.005767822265625, + 0.019134521484375, + -0.021453857421875, + 0.00597381591796875, + 0.05181884765625, + 0.019439697265625, + 0.018524169921875, + 0.01139068603515625, + -0.00835418701171875, + -0.0261077880859375, + -0.005947113037109375, + -0.04412841796875, + 0.0283355712890625, + 0.02996826171875, + 0.027740478515625, + 0.039886474609375, + -0.052215576171875, + -0.0858154296875, + 0.0408935546875, + -0.03643798828125, + 0.061126708984375, + 0.02459716796875, + 0.0138702392578125, + 0.0384521484375, + -0.03887939453125, + 0.023590087890625, + 0.0283355712890625, + 0.00322723388671875, + 0.0218658447265625, + 0.0251007080078125, + 0.036651611328125, + 0.011688232421875, + -0.0498046875, + 0.013763427734375, + 0.0157928466796875, + 0.0070343017578125, + 0.0132598876953125, + 0.0279388427734375, + 0.0164031982421875, + -0.00351715087890625, + -0.03887939453125, + 0.052215576171875, + 0.006252288818359375, + -0.010223388671875, + 0.00839996337890625, + 0.0019989013671875, + -0.005794525146484375, + -0.050018310546875, + -0.007843017578125, + -0.01209259033203125, + -0.004199981689453125, + 0.020751953125, + 0.032196044921875, + -0.034820556640625, + -0.0004744529724121094, + 0.0599365234375, + -0.045745849609375, + 0.044525146484375, + 0.008453369140625, + -0.041107177734375, + 0.0119476318359375, + -0.00824737548828125, + -0.070068359375, + -0.002681732177734375, + -0.053436279296875, + -0.053863525390625, + -0.0103759765625, + 0.0190277099609375, + -0.050018310546875, + -0.0267181396484375, + -0.057891845703125, + -0.036224365234375, + -0.0107269287109375, + -0.0177154541015625, + 0.031982421875, + -0.0015687942504882812, + -0.0103759765625, + 0.04150390625, + 0.067626953125, + -0.01174163818359375, + -0.0224761962890625, + 0.046966552734375, + -0.014373779296875, + -0.0408935546875, + 0.04412841796875, + 0.0017337799072265625, + 0.013763427734375, + -0.030975341796875, + -0.0261077880859375, + -0.02166748046875, + 0.0325927734375, + -0.01113128662109375, + 0.0138702392578125, + -0.056671142578125, + -0.041290283203125, + -0.0251007080078125, + 0.061126708984375, + 0.0154876708984375, + 0.032379150390625, + 0.0068817138671875, + -0.058319091796875, + 0.0183258056640625, + -0.056671142578125, + -0.02752685546875, + 0.0206451416015625, + 0.003795623779296875, + -0.00662994384765625, + 0.07452392578125, + -0.0212554931640625, + 0.0225677490234375, + -0.0228729248046875, + 0.039276123046875, + 0.02996826171875, + -0.006198883056640625, + -0.03643798828125, + 0.038665771484375, + 0.023284912109375, + -0.08502197265625, + -0.0159912109375, + -0.0291595458984375, + -0.003795623779296875, + 0.053436279296875, + -0.060333251953125, + -0.0186309814453125, + -0.0172119140625, + -0.06195068359375, + -0.02813720703125, + -0.0138702392578125, + -0.0038471221923828125, + -0.025604248046875, + 0.013763427734375, + 0.030364990234375, + 0.0108795166015625, + 0.03948974609375, + 0.018829345703125, + -0.007389068603515625, + 0.009613037109375, + -0.013763427734375, + 0.0071868896484375, + 0.0250091552734375, + -0.04656982421875, + -0.0228729248046875, + -0.0305633544921875, + 0.0291595458984375, + -0.0036945343017578125, + -0.01158905029296875, + -0.0221710205078125, + -0.0215606689453125, + 0.0273284912109375, + -0.025299072265625, + -0.0020999908447265625, + -0.0154876708984375, + -0.027130126953125, + -0.034210205078125, + -0.0203399658203125, + 0.01235198974609375, + -0.006122589111328125, + -0.030975341796875, + 0.019134521484375, + 0.0035419464111328125, + -0.036834716796875, + 0.035430908203125, + 0.0283355712890625, + 0.005390167236328125, + 0.00543975830078125, + -0.0009870529174804688, + -0.004581451416015625, + 0.0273284912109375, + 0.02197265625, + -0.0307769775390625, + -0.02996826171875, + -0.06475830078125, + 0.0390625, + 0.0015687942504882812, + -0.0171051025390625, + 0.003948211669921875, + -0.03582763671875, + -0.087890625, + -0.0164031982421875, + 0.02874755859375, + 0.001201629638671875, + -0.032196044921875, + -0.0027828216552734375, + -0.035430908203125, + -0.007289886474609375, + -0.040069580078125, + 0.02337646484375, + -0.033203125, + 0.043121337890625, + -0.007694244384765625, + -0.021148681640625, + 0.02581787109375, + 0.01508331298828125, + 0.032379150390625, + 0.041900634765625, + 0.00820159912109375, + -0.0247039794921875, + 0.01366424560546875, + -0.023681640625, + -0.0160980224609375, + -0.0157928466796875, + -0.0301666259765625, + 0.0224761962890625, + -0.01396942138671875, + -0.025909423828125, + 0.039886474609375, + 0.031768798828125, + 0.01922607421875, + -0.0103759765625, + -0.026519775390625, + 0.02752685546875, + -0.0009927749633789062, + 0.057098388671875, + -0.022369384765625, + -0.0716552734375, + 0.00693511962890625, + -0.0006642341613769531, + 0.0237884521484375, + 0.01346588134765625, + 0.0020618438720703125, + -0.033203125, + 0.0230712890625, + 0.06964111328125, + -0.031585693359375, + -0.03765869140625, + -0.0108795166015625, + 0.01209259033203125, + 0.0240936279296875, + 0.052215576171875, + 0.03582763671875, + 0.0906982421875, + 0.006198883056640625, + -0.0171051025390625, + 0.056671142578125, + 0.045135498046875, + 0.018524169921875, + -0.036651611328125, + -0.042510986328125, + 0.01093292236328125, + 0.005565643310546875, + -0.037872314453125, + -0.019439697265625, + -0.0164031982421875, + 0.076904296875, + -0.05303955078125, + 0.022979736328125, + -0.004100799560546875, + -0.0128021240234375, + 0.0129547119140625, + 0.01219940185546875, + -0.035430908203125, + 0.006072998046875, + -0.00920867919921875, + -0.02337646484375, + -0.02105712890625, + -0.0013284683227539062, + 0.0231781005859375, + 0.05548095703125, + 0.046142578125, + -0.029754638671875, + 0.0491943359375, + 0.010223388671875, + 0.0261077880859375, + 0.0311737060546875, + 0.040283203125, + -0.0009741783142089844, + 0.01068115234375, + 0.044952392578125, + 0.06317138671875, + -0.01629638671875, + -0.01953125, + 0.0174102783203125, + 0.017822265625, + 0.035430908203125, + 0.030364990234375, + 0.0177154541015625, + -0.01062774658203125, + -0.00247955322265625, + -0.0550537109375, + -0.00839996337890625, + -0.00485992431640625, + -0.00966644287109375, + -0.044525146484375, + -0.0037708282470703125, + -0.0114898681640625, + -0.04595947265625, + 0.0467529296875, + 0.021759033203125, + -0.0350341796875, + -0.01305389404296875, + 0.0257110595703125, + 0.01007080078125, + -0.031585693359375, + 0.0020999908447265625, + 0.01270294189453125, + 0.004505157470703125, + -0.0291595458984375, + -0.01001739501953125, + 0.0396728515625, + -0.02166748046875, + -0.07489013671875, + -0.027130126953125, + 0.02935791015625, + -0.0237884521484375, + -0.0350341796875, + -0.01538848876953125, + -0.0164947509765625, + -0.0135650634765625, + -0.050018310546875, + -0.051025390625, + -0.0135650634765625, + 0.0088043212890625, + -0.0261077880859375, + -0.00946807861328125, + -0.00662994384765625, + -0.0267181396484375, + -0.031768798828125, + -0.01922607421875, + -0.04718017578125, + 0.04656982421875, + -0.050201416015625, + 0.031585693359375, + 0.0107269287109375, + 0.0200347900390625, + 0.03643798828125, + 0.05426025390625, + -0.0479736328125, + 0.0009927749633789062, + -0.0157928466796875, + -0.0587158203125, + 0.03460693359375, + 0.0291595458984375, + -0.0028591156005859375, + -0.06561279296875, + -0.0113372802734375, + 0.050811767578125, + -0.060333251953125, + 0.0202484130859375, + -0.00824737548828125, + -0.00008064508438110352, + -0.034820556640625, + 0.0028095245361328125, + 0.018829345703125, + 0.033416748046875, + 0.112548828125, + 0.037872314453125, + -0.0295562744140625, + -0.01214599609375, + -0.01396942138671875, + 0.048583984375, + 0.014068603515625, + 0.040069580078125, + -0.048583984375, + 0.02874755859375, + -0.005718231201171875, + -0.0190277099609375, + 0.035430908203125, + -0.0679931640625, + 0.00662994384765625, + 0.01457977294921875, + 0.01250457763671875, + -0.01629638671875, + -0.014678955078125, + -0.04150390625, + -0.053863525390625, + -0.0279388427734375, + 0.0209503173828125, + -0.01078033447265625, + -0.00830078125, + -0.03765869140625, + 0.01113128662109375, + 0.0014934539794921875, + -0.033203125, + -0.02996826171875, + -0.033599853515625, + 0.036651611328125, + -0.00582122802734375, + -0.06317138671875, + 0.0311737060546875, + -0.0019741058349609375, + 0.0225677490234375, + 0.0062255859375, + 0.043121337890625, + -0.062744140625, + 0.005084991455078125, + 0.007793426513671875, + 0.005035400390625, + 0.02813720703125, + -0.006023406982421875, + -0.0015439987182617188, + 0.023681640625, + 0.022674560546875, + -0.01922607421875, + 0.05120849609375, + 0.02105712890625, + -0.018524169921875, + -0.045135498046875, + -0.0291595458984375, + -0.00470733642578125, + 0.0151824951171875, + -0.0032901763916015625, + 0.03643798828125, + 0.03887939453125, + -0.0190277099609375, + -0.05548095703125, + 0.0587158203125, + -0.053863525390625, + 0.039276123046875, + -0.00860595703125, + -0.000980377197265625, + -0.055877685546875, + -0.026519775390625, + -0.014068603515625, + 0.03521728515625, + -0.0174102783203125, + 0.034423828125, + 0.001277923583984375, + 0.01189422607421875, + -0.01528167724609375, + -0.036041259765625, + -0.00835418701171875, + 0.037445068359375, + 0.0224761962890625, + -0.016998291015625, + 0.048797607421875, + -0.0295562744140625, + 0.0273284912109375, + -0.0181121826171875, + 0.01316070556640625, + 0.032989501953125, + 0.01113128662109375, + -0.02459716796875, + -0.00789642333984375, + 0.0186309814453125, + 0.036041259765625, + -0.019744873046875, + 0.006732940673828125, + -0.01235198974609375, + 0.01447296142578125, + 0.01690673828125, + -0.022369384765625, + 0.014984130859375, + 0.00951385498046875, + -0.00589752197265625, + -0.027740478515625, + -0.06475830078125, + -0.081787109375, + -0.01016998291015625, + -0.05426025390625, + -0.01153564453125, + -0.00997161865234375, + 0.0138702392578125, + 0.004428863525390625, + -0.0224761962890625, + 0.0212554931640625, + -0.0118408203125, + 0.006099700927734375, + -0.0338134765625, + 0.014678955078125, + -0.0095672607421875, + 0.032379150390625, + 0.005161285400390625, + -0.04290771484375, + 0.0384521484375, + -0.0184173583984375, + -0.0019989013671875, + -0.0018978118896484375, + -0.0020999908447265625, + -0.03582763671875, + 0.02105712890625, + -0.065185546875, + -0.0042266845703125, + 0.01123809814453125, + 0.02044677734375, + 0.027130126953125, + -0.033203125, + 0.041900634765625, + -0.0148773193359375, + -0.059112548828125, + 0.00835418701171875, + -0.0107269287109375, + -0.0408935546875, + 0.019439697265625, + -0.00860595703125, + 0.0218658447265625, + -0.004756927490234375, + 0.05059814453125, + 0.019134521484375, + 0.0283355712890625, + -0.007289886474609375, + -0.006984710693359375, + -0.0129547119140625, + 0.00543975830078125, + 0.00804901123046875, + 0.02197265625, + 0.017913818359375, + -0.006679534912109375, + 0.0172119140625, + -0.0018854141235351562, + -0.09393310546875, + -0.01078033447265625, + -0.044342041015625, + -0.02752685546875, + -0.016998291015625, + 0.08746337890625, + 0.02874755859375, + -0.00946807861328125, + 0.0254058837890625, + 0.07086181640625, + 0.0269317626953125, + 0.0209503173828125, + -0.01153564453125, + -0.039886474609375, + 0.004276275634765625, + -0.0088043212890625, + 0.0117950439453125, + -0.059112548828125, + 0.040069580078125, + 0.0716552734375, + -0.022064208984375, + -0.01113128662109375, + -0.00662994384765625, + -0.0241851806640625, + 0.005214691162109375, + 0.03399658203125, + 0.023590087890625, + -0.03399658203125, + 0.01346588134765625, + 0.0164031982421875, + -0.007640838623046875, + 0.0004239082336425781, + -0.01335906982421875, + -0.048370361328125, + 0.052215576171875, + -0.046966552734375, + -0.0129547119140625, + 0.006275177001953125, + 0.09027099609375, + 0.0180206298828125, + -0.01316070556640625, + -0.0132598876953125, + 0.0283355712890625, + 0.02752685546875, + -0.038055419921875, + 0.012451171875, + -0.01189422607421875, + -0.01209259033203125, + 0.0227813720703125, + 0.051025390625, + -0.005619049072265625, + 0.033599853515625, + 0.0269317626953125, + -0.058319091796875, + 0.032196044921875, + -0.018218994140625, + 0.0009551048278808594, + 0.0255126953125, + -0.046142578125, + -0.0307769775390625, + -0.0789794921875, + 0.0205535888671875, + 0.0269317626953125, + 0.0193328857421875, + 0.034210205078125, + 0.016998291015625, + -0.00678253173828125, + 0.0013980865478515625, + -0.007389068603515625, + 0.0313720703125, + 0.031982421875, + 0.0119476318359375, + 0.0097198486328125, + 0.00662994384765625, + 0.0205535888671875, + -0.049407958984375, + 0.037261962890625, + -0.03460693359375, + -0.010223388671875, + -0.043731689453125, + 0.0010814666748046875, + 0.0089111328125, + -0.057891845703125, + 0.00006008148193359375, + -0.01558685302734375, + -0.00311279296875, + -0.0241851806640625, + -0.0479736328125, + -0.01275634765625, + 0.05120849609375, + 0.0006704330444335938, + 0.003948211669921875, + 0.01224517822265625, + -0.0014238357543945312, + 0.002719879150390625, + -0.048797607421875, + 0.039886474609375, + 0.014373779296875, + 0.032806396484375, + -0.007843017578125, + -0.01528167724609375, + -0.02752685546875, + -0.002315521240234375, + 0.02813720703125, + 0.02197265625, + -0.0390625, + 0.043121337890625, + 0.034820556640625, + 0.0243988037109375, + -0.0218658447265625, + 0.0190277099609375, + 0.004024505615234375, + -0.03704833984375, + 0.0421142578125, + 0.0244903564453125, + 0.0227813720703125, + -0.00366973876953125, + 0.0028095245361328125, + -0.01629638671875, + -0.048187255859375, + 0.07330322265625, + 0.01751708984375, + -0.0006704330444335938, + 0.042510986328125, + -0.03521728515625, + 0.06439208984375, + -0.003314971923828125, + 0.0679931640625, + -0.022369384765625, + 0.0433349609375, + -0.0218658447265625, + 0.0113372802734375, + 0.018829345703125, + 0.02520751953125, + -0.017822265625, + 0.0110321044921875, + -0.026519775390625, + 0.0504150390625, + 0.017608642578125, + -0.017913818359375, + -0.06597900390625, + 0.001354217529296875, + -0.014678955078125, + 0.0035686492919921875, + 0.0350341796875, + -0.046142578125, + -0.012908935546875, + -0.0094146728515625, + 0.03643798828125, + 0.07330322265625, + 0.0098724365234375, + 0.03765869140625, + -0.006526947021484375, + -0.0040740966796875, + 0.009613037109375, + -0.006072998046875 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "commandline", + "hashing", + "integrity" + ], + "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.00001913309097290039, + 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.00011944770812988281, + -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_x64dbg", + "type": "tool", + "name": "x64dbg", + "content": "x64dbg der kostenlose windows-debugger revolutioniert malware-analysis durch intuitive gui und plugin-ecosystem. ersetzt den veralteten ollydbg mit moderner 64-bit-architektur und active-development. besonders stark: anti-anti-debug-plugins umgehen evasion-techniken, script-engine automatisiert repetitive tasks, memory-map-viewer zeigt process-layout übersichtlich. die plugin-community entwickelt ständig neue extensions: unpacker für gepackte malware, crypto- finder identifiziert verschlüsselungsroutinen, api-logger trackt system-calls. integrated-disassembler mit syntax-highlighting. conditional-breakpoints für complex-debugging-scenarios. multi-threading-support für moderne malware. export-funktionen für weitere analysis. die portable version läuft von usb-stick. besonders wertvoll: zero-cost für hobbyisten und kleine teams bei professional-level-features. active-community in discord/github hilft bei problemen. der de-facto-standard für windows-malware- dynamic-analysis ohne budget-constraints. debugger reverse-engineering malware-analysis analysis", + "embedding": [ + -0.0308380126953125, + 0.0145721435546875, + 0.04339599609375, + -0.00872039794921875, + 0.0259552001953125, + 0.03997802734375, + 0.01934814453125, + 0.008880615234375, + -0.0159454345703125, + -0.006565093994140625, + -0.052734375, + 0.02764892578125, + 0.0321044921875, + 0.01776123046875, + -0.0310516357421875, + 0.047637939453125, + -0.0079193115234375, + 0.01690673828125, + -0.005847930908203125, + 0.0127105712890625, + -0.044464111328125, + -0.0014028549194335938, + -0.05126953125, + -0.0037212371826171875, + 0.01031494140625, + -0.00170135498046875, + -0.0246734619140625, + -0.0386962890625, + -0.005157470703125, + -0.004146575927734375, + 0.0036163330078125, + -0.05657958984375, + 0.0089874267578125, + 0.04083251953125, + 0.00872039794921875, + -0.0018482208251953125, + -0.0003604888916015625, + -0.06256103515625, + -0.0222320556640625, + 0.077392578125, + -0.0253143310546875, + -0.00582122802734375, + 0.009521484375, + -0.0110626220703125, + -0.0124969482421875, + -0.07867431640625, + -0.0016412734985351562, + -0.0308380126953125, + 0.015838623046875, + -0.0236053466796875, + 0.0310516357421875, + 0.02520751953125, + 0.01222991943359375, + -0.011962890625, + -0.032318115234375, + 0.04168701171875, + 0.0182952880859375, + -0.0242462158203125, + -0.041046142578125, + 0.050201416015625, + -0.027862548828125, + -0.01212310791015625, + -0.0071258544921875, + -0.00936126708984375, + 0.026153564453125, + 0.037017822265625, + -0.0009703636169433594, + -0.03680419921875, + -0.00893402099609375, + 0.010955810546875, + -0.00914764404296875, + -0.007495880126953125, + -0.031890869140625, + 0.0253143310546875, + -0.033599853515625, + -0.01446533203125, + 0.01026153564453125, + 0.041900634765625, + 0.00728607177734375, + -0.00325775146484375, + -0.061248779296875, + -0.016265869140625, + 0.03997802734375, + -0.0269012451171875, + 0.01345062255859375, + -0.0015888214111328125, + 0.02435302734375, + 0.0140380859375, + 0.0271148681640625, + 0.002605438232421875, + 0.03253173828125, + 0.0052642822265625, + 0.0224456787109375, + -0.0164794921875, + 0.03253173828125, + 0.050201416015625, + -0.004627227783203125, + -0.0081329345703125, + -0.028076171875, + 0.0386962890625, + 0.0139312744140625, + -0.031463623046875, + 0.057861328125, + -0.031463623046875, + 0.043609619140625, + -0.00728607177734375, + 0.0037479400634765625, + -0.01334381103515625, + -0.003643035888671875, + -0.008026123046875, + -0.09356689453125, + -0.05828857421875, + 0.01190948486328125, + -0.05401611328125, + 0.00460052490234375, + -0.0165863037109375, + -0.0176544189453125, + 0.03594970703125, + -0.026153564453125, + -0.048919677734375, + 0.005687713623046875, + -0.0007944107055664062, + -0.01446533203125, + 0.0246734619140625, + -0.043609619140625, + -0.05169677734375, + 0.017333984375, + 0.0167999267578125, + -0.03424072265625, + -0.0271148681640625, + -0.0145721435546875, + -0.02392578125, + -0.0207366943359375, + -0.04296875, + -0.0141448974609375, + -0.0380859375, + 0.031890869140625, + -0.009674072265625, + -0.00782012939453125, + -0.0032825469970703125, + 0.02435302734375, + -0.019561767578125, + -0.050628662109375, + 0.02105712890625, + -0.017120361328125, + 0.0107421875, + 0.003932952880859375, + 0.0206298828125, + 0.00011467933654785156, + 0.00872039794921875, + 0.0019273757934570312, + 0.01605224609375, + 0.05487060546875, + 0.006671905517578125, + 0.031463623046875, + -0.036590576171875, + -0.02191162109375, + -0.0180816650390625, + 0.0552978515625, + -0.017547607421875, + -0.0185089111328125, + 0.0110626220703125, + -0.01776123046875, + 0.0137176513671875, + -0.00839996337890625, + -0.01122283935546875, + -0.0065155029296875, + 0.03912353515625, + -0.00449371337890625, + -0.0222320556640625, + 0.05743408203125, + 0.00046515464782714844, + 0.061248779296875, + 0.05615234375, + -0.029571533203125, + 0.001110076904296875, + 0.0083465576171875, + -0.01776123046875, + 0.018829345703125, + 0.0083465576171875, + -0.022125244140625, + -0.029144287109375, + 0.02850341796875, + -0.013031005859375, + -0.0116424560546875, + -0.007549285888671875, + -0.0145721435546875, + -0.019775390625, + -0.05615234375, + 0.0120697021484375, + -0.05572509765625, + -0.051055908203125, + -0.033172607421875, + 0.047637939453125, + 0.01776123046875, + 0.0570068359375, + 0.007762908935546875, + -0.0263671875, + 0.0469970703125, + -0.000904083251953125, + 0.010955810546875, + 0.03167724609375, + 0.0022735595703125, + 0.0165863037109375, + 0.003986358642578125, + 0.01058197021484375, + -0.00334930419921875, + 0.02606201171875, + -0.001190185546875, + 0.006221771240234375, + 0.007549285888671875, + 0.060394287109375, + 0.0019140243530273438, + -0.0128173828125, + -0.016693115234375, + -0.0452880859375, + 0.03424072265625, + 0.0005717277526855469, + -0.006488800048828125, + -0.01158905029296875, + -0.0012426376342773438, + -0.03338623046875, + 0.0040130615234375, + 0.0404052734375, + -0.032318115234375, + 0.024993896484375, + 0.0145721435546875, + 0.004253387451171875, + -0.035308837890625, + 0.01488494873046875, + 0.0469970703125, + 0.031463623046875, + 0.00909423828125, + -0.01509857177734375, + 0.004467010498046875, + 0.007442474365234375, + 0.0255279541015625, + 0.04083251953125, + 0.0262603759765625, + 0.00882720947265625, + -0.0159454345703125, + 0.0196685791015625, + -0.0110626220703125, + 0.04510498046875, + 0.032745361328125, + 0.0021800994873046875, + 0.00614166259765625, + 0.00946807861328125, + 0.039764404296875, + 0.05487060546875, + -0.050201416015625, + -0.01531219482421875, + -0.0297698974609375, + -0.0104217529296875, + -0.054443359375, + -0.052734375, + -0.011749267578125, + -0.0372314453125, + 0.02935791015625, + 0.0002574920654296875, + -0.041900634765625, + 0.01509857177734375, + 0.031280517578125, + 0.0013093948364257812, + 0.0248870849609375, + -0.004863739013671875, + -0.0421142578125, + -0.00696563720703125, + 0.049560546875, + 0.01116943359375, + -0.023712158203125, + 0.003482818603515625, + 0.0002524852752685547, + 0.00449371337890625, + -0.012176513671875, + -0.017974853515625, + -0.00494384765625, + 0.0271148681640625, + 0.003124237060546875, + 0.0027523040771484375, + -0.02191162109375, + 0.04296875, + -0.0178680419921875, + 0.048492431640625, + -0.047210693359375, + -0.0023403167724609375, + 0.01148223876953125, + 0.0054779052734375, + -0.0174407958984375, + -0.0355224609375, + -0.00038886070251464844, + 0.03955078125, + 0.019134521484375, + 0.0037212371826171875, + 0.023284912109375, + -0.044464111328125, + 0.0116424560546875, + -0.0017948150634765625, + -0.008880615234375, + 0.00786590576171875, + 0.038482666015625, + -0.045501708984375, + 0.0259552001953125, + 0.00315093994140625, + -0.003536224365234375, + -0.0266876220703125, + -0.0304107666015625, + -0.036376953125, + -0.00728607177734375, + -0.026580810546875, + -0.021484375, + -0.004039764404296875, + 0.0018482208251953125, + 0.0009369850158691406, + -0.01934814453125, + -0.003482818603515625, + -0.034027099609375, + -0.032958984375, + 0.002910614013671875, + -0.01605224609375, + -0.0535888671875, + -0.039337158203125, + 0.05615234375, + -0.0025386810302734375, + 0.00839996337890625, + -0.0289306640625, + -0.014251708984375, + -0.0227508544921875, + 0.0240325927734375, + -0.03167724609375, + -0.0007944107055664062, + -0.00531768798828125, + 0.0289306640625, + 0.00553131103515625, + 0.042755126953125, + 0.00366973876953125, + 0.07952880859375, + 0.03167724609375, + -0.01361083984375, + -0.0141448974609375, + 0.01904296875, + 0.0203094482421875, + 0.0198822021484375, + -0.03997802734375, + -0.04571533203125, + -0.0187225341796875, + -0.05914306640625, + 0.0030574798583984375, + 0.010528564453125, + 0.05615234375, + 0.0306243896484375, + -0.00521087646484375, + -0.00818634033203125, + 0.0552978515625, + 0.015838623046875, + 0.0965576171875, + -0.0182952880859375, + -0.0321044921875, + 0.0016155242919921875, + 0.057861328125, + 0.01058197021484375, + 0.016693115234375, + 0.0189361572265625, + 0.01690673828125, + -0.0227508544921875, + 0.0178680419921875, + -0.0157318115234375, + -0.0028438568115234375, + -0.005611419677734375, + 0.00653839111328125, + 0.031463623046875, + -0.006221771240234375, + -0.01026153564453125, + 0.00113677978515625, + 0.0535888671875, + 0.04425048828125, + 0.041046142578125, + -0.027862548828125, + -0.00154876708984375, + -0.017120361328125, + -0.0782470703125, + 0.01111602783203125, + 0.0230712890625, + 0.0145721435546875, + 0.057861328125, + -0.01361083984375, + -0.07275390625, + 0.04339599609375, + -0.0552978515625, + 0.06591796875, + 0.045928955078125, + -0.01111602783203125, + 0.03338623046875, + -0.017333984375, + 0.001834869384765625, + -0.00263214111328125, + 0.0124969482421875, + 0.04998779296875, + 0.05487060546875, + 0.046356201171875, + 0.01313018798828125, + -0.0240325927734375, + 0.0194549560546875, + 0.0438232421875, + 0.031463623046875, + -0.0092010498046875, + 0.032745361328125, + 0.00839996337890625, + 0.0308380126953125, + -0.0140380859375, + 0.0667724609375, + 0.0255279541015625, + -0.00582122802734375, + 0.0207366943359375, + -0.004680633544921875, + 0.0211639404296875, + -0.0338134765625, + 0.00478363037109375, + 0.0135040283203125, + 0.010101318359375, + 0.05169677734375, + 0.04168701171875, + -0.04913330078125, + 0.0085601806640625, + 0.07867431640625, + -0.0693359375, + 0.019775390625, + 0.0141448974609375, + -0.023712158203125, + -0.0052642822265625, + -0.027862548828125, + -0.080810546875, + 0.0321044921875, + -0.027862548828125, + -0.046142578125, + 0.003696441650390625, + 0.0230712890625, + -0.035308837890625, + -0.041900634765625, + -0.0006012916564941406, + -0.005023956298828125, + -0.03997802734375, + -0.02606201171875, + 0.052947998046875, + 0.006725311279296875, + -0.00872039794921875, + 0.03338623046875, + 0.0040130615234375, + -0.0355224609375, + -0.0355224609375, + 0.04913330078125, + -0.00807952880859375, + -0.0299835205078125, + 0.03338623046875, + 0.0156402587890625, + 0.0224456787109375, + -0.0163726806640625, + -0.032318115234375, + 0.00972747802734375, + -0.00128936767578125, + 0.006435394287109375, + 0.00872039794921875, + -0.044677734375, + -0.02392578125, + -0.047637939453125, + 0.041900634765625, + 0.00946807861328125, + 0.034881591796875, + 0.0181884765625, + -0.040191650390625, + 0.039337158203125, + -0.06256103515625, + 0.010528564453125, + -0.0192413330078125, + 0.01297760009765625, + -0.014678955078125, + 0.08294677734375, + -0.00696563720703125, + -0.0206298828125, + 0.0081329345703125, + 0.04083251953125, + 0.0106353759765625, + 0.01361083984375, + -0.043609619140625, + 0.051910400390625, + 0.01026153564453125, + -0.0264739990234375, + -0.02520751953125, + -0.024993896484375, + -0.01265716552734375, + 0.0289306640625, + -0.0380859375, + 0.004039764404296875, + 0.0182952880859375, + -0.067626953125, + -0.0248870849609375, + -0.0271148681640625, + -0.00707244873046875, + -0.022552490234375, + 0.037017822265625, + 0.00786590576171875, + 0.031890869140625, + 0.023712158203125, + 0.0159454345703125, + -0.00531768798828125, + 0.004863739013671875, + 0.0140380859375, + -0.014251708984375, + 0.0203094482421875, + -0.0487060546875, + -0.003231048583984375, + -0.0266876220703125, + 0.03997802734375, + -0.037017822265625, + -0.00395965576171875, + 0.000047147274017333984, + -0.01047515869140625, + 0.04510498046875, + -0.060394287109375, + -0.0001977682113647461, + -0.0137176513671875, + -0.022552490234375, + -0.0304107666015625, + -0.026153564453125, + 0.019134521484375, + 0.0156402587890625, + -0.017974853515625, + 0.028076171875, + 0.032318115234375, + -0.050628662109375, + 0.01026153564453125, + 0.01212310791015625, + -0.021697998046875, + 0.008453369140625, + -0.0200958251953125, + 0.0110626220703125, + 0.0157318115234375, + 0.03680419921875, + -0.0251007080078125, + -0.0207366943359375, + -0.06890869140625, + 0.02435302734375, + -0.019561767578125, + -0.0170135498046875, + -0.010955810546875, + -0.032745361328125, + -0.06719970703125, + -0.0116424560546875, + 0.0086669921875, + 0.004199981689453125, + 0.005611419677734375, + -0.028717041015625, + -0.0380859375, + 0.004119873046875, + -0.03955078125, + 0.044677734375, + -0.0264739990234375, + -0.006435394287109375, + -0.0220184326171875, + -0.052734375, + 0.0251007080078125, + 0.02850341796875, + 0.046142578125, + 0.0143585205078125, + 0.02935791015625, + -0.01148223876953125, + 0.0156402587890625, + 0.0024051666259765625, + -0.0189361572265625, + -0.034881591796875, + -0.00489044189453125, + 0.0372314453125, + -0.05169677734375, + -0.03424072265625, + 0.004680633544921875, + 0.026153564453125, + 0.0066986083984375, + -0.01313018798828125, + -0.01318359375, + 0.0306243896484375, + -0.00013375282287597656, + 0.039337158203125, + -0.02020263671875, + -0.03594970703125, + 0.005130767822265625, + 0.0108489990234375, + 0.0570068359375, + 0.0355224609375, + -0.0127105712890625, + -0.02349853515625, + 0.006061553955078125, + 0.036590576171875, + -0.0263671875, + -0.0289306640625, + -0.0297698974609375, + -0.00850677490234375, + 0.019775390625, + 0.062103271484375, + -0.029144287109375, + 0.0718994140625, + -0.0112762451171875, + 0.032318115234375, + 0.041046142578125, + 0.071044921875, + 0.04296875, + -0.0338134765625, + -0.053802490234375, + -0.0086669921875, + -0.0135040283203125, + -0.0227508544921875, + -0.029144287109375, + 0.0002084970474243164, + 0.048919677734375, + -0.08935546875, + -0.0112762451171875, + 0.0008907318115234375, + -0.01776123046875, + 0.0174407958984375, + 0.0165863037109375, + -0.0266876220703125, + 0.022125244140625, + -0.00909423828125, + -0.031280517578125, + -0.01079559326171875, + -0.0099945068359375, + 0.000698089599609375, + 0.060394287109375, + 0.010101318359375, + -0.017547607421875, + 0.043609619140625, + 0.004627227783203125, + 0.0306243896484375, + 0.012603759765625, + 0.0259552001953125, + -0.002300262451171875, + 0.036590576171875, + 0.027435302734375, + 0.044036865234375, + -0.0164794921875, + -0.018829345703125, + 0.02349853515625, + -0.00707244873046875, + 0.016265869140625, + 0.034027099609375, + 0.01047515869140625, + 0.0116424560546875, + -0.008026123046875, + -0.05126953125, + 0.0017948150634765625, + -0.007602691650390625, + -0.00823974609375, + -0.06634521484375, + -0.031890869140625, + 0.0259552001953125, + -0.04827880859375, + 0.036590576171875, + 0.03826904296875, + -0.007495880126953125, + -0.029571533203125, + 0.0207366943359375, + -0.009674072265625, + -0.05487060546875, + 0.01313018798828125, + -0.0238189697265625, + -0.0251007080078125, + -0.0308380126953125, + -0.051055908203125, + 0.026153564453125, + -0.010101318359375, + -0.07867431640625, + -0.01079559326171875, + 0.0438232421875, + -0.00782012939453125, + 0.00603485107421875, + 0.006488800048828125, + 0.025421142578125, + -0.031890869140625, + -0.041046142578125, + -0.054443359375, + 0.005344390869140625, + 0.0008974075317382812, + -0.0386962890625, + 0.02520751953125, + 0.01605224609375, + -0.041473388671875, + 0.00571441650390625, + -0.027435302734375, + -0.044677734375, + 0.0587158203125, + -0.031890869140625, + 0.0438232421875, + 0.01116943359375, + 0.0240325927734375, + 0.02606201171875, + 0.060394287109375, + -0.001209259033203125, + -0.01222991943359375, + -0.0094146728515625, + -0.05828857421875, + 0.017547607421875, + -0.017120361328125, + 0.0018606185913085938, + -0.074462890625, + 0.0006647109985351562, + 0.0271148681640625, + -0.06591796875, + 0.0054779052734375, + -0.005184173583984375, + -0.0355224609375, + -0.05126953125, + 0.001575469970703125, + 0.0163726806640625, + 0.0081329345703125, + 0.08251953125, + 0.00909423828125, + -0.0018739700317382812, + -0.0010099411010742188, + -0.0650634765625, + 0.035308837890625, + 0.0220184326171875, + 0.041046142578125, + -0.007656097412109375, + 0.04339599609375, + 0.0189361572265625, + 0.0022869110107421875, + -0.004917144775390625, + -0.09442138671875, + -0.0009107589721679688, + 0.035736083984375, + 0.031463623046875, + 0.01531219482421875, + 0.006328582763671875, + -0.040191650390625, + -0.0215911865234375, + -0.0161590576171875, + 0.016693115234375, + -0.00653839111328125, + -0.009674072265625, + -0.054443359375, + -0.0048370361328125, + -0.006008148193359375, + -0.035736083984375, + -0.0299835205078125, + -0.04656982421875, + 0.054443359375, + -0.0116424560546875, + -0.04571533203125, + 0.0272216796875, + -0.00489044189453125, + 0.0095672607421875, + 0.02850341796875, + 0.07318115234375, + -0.032745361328125, + -0.01499176025390625, + -0.007549285888671875, + 0.02020263671875, + -0.0056610107421875, + 0.00395965576171875, + 0.0092010498046875, + 0.0372314453125, + -0.007495880126953125, + -0.0301971435546875, + 0.06292724609375, + 0.032958984375, + -0.00428009033203125, + -0.06976318359375, + -0.01499176025390625, + -0.0259552001953125, + 0.04510498046875, + -0.0005617141723632812, + 0.050201416015625, + 0.0167999267578125, + -0.00489044189453125, + -0.07781982421875, + 0.038909912109375, + -0.03424072265625, + 0.0478515625, + 0.0174407958984375, + -0.01313018798828125, + -0.08935546875, + -0.0587158203125, + -0.0207366943359375, + 0.0163726806640625, + -0.038909912109375, + 0.0262603759765625, + 0.034454345703125, + -0.0012559890747070312, + 0.002391815185546875, + -0.02679443359375, + -0.0009241104125976562, + 0.0321044921875, + 0.017974853515625, + -0.021697998046875, + 0.04742431640625, + -0.043609619140625, + 0.023284912109375, + -0.038909912109375, + 0.0033359527587890625, + 0.0218048095703125, + 0.006114959716796875, + -0.03466796875, + -0.0220184326171875, + 0.026153564453125, + 0.067626953125, + -0.0003972053527832031, + 0.0026454925537109375, + -0.041046142578125, + 0.0289306640625, + -0.002712249755859375, + 0.005558013916015625, + 0.00728607177734375, + 0.01036834716796875, + -0.021270751953125, + -0.0178680419921875, + -0.059967041015625, + -0.07147216796875, + -0.005741119384765625, + -0.039337158203125, + -0.01233673095703125, + 0.0026187896728515625, + 0.01861572265625, + 0.02020263671875, + -0.03509521484375, + 0.0139312744140625, + 0.0094146728515625, + -0.01100921630859375, + -0.00232696533203125, + 0.0180816650390625, + -0.0264739990234375, + 0.027435302734375, + 0.012603759765625, + -0.0310516357421875, + 0.018829345703125, + -0.0165863037109375, + -0.008880615234375, + -0.0161590576171875, + -0.0156402587890625, + -0.03680419921875, + 0.03466796875, + -0.0552978515625, + -0.00797271728515625, + 0.0157318115234375, + 0.01531219482421875, + -0.014251708984375, + -0.0355224609375, + 0.0421142578125, + -0.00038051605224609375, + -0.07867431640625, + 0.00739288330078125, + -0.03997802734375, + -0.060394287109375, + -0.008026123046875, + 0.00563812255859375, + 0.033172607421875, + -0.0147857666015625, + 0.05828857421875, + 0.0469970703125, + 0.028717041015625, + 0.018829345703125, + -0.046783447265625, + 0.0178680419921875, + -0.0108489990234375, + 0.0259552001953125, + 0.028717041015625, + 0.01541900634765625, + -0.0032176971435546875, + -0.0044403076171875, + 0.006618499755859375, + -0.0701904296875, + -0.006195068359375, + -0.0174407958984375, + -0.06256103515625, + -0.01079559326171875, + 0.06256103515625, + 0.048919677734375, + 0.0139312744140625, + 0.031463623046875, + 0.03997802734375, + 0.0304107666015625, + -0.004970550537109375, + -0.039337158203125, + -0.0850830078125, + -0.028289794921875, + 0.0355224609375, + 0.0085601806640625, + -0.052734375, + 0.031463623046875, + 0.03997802734375, + 0.0037479400634765625, + -0.01861572265625, + -0.01244354248046875, + -0.0196685791015625, + 0.04296875, + 0.0213775634765625, + 0.031280517578125, + -0.050201416015625, + 0.01361083984375, + 0.02935791015625, + -0.01488494873046875, + 0.0073394775390625, + 0.0007443428039550781, + -0.014678955078125, + 0.0240325927734375, + -0.05657958984375, + -0.01122283935546875, + 0.01212310791015625, + 0.064208984375, + 0.031890869140625, + -0.02935791015625, + -0.01446533203125, + 0.04168701171875, + 0.0213775634765625, + -0.0238189697265625, + -0.026153564453125, + 0.009307861328125, + -0.0159454345703125, + 0.0167999267578125, + 0.042755126953125, + 0.01552581787109375, + 0.03338623046875, + 0.0014286041259765625, + -0.04998779296875, + 0.0380859375, + -0.013824462890625, + 0.022125244140625, + -0.003536224365234375, + -0.0587158203125, + -0.0306243896484375, + -0.05230712890625, + -0.00238037109375, + 0.02520751953125, + 0.03680419921875, + 0.01904296875, + -0.00531768798828125, + -0.0163726806640625, + 0.012603759765625, + 0.035308837890625, + 0.01861572265625, + 0.023284912109375, + 0.044677734375, + 0.03253173828125, + 0.023284912109375, + 0.0058746337890625, + 0.0056610107421875, + 0.0229644775390625, + -0.0306243896484375, + 0.0170135498046875, + -0.05657958984375, + 0.0007710456848144531, + 0.014251708984375, + -0.03167724609375, + 0.0227508544921875, + -0.03955078125, + -0.0189361572265625, + -0.02435302734375, + -0.0504150390625, + -0.0297698974609375, + 0.0570068359375, + -0.036376953125, + 0.007709503173828125, + 0.059539794921875, + 0.005451202392578125, + 0.001728057861328125, + -0.0301971435546875, + 0.07574462890625, + 0.0301971435546875, + 0.03826904296875, + -0.01153564453125, + 0.0016546249389648438, + 0.043182373046875, + -0.0016813278198242188, + 0.00925445556640625, + 0.0231781005859375, + -0.010101318359375, + 0.062103271484375, + 0.01323699951171875, + 0.004547119140625, + -0.02105712890625, + 0.02850341796875, + 0.00839996337890625, + -0.049346923828125, + 0.04296875, + 0.0022735595703125, + 0.0272216796875, + 0.0006346702575683594, + -0.0271148681640625, + -0.024993896484375, + -0.0248870849609375, + 0.0782470703125, + -0.0022602081298828125, + -0.0338134765625, + 0.034027099609375, + -0.017333984375, + 0.032318115234375, + 0.01153564453125, + 0.0452880859375, + -0.07867431640625, + 0.054443359375, + -0.0030975341796875, + -0.00478363037109375, + 0.0092010498046875, + 0.00042366981506347656, + -0.007709503173828125, + -0.004573822021484375, + -0.033599853515625, + 0.0650634765625, + 0.014678955078125, + -0.0338134765625, + -0.041046142578125, + -0.00909423828125, + -0.0060882568359375, + 0.0095672607421875, + 0.01345062255859375, + -0.03466796875, + -0.0338134765625, + 0.008453369140625, + 0.0034027099609375, + 0.087646484375, + -0.021270751953125, + 0.01904296875, + 0.00029754638671875, + -0.01499176025390625, + -0.002658843994140625, + -0.0206298828125 + ], + "metadata": { + "domains": [ + "malware-analysis" + ], + "phases": [ + "analysis" + ], + "tags": [ + "debugger", + "reverse-engineering" + ], + "skillLevel": "advanced", + "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.00252532958984375, + -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_Cortex", + "type": "tool", + "name": "Cortex", + "content": "cortex thehives analyzer-engine automatisiert observable-intelligence durch über 100 integrierte services von virustotal bis shodan. ein file-hash triggert parallel: av-scans, sandbox-detonation, yara-matching, reputation-checks in sekunden statt manueller stunden-arbeit. die plugin-architektur erweitert für custom-apis und interne threat-intelligence. besonders wertvoll: responder-actions ermöglichen automatische incident-response (block-ip, quarantine-host), taxonomy-integration kategorisiert threats nach misp- standards, job-history dokumentiert alle analysen für audit-trails. docker-deployment skaliert workers je nach load. rate-limiting verhindert api-quota-erschöpfung. die restful-api integriert in soar-playbooks. json-templates definieren analyzer-konfigurationen. community-analyzer erweitern für spezielle use-cases. nach thehive-übernahme durch strangebee wird cortex 3.x als open-source weiterentwickelt. standard-component moderner soc-automatisierung. automation threat-intel incident-response malware-analysis analysis", + "embedding": [ + -0.0238800048828125, + 0.0304107666015625, + 0.05694580078125, + 0.007694244384765625, + 0.0229949951171875, + 0.01910400390625, + 0.01264190673828125, + -0.0297088623046875, + -0.03253173828125, + 0.00543975830078125, + -0.01352691650390625, + 0.045989990234375, + -0.004467010498046875, + 0.006366729736328125, + -0.05908203125, + 0.058013916015625, + 0.0143280029296875, + 0.00977325439453125, + 0.0238800048828125, + 0.0094146728515625, + -0.033599853515625, + 0.0175933837890625, + -0.04296875, + -0.0247650146484375, + 0.0125579833984375, + 0.0032501220703125, + -0.0245819091796875, + -0.04669189453125, + -0.022552490234375, + 0.0134429931640625, + 0.012115478515625, + -0.052337646484375, + 0.028472900390625, + 0.01007843017578125, + 0.01485443115234375, + -0.0178680419921875, + 0.026702880859375, + -0.041900634765625, + -0.0107421875, + 0.0219268798828125, + -0.00791168212890625, + 0.0008015632629394531, + -0.0037136077880859375, + -0.0019235610961914062, + -0.0210418701171875, + -0.03765869140625, + 0.0091094970703125, + -0.0099029541015625, + 0.01047515869140625, + -0.0177764892578125, + 0.020782470703125, + 0.021392822265625, + 0.0008563995361328125, + -0.01096343994140625, + -0.039794921875, + 0.033782958984375, + 0.005702972412109375, + -0.0185699462890625, + -0.033233642578125, + 0.0235137939453125, + -0.02423095703125, + -0.01238250732421875, + -0.0094146728515625, + 0.0210418701171875, + -0.001613616943359375, + 0.038726806640625, + -0.016357421875, + -0.0176849365234375, + -0.00124359130859375, + -0.0150299072265625, + 0.018829345703125, + 0.006320953369140625, + -0.04473876953125, + 0.0290069580078125, + -0.03662109375, + -0.0229949951171875, + 0.0288238525390625, + 0.035888671875, + 0.02069091796875, + 0.0094146728515625, + -0.04986572265625, + -0.00495147705078125, + 0.066162109375, + -0.03485107421875, + -0.05023193359375, + -0.0005002021789550781, + 0.0202484130859375, + 0.004398345947265625, + -0.0194549560546875, + -0.0124664306640625, + 0.0362548828125, + 0.00994873046875, + 0.024932861328125, + -0.021392822265625, + 0.0245819091796875, + 0.04119873046875, + -0.0270538330078125, + -0.0297088623046875, + -0.007251739501953125, + 0.036956787109375, + 0.0204315185546875, + -0.01282501220703125, + 0.0516357421875, + 0.005329132080078125, + 0.03131103515625, + -0.04632568359375, + -0.005458831787109375, + -0.0323486328125, + 0.01538848876953125, + -0.026885986328125, + -0.10400390625, + -0.05657958984375, + -0.007472991943359375, + -0.048095703125, + 0.000701904296875, + 0.01140594482421875, + -0.0203399658203125, + 0.026702880859375, + -0.06365966796875, + -0.061187744140625, + 0.04278564453125, + 0.0208740234375, + -0.00667572021484375, + 0.0205078125, + -0.047393798828125, + -0.044921875, + -0.0178680419921875, + 0.0305938720703125, + -0.0228118896484375, + -0.01529693603515625, + -0.020782470703125, + 0.002376556396484375, + -0.0236968994140625, + -0.047760009765625, + 0.007472991943359375, + -0.02227783203125, + 0.0235137939453125, + 0.0037364959716796875, + -0.017242431640625, + 0.027587890625, + 0.028656005859375, + -0.033599853515625, + -0.0330810546875, + -0.0095062255859375, + -0.0413818359375, + -0.01352691650390625, + -0.0081329345703125, + 0.040679931640625, + -0.02740478515625, + 0.01043701171875, + 0.0133514404296875, + 0.035369873046875, + 0.0753173828125, + 0.005062103271484375, + 0.038543701171875, + -0.05023193359375, + -0.00539398193359375, + -0.0125579833984375, + 0.0288238525390625, + -0.01105499267578125, + 0.0008177757263183594, + -0.01485443115234375, + 0.0040435791015625, + 0.01406097412109375, + 0.0020999908447265625, + -0.023345947265625, + -0.03765869140625, + 0.013885498046875, + 0.0040435791015625, + -0.0008287429809570312, + 0.0263519287109375, + -0.013885498046875, + 0.03094482421875, + 0.0657958984375, + -0.01047515869140625, + 0.004154205322265625, + 0.01910400390625, + -0.02581787109375, + 0.035369873046875, + 0.049530029296875, + -0.019012451171875, + -0.00006598234176635742, + 0.052001953125, + -0.01012420654296875, + 0.005527496337890625, + -0.015472412109375, + -0.03802490234375, + -0.00738525390625, + -0.0150299072265625, + 0.0102996826171875, + -0.038543701171875, + -0.03607177734375, + -0.036773681640625, + 0.022369384765625, + 0.042633056640625, + 0.0516357421875, + 0.017059326171875, + -0.013885498046875, + 0.03607177734375, + -0.00627899169921875, + 0.0124664306640625, + 0.036773681640625, + -0.004730224609375, + 0.0305938720703125, + 0.004024505615234375, + 0.0382080078125, + -0.0073394775390625, + 0.05694580078125, + 0.00514984130859375, + -0.035003662109375, + 0.00583648681640625, + 0.078857421875, + 0.01007843017578125, + -0.0186614990234375, + -0.0192718505859375, + -0.030242919921875, + 0.0086212158203125, + -0.00470733642578125, + -0.0098114013671875, + 0.001934051513671875, + -0.0116729736328125, + -0.045623779296875, + -0.00008291006088256836, + 0.0362548828125, + -0.0068511962890625, + 0.035552978515625, + 0.029541015625, + -0.0209503173828125, + -0.0236968994140625, + 0.00667572021484375, + 0.0210418701171875, + 0.0200653076171875, + 0.0189208984375, + -0.00499725341796875, + -0.0169830322265625, + -0.02581787109375, + 0.020782470703125, + 0.02581787109375, + 0.01396942138671875, + 0.017425537109375, + -0.00839996337890625, + 0.01494598388671875, + 0.005748748779296875, + 0.054107666015625, + 0.0247650146484375, + -0.0009007453918457031, + -0.00897216796875, + -0.0013980865478515625, + 0.04156494140625, + 0.03485107421875, + -0.07000732421875, + -0.0124664306640625, + -0.047393798828125, + 0.023345947265625, + -0.08807373046875, + -0.0618896484375, + -0.0143280029296875, + -0.040496826171875, + 0.0236968994140625, + -0.033233642578125, + -0.007472991943359375, + 0.0252838134765625, + 0.03607177734375, + 0.0256500244140625, + 0.0452880859375, + 0.004375457763671875, + -0.03411865234375, + -0.00897216796875, + 0.0654296875, + 0.0124664306640625, + -0.03662109375, + 0.002597808837890625, + 0.03253173828125, + -0.007694244384765625, + 0.0240478515625, + -0.05303955078125, + -0.00839996337890625, + 0.047393798828125, + 0.02740478515625, + 0.0238800048828125, + 0.006145477294921875, + -0.00386810302734375, + -0.0025196075439453125, + 0.0323486328125, + -0.041748046875, + -0.0159149169921875, + -0.023162841796875, + -0.01654052734375, + 0.0193634033203125, + -0.050933837890625, + -0.002353668212890625, + 0.03094482421875, + 0.048797607421875, + 0.012908935546875, + 0.00963592529296875, + -0.036956787109375, + 0.003116607666015625, + 0.00202178955078125, + 0.005237579345703125, + 0.03839111328125, + 0.037841796875, + -0.040496826171875, + 0.002277374267578125, + -0.016265869140625, + 0.004398345947265625, + -0.0452880859375, + -0.058349609375, + -0.0166168212890625, + -0.0112762451171875, + -0.061187744140625, + -0.03289794921875, + 0.005504608154296875, + 0.0006685256958007812, + 0.01100921630859375, + -0.00884246826171875, + -0.0007572174072265625, + -0.032196044921875, + -0.04278564453125, + 0.015655517578125, + -0.038543701171875, + -0.0445556640625, + -0.0291748046875, + 0.0831298828125, + 0.01361846923828125, + 0.0073394775390625, + -0.030059814453125, + -0.006542205810546875, + -0.06329345703125, + 0.009063720703125, + -0.033599853515625, + 0.00499725341796875, + -0.0222015380859375, + 0.0298919677734375, + 0.02264404296875, + 0.035552978515625, + 0.0208740234375, + 0.0760498046875, + 0.0229949951171875, + -0.0031604766845703125, + 0.0095062255859375, + 0.0260009765625, + 0.00711822509765625, + 0.0452880859375, + -0.0270538330078125, + 0.00804901123046875, + -0.02740478515625, + -0.0270538330078125, + -0.0134429931640625, + 0.0261688232421875, + 0.056243896484375, + 0.0445556640625, + -0.0137939453125, + 0.00968170166015625, + 0.060821533203125, + 0.0081329345703125, + 0.09906005859375, + -0.0236968994140625, + -0.039093017578125, + 0.0124664306640625, + 0.0177764892578125, + -0.02935791015625, + -0.0252838134765625, + 0.035186767578125, + -0.001613616943359375, + -0.0069427490234375, + 0.03961181640625, + -0.020782470703125, + 0.0203399658203125, + 0.014678955078125, + -0.001934051513671875, + 0.0279388427734375, + -0.0229949951171875, + 0.0228118896484375, + 0.01494598388671875, + 0.033966064453125, + 0.0143280029296875, + 0.032196044921875, + -0.056243896484375, + -0.0245819091796875, + -0.054473876953125, + -0.06439208984375, + 0.00408935546875, + 0.009857177734375, + 0.004886627197265625, + 0.01450347900390625, + -0.0240478515625, + -0.05377197265625, + 0.01091766357421875, + -0.01396942138671875, + 0.08453369140625, + 0.055877685546875, + 0.025115966796875, + 0.004444122314453125, + -0.029541015625, + -0.005062103271484375, + 0.01025390625, + 0.00029850006103515625, + 0.0116729736328125, + 0.043670654296875, + 0.035552978515625, + 0.040863037109375, + -0.0272369384765625, + 0.0157318115234375, + 0.038909912109375, + 0.016448974609375, + -0.0151214599609375, + 0.021484375, + 0.0008955001831054688, + 0.038543701171875, + -0.00672149658203125, + 0.045623779296875, + 0.0151214599609375, + -0.0209503173828125, + 0.0254669189453125, + -0.0014810562133789062, + 0.03448486328125, + -0.049530029296875, + 0.001712799072265625, + -0.0011444091796875, + 0.0038242340087890625, + 0.0017461776733398438, + 0.0228118896484375, + -0.03411865234375, + 0.011322021484375, + 0.05303955078125, + -0.07745361328125, + 0.028472900390625, + 0.031829833984375, + -0.018035888671875, + 0.03765869140625, + -0.0011997222900390625, + -0.0279388427734375, + 0.06646728515625, + -0.0054168701171875, + -0.0247650146484375, + -0.00112152099609375, + 0.01458740234375, + -0.040496826171875, + -0.030059814453125, + -0.026885986328125, + -0.01406097412109375, + 0.005062103271484375, + -0.0175018310546875, + 0.01007843017578125, + -0.0323486328125, + -0.018829345703125, + 0.0261688232421875, + 0.02581787109375, + -0.01016998291015625, + -0.0116729736328125, + 0.0445556640625, + -0.01406097412109375, + -0.0330810546875, + 0.027587890625, + 0.0261688232421875, + 0.00000858306884765625, + -0.01494598388671875, + -0.02264404296875, + -0.01520538330078125, + -0.0213165283203125, + -0.0229949951171875, + -0.003559112548828125, + -0.04632568359375, + -0.01458740234375, + -0.03289794921875, + 0.050567626953125, + 0.03253173828125, + 0.049530029296875, + 0.003559112548828125, + -0.037506103515625, + 0.02264404296875, + -0.05303955078125, + -0.0081787109375, + -0.0028743743896484375, + 0.0031604766845703125, + -0.0017681121826171875, + 0.062255859375, + 0.005550384521484375, + -0.0219268798828125, + -0.0167999267578125, + 0.030242919921875, + 0.01219940185546875, + -0.0013818740844726562, + -0.049163818359375, + 0.04473876953125, + 0.02777099609375, + -0.06646728515625, + -0.035186767578125, + -0.0125579833984375, + 0.0099029541015625, + 0.052001953125, + -0.072509765625, + -0.0134429931640625, + 0.0023651123046875, + -0.06402587890625, + -0.041748046875, + -0.035736083984375, + 0.00800323486328125, + -0.048095703125, + 0.022369384765625, + 0.0260009765625, + 0.0060577392578125, + 0.035552978515625, + 0.007472991943359375, + -0.0098114013671875, + 0.01520538330078125, + 0.00879669189453125, + -0.03253173828125, + 0.023345947265625, + -0.0587158203125, + -0.044219970703125, + -0.0245819091796875, + 0.01184844970703125, + -0.0198974609375, + 0.005260467529296875, + -0.019622802734375, + -0.02777099609375, + 0.00043392181396484375, + -0.047393798828125, + -0.0222015380859375, + -0.0238800048828125, + 0.0020771026611328125, + -0.033416748046875, + -0.0281219482421875, + 0.025115966796875, + 0.03643798828125, + 0.0023651123046875, + 0.0270538330078125, + 0.042449951171875, + -0.059783935546875, + 0.0224609375, + 0.0017023086547851562, + -0.018310546875, + -0.0099945068359375, + -0.011322021484375, + -0.01123046875, + -0.0115814208984375, + 0.0291748046875, + -0.0036029815673828125, + -0.0307769775390625, + -0.066162109375, + 0.02777099609375, + -0.049163818359375, + 0.00579071044921875, + -0.03131103515625, + -0.040313720703125, + -0.05377197265625, + -0.026519775390625, + 0.044403076171875, + 0.0219268798828125, + -0.01105499267578125, + -0.042266845703125, + -0.01617431640625, + 0.001712799072265625, + -0.061553955078125, + 0.032196044921875, + 0.0008897781372070312, + 0.0260009765625, + -0.0143280029296875, + -0.030242919921875, + 0.006809234619140625, + 0.007781982421875, + 0.04632568359375, + 0.0087127685546875, + 0.018829345703125, + -0.05908203125, + 0.024932861328125, + 0.00751495361328125, + -0.01264190673828125, + 0.0011110305786132812, + -0.017242431640625, + 0.0245819091796875, + -0.01617431640625, + -0.005970001220703125, + 0.011138916015625, + 0.04296875, + 0.0133514404296875, + 0.01317596435546875, + -0.04986572265625, + 0.03765869140625, + -0.0219268798828125, + 0.052703857421875, + -0.0252838134765625, + -0.037139892578125, + -0.00893402099609375, + 0.0270538330078125, + 0.035552978515625, + 0.03961181640625, + -0.003978729248046875, + -0.0330810546875, + 0.01529693603515625, + 0.052001953125, + -0.007694244384765625, + -0.05517578125, + -0.035369873046875, + -0.00879669189453125, + 0.01458740234375, + 0.0823974609375, + -0.0236968994140625, + 0.089111328125, + 0.0056610107421875, + -0.01003265380859375, + 0.041748046875, + 0.05657958984375, + 0.0167083740234375, + -0.0270538330078125, + -0.050933837890625, + -0.00738525390625, + 0.0175933837890625, + -0.040496826171875, + -0.0330810546875, + -0.0038242340087890625, + 0.048797607421875, + -0.0732421875, + -0.031463623046875, + -0.0159149169921875, + -0.00086212158203125, + 0.035369873046875, + 0.00711822509765625, + -0.008087158203125, + 0.0178680419921875, + 0.01406097412109375, + -0.03607177734375, + 0.0187530517578125, + -0.0081787109375, + -0.0254669189453125, + 0.056243896484375, + 0.0261688232421875, + -0.002166748046875, + 0.048797607421875, + 0.0281219482421875, + 0.0270538330078125, + 0.025115966796875, + 0.0548095703125, + 0.0288238525390625, + 0.0218353271484375, + 0.035552978515625, + 0.04632568359375, + -0.040679931640625, + -0.030059814453125, + -0.00202178955078125, + 0.0229949951171875, + 0.026885986328125, + 0.033599853515625, + 0.007694244384765625, + 0.029541015625, + 0.0187530517578125, + -0.04632568359375, + -0.0023441314697265625, + -0.0192718505859375, + -0.02423095703125, + -0.0133514404296875, + -0.031829833984375, + 0.01396942138671875, + -0.056243896484375, + 0.02581787109375, + -0.0256500244140625, + -0.03802490234375, + -0.0175018310546875, + 0.04296875, + -0.006500244140625, + -0.0413818359375, + 0.0394287109375, + -0.0184783935546875, + -0.024932861328125, + -0.0030727386474609375, + -0.031829833984375, + 0.0238800048828125, + -0.0238800048828125, + -0.07568359375, + -0.018035888671875, + 0.04156494140625, + -0.00667572021484375, + -0.05694580078125, + -0.0382080078125, + 0.0150299072265625, + -0.029541015625, + -0.0297088623046875, + -0.03271484375, + -0.00946044921875, + 0.0224609375, + -0.0132598876953125, + -0.0008511543273925781, + 0.00946044921875, + -0.016357421875, + -0.01441192626953125, + -0.0307769775390625, + -0.02264404296875, + 0.042266845703125, + -0.044036865234375, + 0.024932861328125, + -0.0025539398193359375, + 0.0193634033203125, + 0.0311279296875, + 0.057647705078125, + -0.0125579833984375, + -0.0198974609375, + -0.01123046875, + -0.0167083740234375, + 0.004421234130859375, + -0.0189208984375, + 0.00946044921875, + -0.0587158203125, + 0.00366973876953125, + 0.07147216796875, + -0.06683349609375, + 0.0201568603515625, + -0.00977325439453125, + -0.0124664306640625, + -0.052337646484375, + 0.019989013671875, + 0.01110076904296875, + -0.002254486083984375, + 0.06646728515625, + -0.004375457763671875, + -0.0290069580078125, + -0.007472991943359375, + -0.05517578125, + 0.07745361328125, + 0.0094146728515625, + 0.0017681121826171875, + -0.0281219482421875, + 0.052001953125, + -0.01175689697265625, + 0.007602691650390625, + 0.01441192626953125, + -0.07818603515625, + -0.00888824462890625, + 0.022369384765625, + 0.0224609375, + -0.01202392578125, + 0.01229095458984375, + -0.03271484375, + -0.050933837890625, + 0.0006852149963378906, + 0.0177764892578125, + 0.011138916015625, + 0.0270538330078125, + -0.0210418701171875, + -0.0413818359375, + -0.0143280029296875, + -0.04986572265625, + -0.0166168212890625, + -0.047027587890625, + 0.0452880859375, + 0.013702392578125, + -0.0548095703125, + 0.01352691650390625, + 0.006412506103515625, + 0.01065826416015625, + 0.026885986328125, + 0.06048583984375, + -0.05023193359375, + -0.014678955078125, + 0.02423095703125, + 0.051300048828125, + 0.003932952880859375, + -0.0017023086547851562, + 0.0013484954833984375, + 0.0185699462890625, + 0.0141448974609375, + -0.059783935546875, + 0.0211334228515625, + 0.0323486328125, + -0.01529693603515625, + -0.033782958984375, + -0.030242919921875, + -0.033416748046875, + 0.055877685546875, + -0.002895355224609375, + 0.052001953125, + 0.00711822509765625, + -0.0175933837890625, + -0.07354736328125, + 0.054473876953125, + -0.028472900390625, + 0.035552978515625, + 0.006984710693359375, + -0.026519775390625, + -0.057647705078125, + -0.04632568359375, + -0.0382080078125, + 0.0176849365234375, + -0.025115966796875, + 0.032012939453125, + 0.038909912109375, + -0.006191253662109375, + 0.035003662109375, + 0.0288238525390625, + 0.0220184326171875, + 0.0112762451171875, + 0.019622802734375, + -0.0343017578125, + 0.07818603515625, + -0.04315185546875, + 0.0036029815673828125, + -0.021392822265625, + 0.0305938720703125, + 0.01219940185546875, + -0.0000756382942199707, + -0.0297088623046875, + -0.00756072998046875, + 0.0298919677734375, + 0.0254669189453125, + -0.012908935546875, + 0.0003619194030761719, + -0.01812744140625, + -0.005062103271484375, + 0.0177764892578125, + -0.005062103271484375, + 0.01529693603515625, + 0.0211334228515625, + -0.044403076171875, + 0.0036258697509765625, + -0.040496826171875, + -0.0548095703125, + 0.0012159347534179688, + -0.051300048828125, + -0.0236968994140625, + -0.0124664306640625, + 0.01406097412109375, + 0.00800323486328125, + -0.0413818359375, + 0.0068511962890625, + 0.00689697265625, + -0.01140594482421875, + -0.002475738525390625, + -0.015655517578125, + -0.00928497314453125, + 0.04632568359375, + 0.024932861328125, + -0.035552978515625, + 0.0187530517578125, + -0.029541015625, + -0.044036865234375, + -0.0261688232421875, + 0.0323486328125, + -0.029541015625, + 0.0220184326171875, + -0.03094482421875, + -0.00514984130859375, + 0.026702880859375, + 0.018035888671875, + -0.00888824462890625, + -0.0298919677734375, + 0.0307769775390625, + -0.0305938720703125, + -0.045623779296875, + -0.0010614395141601562, + -0.0298919677734375, + -0.0219268798828125, + 0.037322998046875, + 0.00490570068359375, + 0.004375457763671875, + -0.0034923553466796875, + 0.047393798828125, + 0.0205078125, + 0.03839111328125, + -0.002056121826171875, + -0.0159149169921875, + 0.004199981689453125, + -0.02935791015625, + 0.029541015625, + 0.006587982177734375, + 0.0238800048828125, + -0.0103912353515625, + -0.0005970001220703125, + -0.00499725341796875, + -0.061553955078125, + 0.0018568038940429688, + -0.0167999267578125, + -0.06292724609375, + 0.01175689697265625, + 0.07781982421875, + 0.029541015625, + -0.01494598388671875, + 0.033416748046875, + 0.02069091796875, + 0.04119873046875, + 0.01910400390625, + -0.0247650146484375, + -0.0682373046875, + -0.00342559814453125, + 0.052337646484375, + 0.0362548828125, + -0.050933837890625, + 0.03094482421875, + 0.07818603515625, + -0.01654052734375, + -0.01361846923828125, + -0.019195556640625, + -0.0124664306640625, + 0.042449951171875, + 0.0343017578125, + 0.027587890625, + -0.057647705078125, + 0.0169830322265625, + 0.015655517578125, + -0.00756072998046875, + -0.0038909912109375, + -0.004375457763671875, + -0.043853759765625, + 0.02264404296875, + -0.045623779296875, + -0.0068511962890625, + 0.005237579345703125, + 0.0555419921875, + -0.01025390625, + -0.0311279296875, + -0.005970001220703125, + 0.018310546875, + 0.019012451171875, + 0.00689697265625, + 0.0024433135986328125, + 0.0176849365234375, + -0.0151214599609375, + 0.0205078125, + 0.048797607421875, + 0.0238800048828125, + 0.03839111328125, + 0.039794921875, + -0.01016998291015625, + 0.025115966796875, + 0.0176849365234375, + 0.00583648681640625, + -0.003692626953125, + -0.035888671875, + -0.01065826416015625, + -0.0587158203125, + 0.018035888671875, + 0.01229095458984375, + 0.0618896484375, + 0.01971435546875, + 0.0041351318359375, + 0.004688262939453125, + 0.014678955078125, + 0.0297088623046875, + 0.05908203125, + 0.0228118896484375, + 0.0134429931640625, + 0.005702972412109375, + 0.04156494140625, + -0.008270263671875, + -0.020599365234375, + 0.02423095703125, + -0.051300048828125, + -0.01458740234375, + -0.0433349609375, + -0.01300048828125, + -0.00977325439453125, + -0.01300048828125, + -0.0157318115234375, + -0.0298919677734375, + 0.0012493133544921875, + -0.044219970703125, + -0.057647705078125, + -0.0087127685546875, + 0.0445556640625, + -0.0452880859375, + 0.02423095703125, + 0.024932861328125, + 0.018035888671875, + 0.0256500244140625, + -0.0548095703125, + 0.08880615234375, + 0.043853759765625, + 0.03271484375, + -0.01264190673828125, + 0.010345458984375, + 0.035736083984375, + -0.01175689697265625, + -0.01264190673828125, + 0.0211334228515625, + -0.0159149169921875, + 0.039794921875, + 0.019805908203125, + 0.022552490234375, + -0.040130615234375, + 0.045989990234375, + -0.0143280029296875, + -0.062255859375, + 0.0243988037109375, + 0.00011259317398071289, + 0.01458740234375, + -0.0178680419921875, + -0.021484375, + 0.0125579833984375, + -0.055877685546875, + 0.03997802734375, + 0.0175018310546875, + -0.0179443359375, + 0.037139892578125, + -0.07745361328125, + 0.038726806640625, + 0.003116607666015625, + 0.05908203125, + -0.047027587890625, + 0.02777099609375, + 0.005878448486328125, + 0.005084991455078125, + -0.004730224609375, + 0.012908935546875, + -0.01450347900390625, + 0.0060577392578125, + -0.023345947265625, + 0.06329345703125, + 0.040313720703125, + 0.006500244140625, + -0.05023193359375, + -0.006099700927734375, + 0.01202392578125, + 0.012115478515625, + 0.060821533203125, + -0.019989013671875, + -0.0147705078125, + 0.0243988037109375, + 0.052337646484375, + 0.04669189453125, + -0.0211334228515625, + 0.005924224853515625, + -0.00003540515899658203, + 0.01450347900390625, + 0.0036468505859375, + -0.00888824462890625 + ], + "metadata": { + "domains": [ + "incident-response", + "malware-analysis" + ], + "phases": [ + "analysis" + ], + "tags": [ + "automation", + "threat-intel" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_dcfldd", + "type": "tool", + "name": "dcfldd", + "content": "dcfldd defense computer forensics lab dd erweitert das klassische dd um essenzielle forensische features. simultane hash-berechnung (md5, sha1, sha256) während des imaging spart zeit und garantiert integrität. status-output zeigt geschwindigkeit, verbleibende zeit und übertragene daten. split-on-the-fly für multi-volume-archives ohne zwischenspeicherung. pattern-wiping für sicheres löschen nach dod-standards. log-output dokumentiert jeden schritt für chain-of-custody. die verify-funktion prüft geschriebene daten sofort. besonders wertvoll: hashing einzelner blöcke für granulare integritätsprüfung, fortsetzen unterbrochener images, mehrere output-ziele gleichzeitig. die forensischen erweiterungen machen es zur ersten wahl für professionelle labore. syntax bleibt dd-kompatibel für einfachen umstieg. performance mit großen blockgrößen optimiert. die aktive entwicklung hält mit modernen anforderungen schritt. standard in vielen forensik-distributionen. command-line 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.002399444580078125, + 0.0101776123046875, + 0.031646728515625, + -0.0239410400390625, + 0.041534423828125, + 0.03521728515625, + 0.002437591552734375, + 0.002346038818359375, + -0.0088043212890625, + 0.01476287841796875, + -0.033966064453125, + 0.04449462890625, + 0.0095977783203125, + -0.0076446533203125, + -0.05780029296875, + 0.05230712890625, + -0.01291656494140625, + -0.00780487060546875, + 0.01824951171875, + 0.012969970703125, + -0.02203369140625, + -0.0017271041870117188, + -0.059478759765625, + 0.0115966796875, + -0.0020961761474609375, + 0.0007710456848144531, + -0.0253143310546875, + -0.08941650390625, + -0.0240478515625, + 0.01096343994140625, + -0.00780487060546875, + -0.0027942657470703125, + 0.0153961181640625, + 0.035430908203125, + 0.0014495849609375, + -0.0233001708984375, + -0.01023101806640625, + -0.03753662109375, + -0.01497650146484375, + 0.040496826171875, + -0.0341796875, + 0.01012420654296875, + 0.01255035400390625, + -0.017822265625, + -0.019195556640625, + -0.035430908203125, + 0.01255035400390625, + -0.019500732421875, + 0.0124969482421875, + -0.039215087890625, + 0.0221405029296875, + 0.0290985107421875, + 0.0049285888671875, + -0.0021610260009765625, + -0.049774169921875, + 0.035858154296875, + 0.03375244140625, + -0.023406982421875, + -0.039215087890625, + 0.06622314453125, + -0.043853759765625, + -0.006221771240234375, + -0.0042724609375, + -0.0264739990234375, + -0.006908416748046875, + 0.0103302001953125, + -0.030364990234375, + -0.0163421630859375, + 0.01186370849609375, + 0.0301513671875, + 0.004901885986328125, + -0.0200347900390625, + -0.002544403076171875, + 0.040283203125, + -0.0090179443359375, + -0.04364013671875, + 0.0140228271484375, + 0.0347900390625, + -0.0007414817810058594, + 0.005008697509765625, + -0.050628662109375, + 0.0242462158203125, + 0.0242462158203125, + -0.039642333984375, + -0.0248870849609375, + 0.0233001708984375, + 0.02056884765625, + 0.0024776458740234375, + -0.00980377197265625, + -0.000014543533325195312, + 0.01476287841796875, + -0.01739501953125, + 0.0221405029296875, + -0.02288818359375, + 0.03057861328125, + 0.048492431640625, + 0.00965118408203125, + 0.0151824951171875, + 0.017181396484375, + 0.043853759765625, + 0.041961669921875, + -0.0295257568359375, + 0.043243408203125, + 0.0064849853515625, + 0.058197021484375, + -0.0172882080078125, + 0.007488250732421875, + 0.0041656494140625, + -0.0272064208984375, + -0.0128631591796875, + -0.0733642578125, + -0.04345703125, + -0.0264739990234375, + -0.07171630859375, + -0.0036373138427734375, + -0.01497650146484375, + 0.0023193359375, + 0.053558349609375, + -0.023406982421875, + -0.0169830322265625, + 0.01265716552734375, + 0.028900146484375, + 0.00411224365234375, + 0.0144500732421875, + -0.04217529296875, + -0.0426025390625, + 0.0059051513671875, + 0.00213623046875, + -0.051239013671875, + -0.031219482421875, + -0.0023059844970703125, + -0.0209808349609375, + -0.01059722900390625, + -0.0140228271484375, + -0.0045623779296875, + -0.023834228515625, + 0.039215087890625, + -0.0080108642578125, + -0.0260467529296875, + -0.0010213851928710938, + 0.03204345703125, + -0.040496826171875, + -0.06915283203125, + 0.0276336669921875, + -0.0235137939453125, + -0.02783203125, + -0.0247802734375, + 0.0202484130859375, + -0.028045654296875, + -0.044921875, + 0.01038360595703125, + 0.02520751953125, + 0.050628662109375, + -0.0008172988891601562, + 0.01149749755859375, + -0.03204345703125, + -0.004192352294921875, + -0.0097503662109375, + 0.0184478759765625, + 0.001575469970703125, + -0.043853759765625, + 0.02362060546875, + -0.019195556640625, + 0.035430908203125, + -0.01244354248046875, + -0.0341796875, + -0.0241546630859375, + 0.021087646484375, + 0.008331298828125, + 0.00811767578125, + 0.0295257568359375, + -0.0201416015625, + 0.052093505859375, + 0.07843017578125, + 0.0211944580078125, + 0.02783203125, + 0.0010547637939453125, + 0.0115966796875, + 0.0394287109375, + 0.01476287841796875, + -0.03521728515625, + -0.0295257568359375, + 0.035003662109375, + -0.0026226043701171875, + 0.00875091552734375, + -0.023834228515625, + -0.0214080810546875, + 0.0272064208984375, + -0.0487060546875, + 0.03753662109375, + -0.0221405029296875, + -0.002056121826171875, + -0.0142364501953125, + 0.041961669921875, + -0.0036907196044921875, + 0.063720703125, + 0.03753662109375, + -0.01244354248046875, + 0.051666259765625, + -0.0194091796875, + -0.00421905517578125, + 0.006038665771484375, + -0.0008897781372070312, + 0.053131103515625, + 0.02825927734375, + 0.011444091796875, + -0.002544403076171875, + 0.033966064453125, + 0.036895751953125, + -0.040496826171875, + -0.021820068359375, + 0.030792236328125, + -0.0163421630859375, + -0.059051513671875, + -0.043853759765625, + -0.0227813720703125, + 0.0111236572265625, + -0.0227813720703125, + 0.00304412841796875, + -0.0186614990234375, + 0.006378173828125, + -0.0341796875, + 0.00701141357421875, + 0.01476287841796875, + -0.004825592041015625, + 0.033966064453125, + 0.006511688232421875, + -0.0293121337890625, + -0.059478759765625, + 0.0440673828125, + 0.00954437255859375, + 0.020660400390625, + -0.0130767822265625, + 0.006641387939453125, + 0.002925872802734375, + -0.0163421630859375, + 0.059478759765625, + 0.01096343994140625, + 0.0244598388671875, + -0.0103302001953125, + -0.014129638671875, + 0.043853759765625, + -0.028045654296875, + 0.033111572265625, + 0.01023101806640625, + -0.033538818359375, + 0.0186614990234375, + 0.01476287841796875, + 0.021087646484375, + 0.042388916015625, + -0.059906005859375, + -0.0019779205322265625, + -0.08563232421875, + 0.00545501708984375, + -0.06201171875, + -0.016876220703125, + -0.047454833984375, + -0.04681396484375, + 0.042816162109375, + -0.0295257568359375, + -0.040069580078125, + -0.00516510009765625, + 0.0253143310546875, + -0.0043487548828125, + 0.032470703125, + 0.00011861324310302734, + -0.04449462890625, + 0.0295257568359375, + 0.09027099609375, + -0.0036907196044921875, + 0.00026702880859375, + -0.03143310546875, + 0.030792236328125, + -0.021820068359375, + 0.038818359375, + -0.0293121337890625, + -0.01338958740234375, + 0.004718780517578125, + 0.0198211669921875, + 0.0151824951171875, + -0.0274200439453125, + 0.001964569091796875, + -0.006565093994140625, + 0.045562744140625, + -0.030792236328125, + 0.0007843971252441406, + -0.0012722015380859375, + 0.01291656494140625, + -0.0333251953125, + -0.068359375, + 0.0235137939453125, + 0.0297393798828125, + -0.0025043487548828125, + -0.0014562606811523438, + 0.00672149658203125, + -0.0333251953125, + 0.0007481575012207031, + 0.0091705322265625, + -0.01001739501953125, + 0.023193359375, + 0.0341796875, + -0.035003662109375, + -0.00025534629821777344, + -0.0032958984375, + 0.01486968994140625, + -0.05694580078125, + -0.04071044921875, + -0.0299530029296875, + -0.0253143310546875, + -0.04534912109375, + -0.028472900390625, + 0.0080108642578125, + -0.03204345703125, + -0.0030574798583984375, + -0.01070404052734375, + -0.00012683868408203125, + -0.025726318359375, + -0.017822265625, + 0.0194091796875, + -0.0246734619140625, + -0.044281005859375, + -0.01360321044921875, + 0.035430908203125, + 0.0084381103515625, + 0.0013580322265625, + -0.0010080337524414062, + 0.0055084228515625, + -0.0109100341796875, + 0.00759124755859375, + -0.00970458984375, + 0.046173095703125, + 0.0090179443359375, + 0.049560546875, + 0.0209808349609375, + 0.038177490234375, + 0.00347900390625, + 0.058624267578125, + 0.0193023681640625, + -0.013916015625, + -0.0188751220703125, + -0.0216217041015625, + 0.00811767578125, + 0.0333251953125, + -0.0177154541015625, + -0.018768310546875, + 0.01186370849609375, + -0.0163421630859375, + 0.009857177734375, + 0.026153564453125, + 0.016021728515625, + 0.0318603515625, + -0.036285400390625, + 0.01096343994140625, + 0.037109375, + 0.0156097412109375, + 0.09490966796875, + -0.0028076171875, + -0.028472900390625, + 0.00672149658203125, + 0.0225677490234375, + -0.00864410400390625, + -0.023193359375, + 0.0251007080078125, + 0.0169830322265625, + -0.002292633056640625, + 0.0216217041015625, + 0.0264739990234375, + 0.01381683349609375, + -0.005748748779296875, + -0.0099639892578125, + 0.0229949951171875, + -0.0099639892578125, + -0.003849029541015625, + 0.046600341796875, + 0.0269927978515625, + 0.02520751953125, + 0.032684326171875, + -0.030364990234375, + -0.021728515625, + -0.03143310546875, + -0.063720703125, + 0.0027942657470703125, + 0.055267333984375, + 0.01898193359375, + 0.052520751953125, + -0.019195556640625, + -0.053985595703125, + 0.0204620361328125, + -0.042816162109375, + 0.057373046875, + 0.028900146484375, + 0.019500732421875, + 0.03204345703125, + 0.01186370849609375, + 0.0085906982421875, + 0.0299530029296875, + 0.01593017578125, + 0.0297393798828125, + 0.019927978515625, + 0.03564453125, + 0.0042724609375, + -0.048919677734375, + 0.0140228271484375, + 0.037750244140625, + 0.0241546630859375, + 0.01708984375, + 0.022674560546875, + 0.002399444580078125, + 0.004638671875, + -0.0297393798828125, + 0.04132080078125, + 0.02435302734375, + -0.0019378662109375, + 0.0254058837890625, + -0.0216217041015625, + 0.0111236572265625, + -0.0487060546875, + -0.001377105712890625, + 0.0049285888671875, + 0.0088043212890625, + 0.0297393798828125, + 0.024566650390625, + -0.05145263671875, + -0.0162353515625, + 0.033538818359375, + -0.05694580078125, + 0.02667236328125, + 0.01117706298828125, + -0.046173095703125, + 0.0230865478515625, + -0.00927734375, + -0.06793212890625, + 0.004058837890625, + -0.033538818359375, + -0.021820068359375, + 0.0101776123046875, + 0.052947998046875, + -0.050811767578125, + -0.031646728515625, + -0.0394287109375, + -0.01739501953125, + -0.0221405029296875, + -0.0299530029296875, + 0.0297393798828125, + 0.0057220458984375, + -0.002716064453125, + 0.0269927978515625, + 0.063720703125, + -0.003124237060546875, + 0.001911163330078125, + 0.053131103515625, + -0.01123046875, + -0.053985595703125, + 0.041961669921875, + 0.01507568359375, + 0.00016641616821289062, + -0.0225677490234375, + -0.01371002197265625, + -0.006061553955078125, + 0.0090179443359375, + 0.00864410400390625, + 0.01486968994140625, + -0.051666259765625, + -0.048095703125, + -0.037750244140625, + 0.0233001708984375, + 0.003902435302734375, + 0.0290985107421875, + 0.0117034912109375, + -0.04132080078125, + 0.01001739501953125, + -0.046173095703125, + -0.057373046875, + 0.0188751220703125, + 0.0035858154296875, + -0.0237274169921875, + 0.07421875, + -0.032257080078125, + 0.0233001708984375, + -0.01824951171875, + 0.03607177734375, + 0.0184478759765625, + -0.01043701171875, + -0.04132080078125, + 0.035003662109375, + 0.03985595703125, + -0.0565185546875, + -0.0263671875, + -0.040283203125, + -0.009124755859375, + 0.0487060546875, + -0.06536865234375, + -0.013916015625, + -0.005115509033203125, + -0.059906005859375, + -0.040924072265625, + -0.0272064208984375, + -0.01328277587890625, + -0.0364990234375, + 0.03839111328125, + 0.0504150390625, + -0.004322052001953125, + 0.0269927978515625, + 0.011810302734375, + 0.00806427001953125, + 0.02203369140625, + 0.0011272430419921875, + -0.008697509765625, + 0.037750244140625, + -0.059478759765625, + -0.040283203125, + -0.0186614990234375, + 0.04132080078125, + -0.035003662109375, + -0.016876220703125, + 0.00347900390625, + -0.0379638671875, + 0.02783203125, + -0.054412841796875, + 0.006855010986328125, + -0.0230865478515625, + -0.0190887451171875, + -0.045562744140625, + -0.0193023681640625, + 0.00556182861328125, + 0.0194091796875, + -0.01360321044921875, + -0.00537872314453125, + 0.0155029296875, + -0.05145263671875, + 0.051239013671875, + 0.00965118408203125, + 0.005481719970703125, + -0.00556182861328125, + -0.01434326171875, + 0.006061553955078125, + 0.0153961181640625, + 0.0293121337890625, + -0.022247314453125, + -0.01280975341796875, + -0.059478759765625, + 0.024566650390625, + -0.00411224365234375, + -0.0036640167236328125, + -0.006801605224609375, + -0.0333251953125, + -0.07257080078125, + -0.0006852149963378906, + 0.026153564453125, + 0.011016845703125, + 0.002147674560546875, + -0.019195556640625, + -0.00025534629821777344, + -0.01222991943359375, + -0.019927978515625, + 0.054840087890625, + -0.0169830322265625, + 0.019500732421875, + 0.024566650390625, + -0.0265655517578125, + 0.026885986328125, + 0.01128387451171875, + 0.0043487548828125, + 0.0204620361328125, + -0.00237274169921875, + -0.0293121337890625, + 0.0097503662109375, + -0.012176513671875, + -0.035003662109375, + -0.0097503662109375, + -0.0269927978515625, + 0.0144500732421875, + -0.0227813720703125, + -0.01349639892578125, + 0.03668212890625, + 0.02288818359375, + 0.030364990234375, + -0.01049041748046875, + -0.0034008026123046875, + 0.020660400390625, + -0.00927734375, + 0.06201171875, + -0.01197052001953125, + -0.0411376953125, + 0.0161285400390625, + -0.01454925537109375, + 0.045562744140625, + 0.0394287109375, + -0.00838470458984375, + -0.0109100341796875, + -0.01898193359375, + 0.0394287109375, + -0.0208740234375, + -0.03375244140625, + -0.023406982421875, + 0.0109100341796875, + 0.0223541259765625, + 0.04071044921875, + -0.0012254714965820312, + 0.0687255859375, + -0.0021610260009765625, + 0.0295257568359375, + 0.059906005859375, + 0.058624267578125, + 0.037750244140625, + -0.021820068359375, + -0.068359375, + 0.01149749755859375, + 0.00759124755859375, + -0.04132080078125, + -0.050811767578125, + -0.0027942657470703125, + 0.07421875, + -0.042388916015625, + -0.0208740234375, + 0.004638671875, + -0.0177154541015625, + 0.023406982421875, + 0.0247802734375, + -0.01708984375, + 0.016021728515625, + 0.0015687942504882812, + -0.03289794921875, + -0.0165557861328125, + -0.014129638671875, + 0.00991058349609375, + 0.050811767578125, + 0.0565185546875, + -0.00382232666015625, + 0.031219482421875, + 0.00875091552734375, + 0.0209808349609375, + 0.0301513671875, + 0.01465606689453125, + 0.021728515625, + 0.0258331298828125, + 0.04534912109375, + 0.037109375, + 0.00907135009765625, + -0.0151824951171875, + 0.0208740234375, + 0.0333251953125, + 0.031005859375, + 0.060302734375, + 0.0221405029296875, + -0.00838470458984375, + -0.006855010986328125, + -0.0556640625, + -0.0130767822265625, + 0.00980377197265625, + 0.010650634765625, + -0.051239013671875, + -0.0235137939453125, + 0.010650634765625, + -0.035430908203125, + 0.057373046875, + 0.026885986328125, + -0.01465606689453125, + -0.0031375885009765625, + 0.0267791748046875, + 0.000606536865234375, + -0.032684326171875, + -0.006038665771484375, + -0.0299530029296875, + -0.03057861328125, + -0.042388916015625, + -0.028900146484375, + 0.024993896484375, + -0.03668212890625, + -0.04913330078125, + -0.037109375, + 0.03436279296875, + -0.0015354156494140625, + -0.0299530029296875, + -0.023406982421875, + -0.01898193359375, + -0.0158233642578125, + -0.042388916015625, + -0.043853759765625, + -0.01043701171875, + 0.01454925537109375, + -0.0286865234375, + 0.0216217041015625, + -0.01202392578125, + -0.034576416015625, + -0.0216217041015625, + -0.0207672119140625, + -0.0253143310546875, + 0.0293121337890625, + -0.035003662109375, + 0.04217529296875, + -0.00150299072265625, + 0.0167694091796875, + 0.03289794921875, + 0.06201171875, + -0.0229949951171875, + 0.005115509033203125, + -0.0221405029296875, + -0.04071044921875, + 0.02593994140625, + -0.00545501708984375, + 0.0167694091796875, + -0.054412841796875, + -0.01038360595703125, + 0.0440673828125, + -0.0611572265625, + 0.03143310546875, + -0.0030574798583984375, + -0.02130126953125, + -0.052734375, + -0.015289306640625, + 0.005588531494140625, + 0.00875091552734375, + 0.09490966796875, + 0.017608642578125, + -0.0037441253662109375, + -0.0175018310546875, + -0.0295257568359375, + 0.05145263671875, + 0.03375244140625, + 0.0472412109375, + -0.04364013671875, + 0.0230865478515625, + 0.0103302001953125, + -0.0255126953125, + 0.0124969482421875, + -0.069580078125, + 0.0103302001953125, + 0.04071044921875, + 0.0185546875, + -0.032684326171875, + -0.030364990234375, + -0.04071044921875, + -0.01275634765625, + -0.054412841796875, + 0.0202484130859375, + -0.00479888916015625, + -0.0019245147705078125, + -0.037109375, + -0.006748199462890625, + 0.00759124755859375, + -0.043243408203125, + -0.044708251953125, + -0.0533447265625, + 0.050628662109375, + -0.005695343017578125, + -0.0611572265625, + 0.04217529296875, + 0.01476287841796875, + 0.003795623779296875, + 0.01107025146484375, + 0.048492431640625, + -0.04766845703125, + 0.0193023681640625, + -0.01255035400390625, + 0.03057861328125, + 0.00806427001953125, + 0.0184478759765625, + 0.0011005401611328125, + 0.0258331298828125, + 0.03753662109375, + -0.0156097412109375, + 0.048492431640625, + 0.0082244873046875, + -0.0297393798828125, + -0.047454833984375, + -0.042388916015625, + -0.0165557861328125, + 0.03753662109375, + -0.02203369140625, + 0.059478759765625, + 0.01244354248046875, + -0.006908416748046875, + -0.1121826171875, + 0.054412841796875, + -0.044921875, + 0.04132080078125, + 0.021820068359375, + 0.003902435302734375, + -0.048919677734375, + -0.0267791748046875, + -0.0158233642578125, + 0.04345703125, + -0.0186614990234375, + 0.048919677734375, + 0.006748199462890625, + -0.004375457763671875, + -0.002227783203125, + -0.050811767578125, + -0.0045623779296875, + 0.054840087890625, + 0.00933074951171875, + -0.005985260009765625, + 0.047027587890625, + -0.0276336669921875, + 0.019500732421875, + -0.00021588802337646484, + -0.0010080337524414062, + 0.012603759765625, + 0.0030059814453125, + -0.0175018310546875, + -0.00875091552734375, + 0.021728515625, + 0.0518798828125, + -0.0109100341796875, + 0.00722503662109375, + -0.002727508544921875, + 0.0200347900390625, + -0.00759124755859375, + -0.0286865234375, + 0.007488250732421875, + 0.0036640167236328125, + -0.01007080078125, + -0.018768310546875, + -0.069580078125, + -0.09320068359375, + 0.0172882080078125, + -0.031005859375, + -0.018035888671875, + 0.0262603759765625, + 0.037750244140625, + 0.01270294189453125, + -0.01222991943359375, + 0.0032958984375, + -0.013916015625, + -0.013336181640625, + -0.054412841796875, + 0.0318603515625, + -0.01139068603515625, + 0.044921875, + 0.0007314682006835938, + -0.03607177734375, + 0.0364990234375, + -0.017822265625, + 0.00411224365234375, + -0.01349639892578125, + -0.0013179779052734375, + -0.0240478515625, + 0.0269927978515625, + -0.0657958984375, + -0.016448974609375, + 0.0202484130859375, + 0.03436279296875, + 0.0175018310546875, + -0.050628662109375, + 0.040069580078125, + -0.0172882080078125, + -0.058624267578125, + 0.026153564453125, + -0.023406982421875, + -0.030364990234375, + 0.023193359375, + -0.02783203125, + 0.01265716552734375, + -0.005115509033203125, + 0.0457763671875, + 0.041961669921875, + 0.039215087890625, + -0.0027675628662109375, + -0.0286865234375, + -0.01049041748046875, + -0.00545501708984375, + 0.0037689208984375, + 0.032257080078125, + 0.016021728515625, + 0.002437591552734375, + 0.00885772705078125, + -0.00028014183044433594, + -0.0999755859375, + -0.028900146484375, + -0.0379638671875, + -0.046600341796875, + 0.00922393798828125, + 0.10418701171875, + 0.021820068359375, + 0.01239013671875, + 0.0155029296875, + 0.07379150390625, + 0.01302337646484375, + 0.024993896484375, + -0.009124755859375, + -0.043243408203125, + -0.01123046875, + -0.01165008544921875, + 0.0144500732421875, + -0.04534912109375, + 0.02783203125, + 0.050628662109375, + -0.022247314453125, + -0.005218505859375, + -0.0108642578125, + 0.00817108154296875, + 0.0286865234375, + 0.048492431640625, + 0.0186614990234375, + -0.0565185546875, + 0.018341064453125, + 0.0124969482421875, + -0.01302337646484375, + 0.014129638671875, + 0.01096343994140625, + -0.009857177734375, + 0.049774169921875, + -0.066650390625, + -0.0172882080078125, + 0.00545501708984375, + 0.07379150390625, + 0.0005764961242675781, + -0.040283203125, + -0.0263671875, + 0.059051513671875, + 0.0274200439453125, + -0.0241546630859375, + 0.00722503662109375, + -0.03057861328125, + -0.0286865234375, + 0.0240478515625, + 0.038818359375, + -0.023834228515625, + 0.044921875, + 0.017822265625, + -0.043853759765625, + 0.0185546875, + -0.019195556640625, + 0.01038360595703125, + 0.0036373138427734375, + -0.0341796875, + -0.0274200439453125, + -0.069580078125, + 0.03436279296875, + 0.01038360595703125, + 0.0274200439453125, + 0.035858154296875, + -0.01059722900390625, + -0.00806427001953125, + 0.0153961181640625, + 0.0295257568359375, + 0.038604736328125, + 0.0240478515625, + 0.0089111328125, + 0.0006127357482910156, + 0.0153961181640625, + 0.03143310546875, + -0.0260467529296875, + 0.0267791748046875, + -0.03564453125, + -0.00429534912109375, + -0.050201416015625, + 0.00965118408203125, + 0.013916015625, + -0.0457763671875, + -0.006168365478515625, + -0.03057861328125, + 0.0093841552734375, + -0.0440673828125, + -0.024566650390625, + -0.0070648193359375, + 0.043853759765625, + -0.01971435546875, + 0.0188751220703125, + 0.020355224609375, + -0.0009622573852539062, + 0.004611968994140625, + -0.0472412109375, + 0.078857421875, + 0.031646728515625, + 0.01023101806640625, + -0.0066680908203125, + 0.017822265625, + 0.002780914306640625, + -0.00922393798828125, + 0.040496826171875, + 0.01708984375, + -0.050811767578125, + 0.0333251953125, + 0.044921875, + 0.01507568359375, + -0.041961669921875, + 0.0181427001953125, + 0.00954437255859375, + -0.021728515625, + 0.05780029296875, + 0.015289306640625, + 0.02783203125, + 0.00769805908203125, + -0.00907135009765625, + -0.0172882080078125, + -0.054412841796875, + 0.040283203125, + 0.00907135009765625, + 0.01291656494140625, + 0.053985595703125, + -0.0333251953125, + 0.0556640625, + -0.0082244873046875, + 0.04217529296875, + -0.0251007080078125, + 0.059906005859375, + -0.0095977783203125, + 0.00556182861328125, + 0.01898193359375, + 0.0020294189453125, + -0.0097503662109375, + 0.0233001708984375, + -0.01349639892578125, + 0.0750732421875, + 0.04071044921875, + -0.01012420654296875, + -0.0657958984375, + -0.0286865234375, + -0.0379638671875, + -0.01507568359375, + 0.028900146484375, + -0.048492431640625, + -0.01507568359375, + 0.0225677490234375, + 0.036285400390625, + 0.0750732421875, + -0.0208740234375, + 0.05609130859375, + -0.00922393798828125, + -0.00943756103515625, + 0.0004184246063232422, + -0.015289306640625 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "command-line", + "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_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.02374267578125, + 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.003864288330078125, + -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.02374267578125, + 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.0009660720825195312, + 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.02374267578125, + 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.030914306640625, + -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.06182861328125, + -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.02374267578125, + 0.003631591796875, + -0.0325927734375, + 0.01229095458984375, + -0.011871337890625, + 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.021881103515625, + -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.0019321441650390625, + 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.0154571533203125, + 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.0357666015625, + 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_grep", + "type": "tool", + "name": "grep", + "content": "grep klassisches unix-werkzeug zur zeilenfilterung, entwickelt 1973 von ken thompson zur schnellen suche nach regulären ausdrücken in dateien oder datenströmen. der name leitet sich vom ed‑kommando „g/re/p“ ab und spiegelt die funktionsweise wider: globaler ausdruck, zeile drucken. gnu grep unterstützt drei regex‑dialekte (bre, ere, pcre), farb‑highlighting und zero‑copy‑block‑pufferung für höchstgeschwindigkeit auch in riesigen logs. dank seiner pipe‑kompatibilität ist grep grundbaustein unzähliger dfir‑einzeiler zum parsen von artefakten, netzwerk‑flows und memory‑dumps. commandline regular-expressions piping filtering incident-response static-investigations examination analysis", + "embedding": [ + -0.0298919677734375, + 0.0235443115234375, + 0.0133056640625, + -0.005809783935546875, + 0.0341796875, + 0.0252838134765625, + 0.014434814453125, + 0.01351165771484375, + -0.01617431640625, + 0.0015993118286132812, + -0.040313720703125, + 0.064697265625, + 0.0399169921875, + 0.0137176513671875, + -0.022003173828125, + 0.036834716796875, + -0.032958984375, + 0.0018682479858398438, + -0.004657745361328125, + 0.018829345703125, + -0.01268768310546875, + -0.0143280029296875, + -0.04974365234375, + -0.0038890838623046875, + 0.0011386871337890625, + 0.0249786376953125, + 0.002750396728515625, + -0.0692138671875, + -0.0059356689453125, + 0.0183258056640625, + -0.005527496337890625, + -0.03192138671875, + 0.01351165771484375, + 0.0399169921875, + -0.0255889892578125, + -0.02886962890625, + 0.01141357421875, + -0.067138671875, + -0.004016876220703125, + 0.056488037109375, + -0.0399169921875, + 0.030914306640625, + 0.044830322265625, + -0.015960693359375, + -0.0094146728515625, + -0.027435302734375, + 0.048919677734375, + -0.00901031494140625, + 0.0012798309326171875, + -0.055267333984375, + 0.0221099853515625, + 0.015960693359375, + 0.0164794921875, + -0.039703369140625, + -0.051177978515625, + 0.015655517578125, + 0.049346923828125, + -0.02117919921875, + -0.037872314453125, + 0.04278564453125, + -0.03704833984375, + 0.0021114349365234375, + -0.00988006591796875, + -0.01007843017578125, + 0.0092620849609375, + 0.00665283203125, + -0.024566650390625, + -0.01453399658203125, + 0.0232391357421875, + 0.01617431640625, + 0.0229339599609375, + -0.024261474609375, + -0.00716400146484375, + 0.06634521484375, + -0.0143280029296875, + -0.05035400390625, + 0.0178070068359375, + 0.0270233154296875, + 0.004222869873046875, + -0.00988006591796875, + -0.03643798828125, + -0.00470733642578125, + 0.0386962890625, + -0.0234375, + -0.0197601318359375, + 0.01422882080078125, + 0.0276336669921875, + -0.02117919921875, + 0.01555633544921875, + 0.0030193328857421875, + 0.01253509521484375, + 0.00598907470703125, + -0.0006780624389648438, + -0.011566162109375, + 0.04052734375, + 0.043792724609375, + -0.0103912353515625, + -0.01340484619140625, + -0.0323486328125, + 0.009521484375, + 0.0130462646484375, + -0.000850677490234375, + 0.0513916015625, + 0.01161956787109375, + 0.05853271484375, + -0.0335693359375, + 0.01340484619140625, + -0.021392822265625, + 0.001842498779296875, + -0.0154571533203125, + -0.0970458984375, + -0.03521728515625, + -0.03521728515625, + -0.07208251953125, + -0.015350341796875, + -0.00606536865234375, + 0.0008573532104492188, + 0.037445068359375, + -0.037445068359375, + -0.036834716796875, + -0.00031828880310058594, + 0.0227203369140625, + -0.00818634033203125, + -0.00701141357421875, + -0.029266357421875, + -0.055267333984375, + -0.00875091552734375, + 0.0249786376953125, + -0.045440673828125, + -0.022216796875, + -0.014739990234375, + -0.00875091552734375, + -0.020263671875, + -0.0228271484375, + 0.00637054443359375, + -0.006114959716796875, + 0.0347900390625, + 0.01141357421875, + 0.0017910003662109375, + 0.0113067626953125, + 0.042572021484375, + -0.039520263671875, + -0.0221099853515625, + 0.009979248046875, + -0.00550079345703125, + -0.00885009765625, + -0.004375457763671875, + 0.05218505859375, + 0.01018524169921875, + -0.00281524658203125, + -0.0244598388671875, + 0.035614013671875, + 0.045867919921875, + 0.0212860107421875, + 0.0157623291015625, + -0.0487060546875, + 0.015045166015625, + -0.04400634765625, + 0.021697998046875, + -0.0276336669921875, + -0.01181793212890625, + 0.02947998046875, + -0.003940582275390625, + 0.01412200927734375, + 0.0244598388671875, + -0.04852294921875, + -0.0311126708984375, + -0.0143280029296875, + -0.0244598388671875, + 0.01300048828125, + 0.021392822265625, + -0.006603240966796875, + 0.032745361328125, + 0.08026123046875, + -0.020263671875, + 0.0164794921875, + -0.01120758056640625, + 0.01043701171875, + 0.0230255126953125, + 0.0264129638671875, + 0.0094146728515625, + -0.024871826171875, + 0.0180206298828125, + -0.01248931884765625, + 0.00470733642578125, + -0.007625579833984375, + -0.0165863037109375, + 0.001323699951171875, + -0.0076751708984375, + 0.05157470703125, + -0.01222991943359375, + -0.05487060546875, + -0.004119873046875, + 0.0423583984375, + -0.019439697265625, + 0.02886962890625, + 0.033966064453125, + -0.03009033203125, + 0.038482666015625, + -0.0192413330078125, + 0.01617431640625, + 0.02056884765625, + 0.00018787384033203125, + 0.025482177734375, + 0.050750732421875, + -0.015045166015625, + -0.00936126708984375, + 0.0399169921875, + 0.045654296875, + -0.0474853515625, + -0.0264129638671875, + 0.048309326171875, + -0.0073699951171875, + -0.018218994140625, + -0.0386962890625, + -0.033966064453125, + -0.00440216064453125, + -0.01483917236328125, + -0.01422882080078125, + -0.0197601318359375, + -0.0423583984375, + -0.04461669921875, + -0.0110015869140625, + 0.0124359130859375, + -0.007778167724609375, + 0.05157470703125, + 0.061004638671875, + -0.024566650390625, + 0.01904296875, + 0.0261993408203125, + -0.00383758544921875, + 0.03582763671875, + -0.01233673095703125, + 0.008697509765625, + 0.01074981689453125, + -0.032562255859375, + 0.052825927734375, + 0.01678466796875, + 0.015350341796875, + 0.01294708251953125, + -0.05853271484375, + 0.015960693359375, + -0.0240478515625, + 0.035400390625, + -0.005451202392578125, + -0.01678466796875, + 0.00391387939453125, + 0.0017652511596679688, + 0.032958984375, + 0.0487060546875, + -0.048919677734375, + -0.0164794921875, + -0.07366943359375, + -0.01090240478515625, + -0.0614013671875, + -0.054046630859375, + -0.052825927734375, + -0.0233306884765625, + 0.039703369140625, + -0.0023670196533203125, + 0.0091094970703125, + -0.00685882568359375, + 0.0323486328125, + -0.035614013671875, + 0.048919677734375, + 0.003429412841796875, + -0.0241546630859375, + 0.033172607421875, + 0.09539794921875, + -0.05157470703125, + -0.00506591796875, + -0.01320648193359375, + -0.0015163421630859375, + -0.007778167724609375, + 0.00823974609375, + -0.0113067626953125, + -0.03460693359375, + 0.0162811279296875, + -0.0009918212890625, + 0.0249786376953125, + -0.03460693359375, + -0.0121307373046875, + -0.006908416748046875, + 0.036041259765625, + -0.0106964111328125, + 0.0154571533203125, + 0.0017147064208984375, + 0.0018167495727539062, + 0.0042724609375, + -0.049957275390625, + -0.01739501953125, + 0.0462646484375, + -0.0016632080078125, + 0.00511932373046875, + 0.00988006591796875, + -0.052825927734375, + 0.01233673095703125, + 0.0203704833984375, + -0.0163726806640625, + 0.039093017578125, + 0.038482666015625, + -0.01453399658203125, + 0.002994537353515625, + -0.01995849609375, + 0.01708984375, + -0.0246734619140625, + -0.018829345703125, + -0.0032367706298828125, + 0.0111083984375, + -0.0487060546875, + -0.01279449462890625, + 0.042999267578125, + -0.026611328125, + 0.043182373046875, + 0.0011510848999023438, + 0.0006399154663085938, + -0.01049041748046875, + -0.042572021484375, + -0.02435302734375, + -0.0450439453125, + -0.041748046875, + -0.0282440185546875, + 0.053619384765625, + -0.0169830322265625, + -0.006473541259765625, + -0.01253509521484375, + 0.015655517578125, + -0.045654296875, + 0.00859832763671875, + -0.0209808349609375, + 0.046875, + 0.01514434814453125, + 0.0246734619140625, + 0.056915283203125, + 0.0236358642578125, + 0.03826904296875, + 0.051177978515625, + 0.0296783447265625, + -0.029266357421875, + -0.00289154052734375, + -0.00885009765625, + -0.0007486343383789062, + 0.026611328125, + -0.0244598388671875, + -0.0023670196533203125, + -0.017608642578125, + -0.01483917236328125, + 0.005039215087890625, + 0.0218048095703125, + 0.0474853515625, + 0.00391387939453125, + -0.018218994140625, + -0.0171966552734375, + 0.05096435546875, + -0.00534820556640625, + 0.09619140625, + 0.0031986236572265625, + -0.046875, + 0.0233306884765625, + 0.041961669921875, + -0.0146331787109375, + 0.036041259765625, + 0.0137176513671875, + 0.0106964111328125, + -0.008087158203125, + 0.028656005859375, + -0.0022258758544921875, + 0.028045654296875, + 0.003070831298828125, + 0.0137176513671875, + 0.01064300537109375, + -0.033172607421875, + -0.007114410400390625, + 0.05322265625, + 0.021697998046875, + 0.0075225830078125, + 0.033966064453125, + -0.01120758056640625, + -0.040313720703125, + -0.025787353515625, + -0.067138671875, + -0.003658294677734375, + 0.022613525390625, + 0.0024700164794921875, + 0.048919677734375, + -0.046875, + -0.060577392578125, + 0.041748046875, + -0.049530029296875, + 0.09210205078125, + 0.037872314453125, + 0.0201568603515625, + -0.01233673095703125, + -0.0183258056640625, + -0.00988006591796875, + 0.0162811279296875, + -0.0026607513427734375, + 0.039703369140625, + 0.0249786376953125, + 0.03826904296875, + -0.01007843017578125, + -0.030914306640625, + 0.00890350341796875, + 0.0166778564453125, + 0.0214996337890625, + -0.01202392578125, + 0.040130615234375, + 0.0200653076171875, + 0.0305023193359375, + -0.0192413330078125, + 0.036651611328125, + 0.019134521484375, + -0.01934814453125, + 0.0137176513671875, + -0.01233673095703125, + -0.0198516845703125, + -0.048095703125, + 0.015350341796875, + 0.01739501953125, + 0.0164794921875, + 0.0380859375, + 0.0311126708984375, + -0.04443359375, + -0.045867919921875, + 0.0347900390625, + -0.043609619140625, + -0.0108489990234375, + 0.0302886962890625, + -0.01678466796875, + 0.0284576416015625, + -0.0305023193359375, + -0.0777587890625, + 0.022003173828125, + -0.04339599609375, + -0.046478271484375, + 0.0214996337890625, + 0.0411376953125, + -0.05731201171875, + -0.00788116455078125, + -0.0556640625, + -0.02056884765625, + 0.01007843017578125, + -0.00859832763671875, + 0.05322265625, + -0.0146331787109375, + 0.0013885498046875, + 0.02313232421875, + 0.039306640625, + -0.020263671875, + -0.0008826255798339844, + 0.050567626953125, + -0.0113067626953125, + -0.04522705078125, + 0.00399017333984375, + -0.0230255126953125, + -0.0069580078125, + -0.033172607421875, + -0.0171966552734375, + 0.0027637481689453125, + 0.0249786376953125, + 0.0224151611328125, + 0.022003173828125, + -0.07080078125, + -0.0335693359375, + -0.01678466796875, + 0.08392333984375, + -0.0124359130859375, + 0.047698974609375, + 0.005016326904296875, + -0.052398681640625, + 0.032562255859375, + -0.053619384765625, + -0.02313232421875, + 0.02374267578125, + 0.01340484619140625, + -0.0178070068359375, + 0.035003662109375, + -0.033966064453125, + 0.0041961669921875, + -0.014739990234375, + 0.015045166015625, + 0.005397796630859375, + -0.012847900390625, + -0.042999267578125, + 0.061004638671875, + 0.019439697265625, + -0.0577392578125, + -0.027435302734375, + -0.0195465087890625, + -0.00037097930908203125, + 0.027435302734375, + -0.05609130859375, + -0.005908966064453125, + -0.0196533203125, + -0.0634765625, + -0.0209808349609375, + 0.0296783447265625, + -0.036041259765625, + -0.0165863037109375, + -0.001739501953125, + 0.0157623291015625, + -0.01340484619140625, + 0.0260009765625, + -0.0036334991455078125, + 0.0184173583984375, + 0.03826904296875, + 0.0177001953125, + -0.0023403167724609375, + 0.0018167495727539062, + -0.028045654296875, + -0.03643798828125, + -0.0015611648559570312, + 0.040313720703125, + -0.020477294921875, + 0.0200653076171875, + -0.01202392578125, + -0.019134521484375, + 0.030914306640625, + -0.0634765625, + -0.0060882568359375, + -0.004016876220703125, + -0.00447845458984375, + -0.03009033203125, + -0.03521728515625, + 0.001605987548828125, + 0.011871337890625, + -0.003582000732421875, + -0.00665283203125, + 0.0201568603515625, + -0.017303466796875, + 0.01934814453125, + 0.0284576416015625, + 0.00046706199645996094, + -0.00814056396484375, + -0.004222869873046875, + -0.00829315185546875, + 0.0028667449951171875, + 0.0335693359375, + -0.008087158203125, + -0.028656005859375, + -0.056915283203125, + 0.0272216796875, + 0.0128936767578125, + -0.01739501953125, + 0.009674072265625, + -0.0296783447265625, + -0.064697265625, + -0.0113067626953125, + 0.017608642578125, + 0.0235443115234375, + -0.032135009765625, + -0.0252838134765625, + -0.0215911865234375, + -0.03521728515625, + -0.04443359375, + 0.033782958984375, + -0.0214996337890625, + 0.020477294921875, + -0.0016889572143554688, + -0.0450439453125, + 0.035614013671875, + 0.05035400390625, + 0.0234375, + 0.01494598388671875, + 0.033966064453125, + -0.02056884765625, + 0.01514434814453125, + -0.005374908447265625, + -0.026611328125, + -0.004070281982421875, + -0.01248931884765625, + 0.011566162109375, + -0.0302886962890625, + -0.01161956787109375, + 0.00962066650390625, + 0.020477294921875, + 0.03070068359375, + -0.0240478515625, + -0.01555633544921875, + 0.037872314453125, + -0.0014581680297851562, + 0.0589599609375, + -0.0399169921875, + -0.046661376953125, + 0.0128936767578125, + 0.0057830810546875, + 0.039520263671875, + 0.017913818359375, + 0.0137176513671875, + -0.02435302734375, + -0.005474090576171875, + 0.0626220703125, + -0.0474853515625, + -0.0079345703125, + -0.08062744140625, + -0.00519561767578125, + -0.004886627197265625, + 0.06793212890625, + 0.011871337890625, + 0.055267333984375, + -0.004810333251953125, + -0.02886962890625, + 0.0016632080078125, + 0.0380859375, + 0.05853271484375, + -0.0201568603515625, + -0.03826904296875, + 0.015045166015625, + 0.0029296875, + -0.046875, + -0.037445068359375, + -0.0009465217590332031, + 0.047271728515625, + -0.0638427734375, + -0.01268768310546875, + -0.01453399658203125, + 0.0186309814453125, + 0.0268096923828125, + 0.028656005859375, + -0.0296783447265625, + 0.043609619140625, + 0.0163726806640625, + -0.05487060546875, + -0.01300048828125, + -0.0212860107421875, + 0.005962371826171875, + 0.0513916015625, + 0.032562255859375, + -0.0614013671875, + 0.054046630859375, + 0.006805419921875, + 0.0386962890625, + 0.018829345703125, + 0.02117919921875, + -0.007472991943359375, + 0.035614013671875, + 0.0230255126953125, + 0.04974365234375, + -0.0302886962890625, + -0.007419586181640625, + 0.028656005859375, + 0.052398681640625, + 0.042572021484375, + 0.0198516845703125, + 0.00916290283203125, + 0.009521484375, + -0.03643798828125, + -0.03887939453125, + 0.036651611328125, + 0.01136016845703125, + -0.015960693359375, + -0.01995849609375, + -0.0487060546875, + 0.02435302734375, + -0.02117919921875, + 0.00803375244140625, + 0.0004382133483886719, + -0.0462646484375, + -0.032958984375, + 0.0162811279296875, + -0.0195465087890625, + -0.05487060546875, + 0.039306640625, + -0.03192138671875, + 0.001880645751953125, + -0.041961669921875, + -0.00920867919921875, + 0.046661376953125, + -0.0209808349609375, + -0.08349609375, + -0.0423583984375, + 0.0311126708984375, + -0.01003265380859375, + -0.0305023193359375, + 0.00162506103515625, + 0.0178070068359375, + -0.0276336669921875, + -0.045440673828125, + -0.050140380859375, + -0.031524658203125, + 0.028656005859375, + -0.0305023193359375, + 0.012847900390625, + -0.0000635981559753418, + -0.01320648193359375, + -0.00788116455078125, + -0.0203704833984375, + -0.061004638671875, + 0.035614013671875, + -0.031524658203125, + 0.0215911865234375, + 0.0282440185546875, + 0.02056884765625, + 0.0215911865234375, + 0.05731201171875, + 0.0197601318359375, + -0.00946807861328125, + -0.01146697998046875, + -0.0634765625, + 0.0296783447265625, + 0.0000775456428527832, + -0.01146697998046875, + -0.036834716796875, + -0.01294708251953125, + 0.052398681640625, + -0.032135009765625, + 0.0015096664428710938, + -0.00614166259765625, + -0.001880645751953125, + -0.03070068359375, + 0.01177215576171875, + 0.0018930435180664062, + -0.0002830028533935547, + 0.10723876953125, + 0.0214996337890625, + -0.022216796875, + -0.01514434814453125, + -0.027435302734375, + 0.045654296875, + 0.0212860107421875, + 0.041961669921875, + -0.01161956787109375, + 0.0128936767578125, + 0.01222991943359375, + -0.0005373954772949219, + 0.0162811279296875, + -0.0880126953125, + 0.0031223297119140625, + 0.02252197265625, + -0.00399017333984375, + -0.0101318359375, + 0.00550079345703125, + -0.0195465087890625, + 0.0165863037109375, + -0.044219970703125, + 0.01361083984375, + -0.004299163818359375, + -0.0197601318359375, + -0.04522705078125, + -0.011871337890625, + -0.0215911865234375, + -0.0264129638671875, + -0.01678466796875, + -0.028656005859375, + 0.0196533203125, + 0.01171875, + -0.060577392578125, + 0.0250701904296875, + 0.01483917236328125, + 0.006549835205078125, + 0.0218963623046875, + 0.0247650146484375, + -0.05487060546875, + -0.00818634033203125, + 0.0051422119140625, + 0.02783203125, + 0.00606536865234375, + -0.0130462646484375, + 0.00716400146484375, + 0.0154571533203125, + 0.0072174072265625, + -0.039306640625, + 0.08062744140625, + 0.0227203369140625, + -0.01294708251953125, + -0.05853271484375, + -0.04443359375, + -0.0089569091796875, + 0.0169830322265625, + -0.00555419921875, + 0.033355712890625, + 0.0187225341796875, + -0.0214996337890625, + -0.07489013671875, + 0.04278564453125, + -0.0227203369140625, + 0.02252197265625, + 0.006473541259765625, + -0.0075225830078125, + -0.06549072265625, + -0.0487060546875, + -0.039703369140625, + 0.00399017333984375, + -0.00281524658203125, + 0.04461669921875, + 0.039306640625, + 0.005733489990234375, + 0.0270233154296875, + 0.01309967041015625, + -0.0028533935546875, + 0.02435302734375, + 0.040130615234375, + -0.05096435546875, + 0.04443359375, + -0.025787353515625, + 0.0162811279296875, + 0.0125885009765625, + 0.01708984375, + 0.0075225830078125, + 0.0034027099609375, + -0.040740966796875, + -0.01995849609375, + 0.039306640625, + 0.032135009765625, + -0.0178070068359375, + 0.006038665771484375, + -0.028045654296875, + 0.015045166015625, + -0.00321197509765625, + -0.0180206298828125, + 0.035003662109375, + -0.026611328125, + -0.044830322265625, + -0.01033782958984375, + -0.05487060546875, + -0.0880126953125, + -0.0164794921875, + -0.05157470703125, + -0.03131103515625, + 0.005680084228515625, + 0.0305023193359375, + 0.049530029296875, + -0.026092529296875, + 0.0276336669921875, + -0.0111541748046875, + -0.03009033203125, + -0.043182373046875, + 0.0175018310546875, + -0.0302886962890625, + 0.0296783447265625, + 0.040130615234375, + -0.0305023193359375, + 0.005832672119140625, + 0.00844573974609375, + -0.00122833251953125, + -0.0198516845703125, + 0.0051422119140625, + -0.043609619140625, + 0.0290679931640625, + -0.049957275390625, + -0.007778167724609375, + 0.0423583984375, + -0.00238037109375, + 0.0268096923828125, + -0.0140228271484375, + 0.049346923828125, + -0.04052734375, + -0.0614013671875, + 0.00988006591796875, + -0.017913818359375, + -0.0227203369140625, + 0.00470733642578125, + -0.01192474365234375, + -0.0089569091796875, + -0.000005125999450683594, + 0.036651611328125, + 0.0282440185546875, + 0.04095458984375, + 0.0247650146484375, + -0.022613525390625, + -0.0166778564453125, + -0.0017652511596679688, + 0.0282440185546875, + 0.00506591796875, + 0.0244598388671875, + -0.023956298828125, + -0.0048370361328125, + -0.01233673095703125, + -0.08636474609375, + -0.001880645751953125, + -0.032745361328125, + -0.050567626953125, + -0.01514434814453125, + 0.06671142578125, + 0.03765869140625, + -0.00685882568359375, + 0.0233306884765625, + 0.06182861328125, + 0.036224365234375, + 0.004425048828125, + 0.0023288726806640625, + -0.07122802734375, + -0.001247406005859375, + 0.004913330078125, + 0.012847900390625, + -0.08270263671875, + 0.05731201171875, + 0.054046630859375, + 0.01453399658203125, + -0.01192474365234375, + -0.0006618499755859375, + -0.0106964111328125, + 0.0171966552734375, + 0.03009033203125, + 0.013916015625, + -0.04400634765625, + 0.00859832763671875, + 0.0166778564453125, + -0.01351165771484375, + 0.0143280029296875, + -0.002201080322265625, + -0.0380859375, + 0.0577392578125, + -0.03070068359375, + 0.002391815185546875, + 0.007472991943359375, + 0.07208251953125, + 0.00946807861328125, + -0.052001953125, + -0.032562255859375, + 0.02783203125, + 0.01514434814453125, + -0.0026874542236328125, + 0.0017271041870117188, + 0.01525115966796875, + 0.00637054443359375, + -0.00519561767578125, + 0.046051025390625, + -0.00360870361328125, + 0.06756591796875, + 0.026611328125, + -0.077392578125, + 0.0305023193359375, + -0.042999267578125, + -0.006320953369140625, + -0.01320648193359375, + -0.044830322265625, + -0.04217529296875, + -0.05853271484375, + 0.0162811279296875, + 0.0110015869140625, + 0.052398681640625, + 0.032562255859375, + 0.0162811279296875, + 0.0140228271484375, + 0.0017271041870117188, + 0.0246734619140625, + 0.03521728515625, + 0.005832672119140625, + -0.00859832763671875, + 0.005756378173828125, + 0.01555633544921875, + 0.00772857666015625, + -0.032958984375, + 0.020477294921875, + -0.0276336669921875, + 0.023956298828125, + -0.029266357421875, + 0.0008153915405273438, + 0.01525115966796875, + -0.042999267578125, + -0.0113067626953125, + -0.014434814453125, + 0.0006651878356933594, + -0.0201568603515625, + -0.048919677734375, + 0.0034542083740234375, + 0.0250701904296875, + -0.025482177734375, + -0.01320648193359375, + 0.0073699951171875, + -0.0057830810546875, + 0.01094818115234375, + -0.046661376953125, + 0.04461669921875, + 0.01412200927734375, + 0.036834716796875, + 0.0103912353515625, + 0.0009403228759765625, + 0.01514434814453125, + -0.0021228790283203125, + 0.0268096923828125, + 0.0201568603515625, + -0.053619384765625, + 0.07940673828125, + 0.02374267578125, + 0.004299163818359375, + -0.036651611328125, + 0.0183258056640625, + 0.0113067626953125, + -0.033782958984375, + 0.0253753662109375, + 0.00901031494140625, + 0.033355712890625, + -0.0033512115478515625, + -0.0041961669921875, + 0.00039649009704589844, + -0.06182861328125, + 0.06512451171875, + 0.00901031494140625, + 0.0169830322265625, + 0.0192413330078125, + -0.0146331787109375, + 0.0634765625, + 0.0014200210571289062, + 0.054443359375, + -0.05218505859375, + 0.041961669921875, + -0.030914306640625, + -0.0154571533203125, + -0.0036334991455078125, + 0.00555419921875, + -0.007778167724609375, + 0.005474090576171875, + -0.015655517578125, + 0.07366943359375, + 0.028045654296875, + -0.0196533203125, + -0.037445068359375, + -0.01422882080078125, + -0.002239227294921875, + 0.005451202392578125, + 0.045867919921875, + -0.06793212890625, + -0.0264129638671875, + 0.004425048828125, + 0.04052734375, + 0.032562255859375, + 0.035614013671875, + 0.03131103515625, + 0.0009784698486328125, + -0.002277374267578125, + 0.03009033203125, + -0.0228271484375 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "commandline", + "regular-expressions", + "piping", + "filtering" + ], + "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_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_OnlyOffice", + "type": "tool", + "name": "OnlyOffice", + "content": "onlyoffice die kollaborationsfokussierte office-suite kombiniert microsoft-office- kompatibilität mit open-source-flexibilität für forensische team-arbeit. real-time-co-editing ermöglicht simultane report-erstellung durch mehrere ermittler. besonders wertvoll: version-history dokumentiert alle änderungen für audit-trails, comment-system koordiniert review-prozesse, pdf-forms für strukturierte evidence-collection. die plugin-architecture integriert mit nextcloud, owncloud für sichere file-sharing. macro-support (mit sicherheits-sandboxing) automatisiert repetitive analysen. advanced-mail-merge für bulk-correspondence. mathematical- formulas in spreadsheets für statistical-analysis. die self-hosted- deployment-option hält sensitive ermittlungsdaten in-house. enterprise-features: sso-integration, ldap-authentication, custom- branding für behördliche anforderungen. mobile-apps ermöglichen field-documentation. deutlich günstiger als microsoft-lizenzen bei vergleichbarer funktionalität. perfekte balance zwischen features und datenschutz für professionelle forensik-teams. office collaboration collaboration-general reporting", + "embedding": [ + -0.0207061767578125, + 0.0251922607421875, + 0.044281005859375, + 0.0079193115234375, + 0.036468505859375, + 0.04217529296875, + 0.044677734375, + 0.02252197265625, + -0.027679443359375, + 0.0028629302978515625, + -0.039703369140625, + 0.035888671875, + -0.01708984375, + -0.0115509033203125, + -0.05877685546875, + 0.060333251953125, + -0.0035305023193359375, + 0.023284912109375, + 0.0406494140625, + -0.005870819091796875, + -0.0176544189453125, + -0.0196533203125, + -0.05572509765625, + -0.01364898681640625, + -0.027679443359375, + 0.030548095703125, + -0.00501251220703125, + -0.07598876953125, + -0.0213775634765625, + 0.0005340576171875, + 0.0198516845703125, + -0.025390625, + -0.01178741455078125, + 0.0389404296875, + 0.0243377685546875, + -0.018890380859375, + -0.00098419189453125, + -0.06683349609375, + -0.04962158203125, + 0.019561767578125, + -0.01422119140625, + -0.00835418701171875, + 0.0362548828125, + 0.029205322265625, + -0.007541656494140625, + -0.027679443359375, + -0.0251922607421875, + -0.030731201171875, + -0.0032215118408203125, + -0.0297698974609375, + 0.0131683349609375, + 0.0211944580078125, + -0.0157470703125, + 0.00696563720703125, + -0.0257720947265625, + 0.0190887451171875, + -0.0027313232421875, + -0.0345458984375, + -0.047149658203125, + 0.0189971923828125, + -0.03472900390625, + 0.0115509033203125, + 0.0015392303466796875, + 0.0108795166015625, + 0.00634765625, + 0.0190887451171875, + -0.0250091552734375, + -0.020050048828125, + -0.018035888671875, + -0.0218505859375, + 0.0037708282470703125, + 0.04486083984375, + -0.03302001953125, + 0.0167083740234375, + -0.057647705078125, + -0.0389404296875, + 0.00830078125, + 0.047515869140625, + 0.003017425537109375, + 0.0126953125, + -0.062225341796875, + -0.0035076141357421875, + 0.03436279296875, + -0.02557373046875, + -0.04827880859375, + -0.02252197265625, + 0.0185089111328125, + 0.0223388671875, + 0.01107025146484375, + 0.0190887451171875, + 0.0419921875, + -0.0242462158203125, + 0.01441192626953125, + -0.04962158203125, + 0.03912353515625, + 0.045989990234375, + -0.00677490234375, + -0.0018968582153320312, + 0.0050811767578125, + 0.0227203369140625, + 0.0167999267578125, + -0.040283203125, + 0.048675537109375, + -0.0078277587890625, + 0.01145172119140625, + -0.03131103515625, + 0.01641845703125, + -0.00677490234375, + -0.0113067626953125, + -0.01187896728515625, + -0.102294921875, + -0.053436279296875, + -0.01546478271484375, + -0.06756591796875, + 0.0038661956787109375, + 0.009307861328125, + -0.004558563232421875, + 0.048492431640625, + -0.0372314453125, + -0.0214691162109375, + 0.02081298828125, + 0.01140594482421875, + -0.011932373046875, + 0.02252197265625, + -0.053436279296875, + -0.07025146484375, + 0.017364501953125, + 0.031494140625, + -0.04046630859375, + -0.0345458984375, + -0.0018014907836914062, + -0.041046142578125, + -0.007015228271484375, + -0.048492431640625, + -0.01488494873046875, + -0.02691650390625, + 0.036834716796875, + 0.005916595458984375, + 0.004962921142578125, + 0.0058441162109375, + 0.021087646484375, + -0.04351806640625, + -0.04962158203125, + -0.0107879638671875, + -0.04962158203125, + -0.0130767822265625, + -0.009307861328125, + 0.05572509765625, + -0.0259552001953125, + -0.0242462158203125, + -0.00620269775390625, + -0.0014677047729492188, + 0.053436279296875, + 0.01641845703125, + 0.0032215118408203125, + -0.00787353515625, + 0.0001424551010131836, + -0.013458251953125, + 0.040283203125, + 0.01364898681640625, + -0.00963592529296875, + 0.0205230712890625, + 0.0185089111328125, + 0.038177490234375, + 0.0036029815673828125, + -0.03472900390625, + -0.006252288818359375, + 0.0228118896484375, + -0.0175628662109375, + 0.0031490325927734375, + 0.0105438232421875, + -0.0017061233520507812, + 0.04962158203125, + 0.04486083984375, + -0.00539398193359375, + 0.050384521484375, + -0.01364898681640625, + -0.0139312744140625, + 0.044464111328125, + 0.01250457763671875, + -0.01178741455078125, + -0.01364898681640625, + 0.05535888671875, + 0.0074920654296875, + 0.003017425537109375, + -0.00467681884765625, + -0.036651611328125, + 0.005680084228515625, + -0.056121826171875, + 0.008544921875, + -0.0345458984375, + -0.0182342529296875, + -0.0212860107421875, + -0.00357818603515625, + 0.026336669921875, + 0.045623779296875, + 0.035308837890625, + 0.002635955810546875, + 0.0282440185546875, + -0.01450347900390625, + 0.0009303092956542969, + 0.017364501953125, + 0.004413604736328125, + 0.0176544189453125, + 0.0135498046875, + 0.01546478271484375, + -0.0020885467529296875, + 0.048095703125, + 0.019561767578125, + -0.033782958984375, + -0.0123138427734375, + 0.045989990234375, + -0.01641845703125, + -0.038360595703125, + -0.043701171875, + -0.0389404296875, + -0.01174163818359375, + -0.0071563720703125, + -0.017364501953125, + 0.02996826171875, + -0.0220489501953125, + -0.06719970703125, + -0.01259613037109375, + 0.02081298828125, + -0.00949859619140625, + 0.040283203125, + 0.036468505859375, + -0.005916595458984375, + -0.030731201171875, + -0.01107025146484375, + 0.01111602783203125, + 0.037994384765625, + -0.0297698974609375, + 0.027099609375, + -0.004962921142578125, + -0.044677734375, + 0.04351806640625, + 0.030731201171875, + 0.0176544189453125, + 0.0008587837219238281, + -0.0234832763671875, + 0.038177490234375, + -0.0041046142578125, + 0.048095703125, + 0.036651611328125, + -0.009735107421875, + 0.00949859619140625, + 0.00949859619140625, + 0.042938232421875, + 0.0309295654296875, + -0.0267181396484375, + -0.00730133056640625, + -0.08856201171875, + -0.00988006591796875, + -0.0660400390625, + -0.0221405029296875, + -0.038543701171875, + -0.060333251953125, + 0.06988525390625, + -0.035888671875, + -0.0005159378051757812, + -0.005725860595703125, + 0.0372314453125, + -0.0237579345703125, + 0.03302001953125, + 0.013458251953125, + -0.02862548828125, + 0.0174713134765625, + 0.07635498046875, + 0.0235748291015625, + -0.0257720947265625, + -0.00878143310546875, + 0.0227203369140625, + 0.01259613037109375, + 0.0003371238708496094, + -0.0244293212890625, + 0.00539398193359375, + 0.040283203125, + 0.03607177734375, + 0.0257720947265625, + -0.031890869140625, + 0.060333251953125, + 0.0015153884887695312, + 0.04522705078125, + -0.0416259765625, + -0.004772186279296875, + -0.009063720703125, + 0.01107025146484375, + -0.004032135009765625, + -0.053436279296875, + 0.029205322265625, + 0.059539794921875, + 0.00997161865234375, + -0.01555633544921875, + 0.0161285400390625, + -0.0199432373046875, + -0.01102447509765625, + 0.009307861328125, + -0.00963592529296875, + 0.035125732421875, + 0.04962158203125, + -0.0416259765625, + -0.00577545166015625, + -0.006298065185546875, + -0.0045318603515625, + -0.011260986328125, + -0.043701171875, + -0.010162353515625, + 0.00839996337890625, + -0.03759765625, + -0.01250457763671875, + 0.0265350341796875, + -0.024139404296875, + -0.00878143310546875, + -0.005462646484375, + 0.021575927734375, + -0.0389404296875, + -0.069091796875, + 0.01221466064453125, + -0.046966552734375, + -0.0196533203125, + -0.0219573974609375, + 0.04638671875, + 0.010498046875, + 0.0257720947265625, + -0.0085906982421875, + -0.031494140625, + -0.033782958984375, + 0.020233154296875, + -0.0157470703125, + 0.00806427001953125, + -0.006252288818359375, + 0.022613525390625, + 0.03472900390625, + 0.051544189453125, + 0.0028743743896484375, + 0.035125732421875, + 0.0182342529296875, + -0.020050048828125, + 0.0027923583984375, + 0.0288238525390625, + 0.01026153564453125, + 0.0341796875, + -0.00016260147094726562, + -0.023956298828125, + 0.014312744140625, + -0.037017822265625, + 0.030548095703125, + 0.0153656005859375, + 0.0311126708984375, + 0.0184173583984375, + -0.023101806640625, + 0.0079193115234375, + 0.045989990234375, + 0.02099609375, + 0.0931396484375, + -0.0251922607421875, + -0.03912353515625, + 0.0036258697509765625, + 0.0280609130859375, + -0.0237579345703125, + -0.032257080078125, + 0.04010009765625, + 0.0034122467041015625, + -0.0010442733764648438, + 0.0328369140625, + -0.020050048828125, + 0.0250091552734375, + -0.02337646484375, + -0.01708984375, + -0.00653839111328125, + -0.02386474609375, + -0.007205963134765625, + 0.0467529296875, + 0.036468505859375, + 0.03741455078125, + -0.0185089111328125, + -0.02032470703125, + -0.02691650390625, + -0.0538330078125, + -0.050384521484375, + 0.020904541015625, + 0.04791259765625, + 0.00988006591796875, + 0.057647705078125, + -0.01517486572265625, + -0.04925537109375, + 0.024810791015625, + -0.0189971923828125, + 0.07403564453125, + 0.0229034423828125, + 0.03570556640625, + 0.0341796875, + -0.0229034423828125, + 0.0119781494140625, + 0.042572021484375, + -0.001300811767578125, + 0.0033168792724609375, + 0.0078277587890625, + 0.0467529296875, + -0.001079559326171875, + -0.042388916015625, + 0.047332763671875, + 0.03265380859375, + 0.0152740478515625, + 0.007541656494140625, + 0.0176544189453125, + 0.0201416015625, + 0.0419921875, + -0.033203125, + 0.03912353515625, + 0.0191802978515625, + -0.040283203125, + -0.00412750244140625, + -0.006084442138671875, + 0.0175628662109375, + -0.041046142578125, + 0.0094451904296875, + 0.0018367767333984375, + 0.031494140625, + 0.00270843505859375, + 0.0290069580078125, + -0.00920867919921875, + 0.0012407302856445312, + 0.01178741455078125, + -0.056884765625, + 0.014312744140625, + 0.03131103515625, + -0.0183258056640625, + 0.0242462158203125, + -0.0174713134765625, + -0.0177459716796875, + 0.0265350341796875, + -0.0093994140625, + -0.0272979736328125, + 0.0086822509765625, + 0.02996826171875, + -0.059173583984375, + -0.033416748046875, + -0.0419921875, + -0.004962921142578125, + 0.00565338134765625, + -0.01422119140625, + 0.03302001953125, + 0.004749298095703125, + -0.01259613037109375, + 0.0179443359375, + 0.050018310546875, + 0.01479339599609375, + -0.0511474609375, + 0.048675537109375, + -0.00839996337890625, + -0.042572021484375, + 0.03167724609375, + 0.024810791015625, + 0.027679443359375, + -0.051544189453125, + -0.0189971923828125, + -0.00446319580078125, + 0.0182342529296875, + 0.0009665489196777344, + 0.00878143310546875, + -0.0257720947265625, + -0.041229248046875, + -0.033966064453125, + 0.0311126708984375, + 0.023101806640625, + 0.046966552734375, + -0.0250091552734375, + -0.0290069580078125, + 0.0257720947265625, + -0.04620361328125, + -0.04180908203125, + -0.0126953125, + 0.023193359375, + -0.0174713134765625, + 0.044677734375, + -0.0056304931640625, + 0.0012769699096679688, + -0.0251922607421875, + 0.072509765625, + 0.0199432373046875, + -0.022430419921875, + -0.048095703125, + 0.058013916015625, + 0.036834716796875, + -0.07177734375, + -0.01021575927734375, + -0.0034351348876953125, + -0.0130767822265625, + 0.033966064453125, + -0.0721435546875, + 0.00768280029296875, + 0.0152740478515625, + -0.059539794921875, + -0.044464111328125, + -0.03570556640625, + -0.005584716796875, + -0.03778076171875, + 0.0211944580078125, + 0.038177490234375, + -0.01259613037109375, + 0.01212310791015625, + -0.0015268325805664062, + 0.023956298828125, + 0.0205230712890625, + -0.0211944580078125, + -0.027862548828125, + 0.0197601318359375, + -0.057647705078125, + -0.01335906982421875, + 0.0018253326416015625, + 0.04827880859375, + -0.0204315185546875, + -0.012786865234375, + 0.00582122802734375, + -0.0244293212890625, + 0.056884765625, + -0.048492431640625, + 0.0059661865234375, + -0.02386474609375, + -0.03265380859375, + -0.0243377685546875, + -0.0160369873046875, + -0.0018253326416015625, + 0.00882720947265625, + 0.005702972412109375, + 0.0138397216796875, + 0.044097900390625, + -0.0721435546875, + 0.01727294921875, + 0.0182342529296875, + 0.001079559326171875, + -0.00412750244140625, + 0.0009722709655761719, + -0.00916290283203125, + -0.0011749267578125, + 0.0116424560546875, + -0.033203125, + -0.04620361328125, + -0.07403564453125, + 0.0328369140625, + -0.0234832763671875, + -0.01364898681640625, + -0.03875732421875, + -0.035308837890625, + -0.0477294921875, + -0.006298065185546875, + 0.0450439453125, + 0.039306640625, + 0.00768280029296875, + -0.010162353515625, + 0.0022068023681640625, + 0.0034122467041015625, + -0.005153656005859375, + 0.024627685546875, + -0.0251922607421875, + 0.005130767822265625, + 0.044097900390625, + -0.068359375, + 0.029388427734375, + 0.009307861328125, + 0.04962158203125, + 0.0008649826049804688, + 0.00098419189453125, + -0.039703369140625, + 0.0221405029296875, + -0.0223388671875, + -0.0303497314453125, + 0.0204315185546875, + -0.0250091552734375, + 0.00887298583984375, + -0.034942626953125, + -0.0054168701171875, + 0.00916290283203125, + 0.031890869140625, + -0.006298065185546875, + -0.0025539398193359375, + -0.00982666015625, + 0.0250091552734375, + 0.0041046142578125, + 0.06298828125, + -0.020050048828125, + -0.053070068359375, + 0.001682281494140625, + -0.00959014892578125, + 0.03472900390625, + 0.05230712890625, + -0.0229034423828125, + -0.026336669921875, + 0.0101165771484375, + 0.01403045654296875, + -0.01441192626953125, + -0.01812744140625, + -0.01326751708984375, + 0.005748748779296875, + 0.0223388671875, + 0.061859130859375, + 0.0131683349609375, + 0.095458984375, + -0.006679534912109375, + 0.0227203369140625, + 0.035308837890625, + 0.054962158203125, + 0.0274810791015625, + -0.038360595703125, + -0.072509765625, + 0.000017523765563964844, + 0.0108795166015625, + -0.033203125, + -0.0229034423828125, + -0.01035308837890625, + 0.0280609130859375, + -0.083251953125, + 0.00010138750076293945, + -0.031890869140625, + 0.0160369873046875, + -0.01030731201171875, + 0.0113067626953125, + 0.0085906982421875, + 0.00925445556640625, + 0.01488494873046875, + -0.041412353515625, + 0.016510009765625, + 0.0005698204040527344, + 0.017181396484375, + 0.04315185546875, + 0.01947021484375, + -0.0185089111328125, + 0.0389404296875, + -0.00011408329010009766, + 0.01021575927734375, + 0.04962158203125, + 0.0467529296875, + 0.0341796875, + 0.01288604736328125, + 0.053436279296875, + 0.06378173828125, + -0.0221405029296875, + -0.0244293212890625, + 0.01140594482421875, + 0.022430419921875, + 0.04925537109375, + 0.0511474609375, + -0.00920867919921875, + -0.0037212371826171875, + 0.0032215118408203125, + -0.0284423828125, + -0.0309295654296875, + 0.003459930419921875, + -0.017364501953125, + -0.0419921875, + -0.059173583984375, + 0.0219573974609375, + -0.04046630859375, + 0.0213775634765625, + 0.01221466064453125, + 0.006633758544921875, + -0.0030422210693359375, + 0.039886474609375, + -0.0182342529296875, + -0.039520263671875, + -0.0012645721435546875, + 0.004367828369140625, + -0.007778167724609375, + -0.03265380859375, + -0.0362548828125, + 0.017364501953125, + -0.007732391357421875, + -0.05230712890625, + 0.004581451416015625, + 0.01555633544921875, + -0.006870269775390625, + -0.018890380859375, + -0.00797271728515625, + 0.016510009765625, + 0.0015506744384765625, + -0.035125732421875, + -0.051910400390625, + -0.035491943359375, + 0.00429534912109375, + -0.0290069580078125, + -0.00897216796875, + -0.013458251953125, + -0.005893707275390625, + -0.00849151611328125, + -0.01727294921875, + 0.008636474609375, + 0.01947021484375, + -0.0311126708984375, + 0.033782958984375, + 0.0267181396484375, + 0.0288238525390625, + 0.050018310546875, + 0.0687255859375, + -0.0018253326416015625, + 0.0197601318359375, + -0.022613525390625, + -0.030548095703125, + 0.01059722900390625, + 0.011932373046875, + 0.0301666259765625, + -0.05078125, + 0.020904541015625, + 0.08056640625, + -0.0782470703125, + 0.031494140625, + 0.0204315185546875, + -0.0272979736328125, + -0.035491943359375, + 0.01035308837890625, + -0.0135498046875, + 0.039703369140625, + 0.0897216796875, + 0.035491943359375, + -0.02557373046875, + 0.004199981689453125, + -0.04180908203125, + 0.059173583984375, + 0.0284423828125, + 0.0176544189453125, + -0.02862548828125, + 0.0015506744384765625, + 0.00801849365234375, + -0.026336669921875, + 0.004486083984375, + -0.07861328125, + -0.0123138427734375, + 0.04925537109375, + -0.0009965896606445312, + -0.0207061767578125, + -0.0221405029296875, + -0.0328369140625, + -0.04217529296875, + -0.027679443359375, + 0.03607177734375, + 0.0272979736328125, + 0.02557373046875, + -0.024810791015625, + -0.0177459716796875, + 0.00696563720703125, + -0.053436279296875, + -0.034942626953125, + -0.0100250244140625, + 0.033416748046875, + 0.004581451416015625, + -0.022613525390625, + 0.0406494140625, + 0.0206146240234375, + -0.0135498046875, + -0.0017061233520507812, + 0.047332763671875, + -0.04217529296875, + 0.0191802978515625, + 0.0033397674560546875, + 0.029205322265625, + -0.022613525390625, + 0.00878143310546875, + 0.0032215118408203125, + 0.00925445556640625, + 0.050384521484375, + -0.0237579345703125, + 0.047515869140625, + 0.0229034423828125, + -0.027862548828125, + -0.0288238525390625, + -0.01517486572265625, + -0.035308837890625, + 0.056121826171875, + -0.011688232421875, + 0.0089263916015625, + -0.0018854141235351562, + -0.035125732421875, + -0.07403564453125, + 0.0130767822265625, + -0.0107879638671875, + -0.0063934326171875, + -0.00658416748046875, + -0.030731201171875, + -0.038360595703125, + -0.020904541015625, + -0.01149749755859375, + 0.0218505859375, + -0.02166748046875, + 0.02099609375, + -0.01149749755859375, + 0.0038661956787109375, + -0.013458251953125, + 0.005176544189453125, + -0.0152740478515625, + 0.042755126953125, + 0.00797271728515625, + -0.01174163818359375, + 0.0511474609375, + -0.0135498046875, + 0.017852783203125, + 0.01145172119140625, + -0.0229034423828125, + -0.0031490325927734375, + -0.018798828125, + -0.0198516845703125, + -0.00412750244140625, + 0.027862548828125, + 0.044464111328125, + -0.008544921875, + -0.0052032470703125, + -0.011260986328125, + -0.0033168792724609375, + 0.0197601318359375, + -0.0183258056640625, + -0.009063720703125, + 0.006443023681640625, + -0.038543701171875, + -0.03131103515625, + -0.046966552734375, + -0.10003662109375, + 0.011932373046875, + -0.054962158203125, + -0.0029468536376953125, + -0.0034122467041015625, + 0.044281005859375, + 0.03131103515625, + -0.0196533203125, + 0.0267181396484375, + -0.01508331298828125, + -0.01007080078125, + -0.0311126708984375, + 0.01441192626953125, + -0.0214691162109375, + 0.05841064453125, + 0.0135498046875, + -0.04962158203125, + 0.0303497314453125, + -0.011688232421875, + -0.01092529296875, + -0.0219573974609375, + 0.00298309326171875, + -0.0274810791015625, + 0.0220489501953125, + -0.07098388671875, + -0.0250091552734375, + 0.0240478515625, + 0.03436279296875, + 0.020904541015625, + -0.037017822265625, + 0.056121826171875, + -0.02862548828125, + -0.0633544921875, + 0.0096893310546875, + -0.0295867919921875, + -0.036834716796875, + 0.0212860107421875, + -0.003269195556640625, + 0.014984130859375, + 0.00039958953857421875, + 0.0265350341796875, + 0.01641845703125, + 0.0265350341796875, + 0.0152740478515625, + -0.020904541015625, + -0.004486083984375, + 0.01555633544921875, + 0.022430419921875, + 0.0372314453125, + 0.0328369140625, + -0.0021839141845703125, + 0.037994384765625, + -0.0113067626953125, + -0.0660400390625, + -0.01422119140625, + -0.037017822265625, + -0.044464111328125, + 0.0033168792724609375, + 0.10614013671875, + 0.033203125, + -0.00254058837890625, + 0.01727294921875, + 0.06683349609375, + 0.039306640625, + 0.0362548828125, + -0.02386474609375, + -0.05877685546875, + 0.0006771087646484375, + 0.01335906982421875, + 0.0176544189453125, + -0.05877685546875, + 0.0303497314453125, + 0.0477294921875, + 0.003387451171875, + -0.0228118896484375, + -0.01035308837890625, + 0.0079193115234375, + 0.05572509765625, + 0.0280609130859375, + -0.004486083984375, + -0.057647705078125, + 0.0199432373046875, + 0.01149749755859375, + 0.0017299652099609375, + -0.01068878173828125, + -0.00835418701171875, + -0.01508331298828125, + 0.036468505859375, + -0.056121826171875, + -0.00017523765563964844, + -0.00046515464782714844, + 0.06451416015625, + 0.0115966796875, + -0.04217529296875, + -0.02691650390625, + 0.053436279296875, + 0.0280609130859375, + -0.023193359375, + 0.01641845703125, + 0.002613067626953125, + -0.006488800048828125, + -0.0020999908447265625, + 0.053070068359375, + 0.00215911865234375, + 0.05877685546875, + 0.004749298095703125, + -0.040863037109375, + 0.05267333984375, + 0.0220489501953125, + 0.0362548828125, + -0.0130767822265625, + -0.044464111328125, + -0.01508331298828125, + -0.043701171875, + 0.033416748046875, + 0.00911712646484375, + 0.02862548828125, + 0.004486083984375, + 0.0108795166015625, + -0.0222320556640625, + 0.00579833984375, + 0.03472900390625, + 0.033416748046875, + 0.0094451904296875, + -0.0093536376953125, + -0.0052032470703125, + 0.0059661865234375, + 0.0139312744140625, + -0.0284423828125, + 0.019561767578125, + -0.036651611328125, + -0.02081298828125, + -0.0303497314453125, + 0.0192718505859375, + -0.0161285400390625, + -0.00844573974609375, + 0.00849151611328125, + -0.0222320556640625, + 0.0229949951171875, + -0.0362548828125, + -0.04010009765625, + 0.0090179443359375, + 0.01116943359375, + -0.015838623046875, + 0.041046142578125, + 0.00949859619140625, + -0.0272979736328125, + 0.012786865234375, + -0.05230712890625, + 0.0897216796875, + 0.0197601318359375, + 0.038543701171875, + 0.001216888427734375, + 0.0219573974609375, + 0.041229248046875, + 0.007205963134765625, + -0.027862548828125, + 0.0311126708984375, + -0.04046630859375, + 0.05078125, + 0.045440673828125, + -0.0052032470703125, + -0.04791259765625, + 0.00336456298828125, + -0.016510009765625, + -0.061859130859375, + 0.01102447509765625, + 0.0282440185546875, + 0.0071563720703125, + -0.0009899139404296875, + -0.01221466064453125, + 0.02691650390625, + -0.050384521484375, + 0.0633544921875, + 0.0288238525390625, + 0.0138397216796875, + 0.032440185546875, + -0.04180908203125, + 0.054962158203125, + 0.026336669921875, + 0.050384521484375, + -0.0235748291015625, + 0.069091796875, + -0.007541656494140625, + 0.0009064674377441406, + 0.0135498046875, + 0.016326904296875, + 0.00801849365234375, + 0.03131103515625, + -0.039703369140625, + 0.04010009765625, + 0.0280609130859375, + -0.0085906982421875, + -0.05877685546875, + -0.0167083740234375, + 0.004436492919921875, + 0.00577545166015625, + 0.039520263671875, + -0.03741455078125, + -0.00489044189453125, + 0.01149749755859375, + 0.04046630859375, + 0.05841064453125, + -0.00839996337890625, + 0.035888671875, + 0.00658416748046875, + -0.0201416015625, + -0.010162353515625, + -0.0244293212890625 + ], + "metadata": { + "domains": [ + "collaboration-general" + ], + "phases": [ + "reporting" + ], + "tags": [ + "office", + "collaboration" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Gephi", + "type": "tool", + "name": "Gephi", + "content": "gephi die open-source-netzwerkanalyseplattform visualisiert komplexe beziehungsgeflechte durch mächtige graph-algorithmen und interaktive darstellung. force-atlas-layout organisiert tausende nodes automatisch, modularity-clustering identifiziert communities, betweenness-centrality findet schlüsselfiguren in netzwerken. besonders wertvoll für fraud- investigations: import von csv/gexf-daten aus transaktions-logs, timeline-animation zeigt netzwerk-evolution, size/color-mapping nach attributen (geldbeträge, risikolevels). die statistics-panel berechnet graph-metriken automatisch. filter isolieren verdächtige subgraphen. export zu pdf/svg für reports. plugin-ecosystem erweitert für spezielle analysis-methoden. besonders stark bei großen datensätzen (100k+ nodes) wo andere tools versagen. die java-basis macht es cross-platform verfügbar. steile lernkurve aber unübertroffene visualisierungs-power für social-network-analysis und money-laundering-detection. graph-analysis visualization fraud-investigation network-forensics analysis", + "embedding": [ + -0.032073974609375, + 0.0097198486328125, + 0.053802490234375, + 0.0020503997802734375, + 0.0261688232421875, + 0.032257080078125, + 0.04052734375, + 0.00824737548828125, + -0.01511383056640625, + -0.00870513916015625, + -0.02294921875, + 0.0469970703125, + 0.0222015380859375, + -0.004444122314453125, + -0.0589599609375, + 0.059326171875, + 0.0097198486328125, + 0.032623291015625, + 0.01335906982421875, + -0.010040283203125, + 0.0002015829086303711, + 0.0007314682006835938, + -0.04052734375, + -0.00453948974609375, + 0.0218353271484375, + 0.0009098052978515625, + -0.01898193359375, + -0.06488037109375, + -0.0126190185546875, + -0.004467010498046875, + -0.0028324127197265625, + -0.0304107666015625, + -0.018341064453125, + 0.0311431884765625, + -0.00797271728515625, + -0.00020301342010498047, + -0.0009098052978515625, + -0.060821533203125, + -0.0274505615234375, + 0.0205535888671875, + 0.00021886825561523438, + -0.002925872802734375, + -0.001773834228515625, + -0.02874755859375, + -0.0223846435546875, + -0.04901123046875, + -0.00847625732421875, + -0.005390167236328125, + 0.0123443603515625, + -0.01483154296875, + 0.03924560546875, + 0.032989501953125, + 0.0305938720703125, + -0.0210113525390625, + -0.0272674560546875, + 0.014190673828125, + 0.0178680419921875, + -0.024322509765625, + -0.04718017578125, + 0.03631591796875, + -0.0074615478515625, + 0.0163116455078125, + -0.0120697021484375, + 0.0093536376953125, + 0.031707763671875, + 0.019073486328125, + -0.0254364013671875, + -0.0179595947265625, + 0.0281982421875, + -0.0032482147216796875, + 0.0269012451171875, + -0.0223846435546875, + 0.0233154296875, + 0.023040771484375, + -0.033721923828125, + -0.033721923828125, + -0.0016469955444335938, + 0.04071044921875, + -0.004283905029296875, + 0.007232666015625, + -0.051239013671875, + -0.0090789794921875, + 0.055267333984375, + -0.0269012451171875, + -0.019073486328125, + -0.0123443603515625, + 0.0307769775390625, + 0.0142822265625, + 0.0035247802734375, + 0.0180511474609375, + 0.00824737548828125, + -0.01290130615234375, + 0.036865234375, + -0.02008056640625, + 0.0408935546875, + 0.075927734375, + -0.0296630859375, + -0.01354217529296875, + -0.00293731689453125, + 0.014007568359375, + 0.0212860107421875, + -0.0276336669921875, + 0.053070068359375, + -0.01105499267578125, + 0.0560302734375, + -0.0175018310546875, + 0.0256195068359375, + -0.0223846435546875, + 0.0037078857421875, + -0.042938232421875, + -0.08990478515625, + -0.030029296875, + -0.0256195068359375, + -0.04974365234375, + -0.00994873046875, + 0.00594329833984375, + -0.01326751708984375, + 0.043487548828125, + -0.078857421875, + -0.04034423828125, + 0.044952392578125, + 0.01308441162109375, + -0.005710601806640625, + -0.004329681396484375, + -0.0394287109375, + -0.06488037109375, + 0.00865936279296875, + 0.03997802734375, + -0.044219970703125, + -0.024688720703125, + -0.0166778564453125, + -0.033721923828125, + 0.00801849365234375, + -0.0274505615234375, + 0.01335906982421875, + -0.01078033447265625, + 0.036102294921875, + -0.007694244384765625, + -0.013916015625, + -0.00879669189453125, + 0.024505615234375, + -0.0165863037109375, + -0.07666015625, + 0.0011348724365234375, + -0.0207366943359375, + -0.035552978515625, + -0.006359100341796875, + 0.032257080078125, + -0.0220184326171875, + 0.0021419525146484375, + -0.0078277587890625, + 0.0017271041870117188, + 0.06304931640625, + -0.00014102458953857422, + -0.007049560546875, + -0.0401611328125, + -0.0254364013671875, + -0.00626373291015625, + 0.034454345703125, + -0.031524658203125, + -0.00870513916015625, + 0.0209197998046875, + 0.0164947509765625, + 0.029296875, + -0.014556884765625, + -0.05047607421875, + -0.0379638671875, + -0.00006908178329467773, + 0.0158538818359375, + 0.00469970703125, + 0.003154754638671875, + 0.0021877288818359375, + 0.03997802734375, + 0.07147216796875, + -0.002452850341796875, + 0.023773193359375, + -0.01520538330078125, + -0.005573272705078125, + 0.044403076171875, + 0.0142822265625, + 0.004100799560546875, + -0.0020160675048828125, + 0.023956298828125, + 0.01335906982421875, + 0.035552978515625, + 0.00490570068359375, + -0.033721923828125, + -0.0013074874877929688, + -0.01036834716796875, + 0.0121612548828125, + -0.035003662109375, + -0.035552978515625, + -0.0304107666015625, + 0.024505615234375, + 0.0259857177734375, + 0.061553955078125, + 0.004791259765625, + -0.0126190185546875, + -0.00024628639221191406, + 0.0222930908203125, + 0.006908416748046875, + 0.01078033447265625, + -0.0117034912109375, + 0.045684814453125, + 0.0379638671875, + 0.024871826171875, + -0.01548004150390625, + 0.044219970703125, + 0.0162200927734375, + -0.0259857177734375, + 0.01280975341796875, + 0.056396484375, + -0.0125274658203125, + -0.004467010498046875, + -0.034271240234375, + -0.04644775390625, + -0.0016469955444335938, + -0.0157623291015625, + -0.01073455810546875, + -0.0124359130859375, + -0.0164031982421875, + -0.0379638671875, + -0.0269012451171875, + 0.042388916015625, + -0.0225677490234375, + 0.031524658203125, + 0.034820556640625, + -0.041473388671875, + 0.0170440673828125, + 0.007049560546875, + 0.02294921875, + 0.035736083984375, + -0.00843048095703125, + 0.00811004638671875, + 0.0009851455688476562, + -0.001819610595703125, + 0.0394287109375, + 0.05712890625, + 0.019989013671875, + 0.00011807680130004883, + -0.035186767578125, + 0.034271240234375, + -0.03631591796875, + 0.018890380859375, + 0.04608154296875, + -0.006816864013671875, + -0.01091766357421875, + 0.01409912109375, + 0.033355712890625, + 0.043304443359375, + -0.0390625, + 0.014739990234375, + -0.06671142578125, + 0.01308441162109375, + -0.0740966796875, + -0.0311431884765625, + -0.0281982421875, + -0.033538818359375, + 0.06451416015625, + -0.03851318359375, + -0.0091705322265625, + 0.0009212493896484375, + 0.025054931640625, + 0.0090789794921875, + 0.0296630859375, + -0.005619049072265625, + -0.0379638671875, + 0.007556915283203125, + 0.06744384765625, + -0.01059722900390625, + -0.0208282470703125, + 0.0074615478515625, + 0.0469970703125, + 0.0023956298828125, + 0.020172119140625, + 0.004055023193359375, + 0.01824951171875, + 0.024322509765625, + 0.018524169921875, + 0.0272674560546875, + -0.0176849365234375, + 0.00016057491302490234, + -0.0168609619140625, + 0.05859375, + -0.03814697265625, + -0.0175018310546875, + -0.0070037841796875, + 0.031890869140625, + 0.003940582275390625, + -0.0726318359375, + -0.0142822265625, + 0.0261688232421875, + 0.01446533203125, + -0.0090789794921875, + 0.0016927719116210938, + -0.04718017578125, + 0.030029296875, + -0.0150146484375, + -0.0164947509765625, + 0.03668212890625, + 0.05047607421875, + -0.06304931640625, + 0.0212860107421875, + 0.005344390869140625, + 0.0078277587890625, + -0.061553955078125, + -0.0212860107421875, + -0.00838470458984375, + 0.000041544437408447266, + -0.03631591796875, + -0.0093536376953125, + 0.031707763671875, + -0.043670654296875, + 0.00347900390625, + -0.004009246826171875, + -0.01055145263671875, + -0.032623291015625, + -0.042022705078125, + 0.00612640380859375, + -0.041107177734375, + -0.042205810546875, + -0.031890869140625, + 0.0582275390625, + 0.00359344482421875, + 0.0099945068359375, + -0.003940582275390625, + 0.01520538330078125, + -0.051605224609375, + 0.024871826171875, + 0.0010595321655273438, + 0.0212860107421875, + 0.023590087890625, + 0.055267333984375, + 0.044769287109375, + 0.0305938720703125, + 0.029296875, + 0.0806884765625, + 0.054168701171875, + -0.01953125, + 0.00750732421875, + 0.0263519287109375, + 0.01032257080078125, + 0.036102294921875, + -0.01548004150390625, + -0.0150146484375, + -0.0265350341796875, + -0.024688720703125, + 0.041290283203125, + 0.034820556640625, + 0.0270843505859375, + 0.03814697265625, + -0.0364990234375, + -0.032073974609375, + 0.04791259765625, + -0.01520538330078125, + 0.10614013671875, + -0.0124359130859375, + -0.043853759765625, + 0.00801849365234375, + 0.041107177734375, + -0.01363372802734375, + -0.01073455810546875, + 0.031890869140625, + -0.0258026123046875, + 0.0034084320068359375, + 0.024322509765625, + -0.0167694091796875, + 0.02911376953125, + -0.033355712890625, + -0.01354217529296875, + 0.041290283203125, + -0.01971435546875, + 0.01078033447265625, + 0.005390167236328125, + 0.01953125, + 0.019622802734375, + 0.0158538818359375, + -0.0626220703125, + -0.02008056640625, + -0.0469970703125, + -0.06781005859375, + 0.03814697265625, + 0.0307769775390625, + 0.0256195068359375, + 0.033721923828125, + -0.043853759765625, + -0.03997802734375, + 0.01345062255859375, + -0.019622802734375, + 0.060455322265625, + 0.0379638671875, + 0.0122528076171875, + 0.020172119140625, + -0.029296875, + -0.006771087646484375, + 0.0589599609375, + 0.034820556640625, + 0.05047607421875, + 0.061553955078125, + 0.0038928985595703125, + 0.03778076171875, + -0.024139404296875, + 0.032989501953125, + -0.0118865966796875, + 0.0270843505859375, + -0.0164947509765625, + 0.019622802734375, + 0.034454345703125, + 0.032257080078125, + -0.020355224609375, + 0.039794921875, + 0.029296875, + -0.03961181640625, + 0.0175933837890625, + -0.0274505615234375, + 0.0120697021484375, + -0.0462646484375, + 0.018524169921875, + 0.00994873046875, + 0.018157958984375, + 0.00824737548828125, + 0.004398345947265625, + -0.03759765625, + -0.00576019287109375, + 0.0096282958984375, + -0.05047607421875, + 0.020263671875, + -0.0016813278198242188, + -0.045318603515625, + 0.0233154296875, + -0.0174102783203125, + -0.023956298828125, + 0.03814697265625, + -0.0462646484375, + -0.0178680419921875, + 0.0281982421875, + 0.0394287109375, + -0.04791259765625, + -0.0210113525390625, + -0.0269012451171875, + -0.01308441162109375, + -0.005664825439453125, + -0.01483154296875, + 0.0216522216796875, + -0.01045989990234375, + 0.00119781494140625, + 0.0164031982421875, + 0.0269012451171875, + -0.0096282958984375, + -0.0276336669921875, + 0.0302276611328125, + -0.01299285888671875, + -0.0401611328125, + 0.0176849365234375, + 0.0254364013671875, + 0.0167694091796875, + -0.0208282470703125, + -0.030029296875, + -0.024322509765625, + 0.0259857177734375, + -0.001468658447265625, + 0.02984619140625, + -0.0261688232421875, + -0.019256591796875, + -0.023956298828125, + 0.032806396484375, + 0.004055023193359375, + 0.01271820068359375, + 0.0072784423828125, + -0.0582275390625, + 0.030029296875, + -0.06341552734375, + 0.0070953369140625, + -0.0094451904296875, + 0.002292633056640625, + -0.03631591796875, + 0.07073974609375, + -0.003040313720703125, + -0.0169525146484375, + 0.0016813278198242188, + 0.052337646484375, + 0.01073455810546875, + 0.006679534912109375, + -0.043853759765625, + 0.051239013671875, + -0.005367279052734375, + -0.06341552734375, + 0.0120697021484375, + -0.0221099853515625, + -0.00750732421875, + 0.03741455078125, + -0.043853759765625, + -0.020355224609375, + -0.002384185791015625, + -0.07000732421875, + -0.019622802734375, + -0.041290283203125, + -0.0307769775390625, + -0.04071044921875, + 0.0210113525390625, + 0.0123443603515625, + -0.0009560585021972656, + 0.01446533203125, + 0.032623291015625, + -0.014556884765625, + 0.0116119384765625, + -0.006862640380859375, + -0.0021190643310546875, + 0.006450653076171875, + -0.04937744140625, + -0.0172271728515625, + -0.00617218017578125, + 0.0254364013671875, + -0.0069580078125, + 0.0120697021484375, + 0.0078277587890625, + -0.0289306640625, + 0.0408935546875, + -0.01290130615234375, + -0.010040283203125, + -0.00792694091796875, + -0.0207366943359375, + -0.0209197998046875, + -0.04644775390625, + 0.00237274169921875, + 0.035186767578125, + -0.0006566047668457031, + 0.023773193359375, + 0.056396484375, + -0.02783203125, + -0.00598907470703125, + 0.034271240234375, + -0.0123443603515625, + 0.005413055419921875, + 0.0009784698486328125, + -0.0158538818359375, + -0.01363372802734375, + 0.04791259765625, + -0.033905029296875, + -0.04718017578125, + -0.08624267578125, + 0.033905029296875, + 0.00750732421875, + -0.0263519287109375, + -0.0276336669921875, + -0.033172607421875, + -0.0755615234375, + 0.0005931854248046875, + 0.041107177734375, + 0.0222930908203125, + 0.01165771484375, + -0.042755126953125, + -0.032440185546875, + -0.007785797119140625, + -0.053436279296875, + 0.0364990234375, + -0.00838470458984375, + 0.0228424072265625, + -0.009674072265625, + -0.01114654541015625, + 0.0274505615234375, + 0.032806396484375, + 0.02783203125, + 0.0002894401550292969, + 0.00467681884765625, + -0.0390625, + 0.02947998046875, + -0.01045989990234375, + -0.01557159423828125, + -0.0033168792724609375, + -0.0013017654418945312, + 0.0225677490234375, + -0.0390625, + -0.01096343994140625, + 0.018341064453125, + 0.005184173583984375, + 0.032440185546875, + -0.003570556640625, + -0.01326751708984375, + 0.023406982421875, + -0.01068878173828125, + 0.03668212890625, + -0.03631591796875, + -0.057861328125, + -0.0095367431640625, + 0.0018768310546875, + 0.03668212890625, + 0.04052734375, + -0.019622802734375, + -0.024688720703125, + -0.004009246826171875, + 0.03778076171875, + -0.0256195068359375, + -0.04718017578125, + -0.04901123046875, + 0.03997802734375, + 0.0177764892578125, + 0.0560302734375, + -0.0212860107421875, + 0.08404541015625, + 0.0191650390625, + -0.007415771484375, + 0.035369873046875, + 0.06964111328125, + 0.02349853515625, + -0.0205535888671875, + -0.050872802734375, + -0.004192352294921875, + 0.005527496337890625, + -0.07000732421875, + -0.053070068359375, + -0.01123809814453125, + 0.0272674560546875, + -0.0733642578125, + -0.005298614501953125, + -0.0267181396484375, + 0.01953125, + -0.00856781005859375, + 0.002384185791015625, + -0.020355224609375, + 0.019439697265625, + 0.032623291015625, + -0.018157958984375, + 0.00347900390625, + 0.0006074905395507812, + -0.011474609375, + 0.03668212890625, + 0.00875091552734375, + -0.0458984375, + 0.02801513671875, + -0.01446533203125, + 0.019256591796875, + 0.006359100341796875, + 0.053436279296875, + 0.030029296875, + 0.035186767578125, + 0.024871826171875, + 0.08697509765625, + -0.0259857177734375, + -0.024139404296875, + 0.00879669189453125, + 0.033538818359375, + 0.030029296875, + 0.0408935546875, + -0.0172271728515625, + 0.00576019287109375, + -0.018341064453125, + -0.0276336669921875, + -0.033538818359375, + -0.00020587444305419922, + -0.0101776123046875, + -0.035003662109375, + -0.04937744140625, + -0.006542205810546875, + -0.051239013671875, + 0.032257080078125, + 0.007232666015625, + -0.0364990234375, + -0.013916015625, + 0.00630950927734375, + -0.01317596435546875, + -0.032989501953125, + 0.0261688232421875, + -0.0098114013671875, + -0.033538818359375, + -0.0117034912109375, + -0.018157958984375, + 0.033905029296875, + -0.018707275390625, + -0.050872802734375, + -0.0123443603515625, + 0.0162200927734375, + -0.00576019287109375, + -0.041290283203125, + 0.0028324127197265625, + 0.035186767578125, + -0.0146484375, + -0.03668212890625, + -0.052703857421875, + -0.025238037109375, + -0.0027408599853515625, + -0.0259857177734375, + 0.0013933181762695312, + 0.009674072265625, + -0.036865234375, + -0.004489898681640625, + -0.0015201568603515625, + -0.01280975341796875, + 0.057861328125, + -0.042572021484375, + 0.023773193359375, + 0.00875091552734375, + 0.025054931640625, + 0.02874755859375, + 0.059326171875, + -0.00797271728515625, + -0.0164947509765625, + -0.006450653076171875, + -0.04034423828125, + 0.023773193359375, + -0.006496429443359375, + 0.0177764892578125, + -0.08441162109375, + 0.01345062255859375, + 0.02947998046875, + -0.055267333984375, + 0.0007715225219726562, + 0.028564453125, + -0.01317596435546875, + -0.04974365234375, + 0.0178680419921875, + -0.00608062744140625, + 0.0011167526245117188, + 0.08880615234375, + -0.00797271728515625, + 0.01290130615234375, + -0.005573272705078125, + -0.024871826171875, + 0.02874755859375, + 0.0213775634765625, + 0.04791259765625, + -0.041839599609375, + 0.0208282470703125, + 0.0267181396484375, + -0.032989501953125, + 0.0158538818359375, + -0.078125, + -0.018890380859375, + 0.024688720703125, + 0.0215606689453125, + 0.0116119384765625, + 0.007694244384765625, + -0.06561279296875, + -0.0051116943359375, + -0.03704833984375, + 0.0211029052734375, + -0.02008056640625, + 0.0272674560546875, + -0.055267333984375, + -0.02783203125, + 0.007415771484375, + -0.036865234375, + -0.03704833984375, + -0.033172607421875, + -0.0071868896484375, + 0.0117950439453125, + -0.045318603515625, + 0.0302276611328125, + 0.00621795654296875, + 0.00499725341796875, + 0.023956298828125, + 0.042022705078125, + -0.0121612548828125, + 0.0175018310546875, + 0.0094451904296875, + 0.033172607421875, + 0.0224761962890625, + 0.00617218017578125, + -0.00289154052734375, + -0.00481414794921875, + 0.007694244384765625, + -0.034271240234375, + 0.023773193359375, + 0.044586181640625, + 0.006862640380859375, + -0.0469970703125, + 0.0019931793212890625, + -0.03668212890625, + 0.04071044921875, + -0.0016584396362304688, + 0.051971435546875, + -0.0074615478515625, + -0.0207366943359375, + -0.078857421875, + 0.043670654296875, + -0.0305938720703125, + 0.0304107666015625, + 0.032440185546875, + -0.042755126953125, + -0.053802490234375, + -0.044586181640625, + -0.01898193359375, + 0.04754638671875, + -0.042938232421875, + 0.041107177734375, + 0.020172119140625, + 0.006679534912109375, + 0.02044677734375, + 0.025054931640625, + -0.00598907470703125, + 0.041656494140625, + 0.00617218017578125, + -0.045135498046875, + 0.0574951171875, + 0.0038242340087890625, + 0.0305938720703125, + 0.0175933837890625, + 0.0124359130859375, + -0.01557159423828125, + -0.0048828125, + -0.0272674560546875, + -0.01345062255859375, + 0.0220184326171875, + 0.060821533203125, + -0.00013315677642822266, + 0.0013818740844726562, + -0.0191650390625, + 0.0390625, + -0.00902557373046875, + -0.029296875, + 0.01280975341796875, + 0.0021762847900390625, + -0.019805908203125, + -0.0261688232421875, + -0.06964111328125, + -0.08990478515625, + -0.00608062744140625, + -0.04974365234375, + -0.01299285888671875, + -0.01032257080078125, + 0.0099945068359375, + 0.043853759765625, + -0.0379638671875, + 0.04034423828125, + 0.00025916099548339844, + -0.0209197998046875, + -0.034271240234375, + 0.0037078857421875, + -0.01165771484375, + 0.03131103515625, + 0.0161285400390625, + -0.011566162109375, + -0.0027294158935546875, + 0.0002663135528564453, + -0.001739501953125, + 0.01971435546875, + 0.0038013458251953125, + -0.02801513671875, + 0.020355224609375, + -0.091796875, + -0.0228424072265625, + 0.00806427001953125, + 0.00852203369140625, + 0.0096282958984375, + -0.0258026123046875, + 0.053802490234375, + -0.023223876953125, + -0.05047607421875, + 0.032257080078125, + 0.025238037109375, + -0.0169525146484375, + 0.033355712890625, + 0.006908416748046875, + -0.0098114013671875, + -0.00350189208984375, + 0.03924560546875, + 0.0272674560546875, + 0.035186767578125, + 0.03997802734375, + -0.01290130615234375, + 0.006404876708984375, + -0.0170440673828125, + 0.035003662109375, + 0.014923095703125, + 0.01409912109375, + 0.004123687744140625, + 0.0216522216796875, + -0.0122528076171875, + -0.08294677734375, + -0.0175018310546875, + -0.0170440673828125, + -0.074462890625, + 0.0021762847900390625, + 0.061920166015625, + 0.051605224609375, + -0.0115203857421875, + 0.043853759765625, + -0.00815582275390625, + 0.0309600830078125, + 0.01091766357421875, + -0.006633758544921875, + -0.06744384765625, + -0.024139404296875, + 0.0305938720703125, + 0.035186767578125, + -0.0582275390625, + 0.04901123046875, + 0.06597900390625, + -0.019256591796875, + -0.01345062255859375, + 0.005504608154296875, + -0.00373077392578125, + 0.061187744140625, + 0.03668212890625, + 0.030029296875, + -0.06781005859375, + 0.01096343994140625, + 0.01538848876953125, + -0.01335906982421875, + -0.02783203125, + -0.0212860107421875, + -0.04791259765625, + 0.06414794921875, + -0.03741455078125, + -0.0048370361328125, + -0.00598907470703125, + 0.052337646484375, + 0.0216522216796875, + -0.031524658203125, + 0.002532958984375, + 0.042938232421875, + 0.01898193359375, + -0.0150146484375, + 0.00603485107421875, + -0.0228424072265625, + 0.00499725341796875, + 0.0094451904296875, + 0.042388916015625, + 0.00580596923828125, + 0.0574951171875, + 0.011749267578125, + -0.04754638671875, + 0.0209197998046875, + 0.01317596435546875, + 0.024505615234375, + 0.00621795654296875, + -0.0222930908203125, + -0.02874755859375, + -0.04937744140625, + 0.02838134765625, + 0.033355712890625, + 0.02838134765625, + 0.01132965087890625, + -0.0034313201904296875, + -0.00884246826171875, + 0.0126190185546875, + 0.04754638671875, + 0.032623291015625, + 0.0210113525390625, + -0.025238037109375, + 0.0296630859375, + 0.01548004150390625, + -0.0010137557983398438, + -0.02044677734375, + 0.035186767578125, + -0.004306793212890625, + -0.005138397216796875, + -0.023590087890625, + 0.0008983612060546875, + 0.0073699951171875, + 0.002429962158203125, + -0.0263519287109375, + -0.032623291015625, + 0.0223846435546875, + -0.0173187255859375, + -0.0198974609375, + -0.004009246826171875, + 0.031524658203125, + -0.035186767578125, + 0.01308441162109375, + 0.032623291015625, + -0.0289306640625, + 0.0115203857421875, + -0.044952392578125, + 0.07147216796875, + 0.0226593017578125, + 0.034820556640625, + -0.0256195068359375, + 0.0305938720703125, + 0.05010986328125, + -0.0014972686767578125, + -0.01363372802734375, + 0.0261688232421875, + 0.01271820068359375, + 0.06005859375, + 0.0364990234375, + 0.01381683349609375, + -0.032989501953125, + 0.03778076171875, + 0.0267181396484375, + -0.03851318359375, + 0.0386962890625, + 0.0270843505859375, + -0.0020275115966796875, + -0.006450653076171875, + -0.0016813278198242188, + -0.00013887882232666016, + -0.044403076171875, + 0.0462646484375, + 0.03131103515625, + 0.007415771484375, + 0.0259857177734375, + -0.07037353515625, + 0.03997802734375, + -0.002452850341796875, + 0.03778076171875, + -0.04052734375, + 0.051239013671875, + 0.004283905029296875, + 0.005161285400390625, + -0.0160369873046875, + 0.006496429443359375, + 0.005596160888671875, + 0.061187744140625, + -0.014556884765625, + 0.053070068359375, + 0.0274505615234375, + -0.00897979736328125, + -0.0364990234375, + -0.0171356201171875, + 0.014556884765625, + 0.0174102783203125, + 0.0574951171875, + -0.06341552734375, + -0.032806396484375, + 0.01050567626953125, + 0.042755126953125, + 0.06005859375, + -0.024139404296875, + 0.00884246826171875, + 0.0070953369140625, + 0.007049560546875, + -0.0171356201171875, + -0.030029296875 + ], + "metadata": { + "domains": [ + "fraud-investigation", + "network-forensics" + ], + "phases": [ + "analysis" + ], + "tags": [ + "graph-analysis", + "visualization" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_REMnux", + "type": "tool", + "name": "REMnux", + "content": "remnux remnux ist eine auf ubuntu basierende linux‑distribution, die eine kuratierte sammlung frei verfügbarer tools für malware‑analyse, reverse engineering und speicherforensik in einer sofort einsatzbereiten vm vereint. sie erspart analyst:innen das mühsame zusammenstellen einzelner werkzeuge, da paketverwaltung, desktop‑integration und lab‑skripte bereits vorkonfiguriert sind. zu den integrierten highlights zählen unter anderem ghidra, radare2, volatility, stegdetect sowie diverse netzwerk‑ und sandboxing‑utilities, die regelmäßig in koordinierten releases aktualisiert werden. linux-distro toolkit reverse-engineering virtualization malware-analysis incident-response network-forensics examination analysis", + "embedding": [ + -0.0181427001953125, + 0.031829833984375, + 0.0273895263671875, + -0.0163421630859375, + 0.042449951171875, + 0.0149688720703125, + 0.0018444061279296875, + -0.001293182373046875, + -0.0382080078125, + -0.00644683837890625, + -0.0301361083984375, + 0.027801513671875, + 0.01380157470703125, + -0.01580810546875, + -0.035247802734375, + 0.0212249755859375, + -0.005359649658203125, + -0.003025054931640625, + -0.0006866455078125, + 0.0159149169921875, + -0.0249481201171875, + -0.028656005859375, + -0.055206298828125, + -0.02886962890625, + -0.0102386474609375, + 0.00727081298828125, + -0.01369476318359375, + -0.0950927734375, + -0.01161956787109375, + -0.0033969879150390625, + -0.020477294921875, + -0.029937744140625, + 0.0037937164306640625, + 0.0200653076171875, + 0.004245758056640625, + -0.0312042236328125, + 0.0010547637939453125, + -0.036712646484375, + -0.02642822265625, + 0.08233642578125, + -0.002002716064453125, + 0.00572967529296875, + 0.01666259765625, + -0.0252685546875, + -0.0232391357421875, + -0.044158935546875, + 0.00732421875, + -0.01103973388671875, + 0.00705718994140625, + -0.04925537109375, + 0.040557861328125, + 0.00572967529296875, + 0.01061248779296875, + -0.04669189453125, + -0.05816650390625, + 0.0032501220703125, + 0.0307769775390625, + -0.02886962890625, + -0.046905517578125, + 0.0309906005859375, + -0.033966064453125, + -0.038848876953125, + -0.004512786865234375, + -0.016876220703125, + 0.0167694091796875, + 0.033538818359375, + -0.013214111328125, + -0.0307769775390625, + 0.0074310302734375, + 0.0133209228515625, + 0.0216522216796875, + 0.01050567626953125, + -0.01220703125, + 0.037567138671875, + -0.0430908203125, + -0.040557861328125, + 0.003978729248046875, + 0.01019287109375, + 0.01549530029296875, + 0.00817108154296875, + -0.014434814453125, + -0.0038471221923828125, + 0.04583740234375, + -0.0123138427734375, + -0.0263214111328125, + -0.006740570068359375, + 0.0189971923828125, + -0.00019407272338867188, + 0.01226043701171875, + -0.027069091796875, + 0.03289794921875, + 0.007640838623046875, + 0.02484130859375, + -0.0364990234375, + 0.0261077880859375, + 0.040557861328125, + -0.02313232421875, + -0.01560211181640625, + -0.0341796875, + 0.0245208740234375, + 0.0316162109375, + -0.036102294921875, + 0.0303497314453125, + -0.0048828125, + 0.0133209228515625, + -0.034820556640625, + -0.01380157470703125, + 0.0030117034912109375, + -0.0031585693359375, + -0.0018177032470703125, + -0.0836181640625, + -0.0116729736328125, + -0.032470703125, + -0.042877197265625, + -0.00615692138671875, + 0.01183319091796875, + -0.0029582977294921875, + 0.03546142578125, + -0.05328369140625, + -0.0657958984375, + 0.0312042236328125, + 0.00785064697265625, + -0.016021728515625, + 0.0159149169921875, + -0.053924560546875, + -0.04669189453125, + -0.0183563232421875, + 0.0303497314453125, + -0.032684326171875, + -0.001552581787109375, + -0.0303497314453125, + -0.031402587890625, + -0.038848876953125, + -0.01019287109375, + -0.0018444061279296875, + -0.04437255859375, + 0.025360107421875, + 0.0072174072265625, + -0.0238800048828125, + 0.02069091796875, + 0.0594482421875, + -0.0267486572265625, + -0.0305633544921875, + 0.0113067626953125, + -0.01824951171875, + 0.0178375244140625, + -0.0051727294921875, + 0.06622314453125, + -0.01358795166015625, + 0.01549530029296875, + -0.01204681396484375, + 0.02801513671875, + 0.043304443359375, + 0.006130218505859375, + -0.0074310302734375, + -0.05731201171875, + -0.007801055908203125, + 0.00626373291015625, + 0.033966064453125, + 0.003978729248046875, + -0.005573272705078125, + -0.0165557861328125, + 0.0086517333984375, + 0.01284027099609375, + -0.002414703369140625, + -0.045013427734375, + -0.0214385986328125, + -0.0238800048828125, + 0.024200439453125, + -0.0005936622619628906, + 0.02972412109375, + 0.0189971923828125, + 0.053497314453125, + 0.050537109375, + -0.0133209228515625, + 0.036102294921875, + -0.00533294677734375, + 0.0043792724609375, + 0.027069091796875, + 0.01369476318359375, + -0.035247802734375, + -0.023773193359375, + 0.047760009765625, + -0.0012607574462890625, + 0.021759033203125, + 0.0022029876708984375, + -0.01560211181640625, + -0.0364990234375, + -0.014434814453125, + 0.0176239013671875, + -0.024627685546875, + -0.0043792724609375, + -0.007747650146484375, + 0.0094451904296875, + -0.01071929931640625, + 0.0560302734375, + 0.032257080078125, + -0.0179443359375, + 0.05242919921875, + -0.00019156932830810547, + -0.00197601318359375, + 0.022613525390625, + 0.0284423828125, + 0.0307769775390625, + 0.0211181640625, + 0.0019235610961914062, + 0.024200439453125, + 0.039276123046875, + 0.0165557861328125, + -0.00949859619140625, + -0.0207977294921875, + 0.06964111328125, + -0.010986328125, + -0.0159149169921875, + -0.029510498046875, + -0.020477294921875, + 0.0169830322265625, + -0.00554656982421875, + 0.0207977294921875, + 0.0020294189453125, + -0.0225067138671875, + -0.018890380859375, + 0.019744873046875, + 0.0341796875, + -0.00543975830078125, + 0.0430908203125, + 0.018463134765625, + -0.03863525390625, + -0.024200439453125, + 0.03692626953125, + 0.0041656494140625, + 0.054779052734375, + 0.0176239013671875, + -0.00817108154296875, + -0.031402587890625, + -0.020477294921875, + 0.025787353515625, + 0.03375244140625, + 0.01708984375, + 0.0066070556640625, + -0.01194000244140625, + -0.006420135498046875, + -0.0303497314453125, + 0.05072021484375, + 0.01751708984375, + 0.0003466606140136719, + 0.0008425712585449219, + -0.005146026611328125, + 0.03692626953125, + 0.0657958984375, + -0.06878662109375, + -0.0179443359375, + -0.05902099609375, + -0.0015659332275390625, + -0.05987548828125, + -0.0192108154296875, + -0.01337432861328125, + -0.0305633544921875, + 0.061126708984375, + -0.02197265625, + -0.036285400390625, + 0.000457763671875, + 0.0254669189453125, + -0.0038471221923828125, + 0.05413818359375, + -0.0014858245849609375, + -0.0271759033203125, + 0.00443267822265625, + 0.05987548828125, + -0.0161285400390625, + -0.024200439453125, + -0.010772705078125, + -0.0238800048828125, + 0.004695892333984375, + -0.01141357421875, + -0.0018968582153320312, + -0.014862060546875, + 0.037353515625, + 0.0228271484375, + 0.027801513671875, + -0.0180511474609375, + 0.006900787353515625, + -0.006130218505859375, + 0.062408447265625, + -0.026214599609375, + 0.0042724609375, + 0.0017251968383789062, + -0.00795745849609375, + 0.003978729248046875, + -0.043304443359375, + -0.0003249645233154297, + 0.0309906005859375, + 0.007587432861328125, + 0.02557373046875, + -0.00371551513671875, + -0.06536865234375, + 0.013427734375, + -0.0146484375, + 0.00666046142578125, + 0.00849151611328125, + 0.02239990234375, + -0.03948974609375, + 0.01528167724609375, + -0.0165557861328125, + 0.0176239013671875, + -0.0263214111328125, + -0.042022705078125, + 0.00849151611328125, + 0.01294708251953125, + -0.03948974609375, + -0.00917816162109375, + 0.010345458984375, + -0.038848876953125, + 0.0042724609375, + -0.025360107421875, + -0.01039886474609375, + -0.04754638671875, + -0.05157470703125, + 0.01708984375, + -0.0305633544921875, + -0.01953125, + -0.01082611083984375, + 0.040557861328125, + -0.0063934326171875, + -0.0011472702026367188, + -0.0082244873046875, + 0.004245758056640625, + -0.0261077880859375, + 0.00992584228515625, + -0.02069091796875, + 0.0447998046875, + 0.005916595458984375, + 0.04266357421875, + 0.029083251953125, + 0.0212249755859375, + 0.0276031494140625, + 0.052642822265625, + 0.043304443359375, + -0.0203857421875, + -0.0116729736328125, + -0.006237030029296875, + 0.01226043701171875, + 0.006740570068359375, + -0.040130615234375, + -0.019317626953125, + 0.001598358154296875, + -0.01183319091796875, + -0.0005006790161132812, + 0.0273895263671875, + 0.028228759765625, + 0.04266357421875, + -0.020477294921875, + 0.005626678466796875, + 0.05731201171875, + 0.0114593505859375, + 0.08404541015625, + 0.00695037841796875, + -0.042236328125, + 0.0022029876708984375, + 0.046051025390625, + 0.0165557861328125, + 0.0157012939453125, + 0.0307769775390625, + 0.007904052734375, + -0.0054931640625, + 0.055206298828125, + -0.011993408203125, + 0.02972412109375, + 0.0024814605712890625, + 0.0012674331665039062, + 0.0033969879150390625, + -0.0205841064453125, + 0.04180908203125, + 0.03692626953125, + 0.04522705078125, + 0.0146484375, + 0.03948974609375, + -0.0238800048828125, + -0.0230255126953125, + -0.0080108642578125, + -0.049468994140625, + -0.0001251697540283203, + 0.043304443359375, + 0.0057830810546875, + 0.0228271484375, + -0.00795745849609375, + -0.05413818359375, + 0.0307769775390625, + -0.03289794921875, + 0.06964111328125, + 0.0247344970703125, + 0.00716400146484375, + 0.03863525390625, + -0.0227203369140625, + 0.0301361083984375, + 0.040557861328125, + -0.01422119140625, + 0.020477294921875, + 0.0228271484375, + 0.0364990234375, + 0.027801513671875, + -0.036285400390625, + 0.0267486572265625, + 0.045013427734375, + 0.010986328125, + -0.009552001953125, + 0.0263214111328125, + 0.0180511474609375, + 0.004486083984375, + -0.0312042236328125, + 0.036712646484375, + 0.037567138671875, + -0.00817108154296875, + 0.0007662773132324219, + -0.0179443359375, + 0.0026397705078125, + -0.061981201171875, + -0.00583648681640625, + -0.0104522705078125, + 0.00655364990234375, + 0.0009417533874511719, + 0.026214599609375, + -0.05987548828125, + -0.016876220703125, + 0.05859375, + -0.078125, + 0.0254669189453125, + -0.0141143798828125, + -0.0074310302734375, + 0.00795745849609375, + -0.00817108154296875, + -0.056884765625, + 0.00917816162109375, + -0.053070068359375, + -0.05645751953125, + 0.0260009765625, + 0.0234527587890625, + -0.05413818359375, + -0.032470703125, + -0.01136016845703125, + -0.0249481201171875, + -0.024200439453125, + -0.0030517578125, + 0.04840087890625, + -0.0143280029296875, + 0.009979248046875, + 0.005573272705078125, + 0.035675048828125, + -0.0316162109375, + -0.006687164306640625, + 0.0254669189453125, + -0.005680084228515625, + -0.03289794921875, + 0.02972412109375, + -0.00727081298828125, + 0.0269622802734375, + -0.0025730133056640625, + -0.016021728515625, + -0.01316070556640625, + 0.029296875, + -0.0016050338745117188, + 0.018463134765625, + -0.0312042236328125, + -0.0183563232421875, + -0.02154541015625, + 0.037139892578125, + 0.00019407272338867188, + 0.04522705078125, + -0.00594329833984375, + -0.05902099609375, + 0.01995849609375, + -0.0462646484375, + -0.0161285400390625, + -0.0038738250732421875, + -0.0059967041015625, + 0.0084381103515625, + 0.087890625, + -0.01284027099609375, + -0.035247802734375, + -0.0350341796875, + 0.0341796875, + 0.00785064697265625, + -0.00737762451171875, + -0.044158935546875, + 0.07513427734375, + 0.046478271484375, + -0.050323486328125, + -0.01506805419921875, + -0.044586181640625, + 0.0094451904296875, + 0.05560302734375, + -0.053924560546875, + 0.00716400146484375, + 0.0012674331665039062, + -0.070068359375, + -0.025054931640625, + -0.01358795166015625, + -0.042236328125, + -0.0265350341796875, + 0.032684326171875, + 0.0207977294921875, + -0.00907135009765625, + 0.03692626953125, + 0.01751708984375, + -0.0020427703857421875, + 0.019317626953125, + -0.0005006790161132812, + -0.020477294921875, + 0.006183624267578125, + -0.051361083984375, + -0.0303497314453125, + -0.00727081298828125, + 0.0430908203125, + -0.050537109375, + 0.01422119140625, + 0.00048089027404785156, + -0.021759033203125, + 0.041168212890625, + -0.03289794921875, + 0.0092315673828125, + -0.05157470703125, + -0.0309906005859375, + -0.016876220703125, + -0.01751708984375, + 0.0118865966796875, + 0.039703369140625, + 0.00360870361328125, + 0.047119140625, + 0.0100860595703125, + -0.048187255859375, + 0.01517486572265625, + 0.0020427703857421875, + 0.00101470947265625, + 0.011993408203125, + -0.0030117034912109375, + -0.0251617431640625, + 0.0016384124755859375, + 0.04180908203125, + -0.022918701171875, + -0.004405975341796875, + -0.08319091796875, + 0.01273345947265625, + 0.01161956787109375, + -0.02557373046875, + -0.0162353515625, + -0.031829833984375, + -0.05859375, + 0.00400543212890625, + 0.00933837890625, + -0.0008559226989746094, + -0.00238800048828125, + -0.041595458984375, + -0.046905517578125, + 0.00907135009765625, + -0.0271759033203125, + 0.043304443359375, + -0.0247344970703125, + -0.007587432861328125, + 0.006076812744140625, + -0.041595458984375, + 0.007110595703125, + 0.036712646484375, + 0.0222930908203125, + 0.0125274658203125, + 0.04669189453125, + -0.0192108154296875, + 0.041168212890625, + 0.008544921875, + -0.0180511474609375, + -0.00971221923828125, + -0.0094451904296875, + 0.034393310546875, + -0.027801513671875, + -0.01666259765625, + 0.02886962890625, + 0.016876220703125, + -0.00594329833984375, + 0.001247406005859375, + -0.0227203369140625, + 0.0227203369140625, + -0.00350189208984375, + 0.042236328125, + -0.053924560546875, + -0.0399169921875, + -0.0102386474609375, + 0.0185699462890625, + 0.01910400390625, + 0.0131072998046875, + -0.01177978515625, + -0.027801513671875, + -0.0126800537109375, + 0.045654296875, + -0.037353515625, + -0.01236724853515625, + -0.04925537109375, + 0.01506805419921875, + 0.0009813308715820312, + 0.052215576171875, + 0.0007262229919433594, + 0.0657958984375, + 0.01751708984375, + -0.0043792724609375, + 0.033966064453125, + 0.055206298828125, + 0.02313232421875, + -0.033111572265625, + -0.06494140625, + 0.0203857421875, + 0.0030117034912109375, + -0.01666259765625, + -0.023773193359375, + 0.01114654541015625, + 0.07769775390625, + -0.0819091796875, + -0.006847381591796875, + -0.0022029876708984375, + 0.0039005279541015625, + 0.01226043701171875, + 0.014007568359375, + 0.004669189453125, + 0.01273345947265625, + -0.00795745849609375, + -0.032470703125, + -0.0009551048278808594, + 0.0032634735107421875, + 0.012786865234375, + 0.06365966796875, + 0.00360870361328125, + -0.0511474609375, + 0.061981201171875, + 0.014434814453125, + 0.0333251953125, + 0.041595458984375, + 0.01337432861328125, + 0.01560211181640625, + 0.01263427734375, + 0.0162353515625, + 0.06622314453125, + -0.0258941650390625, + -0.0236663818359375, + 0.00511932373046875, + 0.0145416259765625, + 0.0341796875, + 0.03289794921875, + -0.005016326904296875, + 0.006076812744140625, + -0.0051727294921875, + -0.06536865234375, + 0.0146484375, + 0.0196380615234375, + -0.0214385986328125, + -0.0350341796875, + -0.0772705078125, + 0.0149688720703125, + -0.04925537109375, + 0.036712646484375, + -0.00705718994140625, + -0.024200439453125, + -0.0163421630859375, + 0.051788330078125, + 0.01161956787109375, + -0.01824951171875, + 0.041595458984375, + -0.005306243896484375, + -0.00634002685546875, + -0.004642486572265625, + -0.0276031494140625, + 0.01580810546875, + -0.035675048828125, + -0.08917236328125, + -0.0176239013671875, + 0.02069091796875, + -0.0149688720703125, + -0.039276123046875, + -0.0252685546875, + 0.027069091796875, + -0.02557373046875, + -0.056884765625, + -0.038421630859375, + -0.036102294921875, + 0.0100860595703125, + -0.00705718994140625, + -0.000659942626953125, + -0.004405975341796875, + -0.03204345703125, + -0.005680084228515625, + -0.0002834796905517578, + -0.0210113525390625, + 0.0382080078125, + -0.036712646484375, + 0.03546142578125, + 0.0220794677734375, + 0.00897216796875, + 0.028228759765625, + 0.054779052734375, + -0.008758544921875, + 0.0038738250732421875, + -0.01258087158203125, + -0.07135009765625, + 0.006847381591796875, + -0.01380157470703125, + 0.0010747909545898438, + -0.07769775390625, + 0.002559661865234375, + 0.054779052734375, + -0.0640869140625, + 0.0104522705078125, + -0.020477294921875, + -0.00666046142578125, + -0.02886962890625, + 0.0165557861328125, + 0.0205841064453125, + 0.0254669189453125, + 0.08489990234375, + 0.00634002685546875, + -0.0143280029296875, + -0.00902557373046875, + -0.05731201171875, + 0.0447998046875, + 0.020904541015625, + 0.0316162109375, + -0.038421630859375, + 0.03289794921875, + 0.00443267822265625, + -0.0157012939453125, + 0.006687164306640625, + -0.07049560546875, + 0.05560302734375, + 0.0006432533264160156, + 0.004352569580078125, + 0.00572967529296875, + 0.01560211181640625, + -0.032470703125, + -0.0165557861328125, + -0.03460693359375, + 0.01141357421875, + -0.01019287109375, + 0.0072174072265625, + -0.0220794677734375, + -0.0147552490234375, + -0.01580810546875, + -0.060272216796875, + -0.00859832763671875, + -0.04669189453125, + 0.0256805419921875, + -0.0260009765625, + -0.0640869140625, + 0.04266357421875, + -0.00666046142578125, + -0.007587432861328125, + 0.01172637939453125, + 0.05645751953125, + -0.0316162109375, + 0.0247344970703125, + 0.005069732666015625, + 0.0341796875, + 0.006130218505859375, + -0.0028133392333984375, + -0.0031833648681640625, + 0.040771484375, + 0.0094451904296875, + -0.048828125, + 0.054351806640625, + 0.01136016845703125, + -0.0301361083984375, + -0.05645751953125, + -0.0309906005859375, + -0.0169830322265625, + 0.0247344970703125, + 0.0026798248291015625, + 0.02239990234375, + 0.026214599609375, + -0.0113067626953125, + -0.0985107421875, + 0.04754638671875, + -0.0159149169921875, + 0.031829833984375, + 0.01125335693359375, + -0.01708984375, + -0.0836181640625, + -0.04925537109375, + 0.0037937164306640625, + 0.0169830322265625, + -0.03778076171875, + 0.052001953125, + 0.0284423828125, + 0.0108795166015625, + -0.009552001953125, + -0.0149688720703125, + 0.01125335693359375, + 0.041168212890625, + 0.01995849609375, + -0.032470703125, + 0.07769775390625, + -0.035675048828125, + 0.03546142578125, + -0.0271759033203125, + 0.0133209228515625, + -0.0027866363525390625, + 0.004085540771484375, + -0.032470703125, + 0.0157012939453125, + 0.0067138671875, + 0.0382080078125, + -0.0018835067749023438, + 0.0032634735107421875, + -0.032470703125, + 0.01114654541015625, + 0.00228118896484375, + -0.004192352294921875, + 0.00289154052734375, + 0.00533294677734375, + -0.0273895263671875, + -0.0055999755859375, + -0.09210205078125, + -0.06878662109375, + 0.01194000244140625, + -0.02154541015625, + -0.01305389404296875, + 0.0205841064453125, + 0.006793975830078125, + 0.022613525390625, + -0.047760009765625, + 0.00870513916015625, + -0.005809783935546875, + -0.01506805419921875, + -0.025360107421875, + 0.035247802734375, + -0.01506805419921875, + 0.01125335693359375, + 0.0014390945434570312, + -0.04583740234375, + 0.0149688720703125, + -0.022186279296875, + -0.01506805419921875, + -0.016876220703125, + -0.014007568359375, + -0.035888671875, + 0.0263214111328125, + -0.06451416015625, + -0.0106658935546875, + 0.0169830322265625, + 0.0214385986328125, + -0.005199432373046875, + -0.0261077880859375, + 0.041595458984375, + 0.01220703125, + -0.06622314453125, + 0.0169830322265625, + -0.0159149169921875, + -0.03546142578125, + -0.0220794677734375, + -0.01580810546875, + 0.0005970001220703125, + 0.019317626953125, + 0.042022705078125, + 0.046051025390625, + 0.050933837890625, + -0.01273345947265625, + -0.034820556640625, + 0.028228759765625, + -0.03289794921875, + 0.039703369140625, + 0.0251617431640625, + 0.00695037841796875, + -0.0015125274658203125, + 0.019317626953125, + 0.0041656494140625, + -0.06707763671875, + -0.0240936279296875, + -0.042022705078125, + -0.046051025390625, + -0.00981903076171875, + 0.092529296875, + 0.032684326171875, + 0.01183319091796875, + 0.04095458984375, + 0.028228759765625, + 0.029083251953125, + -0.00992584228515625, + -0.006103515625, + -0.06365966796875, + 0.0019369125366210938, + 0.04034423828125, + 0.003276824951171875, + -0.06964111328125, + 0.06964111328125, + 0.08154296875, + 0.0004246234893798828, + 0.0128936767578125, + -0.0198516845703125, + -0.0159149169921875, + 0.0364990234375, + 0.0234527587890625, + 0.0011472702026367188, + -0.06494140625, + -0.006317138671875, + 0.0123138427734375, + 0.0072174072265625, + -0.02069091796875, + -0.027801513671875, + -0.01560211181640625, + 0.032684326171875, + -0.06451416015625, + -0.00827789306640625, + 0.01380157470703125, + 0.06451416015625, + -0.01953125, + -0.01013946533203125, + -0.03863525390625, + 0.05010986328125, + 0.029510498046875, + 0.001373291015625, + -0.0080108642578125, + 0.0114593505859375, + -0.0146484375, + 0.0161285400390625, + 0.0657958984375, + 0.0207977294921875, + 0.049041748046875, + 0.00360870361328125, + -0.04583740234375, + 0.0218658447265625, + -0.0176239013671875, + 0.0194244384765625, + -0.0186767578125, + -0.031402587890625, + -0.037139892578125, + -0.0174102783203125, + 0.03289794921875, + 0.007694244384765625, + 0.045654296875, + 0.03546142578125, + 0.00572967529296875, + -0.01194000244140625, + -0.0032634735107421875, + 0.02972412109375, + 0.0462646484375, + 0.044586181640625, + 0.03948974609375, + 0.018890380859375, + 0.04266357421875, + 0.0030651092529296875, + -0.014434814453125, + 0.031402587890625, + -0.03692626953125, + 0.012786865234375, + -0.0692138671875, + -0.02972412109375, + 0.02642822265625, + -0.029296875, + 0.0167694091796875, + -0.0243072509765625, + -0.0245208740234375, + -0.017730712890625, + -0.0528564453125, + -0.007904052734375, + 0.053497314453125, + -0.047332763671875, + 0.01580810546875, + 0.035888671875, + -0.029937744140625, + 0.020172119140625, + -0.038848876953125, + 0.050537109375, + 0.0211181640625, + 0.041168212890625, + -0.0035552978515625, + -0.01050567626953125, + 0.0029850006103515625, + -0.01177978515625, + 0.00949859619140625, + 0.0307769775390625, + -0.0263214111328125, + 0.053497314453125, + 0.02972412109375, + 0.01316070556640625, + -0.0333251953125, + 0.0183563232421875, + 0.0096588134765625, + -0.07427978515625, + 0.035675048828125, + 0.01666259765625, + 0.03204345703125, + -0.00157928466796875, + -0.0033969879150390625, + -0.019317626953125, + -0.060272216796875, + 0.052642822265625, + 0.040130615234375, + -0.016448974609375, + 0.034393310546875, + -0.0212249755859375, + 0.0341796875, + 0.00036644935607910156, + 0.072998046875, + -0.0413818359375, + 0.05859375, + 0.0024814605712890625, + 0.0202789306640625, + 0.0022430419921875, + 0.005573272705078125, + -0.0207977294921875, + 0.036102294921875, + -0.033966064453125, + 0.0537109375, + 0.0305633544921875, + -0.036285400390625, + -0.04351806640625, + -0.0232391357421875, + 0.02801513671875, + -0.0029048919677734375, + 0.05242919921875, + -0.05731201171875, + -0.006900787353515625, + -0.0309906005859375, + 0.0316162109375, + 0.07049560546875, + 0.0030651092529296875, + 0.009552001953125, + -0.00565338134765625, + 0.0011873245239257812, + -0.0139007568359375, + 0.0026397705078125 + ], + "metadata": { + "domains": [ + "malware-analysis", + "incident-response", + "network-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "linux-distro", + "toolkit", + "reverse-engineering", + "virtualization" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_WiFi_Pineapple", + "type": "tool", + "name": "WiFi Pineapple", + "content": "wifi pineapple die hak5‑hardware liefert mit der patentierten pineap‑suite einen vollwertigen rogue‑access‑point: automatisches recon, handshake‑ und enterprise‑credential‑capture, gezielte client‑filterung sowie cloud c²‑fernsteuerung – alles per browser­basierter gui auf dem mark vii oder enterprise‑modell. :contentreference[oaicite:6]{index=6} rogue-ap wireless man-in-the-middle gui web-interface scenario:remote_access network-forensics incident-response data-collection analysis", + "embedding": [ + -0.021270751953125, + -0.006946563720703125, + 0.0186920166015625, + 0.0352783203125, + 0.0191650390625, + 0.0270233154296875, + 0.0182037353515625, + -0.006229400634765625, + -0.006610870361328125, + -0.0312347412109375, + -0.043121337890625, + 0.065185546875, + 0.0208892822265625, + -0.013031005859375, + -0.027984619140625, + 0.022430419921875, + -0.01216888427734375, + 0.006946563720703125, + 0.0186920166015625, + 0.0262603759765625, + -0.038909912109375, + -0.006805419921875, + -0.05596923828125, + 0.0012998580932617188, + 0.01456451416015625, + -0.0298919677734375, + -0.017059326171875, + -0.01898193359375, + -0.029510498046875, + -0.0119781494140625, + -0.01715087890625, + -0.0244293212890625, + 0.0201263427734375, + -0.0091552734375, + 0.00704193115234375, + -0.00023055076599121094, + -0.002635955810546875, + -0.033172607421875, + 0.00531768798828125, + 0.0298919677734375, + -0.0245361328125, + -0.0133209228515625, + -0.0058441162109375, + 0.0092010498046875, + -0.031829833984375, + -0.0223236083984375, + -0.01035308837890625, + 0.005245208740234375, + 0.023773193359375, + -0.01418304443359375, + 0.023956298828125, + 0.0379638671875, + 0.0139923095703125, + -0.01221466064453125, + -0.0015811920166015625, + -0.0030059814453125, + 0.006565093994140625, + -0.042938232421875, + -0.054443359375, + 0.05328369140625, + -0.03680419921875, + -0.03009033203125, + -0.0005660057067871094, + 0.00325775146484375, + -0.00809478759765625, + 0.0196380615234375, + 0.0113525390625, + -0.04791259765625, + -0.02471923828125, + 0.005126953125, + 0.0039520263671875, + -0.004505157470703125, + -0.008148193359375, + -0.0009822845458984375, + -0.049835205078125, + -0.033721923828125, + 0.041961669921875, + 0.006374359130859375, + 0.0291290283203125, + 0.0006499290466308594, + -0.04754638671875, + -0.01274871826171875, + 0.0369873046875, + -0.03717041015625, + -0.01580810546875, + 0.019744873046875, + 0.032958984375, + -0.0031871795654296875, + -0.004673004150390625, + 0.0168609619140625, + 0.02740478515625, + -0.0160064697265625, + 0.0216522216796875, + -0.046966552734375, + -0.0040740966796875, + 0.0200347900390625, + -0.0004131793975830078, + -0.0047454833984375, + -0.00714111328125, + 0.012359619140625, + -0.0102081298828125, + -0.003665924072265625, + 0.07550048828125, + 0.011260986328125, + 0.04754638671875, + -0.049072265625, + 0.0207061767578125, + -0.01983642578125, + -0.004047393798828125, + -0.00833892822265625, + -0.104248046875, + -0.01245880126953125, + 0.0115966796875, + -0.04656982421875, + -0.00972747802734375, + 0.017730712890625, + -0.0085296630859375, + 0.034881591796875, + -0.0548095703125, + -0.03009033203125, + 0.017059326171875, + 0.0142822265625, + -0.025299072265625, + -0.004192352294921875, + -0.07244873046875, + -0.06475830078125, + -0.00939178466796875, + 0.0369873046875, + -0.050201416015625, + -0.03948974609375, + -0.0302886962890625, + -0.00905609130859375, + -0.011260986328125, + 0.007808685302734375, + 0.006229400634765625, + -0.01763916015625, + 0.030853271484375, + 0.0126495361328125, + -0.0068511962890625, + -0.00498199462890625, + 0.01015472412109375, + -0.026641845703125, + -0.036407470703125, + -0.0243377685546875, + -0.048309326171875, + -0.0289459228515625, + -0.017059326171875, + 0.0218505859375, + -0.0182037353515625, + 0.006755828857421875, + -0.00876617431640625, + 0.0325927734375, + 0.05712890625, + -0.02117919921875, + 0.0191650390625, + -0.0682373046875, + -0.017059326171875, + -0.0229949951171875, + 0.0229034423828125, + -0.0029582977294921875, + -0.00543975830078125, + -0.01418304443359375, + -0.026641845703125, + -0.003162384033203125, + -0.044464111328125, + -0.03851318359375, + -0.03814697265625, + -0.03411865234375, + 0.00848388671875, + -0.006565093994140625, + 0.030670166015625, + -0.0251007080078125, + 0.03851318359375, + 0.06365966796875, + -0.01068878173828125, + 0.017822265625, + -0.0033054351806640625, + 0.007808685302734375, + 0.03680419921875, + 0.04119873046875, + -0.0142822265625, + -0.0256805419921875, + 0.0396728515625, + 0.00560760498046875, + 0.01111602783203125, + -0.014373779296875, + -0.05633544921875, + -0.00426483154296875, + -0.041412353515625, + 0.009490966796875, + -0.00943756103515625, + -0.0205078125, + -0.041015625, + -0.0019283294677734375, + 0.0223236083984375, + 0.063232421875, + 0.037750244140625, + -0.00018787384033203125, + 0.01245880126953125, + 0.00548553466796875, + 0.005870819091796875, + 0.062469482421875, + -0.0031375885009765625, + 0.05633544921875, + 0.017822265625, + 0.033721923828125, + 0.00514984130859375, + 0.050994873046875, + 0.0207061767578125, + -0.02606201171875, + -0.017822265625, + 0.0477294921875, + -0.02386474609375, + -0.0167694091796875, + -0.0249176025390625, + -0.0254974365234375, + 0.0165863037109375, + -0.01226806640625, + -0.01523590087890625, + 0.0021915435791015625, + 0.0256805419921875, + -0.033355712890625, + 0.01561737060546875, + 0.049835205078125, + -0.0229949951171875, + 0.02606201171875, + 0.0194549560546875, + -0.029327392578125, + 0.01380157470703125, + 0.060943603515625, + 0.0213775634765625, + 0.04119873046875, + 0.0228118896484375, + 0.027984619140625, + -0.0242462158203125, + 0.0027904510498046875, + 0.03582763671875, + 0.049835205078125, + 0.022613525390625, + 0.04254150390625, + -0.05059814453125, + 0.0517578125, + -0.018310546875, + 0.031829833984375, + 0.020599365234375, + 0.007236480712890625, + -0.0008802413940429688, + 0.019256591796875, + 0.050994873046875, + 0.0689697265625, + -0.095458984375, + 0.0205078125, + -0.062469482421875, + 0.005390167236328125, + -0.0762939453125, + -0.034881591796875, + -0.0105438232421875, + -0.043304443359375, + 0.04217529296875, + -0.0254974365234375, + -0.01010894775390625, + -0.0086212158203125, + 0.00594329833984375, + -0.033935546875, + 0.0574951171875, + 0.0020008087158203125, + -0.04254150390625, + 0.00308990478515625, + 0.02740478515625, + 0.00905609130859375, + -0.014373779296875, + -0.01514434814453125, + 0.045806884765625, + 0.0216522216796875, + 0.032196044921875, + -0.0272216796875, + 0.0256805419921875, + 0.05902099609375, + -0.0047454833984375, + 0.04351806640625, + -0.0180206298828125, + 0.00977325439453125, + -0.016387939453125, + 0.013031005859375, + -0.0477294921875, + -0.00598907470703125, + -0.0099639892578125, + -0.0191650390625, + -0.01715087890625, + -0.06939697265625, + -0.0027790069580078125, + 0.033355712890625, + 0.01447296142578125, + 0.034881591796875, + -0.0005183219909667969, + -0.02740478515625, + -0.004192352294921875, + -0.00457763671875, + 0.0310516357421875, + 0.039276123046875, + 0.059417724609375, + -0.028564453125, + 0.026641845703125, + 0.0249176025390625, + 0.002742767333984375, + -0.0276031494140625, + -0.03564453125, + 0.01284027099609375, + -0.0004611015319824219, + -0.06976318359375, + -0.0241546630859375, + -0.0037364959716796875, + -0.0012454986572265625, + 0.049072265625, + -0.0146636962890625, + -0.0108795166015625, + -0.02203369140625, + -0.06475830078125, + 0.02117919921875, + -0.04083251953125, + -0.021087646484375, + -0.0089111328125, + 0.06787109375, + 0.0166778564453125, + -0.0016527175903320312, + -0.019927978515625, + -0.00867462158203125, + -0.04541015625, + -0.0154266357421875, + -0.0270233154296875, + 0.0167694091796875, + -0.01035308837890625, + 0.032012939453125, + 0.0200347900390625, + 0.0228118896484375, + -0.006805419921875, + 0.043121337890625, + -0.0161895751953125, + 0.022613525390625, + -0.0277862548828125, + 0.016387939453125, + -0.0044097900390625, + 0.028564453125, + -0.021942138671875, + -0.028564453125, + -0.0180206298828125, + -0.0243377685546875, + 0.033721923828125, + 0.037750244140625, + 0.01342010498046875, + 0.0262603759765625, + -0.021270751953125, + 0.03582763671875, + 0.065185546875, + -0.0013179779052734375, + 0.0927734375, + -0.0088653564453125, + -0.059417724609375, + 0.0168609619140625, + 0.05712890625, + -0.01284027099609375, + 0.007236480712890625, + 0.036407470703125, + 0.02874755859375, + 0.00579833984375, + 0.032196044921875, + -0.025299072265625, + 0.029327392578125, + -0.01494598388671875, + -0.0245361328125, + 0.00457763671875, + 0.0036411285400390625, + -0.01212310791015625, + 0.0601806640625, + 0.023956298828125, + 0.0228118896484375, + 0.0521240234375, + -0.008575439453125, + -0.015716552734375, + -0.013702392578125, + -0.06134033203125, + 0.012359619140625, + 0.0396728515625, + 0.027984619140625, + 0.045623779296875, + -0.037750244140625, + -0.07012939453125, + 0.0165863037109375, + -0.055206298828125, + 0.08282470703125, + 0.0242462158203125, + 0.02252197265625, + 0.028564453125, + -0.03662109375, + -0.0167694091796875, + 0.006946563720703125, + -0.0147552490234375, + 0.0312347412109375, + 0.0716552734375, + 0.041412353515625, + 0.00939178466796875, + -0.022613525390625, + -0.00392913818359375, + 0.0040740966796875, + 0.0201263427734375, + 0.007236480712890625, + 0.03009033203125, + 0.0241546630859375, + 0.0517578125, + -0.039276123046875, + 0.041595458984375, + 0.0234832763671875, + -0.0228118896484375, + 0.006805419921875, + -0.0056304931640625, + -0.009246826171875, + -0.07513427734375, + 0.00943756103515625, + -0.0236663818359375, + 0.019073486328125, + 0.00011605024337768555, + 0.019073486328125, + -0.0494384765625, + -0.02203369140625, + 0.041778564453125, + -0.0548095703125, + -0.0012159347534179688, + 0.019256591796875, + -0.033172607421875, + 0.022705078125, + -0.0289459228515625, + -0.05712890625, + 0.0203094482421875, + -0.00699615478515625, + -0.043304443359375, + 0.0216522216796875, + 0.027984619140625, + -0.04217529296875, + -0.034881591796875, + -0.018585205078125, + 0.01494598388671875, + 0.00804901123046875, + -0.027984619140625, + 0.06744384765625, + -0.0223236083984375, + -0.0019283294677734375, + 0.0245361328125, + 0.0256805419921875, + 0.0003204345703125, + -0.0369873046875, + 0.0548095703125, + -0.01351165771484375, + -0.036041259765625, + 0.029327392578125, + 0.012939453125, + 0.0147552490234375, + -0.0291290283203125, + -0.012939453125, + -0.01322174072265625, + 0.0010900497436523438, + -0.0009522438049316406, + 0.0160064697265625, + -0.032379150390625, + -0.0277862548828125, + -0.0297088623046875, + 0.065185546875, + -0.00848388671875, + 0.0517578125, + -0.01068878173828125, + -0.043304443359375, + 0.006710052490234375, + -0.0291290283203125, + -0.00809478759765625, + -0.00409698486328125, + -0.00447845458984375, + -0.0440673828125, + 0.06402587890625, + 0.010589599609375, + -0.002742767333984375, + 0.0241546630859375, + 0.04754638671875, + -0.0115509033203125, + 0.0025997161865234375, + -0.052520751953125, + 0.023773193359375, + 0.00910186767578125, + -0.06707763671875, + -0.0113067626953125, + -0.00867462158203125, + 0.00460052490234375, + 0.0574951171875, + -0.048095703125, + -0.011260986328125, + -0.01447296142578125, + -0.07666015625, + -0.042938232421875, + -0.03662109375, + 0.006011962890625, + -0.048095703125, + 0.000598907470703125, + 0.006710052490234375, + -0.02874755859375, + 0.023101806640625, + 0.0006318092346191406, + 0.0268402099609375, + 0.005580902099609375, + -0.015716552734375, + -0.0160064697265625, + 0.040069580078125, + -0.0369873046875, + -0.0216522216796875, + 0.017730712890625, + 0.05633544921875, + -0.040435791015625, + 0.0115509033203125, + 0.01313018798828125, + -0.01039886474609375, + 0.01523590087890625, + -0.052886962890625, + 0.0037136077880859375, + -0.028167724609375, + -0.0477294921875, + -0.033935546875, + -0.022430419921875, + 0.006107330322265625, + 0.0302886962890625, + 0.00872039794921875, + 0.01580810546875, + 0.0251007080078125, + -0.0229034423828125, + 0.0312347412109375, + 0.00704193115234375, + -0.0169677734375, + 0.0297088623046875, + -0.0369873046875, + -0.0064697265625, + -0.0193634033203125, + 0.023284912109375, + -0.02471923828125, + -0.035064697265625, + -0.08856201171875, + 0.01202392578125, + -0.006565093994140625, + -0.0201263427734375, + -0.0655517578125, + -0.027984619140625, + -0.05633544921875, + 0.0013475418090820312, + 0.060943603515625, + 0.029327392578125, + -0.0037860870361328125, + -0.0126495361328125, + 0.012359619140625, + -0.038330078125, + -0.05328369140625, + 0.04351806640625, + -0.0207061767578125, + 0.0249176025390625, + -0.0160064697265625, + -0.03546142578125, + -0.007904052734375, + 0.01898193359375, + 0.014373779296875, + -0.0002875328063964844, + 0.0203094482421875, + -0.032196044921875, + 0.0175323486328125, + 0.00237274169921875, + 0.00481414794921875, + 0.010589599609375, + -0.0142822265625, + 0.0254974365234375, + -0.03948974609375, + -0.01078033447265625, + 0.0116424560546875, + 0.0186920166015625, + 0.0019893646240234375, + 0.0033054351806640625, + -0.0187835693359375, + 0.050994873046875, + 0.00838470458984375, + -0.00231170654296875, + -0.0229034423828125, + -0.0379638671875, + 0.0037136077880859375, + 0.005367279052734375, + 0.03277587890625, + 0.027984619140625, + -0.0006198883056640625, + -0.01255035400390625, + -0.00011676549911499023, + 0.07781982421875, + -0.018585205078125, + -0.032196044921875, + 0.00220489501953125, + -0.0031375885009765625, + 0.0139923095703125, + 0.06439208984375, + -0.0071868896484375, + 0.0762939453125, + 0.0240478515625, + -0.0031375885009765625, + 0.017730712890625, + 0.0467529296875, + 0.0174407958984375, + -0.0254974365234375, + -0.04620361328125, + 0.005413055419921875, + 0.018310546875, + -0.04388427734375, + -0.02740478515625, + 0.0030307769775390625, + 0.050201416015625, + -0.050201416015625, + -0.018310546875, + -0.00977325439453125, + 0.0058441162109375, + 0.00704193115234375, + 0.0277862548828125, + -0.0343017578125, + 0.0242462158203125, + -0.007572174072265625, + -0.051361083984375, + -0.034881591796875, + -0.037750244140625, + 0.0186920166015625, + 0.0440673828125, + 0.01514434814453125, + -0.0038814544677734375, + 0.0283660888671875, + 0.03009033203125, + 0.037567138671875, + -0.00548553466796875, + 0.0289459228515625, + 0.0186920166015625, + 0.01561737060546875, + 0.0244293212890625, + 0.09393310546875, + -0.0268402099609375, + -0.004169464111328125, + -0.006710052490234375, + -0.0020008087158203125, + 0.03717041015625, + 0.052520751953125, + -0.005916595458984375, + -0.0244293212890625, + -0.007572174072265625, + -0.0244293212890625, + 0.0277862548828125, + 0.00958251953125, + -0.001544952392578125, + -0.055206298828125, + -0.0379638671875, + 0.0262603759765625, + 0.01035308837890625, + 0.054443359375, + 0.01485443115234375, + -0.0223236083984375, + -0.017822265625, + 0.056732177734375, + -0.00548553466796875, + -0.0221405029296875, + 0.004119873046875, + -0.038330078125, + -0.02471923828125, + -0.00958251953125, + -0.00038623809814453125, + 0.07781982421875, + -0.017822265625, + -0.059783935546875, + 0.01514434814453125, + 0.0208892822265625, + -0.034881591796875, + -0.049835205078125, + -0.007762908935546875, + -0.0086212158203125, + -0.0042877197265625, + -0.05865478515625, + -0.023773193359375, + -0.03009033203125, + 0.0302886962890625, + -0.0316162109375, + -0.017242431640625, + 0.0112152099609375, + -0.0302886962890625, + -0.0241546630859375, + -0.00275421142578125, + -0.0276031494140625, + 0.0298919677734375, + -0.055572509765625, + 0.017730712890625, + 0.01245880126953125, + 0.0036411285400390625, + 0.0277862548828125, + 0.05712890625, + -0.00197601318359375, + -0.0182037353515625, + -0.0038814544677734375, + -0.04351806640625, + 0.00829315185546875, + -0.01351165771484375, + 0.0147552490234375, + -0.04217529296875, + 0.007472991943359375, + 0.04541015625, + -0.06365966796875, + 0.01111602783203125, + -0.0089569091796875, + 0.0001804828643798828, + -0.034698486328125, + -0.006900787353515625, + -0.01255035400390625, + 0.0031871795654296875, + 0.07208251953125, + 0.0102081298828125, + 0.0014858245849609375, + 0.021087646484375, + -0.0297088623046875, + 0.048675537109375, + 0.0142822265625, + 0.021270751953125, + -0.0175323486328125, + 0.0396728515625, + 0.0249176025390625, + -0.0207061767578125, + 0.02386474609375, + -0.0816650390625, + -0.021942138671875, + 0.00445556640625, + 0.011932373046875, + -0.00018787384033203125, + -0.032958984375, + -0.0302886962890625, + -0.01629638671875, + 0.002658843994140625, + 0.04083251953125, + 0.0165863037109375, + 0.004791259765625, + -0.02386474609375, + -0.033935546875, + -0.021087646484375, + -0.0291290283203125, + -0.047332763671875, + -0.052520751953125, + 0.0140838623046875, + -0.01207733154296875, + -0.040618896484375, + 0.02740478515625, + -0.00939178466796875, + -0.021942138671875, + 0.0291290283203125, + 0.05712890625, + -0.0254974365234375, + 0.011260986328125, + -0.0208892822265625, + 0.03717041015625, + 0.01447296142578125, + 0.011260986328125, + -0.00737762451171875, + 0.0193634033203125, + 0.0352783203125, + -0.05328369140625, + 0.03814697265625, + 0.01389312744140625, + -0.022705078125, + -0.06134033203125, + -0.03662109375, + -0.048309326171875, + 0.0302886962890625, + -0.0310516357421875, + 0.040252685546875, + 0.00699615478515625, + -0.01983642578125, + -0.090087890625, + 0.036224365234375, + -0.0215606689453125, + -0.00447845458984375, + -0.0028629302978515625, + -0.033538818359375, + -0.03546142578125, + -0.0494384765625, + -0.014373779296875, + 0.0086212158203125, + -0.00838470458984375, + 0.03985595703125, + 0.003665924072265625, + 0.00567626953125, + -0.006275177001953125, + -0.015716552734375, + 0.026641845703125, + 0.04083251953125, + 0.0118865966796875, + -0.04522705078125, + 0.059417724609375, + -0.045623779296875, + 0.002658843994140625, + -0.01140594482421875, + -0.01313018798828125, + 0.0352783203125, + -0.0291290283203125, + -0.00704193115234375, + 0.01552581787109375, + 0.032196044921875, + 0.01035308837890625, + -0.022430419921875, + 0.004886627197265625, + -0.044464111328125, + 0.006610870361328125, + -0.01049041748046875, + -0.042938232421875, + -0.006710052490234375, + 0.0018930435180664062, + -0.0165863037109375, + -0.023193359375, + -0.054046630859375, + -0.060577392578125, + 0.0098724365234375, + -0.0467529296875, + -0.01226806640625, + -0.002407073974609375, + -0.0147552490234375, + 0.0133209228515625, + -0.021759033203125, + 0.0574951171875, + 0.007904052734375, + -0.0142822265625, + -0.032012939453125, + -0.0133209228515625, + -0.045989990234375, + 0.03662109375, + 0.00666046142578125, + -0.03546142578125, + 0.029510498046875, + -0.032379150390625, + 0.0089569091796875, + -0.0154266357421875, + 0.02606201171875, + -0.02606201171875, + 0.0133209228515625, + -0.07745361328125, + -0.04351806640625, + 0.006374359130859375, + 0.033355712890625, + 0.0098724365234375, + -0.020599365234375, + 0.057891845703125, + -0.038726806640625, + -0.0689697265625, + 0.019256591796875, + -0.0203094482421875, + -0.0283660888671875, + 0.032958984375, + -0.011688232421875, + 0.0119781494140625, + 0.03009033203125, + 0.0052947998046875, + 0.004241943359375, + 0.0196380615234375, + 0.0202178955078125, + -0.01178741455078125, + -0.01274871826171875, + -0.00632476806640625, + 0.0207977294921875, + 0.01284027099609375, + 0.045989990234375, + -0.0202178955078125, + 0.0064697265625, + 0.035064697265625, + -0.07513427734375, + -0.007572174072265625, + -0.033172607421875, + -0.04083251953125, + -0.01149749755859375, + 0.05596923828125, + 0.0207977294921875, + 0.030853271484375, + 0.0188751220703125, + 0.04119873046875, + 0.005580902099609375, + -0.01039886474609375, + -0.01514434814453125, + -0.050994873046875, + -0.00905609130859375, + 0.01274871826171875, + 0.0264434814453125, + -0.0689697265625, + 0.04541015625, + 0.0732421875, + -0.03564453125, + -0.0207061767578125, + 0.01015472412109375, + -0.00632476806640625, + 0.0256805419921875, + 0.0297088623046875, + 0.022430419921875, + -0.05596923828125, + 0.0194549560546875, + 0.021942138671875, + 0.0119781494140625, + 0.0203094482421875, + -0.0019168853759765625, + -0.0023365020751953125, + 0.040618896484375, + -0.07745361328125, + -0.0153350830078125, + 0.013031005859375, + 0.07781982421875, + -0.0229949951171875, + -0.049072265625, + -0.01418304443359375, + 0.0245361328125, + 0.048675537109375, + -0.01068878173828125, + 0.0256805419921875, + -0.0047454833984375, + -0.0159149169921875, + 0.0277862548828125, + 0.0196380615234375, + -0.01145172119140625, + 0.0031871795654296875, + 0.0289459228515625, + -0.0218505859375, + 0.032196044921875, + -0.0126495361328125, + 0.034698486328125, + 0.01898193359375, + -0.01552581787109375, + -0.01523590087890625, + -0.0477294921875, + 0.0316162109375, + 0.017730712890625, + 0.0139923095703125, + -0.023956298828125, + -0.00714111328125, + -0.00565338134765625, + -0.01514434814453125, + 0.020599365234375, + -0.005077362060546875, + -0.0146636962890625, + 0.04351806640625, + 0.0203094482421875, + 0.00833892822265625, + 0.017822265625, + -0.040435791015625, + 0.03851318359375, + -0.0243377685546875, + -0.002407073974609375, + -0.07666015625, + -0.0058441162109375, + -0.0018205642700195312, + -0.031829833984375, + -0.0164794921875, + -0.046966552734375, + 0.005008697509765625, + 0.005390167236328125, + -0.04638671875, + 0.00809478759765625, + 0.054443359375, + -0.0352783203125, + 0.02471923828125, + 0.0078582763671875, + 0.020416259765625, + 0.029327392578125, + -0.07818603515625, + 0.073974609375, + 0.023773193359375, + 0.03985595703125, + 0.0174407958984375, + 0.0277862548828125, + 0.0440673828125, + -0.00023353099822998047, + -0.0268402099609375, + 0.007427215576171875, + -0.00934600830078125, + 0.047332763671875, + 0.0193634033203125, + 0.01552581787109375, + -0.038330078125, + 0.0216522216796875, + 0.03143310546875, + -0.055206298828125, + 0.0396728515625, + 0.01174163818359375, + 0.028564453125, + 0.005222320556640625, + 0.01849365234375, + -0.041778564453125, + -0.03411865234375, + 0.056732177734375, + 0.0012998580932617188, + -0.02874755859375, + 0.0147552490234375, + -0.060577392578125, + 0.0352783203125, + 0.030670166015625, + 0.05328369140625, + -0.04638671875, + 0.06475830078125, + 0.00910186767578125, + 0.007617950439453125, + -0.02587890625, + 0.01149749755859375, + -0.02203369140625, + 0.021759033203125, + -0.00905609130859375, + 0.0440673828125, + 0.0161895751953125, + -0.02117919921875, + -0.03814697265625, + 0.0004761219024658203, + 0.023956298828125, + 0.02252197265625, + 0.0264434814453125, + -0.032196044921875, + -0.0209808349609375, + -0.000009059906005859375, + 0.0245361328125, + 0.0601806640625, + 0.0055084228515625, + 0.038330078125, + 0.0126495361328125, + 0.011688232421875, + -0.017730712890625, + -0.01552581787109375 + ], + "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_Timesketch", + "type": "tool", + "name": "Timesketch", + "content": "timesketch googles timeline-analyse-platform meistert die herausforderung, millionen von zeitstempeln aus heterogenen quellen zu korrelieren. die elasticsearch-backend-architektur ermöglicht suchen über mengen forensischer daten in verhältnismäßig kurzer zeit. plaso/log2timeline-integration parst automatisch über 300 log-formate in eine einheitliche super-timeline. collaborative investigation durch geteilte sketches, kommentare und saved searches. die timeline-explorer visualisiert ereignisse interaktiv mit heatmaps und aktivitätsgraphen. analyzers erkennen anomalien wie login-brute-force oder data-exfiltration-muster. sigma-rules werden direkt auf timelines angewendet. stories dokumentieren findings narrativ für management-reports. die python-api ermöglicht automatisierte analysen. unverzichtbar für incidents mit komplexen zeitlichen abläufen über multiple systeme. web-interface timeline collaboration visualization timeline-correlation timeline-view elasticsearch-backend plaso-integration sigma-rules heatmaps anomaly-detection narrative-documentation incident-response static-investigations network-forensics cloud-forensics fraud-investigation analysis reporting", + "embedding": [ + -0.031280517578125, + 0.04107666015625, + 0.0633544921875, + -0.0012836456298828125, + 0.00978851318359375, + 0.0211181640625, + 0.01209259033203125, + -0.00786590576171875, + -0.0261077880859375, + -0.01016998291015625, + -0.007053375244140625, + 0.032440185546875, + 0.0125732421875, + -0.0291748046875, + -0.043182373046875, + 0.053741455078125, + 0.0033588409423828125, + 0.005756378173828125, + 0.035308837890625, + -0.0157318115234375, + -0.02313232421875, + -0.01036834716796875, + -0.059112548828125, + -0.00983428955078125, + -0.0053253173828125, + 0.024566650390625, + -0.0255279541015625, + -0.053741455078125, + -0.006237030029296875, + 0.005397796630859375, + 0.0345458984375, + -0.04913330078125, + -0.00417327880859375, + 0.01439666748046875, + -0.005828857421875, + -0.0200653076171875, + -0.0012540817260742188, + -0.08868408203125, + -0.03955078125, + 0.05718994140625, + -0.0152587890625, + 0.0096435546875, + 0.0031185150146484375, + -0.0013437271118164062, + -0.0479736328125, + -0.01708984375, + 0.0195770263671875, + -0.022552490234375, + 0.006717681884765625, + -0.022552490234375, + 0.0249481201171875, + 0.032440185546875, + 0.0006089210510253906, + -0.008209228515625, + -0.02783203125, + 0.0247650146484375, + 0.00777435302734375, + -0.017852783203125, + -0.042022705078125, + 0.031463623046875, + -0.0287933349609375, + -0.0085906982421875, + -0.0028438568115234375, + -0.00873565673828125, + 0.018035888671875, + 0.0301361083984375, + 0.006237030029296875, + -0.0082550048828125, + 0.018707275390625, + -0.00494384765625, + 0.019866943359375, + -0.003887176513671875, + -0.03472900390625, + 0.0426025390625, + -0.0024585723876953125, + -0.057586669921875, + 0.0203399658203125, + 0.035308837890625, + -0.0023746490478515625, + 0.0033359527587890625, + -0.041259765625, + -0.00830078125, + 0.07025146484375, + 0.0014820098876953125, + -0.0287933349609375, + 0.016510009765625, + 0.023223876953125, + 0.025146484375, + -0.0264892578125, + 0.01123046875, + 0.0176544189453125, + -0.00921630859375, + 0.0043182373046875, + -0.029937744140625, + 0.052215576171875, + 0.07025146484375, + -0.0307159423828125, + -0.005229949951171875, + -0.01117706298828125, + 0.0161285400390625, + 0.010894775390625, + -0.04644775390625, + 0.07061767578125, + -0.00916290283203125, + 0.03570556640625, + -0.006908416748046875, + 0.00949859619140625, + -0.0345458984375, + 0.0162200927734375, + -0.018707275390625, + -0.087890625, + -0.037994384765625, + -0.0176544189453125, + -0.06103515625, + -0.011993408203125, + 0.006572723388671875, + -0.016021728515625, + 0.046630859375, + -0.03302001953125, + -0.05029296875, + 0.0142059326171875, + 0.048187255859375, + -0.00878143310546875, + 0.0092620849609375, + -0.039337158203125, + -0.04644775390625, + 0.0106048583984375, + 0.019866943359375, + -0.03607177734375, + -0.0209197998046875, + -0.0036945343017578125, + -0.0129547119140625, + 0.023223876953125, + -0.03704833984375, + 0.006622314453125, + -0.0013256072998046875, + 0.039337158203125, + -0.0032863616943359375, + -0.0266876220703125, + 0.0136260986328125, + 0.037811279296875, + -0.01238250732421875, + -0.06292724609375, + 0.00974273681640625, + -0.0308990478515625, + -0.0102691650390625, + -0.0255279541015625, + 0.055267333984375, + -0.024566650390625, + 0.0034313201904296875, + -0.019775390625, + 0.0188140869140625, + 0.0293731689453125, + 0.0136260986328125, + 0.015167236328125, + -0.0452880859375, + 0.01055908203125, + -0.0167999267578125, + 0.0308990478515625, + -0.008880615234375, + -0.0106048583984375, + 0.0227508544921875, + -0.005157470703125, + 0.031097412109375, + -0.01084136962890625, + -0.0228424072265625, + -0.01401519775390625, + 0.0293731689453125, + 0.006622314453125, + 0.0018472671508789062, + 0.01074981689453125, + -0.009307861328125, + 0.0408935546875, + 0.08026123046875, + -0.007053375244140625, + 0.02130126953125, + -0.00949859619140625, + -0.0276336669921875, + 0.052215576171875, + 0.02197265625, + 0.0082550048828125, + -0.0161285400390625, + 0.037628173828125, + -0.003719329833984375, + 0.0194854736328125, + 0.003814697265625, + -0.029937744140625, + -0.0102691650390625, + -0.0268707275390625, + 0.006046295166015625, + -0.03607177734375, + -0.056060791015625, + -0.01544952392578125, + 0.030517578125, + 0.01506805419921875, + 0.0687255859375, + 0.01171112060546875, + -0.019378662109375, + 0.0307159423828125, + 0.0009899139404296875, + 0.0038623809814453125, + 0.0102691650390625, + -0.0209197998046875, + 0.039154052734375, + 0.00484466552734375, + 0.00592803955078125, + 0.0005040168762207031, + 0.053375244140625, + 0.0174713134765625, + -0.025146484375, + -0.025909423828125, + 0.0640869140625, + -0.00911712646484375, + -0.02264404296875, + -0.054901123046875, + -0.035125732421875, + -0.0002624988555908203, + -0.0318603515625, + -0.01247406005859375, + -0.003574371337890625, + -0.0280303955078125, + -0.0633544921875, + -0.00945281982421875, + 0.0308990478515625, + -0.021881103515625, + 0.0426025390625, + 0.0215911865234375, + -0.032440185546875, + 0.00547027587890625, + 0.003143310546875, + 0.0229339599609375, + 0.033782958984375, + -0.0280303955078125, + -0.005950927734375, + 0.006381988525390625, + -0.0266876220703125, + 0.04376220703125, + 0.01045989990234375, + 0.036865234375, + 0.0136260986328125, + -0.01506805419921875, + 0.031463623046875, + -0.025909423828125, + 0.029754638671875, + 0.0261077880859375, + -0.0240936279296875, + 0.01031494140625, + 0.01142120361328125, + 0.0019073486328125, + 0.04241943359375, + -0.059112548828125, + -0.0090179443359375, + -0.07293701171875, + -0.009552001953125, + -0.08367919921875, + -0.046630859375, + -0.0341796875, + -0.0556640625, + 0.046844482421875, + -0.007389068603515625, + -0.01334381103515625, + 0.001739501953125, + 0.0106048583984375, + -0.00806427001953125, + 0.0307159423828125, + 0.0202484130859375, + -0.0194854736328125, + 0.00849151611328125, + 0.08367919921875, + 0.01727294921875, + -0.01401519775390625, + -0.0051116943359375, + 0.0184326171875, + 0.002315521240234375, + 0.0026397705078125, + -0.01861572265625, + 0.002410888671875, + 0.037994384765625, + 0.039337158203125, + 0.02447509765625, + -0.0234222412109375, + -0.0005669593811035156, + -0.00482177734375, + 0.023712158203125, + -0.032440185546875, + 0.0207366943359375, + 0.001895904541015625, + 0.00676727294921875, + 0.0018110275268554688, + -0.046051025390625, + 0.00878143310546875, + 0.03570556640625, + 0.0240936279296875, + 0.01041412353515625, + 0.005828857421875, + -0.052978515625, + 0.019195556640625, + 0.00417327880859375, + -0.0155487060546875, + 0.0112762451171875, + 0.051055908203125, + -0.0214080810546875, + -0.01593017578125, + 0.0003044605255126953, + 0.01776123046875, + -0.032623291015625, + -0.052215576171875, + -0.023712158203125, + -0.01334381103515625, + -0.03973388671875, + 0.00978851318359375, + 0.03033447265625, + -0.02130126953125, + 0.015838623046875, + -0.00907135009765625, + 0.0036945343017578125, + -0.046051025390625, + -0.0660400390625, + 0.0203399658203125, + -0.0355224609375, + -0.036285400390625, + -0.0264892578125, + 0.052215576171875, + -0.0021839141845703125, + 0.0189056396484375, + -0.0162200927734375, + 0.005542755126953125, + -0.031280517578125, + 0.0220794677734375, + -0.0155487060546875, + 0.0355224609375, + -0.0382080078125, + 0.036285400390625, + 0.03839111328125, + 0.02783203125, + 0.004894256591796875, + 0.05950927734375, + 0.0135345458984375, + -0.01535797119140625, + -0.00434112548828125, + 0.01103973388671875, + -0.0049896240234375, + 0.0157318115234375, + -0.024566650390625, + -0.01213836669921875, + -0.0027599334716796875, + -0.01727294921875, + 0.021209716796875, + 0.015838623046875, + 0.033782958984375, + 0.037628173828125, + -0.01468658447265625, + -0.010986328125, + 0.0721435546875, + 0.0162200927734375, + 0.087890625, + -0.004535675048828125, + -0.058746337890625, + -0.0023746490478515625, + 0.01070404052734375, + -0.01381683349609375, + 0.007724761962890625, + 0.03704833984375, + 0.006023406982421875, + 0.0002429485321044922, + 0.006908416748046875, + -0.0168914794921875, + 0.041656494140625, + -0.004871368408203125, + 0.0018835067749023438, + -0.0030345916748046875, + -0.0046539306640625, + 0.03857421875, + 0.0230255126953125, + -0.005062103271484375, + 0.0014638900756835938, + 0.0355224609375, + -0.01727294921875, + -0.0167999267578125, + -0.06719970703125, + -0.057586669921875, + 0.0203399658203125, + 0.01238250732421875, + 0.0222625732421875, + 0.035308837890625, + -0.044342041015625, + -0.06988525390625, + 0.0234222412109375, + -0.0280303955078125, + 0.0640869140625, + 0.02264404296875, + 0.0148773193359375, + 0.041473388671875, + -0.033966064453125, + -0.01276397705078125, + 0.0169830322265625, + 0.0341796875, + 0.0196685791015625, + 0.0203399658203125, + 0.032623291015625, + 0.01334381103515625, + -0.0194854736328125, + -0.0080108642578125, + 0.02313232421875, + 0.0209197998046875, + 0.00681304931640625, + 0.01137542724609375, + 0.0408935546875, + 0.0318603515625, + -0.00643157958984375, + 0.06719970703125, + 0.03875732421875, + -0.045867919921875, + 0.013916015625, + -0.007244110107421875, + 0.0236053466796875, + -0.0791015625, + 0.0086822509765625, + -0.01314544677734375, + 0.0156402587890625, + 0.029754638671875, + 0.006717681884765625, + -0.056060791015625, + 0.004871368408203125, + 0.02783203125, + -0.041259765625, + 0.036468505859375, + 0.05181884765625, + -0.0274505615234375, + 0.012237548828125, + -0.0012178421020507812, + -0.0295562744140625, + 0.0233154296875, + -0.040130615234375, + -0.035888671875, + 0.0166015625, + 0.0181427001953125, + -0.051055908203125, + -0.052581787109375, + -0.036468505859375, + -0.03472900390625, + 0.0061187744140625, + -0.007198333740234375, + 0.02783203125, + -0.00815582275390625, + -0.0005307197570800781, + 0.03338623046875, + 0.035308837890625, + -0.0166015625, + -0.047027587890625, + 0.0435791015625, + -0.00272369384765625, + -0.035308837890625, + 0.0200653076171875, + 0.0106048583984375, + -0.0013856887817382812, + -0.028411865234375, + -0.040130615234375, + 0.00597381591796875, + -0.0200653076171875, + 0.01146697998046875, + -0.0112762451171875, + -0.047210693359375, + -0.044525146484375, + -0.04644775390625, + 0.057586669921875, + -0.0020389556884765625, + 0.032257080078125, + -0.006717681884765625, + -0.03973388671875, + 0.04376220703125, + -0.07525634765625, + -0.042816162109375, + -0.035888671875, + -0.0023517608642578125, + -0.00714874267578125, + 0.053375244140625, + -0.00762939453125, + -0.020538330078125, + -0.005565643310546875, + 0.05950927734375, + 0.001739501953125, + -0.00614166259765625, + -0.049896240234375, + 0.0355224609375, + 0.029754638671875, + -0.06640625, + -0.0155487060546875, + -0.00347900390625, + 0.01055908203125, + 0.034942626953125, + -0.057952880859375, + -0.0038623809814453125, + 0.01910400390625, + -0.040679931640625, + -0.031097412109375, + -0.03302001953125, + -0.0135345458984375, + -0.0255279541015625, + 0.01305389404296875, + 0.044158935546875, + 0.0034542083740234375, + 0.0236053466796875, + 0.0106048583984375, + -0.0022430419921875, + -0.005542755126953125, + 0.00911712646484375, + -0.01372528076171875, + 0.0268707275390625, + -0.06103515625, + -0.03167724609375, + -0.02197265625, + 0.033782958984375, + -0.0230255126953125, + -0.00978851318359375, + 0.0020275115966796875, + -0.00628662109375, + 0.036285400390625, + -0.006622314453125, + -0.017364501953125, + -0.0274505615234375, + -0.0372314453125, + -0.047210693359375, + -0.045684814453125, + -0.0096893310546875, + 0.018707275390625, + 0.016693115234375, + 0.03033447265625, + 0.0372314453125, + -0.046630859375, + 0.0106048583984375, + 0.03472900390625, + 0.0266876220703125, + 0.0102691650390625, + -0.0027942657470703125, + 0.01458740234375, + -0.0029754638671875, + 0.03302001953125, + -0.0216827392578125, + -0.048370361328125, + -0.07867431640625, + 0.0266876220703125, + -0.000659942626953125, + 0.00907135009765625, + -0.0096435546875, + -0.044158935546875, + -0.051055908203125, + -0.011993408203125, + 0.05145263671875, + 0.01113128662109375, + -0.0035037994384765625, + -0.0196685791015625, + -0.03607177734375, + -0.00563812255859375, + -0.042816162109375, + 0.0090179443359375, + -0.017364501953125, + -0.005733489990234375, + 0.0255279541015625, + -0.03875732421875, + 0.01410675048828125, + 0.0214080810546875, + 0.032257080078125, + 0.03302001953125, + 0.005878448486328125, + -0.027069091796875, + 0.01535797119140625, + -0.039154052734375, + -0.01213836669921875, + 0.0214080810546875, + -0.00676727294921875, + 0.0295562744140625, + -0.034942626953125, + 0.0006837844848632812, + 0.005828857421875, + 0.0202484130859375, + 0.035308837890625, + 0.0069580078125, + -0.0247650146484375, + 0.003238677978515625, + -0.00921630859375, + 0.07061767578125, + -0.033782958984375, + -0.042236328125, + 0.01727294921875, + -0.00882720947265625, + 0.0308990478515625, + 0.048553466796875, + 0.001277923583984375, + -0.0096435546875, + 0.0202484130859375, + 0.031097412109375, + -0.010986328125, + -0.0318603515625, + -0.0308990478515625, + 0.0289764404296875, + 0.021881103515625, + 0.044158935546875, + 0.0238037109375, + 0.07562255859375, + 0.0196685791015625, + 0.0291748046875, + 0.0033111572265625, + 0.057586669921875, + 0.01776123046875, + -0.01305389404296875, + -0.058349609375, + -0.025909423828125, + 0.012237548828125, + -0.0264892578125, + -0.034942626953125, + 0.00945281982421875, + 0.058746337890625, + -0.0687255859375, + -0.0184326171875, + -0.0135345458984375, + 0.00762939453125, + -0.0106048583984375, + -0.001979827880859375, + -0.0230255126953125, + 0.0426025390625, + 0.020538330078125, + -0.0293731689453125, + 0.018035888671875, + -0.0233154296875, + -0.00949859619140625, + 0.04644775390625, + 0.0227508544921875, + -0.0106048583984375, + 0.01343536376953125, + 0.00748443603515625, + 0.0264892578125, + 0.037994384765625, + 0.052581787109375, + 0.0236053466796875, + 0.0148773193359375, + 0.056060791015625, + 0.0821533203125, + -0.0227508544921875, + -0.009979248046875, + 0.028411865234375, + 0.052581787109375, + 0.041259765625, + 0.063720703125, + -0.01055908203125, + 0.0163116455078125, + -0.0011816024780273438, + -0.048553466796875, + -0.033782958984375, + 0.00762939453125, + -0.0002713203430175781, + -0.024566650390625, + -0.058349609375, + 0.01334381103515625, + -0.039337158203125, + 0.0287933349609375, + -0.00289154052734375, + 0.00007385015487670898, + -0.040130615234375, + 0.03338623046875, + -0.032623291015625, + -0.03472900390625, + 0.017181396484375, + -0.0013799667358398438, + -0.042816162109375, + -0.01458740234375, + -0.01708984375, + 0.042022705078125, + -0.01146697998046875, + -0.05181884765625, + -0.0136260986328125, + 0.031097412109375, + -0.03607177734375, + -0.07794189453125, + -0.0234222412109375, + 0.0057830810546875, + -0.0268707275390625, + -0.0240936279296875, + -0.0372314453125, + -0.0318603515625, + -0.01324462890625, + -0.033203125, + 0.0017271041870117188, + -0.0096435546875, + -0.0341796875, + -0.01113128662109375, + -0.0268707275390625, + -0.0223541259765625, + 0.044342041015625, + -0.0345458984375, + 0.017852783203125, + 0.02447509765625, + 0.0262908935546875, + 0.025146484375, + 0.052978515625, + -0.0095977783203125, + -0.0036945343017578125, + -0.02783203125, + -0.05718994140625, + 0.006671905517578125, + 0.0017995834350585938, + 0.0224609375, + -0.044708251953125, + 0.00011849403381347656, + 0.0660400390625, + -0.0767822265625, + 0.01708984375, + 0.0328369140625, + -0.017181396484375, + -0.049896240234375, + 0.01544952392578125, + -0.01238250732421875, + 0.002170562744140625, + 0.0694580078125, + 0.01381683349609375, + 0.00040793418884277344, + -0.010986328125, + -0.049530029296875, + 0.05029296875, + 0.0203399658203125, + 0.0135345458984375, + -0.0479736328125, + -0.003406524658203125, + -0.0019197463989257812, + -0.0293731689453125, + 0.01276397705078125, + -0.057952880859375, + -0.0030117034912109375, + 0.0242767333984375, + 0.0019311904907226562, + -0.0119476318359375, + -0.002338409423828125, + -0.0606689453125, + -0.01708984375, + -0.051055908203125, + 0.028594970703125, + 0.0092620849609375, + 0.01036834716796875, + -0.044342041015625, + 0.007678985595703125, + -0.024383544921875, + -0.041259765625, + -0.02313232421875, + -0.0295562744140625, + 0.031097412109375, + -0.00762939453125, + -0.06219482421875, + 0.01142120361328125, + 0.0223541259765625, + 0.0200653076171875, + 0.0202484130859375, + 0.058349609375, + -0.04779052734375, + -0.0181427001953125, + 0.035308837890625, + 0.0318603515625, + -0.008544921875, + 0.0010738372802734375, + -0.01238250732421875, + 0.0242767333984375, + 0.021209716796875, + -0.028411865234375, + 0.0307159423828125, + 0.047607421875, + -0.038970947265625, + -0.0640869140625, + -0.0189971923828125, + -0.0287933349609375, + 0.05718994140625, + -0.0142974853515625, + 0.031463623046875, + -0.01381683349609375, + 0.00628662109375, + -0.0902099609375, + 0.0308990478515625, + -0.021209716796875, + 0.0220794677734375, + 0.00782012939453125, + -0.0289764404296875, + -0.061798095703125, + -0.032623291015625, + -0.033599853515625, + 0.0166015625, + -0.007534027099609375, + 0.0345458984375, + 0.00762939453125, + 0.0017032623291015625, + 0.01343536376953125, + -0.01305389404296875, + -0.00786590576171875, + 0.053741455078125, + 0.0341796875, + -0.061431884765625, + 0.05029296875, + -0.0209197998046875, + 0.00347900390625, + -0.0168914794921875, + 0.004894256591796875, + -0.01276397705078125, + -0.006572723388671875, + -0.03167724609375, + 0.005229949951171875, + 0.01458740234375, + 0.0506591796875, + -0.01204681396484375, + -0.004558563232421875, + -0.0027942657470703125, + 0.02044677734375, + -0.0012598037719726562, + -0.01324462890625, + 0.0034542083740234375, + -0.00165557861328125, + -0.01910400390625, + -0.03875732421875, + -0.0606689453125, + -0.0791015625, + 0.003143310546875, + -0.051055908203125, + 0.004581451416015625, + -0.0038394927978515625, + 0.006671905517578125, + -0.0096435546875, + -0.0301361083984375, + 0.0372314453125, + -0.0289764404296875, + -0.027069091796875, + -0.02783203125, + -0.0014276504516601562, + 0.0095977783203125, + 0.03302001953125, + 0.00983428955078125, + -0.0355224609375, + 0.0200653076171875, + -0.0241851806640625, + 0.00614166259765625, + -0.00911712646484375, + -0.01334381103515625, + -0.033599853515625, + -0.007343292236328125, + -0.06524658203125, + -0.0148773193359375, + 0.027069091796875, + 0.0435791015625, + 0.007534027099609375, + -0.0166015625, + 0.0382080078125, + -0.0184326171875, + -0.048187255859375, + 0.0086822509765625, + -0.01180267333984375, + -0.0280303955078125, + 0.0041046142578125, + -0.019866943359375, + 0.019866943359375, + 0.0025920867919921875, + 0.020538330078125, + 0.028411865234375, + 0.0345458984375, + 0.004077911376953125, + -0.01007843017578125, + -0.0029754638671875, + -0.02044677734375, + 0.0166015625, + 0.048370361328125, + 0.0234222412109375, + -0.0005936622619628906, + 0.01727294921875, + 0.00249481201171875, + -0.10443115234375, + -0.005588531494140625, + -0.00035691261291503906, + -0.059112548828125, + 0.003719329833984375, + 0.0667724609375, + 0.0203399658203125, + -0.0183258056640625, + 0.05145263671875, + 0.03955078125, + 0.032623291015625, + 0.0096893310546875, + -0.0149688720703125, + -0.0748291015625, + -0.003574371337890625, + 0.0295562744140625, + 0.0209197998046875, + -0.028594970703125, + 0.06219482421875, + 0.07177734375, + -0.031463623046875, + -0.01165771484375, + 0.0004169940948486328, + -0.009979248046875, + 0.056060791015625, + 0.0004258155822753906, + 0.0122833251953125, + -0.06719970703125, + 0.0223541259765625, + 0.028594970703125, + -0.007007598876953125, + -0.0182342529296875, + -0.0196685791015625, + -0.02178955078125, + 0.043182373046875, + -0.02532958984375, + -0.017181396484375, + -0.0149688720703125, + 0.09674072265625, + -0.00283050537109375, + -0.0238037109375, + -0.0211181640625, + 0.044342041015625, + 0.013916015625, + -0.024383544921875, + -0.0036468505859375, + 0.01276397705078125, + 0.010894775390625, + 0.0341796875, + 0.0372314453125, + 0.027252197265625, + 0.06292724609375, + 0.0095977783203125, + -0.0439453125, + 0.032623291015625, + 0.01142120361328125, + -0.000029802322387695312, + 0.00008320808410644531, + -0.05181884765625, + -0.00222015380859375, + -0.057586669921875, + 0.042816162109375, + 0.003932952880859375, + 0.042022705078125, + 0.0176544189453125, + -0.0016679763793945312, + -0.01708984375, + 0.01171112060546875, + 0.0200653076171875, + 0.06488037109375, + 0.0282135009765625, + 0.0017633438110351562, + 0.025726318359375, + 0.002422332763671875, + 0.01146697998046875, + -0.03033447265625, + 0.03857421875, + -0.03338623046875, + 0.016510009765625, + -0.056427001953125, + 0.006023406982421875, + 0.004486083984375, + -0.005756378173828125, + -0.018707275390625, + -0.027069091796875, + -0.005855560302734375, + -0.0307159423828125, + -0.0606689453125, + -0.0128631591796875, + 0.04913330078125, + -0.03472900390625, + 0.0234222412109375, + 0.018524169921875, + -0.0222625732421875, + 0.02398681640625, + -0.041259765625, + 0.0714111328125, + 0.040496826171875, + 0.035888671875, + -0.02044677734375, + 0.0016794204711914062, + 0.027252197265625, + 0.00165557861328125, + 0.001163482666015625, + 0.041259765625, + -0.025726318359375, + 0.048370361328125, + 0.044525146484375, + 0.00882720947265625, + -0.0214996337890625, + 0.0215911865234375, + -0.0082550048828125, + -0.057952880859375, + 0.060272216796875, + 0.024383544921875, + 0.0247650146484375, + 0.007389068603515625, + -0.010223388671875, + -0.000911712646484375, + -0.058349609375, + 0.045684814453125, + 0.0176544189453125, + 0.0015716552734375, + 0.025909423828125, + -0.0667724609375, + 0.03436279296875, + 0.00786590576171875, + 0.0452880859375, + -0.031280517578125, + 0.03741455078125, + -0.01123046875, + 0.0136260986328125, + -0.0015592575073242188, + 0.004871368408203125, + 0.00911712646484375, + 0.023895263671875, + -0.0129547119140625, + 0.06256103515625, + 0.0136260986328125, + 0.007678985595703125, + -0.052581787109375, + -0.019378662109375, + 0.0013494491577148438, + 0.01016998291015625, + 0.052215576171875, + -0.05029296875, + -0.033203125, + 0.0214080810546875, + 0.042999267578125, + 0.053375244140625, + -0.0255279541015625, + 0.04376220703125, + -0.005397796630859375, + -0.02532958984375, + -0.00347900390625, + -0.01477813720703125 + ], + "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" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_FACT", + "type": "tool", + "name": "FACT", + "content": "fact das firmware analysis and comparison tool des bsi revolutioniert iot-security durch automatisierte bulk-analysis von embedded-firmware. web-interface ermöglicht upload ganzer firmware-sammlungen für parallele verarbeitung. über 50 analyzer dekomprimieren archive, extrahieren dateisysteme, identifizieren crypto-keys, finden backdoors. besonders mächtig: diff-analysis vergleicht firmware-versionen und identifiziert security- patches, cve-matching findet bekannte vulnerabilities in embedded libraries, entropy-analysis lokalisiert verschlüsselte bereiche. die plugin-architektur ermöglicht custom-analyzer für proprietäre formate. yara-integration für malware-detection. collaboration-features für team-analysis. rest-api automatisiert bulk-submissions. die postgresql-backend speichert metadaten durchsuchbar. perfekt für router-hersteller, security-researcher und incident-response-teams die iot-compromises untersuchen. open-source aber enterprise-ready für kritische infrastruktur-assessments. firmware automation ics-forensics malware-analysis analysis", + "embedding": [ + -0.0006856918334960938, + 0.0310211181640625, + 0.03497314453125, + 0.0323486328125, + 0.028564453125, + 0.047454833984375, + 0.0223236083984375, + 0.0028247833251953125, + -0.03460693359375, + -0.0216522216796875, + -0.013519287109375, + 0.052581787109375, + 0.010589599609375, + 0.00690460205078125, + -0.0733642578125, + 0.029693603515625, + -0.015411376953125, + -0.01068878173828125, + -0.00022161006927490234, + 0.01134490966796875, + -0.024200439453125, + 0.001010894775390625, + -0.06390380859375, + -0.02685546875, + -0.01560211181640625, + -0.0095977783203125, + -0.025909423828125, + -0.07940673828125, + -0.02667236328125, + -0.0020084381103515625, + -0.0015125274658203125, + -0.0302581787109375, + 0.0119171142578125, + 0.0213775634765625, + 0.0057220458984375, + -0.0262908935546875, + 0.01560211181640625, + -0.047271728515625, + -0.013519287109375, + 0.0218505859375, + -0.01512908935546875, + 0.001796722412109375, + 0.016265869140625, + -0.00785064697265625, + -0.0245819091796875, + -0.0310211181640625, + 0.0055084228515625, + -0.00238800048828125, + 0.0195770263671875, + -0.037445068359375, + 0.0274200439453125, + 0.01531982421875, + 0.017303466796875, + -0.0119171142578125, + -0.0440673828125, + 0.0217437744140625, + 0.042938232421875, + -0.039154052734375, + -0.0255279541015625, + 0.051055908203125, + -0.035552978515625, + -0.00411224365234375, + 0.006381988525390625, + 0.00013887882232666016, + -0.014373779296875, + 0.0289306640625, + -0.001560211181640625, + -0.021942138671875, + -0.005672454833984375, + -0.01739501953125, + 0.01617431640625, + -0.00014698505401611328, + -0.0179595947265625, + 0.009979248046875, + -0.0465087890625, + -0.032135009765625, + 0.0175933837890625, + 0.01361846923828125, + -0.01021575927734375, + -0.005908966064453125, + -0.0457763671875, + 0.012481689453125, + 0.044647216796875, + -0.0323486328125, + -0.003734588623046875, + -0.01276397705078125, + 0.009124755859375, + 0.01177215576171875, + 0.00652313232421875, + -0.02032470703125, + 0.0323486328125, + -0.0062408447265625, + 0.0167388916015625, + -0.0233612060546875, + 0.009552001953125, + 0.0499267578125, + -0.028564453125, + -0.00301361083984375, + -0.0120086669921875, + 0.05029296875, + 0.00695037841796875, + -0.0234527587890625, + 0.027618408203125, + 0.00029540061950683594, + 0.049560546875, + -0.03668212890625, + 0.0230712890625, + -0.00479888916015625, + -0.0225067138671875, + 0.007045745849609375, + -0.09832763671875, + -0.037445068359375, + -0.027801513671875, + -0.060516357421875, + -0.01409149169921875, + 0.0245819091796875, + -0.008270263671875, + 0.0226898193359375, + -0.0197601318359375, + -0.03460693359375, + 0.0197601318359375, + -0.004207611083984375, + 0.00699615478515625, + 0.002506256103515625, + -0.045196533203125, + -0.064697265625, + 0.01503753662109375, + 0.02703857421875, + -0.0347900390625, + -0.0243988037109375, + -0.00841522216796875, + -0.0235443115234375, + -0.025726318359375, + -0.0382080078125, + -0.007518768310546875, + -0.017303466796875, + 0.00992584228515625, + -0.0032863616943359375, + 0.021087646484375, + 0.01560211181640625, + 0.013427734375, + -0.044647216796875, + -0.07415771484375, + 0.0159759521484375, + -0.029876708984375, + -0.0293121337890625, + -0.038970947265625, + 0.0533447265625, + -0.0264739990234375, + 0.00039005279541015625, + -0.00505828857421875, + 0.01092529296875, + 0.069580078125, + -0.01039886474609375, + 0.01474761962890625, + -0.04840087890625, + -0.01276397705078125, + -0.0138092041015625, + 0.026092529296875, + -0.018157958984375, + -0.019378662109375, + -0.039337158203125, + -0.01522064208984375, + 0.00028061866760253906, + -0.01219940185546875, + -0.03424072265625, + 0.0067138671875, + 0.038970947265625, + 0.024017333984375, + 0.004398345947265625, + 0.0283660888671875, + -0.0087432861328125, + 0.0225067138671875, + 0.060882568359375, + 0.00115203857421875, + 0.0018672943115234375, + -0.0207061767578125, + -0.003002166748046875, + 0.039337158203125, + 0.0312042236328125, + -0.0087432861328125, + -0.021270751953125, + 0.050689697265625, + 0.01068878173828125, + 0.0419921875, + 0.0157012939453125, + -0.0172119140625, + 0.0005555152893066406, + -0.0227813720703125, + 0.037261962890625, + -0.034423828125, + -0.013427734375, + -0.034027099609375, + 0.047088623046875, + -0.0018558502197265625, + 0.056365966796875, + 0.03082275390625, + 0.0010404586791992188, + 0.034423828125, + 0.00888824462890625, + 0.027618408203125, + 0.0406494140625, + -0.00003898143768310547, + 0.0650634765625, + 0.0031909942626953125, + 0.01371002197265625, + -0.0012826919555664062, + 0.044647216796875, + 0.0274200439453125, + -0.0120086669921875, + -0.017303466796875, + 0.052947998046875, + 0.01654052734375, + -0.01531982421875, + -0.03668212890625, + -0.017486572265625, + 0.0109710693359375, + -0.00714111328125, + -0.005413055419921875, + 0.0012407302856445312, + 0.007659912109375, + -0.05596923828125, + -0.025146484375, + 0.028564453125, + -0.0215606689453125, + 0.03424072265625, + 0.025909423828125, + -0.013336181640625, + -0.03271484375, + 0.039703369140625, + 0.0399169921875, + 0.0499267578125, + 0.0176849365234375, + -0.013427734375, + -0.040863037109375, + -0.025726318359375, + 0.0138092041015625, + 0.0274200439453125, + 0.02117919921875, + 0.002635955810546875, + -0.0253448486328125, + 0.041046142578125, + -0.0142822265625, + 0.039337158203125, + 0.037445068359375, + -0.032135009765625, + 0.00888824462890625, + 0.01186370849609375, + 0.037261962890625, + 0.04388427734375, + -0.06317138671875, + -0.017303466796875, + -0.06768798828125, + 0.037261962890625, + -0.064697265625, + -0.0306396484375, + -0.0224151611328125, + -0.0361328125, + 0.029693603515625, + -0.007373809814453125, + -0.049560546875, + 0.007232666015625, + 0.005435943603515625, + 0.01068878173828125, + 0.0406494140625, + -0.0012111663818359375, + -0.05218505859375, + -0.0045166015625, + 0.096435546875, + -0.037261962890625, + -0.028564453125, + 0.01153564453125, + 0.049560546875, + 0.00936126708984375, + 0.0014009475708007812, + -0.007373809814453125, + 0.0032863616943359375, + 0.032135009765625, + 0.0291290283203125, + 0.026092529296875, + -0.019012451171875, + 0.010589599609375, + 0.011016845703125, + 0.0440673828125, + -0.01995849609375, + -0.004184722900390625, + -0.016357421875, + 0.025146484375, + 0.0233612060546875, + -0.060516357421875, + -0.0262908935546875, + 0.046905517578125, + 0.0207061767578125, + 0.01617431640625, + 0.00945281982421875, + -0.05596923828125, + -0.0066680908203125, + -0.0227813720703125, + -0.0206146240234375, + 0.0245819091796875, + 0.0478515625, + -0.0157012939453125, + 0.002410888671875, + -0.028564453125, + 0.0071868896484375, + -0.029876708984375, + -0.036865234375, + -0.0215606689453125, + -0.00484466552734375, + -0.0347900390625, + 0.00647735595703125, + 0.0005021095275878906, + -0.025909423828125, + 0.035552978515625, + -0.01078033447265625, + -0.0129547119140625, + -0.02392578125, + -0.0304412841796875, + 0.0148468017578125, + -0.0030498504638671875, + -0.035919189453125, + -0.045379638671875, + 0.0537109375, + 0.021942138671875, + -0.005130767822265625, + 0.013519287109375, + -0.004184722900390625, + -0.01512908935546875, + 0.0224151611328125, + -0.01120758056640625, + 0.0142822265625, + -0.0169219970703125, + 0.05596923828125, + 0.03253173828125, + 0.025726318359375, + 0.0160675048828125, + 0.066162109375, + 0.03875732421875, + -0.005199432373046875, + -0.01219940185546875, + 0.01446533203125, + 0.00045800209045410156, + 0.0160675048828125, + -0.0294952392578125, + -0.04803466796875, + 0.004016876220703125, + -0.01168060302734375, + 0.0184326171875, + 0.020050048828125, + 0.013519287109375, + 0.00115203857421875, + -0.0364990234375, + 0.0139007568359375, + 0.0657958984375, + -0.0006589889526367188, + 0.09832763671875, + 0.0025653839111328125, + -0.0465087890625, + 0.01446533203125, + 0.033294677734375, + -0.0235443115234375, + 0.0130462646484375, + 0.0272369384765625, + 0.021942138671875, + 0.021087646484375, + 0.03082275390625, + -0.0024814605712890625, + 0.0207977294921875, + 0.0186309814453125, + -0.0062408447265625, + 0.0206146240234375, + -0.0175933837890625, + 0.01219940185546875, + 0.01910400390625, + 0.056365966796875, + 0.0121002197265625, + 0.02685546875, + -0.0215606689453125, + -0.01995849609375, + -0.076416015625, + -0.072265625, + -0.019012451171875, + 0.0537109375, + 0.0139923095703125, + 0.08056640625, + -0.0281829833984375, + -0.04443359375, + 0.0218505859375, + -0.025909423828125, + 0.1005859375, + 0.0300750732421875, + 0.006145477294921875, + 0.019378662109375, + -0.0185394287109375, + -0.0018434524536132812, + 0.017486572265625, + 0.01617431640625, + 0.04180908203125, + 0.08660888671875, + 0.04010009765625, + 0.0291290283203125, + -0.0215606689453125, + 0.00643157958984375, + 0.032135009765625, + 0.0262908935546875, + -0.0020809173583984375, + 0.035736083984375, + 0.013336181640625, + 0.033294677734375, + -0.0283660888671875, + 0.07415771484375, + 0.049560546875, + -0.005603790283203125, + 0.0194854736328125, + -0.02288818359375, + 0.02288818359375, + -0.023162841796875, + 0.00714111328125, + 0.0128631591796875, + 0.03271484375, + 0.02703857421875, + 0.0235443115234375, + -0.04254150390625, + -0.00931549072265625, + 0.054473876953125, + -0.05218505859375, + 0.0293121337890625, + 0.0406494140625, + -0.018341064453125, + 0.0217437744140625, + -0.01409149169921875, + -0.028564453125, + 0.0184326171875, + -0.00803375244140625, + -0.03631591796875, + -0.000576019287109375, + 0.0499267578125, + -0.027984619140625, + -0.043304443359375, + -0.03253173828125, + -0.005672454833984375, + -0.0274200439453125, + -0.018157958984375, + 0.033660888671875, + -0.020904541015625, + -0.0019741058349609375, + 0.0281829833984375, + 0.0111083984375, + -0.01531982421875, + -0.0499267578125, + 0.06427001953125, + -0.00301361083984375, + -0.052947998046875, + 0.0245819091796875, + 0.0087432861328125, + 0.0090789794921875, + -0.00803375244140625, + -0.0302581787109375, + 0.0003383159637451172, + 0.033660888671875, + 0.013336181640625, + -0.0013418197631835938, + -0.052581787109375, + -0.05181884765625, + -0.0499267578125, + 0.01551055908203125, + 0.031951904296875, + 0.0206146240234375, + 0.020233154296875, + -0.05975341796875, + 0.0114898681640625, + -0.058990478515625, + -0.0294952392578125, + 0.0215606689453125, + -0.0029544830322265625, + -0.00846099853515625, + 0.064697265625, + 0.0142822265625, + 0.0196685791015625, + -0.0169219970703125, + 0.054840087890625, + 0.031585693359375, + 0.000033974647521972656, + -0.03271484375, + 0.037811279296875, + 0.018341064453125, + -0.062042236328125, + -0.00262451171875, + 0.005107879638671875, + -0.008087158203125, + 0.0382080078125, + -0.06658935546875, + -0.005344390869140625, + 0.0003192424774169922, + -0.08319091796875, + -0.043701171875, + -0.043121337890625, + -0.01418304443359375, + -0.05596923828125, + 0.02874755859375, + 0.0170135498046875, + -0.007659912109375, + 0.033477783203125, + 0.0024585723876953125, + -0.029876708984375, + 0.0121002197265625, + 0.0090789794921875, + -0.01172637939453125, + 0.046722412109375, + -0.041229248046875, + -0.03424072265625, + -0.0091705322265625, + 0.0255279541015625, + -0.0312042236328125, + 0.01186370849609375, + 0.002044677734375, + -0.01522064208984375, + 0.037628173828125, + -0.03497314453125, + 0.0002186298370361328, + -0.0207977294921875, + -0.039520263671875, + -0.03424072265625, + -0.01531982421875, + 0.007091522216796875, + 0.01617431640625, + 0.0128631591796875, + 0.01371002197265625, + 0.054473876953125, + -0.04840087890625, + 0.021270751953125, + 0.01082611083984375, + -0.0223236083984375, + 0.00527191162109375, + -0.025146484375, + 0.004230499267578125, + -0.03631591796875, + 0.02496337890625, + -0.05145263671875, + -0.03631591796875, + -0.0650634765625, + 0.01551055908203125, + -0.0225067138671875, + -0.01068878173828125, + -0.017120361328125, + -0.03631591796875, + -0.058624267578125, + -0.004398345947265625, + 0.0125732421875, + -0.00275421142578125, + 0.009979248046875, + -0.04254150390625, + -0.0264739990234375, + 0.0019025802612304688, + -0.043304443359375, + 0.039154052734375, + -0.019012451171875, + 0.003948211669921875, + -0.0096893310546875, + -0.031951904296875, + 0.02203369140625, + 0.018341064453125, + 0.0330810546875, + 0.0207977294921875, + 0.02392578125, + -0.01995849609375, + 0.035186767578125, + 0.004230499267578125, + 0.0058135986328125, + -0.0025997161865234375, + -0.01446533203125, + 0.005435943603515625, + -0.03460693359375, + -0.016357421875, + 0.0198516845703125, + 0.0302581787109375, + 0.034027099609375, + -0.020050048828125, + -0.039703369140625, + 0.027801513671875, + -0.0095977783203125, + 0.0293121337890625, + -0.040863037109375, + -0.047088623046875, + 0.0194854736328125, + -0.013427734375, + 0.041595458984375, + 0.036865234375, + -0.00794219970703125, + -0.0294952392578125, + 0.00225830078125, + 0.056732177734375, + -0.0128631591796875, + -0.039703369140625, + -0.043487548828125, + 0.01116180419921875, + 0.0224151611328125, + 0.06390380859375, + -0.02685546875, + 0.07525634765625, + 0.019378662109375, + 0.0012054443359375, + 0.033843994140625, + 0.06768798828125, + 0.0457763671875, + -0.01910400390625, + -0.049560546875, + -0.025146484375, + -0.0002601146697998047, + -0.052947998046875, + -0.046905517578125, + -0.0036163330078125, + 0.05029296875, + -0.041046142578125, + -0.031402587890625, + -0.013336181640625, + -0.00988006591796875, + -0.0004076957702636719, + 0.04010009765625, + -0.0302581787109375, + 0.019287109375, + 0.0139007568359375, + -0.047088623046875, + 0.0111083984375, + -0.01446533203125, + -0.0227813720703125, + 0.050689697265625, + 0.0274200439453125, + -0.0233612060546875, + 0.01120758056640625, + 0.010162353515625, + 0.0253448486328125, + 0.0247802734375, + 0.017303466796875, + 0.01035308837890625, + 0.03839111328125, + 0.02392578125, + 0.05560302734375, + -0.00879669189453125, + -0.0245819091796875, + -0.0027065277099609375, + 0.0227813720703125, + 0.015411376953125, + 0.049560546875, + 0.022216796875, + 0.014373779296875, + 0.01229095458984375, + -0.05029296875, + 0.0158843994140625, + 0.0017137527465820312, + 0.0289306640625, + -0.0330810546875, + -0.0243988037109375, + 0.0017137527465820312, + -0.027984619140625, + 0.035552978515625, + 0.01551055908203125, + -0.0300750732421875, + 0.00897979736328125, + 0.03271484375, + 0.006381988525390625, + -0.0226898193359375, + 0.019378662109375, + -0.019378662109375, + -0.03631591796875, + -0.027984619140625, + -0.00628662109375, + 0.0537109375, + -0.029876708984375, + -0.058624267578125, + -0.0291290283203125, + 0.029693603515625, + -0.00484466552734375, + -0.0364990234375, + -0.04425048828125, + 0.0217437744140625, + -0.02703857421875, + -0.035919189453125, + -0.0330810546875, + -0.032135009765625, + 0.01021575927734375, + -0.01116180419921875, + -0.0216522216796875, + -0.0179595947265625, + 0.006195068359375, + 0.00029850006103515625, + -0.04388427734375, + -0.023162841796875, + 0.027801513671875, + -0.054840087890625, + 0.04595947265625, + -0.0009336471557617188, + 0.007755279541015625, + 0.041229248046875, + 0.06658935546875, + 0.007518768310546875, + 0.027801513671875, + 0.0009336471557617188, + -0.058258056640625, + 0.0215606689453125, + -0.0004935264587402344, + 0.00005984306335449219, + -0.0654296875, + 0.016357421875, + 0.0253448486328125, + -0.05145263671875, + 0.021087646484375, + 0.00225830078125, + 0.00992584228515625, + -0.05560302734375, + -0.00785064697265625, + 0.02099609375, + 0.0077056884765625, + 0.056365966796875, + 0.0157928466796875, + -0.022125244140625, + -0.0003502368927001953, + -0.047454833984375, + 0.041412353515625, + 0.0347900390625, + 0.01219940185546875, + -0.0226898193359375, + 0.01617431640625, + -0.0062408447265625, + -0.03857421875, + -0.011016845703125, + -0.0888671875, + -0.00893402099609375, + 0.021270751953125, + 0.039337158203125, + -0.01168060302734375, + -0.005908966064453125, + -0.058990478515625, + -0.027801513671875, + -0.0172119140625, + 0.02288818359375, + 0.01465606689453125, + 0.0233612060546875, + -0.02392578125, + -0.0024585723876953125, + -0.0082244873046875, + -0.05029296875, + -0.0247802734375, + -0.019195556640625, + 0.028564453125, + 0.0004019737243652344, + -0.0692138671875, + 0.03668212890625, + 0.0081787109375, + -0.010498046875, + 0.0283660888671875, + 0.058258056640625, + -0.04425048828125, + -0.0178680419921875, + 0.01446533203125, + 0.027984619140625, + 0.0003960132598876953, + -0.004207611083984375, + -0.0017023086547851562, + 0.00841522216796875, + 0.0125732421875, + -0.035552978515625, + 0.03289794921875, + 0.032135009765625, + -0.01446533203125, + -0.058990478515625, + -0.031768798828125, + -0.04840087890625, + 0.035919189453125, + -0.02117919921875, + 0.04180908203125, + 0.0184326171875, + -0.021270751953125, + -0.1043701171875, + 0.0650634765625, + -0.0128631591796875, + 0.0302581787109375, + 0.01129913330078125, + -0.020233154296875, + -0.0440673828125, + -0.0419921875, + 0.01139068603515625, + 0.0169219970703125, + -0.060150146484375, + 0.037261962890625, + -0.004253387451171875, + -0.00931549072265625, + 0.00945281982421875, + -0.01739501953125, + 0.007282257080078125, + 0.039154052734375, + 0.002410888671875, + -0.02392578125, + 0.05975341796875, + -0.0657958984375, + 0.0206146240234375, + -0.007755279541015625, + 0.034027099609375, + 0.01522064208984375, + -0.00643157958984375, + -0.031402587890625, + -0.00191497802734375, + 0.0312042236328125, + 0.03424072265625, + -0.0253448486328125, + 0.0016078948974609375, + -0.0168304443359375, + 0.047271728515625, + 0.001270294189453125, + -0.01276397705078125, + 0.011627197265625, + -0.00803375244140625, + -0.0347900390625, + 0.0157012939453125, + -0.047271728515625, + -0.07794189453125, + 0.0006794929504394531, + -0.054840087890625, + -0.01531982421875, + 0.00841522216796875, + 0.0225982666015625, + 0.015411376953125, + -0.0304412841796875, + 0.037445068359375, + 0.0081787109375, + -0.009033203125, + -0.021942138671875, + 0.0253448486328125, + -0.0281829833984375, + 0.041595458984375, + 0.0096435546875, + -0.0125732421875, + 0.016448974609375, + -0.0227813720703125, + -0.01456451416015625, + -0.027618408203125, + 0.0224151611328125, + -0.01503753662109375, + 0.037078857421875, + -0.0457763671875, + 0.007282257080078125, + 0.029876708984375, + 0.0169219970703125, + 0.0201416015625, + -0.02667236328125, + 0.042938232421875, + -0.0157012939453125, + -0.047088623046875, + 0.0095977783203125, + -0.034423828125, + -0.01177215576171875, + 0.0312042236328125, + -0.0264739990234375, + -0.0021266937255859375, + 0.00884246826171875, + 0.028564453125, + 0.0204315185546875, + 0.0198516845703125, + 0.01153564453125, + -0.027618408203125, + -0.00290679931640625, + -0.00643157958984375, + 0.0245819091796875, + 0.0001964569091796875, + 0.03857421875, + -0.0167388916015625, + 0.03271484375, + 0.0077056884765625, + -0.0888671875, + 0.018157958984375, + -0.0170135498046875, + -0.049560546875, + 0.0184326171875, + 0.0540771484375, + 0.039154052734375, + -0.0027065277099609375, + 0.045562744140625, + 0.05712890625, + 0.037445068359375, + 0.0130462646484375, + -0.01456451416015625, + -0.08319091796875, + -0.01314544677734375, + 0.035369873046875, + 0.0300750732421875, + -0.054473876953125, + 0.0465087890625, + 0.054473876953125, + -0.006381988525390625, + 0.0217437744140625, + -0.006572723388671875, + -0.00337982177734375, + 0.0540771484375, + 0.0185394287109375, + 0.034027099609375, + -0.05181884765625, + 0.00595855712890625, + 0.0187225341796875, + -0.007564544677734375, + 0.0011644363403320312, + 0.00522613525390625, + 0.005886077880859375, + 0.044830322265625, + -0.07147216796875, + 0.007518768310546875, + 0.0226898193359375, + 0.05596923828125, + 0.00432586669921875, + -0.020233154296875, + -0.01276397705078125, + 0.0291290283203125, + 0.026092529296875, + -0.004680633544921875, + 0.0186309814453125, + 0.0197601318359375, + -0.0091705322265625, + 0.00475311279296875, + 0.060882568359375, + -0.00180816650390625, + 0.032135009765625, + 0.033294677734375, + -0.03460693359375, + 0.037078857421875, + -0.01474761962890625, + 0.039154052734375, + 0.006145477294921875, + -0.036865234375, + -0.0149383544921875, + -0.033660888671875, + 0.0293121337890625, + 0.001377105712890625, + 0.0364990234375, + 0.0036869049072265625, + -0.028564453125, + -0.0006766319274902344, + 0.0218505859375, + 0.0015840530395507812, + 0.0540771484375, + 0.03082275390625, + 0.01267242431640625, + 0.019195556640625, + 0.0245819091796875, + 0.0224151611328125, + -0.046905517578125, + 0.045013427734375, + -0.02496337890625, + -0.0188140869140625, + -0.04443359375, + -0.01267242431640625, + 0.0007328987121582031, + -0.0281829833984375, + -0.0100250244140625, + -0.051055908203125, + 0.00897979736328125, + -0.01465606689453125, + -0.037261962890625, + 0.0218505859375, + 0.05523681640625, + -0.0306396484375, + 0.01910400390625, + 0.0234527587890625, + -0.005603790283203125, + 0.00992584228515625, + -0.05596923828125, + 0.079833984375, + 0.058258056640625, + 0.0223236083984375, + -0.005767822265625, + -0.01418304443359375, + 0.037261962890625, + 0.006336212158203125, + 0.01026153564453125, + 0.01824951171875, + -0.00019800662994384766, + 0.05560302734375, + 0.0302581787109375, + 0.01219940185546875, + -0.05029296875, + 0.0281829833984375, + 0.00742340087890625, + -0.036865234375, + 0.0179595947265625, + 0.013427734375, + 0.00921630859375, + -0.02685546875, + -0.01007080078125, + -0.0225067138671875, + -0.04254150390625, + 0.05596923828125, + -0.037445068359375, + -0.0217437744140625, + 0.015411376953125, + -0.043487548828125, + 0.031951904296875, + 0.0179595947265625, + 0.04840087890625, + -0.0283660888671875, + 0.049560546875, + -0.0274200439453125, + 0.0149383544921875, + 0.006809234619140625, + 0.035552978515625, + -0.025909423828125, + 0.0616455078125, + -0.037811279296875, + 0.05560302734375, + 0.0196685791015625, + -0.0204315185546875, + -0.035186767578125, + -0.0095977783203125, + 0.0172119140625, + 0.0004551410675048828, + 0.03839111328125, + -0.04595947265625, + 0.0039005279541015625, + 0.00337982177734375, + 0.050689697265625, + 0.0482177734375, + -0.019012451171875, + -0.00045800209045410156, + 0.00974273681640625, + -0.0008630752563476562, + -0.01139068603515625, + -0.0025882720947265625 + ], + "metadata": { + "domains": [ + "ics-forensics", + "malware-analysis" + ], + "phases": [ + "analysis" + ], + "tags": [ + "firmware", + "automation" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Android_Studio", + "type": "tool", + "name": "Android Studio", + "content": "android studio offizielle ide von google für die android‑entwicklung, basierend auf jetbrains intellij idea. integriert ein flexibles gradle‑buildsystem, jetpack‑compose‑designer, geräte‑emulator, profiler und debugging‑tools, um mobile apps effizient zu erstellen, zu testen und zu analysieren – auch für forensische re‑packaging‑ oder malware‑analysen von apks. ide android emulator debugging mobile-forensics malware-analysis examination analysis", + "embedding": [ + -0.0266265869140625, + 0.01016998291015625, + 0.038177490234375, + 0.009857177734375, + 0.0011157989501953125, + 0.01517486572265625, + 0.045196533203125, + 0.0295257568359375, + 0.00498199462890625, + 0.00701904296875, + -0.0174407958984375, + 0.07061767578125, + -0.0086212158203125, + 0.0094451904296875, + -0.0394287109375, + 0.039215087890625, + -0.004825592041015625, + 0.0251922607421875, + -0.0186767578125, + 0.01233673095703125, + -0.0212554931640625, + -0.04150390625, + -0.046875, + -0.01971435546875, + -0.0086669921875, + 0.0301361083984375, + -0.0295257568359375, + -0.06524658203125, + -0.0295257568359375, + -0.0311737060546875, + 0.031585693359375, + -0.0184783935546875, + -0.0187835693359375, + 0.0309600830078125, + 0.0104217529296875, + -0.004154205322265625, + 0.01248931884765625, + -0.04150390625, + -0.0276641845703125, + 0.03076171875, + 0.035491943359375, + -0.002941131591796875, + 0.036956787109375, + 0.020233154296875, + -0.01641845703125, + -0.0238494873046875, + -0.00479888916015625, + -0.0152740478515625, + 0.0211639404296875, + -0.0139312744140625, + 0.042938232421875, + 0.0114593505859375, + 0.03717041015625, + -0.0002048015594482422, + -0.0157928466796875, + 0.039642333984375, + 0.0258026123046875, + -0.04107666015625, + -0.06732177734375, + 0.033233642578125, + -0.03717041015625, + -0.0136260986328125, + 0.005523681640625, + -0.009033203125, + -0.01305389404296875, + 0.0258026123046875, + 0.01558685302734375, + -0.0313720703125, + -0.012847900390625, + 0.005443572998046875, + 0.002567291259765625, + -0.0032253265380859375, + -0.0101165771484375, + 0.078857421875, + -0.0189971923828125, + -0.04437255859375, + -0.00572967529296875, + -0.004207611083984375, + 0.01476287841796875, + 0.004901885986328125, + -0.040252685546875, + 0.00815582275390625, + 0.062744140625, + -0.0086212158203125, + -0.00588226318359375, + 0.01192474365234375, + 0.01702880859375, + 0.00939178466796875, + 0.0203399658203125, + 0.0247650146484375, + 0.048309326171875, + -0.0251922607421875, + 0.016510009765625, + -0.013519287109375, + 0.0303497314453125, + 0.04150390625, + -0.0252838134765625, + -0.014556884765625, + -0.006504058837890625, + 0.032196044921875, + -0.00621795654296875, + 0.016510009765625, + 0.08258056640625, + 0.0015869140625, + 0.022705078125, + -0.04376220703125, + 0.00014352798461914062, + 0.01424407958984375, + -0.0117645263671875, + -0.01517486572265625, + -0.09539794921875, + -0.044189453125, + -0.046875, + -0.05615234375, + -0.00225830078125, + 0.004619598388671875, + -0.01088714599609375, + 0.038604736328125, + -0.072265625, + -0.0313720703125, + 0.005962371826171875, + 0.038177490234375, + 0.0026187896728515625, + 0.0231170654296875, + -0.02569580078125, + -0.03778076171875, + -0.004543304443359375, + 0.029937744140625, + -0.04437255859375, + -0.033447265625, + -0.01476287841796875, + -0.05120849609375, + -0.00980377197265625, + -0.0244598388671875, + 0.003108978271484375, + -0.034881591796875, + 0.06768798828125, + 0.01114654541015625, + -0.0027484893798828125, + 0.00701904296875, + 0.01073455810546875, + -0.037994384765625, + -0.056976318359375, + 0.01837158203125, + -0.006320953369140625, + 0.0014123916625976562, + -0.01476287841796875, + 0.038177490234375, + -0.032196044921875, + -0.02911376953125, + -0.01155853271484375, + 0.00330352783203125, + 0.05120849609375, + 0.0072784423828125, + -0.017242431640625, + -0.034881591796875, + -0.00836181640625, + -0.009185791015625, + 0.043365478515625, + -0.0236358642578125, + -0.05615234375, + 0.019195556640625, + -0.0194091796875, + 0.001316070556640625, + -0.0152740478515625, + -0.0211639404296875, + 0.0016260147094726562, + -0.0026836395263671875, + 0.021575927734375, + -0.004207611083984375, + 0.01372528076171875, + -0.0149688720703125, + 0.044189453125, + 0.045196533203125, + 0.003108978271484375, + 0.0361328125, + -0.012542724609375, + 0.0072784423828125, + 0.0204315185546875, + 0.01104736328125, + -0.025604248046875, + -0.00487518310546875, + 0.04852294921875, + 0.0328369140625, + 0.02703857421875, + -0.019500732421875, + -0.040863037109375, + -0.020538330078125, + -0.036529541015625, + 0.03448486328125, + -0.039642333984375, + -0.00384521484375, + -0.01558685302734375, + 0.038604736328125, + 0.0005578994750976562, + 0.05450439453125, + 0.0309600830078125, + -0.0203399658203125, + 0.0198211669921875, + -0.0171356201171875, + 0.01413726806640625, + 0.029937744140625, + 0.03839111328125, + 0.035919189453125, + -0.00970458984375, + 0.02703857421875, + 0.0144500732421875, + 0.0174407958984375, + -0.007793426513671875, + -0.0194091796875, + -0.021881103515625, + 0.02001953125, + -0.004154205322265625, + -0.03076171875, + -0.024566650390625, + -0.0394287109375, + 0.024261474609375, + -0.0152740478515625, + -0.007381439208984375, + -0.0213623046875, + -0.005859375, + -0.03448486328125, + -0.013214111328125, + 0.0244598388671875, + -0.00640106201171875, + 0.015380859375, + 0.0501708984375, + -0.0274505615234375, + -0.017547607421875, + 0.00887298583984375, + -0.006656646728515625, + 0.0328369140625, + 0.0015544891357421875, + 0.00606536865234375, + -0.025604248046875, + -0.014556884765625, + 0.024871826171875, + 0.0254974365234375, + 0.047271728515625, + 0.006862640380859375, + -0.0152740478515625, + 0.02642822265625, + -0.00882720947265625, + 0.044586181640625, + 0.033447265625, + -0.036956787109375, + -0.00939178466796875, + 0.013214111328125, + 0.0251922607421875, + 0.060272216796875, + -0.0301361083984375, + 0.0038700103759765625, + -0.06396484375, + 0.00330352783203125, + -0.053253173828125, + -0.035491943359375, + -0.014556884765625, + -0.04644775390625, + 0.06317138671875, + -0.052215576171875, + -0.0254974365234375, + -0.00313568115234375, + 0.02703857421875, + 0.006916046142578125, + 0.019195556640625, + 0.027862548828125, + -0.0540771484375, + 0.00965118408203125, + 0.05181884765625, + 0.0169219970703125, + -0.005985260009765625, + -0.00923919677734375, + 0.00815582275390625, + 0.005832672119140625, + 0.002193450927734375, + -0.0157928466796875, + 0.01073455810546875, + 0.0169219970703125, + 0.033447265625, + 0.01342010498046875, + -0.0241546630859375, + 0.0309600830078125, + 0.034881591796875, + 0.0095977783203125, + -0.0266265869140625, + -0.044189453125, + 0.007381439208984375, + 0.0186767578125, + -0.0030574798583984375, + -0.037994384765625, + -0.03179931640625, + 0.048095703125, + 0.033843994140625, + 0.0241546630859375, + 0.0276641845703125, + -0.049957275390625, + -0.00521087646484375, + 0.0244598388671875, + -0.0198211669921875, + 0.036956787109375, + 0.04541015625, + 0.0010833740234375, + -0.00363922119140625, + 0.02642822265625, + 0.008514404296875, + -0.03448486328125, + -0.02972412109375, + -0.02642822265625, + 0.0222930908203125, + -0.053680419921875, + -0.0340576171875, + 0.0131072998046875, + -0.0149688720703125, + 0.006862640380859375, + 0.01140594482421875, + -0.01465606689453125, + -0.019500732421875, + -0.03717041015625, + 0.0107879638671875, + -0.052215576171875, + -0.0181732177734375, + -0.0244598388671875, + 0.06524658203125, + 0.00498199462890625, + 0.003238677978515625, + -0.0067596435546875, + -0.05450439453125, + -0.04437255859375, + 0.0167236328125, + -0.019927978515625, + -0.01021575927734375, + 0.0174407958984375, + 0.04974365234375, + 0.028076171875, + 0.01424407958984375, + 0.01837158203125, + 0.09576416015625, + 0.042327880859375, + -0.0036640167236328125, + -0.0186767578125, + 0.005420684814453125, + 0.0244598388671875, + 0.01316070556640625, + -0.042510986328125, + -0.041290283203125, + 0.0020771026611328125, + -0.028900146484375, + 0.0236358642578125, + -0.01166534423828125, + 0.0328369140625, + 0.03179931640625, + -0.0193023681640625, + -0.007328033447265625, + 0.04376220703125, + -0.0026187896728515625, + 0.08837890625, + -0.0261077880859375, + -0.04376220703125, + -0.035919189453125, + 0.040252685546875, + -0.03509521484375, + 0.01290130615234375, + 0.020843505859375, + 0.0107879638671875, + 0.006191253662109375, + 0.043548583984375, + -0.027252197265625, + 0.0217742919921875, + 0.01305389404296875, + -0.0152740478515625, + 0.0163116455078125, + -0.005962371826171875, + -0.004180908203125, + 0.03302001953125, + 0.0266265869140625, + 0.017852783203125, + 0.0240478515625, + -0.0166168212890625, + 0.004180908203125, + -0.0276641845703125, + -0.02105712890625, + 0.00949859619140625, + 0.044189453125, + 0.0251922607421875, + 0.03466796875, + -0.03240966796875, + -0.04437255859375, + 0.0014514923095703125, + -0.0190887451171875, + 0.100341796875, + 0.034881591796875, + 0.0251922607421875, + 0.0176544189453125, + -0.0263214111328125, + 0.01058197021484375, + -0.0009098052978515625, + 0.0174407958984375, + 0.047698974609375, + 0.060272216796875, + 0.04046630859375, + 0.00970458984375, + -0.050384521484375, + 0.0244598388671875, + 0.03448486328125, + 0.02703857421875, + 0.0007452964782714844, + 0.04437255859375, + 0.01088714599609375, + 0.0213623046875, + -0.0102691650390625, + 0.0460205078125, + 0.0186767578125, + 0.00505828857421875, + 0.0276641845703125, + -0.02105712890625, + -0.01435089111328125, + -0.04437255859375, + 0.002941131591796875, + 0.02001953125, + 0.026214599609375, + 0.01641845703125, + 0.00614166259765625, + -0.033233642578125, + -0.008514404296875, + 0.049530029296875, + -0.05242919921875, + 0.0074310302734375, + 0.0309600830078125, + -0.030548095703125, + 0.01558685302734375, + -0.038818359375, + -0.038818359375, + 0.012847900390625, + -0.0159912109375, + -0.06646728515625, + 0.026214599609375, + 0.0233306884765625, + -0.042724609375, + -0.033233642578125, + -0.031585693359375, + 0.007793426513671875, + -0.00830841064453125, + 0.001605987548828125, + 0.034881591796875, + 0.0005869865417480469, + -0.009857177734375, + 0.0301361083984375, + 0.040679931640625, + -0.00748443603515625, + -0.044189453125, + 0.03448486328125, + -0.012542724609375, + -0.03240966796875, + 0.0174407958984375, + 0.020538330078125, + 0.0181732177734375, + -0.0474853515625, + 0.0013284683227539062, + -0.004413604736328125, + 0.0190887451171875, + 0.01548004150390625, + 0.0186767578125, + -0.004360198974609375, + -0.0340576171875, + -0.05450439453125, + 0.04705810546875, + 0.037994384765625, + 0.020538330078125, + -0.040863037109375, + -0.048309326171875, + 0.0139312744140625, + -0.047698974609375, + -0.021881103515625, + -0.0222930908203125, + 0.035491943359375, + -0.0268402099609375, + 0.0615234375, + 0.020843505859375, + -0.00965118408203125, + -0.001857757568359375, + 0.061920166015625, + -0.0092926025390625, + 0.02703857421875, + -0.051605224609375, + 0.084228515625, + 0.043975830078125, + -0.0367431640625, + -0.046661376953125, + 0.0239410400390625, + -0.01171875, + 0.049346923828125, + -0.057403564453125, + -0.0239410400390625, + -0.01104736328125, + -0.05615234375, + -0.028076171875, + -0.045623779296875, + 0.00020802021026611328, + -0.040679931640625, + 0.021881103515625, + 0.0274505615234375, + -0.01171875, + 0.0460205078125, + 0.02642822265625, + 0.014556884765625, + 0.030548095703125, + -0.007122039794921875, + -0.0052642822265625, + -0.00836181640625, + -0.045013427734375, + -0.0234375, + -0.020233154296875, + 0.03570556640625, + -0.015380859375, + -0.0015287399291992188, + -0.0025424957275390625, + -0.0016002655029296875, + 0.05450439453125, + -0.014556884765625, + 0.005496978759765625, + -0.022918701171875, + -0.0394287109375, + -0.0260162353515625, + -0.0260162353515625, + -0.006862640380859375, + 0.028076171875, + -0.028076171875, + 0.0295257568359375, + 0.06109619140625, + -0.061920166015625, + 0.002323150634765625, + 0.0201263427734375, + -0.0181732177734375, + 0.0212554931640625, + -0.00681304931640625, + -0.007381439208984375, + -0.015380859375, + -0.0016002655029296875, + -0.031982421875, + -0.05780029296875, + -0.056976318359375, + 0.037353515625, + -0.028900146484375, + -0.01068115234375, + -0.031982421875, + -0.039642333984375, + -0.052642822265625, + -0.0015544891357421875, + 0.047882080078125, + 0.01372528076171875, + 0.0113525390625, + -0.0204315185546875, + -0.04376220703125, + -0.001148223876953125, + -0.0284881591796875, + 0.032196044921875, + -0.0268402099609375, + 0.01806640625, + 0.0260162353515625, + -0.040863037109375, + -0.0004031658172607422, + 0.008514404296875, + 0.042938232421875, + 0.038604736328125, + 0.050567626953125, + -0.0209503173828125, + 0.02703857421875, + -0.00412750244140625, + -0.012176513671875, + -0.0066070556640625, + -0.005985260009765625, + 0.0196075439453125, + -0.030548095703125, + -0.01274871826171875, + 0.01248931884765625, + 0.006504058837890625, + -0.01274871826171875, + 0.003742218017578125, + -0.05078125, + 0.028076171875, + 0.0231170654296875, + 0.042327880859375, + -0.04376220703125, + -0.0258026123046875, + -0.03076171875, + 0.00991058349609375, + 0.031982421875, + 0.0217742919921875, + -0.00815582275390625, + -0.0201263427734375, + -0.0169219970703125, + 0.032196044921875, + 0.014862060546875, + -0.0421142578125, + -0.031585693359375, + 0.032623291015625, + 0.046234130859375, + 0.05120849609375, + 0.00554656982421875, + 0.07098388671875, + 0.0276641845703125, + -0.0110931396484375, + 0.013214111328125, + 0.0648193359375, + 0.036529541015625, + -0.036529541015625, + -0.0513916015625, + 0.017852783203125, + 0.0030956268310546875, + -0.027252197265625, + -0.056976318359375, + 0.0198211669921875, + 0.04168701171875, + -0.05987548828125, + -0.00872039794921875, + -0.01166534423828125, + -0.00487518310546875, + -0.025604248046875, + 0.023529052734375, + -0.0104217529296875, + -0.0017805099487304688, + 0.0079498291015625, + -0.05120849609375, + -0.0198211669921875, + -0.01032257080078125, + 0.0340576171875, + 0.049957275390625, + 0.0086669921875, + -0.02972412109375, + 0.02642822265625, + 0.02703857421875, + 0.0287017822265625, + 0.005496978759765625, + 0.0247650146484375, + -0.0016775131225585938, + 0.0447998046875, + 0.0225982666015625, + 0.049957275390625, + -0.028900146484375, + -0.0261077880859375, + 0.0109405517578125, + 0.0238494873046875, + 0.0179595947265625, + 0.03179931640625, + -0.011871337890625, + 0.00830841064453125, + -0.036529541015625, + -0.0501708984375, + 0.004852294921875, + 0.0136260986328125, + -0.006450653076171875, + -0.043365478515625, + -0.041290283203125, + 0.007793426513671875, + -0.0615234375, + 0.03240966796875, + 0.0171356201171875, + -0.009033203125, + -0.0128021240234375, + 0.02911376953125, + -0.0012187957763671875, + -0.0287017822265625, + 0.0168304443359375, + 0.005443572998046875, + -0.0045928955078125, + -0.0540771484375, + -0.040863037109375, + 0.025604248046875, + 0.005908966064453125, + -0.0833740234375, + -0.0236358642578125, + 0.0266265869140625, + -0.0166168212890625, + -0.0189971923828125, + -0.03509521484375, + 0.0169219970703125, + -0.001232147216796875, + -0.0252838134765625, + -0.03302001953125, + -0.00681304931640625, + -0.01383209228515625, + -0.0181732177734375, + 0.0258026123046875, + -0.016510009765625, + -0.0311737060546875, + 0.012847900390625, + -0.038177490234375, + -0.023223876953125, + 0.042724609375, + -0.041290283203125, + 0.036956787109375, + 0.01084136962890625, + -0.023529052734375, + 0.036346435546875, + 0.0361328125, + 0.019927978515625, + 0.00518798828125, + -0.00479888916015625, + -0.050567626953125, + -0.0012187957763671875, + -0.00980377197265625, + 0.0212554931640625, + -0.0635986328125, + 0.01702880859375, + 0.0743408203125, + -0.09783935546875, + 0.0160980224609375, + 0.027862548828125, + -0.036529541015625, + -0.03778076171875, + -0.003742218017578125, + 0.0022068023681640625, + 0.01413726806640625, + 0.07763671875, + 0.00196075439453125, + -0.019195556640625, + 0.0010519027709960938, + -0.05120849609375, + 0.04541015625, + 0.0092926025390625, + 0.022705078125, + -0.059051513671875, + 0.005031585693359375, + 0.02001953125, + 0.0107879638671875, + 0.007381439208984375, + -0.06439208984375, + 0.0136260986328125, + 0.014556884765625, + 0.01435089111328125, + 0.00681304931640625, + -0.01558685302734375, + -0.0225982666015625, + -0.0186767578125, + -0.0254974365234375, + 0.0282745361328125, + 0.0246734619140625, + -0.007328033447265625, + -0.0309600830078125, + -0.0092926025390625, + 0.0024127960205078125, + -0.039215087890625, + -0.028900146484375, + -0.032623291015625, + 0.059051513671875, + 0.0038700103759765625, + -0.04913330078125, + 0.0287017822265625, + -0.00405120849609375, + 0.0160980224609375, + 0.0214691162109375, + 0.051605224609375, + -0.0247650146484375, + 0.00337982177734375, + -0.022918701171875, + 0.0295257568359375, + -0.00014913082122802734, + 0.01222991943359375, + -0.0079498291015625, + 0.0276641845703125, + 0.002864837646484375, + -0.0225982666015625, + 0.037353515625, + 0.03076171875, + -0.008209228515625, + -0.065673828125, + -0.007534027099609375, + -0.07098388671875, + 0.03570556640625, + -0.007587432861328125, + 0.043975830078125, + 0.037353515625, + -0.0140380859375, + -0.097412109375, + 0.02239990234375, + -0.033447265625, + 0.031585693359375, + 0.0174407958984375, + -0.0184783935546875, + -0.089599609375, + -0.0252838134765625, + -0.0287017822265625, + 0.01837158203125, + -0.027862548828125, + 0.043365478515625, + -0.005107879638671875, + 0.01806640625, + 0.03179931640625, + -0.0167236328125, + -0.013519287109375, + 0.06854248046875, + 0.0034580230712890625, + -0.0293121337890625, + 0.047698974609375, + -0.048309326171875, + 0.007740020751953125, + -0.027862548828125, + 0.0246734619140625, + 0.023529052734375, + -0.00279998779296875, + -0.0179595947265625, + -0.01558685302734375, + 0.03717041015625, + 0.0635986328125, + -0.036956787109375, + 0.0179595947265625, + -0.03778076171875, + 0.01016998291015625, + 0.007328033447265625, + -0.0160980224609375, + -0.0212554931640625, + 0.012542724609375, + -0.0648193359375, + 0.015380859375, + -0.0421142578125, + -0.09246826171875, + -0.025909423828125, + -0.0181732177734375, + -0.0117645263671875, + 0.0022716522216796875, + -0.0013418197631835938, + 0.02703857421875, + -0.023223876953125, + 0.0293121337890625, + 0.00431060791015625, + -0.01372528076171875, + 0.0004096031188964844, + 0.017242431640625, + -0.031982421875, + 0.0276641845703125, + -0.0074310302734375, + -0.053680419921875, + 0.0217742919921875, + -0.0167236328125, + 0.007587432861328125, + -0.00433349609375, + 0.00939178466796875, + 0.0086669921875, + 0.021575927734375, + -0.0833740234375, + -0.046661376953125, + 0.0018968582153320312, + 0.046234130859375, + 0.033447265625, + -0.01372528076171875, + 0.04437255859375, + -0.003612518310546875, + -0.05120849609375, + -0.01166534423828125, + -0.015380859375, + -0.0274505615234375, + -0.0328369140625, + -0.010528564453125, + -0.015380859375, + 0.0087738037109375, + 0.05615234375, + 0.037994384765625, + 0.0241546630859375, + -0.006450653076171875, + -0.027862548828125, + 0.017242431640625, + -0.016204833984375, + 0.059051513671875, + 0.0219879150390625, + 0.033660888671875, + -0.0311737060546875, + 0.0008645057678222656, + -0.00446319580078125, + -0.08795166015625, + 0.004669189453125, + -0.025604248046875, + -0.04644775390625, + 0.0196075439453125, + 0.0767822265625, + 0.039215087890625, + 0.0035343170166015625, + 0.04315185546875, + 0.0311737060546875, + 0.043365478515625, + -0.00954437255859375, + -0.035491943359375, + -0.053253173828125, + -0.014556884765625, + 0.021575927734375, + 0.0311737060546875, + -0.0743408203125, + 0.0211639404296875, + 0.0528564453125, + -0.001605987548828125, + 0.0194091796875, + -0.0252838134765625, + 0.00025153160095214844, + 0.0035610198974609375, + -0.005340576171875, + -0.0168304443359375, + -0.04974365234375, + -0.00830841064453125, + 0.01129913330078125, + 0.02435302734375, + -0.0266265869140625, + -0.0026187896728515625, + -0.01084136962890625, + 0.014556884765625, + -0.041900634765625, + 0.00696563720703125, + -0.007534027099609375, + 0.07513427734375, + 0.016204833984375, + -0.0266265869140625, + -0.0251922607421875, + 0.031585693359375, + 0.0193023681640625, + -0.0231170654296875, + 0.00763702392578125, + 0.01300811767578125, + -0.0008096694946289062, + 0.037567138671875, + 0.0244598388671875, + 0.0284881591796875, + 0.060272216796875, + 0.01197052001953125, + -0.035491943359375, + 0.008209228515625, + 0.00446319580078125, + 0.0157928466796875, + -0.00518798828125, + -0.016204833984375, + -0.011871337890625, + -0.049346923828125, + 0.0394287109375, + 0.0261077880859375, + 0.044189453125, + -0.00846099853515625, + 0.0021038055419921875, + -0.0460205078125, + -0.00965118408203125, + 0.037994384765625, + 0.01088714599609375, + 0.03302001953125, + 0.019195556640625, + 0.0167236328125, + -0.0176544189453125, + 0.01331329345703125, + -0.037353515625, + -0.01125335693359375, + -0.0261077880859375, + -0.019927978515625, + -0.059051513671875, + -0.008209228515625, + 0.0166168212890625, + -0.02911376953125, + 0.01342010498046875, + -0.003200531005859375, + -0.0010900497436523438, + -0.009185791015625, + -0.050567626953125, + -0.0258026123046875, + 0.0582275390625, + -0.043548583984375, + 0.0013027191162109375, + 0.024871826171875, + 0.0030841827392578125, + 0.019500732421875, + -0.0086669921875, + 0.060699462890625, + 0.019195556640625, + 0.038177490234375, + 0.0009675025939941406, + 0.0182647705078125, + 0.02508544921875, + -0.0074310302734375, + 0.0025539398193359375, + 0.04315185546875, + -0.03839111328125, + 0.0301361083984375, + 0.0295257568359375, + -0.0176544189453125, + -0.040679931640625, + 0.01316070556640625, + -0.0052642822265625, + -0.03778076171875, + 0.031585693359375, + 0.006916046142578125, + 0.0189971923828125, + 0.01568603515625, + -0.00954437255859375, + -0.02508544921875, + -0.084228515625, + 0.048919677734375, + 0.033233642578125, + 0.0193023681640625, + 0.033843994140625, + -0.0635986328125, + 0.037353515625, + -0.005779266357421875, + 0.055328369140625, + -0.035308837890625, + 0.06976318359375, + -0.01233673095703125, + -0.01424407958984375, + -0.0022068023681640625, + 0.01259613037109375, + -0.0284881591796875, + 0.003742218017578125, + -0.037353515625, + 0.040252685546875, + 0.0194091796875, + -0.0501708984375, + -0.0833740234375, + -0.028076171875, + 0.004543304443359375, + -0.01568603515625, + 0.045196533203125, + -0.053253173828125, + -0.04583740234375, + -0.0193023681640625, + 0.036956787109375, + 0.03717041015625, + 0.01702880859375, + 0.0089263916015625, + -0.0206451416015625, + 0.00872039794921875, + -0.020233154296875, + -0.00640106201171875 + ], + "metadata": { + "domains": [ + "mobile-forensics", + "malware-analysis" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "ide", + "android", + "emulator", + "debugging" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_FOCA", + "type": "tool", + "name": "FOCA", + "content": "foca elevenpaths (telefonica) entwickelte dieses osint-kraftpaket zur extraktion von metadaten aus öffentlich verfügbaren dokumenten für infrastructure- reconnaissance. crawlt systematisch websites nach pdfs, office-docs, bildern und extrahiert: autor-namen (potentielle mitarbeiter), software- versionen (attack-surface), interne pfade (network-topology), drucker- namen (physical-access-points). die dns-analysis korreliert domains mit gefundenen infrastrukturdaten. geolocation-features mappen ip-ranges. besonders wertvoll für social-engineering-vorbereitung: email-pattern- recognition generiert username-listen, organization-chart-reconstruction aus metadaten. plugin-system erweitert für custom-document-types. shodan-integration enrichert ip-intelligence. die gui macht komplexe osint-workflows auch für non-technical-investigators zugänglich. export-funktionen für weitere analysis-tools. unverzichtbar für penetration-tester und financial-crime-investigators die target- organizations verstehen müssen. metadata osint static-investigations fraud-investigation examination", + "embedding": [ + -0.042999267578125, + 0.042633056640625, + 0.054351806640625, + 0.019012451171875, + 0.0243377685546875, + 0.002254486083984375, + 0.0223846435546875, + 0.013946533203125, + -0.004642486572265625, + -0.0015096664428710938, + -0.035003662109375, + 0.0382080078125, + -0.0025653839111328125, + -0.006618499755859375, + -0.08172607421875, + 0.07427978515625, + -0.0078582763671875, + 0.01207733154296875, + 0.029144287109375, + 0.01812744140625, + -0.0145721435546875, + 0.0026760101318359375, + -0.04388427734375, + -0.006927490234375, + -0.004909515380859375, + 0.01412200927734375, + 0.00875091552734375, + -0.047607421875, + -0.0182037353515625, + -0.01412200927734375, + 0.04034423828125, + -0.0154571533203125, + -0.00577545166015625, + 0.0213165283203125, + 0.0232696533203125, + 0.0025653839111328125, + -0.01421356201171875, + -0.0518798828125, + -0.044769287109375, + 0.04034423828125, + -0.018829345703125, + 0.0085296630859375, + 0.0046844482421875, + 0.010345458984375, + -0.0236358642578125, + -0.0255889892578125, + -0.0029754638671875, + -0.007373809814453125, + 0.0184783935546875, + -0.02789306640625, + 0.04974365234375, + 0.01323699951171875, + 0.006927490234375, + -0.016876220703125, + -0.0362548828125, + 0.01261138916015625, + 0.01226043701171875, + -0.040496826171875, + -0.046905517578125, + 0.039794921875, + -0.036773681640625, + -0.0124359130859375, + -0.00994873046875, + -0.0277099609375, + 0.0284271240234375, + 0.0225677490234375, + -0.0189208984375, + -0.006885528564453125, + 0.0039520263671875, + -0.00003123283386230469, + 0.006084442138671875, + 0.0135040283203125, + 0.005462646484375, + -0.0029544830322265625, + -0.0479736328125, + -0.047271728515625, + 0.0036869049072265625, + 0.0185699462890625, + -0.00865936279296875, + 0.00821685791015625, + -0.053314208984375, + 0.006572723388671875, + 0.050811767578125, + -0.03216552734375, + -0.0175018310546875, + -0.00865936279296875, + 0.0271759033203125, + 0.0007772445678710938, + -0.00777435302734375, + 0.01172637939453125, + 0.0105743408203125, + 0.00994873046875, + 0.016876220703125, + -0.019012451171875, + 0.0273590087890625, + 0.052581787109375, + -0.0115509033203125, + 0.033050537109375, + -0.00879669189453125, + 0.0284271240234375, + 0.038360595703125, + -0.038360595703125, + 0.038726806640625, + -0.0004303455352783203, + 0.0262908935546875, + -0.0202484130859375, + -0.00148773193359375, + -0.0518798828125, + -0.0153656005859375, + 0.00621795654296875, + -0.0916748046875, + -0.042449951171875, + -0.0176849365234375, + -0.067138671875, + 0.0108795166015625, + 0.0255889892578125, + 0.005062103271484375, + 0.04620361328125, + -0.04034423828125, + -0.06219482421875, + 0.032684326171875, + 0.031982421875, + -0.0006384849548339844, + 0.0124359130859375, + -0.05224609375, + -0.06964111328125, + -0.0009937286376953125, + 0.02398681640625, + -0.02984619140625, + -0.0176849365234375, + 0.002597808837890625, + -0.01412200927734375, + 0.0100860595703125, + -0.03765869140625, + -0.01216888427734375, + 0.006351470947265625, + 0.0374755859375, + -0.01270294189453125, + -0.0009217262268066406, + 0.005374908447265625, + 0.0099029541015625, + -0.01412200927734375, + -0.044586181640625, + -0.026824951171875, + -0.0252227783203125, + -0.020172119140625, + -0.0271759033203125, + 0.046539306640625, + -0.044586181640625, + 0.0019550323486328125, + 0.0035533905029296875, + 0.02069091796875, + 0.058990478515625, + 0.01190185546875, + 0.00675201416015625, + -0.037841796875, + 0.0031986236572265625, + -0.0236358642578125, + 0.030914306640625, + 0.00160980224609375, + -0.006572723388671875, + 0.0124359130859375, + 0.0174102783203125, + 0.0236358642578125, + -0.01910400390625, + -0.0275421142578125, + -0.0114593505859375, + 0.0343017578125, + 0.0135040283203125, + 0.0069732666015625, + 0.0243377685546875, + -0.02166748046875, + 0.063232421875, + 0.05755615234375, + -0.004795074462890625, + 0.0153656005859375, + 0.0266571044921875, + -0.0130615234375, + 0.057220458984375, + 0.034637451171875, + -0.026123046875, + -0.004795074462890625, + 0.0421142578125, + -0.0064849853515625, + -0.0020427703857421875, + -0.01110076904296875, + -0.01812744140625, + 0.008087158203125, + -0.01367950439453125, + 0.038543701171875, + -0.0323486328125, + -0.0215911865234375, + -0.031982421875, + 0.038726806640625, + 0.036773681640625, + 0.044769287109375, + 0.0114593505859375, + -0.019989013671875, + 0.0134124755859375, + 0.028961181640625, + 0.004730224609375, + 0.028076171875, + 0.0006303787231445312, + 0.058624267578125, + 0.0179443359375, + 0.00617218017578125, + -0.02593994140625, + 0.04351806640625, + 0.0323486328125, + -0.021759033203125, + -0.01971435546875, + 0.06182861328125, + -0.00772857666015625, + -0.004974365234375, + -0.0241546630859375, + -0.0208740234375, + 0.0343017578125, + -0.0175018310546875, + -0.033233642578125, + 0.0175933837890625, + 0.004550933837890625, + -0.060394287109375, + 0.00553131103515625, + 0.0275421142578125, + -0.005352020263671875, + 0.0355224609375, + 0.02105712890625, + -0.006397247314453125, + -0.0014438629150390625, + 0.0174102783203125, + 0.0316162109375, + 0.01617431640625, + -0.0179443359375, + -0.005397796630859375, + -0.020965576171875, + -0.01261138916015625, + 0.04937744140625, + 0.04156494140625, + 0.030914306640625, + 0.01065826416015625, + -0.0335693359375, + 0.061126708984375, + -0.02789306640625, + 0.041046142578125, + 0.0196380615234375, + 0.00234222412109375, + -0.003509521484375, + 0.0192718505859375, + 0.0518798828125, + 0.06927490234375, + -0.024688720703125, + -0.00026226043701171875, + -0.08489990234375, + 0.0172271728515625, + -0.035888671875, + -0.0182952880859375, + -0.016693115234375, + -0.06005859375, + 0.06005859375, + -0.01332855224609375, + -0.0294952392578125, + -0.0023651123046875, + 0.0479736328125, + -0.007328033447265625, + 0.04547119140625, + 0.001010894775390625, + -0.050811767578125, + 0.02203369140625, + 0.07781982421875, + -0.004486083984375, + -0.03179931640625, + -0.0009603500366210938, + 0.035888671875, + -0.0145721435546875, + 0.0193634033203125, + -0.036956787109375, + 0.0004608631134033203, + 0.059326171875, + 0.0286102294921875, + 0.045318603515625, + -0.033050537109375, + 0.022735595703125, + -0.005863189697265625, + 0.0413818359375, + -0.07781982421875, + -0.01812744140625, + -0.0134124755859375, + 0.0243377685546875, + -0.0296630859375, + -0.047271728515625, + 0.0115509033203125, + 0.03338623046875, + 0.005084991455078125, + -0.02105712890625, + 0.0245208740234375, + -0.054718017578125, + 0.00728607177734375, + -0.0009937286376953125, + -0.00799560546875, + 0.05010986328125, + 0.042816162109375, + -0.0255889892578125, + 0.01367950439453125, + 0.006927490234375, + 0.0017766952514648438, + -0.0144805908203125, + -0.0667724609375, + -0.04937744140625, + 0.030731201171875, + -0.05615234375, + -0.00040531158447265625, + 0.01207733154296875, + -0.009552001953125, + 0.039794921875, + -0.0135040283203125, + 0.002765655517578125, + -0.039276123046875, + -0.0323486328125, + -0.0003247261047363281, + -0.0433349609375, + -0.02984619140625, + -0.02984619140625, + 0.072509765625, + 0.01519012451171875, + -0.0019207000732421875, + 0.00577545166015625, + -0.004550933837890625, + -0.04937744140625, + 0.020782470703125, + -0.0262908935546875, + 0.033050537109375, + 0.0078582763671875, + 0.042633056640625, + 0.0266571044921875, + 0.00402069091796875, + 0.01074981689453125, + 0.051513671875, + 0.028076171875, + -0.027008056640625, + 0.0040435791015625, + 0.0084381103515625, + 0.006927490234375, + 0.011016845703125, + -0.0343017578125, + -0.0196380615234375, + -0.0214080810546875, + -0.0284271240234375, + 0.0293121337890625, + 0.0165252685546875, + 0.03802490234375, + 0.00719451904296875, + -0.019012451171875, + 0.00548553466796875, + 0.067138671875, + 0.0105743408203125, + 0.11444091796875, + -0.0264739990234375, + -0.03802490234375, + 0.004398345947265625, + 0.0189208984375, + -0.0286102294921875, + -0.00018465518951416016, + 0.0284271240234375, + 0.01287841796875, + -0.020172119140625, + 0.044586181640625, + -0.0123443603515625, + 0.0316162109375, + -0.01226043701171875, + 0.00675201416015625, + 0.032501220703125, + -0.0275421142578125, + 0.00450897216796875, + 0.06182861328125, + -0.00006347894668579102, + 0.0172271728515625, + 0.052581787109375, + -0.03961181640625, + -0.007373809814453125, + -0.0479736328125, + -0.060760498046875, + 0.015899658203125, + 0.038909912109375, + 0.0213165283203125, + 0.04937744140625, + -0.01483154296875, + -0.06610107421875, + 0.02789306640625, + -0.05755615234375, + 0.08917236328125, + 0.04547119140625, + 0.032501220703125, + 0.028961181640625, + -0.01430511474609375, + 0.0010938644409179688, + 0.037841796875, + 0.032501220703125, + 0.016876220703125, + 0.0518798828125, + 0.0374755859375, + 0.0343017578125, + -0.04034423828125, + 0.0255889892578125, + 0.05010986328125, + 0.036773681640625, + 0.0202484130859375, + 0.03216552734375, + 0.008575439453125, + 0.04193115234375, + -0.014923095703125, + 0.031097412109375, + 0.01812744140625, + -0.0277099609375, + 0.002353668212890625, + -0.0134124755859375, + 0.031097412109375, + -0.06396484375, + 0.003131866455078125, + -0.015899658203125, + 0.007061004638671875, + 0.005218505859375, + 0.01483154296875, + -0.0667724609375, + -0.005374908447265625, + 0.0335693359375, + -0.06573486328125, + 0.004665374755859375, + 0.0226593017578125, + -0.0083465576171875, + 0.0273590087890625, + -0.021759033203125, + -0.042633056640625, + 0.041229248046875, + -0.028778076171875, + -0.0266571044921875, + 0.0031528472900390625, + 0.0145721435546875, + -0.0479736328125, + -0.009063720703125, + -0.04034423828125, + -0.0100860595703125, + -0.0184783935546875, + 0.003841400146484375, + 0.0421142578125, + 0.0069732666015625, + 0.0164337158203125, + 0.0243377685546875, + 0.05755615234375, + -0.0080413818359375, + -0.01030731201171875, + 0.024688720703125, + -0.0114593505859375, + -0.07781982421875, + 0.022735595703125, + 0.02203369140625, + 0.0028095245361328125, + -0.054718017578125, + 0.0006856918334960938, + -0.0103912353515625, + -0.00499725341796875, + -0.00528717041015625, + 0.022918701171875, + -0.03338623046875, + -0.037139892578125, + -0.040679931640625, + 0.0316162109375, + 0.020782470703125, + 0.034820556640625, + 0.01421356201171875, + -0.01181793212890625, + 0.0238037109375, + -0.074951171875, + -0.0134124755859375, + -0.006397247314453125, + -0.001110076904296875, + -0.01367950439453125, + 0.05755615234375, + -0.018035888671875, + -0.01163482666015625, + -0.024688720703125, + 0.042449951171875, + 0.037322998046875, + 0.0064849853515625, + -0.04583740234375, + 0.040679931640625, + 0.017852783203125, + -0.037322998046875, + -0.01110076904296875, + -0.0012712478637695312, + 0.026123046875, + 0.050811767578125, + -0.043701171875, + -0.00928497314453125, + -0.0134124755859375, + -0.06256103515625, + -0.046905517578125, + -0.047271728515625, + -0.031097412109375, + -0.0254058837890625, + 0.0163421630859375, + 0.0355224609375, + -0.004306793212890625, + 0.029144287109375, + -0.003509521484375, + 0.00861358642578125, + 0.02593994140625, + 0.020172119140625, + -0.030029296875, + 0.038726806640625, + -0.052581787109375, + -0.049041748046875, + -0.0238037109375, + 0.0243377685546875, + -0.0134124755859375, + 0.0021762847900390625, + 0.0051727294921875, + -0.03570556640625, + 0.047271728515625, + -0.0266571044921875, + -0.010528564453125, + 0.01580810546875, + -0.042999267578125, + -0.0374755859375, + -0.0243377685546875, + 0.015899658203125, + 0.02166748046875, + 0.0007772445678710938, + 0.0222930908203125, + 0.07000732421875, + -0.0303802490234375, + 0.0213165283203125, + 0.01043701171875, + -0.0026531219482421875, + -0.01079559326171875, + 0.0003802776336669922, + -0.0050201416015625, + -0.00222015380859375, + 0.02008056640625, + -0.0033969879150390625, + -0.021759033203125, + -0.071044921875, + 0.0266571044921875, + -0.002376556396484375, + 0.0125274658203125, + -0.0143890380859375, + -0.047271728515625, + -0.054718017578125, + 0.006351470947265625, + 0.024688720703125, + 0.023101806640625, + -0.0175018310546875, + -0.041046142578125, + -0.00499725341796875, + -0.0005331039428710938, + -0.0303802490234375, + 0.04583740234375, + -0.0196380615234375, + 0.0205230712890625, + 0.0005025863647460938, + -0.0236358642578125, + 0.041748046875, + 0.0085296630859375, + 0.03961181640625, + -0.0016984939575195312, + 0.03179931640625, + -0.03216552734375, + 0.0042877197265625, + -0.0031528472900390625, + 0.005352020263671875, + 0.011016845703125, + -0.027008056640625, + 0.0179443359375, + -0.0262908935546875, + -0.018035888671875, + 0.02593994140625, + 0.0203399658203125, + 0.0186614990234375, + -0.01812744140625, + -0.0027866363525390625, + 0.007415771484375, + 0.004596710205078125, + 0.051513671875, + -0.032501220703125, + -0.053314208984375, + -0.00994873046875, + -0.028076171875, + 0.04547119140625, + 0.0236358642578125, + -0.0284271240234375, + -0.02398681640625, + 0.01314544677734375, + 0.04425048828125, + 0.01910400390625, + -0.055084228515625, + -0.03802490234375, + 0.031097412109375, + 0.02789306640625, + 0.046905517578125, + -0.003353118896484375, + 0.06573486328125, + 0.002742767333984375, + -0.00397491455078125, + 0.0162506103515625, + 0.06146240234375, + 0.0185699462890625, + -0.032867431640625, + -0.0343017578125, + -0.005817413330078125, + 0.01385498046875, + -0.06219482421875, + -0.03607177734375, + -0.005596160888671875, + 0.048675537109375, + -0.0714111328125, + -0.03338623046875, + -0.01016998291015625, + 0.0074615478515625, + 0.005664825439453125, + -0.006572723388671875, + -0.0202484130859375, + 0.01279449462890625, + 0.013946533203125, + -0.0273590087890625, + -0.01128387451171875, + -0.020782470703125, + -0.01261138916015625, + 0.0382080078125, + 0.0282440185546875, + -0.0162506103515625, + 0.0323486328125, + 0.007373809814453125, + 0.0223846435546875, + 0.03802490234375, + 0.036773681640625, + 0.01216888427734375, + 0.033233642578125, + 0.039093017578125, + 0.06182861328125, + -0.0271759033203125, + -0.01528167724609375, + -0.01128387451171875, + 0.0362548828125, + 0.034637451171875, + 0.040679931640625, + -0.006130218505859375, + -0.0130615234375, + -0.006664276123046875, + -0.0163421630859375, + -0.0005216598510742188, + 0.004131317138671875, + 0.00426483154296875, + -0.06219482421875, + -0.0286102294921875, + -0.005306243896484375, + -0.037139892578125, + 0.023101806640625, + 0.0046844482421875, + -0.0374755859375, + -0.00981903076171875, + 0.0374755859375, + -0.0185699462890625, + -0.04974365234375, + 0.021148681640625, + -0.007061004638671875, + -0.028961181640625, + -0.02398681640625, + -0.0362548828125, + 0.047607421875, + -0.0305633544921875, + -0.07318115234375, + -0.024871826171875, + 0.0301971435546875, + 0.007549285888671875, + -0.0382080078125, + -0.00029969215393066406, + 0.0173187255859375, + -0.0172271728515625, + -0.004062652587890625, + -0.0374755859375, + -0.0156402587890625, + 0.0033092498779296875, + -0.04620361328125, + 0.0175018310546875, + -0.0163421630859375, + -0.0090179443359375, + -0.002841949462890625, + 0.00524139404296875, + -0.048309326171875, + 0.0174102783203125, + -0.044403076171875, + 0.048675537109375, + 0.00910186767578125, + 0.0206146240234375, + 0.0273590087890625, + 0.0479736328125, + 0.0090179443359375, + 0.002887725830078125, + -0.00994873046875, + -0.03338623046875, + 0.0028209686279296875, + -0.01358795166015625, + 0.00772857666015625, + -0.0557861328125, + -0.00777435302734375, + 0.03607177734375, + -0.09808349609375, + 0.008392333984375, + 0.003841400146484375, + -0.0271759033203125, + -0.042633056640625, + 0.0052642822265625, + -0.0078582763671875, + 0.0195465087890625, + 0.06146240234375, + -0.0012712478637695312, + -0.007415771484375, + 0.0104827880859375, + -0.0236358642578125, + 0.044403076171875, + 0.0035533905029296875, + 0.024871826171875, + -0.03411865234375, + 0.028778076171875, + 0.036590576171875, + -0.019989013671875, + 0.008880615234375, + -0.05755615234375, + -0.02398681640625, + 0.042633056640625, + 0.01430511474609375, + -0.01119232177734375, + -0.00010061264038085938, + -0.01270294189453125, + -0.0294952392578125, + 0.00009506940841674805, + 0.00994873046875, + 0.0029087066650390625, + 0.016082763671875, + -0.024688720703125, + -0.02203369140625, + 0.02069091796875, + -0.059326171875, + -0.0413818359375, + -0.030731201171875, + 0.04620361328125, + 0.0296630859375, + -0.056488037109375, + 0.0089263916015625, + -0.006664276123046875, + -0.000469207763671875, + 0.0236358642578125, + 0.053314208984375, + -0.047271728515625, + -0.014923095703125, + -0.023101806640625, + 0.018035888671875, + 0.0090179443359375, + -0.01163482666015625, + -0.015899658203125, + -0.00099945068359375, + 0.051513671875, + -0.0205230712890625, + 0.031097412109375, + 0.025054931640625, + -0.04583740234375, + -0.034454345703125, + -0.005352020263671875, + -0.025054931640625, + 0.034820556640625, + 0.0051727294921875, + 0.01465606689453125, + -0.007904052734375, + -0.01323699951171875, + -0.1002197265625, + 0.0273590087890625, + -0.03216552734375, + 0.01678466796875, + 0.03802490234375, + -0.020782470703125, + -0.053314208984375, + -0.0335693359375, + -0.01812744140625, + 0.0293121337890625, + -0.047607421875, + 0.035003662109375, + 0.0202484130859375, + -0.01043701171875, + 0.0017099380493164062, + 0.017852783203125, + -0.006927490234375, + 0.051513671875, + -0.0002720355987548828, + -0.031097412109375, + 0.0885009765625, + -0.0294952392578125, + 0.0018873214721679688, + 0.022125244140625, + -0.0226593017578125, + 0.0034198760986328125, + -0.01181793212890625, + -0.045135498046875, + -0.0275421142578125, + 0.049041748046875, + 0.047271728515625, + -0.0275421142578125, + 0.020965576171875, + -0.0198974609375, + 0.0355224609375, + 0.0074615478515625, + 0.0059967041015625, + -0.0036869049072265625, + -0.0007495880126953125, + -0.0236358642578125, + -0.0241546630859375, + -0.0675048828125, + -0.05364990234375, + 0.00870513916015625, + -0.056488037109375, + 0.00524139404296875, + 0.0264739990234375, + 0.0033321380615234375, + 0.0355224609375, + -0.056854248046875, + 0.0479736328125, + 0.004974365234375, + -0.00701904296875, + -0.01367950439453125, + 0.038726806640625, + -0.01412200927734375, + 0.038543701171875, + 0.0124359130859375, + -0.01190185546875, + -0.001743316650390625, + -0.004550933837890625, + -0.00799560546875, + -0.0175018310546875, + 0.0401611328125, + -0.01971435546875, + 0.0017547607421875, + -0.051513671875, + -0.01358795166015625, + 0.022918701171875, + 0.035186767578125, + 0.022918701171875, + -0.0078582763671875, + 0.028961181640625, + -0.00028324127197265625, + -0.05755615234375, + 0.0394287109375, + -0.0078582763671875, + -0.01910400390625, + 0.0179443359375, + -0.00981903076171875, + 0.0105743408203125, + 0.009368896484375, + 0.036773681640625, + 0.022735595703125, + 0.0413818359375, + 0.01483154296875, + -0.0362548828125, + -0.0156402587890625, + 0.0008549690246582031, + 0.017852783203125, + -0.0019207000732421875, + 0.0179443359375, + -0.0262908935546875, + 0.0557861328125, + -0.0156402587890625, + -0.0675048828125, + 0.0015764236450195312, + -0.0110626220703125, + -0.047607421875, + 0.0266571044921875, + 0.054718017578125, + 0.0205230712890625, + 0.009063720703125, + 0.0343017578125, + 0.0316162109375, + 0.0303802490234375, + 0.01065826416015625, + -0.005573272705078125, + -0.055084228515625, + -0.01061248779296875, + 0.049041748046875, + 0.0479736328125, + -0.060394287109375, + 0.03570556640625, + 0.047607421875, + -0.0205230712890625, + -0.034637451171875, + 0.004886627197265625, + -0.0271759033203125, + 0.034637451171875, + 0.05010986328125, + 0.0113677978515625, + -0.049041748046875, + 0.0124359130859375, + 0.01776123046875, + -0.00884246826171875, + 0.0135040283203125, + -0.0099945068359375, + -0.03997802734375, + 0.044403076171875, + -0.072509765625, + -0.010345458984375, + -0.0055084228515625, + 0.07568359375, + 0.004329681396484375, + -0.0440673828125, + -0.022735595703125, + 0.036773681640625, + 0.0109710693359375, + -0.01216888427734375, + 0.0238037109375, + 0.00013458728790283203, + 0.002620697021484375, + 0.0255889892578125, + 0.039794921875, + 0.0271759033203125, + 0.038726806640625, + 0.04034423828125, + -0.041229248046875, + 0.01678466796875, + 0.0156402587890625, + 0.0193634033203125, + 0.01270294189453125, + -0.034820556640625, + -0.0305633544921875, + -0.054718017578125, + 0.0234527587890625, + 0.0224761962890625, + 0.031280517578125, + -0.0033092498779296875, + 0.00879669189453125, + -0.01061248779296875, + -0.01412200927734375, + 0.00470733642578125, + 0.041046142578125, + 0.00830841064453125, + -0.0125274658203125, + 0.002231597900390625, + 0.034637451171875, + -0.0179443359375, + -0.033050537109375, + 0.03802490234375, + -0.0433349609375, + 0.0031757354736328125, + -0.0255889892578125, + 0.0040435791015625, + -0.0013875961303710938, + 0.009063720703125, + -0.0104827880859375, + -0.04351806640625, + -0.019805908203125, + -0.004375457763671875, + -0.0362548828125, + -0.0257568359375, + 0.0479736328125, + -0.04937744140625, + 0.0036640167236328125, + 0.043701171875, + -0.01123809814453125, + 0.0035305023193359375, + -0.053314208984375, + 0.0667724609375, + 0.035186767578125, + 0.0164337158203125, + 0.003864288330078125, + -0.0019550323486328125, + 0.0596923828125, + -0.004398345947265625, + 0.02069091796875, + 0.019989013671875, + -0.0252227783203125, + 0.048675537109375, + 0.061126708984375, + -0.005306243896484375, + -0.0421142578125, + 0.021759033203125, + 0.01021575927734375, + -0.032867431640625, + 0.041748046875, + 0.0005688667297363281, + 0.0194549560546875, + -0.004730224609375, + -0.01465606689453125, + -0.01314544677734375, + -0.0557861328125, + 0.052581787109375, + 0.008392333984375, + 0.005950927734375, + 0.0150146484375, + -0.046539306640625, + 0.02789306640625, + 0.02398681640625, + 0.048675537109375, + -0.042816162109375, + 0.07427978515625, + -0.0184783935546875, + 0.0172271728515625, + -0.024871826171875, + 0.01430511474609375, + -0.0154571533203125, + 0.0401611328125, + -0.0192718505859375, + 0.052581787109375, + 0.0183868408203125, + 0.004108428955078125, + -0.07708740234375, + -0.003353118896484375, + 0.006839752197265625, + 0.0264739990234375, + 0.032684326171875, + -0.058624267578125, + -0.03216552734375, + 0.035003662109375, + 0.030731201171875, + 0.05224609375, + -0.017852783203125, + 0.0215911865234375, + 0.00617218017578125, + -0.011016845703125, + 0.005950927734375, + -0.0202484130859375 + ], + "metadata": { + "domains": [ + "static-investigations", + "fraud-investigation" + ], + "phases": [ + "examination" + ], + "tags": [ + "metadata", + "osint" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_ssdeep", + "type": "tool", + "name": "ssdeep", + "content": "ssdeep tool zur berechnung „fuzzy hashes“ (context triggered piecewise hashing, ctph) für ähnlichkeits­analysen von dateien. kann binäre malware‑varianten, dokumentschablonen oder logs selbst bei nur teilweisen überschneidungen matchen. ausgabe‑hashes lassen sich in datenbanken oder yara‑regeln integrieren. fuzzy-hashing similarity malware-analysis incident-response analysis", + "embedding": [ + -0.029693603515625, + 0.0132293701171875, + 0.0716552734375, + 0.00258636474609375, + 0.029693603515625, + 0.0097198486328125, + 0.016204833984375, + -0.012420654296875, + -0.0250244140625, + 0.0002601146697998047, + -0.01277923583984375, + 0.04266357421875, + -0.0114288330078125, + -0.016204833984375, + -0.03546142578125, + 0.0318603515625, + 0.005847930908203125, + 0.005420684814453125, + 0.01467132568359375, + 0.0002644062042236328, + -0.0171051025390625, + 0.006793975830078125, + -0.026458740234375, + 0.0168304443359375, + -0.0012483596801757812, + -0.0023403167724609375, + -0.01898193359375, + -0.06658935546875, + -0.01971435546875, + 0.01277923583984375, + 0.011474609375, + -0.037078857421875, + -0.01007843017578125, + 0.0273590087890625, + 0.0171051025390625, + -0.02142333984375, + -0.0034198760986328125, + -0.041229248046875, + -0.0150299072265625, + 0.0035762786865234375, + -0.0053558349609375, + 0.0165557861328125, + -0.003757476806640625, + -0.015655517578125, + -0.0191650390625, + -0.047515869140625, + 0.0070648193359375, + -0.001422882080078125, + -0.00008505582809448242, + -0.03564453125, + 0.023223876953125, + 0.0130462646484375, + 0.0105743408203125, + -0.00958251953125, + -0.03436279296875, + 0.0235748291015625, + 0.050384521484375, + -0.017730712890625, + -0.047149658203125, + 0.040496826171875, + -0.058685302734375, + 0.016021728515625, + 0.019622802734375, + -0.0021266937255859375, + 0.00286865234375, + 0.01611328125, + -0.00827789306640625, + -0.033477783203125, + -0.005016326904296875, + 0.00048089027404785156, + 0.022857666015625, + 0.01520538330078125, + -0.004634857177734375, + 0.033660888671875, + -0.0201568603515625, + -0.0182647705078125, + 0.031494140625, + 0.0242919921875, + -0.000492095947265625, + 0.00936126708984375, + -0.057220458984375, + 0.0069732666015625, + 0.04229736328125, + -0.01448822021484375, + 0.002170562744140625, + -0.0013446807861328125, + 0.01457977294921875, + -0.0174560546875, + -0.005603790283203125, + 0.009765625, + 0.02447509765625, + -0.003688812255859375, + 0.0277099609375, + -0.0293426513671875, + 0.047149658203125, + 0.04193115234375, + 0.01349639892578125, + 0.008056640625, + -0.00017368793487548828, + 0.047149658203125, + 0.0287933349609375, + -0.017730712890625, + 0.05364990234375, + -0.01430511474609375, + 0.030059814453125, + -0.019622802734375, + -0.0096282958984375, + 0.005084991455078125, + 0.0043182373046875, + -0.01169586181640625, + -0.09356689453125, + -0.03472900390625, + -0.0275421142578125, + -0.0557861328125, + -0.0318603515625, + 0.003082275390625, + 0.00917816162109375, + 0.0322265625, + -0.0131378173828125, + -0.050750732421875, + 0.0106658935546875, + 0.0275421142578125, + 0.0015974044799804688, + 0.002597808837890625, + -0.05255126953125, + -0.061187744140625, + 0.0189056396484375, + -0.0007538795471191406, + -0.040313720703125, + -0.026824951171875, + 0.0016536712646484375, + 0.0001926422119140625, + -0.017822265625, + -0.03204345703125, + -0.00846099853515625, + -0.03546142578125, + 0.028076171875, + 0.0032405853271484375, + -0.0029697418212890625, + 0.00656890869140625, + 0.04931640625, + -0.064453125, + -0.06549072265625, + 0.0011816024780273438, + -0.01214599609375, + -0.034027099609375, + -0.0253753662109375, + 0.0277099609375, + -0.028076171875, + -0.01934814453125, + -0.015655517578125, + 0.038330078125, + 0.075927734375, + 0.00305938720703125, + 0.0116119384765625, + -0.06298828125, + 0.0203399658203125, + -0.00447845458984375, + 0.0309600830078125, + -0.01026153564453125, + -0.031494140625, + 0.0273590087890625, + -0.0257415771484375, + 0.03961181640625, + -0.01197052001953125, + -0.050750732421875, + -0.01111602783203125, + 0.062286376953125, + -0.00666046142578125, + 0.02484130859375, + 0.0009784698486328125, + -0.026824951171875, + 0.047149658203125, + 0.034912109375, + -0.003082275390625, + 0.0253753662109375, + 0.006885528564453125, + -0.00836944580078125, + 0.051483154296875, + 0.0251922607421875, + -0.0014009475708007812, + -0.026824951171875, + 0.060821533203125, + -0.00481414794921875, + 0.01385498046875, + 0.01727294921875, + -0.0181732177734375, + 0.005893707275390625, + -0.00012445449829101562, + 0.026641845703125, + -0.0289764404296875, + -0.03131103515625, + -0.00652313232421875, + 0.03564453125, + 0.009765625, + 0.05218505859375, + 0.0496826171875, + -0.009857177734375, + 0.037628173828125, + 0.012237548828125, + 0.0191650390625, + 0.0237579345703125, + 0.0165557861328125, + 0.0694580078125, + -0.00098419189453125, + -0.0167388916015625, + -0.006435394287109375, + 0.043548583984375, + 0.020782470703125, + -0.0218658447265625, + -0.01102447509765625, + 0.044647216796875, + 0.022674560546875, + -0.037628173828125, + -0.0322265625, + -0.0489501953125, + 0.016021728515625, + 0.01367950439453125, + -0.034912109375, + -0.00994110107421875, + 0.0000692605972290039, + -0.06585693359375, + -0.01529693603515625, + 0.033660888671875, + 0.0020923614501953125, + 0.04498291015625, + 0.017730712890625, + -0.03582763671875, + -0.021148681640625, + 0.01197052001953125, + 0.002902984619140625, + 0.01097869873046875, + -0.004611968994140625, + 0.0032176971435546875, + -0.010711669921875, + -0.0019006729125976562, + 0.0242919921875, + 0.02484130859375, + 0.007198333740234375, + 0.0009393692016601562, + -0.0251922607421875, + 0.04644775390625, + -0.034912109375, + 0.044830322265625, + 0.0123291015625, + -0.0217742919921875, + 0.0277099609375, + 0.001422882080078125, + 0.0237579345703125, + 0.04302978515625, + -0.04931640625, + -0.00656890869140625, + -0.07525634765625, + 0.0277099609375, + -0.04156494140625, + -0.038330078125, + -0.03472900390625, + -0.058319091796875, + 0.03564453125, + -0.03204345703125, + -0.00661468505859375, + 0.01251220703125, + 0.0123291015625, + 0.00666046142578125, + 0.033294677734375, + -0.01129150390625, + -0.060821533203125, + -0.0123291015625, + 0.060821533203125, + -0.0221405029296875, + -0.0131378173828125, + -0.0271759033203125, + 0.01367950439453125, + -0.0253753662109375, + 0.00746917724609375, + -0.0163726806640625, + 0.003307342529296875, + 0.0259246826171875, + 0.01593017578125, + 0.017547607421875, + 0.0134124755859375, + -0.005466461181640625, + -0.01358795166015625, + 0.048248291015625, + -0.047882080078125, + -0.0006580352783203125, + -0.0275421142578125, + 0.01430511474609375, + -0.03509521484375, + -0.047515869140625, + -0.0311431884765625, + 0.044830322265625, + -0.0018901824951171875, + 0.01169586181640625, + 0.0047454833984375, + -0.055084228515625, + 0.00438690185546875, + 0.00756072998046875, + -0.036529541015625, + 0.044830322265625, + 0.07305908203125, + -0.034027099609375, + -0.004093170166015625, + -0.01030731201171875, + 0.0220489501953125, + -0.0253753662109375, + -0.03240966796875, + -0.017913818359375, + -0.0181732177734375, + -0.017181396484375, + -0.023040771484375, + 0.0171051025390625, + -0.04644775390625, + -0.0057373046875, + -0.0157470703125, + -0.00751495361328125, + -0.033477783203125, + -0.057952880859375, + 0.01259613037109375, + -0.0360107421875, + -0.0259246826171875, + -0.0167388916015625, + 0.05255126953125, + -0.0182647705078125, + -0.0020923614501953125, + -0.033843994140625, + 0.007740020751953125, + -0.033477783203125, + 0.0251922607421875, + -0.026641845703125, + 0.0293426513671875, + 0.006839752197265625, + 0.047149658203125, + 0.033111572265625, + 0.0031948089599609375, + 0.01422119140625, + 0.05975341796875, + 0.00616455078125, + 0.005603790283203125, + -0.005985260009765625, + 0.01520538330078125, + 0.0345458984375, + 0.0304107666015625, + -0.01377105712890625, + -0.0224151611328125, + 0.0039825439453125, + -0.00832366943359375, + 0.01259613037109375, + 0.0163726806640625, + 0.037445068359375, + 0.0242919921875, + -0.0150299072265625, + -0.01097869873046875, + 0.08062744140625, + -0.006839752197265625, + 0.08892822265625, + -0.006793975830078125, + -0.04931640625, + 0.02484130859375, + 0.0291595458984375, + -0.037078857421875, + 0.00836944580078125, + 0.0168304443359375, + 0.00434112548828125, + -0.015838623046875, + 0.0148468017578125, + -0.0079193115234375, + 0.0188140869140625, + 0.00666046142578125, + 0.0171051025390625, + 0.057952880859375, + -0.032928466796875, + 0.0318603515625, + 0.04248046875, + 0.0149383544921875, + 0.006748199462890625, + 0.03814697265625, + -0.0269927978515625, + -0.041748046875, + -0.03814697265625, + -0.057952880859375, + 0.0224151611328125, + 0.0255584716796875, + 0.0132293701171875, + 0.0170135498046875, + -0.04608154296875, + -0.06298828125, + 0.040313720703125, + -0.0237579345703125, + 0.060821533203125, + 0.032745361328125, + 0.019805908203125, + -0.0018901824951171875, + -0.019256591796875, + 0.0259246826171875, + 0.0307769775390625, + 0.026641845703125, + 0.030242919921875, + 0.03472900390625, + 0.0273590087890625, + 0.0005598068237304688, + -0.040679931640625, + 0.0275421142578125, + 0.03564453125, + 0.02825927734375, + 0.0027561187744140625, + 0.016204833984375, + 0.014129638671875, + 0.0005879402160644531, + -0.04644775390625, + 0.040130615234375, + 0.023040771484375, + -0.04644775390625, + 0.01030731201171875, + -0.0039825439453125, + 0.0271759033203125, + -0.0257415771484375, + 0.0103912353515625, + -0.0253753662109375, + 0.0049285888671875, + 0.01296234130859375, + 0.036346435546875, + -0.043365478515625, + 0.005893707275390625, + 0.048248291015625, + -0.063720703125, + 0.0284423828125, + 0.02447509765625, + -0.064453125, + 0.0200653076171875, + -0.0189056396484375, + -0.06512451171875, + 0.02484130859375, + -0.034912109375, + -0.05615234375, + 0.0056915283203125, + 0.0188140869140625, + -0.032562255859375, + -0.0386962890625, + -0.060821533203125, + -0.006256103515625, + 0.00827789306640625, + -0.0394287109375, + 0.0241241455078125, + 0.0018787384033203125, + 0.005039215087890625, + 0.063720703125, + 0.040679931640625, + -0.026275634765625, + -0.0257415771484375, + 0.0626220703125, + -0.00751495361328125, + -0.0307769775390625, + 0.01467132568359375, + 0.0242919921875, + -0.0019350051879882812, + -0.0318603515625, + -0.04498291015625, + -0.017547607421875, + 0.0008716583251953125, + 0.0079193115234375, + 0.026275634765625, + -0.07562255859375, + -0.045166015625, + -0.0112457275390625, + 0.051849365234375, + 0.01084136962890625, + 0.04931640625, + 0.005512237548828125, + -0.0489501953125, + 0.0269927978515625, + -0.06695556640625, + -0.01611328125, + 0.01422119140625, + -0.006927490234375, + 0.017822265625, + 0.08135986328125, + -0.0036678314208984375, + -0.006072998046875, + 0.0010128021240234375, + 0.039947509765625, + 0.01422119140625, + -0.0008435249328613281, + -0.024658203125, + 0.048583984375, + 0.0069732666015625, + -0.05255126953125, + -0.00818634033203125, + -0.01953125, + 0.0014286041259765625, + 0.04534912109375, + -0.069091796875, + -0.0251922607421875, + -0.0103912353515625, + -0.030242919921875, + -0.03509521484375, + -0.03564453125, + 0.000888824462890625, + -0.06011962890625, + 0.0215911865234375, + 0.01430511474609375, + -0.009490966796875, + 0.0287933349609375, + 0.0134124755859375, + 0.012420654296875, + 0.005893707275390625, + 0.00936126708984375, + -0.01277923583984375, + 0.0565185546875, + -0.06695556640625, + -0.01538848876953125, + -0.0360107421875, + 0.02789306640625, + -0.01093292236328125, + -0.01430511474609375, + -0.01430511474609375, + -0.02484130859375, + 0.0390625, + -0.029693603515625, + 0.0085906982421875, + -0.032928466796875, + -0.009674072265625, + -0.0557861328125, + -0.0257415771484375, + 0.005084991455078125, + 0.0199737548828125, + -0.03131103515625, + 0.0030364990234375, + 0.0106201171875, + -0.034210205078125, + 0.039764404296875, + 0.012237548828125, + -0.013946533203125, + 0.00850677490234375, + -0.0061187744140625, + 0.017730712890625, + -0.0183563232421875, + 0.0203399658203125, + -0.01529693603515625, + -0.037445068359375, + -0.0777587890625, + 0.040496826171875, + -0.007198333740234375, + -0.0007481575012207031, + -0.01187896728515625, + -0.02484130859375, + -0.0762939453125, + 0.008819580078125, + 0.0289764404296875, + 0.01030731201171875, + -0.01169586181640625, + -0.0352783203125, + -0.0307769775390625, + -0.0081024169921875, + -0.047882080078125, + 0.017730712890625, + -0.0168304443359375, + 0.01611328125, + -0.01593017578125, + -0.006793975830078125, + 0.01430511474609375, + 0.034912109375, + 0.02447509765625, + 0.03204345703125, + -0.0000413060188293457, + -0.034912109375, + 0.026275634765625, + 0.00571441650390625, + -0.006481170654296875, + -0.0217742919921875, + -0.017364501953125, + 0.041748046875, + -0.044281005859375, + -0.01593017578125, + 0.04498291015625, + 0.043548583984375, + 0.01088714599609375, + -0.0217742919921875, + -0.01169586181640625, + 0.034027099609375, + -0.030242919921875, + 0.10150146484375, + -0.01422119140625, + -0.04608154296875, + 0.0107574462890625, + 0.0097198486328125, + 0.06842041015625, + 0.0496826171875, + -0.0216827392578125, + -0.0379638671875, + 0.029693603515625, + 0.064453125, + -0.02276611328125, + -0.03546142578125, + -0.0216827392578125, + 0.01953125, + 0.007965087890625, + 0.048248291015625, + 0.00814056396484375, + 0.0914306640625, + 0.01206207275390625, + 0.0015411376953125, + 0.034027099609375, + 0.053985595703125, + 0.0271759033203125, + -0.019439697265625, + -0.058319091796875, + -0.008636474609375, + 0.0217742919921875, + -0.040679931640625, + -0.03204345703125, + -0.01538848876953125, + 0.058319091796875, + -0.07452392578125, + -0.00263214111328125, + 0.0010232925415039062, + -0.01026153564453125, + 0.0241241455078125, + -0.007602691650390625, + -0.037811279296875, + 0.004161834716796875, + -0.0012655258178710938, + -0.0307769775390625, + -0.0157470703125, + 0.01197052001953125, + 0.0149383544921875, + 0.063720703125, + 0.037078857421875, + 0.00533294677734375, + 0.04193115234375, + 0.011474609375, + 0.04644775390625, + -0.003307342529296875, + 0.021331787109375, + 0.0029697418212890625, + 0.0014848709106445312, + 0.0489501953125, + 0.05938720703125, + 0.0040283203125, + -0.0029697418212890625, + -0.002689361572265625, + 0.0069732666015625, + 0.050384521484375, + 0.05291748046875, + 0.007198333740234375, + 0.01012420654296875, + 0.004070281982421875, + -0.0626220703125, + -0.005153656005859375, + -0.0163726806640625, + -0.039764404296875, + -0.06695556640625, + -0.011383056640625, + 0.0225830078125, + -0.0379638671875, + 0.006389617919921875, + 0.04248046875, + -0.033111572265625, + -0.01611328125, + 0.040496826171875, + 0.00438690185546875, + -0.0287933349609375, + 0.029510498046875, + -0.0269927978515625, + -0.033477783203125, + -0.02447509765625, + -0.0047454833984375, + 0.04248046875, + -0.021148681640625, + -0.06658935546875, + -0.01021575927734375, + 0.022491455078125, + 0.0012989044189453125, + -0.057952880859375, + -0.036529541015625, + -0.01287078857421875, + -0.007335662841796875, + -0.0255584716796875, + -0.050750732421875, + -0.0271759033203125, + 0.0150299072265625, + -0.029510498046875, + 0.021331787109375, + -0.007110595703125, + -0.0379638671875, + -0.01593017578125, + -0.00998687744140625, + -0.0286102294921875, + -0.0014057159423828125, + -0.0626220703125, + 0.047149658203125, + 0.0018339157104492188, + 0.0181732177734375, + 0.0257415771484375, + 0.05291748046875, + -0.030242919921875, + -0.03131103515625, + -0.0140380859375, + -0.03472900390625, + -0.0105743408203125, + 0.0061187744140625, + -0.0225830078125, + -0.054351806640625, + -0.0088653564453125, + 0.0184478759765625, + -0.06658935546875, + 0.0307769775390625, + -0.0008435249328613281, + 0.022674560546875, + -0.0784912109375, + -0.01169586181640625, + -0.00850677490234375, + 0.0237579345703125, + 0.082763671875, + -0.00443267822265625, + -0.0130462646484375, + 0.0053558349609375, + -0.0284423828125, + 0.058685302734375, + 0.0305938720703125, + 0.03509521484375, + -0.0413818359375, + 0.0255584716796875, + 0.01259613037109375, + -0.0250244140625, + 0.01377105712890625, + -0.09429931640625, + -0.003711700439453125, + 0.019073486328125, + 0.0269927978515625, + -0.0257415771484375, + -0.00904083251953125, + -0.050750732421875, + -0.0352783203125, + -0.017181396484375, + 0.0237579345703125, + -0.00524139404296875, + 0.007152557373046875, + -0.051483154296875, + 0.021240234375, + -0.0027103424072265625, + -0.033843994140625, + -0.0284423828125, + -0.06732177734375, + 0.03924560546875, + -0.01439666748046875, + -0.0701904296875, + 0.043548583984375, + 0.0029468536376953125, + 0.014129638671875, + 0.016204833984375, + 0.01107025146484375, + -0.0307769775390625, + 0.0253753662109375, + -0.00263214111328125, + 0.009490966796875, + 0.020965576171875, + 0.005645751953125, + -0.0056915283203125, + 0.0255584716796875, + 0.022491455078125, + -0.0162811279296875, + 0.0390625, + 0.0257415771484375, + -0.0183563232421875, + -0.054351806640625, + -0.032562255859375, + -0.0183563232421875, + 0.0222320556640625, + 0.01611328125, + 0.06622314453125, + 0.0318603515625, + -0.01557159423828125, + -0.10009765625, + 0.0565185546875, + -0.00576019287109375, + 0.0235748291015625, + 0.0036449432373046875, + -0.00670623779296875, + -0.037078857421875, + -0.053985595703125, + -0.01439666748046875, + 0.0106658935546875, + -0.034912109375, + 0.0273590087890625, + 0.0284423828125, + -0.0255584716796875, + 0.008819580078125, + -0.00841522216796875, + -0.0031719207763671875, + 0.0286102294921875, + -0.00495147705078125, + -0.044647216796875, + 0.069091796875, + -0.02105712890625, + 0.01268768310546875, + 0.005535125732421875, + 0.0078277587890625, + 0.026458740234375, + 0.009765625, + -0.01422119140625, + -0.019256591796875, + 0.0171051025390625, + 0.02825927734375, + -0.0224151611328125, + -0.01016998291015625, + -0.02069091796875, + 0.0099029541015625, + 0.02789306640625, + -0.01548004150390625, + -0.0032405853271484375, + 0.00580596923828125, + -0.00011247396469116211, + -0.034210205078125, + -0.0557861328125, + -0.0648193359375, + 0.0034637451171875, + -0.037628173828125, + -0.0242919921875, + 0.0015077590942382812, + 0.0009169578552246094, + 0.006839752197265625, + -0.01287078857421875, + 0.021331787109375, + 0.00524139404296875, + -0.0253753662109375, + -0.034210205078125, + 0.00533294677734375, + -0.0250244140625, + 0.03582763671875, + 0.004276275634765625, + -0.01385498046875, + 0.0394287109375, + -0.01448822021484375, + -0.02447509765625, + 0.00018274784088134766, + -0.0021266937255859375, + -0.03436279296875, + 0.026092529296875, + -0.056884765625, + -0.007602691650390625, + 0.0123291015625, + -0.002811431884765625, + 0.0273590087890625, + -0.03546142578125, + 0.04931640625, + -0.0031490325927734375, + -0.0770263671875, + -0.00855255126953125, + -0.0223236083984375, + -0.048248291015625, + 0.0106201171875, + -0.00998687744140625, + 0.0219573974609375, + 0.0019683837890625, + 0.0304107666015625, + 0.0257415771484375, + 0.05255126953125, + 0.0012989044189453125, + -0.0106658935546875, + 0.0043182373046875, + -0.019073486328125, + 0.01385498046875, + 0.037078857421875, + 0.0157470703125, + -0.0025539398193359375, + -0.004520416259765625, + 0.00481414794921875, + -0.077392578125, + -0.0006976127624511719, + -0.01439666748046875, + -0.040496826171875, + -0.0001392364501953125, + 0.08782958984375, + 0.0147552490234375, + 0.00958251953125, + 0.0201568603515625, + 0.061920166015625, + 0.0273590087890625, + 0.0181732177734375, + -0.00652313232421875, + -0.041748046875, + -0.009490966796875, + 0.019805908203125, + 0.02825927734375, + -0.061553955078125, + 0.0428466796875, + 0.024658203125, + -0.0241241455078125, + -0.0147552490234375, + 0.02484130859375, + 0.01457977294921875, + 0.032928466796875, + 0.0269927978515625, + 0.033843994140625, + -0.03240966796875, + 0.024658203125, + -0.007152557373046875, + -0.0007028579711914062, + 0.01043701171875, + 0.007110595703125, + -0.033660888671875, + 0.058319091796875, + -0.055084228515625, + 0.006389617919921875, + 0.0287933349609375, + 0.09576416015625, + -0.00445556640625, + -0.040679931640625, + -0.01206207275390625, + 0.050048828125, + 0.0322265625, + -0.017181396484375, + -0.003284454345703125, + -0.0242919921875, + -0.001220703125, + 0.032562255859375, + 0.077392578125, + 0.01727294921875, + 0.0219573974609375, + 0.0174560546875, + -0.037261962890625, + 0.0293426513671875, + -0.01520538330078125, + 0.026275634765625, + 0.0087738037109375, + -0.0291595458984375, + -0.0157470703125, + -0.05255126953125, + 0.0057373046875, + 0.034912109375, + 0.0277099609375, + 0.00616455078125, + 0.01520538330078125, + -0.0033969879150390625, + -0.004791259765625, + 0.01611328125, + 0.03204345703125, + 0.0150299072265625, + -0.004970550537109375, + 0.006343841552734375, + 0.0309600830078125, + -0.0170135498046875, + -0.03472900390625, + 0.0307769775390625, + -0.026092529296875, + 0.00908660888671875, + -0.043365478515625, + -0.003353118896484375, + 0.028076171875, + -0.022491455078125, + -0.0021266937255859375, + -0.0307769775390625, + 0.013946533203125, + -0.00917816162109375, + -0.053985595703125, + -0.00701904296875, + 0.050384521484375, + -0.031494140625, + 0.0293426513671875, + 0.00787353515625, + -0.00263214111328125, + -0.002597808837890625, + -0.0701904296875, + 0.047882080078125, + 0.050384521484375, + 0.01012420654296875, + -0.00447845458984375, + -0.00742340087890625, + 0.026824951171875, + -0.015655517578125, + 0.0251922607421875, + -0.004253387451171875, + -0.026641845703125, + 0.0458984375, + 0.01727294921875, + 0.0166473388671875, + 0.00913238525390625, + 0.048248291015625, + -0.0149383544921875, + -0.0239410400390625, + 0.051116943359375, + 0.01971435546875, + 0.0413818359375, + 0.0014514923095703125, + -0.044281005859375, + -0.005084991455078125, + -0.037445068359375, + 0.050384521484375, + -0.013946533203125, + -0.017913818359375, + 0.0394287109375, + -0.03546142578125, + 0.0709228515625, + -0.0189056396484375, + 0.057952880859375, + -0.036163330078125, + 0.036712646484375, + -0.00656890869140625, + 0.0286102294921875, + -0.009002685546875, + 0.017822265625, + -0.026641845703125, + 0.0273590087890625, + -0.0291595458984375, + 0.06585693359375, + 0.01520538330078125, + -0.0016870498657226562, + -0.032562255859375, + -0.00004988908767700195, + -0.0189056396484375, + 0.0133209228515625, + 0.0199737548828125, + -0.043365478515625, + 0.007785797119140625, + 0.0025653839111328125, + 0.03204345703125, + 0.0694580078125, + 0.0123291015625, + 0.0269927978515625, + -0.0048828125, + 0.005107879638671875, + -0.004726409912109375, + -0.0035991668701171875 + ], + "metadata": { + "domains": [ + "malware-analysis", + "incident-response" + ], + "phases": [ + "analysis" + ], + "tags": [ + "fuzzy-hashing", + "similarity" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Thumbcache_Viewer", + "type": "tool", + "name": "Thumbcache Viewer", + "content": "thumbcache viewer windows speichert miniaturansichten aller betrachteten bilder in versteckten thumbcache_*.db dateien - ein goldschatz für forensiker. das tool extrahiert diese thumbnails inklusive exif-zeitstempel, selbst wenn originalbilder längst gelöscht sind. beweist unwiderlegbar, dass bilder auf dem system vorhanden waren. besonders wertvoll bei csam-ermittlungen und datendiebstahl. die verschiedenen auflösungen (32, 96, 256, 1024) zeigen detailgrade. timestamp-analyse rekonstruiert betrachtungszeitpunkte. export als einzelne bilder oder html-report. die gui macht es auch für nicht-technische ermittler zugänglich. unterstützt windows vista bis 11. der batch-mode verarbeitet mehrere thumbcache-dateien. hash-matching gegen bekannte csam-datenbanken möglich. integration mit timeline-tools über csv-export. die kostenlose lizenz demokratisiert wichtige forensik-fähigkeiten. oft der entscheidende beweis in kinderschutz-fällen. 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.030487060546875, + 0.035247802734375, + 0.026702880859375, + -0.0264892578125, + 0.0318603515625, + 0.02789306640625, + 0.01702880859375, + 0.0302886962890625, + 0.006923675537109375, + -0.0340576171875, + -0.046630859375, + 0.032470703125, + -0.0045318603515625, + 0.006175994873046875, + -0.0697021484375, + 0.057373046875, + -0.01219940185546875, + 0.012298583984375, + 0.02789306640625, + -0.0024662017822265625, + -0.0163421630859375, + 0.01180267333984375, + -0.024200439453125, + -0.0164337158203125, + 0.02569580078125, + 0.00605010986328125, + -0.01654052734375, + -0.05218505859375, + -0.031463623046875, + 0.023712158203125, + 0.0272979736328125, + -0.0247955322265625, + 0.00395965576171875, + 0.037841796875, + 0.0187225341796875, + -0.0064239501953125, + 0.0001766681671142578, + -0.0513916015625, + -0.039031982421875, + 0.06573486328125, + -0.020721435546875, + -0.00841522216796875, + 0.00955963134765625, + -0.0007748603820800781, + -0.058563232421875, + -0.042022705078125, + 0.006198883056640625, + -0.008270263671875, + 0.0130462646484375, + -0.040435791015625, + 0.0201263427734375, + 0.01239776611328125, + -0.006622314453125, + 0.00677490234375, + -0.0296783447265625, + 0.0201263427734375, + 0.01534271240234375, + -0.01140594482421875, + -0.0243072509765625, + 0.044036865234375, + -0.0709228515625, + -0.0103607177734375, + 0.0039825439453125, + -0.0243072509765625, + -0.00193023681640625, + 0.018829345703125, + 0.0005044937133789062, + -0.020721435546875, + 0.003162384033203125, + 0.0164337158203125, + 0.01404571533203125, + -0.018524169921875, + -0.033477783203125, + 0.036468505859375, + -0.0061492919921875, + -0.060577392578125, + 0.0031757354736328125, + -0.0010271072387695312, + -0.01200103759765625, + -0.01055908203125, + -0.03924560546875, + 0.001979827880859375, + 0.0557861328125, + -0.0149383544921875, + -0.003734588623046875, + 0.006351470947265625, + 0.03546142578125, + 0.01364898681640625, + 0.00020384788513183594, + 0.00821685791015625, + 0.0178375244140625, + 0.0099639892578125, + 0.00975799560546875, + -0.015838623046875, + 0.047210693359375, + 0.06890869140625, + -0.01554107666015625, + -0.007171630859375, + -0.0007500648498535156, + 0.02410888671875, + 0.017730712890625, + -0.0482177734375, + 0.04302978515625, + -0.0213165283203125, + 0.021209716796875, + -0.00836944580078125, + 0.0195159912109375, + -0.026092529296875, + -0.0137481689453125, + -0.01270294189453125, + -0.0816650390625, + -0.036651611328125, + 0.002590179443359375, + -0.06494140625, + -0.004779815673828125, + 0.0087127685546875, + -0.0086669921875, + 0.04522705078125, + -0.03924560546875, + -0.029876708984375, + 0.004459381103515625, + 0.0137481689453125, + 0.00727081298828125, + -0.02191162109375, + -0.035675048828125, + -0.052978515625, + -0.00971221923828125, + 0.03485107421875, + -0.0240020751953125, + -0.0280914306640625, + -0.01274871826171875, + -0.021820068359375, + 0.003536224365234375, + -0.039459228515625, + -0.01483917236328125, + -0.026702880859375, + 0.0400390625, + -0.01026153564453125, + -0.0022029876708984375, + -0.00971221923828125, + 0.048797607421875, + -0.0302886962890625, + -0.059356689453125, + 0.012847900390625, + -0.042022705078125, + -0.00817108154296875, + -0.0416259765625, + 0.072509765625, + -0.04241943359375, + -0.00301361083984375, + -0.0168304443359375, + 0.0225067138671875, + 0.0262908935546875, + 0.01190185546875, + 0.0063018798828125, + -0.062164306640625, + -0.0006628036499023438, + -0.0250091552734375, + 0.0162353515625, + 0.01384735107421875, + -0.0302886962890625, + 0.044036865234375, + -0.0276947021484375, + 0.0168304443359375, + -0.0080718994140625, + -0.035675048828125, + -0.0201263427734375, + 0.0243072509765625, + 0.019622802734375, + 0.0053558349609375, + 0.0145416259765625, + 0.0137481689453125, + 0.08087158203125, + 0.058563232421875, + 0.0157318115234375, + 0.0201263427734375, + 0.017333984375, + -0.0113525390625, + 0.052581787109375, + 0.0111083984375, + -0.0086669921875, + -0.0130462646484375, + 0.0330810546875, + -0.00585174560546875, + 0.0133514404296875, + -0.0121002197265625, + -0.0240020751953125, + -0.018829345703125, + -0.0262908935546875, + 0.021514892578125, + -0.035247802734375, + -0.05419921875, + -0.012847900390625, + 0.0276947021484375, + 0.0014820098876953125, + 0.062164306640625, + 0.01085662841796875, + 0.0019178390502929688, + 0.0416259765625, + -0.01483917236328125, + 0.018035888671875, + 0.0258941650390625, + -0.0179290771484375, + 0.05340576171875, + 0.007122039794921875, + 0.0026149749755859375, + -0.0111083984375, + 0.025299072265625, + 0.0133514404296875, + -0.0292816162109375, + -0.01434326171875, + 0.05340576171875, + -0.0264892578125, + -0.032073974609375, + -0.036865234375, + -0.035064697265625, + 0.010955810546875, + -0.005527496337890625, + -0.045623779296875, + 0.0017185211181640625, + -0.004856109619140625, + -0.04364013671875, + 0.0284881591796875, + 0.005802154541015625, + 0.007320404052734375, + 0.047821044921875, + 0.00433349609375, + -0.0238037109375, + -0.02459716796875, + 0.002727508544921875, + 0.0236053466796875, + 0.00435638427734375, + -0.013946533203125, + 0.009063720703125, + 0.0005574226379394531, + -0.02301025390625, + 0.056976318359375, + 0.04364013671875, + 0.00936126708984375, + 0.00921630859375, + -0.0254058837890625, + 0.04522705078125, + -0.028289794921875, + 0.032867431640625, + 0.0302886962890625, + -0.007419586181640625, + 0.006824493408203125, + -0.0032863616943359375, + 0.02789306640625, + 0.0216217041015625, + -0.0428466796875, + -0.0137481689453125, + -0.11474609375, + -0.021514892578125, + -0.046630859375, + -0.0362548828125, + -0.03167724609375, + -0.0482177734375, + 0.03863525390625, + -0.019317626953125, + -0.050201416015625, + -0.0009212493896484375, + -0.0002522468566894531, + -0.00727081298828125, + 0.044036865234375, + 0.0171356201171875, + -0.0087127685546875, + 0.0111083984375, + 0.06732177734375, + 0.006099700927734375, + -0.01554107666015625, + -0.0006227493286132812, + 0.0288848876953125, + -0.0236053466796875, + 0.025299072265625, + -0.00605010986328125, + 0.0102081298828125, + 0.03387451171875, + 0.0310821533203125, + 0.01010894775390625, + -0.0280914306640625, + 0.0038852691650390625, + -0.01235198974609375, + 0.0007157325744628906, + -0.0262908935546875, + -0.019317626953125, + -0.0013322830200195312, + 0.02410888671875, + -0.026092529296875, + -0.045623779296875, + -0.01324462890625, + 0.0225067138671875, + -0.0236053466796875, + 0.00084686279296875, + 0.041839599609375, + -0.04144287109375, + -0.0137481689453125, + -0.02301025390625, + -0.01812744140625, + 0.019317626953125, + 0.06494140625, + -0.037841796875, + 0.0179290771484375, + 0.01250457763671875, + 0.01050567626953125, + -0.01654052734375, + -0.05816650390625, + -0.00206756591796875, + -0.02947998046875, + -0.032867431640625, + -0.035858154296875, + 0.0288848876953125, + -0.005901336669921875, + 0.01081085205078125, + 0.0061492919921875, + -0.0036106109619140625, + -0.0284881591796875, + -0.05499267578125, + 0.022216796875, + -0.0106048583984375, + -0.02142333984375, + -0.02459716796875, + 0.050018310546875, + 0.020416259765625, + 0.0197296142578125, + -0.009613037109375, + -0.0019426345825195312, + -0.04742431640625, + -0.0111541748046875, + -0.00881195068359375, + 0.01314544677734375, + -0.01081085205078125, + 0.045623779296875, + 0.039459228515625, + 0.021209716796875, + 0.00687408447265625, + 0.046234130859375, + -0.0010833740234375, + -0.00821685791015625, + 0.0224151611328125, + -0.002353668212890625, + 0.007221221923828125, + 0.0247039794921875, + -0.00101470947265625, + -0.03387451171875, + -0.00986480712890625, + -0.018035888671875, + -0.01195526123046875, + 0.021514892578125, + 0.043243408203125, + 0.02569580078125, + -0.038238525390625, + 0.00470733642578125, + 0.06732177734375, + -0.00921630859375, + 0.08807373046875, + -0.0086669921875, + -0.04461669921875, + 0.01702880859375, + 0.031463623046875, + -0.0210113525390625, + -0.0225067138671875, + 0.029876708984375, + 0.00921630859375, + -0.013946533203125, + 0.0130462646484375, + 0.00986480712890625, + 0.01554107666015625, + 0.0019664764404296875, + 0.0005445480346679688, + 0.0239105224609375, + -0.022308349609375, + 0.0157318115234375, + 0.032073974609375, + -0.01175689697265625, + -0.001743316650390625, + 0.039642333984375, + -0.004184722900390625, + -0.0308837890625, + -0.0229034423828125, + -0.0633544921875, + 0.015838623046875, + 0.032867431640625, + 0.00415802001953125, + 0.060577392578125, + -0.01026153564453125, + -0.07489013671875, + 0.029876708984375, + -0.04144287109375, + 0.054595947265625, + 0.04241943359375, + 0.004657745361328125, + 0.05419921875, + -0.039031982421875, + 0.0269012451171875, + 0.0238037109375, + 0.0262908935546875, + 0.00921630859375, + 0.016632080078125, + 0.0262908935546875, + -0.0164337158203125, + -0.0288848876953125, + 0.023406982421875, + 0.032470703125, + 0.026092529296875, + 0.0167388916015625, + 0.0135498046875, + 0.01190185546875, + 0.0010213851928710938, + -0.0269012451171875, + 0.03765869140625, + 0.03607177734375, + -0.0088653564453125, + 0.0247955322265625, + 0.0038852691650390625, + 0.0039825439453125, + -0.04742431640625, + 0.0103607177734375, + -0.01195526123046875, + 0.0026149749755859375, + 0.03863525390625, + 0.026092529296875, + -0.0828857421875, + 0.0033111572265625, + 0.052978515625, + -0.057373046875, + 0.044830322265625, + 0.03167724609375, + -0.044830322265625, + -0.00403594970703125, + -0.01424407958984375, + -0.0633544921875, + 0.03863525390625, + -0.0254974365234375, + -0.0310821533203125, + -0.00931549072265625, + 0.0113067626953125, + -0.041229248046875, + -0.04901123046875, + -0.01345062255859375, + -0.03546142578125, + -0.0187225341796875, + -0.0145416259765625, + 0.0308837890625, + 0.004878997802734375, + 0.007671356201171875, + 0.0272979736328125, + 0.0292816162109375, + -0.01120758056640625, + -0.03607177734375, + 0.028289794921875, + -0.032073974609375, + -0.045013427734375, + 0.0286865234375, + 0.0054779052734375, + 0.02569580078125, + -0.037445068359375, + -0.050201416015625, + 0.00841522216796875, + -0.01255035400390625, + -0.007320404052734375, + 0.031280517578125, + -0.040252685546875, + -0.054595947265625, + -0.054595947265625, + 0.056976318359375, + -0.0064239501953125, + 0.046417236328125, + 0.0031871795654296875, + -0.0238037109375, + 0.01922607421875, + -0.0633544921875, + -0.00786590576171875, + -0.01702880859375, + -0.0102081298828125, + 0.004184722900390625, + 0.0860595703125, + -0.0217132568359375, + -0.0171356201171875, + -0.01165771484375, + 0.05499267578125, + 0.007022857666015625, + -0.0079193115234375, + -0.0054779052734375, + 0.02081298828125, + 0.035858154296875, + -0.036865234375, + 0.0021038055419921875, + -0.00986480712890625, + -0.0133514404296875, + 0.018035888671875, + -0.038055419921875, + -0.0238037109375, + 0.00667572021484375, + -0.0306854248046875, + -0.035064697265625, + -0.05499267578125, + -0.016937255859375, + -0.04541015625, + 0.0162353515625, + 0.038238525390625, + -0.004283905029296875, + 0.021514892578125, + 0.0152435302734375, + 0.00891876220703125, + 0.0280914306640625, + -0.0015878677368164062, + -0.012847900390625, + 0.026702880859375, + -0.060150146484375, + -0.0254974365234375, + -0.0362548828125, + 0.01105499267578125, + -0.0491943359375, + -0.0018672943115234375, + 0.01593017578125, + -0.0027523040771484375, + 0.041839599609375, + -0.0269012451171875, + -0.0164337158203125, + -0.044219970703125, + -0.0306854248046875, + -0.05499267578125, + -0.01165771484375, + 0.0239105224609375, + -0.0008091926574707031, + -0.01593017578125, + 0.004779815673828125, + 0.0296783447265625, + -0.07171630859375, + 0.0362548828125, + 0.0302886962890625, + 0.000007867813110351562, + 0.0179290771484375, + -0.0243072509765625, + -0.0007224082946777344, + 0.028289794921875, + 0.02569580078125, + -0.00786590576171875, + -0.04901123046875, + -0.08685302734375, + 0.039642333984375, + -0.01434326171875, + 0.00946044921875, + -0.00817108154296875, + -0.027099609375, + -0.05499267578125, + -0.005031585693359375, + 0.048614501953125, + 0.0220184326171875, + 0.01654052734375, + -0.02301025390625, + 0.000591278076171875, + -0.007965087890625, + -0.0340576171875, + 0.031463623046875, + -0.0195159912109375, + 0.0090179443359375, + -0.0250091552734375, + -0.023406982421875, + 0.0141448974609375, + 0.0258941650390625, + 0.021820068359375, + 0.03466796875, + 0.0162353515625, + -0.0186309814453125, + 0.037261962890625, + -0.0217132568359375, + -0.017333984375, + -0.0211181640625, + -0.019622802734375, + 0.02081298828125, + -0.0117034912109375, + -0.0099639892578125, + 0.0201263427734375, + 0.0262908935546875, + 0.0247955322265625, + -0.0269012451171875, + 0.031280517578125, + 0.0137481689453125, + -0.0164337158203125, + 0.07489013671875, + -0.0152435302734375, + -0.050201416015625, + -0.01424407958984375, + 0.000156402587890625, + 0.039642333984375, + 0.03985595703125, + 0.0039825439453125, + -0.036468505859375, + 0.005279541015625, + 0.04541015625, + 0.004856109619140625, + -0.040435791015625, + -0.0194244384765625, + 0.0276947021484375, + 0.0005135536193847656, + 0.028289794921875, + 0.03485107421875, + 0.0633544921875, + -0.0024662017822265625, + -0.0121002197265625, + 0.03607177734375, + 0.0740966796875, + 0.032684326171875, + -0.03326416015625, + -0.051788330078125, + -0.0086669921875, + -0.0008215904235839844, + -0.026092529296875, + -0.04901123046875, + 0.004482269287109375, + 0.0589599609375, + -0.08087158203125, + -0.00612640380859375, + 0.006572723388671875, + 0.0006723403930664062, + 0.01065826416015625, + 0.0023651123046875, + -0.026092529296875, + 0.02569580078125, + 0.0183258056640625, + -0.027099609375, + -0.01055908203125, + -0.0205230712890625, + 0.036865234375, + 0.0513916015625, + 0.017730712890625, + 0.01404571533203125, + 0.032684326171875, + -0.007022857666015625, + 0.0137481689453125, + 0.022308349609375, + 0.048614501953125, + -0.01055908203125, + 0.0141448974609375, + 0.046234130859375, + 0.0709228515625, + -0.0008902549743652344, + 0.00254058837890625, + 0.0460205078125, + 0.0232086181640625, + 0.056976318359375, + 0.07373046875, + 0.006000518798828125, + 0.02301025390625, + 0.0013132095336914062, + -0.0460205078125, + -0.015838623046875, + 0.0167388916015625, + 0.022613525390625, + -0.04364013671875, + -0.0288848876953125, + 0.036865234375, + -0.0482177734375, + 0.00811767578125, + 0.0001806020736694336, + -0.0236053466796875, + -0.019317626953125, + 0.014739990234375, + -0.01006317138671875, + -0.05059814453125, + 0.01593017578125, + -0.015838623046875, + -0.0292816162109375, + -0.031463623046875, + -0.034271240234375, + 0.05218505859375, + -0.0216217041015625, + -0.03228759765625, + -0.0308837890625, + 0.027496337890625, + -0.00991058349609375, + -0.05419921875, + -0.032684326171875, + 0.005405426025390625, + -0.01175689697265625, + -0.03985595703125, + -0.039031982421875, + -0.019927978515625, + 0.0145416259765625, + -0.02459716796875, + -0.01554107666015625, + -0.0088653564453125, + -0.04522705078125, + -0.027496337890625, + 0.0079193115234375, + -0.031280517578125, + 0.038848876953125, + -0.06097412109375, + 0.0201263427734375, + 0.018524169921875, + 0.033660888671875, + 0.0310821533203125, + 0.0721435546875, + -0.0054779052734375, + 0.0006036758422851562, + -0.0225067138671875, + -0.05419921875, + 0.00727081298828125, + 0.027099609375, + 0.0137481689453125, + -0.06097412109375, + 0.00015246868133544922, + 0.044219970703125, + -0.0753173828125, + 0.02142333984375, + 0.01534271240234375, + -0.026702880859375, + -0.050811767578125, + 0.027496337890625, + 0.0014696121215820312, + 0.0264892578125, + 0.08245849609375, + 0.0121002197265625, + -0.0286865234375, + 0.01250457763671875, + -0.0491943359375, + 0.07049560546875, + -0.00007355213165283203, + 0.03546142578125, + -0.04083251953125, + 0.029083251953125, + 0.00936126708984375, + -0.0300750732421875, + -0.0018548965454101562, + -0.08648681640625, + -0.00986480712890625, + 0.032867431640625, + 0.018035888671875, + -0.01294708251953125, + -0.0310821533203125, + -0.057769775390625, + -0.01554107666015625, + -0.038238525390625, + 0.01030731201171875, + -0.0023040771484375, + 0.027099609375, + -0.05340576171875, + 0.01155853271484375, + 0.007572174072265625, + -0.04541015625, + -0.045013427734375, + -0.0288848876953125, + 0.01294708251953125, + -0.007965087890625, + -0.060577392578125, + 0.029876708984375, + 0.017730712890625, + -0.01364898681640625, + 0.040435791015625, + 0.037841796875, + -0.03326416015625, + -0.0090179443359375, + -0.01294708251953125, + 0.024200439453125, + 0.002353668212890625, + -0.004405975341796875, + 0.016937255859375, + 0.02191162109375, + 0.00861358642578125, + -0.037261962890625, + 0.04840087890625, + 0.0589599609375, + -0.0229034423828125, + -0.06854248046875, + -0.0264892578125, + -0.017730712890625, + 0.031280517578125, + -0.0121002197265625, + 0.0286865234375, + 0.01314544677734375, + 0.004383087158203125, + -0.1068115234375, + 0.06732177734375, + -0.0284881591796875, + 0.0186309814453125, + 0.01155853271484375, + -0.016632080078125, + -0.07769775390625, + -0.0145416259765625, + -0.02301025390625, + 0.00971221923828125, + -0.0183258056640625, + 0.0171356201171875, + -0.020721435546875, + -0.01050567626953125, + -0.00307464599609375, + -0.0292816162109375, + -0.00612640380859375, + 0.047607421875, + 0.0149383544921875, + -0.035247802734375, + 0.04901123046875, + -0.005626678466796875, + -0.00026154518127441406, + -0.007770538330078125, + -0.007320404052734375, + 0.022308349609375, + -0.006923675537109375, + -0.020416259765625, + -0.024505615234375, + 0.0202178955078125, + 0.049407958984375, + 0.0010461807250976562, + 0.00782012939453125, + -0.017730712890625, + 0.0186309814453125, + 0.01314544677734375, + -0.0258941650390625, + 0.005977630615234375, + 0.00782012939453125, + 0.005054473876953125, + -0.0498046875, + -0.060150146484375, + -0.07293701171875, + 0.0262908935546875, + -0.038238525390625, + -0.0064239501953125, + 0.0113067626953125, + 0.01503753662109375, + -0.006473541259765625, + -0.0191192626953125, + 0.0250091552734375, + -0.0113525390625, + -0.033477783203125, + -0.0167388916015625, + -0.004878997802734375, + -0.01554107666015625, + 0.01424407958984375, + 0.01554107666015625, + -0.0292816162109375, + 0.02490234375, + -0.016143798828125, + -0.0015497207641601562, + -0.0187225341796875, + -0.026092529296875, + -0.03924560546875, + 0.0003314018249511719, + -0.09002685546875, + -0.03466796875, + 0.022216796875, + 0.02789306640625, + -0.0106048583984375, + -0.041839599609375, + 0.032684326171875, + -0.004856109619140625, + -0.05816650390625, + 0.03546142578125, + -0.00443267822265625, + -0.041839599609375, + 0.018829345703125, + -0.021820068359375, + -0.0035858154296875, + 0.0220184326171875, + 0.036651611328125, + 0.039459228515625, + 0.038848876953125, + -0.0122528076171875, + -0.021209716796875, + -0.0025768280029296875, + -0.015838623046875, + 0.0235137939453125, + 0.031280517578125, + 0.0179290771484375, + 0.0009398460388183594, + 0.00936126708984375, + 0.007320404052734375, + -0.0709228515625, + -0.0254058837890625, + -0.017425537109375, + -0.0438232421875, + 0.00677490234375, + 0.062164306640625, + 0.032073974609375, + -0.0235137939453125, + 0.0400390625, + 0.0513916015625, + 0.02459716796875, + 0.01294708251953125, + -0.00975799560546875, + -0.0645751953125, + -0.01294708251953125, + 0.026702880859375, + 0.0079193115234375, + -0.038848876953125, + 0.0308837890625, + 0.05499267578125, + -0.006076812744140625, + -0.0171356201171875, + -0.0197296142578125, + -0.0020542144775390625, + 0.054595947265625, + 0.00193023681640625, + 0.006099700927734375, + -0.056976318359375, + 0.01314544677734375, + 0.040252685546875, + -0.0187225341796875, + -0.0201263427734375, + -0.00817108154296875, + -0.0384521484375, + 0.05340576171875, + -0.0504150390625, + 0.01239776611328125, + -0.003635406494140625, + 0.07769775390625, + 0.015838623046875, + -0.046417236328125, + -0.01294708251953125, + 0.039031982421875, + 0.0232086181640625, + -0.00951385498046875, + 0.01544189453125, + -0.01404571533203125, + -0.00567626953125, + 0.037261962890625, + 0.048614501953125, + 0.0064239501953125, + 0.040435791015625, + 0.012451171875, + -0.061370849609375, + 0.0160369873046875, + -0.003337860107421875, + 0.00046062469482421875, + -0.00821685791015625, + -0.048004150390625, + -0.0175323486328125, + -0.0645751953125, + 0.0362548828125, + 0.0017805099487304688, + 0.046417236328125, + 0.02789306640625, + 0.0015878677368164062, + -0.01345062255859375, + 0.0190277099609375, + 0.0028133392333984375, + 0.037841796875, + 0.02947998046875, + 0.010955810546875, + -0.00518035888671875, + 0.02081298828125, + 0.0251007080078125, + -0.01294708251953125, + 0.02142333984375, + -0.005405426025390625, + -0.004756927490234375, + -0.05419921875, + 0.01404571533203125, + 0.01235198974609375, + -0.019317626953125, + -0.014739990234375, + -0.0178375244140625, + 0.010955810546875, + -0.0084686279296875, + -0.0645751953125, + -0.031463623046875, + 0.022216796875, + -0.05419921875, + 0.026092529296875, + 0.0296783447265625, + -0.0160369873046875, + 0.00287628173828125, + -0.0645751953125, + 0.09918212890625, + 0.0135498046875, + 0.022216796875, + -0.01434326171875, + 0.0318603515625, + 0.0206146240234375, + 0.0232086181640625, + 0.02301025390625, + 0.00856781005859375, + -0.022216796875, + 0.0362548828125, + 0.0557861328125, + -0.016937255859375, + -0.0288848876953125, + 0.028289794921875, + 0.0107574462890625, + -0.046417236328125, + 0.0310821533203125, + 0.035247802734375, + 0.00946044921875, + 0.0036602020263671875, + -0.02410888671875, + -0.00403594970703125, + -0.052581787109375, + 0.07891845703125, + 0.0190277099609375, + -0.00667572021484375, + 0.0247955322265625, + -0.04302978515625, + 0.04144287109375, + 0.007221221923828125, + 0.07373046875, + -0.04541015625, + 0.03607177734375, + -0.0152435302734375, + 0.01155853271484375, + -0.007518768310546875, + 0.0308837890625, + 0.00145721435546875, + 0.01026153564453125, + 0.01125335693359375, + 0.055389404296875, + 0.01120758056640625, + -0.004878997802734375, + -0.066162109375, + 0.005828857421875, + -0.0217132568359375, + 0.01294708251953125, + 0.030487060546875, + -0.0235137939453125, + -0.0152435302734375, + -0.021820068359375, + 0.006076812744140625, + 0.057769775390625, + 0.007518768310546875, + 0.02520751953125, + -0.007770538330078125, + -0.007770538330078125, + -0.0205230712890625, + 0.01190185546875 + ], + "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_osquery", + "type": "tool", + "name": "osquery", + "content": "osquery facebooks revolutionäre endpoint-telemetry-engine transformiert betriebssystem- zustand in sql-queries für forensische untersuchungen. das \"operating system as database\"-konzept ermöglicht abfragen wie \"select * from processes where name like '%malware%'\". über 200 tables exposieren system-internals: prozesse, netzwerkverbindungen, dateien, registry, scheduled-tasks. besonders mächtig für fleet-wide-hunting: eine query durchsucht tausende endpoints parallel. die event-framework publiziert changes in real-time. extensions erweitern für cloud-apis, yara-scanning, custom-tables. json-output integriert nahtlos in siems. distributed-queries über tls-verschlüsselte channels. der lightweight-agent (< 50mb ram) minimiert performance-impact. configuration- management via json/yaml. die active-community entwickelt ständig neue tables. basis für zahlreiche kommerzielle endpoint-security-produkte. unverzichtbar für moderne threat-hunting und incident-response at scale. endpoint sql incident-response examination", + "embedding": [ + -0.00732421875, + 0.031585693359375, + 0.037628173828125, + -0.01342010498046875, + 0.030242919921875, + 0.00992584228515625, + 0.03118896484375, + -0.0187225341796875, + -0.02911376953125, + 0.01007080078125, + -0.0313720703125, + 0.037628173828125, + 0.00699615478515625, + -0.020599365234375, + -0.057098388671875, + 0.036102294921875, + -0.0304412841796875, + 0.01129913330078125, + 0.01148223876953125, + -0.0004165172576904297, + -0.024200439453125, + -0.015411376953125, + -0.048004150390625, + -0.01200103759765625, + -0.005695343017578125, + 0.01474761962890625, + -0.005176544189453125, + -0.05670166015625, + 0.0028839111328125, + 0.0139923095703125, + 0.016632080078125, + -0.0178680419921875, + -0.005222320556640625, + 0.037445068359375, + 0.00794219970703125, + -0.0199432373046875, + 0.021453857421875, + -0.04876708984375, + -0.0245819091796875, + 0.027984619140625, + -0.0058135986328125, + 0.0180511474609375, + 0.0018787384033203125, + -0.03497314453125, + -0.043670654296875, + -0.0447998046875, + -0.0020904541015625, + -0.037628173828125, + 0.0389404296875, + -0.0276031494140625, + 0.02410888671875, + 0.04443359375, + 0.0016546249389648438, + 0.00807952880859375, + -0.036865234375, + 0.0430908203125, + 0.01389312744140625, + -0.022125244140625, + -0.03497314453125, + 0.037628173828125, + -0.047088623046875, + 0.00841522216796875, + -0.0146484375, + -0.0031909942626953125, + 0.0255279541015625, + 0.006381988525390625, + -0.00997161865234375, + -0.036102294921875, + -0.01091766357421875, + -0.01947021484375, + -0.001087188720703125, + 0.007419586181640625, + 0.0002777576446533203, + 0.01739501953125, + -0.0219268798828125, + -0.03460693359375, + 0.0157928466796875, + 0.0150299072265625, + -0.004535675048828125, + -0.00846099853515625, + -0.045745849609375, + -0.002529144287109375, + 0.044036865234375, + -0.031005859375, + -0.045379638671875, + 0.004703521728515625, + 0.0169219970703125, + -0.0014057159423828125, + 0.0226898193359375, + 0.0406494140625, + 0.019378662109375, + 0.0276031494140625, + 0.0151214599609375, + -0.020416259765625, + 0.033447265625, + 0.02911376953125, + -0.02532958984375, + -0.003971099853515625, + -0.01654052734375, + 0.0313720703125, + 0.032135009765625, + -0.0249481201171875, + 0.0540771484375, + -0.01380157470703125, + 0.057464599609375, + -0.036102294921875, + 0.0146484375, + -0.0157928466796875, + -0.003993988037109375, + -0.020599365234375, + -0.1119384765625, + -0.0506591796875, + -0.011627197265625, + -0.06048583984375, + -0.0060272216796875, + -0.0111541748046875, + -0.0095977783203125, + 0.0245819091796875, + -0.033843994140625, + -0.026092529296875, + 0.0257110595703125, + 0.0230712890625, + 0.0170135498046875, + 0.0230712890625, + -0.0623779296875, + -0.05670166015625, + 0.018341064453125, + 0.0169219970703125, + -0.0277862548828125, + -0.01380157470703125, + -0.0249481201171875, + -0.004680633544921875, + -0.01947021484375, + -0.043304443359375, + 0.00484466552734375, + -0.00855255126953125, + 0.051788330078125, + -0.0205078125, + 0.002399444580078125, + 0.006710052490234375, + 0.024200439453125, + 0.004608154296875, + -0.05596923828125, + 0.0216522216796875, + -0.04461669921875, + -0.005859375, + 0.00091552734375, + 0.053314208984375, + -0.00907135009765625, + 0.0091705322265625, + 0.01100921630859375, + 0.0285491943359375, + 0.040069580078125, + 0.002044677734375, + 0.03515625, + -0.0226898193359375, + -0.007419586181640625, + -0.004489898681640625, + 0.042724609375, + -0.029876708984375, + -0.00484466552734375, + 0.0294952392578125, + -0.01007080078125, + 0.0277862548828125, + -0.022308349609375, + -0.0289306640625, + -0.0266571044921875, + 0.0236358642578125, + -0.0019855499267578125, + 0.00949859619140625, + 0.0210723876953125, + -0.0012645721435546875, + 0.058990478515625, + 0.05029296875, + 0.002056121826171875, + -0.00531768798828125, + -0.000028431415557861328, + -0.033660888671875, + 0.03460693359375, + 0.022308349609375, + -0.024383544921875, + 0.0208892822265625, + 0.024383544921875, + 0.00243377685546875, + 0.0169219970703125, + -0.008270263671875, + -0.0091705322265625, + -0.019378662109375, + -0.051422119140625, + 0.04840087890625, + -0.0294952392578125, + -0.0184326171875, + -0.003284454345703125, + 0.00936126708984375, + 0.002788543701171875, + 0.045745849609375, + 0.0217437744140625, + -0.04632568359375, + 0.032135009765625, + -0.037811279296875, + 0.01371002197265625, + 0.055206298828125, + -0.004608154296875, + 0.035736083984375, + -0.01436614990234375, + 0.0189056396484375, + -0.0184326171875, + 0.03875732421875, + 0.038177490234375, + -0.039703369140625, + 0.01568603515625, + 0.055206298828125, + -0.0197601318359375, + -0.0657958984375, + -0.0200347900390625, + -0.0268402099609375, + 0.04443359375, + -0.0330810546875, + -0.01134490966796875, + -0.0036869049072265625, + 0.005458831787109375, + -0.037628173828125, + 0.0150299072265625, + 0.042144775390625, + -0.0125732421875, + 0.029876708984375, + 0.03704833984375, + -0.019378662109375, + -0.01294708251953125, + 0.0022335052490234375, + 0.0306243896484375, + 0.0482177734375, + -0.037445068359375, + 0.00228118896484375, + -0.0229644775390625, + -0.01739501953125, + 0.036102294921875, + 0.019561767578125, + 0.030059814453125, + 0.004608154296875, + -0.00936126708984375, + 0.0247650146484375, + -0.00439453125, + 0.0234375, + 0.013519287109375, + -0.04119873046875, + 0.0097808837890625, + -0.00732421875, + 0.026275634765625, + 0.06427001953125, + -0.036865234375, + -0.001140594482421875, + -0.034393310546875, + -0.019378662109375, + -0.06353759765625, + -0.052947998046875, + -0.039703369140625, + -0.043670654296875, + 0.051055908203125, + -0.0347900390625, + -0.0255279541015625, + 0.016632080078125, + 0.00756072998046875, + 0.031585693359375, + 0.034393310546875, + 0.0021381378173828125, + -0.05859375, + 0.0018548965454101562, + 0.06201171875, + -0.0181427001953125, + 0.00798797607421875, + -0.0060272216796875, + 0.053314208984375, + -0.002044677734375, + -0.00798797607421875, + -0.03118896484375, + 0.0157928466796875, + 0.049530029296875, + 0.0013647079467773438, + 0.0372314453125, + -0.034027099609375, + 0.01332855224609375, + -0.0264739990234375, + 0.0257110595703125, + -0.06048583984375, + 0.005481719970703125, + -0.043487548828125, + -0.0146484375, + 0.007610321044921875, + -0.08544921875, + 0.010772705078125, + 0.0106353759765625, + 0.007419586181640625, + -0.0013942718505859375, + 0.00463104248046875, + -0.043853759765625, + 0.0255279541015625, + 0.04632568359375, + 0.01186370849609375, + 0.035919189453125, + 0.054840087890625, + -0.01361083984375, + 0.0198516845703125, + -0.01474761962890625, + 0.0150299072265625, + -0.03533935546875, + -0.034210205078125, + -0.03082275390625, + -0.0313720703125, + -0.054840087890625, + -0.019195556640625, + -0.01436614990234375, + -0.02703857421875, + 0.0207061767578125, + -0.027984619140625, + 0.0022563934326171875, + -0.01143646240234375, + -0.03460693359375, + -0.0023517608642578125, + -0.028350830078125, + -0.054443359375, + -0.01371002197265625, + 0.06842041015625, + 0.0196685791015625, + 0.0121002197265625, + -0.00794219970703125, + 0.0023517608642578125, + -0.0111541748046875, + 0.033843994140625, + -0.037445068359375, + 0.01824951171875, + -0.003025054931640625, + 0.0582275390625, + 0.044036865234375, + 0.00794219970703125, + 0.0033092498779296875, + 0.06201171875, + 0.026275634765625, + -0.0006794929504394531, + -0.004039764404296875, + -0.0002422332763671875, + -0.0239105224609375, + 0.0199432373046875, + -0.01947021484375, + 0.0009632110595703125, + -0.030059814453125, + -0.0272216796875, + 0.00945281982421875, + 0.005718231201171875, + 0.034210205078125, + 0.0208892822265625, + -0.0287322998046875, + -0.005504608154296875, + 0.054840087890625, + 0.0096435546875, + 0.10589599609375, + -0.03875732421875, + -0.0423583984375, + 0.0140838623046875, + 0.01035308837890625, + -0.04461669921875, + -0.01361083984375, + 0.051422119140625, + -0.00803375244140625, + 0.0097808837890625, + 0.0220184326171875, + -0.005672454833984375, + 0.031585693359375, + 0.01049041748046875, + 0.006946563720703125, + 0.00180816650390625, + 0.012664794921875, + 0.0257110595703125, + 0.057861328125, + 0.041412353515625, + 0.0009274482727050781, + 0.053314208984375, + -0.017669677734375, + -0.029296875, + -0.03533935546875, + -0.043304443359375, + 0.0200347900390625, + 0.0178680419921875, + -0.01082611083984375, + 0.045928955078125, + -0.01474761962890625, + -0.05633544921875, + 0.047088623046875, + -0.02032470703125, + 0.07867431640625, + 0.062744140625, + 0.0219268798828125, + 0.0266571044921875, + -0.040069580078125, + -0.01082611083984375, + 0.023345947265625, + -0.006618499755859375, + 0.0236358642578125, + 0.072998046875, + 0.0347900390625, + 0.01053619384765625, + -0.042724609375, + 0.01824951171875, + 0.027984619140625, + 0.041412353515625, + 0.0019969940185546875, + 0.02154541015625, + 0.003143310546875, + 0.02117919921875, + -0.01531219482421875, + 0.035919189453125, + 0.0161590576171875, + -0.0181427001953125, + -0.002529144287109375, + -0.0218353271484375, + 0.007843017578125, + -0.055206298828125, + 0.01427459716796875, + -0.0115814208984375, + -0.01238250732421875, + 0.0030727386474609375, + 0.0276031494140625, + -0.029876708984375, + 0.0196685791015625, + 0.041778564453125, + -0.06390380859375, + 0.039337158203125, + 0.034027099609375, + -0.037811279296875, + -0.0029773712158203125, + -0.04840087890625, + -0.0364990234375, + 0.0294952392578125, + -0.01361083984375, + -0.01323699951171875, + -0.01134490966796875, + 0.00997161865234375, + -0.042144775390625, + -0.039886474609375, + -0.039886474609375, + 0.00514984130859375, + -0.020599365234375, + -0.002410888671875, + 0.046875, + -0.02911376953125, + 0.0110626220703125, + 0.01824951171875, + 0.051788330078125, + 0.021270751953125, + -0.042144775390625, + 0.055572509765625, + -0.040069580078125, + -0.04046630859375, + 0.019287109375, + 0.0168304443359375, + 0.00859832763671875, + -0.022491455078125, + -0.01276397705078125, + 0.006381988525390625, + 0.0032367706298828125, + 0.00841522216796875, + 0.0225982666015625, + -0.06689453125, + -0.0258941650390625, + -0.036865234375, + 0.051788330078125, + 0.007610321044921875, + 0.04119873046875, + 0.00936126708984375, + -0.09039306640625, + 0.0189056396484375, + -0.051055908203125, + -0.022308349609375, + -0.053314208984375, + 0.03118896484375, + -0.0077972412109375, + 0.06011962890625, + -0.01522064208984375, + -0.02154541015625, + -0.020599365234375, + 0.066162109375, + 0.0238189697265625, + 0.0015363693237304688, + -0.036865234375, + 0.052947998046875, + 0.0277862548828125, + -0.049896240234375, + -0.00921630859375, + -0.0032138824462890625, + -0.003284454345703125, + 0.0616455078125, + -0.061248779296875, + -0.00855255126953125, + -0.0151214599609375, + -0.04461669921875, + -0.028167724609375, + -0.019195556640625, + -0.0024585723876953125, + -0.0465087890625, + 0.0030727386474609375, + 0.028350830078125, + -0.0082244873046875, + 0.022308349609375, + 0.01068115234375, + 0.0197601318359375, + 0.0197601318359375, + 0.031951904296875, + 0.0028839111328125, + 0.0116729736328125, + -0.049896240234375, + -0.031768798828125, + -0.03289794921875, + 0.042724609375, + -0.01091766357421875, + -0.007373809814453125, + -0.0296783447265625, + -0.0146484375, + 0.033660888671875, + -0.069580078125, + 0.001270294189453125, + -0.002681732177734375, + -0.01361083984375, + -0.0264739990234375, + -0.042144775390625, + 0.0229644775390625, + -0.003543853759765625, + 0.01947021484375, + 0.0264739990234375, + 0.049530029296875, + -0.05633544921875, + 0.03326416015625, + 0.0207977294921875, + -0.0101165771484375, + -0.00656890869140625, + -0.02532958984375, + 0.0019969940185546875, + 0.0189971923828125, + 0.00907135009765625, + -0.001033782958984375, + -0.029296875, + -0.0506591796875, + 0.0237274169921875, + 0.0160675048828125, + -0.03515625, + -0.006145477294921875, + -0.04443359375, + -0.033660888671875, + 0.00945281982421875, + 0.0013589859008789062, + 0.01323699951171875, + -0.010162353515625, + -0.040283203125, + -0.00992584228515625, + -0.0199432373046875, + -0.0161590576171875, + 0.00269317626953125, + -0.00988006591796875, + 0.01143646240234375, + 0.00836181640625, + -0.0230712890625, + 0.0272216796875, + 0.04840087890625, + 0.03082275390625, + 0.028350830078125, + 0.021270751953125, + -0.03533935546875, + 0.0017957687377929688, + 0.007183074951171875, + -0.0228729248046875, + -0.0087432861328125, + -0.03668212890625, + 0.024383544921875, + -0.035919189453125, + -0.01531219482421875, + 0.025146484375, + 0.016357421875, + 0.0249481201171875, + -0.00553131103515625, + -0.01181793212890625, + 0.05218505859375, + -0.02410888671875, + 0.06011962890625, + -0.05029296875, + -0.04632568359375, + 0.0258941650390625, + 0.01139068603515625, + 0.05633544921875, + 0.049163818359375, + 0.0227813720703125, + -0.0171051025390625, + 0.0017604827880859375, + 0.0285491943359375, + -0.0219268798828125, + -0.047088623046875, + -0.0088348388671875, + 0.0116729736328125, + -0.007137298583984375, + 0.0623779296875, + 0.0150299072265625, + 0.07147216796875, + 0.0006880760192871094, + -0.00732421875, + 0.01332855224609375, + 0.039886474609375, + 0.03497314453125, + -0.008697509765625, + -0.030242919921875, + -0.01654052734375, + 0.0258941650390625, + -0.0430908203125, + -0.0313720703125, + -0.0010747909545898438, + 0.07110595703125, + -0.061248779296875, + -0.00196075439453125, + -0.01947021484375, + -0.017486572265625, + 0.0125732421875, + 0.0125732421875, + -0.007373809814453125, + 0.004772186279296875, + 0.00907135009765625, + -0.030059814453125, + 0.01427459716796875, + -0.0187225341796875, + -0.0021152496337890625, + 0.0277862548828125, + 0.0272216796875, + -0.02325439453125, + 0.0239105224609375, + 0.0208892822265625, + 0.015594482421875, + 0.0272216796875, + -0.0020904541015625, + 0.0225982666015625, + 0.030059814453125, + 0.062744140625, + 0.0465087890625, + 0.00936126708984375, + -0.01323699951171875, + 0.01824951171875, + 0.021270751953125, + 0.023162841796875, + 0.03839111328125, + 0.0045623779296875, + 0.01427459716796875, + 0.00232696533203125, + -0.011627197265625, + 0.01134490966796875, + 0.0188140869140625, + -0.0155029296875, + -0.042724609375, + -0.0506591796875, + -0.0097808837890625, + -0.05218505859375, + 0.0482177734375, + 0.026092529296875, + -0.0026702880859375, + 0.0012350082397460938, + 0.039337158203125, + -0.0423583984375, + -0.051055908203125, + 0.01861572265625, + -0.007843017578125, + -0.0081787109375, + -0.00850677490234375, + -0.039886474609375, + 0.0189056396484375, + -0.0050811767578125, + -0.0654296875, + -0.0169219970703125, + 0.03875732421875, + 0.0015363693237304688, + -0.04083251953125, + 0.006427764892578125, + -0.006473541259765625, + -0.0245819091796875, + -0.036102294921875, + -0.041015625, + -0.019287109375, + 0.016448974609375, + -0.0220184326171875, + 0.0220184326171875, + -0.00855255126953125, + -0.006855010986328125, + -0.0009746551513671875, + -0.020233154296875, + -0.01238250732421875, + 0.0140838623046875, + -0.041015625, + 0.0289306640625, + 0.0198516845703125, + -0.006946563720703125, + 0.0257110595703125, + 0.08697509765625, + 0.02532958984375, + 0.01654052734375, + -0.03857421875, + -0.04461669921875, + 0.03253173828125, + 0.0121002197265625, + -0.007610321044921875, + -0.040069580078125, + -0.00510406494140625, + 0.049530029296875, + -0.066162109375, + 0.0240020751953125, + -0.00043129920959472656, + -0.0304412841796875, + -0.048004150390625, + -0.0003249645233154297, + -0.01654052734375, + 0.031768798828125, + 0.0968017578125, + -0.00316619873046875, + -0.007656097412109375, + 0.0207977294921875, + -0.04632568359375, + 0.041412353515625, + -0.0171051025390625, + 0.04046630859375, + -0.032135009765625, + 0.0161590576171875, + 0.0009570121765136719, + -0.0171966552734375, + 0.006805419921875, + -0.08203125, + -0.016357421875, + 0.040069580078125, + 0.01238250732421875, + -0.0423583984375, + 0.019287109375, + -0.031005859375, + -0.054840087890625, + -0.0255279541015625, + 0.044036865234375, + 0.03875732421875, + -0.00949859619140625, + -0.0482177734375, + -0.01001739501953125, + 0.0285491943359375, + -0.0692138671875, + -0.036102294921875, + 0.0010814666748046875, + 0.0287322998046875, + 0.0170135498046875, + -0.046142578125, + 0.005695343017578125, + -0.01371002197265625, + 0.039703369140625, + 0.0159759521484375, + 0.02410888671875, + -0.049163818359375, + -0.022308349609375, + 0.0184326171875, + 0.03289794921875, + -0.01654052734375, + -0.0019025802612304688, + 0.008270263671875, + 0.01025390625, + 0.0274200439453125, + -0.026092529296875, + 0.0304412841796875, + 0.027984619140625, + -0.01049041748046875, + -0.03533935546875, + -0.024383544921875, + -0.023162841796875, + 0.03668212890625, + 0.0036163330078125, + 0.03912353515625, + 0.0201416015625, + -0.01371002197265625, + -0.06317138671875, + 0.0285491943359375, + -0.0161590576171875, + 0.0268402099609375, + 0.02117919921875, + -0.017669677734375, + -0.060882568359375, + -0.0706787109375, + -0.0237274169921875, + 0.0082244873046875, + -0.043670654296875, + 0.0258941650390625, + 0.039886474609375, + 0.0015001296997070312, + 0.0200347900390625, + -0.0184326171875, + 0.00803375244140625, + 0.0364990234375, + -0.006427764892578125, + 0.00028204917907714844, + 0.051422119140625, + -0.04083251953125, + 0.00029397010803222656, + 0.00732421875, + 0.0016069412231445312, + 0.007656097412109375, + -0.018341064453125, + -0.0177764892578125, + -0.004276275634765625, + 0.0266571044921875, + 0.0274200439453125, + 0.005008697509765625, + 0.0465087890625, + -0.016632080078125, + 0.015594482421875, + 0.03289794921875, + -0.0506591796875, + -0.00836181640625, + 0.0170135498046875, + 0.0149383544921875, + 0.003261566162109375, + -0.06732177734375, + -0.058990478515625, + 0.0170135498046875, + -0.0692138671875, + -0.00531768798828125, + 0.0038280487060546875, + 0.033447265625, + 0.0266571044921875, + -0.04876708984375, + 0.041412353515625, + -0.013519287109375, + 0.007419586181640625, + -0.0188140869140625, + 0.0160675048828125, + 0.006427764892578125, + 0.0389404296875, + 0.0111541748046875, + -0.03668212890625, + 0.0199432373046875, + 0.01247406005859375, + -0.03082275390625, + -0.0304412841796875, + 0.003261566162109375, + -0.022491455078125, + 0.023162841796875, + -0.06048583984375, + -0.006191253662109375, + 0.0178680419921875, + 0.046875, + 0.013519287109375, + -0.0180511474609375, + 0.045196533203125, + -0.016448974609375, + -0.0699462890625, + 0.02532958984375, + -0.0239105224609375, + -0.03271484375, + 0.01446533203125, + -0.01824951171875, + 0.0140838623046875, + 0.016357421875, + 0.04254150390625, + 0.0272216796875, + 0.043853759765625, + 0.016448974609375, + 0.0011463165283203125, + 0.02154541015625, + -0.01171875, + 0.020599365234375, + 0.005481719970703125, + 0.024200439453125, + -0.016357421875, + 0.054443359375, + 0.01380157470703125, + -0.0582275390625, + -0.026092529296875, + 0.0141754150390625, + -0.043853759765625, + -0.027984619140625, + 0.09564208984375, + 0.05218505859375, + 0.0010814666748046875, + 0.01091766357421875, + 0.0181427001953125, + 0.031005859375, + 0.00803375244140625, + -0.031768798828125, + -0.07489013671875, + -0.020233154296875, + 0.00579071044921875, + 0.029876708984375, + -0.053314208984375, + 0.0430908203125, + 0.07977294921875, + -0.031768798828125, + -0.051422119140625, + -0.0013055801391601562, + -0.02325439453125, + 0.054840087890625, + 0.02154541015625, + 0.01474761962890625, + -0.0699462890625, + -0.0009746551513671875, + 0.01824951171875, + 0.031005859375, + 0.006381988525390625, + -0.01371002197265625, + -0.0169219970703125, + 0.0264739990234375, + -0.040283203125, + -0.0146484375, + 0.0247650146484375, + 0.07904052734375, + 0.01285552978515625, + -0.036102294921875, + -0.0235443115234375, + 0.0465087890625, + 0.0218353271484375, + -0.0207061767578125, + 0.0043487548828125, + 0.032135009765625, + 0.0158843994140625, + 0.0125732421875, + 0.02911376953125, + 0.039520263671875, + 0.021453857421875, + 0.021453857421875, + -0.053680419921875, + 0.044036865234375, + -0.022308349609375, + 0.01001739501953125, + 0.015411376953125, + -0.048004150390625, + -0.047637939453125, + -0.051055908203125, + 0.035736083984375, + 0.0112457275390625, + 0.0266571044921875, + -0.0009746551513671875, + 0.00940704345703125, + -0.0190887451171875, + 0.0372314453125, + 0.0177764892578125, + 0.055572509765625, + 0.03082275390625, + 0.01568603515625, + 0.0213623046875, + -0.009124755859375, + -0.02532958984375, + -0.02325439453125, + 0.053314208984375, + -0.031951904296875, + -0.0110626220703125, + -0.03857421875, + -0.015594482421875, + -0.003047943115234375, + -0.015594482421875, + -0.0029544830322265625, + -0.0112457275390625, + 0.0158843994140625, + -0.0287322998046875, + -0.040283203125, + -0.0116729736328125, + 0.02239990234375, + -0.015411376953125, + 0.008697509765625, + 0.03497314453125, + -0.005126953125, + 0.0096893310546875, + -0.06011962890625, + 0.089599609375, + 0.041412353515625, + -0.0009570121765136719, + -0.026275634765625, + 0.003662109375, + 0.030059814453125, + 0.002788543701171875, + 0.011627197265625, + 0.0157928466796875, + -0.0087432861328125, + 0.041595458984375, + 0.006805419921875, + -0.00997161865234375, + -0.03289794921875, + 0.006710052490234375, + -0.002044677734375, + -0.024200439453125, + 0.041595458984375, + 0.00704193115234375, + 0.030059814453125, + 0.01276397705078125, + 0.0014295578002929688, + -0.007843017578125, + -0.061248779296875, + 0.0229644775390625, + 0.005672454833984375, + -0.0001875162124633789, + 0.0266571044921875, + -0.041595458984375, + 0.06463623046875, + 0.012664794921875, + 0.06463623046875, + -0.06048583984375, + 0.03515625, + -0.0003898143768310547, + -0.01143646240234375, + -0.0111083984375, + 0.0190887451171875, + -0.01861572265625, + 0.0205078125, + 0.00746917724609375, + 0.039520263671875, + 0.036102294921875, + 0.01276397705078125, + -0.055572509765625, + -0.0150299072265625, + 0.01139068603515625, + 0.039703369140625, + 0.0771484375, + -0.053314208984375, + -0.03460693359375, + 0.0245819091796875, + 0.0209808349609375, + 0.06805419921875, + -0.01568603515625, + 0.01177215576171875, + 0.0038280487060546875, + -0.006900787353515625, + 0.00337982177734375, + -0.012664794921875 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "examination" + ], + "tags": [ + "endpoint", + "sql" + ], + "skillLevel": "intermediate", + "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.000004887580871582031, + -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_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. command-line 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.03997802734375, + 0.0312042236328125, + 0.0312042236328125, + -0.00499725341796875, + 0.04132080078125, + 0.0279541015625, + 0.0232391357421875, + -0.004795074462890625, + -0.01959228515625, + 0.0232391357421875, + -0.02606201171875, + 0.040252685546875, + 0.0096588134765625, + -0.0189056396484375, + -0.0596923828125, + 0.04052734375, + -0.020660400390625, + 0.00325775146484375, + 0.01195526123046875, + 0.01397705078125, + -0.005336761474609375, + -0.01073455810546875, + -0.043212890625, + -0.021881103515625, + 0.0058746337890625, + 0.0177001953125, + 0.01120758056640625, + -0.0723876953125, + -0.0279541015625, + 0.009185791015625, + 0.01837158203125, + -0.033905029296875, + 0.00959014892578125, + 0.0106048583984375, + 0.00469207763671875, + -0.007022857666015625, + -0.00972747802734375, + -0.033233642578125, + -0.01229095458984375, + 0.033905029296875, + -0.0068206787109375, + 0.005809783935546875, + 0.0115509033203125, + -0.0005950927734375, + -0.026336669921875, + -0.035919189453125, + 0.01546478271484375, + -0.0189056396484375, + 0.0061798095703125, + -0.0343017578125, + 0.048095703125, + 0.033233642578125, + -0.01067352294921875, + -0.0175628662109375, + -0.029449462890625, + 0.0367431640625, + 0.0316162109375, + -0.0106048583984375, + -0.040802001953125, + 0.040252685546875, + -0.06671142578125, + -0.00577545166015625, + -0.0029201507568359375, + -0.020263671875, + 0.02783203125, + 0.035919189453125, + -0.006923675537109375, + -0.03228759765625, + 0.0226898193359375, + -0.0240478515625, + -0.011077880859375, + -0.0014858245849609375, + -0.020660400390625, + 0.0175628662109375, + -0.01959228515625, + -0.060516357421875, + -0.0083770751953125, + 0.0160064697265625, + -0.01715087890625, + 0.0179595947265625, + -0.035125732421875, + -0.00045371055603027344, + 0.047821044921875, + -0.01715087890625, + -0.0207977294921875, + 0.01397705078125, + 0.034576416015625, + 0.0226898193359375, + -0.00885009765625, + -0.002094268798828125, + 0.016143798828125, + 0.004119873046875, + 0.026885986328125, + -0.02349853515625, + 0.048370361328125, + 0.047821044921875, + -0.04132080078125, + -0.004863739013671875, + -0.02783203125, + 0.036468505859375, + 0.048095703125, + -0.0303955078125, + 0.049713134765625, + -0.033233642578125, + 0.045654296875, + -0.0243072509765625, + 0.0164794921875, + 0.007022857666015625, + -0.01479339599609375, + 0.00033354759216308594, + -0.09454345703125, + -0.032684326171875, + -0.0226898193359375, + -0.0518798828125, + -0.0106048583984375, + 0.00627899169921875, + 0.0032749176025390625, + 0.0494384765625, + -0.018768310546875, + -0.02606201171875, + 0.01560211181640625, + 0.04132080078125, + -0.0032749176025390625, + 0.01485443115234375, + -0.0675048828125, + -0.032684326171875, + 0.008575439453125, + 0.0144500732421875, + -0.0280914306640625, + -0.0061798095703125, + -0.01020050048828125, + -0.0164794921875, + -0.01161956787109375, + -0.031463623046875, + -0.008544921875, + 0.00035881996154785156, + 0.04376220703125, + 0.0141143798828125, + -0.01202392578125, + -0.005367279052734375, + 0.0153961181640625, + -0.0172882080078125, + -0.0596923828125, + 0.0019588470458984375, + -0.02593994140625, + -0.021209716796875, + -0.0293121337890625, + 0.03619384765625, + -0.033355712890625, + -0.01134490966796875, + -0.0166168212890625, + 0.0228271484375, + 0.062408447265625, + 0.007328033447265625, + 0.0303955078125, + -0.057281494140625, + 0.0118865966796875, + -0.01512908935546875, + 0.027557373046875, + -0.0312042236328125, + -0.0087127685546875, + 0.0170135498046875, + -0.00045800209045410156, + 0.007396697998046875, + -0.01432037353515625, + -0.03375244140625, + 0.0006709098815917969, + 0.032012939453125, + 0.0303955078125, + 0.004795074462890625, + 0.03228759765625, + -0.0182342529296875, + 0.059173583984375, + 0.0648193359375, + -0.006786346435546875, + 0.01580810546875, + 0.0222930908203125, + -0.0302581787109375, + 0.027557373046875, + 0.042694091796875, + -0.01323699951171875, + -0.027008056640625, + 0.03997802734375, + -0.01580810546875, + 0.015533447265625, + -0.00675201416015625, + -0.0312042236328125, + -0.019989013671875, + -0.019989013671875, + 0.033355712890625, + -0.0521240234375, + -0.037811279296875, + -0.00925445556640625, + 0.0164794921875, + 0.0027866363525390625, + 0.054840087890625, + 0.03564453125, + -0.0162811279296875, + 0.008575439453125, + 0.0009708404541015625, + 0.00135040283203125, + 0.0182342529296875, + -0.0112762451171875, + 0.05078125, + 0.0160675048828125, + 0.0029201507568359375, + -0.01959228515625, + 0.04754638671875, + 0.0287628173828125, + -0.011077880859375, + -0.01479339599609375, + 0.058624267578125, + -0.01708984375, + -0.0228271484375, + -0.0312042236328125, + -0.05780029296875, + 0.0291748046875, + -0.02728271484375, + -0.024444580078125, + 0.007732391357421875, + -0.018646240234375, + -0.056182861328125, + -0.00850677490234375, + 0.01479339599609375, + 0.0026683807373046875, + 0.044586181640625, + 0.0172882080078125, + -0.01397705078125, + -0.0048980712890625, + 0.020263671875, + 0.032012939453125, + 0.03375244140625, + -0.009857177734375, + 0.0118865966796875, + -0.0443115234375, + -0.00786590576171875, + 0.03863525390625, + 0.0494384765625, + 0.01479339599609375, + 0.018096923828125, + -0.0177001953125, + 0.0303955078125, + -0.0297088623046875, + 0.025390625, + 0.03363037109375, + -0.0261993408203125, + -0.0179595947265625, + 0.0083770751953125, + 0.0122222900390625, + 0.047821044921875, + -0.0391845703125, + -0.004558563232421875, + -0.060791015625, + 0.0089111328125, + -0.058349609375, + -0.024444580078125, + -0.0267486572265625, + -0.047821044921875, + 0.0312042236328125, + -0.0011568069458007812, + -0.0391845703125, + -0.011077880859375, + 0.031341552734375, + 0.0003314018249511719, + 0.033355712890625, + -0.011749267578125, + -0.042144775390625, + 0.00594329833984375, + 0.09832763671875, + -0.006046295166015625, + 0.002330780029296875, + 0.00833892822265625, + 0.0267486572265625, + -0.00373077392578125, + 0.048370361328125, + -0.01959228515625, + 0.0033435821533203125, + 0.04510498046875, + 0.016204833984375, + 0.0252532958984375, + -0.034454345703125, + 0.01141357421875, + -0.0115509033203125, + 0.016754150390625, + -0.06378173828125, + -0.00019943714141845703, + -0.005504608154296875, + 0.0011730194091796875, + -0.00006699562072753906, + -0.06378173828125, + -0.00658416748046875, + 0.03619384765625, + 0.01229095458984375, + 0.0013341903686523438, + 0.028900146484375, + -0.0391845703125, + 0.0065155029296875, + -0.018646240234375, + 0.0027179718017578125, + 0.0295867919921875, + 0.045928955078125, + -0.0177001953125, + -0.006214141845703125, + -0.01262664794921875, + -0.007495880126953125, + -0.035125732421875, + -0.060791015625, + -0.0418701171875, + -0.00675201416015625, + -0.049713134765625, + -0.00945281982421875, + 0.01337432861328125, + -0.00627899169921875, + 0.00482940673828125, + -0.009521484375, + -0.0137786865234375, + -0.036468505859375, + -0.031341552734375, + -0.007328033447265625, + -0.0124969482421875, + -0.0391845703125, + -0.043487548828125, + 0.048370361328125, + 0.007396697998046875, + 0.0163421630859375, + 0.01432037353515625, + 0.01485443115234375, + -0.0316162109375, + 0.035125732421875, + -0.004962921142578125, + 0.004425048828125, + -0.0241851806640625, + 0.054840087890625, + 0.0252532958984375, + 0.01080322265625, + 0.01134490966796875, + 0.0697021484375, + 0.0185089111328125, + -0.0228271484375, + 0.002346038818359375, + -0.00627899169921875, + 0.014251708984375, + 0.0229644775390625, + -0.0013589859008789062, + -0.0220184326171875, + 0.00516510009765625, + -0.0124969482421875, + 0.01134490966796875, + 0.0201263427734375, + 0.036468505859375, + 0.0228271484375, + -0.0025997161865234375, + -0.0240478515625, + 0.0645751953125, + 0.01026153564453125, + 0.09832763671875, + -0.01526641845703125, + -0.01229095458984375, + 0.021881103515625, + 0.01519775390625, + -0.0280914306640625, + 0.002346038818359375, + 0.044036865234375, + 0.038909912109375, + -0.00945281982421875, + 0.0239105224609375, + 0.016815185546875, + 0.0239105224609375, + -0.01134490966796875, + -0.01357269287109375, + 0.0185089111328125, + -0.0099945068359375, + 0.0299835205078125, + 0.063232421875, + 0.0189056396484375, + -0.005401611328125, + 0.014251708984375, + -0.0297088623046875, + -0.02215576171875, + -0.043212890625, + -0.0675048828125, + 0.0029048919677734375, + 0.05267333984375, + 0.01451873779296875, + 0.04241943359375, + -0.03564453125, + -0.0723876953125, + 0.024993896484375, + -0.0280914306640625, + 0.07293701171875, + 0.05023193359375, + 0.01215362548828125, + 0.0394287109375, + -0.009185791015625, + 0.0027179718017578125, + 0.0166168212890625, + 0.0034942626953125, + 0.029449462890625, + 0.0645751953125, + 0.037017822265625, + 0.00864410400390625, + -0.0224151611328125, + 0.01242828369140625, + 0.03485107421875, + 0.0096588134765625, + -0.0096588134765625, + 0.01087188720703125, + 0.00992584228515625, + 0.027008056640625, + -0.0299835205078125, + 0.03240966796875, + 0.0309295654296875, + -0.003292083740234375, + 0.024444580078125, + -0.0084381103515625, + 0.0283660888671875, + -0.031890869140625, + 0.0014009475708007812, + -0.0020847320556640625, + 0.0239105224609375, + 0.0207977294921875, + 0.03106689453125, + -0.0394287109375, + -0.00021529197692871094, + 0.038909912109375, + -0.07562255859375, + 0.0261993408203125, + 0.05511474609375, + -0.021881103515625, + -0.00800323486328125, + -0.018646240234375, + -0.054840087890625, + 0.04052734375, + -0.0297088623046875, + -0.0293121337890625, + 0.000029802322387695312, + 0.03228759765625, + -0.027557373046875, + -0.038360595703125, + -0.0302581787109375, + -0.00803375244140625, + -0.03753662109375, + -0.017425537109375, + 0.03485107421875, + 0.01904296875, + 0.0065155029296875, + 0.052398681640625, + 0.037811279296875, + -0.012359619140625, + -0.0316162109375, + 0.047821044921875, + -0.00506591796875, + -0.02728271484375, + 0.027008056640625, + 0.03564453125, + 0.0065155029296875, + -0.03619384765625, + -0.014251708984375, + 0.01026153564453125, + 0.026611328125, + -0.004306793212890625, + 0.01337432861328125, + -0.051055908203125, + -0.057525634765625, + -0.02984619140625, + 0.03485107421875, + -0.0035457611083984375, + 0.0518798828125, + -0.002330780029296875, + -0.06268310546875, + 0.0229644775390625, + -0.05511474609375, + -0.0185089111328125, + -0.004169464111328125, + 0.0222930908203125, + 0.007732391357421875, + 0.06292724609375, + -0.0243072509765625, + -0.0290374755859375, + -0.0182342529296875, + 0.07183837890625, + -0.001468658447265625, + -0.00675201416015625, + -0.0391845703125, + 0.053497314453125, + 0.02471923828125, + -0.044036865234375, + -0.0124969482421875, + -0.003612518310546875, + 0.0045928955078125, + 0.041595458984375, + -0.05645751953125, + -0.01120758056640625, + -0.02349853515625, + -0.062408447265625, + -0.044586181640625, + -0.0198516845703125, + -0.0201263427734375, + -0.039703369140625, + 0.0240478515625, + 0.038360595703125, + 0.0087127685546875, + 0.0341796875, + 0.01067352294921875, + -0.0013418197631835938, + 0.0147247314453125, + -0.002819061279296875, + -0.03863525390625, + 0.0494384765625, + -0.0469970703125, + -0.031890869140625, + -0.01039886474609375, + 0.03619384765625, + -0.040802001953125, + 0.020660400390625, + 0.01337432861328125, + -0.018768310546875, + 0.03564453125, + -0.046722412109375, + 0.00396728515625, + -0.00864410400390625, + -0.0248565673828125, + -0.0252532958984375, + -0.0236358642578125, + -0.0074615478515625, + 0.04620361328125, + -0.0028362274169921875, + 0.019317626953125, + 0.06024169921875, + -0.033233642578125, + 0.0109405517578125, + 0.0210723876953125, + -0.0166168212890625, + 0.0198516845703125, + -0.002346038818359375, + 0.0009202957153320312, + -0.007564544677734375, + 0.0367431640625, + -0.0232391357421875, + -0.038909912109375, + -0.1053466796875, + 0.02606201171875, + -0.00634765625, + -0.0002522468566894531, + -0.01485443115234375, + -0.04754638671875, + -0.049713134765625, + -0.01141357421875, + 0.03485107421875, + 0.034576416015625, + -0.006450653076171875, + -0.0252532958984375, + 0.016204833984375, + -0.0005993843078613281, + -0.01532745361328125, + 0.0236358642578125, + -0.0005106925964355469, + 0.0101318359375, + -0.0201263427734375, + -0.029449462890625, + 0.024444580078125, + 0.004085540771484375, + 0.025115966796875, + 0.01114654541015625, + 0.0164794921875, + -0.011749267578125, + 0.01020050048828125, + -0.00722503662109375, + -0.013916015625, + -0.037811279296875, + -0.023773193359375, + -0.0021610260009765625, + -0.005706787109375, + -0.01641845703125, + 0.01708984375, + 0.0172882080078125, + 0.0286407470703125, + -0.00959014892578125, + -0.027008056640625, + 0.02984619140625, + -0.0122222900390625, + 0.045654296875, + -0.01080322265625, + -0.04052734375, + 0.01276397705078125, + -0.0118865966796875, + 0.0418701171875, + 0.048370361328125, + -0.031463623046875, + -0.0276947021484375, + 0.0159454345703125, + 0.040252685546875, + -0.0001857280731201172, + -0.0341796875, + -0.03997802734375, + 0.0191802978515625, + 0.00341033935546875, + 0.065673828125, + -0.0010890960693359375, + 0.083740234375, + 0.039703369140625, + 0.002651214599609375, + 0.036468505859375, + 0.066162109375, + 0.045928955078125, + -0.025390625, + -0.06402587890625, + -0.0214691162109375, + 0.01141357421875, + -0.037811279296875, + -0.0556640625, + 0.0002932548522949219, + 0.043212890625, + -0.05023193359375, + -0.025665283203125, + -0.0115509033203125, + -0.005268096923828125, + 0.006046295166015625, + 0.01229095458984375, + -0.0160675048828125, + 0.041046142578125, + 0.00189971923828125, + -0.0418701171875, + 0.0012407302856445312, + -0.0005698204040527344, + 0.01053619384765625, + 0.03485107421875, + 0.053497314453125, + -0.00885009765625, + 0.0287628173828125, + 0.00850677490234375, + 0.03350830078125, + 0.021209716796875, + 0.048614501953125, + 0.0182342529296875, + 0.0306549072265625, + 0.046478271484375, + 0.0295867919921875, + -0.0141143798828125, + -0.007328033447265625, + 0.0109405517578125, + 0.038909912109375, + 0.03729248046875, + 0.058624267578125, + 0.0147247314453125, + 0.01148223876953125, + -0.0175628662109375, + -0.0570068359375, + 0.0004432201385498047, + 0.008270263671875, + 0.00324249267578125, + -0.0312042236328125, + -0.01337432861328125, + 0.0276947021484375, + -0.0264739990234375, + 0.03997802734375, + 0.0019931793212890625, + -0.020263671875, + -0.00705718994140625, + 0.045654296875, + -0.02984619140625, + -0.041595458984375, + 0.0164794921875, + -0.0182342529296875, + -0.046722412109375, + -0.0316162109375, + -0.02850341796875, + 0.044036865234375, + -0.0220184326171875, + -0.054840087890625, + -0.0239105224609375, + 0.05377197265625, + -0.00861358642578125, + -0.01020050048828125, + -0.0207977294921875, + -0.01114654541015625, + -0.01120758056640625, + -0.03729248046875, + -0.03729248046875, + -0.0287628173828125, + 0.01020050048828125, + -0.030792236328125, + 0.002971649169921875, + -0.005435943603515625, + 0.0172882080078125, + -0.024444580078125, + -0.01209259033203125, + -0.0220184326171875, + 0.028228759765625, + -0.0443115234375, + 0.053497314453125, + 0.0305328369140625, + 0.025115966796875, + 0.042694091796875, + 0.08160400390625, + 0.007598876953125, + 0.0144500732421875, + 0.00705718994140625, + -0.055908203125, + 0.019317626953125, + 0.029449462890625, + 0.01708984375, + -0.06671142578125, + -0.01546478271484375, + 0.04888916015625, + -0.05645751953125, + -0.0035800933837890625, + 0.0252532958984375, + -0.0290374755859375, + -0.044830322265625, + 0.01202392578125, + -0.0005993843078613281, + 0.00665283203125, + 0.07940673828125, + 0.004726409912109375, + -0.0036468505859375, + 0.024444580078125, + -0.046722412109375, + 0.05078125, + 0.0276947021484375, + 0.0169525146484375, + -0.055389404296875, + -0.0013256072998046875, + 0.019989013671875, + -0.0297088623046875, + -0.00021636486053466797, + -0.049713134765625, + -0.006011962890625, + 0.0367431640625, + 0.02349853515625, + -0.01290130615234375, + -0.0232391357421875, + -0.045379638671875, + -0.0229644775390625, + -0.0189056396484375, + 0.018646240234375, + 0.008209228515625, + -0.00466156005859375, + -0.0312042236328125, + -0.0016803741455078125, + 0.00246429443359375, + -0.0518798828125, + -0.04620361328125, + -0.040252685546875, + 0.037017822265625, + 0.006076812744140625, + -0.04376220703125, + -0.002819061279296875, + 0.022552490234375, + 0.026611328125, + 0.0248565673828125, + 0.068603515625, + -0.03863525390625, + -0.02606201171875, + 0.00992584228515625, + 0.05322265625, + 0.0035457611083984375, + -0.00466156005859375, + -0.00043272972106933594, + 0.0177001953125, + 0.0469970703125, + -0.034576416015625, + 0.03997802734375, + 0.031463623046875, + -0.007190704345703125, + -0.04998779296875, + -0.01418304443359375, + -0.025115966796875, + 0.0303955078125, + -0.01067352294921875, + 0.042938232421875, + -0.0162811279296875, + -0.004489898681640625, + -0.1102294921875, + 0.040252685546875, + -0.03240966796875, + 0.0090484619140625, + 0.006988525390625, + -0.0134429931640625, + -0.06268310546875, + -0.0418701171875, + -0.0226898193359375, + 0.00885009765625, + -0.03753662109375, + 0.0137786865234375, + 0.012969970703125, + 0.004962921142578125, + 0.01006317138671875, + 0.0185089111328125, + 0.0069580078125, + 0.0556640625, + 0.0182342529296875, + -0.0239105224609375, + 0.05401611328125, + -0.04052734375, + 0.01073455810546875, + -0.005130767822265625, + 0.01479339599609375, + 0.0034275054931640625, + -0.01290130615234375, + -0.048095703125, + -0.032684326171875, + 0.00658416748046875, + 0.07183837890625, + -0.019989013671875, + 0.027557373046875, + -0.01168060302734375, + 0.04754638671875, + -0.0025501251220703125, + -0.01512908935546875, + 0.0025997161865234375, + 0.01202392578125, + -0.0182342529296875, + -0.01168060302734375, + -0.061309814453125, + -0.08642578125, + 0.0090484619140625, + -0.06427001953125, + -0.001190185546875, + 0.0169525146484375, + 0.021881103515625, + 0.004726409912109375, + -0.018646240234375, + 0.03106689453125, + -0.019989013671875, + -0.01357269287109375, + -0.013641357421875, + 0.018646240234375, + -0.011749267578125, + 0.0210723876953125, + 0.03729248046875, + -0.02728271484375, + 0.013916015625, + -0.0133056640625, + -0.005741119384765625, + -0.032958984375, + -0.0003440380096435547, + -0.0229644775390625, + 0.027008056640625, + -0.02783203125, + -0.0194549560546875, + 0.01242828369140625, + 0.035919189453125, + 0.0240478515625, + -0.03729248046875, + 0.0545654296875, + -0.0287628173828125, + -0.052398681640625, + 0.0341796875, + -0.00675201416015625, + -0.0367431640625, + 0.0217437744140625, + 0.00445556640625, + -0.012359619140625, + 0.015533447265625, + 0.034027099609375, + 0.040802001953125, + 0.03729248046875, + 0.027008056640625, + -0.02606201171875, + -0.00992584228515625, + -0.01290130615234375, + 0.0518798828125, + 0.02728271484375, + 0.02349853515625, + 0.0204010009765625, + 0.0306549072265625, + 0.0005612373352050781, + -0.09185791015625, + 0.0177001953125, + 0.005603790283203125, + -0.04376220703125, + 0.026336669921875, + 0.06536865234375, + 0.042938232421875, + 0.01134490966796875, + 0.039703369140625, + 0.05023193359375, + 0.04241943359375, + -0.00786590576171875, + -0.02349853515625, + -0.0712890625, + -0.0224151611328125, + 0.00466156005859375, + 0.0084381103515625, + -0.0621337890625, + 0.0670166015625, + 0.07025146484375, + -0.021881103515625, + -0.013916015625, + -0.01141357421875, + -0.01458740234375, + 0.043212890625, + 0.04888916015625, + 0.01451873779296875, + -0.063232421875, + 0.03350830078125, + 0.01959228515625, + -0.0261993408203125, + -0.01100921630859375, + 0.00992584228515625, + -0.0295867919921875, + 0.039703369140625, + -0.08050537109375, + -0.00753021240234375, + -0.0004706382751464844, + 0.059173583984375, + 0.0135040283203125, + -0.038360595703125, + -0.01397705078125, + 0.0204010009765625, + 0.00641632080078125, + -0.01120758056640625, + 0.01168060302734375, + 0.0228271484375, + -0.01215362548828125, + 0.04132080078125, + 0.032135009765625, + 0.0038318634033203125, + 0.044830322265625, + 0.01404571533203125, + -0.059967041015625, + 0.017425537109375, + 0.0115509033203125, + 0.0032749176025390625, + -0.009857177734375, + -0.0391845703125, + -0.0185089111328125, + -0.0274200439453125, + 0.01337432861328125, + -0.009796142578125, + 0.0306549072265625, + 0.0112762451171875, + -0.01087188720703125, + -0.0144500732421875, + 0.00830841064453125, + 0.005840301513671875, + 0.0556640625, + 0.02984619140625, + 0.01080322265625, + 0.01134490966796875, + 0.037017822265625, + 0.01114654541015625, + -0.0267486572265625, + 0.0297088623046875, + -0.061859130859375, + 0.0065155029296875, + -0.0306549072265625, + 0.0002448558807373047, + 0.00347900390625, + -0.016204833984375, + -0.021881103515625, + -0.027557373046875, + 0.013916015625, + -0.0101318359375, + -0.032684326171875, + -0.0017137527465820312, + 0.0521240234375, + -0.0343017578125, + 0.0164794921875, + 0.0191802978515625, + -0.008209228515625, + -0.012969970703125, + -0.0670166015625, + 0.08160400390625, + 0.050506591796875, + 0.0103302001953125, + -0.005706787109375, + 0.02349853515625, + 0.049713134765625, + 0.00229644775390625, + 0.00945281982421875, + 0.03564453125, + -0.0010595321655273438, + 0.06268310546875, + 0.066162109375, + 0.0243072509765625, + -0.04241943359375, + 0.035919189453125, + 0.001705169677734375, + -0.051605224609375, + 0.0316162109375, + 0.01715087890625, + 0.026336669921875, + -0.0204010009765625, + -0.02215576171875, + -0.0164794921875, + -0.037811279296875, + 0.05401611328125, + 0.01384735107421875, + -0.01384735107421875, + 0.02606201171875, + -0.056732177734375, + 0.0391845703125, + -0.0037136077880859375, + 0.052398681640625, + -0.040252685546875, + 0.05023193359375, + -0.016204833984375, + -0.01039886474609375, + 0.0213470458984375, + 0.0367431640625, + -0.025115966796875, + 0.006988525390625, + -0.0017642974853515625, + 0.057525634765625, + 0.039703369140625, + 0.01432037353515625, + -0.04132080078125, + -0.004795074462890625, + 0.0055389404296875, + -0.0248565673828125, + 0.0232391357421875, + -0.0213470458984375, + -0.0115509033203125, + -0.0033435821533203125, + 0.03228759765625, + 0.048370361328125, + -0.023101806640625, + 0.043212890625, + 0.018646240234375, + -0.0003292560577392578, + -0.005130767822265625, + -0.0264739990234375 + ], + "metadata": { + "domains": [ + "ics-forensics", + "incident-response", + "malware-analysis" + ], + "phases": [ + "data-collection", + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_Tsurugi_Linux", + "type": "tool", + "name": "Tsurugi Linux", + "content": "tsurugi linux die forensik-distribution kombiniert tools für ultimative ermittlungs-power. spezialisiert auf mobile- und malware-forensik mit einzigartigen features. der integrierte hardware-write-blocker verhindert beweis-kontamination. bento-menü organisiert tools nach japanischer effizienz-philosophie. besonders stark: android-forensik-suite mit adb-automatisierung, ios-backup-analyzer, umfangreiche malware-sandbox. die acquire-edition ist optimiert für schnelles imaging mit minimalem ram. performance- kernel speziell für forensik-hardware. einzigartig: integrierte übersetzungs-tools für internationale ermittlungen, unterstützung asiatischer zeichensätze, line-messenger-parser. die 64-bit-only- architektur nutzt modernen ram voll aus. live-patching hält tools aktuell ohne neustart. der stealth-mode deaktiviert alle netzwerk- interfaces. die alternative für ermittler die mehr als standard-distributionen wollen. 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.0249786376953125, + 0.0277099609375, + 0.0511474609375, + -0.0007104873657226562, + 0.01326751708984375, + 0.03375244140625, + 0.008392333984375, + -0.00824737548828125, + -0.0257568359375, + -0.00902557373046875, + -0.026153564453125, + 0.059326171875, + 0.002597808837890625, + -0.00029730796813964844, + -0.04449462890625, + 0.0345458984375, + 0.00495147705078125, + 0.004901885986328125, + 0.027130126953125, + 0.00678253173828125, + -0.0219573974609375, + -0.025177001953125, + -0.058929443359375, + 0.01727294921875, + -0.006977081298828125, + 0.00678253173828125, + -0.006244659423828125, + -0.06011962890625, + -0.037261962890625, + -0.018829345703125, + 0.0002834796905517578, + -0.0345458984375, + 0.00470733642578125, + 0.03570556640625, + -0.0032444000244140625, + -0.0238037109375, + 0.01678466796875, + -0.02166748046875, + -0.0277099609375, + 0.047607421875, + -0.016387939453125, + -0.005634307861328125, + -0.0160980224609375, + -0.006122589111328125, + -0.0325927734375, + -0.041961669921875, + -0.01415252685546875, + -0.016387939453125, + 0.0026950836181640625, + -0.0296630859375, + 0.0121002197265625, + 0.027130126953125, + 0.0195159912109375, + -0.026153564453125, + -0.036102294921875, + 0.01385498046875, + 0.0225372314453125, + -0.033172607421875, + -0.034942626953125, + 0.04156494140625, + -0.07025146484375, + -0.007904052734375, + -0.002475738525390625, + -0.0253753662109375, + 0.0017080307006835938, + 0.02215576171875, + -0.01971435546875, + -0.0335693359375, + -0.005733489990234375, + 0.01424407958984375, + 0.0294647216796875, + -0.0273284912109375, + -0.01395416259765625, + 0.040985107421875, + -0.0242919921875, + -0.050750732421875, + 0.0103912353515625, + 0.006732940673828125, + 0.00482940673828125, + -0.0164947509765625, + -0.035919189453125, + 0.00252532958984375, + 0.0253753662109375, + -0.031036376953125, + -0.0005974769592285156, + -0.0030364990234375, + 0.0020618438720703125, + 0.0052947998046875, + 0.0061492919921875, + -0.01044464111328125, + -0.00222015380859375, + 0.0035381317138671875, + -0.01483154296875, + -0.017669677734375, + 0.0472412109375, + 0.053466796875, + -0.0263519287109375, + -0.0238037109375, + -0.01385498046875, + 0.0208892822265625, + 0.03570556640625, + -0.023223876953125, + 0.036102294921875, + -0.0034160614013671875, + 0.0247802734375, + -0.046630859375, + 0.0052947998046875, + -0.00018596649169921875, + -0.003147125244140625, + -0.01580810546875, + -0.084716796875, + -0.01493072509765625, + -0.0286865234375, + -0.076904296875, + -0.01464080810546875, + -0.0007534027099609375, + -0.0145416259765625, + 0.02020263671875, + -0.04644775390625, + -0.041778564453125, + 0.01395416259765625, + 0.0239105224609375, + -0.00653839111328125, + 0.030059814453125, + -0.057769775390625, + -0.0452880859375, + 0.017669677734375, + 0.02264404296875, + -0.049957275390625, + -0.032989501953125, + -0.03375244140625, + -0.0472412109375, + -0.0253753662109375, + -0.0273284912109375, + -0.0204925537109375, + -0.0304412841796875, + 0.0283050537109375, + -0.01326751708984375, + -0.015716552734375, + 0.0277099609375, + 0.038238525390625, + -0.021759033203125, + -0.071044921875, + 0.0199127197265625, + -0.031219482421875, + 0.0018053054809570312, + -0.0015249252319335938, + 0.050750732421875, + -0.0364990234375, + -0.01971435546875, + -0.005977630615234375, + 0.0218505859375, + 0.05426025390625, + 0.0288848876953125, + 0.0088348388671875, + -0.04742431640625, + 0.005828857421875, + 0.003269195556640625, + 0.027130126953125, + -0.00775909423828125, + -0.0384521484375, + 0.004878997802734375, + -0.01522064208984375, + 0.01776123046875, + -0.016204833984375, + -0.03765869140625, + -0.004367828369140625, + 0.01922607421875, + 0.0209808349609375, + 0.0060272216796875, + 0.02557373046875, + 0.0200042724609375, + 0.060882568359375, + 0.039825439453125, + 0.0002713203430175781, + -0.0002608299255371094, + -0.01434326171875, + -0.0279083251953125, + 0.04254150390625, + 0.0286865234375, + -0.0209808349609375, + -0.0151214599609375, + 0.0296630859375, + 0.017852783203125, + 0.01190185546875, + -0.012298583984375, + -0.00653839111328125, + -0.0125885009765625, + -0.03472900390625, + 0.0184478759765625, + -0.036102294921875, + -0.01116943359375, + -0.01195526123046875, + 0.042755126953125, + 0.012786865234375, + 0.050750732421875, + 0.0275115966796875, + -0.03338623046875, + 0.03961181640625, + -0.00507354736328125, + -0.01126861572265625, + 0.038238525390625, + -0.01346588134765625, + 0.04840087890625, + 0.0179595947265625, + 0.01287841796875, + 0.00270843505859375, + 0.032989501953125, + 0.01326751708984375, + 0.0009822845458984375, + -0.0001951456069946289, + 0.061676025390625, + -0.00780487060546875, + -0.036102294921875, + -0.0150299072265625, + -0.0292816162109375, + 0.017364501953125, + -0.01776123046875, + -0.01126861572265625, + 0.0130767822265625, + -0.0006313323974609375, + -0.063232421875, + 0.022735595703125, + 0.0225372314453125, + 0.00012046098709106445, + 0.0364990234375, + 0.0185394287109375, + -0.04058837890625, + -0.03143310546875, + 0.0292816162109375, + 0.0292816162109375, + 0.0269317626953125, + -0.00951385498046875, + 0.001964569091796875, + -0.0316162109375, + -0.0413818359375, + 0.03472900390625, + 0.0151214599609375, + 0.029083251953125, + 0.00023627281188964844, + -0.0007319450378417969, + 0.0156097412109375, + -0.024688720703125, + 0.063232421875, + 0.051513671875, + -0.0044403076171875, + -0.0034885406494140625, + 0.004779815673828125, + 0.0224456787109375, + 0.053070068359375, + -0.056976318359375, + -0.00775909423828125, + -0.0687255859375, + -0.0020008087158203125, + -0.053863525390625, + -0.0265350341796875, + -0.037872314453125, + -0.04840087890625, + 0.0279083251953125, + -0.037872314453125, + -0.031036376953125, + -0.0031108856201171875, + 0.032012939453125, + -0.019805908203125, + 0.0210723876953125, + 0.01727294921875, + -0.0443115234375, + 0.01580810546875, + 0.04547119140625, + -0.0005702972412109375, + -0.007320404052734375, + -0.0035610198974609375, + 0.023223876953125, + -0.0084381103515625, + 0.0026950836181640625, + -0.0298614501953125, + -0.0005397796630859375, + 0.0248870849609375, + 0.0234222412109375, + 0.040802001953125, + -0.025177001953125, + 0.0384521484375, + -0.01044464111328125, + 0.0036602020263671875, + -0.06793212890625, + -0.0014696121215820312, + -0.0196075439453125, + -0.011077880859375, + -0.016693115234375, + -0.05816650390625, + -0.0035381317138671875, + 0.053070068359375, + -0.0015735626220703125, + 0.01385498046875, + 0.036285400390625, + -0.041778564453125, + 0.0273284912109375, + -0.0008597373962402344, + 0.0012254714965820312, + 0.0085906982421875, + 0.045867919921875, + -0.01287841796875, + 0.0257568359375, + 0.0035858154296875, + 0.0013360977172851562, + -0.0279083251953125, + -0.0482177734375, + -0.0061492919921875, + -0.005489349365234375, + -0.058563232421875, + -0.03961181640625, + 0.0304412841796875, + -0.0199127197265625, + -0.0008111000061035156, + -0.01424407958984375, + -0.01190185546875, + -0.03143310546875, + -0.037872314453125, + 0.0033416748046875, + -0.0269317626953125, + -0.04156494140625, + -0.0091705322265625, + 0.030242919921875, + 0.01287841796875, + 0.01297760009765625, + -0.0257568359375, + -0.004123687744140625, + -0.016387939453125, + 0.0213775634765625, + 0.006343841552734375, + 0.006977081298828125, + -0.0006160736083984375, + 0.04058837890625, + 0.0204925537109375, + 0.0175628662109375, + 0.0239105224609375, + 0.053466796875, + 0.0239105224609375, + -0.0199127197265625, + -0.00203704833984375, + -0.00897979736328125, + -0.00531768798828125, + 0.01326751708984375, + -0.0228271484375, + -0.0374755859375, + 0.01375579833984375, + -0.041961669921875, + 0.01629638671875, + 0.036102294921875, + 0.01385498046875, + 0.01434326171875, + -0.037872314453125, + 0.01297760009765625, + 0.061279296875, + 0.01444244384765625, + 0.094482421875, + -0.0296630859375, + -0.04254150390625, + 0.0179595947265625, + 0.030059814453125, + -0.01395416259765625, + 0.016876220703125, + 0.029083251953125, + 0.01268768310546875, + -0.01415252685546875, + 0.0273284912109375, + -0.01922607421875, + 0.047027587890625, + -0.027130126953125, + -0.01317596435546875, + 0.0238037109375, + -0.007171630859375, + 0.00800323486328125, + 0.031219482421875, + 0.03570556640625, + -0.006927490234375, + 0.03436279296875, + -0.03143310546875, + -0.0111236572265625, + -0.0229339599609375, + -0.058563232421875, + 0.0296630859375, + 0.05816650390625, + -0.0033168792724609375, + 0.048583984375, + -0.0240020751953125, + -0.08160400390625, + 0.029083251953125, + -0.05621337890625, + 0.054656982421875, + 0.0286865234375, + 0.0160980224609375, + 0.028106689453125, + -0.0269317626953125, + -0.01776123046875, + 0.0170745849609375, + -0.001140594482421875, + 0.02215576171875, + 0.037261962890625, + 0.04254150390625, + -0.00907135009765625, + -0.044891357421875, + 0.033966064453125, + 0.0423583984375, + 0.0145416259765625, + -0.012054443359375, + 0.0275115966796875, + 0.022735595703125, + 0.0433349609375, + -0.0195159912109375, + 0.036285400390625, + 0.0364990234375, + -0.0209808349609375, + 0.004611968994140625, + -0.01824951171875, + 0.0118560791015625, + -0.05035400390625, + 0.01444244384765625, + -0.0036830902099609375, + 0.0063934326171875, + -0.004535675048828125, + 0.029083251953125, + -0.0511474609375, + -0.004146575927734375, + 0.0462646484375, + -0.07574462890625, + 0.0269317626953125, + 0.01116943359375, + -0.0253753662109375, + 0.01346588134765625, + -0.01629638671875, + -0.0316162109375, + 0.0160064697265625, + 0.0019025802612304688, + -0.038055419921875, + 0.01102447509765625, + 0.0259552001953125, + -0.043914794921875, + -0.05035400390625, + -0.0294647216796875, + -0.0140533447265625, + -0.004756927490234375, + -0.024200439453125, + 0.045074462890625, + 0.00307464599609375, + -0.00873565673828125, + 0.0242919921875, + 0.042938232421875, + -0.01727294921875, + -0.047821044921875, + 0.05230712890625, + -0.01483154296875, + -0.0304412841796875, + 0.0230255126953125, + 0.017852783203125, + 0.038848876953125, + -0.01000213623046875, + -0.00222015380859375, + 0.00185394287109375, + 0.0292816162109375, + 0.0195159912109375, + 0.0174713134765625, + -0.035125732421875, + -0.040008544921875, + -0.04254150390625, + 0.0304412841796875, + 0.0116119384765625, + 0.048797607421875, + 0.00873565673828125, + -0.0675048828125, + 0.04547119140625, + -0.0413818359375, + -0.0204925537109375, + -0.00017917156219482422, + 0.0013113021850585938, + -0.043914794921875, + 0.06048583984375, + -0.0288848876953125, + 0.0032196044921875, + -0.03338623046875, + 0.0374755859375, + 0.01366424560546875, + -0.0242919921875, + -0.01493072509765625, + 0.048583984375, + 0.0491943359375, + -0.0687255859375, + -0.00804901123046875, + 0.01078033447265625, + -0.0056610107421875, + 0.053070068359375, + -0.051910400390625, + 0.01195526123046875, + 0.0125885009765625, + -0.057769775390625, + -0.03765869140625, + -0.043914794921875, + -0.010833740234375, + -0.0210723876953125, + 0.0191192626953125, + 0.0345458984375, + -0.0023174285888671875, + 0.033966064453125, + -0.0156097412109375, + 0.0160980224609375, + 0.00222015380859375, + 0.01126861572265625, + -0.022247314453125, + 0.0219573974609375, + -0.07025146484375, + -0.0259552001953125, + -0.01415252685546875, + 0.0277099609375, + -0.0296630859375, + -0.0184478759765625, + 0.0355224609375, + -0.006977081298828125, + 0.03338623046875, + -0.024688720703125, + 0.005611419677734375, + -0.017669677734375, + -0.0209808349609375, + -0.0247802734375, + -0.0253753662109375, + 0.0038299560546875, + 0.01531982421875, + 0.002147674560546875, + 0.0243988037109375, + 0.0228271484375, + -0.059326171875, + 0.0275115966796875, + 0.0085906982421875, + 0.01078033447265625, + -0.01434326171875, + 0.0103912353515625, + 0.00246429443359375, + 0.01873779296875, + 0.03436279296875, + -0.0190277099609375, + -0.038055419921875, + -0.08233642578125, + 0.0195159912109375, + -0.0059051513671875, + 0.01195526123046875, + -0.0037326812744140625, + -0.04254150390625, + -0.051513671875, + 0.0032196044921875, + 0.0151214599609375, + 0.003513336181640625, + 0.00005829334259033203, + -0.0269317626953125, + -0.010833740234375, + 0.021270751953125, + -0.021759033203125, + 0.033172607421875, + -0.0130767822265625, + 0.018829345703125, + 0.0284881591796875, + -0.0224456787109375, + 0.01531982421875, + 0.01287841796875, + 0.032196044921875, + 0.01375579833984375, + 0.03436279296875, + -0.0259552001953125, + 0.02410888671875, + -0.01522064208984375, + -0.0208892822265625, + -0.01326751708984375, + -0.002025604248046875, + 0.01000213623046875, + -0.0273284912109375, + -0.01678466796875, + 0.00012731552124023438, + 0.01219940185546875, + 0.0263519287109375, + -0.02410888671875, + 0.0028781890869140625, + 0.0205841064453125, + -0.0008172988891601562, + 0.08740234375, + -0.017181396484375, + -0.041961669921875, + 0.00922393798828125, + 0.01219940185546875, + 0.057373046875, + 0.0404052734375, + 0.00429534912109375, + -0.035919189453125, + 0.0063934326171875, + 0.040985107421875, + -0.015716552734375, + -0.023712158203125, + -0.0249786376953125, + 0.016876220703125, + 0.01336669921875, + 0.043701171875, + 0.0199127197265625, + 0.09210205078125, + 0.00429534912109375, + 0.007904052734375, + 0.017852783203125, + 0.088623046875, + 0.02410888671875, + -0.03533935546875, + -0.043701171875, + 0.0019397735595703125, + -0.01219940185546875, + -0.048797607421875, + -0.0384521484375, + 0.02215576171875, + 0.071044921875, + -0.06439208984375, + -0.0160980224609375, + -0.01415252685546875, + -0.00568389892578125, + 0.008880615234375, + -0.00035834312438964844, + -0.02069091796875, + 0.03765869140625, + 0.0233154296875, + -0.046051025390625, + -0.019805908203125, + -0.011077880859375, + 0.0283050537109375, + 0.053070068359375, + 0.0103912353515625, + -0.0034637451171875, + 0.019805908203125, + 0.033966064453125, + 0.025177001953125, + 0.015716552734375, + 0.03863525390625, + 0.032196044921875, + 0.017181396484375, + 0.03375244140625, + 0.048583984375, + -0.01126861572265625, + -0.015716552734375, + 0.0239105224609375, + 0.01629638671875, + 0.06988525390625, + 0.071044921875, + -0.0011043548583984375, + 0.03338623046875, + -0.01580810546875, + -0.051910400390625, + 0.011077880859375, + -0.0031719207763671875, + 0.0016469955444335938, + -0.059326171875, + -0.049957275390625, + 0.007415771484375, + -0.0225372314453125, + 0.0296630859375, + 0.0284881591796875, + -0.0151214599609375, + -0.01297760009765625, + 0.048797607421875, + -0.0234222412109375, + -0.0306396484375, + 0.01346588134765625, + -0.021270751953125, + -0.01629638671875, + -0.036895751953125, + -0.037872314453125, + 0.027130126953125, + -0.006927490234375, + -0.06439208984375, + -0.0284881591796875, + 0.039031982421875, + -0.0218505859375, + -0.041168212890625, + -0.0026721954345703125, + 0.012298583984375, + -0.01195526123046875, + -0.050750732421875, + -0.054656982421875, + -0.0248870849609375, + 0.0209808349609375, + -0.018341064453125, + 0.03179931640625, + -0.0316162109375, + -0.0253753662109375, + -0.0273284912109375, + -0.035919189453125, + -0.0116119384765625, + 0.01366424560546875, + -0.04058837890625, + 0.0296630859375, + 0.003147125244140625, + 0.0164947509765625, + 0.04547119140625, + 0.08392333984375, + -0.01493072509765625, + 0.000039637088775634766, + -0.007465362548828125, + -0.050750732421875, + 0.002048492431640625, + 0.00025010108947753906, + 0.007122039794921875, + -0.06048583984375, + 0.020294189453125, + 0.0655517578125, + -0.07806396484375, + 0.0041961669921875, + 0.00592803955078125, + -0.01214599609375, + -0.047027587890625, + -0.007366180419921875, + -0.01053619384765625, + 0.0277099609375, + 0.09014892578125, + -0.0019397735595703125, + 0.00470733642578125, + -0.0005369186401367188, + -0.03436279296875, + 0.039215087890625, + 0.051910400390625, + -0.0025501251220703125, + -0.048583984375, + 0.021270751953125, + 0.03240966796875, + -0.01366424560546875, + 0.00980377197265625, + -0.0667724609375, + -0.016204833984375, + 0.0267333984375, + 0.0026950836181640625, + -0.0016469955444335938, + -0.01141357421875, + -0.02020263671875, + -0.01375579833984375, + -0.022247314453125, + 0.0306396484375, + 0.006977081298828125, + 0.007415771484375, + -0.0325927734375, + -0.00592803955078125, + -0.01004791259765625, + -0.046630859375, + -0.025177001953125, + -0.0253753662109375, + 0.032012939453125, + -0.040008544921875, + -0.034149169921875, + 0.02166748046875, + -0.00829315185546875, + 0.01483154296875, + 0.01493072509765625, + 0.056610107421875, + -0.047821044921875, + 0.0024509429931640625, + -0.0013723373413085938, + 0.03765869140625, + -0.017852783203125, + 0.0043182373046875, + 0.011810302734375, + 0.006244659423828125, + 0.02069091796875, + -0.035919189453125, + 0.051513671875, + 0.04547119140625, + -0.037261962890625, + -0.054656982421875, + -0.04351806640625, + -0.0243988037109375, + 0.0223388671875, + 0.0010738372802734375, + 0.03240966796875, + -0.0086822509765625, + 0.006244659423828125, + -0.11712646484375, + 0.05035400390625, + -0.0160980224609375, + -0.0004239082336425781, + 0.0220489501953125, + 0.01366424560546875, + -0.07843017578125, + -0.047607421875, + -0.0023670196533203125, + 0.01971435546875, + -0.0273284912109375, + 0.0215606689453125, + 0.004657745361328125, + 0.0179595947265625, + -0.01000213623046875, + -0.01678466796875, + 0.0190277099609375, + 0.0462646484375, + 0.0284881591796875, + -0.02362060546875, + 0.0655517578125, + -0.040802001953125, + -0.0037326812744140625, + -0.0160980224609375, + -0.0009636878967285156, + 0.0018901824951171875, + -0.00209808349609375, + 0.004535675048828125, + 0.006122589111328125, + 0.0233154296875, + 0.055816650390625, + -0.01151275634765625, + 0.0170745849609375, + -0.0026226043701171875, + 0.01097869873046875, + 0.02362060546875, + -0.039215087890625, + -0.007366180419921875, + 0.01141357421875, + -0.031036376953125, + -0.0010976791381835938, + -0.08935546875, + -0.08160400390625, + 0.0083465576171875, + -0.032989501953125, + -0.011810302734375, + 0.0208892822265625, + 0.01678466796875, + 0.00926971435546875, + -0.037261962890625, + 0.032989501953125, + -0.01000213623046875, + -0.038055419921875, + -0.0200958251953125, + 0.02166748046875, + -0.026153564453125, + 0.047607421875, + -0.008392333984375, + -0.04156494140625, + 0.0240020751953125, + -0.0204010009765625, + -0.01219940185546875, + -0.03240966796875, + -0.03436279296875, + -0.031219482421875, + 0.015716552734375, + -0.0635986328125, + -0.031036376953125, + 0.0233154296875, + 0.032012939453125, + 0.026153564453125, + -0.018341064453125, + 0.049560546875, + 0.01248931884765625, + -0.06634521484375, + 0.037261962890625, + -0.00434112548828125, + -0.04254150390625, + 0.0023288726806640625, + -0.00926971435546875, + 0.00617218017578125, + 0.0238037109375, + 0.046844482421875, + 0.0263519287109375, + 0.0443115234375, + -0.004779815673828125, + -0.0335693359375, + 0.0089263916015625, + -0.03179931640625, + 0.0284881591796875, + 0.03338623046875, + 0.01102447509765625, + 0.0145416259765625, + 0.001201629638671875, + 0.0180511474609375, + -0.09912109375, + -0.012298583984375, + -0.04156494140625, + -0.053863525390625, + 0.01824951171875, + 0.078857421875, + 0.0229339599609375, + -0.0079498291015625, + 0.0215606689453125, + 0.0482177734375, + 0.032989501953125, + 0.0060272216796875, + 0.0011463165283203125, + -0.06634521484375, + -0.0155181884765625, + -0.006244659423828125, + 0.0200958251953125, + -0.051910400390625, + 0.040008544921875, + 0.0482177734375, + -0.0028171539306640625, + -0.01541900634765625, + 0.001384735107421875, + -0.00148773193359375, + 0.047027587890625, + 0.002964019775390625, + 0.0204925537109375, + -0.069091796875, + 0.0205841064453125, + 0.0279083251953125, + 0.0061492919921875, + -0.01078033447265625, + -0.01248931884765625, + -0.0006556510925292969, + 0.01971435546875, + -0.0635986328125, + -0.030242919921875, + 0.0165863037109375, + 0.0648193359375, + 0.01024627685546875, + -0.04058837890625, + -0.030242919921875, + 0.046630859375, + 0.0184478759765625, + -0.034942626953125, + 0.0038547515869140625, + 0.0169830322265625, + -0.0034389495849609375, + 0.007659912109375, + 0.050750732421875, + 0.0094146728515625, + 0.042144775390625, + 0.0190277099609375, + -0.059326171875, + 0.01971435546875, + 0.00556182861328125, + 0.01971435546875, + -0.01078033447265625, + -0.039825439453125, + -0.01195526123046875, + -0.053466796875, + 0.0374755859375, + 0.0160064697265625, + 0.023223876953125, + 0.00824737548828125, + -0.0015001296997070312, + -0.0209808349609375, + -0.003269195556640625, + 0.0306396484375, + 0.0491943359375, + 0.038848876953125, + 0.017364501953125, + 0.0181427001953125, + 0.00568389892578125, + 0.00853729248046875, + -0.0269317626953125, + 0.03179931640625, + -0.023223876953125, + -0.007709503173828125, + -0.07025146484375, + -0.00751495361328125, + 0.0017194747924804688, + -0.0208892822265625, + -0.006927490234375, + -0.0294647216796875, + 0.0189361572265625, + -0.00971221923828125, + -0.042755126953125, + -0.0210723876953125, + 0.0452880859375, + -0.03277587890625, + 0.0265350341796875, + 0.01219940185546875, + -0.035919189453125, + -0.005146026611328125, + -0.03570556640625, + 0.08978271484375, + 0.0306396484375, + 0.0244903564453125, + 0.00011056661605834961, + 0.015899658203125, + 0.040985107421875, + -0.0081939697265625, + 0.0032939910888671875, + 0.0184478759765625, + -0.0200958251953125, + 0.03863525390625, + 0.051513671875, + 0.005001068115234375, + -0.03863525390625, + 0.0191192626953125, + 0.005977630615234375, + -0.049560546875, + 0.057769775390625, + 0.03533935546875, + 0.0279083251953125, + -0.003902435302734375, + -0.003780364990234375, + -0.0284881591796875, + -0.08551025390625, + 0.06048583984375, + 0.0325927734375, + 0.0031223297119140625, + 0.042755126953125, + -0.03533935546875, + 0.040008544921875, + 0.02362060546875, + 0.04547119140625, + -0.055816650390625, + 0.0413818359375, + -0.0113677978515625, + -0.0194244384765625, + 0.00010901689529418945, + 0.02215576171875, + -0.016387939453125, + 0.0267333984375, + -0.0259552001953125, + 0.058563232421875, + 0.005268096923828125, + -0.032012939453125, + -0.0635986328125, + -0.0277099609375, + 0.00568389892578125, + 0.00441741943359375, + 0.044097900390625, + -0.040008544921875, + -0.003086090087890625, + -0.016204833984375, + 0.01092529296875, + 0.0714111328125, + -0.00270843505859375, + 0.0288848876953125, + -0.00780487060546875, + -0.025177001953125, + -0.0019512176513671875, + -0.02215576171875 + ], + "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_Zeek", + "type": "tool", + "name": "Zeek", + "content": "zeek das programmierbare netzwerk-analysis-framework (vormals bro) geht weit über traditionelle packet-inspection hinaus - es interpretiert protokolle und extrahiert strukturierte logs für forensische analyse. die eingebaute scripting-sprache ermöglicht custom-protocol-decoder und anomalie-detection- logic. besonders wertvoll: connection-logs zeigen alle netzwerk-sessions, http/dns/tls-logs extrahieren metadaten, file-analysis erkennt übertragene malware automatisch. integration mit intelligence-frameworks für ioc- matching. cluster-deployment skaliert auf enterprise-netzwerke. die script-community teilt detectors für moderne threats: cobalt-strike- beacons, dns-tunneling, lateral-movement-patterns. real-time-streaming zu siems oder offline-analysis für incident-response. die lernkurve ist steil aber die analysemächtigkeit unübertroffen. basis für kommerzielle nsm-lösungen und akademische forschung. standard in security-teams die netzwerk-forensik ernst nehmen. nsm scripting network-forensics analysis", + "embedding": [ + -0.036895751953125, + 0.019195556640625, + 0.0188140869140625, + 0.006847381591796875, + 0.044708251953125, + 0.02850341796875, + 0.0180816650390625, + -0.01183319091796875, + -0.0164031982421875, + -0.01369476318359375, + -0.020782470703125, + 0.036163330078125, + 0.01528167724609375, + -0.010528564453125, + -0.06072998046875, + 0.033905029296875, + 0.001194000244140625, + -0.0013628005981445312, + 0.01006317138671875, + 0.0223541259765625, + -0.0219879150390625, + -0.00749969482421875, + -0.04156494140625, + 0.01267242431640625, + -0.00661468505859375, + 0.0018053054809570312, + -0.017791748046875, + -0.06707763671875, + 0.00852203369140625, + 0.030364990234375, + -0.004589080810546875, + -0.030181884765625, + -0.0012521743774414062, + 0.0114593505859375, + 0.004146575927734375, + -0.0562744140625, + 0.0171356201171875, + -0.048431396484375, + -0.0277557373046875, + 0.050689697265625, + -0.0202178955078125, + -0.00391387939453125, + 0.00661468505859375, + -0.037628173828125, + -0.0294342041015625, + -0.047332763671875, + -0.015838623046875, + 0.001956939697265625, + 0.01462554931640625, + -0.007778167724609375, + 0.032989501953125, + 0.00666046142578125, + 0.0133209228515625, + -0.003353118896484375, + -0.0570068359375, + 0.01276397705078125, + 0.026275634765625, + -0.0186309814453125, + -0.04638671875, + 0.0499267578125, + -0.04302978515625, + -0.0221710205078125, + 0.01285552978515625, + -0.02813720703125, + 0.0251617431640625, + 0.023193359375, + -0.01537322998046875, + -0.03167724609375, + 0.01192474365234375, + -0.011505126953125, + 0.0307464599609375, + -0.01201629638671875, + -0.0183563232421875, + 0.037628173828125, + -0.043243408203125, + -0.03802490234375, + -0.00670623779296875, + 0.021514892578125, + 0.0036106109619140625, + 0.012481689453125, + -0.040802001953125, + 0.0149078369140625, + 0.044891357421875, + -0.007778167724609375, + -0.0149078369140625, + -0.006473541259765625, + 0.029632568359375, + -0.00475311279296875, + 0.0079193115234375, + 0.0038433074951171875, + 0.019195556640625, + -0.016204833984375, + 0.01201629638671875, + 0.00908660888671875, + 0.040069580078125, + 0.046783447265625, + -0.0288848876953125, + -0.012298583984375, + 0.00287628173828125, + 0.02142333984375, + 0.0235748291015625, + -0.03167724609375, + 0.05999755859375, + -0.0217132568359375, + 0.06854248046875, + -0.03167724609375, + -0.005123138427734375, + -0.01537322998046875, + 0.005542755126953125, + -0.0034694671630859375, + -0.0831298828125, + -0.03802490234375, + -0.040435791015625, + -0.061126708984375, + -0.0186309814453125, + 0.0187225341796875, + -0.00435638427734375, + 0.050689697265625, + -0.05218505859375, + -0.04638671875, + 0.0322265625, + 0.006053924560546875, + -0.0023174285888671875, + -0.00833892822265625, + -0.06561279296875, + -0.0562744140625, + 0.00833892822265625, + 0.009552001953125, + -0.043792724609375, + -0.0164031982421875, + 0.0016422271728515625, + -0.00904083251953125, + -0.01210784912109375, + -0.037445068359375, + 0.0216217041015625, + -0.0277557373046875, + 0.0196533203125, + -0.017425537109375, + -0.0027370452880859375, + 0.0150909423828125, + 0.04248046875, + -0.023193359375, + -0.061859130859375, + -0.006473541259765625, + -0.029815673828125, + -0.023101806640625, + -0.005031585693359375, + 0.051422119140625, + -0.007965087890625, + -0.005542755126953125, + -0.0025844573974609375, + 0.006473541259765625, + 0.0771484375, + 0.0023059844970703125, + 0.0244140625, + -0.057403564453125, + -0.01351165771484375, + 0.00838470458984375, + 0.0185394287109375, + -0.022552490234375, + 0.001560211181640625, + 0.001537322998046875, + -0.00475311279296875, + 0.01020050048828125, + -0.01239013671875, + -0.0115509033203125, + -0.0228271484375, + 0.01015472412109375, + 0.008941650390625, + -0.0131378173828125, + 0.037445068359375, + -0.00475311279296875, + 0.0253448486328125, + 0.0775146484375, + -0.00489044189453125, + 0.0168609619140625, + -0.004703521728515625, + -0.0164947509765625, + 0.0204010009765625, + 0.035400390625, + -0.00829315185546875, + -0.01090240478515625, + 0.0283203125, + -0.0150909423828125, + 0.0150909423828125, + -0.0185394287109375, + -0.0200347900390625, + -0.01416015625, + -0.0113677978515625, + 0.044342041015625, + -0.034088134765625, + -0.006290435791015625, + -0.017425537109375, + 0.03912353515625, + 0.041748046875, + 0.07562255859375, + 0.0040740966796875, + -0.006938934326171875, + 0.051055908203125, + -0.01258087158203125, + 0.00820159912109375, + 0.01258087158203125, + -0.00044846534729003906, + 0.017791748046875, + 0.00833892822265625, + -0.012298583984375, + -0.00992584228515625, + 0.04266357421875, + 0.050323486328125, + -0.0244140625, + -0.01555633544921875, + 0.06298828125, + -0.01471710205078125, + -0.020782470703125, + -0.0251617431640625, + -0.037445068359375, + 0.0169525146484375, + -0.0201263427734375, + 0.00016891956329345703, + -0.00582122802734375, + -0.01024627685546875, + -0.051055908203125, + -0.019195556640625, + 0.03912353515625, + -0.048431396484375, + 0.0389404296875, + 0.04248046875, + -0.01103973388671875, + -0.0294342041015625, + 0.034271240234375, + 0.02496337890625, + 0.01267242431640625, + -0.0012226104736328125, + -0.006103515625, + -0.0185394287109375, + -0.0290679931640625, + 0.0240325927734375, + 0.051055908203125, + 0.00312042236328125, + 0.005962371826171875, + 0.002155303955078125, + 0.0382080078125, + -0.0036334991455078125, + 0.04266357421875, + 0.01629638671875, + -0.034088134765625, + 0.017242431640625, + -0.0011415481567382812, + 0.02459716796875, + 0.05999755859375, + -0.055908203125, + -0.00913238525390625, + -0.064453125, + 0.0011587142944335938, + -0.06597900390625, + -0.029632568359375, + -0.02850341796875, + -0.05291748046875, + 0.0357666015625, + -0.0030975341796875, + -0.0223541259765625, + -0.00852203369140625, + 0.01387786865234375, + -0.0002677440643310547, + 0.065185546875, + 0.0106201171875, + -0.0275726318359375, + -0.0007219314575195312, + 0.09429931640625, + -0.00482177734375, + -0.031494140625, + -0.0236663818359375, + 0.0182647705078125, + 0.00177001953125, + 0.01220703125, + -0.04638671875, + 0.0032138824462890625, + 0.0357666015625, + 0.01220703125, + 0.03167724609375, + -0.023284912109375, + 0.00652313232421875, + -0.0011415481567382812, + 0.048065185546875, + -0.04302978515625, + 0.0131378173828125, + 0.006473541259765625, + -0.0106658935546875, + -0.0150909423828125, + -0.036529541015625, + 0.006427764892578125, + 0.021514892578125, + 0.03240966796875, + 0.0236663818359375, + 0.01751708984375, + -0.04193115234375, + 0.008056640625, + 0.005008697509765625, + 0.00238800048828125, + 0.01351165771484375, + 0.07342529296875, + -0.0277557373046875, + -0.00572967529296875, + -0.01201629638671875, + 0.00838470458984375, + -0.034088134765625, + -0.0290679931640625, + -0.032989501953125, + 0.01258087158203125, + -0.0202178955078125, + -0.0017232894897460938, + 0.0103912353515625, + 0.006336212158203125, + 0.026458740234375, + -0.0294342041015625, + -0.0081024169921875, + -0.051422119140625, + -0.05328369140625, + 0.0088043212890625, + -0.0275726318359375, + -0.051422119140625, + -0.0181732177734375, + 0.058502197265625, + 0.002597808837890625, + 0.0273895263671875, + -0.007686614990234375, + 0.012481689453125, + -0.055908203125, + 0.03448486328125, + -0.021331787109375, + 0.0272064208984375, + -0.0130462646484375, + 0.029632568359375, + 0.02496337890625, + 0.017608642578125, + 0.0287017822265625, + 0.054046630859375, + 0.022918701171875, + -0.019378662109375, + -0.0044708251953125, + 0.0009140968322753906, + -0.00745391845703125, + 0.0237579345703125, + -0.0149078369140625, + -0.01751708984375, + 0.003795623779296875, + -0.0198516845703125, + 0.0088958740234375, + 0.00537872314453125, + 0.0216217041015625, + 0.0247802734375, + -0.012298583984375, + 0.0149078369140625, + 0.07489013671875, + -0.00931549072265625, + 0.09539794921875, + 0.00524139404296875, + -0.036346435546875, + -0.0016069412231445312, + 0.032989501953125, + -0.041748046875, + 0.036346435546875, + 0.043609619140625, + 0.0238494873046875, + 0.0116424560546875, + 0.011505126953125, + -0.017608642578125, + 0.0290679931640625, + -0.0036334991455078125, + -0.01117706298828125, + 0.0034236907958984375, + 0.0103912353515625, + -0.00917816162109375, + 0.06072998046875, + 0.0350341796875, + 0.01220703125, + 0.04583740234375, + -0.037811279296875, + -0.035400390625, + -0.049560546875, + -0.08831787109375, + 0.00917816162109375, + 0.044708251953125, + 0.0150909423828125, + 0.062225341796875, + -0.039703369140625, + -0.0428466796875, + 0.0288848876953125, + -0.04156494140625, + 0.08270263671875, + 0.0491943359375, + 0.022552490234375, + 0.03167724609375, + -0.030181884765625, + -0.0113677978515625, + 0.026458740234375, + 0.0018281936645507812, + 0.0253448486328125, + 0.06561279296875, + 0.012298583984375, + 0.0170440673828125, + -0.01910400390625, + -0.00007641315460205078, + 0.04547119140625, + 0.0022716522216796875, + -0.007640838623046875, + 0.021148681640625, + -0.0034008026123046875, + 0.0164947509765625, + -0.03912353515625, + 0.050323486328125, + 0.040985107421875, + -0.0255279541015625, + 0.01435089111328125, + -0.0134124755859375, + 0.0149993896484375, + -0.061492919921875, + -0.01387786865234375, + 0.0234832763671875, + 0.0185394287109375, + 0.03948974609375, + 0.0255279541015625, + -0.033538818359375, + 0.007778167724609375, + 0.0452880859375, + -0.05364990234375, + 0.012481689453125, + 0.04156494140625, + -0.02459716796875, + 0.0184478759765625, + -0.037445068359375, + -0.0277557373046875, + -0.0009083747863769531, + -0.0382080078125, + -0.043426513671875, + 0.007221221923828125, + -0.00312042236328125, + -0.03240966796875, + -0.0237579345703125, + -0.033172607421875, + -0.00652313232421875, + -0.01444244384765625, + -0.036529541015625, + 0.03558349609375, + -0.006195068359375, + 0.01015472412109375, + 0.033172607421875, + 0.033172607421875, + -0.012481689453125, + -0.0279541015625, + 0.05328369140625, + -0.01435089111328125, + -0.048828125, + 0.043975830078125, + 0.0237579345703125, + 0.01103973388671875, + -0.00524139404296875, + -0.037445068359375, + -0.0015840530395507812, + 0.003936767578125, + -0.0008616447448730469, + 0.01043701171875, + -0.05999755859375, + -0.0168609619140625, + -0.04583740234375, + 0.043426513671875, + 0.00856781005859375, + 0.0228271484375, + 0.0008559226989746094, + -0.058135986328125, + 0.0235748291015625, + -0.06671142578125, + -0.007221221923828125, + -0.00312042236328125, + 0.0130462646484375, + -0.009735107421875, + 0.058868408203125, + -0.03167724609375, + 0.0012054443359375, + -0.00820159912109375, + 0.04266357421875, + 0.0130462646484375, + -0.0222625732421875, + -0.0562744140625, + 0.021240234375, + 0.037811279296875, + -0.04510498046875, + 0.0164947509765625, + -0.01471710205078125, + 0.0056610107421875, + 0.051055908203125, + -0.07080078125, + 0.0222625732421875, + 0.002666473388671875, + -0.050323486328125, + -0.033172607421875, + -0.03948974609375, + -0.0169525146484375, + -0.03485107421875, + 0.023193359375, + 0.0272064208984375, + 0.01043701171875, + 0.039886474609375, + 0.00312042236328125, + -0.004238128662109375, + 0.026458740234375, + 0.0004832744598388672, + -0.004261016845703125, + 0.01528167724609375, + -0.036712646484375, + -0.01751708984375, + -0.0097808837890625, + 0.03912353515625, + -0.0258941650390625, + -0.0034942626953125, + 0.0005064010620117188, + -0.023193359375, + 0.04266357421875, + -0.029815673828125, + 0.0114593505859375, + -0.006103515625, + -0.031494140625, + -0.03594970703125, + -0.051055908203125, + 0.0112762451171875, + 0.0287017822265625, + -0.006427764892578125, + -0.0020618438720703125, + 0.040252685546875, + -0.0236663818359375, + 0.01094818115234375, + 0.00433349609375, + -0.0224456787109375, + 0.012298583984375, + -0.0018053054809570312, + 0.00312042236328125, + -0.0130462646484375, + 0.036895751953125, + -0.0255279541015625, + -0.0238494873046875, + -0.07940673828125, + 0.0292510986328125, + 0.001560211181640625, + -0.0222625732421875, + -0.0164031982421875, + -0.036712646484375, + -0.0452880859375, + -0.0218963623046875, + 0.0200347900390625, + 0.026275634765625, + -0.008941650390625, + -0.019195556640625, + -0.0189056396484375, + -0.00012958049774169922, + -0.036712646484375, + 0.0275726318359375, + -0.00039315223693847656, + 0.00405120849609375, + -0.0273895263671875, + -0.050323486328125, + 0.002422332763671875, + 0.0237579345703125, + 0.0206756591796875, + 0.003330230712890625, + 0.0255279541015625, + -0.0157470703125, + 0.03131103515625, + -0.01629638671875, + -0.01444244384765625, + 0.004962921142578125, + -0.01210784912109375, + 0.0283203125, + -0.023193359375, + -0.0151824951171875, + 0.0199432373046875, + -0.0023174285888671875, + 0.01397705078125, + 0.0030269622802734375, + -0.01090240478515625, + 0.02496337890625, + 0.00563812255859375, + 0.041351318359375, + -0.065185546875, + -0.046783447265625, + 0.0032367706298828125, + -0.01029205322265625, + 0.0350341796875, + 0.0307464599609375, + -0.0019683837890625, + -0.004913330078125, + 0.021331787109375, + 0.05999755859375, + -0.0199432373046875, + -0.05218505859375, + -0.045654296875, + 0.004634857177734375, + 0.01947021484375, + 0.0626220703125, + -0.0095062255859375, + 0.051055908203125, + 0.021148681640625, + 0.00012814998626708984, + 0.015655517578125, + 0.076416015625, + 0.016204833984375, + 0.01397705078125, + -0.05926513671875, + -0.0030975341796875, + 0.03466796875, + -0.045654296875, + -0.034271240234375, + -0.00563812255859375, + 0.0491943359375, + -0.05963134765625, + -0.011322021484375, + -0.03204345703125, + -0.007175445556640625, + -0.01192474365234375, + 0.012481689453125, + -0.0244140625, + 0.026824951171875, + 0.0008616447448730469, + -0.05255126953125, + 0.00759124755859375, + -0.0251617431640625, + -0.0022945404052734375, + 0.023193359375, + 0.019561767578125, + -0.0290679931640625, + 0.01453399658203125, + 0.01788330078125, + 0.041351318359375, + 0.0251617431640625, + 0.014251708984375, + 0.01122283935546875, + 0.0275726318359375, + 0.0318603515625, + 0.0428466796875, + -0.0204925537109375, + -0.0200347900390625, + 0.004543304443359375, + 0.044708251953125, + 0.029815673828125, + 0.0275726318359375, + 0.014068603515625, + -0.019561767578125, + -0.0251617431640625, + -0.047332763671875, + 0.0016307830810546875, + 0.002864837646484375, + -0.032989501953125, + -0.037078857421875, + -0.037445068359375, + 0.017608642578125, + -0.02301025390625, + 0.03948974609375, + 0.015655517578125, + -0.026275634765625, + 0.002655029296875, + 0.0270233154296875, + -0.0181732177734375, + -0.055908203125, + 0.01397705078125, + -0.0166778564453125, + -0.03466796875, + -0.0350341796875, + -0.022918701171875, + 0.0428466796875, + -0.0016069412231445312, + -0.07525634765625, + -0.03448486328125, + 0.0169525146484375, + -0.00740814208984375, + -0.0186309814453125, + -0.019287109375, + 0.026458740234375, + -0.0257110595703125, + -0.043243408203125, + -0.05328369140625, + -0.0201263427734375, + 0.011505126953125, + -0.044525146484375, + -0.02459716796875, + 0.005939483642578125, + -0.023101806640625, + -0.004215240478515625, + -0.0277557373046875, + -0.0292510986328125, + 0.0283203125, + -0.06072998046875, + 0.051055908203125, + 0.01043701171875, + 0.0170440673828125, + 0.01239013671875, + 0.051055908203125, + 0.007778167724609375, + 0.005519866943359375, + 0.001007080078125, + -0.054412841796875, + 0.0189056396484375, + -0.008148193359375, + -0.016204833984375, + -0.0909423828125, + -0.01378631591796875, + 0.0309295654296875, + -0.0499267578125, + 0.0171356201171875, + -0.01239013671875, + -0.0038661956787109375, + -0.054412841796875, + 0.04656982421875, + 0.00014126300811767578, + -0.005847930908203125, + 0.07452392578125, + -0.004913330078125, + -0.0182647705078125, + 0.0086669921875, + -0.056640625, + 0.047149658203125, + 0.00533294677734375, + 0.0097808837890625, + -0.01010894775390625, + 0.0200347900390625, + 0.004726409912109375, + -0.023284912109375, + 0.0184478759765625, + -0.09356689453125, + -0.0180816650390625, + 0.02850341796875, + 0.017242431640625, + -0.0053558349609375, + -0.0018053054809570312, + -0.0460205078125, + -0.033905029296875, + -0.019287109375, + 0.03521728515625, + 0.00982666015625, + 0.0006461143493652344, + -0.051788330078125, + -0.021240234375, + -0.02301025390625, + -0.047515869140625, + -0.037811279296875, + -0.034271240234375, + 0.040985107421875, + 0.01113128662109375, + -0.064453125, + 0.041351318359375, + 0.0294342041015625, + 0.032806396484375, + 0.0311126708984375, + 0.040618896484375, + -0.033538818359375, + -0.006427764892578125, + 0.0019683837890625, + 0.0251617431640625, + 0.0038661956787109375, + -0.01528167724609375, + 0.004543304443359375, + 0.007080078125, + 0.0292510986328125, + -0.04193115234375, + 0.03240966796875, + 0.03131103515625, + -0.0216217041015625, + -0.0697021484375, + -0.00992584228515625, + -0.0116424560546875, + 0.048431396484375, + 0.007965087890625, + 0.035400390625, + 0.0251617431640625, + -0.0115509033203125, + -0.08905029296875, + 0.048065185546875, + -0.02496337890625, + 0.0270233154296875, + 0.01192474365234375, + -0.029815673828125, + -0.04583740234375, + -0.037261962890625, + -0.005962371826171875, + 0.00435638427734375, + -0.044891357421875, + 0.044342041015625, + 0.0114593505859375, + -0.031494140625, + 0.01220703125, + -0.0032138824462890625, + -0.0011882781982421875, + 0.0562744140625, + 0.016021728515625, + -0.03167724609375, + 0.08087158203125, + -0.0305633544921875, + 0.026641845703125, + -0.0290679931640625, + 0.01010894775390625, + -0.048431396484375, + 0.0078277587890625, + -0.041351318359375, + 0.007080078125, + 0.03594970703125, + 0.0307464599609375, + -0.00904083251953125, + 0.01369476318359375, + -0.036529541015625, + 0.037261962890625, + 0.02850341796875, + -0.01555633544921875, + 0.0167694091796875, + -0.01258087158203125, + -0.01210784912109375, + -0.01267242431640625, + -0.058135986328125, + -0.051788330078125, + 0.0096893310546875, + -0.061492919921875, + -0.006938934326171875, + 0.036346435546875, + 0.0270233154296875, + 0.0233917236328125, + -0.0382080078125, + 0.036163330078125, + -0.01555633544921875, + -0.0237579345703125, + -0.0283203125, + 0.0018978118896484375, + -0.016204833984375, + 0.03448486328125, + 0.006195068359375, + 0.0022125244140625, + 0.00004404783248901367, + -0.00043964385986328125, + -0.0107574462890625, + -0.0047760009765625, + 0.019561767578125, + -0.002223968505859375, + 0.00936126708984375, + -0.06817626953125, + -0.012298583984375, + 0.022735595703125, + 0.04620361328125, + 0.001216888427734375, + -0.0171356201171875, + 0.03857421875, + -0.01471710205078125, + -0.06781005859375, + 0.0189056396484375, + -0.00307464599609375, + -0.03521728515625, + 0.019561767578125, + -0.0200347900390625, + 0.0199432373046875, + 0.0166778564453125, + 0.05328369140625, + 0.0272064208984375, + 0.037445068359375, + 0.03521728515625, + -0.0166778564453125, + -0.0208740234375, + -0.021240234375, + 0.0218048095703125, + 0.02105712890625, + 0.036712646484375, + 0.0088958740234375, + 0.032989501953125, + -0.01113128662109375, + -0.1058349609375, + -0.00356292724609375, + -0.01183319091796875, + -0.050323486328125, + -0.0088043212890625, + 0.08087158203125, + 0.036529541015625, + 0.0098724365234375, + 0.041168212890625, + 0.030364990234375, + 0.0305633544921875, + 0.022552490234375, + 0.0044708251953125, + -0.08795166015625, + -0.006103515625, + 0.007266998291015625, + 0.02850341796875, + -0.061859130859375, + 0.0357666015625, + 0.0789794921875, + -0.0167694091796875, + -0.017608642578125, + -0.00484466552734375, + -0.019195556640625, + 0.026824951171875, + 0.01276397705078125, + 0.01611328125, + -0.07342529296875, + 0.0003871917724609375, + 0.01267242431640625, + 0.003330230712890625, + -0.0004425048828125, + -0.0023174285888671875, + -0.0151824951171875, + 0.03167724609375, + -0.041748046875, + 0.0011701583862304688, + 0.0273895263671875, + 0.07305908203125, + 0.0104827880859375, + -0.03167724609375, + -0.021148681640625, + 0.026275634765625, + 0.01453399658203125, + -0.0183563232421875, + 0.0218963623046875, + 0.0043792724609375, + 0.0032138824462890625, + 0.00405120849609375, + 0.048431396484375, + 0.00431060791015625, + 0.0428466796875, + 0.043792724609375, + -0.0648193359375, + 0.0322265625, + 0.00820159912109375, + 0.01294708251953125, + 0.000492095947265625, + -0.049560546875, + -0.006381988525390625, + -0.0460205078125, + 0.01369476318359375, + 0.026824951171875, + 0.0270233154296875, + 0.020965576171875, + 0.017242431640625, + 0.0013971328735351562, + 0.0203094482421875, + 0.03131103515625, + 0.026641845703125, + 0.0640869140625, + 0.0294342041015625, + 0.03857421875, + 0.0115509033203125, + -0.0233917236328125, + -0.005077362060546875, + 0.039306640625, + -0.040069580078125, + 0.01555633544921875, + -0.039703369140625, + -0.0061492919921875, + 0.00997161865234375, + -0.026092529296875, + -0.0180816650390625, + -0.043426513671875, + 0.01453399658203125, + -0.0223541259765625, + -0.045654296875, + 0.003704071044921875, + 0.06072998046875, + -0.0570068359375, + 0.033905029296875, + 0.01108551025390625, + 0.00267791748046875, + -0.0029239654541015625, + -0.034088134765625, + 0.06036376953125, + 0.030181884765625, + 0.0187225341796875, + -0.01416015625, + -0.01453399658203125, + 0.02813720703125, + -0.01141357421875, + 0.015838623046875, + 0.046966552734375, + -0.0189056396484375, + 0.054779052734375, + 0.026458740234375, + -0.00008952617645263672, + -0.043243408203125, + 0.0219879150390625, + 0.012481689453125, + -0.041168212890625, + 0.054412841796875, + 0.00203704833984375, + 0.0012226104736328125, + -0.005847930908203125, + -0.004192352294921875, + 0.0036106109619140625, + -0.05364990234375, + 0.0272064208984375, + 0.01099395751953125, + -0.0149993896484375, + 0.00945281982421875, + -0.06744384765625, + 0.06072998046875, + 0.01546478271484375, + 0.04547119140625, + -0.046783447265625, + 0.04583740234375, + -0.00820159912109375, + 0.01169586181640625, + -0.026824951171875, + 0.0171356201171875, + 0.005008697509765625, + 0.037445068359375, + -0.0184478759765625, + 0.058135986328125, + 0.040435791015625, + 0.0169525146484375, + -0.06671142578125, + 0.0029811859130859375, + 0.010711669921875, + -0.0017004013061523438, + 0.0238494873046875, + -0.041748046875, + -0.01546478271484375, + 0.05218505859375, + 0.036529541015625, + 0.0782470703125, + -0.01528167724609375, + 0.033172607421875, + -0.006938934326171875, + -0.006988525390625, + 0.0025844573974609375, + -0.0206756591796875 + ], + "metadata": { + "domains": [ + "network-forensics" + ], + "phases": [ + "analysis" + ], + "tags": [ + "nsm", + "scripting" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_ewfacquire", + "type": "tool", + "name": "ewfacquire", + "content": "ewfacquire command-line tool aus der libewf-bibliothek zum erstellen forensischer images im expert witness format (e01/ex01). erstellt segmentierte archive mit md5/sha1-hash-verifizierung und optionaler kompression. besonders wertvoll für linux-basierte imaging-workflows ohne gui-overhead. unterstützt case-metadaten, examiner-notizen und error-granularity für defekte sektoren. die segment-größe ist konfigurierbar für verschiedene storage-medien. integration in autopsy und andere tools über libewf. alternative zu proprietären windows-imaging-tools für open-source-forensik-umgebungen. besonders geschätzt: zuverlässigkeit, cross-platform-kompatibilität und standards-compliance für gerichtsfeste images. command-line 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.000774383544921875, + 0.021270751953125, + 0.0274200439453125, + -0.032501220703125, + 0.039886474609375, + 0.03497314453125, + 0.0127410888671875, + -0.001125335693359375, + -0.0095367431640625, + 0.013092041015625, + -0.03338623046875, + 0.032684326171875, + -0.0050506591796875, + -0.031646728515625, + -0.03814697265625, + 0.04534912109375, + -0.01045989990234375, + 0.018890380859375, + 0.00711822509765625, + 0.004547119140625, + -0.022491455078125, + -0.0134429931640625, + -0.047454833984375, + 0.01001739501953125, + 0.01221466064453125, + 0.0171356201171875, + -0.01221466064453125, + -0.0762939453125, + -0.00038433074951171875, + 0.010986328125, + 0.0170440673828125, + -0.00597381591796875, + 0.01076507568359375, + 0.0467529296875, + -0.00225067138671875, + -0.01361846923828125, + -0.020294189453125, + -0.038848876953125, + -0.0288238525390625, + 0.031463623046875, + -0.02899169921875, + 0.0030307769775390625, + 0.0199432373046875, + -0.0435791015625, + -0.0177459716796875, + -0.0159912109375, + 0.013092041015625, + -0.002986907958984375, + -0.013092041015625, + -0.024078369140625, + 0.033050537109375, + 0.034454345703125, + 0.007686614990234375, + -0.021087646484375, + -0.0423583984375, + 0.0302276611328125, + 0.01898193359375, + -0.01678466796875, + -0.0404052734375, + 0.051666259765625, + -0.06292724609375, + -0.0093994140625, + -0.023895263671875, + -0.0258331298828125, + 0.0014171600341796875, + 0.023193359375, + -0.02899169921875, + -0.03515625, + -0.01432037353515625, + 0.006237030029296875, + -0.0258331298828125, + 0.0010595321655273438, + -0.01221466064453125, + 0.047088623046875, + -0.027587890625, + -0.060089111328125, + 0.0223236083984375, + 0.01318359375, + -0.01116180419921875, + -0.010498046875, + -0.048492431640625, + -0.00507354736328125, + 0.0237274169921875, + -0.019683837890625, + -0.003536224365234375, + -0.00926971435546875, + 0.0040435791015625, + -0.00861358642578125, + -0.01036834716796875, + 0.004962921142578125, + 0.025299072265625, + -0.01111602783203125, + -0.0126495361328125, + -0.02899169921875, + 0.0311126708984375, + 0.0611572265625, + -0.0184478759765625, + 0.00034046173095703125, + 0.00817108154296875, + 0.032684326171875, + 0.03619384765625, + -0.041473388671875, + 0.054840087890625, + 0.01406097412109375, + 0.0699462890625, + -0.021087646484375, + 0.01511383056640625, + -0.002384185791015625, + -0.00746917724609375, + -0.037261962890625, + -0.10052490234375, + -0.034454345703125, + -0.0265350341796875, + -0.07489013671875, + -0.0009169578552246094, + -0.00909423828125, + -0.0033168792724609375, + 0.0467529296875, + -0.045684814453125, + -0.0157318115234375, + 0.01019287109375, + 0.0215301513671875, + 0.007293701171875, + 0.01502227783203125, + -0.033050537109375, + -0.03460693359375, + 0.00812530517578125, + 0.0157318115234375, + -0.06329345703125, + -0.02618408203125, + -0.033905029296875, + -0.010986328125, + -0.027587890625, + -0.003559112548828125, + -0.0017576217651367188, + -0.021270751953125, + 0.0286407470703125, + 0.00856781005859375, + -0.0170440673828125, + 0.006984710693359375, + 0.03057861328125, + -0.023895263671875, + -0.062225341796875, + 0.01247406005859375, + -0.028289794921875, + 0.0030307769775390625, + -0.031982421875, + 0.058349609375, + -0.032684326171875, + -0.01678466796875, + -0.01142120361328125, + 0.037078857421875, + 0.055877685546875, + -0.00202178955078125, + 0.0094451904296875, + -0.034271240234375, + 0.0030307769775390625, + -0.01361846923828125, + 0.0025043487548828125, + 0.006061553955078125, + -0.0281219482421875, + -0.00707244873046875, + 0.0016918182373046875, + 0.041107177734375, + -0.019500732421875, + -0.0423583984375, + -0.0177459716796875, + 0.000024020671844482422, + 0.0309295654296875, + 0.017486572265625, + 0.001537322998046875, + -0.01291656494140625, + 0.059051513671875, + 0.07135009765625, + 0.01361846923828125, + -0.0018453598022460938, + 0.0002224445343017578, + 0.01212310791015625, + 0.0555419921875, + 0.02337646484375, + -0.0101470947265625, + -0.0220489501953125, + 0.00887298583984375, + -0.007381439208984375, + 0.00830078125, + -0.034088134765625, + -0.0102386474609375, + 0.0149383544921875, + -0.04815673828125, + 0.0215301513671875, + -0.0307464599609375, + -0.01142120361328125, + -0.02197265625, + 0.024078369140625, + 0.0244293212890625, + 0.060089111328125, + 0.03515625, + -0.035491943359375, + 0.04534912109375, + -0.00597381591796875, + 0.005756378173828125, + 0.05377197265625, + -0.03515625, + 0.039703369140625, + 0.032867431640625, + 0.0008840560913085938, + 0.01617431640625, + 0.0391845703125, + 0.0223236083984375, + -0.0467529296875, + -0.0263671875, + 0.03814697265625, + -0.0065460205078125, + -0.048858642578125, + -0.0137939453125, + -0.017486572265625, + 0.0200347900390625, + -0.027069091796875, + -0.019775390625, + 0.01519775390625, + 0.00511932373046875, + -0.07415771484375, + -0.0003199577331542969, + 0.0113372802734375, + -0.0094451904296875, + 0.0170440673828125, + 0.0094451904296875, + -0.041290283203125, + -0.031982421875, + 0.0391845703125, + 0.007030487060546875, + 0.033050537109375, + -0.01396942138671875, + -0.0013179779052734375, + -0.01247406005859375, + -0.01151275634765625, + 0.06396484375, + 0.0159912109375, + 0.0207366943359375, + 0.0176544189453125, + -0.0033168792724609375, + 0.014495849609375, + -0.004657745361328125, + 0.034454345703125, + 0.0165252685546875, + -0.0295257568359375, + -0.0058441162109375, + 0.004459381103515625, + 0.025482177734375, + 0.0256500244140625, + -0.05377197265625, + 0.0003075599670410156, + -0.0927734375, + -0.0166015625, + -0.0723876953125, + -0.01511383056640625, + -0.0256500244140625, + -0.01739501953125, + 0.037445068359375, + -0.044097900390625, + -0.03778076171875, + -0.007732391357421875, + 0.026885986328125, + -0.019500732421875, + 0.049896240234375, + -0.006984710693359375, + -0.03814697265625, + -0.00347137451171875, + 0.0850830078125, + 0.0009832382202148438, + -0.0034923553466796875, + -0.038482666015625, + 0.0065460205078125, + 0.0020313262939453125, + 0.022674560546875, + -0.034271240234375, + -0.0256500244140625, + 0.023895263671875, + 0.041473388671875, + -0.004085540771484375, + -0.042694091796875, + 0.01502227783203125, + 0.0076446533203125, + 0.034454345703125, + -0.021881103515625, + 0.026885986328125, + 0.0201263427734375, + 0.015289306640625, + -0.03497314453125, + -0.062225341796875, + 0.02099609375, + 0.04534912109375, + 0.016876220703125, + -0.00936126708984375, + 0.0186309814453125, + -0.035308837890625, + 0.03460693359375, + -0.0017242431640625, + 0.0050506591796875, + 0.0220489501953125, + 0.02618408203125, + -0.0228424072265625, + 0.03338623046875, + 0.0003733634948730469, + 0.0134429931640625, + -0.0184478759765625, + -0.0303955078125, + -0.00931549072265625, + -0.0222320556640625, + -0.03057861328125, + -0.0251312255859375, + 0.03216552734375, + -0.0379638671875, + 0.0178375244140625, + -0.004413604736328125, + -0.0010328292846679688, + -0.036376953125, + -0.048858642578125, + -0.005405426025390625, + -0.0323486328125, + -0.0491943359375, + -0.0172271728515625, + 0.022491455078125, + -0.0209197998046875, + 0.003536224365234375, + -0.0127410888671875, + -0.0023059844970703125, + -0.0230255126953125, + 0.0230255126953125, + -0.005710601806640625, + 0.0555419921875, + 0.00579833984375, + 0.050262451171875, + 0.031982421875, + 0.00542449951171875, + 0.0187225341796875, + 0.0404052734375, + 0.03179931640625, + -0.02777099609375, + -0.0230255126953125, + -0.0127410888671875, + -0.0015048980712890625, + 0.0185394287109375, + -0.03515625, + -0.01898193359375, + -0.0142364501953125, + -0.01432037353515625, + 0.004283905029296875, + 0.023895263671875, + 0.0256500244140625, + 0.0235443115234375, + -0.06781005859375, + -0.007293701171875, + 0.054840087890625, + 0.006237030029296875, + 0.09490966796875, + -0.0137939453125, + -0.0391845703125, + 0.03900146484375, + 0.041473388671875, + -0.018096923828125, + -0.0120391845703125, + 0.041656494140625, + -0.006061553955078125, + 0.008087158203125, + 0.0237274169921875, + 0.0050506591796875, + 0.01045989990234375, + -0.0220489501953125, + -0.00027179718017578125, + 0.00799560546875, + -0.01256561279296875, + 0.0009169578552246094, + 0.053436279296875, + 0.03216552734375, + 0.01326751708984375, + 0.0137939453125, + -0.034088134765625, + -0.0187225341796875, + -0.021087646484375, + -0.059051513671875, + -0.01396942138671875, + 0.05517578125, + 0.02178955078125, + 0.034454345703125, + -0.035675048828125, + -0.048858642578125, + -0.0000349879264831543, + -0.032684326171875, + 0.05694580078125, + 0.0258331298828125, + 0.0181884765625, + 0.041839599609375, + -0.0267181396484375, + 0.01318359375, + 0.0379638671875, + -0.0005326271057128906, + 0.0230255126953125, + 0.0215301513671875, + 0.053070068359375, + 0.0215301513671875, + -0.0295257568359375, + 0.0247802734375, + 0.042877197265625, + 0.0113372802734375, + 0.004985809326171875, + 0.0093994140625, + 0.010498046875, + 0.00562286376953125, + -0.03619384765625, + 0.044281005859375, + 0.0260162353515625, + -0.00637054443359375, + 0.0230255126953125, + -0.005756378173828125, + 0.00025534629821777344, + -0.047088623046875, + -0.00511932373046875, + 0.0080413818359375, + -0.0222320556640625, + 0.019775390625, + 0.048492431640625, + -0.07275390625, + 0.007732391357421875, + 0.03497314453125, + -0.06817626953125, + 0.033203125, + 0.016876220703125, + -0.041839599609375, + -0.0094451904296875, + -0.01898193359375, + -0.038848876953125, + 0.033050537109375, + -0.023193359375, + -0.04217529296875, + 0.021881103515625, + 0.025482177734375, + -0.043060302734375, + -0.024078369140625, + -0.0300445556640625, + 0.01678466796875, + -0.022491455078125, + -0.0247802734375, + 0.061859130859375, + 0.0016803741455078125, + -0.0035152435302734375, + 0.0017681121826171875, + 0.0435791015625, + -0.01406097412109375, + -0.0230255126953125, + 0.06396484375, + -0.032684326171875, + -0.053436279296875, + 0.04779052734375, + -0.00417327880859375, + -0.00021970272064208984, + -0.041656494140625, + -0.0126495361328125, + -0.001987457275390625, + -0.007598876953125, + 0.019683837890625, + 0.0311126708984375, + -0.0404052734375, + -0.051666259765625, + -0.03515625, + 0.0281219482421875, + -0.00547027587890625, + 0.0265350341796875, + 0.01959228515625, + -0.04638671875, + 0.0220489501953125, + -0.042694091796875, + -0.0237274169921875, + -0.00164794921875, + 0.01239013671875, + -0.040252685546875, + 0.060791015625, + -0.0137939453125, + -0.027587890625, + -0.02020263671875, + 0.039703369140625, + 0.010589599609375, + 0.00821685791015625, + -0.010986328125, + 0.005580902099609375, + 0.0347900390625, + -0.06610107421875, + -0.0169525146484375, + -0.0169525146484375, + -0.01432037353515625, + 0.03778076171875, + -0.05517578125, + 0.00856781005859375, + -0.0115966796875, + -0.059051513671875, + -0.0404052734375, + -0.020477294921875, + -0.0036907196044921875, + -0.029693603515625, + 0.0141448974609375, + 0.061859130859375, + -0.033203125, + 0.0265350341796875, + 0.01519775390625, + 0.004634857177734375, + 0.0159912109375, + -0.017578125, + -0.01800537109375, + 0.04534912109375, + -0.058349609375, + -0.03936767578125, + -0.019775390625, + 0.047088623046875, + -0.023193359375, + -0.0169525146484375, + 0.008087158203125, + 0.0023937225341796875, + 0.03936767578125, + -0.042694091796875, + -0.0020313262939453125, + -0.027069091796875, + -0.027069091796875, + -0.01511383056640625, + -0.022674560546875, + 0.0025157928466796875, + 0.0286407470703125, + 0.00507354736328125, + 0.0193328857421875, + 0.03759765625, + -0.056243896484375, + 0.06640625, + 0.01406097412109375, + 0.0120391845703125, + -0.0187225341796875, + 0.0025157928466796875, + 0.003734588623046875, + 0.01959228515625, + 0.027587890625, + -0.010986328125, + -0.00439453125, + -0.06890869140625, + 0.0281219482421875, + 0.013092041015625, + 0.0016698837280273438, + -0.0084381103515625, + -0.052032470703125, + -0.080810546875, + -0.007293701171875, + 0.033905029296875, + 0.0010213851928710938, + 0.0014495849609375, + -0.02777099609375, + -0.03656005859375, + 0.0001709461212158203, + -0.033905029296875, + 0.0286407470703125, + -0.0221405029296875, + 0.01458740234375, + 0.004413604736328125, + -0.026885986328125, + 0.0184478759765625, + 0.038482666015625, + 0.028289794921875, + -0.0033397674560546875, + 0.010894775390625, + -0.013092041015625, + 0.0119476318359375, + -0.0203857421875, + -0.0523681640625, + -0.01458740234375, + -0.016693115234375, + 0.0097503662109375, + -0.0286407470703125, + -0.02777099609375, + 0.00542449951171875, + 0.038482666015625, + 0.0435791015625, + -0.0185394287109375, + -0.001361846923828125, + 0.0263671875, + -0.00799560546875, + 0.07061767578125, + -0.01476287841796875, + -0.033203125, + 0.00926971435546875, + 0.01537322998046875, + 0.043060302734375, + 0.033203125, + 0.0033168792724609375, + -0.021881103515625, + -0.0061492919921875, + 0.0379638671875, + -0.0194244384765625, + -0.0157318115234375, + -0.0163421630859375, + 0.015899658203125, + 0.017486572265625, + 0.060791015625, + 0.006679534912109375, + 0.061859130859375, + 0.003997802734375, + -0.0036468505859375, + 0.031646728515625, + 0.08013916015625, + 0.03057861328125, + -0.027069091796875, + -0.0286407470703125, + 0.006107330322265625, + 0.001224517822265625, + -0.034271240234375, + -0.04779052734375, + -0.00882720947265625, + 0.08929443359375, + -0.06640625, + 0.002086639404296875, + -0.023193359375, + -0.0181884765625, + -0.0026798248291015625, + 0.035491943359375, + -0.01107025146484375, + 0.01076507568359375, + 0.0028553009033203125, + -0.048492431640625, + -0.0094451904296875, + -0.067138671875, + 0.00252532958984375, + 0.0302276611328125, + 0.041839599609375, + -0.0244293212890625, + 0.0249481201171875, + -0.0020313262939453125, + 0.0014276504516601562, + 0.0300445556640625, + 0.044464111328125, + 0.01300811767578125, + 0.01221466064453125, + 0.051666259765625, + 0.0435791015625, + -0.0120391845703125, + -0.022674560546875, + -0.00362396240234375, + 0.044281005859375, + 0.04638671875, + 0.0811767578125, + 0.0249481201171875, + 0.007556915283203125, + 0.00209808349609375, + -0.041107177734375, + -0.0214385986328125, + 0.0192413330078125, + 0.0214385986328125, + -0.054473876953125, + -0.03057861328125, + 0.0171356201171875, + -0.04217529296875, + 0.0272369384765625, + 0.01326751708984375, + -0.00452423095703125, + -0.0156402587890625, + 0.0347900390625, + -0.0293426513671875, + -0.045684814453125, + 0.0176544189453125, + -0.023895263671875, + -0.0360107421875, + -0.032684326171875, + -0.017303466796875, + 0.0286407470703125, + -0.0176544189453125, + -0.05975341796875, + -0.0419921875, + 0.0291748046875, + -0.0086517333984375, + -0.03936767578125, + -0.053070068359375, + -0.0031414031982421875, + -0.01256561279296875, + -0.057281494140625, + -0.0579833984375, + -0.006809234619140625, + 0.018280029296875, + -0.0272369384765625, + 0.007160186767578125, + -0.00676727294921875, + -0.0272369384765625, + -0.0228424072265625, + -0.027069091796875, + -0.0200347900390625, + 0.0256500244140625, + -0.044281005859375, + 0.031646728515625, + 0.011199951171875, + 0.02777099609375, + 0.0213470458984375, + 0.06573486328125, + -0.0291748046875, + 0.01617431640625, + -0.03375244140625, + -0.061859130859375, + 0.0258331298828125, + 0.00882720947265625, + -0.0101470947265625, + -0.05096435546875, + -0.01959228515625, + 0.0523681640625, + -0.054473876953125, + 0.0055999755859375, + -0.00562286376953125, + -0.00821685791015625, + -0.031646728515625, + -0.0223236083984375, + -0.0249481201171875, + 0.01300811767578125, + 0.08575439453125, + -0.00882720947265625, + -0.0208282470703125, + -0.0222320556640625, + -0.024078369140625, + 0.05377197265625, + 0.00812530517578125, + 0.0149383544921875, + -0.040069580078125, + 0.027587890625, + 0.0228424072265625, + -0.0137939453125, + 0.0237274169921875, + -0.060089111328125, + 0.00020325183868408203, + 0.01116180419921875, + 0.032501220703125, + -0.028289794921875, + -0.0256500244140625, + -0.048492431640625, + -0.029876708984375, + -0.034271240234375, + 0.044281005859375, + 0.0007524490356445312, + 0.0137939453125, + -0.038482666015625, + -0.0029659271240234375, + -0.01282501220703125, + -0.0203857421875, + -0.023193359375, + -0.037445068359375, + 0.0491943359375, + 0.004547119140625, + -0.057281494140625, + 0.031280517578125, + 0.031982421875, + -0.01335906982421875, + 0.00909423828125, + 0.06890869140625, + -0.01546478271484375, + 0.013092041015625, + -0.00799560546875, + 0.049560546875, + 0.00861358642578125, + -0.003536224365234375, + 0.0022296905517578125, + -0.0006093978881835938, + 0.03656005859375, + -0.021087646484375, + 0.0692138671875, + 0.005710601806640625, + -0.049896240234375, + -0.058349609375, + -0.042694091796875, + -0.04815673828125, + 0.0206451416015625, + -0.0323486328125, + 0.050262451171875, + 0.01837158203125, + -0.0025043487548828125, + -0.11737060546875, + 0.06890869140625, + -0.004261016845703125, + 0.04254150390625, + 0.0072479248046875, + -0.01326751708984375, + -0.0258331298828125, + -0.0423583984375, + 0.00005900859832763672, + 0.0186309814453125, + -0.0491943359375, + 0.0166015625, + -0.005008697509765625, + 0.01335906982421875, + 0.0222320556640625, + -0.0101470947265625, + -0.0265350341796875, + 0.041839599609375, + 0.0086517333984375, + -0.0193328857421875, + 0.0643310546875, + -0.0221405029296875, + 0.0184478759765625, + -0.00040912628173828125, + -0.0163421630859375, + 0.001087188720703125, + -0.005580902099609375, + 0.005008697509765625, + -0.008087158203125, + 0.0302276611328125, + 0.05694580078125, + -0.01221466064453125, + 0.01441192626953125, + 0.00058746337890625, + 0.0162506103515625, + 0.01959228515625, + -0.029876708984375, + 0.01458740234375, + -0.0036678314208984375, + -0.0272369384765625, + -0.01537322998046875, + -0.06396484375, + -0.087890625, + 0.027587890625, + -0.02618408203125, + -0.0272369384765625, + 0.0165252685546875, + 0.044281005859375, + 0.0205535888671875, + -0.037261962890625, + 0.01432037353515625, + -0.010101318359375, + 0.0020542144775390625, + -0.01678466796875, + 0.050262451171875, + -0.018096923828125, + 0.0286407470703125, + 0.0012187957763671875, + -0.07171630859375, + 0.0065460205078125, + -0.0115966796875, + 0.019683837890625, + -0.0080413818359375, + -0.0163421630859375, + -0.0391845703125, + 0.022491455078125, + -0.08892822265625, + -0.031280517578125, + 0.0119476318359375, + 0.0170440673828125, + 0.01071929931640625, + -0.0242462158203125, + 0.0491943359375, + -0.00597381591796875, + -0.04095458984375, + 0.0288238525390625, + -0.01502227783203125, + -0.02337646484375, + 0.033203125, + -0.012298583984375, + 0.0017242431640625, + 0.005161285400390625, + 0.044281005859375, + 0.0228424072265625, + 0.048492431640625, + -0.01045989990234375, + -0.0200347900390625, + 0.0032291412353515625, + -0.01519775390625, + 0.0185394287109375, + 0.035491943359375, + 0.0015926361083984375, + -0.00562286376953125, + 0.0112457275390625, + -0.0013341903686523438, + -0.0811767578125, + -0.0216217041015625, + -0.0166015625, + -0.0360107421875, + -0.0010986328125, + 0.08154296875, + 0.04254150390625, + 0.0135345458984375, + 0.00856781005859375, + 0.061492919921875, + 0.017486572265625, + 0.021881103515625, + -0.00676727294921875, + -0.044097900390625, + -0.033050537109375, + 0.0010814666748046875, + -0.00882720947265625, + -0.057647705078125, + 0.059051513671875, + 0.044647216796875, + -0.0135345458984375, + -0.00922393798828125, + 0.0206451416015625, + 0.00637054443359375, + 0.057647705078125, + 0.0169525146484375, + 0.0069427490234375, + -0.05377197265625, + 0.0303955078125, + 0.004108428955078125, + -0.00966644287109375, + -0.005359649658203125, + -0.004283905029296875, + -0.027069091796875, + 0.02337646484375, + -0.069580078125, + -0.014495849609375, + -0.0134429931640625, + 0.060089111328125, + 0.01151275634765625, + -0.03900146484375, + -0.03955078125, + 0.0367431640625, + -0.0007796287536621094, + -0.016082763671875, + 0.0038890838623046875, + 0.011688232421875, + -0.00852203369140625, + 0.0230255126953125, + 0.032867431640625, + 0.00746917724609375, + 0.040069580078125, + 0.0094451904296875, + -0.04815673828125, + 0.0003514289855957031, + -0.02020263671875, + 0.01371002197265625, + -0.0166015625, + -0.03179931640625, + -0.005580902099609375, + -0.069580078125, + 0.060791015625, + 0.0023059844970703125, + 0.049896240234375, + 0.025299072265625, + 0.008087158203125, + 0.005756378173828125, + 0.01239013671875, + 0.006591796875, + 0.0206451416015625, + 0.0176544189453125, + 0.01519775390625, + 0.01361846923828125, + -0.00637054443359375, + 0.0094451904296875, + -0.03619384765625, + 0.0307464599609375, + -0.037261962890625, + 0.00799560546875, + -0.061492919921875, + 0.012298583984375, + 0.0036468505859375, + -0.0230255126953125, + 0.005931854248046875, + -0.019500732421875, + 0.01151275634765625, + -0.01291656494140625, + -0.026885986328125, + 0.0113372802734375, + 0.014495849609375, + -0.00852203369140625, + 0.0105438232421875, + 0.0201263427734375, + -0.0093994140625, + -0.0127410888671875, + -0.055877685546875, + 0.073486328125, + 0.04638671875, + 0.004306793212890625, + 0.008697509765625, + 0.0274200439453125, + 0.01898193359375, + 0.0127410888671875, + 0.032867431640625, + 0.01212310791015625, + -0.03497314453125, + 0.033905029296875, + 0.05096435546875, + -0.00882720947265625, + -0.02618408203125, + 0.033203125, + 0.0222320556640625, + -0.0274200439453125, + 0.043060302734375, + 0.027587890625, + 0.023193359375, + 0.0012845993041992188, + -0.0142364501953125, + -0.0186309814453125, + -0.037445068359375, + 0.06292724609375, + 0.03778076171875, + -0.006591796875, + 0.044647216796875, + -0.0251312255859375, + 0.035858154296875, + 0.000024020671844482422, + 0.060455322265625, + -0.0335693359375, + 0.057281494140625, + -0.022674560546875, + 0.00791168212890625, + 0.0058441162109375, + 0.0311126708984375, + -0.0008730888366699219, + 0.0086517333984375, + -0.01371002197265625, + 0.05694580078125, + 0.04638671875, + -0.0209197998046875, + -0.058349609375, + -0.0228424072265625, + -0.002735137939453125, + 0.002536773681640625, + 0.051300048828125, + -0.0288238525390625, + -0.011199951171875, + 0.02337646484375, + 0.05059814453125, + 0.05413818359375, + -0.006237030029296875, + 0.04638671875, + 0.00002473592758178711, + -0.023193359375, + -0.0260162353515625, + -0.0006260871887207031 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "command-line", + "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_WinPmem", + "type": "tool", + "name": "WinPmem", + "content": "winpmem velociraptors windows-memory-imager revolutioniert ram-akquisition durch flexibles driver-system und moderne winapi-integration. drei acquisition- modi: kernel-driver für maximum-access, winapi für modern-windows, live-service für remote-collection. die elf64-ausgabe enthält metadaten für volatility-auto-detection. besonders clever: pagefile-integration erweitert verfügbaren memory-space, registry-acquisition parallel zum ram-dump, hash-verification für forensische integrität. driver-signing für secure-boot-kompatibilität. die portable-version läuft ohne installation von usb-stick. json-metadata dokumentiert system-configuration zum akquisitionszeitpunkt. performance-optimierung für ssd-storage. integration in kape-workflows für automatisierte collection. der open-source-ansatz ermöglicht anpassungen für spezielle anforderungen. standard-tool für windows-memory-forensics wenn kommerzielle alternativen nicht verfügbar oder zu teuer sind. memory acquisition scenario:memory_dump incident-response data-collection", + "embedding": [ + -0.0252685546875, + 0.027801513671875, + 0.036102294921875, + -0.01335906982421875, + 0.04693603515625, + 0.02545166015625, + -0.0013990402221679688, + 0.0163421630859375, + -0.01218414306640625, + -0.01227569580078125, + -0.040618896484375, + 0.03448486328125, + 0.007671356201171875, + -0.0176849365234375, + -0.05523681640625, + 0.036834716796875, + -0.0169677734375, + -0.0012464523315429688, + 0.01100921630859375, + 0.004421234130859375, + -0.02581787109375, + -0.0220184326171875, + -0.053436279296875, + 0.007354736328125, + 0.00473785400390625, + 0.007312774658203125, + -0.005573272705078125, + -0.048736572265625, + -0.02301025390625, + -0.01123809814453125, + 0.0022220611572265625, + -0.01922607421875, + 0.0294189453125, + 0.04351806640625, + -0.0162506103515625, + -0.005733489990234375, + 0.0137176513671875, + -0.02996826171875, + -0.041168212890625, + 0.04766845703125, + 0.003971099853515625, + 0.0177764892578125, + -0.0028667449951171875, + 0.0105133056640625, + -0.035919189453125, + -0.0267181396484375, + 0.004650115966796875, + -0.00136566162109375, + 0.0117340087890625, + -0.049468994140625, + 0.023101806640625, + 0.0243682861328125, + 0.0107879638671875, + -0.03338623046875, + -0.0220184326171875, + 0.02618408203125, + 0.0038814544677734375, + -0.0011167526245117188, + -0.036102294921875, + 0.067138671875, + -0.050201416015625, + -0.0433349609375, + -0.000008404254913330078, + -0.027618408203125, + 0.0204010009765625, + 0.0380859375, + -0.0118255615234375, + -0.054168701171875, + -0.006137847900390625, + 0.031402587890625, + 0.023284912109375, + -0.023101806640625, + -0.03448486328125, + 0.0011510848999023438, + -0.0141754150390625, + -0.05670166015625, + 0.03033447265625, + 0.0384521484375, + 0.005550384521484375, + -0.033203125, + -0.061737060546875, + -0.0157012939453125, + 0.0202178955078125, + -0.005031585693359375, + -0.023651123046875, + -0.0012979507446289062, + 0.027984619140625, + -0.00530242919921875, + 0.0038585662841796875, + 0.005664825439453125, + 0.03826904296875, + -0.0063629150390625, + 0.01904296875, + -0.032684326171875, + 0.0312347412109375, + 0.05126953125, + -0.004467010498046875, + -0.008758544921875, + -0.00893402099609375, + 0.0204010009765625, + 0.03033447265625, + -0.053070068359375, + 0.054534912109375, + -0.015167236328125, + 0.023101806640625, + -0.0305023193359375, + 0.00525665283203125, + -0.0243682861328125, + -0.032501220703125, + -0.0290679931640625, + -0.101806640625, + -0.032684326171875, + 0.009613037109375, + -0.08050537109375, + -0.00492095947265625, + -0.01335906982421875, + -0.01128387451171875, + 0.03485107421875, + -0.032318115234375, + -0.05633544921875, + 0.0222930908203125, + 0.00897979736328125, + -0.0007390975952148438, + 0.033050537109375, + -0.04766845703125, + -0.05560302734375, + -0.0202178955078125, + 0.041351318359375, + -0.010650634765625, + -0.0206756591796875, + -0.023284912109375, + -0.01236724853515625, + -0.0118255615234375, + -0.033935546875, + -0.0098876953125, + -0.006500244140625, + 0.0249176025390625, + 0.007266998291015625, + -0.018951416015625, + 0.004131317138671875, + 0.041534423828125, + -0.0201263427734375, + -0.036468505859375, + 0.01317596435546875, + -0.027801513671875, + -0.0163421630859375, + -0.004421234130859375, + 0.035369873046875, + -0.0222930908203125, + -0.019683837890625, + -0.0105133056640625, + 0.0241851806640625, + 0.05523681640625, + -0.000400543212890625, + 0.01534271240234375, + -0.04766845703125, + -0.0335693359375, + -0.0186004638671875, + 0.042236328125, + -0.033050537109375, + -0.0098419189453125, + 0.01055908203125, + 0.0117340087890625, + 0.0260009765625, + -0.0163421630859375, + -0.0269012451171875, + -0.001636505126953125, + 0.017425537109375, + 0.0107879638671875, + 0.0179595947265625, + 0.027801513671875, + -0.0184173583984375, + 0.0682373046875, + 0.0599365234375, + -0.0008349418640136719, + -0.0008859634399414062, + 0.00794219970703125, + -0.0035877227783203125, + 0.0095672607421875, + 0.032135009765625, + -0.0225677490234375, + -0.01345062255859375, + 0.0260009765625, + -0.025634765625, + 0.00600433349609375, + -0.0027751922607421875, + -0.0004456043243408203, + 0.00916290283203125, + -0.03448486328125, + 0.03033447265625, + -0.050201416015625, + -0.033050537109375, + -0.0186920166015625, + 0.0165252685546875, + 0.037384033203125, + 0.06536865234375, + 0.0270843505859375, + -0.03466796875, + 0.0252685546875, + -0.01507568359375, + 0.01092529296875, + 0.040069580078125, + -0.021759033203125, + 0.0426025390625, + 0.0107421875, + 0.035369873046875, + 0.023468017578125, + 0.039703369140625, + 0.00699615478515625, + -0.036651611328125, + 0.00586700439453125, + 0.054168701171875, + -0.01317596435546875, + -0.045135498046875, + -0.019500732421875, + -0.028350830078125, + 0.0377197265625, + -0.01263427734375, + -0.00695037841796875, + 0.0038356781005859375, + -0.0137176513671875, + -0.0516357421875, + 0.0251007080078125, + 0.017242431640625, + -0.00067138671875, + 0.032867431640625, + 0.0227508544921875, + -0.03448486328125, + -0.01885986328125, + 0.019317626953125, + 0.03900146484375, + 0.0433349609375, + -0.002685546875, + -0.00188446044921875, + -0.023651123046875, + -0.0115509033203125, + 0.05487060546875, + 0.01209259033203125, + 0.02996826171875, + 0.03375244140625, + -0.013092041015625, + 0.0241851806640625, + -0.019500732421875, + 0.04278564453125, + 0.03338623046875, + -0.0017147064208984375, + -0.00543975830078125, + -0.0043792724609375, + 0.0509033203125, + 0.053070068359375, + -0.053436279296875, + -0.0120086669921875, + -0.061370849609375, + -0.019775390625, + -0.058135986328125, + -0.045684814453125, + -0.01218414306640625, + -0.0343017578125, + 0.0391845703125, + -0.058837890625, + -0.041534423828125, + 0.00023555755615234375, + 0.014801025390625, + 0.004962921142578125, + 0.05523681640625, + 0.01209259033203125, + -0.048370361328125, + 0.0035877227783203125, + 0.053802490234375, + 0.0009646415710449219, + -0.023101806640625, + -0.0290679931640625, + 0.0169677734375, + -0.027618408203125, + 0.0139007568359375, + -0.01678466796875, + -0.01335906982421875, + 0.04620361328125, + 0.0184173583984375, + -0.0036334991455078125, + -0.0418701171875, + -0.00235748291015625, + -0.0010099411010742188, + 0.028350830078125, + -0.049835205078125, + 0.018768310546875, + 0.01209259033203125, + 0.00817108154296875, + -0.0272674560546875, + -0.06536865234375, + 0.00157928466796875, + 0.0433349609375, + -0.00916290283203125, + -0.0014553070068359375, + 0.00911712646484375, + -0.0205841064453125, + 0.023284912109375, + 0.00016927719116210938, + -0.0012750625610351562, + 0.021026611328125, + 0.037017822265625, + -0.041351318359375, + 0.0014781951904296875, + 0.01020050048828125, + -0.0033168792724609375, + -0.0308685302734375, + -0.07440185546875, + -0.019500732421875, + -0.0206756591796875, + -0.04278564453125, + -0.0380859375, + 0.0138092041015625, + -0.00708770751953125, + -0.01317596435546875, + -0.016876220703125, + -0.0006036758422851562, + -0.019500732421875, + -0.058135986328125, + 0.0251007080078125, + -0.004512786865234375, + -0.057769775390625, + -0.0117340087890625, + 0.06787109375, + 0.010467529296875, + 0.0312347412109375, + -0.027435302734375, + -0.0020542144775390625, + -0.0460205078125, + 0.0116424560546875, + -0.0243682861328125, + 0.021759033203125, + -0.007671356201171875, + 0.048736572265625, + 0.002132415771484375, + 0.01335906982421875, + 0.0128173828125, + 0.03466796875, + 0.0350341796875, + -0.000020265579223632812, + -0.006275177001953125, + -0.00807952880859375, + 0.01300048828125, + 0.0343017578125, + -0.0287017822265625, + -0.05670166015625, + -0.0160675048828125, + 0.0027980804443359375, + -0.0047607421875, + 0.005123138427734375, + 0.0178680419921875, + 0.043853759765625, + -0.0138092041015625, + 0.01561737060546875, + 0.0391845703125, + 0.00930023193359375, + 0.09967041015625, + -0.0200347900390625, + -0.03448486328125, + 0.01904296875, + 0.05560302734375, + -0.00640869140625, + -0.00916290283203125, + 0.05523681640625, + 0.004673004150390625, + -0.007129669189453125, + 0.0116424560546875, + 0.00494384765625, + 0.0245513916015625, + -0.019683837890625, + 0.007221221923828125, + 0.0260009765625, + -0.0088043212890625, + 0.019134521484375, + 0.031951904296875, + 0.0377197265625, + 0.017333984375, + 0.031951904296875, + -0.014801025390625, + -0.0117340087890625, + -0.02960205078125, + -0.07330322265625, + -0.00013113021850585938, + 0.044769287109375, + 0.0086212158203125, + 0.0599365234375, + -0.032318115234375, + -0.08050537109375, + 0.0269012451171875, + -0.03900146484375, + 0.06787109375, + 0.04351806640625, + 0.01335906982421875, + 0.045684814453125, + 0.007221221923828125, + 0.0141754150390625, + 0.0119171142578125, + 0.0016021728515625, + 0.006137847900390625, + 0.0310516357421875, + 0.044036865234375, + -0.00690460205078125, + -0.031951904296875, + 0.038818359375, + 0.054534912109375, + 0.031768798828125, + -0.0036334991455078125, + 0.00911712646484375, + -0.0128173828125, + 0.0222015380859375, + -0.00884246826171875, + 0.0516357421875, + 0.041534423828125, + -0.0137176513671875, + 0.0350341796875, + -0.01317596435546875, + 0.006317138671875, + -0.054534912109375, + 0.004062652587890625, + 0.00440216064453125, + -0.02166748046875, + 0.0201263427734375, + 0.023284912109375, + -0.057037353515625, + -0.023651123046875, + 0.04205322265625, + -0.05670166015625, + 0.024017333984375, + 0.0006628036499023438, + -0.0120086669921875, + 0.0052337646484375, + -0.017242431640625, + -0.05633544921875, + 0.06353759765625, + -0.044219970703125, + -0.0139007568359375, + 0.0310516357421875, + 0.0198516845703125, + -0.023834228515625, + -0.016693115234375, + -0.0119171142578125, + -0.01345062255859375, + -0.032867431640625, + -0.0272674560546875, + 0.04766845703125, + 0.01300048828125, + 0.0094757080078125, + 0.0033397674560546875, + 0.062103271484375, + -0.0222015380859375, + -0.0380859375, + 0.0260009765625, + -0.03448486328125, + -0.0163421630859375, + 0.01904296875, + 0.004535675048828125, + 0.03466796875, + -0.049468994140625, + -0.019500732421875, + 0.0224761962890625, + -0.007671356201171875, + 0.004535675048828125, + 0.023834228515625, + -0.03826904296875, + -0.049102783203125, + -0.052703857421875, + 0.0509033203125, + -0.0011682510375976562, + 0.03521728515625, + 0.01354217529296875, + -0.04730224609375, + 0.0312347412109375, + -0.06610107421875, + -0.00007265806198120117, + -0.014984130859375, + 0.04656982421875, + -0.0270843505859375, + 0.07183837890625, + -0.0221099853515625, + -0.01326751708984375, + 0.009429931640625, + 0.040069580078125, + -0.000041961669921875, + 0.0182342529296875, + -0.032501220703125, + 0.031951904296875, + 0.0202178955078125, + -0.03521728515625, + -0.00897979736328125, + -0.00708770751953125, + -0.003520965576171875, + 0.0859375, + -0.028167724609375, + 0.028167724609375, + -0.0137176513671875, + -0.0675048828125, + -0.007129669189453125, + -0.033203125, + -0.01363372802734375, + -0.028350830078125, + 0.021209716796875, + 0.0308685302734375, + -0.0015010833740234375, + 0.04351806640625, + -0.001049041748046875, + 0.0263519287109375, + 0.02581787109375, + -0.0008406639099121094, + -0.0180511474609375, + 0.01751708984375, + -0.067138671875, + -0.0157012939453125, + -0.023101806640625, + 0.0292510986328125, + -0.014801025390625, + -0.0182342529296875, + 0.027801513671875, + -0.0064544677734375, + 0.0335693359375, + -0.078369140625, + -0.00266265869140625, + -0.0166015625, + -0.01885986328125, + -0.0166015625, + -0.00478363037109375, + 0.0227508544921875, + 0.0308685302734375, + -0.003204345703125, + -0.01444244384765625, + 0.035369873046875, + -0.03955078125, + 0.04278564453125, + 0.001895904541015625, + 0.006587982177734375, + -0.006229400634765625, + -0.01444244384765625, + 0.0267181396484375, + 0.0199432373046875, + 0.0523681640625, + 0.005214691162109375, + -0.0287017822265625, + -0.07476806640625, + 0.00997161865234375, + 0.0222930908203125, + 0.016876220703125, + -0.0139923095703125, + -0.038818359375, + -0.03753662109375, + -0.0094757080078125, + 0.0252685546875, + 0.0139923095703125, + 0.010467529296875, + -0.037017822265625, + -0.0160675048828125, + 0.0118255615234375, + -0.023834228515625, + 0.032867431640625, + -0.027801513671875, + 0.002109527587890625, + -0.0012979507446289062, + -0.014801025390625, + 0.01444244384765625, + 0.03375244140625, + 0.039703369140625, + 0.0157928466796875, + 0.01218414306640625, + -0.0001550912857055664, + 0.0033855438232421875, + -0.032501220703125, + -0.0310516357421875, + -0.00907135009765625, + -0.01317596435546875, + 0.01543426513671875, + -0.03411865234375, + -0.0116424560546875, + -0.0003399848937988281, + 0.036651611328125, + 0.0211181640625, + -0.0219268798828125, + -0.016876220703125, + 0.0108795166015625, + -0.0140838623046875, + 0.0269012451171875, + -0.0204010009765625, + -0.0249176025390625, + 0.0159759521484375, + 0.023468017578125, + 0.06427001953125, + 0.037017822265625, + 0.0098419189453125, + -0.0203094482421875, + 0.0019063949584960938, + 0.057037353515625, + -0.03033447265625, + -0.035552978515625, + -0.0272674560546875, + 0.0290679931640625, + 0.00817108154296875, + 0.0288848876953125, + 0.01425933837890625, + 0.075439453125, + 0.021392822265625, + -0.00897979736328125, + 0.03485107421875, + 0.0682373046875, + 0.0178680419921875, + -0.0177764892578125, + -0.040252685546875, + 0.0117340087890625, + 0.0020427703857421875, + -0.048370361328125, + -0.044219970703125, + 0.0158843994140625, + 0.07147216796875, + -0.09027099609375, + -0.02166748046875, + -0.00209808349609375, + -0.01263427734375, + 0.0160675048828125, + -0.01534271240234375, + -0.005462646484375, + 0.0206756591796875, + 0.0211181640625, + -0.04730224609375, + -0.0138092041015625, + -0.0086669921875, + 0.0263519287109375, + 0.032135009765625, + 0.01227569580078125, + 0.0226593017578125, + 0.02166748046875, + -0.00848388671875, + 0.028167724609375, + 0.01462554931640625, + 0.049835205078125, + 0.005687713623046875, + 0.019775390625, + 0.03936767578125, + 0.048736572265625, + -0.0182342529296875, + -0.01010894775390625, + 0.0178680419921875, + 0.0178680419921875, + 0.06353759765625, + 0.057037353515625, + 0.006137847900390625, + 0.0120086669921875, + -0.0157012939453125, + -0.04766845703125, + -0.0120086669921875, + 0.02301025390625, + 0.01317596435546875, + -0.06353759765625, + -0.023284912109375, + 0.040802001953125, + -0.04278564453125, + 0.03033447265625, + 0.0301513671875, + -0.0252685546875, + -0.0137176513671875, + 0.03033447265625, + -0.012725830078125, + -0.0310516357421875, + 0.0265350341796875, + -0.01015472412109375, + -0.0272674560546875, + -0.021759033203125, + -0.03448486328125, + 0.044219970703125, + -0.0308685302734375, + -0.08123779296875, + -0.0107879638671875, + 0.03790283203125, + -0.023834228515625, + -0.031402587890625, + -0.0241851806640625, + -0.0085296630859375, + -0.023468017578125, + -0.045501708984375, + -0.04730224609375, + -0.02978515625, + 0.0179595947265625, + -0.005462646484375, + 0.0292510986328125, + -0.01317596435546875, + -0.023834228515625, + -0.006092071533203125, + -0.0177764892578125, + -0.033203125, + 0.0204925537109375, + -0.01552581787109375, + 0.053070068359375, + -0.003993988037109375, + 0.0227508544921875, + 0.00821685791015625, + 0.07977294921875, + -0.00640869140625, + 0.012725830078125, + -0.027801513671875, + -0.08770751953125, + 0.0208587646484375, + 0.01470947265625, + 0.0115509033203125, + -0.06787109375, + 0.021392822265625, + 0.05560302734375, + -0.0689697265625, + 0.01255035400390625, + 0.0001100301742553711, + -0.01105499267578125, + -0.04730224609375, + 0.0009870529174804688, + -0.01326751708984375, + 0.01678466796875, + 0.07366943359375, + 0.0010099411010742188, + -0.0074920654296875, + -0.0183258056640625, + -0.054534912109375, + 0.04278564453125, + 0.01363372802734375, + 0.014984130859375, + -0.067138671875, + 0.0095672607421875, + 0.023468017578125, + -0.0165252685546875, + 0.0160675048828125, + -0.06463623046875, + -0.016876220703125, + 0.0308685302734375, + 0.023101806640625, + -0.01715087890625, + 0.0009927749633789062, + -0.0592041015625, + -0.027801513671875, + -0.02960205078125, + 0.00817108154296875, + -0.017333984375, + 0.01715087890625, + -0.02618408203125, + -0.01042938232421875, + -0.021484375, + -0.044952392578125, + -0.040252685546875, + -0.0301513671875, + 0.0241851806640625, + -0.00270843505859375, + -0.06463623046875, + 0.04730224609375, + 0.0222930908203125, + -0.01552581787109375, + 0.023834228515625, + 0.035919189453125, + -0.02978515625, + 0.0141754150390625, + -0.0272674560546875, + 0.0433349609375, + -0.0004315376281738281, + -0.0020656585693359375, + -0.0106048583984375, + -0.00162506103515625, + 0.021026611328125, + -0.045867919921875, + 0.0267181396484375, + 0.0138092041015625, + -0.0241851806640625, + -0.054534912109375, + -0.035369873046875, + -0.031402587890625, + 0.01245880126953125, + -0.016876220703125, + 0.033203125, + 0.01552581787109375, + -0.01552581787109375, + -0.08233642578125, + 0.05126953125, + -0.01245880126953125, + 0.03466796875, + 0.0211181640625, + 0.00008565187454223633, + -0.040069580078125, + -0.054534912109375, + -0.017059326171875, + 0.0169677734375, + -0.023651123046875, + 0.03448486328125, + -0.00270843505859375, + 0.0014047622680664062, + 0.0251007080078125, + -0.023651123046875, + -0.0008463859558105469, + 0.032684326171875, + 0.0020542144775390625, + -0.03485107421875, + 0.062469482421875, + -0.04278564453125, + -0.0086212158203125, + 0.009429931640625, + -0.0265350341796875, + 0.01024627685546875, + -0.00266265869140625, + -0.0160675048828125, + -0.006771087646484375, + 0.0128173828125, + 0.0267181396484375, + -0.0120086669921875, + -0.0020084381103515625, + -0.01263427734375, + 0.04351806640625, + 0.0083465576171875, + -0.02093505859375, + -0.00997161865234375, + 0.0116424560546875, + -0.0098419189453125, + -0.0247344970703125, + -0.07220458984375, + -0.08880615234375, + 0.0267181396484375, + -0.027618408203125, + -0.0119171142578125, + -0.002719879150390625, + 0.01092529296875, + 0.021209716796875, + -0.0384521484375, + 0.015167236328125, + 0.00826263427734375, + -0.0107421875, + -0.0310516357421875, + 0.05560302734375, + 0.0007448196411132812, + 0.016693115234375, + 0.0186920166015625, + -0.040618896484375, + -0.0009365081787109375, + -0.010650634765625, + -0.0007023811340332031, + -0.025634765625, + -0.02130126953125, + -0.04241943359375, + 0.035369873046875, + -0.06463623046875, + -0.031585693359375, + 0.0272674560546875, + 0.041168212890625, + 0.023834228515625, + -0.035736083984375, + 0.05670166015625, + -0.01105499267578125, + -0.0433349609375, + 0.027618408203125, + -0.02545166015625, + -0.0391845703125, + 0.027435302734375, + -0.0087127685546875, + 0.014892578125, + 0.0012187957763671875, + 0.06317138671875, + 0.03955078125, + 0.0460205078125, + -0.015167236328125, + -0.0200347900390625, + -0.0087127685546875, + -0.0211181640625, + 0.032684326171875, + 0.03955078125, + 0.01010894775390625, + -0.0107879638671875, + 0.007312774658203125, + 0.007266998291015625, + -0.0667724609375, + -0.023834228515625, + -0.0269012451171875, + -0.06280517578125, + -0.0106048583984375, + 0.06280517578125, + 0.03863525390625, + 0.0263519287109375, + 0.019683837890625, + 0.04656982421875, + 0.041534423828125, + -0.014984130859375, + -0.0117340087890625, + -0.032135009765625, + -0.0085296630859375, + 0.01534271240234375, + 0.0163421630859375, + -0.0667724609375, + 0.049835205078125, + 0.0306854248046875, + -0.00214385986328125, + -0.024017333984375, + 0.0186920166015625, + 0.0011005401611328125, + 0.08087158203125, + 0.0265350341796875, + 0.0034084320068359375, + -0.06390380859375, + 0.006679534912109375, + 0.035919189453125, + -0.012908935546875, + -0.00897979736328125, + -0.00012481212615966797, + -0.03826904296875, + 0.01263427734375, + -0.057769775390625, + 0.0022335052490234375, + 0.0022220611572265625, + 0.0791015625, + -0.01543426513671875, + -0.0120086669921875, + -0.00600433349609375, + 0.042236328125, + 0.0019178390502929688, + -0.04315185546875, + 0.012725830078125, + 0.0229339599609375, + -0.0306854248046875, + 0.031585693359375, + 0.04241943359375, + 0.0032501220703125, + 0.01453399658203125, + 0.027801513671875, + -0.044769287109375, + 0.03375244140625, + -0.01209259033203125, + 0.0229339599609375, + 0.00539398193359375, + -0.040435791015625, + -0.023834228515625, + -0.04278564453125, + 0.0308685302734375, + 0.023834228515625, + 0.038818359375, + 0.006229400634765625, + -0.015167236328125, + -0.0033397674560546875, + 0.0194091796875, + 0.023468017578125, + 0.0138092041015625, + 0.01561737060546875, + 0.014801025390625, + -0.01119232177734375, + 0.0019063949584960938, + 0.006275177001953125, + -0.04766845703125, + 0.039703369140625, + -0.0335693359375, + 0.002368927001953125, + -0.05487060546875, + 0.0030231475830078125, + 0.01354217529296875, + -0.015167236328125, + 0.004512786865234375, + -0.048370361328125, + -0.00244903564453125, + -0.0160675048828125, + -0.054168701171875, + -0.0075836181640625, + 0.04656982421875, + -0.049468994140625, + -0.00803375244140625, + 0.0010433197021484375, + -0.0294189453125, + -0.0007219314575195312, + -0.07110595703125, + 0.0787353515625, + 0.01453399658203125, + 0.0225677490234375, + -0.002979278564453125, + 0.0252685546875, + 0.01425933837890625, + 0.01453399658203125, + 0.01055908203125, + 0.006275177001953125, + -0.004852294921875, + 0.057769775390625, + 0.049468994140625, + -0.01128387451171875, + -0.037017822265625, + 0.0137176513671875, + 0.023834228515625, + -0.03936767578125, + 0.0088043212890625, + 0.0017147064208984375, + 0.0267181396484375, + 0.0036773681640625, + 0.00888824462890625, + -0.0292510986328125, + -0.0523681640625, + 0.060302734375, + 0.0218505859375, + 0.0033626556396484375, + 0.0247344970703125, + -0.036834716796875, + 0.0509033203125, + 0.0117340087890625, + 0.062469482421875, + -0.0772705078125, + 0.02301025390625, + -0.0343017578125, + 0.00884246826171875, + -0.0006093978881835938, + 0.017242431640625, + 0.002979278564453125, + 0.0139923095703125, + -0.004581451416015625, + 0.04656982421875, + 0.0119171142578125, + -0.0037689208984375, + -0.076904296875, + -0.017425537109375, + 0.0001932382583618164, + 0.02618408203125, + 0.027618408203125, + -0.0305023193359375, + -0.04205322265625, + 0.025634765625, + 0.01218414306640625, + 0.04656982421875, + 0.00046539306640625, + 0.04278564453125, + 0.01444244384765625, + -0.0222930908203125, + -0.01534271240234375, + -0.009796142578125 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "memory", + "acquisition", + "scenario:memory_dump" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Parrot_Security_OS", + "type": "tool", + "name": "Parrot Security OS", + "content": "parrot security os die privacy-fokussierte alternative zu kali linux mit eingebautem anonymisierungs-framework. anonsurf routet traffic durch tor für verdeckte ermittlungen. forensik-tools treffen auf pentesting-arsenal in datenschutzfreundlicher umgebung. rolling-release hält 600+ tools aktuell ohne neuinstallation. der ressourcenschonende mate-desktop läuft flüssig auf älteren laptops. besonders wertvoll: eingebaute kryptographie-tools, sichere kommunikations-apps, sandbox für malware. die forensik-edition fokussiert auf incident-response. docker-support für tool-isolation. arm-versionen für raspberry pi und mobile-forensik. die italienische entwicklung bringt europäische datenschutz-werte. mehrere desktop-umgebungen wählbar. live-boot mit persistence für feldarbeit. der apparmor-schutz härtet gegen exploits. community kleiner aber engagierter als kali. perfekt für ermittler die privatsphäre und sicherheit priorisieren. gui command-line 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.035400390625, + -0.004650115966796875, + 0.0587158203125, + -0.0007729530334472656, + 0.0193023681640625, + 0.028350830078125, + 0.014984130859375, + -0.004978179931640625, + -0.01337432861328125, + -0.00673675537109375, + -0.0297698974609375, + 0.053497314453125, + -0.023223876953125, + -0.016082763671875, + -0.0599365234375, + 0.03802490234375, + -0.0141754150390625, + 0.00432586669921875, + 0.00417327880859375, + 0.007694244384765625, + 0.00040221214294433594, + -0.01197052001953125, + -0.06597900390625, + 0.00885009765625, + -0.0026531219482421875, + 0.00630950927734375, + -0.0247344970703125, + -0.07080078125, + -0.00623321533203125, + -0.01251983642578125, + -0.006587982177734375, + -0.00475311279296875, + 0.002338409423828125, + 0.042449951171875, + -0.006786346435546875, + -0.0142822265625, + -0.0093536376953125, + -0.0382080078125, + -0.0167999267578125, + 0.04486083984375, + -0.01568603515625, + -0.0210113525390625, + 0.019805908203125, + 0.0161895751953125, + -0.0195159912109375, + -0.019805908203125, + -0.0171966552734375, + -0.005229949951171875, + 0.0277557373046875, + -0.0211181640625, + 0.0230255126953125, + 0.031768798828125, + -0.006988525390625, + -0.01629638671875, + -0.0416259765625, + 0.0205078125, + 0.0254364013671875, + -0.061126708984375, + -0.0341796875, + 0.047271728515625, + -0.046661376953125, + -0.0205078125, + 0.008697509765625, + -0.0305633544921875, + 0.0107574462890625, + 0.00475311279296875, + 0.004573822021484375, + -0.0291595458984375, + -0.027557373046875, + -0.005580902099609375, + 0.02996826171875, + -0.01201629638671875, + -0.0229339599609375, + 0.025238037109375, + -0.03558349609375, + -0.0277557373046875, + 0.04986572265625, + 0.033782958984375, + 0.0229339599609375, + -0.01171875, + -0.038421630859375, + 0.0141754150390625, + 0.037017822265625, + -0.031982421875, + 0.01558685302734375, + -0.0036449432373046875, + 0.0175018310546875, + 0.008697509765625, + -0.01201629638671875, + -0.00001895427703857422, + 0.037017822265625, + -0.0021495819091796875, + 0.0020732879638671875, + -0.036590576171875, + 0.006160736083984375, + 0.059539794921875, + -0.01387786865234375, + -0.01236724853515625, + -0.016998291015625, + 0.035003662109375, + 0.0233306884765625, + -0.01271820068359375, + 0.041839599609375, + 0.023834228515625, + 0.02081298828125, + -0.0134735107421875, + 0.00560760498046875, + -0.03558349609375, + -0.00673675537109375, + -0.00724029541015625, + -0.0711669921875, + -0.0301666259765625, + -0.01065826416015625, + -0.061126708984375, + -0.0009050369262695312, + 0.006786346435546875, + -0.0084991455078125, + 0.036590576171875, + -0.0305633544921875, + -0.0751953125, + 0.040008544921875, + 0.0185089111328125, + 0.008148193359375, + 0.006435394287109375, + -0.06719970703125, + -0.050689697265625, + 0.01568603515625, + 0.017303466796875, + -0.05670166015625, + -0.03399658203125, + -0.0185089111328125, + -0.027557373046875, + -0.0195159912109375, + -0.045257568359375, + -0.01030731201171875, + -0.049072265625, + 0.026947021484375, + -0.006435394287109375, + -0.0017223358154296875, + 0.018096923828125, + 0.022125244140625, + -0.032379150390625, + -0.051300048828125, + 0.0062103271484375, + -0.0360107421875, + -0.00560760498046875, + -0.00965118408203125, + 0.04827880859375, + -0.01407623291015625, + 0.006336212158203125, + 0.00839996337890625, + 0.0209197998046875, + 0.052276611328125, + 0.0025272369384765625, + 0.031585693359375, + -0.035186767578125, + -0.020111083984375, + 0.005706787109375, + 0.046051025390625, + -0.0186004638671875, + -0.01050567626953125, + -0.007640838623046875, + 0.0011749267578125, + 0.0193023681640625, + -0.0210113525390625, + -0.0219268798828125, + -0.00688934326171875, + -0.0095062255859375, + 0.033599853515625, + 0.020111083984375, + 0.031585693359375, + 0.020721435546875, + 0.057525634765625, + 0.05029296875, + 0.01568603515625, + 0.0209197998046875, + -0.0175018310546875, + 0.00213623046875, + 0.0291595458984375, + 0.050689697265625, + -0.0271453857421875, + -0.009857177734375, + 0.0297698974609375, + -0.00759124755859375, + 0.012969970703125, + 0.0175933837890625, + -0.0246429443359375, + 0.002475738525390625, + -0.04022216796875, + 0.044647216796875, + -0.03338623046875, + -0.0177001953125, + 0.012969970703125, + 0.022125244140625, + -0.004199981689453125, + 0.04022216796875, + 0.040008544921875, + -0.01030731201171875, + 0.057525634765625, + -0.016998291015625, + 0.005985260009765625, + 0.0267486572265625, + -0.0120697021484375, + 0.0287628173828125, + 0.03680419921875, + 0.00980377197265625, + 0.006988525390625, + 0.041229248046875, + 0.0178985595703125, + -0.0209197998046875, + -0.02252197265625, + 0.039215087890625, + -0.0200042724609375, + -0.02423095703125, + -0.0171966552734375, + -0.036590576171875, + -0.0004901885986328125, + -0.033599853515625, + -0.002010345458984375, + -0.00875091552734375, + -0.005252838134765625, + -0.0291595458984375, + 0.01357269287109375, + 0.038818359375, + -0.04022216796875, + 0.0518798828125, + 0.0287628173828125, + -0.0195159912109375, + -0.01131439208984375, + 0.0210113525390625, + 0.02593994140625, + 0.03216552734375, + -0.01306915283203125, + 0.003017425537109375, + -0.0164947509765625, + -0.042449951171875, + 0.039825439453125, + 0.03680419921875, + 0.02593994140625, + -0.004802703857421875, + -0.035003662109375, + 0.047271728515625, + -0.0158843994140625, + 0.05389404296875, + 0.0428466796875, + 0.016387939453125, + -0.006988525390625, + 0.014678955078125, + 0.039825439453125, + 0.0599365234375, + -0.055511474609375, + -0.0100555419921875, + -0.03802490234375, + 0.01317596435546875, + -0.060333251953125, + -0.02593994140625, + -0.019012451171875, + -0.049468994140625, + 0.039031982421875, + -0.0195159912109375, + -0.053497314453125, + -0.008148193359375, + 0.01407623291015625, + -0.00894927978515625, + 0.0291595458984375, + -0.003871917724609375, + -0.04425048828125, + 0.001659393310546875, + 0.05389404296875, + -0.0024890899658203125, + -0.018798828125, + -0.0297698974609375, + 0.0291595458984375, + 0.0093994140625, + 0.01065826416015625, + 0.006134033203125, + -0.0011310577392578125, + 0.040435791015625, + 0.029571533203125, + 0.022430419921875, + -0.031585693359375, + 0.0271453857421875, + 0.0120697021484375, + 0.01407623291015625, + -0.05047607421875, + 0.014678955078125, + -0.00914764404296875, + 0.0159912109375, + -0.01081085205078125, + -0.06195068359375, + 0.002223968505859375, + 0.02655029296875, + 0.003948211669921875, + -0.012969970703125, + -0.00914764404296875, + -0.04083251953125, + 0.01287078857421875, + 0.0025634765625, + -0.0081939697265625, + 0.02935791015625, + 0.040618896484375, + -0.021820068359375, + 0.002349853515625, + -0.01050567626953125, + 0.0022125244140625, + -0.05712890625, + -0.031982421875, + -0.013275146484375, + -0.006359100341796875, + -0.06475830078125, + -0.03759765625, + 0.00859832763671875, + -0.007442474365234375, + 0.0157928466796875, + -0.002552032470703125, + -0.00708770751953125, + -0.022216796875, + -0.050872802734375, + 0.0263519287109375, + -0.036590576171875, + -0.013275146484375, + -0.0239410400390625, + 0.0234375, + 0.01055908203125, + -0.00603485107421875, + -0.01528167724609375, + -0.01629638671875, + -0.04345703125, + 0.0273590087890625, + -0.0212249755859375, + 0.05108642578125, + -0.006534576416015625, + 0.0277557373046875, + 0.04022216796875, + 0.046875, + 0.0228271484375, + 0.022125244140625, + 0.020111083984375, + -0.009002685546875, + 0.006988525390625, + 0.0093994140625, + -0.0066375732421875, + 0.0307769775390625, + -0.020416259765625, + -0.0164947509765625, + -0.005001068115234375, + -0.035186767578125, + 0.01629638671875, + 0.00444793701171875, + 0.0074920654296875, + 0.039215087890625, + -0.0205078125, + 0.02935791015625, + 0.038604736328125, + -0.006839752197265625, + 0.08123779296875, + -0.002010345458984375, + -0.036407470703125, + 0.004573822021484375, + 0.031982421875, + 0.01186370849609375, + -0.0056304931640625, + 0.0496826171875, + 0.018707275390625, + 0.006435394287109375, + 0.054290771484375, + -0.042236328125, + 0.0209197998046875, + -0.006259918212890625, + -0.01050567626953125, + 0.0167999267578125, + -0.016998291015625, + -0.0003566741943359375, + 0.0103607177734375, + 0.0496826171875, + -0.00595855712890625, + 0.0287628173828125, + -0.041015625, + -0.018402099609375, + -0.021820068359375, + -0.041229248046875, + 0.007442474365234375, + 0.041839599609375, + 0.00260162353515625, + 0.0679931640625, + -0.03216552734375, + -0.08123779296875, + 0.0243377685546875, + -0.046661376953125, + 0.06597900390625, + 0.0243377685546875, + 0.03680419921875, + 0.035797119140625, + -0.0240325927734375, + -0.00809478759765625, + 0.046661376953125, + 0.0006756782531738281, + 0.026947021484375, + 0.053497314453125, + 0.02996826171875, + 0.02655029296875, + -0.0281524658203125, + 0.00980377197265625, + 0.036407470703125, + 0.00688934326171875, + 0.007442474365234375, + 0.0034942626953125, + -0.00452423095703125, + 0.02313232421875, + -0.046051025390625, + 0.054718017578125, + 0.01528167724609375, + -0.01146697998046875, + 0.0019855499267578125, + -0.01528167724609375, + 0.016082763671875, + -0.04827880859375, + 0.01508331298828125, + 0.0016717910766601562, + -0.0035190582275390625, + 0.002941131591796875, + 0.03759765625, + -0.050689697265625, + -0.0093536376953125, + 0.039215087890625, + -0.06719970703125, + 0.01131439208984375, + 0.0158843994140625, + -0.0220184326171875, + 0.00965118408203125, + -0.03460693359375, + -0.061553955078125, + -0.0159912109375, + -0.0142822265625, + -0.0394287109375, + 0.00460052490234375, + 0.01151275634765625, + -0.052276611328125, + -0.035003662109375, + -0.0428466796875, + -0.006534576416015625, + -0.0034942626953125, + -0.003795623779296875, + 0.03759765625, + 0.002979278564453125, + -0.03558349609375, + 0.02996826171875, + 0.035003662109375, + 0.009002685546875, + -0.0216217041015625, + 0.04364013671875, + -0.027557373046875, + -0.025146484375, + 0.033172607421875, + -0.004425048828125, + 0.002941131591796875, + -0.00560760498046875, + 0.0029163360595703125, + -0.0223236083984375, + 0.03460693359375, + 0.003696441650390625, + 0.0186004638671875, + -0.041229248046875, + -0.0305633544921875, + -0.0711669921875, + 0.037017822265625, + 0.0022125244140625, + 0.03680419921875, + -0.0213165283203125, + -0.052703857421875, + 0.06195068359375, + -0.048858642578125, + -0.01971435546875, + -0.0168914794921875, + -0.0033435821533203125, + -0.0014390945434570312, + 0.032379150390625, + -0.014678955078125, + 0.0036449432373046875, + -0.0277557373046875, + 0.047271728515625, + 0.0034694671630859375, + 0.004878997802734375, + -0.037200927734375, + 0.0301666259765625, + 0.0382080078125, + -0.05389404296875, + 0.01558685302734375, + -0.00638580322265625, + -0.018798828125, + 0.03759765625, + -0.08526611328125, + -0.0168914794921875, + 0.0341796875, + -0.0804443359375, + -0.0273590087890625, + -0.04644775390625, + -0.035003662109375, + -0.040435791015625, + -0.00824737548828125, + 0.0311737060546875, + -0.0052032470703125, + 0.018707275390625, + -0.0092010498046875, + 0.00628662109375, + 0.01971435546875, + 0.007640838623046875, + -0.026947021484375, + 0.020721435546875, + -0.047454833984375, + -0.0599365234375, + -0.01488494873046875, + 0.04443359375, + -0.025238037109375, + 0.0009241104125976562, + 0.0038471221923828125, + 0.004398345947265625, + 0.05047607421875, + -0.0450439453125, + 0.01096343994140625, + -0.0127716064453125, + -0.041839599609375, + -0.04144287109375, + -0.0599365234375, + 0.0203094482421875, + 0.017303466796875, + -0.00945281982421875, + 0.045867919921875, + 0.036407470703125, + -0.054290771484375, + 0.038818359375, + 0.01387786865234375, + 0.00510406494140625, + 0.017303466796875, + -0.005054473876953125, + -0.0010938644409179688, + -0.0206146240234375, + 0.032989501953125, + -0.01488494873046875, + -0.0246429443359375, + -0.062744140625, + -0.002941131591796875, + -0.017303466796875, + -0.033599853515625, + -0.01186370849609375, + -0.0297698974609375, + -0.08367919921875, + -0.03619384765625, + 0.0267486572265625, + 0.00032520294189453125, + 0.0033435821533203125, + -0.0273590087890625, + -0.0154876708984375, + -0.0029163360595703125, + -0.038421630859375, + 0.03558349609375, + -0.0035953521728515625, + 0.030975341796875, + -0.0080413818359375, + -0.0271453857421875, + 0.021728515625, + 0.0263519287109375, + 0.0186004638671875, + 0.01397705078125, + 0.035797119140625, + -0.01971435546875, + 0.03619384765625, + 0.00844573974609375, + 0.004573822021484375, + 0.01629638671875, + -0.031585693359375, + 0.05029296875, + -0.0347900390625, + -0.011260986328125, + -0.0009870529174804688, + 0.017303466796875, + 0.02996826171875, + -0.005580902099609375, + -0.018402099609375, + 0.0194091796875, + -0.005481719970703125, + 0.051483154296875, + -0.0360107421875, + -0.056304931640625, + -0.003948211669921875, + -0.005832672119140625, + 0.05047607421875, + 0.029571533203125, + -0.0234375, + -0.032989501953125, + 0.0210113525390625, + 0.051483154296875, + 0.00036144256591796875, + -0.01166534423828125, + -0.0240325927734375, + 0.0025768280029296875, + 0.025543212890625, + 0.038818359375, + 0.0142822265625, + 0.08770751953125, + 0.040435791015625, + -0.0032939910888671875, + 0.0234375, + 0.058319091796875, + 0.00267791748046875, + -0.0165863037109375, + -0.04644775390625, + 0.0011501312255859375, + 0.0175018310546875, + -0.0518798828125, + -0.030364990234375, + 0.00995635986328125, + 0.0723876953125, + -0.09375, + -0.041229248046875, + -0.001621246337890625, + -0.0263519287109375, + 0.0234375, + 0.01151275634765625, + -0.01357269287109375, + 0.035186767578125, + -0.002338409423828125, + -0.034393310546875, + 0.01116180419921875, + -0.01407623291015625, + 0.0237274169921875, + 0.07000732421875, + 0.04144287109375, + -0.031768798828125, + 0.037811279296875, + 0.045257568359375, + 0.018402099609375, + 0.03741455078125, + 0.047454833984375, + 0.029571533203125, + 0.0229339599609375, + 0.03338623046875, + 0.047882080078125, + -0.0126190185546875, + -0.030975341796875, + -0.00628662109375, + 0.0206146240234375, + 0.06317138671875, + 0.047271728515625, + -0.0093536376953125, + 0.0012006759643554688, + -0.0144805908203125, + -0.041015625, + 0.012969970703125, + 0.009857177734375, + -0.013275146484375, + -0.06195068359375, + -0.036590576171875, + 0.00965118408203125, + 0.00374603271484375, + 0.0234375, + 0.0227203369140625, + -0.0307769775390625, + 0.016387939453125, + 0.033782958984375, + -0.0240325927734375, + -0.04345703125, + 0.003543853759765625, + -0.0168914794921875, + -0.039825439453125, + -0.03277587890625, + -0.0199127197265625, + 0.049285888671875, + -0.0151824951171875, + -0.055511474609375, + -0.03558349609375, + 0.0223236083984375, + -0.039825439453125, + -0.0211181640625, + -0.004474639892578125, + 0.00302886962890625, + -0.03802490234375, + -0.06878662109375, + -0.02593994140625, + -0.045257568359375, + 0.0182037353515625, + -0.0212249755859375, + 0.01306915283203125, + -0.0127716064453125, + -0.031768798828125, + -0.0194091796875, + 0.0018606185913085938, + -0.03277587890625, + 0.0157928466796875, + -0.0394287109375, + 0.01387786865234375, + 0.0142822265625, + 0.035797119140625, + 0.052276611328125, + 0.051483154296875, + 0.0171966552734375, + -0.0175018310546875, + -0.0056304931640625, + -0.0711669921875, + -0.0154876708984375, + -0.0271453857421875, + 0.0297698974609375, + -0.06756591796875, + -0.0006976127624511719, + 0.04766845703125, + -0.07037353515625, + 0.030975341796875, + 0.021514892578125, + 0.004123687744140625, + -0.0245361328125, + 0.0301666259765625, + 0.006587982177734375, + 0.033599853515625, + 0.106201171875, + 0.00424957275390625, + -0.0110626220703125, + 0.006134033203125, + -0.042449951171875, + 0.04705810546875, + 0.024932861328125, + 0.020111083984375, + -0.048675537109375, + 0.00914764404296875, + 0.0277557373046875, + -0.0032939910888671875, + 0.00794219970703125, + -0.065185546875, + 0.01528167724609375, + 0.02593994140625, + 0.007843017578125, + -0.01282501220703125, + -0.005153656005859375, + -0.04705810546875, + -0.0185089111328125, + -0.007190704345703125, + 0.01236724853515625, + 0.021514892578125, + 0.004852294921875, + -0.0161895751953125, + -0.0240325927734375, + -0.026947021484375, + -0.051300048828125, + -0.0360107421875, + -0.005126953125, + 0.04486083984375, + 0.00203704833984375, + -0.049285888671875, + 0.0291595458984375, + -0.01739501953125, + 0.012969970703125, + 0.00809478759765625, + 0.058319091796875, + -0.06634521484375, + 0.01337432861328125, + -0.0008234977722167969, + 0.058319091796875, + -0.01317596435546875, + -0.00759124755859375, + 0.0034198760986328125, + -0.004901885986328125, + 0.042449951171875, + -0.028350830078125, + 0.037017822265625, + 0.016998291015625, + -0.0212249755859375, + -0.06317138671875, + -0.049468994140625, + -0.05914306640625, + 0.04705810546875, + -0.005252838134765625, + 0.019012451171875, + -0.00015401840209960938, + -0.034393310546875, + -0.06756591796875, + 0.0243377685546875, + -0.005733489990234375, + 0.00545501708984375, + 0.019012451171875, + -0.0254364013671875, + -0.06597900390625, + -0.0233306884765625, + -0.01357269287109375, + -0.0030422210693359375, + -0.043853759765625, + 0.0192108154296875, + -0.005657196044921875, + 0.0033435821533203125, + -0.01910400390625, + -0.007694244384765625, + 0.0134735107421875, + 0.04345703125, + 0.0347900390625, + -0.0263519287109375, + 0.053497314453125, + -0.03216552734375, + 0.0305633544921875, + 0.004425048828125, + -0.006259918212890625, + -0.007843017578125, + -0.0291595458984375, + -0.0281524658203125, + 0.03277587890625, + 0.01221466064453125, + 0.03399658203125, + -0.024139404296875, + 0.01251983642578125, + -0.02252197265625, + 0.004825592041015625, + 0.031982421875, + -0.03460693359375, + 0.0005121231079101562, + 0.01367950439453125, + 0.006587982177734375, + -0.006587982177734375, + -0.060333251953125, + -0.08001708984375, + -0.0023250579833984375, + -0.036590576171875, + 0.00146484375, + 0.01488494873046875, + 0.0057830810546875, + 0.0291595458984375, + -0.03399658203125, + 0.05712890625, + -0.0035953521728515625, + -0.01568603515625, + -0.0531005859375, + 0.0005216598510742188, + -0.01216888427734375, + 0.05511474609375, + 0.00502777099609375, + -0.009552001953125, + 0.03216552734375, + -0.01739501953125, + 0.00121307373046875, + -0.012969970703125, + 0.007793426513671875, + -0.0305633544921875, + 0.0034942626953125, + -0.06597900390625, + -0.01317596435546875, + 0.0287628173828125, + 0.045867919921875, + 0.0233306884765625, + -0.02423095703125, + 0.0643310546875, + 0.01317596435546875, + -0.07037353515625, + 0.018402099609375, + -0.0171966552734375, + -0.049468994140625, + 0.01197052001953125, + -0.01287078857421875, + 0.01015472412109375, + 0.034393310546875, + 0.042449951171875, + 0.0142822265625, + 0.060333251953125, + 0.02655029296875, + -0.028961181640625, + 0.0080413818359375, + 0.0008168220520019531, + 0.05108642578125, + 0.0216217041015625, + 0.01488494873046875, + 0.0011186599731445312, + 0.0233306884765625, + 0.00799560546875, + -0.0599365234375, + -0.01010894775390625, + -0.0643310546875, + -0.04345703125, + -0.0023136138916015625, + 0.090087890625, + 0.0177001953125, + -0.0024261474609375, + 0.045654296875, + 0.055511474609375, + 0.037811279296875, + -0.006786346435546875, + -0.0151824951171875, + -0.07281494140625, + 0.005504608154296875, + 0.01528167724609375, + 0.0086517333984375, + -0.061126708984375, + 0.039215087890625, + 0.0496826171875, + -0.0267486572265625, + -0.004573822021484375, + -0.006839752197265625, + 0.00467681884765625, + 0.0257415771484375, + 0.0099029541015625, + 0.005229949951171875, + -0.059539794921875, + 0.019805908203125, + 0.0220184326171875, + 0.027557373046875, + -0.003948211669921875, + -0.0267486572265625, + -0.0045013427734375, + 0.039215087890625, + -0.056304931640625, + -0.0088958740234375, + 0.01407623291015625, + 0.049285888671875, + 0.016998291015625, + -0.05029296875, + -0.0205078125, + 0.032989501953125, + 0.03741455078125, + -0.025543212890625, + 0.03460693359375, + 0.021728515625, + -0.0083465576171875, + 0.0291595458984375, + 0.05389404296875, + -0.00475311279296875, + 0.035797119140625, + -0.007843017578125, + -0.03741455078125, + -0.0026645660400390625, + -0.01337432861328125, + 0.014678955078125, + -0.022430419921875, + -0.05029296875, + -0.0325927734375, + -0.040008544921875, + 0.032989501953125, + 0.0234375, + 0.038604736328125, + 0.02142333984375, + -0.00774383544921875, + -0.020416259765625, + 0.0092010498046875, + 0.0233306884765625, + 0.045257568359375, + 0.01568603515625, + 0.017791748046875, + 0.0237274169921875, + 0.0164947509765625, + 0.0236358642578125, + -0.01100921630859375, + 0.04766845703125, + -0.035400390625, + -0.01558685302734375, + -0.040435791015625, + -0.005504608154296875, + -0.0016031265258789062, + -0.04083251953125, + 0.012420654296875, + -0.028350830078125, + 0.0030536651611328125, + 0.0007228851318359375, + -0.038421630859375, + 0.0009741783142089844, + 0.0325927734375, + -0.0325927734375, + 0.005859375, + 0.0257415771484375, + -0.00623321533203125, + -0.00975799560546875, + -0.042633056640625, + 0.046051025390625, + 0.0186004638671875, + 0.0158843994140625, + -0.0007009506225585938, + 0.0193023681640625, + 0.027557373046875, + -0.0196075439453125, + 0.01508331298828125, + 0.00965118408203125, + -0.0194091796875, + 0.04022216796875, + 0.037200927734375, + 0.0018482208251953125, + -0.050079345703125, + 0.0216217041015625, + -0.00859832763671875, + -0.04022216796875, + 0.037017822265625, + 0.0240325927734375, + 0.041839599609375, + -0.0099029541015625, + -0.013275146484375, + -0.023834228515625, + -0.0736083984375, + 0.0692138671875, + 0.0185089111328125, + 0.0088958740234375, + 0.0307769775390625, + -0.038818359375, + 0.069580078125, + 0.02655029296875, + 0.04022216796875, + -0.07318115234375, + 0.06719970703125, + -0.005306243896484375, + 0.0100555419921875, + -0.01015472412109375, + 0.0164947509765625, + -0.0253448486328125, + 0.037200927734375, + -0.0311737060546875, + 0.040618896484375, + 0.049072265625, + -0.018096923828125, + -0.051300048828125, + -0.0151824951171875, + 0.028350830078125, + 0.004550933837890625, + 0.0226287841796875, + -0.068359375, + 0.01739501953125, + -0.006534576416015625, + 0.021728515625, + 0.047882080078125, + -0.0074920654296875, + 0.023223876953125, + 0.005054473876953125, + -0.014678955078125, + -0.0019483566284179688, + 0.01251983642578125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis", + "network-forensics" + ], + "phases": [], + "tags": [ + "gui", + "command-line", + "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_Strings", + "type": "tool", + "name": "Strings", + "content": "strings das unterschätzte basis-tool extrahiert lesbare ascii- und unicode-strings aus binärdateien - oft der erste hinweis auf malware-funktionalität. findet urls für c2-server, hardcoded-passwords, pfadangaben, error-messages. die sysinternals-version (windows) bietet gui und erweiterte features. gnu-strings (linux) integriert perfekt in pipe-workflows. encoding-options (-e) für unicode-varianten essentiell bei modernen samples. minimum-length (-n) filtert rauschen. offset-anzeige (-o) für spätere hex-editor-analyse. besonders wertvoll: kombination mit grep für pattern-matching, sort/uniq für häufigkeitsanalyse, integration in automatisierte malware-triage. die einfachheit täuscht - erfahrene analysten extrahieren erstaunliche intelligence. perfekt für verschlüsselte/gepackte malware wenn strings im unpacking-stub verbleiben. output oft ausgangspunkt für yara-rules. das 5-minuten-tool das stunden detaillierter analyse spart. command-line 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.01044464111328125, + 0.03948974609375, + 0.046905517578125, + -0.00412750244140625, + 0.0224609375, + 0.01090240478515625, + 0.0054931640625, + -0.0007276535034179688, + 0.003902435302734375, + 0.01155853271484375, + -0.037994384765625, + 0.05517578125, + 0.023956298828125, + 0.0242767333984375, + -0.053192138671875, + 0.038970947265625, + 0.0007948875427246094, + -0.0012903213500976562, + -0.005100250244140625, + 0.018341064453125, + -0.03765869140625, + -0.004192352294921875, + -0.04144287109375, + 0.0012025833129882812, + 0.0008826255798339844, + -0.0016727447509765625, + -0.00540924072265625, + -0.0584716796875, + -0.02362060546875, + 0.00751495361328125, + 0.0251007080078125, + -0.0421142578125, + -0.0147857666015625, + 0.035186767578125, + -0.0095367431640625, + 0.010650634765625, + 0.01073455810546875, + -0.037322998046875, + 0.00408935546875, + 0.036834716796875, + -0.023284912109375, + 0.00904083251953125, + 0.02130126953125, + -0.03253173828125, + -0.004150390625, + -0.035186767578125, + 0.00862884521484375, + -0.01239013671875, + 0.0008258819580078125, + -0.03717041015625, + 0.047576904296875, + 0.037811279296875, + -0.0036334991455078125, + -0.045928955078125, + -0.014862060546875, + 0.057464599609375, + 0.036163330078125, + -0.024932861328125, + -0.040618896484375, + 0.049560546875, + -0.060455322265625, + -0.007556915283203125, + -0.0274200439453125, + -0.0195770263671875, + 0.0124664306640625, + 0.0158538818359375, + 0.00809478759765625, + -0.0088348388671875, + 0.0133819580078125, + -0.00447845458984375, + 0.0172576904296875, + -0.040802001953125, + -0.003116607666015625, + 0.04986572265625, + -0.011810302734375, + -0.04229736328125, + 0.0144500732421875, + 0.02056884765625, + 0.010528564453125, + 0.01189422607421875, + -0.028411865234375, + -0.0237884521484375, + 0.03765869140625, + -0.01708984375, + -0.0003085136413574219, + 0.005451202392578125, + 0.0237884521484375, + 0.004314422607421875, + 0.00974273681640625, + -0.0189056396484375, + -0.0018062591552734375, + -0.00540924072265625, + -0.0005059242248535156, + 0.0039215087890625, + 0.0209808349609375, + 0.052520751953125, + -0.0189971923828125, + -0.01535797119140625, + -0.025604248046875, + 0.045257568359375, + 0.032379150390625, + -0.03436279296875, + 0.051849365234375, + -0.006317138671875, + 0.0528564453125, + -0.038330078125, + 0.03533935546875, + -0.014617919921875, + 0.0009446144104003906, + -0.010284423828125, + -0.09912109375, + -0.03436279296875, + -0.039642333984375, + -0.07830810546875, + -0.00394439697265625, + -0.0017652511596679688, + 0.005947113037109375, + 0.011810302734375, + -0.0538330078125, + -0.0472412109375, + 0.00958251953125, + 0.0196533203125, + -0.01329803466796875, + 0.00421142578125, + -0.06805419921875, + -0.050537109375, + -0.0019817352294921875, + 0.0014657974243164062, + -0.0192413330078125, + -0.0274200439453125, + -0.0203094482421875, + -0.0130462646484375, + -0.0279083251953125, + -0.039306640625, + -0.02105712890625, + -0.032379150390625, + 0.015777587890625, + -0.0037784576416015625, + -0.006481170654296875, + 0.00867462158203125, + 0.047576904296875, + -0.0247802734375, + -0.050537109375, + 0.0173492431640625, + -0.03765869140625, + -0.003200531005859375, + -0.017425537109375, + 0.03668212890625, + -0.024932861328125, + -0.027252197265625, + 0.002529144287109375, + -0.01148223876953125, + 0.0650634765625, + -0.00623321533203125, + -0.0024776458740234375, + -0.0224609375, + -0.017181396484375, + -0.039794921875, + 0.047576904296875, + -0.0198211669921875, + 0.00821685791015625, + -0.0059051513671875, + -0.0196533203125, + 0.04144287109375, + 0.004192352294921875, + -0.0360107421875, + -0.0186614990234375, + 0.0195770263671875, + 0.0161895751953125, + 0.00669097900390625, + 0.028076171875, + -0.0231170654296875, + 0.05682373046875, + 0.0650634765625, + -0.0031585693359375, + 0.004791259765625, + 0.0164337158203125, + -0.0234527587890625, + 0.0355224609375, + 0.031219482421875, + 0.0023326873779296875, + -0.028900146484375, + 0.02642822265625, + -0.007061004638671875, + 0.0274200439453125, + -0.0201568603515625, + -0.033355712890625, + -0.0017957687377929688, + -0.005615234375, + 0.0095367431640625, + -0.0270843505859375, + -0.0045623779296875, + 0.00862884521484375, + 0.049560546875, + 0.003200531005859375, + 0.05914306640625, + 0.01470184326171875, + -0.0014553070068359375, + 0.038818359375, + -0.0252685546875, + 0.0136260986328125, + 0.0226287841796875, + 0.0039215087890625, + 0.050872802734375, + 0.00371551513671875, + 0.026092529296875, + -0.0184173583984375, + 0.044921875, + 0.0482177734375, + -0.036834716796875, + -0.0020542144775390625, + 0.05780029296875, + -0.0016927719116210938, + -0.00001901388168334961, + -0.0287322998046875, + -0.049224853515625, + 0.0173492431640625, + -0.0023632049560546875, + -0.0307159423828125, + -0.0231170654296875, + 0.0010223388671875, + -0.05450439453125, + -0.0030345916748046875, + 0.040313720703125, + -0.0208892822265625, + 0.0369873046875, + 0.050537109375, + -0.0099945068359375, + -0.0251007080078125, + 0.0028705596923828125, + 0.03302001953125, + 0.02410888671875, + 0.0005292892456054688, + -0.0130462646484375, + -0.0294036865234375, + -0.04327392578125, + 0.04046630859375, + 0.0226287841796875, + -0.005573272705078125, + -0.00994873046875, + -0.0341796875, + 0.0274200439453125, + -0.0021991729736328125, + 0.016021728515625, + 0.033203125, + -0.01824951171875, + -0.006977081298828125, + -0.011810302734375, + 0.0287322998046875, + 0.044586181640625, + -0.035675048828125, + -0.0007123947143554688, + -0.033538818359375, + -0.0012340545654296875, + -0.03271484375, + -0.0142059326171875, + -0.009246826171875, + -0.05517578125, + 0.02972412109375, + -0.0020961761474609375, + -0.01073455810546875, + -0.0016622543334960938, + 0.023956298828125, + -0.026092529296875, + 0.049224853515625, + 0.01849365234375, + -0.040130615234375, + 0.031890869140625, + 0.0762939453125, + -0.0222930908203125, + -0.030059814453125, + -0.006443023681640625, + 0.035186767578125, + -0.009002685546875, + 0.01123046875, + -0.0262603759765625, + -0.0290679931640625, + 0.03814697265625, + 0.00797271728515625, + 0.0262603759765625, + -0.0122222900390625, + -0.00652313232421875, + 0.001331329345703125, + 0.0416259765625, + -0.044921875, + 0.01412200927734375, + -0.004108428955078125, + 0.0194091796875, + 0.00701904296875, + -0.0482177734375, + -0.0167694091796875, + 0.03253173828125, + 0.0298919677734375, + 0.01003265380859375, + 0.0313720703125, + -0.0313720703125, + 0.00920867919921875, + 0.0067291259765625, + -0.04425048828125, + 0.0252685546875, + 0.05682373046875, + -0.0270843505859375, + 0.0360107421875, + -0.0159454345703125, + 0.00412750244140625, + -0.033355712890625, + -0.041290283203125, + -0.0341796875, + -0.03948974609375, + -0.0294036865234375, + -0.007472991943359375, + 0.00751495361328125, + -0.025604248046875, + 0.0341796875, + -0.026092529296875, + -0.0160980224609375, + -0.031707763671875, + -0.0231170654296875, + 0.00681304931640625, + -0.0251007080078125, + -0.0411376953125, + -0.03302001953125, + 0.06243896484375, + -0.0270843505859375, + -0.0020122528076171875, + -0.0231170654296875, + -0.01114654541015625, + -0.05352783203125, + 0.019073486328125, + -0.024444580078125, + 0.006565093994140625, + 0.0038604736328125, + 0.061126708984375, + 0.028411865234375, + 0.033538818359375, + 0.038330078125, + 0.0528564453125, + -0.0007791519165039062, + -0.03668212890625, + -0.029571533203125, + -0.0009188652038574219, + 0.004913330078125, + 0.006565093994140625, + -0.01271820068359375, + -0.0030975341796875, + -0.019073486328125, + -0.030059814453125, + 0.032379150390625, + 0.011810302734375, + 0.040802001953125, + 0.013458251953125, + -0.02691650390625, + -0.01470184326171875, + 0.051849365234375, + 0.0237884521484375, + 0.0911865234375, + -0.01800537109375, + -0.0161895751953125, + -0.02642822265625, + 0.03155517578125, + -0.039642333984375, + 0.02972412109375, + 0.0341796875, + 0.0277557373046875, + 0.0092926025390625, + 0.01263427734375, + -0.0098724365234375, + 0.00652313232421875, + 0.00582122802734375, + 0.033203125, + 0.01148223876953125, + 0.0029735565185546875, + 0.00394439697265625, + 0.044586181640625, + 0.03948974609375, + 0.038970947265625, + 0.045257568359375, + -0.007266998291015625, + -0.024932861328125, + -0.0262603759765625, + -0.06903076171875, + -0.006771087646484375, + 0.0080108642578125, + 0.00371551513671875, + 0.041961669921875, + -0.0194091796875, + -0.071044921875, + 0.02105712890625, + -0.04888916015625, + 0.08355712890625, + 0.0673828125, + -0.01123046875, + 0.0265960693359375, + -0.0308837890625, + 0.00833892822265625, + -0.002178192138671875, + -0.0130462646484375, + 0.039154052734375, + 0.0584716796875, + 0.03863525390625, + -0.0029735565185546875, + -0.031890869140625, + 0.0270843505859375, + 0.03533935546875, + 0.0242767333984375, + -0.01271820068359375, + 0.02972412109375, + 0.007720947265625, + 0.0214691162109375, + -0.0482177734375, + 0.0242767333984375, + 0.0308837890625, + 0.01213836669921875, + 0.00441741943359375, + -0.01824951171875, + 0.0016307830810546875, + -0.059783935546875, + 0.01172637939453125, + -0.00751495361328125, + 0.03369140625, + 0.023956298828125, + 0.01239013671875, + -0.04327392578125, + -0.004192352294921875, + 0.051544189453125, + -0.05218505859375, + -0.0004000663757324219, + 0.035003662109375, + -0.0226287841796875, + 0.00809478759765625, + -0.018341064453125, + -0.0677490234375, + 0.0308837890625, + -0.046905517578125, + -0.0355224609375, + 0.0246124267578125, + 0.0259246826171875, + -0.042938232421875, + -0.05218505859375, + -0.0584716796875, + -0.01453399658203125, + -0.0038204193115234375, + -0.036346435546875, + 0.035186767578125, + 0.0006866455078125, + 0.013458251953125, + 0.03155517578125, + 0.047576904296875, + -0.027587890625, + -0.00937652587890625, + 0.05517578125, + -0.018829345703125, + -0.07037353515625, + 0.0189056396484375, + 0.0088348388671875, + 0.0052032470703125, + -0.031219482421875, + -0.05615234375, + -0.006649017333984375, + 0.01824951171875, + 0.0016622543334960938, + -0.01354217529296875, + -0.06903076171875, + -0.04888916015625, + -0.03436279296875, + 0.049224853515625, + 0.007472991943359375, + 0.045257568359375, + 0.021148681640625, + -0.0538330078125, + 0.04229736328125, + -0.0538330078125, + -0.0156097412109375, + -0.00833892822265625, + -0.017913818359375, + -0.028900146484375, + 0.07794189453125, + -0.01528167724609375, + -0.00499725341796875, + -0.00945281982421875, + 0.03271484375, + 0.00458526611328125, + -0.006938934326171875, + -0.040313720703125, + 0.0594482421875, + 0.04327392578125, + -0.04888916015625, + -0.0160980224609375, + -0.02105712890625, + 0.0051422119140625, + 0.0369873046875, + -0.04986572265625, + -0.027587890625, + -0.0144500732421875, + -0.0640869140625, + -0.0677490234375, + -0.027587890625, + -0.037322998046875, + -0.0341796875, + 0.0208892822265625, + 0.036163330078125, + -0.00301361083984375, + 0.039642333984375, + 0.0270843505859375, + -0.01020050048828125, + -0.0008153915405273438, + -0.003406524658203125, + -0.03302001953125, + 0.02642822265625, + -0.054840087890625, + -0.0294036865234375, + -0.0189056396484375, + 0.027587890625, + -0.0214691162109375, + 0.0204010009765625, + -0.021148681640625, + -0.03387451171875, + 0.028900146484375, + -0.0472412109375, + -0.00739288330078125, + 0.006443023681640625, + 0.0024566650390625, + -0.021636962890625, + -0.016845703125, + 0.00962066650390625, + 0.002910614013671875, + -0.0140380859375, + 0.030059814453125, + 0.02081298828125, + -0.02130126953125, + 0.022125244140625, + 0.0045013427734375, + -0.01296234130859375, + 0.0032405853271484375, + 0.01412200927734375, + 0.01271820068359375, + -0.0178375244140625, + 0.039642333984375, + -0.027252197265625, + -0.004108428955078125, + -0.0789794921875, + 0.021148681640625, + -0.00429534912109375, + -0.0023956298828125, + -0.00879669189453125, + -0.03436279296875, + -0.07000732421875, + 0.004852294921875, + 0.0310516357421875, + 0.027252197265625, + -0.0214691162109375, + -0.02081298828125, + -0.0191650390625, + -0.001506805419921875, + -0.047576904296875, + 0.04144287109375, + -0.0200653076171875, + 0.009002685546875, + -0.01470184326171875, + -0.0246124267578125, + 0.044586181640625, + 0.028076171875, + 0.0222930908203125, + 0.0369873046875, + 0.0313720703125, + -0.021148681640625, + 0.01288604736328125, + 0.004749298095703125, + -0.03436279296875, + -0.01148223876953125, + -0.00669097900390625, + 0.007472991943359375, + -0.024932861328125, + -0.021148681640625, + 0.0251007080078125, + 0.020477294921875, + 0.023284912109375, + -0.011810302734375, + -0.00652313232421875, + 0.027587890625, + -0.0136260986328125, + 0.0654296875, + -0.032379150390625, + -0.04425048828125, + -0.024444580078125, + 0.0290679931640625, + 0.052520751953125, + 0.00937652587890625, + 0.005161285400390625, + -0.0355224609375, + 0.02081298828125, + 0.039154052734375, + -0.031219482421875, + -0.0251007080078125, + -0.043609619140625, + -0.000026285648345947266, + 0.0035305023193359375, + 0.048553466796875, + 0.0005340576171875, + 0.07928466796875, + -0.0017137527465820312, + -0.006195068359375, + 0.044921875, + 0.05218505859375, + 0.0201568603515625, + -0.039154052734375, + -0.04888916015625, + -0.0113983154296875, + -0.00086212158203125, + -0.034515380859375, + -0.036346435546875, + 0.017913818359375, + 0.043609619140625, + -0.041290283203125, + -0.0308837890625, + -0.01313018798828125, + 0.02056884765625, + 0.016845703125, + 0.007144927978515625, + -0.026763916015625, + 0.0173492431640625, + -0.0181732177734375, + -0.0360107421875, + -0.019989013671875, + -0.0194854736328125, + 0.0073089599609375, + 0.054840087890625, + 0.0426025390625, + -0.01453399658203125, + 0.0224609375, + -0.00421142578125, + 0.033203125, + -0.008880615234375, + 0.0252685546875, + -0.0167694091796875, + 0.032379150390625, + 0.045928955078125, + 0.0251007080078125, + -0.028411865234375, + -0.0411376953125, + 0.00830078125, + 0.0287322998046875, + 0.045257568359375, + 0.054168701171875, + 0.0023021697998046875, + 0.02362060546875, + -0.01073455810546875, + -0.060455322265625, + 0.0184173583984375, + 0.0027256011962890625, + -0.0142059326171875, + -0.040313720703125, + -0.0257720947265625, + 0.016357421875, + -0.049560546875, + 0.049560546875, + 0.013458251953125, + -0.026763916015625, + -0.0161895751953125, + 0.054168701171875, + 0.0037994384765625, + -0.056488037109375, + 0.02691650390625, + -0.0092926025390625, + 0.0011196136474609375, + -0.026763916015625, + -0.0305633544921875, + 0.034698486328125, + -0.026763916015625, + -0.0660400390625, + -0.0426025390625, + 0.034515380859375, + -0.0024261474609375, + -0.0229644775390625, + 0.00958251953125, + -0.0014352798461914062, + -0.01544189453125, + -0.0287322998046875, + -0.0743408203125, + -0.01189422607421875, + 0.0203094482421875, + -0.04656982421875, + 0.0251007080078125, + -0.01296234130859375, + -0.01528167724609375, + 0.0102386474609375, + -0.00400543212890625, + -0.068359375, + 0.06011962890625, + -0.044921875, + 0.0364990234375, + 0.0242767333984375, + 0.01131439208984375, + 0.009124755859375, + 0.0743408203125, + -0.01824951171875, + -0.0229644775390625, + -0.0287322998046875, + -0.052520751953125, + 0.0187530517578125, + 0.024444580078125, + -0.0073089599609375, + -0.07830810546875, + 0.00982666015625, + 0.0305633544921875, + -0.062744140625, + 0.021148681640625, + 0.0101165771484375, + -0.007720947265625, + -0.044921875, + 0.0124664306640625, + 0.005657196044921875, + -0.0102386474609375, + 0.08721923828125, + 0.024932861328125, + -0.007598876953125, + -0.0037364959716796875, + -0.03863525390625, + 0.0845947265625, + 0.005100250244140625, + 0.0203094482421875, + -0.034515380859375, + 0.0282440185546875, + 0.0224609375, + -0.031219482421875, + 0.028076171875, + -0.06243896484375, + -0.016937255859375, + 0.0251007080078125, + 0.0313720703125, + -0.0046234130859375, + -0.00423431396484375, + -0.0310516357421875, + -0.039306640625, + -0.0011510848999023438, + 0.023284912109375, + 0.0124664306640625, + -0.01007843017578125, + -0.050872802734375, + -0.00429534912109375, + -0.0030975341796875, + -0.041778564453125, + -0.033355712890625, + -0.0308837890625, + 0.033538818359375, + 0.00023353099822998047, + -0.061126708984375, + 0.01849365234375, + 0.0059051513671875, + -0.003116607666015625, + 0.01255035400390625, + 0.040313720703125, + -0.05682373046875, + -0.0082550048828125, + -0.0144500732421875, + 0.0307159423828125, + -0.0010995864868164062, + -0.0012540817260742188, + 0.004108428955078125, + 0.02691650390625, + -0.0037364959716796875, + -0.04559326171875, + 0.03997802734375, + 0.019073486328125, + -0.004375457763671875, + -0.055511474609375, + -0.015777587890625, + -0.01776123046875, + 0.038818359375, + -0.0101165771484375, + 0.018829345703125, + 0.01090240478515625, + -0.007183074951171875, + -0.087890625, + 0.054840087890625, + -0.028900146484375, + 0.01494598388671875, + 0.0108184814453125, + -0.01395416259765625, + -0.08587646484375, + -0.028900146484375, + -0.027252197265625, + 0.01395416259765625, + -0.03204345703125, + 0.036346435546875, + 0.040618896484375, + 0.00958251953125, + 0.0198211669921875, + -0.007678985595703125, + -0.0025501251220703125, + 0.02197265625, + 0.01123046875, + -0.049224853515625, + 0.06640625, + -0.033203125, + 0.01800537109375, + -0.0270843505859375, + 0.0224609375, + -0.00821685791015625, + 0.0224609375, + -0.0426025390625, + -0.0251007080078125, + 0.027252197265625, + 0.046234130859375, + -0.019744873046875, + 0.0073089599609375, + -0.03533935546875, + 0.006977081298828125, + 0.025604248046875, + -0.016510009765625, + 0.018585205078125, + -0.0038394927978515625, + -0.033203125, + -0.021148681640625, + -0.07598876953125, + -0.0584716796875, + 0.0092926025390625, + -0.050872802734375, + -0.00689697265625, + 0.016021728515625, + 0.003551483154296875, + -0.0030975341796875, + -0.034027099609375, + 0.029571533203125, + -0.03765869140625, + -0.045257568359375, + -0.0191650390625, + 0.00681304931640625, + -0.017669677734375, + 0.0158538818359375, + 0.0067291259765625, + -0.00421142578125, + 0.040130615234375, + -0.0105743408203125, + -0.00611114501953125, + -0.0259246826171875, + 0.005222320556640625, + -0.049224853515625, + 0.002498626708984375, + -0.06011962890625, + 0.0014142990112304688, + 0.0108184814453125, + -0.00007033348083496094, + 0.012054443359375, + -0.037506103515625, + 0.036346435546875, + -0.0150299072265625, + -0.0654296875, + 0.0242767333984375, + -0.03765869140625, + -0.03302001953125, + 0.021148681640625, + -0.02691650390625, + 0.0262603759765625, + 0.041290283203125, + 0.03948974609375, + 0.050201416015625, + 0.0341796875, + 0.027252197265625, + -0.040130615234375, + -0.00412750244140625, + -0.014862060546875, + 0.018341064453125, + 0.031219482421875, + 0.0303955078125, + -0.024932861328125, + 0.0191650390625, + 0.004150390625, + -0.07696533203125, + -0.0022602081298828125, + -0.0087127685546875, + -0.028411865234375, + 0.00231170654296875, + 0.056488037109375, + 0.031890869140625, + 0.01552581787109375, + 0.0122222900390625, + 0.0472412109375, + 0.047576904296875, + -0.014617919921875, + -0.028411865234375, + -0.0673828125, + 0.0034885406494140625, + -0.007843017578125, + 0.005615234375, + -0.07269287109375, + 0.0218048095703125, + 0.050537109375, + 0.0074310302734375, + -0.00505828857421875, + -0.00982666015625, + -0.016845703125, + 0.05352783203125, + 0.0119781494140625, + 0.048553466796875, + -0.06573486328125, + 0.0224609375, + 0.0158538818359375, + -0.020721435546875, + -0.01494598388671875, + -0.006153106689453125, + -0.0130462646484375, + 0.041961669921875, + -0.040618896484375, + 0.017425537109375, + 0.0173492431640625, + 0.073974609375, + 0.00879669189453125, + -0.054168701171875, + -0.027587890625, + 0.0198211669921875, + 0.0003380775451660156, + -0.02130126953125, + 0.00681304931640625, + -0.00441741943359375, + -0.0036754608154296875, + 0.005657196044921875, + 0.037506103515625, + 0.014862060546875, + 0.027252197265625, + 0.02130126953125, + -0.05120849609375, + 0.0224609375, + 0.01073455810546875, + 0.0094146728515625, + 0.001857757568359375, + -0.0198974609375, + -0.00974273681640625, + -0.048553466796875, + 0.037994384765625, + -0.0020961761474609375, + 0.0369873046875, + 0.01436614990234375, + 0.0175933837890625, + -0.0341796875, + 0.0277557373046875, + 0.0194854736328125, + 0.03485107421875, + 0.0133819580078125, + 0.0181732177734375, + 0.01263427734375, + 0.0421142578125, + -0.0026836395263671875, + -0.0251007080078125, + 0.0122222900390625, + -0.037506103515625, + 0.020477294921875, + -0.050872802734375, + 0.0060272216796875, + 0.0128021240234375, + -0.054168701171875, + 0.01412200927734375, + -0.039642333984375, + -0.01494598388671875, + -0.005863189697265625, + -0.0482177734375, + -0.0173492431640625, + 0.046234130859375, + -0.038482666015625, + 0.0038814544677734375, + 0.013458251953125, + -0.0018167495727539062, + 0.0028705596923828125, + -0.04986572265625, + 0.0528564453125, + 0.0247802734375, + 0.01552581787109375, + 0.00010126829147338867, + 0.005863189697265625, + 0.0287322998046875, + -0.0242767333984375, + 0.045257568359375, + 0.026763916015625, + 0.000949859619140625, + 0.04559326171875, + 0.031707763671875, + 0.01172637939453125, + -0.038330078125, + 0.0214691162109375, + 0.0285797119140625, + -0.031707763671875, + 0.037322998046875, + 0.0360107421875, + 0.039306640625, + -0.01020050048828125, + -0.039154052734375, + 0.00862884521484375, + -0.0673828125, + 0.07830810546875, + -0.0019102096557617188, + 0.0030765533447265625, + 0.0247802734375, + -0.0206451416015625, + 0.0287322998046875, + 0.016510009765625, + 0.061126708984375, + -0.038330078125, + 0.056488037109375, + -0.0237884521484375, + -0.016937255859375, + 0.003612518310546875, + 0.028411865234375, + -0.0053253173828125, + 0.034515380859375, + -0.01412200927734375, + 0.07135009765625, + 0.01395416259765625, + -0.007266998291015625, + -0.045257568359375, + 0.020233154296875, + 0.0073089599609375, + 0.01412200927734375, + 0.0200653076171875, + -0.0360107421875, + -0.04046630859375, + 0.00937652587890625, + 0.0285797119140625, + 0.054840087890625, + -0.0096588134765625, + 0.01371002197265625, + 0.004024505615234375, + -0.0105743408203125, + 0.0035305023193359375, + -0.019073486328125 + ], + "metadata": { + "domains": [ + "incident-response", + "malware-analysis", + "static-investigations" + ], + "phases": [ + "examination" + ], + "tags": [ + "command-line", + "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_NetworkMiner", + "type": "tool", + "name": "NetworkMiner", + "content": "networkminer der forensische netzwerk-analyzer extrahiert artefakte aus pcap-dateien mit fokus auf inhalts-rekonstruktion statt paket-details. automatische extraktion von dateien (bilder, dokumente, executables) aus http, ftp, tftp und smb-traffic. credentials-harvesting findet passwörter in klartext- protokollen. host-inventar mit os-fingerprinting, offenen ports und services. dns-resolution-timeline zeigt domain-lookups. keyword-search über alle extrahierten inhalte. die professional-version bietet geo-ip-lokalisierung, voip-rekonstruktion und kommandozeilen-scripting. besonders wertvoll: frame-reassembly auch bei packet-loss. export zu csv/xml für weitere analyse. die intuitive gui macht es zugänglich für nicht-netzwerk-spezialisten. limitiert bei verschlüsseltem traffic, glänzt bei klartext-protokollen und malware-c2-analyse. gui file-reconstruction pcap-capture session-reconstruction dns-resolution triage credential-extraction os-fingerprinting keyword-search artifact-extraction cleartext-protocols frame-reassembly incident-response static-investigations malware-analysis network-forensics examination analysis", + "embedding": [ + -0.01593017578125, + 0.01442718505859375, + 0.028106689453125, + 0.01021575927734375, + 0.03973388671875, + 0.01629638671875, + 0.0066070556640625, + -0.00604248046875, + -0.0204315185546875, + -0.030731201171875, + -0.04833984375, + 0.049835205078125, + 0.0194854736328125, + -0.0194854736328125, + -0.0640869140625, + 0.02679443359375, + 0.0016279220581054688, + 0.0010423660278320312, + 0.007587432861328125, + 0.005435943603515625, + -0.01358795166015625, + -0.0185546875, + -0.02398681640625, + 0.002704620361328125, + 0.004192352294921875, + 0.017425537109375, + -0.02239990234375, + -0.068603515625, + -0.0301666259765625, + 0.0205230712890625, + -0.0060882568359375, + -0.02398681640625, + 0.012176513671875, + 0.02923583984375, + 0.00604248046875, + -0.0343017578125, + 0.01715087890625, + -0.040863037109375, + -0.044219970703125, + 0.042724609375, + -0.0169525146484375, + 0.0053863525390625, + 0.00899505615234375, + -0.0164031982421875, + -0.045166015625, + -0.035980224609375, + -0.007495880126953125, + -0.0012178421020507812, + 0.01517486572265625, + -0.0311126708984375, + 0.033721923828125, + 0.009185791015625, + -0.001827239990234375, + -0.00330352783203125, + -0.044219970703125, + 0.0269775390625, + 0.03521728515625, + -0.01593017578125, + -0.036529541015625, + 0.070068359375, + -0.03485107421875, + -0.0249176025390625, + 0.0028228759765625, + -0.02679443359375, + 0.0127410888671875, + 0.0236968994140625, + -0.0177154541015625, + -0.038787841796875, + 0.024169921875, + 0.003021240234375, + 0.01091766357421875, + -0.025115966796875, + -0.017333984375, + 0.041229248046875, + -0.040863037109375, + -0.0455322265625, + 0.005809783935546875, + 0.0245513916015625, + 0.0107269287109375, + 0.0027179718017578125, + -0.06109619140625, + 0.019866943359375, + 0.039337158203125, + -0.007778167724609375, + -0.0221099853515625, + -0.0022487640380859375, + 0.041412353515625, + -0.0141448974609375, + 0.007167816162109375, + 0.0040283203125, + 0.0301666259765625, + 0.0010662078857421875, + 0.017608642578125, + -0.0322265625, + 0.044586181640625, + 0.05322265625, + -0.02679443359375, + 0.00927734375, + 0.01490020751953125, + 0.0236968994140625, + 0.021270751953125, + -0.03955078125, + 0.0738525390625, + 0.0007963180541992188, + 0.0180816650390625, + -0.0294189453125, + 0.01129150390625, + -0.0027294158935546875, + -0.0099334716796875, + -0.0273590087890625, + -0.09033203125, + -0.0284881591796875, + -0.0247344970703125, + -0.06109619140625, + -0.00025773048400878906, + 0.0207061767578125, + -0.022491455078125, + 0.06781005859375, + -0.04833984375, + -0.039337158203125, + 0.0273590087890625, + 0.0020961761474609375, + -0.0125579833984375, + -0.022674560546875, + -0.074951171875, + -0.06561279296875, + -0.0260467529296875, + 0.047027587890625, + -0.038421630859375, + -0.006557464599609375, + -0.007167816162109375, + -0.01593017578125, + 0.0026111602783203125, + -0.0030918121337890625, + 0.0086212158203125, + -0.025299072265625, + 0.0311126708984375, + -0.00627899169921875, + -0.0225830078125, + 0.017608642578125, + 0.057342529296875, + -0.028289794921875, + -0.046661376953125, + 0.0060882568359375, + -0.033172607421875, + -0.01100921630859375, + -0.01049041748046875, + 0.0528564453125, + -0.0218353271484375, + 0.005340576171875, + -0.00693511962890625, + 0.027740478515625, + 0.062225341796875, + -0.0019445419311523438, + 0.0235137939453125, + -0.0693359375, + -0.0231475830078125, + -0.035797119140625, + 0.040283203125, + -0.0258636474609375, + -0.0207977294921875, + -0.00405120849609375, + -0.010589599609375, + 0.0127410888671875, + -0.0114288330078125, + -0.028289794921875, + -0.0423583984375, + 0.01114654541015625, + 0.003208160400390625, + -0.016204833984375, + 0.017242431640625, + 0.01091766357421875, + 0.073486328125, + 0.06781005859375, + 0.022491455078125, + 0.049835205078125, + 0.00010687112808227539, + -0.004825592041015625, + 0.01293182373046875, + 0.0399169921875, + -0.007354736328125, + -0.0059967041015625, + 0.039154052734375, + 0.009185791015625, + 0.0232391357421875, + -0.01715087890625, + -0.0262298583984375, + -0.0205230712890625, + -0.0106353759765625, + 0.0245513916015625, + -0.036529541015625, + -0.0399169921875, + -0.0177154541015625, + 0.0273590087890625, + 0.028289794921875, + 0.081298828125, + 0.019866943359375, + -0.01087188720703125, + 0.04833984375, + -0.0164031982421875, + 0.0024471282958984375, + 0.0181732177734375, + -0.0290374755859375, + 0.016021728515625, + 0.0298004150390625, + 0.01245880126953125, + -0.013214111328125, + 0.040863037109375, + 0.01166534423828125, + -0.02435302734375, + -0.0029163360595703125, + 0.06561279296875, + -0.00913238525390625, + -0.01157379150390625, + -0.0269775390625, + -0.0399169921875, + 0.012176513671875, + -0.0081024169921875, + -0.003864288330078125, + 0.01161956787109375, + -0.002811431884765625, + -0.051727294921875, + 0.006137847900390625, + 0.028106689453125, + -0.01629638671875, + 0.04779052734375, + 0.0262298583984375, + -0.038787841796875, + -0.025299072265625, + 0.0303497314453125, + 0.0262298583984375, + 0.01114654541015625, + 0.0024013519287109375, + 0.0153656005859375, + 0.0020847320556640625, + -0.0156402587890625, + 0.0528564453125, + 0.049468994140625, + 0.0182647705078125, + 0.01166534423828125, + -0.007167816162109375, + 0.0219268798828125, + -0.03204345703125, + 0.04327392578125, + 0.031494140625, + -0.021270751953125, + -0.00042748451232910156, + 0.005645751953125, + 0.02117919921875, + 0.04010009765625, + -0.033721923828125, + 0.01021575927734375, + -0.0697021484375, + -0.026611328125, + -0.0704345703125, + -0.0178985595703125, + -0.0528564453125, + -0.049835205078125, + 0.04010009765625, + -0.0153656005859375, + -0.0318603515625, + 0.0018739700317382812, + -0.00028395652770996094, + 0.018646240234375, + 0.06744384765625, + -0.01311492919921875, + -0.032806396484375, + 0.0029506683349609375, + 0.0753173828125, + 0.002002716064453125, + -0.02435302734375, + -0.01433563232421875, + 0.024169921875, + -0.003162384033203125, + 0.032806396484375, + -0.0207977294921875, + 0.0194854736328125, + 0.053955078125, + 0.0260467529296875, + 0.028289794921875, + -0.008056640625, + 0.0017566680908203125, + -0.00824737548828125, + 0.016204833984375, + -0.05657958984375, + -0.0006499290466308594, + -0.0020618438720703125, + 0.0018968582153320312, + 0.0141448974609375, + -0.0648193359375, + -0.0081024169921875, + 0.0301666259765625, + -0.0022258758544921875, + 0.0182647705078125, + 0.0221099853515625, + -0.052459716796875, + 0.0169525146484375, + -0.023895263671875, + 0.00505828857421875, + 0.025482177734375, + 0.047607421875, + -0.0165863037109375, + 0.026611328125, + 0.003513336181640625, + 0.0032787322998046875, + -0.0299835205078125, + -0.05657958984375, + -0.033172607421875, + -0.00702667236328125, + -0.03521728515625, + -0.035614013671875, + 0.02032470703125, + -0.022674560546875, + 0.014617919921875, + -0.00908660888671875, + 0.0016279220581054688, + -0.0154571533203125, + -0.05584716796875, + -0.000010073184967041016, + -0.007541656494140625, + -0.03521728515625, + -0.0108184814453125, + 0.06744384765625, + 0.015838623046875, + 0.027923583984375, + 0.0098876953125, + 0.016204833984375, + -0.052093505859375, + 0.0423583984375, + -0.003864288330078125, + 0.01180267333984375, + 0.00829315185546875, + 0.03765869140625, + 0.0238037109375, + 0.00965118408203125, + 0.05023193359375, + 0.043487548828125, + 0.01751708984375, + -0.030914306640625, + -0.0099334716796875, + 0.0207061767578125, + -0.00199127197265625, + 0.041595458984375, + 0.0003044605255126953, + -0.0288543701171875, + -0.0218353271484375, + -0.04046630859375, + 0.0081024169921875, + 0.02435302734375, + 0.03485107421875, + 0.01087188720703125, + -0.01100921630859375, + -0.0011301040649414062, + 0.051727294921875, + 0.0080108642578125, + 0.1124267578125, + 0.0037479400634765625, + -0.035430908203125, + 0.01348876953125, + 0.06781005859375, + -0.0030918121337890625, + -0.01377105712890625, + 0.036529541015625, + 0.006885528564453125, + 0.01311492919921875, + 0.02276611328125, + -0.01611328125, + 0.0191192626953125, + 0.00475311279296875, + -0.0298004150390625, + -0.00566864013671875, + -0.023895263671875, + 0.01157379150390625, + 0.0648193359375, + 0.0139617919921875, + 0.0053863525390625, + 0.041778564453125, + -0.0343017578125, + -0.028106689453125, + -0.0584716796875, + -0.07757568359375, + -0.007965087890625, + 0.027923583984375, + -0.0006413459777832031, + 0.043853759765625, + -0.0238037109375, + -0.07830810546875, + 0.00838470458984375, + -0.046661376953125, + 0.0753173828125, + 0.041778564453125, + 0.03466796875, + 0.033905029296875, + -0.0050811767578125, + 0.017608642578125, + 0.03240966796875, + 0.01049041748046875, + 0.018646240234375, + 0.0689697265625, + 0.0284881591796875, + 0.0039825439453125, + -0.00913238525390625, + 0.0140533447265625, + 0.0258636474609375, + 0.01367950439453125, + -0.005130767822265625, + 0.033721923828125, + 0.0003483295440673828, + 0.044403076171875, + -0.038787841796875, + 0.0350341796875, + 0.02117919921875, + -0.0133056640625, + 0.0164947509765625, + -0.0208892822265625, + 0.01995849609375, + -0.036163330078125, + 0.00431060791015625, + 0.0004391670227050781, + 0.017242431640625, + 0.0406494140625, + 0.0178985595703125, + -0.052093505859375, + -0.0350341796875, + 0.040283203125, + -0.047393798828125, + 0.017333984375, + 0.005107879638671875, + -0.01039886474609375, + 0.01451873779296875, + -0.0179901123046875, + -0.024169921875, + 0.0290374755859375, + -0.02642822265625, + -0.0406494140625, + 0.0141448974609375, + 0.0032558441162109375, + -0.044403076171875, + -0.041595458984375, + -0.0193939208984375, + -0.0290374755859375, + -0.0141448974609375, + -0.03167724609375, + 0.016204833984375, + -0.00395965576171875, + 0.01129150390625, + 0.027740478515625, + 0.033538818359375, + 0.0003044605255126953, + -0.0234222412109375, + 0.0374755859375, + -0.01358795166015625, + -0.0367431640625, + 0.046112060546875, + 0.010772705078125, + 0.0127410888671875, + -0.037109375, + -0.02960205078125, + 0.0005474090576171875, + 0.00284576416015625, + 0.0019683837890625, + 0.014801025390625, + -0.021087646484375, + -0.0234222412109375, + -0.046112060546875, + 0.0528564453125, + -0.009979248046875, + 0.027740478515625, + -0.01293182373046875, + -0.040863037109375, + 0.004638671875, + -0.036346435546875, + 0.000179290771484375, + 0.01873779296875, + -0.0066070556640625, + -0.0245513916015625, + 0.07421875, + -0.0023651123046875, + -0.02032470703125, + -0.00960540771484375, + 0.038238525390625, + -0.005901336669921875, + -0.00787353515625, + -0.03167724609375, + 0.040863037109375, + 0.0057373046875, + -0.058074951171875, + -0.007167816162109375, + -0.01837158203125, + -0.007587432861328125, + 0.046661376953125, + -0.043853759765625, + 0.00965118408203125, + -0.01091766357421875, + -0.05621337890625, + -0.0205230712890625, + -0.02154541015625, + -0.01508331298828125, + -0.049102783203125, + 0.0260467529296875, + 0.031280517578125, + 0.0166778564453125, + 0.038604736328125, + 0.0269775390625, + -0.0156402587890625, + 0.0249176025390625, + -0.00833892822265625, + -0.02960205078125, + 0.04833984375, + -0.0535888671875, + -0.0209808349609375, + 0.01190185546875, + 0.0298004150390625, + -0.0218353271484375, + 0.00304412841796875, + 0.01302337646484375, + -0.0262298583984375, + 0.033172607421875, + -0.063720703125, + 0.0026702880859375, + -0.0113372802734375, + -0.03204345703125, + -0.0231475830078125, + -0.004215240478515625, + 0.0374755859375, + 0.041229248046875, + -0.01377105712890625, + -0.01490020751953125, + 0.043487548828125, + -0.038421630859375, + 0.0275421142578125, + 0.0208892822265625, + -0.0003952980041503906, + 0.0052947998046875, + 0.00016546249389648438, + 0.00965118408203125, + 0.0019445419311523438, + 0.037109375, + -0.01110076904296875, + -0.030731201171875, + -0.07086181640625, + 0.01180267333984375, + -0.0245513916015625, + -0.0028228759765625, + -0.0222015380859375, + -0.052459716796875, + -0.030731201171875, + -0.01100921630859375, + 0.044586181640625, + 0.022491455078125, + 0.01311492919921875, + -0.0288543701171875, + -0.0209808349609375, + -0.0006589889526367188, + -0.0301666259765625, + 0.0271759033203125, + -0.00702667236328125, + 0.0260467529296875, + 0.025482177734375, + -0.0236968994140625, + 0.03485107421875, + 0.0245513916015625, + 0.036163330078125, + 0.02923583984375, + 0.004169464111328125, + -0.025482177734375, + -0.0112457275390625, + -0.00475311279296875, + -0.01190185546875, + 0.005435943603515625, + -0.01629638671875, + 0.0206146240234375, + -0.0046844482421875, + 0.003185272216796875, + 0.0025539398193359375, + 0.033538818359375, + 0.0204315185546875, + -0.0009546279907226562, + 0.01087188720703125, + 0.037841796875, + -0.0194854736328125, + 0.06182861328125, + -0.0218353271484375, + -0.0217437744140625, + 0.0133056640625, + -0.013214111328125, + 0.049102783203125, + 0.027923583984375, + -0.017242431640625, + -0.0325927734375, + 0.00885772705078125, + 0.054351806640625, + -0.00632476806640625, + -0.0528564453125, + -0.017242431640625, + 0.0249176025390625, + 0.036346435546875, + 0.047027587890625, + 0.00978851318359375, + 0.0322265625, + 0.01377105712890625, + -0.004428863525390625, + 0.057708740234375, + 0.07421875, + 0.0139617919921875, + -0.0164947509765625, + -0.049102783203125, + -0.006885528564453125, + 0.0010128021240234375, + -0.0165863037109375, + -0.043853759765625, + -0.01007080078125, + 0.059600830078125, + -0.064453125, + -0.0325927734375, + 0.005855560302734375, + 0.02923583984375, + 0.0029392242431640625, + 0.00365447998046875, + -0.030914306640625, + 0.0325927734375, + 0.01021575927734375, + -0.05322265625, + 0.0006794929504394531, + -0.01110076904296875, + 0.0204315185546875, + 0.04833984375, + 0.021636962890625, + -0.0294189453125, + 0.043487548828125, + 0.04217529296875, + 0.049102783203125, + 0.018463134765625, + 0.05657958984375, + 0.031280517578125, + 0.007587432861328125, + 0.035797119140625, + 0.06146240234375, + -0.0249176025390625, + -0.0156402587890625, + 0.0288543701171875, + 0.03411865234375, + 0.04833984375, + 0.049468994140625, + 0.00627899169921875, + -0.0016164779663085938, + 0.0011539459228515625, + -0.0487060546875, + -0.0060882568359375, + 0.0017213821411132812, + -0.00838470458984375, + -0.0233306884765625, + -0.03411865234375, + 0.0301666259765625, + -0.0458984375, + 0.0290374755859375, + 0.007167816162109375, + -0.04217529296875, + -0.0113372802734375, + 0.0423583984375, + -0.0168609619140625, + -0.07232666015625, + 0.032989501953125, + -0.0133056640625, + -0.040283203125, + -0.0208892822265625, + -0.04217529296875, + 0.033538818359375, + -0.017333984375, + -0.053955078125, + -0.0247344970703125, + 0.0299835205078125, + -0.01555633544921875, + -0.03485107421875, + -0.01611328125, + 0.0245513916015625, + -0.028106689453125, + -0.037109375, + -0.054351806640625, + -0.0238037109375, + 0.0207977294921875, + -0.0231475830078125, + -0.00899505615234375, + -0.003841400146484375, + -0.0154571533203125, + 0.0022602081298828125, + 0.00698089599609375, + -0.0286712646484375, + 0.040863037109375, + -0.0455322265625, + 0.055084228515625, + 0.0217437744140625, + 0.001827239990234375, + 0.0194854736328125, + 0.062225341796875, + -0.0052947998046875, + 0.005573272705078125, + -0.0219268798828125, + -0.05133056640625, + -0.0031147003173828125, + 0.0098876953125, + 0.025115966796875, + -0.0584716796875, + 0.0168609619140625, + 0.038970947265625, + -0.07421875, + -0.004428863525390625, + 0.005573272705078125, + -0.016021728515625, + -0.046844482421875, + 0.03204345703125, + 0.005458831787109375, + -0.01236724853515625, + 0.08056640625, + -0.00698089599609375, + -0.01629638671875, + 0.01433563232421875, + -0.059600830078125, + 0.052093505859375, + 0.0053863525390625, + 0.0217437744140625, + -0.038421630859375, + 0.026611328125, + 0.025115966796875, + -0.0322265625, + -0.0016632080078125, + -0.0858154296875, + -0.025115966796875, + 0.0152740478515625, + 0.0207061767578125, + -0.0053863525390625, + 0.00006151199340820312, + -0.039154052734375, + -0.01715087890625, + -0.01555633544921875, + 0.00847625732421875, + -0.00016391277313232422, + 0.01517486572265625, + -0.0458984375, + 0.0033969879150390625, + 0.003162384033203125, + -0.068603515625, + -0.047027587890625, + -0.0189208984375, + 0.01180267333984375, + 0.0066070556640625, + -0.052459716796875, + 0.0262298583984375, + 0.0207061767578125, + 0.0019092559814453125, + 0.0311126708984375, + 0.043670654296875, + -0.047027587890625, + 0.00496673583984375, + -0.0024127960205078125, + 0.040863037109375, + -0.004474639892578125, + 0.01068115234375, + -0.021636962890625, + -0.001094818115234375, + 0.0221099853515625, + -0.03973388671875, + 0.0303497314453125, + 0.038604736328125, + -0.03973388671875, + -0.063720703125, + -0.0245513916015625, + 0.0039825439453125, + 0.0208892822265625, + 0.0021190643310546875, + 0.02679443359375, + -0.021270751953125, + -0.0112457275390625, + -0.097412109375, + 0.049468994140625, + -0.00540924072265625, + 0.018646240234375, + 0.03240966796875, + -0.021636962890625, + -0.07794189453125, + -0.03521728515625, + -0.0221099853515625, + 0.033721923828125, + -0.039154052734375, + 0.05657958984375, + 0.01499176025390625, + 0.01161956787109375, + 0.00279998779296875, + -0.00041866302490234375, + 0.004894256591796875, + 0.049102783203125, + 0.0262298583984375, + -0.05023193359375, + 0.0791015625, + -0.0286712646484375, + 0.0002751350402832031, + -0.02960205078125, + -0.0128326416015625, + -0.0213623046875, + -0.0164031982421875, + -0.0343017578125, + 0.0013408660888671875, + 0.02642822265625, + 0.041229248046875, + -0.023895263671875, + 0.0249176025390625, + 0.0016164779663085938, + 0.0138702392578125, + 0.020050048828125, + -0.0013818740844726562, + 0.0087127685546875, + 0.0140533447265625, + -0.0027179718017578125, + -0.036163330078125, + -0.0592041015625, + -0.07232666015625, + -0.0011129379272460938, + -0.046661376953125, + -0.0011186599731445312, + 0.0133056640625, + 0.0092315673828125, + 0.00665283203125, + -0.0233306884765625, + 0.013214111328125, + -0.01311492919921875, + -0.03729248046875, + -0.0273590087890625, + 0.01129150390625, + -0.002330780029296875, + 0.025482177734375, + 0.006885528564453125, + -0.00969696044921875, + 0.021087646484375, + 0.0094146728515625, + -0.0133056640625, + -0.0235137939453125, + 0.0107269287109375, + -0.0374755859375, + 0.006183624267578125, + -0.07568359375, + -0.02032470703125, + 0.01114654541015625, + 0.04254150390625, + -0.007965087890625, + -0.025665283203125, + 0.047393798828125, + -0.0206146240234375, + -0.06707763671875, + 0.02923583984375, + -0.0168609619140625, + -0.04779052734375, + 0.0275421142578125, + -0.0247344970703125, + -0.0009369850158691406, + 0.0192108154296875, + 0.0479736328125, + 0.05322265625, + 0.0288543701171875, + 0.0269775390625, + -0.0247344970703125, + -0.0207977294921875, + -0.02154541015625, + 0.0301666259765625, + 0.0181732177734375, + 0.02679443359375, + -0.00540924072265625, + 0.030914306640625, + -0.0157470703125, + -0.0791015625, + -0.0311126708984375, + -0.0180816650390625, + -0.051727294921875, + 0.0004887580871582031, + 0.06707763671875, + 0.05023193359375, + -0.0138702392578125, + 0.0209808349609375, + 0.025482177734375, + 0.0258636474609375, + 0.00637054443359375, + -0.019775390625, + -0.059600830078125, + -0.0095062255859375, + 0.036529541015625, + 0.0218353271484375, + -0.064453125, + 0.039154052734375, + 0.06109619140625, + -0.0107269287109375, + -0.02117919921875, + 0.0008492469787597656, + 0.0004069805145263672, + 0.03521728515625, + 0.0193023681640625, + 0.02679443359375, + -0.054718017578125, + 0.0085296630859375, + 0.011474609375, + -0.0026702880859375, + -0.01044464111328125, + -0.007122039794921875, + -0.0374755859375, + 0.03411865234375, + -0.060333251953125, + -0.0027866363525390625, + 0.0156402587890625, + 0.051727294921875, + 0.0311126708984375, + -0.03973388671875, + -0.0225830078125, + 0.0311126708984375, + 0.0177154541015625, + -0.030548095703125, + 0.0192108154296875, + -0.0009427070617675781, + -0.0262298583984375, + 0.043853759765625, + 0.036529541015625, + 0.009185791015625, + 0.036163330078125, + 0.0286712646484375, + -0.062225341796875, + 0.01629638671875, + -0.0079193115234375, + 0.015838623046875, + 0.00824737548828125, + -0.030914306640625, + -0.01087188720703125, + -0.051727294921875, + 0.0487060546875, + 0.0294189453125, + 0.027740478515625, + 0.0140533447265625, + -0.00885772705078125, + 0.017425537109375, + 0.00440216064453125, + 0.01348876953125, + 0.025115966796875, + 0.035614013671875, + 0.01236724853515625, + 0.023895263671875, + 0.01190185546875, + -0.00763702392578125, + -0.0288543701171875, + 0.0182647705078125, + -0.02960205078125, + -0.00284576416015625, + -0.040863037109375, + -0.0154571533203125, + 0.0005884170532226562, + -0.005901336669921875, + -0.04327392578125, + -0.049835205078125, + -0.003021240234375, + -0.013214111328125, + -0.0447998046875, + 0.0015344619750976562, + 0.049835205078125, + -0.04217529296875, + 0.018646240234375, + 0.03521728515625, + -0.0004010200500488281, + 0.036346435546875, + -0.06597900390625, + 0.07830810546875, + 0.00927734375, + 0.020233154296875, + -0.0168609619140625, + 0.00400543212890625, + 0.01180267333984375, + -0.00461578369140625, + 0.0012769699096679688, + 0.0322265625, + -0.03448486328125, + 0.038421630859375, + 0.042724609375, + 0.003864288330078125, + -0.0232391357421875, + 0.011474609375, + -0.0019207000732421875, + -0.040283203125, + 0.032989501953125, + -0.0036067962646484375, + 0.0125579833984375, + -0.0247344970703125, + -0.0060882568359375, + -0.0006732940673828125, + -0.046295166015625, + 0.052459716796875, + 0.038238525390625, + -0.0138702392578125, + 0.01030731201171875, + -0.0738525390625, + 0.0367431640625, + 0.00061798095703125, + 0.058074951171875, + -0.043853759765625, + 0.0286712646484375, + -0.0303497314453125, + 0.01433563232421875, + -0.0154571533203125, + 0.0019550323486328125, + 0.0026111602783203125, + 0.0165863037109375, + -0.01026153564453125, + 0.06256103515625, + 0.01302337646484375, + 0.0029048919677734375, + -0.06671142578125, + -0.005527496337890625, + 0.0016279220581054688, + 0.015838623046875, + 0.0207061767578125, + -0.036346435546875, + -0.025665283203125, + 0.025482177734375, + 0.030731201171875, + 0.0753173828125, + -0.01030731201171875, + 0.0367431640625, + 0.011474609375, + -0.0003514289855957031, + -0.0100250244140625, + -0.0178985595703125 + ], + "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" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Kibana", + "type": "tool", + "name": "Kibana", + "content": "kibana das visualisierungs-frontend des elastic-stacks verwandelt rohe forensik-daten in aussagekräftige dashboards und echtzeit-analysen. drag-and-drop-interface erstellt komplexe queries ohne programmierkenntnisse. besonders wertvoll für incident-response: timeline-visualisierungen korrelieren events über verschiedene systeme, geo-maps zeigen angriffs-ursprünge, heat-maps identifizieren aktivitätsmuster. die discover-funktion ermöglicht explorative datenanalyse mit drill-down-capabilities. canvas erstellt infografiken für management-reports. machine-learning-integration erkennt anomalien automatisch. alerting-framework triggert bei verdächtigen mustern. dashboard-sharing für soc-teams. der dev-tools-bereich bietet direkten elasticsearch-zugriff für power-user. spaces isolieren verschiedene ermittlungen. die integration mit wazuh, suricata und anderen siem-komponenten macht es zum standard-dashboard moderner security-operations. kostenlos bis zu basic-features, x-pack-lizenzierung für enterprise-funktionen. dashboards analytics incident-response analysis reporting", + "embedding": [ + -0.0298309326171875, + 0.033782958984375, + 0.05853271484375, + 0.01198577880859375, + 0.01849365234375, + 0.005615234375, + 0.01641845703125, + 0.0117034912109375, + -0.02227783203125, + -0.01491546630859375, + -0.022369384765625, + 0.051727294921875, + 0.01198577880859375, + -0.01132965087890625, + -0.0528564453125, + 0.03228759765625, + -0.006938934326171875, + 0.00485992431640625, + 0.0004069805145263672, + -0.0220794677734375, + 0.0001437664031982422, + 0.006793975830078125, + -0.060394287109375, + -0.0041046142578125, + 0.0241546630859375, + 0.018218994140625, + -0.0190582275390625, + -0.052093505859375, + -0.01203155517578125, + 0.02850341796875, + 0.01245880126953125, + -0.0279388427734375, + 0.01151275634765625, + 0.0328369140625, + -0.02642822265625, + -0.01312255859375, + 0.023406982421875, + -0.069091796875, + -0.0249176025390625, + 0.0369873046875, + -0.032470703125, + 0.01953125, + 0.002689361572265625, + -0.0268096923828125, + -0.0245361328125, + -0.050201416015625, + 0.01557159423828125, + -0.034912109375, + 0.00839996337890625, + -0.0279388427734375, + 0.0191650390625, + 0.01042938232421875, + 0.00839996337890625, + 0.00783538818359375, + -0.04058837890625, + 0.03302001953125, + 0.033966064453125, + -0.0241546630859375, + -0.052490234375, + 0.035858154296875, + -0.007785797119140625, + -0.00637054443359375, + 0.0030918121337890625, + -0.004505157470703125, + 0.0191650390625, + 0.029632568359375, + 0.0027256011962890625, + -0.019256591796875, + -0.0040130615234375, + 0.009674072265625, + 0.043212890625, + 0.006015777587890625, + -0.039825439453125, + 0.0247344970703125, + -0.033782958984375, + -0.021148681640625, + 0.0226593017578125, + 0.03076171875, + 0.003658294677734375, + -0.01340484619140625, + -0.044158935546875, + 0.01500701904296875, + 0.033966064453125, + -0.00952911376953125, + -0.03851318359375, + -0.00213623046875, + 0.00382232666015625, + 0.01207733154296875, + 0.0086822509765625, + -0.02020263671875, + 0.0127410888671875, + -0.0010385513305664062, + 0.0309600830078125, + -0.02642822265625, + 0.0411376953125, + 0.072509765625, + -0.04022216796875, + -0.0251007080078125, + -0.003986358642578125, + 0.033599853515625, + 0.0048828125, + -0.039459228515625, + 0.047760009765625, + -0.00179290771484375, + 0.0728759765625, + -0.03472900390625, + -0.009765625, + -0.029632568359375, + 0.0010318756103515625, + -0.0233154296875, + -0.0849609375, + -0.0258636474609375, + -0.0175628662109375, + -0.047393798828125, + -0.00688934326171875, + 0.006465911865234375, + -0.0258636474609375, + 0.044158935546875, + -0.031707763671875, + -0.041534423828125, + 0.02850341796875, + 0.007503509521484375, + 0.0081634521484375, + 0.01953125, + -0.032470703125, + -0.0386962890625, + 0.0035152435302734375, + 0.01155853271484375, + -0.03851318359375, + -0.0236968994140625, + -0.00930023193359375, + -0.022369384765625, + -0.00887298583984375, + -0.041900634765625, + -0.002655029296875, + -0.01444244384765625, + 0.03887939453125, + -0.001781463623046875, + -0.00844573974609375, + 0.01557159423828125, + 0.02642822265625, + -0.032470703125, + -0.051727294921875, + -0.0117034912109375, + -0.0219879150390625, + -0.0262451171875, + -0.027557373046875, + 0.034912109375, + -0.041351318359375, + 0.0177459716796875, + -0.00011795759201049805, + 0.0106658935546875, + 0.0428466796875, + -0.002288818359375, + -0.001079559326171875, + -0.0237884521484375, + -0.0180206298828125, + 0.0011091232299804688, + 0.0251007080078125, + -0.0012149810791015625, + 0.01416015625, + 0.03662109375, + 0.006561279296875, + 0.0100555419921875, + -0.003704071044921875, + -0.0190582275390625, + -0.04473876953125, + 0.03265380859375, + 0.0036106109619140625, + -0.0238800048828125, + 0.01491546630859375, + -0.01099395751953125, + 0.043792724609375, + 0.07666015625, + -0.00788116455078125, + 0.0111846923828125, + -0.00637054443359375, + -0.0159454345703125, + 0.0286865234375, + 0.050201416015625, + 0.01302337646484375, + -0.0147247314453125, + 0.04229736328125, + -0.01491546630859375, + 0.03076171875, + -0.0022525787353515625, + -0.025482177734375, + -0.002063751220703125, + -0.03662109375, + 0.0190582275390625, + -0.053619384765625, + -0.031524658203125, + -0.01708984375, + 0.033599853515625, + 0.004505157470703125, + 0.049835205078125, + 0.01226806640625, + -0.0230255126953125, + 0.01444244384765625, + 0.005710601806640625, + 0.006511688232421875, + 0.0208587646484375, + 0.0034694671630859375, + 0.02642822265625, + 0.004955291748046875, + 0.021514892578125, + -0.01509857177734375, + 0.046234130859375, + 0.0177459716796875, + -0.025299072265625, + -0.003681182861328125, + 0.065673828125, + -0.00032138824462890625, + -0.03076171875, + -0.029449462890625, + -0.0188751220703125, + 0.041534423828125, + -0.02435302734375, + 0.01557159423828125, + -0.004436492919921875, + -0.02642822265625, + -0.055511474609375, + -0.006984710693359375, + 0.036041259765625, + -0.0428466796875, + 0.033966064453125, + 0.0190582275390625, + 0.0177459716796875, + -0.0175628662109375, + 0.035675048828125, + 0.04437255859375, + 0.032470703125, + -0.0199127197265625, + -0.0005693435668945312, + 0.004436492919921875, + -0.01155853271484375, + 0.02227783203125, + 0.052093505859375, + 0.01444244384765625, + 0.00981903076171875, + -0.01387786865234375, + 0.037200927734375, + -0.00872802734375, + 0.021514892578125, + 0.031524658203125, + -0.035858154296875, + 0.0085906982421875, + 0.00849151611328125, + 0.0268096923828125, + 0.050201416015625, + -0.055877685546875, + 0.021514892578125, + -0.048126220703125, + 0.0011034011840820312, + -0.06756591796875, + -0.0487060546875, + -0.040008544921875, + -0.05853271484375, + 0.04248046875, + -0.022369384765625, + -0.019439697265625, + 0.0245361328125, + 0.004909515380859375, + 0.01641845703125, + 0.0300140380859375, + -0.0008139610290527344, + -0.0390625, + 0.00035691261291503906, + 0.09661865234375, + 0.0060882568359375, + -0.0111846923828125, + 0.01047515869140625, + 0.0301971435546875, + 0.026611328125, + 0.0218048095703125, + -0.01500701904296875, + 0.0005192756652832031, + 0.0147247314453125, + 0.034912109375, + 0.014251708984375, + 0.004482269287109375, + 0.0111846923828125, + 0.0004069805145263672, + 0.052093505859375, + -0.04229736328125, + -0.003963470458984375, + -0.00986480712890625, + 0.006793975830078125, + -0.00531005859375, + -0.047760009765625, + -0.0133056640625, + 0.04302978515625, + 0.046051025390625, + 0.010284423828125, + 0.006229400634765625, + -0.01641845703125, + 0.012176513671875, + 0.0013866424560546875, + 0.005828857421875, + 0.047943115234375, + 0.038330078125, + -0.039825439453125, + -0.0081634521484375, + 0.007221221923828125, + 0.0268096923828125, + -0.035675048828125, + -0.033233642578125, + -0.021514892578125, + -0.0241546630859375, + -0.050201416015625, + -0.013214111328125, + 0.01090240478515625, + -0.033966064453125, + 0.025482177734375, + -0.037933349609375, + 0.0085906982421875, + -0.0237884521484375, + -0.044921875, + 0.0251007080078125, + -0.004222869873046875, + -0.06304931640625, + -0.0288848876953125, + 0.05322265625, + 0.01349639892578125, + 0.0159454345703125, + -0.01812744140625, + -0.013214111328125, + -0.041534423828125, + 0.005664825439453125, + -0.02056884765625, + 0.0487060546875, + -0.009246826171875, + 0.03228759765625, + 0.0197296142578125, + 0.0341796875, + 0.006702423095703125, + 0.065673828125, + 0.0258636474609375, + -0.00788116455078125, + -0.00811767578125, + 0.004955291748046875, + 0.014251708984375, + 0.035675048828125, + -0.006702423095703125, + -0.01047515869140625, + -0.0006194114685058594, + -0.0328369140625, + 0.02850341796875, + 0.0236968994140625, + 0.018310546875, + 0.019256591796875, + -0.033233642578125, + 0.0281219482421875, + 0.049072265625, + 0.007503509521484375, + 0.0887451171875, + -0.00958251953125, + -0.044158935546875, + 0.0019817352294921875, + 0.00783538818359375, + -0.0241546630859375, + 0.0208587646484375, + 0.03302001953125, + -0.005992889404296875, + 0.0189666748046875, + 0.039276123046875, + -0.0147247314453125, + 0.03887939453125, + -0.006038665771484375, + 0.0007314682006835938, + -0.00797271728515625, + -0.004909515380859375, + 0.0197296142578125, + 0.0262451171875, + 0.0209503173828125, + 0.004791259765625, + 0.047393798828125, + -0.0186920166015625, + -0.00958251953125, + -0.078125, + -0.05133056640625, + 0.02349853515625, + -0.01812744140625, + 0.00688934326171875, + 0.03662109375, + -0.057373046875, + -0.07476806640625, + 0.0092010498046875, + -0.0208587646484375, + 0.069091796875, + 0.029449462890625, + 0.0404052734375, + 0.0290679931640625, + -0.03265380859375, + -0.00637054443359375, + 0.035491943359375, + 0.0127410888671875, + 0.03076171875, + 0.06494140625, + 0.03302001953125, + 0.033966064453125, + -0.01812744140625, + 0.0013742446899414062, + 0.007740020751953125, + 0.0198211669921875, + -0.00797271728515625, + 0.0245361328125, + -0.006038665771484375, + 0.0199127197265625, + -0.02056884765625, + 0.07061767578125, + 0.059661865234375, + -0.03851318359375, + 0.0290679931640625, + -0.0005574226379394531, + 0.0037994384765625, + -0.06683349609375, + -0.014251708984375, + -0.01293182373046875, + 0.0169830322265625, + 0.01519775390625, + 0.0168914794921875, + -0.03887939453125, + 0.02227783203125, + 0.044158935546875, + -0.06982421875, + 0.04095458984375, + 0.0190582275390625, + -0.03057861328125, + 0.0219879150390625, + -0.031524658203125, + -0.02850341796875, + 0.0156707763671875, + -0.0286865234375, + -0.033599853515625, + 0.003986358642578125, + 0.0303955078125, + -0.041351318359375, + -0.0311431884765625, + -0.00930023193359375, + -0.0188751220703125, + -0.004764556884765625, + -0.01953125, + 0.01312255859375, + -0.0085906982421875, + -0.0218963623046875, + 0.03228759765625, + 0.0191650390625, + 0.0015926361083984375, + -0.0229339599609375, + 0.049835205078125, + -0.0177459716796875, + -0.05889892578125, + 0.0048370361328125, + -0.00457763671875, + 0.01151275634765625, + -0.0158538818359375, + -0.015289306640625, + -0.01312255859375, + 0.0300140380859375, + 0.018218994140625, + -0.0016164779663085938, + -0.057769775390625, + -0.0404052734375, + -0.06378173828125, + 0.04095458984375, + 0.0168914794921875, + 0.03057861328125, + 0.0055694580078125, + -0.0428466796875, + 0.00412750244140625, + -0.04681396484375, + -0.01953125, + -0.01302337646484375, + -0.00533294677734375, + 0.0006103515625, + 0.06683349609375, + -0.006183624267578125, + 0.0076446533203125, + -0.01302337646484375, + 0.069091796875, + 0.0030078887939453125, + -0.0007519721984863281, + -0.046630859375, + 0.0345458984375, + 0.035858154296875, + -0.040771484375, + -0.0216064453125, + -0.00891876220703125, + -0.0009083747863769531, + 0.05133056640625, + -0.0777587890625, + -0.0298309326171875, + 0.0168914794921875, + -0.05474853515625, + -0.021148681640625, + -0.040008544921875, + -0.0167083740234375, + -0.037567138671875, + 0.03436279296875, + 0.047576904296875, + -0.0020999908447265625, + 0.03265380859375, + -0.00153350830078125, + -0.0008907318115234375, + 0.0226593017578125, + 0.0116119384765625, + -0.0218048095703125, + 0.00872802734375, + -0.03302001953125, + -0.0245361328125, + -0.0216064453125, + 0.029266357421875, + 0.004650115966796875, + 0.005001068115234375, + 0.0002491474151611328, + -0.0300140380859375, + 0.05474853515625, + -0.0231170654296875, + -0.004459381103515625, + -0.005828857421875, + -0.008209228515625, + -0.0260467529296875, + -0.025299072265625, + 0.0016632080078125, + 0.0178375244140625, + 0.00101470947265625, + 0.016510009765625, + 0.025482177734375, + -0.03851318359375, + 0.00981903076171875, + 0.0147247314453125, + 0.01387786865234375, + 0.019256591796875, + -0.0176544189453125, + -0.005756378173828125, + -0.040771484375, + 0.021148681640625, + -0.023406982421875, + -0.043426513671875, + -0.07928466796875, + 0.0147247314453125, + -0.0027484893798828125, + -0.0177459716796875, + -0.0258636474609375, + -0.040771484375, + -0.064208984375, + -0.03302001953125, + 0.0269927978515625, + 0.0012445449829101562, + 0.0206756591796875, + -0.04229736328125, + -0.035491943359375, + -0.009246826171875, + -0.03228759765625, + 0.038116455078125, + -0.00896453857421875, + 0.017181396484375, + -0.00896453857421875, + -0.04510498046875, + 0.034912109375, + 0.0085906982421875, + 0.027374267578125, + 0.035675048828125, + 0.0158538818359375, + -0.0362548828125, + 0.023590087890625, + -0.040771484375, + 0.005191802978515625, + 0.027374267578125, + -0.035675048828125, + 0.0230255126953125, + -0.039642333984375, + 0.006748199462890625, + -0.0082550048828125, + 0.0258636474609375, + 0.0167083740234375, + 0.01226806640625, + -0.032470703125, + 0.0179290771484375, + 0.01312255859375, + 0.06494140625, + -0.00872802734375, + -0.047576904296875, + -0.00811767578125, + -0.00783538818359375, + 0.04095458984375, + 0.046051025390625, + 0.0007138252258300781, + -0.003208160400390625, + 0.010101318359375, + 0.023406982421875, + -0.02642822265625, + -0.033599853515625, + -0.03076171875, + 0.00995635986328125, + 0.050201416015625, + 0.049835205078125, + 0.00200653076171875, + 0.07135009765625, + 0.00027871131896972656, + 0.02056884765625, + 0.01312255859375, + 0.05511474609375, + 0.01519775390625, + -0.0281219482421875, + -0.05096435546875, + -0.00878143310546875, + 0.023406982421875, + -0.04266357421875, + -0.043426513671875, + -0.001911163330078125, + 0.06341552734375, + -0.052093505859375, + -0.03076171875, + -0.0227508544921875, + -0.01094818115234375, + -0.006229400634765625, + 0.0157623291015625, + -0.006748199462890625, + 0.01812744140625, + 0.0010976791381835938, + -0.0167999267578125, + -0.002017974853515625, + -0.0236968994140625, + -0.01605224609375, + 0.05322265625, + 0.023223876953125, + -0.006465911865234375, + 0.01519775390625, + 0.0116119384765625, + 0.0176544189453125, + 0.01349639892578125, + 0.040771484375, + 0.0137786865234375, + 0.0249176025390625, + 0.0033969879150390625, + 0.07025146484375, + -0.037933349609375, + -0.01509857177734375, + 0.021240234375, + 0.02142333984375, + 0.0386962890625, + 0.0288848876953125, + -0.015380859375, + 0.00930023193359375, + 0.008544921875, + -0.035125732421875, + -0.0035858154296875, + 0.0200042724609375, + 0.0021228790283203125, + -0.0269927978515625, + -0.07135009765625, + 0.029449462890625, + -0.027557373046875, + 0.043212890625, + -0.01123046875, + -0.0097198486328125, + 0.0066070556640625, + 0.0300140380859375, + -0.02056884765625, + -0.0615234375, + 0.0158538818359375, + -0.004718780517578125, + -0.033416748046875, + -0.015289306640625, + -0.02227783203125, + 0.036041259765625, + -0.0003287792205810547, + -0.0653076171875, + 0.004459381103515625, + 0.04022216796875, + -0.0281219482421875, + -0.0283203125, + -0.0277557373046875, + 0.00952911376953125, + -0.03472900390625, + -0.0168914794921875, + -0.047943115234375, + -0.03302001953125, + -0.0034694671630859375, + -0.0048828125, + 0.004199981689453125, + 0.002429962158203125, + -0.035125732421875, + -0.0309600830078125, + -0.0247344970703125, + -0.01812744140625, + 0.023223876953125, + -0.04473876953125, + 0.022369384765625, + 0.0156707763671875, + 0.014251708984375, + 0.0031147003173828125, + 0.06494140625, + 0.01605224609375, + 0.0262451171875, + -0.0328369140625, + -0.0341796875, + 0.03302001953125, + -0.018218994140625, + 0.0022296905517578125, + -0.07476806640625, + 0.0019588470458984375, + 0.0311431884765625, + -0.09100341796875, + 0.02850341796875, + 0.0117950439453125, + -0.0251007080078125, + -0.06494140625, + -0.005828857421875, + 0.005779266357421875, + 0.004764556884765625, + 0.077392578125, + 0.001079559326171875, + -0.00637054443359375, + 0.00995635986328125, + -0.0228424072265625, + 0.0653076171875, + 0.007549285888671875, + 0.004695892333984375, + -0.039825439453125, + 0.0127410888671875, + -0.0034923553466796875, + -0.03662109375, + 0.01491546630859375, + -0.06793212890625, + 0.0014219284057617188, + 0.0208587646484375, + 0.0178375244140625, + 0.005451202392578125, + 0.0247344970703125, + -0.062286376953125, + -0.016326904296875, + -0.03057861328125, + 0.031707763671875, + 0.012176513671875, + 0.0148162841796875, + -0.052093505859375, + -0.00792694091796875, + -0.0271759033203125, + -0.048309326171875, + -0.034912109375, + -0.03302001953125, + 0.0157623291015625, + 0.01207733154296875, + -0.07965087890625, + 0.0247344970703125, + -0.007221221923828125, + 0.0321044921875, + 0.01509857177734375, + 0.05059814453125, + -0.056243896484375, + 0.00460052490234375, + 0.01548004150390625, + 0.0224609375, + -0.01396942138671875, + 0.003963470458984375, + -0.0027484893798828125, + 0.03265380859375, + 0.002773284912109375, + -0.04248046875, + 0.052490234375, + 0.033782958984375, + -0.037750244140625, + -0.053985595703125, + -0.031341552734375, + -0.033782958984375, + 0.073974609375, + -0.0167083740234375, + 0.0311431884765625, + -0.01444244384765625, + 0.002559661865234375, + -0.07928466796875, + 0.033416748046875, + -0.029266357421875, + 0.046051025390625, + 0.019256591796875, + -0.0226593017578125, + -0.0528564453125, + -0.03076171875, + -0.00330352783203125, + 0.0428466796875, + -0.056243896484375, + 0.0281219482421875, + -0.00011652708053588867, + -0.005519866943359375, + 0.00412750244140625, + -0.01132965087890625, + 0.0226593017578125, + 0.037933349609375, + 0.0020771026611328125, + -0.0487060546875, + 0.043609619140625, + -0.0341796875, + 0.01245880126953125, + -0.0038700103759765625, + 0.0028553009033203125, + -0.005970001220703125, + -0.0236968994140625, + -0.01605224609375, + -0.0004513263702392578, + 0.0105743408203125, + 0.035675048828125, + -0.031890869140625, + 0.004058837890625, + -0.007080078125, + 0.0217132568359375, + 0.002689361572265625, + -0.0006251335144042969, + 0.00896453857421875, + 0.0002772808074951172, + -0.04022216796875, + -0.037384033203125, + -0.0687255859375, + -0.073974609375, + -0.021240234375, + -0.0528564453125, + -0.01416015625, + 0.0014390945434570312, + 0.018402099609375, + 0.0207672119140625, + -0.02850341796875, + 0.05322265625, + -0.0178375244140625, + 0.0260467529296875, + -0.0404052734375, + 0.001651763916015625, + -0.01396942138671875, + 0.060791015625, + -0.004245758056640625, + -0.01548004150390625, + 0.025482177734375, + -0.0260467529296875, + 0.003208160400390625, + -0.0187835693359375, + -0.0003361701965332031, + -0.037567138671875, + 0.01934814453125, + -0.07476806640625, + 0.009765625, + 0.00632476806640625, + 0.05059814453125, + -0.0218048095703125, + -0.0277557373046875, + 0.04022216796875, + -0.01708984375, + -0.038330078125, + -0.0029621124267578125, + -0.00533294677734375, + -0.0107574462890625, + -0.0288848876953125, + 0.00896453857421875, + 0.005947113037109375, + 0.005451202392578125, + 0.008544921875, + 0.041900634765625, + 0.053985595703125, + 0.0210418701171875, + -0.043212890625, + -0.0290679931640625, + -0.005401611328125, + 0.0096282958984375, + 0.0166168212890625, + 0.0247344970703125, + -0.0258636474609375, + 0.00887298583984375, + -0.015289306640625, + -0.08984375, + -0.0190582275390625, + -0.040771484375, + -0.050201416015625, + -0.0042724609375, + 0.0777587890625, + 0.0268096923828125, + -0.0249176025390625, + 0.022369384765625, + 0.0286865234375, + 0.04022216796875, + 0.01548004150390625, + -0.007171630859375, + -0.0653076171875, + 0.01849365234375, + 0.053985595703125, + 0.037567138671875, + -0.04510498046875, + 0.056640625, + 0.07928466796875, + -0.0217132568359375, + -0.033416748046875, + -0.003658294677734375, + -0.02435302734375, + 0.044158935546875, + 0.0180206298828125, + 0.035125732421875, + -0.060028076171875, + 0.0007462501525878906, + 0.01491546630859375, + 0.006938934326171875, + -0.00872802734375, + -0.01641845703125, + -0.00930023193359375, + 0.035858154296875, + -0.06378173828125, + -0.027557373046875, + 0.00507354736328125, + 0.07891845703125, + 0.018310546875, + -0.03076171875, + -0.0035400390625, + 0.0445556640625, + 0.044921875, + -0.004909515380859375, + 0.009674072265625, + 0.00844573974609375, + 0.004245758056640625, + 0.039459228515625, + 0.052490234375, + 0.018218994140625, + 0.0687255859375, + 0.01349639892578125, + -0.043609619140625, + 0.0228424072265625, + 0.004364013671875, + -0.0133056640625, + 0.007598876953125, + -0.049468994140625, + -0.01387786865234375, + -0.037933349609375, + 0.035308837890625, + 0.0147247314453125, + 0.031890869140625, + 0.050201416015625, + -0.0015687942504882812, + -0.00047779083251953125, + 0.01557159423828125, + 0.032470703125, + 0.06378173828125, + 0.0251007080078125, + 0.0258636474609375, + 0.01453399658203125, + 0.005428314208984375, + -0.0066070556640625, + -0.01236724853515625, + 0.0303955078125, + -0.0369873046875, + -0.00872802734375, + -0.04510498046875, + -0.01387786865234375, + -0.00991058349609375, + -0.027374267578125, + -0.00943756103515625, + -0.0175628662109375, + 0.00481414794921875, + -0.03265380859375, + -0.0570068359375, + -0.008544921875, + 0.02642822265625, + -0.035491943359375, + 0.0091552734375, + 0.0321044921875, + -0.0048370361328125, + 0.0186004638671875, + -0.059661865234375, + 0.051727294921875, + 0.017364501953125, + 0.027374267578125, + -0.00948333740234375, + -0.0007963180541992188, + 0.0362548828125, + 0.01387786865234375, + -0.00830841064453125, + 0.016510009765625, + -0.03265380859375, + 0.039825439453125, + 0.04473876953125, + 0.00872802734375, + -0.0390625, + 0.0240631103515625, + 0.035675048828125, + -0.060394287109375, + 0.06341552734375, + -0.0101470947265625, + 0.03436279296875, + 0.0224609375, + 0.0159454345703125, + -0.04644775390625, + -0.062286376953125, + 0.05474853515625, + 0.0136871337890625, + 0.0038928985595703125, + 0.01708984375, + -0.056243896484375, + 0.0445556640625, + 0.008026123046875, + 0.035491943359375, + -0.0341796875, + 0.05926513671875, + -0.0186004638671875, + 0.02056884765625, + 0.00009882450103759766, + 0.0106201171875, + -0.027374267578125, + 0.0262451171875, + -0.039459228515625, + 0.0732421875, + 0.01557159423828125, + -0.0157623291015625, + -0.049072265625, + 0.00018656253814697266, + 0.0210418701171875, + 0.003704071044921875, + 0.06304931640625, + -0.053619384765625, + -0.022186279296875, + 0.004390716552734375, + 0.04302978515625, + 0.05096435546875, + -0.04510498046875, + 0.04644775390625, + 0.0176544189453125, + -0.0186920166015625, + -0.003162384033203125, + -0.0236968994140625 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "analysis", + "reporting" + ], + "tags": [ + "dashboards", + "analytics" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Nextcloud", + "type": "tool", + "name": "Nextcloud", + "content": "nextcloud die dsgvo-konforme cloud-collaboration-suite für sichere forensik-team- zusammenarbeit. end-to-end-verschlüsselung schützt sensitive ermittlungs- daten. file-sharing mit granularen berechtigungen und ablaufdaten. versionierung dokumentiert alle änderungen. collabora/onlyoffice-integration für gemeinsame berichterstellung. talk ermöglicht verschlüsselte video- konferenzen für remote-teams. der kalender koordiniert ermittlungen. flow automatisiert workflows: \"wenn report fertig → benachrichtige team\". audit-logs für compliance. external storage bindet bestehende shares ein. die federation vernetzt mehrere behörden-instanzen. two-factor-auth und sso für enterprise-security. apps erweitern für passwort-management, projekt-boards und notizen. skaliert vom raspberry pi für kleine teams bis zur high-availability-cluster. die kontrolle über die eigenen daten macht es zur ersten wahl für behörden und consultants. 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.03271484375, + 0.0019006729125976562, + 0.0204620361328125, + 0.01511383056640625, + 0.030609130859375, + 0.040374755859375, + 0.0455322265625, + 0.004688262939453125, + -0.031768798828125, + -0.012908935546875, + -0.0230560302734375, + 0.034423828125, + -0.0153045654296875, + -0.00946807861328125, + -0.062347412109375, + 0.040557861328125, + -0.016448974609375, + 0.03424072265625, + 0.0275421142578125, + -0.002044677734375, + -0.006839752197265625, + -0.0037784576416015625, + -0.0543212890625, + -0.00803375244140625, + -0.0218048095703125, + 0.0036830902099609375, + -0.0158843994140625, + -0.09490966796875, + -0.02056884765625, + 0.019134521484375, + 0.01434326171875, + -0.039215087890625, + -0.01377105712890625, + 0.037506103515625, + 0.005977630615234375, + -0.0210418701171875, + 0.00605010986328125, + -0.05548095703125, + -0.033843994140625, + 0.0244903564453125, + -0.00908660888671875, + 0.0036106109619140625, + 0.0246734619140625, + 0.027923583984375, + -0.031951904296875, + -0.03424072265625, + -0.033294677734375, + -0.024871826171875, + 0.000014007091522216797, + -0.032318115234375, + 0.007030487060546875, + 0.035003662109375, + -0.007221221923828125, + 0.007366180419921875, + -0.021331787109375, + 0.01434326171875, + -0.005069732666015625, + -0.0211334228515625, + -0.058929443359375, + 0.0428466796875, + -0.024383544921875, + -0.005523681640625, + -0.0037059783935546875, + -0.0008130073547363281, + 0.00750732421875, + 0.0281219482421875, + -0.035003662109375, + -0.025054931640625, + 0.0021152496337890625, + -0.037506103515625, + 0.01161956787109375, + 0.0275421142578125, + -0.0294647216796875, + 0.03271484375, + -0.040374755859375, + -0.044769287109375, + 0.037689208984375, + 0.0269775390625, + 0.0033473968505859375, + 0.00870513916015625, + -0.057769775390625, + 0.0007052421569824219, + 0.0265960693359375, + -0.0067901611328125, + -0.040374755859375, + -0.02362060546875, + 0.022003173828125, + 0.0220947265625, + -0.005523681640625, + 0.0313720703125, + 0.02581787109375, + -0.0357666015625, + 0.01233673095703125, + -0.033660888671875, + 0.0516357421875, + 0.05584716796875, + -0.01157379150390625, + -0.0188446044921875, + 0.0202789306640625, + 0.040924072265625, + 0.0041351318359375, + -0.032135009765625, + 0.053558349609375, + -0.010040283203125, + 0.0260162353515625, + -0.0281219482421875, + -0.004352569580078125, + -0.004688262939453125, + -0.01009368896484375, + 0.005237579345703125, + -0.09796142578125, + -0.056243896484375, + -0.016357421875, + -0.05816650390625, + 0.0012731552124023438, + 0.005809783935546875, + 0.01056671142578125, + 0.060821533203125, + -0.054718017578125, + -0.03271484375, + 0.004756927490234375, + 0.0224761962890625, + -0.0018529891967773438, + 0.008941650390625, + -0.0482177734375, + -0.05548095703125, + 0.0218048095703125, + 0.01702880859375, + -0.01161956787109375, + -0.040924072265625, + -0.01081085205078125, + -0.033843994140625, + -0.00803375244140625, + -0.050872802734375, + -0.0125274658203125, + -0.03424072265625, + 0.03594970703125, + -0.003971099853515625, + 0.00798797607421875, + 0.014251708984375, + 0.035400390625, + -0.040740966796875, + -0.04840087890625, + -0.0217132568359375, + -0.059295654296875, + -0.024871826171875, + -0.03826904296875, + 0.06158447265625, + -0.0357666015625, + -0.030029296875, + 0.00444793701171875, + -0.0024261474609375, + 0.034820556640625, + 0.0150146484375, + 0.00257110595703125, + -0.006359100341796875, + -0.004756927490234375, + 0.000008165836334228516, + 0.0265960693359375, + 0.0175933837890625, + -0.0275421142578125, + 0.0121002197265625, + 0.009613037109375, + 0.03997802734375, + -0.0110931396484375, + -0.0260162353515625, + -0.01271820068359375, + 0.010711669921875, + -0.0082244873046875, + 0.0190277099609375, + 0.0182647705078125, + 0.0125274658203125, + 0.056610107421875, + 0.050872802734375, + -0.0016622543334960938, + 0.036346435546875, + 0.006122589111328125, + -0.0246734619140625, + 0.04132080078125, + 0.019317626953125, + -0.003971099853515625, + -0.00865936279296875, + 0.059295654296875, + 0.00021219253540039062, + 0.00478363037109375, + -0.0013685226440429688, + -0.050506591796875, + 0.001476287841796875, + -0.033660888671875, + 0.01549530029296875, + -0.030029296875, + -0.0311737060546875, + -0.0074615478515625, + 0.0168304443359375, + 0.044586181640625, + 0.06353759765625, + 0.0304107666015625, + -0.017120361328125, + 0.037506103515625, + -0.0124359130859375, + -0.0117645263671875, + 0.01654052734375, + -0.002689361572265625, + 0.0304107666015625, + 0.0103302001953125, + 0.0089874267578125, + 0.002941131591796875, + 0.0543212890625, + 0.017120361328125, + -0.0174102783203125, + 0.0003407001495361328, + 0.034423828125, + -0.0198974609375, + -0.035400390625, + -0.06732177734375, + -0.0283050537109375, + -0.00750732421875, + -0.025054931640625, + -0.048583984375, + 0.024200439453125, + -0.00727081298828125, + -0.05126953125, + -0.022674560546875, + 0.032318115234375, + 0.00518798828125, + 0.0516357421875, + 0.036529541015625, + -0.01511383056640625, + -0.0273590087890625, + 0.005237579345703125, + 0.01214599609375, + 0.03289794921875, + -0.0188446044921875, + 0.0309906005859375, + 0.005405426025390625, + -0.039215087890625, + 0.039031982421875, + 0.035400390625, + 0.0189361572265625, + 0.0145416259765625, + -0.004878997802734375, + 0.033294677734375, + -0.01152801513671875, + 0.043243408203125, + 0.03253173828125, + -0.004878997802734375, + 0.004638671875, + -0.0027256011962890625, + 0.03997802734375, + 0.0296478271484375, + -0.0357666015625, + -0.00026154518127441406, + -0.07037353515625, + -0.01482391357421875, + -0.06927490234375, + -0.047454833984375, + -0.044952392578125, + -0.060821533203125, + 0.0650634765625, + -0.043426513671875, + -0.0153961181640625, + -0.030609130859375, + 0.0078887939453125, + -0.011810302734375, + 0.04266357421875, + -0.0121917724609375, + -0.026397705078125, + 0.01434326171875, + 0.0631103515625, + 0.0224761962890625, + -0.01434326171875, + 0.001476287841796875, + 0.01654052734375, + 0.0153045654296875, + 0.01233673095703125, + -0.005115509033203125, + 0.0139617919921875, + 0.035003662109375, + 0.0145416259765625, + 0.0265960693359375, + -0.00836944580078125, + 0.0267791748046875, + 0.004734039306640625, + 0.0267791748046875, + -0.043426513671875, + -0.005619049072265625, + -0.006072998046875, + 0.0139617919921875, + -0.0085601806640625, + -0.07537841796875, + 0.025054931640625, + 0.06732177734375, + -0.004016876220703125, + -0.004184722900390625, + 0.01186370849609375, + -0.0265960693359375, + -0.0031795501708984375, + 0.013580322265625, + -0.009185791015625, + 0.0269775390625, + 0.053955078125, + -0.037506103515625, + 0.0019130706787109375, + -0.01114654541015625, + -0.008941650390625, + -0.032135009765625, + -0.04266357421875, + 0.0019855499267578125, + -0.00798797607421875, + -0.03961181640625, + -0.01654052734375, + 0.039215087890625, + -0.01549530029296875, + -0.0026187896728515625, + -0.00731658935546875, + 0.0125274658203125, + -0.037109375, + -0.06658935546875, + -0.005786895751953125, + -0.05010986328125, + -0.027923583984375, + -0.01081085205078125, + 0.0367431640625, + 0.005859375, + 0.021240234375, + -0.00322723388671875, + -0.0260162353515625, + -0.0302276611328125, + 0.01434326171875, + -0.0088958740234375, + 0.0265960693359375, + 0.0088958740234375, + 0.02716064453125, + 0.0288848876953125, + 0.044189453125, + 0.0159759521484375, + 0.05853271484375, + 0.0138702392578125, + -0.0185546875, + 0.0117645263671875, + -0.0030612945556640625, + -0.0048065185546875, + 0.034423828125, + -0.012908935546875, + -0.0304107666015625, + 0.01090240478515625, + -0.0472412109375, + 0.02294921875, + 0.024383544921875, + 0.018646240234375, + 0.034423828125, + -0.0089874267578125, + 0.02581787109375, + 0.0472412109375, + 0.01009368896484375, + 0.080322265625, + -0.0210418701171875, + -0.04840087890625, + 0.0078887939453125, + 0.038818359375, + -0.0309906005859375, + -0.012908935546875, + 0.05279541015625, + -0.0015897750854492188, + 0.00411224365234375, + 0.01434326171875, + -0.020660400390625, + 0.02410888671875, + -0.026397705078125, + -0.004230499267578125, + -0.0168304443359375, + -0.0202789306640625, + 0.00975799560546875, + 0.044586181640625, + 0.037872314453125, + 0.0021648406982421875, + 0.0159759521484375, + -0.00621795654296875, + -0.0265960693359375, + -0.05279541015625, + -0.06390380859375, + 0.007793426513671875, + 0.0309906005859375, + -0.002044677734375, + 0.0401611328125, + -0.000621795654296875, + -0.06427001953125, + 0.01329803466796875, + -0.027923583984375, + 0.053558349609375, + 0.02850341796875, + 0.035186767578125, + 0.042266845703125, + -0.0239105224609375, + -0.00994873046875, + 0.032318115234375, + 0.00605010986328125, + 0.0198974609375, + 0.0180816650390625, + 0.04974365234375, + -0.007411956787109375, + -0.0302276611328125, + 0.027740478515625, + 0.042083740234375, + 0.01444244384765625, + 0.00406646728515625, + 0.0201873779296875, + 0.0254364013671875, + 0.03155517578125, + -0.0340576171875, + 0.049346923828125, + 0.0166473388671875, + -0.034637451171875, + -0.00206756591796875, + 0.0037059783935546875, + 0.01056671142578125, + -0.050872802734375, + -0.0167388916015625, + -0.004543304443359375, + 0.030029296875, + -0.0106201171875, + 0.029266357421875, + -0.0252532958984375, + 0.00020170211791992188, + 0.0139617919921875, + -0.05853271484375, + 0.017974853515625, + 0.0204620361328125, + -0.01473236083984375, + 0.0202789306640625, + -0.031951904296875, + -0.01023101806640625, + 0.033294677734375, + -0.00571441650390625, + -0.0275421142578125, + 0.0146331787109375, + 0.047454833984375, + -0.05584716796875, + -0.0455322265625, + -0.033294677734375, + -0.01568603515625, + 0.00408935546875, + -0.0246734619140625, + 0.0187530517578125, + -0.007366180419921875, + -0.0095672607421875, + 0.00975799560546875, + 0.046295166015625, + 0.02410888671875, + -0.0428466796875, + 0.0543212890625, + -0.005283355712890625, + -0.0516357421875, + 0.0273590087890625, + 0.024200439453125, + 0.014923095703125, + -0.038055419921875, + -0.024200439453125, + -0.012908935546875, + 0.02142333984375, + -0.01081085205078125, + 0.01271820068359375, + -0.0283050537109375, + -0.02984619140625, + -0.0543212890625, + 0.0288848876953125, + 0.0146331787109375, + 0.040374755859375, + -0.0222930908203125, + -0.025634765625, + 0.019317626953125, + -0.053558349609375, + -0.038818359375, + -0.021240234375, + 0.025634765625, + -0.024871826171875, + 0.04876708984375, + 0.0017690658569335938, + 0.0153961181640625, + -0.024200439453125, + 0.037689208984375, + 0.0019245147705078125, + -0.02984619140625, + -0.06005859375, + 0.044769287109375, + 0.030029296875, + -0.0654296875, + 0.00010389089584350586, + 0.0009860992431640625, + 0.0018768310546875, + 0.039794921875, + -0.058929443359375, + -0.0013093948364257812, + 0.018646240234375, + -0.0650634765625, + -0.034637451171875, + -0.03253173828125, + -0.009185791015625, + -0.032135009765625, + 0.02716064453125, + 0.04437255859375, + -0.0117645263671875, + 0.02581787109375, + 0.004711151123046875, + 0.01415252685546875, + 0.031951904296875, + -0.01434326171875, + -0.029083251953125, + 0.03997802734375, + -0.0654296875, + -0.030609130859375, + -0.0051422119140625, + 0.050506591796875, + -0.01788330078125, + -0.01788330078125, + 0.0302276611328125, + -0.0012493133544921875, + 0.044952392578125, + -0.040557861328125, + -0.00727081298828125, + -0.0340576171875, + -0.037689208984375, + -0.0246734619140625, + -0.014251708984375, + -0.00832366943359375, + 0.005405426025390625, + 0.00807952880859375, + -0.0021762847900390625, + 0.039031982421875, + -0.06390380859375, + 0.010711669921875, + 0.032135009765625, + -0.006504058837890625, + 0.0082244873046875, + 0.0128173828125, + -0.00571441650390625, + 0.0089874267578125, + 0.007843017578125, + -0.03424072265625, + -0.04437255859375, + -0.060821533203125, + 0.032318115234375, + -0.00994873046875, + 0.0038967132568359375, + -0.042266845703125, + -0.033843994140625, + -0.06964111328125, + -0.00975799560546875, + 0.057769775390625, + 0.0283050537109375, + 0.0216217041015625, + -0.0021152496337890625, + -0.018646240234375, + 0.00693511962890625, + -0.0175018310546875, + 0.0153961181640625, + -0.01161956787109375, + -0.0015420913696289062, + 0.0283050537109375, + -0.053192138671875, + 0.012054443359375, + 0.005786895751953125, + 0.01922607421875, + 0.0150146484375, + 0.020660400390625, + -0.040557861328125, + 0.0246734619140625, + -0.01224517822265625, + -0.036529541015625, + 0.002593994140625, + -0.022857666015625, + 0.00537872314453125, + -0.037109375, + 0.01329803466796875, + 0.0022602081298828125, + 0.0286865234375, + 0.0275421142578125, + -0.00698089599609375, + -0.01558685302734375, + 0.020843505859375, + 0.0056915283203125, + 0.0482177734375, + -0.0296478271484375, + -0.060821533203125, + -0.01271820068359375, + -0.0242919921875, + 0.0181732177734375, + 0.05584716796875, + -0.01018524169921875, + -0.0240020751953125, + -0.00394439697265625, + 0.0260162353515625, + 0.00951385498046875, + -0.026397705078125, + 0.00339508056640625, + 0.0153961181640625, + 0.02581787109375, + 0.05242919921875, + 0.01702880859375, + 0.08758544921875, + 0.006359100341796875, + -0.004688262939453125, + 0.056610107421875, + 0.043792724609375, + 0.027740478515625, + -0.03594970703125, + -0.05548095703125, + -0.01406097412109375, + 0.01922607421875, + -0.027923583984375, + -0.0283050537109375, + 0.00019431114196777344, + 0.040924072265625, + -0.073486328125, + -0.0139617919921875, + -0.0175933837890625, + 0.014923095703125, + 0.0017337799072265625, + 0.0209503173828125, + 0.01338958740234375, + 0.00499725341796875, + 0.0071258544921875, + -0.020660400390625, + 0.005115509033203125, + -0.0088958740234375, + 0.0160675048828125, + 0.04876708984375, + 0.01654052734375, + -0.02581787109375, + 0.039031982421875, + 0.0304107666015625, + 0.01128387451171875, + 0.040740966796875, + 0.030029296875, + 0.048004150390625, + 0.0260162353515625, + 0.04150390625, + 0.07537841796875, + -0.0169219970703125, + -0.0252532958984375, + 0.030029296875, + 0.004352569580078125, + 0.0596923828125, + 0.060455322265625, + 0.0008845329284667969, + 0.0089874267578125, + -0.0012912750244140625, + -0.0240020751953125, + -0.0196990966796875, + 0.0011358261108398438, + -0.0121917724609375, + -0.030029296875, + -0.05279541015625, + 0.0239105224609375, + -0.03271484375, + 0.00411224365234375, + -0.016448974609375, + -0.006359100341796875, + 0.0030841827392578125, + 0.022186279296875, + -0.0117645263671875, + -0.055084228515625, + 0.0168304443359375, + -0.012054443359375, + -0.026214599609375, + -0.047454833984375, + -0.024200439453125, + 0.033843994140625, + -0.0089874267578125, + -0.0596923828125, + -0.0008068084716796875, + 0.0275421142578125, + -0.00836944580078125, + -0.01558685302734375, + -0.0182647705078125, + 0.0059051513671875, + -0.0138702392578125, + -0.050506591796875, + -0.052032470703125, + -0.02850341796875, + 0.003204345703125, + -0.0158843994140625, + 0.00875091552734375, + -0.017974853515625, + -0.0153961181640625, + -0.0064544677734375, + -0.0124359130859375, + 0.00885009765625, + -0.00022864341735839844, + -0.044586181640625, + 0.03155517578125, + 0.0275421142578125, + 0.02581787109375, + 0.04705810546875, + 0.062744140625, + -0.0017452239990234375, + 0.0160675048828125, + -0.0234375, + -0.0296478271484375, + 0.0010166168212890625, + 0.006122589111328125, + 0.023529052734375, + -0.05548095703125, + -0.01009368896484375, + 0.06927490234375, + -0.06732177734375, + 0.037506103515625, + 0.0150146484375, + -0.0269775390625, + -0.0311737060546875, + -0.0125274658203125, + -0.002666473388671875, + 0.033843994140625, + 0.09527587890625, + 0.03997802734375, + -0.019805908203125, + 0.003658294677734375, + -0.040374755859375, + 0.046478271484375, + 0.01837158203125, + 0.0173187255859375, + -0.034637451171875, + -0.0005321502685546875, + 0.0113372802734375, + -0.022186279296875, + -0.01018524169921875, + -0.0830078125, + -0.014923095703125, + 0.039398193359375, + -0.0006546974182128906, + -0.030792236328125, + -0.024200439453125, + -0.033843994140625, + -0.039215087890625, + -0.038818359375, + 0.02984619140625, + 0.011383056640625, + 0.00223541259765625, + -0.0269775390625, + -0.0167388916015625, + -0.0009860992431640625, + -0.055084228515625, + -0.033660888671875, + -0.00937652587890625, + 0.03692626953125, + -0.00550079345703125, + -0.0252532958984375, + 0.037109375, + 0.019805908203125, + 0.0001538991928100586, + 0.0038738250732421875, + 0.054718017578125, + -0.030792236328125, + -0.0038967132568359375, + 0.009613037109375, + 0.029266357421875, + -0.025054931640625, + 0.005046844482421875, + 0.00860595703125, + 0.01482391357421875, + 0.05126953125, + -0.0273590087890625, + 0.0455322265625, + 0.04150390625, + -0.017791748046875, + -0.034423828125, + -0.00937652587890625, + -0.0428466796875, + 0.053192138671875, + -0.00832366943359375, + 0.0252532958984375, + 0.00444793701171875, + -0.0570068359375, + -0.08074951171875, + 0.0283050537109375, + -0.0146331787109375, + -0.0006337165832519531, + 0.001255035400390625, + -0.0180816650390625, + -0.039031982421875, + -0.02008056640625, + -0.027923583984375, + 0.027923583984375, + -0.03155517578125, + 0.019805908203125, + -0.0031566619873046875, + -0.0004930496215820312, + -0.004711151123046875, + 0.00942230224609375, + -0.0153045654296875, + 0.05816650390625, + 0.00373077392578125, + -0.0181732177734375, + 0.061981201171875, + -0.01224517822265625, + 0.0146331787109375, + -0.006313323974609375, + -0.0159759521484375, + -0.00408935546875, + -0.033294677734375, + -0.0198974609375, + 0.0194091796875, + 0.011474609375, + 0.03692626953125, + -0.00482940673828125, + 0.0204620361328125, + -0.019805908203125, + -0.005977630615234375, + 0.0160675048828125, + -0.0222930908203125, + -0.0202789306640625, + -0.010711669921875, + -0.036163330078125, + -0.0260162353515625, + -0.057769775390625, + -0.09027099609375, + -0.0033245086669921875, + -0.05548095703125, + -0.016448974609375, + 0.021331787109375, + 0.038055419921875, + 0.03594970703125, + -0.0174102783203125, + 0.004878997802734375, + -0.0244903564453125, + -0.0018177032470703125, + -0.044586181640625, + -0.0078887939453125, + -0.0150146484375, + 0.052032470703125, + 0.016357421875, + -0.044769287109375, + 0.03424072265625, + -0.019989013671875, + -0.0013990402221679688, + -0.031768798828125, + -0.0121917724609375, + -0.0190277099609375, + 0.0260162353515625, + -0.07501220703125, + -0.0260162353515625, + 0.04132080078125, + 0.057373046875, + 0.007793426513671875, + -0.032318115234375, + 0.048980712890625, + -0.035400390625, + -0.05126953125, + -0.0252532958984375, + -0.004352569580078125, + -0.0267791748046875, + 0.0089874267578125, + -0.005451202392578125, + 0.0180816650390625, + -0.00408935546875, + 0.0254364013671875, + 0.00927734375, + 0.0267791748046875, + 0.027740478515625, + -0.0260162353515625, + -0.01837158203125, + 0.006649017333984375, + 0.0139617919921875, + 0.048583984375, + 0.03594970703125, + -0.0009503364562988281, + 0.0269775390625, + -0.0104217529296875, + -0.0860595703125, + -0.018463134765625, + -0.049346923828125, + -0.036163330078125, + -0.005596160888671875, + 0.09295654296875, + 0.03961181640625, + 0.0019483566284179688, + 0.033660888671875, + 0.057373046875, + 0.0139617919921875, + 0.0153961181640625, + -0.0265960693359375, + -0.046295166015625, + -0.00394439697265625, + 0.0035858154296875, + 0.00794219970703125, + -0.047454833984375, + 0.037506103515625, + 0.050872802734375, + -0.01047515869140625, + -0.0275421142578125, + -0.0160675048828125, + 0.008514404296875, + 0.03271484375, + 0.0401611328125, + 0.0010461807250976562, + -0.0650634765625, + 0.0222930908203125, + 0.0124359130859375, + 0.0012197494506835938, + -0.031951904296875, + -0.026397705078125, + -0.00984954833984375, + 0.050872802734375, + -0.057373046875, + -0.00860595703125, + 0.0014467239379882812, + 0.080322265625, + 0.00803375244140625, + -0.03289794921875, + -0.0309906005859375, + 0.055084228515625, + 0.0198974609375, + -0.022674560546875, + 0.0225677490234375, + 0.0242919921875, + -0.0166473388671875, + 0.03155517578125, + 0.05279541015625, + -0.00406646728515625, + 0.04534912109375, + 0.007747650146484375, + -0.0267791748046875, + 0.0455322265625, + 0.01085662841796875, + 0.030029296875, + -0.033477783203125, + -0.03289794921875, + -0.019805908203125, + -0.040924072265625, + 0.047821044921875, + -0.0009565353393554688, + 0.0286865234375, + 0.03594970703125, + 0.016265869140625, + -0.020660400390625, + -0.0022716522216796875, + 0.015777587890625, + 0.0240020751953125, + 0.0202789306640625, + -0.0153045654296875, + 0.004425048828125, + -0.0023784637451171875, + 0.01329803466796875, + -0.033843994140625, + 0.0304107666015625, + -0.0296478271484375, + 0.0033721923828125, + -0.0273590087890625, + 0.018463134765625, + 0.00698089599609375, + -0.02581787109375, + -0.00794219970703125, + -0.03729248046875, + 0.03997802734375, + -0.048004150390625, + -0.0223846435546875, + 0.0099029541015625, + 0.03289794921875, + -0.029266357421875, + 0.04132080078125, + 0.01377105712890625, + -0.0313720703125, + 0.00518798828125, + -0.05279541015625, + 0.08380126953125, + 0.0104217529296875, + 0.039031982421875, + -0.003971099853515625, + 0.0275421142578125, + 0.039794921875, + 0.025634765625, + -0.0059051513671875, + 0.0275421142578125, + -0.04437255859375, + 0.037109375, + 0.050872802734375, + -0.01329803466796875, + -0.056243896484375, + 0.03729248046875, + 0.01119232177734375, + -0.0657958984375, + 0.018646240234375, + 0.030792236328125, + 0.0153961181640625, + -0.0180816650390625, + -0.00727081298828125, + 0.00794219970703125, + -0.07232666015625, + 0.056610107421875, + 0.016448974609375, + 0.01348876953125, + 0.0296478271484375, + -0.0304107666015625, + 0.052032470703125, + 0.0217132568359375, + 0.05010986328125, + -0.021240234375, + 0.04974365234375, + 0.00937652587890625, + -0.004878997802734375, + -0.0125274658203125, + 0.003047943115234375, + 0.001697540283203125, + 0.0340576171875, + -0.03558349609375, + 0.060821533203125, + 0.055084228515625, + 0.00229644775390625, + -0.07269287109375, + -0.01161956787109375, + 0.0019369125366210938, + 0.0202789306640625, + 0.040924072265625, + -0.06658935546875, + -0.006000518798828125, + 0.0110931396484375, + 0.04840087890625, + 0.0738525390625, + -0.003490447998046875, + 0.0188446044921875, + -0.0006575584411621094, + -0.01338958740234375, + -0.00588226318359375, + -0.0138702392578125 + ], + "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_Elasticsearch", + "type": "tool", + "name": "Elasticsearch", + "content": "elasticsearch die verteilte such- und analytics-engine bildet das herzstück moderner forensik-infrastrukturen durch near-real-time-indexierung von petabytes. lucene-basierte volltext-suche findet iocs in sekunden über millionen logs. die json-native architektur verarbeitet strukturierte und unstrukturierte daten gleichermäßen. besonders wertvoll: aggregations-framework erstellt komplexe timeline-analysen, geo-queries korrelieren events geografisch, machine-learning-features erkennen anomalien automatisch. horizontal- skalierung von single-node bis multi-datacenter-clusters. die restful-api integriert mit allen forensik-tools. ingest-pipelines normalisieren verschiedene log-formate. security-features (x-pack) bieten encryption und rbac für sensitive ermittlungen. snapshot-funktionen sichern forensische integrität. die index-lifecycle-management rotiert alte daten automatisch. basis für elk-stack (logstash, kibana) und siem-systeme. unverzichtbar für moderne socs und incident-response-teams. search big-data incident-response network-forensics analysis", + "embedding": [ + -0.0154571533203125, + 0.0374755859375, + 0.0360107421875, + 0.01013946533203125, + 0.009185791015625, + 0.0241851806640625, + 0.0254669189453125, + -0.005252838134765625, + 0.00963592529296875, + -0.0164642333984375, + -0.022369384765625, + 0.03564453125, + 0.017913818359375, + -0.006591796875, + -0.049102783203125, + 0.046905517578125, + 0.00447845458984375, + 0.0228271484375, + 0.033447265625, + -0.00818634033203125, + -0.0030689239501953125, + -0.005046844482421875, + -0.0531005859375, + -0.0009489059448242188, + 0.01336669921875, + 0.0156402587890625, + -0.0052947998046875, + -0.0445556640625, + -0.002239227294921875, + 0.030181884765625, + 0.004138946533203125, + -0.0545654296875, + 0.01264190673828125, + 0.01763916015625, + -0.0158233642578125, + -0.0181884765625, + 0.006092071533203125, + -0.0538330078125, + -0.021270751953125, + 0.040374755859375, + 0.00009232759475708008, + 0.030181884765625, + 0.01727294921875, + -0.032928466796875, + -0.038909912109375, + -0.0538330078125, + -0.01190948486328125, + -0.018463134765625, + 0.0009431838989257812, + -0.0352783203125, + 0.0281829833984375, + 0.0160064697265625, + 0.005908966064453125, + -0.0006365776062011719, + -0.057098388671875, + 0.0088653564453125, + 0.0290985107421875, + -0.0196380615234375, + -0.048004150390625, + 0.0374755859375, + -0.0263671875, + -0.005615234375, + -0.0153656005859375, + 0.0007843971252441406, + 0.0084075927734375, + 0.0274658203125, + -0.005908966064453125, + -0.01436614990234375, + 0.025634765625, + -0.0155487060546875, + 0.0189056396484375, + -0.008819580078125, + -0.0164642333984375, + 0.042724609375, + 0.003749847412109375, + -0.03472900390625, + 0.0189056396484375, + 0.01837158203125, + -0.00577545166015625, + 0.0018749237060546875, + -0.0281829833984375, + 0.016632080078125, + 0.044189453125, + -0.0008525848388671875, + -0.04400634765625, + -0.0208282470703125, + 0.0210113525390625, + 0.00981903076171875, + -0.030731201171875, + 0.0029315948486328125, + 0.007137298583984375, + -0.00995635986328125, + 0.01837158203125, + -0.0163726806640625, + 0.052001953125, + 0.067626953125, + -0.032562255859375, + -0.02691650390625, + -0.0194549560546875, + 0.04290771484375, + 0.0167236328125, + -0.03564453125, + 0.0701904296875, + -0.00823211669921875, + 0.042724609375, + -0.0252838134765625, + -0.00981903076171875, + -0.052734375, + 0.011322021484375, + -0.0156402587890625, + -0.09967041015625, + -0.0290985107421875, + -0.0197296142578125, + -0.0430908203125, + 0.0090484619140625, + 0.0014657974243164062, + -0.0196380615234375, + 0.047271728515625, + -0.041656494140625, + -0.0552978515625, + 0.0201873779296875, + 0.0283660888671875, + 0.00749969482421875, + 0.0251007080078125, + -0.039825439453125, + -0.04510498046875, + -0.003772735595703125, + 0.007045745849609375, + -0.04437255859375, + -0.0279998779296875, + -0.008636474609375, + -0.0205535888671875, + -0.0151824951171875, + -0.030548095703125, + -0.006500244140625, + -0.03546142578125, + 0.040740966796875, + 0.004749298095703125, + -0.0149993896484375, + 0.023193359375, + 0.038360595703125, + -0.0238189697265625, + -0.06439208984375, + 0.00331878662109375, + -0.032196044921875, + -0.0294647216796875, + -0.02691650390625, + 0.0545654296875, + -0.03582763671875, + -0.004047393798828125, + -0.01236724853515625, + 0.0260009765625, + 0.048004150390625, + 0.0112762451171875, + 0.0192718505859375, + -0.048736572265625, + -0.0087738037109375, + -0.0042724609375, + 0.039093017578125, + -0.0022735595703125, + 0.00046324729919433594, + 0.03729248046875, + -0.0031147003173828125, + 0.01491546630859375, + -0.0064544677734375, + -0.0029544830322265625, + -0.03692626953125, + 0.037994384765625, + 0.01491546630859375, + -0.00823211669921875, + 0.0005283355712890625, + -0.007457733154296875, + 0.052001953125, + 0.0687255859375, + -0.01209259033203125, + 0.01454925537109375, + -0.00791168212890625, + -0.0189971923828125, + 0.0367431640625, + 0.042022705078125, + -0.001682281494140625, + -0.0161895751953125, + 0.050201416015625, + -0.01004791259765625, + 0.010589599609375, + -0.009368896484375, + -0.0294647216796875, + -0.0083160400390625, + -0.031280517578125, + 0.0105438232421875, + -0.0274658203125, + -0.01427459716796875, + -0.007457733154296875, + 0.033447265625, + 0.0208282470703125, + 0.048370361328125, + 0.005001068115234375, + -0.0238189697265625, + 0.0238189697265625, + 0.0018415451049804688, + 0.00452423095703125, + 0.0289154052734375, + -0.0032501220703125, + 0.0238189697265625, + 0.0109100341796875, + 0.0160980224609375, + 0.01690673828125, + 0.052001953125, + 0.0240020751953125, + -0.0249176025390625, + -0.01264190673828125, + 0.07672119140625, + 0.002262115478515625, + -0.0198211669921875, + -0.0352783203125, + -0.01727294921875, + 0.022003173828125, + -0.0430908203125, + 0.0109100341796875, + 0.003978729248046875, + -0.0267333984375, + -0.067626953125, + -0.01023101806640625, + 0.030181884765625, + -0.0247344970703125, + 0.038726806640625, + 0.031463623046875, + -0.0030231475830078125, + 0.0010290145874023438, + 0.01727294921875, + 0.0367431640625, + 0.04620361328125, + -0.017730712890625, + 0.0035915374755859375, + -0.004886627197265625, + -0.0057525634765625, + 0.032562255859375, + 0.0289154052734375, + -0.00084686279296875, + 0.0155487060546875, + -0.00959014892578125, + 0.0150909423828125, + -0.0198211669921875, + 0.030731201171875, + 0.030364990234375, + -0.0247344970703125, + 0.0007557868957519531, + 0.00823211669921875, + 0.03692626953125, + 0.048370361328125, + -0.034912109375, + 0.005207061767578125, + -0.06036376953125, + -0.00782012939453125, + -0.08221435546875, + -0.0531005859375, + -0.04437255859375, + -0.0552978515625, + 0.0423583984375, + -0.0245513916015625, + -0.0228271484375, + 0.0083160400390625, + 0.005954742431640625, + 0.021270751953125, + 0.01163482666015625, + 0.013458251953125, + -0.025634765625, + 0.00345611572265625, + 0.09307861328125, + -0.0085906982421875, + 0.0034332275390625, + 0.0254669189453125, + 0.01190948486328125, + 0.006183624267578125, + 0.0007901191711425781, + -0.030364990234375, + -0.0020694732666015625, + 0.0156402587890625, + 0.040557861328125, + 0.018646240234375, + -0.0005598068237304688, + 0.0234527587890625, + 0.0045928955078125, + 0.04400634765625, + -0.032745361328125, + 0.0249176025390625, + -0.0023746490478515625, + 0.01473236083984375, + 0.0108642578125, + -0.052734375, + 0.007183074951171875, + 0.02691650390625, + 0.02691650390625, + 0.01023101806640625, + -0.0055694580078125, + -0.02728271484375, + 0.0243682861328125, + -0.00759124755859375, + 0.0026035308837890625, + 0.0208282470703125, + 0.05419921875, + -0.0112762451171875, + -0.0037059783935546875, + -0.003932952880859375, + 0.0192718505859375, + -0.04290771484375, + -0.03546142578125, + -0.03509521484375, + -0.01491546630859375, + -0.057098388671875, + -0.00211334228515625, + 0.0245513916015625, + -0.027099609375, + 0.0296478271484375, + -0.0254669189453125, + 0.005863189697265625, + -0.0135498046875, + -0.056365966796875, + 0.01041412353515625, + -0.04437255859375, + -0.07781982421875, + -0.030181884765625, + 0.059295654296875, + 0.0155487060546875, + 0.0089111328125, + -0.0089569091796875, + 0.00264739990234375, + -0.032928466796875, + 0.00420379638671875, + -0.030181884765625, + 0.057830810546875, + -0.0181884765625, + 0.03399658203125, + 0.039459228515625, + 0.01123046875, + 0.01763916015625, + 0.044189453125, + 0.0150909423828125, + -0.01445770263671875, + -0.0090484619140625, + 0.0035915374755859375, + -0.01104736328125, + 0.0197296142578125, + -0.039642333984375, + -0.01873779296875, + 0.022003173828125, + -0.01708984375, + 0.0234527587890625, + 0.0108184814453125, + 0.032745361328125, + 0.0290985107421875, + -0.037811279296875, + 0.031097412109375, + 0.06622314453125, + 0.0025119781494140625, + 0.1025390625, + -0.00782012939453125, + -0.04638671875, + -0.004749298095703125, + 0.0234527587890625, + -0.0287322998046875, + 0.01690673828125, + 0.044921875, + 0.01482391357421875, + 0.0089569091796875, + 0.017822265625, + -0.007091522216796875, + 0.03326416015625, + -0.0193634033203125, + -0.00545501708984375, + 0.0162811279296875, + -0.007045745849609375, + 0.0236358642578125, + 0.040008544921875, + 0.0254669189453125, + -0.001323699951171875, + 0.056732177734375, + -0.017822265625, + -0.021636962890625, + -0.0716552734375, + -0.0738525390625, + 0.04473876953125, + 0.02764892578125, + 0.0043182373046875, + 0.06292724609375, + -0.041290283203125, + -0.07708740234375, + 0.0201873779296875, + -0.006500244140625, + 0.07421875, + 0.040008544921875, + 0.02264404296875, + 0.047637939453125, + -0.01708984375, + -0.0037288665771484375, + 0.032928466796875, + -0.004749298095703125, + 0.018096923828125, + 0.055633544921875, + 0.0352783203125, + 0.02764892578125, + -0.006000518798828125, + 0.006046295166015625, + 0.0194549560546875, + 0.016998291015625, + -0.0165557861328125, + 0.0292816162109375, + 0.0128173828125, + 0.031463623046875, + -0.00754547119140625, + 0.050933837890625, + 0.0430908203125, + -0.033447265625, + 0.039093017578125, + -0.007045745849609375, + 0.009185791015625, + -0.06072998046875, + 0.0090484619140625, + -0.0194549560546875, + 0.0195465087890625, + 0.040008544921875, + 0.030181884765625, + -0.044189453125, + 0.00791168212890625, + 0.06475830078125, + -0.074951171875, + 0.03656005859375, + 0.02264404296875, + -0.02691650390625, + -0.00818634033203125, + -0.0206451416015625, + -0.0274658203125, + 0.0338134765625, + -0.038360595703125, + -0.0245513916015625, + 0.0252838134765625, + 0.0243682861328125, + -0.050201416015625, + -0.034912109375, + -0.02191162109375, + -0.02618408203125, + -0.0165557861328125, + -0.0069122314453125, + 0.030914306640625, + -0.0057525634765625, + -0.0193634033203125, + 0.021820068359375, + 0.03436279296875, + -0.004024505615234375, + -0.0298309326171875, + 0.06549072265625, + 0.0011539459228515625, + -0.047637939453125, + 0.0243682861328125, + 0.0054779052734375, + 0.0189971923828125, + -0.0285491943359375, + -0.009185791015625, + -0.01436614990234375, + 0.0207366943359375, + 0.01104736328125, + 0.0017843246459960938, + -0.048736572265625, + -0.0452880859375, + -0.04400634765625, + 0.0345458984375, + -0.00457000732421875, + 0.0197296142578125, + -0.0036602020263671875, + -0.044921875, + 0.0263671875, + -0.06182861328125, + -0.04290771484375, + -0.0298309326171875, + 0.0296478271484375, + -0.0341796875, + 0.04620361328125, + -0.004116058349609375, + -0.0149993896484375, + -0.0345458984375, + 0.050933837890625, + 0.0251007080078125, + -0.01482391357421875, + -0.044921875, + 0.046539306640625, + 0.058929443359375, + -0.046905517578125, + -0.01482391357421875, + 0.0035457611083984375, + 0.0254669189453125, + 0.06402587890625, + -0.06549072265625, + -0.0224609375, + 0.01141357421875, + -0.06622314453125, + -0.0285491943359375, + -0.040557861328125, + -0.0267333984375, + -0.049835205078125, + 0.0157318115234375, + 0.05999755859375, + -0.007228851318359375, + 0.041656494140625, + -0.0030689239501953125, + 0.001438140869140625, + 0.032562255859375, + 0.0160980224609375, + -0.021636962890625, + 0.032196044921875, + -0.046905517578125, + -0.022735595703125, + -0.01336669921875, + 0.053466796875, + -0.022369384765625, + -0.004180908203125, + 0.0012788772583007812, + -0.0245513916015625, + 0.052734375, + -0.0241851806640625, + 0.018646240234375, + -0.02264404296875, + -0.0067291259765625, + -0.006366729736328125, + -0.03692626953125, + -0.00677490234375, + 0.0241851806640625, + -0.003818511962890625, + 0.01454925537109375, + 0.04638671875, + -0.055999755859375, + 0.016815185546875, + 0.01708984375, + -0.00331878662109375, + -0.002716064453125, + -0.01300048828125, + -0.00287628173828125, + -0.0263671875, + 0.01390838623046875, + -0.009185791015625, + -0.0352783203125, + -0.0731201171875, + 0.01763916015625, + 0.0005769729614257812, + -0.007091522216796875, + -0.0298309326171875, + -0.04327392578125, + -0.053466796875, + -0.039642333984375, + 0.049468994140625, + 0.004001617431640625, + 0.01023101806640625, + -0.030731201171875, + -0.0445556640625, + -0.005001068115234375, + -0.0149993896484375, + 0.038726806640625, + -0.00791168212890625, + 0.0005002021789550781, + -0.002353668212890625, + -0.057830810546875, + 0.010772705078125, + 0.0163726806640625, + 0.0252838134765625, + 0.037109375, + 0.013824462890625, + -0.0281829833984375, + 0.01436614990234375, + -0.01436614990234375, + -0.01255035400390625, + 0.0068206787109375, + -0.02581787109375, + 0.0285491943359375, + -0.033447265625, + -0.0021820068359375, + 0.0193634033203125, + 0.02117919921875, + 0.041107177734375, + 0.0068206787109375, + -0.009368896484375, + 0.02227783203125, + 0.006000518798828125, + 0.056732177734375, + -0.032928466796875, + -0.041656494140625, + 0.004726409912109375, + -0.0198211669921875, + 0.042724609375, + 0.04583740234375, + -0.00818634033203125, + -0.0267333984375, + 0.01708984375, + 0.0203704833984375, + -0.0234527587890625, + -0.030548095703125, + -0.03326416015625, + 0.01227569580078125, + 0.0198211669921875, + 0.068359375, + 0.01873779296875, + 0.059661865234375, + 0.0008182525634765625, + 0.0224609375, + 0.01690673828125, + 0.06292724609375, + 0.01036834716796875, + -0.0252838134765625, + -0.046539306640625, + -0.00749969482421875, + 0.0185546875, + -0.041656494140625, + -0.03729248046875, + -0.0154571533203125, + 0.0545654296875, + -0.0665283203125, + -0.0003139972686767578, + -0.00429534912109375, + 0.0110931396484375, + -0.0006165504455566406, + 0.000690460205078125, + -0.00949859619140625, + 0.01036834716796875, + 0.004840850830078125, + -0.03472900390625, + 0.00827789306640625, + -0.01464080810546875, + -0.0005540847778320312, + 0.0352783203125, + 0.0151824951171875, + 0.0092315673828125, + 0.0189056396484375, + 0.0149993896484375, + 0.0241851806640625, + 0.032928466796875, + 0.031829833984375, + 0.0158233642578125, + 0.038909912109375, + 0.0128173828125, + 0.06689453125, + -0.0160980224609375, + -0.013824462890625, + 0.0112762451171875, + 0.04290771484375, + 0.0238189697265625, + 0.048736572265625, + -0.013458251953125, + 0.0159149169921875, + 0.002899169921875, + -0.0236358642578125, + 0.00677490234375, + 0.008453369140625, + 0.001056671142578125, + -0.03564453125, + -0.06292724609375, + 0.0224609375, + -0.030914306640625, + 0.040924072265625, + -0.00823211669921875, + -0.022552490234375, + -0.0112762451171875, + 0.038909912109375, + -0.034912109375, + -0.048370361328125, + 0.0165557861328125, + 0.00220489501953125, + -0.038177490234375, + -0.01482391357421875, + -0.01491546630859375, + 0.017364501953125, + -0.0036144256591796875, + -0.06622314453125, + -0.00447845458984375, + 0.039825439453125, + -0.010955810546875, + -0.0516357421875, + -0.006229400634765625, + 0.0281829833984375, + -0.016998291015625, + -0.0260009765625, + -0.0438232421875, + -0.032928466796875, + -0.00768280029296875, + -0.03619384765625, + 0.01436614990234375, + -0.006683349609375, + -0.01373291015625, + -0.00754547119140625, + -0.01050567626953125, + -0.004180908203125, + 0.02154541015625, + -0.0251007080078125, + 0.022369384765625, + 0.02264404296875, + 0.0158233642578125, + 0.005207061767578125, + 0.057098388671875, + 0.009002685546875, + 0.01336669921875, + -0.017730712890625, + -0.045654296875, + -0.00331878662109375, + -0.0028533935546875, + -0.002841949462890625, + -0.067626953125, + -0.004955291748046875, + 0.0552978515625, + -0.0709228515625, + 0.01163482666015625, + 0.004047393798828125, + -0.0029544830322265625, + -0.06109619140625, + -0.00991058349609375, + -0.0012502670288085938, + 0.01163482666015625, + 0.10040283203125, + -0.017822265625, + 0.0135498046875, + 0.0018529891967773438, + -0.038360595703125, + 0.06292724609375, + 0.01763916015625, + 0.0108184814453125, + -0.037994384765625, + 0.0267333984375, + 0.01245880126953125, + -0.032379150390625, + 0.022918701171875, + -0.07781982421875, + -0.01018524169921875, + 0.01708984375, + 0.013092041015625, + -0.017181396484375, + -0.0020465850830078125, + -0.058929443359375, + -0.038360595703125, + -0.032012939453125, + 0.037109375, + 0.0174560546875, + 0.0162811279296875, + -0.04364013671875, + 0.007137298583984375, + -0.00927734375, + -0.057464599609375, + -0.041473388671875, + -0.02618408203125, + 0.0115509033203125, + 0.02301025390625, + -0.0665283203125, + 0.0247344970703125, + 0.005908966064453125, + 0.03326416015625, + 0.031097412109375, + 0.06256103515625, + -0.0360107421875, + -0.0201873779296875, + 0.029998779296875, + 0.02728271484375, + -0.0135498046875, + 0.00981903076171875, + 0.003887176513671875, + 0.030364990234375, + 0.031829833984375, + -0.032928466796875, + 0.04345703125, + 0.0352783203125, + -0.040008544921875, + -0.0672607421875, + -0.032562255859375, + -0.03326416015625, + 0.06512451171875, + -0.0024547576904296875, + 0.02655029296875, + -0.0156402587890625, + -0.007045745849609375, + -0.0902099609375, + 0.0240020751953125, + -0.0234527587890625, + 0.0552978515625, + 0.018463134765625, + -0.031646728515625, + -0.049102783203125, + -0.021636962890625, + -0.01390838623046875, + 0.0203704833984375, + -0.03399658203125, + 0.0249176025390625, + 0.00954437255859375, + -0.00777435302734375, + 0.005046844482421875, + 0.0015687942504882812, + 0.00559234619140625, + 0.048736572265625, + -0.0006818771362304688, + -0.049468994140625, + 0.04364013671875, + -0.03509521484375, + 0.00768280029296875, + 0.0029544830322265625, + 0.004978179931640625, + -0.01190948486328125, + -0.01482391357421875, + -0.0196380615234375, + -0.0162811279296875, + 0.0279998779296875, + 0.0238189697265625, + -0.006500244140625, + 0.01445770263671875, + 0.00809478759765625, + 0.032196044921875, + 0.0191802978515625, + -0.0093231201171875, + 0.01172637939453125, + 0.00527191162109375, + -0.031280517578125, + -0.01399993896484375, + -0.06219482421875, + -0.0712890625, + 0.00782012939453125, + -0.052734375, + -0.01004791259765625, + 0.007457733154296875, + 0.0552978515625, + 0.021270751953125, + -0.0279998779296875, + 0.0238189697265625, + -0.0197296142578125, + 0.002124786376953125, + -0.04345703125, + 0.0013866424560546875, + -0.018829345703125, + 0.050201416015625, + -0.018463134765625, + -0.037811279296875, + 0.02728271484375, + -0.0113677978515625, + -0.0068206787109375, + -0.0234527587890625, + -0.0201873779296875, + -0.0338134765625, + 0.0234527587890625, + -0.0716552734375, + -0.005184173583984375, + 0.01763916015625, + 0.057098388671875, + 0.0190887451171875, + -0.03363037109375, + 0.06256103515625, + -0.0238189697265625, + -0.047271728515625, + 0.00836181640625, + -0.0068206787109375, + -0.018463134765625, + -0.00927734375, + -0.00963592529296875, + 0.0234527587890625, + -0.01491546630859375, + 0.0287322998046875, + 0.04364013671875, + 0.052734375, + 0.01373291015625, + -0.025634765625, + -0.0243682861328125, + -0.017181396484375, + 0.0209197998046875, + 0.03765869140625, + 0.0086822509765625, + -0.004364013671875, + 0.0283660888671875, + -0.0197296142578125, + -0.090576171875, + -0.0199127197265625, + -0.03564453125, + -0.055999755859375, + -0.011322021484375, + 0.06689453125, + 0.0367431640625, + -0.0105438232421875, + 0.0289154052734375, + 0.039642333984375, + 0.034912109375, + -0.00568389892578125, + 0.00981903076171875, + -0.06402587890625, + -0.004180908203125, + 0.0224609375, + 0.02581787109375, + -0.049102783203125, + 0.039642333984375, + 0.06475830078125, + -0.0154571533203125, + -0.004116058349609375, + 0.0042724609375, + -0.00954437255859375, + 0.0338134765625, + 0.0010175704956054688, + 0.013824462890625, + -0.047637939453125, + 0.0195465087890625, + 0.0287322998046875, + 0.007091522216796875, + 0.004863739013671875, + -0.0045928955078125, + -0.032562255859375, + 0.046539306640625, + -0.05126953125, + -0.0290985107421875, + -0.013458251953125, + 0.0701904296875, + 0.0162811279296875, + -0.034912109375, + -0.00763702392578125, + 0.04473876953125, + 0.02764892578125, + -0.013092041015625, + -0.0115966796875, + 0.0243682861328125, + 0.006999969482421875, + 0.02154541015625, + 0.041107177734375, + 0.032928466796875, + 0.06585693359375, + 0.031463623046875, + -0.05126953125, + 0.0192718505859375, + 0.005340576171875, + -0.00959014892578125, + -0.006591796875, + -0.031829833984375, + -0.00959014892578125, + -0.048370361328125, + 0.0287322998046875, + 0.0241851806640625, + 0.031463623046875, + 0.030181884765625, + -0.00809478759765625, + -0.021636962890625, + -0.003955841064453125, + 0.0220947265625, + 0.057464599609375, + 0.034912109375, + -0.00791168212890625, + 0.0205535888671875, + -0.00452423095703125, + 0.00963592529296875, + -0.01273345947265625, + 0.0236358642578125, + -0.042724609375, + 0.013092041015625, + -0.041290283203125, + -0.008544921875, + -0.004180908203125, + -0.01690673828125, + -0.0165557861328125, + -0.0015344619750976562, + 0.0084075927734375, + -0.0296478271484375, + -0.039093017578125, + -0.002262115478515625, + 0.030914306640625, + -0.0438232421875, + 0.0245513916015625, + 0.01800537109375, + -0.025634765625, + 0.003204345703125, + -0.01427459716796875, + 0.06402587890625, + 0.0292816162109375, + 0.03692626953125, + -0.0263671875, + 0.007457733154296875, + 0.040924072265625, + 0.0036144256591796875, + 0.01373291015625, + 0.0201873779296875, + -0.02618408203125, + 0.031829833984375, + 0.0545654296875, + 0.005817413330078125, + -0.0251007080078125, + 0.0243682861328125, + 0.02264404296875, + -0.037811279296875, + 0.06182861328125, + -0.00234222412109375, + 0.012908935546875, + 0.006092071533203125, + 0.0220947265625, + -0.017181396484375, + -0.048004150390625, + 0.053466796875, + 0.0287322998046875, + -0.01209259033203125, + 0.013458251953125, + -0.0374755859375, + 0.0452880859375, + 0.01264190673828125, + 0.074951171875, + -0.0274658203125, + 0.04437255859375, + -0.0160064697265625, + 0.0251007080078125, + -0.012908935546875, + -0.006137847900390625, + -0.0199127197265625, + 0.022369384765625, + -0.02691650390625, + 0.046539306640625, + 0.022186279296875, + -0.0012331008911132812, + -0.050933837890625, + 0.0024318695068359375, + 0.008544921875, + 0.003204345703125, + 0.06146240234375, + -0.049102783203125, + -0.0196380615234375, + 0.0203704833984375, + 0.06549072265625, + 0.06109619140625, + -0.03326416015625, + 0.0294647216796875, + 0.0032501220703125, + -0.01837158203125, + 0.0013637542724609375, + -0.032562255859375 + ], + "metadata": { + "domains": [ + "incident-response", + "network-forensics" + ], + "phases": [ + "analysis" + ], + "tags": [ + "search", + "big-data" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_VirusTotal", + "type": "tool", + "name": "VirusTotal", + "content": "virustotal googles malware-intelligence-plattform aggregiert erkennungen von 70+ antivirus-engines und sandboxes für sofortige threat-assessment. upload verdächtiger dateien, urls oder domains liefert umfassende reports: av-detections, behavioral-analysis, yara-matches, community-comments. besonders wertvoll: retro-hunt findet ähnliche samples in der milliarden-sample-datenbank, graph-view visualisiert malware-familien- beziehungen, crowdsourced-iocs von security-forschern weltweit. die premium-api ermöglicht bulk-searches und private scans. integration in alle major-security-tools durch offene apis. livehunt-service alertiert bei neuen samples matching custom yara-rules. vorsicht: public-uploads sind für alle sichtbar - keine vertraulichen samples! die kostenlose nutzung macht es zum standard-tool für initiale malware-triage. unverzichtbar für threat-intelligence und soc-analysten. sandbox av-scan malware-analysis examination", + "embedding": [ + -0.02313232421875, + 0.0297393798828125, + 0.031951904296875, + 0.0255584716796875, + 0.01409912109375, + 0.0257720947265625, + 0.020263671875, + -0.0208282470703125, + -0.014434814453125, + 0.0165252685546875, + -0.031280517578125, + 0.04473876953125, + 0.0255584716796875, + 0.00005161762237548828, + -0.056396484375, + 0.048919677734375, + 0.004047393798828125, + 0.0247802734375, + 0.015869140625, + 0.0013427734375, + -0.0295257568359375, + -0.02093505859375, + -0.040985107421875, + -0.0201568603515625, + 0.00727081298828125, + -0.01123809814453125, + -0.037017822265625, + -0.07623291015625, + -0.03570556640625, + -0.0159759521484375, + 0.0297393798828125, + -0.0328369140625, + -0.00997161865234375, + 0.0252227783203125, + -0.01206207275390625, + -0.00843048095703125, + 0.0086517333984375, + -0.047149658203125, + -0.000017642974853515625, + 0.021697998046875, + -0.0196075439453125, + -0.017730712890625, + -0.0014390945434570312, + -0.00641632080078125, + -0.042755126953125, + -0.032623291015625, + -0.017303466796875, + -0.0072174072265625, + 0.02886962890625, + -0.0168609619140625, + 0.0284271240234375, + 0.0190582275390625, + 0.01641845703125, + -0.031494140625, + -0.043853759765625, + 0.022369384765625, + 0.01806640625, + -0.0219268798828125, + -0.048919677734375, + 0.048919677734375, + -0.046478271484375, + -0.0179595947265625, + 0.00012826919555664062, + 0.0199432373046875, + 0.012176513671875, + 0.01261138916015625, + 0.001232147216796875, + -0.01641845703125, + -0.0024089813232421875, + 0.00782012939453125, + 0.005645751953125, + 0.00641632080078125, + -0.0260009765625, + 0.0484619140625, + -0.0219268798828125, + -0.012451171875, + 0.00980377197265625, + 0.031951904296875, + 0.009918212890625, + 0.017181396484375, + -0.04119873046875, + -0.0169677734375, + 0.046051025390625, + -0.03656005859375, + -0.01971435546875, + 0.007434844970703125, + 0.0146484375, + 0.02423095703125, + -0.022247314453125, + 0.0063629150390625, + 0.0185089111328125, + -0.003772735595703125, + 0.0255584716796875, + -0.01520538330078125, + 0.035919189453125, + 0.02764892578125, + -0.0269927978515625, + -0.0091400146484375, + -0.0086517333984375, + 0.052001953125, + -0.0007572174072265625, + -0.0201568603515625, + 0.05816650390625, + -0.01019287109375, + 0.046722412109375, + -0.0221405029296875, + 0.00727081298828125, + -0.009307861328125, + 0.01294708251953125, + -0.007434844970703125, + -0.0982666015625, + -0.06256103515625, + -0.01107025146484375, + -0.06695556640625, + -0.0045166015625, + 0.0179595947265625, + -0.0163116455078125, + 0.0297393798828125, + -0.03680419921875, + -0.0823974609375, + 0.04229736328125, + 0.01239013671875, + -0.007602691650390625, + 0.0199432373046875, + -0.002643585205078125, + -0.0634765625, + 0.0109100341796875, + 0.03216552734375, + -0.016632080078125, + -0.0215911865234375, + -0.001377105712890625, + -0.0232391357421875, + -0.00501251220703125, + -0.037689208984375, + -0.0035533905029296875, + -0.0304107666015625, + 0.00836944580078125, + 0.0281982421875, + -0.012176513671875, + 0.00614166259765625, + 0.046051025390625, + -0.030853271484375, + -0.04364013671875, + -0.00843048095703125, + -0.038116455078125, + 0.00559234619140625, + -0.034149169921875, + 0.034820556640625, + -0.04052734375, + 0.0179595947265625, + 0.00415802001953125, + 0.007049560546875, + 0.042510986328125, + 0.001308441162109375, + 0.01531219482421875, + -0.0281982421875, + 0.01161956787109375, + -0.0207061767578125, + 0.03546142578125, + -0.0022029876708984375, + -0.0212554931640625, + -0.00008046627044677734, + 0.0221405029296875, + 0.02886962890625, + -0.013824462890625, + -0.034149169921875, + -0.0261077880859375, + 0.0170745849609375, + 0.00815582275390625, + 0.00528717041015625, + 0.025665283203125, + -0.004985809326171875, + 0.0246734619140625, + 0.055084228515625, + -0.0005269050598144531, + 0.01250457763671875, + 0.0009365081787109375, + -0.038787841796875, + 0.044281005859375, + 0.0284271240234375, + -0.0190582275390625, + -0.01288604736328125, + 0.044952392578125, + -0.0035533905029296875, + 0.018951416015625, + -0.0002598762512207031, + -0.0193939208984375, + -0.029083251953125, + -0.03326416015625, + 0.03106689453125, + -0.046722412109375, + -0.0255584716796875, + -0.00952911376953125, + 0.05487060546875, + -0.001445770263671875, + 0.04803466796875, + 0.022369384765625, + -0.015869140625, + 0.026214599609375, + 0.0045166015625, + -0.004848480224609375, + 0.0161895751953125, + 0.032379150390625, + 0.043182373046875, + -0.020263671875, + 0.00952911376953125, + 0.01377105712890625, + 0.021148681640625, + 0.012176513671875, + -0.0134429931640625, + 0.0089263916015625, + 0.05859375, + -0.0150909423828125, + -0.023468017578125, + -0.017730712890625, + -0.034149169921875, + 0.0257720947265625, + 0.0024089813232421875, + -0.021697998046875, + 0.015533447265625, + -0.01233673095703125, + -0.031951904296875, + -0.006938934326171875, + 0.0139923095703125, + -0.01861572265625, + 0.0170745849609375, + 0.01300048828125, + 0.0012254714965820312, + -0.00897979736328125, + 0.006252288818359375, + 0.01349639892578125, + 0.0418701171875, + -0.003910064697265625, + -0.030181884765625, + -0.00881195068359375, + -0.005702972412109375, + 0.049346923828125, + 0.0204925537109375, + -0.0009641647338867188, + -0.0163116455078125, + -0.00028228759765625, + 0.042755126953125, + -0.0199432373046875, + 0.026336669921875, + 0.0012254714965820312, + -0.00627899169921875, + 0.00881195068359375, + -0.0118408203125, + 0.0111236572265625, + 0.053985595703125, + -0.06787109375, + -0.01806640625, + -0.05596923828125, + 0.023468017578125, + -0.06787109375, + -0.050445556640625, + -0.0193939208984375, + -0.060821533203125, + 0.047821044921875, + -0.0394287109375, + -0.0100250244140625, + 0.0033740997314453125, + 0.0213775634765625, + -0.00318145751953125, + 0.033935546875, + 0.00218963623046875, + -0.042755126953125, + -0.031951904296875, + 0.08770751953125, + 0.0080413818359375, + -0.0266571044921875, + -0.021484375, + 0.05133056640625, + -0.01062774658203125, + 0.0210418701171875, + -0.01641845703125, + 0.01531219482421875, + 0.0159759521484375, + 0.005260467529296875, + 0.0161895751953125, + 0.0074920654296875, + -0.01486968994140625, + -0.0080413818359375, + 0.055755615234375, + -0.049346923828125, + -0.008209228515625, + -0.01983642578125, + 0.00836944580078125, + 0.032379150390625, + -0.06695556640625, + -0.0016803741455078125, + 0.04296875, + 0.0134429931640625, + 0.0088653564453125, + -0.0089263916015625, + -0.05377197265625, + 0.0000023245811462402344, + 0.0049591064453125, + -0.0120086669921875, + 0.019500732421875, + 0.04229736328125, + -0.0531005859375, + 0.00826263427734375, + -0.0361328125, + 0.0007920265197753906, + -0.02203369140625, + -0.03656005859375, + -0.0013151168823242188, + -0.0167388916015625, + -0.023681640625, + -0.0207061767578125, + 0.0145416259765625, + -0.03173828125, + 0.0165252685546875, + 0.0111236572265625, + -0.00754547119140625, + -0.038330078125, + -0.026763916015625, + 0.022918701171875, + -0.024017333984375, + -0.0350341796875, + -0.03460693359375, + 0.044952392578125, + 0.0086517333984375, + 0.0146484375, + -0.01751708984375, + -0.0165252685546875, + -0.0484619140625, + -0.005756378173828125, + -0.0225830078125, + -0.00374603271484375, + -0.006610870361328125, + 0.05133056640625, + 0.04296875, + 0.003345489501953125, + 0.0111236572265625, + 0.0802001953125, + 0.0228118896484375, + 0.00040268898010253906, + -0.01486968994140625, + 0.0187225341796875, + 0.005397796630859375, + 0.051544189453125, + -0.021697998046875, + 0.00732421875, + -0.0350341796875, + -0.041656494140625, + -0.0024509429931640625, + 0.033935546875, + 0.0418701171875, + 0.018280029296875, + 0.003993988037109375, + 0.00815582275390625, + 0.08990478515625, + 0.01007843017578125, + 0.1048583984375, + -0.014434814453125, + -0.051544189453125, + -0.00826263427734375, + 0.037689208984375, + -0.025115966796875, + 0.018402099609375, + -0.0154266357421875, + 0.01140594482421875, + -0.034149169921875, + 0.0169677734375, + -0.033477783203125, + 0.03436279296875, + 0.005096435546875, + 0.0167388916015625, + 0.032379150390625, + -0.01641845703125, + 0.031951904296875, + 0.0199432373046875, + 0.041656494140625, + 0.0199432373046875, + 0.04583740234375, + -0.0163116455078125, + -0.01239013671875, + -0.05377197265625, + -0.07623291015625, + 0.0204925537109375, + -0.00261688232421875, + 0.004405975341796875, + 0.0208282470703125, + -0.021697998046875, + -0.05596923828125, + 0.0286407470703125, + -0.021148681640625, + 0.08197021484375, + 0.04693603515625, + -0.010467529296875, + 0.02655029296875, + -0.0156402587890625, + 0.02093505859375, + 0.026885986328125, + 0.01134490966796875, + 0.0226898193359375, + 0.06298828125, + 0.054656982421875, + 0.01476287841796875, + -0.021148681640625, + 0.003635406494140625, + 0.009857177734375, + 0.0272064208984375, + 0.01178741455078125, + 0.0394287109375, + 0.006748199462890625, + 0.0208282470703125, + -0.0226898193359375, + 0.037017822265625, + 0.01052093505859375, + -0.017181396484375, + -0.0199432373046875, + -0.021484375, + 0.024017333984375, + -0.0328369140625, + 0.0023956298828125, + -0.0208282470703125, + 0.031494140625, + 0.002147674560546875, + 0.00047850608825683594, + -0.0823974609375, + -0.0060577392578125, + 0.05419921875, + -0.0665283203125, + 0.03173828125, + 0.0074920654296875, + -0.022918701171875, + 0.0215911865234375, + 0.0089263916015625, + -0.0552978515625, + 0.047576904296875, + -0.0250091552734375, + -0.079345703125, + -0.00798797607421875, + 0.0207061767578125, + -0.05023193359375, + -0.03546142578125, + -0.040313720703125, + -0.0108489990234375, + -0.014434814453125, + -0.0304107666015625, + 0.027099609375, + -0.01239013671875, + 0.00942230224609375, + 0.03436279296875, + 0.030181884765625, + -0.018402099609375, + -0.038116455078125, + 0.03173828125, + -0.02764892578125, + -0.043853759765625, + 0.0174102783203125, + -0.0165252685546875, + 0.012451171875, + -0.03900146484375, + -0.004352569580078125, + -0.00936126708984375, + 0.036346435546875, + 0.0107421875, + 0.01206207275390625, + -0.023681640625, + -0.046478271484375, + -0.0286407470703125, + 0.08154296875, + 0.021820068359375, + 0.042755126953125, + -0.00669097900390625, + -0.056854248046875, + 0.0255584716796875, + -0.0599365234375, + 0.00225830078125, + -0.022247314453125, + 0.03106689453125, + -0.0111236572265625, + 0.08502197265625, + -0.019500732421875, + -0.017730712890625, + -0.007434844970703125, + 0.031494140625, + 0.01195526123046875, + 0.0266571044921875, + -0.04296875, + 0.053985595703125, + 0.0255584716796875, + -0.07183837890625, + -0.029083251953125, + -0.029083251953125, + 0.0157470703125, + 0.04913330078125, + -0.046722412109375, + 0.0038280487060546875, + 0.0022449493408203125, + -0.040771484375, + -0.031280517578125, + -0.0372314453125, + -0.0191650390625, + -0.044952392578125, + 0.034149169921875, + 0.014434814453125, + -0.00218963623046875, + 0.040313720703125, + 0.01052093505859375, + -0.01052093505859375, + 0.00853729248046875, + 0.030181884765625, + -0.013824462890625, + 0.0281982421875, + -0.06787109375, + -0.0462646484375, + -0.00727081298828125, + 0.034820556640625, + -0.01421356201171875, + 0.01267242431640625, + -0.0179595947265625, + -0.0005850791931152344, + 0.0304107666015625, + -0.016082763671875, + 0.0150909423828125, + -0.0156402587890625, + -0.0286407470703125, + -0.0295257568359375, + 0.00826263427734375, + 0.0260009765625, + -0.0008745193481445312, + -0.0018453598022460938, + 0.02886962890625, + 0.039886474609375, + -0.046722412109375, + -0.0120086669921875, + 0.0085906982421875, + -0.0035533905029296875, + 0.01300048828125, + -0.0133819580078125, + -0.014434814453125, + -0.0221405029296875, + 0.01641845703125, + -0.04449462890625, + -0.0019006729125976562, + -0.0709228515625, + 0.0233612060546875, + -0.01161956787109375, + 0.0212554931640625, + -0.0204925537109375, + -0.0191650390625, + -0.038543701171875, + -0.0174102783203125, + 0.0275421142578125, + 0.0190582275390625, + -0.01861572265625, + -0.031280517578125, + -0.031280517578125, + 0.0014944076538085938, + -0.040985107421875, + 0.0277557373046875, + -0.004215240478515625, + 0.0196075439453125, + -0.006336212158203125, + -0.03656005859375, + 0.0306243896484375, + 0.023681640625, + 0.045379638671875, + 0.0156402587890625, + 0.03216552734375, + -0.027984619140625, + 0.00046133995056152344, + 0.00460052490234375, + -0.012176513671875, + -0.0131072998046875, + -0.0210418701171875, + 0.040985107421875, + -0.03656005859375, + -0.018951416015625, + 0.0297393798828125, + 0.03570556640625, + 0.0169677734375, + -0.00952911376953125, + -0.030853271484375, + 0.0188446044921875, + 0.000530242919921875, + 0.05859375, + -0.0246734619140625, + -0.04364013671875, + -0.025665283203125, + 0.0193939208984375, + 0.053314208984375, + 0.04693603515625, + 0.01387786865234375, + -0.052001953125, + 0.00771331787109375, + 0.056854248046875, + -0.01432037353515625, + -0.056182861328125, + -0.0258941650390625, + 0.0210418701171875, + -0.002712249755859375, + 0.059051513671875, + 0.029296875, + 0.1004638671875, + 0.0272064208984375, + -0.022369384765625, + 0.0284271240234375, + 0.048248291015625, + 0.031494140625, + -0.035247802734375, + -0.06610107421875, + -0.006500244140625, + 0.0224761962890625, + -0.030853271484375, + -0.0179595947265625, + -0.003360748291015625, + 0.06787109375, + -0.08856201171875, + -0.026336669921875, + -0.005702972412109375, + -0.0146484375, + 0.015869140625, + 0.0020656585693359375, + -0.00559234619140625, + 0.0179595947265625, + 0.015533447265625, + -0.007106781005859375, + -0.0011081695556640625, + -0.024017333984375, + -0.006031036376953125, + 0.05816650390625, + 0.0212554931640625, + -0.01421356201171875, + 0.0272064208984375, + 0.022918701171875, + 0.0094757080078125, + 0.0255584716796875, + 0.0097503662109375, + -0.00798797607421875, + 0.029296875, + 0.038116455078125, + 0.0634765625, + -0.013275146484375, + -0.0157470703125, + 0.0012531280517578125, + 0.01520538330078125, + 0.006443023681640625, + 0.038787841796875, + 0.01178741455078125, + -0.01062774658203125, + 0.00897979736328125, + -0.06298828125, + -0.00015401840209960938, + 0.01222991943359375, + -0.0023555755615234375, + -0.038330078125, + -0.044281005859375, + 0.0277557373046875, + -0.042755126953125, + 0.040313720703125, + 0.030181884765625, + -0.0394287109375, + -0.03460693359375, + 0.0621337890625, + -0.0105743408203125, + -0.042755126953125, + 0.016082763671875, + 0.0077667236328125, + -0.02093505859375, + 0.016632080078125, + -0.009033203125, + 0.041412353515625, + -0.014434814453125, + -0.059478759765625, + -0.01751708984375, + 0.008209228515625, + -0.01261138916015625, + -0.0156402587890625, + -0.0077667236328125, + 0.01052093505859375, + -0.005207061767578125, + -0.030853271484375, + -0.04736328125, + 0.0032634735107421875, + 0.0030155181884765625, + -0.0250091552734375, + 0.017303466796875, + 0.004711151123046875, + -0.044281005859375, + 0.0185089111328125, + -0.0083160400390625, + -0.02093505859375, + 0.042755126953125, + -0.038787841796875, + 0.0258941650390625, + 0.00815582275390625, + 0.00225830078125, + 0.047149658203125, + 0.06829833984375, + 0.002368927001953125, + -0.01983642578125, + 0.0057830810546875, + -0.039886474609375, + 0.0118408203125, + -0.01168060302734375, + 0.00514984130859375, + -0.065673828125, + 0.0191650390625, + 0.057281494140625, + -0.06475830078125, + 0.0199432373046875, + 0.0038280487060546875, + -0.004817962646484375, + -0.047576904296875, + 0.004791259765625, + 0.007160186767578125, + 0.007106781005859375, + 0.06036376953125, + 0.006664276123046875, + -0.01861572265625, + 0.0201568603515625, + -0.05419921875, + 0.038116455078125, + 0.01305389404296875, + 0.033050537109375, + -0.047821044921875, + 0.03173828125, + 0.018402099609375, + -0.0272064208984375, + -0.007381439208984375, + -0.07843017578125, + 0.033721923828125, + 0.03436279296875, + 0.0204925537109375, + 0.00699615478515625, + 0.01206207275390625, + -0.038116455078125, + -0.0150909423828125, + -0.0244598388671875, + 0.0038280487060546875, + 0.0219268798828125, + 0.0125579833984375, + -0.041412353515625, + -0.021148681640625, + -0.004711151123046875, + -0.046722412109375, + -0.033935546875, + -0.035919189453125, + 0.0306243896484375, + -0.00881195068359375, + -0.06695556640625, + 0.01068878173828125, + -0.035919189453125, + 0.005123138427734375, + 0.0169677734375, + 0.0484619140625, + -0.039215087890625, + -0.0161895751953125, + 0.0272064208984375, + 0.030853271484375, + -0.00162506103515625, + 0.01206207275390625, + 0.0137176513671875, + 0.005260467529296875, + 0.005207061767578125, + -0.035919189453125, + 0.04913330078125, + 0.0440673828125, + -0.033477783203125, + -0.03570556640625, + -0.0233612060546875, + -0.034149169921875, + 0.043853759765625, + -0.01261138916015625, + 0.0207061767578125, + 0.004047393798828125, + -0.0176239013671875, + -0.08551025390625, + 0.05419921875, + 0.0003960132598876953, + 0.006748199462890625, + 0.0235748291015625, + -0.032379150390625, + -0.0440673828125, + -0.0462646484375, + -0.0118408203125, + 0.0187225341796875, + -0.0232391357421875, + 0.0145416259765625, + 0.027984619140625, + 0.01068878173828125, + 0.014434814453125, + 0.0100250244140625, + 0.00908660888671875, + 0.0230255126953125, + 0.01366424560546875, + -0.036346435546875, + 0.06170654296875, + -0.037689208984375, + 0.00853729248046875, + 0.0108489990234375, + 0.0207061767578125, + 0.037017822265625, + -0.0006299018859863281, + -0.04119873046875, + 0.014984130859375, + 0.046051025390625, + 0.060821533203125, + -0.03790283203125, + 0.017730712890625, + -0.01377105712890625, + 0.0033321380615234375, + 0.03106689453125, + -0.01322174072265625, + -0.00289154052734375, + 0.0159759521484375, + -0.01024627685546875, + -0.0196075439453125, + -0.054656982421875, + -0.06390380859375, + 0.005313873291015625, + -0.048248291015625, + -0.012725830078125, + 0.0079345703125, + 0.00908660888671875, + 0.036346435546875, + -0.0552978515625, + 0.049560546875, + -0.0016460418701171875, + -0.0212554931640625, + 0.0111236572265625, + 0.0012531280517578125, + -0.00537109375, + 0.03326416015625, + 0.0224761962890625, + -0.034820556640625, + 0.0191650390625, + -0.041656494140625, + -0.025665283203125, + -0.030181884765625, + -0.006305694580078125, + -0.05859375, + 0.041412353515625, + -0.0731201171875, + -0.024017333984375, + -0.0013217926025390625, + 0.0247802734375, + 0.00782012939453125, + -0.0418701171875, + 0.045166015625, + -0.0022449493408203125, + -0.055755615234375, + 0.01520538330078125, + -0.03656005859375, + -0.041412353515625, + -0.017181396484375, + -0.01322174072265625, + 0.03216552734375, + -0.005977630615234375, + 0.042510986328125, + 0.0498046875, + 0.030181884765625, + 0.01983642578125, + -0.0010118484497070312, + 0.00592041015625, + 0.0091400146484375, + 0.040313720703125, + 0.0306243896484375, + 0.0266571044921875, + -0.00997161865234375, + 0.0208282470703125, + 0.017730712890625, + -0.06610107421875, + -0.0203857421875, + -0.026885986328125, + -0.056396484375, + 0.013824462890625, + 0.05023193359375, + 0.035919189453125, + -0.017730712890625, + 0.01387786865234375, + 0.029296875, + 0.032379150390625, + 0.023681640625, + -0.020263671875, + -0.04296875, + -0.0225830078125, + 0.04296875, + 0.034820556640625, + -0.07489013671875, + 0.0462646484375, + 0.07049560546875, + -0.0203857421875, + -0.01421356201171875, + -0.0131072998046875, + 0.00047516822814941406, + 0.046051025390625, + 0.0418701171875, + 0.035919189453125, + -0.0802001953125, + -0.0037174224853515625, + 0.0176239013671875, + -0.00600433349609375, + -0.0191650390625, + -0.0020923614501953125, + -0.031951904296875, + 0.052886962890625, + -0.059051513671875, + -0.01520538330078125, + 0.0105743408203125, + 0.07843017578125, + -0.007160186767578125, + -0.0212554931640625, + 0.01409912109375, + 0.016082763671875, + 0.02435302734375, + -0.0207061767578125, + -0.00826263427734375, + 0.030181884765625, + -0.003662109375, + 0.0168609619140625, + 0.0531005859375, + 0.024566650390625, + 0.022369384765625, + -0.0094757080078125, + -0.0304107666015625, + 0.0284271240234375, + -0.00331878662109375, + -0.0023136138916015625, + 0.00870513916015625, + -0.050445556640625, + -0.02203369140625, + -0.0233612060546875, + 0.026885986328125, + 0.0284271240234375, + 0.06829833984375, + 0.01421356201171875, + 0.0196075439453125, + -0.015533447265625, + 0.0019683837890625, + 0.01134490966796875, + 0.04296875, + 0.0255584716796875, + 0.002864837646484375, + 0.0192718505859375, + 0.0092010498046875, + 0.01288604736328125, + -0.018280029296875, + 0.037445068359375, + -0.043853759765625, + -0.003208160400390625, + -0.052001953125, + -0.026885986328125, + 0.0192718505859375, + -0.007602691650390625, + 0.0072174072265625, + -0.0255584716796875, + 0.0023822784423828125, + -0.0272064208984375, + -0.04449462890625, + -0.037689208984375, + 0.03173828125, + -0.03790283203125, + 0.01531219482421875, + 0.0226898193359375, + -0.004901885986328125, + 0.0024929046630859375, + -0.022369384765625, + 0.059478759765625, + 0.0187225341796875, + 0.035919189453125, + -0.0176239013671875, + -0.0026302337646484375, + 0.00942230224609375, + -0.004184722900390625, + 0.0260009765625, + 0.0135498046875, + 0.00600433349609375, + 0.05859375, + 0.0304107666015625, + 0.0278778076171875, + -0.040771484375, + 0.0167388916015625, + 0.01206207275390625, + -0.046722412109375, + 0.026336669921875, + 0.0278778076171875, + 0.016082763671875, + 0.012115478515625, + -0.00826263427734375, + 0.005619049072265625, + -0.06524658203125, + 0.06475830078125, + -0.0052337646484375, + -0.0157470703125, + 0.0269927978515625, + -0.046722412109375, + 0.06170654296875, + 0.03173828125, + 0.06744384765625, + -0.07183837890625, + 0.0277557373046875, + -0.0201568603515625, + 0.0269927978515625, + -0.00232696533203125, + -0.01983642578125, + -0.01178741455078125, + 0.0150909423828125, + -0.0181732177734375, + 0.0577392578125, + 0.0237884521484375, + -0.0089263916015625, + -0.060821533203125, + 0.0035800933837890625, + 0.00415802001953125, + 0.01332855224609375, + 0.049560546875, + -0.043182373046875, + -0.034820556640625, + 0.01332855224609375, + 0.0247802734375, + 0.0714111328125, + -0.02093505859375, + 0.006526947021484375, + -0.036346435546875, + -0.0015287399291992188, + 0.00036144256591796875, + -0.018951416015625 + ], + "metadata": { + "domains": [ + "malware-analysis" + ], + "phases": [ + "examination" + ], + "tags": [ + "sandbox", + "av-scan" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Radare2", + "type": "tool", + "name": "Radare2", + "content": "radare2 das modulare reverse-engineering-framework vereint disassembler, debugger, hex-editor und scripter in einer mächtigen cli-suite. die unix-philosophie \"do one thing well\" ermöglicht granulare kontrolle über jeden analyse-schritt. besonders innovativ: r2pipe-integration bindet das framework in python, node.js, go-scripts ein, visual-mode bietet pseudo-gui im terminal, project-files speichern komplexe analysen persistent. über 20 architekturen unterstützt von x86 bis webassembly. die aktive community entwickelt ständig neue features: r2ghidra-decompiler, r2dec für pseudocode, cutter als gui- frontend. besonders stark bei firmware-analyse und ctf-challenges. die steep-learning-curve wird durch unübertroffene flexibilität belohnt. docker-images vereinfachen deployment. die lgpl-lizenz ermöglicht kommerzielle integration. perfekt für sicherheitsforscher die maximale kontrolle über ihre analyse-umgebung benötigen. reverse-engineering scripting malware-analysis analysis", + "embedding": [ + -0.025360107421875, + 0.0030384063720703125, + 0.040130615234375, + -0.00244140625, + 0.03778076171875, + 0.0341796875, + 0.0086517333984375, + -0.00981903076171875, + -0.0276031494140625, + -0.00554656982421875, + -0.02886962890625, + 0.05859375, + 0.014862060546875, + 0.0229339599609375, + -0.04180908203125, + 0.028228759765625, + -0.009552001953125, + -0.0104522705078125, + 0.006687164306640625, + 0.0228271484375, + -0.0042724609375, + -0.032470703125, + -0.05816650390625, + -0.016021728515625, + -0.00695037841796875, + 0.0007796287536621094, + 0.000025928020477294922, + -0.0870361328125, + -0.004642486572265625, + 0.007801055908203125, + 0.003635406494140625, + -0.0145416259765625, + 0.0200653076171875, + 0.0216522216796875, + 0.011993408203125, + -0.02154541015625, + -0.0192108154296875, + -0.06964111328125, + 0.001598358154296875, + 0.054779052734375, + -0.02886962890625, + -0.009124755859375, + 0.00870513916015625, + -0.036102294921875, + -0.0041656494140625, + -0.040130615234375, + 0.0049896240234375, + -0.0084381103515625, + 0.0181427001953125, + -0.04266357421875, + 0.027801513671875, + 0.01528167724609375, + 0.0005903244018554688, + -0.0243072509765625, + -0.079833984375, + 0.0145416259765625, + 0.042022705078125, + -0.0276031494140625, + -0.0382080078125, + 0.063232421875, + -0.01666259765625, + -0.039276123046875, + 0.005146026611328125, + -0.006473541259765625, + 0.0186767578125, + 0.0245208740234375, + -0.018890380859375, + -0.01236724853515625, + 0.0053863525390625, + -0.00021886825561523438, + 0.0196380615234375, + 0.0181427001953125, + -0.002971649169921875, + 0.042877197265625, + -0.061553955078125, + -0.03375244140625, + 0.020172119140625, + 0.035888671875, + 0.00960540771484375, + 0.01024627685546875, + -0.0240936279296875, + 0.0013132095336914062, + 0.032257080078125, + -0.01146697998046875, + -0.00360870361328125, + 0.0034236907958984375, + 0.036102294921875, + 0.012420654296875, + 0.0312042236328125, + -0.038848876953125, + 0.037353515625, + -0.0139007568359375, + 0.02069091796875, + -0.040771484375, + 0.029937744140625, + 0.038421630859375, + -0.0350341796875, + -0.0038204193115234375, + -0.052001953125, + 0.03546142578125, + 0.0202789306640625, + -0.0189971923828125, + 0.08154296875, + -0.01258087158203125, + 0.062408447265625, + -0.02801513671875, + 0.00310516357421875, + 0.01146697998046875, + 0.0106658935546875, + 0.003223419189453125, + -0.0772705078125, + -0.0333251953125, + -0.01380157470703125, + -0.05816650390625, + -0.00748443603515625, + 0.005680084228515625, + -0.010772705078125, + 0.03289794921875, + -0.03948974609375, + -0.0263214111328125, + 0.00411224365234375, + 0.004669189453125, + -0.0163421630859375, + 0.021331787109375, + -0.044586181640625, + -0.045654296875, + 0.006900787353515625, + 0.0183563232421875, + -0.038848876953125, + -0.01273345947265625, + -0.0178375244140625, + -0.037994384765625, + -0.0139007568359375, + -0.0145416259765625, + 0.006237030029296875, + -0.0305633544921875, + 0.0316162109375, + -0.0057830810546875, + -0.011993408203125, + 0.00208282470703125, + 0.01580810546875, + -0.033966064453125, + -0.050323486328125, + 0.0238800048828125, + -0.0180511474609375, + -0.0229339599609375, + -0.0125274658203125, + 0.0276031494140625, + -0.0229339599609375, + 0.01055908203125, + 0.0204925537109375, + 0.017730712890625, + 0.07684326171875, + -0.01549530029296875, + 0.01024627685546875, + -0.047332763671875, + -0.01517486572265625, + 0.000942230224609375, + 0.03778076171875, + -0.01507568359375, + -0.00795745849609375, + 0.0014524459838867188, + 0.01560211181640625, + 0.038421630859375, + -0.0307769775390625, + -0.0276031494140625, + 0.006420135498046875, + 0.00907135009765625, + 0.0211181640625, + 0.00432586669921875, + 0.04669189453125, + -0.0022945404052734375, + 0.0210113525390625, + 0.05242919921875, + -0.0082244873046875, + 0.01172637939453125, + -0.0006465911865234375, + -0.0025081634521484375, + 0.027801513671875, + 0.0200653076171875, + -0.01326751708984375, + -0.0187835693359375, + 0.0496826171875, + -0.01305389404296875, + 0.0276031494140625, + -0.0013866424560546875, + -0.0309906005859375, + -0.0364990234375, + -0.037353515625, + 0.01093292236328125, + -0.041595458984375, + -0.0194244384765625, + -0.0126800537109375, + 0.02886962890625, + 0.025787353515625, + 0.054351806640625, + 0.04669189453125, + -0.000988006591796875, + 0.031829833984375, + 0.0214385986328125, + -0.004669189453125, + 0.03692626953125, + 0.0086517333984375, + 0.036102294921875, + 0.031402587890625, + -0.0225067138671875, + -0.00902557373046875, + 0.0479736328125, + 0.023773193359375, + -0.0192108154296875, + -0.00870513916015625, + 0.037567138671875, + -0.009765625, + 0.01369476318359375, + -0.02685546875, + -0.01751708984375, + 0.0276031494140625, + -0.01507568359375, + 0.00472259521484375, + 0.0014390945434570312, + -0.01114654541015625, + -0.03692626953125, + -0.021759033203125, + 0.0244140625, + -0.03692626953125, + 0.046478271484375, + 0.053070068359375, + -0.0245208740234375, + -0.032684326171875, + 0.047119140625, + 0.0202789306640625, + 0.02801513671875, + 0.007587432861328125, + 0.0055999755859375, + -0.004405975341796875, + -0.0033702850341796875, + 0.0174102783203125, + 0.04351806640625, + 0.0059967041015625, + 0.036712646484375, + -0.03948974609375, + 0.004138946533203125, + -0.0183563232421875, + 0.0430908203125, + 0.03460693359375, + -0.0084381103515625, + 0.0167694091796875, + -0.0021495819091796875, + 0.003131866455078125, + 0.0399169921875, + -0.06878662109375, + -0.01666259765625, + -0.028228759765625, + -0.006500244140625, + -0.08404541015625, + -0.036712646484375, + -0.0211181640625, + -0.03692626953125, + 0.05010986328125, + -0.029083251953125, + -0.028228759765625, + 0.00732421875, + 0.0180511474609375, + -0.0149688720703125, + 0.01953125, + -0.01549530029296875, + -0.041595458984375, + 0.00732421875, + 0.07855224609375, + -0.006103515625, + -0.03289794921875, + -0.0133209228515625, + 0.0192108154296875, + 0.01141357421875, + -0.01422119140625, + -0.0305633544921875, + -0.005146026611328125, + 0.045440673828125, + 0.0196380615234375, + 0.0303497314453125, + -0.005199432373046875, + -0.0015392303466796875, + 0.0019235610961914062, + 0.043731689453125, + -0.03948974609375, + -0.005279541015625, + 0.0174102783203125, + -0.0018968582153320312, + 0.00716400146484375, + -0.06878662109375, + 0.0030918121337890625, + 0.029510498046875, + 0.025787353515625, + 0.01666259765625, + 0.01093292236328125, + -0.060699462890625, + 0.01560211181640625, + 0.00213623046875, + -0.00795745849609375, + 0.0284423828125, + 0.05010986328125, + -0.0234527587890625, + 0.005573272705078125, + -0.020172119140625, + 0.0200653076171875, + -0.020172119140625, + -0.04522705078125, + -0.007694244384765625, + 0.0121002197265625, + -0.0271759033203125, + -0.008331298828125, + 0.0072174072265625, + -0.0149688720703125, + 0.01708984375, + -0.0256805419921875, + -0.00716400146484375, + -0.046051025390625, + -0.036712646484375, + 0.0017118453979492188, + -0.0212249755859375, + -0.01358795166015625, + -0.028228759765625, + 0.0675048828125, + -0.01273345947265625, + 0.0240936279296875, + 0.00048089027404785156, + -0.006847381591796875, + -0.019744873046875, + 0.0205841064453125, + -0.0192108154296875, + 0.0176239013671875, + 0.0096588134765625, + 0.05816650390625, + 0.0067138671875, + 0.0227203369140625, + 0.037994384765625, + 0.0692138671875, + 0.048614501953125, + 0.0003516674041748047, + -0.016021728515625, + 0.00806427001953125, + -0.00043129920959472656, + 0.020172119140625, + -0.0273895263671875, + -0.0263214111328125, + -0.01422119140625, + -0.0180511474609375, + 0.022613525390625, + 0.0145416259765625, + 0.03948974609375, + 0.032684326171875, + 0.004589080810546875, + 0.002162933349609375, + 0.05902099609375, + 0.0019369125366210938, + 0.0887451171875, + -0.0162353515625, + -0.03692626953125, + 0.00279998779296875, + 0.0307769775390625, + -0.00371551513671875, + -0.00634002685546875, + 0.0205841064453125, + 0.005359649658203125, + -0.0025615692138671875, + 0.0462646484375, + -0.00981903076171875, + 0.00330352783203125, + 0.004642486572265625, + 0.0157012939453125, + 0.016876220703125, + -0.02239990234375, + -0.00655364990234375, + 0.042449951171875, + 0.03375244140625, + 0.043731689453125, + 0.038848876953125, + -0.035888671875, + -0.003383636474609375, + -0.046478271484375, + -0.048828125, + 0.0005507469177246094, + 0.0271759033203125, + -0.0027065277099609375, + 0.032470703125, + -0.037567138671875, + -0.044586181640625, + 0.02313232421875, + -0.036285400390625, + 0.08746337890625, + 0.043304443359375, + -0.004909515380859375, + 0.0181427001953125, + -0.0316162109375, + 0.0098724365234375, + 0.01141357421875, + -0.004299163818359375, + 0.05560302734375, + 0.049468994140625, + 0.02197265625, + 0.029296875, + -0.031829833984375, + 0.006847381591796875, + 0.035675048828125, + 0.00949859619140625, + -0.01369476318359375, + 0.0447998046875, + 0.0276031494140625, + 0.0260009765625, + -0.01177978515625, + 0.06793212890625, + 0.0271759033203125, + -0.009979248046875, + 0.043304443359375, + -0.0251617431640625, + 0.0245208740234375, + -0.05242919921875, + 0.00472259521484375, + 0.0303497314453125, + 0.01141357421875, + 0.00881195068359375, + 0.041595458984375, + -0.0496826171875, + 0.01024627685546875, + 0.0333251953125, + -0.08197021484375, + 0.0212249755859375, + 0.0207977294921875, + -0.01953125, + 0.001598358154296875, + -0.0284423828125, + -0.0772705078125, + 0.02313232421875, + -0.03375244140625, + -0.056884765625, + 0.01093292236328125, + 0.0234527587890625, + -0.0447998046875, + -0.0149688720703125, + -0.0382080078125, + -0.004405975341796875, + -0.025360107421875, + -0.027069091796875, + 0.037994384765625, + -0.00400543212890625, + 0.01071929931640625, + 0.05328369140625, + 0.039703369140625, + -0.036102294921875, + -0.01050567626953125, + 0.0265350341796875, + -0.0214385986328125, + -0.046905517578125, + 0.0244140625, + 0.01226043701171875, + -0.00827789306640625, + -0.0305633544921875, + -0.032257080078125, + 0.0031452178955078125, + -0.0094451904296875, + -0.0005736351013183594, + -0.007537841796875, + -0.05328369140625, + -0.037994384765625, + -0.06494140625, + 0.044586181640625, + 0.0267486572265625, + 0.028228759765625, + -0.0014066696166992188, + -0.05560302734375, + 0.008331298828125, + -0.06451416015625, + -0.01136016845703125, + 0.006076812744140625, + -0.0072174072265625, + -0.00666046142578125, + 0.063232421875, + -0.00785064697265625, + -0.004669189453125, + -0.0121002197265625, + 0.036102294921875, + 0.006900787353515625, + 0.009124755859375, + -0.034393310546875, + 0.052001953125, + 0.0165557861328125, + -0.05859375, + 0.00615692138671875, + -0.0247344970703125, + 0.00705718994140625, + 0.0496826171875, + -0.05328369140625, + -0.02398681640625, + -0.0139007568359375, + -0.06536865234375, + -0.0303497314453125, + -0.0252685546875, + -0.0098724365234375, + -0.01824951171875, + 0.010345458984375, + 0.033111572265625, + 0.0017251968383789062, + 0.034393310546875, + 0.0230255126953125, + -0.007801055908203125, + 0.004589080810546875, + 0.035247802734375, + -0.0447998046875, + 0.029296875, + -0.05859375, + -0.0178375244140625, + -0.01422119140625, + 0.032684326171875, + -0.02801513671875, + 0.0230255126953125, + 0.014007568359375, + -0.016448974609375, + 0.0210113525390625, + -0.0301513671875, + 0.0012674331665039062, + -0.025054931640625, + -0.029510498046875, + -0.0350341796875, + -0.03204345703125, + 0.01114654541015625, + 0.0171966552734375, + -0.01294708251953125, + 0.0167694091796875, + 0.003170013427734375, + -0.046478271484375, + 0.005413055419921875, + 0.00907135009765625, + -0.0167694091796875, + 0.0183563232421875, + 0.00849151611328125, + -0.0218658447265625, + 0.006740570068359375, + 0.01055908203125, + -0.032470703125, + -0.03204345703125, + -0.082763671875, + 0.033111572265625, + -0.00817108154296875, + -0.0161285400390625, + -0.0303497314453125, + -0.05645751953125, + -0.070068359375, + -0.0010881423950195312, + 0.0269622802734375, + 0.0128936767578125, + 0.01161956787109375, + -0.025787353515625, + -0.0350341796875, + -0.0162353515625, + -0.032470703125, + 0.047760009765625, + -0.023773193359375, + -0.0047760009765625, + -0.02154541015625, + -0.037994384765625, + 0.032684326171875, + 0.02197265625, + 0.02685546875, + -0.003978729248046875, + 0.007801055908203125, + -0.025054931640625, + 0.0307769775390625, + 0.0016984939575195312, + -0.0157012939453125, + -0.0185699462890625, + -0.01358795166015625, + 0.0261077880859375, + -0.0305633544921875, + -0.042022705078125, + 0.0214385986328125, + 0.01708984375, + 0.020904541015625, + -0.0147552490234375, + -0.03948974609375, + 0.01316070556640625, + -0.001598358154296875, + 0.061553955078125, + -0.0063934326171875, + -0.055206298828125, + -0.0012674331665039062, + 0.002918243408203125, + 0.043731689453125, + 0.037353515625, + -0.0228271484375, + -0.028228759765625, + 0.00727081298828125, + 0.055206298828125, + -0.0312042236328125, + -0.01751708984375, + -0.05816650390625, + 0.00827789306640625, + 0.00737762451171875, + 0.0789794921875, + -0.0113067626953125, + 0.06964111328125, + -0.0038738250732421875, + -0.0034236907958984375, + 0.0181427001953125, + 0.06536865234375, + 0.05157470703125, + -0.0230255126953125, + -0.048614501953125, + -0.0126800537109375, + -0.0165557861328125, + -0.0273895263671875, + -0.032470703125, + -0.00695037841796875, + 0.052001953125, + -0.06536865234375, + -0.027801513671875, + -0.0229339599609375, + -0.01517486572265625, + 0.005706787109375, + 0.0187835693359375, + -0.014862060546875, + 0.029083251953125, + 0.0011739730834960938, + -0.0594482421875, + 0.01071929931640625, + -0.0187835693359375, + -0.006473541259765625, + 0.07135009765625, + -0.00152587890625, + -0.0399169921875, + 0.053924560546875, + 0.0251617431640625, + 0.020172119140625, + 0.0017251968383789062, + 0.02197265625, + 0.027069091796875, + 0.029510498046875, + 0.05413818359375, + 0.05731201171875, + -0.0341796875, + -0.0309906005859375, + 0.005706787109375, + 0.00319671630859375, + 0.0207977294921875, + 0.033111572265625, + 0.01125335693359375, + -0.00142669677734375, + -0.008544921875, + -0.04754638671875, + 0.002613067626953125, + 0.0012607574462890625, + -0.019744873046875, + -0.03692626953125, + -0.036712646484375, + 0.005279541015625, + -0.031829833984375, + 0.032257080078125, + 0.01273345947265625, + 0.005279541015625, + 0.0009617805480957031, + 0.034393310546875, + -0.0106658935546875, + -0.044586181640625, + 0.0048828125, + -0.0247344970703125, + -0.0205841064453125, + -0.04522705078125, + -0.01824951171875, + 0.040985107421875, + -0.023773193359375, + -0.056884765625, + -0.00335693359375, + 0.053497314453125, + -0.0141143798828125, + -0.020172119140625, + -0.0106658935546875, + 0.01305389404296875, + -0.037994384765625, + -0.05987548828125, + -0.04840087890625, + -0.0238800048828125, + 0.0020694732666015625, + -0.038848876953125, + 0.024627685546875, + 0.01263427734375, + -0.0263214111328125, + 0.00493621826171875, + -0.031829833984375, + -0.0560302734375, + 0.048828125, + -0.043304443359375, + 0.0496826171875, + 0.010986328125, + 0.00411224365234375, + 0.048828125, + 0.0462646484375, + -0.0220794677734375, + 0.007110595703125, + -0.0149688720703125, + -0.08404541015625, + 0.01549530029296875, + 0.005252838134765625, + -0.01666259765625, + -0.09173583984375, + -0.0180511474609375, + 0.02484130859375, + -0.063232421875, + 0.012786865234375, + -0.0180511474609375, + -0.016021728515625, + -0.038421630859375, + 0.01380157470703125, + 0.0176239013671875, + -0.0180511474609375, + 0.08660888671875, + 0.01136016845703125, + -0.0181427001953125, + 0.0016384124755859375, + -0.04180908203125, + 0.054779052734375, + 0.0143280029296875, + 0.0261077880859375, + -0.04522705078125, + 0.0307769775390625, + 0.01003265380859375, + -0.010345458984375, + 0.0176239013671875, + -0.0789794921875, + 0.01103973388671875, + 0.017730712890625, + 0.0305633544921875, + -0.00411224365234375, + 0.0232391357421875, + -0.0146484375, + -0.01220703125, + -0.0307769775390625, + 0.0146484375, + 0.01215362548828125, + -0.0011873245239257812, + -0.044586181640625, + -0.029937744140625, + 0.01995849609375, + -0.04266357421875, + -0.025787353515625, + -0.0301513671875, + 0.042449951171875, + 0.0147552490234375, + -0.06964111328125, + 0.0271759033203125, + -0.01204681396484375, + -0.01422119140625, + 0.0364990234375, + 0.05816650390625, + -0.028228759765625, + -0.014434814453125, + 0.01071929931640625, + 0.0382080078125, + 0.01953125, + 0.00870513916015625, + 0.01125335693359375, + 0.0178375244140625, + 0.005306243896484375, + -0.0276031494140625, + 0.042236328125, + 0.029296875, + -0.00785064697265625, + -0.038421630859375, + -0.033966064453125, + -0.01580810546875, + 0.04034423828125, + -0.0123138427734375, + 0.05072021484375, + 0.03692626953125, + -0.01422119140625, + -0.08917236328125, + 0.047119140625, + 0.005069732666015625, + 0.02972412109375, + 0.00902557373046875, + -0.019317626953125, + -0.07598876953125, + -0.049041748046875, + -0.0008754730224609375, + 0.0106658935546875, + -0.042877197265625, + 0.05816650390625, + -0.003662109375, + -0.01326751708984375, + 0.0271759033203125, + 0.0092315673828125, + -0.006183624267578125, + 0.053497314453125, + -0.0024280548095703125, + -0.0227203369140625, + 0.078125, + -0.045013427734375, + 0.033966064453125, + -0.01061248779296875, + 0.0146484375, + 0.0167694091796875, + 0.009979248046875, + -0.036712646484375, + 0.0000655055046081543, + 0.01337432861328125, + 0.05413818359375, + -0.00785064697265625, + 0.018890380859375, + -0.0316162109375, + 0.00493621826171875, + -0.0227203369140625, + -0.01226043701171875, + -0.001857757568359375, + -0.0008821487426757812, + -0.031402587890625, + 0.007747650146484375, + -0.05987548828125, + -0.06494140625, + -0.0072174072265625, + -0.036285400390625, + -0.0133209228515625, + 0.006103515625, + 0.0249481201171875, + 0.0496826171875, + -0.05987548828125, + 0.033966064453125, + -0.006580352783203125, + -0.0118865966796875, + 0.00949859619140625, + 0.0276031494140625, + -0.031829833984375, + 0.037139892578125, + 0.016876220703125, + -0.0220794677734375, + 0.0229339599609375, + -0.027069091796875, + 0.0066070556640625, + -0.0094451904296875, + -0.00732421875, + -0.0240936279296875, + 0.033966064453125, + -0.061981201171875, + -0.00583648681640625, + 0.036712646484375, + 0.0284423828125, + 0.006526947021484375, + -0.0333251953125, + 0.025787353515625, + 0.006580352783203125, + -0.055206298828125, + 0.008758544921875, + -0.029510498046875, + -0.041168212890625, + -0.0029850006103515625, + -0.01549530029296875, + -0.0004246234893798828, + 0.01300048828125, + 0.0350341796875, + 0.0203857421875, + 0.066650390625, + 0.009552001953125, + -0.025787353515625, + 0.01177978515625, + -0.01369476318359375, + 0.0594482421875, + 0.0252685546875, + 0.0341796875, + 0.0011148452758789062, + 0.0198516845703125, + 0.011566162109375, + -0.06964111328125, + 0.00472259521484375, + -0.029937744140625, + -0.041168212890625, + -0.0169830322265625, + 0.0836181640625, + 0.024200439453125, + 0.0309906005859375, + 0.0198516845703125, + 0.0528564453125, + 0.029083251953125, + -0.0104522705078125, + -0.031829833984375, + -0.0692138671875, + -0.00461578369140625, + 0.024200439453125, + 0.017303466796875, + -0.061981201171875, + 0.054779052734375, + 0.0560302734375, + -0.0034503936767578125, + -0.01284027099609375, + -0.036712646484375, + -0.0149688720703125, + 0.03375244140625, + 0.032470703125, + 0.0276031494140625, + -0.07049560546875, + -0.0018711090087890625, + 0.0265350341796875, + -0.004032135009765625, + -0.00928497314453125, + -0.0214385986328125, + -0.0080108642578125, + 0.01125335693359375, + -0.040985107421875, + 0.00615692138671875, + 0.046478271484375, + 0.05157470703125, + 0.008758544921875, + -0.039703369140625, + -0.03204345703125, + 0.0163421630859375, + 0.0057830810546875, + -0.00881195068359375, + -0.00716400146484375, + 0.0350341796875, + -0.035888671875, + 0.02197265625, + 0.035247802734375, + -0.0014858245849609375, + 0.0145416259765625, + 0.031402587890625, + -0.040985107421875, + 0.0118865966796875, + -0.02197265625, + 0.009124755859375, + -0.0096588134765625, + -0.0333251953125, + -0.002826690673828125, + -0.031402587890625, + 0.0123138427734375, + 0.0186767578125, + 0.0276031494140625, + 0.021331787109375, + 0.00716400146484375, + 0.004459381103515625, + -0.0004742145538330078, + 0.027801513671875, + 0.03948974609375, + 0.032257080078125, + 0.018463134765625, + 0.0179443359375, + 0.016448974609375, + -0.0005307197570800781, + -0.0189971923828125, + 0.040985107421875, + -0.048828125, + 0.019744873046875, + -0.05157470703125, + -0.01114654541015625, + 0.0146484375, + -0.031829833984375, + -0.022613525390625, + -0.047119140625, + -0.00716400146484375, + -0.0333251953125, + -0.050933837890625, + -0.018890380859375, + 0.05560302734375, + -0.03863525390625, + 0.01560211181640625, + 0.034820556640625, + 0.035888671875, + 0.0026397705078125, + -0.042236328125, + 0.06964111328125, + 0.032257080078125, + 0.046478271484375, + -0.00279998779296875, + 0.001750946044921875, + 0.012786865234375, + -0.0212249755859375, + 0.0245208740234375, + 0.040557861328125, + -0.01751708984375, + 0.056884765625, + 0.0165557861328125, + 0.0230255126953125, + -0.0227203369140625, + 0.045013427734375, + -0.01194000244140625, + -0.042877197265625, + 0.005096435546875, + 0.0131072998046875, + 0.01380157470703125, + -0.005970001220703125, + -0.005916595458984375, + -0.0273895263671875, + -0.060699462890625, + 0.05859375, + 0.01422119140625, + -0.018463134765625, + 0.042236328125, + -0.0176239013671875, + 0.0577392578125, + 0.0062103271484375, + 0.045013427734375, + -0.0640869140625, + 0.05560302734375, + -0.016876220703125, + 0.0080108642578125, + 0.0009021759033203125, + 0.0028400421142578125, + -0.01528167724609375, + 0.029937744140625, + -0.00827789306640625, + 0.06494140625, + 0.0333251953125, + -0.009765625, + -0.0447998046875, + -0.00695037841796875, + 0.0030651092529296875, + 0.005252838134765625, + 0.034393310546875, + -0.0333251953125, + -0.00727081298828125, + 0.01013946533203125, + 0.0312042236328125, + 0.042022705078125, + -0.006290435791015625, + 0.0030384063720703125, + 0.005756378173828125, + -0.01549530029296875, + -0.0247344970703125, + -0.0072174072265625 + ], + "metadata": { + "domains": [ + "malware-analysis" + ], + "phases": [ + "analysis" + ], + "tags": [ + "reverse-engineering", + "scripting" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_IDA_Pro", + "type": "tool", + "name": "IDA Pro", + "content": "ida pro vertreten im bereich des reverse engineering seit über 30 jahren - hexrays ida pro definierte die statische binary-analyse. der disassembler unterstützt über 50 prozessor-architekturen von x86 über arm bis zu exotischen dsps. der decompiler wandelt assembly in lesbaren c-pseudocode um, interaktive cross-references visualisieren code-beziehungen, der graph-view zeigt control-flow intuitiv. idapython ermöglicht automatisierung komplexer analysen. die signature- datenbank (flirt) identifiziert standard-bibliotheken automatisch. collaborative-features für teamanalysen. besonders stark bei malware- dekonstruktion, vulnerability-research und firmware-analyse. der preis schreckt hobbyisten ab. disassembler decompiler malware-analysis static-investigations analysis", + "embedding": [ + -0.045074462890625, + 0.005062103271484375, + 0.03778076171875, + 0.02777099609375, + 0.022125244140625, + 0.03570556640625, + 0.02264404296875, + 0.0159759521484375, + -0.034637451171875, + -0.007411956787109375, + -0.034454345703125, + 0.05426025390625, + 0.004932403564453125, + 0.03173828125, + -0.053436279296875, + 0.041534423828125, + -0.0160675048828125, + 0.01221466064453125, + -0.00446319580078125, + -0.0014028549194335938, + -0.013671875, + -0.0159759521484375, + -0.03424072265625, + -0.0306854248046875, + 0.018890380859375, + 0.00839996337890625, + -0.01534271240234375, + -0.0496826171875, + -0.0103302001953125, + -0.0182647705078125, + 0.0202484130859375, + -0.006290435791015625, + 0.01309967041015625, + 0.0202484130859375, + 0.01544952392578125, + -0.018890380859375, + 0.0037059783935546875, + -0.059295654296875, + -0.0184783935546875, + 0.044677734375, + -0.01111602783203125, + 0.013671875, + 0.01617431640625, + -0.00347137451171875, + 0.00975799560546875, + -0.0452880859375, + 0.01174163818359375, + -0.01023101806640625, + 0.005321502685546875, + -0.008453369140625, + 0.045928955078125, + 0.025054931640625, + 0.0089263916015625, + -0.04132080078125, + -0.050323486328125, + 0.045501708984375, + 0.0296478271484375, + -0.0338134765625, + -0.036102294921875, + 0.049468994140625, + -0.0338134765625, + 0.005218505859375, + 0.0123138427734375, + 0.0001125335693359375, + -0.00751495361328125, + 0.04571533203125, + -0.007099151611328125, + -0.04425048828125, + 0.0007634162902832031, + 0.0170135498046875, + 0.009185791015625, + -0.007358551025390625, + -0.032989501953125, + 0.039031982421875, + -0.0546875, + -0.027557373046875, + 0.0200347900390625, + 0.04071044921875, + -0.0054779052734375, + 0.005191802978515625, + -0.04071044921875, + 0.01012420654296875, + 0.053436279296875, + -0.0089263916015625, + 0.002269744873046875, + -0.00211334228515625, + 0.029022216796875, + 0.0184783935546875, + 0.01523590087890625, + -0.0003979206085205078, + 0.035064697265625, + -0.01461029052734375, + 0.033599853515625, + -0.021820068359375, + 0.008819580078125, + 0.025360107421875, + -0.03424072265625, + -0.01064300537109375, + -0.046356201171875, + 0.028594970703125, + 0.0230712890625, + 0.0011806488037109375, + 0.05218505859375, + -0.027130126953125, + 0.0396728515625, + -0.040496826171875, + 0.0264129638671875, + -0.0060272216796875, + -0.004150390625, + -0.01346588134765625, + -0.0714111328125, + -0.025054931640625, + -0.00923919677734375, + -0.0626220703125, + 0.0024127960205078125, + 0.004802703857421875, + -0.0187835693359375, + 0.01461029052734375, + -0.047393798828125, + -0.0302734375, + 0.0173187255859375, + 0.0031452178955078125, + 0.0022182464599609375, + 0.034027099609375, + -0.0467529296875, + -0.05718994140625, + 0.003940582275390625, + 0.034454345703125, + -0.05010986328125, + -0.020660400390625, + -0.005062103271484375, + -0.0242156982421875, + -0.01544952392578125, + 0.01409149169921875, + -0.0081939697265625, + -0.02056884765625, + 0.02984619140625, + 0.0012788772583007812, + -0.009552001953125, + -0.002948760986328125, + 0.0193023681640625, + -0.02191162109375, + -0.06927490234375, + 0.021087646484375, + -0.00238800048828125, + -0.0245208740234375, + -0.0032100677490234375, + 0.022125244140625, + -0.046966552734375, + 0.0032100677490234375, + -0.0030651092529296875, + 0.0009984970092773438, + 0.060943603515625, + -0.002140045166015625, + 0.026092529296875, + -0.0269317626953125, + 0.01007080078125, + -0.0382080078125, + 0.041961669921875, + -0.01335906982421875, + -0.01148223876953125, + 0.0170135498046875, + -0.01012420654296875, + 0.03924560546875, + -0.0294342041015625, + -0.046966552734375, + -0.0001443624496459961, + 0.02734375, + 0.0208740234375, + -0.0177459716796875, + 0.00751495361328125, + -0.01080322265625, + 0.0296478271484375, + 0.06011962890625, + -0.0216064453125, + 0.022857666015625, + -0.019622802734375, + -0.0128936767578125, + 0.028594970703125, + 0.0172271728515625, + -0.00887298583984375, + -0.0323486328125, + 0.0308990478515625, + -0.01116943359375, + 0.0269317626953125, + 0.01273345947265625, + -0.0036525726318359375, + -0.0145111083984375, + -0.0302734375, + 0.045501708984375, + -0.0279693603515625, + -0.0242156982421875, + -0.01038360595703125, + 0.0411376953125, + 0.00814056396484375, + 0.059295654296875, + 0.037353515625, + -0.01059722900390625, + 0.0517578125, + -0.00665283203125, + 0.0302734375, + 0.021392822265625, + 0.003261566162109375, + 0.07183837890625, + 0.0236968994140625, + -0.00933837890625, + -0.0030269622802734375, + 0.025360107421875, + 0.03338623046875, + -0.006107330322265625, + 0.0004730224609375, + 0.0244293212890625, + 0.0010700225830078125, + 0.0037059783935546875, + -0.019927978515625, + -0.040496826171875, + 0.042999267578125, + -0.0007729530334472656, + 0.00913238525390625, + -0.0279693603515625, + 0.0015134811401367188, + -0.03173828125, + -0.01049041748046875, + 0.019622802734375, + -0.051971435546875, + 0.037994384765625, + 0.031524658203125, + -0.0162811279296875, + -0.0028839111328125, + 0.02630615234375, + 0.038421630859375, + 0.0209808349609375, + 0.0294342041015625, + -0.00665283203125, + -0.03131103515625, + -0.0109100341796875, + 0.0201416015625, + 0.032135009765625, + 0.0201416015625, + 0.00714874267578125, + -0.0396728515625, + 0.047607421875, + -0.02484130859375, + 0.039459228515625, + 0.036529541015625, + -0.0200347900390625, + 0.00830078125, + 0.00238800048828125, + 0.031097412109375, + 0.038818359375, + -0.034637451171875, + -0.025054931640625, + -0.050933837890625, + 0.017852783203125, + -0.060546875, + -0.02557373046875, + -0.01471710205078125, + -0.055938720703125, + 0.040496826171875, + -0.02777099609375, + -0.039031982421875, + 0.027557373046875, + 0.035491943359375, + -0.005428314208984375, + 0.014404296875, + 0.00498199462890625, + -0.053436279296875, + 0.0069427490234375, + 0.0697021484375, + 0.0038356781005859375, + -0.023895263671875, + -0.0279693603515625, + 0.0173187255859375, + 0.0011615753173828125, + 0.01983642578125, + -0.0110626220703125, + 0.004825592041015625, + 0.0302734375, + 0.030059814453125, + 0.0208740234375, + -0.025360107421875, + 0.0159759521484375, + -0.010955810546875, + 0.06890869140625, + -0.03985595703125, + 0.0030536651611328125, + 0.001735687255859375, + -0.00301361083984375, + -0.005035400390625, + -0.041961669921875, + -0.005504608154296875, + 0.0352783203125, + 0.03131103515625, + 0.0294342041015625, + 0.0119476318359375, + -0.07470703125, + 0.00121307373046875, + 0.0261993408203125, + -0.008087158203125, + 0.038604736328125, + 0.051971435546875, + -0.04925537109375, + -0.004695892333984375, + -0.01085662841796875, + 0.003993988037109375, + -0.044464111328125, + -0.02587890625, + -0.0438232421875, + 0.0145111083984375, + -0.044891357421875, + -0.0259857177734375, + 0.0200347900390625, + -0.037994384765625, + 0.026092529296875, + -0.0160675048828125, + 0.0157623291015625, + -0.053863525390625, + -0.042388916015625, + 0.0006031990051269531, + -0.0037059783935546875, + -0.04071044921875, + -0.053009033203125, + 0.05072021484375, + 0.01910400390625, + 0.024627685546875, + 0.0101776123046875, + 0.0267181396484375, + -0.0252532958984375, + 0.01910400390625, + -0.018585205078125, + 0.01012420654296875, + 0.01482391357421875, + 0.044464111328125, + 0.023590087890625, + 0.00788116455078125, + 0.04278564453125, + 0.0743408203125, + 0.0411376953125, + -0.021392822265625, + -0.00798797607421875, + 0.01111602783203125, + 0.02734375, + 0.015655517578125, + -0.039031982421875, + -0.0234832763671875, + -0.0323486328125, + -0.01513671875, + 0.00861358642578125, + -0.00876617431640625, + 0.053863525390625, + 0.0546875, + 0.01023101806640625, + -0.01236724853515625, + 0.053009033203125, + 0.0058441162109375, + 0.0885009765625, + -0.00634002685546875, + -0.049896240234375, + 0.00257110595703125, + 0.036102294921875, + -0.019927978515625, + -0.027130126953125, + 0.0382080078125, + 0.01325225830078125, + -0.0162811279296875, + 0.046142578125, + -0.0110626220703125, + 0.004489898681640625, + -0.02484130859375, + -0.0014219284057617188, + 0.0212860107421875, + -0.02191162109375, + 0.0214996337890625, + 0.00824737548828125, + 0.039031982421875, + 0.0214996337890625, + 0.029022216796875, + -0.058868408203125, + -0.003887176513671875, + -0.044464111328125, + -0.034454345703125, + 0.032135009765625, + 0.00814056396484375, + -0.0016698837280273438, + 0.04425048828125, + -0.042572021484375, + -0.06719970703125, + 0.01226043701171875, + -0.048004150390625, + 0.12109375, + 0.05426025390625, + -0.0162811279296875, + 0.018890380859375, + -0.034637451171875, + 0.030059814453125, + 0.0214996337890625, + 0.01100921630859375, + 0.046356201171875, + 0.0626220703125, + 0.037994384765625, + 0.0121612548828125, + -0.053009033203125, + 0.011688232421875, + 0.02337646484375, + 0.005401611328125, + 0.0062103271484375, + 0.056365966796875, + -0.003940582275390625, + 0.02630615234375, + -0.00301361083984375, + 0.044891357421875, + 0.04364013671875, + -0.034027099609375, + 0.040924072265625, + -0.005218505859375, + 0.021820068359375, + -0.049896240234375, + -0.00788116455078125, + 0.014923095703125, + 0.0261993408203125, + 0.030059814453125, + 0.035491943359375, + -0.05718994140625, + -0.0037841796875, + 0.05072021484375, + -0.067626953125, + 0.018585205078125, + -0.01122283935546875, + -0.017120361328125, + -0.0160675048828125, + -0.0396728515625, + -0.0596923828125, + 0.01398468017578125, + -0.036102294921875, + -0.0517578125, + -0.01001739501953125, + 0.01137542724609375, + -0.0195159912109375, + -0.0094451904296875, + -0.017425537109375, + -0.014923095703125, + -0.0238037109375, + -0.01158905029296875, + 0.032989501953125, + 0.0026226043701171875, + -0.007724761962890625, + 0.03985595703125, + 0.04217529296875, + -0.0164947509765625, + -0.02337646484375, + 0.02630615234375, + -0.00986480712890625, + -0.0279693603515625, + 0.0238037109375, + 0.01059722900390625, + 0.005428314208984375, + -0.037353515625, + -0.0202484130859375, + 0.014404296875, + -0.0007958412170410156, + 0.02587890625, + 0.0247344970703125, + -0.0251617431640625, + -0.047393798828125, + -0.03131103515625, + 0.047393798828125, + 0.00850677490234375, + 0.0452880859375, + -0.0038089752197265625, + -0.05322265625, + 0.0155487060546875, + -0.05426025390625, + -0.0323486328125, + -0.01116943359375, + 0.01299285888671875, + -0.0011615753173828125, + 0.048431396484375, + 0.004199981689453125, + -0.00527191162109375, + 0.0023097991943359375, + 0.04217529296875, + -0.00527191162109375, + 0.004932403564453125, + -0.0626220703125, + 0.0323486328125, + 0.0064697265625, + -0.040283203125, + -0.0068359375, + -0.02337646484375, + -0.012054443359375, + 0.03924560546875, + -0.0467529296875, + -0.0211944580078125, + -0.00644683837890625, + -0.07513427734375, + -0.0338134765625, + -0.0306854248046875, + -0.0010175704956054688, + -0.03570556640625, + 0.0281829833984375, + 0.01126861572265625, + 0.00850677490234375, + 0.02734375, + 0.037567138671875, + -0.04718017578125, + 0.0256805419921875, + -0.0081939697265625, + -0.0150299072265625, + 0.0173187255859375, + -0.047393798828125, + -0.0155487060546875, + -0.00688934326171875, + 0.0182647705078125, + -0.034637451171875, + 0.020660400390625, + -0.0013828277587890625, + -0.0079345703125, + 0.047607421875, + -0.042388916015625, + -0.019622802734375, + -0.027557373046875, + -0.05426025390625, + -0.0452880859375, + -0.03570556640625, + -0.0021648406982421875, + 0.0227508544921875, + -0.017120361328125, + 0.032135009765625, + 0.032989501953125, + -0.020355224609375, + -0.0021915435791015625, + -0.01163482666015625, + -0.02410888671875, + 0.0119476318359375, + 0.01221466064453125, + -0.0018529891967773438, + -0.0166015625, + 0.02777099609375, + -0.040496826171875, + -0.05157470703125, + -0.07806396484375, + 0.027130126953125, + -0.02410888671875, + -0.00446319580078125, + -0.0200347900390625, + -0.0187835693359375, + -0.06890869140625, + 0.01523590087890625, + 0.01763916015625, + 0.00545501708984375, + 0.01190185546875, + -0.049041748046875, + -0.0269317626953125, + -0.01482391357421875, + -0.0511474609375, + 0.033203125, + -0.0338134765625, + 0.00428009033203125, + 0.006313323974609375, + -0.049468994140625, + 0.029022216796875, + 0.0194091796875, + 0.03173828125, + 0.037994384765625, + 0.036529541015625, + -0.0230712890625, + 0.0184783935546875, + -0.01007080078125, + -0.00949859619140625, + -0.03277587890625, + -0.00788116455078125, + 0.049041748046875, + -0.0173187255859375, + -0.041534423828125, + 0.0338134765625, + 0.0382080078125, + -0.0128936767578125, + 0.0186767578125, + -0.039459228515625, + 0.0308990478515625, + -0.00347137451171875, + 0.036956787109375, + -0.020355224609375, + -0.0555419921875, + 0.001194000244140625, + 0.01001739501953125, + 0.05072021484375, + 0.050323486328125, + 0.003326416015625, + -0.0294342041015625, + 0.003940582275390625, + 0.035064697265625, + -0.01346588134765625, + -0.03338623046875, + -0.0396728515625, + -0.0078277587890625, + 0.019927978515625, + 0.0555419921875, + -0.01690673828125, + 0.0814208984375, + 0.016693115234375, + -0.0033664703369140625, + 0.02630615234375, + 0.04779052734375, + 0.0555419921875, + -0.0209808349609375, + -0.035064697265625, + -0.01137542724609375, + -0.021087646484375, + -0.024322509765625, + -0.037994384765625, + 0.0074615478515625, + 0.018585205078125, + -0.04071044921875, + -0.0234832763671875, + -0.023895263671875, + -0.0009393692016601562, + 0.01471710205078125, + 0.0242156982421875, + -0.020660400390625, + 0.02984619140625, + -0.014404296875, + -0.044464111328125, + 0.00534820556640625, + -0.0201416015625, + 0.007671356201171875, + 0.056793212890625, + 0.0304718017578125, + -0.0259857177734375, + 0.0452880859375, + 0.00824737548828125, + 0.0245208740234375, + -0.00005745887756347656, + 0.025054931640625, + 0.030059814453125, + 0.051971435546875, + 0.027130126953125, + 0.0655517578125, + -0.027557373046875, + -0.024322509765625, + -0.002582550048828125, + 0.00665283203125, + 0.0256805419921875, + 0.0283966064453125, + -0.0009717941284179688, + -0.0279693603515625, + -0.0160675048828125, + -0.06011962890625, + 0.000118255615234375, + 0.00861358642578125, + -0.0099639892578125, + -0.045501708984375, + -0.044464111328125, + -0.0021533966064453125, + -0.0526123046875, + 0.04425048828125, + 0.02056884765625, + -0.01043701171875, + 0.016693115234375, + 0.049041748046875, + 0.0186767578125, + -0.040069580078125, + 0.0220184326171875, + -0.0189971923828125, + -0.0128936767578125, + -0.059295654296875, + -0.045501708984375, + 0.0296478271484375, + -0.031951904296875, + -0.060546875, + -0.005245208740234375, + 0.051971435546875, + -0.004852294921875, + -0.02880859375, + -0.004619598388671875, + 0.01210784912109375, + -0.02410888671875, + -0.03131103515625, + -0.0367431640625, + -0.0265045166015625, + -0.00933837890625, + -0.0232696533203125, + 0.03570556640625, + 0.00319671630859375, + -0.013885498046875, + 0.0005741119384765625, + -0.01236724853515625, + -0.04364013671875, + 0.0367431640625, + -0.036102294921875, + 0.0411376953125, + 0.013671875, + 0.0175323486328125, + 0.048431396484375, + 0.043426513671875, + -0.0214996337890625, + -0.00652313232421875, + -0.019622802734375, + -0.061370849609375, + 0.00652313232421875, + 0.004253387451171875, + -0.001644134521484375, + -0.052398681640625, + -0.01001739501953125, + 0.037353515625, + -0.064697265625, + -0.0013637542724609375, + 0.0016698837280273438, + -0.0208740234375, + -0.060546875, + -0.00777435302734375, + 0.007099151611328125, + -0.0225372314453125, + 0.06719970703125, + 0.01273345947265625, + -0.03717041015625, + 0.00830078125, + -0.053863525390625, + 0.053436279296875, + 0.0145111083984375, + 0.028594970703125, + -0.05804443359375, + 0.0306854248046875, + 0.0222320556640625, + -0.0382080078125, + -0.017425537109375, + -0.07598876953125, + 0.0099639892578125, + 0.0229644775390625, + 0.038421630859375, + -0.0193023681640625, + 0.01262664794921875, + -0.021087646484375, + -0.0024013519287109375, + -0.005741119384765625, + 0.01262664794921875, + -0.001735687255859375, + 0.0126800537109375, + -0.0338134765625, + -0.023895263671875, + 0.01398468017578125, + -0.031951904296875, + -0.0323486328125, + -0.044677734375, + 0.0382080078125, + -0.0038623809814453125, + -0.06427001953125, + 0.0189971923828125, + -0.01910400390625, + 0.013153076171875, + 0.0007143020629882812, + 0.05426025390625, + -0.0467529296875, + -0.022857666015625, + -0.01409149169921875, + 0.04132080078125, + 0.01346588134765625, + 0.028594970703125, + 0.0005807876586914062, + 0.0245208740234375, + -0.01200103759765625, + -0.0195159912109375, + 0.04864501953125, + 0.0117950439453125, + -0.00652313232421875, + -0.04278564453125, + -0.0236968994140625, + -0.048858642578125, + 0.044464111328125, + 0.008087158203125, + 0.06219482421875, + 0.01690673828125, + 0.0058441162109375, + -0.08892822265625, + 0.07012939453125, + -0.00975799560546875, + 0.027130126953125, + 0.01059722900390625, + -0.029022216796875, + -0.070556640625, + -0.035064697265625, + -0.024322509765625, + -0.004619598388671875, + -0.035919189453125, + 0.02056884765625, + 0.022125244140625, + 0.004619598388671875, + 0.031524658203125, + -0.00725555419921875, + 0.0098114013671875, + 0.032562255859375, + -0.006603240966796875, + -0.03631591796875, + 0.05157470703125, + -0.053436279296875, + 0.0047760009765625, + 0.0013437271118164062, + 0.02056884765625, + 0.030059814453125, + -0.002635955810546875, + -0.02630615234375, + -0.005401611328125, + 0.02557373046875, + 0.039459228515625, + -0.01043701171875, + 0.0189971923828125, + -0.0166015625, + 0.027557373046875, + -0.00933837890625, + 0.01763916015625, + 0.011322021484375, + -0.0060272216796875, + -0.0323486328125, + 0.0101776123046875, + -0.08099365234375, + -0.076416015625, + -0.010284423828125, + -0.01471710205078125, + -0.0211944580078125, + 0.013885498046875, + 0.016693115234375, + 0.0172271728515625, + -0.045501708984375, + 0.031524658203125, + 0.006420135498046875, + -0.0294342041015625, + -0.006992340087890625, + 0.0279693603515625, + -0.034637451171875, + 0.0265045166015625, + 0.01910400390625, + -0.046142578125, + 0.01398468017578125, + -0.0137786865234375, + -0.01148223876953125, + 0.003261566162109375, + 0.00022339820861816406, + -0.021392822265625, + 0.0496826171875, + -0.05157470703125, + -0.005687713623046875, + 0.0212860107421875, + 0.0294342041015625, + 0.01409149169921875, + -0.028594970703125, + 0.026092529296875, + -0.01419830322265625, + -0.0555419921875, + 0.004329681396484375, + -0.0179595947265625, + -0.08056640625, + 0.00803375244140625, + -0.037994384765625, + 0.01482391357421875, + 0.0231781005859375, + 0.047607421875, + 0.037353515625, + 0.05718994140625, + 0.0166015625, + -0.04364013671875, + 0.0175323486328125, + 0.0194091796875, + 0.046966552734375, + 0.0175323486328125, + 0.02410888671875, + -0.0009984970092773438, + 0.01763916015625, + 0.01126861572265625, + -0.08013916015625, + -0.00665283203125, + -0.0164947509765625, + -0.05804443359375, + 0.008819580078125, + 0.061798095703125, + 0.034637451171875, + 0.0261993408203125, + 0.0304718017578125, + 0.06927490234375, + 0.048858642578125, + 0.0159759521484375, + -0.0261993408203125, + -0.060943603515625, + -0.017852783203125, + 0.0382080078125, + 0.027557373046875, + -0.06927490234375, + 0.058441162109375, + 0.0684814453125, + -0.0145111083984375, + -0.01983642578125, + -0.015869140625, + -0.027130126953125, + 0.041748046875, + 0.0006685256958007812, + 0.00688934326171875, + -0.07183837890625, + 0.01409149169921875, + 0.00652313232421875, + 0.01043701171875, + 0.0031185150146484375, + -0.0216064453125, + -0.03277587890625, + 0.050933837890625, + -0.053863525390625, + 0.0155487060546875, + 0.0193023681640625, + 0.049041748046875, + 0.00865936279296875, + -0.040496826171875, + 0.014923095703125, + 0.0180511474609375, + 0.00229644775390625, + -0.0212860107421875, + 0.00007337331771850586, + 0.0094451904296875, + -0.03424072265625, + 0.0187835693359375, + 0.059295654296875, + 0.00464630126953125, + 0.0240020751953125, + 0.0137786865234375, + -0.038818359375, + 0.0254669189453125, + -0.035919189453125, + 0.034454345703125, + 0.005924224853515625, + -0.045501708984375, + -0.032989501953125, + -0.029022216796875, + 0.016387939453125, + -0.00341796875, + 0.037353515625, + 0.00798797607421875, + -0.0037841796875, + -0.00751495361328125, + -0.0204620361328125, + 0.0202484130859375, + 0.0438232421875, + 0.0008153915405273438, + 0.03173828125, + 0.00814056396484375, + 0.04925537109375, + 0.004878997802734375, + -0.02056884765625, + 0.03338623046875, + -0.025787353515625, + 0.0296478271484375, + -0.056793212890625, + 0.0004239082336425781, + 0.029022216796875, + -0.0259857177734375, + -0.005115509033203125, + -0.027557373046875, + -0.004619598388671875, + -0.0063934326171875, + -0.0279693603515625, + -0.0145111083984375, + 0.03277587890625, + -0.039459228515625, + 0.0023097991943359375, + 0.043426513671875, + 0.014404296875, + 0.01409149169921875, + -0.024322509765625, + 0.05072021484375, + 0.040924072265625, + 0.0230712890625, + -0.004749298095703125, + 0.00678253173828125, + 0.0323486328125, + -0.0267181396484375, + 0.01837158203125, + 0.043212890625, + 0.018585205078125, + 0.053436279296875, + 0.0193023681640625, + 0.0267181396484375, + -0.04217529296875, + 0.0220184326171875, + -0.01163482666015625, + -0.039459228515625, + 0.02410888671875, + 0.01320648193359375, + 0.0172271728515625, + -0.010955810546875, + -0.013153076171875, + -0.00652313232421875, + -0.0576171875, + 0.06927490234375, + 0.0006327629089355469, + -0.0231781005859375, + 0.025787353515625, + -0.03277587890625, + 0.0596923828125, + -0.002452850341796875, + 0.06427001953125, + -0.0172271728515625, + 0.0596923828125, + -0.035919189453125, + 0.014404296875, + 0.01080322265625, + 0.01544952392578125, + 0.01007080078125, + 0.0192108154296875, + -0.01398468017578125, + 0.056793212890625, + 0.01064300537109375, + 0.0087127685546875, + -0.0281829833984375, + -0.02264404296875, + -0.001461029052734375, + 0.0126800537109375, + 0.0106964111328125, + -0.038421630859375, + -0.0145111083984375, + -0.0155487060546875, + 0.0114288330078125, + 0.06219482421875, + -0.0137786865234375, + 0.01085662841796875, + -0.0009589195251464844, + 0.0015134811401367188, + -0.00913238525390625, + 0.004150390625 + ], + "metadata": { + "domains": [ + "malware-analysis", + "static-investigations" + ], + "phases": [ + "analysis" + ], + "tags": [ + "disassembler", + "decompiler" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Oxygen_Forensic_Suite", + "type": "tool", + "name": "Oxygen Forensic Suite", + "content": "oxygen forensic suite die umfassende mobile-forensik-suite positioniert sich als alternative zu westlichen lösungen mit fokus auf android-geräte und cloud-services. besonders stark: deep-extraction chinesischer smartphones (xiaomi, huawei, oneplus), telegram-forensics inklusive secret-chats, signal-database- decryption bei root-access. die cloud-explorer-module greifen auf 50+ services zu: google-takeout, icloud-backups, microsoft-accounts ohne premium-pricing. physical-analyzer visualisiert timeline und geo-locations. die sqlite-viewer parst app-databases direkt. besonders innovativ: ufed-image-import ermöglicht cross-platform-analysis, live-memory-dumps von android-geräten, malware-detection in apks. der preis (ab 8.000€) unterbietet marktführer deutlich. technisch solide lösung mit umfangreichem cloud-support und regelmäßigen updates für neue smartphone-modelle und apps. mobile cloud decryption mobile-forensics examination analysis", + "embedding": [ + -0.0152435302734375, + 0.0302886962890625, + 0.0279083251953125, + -0.007472991943359375, + 0.03009033203125, + 0.056610107421875, + 0.03582763671875, + -0.0009341239929199219, + -0.0003712177276611328, + -0.026519775390625, + -0.0310821533203125, + 0.06292724609375, + 0.0165252685546875, + 0.0030193328857421875, + -0.0732421875, + 0.034454345703125, + -0.004058837890625, + 0.00846099853515625, + 0.03582763671875, + -0.01088714599609375, + -0.006877899169921875, + -0.0193939208984375, + -0.04791259765625, + -0.0025482177734375, + -0.0127716064453125, + 0.00010591745376586914, + -0.0165252685546875, + -0.057403564453125, + -0.037811279296875, + -0.00447845458984375, + 0.0111846923828125, + -0.023651123046875, + -0.0028209686279296875, + 0.0193939208984375, + 0.0064849853515625, + -0.01306915283203125, + -0.00507354736328125, + -0.035247802734375, + -0.032470703125, + 0.032470703125, + -0.014251708984375, + -0.0032672882080078125, + 0.0287017822265625, + 0.0023021697998046875, + -0.03485107421875, + -0.032470703125, + -0.021881103515625, + -0.040771484375, + 0.021087646484375, + -0.01029205322265625, + 0.011627197265625, + 0.024444580078125, + -0.01861572265625, + 0.00290679931640625, + -0.031463623046875, + 0.036041259765625, + 0.0180206298828125, + -0.0245513916015625, + -0.054229736328125, + 0.0423583984375, + -0.04791259765625, + -0.01751708984375, + -0.01132965087890625, + 0.00428009033203125, + 0.00304412841796875, + 0.01415252685546875, + -0.014251708984375, + -0.016632080078125, + -0.01355743408203125, + 0.00826263427734375, + 0.003662109375, + 0.006435394287109375, + -0.0267181396484375, + 0.027313232421875, + -0.037994384765625, + -0.041961669921875, + 0.0290985107421875, + 0.0169219970703125, + -0.004428863525390625, + -0.01088714599609375, + -0.055023193359375, + 0.01227569580078125, + 0.039794921875, + -0.0201873779296875, + -0.01385498046875, + -0.01554107666015625, + 0.0277099609375, + 0.010589599609375, + 0.01335906982421875, + 0.009307861328125, + -0.000006198883056640625, + -0.03009033203125, + 0.0221710205078125, + -0.0164337158203125, + 0.019989013671875, + 0.0732421875, + -0.02276611328125, + -0.012420654296875, + -0.005641937255859375, + 0.03009033203125, + 0.006435394287109375, + -0.029693603515625, + 0.0318603515625, + -0.0035877227783203125, + 0.0176239013671875, + -0.0263214111328125, + 0.007373809814453125, + -0.0306854248046875, + -0.036834716796875, + -0.023651123046875, + -0.08984375, + -0.041961669921875, + -0.0038604736328125, + -0.06494140625, + -0.0177154541015625, + -0.005664825439453125, + -0.007472991943359375, + 0.03564453125, + -0.052276611328125, + -0.0413818359375, + 0.0169219970703125, + 0.0261383056640625, + 0.00218963623046875, + 0.018218994140625, + -0.0257415771484375, + -0.060577392578125, + 0.005023956298828125, + 0.023162841796875, + -0.0257415771484375, + -0.035430908203125, + -0.0372314453125, + -0.0423583984375, + 0.00435638427734375, + -0.0298919677734375, + -0.0002675056457519531, + -0.02691650390625, + 0.052276611328125, + -0.0095977783203125, + -0.007373809814453125, + 0.00965118408203125, + 0.0290985107421875, + -0.0136566162109375, + -0.06256103515625, + -0.0020160675048828125, + -0.04888916015625, + 0.004306793212890625, + -0.0287017822265625, + 0.0570068359375, + -0.056610107421875, + -0.0095977783203125, + -0.0198974609375, + 0.006679534912109375, + 0.0168304443359375, + 0.004306793212890625, + -0.00042057037353515625, + -0.04217529296875, + 0.005741119384765625, + -0.04376220703125, + 0.0221710205078125, + -0.004329681396484375, + -0.034637451171875, + 0.0140533447265625, + 0.0034389495849609375, + 0.0279083251953125, + -0.02276611328125, + -0.03009033203125, + -0.01009368896484375, + 0.01959228515625, + -0.007770538330078125, + -0.005962371826171875, + 0.0257415771484375, + 0.004180908203125, + 0.084716796875, + 0.06768798828125, + -0.0010395050048828125, + 0.0294952392578125, + 0.00881195068359375, + -0.012969970703125, + 0.00722503662109375, + 0.04376220703125, + -0.012969970703125, + -0.0193023681640625, + 0.0267181396484375, + 0.01544189453125, + 0.01128387451171875, + -0.0197906494140625, + -0.057403564453125, + 0.0025119781494140625, + -0.051483154296875, + 0.0189056396484375, + -0.03662109375, + -0.033050537109375, + 0.01355743408203125, + 0.00702667236328125, + 0.0167236328125, + 0.05108642578125, + 0.0287017822265625, + -0.0127716064453125, + 0.0253448486328125, + -0.0011568069458007812, + 0.00846099853515625, + 0.0294952392578125, + 0.0165252685546875, + 0.068115234375, + 0.0152435302734375, + 0.026519775390625, + 0.0203857421875, + 0.038787841796875, + 0.0093994140625, + -0.01306915283203125, + -0.005615234375, + 0.049896240234375, + -0.01355743408203125, + -0.00786590576171875, + -0.030487060546875, + -0.0221710205078125, + 0.0197906494140625, + -0.031280517578125, + -0.0173187255859375, + 0.01024627685546875, + 0.00537109375, + -0.068115234375, + -0.0071258544921875, + 0.033447265625, + 0.0031299591064453125, + 0.05859375, + 0.017120361328125, + -0.00881195068359375, + -0.0310821533203125, + 0.00479888916015625, + -0.00310516357421875, + 0.0176239013671875, + -0.0193023681640625, + 0.025146484375, + -0.0261383056640625, + -0.0391845703125, + 0.027313232421875, + 0.0172271728515625, + 0.036834716796875, + 0.01355743408203125, + -0.0172271728515625, + 0.04791259765625, + -0.0277099609375, + 0.036224365234375, + 0.0298919677734375, + -0.01187896728515625, + -0.00455474853515625, + 0.021484375, + 0.0267181396484375, + 0.061370849609375, + -0.049102783203125, + 0.0010271072387695312, + -0.0863037109375, + 0.0000483393669128418, + -0.05621337890625, + -0.04473876953125, + -0.0261383056640625, + -0.070068359375, + 0.058990478515625, + -0.0261383056640625, + -0.023956298828125, + -0.005764007568359375, + 0.035247802734375, + 0.0123748779296875, + 0.0136566162109375, + -0.00782012939453125, + -0.0198974609375, + 0.03424072265625, + 0.044342041015625, + -0.00018787384033203125, + 0.0005936622619628906, + 0.00702667236328125, + 0.03326416015625, + -0.01702880859375, + 0.00009435415267944336, + -0.021087646484375, + 0.0089569091796875, + 0.0308837890625, + 0.045928955078125, + 0.0169219970703125, + -0.0275115966796875, + 0.0205841064453125, + -0.0160369873046875, + 0.0245513916015625, + -0.034454345703125, + -0.008758544921875, + -0.024749755859375, + 0.007472991943359375, + -0.00591278076171875, + -0.03662109375, + 0.00801849365234375, + 0.04949951171875, + -0.005519866943359375, + 0.0101470947265625, + -0.0054931640625, + -0.033660888671875, + 0.0029697418212890625, + 0.03564453125, + 0.01554107666015625, + 0.0439453125, + 0.0167236328125, + -0.038604736328125, + 0.01514434814453125, + 0.01316070556640625, + -0.00507354736328125, + -0.0257415771484375, + -0.0382080078125, + -0.017120361328125, + 0.0263214111328125, + -0.062164306640625, + -0.025543212890625, + 0.0302886962890625, + -0.02593994140625, + 0.0032672882080078125, + -0.00238800048828125, + 0.004306793212890625, + -0.034454345703125, + -0.0653076171875, + -0.0089569091796875, + -0.019989013671875, + -0.0340576171875, + 0.00173187255859375, + 0.053436279296875, + 0.00244903564453125, + 0.0114288330078125, + -0.004405975341796875, + -0.024444580078125, + -0.04571533203125, + 0.01514434814453125, + 0.0004763603210449219, + 0.0193939208984375, + -0.039398193359375, + 0.04296875, + 0.0201873779296875, + 0.01267242431640625, + 0.019989013671875, + 0.05303955078125, + 0.040191650390625, + -0.0173187255859375, + 0.00881195068359375, + 0.0140533447265625, + 0.0091552734375, + 0.01227569580078125, + -0.03839111328125, + -0.01554107666015625, + 0.0024623870849609375, + -0.0423583984375, + 0.02850341796875, + 0.034454345703125, + 0.0308837890625, + 0.0089569091796875, + -0.03582763671875, + 0.002994537353515625, + 0.0697021484375, + -0.0052947998046875, + 0.107666015625, + -0.0230560302734375, + -0.05108642578125, + -0.0032901763916015625, + 0.03265380859375, + -0.02276611328125, + -0.031280517578125, + 0.04058837890625, + -0.01132965087890625, + -0.002040863037109375, + 0.027313232421875, + -0.0176239013671875, + 0.012969970703125, + -0.0035381317138671875, + -0.0234527587890625, + 0.023162841796875, + -0.0127716064453125, + 0.007274627685546875, + 0.03662109375, + 0.0340576171875, + 0.0168304443359375, + 0.01084136962890625, + -0.00479888916015625, + -0.023651123046875, + -0.031280517578125, + -0.049896240234375, + 0.0308837890625, + 0.04058837890625, + 0.01103973388671875, + 0.041778564453125, + -0.031463623046875, + -0.062164306640625, + -0.00989532470703125, + -0.04058837890625, + 0.07879638671875, + 0.06689453125, + 0.01287078857421875, + 0.021881103515625, + -0.01415252685546875, + -0.00662994384765625, + 0.01514434814453125, + 0.01187896728515625, + 0.01019287109375, + 0.0340576171875, + 0.0306854248046875, + 0.021484375, + -0.039398193359375, + 0.034454345703125, + 0.038787841796875, + -0.00019180774688720703, + -0.0213775634765625, + 0.032470703125, + 0.03424072265625, + 0.051483154296875, + -0.01306915283203125, + 0.021087646484375, + 0.0177154541015625, + 0.0016336441040039062, + 0.005840301513671875, + -0.01593017578125, + 0.00479888916015625, + -0.049102783203125, + -0.0087127685546875, + 0.028106689453125, + 0.0168304443359375, + 0.024749755859375, + 0.0212860107421875, + -0.05029296875, + -0.0026607513427734375, + 0.0382080078125, + -0.0413818359375, + 0.004058837890625, + 0.059783935546875, + -0.0197906494140625, + 0.000051021575927734375, + -0.0290985107421875, + -0.047515869140625, + 0.0245513916015625, + -0.000701904296875, + -0.03759765625, + 0.007472991943359375, + 0.0306854248046875, + -0.03424072265625, + -0.0423583984375, + -0.040191650390625, + -0.004405975341796875, + -0.0122222900390625, + -0.018310546875, + 0.04315185546875, + -0.003055572509765625, + -0.004528045654296875, + 0.030487060546875, + 0.03424072265625, + 0.004924774169921875, + -0.0220794677734375, + 0.055023193359375, + -0.0213775634765625, + -0.0209808349609375, + 0.02484130859375, + 0.018218994140625, + 0.041778564453125, + -0.040771484375, + -0.0308837890625, + -0.0026721954345703125, + 0.007472991943359375, + 0.0109405517578125, + 0.029693603515625, + -0.01385498046875, + -0.02691650390625, + -0.041961669921875, + 0.0391845703125, + 0.021575927734375, + 0.055023193359375, + -0.0212860107421875, + -0.04791259765625, + 0.029693603515625, + -0.03564453125, + -0.01702880859375, + -0.0193939208984375, + 0.01316070556640625, + -0.0445556640625, + 0.070068359375, + 0.01148223876953125, + -0.0146484375, + 0.0004856586456298828, + 0.07244873046875, + 0.001880645751953125, + -0.00356292724609375, + -0.058197021484375, + 0.0350341796875, + 0.037017822265625, + -0.0350341796875, + 0.0075225830078125, + -0.0016574859619140625, + -0.0233612060546875, + 0.03265380859375, + -0.031463623046875, + -0.00782012939453125, + 0.007770538330078125, + -0.05303955078125, + -0.042572021484375, + -0.043548583984375, + -0.0008106231689453125, + -0.0257415771484375, + 0.03643798828125, + 0.0391845703125, + -0.008514404296875, + 0.05047607421875, + -0.01029205322265625, + 0.016632080078125, + 0.029693603515625, + -0.01168060302734375, + -0.01415252685546875, + 0.0095977783203125, + -0.076416015625, + -0.0318603515625, + -0.017120361328125, + 0.0277099609375, + -0.0279083251953125, + -0.0167236328125, + -0.0148468017578125, + -0.0026226043701171875, + 0.0275115966796875, + -0.0245513916015625, + -0.01152801513671875, + 0.007274627685546875, + -0.040771484375, + -0.028106689453125, + -0.0009279251098632812, + 0.0156402587890625, + 0.024444580078125, + -0.00445556640625, + -0.01152801513671875, + 0.036041259765625, + -0.054229736328125, + 0.0310821533203125, + 0.0169219970703125, + 0.014251708984375, + -0.005046844482421875, + 0.00965118408203125, + 0.00762176513671875, + 0.0181121826171875, + 0.036224365234375, + -0.018218994140625, + -0.020294189453125, + -0.052276611328125, + 0.032257080078125, + -0.0093536376953125, + -0.0136566162109375, + -0.0167236328125, + -0.0382080078125, + -0.0633544921875, + -0.0081634521484375, + 0.024749755859375, + 0.0275115966796875, + -0.01267242431640625, + -0.0382080078125, + -0.0308837890625, + 0.00885772705078125, + -0.014251708984375, + 0.05029296875, + -0.03424072265625, + 0.0046539306640625, + 0.01207733154296875, + -0.0391845703125, + 0.01009368896484375, + 0.026519775390625, + 0.03265380859375, + 0.0279083251953125, + 0.034637451171875, + -0.0087127685546875, + 0.0277099609375, + -0.0275115966796875, + -0.024749755859375, + 0.02593994140625, + -0.034637451171875, + 0.020294189453125, + -0.020294189453125, + -0.0287017822265625, + -0.0081634521484375, + -0.003612518310546875, + 0.00861358642578125, + -0.0193023681640625, + -0.00067138671875, + 0.04376220703125, + 0.004604339599609375, + 0.048095703125, + -0.03759765625, + -0.0306854248046875, + -0.0160369873046875, + -0.01910400390625, + 0.0283050537109375, + 0.041168212890625, + 0.002536773681640625, + -0.0413818359375, + 0.027313232421875, + 0.03265380859375, + 0.0056915283203125, + -0.0298919677734375, + -0.00618743896484375, + 0.0015344619750976562, + 0.01152801513671875, + 0.059783935546875, + 0.00989532470703125, + 0.09539794921875, + -0.01287078857421875, + 0.02117919921875, + 0.039398193359375, + 0.06414794921875, + 0.03741455078125, + -0.0180206298828125, + -0.052276611328125, + 0.0180206298828125, + -0.006137847900390625, + -0.04156494140625, + -0.041961669921875, + -0.007671356201171875, + 0.046112060546875, + -0.06732177734375, + 0.005664825439453125, + 0.004032135009765625, + 0.0241546630859375, + 0.0029697418212890625, + 0.01375579833984375, + -0.01227569580078125, + 0.0156402587890625, + 0.0032176971435546875, + -0.029296875, + 0.01306915283203125, + -0.012176513671875, + 0.02325439453125, + 0.06494140625, + 0.028900146484375, + -0.016632080078125, + 0.0496826171875, + -0.0015592575073242188, + 0.0241546630859375, + 0.024749755859375, + 0.041168212890625, + 0.0224609375, + 0.0209808349609375, + 0.046722412109375, + 0.04376220703125, + -0.006336212158203125, + -0.01751708984375, + 0.0032901763916015625, + 0.0107879638671875, + 0.055023193359375, + 0.0712890625, + 0.006435394287109375, + -0.017913818359375, + -0.007274627685546875, + -0.05303955078125, + -0.004505157470703125, + 0.007274627685546875, + 0.00618743896484375, + -0.03326416015625, + -0.0445556640625, + 0.028106689453125, + -0.06494140625, + 0.0257415771484375, + 0.009307861328125, + -0.023162841796875, + 0.00499725341796875, + 0.047119140625, + -0.015045166015625, + -0.043548583984375, + 0.00415802001953125, + -0.0075225830078125, + -0.03582763671875, + -0.03326416015625, + -0.051483154296875, + 0.01910400390625, + -0.007770538330078125, + -0.057403564453125, + -0.00722503662109375, + 0.038604736328125, + 0.0013427734375, + -0.033050537109375, + 0.002079010009765625, + 0.004058837890625, + -0.005046844482421875, + -0.045135498046875, + -0.048309326171875, + -0.046722412109375, + 0.01287078857421875, + -0.034637451171875, + 0.0114288330078125, + -0.0105438232421875, + -0.0017070770263671875, + 0.003154754638671875, + -0.021484375, + 0.0081634521484375, + 0.025543212890625, + -0.033660888671875, + 0.03009033203125, + 0.0107879638671875, + 0.0372314453125, + 0.040985107421875, + 0.0372314453125, + 0.015045166015625, + 0.00539398193359375, + -0.018798828125, + -0.041168212890625, + 0.009796142578125, + 0.0036869049072265625, + 0.01251983642578125, + -0.08673095703125, + 0.00861358642578125, + 0.061370849609375, + -0.10455322265625, + 0.004924774169921875, + 0.0035877227783203125, + -0.018707275390625, + -0.03265380859375, + -0.012969970703125, + 0.00469970703125, + 0.0168304443359375, + 0.103759765625, + 0.007965087890625, + -0.019500732421875, + 0.0224609375, + -0.0277099609375, + 0.04058837890625, + 0.011627197265625, + 0.0240478515625, + -0.05938720703125, + 0.02850341796875, + 0.00786590576171875, + -0.011627197265625, + -0.0089569091796875, + -0.04632568359375, + -0.0062103271484375, + 0.044158935546875, + 0.030487060546875, + -0.01019287109375, + -0.028106689453125, + -0.02227783203125, + -0.036834716796875, + -0.0294952392578125, + 0.01335906982421875, + 0.019989013671875, + 0.005123138427734375, + -0.0423583984375, + -0.017120361328125, + -0.00455474853515625, + -0.059783935546875, + -0.036224365234375, + -0.036041259765625, + 0.04949951171875, + 0.0005936622619628906, + -0.04376220703125, + 0.01910400390625, + 0.0250396728515625, + -0.0067291259765625, + 0.002079010009765625, + 0.04730224609375, + -0.0310821533203125, + -0.0261383056640625, + -0.01306915283203125, + 0.026519775390625, + -0.005245208740234375, + 0.0034885406494140625, + 0.0013427734375, + 0.011138916015625, + 0.02117919921875, + -0.04632568359375, + 0.017425537109375, + 0.0189971923828125, + -0.0181121826171875, + -0.045318603515625, + -0.00445556640625, + -0.0318603515625, + 0.047119140625, + -0.018707275390625, + 0.05938720703125, + -0.006259918212890625, + -0.024444580078125, + -0.1171875, + 0.033660888671875, + -0.031280517578125, + -0.0064849853515625, + 0.0111846923828125, + -0.0144500732421875, + -0.0697021484375, + -0.02197265625, + -0.038787841796875, + 0.0152435302734375, + -0.01415252685546875, + 0.029296875, + -0.021881103515625, + 0.0025234222412109375, + -0.0006928443908691406, + -0.006877899169921875, + -0.0075225830078125, + 0.055023193359375, + 0.0127716064453125, + -0.03564453125, + 0.061767578125, + -0.030487060546875, + -0.01232147216796875, + -0.014251708984375, + -0.0034389495849609375, + -0.0091552734375, + 0.01267242431640625, + -0.023651123046875, + 0.021087646484375, + 0.040374755859375, + 0.054229736328125, + -0.0308837890625, + 0.02325439453125, + -0.0101470947265625, + 0.007472991943359375, + 0.010345458984375, + -0.0271148681640625, + -0.004108428955078125, + 0.0024871826171875, + -0.020294189453125, + -0.02069091796875, + -0.049285888671875, + -0.0843505859375, + 0.012420654296875, + -0.04473876953125, + -0.00989532470703125, + 0.019989013671875, + 0.01702880859375, + 0.0016088485717773438, + -0.0229644775390625, + 0.0382080078125, + -0.0263214111328125, + -0.0203857421875, + -0.004230499267578125, + 0.0318603515625, + -0.0209808349609375, + 0.052642822265625, + -0.004528045654296875, + -0.06097412109375, + 0.03424072265625, + 0.0031299591064453125, + 0.0156402587890625, + -0.01108551025390625, + -0.005046844482421875, + -0.01084136962890625, + 0.043365478515625, + -0.09185791015625, + -0.040985107421875, + 0.0156402587890625, + 0.056610107421875, + 0.004627227783203125, + -0.004627227783203125, + 0.054229736328125, + -0.00290679931640625, + -0.050689697265625, + 0.00140380859375, + -0.0220794677734375, + -0.061767578125, + 0.03265380859375, + -0.0016574859619140625, + 0.0290985107421875, + 0.0208892822265625, + 0.0382080078125, + 0.012420654296875, + 0.033660888671875, + 0.00579071044921875, + -0.0382080078125, + -0.00682830810546875, + -0.0140533447265625, + 0.01395416259765625, + 0.0237579345703125, + 0.0277099609375, + -0.0004763603210449219, + 0.028106689453125, + 0.0006651878356933594, + -0.0633544921875, + -0.0189971923828125, + -0.02850341796875, + -0.055419921875, + -0.004974365234375, + 0.08392333984375, + 0.054229736328125, + -0.01544189453125, + 0.00662994384765625, + 0.04156494140625, + 0.012969970703125, + -0.0127716064453125, + -0.034637451171875, + -0.055419921875, + -0.009796142578125, + 0.0118255615234375, + 0.0235595703125, + -0.054229736328125, + 0.023956298828125, + 0.034637451171875, + -0.01064300537109375, + -0.012969970703125, + 0.0006308555603027344, + 0.025146484375, + 0.0487060546875, + 0.0229644775390625, + 0.00801849365234375, + -0.05859375, + 0.00949859619140625, + 0.02197265625, + 0.02325439453125, + -0.0103912353515625, + -0.007274627685546875, + -0.035247802734375, + 0.0465087890625, + -0.055023193359375, + 0.023162841796875, + 0.0123748779296875, + 0.06732177734375, + 0.00682830810546875, + -0.03582763671875, + -0.0298919677734375, + 0.04730224609375, + 0.0180206298828125, + -0.0308837890625, + 0.03662109375, + 0.015838623046875, + 0.000029385089874267578, + 0.0465087890625, + 0.03265380859375, + 0.0027599334716796875, + 0.017120361328125, + 0.01088714599609375, + -0.047698974609375, + 0.037017822265625, + 0.0118255615234375, + 0.0169219970703125, + -0.0275115966796875, + -0.037811279296875, + -0.02435302734375, + -0.04791259765625, + 0.0230560302734375, + -0.011138916015625, + 0.026519775390625, + 0.021575927734375, + 0.00547027587890625, + -0.029296875, + -0.01593017578125, + 0.028900146484375, + 0.03997802734375, + 0.0004329681396484375, + 0.0064849853515625, + 0.01335906982421875, + 0.0107879638671875, + 0.0209808349609375, + -0.03643798828125, + 0.03326416015625, + -0.0024127960205078125, + 0.00821685791015625, + -0.058990478515625, + 0.0161285400390625, + 0.007373809814453125, + 0.0123748779296875, + -0.0107879638671875, + -0.02484130859375, + 0.0169219970703125, + 0.006061553955078125, + -0.036041259765625, + -0.0022144317626953125, + 0.0283050537109375, + -0.04217529296875, + 0.039794921875, + 0.0290985107421875, + -0.01202392578125, + -0.004058837890625, + -0.04296875, + 0.10687255859375, + 0.0263214111328125, + 0.0246429443359375, + -0.004428863525390625, + 0.019195556640625, + 0.034454345703125, + 0.002349853515625, + 0.00559234619140625, + 0.01910400390625, + -0.0189971923828125, + 0.055023193359375, + 0.035430908203125, + -0.0213775634765625, + -0.041778564453125, + 0.06927490234375, + 0.01192474365234375, + -0.0633544921875, + 0.03839111328125, + 0.04058837890625, + 0.002140045166015625, + 0.0008473396301269531, + -0.0240478515625, + -0.0173187255859375, + -0.05462646484375, + 0.058990478515625, + -0.0024623870849609375, + 0.009552001953125, + 0.01514434814453125, + -0.062164306640625, + 0.033447265625, + 0.01049041748046875, + 0.0413818359375, + -0.032257080078125, + 0.06890869140625, + -0.01009368896484375, + 0.007373809814453125, + 0.00091552734375, + 0.021484375, + 0.0058135986328125, + 0.032867431640625, + -0.01702880859375, + 0.059783935546875, + 0.00324249267578125, + -0.00826263427734375, + -0.0914306640625, + 0.0009403228759765625, + 0.00324249267578125, + 0.0012865066528320312, + 0.03662109375, + -0.04473876953125, + -0.00638580322265625, + -0.01306915283203125, + 0.032257080078125, + 0.06927490234375, + -0.018798828125, + 0.0225677490234375, + 0.0032176971435546875, + 0.00447845458984375, + 0.021484375, + -0.01192474365234375 + ], + "metadata": { + "domains": [ + "mobile-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "mobile", + "cloud", + "decryption" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Binary_Ninja", + "type": "tool", + "name": "Binary Ninja", + "content": "binary ninja vector 35s moderne reverse-engineering-plattform kombiniert traditionelle disassembly mit fortschrittlicher program-analysis. die multi-level-ir (intermediate representation) ermöglicht cross-architecture-analysen durch einheitliche abstraktion. besonders innovativ: der decompiler erzeugt lesbaren high-level-code, type-recovery rekonstruiert datenstrukturen automatisch, die plugin-api (python/c++) erlaubt tiefe customization. cloud-integration synchronisiert analysen zwischen teams. die moderne gui mit multiple-workspaces übertrifft ida in usability. debugger-integration für dynamic-analysis. scripting-console für ad-hoc-automation. die personal-license (399€) macht professionelle binary-analysis erschwinglich. commercial-lizenzen bieten team-features und cloud-sync. besonders stark bei modernen architekturen (arm64, risc-v) die ida vernachlässigt. die zukunft des reverse engineering für eine neue generation von analysten. reverse-engineering decompiler malware-analysis static-investigations analysis", + "embedding": [ + -0.016693115234375, + 0.022705078125, + 0.040802001953125, + 0.0247955322265625, + 0.01490020751953125, + 0.0233001708984375, + -0.0019245147705078125, + 0.0010995864868164062, + -0.025390625, + -0.01509857177734375, + -0.0548095703125, + 0.07037353515625, + 0.004650115966796875, + 0.006099700927734375, + -0.05279541015625, + 0.022796630859375, + -0.0115509033203125, + -0.0092010498046875, + 0.00749969482421875, + -0.002750396728515625, + -0.0229949951171875, + -0.0115966796875, + -0.0236053466796875, + -0.0164947509765625, + 0.016204833984375, + 0.01184844970703125, + -0.0258026123046875, + -0.06402587890625, + -0.00217437744140625, + -0.0279998779296875, + 0.01259613037109375, + -0.013702392578125, + 0.01409912109375, + 0.02099609375, + -0.00460052490234375, + 0.00252532958984375, + 0.007350921630859375, + -0.034210205078125, + -0.01439666748046875, + 0.0369873046875, + -0.032012939453125, + 0.00824737548828125, + 0.0305938720703125, + -0.005374908447265625, + 0.0026988983154296875, + -0.0447998046875, + 0.004276275634765625, + 0.0068511962890625, + -0.0005125999450683594, + 0.0019121170043945312, + 0.048004150390625, + 0.021392822265625, + 0.002086639404296875, + -0.0218048095703125, + -0.048583984375, + 0.0243988037109375, + 0.0149993896484375, + -0.0236968994140625, + -0.03558349609375, + 0.06878662109375, + -0.0303955078125, + -0.0233917236328125, + 0.0029754638671875, + 0.0051727294921875, + -0.010101318359375, + 0.0238037109375, + -0.026397705078125, + -0.04998779296875, + 0.0122528076171875, + 0.0178985595703125, + 0.01200103759765625, + 0.0175018310546875, + -0.03900146484375, + 0.0261993408203125, + -0.0469970703125, + -0.05059814453125, + 0.0200042724609375, + 0.0182037353515625, + -0.0164031982421875, + 0.00019061565399169922, + -0.055999755859375, + 0.01739501953125, + 0.022003173828125, + -0.007648468017578125, + -0.0260009765625, + 0.0012559890747070312, + -0.0033245086669921875, + 0.03179931640625, + 0.00914764404296875, + -0.00800323486328125, + 0.0093994140625, + -0.019500732421875, + 0.013702392578125, + -0.00534820556640625, + 0.02679443359375, + 0.05120849609375, + -0.0276031494140625, + -0.03338623046875, + -0.037994384765625, + 0.0276031494140625, + 0.028594970703125, + 0.0023746490478515625, + 0.07476806640625, + -0.0303955078125, + 0.033782958984375, + -0.047210693359375, + 0.024505615234375, + -0.013702392578125, + -0.013702392578125, + -0.01239776611328125, + -0.10638427734375, + -0.03961181640625, + -0.00839996337890625, + -0.078369140625, + 0.00217437744140625, + 0.006549835205078125, + -0.0053253173828125, + 0.0303955078125, + -0.04901123046875, + -0.020599365234375, + 0.00624847412109375, + 0.0178985595703125, + -0.0128021240234375, + 0.042205810546875, + -0.036590576171875, + -0.056793212890625, + -0.0005216598510742188, + 0.03680419921875, + -0.040985107421875, + -0.0261993408203125, + 0.0020122528076171875, + -0.038604736328125, + -0.00934600830078125, + -0.01560211181640625, + -0.01409912109375, + -0.0168914794921875, + 0.04278564453125, + -0.00577545166015625, + 0.0164031982421875, + 0.0115966796875, + 0.0305938720703125, + -0.026397705078125, + -0.061187744140625, + 0.0088958740234375, + -0.0218048095703125, + -0.00789642333984375, + 0.00452423095703125, + 0.04638671875, + -0.023895263671875, + -0.009796142578125, + -0.001194000244140625, + 0.0074005126953125, + 0.055999755859375, + 0.02069091796875, + 0.0207977294921875, + -0.031585693359375, + -0.00030612945556640625, + -0.0139007568359375, + 0.04998779296875, + -0.0010251998901367188, + -0.011749267578125, + 0.0160064697265625, + -0.015899658203125, + 0.0281982421875, + -0.03839111328125, + -0.026397705078125, + 0.01039886474609375, + 0.0294036865234375, + -0.0006465911865234375, + -0.034393310546875, + 0.033203125, + -0.006549835205078125, + 0.06402587890625, + 0.05438232421875, + -0.01380157470703125, + 0.0171051025390625, + -0.028594970703125, + -0.02349853515625, + 0.05999755859375, + 0.0115966796875, + -0.02020263671875, + -0.0177001953125, + 0.03399658203125, + -0.005924224853515625, + 0.03558349609375, + -0.01059722900390625, + -0.0035991668701171875, + -0.005924224853515625, + -0.02679443359375, + 0.006275177001953125, + -0.03558349609375, + -0.0200958251953125, + -0.025390625, + 0.05078125, + 0.0258026123046875, + 0.0592041015625, + 0.011749267578125, + -0.01849365234375, + 0.0391845703125, + -0.0149993896484375, + 0.0236968994140625, + 0.025604248046875, + 0.004726409912109375, + 0.07879638671875, + 0.0178985595703125, + -0.0182952880859375, + 0.007049560546875, + 0.044189453125, + 0.0222930908203125, + -0.010101318359375, + -0.004100799560546875, + 0.0469970703125, + 0.0110015869140625, + -0.0220947265625, + -0.0086517333984375, + -0.0276031494140625, + 0.031402587890625, + -0.007099151611328125, + 0.001087188720703125, + -0.01004791259765625, + 0.0113983154296875, + -0.0491943359375, + -0.0164031982421875, + -0.0040740966796875, + -0.033203125, + 0.0214996337890625, + 0.046600341796875, + -0.0034503936767578125, + 0.007099151611328125, + 0.0182952880859375, + 0.0535888671875, + 0.00311279296875, + -0.0015869140625, + 0.01399993896484375, + -0.019195556640625, + -0.00342559814453125, + 0.018798828125, + 0.0298004150390625, + 0.02099609375, + 0.028594970703125, + -0.04339599609375, + 0.016693115234375, + -0.0276031494140625, + 0.045196533203125, + 0.0276031494140625, + -0.023101806640625, + 0.0139007568359375, + -0.0016994476318359375, + 0.034393310546875, + 0.0426025390625, + -0.0648193359375, + -0.00789642333984375, + -0.05279541015625, + 0.0142974853515625, + -0.0592041015625, + -0.0276031494140625, + -0.00417327880859375, + -0.052398681640625, + 0.05438232421875, + -0.0261993408203125, + -0.047607421875, + 0.0122528076171875, + 0.01255035400390625, + -0.010101318359375, + 0.03759765625, + -0.0008497238159179688, + -0.047607421875, + 0.0011377334594726562, + 0.05279541015625, + -0.022003173828125, + -0.0189056396484375, + -0.0004405975341796875, + 0.01739501953125, + -0.0027256011962890625, + -0.0001976490020751953, + -0.00262451171875, + 0.00984954833984375, + 0.0498046875, + 0.033203125, + 0.0198974609375, + -0.036590576171875, + 0.03179931640625, + 0.00820159912109375, + 0.0635986328125, + -0.05438232421875, + -0.0024871826171875, + 0.001556396484375, + -0.0046234130859375, + 0.01020050048828125, + -0.0298004150390625, + -0.00875091552734375, + 0.04620361328125, + 0.036590576171875, + 0.005275726318359375, + 0.0186004638671875, + -0.0667724609375, + 0.01470184326171875, + 0.04400634765625, + -0.00844573974609375, + 0.034393310546875, + 0.0498046875, + -0.04559326171875, + -0.0004248619079589844, + -0.0083465576171875, + -0.007198333740234375, + -0.02740478515625, + -0.0535888671875, + -0.0229949951171875, + 0.01380157470703125, + -0.03460693359375, + -0.02459716796875, + 0.0175018310546875, + -0.0247955322265625, + 0.01349639892578125, + -0.0243988037109375, + 0.01349639892578125, + -0.056396484375, + -0.06640625, + 0.007198333740234375, + -0.005123138427734375, + -0.0269927978515625, + -0.045806884765625, + 0.060394287109375, + -0.00679779052734375, + 0.0269927978515625, + -0.006500244140625, + 0.00945281982421875, + -0.027801513671875, + 0.0027370452880859375, + -0.007549285888671875, + 0.0240020751953125, + 0.0247039794921875, + 0.044189453125, + 0.0186920166015625, + 0.0025997161865234375, + 0.0404052734375, + 0.0723876953125, + 0.0261993408203125, + -0.0166015625, + -0.0068511962890625, + 0.01180267333984375, + 0.00969696044921875, + -0.00894927978515625, + -0.00949859619140625, + -0.06402587890625, + -0.01090240478515625, + -0.03240966796875, + 0.005847930908203125, + -0.0025615692138671875, + 0.03399658203125, + 0.03338623046875, + 0.0119476318359375, + 0.0142974853515625, + 0.04998779296875, + 0.006999969482421875, + 0.09478759765625, + -0.0126953125, + -0.04541015625, + 0.0010690689086914062, + 0.04339599609375, + -0.037200927734375, + -0.0072479248046875, + 0.0166015625, + 0.031585693359375, + -0.007099151611328125, + 0.033599853515625, + -0.010650634765625, + 0.0178985595703125, + -0.016204833984375, + 0.0097503662109375, + 0.0218048095703125, + -0.02069091796875, + 0.02490234375, + 0.01074981689453125, + 0.0287933349609375, + 0.004550933837890625, + 0.0347900390625, + -0.0469970703125, + 0.00910186767578125, + -0.05999755859375, + -0.04400634765625, + 0.048583984375, + 0.011749267578125, + 0.0037994384765625, + 0.02130126953125, + -0.01509857177734375, + -0.050994873046875, + 0.010345458984375, + -0.06640625, + 0.08477783203125, + 0.053192138671875, + -0.0037994384765625, + 0.0251922607421875, + -0.040802001953125, + 0.00934600830078125, + 0.0113983154296875, + 0.006900787353515625, + 0.060791015625, + 0.051605224609375, + 0.052001953125, + 0.0086517333984375, + -0.0198974609375, + 0.0016994476318359375, + 0.00859832763671875, + 0.025390625, + -0.0037746429443359375, + 0.053985595703125, + 0.006198883056640625, + 0.035797119140625, + -0.004825592041015625, + 0.05438232421875, + 0.05078125, + -0.0222930908203125, + 0.039398193359375, + -0.01959228515625, + 0.040008544921875, + -0.05438232421875, + -0.009796142578125, + -0.003063201904296875, + 0.0347900390625, + 0.0222015380859375, + 0.0214996337890625, + -0.04620361328125, + 0.004299163818359375, + 0.045806884765625, + -0.06561279296875, + 0.0021381378173828125, + -0.0035991668701171875, + -0.00714874267578125, + -0.0013751983642578125, + -0.0298004150390625, + -0.06719970703125, + 0.032196044921875, + -0.03399658203125, + -0.048187255859375, + 0.01079559326171875, + 0.050994873046875, + -0.02899169921875, + -0.01529693603515625, + -0.035186767578125, + 0.003063201904296875, + -0.0108489990234375, + -0.04400634765625, + 0.061981201171875, + 0.00028896331787109375, + -0.0008873939514160156, + 0.032806396484375, + 0.04180908203125, + -0.0207977294921875, + -0.0276031494140625, + 0.045196533203125, + -0.027191162109375, + -0.03900146484375, + 0.0218963623046875, + 0.027801513671875, + 0.00984954833984375, + -0.048187255859375, + -0.0287933349609375, + 0.0142974853515625, + 0.007747650146484375, + 0.025390625, + 0.01094818115234375, + -0.04400634765625, + -0.052001953125, + -0.03240966796875, + 0.05120849609375, + 0.0110015869140625, + 0.04779052734375, + 0.01059722900390625, + -0.0498046875, + 0.016204833984375, + -0.046783447265625, + -0.01509857177734375, + -0.0135955810546875, + 0.0167999267578125, + 0.001987457275390625, + 0.065185546875, + 0.021697998046875, + 0.0022125244140625, + -0.01399993896484375, + 0.01959228515625, + 0.0126953125, + 0.006500244140625, + -0.056793212890625, + 0.037994384765625, + 0.00875091552734375, + -0.0469970703125, + -0.0024242401123046875, + -0.0160980224609375, + 0.00824737548828125, + 0.0491943359375, + -0.06640625, + -0.01910400390625, + 0.00785064697265625, + -0.089599609375, + -0.048583984375, + -0.016693115234375, + 0.001331329345703125, + -0.048004150390625, + 0.02960205078125, + 0.01519775390625, + -0.0101470947265625, + 0.060394287109375, + 0.0175933837890625, + -0.034393310546875, + 0.01329803466796875, + -0.00844573974609375, + -0.01399993896484375, + 0.00965118408203125, + -0.06640625, + 0.007099151611328125, + -0.0047760009765625, + 0.0149993896484375, + -0.0164947509765625, + 0.00949859619140625, + 0.021392822265625, + -0.0124969482421875, + 0.0220947265625, + -0.048187255859375, + 0.00013899803161621094, + -0.00789642333984375, + -0.044586181640625, + -0.042388916015625, + -0.0146026611328125, + -0.0027256011962890625, + 0.0301971435546875, + -0.01519775390625, + 0.018798828125, + 0.0189056396484375, + -0.035400390625, + -0.0126495361328125, + -0.0115509033203125, + -0.0247039794921875, + 0.0008311271667480469, + 0.00844573974609375, + -0.01059722900390625, + -0.0167999267578125, + 0.030792236328125, + -0.0287933349609375, + -0.0382080078125, + -0.07000732421875, + 0.01020050048828125, + -0.028594970703125, + -0.0215911865234375, + -0.033782958984375, + -0.03680419921875, + -0.0679931640625, + 0.005275726318359375, + 0.005100250244140625, + -0.0124969482421875, + 0.00370025634765625, + -0.04058837890625, + -0.035186767578125, + -0.0022754669189453125, + -0.0369873046875, + 0.0360107421875, + -0.02899169921875, + -0.020904541015625, + -0.002536773681640625, + -0.03961181640625, + 0.033599853515625, + 0.007648468017578125, + 0.02740478515625, + 0.0007219314575195312, + 0.0122528076171875, + -0.027191162109375, + 0.00514984130859375, + -0.0018377304077148438, + -0.02099609375, + -0.00965118408203125, + -0.01259613037109375, + 0.026397705078125, + -0.03558349609375, + -0.046783447265625, + 0.01560211181640625, + 0.0325927734375, + -0.0102996826171875, + -0.00022339820861816406, + -0.034210205078125, + 0.025604248046875, + -0.0007686614990234375, + 0.0498046875, + -0.0153961181640625, + -0.044403076171875, + -0.00452423095703125, + -0.0014371871948242188, + 0.046600341796875, + 0.048187255859375, + 0.010650634765625, + -0.0309906005859375, + 0.004024505615234375, + 0.04400634765625, + 0.0015439987182617188, + -0.0498046875, + -0.05718994140625, + -0.01255035400390625, + 0.0260009765625, + 0.056793212890625, + -0.01509857177734375, + 0.09039306640625, + 0.01509857177734375, + 0.0022125244140625, + 0.040191650390625, + 0.052001953125, + 0.04638671875, + -0.0261993408203125, + -0.033599853515625, + -0.0115966796875, + -0.0113983154296875, + -0.037994384765625, + -0.02099609375, + 0.009002685546875, + 0.032989501953125, + -0.056396484375, + -0.0240936279296875, + -0.0309906005859375, + 0.003925323486328125, + 0.0189056396484375, + 0.01024627685546875, + -0.00469970703125, + 0.026397705078125, + -0.0166015625, + -0.055999755859375, + 0.007648468017578125, + -0.01219940185546875, + -0.0171966552734375, + 0.04541015625, + 0.027801513671875, + -0.028594970703125, + 0.035797119140625, + 0.0186920166015625, + 0.0171966552734375, + 0.01329803466796875, + 0.00612640380859375, + 0.017791748046875, + 0.04541015625, + 0.0258026123046875, + 0.047607421875, + -0.032989501953125, + -0.030792236328125, + -0.01165008544921875, + 0.01214599609375, + 0.02960205078125, + 0.027801513671875, + -0.019500732421875, + -0.0196990966796875, + -0.00397491455078125, + -0.06280517578125, + 0.004425048828125, + 0.004848480224609375, + -0.01349639892578125, + -0.044189453125, + -0.0229949951171875, + 0.006099700927734375, + -0.0298004150390625, + 0.029205322265625, + 0.00949859619140625, + -0.005825042724609375, + 0.00405120849609375, + 0.04400634765625, + -0.0014123916625976562, + -0.050201416015625, + 0.01849365234375, + -0.050384521484375, + -0.014801025390625, + -0.06280517578125, + -0.03179931640625, + 0.03680419921875, + -0.02679443359375, + -0.08160400390625, + -0.01519775390625, + 0.04779052734375, + -0.014801025390625, + -0.0325927734375, + -0.00855255126953125, + 0.03619384765625, + -0.00894927978515625, + -0.038787841796875, + -0.050384521484375, + -0.0153961181640625, + 0.0207977294921875, + -0.04058837890625, + 0.025604248046875, + -0.0008497238159179688, + -0.01255035400390625, + -0.0186004638671875, + -0.0164031982421875, + -0.02899169921875, + 0.04339599609375, + -0.0635986328125, + 0.047210693359375, + 0.0021381378173828125, + 0.003398895263671875, + 0.02899169921875, + 0.047607421875, + -0.0236053466796875, + 0.0164947509765625, + -0.0160064697265625, + -0.0723876953125, + -0.01004791259765625, + 0.0008625984191894531, + 0.0108489990234375, + -0.06756591796875, + 0.00659942626953125, + 0.01739501953125, + -0.062408447265625, + 0.01419830322265625, + -0.0157012939453125, + -0.003849029541015625, + -0.056396484375, + 0.002162933349609375, + 0.0092010498046875, + -0.0051727294921875, + 0.08837890625, + 0.0287933349609375, + -0.03558349609375, + 0.000058591365814208984, + -0.042999267578125, + 0.061981201171875, + 0.0135955810546875, + 0.01259613037109375, + -0.032806396484375, + 0.0233001708984375, + 0.0095977783203125, + -0.0469970703125, + -0.0168914794921875, + -0.07159423828125, + -0.0047760009765625, + 0.000051975250244140625, + 0.01255035400390625, + 0.004425048828125, + 0.035003662109375, + -0.0369873046875, + -0.0294036865234375, + -0.015899658203125, + 0.019500732421875, + 0.01129913330078125, + 0.00695037841796875, + -0.0469970703125, + -0.035186767578125, + -0.014495849609375, + -0.0032749176025390625, + -0.031402587890625, + -0.02960205078125, + 0.036590576171875, + -0.00252532958984375, + -0.06842041015625, + 0.03961181640625, + 0.01329803466796875, + 0.023895263671875, + 0.004974365234375, + 0.058807373046875, + -0.0243988037109375, + -0.0196990966796875, + -0.006999969482421875, + 0.039398193359375, + 0.01409912109375, + 0.005397796630859375, + 0.0032501220703125, + 0.01519775390625, + -0.0006251335144042969, + -0.0084991455078125, + 0.03759765625, + 0.0079498291015625, + -0.0242919921875, + -0.0305938720703125, + -0.016204833984375, + -0.027801513671875, + 0.03558349609375, + 0.0035495758056640625, + 0.047393798828125, + 0.0236968994140625, + 0.0113983154296875, + -0.0711669921875, + 0.0535888671875, + -0.00914764404296875, + 0.000020384788513183594, + 0.0040740966796875, + -0.027801513671875, + -0.0592041015625, + -0.056793212890625, + -0.04339599609375, + -0.01274871826171875, + -0.0447998046875, + 0.035003662109375, + 0.03338623046875, + 0.004299163818359375, + 0.0139007568359375, + 0.0233917236328125, + 0.00969696044921875, + 0.05120849609375, + 0.0037250518798828125, + -0.036590576171875, + 0.0692138671875, + -0.04541015625, + 0.0011749267578125, + 0.0110015869140625, + 0.023101806640625, + 0.0222015380859375, + 0.0029754638671875, + -0.0200042724609375, + -0.0182952880859375, + 0.005001068115234375, + 0.037994384765625, + -0.01004791259765625, + 0.022796630859375, + -0.0164031982421875, + 0.033599853515625, + 0.001850128173828125, + 0.0283966064453125, + -0.01145172119140625, + -0.014495849609375, + -0.027801513671875, + -0.003475189208984375, + -0.051605224609375, + -0.05841064453125, + 0.0005559921264648438, + -0.0189971923828125, + -0.024200439453125, + 0.01200103759765625, + 0.00994873046875, + 0.0303955078125, + -0.0667724609375, + 0.04779052734375, + 0.0214996337890625, + -0.0236968994140625, + -0.0229034423828125, + 0.004425048828125, + -0.01910400390625, + 0.0426025390625, + 0.0003750324249267578, + -0.029205322265625, + -0.0030498504638671875, + 0.003025054931640625, + -0.034210205078125, + -0.01560211181640625, + -0.0020503997802734375, + -0.0182037353515625, + 0.046600341796875, + -0.03759765625, + -0.015899658203125, + 0.01399993896484375, + 0.01219940185546875, + 0.00005739927291870117, + -0.004550933837890625, + 0.0325927734375, + 0.002887725830078125, + -0.045806884765625, + 0.00855255126953125, + -0.02899169921875, + -0.029205322265625, + -0.0189971923828125, + -0.020294189453125, + 0.003475189208984375, + 0.0240936279296875, + 0.03619384765625, + 0.0149993896484375, + 0.062408447265625, + -0.002086639404296875, + -0.02740478515625, + 0.007598876953125, + 0.00879669189453125, + 0.01529693603515625, + 0.017791748046875, + 0.010101318359375, + -0.01519775390625, + 0.02099609375, + 0.0182037353515625, + -0.085205078125, + 0.001468658447265625, + -0.0298004150390625, + -0.042999267578125, + 0.0083465576171875, + 0.06439208984375, + 0.047393798828125, + 0.01519775390625, + 0.0175933837890625, + 0.043609619140625, + 0.0283966064453125, + 0.01290130615234375, + -0.0287933349609375, + -0.06561279296875, + -0.01039886474609375, + 0.0303955078125, + 0.027191162109375, + -0.06597900390625, + 0.06597900390625, + 0.0679931640625, + 0.007049560546875, + 0.0008435249328613281, + -0.0160064697265625, + -0.01509857177734375, + 0.053192138671875, + -0.0021381378173828125, + 0.0301971435546875, + -0.08599853515625, + 0.01399993896484375, + 0.0225982666015625, + -0.000812530517578125, + -0.02349853515625, + -0.003398895263671875, + -0.019195556640625, + 0.04559326171875, + -0.057586669921875, + 0.0167999267578125, + 0.0251922607421875, + 0.055206298828125, + 0.0160064697265625, + -0.0247955322265625, + -0.00424957275390625, + 0.01519775390625, + -0.008148193359375, + -0.01380157470703125, + -0.001811981201171875, + 0.0229949951171875, + -0.050201416015625, + 0.00769805908203125, + 0.04400634765625, + -0.0033245086669921875, + 0.0391845703125, + 0.0229949951171875, + -0.050201416015625, + 0.033782958984375, + -0.004474639892578125, + 0.025390625, + -0.006275177001953125, + -0.0229034423828125, + -0.03961181640625, + -0.0171966552734375, + 0.040191650390625, + 0.00008475780487060547, + 0.042205810546875, + 0.0093994140625, + -0.004550933837890625, + 0.00714874267578125, + -0.036590576171875, + 0.000031054019927978516, + 0.0214996337890625, + 0.022491455078125, + 0.0265960693359375, + -0.00021088123321533203, + 0.0261993408203125, + 0.0135955810546875, + -0.01380157470703125, + 0.05279541015625, + -0.0369873046875, + 0.0325927734375, + -0.0498046875, + -0.0126953125, + 0.013702392578125, + -0.01519775390625, + -0.0005125999450683594, + -0.04180908203125, + -0.027191162109375, + 0.01200103759765625, + -0.053192138671875, + -0.00844573974609375, + 0.0413818359375, + -0.037200927734375, + 0.01849365234375, + 0.047210693359375, + 0.0099029541015625, + 0.048583984375, + -0.04498291015625, + 0.07598876953125, + 0.00014066696166992188, + 0.039398193359375, + -0.0171966552734375, + 0.0276031494140625, + 0.035003662109375, + -0.00800323486328125, + 0.0261993408203125, + 0.045196533203125, + 0.0175933837890625, + 0.051605224609375, + 0.022491455078125, + 0.0222015380859375, + -0.022796630859375, + 0.036407470703125, + 0.0007028579711914062, + -0.051605224609375, + 0.024505615234375, + -0.0016374588012695312, + 0.00914764404296875, + 0.004749298095703125, + -0.015899658203125, + -0.0142974853515625, + -0.06158447265625, + 0.04278564453125, + 0.0113983154296875, + -0.0090484619140625, + 0.01549530029296875, + -0.03460693359375, + 0.056793212890625, + 0.00034999847412109375, + 0.065185546875, + -0.020294189453125, + 0.057586669921875, + -0.0279998779296875, + -0.00769805908203125, + -0.0033245086669921875, + 0.0178985595703125, + -0.007350921630859375, + 0.040985107421875, + -0.033599853515625, + 0.04541015625, + 0.006500244140625, + -0.0031490325927734375, + -0.057586669921875, + -0.0102996826171875, + -0.0030498504638671875, + 0.02069091796875, + 0.0171051025390625, + -0.035400390625, + -0.01309967041015625, + -0.00879669189453125, + 0.01959228515625, + 0.050201416015625, + -0.03240966796875, + 0.0198974609375, + 0.003475189208984375, + 0.0005559921264648438, + -0.013702392578125, + 0.007801055908203125 + ], + "metadata": { + "domains": [ + "malware-analysis", + "static-investigations" + ], + "phases": [ + "analysis" + ], + "tags": [ + "reverse-engineering", + "decompiler" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_X_Ways_Forensics", + "type": "tool", + "name": "X-Ways Forensics", + "content": "x-ways forensics das deutsche präzisionswerkzeug maximiert effizienz durch überlegene performance und durchdachte workflows. blitzschnelle searches in multi-terabyte-images durch optimierte algorithmen. simultane analyse mehrerer evidenzen spart zeit. die gallery-view mit skin-tone-detection beschleunigt csam-ermittlungen. x-tensions automatisieren wiederkehrende aufgaben. besonders stark: physical-search über sektorgrenzen hinweg, registry-report-generator, timeline mit millisekunden-präzision. der hex-editor zeigt rohdaten parallel zur interpretierten ansicht. template-support für proprietäre dateiformate. die spartanische gui schreckt einsteiger ab, aber profis schätzen die effizienz. deutlich günstiger als us-konkurrenz bei vergleichbarer funktionalität. der legendäre support durch stefan fleischmann persönlich. made in germany mit fokus auf gründlichkeit statt marketing. 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.0160675048828125, + 0.018280029296875, + 0.042144775390625, + -0.018951416015625, + 0.0380859375, + 0.027313232421875, + 0.0142364501953125, + 0.0240478515625, + -0.0107269287109375, + -0.0149078369140625, + -0.0305938720703125, + 0.02203369140625, + 0.0120697021484375, + 0.006011962890625, + -0.07000732421875, + 0.046173095703125, + -0.0240478515625, + 0.01187896728515625, + 0.009429931640625, + 0.0028133392333984375, + -0.0008897781372070312, + -0.019622802734375, + -0.043487548828125, + -0.01091766357421875, + -0.01337432861328125, + 0.004207611083984375, + -0.0186614990234375, + -0.0430908203125, + -0.0175018310546875, + 0.00569915771484375, + 0.032501220703125, + -0.038848876953125, + 0.0200042724609375, + 0.035797119140625, + 0.032318115234375, + -0.0186614990234375, + -0.0004570484161376953, + -0.06500244140625, + -0.0205841064453125, + 0.052337646484375, + -0.007503509521484375, + 0.00971221923828125, + 0.0292510986328125, + 0.005939483642578125, + -0.0018396377563476562, + -0.0181884765625, + -0.006732940673828125, + -0.0218353271484375, + 0.0012445449829101562, + -0.0237579345703125, + 0.032501220703125, + 0.0380859375, + -0.00678253173828125, + 0.007167816162109375, + -0.03155517578125, + 0.035797119140625, + 0.0185699462890625, + -0.01120758056640625, + -0.03155517578125, + 0.058502197265625, + -0.056182861328125, + -0.01337432861328125, + 0.007022857666015625, + -0.01024627685546875, + -0.0041351318359375, + 0.009185791015625, + -0.0004930496215820312, + -0.022216796875, + -0.00536346435546875, + 0.0030536651611328125, + 0.0075531005859375, + -0.009857177734375, + -0.029632568359375, + 0.027130126953125, + -0.01308441162109375, + -0.050018310546875, + 0.0187530517578125, + 0.0380859375, + -0.001972198486328125, + -0.0205841064453125, + -0.0531005859375, + -0.001575469970703125, + 0.0531005859375, + -0.042144775390625, + 0.0003261566162109375, + -0.018463134765625, + 0.0159759521484375, + -0.00150299072265625, + -0.0103912353515625, + -0.005916595458984375, + 0.013946533203125, + 0.017608642578125, + 0.0160675048828125, + -0.0142364501953125, + 0.04156494140625, + 0.053497314453125, + -0.004978179931640625, + -0.007648468017578125, + -0.006107330322265625, + 0.01462554931640625, + 0.038848876953125, + -0.02789306640625, + 0.05426025390625, + -0.02020263671875, + 0.05462646484375, + -0.02789306640625, + 0.0211639404296875, + -0.043853759765625, + -0.018951416015625, + -0.024627685546875, + -0.08160400390625, + -0.0288543701171875, + -0.0181884765625, + -0.0784912109375, + -0.00832366943359375, + 0.00726318359375, + -0.032501220703125, + 0.038665771484375, + -0.0237579345703125, + -0.04290771484375, + 0.0193328857421875, + 0.024627685546875, + 0.01187896728515625, + 0.002044677734375, + -0.037139892578125, + -0.060028076171875, + 0.0142364501953125, + 0.0206756591796875, + -0.02789306640625, + -0.0208740234375, + -0.0126953125, + -0.039642333984375, + -0.029052734375, + -0.0300140380859375, + -0.0148162841796875, + -0.037139892578125, + 0.02789306640625, + -0.00582122802734375, + -0.0027179718017578125, + 0.0015516281127929688, + 0.0194244384765625, + -0.039642333984375, + -0.08233642578125, + 0.008514404296875, + -0.048095703125, + -0.00017130374908447266, + -0.0277099609375, + 0.058502197265625, + -0.0340576171875, + -0.0212554931640625, + -0.00928497314453125, + 0.02789306640625, + 0.06732177734375, + 0.01904296875, + -0.01187896728515625, + -0.03521728515625, + -0.00252532958984375, + -0.015106201171875, + 0.033294677734375, + -0.007213592529296875, + -0.020111083984375, + 0.0126953125, + -0.0025844573974609375, + 0.03424072265625, + -0.0224151611328125, + -0.053863525390625, + -0.036376953125, + 0.034637451171875, + 0.0027904510498046875, + 0.003726959228515625, + 0.02789306640625, + -0.009185791015625, + 0.05157470703125, + 0.07769775390625, + -0.00473785400390625, + 0.017608642578125, + 0.00928497314453125, + -0.020294189453125, + 0.040008544921875, + 0.022613525390625, + -0.0292510986328125, + -0.0280914306640625, + 0.0217437744140625, + -0.0038471221923828125, + 0.0128936767578125, + -0.01442718505859375, + -0.0255889892578125, + -0.021636962890625, + -0.0212554931640625, + 0.01568603515625, + -0.03155517578125, + -0.02520751953125, + -0.0154876708984375, + 0.0186614990234375, + 0.0186614990234375, + 0.0657958984375, + 0.0204925537109375, + -0.0078887939453125, + 0.036376953125, + 0.00252532958984375, + 0.00519561767578125, + 0.0282745361328125, + -0.011016845703125, + 0.053863525390625, + 0.000006973743438720703, + 0.041748046875, + 0.0160675048828125, + 0.04522705078125, + 0.0213623046875, + -0.0166473388671875, + -0.0204925537109375, + 0.0604248046875, + -0.03271484375, + -0.0294342041015625, + -0.0504150390625, + -0.0300140380859375, + 0.0092315673828125, + -0.018280029296875, + -0.0390625, + 0.003246307373046875, + -0.0224151611328125, + -0.060791015625, + 0.0038471221923828125, + 0.0186614990234375, + -0.016937255859375, + 0.01000213623046875, + 0.0191497802734375, + -0.03021240234375, + -0.035003662109375, + 0.0084686279296875, + 0.0307769775390625, + 0.0129852294921875, + 0.005123138427734375, + 0.002452850341796875, + -0.01241302490234375, + -0.0242462158203125, + 0.042144775390625, + 0.0235748291015625, + 0.01221466064453125, + 0.00408935546875, + -0.032501220703125, + 0.03424072265625, + -0.0244293212890625, + 0.045989990234375, + 0.03155517578125, + -0.0199127197265625, + 0.00396728515625, + 0.01043701171875, + 0.0250091552734375, + 0.0199127197265625, + -0.055419921875, + 0.0004930496215820312, + -0.09466552734375, + -0.01317596435546875, + -0.05694580078125, + -0.0305938720703125, + -0.035980224609375, + -0.05078125, + 0.04022216796875, + -0.0208740234375, + -0.0330810546875, + -0.0021648406982421875, + 0.040008544921875, + -0.01250457763671875, + 0.0217437744140625, + 0.0181884765625, + -0.01471710205078125, + 0.007694244384765625, + 0.068115234375, + 0.004161834716796875, + -0.00411224365234375, + -0.01317596435546875, + 0.025787353515625, + -0.006927490234375, + 0.0223236083984375, + -0.022613525390625, + 0.00909423828125, + 0.0229949951171875, + 0.02655029296875, + 0.004016876220703125, + -0.0167388916015625, + 0.01413726806640625, + -0.01029205322265625, + 0.0194244384765625, + -0.0654296875, + -0.01433563232421875, + -0.00798797607421875, + 0.00235748291015625, + -0.0002028942108154297, + -0.0657958984375, + 0.006587982177734375, + 0.04925537109375, + -0.002994537353515625, + 0.009185791015625, + 0.01404571533203125, + -0.031951904296875, + 0.025787353515625, + 0.0010585784912109375, + 0.003993988037109375, + 0.0267486572265625, + 0.0277099609375, + -0.0212554931640625, + 0.0126953125, + -0.0113067626953125, + 0.0000743865966796875, + -0.055419921875, + -0.052337646484375, + -0.031951904296875, + -0.0050506591796875, + -0.034423828125, + -0.006687164306640625, + 0.0142364501953125, + -0.025970458984375, + 0.01413726806640625, + -0.01029205322265625, + 0.01702880859375, + -0.0263519287109375, + -0.062744140625, + -0.0033435821533203125, + -0.01317596435546875, + -0.04522705078125, + -0.0174102783203125, + 0.06195068359375, + 0.00740814208984375, + 0.029052734375, + -0.010772705078125, + 0.003871917724609375, + -0.022613525390625, + 0.011016845703125, + 0.005123138427734375, + 0.00473785400390625, + -0.017120361328125, + 0.040008544921875, + 0.048492431640625, + 0.0145263671875, + 0.0166473388671875, + 0.04791259765625, + 0.03790283203125, + -0.04156494140625, + 0.0003457069396972656, + 0.0034637451171875, + 0.004833221435546875, + 0.0236663818359375, + -0.0286712646484375, + -0.034820556640625, + -0.005748748779296875, + -0.0211639404296875, + 0.0035114288330078125, + 0.0175018310546875, + 0.0269317626953125, + 0.0168304443359375, + -0.023956298828125, + 0.002826690673828125, + 0.0631103515625, + 0.0091400146484375, + 0.09503173828125, + -0.005458831787109375, + -0.047515869140625, + 0.0136566162109375, + 0.036376953125, + -0.020294189453125, + -0.023956298828125, + 0.0307769775390625, + -0.00885009765625, + -0.0027904510498046875, + 0.0041351318359375, + -0.0024166107177734375, + 0.007213592529296875, + -0.0116424560546875, + -0.02154541015625, + 0.0204925537109375, + -0.01020050048828125, + 0.01250457763671875, + 0.044830322265625, + 0.0404052734375, + -0.0128936767578125, + 0.0219268798828125, + -0.02789306640625, + -0.0303955078125, + -0.025787353515625, + -0.076171875, + 0.00634765625, + 0.0192413330078125, + -0.0029811859130859375, + 0.038848876953125, + -0.02154541015625, + -0.0631103515625, + 0.017608642578125, + -0.03289794921875, + 0.06964111328125, + 0.042327880859375, + 0.00490570068359375, + 0.0280914306640625, + -0.0186614990234375, + 0.00740814208984375, + 0.0049285888671875, + 0.0267486572265625, + 0.0255889892578125, + 0.04656982421875, + 0.033294677734375, + -0.002368927001953125, + -0.0280914306640625, + 0.0255889892578125, + 0.051177978515625, + 0.020294189453125, + -0.006061553955078125, + 0.048095703125, + 0.0204925537109375, + 0.0282745361328125, + -0.01068115234375, + 0.061553955078125, + 0.039825439453125, + -0.0015869140625, + 0.027130126953125, + -0.00507354736328125, + 0.01702880859375, + -0.07080078125, + 0.01096343994140625, + -0.0005230903625488281, + 0.0160675048828125, + 0.03424072265625, + 0.0186614990234375, + -0.041351318359375, + 0.017791748046875, + 0.037322998046875, + -0.061553955078125, + 0.0206756591796875, + 0.01413726806640625, + -0.01317596435546875, + 0.01178741455078125, + -0.034423828125, + -0.06427001953125, + 0.022216796875, + -0.0248260498046875, + -0.01953125, + 0.0081787109375, + 0.0240478515625, + -0.040985107421875, + -0.04443359375, + -0.0303955078125, + -0.025970458984375, + -0.01183319091796875, + -0.0135650634765625, + 0.041168212890625, + 0.00603485107421875, + -0.013275146484375, + 0.035003662109375, + 0.02288818359375, + 0.005218505859375, + -0.0194244384765625, + 0.043487548828125, + -0.024139404296875, + -0.03387451171875, + 0.0173187255859375, + 0.01471710205078125, + 0.00894927978515625, + -0.036376953125, + -0.00008493661880493164, + -0.0001074671745300293, + 0.0177001953125, + 0.00870513916015625, + 0.01568603515625, + -0.023468017578125, + -0.0467529296875, + -0.061187744140625, + 0.027130126953125, + 0.01279449462890625, + 0.0504150390625, + -0.003017425537109375, + -0.036376953125, + 0.033660888671875, + -0.04925537109375, + -0.023468017578125, + -0.01091766357421875, + -0.001888275146484375, + -0.016937255859375, + 0.05194091796875, + -0.010772705078125, + 0.004688262939453125, + -0.0199127197265625, + 0.05426025390625, + 0.0014553070068359375, + -0.02789306640625, + -0.03558349609375, + 0.03271484375, + 0.034820556640625, + -0.042510986328125, + -0.0129852294921875, + -0.002452850341796875, + -0.00971221923828125, + 0.020782470703125, + -0.0704345703125, + 0.0003275871276855469, + 0.0208740234375, + -0.0677490234375, + -0.03271484375, + -0.04559326171875, + -0.029815673828125, + -0.025970458984375, + 0.007312774658203125, + 0.0380859375, + -0.0236663818359375, + 0.031951904296875, + -0.0026092529296875, + 0.0113525390625, + 0.0340576171875, + -0.00457000732421875, + -0.01308441162109375, + 0.0255889892578125, + -0.060791015625, + -0.035003662109375, + -0.00408935546875, + 0.0210723876953125, + -0.02655029296875, + -0.01433563232421875, + 0.000980377197265625, + -0.0205841064453125, + 0.05078125, + -0.034820556640625, + -0.0181884765625, + -0.0292510986328125, + 0.002704620361328125, + -0.04156494140625, + -0.01375579833984375, + 0.0235748291015625, + 0.0030670166015625, + 0.01043701171875, + -0.005001068115234375, + 0.03021240234375, + -0.078857421875, + 0.04193115234375, + 0.009185791015625, + 0.01202392578125, + -0.0172119140625, + 0.02337646484375, + -0.018280029296875, + -0.0024051666259765625, + 0.053497314453125, + -0.005435943603515625, + -0.0205841064453125, + -0.05694580078125, + 0.03271484375, + -0.01149749755859375, + -0.01558685302734375, + -0.00649261474609375, + -0.0269317626953125, + -0.06500244140625, + 0.00634765625, + 0.042144775390625, + 0.028472900390625, + 0.005123138427734375, + -0.02520751953125, + -0.0211639404296875, + -0.004016876220703125, + -0.021453857421875, + 0.03558349609375, + -0.019622802734375, + 0.0178985595703125, + 0.01337432861328125, + -0.046356201171875, + 0.0286712646484375, + 0.0229949951171875, + 0.0267486572265625, + 0.03289794921875, + 0.029052734375, + -0.029052734375, + -0.009765625, + -0.017608642578125, + -0.0211639404296875, + 0.00411224365234375, + -0.01433563232421875, + 0.017120361328125, + -0.038299560546875, + -0.01953125, + 0.01337432861328125, + 0.0263519287109375, + 0.03521728515625, + -0.0199127197265625, + -0.0248260498046875, + 0.006927490234375, + 0.0027408599853515625, + 0.06964111328125, + -0.01433563232421875, + -0.02520751953125, + -0.004474639892578125, + -0.00567626953125, + 0.030975341796875, + 0.047698974609375, + -0.005603790283203125, + -0.0380859375, + 0.005313873291015625, + 0.0154876708984375, + -0.0208740234375, + -0.00682830810546875, + -0.01385498046875, + 0.0159759521484375, + 0.0330810546875, + 0.07696533203125, + 0.03173828125, + 0.07080078125, + 0.000058591365814208984, + 0.00836944580078125, + 0.0300140380859375, + 0.08349609375, + 0.034637451171875, + -0.0294342041015625, + -0.055419921875, + -0.004302978515625, + -0.0088958740234375, + -0.03790283203125, + -0.03790283203125, + -0.00006687641143798828, + 0.042144775390625, + -0.06695556640625, + -0.03387451171875, + -0.010772705078125, + 0.0185699462890625, + -0.00995635986328125, + 0.0231781005859375, + -0.01096343994140625, + 0.0177001953125, + -0.023956298828125, + -0.042327880859375, + -0.01000213623046875, + -0.0225067138671875, + 0.007167816162109375, + 0.05810546875, + 0.04022216796875, + -0.0001773834228515625, + 0.0377197265625, + 0.0016956329345703125, + 0.01091766357421875, + 0.0267486572265625, + 0.049652099609375, + 0.01471710205078125, + 0.0175018310546875, + 0.03424072265625, + 0.0677490234375, + -0.01091766357421875, + -0.01158905029296875, + 0.020782470703125, + 0.0193328857421875, + 0.048095703125, + 0.062347412109375, + -0.007068634033203125, + -0.009185791015625, + -0.012603759765625, + -0.04827880859375, + 0.016937255859375, + 0.0204010009765625, + 0.0026702880859375, + -0.01442718505859375, + -0.035003662109375, + 0.034820556640625, + -0.06195068359375, + 0.037506103515625, + 0.0211639404296875, + -0.01375579833984375, + -0.005340576171875, + 0.0104827880859375, + -0.0116424560546875, + -0.044830322265625, + -0.005168914794921875, + -0.0017557144165039062, + -0.033477783203125, + -0.046356201171875, + -0.049652099609375, + 0.009765625, + 0.0013952255249023438, + -0.05426025390625, + -0.01500701904296875, + 0.030975341796875, + -0.0058441162109375, + -0.0303955078125, + -0.00423431396484375, + 0.005218505859375, + -0.0014247894287109375, + -0.0267486572265625, + -0.053497314453125, + -0.02520751953125, + 0.0194244384765625, + -0.03521728515625, + 0.01187896728515625, + -0.050018310546875, + -0.019622802734375, + -0.0181884765625, + -0.0282745361328125, + -0.038299560546875, + 0.0181884765625, + -0.028472900390625, + 0.042724609375, + 0.00995635986328125, + 0.036163330078125, + 0.0430908203125, + 0.08697509765625, + 0.0007395744323730469, + 0.017120361328125, + -0.01538848876953125, + -0.060028076171875, + 0.00991058349609375, + 0.006587982177734375, + 0.007312774658203125, + -0.031951904296875, + 0.007022857666015625, + 0.06964111328125, + -0.08734130859375, + 0.013946533203125, + 0.015777587890625, + -0.0255889892578125, + -0.0313720703125, + 0.0008597373962402344, + 0.01702880859375, + 0.0167388916015625, + 0.09771728515625, + -0.0004448890686035156, + -0.029815673828125, + 0.0117340087890625, + -0.03924560546875, + 0.06195068359375, + 0.0120697021484375, + 0.018463134765625, + -0.06500244140625, + 0.042510986328125, + 0.00803375244140625, + -0.01529693603515625, + -0.00870513916015625, + -0.055023193359375, + -0.01500701904296875, + 0.0467529296875, + 0.030975341796875, + -0.029632568359375, + -0.020294189453125, + -0.039642333984375, + -0.005290985107421875, + -0.045989990234375, + 0.01702880859375, + 0.0001480579376220703, + 0.0020809173583984375, + -0.041351318359375, + 0.0168304443359375, + -0.015106201171875, + -0.0557861328125, + -0.02655029296875, + -0.025970458984375, + 0.0082244873046875, + -0.02020263671875, + -0.05426025390625, + 0.00002086162567138672, + 0.015777587890625, + 0.0016832351684570312, + 0.0224151611328125, + 0.07232666015625, + -0.035797119140625, + -0.0058441162109375, + -0.00971221923828125, + 0.03656005859375, + -0.00865936279296875, + 0.006206512451171875, + -0.00582122802734375, + 0.02655029296875, + 0.007843017578125, + -0.048095703125, + 0.05157470703125, + 0.0210723876953125, + -0.01702880859375, + -0.0531005859375, + -0.038482666015625, + -0.02154541015625, + 0.044647216796875, + -0.01462554931640625, + 0.0367431640625, + 0.0123138427734375, + -0.0219268798828125, + -0.09771728515625, + 0.042327880859375, + -0.034820556640625, + 0.024627685546875, + 0.01462554931640625, + -0.01404571533203125, + -0.07000732421875, + -0.06195068359375, + -0.020111083984375, + 0.017120361328125, + -0.0200042724609375, + 0.02203369140625, + -0.0111083984375, + 0.011016845703125, + -0.020111083984375, + -0.00582122802734375, + -0.013275146484375, + 0.049652099609375, + 0.01226806640625, + -0.038848876953125, + 0.062744140625, + -0.0390625, + 0.00933074951171875, + -0.004856109619140625, + 0.01120758056640625, + 0.0030422210693359375, + -0.006061553955078125, + -0.0098114013671875, + -0.004833221435546875, + 0.0286712646484375, + 0.058502197265625, + -0.017120361328125, + 0.015106201171875, + -0.005313873291015625, + 0.0275115966796875, + -0.0023326873779296875, + -0.023468017578125, + 0.0008358955383300781, + -0.005893707275390625, + -0.0248260498046875, + -0.0261688232421875, + -0.056549072265625, + -0.093505859375, + -0.0003380775451660156, + -0.045989990234375, + -0.019622802734375, + 0.0292510986328125, + 0.029632568359375, + 0.0167388916015625, + -0.036376953125, + 0.033660888671875, + -0.01000213623046875, + -0.038665771484375, + -0.0307769775390625, + 0.036163330078125, + -0.0330810546875, + 0.0457763671875, + -0.0104827880859375, + -0.0275115966796875, + 0.0275115966796875, + -0.00079345703125, + 0.00865936279296875, + -0.007358551025390625, + 0.0128936767578125, + -0.025390625, + 0.017791748046875, + -0.060791015625, + -0.01837158203125, + 0.01033782958984375, + 0.02288818359375, + -0.000980377197265625, + -0.03289794921875, + 0.055023193359375, + -0.023956298828125, + -0.055419921875, + 0.033294677734375, + -0.0277099609375, + -0.0280914306640625, + 0.007213592529296875, + -0.020111083984375, + 0.0394287109375, + 0.0250091552734375, + 0.031951904296875, + 0.0330810546875, + 0.0248260498046875, + 0.017608642578125, + -0.0300140380859375, + 0.007648468017578125, + 0.002201080322265625, + 0.0181884765625, + -0.0088958740234375, + 0.013275146484375, + -0.00229644775390625, + 0.0161590576171875, + -0.0018281936645507812, + -0.0931396484375, + -0.022216796875, + -0.0177001953125, + -0.061187744140625, + -0.01216888427734375, + 0.07275390625, + 0.0340576171875, + 0.01000213623046875, + 0.0142364501953125, + 0.042510986328125, + 0.0286712646484375, + -0.0079345703125, + -0.01654052734375, + -0.0604248046875, + -0.04156494140625, + 0.0173187255859375, + 0.0178985595703125, + -0.047515869140625, + 0.0557861328125, + 0.056182861328125, + -0.0063018798828125, + -0.024627685546875, + -0.00937652587890625, + -0.0111083984375, + 0.0557861328125, + 0.013946533203125, + 0.01337432861328125, + -0.06658935546875, + 0.032501220703125, + 0.04156494140625, + -0.01568603515625, + -0.0101470947265625, + -0.0123138427734375, + -0.022216796875, + 0.0704345703125, + -0.07501220703125, + 0.007694244384765625, + 0.001575469970703125, + 0.08233642578125, + 0.0210723876953125, + -0.02203369140625, + -0.007068634033203125, + 0.038482666015625, + -0.00937652587890625, + -0.024139404296875, + 0.011016845703125, + 0.0063018798828125, + -0.0100555419921875, + 0.04425048828125, + 0.049652099609375, + -0.01149749755859375, + 0.038482666015625, + 0.019622802734375, + -0.047698974609375, + 0.00682830810546875, + -0.01158905029296875, + 0.0288543701171875, + 0.00582122802734375, + -0.046173095703125, + -0.00971221923828125, + -0.05694580078125, + 0.01337432861328125, + -0.0224151611328125, + 0.0307769775390625, + 0.034637451171875, + -0.006252288818359375, + -0.0237579345703125, + 0.023956298828125, + 0.0038471221923828125, + 0.050018310546875, + -0.005794525146484375, + 0.009521484375, + 0.0069732666015625, + 0.033294677734375, + -0.00899505615234375, + -0.0185699462890625, + 0.0248260498046875, + -0.03173828125, + 0.0149078369140625, + -0.04827880859375, + 0.002201080322265625, + 0.01837158203125, + -0.0180816650390625, + -0.0066375732421875, + -0.04827880859375, + -0.022796630859375, + -0.017608642578125, + -0.035003662109375, + -0.01029205322265625, + 0.0248260498046875, + -0.036163330078125, + 0.0250091552734375, + 0.034423828125, + -0.0213623046875, + -0.00014281272888183594, + -0.047149658203125, + 0.08502197265625, + 0.0248260498046875, + 0.0230865478515625, + 0.0009860992431640625, + 0.0245361328125, + 0.04022216796875, + 0.0250091552734375, + 0.01029205322265625, + 0.005481719970703125, + -0.0229949951171875, + 0.0303955078125, + 0.060791015625, + 0.0013408660888671875, + -0.042724609375, + 0.0288543701171875, + 0.0194244384765625, + -0.07696533203125, + 0.045989990234375, + 0.0255889892578125, + 0.006687164306640625, + -0.0198211669921875, + -0.004642486572265625, + -0.015869140625, + -0.038848876953125, + 0.040802001953125, + 0.01317596435546875, + -0.0120697021484375, + 0.0267486572265625, + -0.04443359375, + 0.04290771484375, + 0.0069732666015625, + 0.0504150390625, + -0.044647216796875, + 0.056182861328125, + -0.023468017578125, + 0.00875091552734375, + -0.006397247314453125, + 0.0178985595703125, + 0.00832366943359375, + 0.02520751953125, + -0.0192413330078125, + 0.06500244140625, + 0.01029205322265625, + -0.021636962890625, + -0.075439453125, + -0.006877899169921875, + 0.009857177734375, + 0.006587982177734375, + 0.0440673828125, + -0.032501220703125, + -0.03155517578125, + -0.008514404296875, + 0.020294189453125, + 0.045989990234375, + -0.0191497802734375, + 0.00229644775390625, + -0.00110626220703125, + -0.00196075439453125, + -0.0230865478515625, + -0.0255889892578125 + ], + "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_Kali_Linux", + "type": "tool", + "name": "Kali Linux", + "content": "kali linux die legendäre penetration-testing-distribution dient forensikern als schweizer taschenmesser mit 600+ vorinstallierten security-tools. live-boot ermöglicht forensische untersuchungen ohne host-kontamination. forensics-mode deaktiviert auto-mount und netzwerk für saubere akquisition. die tool-kategorien decken alle phasen ab: imaging (dc3dd), carving (foremost), memory-analyse (volatility), netzwerk (wireshark), mobile (adb), krypto (hashcat). metapackages installieren tool-gruppen gezielt. die rolling-release-natur hält alles aktuell. arm-images für raspberry pi und mobile-forensik. nethunter bringt kali aufs smartphone. anpassbare iso-builds für spezialisierte teams. die dokumentation und community sind exzellent. vorsicht: viele tools sind offensiv - klare policies nötig! der standard für incident-response-teams weltweit. gui command-line 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.035980224609375, + 0.01071929931640625, + 0.045166015625, + 0.00982666015625, + 0.0263519287109375, + 0.043914794921875, + 0.0192413330078125, + -0.01244354248046875, + -0.0269775390625, + 0.001483917236328125, + -0.036590576171875, + 0.0294952392578125, + 0.008209228515625, + -0.022064208984375, + -0.055633544921875, + 0.038482666015625, + -0.0179901123046875, + -0.0006766319274902344, + 0.01009368896484375, + 0.0185089111328125, + -0.023529052734375, + -0.020599365234375, + -0.058135986328125, + -0.004261016845703125, + -0.01155853271484375, + -0.007633209228515625, + -0.0328369140625, + -0.08447265625, + -0.0219573974609375, + -0.01348876953125, + -0.00705718994140625, + -0.018096923828125, + 0.00104522705078125, + 0.034515380859375, + -0.015899658203125, + -0.0099334716796875, + 0.007373809814453125, + -0.018402099609375, + -0.0265655517578125, + 0.03240966796875, + -0.01548004150390625, + -0.006900787353515625, + 0.01155853271484375, + -0.00815582275390625, + -0.0357666015625, + -0.01401519775390625, + -0.010772705078125, + -0.01548004150390625, + 0.021331787109375, + -0.0276031494140625, + 0.0203857421875, + 0.022796630859375, + 0.008575439453125, + -0.016937255859375, + -0.051666259765625, + 0.046417236328125, + 0.04559326171875, + -0.0216522216796875, + -0.034088134765625, + 0.055633544921875, + -0.0401611328125, + -0.0217437744140625, + 0.007633209228515625, + -0.0305328369140625, + 0.0148468017578125, + 0.019134521484375, + -0.0207061767578125, + -0.022064208984375, + -0.0061187744140625, + 0.018402099609375, + 0.01207733154296875, + 0.00040030479431152344, + -0.023529052734375, + 0.02667236328125, + -0.00679779052734375, + -0.042877197265625, + 0.0278167724609375, + 0.01934814453125, + 0.0194549560546875, + -0.01129150390625, + -0.033660888671875, + 0.00470733642578125, + 0.034515380859375, + -0.027191162109375, + 0.003948211669921875, + -0.0042877197265625, + 0.0207061767578125, + 0.019134521484375, + -0.005176544189453125, + -0.0218505859375, + 0.0110321044921875, + -0.005306243896484375, + 0.0194549560546875, + -0.01934814453125, + 0.0181884765625, + 0.053955078125, + -0.01568603515625, + -0.0167236328125, + -0.0328369140625, + 0.028656005859375, + 0.0248870849609375, + -0.0175628662109375, + 0.04119873046875, + 0.0016336441040039062, + 0.056060791015625, + -0.049346923828125, + 0.01009368896484375, + -0.01160430908203125, + -0.0240478515625, + -0.02081298828125, + -0.060638427734375, + -0.022796630859375, + -0.02081298828125, + -0.06524658203125, + 0.0013074874877929688, + 0.008941650390625, + -0.019561767578125, + 0.040771484375, + -0.04705810546875, + -0.056060791015625, + 0.028656005859375, + 0.01009368896484375, + -0.00988006591796875, + 0.0026798248291015625, + -0.07696533203125, + -0.03472900390625, + 0.00925445556640625, + 0.0207061767578125, + -0.05291748046875, + -0.0303192138671875, + -0.025299072265625, + -0.034088134765625, + -0.0372314453125, + -0.043701171875, + -0.01464080810546875, + -0.0262451171875, + 0.0430908203125, + -0.00909423828125, + -0.01380157470703125, + 0.01024627685546875, + 0.0204925537109375, + -0.026031494140625, + -0.0677490234375, + 0.01526641845703125, + -0.0229034423828125, + -0.0079498291015625, + -0.00972747802734375, + 0.058563232421875, + -0.01119232177734375, + -0.006744384765625, + 0.00909423828125, + 0.0185089111328125, + 0.05352783203125, + 0.00878143310546875, + 0.01715087890625, + -0.028656005859375, + -0.006534576416015625, + 0.01050567626953125, + 0.018096923828125, + -0.0135955810546875, + -0.01934814453125, + 0.0106658935546875, + -0.01401519775390625, + 0.01165771484375, + -0.01244354248046875, + -0.0223846435546875, + -0.01134490966796875, + -0.01526641845703125, + 0.03765869140625, + 0.004627227783203125, + 0.0179901123046875, + 0.02593994140625, + 0.046844482421875, + 0.048095703125, + 0.0168304443359375, + -0.0013589859008789062, + -0.0175628662109375, + -0.01380157470703125, + 0.03912353515625, + 0.055633544921875, + -0.01641845703125, + -0.0190277099609375, + 0.01328277587890625, + 0.024566650390625, + 0.0204925537109375, + 0.008575439453125, + -0.0328369140625, + -0.013336181640625, + -0.0518798828125, + 0.03179931640625, + -0.0284423828125, + -0.0313720703125, + -0.0007843971252441406, + 0.0269775390625, + -0.0031108856201171875, + 0.046844482421875, + 0.050201416015625, + -0.01082611083984375, + 0.060638427734375, + 0.00232696533203125, + 0.0160980224609375, + 0.01568603515625, + -0.0017518997192382812, + 0.037445068359375, + 0.015899658203125, + 0.01369476318359375, + -0.00679779052734375, + 0.032623291015625, + 0.044952392578125, + -0.01464080810546875, + 0.0094146728515625, + 0.0460205078125, + -0.019561767578125, + -0.0251007080078125, + -0.0201873779296875, + -0.036590576171875, + -0.0015554428100585938, + -0.042022705078125, + -0.00946044921875, + -0.01568603515625, + -0.0187225341796875, + -0.047271728515625, + 0.010040283203125, + 0.04412841796875, + -0.042236328125, + 0.05206298828125, + -0.005252838134765625, + -0.0219573974609375, + -0.01270294189453125, + 0.0292816162109375, + 0.01537322998046875, + 0.0309600830078125, + 0.00588226318359375, + 0.0024566650390625, + 0.000545501708984375, + -0.0236358642578125, + 0.052703857421875, + 0.03680419921875, + 0.028228759765625, + -0.00669097900390625, + -0.0305328369140625, + 0.034912109375, + -0.0357666015625, + 0.03533935546875, + 0.023834228515625, + 0.00936126708984375, + 0.006168365478515625, + -0.0189208984375, + 0.0288543701171875, + 0.051666259765625, + -0.07025146484375, + 0.0013074874877929688, + -0.061492919921875, + -0.0143280029296875, + -0.061065673828125, + -0.0163116455078125, + -0.031158447265625, + -0.0460205078125, + 0.018402099609375, + -0.03240966796875, + -0.03826904296875, + -0.018096923828125, + 0.00679779052734375, + -0.00669097900390625, + 0.04266357421875, + -0.0008692741394042969, + -0.03973388671875, + -0.005908966064453125, + 0.061492919921875, + 0.0038700103759765625, + -0.0207061767578125, + -0.01165771484375, + 0.0177764892578125, + 0.003162384033203125, + 0.00606536865234375, + -0.00569915771484375, + -0.018096923828125, + 0.023529052734375, + 0.0288543701171875, + 0.0307464599609375, + -0.03533935546875, + 0.0343017578125, + 0.007740020751953125, + 0.036590576171875, + -0.034088134765625, + -0.00716400146484375, + 0.01024627685546875, + 0.0036602020263671875, + 0.0086822509765625, + -0.0648193359375, + 0.0160980224609375, + 0.037841796875, + 0.007579803466796875, + 0.0022487640380859375, + -0.002391815185546875, + -0.0677490234375, + 0.0218505859375, + -0.0037384033203125, + 0.016204833984375, + 0.044342041015625, + 0.03240966796875, + -0.0243682861328125, + 0.0132293701171875, + -0.00914764404296875, + 0.002300262451171875, + -0.03533935546875, + -0.045166015625, + -0.019134521484375, + 0.006561279296875, + -0.045166015625, + -0.0232086181640625, + 0.015899658203125, + -0.0119171142578125, + 0.019561767578125, + -0.0130157470703125, + -0.02081298828125, + -0.0313720703125, + -0.0160980224609375, + 0.0246734619140625, + -0.02520751953125, + -0.038909912109375, + -0.01788330078125, + 0.04266357421875, + 0.007740020751953125, + 0.0135955810546875, + -0.01082611083984375, + -0.0086822509765625, + -0.032012939453125, + 0.031158447265625, + -0.01097869873046875, + 0.048309326171875, + -0.0008072853088378906, + 0.0489501953125, + 0.03387451171875, + 0.040374755859375, + 0.01165771484375, + 0.05645751953125, + 0.0328369140625, + -0.01348876953125, + -0.02227783203125, + 0.0018167495727539062, + -0.0038166046142578125, + 0.01197052001953125, + -0.02008056640625, + -0.0229034423828125, + 0.010772705078125, + -0.0170440673828125, + 0.008941650390625, + 0.024261474609375, + 0.01035308837890625, + 0.0299072265625, + -0.0240478515625, + 0.0265655517578125, + 0.050811767578125, + 0.0190277099609375, + 0.0823974609375, + -0.003032684326171875, + -0.06689453125, + -0.0024051666259765625, + 0.017364501953125, + 0.01134490966796875, + 0.01348876953125, + 0.0343017578125, + 0.01306915283203125, + -0.006900787353515625, + 0.03912353515625, + -0.01061248779296875, + 0.032623291015625, + -0.010406494140625, + -0.0006699562072753906, + 0.0290679931640625, + -0.01202392578125, + -0.0017518997192382812, + 0.052703857421875, + 0.042236328125, + -0.0064849853515625, + 0.0262451171875, + -0.0175628662109375, + -0.0003104209899902344, + -0.0247802734375, + -0.0665283203125, + 0.0079498291015625, + 0.034515380859375, + -0.00753021240234375, + 0.048736572265625, + -0.025299072265625, + -0.08740234375, + 0.028228759765625, + -0.04766845703125, + 0.061920166015625, + 0.0172576904296875, + 0.01380157470703125, + 0.05938720703125, + -0.0211181640625, + 0.0033721923828125, + 0.0251007080078125, + 0.007213592529296875, + 0.0234222412109375, + 0.034088134765625, + 0.03326416015625, + 0.0099334716796875, + -0.024566650390625, + 0.004390716552734375, + 0.032012939453125, + 0.0218505859375, + -0.003582000732421875, + 0.0088348388671875, + 0.00988006591796875, + 0.00037741661071777344, + -0.0518798828125, + 0.0445556640625, + 0.027191162109375, + -0.01092529296875, + 0.00029087066650390625, + -0.028228759765625, + -0.002666473388671875, + -0.053955078125, + 0.00988006591796875, + -0.00753021240234375, + -0.01071929931640625, + 0.0126495361328125, + 0.02520751953125, + -0.050201416015625, + -0.0160980224609375, + 0.046630859375, + -0.07781982421875, + 0.0303192138671875, + 0.004730224609375, + -0.024993896484375, + -0.007579803466796875, + -0.0197601318359375, + -0.048736572265625, + -0.01155853271484375, + -0.01108551025390625, + -0.0328369140625, + 0.0095672607421875, + 0.01526641845703125, + -0.048095703125, + -0.034088134765625, + -0.024993896484375, + -0.01181793212890625, + -0.02374267578125, + -0.0034236907958984375, + 0.0328369140625, + 0.00836181640625, + 0.005306243896484375, + 0.019866943359375, + 0.034912109375, + -0.0009541511535644531, + -0.0269775390625, + 0.046630859375, + -0.006378173828125, + -0.0313720703125, + 0.00669097900390625, + -0.00214385986328125, + 0.01097869873046875, + -0.01548004150390625, + -0.00742340087890625, + 0.004131317138671875, + 0.049346923828125, + 0.0236358642578125, + 0.00742340087890625, + -0.03326416015625, + -0.0246734619140625, + -0.056884765625, + 0.034515380859375, + -0.0216522216796875, + 0.058135986328125, + 0.0048370361328125, + -0.061065673828125, + 0.042236328125, + -0.03472900390625, + -0.0239410400390625, + -0.00946044921875, + -0.0141143798828125, + -0.007266998291015625, + 0.055206298828125, + -0.0223846435546875, + -0.007373809814453125, + -0.03765869140625, + 0.03765869140625, + -0.00035119056701660156, + -0.00551605224609375, + -0.031158447265625, + 0.0303192138671875, + 0.038909912109375, + -0.06817626953125, + 0.01312255859375, + -0.0177764892578125, + -0.0219573974609375, + 0.03912353515625, + -0.040771484375, + -0.0035552978515625, + 0.01548004150390625, + -0.08367919921875, + -0.02081298828125, + -0.0386962890625, + -0.0313720703125, + -0.0239410400390625, + 0.018829345703125, + 0.042449951171875, + -0.00145721435546875, + 0.032623291015625, + -0.00009310245513916016, + 0.00815582275390625, + 0.0079498291015625, + -0.0033721923828125, + -0.0160980224609375, + 0.015899658203125, + -0.04266357421875, + -0.062744140625, + -0.0160064697265625, + 0.032623291015625, + -0.0248870849609375, + -0.0160064697265625, + 0.00716400146484375, + -0.0117645263671875, + 0.04119873046875, + -0.0292816162109375, + 0.004390716552734375, + -0.019866943359375, + -0.023529052734375, + -0.031158447265625, + -0.032012939453125, + 0.00669097900390625, + 0.037445068359375, + -0.001575469970703125, + 0.01155853271484375, + 0.0214385986328125, + -0.0518798828125, + 0.04412841796875, + 0.0212249755859375, + 0.02154541015625, + 0.0083160400390625, + -0.0003056526184082031, + -0.02227783203125, + -0.0083160400390625, + 0.0290679931640625, + -0.021331787109375, + -0.032196044921875, + -0.07904052734375, + 0.0209197998046875, + -0.003345489501953125, + -0.0021572113037109375, + -0.0263519287109375, + -0.0328369140625, + -0.08660888671875, + -0.0113983154296875, + 0.023529052734375, + -0.00914764404296875, + -0.002079010009765625, + -0.0299072265625, + -0.0307464599609375, + -0.00168609619140625, + -0.029693603515625, + 0.0278167724609375, + -0.0197601318359375, + 0.026458740234375, + 0.01145172119140625, + -0.047882080078125, + 0.02667236328125, + 0.038055419921875, + 0.034515380859375, + 0.01055908203125, + 0.0309600830078125, + -0.0255126953125, + 0.037841796875, + -0.006168365478515625, + -0.0017518997192382812, + 0.00104522705078125, + -0.0226898193359375, + 0.032623291015625, + -0.007007598876953125, + -0.01495361328125, + 0.00196075439453125, + 0.00002962350845336914, + 0.046234130859375, + -0.007843017578125, + -0.016204833984375, + 0.0280303955078125, + 0.0021572113037109375, + 0.046234130859375, + -0.0309600830078125, + -0.043304443359375, + 0.01197052001953125, + -0.0024318695068359375, + 0.0460205078125, + 0.02374267578125, + -0.0280303955078125, + -0.02154541015625, + 0.038909912109375, + 0.048736572265625, + -0.0269775390625, + -0.0148468017578125, + -0.045379638671875, + 0.00836181640625, + 0.030120849609375, + 0.06317138671875, + 0.0207061767578125, + 0.0941162109375, + 0.00836181640625, + -0.01181793212890625, + 0.032012939453125, + 0.08282470703125, + 0.0247802734375, + -0.03179931640625, + -0.039520263671875, + 0.0199737548828125, + 0.0133819580078125, + -0.040374755859375, + -0.026458740234375, + 0.006011962890625, + 0.09619140625, + -0.071533203125, + -0.002079010009765625, + -0.007740020751953125, + -0.0241546630859375, + 0.0204925537109375, + 0.01255035400390625, + -0.0218505859375, + 0.0299072265625, + 0.0211181640625, + -0.033050537109375, + -0.03240966796875, + -0.00679779052734375, + 0.00878143310546875, + 0.08111572265625, + 0.02593994140625, + -0.0036334991455078125, + 0.031585693359375, + 0.024993896484375, + 0.0276031494140625, + 0.02667236328125, + 0.034088134765625, + 0.0225830078125, + 0.0179901123046875, + 0.025726318359375, + 0.041839599609375, + -0.01348876953125, + -0.0130157470703125, + 0.010040283203125, + 0.00551605224609375, + 0.06689453125, + 0.046630859375, + 0.007320404052734375, + 0.0036602020263671875, + -0.0386962890625, + -0.039947509765625, + 0.0236358642578125, + 0.006275177001953125, + -0.004207611083984375, + -0.049774169921875, + -0.045166015625, + 0.0226898193359375, + -0.02374267578125, + 0.045166015625, + 0.0182952880859375, + -0.037017822265625, + -0.004444122314453125, + 0.0243682861328125, + -0.0155792236328125, + -0.035980224609375, + -0.00778961181640625, + -0.0256195068359375, + -0.0288543701171875, + -0.0401611328125, + -0.02301025390625, + 0.040985107421875, + 0.00205230712890625, + -0.04766845703125, + -0.035552978515625, + 0.0269775390625, + -0.03619384765625, + -0.02667236328125, + -0.034515380859375, + 0.003215789794921875, + -0.051025390625, + -0.0706787109375, + -0.04852294921875, + -0.036376953125, + 0.00643157958984375, + -0.02520751953125, + 0.01233673095703125, + -0.0313720703125, + -0.0168304443359375, + -0.018829345703125, + -0.0175628662109375, + -0.0255126953125, + 0.02227783203125, + -0.032012939453125, + 0.0294952392578125, + -0.0023651123046875, + 0.045166015625, + 0.031585693359375, + 0.0648193359375, + -0.0135955810546875, + -0.016937255859375, + 0.0003056526184082031, + -0.055206298828125, + 0.006168365478515625, + -0.0081024169921875, + 0.0037899017333984375, + -0.0706787109375, + -0.004913330078125, + 0.054779052734375, + -0.07989501953125, + 0.034912109375, + 0.00470733642578125, + -0.0167236328125, + -0.040374755859375, + -0.00804901123046875, + 0.0189208984375, + -0.00010865926742553711, + 0.0982666015625, + 0.0090484619140625, + 0.0135955810546875, + 0.024993896484375, + -0.03912353515625, + 0.053955078125, + 0.035552978515625, + 0.0236358642578125, + -0.051666259765625, + 0.017364501953125, + 0.0232086181640625, + -0.01328277587890625, + 0.03387451171875, + -0.06982421875, + -0.005252838134765625, + 0.0167236328125, + 0.016937255859375, + -0.024566650390625, + -0.004261016845703125, + -0.058135986328125, + -0.007843017578125, + -0.033447265625, + 0.0212249755859375, + -0.00789642333984375, + 0.0113983154296875, + -0.0401611328125, + -0.0232086181640625, + -0.0148468017578125, + -0.048095703125, + -0.033660888671875, + -0.01526641845703125, + 0.03619384765625, + 0.0059356689453125, + -0.056060791015625, + 0.032012939453125, + 0.0007419586181640625, + 0.01244354248046875, + 0.00936126708984375, + 0.0665283203125, + -0.04705810546875, + 0.0307464599609375, + -0.0034236907958984375, + 0.06024169921875, + -0.026458740234375, + 0.01197052001953125, + 0.005229949951171875, + 0.0192413330078125, + 0.03680419921875, + -0.034515380859375, + 0.038055419921875, + 0.0233154296875, + -0.036376953125, + -0.07110595703125, + -0.044952392578125, + -0.0234222412109375, + 0.041412353515625, + 0.006744384765625, + 0.0175628662109375, + -0.023529052734375, + -0.0167236328125, + -0.08489990234375, + 0.037445068359375, + -0.033660888671875, + 0.0155792236328125, + 0.00800323486328125, + 0.009674072265625, + -0.0723876953125, + -0.031158447265625, + -0.0010128021240234375, + 0.0185089111328125, + -0.042449951171875, + 0.00925445556640625, + -0.00315093994140625, + 0.00669097900390625, + 0.0005064010620117188, + -0.0273895263671875, + 0.00632476806640625, + 0.040985107421875, + 0.0278167724609375, + -0.0203857421875, + 0.06439208984375, + -0.036590576171875, + 0.022796630859375, + -0.0025348663330078125, + -0.0165252685546875, + -0.0133819580078125, + -0.007476806640625, + -0.034515380859375, + 0.019866943359375, + 0.01515960693359375, + 0.048736572265625, + -0.0284423828125, + -0.005252838134765625, + -0.010772705078125, + 0.01071929931640625, + 0.024566650390625, + -0.0280303955078125, + -0.0106658935546875, + -0.0097808837890625, + -0.0094146728515625, + -0.007843017578125, + -0.058990478515625, + -0.0853271484375, + 0.0018434524536132812, + -0.02227783203125, + -0.01255035400390625, + -0.0014963150024414062, + 0.0299072265625, + 0.01207733154296875, + -0.0284423828125, + 0.045379638671875, + -0.00423431396484375, + -0.005046844482421875, + -0.03387451171875, + 0.0299072265625, + -0.0170440673828125, + 0.056884765625, + -0.00305938720703125, + -0.046630859375, + 0.03619384765625, + -0.00753021240234375, + -0.0155792236328125, + -0.0029277801513671875, + 0.0009083747863769531, + -0.01306915283203125, + 0.0027313232421875, + -0.06732177734375, + -0.0258331298828125, + 0.006954193115234375, + 0.049346923828125, + 0.034515380859375, + -0.016204833984375, + 0.055633544921875, + 0.0170440673828125, + -0.061492919921875, + 0.005985260009765625, + -0.028228759765625, + -0.0263519287109375, + -0.00661468505859375, + -0.0016078948974609375, + 0.00569915771484375, + 0.02008056640625, + 0.0518798828125, + 0.0357666015625, + 0.031585693359375, + 0.03326416015625, + -0.037017822265625, + 0.00324249267578125, + -0.01453399658203125, + 0.038055419921875, + 0.0128631591796875, + 0.01233673095703125, + -0.00925445556640625, + 0.009307861328125, + 0.01197052001953125, + -0.0782470703125, + -0.0256195068359375, + -0.0430908203125, + -0.0706787109375, + -0.01071929931640625, + 0.08367919921875, + 0.0263519287109375, + -0.013336181640625, + 0.0386962890625, + 0.03912353515625, + 0.02301025390625, + -0.00397491455078125, + -0.01024627685546875, + -0.0677490234375, + -0.00324249267578125, + 0.00753021240234375, + 0.0084686279296875, + -0.0635986328125, + 0.051239013671875, + 0.06982421875, + -0.0255126953125, + -0.00925445556640625, + -0.00018787384033203125, + -0.003894805908203125, + 0.037017822265625, + 0.002262115478515625, + 0.00988006591796875, + -0.07318115234375, + 0.00588226318359375, + 0.027191162109375, + 0.0041046142578125, + -0.0024051666259765625, + -0.036590576171875, + -0.0017910003662109375, + 0.017364501953125, + -0.074462890625, + -0.01453399658203125, + 0.026458740234375, + 0.0782470703125, + 0.022064208984375, + -0.02081298828125, + -0.0160064697265625, + 0.0305328369140625, + 0.00872802734375, + -0.033447265625, + 0.027191162109375, + 0.0216522216796875, + -0.0210113525390625, + 0.028228759765625, + 0.039947509765625, + -0.0055694580078125, + 0.049774169921875, + 0.0214385986328125, + -0.0723876953125, + 0.0218505859375, + -0.028656005859375, + 0.01515960693359375, + 0.0036334991455078125, + -0.0303192138671875, + -0.0313720703125, + -0.03973388671875, + 0.043701171875, + 0.00650787353515625, + 0.045806884765625, + 0.0280303955078125, + -0.0020904541015625, + -0.01380157470703125, + -0.005908966064453125, + 0.0143280029296875, + 0.05731201171875, + 0.0288543701171875, + 0.02227783203125, + 0.033447265625, + 0.0036602020263671875, + -0.0006175041198730469, + -0.03326416015625, + 0.037841796875, + -0.0203857421875, + -0.01207733154296875, + -0.05352783203125, + -0.01788330078125, + 0.0022220611572265625, + -0.024261474609375, + -0.007843017578125, + -0.032012939453125, + -0.0128631591796875, + -0.00232696533203125, + -0.04998779296875, + -0.018402099609375, + 0.043487548828125, + -0.02447509765625, + 0.0014314651489257812, + 0.024261474609375, + -0.0016078948974609375, + 0.003582000732421875, + -0.053131103515625, + 0.032196044921875, + 0.0233154296875, + 0.0303192138671875, + -0.0011434555053710938, + -0.01171112060546875, + 0.024566650390625, + -0.0203857421875, + 0.0025482177734375, + 0.004444122314453125, + -0.0328369140625, + 0.054779052734375, + 0.046417236328125, + 0.0181884765625, + -0.0276031494140625, + 0.0143280029296875, + 0.01108551025390625, + -0.0276031494140625, + 0.043701171875, + 0.037017822265625, + 0.0262451171875, + -0.000682830810546875, + -0.01348876953125, + -0.0280303955078125, + -0.06317138671875, + 0.0665283203125, + 0.040374755859375, + 0.0273895263671875, + 0.040557861328125, + -0.048736572265625, + 0.0416259765625, + -0.0010004043579101562, + 0.03472900390625, + -0.05352783203125, + 0.058135986328125, + -0.005306243896484375, + -0.005306243896484375, + -0.0006566047668457031, + 0.005176544189453125, + -0.01641845703125, + 0.0256195068359375, + -0.03912353515625, + 0.051025390625, + 0.0309600830078125, + -0.03912353515625, + -0.061065673828125, + -0.01171112060546875, + 0.006404876708984375, + -0.0041046142578125, + 0.039947509765625, + -0.044952392578125, + 0.00441741943359375, + -0.004207611083984375, + 0.0143280029296875, + 0.08197021484375, + -0.022064208984375, + 0.02154541015625, + -0.005855560302734375, + -0.006954193115234375, + -0.00223541259765625, + 0.003765106201171875 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis", + "fraud-investigation", + "network-forensics", + "mobile-forensics", + "cloud-forensics", + "ics-forensics" + ], + "phases": [], + "tags": [ + "gui", + "command-line", + "cross-platform", + "live-acquisition", + "write-blocker", + "opensource", + "forensics-mode", + "tool-collection", + "arm-support", + "nethunter", + "custom-builds", + "rolling-release" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_EnCase", + "type": "tool", + "name": "EnCase", + "content": "encase der veteran der digitalen forensik seit 1997 - in vielen behörden noch immer verwendet. enscript-programmierung ermöglicht komplexe automatisierungen die andere tools nicht bieten. die gerichtserfahrung ist unübertroffen - tausende erfolgreiche verfahren weltweit. version 21 modernisiert die alternde architektur mit cloud-forensik und mobile-support. besonders stark: evidence-processor für batch-verarbeitung, umfangreiche dateisystem-unterstützung, integrierte hex-ansicht. die ence-zertifizierung öffnet karrieretüren. physical-analyzer-modul für smartphones konkurriert mit cellebrite. die case-management-features skalieren auf großverfahren. nachteile: hohe kosten (20.000€+), steile lernkurve, performance-probleme bei großen images. opentext-übernahme bringt unsicherheit. der dongle-schutz nervt im feldeinsatz. viele wechseln zu moderneren alternativen, aber für enscript-power-user noch immer unverzichtbar. das prestige-tool das langsam seine krone verliert. 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.020782470703125, + 0.03564453125, + 0.00841522216796875, + -0.007350921630859375, + 0.041717529296875, + 0.0399169921875, + 0.024139404296875, + -0.005584716796875, + -0.003162384033203125, + -0.0081329345703125, + -0.0307159423828125, + 0.0413818359375, + 0.0027103424072265625, + -0.0318603515625, + -0.063720703125, + 0.041229248046875, + -0.008087158203125, + 0.0228271484375, + 0.047637939453125, + 0.0142059326171875, + -0.0218505859375, + 0.004619598388671875, + -0.047943115234375, + -0.0099334716796875, + -0.0128936767578125, + 0.0155181884765625, + -0.00894927978515625, + -0.05322265625, + 0.01453399658203125, + -0.0005540847778320312, + -0.005664825439453125, + -0.017486572265625, + 0.016998291015625, + 0.0233154296875, + -0.0174102783203125, + -0.02117919921875, + -0.0194549560546875, + -0.03759765625, + -0.03515625, + 0.037109375, + -0.0006465911865234375, + 0.0089111328125, + 0.0071868896484375, + 0.0008006095886230469, + -0.016510009765625, + -0.034820556640625, + 0.005069732666015625, + -0.017486572265625, + -0.0015497207641601562, + -0.02923583984375, + 0.0285797119140625, + 0.065673828125, + -0.02923583984375, + 0.00457763671875, + -0.026763916015625, + 0.01305389404296875, + 0.0251312255859375, + -0.034149169921875, + -0.0169219970703125, + 0.04632568359375, + -0.0736083984375, + -0.02545166015625, + 0.0016832351684570312, + -0.007061004638671875, + 0.01322174072265625, + 0.0221710205078125, + -0.0120697021484375, + -0.00899505615234375, + -0.005828857421875, + -0.004863739013671875, + 0.010223388671875, + -0.0089111328125, + -0.0202789306640625, + 0.0413818359375, + -0.0251312255859375, + -0.06304931640625, + 0.0126495361328125, + 0.02496337890625, + -0.019378662109375, + -0.0203704833984375, + -0.03546142578125, + 0.0131378173828125, + 0.045654296875, + -0.0118255615234375, + 0.003162384033203125, + 0.0038604736328125, + 0.02545166015625, + -0.01165771484375, + 0.0005364418029785156, + 0.00490570068359375, + 0.0225067138671875, + 0.0004286766052246094, + 0.0256195068359375, + -0.0155181884765625, + 0.03546142578125, + 0.05059814453125, + 0.0099334716796875, + -0.017730712890625, + 0.0118255615234375, + 0.032196044921875, + 0.017730712890625, + -0.041229248046875, + 0.055511474609375, + -0.0137939453125, + 0.048614501953125, + -0.05352783203125, + 0.007061004638671875, + -0.0165863037109375, + -0.027099609375, + -0.0039005279541015625, + -0.0880126953125, + -0.03466796875, + -0.02447509765625, + -0.06304931640625, + -0.002689361572265625, + 0.0216827392578125, + 0.004001617431640625, + 0.0418701171875, + -0.052215576171875, + -0.0361328125, + 0.03778076171875, + 0.023162841796875, + 0.00948333740234375, + 0.032684326171875, + -0.040740966796875, + -0.05487060546875, + 0.0290679931640625, + 0.01666259765625, + -0.03778076171875, + -0.007144927978515625, + -0.030059814453125, + -0.0239715576171875, + -0.0234832763671875, + -0.027099609375, + -0.0115814208984375, + -0.0135498046875, + 0.0187225341796875, + -0.0052337646484375, + 0.01001739501953125, + 0.0096893310546875, + 0.0272674560546875, + -0.0328369140625, + -0.06866455078125, + 0.0272674560546875, + -0.0423583984375, + -0.0190582275390625, + -0.0269317626953125, + 0.06964111328125, + -0.027435302734375, + -0.01165771484375, + -0.03466796875, + 0.0139617919921875, + 0.07489013671875, + 0.0157623291015625, + 0.026275634765625, + -0.033660888671875, + -0.00989532470703125, + -0.012237548828125, + 0.0225067138671875, + 0.004947662353515625, + -0.0020008087158203125, + 0.02117919921875, + 0.006404876708984375, + 0.0246429443359375, + -0.0206146240234375, + -0.0115814208984375, + -0.0004875659942626953, + 0.0205230712890625, + 0.0027923583984375, + 0.01428985595703125, + 0.01165771484375, + -0.02447509765625, + 0.06011962890625, + 0.0784912109375, + -0.0025043487548828125, + 0.01641845703125, + -0.01084136962890625, + -0.01297760009765625, + 0.023162841796875, + 0.006610870361328125, + -0.02874755859375, + -0.0139617919921875, + 0.00710296630859375, + -0.005706787109375, + 0.0205230712890625, + -0.0277557373046875, + -0.032012939453125, + 0.002063751220703125, + -0.0259552001953125, + 0.0307159423828125, + -0.03680419921875, + -0.01593017578125, + -0.01141357421875, + 0.01165771484375, + 0.038604736328125, + 0.05682373046875, + 0.030059814453125, + -0.01593017578125, + 0.043701171875, + -0.0052947998046875, + -0.014617919921875, + 0.0269317626953125, + 0.00478363037109375, + 0.047943115234375, + 0.002750396728515625, + 0.0152740478515625, + 0.026275634765625, + 0.040740966796875, + 0.0246429443359375, + -0.035797119140625, + -0.02447509765625, + 0.05517578125, + -0.01125335693359375, + -0.01042938232421875, + -0.0247955322265625, + -0.0264434814453125, + 0.0019092559814453125, + -0.017486572265625, + -0.03924560546875, + 0.0203704833984375, + -0.036956787109375, + -0.0703125, + -0.0050506591796875, + 0.01568603515625, + -0.02447509765625, + 0.038604736328125, + 0.0313720703125, + -0.0194549560546875, + -0.02447509765625, + 0.022003173828125, + 0.0226593017578125, + 0.0246429443359375, + -0.023162841796875, + 0.027435302734375, + -0.017486572265625, + -0.04400634765625, + 0.045013427734375, + 0.01108551025390625, + 0.0152740478515625, + 0.01971435546875, + -0.0285797119140625, + 0.0128936767578125, + -0.017822265625, + 0.0328369140625, + 0.04302978515625, + -0.0006184577941894531, + 0.007061004638671875, + 0.016510009765625, + 0.042694091796875, + 0.0361328125, + -0.048614501953125, + -0.0158538818359375, + -0.0860595703125, + -0.004497528076171875, + -0.08673095703125, + -0.0298919677734375, + -0.0282440185546875, + -0.047943115234375, + 0.04156494140625, + -0.0007953643798828125, + -0.0194549560546875, + 0.020782470703125, + 0.018890380859375, + -0.0092010498046875, + 0.03448486328125, + 0.028900146484375, + -0.01305389404296875, + 0.00689697265625, + 0.0650634765625, + 0.0168304443359375, + -0.027435302734375, + 0.00603485107421875, + 0.016265869140625, + -0.0205230712890625, + 0.0142059326171875, + -0.0604248046875, + -0.0061187744140625, + 0.0243072509765625, + 0.04400634765625, + 0.00977325439453125, + -0.035980224609375, + 0.0023708343505859375, + 0.00846099853515625, + 0.028900146484375, + -0.02923583984375, + -0.00632476806640625, + -0.00927734375, + -0.00496673583984375, + -0.0243072509765625, + -0.079833984375, + 0.00923919677734375, + 0.05584716796875, + 0.026275634765625, + -0.010101318359375, + 0.0333251953125, + -0.02496337890625, + 0.005420684814453125, + 0.00196075439453125, + 0.0115814208984375, + 0.00936126708984375, + 0.0361328125, + -0.02093505859375, + 0.00952911376953125, + -0.01084136962890625, + 0.0137176513671875, + -0.03302001953125, + -0.041717529296875, + -0.0081329345703125, + -0.00199127197265625, + -0.046630859375, + 0.0036945343017578125, + 0.0160980224609375, + -0.0160064697265625, + 0.0131378173828125, + -0.0272674560546875, + -0.01494598388671875, + -0.03497314453125, + -0.065673828125, + 0.01305389404296875, + -0.033172607421875, + -0.032012939453125, + -0.0261077880859375, + 0.0679931640625, + -0.005130767822265625, + 0.006610870361328125, + -0.0229949951171875, + -0.01806640625, + -0.0280914306640625, + 0.023651123046875, + -0.03253173828125, + 0.027435302734375, + -0.026611328125, + 0.0238189697265625, + 0.036285400390625, + 0.057159423828125, + 0.002227783203125, + 0.03497314453125, + 0.0206146240234375, + -0.0333251953125, + 0.00632476806640625, + -0.005462646484375, + 0.0126495361328125, + 0.01641845703125, + -0.033843994140625, + -0.0256195068359375, + 0.00882720947265625, + -0.0182342529296875, + 0.0049896240234375, + 0.01568603515625, + 0.03924560546875, + 0.0308837890625, + -0.0272674560546875, + 0.005420684814453125, + 0.0594482421875, + 0.014373779296875, + 0.07586669921875, + -0.03662109375, + -0.0423583984375, + 0.007801055908203125, + 0.019134521484375, + -0.040252685546875, + 0.002166748046875, + 0.0205230712890625, + 0.0139617919921875, + 0.025299072265625, + 0.0216827392578125, + -0.002956390380859375, + 0.026275634765625, + -0.01453399658203125, + -0.007061004638671875, + 0.0280914306640625, + -0.012481689453125, + 0.0272674560546875, + 0.0408935546875, + 0.024139404296875, + 0.0027103424072265625, + 0.0194549560546875, + -0.018310546875, + -0.03973388671875, + -0.0261077880859375, + -0.0509033203125, + 0.008209228515625, + 0.056182861328125, + 0.0137939453125, + 0.04827880859375, + -0.0285797119140625, + -0.0604248046875, + 0.005626678466796875, + -0.0312042236328125, + 0.0693359375, + 0.0251312255859375, + -0.0008878707885742188, + 0.058135986328125, + -0.01494598388671875, + 0.0010318756103515625, + 0.026763916015625, + 0.00377655029296875, + 0.018402099609375, + 0.044677734375, + 0.0261077880859375, + 0.02020263671875, + -0.027923583984375, + 0.031524658203125, + 0.045013427734375, + -0.00846099853515625, + 0.0179901123046875, + 0.009857177734375, + 0.003940582275390625, + 0.018402099609375, + -0.01453399658203125, + 0.04730224609375, + 0.0413818359375, + -0.00040030479431152344, + 0.0201263427734375, + 0.0012731552124023438, + 0.005420684814453125, + -0.036285400390625, + -0.0030803680419921875, + -0.0034084320068359375, + 0.009979248046875, + 0.0282440185546875, + 0.0103912353515625, + -0.0650634765625, + -0.0135498046875, + 0.052886962890625, + -0.045318603515625, + 0.020782470703125, + 0.02545166015625, + -0.0251312255859375, + 0.01470184326171875, + -0.018646240234375, + -0.037933349609375, + 0.0312042236328125, + 0.00039768218994140625, + -0.02496337890625, + 0.018890380859375, + 0.0261077880859375, + -0.03778076171875, + -0.023651123046875, + -0.044677734375, + -0.006282806396484375, + -0.01030731201171875, + 0.00722503662109375, + 0.037109375, + -0.01149749755859375, + -0.0033664703369140625, + 0.017730712890625, + 0.055511474609375, + 0.0062408447265625, + -0.0333251953125, + 0.044677734375, + -0.01519012451171875, + -0.0184783935546875, + 0.02069091796875, + 0.04205322265625, + 0.0303802490234375, + -0.0308837890625, + -0.023651123046875, + 0.0029144287109375, + 0.026763916015625, + 0.0032024383544921875, + 0.01494598388671875, + -0.03350830078125, + -0.044342041015625, + -0.06732177734375, + 0.0604248046875, + 0.00591278076171875, + 0.040252685546875, + -0.0016222000122070312, + -0.0328369140625, + 0.045654296875, + -0.058135986328125, + -0.0294036865234375, + -0.0256195068359375, + -0.000023245811462402344, + -0.0303802490234375, + 0.0294036865234375, + -0.021514892578125, + -0.0015192031860351562, + -0.0238189697265625, + 0.0594482421875, + 0.0040435791015625, + 0.005828857421875, + -0.041229248046875, + 0.02923583984375, + 0.040557861328125, + -0.065673828125, + -0.00841522216796875, + -0.02044677734375, + -0.0137176513671875, + 0.063720703125, + -0.0712890625, + 0.005069732666015625, + 0.018402099609375, + -0.08209228515625, + -0.042694091796875, + -0.017242431640625, + -0.026763916015625, + -0.053863525390625, + 0.0259552001953125, + 0.05352783203125, + -0.0014476776123046875, + 0.0139617919921875, + 0.005870819091796875, + 0.0032024383544921875, + 0.04205322265625, + 0.02117919921875, + -0.0137939453125, + 0.0256195068359375, + -0.06011962890625, + -0.045654296875, + -0.0029354095458984375, + 0.0509033203125, + -0.033172607421875, + -0.0155181884765625, + 0.006488800048828125, + -0.03662109375, + 0.03564453125, + -0.05352783203125, + -0.0052947998046875, + -0.0168304443359375, + -0.017242431640625, + -0.031707763671875, + -0.0318603515625, + -0.017486572265625, + 0.03924560546875, + 0.00025653839111328125, + -0.0004978179931640625, + 0.045654296875, + -0.066650390625, + 0.0264434814453125, + 0.00965118408203125, + -0.0160980224609375, + -0.00550079345703125, + -0.0008111000061035156, + 0.0139617919921875, + -0.003284454345703125, + 0.021026611328125, + -0.022003173828125, + -0.021514892578125, + -0.0703125, + 0.021026611328125, + -0.0041046142578125, + -0.0303802490234375, + -0.0277557373046875, + -0.0169219970703125, + -0.064697265625, + 0.00841522216796875, + 0.0318603515625, + 0.01544189453125, + 0.0135498046875, + -0.02117919921875, + -0.0174102783203125, + 0.00722503662109375, + -0.00579071044921875, + 0.027587890625, + -0.0190582275390625, + 0.0218505859375, + 0.019866943359375, + -0.042694091796875, + 0.0218505859375, + 0.00466156005859375, + 0.00775909423828125, + 0.02447509765625, + 0.031707763671875, + -0.039093017578125, + 0.0213470458984375, + -0.018798828125, + -0.03729248046875, + 0.017242431640625, + -0.0251312255859375, + 0.00439453125, + -0.01125335693359375, + -0.02972412109375, + 0.0174102783203125, + 0.01108551025390625, + 0.026611328125, + -0.01428985595703125, + -0.023162841796875, + 0.00710296630859375, + 0.0084991455078125, + 0.050262451171875, + -0.01108551025390625, + -0.0509033203125, + -0.008087158203125, + 0.0062408447265625, + 0.059783935546875, + 0.0323486328125, + 0.00923919677734375, + -0.027435302734375, + 0.00751495361328125, + 0.03729248046875, + -0.0169219970703125, + -0.0246429443359375, + -0.0259552001953125, + 0.0247955322265625, + 0.0233154296875, + 0.041229248046875, + 0.0003414154052734375, + 0.0965576171875, + -0.012237548828125, + -0.0028324127197265625, + 0.0298919677734375, + 0.0660400390625, + 0.0223388671875, + -0.0051727294921875, + -0.05352783203125, + 0.00537872314453125, + 0.0131378173828125, + -0.039581298828125, + -0.03448486328125, + -0.0155181884765625, + 0.056488037109375, + -0.0604248046875, + -0.0261077880859375, + -0.0087432861328125, + -0.0096893310546875, + 0.008209228515625, + 0.030548095703125, + -0.026611328125, + 0.01617431640625, + -0.007061004638671875, + -0.0418701171875, + 0.010101318359375, + -0.0194549560546875, + 0.0216827392578125, + 0.038116455078125, + 0.036285400390625, + -0.003818511962890625, + 0.0489501953125, + -0.0005979537963867188, + -0.0012159347534179688, + 0.0176544189453125, + 0.03662109375, + 0.0082550048828125, + 0.012725830078125, + 0.056488037109375, + 0.051239013671875, + -0.0051727294921875, + -0.012237548828125, + -0.01280975341796875, + 0.039093017578125, + 0.032196044921875, + 0.058135986328125, + -0.0225067138671875, + -0.0128936767578125, + -0.003429412841796875, + -0.02496337890625, + -0.017242431640625, + -0.00952911376953125, + 0.007965087890625, + -0.0179901123046875, + -0.04400634765625, + 0.015106201171875, + -0.045989990234375, + 0.045989990234375, + -0.006816864013671875, + -0.00763702392578125, + 0.0144500732421875, + 0.02972412109375, + -0.0190582275390625, + -0.05780029296875, + -0.005336761474609375, + -0.016754150390625, + -0.026275634765625, + -0.043365478515625, + -0.046966552734375, + 0.028411865234375, + -0.0247955322265625, + -0.054534912109375, + -0.03497314453125, + 0.03680419921875, + -0.023162841796875, + -0.0399169921875, + -0.0189666748046875, + -0.0025463104248046875, + -0.0226593017578125, + -0.044677734375, + -0.03759765625, + -0.0135498046875, + 0.0063629150390625, + -0.053863525390625, + 0.0063629150390625, + -0.0096893310546875, + -0.032196044921875, + -0.01470184326171875, + -0.01190948486328125, + 0.0009393692016601562, + 0.0163421630859375, + -0.03302001953125, + 0.0693359375, + -0.00788116455078125, + 0.05584716796875, + 0.0290679931640625, + 0.0499267578125, + 0.00193023681640625, + 0.0118255615234375, + -0.0126495361328125, + -0.06011962890625, + -0.01165771484375, + 0.0206146240234375, + 0.0007905960083007812, + -0.09527587890625, + 0.0027103424072265625, + 0.056182861328125, + -0.0693359375, + 0.0182342529296875, + 0.0202789306640625, + -0.018402099609375, + -0.0489501953125, + 0.012237548828125, + -0.00418853759765625, + 0.0213470458984375, + 0.07818603515625, + 0.004207611083984375, + -0.00804901123046875, + 0.0229949951171875, + -0.054534912109375, + 0.0689697265625, + 0.027099609375, + 0.0073089599609375, + -0.032012939453125, + 0.0328369140625, + 0.0170745849609375, + -0.0312042236328125, + 0.00466156005859375, + -0.061431884765625, + -0.0221710205078125, + 0.031707763671875, + 0.0223388671875, + -0.01617431640625, + 0.0139617919921875, + -0.031036376953125, + -0.033843994140625, + -0.031707763671875, + 0.0298919677734375, + -0.0251312255859375, + 0.0234832763671875, + -0.03253173828125, + -0.026275634765625, + -0.01174163818359375, + -0.046966552734375, + -0.0272674560546875, + -0.02447509765625, + 0.0333251953125, + 0.001010894775390625, + -0.05487060546875, + 0.0256195068359375, + 0.007720947265625, + 0.01232147216796875, + 0.007472991943359375, + 0.05059814453125, + -0.02093505859375, + -0.032012939453125, + 0.002391815185546875, + 0.03021240234375, + -0.00261688232421875, + -0.010467529296875, + 0.01280975341796875, + 0.004619598388671875, + 0.03826904296875, + -0.04302978515625, + 0.05322265625, + 0.037933349609375, + -0.035797119140625, + -0.05517578125, + -0.02496337890625, + -0.02117919921875, + 0.0259552001953125, + -0.018402099609375, + 0.031036376953125, + 0.0009083747863769531, + -0.0290679931640625, + -0.1116943359375, + 0.033843994140625, + -0.0282440185546875, + 0.023162841796875, + -0.00894927978515625, + -0.023162841796875, + -0.047637939453125, + -0.04632568359375, + -0.00689697265625, + 0.005706787109375, + -0.03546142578125, + 0.031707763671875, + 0.01067352294921875, + -0.0049896240234375, + -0.0009393692016601562, + 0.007965087890625, + -0.00431060791015625, + 0.05517578125, + 0.0155181884765625, + -0.036956787109375, + 0.040069580078125, + -0.0272674560546875, + 0.0030994415283203125, + -0.01453399658203125, + 0.00948333740234375, + 0.006816864013671875, + 0.00775909423828125, + -0.03826904296875, + 0.01593017578125, + 0.027923583984375, + 0.040069580078125, + -0.01560211181640625, + 0.019622802734375, + -0.005992889404296875, + 0.0223388671875, + -0.0001360177993774414, + -0.0239715576171875, + -0.0157623291015625, + -0.0142059326171875, + -0.0133056640625, + -0.03564453125, + -0.049591064453125, + -0.09130859375, + 0.0178985595703125, + -0.036285400390625, + -0.01412200927734375, + 0.027587890625, + 0.038604736328125, + 0.01239776611328125, + -0.054534912109375, + 0.01617431640625, + -0.02117919921875, + -0.0197906494140625, + -0.0272674560546875, + 0.0233154296875, + -0.035797119140625, + 0.0394287109375, + 0.0099334716796875, + -0.0489501953125, + -0.0024433135986328125, + -0.003162384033203125, + -0.0086212158203125, + -0.018798828125, + -0.0034084320068359375, + -0.037445068359375, + 0.04156494140625, + -0.051239013671875, + -0.0086212158203125, + 0.0020008087158203125, + 0.045013427734375, + 0.010467529296875, + -0.0290679931640625, + 0.055511474609375, + -0.0052947998046875, + -0.047637939453125, + 0.0399169921875, + -0.016265869140625, + -0.0256195068359375, + 0.01453399658203125, + -0.026763916015625, + -0.0082550048828125, + -0.00431060791015625, + 0.03729248046875, + 0.042694091796875, + 0.043365478515625, + 0.00698089599609375, + -0.0272674560546875, + -0.00424957275390625, + 0.0158538818359375, + 0.036468505859375, + 0.0239715576171875, + 0.0160980224609375, + 0.007350921630859375, + 0.0157623291015625, + -0.0115814208984375, + -0.07916259765625, + -0.007350921630859375, + -0.04730224609375, + -0.04827880859375, + -0.00763702392578125, + 0.0693359375, + 0.043701171875, + -0.0001354217529296875, + 0.01666259765625, + 0.06866455078125, + 0.03021240234375, + 0.0139617919921875, + 0.00710296630859375, + -0.06536865234375, + -0.03466796875, + 0.0019092559814453125, + 0.018310546875, + -0.0693359375, + 0.0192108154296875, + 0.063720703125, + 0.0021762847900390625, + -0.017242431640625, + -0.01544189453125, + 0.0071868896484375, + 0.06011962890625, + 0.018310546875, + 0.00469970703125, + -0.06964111328125, + 0.01239776611328125, + 0.026275634765625, + -0.00763702392578125, + 0.012237548828125, + 0.0082550048828125, + -0.033172607421875, + 0.0604248046875, + -0.054534912109375, + -0.0034084320068359375, + -0.003387451171875, + 0.058807373046875, + 0.005069732666015625, + -0.044342041015625, + -0.023162841796875, + 0.04827880859375, + -0.0006055831909179688, + -0.0223388671875, + 0.01042938232421875, + 0.02044677734375, + -0.046630859375, + 0.033843994140625, + 0.04205322265625, + 0.0088653564453125, + 0.040252685546875, + 0.01593017578125, + -0.059783935546875, + 0.0225067138671875, + -0.01092529296875, + 0.005748748779296875, + -0.03350830078125, + -0.032196044921875, + -0.0197906494140625, + -0.03466796875, + 0.039581298828125, + 0.0088653564453125, + 0.03826904296875, + 0.0394287109375, + -0.00689697265625, + -0.02069091796875, + 0.005992889404296875, + 0.02117919921875, + 0.0239715576171875, + 0.007801055908203125, + 0.01232147216796875, + 0.0142059326171875, + 0.04827880859375, + 0.026275634765625, + -0.01092529296875, + 0.03350830078125, + -0.044342041015625, + 0.00965118408203125, + -0.041229248046875, + 0.028900146484375, + 0.0071868896484375, + -0.031036376953125, + -0.0155181884765625, + -0.0176544189453125, + 0.00804901123046875, + -0.0016632080078125, + -0.0594482421875, + -0.000980377197265625, + 0.0243072509765625, + -0.0294036865234375, + 0.0038394927978515625, + 0.0233154296875, + -0.0264434814453125, + -0.009857177734375, + -0.05419921875, + 0.06768798828125, + 0.038116455078125, + 0.026611328125, + -0.005828857421875, + 0.02020263671875, + 0.02874755859375, + -0.0016317367553710938, + 0.015106201171875, + 0.0190582275390625, + -0.0213470458984375, + 0.0226593017578125, + 0.058135986328125, + 0.00977325439453125, + -0.050262451171875, + 0.0239715576171875, + 0.00258636474609375, + -0.0679931640625, + 0.0303802490234375, + 0.043365478515625, + -0.005069732666015625, + -0.0014781951904296875, + -0.00484466552734375, + -0.00472259521484375, + -0.0423583984375, + 0.07391357421875, + 0.0178985595703125, + -0.02496337890625, + 0.0178985595703125, + -0.0280914306640625, + 0.0413818359375, + 0.0133819580078125, + 0.07061767578125, + -0.0269317626953125, + 0.059783935546875, + -0.03253173828125, + 0.00196075439453125, + -0.0139617919921875, + 0.0277557373046875, + -0.002597808837890625, + 0.02545166015625, + -0.047943115234375, + 0.05517578125, + 0.034820556640625, + -0.00792694091796875, + -0.06109619140625, + 0.0026073455810546875, + -0.005706787109375, + 0.007389068603515625, + 0.041717529296875, + -0.0333251953125, + -0.00022840499877929688, + -0.002689361572265625, + 0.016998291015625, + 0.07623291015625, + -0.0223388671875, + 0.023162841796875, + -0.0017347335815429688, + -0.002895355224609375, + 0.0052947998046875, + -0.0137176513671875 + ], + "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_Chainalysis", + "type": "tool", + "name": "Chainalysis", + "content": "chainalysis die blockchain-intelligence-plattform ist wohlbekannt in krypto-forensik mit einer der größten attribution-datenbank weltweit. clustering-algorithmen identifizieren millionen von services: exchanges, darknet-märkte, mixer, ransomware-wallets, scams. reactor visualisiert transaktionsflüsse mit automatischer risikobewertung. kyt (know your transaction) für echtzeit- compliance. sanctions screening gegen ofac und internationale listen. der investigation-workflow traced funds durch mixer und tumblers. intelligente alerts bei verdächtigen bewegungen. court-ready reports mit blockchain-beweiskette. die api integriert in bestehende case- management-systeme. unterstützt bitcoin, ethereum, und 100+ andere blockchains. trainings und zertifizierungen für ermittler. die lizenzkosten (sechsstellig) und us-zentrierung 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.006839752197265625, + 0.0275726318359375, + 0.0275726318359375, + -0.005466461181640625, + 0.0286102294921875, + 0.0275726318359375, + 0.0286102294921875, + -0.00823974609375, + -0.0029659271240234375, + -0.0043792724609375, + -0.036468505859375, + 0.048095703125, + 0.01103973388671875, + 0.021240234375, + -0.060943603515625, + 0.037109375, + -0.0003578662872314453, + 0.031707763671875, + 0.0091705322265625, + 0.005985260009765625, + -0.00855255126953125, + -0.02166748046875, + -0.0323486328125, + -0.00004273653030395508, + 0.026214599609375, + 0.0281829833984375, + -0.0218658447265625, + -0.04290771484375, + -0.00829315185546875, + -0.0079803466796875, + -0.00391387939453125, + -0.0239410400390625, + -0.02301025390625, + 0.00098419189453125, + -0.0096893310546875, + -0.004974365234375, + 0.0029277801513671875, + -0.04248046875, + 0.0015869140625, + 0.01160430908203125, + -0.0260162353515625, + -0.0026950836181640625, + -0.004146575927734375, + 0.0012569427490234375, + -0.0296478271484375, + -0.060516357421875, + -0.01119232177734375, + -0.019073486328125, + 0.01751708984375, + -0.01171112060546875, + 0.0108795166015625, + 0.029022216796875, + 0.0184478759765625, + -0.005336761474609375, + -0.0439453125, + 0.021453857421875, + 0.0181427001953125, + -0.060943603515625, + -0.0543212890625, + 0.035430908203125, + -0.03607177734375, + 0.01202392578125, + 0.0032520294189453125, + 0.0117645263671875, + 0.00933074951171875, + 0.043121337890625, + -0.023529052734375, + -0.031097412109375, + -0.0054168701171875, + -0.004119873046875, + 0.0168914794921875, + 0.01233673095703125, + -0.01959228515625, + 0.035430908203125, + -0.031494140625, + -0.0198974609375, + 0.0160675048828125, + 0.038543701171875, + 0.0001684427261352539, + 0.00432586669921875, + -0.0155487060546875, + 0.0025787353515625, + 0.049530029296875, + -0.0273590087890625, + -0.023529052734375, + -0.0150299072265625, + 0.01233673095703125, + 0.02716064453125, + -0.007617950439453125, + -0.0234222412109375, + 0.021240234375, + 0.0084991455078125, + 0.032745361328125, + -0.001800537109375, + 0.06591796875, + 0.06591796875, + -0.02880859375, + -0.02166748046875, + -0.0242462158203125, + 0.043731689453125, + 0.01222991943359375, + -0.0229034423828125, + 0.043121337890625, + -0.01129913330078125, + 0.05389404296875, + -0.0185546875, + 0.029022216796875, + -0.0184478759765625, + -0.01026153564453125, + -0.053466796875, + -0.08416748046875, + -0.05224609375, + -0.016693115234375, + -0.053466796875, + 0.00021696090698242188, + 0.01367950439453125, + -0.02777099609375, + 0.02777099609375, + -0.056365966796875, + -0.0247650146484375, + 0.0171051025390625, + 0.0110931396484375, + 0.005802154541015625, + 0.02716064453125, + -0.0252838134765625, + -0.06427001953125, + 0.0205230712890625, + 0.044769287109375, + -0.03399658203125, + -0.0323486328125, + -0.0108795166015625, + -0.00011980533599853516, + 0.00209808349609375, + -0.01212310791015625, + 0.00859832763671875, + -0.005649566650390625, + 0.04022216796875, + -0.0233154296875, + -0.006320953369140625, + 0.01751708984375, + 0.0286102294921875, + -0.035858154296875, + -0.049346923828125, + 0.004352569580078125, + -0.039794921875, + -0.0100555419921875, + 0.000965118408203125, + 0.05120849609375, + -0.038543701171875, + 0.016265869140625, + -0.003757476806640625, + 0.01316070556640625, + 0.05224609375, + -0.00528717041015625, + 0.01015472412109375, + -0.024871826171875, + 0.0189666748046875, + -0.005672454833984375, + 0.0236358642578125, + 0.00484466552734375, + 0.0007805824279785156, + 0.0247650146484375, + 0.01482391357421875, + 0.0460205078125, + -0.021453857421875, + -0.03399658203125, + -0.042694091796875, + 0.0155487060546875, + 0.0182342529296875, + -0.0179290771484375, + 0.00948333740234375, + 0.004741668701171875, + 0.0487060546875, + 0.08953857421875, + -0.009429931640625, + 0.01471710205078125, + 0.01031494140625, + -0.0187530517578125, + 0.0286102294921875, + 0.03668212890625, + 0.00933074951171875, + -0.0018787384033203125, + 0.05389404296875, + 0.00859832763671875, + 0.0273590087890625, + 0.00595855712890625, + -0.046844482421875, + 0.0001481771469116211, + -0.02716064453125, + 0.01336669921875, + -0.0308837890625, + -0.042083740234375, + -0.01119232177734375, + 0.0294342041015625, + 0.0150299072265625, + 0.07672119140625, + 0.02435302734375, + -0.01336669921875, + 0.030059814453125, + 0.0150299072265625, + -0.00018298625946044922, + 0.0018787384033203125, + 0.009796142578125, + 0.0281829833984375, + 0.02716064453125, + 0.0218658447265625, + 0.00673675537109375, + 0.020111083984375, + 0.01300811767578125, + -0.01482391357421875, + -0.01367950439453125, + 0.040008544921875, + -0.027984619140625, + -0.00922393798828125, + -0.032745361328125, + -0.045196533203125, + -0.01959228515625, + -0.0125885009765625, + -0.0019817352294921875, + 0.0014896392822265625, + -0.00777435302734375, + -0.04498291015625, + -0.012542724609375, + 0.026123046875, + -0.03460693359375, + 0.03399658203125, + 0.01186370849609375, + -0.021453857421875, + 0.01430511474609375, + 0.0292205810546875, + 0.03399658203125, + 0.00989532470703125, + -0.0015935897827148438, + -0.0025386810302734375, + -0.0100555419921875, + -0.0018787384033203125, + 0.035247802734375, + 0.0692138671875, + 0.00640106201171875, + -0.006633758544921875, + -0.01523590087890625, + 0.026214599609375, + -0.0244598388671875, + 0.045196533203125, + 0.039398193359375, + -0.01544189453125, + -0.017303466796875, + -0.00859832763671875, + 0.0108795166015625, + 0.04229736328125, + -0.052032470703125, + -0.00896453857421875, + -0.070068359375, + 0.021759033203125, + -0.07708740234375, + -0.029022216796875, + -0.04248046875, + -0.034210205078125, + 0.0460205078125, + -0.02984619140625, + -0.0215606689453125, + 0.0153350830078125, + 0.001605987548828125, + 0.056365966796875, + 0.02227783203125, + 0.00699615478515625, + -0.0308837890625, + -0.02227783203125, + 0.06634521484375, + 0.006450653076171875, + -0.031494140625, + -0.01290130615234375, + 0.048309326171875, + 0.00025916099548339844, + 0.033782958984375, + -0.0124359130859375, + 0.016998291015625, + 0.0281829833984375, + 0.056365966796875, + 0.025390625, + -0.00855255126953125, + 0.01197052001953125, + 0.00922393798828125, + 0.045196533203125, + -0.039794921875, + -0.006114959716796875, + -0.0191802978515625, + 0.005828857421875, + 0.0079803466796875, + -0.059295654296875, + 0.005519866943359375, + 0.051605224609375, + 0.008758544921875, + -0.0011920928955078125, + 0.00818634033203125, + -0.056793212890625, + 0.0011854171752929688, + 0.004871368408203125, + -0.0139923095703125, + 0.04913330078125, + 0.044158935546875, + -0.04559326171875, + 0.0335693359375, + 0.0019683837890625, + 0.005260467529296875, + -0.050567626953125, + -0.0179290771484375, + -0.0119171142578125, + -0.01336669921875, + -0.04248046875, + -0.02716064453125, + 0.00963592529296875, + -0.04144287109375, + -0.0013799667358398438, + -0.01300811767578125, + 0.007305145263671875, + -0.06341552734375, + -0.05389404296875, + -0.00006759166717529297, + -0.045806884765625, + -0.047454833984375, + -0.0433349609375, + 0.0240478515625, + 0.00042438507080078125, + 0.0047149658203125, + -0.031494140625, + -0.00963592529296875, + -0.0283966064453125, + -0.0083465576171875, + 0.0021381378173828125, + 0.0025386810302734375, + -0.0210418701171875, + 0.0308837890625, + 0.0185546875, + 0.044158935546875, + 0.014923095703125, + 0.06964111328125, + 0.05035400390625, + -0.0296478271484375, + -0.001956939697265625, + -0.0179290771484375, + 0.020721435546875, + 0.026947021484375, + -0.0205230712890625, + -0.00907135009765625, + -0.0308837890625, + -0.0294342041015625, + 0.016693115234375, + 0.04229736328125, + 0.00792694091796875, + 0.0197906494140625, + -0.0103607177734375, + 0.003627777099609375, + 0.06341552734375, + -0.013885498046875, + 0.0982666015625, + -0.0233154296875, + -0.06427001953125, + -0.0026035308837890625, + 0.021240234375, + -0.0052337646484375, + -0.00399017333984375, + 0.0125885009765625, + -0.00823974609375, + 0.0160675048828125, + 0.034393310546875, + -0.02777099609375, + 0.0210418701171875, + 0.0069427490234375, + 0.00278472900390625, + 0.02716064453125, + -0.0184478759765625, + 0.0030059814453125, + 0.046630859375, + 0.00911712646484375, + 0.032135009765625, + 0.02642822265625, + -0.032745361328125, + 0.0055694580078125, + -0.0404052734375, + -0.089111328125, + 0.01617431640625, + 0.02880859375, + -0.005130767822265625, + 0.0246734619140625, + -0.02984619140625, + -0.047882080078125, + 0.0232086181640625, + -0.01155853271484375, + 0.07879638671875, + 0.059295654296875, + 0.01751708984375, + 0.0292205810546875, + -0.0418701171875, + 0.0197906494140625, + 0.0246734619140625, + 0.0267333984375, + 0.033172607421875, + 0.0391845703125, + 0.037322998046875, + 0.0145111083984375, + -0.045196533203125, + 0.01617431640625, + -0.0007610321044921875, + 0.025390625, + 0.003368377685546875, + 0.036468505859375, + 0.037322998046875, + 0.023529052734375, + -0.016693115234375, + 0.08746337890625, + 0.008758544921875, + -0.031707763671875, + 0.004276275634765625, + -0.0240478515625, + 0.0117645263671875, + -0.0350341796875, + 0.006168365478515625, + 0.00003844499588012695, + 0.0081329345703125, + 0.0036792755126953125, + 0.008758544921875, + -0.03131103515625, + 0.0139923095703125, + 0.047882080078125, + -0.0576171875, + 0.035858154296875, + 0.025909423828125, + -0.0215606689453125, + 0.035858154296875, + -0.00989532470703125, + -0.034820556640625, + 0.04437255859375, + -0.030059814453125, + -0.03399658203125, + -0.01617431640625, + 0.03253173828125, + -0.02093505859375, + -0.029022216796875, + -0.0237274169921875, + -0.0078277587890625, + -0.00278472900390625, + -0.0304718017578125, + 0.034393310546875, + -0.027984619140625, + -0.0103607177734375, + 0.04229736328125, + 0.025909423828125, + -0.0242462158203125, + -0.02880859375, + 0.0404052734375, + -0.0246734619140625, + -0.04351806640625, + 0.0124359130859375, + 0.0231170654296875, + 0.0258026123046875, + -0.0283966064453125, + -0.018035888671875, + -0.00202178955078125, + 0.0023193359375, + 0.0102081298828125, + 0.0232086181640625, + -0.03131103515625, + -0.05120849609375, + -0.0543212890625, + 0.041046142578125, + 0.039398193359375, + 0.02642822265625, + 0.0072021484375, + -0.05035400390625, + 0.020721435546875, + -0.0721435546875, + -0.0013866424560546875, + 0.00989532470703125, + -0.01409149169921875, + -0.0283966064453125, + 0.052032470703125, + -0.008087158203125, + -0.022491455078125, + -0.01326751708984375, + 0.0555419921875, + 0.006633758544921875, + 0.02227783203125, + -0.038360595703125, + 0.06634521484375, + 0.0019044876098632812, + -0.07171630859375, + 0.00128936767578125, + -0.0240478515625, + -0.024566650390625, + 0.037506103515625, + -0.06427001953125, + 0.0011529922485351562, + 0.0281829833984375, + -0.07916259765625, + -0.025604248046875, + -0.05078125, + -0.016998291015625, + -0.031494140625, + 0.0294342041015625, + 0.0041961669921875, + -0.00476837158203125, + 0.0445556640625, + 0.0233154296875, + -0.020416259765625, + 0.0198974609375, + -0.019073486328125, + -0.02642822265625, + 0.00829315185546875, + -0.0596923828125, + -0.01617431640625, + -0.003887176513671875, + 0.0237274169921875, + -0.01751708984375, + 0.0242462158203125, + 0.00588226318359375, + -0.0576171875, + 0.0267333984375, + -0.01316070556640625, + 0.0031223297119140625, + -0.02301025390625, + -0.03192138671875, + -0.041046142578125, + -0.017303466796875, + 0.017303466796875, + 0.030670166015625, + 0.000965118408203125, + 0.0181427001953125, + 0.037933349609375, + -0.06134033203125, + -0.00417327880859375, + 0.01378631591796875, + -0.021759033203125, + 0.007099151611328125, + -0.0157470703125, + -0.0258026123046875, + -0.0240478515625, + 0.0460205078125, + -0.036285400390625, + -0.03607177734375, + -0.0804443359375, + 0.01419830322265625, + -0.0185546875, + 0.006038665771484375, + -0.037506103515625, + -0.0308837890625, + -0.05804443359375, + -0.017822265625, + 0.0302581787109375, + 0.02777099609375, + -0.0032253265380859375, + -0.04913330078125, + -0.01617431640625, + -0.0122833251953125, + -0.03131103515625, + 0.041259765625, + 0.00959014892578125, + 0.0184478759765625, + 0.0226898193359375, + -0.03875732421875, + 0.032958984375, + 0.0011920928955078125, + 0.0267333984375, + 0.0019683837890625, + 0.0265350341796875, + -0.0205230712890625, + 0.035430908203125, + -0.018341064453125, + -0.0182342529296875, + 0.006839752197265625, + -0.0163726806640625, + 0.038970947265625, + -0.018341064453125, + -0.0145111083984375, + 0.0160675048828125, + 0.00922393798828125, + 0.01367950439453125, + 0.001522064208984375, + -0.021759033203125, + 0.0273590087890625, + 0.0122833251953125, + 0.053070068359375, + -0.049957275390625, + -0.047454833984375, + -0.03460693359375, + -0.0210418701171875, + 0.04083251953125, + 0.08624267578125, + 0.0100555419921875, + -0.0273590087890625, + 0.006839752197265625, + 0.03607177734375, + -0.00792694091796875, + -0.054718017578125, + -0.0197906494140625, + 0.003147125244140625, + 0.021759033203125, + 0.061767578125, + 0.00261688232421875, + 0.06842041015625, + -0.004482269287109375, + 0.00792694091796875, + 0.020416259765625, + 0.048095703125, + 0.029022216796875, + -0.026947021484375, + -0.04974365234375, + 0.0038089752197265625, + -0.00595855712890625, + -0.04974365234375, + -0.029022216796875, + 0.0006380081176757812, + 0.03875732421875, + -0.09906005859375, + -0.0181427001953125, + -0.01419830322265625, + 0.00569915771484375, + -0.0030841827392578125, + 0.0241546630859375, + -0.030059814453125, + 0.0176239013671875, + 0.0157470703125, + -0.02777099609375, + -0.0165863037109375, + -0.004222869873046875, + 0.021148681640625, + 0.0650634765625, + 0.0323486328125, + -0.009796142578125, + 0.032135009765625, + 0.005077362060546875, + 0.0171051025390625, + 0.0232086181640625, + 0.047271728515625, + 0.0249786376953125, + 0.0091705322265625, + 0.0100555419921875, + 0.07171630859375, + -0.0130615234375, + -0.0198974609375, + -0.0008292198181152344, + 0.00018131732940673828, + 0.0254974365234375, + 0.0265350341796875, + -0.0240478515625, + 0.0171966552734375, + -0.012176513671875, + -0.047882080078125, + -0.0145111083984375, + -0.0054168701171875, + -0.0005636215209960938, + -0.0275726318359375, + -0.039398193359375, + 0.03399658203125, + -0.025390625, + 0.037109375, + 0.0089111328125, + -0.0181427001953125, + -0.01171112060546875, + 0.0296478271484375, + -0.00844573974609375, + -0.058441162109375, + 0.032958984375, + -0.0032520294189453125, + -0.01885986328125, + 0.004222869873046875, + -0.031707763671875, + 0.030670166015625, + -0.01378631591796875, + -0.0555419921875, + 0.001354217529296875, + 0.0196990966796875, + -0.0218658447265625, + -0.046844482421875, + -0.01212310791015625, + 0.005802154541015625, + 0.004016876220703125, + -0.03875732421875, + -0.047454833984375, + -0.043121337890625, + 0.01471710205078125, + -0.039794921875, + -0.004276275634765625, + -0.01222991943359375, + -0.033782958984375, + -0.0165863037109375, + -0.00699615478515625, + -0.0040435791015625, + 0.02716064453125, + -0.0439453125, + 0.023529052734375, + 0.0226898193359375, + 0.01274871826171875, + 0.035247802734375, + 0.047882080078125, + -0.0273590087890625, + 0.0066070556640625, + -0.00885772705078125, + -0.056793212890625, + 0.0296478271484375, + -0.01471710205078125, + 0.01300811767578125, + -0.08001708984375, + -0.0005507469177246094, + 0.06134033203125, + -0.0887451171875, + 0.015960693359375, + 0.005260467529296875, + -0.01093292236328125, + -0.034210205078125, + 0.00588226318359375, + 0.004947662353515625, + 0.004795074462890625, + 0.06219482421875, + -0.0054931640625, + -0.00595855712890625, + 0.03814697265625, + -0.01482391357421875, + 0.04559326171875, + -0.007617950439453125, + 0.0304718017578125, + -0.059295654296875, + 0.03253173828125, + -0.00629425048828125, + -0.04083251953125, + -0.0215606689453125, + -0.08416748046875, + -0.0220794677734375, + 0.0237274169921875, + 0.024566650390625, + -0.0011072158813476562, + 0.0069427490234375, + -0.0296478271484375, + -0.006320953369140625, + -0.027984619140625, + 0.030059814453125, + 0.000492095947265625, + 0.001697540283203125, + -0.026947021484375, + -0.0286102294921875, + -0.04083251953125, + -0.053466796875, + -0.01264190673828125, + -0.025177001953125, + 0.0273590087890625, + -0.0079803466796875, + -0.046234130859375, + -0.0208282470703125, + -0.0145111083984375, + 0.026123046875, + 0.004535675048828125, + 0.0721435546875, + -0.02880859375, + -0.00933074951171875, + -0.005390167236328125, + 0.05804443359375, + 0.004924774169921875, + 0.00948333740234375, + -0.00911712646484375, + 0.01155853271484375, + 0.0203094482421875, + -0.0445556640625, + 0.053466796875, + 0.0391845703125, + -0.00896453857421875, + -0.0404052734375, + 0.0009522438049316406, + -0.0265350341796875, + 0.034210205078125, + -0.0164794921875, + 0.026947021484375, + -0.000835418701171875, + 0.01134490966796875, + -0.07464599609375, + 0.059295654296875, + 0.00937652587890625, + 0.053466796875, + 0.00531005859375, + -0.034210205078125, + -0.042083740234375, + -0.049530029296875, + -0.0335693359375, + 0.038543701171875, + -0.02984619140625, + 0.0186614990234375, + 0.0182342529296875, + 0.005672454833984375, + 0.033782958984375, + 0.0119171142578125, + -0.01078033447265625, + 0.049346923828125, + 0.02227783203125, + -0.0304718017578125, + 0.0721435546875, + -0.0192718505859375, + 0.0231170654296875, + -0.007152557373046875, + 0.019073486328125, + 0.0012826919555664062, + -0.00406646728515625, + -0.047454833984375, + 0.0404052734375, + 0.045196533203125, + 0.0679931640625, + -0.0232086181640625, + 0.01430511474609375, + -0.0323486328125, + 0.0168914794921875, + -0.0026302337646484375, + -0.0239410400390625, + -0.005672454833984375, + -0.0016841888427734375, + -0.018341064453125, + -0.00792694091796875, + -0.06341552734375, + -0.06964111328125, + -0.004817962646484375, + -0.07708740234375, + -0.0177154541015625, + -0.0025005340576171875, + 0.010833740234375, + 0.0304718017578125, + -0.03338623046875, + 0.031494140625, + -0.005466461181640625, + -0.0036525726318359375, + -0.0174102783203125, + 0.0102081298828125, + -0.02777099609375, + 0.05035400390625, + 0.0350341796875, + -0.04766845703125, + 0.02301025390625, + -0.0184478759765625, + -0.02197265625, + -0.01103973388671875, + -0.01471710205078125, + -0.025390625, + 0.03668212890625, + -0.06298828125, + -0.0134735107421875, + 0.0003578662872314453, + 0.00818634033203125, + 0.0134735107421875, + -0.01197052001953125, + 0.0445556640625, + -0.013214111328125, + -0.049957275390625, + 0.022796630859375, + 0.00829315185546875, + -0.041656494140625, + -0.01461029052734375, + -0.011505126953125, + -0.00536346435546875, + 0.007045745849609375, + 0.0226898193359375, + 0.03460693359375, + 0.05224609375, + 0.01367950439453125, + -0.004924774169921875, + 0.0391845703125, + -0.0026035308837890625, + 0.01119232177734375, + 0.0181427001953125, + 0.006450653076171875, + 0.0011014938354492188, + 0.015655517578125, + -0.0191802978515625, + -0.07501220703125, + -0.010833740234375, + -0.02166748046875, + -0.061767578125, + -0.0036525726318359375, + 0.08538818359375, + 0.045196533203125, + -0.0254974365234375, + 0.01544189453125, + 0.0194854736328125, + 0.03607177734375, + 0.035858154296875, + -0.0095367431640625, + -0.067138671875, + -0.01207733154296875, + 0.0160675048828125, + 0.033172607421875, + -0.04498291015625, + 0.054718017578125, + 0.058868408203125, + -0.0247650146484375, + -0.037322998046875, + -0.0029659271240234375, + 0.0011529922485351562, + 0.0445556640625, + 0.0176239013671875, + 0.0296478271484375, + -0.052032470703125, + 0.01212310791015625, + 0.013580322265625, + -0.01523590087890625, + -0.0069427490234375, + -0.0179290771484375, + -0.025390625, + 0.0528564453125, + -0.04083251953125, + -0.0177154541015625, + 0.00766754150390625, + 0.0576171875, + 0.01482391357421875, + -0.016693115234375, + 0.0074615478515625, + 0.0294342041015625, + 0.0205230712890625, + -0.0182342529296875, + 0.025390625, + 0.021240234375, + -0.003757476806640625, + 0.00989532470703125, + 0.05389404296875, + 0.0139923095703125, + 0.067138671875, + 0.02093505859375, + -0.04498291015625, + 0.0252838134765625, + -0.00896453857421875, + -0.00016117095947265625, + -0.00870513916015625, + -0.041656494140625, + -0.0233154296875, + -0.00777435302734375, + 0.03564453125, + -0.0012369155883789062, + 0.053466796875, + 0.02435302734375, + 0.003887176513671875, + -0.00974273681640625, + 0.01367950439453125, + 0.020111083984375, + 0.039581298828125, + 0.016998291015625, + 0.007411956787109375, + 0.0215606689453125, + 0.014404296875, + -0.00391387939453125, + -0.044769287109375, + 0.0294342041015625, + -0.013580322265625, + -0.0022678375244140625, + -0.0418701171875, + -0.004299163818359375, + 0.0106201171875, + -0.01751708984375, + -0.003757476806640625, + -0.0215606689453125, + 0.0164794921875, + -0.01326751708984375, + -0.029022216796875, + -0.0158538818359375, + 0.035430908203125, + -0.03814697265625, + 0.04498291015625, + 0.045806884765625, + -0.00989532470703125, + 0.033172607421875, + -0.04022216796875, + 0.0626220703125, + 0.03338623046875, + 0.040618896484375, + -0.0241546630859375, + 0.01052093505859375, + 0.037109375, + -0.01119232177734375, + 0.00984954833984375, + 0.025177001953125, + -0.01197052001953125, + 0.048095703125, + 0.030059814453125, + 0.01248931884765625, + -0.038543701171875, + 0.05181884765625, + 0.0040435791015625, + -0.045379638671875, + 0.0304718017578125, + 0.0050506591796875, + 0.03338623046875, + -0.02093505859375, + 0.01026153564453125, + -0.01207733154296875, + -0.058441162109375, + 0.07049560546875, + 0.0229034423828125, + -0.01751708984375, + 0.0034465789794921875, + -0.06134033203125, + 0.046234130859375, + 0.01461029052734375, + 0.039794921875, + -0.032958984375, + 0.059295654296875, + 0.021240234375, + 0.01326751708984375, + -0.02020263671875, + 0.0171966552734375, + 0.0119171142578125, + 0.033782958984375, + -0.0543212890625, + 0.053466796875, + 0.03875732421875, + 0.008087158203125, + -0.049346923828125, + 0.0011138916015625, + 0.0081329345703125, + -0.0025787353515625, + 0.025909423828125, + -0.05078125, + -0.0234222412109375, + 0.01207733154296875, + 0.02508544921875, + 0.08538818359375, + -0.018341064453125, + 0.0229034423828125, + -0.01409149169921875, + -0.005336761474609375, + 0.0013275146484375, + -0.0160675048828125 + ], + "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_GCHQ_Tools", + "type": "tool", + "name": "GCHQ Tools", + "content": "gchq tools sammlung freier gchq‑utilities, allen voran cyberchef\\_– das „cyber‑schweizer‑taschenmesser“ für encoding, crypto und datenanalyse. encoding crypto parsing domain-agnostic-software analysis", + "embedding": [ + -0.0223846435546875, + 0.041290283203125, + 0.036041259765625, + -0.01071929931640625, + 0.027313232421875, + 0.014923095703125, + 0.038421630859375, + 0.005359649658203125, + -0.0374755859375, + -0.04254150390625, + -0.0231781005859375, + 0.05938720703125, + 0.00901031494140625, + 0.0090484619140625, + -0.025238037109375, + 0.046661376953125, + -0.0118255615234375, + 0.00670623779296875, + -0.01317596435546875, + 0.002956390380859375, + -0.0285797119140625, + -0.01119232177734375, + -0.039520263671875, + -0.00426483154296875, + -0.02587890625, + -0.038909912109375, + 0.00041174888610839844, + -0.053985595703125, + -0.0311126708984375, + -0.0126190185546875, + 0.014923095703125, + -0.02349853515625, + 0.03271484375, + 0.0140533447265625, + -0.018341064453125, + -0.006191253662109375, + 0.031585693359375, + -0.035888671875, + 0.0144500732421875, + 0.0040283203125, + -0.03460693359375, + -0.02032470703125, + 0.035400390625, + 0.02667236328125, + -0.02984619140625, + -0.03173828125, + 0.00643157958984375, + -0.017852783203125, + 0.01087188720703125, + -0.0145263671875, + 0.01270294189453125, + 0.0114288330078125, + -0.00897216796875, + -0.0285797119140625, + -0.0164337158203125, + 0.0177764892578125, + 0.04412841796875, + -0.03936767578125, + -0.027618408203125, + 0.049224853515625, + -0.0295257568359375, + 0.003612518310546875, + 0.0007939338684082031, + 0.019683837890625, + 0.0005831718444824219, + -0.00571441650390625, + -0.00021958351135253906, + -0.0233306884765625, + 0.0031948089599609375, + -0.0025806427001953125, + 0.007144927978515625, + 0.00749969482421875, + -0.0169830322265625, + 0.05145263671875, + -0.055572509765625, + -0.0201568603515625, + 0.015960693359375, + 0.017547607421875, + 0.029998779296875, + 0.0214385986328125, + -0.024444580078125, + 0.0046234130859375, + 0.0501708984375, + -0.0169830322265625, + -0.022857666015625, + 0.0040283203125, + 0.005954742431640625, + 0.026824951171875, + 0.00868988037109375, + -0.01436614990234375, + 0.005992889404296875, + -0.01357269287109375, + 0.0198516845703125, + -0.0144500732421875, + 0.0246124267578125, + 0.050811767578125, + -0.02032470703125, + 0.018890380859375, + 0.01039886474609375, + 0.046051025390625, + -0.00948333740234375, + -0.02032470703125, + 0.040313720703125, + 0.0009918212890625, + 0.02349853515625, + -0.02349853515625, + 0.01468658447265625, + -0.003353118896484375, + -0.005237579345703125, + -0.01079559326171875, + -0.05841064453125, + -0.036346435546875, + -0.046661376953125, + -0.05682373046875, + -0.005634307861328125, + 0.0016965866088867188, + -0.01079559326171875, + 0.022705078125, + -0.039703369140625, + -0.0249176025390625, + 0.01230621337890625, + 0.01039886474609375, + -0.0223846435546875, + -0.002033233642578125, + -0.0338134765625, + -0.032379150390625, + 0.0008335113525390625, + 0.01047515869140625, + -0.0374755859375, + -0.00008249282836914062, + -0.0369873046875, + -0.01071929931640625, + -0.035247802734375, + -0.0254058837890625, + -0.0146026611328125, + -0.014129638671875, + 0.0255584716796875, + -0.0189666748046875, + 0.00662994384765625, + 0.0160369873046875, + 0.03350830078125, + -0.057464599609375, + -0.042877197265625, + -0.0269927978515625, + -0.021270751953125, + 0.0196075439453125, + -0.033966064453125, + 0.053985595703125, + -0.01349639892578125, + 0.0122222900390625, + -0.0005011558532714844, + -0.00801849365234375, + 0.04254150390625, + -0.0095672607421875, + -0.0018253326416015625, + -0.037322998046875, + 0.0176239013671875, + -0.0185699462890625, + 0.025238037109375, + 0.0099639892578125, + -0.0271453857421875, + 0.00742340087890625, + -0.0246124267578125, + 0.0301666259765625, + -0.035552978515625, + -0.0225372314453125, + -0.029998779296875, + -0.00014019012451171875, + -0.011749267578125, + 0.0098419189453125, + 0.0279388427734375, + -0.040496826171875, + 0.0533447265625, + 0.03826904296875, + 0.01166534423828125, + 0.0184173583984375, + -0.0036907196044921875, + -0.006587982177734375, + 0.035400390625, + 0.031280517578125, + -0.01151275634765625, + -0.0233306884765625, + 0.033660888671875, + 0.01119232177734375, + 0.02984619140625, + 0.0031757354736328125, + -0.045074462890625, + -0.0079345703125, + -0.0090484619140625, + 0.0242919921875, + -0.03460693359375, + -0.03271484375, + 0.0007195472717285156, + 0.0309600830078125, + -0.005435943603515625, + 0.05047607421875, + 0.0263519287109375, + -0.0161895751953125, + 0.0390625, + 0.0085296630859375, + 0.015960693359375, + 0.047943115234375, + 0.012542724609375, + 0.057159423828125, + 0.0172271728515625, + 0.005359649658203125, + -0.0118255615234375, + 0.047637939453125, + 0.0189666748046875, + -0.041900634765625, + -0.0293731689453125, + 0.052398681640625, + -0.010955810546875, + -0.022857666015625, + -0.05523681640625, + -0.03143310546875, + 0.00710296630859375, + -0.0214385986328125, + -0.0246124267578125, + -0.00478363037109375, + 0.01214599609375, + -0.03668212890625, + -0.020477294921875, + 0.03253173828125, + -0.026519775390625, + 0.03936767578125, + 0.029998779296875, + 0.005832672119140625, + -0.01079559326171875, + 0.022064208984375, + 0.0128631591796875, + 0.022705078125, + 0.0172271728515625, + -0.0168304443359375, + -0.0190582275390625, + -0.01357269287109375, + 0.048583984375, + 0.0153961181640625, + 0.022705078125, + -0.002410888671875, + -0.041900634765625, + 0.038116455078125, + 0.0017566680908203125, + 0.040496826171875, + 0.01357269287109375, + 0.01012420654296875, + 0.038726806640625, + 0.005756378173828125, + 0.0374755859375, + 0.06414794921875, + -0.07843017578125, + -0.0239715576171875, + -0.049835205078125, + -0.00044155120849609375, + -0.0628662109375, + -0.02508544921875, + -0.0004639625549316406, + -0.0374755859375, + 0.024444580078125, + -0.00567626953125, + -0.00933074951171875, + 0.01396942138671875, + 0.02508544921875, + -0.0249176025390625, + 0.06414794921875, + 0.013336181640625, + -0.025238037109375, + 0.005237579345703125, + 0.045074462890625, + -0.01373291015625, + -0.0222320556640625, + -0.011749267578125, + 0.0146026611328125, + 0.01047515869140625, + 0.009246826171875, + -0.035247802734375, + -0.0024204254150390625, + 0.04095458984375, + 0.007740020751953125, + 0.02349853515625, + -0.006946563720703125, + 0.03143310546875, + -0.00872802734375, + 0.04730224609375, + -0.046356201171875, + -0.0003447532653808594, + -0.022705078125, + 0.01515960693359375, + -0.00670623779296875, + -0.0670166015625, + -0.014129638671875, + 0.055877685546875, + 0.01111602783203125, + 0.00432586669921875, + 0.0038299560546875, + -0.05999755859375, + -0.00920867919921875, + -0.00885009765625, + -0.01158905029296875, + 0.023651123046875, + 0.046051025390625, + -0.03936767578125, + 0.0196075439453125, + -0.00901031494140625, + 0.006866455078125, + -0.01270294189453125, + -0.038116455078125, + 0.0274658203125, + 0.0165863037109375, + -0.02349853515625, + 0.0012798309326171875, + 0.01715087890625, + -0.048583984375, + 0.0168304443359375, + 0.0026988983154296875, + -0.0085296630859375, + -0.05621337890625, + -0.05145263671875, + 0.0207977294921875, + -0.03509521484375, + -0.0015478134155273438, + -0.025238037109375, + 0.046356201171875, + -0.002292633056640625, + -0.0146026611328125, + 0.0177001953125, + 0.01190948486328125, + -0.044464111328125, + -0.01087188720703125, + -0.0238189697265625, + 0.024444580078125, + -0.01190948486328125, + 0.031280517578125, + 0.044769287109375, + 0.0027980804443359375, + 0.0241241455078125, + 0.061920166015625, + 0.036346435546875, + -0.029205322265625, + 0.002559661865234375, + 0.0007443428039550781, + -0.0169830322265625, + 0.0401611328125, + -0.03570556640625, + -0.0247650146484375, + -0.0149993896484375, + -0.033660888671875, + 0.029998779296875, + 0.005794525146484375, + 0.0198516845703125, + 0.004703521728515625, + 0.00201416015625, + 0.0215911865234375, + 0.06317138671875, + 0.01230621337890625, + 0.09271240234375, + -0.0058746337890625, + -0.042236328125, + -0.00650787353515625, + 0.0185699462890625, + -0.037933349609375, + -0.0017461776733398438, + 0.0438232421875, + -0.0008382797241210938, + 0.01206207275390625, + -0.005596160888671875, + -0.01666259765625, + 0.01047515869140625, + 0.003154754638671875, + -0.00406646728515625, + 0.01349639892578125, + -0.04541015625, + 0.031280517578125, + 0.027313232421875, + -0.002292633056640625, + 0.0223846435546875, + 0.04254150390625, + -0.0207977294921875, + -0.00901031494140625, + -0.02984619140625, + -0.05364990234375, + 0.0231781005859375, + 0.0295257568359375, + 0.0279388427734375, + 0.03936767578125, + -0.01158905029296875, + -0.054931640625, + 0.0263519287109375, + -0.0469970703125, + 0.08697509765625, + 0.03460693359375, + 0.046356201171875, + 0.0303192138671875, + -0.02008056640625, + -0.0070648193359375, + 0.00551605224609375, + 0.04888916015625, + 0.045074462890625, + 0.049835205078125, + 0.0261993408203125, + 0.01715087890625, + -0.0255584716796875, + 0.0074615478515625, + 0.0017070770263671875, + -0.004047393798828125, + -0.0114288330078125, + 0.0279388427734375, + 0.0369873046875, + 0.00988006591796875, + -0.01611328125, + 0.0311126708984375, + 0.01436614990234375, + -0.032379150390625, + 0.0079803466796875, + -0.019927978515625, + 0.007144927978515625, + -0.046356201171875, + -0.0225372314453125, + 0.004863739013671875, + 0.007740020751953125, + 0.022064208984375, + 0.02191162109375, + -0.0692138671875, + -0.0215911865234375, + 0.04888916015625, + -0.048583984375, + 0.01270294189453125, + 0.04541015625, + -0.02032470703125, + -0.0018949508666992188, + -0.036834716796875, + -0.0660400390625, + 0.0263519287109375, + -0.0271453857421875, + -0.03192138671875, + 0.0030956268310546875, + 0.0145263671875, + -0.043182373046875, + -0.00849151611328125, + -0.0533447265625, + -0.0138092041015625, + -0.005992889404296875, + -0.032379150390625, + 0.033966064453125, + 0.00762176513671875, + -0.00452423095703125, + 0.039703369140625, + 0.06158447265625, + -0.03619384765625, + -0.024444580078125, + 0.040496826171875, + -0.019287109375, + -0.0469970703125, + 0.005435943603515625, + 0.0301666259765625, + 0.005237579345703125, + -0.0023517608642578125, + -0.0197601318359375, + -0.0074615478515625, + 0.0085296630859375, + -0.004047393798828125, + 0.007778167724609375, + -0.0787353515625, + -0.0301666259765625, + -0.0303192138671875, + 0.034912109375, + -0.0058746337890625, + 0.03857421875, + 0.0118255615234375, + -0.044464111328125, + 0.017852783203125, + -0.049835205078125, + 0.009246826171875, + 0.00611114501953125, + -0.003711700439453125, + -0.002658843994140625, + 0.07940673828125, + -0.02349853515625, + -0.01428985595703125, + -0.02825927734375, + 0.04571533203125, + -0.00988006591796875, + 0.005237579345703125, + -0.0306396484375, + 0.0650634765625, + 0.01245880126953125, + -0.0660400390625, + -0.0173797607421875, + -0.02191162109375, + 0.0079803466796875, + 0.04541015625, + -0.0650634765625, + -0.0005631446838378906, + -0.0200042724609375, + -0.067626953125, + -0.040496826171875, + -0.026824951171875, + -0.0438232421875, + -0.06256103515625, + 0.02008056640625, + 0.04254150390625, + 0.008056640625, + 0.00821685791015625, + 0.01214599609375, + 0.0018854141235351562, + 0.0222320556640625, + -0.005832672119140625, + 0.00036454200744628906, + 0.06573486328125, + -0.060333251953125, + -0.026519775390625, + 0.0066680908203125, + 0.0136566162109375, + -0.01071929931640625, + -0.01126861572265625, + -0.01428985595703125, + -0.04254150390625, + 0.04412841796875, + -0.00710296630859375, + -0.0014286041259765625, + 0.0132598876953125, + -0.048248291015625, + -0.037628173828125, + -0.03173828125, + 0.00690460205078125, + 0.015869140625, + 0.0004987716674804688, + 0.047637939453125, + 0.030792236328125, + -0.037139892578125, + -0.01007843017578125, + 0.028900146484375, + -0.03271484375, + -0.02349853515625, + 0.01508331298828125, + 0.0012054443359375, + -0.014129638671875, + 0.050811767578125, + -0.05303955078125, + -0.03460693359375, + -0.08258056640625, + 0.033660888671875, + -0.004802703857421875, + 0.00591278076171875, + -0.01126861572265625, + -0.047637939453125, + -0.07940673828125, + 0.01309967041015625, + 0.0197601318359375, + 0.0085296630859375, + -0.005596160888671875, + -0.035247802734375, + -0.0099639892578125, + -0.0242919921875, + -0.0222320556640625, + 0.054931640625, + -0.0231781005859375, + 0.0194549560546875, + -0.006587982177734375, + -0.00551605224609375, + 0.0285797119140625, + 0.01166534423828125, + 0.033172607421875, + 0.0255584716796875, + 0.0303192138671875, + -0.0263519287109375, + 0.0192108154296875, + -0.0046234130859375, + -0.00492095947265625, + 0.01953125, + -0.027313232421875, + 0.029052734375, + -0.0007839202880859375, + -0.01476287841796875, + 0.0160369873046875, + 0.00960540771484375, + 0.0138092041015625, + -0.003810882568359375, + -0.0012655258178710938, + 0.0269927978515625, + 0.0196075439453125, + 0.05047607421875, + -0.0140533447265625, + -0.05047607421875, + 0.00591278076171875, + -0.001567840576171875, + 0.03570556640625, + 0.027618408203125, + 0.003353118896484375, + -0.033966064453125, + 0.03350830078125, + 0.062225341796875, + -0.0241241455078125, + -0.01548004150390625, + -0.034912109375, + 0.0309600830078125, + 0.017303466796875, + 0.057159423828125, + -0.0242919921875, + 0.10540771484375, + 0.009368896484375, + -0.029693603515625, + 0.0174560546875, + 0.0733642578125, + 0.026519775390625, + -0.0206451416015625, + -0.0231781005859375, + 0.01508331298828125, + 0.01119232177734375, + -0.028411865234375, + -0.025238037109375, + 0.005596160888671875, + 0.06951904296875, + -0.06732177734375, + -0.027313232421875, + -0.00551605224609375, + 0.006946563720703125, + 0.00722503662109375, + 0.023651123046875, + -0.03350830078125, + 0.017303466796875, + -0.0079345703125, + -0.05810546875, + -0.002262115478515625, + 0.0085296630859375, + -0.004962921142578125, + 0.044464111328125, + 0.0230255126953125, + -0.040008544921875, + 0.0009179115295410156, + 0.003353118896484375, + 0.01277923583984375, + 0.018890380859375, + 0.032073974609375, + -0.0013294219970703125, + 0.042236328125, + 0.037628173828125, + 0.06634521484375, + -0.0215911865234375, + -0.035400390625, + 0.01047515869140625, + 0.0246124267578125, + 0.028900146484375, + 0.0180206298828125, + 0.01007843017578125, + 0.0004589557647705078, + -0.00980377197265625, + -0.0501708984375, + -0.002857208251953125, + 0.01158905029296875, + 0.015716552734375, + -0.06475830078125, + -0.043487548828125, + -0.0005331039428710938, + -0.0533447265625, + 0.005062103271484375, + 0.0241241455078125, + -0.060638427734375, + 0.0070648193359375, + 0.0202484130859375, + -0.007740020751953125, + -0.042877197265625, + 0.02587890625, + -0.03411865234375, + -0.038726806640625, + -0.0239715576171875, + -0.0211181640625, + 0.06982421875, + -0.0217437744140625, + -0.07366943359375, + -0.0217437744140625, + 0.022857666015625, + -0.0231781005859375, + -0.036041259765625, + 0.0022716522216796875, + -0.0094451904296875, + -0.0239715576171875, + -0.025726318359375, + -0.03411865234375, + -0.019134521484375, + 0.0152435302734375, + -0.052703857421875, + 0.0136566162109375, + 0.023651123046875, + -0.0030765533447265625, + 0.0011510848999023438, + -0.01119232177734375, + -0.0565185546875, + 0.03411865234375, + -0.078125, + 0.035247802734375, + 0.016510009765625, + -0.01230621337890625, + 0.0390625, + 0.064453125, + 0.005161285400390625, + 0.007381439208984375, + 0.028106689453125, + -0.0369873046875, + 0.014923095703125, + -0.0138092041015625, + 0.0185699462890625, + -0.0908203125, + -0.017303466796875, + 0.03619384765625, + -0.050811767578125, + 0.0160369873046875, + -0.014923095703125, + -0.0185699462890625, + -0.0374755859375, + -0.0176239013671875, + 0.014923095703125, + 0.0241241455078125, + 0.07177734375, + 0.0009226799011230469, + -0.01270294189453125, + 0.00861358642578125, + -0.02032470703125, + 0.06634521484375, + 0.01555633544921875, + 0.0181732177734375, + -0.0026187896728515625, + 0.038726806640625, + -0.014923095703125, + -0.037933349609375, + 0.022857666015625, + -0.07305908203125, + -0.0182647705078125, + 0.0211181640625, + -0.00702667236328125, + 0.0145263671875, + -0.022064208984375, + -0.04254150390625, + -0.02508544921875, + -0.00897216796875, + 0.041290283203125, + -0.015716552734375, + 0.0184173583984375, + -0.046051025390625, + -0.029693603515625, + 0.03460693359375, + -0.0650634765625, + -0.0144500732421875, + -0.01531982421875, + 0.02587890625, + 0.0254058837890625, + -0.032867431640625, + 0.010955810546875, + -0.00251007080078125, + -0.00571441650390625, + 0.0202484130859375, + 0.05841064453125, + -0.05780029296875, + -0.004741668701171875, + -0.0164337158203125, + 0.05047607421875, + 0.022857666015625, + -0.01357269287109375, + -0.0018453598022460938, + 0.00872802734375, + 0.021270751953125, + -0.01032257080078125, + 0.057159423828125, + 0.0596923828125, + -0.017547607421875, + -0.05810546875, + -0.02032470703125, + -0.025238037109375, + 0.041900634765625, + -0.030487060546875, + 0.049835205078125, + 0.038116455078125, + -0.00913238525390625, + -0.10162353515625, + 0.067626953125, + -0.041900634765625, + 0.010162353515625, + -0.00749969482421875, + -0.0013294219970703125, + -0.07208251953125, + -0.0390625, + -0.0197601318359375, + 0.00885009765625, + -0.0306396484375, + 0.0186614990234375, + 0.024444580078125, + 0.012939453125, + 0.0037899017333984375, + -0.005832672119140625, + -0.0016574859619140625, + 0.032867431640625, + 0.0287322998046875, + -0.04412841796875, + 0.078125, + -0.003215789794921875, + 0.0271453857421875, + 0.01548004150390625, + 0.045074462890625, + 0.01039886474609375, + 0.01515960693359375, + -0.03302001953125, + 0.0008435249328613281, + 0.0033740997314453125, + 0.006072998046875, + -0.0215911865234375, + -0.0022830963134765625, + -0.035552978515625, + 0.00988006591796875, + 0.0024318695068359375, + -0.00662994384765625, + -0.0110321044921875, + -0.031280517578125, + -0.032867431640625, + -0.02349853515625, + -0.05364990234375, + -0.07586669921875, + 0.00273895263671875, + -0.0254058837890625, + -0.045074462890625, + 0.0094451904296875, + -0.001964569091796875, + 0.05145263671875, + -0.03570556640625, + 0.020477294921875, + -0.016357421875, + 0.0026988983154296875, + -0.0238189697265625, + 0.0223846435546875, + -0.00972747802734375, + 0.041290283203125, + 0.0246124267578125, + -0.028900146484375, + 0.04541015625, + -0.043182373046875, + -0.029052734375, + 0.005435943603515625, + 0.0181732177734375, + -0.0079345703125, + 0.0269927978515625, + -0.041900634765625, + -0.0173797607421875, + -0.001220703125, + -0.000030994415283203125, + 0.0012502670288085938, + -0.0343017578125, + 0.04095458984375, + 0.01389312744140625, + -0.08062744140625, + 0.00254058837890625, + -0.0184173583984375, + -0.043182373046875, + -0.01953125, + -0.019683837890625, + 0.01508331298828125, + 0.0122222900390625, + 0.049224853515625, + 0.0009975433349609375, + 0.042877197265625, + 0.016265869140625, + -0.031280517578125, + -0.01396942138671875, + 0.00551605224609375, + -0.00498199462890625, + 0.006191253662109375, + 0.041900634765625, + -0.0145263671875, + 0.006587982177734375, + -0.0293731689453125, + -0.0670166015625, + 0.0144500732421875, + -0.0225372314453125, + -0.060333251953125, + 0.01214599609375, + 0.0914306640625, + 0.03857421875, + -0.0165863037109375, + 0.02587890625, + 0.036041259765625, + 0.049530029296875, + 0.01039886474609375, + 0.0035724639892578125, + -0.06982421875, + -0.02191162109375, + -0.0008978843688964844, + 0.0027790069580078125, + -0.05523681640625, + 0.033966064453125, + 0.048583984375, + -0.0246124267578125, + -0.016754150390625, + -0.0230255126953125, + 0.01166534423828125, + 0.046356201171875, + 0.040496826171875, + 0.029052734375, + -0.055572509765625, + 0.005279541015625, + 0.02984619140625, + -0.006748199462890625, + -0.01357269287109375, + -0.0106353759765625, + -0.019927978515625, + 0.06256103515625, + -0.057159423828125, + -0.010955810546875, + 0.0034923553466796875, + 0.052703857421875, + 0.01206207275390625, + -0.05682373046875, + -0.0177001953125, + 0.053985595703125, + 0.017059326171875, + -0.0029163360595703125, + 0.0110321044921875, + 0.012542724609375, + -0.0322265625, + 0.0200042724609375, + 0.05523681640625, + 0.019927978515625, + 0.036346435546875, + 0.0079345703125, + -0.038726806640625, + 0.022705078125, + -0.027618408203125, + -0.0002963542938232422, + 0.0160369873046875, + -0.030487060546875, + -0.036346435546875, + -0.03570556640625, + 0.0333251953125, + 0.01396942138671875, + 0.05682373046875, + 0.0157928466796875, + 0.0174560546875, + -0.0165863037109375, + 0.0022525787353515625, + 0.005279541015625, + 0.0209503173828125, + 0.0238189697265625, + 0.01611328125, + 0.041290283203125, + 0.036041259765625, + 0.01555633544921875, + 0.009246826171875, + 0.00872802734375, + -0.05206298828125, + 0.0014190673828125, + -0.05145263671875, + 0.0149993896484375, + 0.018341064453125, + -0.059051513671875, + 0.0096435546875, + -0.0295257568359375, + -0.0134124755859375, + 0.00492095947265625, + -0.041900634765625, + -0.0177764892578125, + 0.049530029296875, + -0.02984619140625, + 0.04254150390625, + 0.005237579345703125, + 0.01277923583984375, + 0.0196075439453125, + -0.060333251953125, + 0.08953857421875, + 0.010955810546875, + 0.0628662109375, + -0.0087738037109375, + 0.0027790069580078125, + 0.049224853515625, + -0.0238189697265625, + 0.049224853515625, + 0.007183074951171875, + -0.0098419189453125, + 0.0374755859375, + 0.0222320556640625, + 0.0233306884765625, + -0.049530029296875, + 0.034912109375, + 0.00722503662109375, + -0.0322265625, + 0.046356201171875, + 0.039520263671875, + 0.004703521728515625, + -0.0176239013671875, + -0.0215911865234375, + -0.0011758804321289062, + -0.0650634765625, + 0.05621337890625, + -0.0002281665802001953, + -0.007778167724609375, + 0.0233306884765625, + -0.015869140625, + 0.0369873046875, + 0.0176239013671875, + 0.03460693359375, + -0.0406494140625, + 0.05621337890625, + 0.0089263916015625, + -0.018096923828125, + -0.0271453857421875, + 0.033172607421875, + -0.0231781005859375, + 0.02984619140625, + -0.0217437744140625, + 0.0682373046875, + 0.036834716796875, + -0.0024814605712890625, + -0.0390625, + 0.00208282470703125, + -0.01032257080078125, + 0.0249176025390625, + 0.01690673828125, + -0.0469970703125, + -0.00928497314453125, + -0.01047515869140625, + 0.0246124267578125, + 0.0692138671875, + 0.0269927978515625, + 0.01468658447265625, + -0.01190948486328125, + -0.01309967041015625, + 0.01245880126953125, + -0.0118255615234375 + ], + "metadata": { + "domains": [ + "domain-agnostic-software" + ], + "phases": [ + "analysis" + ], + "tags": [ + "encoding", + "crypto", + "parsing" + ], + "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.00145721435546875, + 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_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. command-line 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.024139404296875, + 0.05615234375, + 0.057220458984375, + 0.00872039794921875, + 0.03076171875, + 0.0330810546875, + -0.0167236328125, + -0.0023250579833984375, + -0.006214141845703125, + -0.00853729248046875, + -0.0311126708984375, + 0.056488037109375, + 0.0037994384765625, + -0.006748199462890625, + -0.0850830078125, + 0.033447265625, + -0.007465362548828125, + 0.0232391357421875, + 0.006748199462890625, + -0.0159149169921875, + -0.0259246826171875, + -0.0172576904296875, + -0.042205810546875, + -0.0050048828125, + 0.01385498046875, + 0.0284271240234375, + -0.01519775390625, + -0.0611572265625, + -0.003307342529296875, + 0.01287078857421875, + 0.008270263671875, + -0.013946533203125, + 0.00104522705078125, + 0.0081329345703125, + 0.00724029541015625, + -0.0300445556640625, + 0.0259246826171875, + -0.0298614501953125, + -0.0144805908203125, + 0.041656494140625, + -0.01045989990234375, + 0.02557373046875, + 0.0140380859375, + 0.005229949951171875, + -0.032012939453125, + -0.033447265625, + 0.00872039794921875, + -0.0089874267578125, + 0.0173492431640625, + -0.0284271240234375, + 0.0209197998046875, + 0.0237884521484375, + 0.012786865234375, + 0.0013074874877929688, + -0.0234222412109375, + 0.01922607421875, + 0.02056884765625, + -0.03326416015625, + -0.05364990234375, + 0.046478271484375, + -0.05792236328125, + -0.0246734619140625, + 0.00867462158203125, + -0.0234222412109375, + 0.01751708984375, + 0.02789306640625, + -0.0257415771484375, + -0.0207366943359375, + 0.01189422607421875, + 0.01377105712890625, + -0.017974853515625, + -0.0223541259765625, + -0.034698486328125, + 0.0711669921875, + -0.006214141845703125, + -0.06756591796875, + 0.00473785400390625, + 0.012603759765625, + -0.00867462158203125, + -0.0160064697265625, + -0.057220458984375, + -0.020477294921875, + 0.0350341796875, + -0.0197601318359375, + -0.039337158203125, + 0.0171661376953125, + 0.01904296875, + 0.0094757080078125, + -0.0009164810180664062, + 0.0037555694580078125, + 0.0357666015625, + -0.02154541015625, + -0.00728607177734375, + 0.005229949951171875, + 0.034149169921875, + 0.0611572265625, + 0.0017099380493164062, + 0.01055145263671875, + -0.04864501953125, + 0.0262908935546875, + 0.021820068359375, + -0.0218963623046875, + 0.07940673828125, + -0.01032257080078125, + 0.01045989990234375, + -0.01242828369140625, + 0.01117706298828125, + -0.02056884765625, + -0.035400390625, + -0.007419586181640625, + -0.12017822265625, + -0.04345703125, + -0.0107269287109375, + -0.060791015625, + -0.0050506591796875, + -0.0236053466796875, + 0.00666046142578125, + 0.055419921875, + -0.05078125, + -0.04290771484375, + 0.031646728515625, + -0.009033203125, + -0.024322509765625, + -0.0014028549194335938, + -0.04290771484375, + -0.048980712890625, + 0.0082244873046875, + 0.034332275390625, + -0.050079345703125, + -0.017608642578125, + -0.01296234130859375, + -0.0303955078125, + 0.00415802001953125, + -0.0282440185546875, + -0.0185089111328125, + -0.03271484375, + 0.04058837890625, + 0.0050506591796875, + -0.0113983154296875, + 0.0195770263671875, + -0.006481170654296875, + -0.0210113525390625, + -0.052215576171875, + -0.0145721435546875, + -0.03271484375, + -0.02056884765625, + -0.03021240234375, + 0.04290771484375, + -0.031829833984375, + 0.003955841064453125, + -0.026824951171875, + 0.0411376953125, + 0.036285400390625, + -0.00844573974609375, + 0.034332275390625, + -0.046142578125, + 0.0257415771484375, + -0.01068115234375, + 0.022796630859375, + -0.0209197998046875, + -0.0002123117446899414, + 0.0024814605712890625, + -0.007598876953125, + 0.005611419677734375, + -0.01171112060546875, + -0.033966064453125, + -0.018951416015625, + 0.034698486328125, + 0.01358795166015625, + -0.00531768798828125, + 0.0018663406372070312, + -0.03271484375, + 0.0611572265625, + 0.06689453125, + -0.02288818359375, + 0.02056884765625, + -0.00511932373046875, + -0.012786865234375, + 0.0230712890625, + 0.054351806640625, + 0.006839752197265625, + 0.006572723388671875, + 0.033966064453125, + -0.0017099380493164062, + 0.0275421142578125, + 0.007778167724609375, + -0.0357666015625, + 0.001888275146484375, + -0.01546478271484375, + 0.028076171875, + -0.033447265625, + -0.038970947265625, + -0.020111083984375, + 0.039520263671875, + -0.0013914108276367188, + 0.0511474609375, + 0.059356689453125, + -0.00916290283203125, + 0.031829833984375, + 0.007598876953125, + 0.039154052734375, + 0.03271484375, + -0.01161956787109375, + 0.048980712890625, + 0.0203857421875, + 0.0133209228515625, + -0.0102386474609375, + 0.041839599609375, + 0.0029735565185546875, + -0.00024437904357910156, + -0.01032257080078125, + 0.044158935546875, + -0.00449371337890625, + -0.0171661376953125, + -0.024322509765625, + -0.042724609375, + 0.016632080078125, + -0.041290283203125, + -0.004360198974609375, + 0.01474761962890625, + -0.006927490234375, + -0.05291748046875, + 0.0034198760986328125, + 0.0275421142578125, + -0.000720977783203125, + 0.051483154296875, + 0.0063018798828125, + -0.00862884521484375, + -0.03021240234375, + 0.03790283203125, + 0.0236053466796875, + 0.02789306640625, + -0.0022125244140625, + 0.004917144775390625, + -0.01050567626953125, + -0.01233673095703125, + 0.060791015625, + 0.0193939208984375, + 0.034515380859375, + 0.005542755126953125, + -0.044158935546875, + 0.0311126708984375, + -0.0259246826171875, + 0.03289794921875, + 0.051483154296875, + -0.0294952392578125, + -0.0094757080078125, + 0.00862884521484375, + 0.025390625, + 0.056488037109375, + -0.05078125, + -0.0134124755859375, + -0.0704345703125, + 0.00911712646484375, + -0.0361328125, + -0.0167236328125, + -0.022705078125, + -0.03289794921875, + 0.066162109375, + -0.038970947265625, + -0.005096435546875, + -0.018768310546875, + 0.0024471282958984375, + -0.01367950439453125, + 0.0261077880859375, + -0.007511138916015625, + -0.031280517578125, + -0.012603759765625, + 0.06365966796875, + -0.018768310546875, + 0.01113128662109375, + -0.01377105712890625, + 0.01094818115234375, + -0.03076171875, + 0.0282440185546875, + -0.0511474609375, + -0.0020008087158203125, + 0.0244903564453125, + 0.0261077880859375, + 0.00531768798828125, + -0.0177001953125, + 0.0047607421875, + -0.047210693359375, + -0.0004749298095703125, + -0.037017822265625, + 0.006748199462890625, + -0.005611419677734375, + 0.0027370452880859375, + 0.0089874267578125, + -0.042022705078125, + -0.004291534423828125, + 0.0248565673828125, + -0.01099395751953125, + -0.0282440185546875, + -0.00348663330078125, + -0.03863525390625, + 0.017974853515625, + 0.0262908935546875, + 0.0004470348358154297, + 0.0377197265625, + 0.0557861328125, + -0.0171661376953125, + -0.0186004638671875, + 0.0183258056640625, + 0.012603759765625, + -0.039520263671875, + -0.0250396728515625, + -0.03289794921875, + 0.02520751953125, + -0.046844482421875, + -0.0032405853271484375, + 0.0244903564453125, + -0.0303955078125, + 0.01483917236328125, + 0.0027713775634765625, + -0.015106201171875, + -0.051483154296875, + -0.05792236328125, + 0.0140380859375, + -0.0222625732421875, + -0.025390625, + -0.0140380859375, + 0.03057861328125, + 0.01439666748046875, + 0.00701904296875, + -0.00916290283203125, + 0.00885009765625, + -0.04827880859375, + 0.016448974609375, + -0.029144287109375, + 0.005901336669921875, + -0.0208282470703125, + 0.0309295654296875, + 0.0430908203125, + 0.0194854736328125, + 0.0282440185546875, + 0.04364013671875, + -0.01904296875, + 0.0021800994873046875, + 0.0213623046875, + 0.0007710456848144531, + -0.013946533203125, + 0.0000642538070678711, + -0.026641845703125, + -0.023956298828125, + -0.0100555419921875, + -0.0100555419921875, + 0.0246734619140625, + 0.0257415771484375, + 0.02520751953125, + 0.041473388671875, + -0.0167236328125, + 0.01385498046875, + 0.05364990234375, + -0.002079010009765625, + 0.11016845703125, + -0.0246734619140625, + -0.0411376953125, + -0.0016317367553710938, + 0.0244903564453125, + -0.0248565673828125, + -0.005947113037109375, + 0.038787841796875, + 0.01287078857421875, + 0.0286102294921875, + 0.019317626953125, + 0.007373809814453125, + 0.020111083984375, + -0.0145721435546875, + -0.008270263671875, + 0.0029506683349609375, + -0.01439666748046875, + 0.0208282470703125, + 0.037384033203125, + 0.016265869140625, + -0.0003018379211425781, + 0.0457763671875, + -0.041656494140625, + -0.0257415771484375, + -0.0273590087890625, + -0.0650634765625, + 0.017791748046875, + 0.01546478271484375, + 0.0257415771484375, + 0.091552734375, + -0.009429931640625, + -0.05615234375, + 0.02520751953125, + -0.04827880859375, + 0.066162109375, + 0.052215576171875, + -0.01032257080078125, + 0.0298614501953125, + -0.01385498046875, + 0.004001617431640625, + 0.01474761962890625, + 0.0132293701171875, + 0.037017822265625, + 0.034698486328125, + 0.00930023193359375, + 0.007778167724609375, + -0.031280517578125, + 0.00603485107421875, + 0.028961181640625, + 0.00411224365234375, + -0.0206451416015625, + 0.01296234130859375, + 0.031646728515625, + 0.031463623046875, + -0.0108642578125, + 0.05828857421875, + 0.0224456787109375, + 0.0101470947265625, + -0.004917144775390625, + 0.0024356842041015625, + 0.010284423828125, + -0.037200927734375, + 0.0132293701171875, + -0.00415802001953125, + 0.00800323486328125, + 0.022796630859375, + 0.0171661376953125, + -0.07330322265625, + 0.0075531005859375, + 0.0450439453125, + -0.05865478515625, + 0.01439666748046875, + 0.0400390625, + -0.038787841796875, + 0.00598907470703125, + -0.02557373046875, + -0.041290283203125, + 0.04559326171875, + -0.0101470947265625, + -0.046478271484375, + 0.026458740234375, + 0.0284271240234375, + -0.0650634765625, + -0.043792724609375, + -0.041473388671875, + -0.0108184814453125, + -0.0140380859375, + -0.028961181640625, + 0.037200927734375, + -0.00733184814453125, + -0.01171112060546875, + 0.037017822265625, + 0.049346923828125, + -0.004848480224609375, + -0.043975830078125, + 0.035400390625, + -0.0196685791015625, + -0.0411376953125, + 0.043975830078125, + 0.02252197265625, + 0.028076171875, + -0.043792724609375, + -0.0126953125, + 0.0209197998046875, + -0.0203857421875, + 0.0088043212890625, + 0.0010004043579101562, + -0.03021240234375, + -0.07366943359375, + -0.046478271484375, + 0.06866455078125, + -0.0007486343383789062, + 0.0298614501953125, + -0.03253173828125, + -0.026458740234375, + 0.0294952392578125, + -0.0604248046875, + -0.0174407958984375, + -0.00598907470703125, + -0.0063934326171875, + -0.0296783447265625, + 0.051483154296875, + -0.03253173828125, + 0.00315093994140625, + -0.01519775390625, + 0.064697265625, + 0.017974853515625, + 0.00724029541015625, + -0.044708251953125, + 0.033782958984375, + 0.026824951171875, + -0.0330810546875, + -0.01439666748046875, + -0.0206451416015625, + -0.01430511474609375, + 0.0294952392578125, + -0.0380859375, + -0.019317626953125, + 0.00858306884765625, + -0.048980712890625, + -0.0296783447265625, + 0.002826690673828125, + -0.0230712890625, + -0.03753662109375, + 0.018768310546875, + 0.021728515625, + 0.0011682510375976562, + 0.003932952880859375, + 0.01385498046875, + 0.0218963623046875, + 0.024139404296875, + -0.0160064697265625, + -0.03594970703125, + 0.026641845703125, + -0.066162109375, + -0.0257415771484375, + -0.0032634735107421875, + 0.0361328125, + -0.0181427001953125, + 0.0133209228515625, + -0.029144287109375, + -0.0219879150390625, + 0.0286102294921875, + -0.02789306640625, + -0.003173828125, + -0.01045989990234375, + -0.0094757080078125, + -0.04522705078125, + -0.0208282470703125, + 0.00384521484375, + 0.00978851318359375, + -0.007061004638671875, + 0.00319671630859375, + 0.0221710205078125, + -0.06329345703125, + 0.0157318115234375, + 0.037384033203125, + 0.0007767677307128906, + 0.019134521484375, + 0.00449371337890625, + -0.0008215904235839844, + 0.012786865234375, + 0.01233673095703125, + -0.0257415771484375, + -0.03863525390625, + -0.059356689453125, + 0.0210113525390625, + -0.0037555694580078125, + -0.00997161865234375, + -0.0043792724609375, + -0.049346923828125, + -0.071533203125, + 0.0007486343383789062, + 0.053985595703125, + 0.02020263671875, + 0.0222625732421875, + -0.02557373046875, + -0.01251983642578125, + -0.00036597251892089844, + -0.03326416015625, + 0.0330810546875, + 0.01242828369140625, + 0.025390625, + 0.00916290283203125, + -0.033447265625, + 0.0296783447265625, + 0.0108642578125, + 0.01493072509765625, + 0.0181427001953125, + 0.03253173828125, + -0.036834716796875, + 0.0230712890625, + -0.0303955078125, + -0.01617431640625, + 0.01367950439453125, + -0.021636962890625, + 0.01045989990234375, + -0.042022705078125, + -0.0234222412109375, + 0.0035533905029296875, + 0.00044417381286621094, + 0.0250396728515625, + -0.02056884765625, + 0.0017652511596679688, + 0.024139404296875, + 0.00603485107421875, + 0.05828857421875, + -0.021270751953125, + -0.0248565673828125, + -0.0063934326171875, + 0.0037326812744140625, + 0.04522705078125, + 0.049346923828125, + 0.0120697021484375, + -0.031280517578125, + 0.0160980224609375, + 0.0330810546875, + -0.0107269287109375, + -0.046844482421875, + -0.0113067626953125, + -0.005565643310546875, + 0.01349639892578125, + 0.0404052734375, + 0.01161956787109375, + 0.091552734375, + 0.002056121826171875, + 0.0284271240234375, + 0.0050506591796875, + 0.0557861328125, + 0.0273590087890625, + -0.0167236328125, + -0.0361328125, + -0.0186004638671875, + -0.007598876953125, + -0.04559326171875, + -0.04559326171875, + 0.01305389404296875, + 0.04345703125, + -0.072265625, + -0.0236053466796875, + -0.01242828369140625, + 0.00795745849609375, + 0.02288818359375, + 0.00440216064453125, + -0.019317626953125, + 0.035400390625, + 0.044708251953125, + -0.041290283203125, + 0.0262908935546875, + -0.00286102294921875, + 0.024322509765625, + 0.0604248046875, + 0.033447265625, + -0.0230712890625, + 0.00997161865234375, + -0.0032634735107421875, + 0.0323486328125, + 0.01242828369140625, + 0.041656494140625, + 0.020294189453125, + 0.002391815185546875, + 0.06402587890625, + 0.039337158203125, + -0.026824951171875, + -0.008758544921875, + 0.0109100341796875, + 0.0211029052734375, + 0.0286102294921875, + 0.058990478515625, + 0.0010280609130859375, + -0.005901336669921875, + -0.01385498046875, + -0.04559326171875, + 0.015106201171875, + 0.0160064697265625, + 0.0102386474609375, + -0.05291748046875, + -0.03021240234375, + 0.02288818359375, + -0.046478271484375, + 0.0224456787109375, + 0.00858306884765625, + -0.036285400390625, + -0.00791168212890625, + 0.052581787109375, + -0.037200927734375, + -0.06365966796875, + -0.0113983154296875, + -0.039520263671875, + -0.005161285400390625, + -0.0185089111328125, + -0.041656494140625, + 0.04864501953125, + -0.0309295654296875, + -0.044342041015625, + -0.0284271240234375, + 0.033966064453125, + -0.02557373046875, + -0.041839599609375, + -0.01113128662109375, + -0.01314544677734375, + 0.002033233642578125, + -0.018951416015625, + -0.0323486328125, + -0.03271484375, + 0.02520751953125, + -0.047210693359375, + -0.005809783935546875, + -0.02520751953125, + 0.0026378631591796875, + -0.01421356201171875, + -0.0018100738525390625, + -0.01474761962890625, + 0.02252197265625, + -0.039154052734375, + 0.0218963623046875, + -0.004024505615234375, + 0.033782958984375, + 0.0259246826171875, + 0.0504150390625, + 0.0121612548828125, + 0.018951416015625, + -0.021453857421875, + -0.03753662109375, + -0.004024505615234375, + 0.01654052734375, + 0.0167236328125, + -0.05615234375, + 0.00070953369140625, + 0.054718017578125, + -0.08868408203125, + 0.01377105712890625, + 0.01242828369140625, + -0.005767822265625, + -0.04791259765625, + -0.0109100341796875, + -0.003307342529296875, + 0.0126953125, + 0.10015869140625, + 0.00502777099609375, + -0.0140380859375, + 0.002994537353515625, + -0.0450439453125, + 0.047576904296875, + -0.00024437904357910156, + 0.0357666015625, + -0.05792236328125, + 0.0303955078125, + 0.026824951171875, + -0.0300445556640625, + -0.0096588134765625, + -0.0750732421875, + -0.003910064697265625, + 0.01171112060546875, + 0.0183258056640625, + -0.0007653236389160156, + 0.0177001953125, + -0.02520751953125, + -0.0273590087890625, + -0.0076446533203125, + 0.005588531494140625, + 0.0033969879150390625, + -0.005496978759765625, + -0.021820068359375, + 0.005207061767578125, + -0.01296234130859375, + -0.044158935546875, + -0.053985595703125, + -0.01617431640625, + 0.0457763671875, + 0.01180267333984375, + -0.039886474609375, + 0.0160064697265625, + 0.0196685791015625, + 0.0259246826171875, + 0.005161285400390625, + 0.054351806640625, + -0.054718017578125, + -0.0294952392578125, + -0.0120697021484375, + 0.043975830078125, + 0.0172576904296875, + -0.0007543563842773438, + 0.0008492469787597656, + -0.0030841827392578125, + 0.0119781494140625, + -0.0160980224609375, + 0.055419921875, + 0.053985595703125, + -0.02154541015625, + -0.06365966796875, + -0.04022216796875, + -0.01546478271484375, + 0.03021240234375, + -0.0384521484375, + 0.0195770263671875, + 0.008087158203125, + -0.0134124755859375, + -0.09796142578125, + 0.053985595703125, + -0.007732391357421875, + 0.0236053466796875, + 0.0145721435546875, + -0.02001953125, + -0.05828857421875, + -0.04541015625, + -0.0311126708984375, + 0.0287933349609375, + -0.02288818359375, + 0.00969696044921875, + -0.01617431640625, + 0.02557373046875, + -0.0045166015625, + -0.006168365478515625, + 0.002368927001953125, + 0.05364990234375, + 0.0275421142578125, + -0.0323486328125, + 0.032196044921875, + -0.0237884521484375, + -0.00348663330078125, + -0.0083160400390625, + 0.012786865234375, + -0.002658843994140625, + -0.0294952392578125, + -0.03021240234375, + -0.00839996337890625, + 0.044891357421875, + 0.044342041015625, + -0.051849365234375, + 0.0145721435546875, + -0.0017995834350585938, + 0.0145721435546875, + -0.005252838134765625, + -0.0013580322265625, + 0.0012350082397460938, + 0.01349639892578125, + -0.01493072509765625, + -0.015380859375, + -0.059722900390625, + -0.07440185546875, + 0.0022792816162109375, + -0.06829833984375, + -0.026824951171875, + -0.004314422607421875, + 0.0195770263671875, + 0.0209197998046875, + -0.010772705078125, + 0.0604248046875, + 0.0005249977111816406, + 0.0047149658203125, + -0.0184173583984375, + 0.0323486328125, + -0.01654052734375, + 0.0257415771484375, + 0.024139404296875, + -0.037200927734375, + 0.0294952392578125, + -0.02252197265625, + 0.00449371337890625, + -0.0296783447265625, + -0.00569915771484375, + -0.0244903564453125, + 0.01412200927734375, + -0.060089111328125, + -0.0182342529296875, + 0.0126953125, + 0.03326416015625, + 0.00724029541015625, + -0.0269927978515625, + 0.0298614501953125, + -0.015106201171875, + -0.059356689453125, + 0.00930023193359375, + -0.0174407958984375, + -0.0194854736328125, + 0.04058837890625, + 0.003955841064453125, + 0.01117706298828125, + 0.02252197265625, + 0.032196044921875, + 0.0244903564453125, + 0.05078125, + 0.004001617431640625, + -0.0450439453125, + -0.01171112060546875, + -0.0198516845703125, + 0.0282440185546875, + 0.04058837890625, + 0.028076171875, + -0.0006480216979980469, + 0.01546478271484375, + 0.0101470947265625, + -0.0711669921875, + -0.026824951171875, + -0.01305389404296875, + -0.0457763671875, + 0.0275421142578125, + 0.056488037109375, + 0.03057861328125, + -0.01751708984375, + 0.044342041015625, + 0.058990478515625, + 0.021453857421875, + 0.02001953125, + -0.00728607177734375, + -0.05615234375, + -0.0284271240234375, + 0.0017213821411132812, + 0.0007767677307128906, + -0.0819091796875, + 0.054718017578125, + 0.071533203125, + -0.0209197998046875, + -0.01233673095703125, + 0.00044989585876464844, + 0.023956298828125, + 0.03753662109375, + 0.02020263671875, + 0.01617431640625, + -0.046844482421875, + 0.01180267333984375, + 0.036285400390625, + -0.005767822265625, + 0.006168365478515625, + -0.016265869140625, + -0.031829833984375, + 0.0323486328125, + -0.051849365234375, + 0.001598358154296875, + 0.0170745849609375, + 0.05078125, + 0.0053863525390625, + -0.024139404296875, + -0.0303955078125, + 0.0430908203125, + 0.0106353759765625, + -0.018768310546875, + 0.0211029052734375, + 0.02520751953125, + -0.03289794921875, + 0.062225341796875, + 0.06329345703125, + 0.0182342529296875, + 0.0248565673828125, + 0.0224456787109375, + -0.07330322265625, + 0.015380859375, + 0.0009832382202148438, + -0.0168914794921875, + -0.01055145263671875, + -0.046478271484375, + -0.0357666015625, + -0.049713134765625, + 0.04022216796875, + -0.006435394287109375, + 0.037200927734375, + 0.0171661376953125, + 0.0173492431640625, + -0.01349639892578125, + -0.006435394287109375, + 0.0303955078125, + 0.04791259765625, + -0.007061004638671875, + -0.0029506683349609375, + 0.007598876953125, + 0.0126953125, + 0.04254150390625, + -0.052581787109375, + 0.0277099609375, + -0.0167236328125, + -0.0211029052734375, + -0.052215576171875, + 0.01045989990234375, + 0.022705078125, + -0.0145721435546875, + -0.0009274482727050781, + -0.029327392578125, + 0.0003883838653564453, + 0.00728607177734375, + -0.019134521484375, + -0.026641845703125, + 0.0100555419921875, + -0.0277099609375, + 0.0236053466796875, + -0.0027370452880859375, + -0.0269927978515625, + 0.012786865234375, + -0.056854248046875, + 0.0904541015625, + 0.0259246826171875, + 0.005184173583984375, + -0.0093841552734375, + 0.0232391357421875, + 0.043792724609375, + 0.0232391357421875, + 0.01161956787109375, + 0.01439666748046875, + -0.0303955078125, + 0.0557861328125, + 0.06365966796875, + -0.0020008087158203125, + -0.038970947265625, + 0.031280517578125, + -0.0024700164794921875, + -0.049713134765625, + 0.047576904296875, + 0.0076904296875, + 0.016265869140625, + 0.01180267333984375, + 0.0038890838623046875, + -0.0044708251953125, + -0.047210693359375, + 0.076171875, + 0.01806640625, + -0.01055145263671875, + 0.01108551025390625, + -0.06976318359375, + 0.052581787109375, + 0.005474090576171875, + 0.049346923828125, + -0.042205810546875, + 0.0611572265625, + -0.0132293701171875, + -0.0016536712646484375, + -0.0144805908203125, + 0.00862884521484375, + -0.005161285400390625, + 0.0275421142578125, + -0.0034427642822265625, + 0.051483154296875, + 0.0159149169921875, + 0.01474761962890625, + -0.076171875, + 0.017974853515625, + 0.0020904541015625, + -0.005767822265625, + 0.01904296875, + -0.0282440185546875, + -0.0132293701171875, + 0.020111083984375, + 0.01251983642578125, + 0.04522705078125, + -0.0261077880859375, + 0.03826904296875, + 0.008087158203125, + -0.034698486328125, + 0.00733184814453125, + -0.0038661956787109375 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "mobile-forensics", + "fraud-investigation" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_Wireshark", + "type": "tool", + "name": "Wireshark", + "content": "wireshark der unangefochtene könig der netzwerk-protokoll-analyse dekodiert die meisten netzwerkprotokolle von ethernet bis zu exotischen ics-protokollen. display-filter mit mächtiger syntax ermöglichen chirurgisch präzise paket-selektion. follow-stream rekonstruiert komplette tcp-sessions, http-uploads oder ftp-transfers. expert-info identifiziert anomalien wie retransmissions, malformed packets oder protokoll-violations. die statistik-funktionen visualisieren conversations, io-graphs und protocol-hierarchien. export-objekte extrahiert übertragene dateien aus http, smb oder tftp. coloring-rules heben verdächtige pakete hervor. geoip-integration zeigt geografische verbindungsdaten. tls-decryption mit private keys oder sslkeylogfile. die lua- und c-plugin-api erlaubt custom-dissectors. unverzichtbar für malware-c2-analyse, data-exfiltration-erkennung und netzwerk-troubleshooting. gui protocol-decode packet-filtering pcap-capture cross-platform session-reconstruction display-filters follow-stream expert-info statistics coloring-rules tls-decryption incident-response malware-analysis network-forensics cloud-forensics ics-forensics fraud-investigation examination analysis", + "embedding": [ + -0.02032470703125, + 0.0014066696166992188, + 0.04583740234375, + 0.027374267578125, + 0.034637451171875, + 0.0231170654296875, + 0.0142059326171875, + 0.005886077880859375, + -0.040863037109375, + -0.005573272705078125, + -0.039398193359375, + 0.044586181640625, + 0.0245819091796875, + -0.0015554428100585938, + -0.07342529296875, + 0.033599853515625, + -0.02447509765625, + -0.0014390945434570312, + -0.0012121200561523438, + 0.01441192626953125, + -0.02001953125, + 0.0011539459228515625, + -0.052886962890625, + 0.00736236572265625, + -0.0185546875, + -0.0014581680297851562, + -0.0207366943359375, + -0.0845947265625, + -0.01389312744140625, + 0.0206298828125, + 0.013275146484375, + -0.01181793212890625, + -0.0043792724609375, + 0.031951904296875, + 0.00331878662109375, + -0.0173187255859375, + 0.022918701171875, + -0.060546875, + -0.0240631103515625, + 0.055999755859375, + -0.0159759521484375, + -0.0220794677734375, + 0.014312744140625, + -0.00969696044921875, + -0.0202178955078125, + -0.0269622802734375, + -0.0029544830322265625, + -0.0034732818603515625, + 0.019805908203125, + -0.018035888671875, + 0.046875, + 0.0084991455078125, + -0.00824737548828125, + -0.0071563720703125, + -0.041259765625, + 0.027587890625, + 0.04376220703125, + -0.034423828125, + -0.037109375, + 0.067626953125, + -0.0234375, + -0.0217742919921875, + -0.01255035400390625, + -0.015869140625, + 0.0251922607421875, + 0.0005283355712890625, + -0.020538330078125, + -0.0262298583984375, + -0.0121307373046875, + -0.00339508056640625, + 0.00829315185546875, + -0.018035888671875, + -0.00658416748046875, + 0.0302734375, + -0.0269622802734375, + -0.03607177734375, + 0.00547027587890625, + 0.020843505859375, + 0.015869140625, + 0.0131683349609375, + -0.045623779296875, + 0.01409912109375, + 0.05474853515625, + -0.00015878677368164062, + -0.0050048828125, + -0.0015039443969726562, + 0.035675048828125, + -0.0071563720703125, + 0.0136871337890625, + 0.006351470947265625, + 0.0302734375, + -0.020843505859375, + 0.0277862548828125, + -0.019287109375, + 0.0447998046875, + 0.036712646484375, + -0.0311126708984375, + 0.0016460418701171875, + -0.0004730224609375, + 0.02374267578125, + 0.030487060546875, + -0.030487060546875, + 0.0516357421875, + 0.00296783447265625, + 0.046234130859375, + -0.018768310546875, + -0.0025272369384765625, + -0.0104217529296875, + -0.004924774169921875, + -0.0222930908203125, + -0.0845947265625, + -0.02655029296875, + -0.0219879150390625, + -0.064697265625, + -0.008758544921875, + 0.0027866363525390625, + -0.019073486328125, + 0.037109375, + -0.03857421875, + -0.046234130859375, + 0.01125335693359375, + 0.00495147705078125, + -0.017425537109375, + -0.0016851425170898438, + -0.05682373046875, + -0.06884765625, + 0.0017757415771484375, + 0.02105712890625, + -0.049346923828125, + -0.01203155517578125, + 0.00803375244140625, + 0.005313873291015625, + 0.000010907649993896484, + 0.00865936279296875, + -0.00218963623046875, + -0.0251922607421875, + 0.02862548828125, + -0.0005736351013183594, + -0.01103973388671875, + 0.0006384849548339844, + 0.0298614501953125, + -0.023223876953125, + -0.05059814453125, + -0.0032787322998046875, + -0.0248870849609375, + -0.01151275634765625, + -0.0188751220703125, + 0.0264434814453125, + -0.01140594482421875, + -0.00865936279296875, + -0.0162811279296875, + 0.0202178955078125, + 0.04437255859375, + -0.001659393310546875, + 0.02032470703125, + -0.036285400390625, + -0.00829315185546875, + -0.0311126708984375, + 0.0233306884765625, + -0.0302734375, + 0.0019445419311523438, + 0.0083465576171875, + -0.0231170654296875, + 0.01099395751953125, + 0.00482177734375, + -0.0277862548828125, + -0.00443267822265625, + 0.003810882568359375, + 0.0214691162109375, + -0.0199127197265625, + 0.01270294189453125, + 0.0013675689697265625, + 0.048126220703125, + 0.0780029296875, + 0.01010894775390625, + 0.02447509765625, + 0.0102691650390625, + -0.016693115234375, + 0.0081939697265625, + 0.036712646484375, + -0.00710296630859375, + -0.01171875, + 0.03131103515625, + 0.006015777587890625, + 0.027587890625, + -0.0277862548828125, + -0.0296630859375, + -0.0176239013671875, + -0.03131103515625, + 0.01125335693359375, + -0.033599853515625, + -0.018768310546875, + -0.01140594482421875, + 0.0093841552734375, + 0.026336669921875, + 0.0543212890625, + 0.05059814453125, + 0.009490966796875, + 0.045196533203125, + -0.00865936279296875, + -0.0004115104675292969, + 0.019287109375, + -0.00658416748046875, + 0.027374267578125, + 0.007778167724609375, + 0.022918701171875, + -0.0157623291015625, + 0.033172607421875, + 0.00710296630859375, + -0.02716064453125, + -0.01285552978515625, + 0.036712646484375, + -0.0185546875, + -0.00632476806640625, + -0.008453369140625, + -0.02862548828125, + 0.0228118896484375, + -0.0090179443359375, + 0.01280975341796875, + -0.0084991455078125, + 0.0031490325927734375, + -0.04376220703125, + -0.0078277587890625, + 0.048736572265625, + -0.042510986328125, + 0.051422119140625, + 0.0259246826171875, + -0.027374267578125, + -0.01544952392578125, + 0.023956298828125, + 0.018768310546875, + 0.006221771240234375, + 0.004848480224609375, + -0.015350341796875, + -0.01409912109375, + -0.011871337890625, + 0.06597900390625, + 0.050201416015625, + 0.005107879638671875, + 0.0193939208984375, + -0.021881103515625, + 0.032135009765625, + -0.02374267578125, + 0.0264434814453125, + 0.01306915283203125, + -0.0196990966796875, + 0.01296234130859375, + 0.0030975341796875, + 0.00736236572265625, + 0.062225341796875, + -0.06842041015625, + 0.00339508056640625, + -0.0572509765625, + -0.0152435302734375, + -0.0738525390625, + -0.0308990478515625, + -0.045013427734375, + -0.051239013671875, + 0.03961181640625, + -0.0027217864990234375, + -0.0350341796875, + 0.0009074211120605469, + -0.00814056396484375, + -0.01409912109375, + 0.046661376953125, + -0.0298614501953125, + -0.0196990966796875, + -0.01140594482421875, + 0.0999755859375, + -0.0020084381103515625, + -0.0188751220703125, + -0.0225982666015625, + 0.0199127197265625, + -0.00030303001403808594, + 0.01068115234375, + -0.01409912109375, + 0.00933074951171875, + 0.042938232421875, + 0.00038242340087890625, + 0.03338623046875, + -0.02374267578125, + -0.007724761962890625, + 0.00736236572265625, + 0.04791259765625, + -0.02862548828125, + 0.0096435546875, + 0.01348114013671875, + -0.019073486328125, + 0.0004634857177734375, + -0.052886962890625, + 0.00572967529296875, + 0.0248870849609375, + 0.01192474365234375, + 0.0191802978515625, + 0.01275634765625, + -0.053924560546875, + 0.007465362548828125, + 0.01959228515625, + 0.005367279052734375, + 0.0119781494140625, + 0.04791259765625, + -0.03753662109375, + 0.006145477294921875, + 0.00567626953125, + 0.01207733154296875, + -0.050811767578125, + -0.03070068359375, + -0.01337432861328125, + 0.012237548828125, + -0.0400390625, + -0.026031494140625, + 0.02581787109375, + -0.01203155517578125, + 0.03857421875, + -0.006351470947265625, + -0.0225982666015625, + -0.0323486328125, + -0.03753662109375, + 0.015869140625, + -0.043975830078125, + -0.04437255859375, + -0.042510986328125, + 0.05682373046875, + 0.004486083984375, + 0.0290374755859375, + 0.00788116455078125, + 0.0262298583984375, + -0.050811767578125, + 0.048126220703125, + -0.0107879638671875, + 0.016998291015625, + 0.00487518310546875, + 0.048309326171875, + 0.033599853515625, + 0.03753662109375, + 0.03692626953125, + 0.052276611328125, + 0.01441192626953125, + 0.0018405914306640625, + 0.0016202926635742188, + 0.0186614990234375, + 0.0037078857421875, + 0.050384521484375, + -0.004329681396484375, + -0.02862548828125, + -0.0259246826171875, + -0.04107666015625, + 0.0113525390625, + 0.031951904296875, + 0.01285552978515625, + 0.0136871337890625, + -0.018463134765625, + -0.0081939697265625, + 0.044158935546875, + 0.018035888671875, + 0.08172607421875, + -0.00891876220703125, + -0.04583740234375, + 0.01207733154296875, + 0.023956298828125, + -0.041259765625, + 0.016387939453125, + 0.036712646484375, + 0.01285552978515625, + 0.01337432861328125, + 0.0256195068359375, + -0.0204315185546875, + 0.03173828125, + -0.0196990966796875, + -0.02001953125, + -0.0350341796875, + -0.00684356689453125, + -0.01441192626953125, + 0.04437255859375, + 0.01068115234375, + 0.01239013671875, + 0.049346923828125, + -0.03692626953125, + -0.032989501953125, + -0.0400390625, + -0.07550048828125, + -0.01207733154296875, + 0.0105743408203125, + 0.01062774658203125, + 0.067626953125, + -0.050201416015625, + -0.0543212890625, + 0.0137939453125, + -0.042938232421875, + 0.07421875, + 0.0433349609375, + 0.012908935546875, + 0.047088623046875, + -0.01207733154296875, + -0.0000311732292175293, + 0.02923583984375, + 0.007049560546875, + 0.00824737548828125, + 0.070068359375, + 0.01409912109375, + 0.013275146484375, + -0.0308990478515625, + -0.010833740234375, + 0.042724609375, + -0.0061187744140625, + -0.0126495361328125, + 0.03546142578125, + 0.01047515869140625, + 0.0255126953125, + -0.045623779296875, + 0.04791259765625, + 0.0243682861328125, + -0.02447509765625, + 0.006298065185546875, + 0.0016717910766601562, + 0.01441192626953125, + -0.049346923828125, + 0.00650787353515625, + 0.02032470703125, + 0.0236358642578125, + 0.03607177734375, + 0.016387939453125, + -0.03070068359375, + -0.01171875, + 0.049163818359375, + -0.0572509765625, + 0.005367279052734375, + 0.030487060546875, + -0.007518768310546875, + 0.0160675048828125, + -0.049163818359375, + -0.04852294921875, + 0.00907135009765625, + -0.033599853515625, + -0.047088623046875, + 0.023223876953125, + 0.016387939453125, + -0.055572509765625, + -0.037109375, + -0.032562255859375, + -0.00658416748046875, + -0.01192474365234375, + -0.0308990478515625, + 0.02923583984375, + -0.00521087646484375, + 0.01171875, + 0.0256195068359375, + 0.00984954833984375, + -0.011199951171875, + -0.0379638671875, + 0.050811767578125, + -0.006221771240234375, + -0.021881103515625, + 0.018035888671875, + 0.0238494873046875, + 0.0021514892578125, + -0.0233306884765625, + -0.0152435302734375, + -0.0005865097045898438, + 0.0028133392333984375, + 0.0206298828125, + 0.008758544921875, + -0.0447998046875, + -0.0090179443359375, + -0.0447998046875, + 0.037750244140625, + 0.007518768310546875, + 0.041259765625, + 0.007205963134765625, + -0.0634765625, + 0.0081939697265625, + -0.046051025390625, + -0.004638671875, + 0.01824951171875, + 0.0092315673828125, + -0.010833740234375, + 0.055572509765625, + -0.007778167724609375, + 0.0095367431640625, + 0.006999969482421875, + 0.0267486572265625, + 0.0207366943359375, + -0.0048980712890625, + -0.046875, + 0.051849365234375, + 0.0207366943359375, + -0.0614013671875, + 0.001827239990234375, + -0.03070068359375, + -0.01270294189453125, + 0.0262298583984375, + -0.03399658203125, + 0.0038890838623046875, + -0.0217742919921875, + -0.05206298828125, + -0.00487518310546875, + -0.049346923828125, + -0.011871337890625, + -0.03692626953125, + 0.0181427001953125, + 0.01114654541015625, + 0.01151275634765625, + 0.029449462890625, + 0.01255035400390625, + -0.01348114013671875, + 0.0257110595703125, + -0.01239013671875, + -0.0204315185546875, + 0.00250244140625, + -0.0572509765625, + -0.01177215576171875, + 0.00409698486328125, + 0.059326171875, + -0.02862548828125, + -0.005573272705078125, + -0.003810882568359375, + -0.00469207763671875, + 0.03338623046875, + -0.03753662109375, + -0.01129913330078125, + -0.0185546875, + -0.017425537109375, + -0.033599853515625, + -0.030487060546875, + 0.02923583984375, + 0.0288238525390625, + -0.0261383056640625, + -0.01285552978515625, + 0.039398193359375, + -0.04107666015625, + 0.01409912109375, + 0.0311126708984375, + -0.02716064453125, + 0.00296783447265625, + -0.0131683349609375, + 0.01959228515625, + -0.01898193359375, + 0.020111083984375, + -0.0288238525390625, + -0.0350341796875, + -0.080078125, + 0.0296630859375, + -0.01285552978515625, + -0.01824951171875, + -0.031524658203125, + -0.049163818359375, + -0.05059814453125, + -0.0207366943359375, + 0.035247802734375, + -0.007465362548828125, + -0.015350341796875, + -0.03900146484375, + -0.0186614990234375, + -0.032562255859375, + -0.0338134765625, + 0.052886962890625, + -0.01259613037109375, + 0.0113525390625, + 0.0105743408203125, + -0.04376220703125, + 0.04998779296875, + 0.0256195068359375, + 0.02105712890625, + 0.0279998779296875, + 0.014312744140625, + -0.00865936279296875, + 0.01337432861328125, + -0.0040435791015625, + -0.0188751220703125, + 0.00917816162109375, + -0.00417327880859375, + 0.023223876953125, + -0.02166748046875, + -0.00461578369140625, + 0.014312744140625, + 0.03399658203125, + 0.0217742919921875, + 0.00450897216796875, + -0.00881195068359375, + 0.042510986328125, + -0.0029430389404296875, + 0.0421142578125, + -0.0251922607421875, + -0.0308990478515625, + -0.006999969482421875, + 0.01229095458984375, + 0.0281982421875, + 0.0379638671875, + 0.0067901611328125, + -0.015655517578125, + 0.00860595703125, + 0.055572509765625, + -0.0277862548828125, + -0.03607177734375, + -0.042510986328125, + -0.0228118896484375, + 0.0165863037109375, + 0.05474853515625, + -0.022918701171875, + 0.0655517578125, + 0.01233673095703125, + -0.01151275634765625, + 0.048736572265625, + 0.0667724609375, + 0.034423828125, + -0.0090179443359375, + -0.04583740234375, + -0.00279998779296875, + 0.0076751708984375, + -0.0323486328125, + -0.03900146484375, + -0.016998291015625, + 0.07342529296875, + -0.06719970703125, + -0.009124755859375, + -0.0259246826171875, + 0.00824737548828125, + -0.0040435791015625, + -0.003993988037109375, + -0.036285400390625, + 0.02862548828125, + -0.01088714599609375, + -0.03607177734375, + 0.00855255126953125, + -0.0206298828125, + 0.01824951171875, + 0.041473388671875, + 0.04541015625, + -0.032135009765625, + 0.01229095458984375, + 0.0350341796875, + 0.060546875, + 0.019073486328125, + 0.061798095703125, + 0.02032470703125, + 0.031524658203125, + 0.04022216796875, + 0.033599853515625, + -0.01296234130859375, + -0.0300750732421875, + 0.0288238525390625, + 0.0379638671875, + 0.037322998046875, + 0.0489501953125, + 0.00855255126953125, + -0.033599853515625, + -0.0228118896484375, + -0.0391845703125, + 0.005832672119140625, + 0.0012187957763671875, + -0.0217742919921875, + -0.055572509765625, + -0.059326171875, + 0.02923583984375, + -0.05517578125, + 0.046875, + 0.03131103515625, + -0.00502777099609375, + -0.0213623046875, + 0.0199127197265625, + 0.006557464599609375, + -0.055999755859375, + 0.010009765625, + -0.01959228515625, + -0.03900146484375, + -0.0391845703125, + -0.02655029296875, + 0.03607177734375, + -0.01270294189453125, + -0.07672119140625, + -0.0246734619140625, + 0.033172607421875, + -0.026031494140625, + 0.0032138824462890625, + -0.0220794677734375, + 0.021881103515625, + -0.0160675048828125, + -0.0181427001953125, + -0.049774169921875, + -0.00762176513671875, + 0.0083465576171875, + -0.0204315185546875, + -0.01483154296875, + -0.001659393310546875, + -0.00528717041015625, + 0.0109405517578125, + -0.01483154296875, + -0.034210205078125, + 0.04998779296875, + -0.030487060546875, + 0.037109375, + 0.00995635986328125, + 0.02447509765625, + 0.046234130859375, + 0.0572509765625, + 0.003681182861328125, + 0.0032405853271484375, + -0.0032405853271484375, + -0.0584716796875, + 0.01088714599609375, + -0.0002884864807128906, + -0.0009527206420898438, + -0.08831787109375, + 0.005107879638671875, + 0.037750244140625, + -0.084228515625, + 0.007465362548828125, + 0.01036834716796875, + -0.010009765625, + -0.053497314453125, + -0.0030975341796875, + 0.01068115234375, + -0.0179443359375, + 0.0833740234375, + 0.0107879638671875, + -0.0167999267578125, + 0.022705078125, + -0.05267333984375, + 0.0584716796875, + 0.00689697265625, + 0.050201416015625, + -0.045196533203125, + 0.024261474609375, + 0.00798797607421875, + -0.0281982421875, + -0.00572967529296875, + -0.07879638671875, + 0.0031757354736328125, + 0.02001953125, + 0.0296630859375, + -0.0100555419921875, + -0.0100555419921875, + -0.055572509765625, + 0.0029430389404296875, + -0.019073486328125, + 0.0008230209350585938, + 0.0243682861328125, + 0.0013608932495117188, + -0.0391845703125, + -0.0061187744140625, + -0.0181427001953125, + -0.052886962890625, + -0.042938232421875, + -0.0262298583984375, + 0.04791259765625, + 0.025299072265625, + -0.06304931640625, + 0.0199127197265625, + 0.0073089599609375, + -0.00128936767578125, + 0.0247802734375, + 0.0400390625, + -0.0721435546875, + 0.0081939697265625, + -0.007259368896484375, + 0.01483154296875, + 0.006740570068359375, + 0.00710296630859375, + 0.0024623870849609375, + 0.0147247314453125, + 0.01239013671875, + -0.0234375, + 0.049163818359375, + 0.049560546875, + 0.0012445449829101562, + -0.061798095703125, + -0.0107879638671875, + -0.00969696044921875, + 0.0391845703125, + 0.00244903564453125, + 0.051422119140625, + 0.0096435546875, + -0.0350341796875, + -0.09454345703125, + 0.0489501953125, + -0.025299072265625, + 0.035888671875, + 0.006534576416015625, + -0.030487060546875, + -0.06390380859375, + -0.04852294921875, + -0.034637451171875, + 0.0290374755859375, + -0.029449462890625, + 0.04437255859375, + 0.01259613037109375, + -0.007568359375, + 0.02032470703125, + -0.0186614990234375, + -0.0026187896728515625, + 0.04168701171875, + 0.010833740234375, + -0.041900634765625, + 0.060546875, + -0.016693115234375, + 0.03546142578125, + -0.03173828125, + 0.008758544921875, + -0.02001953125, + -0.006610870361328125, + -0.0213623046875, + -0.00383758544921875, + 0.032562255859375, + 0.03753662109375, + -0.0209503173828125, + -0.005519866943359375, + -0.0288238525390625, + 0.034637451171875, + 0.01337432861328125, + 0.0033702850341796875, + 0.015655517578125, + 0.00228118896484375, + -0.006351470947265625, + -0.0323486328125, + -0.060150146484375, + -0.0916748046875, + 0.0008683204650878906, + -0.049346923828125, + 0.0037078857421875, + 0.00598907470703125, + 0.027374267578125, + 0.0212554931640625, + -0.0193939208984375, + 0.0290374755859375, + -0.009796142578125, + -0.0196990966796875, + -0.034637451171875, + 0.00461578369140625, + -0.01483154296875, + 0.04376220703125, + 0.0165863037109375, + -0.0199127197265625, + 0.0241546630859375, + -0.00443267822265625, + -0.01239013671875, + -0.0006384849548339844, + 0.007415771484375, + -0.0338134765625, + 0.0212554931640625, + -0.08172607421875, + -0.00502777099609375, + 0.0251007080078125, + 0.055999755859375, + -0.0023193359375, + -0.01270294189453125, + 0.047271728515625, + -0.02032470703125, + -0.0584716796875, + 0.0236358642578125, + -0.0234375, + -0.0474853515625, + 0.026336669921875, + -0.0256195068359375, + 0.020843505859375, + 0.017730712890625, + 0.042510986328125, + 0.040863037109375, + 0.023956298828125, + 0.03692626953125, + -0.052459716796875, + -0.0071563720703125, + -0.014312744140625, + 0.0279998779296875, + 0.0084991455078125, + 0.02923583984375, + -0.00025916099548339844, + 0.02923583984375, + -0.0269622802734375, + -0.08172607421875, + -0.01348114013671875, + -0.040863037109375, + -0.05059814453125, + 0.0102691650390625, + 0.07257080078125, + 0.046661376953125, + -0.019073486328125, + 0.01177215576171875, + 0.0308990478515625, + 0.0308990478515625, + -0.002410888671875, + -0.00417327880859375, + -0.06427001953125, + -0.0028133392333984375, + 0.0379638671875, + -0.013275146484375, + -0.062225341796875, + 0.0421142578125, + 0.0584716796875, + -0.01088714599609375, + -0.0206298828125, + 0.026336669921875, + 0.005313873291015625, + 0.051849365234375, + 0.0172119140625, + 0.032989501953125, + -0.07879638671875, + 0.032989501953125, + 0.020538330078125, + -0.00839996337890625, + -0.004589080810546875, + -0.01348114013671875, + -0.02001953125, + 0.04107666015625, + -0.064697265625, + -0.00012636184692382812, + 0.03692626953125, + 0.07672119140625, + 0.00554656982421875, + -0.03173828125, + -0.02862548828125, + 0.0255126953125, + 0.01617431640625, + -0.0204315185546875, + -0.00003445148468017578, + 0.023223876953125, + -0.00045680999755859375, + 0.0338134765625, + 0.05267333984375, + -0.012237548828125, + 0.01959228515625, + 0.004486083984375, + -0.055572509765625, + 0.0206298828125, + -0.006221771240234375, + 0.0269622802734375, + 0.002643585205078125, + -0.0323486328125, + -0.02001953125, + -0.053924560546875, + 0.0281982421875, + 0.014617919921875, + 0.04644775390625, + 0.0050811767578125, + -0.01451873779296875, + 0.01451873779296875, + -0.00829315185546875, + 0.030487060546875, + 0.0447998046875, + 0.01493072509765625, + 0.01337432861328125, + 0.03857421875, + 0.0090179443359375, + -0.0028896331787109375, + -0.010162353515625, + 0.0214691162109375, + -0.037750244140625, + 0.003421783447265625, + -0.032562255859375, + -0.0004439353942871094, + 0.0032405853271484375, + -0.0220794677734375, + -0.023956298828125, + -0.038360595703125, + 0.0024623870849609375, + -0.019073486328125, + -0.02923583984375, + -0.01088714599609375, + 0.044158935546875, + -0.0338134765625, + 0.001827239990234375, + 0.02655029296875, + 0.01177215576171875, + 0.0447998046875, + -0.0400390625, + 0.06634521484375, + 0.01959228515625, + 0.0238494873046875, + -0.0037078857421875, + -0.0119781494140625, + 0.03814697265625, + -0.015869140625, + 0.00417327880859375, + 0.047271728515625, + -0.037322998046875, + 0.06304931640625, + 0.0298614501953125, + 0.0172119140625, + -0.05517578125, + 0.013580322265625, + 0.019500732421875, + -0.03961181640625, + 0.04998779296875, + 0.0095367431640625, + 0.006378173828125, + -0.0269622802734375, + 0.0024623870849609375, + -0.0269622802734375, + -0.050384521484375, + 0.06842041015625, + 0.022918701171875, + 0.0037326812744140625, + 0.0084991455078125, + -0.053924560546875, + 0.055572509765625, + 0.0183563232421875, + 0.053497314453125, + -0.03961181640625, + 0.05517578125, + -0.0191802978515625, + -0.00017333030700683594, + -0.0251007080078125, + 0.009124755859375, + 0.007724761962890625, + 0.0279998779296875, + 0.0018014907836914062, + 0.06719970703125, + 0.0162811279296875, + -0.005519866943359375, + -0.061798095703125, + -0.00450897216796875, + 0.0193939208984375, + 0.002384185791015625, + 0.01690673828125, + -0.0447998046875, + -0.0228118896484375, + 0.005184173583984375, + 0.0290374755859375, + 0.06719970703125, + -0.0188751220703125, + 0.0400390625, + 0.0008101463317871094, + 0.0015096664428710938, + -0.0181427001953125, + -0.01068115234375 + ], + "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" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Neo4j", + "type": "tool", + "name": "Neo4j", + "content": "neo4j die graph-datenbank transformiert komplexe beziehungsgeflechte in verständliche visualisierungen. cypher-query-language ermöglicht intuitive abfragen: \"match (person)-[:transferred_to]->(account) return *\". perfekt für fraud-rings, social-networks, geldwäsche-netzwerke und kommunikations-analysen. graph-algorithmen finden kürzeste pfade, communities und influencer. der visual-graph-explorer macht verborgene verbindungen sichtbar. import aus csv, json und relationalen datenbanken. die apoc-bibliothek bietet 450+ prozeduren für erweiterte analysen. bloom visualisiert für nicht-technische stakeholder. integration mit elasticsearch für volltext-suche. multi-datenbank für case-isolation. die community-edition (kostenlos) limitiert auf 1 user und 4 cpu-cores. skaliert auf große mengen von nodes und relationships. unverzichtbar für moderne financial-crime-investigations. 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.01033782958984375, + 0.0066070556640625, + 0.045135498046875, + 0.01416015625, + 0.0225677490234375, + 0.04681396484375, + 0.0262451171875, + -0.00939178466796875, + -0.0218963623046875, + -0.0120391845703125, + -0.043243408203125, + 0.05474853515625, + 0.01548004150390625, + 0.00434112548828125, + -0.0562744140625, + 0.03662109375, + 0.0070343017578125, + 0.0521240234375, + 0.02435302734375, + -0.0032329559326171875, + 0.0021839141845703125, + -0.01123809814453125, + -0.033599853515625, + 0.00934600830078125, + 0.0110015869140625, + 0.0179443359375, + -0.016998291015625, + -0.057769775390625, + -0.0155792236328125, + -0.018310546875, + 0.00977325439453125, + -0.037567138671875, + -0.0224761962890625, + 0.0196380615234375, + -0.00325775146484375, + -0.01378631591796875, + 0.01378631591796875, + -0.0638427734375, + -0.01708984375, + 0.02435302734375, + -0.0031871795654296875, + -0.00958251953125, + -0.002902984619140625, + -0.01898193359375, + -0.0238800048828125, + -0.03985595703125, + -0.01529693603515625, + -0.021331787109375, + 0.00304412841796875, + -0.011566162109375, + 0.023223876953125, + 0.055877685546875, + 0.006137847900390625, + 0.0019121170043945312, + -0.0196380615234375, + 0.020111083984375, + -0.0080718994140625, + -0.0135040283203125, + -0.053619384765625, + 0.03851318359375, + -0.0277557373046875, + -0.006938934326171875, + -0.0125579833984375, + 0.0030918121337890625, + 0.0227508544921875, + 0.0309600830078125, + -0.0238800048828125, + -0.0258636474609375, + 0.0006814002990722656, + 0.00778961181640625, + 0.0197296142578125, + 0.00066375732421875, + 0.01293182373046875, + 0.029083251953125, + -0.027374267578125, + -0.0309600830078125, + -0.00145721435546875, + 0.035308837890625, + -0.0220947265625, + 0.013214111328125, + -0.03851318359375, + -0.00826263427734375, + 0.029449462890625, + -0.027374267578125, + -0.00991058349609375, + -0.024169921875, + 0.0309600830078125, + 0.0017824172973632812, + 0.00455474853515625, + 0.02435302734375, + 0.0057830810546875, + 0.006938934326171875, + 0.016143798828125, + -0.021331787109375, + 0.049102783203125, + 0.061920166015625, + -0.03265380859375, + 0.01137542724609375, + 0.0303955078125, + 0.027008056640625, + 0.01227569580078125, + -0.02642822265625, + 0.07666015625, + -0.0247344970703125, + 0.047393798828125, + -0.035125732421875, + 0.035491943359375, + -0.011566162109375, + -0.00873565673828125, + -0.0303955078125, + -0.1004638671875, + -0.019256591796875, + -0.004367828369140625, + -0.05023193359375, + -0.018310546875, + 0.004909515380859375, + -0.0178375244140625, + 0.03662109375, + -0.06610107421875, + -0.05438232421875, + 0.0185089111328125, + 0.01123809814453125, + -0.0086822509765625, + -0.000377655029296875, + -0.04058837890625, + -0.047576904296875, + 0.0117034912109375, + 0.02606201171875, + -0.03021240234375, + -0.0179443359375, + -0.00450897216796875, + -0.02813720703125, + 0.005451202392578125, + -0.032867431640625, + 0.016326904296875, + -0.0203857421875, + 0.04400634765625, + -0.0008792877197265625, + -0.0047454833984375, + 0.010101318359375, + 0.0146331787109375, + -0.031158447265625, + -0.05401611328125, + 0.01396942138671875, + -0.0421142578125, + -0.0048370361328125, + -0.008544921875, + 0.05816650390625, + -0.019073486328125, + -0.0042266845703125, + 0.0008616447448730469, + 0.02313232421875, + 0.0521240234375, + 0.0022182464599609375, + 0.01435089111328125, + -0.0187835693359375, + -0.03228759765625, + 0.00330352783203125, + 0.0404052734375, + -0.0256805419921875, + 0.01227569580078125, + 0.03607177734375, + 0.0262451171875, + 0.04229736328125, + -0.006420135498046875, + -0.04229736328125, + -0.06268310546875, + 0.0120391845703125, + 0.006183624267578125, + -0.00507354736328125, + 0.0055694580078125, + 0.0023021697998046875, + 0.043426513671875, + 0.06304931640625, + -0.01340484619140625, + 0.02105712890625, + 0.00476837158203125, + -0.0236968994140625, + 0.033599853515625, + 0.027191162109375, + 0.0305938720703125, + 0.00897216796875, + 0.032470703125, + 0.006893157958984375, + 0.01519775390625, + -0.0228424072265625, + -0.037384033203125, + 0.00024187564849853516, + -0.005191802978515625, + 0.0177459716796875, + -0.0298309326171875, + -0.02642822265625, + -0.0167083740234375, + 0.035675048828125, + 0.040985107421875, + 0.05059814453125, + 0.0017824172973632812, + -0.0386962890625, + 0.01690673828125, + 0.019927978515625, + 0.00830841064453125, + 0.005664825439453125, + -0.01274871826171875, + 0.0458984375, + 0.018310546875, + 0.01194000244140625, + -0.03472900390625, + 0.05059814453125, + 0.0032329559326171875, + -0.0005517005920410156, + 0.006938934326171875, + 0.04400634765625, + -0.0214385986328125, + -0.0400390625, + -0.035125732421875, + -0.0321044921875, + 0.0005044937133789062, + -0.01274871826171875, + -0.005947113037109375, + -0.034942626953125, + 0.0014810562133789062, + -0.05023193359375, + -0.04229736328125, + 0.0225677490234375, + -0.037017822265625, + 0.0279388427734375, + 0.0254974365234375, + -0.027374267578125, + 0.0218963623046875, + 0.0175628662109375, + 0.017181396484375, + 0.0176544189453125, + -0.019927978515625, + -0.0075531005859375, + -0.00826263427734375, + -0.00873565673828125, + 0.049102783203125, + 0.037384033203125, + 0.0238800048828125, + -0.0011796951293945312, + -0.03021240234375, + 0.0176544189453125, + -0.02020263671875, + 0.00972747802734375, + 0.020294189453125, + -0.00920867919921875, + 0.0007109642028808594, + 0.00882720947265625, + 0.04608154296875, + 0.06005859375, + -0.0309600830078125, + 0.0338134765625, + -0.06005859375, + 0.0001327991485595703, + -0.0770263671875, + -0.049835205078125, + -0.029266357421875, + -0.0288848876953125, + 0.050994873046875, + -0.0379638671875, + 0.007129669189453125, + -0.00351715087890625, + 0.00943756103515625, + 0.0521240234375, + 0.03814697265625, + -0.0150146484375, + -0.0404052734375, + -0.02313232421875, + 0.0687255859375, + -0.00821685791015625, + -0.0075531005859375, + -0.01033782958984375, + 0.039642333984375, + 0.00684356689453125, + 0.00977325439453125, + -0.001079559326171875, + 0.049835205078125, + 0.036834716796875, + 0.04022216796875, + 0.01416015625, + -0.0205841064453125, + 0.023406982421875, + -0.007080078125, + 0.043243408203125, + -0.055145263671875, + -0.0187835693359375, + 0.00873565673828125, + 0.0166168212890625, + 0.004436492919921875, + -0.0849609375, + 0.0034465789794921875, + 0.037750244140625, + 0.0362548828125, + 0.00026416778564453125, + -0.00580596923828125, + -0.050994873046875, + 0.02435302734375, + 0.0106658935546875, + 0.01142120361328125, + 0.0386962890625, + 0.041717529296875, + -0.053619384765625, + 0.029266357421875, + 0.0156707763671875, + 0.01690673828125, + -0.05474853515625, + -0.01519775390625, + -0.027374267578125, + -0.0120391845703125, + -0.038909912109375, + -0.032470703125, + 0.03985595703125, + -0.0208587646484375, + 0.00457763671875, + -0.01312255859375, + -0.0125579833984375, + -0.01538848876953125, + -0.047576904296875, + -0.00977325439453125, + -0.04229736328125, + -0.0604248046875, + -0.024169921875, + 0.053253173828125, + 0.005191802978515625, + 0.0096282958984375, + 0.01284027099609375, + 0.00887298583984375, + -0.01340484619140625, + 0.001068115234375, + -0.0104827880859375, + 0.037384033203125, + 0.01189422607421875, + 0.04815673828125, + 0.03436279296875, + 0.0196380615234375, + 0.034942626953125, + 0.06573486328125, + 0.031707763671875, + -0.04193115234375, + 0.01227569580078125, + 0.022186279296875, + -0.00792694091796875, + 0.0321044921875, + -0.018035888671875, + -0.0101470947265625, + -0.038330078125, + -0.0521240234375, + 0.035125732421875, + 0.01038360595703125, + 0.0305938720703125, + 0.03643798828125, + -0.0185089111328125, + -0.006656646728515625, + 0.06005859375, + -0.027008056640625, + 0.1080322265625, + -0.0235137939453125, + -0.06231689453125, + 0.01090240478515625, + 0.0462646484375, + -0.0362548828125, + -0.016998291015625, + 0.0386962890625, + -0.03851318359375, + -0.01312255859375, + 0.0262451171875, + -0.0220947265625, + 0.037017822265625, + -0.02001953125, + -0.004177093505859375, + 0.0268096923828125, + -0.0224761962890625, + 0.01038360595703125, + 0.0258636474609375, + 0.037750244140625, + 0.00250244140625, + 0.0256805419921875, + -0.029449462890625, + -0.005382537841796875, + -0.044952392578125, + -0.07476806640625, + 0.033599853515625, + 0.01416015625, + -0.0033283233642578125, + 0.033050537109375, + -0.04473876953125, + -0.061920166015625, + 0.01416015625, + -0.0224761962890625, + 0.06494140625, + 0.0421142578125, + 0.0079803466796875, + 0.0146331787109375, + -0.0235137939453125, + 0.0165252685546875, + 0.04608154296875, + 0.0245513916015625, + 0.0528564453125, + 0.047576904296875, + 0.019073486328125, + 0.02813720703125, + -0.0236053466796875, + 0.032470703125, + 0.003658294677734375, + 0.025299072265625, + -0.00934600830078125, + 0.034942626953125, + 0.039276123046875, + 0.0214385986328125, + -0.04437255859375, + 0.0528564453125, + 0.0275726318359375, + -0.039642333984375, + -0.001434326171875, + -0.0285186767578125, + -0.0032806396484375, + -0.06988525390625, + -0.0007433891296386719, + -0.0033283233642578125, + 0.0177459716796875, + 0.029449462890625, + 0.01387786865234375, + -0.039276123046875, + -0.006561279296875, + 0.053619384765625, + -0.043792724609375, + 0.0266265869140625, + 0.0205841064453125, + -0.041534423828125, + 0.0057830810546875, + -0.0216217041015625, + -0.0379638671875, + 0.045684814453125, + -0.04193115234375, + -0.01396942138671875, + 0.02813720703125, + 0.024078369140625, + -0.037200927734375, + -0.0194549560546875, + -0.037750244140625, + 0.0198211669921875, + -0.0135955810546875, + -0.016326904296875, + 0.0218963623046875, + -0.005405426025390625, + 0.0030918121337890625, + 0.0096282958984375, + 0.01538848876953125, + -0.020965576171875, + -0.04473876953125, + 0.049835205078125, + -0.0024662017822265625, + -0.02642822265625, + 0.0006875991821289062, + 0.01175689697265625, + 0.031524658203125, + -0.03192138671875, + -0.0258636474609375, + 0.005359649658203125, + 0.0022068023681640625, + -0.007080078125, + 0.00434112548828125, + -0.041168212890625, + -0.00727081298828125, + -0.0277557373046875, + 0.057037353515625, + 0.0266265869140625, + 0.0156707763671875, + 0.0135040283203125, + -0.0687255859375, + 0.01690673828125, + -0.052490234375, + -0.00476837158203125, + -0.01708984375, + 0.0034923553466796875, + -0.0303955078125, + 0.0638427734375, + 0.01708984375, + -0.00934600830078125, + -0.0162353515625, + 0.050994873046875, + 0.01033782958984375, + 0.0066070556640625, + -0.051361083984375, + 0.032867431640625, + 0.0081634521484375, + -0.055877685546875, + 0.0157623291015625, + -0.01387786865234375, + 0.007648468017578125, + 0.0638427734375, + -0.041168212890625, + -0.0258636474609375, + 0.00041294097900390625, + -0.0732421875, + -0.0195465087890625, + -0.01340484619140625, + -0.0196380615234375, + -0.0279388427734375, + 0.0091094970703125, + 0.02813720703125, + -0.01194000244140625, + 0.01538848876953125, + 0.0283203125, + -0.0245513916015625, + 0.0288848876953125, + 0.013031005859375, + -0.0167083740234375, + 0.0218963623046875, + -0.043060302734375, + -0.03192138671875, + -0.01245880126953125, + 0.0283203125, + -0.01042938232421875, + 0.004413604736328125, + -0.015106201171875, + -0.0195465087890625, + 0.03472900390625, + -0.01898193359375, + -0.0012388229370117188, + -0.0025615692138671875, + -0.0125579833984375, + -0.01132965087890625, + -0.04815673828125, + -0.0023593902587890625, + 0.0187835693359375, + 0.01180267333984375, + 0.01444244384765625, + 0.039642333984375, + -0.0604248046875, + 0.013031005859375, + 0.022186279296875, + -0.027374267578125, + -0.017364501953125, + -0.0115203857421875, + -0.007598876953125, + -0.017364501953125, + 0.059661865234375, + -0.041351318359375, + -0.0479736328125, + -0.09820556640625, + 0.0066070556640625, + 0.022186279296875, + -0.0238800048828125, + -0.0167083740234375, + -0.04437255859375, + -0.055145263671875, + -0.00554656982421875, + 0.035491943359375, + 0.031707763671875, + 0.0268096923828125, + -0.049468994140625, + -0.0150146484375, + -0.0262451171875, + -0.043792724609375, + 0.025299072265625, + -0.005878448486328125, + 0.03607177734375, + -0.009063720703125, + -0.01482391357421875, + 0.021240234375, + 0.03436279296875, + 0.007411956787109375, + 0.036834716796875, + 0.003917694091796875, + -0.043060302734375, + 0.02435302734375, + -0.01293182373046875, + -0.035675048828125, + -0.0167999267578125, + -0.0135040283203125, + 0.041717529296875, + -0.044952392578125, + -0.013031005859375, + 0.014068603515625, + 0.010101318359375, + 0.0487060546875, + 0.006561279296875, + -0.0220947265625, + 0.009063720703125, + -0.00839996337890625, + 0.04681396484375, + -0.0341796875, + -0.067626953125, + -0.02227783203125, + -0.006893157958984375, + 0.03436279296875, + 0.049835205078125, + -0.007457733154296875, + -0.0029735565185546875, + 0.0009675025939941406, + 0.0487060546875, + -0.022369384765625, + -0.043426513671875, + -0.0303955078125, + 0.00576019287109375, + 0.02435302734375, + 0.057769775390625, + -0.007221221923828125, + 0.07177734375, + 0.00455474853515625, + -0.0080718994140625, + 0.02020263671875, + 0.0479736328125, + 0.03265380859375, + -0.00627899169921875, + -0.04248046875, + -0.008544921875, + 0.016143798828125, + -0.06646728515625, + -0.049468994140625, + -0.0060882568359375, + 0.037384033203125, + -0.0838623046875, + -0.020965576171875, + -0.0205841064453125, + 0.0037288665771484375, + 0.018218994140625, + -0.0194549560546875, + -0.01435089111328125, + 0.02642822265625, + 0.01081085205078125, + -0.027191162109375, + -0.00035858154296875, + -0.00627899169921875, + 0.02435302734375, + 0.04644775390625, + 0.00958251953125, + -0.007740020751953125, + 0.0400390625, + 0.00958251953125, + 0.01293182373046875, + 0.0167999267578125, + 0.038909912109375, + 0.0177459716796875, + 0.016326904296875, + 0.0279388427734375, + 0.09442138671875, + -0.025299072265625, + -0.0184173583984375, + -0.0036106109619140625, + 0.0262451171875, + 0.037200927734375, + 0.035125732421875, + -0.0184173583984375, + 0.0037288665771484375, + 0.0003349781036376953, + -0.037017822265625, + -0.0158538818359375, + 0.007221221923828125, + 0.00112152099609375, + -0.0305938720703125, + -0.0421142578125, + 0.00873565673828125, + -0.055145263671875, + 0.03021240234375, + -0.00897216796875, + -0.0175628662109375, + 0.0008912086486816406, + 0.021240234375, + -0.007457733154296875, + -0.05401611328125, + 0.040985107421875, + -0.0105743408203125, + -0.01387786865234375, + -0.03472900390625, + -0.0226593017578125, + 0.0305938720703125, + -0.0010499954223632812, + -0.069091796875, + 0.0019588470458984375, + 0.032867431640625, + -0.008026123046875, + -0.050994873046875, + 0.0176544189453125, + 0.01482391357421875, + -0.0166168212890625, + -0.0345458984375, + -0.03985595703125, + -0.017181396484375, + -0.004413604736328125, + -0.0249176025390625, + 0.035675048828125, + -0.0026912689208984375, + -0.04193115234375, + 0.0018644332885742188, + -0.0059967041015625, + 0.0027370452880859375, + 0.036834716796875, + -0.035888671875, + 0.022186279296875, + 0.038909912109375, + 0.027374267578125, + -0.0037994384765625, + 0.055877685546875, + 0.0009617805480957031, + -0.01227569580078125, + -0.01184844970703125, + -0.0287017822265625, + 0.0303955078125, + -0.0214385986328125, + 0.003376007080078125, + -0.06494140625, + -0.01024627685546875, + 0.0288848876953125, + -0.07891845703125, + 0.0262451171875, + 0.027374267578125, + -0.01137542724609375, + -0.05889892578125, + 0.00778961181640625, + -0.0081634521484375, + 0.007411956787109375, + 0.09326171875, + -0.015960693359375, + 0.016998291015625, + -0.009490966796875, + -0.03851318359375, + 0.043243408203125, + 0.00429534912109375, + 0.016998291015625, + -0.03192138671875, + 0.02105712890625, + 0.009490966796875, + -0.0032329559326171875, + -0.00377655029296875, + -0.07061767578125, + -0.009490966796875, + 0.04644775390625, + -0.0009794235229492188, + -0.00958251953125, + 0.011566162109375, + -0.046630859375, + -0.01236724853515625, + -0.03192138671875, + 0.043243408203125, + 0.003021240234375, + 0.0116119384765625, + -0.051361083984375, + -0.0167083740234375, + 0.00200653076171875, + -0.0604248046875, + -0.044189453125, + -0.0081634521484375, + 0.01378631591796875, + 0.01071929931640625, + -0.03228759765625, + 0.0258636474609375, + 0.007221221923828125, + 0.022003173828125, + 0.006702423095703125, + 0.055511474609375, + -0.03814697265625, + -0.01425933837890625, + -0.0013399124145507812, + 0.027008056640625, + -0.00330352783203125, + 0.020111083984375, + 0.005428314208984375, + 0.0217132568359375, + 0.01038360595703125, + -0.02642822265625, + 0.0379638671875, + 0.043243408203125, + -0.006137847900390625, + -0.0604248046875, + 0.01340484619140625, + -0.022186279296875, + 0.05023193359375, + -0.0050506591796875, + 0.041351318359375, + 0.0066070556640625, + -0.0050048828125, + -0.07928466796875, + 0.039642333984375, + -0.00830841064453125, + 0.035675048828125, + 0.0379638671875, + -0.02398681640625, + -0.057403564453125, + -0.047760009765625, + -0.0266265869140625, + 0.02227783203125, + -0.0341796875, + 0.0458984375, + 0.0283203125, + -0.0080718994140625, + 0.0204925537109375, + 0.0136871337890625, + -0.014068603515625, + 0.0191650390625, + 0.006183624267578125, + -0.0309600830078125, + 0.05023193359375, + -0.017364501953125, + 0.0277557373046875, + 0.01274871826171875, + -0.007175445556640625, + -0.01690673828125, + -0.0214385986328125, + -0.027374267578125, + -0.00835418701171875, + 0.02105712890625, + 0.03399658203125, + 0.00030684471130371094, + -0.003681182861328125, + -0.00507354736328125, + 0.02642822265625, + 0.0166168212890625, + -0.0187835693359375, + 0.0126495361328125, + -0.00675201416015625, + -0.008636474609375, + -0.0262451171875, + -0.044189453125, + -0.07818603515625, + -0.023040771484375, + -0.049835205078125, + -0.0125579833984375, + -0.0009908676147460938, + 0.0007376670837402344, + 0.02642822265625, + -0.057403564453125, + 0.0279388427734375, + 0.00047206878662109375, + -0.02606201171875, + -0.0287017822265625, + -0.00450897216796875, + 0.0111846923828125, + 0.05059814453125, + 0.00891876220703125, + -0.02313232421875, + 0.046630859375, + -0.0052642822265625, + -0.00920867919921875, + 0.005474090576171875, + -0.0106658935546875, + -0.044952392578125, + 0.022186279296875, + -0.07366943359375, + -0.01194000244140625, + 0.0105743408203125, + 0.029449462890625, + 0.005405426025390625, + -0.022369384765625, + 0.04022216796875, + -0.0217132568359375, + -0.075927734375, + 0.018218994140625, + 0.006374359130859375, + -0.032470703125, + 0.0227508544921875, + -0.0288848876953125, + -0.0038700103759765625, + 0.0014104843139648438, + 0.035125732421875, + 0.05059814453125, + 0.049102783203125, + 0.0285186767578125, + 0.00972747802734375, + -0.0020885467529296875, + -0.0262451171875, + 0.0254974365234375, + 0.01165771484375, + 0.0296478271484375, + 0.0101470947265625, + 0.025299072265625, + -0.0145416259765625, + -0.09027099609375, + -0.023223876953125, + -0.0268096923828125, + -0.0721435546875, + 0.0035400390625, + 0.08197021484375, + 0.0404052734375, + -0.01898193359375, + 0.020294189453125, + 0.0136871337890625, + 0.0096282958984375, + 0.029083251953125, + 0.0012216567993164062, + -0.06494140625, + -0.021148681640625, + 0.005828857421875, + 0.0245513916015625, + -0.07135009765625, + 0.064208984375, + 0.0604248046875, + -0.01128387451171875, + -0.04058837890625, + 0.0009975433349609375, + -0.0007405281066894531, + 0.0362548828125, + 0.0341796875, + 0.00783538818359375, + -0.05889892578125, + 0.0026798248291015625, + 0.01812744140625, + -0.007175445556640625, + 0.003398895263671875, + -0.034942626953125, + -0.01132965087890625, + 0.05889892578125, + -0.02294921875, + -0.0105743408203125, + 0.0106201171875, + 0.064208984375, + 0.0279388427734375, + -0.037384033203125, + -0.00533294677734375, + 0.047027587890625, + 0.01519775390625, + -0.0035877227783203125, + 0.009490966796875, + 0.00873565673828125, + -0.0120849609375, + 0.033233642578125, + 0.055877685546875, + 0.0116119384765625, + 0.047210693359375, + 0.01605224609375, + -0.0362548828125, + 0.016326904296875, + 0.01416015625, + 0.0009908676147460938, + -0.0165252685546875, + -0.0296478271484375, + -0.03472900390625, + -0.038909912109375, + 0.037384033203125, + 0.02435302734375, + 0.04815673828125, + 0.0237884521484375, + -0.01435089111328125, + -0.00011432170867919922, + -0.00507354736328125, + 0.037567138671875, + 0.0386962890625, + 0.011138916015625, + -0.0167083740234375, + 0.021240234375, + -0.006229400634765625, + -0.00675201416015625, + -0.0019474029541015625, + 0.029266357421875, + -0.007648468017578125, + 0.0179443359375, + -0.06573486328125, + 0.0120849609375, + 0.00524139404296875, + -0.0233154296875, + -0.0298309326171875, + -0.0177459716796875, + 0.0236968994140625, + -0.031158447265625, + -0.0042724609375, + -0.0110931396484375, + 0.0225677490234375, + -0.05023193359375, + 0.0266265869140625, + 0.035491943359375, + -0.01538848876953125, + 0.0247344970703125, + -0.05889892578125, + 0.07061767578125, + 0.025299072265625, + 0.0185089111328125, + -0.0162353515625, + 0.01123809814453125, + 0.059661865234375, + -0.01387786865234375, + 0.005146026611328125, + 0.020965576171875, + 0.001628875732421875, + 0.039642333984375, + 0.03643798828125, + 0.0099639892578125, + -0.041351318359375, + 0.047393798828125, + 0.0279388427734375, + -0.04681396484375, + 0.01708984375, + 0.0100555419921875, + 0.016326904296875, + 0.0116119384765625, + -0.0038700103759765625, + -0.00424957275390625, + -0.0721435546875, + 0.029449462890625, + 0.0379638671875, + -0.02227783203125, + 0.02606201171875, + -0.059661865234375, + 0.06005859375, + 0.0120391845703125, + 0.0307769775390625, + -0.043792724609375, + 0.03436279296875, + -0.01227569580078125, + -0.00020945072174072266, + -0.0217132568359375, + -0.0279388427734375, + 0.0238800048828125, + 0.02398681640625, + -0.0208587646484375, + 0.049835205078125, + 0.0521240234375, + 0.01184844970703125, + -0.0400390625, + -0.0047454833984375, + 0.0085906982421875, + 0.035491943359375, + 0.07818603515625, + -0.04437255859375, + -0.0287017822265625, + 0.014068603515625, + 0.029083251953125, + 0.05889892578125, + -0.023223876953125, + 0.01331329345703125, + -0.0004572868347167969, + 0.00351715087890625, + -0.0019235610961914062, + -0.00897216796875 + ], + "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_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_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.00003075599670410156, + 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_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. command-line mobile-app-data artifact-parser timeline html-export sqlite-viewer protobuf-parser whatsapp-analysis google-artifacts battery-stats well-being-data cross-platform incident-response static-investigations mobile-forensics fraud-investigation examination analysis", + "embedding": [ + -0.01549530029296875, + 0.059478759765625, + 0.0288543701171875, + -0.0022487640380859375, + 0.0256500244140625, + 0.026885986328125, + 0.00872802734375, + -0.002960205078125, + -0.0012798309326171875, + -0.0035400390625, + -0.034027099609375, + 0.061614990234375, + 0.0020809173583984375, + -0.01496124267578125, + -0.061248779296875, + 0.039886474609375, + -0.015045166015625, + 0.01219940185546875, + -0.004673004150390625, + -0.0027599334716796875, + -0.02581787109375, + -0.0189666748046875, + -0.047027587890625, + 0.01175689697265625, + -0.01006317138671875, + 0.037750244140625, + -0.0372314453125, + -0.056976318359375, + -0.0233306884765625, + 0.0165557861328125, + 0.01486968994140625, + -0.007434844970703125, + -0.00734710693359375, + 0.032958984375, + -0.0092620849609375, + -0.01317596435546875, + 0.026885986328125, + -0.031707763671875, + -0.019775390625, + 0.04559326171875, + -0.0008401870727539062, + 0.042205810546875, + 0.0015134811401367188, + 0.022979736328125, + -0.053070068359375, + -0.03436279296875, + -0.025115966796875, + -0.0174560546875, + 0.027252197265625, + -0.0124664306640625, + 0.01824951171875, + 0.03045654296875, + 0.0200347900390625, + -0.0059661865234375, + -0.037567138671875, + 0.0252838134765625, + 0.01531219482421875, + -0.0254669189453125, + -0.04559326171875, + 0.042205810546875, + -0.051300048828125, + -0.0134429931640625, + 0.016204833984375, + -0.0164794921875, + -0.0034275054931640625, + 0.0156707763671875, + -0.0211029052734375, + -0.024932861328125, + -0.00376129150390625, + -0.0036945343017578125, + 0.0027713775634765625, + -0.011932373046875, + -0.0260009765625, + 0.0601806640625, + -0.00569915771484375, + -0.05413818359375, + -0.0125579833984375, + 0.012908935546875, + -0.008148193359375, + -0.01157379150390625, + -0.06695556640625, + -0.00006020069122314453, + 0.050933837890625, + -0.0174560546875, + -0.0252838134765625, + 0.0308074951171875, + 0.051300048828125, + 0.010772705078125, + -0.0188751220703125, + 0.0178985595703125, + 0.0302734375, + -0.014068603515625, + 0.0033397674560546875, + -0.008636474609375, + 0.0308074951171875, + 0.050567626953125, + -0.00885772705078125, + 0.0027599334716796875, + -0.0384521484375, + 0.036163330078125, + 0.0159454345703125, + -0.01010894775390625, + 0.068359375, + -0.0123748779296875, + 0.01861572265625, + -0.0341796875, + 0.0103759765625, + -0.002704620361328125, + -0.0016803741455078125, + -0.015228271484375, + -0.11968994140625, + -0.031524658203125, + 0.0034275054931640625, + -0.069091796875, + -0.0091705322265625, + -0.009796142578125, + -0.007568359375, + 0.056640625, + -0.040252685546875, + -0.05023193359375, + 0.0279541015625, + 0.00827789306640625, + -0.0114898681640625, + -0.002559661865234375, + -0.043975830078125, + -0.053436279296875, + 0.02056884765625, + 0.019500732421875, + -0.042572021484375, + -0.01202392578125, + 0.00009948015213012695, + -0.005344390869140625, + 0.0085906982421875, + -0.03936767578125, + -0.01389312744140625, + -0.0276031494140625, + 0.0341796875, + 0.0263519287109375, + -0.00031447410583496094, + 0.0145111083984375, + 0.01824951171875, + -0.035247802734375, + -0.0726318359375, + -0.0017805099487304688, + -0.055908203125, + -0.02056884765625, + -0.017364501953125, + 0.057708740234375, + -0.04345703125, + 0.00569915771484375, + -0.0170135498046875, + 0.0200347900390625, + 0.050933837890625, + -0.00792694091796875, + 0.024932861328125, + -0.04595947265625, + 0.01335906982421875, + -0.00015020370483398438, + 0.035614013671875, + -0.038818359375, + -0.0194091796875, + 0.0092620849609375, + -0.0043182373046875, + 0.0223541259765625, + -0.00934600830078125, + -0.0252838134765625, + -0.022613525390625, + 0.0260009765625, + 0.00948333740234375, + -0.01166534423828125, + 0.01371002197265625, + -0.047027587890625, + 0.03277587890625, + 0.059844970703125, + -0.0145111083984375, + 0.0284881591796875, + -0.003139495849609375, + -0.017181396484375, + 0.040252685546875, + 0.0176239013671875, + 0.01300048828125, + -0.0029392242431640625, + 0.0345458984375, + 0.014068603515625, + 0.03955078125, + -0.010955810546875, + -0.025115966796875, + 0.0080108642578125, + -0.0252838134765625, + 0.035980224609375, + -0.01326751708984375, + -0.03631591796875, + -0.00574493408203125, + 0.050933837890625, + 0.00832366943359375, + 0.0477294921875, + 0.059112548828125, + -0.021728515625, + 0.03277587890625, + -0.0256500244140625, + 0.0265350341796875, + 0.0309906005859375, + 0.016204833984375, + 0.04986572265625, + 0.00494384765625, + 0.005031585693359375, + -0.020751953125, + 0.0274200439453125, + 0.000110626220703125, + 0.00943756103515625, + 0.002025604248046875, + 0.042388916015625, + 0.0009737014770507812, + -0.01219940185546875, + -0.017181396484375, + -0.056976318359375, + 0.0179901123046875, + -0.040252685546875, + -0.0202178955078125, + 0.0212860107421875, + 0.0224456787109375, + -0.04095458984375, + 0.0016918182373046875, + 0.0210113525390625, + 0.02154541015625, + 0.04168701171875, + 0.023681640625, + -0.0156707763671875, + -0.03936767578125, + 0.009307861328125, + 0.01229095458984375, + 0.038116455078125, + -0.01424407958984375, + 0.006366729736328125, + -0.0159454345703125, + -0.037384033203125, + 0.0869140625, + 0.04541015625, + 0.02056884765625, + 0.02581787109375, + -0.031707763671875, + 0.03009033203125, + -0.0114898681640625, + 0.05023193359375, + 0.033843994140625, + -0.024932861328125, + -0.00734710693359375, + 0.01015472412109375, + 0.034027099609375, + 0.061614990234375, + -0.046661376953125, + -0.009124755859375, + -0.050567626953125, + 0.0157623291015625, + -0.0640869140625, + -0.054840087890625, + -0.03668212890625, + -0.03900146484375, + 0.06378173828125, + -0.04541015625, + -0.00948333740234375, + -0.018157958984375, + -0.006366729736328125, + -0.0056304931640625, + 0.039703369140625, + 0.0157623291015625, + -0.027252197265625, + -0.003963470458984375, + 0.059844970703125, + 0.00201416015625, + -0.0009293556213378906, + -0.022705078125, + 0.022705078125, + -0.0221710205078125, + 0.0309906005859375, + -0.0194091796875, + -0.00885772705078125, + 0.0438232421875, + 0.0064544677734375, + 0.008636474609375, + -0.0019140243530273438, + 0.01175689697265625, + -0.022979736328125, + -0.006900787353515625, + -0.0286712646484375, + 0.00281524658203125, + 0.00003844499588012695, + 0.0157623291015625, + -0.0109100341796875, + -0.03436279296875, + -0.0081939697265625, + 0.0302734375, + -0.0032501220703125, + -0.0159454345703125, + -0.0033168792724609375, + -0.03863525390625, + 0.0135345458984375, + 0.0145111083984375, + -0.01282501220703125, + 0.0523681640625, + 0.04290771484375, + -0.00627899169921875, + -0.0027828216552734375, + 0.0256500244140625, + 0.0345458984375, + -0.033660888671875, + -0.0384521484375, + -0.01549530029296875, + 0.029205322265625, + -0.048095703125, + -0.0254669189453125, + 0.0114898681640625, + -0.03436279296875, + 0.016387939453125, + 0.003894805908203125, + -0.021820068359375, + -0.04986572265625, + -0.05023193359375, + 0.004138946533203125, + -0.024932861328125, + -0.013092041015625, + -0.0164794921875, + 0.048797607421875, + 0.0015468597412109375, + -0.0003046989440917969, + -0.0260009765625, + -0.00681304931640625, + -0.04095458984375, + 0.00943756103515625, + -0.0201263427734375, + -0.00623321533203125, + -0.0156707763671875, + 0.039703369140625, + 0.038299560546875, + 0.025115966796875, + 0.016204833984375, + 0.056640625, + 0.00429534912109375, + 0.006500244140625, + 0.0104217529296875, + 0.00536346435546875, + 0.0059661865234375, + 0.01549530029296875, + -0.03009033203125, + -0.01326751708984375, + -0.00725555419921875, + -0.0212860107421875, + 0.019500732421875, + 0.016204833984375, + 0.0477294921875, + 0.0295562744140625, + -0.0209197998046875, + -0.016387939453125, + 0.0787353515625, + 0.0146942138671875, + 0.09759521484375, + -0.0166473388671875, + -0.04541015625, + 0.006855010986328125, + 0.0263519287109375, + -0.0170135498046875, + -0.0188751220703125, + 0.031341552734375, + 0.004364013671875, + 0.0309906005859375, + 0.01380157470703125, + 0.0010852813720703125, + 0.0245819091796875, + -0.01433563232421875, + 0.002605438232421875, + 0.0156707763671875, + -0.020660400390625, + -0.0025482177734375, + 0.00952911376953125, + 0.00948333740234375, + -0.0013971328735351562, + 0.016387939453125, + -0.03277587890625, + 0.0010967254638671875, + -0.0302734375, + -0.0687255859375, + 0.005519866943359375, + 0.027069091796875, + 0.037384033203125, + 0.07086181640625, + -0.01068878173828125, + -0.051300048828125, + 0.0176239013671875, + -0.03936767578125, + 0.07159423828125, + 0.053070068359375, + 0.007213592529296875, + 0.0220794677734375, + -0.039886474609375, + -0.0000852346420288086, + -0.00102996826171875, + 0.0295562744140625, + 0.01424407958984375, + 0.051300048828125, + 0.029388427734375, + 0.006053924560546875, + -0.03277587890625, + 0.00832366943359375, + 0.0523681640625, + 0.017547607421875, + -0.02386474609375, + 0.0231475830078125, + 0.022796630859375, + 0.024749755859375, + -0.0265350341796875, + 0.051300048828125, + 0.006053924560546875, + 0.0231475830078125, + 0.005832672119140625, + -0.0146026611328125, + -0.0002281665802001953, + -0.0450439453125, + 0.0211029052734375, + -0.01416015625, + 0.005229949951171875, + 0.029205322265625, + 0.021636962890625, + -0.0733642578125, + 0.005229949951171875, + 0.03472900390625, + -0.0655517578125, + 0.0085906982421875, + 0.040771484375, + -0.0477294921875, + 0.0076141357421875, + -0.03668212890625, + -0.034027099609375, + 0.03277587890625, + -0.0092620849609375, + -0.0438232421875, + 0.037384033203125, + 0.0306243896484375, + -0.0372314453125, + -0.032958984375, + -0.03668212890625, + 0.00487518310546875, + 0.0004730224609375, + -0.032958984375, + 0.03668212890625, + -0.00676727294921875, + -0.01010894775390625, + 0.035980224609375, + 0.0302734375, + -0.01099395751953125, + -0.044525146484375, + 0.03204345703125, + -0.0219879150390625, + -0.04345703125, + 0.051300048828125, + 0.020477294921875, + 0.034027099609375, + -0.050567626953125, + -0.01433563232421875, + 0.0203857421875, + -0.01282501220703125, + 0.01513671875, + 0.051300048828125, + -0.02056884765625, + -0.05377197265625, + -0.038116455078125, + 0.05377197265625, + -0.004608154296875, + 0.0221710205078125, + -0.0277862548828125, + -0.01629638671875, + 0.042755126953125, + -0.052001953125, + -0.0235137939453125, + -0.01959228515625, + 0.007213592529296875, + -0.024749755859375, + 0.06378173828125, + -0.01433563232421875, + -0.0118408203125, + 0.0003924369812011719, + 0.0640869140625, + 0.0098419189453125, + 0.001880645751953125, + -0.051300048828125, + 0.048797607421875, + 0.0146942138671875, + -0.035247802734375, + -0.0450439453125, + 0.007747650146484375, + -0.0345458984375, + 0.042205810546875, + -0.03009033203125, + -0.005542755126953125, + 0.0045623779296875, + -0.0477294921875, + -0.038116455078125, + -0.0265350341796875, + -0.007701873779296875, + -0.0260009765625, + 0.0178985595703125, + 0.042755126953125, + 0.00904083251953125, + 0.006679534912109375, + 0.0276031494140625, + 0.01549530029296875, + 0.027252197265625, + 0.007213592529296875, + -0.038818359375, + 0.020843505859375, + -0.048095703125, + -0.029205322265625, + 0.0059661865234375, + 0.035797119140625, + -0.03668212890625, + 0.0187835693359375, + -0.04595947265625, + -0.0032939910888671875, + 0.03704833984375, + -0.00011616945266723633, + -0.008544921875, + -0.0155792236328125, + -0.0221710205078125, + -0.050567626953125, + -0.0284881591796875, + -0.01477813720703125, + 0.0134429931640625, + 0.002460479736328125, + -0.002681732177734375, + 0.0243988037109375, + -0.04345703125, + 0.004474639892578125, + 0.0209197998046875, + 0.0012187957763671875, + 0.01010894775390625, + 0.0009236335754394531, + -0.01264190673828125, + 0.00618743896484375, + 0.010284423828125, + -0.042388916015625, + -0.0384521484375, + -0.06591796875, + 0.0187835693359375, + -0.0012636184692382812, + 0.0023937225341796875, + -0.0029392242431640625, + -0.03509521484375, + -0.040618896484375, + 0.0087738037109375, + 0.0601806640625, + 0.01486968994140625, + 0.0033397674560546875, + -0.0306243896484375, + -0.017364501953125, + 0.0164794921875, + -0.050933837890625, + 0.037750244140625, + -0.0080108642578125, + 0.0252838134765625, + 0.02618408203125, + -0.0256500244140625, + 0.005588531494140625, + 0.0166473388671875, + 0.0265350341796875, + 0.0233306884765625, + 0.0098419189453125, + -0.03704833984375, + 0.0233306884765625, + -0.031158447265625, + -0.023681640625, + 0.001018524169921875, + -0.03509521484375, + 0.01513671875, + -0.037933349609375, + -0.00823974609375, + 0.0046539306640625, + 0.0102386474609375, + 0.031890869140625, + -0.057342529296875, + -0.01629638671875, + 0.03045654296875, + -0.005832672119140625, + 0.06268310546875, + -0.024932861328125, + -0.048797607421875, + -0.03668212890625, + -0.0034942626953125, + 0.042572021484375, + 0.0210113525390625, + 0.0202178955078125, + -0.04986572265625, + 0.0146942138671875, + 0.03936767578125, + 0.0114898681640625, + -0.0609130859375, + -0.005786895751953125, + 0.012908935546875, + 0.0156707763671875, + 0.053436279296875, + 0.0113525390625, + 0.0830078125, + 0.0263519287109375, + 0.037567138671875, + -0.00380706787109375, + 0.05450439453125, + 0.01922607421875, + -0.0203857421875, + -0.057342529296875, + -0.0203094482421875, + -0.01264190673828125, + -0.03240966796875, + -0.04736328125, + 0.00681304931640625, + 0.053070068359375, + -0.06378173828125, + -0.01273345947265625, + 0.0098419189453125, + 0.023681640625, + 0.01496124267578125, + 0.0274200439453125, + -0.042755126953125, + 0.0191497802734375, + 0.029022216796875, + -0.04132080078125, + -0.0016031265258789062, + -0.015045166015625, + 0.0156707763671875, + 0.0562744140625, + 0.024932861328125, + -0.009307861328125, + 0.02056884765625, + -0.0023040771484375, + 0.03009033203125, + 0.03509521484375, + 0.040618896484375, + 0.002471923828125, + -0.00792694091796875, + 0.0477294921875, + 0.033660888671875, + -0.0260009765625, + -0.0186920166015625, + 0.0065460205078125, + 0.044525146484375, + 0.02191162109375, + 0.04327392578125, + -0.0025272369384765625, + 0.018341064453125, + -0.016021728515625, + -0.04595947265625, + 0.01099395751953125, + 0.00788116455078125, + -0.0145111083984375, + -0.05413818359375, + -0.054840087890625, + 0.024749755859375, + -0.047027587890625, + 0.0231475830078125, + -0.005588531494140625, + -0.03472900390625, + -0.01416015625, + 0.0274200439453125, + -0.03045654296875, + -0.06622314453125, + -0.005786895751953125, + -0.0299224853515625, + -0.033660888671875, + 0.004474639892578125, + -0.0372314453125, + 0.0274200439453125, + -0.0042724609375, + -0.029205322265625, + -0.0391845703125, + 0.032958984375, + -0.02813720703125, + -0.0430908203125, + -0.017547607421875, + -0.007480621337890625, + 0.0005650520324707031, + -0.033477783203125, + -0.04559326171875, + -0.0240478515625, + 0.0030498504638671875, + -0.0210113525390625, + -0.0014801025390625, + -0.0201263427734375, + -0.0286712646484375, + -0.0036067962646484375, + -0.004852294921875, + -0.01264190673828125, + 0.032958984375, + -0.039703369140625, + 0.02154541015625, + 0.00899505615234375, + 0.0113983154296875, + 0.04132080078125, + 0.04736328125, + 0.001201629638671875, + 0.01229095458984375, + -0.0302734375, + -0.05413818359375, + -0.01380157470703125, + 0.0186920166015625, + 0.0180816650390625, + -0.061248779296875, + -0.00064849853515625, + 0.06378173828125, + -0.090087890625, + 0.017364501953125, + 0.0087738037109375, + -0.01477813720703125, + -0.0411376953125, + -0.0009627342224121094, + -0.0220794677734375, + 0.01496124267578125, + 0.07623291015625, + -0.0014133453369140625, + 0.00031447410583496094, + 0.020477294921875, + -0.04168701171875, + 0.05450439453125, + -0.00162506103515625, + 0.0231475830078125, + -0.04986572265625, + 0.01300048828125, + 0.036163330078125, + -0.031890869140625, + -0.00921630859375, + -0.078369140625, + 0.0134429931640625, + 0.04345703125, + 0.0098876953125, + -0.0018033981323242188, + -0.00102996826171875, + -0.033843994140625, + -0.022705078125, + -0.0174560546875, + 0.021453857421875, + -0.001068115234375, + -0.00904083251953125, + -0.042022705078125, + -0.0029392242431640625, + -0.0164794921875, + -0.048797607421875, + -0.0209197998046875, + -0.04150390625, + 0.051300048828125, + 0.0200347900390625, + -0.054840087890625, + 0.01433563232421875, + 0.017181396484375, + -0.0165557861328125, + -0.0008516311645507812, + 0.059478759765625, + -0.048431396484375, + -0.0118408203125, + 0.00846099853515625, + 0.0224456787109375, + 0.004695892333984375, + 0.0107269287109375, + -0.01229095458984375, + 0.01210784912109375, + 0.01122283935546875, + -0.046295166015625, + 0.019500732421875, + 0.03936767578125, + -0.0114898681640625, + -0.07623291015625, + -0.038299560546875, + -0.008148193359375, + 0.036865234375, + -0.0213775634765625, + 0.0299224853515625, + 0.00872802734375, + -0.00109100341796875, + -0.10186767578125, + 0.04168701171875, + -0.0008459091186523438, + 0.017364501953125, + 0.021820068359375, + -0.00992584228515625, + -0.07049560546875, + -0.036865234375, + -0.0166473388671875, + 0.03009033203125, + -0.0145111083984375, + 0.0260009765625, + -0.012908935546875, + 0.0235137939453125, + 0.01397705078125, + 0.00429534912109375, + -0.00850677490234375, + 0.056640625, + 0.022979736328125, + -0.04345703125, + 0.049163818359375, + -0.0200347900390625, + -0.0031833648681640625, + -0.0102386474609375, + 0.0006704330444335938, + -0.0020599365234375, + -0.01059722900390625, + -0.0240478515625, + 0.0187835693359375, + 0.056640625, + 0.06231689453125, + -0.04345703125, + 0.00730133056640625, + -0.022613525390625, + 0.003116607666015625, + -0.00783538818359375, + -0.003116607666015625, + 0.006412506103515625, + 0.022796630859375, + -0.0252838134765625, + -0.00841522216796875, + -0.0523681640625, + -0.0701904296875, + -0.0008349418640136719, + -0.039703369140625, + 0.00797271728515625, + 0.0019931793212890625, + 0.0188751220703125, + 0.018157958984375, + -0.0309906005859375, + 0.07049560546875, + 0.002727508544921875, + -0.01416015625, + 0.00003272294998168945, + 0.0231475830078125, + -0.01477813720703125, + 0.0233306884765625, + 0.02154541015625, + -0.05450439453125, + 0.00778961181640625, + -0.040435791015625, + 0.0198516845703125, + -0.0284881591796875, + 0.004405975341796875, + -0.004787445068359375, + 0.003940582275390625, + -0.076904296875, + -0.05450439453125, + 0.0245819091796875, + 0.0477294921875, + 0.0030498504638671875, + -0.0167388916015625, + 0.01922607421875, + -0.031524658203125, + -0.07550048828125, + 0.007080078125, + -0.01531219482421875, + -0.021820068359375, + 0.0260009765625, + 0.00943756103515625, + 0.006366729736328125, + 0.021636962890625, + 0.0201263427734375, + 0.035430908203125, + 0.035430908203125, + 0.0080108642578125, + -0.035797119140625, + -0.0051422119140625, + -0.022796630859375, + 0.02813720703125, + 0.0391845703125, + 0.046661376953125, + -0.024749755859375, + 0.016204833984375, + 0.0103302001953125, + -0.068359375, + -0.040252685546875, + -0.01416015625, + -0.055206298828125, + 0.01861572265625, + 0.0516357421875, + 0.0231475830078125, + -0.016204833984375, + 0.03704833984375, + 0.05377197265625, + 0.0276031494140625, + 0.0277862548828125, + -0.01122283935546875, + -0.07122802734375, + -0.007568359375, + -0.0015134811401367188, + 0.01001739501953125, + -0.048797607421875, + 0.05450439453125, + 0.05804443359375, + -0.005786895751953125, + -0.0070343017578125, + 0.00487518310546875, + 0.037750244140625, + 0.034027099609375, + 0.036163330078125, + -0.01416015625, + -0.04949951171875, + -0.00017952919006347656, + 0.0284881591796875, + 0.0031833648681640625, + 0.00783538818359375, + -0.00997161865234375, + -0.0146942138671875, + 0.0242156982421875, + -0.042022705078125, + 0.0035610198974609375, + 0.0124664306640625, + 0.053070068359375, + 0.010284423828125, + -0.060546875, + -0.0210113525390625, + 0.055206298828125, + 0.033111572265625, + -0.026885986328125, + 0.01442718505859375, + 0.0276031494140625, + -0.0219879150390625, + 0.0279541015625, + 0.056976318359375, + 0.012908935546875, + 0.04345703125, + -0.00228118896484375, + -0.060546875, + 0.0302734375, + -0.00026702880859375, + 0.003917694091796875, + -0.0198516845703125, + -0.03955078125, + -0.01727294921875, + -0.04364013671875, + 0.057708740234375, + 0.019683837890625, + 0.0267181396484375, + 0.005321502685546875, + 0.0019254684448242188, + -0.0190582275390625, + 0.01486968994140625, + 0.03668212890625, + 0.048095703125, + 0.0034275054931640625, + -0.01629638671875, + -0.0146942138671875, + -0.006320953369140625, + 0.0200347900390625, + -0.042572021484375, + 0.0114898681640625, + -0.009307861328125, + -0.020751953125, + -0.04345703125, + 0.01371002197265625, + 0.01103973388671875, + -0.0065460205078125, + -0.01001739501953125, + -0.015045166015625, + -0.0087738037109375, + -0.01486968994140625, + -0.0265350341796875, + -0.0213775634765625, + 0.0299224853515625, + -0.00943756103515625, + 0.0325927734375, + 0.00904083251953125, + -0.006500244140625, + 0.006679534912109375, + -0.057342529296875, + 0.104736328125, + 0.02618408203125, + 0.0156707763671875, + 0.0038509368896484375, + 0.004787445068359375, + 0.034027099609375, + 0.0098876953125, + 0.01045989990234375, + 0.03277587890625, + -0.0156707763671875, + 0.031707763671875, + 0.055206298828125, + -0.0159454345703125, + -0.040435791015625, + 0.0364990234375, + 0.0006008148193359375, + -0.053436279296875, + 0.0477294921875, + 0.0081024169921875, + 0.0283203125, + 0.01540374755859375, + -0.0085906982421875, + -0.022613525390625, + -0.04559326171875, + 0.07513427734375, + 0.0242156982421875, + -0.0124664306640625, + 0.0372314453125, + -0.07513427734375, + 0.03009033203125, + -0.0027599334716796875, + 0.056640625, + -0.0267181396484375, + 0.061614990234375, + -0.0011796951293945312, + 0.0189666748046875, + -0.004741668701171875, + -0.00569915771484375, + 0.0168304443359375, + 0.0124664306640625, + -0.0213775634765625, + 0.047027587890625, + 0.024932861328125, + -0.00494384765625, + -0.07196044921875, + -0.0167388916015625, + 0.005031585693359375, + 0.00797271728515625, + 0.035430908203125, + -0.0200347900390625, + -0.01317596435546875, + 0.0306243896484375, + 0.044525146484375, + 0.0364990234375, + -0.027252197265625, + 0.035430908203125, + 0.0002574920654296875, + -0.008544921875, + -0.0113983154296875, + -0.0231475830078125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "mobile-forensics", + "fraud-investigation" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "mobile-app-data", + "artifact-parser", + "timeline", + "html-export", + "sqlite-viewer", + "protobuf-parser", + "whatsapp-analysis", + "google-artifacts", + "battery-stats", + "well-being-data", + "cross-platform" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_RegRipper", + "type": "tool", + "name": "RegRipper", + "content": "regripper harlan carveys registry-analyse-framework revolutioniert windows-forensik durch plugin-basierte automatisierung. über 300 plugins extrahieren spezifische artefakte aus registry-hives: usb-historie, installierte software, user-aktivitäten, malware-spuren. die perl-basierte architektur ermöglicht einfache plugin-entwicklung für neue artefakte. besonders wertvoll: timeline-plugins für zeitbasierte analyse, regripper-reports im strukturierten format, automatische korrelation zwischen hives. profile-system gruppiert plugins nach untersuchungstyp (malware, user- activity, network). die community teilt ständig neue plugins für aktuelle bedrohungen. integration mit anderen tools über csv-export. besonders stark bei apt-investigations: services-analyse, run-keys, scheduled-tasks. die plugin-dokumentation erklärt forensische relevanz jedes artefakts. version 3.0 modernisiert für aktuelle windows-versionen. der time-saver für registry-deep-dives - was manuell stunden dauert, erledigt regripper in minuten. command-line 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.042999267578125, + 0.0157318115234375, + 0.025177001953125, + -0.01617431640625, + 0.0124969482421875, + 0.0144195556640625, + 0.0170440673828125, + 0.00225067138671875, + -0.040740966796875, + -0.00384521484375, + -0.03741455078125, + 0.067138671875, + -0.00952911376953125, + 0.00887298583984375, + -0.0594482421875, + 0.048248291015625, + -0.01044464111328125, + 0.01232147216796875, + 0.00469970703125, + -0.005046844482421875, + -0.04754638671875, + -0.005596160888671875, + -0.056304931640625, + -0.004390716552734375, + -0.0118865966796875, + 0.02325439453125, + -0.018707275390625, + -0.069580078125, + -0.0096588134765625, + -0.0015516281127929688, + -0.00720977783203125, + -0.04351806640625, + 0.0024356842041015625, + 0.033905029296875, + -0.00760650634765625, + -0.00482940673828125, + 0.006076812744140625, + -0.04998779296875, + -0.01922607421875, + 0.0594482421875, + -0.009918212890625, + 0.00659942626953125, + 0.0166015625, + -0.00417327880859375, + -0.0223846435546875, + -0.00882720947265625, + 0.0201873779296875, + -0.006557464599609375, + 0.01180267333984375, + -0.04388427734375, + 0.02587890625, + 0.04107666015625, + -0.0008578300476074219, + -0.041595458984375, + -0.045440673828125, + 0.0291900634765625, + 0.0246429443359375, + -0.0081329345703125, + -0.0190582275390625, + 0.05767822265625, + -0.0570068359375, + 0.00799560546875, + 0.007080078125, + -0.018096923828125, + 0.0051116943359375, + 0.027099609375, + 0.00007033348083496094, + -0.029022216796875, + 0.01180267333984375, + 0.0189666748046875, + 0.01153564453125, + -0.00760650634765625, + -0.0286712646484375, + 0.038818359375, + -0.01529693603515625, + -0.053497314453125, + 0.00970458984375, + 0.0206298828125, + 0.0093536376953125, + -0.0102691650390625, + -0.05035400390625, + 0.0012674331665039062, + 0.0253448486328125, + -0.02044677734375, + -0.0005545616149902344, + 0.0311126708984375, + 0.0396728515625, + -0.001781463623046875, + 0.003299713134765625, + -0.0092620849609375, + 0.01433563232421875, + 0.002590179443359375, + -0.0027980804443359375, + -0.029022216796875, + 0.0234222412109375, + 0.053497314453125, + 0.0083465576171875, + -0.00518035888671875, + -0.02569580078125, + 0.035675048828125, + 0.005420684814453125, + -0.0138092041015625, + 0.07623291015625, + -0.0209808349609375, + 0.0335693359375, + -0.0372314453125, + 0.0281524658203125, + -0.0006175041198730469, + -0.01232147216796875, + -0.002338409423828125, + -0.081787109375, + -0.00594329833984375, + -0.01529693603515625, + -0.045806884765625, + -0.0157318115234375, + 0.0234222412109375, + -0.00826263427734375, + 0.0274505615234375, + -0.049285888671875, + -0.037933349609375, + 0.037933349609375, + 0.031829833984375, + -0.0053558349609375, + 0.015472412109375, + -0.030426025390625, + -0.04791259765625, + -0.0019445419311523438, + 0.045806884765625, + -0.04791259765625, + -0.039337158203125, + -0.034271240234375, + -0.00847625732421875, + -0.0125885009765625, + -0.0241241455078125, + -0.01044464111328125, + -0.005855560302734375, + 0.0248260498046875, + 0.01529693603515625, + -0.0227203369140625, + -0.00048613548278808594, + 0.0428466796875, + -0.03338623046875, + -0.04266357421875, + -0.003955841064453125, + -0.036712646484375, + -0.003692626953125, + -0.0262298583984375, + 0.0618896484375, + -0.02587890625, + 0.0147705078125, + -0.0236053466796875, + 0.049285888671875, + 0.07659912109375, + -0.00782012939453125, + 0.01468658447265625, + -0.06610107421875, + -0.0151214599609375, + -0.017913818359375, + 0.02587890625, + -0.0147705078125, + 0.00469970703125, + 0.01084136962890625, + 0.00782012939453125, + 0.0176544189453125, + 0.011016845703125, + -0.042999267578125, + -0.0169525146484375, + 0.019317626953125, + -0.003932952880859375, + 0.0077362060546875, + 0.028839111328125, + 0.0145111083984375, + 0.0538330078125, + 0.0716552734375, + -0.031982421875, + 0.039154052734375, + 0.006992340087890625, + 0.0025787353515625, + 0.045806884765625, + 0.04510498046875, + -0.01276397705078125, + -0.0246429443359375, + 0.0236053466796875, + -0.00799560546875, + -0.004589080810546875, + 0.0035839080810546875, + -0.04266357421875, + -0.00952911376953125, + -0.01416015625, + 0.02569580078125, + -0.027618408203125, + -0.050689697265625, + -0.018096923828125, + 0.026580810546875, + 0.0291900634765625, + 0.06329345703125, + 0.033203125, + -0.006862640380859375, + 0.05523681640625, + -0.038818359375, + -0.01617431640625, + 0.0281524658203125, + -0.0210723876953125, + 0.052459716796875, + 0.020538330078125, + -0.0024356842041015625, + 0.00943756103515625, + 0.03497314453125, + 0.01049041748046875, + -0.038299560546875, + -0.006206512451171875, + 0.0751953125, + 0.00042057037353515625, + -0.0311126708984375, + -0.03253173828125, + -0.032684326171875, + 0.004764556884765625, + 0.0008087158203125, + -0.012847900390625, + -0.0064239501953125, + -0.023773193359375, + -0.06329345703125, + 0.01468658447265625, + 0.0262298583984375, + -0.0184478759765625, + 0.01215362548828125, + 0.03460693359375, + -0.03338623046875, + -0.002590179443359375, + 0.0019121170043945312, + 0.04351806640625, + 0.04107666015625, + 0.0215911865234375, + -0.00978851318359375, + 0.00356292724609375, + -0.007343292236328125, + 0.038970947265625, + 0.0191497802734375, + 0.01074981689453125, + 0.01110076904296875, + -0.02325439453125, + 0.029541015625, + -0.018524169921875, + 0.0465087890625, + 0.028839111328125, + -0.0181884765625, + -0.0196685791015625, + -0.01153564453125, + 0.00948333740234375, + 0.030426025390625, + -0.06365966796875, + -0.0023822784423828125, + -0.0797119140625, + -0.023773193359375, + -0.0570068359375, + -0.03338623046875, + -0.02325439453125, + -0.0283203125, + 0.031280517578125, + -0.0165252685546875, + -0.031463623046875, + 0.01302337646484375, + 0.038970947265625, + -0.00799560546875, + 0.027099609375, + 0.004390716552734375, + -0.0223846435546875, + 0.00022268295288085938, + 0.069580078125, + -0.0291900634765625, + -0.0064697265625, + -0.0166015625, + -0.00421905517578125, + -0.04229736328125, + -0.0045013427734375, + -0.015472412109375, + -0.0139007568359375, + 0.03375244140625, + 0.031463623046875, + 0.00821685791015625, + -0.0311126708984375, + -0.00624847412109375, + 0.004787445068359375, + 0.021942138671875, + -0.0279693603515625, + -0.005680084228515625, + 0.007080078125, + 0.00786590576171875, + -0.0241241455078125, + -0.059783935546875, + -0.00452423095703125, + 0.042999267578125, + -0.014251708984375, + 0.005725860595703125, + 0.026397705078125, + -0.023773193359375, + -0.0010433197021484375, + -0.016082763671875, + -0.001010894775390625, + 0.01555633544921875, + 0.048248291015625, + -0.031463623046875, + -0.00791168212890625, + -0.0246429443359375, + 0.0197601318359375, + -0.0323486328125, + -0.07098388671875, + -0.0255279541015625, + -0.0194854736328125, + -0.04022216796875, + -0.0109710693359375, + -0.0036716461181640625, + -0.011016845703125, + 0.01468658447265625, + -0.011627197265625, + -0.002349853515625, + -0.019927978515625, + -0.038116455078125, + 0.003387451171875, + -0.025177001953125, + -0.045440673828125, + -0.0281524658203125, + 0.06292724609375, + -0.00217437744140625, + 0.0124969482421875, + -0.0236053466796875, + -0.009613037109375, + -0.029022216796875, + 0.026580810546875, + -0.0283203125, + 0.0281524658203125, + -0.015380859375, + 0.0274505615234375, + 0.04144287109375, + 0.035491943359375, + 0.02569580078125, + 0.0699462890625, + 0.0132904052734375, + -0.052459716796875, + -0.007297515869140625, + 0.009307861328125, + 0.00791168212890625, + 0.00518035888671875, + -0.019927978515625, + -0.0253448486328125, + -0.0138092041015625, + -0.00371551513671875, + 0.0163421630859375, + 0.03094482421875, + 0.03985595703125, + 0.017486572265625, + -0.03338623046875, + -0.0077362060546875, + 0.038970947265625, + -0.01092529296875, + 0.103515625, + -0.01039886474609375, + -0.0335693359375, + 0.017486572265625, + 0.04791259765625, + -0.016876220703125, + -0.03094482421875, + 0.03076171875, + -0.02142333984375, + 0.0064697265625, + 0.0305938720703125, + 0.00786590576171875, + 0.0165252685546875, + -0.0214996337890625, + -0.00275421142578125, + 0.0191497802734375, + -0.03497314453125, + 0.0064239501953125, + 0.06536865234375, + 0.021148681640625, + 0.0159149169921875, + 0.03704833984375, + -0.0323486328125, + -0.0230712890625, + -0.03582763671875, + -0.0594482421875, + -0.0152130126953125, + 0.052093505859375, + 0.011627197265625, + 0.07061767578125, + -0.0360107421875, + -0.0675048828125, + 0.046142578125, + -0.0517578125, + 0.08673095703125, + 0.043365478515625, + 0.0209808349609375, + 0.0043487548828125, + -0.01171112060546875, + -0.006862640380859375, + 0.0163421630859375, + -0.001453399658203125, + -0.012939453125, + 0.0408935546875, + 0.034088134765625, + -0.0030803680419921875, + -0.0227203369140625, + 0.02142333984375, + 0.039520263671875, + 0.04791259765625, + -0.0034961700439453125, + 0.0274505615234375, + 0.01800537109375, + 0.042999267578125, + 0.0058135986328125, + 0.043701171875, + 0.04351806640625, + 0.01416015625, + 0.0195770263671875, + -0.01433563232421875, + 0.00830078125, + -0.036376953125, + 0.0159149169921875, + -0.0035400390625, + 0.00978851318359375, + 0.01433563232421875, + 0.0281524658203125, + -0.05316162109375, + -0.0197601318359375, + 0.029541015625, + -0.05035400390625, + 0.009002685546875, + 0.034088134765625, + -0.0005846023559570312, + -0.0005788803100585938, + -0.028839111328125, + -0.0675048828125, + 0.0384521484375, + -0.02972412109375, + -0.03582763671875, + 0.0170440673828125, + 0.00659942626953125, + -0.034088134765625, + -0.005550384521484375, + -0.035675048828125, + -0.02691650390625, + -0.01459503173828125, + -0.0183563232421875, + 0.024993896484375, + -0.0058135986328125, + -0.00371551513671875, + 0.05316162109375, + 0.049652099609375, + -0.01084136962890625, + -0.0283203125, + 0.04510498046875, + 0.0035190582275390625, + -0.05767822265625, + 0.024993896484375, + 0.027099609375, + 0.01206207275390625, + -0.0215911865234375, + -0.017303466796875, + 0.0234222412109375, + 0.00738525390625, + 0.0132904052734375, + 0.026580810546875, + -0.045806884765625, + -0.0384521484375, + -0.04229736328125, + 0.05767822265625, + 0.00305938720703125, + 0.0253448486328125, + -0.007472991943359375, + -0.04351806640625, + 0.0281524658203125, + -0.06854248046875, + -0.02001953125, + 0.005245208740234375, + -0.0014200210571289062, + -0.0005707740783691406, + 0.0347900390625, + -0.0132904052734375, + -0.036376953125, + 0.0018796920776367188, + 0.060150146484375, + -0.00695037841796875, + 0.0131988525390625, + -0.033203125, + 0.03460693359375, + 0.0221099853515625, + -0.01084136962890625, + -0.0203704833984375, + -0.02691650390625, + -0.0230712890625, + 0.02142333984375, + -0.053497314453125, + 0.004261016845703125, + -0.016265869140625, + -0.05767822265625, + -0.040374755859375, + -0.022552490234375, + -0.0081329345703125, + -0.048614501953125, + 0.0050048828125, + 0.0023937225341796875, + 0.0175628662109375, + 0.042144775390625, + -0.00046706199645996094, + -0.0009179115295410156, + 0.02325439453125, + 0.0209808349609375, + -0.016693115234375, + 0.0335693359375, + -0.056304931640625, + -0.002490997314453125, + -0.023956298828125, + 0.0172271728515625, + -0.04510498046875, + 0.01136016845703125, + 0.0262298583984375, + -0.0281524658203125, + 0.040740966796875, + -0.059783935546875, + 0.006160736083984375, + -0.034088134765625, + 0.0027103424072265625, + -0.03375244140625, + -0.02972412109375, + 0.0064239501953125, + 0.0221099853515625, + 0.0009508132934570312, + 0.008087158203125, + 0.0234222412109375, + -0.05523681640625, + 0.02587890625, + 0.021240234375, + 0.0041961669921875, + -0.0119781494140625, + 0.0109710693359375, + 0.0135498046875, + 0.0272674560546875, + 0.046844482421875, + -0.01617431640625, + -0.0182647705078125, + -0.06085205078125, + 0.0132904052734375, + 0.0194854736328125, + -0.0241241455078125, + -0.002655029296875, + -0.0311126708984375, + -0.06292724609375, + -0.0102691650390625, + 0.034454345703125, + 0.0248260498046875, + -0.0067291259765625, + -0.00856781005859375, + 0.00386810302734375, + -0.0080413818359375, + -0.0311126708984375, + 0.0181884765625, + -0.022552490234375, + 0.02325439453125, + 0.01433563232421875, + -0.035491943359375, + 0.036529541015625, + 0.040740966796875, + 0.02691650390625, + 0.022552490234375, + 0.00948333740234375, + -0.032684326171875, + 0.01241302490234375, + 0.013458251953125, + -0.0176544189453125, + -0.014862060546875, + 0.0012178421020507812, + -0.0074310302734375, + -0.0281524658203125, + -0.01180267333984375, + 0.01739501953125, + 0.016265869140625, + 0.0384521484375, + -0.0166015625, + -0.005725860595703125, + 0.02001953125, + -0.0262298583984375, + 0.046142578125, + -0.03076171875, + -0.022552490234375, + 0.01074981689453125, + 0.01311492919921875, + 0.07305908203125, + 0.041259765625, + -0.00821685791015625, + -0.0248260498046875, + 0.02691650390625, + 0.05804443359375, + -0.020721435546875, + -0.00891876220703125, + -0.03253173828125, + -0.001682281494140625, + -0.003932952880859375, + 0.049652099609375, + -0.01044464111328125, + 0.07867431640625, + -0.00563812255859375, + 0.012237548828125, + 0.01433563232421875, + 0.0538330078125, + 0.03375244140625, + -0.007167816162109375, + -0.0692138671875, + -0.0119781494140625, + -0.0040435791015625, + -0.02850341796875, + -0.04144287109375, + 0.01206207275390625, + 0.058380126953125, + -0.0849609375, + -0.0428466796875, + 0.00830078125, + 0.01800537109375, + 0.00760650634765625, + 0.018707275390625, + -0.0236053466796875, + 0.040374755859375, + 0.01529693603515625, + -0.06048583984375, + 0.0038890838623046875, + -0.000009953975677490234, + 0.0248260498046875, + 0.0513916015625, + 0.0248260498046875, + -0.0135498046875, + 0.0360107421875, + 0.0023708343505859375, + 0.026580810546875, + -0.0014638900756835938, + 0.06085205078125, + 0.0176544189453125, + 0.0151214599609375, + 0.05035400390625, + 0.031280517578125, + -0.0093536376953125, + -0.0241241455078125, + 0.031646728515625, + 0.03338623046875, + 0.05908203125, + 0.0513916015625, + 0.01084136962890625, + 0.002742767333984375, + 0.0223846435546875, + -0.0400390625, + 0.0045013427734375, + -0.01433563232421875, + -0.007343292236328125, + -0.03497314453125, + -0.0286712646484375, + 0.041961669921875, + -0.0279693603515625, + 0.043701171875, + 0.00629425048828125, + -0.02850341796875, + -0.008697509765625, + 0.025177001953125, + -0.02569580078125, + -0.01119232177734375, + 0.0086517333984375, + -0.03497314453125, + -0.040557861328125, + -0.0311126708984375, + -0.038970947265625, + 0.05523681640625, + -0.026580810546875, + -0.06890869140625, + -0.04791259765625, + 0.041595458984375, + -0.0093994140625, + -0.05560302734375, + -0.0183563232421875, + -0.0034313201904296875, + -0.0253448486328125, + -0.04022216796875, + -0.0360107421875, + -0.058746337890625, + 0.038818359375, + -0.03338623046875, + -0.021240234375, + -0.00826263427734375, + -0.0230712890625, + -0.0184478759765625, + -0.01136016845703125, + -0.022552490234375, + 0.038299560546875, + -0.0300750732421875, + 0.023956298828125, + 0.00830078125, + 0.03759765625, + 0.010711669921875, + 0.06854248046875, + -0.0076904296875, + -0.0182647705078125, + -0.024993896484375, + -0.06396484375, + -0.0067291259765625, + 0.01416015625, + -0.0014314651489257812, + -0.0740966796875, + 0.01267242431640625, + 0.041778564453125, + -0.05523681640625, + 0.0222015380859375, + 0.002994537353515625, + -0.02203369140625, + -0.031463623046875, + 0.0019550323486328125, + -0.00533294677734375, + 0.006511688232421875, + 0.097900390625, + 0.007038116455078125, + -0.0176544189453125, + -0.0135498046875, + -0.05523681640625, + 0.052093505859375, + 0.00795745849609375, + 0.0291900634765625, + -0.029541015625, + 0.03216552734375, + 0.0241241455078125, + -0.00852203369140625, + 0.0031032562255859375, + -0.05523681640625, + -0.00756072998046875, + 0.031280517578125, + 0.0165252685546875, + 0.00952911376953125, + -0.018096923828125, + -0.041259765625, + -0.0112762451171875, + -0.025177001953125, + -0.002010345458984375, + -0.02203369140625, + 0.031280517578125, + -0.048614501953125, + -0.018524169921875, + -0.006557464599609375, + -0.044219970703125, + -0.04229736328125, + -0.043701171875, + 0.0159912109375, + 0.0031681060791015625, + -0.07659912109375, + 0.029022216796875, + 0.016082763671875, + 0.009613037109375, + 0.029022216796875, + 0.046844482421875, + -0.0615234375, + 0.00978851318359375, + 0.00002664327621459961, + 0.041778564453125, + -0.003604888916015625, + -0.0223846435546875, + 0.0014200210571289062, + 0.020538330078125, + 0.0202789306640625, + -0.054534912109375, + 0.0692138671875, + 0.04107666015625, + -0.01555633544921875, + -0.0538330078125, + -0.051055908203125, + -0.025177001953125, + 0.034271240234375, + -0.0360107421875, + 0.0260467529296875, + 0.004611968994140625, + -0.0283203125, + -0.09161376953125, + 0.05419921875, + -0.00690460205078125, + 0.040374755859375, + 0.026397705078125, + -0.0215911865234375, + -0.060150146484375, + -0.061187744140625, + -0.0182647705078125, + -0.0124969482421875, + -0.010223388671875, + 0.03375244140625, + 0.0181884765625, + 0.0006008148193359375, + -0.01039886474609375, + -0.009002685546875, + 0.0214996337890625, + 0.042144775390625, + 0.03338623046875, + -0.041961669921875, + 0.055938720703125, + -0.0087432861328125, + -0.033905029296875, + -0.0208892822265625, + 0.00970458984375, + 0.003978729248046875, + 0.0011796951293945312, + -0.02447509765625, + -0.01009368896484375, + 0.0125885009765625, + 0.026397705078125, + -0.01018524169921875, + 0.0234222412109375, + -0.039337158203125, + 0.0102691650390625, + 0.004390716552734375, + -0.030426025390625, + 0.0214996337890625, + 0.0031032562255859375, + -0.010009765625, + -0.022552490234375, + -0.06329345703125, + -0.079345703125, + 0.00922393798828125, + -0.046844482421875, + 0.005046844482421875, + 0.0017919540405273438, + 0.0178375244140625, + 0.0183563232421875, + -0.0221099853515625, + 0.03216552734375, + -0.003452301025390625, + -0.0513916015625, + -0.0215911865234375, + 0.0372314453125, + -0.01503753662109375, + 0.0118865966796875, + 0.029541015625, + -0.024993896484375, + -0.003299713134765625, + -0.032867431640625, + -0.0132904052734375, + -0.0262298583984375, + -0.004547119140625, + -0.04351806640625, + 0.00594329833984375, + -0.05419921875, + -0.027099609375, + 0.0311126708984375, + 0.0223846435546875, + 0.0103607177734375, + -0.0274505615234375, + 0.038818359375, + -0.0305938720703125, + -0.05279541015625, + 0.01529693603515625, + -0.0106658935546875, + -0.0274505615234375, + 0.0139007568359375, + -0.01398468017578125, + 0.0027637481689453125, + 0.0135498046875, + 0.0489501953125, + 0.0323486328125, + 0.033905029296875, + 0.022552490234375, + 0.003452301025390625, + 0.0001761913299560547, + -0.0093994140625, + 0.0260467529296875, + 0.031463623046875, + 0.0145111083984375, + 0.006816864013671875, + 0.002162933349609375, + -0.01145172119140625, + -0.074462890625, + -0.003124237060546875, + -0.0125885009765625, + -0.08636474609375, + 0.0019550323486328125, + 0.1007080078125, + 0.043701171875, + 0.00821685791015625, + 0.0305938720703125, + 0.045440673828125, + 0.036712646484375, + -0.0053558349609375, + -0.01468658447265625, + -0.06854248046875, + -0.018096923828125, + 0.0125885009765625, + 0.01503753662109375, + -0.06610107421875, + 0.06048583984375, + 0.057342529296875, + -0.0022068023681640625, + -0.0178375244140625, + 0.01363372802734375, + -0.01311492919921875, + 0.06396484375, + -0.00356292724609375, + 0.005462646484375, + -0.056304931640625, + 0.0045013427734375, + 0.03985595703125, + -0.001087188720703125, + -0.0164337158203125, + -0.01363372802734375, + -0.01241302490234375, + 0.044586181640625, + -0.031982421875, + 0.0139007568359375, + -0.006031036376953125, + 0.049652099609375, + -0.00384521484375, + -0.06536865234375, + 0.004589080810546875, + 0.02447509765625, + -0.006992340087890625, + -0.0024261474609375, + 0.030242919921875, + 0.0234222412109375, + -0.00629425048828125, + 0.031982421875, + 0.0347900390625, + 0.0034961700439453125, + 0.0260467529296875, + 0.0166015625, + -0.054901123046875, + 0.0236053466796875, + -0.01372528076171875, + -0.0058135986328125, + -0.010223388671875, + -0.03216552734375, + -0.0170440673828125, + -0.056304931640625, + 0.041961669921875, + 0.009002685546875, + 0.0465087890625, + 0.0183563232421875, + -0.002315521240234375, + -0.00321197509765625, + 0.003124237060546875, + 0.026580810546875, + 0.0262298583984375, + 0.022552490234375, + 0.021240234375, + -0.00177001953125, + 0.0305938720703125, + 0.0159912109375, + -0.0286712646484375, + -0.00447845458984375, + -0.01678466796875, + -0.02587890625, + -0.031982421875, + -0.0214996337890625, + 0.0071258544921875, + -0.023773193359375, + 0.01114654541015625, + -0.044586181640625, + 0.00957489013671875, + 0.007080078125, + -0.058380126953125, + 0.0010709762573242188, + 0.03582763671875, + -0.0513916015625, + 0.012847900390625, + 0.0195770263671875, + -0.00498199462890625, + 0.005046844482421875, + -0.0643310546875, + 0.0751953125, + 0.02691650390625, + 0.018798828125, + 0.0144195556640625, + 0.0267486572265625, + 0.03076171875, + 0.01800537109375, + 0.00690460205078125, + 0.01363372802734375, + -0.012237548828125, + 0.035308837890625, + 0.04266357421875, + 0.0272674560546875, + -0.051055908203125, + 0.0384521484375, + 0.01494598388671875, + -0.04791259765625, + 0.0194854736328125, + 0.01311492919921875, + 0.036376953125, + -0.00725555419921875, + -0.018524169921875, + 0.01407623291015625, + -0.038970947265625, + 0.07098388671875, + 0.030426025390625, + -0.01861572265625, + 0.0300750732421875, + -0.021148681640625, + 0.06048583984375, + -0.0035190582275390625, + 0.051055908203125, + -0.064697265625, + 0.038116455078125, + -0.0118865966796875, + 0.0184478759765625, + -0.0006418228149414062, + -0.00016868114471435547, + -0.0241241455078125, + 0.0272674560546875, + 0.00240325927734375, + 0.04998779296875, + 0.0283203125, + -0.0159912109375, + -0.040557861328125, + -0.0428466796875, + -0.00598907470703125, + 0.007038116455078125, + 0.034271240234375, + -0.045806884765625, + -0.01153564453125, + 0.0015735626220703125, + 0.002162933349609375, + 0.0347900390625, + 0.018798828125, + 0.0260467529296875, + 0.025177001953125, + -0.00978851318359375, + 0.0022735595703125, + -0.0067291259765625 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_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.000009834766387939453, + -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.00007426738739013672, + 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_QGIS", + "type": "tool", + "name": "QGIS", + "content": "qgis das open-source geographic information system verwandelt forensik-daten mit geobezug in aussagekräftige karten und analysen. visualisiert bewegungsprofile aus smartphone-gps, fahrzeug-telematik oder fitness-trackern. heatmaps zeigen aufenthaltsschwerpunkte. buffer-analysen identifizieren mögliche treffpunkte. die python-integration (pyqgis) automatisiert massen-datenverarbeitung. import aus gpx, kml, csv mit koordinaten. temporal controller animiert bewegungen über zeit. spatial queries finden überschneidungen: \"wer war wann am selben ort?\". openstreetmap- integration für kontext. 3d-visualisierung für drohnen-flugpfade. print composer erstellt gerichtsfeste karten. die steile lernkurve wird durch exzellente tutorials gemildert. plugins erweitern für spezialfälle wie cell-tower-analyse. unverzichtbar wenn wo-und-wann zur schlüsselfrage wird. 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.0290679931640625, + 0.0299530029296875, + 0.037872314453125, + 0.00841522216796875, + 0.0186767578125, + 0.0234222412109375, + 0.01849365234375, + -0.0019702911376953125, + 0.009246826171875, + -0.0014972686767578125, + -0.02783203125, + 0.055328369140625, + 0.0006909370422363281, + 0.0037212371826171875, + -0.058135986328125, + 0.020782470703125, + -0.019287109375, + 0.0088958740234375, + 0.01171112060546875, + -0.016387939453125, + -0.00673675537109375, + -0.0006852149963378906, + -0.048614501953125, + 0.0197296142578125, + -0.003566741943359375, + 0.0167388916015625, + -0.0230712890625, + -0.041046142578125, + -0.011627197265625, + 0.0191192626953125, + 0.0227203369140625, + -0.032073974609375, + -0.00841522216796875, + 0.0325927734375, + -0.01065826416015625, + -0.020965576171875, + 0.00678253173828125, + -0.05145263671875, + -0.031005859375, + 0.0224609375, + -0.0160369873046875, + 0.0006604194641113281, + -0.0008091926574707031, + -0.0014638900756835938, + -0.0099945068359375, + -0.04315185546875, + -0.008544921875, + -0.0229034423828125, + 0.0265960693359375, + -0.045806884765625, + 0.0265960693359375, + 0.048614501953125, + 0.021759033203125, + 0.00409698486328125, + -0.021575927734375, + 0.0196380615234375, + 0.017181396484375, + -0.028717041015625, + -0.038055419921875, + 0.0401611328125, + -0.018402099609375, + -0.002685546875, + -0.01690673828125, + -0.0092926025390625, + 0.02801513671875, + 0.03857421875, + -0.01189422607421875, + -0.0297698974609375, + 0.0013704299926757812, + -0.0013208389282226562, + 0.008056640625, + -0.0119781494140625, + -0.00506591796875, + 0.0220184326171875, + -0.0341796875, + -0.05072021484375, + 0.022552490234375, + 0.01690673828125, + 0.002994537353515625, + -0.006252288818359375, + -0.06060791015625, + -0.003986358642578125, + 0.0560302734375, + -0.03082275390625, + -0.025726318359375, + 0.0158538818359375, + 0.0234222412109375, + 0.023956298828125, + 0.0004925727844238281, + 0.01329803466796875, + 0.031707763671875, + -0.0038967132568359375, + 0.048614501953125, + -0.019195556640625, + 0.01418304443359375, + 0.065185546875, + -0.010345458984375, + -0.003963470458984375, + -0.0150604248046875, + 0.01294708251953125, + 0.0186767578125, + -0.047576904296875, + 0.050018310546875, + -0.00713348388671875, + 0.047576904296875, + -0.03399658203125, + 0.006870269775390625, + 0.00409698486328125, + 0.0224609375, + -0.0288848876953125, + -0.099365234375, + -0.039276123046875, + -0.0008697509765625, + -0.048614501953125, + -0.0015745162963867188, + 0.01532745361328125, + -0.033477783203125, + 0.0560302734375, + -0.056365966796875, + -0.047576904296875, + 0.02325439453125, + 0.047210693359375, + 0.01180267333984375, + 0.0281829833984375, + -0.03857421875, + -0.0272979736328125, + 0.0073089599609375, + 0.01136016845703125, + -0.04791259765625, + -0.016204833984375, + -0.031341552734375, + -0.04296875, + 0.00862884521484375, + -0.0199127197265625, + 0.0221099853515625, + 0.006519317626953125, + 0.036468505859375, + -0.0151519775390625, + -0.01690673828125, + 0.0205230712890625, + 0.005107879638671875, + -0.01259613037109375, + -0.062347412109375, + 0.0026645660400390625, + -0.058135986328125, + -0.0168304443359375, + -0.014617919921875, + 0.041229248046875, + -0.0260772705078125, + -0.0180511474609375, + -0.00643157958984375, + 0.00907135009765625, + 0.0556640625, + 0.0032596588134765625, + -0.00365447998046875, + -0.03399658203125, + -0.0108795166015625, + 0.0120697021484375, + 0.0357666015625, + -0.0244903564453125, + -0.0283660888671875, + 0.02105712890625, + 0.0172576904296875, + 0.0274810791015625, + -0.00243377685546875, + -0.048980712890625, + -0.024139404296875, + 0.02642822265625, + 0.01153564453125, + 0.00563812255859375, + 0.031890869140625, + -0.034881591796875, + 0.06622314453125, + 0.056732177734375, + 0.00986480712890625, + 0.041748046875, + -0.01061248779296875, + -0.0281829833984375, + 0.033294677734375, + 0.01523590087890625, + -0.0003097057342529297, + -0.01189422607421875, + 0.028717041015625, + 0.0112762451171875, + 0.04052734375, + 0.003391265869140625, + -0.033294677734375, + -0.0032806396484375, + -0.0267791748046875, + 0.033477783203125, + -0.028717041015625, + -0.0214080810546875, + -0.00907135009765625, + 0.0465087890625, + 0.0250091552734375, + 0.05743408203125, + 0.00911712646484375, + -0.007793426513671875, + 0.007045745849609375, + 0.0070037841796875, + 0.01171112060546875, + 0.0465087890625, + -0.01171112060546875, + 0.0325927734375, + 0.006694793701171875, + 0.0180511474609375, + -0.00017547607421875, + 0.0496826171875, + 0.0205230712890625, + -0.01690673828125, + 0.005306243896484375, + 0.04791259765625, + -0.00933837890625, + -0.01215362548828125, + -0.024658203125, + -0.033477783203125, + 0.0007543563842773438, + -0.021575927734375, + -0.005901336669921875, + 0.006694793701171875, + -0.0262451171875, + -0.053192138671875, + -0.00797271728515625, + 0.039459228515625, + -0.019378662109375, + 0.033111572265625, + 0.0341796875, + -0.0221099853515625, + -0.0054168701171875, + 0.01453399658203125, + 0.00603485107421875, + 0.022369384765625, + 0.0081024169921875, + 0.00598907470703125, + 0.0018053054809570312, + -0.04315185546875, + 0.036651611328125, + 0.0126800537109375, + 0.02801513671875, + 0.00678253173828125, + -0.033111572265625, + 0.050018310546875, + -0.01312255859375, + 0.025543212890625, + 0.039825439453125, + -0.0281829833984375, + 0.009735107421875, + -0.0038967132568359375, + 0.01030731201171875, + 0.034515380859375, + -0.051788330078125, + -0.0019483566284179688, + -0.05743408203125, + -0.008453369140625, + -0.0433349609375, + -0.0325927734375, + -0.0036983489990234375, + -0.0258941650390625, + 0.059539794921875, + -0.036102294921875, + -0.0272979736328125, + 0.003215789794921875, + 0.0272979736328125, + -0.01070404052734375, + 0.016998291015625, + -0.005107879638671875, + -0.025360107421875, + -0.002994537353515625, + 0.06976318359375, + -0.00258636474609375, + -0.0027408599853515625, + -0.0167388916015625, + 0.031890869140625, + -0.020782470703125, + 0.03558349609375, + -0.0306549072265625, + 0.0195465087890625, + 0.0272979736328125, + 0.00753021240234375, + 0.0108795166015625, + -0.0119781494140625, + 0.007091522216796875, + -0.01096343994140625, + 0.01947021484375, + -0.0560302734375, + 0.0107879638671875, + 0.002300262451171875, + -0.0069580078125, + -0.00876617431640625, + -0.06341552734375, + -0.00783538818359375, + 0.059173583984375, + -0.0003178119659423828, + 0.0005698204040527344, + 0.00603485107421875, + -0.0208740234375, + 0.0219268798828125, + -0.00201416015625, + -0.0220184326171875, + 0.031524658203125, + 0.0251922607421875, + -0.036102294921875, + 0.004207611083984375, + 0.017791748046875, + 0.0295867919921875, + -0.06024169921875, + -0.041229248046875, + -0.01153564453125, + -0.019287109375, + -0.054962158203125, + -0.007442474365234375, + -0.006473541259765625, + -0.04351806640625, + -0.0033245086669921875, + -0.0211334228515625, + 0.0288848876953125, + -0.013214111328125, + -0.057769775390625, + 0.020782470703125, + -0.0338134765625, + -0.059173583984375, + -0.0258941650390625, + 0.068359375, + 0.0189361572265625, + 0.00440216064453125, + -0.0234222412109375, + -0.0120697021484375, + -0.0123291015625, + -0.0262451171875, + -0.0222015380859375, + 0.03240966796875, + -0.005153656005859375, + 0.045440673828125, + 0.031341552734375, + 0.0182342529296875, + 0.0014753341674804688, + 0.06903076171875, + 0.034515380859375, + -0.0020694732666015625, + 0.01224517822265625, + 0.0230712890625, + 0.039825439453125, + 0.03436279296875, + -0.024658203125, + -0.0294189453125, + -0.0070037841796875, + -0.0290679931640625, + 0.03857421875, + 0.0413818359375, + 0.0222015380859375, + 0.0283660888671875, + -0.02923583984375, + -0.0101318359375, + 0.039459228515625, + -0.00598907470703125, + 0.084228515625, + -0.0274810791015625, + -0.059906005859375, + 0.003391265869140625, + 0.00775146484375, + -0.01303863525390625, + -0.0281829833984375, + 0.052490234375, + -0.00867462158203125, + 0.00616455078125, + 0.023956298828125, + -0.0028400421142578125, + 0.0295867919921875, + -0.0341796875, + -0.0198211669921875, + 0.002696990966796875, + -0.01383209228515625, + 0.0191192626953125, + 0.047576904296875, + 0.0190277099609375, + -0.0016841888427734375, + 0.0173492431640625, + -0.034881591796875, + -0.006649017333984375, + -0.0421142578125, + -0.06060791015625, + 0.0158538818359375, + 0.0213165283203125, + 0.01180267333984375, + 0.044403076171875, + -0.04034423828125, + -0.077880859375, + 0.025726318359375, + -0.025360107421875, + 0.06024169921875, + 0.0718994140625, + 0.01043701171875, + 0.031707763671875, + -0.03277587890625, + -0.0044708251953125, + 0.05072021484375, + 0.007045745849609375, + 0.0213165283203125, + 0.057769775390625, + 0.0073089599609375, + 0.00231170654296875, + -0.0369873046875, + 0.0341796875, + 0.0234222412109375, + 0.03997802734375, + -0.00977325439453125, + 0.0244903564453125, + 0.033477783203125, + 0.01383209228515625, + -0.025543212890625, + 0.034698486328125, + 0.0413818359375, + -0.0288848876953125, + -0.00032901763916015625, + -0.0297698974609375, + 0.0297698974609375, + -0.045806884765625, + -0.004184722900390625, + -0.01153564453125, + 0.006252288818359375, + 0.01488494873046875, + 0.030303955078125, + -0.051788330078125, + 0.0229034423828125, + 0.00942230224609375, + -0.0704345703125, + 0.0299530029296875, + 0.025360107421875, + -0.0267791748046875, + 0.0584716796875, + -0.043853759765625, + -0.04510498046875, + 0.03558349609375, + -0.031707763671875, + -0.0260772705078125, + 0.013214111328125, + 0.0262451171875, + -0.04827880859375, + -0.050384521484375, + -0.031524658203125, + -0.00499725341796875, + -0.01259613037109375, + 0.002147674560546875, + 0.047210693359375, + 0.0191192626953125, + 0.00872039794921875, + 0.028717041015625, + 0.031524658203125, + 0.01145172119140625, + -0.0251922607421875, + 0.0281829833984375, + -0.031005859375, + -0.0401611328125, + 0.021484375, + 0.0338134765625, + 0.0288848876953125, + -0.03839111328125, + -0.024658203125, + -0.022552490234375, + 0.01453399658203125, + 0.01479339599609375, + 0.01444244384765625, + -0.04791259765625, + -0.0229034423828125, + -0.0294189453125, + 0.0294189453125, + -0.0015087127685546875, + 0.02801513671875, + -0.01021575927734375, + -0.06268310546875, + 0.01611328125, + -0.0687255859375, + -0.0212249755859375, + -0.006916046142578125, + 0.01558685302734375, + -0.0160369873046875, + 0.053192138671875, + 0.01470947265625, + 0.00916290283203125, + -0.0101318359375, + 0.073974609375, + -0.024139404296875, + -0.00757598876953125, + -0.048980712890625, + 0.05072021484375, + -0.00942230224609375, + -0.05108642578125, + 0.00144195556640625, + -0.01453399658203125, + -0.006694793701171875, + 0.0496826171875, + -0.054962158203125, + -0.013916015625, + 0.003566741943359375, + -0.056732177734375, + -0.0218505859375, + -0.054962158203125, + -0.0167388916015625, + -0.02069091796875, + 0.034881591796875, + 0.033294677734375, + 0.0127716064453125, + 0.0218505859375, + 0.01708984375, + 0.021759033203125, + 0.010040283203125, + 0.0281829833984375, + -0.002201080322265625, + 0.0236053466796875, + -0.0251922607421875, + -0.03680419921875, + -0.011627197265625, + 0.0276641845703125, + -0.03875732421875, + -0.0190277099609375, + 0.0120697021484375, + -0.0230712890625, + 0.048614501953125, + -0.0244903564453125, + -0.025360107421875, + -0.037353515625, + -0.006824493408203125, + -0.037689208984375, + -0.04510498046875, + 0.01016998291015625, + 0.0229034423828125, + 0.0070037841796875, + 0.002685546875, + 0.020172119140625, + -0.07330322265625, + 0.00643157958984375, + 0.033294677734375, + 0.01259613037109375, + 0.0181427001953125, + 0.005855560302734375, + -0.002048492431640625, + -0.01611328125, + 0.0272979736328125, + -0.0401611328125, + -0.037689208984375, + -0.0775146484375, + 0.0128631591796875, + -0.00223541259765625, + -0.0227203369140625, + -0.021575927734375, + -0.0258941650390625, + -0.0433349609375, + 0.0012445449829101562, + 0.025360107421875, + -0.0031490325927734375, + -0.01026153564453125, + -0.0306549072265625, + 0.00429534912109375, + -0.014007568359375, + -0.001651763916015625, + 0.0218505859375, + -0.0007486343383789062, + 0.002048492431640625, + -0.011627197265625, + -0.046844482421875, + 0.031707763671875, + 0.004932403564453125, + 0.02642822265625, + -0.004360198974609375, + 0.0221099853515625, + -0.0496826171875, + 0.0186767578125, + -0.01611328125, + 0.01303863525390625, + 0.00757598876953125, + -0.0258941650390625, + 0.0297698974609375, + -0.0528564453125, + -0.003765106201171875, + -0.0003771781921386719, + 0.003566741943359375, + 0.01189422607421875, + -0.004756927490234375, + -0.0213165283203125, + 0.0401611328125, + 0.00775146484375, + 0.071533203125, + -0.0180511474609375, + -0.057769775390625, + 0.00025177001953125, + 0.003192901611328125, + 0.04296875, + 0.05389404296875, + -0.011627197265625, + -0.0123291015625, + 0.00350189208984375, + 0.02642822265625, + -0.0025539398193359375, + -0.027130126953125, + -0.0224609375, + 0.02923583984375, + 0.0214080810546875, + 0.05426025390625, + 0.0009741783142089844, + 0.0965576171875, + 0.0007319450378417969, + -0.008453369140625, + 0.019989013671875, + 0.0736083984375, + 0.031005859375, + -0.050384521484375, + -0.045806884765625, + 0.0034580230712890625, + 0.00539398193359375, + -0.03997802734375, + -0.0274810791015625, + 0.0243072509765625, + 0.034515380859375, + -0.0616455078125, + -0.01145172119140625, + -0.02642822265625, + -0.01497650146484375, + 0.0037441253662109375, + 0.025726318359375, + -0.020172119140625, + 0.0244903564453125, + -0.002399444580078125, + -0.0219268798828125, + -0.006076812744140625, + -0.0077056884765625, + 0.009246826171875, + 0.055328369140625, + 0.0258941650390625, + -0.02069091796875, + 0.019195556640625, + 0.025543212890625, + 0.0272979736328125, + -0.004978179931640625, + 0.047576904296875, + 0.0134735107421875, + 0.0033245086669921875, + 0.037872314453125, + 0.055328369140625, + -0.0311737060546875, + -0.026947021484375, + 0.01145172119140625, + 0.0222015380859375, + 0.05389404296875, + 0.06976318359375, + -0.0281829833984375, + 0.0107879638671875, + 0.0026645660400390625, + -0.041046142578125, + -0.003940582275390625, + 0.0008754730224609375, + 0.024139404296875, + -0.0283660888671875, + -0.052490234375, + 0.020263671875, + -0.044036865234375, + 0.053558349609375, + -0.008453369140625, + -0.01312255859375, + -0.006694793701171875, + 0.0243072509765625, + -0.00797271728515625, + -0.052154541015625, + 0.01136016845703125, + -0.0048675537109375, + -0.0250091552734375, + -0.0096893310546875, + -0.043701171875, + 0.02801513671875, + -0.019989013671875, + -0.0311737060546875, + -0.0030612945556640625, + 0.02325439453125, + -0.0213165283203125, + -0.048614501953125, + -0.025360107421875, + 0.019195556640625, + -0.0230712890625, + -0.01947021484375, + -0.052490234375, + -0.0158538818359375, + 0.00827789306640625, + -0.0229034423828125, + 0.01444244384765625, + 0.00986480712890625, + -0.037872314453125, + -0.00634002685546875, + -0.00440216064453125, + -0.028717041015625, + 0.03240966796875, + -0.04052734375, + 0.0172576904296875, + 0.011138916015625, + 0.019195556640625, + 0.040863037109375, + 0.03521728515625, + -0.00021326541900634766, + 0.000583648681640625, + -0.03277587890625, + -0.010528564453125, + 0.0206146240234375, + 0.0092926025390625, + 0.0033245086669921875, + -0.09722900390625, + 0.0173492431640625, + 0.059173583984375, + -0.08135986328125, + 0.006916046142578125, + 0.0191192626953125, + -0.0191192626953125, + -0.035064697265625, + -0.00801849365234375, + -0.0142669677734375, + 0.01026153564453125, + 0.10919189453125, + -0.0168304443359375, + 0.00717926025390625, + 0.0199127197265625, + -0.0357666015625, + 0.052154541015625, + 0.0304718017578125, + 0.0198211669921875, + -0.0290679931640625, + 0.0297698974609375, + 0.0160369873046875, + -0.0311737060546875, + 0.0038089752197265625, + -0.07220458984375, + -0.01383209228515625, + 0.0224609375, + 0.0024547576904296875, + -0.0214080810546875, + 0.003566741943359375, + -0.0556640625, + -0.038238525390625, + -0.05426025390625, + 0.028717041015625, + 0.002994537353515625, + 0.00946807861328125, + -0.056365966796875, + -0.025360107421875, + -0.013916015625, + -0.0687255859375, + -0.03558349609375, + -0.0258941650390625, + 0.0244903564453125, + 0.01418304443359375, + -0.0528564453125, + 0.008148193359375, + -0.0004925727844238281, + 0.0014867782592773438, + 0.008453369140625, + 0.07220458984375, + -0.0528564453125, + -0.006473541259765625, + 0.00027942657470703125, + -0.00792694091796875, + 0.00757598876953125, + 0.0002243518829345703, + -0.01180267333984375, + 0.027130126953125, + 0.01303863525390625, + -0.043701171875, + 0.037872314453125, + 0.056365966796875, + -0.017791748046875, + -0.05108642578125, + -0.01096343994140625, + -0.057769775390625, + 0.051788330078125, + -0.0123291015625, + 0.05743408203125, + -0.0009026527404785156, + -0.0011892318725585938, + -0.08209228515625, + 0.0297698974609375, + -0.0281829833984375, + 0.042266845703125, + 0.0274810791015625, + -0.01479339599609375, + -0.0771484375, + -0.048614501953125, + -0.034881591796875, + 0.03875732421875, + -0.03240966796875, + 0.0250091552734375, + -0.005767822265625, + 0.0150604248046875, + -0.006298065185546875, + -0.0322265625, + 0.01096343994140625, + 0.039459228515625, + -0.0005421638488769531, + -0.038055419921875, + 0.0465087890625, + -0.0258941650390625, + 0.01497650146484375, + 0.01171112060546875, + 0.0151519775390625, + -0.0123291015625, + -0.0019159317016601562, + -0.039093017578125, + -0.002819061279296875, + 0.0465087890625, + 0.057769775390625, + -0.0084991455078125, + 0.00449371337890625, + -0.025543212890625, + 0.01303863525390625, + -0.03082275390625, + -0.02325439453125, + 0.00867462158203125, + 0.005615234375, + -0.0219268798828125, + -0.0150604248046875, + -0.06304931640625, + -0.1029052734375, + -0.0012607574462890625, + -0.044921875, + -0.0267791748046875, + -0.01303863525390625, + 0.01947021484375, + 0.0007433891296386719, + -0.0265960693359375, + 0.03436279296875, + -0.00405120849609375, + -0.00841522216796875, + -0.045440673828125, + 0.0128631591796875, + -0.01374053955078125, + 0.04034423828125, + 0.0027408599853515625, + -0.0262451171875, + 0.00823211669921875, + -0.0204315185546875, + 0.0008974075317382812, + -0.001739501953125, + 0.01250457763671875, + -0.0157623291015625, + 0.0189361572265625, + -0.05145263671875, + -0.036285400390625, + 0.02783203125, + 0.02008056640625, + -0.004337310791015625, + -0.032928466796875, + 0.04052734375, + 0.00023257732391357422, + -0.060943603515625, + 0.01180267333984375, + -0.01136016845703125, + -0.031890869140625, + 0.017791748046875, + 0.00841522216796875, + 0.0024776458740234375, + 0.00519561767578125, + 0.02227783203125, + 0.0206146240234375, + 0.0389404296875, + 0.00643157958984375, + -0.0020580291748046875, + 0.0107879638671875, + -0.01611328125, + 0.0037441253662109375, + 0.0288848876953125, + 0.025726318359375, + -0.02325439453125, + 0.01708984375, + 0.0166473388671875, + -0.0870361328125, + -0.0174407958984375, + -0.0198211669921875, + -0.047576904296875, + 0.005504608154296875, + 0.056732177734375, + 0.043701171875, + -0.0164642333984375, + 0.0445556640625, + 0.0230712890625, + 0.034515380859375, + -0.01250457763671875, + -0.0182342529296875, + -0.0810546875, + -0.0265960693359375, + 0.0283660888671875, + 0.0341796875, + -0.050384521484375, + 0.036102294921875, + 0.067626953125, + 0.0019588470458984375, + -0.01497650146484375, + -0.0172576904296875, + -0.0009794235229492188, + 0.05108642578125, + 0.031005859375, + 0.004581451416015625, + -0.08489990234375, + -0.007091522216796875, + 0.0243072509765625, + -0.016204833984375, + 0.00907135009765625, + -0.021759033203125, + -0.0401611328125, + 0.04351806640625, + -0.050018310546875, + -0.0127716064453125, + -0.0070037841796875, + 0.06268310546875, + 0.033477783203125, + -0.043853759765625, + -0.01690673828125, + 0.045440673828125, + 0.028533935546875, + -0.03594970703125, + 0.035064697265625, + -0.01312255859375, + -0.00753021240234375, + 0.0265960693359375, + 0.050384521484375, + -0.00022840499877929688, + 0.048980712890625, + 0.01444244384765625, + -0.039642333984375, + 0.0024547576904296875, + -0.00524139404296875, + 0.023956298828125, + -0.00270843505859375, + -0.047210693359375, + -0.0267791748046875, + -0.064453125, + 0.025726318359375, + 0.01338958740234375, + 0.01374053955078125, + 0.0181427001953125, + 0.019287109375, + -0.006519317626953125, + 0.0165557861328125, + 0.0174407958984375, + 0.040679931640625, + 0.018768310546875, + -0.0058135986328125, + 0.003192901611328125, + 0.0243072509765625, + 0.01092529296875, + -0.0299530029296875, + 0.0274810791015625, + -0.0283660888671875, + -0.004207611083984375, + -0.0297698974609375, + -0.01303863525390625, + 0.0005502700805664062, + -0.0197296142578125, + -0.0103912353515625, + -0.0267791748046875, + 0.00946807861328125, + -0.0150604248046875, + -0.0205230712890625, + -0.0134735107421875, + 0.023956298828125, + -0.0655517578125, + 0.00977325439453125, + 0.044219970703125, + -0.039459228515625, + 0.00603485107421875, + -0.058837890625, + 0.0771484375, + 0.0234222412109375, + 0.025726318359375, + -0.009735107421875, + 0.026947021484375, + 0.036102294921875, + -0.0034122467041015625, + -0.016204833984375, + 0.041046142578125, + -0.00539398193359375, + 0.043853759765625, + 0.05706787109375, + 0.0218505859375, + -0.039276123046875, + 0.0181427001953125, + -0.0011730194091796875, + -0.06304931640625, + 0.052154541015625, + -0.0019817352294921875, + 0.01338958740234375, + -0.017974853515625, + 0.0164642333984375, + -0.00801849365234375, + -0.053192138671875, + 0.06414794921875, + 0.031524658203125, + -0.007396697998046875, + 0.00885009765625, + -0.042633056640625, + 0.0155029296875, + 0.02227783203125, + 0.020965576171875, + -0.053558349609375, + 0.0560302734375, + -0.018402099609375, + 0.005306243896484375, + -0.0088958740234375, + 0.01409149169921875, + -0.0189361572265625, + 0.04791259765625, + -0.0164642333984375, + 0.056732177734375, + 0.01145172119140625, + 0.01021575927734375, + -0.050384521484375, + -0.01532745361328125, + 0.02227783203125, + 0.0100860595703125, + 0.06268310546875, + -0.05426025390625, + -0.02227783203125, + 0.001827239990234375, + 0.046142578125, + 0.07965087890625, + -0.00365447998046875, + 0.037689208984375, + 0.00603485107421875, + -0.0009360313415527344, + -0.01444244384765625, + -0.02923583984375 + ], + "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_SIFT_Workstation", + "type": "tool", + "name": "SIFT Workstation", + "content": "sift workstation sans investigative forensic toolkit vereint über 500 open-source-tools in einer kuratierten ubuntu-distribution. rob lees vision einer kostenlosen alternative zu kommerziellen suiten wurde realität. vorinstalliert und konfiguriert: autopsy, volatility, plaso, registry-tools, timeline-analyzer. die dfir-menüstruktur gruppiert tools nach untersuchungsphasen. besonders wertvoll: vorkonfigurierte python-umgebungen, aktualisierte tool-versionen, integrierte dokumentation. remnux-integration für malware-analyse. die vm kann als appliance oder wsl2 laufen. regelmäßige updates durch sans- community. die mitgelieferten cheat-sheets beschleunigen einarbeitung. mount-image-pro automatisiert evidence-mounting. sift-cli verwaltet updates. die kostenlosen workbooks führen durch typische untersuchungen. performance optimiert für forensik-workloads. die alternative wenn budget für kommerzielle tools fehlt. gui command-line 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.01529693603515625, + 0.043701171875, + 0.04071044921875, + -0.0224456787109375, + 0.033172607421875, + 0.0173797607421875, + 0.0006084442138671875, + -0.00439453125, + -0.0298004150390625, + -0.00263214111328125, + -0.02264404296875, + 0.045867919921875, + 0.002544403076171875, + -0.0007758140563964844, + -0.055206298828125, + 0.0192718505859375, + 0.014801025390625, + 0.01409912109375, + 0.01197052001953125, + 0.011871337890625, + -0.03912353515625, + -0.03277587890625, + -0.040924072265625, + 0.00243377685546875, + 0.0135040283203125, + -0.001346588134765625, + -0.0234375, + -0.0845947265625, + -0.00958251953125, + -0.0091400146484375, + 0.002109527587890625, + -0.0201568603515625, + 0.0027179718017578125, + 0.04229736328125, + 0.00923919677734375, + -0.0016508102416992188, + -0.0038242340087890625, + -0.037139892578125, + -0.0247344970703125, + 0.0216522216796875, + -0.01360321044921875, + 0.00794219970703125, + 0.01678466796875, + 0.0060577392578125, + -0.00011014938354492188, + -0.038726806640625, + 0.01280975341796875, + -0.0191650390625, + 0.0279998779296875, + -0.03594970703125, + 0.04229736328125, + 0.034759521484375, + -0.0170745849609375, + -0.0158843994140625, + -0.04150390625, + 0.0200653076171875, + 0.0162811279296875, + -0.01146697998046875, + -0.051239013671875, + 0.028594970703125, + -0.038330078125, + -0.0221405029296875, + -0.032958984375, + -0.01568603515625, + 0.0021724700927734375, + 0.00908660888671875, + 0.01490020751953125, + -0.02740478515625, + 0.005985260009765625, + 0.00024211406707763672, + -0.00833892822265625, + -0.01087188720703125, + -0.02899169921875, + 0.0232391357421875, + -0.03973388671875, + -0.04052734375, + 0.0057830810546875, + 0.0149993896484375, + 0.0247344970703125, + 0.00963592529296875, + -0.04986572265625, + 0.0208587646484375, + 0.044097900390625, + -0.0189666748046875, + -0.00829315185546875, + -0.00457000732421875, + 0.0115203857421875, + 0.0010862350463867188, + -0.005512237548828125, + -0.010772705078125, + 0.0252227783203125, + -0.0139007568359375, + 0.0027313232421875, + -0.02740478515625, + 0.054412841796875, + 0.04071044921875, + -0.00730133056640625, + -0.026611328125, + -0.0120697021484375, + 0.037750244140625, + 0.0201568603515625, + -0.04449462890625, + 0.0305938720703125, + -0.014495849609375, + 0.0301971435546875, + -0.051239013671875, + 0.016387939453125, + -0.017974853515625, + -0.0015583038330078125, + -0.01439666748046875, + -0.09375, + -0.03277587890625, + -0.01146697998046875, + -0.06988525390625, + -0.015594482421875, + 0.016876220703125, + -0.00730133056640625, + 0.025421142578125, + -0.04449462890625, + -0.051239013671875, + 0.02374267578125, + 0.022735595703125, + -0.001850128173828125, + 0.007843017578125, + -0.04986572265625, + -0.04925537109375, + 0.004119873046875, + 0.0229339599609375, + -0.03814697265625, + -0.00958251953125, + -0.020751953125, + -0.0220489501953125, + -0.031768798828125, + -0.0192718505859375, + -0.00829315185546875, + -0.029998779296875, + 0.02581787109375, + 0.0103302001953125, + -0.00675201416015625, + 0.00868988037109375, + 0.032958984375, + -0.01380157470703125, + -0.04827880859375, + -0.0089874267578125, + -0.041717529296875, + -0.0188751220703125, + -0.0164794921875, + 0.052825927734375, + -0.02374267578125, + 0.002582550048828125, + 0.00714874267578125, + 0.0158843994140625, + 0.02264404296875, + 0.004119873046875, + 0.013702392578125, + -0.037750244140625, + 0.00370025634765625, + -0.006702423095703125, + 0.045074462890625, + -0.00823974609375, + 0.003749847412109375, + 0.0035991668701171875, + 0.00296783447265625, + 0.00904083251953125, + -0.00316619873046875, + -0.03753662109375, + -0.01519775390625, + 0.0218505859375, + 0.0252227783203125, + 0.00215911865234375, + 0.045684814453125, + 0.01027679443359375, + 0.0283966064453125, + 0.060394287109375, + 0.006999969482421875, + 0.021453857421875, + -0.00963592529296875, + -0.00516510009765625, + 0.04132080078125, + 0.044891357421875, + -0.017181396484375, + -0.01947021484375, + 0.032379150390625, + 0.00302886962890625, + 0.0024204254150390625, + 0.0173797607421875, + -0.0313720703125, + -0.029998779296875, + -0.032562255859375, + 0.0268096923828125, + -0.03814697265625, + -0.0153961181640625, + -0.016082763671875, + 0.00873565673828125, + 0.0158843994140625, + 0.058807373046875, + 0.003276824951171875, + -0.00823974609375, + 0.019866943359375, + -0.0057830810546875, + 0.004917144775390625, + 0.03515625, + 0.007598876953125, + 0.023345947265625, + 0.003971099853515625, + 0.0204620361328125, + 0.009979248046875, + 0.045867919921875, + 0.00730133056640625, + -0.029205322265625, + -0.0135040283203125, + 0.077880859375, + -0.042510986328125, + -0.0276031494140625, + -0.0357666015625, + -0.035369873046875, + 0.01102447509765625, + -0.00603485107421875, + -0.0146026611328125, + -0.00714874267578125, + -0.002346038818359375, + -0.04986572265625, + -0.0014333724975585938, + 0.0247344970703125, + 0.01201629638671875, + 0.032562255859375, + 0.00958251953125, + -0.01146697998046875, + -0.029998779296875, + 0.031585693359375, + 0.01519775390625, + 0.04229736328125, + 0.0157928466796875, + -0.0009927749633789062, + -0.0309906005859375, + -0.027801513671875, + 0.039520263671875, + 0.0196685791015625, + 0.00904083251953125, + 0.00799560546875, + -0.006183624267578125, + 0.0260162353515625, + -0.0097808837890625, + 0.053619384765625, + 0.041717529296875, + -0.017974853515625, + -0.006603240966796875, + 0.01490020751953125, + 0.0013589859008789062, + 0.034942626953125, + -0.0579833984375, + -0.0116729736328125, + -0.08062744140625, + 0.0191650390625, + -0.059600830078125, + -0.0229339599609375, + -0.00823974609375, + -0.040130615234375, + 0.052032470703125, + -0.0294036865234375, + -0.029205322265625, + 0.01399993896484375, + 0.035552978515625, + 0.0059356689453125, + 0.03912353515625, + 0.005462646484375, + -0.0188751220703125, + -0.005313873291015625, + 0.05718994140625, + -0.00928497314453125, + -0.033966064453125, + -0.00928497314453125, + 0.005138397216796875, + -0.0276031494140625, + 0.018280029296875, + -0.00923919677734375, + 0.010772705078125, + 0.0204620361328125, + 0.028594970703125, + 0.0252227783203125, + -0.003376007080078125, + 0.005985260009765625, + 0.01470184326171875, + 0.050262451171875, + -0.033172607421875, + -0.0005774497985839844, + -0.0225372314453125, + 0.002483367919921875, + -0.0212554931640625, + -0.07586669921875, + 0.00829315185546875, + 0.040313720703125, + 0.01340484619140625, + 0.005512237548828125, + 0.0303955078125, + -0.04290771484375, + -0.009979248046875, + -0.0225372314453125, + 0.0305938720703125, + 0.0095367431640625, + 0.0279998779296875, + -0.01409912109375, + 0.00730133056640625, + -0.0091400146484375, + 0.0146026611328125, + -0.023040771484375, + -0.045684814453125, + -0.02264404296875, + -0.01027679443359375, + -0.033355712890625, + -0.023345947265625, + 0.0303955078125, + -0.02581787109375, + 0.01340484619140625, + -0.00983428955078125, + -0.005908966064453125, + -0.0146026611328125, + -0.052032470703125, + 0.007450103759765625, + -0.0224456787109375, + -0.044677734375, + 0.007198333740234375, + 0.04669189453125, + 0.00958251953125, + -0.0028171539306640625, + -0.02899169921875, + -0.021942138671875, + -0.03814697265625, + 0.0038738250732421875, + -0.003276824951171875, + 0.032958984375, + -0.0095367431640625, + 0.03973388671875, + 0.0181732177734375, + 0.0294036865234375, + 0.01236724853515625, + 0.0643310546875, + 0.02374267578125, + -0.023040771484375, + -0.01047515869140625, + 0.0087890625, + 0.005313873291015625, + -0.005859375, + -0.0305938720703125, + -0.01241302490234375, + -0.00794219970703125, + -0.0085906982421875, + 0.004344940185546875, + 0.0139007568359375, + 0.02960205078125, + 0.031768798828125, + -0.046478271484375, + -0.0024089813232421875, + 0.062744140625, + 0.00853729248046875, + 0.1080322265625, + -0.0169830322265625, + -0.055999755859375, + 0.014495849609375, + 0.0298004150390625, + 0.0008687973022460938, + -0.0028171539306640625, + 0.02740478515625, + 0.00849151611328125, + 0.0028171539306640625, + 0.041717529296875, + -0.027008056640625, + 0.02581787109375, + -0.01280975341796875, + 0.0023593902587890625, + 0.034942626953125, + 0.0010547637939453125, + 0.031585693359375, + 0.043701171875, + 0.031768798828125, + 0.00283050537109375, + 0.043304443359375, + -0.0197601318359375, + -0.033355712890625, + -0.033966064453125, + -0.08380126953125, + 0.01409912109375, + 0.021453857421875, + 0.00928497314453125, + 0.028594970703125, + -0.0133056640625, + -0.05242919921875, + 0.0247344970703125, + -0.0357666015625, + 0.031768798828125, + 0.03973388671875, + 0.029205322265625, + 0.0196685791015625, + -0.02374267578125, + 0.034942626953125, + 0.03656005859375, + 0.00402069091796875, + 0.039520263671875, + 0.0298004150390625, + 0.036163330078125, + 0.01529693603515625, + -0.033172607421875, + 0.03216552734375, + 0.04608154296875, + 0.00176239013671875, + 0.026214599609375, + 0.00421905517578125, + 0.0184783935546875, + 0.0232391357421875, + -0.0287933349609375, + 0.0298004150390625, + 0.038543701171875, + -0.002445220947265625, + -0.0223388671875, + 0.00263214111328125, + 0.0003771781921386719, + -0.06512451171875, + -0.00809478759765625, + -0.01529693603515625, + 0.00615692138671875, + 0.00888824462890625, + 0.022247314453125, + -0.07391357421875, + 0.0019245147705078125, + 0.029205322265625, + -0.08026123046875, + 0.006008148193359375, + 0.034759521484375, + 0.004119873046875, + 0.0186767578125, + -0.0208587646484375, + -0.047882080078125, + 0.0197601318359375, + -0.02423095703125, + -0.044281005859375, + 0.027801513671875, + 0.0159912109375, + -0.0548095703125, + -0.01727294921875, + -0.023834228515625, + -0.0250244140625, + -0.0223388671875, + -0.01221466064453125, + 0.033355712890625, + 0.01226806640625, + -0.00814056396484375, + 0.0224456787109375, + 0.033355712890625, + -0.035552978515625, + -0.0264129638671875, + 0.038543701171875, + -0.045684814453125, + -0.036346435546875, + 0.0252227783203125, + -0.0022602081298828125, + 0.020660400390625, + -0.029205322265625, + -0.02374267578125, + 0.0008006095886230469, + 0.01062774658203125, + 0.01568603515625, + 0.0256195068359375, + -0.039520263671875, + -0.031585693359375, + -0.0462646484375, + 0.0357666015625, + 0.0036754608154296875, + 0.041900634765625, + 0.00269317626953125, + -0.0718994140625, + 0.045074462890625, + -0.060791015625, + -0.028594970703125, + 0.00044989585876464844, + 0.0229339599609375, + -0.0139007568359375, + 0.05841064453125, + -0.01568603515625, + -0.023834228515625, + -0.03436279296875, + 0.045867919921875, + -0.0020351409912109375, + 0.01007843017578125, + -0.044097900390625, + 0.0256195068359375, + 0.037139892578125, + -0.04290771484375, + -0.02899169921875, + -0.0162811279296875, + -0.031585693359375, + 0.047882080078125, + -0.06317138671875, + 0.004146575927734375, + 0.0208587646484375, + -0.0655517578125, + -0.0022716522216796875, + -0.03515625, + -0.02313232421875, + -0.052032470703125, + 0.02423095703125, + 0.0037994384765625, + -0.011871337890625, + 0.0303955078125, + 0.0035247802734375, + -0.005138397216796875, + 0.0164794921875, + -0.0005960464477539062, + -0.0234375, + 0.02740478515625, + -0.048858642578125, + -0.043487548828125, + -0.004543304443359375, + 0.045074462890625, + -0.038726806640625, + 0.0097808837890625, + -0.007049560546875, + -0.0264129638671875, + 0.045684814453125, + -0.049468994140625, + 0.004047393798828125, + -0.0283966064453125, + -0.0234375, + -0.00884246826171875, + -0.01409912109375, + 0.01470184326171875, + 0.029205322265625, + -0.0158843994140625, + 0.0204620361328125, + 0.03594970703125, + -0.0643310546875, + 0.029205322265625, + 0.0248260498046875, + 0.01490020751953125, + -0.0053863525390625, + 0.01549530029296875, + -0.01409912109375, + -0.004367828369140625, + 0.01549530029296875, + -0.03216552734375, + -0.021453857421875, + -0.08062744140625, + 0.01788330078125, + -0.00302886962890625, + 0.00489044189453125, + -0.00518798828125, + -0.0212554931640625, + -0.050262451171875, + -0.0272064208984375, + 0.03973388671875, + 0.0158843994140625, + -0.01142120361328125, + -0.03973388671875, + -0.01007843017578125, + 0.004741668701171875, + -0.0301971435546875, + 0.0345458984375, + -0.00506591796875, + 0.00675201416015625, + -0.004268646240234375, + -0.056793212890625, + 0.0173797607421875, + 0.027801513671875, + 0.036956787109375, + 0.01126861572265625, + 0.0149993896484375, + -0.0256195068359375, + 0.007843017578125, + -0.01340484619140625, + 0.001949310302734375, + -0.0068511962890625, + 0.0018625259399414062, + 0.03814697265625, + -0.0228424072265625, + 0.0133056640625, + -0.015594482421875, + -0.0037746429443359375, + 0.00730133056640625, + 0.01122283935546875, + -0.04071044921875, + 0.0201568603515625, + -0.006603240966796875, + 0.06988525390625, + -0.039520263671875, + -0.027801513671875, + -0.002147674560546875, + 0.01947021484375, + 0.0243377685546875, + 0.04547119140625, + -0.01102447509765625, + -0.033172607421875, + 0.014801025390625, + 0.0399169921875, + -0.0127105712890625, + -0.0204620361328125, + -0.04071044921875, + 0.000766754150390625, + 0.035552978515625, + 0.048065185546875, + 0.01146697998046875, + 0.10565185546875, + 0.006504058837890625, + 0.00409698486328125, + 0.034942626953125, + 0.053619384765625, + 0.03216552734375, + -0.03375244140625, + -0.050445556640625, + -0.0010671615600585938, + 0.0072479248046875, + -0.0205535888671875, + -0.03216552734375, + -0.0186767578125, + 0.0810546875, + -0.07745361328125, + -0.01490020751953125, + 0.00013494491577148438, + -0.0234375, + 0.01529693603515625, + -0.0006580352783203125, + -0.0064544677734375, + 0.0162811279296875, + -0.01082611083984375, + -0.0430908203125, + 0.01122283935546875, + -0.0056610107421875, + 0.028594970703125, + 0.06158447265625, + 0.0220489501953125, + 0.01419830322265625, + 0.0213470458984375, + 0.00223541259765625, + 0.03594970703125, + 0.0283966064453125, + 0.0205535888671875, + 0.02532958984375, + 0.0099334716796875, + 0.0228424072265625, + 0.0430908203125, + -0.0345458984375, + -0.027008056640625, + 0.0103302001953125, + 0.042510986328125, + 0.05322265625, + 0.0548095703125, + -0.0200653076171875, + 0.0166778564453125, + -0.0164794921875, + -0.024932861328125, + 0.0142974853515625, + -0.0077972412109375, + -0.0017995834350585938, + -0.048065185546875, + -0.033172607421875, + 0.0113677978515625, + -0.05322265625, + 0.03753662109375, + 0.012908935546875, + -0.04052734375, + -0.0201568603515625, + 0.029998779296875, + -0.0036754608154296875, + -0.03973388671875, + 0.0283966064453125, + 0.00516510009765625, + -0.0243377685546875, + -0.01092529296875, + -0.026611328125, + 0.0516357421875, + -0.0107269287109375, + -0.046875, + -0.0243377685546875, + 0.028594970703125, + -0.01087188720703125, + -0.036163330078125, + -0.039520263671875, + 0.048065185546875, + -0.0177764892578125, + -0.039337158203125, + -0.033966064453125, + -0.050262451171875, + 0.015594482421875, + -0.017974853515625, + 0.0169830322265625, + 0.0002605915069580078, + -0.03277587890625, + -0.0180816650390625, + -0.01409912109375, + -0.0200653076171875, + 0.04229736328125, + -0.031585693359375, + 0.0430908203125, + 0.0089874267578125, + 0.048858642578125, + 0.0186767578125, + 0.055999755859375, + -0.0139007568359375, + -0.00714874267578125, + -0.0064544677734375, + -0.062744140625, + 0.01161956787109375, + 0.00102996826171875, + 0.0173797607421875, + -0.07073974609375, + 0.0020732879638671875, + 0.0718994140625, + -0.052825927734375, + 0.03436279296875, + 0.0169830322265625, + -0.0181732177734375, + -0.05084228515625, + -0.0014209747314453125, + 0.002979278564453125, + 0.0245361328125, + 0.10247802734375, + -0.007747650146484375, + -0.0081939697265625, + -0.0166778564453125, + -0.0225372314453125, + 0.0506591796875, + 0.00576019287109375, + 0.03594970703125, + -0.0421142578125, + 0.017974853515625, + 0.0399169921875, + -0.038330078125, + 0.006256103515625, + -0.044097900390625, + 0.03216552734375, + 0.017974853515625, + -0.001712799072265625, + 0.0032024383544921875, + -0.01399993896484375, + -0.049652099609375, + -0.00849151611328125, + -0.028594970703125, + 0.031585693359375, + 0.004817962646484375, + 0.00615692138671875, + -0.0245361328125, + 0.0015392303466796875, + -0.01177215576171875, + -0.0452880859375, + -0.02313232421875, + -0.056793212890625, + 0.041717529296875, + 0.0028553009033203125, + -0.0430908203125, + 0.017181396484375, + 0.0025577545166015625, + -0.004070281982421875, + 0.01409912109375, + 0.0830078125, + -0.0399169921875, + -0.0036754608154296875, + 0.0303955078125, + 0.005908966064453125, + -0.004791259765625, + -0.01419830322265625, + -0.00963592529296875, + 0.027008056640625, + 0.0287933349609375, + -0.032379150390625, + 0.038543701171875, + 0.04449462890625, + -0.047271728515625, + -0.056396484375, + -0.04449462890625, + -0.04052734375, + 0.0313720703125, + -0.0107269287109375, + 0.025421142578125, + -0.01509857177734375, + -0.004245758056640625, + -0.1048583984375, + 0.047271728515625, + -0.01678466796875, + 0.01216888427734375, + 0.00296783447265625, + -0.01116943359375, + -0.06591796875, + -0.061187744140625, + 0.0146026611328125, + 0.02960205078125, + -0.02313232421875, + 0.0131072998046875, + 0.01251220703125, + -0.01003265380859375, + 0.0091400146484375, + 0.005733489990234375, + -0.00012564659118652344, + 0.0303955078125, + 0.02960205078125, + -0.032958984375, + 0.07269287109375, + -0.037933349609375, + 0.03216552734375, + -0.0173797607421875, + 0.0196685791015625, + -0.003116607666015625, + 0.00296783447265625, + -0.0177764892578125, + 0.01197052001953125, + 0.037933349609375, + 0.03515625, + -0.0170745849609375, + 0.0173797607421875, + -0.0177764892578125, + 0.00695037841796875, + -0.00888824462890625, + -0.026611328125, + 0.0074005126953125, + 0.01439666748046875, + -0.02581787109375, + -0.0027561187744140625, + -0.057586669921875, + -0.09771728515625, + 0.0157928466796875, + -0.05322265625, + -0.02105712890625, + 0.006702423095703125, + 0.01102447509765625, + 0.0035991668701171875, + -0.037750244140625, + 0.030792236328125, + -0.00794219970703125, + -0.016387939453125, + -0.039520263671875, + 0.033966064453125, + -0.0309906005859375, + 0.0335693359375, + 0.0064544677734375, + -0.0389404296875, + 0.0251312255859375, + -0.039520263671875, + 0.00249481201171875, + -0.02105712890625, + -0.0283966064453125, + -0.026611328125, + 0.0133056640625, + -0.0548095703125, + -0.01261138916015625, + 0.00635528564453125, + 0.0281982421875, + 0.0035495758056640625, + -0.006900787353515625, + 0.055206298828125, + 0.00409698486328125, + -0.053619384765625, + 0.03656005859375, + -0.0239410400390625, + -0.044097900390625, + -0.005908966064453125, + 0.0059356689453125, + 0.0037250518798828125, + 0.0033512115478515625, + 0.033172607421875, + 0.047271728515625, + 0.03277587890625, + -0.01439666748046875, + -0.0174713134765625, + -0.004421234130859375, + -0.0012044906616210938, + 0.0305938720703125, + 0.01146697998046875, + 0.018280029296875, + 0.0084381103515625, + 0.0228424072265625, + -0.02313232421875, + -0.096923828125, + -0.01236724853515625, + -0.04925537109375, + -0.05841064453125, + 0.02154541015625, + 0.0889892578125, + 0.03375244140625, + -0.002285003662109375, + 0.0301971435546875, + 0.042694091796875, + 0.052825927734375, + 0.017578125, + -0.0016508102416992188, + -0.03912353515625, + -0.005733489990234375, + 0.023834228515625, + 0.02532958984375, + -0.049652099609375, + 0.04766845703125, + 0.08184814453125, + -0.0024089813232421875, + 0.00015747547149658203, + 0.01490020751953125, + 0.006206512451171875, + 0.045684814453125, + 0.0216522216796875, + 0.0252227783203125, + -0.026214599609375, + 0.004245758056640625, + 0.01995849609375, + 0.0113677978515625, + -0.023834228515625, + -0.01439666748046875, + -0.026611328125, + 0.036163330078125, + -0.0731201171875, + -0.007598876953125, + 0.00655364990234375, + 0.0623779296875, + 0.019561767578125, + -0.036346435546875, + -0.0294036865234375, + 0.06353759765625, + 0.031982421875, + 0.000980377197265625, + 0.0192718505859375, + -0.0010366439819335938, + -0.006107330322265625, + 0.009979248046875, + 0.056793212890625, + 0.02532958984375, + 0.0731201171875, + 0.01003265380859375, + -0.05560302734375, + 0.03973388671875, + -0.0008749961853027344, + 0.00823974609375, + -0.00064849853515625, + -0.038543701171875, + -0.01116943359375, + -0.046478271484375, + 0.05401611328125, + 0.0116729736328125, + 0.036163330078125, + 0.0093841552734375, + -0.0116729736328125, + -0.007549285888671875, + 0.00603485107421875, + 0.0256195068359375, + 0.037139892578125, + 0.024932861328125, + 0.027008056640625, + 0.0309906005859375, + 0.026214599609375, + -0.0048675537109375, + -0.006282806396484375, + 0.038330078125, + -0.02899169921875, + -0.019073486328125, + -0.0484619140625, + -0.01256561279296875, + 0.0124664306640625, + -0.029205322265625, + -0.0035495758056640625, + -0.0146026611328125, + 0.012908935546875, + 0.005237579345703125, + -0.056793212890625, + -0.003326416015625, + 0.05718994140625, + -0.0421142578125, + 0.0272064208984375, + 0.01320648193359375, + -0.0221405029296875, + 0.0146026611328125, + -0.04827880859375, + 0.07110595703125, + 0.0127105712890625, + 0.012908935546875, + -0.003177642822265625, + 0.01241302490234375, + 0.0119171142578125, + 0.004146575927734375, + 0.0204620361328125, + 0.01201629638671875, + -0.050262451171875, + 0.049652099609375, + 0.037353515625, + 0.01116943359375, + -0.04150390625, + 0.046478271484375, + 0.01409912109375, + -0.07269287109375, + 0.050262451171875, + 0.01529693603515625, + 0.039337158203125, + -0.01837158203125, + 0.005809783935546875, + -0.00849151611328125, + -0.054412841796875, + 0.047088623046875, + 0.05322265625, + -0.027801513671875, + 0.0272064208984375, + -0.0548095703125, + 0.039520263671875, + 0.01409912109375, + 0.07745361328125, + -0.0687255859375, + 0.07470703125, + -0.006999969482421875, + 0.01197052001953125, + -0.012908935546875, + 0.027801513671875, + -0.0287933349609375, + 0.03515625, + -0.04388427734375, + 0.05841064453125, + 0.034149169921875, + -0.0301971435546875, + -0.0623779296875, + 0.0031032562255859375, + 0.041107177734375, + 0.00655364990234375, + 0.041107177734375, + -0.03973388671875, + -0.0097808837890625, + -0.015594482421875, + 0.047088623046875, + 0.07867431640625, + -0.004840850830078125, + 0.006504058837890625, + 0.005584716796875, + -0.006999969482421875, + -0.007450103759765625, + -0.023834228515625 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis", + "network-forensics", + "mobile-forensics" + ], + "phases": [], + "tags": [ + "gui", + "command-line", + "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_hashdeep", + "type": "tool", + "name": "hashdeep", + "content": "hashdeep multithread‑fähiges audit‑werkzeug, das dateien rekursiv einliest und gleich mehrere hash‑algorithmen (md5, sha‑1, sha‑256, tiger u.a.) erzeugt. unterstützt „baseline auditing“ zum automatischen wieder­erkennen neuer oder veränderter dateien und kann hash‑listen in nist‑nsrl‑ oder csv‑format ausgeben – perfekt für große datenträger‑batches. hashing auditing multihash static-investigations cloud-forensics examination analysis", + "embedding": [ + -0.0201263427734375, + 0.0172576904296875, + 0.052093505859375, + -0.019927978515625, + 0.029205322265625, + 0.011688232421875, + 0.038665771484375, + 0.0089263916015625, + -0.015289306640625, + -0.01390838623046875, + -0.032745361328125, + 0.05523681640625, + -0.0004284381866455078, + -0.01873779296875, + -0.059967041015625, + 0.04083251953125, + -0.0112457275390625, + 0.0009984970092773438, + 0.022491455078125, + 0.024261474609375, + -0.0274200439453125, + 0.00922393798828125, + -0.027618408203125, + 0.0118865966796875, + 0.006561279296875, + -0.011444091796875, + -0.032958984375, + -0.07220458984375, + -0.0311737060546875, + 0.02239990234375, + 0.00942230224609375, + -0.04931640625, + 0.0169677734375, + 0.02032470703125, + 0.01390838623046875, + -0.0192413330078125, + 0.023284912109375, + -0.037078857421875, + -0.01430511474609375, + 0.02130126953125, + -0.0133209228515625, + 0.01776123046875, + -0.002292633056640625, + -0.01080322265625, + -0.0174560546875, + -0.03985595703125, + 0.00981903076171875, + -0.017364501953125, + 0.0189361572265625, + -0.049530029296875, + 0.01873779296875, + 0.0272216796875, + 0.0184478759765625, + -0.017852783203125, + -0.0307769775390625, + 0.0282135009765625, + 0.04736328125, + -0.01129150390625, + -0.03375244140625, + 0.0278167724609375, + -0.03729248046875, + 0.0234832763671875, + 0.0243682861328125, + -0.031768798828125, + 0.039276123046875, + 0.020416259765625, + -0.04595947265625, + -0.0260467529296875, + 0.0006780624389648438, + 0.0264434814453125, + 0.0110015869140625, + -0.0076446533203125, + 0.0029964447021484375, + 0.03668212890625, + -0.03216552734375, + -0.04241943359375, + 0.00902557373046875, + 0.0138092041015625, + 0.0123291015625, + 0.00244140625, + -0.033538818359375, + 0.01479339599609375, + 0.0457763671875, + -0.025054931640625, + -0.00666046142578125, + 0.01361083984375, + 0.01361083984375, + -0.0038967132568359375, + 0.005794525146484375, + 0.007495880126953125, + 0.0222930908203125, + -0.011444091796875, + 0.031768798828125, + -0.018341064453125, + 0.031768798828125, + 0.06866455078125, + 0.01410675048828125, + -0.002132415771484375, + 0.01519012451171875, + 0.0272216796875, + 0.0198211669921875, + -0.01194000244140625, + 0.051300048828125, + -0.0260467529296875, + 0.04241943359375, + -0.0256500244140625, + 0.005374908447265625, + -0.0390625, + -0.01218414306640625, + -0.00710296630859375, + -0.09429931640625, + -0.039459228515625, + -0.042236328125, + -0.0662841796875, + 0.001590728759765625, + 0.005352020263671875, + -0.00228118896484375, + 0.04913330078125, + -0.052490234375, + -0.05841064453125, + -0.00260162353515625, + 0.0084381103515625, + -0.02081298828125, + -0.01390838623046875, + -0.045166015625, + -0.059967041015625, + 0.01134490966796875, + 0.01129150390625, + -0.017364501953125, + -0.0218048095703125, + -0.0036754608154296875, + 0.00966644287109375, + 0.0172576904296875, + -0.05328369140625, + 0.0028228759765625, + -0.026641845703125, + 0.016571044921875, + -0.02337646484375, + 0.01568603515625, + -0.01312255859375, + 0.035919189453125, + -0.031768798828125, + -0.06671142578125, + 0.017364501953125, + -0.00690460205078125, + -0.0142059326171875, + -0.0222015380859375, + 0.03668212890625, + -0.039276123046875, + 0.01282501220703125, + -0.004364013671875, + 0.0188446044921875, + 0.054443359375, + -0.00946807861328125, + 0.01558685302734375, + -0.04498291015625, + 0.007595062255859375, + -0.0295867919921875, + 0.0256500244140625, + -0.005573272705078125, + -0.02130126953125, + 0.0055999755859375, + -0.0278167724609375, + 0.024658203125, + -0.0272216796875, + -0.047943115234375, + -0.0174560546875, + 0.037689208984375, + -0.0016155242919921875, + 0.01499176025390625, + 0.059967041015625, + -0.0214996337890625, + 0.045379638671875, + 0.06671142578125, + -0.01430511474609375, + 0.025054931640625, + 0.0033779144287109375, + -0.00414276123046875, + 0.0631103515625, + 0.0121307373046875, + -0.02801513671875, + -0.0017633438110351562, + 0.08367919921875, + 0.00878143310546875, + 0.004810333251953125, + -0.009521484375, + -0.025054931640625, + 0.0244598388671875, + -0.004833221435546875, + 0.020721435546875, + -0.026641845703125, + -0.0180511474609375, + -0.02978515625, + 0.02288818359375, + 0.035308837890625, + 0.04083251953125, + 0.0227813720703125, + 0.004810333251953125, + 0.0560302734375, + -0.0146026611328125, + 0.0035762786865234375, + 0.0176544189453125, + 0.014007568359375, + 0.05328369140625, + 0.0205230712890625, + -0.0142059326171875, + 0.01262664794921875, + 0.035125732421875, + 0.031768798828125, + -0.036895751953125, + -0.0172576904296875, + 0.041229248046875, + -0.003070831298828125, + -0.0023670196533203125, + -0.04913330078125, + -0.034912109375, + -0.00466156005859375, + -0.00666046142578125, + -0.0274200439453125, + 0.003650665283203125, + -0.03411865234375, + -0.045166015625, + -0.005130767822265625, + 0.022003173828125, + -0.0256500244140625, + 0.0171661376953125, + 0.030975341796875, + -0.030181884765625, + -0.01361083984375, + 0.025054931640625, + -0.004364013671875, + 0.02081298828125, + 0.01390838623046875, + 0.014892578125, + 0.0023670196533203125, + -0.019134521484375, + 0.04913330078125, + 0.02545166015625, + 0.0112457275390625, + 0.014892578125, + -0.0205230712890625, + 0.0286102294921875, + -0.0171661376953125, + 0.040435791015625, + 0.0162811279296875, + -0.00818634033203125, + -0.0035762786865234375, + 0.00848388671875, + 0.018646240234375, + 0.04931640625, + -0.050506591796875, + -0.007350921630859375, + -0.059967041015625, + 0.00833892822265625, + -0.034332275390625, + -0.025848388671875, + -0.055633544921875, + -0.08050537109375, + 0.054840087890625, + -0.032562255859375, + 0.00902557373046875, + -0.0012826919555664062, + 0.030181884765625, + 0.0138092041015625, + 0.00542449951171875, + -0.0014429092407226562, + -0.056427001953125, + 0.036895751953125, + 0.06353759765625, + -0.0134124755859375, + -0.017364501953125, + -0.019927978515625, + 0.00690460205078125, + 0.0133209228515625, + 0.0134124755859375, + -0.0025157928466796875, + 0.014404296875, + 0.028411865234375, + 0.022003173828125, + 0.0080413818359375, + -0.006015777587890625, + -0.0013685226440429688, + -0.00666046142578125, + 0.03668212890625, + -0.0294036865234375, + -0.0150909423828125, + -0.02239990234375, + 0.0185394287109375, + -0.0185394287109375, + -0.04595947265625, + -0.01104736328125, + 0.0467529296875, + 0.001190185546875, + 0.011444091796875, + -0.0209197998046875, + -0.054046630859375, + 0.0037479400634765625, + 0.00394439697265625, + -0.0264434814453125, + 0.024566650390625, + 0.06591796875, + -0.045562744140625, + 0.0102081298828125, + -0.01045989990234375, + 0.00838470458984375, + -0.032562255859375, + -0.055633544921875, + -0.01030731201171875, + 0.0001348257064819336, + -0.01558685302734375, + -0.0278167724609375, + 0.0074462890625, + -0.031951904296875, + 0.01312255859375, + -0.00794219970703125, + -0.00574493408203125, + -0.05682373046875, + -0.0364990234375, + 0.005523681640625, + -0.03826904296875, + -0.0313720703125, + -0.035919189453125, + 0.057220458984375, + -0.006805419921875, + -0.004932403564453125, + -0.017059326171875, + 0.01070404052734375, + -0.010650634765625, + 0.011199951171875, + -0.03631591796875, + 0.03887939453125, + 0.0004715919494628906, + 0.0611572265625, + 0.02880859375, + 0.040252685546875, + 0.03631591796875, + 0.06036376953125, + 0.02337646484375, + -0.0286102294921875, + 0.01178741455078125, + -0.0018987655639648438, + 0.0015535354614257812, + 0.0142059326171875, + -0.011444091796875, + -0.0247650146484375, + -0.0108489990234375, + -0.035308837890625, + 0.0158843994140625, + 0.014404296875, + 0.032562255859375, + 0.0210113525390625, + -0.01242828369140625, + 0.0133209228515625, + 0.0765380859375, + -0.0106048583984375, + 0.1136474609375, + -0.005970001220703125, + -0.055633544921875, + 0.00897979736328125, + 0.05682373046875, + -0.0303802490234375, + 0.0019855499267578125, + 0.0274200439453125, + 0.02288818359375, + 0.0142059326171875, + 0.036102294921875, + -0.018341064453125, + 0.032958984375, + 0.0227813720703125, + 0.0004439353942871094, + 0.0264434814453125, + -0.0019359588623046875, + 0.0234832763671875, + 0.0380859375, + -0.0009307861328125, + 0.02880859375, + 0.031951904296875, + -0.022979736328125, + -0.0295867919921875, + -0.03631591796875, + -0.0675048828125, + 0.01262664794921875, + 0.037078857421875, + 0.0235748291015625, + 0.0390625, + -0.0238800048828125, + -0.07574462890625, + 0.0295867919921875, + -0.04144287109375, + 0.0509033203125, + 0.0509033203125, + 0.01371002197265625, + 0.01312255859375, + -0.0163726806640625, + 0.023284912109375, + 0.034515380859375, + 0.01154327392578125, + 0.02130126953125, + 0.039459228515625, + 0.047760009765625, + 0.00250244140625, + -0.041046142578125, + 0.021697998046875, + 0.03375244140625, + 0.0225830078125, + 0.0196380615234375, + 0.0218963623046875, + -0.002552032470703125, + 0.0256500244140625, + -0.0226898193359375, + 0.061553955078125, + 0.01470184326171875, + -0.0169677734375, + -0.005794525146484375, + -0.0028476715087890625, + 0.0192413330078125, + -0.014404296875, + 0.01351165771484375, + -0.0001341104507446289, + 0.0142059326171875, + 0.0037479400634765625, + 0.021209716796875, + -0.0467529296875, + -0.003871917724609375, + 0.0234832763671875, + -0.040435791015625, + 0.03826904296875, + 0.0295867919921875, + -0.0374755859375, + 0.00730133056640625, + -0.01074981689453125, + -0.07379150390625, + 0.06390380859375, + -0.0457763671875, + -0.03155517578125, + 0.003231048583984375, + 0.014404296875, + -0.044189453125, + -0.0235748291015625, + -0.0426025390625, + -0.019134521484375, + -0.01361083984375, + -0.01312255859375, + 0.0179595947265625, + -0.0214996337890625, + 0.015777587890625, + 0.05841064453125, + 0.0509033203125, + -0.0225830078125, + -0.049713134765625, + 0.047149658203125, + 0.0009188652038574219, + -0.052886962890625, + 0.03411865234375, + 0.0070037841796875, + 0.01203155517578125, + -0.029205322265625, + -0.050506591796875, + -0.0154876708984375, + 0.0106048583984375, + -0.0076446533203125, + 0.008880615234375, + -0.042022705078125, + -0.018157958984375, + -0.02978515625, + 0.05010986328125, + 0.006561279296875, + 0.033538818359375, + -0.02545166015625, + -0.04595947265625, + 0.0264434814453125, + -0.072998046875, + -0.047149658203125, + -0.0016527175903320312, + 0.0198211669921875, + 0.009521484375, + 0.0447998046875, + -0.0063629150390625, + 0.0095672607421875, + -0.0294036865234375, + 0.037078857421875, + 0.039276123046875, + -0.01312255859375, + -0.0733642578125, + 0.03216552734375, + 0.010406494140625, + -0.07537841796875, + -0.0189361572265625, + -0.032745361328125, + 0.0163726806640625, + 0.032745361328125, + -0.0576171875, + -0.007152557373046875, + -0.00902557373046875, + -0.01953125, + -0.034912109375, + -0.03472900390625, + -0.014404296875, + -0.02880859375, + 0.023284912109375, + 0.0295867919921875, + -0.0146026611328125, + 0.042999267578125, + 0.00991058349609375, + -0.0125274658203125, + 0.0159759521484375, + 0.0016279220581054688, + -0.004909515380859375, + 0.0509033203125, + -0.035125732421875, + -0.010650634765625, + -0.0167694091796875, + 0.0447998046875, + -0.014892578125, + -0.004390716552734375, + -0.00037598609924316406, + -0.05169677734375, + 0.047760009765625, + -0.05841064453125, + 0.01568603515625, + -0.020721435546875, + -0.033538818359375, + -0.06866455078125, + -0.017364501953125, + 0.0243682861328125, + 0.0102081298828125, + 0.0029354095458984375, + -0.019439697265625, + 0.0179595947265625, + -0.04595947265625, + 0.0230865478515625, + 0.0154876708984375, + -0.0167694091796875, + -0.00360107421875, + -0.0014057159423828125, + 0.042816162109375, + -0.0006966590881347656, + 0.026824951171875, + -0.0239715576171875, + -0.0218048095703125, + -0.072998046875, + 0.034515380859375, + -0.0036258697509765625, + -0.01258087158203125, + -0.017059326171875, + -0.045166015625, + -0.078125, + -0.00106048583984375, + 0.04595947265625, + 0.030181884765625, + -0.0211181640625, + -0.0274200439453125, + -0.024169921875, + -0.00882720947265625, + -0.025848388671875, + 0.02545166015625, + -0.0225830078125, + -0.0021820068359375, + 0.0072021484375, + -0.0222930908203125, + 0.054046630859375, + 0.033538818359375, + 0.0121307373046875, + 0.02978515625, + -0.0210113525390625, + -0.03375244140625, + 0.01312255859375, + -0.0240631103515625, + -0.04736328125, + -0.00902557373046875, + -0.0012025833129882812, + 0.048919677734375, + -0.032745361328125, + -0.020416259765625, + 0.030975341796875, + 0.025848388671875, + 0.0256500244140625, + -0.0057220458984375, + -0.019134521484375, + 0.0150909423828125, + -0.007396697998046875, + 0.058807373046875, + -0.03375244140625, + -0.06787109375, + 0.00882720947265625, + -0.006191253662109375, + 0.054046630859375, + 0.03314208984375, + -0.0286102294921875, + -0.026641845703125, + 0.022003173828125, + 0.07183837890625, + -0.026641845703125, + -0.01873779296875, + -0.0034770965576171875, + -0.007843017578125, + 0.0146026611328125, + 0.057220458984375, + 0.01050567626953125, + 0.08642578125, + 0.02130126953125, + 0.0118408203125, + 0.0166778564453125, + 0.035919189453125, + -0.0013132095336914062, + -0.02337646484375, + -0.0777587890625, + -0.00350189208984375, + 0.0169677734375, + -0.033538818359375, + -0.00614166259765625, + -0.04144287109375, + 0.042236328125, + -0.06982421875, + -0.02880859375, + 0.00670623779296875, + -0.01953125, + 0.0303802490234375, + 0.0256500244140625, + -0.0355224609375, + -0.0007677078247070312, + 0.016571044921875, + -0.024169921875, + -0.017059326171875, + 0.002971649169921875, + 0.0252532958984375, + 0.048919677734375, + 0.0192413330078125, + -0.043792724609375, + 0.03216552734375, + 0.01282501220703125, + 0.03631591796875, + 0.0406494140625, + 0.039459228515625, + 0.026641845703125, + 0.02496337890625, + 0.0313720703125, + 0.057220458984375, + -0.0123291015625, + -0.0238800048828125, + 0.03216552734375, + 0.01090240478515625, + 0.03631591796875, + 0.045562744140625, + -0.00426483154296875, + -0.00164031982421875, + 0.0222015380859375, + -0.059967041015625, + -0.0106048583984375, + -0.01114654541015625, + -0.0247650146484375, + -0.04913330078125, + -0.00530242919921875, + 0.018646240234375, + -0.040252685546875, + 0.0560302734375, + 0.0256500244140625, + -0.042236328125, + -0.0103607177734375, + 0.0256500244140625, + 0.012481689453125, + -0.047943115234375, + -0.0122833251953125, + -0.0235748291015625, + -0.0162811279296875, + -0.031768798828125, + -0.050506591796875, + 0.031768798828125, + -0.0019483566284179688, + -0.062347412109375, + -0.031768798828125, + 0.035919189453125, + -0.0031452178955078125, + -0.03985595703125, + -0.03216552734375, + -0.005374908447265625, + -0.035919189453125, + -0.009124755859375, + -0.039642333984375, + -0.0222930908203125, + 0.041046142578125, + -0.026641845703125, + -0.00690460205078125, + -0.017059326171875, + -0.0264434814453125, + -0.00966644287109375, + -0.00394439697265625, + -0.0035762786865234375, + 0.0169677734375, + -0.0240631103515625, + 0.046356201171875, + 0.0154876708984375, + 0.0169677734375, + 0.035919189453125, + 0.046966552734375, + 0.00279998779296875, + 0.011199951171875, + -0.01371002197265625, + -0.046173095703125, + 0.01030731201171875, + 0.00394439697265625, + 0.022491455078125, + -0.0714111328125, + 0.001110076904296875, + 0.05841064453125, + -0.059173583984375, + 0.0303802490234375, + 0.0011529922485351562, + 0.00646209716796875, + -0.044189453125, + -0.00360107421875, + 0.0211181640625, + 0.004070281982421875, + 0.09429931640625, + 0.019927978515625, + -0.0260467529296875, + 0.0016527175903320312, + -0.04656982421875, + 0.0311737060546875, + 0.029205322265625, + 0.017364501953125, + -0.0231781005859375, + 0.0294036865234375, + 0.0036754608154296875, + -0.0274200439453125, + 0.0196380615234375, + -0.0867919921875, + -0.006511688232421875, + -0.0017757415771484375, + 0.01312255859375, + -0.0260467529296875, + -0.00466156005859375, + -0.054443359375, + -0.045166015625, + -0.04144287109375, + 0.01568603515625, + -0.0025157928466796875, + 0.0222015380859375, + -0.07574462890625, + -0.01222991943359375, + 0.0150909423828125, + -0.03887939453125, + -0.0311737060546875, + -0.024261474609375, + 0.033935546875, + -0.0032806396484375, + -0.04656982421875, + 0.012725830078125, + 0.0214080810546875, + 0.038665771484375, + 0.02801513671875, + 0.01361083984375, + -0.0390625, + -0.0142059326171875, + 0.01499176025390625, + 0.042816162109375, + 0.01538848876953125, + -0.0129241943359375, + 0.0037975311279296875, + 0.012481689453125, + 0.01470184326171875, + -0.056427001953125, + 0.0005116462707519531, + 0.0256500244140625, + 0.0016765594482421875, + -0.07537841796875, + -0.0323486328125, + -0.024566650390625, + 0.050323486328125, + -0.009521484375, + 0.027618408203125, + 0.0134124755859375, + -0.00902557373046875, + -0.0714111328125, + 0.0643310546875, + -0.0185394287109375, + 0.0222930908203125, + 0.019134521484375, + -0.0307769775390625, + -0.042022705078125, + -0.0595703125, + -0.02081298828125, + 0.02001953125, + -0.0209197998046875, + 0.044403076171875, + 0.0270233154296875, + 0.001190185546875, + 0.00902557373046875, + -0.006290435791015625, + 0.00024962425231933594, + 0.047943115234375, + -0.0022563934326171875, + -0.00646209716796875, + 0.061553955078125, + -0.040252685546875, + 0.01450347900390625, + -0.007053375244140625, + 0.009521484375, + 0.005130767822265625, + 0.006855010986328125, + 0.003032684326171875, + 0.007793426513671875, + 0.034332275390625, + 0.0290069580078125, + -0.018646240234375, + 0.0003883838653564453, + -0.01302337646484375, + 0.032958984375, + 0.031951904296875, + 0.01390838623046875, + -0.0171661376953125, + -0.0024547576904296875, + -0.007595062255859375, + -0.020416259765625, + -0.042999267578125, + -0.0726318359375, + -0.0032062530517578125, + -0.01538848876953125, + -0.019439697265625, + 0.0164794921875, + 0.019439697265625, + 0.003452301025390625, + -0.024169921875, + 0.0234832763671875, + 0.01050567626953125, + -0.0102081298828125, + -0.026641845703125, + 0.01055908203125, + -0.0138092041015625, + 0.0355224609375, + -0.009368896484375, + -0.0218048095703125, + 0.041046142578125, + 0.0018491744995117188, + -0.008880615234375, + -0.004955291748046875, + -0.010009765625, + -0.042236328125, + 0.0218963623046875, + -0.04852294921875, + -0.0355224609375, + 0.032958984375, + 0.0176544189453125, + 0.0014362335205078125, + -0.045379638671875, + 0.052490234375, + -0.01110076904296875, + -0.0682373046875, + -0.0028228759765625, + -0.0146026611328125, + -0.0726318359375, + 0.0313720703125, + -0.0180511474609375, + 0.0218963623046875, + -0.015777587890625, + 0.01904296875, + 0.026824951171875, + 0.04339599609375, + 0.01824951171875, + -0.0093231201171875, + -0.01519012451171875, + -0.0133209228515625, + 0.016571044921875, + 0.04498291015625, + 0.0012025833129882812, + -0.005870819091796875, + 0.015289306640625, + -0.0122833251953125, + -0.08209228515625, + 0.0037479400634765625, + -0.0252532958984375, + -0.04498291015625, + 0.019927978515625, + 0.0970458984375, + 0.035919189453125, + 0.0097198486328125, + 0.0218048095703125, + 0.0509033203125, + 0.0214080810546875, + 0.019927978515625, + -0.011688232421875, + -0.054443359375, + -0.01470184326171875, + -0.0026397705078125, + 0.047943115234375, + -0.06549072265625, + 0.045562744140625, + 0.043792724609375, + -0.0226898193359375, + -0.0154876708984375, + 0.00962066650390625, + -0.00574493408203125, + 0.052886962890625, + 0.01238250732421875, + 0.034332275390625, + -0.04656982421875, + 0.0044403076171875, + -0.0015659332275390625, + 0.01110076904296875, + -0.010650634765625, + 0.016571044921875, + -0.02001953125, + 0.03155517578125, + -0.04736328125, + 0.004734039306640625, + -0.004070281982421875, + 0.07537841796875, + -0.008087158203125, + -0.058807373046875, + -0.0262451171875, + 0.048126220703125, + 0.024261474609375, + -0.031951904296875, + 0.0035266876220703125, + -0.01194000244140625, + -0.01361083984375, + 0.04083251953125, + 0.045562744140625, + -0.00028824806213378906, + 0.0163726806640625, + 0.00614166259765625, + -0.0374755859375, + 0.036895751953125, + -0.00666046142578125, + 0.01178741455078125, + -0.0016279220581054688, + -0.045562744140625, + -0.01050567626953125, + -0.05364990234375, + 0.032562255859375, + 0.011444091796875, + 0.00446319580078125, + 0.025848388671875, + -0.00170135498046875, + -0.0264434814453125, + -0.0021572113037109375, + 0.010406494140625, + 0.022003173828125, + 0.004634857177734375, + -0.017364501953125, + 0.0256500244140625, + 0.038665771484375, + -0.012481689453125, + -0.05169677734375, + 0.0509033203125, + -0.0164794921875, + -0.004489898681640625, + -0.04736328125, + 0.0015411376953125, + -0.0004622936248779297, + -0.0264434814453125, + 0.000006079673767089844, + -0.02130126953125, + 0.03411865234375, + -0.0218048095703125, + -0.039642333984375, + -0.0129241943359375, + 0.043609619140625, + -0.0252532958984375, + 0.052490234375, + 0.018157958984375, + -0.023284912109375, + 0.0264434814453125, + -0.0675048828125, + 0.054046630859375, + 0.032745361328125, + 0.01129150390625, + 0.00228118896484375, + 0.009521484375, + 0.0231781005859375, + -0.01074981689453125, + 0.005130767822265625, + 0.009368896484375, + -0.014007568359375, + 0.033355712890625, + 0.0256500244140625, + 0.0142059326171875, + -0.0313720703125, + 0.0307769775390625, + 0.0016765594482421875, + -0.03314208984375, + 0.042999267578125, + 0.0374755859375, + 0.00981903076171875, + 0.001220703125, + -0.025848388671875, + 0.0093231201171875, + -0.061553955078125, + 0.032958984375, + 0.032562255859375, + -0.003021240234375, + 0.034332275390625, + -0.03668212890625, + 0.052490234375, + 0.019134521484375, + 0.0611572265625, + -0.0189361572265625, + 0.034515380859375, + -0.018646240234375, + 0.0167694091796875, + -0.00942230224609375, + 0.0089263916015625, + -0.023681640625, + 0.0447998046875, + -0.040252685546875, + 0.04913330078125, + 0.032562255859375, + -0.0003082752227783203, + -0.0509033203125, + -0.0270233154296875, + -0.016876220703125, + 0.0163726806640625, + 0.034332275390625, + -0.037078857421875, + 0.00202178955078125, + 0.0014057159423828125, + 0.0595703125, + 0.044586181640625, + 0.002429962158203125, + 0.0220947265625, + -0.021209716796875, + 0.0006504058837890625, + 0.0086822509765625, + -0.0012454986572265625 + ], + "metadata": { + "domains": [ + "static-investigations", + "cloud-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "hashing", + "auditing", + "multihash" + ], + "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. command-line 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.044921875, + 0.0172882080078125, + 0.04730224609375, + -0.004322052001953125, + 0.0271148681640625, + 0.0206451416015625, + -0.01319122314453125, + 0.00714111328125, + -0.004367828369140625, + 0.01273345947265625, + -0.0156402587890625, + 0.0589599609375, + -0.0222015380859375, + -0.00582122802734375, + -0.060394287109375, + 0.0574951171875, + -0.0120086669921875, + -0.0007958412170410156, + 0.0019664764404296875, + 0.0164642333984375, + -0.019012451171875, + -0.03985595703125, + -0.04656982421875, + 0.00795745849609375, + -0.0005712509155273438, + -0.002285003662109375, + -0.0012226104736328125, + -0.0567626953125, + -0.023468017578125, + -0.0006594657897949219, + 0.0092315673828125, + -0.0196533203125, + 0.006458282470703125, + 0.0158233642578125, + 0.01355743408203125, + -0.0216522216796875, + 0.00498199462890625, + -0.014556884765625, + -0.013916015625, + 0.061859130859375, + -0.0089111328125, + -0.0118255615234375, + -0.00582122802734375, + -0.01328277587890625, + -0.004230499267578125, + -0.043487548828125, + 0.0169219970703125, + -0.0120086669921875, + 0.0301971435546875, + -0.0305633544921875, + 0.032196044921875, + 0.044921875, + -0.01355743408203125, + -0.02911376953125, + -0.0382080078125, + 0.032196044921875, + 0.042022705078125, + -0.0025119781494140625, + -0.033477783203125, + 0.06622314453125, + -0.052764892578125, + -0.0274658203125, + 0.0009212493896484375, + -0.02911376953125, + 0.0094146728515625, + 0.0185546875, + -0.018096923828125, + -0.042022705078125, + -0.014007568359375, + -0.009735107421875, + -0.00035381317138671875, + -0.004344940185546875, + -0.01947021484375, + 0.0222930908203125, + -0.040924072265625, + -0.06658935546875, + 0.005596160888671875, + 0.037109375, + 0.004070281982421875, + -0.002468109130859375, + -0.060028076171875, + 0.01337432861328125, + 0.032745361328125, + -0.0307464599609375, + -0.01041412353515625, + 0.01073455810546875, + 0.034393310546875, + 0.01009368896484375, + -0.0071868896484375, + -0.0037059783935546875, + 0.033843994140625, + -0.01446533203125, + 0.01373291015625, + -0.0301971435546875, + 0.0545654296875, + 0.050567626953125, + -0.0210113525390625, + -0.007049560546875, + -0.0116424560546875, + 0.01409912109375, + 0.031646728515625, + -0.05712890625, + 0.04840087890625, + -0.01873779296875, + 0.040557861328125, + -0.0281982421875, + 0.034393310546875, + -0.018829345703125, + -0.0252838134765625, + -0.01036834716796875, + -0.0902099609375, + -0.02874755859375, + -0.00595855712890625, + -0.054931640625, + 0.005596160888671875, + 0.010009765625, + 0.004913330078125, + 0.0382080078125, + -0.04510498046875, + -0.02838134765625, + 0.0181884765625, + 0.01319122314453125, + -0.018646240234375, + 0.003910064697265625, + -0.0731201171875, + -0.052398681640625, + -0.01245880126953125, + 0.014556884765625, + -0.0389404296875, + -0.0267486572265625, + -0.017913818359375, + -0.0159149169921875, + -0.0274658203125, + -0.041473388671875, + -0.002910614013671875, + -0.005115509033203125, + 0.033111572265625, + -0.005138397216796875, + -0.02801513671875, + 0.003002166748046875, + 0.0224609375, + -0.023834228515625, + -0.052032470703125, + -0.0160980224609375, + -0.03875732421875, + -0.018096923828125, + -0.037841796875, + 0.040374755859375, + -0.0146484375, + -0.014190673828125, + -0.0160064697265625, + 0.0452880859375, + 0.0281982421875, + 0.00586700439453125, + 0.00832366943359375, + -0.059661865234375, + -0.00445556640625, + -0.01409912109375, + 0.02838134765625, + -0.0301971435546875, + -0.0022068023681640625, + 0.005706787109375, + -0.0209197998046875, + 0.0157318115234375, + -0.01482391357421875, + -0.0202789306640625, + -0.0157318115234375, + 0.013824462890625, + 0.0168304443359375, + -0.006458282470703125, + 0.0146484375, + -0.01446533203125, + 0.04547119140625, + 0.06695556640625, + -0.005115509033203125, + 0.002864837646484375, + 0.01059722900390625, + -0.01491546630859375, + 0.018280029296875, + 0.03912353515625, + -0.023468017578125, + -0.0211029052734375, + 0.033111572265625, + -0.001819610595703125, + 0.024566650390625, + 0.0070037841796875, + -0.01528167724609375, + -0.01910400390625, + -0.041473388671875, + 0.017730712890625, + -0.043670654296875, + -0.041839599609375, + -0.006595611572265625, + 0.01983642578125, + 0.0269317626953125, + 0.054931640625, + 0.0298309326171875, + -0.00609588623046875, + 0.028564453125, + -0.00572967529296875, + 0.01123046875, + 0.040924072265625, + -0.0217437744140625, + 0.024383544921875, + -0.01291656494140625, + 0.009368896484375, + -0.00287628173828125, + 0.04638671875, + 0.032196044921875, + -0.0168304443359375, + -0.0168304443359375, + 0.061492919921875, + -0.014556884765625, + -0.02728271484375, + -0.040374755859375, + -0.017913818359375, + 0.033660888671875, + -0.0173797607421875, + -0.023284912109375, + 0.009368896484375, + -0.01873779296875, + -0.03985595703125, + -0.00140380859375, + 0.03912353515625, + -0.0173797607421875, + 0.04803466796875, + 0.0170135498046875, + -0.03582763671875, + -0.0249176025390625, + 0.007549285888671875, + 0.022552490234375, + 0.031463623046875, + 0.0037288665771484375, + 0.0175628662109375, + -0.019927978515625, + -0.0274658203125, + 0.054931640625, + 0.061492919921875, + 0.0015125274658203125, + 0.01328277587890625, + -0.0123748779296875, + 0.050567626953125, + -0.034027099609375, + 0.02764892578125, + 0.023284912109375, + -0.0090484619140625, + 0.00823211669921875, + 0.005596160888671875, + 0.0271148681640625, + 0.06695556640625, + -0.0574951171875, + -0.013641357421875, + -0.05712890625, + -0.006412506103515625, + -0.0589599609375, + -0.0309295654296875, + -0.0374755859375, + -0.042022705078125, + 0.042572021484375, + -0.01837158203125, + -0.0367431640625, + -0.0254669189453125, + 0.006458282470703125, + -0.002410888671875, + 0.06585693359375, + -0.01983642578125, + -0.0301971435546875, + 0.0254669189453125, + 0.06695556640625, + -0.01091766357421875, + -0.0165557861328125, + -0.01027679443359375, + 0.0156402587890625, + 0.000087738037109375, + 0.01983642578125, + -0.033111572265625, + -0.0033664703369140625, + 0.03912353515625, + 0.02728271484375, + 0.0204620361328125, + -0.0160980224609375, + -0.0012454986572265625, + 0.0073699951171875, + 0.032562255859375, + -0.0360107421875, + 0.0019102096557617188, + 0.0120086669921875, + -0.00359344482421875, + -0.0205535888671875, + -0.06658935546875, + -0.0161895751953125, + 0.0303802490234375, + 0.006458282470703125, + 0.02947998046875, + 0.005115509033203125, + -0.04949951171875, + 0.005207061767578125, + -0.0189208984375, + 0.010009765625, + 0.024566650390625, + 0.040374755859375, + -0.042388916015625, + -0.007732391357421875, + 0.004116058349609375, + 0.0027751922607421875, + -0.044219970703125, + -0.0560302734375, + -0.0118255615234375, + -0.00827789306640625, + -0.04620361328125, + -0.00234222412109375, + 0.0091400146484375, + -0.0021953582763671875, + -0.00600433349609375, + -0.005023956298828125, + -0.018096923828125, + -0.05859375, + -0.061859130859375, + -0.009735107421875, + -0.031463623046875, + -0.034576416015625, + -0.0224609375, + 0.050933837890625, + 0.004024505615234375, + 0.042205810546875, + -0.018463134765625, + 0.01528167724609375, + -0.039306640625, + 0.023193359375, + -0.01282501220703125, + 0.024566650390625, + -0.013824462890625, + 0.050567626953125, + 0.050933837890625, + 0.0120086669921875, + 0.01114654541015625, + 0.074951171875, + 0.02801513671875, + 0.005344390869140625, + -0.004413604736328125, + -0.0038890838623046875, + -0.0020809173583984375, + 0.014373779296875, + -0.0115966796875, + -0.03619384765625, + 0.003570556640625, + -0.0069580078125, + 0.01319122314453125, + -0.0004093647003173828, + 0.01555633544921875, + 0.023101806640625, + -0.022552490234375, + 0.01319122314453125, + 0.0589599609375, + -0.00618743896484375, + 0.0960693359375, + -0.01519012451171875, + -0.0218353271484375, + 0.0209197998046875, + 0.0222930908203125, + -0.0213775634765625, + -0.0096893310546875, + 0.0460205078125, + 0.0166473388671875, + 0.0010004043579101562, + 0.044586181640625, + -0.0018987655639648438, + 0.01055145263671875, + -0.007411956787109375, + -0.022552490234375, + -0.006504058837890625, + 0.00982666015625, + 0.0020923614501953125, + 0.077880859375, + 0.0254669189453125, + 0.00350189208984375, + 0.0254669189453125, + -0.0300140380859375, + -0.024383544921875, + -0.041473388671875, + -0.07275390625, + -0.01110076904296875, + 0.0271148681640625, + 0.0119171142578125, + 0.04803466796875, + -0.033660888671875, + -0.061492919921875, + 0.0217437744140625, + -0.0560302734375, + 0.0712890625, + 0.0389404296875, + 0.017730712890625, + 0.041107177734375, + -0.0008525848388671875, + -0.007411956787109375, + 0.032379150390625, + -0.00814056396484375, + 0.0171051025390625, + 0.03839111328125, + 0.023651123046875, + 0.0211029052734375, + -0.0303802490234375, + 0.0254669189453125, + 0.033843994140625, + 0.0070953369140625, + -0.009368896484375, + 0.023284912109375, + 0.0289306640625, + 0.01947021484375, + -0.049835205078125, + 0.03802490234375, + 0.00609588623046875, + -0.0122833251953125, + 0.023651123046875, + -0.01023101806640625, + 0.007049560546875, + -0.04620361328125, + 0.0007562637329101562, + 0.00868988037109375, + 0.0004150867462158203, + 0.024200439453125, + 0.0301971435546875, + -0.049835205078125, + -0.01500701904296875, + 0.03656005859375, + -0.060028076171875, + 0.032379150390625, + 0.0396728515625, + -0.0210113525390625, + 0.009918212890625, + -0.0367431640625, + -0.034210205078125, + 0.024200439453125, + -0.039306640625, + -0.023101806640625, + 0.0073699951171875, + 0.01018524169921875, + -0.024749755859375, + -0.0269317626953125, + -0.01546478271484375, + -0.013824462890625, + -0.017730712890625, + -0.02947998046875, + 0.056396484375, + -0.011322021484375, + 0.007232666015625, + 0.0252838134765625, + 0.04913330078125, + -0.007732391357421875, + -0.023468017578125, + 0.03912353515625, + -0.01947021484375, + -0.03546142578125, + 0.0360107421875, + 0.003570556640625, + 0.024749755859375, + -0.023468017578125, + -0.019561767578125, + -0.00582122802734375, + 0.00868988037109375, + 0.005092620849609375, + 0.0032520294189453125, + -0.04840087890625, + -0.040740966796875, + -0.040374755859375, + 0.050933837890625, + 0.0221099853515625, + 0.0301971435546875, + -0.0098724365234375, + -0.03985595703125, + 0.0374755859375, + -0.0574951171875, + -0.0260162353515625, + -0.004913330078125, + 0.0096893310546875, + -0.01546478271484375, + 0.06658935546875, + -0.01537322998046875, + -0.0026035308837890625, + -0.023468017578125, + 0.04876708984375, + -0.002933502197265625, + -0.01123046875, + -0.0254669189453125, + 0.033294677734375, + 0.031829833984375, + -0.0460205078125, + -0.0089111328125, + -0.0213775634765625, + 0.005458831787109375, + 0.06658935546875, + -0.054229736328125, + -0.00283050537109375, + -0.0168304443359375, + -0.06329345703125, + -0.035125732421875, + -0.02801513671875, + 0.01087188720703125, + -0.034393310546875, + 0.0185546875, + 0.033477783203125, + 0.007549285888671875, + 0.01091766357421875, + 0.0212860107421875, + 0.022918701171875, + 0.01114654541015625, + -0.007503509521484375, + -0.0209197998046875, + 0.043304443359375, + -0.0731201171875, + -0.04876708984375, + -0.01491546630859375, + 0.04656982421875, + -0.01983642578125, + -0.0018758773803710938, + 0.0025806427001953125, + -0.00732421875, + 0.053863525390625, + -0.04730224609375, + -0.006275177001953125, + -0.0115966796875, + -0.03582763671875, + -0.0396728515625, + -0.0360107421875, + 0.006549835205078125, + 0.04693603515625, + -0.0001691579818725586, + 0.0162811279296875, + 0.03948974609375, + -0.045654296875, + 0.031280517578125, + 0.01273345947265625, + 0.01519012451171875, + 0.0037517547607421875, + -0.009002685546875, + 0.0175628662109375, + 0.01123046875, + 0.044219970703125, + -0.019561767578125, + -0.051300048828125, + -0.0789794921875, + 0.0174713134765625, + -0.006275177001953125, + -0.00878143310546875, + -0.032928466796875, + -0.0382080078125, + -0.06842041015625, + -0.0038890838623046875, + 0.032562255859375, + 0.0165557861328125, + -0.00002467632293701172, + -0.024200439453125, + -0.00489044189453125, + -0.0170135498046875, + -0.0214691162109375, + 0.040924072265625, + -0.0166473388671875, + 0.0271148681640625, + -0.01519012451171875, + -0.01273345947265625, + 0.0296478271484375, + 0.0117340087890625, + 0.0222930908203125, + 0.041290283203125, + 0.033477783203125, + -0.0211029052734375, + 0.01245880126953125, + -0.02301025390625, + -0.0095062255859375, + -0.0119171142578125, + 0.0117340087890625, + 0.0159149169921875, + -0.0200958251953125, + -0.0211944580078125, + 0.014373779296875, + 0.01528167724609375, + 0.049835205078125, + -0.01282501220703125, + 0.0025806427001953125, + 0.03546142578125, + -0.006229400634765625, + 0.044921875, + -0.0252838134765625, + -0.0209197998046875, + 0.0211029052734375, + 0.013824462890625, + 0.04949951171875, + 0.0360107421875, + -0.01555633544921875, + -0.02947998046875, + 0.02783203125, + 0.051300048828125, + -0.006687164306640625, + -0.043304443359375, + -0.0206451416015625, + 0.0160980224609375, + 0.02947998046875, + 0.04693603515625, + -0.01245880126953125, + 0.06512451171875, + 0.033660888671875, + -0.0114593505859375, + 0.032562255859375, + 0.06292724609375, + 0.00595855712890625, + -0.022918701171875, + -0.0567626953125, + 0.0031147003173828125, + 0.01032257080078125, + -0.00498199462890625, + -0.0552978515625, + 0.0073699951171875, + 0.04913330078125, + -0.060760498046875, + -0.01110076904296875, + -0.004390716552734375, + -0.0119171142578125, + -0.0021953582763671875, + 0.0168304443359375, + -0.031280517578125, + 0.04949951171875, + 0.006732940673828125, + -0.041839599609375, + 0.0000756978988647461, + -0.0252838134765625, + 0.0396728515625, + 0.03729248046875, + 0.0289306640625, + -0.0016946792602539062, + 0.031280517578125, + 0.0031147003173828125, + 0.044403076171875, + 0.02838134765625, + 0.050567626953125, + 0.0160980224609375, + 0.0258331298828125, + 0.0367431640625, + 0.03912353515625, + -0.024566650390625, + -0.02874755859375, + 0.024200439453125, + 0.02838134765625, + 0.06622314453125, + 0.06805419921875, + 0.01023101806640625, + -0.0020694732666015625, + -0.02838134765625, + -0.042938232421875, + -0.00023734569549560547, + 0.01059722900390625, + -0.0205535888671875, + -0.062225341796875, + -0.03546142578125, + 0.03948974609375, + -0.03656005859375, + 0.04949951171875, + 0.023651123046875, + -0.0221099853515625, + -0.032196044921875, + 0.041290283203125, + -0.023193359375, + -0.04913330078125, + 0.0307464599609375, + -0.019195556640625, + -0.052032470703125, + -0.0163726806640625, + -0.0170135498046875, + 0.044921875, + -0.01009368896484375, + -0.0567626953125, + -0.035125732421875, + 0.0208282470703125, + -0.01509857177734375, + -0.0176544189453125, + -0.0208282470703125, + -0.0070953369140625, + 0.000044226646423339844, + -0.0251007080078125, + -0.043304443359375, + -0.02783203125, + 0.0115966796875, + -0.01409912109375, + -0.01509857177734375, + -0.013824462890625, + -0.0120086669921875, + 0.01537322998046875, + -0.0014667510986328125, + -0.0252838134765625, + 0.0252838134765625, + -0.06402587890625, + 0.053131103515625, + 0.01087188720703125, + 0.032196044921875, + 0.019012451171875, + 0.06475830078125, + -0.01555633544921875, + 0.009552001953125, + -0.01555633544921875, + -0.059661865234375, + 0.01328277587890625, + 0.0367431640625, + 0.01491546630859375, + -0.06732177734375, + -0.0117340087890625, + 0.0556640625, + -0.0775146484375, + 0.02001953125, + 0.0031147003173828125, + -0.0311126708984375, + -0.043304443359375, + 0.0098724365234375, + 0.009368896484375, + 0.005069732666015625, + 0.10845947265625, + 0.002887725830078125, + -0.009918212890625, + -0.00482177734375, + -0.07061767578125, + 0.054229736328125, + 0.018463134765625, + 0.034759521484375, + -0.043670654296875, + 0.01509857177734375, + 0.007595062255859375, + -0.023651123046875, + 0.006412506103515625, + -0.07025146484375, + 0.0019779205322265625, + 0.02874755859375, + 0.02728271484375, + -0.014007568359375, + -0.01087188720703125, + -0.050201416015625, + -0.0263824462890625, + -0.01319122314453125, + 0.00577545166015625, + -0.0031833648681640625, + 0.0119171142578125, + -0.037841796875, + -0.0215606689453125, + -0.0026607513427734375, + -0.0260162353515625, + -0.036376953125, + -0.0220184326171875, + 0.06439208984375, + -0.002490997314453125, + -0.054931640625, + 0.023651123046875, + 0.0167388916015625, + -0.0019216537475585938, + 0.042205810546875, + 0.050201416015625, + -0.032196044921875, + -0.0005030632019042969, + -0.007595062255859375, + 0.032745361328125, + -0.006229400634765625, + -0.01328277587890625, + -0.0007843971252441406, + 0.00452423095703125, + 0.02838134765625, + -0.0271148681640625, + 0.04620361328125, + 0.023193359375, + -0.03912353515625, + -0.073486328125, + -0.00795745849609375, + -0.03985595703125, + 0.019744873046875, + -0.01546478271484375, + 0.0163726806640625, + 0.003662109375, + -0.032379150390625, + -0.111328125, + 0.0251007080078125, + -0.006687164306640625, + 0.0160980224609375, + 0.005298614501953125, + -0.0089111328125, + -0.076416015625, + -0.037841796875, + -0.0162811279296875, + 0.033294677734375, + -0.03619384765625, + 0.0258331298828125, + -0.0019893646240234375, + -0.014556884765625, + 0.018280029296875, + -0.00171661376953125, + 0.01064300537109375, + 0.035308837890625, + 0.03729248046875, + -0.043304443359375, + 0.04583740234375, + -0.0093231201171875, + 0.0099639892578125, + -0.01114654541015625, + -0.005092620849609375, + -0.0211944580078125, + -0.0094146728515625, + -0.0360107421875, + -0.024566650390625, + 0.019195556640625, + 0.03765869140625, + -0.01300811767578125, + 0.024566650390625, + -0.0396728515625, + 0.04510498046875, + 0.0115966796875, + -0.0170135498046875, + -0.014007568359375, + 0.002864837646484375, + -0.002864837646484375, + -0.0211029052734375, + -0.06805419921875, + -0.06768798828125, + 0.0289306640625, + -0.052032470703125, + 0.0048675537109375, + 0.00878143310546875, + 0.0305633544921875, + 0.0174713134765625, + -0.0215606689453125, + 0.0254669189453125, + -0.017822265625, + -0.0158233642578125, + -0.0258331298828125, + 0.02911376953125, + 0.006320953369140625, + 0.0400390625, + -0.006504058837890625, + -0.0261993408203125, + 0.0161895751953125, + 0.007778167724609375, + -0.002445220947265625, + 0.0032062530517578125, + 0.00878143310546875, + -0.0208282470703125, + -0.0019893646240234375, + -0.040557861328125, + -0.0296478271484375, + 0.0017852783203125, + 0.042205810546875, + 0.022552490234375, + -0.03546142578125, + 0.0582275390625, + -0.00841522216796875, + -0.054229736328125, + 0.005298614501953125, + -0.019012451171875, + -0.0582275390625, + 0.00823211669921875, + -0.0216522216796875, + 0.013641357421875, + 0.00618743896484375, + 0.03985595703125, + 0.041107177734375, + 0.044769287109375, + 0.0382080078125, + -0.0256500244140625, + -0.01910400390625, + -0.009918212890625, + 0.02728271484375, + 0.052398681640625, + 0.0160980224609375, + -0.0037746429443359375, + 0.02911376953125, + -0.003932952880859375, + -0.06951904296875, + 0.023101806640625, + -0.0360107421875, + -0.0452880859375, + -0.00354766845703125, + 0.0771484375, + 0.044219970703125, + 0.024749755859375, + 0.024200439453125, + 0.050567626953125, + 0.0218353271484375, + -0.00946044921875, + -0.01328277587890625, + -0.06622314453125, + -0.00832366943359375, + 0.0121002197265625, + -0.0157318115234375, + -0.06256103515625, + 0.059295654296875, + 0.07025146484375, + -0.0068206787109375, + -0.0196533203125, + -0.004116058349609375, + -0.0020923614501953125, + 0.042205810546875, + 0.024749755859375, + 0.0261993408203125, + -0.03875732421875, + 0.042572021484375, + 0.0263824462890625, + 0.01273345947265625, + -0.01055145263671875, + -0.024017333984375, + -0.0221099853515625, + 0.0300140380859375, + -0.061492919921875, + 0.014190673828125, + 0.001739501953125, + 0.077880859375, + 0.024749755859375, + -0.053131103515625, + -0.01319122314453125, + 0.03875732421875, + 0.023284912109375, + -0.0263824462890625, + 0.0260162353515625, + 0.0228271484375, + -0.0267486572265625, + 0.0307464599609375, + 0.0258331298828125, + 0.0026264190673828125, + 0.0204620361328125, + 0.023101806640625, + -0.0731201171875, + 0.02728271484375, + 0.0206451416015625, + 0.0168304443359375, + 0.0015802383422851562, + -0.024200439453125, + -0.0168304443359375, + -0.04620361328125, + 0.02874755859375, + 0.00818634033203125, + 0.0269317626953125, + 0.0214691162109375, + -0.00354766845703125, + 0.0072784423828125, + -0.0009212493896484375, + 0.0189208984375, + 0.040374755859375, + 0.0271148681640625, + 0.01482391357421875, + 0.01482391357421875, + 0.0016717910766601562, + -0.022552490234375, + -0.01509857177734375, + 0.03765869140625, + -0.032745361328125, + 0.0016832351684570312, + -0.050201416015625, + -0.01309967041015625, + -0.019744873046875, + -0.0254669189453125, + 0.01059722900390625, + -0.03765869140625, + 0.0252838134765625, + -0.0207366943359375, + -0.042388916015625, + 0.0031604766845703125, + 0.061492919921875, + -0.02801513671875, + 0.014007568359375, + 0.02728271484375, + -0.01910400390625, + -0.0007786750793457031, + -0.059295654296875, + 0.059661865234375, + 0.029296875, + 0.01264190673828125, + 0.003570556640625, + 0.0185546875, + 0.0267486572265625, + 0.00618743896484375, + 0.004547119140625, + 0.023834228515625, + 0.0056610107421875, + 0.06256103515625, + 0.0545654296875, + 0.0173797607421875, + -0.019927978515625, + 0.0172882080078125, + -0.0006623268127441406, + -0.037109375, + 0.044036865234375, + 0.01446533203125, + 0.0146484375, + -0.017913818359375, + -0.0156402587890625, + -0.013641357421875, + -0.060760498046875, + 0.050567626953125, + 0.032196044921875, + -0.007049560546875, + 0.034210205078125, + -0.060394287109375, + 0.053497314453125, + -0.004253387451171875, + 0.040191650390625, + -0.036376953125, + 0.059661865234375, + -0.01264190673828125, + 0.013824462890625, + 0.00909423828125, + 0.0271148681640625, + -0.003955841064453125, + 0.01409912109375, + 0.01082611083984375, + 0.04656982421875, + 0.03857421875, + -0.0001506805419921875, + -0.04949951171875, + -0.0021495819091796875, + 0.014556884765625, + 0.002307891845703125, + 0.035125732421875, + -0.0256500244140625, + -0.023193359375, + 0.0006880760192871094, + 0.03582763671875, + 0.0771484375, + -0.0123748779296875, + 0.024017333984375, + 0.004299163818359375, + -0.0019445419311523438, + -0.0156402587890625, + -0.017913818359375 + ], + "metadata": { + "domains": [ + "incident-response", + "network-forensics", + "malware-analysis" + ], + "phases": [ + "data-collection", + "examination" + ], + "tags": [ + "command-line", + "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_CyberChef", + "type": "tool", + "name": "CyberChef", + "content": "cyberchef das \"schweizer taschenmesser\" der daten-manipulation vereint über 400 operations für encoding, verschlüsselung, analyse und transformation. die visuelle \"rezept\"-metapher macht komplexe operationsketten intuitiv: base64 dekodieren → xor entschlüsseln → strings extrahieren → hashes berechnen. besonders wertvoll für malware-deobfuskation, ctf-challenges und forensische datenanalyse. magic-mode erkennt automatisch encodings. regex-support für pattern-extraktion. entropy-visualisierung identifiziert verschlüsselte bereiche. die offline-fähigkeit (läuft komplett im browser) macht es dsgvo-konform für sensible daten. import/export von rezepten für wiederverwendung. unterstützt dateien bis 2gb. code-beautifier für javascript, json, xml. image-forensik mit exif-extraktion. die github-version kann selbst gehostet werden. unverzichtbar für jeden digitalen ermittler. web-interface binary-decode decryption malware-unpacking string-search triage regex-operations magic-detection entropy-analysis recipe-based offline-capable data-transformation incident-response static-investigations malware-analysis network-forensics fraud-investigation examination analysis", + "embedding": [ + -0.0253753662109375, + 0.04022216796875, + 0.053741455078125, + 0.00411224365234375, + 0.008880615234375, + 0.0148468017578125, + 0.023590087890625, + 0.01212310791015625, + -0.031402587890625, + -0.031585693359375, + -0.0396728515625, + 0.056396484375, + -0.0024318695068359375, + 0.00017178058624267578, + -0.046234130859375, + 0.024627685546875, + 0.0088348388671875, + -0.00798797607421875, + 0.0266876220703125, + 0.0142822265625, + -0.02142333984375, + -0.007472991943359375, + -0.04266357421875, + -0.0037593841552734375, + -0.00528717041015625, + -0.00354766845703125, + -0.0070953369140625, + -0.044158935546875, + -0.0191650390625, + -0.034027099609375, + 0.00925445556640625, + -0.027435302734375, + 0.016632080078125, + 0.023773193359375, + -0.016632080078125, + -0.0265045166015625, + 0.024810791015625, + -0.034759521484375, + -0.020294189453125, + 0.021514892578125, + -0.0404052734375, + -0.01103973388671875, + 0.037200927734375, + 0.0007810592651367188, + -0.028564453125, + -0.0266876220703125, + 0.006626129150390625, + -0.006954193115234375, + 0.00620269775390625, + -0.00585174560546875, + 0.031951904296875, + 0.02105712890625, + 0.01390838623046875, + -0.0041351318359375, + -0.036651611328125, + 0.0287628173828125, + 0.043243408203125, + 0.00441741943359375, + -0.029510498046875, + 0.06842041015625, + -0.04058837890625, + -0.001033782958984375, + 0.01343536376953125, + -0.0036411285400390625, + -0.0081787109375, + 0.0193634033203125, + -0.022369384765625, + -0.031585693359375, + -0.00507354736328125, + 0.00615692138671875, + -0.011749267578125, + 0.01151275634765625, + -0.0244293212890625, + 0.039276123046875, + -0.056396484375, + -0.039093017578125, + -0.006908416748046875, + 0.0157012939453125, + 0.01042938232421875, + 0.027435302734375, + -0.0265045166015625, + 0.005496978759765625, + 0.034759521484375, + -0.0161590576171875, + -0.0195465087890625, + 0.00015938282012939453, + 0.00836181640625, + 0.0240631103515625, + 0.026123046875, + -0.005474090576171875, + 0.00191497802734375, + -0.0100555419921875, + 0.036468505859375, + -0.0157012939453125, + 0.0289459228515625, + 0.048858642578125, + -0.036834716796875, + 0.021514892578125, + 0.0208587646484375, + 0.0287628173828125, + 0.0240631103515625, + -0.016357421875, + 0.04248046875, + -0.0160675048828125, + 0.0268707275390625, + -0.0298919677734375, + 0.005237579345703125, + -0.01503753662109375, + -0.0083160400390625, + -0.01094818115234375, + -0.08831787109375, + -0.059783935546875, + -0.031768798828125, + -0.058258056640625, + -0.02386474609375, + 0.00676727294921875, + -0.0112762451171875, + 0.040985107421875, + -0.034210205078125, + -0.046234130859375, + 0.01399993896484375, + 0.0268707275390625, + 0.0101470947265625, + 0.0291290283203125, + -0.05487060546875, + -0.06878662109375, + -0.02264404296875, + 0.024627685546875, + -0.055633544921875, + -0.0087890625, + -0.031402587890625, + -0.0167236328125, + -0.018890380859375, + -0.01268768310546875, + -0.0053558349609375, + -0.0204010009765625, + 0.028564453125, + -0.02593994140625, + -0.0160675048828125, + 0.01146697998046875, + 0.0665283203125, + -0.0220794677734375, + -0.06280517578125, + 0.0011510848999023438, + -0.0255584716796875, + 0.01325225830078125, + -0.0204925537109375, + 0.055267333984375, + -0.0186004638671875, + -0.003688812255859375, + -0.0171051025390625, + 0.00380706787109375, + 0.0654296875, + 0.0056610107421875, + 0.004840850830078125, + -0.0208587646484375, + -0.0084075927734375, + -0.0298919677734375, + 0.036468505859375, + 0.01447296142578125, + -0.01277923583984375, + 0.0233001708984375, + -0.034210205078125, + 0.041900634765625, + -0.01390838623046875, + -0.03515625, + -0.03497314453125, + 0.024627685546875, + -0.007472991943359375, + -0.00742340087890625, + 0.0219879150390625, + -0.03778076171875, + 0.057891845703125, + 0.041351318359375, + 0.0081329345703125, + 0.00846099853515625, + 0.00855255126953125, + 0.0124053955078125, + 0.027069091796875, + 0.046417236328125, + -0.01099395751953125, + -0.0257568359375, + 0.0255584716796875, + 0.0257568359375, + 0.015228271484375, + -0.006999969482421875, + -0.0253753662109375, + -0.0089263916015625, + -0.004039764404296875, + 0.0300750732421875, + -0.0518798828125, + -0.0291290283203125, + -0.01409912109375, + 0.041534423828125, + 0.01259613037109375, + 0.04437255859375, + 0.04473876953125, + -0.0036182403564453125, + 0.008880615234375, + 0.00925445556640625, + -0.0084075927734375, + 0.0197296142578125, + -0.005123138427734375, + 0.037017822265625, + -0.01042938232421875, + 0.010009765625, + -0.0029964447021484375, + 0.046051025390625, + 0.0255584716796875, + -0.03515625, + 0.004581451416015625, + 0.06201171875, + -0.024993896484375, + -0.034210205078125, + -0.04925537109375, + -0.034759521484375, + 0.01776123046875, + -0.0037822723388671875, + -0.0003788471221923828, + -0.0182342529296875, + -0.004322052001953125, + -0.029693603515625, + -0.003101348876953125, + 0.037200927734375, + -0.03326416015625, + 0.031768798828125, + 0.034576416015625, + -0.01531982421875, + -0.0191650390625, + 0.01898193359375, + 0.01198577880859375, + 0.036834716796875, + 0.01142120361328125, + 0.0017385482788085938, + -0.0135345458984375, + -0.004791259765625, + 0.04998779296875, + 0.01160430908203125, + 0.0287628173828125, + -0.0158843994140625, + -0.0181427001953125, + 0.037200927734375, + -0.0035953521728515625, + 0.03759765625, + 0.0209503173828125, + -0.01390838623046875, + 0.033843994140625, + 0.0041351318359375, + 0.016632080078125, + 0.027252197265625, + -0.0797119140625, + -0.01029205322265625, + -0.0657958984375, + -0.0107574462890625, + -0.057891845703125, + -0.041351318359375, + -0.01983642578125, + -0.05712890625, + 0.029693603515625, + 0.00528717041015625, + -0.002960205078125, + 0.01203155517578125, + 0.0110931396484375, + 0.00176239013671875, + 0.04058837890625, + -0.01277923583984375, + -0.039093017578125, + -0.0012865066528320312, + 0.060516357421875, + -0.0113677978515625, + -0.0278167724609375, + -0.005428314208984375, + 0.01503753662109375, + -0.0161590576171875, + -0.00864410400390625, + -0.027435302734375, + 0.0228424072265625, + 0.034759521484375, + 0.0076141357421875, + 0.027435302734375, + 0.00859832763671875, + 0.04229736328125, + 0.004039764404296875, + 0.036285400390625, + -0.053741455078125, + -0.0014276504516601562, + -0.008270263671875, + 0.00594329833984375, + -0.0148468017578125, + -0.04718017578125, + -0.0181427001953125, + 0.04022216796875, + 0.0015392303466796875, + 0.008880615234375, + 0.010528564453125, + -0.051116943359375, + 0.0208587646484375, + 0.004039764404296875, + -0.006343841552734375, + 0.057525634765625, + 0.05712890625, + -0.0330810546875, + 0.01399993896484375, + -0.01531982421875, + -0.002101898193359375, + -0.031402587890625, + -0.044921875, + 0.017486572265625, + -0.0018091201782226562, + -0.0242462158203125, + 0.0012454986572265625, + 0.004558563232421875, + -0.041717529296875, + 0.01099395751953125, + -0.006626129150390625, + -0.007659912109375, + -0.048126220703125, + -0.036468505859375, + 0.0158843994140625, + -0.01155853271484375, + -0.0302581787109375, + -0.016815185546875, + 0.050750732421875, + 0.0244293212890625, + -0.006717681884765625, + 0.000022292137145996094, + 0.03515625, + -0.034393310546875, + -0.01123046875, + -0.00807952880859375, + 0.01438140869140625, + -0.00972747802734375, + 0.04925537109375, + 0.043243408203125, + 0.016632080078125, + 0.0452880859375, + 0.080810546875, + 0.035888671875, + -0.032318115234375, + -0.01390838623046875, + -0.016815185546875, + -0.0196380615234375, + 0.04266357421875, + -0.035888671875, + -0.01343536376953125, + -0.0181427001953125, + -0.0206756591796875, + 0.005779266357421875, + 0.003665924072265625, + 0.029510498046875, + 0.0136260986328125, + -0.01898193359375, + 0.004039764404296875, + 0.0665283203125, + 0.0216217041015625, + 0.08685302734375, + -0.005992889404296875, + -0.0518798828125, + -0.007190704345703125, + 0.021148681640625, + -0.0137176513671875, + -0.0167236328125, + 0.027069091796875, + 0.006439208984375, + -0.00585174560546875, + 0.0020084381103515625, + -0.0014801025390625, + 0.034759521484375, + 0.010528564453125, + -0.018798828125, + -0.004932403564453125, + -0.00902557373046875, + 0.01085662841796875, + 0.03271484375, + 0.01325225830078125, + 0.0204010009765625, + 0.03759765625, + -0.0289459228515625, + -0.01165008544921875, + -0.0400390625, + -0.07220458984375, + 0.02349853515625, + 0.0291290283203125, + 0.00028634071350097656, + 0.046600341796875, + -0.0094451904296875, + -0.0703125, + 0.0257568359375, + -0.03778076171875, + 0.07177734375, + 0.019927978515625, + 0.0204925537109375, + 0.0183258056640625, + -0.0230255126953125, + 0.00737762451171875, + 0.023681640625, + 0.03253173828125, + 0.046051025390625, + 0.048126220703125, + 0.034759521484375, + 0.0281982421875, + -0.0452880859375, + 0.0055694580078125, + 0.01212310791015625, + 0.005496978759765625, + 0.005146026611328125, + 0.043609619140625, + 0.0217132568359375, + 0.0169219970703125, + -0.00958251953125, + 0.0300750732421875, + 0.0312042236328125, + -0.01447296142578125, + 0.0173797607421875, + -0.01390838623046875, + 0.017852783203125, + -0.0445556640625, + -0.003265380859375, + 0.006107330322265625, + 0.0232086181640625, + 0.0287628173828125, + 0.04302978515625, + -0.033447265625, + -0.007801055908203125, + 0.048492431640625, + -0.05865478515625, + 0.0117034912109375, + 0.035888671875, + -0.023681640625, + 0.002819061279296875, + -0.043243408203125, + -0.04510498046875, + 0.007472991943359375, + -0.02349853515625, + -0.0400390625, + 0.00846099853515625, + 0.040802001953125, + -0.05865478515625, + -0.03045654296875, + -0.048858642578125, + -0.01494598388671875, + -0.016357421875, + -0.031402587890625, + 0.0291290283203125, + 0.0011339187622070312, + -0.01029205322265625, + 0.01531982421875, + 0.043609619140625, + -0.0251922607421875, + -0.023681640625, + 0.04925537109375, + -0.00855255126953125, + -0.019073486328125, + 0.0030307769775390625, + 0.00589752197265625, + 0.02020263671875, + -0.016632080078125, + -0.0207672119140625, + 0.01334381103515625, + 0.0306396484375, + 0.018890380859375, + 0.00920867919921875, + -0.04718017578125, + -0.032135009765625, + -0.031402587890625, + 0.050750732421875, + 0.0095367431640625, + 0.024627685546875, + 0.0124053955078125, + -0.03271484375, + 0.00681304931640625, + -0.034210205078125, + 0.006389617919921875, + 0.01456451416015625, + -0.00681304931640625, + -0.0118865966796875, + 0.060150146484375, + -0.0124053955078125, + -0.011138916015625, + -0.038330078125, + 0.053741455078125, + -0.006671905517578125, + 0.004909515380859375, + -0.05413818359375, + 0.051513671875, + 0.0278167724609375, + -0.060150146484375, + -0.01029205322265625, + -0.01983642578125, + 0.006908416748046875, + 0.039459228515625, + -0.0616455078125, + -0.006580352783203125, + -0.01531982421875, + -0.046600341796875, + -0.038909912109375, + -0.023406982421875, + -0.0231170654296875, + -0.05224609375, + 0.003665924072265625, + 0.0287628173828125, + 0.01456451416015625, + 0.0239715576171875, + 0.004276275634765625, + -0.00902557373046875, + 0.00016963481903076172, + 0.0135345458984375, + 0.007659912109375, + 0.034759521484375, + -0.060516357421875, + -0.0251922607421875, + -0.00925445556640625, + 0.0257568359375, + -0.00140380859375, + -0.023590087890625, + 0.00794219970703125, + -0.029693603515625, + 0.04998779296875, + -0.0124969482421875, + -0.0012807846069335938, + 0.005100250244140625, + -0.048492431640625, + -0.027252197265625, + -0.0263214111328125, + 0.008270263671875, + 0.034027099609375, + -0.00789642333984375, + 0.0182342529296875, + 0.043243408203125, + -0.03814697265625, + 0.0240631103515625, + 0.0172882080078125, + -0.011932373046875, + -0.0142822265625, + 0.02349853515625, + -0.0155029296875, + -0.016632080078125, + 0.044158935546875, + -0.0469970703125, + -0.0302581787109375, + -0.09625244140625, + 0.041717529296875, + 0.00930023193359375, + -0.00789642333984375, + -0.0050048828125, + -0.035888671875, + -0.061279296875, + 0.0123138427734375, + 0.01512908935546875, + 0.01343536376953125, + -0.0087432861328125, + -0.01654052734375, + -0.0206756591796875, + -0.0182342529296875, + -0.0298919677734375, + 0.04266357421875, + -0.0124969482421875, + 0.004512786865234375, + 0.0053558349609375, + -0.01560211181640625, + 0.03759765625, + 0.02105712890625, + 0.0229339599609375, + 0.0170135498046875, + 0.0117950439453125, + -0.038909912109375, + 0.0278167724609375, + -0.0087890625, + -0.005405426025390625, + 0.007282257080078125, + -0.0300750732421875, + 0.0242462158203125, + -0.0224609375, + -0.0019502639770507812, + 0.0233001708984375, + 0.009490966796875, + 0.033843994140625, + -0.0130615234375, + 0.0001366138458251953, + 0.03253173828125, + -0.00594329833984375, + 0.0672607421875, + -0.0265045166015625, + -0.051513671875, + 0.03082275390625, + -0.000560760498046875, + 0.055633544921875, + 0.040802001953125, + 0.0179443359375, + -0.0278167724609375, + 0.0312042236328125, + 0.041900634765625, + -0.01287841796875, + -0.0191650390625, + -0.04229736328125, + 0.031402587890625, + 0.0278167724609375, + 0.06353759765625, + -0.0195465087890625, + 0.09625244140625, + 0.0111846923828125, + -0.0179443359375, + 0.029510498046875, + 0.055633544921875, + 0.0379638671875, + -0.031005859375, + -0.04754638671875, + -0.0076141357421875, + -0.0146636962890625, + -0.0306396484375, + -0.016632080078125, + -0.0032901763916015625, + 0.07257080078125, + -0.0567626953125, + -0.03271484375, + -0.0180511474609375, + -0.0034542083740234375, + 0.0031719207763671875, + 0.0034770965576171875, + -0.04437255859375, + 0.0194549560546875, + -0.02227783203125, + -0.033843994140625, + 0.024627685546875, + 0.003570556640625, + 0.010711669921875, + 0.0650634765625, + 0.0263214111328125, + -0.006439208984375, + 0.034576416015625, + 0.0106201171875, + 0.03271484375, + 0.02264404296875, + 0.04058837890625, + 0.018890380859375, + 0.0287628173828125, + 0.038726806640625, + 0.057525634765625, + -0.02593994140625, + -0.00972747802734375, + 0.039276123046875, + 0.027069091796875, + 0.03570556640625, + 0.0229339599609375, + 0.00005251169204711914, + -0.0032196044921875, + -0.0084075927734375, + -0.031585693359375, + 0.0047454833984375, + -0.00714111328125, + -0.0193634033203125, + -0.055633544921875, + -0.046417236328125, + -0.00420379638671875, + -0.048126220703125, + 0.023590087890625, + 0.0186004638671875, + -0.0251922607421875, + 0.007659912109375, + 0.041900634765625, + 0.0033130645751953125, + -0.0665283203125, + 0.036102294921875, + -0.022369384765625, + -0.0244293212890625, + -0.03985595703125, + -0.01456451416015625, + 0.0477294921875, + -0.01316070556640625, + -0.0748291015625, + -0.0205841064453125, + 0.04248046875, + -0.0173797607421875, + -0.0242462158203125, + -0.00531005859375, + 0.01287841796875, + 0.0016794204711914062, + -0.02349853515625, + -0.053741455078125, + -0.0142822265625, + 0.014190673828125, + -0.05413818359375, + 0.034576416015625, + 0.016632080078125, + -0.021331787109375, + -0.0019626617431640625, + -0.00846099853515625, + -0.05938720703125, + 0.04248046875, + -0.0609130859375, + 0.0276336669921875, + 0.01776123046875, + 0.034027099609375, + 0.03253173828125, + 0.04248046875, + -0.00420379638671875, + 0.0279998779296875, + -0.0032196044921875, + -0.059783935546875, + 0.0027370452880859375, + -0.006671905517578125, + 0.00902557373046875, + -0.06280517578125, + -0.012969970703125, + 0.018798828125, + -0.055633544921875, + 0.01094818115234375, + -0.0049591064453125, + -0.00624847412109375, + -0.0654296875, + -0.02020263671875, + -0.0124053955078125, + 0.031402587890625, + 0.0992431640625, + 0.0117034912109375, + -0.039093017578125, + 0.0024089813232421875, + -0.01654052734375, + 0.06805419921875, + 0.017486572265625, + 0.020294189453125, + -0.02593994140625, + 0.0263214111328125, + 0.010711669921875, + -0.0291290283203125, + 0.003993988037109375, + -0.0902099609375, + -0.0268707275390625, + 0.0194549560546875, + -0.00714111328125, + 0.00018644332885742188, + -0.01212310791015625, + -0.04998779296875, + -0.027435302734375, + -0.024627685546875, + 0.035888671875, + -0.0107574462890625, + 0.011322021484375, + -0.043243408203125, + -0.01503753662109375, + -0.00030994415283203125, + -0.0650634765625, + -0.026123046875, + -0.0183258056640625, + 0.022186279296875, + 0.003101348876953125, + -0.04302978515625, + 0.04022216796875, + 0.0130615234375, + 0.00972747802734375, + 0.028564453125, + 0.05865478515625, + -0.039093017578125, + -0.0148468017578125, + -0.01123046875, + 0.05865478515625, + 0.01381683349609375, + -0.0031948089599609375, + -0.00789642333984375, + 0.02227783203125, + -0.0007371902465820312, + -0.0157928466796875, + 0.06427001953125, + 0.0609130859375, + -0.033843994140625, + -0.036468505859375, + -0.002819061279296875, + -0.0287628173828125, + 0.04681396484375, + -0.01155853271484375, + 0.048126220703125, + 0.0197296142578125, + -0.0008692741394042969, + -0.1090087890625, + 0.055267333984375, + -0.0207672119140625, + 0.009918212890625, + -0.004276275634765625, + 0.002361297607421875, + -0.0751953125, + -0.0330810546875, + -0.019073486328125, + 0.0167236328125, + -0.0276336669921875, + 0.0219879150390625, + 0.00476837158203125, + 0.01447296142578125, + 0.0035953521728515625, + -0.006671905517578125, + -0.02593994140625, + 0.0300750732421875, + 0.0036182403564453125, + -0.034210205078125, + 0.04547119140625, + -0.016265869140625, + 0.031402587890625, + 0.020294189453125, + 0.024993896484375, + -0.0123138427734375, + -0.015228271484375, + -0.02838134765625, + -0.01165008544921875, + 0.038909912109375, + 0.037017822265625, + -0.01512908935546875, + 0.01123046875, + -0.03759765625, + 0.024627685546875, + -0.011749267578125, + -0.00469970703125, + -0.0117950439453125, + -0.033843994140625, + -0.019073486328125, + -0.022552490234375, + -0.06353759765625, + -0.103759765625, + 0.0007371902465820312, + -0.0428466796875, + -0.03363037109375, + -0.002796173095703125, + 0.0033130645751953125, + 0.034576416015625, + -0.036285400390625, + 0.045867919921875, + -0.0009045600891113281, + -0.02105712890625, + -0.01438140869140625, + 0.01776123046875, + 0.01438140869140625, + 0.05712890625, + -0.0018911361694335938, + -0.0179443359375, + 0.043426513671875, + -0.0170135498046875, + -0.007472991943359375, + -0.00789642333984375, + 0.006954193115234375, + -0.0191650390625, + 0.032135009765625, + -0.06689453125, + -0.016448974609375, + 0.0006198883056640625, + 0.0265045166015625, + 0.0291290283203125, + -0.0216217041015625, + 0.04925537109375, + 0.00902557373046875, + -0.0762939453125, + -0.004627227783203125, + -0.0265045166015625, + -0.039276123046875, + -0.00498199462890625, + -0.0186004638671875, + 0.0111846923828125, + 0.006015777587890625, + 0.041168212890625, + 0.0172882080078125, + 0.05224609375, + 0.0172882080078125, + -0.038909912109375, + -0.02001953125, + 0.0027599334716796875, + -0.007049560546875, + 0.007801055908203125, + 0.0404052734375, + 0.007659912109375, + 0.020294189453125, + -0.00003927946090698242, + -0.08306884765625, + 0.0006341934204101562, + -0.0477294921875, + -0.05450439453125, + 0.021148681640625, + 0.09283447265625, + 0.028564453125, + -0.004909515380859375, + 0.024810791015625, + 0.04736328125, + 0.029510498046875, + -0.0018091201782226562, + -0.01456451416015625, + -0.08197021484375, + -0.0266876220703125, + 0.006954193115234375, + 0.01503753662109375, + -0.036102294921875, + 0.0396728515625, + 0.053741455078125, + -0.0208587646484375, + -0.023590087890625, + -0.0181427001953125, + 0.028564453125, + 0.020294189453125, + 0.043243408203125, + 0.048126220703125, + -0.046051025390625, + 0.01512908935546875, + 0.0204010009765625, + -0.0084075927734375, + -0.01268768310546875, + -0.002361297607421875, + 0.003993988037109375, + 0.05450439453125, + -0.0714111328125, + 0.005146026611328125, + 0.0111846923828125, + 0.0609130859375, + 0.02001953125, + -0.05450439453125, + -0.03045654296875, + 0.0469970703125, + 0.0253753662109375, + -0.01654052734375, + 0.01898193359375, + 0.0171966552734375, + -0.036468505859375, + 0.031402587890625, + 0.060516357421875, + 0.0204925537109375, + 0.048126220703125, + 0.01531982421875, + -0.05413818359375, + 0.0291290283203125, + -0.0030307769775390625, + -0.00437164306640625, + -0.002960205078125, + -0.038726806640625, + -0.038726806640625, + -0.0654296875, + 0.0233001708984375, + 0.02386474609375, + 0.048126220703125, + 0.038726806640625, + 0.006908416748046875, + -0.0182342529296875, + 0.01399993896484375, + 0.03271484375, + 0.04547119140625, + 0.02386474609375, + 0.014190673828125, + 0.0330810546875, + 0.022369384765625, + 0.00855255126953125, + -0.0169219970703125, + 0.004627227783203125, + -0.040802001953125, + 0.0087432861328125, + -0.04962158203125, + 0.0084075927734375, + 0.004276275634765625, + -0.03814697265625, + 0.002361297607421875, + -0.0276336669921875, + -0.0088348388671875, + -0.01409912109375, + -0.04302978515625, + 0.002349853515625, + 0.0242462158203125, + -0.05938720703125, + 0.03814697265625, + 0.02001953125, + 0.004016876220703125, + 0.0278167724609375, + -0.055633544921875, + 0.0751953125, + 0.010711669921875, + 0.033843994140625, + -0.0197296142578125, + 0.01221466064453125, + 0.03778076171875, + -0.00406646728515625, + 0.027069091796875, + 0.0170135498046875, + -0.02386474609375, + 0.039276123046875, + 0.0240631103515625, + 0.0265045166015625, + -0.039276123046875, + 0.0268707275390625, + 0.01898193359375, + -0.03253173828125, + 0.0231170654296875, + 0.01094818115234375, + 0.0183258056640625, + 0.01390838623046875, + -0.016357421875, + -0.010711669921875, + -0.045867919921875, + 0.0518798828125, + 0.01343536376953125, + -0.002044677734375, + 0.031951904296875, + -0.03778076171875, + 0.0355224609375, + 0.026123046875, + 0.03363037109375, + -0.0706787109375, + 0.051513671875, + -0.00263214111328125, + -0.01316070556640625, + -0.01277923583984375, + 0.008880615234375, + -0.007472991943359375, + 0.0268707275390625, + -0.01438140869140625, + 0.0860595703125, + 0.04058837890625, + -0.023590087890625, + -0.041900634765625, + 0.003429412841796875, + -0.006298065185546875, + 0.00160980224609375, + -0.005123138427734375, + -0.031951904296875, + -0.00897216796875, + -0.004840850830078125, + 0.0255584716796875, + 0.06689453125, + -0.01776123046875, + 0.031402587890625, + -0.007518768310546875, + 0.0003936290740966797, + -0.00958251953125, + 0.0013332366943359375 + ], + "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-capable", + "data-transformation" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Volatility_3", + "type": "tool", + "name": "Volatility 3", + "content": "volatility 3 der standard für memory-forensik - komplett neu entwickelt für moderne ermittlungen. version 3 (feature-parity mai 2025) eliminiert das lästige --profile durch automatische os-erkennung. revolutionäre performance durch symbolbasierte analyse verarbeitet multi-gb-dumps in sekunden statt minuten. über 100 plugins dekodieren prozesse, dll-injections, netzwerkverbindungen, registry-hives und versteckte rootkits. native python-3-architektur mit timeline-integration und cloud-storage-support (s3, gcs). neue plugins: windows.hollowprocesses für process-ghosting, linux.ebpf für kernel-hooks, windows.shimcachemem für persistence. yara-integration und sigma-rules direkt im framework. die intuitivere api beschleunigt plugin-entwicklung drastisch. unterstützt aktuelle windows 11, linux 6.x und macos sonoma. der umstieg von v2 lohnt sich allein wegen der performance - analysen die früher stunden dauerten sind jetzt in minuten erledigt. command-line plugin-support scripting memory-timeline process-analysis network-artifacts rootkit-detection code-injection yara-integration python-api scenario:memory_dump opensource incident-response static-investigations malware-analysis network-forensics examination analysis", + "embedding": [ + -0.03472900390625, + 0.0278167724609375, + 0.05352783203125, + -0.0188751220703125, + 0.041290283203125, + 0.041107177734375, + -0.0010576248168945312, + 0.01019287109375, + -0.01453399658203125, + 0.005580902099609375, + -0.03631591796875, + 0.0194091796875, + 0.0002548694610595703, + -0.0233917236328125, + -0.062744140625, + 0.041107177734375, + -0.012939453125, + 0.01213836669921875, + 0.0052490234375, + 0.0064697265625, + -0.0208282470703125, + -0.02569580078125, + -0.06378173828125, + 0.0162200927734375, + 0.0288848876953125, + 0.02587890625, + -0.0106353759765625, + -0.052459716796875, + -0.006999969482421875, + 0.0027141571044921875, + 0.0281829833984375, + -0.02960205078125, + 0.02374267578125, + 0.021087646484375, + -0.0014181137084960938, + -0.0052490234375, + 0.007175445556640625, + -0.054931640625, + -0.0269317626953125, + 0.052093505859375, + -0.0152435302734375, + 0.0018053054809570312, + 0.023040771484375, + -0.01666259765625, + -0.054229736328125, + -0.028350830078125, + 0.0177154541015625, + -0.01532745361328125, + 0.039703369140625, + -0.043243408203125, + 0.01435089111328125, + 0.0288848876953125, + 0.002658843994140625, + -0.01222991943359375, + -0.04254150390625, + 0.0159454345703125, + -0.004451751708984375, + 0.001617431640625, + -0.035980224609375, + 0.0474853515625, + -0.0765380859375, + -0.031707763671875, + -0.001850128173828125, + -0.032073974609375, + 0.0109405517578125, + 0.04449462890625, + -0.0033016204833984375, + -0.03155517578125, + 0.02215576171875, + 0.01444244384765625, + 0.00036835670471191406, + -0.0281829833984375, + -0.0423583984375, + 0.02410888671875, + 0.0022144317626953125, + -0.054931640625, + 0.00970458984375, + 0.043609619140625, + 0.006511688232421875, + -0.001728057861328125, + -0.0552978515625, + 0.00904083251953125, + 0.039703369140625, + -0.001972198486328125, + -0.016571044921875, + 0.013824462890625, + 0.03118896484375, + 0.0272979736328125, + 0.0160369873046875, + -0.00948333740234375, + 0.04217529296875, + 0.00215911865234375, + 0.0281829833984375, + -0.0124053955078125, + 0.037750244140625, + 0.041656494140625, + -0.00522613525390625, + -0.0313720703125, + -0.011871337890625, + 0.035614013671875, + 0.016387939453125, + -0.04217529296875, + 0.022857666015625, + 0.0020046234130859375, + 0.041656494140625, + -0.039154052734375, + 0.01267242431640625, + -0.0171966552734375, + -0.00930023193359375, + -0.0180816650390625, + -0.10205078125, + -0.03350830078125, + -0.00032806396484375, + -0.046417236328125, + -0.012054443359375, + -0.00013709068298339844, + -0.00551605224609375, + 0.054931640625, + -0.03826904296875, + -0.06341552734375, + 0.0114288330078125, + 0.0161285400390625, + -0.007488250732421875, + 0.0271148681640625, + -0.0216217041015625, + -0.039337158203125, + 0.010009765625, + 0.04022216796875, + -0.013824462890625, + -0.016571044921875, + -0.01470947265625, + -0.0005927085876464844, + -0.0158538818359375, + -0.03472900390625, + 0.0050048828125, + -0.0158538818359375, + 0.0306549072265625, + -0.0024929046630859375, + -0.023040771484375, + 0.02569580078125, + 0.04022216796875, + -0.02215576171875, + -0.04998779296875, + 0.03155517578125, + -0.0271148681640625, + -0.01090240478515625, + -0.007354736328125, + 0.032073974609375, + -0.00997161865234375, + -0.01444244384765625, + -0.01727294921875, + 0.005428314208984375, + 0.04998779296875, + 0.0189666748046875, + 0.00997161865234375, + -0.04217529296875, + -0.0186004638671875, + -0.024993896484375, + 0.054931640625, + -0.02197265625, + -0.0225982666015625, + -0.0002548694610595703, + -0.0132904052734375, + 0.0225982666015625, + -0.037384033203125, + -0.024810791015625, + 0.017364501953125, + 0.0288848876953125, + 0.0090789794921875, + 0.0187835693359375, + 0.03900146484375, + 0.0024471282958984375, + 0.058135986328125, + 0.07940673828125, + -0.021087646484375, + 0.0030345916748046875, + 0.0006313323974609375, + -0.002857208251953125, + 0.034210205078125, + 0.0287017822265625, + -0.0198516845703125, + -0.01409149169921875, + 0.0274658203125, + -0.01311492919921875, + 0.00855255126953125, + -0.0064239501953125, + -0.0171966552734375, + 0.0010690689086914062, + -0.04608154296875, + 0.01444244384765625, + -0.056365966796875, + -0.0262298583984375, + -0.03509521484375, + 0.04058837890625, + 0.00934600830078125, + 0.072998046875, + 0.02587890625, + -0.002269744873046875, + 0.02410888671875, + 0.01568603515625, + 0.0168304443359375, + 0.039337158203125, + -0.018157958984375, + 0.0482177734375, + -0.00003999471664428711, + 0.0297698974609375, + -0.01373291015625, + 0.07086181640625, + -0.01027679443359375, + -0.010498046875, + -0.0069122314453125, + 0.055999755859375, + -0.0141754150390625, + -0.0217132568359375, + -0.0177154541015625, + -0.038116455078125, + 0.0132904052734375, + -0.01134490966796875, + -0.004077911376953125, + -0.0064697265625, + -0.0272979736328125, + -0.046783447265625, + -0.0177154541015625, + 0.02960205078125, + -0.0087738037109375, + 0.045013427734375, + 0.046783447265625, + -0.01023101806640625, + -0.040771484375, + 0.007663726806640625, + 0.01027679443359375, + 0.016754150390625, + 0.00571441650390625, + -0.0009908676147460938, + -0.018341064453125, + -0.033660888671875, + 0.030303955078125, + 0.0109405517578125, + 0.0271148681640625, + 0.00952911376953125, + -0.00664520263671875, + 0.0513916015625, + -0.011871337890625, + 0.04571533203125, + 0.035980224609375, + -0.01125335693359375, + -0.00615692138671875, + 0.00502777099609375, + 0.03668212890625, + 0.06878662109375, + -0.0482177734375, + -0.00159454345703125, + -0.08575439453125, + -0.0032787322998046875, + -0.07196044921875, + -0.035980224609375, + -0.01320648193359375, + -0.051025390625, + 0.041473388671875, + -0.03277587890625, + -0.02392578125, + 0.004119873046875, + 0.006378173828125, + 0.01763916015625, + 0.0552978515625, + 0.0207366943359375, + -0.035430908203125, + -0.005603790283203125, + 0.0592041015625, + -0.0083770751953125, + -0.02392578125, + -0.0016832351684570312, + 0.0196685791015625, + -0.032257080078125, + 0.01302337646484375, + -0.0290679931640625, + 0.01727294921875, + 0.04571533203125, + 0.0169219970703125, + 0.0184326171875, + -0.0206451416015625, + 0.003787994384765625, + -0.0215301513671875, + 0.039520263671875, + -0.032257080078125, + -0.0016613006591796875, + 0.0013399124145507812, + -0.007175445556640625, + -0.0260467529296875, + -0.058837890625, + 0.0161285400390625, + 0.062744140625, + -0.0014505386352539062, + -0.0005731582641601562, + -0.0012235641479492188, + -0.050323486328125, + 0.0279998779296875, + -0.0059814453125, + 0.0026912689208984375, + 0.0206451416015625, + 0.050323486328125, + -0.0255126953125, + 0.003765106201171875, + -0.0059814453125, + -0.00576019287109375, + -0.035430908203125, + -0.06060791015625, + -0.0288848876953125, + -0.00952911376953125, + -0.03863525390625, + 0.0009412765502929688, + 0.0262298583984375, + -0.006378173828125, + 0.00797271728515625, + -0.00904083251953125, + -0.012939453125, + -0.035430908203125, + -0.042877197265625, + 0.0269317626953125, + -0.022064208984375, + -0.03509521484375, + -0.0204620361328125, + 0.04608154296875, + 0.00792694091796875, + 0.01470947265625, + -0.0251617431640625, + -0.010498046875, + -0.0215301513671875, + 0.0039215087890625, + -0.0095672607421875, + 0.037933349609375, + -0.0030574798583984375, + 0.04376220703125, + 0.036865234375, + 0.012847900390625, + 0.01134490966796875, + 0.048553466796875, + 0.015594482421875, + -0.0216217041015625, + -0.0016508102416992188, + -0.004032135009765625, + 0.01125335693359375, + 0.0106353759765625, + -0.0164794921875, + -0.0142669677734375, + -0.0244598388671875, + -0.01435089111328125, + 0.0195770263671875, + 0.0017719268798828125, + 0.03277587890625, + 0.0345458984375, + -0.006999969482421875, + 0.01027679443359375, + 0.028350830078125, + 0.0006532669067382812, + 0.09356689453125, + -0.01320648193359375, + -0.057403564453125, + 0.0008473396301269531, + 0.0242767333984375, + -0.021087646484375, + -0.001140594482421875, + 0.045013427734375, + 0.0059814453125, + -0.00934600830078125, + 0.0189666748046875, + 0.0000851750373840332, + 0.02923583984375, + -0.02215576171875, + 0.0008916854858398438, + 0.03118896484375, + -0.0208282470703125, + 0.012054443359375, + 0.03668212890625, + 0.051025390625, + 0.0255126953125, + 0.048553466796875, + -0.041656494140625, + -0.021087646484375, + -0.032623291015625, + -0.061676025390625, + 0.0012845993041992188, + 0.0278167724609375, + 0.01568603515625, + 0.05316162109375, + -0.0244598388671875, + -0.0804443359375, + 0.026763916015625, + -0.039154052734375, + 0.07159423828125, + 0.06378173828125, + -0.003875732421875, + 0.04217529296875, + 0.0005536079406738281, + -0.00885772705078125, + 0.01399993896484375, + 0.014801025390625, + 0.0290679931640625, + 0.0288848876953125, + 0.04217529296875, + -0.0097503662109375, + -0.037567138671875, + 0.034912109375, + 0.046417236328125, + 0.0188751220703125, + -0.0133819580078125, + 0.0297698974609375, + 0.005649566650390625, + 0.02923583984375, + -0.023040771484375, + 0.0364990234375, + 0.046417236328125, + -0.0004706382751464844, + 0.03277587890625, + -0.015777587890625, + 0.0308380126953125, + -0.0299530029296875, + 0.00576019287109375, + 0.01071929931640625, + -0.0015287399291992188, + 0.009613037109375, + 0.013824462890625, + -0.05670166015625, + -0.01532745361328125, + 0.041473388671875, + -0.047149658203125, + 0.005672454833984375, + 0.042724609375, + -0.0297698974609375, + 0.01541900634765625, + -0.0077972412109375, + -0.043426513671875, + 0.037200927734375, + -0.02410888671875, + -0.023040771484375, + 0.006290435791015625, + 0.041290283203125, + -0.04022216796875, + -0.045379638671875, + -0.0288848876953125, + 0.0006508827209472656, + -0.0018939971923828125, + -0.041290283203125, + 0.036163330078125, + 0.0008859634399414062, + -0.022247314453125, + 0.034210205078125, + 0.04998779296875, + -0.005428314208984375, + -0.01169586181640625, + 0.03314208984375, + -0.0213623046875, + -0.0313720703125, + 0.0290679931640625, + -0.0081939697265625, + 0.0169219970703125, + -0.032073974609375, + -0.0208282470703125, + 0.0096588134765625, + -0.00370025634765625, + -0.00792694091796875, + -0.0060272216796875, + -0.04608154296875, + -0.022247314453125, + -0.059539794921875, + 0.04254150390625, + -0.00757598876953125, + 0.01120758056640625, + -0.004917144775390625, + -0.0513916015625, + 0.03118896484375, + -0.07476806640625, + -0.0584716796875, + -0.0106353759765625, + 0.0226898193359375, + -0.003543853759765625, + 0.06732177734375, + -0.0170135498046875, + -0.00007474422454833984, + 0.0007367134094238281, + 0.0400390625, + 0.0035877227783203125, + 0.0114288330078125, + -0.038116455078125, + 0.030120849609375, + 0.012847900390625, + -0.0223236083984375, + 0.015777587890625, + -0.01041412353515625, + -0.0027027130126953125, + 0.0384521484375, + -0.05352783203125, + -0.00502777099609375, + 0.0199432373046875, + -0.0474853515625, + -0.0279998779296875, + -0.054595947265625, + 0.0008807182312011719, + -0.0482177734375, + 0.044830322265625, + 0.046783447265625, + 0.0159454345703125, + 0.0592041015625, + 0.0124969482421875, + -0.01824951171875, + 0.012054443359375, + -0.00841522216796875, + -0.0123138427734375, + 0.0224151611328125, + -0.0623779296875, + -0.0225067138671875, + -0.02410888671875, + 0.00948333740234375, + -0.0384521484375, + -0.017547607421875, + 0.00262451171875, + -0.0114288330078125, + 0.0299530029296875, + -0.052093505859375, + 0.01302337646484375, + -0.016387939453125, + 0.01036834716796875, + -0.04254150390625, + -0.012939453125, + 0.0169219970703125, + 0.01267242431640625, + 0.0024471282958984375, + -0.004009246826171875, + 0.0217132568359375, + -0.054595947265625, + 0.032958984375, + 0.01222991943359375, + 0.01222991943359375, + -0.0005121231079101562, + -0.0028018951416015625, + 0.01311492919921875, + 0.0186004638671875, + 0.041473388671875, + -0.00815582275390625, + -0.041656494140625, + -0.07196044921875, + 0.005649566650390625, + 0.0033016204833984375, + -0.037567138671875, + -0.030120849609375, + -0.0244598388671875, + -0.06805419921875, + 0.0012569427490234375, + 0.02923583984375, + 0.0294189453125, + 0.00841522216796875, + -0.04449462890625, + -0.024993896484375, + 0.0004513263702392578, + -0.0217132568359375, + 0.044830322265625, + -0.0226898193359375, + 0.0005097389221191406, + -0.00797271728515625, + -0.02215576171875, + 0.024993896484375, + 0.034210205078125, + 0.021087646484375, + 0.020111083984375, + 0.0177154541015625, + -0.0196685791015625, + 0.01355743408203125, + -0.0015287399291992188, + -0.01076507568359375, + 0.0030345916748046875, + -0.023040771484375, + 0.0272979736328125, + -0.040924072265625, + -0.0271148681640625, + 0.02099609375, + 0.01488494873046875, + 0.018524169921875, + -0.0306549072265625, + -0.030303955078125, + 0.02569580078125, + -0.00841522216796875, + 0.06341552734375, + -0.031707763671875, + -0.031890869140625, + 0.0035228729248046875, + -0.014617919921875, + 0.031890869140625, + 0.0404052734375, + -0.00939178466796875, + -0.043060302734375, + 0.0101470947265625, + 0.037750244140625, + -0.0081939697265625, + -0.0364990234375, + -0.036163330078125, + 0.0132904052734375, + 0.00792694091796875, + 0.07086181640625, + 0.0012187957763671875, + 0.09283447265625, + 0.02099609375, + 0.018157958984375, + 0.044830322265625, + 0.07122802734375, + 0.01666259765625, + -0.016571044921875, + -0.062744140625, + -0.0151519775390625, + 0.018524169921875, + -0.0278167724609375, + -0.0313720703125, + -0.031890869140625, + 0.0662841796875, + -0.087890625, + -0.0215301513671875, + 0.0028247833251953125, + -0.012054443359375, + 0.04608154296875, + 0.01311492919921875, + -0.0133819580078125, + 0.01488494873046875, + 0.02569580078125, + -0.037200927734375, + 0.00846099853515625, + -0.0208282470703125, + 0.035797119140625, + 0.04962158203125, + 0.0064697265625, + -0.00978851318359375, + 0.0224151611328125, + -0.00624847412109375, + 0.00846099853515625, + 0.03900146484375, + 0.0244598388671875, + 0.0064697265625, + -0.0009303092956542969, + 0.04998779296875, + 0.047149658203125, + -0.01390838623046875, + -0.0206451416015625, + 0.024993896484375, + 0.03350830078125, + 0.056365966796875, + 0.0439453125, + 0.01497650146484375, + 0.0090789794921875, + 0.0021266937255859375, + -0.05352783203125, + -0.01023101806640625, + 0.00547027587890625, + 0.0012350082397460938, + -0.0478515625, + -0.033660888671875, + 0.01355743408203125, + -0.045379638671875, + 0.03509521484375, + 0.0114288330078125, + -0.0478515625, + -0.006954193115234375, + 0.0278167724609375, + -0.0097503662109375, + -0.0306549072265625, + 0.0123138427734375, + -0.0031452178955078125, + -0.035430908203125, + -0.038116455078125, + -0.039886474609375, + 0.020904541015625, + -0.0255126953125, + -0.0655517578125, + -0.022064208984375, + 0.023040771484375, + -0.03350830078125, + -0.053863525390625, + -0.021087646484375, + 0.011077880859375, + -0.01213836669921875, + -0.037750244140625, + -0.03863525390625, + -0.024627685546875, + 0.012847900390625, + -0.0513916015625, + 0.0274658203125, + -0.02569580078125, + -0.037567138671875, + -0.007663726806640625, + -0.0225982666015625, + -0.0264129638671875, + 0.024810791015625, + -0.04376220703125, + 0.042724609375, + -0.01071929931640625, + 0.0253448486328125, + 0.01267242431640625, + 0.06341552734375, + -0.0197601318359375, + 0.007442474365234375, + -0.0064239501953125, + -0.06842041015625, + -0.0007367134094238281, + 0.000606536865234375, + 0.0029010772705078125, + -0.0726318359375, + 0.022064208984375, + 0.0478515625, + -0.076904296875, + 0.0306549072265625, + -0.0013628005981445312, + -0.020111083984375, + -0.037567138671875, + -0.00815582275390625, + -0.0005316734313964844, + 0.004650115966796875, + 0.09075927734375, + 0.0159454345703125, + -0.002857208251953125, + -0.0029239654541015625, + -0.045013427734375, + 0.059539794921875, + 0.00571441650390625, + 0.0168304443359375, + -0.050689697265625, + 0.0281829833984375, + 0.01267242431640625, + -0.03472900390625, + -0.0124053955078125, + -0.07122802734375, + -0.0124969482421875, + 0.0262298583984375, + 0.036163330078125, + 0.0016727447509765625, + 0.0155029296875, + -0.039337158203125, + -0.0288848876953125, + -0.030120849609375, + 0.01444244384765625, + -0.00762176513671875, + 0.01090240478515625, + -0.0279998779296875, + 0.0281829833984375, + 0.0033664703369140625, + -0.04925537109375, + -0.0235748291015625, + -0.034912109375, + 0.046783447265625, + -0.0024471282958984375, + -0.053863525390625, + 0.039337158203125, + 0.0213623046875, + 0.0124053955078125, + 0.023040771484375, + 0.050323486328125, + -0.026580810546875, + -0.005626678466796875, + 0.01346588134765625, + 0.039886474609375, + 0.012847900390625, + 0.0006866455078125, + 0.0170135498046875, + 0.01346588134765625, + 0.0104522705078125, + -0.040924072265625, + 0.037200927734375, + 0.030303955078125, + -0.02960205078125, + -0.0290679931640625, + -0.040771484375, + -0.038116455078125, + 0.034912109375, + -0.0031890869140625, + 0.0478515625, + 0.00792694091796875, + -0.0159454345703125, + -0.0992431640625, + 0.038818359375, + -0.0169219970703125, + 0.0279998779296875, + 0.0110321044921875, + -0.022857666015625, + -0.07830810546875, + -0.06732177734375, + -0.024810791015625, + 0.0050048828125, + -0.0109405517578125, + 0.02923583984375, + 0.01568603515625, + -0.005893707275390625, + 0.028350830078125, + 0.0025482177734375, + -0.016387939453125, + 0.034912109375, + 0.014617919921875, + -0.033660888671875, + 0.06842041015625, + -0.044647216796875, + -0.0028362274169921875, + 0.01090240478515625, + 0.021881103515625, + -0.00463104248046875, + 0.0090789794921875, + -0.0159454345703125, + -0.0290679931640625, + 0.0251617431640625, + 0.03826904296875, + -0.01090240478515625, + 0.02117919921875, + -0.0262298583984375, + 0.021087646484375, + 0.0123138427734375, + 0.0023479461669921875, + 0.00669097900390625, + 0.02374267578125, + -0.0223236083984375, + -0.0012903213500976562, + -0.06097412109375, + -0.07763671875, + 0.041107177734375, + -0.039337158203125, + 0.00615692138671875, + 0.007663726806640625, + 0.00930023193359375, + 0.01346588134765625, + -0.026763916015625, + 0.04217529296875, + -0.0003018379211425781, + -0.006336212158203125, + -0.028533935546875, + 0.0552978515625, + -0.0171051025390625, + 0.022064208984375, + 0.01346588134765625, + -0.034912109375, + 0.00823974609375, + 0.00102996826171875, + -0.0096588134765625, + -0.0294189453125, + -0.01160430908203125, + -0.005672454833984375, + 0.0189666748046875, + -0.06488037109375, + 0.001312255859375, + 0.0288848876953125, + 0.03509521484375, + -0.004364013671875, + -0.04022216796875, + 0.0384521484375, + -0.006954193115234375, + -0.06768798828125, + 0.02374267578125, + -0.0044097900390625, + -0.041290283203125, + 0.0160369873046875, + -0.01085662841796875, + 0.01041412353515625, + 0.01444244384765625, + 0.03509521484375, + 0.0474853515625, + 0.026580810546875, + -0.005138397216796875, + -0.0168304443359375, + 0.01169586181640625, + -0.02764892578125, + 0.026580810546875, + 0.021087646484375, + 0.0115203857421875, + -0.0083770751953125, + -0.0008139610290527344, + 0.012847900390625, + -0.076904296875, + -0.0179901123046875, + -0.0262298583984375, + -0.061309814453125, + -0.0004513263702392578, + 0.07476806640625, + 0.045013427734375, + -0.0008306503295898438, + 0.016754150390625, + 0.0400390625, + 0.045379638671875, + 0.00939178466796875, + -0.02410888671875, + -0.0513916015625, + -0.0313720703125, + 0.0152435302734375, + 0.034027099609375, + -0.045196533203125, + 0.0517578125, + 0.054595947265625, + -0.01258087158203125, + -0.00939178466796875, + -0.0159454345703125, + 0.00487518310546875, + 0.057769775390625, + 0.0233917236328125, + 0.011871337890625, + -0.0552978515625, + 0.00669097900390625, + 0.036163330078125, + -0.00806427001953125, + 0.00463104248046875, + -0.00952911376953125, + -0.024627685546875, + 0.021270751953125, + -0.042724609375, + -0.003078460693359375, + 0.0044097900390625, + 0.0811767578125, + 0.00708770751953125, + -0.03826904296875, + -0.00394439697265625, + 0.037200927734375, + 0.01081085205078125, + -0.0345458984375, + 0.0218048095703125, + 0.0207366943359375, + -0.03668212890625, + 0.0161285400390625, + 0.0225982666015625, + 0.003345489501953125, + 0.02923583984375, + 0.0133819580078125, + -0.0400390625, + 0.0199432373046875, + 0.0150604248046875, + 0.004207611083984375, + -0.00025200843811035156, + -0.039154052734375, + -0.030303955078125, + -0.04412841796875, + 0.02020263671875, + 0.00478363037109375, + 0.04254150390625, + 0.01068115234375, + -0.00992584228515625, + -0.01169586181640625, + 0.01076507568359375, + 0.031707763671875, + 0.01390838623046875, + 0.0225982666015625, + -0.0015621185302734375, + -0.0034332275390625, + 0.01267242431640625, + 0.026580810546875, + -0.045013427734375, + 0.04962158203125, + -0.04571533203125, + -0.000005304813385009766, + -0.051025390625, + 0.02215576171875, + 0.001617431640625, + -0.016571044921875, + 0.004718780517578125, + -0.04925537109375, + 0.01120758056640625, + -0.0214385986328125, + -0.057769775390625, + -0.000576019287109375, + 0.046417236328125, + -0.044830322265625, + 0.03155517578125, + 0.016387939453125, + -0.01081085205078125, + 0.004520416259765625, + -0.07196044921875, + 0.09039306640625, + 0.0090789794921875, + 0.0242767333984375, + -0.0163116455078125, + 0.0073089599609375, + 0.01568603515625, + 0.0031681060791015625, + -0.0022373199462890625, + 0.0186920166015625, + -0.0180816650390625, + 0.06024169921875, + 0.0262298583984375, + -0.0078887939453125, + -0.0180816650390625, + 0.00934600830078125, + 0.0207366943359375, + -0.056365966796875, + 0.032073974609375, + 0.040771484375, + 0.03472900390625, + 0.00296783447265625, + -0.01116180419921875, + 0.004608154296875, + -0.06378173828125, + 0.06451416015625, + 0.0162200927734375, + -0.00669097900390625, + 0.034912109375, + -0.05352783203125, + 0.052825927734375, + 0.0215301513671875, + 0.0384521484375, + -0.04925537109375, + 0.043060302734375, + -0.0152435302734375, + 0.0059356689453125, + 0.01346588134765625, + 0.0005288124084472656, + 0.01222991943359375, + 0.01453399658203125, + -0.0197601318359375, + 0.045379638671875, + 0.00020074844360351562, + 0.01435089111328125, + -0.0850830078125, + -0.0170135498046875, + -0.01129913330078125, + 0.01666259765625, + 0.02587890625, + -0.0242767333984375, + -0.02587890625, + 0.0033893585205078125, + 0.039154052734375, + 0.0584716796875, + -0.00952911376953125, + 0.032958984375, + 0.0225067138671875, + -0.023040771484375, + -0.0064697265625, + -0.005847930908203125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis", + "network-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "plugin-support", + "scripting", + "memory-timeline", + "process-analysis", + "network-artifacts", + "rootkit-detection", + "code-injection", + "yara-integration", + "python-api", + "scenario:memory_dump", + "opensource" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Google_Earth_Pro", + "type": "tool", + "name": "Google Earth Pro", + "content": "google earth pro googles professionelle geo-intelligence-plattform bietet forensische capabilities weit jenseits der consumer-version. historische satellitenbilder ab 1984 ermöglichen timeline-analysis von tatorten, gebäude-entwicklungen, umwelt-veränderungen. high-resolution-imagery (bis 60cm/pixel) zeigt details für crime-scene-reconstruction. besonders wertvoll: kml/kmz-import von gps-tracks für movement-analysis, measurement-tools für genaue distanzen, 3d-buildings für sichtlinien-analysen. movie-maker erstellt flyover-animations für jury-präsentationen. the street-view-integration zeigt ground-truth-perspective. polygon-tools markieren search-areas. koordinaten-anzeige in verschiedenen formaten (lat/long, utm, mgrs). offline-caching für field-operations. die kostenlose professional-lizenz (seit 2015) demokratisiert geo-intelligence. gps-data-import von smartphones, fitness-trackern, fahrzeug-systemen. standard-tool für osint-verification und court-room-presentations weltweit. satellite osint fraud-investigation reporting", + "embedding": [ + -0.031402587890625, + 0.026092529296875, + 0.046478271484375, + 0.001312255859375, + 0.0007600784301757812, + 0.025299072265625, + 0.038238525390625, + -0.005687713623046875, + 0.005664825439453125, + -0.009124755859375, + -0.04022216796875, + 0.0394287109375, + -0.0037021636962890625, + -0.01088714599609375, + -0.06591796875, + 0.052978515625, + 0.0061798095703125, + -0.0002053976058959961, + 0.0175628662109375, + -0.0300140380859375, + -0.0249176025390625, + 0.0032367706298828125, + -0.04864501953125, + 0.0244293212890625, + 0.00539398193359375, + 0.0191192626953125, + -0.02099609375, + -0.046112060546875, + -0.0162811279296875, + 0.0019989013671875, + 0.02423095703125, + -0.0180511474609375, + 0.0012807846069335938, + 0.0355224609375, + -0.01422119140625, + -0.01500701904296875, + -0.00862884521484375, + -0.06280517578125, + -0.03961181640625, + 0.0102996826171875, + -0.01064300537109375, + -0.00274658203125, + 0.0290374755859375, + 0.0139312744140625, + -0.0258941650390625, + -0.042755126953125, + -0.017852783203125, + -0.021575927734375, + -0.0019006729125976562, + -0.0099029541015625, + 0.042572021484375, + 0.04296875, + 0.0189361572265625, + -0.003261566162109375, + -0.0135345458984375, + 0.018341064453125, + -0.00409698486328125, + -0.04669189453125, + -0.029815673828125, + 0.0184326171875, + -0.0245208740234375, + 0.0036296844482421875, + -0.01044464111328125, + -0.0002161264419555664, + -0.001232147216796875, + 0.0167694091796875, + -0.007602691650390625, + -0.023345947265625, + 0.03277587890625, + 0.036865234375, + 0.004314422607421875, + 0.0144195556640625, + -0.0189361572265625, + 0.0230560302734375, + -0.0296173095703125, + -0.02423095703125, + 0.005908966064453125, + 0.0162811279296875, + 0.00696563720703125, + -0.01123046875, + -0.06353759765625, + 0.006130218505859375, + 0.06475830078125, + -0.0309906005859375, + -0.02569580078125, + 0.0026607513427734375, + 0.043365478515625, + 0.0105438232421875, + -0.01324462890625, + 0.0153045654296875, + 0.037078857421875, + -0.0002911090850830078, + 0.0262908935546875, + 0.01245880126953125, + 0.01088714599609375, + 0.07177734375, + -0.01520538330078125, + 0.01171875, + -0.012115478515625, + 0.0236358642578125, + 0.006572723388671875, + -0.033355712890625, + 0.05023193359375, + 0.01294708251953125, + 0.04571533203125, + -0.03765869140625, + 0.030792236328125, + -0.015106201171875, + -0.00414276123046875, + -0.037078857421875, + -0.0772705078125, + -0.041595458984375, + -0.0169677734375, + -0.06866455078125, + 0.004070281982421875, + 0.02423095703125, + -0.036865234375, + 0.038848876953125, + -0.06353759765625, + -0.0374755859375, + 0.03021240234375, + 0.04412841796875, + -0.006916046142578125, + 0.0180511474609375, + -0.0276641845703125, + -0.056488037109375, + 0.0245208740234375, + 0.02020263671875, + -0.034332275390625, + -0.0286407470703125, + -0.00853729248046875, + -0.0404052734375, + -0.004268646240234375, + -0.0169677734375, + -0.0013484954833984375, + -0.0171661376953125, + 0.0484619140625, + 0.01500701904296875, + -0.010986328125, + 0.0235443115234375, + 0.01549530029296875, + -0.01274871826171875, + -0.045318603515625, + 0.00652313232421875, + -0.0394287109375, + -0.002857208251953125, + -0.0216827392578125, + 0.047271728515625, + -0.02569580078125, + -0.01108551025390625, + -0.01181793212890625, + 0.0140228271484375, + 0.038055419921875, + 0.0221710205078125, + -0.0140228271484375, + -0.0494384765625, + -0.003383636474609375, + -0.0262908935546875, + 0.0230560302734375, + -0.005687713623046875, + -0.02020263671875, + 0.0144195556640625, + 0.00409698486328125, + 0.0245208740234375, + -0.0091705322265625, + -0.0234375, + -0.0286407470703125, + -0.0021953582763671875, + -0.00165557861328125, + 0.01221466064453125, + 0.0309906005859375, + -0.00620269775390625, + 0.050018310546875, + 0.053741455078125, + 0.0199127197265625, + 0.016876220703125, + -0.021575927734375, + -0.0227508544921875, + 0.028045654296875, + 0.01500701904296875, + 0.006374359130859375, + -0.00365447998046875, + 0.0084381103515625, + -0.0031871795654296875, + 0.015106201171875, + 0.00745391845703125, + -0.01500701904296875, + -0.0157928466796875, + 0.0015506744384765625, + 0.02392578125, + -0.021575927734375, + -0.04571533203125, + 0.004512786865234375, + 0.06903076171875, + 0.03277587890625, + 0.05963134765625, + 0.023345947265625, + -0.01314544677734375, + 0.0258941650390625, + 0.0081939697265625, + -0.00595855712890625, + 0.048858642578125, + -0.0096588134765625, + 0.032958984375, + -0.0007476806640625, + 0.0300140380859375, + -0.00823974609375, + 0.037872314453125, + 0.0268707275390625, + -0.0394287109375, + -0.0022430419921875, + 0.05413818359375, + -0.0185394287109375, + -0.030792236328125, + -0.031402587890625, + -0.037078857421875, + -0.01363372802734375, + -0.0284423828125, + -0.009368896484375, + -0.00853729248046875, + -0.0059356689453125, + -0.044525146484375, + -0.0022563934326171875, + 0.0218658447265625, + -0.0140228271484375, + 0.0179443359375, + 0.0262908935546875, + -0.0204010009765625, + 0.00926971435546875, + -0.005809783935546875, + 0.01068878173828125, + 0.03472900390625, + -0.0052490234375, + -0.002696990966796875, + -0.0111846923828125, + -0.0241241455078125, + 0.027862548828125, + 0.0081939697265625, + 0.0264892578125, + -0.0008826255798339844, + -0.048248291015625, + 0.051788330078125, + -0.0008645057678222656, + 0.0290374755859375, + 0.015594482421875, + -0.01206207275390625, + 0.015106201171875, + 0.0073089599609375, + 0.01113128662109375, + 0.005542755126953125, + -0.055328369140625, + -0.02020263671875, + -0.06866455078125, + -0.00872802734375, + -0.056884765625, + -0.0207977294921875, + -0.02423095703125, + -0.031768798828125, + 0.06591796875, + -0.034912109375, + -0.0213775634765625, + -0.0003478527069091797, + 0.0241241455078125, + -0.041778564453125, + 0.02117919921875, + 0.0179443359375, + -0.021484375, + -0.0169677734375, + 0.0604248046875, + 0.0290374755859375, + -0.0015573501586914062, + -0.0284423828125, + 0.0419921875, + -0.034515380859375, + 0.028045654296875, + -0.038848876953125, + 0.0254974365234375, + 0.0164794921875, + 0.019805908203125, + 0.01520538330078125, + -0.04315185546875, + 0.0244293212890625, + 0.0099029541015625, + 0.0218658447265625, + -0.017852783203125, + 0.004634857177734375, + 0.009613037109375, + 0.004856109619140625, + -0.0073089599609375, + -0.05059814453125, + -0.0010852813720703125, + 0.040985107421875, + 0.02471923828125, + 0.01363372802734375, + 0.01520538330078125, + -0.043365478515625, + 0.01294708251953125, + 0.0231475830078125, + -0.00931549072265625, + 0.0296173095703125, + 0.043365478515625, + -0.032562255859375, + -0.00321197509765625, + 0.0195159912109375, + 0.000560760498046875, + -0.0245208740234375, + -0.0374755859375, + -0.01084136962890625, + 0.00595855712890625, + -0.07257080078125, + 0.00286865234375, + 0.009368896484375, + -0.028045654296875, + 0.0218658447265625, + -0.0162811279296875, + 0.0171661376953125, + -0.02117919921875, + -0.05059814453125, + 0.03021240234375, + -0.058074951171875, + -0.0494384765625, + -0.017364501953125, + 0.06591796875, + 0.01068878173828125, + -0.0021457672119140625, + -0.0200042724609375, + -0.0216827392578125, + -0.0282440185546875, + -0.003505706787109375, + -0.027862548828125, + 0.0170745849609375, + -0.0262908935546875, + 0.0224609375, + 0.046478271484375, + 0.0116729736328125, + -0.0126495361328125, + 0.0513916015625, + 0.0276641845703125, + -0.0048065185546875, + -0.005809783935546875, + 0.0199127197265625, + 0.01451873779296875, + 0.025299072265625, + -0.038238525390625, + -0.0276641845703125, + -0.0227508544921875, + -0.04473876953125, + 0.030792236328125, + 0.025299072265625, + 0.01480865478515625, + 0.02099609375, + -0.0272674560546875, + -0.0105438232421875, + 0.06280517578125, + 0.005687713623046875, + 0.09375, + -0.016876220703125, + -0.0643310546875, + 0.004268646240234375, + 0.01824951171875, + -0.00823974609375, + -0.02197265625, + 0.00234222412109375, + 0.004978179931640625, + -0.01824951171875, + 0.0272674560546875, + -0.027069091796875, + 0.0077972412109375, + -0.037078857421875, + -0.0036773681640625, + 0.01432037353515625, + -0.035308837890625, + 0.021484375, + 0.034332275390625, + 0.0216827392578125, + 0.006622314453125, + 0.002696990966796875, + -0.042572021484375, + -0.007602691650390625, + -0.053741455078125, + -0.02471923828125, + 0.050018310546875, + 0.0404052734375, + 0.00745391845703125, + 0.02117919921875, + -0.05218505859375, + -0.06903076171875, + 0.0355224609375, + -0.035888671875, + 0.07025146484375, + 0.05767822265625, + 0.00838470458984375, + 0.04669189453125, + -0.0181427001953125, + 0.003849029541015625, + 0.0419921875, + 0.0096588134765625, + 0.036865234375, + 0.04296875, + 0.042572021484375, + -0.016876220703125, + -0.0258941650390625, + 0.043731689453125, + 0.0304107666015625, + 0.006866455078125, + 0.00490570068359375, + 0.031585693359375, + 0.040008544921875, + 0.01824951171875, + -0.0089263916015625, + 0.0199127197265625, + 0.0200042724609375, + -0.023834228515625, + -0.020599365234375, + -0.02569580078125, + 0.02667236328125, + -0.0419921875, + -0.00652313232421875, + -0.0019741058349609375, + 0.0264892578125, + 0.0276641845703125, + 0.00005131959915161133, + -0.080810546875, + 0.025115966796875, + 0.0189361572265625, + -0.09771728515625, + 0.0199127197265625, + 0.017364501953125, + -0.0212860107421875, + 0.044921875, + -0.0296173095703125, + -0.054931640625, + 0.032562255859375, + -0.0170745849609375, + -0.036285400390625, + -0.0030155181884765625, + 0.01549530029296875, + -0.0753173828125, + -0.05059814453125, + -0.04473876953125, + 0.003849029541015625, + -0.005466461181640625, + 0.0036296844482421875, + 0.0478515625, + 0.0158843994140625, + 0.007110595703125, + 0.0034332275390625, + 0.049224853515625, + -0.01383209228515625, + -0.039031982421875, + 0.034515380859375, + -0.028045654296875, + -0.05963134765625, + 0.0096588134765625, + 0.012359619140625, + 0.0216827392578125, + -0.071044921875, + 0.001667022705078125, + -0.0018758773803710938, + 0.0028934478759765625, + 0.0098114013671875, + 0.011871337890625, + -0.00794219970703125, + -0.040985107421875, + -0.0249176025390625, + 0.05218505859375, + 0.016571044921875, + 0.035308837890625, + -0.00951385498046875, + -0.06829833984375, + 0.056884765625, + -0.05059814453125, + -0.021087646484375, + -0.016876220703125, + 0.0180511474609375, + -0.027862548828125, + 0.05218505859375, + -0.0249176025390625, + -0.0374755859375, + -0.01314544677734375, + 0.06280517578125, + -0.00946807861328125, + -0.0075531005859375, + -0.05767822265625, + 0.05413818359375, + 0.01161956787109375, + -0.050994873046875, + 0.00765228271484375, + -0.004314422607421875, + -0.0028934478759765625, + 0.0439453125, + -0.0355224609375, + 0.01161956787109375, + 0.002758026123046875, + -0.060028076171875, + 0.0001747608184814453, + -0.048248291015625, + -0.0309906005859375, + -0.03118896484375, + 0.051788330078125, + 0.04962158203125, + 0.007503509521484375, + 0.025299072265625, + 0.01373291015625, + 0.0199127197265625, + 0.0224609375, + 0.02569580078125, + -0.0021820068359375, + 0.0282440185546875, + -0.049041748046875, + -0.033935546875, + -0.006622314453125, + 0.054931640625, + -0.0221710205078125, + -0.00402069091796875, + 0.00745391845703125, + -0.025299072265625, + 0.049041748046875, + 0.004756927490234375, + -0.0296173095703125, + -0.0169677734375, + -0.049835205078125, + -0.0513916015625, + -0.030609130859375, + 0.0189361572265625, + 0.0075531005859375, + 0.0024280548095703125, + 0.0064239501953125, + 0.021087646484375, + -0.058837890625, + -0.0034084320068359375, + 0.0272674560546875, + 0.0116729736328125, + 0.00931549072265625, + -0.00262451171875, + -0.005466461181640625, + -0.0098114013671875, + 0.0159912109375, + -0.031982421875, + -0.0276641845703125, + -0.06280517578125, + 0.0235443115234375, + -0.00926971435546875, + -0.00785064697265625, + -0.0098114013671875, + -0.040985107421875, + -0.040802001953125, + 0.0036296844482421875, + 0.035888671875, + -0.02069091796875, + 0.0304107666015625, + -0.033935546875, + -0.007354736328125, + -0.009857177734375, + -0.027862548828125, + 0.028045654296875, + -0.0135345458984375, + 0.0110321044921875, + 0.015106201171875, + -0.054534912109375, + 0.0296173095703125, + 0.01108551025390625, + 0.02294921875, + -0.002071380615234375, + 0.0419921875, + -0.03765869140625, + 0.0012998580932617188, + -0.0268707275390625, + -0.003482818603515625, + 0.00252532958984375, + -0.0355224609375, + 0.039031982421875, + -0.0272674560546875, + -0.0153045654296875, + 0.02099609375, + 0.004119873046875, + 0.01776123046875, + -0.00563812255859375, + -0.0171661376953125, + 0.006473541259765625, + 0.006374359130859375, + 0.05413818359375, + -0.0232391357421875, + -0.055328369140625, + -0.00024366378784179688, + -0.0027217864990234375, + 0.054931640625, + 0.05413818359375, + -0.010345458984375, + -0.017364501953125, + 0.015594482421875, + 0.0221710205078125, + 0.00020694732666015625, + -0.007354736328125, + -0.028045654296875, + 0.01108551025390625, + 0.0091705322265625, + 0.0355224609375, + 0.0167694091796875, + 0.07257080078125, + 0.025115966796875, + 0.0107421875, + 0.01520538330078125, + 0.082763671875, + 0.05059814453125, + -0.046112060546875, + -0.056884765625, + 0.01245880126953125, + -0.0025386810302734375, + -0.0413818359375, + -0.0286407470703125, + 0.022064208984375, + 0.046295166015625, + -0.0655517578125, + -0.0296173095703125, + -0.0384521484375, + 0.01108551025390625, + 0.00240325927734375, + 0.00833892822265625, + 0.005344390869140625, + 0.022064208984375, + -0.00789642333984375, + -0.028839111328125, + -0.0100555419921875, + -0.01451873779296875, + -0.0027828216552734375, + 0.0284423828125, + 0.037872314453125, + -0.01230621337890625, + 0.0264892578125, + 0.006816864013671875, + 0.0309906005859375, + 0.00799560546875, + 0.0250091552734375, + -0.00975799560546875, + 0.02099609375, + 0.0190277099609375, + 0.04473876953125, + 0.001827239990234375, + -0.04217529296875, + 0.0195159912109375, + 0.01451873779296875, + 0.060821533203125, + 0.07177734375, + -0.0189361572265625, + -0.00296783447265625, + 0.007259368896484375, + -0.03021240234375, + -0.005859375, + 0.00745391845703125, + 0.0250091552734375, + -0.05023193359375, + -0.042572021484375, + 0.01971435546875, + -0.04510498046875, + 0.0274658203125, + 0.0116729736328125, + -0.028839111328125, + 0.00995635986328125, + 0.0364990234375, + -0.0114288330078125, + -0.03863525390625, + 0.0139312744140625, + -0.00583648681640625, + -0.0172576904296875, + -0.0364990234375, + -0.054931640625, + 0.054931640625, + -0.019317626953125, + -0.040618896484375, + -0.007354736328125, + 0.0235443115234375, + -0.037872314453125, + -0.02392578125, + 0.00286865234375, + 0.0024394989013671875, + -0.011962890625, + -0.0272674560546875, + -0.0474853515625, + -0.004512786865234375, + 0.01000213623046875, + -0.0052947998046875, + 0.0181427001953125, + 0.00632476806640625, + -0.049224853515625, + -0.01363372802734375, + 0.0110321044921875, + -0.0374755859375, + 0.026092529296875, + -0.03668212890625, + 0.0458984375, + 0.0195159912109375, + 0.030792236328125, + 0.0484619140625, + 0.0513916015625, + 0.01373291015625, + -0.01274871826171875, + -0.037872314453125, + -0.02667236328125, + 0.004291534423828125, + -0.0116729736328125, + 0.01480865478515625, + -0.074951171875, + 0.02099609375, + 0.0458984375, + -0.0859375, + -0.0016794204711914062, + 0.040985107421875, + -0.023345947265625, + -0.0246124267578125, + 0.01206207275390625, + -0.03570556640625, + 0.01137542724609375, + 0.057281494140625, + -0.0077972412109375, + 0.01274871826171875, + 0.0204010009765625, + -0.02471923828125, + 0.05413818359375, + 0.015106201171875, + 0.03021240234375, + -0.031982421875, + 0.01422119140625, + 0.035888671875, + -0.036285400390625, + 0.007110595703125, + -0.056884765625, + -0.0114288330078125, + 0.04766845703125, + -0.01171875, + -0.005199432373046875, + 0.00024819374084472656, + -0.0274658203125, + 0.0021209716796875, + -0.038055419921875, + 0.036285400390625, + 0.024322509765625, + 0.025299072265625, + -0.053741455078125, + -0.0226593017578125, + 0.00389862060546875, + -0.053741455078125, + -0.0355224609375, + -0.0236358642578125, + 0.0272674560546875, + -0.00034332275390625, + -0.043365478515625, + 0.00946807861328125, + 0.01093292236328125, + 0.007061004638671875, + 0.007259368896484375, + 0.05609130859375, + -0.0662841796875, + -0.019805908203125, + -0.0125579833984375, + 0.00809478759765625, + 0.00389862060546875, + 0.00595855712890625, + -0.02020263671875, + 0.012847900390625, + 0.029815673828125, + -0.050994873046875, + 0.061981201171875, + 0.056488037109375, + -0.0484619140625, + -0.04669189453125, + -0.007160186767578125, + -0.05572509765625, + 0.058837890625, + -0.01549530029296875, + 0.045318603515625, + -0.0174560546875, + -0.006866455078125, + -0.09063720703125, + 0.02471923828125, + -0.007503509521484375, + 0.03924560546875, + 0.06317138671875, + -0.0080413818359375, + -0.06903076171875, + -0.03961181640625, + -0.0166778564453125, + 0.0180511474609375, + -0.0274658203125, + 0.01480865478515625, + -0.0082855224609375, + -0.0130462646484375, + -0.0116729736328125, + -0.0204010009765625, + -0.006717681884765625, + 0.02423095703125, + 0.007602691650390625, + -0.034912109375, + 0.057281494140625, + -0.0184326171875, + 0.030792236328125, + 0.005664825439453125, + -0.0008707046508789062, + 0.01922607421875, + 0.005123138427734375, + -0.054931640625, + -0.0066680908203125, + 0.044921875, + 0.052978515625, + -0.0264892578125, + -0.004241943359375, + -0.0290374755859375, + 0.01020050048828125, + 0.00799560546875, + -0.0181427001953125, + -0.007354736328125, + 0.0016794204711914062, + -0.02423095703125, + -0.04510498046875, + -0.06707763671875, + -0.08160400390625, + 0.00029277801513671875, + -0.0494384765625, + -0.0224609375, + 0.004608154296875, + 0.0218658447265625, + 0.0232391357421875, + -0.05218505859375, + 0.031402587890625, + -0.0005273818969726562, + -0.0038738250732421875, + -0.0218658447265625, + 0.00470733642578125, + -0.022552490234375, + 0.03375244140625, + -0.007354736328125, + -0.03765869140625, + 0.0231475830078125, + -0.018829345703125, + 0.0014410018920898438, + 0.0002834796905517578, + 0.0023784637451171875, + -0.016571044921875, + 0.0236358642578125, + -0.07452392578125, + -0.051788330078125, + 0.020599365234375, + 0.036285400390625, + -0.0034084320068359375, + -0.0189361572265625, + 0.040618896484375, + 0.0020847320556640625, + -0.0533447265625, + 0.038055419921875, + -0.0224609375, + -0.0162811279296875, + -0.004169464111328125, + 0.00897216796875, + 0.028045654296875, + 0.00907135009765625, + 0.0231475830078125, + 0.02392578125, + 0.01500701904296875, + -0.0171661376953125, + 0.0000027418136596679688, + 0.01422119140625, + -0.00409698486328125, + 0.03668212890625, + 0.01873779296875, + 0.025299072265625, + 0.00099945068359375, + 0.01324462890625, + 0.00897216796875, + -0.0733642578125, + -0.007259368896484375, + -0.0216827392578125, + -0.07177734375, + 0.007259368896484375, + 0.05767822265625, + 0.04766845703125, + -0.040008544921875, + 0.0268707275390625, + 0.037261962890625, + 0.004047393798828125, + 0.0017290115356445312, + -0.0268707275390625, + -0.05572509765625, + -0.0207977294921875, + 0.03216552734375, + 0.037261962890625, + -0.048858642578125, + 0.046875, + 0.06353759765625, + -0.004512786865234375, + 0.0004138946533203125, + -0.004291534423828125, + 0.0189361572265625, + 0.043548583984375, + 0.0282440185546875, + 0.006916046142578125, + -0.08001708984375, + -0.01020050048828125, + 0.04296875, + 0.012359619140625, + -0.00627899169921875, + -0.0121612548828125, + -0.047271728515625, + 0.0643310546875, + -0.045501708984375, + -0.016571044921875, + -0.0130462646484375, + 0.084716796875, + 0.028839111328125, + -0.0171661376953125, + -0.00222015380859375, + 0.05609130859375, + 0.005687713623046875, + -0.0167694091796875, + 0.01922607421875, + -0.0091705322265625, + 0.01088714599609375, + 0.032958984375, + 0.04669189453125, + 0.020111083984375, + 0.0413818359375, + 0.022064208984375, + -0.042755126953125, + 0.01480865478515625, + -0.006916046142578125, + 0.01294708251953125, + -0.0300140380859375, + -0.042755126953125, + -0.02923583984375, + -0.05413818359375, + 0.04669189453125, + 0.0276641845703125, + 0.0423583984375, + 0.006916046142578125, + 0.00833892822265625, + -0.02569580078125, + 0.0135345458984375, + -0.01324462890625, + 0.040008544921875, + 0.02069091796875, + 0.00563812255859375, + 0.0161895751953125, + 0.0172576904296875, + 0.0004475116729736328, + -0.0364990234375, + 0.0276641845703125, + -0.03021240234375, + 0.0073089599609375, + -0.030609130859375, + 0.0033588409423828125, + 0.0254974365234375, + -0.000858306884765625, + 0.0203094482421875, + -0.0010356903076171875, + -0.01776123046875, + -0.00931549072265625, + -0.04510498046875, + -0.0164794921875, + 0.007110595703125, + -0.0221710205078125, + 0.0158843994140625, + 0.038055419921875, + -0.01549530029296875, + 0.015594482421875, + -0.0474853515625, + 0.0914306640625, + 0.02392578125, + 0.0423583984375, + -0.0012264251708984375, + 0.028045654296875, + 0.05059814453125, + -0.0036296844482421875, + 0.038055419921875, + 0.0276641845703125, + -0.012847900390625, + 0.047271728515625, + 0.048248291015625, + -0.0102996826171875, + -0.0533447265625, + 0.00872802734375, + -0.0029544830322265625, + -0.0753173828125, + 0.043548583984375, + 0.0057373046875, + -0.005001068115234375, + 0.002513885498046875, + -0.008880615234375, + 0.0119171142578125, + -0.06903076171875, + 0.05572509765625, + 0.0186309814453125, + 0.01274871826171875, + 0.044525146484375, + -0.04510498046875, + 0.036865234375, + 0.00252532958984375, + 0.0384521484375, + -0.037261962890625, + 0.06475830078125, + -0.0304107666015625, + 0.034515380859375, + -0.01451873779296875, + 0.013336181640625, + 0.01015472412109375, + 0.0184326171875, + -0.01922607421875, + 0.04766845703125, + 0.0264892578125, + -0.013336181640625, + -0.0439453125, + -0.001605987548828125, + -0.00701141357421875, + 0.0274658203125, + 0.0458984375, + -0.03924560546875, + -0.034332275390625, + 0.00470733642578125, + 0.031768798828125, + 0.0714111328125, + -0.00858306884765625, + 0.035888671875, + -0.00258636474609375, + -0.0096588134765625, + -0.0049285888671875, + -0.0172576904296875 + ], + "metadata": { + "domains": [ + "fraud-investigation" + ], + "phases": [ + "reporting" + ], + "tags": [ + "satellite", + "osint" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_TheHive_5", + "type": "tool", + "name": "TheHive 5", + "content": "thehive 5 die zentrale incident-response-plattform orchestriert komplexe sicherheitsvorfälle vom ersten alert bis zum abschlussbericht. jeder case wird strukturiert durch observables (iocs), tasks und zeitleisten abgebildet. die cortex-integration automatisiert analysen durch dutzende analyzer - von virustotal-checks bis sandbox-detonation. misp-synchronisation reichert cases mit threat-intelligence an. das ausgeklügelte rollen- und rechtesystem ermöglicht sichere zusammenarbeit zwischen soc-analysten, forensikern und management. templates standardisieren response-prozesse nach incident-typ. die restful api integriert nahtlos mit siem, soar und ticketing-systemen. metrics und kpis messen die team-performance. die community edition bleibt kostenlos für kleinere teams, während gold/platinum-lizenzen enterprise-features bieten. web-interface case-management collaboration api workflow multi-user-support cortex-analyzer misp-integration playbooks metrics rbac template-driven incident-response static-investigations malware-analysis network-forensics fraud-investigation data-collection examination analysis reporting", + "embedding": [ + -0.038299560546875, + 0.032867431640625, + 0.0374755859375, + 0.00977325439453125, + 0.02435302734375, + 0.0272674560546875, + 0.0219573974609375, + -0.03167724609375, + -0.03948974609375, + 0.0005636215209960938, + -0.00811767578125, + 0.06817626953125, + -0.00473785400390625, + -0.0094757080078125, + -0.03790283203125, + 0.045501708984375, + 0.019744873046875, + 0.0135345458984375, + 0.043701171875, + 0.007068634033203125, + -0.041900634765625, + 0.0062408447265625, + -0.048919677734375, + -0.00606536865234375, + 0.030670166015625, + -0.0008521080017089844, + -0.020355224609375, + -0.032684326171875, + -0.00598907470703125, + 0.01293182373046875, + 0.032073974609375, + -0.034271240234375, + 0.0091705322265625, + 0.01313018798828125, + -0.0034084320068359375, + -0.0191497802734375, + 0.00887298583984375, + -0.04168701171875, + 0.0060882568359375, + 0.033477783203125, + -0.01433563232421875, + -0.0057373046875, + 0.001209259033203125, + -0.0166473388671875, + -0.010528564453125, + -0.0374755859375, + 0.007266998291015625, + -0.0135345458984375, + 0.0009083747863769531, + -0.0290679931640625, + 0.005664825439453125, + 0.0199432373046875, + 0.01473236083984375, + -0.009368896484375, + -0.031463623046875, + 0.03228759765625, + -0.008819580078125, + -0.0087738037109375, + -0.038482666015625, + 0.033294677734375, + -0.0266571044921875, + 0.0034084320068359375, + -0.00887298583984375, + 0.0108795166015625, + -0.00922393798828125, + 0.021759033203125, + -0.0146331787109375, + -0.035491943359375, + -0.0021800994873046875, + 0.001979827880859375, + 0.01523590087890625, + -0.00010728836059570312, + -0.0330810546875, + 0.02496337890625, + -0.034271240234375, + -0.050933837890625, + 0.03369140625, + 0.021148681640625, + 0.015838623046875, + -0.0191497802734375, + -0.039886474609375, + -0.0009145736694335938, + 0.057342529296875, + -0.03228759765625, + -0.06414794921875, + -0.0086669921875, + 0.014434814453125, + 0.00101470947265625, + -0.006717681884765625, + 0.007167816162109375, + 0.030670166015625, + 0.01207733154296875, + 0.0162353515625, + -0.03228759765625, + 0.0408935546875, + 0.04571533203125, + -0.0020542144775390625, + -0.032470703125, + 0.01258087158203125, + 0.018951416015625, + 0.0156402587890625, + -0.00746917724609375, + 0.0633544921875, + 0.005313873291015625, + 0.054931640625, + -0.05291748046875, + 0.0115814208984375, + -0.033477783203125, + 0.024261474609375, + -0.01012420654296875, + -0.08941650390625, + -0.060150146484375, + 0.0195465087890625, + -0.059356689453125, + 0.007015228271484375, + 0.017333984375, + -0.01273345947265625, + 0.02886962890625, + -0.06854248046875, + -0.031280517578125, + 0.04351806640625, + 0.020751953125, + 0.003734588623046875, + -0.01262664794921875, + -0.050506591796875, + -0.0430908203125, + -0.002593994140625, + 0.0272674560546875, + -0.0465087890625, + -0.00992584228515625, + -0.028472900390625, + 0.013031005859375, + -0.0234527587890625, + -0.05133056640625, + 0.0021800994873046875, + -0.02154541015625, + 0.00887298583984375, + 0.023162841796875, + -0.0108795166015625, + 0.01293182373046875, + 0.0330810546875, + -0.0227508544921875, + -0.05291748046875, + -0.01824951171875, + -0.047119140625, + -0.01763916015625, + -0.0035839080810546875, + 0.041290283203125, + -0.0220489501953125, + 0.002155303955078125, + 0.027069091796875, + 0.018035888671875, + 0.060546875, + 0.007419586181640625, + 0.045501708984375, + -0.053314208984375, + -0.02105712890625, + -0.0018415451049804688, + 0.034088134765625, + 0.01203155517578125, + 0.007568359375, + 0.00977325439453125, + 0.005512237548828125, + 0.020355224609375, + -0.00852203369140625, + -0.0352783203125, + -0.0286712646484375, + 0.0216522216796875, + -0.00977325439453125, + 0.004108428955078125, + 0.041900634765625, + -0.004436492919921875, + 0.03106689453125, + 0.0789794921875, + -0.013031005859375, + -0.0023937225341796875, + 0.005062103271484375, + -0.0146331787109375, + 0.043914794921875, + 0.0364990234375, + -0.005889892578125, + -0.0198516845703125, + 0.060943603515625, + 0.0037593841552734375, + 0.0024433135986328125, + -0.023651123046875, + -0.034881591796875, + -0.0016040802001953125, + -0.010223388671875, + 0.00626373291015625, + -0.033477783203125, + -0.03509521484375, + -0.041290283203125, + 0.01413726806640625, + 0.06378173828125, + 0.0693359375, + 0.02105712890625, + -0.011077880859375, + 0.03790283203125, + -0.01453399658203125, + 0.0024433135986328125, + 0.0304718017578125, + -0.00891876220703125, + 0.020751953125, + 0.0086212158203125, + 0.01934814453125, + -0.00977325439453125, + 0.048919677734375, + 0.0188446044921875, + -0.03106689453125, + 0.0132293701171875, + 0.046722412109375, + -0.00591278076171875, + -0.034088134765625, + -0.0227508544921875, + -0.03448486328125, + -0.002780914306640625, + 0.0009965896606445312, + -0.01137542724609375, + 0.00832366943359375, + 0.00033211708068847656, + -0.0487060546875, + -0.014434814453125, + 0.02606201171875, + -0.005138397216796875, + 0.041107177734375, + 0.00922393798828125, + -0.0268707275390625, + -0.01373291015625, + 0.01523590087890625, + 0.0458984375, + 0.015838623046875, + 0.00206756591796875, + -0.00395965576171875, + -0.01152801513671875, + -0.0179443359375, + 0.029266357421875, + 0.04290771484375, + 0.007617950439453125, + 0.02325439453125, + -0.00040721893310546875, + 0.023651123046875, + 0.00926971435546875, + 0.032470703125, + 0.028472900390625, + -0.0028438568115234375, + -0.01654052734375, + 0.0091705322265625, + 0.0308685302734375, + 0.0421142578125, + -0.053314208984375, + -0.01097869873046875, + -0.058135986328125, + 0.00832366943359375, + -0.088623046875, + -0.04168701171875, + -0.0185394287109375, + -0.040283203125, + 0.038482666015625, + -0.0302734375, + -0.0097198486328125, + 0.016937255859375, + 0.03668212890625, + 0.028472900390625, + 0.05072021484375, + 0.01453399658203125, + -0.027862548828125, + -0.0005636215209960938, + 0.06494140625, + 0.021148681640625, + -0.0202484130859375, + 0.004913330078125, + 0.046722412109375, + 0.005413055419921875, + 0.0128326416015625, + -0.039703369140625, + -0.0004572868347167969, + 0.046905517578125, + 0.050933837890625, + 0.035888671875, + -0.0087738037109375, + 0.0084686279296875, + 0.002292633056640625, + 0.03448486328125, + -0.052520751953125, + -0.038482666015625, + -0.021759033203125, + -0.016845703125, + 0.01047515869140625, + -0.058135986328125, + -0.00801849365234375, + 0.044097900390625, + 0.0374755859375, + 0.0184478759765625, + 0.0224609375, + -0.01654052734375, + 0.02496337890625, + -0.0017290115356445312, + 0.00731658935546875, + 0.03668212890625, + 0.03387451171875, + -0.0521240234375, + 0.006465911865234375, + 0.0029315948486328125, + 0.0252532958984375, + -0.0266571044921875, + -0.04730224609375, + -0.022552490234375, + -0.0086669921875, + -0.06573486328125, + -0.032073974609375, + 0.01332855224609375, + -0.002254486083984375, + 0.0086212158203125, + -0.0262603759765625, + 0.00661468505859375, + -0.024261474609375, + -0.04168701171875, + 0.0139312744140625, + -0.032684326171875, + -0.05694580078125, + -0.0188446044921875, + 0.06854248046875, + 0.005413055419921875, + 0.027862548828125, + -0.0191497802734375, + -0.0087738037109375, + -0.048919677734375, + 0.003910064697265625, + -0.03887939453125, + 0.006916046142578125, + -0.0125274658203125, + 0.006664276123046875, + 0.01293182373046875, + 0.059356689453125, + 0.0013532638549804688, + 0.059356689453125, + 0.00423431396484375, + -0.0181427001953125, + -0.008270263671875, + 0.02294921875, + -0.003082275390625, + 0.036285400390625, + -0.01824951171875, + -0.0024814605712890625, + -0.0294647216796875, + -0.00563812255859375, + 0.021759033203125, + 0.0162353515625, + 0.04510498046875, + 0.03167724609375, + -0.018341064453125, + 0.01413726806640625, + 0.07415771484375, + 0.0036334991455078125, + 0.10223388671875, + -0.01413726806640625, + -0.04449462890625, + -0.0018672943115234375, + 0.0235595703125, + -0.0254669189453125, + -0.00962066650390625, + 0.0274658203125, + 0.0098724365234375, + -0.009521484375, + 0.03509521484375, + -0.01332855224609375, + 0.043701171875, + 0.0060882568359375, + -0.01313018798828125, + 0.03668212890625, + -0.01523590087890625, + 0.0304718017578125, + 0.03106689453125, + 0.031280517578125, + 0.0153350830078125, + 0.03509521484375, + -0.0645751953125, + -0.0276641845703125, + -0.04168701171875, + -0.05853271484375, + -0.00528717041015625, + 0.00786590576171875, + -0.0086669921875, + 0.01047515869140625, + -0.015533447265625, + -0.058135986328125, + 0.004962921142578125, + -0.0031566619873046875, + 0.08099365234375, + 0.036285400390625, + 0.028472900390625, + 0.0247650146484375, + -0.0181427001953125, + -0.0135345458984375, + 0.009674072265625, + -0.0139312744140625, + 0.02294921875, + 0.02606201171875, + 0.0408935546875, + 0.01453399658203125, + -0.04150390625, + 0.00234222412109375, + 0.0308685302734375, + -0.00027251243591308594, + 0.00731658935546875, + 0.006565093994140625, + -0.005313873291015625, + 0.0386962890625, + -0.00493621826171875, + 0.0408935546875, + 0.0174407958984375, + -0.030670166015625, + 0.01187896728515625, + -0.00536346435546875, + 0.020751953125, + -0.0689697265625, + 0.0032825469970703125, + -0.0218505859375, + 0.0108795166015625, + 0.007717132568359375, + 0.047698974609375, + -0.026458740234375, + 0.01763916015625, + 0.05133056640625, + -0.08538818359375, + 0.030670166015625, + 0.047698974609375, + -0.020751953125, + 0.02215576171875, + -0.0094757080078125, + -0.0272674560546875, + 0.05572509765625, + -0.0108795166015625, + -0.04150390625, + -0.0139312744140625, + 0.005962371826171875, + -0.05291748046875, + -0.01763916015625, + -0.0258636474609375, + -0.009368896484375, + 0.006916046142578125, + -0.03790283203125, + 0.0171356201171875, + -0.027862548828125, + -0.021759033203125, + 0.0209503173828125, + 0.052520751953125, + -0.003131866455078125, + -0.0209503173828125, + 0.060546875, + -0.019439697265625, + -0.03948974609375, + 0.04229736328125, + 0.0266571044921875, + 0.023651123046875, + -0.01383209228515625, + -0.0132293701171875, + -0.005413055419921875, + -0.02044677734375, + -0.0179443359375, + -0.0037097930908203125, + -0.0352783203125, + -0.038482666015625, + -0.029876708984375, + 0.070556640625, + 0.01453399658203125, + 0.04150390625, + -0.002017974853515625, + -0.0202484130859375, + 0.016143798828125, + -0.05572509765625, + -0.007717132568359375, + -0.00897216796875, + 0.0213470458984375, + -0.0084686279296875, + 0.05853271484375, + -0.0015163421630859375, + -0.025054931640625, + -0.00922393798828125, + 0.0179443359375, + 0.0090179443359375, + -0.00032901763916015625, + -0.04791259765625, + 0.0226593017578125, + 0.0202484130859375, + -0.077392578125, + -0.0218505859375, + -0.01383209228515625, + 0.0016660690307617188, + 0.0577392578125, + -0.058929443359375, + 0.006816864013671875, + -0.00136566162109375, + -0.077392578125, + -0.0280609130859375, + -0.026458740234375, + 0.0094757080078125, + -0.05010986328125, + 0.0162353515625, + 0.053314208984375, + -0.0105743408203125, + 0.044708251953125, + -0.0024929046630859375, + 0.01047515869140625, + 0.0233612060546875, + 0.0015659332275390625, + -0.001453399658203125, + 0.0248565673828125, + -0.055328369140625, + -0.040283203125, + -0.0254669189453125, + 0.0421142578125, + -0.0185394287109375, + -0.01654052734375, + -0.015533447265625, + -0.034088134765625, + 0.007068634033203125, + -0.053314208984375, + -0.006866455078125, + -0.0014162063598632812, + -0.0157318115234375, + -0.01207733154296875, + -0.0226593017578125, + 0.00811767578125, + 0.04150390625, + -0.00801849365234375, + 0.027069091796875, + 0.04071044921875, + -0.060943603515625, + 0.018951416015625, + 0.0044097900390625, + -0.01513671875, + 0.0146331787109375, + -0.00926971435546875, + -0.004913330078125, + -0.0004603862762451172, + 0.00473785400390625, + -0.019439697265625, + -0.0421142578125, + -0.072998046875, + 0.033477783203125, + -0.01132965087890625, + -0.018646240234375, + -0.051727294921875, + -0.049530029296875, + -0.043701171875, + -0.019439697265625, + 0.053314208984375, + 0.023162841796875, + -0.00817108154296875, + -0.0374755859375, + -0.0188446044921875, + -0.00312042236328125, + -0.054534912109375, + 0.0296783447265625, + -0.0142364501953125, + 0.01543426513671875, + 0.00031948089599609375, + -0.029876708984375, + 0.016143798828125, + -0.0032825469970703125, + 0.033477783203125, + 0.005588531494140625, + 0.02606201171875, + -0.058135986328125, + 0.0248565673828125, + -0.01207733154296875, + -0.0268707275390625, + 0.0005888938903808594, + -0.019744873046875, + 0.0174407958984375, + -0.04351806640625, + -0.005863189697265625, + -0.005863189697265625, + 0.039093017578125, + 0.018341064453125, + 0.01238250732421875, + -0.0499267578125, + 0.0330810546875, + 0.0033588409423828125, + 0.04632568359375, + -0.0135345458984375, + -0.053741455078125, + -0.002117156982421875, + -0.0006766319274902344, + 0.044097900390625, + 0.04632568359375, + 0.01007080078125, + -0.0272674560546875, + -0.0013093948364257812, + 0.0521240234375, + -0.00992584228515625, + -0.0458984375, + -0.0352783203125, + -0.0121307373046875, + 0.0164337158203125, + 0.05975341796875, + -0.011077880859375, + 0.0845947265625, + 0.025665283203125, + -0.0191497802734375, + 0.040283203125, + 0.05853271484375, + 0.0206451416015625, + -0.01177978515625, + -0.05853271484375, + -0.0022430419921875, + 0.01373291015625, + -0.04852294921875, + -0.02044677734375, + 0.005889892578125, + 0.032684326171875, + -0.0645751953125, + -0.02294921875, + -0.0164337158203125, + 0.0004916191101074219, + 0.0171356201171875, + 0.00992584228515625, + -0.00782012939453125, + 0.02606201171875, + 0.008270263671875, + -0.046112060546875, + -0.009521484375, + -0.0018672943115234375, + 0.004985809326171875, + 0.048126220703125, + 0.0224609375, + 0.01027679443359375, + 0.039703369140625, + 0.039306640625, + 0.032867431640625, + 0.0156402587890625, + 0.042510986328125, + 0.018646240234375, + 0.026458740234375, + 0.0465087890625, + 0.052520751953125, + -0.0132293701171875, + -0.0364990234375, + 0.01123046875, + 0.020050048828125, + 0.0097198486328125, + 0.0380859375, + -0.0017042160034179688, + 0.0255584716796875, + 0.0062408447265625, + -0.044921875, + -0.02325439453125, + -0.016143798828125, + -0.02606201171875, + -0.0227508544921875, + -0.056121826171875, + 0.0274658203125, + -0.0191497802734375, + 0.02294921875, + -0.00263214111328125, + -0.0266571044921875, + -0.0266571044921875, + 0.0364990234375, + 0.0011272430419921875, + -0.02886962890625, + 0.0280609130859375, + -0.005687713623046875, + -0.021148681640625, + 0.0007548332214355469, + -0.01824951171875, + 0.0219573974609375, + -0.013031005859375, + -0.044921875, + 0.0090179443359375, + 0.04510498046875, + -0.00616455078125, + -0.055328369140625, + -0.008270263671875, + 0.0223541259765625, + -0.0364990234375, + -0.0521240234375, + -0.044097900390625, + -0.02435302734375, + 0.01824951171875, + -0.01152801513671875, + 0.004962921142578125, + 0.00466156005859375, + -0.01123046875, + -0.0093231201171875, + -0.03387451171875, + -0.0185394287109375, + 0.04168701171875, + -0.0430908203125, + 0.02435302734375, + 0.006465911865234375, + 0.0262603759765625, + 0.02294921875, + 0.0645751953125, + -0.0258636474609375, + -0.0008459091186523438, + -0.02886962890625, + -0.04351806640625, + 0.0218505859375, + -0.0188446044921875, + 0.002429962158203125, + -0.054931640625, + 0.00852203369140625, + 0.0802001953125, + -0.07135009765625, + 0.02606201171875, + -0.0002694129943847656, + -0.0248565673828125, + -0.059356689453125, + 0.0100250244140625, + 0.00856781005859375, + 0.01513671875, + 0.08782958984375, + 0.022247314453125, + -0.029876708984375, + -0.0087738037109375, + -0.054931640625, + 0.056121826171875, + 0.01097869873046875, + 0.0195465087890625, + -0.020843505859375, + 0.039093017578125, + -0.0248565673828125, + -0.01007080078125, + 0.0162353515625, + -0.07177734375, + 0.00891876220703125, + 0.032073974609375, + 0.0013284683227539062, + -0.0125274658203125, + 0.015838623046875, + -0.037078857421875, + -0.047515869140625, + -0.0252532958984375, + 0.035888671875, + 0.020843505859375, + 0.0266571044921875, + -0.0300750732421875, + -0.03167724609375, + 0.00786590576171875, + -0.046905517578125, + -0.04852294921875, + -0.047119140625, + 0.0352783203125, + 0.015533447265625, + -0.0352783203125, + 0.011474609375, + -0.01032257080078125, + 0.019744873046875, + 0.027862548828125, + 0.0733642578125, + -0.050323486328125, + -0.01332855224609375, + -0.00171661376953125, + 0.04290771484375, + -0.006137847900390625, + -0.0084228515625, + 0.0008020401000976562, + 0.002155303955078125, + 0.0010709762573242188, + -0.07379150390625, + 0.03607177734375, + 0.0304718017578125, + -0.0230560302734375, + -0.049102783203125, + -0.02606201171875, + -0.025360107421875, + 0.0274658203125, + -0.0206451416015625, + 0.049713134765625, + -0.005336761474609375, + -0.0185394287109375, + -0.048919677734375, + 0.044708251953125, + -0.0255584716796875, + 0.0272674560546875, + 0.0268707275390625, + -0.0300750732421875, + -0.0272674560546875, + -0.049530029296875, + -0.035491943359375, + 0.0364990234375, + -0.01012420654296875, + 0.034271240234375, + 0.032073974609375, + 0.0080718994140625, + 0.028472900390625, + 0.0149383544921875, + 0.01873779296875, + 0.03106689453125, + 0.00836944580078125, + -0.033294677734375, + 0.06414794921875, + -0.035888671875, + -0.0012216567993164062, + -0.0308685302734375, + 0.0177459716796875, + 0.00606536865234375, + -0.0296783447265625, + -0.015533447265625, + -0.0037097930908203125, + 0.032470703125, + 0.0374755859375, + 0.0023937225341796875, + 0.0216522216796875, + -0.01097869873046875, + 0.0220489501953125, + 0.01027679443359375, + -0.00556182861328125, + -0.0015411376953125, + 0.0237579345703125, + -0.060546875, + -0.0244598388671875, + -0.0302734375, + -0.0777587890625, + 0.005462646484375, + -0.053314208984375, + -0.0430908203125, + 0.0009584426879882812, + 0.0216522216796875, + 0.001979827880859375, + -0.0352783203125, + 0.0216522216796875, + -0.008270263671875, + -0.0184478759765625, + -0.010772705078125, + -0.0015287399291992188, + -0.01453399658203125, + 0.046722412109375, + 0.0157318115234375, + -0.049102783203125, + 0.02215576171875, + -0.036895751953125, + -0.022247314453125, + -0.0213470458984375, + 0.01934814453125, + -0.034271240234375, + 0.006717681884765625, + -0.050323486328125, + -0.0170440673828125, + 0.0352783203125, + 0.0252532958984375, + 0.00891876220703125, + -0.0166473388671875, + 0.05975341796875, + -0.0241546630859375, + -0.03668212890625, + -0.0128326416015625, + -0.022247314453125, + -0.020050048828125, + 0.0065155029296875, + -0.007717132568359375, + 0.00891876220703125, + 0.01513671875, + 0.0268707275390625, + 0.045318603515625, + 0.00992584228515625, + 0.02215576171875, + 0.0002474784851074219, + 0.008270263671875, + -0.02105712890625, + 0.0308685302734375, + 0.0093231201171875, + 0.01763916015625, + -0.00458526611328125, + -0.0065155029296875, + 0.013031005859375, + -0.0701904296875, + -0.0162353515625, + -0.03387451171875, + -0.053314208984375, + 0.00028514862060546875, + 0.0926513671875, + 0.030670166015625, + -0.0159454345703125, + 0.03729248046875, + 0.035491943359375, + 0.04571533203125, + 0.004261016845703125, + -0.0245513916015625, + -0.0521240234375, + -0.0029449462890625, + 0.03448486328125, + 0.0294647216796875, + -0.049713134765625, + 0.0276641845703125, + 0.093017578125, + -0.018951416015625, + -0.01824951171875, + -0.01523590087890625, + -0.021148681640625, + 0.05413818359375, + 0.033294677734375, + 0.04229736328125, + -0.058135986328125, + 0.0037593841552734375, + 0.0199432373046875, + 0.007419586181640625, + 0.004711151123046875, + -0.022552490234375, + -0.0296783447265625, + 0.0386962890625, + -0.052520751953125, + -0.00897216796875, + -0.007717132568359375, + 0.055328369140625, + 0.006114959716796875, + -0.044097900390625, + -0.007518768310546875, + 0.034881591796875, + 0.006465911865234375, + -0.0174407958984375, + 0.0097198486328125, + 0.0185394287109375, + -0.006465911865234375, + 0.020751953125, + 0.04931640625, + 0.017242431640625, + 0.0487060546875, + 0.0220489501953125, + -0.03509521484375, + 0.0268707275390625, + 0.005462646484375, + 0.01238250732421875, + -0.002429962158203125, + -0.04150390625, + -0.01373291015625, + -0.046905517578125, + 0.00957489013671875, + 0.02606201171875, + 0.052520751953125, + 0.01192474365234375, + -0.0104217529296875, + -0.0213470458984375, + 0.0286712646484375, + 0.0272674560546875, + 0.028472900390625, + 0.0205535888671875, + 0.00811767578125, + 0.01172637939453125, + 0.036285400390625, + -0.00286865234375, + -0.0364990234375, + 0.0247650146484375, + -0.04571533203125, + -0.01403045654296875, + -0.0258636474609375, + -0.005489349365234375, + -0.008270263671875, + -0.01654052734375, + -0.00766754150390625, + -0.033477783203125, + 0.015838623046875, + -0.03509521484375, + -0.053314208984375, + -0.0160369873046875, + 0.016845703125, + -0.04852294921875, + 0.025054931640625, + 0.0280609130859375, + 0.0227508544921875, + 0.0258636474609375, + -0.038299560546875, + 0.08258056640625, + 0.03228759765625, + 0.0274658203125, + -0.003734588623046875, + 0.00388336181640625, + 0.028472900390625, + -0.004486083984375, + -0.0201416015625, + 0.00606536865234375, + -0.0308685302734375, + 0.04010009765625, + 0.036285400390625, + 0.006565093994140625, + -0.059356689453125, + 0.0408935546875, + -0.00501251220703125, + -0.050933837890625, + 0.04730224609375, + 0.011627197265625, + 0.0235595703125, + -0.0212554931640625, + -0.01227569580078125, + 0.0171356201171875, + -0.07537841796875, + 0.046905517578125, + 0.0184478759765625, + 0.00473785400390625, + 0.0302734375, + -0.07861328125, + 0.041107177734375, + -0.0100250244140625, + 0.053314208984375, + -0.042510986328125, + 0.037689208984375, + 0.0084686279296875, + -0.01132965087890625, + -0.01453399658203125, + 0.0098724365234375, + -0.00891876220703125, + 0.022857666015625, + -0.0276641845703125, + 0.060546875, + 0.040496826171875, + 0.005313873291015625, + -0.0465087890625, + -0.0107269287109375, + 0.0184478759765625, + 0.01934814453125, + 0.060546875, + -0.01273345947265625, + -0.0300750732421875, + 0.00856781005859375, + 0.0268707275390625, + 0.06976318359375, + -0.0160369873046875, + 0.0302734375, + 0.007617950439453125, + -0.00438690185546875, + 0.01483917236328125, + -0.02215576171875 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis", + "network-forensics", + "fraud-investigation" + ], + "phases": [ + "data-collection", + "examination", + "analysis", + "reporting" + ], + "tags": [ + "web-interface", + "case-management", + "collaboration", + "api", + "workflow", + "multi-user-support", + "cortex-analyzer", + "misp-integration", + "playbooks", + "metrics", + "rbac", + "template-driven" + ], + "skillLevel": "intermediate", + "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_Microsoft_Office_365", + "type": "tool", + "name": "Microsoft Office 365", + "content": "microsoft office 365 der industriestandard bietet mehr als textverarbeitung - ein mächtiges forensik-analyse-toolkit. excel's power query transformiert komplexe log-dateien in aussagekräftige visualisierungen. power pivot verarbeitet millionen datensätze für big-data-forensik. die kollaborations-features ermöglichen echtzeit-teamarbeit an ermittlungen. besonders wertvoll: cloud-storage für große beweis-sammlungen, version-history für audit-trails, advanced ediscovery für compliance. teams integriert sichere kommunikation. der compliance-manager dokumentiert datenschutz-konform. onenote sammelt notizen und screenshots strukturiert. die ki-features in editor verbessern report-qualität. makros automatisieren routine-analysen. die mobile-apps ermöglichen feld-dokumentation. power automate verbindet mit forensik-tools. der industriestandard hat seinen preis, aber die integration und support sind unübertroffen. vorsicht: cloud-storage kann datenschutz-problematisch sein für sensible ermittlungen. 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.0113067626953125, + 0.041046142578125, + 0.05047607421875, + 0.00630950927734375, + 0.032135009765625, + 0.0294189453125, + 0.0350341796875, + 0.01398468017578125, + -0.0107574462890625, + 0.0229644775390625, + -0.05230712890625, + 0.0364990234375, + 0.0006413459777832031, + -0.0012598037719726562, + -0.060638427734375, + 0.04412841796875, + -0.0194244384765625, + 0.0276031494140625, + 0.0308685302734375, + -0.0159759521484375, + -0.0169830322265625, + -0.00569915771484375, + -0.048309326171875, + 0.0025768280029296875, + -0.0007147789001464844, + 0.041961669921875, + -0.018798828125, + -0.06793212890625, + -0.00839996337890625, + -0.018707275390625, + 0.014434814453125, + -0.034149169921875, + 0.00630950927734375, + 0.05084228515625, + 0.00853729248046875, + -0.009307861328125, + 0.018524169921875, + -0.053375244140625, + -0.04486083984375, + 0.01416778564453125, + 0.00458526611328125, + -0.0129852294921875, + 0.01788330078125, + 0.0124359130859375, + -0.031402587890625, + -0.026336669921875, + -0.002361297607421875, + -0.026153564453125, + 0.005084991455078125, + -0.0113067626953125, + 0.02923583984375, + 0.0245208740234375, + 0.0025768280029296875, + 0.0016117095947265625, + -0.0237884521484375, + 0.038665771484375, + 0.0157928466796875, + -0.010894775390625, + -0.038665771484375, + 0.043212890625, + -0.04412841796875, + -0.0010156631469726562, + -0.010528564453125, + 0.0024852752685546875, + 0.008758544921875, + 0.00812530517578125, + -0.014801025390625, + -0.0239715576171875, + -0.0029277801513671875, + -0.032867431640625, + 0.0012254714965820312, + 0.0247039794921875, + -0.0281524658203125, + 0.0357666015625, + -0.025238037109375, + -0.046478271484375, + -0.01216888427734375, + 0.0274200439453125, + -0.004016876220703125, + -0.0089874267578125, + -0.058837890625, + -0.01026153564453125, + 0.038330078125, + -0.0198822021484375, + -0.044677734375, + 0.00435638427734375, + 0.0229644775390625, + 0.017608642578125, + 0.004062652587890625, + 0.00962066650390625, + 0.026153564453125, + -0.00528717041015625, + 0.018707275390625, + -0.0283355712890625, + 0.0312347412109375, + 0.061370849609375, + -0.00994110107421875, + -0.0010442733764648438, + -0.014434814453125, + 0.017425537109375, + 0.0277862548828125, + -0.044677734375, + 0.041961669921875, + -0.01216888427734375, + 0.0157928466796875, + -0.049041748046875, + 0.025970458984375, + 0.001861572265625, + -0.0239715576171875, + 0.002735137939453125, + -0.0994873046875, + -0.053375244140625, + -0.035400390625, + -0.08026123046875, + -0.0019626617431640625, + 0.017608642578125, + -0.007808685302734375, + 0.056671142578125, + -0.055938720703125, + -0.046112060546875, + 0.05047607421875, + 0.01398468017578125, + -0.00885009765625, + 0.0161590576171875, + -0.05010986328125, + -0.04248046875, + 0.006038665771484375, + 0.033416748046875, + -0.034515380859375, + -0.0450439453125, + -0.01407623291015625, + -0.021697998046875, + -0.006809234619140625, + -0.0306854248046875, + -0.0072174072265625, + -0.0361328125, + 0.047943115234375, + 0.01806640625, + 0.014801025390625, + 0.009307861328125, + 0.0241546630859375, + -0.00649261474609375, + -0.0718994140625, + -0.00726318359375, + -0.0443115234375, + -0.004291534423828125, + -0.005062103271484375, + 0.0584716796875, + -0.031768798828125, + -0.0206146240234375, + -0.014617919921875, + 0.00015103816986083984, + 0.049041748046875, + 0.0276031494140625, + 0.0109405517578125, + -0.02960205078125, + 0.005107879638671875, + -0.018890380859375, + 0.048309326171875, + -0.0164337158203125, + -0.00789642333984375, + 0.0279693603515625, + -0.0016345977783203125, + 0.0159759521484375, + 0.0012998580932617188, + -0.03485107421875, + -0.01152801513671875, + 0.021881103515625, + -0.0071258544921875, + 0.014251708984375, + 0.01039886474609375, + -0.019073486328125, + 0.06866455078125, + 0.074462890625, + 0.00551605224609375, + 0.031951904296875, + -0.007762908935546875, + -0.0283355712890625, + 0.02850341796875, + 0.0198822021484375, + -0.025970458984375, + -0.0092620849609375, + 0.0357666015625, + 0.010528564453125, + 0.0095367431640625, + -0.0007662773132324219, + -0.03594970703125, + -0.01507568359375, + -0.04974365234375, + 0.025238037109375, + -0.05194091796875, + -0.032684326171875, + -0.017425537109375, + 0.0197906494140625, + 0.006855010986328125, + 0.054473876953125, + 0.021331787109375, + 0.006084442138671875, + 0.0125274658203125, + -0.003108978271484375, + -0.0027923583984375, + 0.0172576904296875, + 0.003108978271484375, + 0.033416748046875, + -0.00640106201171875, + 0.025054931640625, + -0.01226043701171875, + 0.0274200439453125, + 0.02923583984375, + -0.0170745849609375, + -0.0113067626953125, + 0.0584716796875, + -0.0029964447021484375, + -0.0308685302734375, + -0.03558349609375, + -0.02215576171875, + -0.01012420654296875, + -0.022705078125, + 0.004016876220703125, + 0.00440216064453125, + -0.00476837158203125, + -0.055206298828125, + -0.00626373291015625, + 0.0130767822265625, + -0.0241546630859375, + 0.0130767822265625, + 0.0361328125, + -0.01161956787109375, + -0.0270538330078125, + -0.00989532470703125, + 0.021331787109375, + 0.02215576171875, + -0.0303192138671875, + 0.0167999267578125, + -0.0008683204650878906, + -0.034698486328125, + 0.032867431640625, + 0.0130767822265625, + 0.0205230712890625, + -0.002223968505859375, + -0.0192413330078125, + 0.024871826171875, + -0.0283355712890625, + 0.040313720703125, + 0.0281524658203125, + -0.00644683837890625, + -0.01216888427734375, + 0.0071258544921875, + 0.039031982421875, + 0.031585693359375, + -0.046844482421875, + -0.01824951171875, + -0.08282470703125, + 0.0093536376953125, + -0.06829833984375, + -0.048675537109375, + -0.0443115234375, + -0.062469482421875, + 0.06610107421875, + -0.025421142578125, + -0.0308685302734375, + 0.007537841796875, + 0.0241546630859375, + 0.0033817291259765625, + 0.019073486328125, + 0.006946563720703125, + -0.0228729248046875, + 0.0038356781005859375, + 0.06903076171875, + 0.0194244384765625, + -0.01007843017578125, + 0.0128021240234375, + 0.00794219970703125, + -0.014984130859375, + 0.033233642578125, + -0.0312347412109375, + 0.0128936767578125, + 0.02960205078125, + 0.03704833984375, + 0.014984130859375, + -0.03521728515625, + 0.0364990234375, + 0.01021575927734375, + 0.0364990234375, + -0.047943115234375, + -0.038665771484375, + 0.0011234283447265625, + 0.026336669921875, + -0.005039215087890625, + -0.06646728515625, + 0.00115203857421875, + 0.056671142578125, + 0.02886962890625, + -0.034332275390625, + -0.0017023086547851562, + -0.0162506103515625, + -0.004947662353515625, + 0.0202484130859375, + -0.0010042190551757812, + 0.031585693359375, + 0.038665771484375, + -0.039398193359375, + 0.00649261474609375, + 0.0025653839111328125, + 0.0021343231201171875, + -0.033416748046875, + -0.053375244140625, + -0.018524169921875, + 0.0108489990234375, + -0.04486083984375, + -0.005176544189453125, + 0.0243377685546875, + -0.0159759521484375, + -0.01171112060546875, + -0.0234222412109375, + 0.02215576171875, + -0.0234222412109375, + -0.05303955078125, + 0.0003533363342285156, + -0.03521728515625, + -0.05267333984375, + -0.0088958740234375, + 0.04449462890625, + 0.0037899017333984375, + 0.017608642578125, + -0.014801025390625, + -0.0277862548828125, + -0.05010986328125, + 0.0129852294921875, + -0.0128936767578125, + 0.018798828125, + -0.0184326171875, + 0.014617919921875, + 0.0294189453125, + 0.055206298828125, + 0.0012769699096679688, + 0.047943115234375, + 0.01561737060546875, + -0.022064208984375, + 0.01343536376953125, + 0.0274200439453125, + -0.0093536376953125, + 0.0164337158203125, + -0.0054473876953125, + -0.031951904296875, + 0.0043792724609375, + -0.0450439453125, + 0.014892578125, + 0.032318115234375, + 0.0203399658203125, + 0.032318115234375, + -0.0223388671875, + 0.003631591796875, + 0.056304931640625, + 0.0236053466796875, + 0.09588623046875, + -0.01389312744140625, + -0.04376220703125, + -0.0172576904296875, + 0.032684326171875, + -0.0092620849609375, + -0.0286865234375, + 0.0443115234375, + 0.006130218505859375, + -0.0168914794921875, + 0.039031982421875, + -0.017608642578125, + 0.0428466796875, + -0.00826263427734375, + -0.0108489990234375, + 0.005855560302734375, + -0.01216888427734375, + 0.0160675048828125, + 0.05120849609375, + 0.02850341796875, + 0.002655029296875, + 0.01044464111328125, + -0.006900787353515625, + -0.031768798828125, + -0.05047607421875, + -0.04974365234375, + 0.03778076171875, + 0.041778564453125, + -0.0007772445678710938, + 0.039398193359375, + -0.01352691650390625, + -0.05047607421875, + 0.01026153564453125, + -0.0364990234375, + 0.0751953125, + 0.0308685302734375, + 0.029052734375, + 0.045928955078125, + -0.025054931640625, + 0.0193328857421875, + 0.0231475830078125, + -0.0009474754333496094, + 0.0105743408203125, + 0.01861572265625, + 0.05120849609375, + -0.0090789794921875, + -0.039764404296875, + 0.033416748046875, + 0.0435791015625, + 0.01552581787109375, + 0.004154205322265625, + 0.018157958984375, + 0.0012140274047851562, + 0.0277862548828125, + -0.03704833984375, + 0.049041748046875, + 0.031585693359375, + -0.0239715576171875, + 0.007762908935546875, + -0.00803375244140625, + 0.0294189453125, + -0.032867431640625, + 0.00469970703125, + -0.0126190185546875, + 0.0234222412109375, + 0.01434326171875, + 0.0266876220703125, + -0.0230560302734375, + 0.009490966796875, + 0.047576904296875, + -0.047943115234375, + 0.0234222412109375, + 0.036865234375, + -0.03485107421875, + 0.01361846923828125, + -0.01035308837890625, + -0.021331787109375, + 0.0199737548828125, + -0.006900787353515625, + -0.02996826171875, + 0.01049041748046875, + 0.02996826171875, + -0.048675537109375, + -0.046112060546875, + -0.0231475830078125, + -0.018341064453125, + -0.00803375244140625, + 0.0014524459838867188, + 0.03558349609375, + 0.0009136199951171875, + -0.0164337158203125, + 0.01012420654296875, + 0.038330078125, + 0.002338409423828125, + -0.04974365234375, + 0.0570068359375, + -0.018707275390625, + -0.03778076171875, + 0.0194244384765625, + 0.014984130859375, + 0.0268707275390625, + -0.025970458984375, + -0.01161956787109375, + 0.01407623291015625, + 0.02886962890625, + 0.00958251953125, + -0.0167999267578125, + -0.0294189453125, + -0.047576904296875, + -0.0301513671875, + 0.0241546630859375, + 0.021331787109375, + 0.05810546875, + -0.0110321044921875, + -0.0279693603515625, + 0.0207061767578125, + -0.032135009765625, + -0.039581298828125, + -0.0200653076171875, + 0.0357666015625, + -0.03668212890625, + 0.05120849609375, + -0.026519775390625, + 0.004016876220703125, + -0.0207061767578125, + 0.06500244140625, + 0.025054931640625, + -0.0131683349609375, + -0.04486083984375, + 0.049407958984375, + 0.039764404296875, + -0.04559326171875, + -0.0191650390625, + -0.00821685791015625, + -0.005039215087890625, + 0.0450439453125, + -0.056671142578125, + -0.00966644287109375, + 0.0228729248046875, + -0.06903076171875, + -0.01352691650390625, + -0.041046142578125, + -0.002780914306640625, + -0.047576904296875, + 0.0216064453125, + 0.02850341796875, + -0.0089874267578125, + 0.0167999267578125, + -0.0034732818603515625, + 0.022613525390625, + 0.0145263671875, + 0.0015439987182617188, + -0.01507568359375, + 0.038848876953125, + -0.06500244140625, + -0.0268707275390625, + -0.0173492431640625, + 0.05157470703125, + -0.0310516357421875, + -0.009124755859375, + 0.01226043701171875, + 0.0023040771484375, + 0.056671142578125, + -0.04248046875, + 0.0106201171875, + -0.0018949508666992188, + -0.0361328125, + -0.0305023193359375, + -0.0173492431640625, + 0.0127105712890625, + 0.021331787109375, + -0.01021575927734375, + 0.01352691650390625, + 0.048675537109375, + -0.072998046875, + 0.010711669921875, + 0.022705078125, + -0.005130767822265625, + -0.01012420654296875, + -0.01003265380859375, + -0.0024852752685546875, + 0.005764007568359375, + 0.0229644775390625, + -0.0266876220703125, + -0.0234222412109375, + -0.0860595703125, + 0.0206146240234375, + -0.025604248046875, + -0.014434814453125, + -0.03594970703125, + -0.041046142578125, + -0.054473876953125, + -0.006763458251953125, + 0.034515380859375, + 0.0305023193359375, + 0.0173492431640625, + -0.034332275390625, + -0.00630950927734375, + 0.017974853515625, + -0.025421142578125, + 0.022430419921875, + -0.032318115234375, + -0.0006837844848632812, + 0.047210693359375, + -0.0584716796875, + 0.0279693603515625, + 0.00635528564453125, + 0.039215087890625, + 0.0279693603515625, + 0.0239715576171875, + -0.0247039794921875, + 0.01525115966796875, + -0.041046142578125, + -0.0125274658203125, + -0.02178955078125, + -0.009033203125, + 0.0204315185546875, + -0.0164337158203125, + -0.0171661376953125, + 0.025238037109375, + 0.018707275390625, + 0.0305023193359375, + -0.00370025634765625, + -0.0007038116455078125, + 0.022247314453125, + 0.0002453327178955078, + 0.054107666015625, + -0.0310516357421875, + -0.054107666015625, + -0.0127105712890625, + 0.00453948974609375, + 0.040863037109375, + 0.053741455078125, + -0.00835418701171875, + -0.02252197265625, + 0.01534271240234375, + 0.0361328125, + -0.0173492431640625, + -0.02923583984375, + -0.038482666015625, + 0.0230560302734375, + 0.0088043212890625, + 0.0726318359375, + -0.002643585205078125, + 0.088623046875, + -0.0010213851928710938, + 0.00630950927734375, + 0.03485107421875, + 0.057373046875, + 0.0162506103515625, + -0.01788330078125, + -0.0595703125, + 0.00971221923828125, + -0.004337310791015625, + -0.03485107421875, + -0.0274200439453125, + -0.004791259765625, + 0.0310516357421875, + -0.07989501953125, + -0.0128936767578125, + -0.021240234375, + 0.0011749267578125, + 0.00034618377685546875, + 0.0357666015625, + 0.0028591156005859375, + 0.017608642578125, + 0.02142333984375, + -0.034332275390625, + 0.0163421630859375, + -0.0092620849609375, + -0.0128936767578125, + 0.05303955078125, + 0.04229736328125, + -0.01470947265625, + 0.0350341796875, + -0.002292633056640625, + 0.0207977294921875, + 0.033050537109375, + 0.03741455078125, + 0.01861572265625, + 0.0165252685546875, + 0.048675537109375, + 0.054473876953125, + -0.01361846923828125, + -0.018341064453125, + 0.0245208740234375, + 0.021881103515625, + 0.034149169921875, + 0.05230712890625, + -0.014617919921875, + 0.0113067626953125, + 0.021240234375, + -0.0247039794921875, + -0.014984130859375, + 0.022064208984375, + 0.00531005859375, + -0.05230712890625, + -0.054107666015625, + 0.01861572265625, + -0.05120849609375, + 0.025604248046875, + 0.0022125244140625, + -0.022247314453125, + 0.00042557716369628906, + 0.032501220703125, + -0.025970458984375, + -0.040130615234375, + 0.000014126300811767578, + -0.0034961700439453125, + -0.0164337158203125, + -0.045745849609375, + -0.046478271484375, + 0.025970458984375, + -0.0056304931640625, + -0.05303955078125, + -0.018707275390625, + 0.017974853515625, + -0.01380157470703125, + -0.0308685302734375, + -0.031951904296875, + 0.02105712890625, + -0.00449371337890625, + -0.021240234375, + -0.056671142578125, + -0.03485107421875, + 0.007354736328125, + -0.03778076171875, + -0.0194244384765625, + -0.01434326171875, + -0.0157928466796875, + -0.0034275054931640625, + -0.01361846923828125, + 0.009124755859375, + 0.019073486328125, + -0.031951904296875, + 0.0247039794921875, + 0.0196075439453125, + 0.0247039794921875, + 0.03594970703125, + 0.08099365234375, + 0.004291534423828125, + 0.009490966796875, + -0.02978515625, + -0.039031982421875, + 0.017974853515625, + 0.0045623779296875, + 0.018157958984375, + -0.05157470703125, + -0.0017480850219726562, + 0.054840087890625, + -0.07843017578125, + 0.02996826171875, + 0.0274200439453125, + -0.0372314453125, + -0.055938720703125, + 0.00958251953125, + -0.01039886474609375, + 0.0312347412109375, + 0.0904541015625, + 0.025054931640625, + -0.0038814544677734375, + 0.0168914794921875, + -0.04522705078125, + 0.062103271484375, + 0.02105712890625, + 0.0054473876953125, + -0.033782958984375, + 0.00830841064453125, + -0.001163482666015625, + -0.039215087890625, + -0.00726318359375, + -0.07080078125, + -0.0268707275390625, + 0.0350341796875, + 0.00826263427734375, + -0.0029048919677734375, + -0.025238037109375, + -0.044677734375, + -0.039031982421875, + -0.0303192138671875, + 0.041778564453125, + 0.026153564453125, + 0.0272369384765625, + -0.039215087890625, + -0.0013055801391601562, + -0.02850341796875, + -0.047943115234375, + -0.025054931640625, + -0.02923583984375, + 0.033599853515625, + 0.005992889404296875, + -0.04559326171875, + 0.0197906494140625, + 0.0128021240234375, + 0.0199737548828125, + -0.00569915771484375, + 0.04449462890625, + -0.046478271484375, + -0.0270538330078125, + -0.001186370849609375, + 0.057373046875, + -0.018798828125, + -0.00803375244140625, + 0.0157012939453125, + 0.0173492431640625, + 0.039398193359375, + -0.032684326171875, + 0.0592041015625, + 0.01226043701171875, + -0.025787353515625, + -0.038482666015625, + -0.0229644775390625, + -0.0166168212890625, + 0.05047607421875, + -0.01235198974609375, + 0.0270538330078125, + -0.018890380859375, + -0.0204315185546875, + -0.08209228515625, + 0.05084228515625, + -0.0197906494140625, + -0.0128936767578125, + 0.006084442138671875, + -0.007625579833984375, + -0.03668212890625, + -0.01416778564453125, + -0.038482666015625, + 0.0145263671875, + -0.0270538330078125, + 0.0286865234375, + -0.01543426513671875, + -0.01180267333984375, + 0.006992340087890625, + 0.0165252685546875, + -0.01788330078125, + 0.0364990234375, + 0.0109405517578125, + -0.006946563720703125, + 0.0350341796875, + -0.0312347412109375, + -0.0020427703857421875, + -0.00547027587890625, + -0.00794219970703125, + -0.0171661376953125, + 0.002361297607421875, + -0.0199737548828125, + -0.0020656585693359375, + 0.0286865234375, + 0.0450439453125, + -0.01416778564453125, + -0.002758026123046875, + -0.0003020763397216797, + 0.0165252685546875, + -0.004154205322265625, + -0.01407623291015625, + -0.00980377197265625, + -0.00726318359375, + -0.0199737548828125, + -0.0283355712890625, + -0.055206298828125, + -0.09661865234375, + -0.004901885986328125, + -0.0711669921875, + 0.0025196075439453125, + -0.0029506683349609375, + 0.05267333984375, + 0.0167083740234375, + -0.031951904296875, + 0.040496826171875, + -0.010986328125, + -0.01371002197265625, + -0.02978515625, + 0.0160675048828125, + -0.0191650390625, + 0.04229736328125, + 0.0012369155883789062, + -0.04339599609375, + 0.0207977294921875, + -0.010711669921875, + 0.004810333251953125, + -0.00994110107421875, + 0.005176544189453125, + -0.0421142578125, + 0.01552581787109375, + -0.060638427734375, + -0.01012420654296875, + 0.01049041748046875, + 0.055206298828125, + 0.007537841796875, + -0.025970458984375, + 0.046478271484375, + -0.01470947265625, + -0.06353759765625, + 0.029052734375, + -0.0197906494140625, + -0.039031982421875, + 0.00626373291015625, + -0.01398468017578125, + 0.00469970703125, + 0.00998687744140625, + 0.02886962890625, + 0.02923583984375, + 0.025054931640625, + 0.025604248046875, + -0.0199737548828125, + -0.0026226043701171875, + -0.004291534423828125, + 0.02996826171875, + 0.031951904296875, + 0.01470947265625, + -0.006671905517578125, + 0.029052734375, + -0.0126190185546875, + -0.08062744140625, + -0.0191650390625, + -0.0270538330078125, + -0.047943115234375, + -0.0025539398193359375, + 0.0882568359375, + 0.053741455078125, + -0.01751708984375, + 0.0199737548828125, + 0.0584716796875, + 0.02923583984375, + 0.0247039794921875, + -0.026153564453125, + -0.057373046875, + -0.017425537109375, + 0.02886962890625, + 0.01806640625, + -0.06280517578125, + 0.05267333984375, + 0.06427001953125, + 0.0044708251953125, + -0.0007548332214355469, + -0.0167999267578125, + 0.01371002197265625, + 0.05047607421875, + 0.0305023193359375, + 0.014251708984375, + -0.05120849609375, + 0.033599853515625, + 0.0229644775390625, + 0.02105712890625, + -0.018157958984375, + -0.01007843017578125, + -0.0279693603515625, + 0.056304931640625, + -0.046478271484375, + 0.0090789794921875, + 0.0089874267578125, + 0.06390380859375, + 0.0281524658203125, + -0.040130615234375, + -0.025054931640625, + 0.07373046875, + 0.021331787109375, + -0.0207977294921875, + 0.0093994140625, + 0.00980377197265625, + -0.01543426513671875, + 0.039031982421875, + 0.0266876220703125, + -0.0009927749633789062, + 0.03759765625, + -0.001316070556640625, + -0.06866455078125, + 0.0570068359375, + 0.004970550537109375, + 0.024871826171875, + -0.0009927749633789062, + -0.053375244140625, + -0.01235198974609375, + -0.034515380859375, + 0.034515380859375, + 0.017425537109375, + 0.031951904296875, + 0.0126190185546875, + -0.00476837158203125, + -0.0270538330078125, + 0.009490966796875, + 0.0228729248046875, + 0.02197265625, + -0.006130218505859375, + -0.009124755859375, + 0.01861572265625, + 0.0268707275390625, + 0.0184326171875, + -0.02923583984375, + 0.0232391357421875, + -0.0272369384765625, + -0.0106658935546875, + -0.032867431640625, + 0.0310516357421875, + 0.00547027587890625, + 0.0016002655029296875, + 0.00994110107421875, + -0.001129150390625, + 0.0239715576171875, + -0.02178955078125, + -0.047943115234375, + 0.018707275390625, + 0.0074920654296875, + -0.0276031494140625, + 0.02886962890625, + 0.004199981689453125, + -0.0216064453125, + 0.0093994140625, + -0.04559326171875, + 0.08026123046875, + 0.0279693603515625, + 0.0303192138671875, + -0.006130218505859375, + 0.0301513671875, + 0.055938720703125, + 0.009033203125, + -0.01044464111328125, + 0.022796630859375, + -0.0198822021484375, + 0.06829833984375, + 0.055572509765625, + -0.0038356781005859375, + -0.033782958984375, + 0.025970458984375, + 0.005992889404296875, + -0.05047607421875, + 0.0113067626953125, + 0.0165252685546875, + 0.0006666183471679688, + -0.02923583984375, + -0.008941650390625, + 0.0165252685546875, + -0.0592041015625, + 0.05157470703125, + 0.0310516357421875, + -0.0013113021850585938, + 0.03631591796875, + -0.05303955078125, + 0.04248046875, + 0.00862884521484375, + 0.05010986328125, + -0.0312347412109375, + 0.05810546875, + -0.025421142578125, + 0.0169830322265625, + 0.00971221923828125, + 0.0231475830078125, + 0.0223388671875, + 0.0272369384765625, + -0.02886962890625, + 0.06463623046875, + 0.0159759521484375, + 0.0024623870849609375, + -0.049407958984375, + -0.0045166015625, + 0.00785064697265625, + 0.0239715576171875, + 0.046844482421875, + -0.05303955078125, + -0.01235198974609375, + -0.004314422607421875, + 0.05230712890625, + 0.0595703125, + -0.0207061767578125, + 0.0361328125, + -0.0038814544677734375, + -0.0000826120376586914, + -0.003200531005859375, + -0.0281524658203125 + ], + "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_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. command-line 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.00493621826171875, + 0.0308837890625, + 0.0167388916015625, + 0.004795074462890625, + 0.0286102294921875, + 0.035125732421875, + 0.0290985107421875, + -0.0162506103515625, + 0.00238800048828125, + -0.01332855224609375, + -0.0303955078125, + 0.080322265625, + 0.00025773048400878906, + -0.01178741455078125, + -0.058197021484375, + 0.0333251953125, + -0.005161285400390625, + 0.00511932373046875, + 0.020233154296875, + -0.0004851818084716797, + -0.01690673828125, + -0.0367431640625, + -0.046478271484375, + -0.01397705078125, + -0.01300048828125, + 0.0178070068359375, + -0.0141448974609375, + -0.0312042236328125, + -0.03704833984375, + 0.01544189453125, + 0.019989013671875, + -0.0255279541015625, + -0.0227508544921875, + 0.032196044921875, + 0.0196685791015625, + -0.032012939453125, + -0.0165863037109375, + -0.019989013671875, + -0.018035888671875, + 0.040802001953125, + -0.00788116455078125, + -0.0053253173828125, + 0.00817108154296875, + 0.0014829635620117188, + -0.01308441162109375, + -0.04583740234375, + -0.007678985595703125, + -0.0302276611328125, + 0.021942138671875, + -0.0232391357421875, + 0.0098724365234375, + 0.0318603515625, + 0.0189361572265625, + 0.0028247833251953125, + -0.05169677734375, + 0.04876708984375, + 0.00560760498046875, + -0.025360107421875, + -0.04779052734375, + 0.046478271484375, + -0.050079345703125, + -0.01885986328125, + 0.0019407272338867188, + -0.0279541015625, + 0.010284423828125, + 0.029266357421875, + -0.01154327392578125, + -0.01007843017578125, + 0.003536224365234375, + 0.0148773193359375, + 0.0162506103515625, + -0.00890350341796875, + -0.0013713836669921875, + 0.052337646484375, + 0.007556915283203125, + -0.056884765625, + -0.0012187957763671875, + -0.0119476318359375, + 0.0021839141845703125, + -0.0026416778564453125, + -0.053955078125, + -0.01227569580078125, + 0.0256805419921875, + -0.01203155517578125, + -0.0028247833251953125, + 0.01308441162109375, + 0.0289306640625, + 0.006053924560546875, + -0.00812530517578125, + 0.0052032470703125, + 0.01535797119140625, + -0.0264892578125, + 0.01861572265625, + -0.0036373138427734375, + 0.053955078125, + 0.052978515625, + -0.0256805419921875, + 0.0016155242919921875, + -0.01007843017578125, + 0.0164947509765625, + 0.028289794921875, + -0.0338134765625, + 0.05755615234375, + -0.01032257080078125, + 0.04388427734375, + -0.033966064453125, + 0.018280029296875, + -0.009429931640625, + -0.0256805419921875, + -0.018524169921875, + -0.12091064453125, + -0.032684326171875, + -0.027801513671875, + -0.052337646484375, + -0.01715087890625, + -0.00800323486328125, + -0.02178955078125, + 0.055908203125, + -0.05072021484375, + -0.04583740234375, + 0.01837158203125, + 0.04876708984375, + -0.007598876953125, + -0.0033111572265625, + -0.061431884765625, + -0.04046630859375, + 0.007476806640625, + 0.0179595947265625, + -0.0391845703125, + -0.04144287109375, + -0.01837158203125, + -0.01593017578125, + -0.0227508544921875, + -0.032684326171875, + -0.01007843017578125, + -0.05560302734375, + 0.0416259765625, + 0.006053924560546875, + -0.003475189208984375, + 0.00487518310546875, + 0.032684326171875, + -0.022918701171875, + -0.08905029296875, + 0.0163421630859375, + -0.039825439453125, + -0.0109710693359375, + -0.0189361572265625, + 0.060455322265625, + -0.06402587890625, + -0.0189361572265625, + -0.01519775390625, + 0.0126800537109375, + 0.0372314453125, + 0.0017375946044921875, + -0.0033111572265625, + -0.03900146484375, + 0.00469207763671875, + -0.0199127197265625, + 0.0256805419921875, + -0.0240631103515625, + -0.019744873046875, + 0.037384033203125, + -0.0136566162109375, + 0.0247039794921875, + -0.01690673828125, + -0.0328369140625, + -0.02081298828125, + 0.0247039794921875, + -0.010406494140625, + -0.0023365020751953125, + -0.0008230209350585938, + -0.0222625732421875, + 0.04046630859375, + 0.07122802734375, + 0.010284423828125, + 0.0426025390625, + 0.009796142578125, + 0.0003554821014404297, + 0.0136566162109375, + 0.031707763671875, + -0.006420135498046875, + -0.026336669921875, + 0.043243408203125, + 0.03607177734375, + 0.0169830322265625, + -0.03948974609375, + -0.046478271484375, + 0.01137542724609375, + -0.041290283203125, + 0.057220458984375, + -0.01763916015625, + -0.029754638671875, + 0.0038204193115234375, + 0.0242156982421875, + 0.0255279541015625, + 0.058837890625, + 0.0250396728515625, + -0.046478271484375, + 0.0112152099609375, + -0.010406494140625, + 0.01284027099609375, + 0.04290771484375, + -0.0041656494140625, + 0.0411376953125, + 0.00829315185546875, + 0.00812530517578125, + -0.01430511474609375, + 0.0290985107421875, + 0.0162506103515625, + -0.0141448974609375, + -0.00707244873046875, + 0.027313232421875, + -0.01324462890625, + -0.044219970703125, + -0.0255279541015625, + -0.0225982666015625, + 0.0260009765625, + -0.0396728515625, + -0.0204010009765625, + 0.002498626708984375, + 0.0157623291015625, + -0.047454833984375, + 0.01788330078125, + 0.005809783935546875, + -0.0194244384765625, + 0.044525146484375, + 0.0279541015625, + -0.0261688232421875, + -0.04193115234375, + 0.0119476318359375, + 0.020965576171875, + 0.0338134765625, + 0.019012451171875, + 0.01259613037109375, + -0.0274658203125, + -0.020965576171875, + 0.053955078125, + 0.0318603515625, + 0.0163421630859375, + 0.022918701171875, + -0.0386962890625, + 0.045501708984375, + -0.034637451171875, + 0.0221099853515625, + 0.0318603515625, + -0.04583740234375, + -0.006381988525390625, + 0.0260009765625, + 0.0300750732421875, + 0.05267333984375, + -0.050384521484375, + -0.001300811767578125, + -0.063720703125, + 0.0034942626953125, + -0.062103271484375, + -0.052001953125, + -0.0269775390625, + -0.061767578125, + 0.05169677734375, + -0.024383544921875, + -0.0347900390625, + -0.0184478759765625, + 0.01641845703125, + 0.005687713623046875, + 0.0240631103515625, + 0.009674072265625, + -0.032989501953125, + 0.01934814453125, + 0.06536865234375, + 0.00560760498046875, + -0.003231048583984375, + -0.029266357421875, + 0.01934814453125, + -0.01113128662109375, + 0.0333251953125, + -0.0191802978515625, + -0.0170745849609375, + 0.034149169921875, + 0.0131683349609375, + 0.01324462890625, + -0.01154327392578125, + 0.0141448974609375, + -0.0117034912109375, + 0.0266571044921875, + -0.04046630859375, + -0.007640838623046875, + 0.0099945068359375, + 0.0013914108276367188, + -0.0169830322265625, + -0.04046630859375, + 0.005809783935546875, + 0.040802001953125, + 0.0179595947265625, + 0.01276397705078125, + 0.00536346435546875, + -0.0426025390625, + -0.003231048583984375, + -0.004428863525390625, + 0.0023365020751953125, + 0.0382080078125, + 0.0271453857421875, + -0.0158538818359375, + 0.0042877197265625, + 0.019989013671875, + 0.00792694091796875, + -0.0109710693359375, + -0.0372314453125, + -0.01560211181640625, + 0.003047943115234375, + -0.049102783203125, + -0.03656005859375, + 0.0177154541015625, + -0.0260009765625, + 0.01560211181640625, + -0.00524139404296875, + 0.0004138946533203125, + -0.033660888671875, + -0.039337158203125, + -0.006786346435546875, + -0.0221099853515625, + -0.047454833984375, + -0.006053924560546875, + 0.0227508544921875, + 0.01763916015625, + 0.0030879974365234375, + -0.0104827880859375, + -0.0216217041015625, + -0.04681396484375, + 0.0167388916015625, + 0.0010061264038085938, + 0.00829315185546875, + -0.0279541015625, + 0.05267333984375, + 0.01763916015625, + 0.01910400390625, + 0.0136566162109375, + 0.09429931640625, + 0.0184478759765625, + -0.0240631103515625, + -0.0191802978515625, + 0.0007367134094238281, + 0.0264892578125, + 0.01113128662109375, + -0.01959228515625, + -0.0312042236328125, + 0.02056884765625, + -0.01910400390625, + 0.026336669921875, + 0.03656005859375, + 0.033660888671875, + 0.01324462890625, + -0.0382080078125, + 0.0041046142578125, + 0.06500244140625, + 0.0021343231201171875, + 0.08648681640625, + -0.018524169921875, + -0.0303955078125, + -0.01308441162109375, + 0.0227508544921875, + -0.01397705078125, + -0.001056671142578125, + 0.0426025390625, + 0.01357269287109375, + 0.0037784576416015625, + 0.0211334228515625, + -0.0014524459838867188, + 0.024871826171875, + 0.00006413459777832031, + -0.006137847900390625, + 0.0194244384765625, + -0.0260009765625, + 0.006988525390625, + 0.051055908203125, + 0.0271453857421875, + -0.0024890899658203125, + 0.0240631103515625, + -0.0029468536376953125, + 0.0124359130859375, + -0.01300048828125, + -0.038360595703125, + 0.0227508544921875, + 0.033660888671875, + 0.0357666015625, + 0.0333251953125, + -0.01332855224609375, + -0.0721435546875, + 0.00743865966796875, + -0.0310516357421875, + 0.06536865234375, + 0.055267333984375, + -0.0047760009765625, + 0.021942138671875, + -0.00226593017578125, + 0.008575439453125, + 0.01056671142578125, + 0.00959014892578125, + 0.033477783203125, + 0.051361083984375, + 0.009674072265625, + 0.01056671142578125, + -0.03753662109375, + 0.020965576171875, + 0.05560302734375, + 0.01446533203125, + -0.02130126953125, + 0.0178070068359375, + 0.01812744140625, + 0.049407958984375, + -0.04193115234375, + 0.03802490234375, + 0.004856109619140625, + 0.00853729248046875, + 0.029266357421875, + -0.01983642578125, + 0.0143890380859375, + -0.037872314453125, + 0.0090179443359375, + -0.009063720703125, + 0.0109710693359375, + 0.061431884765625, + 0.0232391357421875, + -0.0750732421875, + 0.00518035888671875, + 0.062744140625, + -0.061126708984375, + 0.0093841552734375, + 0.01934814453125, + -0.046173095703125, + -0.00890350341796875, + -0.0196685791015625, + -0.053955078125, + 0.0289306640625, + -0.00824737548828125, + -0.04779052734375, + 0.0119476318359375, + 0.0372314453125, + -0.026336669921875, + -0.037872314453125, + -0.019012451171875, + -0.006015777587890625, + -0.0098724365234375, + -0.01739501953125, + 0.044219970703125, + 0.01348876953125, + -0.004390716552734375, + 0.0343017578125, + 0.0435791015625, + 0.000036835670471191406, + -0.04388427734375, + 0.04193115234375, + -0.019500732421875, + -0.0396728515625, + 0.032989501953125, + 0.00824737548828125, + 0.0347900390625, + -0.05267333984375, + -0.0308837890625, + -0.009429931640625, + 0.005809783935546875, + 0.01837158203125, + 0.033477783203125, + -0.022918701171875, + -0.042266845703125, + -0.043243408203125, + 0.031524658203125, + 0.01503753662109375, + 0.05364990234375, + -0.01959228515625, + -0.028778076171875, + 0.039825439453125, + -0.034454345703125, + -0.034942626953125, + -0.0027828216552734375, + 0.0251922607421875, + -0.043243408203125, + 0.072509765625, + -0.0269775390625, + -0.01446533203125, + -0.00829315185546875, + 0.073486328125, + 0.0005741119384765625, + 0.00572967529296875, + -0.026824951171875, + 0.057861328125, + 0.053955078125, + -0.018035888671875, + -0.0362548828125, + 0.0037994384765625, + 0.005649566650390625, + 0.04779052734375, + -0.0266571044921875, + -0.000934600830078125, + -0.00646209716796875, + -0.059173583984375, + -0.04681396484375, + -0.01511383056640625, + 0.0186920166015625, + -0.0318603515625, + 0.0299072265625, + 0.0290985107421875, + -0.01259613037109375, + 0.0199127197265625, + 0.0162506103515625, + 0.01178741455078125, + 0.0251922607421875, + -0.0052032470703125, + -0.025848388671875, + 0.0240631103515625, + -0.06341552734375, + -0.0312042236328125, + 0.005283355712890625, + 0.0162506103515625, + -0.0264892578125, + 0.01430511474609375, + 0.007232666015625, + -0.00817108154296875, + 0.0299072265625, + -0.023895263671875, + -0.0104827880859375, + -0.023895263671875, + -0.023406982421875, + -0.042266845703125, + -0.01511383056640625, + 0.006664276123046875, + 0.0266571044921875, + 0.0008382797241210938, + 0.0046539306640625, + 0.0416259765625, + -0.052001953125, + 0.00743865966796875, + -0.0018796920776367188, + 0.0099945068359375, + -0.0169830322265625, + -0.0009093284606933594, + -0.000015616416931152344, + 0.01373291015625, + 0.0256805419921875, + -0.0237274169921875, + -0.02178955078125, + -0.06597900390625, + 0.027313232421875, + -0.005809783935546875, + -0.00890350341796875, + -0.01373291015625, + -0.043243408203125, + -0.05560302734375, + 0.0204010009765625, + 0.034942626953125, + 0.018280029296875, + 0.010650634765625, + -0.044525146484375, + -0.01210784912109375, + 0.01454925537109375, + -0.02056884765625, + 0.032989501953125, + -0.0225982666015625, + 0.01535797119140625, + 0.00658416748046875, + -0.040313720703125, + -0.005687713623046875, + 0.0343017578125, + -0.00030612945556640625, + 0.037384033203125, + 0.039825439453125, + -0.0357666015625, + 0.0174713134765625, + -0.0295867919921875, + -0.0204010009765625, + -0.0007925033569335938, + -0.01397705078125, + 0.01348876953125, + -0.020233154296875, + -0.0328369140625, + 0.0091400146484375, + 0.00946807861328125, + 0.0222625732421875, + -0.0227508544921875, + -0.0028438568115234375, + 0.0271453857421875, + -0.01552581787109375, + 0.0416259765625, + -0.0401611328125, + -0.0300750732421875, + -0.033477783203125, + -0.010894775390625, + 0.0269775390625, + 0.018768310546875, + 0.00849151611328125, + -0.069580078125, + 0.0134124755859375, + 0.045501708984375, + -0.0004470348358154297, + -0.048431396484375, + -0.01560211181640625, + 0.0191802978515625, + 0.0305633544921875, + 0.050384521484375, + -0.00475311279296875, + 0.0740966796875, + 0.00511932373046875, + 0.01406097412109375, + 0.035614013671875, + 0.061126708984375, + 0.036407470703125, + -0.008941650390625, + -0.05169677734375, + 0.0009298324584960938, + -0.004673004150390625, + -0.052337646484375, + -0.056243896484375, + 0.019744873046875, + 0.054931640625, + -0.032501220703125, + -0.01397705078125, + 0.00719451904296875, + 0.006908416748046875, + -0.007762908935546875, + 0.0093841552734375, + -0.019256591796875, + 0.0269775390625, + 0.00983428955078125, + -0.04486083984375, + -0.024871826171875, + -0.0216217041015625, + 0.0300750732421875, + 0.0426025390625, + 0.031707763671875, + -0.007843017578125, + 0.0307159423828125, + 0.0164947509765625, + 0.018768310546875, + 0.0126800537109375, + 0.0302276611328125, + 0.006137847900390625, + 0.0310516357421875, + 0.033477783203125, + 0.0146331787109375, + -0.0271453857421875, + -0.006664276123046875, + 0.0134124755859375, + 0.047454833984375, + 0.054931640625, + 0.075439453125, + 0.01885986328125, + 0.002498626708984375, + -0.029266357421875, + -0.047149658203125, + -0.00013649463653564453, + -0.006866455078125, + -0.00621795654296875, + -0.053314208984375, + -0.0269775390625, + 0.019256591796875, + -0.05950927734375, + 0.0416259765625, + 0.0225982666015625, + -0.004085540771484375, + -0.004329681396484375, + 0.027313232421875, + -0.0124359130859375, + -0.041290283203125, + 0.009918212890625, + -0.0281219482421875, + -0.0240631103515625, + -0.0343017578125, + -0.0232391357421875, + 0.052978515625, + -0.01430511474609375, + -0.05462646484375, + -0.0382080078125, + 0.036407470703125, + -0.02178955078125, + -0.04681396484375, + -0.035919189453125, + -0.008087158203125, + -0.021942138671875, + -0.027313232421875, + -0.03948974609375, + -0.018768310546875, + -0.0011224746704101562, + -0.019012451171875, + -0.000980377197265625, + -0.0286102294921875, + -0.02178955078125, + -0.009918212890625, + -0.01129913330078125, + -0.01544189453125, + 0.02178955078125, + -0.044219970703125, + 0.04974365234375, + 0.024871826171875, + 0.01812744140625, + 0.04388427734375, + 0.06927490234375, + 0.0018291473388671875, + -0.0038204193115234375, + -0.002742767333984375, + -0.052978515625, + 0.0169830322265625, + 0.0037593841552734375, + 0.0039825439453125, + -0.06634521484375, + 0.00597381591796875, + 0.04486083984375, + -0.09039306640625, + 0.01373291015625, + 0.01203155517578125, + -0.025848388671875, + -0.0302276611328125, + -0.0014429092407226562, + -0.018035888671875, + 0.006744384765625, + 0.09039306640625, + 0.0097503662109375, + 0.008453369140625, + 0.0134124755859375, + -0.0274658203125, + 0.0406494140625, + 0.02130126953125, + 0.003940582275390625, + -0.05462646484375, + 0.01641845703125, + 0.019256591796875, + -0.01535797119140625, + 0.00817108154296875, + -0.06402587890625, + 0.009796142578125, + 0.0372314453125, + 0.01348876953125, + -0.01227569580078125, + -0.027801513671875, + -0.0281219482421875, + -0.0377197265625, + -0.021942138671875, + 0.0237274169921875, + -0.0033321380615234375, + -0.0117034912109375, + -0.038848876953125, + 0.0010061264038085938, + -0.0157623291015625, + -0.06890869140625, + -0.01739501953125, + -0.043243408203125, + 0.045196533203125, + 0.0211334228515625, + -0.0377197265625, + 0.031524658203125, + 0.01763916015625, + 0.01535797119140625, + 0.0013914108276367188, + 0.057861328125, + -0.02081298828125, + -0.01332855224609375, + -0.01519775390625, + 0.028778076171875, + 0.00238800048828125, + 0.0119476318359375, + -0.020477294921875, + 0.00817108154296875, + 0.0157623291015625, + -0.033477783203125, + 0.034942626953125, + 0.04144287109375, + -0.0175628662109375, + -0.071533203125, + -0.0312042236328125, + -0.021942138671875, + 0.0005335807800292969, + -0.007232666015625, + 0.0382080078125, + 0.0274658203125, + 0.01430511474609375, + -0.11572265625, + 0.04144287109375, + -0.019256591796875, + 0.024871826171875, + 0.038848876953125, + 0.005809783935546875, + -0.06927490234375, + -0.035614013671875, + -0.023406982421875, + 0.0357666015625, + -0.0012445449829101562, + 0.0107269287109375, + -0.01300048828125, + 0.0284423828125, + -0.0030078887939453125, + -0.01763916015625, + 0.00266265869140625, + 0.062744140625, + 0.0281219482421875, + -0.023406982421875, + 0.042266845703125, + -0.0264892578125, + -0.010894775390625, + -0.0279541015625, + 0.01154327392578125, + 0.007354736328125, + -0.01348876953125, + -0.0284423828125, + -0.0104827880859375, + 0.0406494140625, + 0.057861328125, + -0.025360107421875, + 0.036895751953125, + -0.0179595947265625, + 0.0284423828125, + 0.0004115104675292969, + -0.020721435546875, + -0.0041656494140625, + 0.01308441162109375, + -0.0126800537109375, + 0.00018417835235595703, + -0.056884765625, + -0.082275390625, + -0.0121917724609375, + -0.0406494140625, + -0.0107269287109375, + 0.036895751953125, + 0.02081298828125, + 0.0182037353515625, + -0.033477783203125, + 0.022430419921875, + -0.02081298828125, + -0.01454925537109375, + -0.0054473876953125, + 0.01511383056640625, + -0.019500732421875, + 0.035125732421875, + -0.01210784912109375, + -0.0271453857421875, + 0.0264892578125, + -0.020477294921875, + 0.0119476318359375, + -0.034149169921875, + 0.01837158203125, + -0.00873565673828125, + 0.0312042236328125, + -0.0955810546875, + -0.050384521484375, + 0.01593017578125, + 0.062408447265625, + 0.0169830322265625, + -0.0255279541015625, + 0.0338134765625, + -0.0240631103515625, + -0.05755615234375, + 0.006744384765625, + 0.002742767333984375, + -0.0294189453125, + 0.0146331787109375, + 0.006786346435546875, + 0.0025806427001953125, + 0.019500732421875, + 0.04095458984375, + 0.0372314453125, + 0.053955078125, + 0.0017881393432617188, + -0.0260009765625, + -0.01934814453125, + -0.01641845703125, + 0.03607177734375, + 0.04681396484375, + 0.0279541015625, + -0.032501220703125, + 0.0286102294921875, + 0.00597381591796875, + -0.08062744140625, + 0.002986907958984375, + -0.01381683349609375, + -0.044219970703125, + 0.0276336669921875, + 0.052978515625, + 0.01763916015625, + 0.01113128662109375, + 0.004367828369140625, + 0.047149658203125, + -0.0005865097045898438, + 0.0230865478515625, + -0.039337158203125, + -0.07379150390625, + -0.01203155517578125, + 0.005931854248046875, + 0.0148773193359375, + -0.06927490234375, + 0.037384033203125, + 0.04583740234375, + -0.0173187255859375, + -0.0102386474609375, + -0.001102447509765625, + 0.023895263671875, + 0.0302276611328125, + 0.0225982666015625, + -0.005649566650390625, + -0.052978515625, + -0.003170013427734375, + 0.0333251953125, + -0.0139007568359375, + -0.00853729248046875, + -0.02081298828125, + -0.01560211181640625, + 0.018768310546875, + -0.05462646484375, + 0.00016641616821289062, + 0.0006856918334960938, + 0.07025146484375, + 0.01511383056640625, + -0.05169677734375, + -0.0281219482421875, + 0.0391845703125, + 0.01178741455078125, + -0.025848388671875, + -0.0007009506225585938, + 0.0261688232421875, + -0.0204010009765625, + 0.027801513671875, + 0.044525146484375, + 0.003658294677734375, + 0.03656005859375, + 0.006542205810546875, + -0.05169677734375, + 0.0289306640625, + -0.0042877197265625, + 0.00983428955078125, + -0.021453857421875, + -0.020965576171875, + -0.0227508544921875, + -0.0721435546875, + 0.052337646484375, + 0.0028438568115234375, + 0.028778076171875, + 0.01259613037109375, + -0.0164947509765625, + -0.0240631103515625, + 0.01113128662109375, + 0.046478271484375, + 0.024383544921875, + 0.0097503662109375, + 0.01454925537109375, + 0.0003783702850341797, + -0.0103607177734375, + 0.034637451171875, + -0.032684326171875, + 0.01210784912109375, + -0.004550933837890625, + 0.0096282958984375, + -0.05560302734375, + 0.0010976791381835938, + 0.026336669921875, + -0.0372314453125, + -0.008087158203125, + -0.0323486328125, + 0.0024890899658203125, + -0.01081085205078125, + -0.0204010009765625, + -0.0031299591064453125, + 0.04779052734375, + -0.0302276611328125, + 0.04486083984375, + 0.009796142578125, + -0.02178955078125, + -0.008941650390625, + -0.06988525390625, + 0.10211181640625, + 0.035125732421875, + 0.01739501953125, + 0.00244903564453125, + 0.035919189453125, + 0.05364990234375, + 0.01641845703125, + 0.038360595703125, + 0.034149169921875, + -0.018524169921875, + 0.032501220703125, + 0.033660888671875, + -0.020721435546875, + -0.0260009765625, + 0.035614013671875, + 0.006053924560546875, + -0.0347900390625, + 0.0426025390625, + 0.0146331787109375, + 0.01154327392578125, + 0.0046539306640625, + 0.00487518310546875, + -0.0227508544921875, + -0.060455322265625, + 0.06439208984375, + 0.0015344619750976562, + 0.000009417533874511719, + 0.06634521484375, + -0.078369140625, + 0.04681396484375, + -0.008941650390625, + 0.039825439453125, + -0.0221099853515625, + 0.051361083984375, + -0.0175628662109375, + 0.00812530517578125, + -0.006786346435546875, + 0.0037994384765625, + 0.0093841552734375, + 0.00817108154296875, + -0.02178955078125, + 0.051361083984375, + 0.0037593841552734375, + -0.0194244384765625, + -0.059173583984375, + -0.00634002685546875, + 0.007843017578125, + -0.0167388916015625, + 0.050079345703125, + -0.0328369140625, + -0.0030269622802734375, + 0.0009908676147460938, + 0.0294189453125, + 0.04681396484375, + -0.025848388671875, + 0.0300750732421875, + 0.020965576171875, + -0.01308441162109375, + 0.0017881393432617188, + -0.029754638671875 + ], + "metadata": { + "domains": [ + "mobile-forensics", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "command-line", + "logical-copy", + "mobile-app-data", + "triage", + "adb-based", + "legacy-devices", + "content-providers", + "backup-extraction", + "permission-based", + "court-considerations" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Magnet_AXIOM", + "type": "tool", + "name": "Magnet AXIOM", + "content": "magnet axiom die umfassende digital-investigation-plattform kombiniert akquisition, analyse und reporting in einer integrierten suite für end-to-end-forensik. axiom process sammelt artefakte von über 300 datenquellen: computers, mobile devices, cloud services, iot-geräte. die ki-gestützte artifact- categorization klassifiziert automatisch verdächtige inhalte und reduziert manuelle review-zeit drastisch. besonders wertvoll: internet evidence finder (ief) engine extrahiert web-artefakte aus allen major-browsern, magnet.ai beschleunigt csam-detection, connections-view visualisiert kommunikations-patterns zwischen personen. cloud-forensics-module greifen auf google, microsoft, apple-accounts zu. die parallel-processing-engine analysiert terabytes in stunden statt tagen. advanced-carving rekonstruiert gelöschte multimedia-dateien. timeline-engine korreliert events über alle evidenzen. report-templates generieren gerichtsfeste dokumentation. integration mit axiom cyber für endpoint-response. eine etablierte software für high-volume-ermittlungen mit budget für enterprise-lizenzen. 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.0099334716796875, + 0.041900634765625, + 0.06494140625, + 0.0161285400390625, + 0.03070068359375, + 0.05548095703125, + 0.0222320556640625, + 0.0023975372314453125, + -0.01180267333984375, + -0.01003265380859375, + -0.0070343017578125, + 0.05902099609375, + 0.005901336669921875, + -0.00959014892578125, + -0.06298828125, + 0.03521728515625, + -0.009490966796875, + 0.0231170654296875, + 0.022918701171875, + -0.007427215576171875, + -0.0187835693359375, + 0.00038433074951171875, + -0.05194091796875, + 0.00914764404296875, + 0.01751708984375, + -0.01018524169921875, + -0.038177490234375, + -0.052734375, + -0.0360107421875, + -0.004650115966796875, + 0.00885772705078125, + -0.0157470703125, + -0.0008053779602050781, + 0.00860595703125, + 0.00516510009765625, + -0.01416778564453125, + -0.0017833709716796875, + -0.044464111328125, + -0.0293121337890625, + 0.0161285400390625, + -0.019775390625, + 0.0061492919921875, + 0.036590576171875, + 0.00341796875, + -0.024993896484375, + -0.0305023193359375, + 0.00107574462890625, + -0.00939178466796875, + -0.00341796875, + -0.007526397705078125, + 0.023223876953125, + 0.0283355712890625, + -0.007724761962890625, + 0.00484466552734375, + -0.032073974609375, + 0.02716064453125, + 0.0096435546875, + -0.0299072265625, + -0.053131103515625, + 0.048614501953125, + -0.053924560546875, + -0.00978851318359375, + -0.0114593505859375, + -0.0067901611328125, + 0.00910186767578125, + 0.042510986328125, + -0.00890350341796875, + -0.01505279541015625, + 0.018890380859375, + 0.0038623809814453125, + -0.0012111663818359375, + -0.0079193115234375, + -0.0161285400390625, + 0.037384033203125, + -0.01348114013671875, + -0.03973388671875, + 0.0257720947265625, + 0.0223388671875, + 0.019287109375, + -0.006298065185546875, + -0.04052734375, + -0.0010519027709960938, + 0.029510498046875, + -0.00865936279296875, + -0.045440673828125, + -0.00870513916015625, + 0.0379638671875, + 0.0114593505859375, + -0.0096893310546875, + 0.016326904296875, + 0.0147552490234375, + 0.00782012939453125, + 0.0186004638671875, + -0.01525115966796875, + 0.04998779296875, + 0.053131103515625, + -0.02105712890625, + -0.0085601806640625, + -0.00101470947265625, + 0.0289306640625, + 0.01751708984375, + -0.0350341796875, + 0.05194091796875, + -0.0170135498046875, + 0.035614013671875, + -0.019775390625, + 0.004894256591796875, + -0.0174102783203125, + -0.009490966796875, + -0.0283355712890625, + -0.0999755859375, + -0.019378662109375, + -0.01190185546875, + -0.053924560546875, + 0.00737762451171875, + 0.03778076171875, + -0.0165252685546875, + 0.0379638671875, + -0.06256103515625, + -0.037200927734375, + 0.04150390625, + -0.005092620849609375, + 0.0085601806640625, + -0.0028400421142578125, + -0.037200927734375, + -0.053924560546875, + 0.006000518798828125, + 0.01116943359375, + -0.040740966796875, + -0.0174102783203125, + -0.032257080078125, + -0.0253753662109375, + -0.0085601806640625, + -0.01396942138671875, + 0.00914764404296875, + -0.0269622802734375, + 0.04998779296875, + 0.004871368408203125, + -0.00199127197265625, + 0.0187835693359375, + 0.0369873046875, + -0.00313568115234375, + -0.053131103515625, + -0.0024471282958984375, + -0.058624267578125, + -0.00870513916015625, + -0.0019063949584960938, + 0.06884765625, + -0.041900634765625, + -0.005435943603515625, + -0.006984710693359375, + 0.01465606689453125, + 0.04052734375, + 0.0098876953125, + 0.020751953125, + -0.04290771484375, + 0.0114593505859375, + -0.038177490234375, + 0.021148681640625, + 0.0013093948364257812, + -0.0015192031860351562, + 0.013671875, + 0.0020294189453125, + 0.0360107421875, + -0.022430419921875, + -0.04998779296875, + -0.0244903564453125, + 0.01525115966796875, + 0.01259613037109375, + -0.0203704833984375, + 0.019378662109375, + -0.01116943359375, + 0.06414794921875, + 0.06964111328125, + -0.002532958984375, + 0.013580322265625, + 0.010772705078125, + -0.0046234130859375, + 0.0283355712890625, + 0.00492095947265625, + 0.001697540283203125, + -0.0191802978515625, + 0.0248870849609375, + 0.0168304443359375, + 0.0121002197265625, + 0.0006794929504394531, + -0.01751708984375, + 0.015350341796875, + -0.034423828125, + 0.031494140625, + -0.03167724609375, + -0.02557373046875, + -0.02557373046875, + 0.0263671875, + 0.033050537109375, + 0.07440185546875, + 0.0263671875, + -0.0223388671875, + 0.035797119140625, + 0.0062713623046875, + 0.03167724609375, + 0.030303955078125, + 0.01593017578125, + 0.04229736328125, + 0.012786865234375, + 0.0129852294921875, + 0.00528717041015625, + 0.03936767578125, + 0.0178985595703125, + -0.02911376953125, + 0.00649261474609375, + 0.045654296875, + -0.0090484619140625, + -0.007083892822265625, + -0.03167724609375, + -0.00811767578125, + 0.0162353515625, + -0.0169219970703125, + -0.012542724609375, + 0.0099334716796875, + 0.009246826171875, + -0.0546875, + -0.0221405029296875, + 0.00939178466796875, + -0.007724761962890625, + 0.00934600830078125, + 0.0209503173828125, + -0.029510498046875, + -0.0186004638671875, + 0.00821685791015625, + 0.034820556640625, + 0.034637451171875, + -0.01180267333984375, + 0.017120361328125, + -0.0029144287109375, + -0.006298065185546875, + 0.038177490234375, + 0.013671875, + 0.047607421875, + 0.0012731552124023438, + 0.00023365020751953125, + 0.02056884765625, + -0.0186004638671875, + 0.0301055908203125, + 0.0265655517578125, + -0.0187835693359375, + 0.0038127899169921875, + 0.004550933837890625, + 0.03521728515625, + 0.0491943359375, + -0.05706787109375, + -0.013580322265625, + -0.07476806640625, + 0.013671875, + -0.07989501953125, + -0.0546875, + -0.019378662109375, + -0.04290771484375, + 0.06060791015625, + -0.03619384765625, + -0.028533935546875, + 0.0032215118408203125, + 0.014068603515625, + 0.0261688232421875, + 0.0430908203125, + -0.0053863525390625, + -0.037200927734375, + 0.005657196044921875, + 0.04840087890625, + 0.0178070068359375, + 0.0038623809814453125, + -0.0028285980224609375, + 0.0212554931640625, + -0.011260986328125, + 0.015838623046875, + -0.02716064453125, + 0.021942138671875, + 0.043670654296875, + 0.049591064453125, + 0.0098419189453125, + -0.0243988037109375, + 0.01244354248046875, + -0.00496673583984375, + 0.0186920166015625, + -0.040130615234375, + 0.0017337799072265625, + 0.005313873291015625, + 0.00460052490234375, + 0.0248870849609375, + -0.072021484375, + 0.0187835693359375, + 0.052337646484375, + 0.0203704833984375, + 0.014556884765625, + 0.0018939971923828125, + -0.0293121337890625, + 0.00713348388671875, + -0.00005650520324707031, + -0.011016845703125, + 0.0213470458984375, + 0.04937744140625, + -0.032073974609375, + 0.0186920166015625, + -0.01018524169921875, + 0.0067901611328125, + -0.0440673828125, + -0.044677734375, + -0.0217437744140625, + -0.013671875, + -0.046844482421875, + -0.0289306640625, + 0.0172119140625, + -0.03619384765625, + 0.0008425712585449219, + -0.0178070068359375, + 0.025970458984375, + -0.023223876953125, + -0.06494140625, + -0.0142669677734375, + -0.0063934326171875, + -0.037200927734375, + -0.0182037353515625, + 0.05706787109375, + 0.00492095947265625, + 0.008758544921875, + 0.00811767578125, + -0.007770538330078125, + -0.052734375, + -0.002410888671875, + -0.004451751708984375, + 0.0161285400390625, + -0.0369873046875, + 0.04742431640625, + 0.01171112060546875, + 0.021942138671875, + 0.0186004638671875, + 0.044281005859375, + 0.03619384765625, + -0.01018524169921875, + 0.001598358154296875, + -0.0070343017578125, + -0.0022258758544921875, + 0.043670654296875, + -0.032470703125, + -0.017120361328125, + 0.0031108856201171875, + -0.0209503173828125, + 0.02911376953125, + 0.028533935546875, + 0.01259613037109375, + 0.0186004638671875, + -0.0161285400390625, + 0.00978851318359375, + 0.061004638671875, + 0.0004611015319824219, + 0.09405517578125, + -0.0105743408203125, + -0.06768798828125, + -0.002643585205078125, + 0.0287322998046875, + -0.01436614990234375, + -0.00954437255859375, + 0.0293121337890625, + -0.01751708984375, + 0.005584716796875, + 0.014068603515625, + -0.009490966796875, + 0.040130615234375, + 0.006443023681640625, + -0.009490966796875, + 0.0199737548828125, + -0.0283355712890625, + 0.0305023193359375, + 0.0162353515625, + 0.01348114013671875, + 0.0240020751953125, + 0.021636962890625, + -0.04132080078125, + -0.00237274169921875, + -0.044464111328125, + -0.06732177734375, + 0.005950927734375, + 0.041900634765625, + 0.0279388427734375, + 0.045440673828125, + -0.01042938232421875, + -0.0665283203125, + -0.00452423095703125, + -0.0223388671875, + 0.08343505859375, + 0.042510986328125, + -0.007724761962890625, + 0.027740478515625, + -0.0019683837890625, + 0.0213470458984375, + 0.016326904296875, + 0.017608642578125, + 0.0156402587890625, + 0.045440673828125, + 0.049591064453125, + -0.0005812644958496094, + -0.0151519775390625, + 0.0235137939453125, + 0.0235137939453125, + 0.0103759765625, + 0.006221771240234375, + 0.0037384033203125, + 0.006984710693359375, + 0.0543212890625, + -0.02459716796875, + 0.05548095703125, + 0.032470703125, + -0.015350341796875, + 0.004550933837890625, + -0.029510498046875, + 0.0161285400390625, + -0.03167724609375, + 0.01151275634765625, + -0.0010824203491210938, + 0.0222320556640625, + 0.03875732421875, + 0.0164337158203125, + -0.06805419921875, + -0.00043654441833496094, + 0.052734375, + -0.06573486328125, + 0.01244354248046875, + 0.021148681640625, + -0.0162353515625, + 0.02716064453125, + 0.012786865234375, + -0.04150390625, + 0.027740478515625, + -0.0218353271484375, + -0.03936767578125, + 0.019378662109375, + 0.04583740234375, + -0.029510498046875, + -0.023223876953125, + -0.04229736328125, + -0.0169219970703125, + 0.0142669677734375, + -0.006641387939453125, + 0.043670654296875, + -0.013671875, + -0.0047454833984375, + 0.01268768310546875, + 0.03857421875, + 0.005313873291015625, + -0.02716064453125, + 0.05706787109375, + -0.0129852294921875, + -0.034637451171875, + 0.0369873046875, + 0.01396942138671875, + 0.01062774658203125, + -0.05902099609375, + -0.0178070068359375, + 0.0162353515625, + 0.0164337158203125, + 0.0062713623046875, + -0.00484466552734375, + -0.04840087890625, + -0.04388427734375, + -0.04937744140625, + 0.0360107421875, + 0.0081634521484375, + 0.04150390625, + -0.0170135498046875, + -0.06964111328125, + 0.042694091796875, + -0.043670654296875, + -0.019775390625, + -0.0221405029296875, + 0.0161285400390625, + -0.0308990478515625, + 0.062164306640625, + -0.008758544921875, + -0.0174102783203125, + -0.00974273681640625, + 0.05706787109375, + 0.007328033447265625, + -0.0133819580078125, + -0.06494140625, + 0.03973388671875, + 0.033447265625, + -0.06732177734375, + -0.0161285400390625, + -0.00496673583984375, + -0.01180267333984375, + 0.033447265625, + -0.053924560546875, + -0.0103759765625, + 0.0257720947265625, + -0.08935546875, + -0.025970458984375, + -0.032470703125, + -0.020263671875, + -0.024993896484375, + 0.004573822021484375, + 0.035797119140625, + -0.0186004638671875, + 0.0269622802734375, + 0.00870513916015625, + -0.01151275634765625, + 0.040130615234375, + 0.0204620361328125, + -0.017608642578125, + 0.02716064453125, + -0.06805419921875, + -0.022430419921875, + -0.0014200210571289062, + 0.01465606689453125, + -0.012298583984375, + -0.020751953125, + 0.00787353515625, + -0.0305023193359375, + 0.036590576171875, + -0.0251922607421875, + -0.00998687744140625, + 0.00263214111328125, + -0.043670654296875, + -0.0421142578125, + -0.0005316734313964844, + 0.040740966796875, + 0.0310821533203125, + -0.002681732177734375, + 0.00737762451171875, + 0.059417724609375, + -0.0653076171875, + 0.032867431640625, + 0.0103759765625, + 0.00408172607421875, + -0.0233154296875, + 0.01190185546875, + -0.004352569580078125, + 0.004573822021484375, + 0.01544952392578125, + -0.0116119384765625, + -0.0269622802734375, + -0.051544189453125, + 0.023223876953125, + 0.0072784423828125, + 0.0213470458984375, + -0.04052734375, + -0.050384521484375, + -0.0684814453125, + -0.00605010986328125, + 0.041717529296875, + 0.02911376953125, + 0.01751708984375, + -0.049774169921875, + -0.012054443359375, + -0.006740570068359375, + -0.01800537109375, + 0.0308990478515625, + -0.006076812744140625, + 0.0157470703125, + 0.028533935546875, + -0.047821044921875, + 0.002593994140625, + 0.00757598876953125, + 0.034423828125, + 0.029510498046875, + 0.041717529296875, + -0.034027099609375, + 0.0227203369140625, + -0.0230255126953125, + -0.0261688232421875, + 0.0172119140625, + 0.0035915374755859375, + 0.013580322265625, + -0.03955078125, + -0.0028533935546875, + 0.00821685791015625, + 0.0016603469848632812, + 0.02154541015625, + 0.002803802490234375, + 0.0008301734924316406, + 0.00910186767578125, + 0.002483367919921875, + 0.031494140625, + -0.01505279541015625, + -0.047210693359375, + -0.0013284683227539062, + -0.0165252685546875, + 0.03680419921875, + 0.045440673828125, + -0.01155853271484375, + -0.03778076171875, + 0.0227203369140625, + 0.0174102783203125, + -0.003566741943359375, + -0.03857421875, + -0.030303955078125, + 0.037200927734375, + 0.00811767578125, + 0.0501708984375, + 0.0052642822265625, + 0.0897216796875, + -0.01593017578125, + 0.0008177757263183594, + 0.0301055908203125, + 0.049591064453125, + 0.02813720703125, + -0.0062713623046875, + -0.033050537109375, + -0.0011377334594726562, + -0.0067901611328125, + -0.04327392578125, + -0.0360107421875, + 0.0013523101806640625, + 0.0450439453125, + -0.073974609375, + -0.01244354248046875, + -0.0031719207763671875, + -0.01308441162109375, + -0.005855560302734375, + 0.015350341796875, + -0.004253387451171875, + 0.020263671875, + 0.014556884765625, + -0.02410888671875, + -0.0112152099609375, + -0.031280517578125, + 0.015838623046875, + 0.0301055908203125, + 0.044281005859375, + 0.006740570068359375, + 0.01800537109375, + 0.007770538330078125, + 0.0186920166015625, + 0.032867431640625, + 0.06768798828125, + 0.0251922607421875, + -0.00237274169921875, + 0.0482177734375, + 0.07635498046875, + -0.0169219970703125, + -0.04034423828125, + 0.0174102783203125, + 0.0178070068359375, + 0.0450439453125, + 0.062164306640625, + -0.0107269287109375, + 0.0056304931640625, + -0.0005869865417480469, + -0.0430908203125, + 0.007526397705078125, + -0.00841522216796875, + -0.025970458984375, + -0.0218353271484375, + -0.058624267578125, + 0.021453857421875, + -0.0614013671875, + 0.0265655517578125, + 0.0034427642822265625, + -0.0279388427734375, + -0.0096435546875, + 0.0283355712890625, + -0.01446533203125, + -0.043670654296875, + 0.00572967529296875, + 0.00890350341796875, + -0.0147552490234375, + -0.021636962890625, + -0.0261688232421875, + 0.038970947265625, + -0.01446533203125, + -0.05706787109375, + -0.0052642822265625, + 0.04132080078125, + -0.01268768310546875, + -0.04742431640625, + -0.012542724609375, + 0.0160369873046875, + -0.01107025146484375, + -0.0491943359375, + -0.04327392578125, + -0.03857421875, + 0.0208587646484375, + -0.032073974609375, + -0.0016603469848632812, + -0.030303955078125, + -0.0263671875, + -0.01175689697265625, + -0.020263671875, + -0.0094451904296875, + 0.032257080078125, + -0.043670654296875, + 0.04132080078125, + 0.013671875, + 0.02410888671875, + 0.034027099609375, + 0.06298828125, + -0.007526397705078125, + 0.00351715087890625, + -0.04327392578125, + -0.0511474609375, + 0.017120361328125, + 0.00846099853515625, + 0.0018320083618164062, + -0.05548095703125, + -0.006591796875, + 0.06414794921875, + -0.0830078125, + 0.0129852294921875, + 0.0297088623046875, + 0.0015621185302734375, + -0.04742431640625, + 0.010528564453125, + 0.00669097900390625, + 0.0079193115234375, + 0.07318115234375, + -0.0162353515625, + -0.0318603515625, + 0.0026569366455078125, + -0.01131439208984375, + 0.052337646484375, + 0.025970458984375, + 0.005855560302734375, + -0.04840087890625, + 0.0305023193359375, + 0.00782012939453125, + -0.019683837890625, + -0.0172119140625, + -0.0897216796875, + -0.004474639892578125, + 0.032470703125, + -0.01308441162109375, + 0.0020542144775390625, + -0.0174102783203125, + -0.034820556640625, + -0.0032711029052734375, + -0.037384033203125, + 0.0169219970703125, + 0.01067352294921875, + 0.0191802978515625, + -0.0411376953125, + -0.034820556640625, + -0.00914764404296875, + -0.061798095703125, + -0.030303955078125, + -0.012298583984375, + 0.021942138671875, + -0.0038623809814453125, + -0.0360107421875, + 0.01190185546875, + 0.013580322265625, + 0.00998687744140625, + -0.017120361328125, + 0.05352783203125, + -0.03619384765625, + -0.0031108856201171875, + 0.0007410049438476562, + 0.021636962890625, + -0.01131439208984375, + 0.004550933837890625, + 0.005756378173828125, + 0.00693511962890625, + 0.0301055908203125, + -0.047210693359375, + 0.022918701171875, + 0.038177490234375, + -0.037567138671875, + -0.046844482421875, + -0.033050537109375, + -0.0172119140625, + 0.036407470703125, + -0.03875732421875, + 0.046051025390625, + -0.012298583984375, + 0.00826263427734375, + -0.10546875, + 0.057861328125, + -0.01849365234375, + 0.0293121337890625, + 0.0275421142578125, + -0.0369873046875, + -0.0665283203125, + -0.03424072265625, + -0.037384033203125, + 0.012786865234375, + -0.007965087890625, + 0.026763916015625, + 0.013580322265625, + -0.0020542144775390625, + 0.0234222412109375, + -0.014068603515625, + -0.0030498504638671875, + 0.0665283203125, + 0.00910186767578125, + -0.0190887451171875, + 0.06964111328125, + -0.047210693359375, + -0.00713348388671875, + 0.0020542144775390625, + -0.005657196044921875, + 0.004131317138671875, + 0.0029888153076171875, + -0.013580322265625, + 0.010772705078125, + 0.0491943359375, + 0.04229736328125, + -0.035797119140625, + 0.00494384765625, + 0.01003265380859375, + 0.00811767578125, + -0.004673004150390625, + -0.01751708984375, + 0.0090484619140625, + -0.0070343017578125, + -0.031280517578125, + -0.0167236328125, + -0.047821044921875, + -0.1290283203125, + 0.0021266937255859375, + -0.048004150390625, + -0.0182037353515625, + 0.006591796875, + 0.0253753662109375, + -0.006591796875, + -0.0450439453125, + 0.029510498046875, + -0.001567840576171875, + -0.00811767578125, + -0.0116119384765625, + 0.0187835693359375, + -0.0360107421875, + 0.053131103515625, + -0.007625579833984375, + -0.060211181640625, + 0.012786865234375, + -0.0238037109375, + 0.0090484619140625, + -0.0247955322265625, + 0.003787994384765625, + -0.03521728515625, + 0.042510986328125, + -0.0665283203125, + -0.017608642578125, + 0.005828857421875, + 0.03424072265625, + 0.01136016845703125, + -0.01215362548828125, + 0.0614013671875, + -0.021148681640625, + -0.0543212890625, + 0.021942138671875, + -0.0279388427734375, + -0.0293121337890625, + 0.0151519775390625, + -0.005779266357421875, + 0.01396942138671875, + 0.0200653076171875, + 0.0440673828125, + 0.0251922607421875, + 0.03778076171875, + 0.022430419921875, + -0.0244903564453125, + 0.001377105712890625, + -0.0308990478515625, + 0.0015249252319335938, + 0.034027099609375, + -0.0013036727905273438, + -0.0164337158203125, + 0.019866943359375, + 0.0147552490234375, + -0.10467529296875, + -0.015350341796875, + -0.021942138671875, + -0.0614013671875, + 0.01348114013671875, + 0.07794189453125, + 0.0310821533203125, + -0.0008115768432617188, + 0.026763916015625, + 0.048614501953125, + 0.025970458984375, + 0.024993896484375, + -0.02252197265625, + -0.0723876953125, + -0.012298583984375, + 0.02716064453125, + 0.0240020751953125, + -0.045257568359375, + 0.057861328125, + 0.07122802734375, + -0.0279388427734375, + -0.0204620361328125, + 0.018096923828125, + 0.00482177734375, + 0.03070068359375, + 0.01328277587890625, + 0.040130615234375, + -0.033050537109375, + 0.012786865234375, + 0.033660888671875, + 0.0168304443359375, + -0.00801849365234375, + -0.0350341796875, + -0.0243988037109375, + 0.0546875, + -0.0421142578125, + 0.0005750656127929688, + -0.01175689697265625, + 0.06451416015625, + 0.01505279541015625, + -0.036590576171875, + -0.03424072265625, + 0.046051025390625, + 0.007770538330078125, + -0.00846099853515625, + 0.0279388427734375, + 0.009002685546875, + -0.007427215576171875, + 0.03326416015625, + 0.04486083984375, + 0.024200439453125, + 0.038177490234375, + 0.006885528564453125, + -0.035430908203125, + 0.0293121337890625, + -0.0022754669189453125, + 0.027740478515625, + -0.0129852294921875, + -0.02813720703125, + -0.0227203369140625, + -0.047027587890625, + 0.04840087890625, + 0.006076812744140625, + 0.024688720703125, + 0.0305023193359375, + 0.001377105712890625, + -0.0162353515625, + 0.00415802001953125, + 0.005115509033203125, + 0.0297088623046875, + 0.0178070068359375, + -0.00022602081298828125, + 0.0173187255859375, + 0.01003265380859375, + 0.011016845703125, + -0.02716064453125, + 0.03857421875, + 0.005115509033203125, + -0.009490966796875, + -0.04998779296875, + 0.01495361328125, + 0.005313873291015625, + -0.0156402587890625, + -0.00010377168655395508, + -0.024993896484375, + 0.006591796875, + -0.031494140625, + -0.0501708984375, + 0.011016845703125, + 0.033843994140625, + -0.0221405029296875, + 0.0133819580078125, + 0.03857421875, + -0.016632080078125, + 0.00383758544921875, + -0.046630859375, + 0.0787353515625, + 0.00617218017578125, + 0.0265655517578125, + -0.0162353515625, + 0.05706787109375, + 0.0247955322265625, + 0.02911376953125, + -0.0034427642822265625, + 0.0182037353515625, + 0.00022602081298828125, + 0.0543212890625, + 0.05194091796875, + -0.017608642578125, + -0.041717529296875, + 0.031280517578125, + 0.034820556640625, + -0.042694091796875, + 0.0263671875, + 0.003936767578125, + 0.003086090087890625, + 0.006641387939453125, + -0.001094818115234375, + -0.0101318359375, + -0.0440673828125, + 0.047607421875, + 0.0350341796875, + 0.00560760498046875, + 0.038360595703125, + -0.07476806640625, + 0.030303955078125, + 0.004207611083984375, + 0.053924560546875, + -0.0283355712890625, + 0.062164306640625, + -0.0200653076171875, + 0.005435943603515625, + -0.0101318359375, + -0.0098876953125, + 0.01446533203125, + 0.0269622802734375, + -0.0003459453582763672, + 0.0562744140625, + 0.0118560791015625, + -0.0209503173828125, + -0.059814453125, + -0.01318359375, + 0.020172119140625, + 0.0090484619140625, + 0.03955078125, + -0.0350341796875, + -0.00649261474609375, + 0.0160369873046875, + 0.039154052734375, + 0.06927490234375, + -0.021636962890625, + 0.01544952392578125, + 0.011016845703125, + -0.004451751708984375, + -0.018402099609375, + -0.0165252685546875 + ], + "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": "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" + } + }, + { + "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" + } + } + ] +} \ No newline at end of file diff --git a/src/pages/api/ai/embeddings.status.ts b/src/pages/api/ai/embeddings.status.ts new file mode 100644 index 0000000..2ca02c2 --- /dev/null +++ b/src/pages/api/ai/embeddings.status.ts @@ -0,0 +1,22 @@ +// 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 34d5347..eaac875 100644 --- a/src/pages/api/ai/enhance-input.ts +++ b/src/pages/api/ai/enhance-input.ts @@ -14,7 +14,11 @@ function getEnv(key: string): string { return value; } -const AI_MODEL = getEnv('AI_MODEL'); +// Use the analyzer AI for smart prompting (smaller, faster model) +const AI_ENDPOINT = getEnv('AI_ANALYZER_ENDPOINT'); +const AI_API_KEY = getEnv('AI_ANALYZER_API_KEY'); +const AI_MODEL = getEnv('AI_ANALYZER_MODEL'); + const rateLimitStore = new Map(); const RATE_LIMIT_WINDOW = 60 * 1000; // 1 minute const RATE_LIMIT_MAX = 5; // 5 enhancement requests per minute per user @@ -59,29 +63,38 @@ function cleanupExpiredRateLimits() { setInterval(cleanupExpiredRateLimits, 5 * 60 * 1000); function createEnhancementPrompt(input: string): string { - return ` -Du bist eine KI für digitale Forensik. Der Nutzer beschreibt ein forensisches Szenario. Analysiere die Eingabe. + return `Du bist eine KI für digitale Forensik-Anfragen. Der Nutzer beschreibt ein forensisches Szenario oder Problem. Analysiere die Eingabe auf Vollständigkeit und Klarheit. -Wenn die Beschreibung unvollständig oder vage ist, stelle bis zu drei präzise Rückfragen im JSON-Array-Format, um wichtige Details zu klären (z. B. Vorfalltyp, System, Ziel, Datenquellen, Zeit, Beteiligte, rechtlicher Rahmen). +ANALYSIERE DIESE KATEGORIEN: +1. **Vorfalltyp**: Was ist passiert? (Malware, Datendiebstahl, Compliance-Verstoß, etc.) +2. **Betroffene Systeme**: Welche Technologien/Plattformen? (Windows, Linux, Mobile, Cloud, etc.) +3. **Verfügbare Datenquellen**: Was kann untersucht werden? (Logs, Images, Memory Dumps, etc.) +4. **Untersuchungsziel**: Was soll erreicht werden? (IOCs finden, Timeline erstellen, etc.) +5. **Zeitrahmen & Dringlichkeit**: Wann ist etwas passiert? Wie dringend? +6. **Ressourcen & Constraints**: Budget, Skills, Tools, rechtliche Aspekte +7. **Beweisziele**: Dokumentation, Gerichtsverfahren, interne Aufklärung? -Wenn die Eingabe bereits klar, spezifisch und vollständig ist, gib stattdessen nur eine leere Liste [] zurück. +WENN die Beschreibung vollständig und spezifisch ist: Gib eine leere Liste [] zurück. -Antwortformat strikt: +WENN wichtige Details fehlen: Formuliere 2-3 präzise Fragen, die die kritischsten Lücken schließen. Fokussiere auf Details, die die Tool-/Methoden-Auswahl stark beeinflussen. -\`\`\`json +FRAGE-QUALITÄT: +- Spezifisch, nicht allgemein (❌ "Mehr Details?" ✅ "Welche Betriebssysteme sind betroffen?") +- Handlungsrelevant (❌ "Wann passierte das?" ✅ "Haben Sie Logs aus der Vorfallzeit verfügbar?") +- Priorisiert nach Wichtigkeit für die forensische Analyse + +ANTWORTFORMAT (NUR JSON): [ - "Frage 1?", - "Frage 2?", - "Frage 3?" + "Spezifische Frage 1?", + "Spezifische Frage 2?", + "Spezifische Frage 3?" ] -\`\`\` -Nutzer-Eingabe: +NUTZER-EINGABE: ${input} `.trim(); } - export const POST: APIRoute = async ({ request }) => { try { const authResult = await withAPIAuth(request, 'ai'); @@ -98,12 +111,12 @@ export const POST: APIRoute = async ({ request }) => { const body = await request.json(); const { input } = body; - if (!input || typeof input !== 'string' || input.length < 20) { - return apiError.badRequest('Input too short for enhancement'); + if (!input || typeof input !== 'string' || input.length < 40) { + return apiError.badRequest('Input too short for enhancement (minimum 40 characters)'); } const sanitizedInput = sanitizeInput(input); - if (sanitizedInput.length < 20) { + if (sanitizedInput.length < 40) { return apiError.badRequest('Input too short after sanitization'); } @@ -111,11 +124,11 @@ export const POST: APIRoute = async ({ request }) => { const taskId = `enhance_${userId}_${Date.now()}_${Math.random().toString(36).substr(2, 4)}`; const aiResponse = await enqueueApiCall(() => - fetch(process.env.AI_API_ENDPOINT + '/v1/chat/completions', { + fetch(`${AI_ENDPOINT}/v1/chat/completions`, { method: 'POST', headers: { 'Content-Type': 'application/json', - 'Authorization': `Bearer ${process.env.AI_API_KEY}` + 'Authorization': `Bearer ${AI_API_KEY}` }, body: JSON.stringify({ model: AI_MODEL, @@ -125,7 +138,7 @@ export const POST: APIRoute = async ({ request }) => { content: systemPrompt } ], - max_tokens: 200, + max_tokens: 300, temperature: 0.7 }) }), taskId); @@ -144,28 +157,32 @@ export const POST: APIRoute = async ({ request }) => { let questions; try { - const cleanedContent = aiContent + const cleanedContent = aiContent .replace(/^```json\s*/i, '') .replace(/\s*```\s*$/, '') .trim(); - questions = JSON.parse(cleanedContent); + questions = JSON.parse(cleanedContent); - if (!Array.isArray(questions) || questions.length === 0) { - throw new Error('Invalid questions format'); + if (!Array.isArray(questions)) { + throw new Error('Response is not an array'); } - // Validate and clean questions + // Enhanced validation and cleaning questions = questions - .filter(q => typeof q === 'string' && q.length > 5 && q.length < 120) - .slice(0, 3); + .filter(q => typeof q === 'string' && q.length > 10 && q.length < 150) // More reasonable length limits + .filter(q => q.includes('?')) // Must be a question + .map(q => q.trim()) + .slice(0, 3); // Max 3 questions + // If no valid questions, return empty array (means input is complete) if (questions.length === 0) { - throw new Error('No valid questions found'); + questions = []; } } catch (error) { console.error('Failed to parse enhancement response:', aiContent); - return apiServerError.unavailable('Invalid enhancement response format'); + // If parsing fails, assume input is complete enough + questions = []; } console.log(`[AI Enhancement] User: ${userId}, Questions: ${questions.length}, Input length: ${sanitizedInput.length}`); @@ -173,7 +190,8 @@ export const POST: APIRoute = async ({ request }) => { return new Response(JSON.stringify({ success: true, questions, - taskId + taskId, + inputComplete: questions.length === 0 // Flag to indicate if input seems complete }), { status: 200, headers: { 'Content-Type': 'application/json' } diff --git a/src/pages/api/ai/query.ts b/src/pages/api/ai/query.ts index c6ce37e..b8124b1 100644 --- a/src/pages/api/ai/query.ts +++ b/src/pages/api/ai/query.ts @@ -1,21 +1,12 @@ // src/pages/api/ai/query.ts import type { APIRoute } from 'astro'; import { withAPIAuth } from '../../../utils/auth.js'; -import { getCompressedToolsDataForAI } from '../../../utils/dataService.js'; import { apiError, apiServerError, createAuthErrorResponse } from '../../../utils/api.js'; import { enqueueApiCall } from '../../../utils/rateLimitedQueue.js'; +import { aiPipeline } from '../../../utils/aiPipeline.js'; export const prerender = false; -function getEnv(key: string): string { - const value = process.env[key]; - if (!value) { - throw new Error(`Missing environment variable: ${key}`); - } - return value; -} - -const AI_MODEL = getEnv('AI_MODEL'); const rateLimitStore = new Map(); const RATE_LIMIT_WINDOW = 60 * 1000; const RATE_LIMIT_MAX = 10; @@ -33,13 +24,6 @@ function sanitizeInput(input: string): string { return sanitized; } -function stripMarkdownJson(content: string): string { - return content - .replace(/^```json\s*/i, '') - .replace(/\s*```\s*$/, '') - .trim(); -} - function checkRateLimit(userId: string): boolean { const now = Date.now(); const userLimit = rateLimitStore.get(userId); @@ -68,209 +52,6 @@ function cleanupExpiredRateLimits() { setInterval(cleanupExpiredRateLimits, 5 * 60 * 1000); -async function loadToolsDatabase() { - try { - return await getCompressedToolsDataForAI(); - } catch (error) { - console.error('Failed to load tools database:', error); - throw new Error('Database unavailable'); - } -} - -function createWorkflowSystemPrompt(toolsData: any): string { - const toolsList = toolsData.tools.map((tool: any) => ({ - name: tool.name, - description: tool.description, - domains: tool.domains, - phases: tool.phases, - domainAgnostic: tool['domain-agnostic-software'], - platforms: tool.platforms, - skillLevel: tool.skillLevel, - license: tool.license, - tags: tool.tags, - related_concepts: tool.related_concepts || [] - })); - - const conceptsList = toolsData.concepts.map((concept: any) => ({ - name: concept.name, - description: concept.description, - domains: concept.domains, - phases: concept.phases, - skillLevel: concept.skillLevel, - tags: concept.tags - })); - - const regularPhases = toolsData.phases || []; - - const domainAgnosticSoftware = toolsData['domain-agnostic-software'] || []; - - const allPhaseItems = [ - ...regularPhases, - ...domainAgnosticSoftware - ]; - - const phasesDescription = allPhaseItems.map((phase: any) => - `- ${phase.id}: ${phase.name}` - ).join('\n'); - - const domainsDescription = toolsData.domains.map((domain: any) => - `- ${domain.id}: ${domain.name}` - ).join('\n'); - - const phaseDescriptions = regularPhases.map((phase: any) => - `- ${phase.name}: ${phase.description || 'Tools/Methods for this phase'}` - ).join('\n'); - - const domainAgnosticDescriptions = domainAgnosticSoftware.map((section: any) => - `- ${section.name}: ${section.description || 'Cross-cutting software and platforms'}` - ).join('\n'); - - const validPhases = [ - ...regularPhases.map((p: any) => p.id), - ...domainAgnosticSoftware.map((s: any) => s.id) - ].join('|'); - - return `Du bist ein DFIR (Digital Forensics and Incident Response) Experte, der Ermittlern bei der Auswahl von Software und Methoden hilft. - -VERFÜGBARE TOOLS/METHODEN: -${JSON.stringify(toolsList, null, 2)} - -VERFÜGBARE HINTERGRUNDWISSEN-KONZEPTE: -${JSON.stringify(conceptsList, null, 2)} - -UNTERSUCHUNGSPHASEN (NIST Framework): -${phasesDescription} - -FORENSISCHE DOMÄNEN: -${domainsDescription} - -WICHTIGE REGELN: -1. Pro Phase 2-3 Tools/Methoden empfehlen (immer mindestens 2 wenn verfügbar) -2. Tools/Methoden können in MEHREREN Phasen empfohlen werden wenn sinnvoll - versuche ein Tool/Methode für jede Phase zu empfehlen, selbst wenn die Priorität "low" ist. -3. Für Reporting-Phase: Visualisierungs- und Dokumentationssoftware einschließen -4. Gib stets dem spezieller für den Fall geeigneten Werkzeug den Vorzug. -5. Deutsche Antworten für deutsche Anfragen, English for English queries -6. Methoden haben, sofern für das SZENARIO passend, IMMER Vorrang vor Software. -7. Bevorzuge alles, was nicht proprietär ist (license != "Proprietary"), aber erkenne an, wenn proprietäre Software besser geeignet ist. -8. WICHTIG: Erwähne relevante Hintergrundwissen-Konzepte wenn Tools verwendet werden, die related_concepts haben -9. Konzepte sind NICHT Tools - empfehle sie nicht als actionable Schritte, sondern als Wissensbasis - -ENHANCED CONTEXTUAL ANALYSIS: -10. Analysiere das Szenario detailliert und identifiziere Schlüsselelemente, Bedrohungen und forensische Herausforderungen -11. Entwickle einen strategischen Untersuchungsansatz basierend auf dem spezifischen Szenario -12. Identifiziere zeitkritische oder besonders wichtige Faktoren für diesen Fall - -SOFTWARE/METHODEN-AUSWAHL NACH PHASE: -${phaseDescriptions} - -DOMÄNENAGNOSTISCHE SOFTWARE/METHODEN: -${domainAgnosticDescriptions} - -ANTWORT-FORMAT (strict JSON): -{ - "scenario_analysis": "Detaillierte Analyse des Szenarios: Erkannte Schlüsselelemente, Art des Vorfalls, betroffene Systeme, potentielle Bedrohungen und forensische Herausforderungen", - "investigation_approach": "Strategischer Untersuchungsansatz für dieses spezifische Szenario: Prioritäten, Reihenfolge der Phasen, besondere Überlegungen", - "critical_considerations": "Zeitkritische Faktoren, wichtige Sicherheitsaspekte oder besondere Vorsichtsmaßnahmen für diesen Fall", - "recommended_tools": [ - { - "name": "EXAKTER Name aus der Tools-Database", - "priority": "high|medium|low", - "phase": "${validPhases}", - "justification": "Warum diese Methode für diese Phase und dieses spezifische Szenario geeignet ist - mit Bezug zu den erkannten Schlüsselelementen" - } - ], - "workflow_suggestion": "Vorgeschlagener Untersuchungsablauf mit konkreten Schritten für dieses Szenario", - "background_knowledge": [ - { - "concept_name": "EXAKTER Name aus der Konzepte-Database", - "relevance": "Warum dieses Konzept für das Szenario relevant ist, und bei welchen der empfohlenen Methoden/Tools." - } - ], - "additional_notes": "Wichtige Überlegungen und Hinweise" -} - -Antworte NUR mit validen JSON. Keine zusätzlichen Erklärungen außerhalb des JSON.`; -} - -function createToolSystemPrompt(toolsData: any): string { - const toolsList = toolsData.tools.map((tool: any) => ({ - name: tool.name, - description: tool.description, - domains: tool.domains, - phases: tool.phases, - platforms: tool.platforms, - skillLevel: tool.skillLevel, - license: tool.license, - tags: tool.tags, - url: tool.url, - projectUrl: tool.projectUrl, - related_concepts: tool.related_concepts || [] - })); - - const conceptsList = toolsData.concepts.map((concept: any) => ({ - name: concept.name, - description: concept.description, - domains: concept.domains, - phases: concept.phases, - skillLevel: concept.skillLevel, - tags: concept.tags - })); - - return `Du bist ein DFIR (Digital Forensics and Incident Response) Experte, der bei der Auswahl spezifischer Software/Methoden für konkrete Probleme hilft. - -VERFÜGBARE TOOLS/METHODEN: -${JSON.stringify(toolsList, null, 2)} - -VERFÜGBARE HINTERGRUNDWISSEN-KONZEPTE: -${JSON.stringify(conceptsList, null, 2)} - -WICHTIGE REGELN: -1. Analysiere das spezifische Problem/die Anforderung sorgfältig -2. Empfehle 1-3 Methoden/Tools, sortiert nach Eignung (beste Empfehlung zuerst) -3. Gib detaillierte Erklärungen, WARUM und WIE jede Methode/Tool das Problem löst -4. Berücksichtige praktische Aspekte: Skill Level, Plattformen, Verfügbarkeit -5. Deutsche Antworten für deutsche Anfragen, English for English queries -6. Gib konkrete Anwendungshinweise, nicht nur allgemeine Beschreibungen - Methoden haben, sofern für das SZENARIO passend, IMMER Vorrang vor Software. -7. Erwähne sowohl Stärken als auch Schwächen/Limitationen -8. Schlage alternative Ansätze vor, wenn sinnvoll -9. Gib grundsätzliche Hinweise, WIE die Methode/Tool konkret eingesetzt wird -10. WICHTIG: Erwähne relevante Hintergrundwissen-Konzepte wenn Tools verwendet werden, die related_concepts haben -11. Konzepte sind NICHT Tools - empfehle sie nicht als actionable Schritte, sondern als Wissensbasis - -ENHANCED CONTEXTUAL ANALYSIS: -12. Analysiere das Problem detailliert und identifiziere technische Anforderungen, Herausforderungen und Erfolgsfaktoren -13. Entwickle einen strategischen Lösungsansatz basierend auf dem spezifischen Problem -14. Identifiziere wichtige Voraussetzungen oder Warnungen für die Anwendung - -ANTWORT-FORMAT (strict JSON): -{ - "problem_analysis": "Detaillierte Analyse des Problems: Erkannte technische Anforderungen, Herausforderungen, benötigte Fähigkeiten und Erfolgsfaktoren", - "investigation_approach": "Strategischer Lösungsansatz für dieses spezifische Problem: Herangehensweise, Prioritäten, optimale Anwendungsreihenfolge", - "critical_considerations": "Wichtige Voraussetzungen, potentielle Fallstricke oder Warnungen für die Anwendung der empfohlenen Lösungen", - "recommended_tools": [ - { - "name": "EXAKTER Name aus der Tools-Database", - "rank": 1, - "suitability_score": "high|medium|low", - "detailed_explanation": "Detaillierte Erklärung, warum dieses Tool/diese Methode das spezifische Problem löst - mit Bezug zu den erkannten Anforderungen", - "implementation_approach": "Konkrete Schritte/Ansatz zur Anwendung für dieses spezifische Problem", - "pros": ["Spezifische Vorteile für diesen Anwendungsfall", "Weitere Vorteile"], - "cons": ["Potentielle Nachteile oder Limitationen", "Weitere Einschränkungen"], - "alternatives": "Alternative Ansätze oder ergänzende Tools/Methoden, falls relevant" - } - ], - "background_knowledge": [ - { - "concept_name": "EXAKTER Name aus der Konzepte-Database", - "relevance": "Warum dieses Konzept für die empfohlenen Tools/das Problem relevant ist, und für welche der empfohlenen Methoden/Tools." - } - ], - "additional_considerations": "Wichtige Überlegungen, Voraussetzungen oder Warnungen" -} - -Antworte NUR mit validen JSON. Keine zusätzlichen Erklärungen außerhalb des JSON.`; -} - export const POST: APIRoute = async ({ request }) => { try { const authResult = await withAPIAuth(request, 'ai'); @@ -287,7 +68,6 @@ export const POST: APIRoute = async ({ request }) => { const body = await request.json(); const { query, mode = 'workflow', taskId: clientTaskId } = body; - // ADD THIS DEBUG LOGGING console.log(`[AI API] Received request - TaskId: ${clientTaskId}, Mode: ${mode}, Query length: ${query?.length || 0}`); if (!query || typeof query !== 'string') { @@ -306,128 +86,31 @@ export const POST: APIRoute = async ({ request }) => { return apiError.badRequest('Invalid input detected'); } - const toolsData = await loadToolsDatabase(); - - const systemPrompt = mode === 'workflow' - ? createWorkflowSystemPrompt(toolsData) - : createToolSystemPrompt(toolsData); - const taskId = clientTaskId || `ai_${userId}_${Date.now()}_${Math.random().toString(36).substr(2, 6)}`; console.log(`[AI API] About to enqueue task ${taskId}`); - - const aiResponse = await enqueueApiCall(() => - fetch(process.env.AI_API_ENDPOINT + '/v1/chat/completions', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - 'Authorization': `Bearer ${process.env.AI_API_KEY}` - }, - body: JSON.stringify({ - model: AI_MODEL, - messages: [ - { - role: 'system', - content: systemPrompt - }, - { - role: 'user', - content: sanitizedQuery - } - ], - max_tokens: 3500, - temperature: 0.3 - }) - }) + // Use the new AI pipeline instead of direct API calls + const result = await enqueueApiCall(() => + aiPipeline.processQuery(sanitizedQuery, mode) , taskId); - if (!aiResponse.ok) { - console.error('AI API error:', await aiResponse.text()); - return apiServerError.unavailable('AI service unavailable'); + if (!result || !result.recommendation) { + return apiServerError.unavailable('No response from AI pipeline'); } - const aiData = await aiResponse.json(); - const aiContent = aiData.choices?.[0]?.message?.content; - - if (!aiContent) { - return apiServerError.unavailable('No response from AI'); - } - - let recommendation; - try { - const cleanedContent = stripMarkdownJson(aiContent); - recommendation = JSON.parse(cleanedContent); - } catch (error) { - console.error('Failed to parse AI response:', aiContent); - return apiServerError.unavailable('Invalid AI response format'); - } - - const validToolNames = new Set(toolsData.tools.map((t: any) => t.name)); - const validConceptNames = new Set(toolsData.concepts.map((c: any) => c.name)); - - let validatedRecommendation; - - if (mode === 'workflow') { - validatedRecommendation = { - ...recommendation, - // Ensure all new fields are included with fallbacks - scenario_analysis: recommendation.scenario_analysis || recommendation.problem_analysis || '', - investigation_approach: recommendation.investigation_approach || '', - critical_considerations: recommendation.critical_considerations || '', - recommended_tools: recommendation.recommended_tools?.filter((tool: any) => { - if (!validToolNames.has(tool.name)) { - console.warn(`AI recommended unknown tool: ${tool.name}`); - return false; - } - return true; - }) || [], - background_knowledge: recommendation.background_knowledge?.filter((concept: any) => { - if (!validConceptNames.has(concept.concept_name)) { - console.warn(`AI referenced unknown concept: ${concept.concept_name}`); - return false; - } - return true; - }) || [] - }; - } else { - validatedRecommendation = { - ...recommendation, - // Ensure all new fields are included with fallbacks - problem_analysis: recommendation.problem_analysis || recommendation.scenario_analysis || '', - investigation_approach: recommendation.investigation_approach || '', - critical_considerations: recommendation.critical_considerations || '', - recommended_tools: recommendation.recommended_tools?.filter((tool: any) => { - if (!validToolNames.has(tool.name)) { - console.warn(`AI recommended unknown tool: ${tool.name}`); - return false; - } - return true; - }).map((tool: any, index: number) => ({ - ...tool, - rank: tool.rank || (index + 1), - suitability_score: tool.suitability_score || 'medium', - pros: Array.isArray(tool.pros) ? tool.pros : [], - cons: Array.isArray(tool.cons) ? tool.cons : [] - })) || [], - background_knowledge: recommendation.background_knowledge?.filter((concept: any) => { - if (!validConceptNames.has(concept.concept_name)) { - console.warn(`AI referenced unknown concept: ${concept.concept_name}`); - return false; - } - return true; - }) || [] - }; - } - - console.log(`[AI Query] Mode: ${mode}, User: ${userId}, Query length: ${sanitizedQuery.length}, Tools: ${validatedRecommendation.recommended_tools.length}, Concepts: ${validatedRecommendation.background_knowledge?.length || 0}`); + // Add processing statistics to the response for debugging/monitoring + console.log(`[AI Query] Mode: ${mode}, User: ${userId}, Query length: ${sanitizedQuery.length}`); + console.log(`[AI Query] Processing stats:`, result.processingStats); + console.log(`[AI Query] Tools: ${result.recommendation.recommended_tools?.length || 0}, Concepts: ${result.recommendation.background_knowledge?.length || 0}`); return new Response(JSON.stringify({ success: true, mode, taskId, - recommendation: validatedRecommendation, - query: sanitizedQuery + recommendation: result.recommendation, + query: sanitizedQuery, + processingStats: result.processingStats // Include stats for monitoring }), { status: 200, headers: { 'Content-Type': 'application/json' } @@ -435,6 +118,16 @@ export const POST: APIRoute = async ({ request }) => { } catch (error) { console.error('AI query error:', error); - return apiServerError.internal('Internal server error'); + + // Provide more specific error messages based on error type + if (error.message.includes('embeddings')) { + return apiServerError.unavailable('Embeddings service error - falling back to basic processing'); + } else if (error.message.includes('selector')) { + return apiServerError.unavailable('AI selector service error'); + } else if (error.message.includes('analyzer')) { + return apiServerError.unavailable('AI analyzer service error'); + } else { + return apiServerError.internal('Internal server error'); + } } }; \ No newline at end of file diff --git a/src/utils/aiPipeline.ts b/src/utils/aiPipeline.ts new file mode 100644 index 0000000..b70892f --- /dev/null +++ b/src/utils/aiPipeline.ts @@ -0,0 +1,521 @@ +// src/utils/aiPipeline.ts +import { getCompressedToolsDataForAI } from './dataService.js'; +import { embeddingsService, type EmbeddingData } from './embeddings.js'; + +interface AIConfig { + endpoint: string; + apiKey: string; + model: string; +} + +interface SelectionResult { + selectedTools: string[]; + selectedConcepts: string[]; + reasoning: string; +} + +interface AnalysisResult { + recommendation: any; + processingStats: { + embeddingsUsed: boolean; + candidatesFromEmbeddings: number; + finalSelectedItems: number; + processingTimeMs: number; + }; +} + +class AIProcessingPipeline { + private selectorConfig: AIConfig; + private analyzerConfig: AIConfig; + private maxSelectedItems: number; + private embeddingCandidates: number; + private similarityThreshold: number; + + constructor() { + this.selectorConfig = { + endpoint: this.getEnv('AI_SELECTOR_ENDPOINT'), + apiKey: this.getEnv('AI_SELECTOR_API_KEY'), + model: this.getEnv('AI_SELECTOR_MODEL') + }; + + this.analyzerConfig = { + endpoint: this.getEnv('AI_ANALYZER_ENDPOINT'), + apiKey: this.getEnv('AI_ANALYZER_API_KEY'), + model: this.getEnv('AI_ANALYZER_MODEL') + }; + + this.maxSelectedItems = parseInt(process.env.AI_MAX_SELECTED_ITEMS || '15', 10); + this.embeddingCandidates = parseInt(process.env.AI_EMBEDDING_CANDIDATES || '30', 10); + this.similarityThreshold = parseFloat(process.env.AI_SIMILARITY_THRESHOLD || '0.3'); + } + + private getEnv(key: string): string { + const value = process.env[key]; + if (!value) { + throw new Error(`Missing environment variable: ${key}`); + } + return value; + } + + private async callAI(config: AIConfig, messages: any[], maxTokens: number = 1000): Promise { + const response = await fetch(`${config.endpoint}/v1/chat/completions`, { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + 'Authorization': `Bearer ${config.apiKey}` + }, + body: JSON.stringify({ + model: config.model, + messages, + max_tokens: maxTokens, + temperature: 0.3 + }) + }); + + if (!response.ok) { + const errorText = await response.text(); + throw new Error(`AI API error (${config.model}): ${response.status} - ${errorText}`); + } + + const data = await response.json(); + const content = data.choices?.[0]?.message?.content; + + if (!content) { + throw new Error(`No response from AI model: ${config.model}`); + } + + return content; + } + + private createSelectorPrompt(toolsData: any, userQuery: string, mode: string): string { + const toolsList = toolsData.tools.map((tool: any) => ({ + name: tool.name, + type: tool.type, + description: tool.description.slice(0, 200) + '...', + domains: tool.domains, + phases: tool.phases, + tags: tool.tags?.slice(0, 5) || [], + skillLevel: tool.skillLevel + })); + + const conceptsList = toolsData.concepts.map((concept: any) => ({ + name: concept.name, + type: 'concept', + description: concept.description.slice(0, 200) + '...', + domains: concept.domains, + phases: concept.phases, + tags: concept.tags?.slice(0, 5) || [] + })); + + const modeInstruction = mode === 'workflow' + ? 'The user wants a COMPREHENSIVE WORKFLOW with multiple tools/methods across different phases.' + : 'The user wants SPECIFIC TOOLS/METHODS that directly solve their particular problem.'; + + return `You are a DFIR expert tasked with selecting the most relevant tools and concepts for a user query. + +${modeInstruction} + +AVAILABLE TOOLS: +${JSON.stringify(toolsList, null, 2)} + +AVAILABLE CONCEPTS: +${JSON.stringify(conceptsList, null, 2)} + +USER QUERY: "${userQuery}" + +Select the most relevant items (max ${this.maxSelectedItems} total). For workflow mode, prioritize breadth across phases. For tool mode, prioritize specificity and direct relevance. + +Respond with ONLY this JSON format: +{ + "selectedTools": ["Tool Name 1", "Tool Name 2", ...], + "selectedConcepts": ["Concept Name 1", "Concept Name 2", ...], + "reasoning": "Brief explanation of selection criteria and approach" +}`; + } + + private async selectRelevantItems(toolsData: any, userQuery: string, mode: string): Promise { + const prompt = this.createSelectorPrompt(toolsData, userQuery, mode); + + const messages = [ + { role: 'user', content: prompt } + ]; + + const response = await this.callAI(this.selectorConfig, messages, 1500); + + try { + const cleaned = response.replace(/^```json\s*/i, '').replace(/\s*```\s*$/g, '').trim(); + const result = JSON.parse(cleaned); + + // Validate the structure + if (!Array.isArray(result.selectedTools) || !Array.isArray(result.selectedConcepts)) { + throw new Error('Invalid selection result structure'); + } + + // Limit selections + const totalSelected = result.selectedTools.length + result.selectedConcepts.length; + if (totalSelected > this.maxSelectedItems) { + console.warn(`[AI PIPELINE] Selection exceeded limit (${totalSelected}), truncating`); + result.selectedTools = result.selectedTools.slice(0, Math.floor(this.maxSelectedItems * 0.8)); + result.selectedConcepts = result.selectedConcepts.slice(0, Math.ceil(this.maxSelectedItems * 0.2)); + } + + return result; + } catch (error) { + console.error('[AI PIPELINE] Failed to parse selector response:', response); + throw new Error('Invalid JSON response from selector AI'); + } + } + + private filterDataBySelection(toolsData: any, selection: SelectionResult): any { + const selectedToolNames = new Set(selection.selectedTools); + const selectedConceptNames = new Set(selection.selectedConcepts); + + return { + tools: toolsData.tools.filter((tool: any) => selectedToolNames.has(tool.name)), + concepts: toolsData.concepts.filter((concept: any) => selectedConceptNames.has(concept.name)), + domains: toolsData.domains, + phases: toolsData.phases, + 'domain-agnostic-software': toolsData['domain-agnostic-software'] + }; + } + + private async processWithEmbeddings(userQuery: string, toolsData: any, mode: string): Promise<{ filteredData: any; stats: any }> { + console.log('[AI PIPELINE] Using embeddings for initial filtering'); + + const similarItems = await embeddingsService.findSimilar( + userQuery, + this.embeddingCandidates, + this.similarityThreshold + ); + + if (similarItems.length === 0) { + console.log('[AI PIPELINE] No similar items found with embeddings, using full dataset'); + return { + filteredData: toolsData, + stats: { embeddingsUsed: true, candidatesFromEmbeddings: 0, fallbackToFull: true } + }; + } + + // Create filtered dataset from embedding results + const similarToolNames = new Set(); + const similarConceptNames = new Set(); + + similarItems.forEach(item => { + if (item.type === 'tool') { + similarToolNames.add(item.name); + } else if (item.type === 'concept') { + similarConceptNames.add(item.name); + } + }); + + const embeddingFilteredData = { + tools: toolsData.tools.filter((tool: any) => similarToolNames.has(tool.name)), + concepts: toolsData.concepts.filter((concept: any) => similarConceptNames.has(concept.name)), + domains: toolsData.domains, + phases: toolsData.phases, + 'domain-agnostic-software': toolsData['domain-agnostic-software'] + }; + + console.log(`[AI PIPELINE] Embeddings filtered to ${embeddingFilteredData.tools.length} tools, ${embeddingFilteredData.concepts.length} concepts`); + + return { + filteredData: embeddingFilteredData, + stats: { embeddingsUsed: true, candidatesFromEmbeddings: similarItems.length } + }; + } + + private async processWithoutEmbeddings(userQuery: string, toolsData: any, mode: string): Promise<{ filteredData: any; stats: any }> { + console.log('[AI PIPELINE] Processing without embeddings - using selector AI'); + + const selection = await this.selectRelevantItems(toolsData, userQuery, mode); + const filteredData = this.filterDataBySelection(toolsData, selection); + + console.log(`[AI PIPELINE] Selector chose ${selection.selectedTools.length} tools, ${selection.selectedConcepts.length} concepts`); + console.log(`[AI PIPELINE] Selection reasoning: ${selection.reasoning}`); + + return { + filteredData, + stats: { embeddingsUsed: false, candidatesFromEmbeddings: 0, selectorReasoning: selection.reasoning } + }; + } + + private createAnalyzerPrompt(filteredData: any, userQuery: string, mode: string): string { + // Use existing prompt creation logic but with filtered data + if (mode === 'workflow') { + return this.createWorkflowAnalyzerPrompt(filteredData, userQuery); + } else { + return this.createToolAnalyzerPrompt(filteredData, userQuery); + } + } + + private createWorkflowAnalyzerPrompt(toolsData: any, userQuery: string): string { + const toolsList = toolsData.tools.map((tool: any) => ({ + name: tool.name, + description: tool.description, + domains: tool.domains, + phases: tool.phases, + domainAgnostic: tool['domain-agnostic-software'], + platforms: tool.platforms, + skillLevel: tool.skillLevel, + license: tool.license, + tags: tool.tags, + related_concepts: tool.related_concepts || [] + })); + + const conceptsList = toolsData.concepts.map((concept: any) => ({ + name: concept.name, + description: concept.description, + domains: concept.domains, + phases: concept.phases, + skillLevel: concept.skillLevel, + tags: concept.tags + })); + + const regularPhases = toolsData.phases || []; + const domainAgnosticSoftware = toolsData['domain-agnostic-software'] || []; + const allPhaseItems = [...regularPhases, ...domainAgnosticSoftware]; + + const phasesDescription = allPhaseItems.map((phase: any) => + `- ${phase.id}: ${phase.name}` + ).join('\n'); + + const domainsDescription = toolsData.domains.map((domain: any) => + `- ${domain.id}: ${domain.name}` + ).join('\n'); + + const validPhases = [...regularPhases.map((p: any) => p.id), ...domainAgnosticSoftware.map((s: any) => s.id)].join('|'); + + return `Du bist ein DFIR (Digital Forensics and Incident Response) Experte. Du erhältst eine vorgefilterte Auswahl relevanter Tools und Konzepte und sollst daraus eine optimale Empfehlung erstellen. + +VERFÜGBARE TOOLS/METHODEN (VORGEFILTERT): +${JSON.stringify(toolsList, null, 2)} + +VERFÜGBARE KONZEPTE (VORGEFILTERT): +${JSON.stringify(conceptsList, null, 2)} + +UNTERSUCHUNGSPHASEN: +${phasesDescription} + +FORENSISCHE DOMÄNEN: +${domainsDescription} + +WICHTIGE REGELN: +1. Pro Phase 2-3 Tools/Methoden empfehlen (immer mindestens 2 wenn verfügbar) +2. Tools/Methoden können in MEHREREN Phasen empfohlen werden wenn sinnvoll +3. Für Reporting-Phase: Visualisierungs- und Dokumentationssoftware einschließen +4. Gib stets dem spezieller für den Fall geeigneten Werkzeug den Vorzug +5. Deutsche Antworten für deutsche Anfragen, English for English queries +6. Methoden haben, sofern für das SZENARIO passend, IMMER Vorrang vor Software +7. Bevorzuge alles, was nicht proprietär ist (license != "Proprietary"), aber erkenne an, wenn proprietäre Software besser geeignet ist +8. WICHTIG: Erwähne relevante Hintergrundwissen-Konzepte wenn Tools verwendet werden, die related_concepts haben +9. Konzepte sind NICHT Tools - empfehle sie nicht als actionable Schritte, sondern als Wissensbasis + +ENHANCED CONTEXTUAL ANALYSIS: +10. Analysiere das Szenario detailliert und identifiziere Schlüsselelemente, Bedrohungen und forensische Herausforderungen +11. Entwickle einen strategischen Untersuchungsansatz basierend auf dem spezifischen Szenario +12. Identifiziere zeitkritische oder besonders wichtige Faktoren für diesen Fall + +USER QUERY: "${userQuery}" + +ANTWORT-FORMAT (strict JSON): +{ + "scenario_analysis": "Detaillierte Analyse des Szenarios: Erkannte Schlüsselelemente, Art des Vorfalls, betroffene Systeme, potentielle Bedrohungen und forensische Herausforderungen", + "investigation_approach": "Strategischer Untersuchungsansatz für dieses spezifische Szenario: Prioritäten, Reihenfolge der Phasen, besondere Überlegungen", + "critical_considerations": "Zeitkritische Faktoren, wichtige Sicherheitsaspekte oder besondere Vorsichtsmaßnahmen für diesen Fall", + "recommended_tools": [ + { + "name": "EXAKTER Name aus der Tools-Database", + "priority": "high|medium|low", + "phase": "${validPhases}", + "justification": "Warum diese Methode für diese Phase und dieses spezifische Szenario geeignet ist - mit Bezug zu den erkannten Schlüsselelementen" + } + ], + "workflow_suggestion": "Vorgeschlagener Untersuchungsablauf mit konkreten Schritten für dieses Szenario", + "background_knowledge": [ + { + "concept_name": "EXAKTER Name aus der Konzepte-Database", + "relevance": "Warum dieses Konzept für das Szenario relevant ist, und bei welchen der empfohlenen Methoden/Tools." + } + ], + "additional_notes": "Wichtige Überlegungen und Hinweise" +} + +Antworte NUR mit validen JSON. Keine zusätzlichen Erklärungen außerhalb des JSON.`; + } + + private createToolAnalyzerPrompt(toolsData: any, userQuery: string): string { + const toolsList = toolsData.tools.map((tool: any) => ({ + name: tool.name, + description: tool.description, + domains: tool.domains, + phases: tool.phases, + platforms: tool.platforms, + skillLevel: tool.skillLevel, + license: tool.license, + tags: tool.tags, + url: tool.url, + projectUrl: tool.projectUrl, + related_concepts: tool.related_concepts || [] + })); + + const conceptsList = toolsData.concepts.map((concept: any) => ({ + name: concept.name, + description: concept.description, + domains: concept.domains, + phases: concept.phases, + skillLevel: concept.skillLevel, + tags: concept.tags + })); + + return `Du bist ein DFIR (Digital Forensics and Incident Response) Experte. Du erhältst eine vorgefilterte Auswahl relevanter Tools und Konzepte und sollst daraus 1-3 optimale Empfehlungen für ein spezifisches Problem erstellen. + +VERFÜGBARE TOOLS/METHODEN (VORGEFILTERT): +${JSON.stringify(toolsList, null, 2)} + +VERFÜGBARE KONZEPTE (VORGEFILTERT): +${JSON.stringify(conceptsList, null, 2)} + +WICHTIGE REGELN: +1. Analysiere das spezifische Problem/die Anforderung sorgfältig +2. Empfehle 1-3 Methoden/Tools, sortiert nach Eignung (beste Empfehlung zuerst) +3. Gib detaillierte Erklärungen, WARUM und WIE jede Methode/Tool das Problem löst +4. Berücksichtige praktische Aspekte: Skill Level, Plattformen, Verfügbarkeit +5. Deutsche Antworten für deutsche Anfragen, English for English queries +6. Gib konkrete Anwendungshinweise, nicht nur allgemeine Beschreibungen +7. Methoden haben, sofern für das SZENARIO passend, IMMER Vorrang vor Software +8. Erwähne sowohl Stärken als auch Schwächen/Limitationen +9. Schlage alternative Ansätze vor, wenn sinnvoll +10. Gib grundsätzliche Hinweise, WIE die Methode/Tool konkret eingesetzt wird +11. WICHTIG: Erwähne relevante Hintergrundwissen-Konzepte wenn Tools verwendet werden, die related_concepts haben +12. Konzepte sind NICHT Tools - empfehle sie nicht als actionable Schritte, sondern als Wissensbasis + +ENHANCED CONTEXTUAL ANALYSIS: +13. Analysiere das Problem detailliert und identifiziere technische Anforderungen, Herausforderungen und Erfolgsfaktoren +14. Entwickle einen strategischen Lösungsansatz basierend auf dem spezifischen Problem +15. Identifiziere wichtige Voraussetzungen oder Warnungen für die Anwendung + +USER QUERY: "${userQuery}" + +ANTWORT-FORMAT (strict JSON): +{ + "problem_analysis": "Detaillierte Analyse des Problems: Erkannte technische Anforderungen, Herausforderungen, benötigte Fähigkeiten und Erfolgsfaktoren", + "investigation_approach": "Strategischer Lösungsansatz für dieses spezifische Problem: Herangehensweise, Prioritäten, optimale Anwendungsreihenfolge", + "critical_considerations": "Wichtige Voraussetzungen, potentielle Fallstricke oder Warnungen für die Anwendung der empfohlenen Lösungen", + "recommended_tools": [ + { + "name": "EXAKTER Name aus der Tools-Database", + "rank": 1, + "suitability_score": "high|medium|low", + "detailed_explanation": "Detaillierte Erklärung, warum dieses Tool/diese Methode das spezifische Problem löst - mit Bezug zu den erkannten Anforderungen", + "implementation_approach": "Konkrete Schritte/Ansatz zur Anwendung für dieses spezifische Problem", + "pros": ["Spezifische Vorteile für diesen Anwendungsfall", "Weitere Vorteile"], + "cons": ["Potentielle Nachteile oder Limitationen", "Weitere Einschränkungen"], + "alternatives": "Alternative Ansätze oder ergänzende Tools/Methoden, falls relevant" + } + ], + "background_knowledge": [ + { + "concept_name": "EXAKTER Name aus der Konzepte-Database", + "relevance": "Warum dieses Konzept für die empfohlenen Tools/das Problem relevant ist, und für welche der empfohlenen Methoden/Tools." + } + ], + "additional_considerations": "Wichtige Überlegungen, Voraussetzungen oder Warnungen" +} + +Antworte NUR mit validen JSON. Keine zusätzlichen Erklärungen außerhalb des JSON.`; + } + + async processQuery(userQuery: string, mode: string): Promise { + const startTime = Date.now(); + console.log(`[AI PIPELINE] Starting ${mode} query processing`); + + try { + // Load full dataset + const toolsData = await getCompressedToolsDataForAI(); + + let filteredData: any; + let processingStats: any = { + embeddingsUsed: false, + candidatesFromEmbeddings: 0, + finalSelectedItems: 0, + processingTimeMs: 0 + }; + + // Stage 1: Filter candidates (embeddings or selector AI) + if (embeddingsService.isEnabled()) { + const result = await this.processWithEmbeddings(userQuery, toolsData, mode); + filteredData = result.filteredData; + processingStats = { ...processingStats, ...result.stats }; + } else { + const result = await this.processWithoutEmbeddings(userQuery, toolsData, mode); + filteredData = result.filteredData; + processingStats = { ...processingStats, ...result.stats }; + } + + // Stage 2: Generate detailed analysis with analyzer AI + console.log('[AI PIPELINE] Stage 2: Generating detailed analysis'); + const analyzerPrompt = this.createAnalyzerPrompt(filteredData, userQuery, mode); + + const messages = [ + { role: 'user', content: analyzerPrompt } + ]; + + const analysisResponse = await this.callAI(this.analyzerConfig, messages, 3500); + + // Parse the response + let recommendation; + try { + const cleanedContent = analysisResponse.replace(/^```json\s*/i, '').replace(/\s*```\s*$/g, '').trim(); + recommendation = JSON.parse(cleanedContent); + } catch (error) { + console.error('[AI PIPELINE] Failed to parse analysis response:', analysisResponse); + throw new Error('Invalid JSON response from analyzer AI'); + } + + // Validate tool/concept names exist in filtered data + const validToolNames = new Set(filteredData.tools.map((t: any) => t.name)); + const validConceptNames = new Set(filteredData.concepts.map((c: any) => c.name)); + + if (recommendation.recommended_tools) { + recommendation.recommended_tools = recommendation.recommended_tools.filter((tool: any) => { + if (!validToolNames.has(tool.name)) { + console.warn(`[AI PIPELINE] Analyzer recommended unknown tool: ${tool.name}`); + return false; + } + return true; + }); + } + + if (recommendation.background_knowledge) { + recommendation.background_knowledge = recommendation.background_knowledge.filter((concept: any) => { + if (!validConceptNames.has(concept.concept_name)) { + console.warn(`[AI PIPELINE] Analyzer referenced unknown concept: ${concept.concept_name}`); + return false; + } + return true; + }); + } + + processingStats.finalSelectedItems = (recommendation.recommended_tools?.length || 0) + + (recommendation.background_knowledge?.length || 0); + processingStats.processingTimeMs = Date.now() - startTime; + + console.log(`[AI PIPELINE] Completed in ${processingStats.processingTimeMs}ms`); + console.log(`[AI PIPELINE] Final recommendations: ${recommendation.recommended_tools?.length || 0} tools, ${recommendation.background_knowledge?.length || 0} concepts`); + + return { + recommendation, + processingStats + }; + + } catch (error) { + console.error('[AI PIPELINE] Processing failed:', error); + throw error; + } + } +} + +// Global instance +const aiPipeline = new AIProcessingPipeline(); + +export { aiPipeline, type AnalysisResult }; \ No newline at end of file diff --git a/src/utils/dataService.ts b/src/utils/dataService.ts index d19059a..8f87339 100644 --- a/src/utils/dataService.ts +++ b/src/utils/dataService.ts @@ -21,7 +21,7 @@ const ToolSchema = z.object({ accessType: z.string().optional().nullable(), 'domain-agnostic-software': z.array(z.string()).optional().nullable(), related_concepts: z.array(z.string()).optional().nullable().default([]), - related_software: z.array(z.string()).optional().nullable().default([]), // Added this line + related_software: z.array(z.string()).optional().nullable().default([]), }); const ToolsDataSchema = z.object({ @@ -67,6 +67,7 @@ let cachedData: ToolsData | null = null; let cachedRandomizedData: ToolsData | null = null; let cachedCompressedData: CompressedToolsData | null = null; let lastRandomizationDate: string | null = null; +let dataVersion: string | null = null; // Add version tracking for embeddings function seededRandom(seed: number): () => number { let x = Math.sin(seed) * 10000; @@ -91,6 +92,18 @@ function shuffleArray(array: T[], randomFn: () => number): T[] { return shuffled; } +// Generate a simple hash of the data for version tracking +function generateDataVersion(data: any): string { + const str = JSON.stringify(data, Object.keys(data).sort()); + let hash = 0; + for (let i = 0; i < str.length; i++) { + const char = str.charCodeAt(i); + hash = ((hash << 5) - hash) + char; + hash = hash & hash; // Convert to 32-bit integer + } + return Math.abs(hash).toString(36); +} + async function loadRawData(): Promise { if (!cachedData) { const yamlPath = path.join(process.cwd(), 'src/data/tools.yaml'); @@ -99,6 +112,11 @@ async function loadRawData(): Promise { try { cachedData = ToolsDataSchema.parse(rawData); + + // Generate data version for embeddings tracking + dataVersion = generateDataVersion(cachedData); + console.log(`[DATA SERVICE] Loaded data version: ${dataVersion}`); + } catch (error) { console.error('YAML validation failed:', error); throw new Error('Invalid tools.yaml structure'); @@ -124,6 +142,7 @@ export async function getToolsData(): Promise { lastRandomizationDate = today; + // Clear compressed cache when randomized data changes cachedCompressedData = null; } @@ -156,14 +175,23 @@ export async function getCompressedToolsDataForAI(): Promise { + if (!this.enabled) { + console.log('[EMBEDDINGS] Embeddings disabled, skipping initialization'); + return; + } + + try { + console.log('[EMBEDDINGS] Initializing embeddings system...'); + + // Create data directory if it doesn't exist + await fs.mkdir(path.dirname(this.embeddingsPath), { recursive: true }); + + const toolsData = await getCompressedToolsDataForAI(); + const currentDataHash = this.hashData(toolsData); + + // Try to load existing embeddings + const existingEmbeddings = await this.loadEmbeddings(); + + if (existingEmbeddings && existingEmbeddings.version === currentDataHash) { + console.log('[EMBEDDINGS] Using cached embeddings'); + this.embeddings = existingEmbeddings.embeddings; + } else { + console.log('[EMBEDDINGS] Generating new embeddings...'); + await this.generateEmbeddings(toolsData, currentDataHash); + } + + this.isInitialized = true; + console.log(`[EMBEDDINGS] Initialized with ${this.embeddings.length} embeddings`); + + } catch (error) { + console.error('[EMBEDDINGS] Failed to initialize:', error); + this.isInitialized = false; + } + } + + private hashData(data: any): string { + return Buffer.from(JSON.stringify(data)).toString('base64').slice(0, 32); + } + + private async loadEmbeddings(): Promise { + try { + const data = await fs.readFile(this.embeddingsPath, 'utf8'); + return JSON.parse(data); + } catch (error) { + console.log('[EMBEDDINGS] No existing embeddings found'); + return null; + } + } + + private async saveEmbeddings(version: string): Promise { + const database: EmbeddingsDatabase = { + version, + lastUpdated: Date.now(), + embeddings: this.embeddings + }; + + await fs.writeFile(this.embeddingsPath, JSON.stringify(database, null, 2)); + console.log(`[EMBEDDINGS] Saved ${this.embeddings.length} embeddings to disk`); + } + + private createContentString(item: any): string { + const parts = [ + item.name, + item.description || '', + ...(item.tags || []), + ...(item.domains || []), + ...(item.phases || []) + ]; + + return parts.filter(Boolean).join(' ').toLowerCase(); + } + + private async generateEmbeddingsBatch(contents: string[]): Promise { + const endpoint = process.env.AI_EMBEDDINGS_ENDPOINT; + const apiKey = process.env.AI_EMBEDDINGS_API_KEY; + const model = process.env.AI_EMBEDDINGS_MODEL; + + if (!endpoint || !apiKey || !model) { + throw new Error('Missing embeddings API configuration'); + } + + const response = await fetch(endpoint, { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + 'Authorization': `Bearer ${apiKey}` + }, + body: JSON.stringify({ + model, + input: contents + }) + }); + + if (!response.ok) { + const error = await response.text(); + throw new Error(`Embeddings API error: ${response.status} - ${error}`); + } + + const data = await response.json(); + return data.data.map((item: any) => item.embedding); + } + + private async generateEmbeddings(toolsData: any, version: string): Promise { + const allItems = [ + ...toolsData.tools.map((tool: any) => ({ ...tool, type: 'tool' })), + ...toolsData.concepts.map((concept: any) => ({ ...concept, type: 'concept' })) + ]; + + const contents = allItems.map(item => this.createContentString(item)); + this.embeddings = []; + + // Process in batches to respect rate limits + for (let i = 0; i < contents.length; i += this.batchSize) { + const batch = contents.slice(i, i + this.batchSize); + const batchItems = allItems.slice(i, i + this.batchSize); + + console.log(`[EMBEDDINGS] Processing batch ${Math.ceil((i + 1) / this.batchSize)} of ${Math.ceil(contents.length / this.batchSize)}`); + + try { + const embeddings = await this.generateEmbeddingsBatch(batch); + + embeddings.forEach((embedding, index) => { + const item = batchItems[index]; + this.embeddings.push({ + id: `${item.type}_${item.name.replace(/[^a-zA-Z0-9]/g, '_')}`, + type: item.type, + name: item.name, + content: batch[index], + embedding, + metadata: { + domains: item.domains, + phases: item.phases, + tags: item.tags, + skillLevel: item.skillLevel, + type: item.type + } + }); + }); + + // Rate limiting delay between batches + if (i + this.batchSize < contents.length) { + await new Promise(resolve => setTimeout(resolve, this.batchDelay)); + } + + } catch (error) { + console.error(`[EMBEDDINGS] Failed to process batch ${Math.ceil((i + 1) / this.batchSize)}:`, error); + throw error; + } + } + + await this.saveEmbeddings(version); + } + + private cosineSimilarity(a: number[], b: number[]): number { + let dotProduct = 0; + let normA = 0; + let normB = 0; + + for (let i = 0; i < a.length; i++) { + dotProduct += a[i] * b[i]; + normA += a[i] * a[i]; + normB += b[i] * b[i]; + } + + return dotProduct / (Math.sqrt(normA) * Math.sqrt(normB)); + } + + async findSimilar(query: string, maxResults: number = 30, threshold: number = 0.3): Promise { + if (!this.enabled || !this.isInitialized || this.embeddings.length === 0) { + return []; + } + + try { + // Generate embedding for query + const queryEmbeddings = await this.generateEmbeddingsBatch([query.toLowerCase()]); + const queryEmbedding = queryEmbeddings[0]; + + // Calculate similarities + const similarities = this.embeddings.map(item => ({ + ...item, + similarity: this.cosineSimilarity(queryEmbedding, item.embedding) + })); + + // Filter by threshold and sort by similarity + return similarities + .filter(item => item.similarity >= threshold) + .sort((a, b) => b.similarity - a.similarity) + .slice(0, maxResults); + + } catch (error) { + console.error('[EMBEDDINGS] Failed to find similar items:', error); + return []; + } + } + + isEnabled(): boolean { + return this.enabled && this.isInitialized; + } + + getStats(): { enabled: boolean; initialized: boolean; count: number } { + return { + enabled: this.enabled, + initialized: this.isInitialized, + count: this.embeddings.length + }; + } +} + +// Global instance +const embeddingsService = new EmbeddingsService(); + +export { embeddingsService, type EmbeddingData }; + +// Auto-initialize on import in server environment +if (typeof window === 'undefined' && process.env.NODE_ENV !== 'test') { + embeddingsService.initialize().catch(error => { + console.error('[EMBEDDINGS] Auto-initialization failed:', error); + }); +} \ No newline at end of file From c96aa70413fca32fd158dfafcc3e62416168685e Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Thu, 31 Jul 2025 19:09:37 +0200 Subject: [PATCH 03/10] small improvement AI result sanitazion --- .astro/data-store.json | 2 +- data/embeddings.json | 197478 +++++++++++------------ src/components/AIQueryInterface.astro | 84 +- 3 files changed, 98788 insertions(+), 98776 deletions(-) diff --git a/.astro/data-store.json b/.astro/data-store.json index c4d4215..e130ac5 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: ![Status](https://status.mikoshi.de/api/badge/33/status)\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,100,101,149,150,223,224,279,280,527,528],"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","regular-expressions-regex",{"id":100,"data":102,"body":116,"filePath":117,"digest":118,"rendered":119,"legacyId":148},{"title":103,"tool_name":104,"description":105,"last_updated":106,"author":16,"difficulty":17,"categories":107,"tags":109,"sections":115,"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,108],"fraud-investigation",[110,111,112,113,114],"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":120,"metadata":121},"\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":122,"localImagePaths":145,"remoteImagePaths":146,"frontmatter":102,"imagePaths":147},[123,124,125,128,131,134,137,138,139,142],{"depth":43,"slug":44,"text":45},{"depth":47,"slug":70,"text":71},{"depth":51,"slug":126,"text":127},"1-ip-adressen-extrahieren","1. IP-Adressen extrahieren",{"depth":51,"slug":129,"text":130},"2-e-mail-adressen-identifizieren","2. E-Mail-Adressen identifizieren",{"depth":51,"slug":132,"text":133},"3-hash-werte-erkennen-zb-sha-256","3. Hash-Werte erkennen (z. B. SHA-256)",{"depth":51,"slug":135,"text":136},"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":140,"text":141},"lookaheads-und-lookbehinds","Lookaheads und Lookbehinds",{"depth":51,"slug":143,"text":144},"regex-in-forensik-tools","Regex in Forensik-Tools",[],[],[],"regular-expressions-regex.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":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,157,158],"forensics","penetration-testing",[160,161,158,162,163,164],"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":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":43,"slug":44,"text":45},{"depth":47,"slug":48,"text":49},{"depth":51,"slug":176,"text":177},"option-1-live-system-usbdvd","Option 1: Live-System (USB/DVD)",{"depth":51,"slug":179,"text":180},"option-2-installation-auf-festplatte","Option 2: Installation auf Festplatte",{"depth":51,"slug":182,"text":183},"option-3-virtuelle-maschine-vm","Option 3: Virtuelle Maschine (VM)",{"depth":47,"slug":58,"text":59},{"depth":51,"slug":186,"text":187},"netzwerkeinstellungen","Netzwerkeinstellungen",{"depth":51,"slug":189,"text":190},"updates--paketquellen","Updates & Paketquellen",{"depth":51,"slug":192,"text":193},"sprache--lokalisierung","Sprache & Lokalisierung",{"depth":47,"slug":70,"text":71},{"depth":51,"slug":196,"text":197},"1-netzwerkscan-mit-nmap","1. Netzwerkscan mit Nmap",{"depth":51,"slug":199,"text":200},"2-passwort-cracking-mit-john-the-ripper","2. Passwort-Cracking mit John the Ripper",{"depth":51,"slug":202,"text":203},"3-forensik-mit-autopsy","3. Forensik mit Autopsy",{"depth":51,"slug":205,"text":206},"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":210,"text":211},"problem-keine-internetverbindung-nach-installation","Problem: Keine Internetverbindung nach Installation",{"depth":51,"slug":213,"text":214},"problem-tools-fehlen-nach-update","Problem: Tools fehlen nach Update",{"depth":51,"slug":216,"text":217},"problem-permission-denied-bei-tools","Problem: „Permission Denied“ bei Tools",{"depth":47,"slug":94,"text":95},[],[],[],"kali-linux.md","nextcloud",{"id":223,"data":225,"body":239,"filePath":240,"digest":241,"rendered":242,"legacyId":278},{"title":226,"tool_name":227,"description":228,"last_updated":229,"author":16,"difficulty":230,"categories":231,"tags":233,"sections":238,"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",[232],"collaboration-general",[25,234,235,27,236,237],"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":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>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":245,"localImagePaths":275,"remoteImagePaths":276,"frontmatter":225,"imagePaths":277},[246,247,248,249,252,253,254,257,260,263,264,265,268,271,274],{"depth":43,"slug":44,"text":45},{"depth":47,"slug":48,"text":49},{"depth":51,"slug":52,"text":53},{"depth":51,"slug":250,"text":251},"installationsschritte-ubuntu-beispiel","Installationsschritte (Ubuntu Beispiel)",{"depth":47,"slug":58,"text":59},{"depth":47,"slug":70,"text":71},{"depth":51,"slug":255,"text":256},"gemeinsame-fallbearbeitung","Gemeinsame Fallbearbeitung",{"depth":51,"slug":258,"text":259},"videokonferenzen-mit-nextcloud-talk","Videokonferenzen mit “Nextcloud Talk”",{"depth":51,"slug":261,"text":262},"automatischer-dateiimport-per-api","Automatischer Dateiimport per API",{"depth":47,"slug":79,"text":80},{"depth":47,"slug":82,"text":83},{"depth":51,"slug":266,"text":267},"problem-langsame-performance","Problem: Langsame Performance",{"depth":51,"slug":269,"text":270},"problem-dateien-erscheinen-nicht-im-sync","Problem: Dateien erscheinen nicht im Sync",{"depth":51,"slug":272,"text":273},"problem-fehlermeldung-trusted-domain-not-set","Problem: Fehlermeldung “Trusted domain not set”",{"depth":47,"slug":94,"text":95},[],[],[],"nextcloud.md","android-logical-imaging",{"id":279,"data":281,"body":295,"filePath":296,"digest":297,"rendered":298,"legacyId":526},{"title":282,"tool_name":283,"description":284,"last_updated":285,"author":286,"difficulty":287,"categories":288,"tags":290,"sections":294,"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)","advanced",[289],"data-collection",[291,292,293],"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":299,"metadata":300},"\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":301,"localImagePaths":523,"remoteImagePaths":524,"frontmatter":281,"imagePaths":525},[302,303,306,309,310,313,316,318,321,324,327,330,333,336,339,342,343,346,349,352,355,358,361,364,367,370,371,374,377,380,383,386,389,392,395,398,401,404,407,410,411,414,417,420,423,426,429,432,435,438,441,444,445,448,451,454,457,460,463,466,469,472,475,478,481,484,487,490,493,496,499,502,505,508,511,514,517,520],{"depth":43,"slug":44,"text":45},{"depth":47,"slug":304,"text":305},"kernkomponenten-des-open-source-forensik-stacks","Kernkomponenten des Open-Source Forensik-Stacks",{"depth":47,"slug":307,"text":308},"erfolgsraten-nach-gerätealter","Erfolgsraten nach Gerätealter",{"depth":43,"slug":48,"text":49},{"depth":47,"slug":311,"text":312},"sift-workstation-setup","SIFT Workstation Setup",{"depth":51,"slug":314,"text":315},"systemanforderungen","Systemanforderungen",{"depth":51,"slug":317,"text":49},"installation-1",{"depth":47,"slug":319,"text":320},"autopsy-installation","Autopsy Installation",{"depth":51,"slug":322,"text":323},"windows-installation","Windows Installation",{"depth":51,"slug":325,"text":326},"linux-installation","Linux Installation",{"depth":47,"slug":328,"text":329},"essential-tools-installation","Essential Tools Installation",{"depth":51,"slug":331,"text":332},"android-debug-bridge-adb","Android Debug Bridge (ADB)",{"depth":51,"slug":334,"text":335},"aleapp-installation","ALEAPP Installation",{"depth":51,"slug":337,"text":338},"mobile-verification-toolkit-mvt","Mobile Verification Toolkit (MVT)",{"depth":51,"slug":340,"text":341},"andriller-installation","Andriller Installation",{"depth":43,"slug":58,"text":59},{"depth":47,"slug":344,"text":345},"adb-setup-und-gerätevorbereitung","ADB Setup und Gerätevorbereitung",{"depth":51,"slug":347,"text":348},"usb-debugging-aktivieren","USB-Debugging aktivieren",{"depth":51,"slug":350,"text":351},"adb-verbindung-testen","ADB Verbindung testen",{"depth":47,"slug":353,"text":354},"autopsy-projektkonfiguration","Autopsy Projektkonfiguration",{"depth":51,"slug":356,"text":357},"case-setup","Case-Setup",{"depth":51,"slug":359,"text":360},"android-analyzer-module-aktivieren","Android Analyzer Module aktivieren",{"depth":51,"slug":362,"text":363},"hash-algorithmen-konfigurieren","Hash-Algorithmen konfigurieren",{"depth":47,"slug":365,"text":366},"mvt-konfiguration","MVT Konfiguration",{"depth":51,"slug":368,"text":369},"konfigurationsdatei-erstellen","Konfigurationsdatei erstellen",{"depth":43,"slug":70,"text":71},{"depth":47,"slug":372,"text":373},"fall-1-logische-datenextraktion-mit-adb","Fall 1: Logische Datenextraktion mit ADB",{"depth":51,"slug":375,"text":376},"geräteinformationen-sammeln","Geräteinformationen sammeln",{"depth":51,"slug":378,"text":379},"datenbank-extraktion","Datenbank-Extraktion",{"depth":51,"slug":381,"text":382},"whatsapp-datenextraktion","WhatsApp Datenextraktion",{"depth":47,"slug":384,"text":385},"fall-2-android-backup-analyse","Fall 2: Android Backup-Analyse",{"depth":51,"slug":387,"text":388},"vollständiges-backup-erstellen","Vollständiges Backup erstellen",{"depth":51,"slug":390,"text":391},"backup-mit-aleapp-analysieren","Backup mit ALEAPP analysieren",{"depth":47,"slug":393,"text":394},"fall-3-mvt-kompromittierungsanalyse","Fall 3: MVT Kompromittierungsanalyse",{"depth":51,"slug":396,"text":397},"live-geräteanalyse","Live-Geräteanalyse",{"depth":51,"slug":399,"text":400},"ioc-suche-mit-pegasus-indikatoren","IOC-Suche mit Pegasus-Indikatoren",{"depth":47,"slug":402,"text":403},"fall-4-physische-extraktion-root-erforderlich","Fall 4: Physische Extraktion (Root erforderlich)",{"depth":51,"slug":405,"text":406},"device-rooting---mediatek-geräte","Device Rooting - MediaTek Geräte",{"depth":51,"slug":408,"text":409},"vollständiges-memory-dump","Vollständiges Memory Dump",{"depth":43,"slug":79,"text":80},{"depth":47,"slug":412,"text":413},"rechtliche-compliance","Rechtliche Compliance",{"depth":51,"slug":415,"text":416},"dokumentation-und-chain-of-custody","Dokumentation und Chain of Custody",{"depth":51,"slug":418,"text":419},"familiengeräte-und-nachlässe","Familiengeräte und Nachlässe",{"depth":47,"slug":421,"text":422},"technische-best-practices","Technische Best Practices",{"depth":51,"slug":424,"text":425},"hash-integrität-sicherstellen","Hash-Integrität sicherstellen",{"depth":51,"slug":427,"text":428},"sichere-arbeitsumgebung","Sichere Arbeitsumgebung",{"depth":51,"slug":430,"text":431},"qualitätssicherung","Qualitätssicherung",{"depth":47,"slug":433,"text":434},"erfolgsmaximierung-nach-gerätehersteller","Erfolgsmaximierung nach Gerätehersteller",{"depth":51,"slug":436,"text":437},"mediatek-geräte-höchste-erfolgsrate","MediaTek-Geräte (Höchste Erfolgsrate)",{"depth":51,"slug":439,"text":440},"samsung-geräte","Samsung-Geräte",{"depth":51,"slug":442,"text":443},"pixelnexus-geräte","Pixel/Nexus-Geräte",{"depth":43,"slug":82,"text":83},{"depth":47,"slug":446,"text":447},"problem-adb-erkennt-gerät-nicht","Problem: ADB erkennt Gerät nicht",{"depth":51,"slug":449,"text":450},"lösung-usb-treiber-und-berechtigungen","Lösung: USB-Treiber und Berechtigungen",{"depth":51,"slug":452,"text":453},"windows-treiber-installation","Windows: Treiber-Installation",{"depth":47,"slug":455,"text":456},"problem-verschlüsselte-android-backups","Problem: Verschlüsselte Android Backups",{"depth":51,"slug":458,"text":459},"lösung-android-backup-extractor","Lösung: Android Backup Extractor",{"depth":47,"slug":461,"text":462},"problem-unzureichende-berechtigungen-für-datenextraktion","Problem: Unzureichende Berechtigungen für Datenextraktion",{"depth":51,"slug":464,"text":465},"lösung-alternative-extraktionsmethoden","Lösung: Alternative Extraktionsmethoden",{"depth":47,"slug":467,"text":468},"problem-aleapp-parsing-fehler","Problem: ALEAPP Parsing-Fehler",{"depth":51,"slug":470,"text":471},"lösung-datenformat-probleme-beheben","Lösung: Datenformat-Probleme beheben",{"depth":43,"slug":473,"text":474},"erweiterte-techniken","Erweiterte Techniken",{"depth":47,"slug":476,"text":477},"memory-forensics-mit-lime","Memory Forensics mit LiME",{"depth":51,"slug":479,"text":480},"lime-für-arm-devices-kompilieren","LiME für ARM-Devices kompilieren",{"depth":51,"slug":482,"text":483},"volatility-analyse-von-android-memory","Volatility-Analyse von Android Memory",{"depth":47,"slug":485,"text":486},"frida-basierte-runtime-analyse","FRIDA-basierte Runtime-Analyse",{"depth":51,"slug":488,"text":489},"frida-für-kryptographie-hooks","FRIDA für Kryptographie-Hooks",{"depth":51,"slug":491,"text":492},"frida-installation-und-verwendung","FRIDA Installation und Verwendung",{"depth":47,"slug":494,"text":495},"custom-recovery-und-fastboot-exploits","Custom Recovery und Fastboot-Exploits",{"depth":51,"slug":497,"text":498},"twrp-installation-für-forensischen-zugang","TWRP Installation für forensischen Zugang",{"depth":51,"slug":500,"text":501},"partitions-imaging-mit-dd","Partitions-Imaging mit dd",{"depth":47,"slug":503,"text":504},"sqlite-forensics-und-gelöschte-daten","SQLite Forensics und gelöschte Daten",{"depth":51,"slug":506,"text":507},"erweiterte-sqlite-analyse","Erweiterte SQLite-Analyse",{"depth":51,"slug":509,"text":510},"timeline-rekonstruktion","Timeline-Rekonstruktion",{"depth":47,"slug":512,"text":513},"weiterführende-ressourcen","Weiterführende Ressourcen",{"depth":51,"slug":515,"text":516},"dokumentation-und-standards","Dokumentation und Standards",{"depth":51,"slug":518,"text":519},"community-und-weiterbildung","Community und Weiterbildung",{"depth":51,"slug":521,"text":522},"spezialisierte-tools","Spezialisierte Tools",[],[],[],"android-logical-imaging.md","velociraptor",{"id":527,"data":529,"body":542,"filePath":543,"digest":544,"rendered":545,"legacyId":590},{"title":530,"tool_name":531,"description":532,"last_updated":533,"author":16,"difficulty":287,"categories":534,"tags":535,"sections":541,"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"],[19,21,22],[25,536,537,538,539,540],"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: ![Status](https://status.mikoshi.de/api/badge/33/status)\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":546,"metadata":547},"\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":548,"localImagePaths":587,"remoteImagePaths":588,"frontmatter":529,"imagePaths":589},[549,550,553,554,555,558,561,562,565,568,569,572,575,578,579,580,583,586],{"depth":43,"slug":44,"text":45},{"depth":47,"slug":551,"text":552},"hauptmerkmale","Hauptmerkmale",{"depth":47,"slug":48,"text":49},{"depth":51,"slug":52,"text":53},{"depth":51,"slug":556,"text":557},"installation-unter-linuxmacos","Installation unter Linux/macOS",{"depth":51,"slug":559,"text":560},"installation-unter-windows","Installation unter Windows",{"depth":47,"slug":58,"text":59},{"depth":51,"slug":563,"text":564},"server-setup","Server Setup",{"depth":51,"slug":566,"text":567},"client-deployment","Client Deployment",{"depth":47,"slug":70,"text":71},{"depth":51,"slug":570,"text":571},"1-live-memory-artefakte-sammeln","1. Live-Memory-Artefakte sammeln",{"depth":51,"slug":573,"text":574},"2-hunt-starten-auf-verdächtige-prozesse","2. Hunt starten auf verdächtige Prozesse",{"depth":51,"slug":576,"text":577},"3-dateiinhalt-extrahieren","3. Dateiinhalt extrahieren",{"depth":47,"slug":79,"text":80},{"depth":47,"slug":82,"text":83},{"depth":51,"slug":581,"text":582},"problem-keine-verbindung-vom-client-zum-server","Problem: Keine Verbindung vom Client zum Server",{"depth":51,"slug":584,"text":585},"problem-hunt-hängt-in-warteschleife","Problem: Hunt hängt in Warteschleife",{"depth":47,"slug":94,"text":95},[],[],[],"velociraptor.md"] \ No newline at end of file diff --git a/data/embeddings.json b/data/embeddings.json index 132bdc0..78cf5a0 100644 --- a/data/embeddings.json +++ b/data/embeddings.json @@ -1,5278 +1,3159 @@ { - "version": "eyJ0b29scyI6W3sibmFtZSI6IlBob3Rv", - "lastUpdated": 1753972744127, + "version": "eyJ0b29scyI6W3sibmFtZSI6IkNvcnRl", + "lastUpdated": 1753980333773, "embeddings": [ { - "id": "tool_PhotoRec", + "id": "tool_Cortex", "type": "tool", - "name": "PhotoRec", - "content": "photorec der datenretter ignoriert dateisysteme und findet gelöschte dateien durch signature-scanning - selbst nach formatierung. über 300 dateiformate von jpegs über office-dokumente bis zu verschlüsselten archives. die companion- software testdisk repariert zusätzlich partitionstabellen. arbeitet read-only für forensische integrität. besonders stark: recovery von fat/ntfs/ext-systemen, rettung von sd-karten und usb-sticks, funktioniert bei beschädigten dateisystemen. die brute-force-methode findet dateien die andere tools übersehen. konfigurierbare signaturen für spezielle formate. der paranoid-mode prüft jeden sektor. besonders wertvoll für multimedia-recovery bei kinderpornografie-fällen. die text-ui wirkt antiquiert, aber die effektivität ist unübertroffen. batch-mode für automatisierte recovery. die freie lizenz und cross-platform-support machen es zum standard-tool weltweit. oft letzte hoffnung wenn kommerzielle tools versagen. 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", + "name": "Cortex", + "content": "cortex thehives analyzer-engine automatisiert observable-intelligence durch über 100 integrierte services von virustotal bis shodan. ein file-hash triggert parallel: av-scans, sandbox-detonation, yara-matching, reputation-checks in sekunden statt manueller stunden-arbeit. die plugin-architektur erweitert für custom-apis und interne threat-intelligence. besonders wertvoll: responder-actions ermöglichen automatische incident-response (block-ip, quarantine-host), taxonomy-integration kategorisiert threats nach misp- standards, job-history dokumentiert alle analysen für audit-trails. docker-deployment skaliert workers je nach load. rate-limiting verhindert api-quota-erschöpfung. die restful-api integriert in soar-playbooks. json-templates definieren analyzer-konfigurationen. community-analyzer erweitern für spezielle use-cases. nach thehive-übernahme durch strangebee wird cortex 3.x als open-source weiterentwickelt. standard-component moderner soc-automatisierung. automation threat-intel incident-response malware-analysis analysis", "embedding": [ - -0.007053375244140625, - -0.004638671875, - 0.01495361328125, - -0.024505615234375, - 0.03607177734375, - 0.03607177734375, - 0.0161285400390625, - 0.0017232894897460938, - -0.00530242919921875, - -0.013153076171875, - -0.034149169921875, - 0.053680419921875, - 0.0169677734375, - -0.0080108642578125, - -0.0712890625, - 0.034149169921875, - 0.01209259033203125, - 0.0172882080078125, - 0.005725860595703125, - 0.005092620849609375, - 0.0020294189453125, - -0.00821685791015625, - -0.06109619140625, - -0.0101318359375, - 0.00408172607421875, - -0.0009546279907226562, - -0.0279998779296875, - -0.083984375, - -0.0093841552734375, - 0.0026111602783203125, - -0.005146026611328125, - -0.00763702392578125, - 0.020263671875, - 0.04095458984375, - 0.03753662109375, - -0.0100250244140625, - -0.01288604736328125, - -0.040313720703125, - -0.01198577880859375, - 0.046234130859375, - -0.035003662109375, - -0.0237579345703125, - 0.0257720947265625, - -0.004428863525390625, - -0.032867431640625, - -0.03076171875, - 0.0009083747863769531, - -0.016326904296875, - 0.0266265869140625, - -0.049224853515625, - 0.039459228515625, - 0.01453399658203125, - -0.0037384033203125, - -0.01453399658203125, - -0.054107666015625, - 0.0157012939453125, - 0.0284271240234375, - -0.031402587890625, - -0.02142333984375, - 0.054718017578125, - -0.06109619140625, - -0.0223846435546875, - -0.00630950927734375, - -0.033294677734375, - -0.0001939535140991211, - 0.00965118408203125, - -0.0106048583984375, - -0.03033447265625, - 0.0016374588012695312, - -0.0020809173583984375, - 0.0101318359375, - -0.008697509765625, - -0.032257080078125, - 0.0161285400390625, - -0.0255584716796875, - -0.041778564453125, - -0.00046062469482421875, - 0.030975341796875, - 0.024078369140625, - -0.0154876708984375, - -0.06365966796875, - 0.021209716796875, - 0.009918212890625, - -0.0132598876953125, - 0.00562286376953125, - -0.002956390380859375, - 0.0316162109375, - 0.0264129638671875, - 0.0190887451171875, - 0.0027713775634765625, - 0.0284271240234375, - -0.00540924072265625, - 0.007160186767578125, - -0.00986480712890625, - 0.036712646484375, - 0.0589599609375, - -0.017822265625, - 0.0093841552734375, - -0.00843048095703125, - 0.0185546875, - 0.031829833984375, - -0.0419921875, - 0.0712890625, - -0.0201568603515625, - 0.03521728515625, - -0.0089111328125, - 0.0201568603515625, - -0.0124664306640625, - -0.045623779296875, - -0.0250396728515625, - -0.105224609375, - -0.03076171875, - -0.0164337158203125, - -0.0670166015625, - 0.007106781005859375, - -0.0208892822265625, - 0.0061798095703125, - 0.06365966796875, - -0.04412841796875, - -0.0419921875, - 0.0218505859375, - 0.007904052734375, - -0.01087188720703125, - 0.00848388671875, - -0.045806884765625, - -0.046875, - -0.00389862060546875, - 0.036285400390625, - -0.0237579345703125, - -0.0225982666015625, - -0.012725830078125, - -0.019622802734375, - -0.0162353515625, - -0.0217437744140625, - -0.01076507568359375, - -0.0288543701171875, - 0.0270538330078125, - -0.0019893646240234375, - -0.0205841064453125, - -0.0067901611328125, - 0.0379638671875, - -0.045196533203125, - -0.06195068359375, - 0.0243988037109375, - -0.039886474609375, - 0.0217437744140625, - -0.030120849609375, - 0.058563232421875, - -0.032470703125, - -0.0032215118408203125, - -0.003765106201171875, - 0.0273590087890625, - 0.050689697265625, - -0.0024261474609375, - 0.0059661865234375, - -0.0526123046875, - -0.003765106201171875, - -0.03350830078125, - 0.037109375, - 0.01432037353515625, - -0.0264129638671875, - 0.0460205078125, - -0.0188751220703125, - 0.033721923828125, - -0.0005536079406738281, - -0.0653076171875, - -0.020782470703125, - 0.0205841064453125, - 0.01177215576171875, - 0.0004973411560058594, - 0.030548095703125, - 0.0101318359375, - 0.042633056640625, - 0.07421875, - 0.00461578369140625, - 0.02545166015625, - 0.0090179443359375, - 0.0001176595687866211, - 0.030975341796875, - 0.031402587890625, - -0.0172882080078125, - -0.0379638671875, - 0.02716064453125, - 0.019622802734375, - 0.0106048583984375, - -0.0183563232421875, - -0.0251312255859375, - -0.00774383544921875, - -0.0257720947265625, - 0.04095458984375, - -0.01256561279296875, - -0.0023860931396484375, - 0.006603240966796875, - -0.00811767578125, - -0.00591278076171875, - 0.0712890625, - 0.045196533203125, - -0.01432037353515625, - 0.01824951171875, - -0.02142333984375, - 0.0154876708984375, - 0.039886474609375, - -0.033721923828125, - 0.048583984375, - 0.01389312744140625, - 0.026092529296875, - 0.01129913330078125, - 0.0264129638671875, - 0.01065826416015625, - -0.04156494140625, - -0.0186614990234375, - 0.055999755859375, - -0.01029205322265625, - -0.020782470703125, - -0.03265380859375, - -0.037109375, - 0.0225982666015625, - -0.0022144317626953125, - -0.00206756591796875, - 0.0051727294921875, - -0.029693603515625, - -0.049652099609375, - 0.024505615234375, - -0.0035266876220703125, - -0.0239715576171875, - 0.034149169921875, - 0.00811767578125, - -0.0179290771484375, - -0.032257080078125, - 0.0292816162109375, - 0.021636962890625, - 0.0251312255859375, - -0.0211029052734375, - 0.01277923583984375, - 0.000057578086853027344, - 0.00036454200744628906, - 0.043701171875, - 0.00864410400390625, - 0.02301025390625, - -0.007266998291015625, - -0.0396728515625, - 0.038818359375, - -0.03033447265625, - 0.038177490234375, - 0.03839111328125, - -0.01251983642578125, - 0.018035888671875, - 0.022705078125, - 0.045196533203125, - 0.041168212890625, - -0.048583984375, - -0.00917816162109375, - -0.1060791015625, - -0.0103912353515625, - -0.06658935546875, - -0.02630615234375, - -0.03839111328125, - -0.037322998046875, - 0.030548095703125, - -0.01087188720703125, - -0.0379638671875, - 0.0003879070281982422, - 0.0175018310546875, - -0.0255584716796875, - 0.030548095703125, - 0.0166473388671875, - -0.0218505859375, - 0.01654052734375, - 0.0712890625, - -0.01824951171875, - -0.015594482421875, - -0.01209259033203125, - 0.021636962890625, - -0.0033016204833984375, - 0.038818359375, - -0.0266265869140625, - -0.00028514862060546875, - 0.0292816162109375, - 0.0251312255859375, - 0.00785064697265625, - -0.01256561279296875, - -0.009918212890625, - -0.0217437744140625, - 0.005649566650390625, - -0.023223876953125, - -0.01256561279296875, - 0.01087188720703125, - 0.0253448486328125, - 0.0243988037109375, - -0.0687255859375, - 0.025238037109375, - 0.050262451171875, - -0.00875091552734375, - 0.0019893646240234375, - 0.015594482421875, - -0.0284271240234375, - 0.0019893646240234375, - 0.0102386474609375, - -0.0231170654296875, - 0.04052734375, - 0.0292816162109375, - -0.0292816162109375, - 0.0002734661102294922, - 0.0013055801391601562, - 0.0095977783203125, - -0.040313720703125, - -0.024505615234375, - 0.002956390380859375, - -0.002227783203125, - -0.01410675048828125, - -0.035003662109375, - 0.025238037109375, - -0.041778564453125, - 0.00986480712890625, - -0.0036602020263671875, - 0.0022945404052734375, - -0.0288543701171875, - -0.04986572265625, - -0.00247955322265625, - -0.04156494140625, - -0.040313720703125, - -0.04901123046875, - 0.0347900390625, - 0.01389312744140625, - -0.0061798095703125, - -0.001617431640625, - -0.0088043212890625, - -0.046875, - 0.017181396484375, - -0.01277923583984375, - 0.021636962890625, - -0.0215301513671875, - 0.0445556640625, - 0.037109375, - 0.021209716796875, - -0.002399444580078125, - 0.04095458984375, - 0.017822265625, - -0.03753662109375, - -0.00429534912109375, - -0.005146026611328125, - 0.0022678375244140625, - 0.0299072265625, - -0.02301025390625, - -0.017608642578125, - -0.0215301513671875, - -0.007106781005859375, - 0.0243988037109375, - 0.06829833984375, - 0.0543212890625, - 0.0103912353515625, - -0.0257720947265625, - 0.0118255615234375, - 0.049652099609375, - 0.003711700439453125, - 0.09930419921875, - 0.0015707015991210938, - -0.040313720703125, - 0.0112457275390625, - 0.0175018310546875, - 0.0014848709106445312, - -0.0150604248046875, - 0.0092315673828125, - 0.00506591796875, - -0.019622802734375, - 0.035430908203125, - -0.01108551025390625, - 0.034149169921875, - -0.004932403564453125, - 0.0012331008911132812, - 0.015167236328125, - -0.0290679931640625, - 0.004482269287109375, - 0.033294677734375, - 0.0152740478515625, - -0.007106781005859375, - 0.038818359375, - -0.019622802734375, - -0.0270538330078125, - -0.0290679931640625, - -0.07257080078125, - 0.0101318359375, - 0.054718017578125, - 0.0045623779296875, - 0.058563232421875, - -0.0179290771484375, - -0.053680419921875, - 0.00461578369140625, - -0.041168212890625, - 0.0589599609375, - 0.0246124267578125, - -0.01299285888671875, - 0.0213165283203125, - -0.03076171875, - -0.0019893646240234375, - 0.01299285888671875, - -0.015167236328125, - -0.00753021240234375, - 0.0282135009765625, - 0.033935546875, - -0.0018825531005859375, - -0.04241943359375, - 0.0188751220703125, - 0.036285400390625, - 0.0188751220703125, - 0.0095977783203125, - 0.0290679931640625, - 0.0052490234375, - 0.021209716796875, - -0.0116119384765625, - 0.04644775390625, - 0.0188751220703125, - 0.01432037353515625, - 0.01129913330078125, - -0.007266998291015625, - 0.01389312744140625, - -0.035858154296875, - 0.00379180908203125, - -0.00785064697265625, - 0.0152740478515625, - 0.0162353515625, - 0.016754150390625, - -0.0543212890625, - -0.0016641616821289062, - 0.035003662109375, - -0.0687255859375, + -0.0238800048828125, + 0.0304107666015625, + 0.05694580078125, + 0.007694244384765625, + 0.0229949951171875, + 0.01910400390625, + 0.01264190673828125, + -0.0297088623046875, + -0.03253173828125, + 0.00543975830078125, + -0.01352691650390625, + 0.045989990234375, + -0.004467010498046875, + 0.006366729736328125, + -0.05908203125, + 0.058013916015625, + 0.0143280029296875, + 0.00977325439453125, + 0.0238800048828125, + 0.0094146728515625, + -0.033599853515625, + 0.0175933837890625, + -0.04296875, + -0.0247650146484375, + 0.0125579833984375, + 0.0032501220703125, + -0.0245819091796875, + -0.04669189453125, + -0.022552490234375, + 0.0134429931640625, + 0.012115478515625, + -0.052337646484375, + 0.028472900390625, + 0.01007843017578125, + 0.01485443115234375, + -0.0178680419921875, + 0.026702880859375, + -0.041900634765625, + -0.0107421875, + 0.0219268798828125, + -0.00791168212890625, + 0.0008015632629394531, + -0.0037136077880859375, + -0.0019235610961914062, + -0.0210418701171875, + -0.03765869140625, + 0.0091094970703125, + -0.0099029541015625, + 0.01047515869140625, + -0.0177764892578125, 0.020782470703125, - 0.0211029052734375, - -0.047088623046875, - 0.00975799560546875, - -0.036285400390625, - -0.06573486328125, - 0.0229034423828125, - -0.0270538330078125, - -0.06024169921875, - -0.0208892822265625, - 0.0250396728515625, - -0.037109375, - -0.033935546875, - -0.0379638671875, - -0.02587890625, - -0.0034732818603515625, - -0.0095977783203125, - 0.01044464111328125, - -0.00318145751953125, - 0.01087188720703125, - 0.031829833984375, - 0.037750244140625, - 0.0185546875, - -0.0009679794311523438, - 0.054107666015625, - -0.03436279296875, - -0.047088623046875, - 0.0169677734375, - 0.0190887451171875, - 0.0205841064453125, - -0.031402587890625, - -0.0010938644409179688, - -0.00753021240234375, - 0.015594482421875, - 0.0012865066528320312, - 0.01442718505859375, - -0.047515869140625, - -0.044342041015625, - -0.059814453125, - 0.057281494140625, - -0.004428863525390625, - 0.035003662109375, - 0.01087188720703125, - -0.038818359375, - 0.040313720703125, - -0.058563232421875, - -0.00970458984375, - 0.00875091552734375, - 0.016754150390625, - -0.00673675537109375, - 0.06787109375, - -0.044342041015625, - 0.0088043212890625, - -0.01378631591796875, - 0.0292816162109375, - 0.01464080810546875, - -0.00511932373046875, - -0.037109375, - 0.030548095703125, - 0.0460205078125, - -0.048797607421875, - -0.004032135009765625, - -0.033935546875, - 0.021636962890625, - 0.0190887451171875, - -0.041168212890625, - 0.003978729248046875, - -0.00023865699768066406, - -0.0347900390625, - -0.0175018310546875, - -0.0231170654296875, - -0.03076171875, - -0.0299072265625, - 0.0059661865234375, - 0.054718017578125, - 0.0010671615600585938, - 0.02142333984375, - -0.004772186279296875, - 0.01464080810546875, - 0.01442718505859375, - -0.00063323974609375, - -0.04052734375, - 0.0292816162109375, - -0.06451416015625, - -0.07000732421875, - -0.020477294921875, - 0.030548095703125, - -0.0168609619140625, - -0.0150604248046875, - 0.0166473388671875, - 0.0007953643798828125, - 0.06658935546875, - -0.04986572265625, - -0.00612640380859375, - -0.00662994384765625, - -0.030120849609375, - -0.037322998046875, - -0.00379180908203125, - 0.0234375, - 0.0279998779296875, - -0.00864410400390625, - 0.010345458984375, - 0.03607177734375, - -0.057281494140625, - 0.032257080078125, - 0.01352691650390625, - -0.0034732818603515625, - 0.0008883476257324219, - -0.0134735107421875, - 0.0057525634765625, - 0.0282135009765625, - 0.01410675048828125, - -0.035858154296875, - -0.00811767578125, - -0.069580078125, - 0.0316162109375, - 0.00479888916015625, - -0.0010538101196289062, - -0.021209716796875, - -0.04541015625, - -0.04730224609375, - 0.01389312744140625, - 0.033935546875, - 0.034576416015625, - -0.0034999847412109375, - -0.043060302734375, - -0.0098114013671875, - -0.0179290771484375, - -0.0286407470703125, - 0.01119232177734375, - -0.008270263671875, - 0.0460205078125, - -0.006336212158203125, - -0.02099609375, - 0.031402587890625, - 0.01092529296875, - 0.0275726318359375, - 0.033294677734375, - 0.0364990234375, - -0.03076171875, - -0.0030231475830078125, - 0.0081634521484375, - -0.0228118896484375, - 0.0008053779602050781, - -0.0299072265625, - 0.037322998046875, - -0.006893157958984375, - -0.015594482421875, - 0.016326904296875, - 0.0213165283203125, - 0.03033447265625, - -0.007160186767578125, - -0.01230621337890625, - 0.007320404052734375, - -0.013580322265625, - 0.092041015625, - 0.0035533905029296875, - -0.03204345703125, - 0.0006728172302246094, - -0.007160186767578125, - 0.031402587890625, - 0.0154876708984375, - 0.0013990402221679688, - -0.02099609375, - -0.02227783203125, - 0.06658935546875, - -0.0186614990234375, - -0.020782470703125, - -0.02630615234375, - 0.006946563720703125, - 0.006389617919921875, - 0.03753662109375, - 0.033721923828125, - 0.0640869140625, - 0.0273590087890625, - -0.0172882080078125, - 0.0299072265625, - 0.048583984375, - 0.033294677734375, - -0.023651123046875, - -0.057281494140625, - -0.002227783203125, - -0.00003272294998168945, - -0.043701171875, - -0.049652099609375, - 0.00997161865234375, - 0.055999755859375, - -0.08441162109375, - -0.017822265625, - 0.0246124267578125, - -0.017608642578125, - 0.0286407470703125, - 0.0024929046630859375, - -0.03033447265625, - 0.03350830078125, - 0.016326904296875, - -0.037322998046875, - -0.004932403564453125, - -0.0103912353515625, - 0.03692626953125, - 0.0509033203125, - 0.0003464221954345703, - -0.019622802734375, - 0.037322998046875, - 0.018768310546875, - 0.032470703125, - 0.043060302734375, - 0.04052734375, - 0.0286407470703125, - 0.023651123046875, - 0.0396728515625, - 0.050079345703125, - -0.01331329345703125, - -0.0024394989013671875, - 0.00379180908203125, - 0.039886474609375, - 0.063232421875, - 0.05047607421875, - 0.010498046875, - -0.003368377685546875, - -0.01155853271484375, - -0.04986572265625, - 0.017822265625, - 0.006946563720703125, - -0.005939483642578125, - -0.043701171875, - -0.0299072265625, - 0.0152740478515625, - -0.03753662109375, - 0.0413818359375, - 0.02301025390625, - -0.0014781951904296875, - 0.013580322265625, - 0.0248260498046875, - 0.01442718505859375, - -0.047943115234375, - 0.003063201904296875, - -0.05303955078125, - -0.015167236328125, - -0.046234130859375, - -0.0080108642578125, - 0.038177490234375, - -0.010345458984375, - -0.055572509765625, - -0.0164337158203125, - 0.042633056640625, - 0.0019626617431640625, - -0.0379638671875, - -0.031829833984375, - -0.0077972412109375, - -0.007053375244140625, - -0.053466796875, - -0.024932861328125, - 0.0009946823120117188, - 0.032470703125, - -0.0330810546875, - 0.011505126953125, - -0.018768310546875, - -0.011932373046875, - -0.00927734375, - 0.0010938644409179688, - -0.07464599609375, - 0.03692626953125, - -0.03076171875, - 0.050079345703125, - 0.008697509765625, - 0.0213165283203125, - 0.037109375, - 0.0704345703125, - -0.015380859375, - -0.0106048583984375, - -0.0290679931640625, - -0.06829833984375, - 0.0215301513671875, - -0.02069091796875, - 0.006389617919921875, - -0.03924560546875, - 0.0188751220703125, - 0.054718017578125, - -0.085693359375, - -0.00896453857421875, - 0.0067901611328125, - -0.016021728515625, - -0.0687255859375, - 0.001922607421875, - 0.018035888671875, - 0.0316162109375, - 0.069580078125, - 0.01331329345703125, - -0.0255584716796875, - -0.010498046875, - -0.03265380859375, - 0.03033447265625, - 0.0164337158203125, - 0.0193023681640625, - -0.029693603515625, - 0.04095458984375, - 0.01076507568359375, - -0.0101318359375, - 0.01464080810546875, - -0.07086181640625, - 0.0213165283203125, - 0.053466796875, - -0.00506591796875, - -0.0292816162109375, - -0.042205810546875, - -0.024078369140625, - -0.01389312744140625, - -0.0284271240234375, - 0.0017232894897460938, - 0.0080108642578125, - 0.015380859375, - -0.030975341796875, - -0.0036067962646484375, - 0.01464080810546875, - -0.055572509765625, - -0.025665283203125, - -0.0218505859375, - 0.00501251220703125, - -0.0022411346435546875, - -0.0477294921875, - 0.038604736328125, - -0.001338958740234375, - -0.0273590087890625, - 0.0179290771484375, - 0.040313720703125, - -0.03839111328125, - -0.00017154216766357422, - -0.01421356201171875, - 0.0266265869140625, - 0.006656646728515625, - -0.01580810546875, - -0.006656646728515625, - 0.0211029052734375, - 0.0203704833984375, - -0.03521728515625, - 0.032257080078125, - 0.045806884765625, - -0.04095458984375, - -0.022064208984375, - -0.03118896484375, - 0.0012464523315429688, - 0.020782470703125, - -0.0233306884765625, - 0.0288543701171875, - 0.0005636215209960938, - -0.022064208984375, - -0.108642578125, - 0.059814453125, - -0.043060302734375, - 0.0229034423828125, - 0.03607177734375, - -0.019195556640625, - -0.04498291015625, - -0.031402587890625, - -0.044342041015625, - 0.0255584716796875, - -0.0255584716796875, - 0.0273590087890625, - -0.017822265625, - 0.006389617919921875, - -0.0049591064453125, - -0.03076171875, - 0.006099700927734375, - 0.035858154296875, - -0.006046295166015625, - -0.0203704833984375, - 0.050262451171875, - -0.00875091552734375, - 0.00601959228515625, - 0.00228118896484375, - -0.020263671875, - 0.03204345703125, - -0.003711700439453125, - -0.0290679931640625, - 0.0012865066528320312, - 0.031402587890625, - 0.046875, - -0.0024929046630859375, - 0.023223876953125, - 0.003978729248046875, - 0.0169677734375, - -0.01065826416015625, - -0.03521728515625, - -0.00519561767578125, - 0.02947998046875, - -0.0223846435546875, - -0.022491455078125, - -0.06451416015625, - -0.0848388671875, - 0.002040863037109375, - -0.047088623046875, - -0.01464080810546875, - 0.0264129638671875, - 0.032867431640625, - 0.01219940185546875, - -0.02947998046875, - 0.0168609619140625, - 0.00970458984375, - -0.01898193359375, - -0.046234130859375, - 0.0364990234375, - -0.0024662017822265625, - 0.0122528076171875, - 0.011138916015625, - -0.031402587890625, - 0.00917816162109375, - 0.01108551025390625, - 0.00896453857421875, - -0.0120391845703125, - -0.003711700439453125, - -0.039031982421875, - 0.01898193359375, - -0.07000732421875, - -0.0268402099609375, - 0.03839111328125, - 0.04412841796875, - -0.0197296142578125, - -0.052398681640625, - 0.051544189453125, - -0.02947998046875, - -0.047088623046875, - 0.0273590087890625, - -0.03350830078125, - -0.022064208984375, - 0.004375457763671875, - -0.0277862548828125, - -0.00907135009765625, - 0.0194091796875, - 0.039031982421875, - 0.031829833984375, - 0.0460205078125, - 0.01898193359375, - -0.03204345703125, - -0.0116119384765625, - 0.0035533905029296875, - 0.032257080078125, - 0.03607177734375, - 0.02301025390625, - 0.005859375, - 0.003261566162109375, - -0.0014715194702148438, - -0.0784912109375, - 0.00384521484375, - -0.035003662109375, - -0.04644775390625, - -0.00461578369140625, - 0.0865478515625, - -0.004322052001953125, - -0.0199432373046875, - 0.0396728515625, - 0.049652099609375, - 0.005596160888671875, - -0.01367950439453125, - 0.00630950927734375, - -0.063232421875, - -0.004772186279296875, - 0.00408172607421875, + 0.021392822265625, + 0.0008563995361328125, + -0.01096343994140625, + -0.039794921875, + 0.033782958984375, + 0.005702972412109375, + -0.0185699462890625, + -0.033233642578125, + 0.0235137939453125, + -0.02423095703125, + -0.01238250732421875, + -0.0094146728515625, + 0.0210418701171875, + -0.001613616943359375, + 0.038726806640625, + -0.016357421875, + -0.0176849365234375, + -0.00124359130859375, + -0.0150299072265625, + 0.018829345703125, + 0.006320953369140625, + -0.04473876953125, + 0.0290069580078125, + -0.03662109375, + -0.0229949951171875, + 0.0288238525390625, + 0.035888671875, 0.02069091796875, - -0.0738525390625, - 0.0419921875, + 0.0094146728515625, + -0.04986572265625, + -0.00495147705078125, + 0.066162109375, + -0.03485107421875, + -0.05023193359375, + -0.0005002021789550781, + 0.0202484130859375, + 0.004398345947265625, + -0.0194549560546875, + -0.0124664306640625, + 0.0362548828125, + 0.00994873046875, + 0.024932861328125, + -0.021392822265625, + 0.0245819091796875, + 0.04119873046875, + -0.0270538330078125, + -0.0297088623046875, + -0.007251739501953125, + 0.036956787109375, + 0.0204315185546875, + -0.01282501220703125, + 0.0516357421875, + 0.005329132080078125, + 0.03131103515625, + -0.04632568359375, + -0.005458831787109375, + -0.0323486328125, + 0.01538848876953125, + -0.026885986328125, + -0.10400390625, + -0.05657958984375, + -0.007472991943359375, + -0.048095703125, + 0.000701904296875, + 0.01140594482421875, + -0.0203399658203125, + 0.026702880859375, + -0.06365966796875, + -0.061187744140625, + 0.04278564453125, + 0.0208740234375, + -0.00667572021484375, + 0.0205078125, + -0.047393798828125, + -0.044921875, + -0.0178680419921875, + 0.0305938720703125, + -0.0228118896484375, + -0.01529693603515625, + -0.020782470703125, + 0.002376556396484375, + -0.0236968994140625, + -0.047760009765625, + 0.007472991943359375, + -0.02227783203125, + 0.0235137939453125, + 0.0037364959716796875, + -0.017242431640625, + 0.027587890625, + 0.028656005859375, + -0.033599853515625, + -0.0330810546875, + -0.0095062255859375, + -0.0413818359375, + -0.01352691650390625, + -0.0081329345703125, + 0.040679931640625, + -0.02740478515625, + 0.01043701171875, + 0.0133514404296875, + 0.035369873046875, + 0.0753173828125, + 0.005062103271484375, + 0.038543701171875, + -0.05023193359375, + -0.00539398193359375, + -0.0125579833984375, + 0.0288238525390625, + -0.01105499267578125, + 0.0008177757263183594, + -0.01485443115234375, + 0.0040435791015625, + 0.01406097412109375, + 0.0020999908447265625, + -0.023345947265625, + -0.03765869140625, + 0.013885498046875, + 0.0040435791015625, + -0.0008287429809570312, + 0.0263519287109375, + -0.013885498046875, + 0.03094482421875, + 0.0657958984375, + -0.01047515869140625, + 0.004154205322265625, + 0.01910400390625, + -0.02581787109375, + 0.035369873046875, + 0.049530029296875, + -0.019012451171875, + -0.00006598234176635742, + 0.052001953125, + -0.01012420654296875, + 0.005527496337890625, + -0.015472412109375, + -0.03802490234375, + -0.00738525390625, + -0.0150299072265625, + 0.0102996826171875, + -0.038543701171875, + -0.03607177734375, + -0.036773681640625, + 0.022369384765625, 0.042633056640625, - 0.01097869873046875, - -0.0055694580078125, - -0.0067901611328125, - -0.00795745849609375, - 0.0255584716796875, - 0.02587890625, - 0.0330810546875, - -0.06829833984375, - 0.032470703125, - 0.007213592529296875, - -0.0172882080078125, - -0.0030498504638671875, - -0.005596160888671875, - -0.031829833984375, - 0.032257080078125, - -0.0261993408203125, - 0.0081634521484375, - -0.0000985860824584961, - 0.06195068359375, - -0.0024662017822265625, - -0.038818359375, - -0.055572509765625, - 0.0284271240234375, - 0.0188751220703125, - -0.00101470947265625, - 0.00445556640625, - 0.0186614990234375, - -0.0292816162109375, - 0.030548095703125, - 0.03924560546875, - 0.006282806396484375, - 0.043701171875, - 0.0064697265625, - -0.054718017578125, - 0.006046295166015625, - -0.03564453125, - 0.0213165283203125, - -0.0103912353515625, - -0.026519775390625, - -0.050262451171875, + 0.0516357421875, + 0.017059326171875, + -0.013885498046875, + 0.03607177734375, + -0.00627899169921875, + 0.0124664306640625, + 0.036773681640625, + -0.004730224609375, + 0.0305938720703125, + 0.004024505615234375, + 0.0382080078125, + -0.0073394775390625, + 0.05694580078125, + 0.00514984130859375, + -0.035003662109375, + 0.00583648681640625, + 0.078857421875, + 0.01007843017578125, + -0.0186614990234375, + -0.0192718505859375, + -0.030242919921875, + 0.0086212158203125, + -0.00470733642578125, + -0.0098114013671875, + 0.001934051513671875, + -0.0116729736328125, + -0.045623779296875, + -0.00008291006088256836, + 0.0362548828125, + -0.0068511962890625, + 0.035552978515625, + 0.029541015625, + -0.0209503173828125, + -0.0236968994140625, + 0.00667572021484375, + 0.0210418701171875, + 0.0200653076171875, + 0.0189208984375, + -0.00499725341796875, + -0.0169830322265625, + -0.02581787109375, + 0.020782470703125, + 0.02581787109375, + 0.01396942138671875, + 0.017425537109375, + -0.00839996337890625, + 0.01494598388671875, + 0.005748748779296875, + 0.054107666015625, + 0.0247650146484375, + -0.0009007453918457031, + -0.00897216796875, + -0.0013980865478515625, + 0.04156494140625, + 0.03485107421875, + -0.07000732421875, + -0.0124664306640625, + -0.047393798828125, + 0.023345947265625, + -0.08807373046875, + -0.0618896484375, + -0.0143280029296875, + -0.040496826171875, + 0.0236968994140625, + -0.033233642578125, + -0.007472991943359375, + 0.0252838134765625, + 0.03607177734375, + 0.0256500244140625, + 0.0452880859375, + 0.004375457763671875, + -0.03411865234375, + -0.00897216796875, + 0.0654296875, + 0.0124664306640625, + -0.03662109375, + 0.002597808837890625, + 0.03253173828125, + -0.007694244384765625, + 0.0240478515625, + -0.05303955078125, + -0.00839996337890625, + 0.047393798828125, + 0.02740478515625, + 0.0238800048828125, + 0.006145477294921875, + -0.00386810302734375, + -0.0025196075439453125, + 0.0323486328125, + -0.041748046875, + -0.0159149169921875, + -0.023162841796875, + -0.01654052734375, + 0.0193634033203125, + -0.050933837890625, + -0.002353668212890625, + 0.03094482421875, + 0.048797607421875, + 0.012908935546875, + 0.00963592529296875, + -0.036956787109375, + 0.003116607666015625, + 0.00202178955078125, + 0.005237579345703125, + 0.03839111328125, + 0.037841796875, + -0.040496826171875, + 0.002277374267578125, + -0.016265869140625, + 0.004398345947265625, + -0.0452880859375, + -0.058349609375, + -0.0166168212890625, + -0.0112762451171875, + -0.061187744140625, + -0.03289794921875, + 0.005504608154296875, + 0.0006685256958007812, + 0.01100921630859375, + -0.00884246826171875, + -0.0007572174072265625, + -0.032196044921875, + -0.04278564453125, + 0.015655517578125, + -0.038543701171875, + -0.0445556640625, + -0.0291748046875, + 0.0831298828125, + 0.01361846923828125, + 0.0073394775390625, + -0.030059814453125, + -0.006542205810546875, + -0.06329345703125, + 0.009063720703125, + -0.033599853515625, + 0.00499725341796875, + -0.0222015380859375, + 0.0298919677734375, + 0.02264404296875, + 0.035552978515625, + 0.0208740234375, + 0.0760498046875, + 0.0229949951171875, + -0.0031604766845703125, + 0.0095062255859375, + 0.0260009765625, + 0.00711822509765625, + 0.0452880859375, + -0.0270538330078125, + 0.00804901123046875, + -0.02740478515625, + -0.0270538330078125, + -0.0134429931640625, + 0.0261688232421875, + 0.056243896484375, + 0.0445556640625, + -0.0137939453125, + 0.00968170166015625, + 0.060821533203125, + 0.0081329345703125, + 0.09906005859375, + -0.0236968994140625, + -0.039093017578125, + 0.0124664306640625, + 0.0177764892578125, + -0.02935791015625, + -0.0252838134765625, + 0.035186767578125, + -0.001613616943359375, + -0.0069427490234375, + 0.03961181640625, + -0.020782470703125, + 0.0203399658203125, + 0.014678955078125, + -0.001934051513671875, + 0.0279388427734375, + -0.0229949951171875, + 0.0228118896484375, + 0.01494598388671875, + 0.033966064453125, + 0.0143280029296875, + 0.032196044921875, + -0.056243896484375, + -0.0245819091796875, + -0.054473876953125, + -0.06439208984375, + 0.00408935546875, + 0.009857177734375, + 0.004886627197265625, + 0.01450347900390625, + -0.0240478515625, + -0.05377197265625, + 0.01091766357421875, + -0.01396942138671875, + 0.08453369140625, + 0.055877685546875, + 0.025115966796875, + 0.004444122314453125, + -0.029541015625, + -0.005062103271484375, + 0.01025390625, + 0.00029850006103515625, + 0.0116729736328125, + 0.043670654296875, + 0.035552978515625, + 0.040863037109375, + -0.0272369384765625, + 0.0157318115234375, + 0.038909912109375, + 0.016448974609375, + -0.0151214599609375, + 0.021484375, + 0.0008955001831054688, + 0.038543701171875, + -0.00672149658203125, + 0.045623779296875, + 0.0151214599609375, + -0.0209503173828125, + 0.0254669189453125, + -0.0014810562133789062, + 0.03448486328125, + -0.049530029296875, + 0.001712799072265625, + -0.0011444091796875, + 0.0038242340087890625, + 0.0017461776733398438, + 0.0228118896484375, + -0.03411865234375, + 0.011322021484375, + 0.05303955078125, + -0.07745361328125, + 0.028472900390625, + 0.031829833984375, + -0.018035888671875, + 0.03765869140625, + -0.0011997222900390625, + -0.0279388427734375, + 0.06646728515625, + -0.0054168701171875, + -0.0247650146484375, + -0.00112152099609375, + 0.01458740234375, + -0.040496826171875, + -0.030059814453125, + -0.026885986328125, + -0.01406097412109375, + 0.005062103271484375, + -0.0175018310546875, + 0.01007843017578125, + -0.0323486328125, + -0.018829345703125, + 0.0261688232421875, + 0.02581787109375, + -0.01016998291015625, + -0.0116729736328125, + 0.0445556640625, + -0.01406097412109375, + -0.0330810546875, + 0.027587890625, + 0.0261688232421875, + 0.00000858306884765625, + -0.01494598388671875, + -0.02264404296875, + -0.01520538330078125, + -0.0213165283203125, + -0.0229949951171875, + -0.003559112548828125, + -0.04632568359375, + -0.01458740234375, + -0.03289794921875, + 0.050567626953125, + 0.03253173828125, + 0.049530029296875, + 0.003559112548828125, + -0.037506103515625, + 0.02264404296875, + -0.05303955078125, + -0.0081787109375, + -0.0028743743896484375, + 0.0031604766845703125, + -0.0017681121826171875, + 0.062255859375, + 0.005550384521484375, + -0.0219268798828125, + -0.0167999267578125, + 0.030242919921875, + 0.01219940185546875, + -0.0013818740844726562, + -0.049163818359375, + 0.04473876953125, + 0.02777099609375, + -0.06646728515625, + -0.035186767578125, + -0.0125579833984375, + 0.0099029541015625, + 0.052001953125, + -0.072509765625, + -0.0134429931640625, + 0.0023651123046875, + -0.06402587890625, + -0.041748046875, + -0.035736083984375, + 0.00800323486328125, + -0.048095703125, + 0.022369384765625, + 0.0260009765625, + 0.0060577392578125, + 0.035552978515625, + 0.007472991943359375, + -0.0098114013671875, + 0.01520538330078125, + 0.00879669189453125, + -0.03253173828125, + 0.023345947265625, + -0.0587158203125, + -0.044219970703125, + -0.0245819091796875, + 0.01184844970703125, + -0.0198974609375, + 0.005260467529296875, + -0.019622802734375, + -0.02777099609375, + 0.00043392181396484375, + -0.047393798828125, + -0.0222015380859375, + -0.0238800048828125, + 0.0020771026611328125, + -0.033416748046875, + -0.0281219482421875, + 0.025115966796875, + 0.03643798828125, + 0.0023651123046875, + 0.0270538330078125, + 0.042449951171875, + -0.059783935546875, + 0.0224609375, + 0.0017023086547851562, + -0.018310546875, + -0.0099945068359375, + -0.011322021484375, + -0.01123046875, + -0.0115814208984375, + 0.0291748046875, + -0.0036029815673828125, + -0.0307769775390625, -0.066162109375, - 0.035003662109375, - -0.003711700439453125, - 0.038604736328125, - 0.034576416015625, - 0.002227783203125, - -0.0157012939453125, - 0.01288604736328125, - 0.01352691650390625, - 0.0477294921875, - 0.0118255615234375, - 0.00017571449279785156, - -0.00106048583984375, - -0.008270263671875, - 0.0016307830810546875, - -0.0316162109375, - 0.01410675048828125, - -0.031402587890625, - 0.00927734375, + 0.02777099609375, + -0.049163818359375, + 0.00579071044921875, + -0.03131103515625, -0.040313720703125, - 0.022705078125, - 0.018463134765625, - -0.01898193359375, - -0.01155853271484375, - -0.02069091796875, - -0.007320404052734375, - -0.0219573974609375, - -0.041168212890625, - -0.011505126953125, - 0.043487548828125, - -0.03564453125, - 0.005462646484375, - 0.0284271240234375, - -0.0008320808410644531, - 0.0100250244140625, - -0.08526611328125, - 0.05938720703125, - 0.022705078125, - 0.0152740478515625, - -0.016754150390625, - 0.0132598876953125, - 0.0161285400390625, - 0.030548095703125, - 0.042633056640625, - 0.020263671875, - -0.0235443115234375, - 0.04901123046875, - 0.03521728515625, - -0.0053558349609375, - -0.025665283203125, - 0.025238037109375, - 0.003818511962890625, - -0.04901123046875, - 0.020263671875, - 0.03692626953125, - 0.0181427001953125, - -0.0134735107421875, - -0.01145172119140625, - -0.0004475116729736328, - -0.057281494140625, - 0.057281494140625, - -0.0011472702026367188, - 0.01256561279296875, - 0.0273590087890625, - -0.0615234375, - 0.079345703125, - 0.0148468017578125, - 0.0526123046875, - -0.0419921875, - 0.050689697265625, - -0.03204345703125, - 0.0134735107421875, - 0.01087188720703125, - -0.0083770751953125, - -0.006893157958984375, - 0.042633056640625, - -0.0031681060791015625, - 0.0750732421875, - 0.0347900390625, - -0.00917816162109375, - -0.055145263671875, - -0.022491455078125, - -0.0219573974609375, - -0.01007843017578125, - 0.0154876708984375, - -0.049652099609375, - -0.043701171875, - 0.0019359588623046875, - 0.036285400390625, - 0.06494140625, - 0.005462646484375, - 0.0288543701171875, - 0.003978729248046875, - -0.014739990234375, - -0.0316162109375, - 0.016021728515625 + -0.05377197265625, + -0.026519775390625, + 0.044403076171875, + 0.0219268798828125, + -0.01105499267578125, + -0.042266845703125, + -0.01617431640625, + 0.001712799072265625, + -0.061553955078125, + 0.032196044921875, + 0.0008897781372070312, + 0.0260009765625, + -0.0143280029296875, + -0.030242919921875, + 0.006809234619140625, + 0.007781982421875, + 0.04632568359375, + 0.0087127685546875, + 0.018829345703125, + -0.05908203125, + 0.024932861328125, + 0.00751495361328125, + -0.01264190673828125, + 0.0011110305786132812, + -0.017242431640625, + 0.0245819091796875, + -0.01617431640625, + -0.005970001220703125, + 0.011138916015625, + 0.04296875, + 0.0133514404296875, + 0.01317596435546875, + -0.04986572265625, + 0.03765869140625, + -0.0219268798828125, + 0.052703857421875, + -0.0252838134765625, + -0.037139892578125, + -0.00893402099609375, + 0.0270538330078125, + 0.035552978515625, + 0.03961181640625, + -0.003978729248046875, + -0.0330810546875, + 0.01529693603515625, + 0.052001953125, + -0.007694244384765625, + -0.05517578125, + -0.035369873046875, + -0.00879669189453125, + 0.01458740234375, + 0.0823974609375, + -0.0236968994140625, + 0.089111328125, + 0.0056610107421875, + -0.01003265380859375, + 0.041748046875, + 0.05657958984375, + 0.0167083740234375, + -0.0270538330078125, + -0.050933837890625, + -0.00738525390625, + 0.0175933837890625, + -0.040496826171875, + -0.0330810546875, + -0.0038242340087890625, + 0.048797607421875, + -0.0732421875, + -0.031463623046875, + -0.0159149169921875, + -0.00086212158203125, + 0.035369873046875, + 0.00711822509765625, + -0.008087158203125, + 0.0178680419921875, + 0.01406097412109375, + -0.03607177734375, + 0.0187530517578125, + -0.0081787109375, + -0.0254669189453125, + 0.056243896484375, + 0.0261688232421875, + -0.002166748046875, + 0.048797607421875, + 0.0281219482421875, + 0.0270538330078125, + 0.025115966796875, + 0.0548095703125, + 0.0288238525390625, + 0.0218353271484375, + 0.035552978515625, + 0.04632568359375, + -0.040679931640625, + -0.030059814453125, + -0.00202178955078125, + 0.0229949951171875, + 0.026885986328125, + 0.033599853515625, + 0.007694244384765625, + 0.029541015625, + 0.0187530517578125, + -0.04632568359375, + -0.0023441314697265625, + -0.0192718505859375, + -0.02423095703125, + -0.0133514404296875, + -0.031829833984375, + 0.01396942138671875, + -0.056243896484375, + 0.02581787109375, + -0.0256500244140625, + -0.03802490234375, + -0.0175018310546875, + 0.04296875, + -0.006500244140625, + -0.0413818359375, + 0.0394287109375, + -0.0184783935546875, + -0.024932861328125, + -0.0030727386474609375, + -0.031829833984375, + 0.0238800048828125, + -0.0238800048828125, + -0.07568359375, + -0.018035888671875, + 0.04156494140625, + -0.00667572021484375, + -0.05694580078125, + -0.0382080078125, + 0.0150299072265625, + -0.029541015625, + -0.0297088623046875, + -0.03271484375, + -0.00946044921875, + 0.0224609375, + -0.0132598876953125, + -0.0008511543273925781, + 0.00946044921875, + -0.016357421875, + -0.01441192626953125, + -0.0307769775390625, + -0.02264404296875, + 0.042266845703125, + -0.044036865234375, + 0.024932861328125, + -0.0025539398193359375, + 0.0193634033203125, + 0.0311279296875, + 0.057647705078125, + -0.0125579833984375, + -0.0198974609375, + -0.01123046875, + -0.0167083740234375, + 0.004421234130859375, + -0.0189208984375, + 0.00946044921875, + -0.0587158203125, + 0.00366973876953125, + 0.07147216796875, + -0.06683349609375, + 0.0201568603515625, + -0.00977325439453125, + -0.0124664306640625, + -0.052337646484375, + 0.019989013671875, + 0.01110076904296875, + -0.002254486083984375, + 0.06646728515625, + -0.004375457763671875, + -0.0290069580078125, + -0.007472991943359375, + -0.05517578125, + 0.07745361328125, + 0.0094146728515625, + 0.0017681121826171875, + -0.0281219482421875, + 0.052001953125, + -0.01175689697265625, + 0.007602691650390625, + 0.01441192626953125, + -0.07818603515625, + -0.00888824462890625, + 0.022369384765625, + 0.0224609375, + -0.01202392578125, + 0.01229095458984375, + -0.03271484375, + -0.050933837890625, + 0.0006852149963378906, + 0.0177764892578125, + 0.011138916015625, + 0.0270538330078125, + -0.0210418701171875, + -0.0413818359375, + -0.0143280029296875, + -0.04986572265625, + -0.0166168212890625, + -0.047027587890625, + 0.0452880859375, + 0.013702392578125, + -0.0548095703125, + 0.01352691650390625, + 0.006412506103515625, + 0.01065826416015625, + 0.026885986328125, + 0.06048583984375, + -0.05023193359375, + -0.014678955078125, + 0.02423095703125, + 0.051300048828125, + 0.003932952880859375, + -0.0017023086547851562, + 0.0013484954833984375, + 0.0185699462890625, + 0.0141448974609375, + -0.059783935546875, + 0.0211334228515625, + 0.0323486328125, + -0.01529693603515625, + -0.033782958984375, + -0.030242919921875, + -0.033416748046875, + 0.055877685546875, + -0.002895355224609375, + 0.052001953125, + 0.00711822509765625, + -0.0175933837890625, + -0.07354736328125, + 0.054473876953125, + -0.028472900390625, + 0.035552978515625, + 0.006984710693359375, + -0.026519775390625, + -0.057647705078125, + -0.04632568359375, + -0.0382080078125, + 0.0176849365234375, + -0.025115966796875, + 0.032012939453125, + 0.038909912109375, + -0.006191253662109375, + 0.035003662109375, + 0.0288238525390625, + 0.0220184326171875, + 0.0112762451171875, + 0.019622802734375, + -0.0343017578125, + 0.07818603515625, + -0.04315185546875, + 0.0036029815673828125, + -0.021392822265625, + 0.0305938720703125, + 0.01219940185546875, + -0.0000756382942199707, + -0.0297088623046875, + -0.00756072998046875, + 0.0298919677734375, + 0.0254669189453125, + -0.012908935546875, + 0.0003619194030761719, + -0.01812744140625, + -0.005062103271484375, + 0.0177764892578125, + -0.005062103271484375, + 0.01529693603515625, + 0.0211334228515625, + -0.044403076171875, + 0.0036258697509765625, + -0.040496826171875, + -0.0548095703125, + 0.0012159347534179688, + -0.051300048828125, + -0.0236968994140625, + -0.0124664306640625, + 0.01406097412109375, + 0.00800323486328125, + -0.0413818359375, + 0.0068511962890625, + 0.00689697265625, + -0.01140594482421875, + -0.002475738525390625, + -0.015655517578125, + -0.00928497314453125, + 0.04632568359375, + 0.024932861328125, + -0.035552978515625, + 0.0187530517578125, + -0.029541015625, + -0.044036865234375, + -0.0261688232421875, + 0.0323486328125, + -0.029541015625, + 0.0220184326171875, + -0.03094482421875, + -0.00514984130859375, + 0.026702880859375, + 0.018035888671875, + -0.00888824462890625, + -0.0298919677734375, + 0.0307769775390625, + -0.0305938720703125, + -0.045623779296875, + -0.0010614395141601562, + -0.0298919677734375, + -0.0219268798828125, + 0.037322998046875, + 0.00490570068359375, + 0.004375457763671875, + -0.0034923553466796875, + 0.047393798828125, + 0.0205078125, + 0.03839111328125, + -0.002056121826171875, + -0.0159149169921875, + 0.004199981689453125, + -0.02935791015625, + 0.029541015625, + 0.006587982177734375, + 0.0238800048828125, + -0.0103912353515625, + -0.0005970001220703125, + -0.00499725341796875, + -0.061553955078125, + 0.0018568038940429688, + -0.0167999267578125, + -0.06292724609375, + 0.01175689697265625, + 0.07781982421875, + 0.029541015625, + -0.01494598388671875, + 0.033416748046875, + 0.02069091796875, + 0.04119873046875, + 0.01910400390625, + -0.0247650146484375, + -0.0682373046875, + -0.00342559814453125, + 0.052337646484375, + 0.0362548828125, + -0.050933837890625, + 0.03094482421875, + 0.07818603515625, + -0.01654052734375, + -0.01361846923828125, + -0.019195556640625, + -0.0124664306640625, + 0.042449951171875, + 0.0343017578125, + 0.027587890625, + -0.057647705078125, + 0.0169830322265625, + 0.015655517578125, + -0.00756072998046875, + -0.0038909912109375, + -0.004375457763671875, + -0.043853759765625, + 0.02264404296875, + -0.045623779296875, + -0.0068511962890625, + 0.005237579345703125, + 0.0555419921875, + -0.01025390625, + -0.0311279296875, + -0.005970001220703125, + 0.018310546875, + 0.019012451171875, + 0.00689697265625, + 0.0024433135986328125, + 0.0176849365234375, + -0.0151214599609375, + 0.0205078125, + 0.048797607421875, + 0.0238800048828125, + 0.03839111328125, + 0.039794921875, + -0.01016998291015625, + 0.025115966796875, + 0.0176849365234375, + 0.00583648681640625, + -0.003692626953125, + -0.035888671875, + -0.01065826416015625, + -0.0587158203125, + 0.018035888671875, + 0.01229095458984375, + 0.0618896484375, + 0.01971435546875, + 0.0041351318359375, + 0.004688262939453125, + 0.014678955078125, + 0.0297088623046875, + 0.05908203125, + 0.0228118896484375, + 0.0134429931640625, + 0.005702972412109375, + 0.04156494140625, + -0.008270263671875, + -0.020599365234375, + 0.02423095703125, + -0.051300048828125, + -0.01458740234375, + -0.0433349609375, + -0.01300048828125, + -0.00977325439453125, + -0.01300048828125, + -0.0157318115234375, + -0.0298919677734375, + 0.0012493133544921875, + -0.044219970703125, + -0.057647705078125, + -0.0087127685546875, + 0.0445556640625, + -0.0452880859375, + 0.02423095703125, + 0.024932861328125, + 0.018035888671875, + 0.0256500244140625, + -0.0548095703125, + 0.08880615234375, + 0.043853759765625, + 0.03271484375, + -0.01264190673828125, + 0.010345458984375, + 0.035736083984375, + -0.01175689697265625, + -0.01264190673828125, + 0.0211334228515625, + -0.0159149169921875, + 0.039794921875, + 0.019805908203125, + 0.022552490234375, + -0.040130615234375, + 0.045989990234375, + -0.0143280029296875, + -0.062255859375, + 0.0243988037109375, + 0.00011259317398071289, + 0.01458740234375, + -0.0178680419921875, + -0.021484375, + 0.0125579833984375, + -0.055877685546875, + 0.03997802734375, + 0.0175018310546875, + -0.0179443359375, + 0.037139892578125, + -0.07745361328125, + 0.038726806640625, + 0.003116607666015625, + 0.05908203125, + -0.047027587890625, + 0.02777099609375, + 0.005878448486328125, + 0.005084991455078125, + -0.004730224609375, + 0.012908935546875, + -0.01450347900390625, + 0.0060577392578125, + -0.023345947265625, + 0.06329345703125, + 0.040313720703125, + 0.006500244140625, + -0.05023193359375, + -0.006099700927734375, + 0.01202392578125, + 0.012115478515625, + 0.060821533203125, + -0.019989013671875, + -0.0147705078125, + 0.0243988037109375, + 0.052337646484375, + 0.04669189453125, + -0.0211334228515625, + 0.005924224853515625, + -0.00003540515899658203, + 0.01450347900390625, + 0.0036468505859375, + -0.00888824462890625 ], "metadata": { "domains": [ "incident-response", - "static-investigations", + "malware-analysis" + ], + "phases": [ + "analysis" + ], + "tags": [ + "automation", + "threat-intel" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Wireshark", + "type": "tool", + "name": "Wireshark", + "content": "wireshark der unangefochtene könig der netzwerk-protokoll-analyse dekodiert die meisten netzwerkprotokolle von ethernet bis zu exotischen ics-protokollen. display-filter mit mächtiger syntax ermöglichen chirurgisch präzise paket-selektion. follow-stream rekonstruiert komplette tcp-sessions, http-uploads oder ftp-transfers. expert-info identifiziert anomalien wie retransmissions, malformed packets oder protokoll-violations. die statistik-funktionen visualisieren conversations, io-graphs und protocol-hierarchien. export-objekte extrahiert übertragene dateien aus http, smb oder tftp. coloring-rules heben verdächtige pakete hervor. geoip-integration zeigt geografische verbindungsdaten. tls-decryption mit private keys oder sslkeylogfile. die lua- und c-plugin-api erlaubt custom-dissectors. unverzichtbar für malware-c2-analyse, data-exfiltration-erkennung und netzwerk-troubleshooting. gui protocol-decode packet-filtering pcap-capture cross-platform session-reconstruction display-filters follow-stream expert-info statistics coloring-rules tls-decryption incident-response malware-analysis network-forensics cloud-forensics ics-forensics fraud-investigation examination analysis", + "embedding": [ + -0.02032470703125, + 0.0014066696166992188, + 0.04583740234375, + 0.027374267578125, + 0.034637451171875, + 0.0231170654296875, + 0.0142059326171875, + 0.005886077880859375, + -0.040863037109375, + -0.005573272705078125, + -0.039398193359375, + 0.044586181640625, + 0.0245819091796875, + -0.0015554428100585938, + -0.07342529296875, + 0.033599853515625, + -0.02447509765625, + -0.0014390945434570312, + -0.0012121200561523438, + 0.01441192626953125, + -0.02001953125, + 0.0011539459228515625, + -0.052886962890625, + 0.00736236572265625, + -0.0185546875, + -0.0014581680297851562, + -0.0207366943359375, + -0.0845947265625, + -0.01389312744140625, + 0.0206298828125, + 0.013275146484375, + -0.01181793212890625, + -0.0043792724609375, + 0.031951904296875, + 0.00331878662109375, + -0.0173187255859375, + 0.022918701171875, + -0.060546875, + -0.0240631103515625, + 0.055999755859375, + -0.0159759521484375, + -0.0220794677734375, + 0.014312744140625, + -0.00969696044921875, + -0.0202178955078125, + -0.0269622802734375, + -0.0029544830322265625, + -0.0034732818603515625, + 0.019805908203125, + -0.018035888671875, + 0.046875, + 0.0084991455078125, + -0.00824737548828125, + -0.0071563720703125, + -0.041259765625, + 0.027587890625, + 0.04376220703125, + -0.034423828125, + -0.037109375, + 0.067626953125, + -0.0234375, + -0.0217742919921875, + -0.01255035400390625, + -0.015869140625, + 0.0251922607421875, + 0.0005283355712890625, + -0.020538330078125, + -0.0262298583984375, + -0.0121307373046875, + -0.00339508056640625, + 0.00829315185546875, + -0.018035888671875, + -0.00658416748046875, + 0.0302734375, + -0.0269622802734375, + -0.03607177734375, + 0.00547027587890625, + 0.020843505859375, + 0.015869140625, + 0.0131683349609375, + -0.045623779296875, + 0.01409912109375, + 0.05474853515625, + -0.00015878677368164062, + -0.0050048828125, + -0.0015039443969726562, + 0.035675048828125, + -0.0071563720703125, + 0.0136871337890625, + 0.006351470947265625, + 0.0302734375, + -0.020843505859375, + 0.0277862548828125, + -0.019287109375, + 0.0447998046875, + 0.036712646484375, + -0.0311126708984375, + 0.0016460418701171875, + -0.0004730224609375, + 0.02374267578125, + 0.030487060546875, + -0.030487060546875, + 0.0516357421875, + 0.00296783447265625, + 0.046234130859375, + -0.018768310546875, + -0.0025272369384765625, + -0.0104217529296875, + -0.004924774169921875, + -0.0222930908203125, + -0.0845947265625, + -0.02655029296875, + -0.0219879150390625, + -0.064697265625, + -0.008758544921875, + 0.0027866363525390625, + -0.019073486328125, + 0.037109375, + -0.03857421875, + -0.046234130859375, + 0.01125335693359375, + 0.00495147705078125, + -0.017425537109375, + -0.0016851425170898438, + -0.05682373046875, + -0.06884765625, + 0.0017757415771484375, + 0.02105712890625, + -0.049346923828125, + -0.01203155517578125, + 0.00803375244140625, + 0.005313873291015625, + 0.000010907649993896484, + 0.00865936279296875, + -0.00218963623046875, + -0.0251922607421875, + 0.02862548828125, + -0.0005736351013183594, + -0.01103973388671875, + 0.0006384849548339844, + 0.0298614501953125, + -0.023223876953125, + -0.05059814453125, + -0.0032787322998046875, + -0.0248870849609375, + -0.01151275634765625, + -0.0188751220703125, + 0.0264434814453125, + -0.01140594482421875, + -0.00865936279296875, + -0.0162811279296875, + 0.0202178955078125, + 0.04437255859375, + -0.001659393310546875, + 0.02032470703125, + -0.036285400390625, + -0.00829315185546875, + -0.0311126708984375, + 0.0233306884765625, + -0.0302734375, + 0.0019445419311523438, + 0.0083465576171875, + -0.0231170654296875, + 0.01099395751953125, + 0.00482177734375, + -0.0277862548828125, + -0.00443267822265625, + 0.003810882568359375, + 0.0214691162109375, + -0.0199127197265625, + 0.01270294189453125, + 0.0013675689697265625, + 0.048126220703125, + 0.0780029296875, + 0.01010894775390625, + 0.02447509765625, + 0.0102691650390625, + -0.016693115234375, + 0.0081939697265625, + 0.036712646484375, + -0.00710296630859375, + -0.01171875, + 0.03131103515625, + 0.006015777587890625, + 0.027587890625, + -0.0277862548828125, + -0.0296630859375, + -0.0176239013671875, + -0.03131103515625, + 0.01125335693359375, + -0.033599853515625, + -0.018768310546875, + -0.01140594482421875, + 0.0093841552734375, + 0.026336669921875, + 0.0543212890625, + 0.05059814453125, + 0.009490966796875, + 0.045196533203125, + -0.00865936279296875, + -0.0004115104675292969, + 0.019287109375, + -0.00658416748046875, + 0.027374267578125, + 0.007778167724609375, + 0.022918701171875, + -0.0157623291015625, + 0.033172607421875, + 0.00710296630859375, + -0.02716064453125, + -0.01285552978515625, + 0.036712646484375, + -0.0185546875, + -0.00632476806640625, + -0.008453369140625, + -0.02862548828125, + 0.0228118896484375, + -0.0090179443359375, + 0.01280975341796875, + -0.0084991455078125, + 0.0031490325927734375, + -0.04376220703125, + -0.0078277587890625, + 0.048736572265625, + -0.042510986328125, + 0.051422119140625, + 0.0259246826171875, + -0.027374267578125, + -0.01544952392578125, + 0.023956298828125, + 0.018768310546875, + 0.006221771240234375, + 0.004848480224609375, + -0.015350341796875, + -0.01409912109375, + -0.011871337890625, + 0.06597900390625, + 0.050201416015625, + 0.005107879638671875, + 0.0193939208984375, + -0.021881103515625, + 0.032135009765625, + -0.02374267578125, + 0.0264434814453125, + 0.01306915283203125, + -0.0196990966796875, + 0.01296234130859375, + 0.0030975341796875, + 0.00736236572265625, + 0.062225341796875, + -0.06842041015625, + 0.00339508056640625, + -0.0572509765625, + -0.0152435302734375, + -0.0738525390625, + -0.0308990478515625, + -0.045013427734375, + -0.051239013671875, + 0.03961181640625, + -0.0027217864990234375, + -0.0350341796875, + 0.0009074211120605469, + -0.00814056396484375, + -0.01409912109375, + 0.046661376953125, + -0.0298614501953125, + -0.0196990966796875, + -0.01140594482421875, + 0.0999755859375, + -0.0020084381103515625, + -0.0188751220703125, + -0.0225982666015625, + 0.0199127197265625, + -0.00030303001403808594, + 0.01068115234375, + -0.01409912109375, + 0.00933074951171875, + 0.042938232421875, + 0.00038242340087890625, + 0.03338623046875, + -0.02374267578125, + -0.007724761962890625, + 0.00736236572265625, + 0.04791259765625, + -0.02862548828125, + 0.0096435546875, + 0.01348114013671875, + -0.019073486328125, + 0.0004634857177734375, + -0.052886962890625, + 0.00572967529296875, + 0.0248870849609375, + 0.01192474365234375, + 0.0191802978515625, + 0.01275634765625, + -0.053924560546875, + 0.007465362548828125, + 0.01959228515625, + 0.005367279052734375, + 0.0119781494140625, + 0.04791259765625, + -0.03753662109375, + 0.006145477294921875, + 0.00567626953125, + 0.01207733154296875, + -0.050811767578125, + -0.03070068359375, + -0.01337432861328125, + 0.012237548828125, + -0.0400390625, + -0.026031494140625, + 0.02581787109375, + -0.01203155517578125, + 0.03857421875, + -0.006351470947265625, + -0.0225982666015625, + -0.0323486328125, + -0.03753662109375, + 0.015869140625, + -0.043975830078125, + -0.04437255859375, + -0.042510986328125, + 0.05682373046875, + 0.004486083984375, + 0.0290374755859375, + 0.00788116455078125, + 0.0262298583984375, + -0.050811767578125, + 0.048126220703125, + -0.0107879638671875, + 0.016998291015625, + 0.00487518310546875, + 0.048309326171875, + 0.033599853515625, + 0.03753662109375, + 0.03692626953125, + 0.052276611328125, + 0.01441192626953125, + 0.0018405914306640625, + 0.0016202926635742188, + 0.0186614990234375, + 0.0037078857421875, + 0.050384521484375, + -0.004329681396484375, + -0.02862548828125, + -0.0259246826171875, + -0.04107666015625, + 0.0113525390625, + 0.031951904296875, + 0.01285552978515625, + 0.0136871337890625, + -0.018463134765625, + -0.0081939697265625, + 0.044158935546875, + 0.018035888671875, + 0.08172607421875, + -0.00891876220703125, + -0.04583740234375, + 0.01207733154296875, + 0.023956298828125, + -0.041259765625, + 0.016387939453125, + 0.036712646484375, + 0.01285552978515625, + 0.01337432861328125, + 0.0256195068359375, + -0.0204315185546875, + 0.03173828125, + -0.0196990966796875, + -0.02001953125, + -0.0350341796875, + -0.00684356689453125, + -0.01441192626953125, + 0.04437255859375, + 0.01068115234375, + 0.01239013671875, + 0.049346923828125, + -0.03692626953125, + -0.032989501953125, + -0.0400390625, + -0.07550048828125, + -0.01207733154296875, + 0.0105743408203125, + 0.01062774658203125, + 0.067626953125, + -0.050201416015625, + -0.0543212890625, + 0.0137939453125, + -0.042938232421875, + 0.07421875, + 0.0433349609375, + 0.012908935546875, + 0.047088623046875, + -0.01207733154296875, + -0.0000311732292175293, + 0.02923583984375, + 0.007049560546875, + 0.00824737548828125, + 0.070068359375, + 0.01409912109375, + 0.013275146484375, + -0.0308990478515625, + -0.010833740234375, + 0.042724609375, + -0.0061187744140625, + -0.0126495361328125, + 0.03546142578125, + 0.01047515869140625, + 0.0255126953125, + -0.045623779296875, + 0.04791259765625, + 0.0243682861328125, + -0.02447509765625, + 0.006298065185546875, + 0.0016717910766601562, + 0.01441192626953125, + -0.049346923828125, + 0.00650787353515625, + 0.02032470703125, + 0.0236358642578125, + 0.03607177734375, + 0.016387939453125, + -0.03070068359375, + -0.01171875, + 0.049163818359375, + -0.0572509765625, + 0.005367279052734375, + 0.030487060546875, + -0.007518768310546875, + 0.0160675048828125, + -0.049163818359375, + -0.04852294921875, + 0.00907135009765625, + -0.033599853515625, + -0.047088623046875, + 0.023223876953125, + 0.016387939453125, + -0.055572509765625, + -0.037109375, + -0.032562255859375, + -0.00658416748046875, + -0.01192474365234375, + -0.0308990478515625, + 0.02923583984375, + -0.00521087646484375, + 0.01171875, + 0.0256195068359375, + 0.00984954833984375, + -0.011199951171875, + -0.0379638671875, + 0.050811767578125, + -0.006221771240234375, + -0.021881103515625, + 0.018035888671875, + 0.0238494873046875, + 0.0021514892578125, + -0.0233306884765625, + -0.0152435302734375, + -0.0005865097045898438, + 0.0028133392333984375, + 0.0206298828125, + 0.008758544921875, + -0.0447998046875, + -0.0090179443359375, + -0.0447998046875, + 0.037750244140625, + 0.007518768310546875, + 0.041259765625, + 0.007205963134765625, + -0.0634765625, + 0.0081939697265625, + -0.046051025390625, + -0.004638671875, + 0.01824951171875, + 0.0092315673828125, + -0.010833740234375, + 0.055572509765625, + -0.007778167724609375, + 0.0095367431640625, + 0.006999969482421875, + 0.0267486572265625, + 0.0207366943359375, + -0.0048980712890625, + -0.046875, + 0.051849365234375, + 0.0207366943359375, + -0.0614013671875, + 0.001827239990234375, + -0.03070068359375, + -0.01270294189453125, + 0.0262298583984375, + -0.03399658203125, + 0.0038890838623046875, + -0.0217742919921875, + -0.05206298828125, + -0.00487518310546875, + -0.049346923828125, + -0.011871337890625, + -0.03692626953125, + 0.0181427001953125, + 0.01114654541015625, + 0.01151275634765625, + 0.029449462890625, + 0.01255035400390625, + -0.01348114013671875, + 0.0257110595703125, + -0.01239013671875, + -0.0204315185546875, + 0.00250244140625, + -0.0572509765625, + -0.01177215576171875, + 0.00409698486328125, + 0.059326171875, + -0.02862548828125, + -0.005573272705078125, + -0.003810882568359375, + -0.00469207763671875, + 0.03338623046875, + -0.03753662109375, + -0.01129913330078125, + -0.0185546875, + -0.017425537109375, + -0.033599853515625, + -0.030487060546875, + 0.02923583984375, + 0.0288238525390625, + -0.0261383056640625, + -0.01285552978515625, + 0.039398193359375, + -0.04107666015625, + 0.01409912109375, + 0.0311126708984375, + -0.02716064453125, + 0.00296783447265625, + -0.0131683349609375, + 0.01959228515625, + -0.01898193359375, + 0.020111083984375, + -0.0288238525390625, + -0.0350341796875, + -0.080078125, + 0.0296630859375, + -0.01285552978515625, + -0.01824951171875, + -0.031524658203125, + -0.049163818359375, + -0.05059814453125, + -0.0207366943359375, + 0.035247802734375, + -0.007465362548828125, + -0.015350341796875, + -0.03900146484375, + -0.0186614990234375, + -0.032562255859375, + -0.0338134765625, + 0.052886962890625, + -0.01259613037109375, + 0.0113525390625, + 0.0105743408203125, + -0.04376220703125, + 0.04998779296875, + 0.0256195068359375, + 0.02105712890625, + 0.0279998779296875, + 0.014312744140625, + -0.00865936279296875, + 0.01337432861328125, + -0.0040435791015625, + -0.0188751220703125, + 0.00917816162109375, + -0.00417327880859375, + 0.023223876953125, + -0.02166748046875, + -0.00461578369140625, + 0.014312744140625, + 0.03399658203125, + 0.0217742919921875, + 0.00450897216796875, + -0.00881195068359375, + 0.042510986328125, + -0.0029430389404296875, + 0.0421142578125, + -0.0251922607421875, + -0.0308990478515625, + -0.006999969482421875, + 0.01229095458984375, + 0.0281982421875, + 0.0379638671875, + 0.0067901611328125, + -0.015655517578125, + 0.00860595703125, + 0.055572509765625, + -0.0277862548828125, + -0.03607177734375, + -0.042510986328125, + -0.0228118896484375, + 0.0165863037109375, + 0.05474853515625, + -0.022918701171875, + 0.0655517578125, + 0.01233673095703125, + -0.01151275634765625, + 0.048736572265625, + 0.0667724609375, + 0.034423828125, + -0.0090179443359375, + -0.04583740234375, + -0.00279998779296875, + 0.0076751708984375, + -0.0323486328125, + -0.03900146484375, + -0.016998291015625, + 0.07342529296875, + -0.06719970703125, + -0.009124755859375, + -0.0259246826171875, + 0.00824737548828125, + -0.0040435791015625, + -0.003993988037109375, + -0.036285400390625, + 0.02862548828125, + -0.01088714599609375, + -0.03607177734375, + 0.00855255126953125, + -0.0206298828125, + 0.01824951171875, + 0.041473388671875, + 0.04541015625, + -0.032135009765625, + 0.01229095458984375, + 0.0350341796875, + 0.060546875, + 0.019073486328125, + 0.061798095703125, + 0.02032470703125, + 0.031524658203125, + 0.04022216796875, + 0.033599853515625, + -0.01296234130859375, + -0.0300750732421875, + 0.0288238525390625, + 0.0379638671875, + 0.037322998046875, + 0.0489501953125, + 0.00855255126953125, + -0.033599853515625, + -0.0228118896484375, + -0.0391845703125, + 0.005832672119140625, + 0.0012187957763671875, + -0.0217742919921875, + -0.055572509765625, + -0.059326171875, + 0.02923583984375, + -0.05517578125, + 0.046875, + 0.03131103515625, + -0.00502777099609375, + -0.0213623046875, + 0.0199127197265625, + 0.006557464599609375, + -0.055999755859375, + 0.010009765625, + -0.01959228515625, + -0.03900146484375, + -0.0391845703125, + -0.02655029296875, + 0.03607177734375, + -0.01270294189453125, + -0.07672119140625, + -0.0246734619140625, + 0.033172607421875, + -0.026031494140625, + 0.0032138824462890625, + -0.0220794677734375, + 0.021881103515625, + -0.0160675048828125, + -0.0181427001953125, + -0.049774169921875, + -0.00762176513671875, + 0.0083465576171875, + -0.0204315185546875, + -0.01483154296875, + -0.001659393310546875, + -0.00528717041015625, + 0.0109405517578125, + -0.01483154296875, + -0.034210205078125, + 0.04998779296875, + -0.030487060546875, + 0.037109375, + 0.00995635986328125, + 0.02447509765625, + 0.046234130859375, + 0.0572509765625, + 0.003681182861328125, + 0.0032405853271484375, + -0.0032405853271484375, + -0.0584716796875, + 0.01088714599609375, + -0.0002884864807128906, + -0.0009527206420898438, + -0.08831787109375, + 0.005107879638671875, + 0.037750244140625, + -0.084228515625, + 0.007465362548828125, + 0.01036834716796875, + -0.010009765625, + -0.053497314453125, + -0.0030975341796875, + 0.01068115234375, + -0.0179443359375, + 0.0833740234375, + 0.0107879638671875, + -0.0167999267578125, + 0.022705078125, + -0.05267333984375, + 0.0584716796875, + 0.00689697265625, + 0.050201416015625, + -0.045196533203125, + 0.024261474609375, + 0.00798797607421875, + -0.0281982421875, + -0.00572967529296875, + -0.07879638671875, + 0.0031757354736328125, + 0.02001953125, + 0.0296630859375, + -0.0100555419921875, + -0.0100555419921875, + -0.055572509765625, + 0.0029430389404296875, + -0.019073486328125, + 0.0008230209350585938, + 0.0243682861328125, + 0.0013608932495117188, + -0.0391845703125, + -0.0061187744140625, + -0.0181427001953125, + -0.052886962890625, + -0.042938232421875, + -0.0262298583984375, + 0.04791259765625, + 0.025299072265625, + -0.06304931640625, + 0.0199127197265625, + 0.0073089599609375, + -0.00128936767578125, + 0.0247802734375, + 0.0400390625, + -0.0721435546875, + 0.0081939697265625, + -0.007259368896484375, + 0.01483154296875, + 0.006740570068359375, + 0.00710296630859375, + 0.0024623870849609375, + 0.0147247314453125, + 0.01239013671875, + -0.0234375, + 0.049163818359375, + 0.049560546875, + 0.0012445449829101562, + -0.061798095703125, + -0.0107879638671875, + -0.00969696044921875, + 0.0391845703125, + 0.00244903564453125, + 0.051422119140625, + 0.0096435546875, + -0.0350341796875, + -0.09454345703125, + 0.0489501953125, + -0.025299072265625, + 0.035888671875, + 0.006534576416015625, + -0.030487060546875, + -0.06390380859375, + -0.04852294921875, + -0.034637451171875, + 0.0290374755859375, + -0.029449462890625, + 0.04437255859375, + 0.01259613037109375, + -0.007568359375, + 0.02032470703125, + -0.0186614990234375, + -0.0026187896728515625, + 0.04168701171875, + 0.010833740234375, + -0.041900634765625, + 0.060546875, + -0.016693115234375, + 0.03546142578125, + -0.03173828125, + 0.008758544921875, + -0.02001953125, + -0.006610870361328125, + -0.0213623046875, + -0.00383758544921875, + 0.032562255859375, + 0.03753662109375, + -0.0209503173828125, + -0.005519866943359375, + -0.0288238525390625, + 0.034637451171875, + 0.01337432861328125, + 0.0033702850341796875, + 0.015655517578125, + 0.00228118896484375, + -0.006351470947265625, + -0.0323486328125, + -0.060150146484375, + -0.0916748046875, + 0.0008683204650878906, + -0.049346923828125, + 0.0037078857421875, + 0.00598907470703125, + 0.027374267578125, + 0.0212554931640625, + -0.0193939208984375, + 0.0290374755859375, + -0.009796142578125, + -0.0196990966796875, + -0.034637451171875, + 0.00461578369140625, + -0.01483154296875, + 0.04376220703125, + 0.0165863037109375, + -0.0199127197265625, + 0.0241546630859375, + -0.00443267822265625, + -0.01239013671875, + -0.0006384849548339844, + 0.007415771484375, + -0.0338134765625, + 0.0212554931640625, + -0.08172607421875, + -0.00502777099609375, + 0.0251007080078125, + 0.055999755859375, + -0.0023193359375, + -0.01270294189453125, + 0.047271728515625, + -0.02032470703125, + -0.0584716796875, + 0.0236358642578125, + -0.0234375, + -0.0474853515625, + 0.026336669921875, + -0.0256195068359375, + 0.020843505859375, + 0.017730712890625, + 0.042510986328125, + 0.040863037109375, + 0.023956298828125, + 0.03692626953125, + -0.052459716796875, + -0.0071563720703125, + -0.014312744140625, + 0.0279998779296875, + 0.0084991455078125, + 0.02923583984375, + -0.00025916099548339844, + 0.02923583984375, + -0.0269622802734375, + -0.08172607421875, + -0.01348114013671875, + -0.040863037109375, + -0.05059814453125, + 0.0102691650390625, + 0.07257080078125, + 0.046661376953125, + -0.019073486328125, + 0.01177215576171875, + 0.0308990478515625, + 0.0308990478515625, + -0.002410888671875, + -0.00417327880859375, + -0.06427001953125, + -0.0028133392333984375, + 0.0379638671875, + -0.013275146484375, + -0.062225341796875, + 0.0421142578125, + 0.0584716796875, + -0.01088714599609375, + -0.0206298828125, + 0.026336669921875, + 0.005313873291015625, + 0.051849365234375, + 0.0172119140625, + 0.032989501953125, + -0.07879638671875, + 0.032989501953125, + 0.020538330078125, + -0.00839996337890625, + -0.004589080810546875, + -0.01348114013671875, + -0.02001953125, + 0.04107666015625, + -0.064697265625, + -0.00012636184692382812, + 0.03692626953125, + 0.07672119140625, + 0.00554656982421875, + -0.03173828125, + -0.02862548828125, + 0.0255126953125, + 0.01617431640625, + -0.0204315185546875, + -0.00003445148468017578, + 0.023223876953125, + -0.00045680999755859375, + 0.0338134765625, + 0.05267333984375, + -0.012237548828125, + 0.01959228515625, + 0.004486083984375, + -0.055572509765625, + 0.0206298828125, + -0.006221771240234375, + 0.0269622802734375, + 0.002643585205078125, + -0.0323486328125, + -0.02001953125, + -0.053924560546875, + 0.0281982421875, + 0.014617919921875, + 0.04644775390625, + 0.0050811767578125, + -0.01451873779296875, + 0.01451873779296875, + -0.00829315185546875, + 0.030487060546875, + 0.0447998046875, + 0.01493072509765625, + 0.01337432861328125, + 0.03857421875, + 0.0090179443359375, + -0.0028896331787109375, + -0.010162353515625, + 0.0214691162109375, + -0.037750244140625, + 0.003421783447265625, + -0.032562255859375, + -0.0004439353942871094, + 0.0032405853271484375, + -0.0220794677734375, + -0.023956298828125, + -0.038360595703125, + 0.0024623870849609375, + -0.019073486328125, + -0.02923583984375, + -0.01088714599609375, + 0.044158935546875, + -0.0338134765625, + 0.001827239990234375, + 0.02655029296875, + 0.01177215576171875, + 0.0447998046875, + -0.0400390625, + 0.06634521484375, + 0.01959228515625, + 0.0238494873046875, + -0.0037078857421875, + -0.0119781494140625, + 0.03814697265625, + -0.015869140625, + 0.00417327880859375, + 0.047271728515625, + -0.037322998046875, + 0.06304931640625, + 0.0298614501953125, + 0.0172119140625, + -0.05517578125, + 0.013580322265625, + 0.019500732421875, + -0.03961181640625, + 0.04998779296875, + 0.0095367431640625, + 0.006378173828125, + -0.0269622802734375, + 0.0024623870849609375, + -0.0269622802734375, + -0.050384521484375, + 0.06842041015625, + 0.022918701171875, + 0.0037326812744140625, + 0.0084991455078125, + -0.053924560546875, + 0.055572509765625, + 0.0183563232421875, + 0.053497314453125, + -0.03961181640625, + 0.05517578125, + -0.0191802978515625, + -0.00017333030700683594, + -0.0251007080078125, + 0.009124755859375, + 0.007724761962890625, + 0.0279998779296875, + 0.0018014907836914062, + 0.06719970703125, + 0.0162811279296875, + -0.005519866943359375, + -0.061798095703125, + -0.00450897216796875, + 0.0193939208984375, + 0.002384185791015625, + 0.01690673828125, + -0.0447998046875, + -0.0228118896484375, + 0.005184173583984375, + 0.0290374755859375, + 0.06719970703125, + -0.0188751220703125, + 0.0400390625, + 0.0008101463317871094, + 0.0015096664428710938, + -0.0181427001953125, + -0.01068115234375 + ], + "metadata": { + "domains": [ + "incident-response", + "malware-analysis", + "network-forensics", + "cloud-forensics", + "ics-forensics", "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_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.00006777048110961914, - 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" + "examination", + "analysis" ], "tags": [ "gui", + "protocol-decode", + "packet-filtering", "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_Android_Backup_Extractor", - "type": "tool", - "name": "Android Backup Extractor", - "content": "android backup extractor das bewährte kommandozeilen‑werkzeug zum entpacken und packen von android‑backups (.ab) aus »adb backup« – inklusive entschlüsselung passwort­geschützter archive dank integrierter aes‑routinen. ideal für die extraktion forensisch relevanter app‑daten ohne root‑zugriff und damit ein must‑have für mobile‑analysen. :contentreference[oaicite:0]{index=0} commandline backup encryption artifact-extraction android scenario:file_recovery mobile-forensics static-investigations examination analysis", - "embedding": [ - 0.0143280029296875, - 0.008697509765625, - 0.01348876953125, - -0.00018095970153808594, - 0.01971435546875, - 0.0202789306640625, - 0.034423828125, - 0.000033974647521972656, - -0.01209259033203125, - -0.00534820556640625, - -0.00423431396484375, - 0.08074951171875, - 0.0104217529296875, - 0.0067901611328125, - -0.0280914306640625, - 0.0067901611328125, - 0.0036983489990234375, - 0.002696990966796875, - -0.006931304931640625, - -0.004512786865234375, - -0.007022857666015625, - -0.0260467529296875, - -0.06439208984375, - -0.00893402099609375, - -0.01302337646484375, - 0.020751953125, - -0.0180511474609375, - -0.05096435546875, - -0.0243682861328125, - 0.00623321533203125, - 0.023345947265625, - -0.0277252197265625, - -0.0015811920166015625, - 0.039825439453125, - 0.0037899017333984375, - -0.01506805419921875, - -0.006000518798828125, - -0.017486572265625, - -0.0256805419921875, - 0.053955078125, - -0.0122833251953125, - 0.01200103759765625, - 0.01515960693359375, - 0.0048828125, - -0.034423828125, - -0.0269775390625, - -0.00836944580078125, - -0.01055908203125, - 0.020751953125, - -0.0277252197265625, - 0.0167388916015625, - 0.024932861328125, - 0.02679443359375, - -0.007022857666015625, - -0.04150390625, - 0.05023193359375, - 0.026611328125, - -0.03887939453125, - -0.058807373046875, - 0.0535888671875, - -0.05096435546875, - -0.0008373260498046875, - 0.0180511474609375, - -0.006046295166015625, - 0.0009708404541015625, - 0.00836944580078125, - -0.013397216796875, - -0.023345947265625, - -0.0078582763671875, - 0.00428009033203125, - -0.00762939453125, - -0.021392822265625, - -0.01186370849609375, - 0.05804443359375, - -0.004116058349609375, - -0.0535888671875, - 0.0143280029296875, - -0.00836944580078125, - -0.00623321533203125, - 0.01200103759765625, - -0.04278564453125, - -0.0107421875, - 0.01515960693359375, - -0.02716064453125, - 0.006931304931640625, - 0.020843505859375, - 0.0205535888671875, - -0.0032787322998046875, - -0.006977081298828125, - -0.019622802734375, - 0.0152587890625, - -0.01776123046875, - 0.019439697265625, - -0.013671875, - 0.056182861328125, - 0.059173583984375, - -0.033477783203125, - 0.006000518798828125, - 0.0164642333984375, - 0.0390625, - 0.00016641616821289062, - -0.04278564453125, - 0.0628662109375, - 0.0013484954833984375, - 0.039825439453125, - -0.0260467529296875, - 0.0163726806640625, - -0.0216827392578125, - -0.025299072265625, - -0.022796630859375, - -0.12353515625, - -0.041290283203125, - -0.024749755859375, - -0.04205322265625, - -0.01776123046875, - -0.0086517333984375, - -0.0029544830322265625, - 0.045196533203125, - -0.056549072265625, - -0.032196044921875, - 0.00762939453125, - 0.031829833984375, - -0.024566650390625, - -0.0107879638671875, - -0.05059814453125, - -0.026611328125, - -0.0013551712036132812, - 0.005092620849609375, - -0.05059814453125, - -0.035736083984375, - -0.0316162109375, - -0.011627197265625, - -0.03070068359375, - -0.0340576171875, - -0.0160064697265625, - -0.048736572265625, - 0.032379150390625, - 0.00261688232421875, - 0.0015468597412109375, - 0.00823211669921875, - 0.031829833984375, - -0.05731201171875, - -0.07293701171875, - 0.015625, - -0.034423828125, - 0.006511688232421875, - -0.03070068359375, - 0.06658935546875, - -0.037017822265625, - -0.0167388916015625, - -0.020843505859375, - -0.005558013916015625, - 0.03497314453125, - -0.01386260986328125, - -0.002140045166015625, - -0.044281005859375, - -0.00476837158203125, - -0.0264129638671875, - 0.01544189453125, - -0.02093505859375, - -0.033294677734375, - 0.0167388916015625, - -0.023345947265625, - 0.032379150390625, - -0.01404571533203125, - -0.0299530029296875, - -0.031829833984375, - 0.0093994140625, - -0.019073486328125, - -0.0003707408905029297, - 0.00911712646484375, - -0.02716064453125, - 0.040008544921875, - 0.0703125, - 0.0105133056640625, - 0.0264129638671875, - -0.00469970703125, - 0.0105133056640625, - 0.0145111083984375, - 0.04986572265625, - -0.01284027099609375, - -0.0295867919921875, - 0.04913330078125, - 0.02734375, - 0.0230712890625, - -0.015716552734375, - -0.03887939453125, - 0.0020008087158203125, - -0.0280914306640625, - 0.0625, - -0.023345947265625, - -0.0178680419921875, - 0.015625, - 0.01898193359375, - 0.0224151611328125, - 0.036651611328125, - 0.0280914306640625, - -0.019073486328125, - 0.040924072265625, - -0.00958251953125, - 0.028656005859375, - 0.058807373046875, - 0.00991058349609375, - 0.044647216796875, - 0.006511688232421875, - 0.002872467041015625, - -0.01470184326171875, - 0.036102294921875, - 0.0260467529296875, - -0.021209716796875, - -0.0222320556640625, - 0.00804901123046875, - 0.015350341796875, - -0.028839111328125, - -0.01544189453125, - -0.0347900390625, - 0.025299072265625, - -0.036102294921875, - -0.03106689453125, - -0.00006395578384399414, - -0.0103759765625, - -0.0784912109375, - 0.01953125, - 0.0256805419921875, - -0.0260467529296875, - 0.03070068359375, - 0.033477783203125, - -0.013397216796875, - -0.04278564453125, - 0.029022216796875, - -0.006977081298828125, - 0.034423828125, - 0.00916290283203125, - 0.040008544921875, - -0.0161895751953125, - -0.0066986083984375, - 0.056182861328125, - 0.03125, - 0.0093994140625, - -0.00730133056640625, - -0.0303192138671875, - 0.04913330078125, - -0.03460693359375, - 0.0301361083984375, - 0.0316162109375, - -0.0535888671875, - -0.0127410888671875, - 0.005443572998046875, - 0.048370361328125, - 0.039825439453125, - -0.036834716796875, - 0.007534027099609375, - -0.063232421875, - 0.003604888916015625, - -0.0784912109375, - -0.048370361328125, - -0.024749755859375, - -0.051727294921875, - 0.048736572265625, - -0.017120361328125, - -0.0144195556640625, - 0.004791259765625, - -0.00995635986328125, - -0.0145111083984375, - 0.035736083984375, - 0.0103759765625, - -0.06884765625, - 0.02288818359375, - 0.06622314453125, - -0.0178680419921875, - 0.0025806427001953125, - -0.01084136962890625, - 0.0122833251953125, - 0.01293182373046875, - 0.03533935546875, - -0.0178680419921875, - -0.029205322265625, - 0.0282745361328125, - 0.0003952980041503906, - 0.01116180419921875, - -0.006885528564453125, - 0.0122833251953125, - -0.0204620361328125, - 0.029022216796875, - -0.024749755859375, - 0.0013027191162109375, - 0.0053253173828125, - 0.01506805419921875, - -0.01000213623046875, - -0.03387451171875, - -0.0162811279296875, - 0.02679443359375, - 0.03070068359375, - 0.0182342529296875, - 0.024932861328125, - -0.051727294921875, - -0.01580810546875, - -0.01004791259765625, - -0.022796630859375, - 0.04669189453125, - 0.01971435546875, - -0.0185089111328125, - 0.00991058349609375, - 0.032562255859375, - 0.0186004638671875, - -0.0017795562744140625, - -0.040374755859375, - -0.00795745849609375, - -0.01027679443359375, - -0.044281005859375, - -0.038330078125, - 0.017669677734375, - -0.0238189697265625, - 0.0282745361328125, - 0.003326416015625, - -0.003139495849609375, - -0.03387451171875, - -0.038330078125, - -0.01702880859375, - -0.01348876953125, - -0.0280914306640625, - -0.021026611328125, - 0.0122833251953125, - 0.00725555419921875, - -0.024566650390625, - -0.00893402099609375, - -0.0162811279296875, - -0.05731201171875, - 0.026611328125, - 0.0042572021484375, - 0.00244140625, - -0.03125, - 0.06732177734375, - 0.0390625, - 0.026611328125, - 0.03497314453125, - 0.075927734375, - 0.0308837890625, - -0.0237274169921875, - 0.01032257080078125, - -0.01776123046875, - 0.01544189453125, - 0.013671875, - -0.03424072265625, - -0.0159149169921875, - 0.002197265625, - -0.0161895751953125, - 0.01153564453125, - 0.024749755859375, - 0.04949951171875, - 0.0243682861328125, - -0.052093505859375, - -0.0022563934326171875, - 0.05694580078125, - -0.0142364501953125, - 0.08709716796875, - -0.00958251953125, - -0.034423828125, - -0.01190948486328125, - 0.030517578125, - -0.028656005859375, - -0.004001617431640625, - 0.036834716796875, - 0.0049285888671875, - 0.0113983154296875, - 0.033111572265625, - 0.015533447265625, - -0.00730133056640625, - -0.0146026611328125, - -0.005558013916015625, - 0.0133056640625, - -0.0279083251953125, - 0.0015583038330078125, - 0.0279083251953125, - 0.03125, - 0.01580810546875, - 0.040740966796875, - 0.0029296875, - 0.0103759765625, - -0.00920867919921875, - -0.037200927734375, - 0.004184722900390625, - 0.03533935546875, - 0.017486572265625, - 0.04315185546875, - -0.004024505615234375, - -0.07403564453125, - -0.00902557373046875, - -0.036468505859375, - 0.08184814453125, - 0.03125, - 0.0007386207580566406, - -0.003093719482421875, - -0.03851318359375, - -0.00832366943359375, - 0.0020580291748046875, - 0.0160064697265625, - 0.005767822265625, - 0.019622802734375, - 0.025482177734375, - 0.00814056396484375, - -0.048736572265625, - 0.0143280029296875, - 0.018798828125, - 0.01284027099609375, - -0.024932861328125, - 0.0107879638671875, - 0.0095367431640625, - 0.03759765625, - -0.0279083251953125, - 0.0386962890625, - 0.01413726806640625, - 0.0123748779296875, - 0.020751953125, - -0.004512786865234375, - -0.0103759765625, - -0.018890380859375, - -0.0123748779296875, - -0.0098114013671875, - 0.015716552734375, - 0.0770263671875, - 0.01776123046875, - -0.071044921875, - 0.00623321533203125, - 0.046142578125, - -0.06622314453125, - 0.00809478759765625, - 0.0230712890625, - -0.0543212890625, - -0.007720947265625, - -0.0152587890625, - -0.055084228515625, - 0.0236358642578125, - -0.01953125, - -0.048736572265625, - 0.0087432861328125, - 0.041107177734375, - -0.036102294921875, - -0.0340576171875, - -0.044281005859375, - -0.01125335693359375, - -0.0011167526245117188, - -0.0167388916015625, - 0.032012939453125, - 0.00809478759765625, - -0.01181793212890625, - 0.03778076171875, - 0.043365478515625, - 0.0020694732666015625, - -0.040924072265625, - 0.04913330078125, - 0.004207611083984375, - -0.0535888671875, - 0.04541015625, - 0.0088348388671875, - 0.05804443359375, - -0.051361083984375, - -0.033660888671875, - 0.006744384765625, - 0.007022857666015625, - 0.015533447265625, - 0.0241851806640625, - -0.0279083251953125, - -0.040008544921875, - -0.033111572265625, - 0.06365966796875, - 0.01739501953125, - 0.05322265625, - -0.01116180419921875, - -0.00893402099609375, - 0.025115966796875, - -0.0535888671875, - -0.0260467529296875, - -0.00048542022705078125, - 0.017303466796875, - -0.044097900390625, - 0.06439208984375, - -0.029205322265625, - -0.01018524169921875, - -0.0036983489990234375, - 0.06439208984375, - 0.0013027191162109375, - 0.0152587890625, - -0.03143310546875, - 0.042236328125, - 0.03106689453125, - -0.02679443359375, - -0.036285400390625, - -0.01116180419921875, - 0.00067138671875, - 0.044830322265625, - -0.040191650390625, - 0.01190948486328125, - -0.03125, - -0.058807373046875, - -0.048736572265625, - -0.00920867919921875, - -0.0067901611328125, - -0.03778076171875, - 0.034423828125, - 0.032196044921875, - -0.0017671585083007812, - 0.021209716796875, - 0.032196044921875, - -0.0066986083984375, - 0.043548583984375, - -0.0106048583984375, - -0.0303192138671875, - 0.0238189697265625, - -0.0628662109375, - -0.04913330078125, - -0.0003662109375, - 0.0303192138671875, - -0.033111572265625, - 0.021392822265625, - -0.00716400146484375, - 0.0016050338745117188, - 0.020843505859375, - -0.0180511474609375, - -0.007022857666015625, - -0.01386260986328125, - -0.0294036865234375, - -0.041290283203125, - -0.015350341796875, - 0.00725555419921875, - 0.0264129638671875, - -0.0006074905395507812, - 0.01009368896484375, - 0.041107177734375, - -0.04595947265625, - -0.002197265625, - 0.0088348388671875, - 0.00637054443359375, - -0.0234375, - 0.0106048583984375, - 0.0106048583984375, - 0.0308837890625, - 0.01580810546875, - -0.01125335693359375, - -0.022979736328125, - -0.07220458984375, - 0.0282745361328125, - -0.0015115737915039062, - 0.0023956298828125, - -0.006046295166015625, - -0.0277252197265625, - -0.06549072265625, - 0.0116729736328125, - 0.0543212890625, - 0.023529052734375, - -0.002185821533203125, - -0.029022216796875, - -0.036285400390625, - -0.0009417533874511719, - -0.0258636474609375, - 0.032745361328125, - -0.035919189453125, - 0.032928466796875, - 0.0181427001953125, - -0.031829833984375, - 0.01209259033203125, - 0.0418701171875, - 0.01055908203125, - 0.043914794921875, - 0.023529052734375, - -0.034423828125, - 0.02325439453125, - -0.025482177734375, - -0.0379638671875, - 0.00006687641143798828, - -0.0256805419921875, - 0.00911712646484375, - -0.01320648193359375, - -0.0216827392578125, - 0.01120758056640625, - 0.0117645263671875, - 0.019622802734375, - -0.0165557861328125, - -0.0106964111328125, - 0.040924072265625, - -0.0218658447265625, - 0.06549072265625, - -0.0186004638671875, - -0.028656005859375, - -0.032562255859375, - -0.006885528564453125, - 0.04150390625, - 0.00588226318359375, - 0.01479339599609375, - -0.056182861328125, - 0.005443572998046875, - 0.053955078125, - 0.0243682861328125, - -0.031829833984375, - -0.019073486328125, - 0.009674072265625, - 0.0179595947265625, - 0.0258636474609375, - 0.01209259033203125, - 0.060638427734375, - 0.0009012222290039062, - 0.0008487701416015625, - 0.0282745361328125, - 0.052825927734375, - 0.03125, - -0.01320648193359375, - -0.05096435546875, - 0.0179595947265625, - -0.0168304443359375, - -0.0340576171875, - -0.05096435546875, - 0.006046295166015625, - 0.04913330078125, - -0.041107177734375, - -0.0107879638671875, - 0.0236358642578125, - 0.009857177734375, - -0.0127410888671875, - 0.020843505859375, - -0.0340576171875, - 0.018890380859375, - -0.004627227783203125, - -0.036651611328125, - -0.030517578125, - -0.040374755859375, - 0.040557861328125, - 0.03924560546875, - 0.032196044921875, - -0.048370361328125, - 0.044647216796875, - 0.0005755424499511719, - 0.0277252197265625, - 0.013671875, - 0.039642333984375, - 0.01013946533203125, - 0.02734375, - 0.0275421142578125, - 0.01739501953125, - -0.0260467529296875, - -0.0107421875, - 0.0224151611328125, - 0.0386962890625, - 0.040557861328125, - 0.0628662109375, - 0.02679443359375, - -0.000293731689453125, - 0.0020923614501953125, - -0.0543212890625, - 0.01018524169921875, - 0.004116058349609375, - -0.01404571533203125, - -0.0535888671875, - -0.036102294921875, - 0.0068359375, - -0.07257080078125, - 0.0260467529296875, - 0.01171875, - -0.01186370849609375, - -0.0162811279296875, - 0.033111572265625, - -0.0007905960083007812, - -0.060272216796875, - 0.011627197265625, - -0.00168609619140625, - -0.00485992431640625, - -0.029022216796875, - -0.01497650146484375, - 0.042236328125, - 0.006092071533203125, - -0.05096435546875, - -0.0699462890625, - 0.042236328125, - -0.0225067138671875, - -0.05059814453125, - -0.039642333984375, - -0.0095367431640625, - -0.0238189697265625, - -0.025482177734375, - -0.024566650390625, - -0.036102294921875, - 0.0015811920166015625, - -0.032562255859375, - -0.01404571533203125, - -0.043914794921875, - -0.017486572265625, - -0.0002486705780029297, - 0.00007265806198120117, - -0.0303192138671875, - 0.0164642333984375, - -0.045196533203125, - 0.03387451171875, - 0.0222320556640625, - 0.0106048583984375, - 0.04913330078125, - 0.0684814453125, - 0.019622802734375, - 0.008697509765625, - -0.017120361328125, - -0.05322265625, - 0.0048370361328125, - 0.0058135986328125, - 0.00045943260192871094, - -0.05804443359375, - 0.0217742919921875, - 0.03924560546875, - -0.0848388671875, - 0.0165557861328125, - -0.0034656524658203125, - -0.0234375, - -0.04559326171875, - -0.0015583038330078125, - -0.018798828125, - 0.01004791259765625, - 0.09228515625, - 0.0125579833984375, - -0.021026611328125, - 0.01102447509765625, - -0.00725555419921875, - 0.0241851806640625, - 0.022705078125, - 0.01009368896484375, - -0.052825927734375, - 0.0238189697265625, - 0.0277252197265625, - -0.000843048095703125, - 0.018798828125, - -0.06512451171875, - 0.01488494873046875, - 0.02716064453125, - 0.017120361328125, - 0.004673004150390625, - -0.0202789306640625, - -0.032745361328125, - -0.055084228515625, - -0.0219573974609375, - 0.0179595947265625, - -0.0032329559326171875, - -0.006420135498046875, - -0.0241851806640625, - 0.000029265880584716797, - -0.01348876953125, - -0.03851318359375, - -0.006000518798828125, - -0.0218658447265625, - 0.05694580078125, - 0.005931854248046875, - -0.04913330078125, - 0.0182342529296875, - 0.008514404296875, - -0.016937255859375, - -0.005626678466796875, - 0.055450439453125, - -0.03759765625, - -0.0165557861328125, - -0.0124664306640625, - 0.017578125, - 0.006931304931640625, - 0.01348876953125, - -0.01107025146484375, - 0.01377105712890625, - 0.0037899017333984375, - -0.032562255859375, - 0.036834716796875, - 0.04705810546875, - -0.019622802734375, - -0.077392578125, - -0.02325439453125, - -0.017669677734375, - 0.0160980224609375, - -0.01470184326171875, - 0.056182861328125, - 0.0185089111328125, - -0.004093170166015625, - -0.1160888671875, - 0.041290283203125, - -0.0355224609375, - 0.03387451171875, - 0.03924560546875, - 0.00995635986328125, - -0.0625, - -0.035736083984375, - -0.006977081298828125, - 0.06365966796875, - -0.0025234222412109375, - 0.0203704833984375, - -0.009674072265625, - 0.0262298583984375, - -0.005069732666015625, - 0.0146026611328125, - -0.022796630859375, - 0.052093505859375, - 0.019439697265625, - -0.024566650390625, - 0.0535888671875, - -0.03460693359375, - 0.002197265625, - -0.0234375, - -0.0033721923828125, - 0.020843505859375, - -0.00530242919921875, - -0.02130126953125, - -0.007720947265625, - 0.0546875, - 0.0625, - -0.034423828125, - 0.0168304443359375, - -0.0308837890625, - 0.0168304443359375, - -0.0043487548828125, - 0.00010395050048828125, - 0.007488250732421875, - 0.0114898681640625, - -0.005069732666015625, - -0.018890380859375, - -0.04241943359375, - -0.078125, - -0.021484375, - -0.03497314453125, - -0.0126495361328125, - 0.0355224609375, - -0.00893402099609375, - 0.0236358642578125, - -0.0240020751953125, - 0.032745361328125, - -0.033660888671875, - -0.03125, - -0.0166473388671875, - 0.036285400390625, - -0.00823211669921875, - 0.032745361328125, - -0.009765625, - -0.041107177734375, - 0.0221405029296875, - -0.010650634765625, - 0.0386962890625, - -0.0180511474609375, - -0.002140045166015625, - -0.0166473388671875, - 0.0116729736328125, - -0.0863037109375, - -0.048370361328125, - 0.005023956298828125, - 0.036102294921875, - -0.00567626953125, - -0.032928466796875, - 0.03887939453125, - -0.00902557373046875, - -0.061767578125, - 0.008697509765625, - -0.0048370361328125, - -0.032379150390625, - 0.01377105712890625, - 0.0019893646240234375, - -0.0219573974609375, - 0.019622802734375, - 0.0347900390625, - 0.025115966796875, - 0.06402587890625, - 0.0168304443359375, - -0.0234375, - -0.006744384765625, - -0.0167388916015625, - 0.045013427734375, - 0.031829833984375, - 0.0243682861328125, - -0.02679443359375, - 0.019622802734375, - -0.00006937980651855469, - -0.069580078125, - -0.01386260986328125, - 0.005046844482421875, - -0.0258636474609375, - 0.036468505859375, - 0.05804443359375, - 0.0279083251953125, - 0.0127410888671875, - 0.0219573974609375, - 0.056182861328125, - 0.004558563232421875, - 0.0181427001953125, - -0.0295867919921875, - -0.078857421875, - -0.0066986083984375, - 0.0241851806640625, - 0.0095367431640625, - -0.07366943359375, - 0.038330078125, - 0.051727294921875, - -0.007534027099609375, - 0.0008897781372070312, - -0.0094451904296875, - 0.00730133056640625, - 0.024932861328125, - 0.024749755859375, - -0.00437164306640625, - -0.055084228515625, - -0.005279541015625, - 0.01702880859375, - -0.00860595703125, - -0.0002340078353881836, - -0.01348876953125, - -0.01470184326171875, - 0.0234375, - -0.04949951171875, - 0.0007615089416503906, - -0.023529052734375, - 0.059539794921875, - 0.013671875, - -0.040557861328125, - -0.0426025390625, - 0.037384033203125, - 0.00841522216796875, - -0.04296875, - 0.016937255859375, - 0.021209716796875, - -0.033111572265625, - 0.032196044921875, - 0.051361083984375, - 0.0161895751953125, - 0.034423828125, - 0.00958251953125, - -0.019439697265625, - 0.025115966796875, - -0.0303192138671875, - 0.0036983489990234375, - -0.036651611328125, - -0.0217742919921875, - -0.0277252197265625, - -0.05731201171875, - 0.056549072265625, - 0.017578125, - 0.03460693359375, - 0.0275421142578125, - -0.002140045166015625, - -0.0032329559326171875, - -0.0032329559326171875, - 0.0205535888671875, - 0.039642333984375, - 0.0241851806640625, - 0.006420135498046875, - 0.01190948486328125, - 0.00009447336196899414, - 0.0094451904296875, - -0.05322265625, - 0.00958251953125, - -0.0033721923828125, - -0.005954742431640625, - -0.046875, - -0.0014066696166992188, - 0.01377105712890625, - -0.04296875, - 0.005626678466796875, - -0.03387451171875, - 0.01284027099609375, - -0.000732421875, - -0.0145111083984375, - -0.0087890625, - 0.02734375, - -0.0164642333984375, - 0.045013427734375, - 0.0221405029296875, - -0.0023365020751953125, - 0.00665283203125, - -0.09375, - 0.0859375, - 0.035919189453125, - 0.042236328125, - 0.0032787322998046875, - 0.022979736328125, - 0.0125579833984375, - 0.006046295166015625, - 0.0546875, - 0.0203704833984375, - -0.028472900390625, - 0.032562255859375, - 0.030517578125, - -0.0206451416015625, - -0.01311492919921875, - 0.040924072265625, - 0.0114898681640625, - -0.03070068359375, - 0.044647216796875, - -0.01032257080078125, - 0.0125579833984375, - 0.00583648681640625, - -0.006931304931640625, - -0.033660888671875, - -0.053955078125, - 0.0784912109375, - 0.004673004150390625, - -0.03106689453125, - 0.061767578125, - -0.05694580078125, - 0.02325439453125, - 0.005489349365234375, - 0.036468505859375, - -0.004627227783203125, - 0.043914794921875, - -0.032196044921875, - -0.007396697998046875, - -0.0179595947265625, - 0.00841522216796875, - -0.003093719482421875, - -0.01116180419921875, - -0.01580810546875, - 0.0625, - 0.017578125, - -0.0222320556640625, - -0.060638427734375, - -0.0106048583984375, - 0.007579803466796875, - -0.00579071044921875, - 0.0426025390625, - -0.03533935546875, - -0.01125335693359375, - -0.006420135498046875, - 0.056549072265625, - 0.0183258056640625, - -0.003185272216796875, - 0.025482177734375, - 0.00958251953125, - -0.007442474365234375, - -0.017578125, - 0.005954742431640625 - ], - "metadata": { - "domains": [ - "mobile-forensics", - "static-investigations" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "commandline", - "backup", - "encryption", - "artifact-extraction", - "android", - "scenario:file_recovery" + "cross-platform", + "session-reconstruction", + "display-filters", + "follow-stream", + "expert-info", + "statistics", + "coloring-rules", + "tls-decryption" ], "skillLevel": "intermediate", "type": "tool" } }, { - "id": "tool_CapLoader", + "id": "tool_Loki", "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", + "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.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.00011521577835083008, - -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_CAINE", - "type": "tool", - "name": "CAINE", - "content": "caine caine (computer aided investigative environment) ist eine ubuntu‑basierte live‑linux‑distribution, die mehr als 150 forensik‑werkzeuge in einer schreibgeschützten umgebung bündelt. version 14.0 »lightstream« (märz 2025) bringt kernel 6.8, uefi‑support und das unblock‑gui zum gezielten aufheben der write‑block‑funktion für einzelne devices. :contentreference[oaicite:2]{index=2} live-distro imaging write-blocking gui commandline scenario:disk_imaging incident-response static-investigations network-forensics mobile-forensics data-collection examination analysis", - "embedding": [ - -0.033416748046875, - 0.046600341796875, - 0.037261962890625, - -0.01519775390625, - 0.0277557373046875, - 0.0287628173828125, - 0.047607421875, - 0.02734375, - -0.0018110275268554688, - -0.006938934326171875, - -0.05267333984375, - 0.032806396484375, - 0.01357269287109375, - -0.00643157958984375, - -0.03424072265625, - 0.013671875, - -0.022796630859375, - -0.01560211181640625, - 0.01357269287109375, - 0.023193359375, - -0.0255279541015625, - 0.00405120849609375, - -0.0494384765625, - 0.0038242340087890625, - 0.017730712890625, - -0.00992584228515625, - -0.006938934326171875, - -0.063232421875, - -0.03607177734375, - -0.0236968994140625, - -0.01611328125, - -0.03363037109375, - -0.02978515625, - 0.004405975341796875, - 0.0110931396484375, - 0.00931549072265625, - 0.00445556640625, - -0.0242156982421875, - -0.0164031982421875, - 0.0293731689453125, - -0.0090179443359375, - -0.006988525390625, - 0.011444091796875, - -0.0283660888671875, - -0.00881195068359375, - -0.048004150390625, - -0.025726318359375, - -0.01088714599609375, - 0.01580810546875, - -0.055908203125, - 0.00704193115234375, - 0.051849365234375, - 0.012054443359375, - -0.0014181137084960938, - -0.0229949951171875, - 0.01103973388671875, - 0.022186279296875, - -0.036865234375, - -0.09320068359375, - 0.03179931640625, - -0.053070068359375, - 0.0024051666259765625, - -0.00865936279296875, - -0.030181884765625, - 0.0137786865234375, - 0.039520263671875, - -0.0191497802734375, - -0.0380859375, - -0.0084075927734375, - 0.0015573501586914062, - 0.0291748046875, - -0.0225830078125, - 0.0179290771484375, - 0.028564453125, - -0.0016460418701171875, - -0.033416748046875, - 0.0287628173828125, - 0.01751708984375, - 0.03668212890625, - 0.005645751953125, - -0.01934814453125, - -0.0034694671630859375, - 0.036865234375, - 0.01245880126953125, - -0.03668212890625, - 0.0142822265625, - 0.0157012939453125, - 0.00861358642578125, - 0.01549530029296875, - -0.00830841064453125, - 0.021881103515625, - -0.0250244140625, - -0.00946807861328125, - -0.02227783203125, - 0.038909912109375, - 0.07415771484375, - -0.003696441650390625, - -0.012359619140625, - -0.0007567405700683594, - 0.061187744140625, - 0.01438140869140625, - -0.020355224609375, - 0.05145263671875, - -0.0026454925537109375, - 0.035247802734375, - -0.037078857421875, - 0.03240966796875, - 0.004329681396484375, - -0.023406982421875, - -0.0546875, - -0.09197998046875, - -0.052276611328125, - 0.002849578857421875, - -0.047210693359375, - -0.022491455078125, - 0.01326751708984375, - -0.022491455078125, - 0.050048828125, - -0.03564453125, - -0.05914306640625, - -0.0022411346435546875, - -0.0004494190216064453, - -0.00620269775390625, - 0.0182342529296875, - -0.07940673828125, - -0.061187744140625, - 0.01296234130859375, - 0.0303955078125, - -0.05267333984375, - -0.0293731689453125, - -0.048431396484375, - -0.0303955078125, - -0.033843994140625, - -0.01261138916015625, - -0.0033931732177734375, - -0.03302001953125, - 0.01904296875, - -0.00830841064453125, - -0.01119232177734375, - 0.025726318359375, - 0.046600341796875, - -0.004634857177734375, - -0.055908203125, - 0.0112457275390625, - -0.044158935546875, - 0.0007915496826171875, - 0.0026340484619140625, - 0.0506591796875, - -0.0277557373046875, - -0.020660400390625, - -0.0217742919921875, + -0.03656005859375, + 0.021759033203125, + 0.050872802734375, + -0.0015773773193359375, + 0.048980712890625, 0.0350341796875, - 0.0469970703125, - -0.00942230224609375, - 0.032012939453125, - -0.0229949951171875, - -0.016510009765625, - -0.0048370361328125, - 0.0079498291015625, - -0.0217742919921875, - 0.01560211181640625, - 0.0147857666015625, - -0.00241851806640625, - 0.021270751953125, - -0.0265350341796875, - -0.0277557373046875, - -0.0167083740234375, - -0.0008358955383300781, - 0.0084075927734375, - 0.0014247894287109375, - 0.03564453125, - -0.01251220703125, - 0.057952880859375, - 0.047393798828125, - 0.0142822265625, - 0.000033020973205566406, - 0.02410888671875, - -0.0027484893798828125, - 0.039306640625, - 0.0153961181640625, - -0.0004684925079345703, - 0.0008544921875, - 0.0265350341796875, - -0.0026836395263671875, - 0.0289764404296875, - 0.028564453125, - -0.04376220703125, - -0.0185394287109375, - -0.020355224609375, - 0.021270751953125, - -0.026947021484375, - 0.006130218505859375, - 0.0049896240234375, - 0.0109405517578125, - 0.01337432861328125, - 0.049835205078125, - 0.02978515625, - -0.02978515625, - 0.04498291015625, - 0.0172271728515625, - 0.016510009765625, - 0.0271453857421875, - 0.00122833251953125, - 0.0380859375, - 0.0176239013671875, - 0.0043792724609375, - -0.003520965576171875, - 0.0386962890625, - 0.0299835205078125, - -0.0010004043579101562, - -0.01751708984375, - 0.04071044921875, - -0.0279541015625, - -0.035247802734375, - -0.0201568603515625, - -0.00988006591796875, - -0.0110931396484375, - -0.02532958984375, - -0.0020008087158203125, - -0.0210723876953125, - -0.01306915283203125, - -0.03607177734375, - 0.03363037109375, - 0.01812744140625, - -0.0157012939453125, - 0.021881103515625, - -0.0167083740234375, - -0.0457763671875, - -0.0191497802734375, - 0.0210723876953125, - 0.027557373046875, - 0.026336669921875, - -0.018341064453125, - 0.00420379638671875, - -0.012664794921875, - -0.04498291015625, - 0.0546875, - 0.0198516845703125, - 0.006988525390625, - 0.0013170242309570312, - -0.0208740234375, - -0.01549530029296875, - -0.00800323486328125, - 0.03564453125, - 0.0243072509765625, - 0.00014793872833251953, - -0.012054443359375, - 0.0085601806640625, - 0.04132080078125, - 0.045379638671875, - -0.0445556640625, - 0.0030517578125, - -0.06524658203125, - 0.0006709098815917969, - -0.07171630859375, - -0.01397705078125, - 0.0015697479248046875, - -0.033416748046875, - 0.04962158203125, - -0.0265350341796875, - -0.026947021484375, - 0.018035888671875, - 0.0245208740234375, - 0.00977325439453125, - 0.053070068359375, - 0.0090179443359375, - -0.033416748046875, - -0.00673675537109375, - 0.058746337890625, - -0.017822265625, - -0.026336669921875, - -0.038482666015625, - 0.04071044921875, - -0.002696990966796875, - 0.0316162109375, - -0.040924072265625, - -0.00249481201171875, - 0.038482666015625, - 0.0289764404296875, - 0.034454345703125, - -0.0195465087890625, - 0.01337432861328125, - 0.03363037109375, - 0.01210784912109375, - -0.053070068359375, - -0.01068878173828125, - -0.006229400634765625, - 0.0010890960693359375, - -0.01129150390625, - -0.036865234375, - -0.007598876953125, - 0.0362548828125, - 0.018341064453125, - -0.0012159347534179688, - 0.0081024169921875, - -0.035858154296875, - 0.005950927734375, - -0.006633758544921875, - 0.01180267333984375, - 0.028564453125, - 0.0289764404296875, - -0.0186309814453125, - 0.010284423828125, - 0.0007567405700683594, - 0.006786346435546875, - -0.00942230224609375, - -0.01904296875, - -0.0245208740234375, - -0.014892578125, - -0.0697021484375, - -0.038299560546875, - 0.037872314453125, - -0.0186309814453125, - 0.032806396484375, - -0.026947021484375, - 0.00197601318359375, - -0.052276611328125, - -0.0672607421875, - 0.0008358955383300781, - -0.04315185546875, - -0.033416748046875, - -0.01499176025390625, - 0.0312042236328125, - 0.0061798095703125, - -0.00016772747039794922, - 0.00445556640625, - -0.0219879150390625, - -0.030792236328125, - 0.00042724609375, - -0.0026836395263671875, - 0.034454345703125, - -0.009979248046875, - 0.0157012939453125, - 0.0197601318359375, - 0.03240966796875, - 0.0117034912109375, - 0.0223846435546875, - 0.0279541015625, - -0.0259246826171875, - -0.0104827880859375, - -0.025726318359375, - 0.00881195068359375, - -0.00182342529296875, - -0.013671875, - -0.0279541015625, - 0.01397705078125, - -0.016815185546875, + 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.01357269287109375, - 0.006786346435546875, - 0.030792236328125, - -0.033843994140625, - 0.022796630859375, - 0.0648193359375, - -0.00815582275390625, - 0.109375, - -0.0019121170043945312, - -0.07049560546875, - 0.037261962890625, - 0.04315185546875, - 0.028564453125, - 0.01195526123046875, - 0.0184326171875, - 0.016510009765625, - -0.00022161006927490234, - 0.049835205078125, - -0.02227783203125, - 0.0380859375, - -0.012054443359375, - 0.009521484375, - 0.0197601318359375, - 0.0249176025390625, - 0.020263671875, - 0.0506591796875, - 0.0170135498046875, - 0.03424072265625, - 0.0204620361328125, - -0.027557373046875, - -0.032012939453125, - 0.0142822265625, - -0.052276611328125, - 0.01458740234375, - 0.043548583984375, - 0.00445556640625, - 0.051055908203125, - -0.01519775390625, - -0.057952880859375, - 0.0188446044921875, - -0.04315185546875, - 0.053070068359375, - 0.042327880859375, - 0.020660400390625, - 0.017730712890625, - -0.0195465087890625, - 0.005191802978515625, - 0.0172271728515625, - -0.0125579833984375, - 0.042327880859375, - 0.0134735107421875, - 0.038909912109375, - -0.006458282470703125, - -0.0350341796875, - 0.020965576171875, - 0.041748046875, - 0.0164031982421875, - -0.00301361083984375, - 0.020263671875, - 0.03179931640625, - -0.01357269287109375, - -0.06768798828125, - 0.0595703125, - 0.054290771484375, - -0.0115509033203125, - 0.0169219970703125, - -0.0124053955078125, - -0.021575927734375, - -0.06561279296875, - 0.01499176025390625, - 0.007904052734375, - -0.00005817413330078125, - 0.0157012939453125, - 0.00739288330078125, - -0.037078857421875, - -0.028564453125, - 0.01129150390625, - -0.08953857421875, - 0.026947021484375, - 0.014892578125, - -0.02532958984375, - 0.01995849609375, - -0.0087127685546875, - -0.05633544921875, - -0.006988525390625, - -0.0163116455078125, - -0.04681396484375, - 0.0259246826171875, - 0.020263671875, - -0.041534423828125, - -0.02056884765625, - -0.00992584228515625, - -0.014892578125, - -0.00926971435546875, - -0.016815185546875, - 0.0322265625, - -0.0112457275390625, - 0.0036468505859375, - 0.0289764404296875, - 0.0229949951171875, - 0.0017347335815429688, - -0.041748046875, - 0.035247802734375, - -0.020050048828125, - -0.00524139404296875, - 0.0182342529296875, - 0.0316162109375, - 0.0142822265625, - -0.00830841064453125, - -0.0303955078125, - -0.0213775634765625, - 0.017730712890625, - 0.00019621849060058594, - 0.0299835205078125, - -0.01438140869140625, - -0.0249176025390625, - -0.062408447265625, - 0.05267333984375, - -0.005218505859375, - 0.0238037109375, - 0.003772735595703125, - -0.06768798828125, - 0.0322265625, - -0.0115509033203125, - -0.01418304443359375, - -0.004230499267578125, - -0.0027217864990234375, - -0.0027103424072265625, - 0.077392578125, - -0.0082550048828125, - -0.002925872802734375, - -0.01499176025390625, - 0.030181884765625, - 0.034637451171875, - 0.00405120849609375, - -0.0299835205078125, - 0.01245880126953125, - 0.056732177734375, - -0.0595703125, - 0.0019121170043945312, - -0.012054443359375, - -0.00704193115234375, - 0.0236053466796875, - -0.0672607421875, - 0.00769805908203125, - 0.007598876953125, - -0.07293701171875, - 0.017425537109375, - -0.0259246826171875, - -0.01149749755859375, - -0.007904052734375, - 0.03546142578125, - 0.01611328125, - -0.0261383056640625, - 0.0293731689453125, - 0.016815185546875, - 0.0084075927734375, - 0.01418304443359375, - -0.005596160888671875, - -0.01119232177734375, - 0.007343292236328125, - -0.06683349609375, - -0.032012939453125, - -0.043975830078125, - 0.00579833984375, - -0.033233642578125, - -0.022491455078125, - -0.01357269287109375, - -0.0287628173828125, - 0.015899658203125, - -0.0316162109375, - -0.0084075927734375, - -0.0214691162109375, - -0.0196533203125, - -0.030181884765625, - -0.03546142578125, - 0.0211639404296875, - 0.009674072265625, - 0.01448822021484375, - 0.0289764404296875, - 0.0225830078125, - -0.0709228515625, - 0.027557373046875, - 0.032012939453125, - 0.0023040771484375, - 0.01251220703125, - -0.020965576171875, - -0.024810791015625, - -0.01529693603515625, - 0.03564453125, - -0.04071044921875, - -0.01611328125, - -0.06683349609375, - 0.002925872802734375, - -0.0005602836608886719, - 0.0103302001953125, - -0.0034942626953125, - -0.0068359375, - -0.07452392578125, - 0.00445556640625, - 0.035247802734375, - 0.00926971435546875, - -0.017120361328125, - -0.048431396484375, - -0.037689208984375, - -0.0236053466796875, - -0.055511474609375, - 0.0134735107421875, - -0.017730712890625, - 0.0031147003173828125, - 0.011749267578125, - -0.051849365234375, - 0.00861358642578125, - 0.025115966796875, - 0.0204620361328125, - 0.01068878173828125, - 0.0229949951171875, - -0.045379638671875, - 0.035858154296875, - -0.006053924560546875, - 0.000873565673828125, - -0.01103973388671875, - -0.0219879150390625, - 0.040313720703125, - -0.0163116455078125, - -0.0216827392578125, - -0.0016460418701171875, - 0.0169219970703125, - 0.005290985107421875, - 0.0032291412353515625, - -0.048614501953125, - 0.03240966796875, - 0.004962921142578125, - 0.077392578125, - -0.04132080078125, - -0.062408447265625, - 0.01418304443359375, - 0.011444091796875, - 0.042144775390625, - 0.043548583984375, - 0.0210723876953125, - -0.00785064697265625, - -0.00830841064453125, - 0.0198516845703125, - -0.0189361572265625, - -0.039520263671875, - -0.01468658447265625, - 0.0014629364013671875, - 0.0173187255859375, - 0.034027099609375, - 0.01073455810546875, - 0.1077880859375, - -0.00992584228515625, - 0.0030384063720703125, - 0.004787445068359375, - 0.09033203125, - 0.028167724609375, - -0.034027099609375, - -0.045166015625, - 0.004154205322265625, - 0.00524139404296875, - -0.0494384765625, - -0.0233001708984375, - 0.004558563232421875, - 0.055908203125, - -0.052276611328125, - -0.0124053955078125, - -0.01468658447265625, - -0.02734375, - 0.01468658447265625, - 0.0109405517578125, - -0.0210723876953125, - 0.009063720703125, - -0.00197601318359375, - -0.040924072265625, - -0.0023040771484375, - 0.0081024169921875, - 0.031402587890625, - 0.057525634765625, - 0.037078857421875, - -0.0163116455078125, - 0.039306640625, - 0.013671875, - 0.01519775390625, - 0.01180267333984375, - 0.0194549560546875, - 0.025726318359375, - -0.01549530029296875, - 0.037261962890625, - 0.035247802734375, - -0.021270751953125, - -0.033233642578125, - -0.001861572265625, - 0.02349853515625, - 0.0733642578125, - 0.0635986328125, - -0.0250244140625, - 0.01529693603515625, - -0.01180267333984375, - -0.06524658203125, - -0.0134735107421875, - 0.01220703125, - 0.00397491455078125, - -0.0258331298828125, - -0.043548583984375, - 0.0316162109375, - -0.0259246826171875, - 0.0303955078125, - 0.02471923828125, - -0.01129150390625, - -0.002899169921875, - 0.0082550048828125, - -0.0142822265625, - -0.037078857421875, - -0.0037994384765625, - -0.00800323486328125, - -0.0240020751953125, - -0.04437255859375, - -0.0220794677734375, - 0.02978515625, - -0.034637451171875, - -0.047607421875, - -0.0299835205078125, - 0.064453125, - -0.023101806640625, - -0.032012939453125, - -0.00785064697265625, - 0.0169219970703125, - -0.0106353759765625, - -0.05914306640625, - -0.0106353759765625, - -0.028167724609375, - 0.014892578125, - -0.0494384765625, - -0.012054443359375, - -0.00688934326171875, - -0.0411376953125, - -0.0258331298828125, - -0.01812744140625, - -0.063232421875, - 0.0223846435546875, - -0.039520263671875, - 0.028564453125, - 0.003772735595703125, - 0.03546142578125, - 0.0303955078125, - 0.035247802734375, - -0.01418304443359375, - -0.006153106689453125, - -0.01560211181640625, - -0.06927490234375, - 0.0249176025390625, - 0.0011081695556640625, - -0.0150909423828125, - -0.064453125, - -0.0252227783203125, - 0.050048828125, - -0.082275390625, - 0.025421142578125, - 0.016815185546875, - 0.003772735595703125, - -0.0261383056640625, - -0.00257110595703125, - 0.0007152557373046875, - 0.0008358955383300781, - 0.053070068359375, - -0.01611328125, - 0.006786346435546875, - 0.0010194778442382812, - -0.0350341796875, - 0.0445556640625, - 0.00830841064453125, - 0.032623291015625, - -0.02978515625, - 0.0312042236328125, - 0.00148773193359375, - -0.0184326171875, - 0.0223846435546875, - -0.07373046875, - -0.0033931732177734375, - 0.03302001953125, - 0.01073455810546875, - 0.0089111328125, - 0.00977325439453125, - -0.02734375, - -0.0207672119140625, - -0.01448822021484375, - 0.050048828125, - 0.00754547119140625, - -0.005924224853515625, - -0.03668212890625, - -0.024810791015625, - -0.061187744140625, - -0.025634765625, - -0.0192413330078125, - -0.0309906005859375, - 0.039306640625, - -0.0289764404296875, - -0.047607421875, - 0.01088714599609375, - -0.030181884765625, - 0.0201568603515625, - 0.0019626617431640625, - 0.07171630859375, - -0.037078857421875, - 0.018035888671875, - -0.025421142578125, - 0.04620361328125, - 0.0170135498046875, - -0.0189361572265625, - -0.03240966796875, - 0.006988525390625, - 0.01387786865234375, - -0.04376220703125, - 0.042755126953125, - 0.042327880859375, - -0.0217742919921875, - -0.0648193359375, - -0.03240966796875, - -0.016815185546875, - 0.0137786865234375, - -0.048431396484375, - 0.0445556640625, - -0.0110931396484375, - -0.00531768798828125, - -0.10089111328125, - 0.0362548828125, - 0.00640869140625, - 0.0293731689453125, - 0.01053619384765625, - 0.017822265625, - -0.04376220703125, - -0.0176239013671875, - -0.0007691383361816406, - 0.0316162109375, - -0.020660400390625, - 0.0022792816162109375, - 0.010284423828125, - 0.01058197021484375, - 0.022186279296875, - -0.0005822181701660156, - -0.009521484375, - 0.0283660888671875, - 0.047821044921875, - -0.02471923828125, - 0.0506591796875, - -0.04052734375, - -0.00896453857421875, - -0.01261138916015625, - 0.00714111328125, - 0.01291656494140625, - 0.003925323486328125, - -0.0287628173828125, - 0.006481170654296875, - 0.042755126953125, - 0.0017976760864257812, - 0.004940032958984375, - -0.0127105712890625, - 0.02349853515625, - 0.02288818359375, - 0.0084075927734375, - -0.020965576171875, - -0.004154205322265625, - -0.005519866943359375, - -0.007904052734375, - -0.029571533203125, - -0.07537841796875, - -0.0660400390625, - 0.032623291015625, - -0.0271453857421875, - -0.03179931640625, - 0.020263671875, - 0.0030002593994140625, - -0.015899658203125, - -0.038482666015625, - 0.00977325439453125, - -0.01134490966796875, - -0.0236053466796875, - -0.04681396484375, - 0.023193359375, - -0.00405120849609375, - 0.0309906005859375, - -0.00450897216796875, - -0.0733642578125, - 0.004077911376953125, - -0.03546142578125, - -0.017822265625, - -0.021575927734375, - -0.00516510009765625, - -0.05084228515625, - 0.012664794921875, - -0.07537841796875, - -0.0271453857421875, - -0.0197601318359375, - 0.0182342529296875, - 0.02978515625, - 0.0045318603515625, - 0.05633544921875, - -0.003292083740234375, - -0.06524658203125, - 0.055511474609375, - -0.0124053955078125, - -0.016510009765625, - 0.009063720703125, - -0.0213775634765625, - -0.0032672882080078125, - 0.009674072265625, - 0.037078857421875, - 0.03485107421875, - 0.052276611328125, - 0.007343292236328125, - -0.0277557373046875, - 0.028564453125, - -0.032806396484375, - 0.030181884765625, - 0.0002073049545288086, - 0.02734375, - -0.005519866943359375, - -0.0022792816162109375, - -0.004634857177734375, - -0.06768798828125, - -0.0380859375, - -0.02978515625, - -0.0261383056640625, - -0.006481170654296875, - 0.07818603515625, - 0.032806396484375, - -0.0024051666259765625, - 0.03546142578125, - 0.07049560546875, - 0.01529693603515625, - -0.005977630615234375, - -0.002658843994140625, - -0.054290771484375, - 0.017425537109375, - 0.004405975341796875, - 0.018035888671875, - -0.06158447265625, - 0.0014753341674804688, - 0.0697021484375, - 0.0010442733764648438, - -0.02471923828125, - 0.00531768798828125, - -0.007244110107421875, - 0.0238037109375, - 0.006988525390625, - 0.00156402587890625, - -0.06683349609375, - 0.01611328125, - 0.04193115234375, - 0.01215362548828125, - 0.0004749298095703125, - -0.0049896240234375, - 0.0005984306335449219, - 0.048828125, - -0.051849365234375, - -0.0258331298828125, - 0.01149749755859375, - 0.062408447265625, - -0.021881103515625, - -0.042144775390625, - -0.009521484375, - 0.05914306640625, - 0.028167724609375, - -0.051849365234375, - 0.007801055908203125, - 0.00785064697265625, - -0.0006427764892578125, - 0.0238037109375, - 0.06561279296875, - -0.0015697479248046875, - 0.044769287109375, - 0.0309906005859375, - -0.04052734375, - 0.0303955078125, - -0.033416748046875, - 0.0106353759765625, - -0.00992584228515625, - -0.01149749755859375, - -0.01326751708984375, - -0.053070068359375, - 0.056732177734375, - 0.01357269287109375, - 0.051055908203125, - 0.01751708984375, - 0.00316619873046875, - -0.005039215087890625, - -0.0115966796875, - 0.0196533203125, - 0.0131683349609375, - 0.0287628173828125, - 0.017822265625, - 0.006534576416015625, - 0.0163116455078125, - -0.004558563232421875, - -0.028167724609375, - 0.0303955078125, - -0.028167724609375, - 0.010284423828125, - -0.049041748046875, - 0.007293701171875, - 0.01084136962890625, - -0.0201568603515625, - 0.0055694580078125, - -0.0179290771484375, - 0.0016145706176757812, - -0.0184326171875, - -0.05145263671875, - -0.01149749755859375, - 0.04559326171875, - -0.036468505859375, - 0.0277557373046875, - 0.004634857177734375, - -0.0265350341796875, - 0.044158935546875, - -0.05267333984375, - 0.049835205078125, - 0.0289764404296875, - 0.0305938720703125, - 0.00524139404296875, - 0.0271453857421875, - 0.036468505859375, - -0.025634765625, - 0.057525634765625, - -0.0140838623046875, - -0.0380859375, - 0.05712890625, - 0.047821044921875, - -0.00397491455078125, - -0.07781982421875, - 0.0167083740234375, - -0.0007314682006835938, - -0.04254150390625, - 0.00620269775390625, - 0.045379638671875, - 0.006130218505859375, - -0.0034942626953125, - -0.0261383056640625, - -0.05267333984375, - -0.0506591796875, - 0.05914306640625, - 0.0445556640625, - -0.006381988525390625, - 0.037261962890625, - -0.05126953125, - 0.041534423828125, - 0.02410888671875, - 0.07171630859375, - -0.052276611328125, - 0.06036376953125, - -0.01611328125, - 0.0074462890625, - -0.00562286376953125, - -0.006053924560546875, - -0.024810791015625, - 0.0164031982421875, - -0.047607421875, + -0.0221405029296875, + 0.0140380859375, + 0.016204833984375, + -0.0026836395263671875, + -0.00843048095703125, + -0.0026607513427734375, + -0.027130126953125, + -0.0005679130554199219, 0.037689208984375, - 0.05633544921875, - -0.01904296875, - -0.0316162109375, - -0.0107879638671875, - 0.0007786750793457031, - -0.0163116455078125, - 0.04315185546875, - -0.020050048828125, - -0.0196533203125, - -0.001392364501953125, - 0.0283660888671875, - 0.050445556640625, - -0.0074462890625, - 0.04254150390625, - -0.00115203857421875, + -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.009979248046875, - -0.0160064697265625 + -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", - "static-investigations", - "network-forensics", - "mobile-forensics" + "incident-response" ], "phases": [ - "data-collection", - "examination", - "analysis" + "examination" ], "tags": [ - "live-distro", - "imaging", - "write-blocking", - "gui", - "commandline", - "scenario:disk_imaging" + "ioc", + "yara" ], - "skillLevel": "beginner", + "skillLevel": "intermediate", "type": "tool" } }, @@ -6341,14734 +4222,6 @@ "type": "tool" } }, - { - "id": "tool_ADB", - "type": "tool", - "name": "ADB", - "content": "adb vielseitiges client‑server‑kommandozeilenwerkzeug, mit dem fachleute über usb oder netzwerk mit android‑geräten und emulatoren kommunizieren: pakete installieren, dateien extrahieren, logcats erfassen, ports weiterleiten und logische wie physische datensicherungen erstellen. unverzichtbar für mobile forensik, incident‑response und app‑entwicklung. cli mobile device-management extraction mobile-forensics incident-response data-collection examination", - "embedding": [ - -0.005672454833984375, - 0.00954437255859375, - 0.02337646484375, - 0.0122222900390625, - 0.016754150390625, - 0.0215301513671875, - 0.034088134765625, - -0.00484466552734375, - 0.005893707275390625, - -0.01125335693359375, - -0.02337646484375, - 0.0650634765625, - 0.00492095947265625, - -0.006671905517578125, - -0.052978515625, - 0.0174407958984375, - -0.019195556640625, - 0.005870819091796875, - 0.0096893310546875, - 0.0255279541015625, - -0.0240631103515625, - 0.001461029052734375, - -0.04168701171875, - -0.00443267822265625, - -0.0313720703125, - -0.0123748779296875, - 0.01334381103515625, - -0.04888916015625, - -0.0323486328125, - 0.019378662109375, - 0.03662109375, - -0.0284423828125, - -0.0241546630859375, - 0.0274658203125, - 0.003604888916015625, - -0.0235748291015625, - -0.0089111328125, - -0.0246429443359375, - -0.01207733154296875, - 0.0496826171875, - -0.0036525726318359375, - 0.00431060791015625, - 0.02435302734375, - -0.0099334716796875, - -0.0109100341796875, - -0.0264892578125, - 0.006622314453125, - 0.0031909942626953125, - 0.04461669921875, - -0.033111572265625, - 0.01480865478515625, - 0.01529693603515625, - 0.018218994140625, - -0.0033111572265625, - -0.058441162109375, - 0.03564453125, - 0.017242431640625, - -0.0323486328125, - -0.04754638671875, - 0.0545654296875, - -0.025909423828125, - -0.0165557861328125, - -0.006137847900390625, - 0.005138397216796875, - 0.0276641845703125, - 0.0270843505859375, - -0.0205535888671875, - -0.046356201171875, - -0.019287109375, - 0.007160186767578125, - -0.0163726806640625, - -0.0204620361328125, - -0.0186004638671875, - 0.05572509765625, - -0.01470947265625, - -0.046173095703125, - 0.004749298095703125, - -0.0230865478515625, - -0.0160675048828125, - 0.01276397705078125, - -0.045989990234375, - -0.0005998611450195312, - 0.0323486328125, - -0.0091094970703125, - -0.017730712890625, - 0.016754150390625, - 0.02337646484375, - 0.0060882568359375, - -0.0019121170043945312, - -0.0024356842041015625, - 0.040130615234375, - -0.00847625732421875, - 0.02630615234375, - -0.00455474853515625, - 0.046173095703125, - 0.056121826171875, - -0.0086212158203125, - -0.0040435791015625, - 0.00720977783203125, - 0.034088134765625, - 0.024261474609375, - -0.0211334228515625, - 0.052978515625, - 0.00013399124145507812, - 0.03448486328125, - -0.036834716796875, - 0.01354217529296875, - -0.021728515625, - -0.028839111328125, - -0.003993988037109375, - -0.10443115234375, - -0.0447998046875, - -0.01558685302734375, - -0.054168701171875, - -0.01480865478515625, - 0.00896453857421875, - -0.002788543701171875, - 0.04791259765625, - -0.0670166015625, - -0.02728271484375, - 0.0160675048828125, - 0.0428466796875, - -0.0199737548828125, - -0.00847625732421875, - -0.06585693359375, - -0.0301971435546875, - 0.005748748779296875, - 0.0023021697998046875, - -0.033111572265625, - -0.0201568603515625, - -0.034881591796875, - -0.0229949951171875, - -0.030975341796875, - -0.033905029296875, - -0.0186004638671875, - -0.05963134765625, - 0.037200927734375, - 0.00925445556640625, - 0.00557708740234375, - -0.01509857177734375, - 0.04248046875, - -0.051055908203125, - -0.06781005859375, - 0.0185089111328125, - -0.01027679443359375, - -0.031951904296875, - -0.024444580078125, - 0.062744140625, - -0.0255279541015625, - -0.02142333984375, - -0.0018873214721679688, - 0.00394439697265625, - 0.0274658203125, - -0.00189971923828125, - -0.006282806396484375, - -0.03741455078125, - -0.018707275390625, - 0.008819580078125, - 0.025909423828125, - -0.004894256591796875, - -0.02728271484375, - 0.028839111328125, - -0.01007843017578125, - 0.037994384765625, - -0.02728271484375, - -0.02484130859375, - -0.0194854736328125, - 0.00177764892578125, - -0.021728515625, - 0.003726959228515625, - 0.0096435546875, - -0.01154327392578125, - 0.037017822265625, - 0.062347412109375, - -0.006381988525390625, - 0.017333984375, - 0.005649566650390625, - 0.0007791519165039062, - 0.0305938720703125, - 0.025909423828125, - -0.0121307373046875, - -0.050262451171875, - 0.0296173095703125, - 0.033111572265625, - 0.01763916015625, - -0.0165557861328125, - -0.049102783203125, - -0.005870819091796875, - -0.02630615234375, - 0.046356201171875, - -0.01174163818359375, - -0.0286407470703125, - -0.00725555419921875, - 0.032135009765625, - 0.0257110595703125, - 0.0467529296875, - 0.040313720703125, - -0.020263671875, - 0.053375244140625, - -0.021331787109375, - 0.00431060791015625, - 0.046966552734375, - 0.0018873214721679688, - 0.03857421875, - 0.01100921630859375, - 0.0170440673828125, - -0.016845703125, - 0.026885986328125, - 0.0205535888671875, - -0.024932861328125, - -0.0109100341796875, - 0.0245513916015625, - -0.016845703125, - -0.043243408203125, - -0.032745361328125, - -0.032745361328125, - 0.03350830078125, - -0.045013427734375, - -0.0294189453125, - -0.0266876220703125, - 0.003360748291015625, - -0.0689697265625, - -0.0081329345703125, - -0.0003867149353027344, - -0.02191162109375, - 0.0154876708984375, - 0.0169525146484375, - -0.03350830078125, - -0.058441162109375, - 0.0093994140625, - -0.0149993896484375, - 0.020263671875, - 0.00954437255859375, - -0.000263214111328125, - -0.0124664306640625, - -0.02239990234375, - 0.0284423828125, - 0.039154052734375, - 0.0013275146484375, - 0.0165557861328125, - -0.020751953125, - 0.00469970703125, - -0.0266876220703125, - 0.01558685302734375, - 0.01461029052734375, - -0.0477294921875, - -0.016754150390625, - 0.0118865966796875, - 0.02239990234375, - 0.058837890625, - -0.041290283203125, - -0.007793426513671875, - -0.0467529296875, - -0.0010232925415039062, - -0.0775146484375, - -0.036834716796875, - -0.033111572265625, - -0.056121826171875, - 0.052978515625, - -0.03253173828125, - -0.0245513916015625, - 0.0012722015380859375, - 0.0010900497436523438, - -0.0111541748046875, - 0.03564453125, - -0.006160736083984375, - -0.044219970703125, - 0.008331298828125, - 0.07171630859375, - -0.0189971923828125, - -0.012176513671875, - -0.038177490234375, - 0.00920867919921875, - 0.0083770751953125, - 0.0235748291015625, - -0.01529693603515625, - -0.0245513916015625, - 0.023956298828125, - 0.0065765380859375, - 0.0195770263671875, - -0.01285552978515625, - 0.028839111328125, - -0.01461029052734375, - 0.036834716796875, - -0.04052734375, - -0.0230865478515625, - 0.01529693603515625, - -0.0099334716796875, - -0.02239990234375, - -0.0477294921875, - -0.00852203369140625, - 0.027862548828125, - 0.006526947021484375, - 0.0215301513671875, - 0.02239990234375, - -0.037017822265625, - 0.01305389404296875, - 0.0118865966796875, - -0.0037746429443359375, - 0.0225982666015625, - 0.041900634765625, - -0.027862548828125, - 0.024749755859375, - 0.010711669921875, - 0.033905029296875, - -0.00555419921875, - -0.0457763671875, - -0.023956298828125, - 0.0206451416015625, - -0.05181884765625, - -0.036041259765625, - 0.016265869140625, - -0.0096893310546875, - 0.024932861328125, - -0.0118865966796875, - -0.01105499267578125, - -0.03857421875, - -0.03564453125, - -0.00533294677734375, - -0.00598907470703125, - -0.03253173828125, - -0.0158843994140625, - 0.032745361328125, - -0.0236663818359375, - -0.003604888916015625, - -0.026885986328125, - -0.017730712890625, - -0.060394287109375, - 0.01207733154296875, - -0.01509857177734375, - 0.0180206298828125, - -0.0261077880859375, - 0.03741455078125, - 0.01276397705078125, - 0.038970947265625, - 0.0211334228515625, - 0.0791015625, - 0.0225067138671875, - -0.007694244384765625, - -0.027862548828125, - 0.006771087646484375, - 0.010711669921875, - 0.0221099853515625, - -0.04150390625, - -0.020843505859375, - -0.0199737548828125, - -0.0221099853515625, - 0.006038665771484375, - 0.00696563720703125, - 0.037200927734375, - 0.03857421875, - -0.03936767578125, - 0.00847625732421875, - 0.048126220703125, - 0.010711669921875, - 0.07794189453125, - -0.0010232925415039062, - -0.0282440185546875, - -0.0035076141357421875, - 0.031768798828125, - -0.042266845703125, - 0.017730712890625, - 0.041107177734375, - -0.00852203369140625, - 0.00774383544921875, - 0.0307769775390625, - -0.01125335693359375, - 0.01568603515625, - 0.003726959228515625, - -0.0104217529296875, - -0.0034580230712890625, - 0.01715087890625, - -0.00433349609375, - 0.043060302734375, - 0.0276641845703125, - 0.01666259765625, - 0.0343017578125, - -0.01256561279296875, - 0.01256561279296875, - -0.0037021636962890625, - -0.058441162109375, - 0.007305145263671875, - 0.029022216796875, - 0.0189971923828125, - 0.04052734375, - -0.0086669921875, - -0.045196533203125, - 0.012664794921875, - -0.03253173828125, - 0.097412109375, - 0.049285888671875, - 0.00978851318359375, - 0.03778076171875, - -0.0091094970703125, - 0.01432037353515625, - 0.0035552978515625, - 0.0111541748046875, - 0.01763916015625, - 0.036224365234375, - 0.04248046875, - 0.0065765380859375, - -0.02484130859375, - 0.002349853515625, - 0.05804443359375, - 0.00467681884765625, - 0.01027679443359375, - 0.0134429931640625, - -0.007648468017578125, - 0.051422119140625, - -0.020355224609375, - 0.024932861328125, - 0.006526947021484375, - -0.002033233642578125, - 0.017730712890625, - -0.01509857177734375, - -0.0038967132568359375, - -0.04656982421875, - 0.0230865478515625, - -0.01529693603515625, - 0.0158843994140625, - 0.05377197265625, - 0.0211334228515625, - -0.03369140625, - -0.001972198486328125, - 0.047332763671875, - -0.060394287109375, - 0.0200653076171875, - 0.01480865478515625, - -0.04443359375, - 0.007061004638671875, - -0.01422119140625, - -0.0872802734375, - 0.0282440185546875, - -0.0301971435546875, - -0.018798828125, - 0.01538848876953125, - 0.036041259765625, - -0.051422119140625, - -0.0301971435546875, - -0.026885986328125, - -0.023284912109375, - -0.0185089111328125, - -0.013641357421875, - 0.03778076171875, - 0.01023101806640625, - -0.010711669921875, - 0.019195556640625, - 0.0545654296875, - -0.00034546852111816406, - -0.04461669921875, - 0.06585693359375, - -0.005016326904296875, - -0.0650634765625, - 0.0457763671875, - 0.0200653076171875, - 0.01509857177734375, - -0.051055908203125, - 0.020355224609375, - -0.0088653564453125, - 0.01568603515625, - 0.032928466796875, - 0.0236663818359375, - -0.01422119140625, - -0.03546142578125, - -0.04443359375, - 0.04345703125, - 0.024444580078125, - 0.0477294921875, - -0.005870819091796875, - -0.042083740234375, - 0.031768798828125, - -0.032745361328125, - -0.0303955078125, - -0.0139312744140625, - 0.0333251953125, - -0.042266845703125, - 0.0755615234375, - -0.0190887451171875, - -0.002777099609375, - 0.0018873214721679688, - 0.04248046875, - 0.02532958984375, - 0.035858154296875, - -0.025909423828125, - 0.0292205810546875, - 0.05804443359375, - -0.03875732421875, - -0.0292205810546875, - 0.00418853759765625, - -0.02288818359375, - 0.048309326171875, - -0.0230865478515625, - -0.001644134521484375, - -0.019378662109375, - -0.054931640625, - -0.01373291015625, - -0.00905609130859375, - -0.0002923011779785156, - -0.0333251953125, - 0.03839111328125, - 0.0457763671875, - -0.029022216796875, - 0.0284423828125, - 0.003055572509765625, - 0.005405426025390625, - 0.026885986328125, - 0.01461029052734375, - -0.020843505859375, - 0.0200653076171875, - -0.0631103515625, - -0.046173095703125, - 0.00055694580078125, - 0.04150390625, - 0.0017900466918945312, - 0.018310546875, - -0.01076507568359375, - 0.011199951171875, - 0.029022216796875, - -0.01285552978515625, - -0.006427764892578125, - -0.00304412841796875, - -0.01568603515625, - -0.016265869140625, - -0.02484130859375, - 0.01412200927734375, - 0.03973388671875, - 0.01509857177734375, - 0.0021190643310546875, - 0.051422119140625, - -0.02191162109375, - -0.003871917724609375, - 0.0276641845703125, - -0.0088653564453125, - 0.0019121170043945312, - -0.01354217529296875, - -0.0041656494140625, - -0.005527496337890625, - 0.0257110595703125, - -0.01529693603515625, - -0.03875732421875, - -0.0650634765625, - 0.017730712890625, - -0.00557708740234375, - -0.01149749755859375, - -0.03448486328125, - -0.03662109375, - -0.049285888671875, - 0.0264892578125, - 0.0284423828125, - 0.013641357421875, - -0.002532958984375, - -0.021820068359375, - -0.0160675048828125, - -0.002849578857421875, - -0.0129547119140625, - 0.045013427734375, - -0.0301971435546875, - -0.000001430511474609375, - -0.003726959228515625, - -0.007648468017578125, - -0.00496673583984375, - 0.044036865234375, - 0.021820068359375, - 0.03662109375, - 0.0477294921875, - -0.029815673828125, - 0.0292205810546875, - -0.029022216796875, - -0.0307769775390625, - 0.0068206787109375, - -0.0204620361328125, - 0.031768798828125, - -0.01617431640625, - -0.01256561279296875, - 0.01558685302734375, - 0.0352783203125, - 0.0042877197265625, - -0.0274658203125, - -0.0255279541015625, - 0.0428466796875, - 0.0002390146255493164, - 0.04949951171875, - -0.0352783203125, - -0.03253173828125, - -0.0251312255859375, - 0.0024356842041015625, - 0.0245513916015625, - -0.00696563720703125, - 0.0311737060546875, - -0.0294189453125, - 0.0018749237060546875, - 0.05572509765625, - -0.0124664306640625, - -0.052978515625, - -0.0230865478515625, - 0.002971649169921875, - 0.0144195556640625, - 0.06353759765625, - 0.01285552978515625, - 0.066650390625, - 0.01432037353515625, - -0.0088653564453125, - 0.0307769775390625, - 0.061187744140625, - 0.041900634765625, - -0.0013637542724609375, - -0.041107177734375, - 0.0220184326171875, - -0.007549285888671875, - -0.056121826171875, - -0.0206451416015625, - -0.0015344619750976562, - 0.06585693359375, - -0.056121826171875, - -0.0129547119140625, - -0.0005116462707519531, - 0.007305145263671875, - -0.0091552734375, - 0.019775390625, - -0.019378662109375, - 0.031768798828125, - 0.0108642578125, - -0.0438232421875, - -0.042266845703125, - -0.019866943359375, - 0.037200927734375, - 0.0496826171875, - 0.044036865234375, - -0.037200927734375, - 0.02386474609375, - 0.0301971435546875, - 0.0261077880859375, - 0.00037288665771484375, - 0.037017822265625, - 0.001972198486328125, - 0.0286407470703125, - 0.01305389404296875, - 0.031768798828125, - -0.0086669921875, - -0.0286407470703125, - 0.01158905029296875, - 0.053375244140625, - 0.0225982666015625, - 0.048309326171875, - 0.002727508544921875, - -0.01305389404296875, - -0.049285888671875, - -0.05181884765625, - 0.0109100341796875, - 0.01568603515625, - -0.0220184326171875, - -0.04052734375, - -0.04052734375, - 0.0303955078125, - -0.062744140625, - 0.046356201171875, - 0.0134429931640625, - -0.0264892578125, - -0.048126220703125, - 0.021728515625, - 0.006671905517578125, - -0.047332763671875, - 0.0195770263671875, - -0.006282806396484375, - -0.0264892578125, - -0.03564453125, - -0.0186004638671875, - 0.033111572265625, - 0.01276397705078125, - -0.0545654296875, - -0.05377197265625, - 0.03350830078125, - -0.01285552978515625, - -0.04071044921875, - -0.0457763671875, - -0.0031414031982421875, - -0.026885986328125, - -0.042083740234375, - -0.0215301513671875, - -0.019775390625, - 0.0210418701171875, - -0.0044097900390625, - -0.00484466552734375, - -0.0305938720703125, - -0.01052093505859375, - 0.0264892578125, - -0.021728515625, - -0.0294189453125, - 0.033905029296875, - -0.0301971435546875, - 0.05767822265625, - 0.020263671875, - -0.0009317398071289062, - 0.042266845703125, - 0.051055908203125, - 0.0026187896728515625, - 0.011444091796875, - 0.018218994140625, - -0.057281494140625, - 0.0035552978515625, - -0.01183319091796875, - 0.01538848876953125, - -0.054168701171875, - -0.01412200927734375, - 0.051055908203125, - -0.0814208984375, - 0.0154876708984375, - 0.016845703125, - -0.018890380859375, - -0.036041259765625, - -0.0013456344604492188, - 0.0017414093017578125, - -0.0204620361328125, - 0.08648681640625, - 0.023956298828125, - -0.003871917724609375, - -0.0041656494140625, - -0.02484130859375, - 0.051055908203125, - 0.012664794921875, - 0.0280609130859375, - -0.03973388671875, - 0.02532958984375, - -0.01129913330078125, - 0.00189971923828125, - -0.01403045654296875, - -0.07366943359375, - 0.0163726806640625, - 0.0257110595703125, - 0.0282440185546875, - -0.00606536865234375, - -0.00896453857421875, - -0.0296173095703125, - -0.041900634765625, - -0.0270843505859375, - 0.018798828125, - 0.016754150390625, - -0.0006241798400878906, - -0.0301971435546875, - 0.0000393986701965332, - -0.01076507568359375, - -0.047332763671875, - -0.0144195556640625, - -0.024932861328125, - 0.035858154296875, - 0.0099334716796875, - -0.043060302734375, - 0.0251312255859375, - 0.0014066696166992188, - -0.0286407470703125, - 0.0124664306640625, - 0.0428466796875, - -0.019378662109375, - 0.0018749237060546875, - -0.0021190643310546875, - 0.01422119140625, - 0.0033855438232421875, - 0.016845703125, - -0.0008950233459472656, - 0.0323486328125, - 0.0225982666015625, - -0.04168701171875, - 0.0506591796875, - 0.0467529296875, - -0.0276641845703125, - -0.0693359375, - -0.042266845703125, - -0.03662109375, - 0.024932861328125, - -0.006671905517578125, - 0.045196533203125, - 0.034088134765625, - -0.01227569580078125, - -0.0970458984375, - 0.0220184326171875, - -0.0506591796875, - 0.022796630859375, - 0.0670166015625, - 0.0015096664428710938, - -0.060394287109375, - -0.05767822265625, - -0.040313720703125, - 0.0305938720703125, - 0.0004780292510986328, - 0.018890380859375, - -0.031768798828125, - 0.004650115966796875, - 0.024444580078125, - 0.0086669921875, - -0.01305389404296875, - 0.066650390625, - 0.01558685302734375, - -0.0257110595703125, - 0.0257110595703125, - -0.0175323486328125, - -0.0009741783142089844, - -0.029815673828125, - 0.019683837890625, - -0.0024356842041015625, - -0.0095977783203125, - -0.018218994140625, - -0.017822265625, - 0.0236663818359375, - 0.06622314453125, - -0.0009012222290039062, - 0.02728271484375, - -0.037017822265625, - 0.03759765625, - -0.0012598037719726562, - -0.012664794921875, - 0.002216339111328125, - 0.01354217529296875, - -0.005870819091796875, - -0.01227569580078125, - -0.053375244140625, - -0.099365234375, - 0.0021305084228515625, - -0.04266357421875, - -0.0266876220703125, - 0.01383209228515625, - 0.019378662109375, - 0.03369140625, - -0.0194854736328125, - 0.01285552978515625, - -0.0124664306640625, - -0.0209503173828125, - -0.023773193359375, - 0.03857421875, - -0.037017822265625, - 0.043060302734375, - -0.0200653076171875, - -0.03253173828125, - 0.0174407958984375, - -0.02435302734375, - 0.0101776123046875, - -0.018707275390625, - -0.004261016845703125, - -0.039947509765625, - 0.003360748291015625, - -0.09625244140625, - -0.029815673828125, - 0.01763916015625, - 0.052215576171875, - 0.007598876953125, - -0.00010198354721069336, - 0.034881591796875, - -0.021240234375, - -0.056121826171875, - -0.0020694732666015625, - -0.01081085205078125, - -0.03973388671875, - -0.0116424560546875, - 0.00847625732421875, - 0.0099334716796875, - -0.0093536376953125, - 0.052215576171875, - 0.041900634765625, - 0.060791015625, - 0.037994384765625, - -0.03643798828125, - -0.021240234375, - -0.0264892578125, - 0.03546142578125, - 0.01422119140625, - 0.0225982666015625, - -0.020263671875, - 0.01461029052734375, - -0.0181121826171875, - -0.0771484375, - -0.0129547119140625, - -0.044219970703125, - -0.03155517578125, - 0.01558685302734375, - 0.0631103515625, - 0.0266876220703125, - -0.0149993896484375, - 0.0211334228515625, - 0.045196533203125, - 0.04888916015625, - 0.01558685302734375, - -0.024749755859375, - -0.043243408203125, - 0.01125335693359375, - 0.00394439697265625, - 0.016845703125, - -0.068603515625, - 0.05804443359375, - 0.06195068359375, - -0.03253173828125, - -0.0186004638671875, - -0.00847625732421875, - -0.016754150390625, - 0.041107177734375, - 0.03955078125, - 0.00720977783203125, - -0.056884765625, - 0.01027679443359375, - 0.0220184326171875, - 0.0026416778564453125, - -0.0116424560546875, - -0.02532958984375, - -0.038970947265625, - 0.0307769775390625, - -0.0670166015625, - 0.0134429931640625, - -0.0014486312866210938, - 0.07830810546875, - 0.002277374267578125, - -0.054168701171875, - -0.022796630859375, - 0.0467529296875, - -0.012664794921875, - -0.02337646484375, - 0.00618743896484375, - 0.00611114501953125, - -0.01666259765625, - 0.036224365234375, - 0.041107177734375, - 0.007160186767578125, - 0.0226898193359375, - 0.0106658935546875, - -0.0650634765625, - 0.0251312255859375, - -0.017822265625, - 0.0096435546875, - -0.007015228271484375, - -0.023773193359375, - -0.04443359375, - -0.058837890625, - 0.029022216796875, - 0.027862548828125, - 0.04461669921875, - 0.0199737548828125, - -0.00998687744140625, - 0.00876617431640625, - 0.006622314453125, - 0.0284423828125, - 0.0305938720703125, - 0.0286407470703125, - 0.0307769775390625, - 0.0158843994140625, - -0.004627227783203125, - 0.036224365234375, - -0.028839111328125, - 0.01027679443359375, - -0.02337646484375, - -0.0035076141357421875, - -0.05181884765625, - 0.00202178955078125, - 0.007404327392578125, - -0.04656982421875, - 0.01334381103515625, - -0.034881591796875, - 0.01558685302734375, - 0.011688232421875, - -0.040924072265625, - -0.0276641845703125, - 0.0477294921875, - -0.0284423828125, - 0.04461669921875, - 0.0179290771484375, - -0.008087158203125, - 0.00052642822265625, - -0.056121826171875, - 0.0810546875, - 0.04364013671875, - 0.0274658203125, - 0.00177764892578125, - 0.025909423828125, - 0.0296173095703125, - -0.00794219970703125, - 0.029998779296875, - 0.007160186767578125, - -0.031768798828125, - 0.04364013671875, - 0.029815673828125, - -0.00672149658203125, - -0.022308349609375, - 0.03155517578125, - -0.01509857177734375, - -0.029998779296875, - 0.03466796875, - 0.0185089111328125, - 0.00623321533203125, - 0.024261474609375, - 0.021728515625, - -0.036224365234375, - -0.062744140625, - 0.056121826171875, - 0.019775390625, - -0.0145111083984375, - 0.05572509765625, - -0.0545654296875, - 0.06353759765625, - 0.00872039794921875, - 0.051422119140625, - -0.032928466796875, - 0.0438232421875, - -0.019683837890625, - -0.005748748779296875, - -0.01305389404296875, - 0.03369140625, - -0.0209503173828125, - 0.005672454833984375, - -0.035858154296875, - 0.05963134765625, - 0.017242431640625, - -0.03350830078125, - -0.0771484375, - 0.0000502467155456543, - -0.00930023193359375, - 0.00954437255859375, - 0.046356201171875, - -0.0215301513671875, - -0.01422119140625, - 0.01354217529296875, - 0.019378662109375, - 0.0631103515625, - -0.00745391845703125, - 0.0294189453125, - -0.001010894775390625, - 0.0093536376953125, - -0.010711669921875, - -0.012420654296875 - ], - "metadata": { - "domains": [ - "mobile-forensics", - "incident-response" - ], - "phases": [ - "data-collection", - "examination" - ], - "tags": [ - "cli", - "mobile", - "device-management", - "extraction" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_dc3dd", - "type": "tool", - "name": "dc3dd", - "content": "dc3dd dc3dd ist eine forensisch erweiterte variante des klassischen unix‑befehls dd. sie unterstützt das gleichzeitige berechnen mehrerer hash‑werte (md5, sha‑1, sha‑256, sha‑512) während der image‑erstellung, führt ein detailliertes log mit prüfsummen und fehlerblöcken und zeigt einen fortschrittsbalken an. weitere funktionen sind das splitten großer abbilder, das gezielte überschreiben von mustern zum sicheren löschen und die möglichkeit, fehlersektoren separat auszugeben, was besonders bei defekten medien hilfreich ist. disk-imaging hashing wiping logging cli incident-response static-investigations data-collection", - "embedding": [ - -0.006145477294921875, - 0.0298614501953125, - 0.0298614501953125, - -0.01229095458984375, - 0.041290283203125, - 0.0236053466796875, - 0.0248260498046875, - 0.0068511962890625, - -0.004055023193359375, - 0.0089111328125, - -0.0341796875, - 0.041778564453125, - 0.007373809814453125, - -0.001613616943359375, - -0.040557861328125, - 0.0244598388671875, - -0.016845703125, - 0.00011861324310302734, - 0.013214111328125, - 0.001697540283203125, - -0.006237030029296875, - 0.035400390625, - -0.041290283203125, - 0.0240936279296875, - -0.012908935546875, - -0.01007843017578125, - -0.032928466796875, - -0.08013916015625, - -0.0162200927734375, - 0.013702392578125, - -0.001644134521484375, - -0.018798828125, - -0.00580596923828125, - 0.0361328125, - 0.0181884765625, - -0.0247039794921875, - -0.00921630859375, - -0.0361328125, - -0.00798797607421875, - 0.031463623046875, - -0.022247314453125, - 0.01186370849609375, - 0.032440185546875, - -0.032440185546875, - -0.0195465087890625, - -0.021514892578125, - 0.012908935546875, - -0.031951904296875, - -0.01499176025390625, - -0.04644775390625, - 0.022369384765625, - 0.0191802978515625, - 0.03369140625, - -0.00336456298828125, - -0.02667236328125, - 0.02679443359375, - 0.023345947265625, - -0.0108184814453125, - -0.0181884765625, - 0.06439208984375, - -0.049652099609375, - -0.01044464111328125, - -0.004795074462890625, - -0.030609130859375, - -0.00798797607421875, - 0.01020050048828125, - -0.0293731689453125, - -0.00965118408203125, - 0.0191802978515625, - 0.031951904296875, - 0.0113677978515625, - -0.01056671142578125, - -0.0177001953125, - 0.0301055908203125, - -0.0185546875, - -0.031951904296875, - 0.021636962890625, - 0.0301055908203125, - 0.0341796875, - 0.004917144775390625, - -0.0552978515625, - 0.01032257080078125, - 0.0205230712890625, - -0.03466796875, - -0.031951904296875, - 0.032684326171875, - 0.0251922607421875, - 0.01013946533203125, - -0.005992889404296875, - 0.00946044921875, - 0.0153656005859375, - -0.0007414817810058594, - 0.0199127197265625, - -0.0196685791015625, - 0.042266845703125, - 0.06439208984375, - 0.0167083740234375, - 0.031707763671875, - 0.0162200927734375, - 0.042022705078125, - 0.0247039794921875, - -0.00946044921875, - 0.04473876953125, - 0.0068206787109375, - 0.06439208984375, - -0.00921630859375, - 0.0247039794921875, - 0.013580322265625, - -0.022979736328125, - -0.00445556640625, - -0.068359375, - -0.035888671875, - -0.022369384765625, - -0.057037353515625, - -0.0030269622802734375, - -0.022491455078125, - -0.0113067626953125, - 0.06146240234375, - -0.02691650390625, - -0.041046142578125, - -0.0013599395751953125, - 0.0172119140625, - -0.01044464111328125, - 0.009521484375, - -0.038360595703125, - -0.04351806640625, - 0.023223876953125, - 0.00540924072265625, - -0.042510986328125, - -0.0288848876953125, - -0.01186370849609375, - -0.00835418701171875, - -0.033935546875, - -0.02679443359375, - -0.0084228515625, - -0.0200347900390625, - 0.017578125, - -0.007099151611328125, - -0.01499176025390625, - -0.000553131103515625, - 0.034423828125, - -0.04595947265625, - -0.06121826171875, - 0.023468017578125, - -0.00583648681640625, - -0.00848388671875, - -0.0089111328125, - 0.0286407470703125, - -0.0089111328125, - -0.02703857421875, - 0.0065460205078125, - 0.0186767578125, - 0.031463623046875, - -0.003993988037109375, - 0.00823211669921875, - -0.03662109375, - 0.0251922607421875, - -0.01204681396484375, - 0.03369140625, - -0.0006685256958007812, - -0.0297393798828125, - 0.003826141357421875, - -0.0240936279296875, - 0.00872802734375, - -0.021636962890625, - -0.042022705078125, - -0.018798828125, - 0.0068206787109375, - -0.00885009765625, - -0.00786590576171875, - 0.038360595703125, - -0.0195465087890625, - 0.04425048828125, - 0.0751953125, - 0.007526397705078125, - 0.036376953125, - 0.0007719993591308594, - 0.005222320556640625, - 0.0291290283203125, - 0.0115509033203125, - -0.0248260498046875, - -0.0281524658203125, - 0.04669189453125, - -0.0065765380859375, - -0.00433349609375, - -0.005130767822265625, - -0.0159759521484375, - 0.0201568603515625, - -0.0516357421875, - 0.042022705078125, - -0.037109375, - -0.0025959014892578125, - -0.01007843017578125, - 0.01904296875, - 0.004055023193359375, - 0.0535888671875, - 0.039093017578125, - 0.00860595703125, - 0.049896240234375, - 0.0035495758056640625, - 0.00550079345703125, - 0.01001739501953125, - 0.01253509521484375, - 0.039093017578125, - 0.01259613037109375, - -0.0011444091796875, - -0.00777435302734375, - 0.030364990234375, - 0.030609130859375, - -0.041046142578125, - -0.01001739501953125, - 0.0237274169921875, - -0.022003173828125, - -0.0557861328125, - -0.04473876953125, - -0.01438140869140625, - 0.00433349609375, - -0.0191802978515625, - -0.02679443359375, - -0.0210113525390625, - 0.00577545166015625, - -0.0283966064453125, - 0.013336181640625, - 0.004886627197265625, - -0.0174560546875, - 0.040313720703125, - 0.0162200927734375, - -0.023223876953125, - -0.051116943359375, - 0.0253143310546875, - 0.018798828125, - 0.0205230712890625, - -0.00762176513671875, - 0.01198577880859375, - 0.0084228515625, - -0.0177001953125, - 0.059234619140625, - 0.0205230712890625, - 0.040802001953125, - 0.0023651123046875, - -0.022003173828125, - 0.04473876953125, - -0.0291290283203125, - 0.042022705078125, - 0.0019512176513671875, - -0.0153045654296875, - 0.01419830322265625, - 0.021392822265625, - 0.013336181640625, - 0.0535888671875, - -0.0533447265625, - 0.01192474365234375, - -0.08111572265625, - 0.02679443359375, - -0.03662109375, - -0.02606201171875, - -0.0552978515625, - -0.023101806640625, - 0.04376220703125, - -0.031097412109375, - -0.04278564453125, - -0.004608154296875, - 0.0179443359375, - -0.00330352783203125, - 0.035400390625, - 0.0009407997131347656, - -0.04425048828125, - 0.0163421630859375, - 0.0855712890625, - -0.01186370849609375, - 0.0108184814453125, - -0.0361328125, - 0.034912109375, - -0.013031005859375, - 0.033935546875, - -0.031707763671875, - -0.0245819091796875, - 0.01247406005859375, - -0.004055023193359375, - -0.002227783203125, - -0.0256805419921875, - -0.0006642341613769531, - -0.0037021636962890625, - 0.030364990234375, - -0.04547119140625, - -0.003871917724609375, - -0.00006771087646484375, - 0.01235198974609375, - -0.0197906494140625, - -0.041534423828125, - -0.005222320556640625, - 0.0341796875, - 0.00995635986328125, - -0.004302978515625, - 0.01265716552734375, - -0.038360595703125, - -0.00350189208984375, - 0.01186370849609375, - -0.02630615234375, - 0.031707763671875, - 0.0250701904296875, - -0.033935546875, - -0.00339508056640625, - -0.01474761962890625, - 0.0115509033203125, - -0.042510986328125, - -0.0293731689453125, - -0.0208892822265625, - -0.013824462890625, - -0.04498291015625, - -0.032684326171875, - 0.01432037353515625, - -0.0292510986328125, - -0.00565338134765625, - -0.032684326171875, - 0.0208892822265625, - -0.037109375, - -0.030609130859375, - -0.004795074462890625, - -0.035888671875, - -0.050628662109375, - -0.0292510986328125, - 0.04351806640625, - -0.01204681396484375, - 0.004886627197265625, - -0.022003173828125, - 0.0036258697509765625, - -0.0169677734375, - -0.00786590576171875, - -0.0179443359375, - 0.040313720703125, - -0.01013946533203125, - 0.035888671875, - 0.0212554931640625, - 0.040313720703125, - 0.0204010009765625, - 0.060455322265625, - 0.0172119140625, - -0.0091552734375, - -0.017578125, - -0.01904296875, - 0.0155487060546875, - 0.02716064453125, - -0.0242156982421875, - -0.0238494873046875, - 0.022247314453125, - -0.031707763671875, - -0.006267547607421875, - 0.0208892822265625, - 0.02606201171875, - 0.0531005859375, - -0.023101806640625, - 0.006053924560546875, - 0.031219482421875, - 0.00909423828125, - 0.0870361328125, - -0.0069732666015625, - -0.0285186767578125, - 0.0065460205078125, - 0.0154876708984375, - -0.0011749267578125, - -0.022857666015625, - 0.0290069580078125, - 0.0010986328125, - -0.013641357421875, - 0.040557861328125, - 0.0238494873046875, - -0.001667022705078125, - 0.0256805419921875, - 0.0015363693237304688, - 0.0156097412109375, - -0.0164642333984375, - -0.0069732666015625, - 0.06195068359375, - 0.01474761962890625, - 0.030853271484375, - 0.04400634765625, - -0.035888671875, - -0.007190704345703125, - -0.0179443359375, - -0.06170654296875, - 0.005283355712890625, - 0.049652099609375, - 0.030731201171875, - 0.042510986328125, - -0.021392822265625, - -0.07720947265625, - -0.006328582763671875, - -0.0545654296875, - 0.07177734375, - 0.0253143310546875, - 0.0037174224853515625, - 0.035888671875, - -0.01499176025390625, - 0.0172119140625, - 0.036376953125, - -0.00322723388671875, - 0.042266845703125, - 0.0172119140625, - 0.0281524658203125, - 0.003932952880859375, - -0.035888671875, - 0.0006375312805175781, - 0.033416748046875, - 0.0155487060546875, - 0.01032257080078125, - 0.0292510986328125, - 0.01038360595703125, - -0.02801513671875, - -0.041290283203125, - 0.023101806640625, - 0.0064849853515625, - -0.014007568359375, - 0.00965118408203125, - 0.004302978515625, - 0.022125244140625, - -0.04669189453125, - 0.00786590576171875, - -0.0003342628479003906, - 0.0160980224609375, - 0.01708984375, - 0.02777099609375, - -0.058502197265625, - -0.0196685791015625, - 0.039825439453125, - -0.06292724609375, - 0.037109375, - 0.00322723388671875, - -0.048187255859375, - 0.0189208984375, - -0.000560760498046875, - -0.08111572265625, - 0.04351806640625, - -0.040557861328125, - -0.051116943359375, - 0.0167083740234375, - 0.06536865234375, - -0.06390380859375, - -0.013275146484375, - -0.0523681640625, - -0.037353515625, - -0.0292510986328125, - -0.037353515625, - 0.042266845703125, - -0.01271820068359375, - -0.005992889404296875, - 0.0290069580078125, - 0.049407958984375, - 0.01026153564453125, - -0.00971221923828125, - 0.0244598388671875, - -0.003963470458984375, - -0.04571533203125, - 0.0293731689453125, - -0.003993988037109375, - -0.00959014892578125, - -0.0210113525390625, - -0.0287628173828125, - -0.00804901123046875, - -0.01062774658203125, - -0.002796173095703125, - 0.0158538818359375, - -0.0540771484375, - -0.049163818359375, - -0.041290283203125, - 0.04522705078125, - -0.005313873291015625, - 0.040557861328125, - -0.0024585723876953125, - -0.034912109375, - -0.0015058517456054688, - -0.0521240234375, - -0.040557861328125, - 0.0250701904296875, - 0.00021123886108398438, - -0.0110015869140625, - 0.06982421875, - -0.0290069580078125, - 0.0242156982421875, - -0.0296173095703125, - 0.035888671875, - 0.00574493408203125, - -0.0106964111328125, - -0.0533447265625, - 0.034423828125, - 0.030731201171875, - -0.04449462890625, - -0.02752685546875, - -0.0302276611328125, - -0.00324249267578125, - 0.040069580078125, - -0.0531005859375, - -0.0167083740234375, - -0.0155487060546875, - -0.031707763671875, - -0.051116943359375, - -0.022857666015625, - -0.01198577880859375, - -0.0164642333984375, - 0.0193023681640625, - 0.047698974609375, - -0.00238037109375, - 0.039581298828125, - 0.005962371826171875, - 0.002811431884765625, - 0.0247039794921875, - -0.004947662353515625, - -0.00921630859375, - 0.034912109375, - -0.0535888671875, - -0.04693603515625, - -0.0196685791015625, - 0.037109375, - -0.0292510986328125, - -0.00550079345703125, - 0.00897216796875, - -0.01904296875, - 0.03759765625, - -0.048431396484375, - 0.0189208984375, - -0.039581298828125, - -0.021636962890625, - -0.056793212890625, - -0.0093994140625, - 0.012969970703125, - 0.03369140625, - -0.030364990234375, - 0.0179443359375, - 0.0032100677490234375, - -0.06488037109375, - 0.038360595703125, - 0.01806640625, - 0.0002841949462890625, - -0.013580322265625, - -0.00540924072265625, - -0.006206512451171875, - 0.0181884765625, - 0.0293731689453125, - -0.01284027099609375, - -0.0242156982421875, - -0.0548095703125, - 0.0290069580078125, - -0.00577545166015625, - -0.004730224609375, - -0.0244598388671875, - -0.01241302490234375, - -0.07965087890625, - 0.018310546875, - 0.0184326171875, - 0.01450347900390625, - -0.0151824951171875, - -0.031463623046875, - -0.00971221923828125, - -0.0169677734375, - -0.02618408203125, - 0.047454833984375, - -0.017822265625, - 0.00995635986328125, - 0.00792694091796875, - -0.033172607421875, - 0.032196044921875, - 0.02752685546875, - 0.0113677978515625, - 0.038848876953125, - -0.0066986083984375, - -0.047698974609375, - 0.00565338134765625, - -0.0179443359375, - -0.036865234375, - -0.005962371826171875, - -0.02679443359375, - 0.016845703125, - -0.018310546875, - -0.0200347900390625, - 0.04571533203125, - 0.021514892578125, - 0.0193023681640625, - -0.00959014892578125, - -0.00031495094299316406, - 0.0093994140625, - -0.01468658447265625, - 0.06488037109375, - -0.0286407470703125, - -0.04644775390625, - 0.016845703125, - -0.0292510986328125, - 0.042510986328125, - 0.035888671875, - -0.01253509521484375, - -0.021514892578125, - 0.00469970703125, - 0.04522705078125, - -0.0285186767578125, - -0.0244598388671875, - 0.003887176513671875, - 0.022125244140625, - 0.01493072509765625, - 0.04400634765625, - 0.00921630859375, - 0.049407958984375, - -0.0023193359375, - 0.014007568359375, - 0.06292724609375, - 0.04302978515625, - 0.023101806640625, - -0.0200347900390625, - -0.06170654296875, - 0.0196685791015625, - -0.0010061264038085938, - -0.0253143310546875, - -0.037841796875, - 0.0014438629150390625, - 0.0545654296875, - -0.0538330078125, - -0.016845703125, - 0.007190704345703125, - -0.0291290283203125, - 0.0290069580078125, - 0.0291290283203125, - -0.0191802978515625, - 0.00872802734375, - -0.0013675689697265625, - -0.033935546875, - -0.0189208984375, - -0.030487060546875, - 0.0249481201171875, - 0.057037353515625, - 0.058013916015625, - -0.0065460205078125, - 0.049407958984375, - -0.00771331787109375, - 0.0114898681640625, - 0.04278564453125, - 0.0238494873046875, - 0.0156707763671875, - 0.0299835205078125, - 0.03369140625, - 0.057281494140625, - -0.0003955364227294922, - -0.0197906494140625, - 0.0286407470703125, - 0.031707763671875, - 0.0341796875, - 0.047943115234375, - 0.00897216796875, - -0.00568389892578125, - 0.007434844970703125, - -0.0535888671875, - -0.023223876953125, - -0.01204681396484375, - -0.00041294097900390625, - -0.057037353515625, - -0.0152435302734375, - 0.00860595703125, - -0.0108795166015625, - 0.0518798828125, - 0.0302276611328125, - -0.013763427734375, - -0.013397216796875, - 0.0114898681640625, - 0.0025959014892578125, - -0.03369140625, - -0.0026416778564453125, - -0.0293731689453125, - -0.00556182861328125, - -0.0281524658203125, - -0.0206451416015625, - 0.0189208984375, - -0.022369384765625, - -0.06170654296875, - -0.02777099609375, - 0.050384521484375, - -0.0086669921875, - -0.033172607421875, - -0.039581298828125, - -0.01486968994140625, - -0.033416748046875, - -0.038604736328125, - -0.0282745361328125, - -0.0045166015625, - 0.0205230712890625, - -0.0169677734375, - 0.0206451416015625, - -0.0158538818359375, - -0.022613525390625, - -0.041778564453125, - -0.0165863037109375, - -0.01493072509765625, - 0.03759765625, - -0.040069580078125, - 0.0550537109375, - 0.01806640625, - 0.02667236328125, - 0.041290283203125, - 0.0540771484375, - -0.0249481201171875, - 0.0191802978515625, - -0.0009407997131347656, - -0.06439208984375, - 0.037109375, - -0.0248260498046875, - 0.021392822265625, - -0.0557861328125, - -0.0194244384765625, - 0.048431396484375, - -0.068359375, - 0.0030574798583984375, - -0.0067291259765625, - -0.00959014892578125, - -0.041290283203125, - -0.0169677734375, - 0.007068634033203125, - -0.0014753341674804688, - 0.09539794921875, - 0.031341552734375, - -0.0202789306640625, - -0.0255584716796875, - -0.0294952392578125, - 0.0523681640625, - 0.022857666015625, - 0.04595947265625, - -0.050140380859375, - 0.0361328125, - -0.002933502197265625, - -0.013031005859375, - -0.01026153564453125, - -0.07867431640625, - 0.0179443359375, - 0.033172607421875, - 0.006145477294921875, - -0.03515625, - -0.02752685546875, - -0.04547119140625, - -0.032684326171875, - -0.051361083984375, - 0.0243377685546875, - 0.0114288330078125, - -0.004825592041015625, - -0.04547119140625, - -0.013763427734375, - -0.0237274169921875, - -0.0248260498046875, - -0.0248260498046875, - -0.06341552734375, - 0.0239715576171875, - 0.0031642913818359375, - -0.06536865234375, - 0.0297393798828125, - 0.01438140869140625, - 0.02642822265625, - 0.006114959716796875, - 0.0361328125, - -0.04278564453125, - -0.00577545166015625, - -0.0208892822265625, - 0.02581787109375, - 0.01210784912109375, - 0.01462554931640625, - -0.0068511962890625, - 0.030853271484375, - 0.0202789306640625, - -0.0211334228515625, - 0.06292724609375, - 0.005100250244140625, - -0.030853271484375, - -0.051361083984375, - -0.0156097412109375, - -0.039825439453125, - 0.022003173828125, - -0.023468017578125, - 0.058258056640625, - 0.021514892578125, - 0.002902984619140625, - -0.0919189453125, - 0.06634521484375, - -0.0296173095703125, - 0.0550537109375, - 0.00933837890625, - 0.006267547607421875, - -0.0516357421875, - -0.02655029296875, - -0.0212554931640625, - 0.038848876953125, - -0.0189208984375, - 0.038848876953125, - 0.017578125, - 0.00559234619140625, - 0.004669189453125, - -0.03759765625, - -0.006389617919921875, - 0.04620361328125, - 0.031707763671875, - -0.009033203125, - 0.047454833984375, - -0.0293731689453125, - 0.0249481201171875, - 0.018310546875, - -0.0012598037719726562, - 0.0193023681640625, - -0.00946044921875, - -0.021881103515625, - -0.021759033203125, - 0.0249481201171875, - 0.035888671875, - -0.016845703125, - 0.0037174224853515625, - -0.030487060546875, - 0.022003173828125, - 0.0086669921875, - 0.0024738311767578125, - 0.00965118408203125, - -0.0023345947265625, - 0.0004570484161376953, - -0.0200347900390625, - -0.08404541015625, - -0.09442138671875, - 0.00337982177734375, - -0.02801513671875, - -0.017333984375, - 0.01020050048828125, - 0.041290283203125, - 0.013336181640625, - -0.0169677734375, - 0.0026264190673828125, - -0.00002110004425048828, - -0.022979736328125, - -0.06439208984375, - 0.02716064453125, - -0.0202789306640625, - 0.040802001953125, - 0.004730224609375, - -0.0341796875, - 0.049407958984375, - -0.0201568603515625, - 0.0086669921875, - -0.01032257080078125, - -0.0181884765625, - -0.0287628173828125, - 0.03564453125, - -0.07965087890625, - -0.01050567626953125, - 0.03466796875, - 0.023345947265625, - 0.004669189453125, - -0.04498291015625, - 0.040802001953125, - -0.0045166015625, - -0.048675537109375, - 0.023101806640625, - -0.0281524658203125, - -0.033416748046875, - 0.0298614501953125, - -0.0018281936645507812, - 0.02703857421875, - -0.0243377685546875, - 0.034912109375, - 0.023468017578125, - 0.036376953125, - -0.002735137939453125, - -0.02703857421875, - -0.0012216567993164062, - -0.01062774658203125, - -0.01062774658203125, - 0.04278564453125, - 0.009521484375, - -0.003841400146484375, - -0.017333984375, - -0.0008487701416015625, - -0.0870361328125, - -0.0165863037109375, - -0.0518798828125, - -0.0298614501953125, - 0.0006723403930664062, - 0.10076904296875, - 0.04449462890625, - 0.013885498046875, - 0.0184326171875, - 0.09588623046875, - 0.0024127960205078125, - 0.01511383056640625, - -0.013580322265625, - -0.0516357421875, - 0.0068206787109375, - -0.01438140869140625, - 0.021636962890625, - -0.048919677734375, - 0.0174560546875, - 0.048675537109375, - -0.013946533203125, - 0.0010213851928710938, - -0.0256805419921875, - -0.007251739501953125, - 0.017333984375, - 0.04547119140625, - 0.0165863037109375, - -0.07720947265625, - 0.0069427490234375, - 0.023101806640625, - 0.004978179931640625, - 0.0208892822265625, - 0.007251739501953125, - -0.0290069580078125, - 0.039093017578125, - -0.0528564453125, - -0.00774383544921875, - 0.01192474365234375, - 0.08160400390625, - -0.007282257080078125, - -0.039093017578125, - -0.039093017578125, - 0.072265625, - 0.02801513671875, - 0.0008220672607421875, - 0.0197906494140625, - -0.005191802978515625, - -0.01708984375, - 0.051116943359375, - 0.041778564453125, - -0.0256805419921875, - 0.041778564453125, - 0.01419830322265625, - -0.041046142578125, - 0.017333984375, - -0.0205230712890625, - 0.00577545166015625, - -0.0106964111328125, - -0.051116943359375, - -0.032928466796875, - -0.0732421875, - 0.03369140625, - 0.0193023681640625, - 0.0029964447021484375, - 0.049163818359375, - 0.0238494873046875, - -0.0007414817810058594, - -0.00054931640625, - 0.0181884765625, - 0.034423828125, - 0.0165863037109375, - -0.00550079345703125, - -0.0019969940185546875, - 0.032928466796875, - 0.013336181640625, - -0.013702392578125, - 0.031951904296875, - -0.037353515625, - 0.0160980224609375, - -0.058746337890625, - 0.007495880126953125, - 0.0020275115966796875, - -0.037353515625, - -0.01229095458984375, - -0.02789306640625, - -0.0023975372314453125, - -0.021514892578125, - -0.0560302734375, - 0.005283355712890625, - 0.042510986328125, - -0.0283966064453125, - 0.032684326171875, - 0.0159759521484375, - 0.0193023681640625, - 0.0018510818481445312, - -0.060455322265625, - 0.08355712890625, - 0.041290283203125, - 0.0169677734375, - 0.0002651214599609375, - 0.0116119384765625, - 0.007526397705078125, - 0.0008563995361328125, - 0.031707763671875, - 0.00983428955078125, - -0.06439208984375, - 0.04669189453125, - 0.0560302734375, - 0.00921630859375, - -0.021514892578125, - 0.0047607421875, - -0.003810882568359375, - -0.042022705078125, - 0.040557861328125, - 0.0240936279296875, - 0.021636962890625, - 0.01204681396484375, - -0.0164642333984375, - -0.0065155029296875, - -0.04376220703125, - 0.047454833984375, - 0.0106964111328125, - -0.0012826919555664062, - 0.04400634765625, - -0.0244598388671875, - 0.057525634765625, - 0.013275146484375, - 0.048431396484375, - -0.0157318115234375, - 0.0302276611328125, - -0.0249481201171875, - -0.002349853515625, - 0.0113067626953125, - -0.0014591217041015625, - 0.003963470458984375, - -0.0068206787109375, - 0.01419830322265625, - 0.06390380859375, - 0.04595947265625, - -0.01013946533203125, - -0.059967041015625, - -0.0301055908203125, - -0.041778564453125, - -0.0070037841796875, - 0.017578125, - -0.04400634765625, - -0.0250701904296875, - 0.01708984375, - 0.048919677734375, - 0.06292724609375, - -0.0201568603515625, - 0.06536865234375, - -0.00921630859375, - -0.0025196075439453125, - -0.00574493408203125, - -0.00823211669921875 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "disk-imaging", - "hashing", - "wiping", - "logging", - "cli" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Rekall", - "type": "tool", - "name": "Rekall", - "content": "rekall googles memory-analysis-framework erweiterte volatility um cloud-scale- capabilities und moderne storage-formate. aff4-integration ermöglicht streaming-analysis von multi-terabyte-memory-images ohne lokale storage. besonders innovativ: live-memory-analysis über http-endpoints, rekall-agent für remote-collection, timeline-integration für memory-events. python-3-native-architecture mit jupyter-notebook- integration für interactive-analysis. web-ui demokratisiert memory- forensics für non-cli-users. machine-learning-plugins für anomaly- detection. enterprise-features: distributed-analysis, multi-investigator-collaboration, case-management. die development wurde 2018 eingestellt zugunsten anderer google-projekte, aber community-forks setzen entwicklung fort. legacy-code läuft noch stable für viele use-cases. historical-significance als volatility- herausforderer und cloud-memory-forensics-pioneer. lessons-learned fließen in moderne tools wie velociraptor ein. memory python incident-response analysis", - "embedding": [ - -0.0252838134765625, - 0.0202789306640625, - 0.0399169921875, - -0.0227508544921875, - 0.048675537109375, - 0.037841796875, - -0.01105499267578125, - 0.004573822021484375, - -0.0257720947265625, - -0.020843505859375, - -0.0305328369140625, - 0.0227508544921875, - 0.008270263671875, - 0.0006361007690429688, - -0.06683349609375, - 0.047088623046875, - 0.0013723373413085938, - 0.018768310546875, - -0.002544403076171875, - -0.00843048095703125, - -0.0131988525390625, - -0.035003662109375, - -0.056304931640625, - 0.0006661415100097656, - 0.018524169921875, - 0.007793426513671875, - -0.0191650390625, - -0.0572509765625, - -0.0124053955078125, - -0.0281524658203125, - 0.00045990943908691406, - -0.0249786376953125, - 0.009185791015625, - 0.01073455810546875, - -0.002017974853515625, - -0.00600433349609375, - 0.01184844970703125, - -0.0477294921875, - -0.0201263427734375, - 0.040069580078125, - -0.0142364501953125, - 0.021636962890625, - 0.0259246826171875, - -0.00981903076171875, - -0.054412841796875, - -0.047393798828125, - -0.02862548828125, - -0.035797119140625, - 0.01033782958984375, - -0.044525146484375, - 0.00528717041015625, - 0.0297393798828125, - -0.017181396484375, - -0.033416748046875, - -0.05279541015625, - 0.017578125, - 0.0166168212890625, - 0.0024166107177734375, - -0.044525146484375, - 0.042938232421875, - -0.06298828125, - -0.045501708984375, - 0.00429534912109375, - -0.01399993896484375, - 0.016143798828125, - 0.055023193359375, - -0.02545166015625, - -0.0419921875, - 0.0419921875, - 0.01558685302734375, - 0.023223876953125, - 0.0158233642578125, - -0.021636962890625, - 0.032440185546875, - -0.03228759765625, - -0.031341552734375, - 0.021148681640625, - 0.0311737060546875, - 0.0124053955078125, - 0.0018787384033203125, - -0.0305328369140625, - -0.0006513595581054688, - 0.04803466796875, - 0.0146331787109375, - -0.031494140625, - 0.007198333740234375, - 0.00855255126953125, - 0.020355224609375, - 0.00005936622619628906, - -0.00423431396484375, - 0.0229034423828125, - -0.033233642578125, - 0.0221099853515625, - -0.0325927734375, - 0.0303802490234375, - 0.047393798828125, - -0.00870513916015625, - -0.00620269775390625, - -0.0206756591796875, - 0.038665771484375, - 0.0252838134765625, - -0.0677490234375, - 0.036590576171875, - -0.0193328857421875, - 0.0213165283203125, - -0.0235443115234375, - 0.014312744140625, - -0.00540924072265625, - -0.01184844970703125, - -0.034820556640625, - -0.101806640625, - -0.038665771484375, - -0.024658203125, - -0.05694580078125, - -0.004154205322265625, - 0.006282806396484375, - -0.004016876220703125, - 0.057586669921875, - -0.037689208984375, - -0.042633056640625, - 0.01137542724609375, - 0.0227508544921875, - -0.02703857421875, - 0.0294342041015625, - -0.0225830078125, - -0.0283203125, - 0.0201263427734375, - 0.026092529296875, - -0.0170135498046875, - 0.0087890625, - 0.006244659423828125, - -0.001049041748046875, - 0.0026836395263671875, - -0.04803466796875, - -0.001033782958984375, - -0.01861572265625, - 0.0166168212890625, - 0.00397491455078125, - -0.0168609619140625, - 0.034027099609375, - 0.039764404296875, - -0.024169921875, - -0.036895751953125, - 0.0120086669921875, - -0.03387451171875, - -0.00862884521484375, - 0.0059661865234375, - 0.03643798828125, - -0.039764404296875, - -0.004314422607421875, - 0.0023860931396484375, - 0.01439666748046875, - 0.050262451171875, - 0.0015802383422851562, - -0.015899658203125, - -0.030059814453125, - -0.047393798828125, - -0.017822265625, - 0.0257720947265625, - -0.0249786376953125, - -0.0095062255859375, - 0.018218994140625, - 0.005565643310546875, - 0.0196380615234375, - -0.003936767578125, - -0.012725830078125, - -0.0325927734375, - 0.0146331787109375, - 0.0235443115234375, - 0.00616455078125, - 0.010894775390625, - -0.020355224609375, - 0.04833984375, - 0.0509033203125, - -0.0243377685546875, - 0.026092529296875, - 0.00659942626953125, - -0.020843505859375, - 0.0202789306640625, - 0.0243377685546875, - -0.016937255859375, - -0.0174102783203125, - 0.01328277587890625, - -0.0174102783203125, - 0.01264190673828125, - -0.0150299072265625, - -0.022430419921875, - 0.004730224609375, - -0.04071044921875, - 0.010894775390625, - -0.040252685546875, - -0.0244903564453125, - -0.0037384033203125, - 0.0325927734375, - 0.0002460479736328125, - 0.06964111328125, - 0.0303802490234375, - -0.020355224609375, - 0.0259246826171875, - 0.0022869110107421875, - 0.0230712890625, - 0.0243377685546875, - -0.00009816884994506836, - 0.047088623046875, - 0.0235443115234375, - 0.03546142578125, - 0.01519012451171875, - 0.038177490234375, - 0.02783203125, - -0.0093841552734375, - 0.00771331787109375, - 0.054718017578125, - -0.02386474609375, - -0.0205230712890625, - -0.038665771484375, - -0.0302276611328125, - 0.03546142578125, - -0.0273590087890625, - 0.01312255859375, - 0.00489044189453125, - -0.0251312255859375, - -0.0080718994140625, - 0.006084442138671875, - 0.01375579833984375, - -0.0015802383422851562, - 0.038818359375, - 0.038970947265625, - -0.0054473876953125, - -0.007038116455078125, - 0.0123291015625, - -0.007358551025390625, - 0.03961181640625, - 0.00012981891632080078, - 0.00966644287109375, - -0.00337982177734375, - -0.031341552734375, - 0.0509033203125, - 0.00799560546875, - 0.032928466796875, - 0.0222625732421875, - -0.0201263427734375, - 0.04168701171875, - -0.0120849609375, - 0.0367431640625, - 0.0404052734375, - -0.011932373046875, - 0.004611968994140625, - -0.002605438232421875, - 0.031646728515625, - 0.041351318359375, - -0.033721923828125, - 0.0052490234375, - -0.07000732421875, - -0.02337646484375, - -0.09735107421875, - -0.0467529296875, - -0.016143798828125, - -0.058868408203125, - 0.04486083984375, - -0.0279998779296875, - -0.041351318359375, - -0.00616455078125, - 0.005527496337890625, - 0.020843505859375, - 0.066162109375, - 0.01216888427734375, - -0.038970947265625, - 0.01105499267578125, - 0.07568359375, - 0.0028438568115234375, - -0.0294342041015625, - -0.007396697998046875, - 0.005489349365234375, - -0.03643798828125, - -0.002704620361328125, - -0.017730712890625, - 0.0008549690246582031, - 0.0372314453125, - 0.01105499267578125, - 0.0093841552734375, - -0.02099609375, - 0.0214691162109375, - 0.00206756591796875, - 0.045501708984375, - -0.03387451171875, - 0.01137542724609375, - -0.00409698486328125, - -0.0007805824279785156, - -0.01526641845703125, - -0.045501708984375, - 0.003021240234375, - 0.06329345703125, - 0.01184844970703125, - 0.00791168212890625, - 0.00403594970703125, - -0.058868408203125, - 0.0229034423828125, - 0.0035991668701171875, - -0.0045928955078125, - 0.0283203125, - 0.030853271484375, - -0.041351318359375, - 0.00604248046875, - 0.0158233642578125, - -0.006122589111328125, - -0.050567626953125, - -0.03912353515625, - -0.01439666748046875, - -0.003459930419921875, - -0.04962158203125, - -0.0092620849609375, - 0.0189208984375, - -0.0294342041015625, - 0.0249786376953125, - -0.00791168212890625, - -0.0154266357421875, - -0.024017333984375, - -0.042938232421875, - 0.00616455078125, - -0.0200347900390625, - -0.03912353515625, - -0.017822265625, - 0.05853271484375, - -0.00013113021850585938, - -0.0011186599731445312, - 0.0004622936248779297, - -0.00489044189453125, - -0.0267181396484375, - 0.01407623291015625, - -0.0243377685546875, - 0.038970947265625, - -0.011932373046875, - 0.048675537109375, - 0.035797119140625, - -0.00016772747039794922, - 0.01001739501953125, - 0.0477294921875, - 0.040252685546875, - -0.019561767578125, - -0.0006861686706542969, - -0.011688232421875, - 0.01312255859375, - 0.00835418701171875, - -0.012725830078125, - -0.0222625732421875, - -0.0272064208984375, - -0.01479339599609375, - -0.0028438568115234375, - 0.0206756591796875, - 0.0166168212890625, - 0.0170135498046875, - -0.00942230224609375, - 0.0311737060546875, - 0.061065673828125, - -0.0008649826049804688, - 0.10308837890625, - -0.0038776397705078125, - -0.0477294921875, - 0.0156707763671875, - 0.0302276611328125, - 0.0146331787109375, - -0.00560760498046875, - 0.041046142578125, - 0.017181396484375, - 0.00922393798828125, - 0.0176544189453125, - -0.0273590087890625, - 0.040557861328125, - -0.00528717041015625, - 0.00018393993377685547, - 0.0180511474609375, - -0.0257720947265625, - 0.02337646484375, - 0.040069580078125, - 0.026397705078125, - 0.026397705078125, - 0.0419921875, - -0.0072784423828125, - -0.01375579833984375, - -0.0582275390625, - -0.07476806640625, - -0.0067596435546875, - 0.03704833984375, - 0.00855255126953125, - 0.03961181640625, - -0.0262451171875, - -0.057586669921875, - 0.044525146484375, - -0.0058441162109375, - 0.0782470703125, - 0.06744384765625, - 0.002544403076171875, - 0.010894775390625, - 0.009979248046875, - 0.011932373046875, - 0.01526641845703125, - 0.01328277587890625, - 0.0142364501953125, - 0.0191650390625, - 0.0399169921875, - 0.01328277587890625, - -0.06011962890625, - 0.03643798828125, - 0.0289459228515625, - 0.026397705078125, - -0.0154266357421875, - 0.01296234130859375, - -0.00981903076171875, - 0.0213165283203125, - -0.017181396484375, - 0.04229736328125, - 0.045806884765625, - 0.01216888427734375, - 0.0273590087890625, - -0.0244903564453125, - 0.0197296142578125, - -0.02783203125, - 0.00600433349609375, - 0.0180511474609375, - -0.0095062255859375, - 0.01511383056640625, - 0.0086669921875, - -0.08111572265625, - 0.001049041748046875, - 0.0294342041015625, - -0.045806884765625, - 0.0202789306640625, - 0.03643798828125, - -0.02545166015625, - -0.01995849609375, - -0.006839752197265625, - -0.038665771484375, - 0.038665771484375, - -0.0251312255859375, - -0.039459228515625, - 0.0095062255859375, - 0.0214691162109375, - -0.035797119140625, - -0.0244903564453125, - -0.0202789306640625, - -0.0008249282836914062, - -0.0201263427734375, - -0.0164642333984375, - 0.042938232421875, - -0.01105499267578125, - -0.0008249282836914062, - 0.0229034423828125, - 0.062347412109375, - -0.008270263671875, - -0.0167083740234375, - 0.0477294921875, - -0.0303802490234375, - -0.047088623046875, - 0.0281524658203125, - 0.0105743408203125, - 0.0289459228515625, - -0.0335693359375, - -0.0214691162109375, - -0.0131988525390625, - -0.00433349609375, - -0.0166168212890625, - 0.0154266357421875, - -0.055023193359375, - -0.0509033203125, - -0.06396484375, - 0.0335693359375, - -0.0002522468566894531, - 0.0198822021484375, - 0.00902557373046875, - -0.06011962890625, - 0.0222625732421875, - -0.0740966796875, - -0.0225830078125, - -0.01288604736328125, - 0.041046142578125, - -0.0034389495849609375, - 0.07379150390625, - -0.0262451171875, - -0.0311737060546875, - 0.007198333740234375, - 0.02337646484375, - -0.00616455078125, - 0.0123291015625, - -0.050567626953125, - 0.05218505859375, - 0.033416748046875, - -0.043914794921875, - -0.0116119384765625, - 0.00023233890533447266, - 0.005489349365234375, - 0.038818359375, - -0.0283203125, - 0.002643585205078125, - -0.011932373046875, - -0.0655517578125, - -0.0156707763671875, - -0.04229736328125, - -0.01678466796875, - -0.039459228515625, - 0.052490234375, - 0.04071044921875, - 0.006122589111328125, - 0.051544189453125, - 0.0229034423828125, - -0.002475738525390625, - 0.01145172119140625, - 0.00830841064453125, - -0.01312255859375, - 0.0295867919921875, - -0.066162109375, - -0.03704833984375, - -0.0225830078125, - 0.018524169921875, - -0.0182952880859375, - 0.002227783203125, - 0.0031604766845703125, - -0.00616455078125, - 0.04803466796875, - -0.04168701171875, - 0.0194091796875, - 0.0014715194702148438, - -0.00711822509765625, - -0.0252838134765625, - -0.00540924072265625, - 0.016387939453125, - 0.02020263671875, - 0.010498046875, - 0.00445556640625, - 0.0303802490234375, - -0.05377197265625, - 0.031341552734375, - -0.00357818603515625, - -0.0120849609375, - 0.01113128662109375, - -0.01399993896484375, - 0.0011386871337890625, - -0.006320953369140625, - 0.032928466796875, - -0.0267181396484375, - -0.0294342041015625, - -0.07891845703125, - 0.016937255859375, - 0.0160675048828125, - -0.01065826416015625, - -0.037841796875, - -0.05853271484375, - -0.051849365234375, - -0.0032806396484375, - 0.0289459228515625, - 0.023223876953125, - 0.01013946533203125, - -0.04644775390625, - -0.042633056640625, - 0.00429534912109375, - -0.0303802490234375, - 0.0477294921875, - -0.0303802490234375, - -0.0014314651489257812, - -0.006999969482421875, - -0.00783538818359375, - 0.0198822021484375, - 0.0142364501953125, - 0.047393798828125, - 0.0123291015625, - 0.0235443115234375, - -0.000009655952453613281, - 0.01145172119140625, - -0.0052490234375, - -0.0192413330078125, - 0.0164642333984375, - -0.0170135498046875, - 0.0362548828125, - -0.03277587890625, - -0.0190887451171875, - 0.0178985595703125, - 0.0028228759765625, - 0.0157470703125, - -0.01558685302734375, - -0.00672149658203125, - 0.0244903564453125, - -0.013519287109375, - 0.0477294921875, - -0.03277587890625, - -0.0134429931640625, - 0.00974273681640625, - -0.017730712890625, - 0.044219970703125, - 0.030059814453125, - -0.01153564453125, - -0.0279998779296875, - 0.0150299072265625, - 0.04486083984375, - -0.00799560546875, - -0.01812744140625, - -0.0214691162109375, - 0.006801605224609375, - 0.0089111328125, - 0.058868408203125, - -0.005767822265625, - 0.08843994140625, - 0.04486083984375, - -0.0128021240234375, - 0.00942230224609375, - 0.059478759765625, - 0.0230712890625, - -0.0229034423828125, - -0.0782470703125, - 0.00934600830078125, - 0.0034389495849609375, - -0.02386474609375, - -0.04071044921875, - 0.0014019012451171875, - 0.066162109375, - -0.07635498046875, - -0.0154266357421875, - -0.001918792724609375, - -0.00875091552734375, - 0.0325927734375, - 0.02783203125, - -0.0236968994140625, - 0.0267181396484375, - 0.0302276611328125, - -0.047088623046875, - 0.006443023681640625, - -0.0112152099609375, - 0.00942230224609375, - 0.031982421875, - -0.00922393798828125, - 0.00495147705078125, - 0.0273590087890625, - -0.01447296142578125, - 0.02783203125, - 0.031982421875, - 0.00787353515625, - -0.011932373046875, - 0.01439666748046875, - 0.0372314453125, - 0.04833984375, - -0.0299072265625, - -0.017730712890625, - 0.016143798828125, - 0.007434844970703125, - 0.042938232421875, - 0.051544189453125, - 0.0174102783203125, - 0.0172576904296875, - 0.0142364501953125, - -0.033233642578125, - -0.0018291473388671875, - 0.024658203125, - -0.00009691715240478516, - -0.04229736328125, - -0.049957275390625, - 0.0236968994140625, - -0.0273590087890625, - 0.020843505859375, - 0.01558685302734375, - -0.020843505859375, - 0.0025844573974609375, - 0.04229736328125, - -0.01629638671875, - -0.04644775390625, - -0.00054168701171875, - -0.0229034423828125, - -0.0227508544921875, - -0.005767822265625, - -0.045501708984375, - 0.05853271484375, - -0.0200347900390625, - -0.0540771484375, - -0.0189208984375, - 0.01312255859375, - -0.0281524658203125, - -0.0467529296875, - -0.0180511474609375, - -0.00042748451232910156, - 0.005130767822265625, - -0.03564453125, - -0.041351318359375, - -0.035797119140625, - 0.005489349365234375, - -0.045806884765625, - 0.005886077880859375, - 0.0059661865234375, - -0.0243377685546875, - -0.0191650390625, - -0.0267181396484375, - -0.024810791015625, - 0.00640106201171875, - -0.0287933349609375, - 0.0404052734375, - -0.00811004638671875, - 0.024658203125, - 0.01439666748046875, - 0.072509765625, - 0.00946044921875, - 0.01001739501953125, - -0.005008697509765625, - -0.07537841796875, - 0.0236968994140625, - -0.0244903564453125, - 0.009979248046875, - -0.0750732421875, - 0.0251312255859375, - 0.04071044921875, - -0.065185546875, - 0.018524169921875, - -0.0067596435546875, - 0.004276275634765625, - -0.045166015625, - -0.003936767578125, - 0.0009145736694335938, - 0.005130767822265625, - 0.08843994140625, - 0.005489349365234375, - -0.016143798828125, - 0.017822265625, - -0.05377197265625, - 0.039764404296875, - 0.004711151123046875, - 0.014312744140625, - -0.0556640625, - 0.024658203125, - 0.01654052734375, - -0.05853271484375, - 0.00521087646484375, - -0.09228515625, - -0.0089874267578125, - 0.03436279296875, - 0.021148681640625, - -0.01861572265625, - -0.011688232421875, - -0.0310211181640625, - -0.0206756591796875, - -0.043914794921875, - 0.00616455078125, - -0.00429534912109375, - 0.00443267822265625, - -0.021148681640625, - 0.0035991668701171875, - -0.01654052734375, - -0.057891845703125, - -0.0236968994140625, - -0.04327392578125, - 0.06842041015625, - -0.0104217529296875, - -0.052490234375, - 0.044219970703125, - 0.0142364501953125, - 0.00771331787109375, - 0.0142364501953125, - 0.052490234375, - -0.01812744140625, - -0.00229644775390625, - -0.007595062255859375, - 0.05853271484375, - 0.0027637481689453125, - -0.006481170654296875, - 0.006320953369140625, - 0.030853271484375, - 0.0259246826171875, - -0.0556640625, - 0.0249786376953125, - 0.004413604736328125, - -0.01360321044921875, - -0.0295867919921875, - -0.015350341796875, - -0.0330810546875, - 0.0335693359375, - 0.0142364501953125, - 0.04803466796875, - 0.01248931884765625, - -0.02783203125, - -0.11260986328125, - 0.031646728515625, - -0.0093841552734375, - 0.0262451171875, - 0.007476806640625, - -0.0184478759765625, - -0.06842041015625, - -0.037384033203125, - -0.01033782958984375, - 0.004810333251953125, - -0.024658203125, - 0.04327392578125, - 0.007793426513671875, - -0.0010938644409179688, - 0.02020263671875, - 0.0112152099609375, - -0.0134429931640625, - 0.05120849609375, - 0.0191650390625, - -0.031341552734375, - 0.0740966796875, - -0.0305328369140625, - 0.003997802734375, - 0.014556884765625, - -0.00449371337890625, - -0.01486968994140625, - -0.01026153564453125, - -0.01447296142578125, - -0.00731658935546875, - 0.0311737060546875, - 0.036895751953125, - -0.0089874267578125, - 0.0188446044921875, - -0.0302276611328125, - 0.010894775390625, - 0.01407623291015625, - -0.0174102783203125, - -0.0071563720703125, - 0.0184478759765625, - -0.0088653564453125, - 0.0013818740844726562, - -0.05853271484375, - -0.087158203125, - 0.024017333984375, - -0.057891845703125, - -0.0007157325744628906, - 0.01526641845703125, - 0.0310211181640625, - 0.011688232421875, - -0.03564453125, - 0.0227508544921875, - 0.006877899169921875, - 0.006999969482421875, - -0.01105499267578125, - 0.06011962890625, - 0.007198333740234375, - 0.026397705078125, - 0.015350341796875, - -0.020355224609375, - 0.0081939697265625, - -0.0099029541015625, - -0.0283203125, - -0.0222625732421875, - 0.0063629150390625, - -0.0134429931640625, - 0.0283203125, - -0.08587646484375, - -0.0257720947265625, - 0.03515625, - 0.031494140625, - 0.0050506591796875, - -0.033721923828125, - 0.0273590087890625, - 0.01065826416015625, - -0.048675537109375, - 0.018524169921875, - 0.0025157928466796875, - -0.045806884765625, - -0.0018091201782226562, - -0.0081939697265625, - 0.0184478759765625, - 0.00017023086547851562, - 0.041351318359375, - 0.038818359375, - 0.05279541015625, - -0.01678466796875, - -0.0243377685546875, - -0.0191650390625, - -0.02703857421875, - 0.045166015625, - 0.0235443115234375, - 0.0201263427734375, - -0.01551055908203125, - -0.00882720947265625, - -0.0188446044921875, - -0.07000732421875, - -0.01335906982421875, - -0.029266357421875, - -0.052490234375, - -0.00966644287109375, - 0.08050537109375, - 0.0294342041015625, - 0.024658203125, - 0.02911376953125, - 0.039459228515625, - 0.045501708984375, - 0.00691986083984375, - -0.0251312255859375, - -0.054412841796875, - -0.00528717041015625, - 0.0259246826171875, - 0.0330810546875, - -0.05377197265625, - 0.0703125, - 0.060760498046875, - -0.017578125, - -0.00835418701171875, - 0.006122589111328125, - 0.00659942626953125, - 0.039764404296875, - 0.02386474609375, - 0.032135009765625, - -0.054718017578125, - 0.006999969482421875, - 0.038482666015625, - -0.024658203125, - -0.026885986328125, - -0.019561767578125, - -0.0069580078125, - 0.013916015625, - -0.0614013671875, - -0.00652313232421875, - -0.017974853515625, - 0.07952880859375, - -0.0225830078125, - -0.023223876953125, - -0.0150299072265625, - 0.0230712890625, - -0.004711151123046875, - -0.02545166015625, - 0.028472900390625, - 0.0330810546875, - -0.03228759765625, - 0.035308837890625, - 0.03436279296875, - 0.0012722015380859375, - 0.03564453125, - 0.00226593017578125, - -0.053436279296875, - 0.005031585693359375, - -0.01065826416015625, - 0.00791168212890625, - -0.00835418701171875, - -0.0283203125, - -0.01486968994140625, - -0.030059814453125, - 0.04931640625, - 0.01678466796875, - 0.0419921875, - 0.015350341796875, - 0.00902557373046875, - -0.00347900390625, - 0.030059814453125, - 0.02545166015625, - 0.035308837890625, - 0.03070068359375, - -0.0005640983581542969, - 0.004711151123046875, - 0.00771331787109375, - 0.01407623291015625, - -0.0156707763671875, - 0.05218505859375, - -0.0311737060546875, - 0.0213165283203125, - -0.07000732421875, - 0.024810791015625, - 0.011932373046875, - -0.01137542724609375, - 0.01375579833984375, - -0.030059814453125, - 0.01137542724609375, - -0.0200347900390625, - -0.0693359375, - -0.007476806640625, - 0.061065673828125, - -0.037841796875, - 0.009307861328125, - 0.0303802490234375, - -0.015899658203125, - 0.02099609375, - -0.057586669921875, - 0.07696533203125, - 0.02703857421875, - 0.045166015625, - -0.016143798828125, - 0.00429534912109375, - 0.04486083984375, - 0.02099609375, - 0.0092620849609375, - 0.0201263427734375, - -0.004711151123046875, - 0.053436279296875, - 0.04327392578125, - -0.005168914794921875, - -0.0194091796875, - 0.0244903564453125, - 0.017578125, - -0.06683349609375, - 0.0021266937255859375, - 0.034515380859375, - 0.031982421875, - -0.0012922286987304688, - -0.01486968994140625, - -0.022430419921875, - -0.06805419921875, - 0.04962158203125, - 0.01812744140625, - -0.018524169921875, - 0.0295867919921875, - -0.0262451171875, - 0.044525146484375, - -0.0003094673156738281, - 0.054412841796875, - -0.0677490234375, - 0.03753662109375, - -0.005687713623046875, - 0.0178985595703125, - -0.013519287109375, - 0.0186920166015625, - -0.01407623291015625, - -0.0123291015625, - -0.012725830078125, - 0.059173583984375, - -0.007793426513671875, - -0.00004285573959350586, - -0.066162109375, - -0.0193328857421875, - 0.005489349365234375, - 0.0156707763671875, - 0.04931640625, - -0.038482666015625, - -0.0221099853515625, - 0.017578125, - 0.0222625732421875, - 0.054718017578125, - -0.017730712890625, - 0.02862548828125, - -0.002643585205078125, - -0.0283203125, - -0.023223876953125, - -0.025604248046875 - ], - "metadata": { - "domains": [ - "incident-response" - ], - "phases": [ - "analysis" - ], - "tags": [ - "memory", - "python" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, - { - "id": "tool_Collabora_Online", - "type": "tool", - "name": "Collabora Online", - "content": "collabora online web‑basierte open‑source‑office‑suite mit kompletter dokumenten‑bearbeitung und live‑kollaboration. office collaboration collaboration-general reporting", - "embedding": [ - -0.051544189453125, - 0.0221099853515625, - 0.05035400390625, - 0.0175018310546875, - 0.051239013671875, - 0.0265045166015625, - 0.06939697265625, - 0.023284912109375, - -0.030303955078125, - 0.007171630859375, - -0.01500701904296875, - 0.061187744140625, - -0.0098114013671875, - 0.0017843246459960938, - -0.04156494140625, - 0.039520263671875, - 0.0041351318359375, - 0.00298309326171875, - 0.04071044921875, - -0.009185791015625, - -0.005893707275390625, - -0.0179290771484375, - -0.064697265625, - -0.03643798828125, - -0.01354217529296875, - 0.01024627685546875, - 0.00647735595703125, - -0.051239013671875, - -0.0374755859375, - -0.0111236572265625, - 0.04888916015625, - -0.019622802734375, - -0.01105499267578125, - 0.04449462890625, - 0.03643798828125, - -0.0241546630859375, - 0.0191802978515625, - -0.0653076171875, - -0.0265045166015625, - 0.025177001953125, - -0.015960693359375, - -0.0219573974609375, - 0.005123138427734375, - 0.0038242340087890625, - 0.046844482421875, - -0.016326904296875, - 0.0166168212890625, - -0.0158843994140625, - -0.002414703369140625, - -0.01690673828125, - 0.0057830810546875, - 0.0345458984375, - -0.0116424560546875, - -0.01236724853515625, - -0.019622802734375, - 0.0016107559204101562, - 0.0007824897766113281, - -0.012298583984375, - -0.0565185546875, - 0.01134490966796875, - -0.0263519287109375, - 0.0094451904296875, - -0.03631591796875, - 0.0212249755859375, - 0.02752685546875, - 0.01207733154296875, - -0.01244354248046875, - -0.03338623046875, - -0.0156707763671875, - -0.0270843505859375, - -0.00775909423828125, - 0.0462646484375, - -0.008087158203125, - 0.0283966064453125, - -0.051239013671875, - -0.0345458984375, - 0.01354217529296875, - 0.055633544921875, - 0.04156494140625, - 0.0256195068359375, - -0.04449462890625, - 0.0122222900390625, - 0.04364013671875, - -0.0182952880859375, - -0.04217529296875, - -0.020782470703125, - 0.006992340087890625, - 0.015594482421875, - 0.018890380859375, - 0.0300140380859375, - 0.0433349609375, - -0.0111236572265625, - 0.017059326171875, - -0.03631591796875, - 0.0301513671875, - 0.04510498046875, - -0.02679443359375, - 0.01273345947265625, - 0.010833740234375, - 0.032928466796875, - -0.00024127960205078125, - -0.015228271484375, - 0.0374755859375, - 0.0112762451171875, - 0.0178680419921875, - -0.0155181884765625, - 0.047149658203125, - 0.0044097900390625, - 0.0144195556640625, - -0.032073974609375, - -0.095458984375, - -0.04156494140625, - -0.0160369873046875, - -0.067626953125, - -0.0013637542724609375, - -0.0166168212890625, - -0.01024627685546875, - 0.0278167724609375, - -0.043914794921875, - -0.03704833984375, - 0.0243072509765625, - -0.00031566619873046875, - -0.02532958984375, - 0.00995635986328125, - -0.0784912109375, - -0.0653076171875, - 0.0204925537109375, - 0.0038242340087890625, - -0.014495849609375, - -0.03558349609375, - 0.01763916015625, - -0.0206451416015625, - 0.009368896484375, - -0.0535888671875, - -0.00849151611328125, - -0.004756927490234375, - 0.032196044921875, - -0.0151519775390625, - 0.0009379386901855469, - -0.01097869873046875, - 0.033966064453125, - -0.045379638671875, - -0.032806396484375, - -0.003787994384765625, - -0.036895751953125, - 0.01142120361328125, - 0.0027637481689453125, - 0.053009033203125, - -0.036590576171875, - -0.01507568359375, - -0.01142120361328125, - 0.004756927490234375, - 0.04595947265625, - 0.0030002593994140625, - 0.00841522216796875, - 0.0077972412109375, - -0.00527191162109375, - -0.0039520263671875, - 0.015960693359375, - -0.004337310791015625, - -0.0197601318359375, - -0.0012264251708984375, - 0.0010614395141601562, - 0.038055419921875, - -0.0243072509765625, - -0.0276641845703125, - -0.00010520219802856445, - 0.0122222900390625, - -0.022979736328125, - -0.007282257080078125, - 0.038360595703125, - -0.0091094970703125, - 0.03558349609375, - 0.0345458984375, - -0.0235748291015625, - 0.03192138671875, - -0.01361846923828125, - -0.0171356201171875, - 0.042755126953125, - -0.002635955810546875, - 0.0002493858337402344, - 0.0029468536376953125, - 0.04217529296875, - 0.004428863525390625, - 0.01273345947265625, - -0.020355224609375, - -0.027374267578125, - -0.0029277801513671875, - -0.0206451416015625, - 0.01580810546875, - -0.018157958984375, - -0.013397216796875, - -0.00783538818359375, - -0.004756927490234375, - 0.0221099853515625, - 0.037322998046875, - 0.02020263671875, - -0.00820159912109375, - 0.028839111328125, - 0.01317596435546875, - 0.01207733154296875, - 0.03778076171875, - -0.0179290771484375, - 0.04742431640625, - 0.02532958984375, - 0.0133209228515625, - -0.0184478759765625, - 0.032928466796875, - 0.0257720947265625, - -0.03778076171875, - -0.01434326171875, - 0.0243072509765625, - 0.00563812255859375, - -0.0447998046875, - -0.025177001953125, - -0.0352783203125, - 0.009185791015625, - -0.0140533447265625, - -0.0212249755859375, - 0.0077972412109375, - -0.0050506591796875, - -0.06585693359375, - -0.0057830810546875, - 0.03411865234375, - 0.00988006591796875, - 0.0256195068359375, - 0.01317596435546875, - 0.004207611083984375, - 0.0005192756652832031, - 0.00841522216796875, - 0.0180816650390625, - 0.03643798828125, - -0.0030918121337890625, - 0.012298583984375, - -0.0109100341796875, - -0.052703857421875, - 0.063232421875, - 0.0521240234375, - 0.006626129150390625, - -0.0033130645751953125, - -0.052398681640625, - 0.039520263671875, - 0.002819061279296875, - 0.039520263671875, - 0.0263519287109375, - -0.014129638671875, - 0.018218994140625, - -0.002414703369140625, - 0.06292724609375, - 0.0594482421875, - -0.0506591796875, - 0.01236724853515625, - -0.07464599609375, - -0.0243072509765625, - -0.077880859375, - -0.0294189453125, - -0.0173492431640625, - -0.04449462890625, - 0.05767822265625, - -0.0243072509765625, - 0.0021419525146484375, - 0.0009746551513671875, - 0.0234222412109375, - -0.043914794921875, - 0.06500244140625, - 0.0011987686157226562, - -0.03643798828125, - -0.0065155029296875, - 0.0418701171875, - -0.01456451416015625, - -0.02532958984375, - -0.01171112060546875, - 0.023284912109375, - 0.0243072509765625, - -0.01207733154296875, - -0.0068817138671875, - 0.011199951171875, - 0.0447998046875, - 0.009735107421875, - 0.0250396728515625, - -0.01654052734375, - 0.039520263671875, - -0.0109100341796875, - 0.07025146484375, - -0.0285491943359375, - 0.00399017333984375, - -0.00008004903793334961, - -0.0118560791015625, - -0.00757598876953125, - -0.0418701171875, - 0.00959014892578125, - 0.0404052734375, - 0.00545501708984375, - -0.004665374755859375, - 0.0256195068359375, - -0.020355224609375, - 0.0092926025390625, - 0.02093505859375, - -0.0098114013671875, - 0.0243072509765625, - 0.028106689453125, - -0.04364013671875, - -0.0197601318359375, - 0.0070648193359375, - 0.011932373046875, - 0.0021686553955078125, - -0.03863525390625, - 0.005123138427734375, - 0.018585205078125, - -0.058258056640625, - -0.0156707763671875, - -0.003055572509765625, - -0.041290283203125, - 0.0087127685546875, - 0.007099151611328125, - 0.019622802734375, - -0.07025146484375, - -0.073486328125, - -0.0029468536376953125, - -0.073486328125, - -0.02386474609375, - -0.035003662109375, - 0.06292724609375, - -0.0034770965576171875, - 0.033233642578125, - -0.0008373260498046875, - -0.021514892578125, - -0.040985107421875, - 0.018585205078125, - -0.02972412109375, - -0.0007276535034179688, - -0.00838470458984375, - 0.0506591796875, - 0.0254669189453125, - 0.0298614501953125, - 0.025909423828125, - 0.0250396728515625, - 0.0212249755859375, - -0.0240020751953125, - -0.00279998779296875, - 0.028839111328125, - -0.0136871337890625, - 0.0243072509765625, - 0.002040863037109375, - -0.0276641845703125, - -0.025177001953125, - -0.032806396484375, - 0.0219573974609375, - 0.01947021484375, - 0.051239013671875, - 0.0114898681640625, - -0.0276641845703125, - -0.00849151611328125, - 0.04510498046875, - 0.014495849609375, - 0.0860595703125, - -0.0083465576171875, - -0.03045654296875, - 0.01325225830078125, - 0.051239013671875, - -0.03631591796875, - -0.014862060546875, - 0.051239013671875, - -0.00490570068359375, - -0.0285491943359375, - 0.042755126953125, - -0.04302978515625, - 0.021087646484375, - -0.01280975341796875, - -0.022247314453125, - -0.008087158203125, - -0.0278167724609375, - -0.024444580078125, - 0.0535888671875, - 0.035736083984375, - 0.051544189453125, - -0.015960693359375, - -0.0261993408203125, - -0.011932373046875, - -0.036163330078125, - -0.042755126953125, - 0.02606201171875, - 0.01456451416015625, - 0.00885772705078125, - 0.0167694091796875, - -0.032501220703125, - -0.0433349609375, - 0.023712158203125, - -0.004390716552734375, - 0.09661865234375, - 0.023712158203125, - 0.0726318359375, - 0.030303955078125, - -0.04071044921875, - 0.0081634521484375, - 0.03192138671875, - 0.036163330078125, - 0.004940032958984375, - 0.021514892578125, - 0.032928466796875, - -0.021087646484375, - -0.02239990234375, - 0.047149658203125, - 0.03045654296875, - 0.0261993408203125, - 0.0087127685546875, - 0.0105438232421875, - 0.01309967041015625, - 0.031768798828125, - -0.031463623046875, - 0.0477294921875, - 0.041290283203125, - -0.03778076171875, - -0.00563812255859375, - 0.0042266845703125, - -0.007354736328125, - -0.06268310546875, - 0.004978179931640625, - -0.00252532958984375, - 0.03045654296875, - 0.0040435791015625, - 0.02679443359375, - -0.0065155029296875, - -0.00464630126953125, - 0.00453948974609375, - -0.059722900390625, - 0.02166748046875, - 0.02386474609375, - -0.01354217529296875, - 0.03863525390625, - -0.05035400390625, - -0.0112762451171875, - 0.044219970703125, - -0.01654052734375, - -0.0594482421875, - -0.01317596435546875, - 0.01134490966796875, - -0.063232421875, - -0.028106689453125, - -0.033660888671875, - -0.01390838623046875, - 0.009185791015625, - 0.00243377685546875, - 0.023284912109375, - -0.0105438232421875, - -0.007465362548828125, - 0.010833740234375, - 0.033660888671875, - 0.0212249755859375, - -0.0565185546875, - 0.017059326171875, - -0.020782470703125, - -0.04010009765625, - 0.0389404296875, - 0.0206451416015625, - 0.009735107421875, - -0.055633544921875, - -0.023712158203125, - -0.030303955078125, - 0.020782470703125, - -0.005161285400390625, - 0.002086639404296875, - -0.04217529296875, - -0.050933837890625, - -0.0140533447265625, - 0.06414794921875, - 0.032928466796875, - 0.05914306640625, - -0.032806396484375, - -0.0345458984375, - 0.007465362548828125, - -0.03778076171875, - -0.0144195556640625, - 0.0213775634765625, - 0.019317626953125, - -0.00951385498046875, - 0.0535888671875, - -0.0030002593994140625, - 0.0012073516845703125, - -0.005710601806640625, - 0.054168701171875, - 0.010467529296875, - 0.0160980224609375, - -0.03778076171875, - 0.044219970703125, - 0.0168304443359375, - -0.063232421875, - -0.05328369140625, - 0.00006693601608276367, - 0.0011892318725585938, - 0.04595947265625, - -0.074951171875, - -0.0005216598510742188, - 0.0009059906005859375, - -0.06585693359375, - -0.041290283203125, - 0.01427459716796875, - 0.006771087646484375, - -0.036163330078125, - 0.0265045166015625, - 0.033966064453125, - -0.0133209228515625, - 0.0178680419921875, - -0.010101318359375, - 0.0265045166015625, - 0.0179290771484375, - -0.03485107421875, - -0.00261688232421875, - 0.0007548332214355469, - -0.038055419921875, - -0.01325225830078125, - 0.00812530517578125, - 0.036590576171875, - -0.02166748046875, - 0.00875091552734375, - -0.0017566680908203125, - -0.0256195068359375, - 0.036895751953125, - -0.0404052734375, - 0.00179290771484375, - -0.0010843276977539062, - -0.0169830322265625, - -0.0338134765625, - -0.0276641845703125, - 0.0219573974609375, - 0.015228271484375, - -0.00417327880859375, - 0.0147857666015625, - 0.038360595703125, - -0.038055419921875, - 0.006992340087890625, - 0.0248870849609375, - -0.0155181884765625, - 0.0294189453125, - -0.01390838623046875, - -0.012664794921875, - 0.0100250244140625, - 0.0136871337890625, - -0.038055419921875, - -0.06268310546875, - -0.064697265625, - 0.00904083251953125, - -0.0033664703369140625, - -0.00959014892578125, - -0.06793212890625, - -0.04449462890625, - -0.0831298828125, - -0.022247314453125, - 0.03411865234375, - 0.036163330078125, - -0.01178741455078125, - -0.02825927734375, - 0.003879547119140625, - -0.01456451416015625, - -0.034271240234375, - 0.042755126953125, - -0.0206451416015625, - 0.0050506591796875, - 0.00959014892578125, - -0.0286865234375, - 0.0265045166015625, - 0.0206451416015625, - 0.0491943359375, - 0.0036773681640625, - 0.0034580230712890625, - -0.055328369140625, - 0.027374267578125, - -0.015960693359375, - -0.04071044921875, - 0.027374267578125, - -0.01800537109375, - 0.00501251220703125, - -0.03778076171875, - 0.00417327880859375, - 0.00463104248046875, - 0.04595947265625, - -0.0167694091796875, - -0.0247344970703125, - -0.0033855438232421875, - 0.0272369384765625, - -0.0023975372314453125, - 0.04742431640625, - -0.0129547119140625, - -0.06793212890625, - -0.0109100341796875, - -0.002780914306640625, - 0.042755126953125, - 0.0283966064453125, - 0.004795074462890625, - -0.02606201171875, - -0.01024627685546875, - 0.0433349609375, - -0.0338134765625, - -0.0257720947265625, - 0.0039520263671875, - 0.01464080810546875, - 0.0316162109375, - 0.05181884765625, - 0.0144195556640625, - 0.09136962890625, - 0.0206451416015625, - -0.0008511543273925781, - 0.02313232421875, - 0.043914794921875, - 0.02093505859375, - -0.03924560546875, - -0.060028076171875, - 0.000919342041015625, - 0.0269317626953125, - -0.0191802978515625, - -0.0158843994140625, - -0.001079559326171875, - 0.057373046875, - -0.057373046875, - 0.00036144256591796875, - -0.045379638671875, - 0.0360107421875, - -0.00684356689453125, - 0.031341552734375, - 0.01061248779296875, - 0.00702667236328125, - 0.0308837890625, - -0.0228424072265625, - 0.003917694091796875, - 0.00563812255859375, - -0.0257720947265625, - 0.0374755859375, - 0.01309967041015625, - -0.04010009765625, - 0.0316162109375, - 0.00038886070251464844, - 0.014862060546875, - 0.0261993408203125, - 0.0433349609375, - 0.038360595703125, - 0.00019443035125732422, - 0.04071044921875, - 0.0579833984375, - -0.014862060546875, - -0.0105438232421875, - 0.0030384063720703125, - 0.0186614990234375, - 0.033538818359375, - 0.045379638671875, - 0.0061492919921875, - 0.0046844482421875, - -0.006259918212890625, - -0.0261993408203125, - -0.043914794921875, - 0.027374267578125, - -0.0285491943359375, - -0.0248870849609375, - -0.0726318359375, - 0.0061492919921875, - -0.0212249755859375, - 0.00951385498046875, - 0.042449951171875, - 0.00611114501953125, - -0.019317626953125, - 0.035858154296875, - -0.0029277801513671875, - -0.052703857421875, - 0.0129547119140625, - -0.0261993408203125, - 0.00527191162109375, - -0.03118896484375, - -0.0269317626953125, - 0.0226898193359375, - -0.0158843994140625, - -0.064697265625, - -0.0212249755859375, - 0.03192138671875, - -0.01236724853515625, - -0.01947021484375, - 0.004978179931640625, - 0.004062652587890625, - -0.00034999847412109375, - -0.02166748046875, - -0.0404052734375, - -0.01032257080078125, - -0.017425537109375, - -0.037322998046875, - -0.013031005859375, - 0.01244354248046875, - 0.005306243896484375, - -0.0276641845703125, - -0.0006909370422363281, - -0.055938720703125, - 0.035736083984375, - -0.0171966552734375, - 0.0087127685546875, - 0.0147857666015625, - -0.0338134765625, - 0.045684814453125, - 0.053009033203125, - -0.00399017333984375, - 0.0213775634765625, - -0.0008692741394042969, - -0.039520263671875, - 0.00988006591796875, - -0.01529693603515625, - 0.04510498046875, - -0.0129547119140625, - 0.0122222900390625, - 0.0843505859375, - -0.057373046875, - 0.01354217529296875, - 0.004428863525390625, - -0.043914794921875, - -0.0114898681640625, - 0.036895751953125, - -0.0103912353515625, - 0.020355224609375, - 0.0740966796875, - 0.0169830322265625, - -0.0077972412109375, - 0.011199951171875, - -0.034393310546875, - 0.04449462890625, - -0.007686614990234375, - 0.00841522216796875, - -0.0308837890625, - -0.022552490234375, - -0.0013818740844726562, - -0.00029730796813964844, - 0.00914764404296875, - -0.08197021484375, - 0.013397216796875, - 0.0521240234375, - 0.004154205322265625, - -0.00830841064453125, - -0.005123138427734375, - -0.041290283203125, - -0.041290283203125, - -0.0286865234375, - 0.039825439453125, - 0.0147857666015625, - 0.0002562999725341797, - -0.03863525390625, - -0.02020263671875, - -0.00914764404296875, - -0.04510498046875, - -0.0160369873046875, - -0.0199127197265625, - 0.00959014892578125, - 0.01024627685546875, - -0.04156494140625, - 0.04156494140625, - -0.0066986083984375, - -0.031341552734375, - -0.004375457763671875, - 0.0092926025390625, - -0.0234222412109375, - 0.045379638671875, - -0.00030875205993652344, - 0.0291290283203125, - -0.028106689453125, - 0.00904083251953125, - 0.0166168212890625, - -0.01215362548828125, - 0.04010009765625, - -0.0158843994140625, - 0.048614501953125, - 0.006809234619140625, - -0.01317596435546875, - -0.033233642578125, - -0.038055419921875, - -0.0285491943359375, - 0.0257720947265625, - 0.00775909423828125, - 0.00885772705078125, - -0.006954193115234375, - -0.0447998046875, - -0.0506591796875, - 0.012664794921875, - -0.0307464599609375, - -0.01068878173828125, - -0.01654052734375, - -0.0579833984375, - -0.025909423828125, - -0.04656982421875, - -0.00988006591796875, - 0.018218994140625, - -0.02239990234375, - 0.0278167724609375, - -0.0116424560546875, - -0.001262664794921875, - -0.0270843505859375, - 0.0250396728515625, - -0.00044608116149902344, - 0.039520263671875, - 0.0240020751953125, - -0.015594482421875, - 0.089599609375, - -0.03411865234375, - 0.013031005859375, - -0.01236724853515625, - -0.02752685546875, - 0.034271240234375, - -0.001583099365234375, - -0.028839111328125, - -0.019317626953125, - 0.00563812255859375, - 0.02972412109375, - -0.01280975341796875, - -0.019317626953125, - -0.00794219970703125, - -0.0173492431640625, - -0.018157958984375, - -0.0160369873046875, - 0.00959014892578125, - -0.011932373046875, - -0.046844482421875, - -0.00951385498046875, - -0.040985107421875, - -0.08258056640625, - -0.0276641845703125, - -0.0323486328125, - -0.0294189453125, - -0.0164642333984375, - 0.04595947265625, - 0.0213775634765625, - -0.021514892578125, - 0.0345458984375, - 0.0177154541015625, - -0.0204925537109375, - -0.04156494140625, - 0.03192138671875, - -0.01354217529296875, - 0.07904052734375, - 0.031768798828125, - -0.04595947265625, - 0.024444580078125, - 0.006771087646484375, - -0.00757598876953125, - -0.02606201171875, - 0.0162506103515625, - -0.044219970703125, - 0.00592803955078125, - -0.049468994140625, - -0.01456451416015625, - 0.022979736328125, - 0.006587982177734375, - -0.014129638671875, - -0.01544189453125, - 0.0250396728515625, - -0.032073974609375, - -0.04071044921875, - 0.0015459060668945312, - 0.0046844482421875, - -0.03192138671875, - -0.0122222900390625, - -0.00353240966796875, - -0.0092926025390625, - 0.0171966552734375, - 0.03558349609375, - -0.01763916015625, - 0.023284912109375, - 0.04302978515625, - -0.00243377685546875, - 0.00472259521484375, - 0.00849151611328125, - 0.02752685546875, - 0.0160980224609375, - 0.051544189453125, - -0.031768798828125, - 0.0101776123046875, - -0.008087158203125, - -0.049774169921875, - 0.00215911865234375, - -0.0228424072265625, - -0.034698486328125, - -0.0173492431640625, - 0.08782958984375, - 0.0270843505859375, - 0.0112762451171875, - 0.0285491943359375, - 0.054473876953125, - 0.04595947265625, - 0.02166748046875, - -0.0389404296875, - -0.0579833984375, - 0.0235748291015625, - 0.015228271484375, - -0.00012576580047607422, - -0.046844482421875, - 0.02532958984375, - 0.0755615234375, - 0.01800537109375, - -0.038360595703125, - -0.00611114501953125, - -0.014862060546875, - 0.0565185546875, - 0.036895751953125, - -0.0007410049438476562, - -0.055938720703125, - 0.023712158203125, - -0.00856781005859375, - 0.01464080810546875, - -0.018157958984375, - 0.005527496337890625, - -0.007099151611328125, - 0.04888916015625, - -0.06414794921875, - 0.00841522216796875, - 0.017059326171875, - 0.05621337890625, - -0.0199127197265625, - -0.05474853515625, - -0.02313232421875, - 0.0477294921875, - 0.0235748291015625, - -0.0374755859375, - -0.0112762451171875, - 0.01544189453125, - 0.0219573974609375, - -0.00040721893310546875, - 0.054473876953125, - 0.02459716796875, - 0.06500244140625, - 0.01507568359375, - -0.0103912353515625, - 0.049468994140625, - -0.00279998779296875, - 0.0404052734375, - 0.0033664703369140625, - -0.04595947265625, - -0.025177001953125, - -0.042755126953125, - 0.054473876953125, - 0.032073974609375, - 0.0199127197265625, - -0.003055572509765625, - 0.01383209228515625, - -0.01361846923828125, - 0.01068878173828125, - 0.043914794921875, - 0.02386474609375, - 0.015594482421875, - -0.00875091552734375, - 0.004192352294921875, - -0.01537322998046875, - 0.00035691261291503906, - -0.0038433074951171875, - 0.0308837890625, - -0.046844482421875, - -0.032196044921875, - -0.03863525390625, - 0.0160369873046875, - -0.0034770965576171875, - -0.033233642578125, - 0.0038433074951171875, - -0.01727294921875, - 0.03411865234375, - -0.0506591796875, - -0.0279693603515625, - 0.010467529296875, - 0.018157958984375, - -0.0168304443359375, - 0.0330810546875, - 0.006404876708984375, - 0.00775909423828125, - 0.007904052734375, - -0.0772705078125, - 0.0682373046875, - 0.0286865234375, - 0.047149658203125, - -0.003971099853515625, - 0.034271240234375, - 0.03411865234375, - -0.0197601318359375, - -0.0285491943359375, - 0.00545501708984375, - -0.0254669189453125, - 0.0728759765625, - 0.028106689453125, - 0.025177001953125, - -0.0743408203125, - 0.00252532958984375, - -0.00995635986328125, - -0.0711669921875, - -0.00435638427734375, - 0.032928466796875, - 0.00501251220703125, - 0.02166748046875, - -0.0228424072265625, - -0.006366729736328125, - -0.0462646484375, - 0.06939697265625, - 0.0285491943359375, - 0.006732940673828125, - 0.015594482421875, - -0.032196044921875, - 0.038360595703125, - 0.01171112060546875, - 0.063232421875, - -0.009735107421875, - 0.0535888671875, - -0.024444580078125, - 0.0077972412109375, - 0.005527496337890625, - 0.0204925537109375, - -0.02093505859375, - 0.0182952880859375, - -0.033660888671875, - 0.028106689453125, - 0.031463623046875, - 0.006183624267578125, - -0.0697021484375, - -0.0199127197265625, - 0.0133209228515625, - 0.011566162109375, - 0.04888916015625, - -0.05328369140625, - -0.0433349609375, - 0.007282257080078125, - 0.04010009765625, - 0.048309326171875, - 0.0050506591796875, - 0.03924560546875, - 0.005710601806640625, - -0.0168304443359375, - -0.0184478759765625, - -0.032196044921875 - ], - "metadata": { - "domains": [ - "collaboration-general" - ], - "phases": [ - "reporting" - ], - "tags": [ - "office", - "collaboration" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_ArcGIS", - "type": "tool", - "name": "ArcGIS", - "content": "arcgis esris kommerzielle gis-plattform transformiert forensische geodaten in aussagekräftige räumliche analysen für ermittlungen. besonders wertvoll für komplexe bewegungsprofile aus gps-logs, cell-tower-triangulation und fahrzeug-telematik. die arcmap-desktop-anwendung bietet erweiterte spatial-queries: buffer-analysen identifizieren verdächtige in tatort-nähe, hot-spot-detection findet kriminalitätsschwerpunkte, network-analyst berechnet optimale fluchtrouten. integration mit datenbanken ermöglicht korrelation von orten mit personen, fahrzeugen, kommunikation. die 3d-scene-funktionen rekonstruieren tatorte photorealistisch. crime-mapping- extensions speziell für strafverfolgung. der enterprise-fokus bedeutet hohe kosten (ab 7.000€) und schulungsaufwand, aber bewährte kompetenz für geo-intelligence. mapping visualization fraud-investigation network-forensics reporting", - "embedding": [ - -0.036041259765625, - 0.0237274169921875, - 0.04058837890625, - -0.01078033447265625, - 0.0096893310546875, - 0.0212860107421875, - 0.0219268798828125, - -0.0033969879150390625, - -0.01322174072265625, - -0.000014483928680419922, - -0.04473876953125, - 0.042205810546875, - 0.0008096694946289062, - -0.0163116455078125, - -0.049652099609375, - 0.048553466796875, - -0.005252838134765625, - 0.0180206298828125, - 0.00891876220703125, - -0.031707763671875, - -0.0131378173828125, - 0.0216522216796875, - -0.03515625, - 0.0192108154296875, - 0.01241302490234375, - 0.02264404296875, - -0.030975341796875, - -0.0244598388671875, - -0.017486572265625, - 0.010101318359375, - 0.01377105712890625, - -0.032257080078125, - -0.01422119140625, - 0.0557861328125, - -0.017669677734375, - -0.0269927978515625, - -0.00942230224609375, - -0.017120361328125, - -0.0216522216796875, - 0.0182037353515625, - -0.016387939453125, - -0.0180206298828125, - 0.01195526123046875, - -0.00942230224609375, - -0.02899169921875, - -0.0411376953125, - -0.00423431396484375, - -0.014495849609375, - -0.0035552978515625, - -0.019287109375, - 0.016754150390625, - 0.041290283203125, - 0.007610321044921875, - 0.00428009033203125, - -0.036224365234375, - 0.01666259765625, - -0.001064300537109375, - -0.016937255859375, - -0.0266265869140625, - 0.05072021484375, - -0.0180206298828125, - -0.00860595703125, - -0.01503753662109375, - 0.01096343994140625, - -0.006793975830078125, - 0.0277252197265625, - -0.02337646484375, - -0.006885528564453125, - 0.003826141357421875, - 0.0178375244140625, - 0.004550933837890625, - 0.00011461973190307617, - -0.0129547119140625, - 0.022918701171875, - -0.006610870361328125, - -0.0218353271484375, - 0.0115966796875, - 0.014129638671875, - -0.0031032562255859375, - -0.0277252197265625, - -0.055084228515625, - 0.0162200927734375, - 0.047454833984375, - -0.0404052734375, - -0.0086517333984375, - 0.0131378173828125, - 0.031158447265625, - 0.0085601806640625, - 0.002071380615234375, - -0.0056610107421875, - 0.0131378173828125, - 0.0020160675048828125, - 0.0467529296875, - -0.03369140625, - 0.0214691162109375, - 0.07501220703125, - -0.0129547119140625, - -0.01377105712890625, - -0.0005097389221191406, - 0.0277252197265625, - -0.006069183349609375, - -0.0302581787109375, - 0.041656494140625, - -0.00348663330078125, - 0.054351806640625, - -0.042205810546875, - 0.023193359375, - 0.00005447864532470703, - 0.007610321044921875, - -0.0242767333984375, - -0.07647705078125, - -0.044189453125, - -0.00923919677734375, - -0.06378173828125, - 0.0183868408203125, - 0.0212860107421875, - -0.0228271484375, - 0.045654296875, - -0.071044921875, - -0.0129547119140625, - 0.037872314453125, - 0.03277587890625, - 0.00634002685546875, - 0.00647735595703125, - -0.042572021484375, - -0.054351806640625, - 0.02825927734375, - 0.005458831787109375, - -0.053985595703125, - 0.0014324188232421875, - -0.036956787109375, - -0.042572021484375, - -0.008697509765625, - -0.014312744140625, - 0.019927978515625, - 0.0014095306396484375, - 0.03515625, - -0.01232147216796875, - -0.0182952880859375, - 0.0291748046875, - 0.01186370849609375, - -0.0203857421875, - -0.04638671875, - -0.0026607513427734375, - -0.053985595703125, - -0.01322174072265625, - -0.005931854248046875, - 0.05181884765625, - -0.011322021484375, - -0.0021514892578125, - -0.00792694091796875, - -0.0070648193359375, - 0.048187255859375, - 0.016754150390625, - 0.0012454986572265625, - -0.05218505859375, - -0.0034656524658203125, - -0.0022411346435546875, - 0.04998779296875, - -0.0016527175903320312, - -0.01340484619140625, - 0.0300750732421875, - 0.022552490234375, - 0.0235443115234375, - -0.0211029052734375, - -0.0579833984375, - -0.036956787109375, - 0.0273590087890625, - 0.01096343994140625, - -0.00482177734375, - 0.02001953125, - -0.0340576171875, - 0.058685302734375, - 0.0703125, - -0.0010585784912109375, - 0.0404052734375, - 0.0083770751953125, - -0.031158447265625, - 0.0248260498046875, - 0.01045989990234375, - -0.0214691162109375, - -0.0069732666015625, - 0.0188446044921875, - -0.013946533203125, - 0.0246429443359375, - 0.00554656982421875, - -0.0218353271484375, - -0.007335662841796875, - -0.0131378173828125, - 0.031341552734375, - -0.043853759765625, - -0.0297088623046875, - -0.00441741943359375, - 0.03424072265625, - 0.0153961181640625, - 0.07861328125, - -0.01241302490234375, - -0.005344390869140625, - 0.01522064208984375, - -0.0031032562255859375, - -0.01073455810546875, - 0.049285888671875, - 0.007335662841796875, - 0.01512908935546875, - 0.01213836669921875, - 0.0214691162109375, - 0.01322174072265625, - 0.03460693359375, - 0.0215606689453125, - -0.02337646484375, - -0.00652313232421875, - 0.04638671875, - -0.0207366943359375, - -0.0203857421875, - -0.034423828125, - -0.0467529296875, - -0.0153045654296875, - -0.00896453857421875, - -0.0015058517456054688, - 0.003509521484375, - -0.0207366943359375, - -0.054718017578125, - -0.020294189453125, - 0.017303466796875, - -0.0266265869140625, - 0.0190277099609375, - 0.0284423828125, - -0.0295257568359375, - -0.0112762451171875, - -0.01358795166015625, - 0.032440185546875, - 0.023193359375, - -0.0240936279296875, - -0.00031280517578125, - 0.003917694091796875, - -0.025543212890625, - 0.0246429443359375, - 0.00806427001953125, - 0.042205810546875, - 0.0011777877807617188, - -0.03369140625, - 0.022186279296875, - -0.0240936279296875, - 0.0269927978515625, - 0.037872314453125, - -0.0128631591796875, - -0.0048675537109375, - -0.00910186767578125, - 0.01195526123046875, - 0.0411376953125, - -0.055450439453125, - -0.00765228271484375, - -0.07501220703125, - 0.0211944580078125, - -0.0411376953125, - -0.037322998046875, - -0.031341552734375, - -0.007472991943359375, - 0.042205810546875, - -0.04022216796875, - -0.038421630859375, - -0.00428009033203125, - 0.0244598388671875, - 0.014495849609375, - 0.0340576171875, - 0.03277587890625, - -0.034423828125, - -0.0128631591796875, - 0.0662841796875, - 0.0184783935546875, - 0.002796173095703125, - -0.004032135009765625, - 0.049652099609375, - -0.006656646728515625, - 0.04022216796875, - -0.03985595703125, - 0.02337646484375, - 0.0244598388671875, - 0.024993896484375, - 0.005977630615234375, - -0.0153045654296875, - 0.035858154296875, - 0.0027179718017578125, - 0.031341552734375, - -0.044921875, - -0.034423828125, - -0.0030574798583984375, - 0.0400390625, - -0.0189361572265625, - -0.07244873046875, - -0.004665374755859375, - 0.06414794921875, - 0.005275726318359375, - 0.004573822021484375, - 0.01213836669921875, - -0.025909423828125, - 0.02880859375, - 0.003215789794921875, - -0.00004088878631591797, - 0.03277587890625, - 0.0389404296875, - -0.042388916015625, - -0.0051422119140625, - 0.0185699462890625, - 0.022552490234375, - -0.055084228515625, - -0.0298919677734375, - -0.01467132568359375, - 0.00022363662719726562, - -0.0706787109375, - -0.0015735626220703125, - 0.0191192626953125, - -0.025909423828125, - 0.00559234619140625, - -0.04095458984375, - 0.0298919677734375, - -0.025177001953125, - -0.05108642578125, - 0.00769805908203125, - -0.05035400390625, - -0.047821044921875, - -0.0277252197265625, - 0.0452880859375, - 0.008514404296875, - 0.0182952880859375, - -0.01104736328125, - -0.0190277099609375, - -0.0154876708984375, - -0.01522064208984375, - -0.0266265869140625, - 0.022369384765625, - -0.00942230224609375, - 0.025909423828125, - 0.0239105224609375, - 0.0347900390625, - -0.0019474029541015625, - 0.059051513671875, - 0.048187255859375, - -0.017303466796875, - 0.0026721954345703125, - 0.0189361572265625, - 0.0240936279296875, - 0.0264434814453125, - -0.0182952880859375, - -0.0269927978515625, - -0.01377105712890625, - -0.043853759765625, - 0.005615234375, - 0.0246429443359375, - 0.0013704299926757812, - 0.016754150390625, - -0.035858154296875, - -0.0187530517578125, - 0.0692138671875, - -0.009918212890625, - 0.1021728515625, - -0.022186279296875, - -0.043853759765625, - 0.0071563720703125, - 0.01032257080078125, - -0.01386260986328125, - -0.03314208984375, - 0.042205810546875, - -0.0128631591796875, - -0.00652313232421875, - 0.0083770751953125, - -0.020111083984375, - 0.041290283203125, - -0.0248260498046875, - -0.0209197998046875, - 0.0110931396484375, - -0.0179290771484375, - 0.002468109130859375, - 0.048187255859375, - 0.043304443359375, - -0.01186370849609375, - 0.005252838134765625, - -0.060882568359375, - -0.019378662109375, - -0.04998779296875, - -0.044921875, - 0.0340576171875, - 0.0291748046875, - 0.0129547119140625, - 0.026092529296875, - -0.0655517578125, - -0.09637451171875, - 0.025543212890625, - -0.011688232421875, - 0.0670166015625, - 0.059783935546875, - -0.00946807861328125, - 0.0467529296875, - -0.038238525390625, - 0.00656890869140625, - 0.0302581787109375, - 0.00806427001953125, - 0.030609130859375, - 0.05255126953125, - 0.031158447265625, - -0.0035552978515625, - -0.020111083984375, - 0.0347900390625, - 0.01386260986328125, - 0.0182037353515625, - -0.019744873046875, - 0.03350830078125, - 0.032440185546875, - 0.01485443115234375, - -0.00769805908203125, - 0.036407470703125, - 0.02001953125, - -0.047088623046875, - -0.0220947265625, - -0.031707763671875, - 0.0208282470703125, - -0.0452880859375, - -0.0015287399291992188, - -0.01386260986328125, - 0.005523681640625, - 0.017303466796875, - 0.008880615234375, - -0.05181884765625, - 0.0157623291015625, - 0.0298919677734375, - -0.06304931640625, - 0.032073974609375, - 0.0211944580078125, - -0.03497314453125, - 0.019378662109375, - -0.0213775634765625, - -0.05108642578125, - 0.0467529296875, - -0.030792236328125, - -0.02227783203125, - 0.019744873046875, - 0.0027618408203125, - -0.038421630859375, - -0.042022705078125, - -0.0219268798828125, - -0.0018568038940429688, - 0.00140380859375, - 0.0111846923828125, - 0.0460205078125, - 0.00414276123046875, - -0.0191192626953125, - 0.01055145263671875, - 0.04510498046875, - 0.0021514892578125, - -0.03985595703125, - 0.037322998046875, - -0.0248260498046875, - -0.0295257568359375, - 0.01045989990234375, - 0.0237274169921875, - 0.0266265869140625, - -0.036224365234375, - -0.002536773681640625, - -0.0115966796875, - 0.023193359375, - 0.0129547119140625, - 0.01386260986328125, - -0.0239105224609375, - -0.05181884765625, - -0.036773681640625, - 0.0269927978515625, - 0.007427215576171875, - 0.03460693359375, - -0.0057525634765625, - -0.07318115234375, - 0.032073974609375, - -0.05255126953125, - -0.0184783935546875, - -0.00811004638671875, - 0.02337646484375, - -0.02880859375, - 0.060150146484375, - 0.01241302490234375, - -0.0266265869140625, - -0.0125885009765625, - 0.06378173828125, - 0.0004925727844238281, - 0.00647735595703125, - -0.06488037109375, - 0.048187255859375, - -0.002445220947265625, - -0.049285888671875, - -0.003940582275390625, - -0.02056884765625, - -0.006839752197265625, - 0.0355224609375, - -0.048553466796875, - 0.006702423095703125, - 0.006114959716796875, - -0.080810546875, - -0.01666259765625, - -0.044189453125, - -0.0333251953125, - -0.0297088623046875, - 0.0239105224609375, - 0.03515625, - -0.0069732666015625, - 0.03912353515625, - 0.0239105224609375, - 0.0209197998046875, - 0.0275421142578125, - 0.0211944580078125, - -0.0083770751953125, - 0.0300750732421875, - -0.05108642578125, - -0.014404296875, - -0.02337646484375, - 0.0411376953125, - -0.043121337890625, - 0.003192901611328125, - 0.0163116455078125, - -0.0192108154296875, - 0.0237274169921875, - -0.01204681396484375, - -0.01096343994140625, - -0.022918701171875, - -0.0214691162109375, - -0.0271759033203125, - -0.04058837890625, - -0.00418853759765625, - 0.034423828125, - -0.01123046875, - 0.0153045654296875, - 0.0445556640625, - -0.07171630859375, - -0.00022649765014648438, - 0.019744873046875, - -0.014129638671875, - 0.0164794921875, - 0.002422332763671875, - -0.0081939697265625, - -0.0400390625, - 0.0277252197265625, - -0.0340576171875, - -0.02056884765625, - -0.077880859375, - 0.03277587890625, - -0.00801849365234375, - -0.0183868408203125, - -0.02301025390625, - -0.036041259765625, - -0.054718017578125, - -0.0273590087890625, - 0.0297088623046875, - 0.00769805908203125, - 0.02337646484375, - -0.042572021484375, - -0.00788116455078125, - 0.0009226799011230469, - -0.01064300537109375, - 0.03875732421875, - -0.0181121826171875, - 0.0186614990234375, - 0.00891876220703125, - -0.04998779296875, - 0.022918701171875, - 0.009735107421875, - 0.0179290771484375, - 0.0130462646484375, - 0.019561767578125, - -0.031890869140625, - -0.00019252300262451172, - -0.037139892578125, - -0.0030574798583984375, - -0.00783538818359375, - -0.023193359375, - 0.0188446044921875, - -0.03497314453125, - -0.01386260986328125, - 0.01100921630859375, - 0.0034656524658203125, - 0.0220184326171875, - 0.0008945465087890625, - -0.0014944076538085938, - 0.01702880859375, - 0.00044155120849609375, - 0.047821044921875, - -0.0264434814453125, - -0.06451416015625, - 0.0004131793975830078, - -0.017669677734375, - 0.05145263671875, - 0.0565185546875, - -0.0220947265625, - -0.003871917724609375, - 0.0099639892578125, - 0.0304412841796875, - 0.00034117698669433594, - -0.024993896484375, - -0.01494598388671875, - 0.0114593505859375, - 0.02301025390625, - 0.06591796875, - 0.0013132095336914062, - 0.09637451171875, - 0.01232147216796875, - 0.01222991943359375, - 0.041473388671875, - 0.059417724609375, - 0.05108642578125, - -0.01947021484375, - -0.05035400390625, - 0.0235443115234375, - -0.00360107421875, - -0.037322998046875, - -0.025726318359375, - 0.006069183349609375, - 0.058685302734375, - -0.07647705078125, - -0.020111083984375, - -0.0246429443359375, - 0.0035552978515625, - 0.01983642578125, - 0.019287109375, - -0.019561767578125, - 0.0271759033203125, - 0.0018682479858398438, - -0.036407470703125, - -0.00765228271484375, - -0.014404296875, - 0.00901031494140625, - 0.05072021484375, - 0.0355224609375, - -0.00788116455078125, - 0.0295257568359375, - 0.0014829635620117188, - 0.0182037353515625, - 0.002887725830078125, - 0.0244598388671875, - 0.01123046875, - 0.01213836669921875, - 0.0297088623046875, - 0.0576171875, - 0.00919342041015625, - -0.04095458984375, - 0.02056884765625, - 0.0189361572265625, - 0.053985595703125, - 0.06341552734375, - -0.031158447265625, - 0.0011548995971679688, - 0.022552490234375, - -0.0295257568359375, - -0.0033740997314453125, - 0.003124237060546875, - 0.0214691162109375, - -0.042755126953125, - -0.038238525390625, - 0.02789306640625, - -0.041839599609375, - 0.0300750732421875, - -0.00021660327911376953, - -0.017669677734375, - -0.0031032562255859375, - 0.0269927978515625, - -0.0185699462890625, - -0.05035400390625, - 0.030609130859375, - 0.0011262893676757812, - -0.024993896484375, - -0.028076171875, - -0.052886962890625, - 0.04095458984375, - -0.01331329345703125, - -0.059051513671875, - -0.006656646728515625, - 0.031341552734375, - -0.00212860107421875, - -0.03460693359375, - 0.00493621826171875, - 0.030792236328125, - -0.0034198760986328125, - -0.0273590087890625, - -0.0699462890625, - -0.020111083984375, - 0.0182037353515625, - -0.0271759033203125, - 0.0124969482421875, - -0.0026721954345703125, - -0.055084228515625, - -0.00701904296875, - -0.0010814666748046875, - -0.0127716064453125, - 0.019287109375, - -0.05035400390625, - 0.0214691162109375, - 0.0235443115234375, - 0.020111083984375, - 0.03387451171875, - 0.048919677734375, - 0.0010585784912109375, - -0.0190277099609375, - -0.036773681640625, - -0.04547119140625, - 0.00579833984375, - -0.01036834716796875, - 0.002445220947265625, - -0.0703125, - 0.0026493072509765625, - 0.04583740234375, - -0.07861328125, - -0.0030117034912109375, - 0.0086517333984375, - -0.0239105224609375, - -0.03350830078125, - 0.005615234375, - -0.014404296875, - 0.01091766357421875, - 0.08514404296875, - -0.020111083984375, - -0.0037136077880859375, - 0.01422119140625, - -0.0333251953125, - 0.053985595703125, - 0.0244598388671875, - 0.025726318359375, - -0.04998779296875, - 0.0242767333984375, - 0.0161285400390625, - -0.03460693359375, - -0.0030345916748046875, - -0.047454833984375, - -0.026092529296875, - 0.044189453125, - 0.011322021484375, - 0.00937652587890625, - 0.01422119140625, - -0.048187255859375, - -0.01503753662109375, - -0.04473876953125, - 0.014495849609375, - 0.01512908935546875, - 0.0207366943359375, - -0.0400390625, - -0.02899169921875, - 0.003509521484375, - -0.0557861328125, - -0.0224609375, - -0.03350830078125, - 0.00901031494140625, - 0.0011892318725585938, - -0.048553466796875, - -0.0006623268127441406, - 0.003963470458984375, - 0.0277252197265625, - 0.003849029541015625, - 0.07354736328125, - -0.04998779296875, - -0.0295257568359375, - 0.006023406982421875, - -0.003147125244140625, - 0.01045989990234375, - 0.00891876220703125, - -0.0087432861328125, - 0.009735107421875, - 0.0012454986572265625, - -0.0295257568359375, - 0.039306640625, - 0.048553466796875, - -0.0128631591796875, - -0.038055419921875, - 0.0154876708984375, - -0.05145263671875, - 0.02789306640625, - -0.004032135009765625, - 0.05145263671875, - -0.014312744140625, - -0.01458740234375, - -0.09930419921875, - 0.02880859375, - -0.0153961181640625, - 0.043670654296875, - 0.05218505859375, - -0.0128631591796875, - -0.0572509765625, - -0.030975341796875, - -0.00860595703125, - 0.030792236328125, - -0.0284423828125, - 0.0130462646484375, - -0.006114959716796875, - 0.0011205673217773438, - -0.0099639892578125, - -0.0029430389404296875, - 0.0016307830810546875, - 0.03948974609375, - 0.00292205810546875, - -0.043853759765625, - 0.032440185546875, - -0.03350830078125, - 0.0291748046875, - 0.01213836669921875, - 0.00815582275390625, - -0.0007700920104980469, - -0.0115966796875, - -0.0293426513671875, - -0.005931854248046875, - 0.055084228515625, - 0.06195068359375, - -0.0140380859375, - 0.00860595703125, - -0.0160369873046875, - 0.0246429443359375, - -0.01458740234375, - -0.031707763671875, - 0.0128631591796875, - 0.01666259765625, - -0.041290283203125, - -0.0291748046875, - -0.07171630859375, - -0.09637451171875, - 0.0023441314697265625, - -0.06304931640625, - -0.00923919677734375, - -0.0180206298828125, - 0.0293426513671875, - 0.025909423828125, - -0.047821044921875, - 0.0269927978515625, - 0.00292205810546875, - -0.014495849609375, - -0.025360107421875, - 0.022369384765625, - -0.00901031494140625, - 0.03497314453125, - 0.0030117034912109375, - -0.041473388671875, - 0.0271759033203125, - -0.03424072265625, - 0.007518768310546875, - 0.0006113052368164062, - 0.01177215576171875, - -0.037322998046875, - 0.0333251953125, - -0.060150146484375, - -0.0400390625, - 0.0293426513671875, - 0.00783538818359375, - 0.0082855224609375, - -0.037689208984375, - 0.020111083984375, - -0.001811981201171875, - -0.043304443359375, - 0.0557861328125, - 0.00783538818359375, - -0.019378662109375, - 0.0179290771484375, - -0.0005888938903808594, - 0.022186279296875, - 0.007518768310546875, - 0.0264434814453125, - 0.04998779296875, - 0.0130462646484375, - -0.003170013427734375, - 0.006839752197265625, - 0.019744873046875, - -0.0184783935546875, - 0.016387939453125, - 0.028076171875, - 0.0024013519287109375, - 0.004119873046875, - 0.0126800537109375, - 0.0127716064453125, - -0.08624267578125, - -0.0051422119140625, - -0.0264434814453125, - -0.07391357421875, - -0.0157623291015625, - 0.06414794921875, - 0.05218505859375, - -0.01522064208984375, - 0.025543212890625, - 0.044921875, - 0.0209197998046875, - 0.010284423828125, - -0.019287109375, - -0.05181884765625, - -0.031707763671875, - 0.03533935546875, - 0.05218505859375, - -0.049285888671875, - 0.042938232421875, - 0.053619384765625, - -0.0019025802612304688, - -0.0216522216796875, - -0.003963470458984375, - 0.01458740234375, - 0.031524658203125, - 0.0304412841796875, - 0.00765228271484375, - -0.066650390625, - 0.0041656494140625, - 0.014312744140625, - -0.0019245147705078125, - 0.0006852149963378906, - -0.0027179718017578125, - -0.05035400390625, - 0.0673828125, - -0.049285888671875, - -0.0182037353515625, - -0.004619598388671875, - 0.058349609375, - 0.041656494140625, - -0.036956787109375, - -0.0088348388671875, - 0.03857421875, - 0.01123046875, - -0.0264434814453125, - -0.01204681396484375, - 0.01512908935546875, - 0.0070648193359375, - 0.0196533203125, - 0.041473388671875, - 0.0055694580078125, - 0.035675048828125, - 0.0291748046875, - -0.055450439453125, - 0.0217437744140625, - -0.00801849365234375, - 0.0026264190673828125, - -0.00647735595703125, - -0.05035400390625, - -0.0085601806640625, - -0.031158447265625, - 0.0244598388671875, - 0.01123046875, - 0.034423828125, - 0.05035400390625, - 0.0023326873779296875, - 0.00778961181640625, - 0.00942230224609375, - -0.01485443115234375, - 0.03948974609375, - 0.022186279296875, - 0.0096893310546875, - 0.0037364959716796875, - 0.037322998046875, - -0.00127410888671875, - -0.0452880859375, - 0.0302581787109375, - -0.020294189453125, - 0.0024013519287109375, - -0.0246429443359375, - 0.0015516281127929688, - 0.01503753662109375, - -0.0242767333984375, - -0.00414276123046875, - -0.0333251953125, - 0.00498199462890625, - -0.005161285400390625, - -0.0295257568359375, - -0.0209197998046875, - 0.01322174072265625, - -0.049285888671875, - 0.00901031494140625, - 0.041473388671875, - -0.0297088623046875, - 0.0022869110107421875, - -0.052886962890625, - 0.1014404296875, - 0.0467529296875, - 0.025543212890625, - 0.0029659271240234375, - 0.01349639892578125, - 0.037322998046875, - 0.00222015380859375, - -0.00554656982421875, - 0.02020263671875, - -0.023101806640625, - 0.032073974609375, - 0.0670166015625, - 0.0019931793212890625, - -0.02825927734375, - 0.037322998046875, - 0.00634002685546875, - -0.05255126953125, - 0.04583740234375, - 0.01322174072265625, - 0.02227783203125, - -0.01322174072265625, - -0.004642486572265625, - -0.0034198760986328125, - -0.053619384765625, - 0.0576171875, - 0.042938232421875, - -0.0217437744140625, - 0.03985595703125, - -0.045654296875, - 0.0244598388671875, - 0.0112762451171875, - 0.0460205078125, - -0.04547119140625, - 0.0445556640625, - -0.019927978515625, - 0.0034198760986328125, - -0.017120361328125, - 0.0156707763671875, - -0.0188446044921875, - 0.048187255859375, - -0.037506103515625, - 0.053253173828125, - 0.0220184326171875, - -0.01073455810546875, - -0.043304443359375, - -0.004642486572265625, - 0.0218353271484375, - 0.0264434814453125, - 0.048187255859375, - -0.03948974609375, - -0.042388916015625, - 0.00007396936416625977, - 0.0347900390625, - 0.07427978515625, - -0.043121337890625, - 0.03387451171875, - 0.0158538818359375, - 0.0023899078369140625, - 0.006023406982421875, - -0.016387939453125 - ], - "metadata": { - "domains": [ - "fraud-investigation", - "network-forensics" - ], - "phases": [ - "reporting" - ], - "tags": [ - "mapping", - "visualization" - ], - "skillLevel": "intermediate", - "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. command-line 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.005252838134765625, - 0.02484130859375, - 0.045166015625, - -0.0188446044921875, - 0.0357666015625, - 0.0291748046875, - 0.0109405517578125, - -0.00659942626953125, - -0.01129150390625, - -0.006298065185546875, - -0.0183258056640625, - 0.06463623046875, - 0.0042572021484375, - -0.0277862548828125, - -0.06982421875, - 0.040130615234375, - -0.00231170654296875, - 0.02239990234375, - 0.01003265380859375, - -0.01458740234375, - -0.02691650390625, - -0.00855255126953125, - -0.050384521484375, - -0.005451202392578125, - 0.0027141571044921875, - 0.013458251953125, - -0.02093505859375, - -0.040802001953125, - -0.029693603515625, - 0.0079498291015625, - -0.00101470947265625, - -0.03717041015625, - 0.0159759521484375, - 0.051422119140625, - 0.034210205078125, - -0.0184173583984375, - 0.0010690689086914062, - -0.019195556640625, - -0.02239990234375, - 0.03143310546875, - -0.019012451171875, - 0.00482177734375, - 0.007381439208984375, - 0.0067291259765625, - -0.00634002685546875, - -0.0328369140625, - -0.00141143798828125, - -0.0016069412231445312, - 0.046905517578125, - -0.0394287109375, - 0.0257110595703125, - 0.038909912109375, - 0.0016393661499023438, - 0.00746917724609375, - -0.0184173583984375, - 0.037353515625, - 0.00336456298828125, - -0.0255279541015625, - -0.02239990234375, - 0.0538330078125, - -0.042724609375, - 0.0016717910766601562, - 0.0055999755859375, - -0.01450347900390625, - -0.0166778564453125, - 0.0394287109375, - -0.00026726722717285156, - -0.0382080078125, - -0.00608062744140625, - 0.0084686279296875, - -0.01424407958984375, - -0.0283050537109375, - -0.040130615234375, - 0.0227508544921875, - -0.042724609375, - -0.03857421875, - -0.00521087646484375, - -0.00677490234375, - 0.0026264190673828125, - -0.01224517822265625, - -0.043243408203125, - -0.008514404296875, - 0.0164947509765625, - -0.0244903564453125, - -0.0160675048828125, - 0.0135498046875, - 0.01511383056640625, - 0.022064208984375, - -0.0155487060546875, - -0.00189971923828125, - 0.0229339599609375, - -0.01337432861328125, - -0.00746917724609375, - 0.0029964447021484375, - 0.0250091552734375, - 0.052093505859375, - 0.005992889404296875, - -0.0277862548828125, - 0.0012807846069335938, - 0.03472900390625, - 0.024139404296875, - -0.0229339599609375, - 0.0406494140625, - -0.0176239013671875, - 0.0635986328125, - -0.0222320556640625, - 0.00968170166015625, - -0.01806640625, - -0.0225830078125, - -0.0104217529296875, - -0.089599609375, - -0.01528167724609375, - -0.0257110595703125, - -0.08270263671875, - 0.007686614990234375, - 0.00238800048828125, - -0.0031909942626953125, - 0.0328369140625, - -0.04150390625, - -0.0037555694580078125, - 0.0200653076171875, - 0.0307464599609375, - -0.0019102096557617188, - 0.02813720703125, - -0.041168212890625, - -0.050384521484375, - 0.00742340087890625, - 0.0148468017578125, - -0.05072021484375, - -0.043243408203125, - -0.0279693603515625, - -0.041168212890625, - -0.032470703125, - -0.0295257568359375, - 0.002410888671875, - -0.000385284423828125, - 0.0305633544921875, - -0.020233154296875, - -0.0183258056640625, - -0.0019969940185546875, - 0.03387451171875, - -0.032318115234375, - -0.05279541015625, - -0.003887176513671875, - -0.029876708984375, - -0.024658203125, - -0.0418701171875, - 0.044464111328125, - -0.0291748046875, - -0.028656005859375, - 0.01146697998046875, - 0.03802490234375, - 0.0496826171875, - 0.022064208984375, - 0.0020732879638671875, - -0.03631591796875, - -0.0262298583984375, - -0.0106353759765625, - 0.018157958984375, - -0.0234527587890625, - -0.0234527587890625, - -0.0107269287109375, - -0.0178070068359375, - 0.01702880859375, - -0.037689208984375, - -0.028839111328125, - -0.01910400390625, - 0.010467529296875, - 0.01511383056640625, - -0.00742340087890625, - 0.01511383056640625, - 0.00772857666015625, - 0.0538330078125, - 0.052093505859375, - 0.0227508544921875, - -0.00916290283203125, - -0.006687164306640625, - -0.00859832763671875, - 0.026397705078125, - 0.04290771484375, - -0.02362060546875, - -0.006427764892578125, - 0.054901123046875, - 0.010467529296875, - 0.006511688232421875, - 0.0216217041015625, - -0.01111602783203125, - 0.00505828857421875, - -0.05419921875, - 0.0232696533203125, - -0.040802001953125, - -0.006816864013671875, - -0.024322509765625, - 0.046539306640625, - 0.003887176513671875, - 0.056976318359375, - 0.035430908203125, - -0.01641845703125, - 0.0194549560546875, - 0.01259613037109375, - -0.007122039794921875, - 0.037689208984375, - -0.02813720703125, - 0.051422119140625, - 0.003387451171875, - 0.007904052734375, - -0.0187530517578125, - 0.026580810546875, - 0.043426513671875, - -0.0303955078125, - 0.006252288818359375, - 0.047576904296875, - -0.005863189697265625, - -0.044464111328125, - -0.0369873046875, - -0.043426513671875, - 0.03924560546875, - -0.0143280029296875, - -0.01172637939453125, - 0.00464630126953125, - 0.003040313720703125, - -0.04864501953125, - 0.01311492919921875, - -0.003734588623046875, - -0.0166778564453125, - 0.0357666015625, - -0.0037994384765625, - -0.04168701171875, - -0.045867919921875, - 0.040130615234375, - 0.00933837890625, - 0.02032470703125, - -0.0050811767578125, - 0.0215301513671875, - -0.0295257568359375, - -0.008941650390625, - 0.02032470703125, - 0.0291748046875, - 0.0159759521484375, - 0.004364013671875, - -0.0255279541015625, - 0.026397705078125, - -0.01450347900390625, - 0.025360107421875, - 0.039764404296875, - -0.0295257568359375, - -0.007598876953125, - -0.00125885009765625, - 0.0164947509765625, - 0.043609619140625, - -0.035614013671875, - -0.0083770751953125, - -0.073974609375, - -0.0154571533203125, - -0.03802490234375, - -0.0009937286376953125, - -0.00677490234375, - -0.045166015625, - 0.060089111328125, - -0.046539306640625, - -0.043609619140625, - 0.005035400390625, - 0.0221405029296875, - 0.002094268798828125, - 0.054534912109375, - -0.00482177734375, - -0.05767822265625, - 0.01003265380859375, - 0.043243408203125, - -0.01519775390625, - -0.0159759521484375, - -0.0120697021484375, - 0.0148468017578125, - -0.0014543533325195312, - 0.02197265625, - -0.044464111328125, - -0.0028667449951171875, - 0.0222320556640625, - 0.03143310546875, - 0.037506103515625, - -0.01537322998046875, - 0.01029205322265625, - 0.006862640380859375, - 0.0251922607421875, - -0.039947509765625, - 0.01081085205078125, - -0.034576416015625, - 0.023101806640625, - -0.03839111328125, - -0.068115234375, - -0.005252838134765625, - 0.054901123046875, - -0.01076507568359375, - 0.0009717941284179688, - 0.00864410400390625, - -0.058013916015625, - 0.004604339599609375, - 0.01033782958984375, - 0.012420654296875, - 0.01580810546875, - 0.04254150390625, - -0.00872802734375, - 0.019195556640625, - -0.00720977783203125, - 0.00295257568359375, - -0.032989501953125, - -0.050018310546875, - -0.027099609375, - -0.0067291259765625, - -0.032470703125, - -0.042205810546875, - 0.020751953125, - -0.042724609375, - 0.0272674560546875, - -0.0120697021484375, - -0.0204925537109375, - -0.00720977783203125, - -0.037506103515625, - 0.0160675048828125, - -0.050384521484375, - -0.042022705078125, - -0.0307464599609375, - 0.042022705078125, - 0.0155487060546875, - 0.002094268798828125, - -0.01250457763671875, - -0.0199737548828125, - -0.0340576171875, - 0.004451751708984375, - -0.01806640625, - 0.0227508544921875, - -0.0300445556640625, - 0.0670166015625, - 0.018157958984375, - 0.056610107421875, - -0.0045166015625, - 0.06427001953125, - 0.0171051025390625, - -0.01137542724609375, - -0.013458251953125, - -0.021270751953125, - 0.0284881591796875, - 0.0131988525390625, - -0.03594970703125, - -0.0279693603515625, - -0.006687164306640625, - -0.0262298583984375, - 0.0120697021484375, - 0.0123291015625, - 0.0232696533203125, - 0.030914306640625, - -0.054901123046875, - 0.0250091552734375, - 0.040283203125, - 0.0034732818603515625, - 0.1063232421875, - -0.03631591796875, - -0.04290771484375, - 0.041168212890625, - 0.034576416015625, - -0.01250457763671875, - 0.0218048095703125, - 0.0382080078125, - -0.01198577880859375, - 0.006122589111328125, - 0.00859832763671875, - 0.00449371337890625, - 0.040985107421875, - -0.004039764404296875, - -0.004016876220703125, - 0.016845703125, - 0.00603485107421875, - 0.01029205322265625, - 0.056610107421875, - 0.047576904296875, - -0.0003826618194580078, - 0.045166015625, - -0.027618408203125, - -0.035430908203125, - -0.023101806640625, - -0.06463623046875, - 0.0115509033203125, - 0.04620361328125, - 0.02362060546875, - 0.03594970703125, - -0.0195465087890625, - -0.0628662109375, - 0.006298065185546875, - -0.0272674560546875, - 0.0718994140625, - 0.045166015625, - 0.018585205078125, - 0.00881195068359375, - -0.0008955001831054688, - -0.0210113525390625, - 0.032318115234375, - -0.0050811767578125, - 0.01806640625, - 0.027099609375, - 0.050384521484375, - 0.007076263427734375, - -0.03472900390625, - 0.024658203125, - 0.046905517578125, - 0.0260467529296875, - -0.006252288818359375, - 0.004016876220703125, - 0.0177154541015625, - 0.019805908203125, - -0.0126800537109375, - 0.05419921875, - 0.0291748046875, - -0.02032470703125, - 0.00855255126953125, - -0.017974853515625, - 0.01580810546875, - -0.043426513671875, - 0.0132904052734375, - -0.01302337646484375, - -0.02032470703125, - 0.0064697265625, - 0.007904052734375, - -0.068115234375, - -0.0008578300476074219, - 0.0418701171875, - -0.065673828125, - 0.034393310546875, - 0.00608062744140625, - -0.0171051025390625, - 0.0204925537109375, - -0.01971435546875, - -0.04290771484375, - 0.01971435546875, - 0.00677490234375, - -0.0538330078125, - 0.014068603515625, - 0.0229339599609375, - -0.045867919921875, - -0.047576904296875, - -0.035614013671875, - -0.00803375244140625, - -0.01302337646484375, - -0.015716552734375, - 0.0303955078125, - -0.0251922607421875, - -0.019012451171875, - 0.0279693603515625, - 0.040130615234375, - -0.0131988525390625, - -0.036468505859375, - 0.071533203125, - -0.04150390625, - -0.06494140625, - 0.0496826171875, - 0.0055999755859375, - 0.03509521484375, - -0.026397705078125, - -0.0135498046875, - -0.005992889404296875, - 0.00397491455078125, - 0.01537322998046875, - 0.0272674560546875, - -0.05767822265625, - -0.05279541015625, - -0.044464111328125, - 0.045867919921875, - 0.0218048095703125, - 0.039093017578125, - -0.02484130859375, - -0.059051513671875, - 0.02935791015625, - -0.0635986328125, - -0.03631591796875, - -0.00690460205078125, - 0.0032787322998046875, - -0.0160675048828125, - 0.06671142578125, - -0.032989501953125, - 0.0121612548828125, - 0.003017425537109375, - 0.048980712890625, - 0.01146697998046875, - -0.02813720703125, - -0.03350830078125, - 0.030914306640625, - 0.03179931640625, - -0.055572509765625, - -0.01276397705078125, - -0.0047760009765625, - 0.009552001953125, - 0.045166015625, - -0.061492919921875, - -0.0009551048278808594, - 0.006557464599609375, - -0.061126708984375, - -0.024139404296875, - -0.0154571533203125, - 0.004016876220703125, - -0.022064208984375, - 0.0205841064453125, - 0.0277862548828125, - -0.0014543533325195312, - 0.0004341602325439453, - 0.024322509765625, - 0.00664520263671875, - 0.0109405517578125, - -0.01424407958984375, - -0.006687164306640625, - 0.0232696533203125, - -0.0587158203125, - -0.01971435546875, - -0.023101806640625, - 0.0257110595703125, - -0.01788330078125, - -0.0201416015625, - -0.0052337646484375, - -0.03369140625, - 0.0211029052734375, - -0.05731201171875, - -0.0023021697998046875, - -0.01137542724609375, - -0.0361328125, - -0.027099609375, - 0.0005588531494140625, - 0.039947509765625, - 0.0067291259765625, - -0.003993988037109375, - -0.00855255126953125, - 0.035614013671875, - -0.045166015625, - 0.06878662109375, - 0.0186767578125, - -0.00798797607421875, - -0.004711151123046875, - -0.0044708251953125, - 0.00872802734375, - 0.005016326904296875, - 0.027618408203125, - -0.00490570068359375, - -0.031097412109375, - -0.061126708984375, - 0.0260467529296875, - 0.00608062744140625, - 0.0155487060546875, - -0.00323486328125, - -0.037353515625, - -0.051055908203125, - 0.0008683204650878906, - 0.039764404296875, - 0.0073394775390625, - 0.01528167724609375, - -0.029876708984375, - -0.01415252685546875, - -0.00811767578125, - 0.00016689300537109375, - 0.04150390625, - -0.009552001953125, - 0.03369140625, - -0.01788330078125, - -0.037872314453125, - 0.034576416015625, - 0.0250091552734375, - 0.0239715576171875, - 0.032135009765625, - 0.0194549560546875, - -0.037689208984375, - 0.0204925537109375, - -0.005863189697265625, - -0.00829315185546875, - 0.0021381378173828125, - -0.004322052001953125, - 0.050018310546875, - -0.020843505859375, - -0.0210113525390625, - -0.019622802734375, - 0.021270751953125, - 0.02484130859375, - -0.0213623046875, - -0.0221405029296875, - 0.00366973876953125, - -0.003993988037109375, - 0.073974609375, - -0.02813720703125, - -0.046905517578125, - -0.01511383056640625, - 0.0004911422729492188, - 0.06182861328125, - 0.0628662109375, - -0.011199951171875, - -0.03350830078125, - 0.00018584728240966797, - 0.0439453125, - -0.010467529296875, - -0.0302276611328125, - -0.00279998779296875, - 0.00920867919921875, - 0.0303955078125, - 0.051055908203125, - 0.0172882080078125, - 0.0850830078125, - -0.0089874267578125, - -0.0164947509765625, - 0.0239715576171875, - 0.0718994140625, - 0.0307464599609375, - 0.0009822845458984375, - -0.0277862548828125, - 0.0006895065307617188, - 0.00041794776916503906, - -0.04168701171875, - -0.052093505859375, - 0.007686614990234375, - 0.06878662109375, - -0.065673828125, - -0.038726806640625, - -0.01528167724609375, - -0.0120697021484375, - 0.01146697998046875, - 0.01020050048828125, - -0.0084686279296875, - 0.01537322998046875, - 0.0204010009765625, - -0.03143310546875, - -0.00577545166015625, - -0.0204925537109375, - 0.0032558441162109375, - 0.06982421875, - 0.0218048095703125, - 0.004669189453125, - 0.025360107421875, - 0.0217132568359375, - 0.028839111328125, - 0.007381439208984375, - 0.035247802734375, - 0.0200653076171875, - 0.0277862548828125, - 0.040130615234375, - 0.046905517578125, - -0.01424407958984375, - -0.0284881591796875, - 0.00916290283203125, - 0.0034313201904296875, - 0.06878662109375, - 0.0726318359375, - -0.00933837890625, - 0.01059722900390625, - -0.0017366409301757812, - -0.044464111328125, - 0.0225830078125, - 0.011810302734375, - 0.00475311279296875, - -0.040130615234375, - -0.0229339599609375, - 0.0194549560546875, - -0.03961181640625, - 0.0283050537109375, - 0.036834716796875, - -0.035430908203125, - 0.00438690185546875, - 0.060455322265625, - -0.0034084320068359375, - -0.045166015625, - 0.0044708251953125, - -0.0300445556640625, - -0.01971435546875, - -0.042205810546875, - -0.020233154296875, - 0.0328369140625, - -0.024139404296875, - -0.043060302734375, - -0.024139404296875, - 0.030914306640625, - -0.02032470703125, - -0.0406494140625, - -0.0121612548828125, - 0.0300445556640625, - -0.010467529296875, - -0.024322509765625, - -0.0472412109375, - -0.01702880859375, - 0.01076507568359375, - -0.03961181640625, - 0.024139404296875, - -0.0138092041015625, - -0.035614013671875, - -0.030914306640625, - -0.031097412109375, - -0.033172607421875, - -0.004428863525390625, - -0.03839111328125, - 0.0305633544921875, - -0.007556915283203125, - 0.040130615234375, - 0.0587158203125, - 0.060455322265625, - -0.0222320556640625, - -0.00829315185546875, - -0.033355712890625, - -0.05767822265625, - 0.0159759521484375, - 0.004039764404296875, - -0.0027141571044921875, - -0.036651611328125, - -0.0025844573974609375, - 0.05523681640625, - -0.06982421875, - 0.040283203125, - -0.00742340087890625, - -0.031951904296875, - -0.043243408203125, - -0.0171966552734375, - -0.0062103271484375, - 0.040130615234375, - 0.1014404296875, - 0.004840850830078125, - -0.01224517822265625, - -0.00933837890625, - -0.056610107421875, - 0.06634521484375, - 0.0045166015625, - 0.0187530517578125, - -0.042022705078125, - 0.02032470703125, - 0.035614013671875, - -0.03265380859375, - 0.0067291259765625, - -0.0743408203125, - -0.00885772705078125, - 0.035614013671875, - 0.036651611328125, - -0.0211944580078125, - -0.0295257568359375, - -0.026397705078125, - -0.01337432861328125, - -0.017974853515625, - 0.01849365234375, - 0.00664520263671875, - -0.0003135204315185547, - -0.03125, - 0.0003066062927246094, - 0.00942230224609375, - -0.036834716796875, - -0.0300445556640625, - -0.0234527587890625, - 0.06915283203125, - -0.00742340087890625, - -0.0193634033203125, - 0.028656005859375, - 0.0194549560546875, - -0.021881103515625, - -0.0126800537109375, - 0.028839111328125, - -0.028656005859375, - -0.007122039794921875, - -0.017364501953125, - 0.01450347900390625, - -0.0123291015625, - 0.01311492919921875, - -0.0011348724365234375, - 0.007251739501953125, - 0.0166778564453125, - -0.042022705078125, - 0.065673828125, - 0.024322509765625, - -0.058013916015625, - -0.05767822265625, - -0.042388916015625, - -0.0205841064453125, - 0.0255279541015625, - -0.02587890625, - 0.036834716796875, - 0.01224517822265625, - 0.00043964385986328125, - -0.1063232421875, - 0.04864501953125, - -0.00798797607421875, - 0.0162353515625, - -0.007251739501953125, - -0.014678955078125, - -0.0394287109375, - -0.051055908203125, - -0.00295257568359375, - 0.032135009765625, - -0.026397705078125, - 0.034393310546875, - -0.0215301513671875, - -0.0087738037109375, - 0.0034313201904296875, - -0.021881103515625, - 0.02587890625, - 0.052093505859375, - 0.005992889404296875, - -0.03350830078125, - 0.063232421875, - -0.0472412109375, - 0.0165863037109375, - -0.00014519691467285156, - -0.004016876220703125, - 0.01146697998046875, - -0.0182342529296875, - -0.003387451171875, - 0.0025501251220703125, - 0.029693603515625, - 0.0182342529296875, - -0.0229339599609375, - 0.0183258056640625, - -0.0267486572265625, - 0.01450347900390625, - 0.02239990234375, - -0.03857421875, - 0.0189361572265625, - 0.0229339599609375, - -0.0090789794921875, - -0.0303955078125, - -0.06463623046875, - -0.078857421875, - 0.0121612548828125, - -0.039947509765625, - -0.0295257568359375, - 0.01302337646484375, - 0.026580810546875, - 0.028656005859375, - -0.031097412109375, - 0.026397705078125, - -0.01198577880859375, - 0.0007166862487792969, - -0.03509521484375, - 0.034393310546875, - -0.025360107421875, - 0.031951904296875, - 0.01276397705078125, - -0.037353515625, - 0.0262298583984375, - 0.0024967193603515625, - 0.0138092041015625, - -0.051422119140625, - -0.0213623046875, - -0.0291748046875, - 0.0206756591796875, - -0.0587158203125, - -0.015899658203125, - 0.01085662841796875, - 0.0204010009765625, - 0.024322509765625, - -0.0291748046875, - 0.0538330078125, - -0.0034961700439453125, - -0.060455322265625, - 0.029876708984375, - -0.00551605224609375, - -0.026397705078125, - 0.00659942626953125, - 0.00942230224609375, - -0.0115509033203125, - 0.0171051025390625, - 0.0257110595703125, - 0.00890350341796875, - 0.031951904296875, - -0.00933837890625, - -0.0307464599609375, - 0.00829315185546875, - 0.01276397705078125, - 0.006862640380859375, - 0.00505828857421875, - 0.0232696533203125, - -0.0121612548828125, - 0.01085662841796875, - -0.00720977783203125, - -0.07952880859375, - -0.0121612548828125, - -0.01398468017578125, - -0.065673828125, - 0.0030612945556640625, - 0.0771484375, - 0.025360107421875, - -0.00616455078125, - 0.004711151123046875, - 0.0587158203125, - 0.0307464599609375, - 0.01398468017578125, - -0.00475311279296875, - -0.060089111328125, - -0.020843505859375, - 0.0017480850219726562, - -0.00518798828125, - -0.06634521484375, - 0.038726806640625, - 0.044281005859375, - -0.00890350341796875, - -0.0290069580078125, - -0.01129150390625, - -0.0078582763671875, - 0.052093505859375, - 0.01580810546875, - 0.01806640625, - -0.0673828125, - 0.000705718994140625, - 0.035247802734375, - -0.0184173583984375, - -0.0070343017578125, - -0.02239990234375, - 0.004146575927734375, - 0.036834716796875, - -0.0635986328125, - -0.004146575927734375, - 0.0005755424499511719, - 0.0635986328125, - 0.0195465087890625, - -0.02362060546875, - -0.04168701171875, - 0.060455322265625, - 0.0255279541015625, - -0.0302276611328125, - 0.0006999969482421875, - 0.019287109375, - -0.017547607421875, - 0.02813720703125, - 0.045501708984375, - 0.0005321502685546875, - 0.01172637939453125, - 0.02587890625, - -0.046905517578125, - 0.0186767578125, - -0.0187530517578125, - 0.01806640625, - -0.01007080078125, - -0.0283050537109375, - -0.0188446044921875, - -0.07293701171875, - 0.048980712890625, - 0.019195556640625, - 0.03509521484375, - 0.00859832763671875, - 0.002735137939453125, - -0.0041046142578125, - 0.0244903564453125, - 0.00279998779296875, - 0.01458740234375, - 0.0132904052734375, - 0.0210113525390625, - 0.0272674560546875, - 0.00490570068359375, - 0.0295257568359375, - -0.0143280029296875, - 0.045867919921875, - -0.045501708984375, - 0.00261688232421875, - -0.052459716796875, - -0.010467529296875, - -0.002410888671875, - -0.00911712646484375, - 0.00390625, - -0.050384521484375, - 0.01971435546875, - -0.01302337646484375, - -0.046539306640625, - -0.0013628005981445312, - 0.036468505859375, - -0.040802001953125, - 0.006862640380859375, - 0.005558013916015625, - -0.01172637939453125, - 0.0054931640625, - -0.03472900390625, - 0.0743408203125, - 0.03839111328125, - 0.003887176513671875, - -0.0014333724975585938, - 0.058013916015625, - 0.01259613037109375, - 0.0239715576171875, - 0.02587890625, - 0.017974853515625, - -0.02239990234375, - 0.04620361328125, - 0.04046630859375, - -0.0035610198974609375, - -0.040283203125, - 0.026397705078125, - 0.016326904296875, - -0.028656005859375, - 0.034912109375, - -0.005687713623046875, - 0.0104217529296875, - 0.005451202392578125, - 0.0143280029296875, - -0.02691650390625, - -0.038909912109375, - 0.04290771484375, - 0.0012426376342773438, - 0.00205230712890625, - 0.0279693603515625, - -0.054901123046875, - 0.061492919921875, - 0.00972747802734375, - 0.071533203125, - -0.052459716796875, - 0.052459716796875, - -0.0234527587890625, - -0.0017910003662109375, - -0.01528167724609375, - 0.0174560546875, - -0.0096435546875, - 0.032470703125, - -0.025360107421875, - 0.07818603515625, - 0.006557464599609375, - -0.01398468017578125, - -0.0517578125, - -0.0260467529296875, - -0.00616455078125, - -0.0012750625610351562, - 0.0300445556640625, - -0.05523681640625, - -0.002040863037109375, - 0.0089874267578125, - 0.0369873046875, - 0.055572509765625, - -0.0013456344604492188, - 0.039093017578125, - 0.01372528076171875, - -0.014678955078125, - -0.020843505859375, - -0.0232696533203125 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "command-line", - "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_MISP", - "type": "tool", - "name": "MISP", - "content": "misp die threat-intelligence-sharing-plattform vernetzt viele organisationen weltweit im kampf gegen cyberkriminalität. strukturiertes teilen von iocs durch standardisierte attribute: ip-adressen, domains, hashes, yara-rules, malware-samples. die galaxies und taxonomien klassifizieren bedrohungen nach att&ck, kill-chain oder eigenen schemata. föderierte architektur ermöglicht selektives sharing zwischen vertrauenswürdigen partnern. correlation-engine findet zusammenhänge zwischen scheinbar unabhängigen incidents. warninglists reduzieren false-positives durch whitelisting bekannter good-entities. zeromq-feed pusht iocs in echtzeit an firewalls und siems. die ausgereiften apis (rest, pymisp) automatisieren threat-intelligence-workflows. export in stix, openioc und dutzende andere formate. essenziell für proaktive verteidigung. 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.03399658203125, - 0.020111083984375, - 0.044219970703125, - 0.01540374755859375, - 0.01520538330078125, - 0.0214996337890625, - 0.024200439453125, - -0.0178985595703125, - -0.051605224609375, - 0.00875091552734375, - -0.0238037109375, - 0.02410888671875, - 0.0018253326416015625, - 0.0243072509765625, - -0.0748291015625, - 0.035614013671875, - -0.0268096923828125, - 0.00804901123046875, - 0.0244140625, - -0.0117034912109375, - -0.027801513671875, - -0.0004563331604003906, - -0.06121826171875, - 0.0177001953125, - 0.01500701904296875, - -0.004550933837890625, - -0.024200439453125, - -0.0460205078125, - -0.01270294189453125, - 0.0024509429931640625, - 0.018707275390625, - -0.031005859375, - -0.00695037841796875, - 0.031005859375, - -0.012451171875, - -0.008453369140625, - 0.0210113525390625, - -0.0679931640625, - -0.00870513916015625, - 0.0163116455078125, - -0.02130126953125, - 0.0092010498046875, - -0.005077362060546875, - 0.0146026611328125, - -0.0247039794921875, - -0.042999267578125, - 0.009002685546875, - -0.00930023193359375, - 0.0217132568359375, - -0.0175018310546875, - 0.03680419921875, - 0.0246124267578125, - 0.0196075439453125, - -0.0216064453125, - -0.032623291015625, - 0.0204010009765625, - 0.0438232421875, - -0.032012939453125, - -0.043426513671875, - 0.040802001953125, - -0.036224365234375, - -0.0018377304077148438, - -0.01140594482421875, - 0.0005345344543457031, - 0.0218048095703125, - 0.027008056640625, - -0.0236053466796875, - 0.00023126602172851562, - -0.0016384124755859375, - -0.01080322265625, - -0.01220703125, - -0.0018129348754882812, - -0.0260009765625, - 0.0194091796875, - -0.01540374755859375, - -0.040802001953125, - 0.02239990234375, - 0.042999267578125, - 0.01910400390625, - 0.0167999267578125, - -0.046600341796875, - -0.0175018310546875, - 0.0576171875, - -0.024200439453125, - -0.040618896484375, - -0.007602691650390625, - 0.01470184326171875, - -0.0013942718505859375, - 0.0174102783203125, - -0.0122528076171875, - 0.00765228271484375, - 0.0142059326171875, - 0.0272064208984375, - -0.034210205078125, - 0.034423828125, - 0.02130126953125, - -0.042022705078125, - -0.01300048828125, - -0.00870513916015625, - 0.0253143310546875, - 0.008453369140625, - -0.01690673828125, - 0.0225067138671875, - -0.0204010009765625, - 0.0560302734375, - -0.0204010009765625, - -0.000606536865234375, - -0.01560211181640625, - 0.02960205078125, - 0.01050567626953125, - -0.07965087890625, - -0.035797119140625, - -0.0074005126953125, - -0.050811767578125, - -0.0135040283203125, - -0.0172119140625, - -0.00855255126953125, - 0.035797119140625, - -0.0504150390625, - -0.032196044921875, - 0.0404052734375, - 0.04180908203125, - 0.01190185546875, - -0.006000518798828125, - -0.0186004638671875, - -0.0447998046875, - 0.00370025634765625, - -0.0008063316345214844, - -0.0247039794921875, - -0.0276031494140625, - -0.006351470947265625, - 0.003276824951171875, - -0.006328582763671875, - -0.05322265625, - 0.00905609130859375, - -0.03021240234375, - 0.02239990234375, - 0.0175018310546875, - -0.0304107666015625, - 0.00855255126953125, - 0.042205810546875, - -0.03759765625, - -0.045623779296875, - -0.00885009765625, - -0.0438232421875, - -0.020904541015625, - -0.004825592041015625, - 0.035797119140625, - -0.00925445556640625, - -0.0312042236328125, - 0.022705078125, - 0.0118560791015625, - 0.07843017578125, - 0.018707275390625, - 0.03460693359375, - -0.029815673828125, - 0.005252838134765625, - -0.00005900859832763672, - 0.044403076171875, - -0.0027141571044921875, - 0.00475311279296875, - 0.01380157470703125, - 0.0167999267578125, - 0.012451171875, - -0.0233001708984375, - -0.031402587890625, - -0.01025390625, - 0.00765228271484375, - 0.0260009765625, - 0.0250091552734375, - 0.01074981689453125, - -0.004177093505859375, - 0.031402587890625, - 0.06201171875, - -0.01580810546875, - 0.031005859375, - 0.0018377304077148438, - -0.027008056640625, - 0.02960205078125, - 0.04461669921875, - 0.0004470348358154297, - -0.0218048095703125, - 0.05120849609375, - 0.00775146484375, - 0.0276031494140625, - -0.011505126953125, - -0.0214080810546875, - 0.0149078369140625, - -0.0014629364013671875, - 0.00839996337890625, - -0.03399658203125, - -0.02520751953125, - -0.035797119140625, - 0.043426513671875, - 0.035003662109375, - 0.0679931640625, - 0.0290069580078125, - -0.009002685546875, - 0.050018310546875, - 0.007701873779296875, - 0.016998291015625, - 0.0167083740234375, - 0.004352569580078125, - 0.016204833984375, - 0.0203094482421875, - -0.005702972412109375, - -0.020599365234375, - 0.04541015625, - 0.027008056640625, - -0.0163116455078125, - 0.012603759765625, - 0.05242919921875, - -0.0178985595703125, - -0.0264129638671875, - -0.042022705078125, - -0.04241943359375, - 0.0254058837890625, - -0.013702392578125, - -0.0304107666015625, - 0.01410675048828125, - 0.00016176700592041016, - -0.026214599609375, - -0.00995635986328125, - 0.01520538330078125, - -0.0042266845703125, - 0.03759765625, - 0.025604248046875, - -0.0174102783203125, - 0.00695037841796875, - 0.0240020751953125, - 0.040008544921875, - 0.035400390625, - -0.0009937286376953125, - -0.0225067138671875, - -0.0338134765625, - -0.016998291015625, - 0.01470184326171875, - 0.042022705078125, - 0.01500701904296875, - -0.00031566619873046875, - -0.02020263671875, - 0.0246124267578125, - -0.00890350341796875, - 0.03179931640625, - 0.03240966796875, - -0.0160064697265625, - -0.006076812744140625, - 0.0012502670288085938, - 0.029205322265625, - 0.0892333984375, - -0.05560302734375, - -0.0255126953125, - -0.044403076171875, - 0.035614013671875, - -0.061614990234375, - -0.0276031494140625, - -0.03240966796875, - -0.046600341796875, - 0.045013427734375, - -0.0236053466796875, - -0.01450347900390625, - -0.001750946044921875, - 0.040802001953125, - 0.0272064208984375, - 0.0304107666015625, - -0.0166015625, - -0.042022705078125, - 0.0027256011962890625, - 0.09002685546875, - 0.006351470947265625, - -0.0426025390625, - -0.01025390625, - 0.039825439453125, - 0.0095062255859375, - 0.0268096923828125, - 0.01195526123046875, - 0.012451171875, - 0.027008056640625, - 0.02960205078125, - 0.0316162109375, - -0.0244140625, - -0.0016126632690429688, - -0.01470184326171875, - 0.035003662109375, - -0.055206298828125, - 0.0167083740234375, - 0.006900787353515625, - 0.01410675048828125, - -0.007904052734375, - -0.046417236328125, - 0.007152557373046875, - 0.058807373046875, - 0.00820159912109375, - -0.004177093505859375, - 0.0128021240234375, - -0.0294036865234375, - 0.02960205078125, - -0.00440216064453125, - -0.0221099853515625, - 0.033203125, - 0.060821533203125, - -0.0131072998046875, - 0.023712158203125, - -0.016204833984375, - 0.021209716796875, - -0.03179931640625, - -0.042816162109375, - -0.025604248046875, - -0.030609130859375, - -0.037017822265625, - -0.0142059326171875, - 0.00342559814453125, - -0.0097503662109375, - 0.02020263671875, - -0.004852294921875, - 0.007152557373046875, - -0.0250091552734375, - -0.05560302734375, - 0.00960540771484375, - -0.03741455078125, - -0.0548095703125, - -0.0110015869140625, - 0.04461669921875, - 0.0194091796875, - 0.01410675048828125, - -0.007701873779296875, - -0.00804901123046875, - -0.039215087890625, - 0.00585174560546875, - -0.0181121826171875, - 0.019500732421875, - -0.0038509368896484375, - 0.048828125, - 0.01690673828125, - 0.035400390625, - 0.00855255126953125, - 0.07763671875, - 0.0247039794921875, - -0.014801025390625, - -0.0182037353515625, - 0.027801513671875, - -0.0026378631591796875, - 0.03662109375, - -0.0034503936767578125, - -0.0186004638671875, - -0.001987457275390625, - -0.0196990966796875, - 0.0131072998046875, - 0.0045013427734375, - 0.0193023681640625, - 0.01380157470703125, - -0.01800537109375, - 0.0153045654296875, - 0.0635986328125, - -0.0016126632690429688, - 0.09442138671875, - -0.0092010498046875, - -0.045013427734375, - -0.0163116455078125, - 0.0211029052734375, - -0.034210205078125, - 0.014007568359375, - 0.022613525390625, - 0.005428314208984375, - -0.014404296875, - 0.03302001953125, - 0.0011005401611328125, - 0.044219970703125, - -0.01520538330078125, - -0.0113525390625, - 0.042205810546875, - -0.0033016204833984375, - 0.027008056640625, - 0.0308074951171875, - 0.00785064697265625, - 0.0189056396484375, - 0.05322265625, - -0.034210205078125, - 0.01165008544921875, - -0.058013916015625, - -0.06683349609375, - 0.006900787353515625, - 0.006702423095703125, - 0.0011501312255859375, - 0.0142059326171875, - -0.032012939453125, - -0.0679931640625, - 0.048614501953125, - -0.0382080078125, - 0.0792236328125, - 0.042999267578125, - 0.0196075439453125, - 0.035797119140625, - -0.024200439453125, - -0.01800537109375, - 0.01230621337890625, - 0.03680419921875, - 0.029815673828125, - 0.06201171875, - 0.02801513671875, - -0.002613067626953125, - -0.0192108154296875, - -0.003650665283203125, - 0.0225067138671875, - 0.02081298828125, - 0.01265716552734375, - 0.006801605224609375, - 0.018707275390625, - 0.01300048828125, - -0.025604248046875, - 0.052001953125, - 0.00835418701171875, - -0.05322265625, - 0.0128021240234375, - -0.01560211181640625, - 0.0247039794921875, - -0.06121826171875, - -0.00995635986328125, - -0.01450347900390625, - 0.01410675048828125, - -0.007904052734375, - 0.01540374755859375, - -0.044219970703125, - -0.02960205078125, - 0.038818359375, - -0.08001708984375, - 0.0316162109375, - 0.0498046875, - -0.020599365234375, - 0.01560211181640625, - -0.0260009765625, - -0.042999267578125, - 0.027801513671875, - -0.01520538330078125, - -0.021209716796875, - 0.004001617431640625, - 0.03240966796875, - -0.048614501953125, - -0.0194091796875, - -0.035797119140625, - -0.007350921630859375, - 0.010406494140625, - -0.0221099853515625, - 0.0304107666015625, - -0.032012939453125, - -0.01180267333984375, - 0.0338134765625, - 0.035400390625, - -0.0039005279541015625, - -0.033599853515625, - 0.044403076171875, - -0.012054443359375, - -0.048828125, - 0.00730133056640625, - 0.0258026123046875, - 0.00502777099609375, - 0.0010938644409179688, - -0.01090240478515625, - -0.022003173828125, - 0.032623291015625, - 0.00311279296875, - 0.005878448486328125, - -0.048004150390625, - -0.0253143310546875, - -0.04022216796875, - 0.04400634765625, - 0.0106048583984375, - 0.03680419921875, - -0.005451202392578125, - -0.040802001953125, - 0.0175018310546875, - -0.0576171875, - -0.0232086181640625, - 0.007152557373046875, - 0.0244140625, - -0.023406982421875, - 0.096435546875, - -0.02130126953125, - -0.0060272216796875, - -0.00360107421875, - 0.057220458984375, - 0.014007568359375, - -0.005001068115234375, - -0.04742431640625, - 0.027801513671875, - 0.04461669921875, - -0.061614990234375, - -0.014801025390625, - -0.014404296875, - 0.00585174560546875, - 0.038818359375, - -0.04962158203125, - -0.0113067626953125, - 0.0007534027099609375, - -0.08001708984375, - -0.032196044921875, - -0.0264129638671875, - -0.005275726318359375, - -0.06402587890625, - 0.01275634765625, - 0.03759765625, - -0.0160064697265625, - 0.0229034423828125, - -0.01190185546875, - 0.001987457275390625, - 0.012054443359375, - 0.01580810546875, - -0.0099029541015625, - 0.0222015380859375, - -0.043426513671875, - -0.0235137939453125, - 0.00014853477478027344, - 0.0258026123046875, - -0.02191162109375, - 0.0047760009765625, - 0.0009064674377441406, - -0.032623291015625, - 0.0338134765625, - -0.034820556640625, - -0.0011816024780273438, - -0.01074981689453125, - -0.03662109375, - -0.037017822265625, - -0.029205322265625, - -0.0006284713745117188, - 0.0166015625, - -0.006328582763671875, - 0.030609130859375, - 0.0210113525390625, - -0.034210205078125, - 0.027801513671875, - 0.00830078125, - -0.020599365234375, - 0.0258026123046875, - -0.025604248046875, - -0.00675201416015625, - -0.0124053955078125, - 0.0149078369140625, - -0.0177001953125, - -0.04620361328125, - -0.07281494140625, - 0.038604736328125, - -0.01105499267578125, - 0.003276824951171875, - -0.0416259765625, - -0.028411865234375, - -0.03240966796875, - -0.0155029296875, - 0.032806396484375, - 0.027008056640625, - 0.0070037841796875, - -0.033599853515625, - -0.0182037353515625, - -0.0074005126953125, - -0.036224365234375, - 0.02490234375, - -0.00655364990234375, - 0.0034503936767578125, - 0.006500244140625, - -0.04022216796875, - 0.02801513671875, - 0.020111083984375, - 0.0177001953125, - 0.0113525390625, - 0.036407470703125, - -0.031005859375, - 0.002838134765625, - 0.0178070068359375, - -0.0153045654296875, - -0.01800537109375, - -0.003650665283203125, - 0.015899658203125, - -0.03961181640625, - -0.009552001953125, - 0.025604248046875, - 0.0308074951171875, - -0.0099029541015625, - 0.013702392578125, - -0.0160980224609375, - 0.035003662109375, - -0.01190185546875, - 0.041015625, - -0.008453369140625, - -0.0732421875, - -0.01540374755859375, - 0.0196990966796875, - 0.06402587890625, - 0.048614501953125, - 0.0171051025390625, - -0.01500701904296875, - 0.01110076904296875, - 0.057220458984375, - -0.005878448486328125, - -0.06964111328125, - -0.0460205078125, - 0.0338134765625, - 0.01080322265625, - 0.05841064453125, - -0.00252532958984375, - 0.0908203125, - 0.0228118896484375, - -0.0095062255859375, - 0.0166015625, - 0.038421630859375, - 0.0294036865234375, - 0.006603240966796875, - -0.05242919921875, - 0.0003955364227294922, - 0.01410675048828125, - -0.04901123046875, - -0.0294036865234375, - 0.011505126953125, - 0.05242919921875, - -0.042999267578125, - -0.0426025390625, - 0.007701873779296875, - -0.01190185546875, - 0.0164031982421875, - 0.0014944076538085938, - -0.0149078369140625, - -0.0053253173828125, - 0.007602691650390625, - -0.043426513671875, - -0.0153045654296875, - -0.0153045654296875, - -0.007251739501953125, - 0.03662109375, - 0.042022705078125, - -0.0181121826171875, - 0.01580810546875, - 0.023101806640625, - 0.03802490234375, - 0.042022705078125, - 0.04522705078125, - 0.017303466796875, - 0.026214599609375, - 0.047821044921875, - 0.07000732421875, - -0.01360321044921875, - -0.0171051025390625, - 0.018310546875, - 0.0157012939453125, - 0.033203125, - 0.03021240234375, - 0.00640106201171875, - 0.0155029296875, - -0.016204833984375, - -0.0438232421875, - 0.0030765533447265625, - 0.00565338134765625, - -0.0164031982421875, - -0.02801513671875, - -0.052825927734375, - 0.02490234375, - -0.00925445556640625, - 0.039215087890625, - 0.004352569580078125, - -0.0222015380859375, - -0.0253143310546875, - 0.049407958984375, - 0.0002579689025878906, - -0.0225067138671875, - 0.0286102294921875, - 0.01410675048828125, - -0.039215087890625, - -0.01360321044921875, - -0.007701873779296875, - 0.055206298828125, - -0.027801513671875, - -0.07440185546875, - -0.025604248046875, - 0.039215087890625, - 0.010406494140625, - -0.023712158203125, - 0.0092010498046875, - 0.0068511962890625, - -0.016510009765625, - -0.024505615234375, - -0.060821533203125, - -0.019805908203125, - -0.01430511474609375, - -0.03240966796875, - 0.028411865234375, - 0.000640869140625, - -0.012603759765625, - -0.02130126953125, - -0.02960205078125, - -0.01035308837890625, - 0.042816162109375, - -0.03240966796875, - 0.053619384765625, - 0.022613525390625, - 0.01230621337890625, - 0.0576171875, - 0.0576171875, - -0.0088043212890625, - 0.002513885498046875, - -0.0131072998046875, - -0.0660400390625, - 0.02880859375, - -0.0045013427734375, - 0.0021877288818359375, - -0.049407958984375, - -0.00397491455078125, - 0.057220458984375, - -0.067626953125, - 0.0260009765625, - -0.00640106201171875, - -0.004100799560546875, - -0.062408447265625, - 0.0177001953125, - 0.0086517333984375, - 0.0244140625, - 0.085205078125, - -0.005428314208984375, - -0.0207061767578125, - -0.01520538330078125, - -0.04681396484375, - 0.045013427734375, - 0.007801055908203125, - 0.03759765625, - -0.042816162109375, - 0.016998291015625, - 0.0246124267578125, - -0.0232086181640625, - 0.0160064697265625, - -0.0736083984375, - 0.00984954833984375, - 0.0175018310546875, - 0.004901885986328125, - -0.00135040283203125, - -0.01560211181640625, - -0.060028076171875, - -0.026611328125, - -0.0193023681640625, - 0.005126953125, - 0.022308349609375, - 0.00804901123046875, - -0.044403076171875, - -0.033599853515625, - -0.018402099609375, - -0.046417236328125, - -0.046600341796875, - -0.041015625, - 0.03179931640625, - 0.0260009765625, - -0.04681396484375, - 0.00350189208984375, - -0.006900787353515625, - 0.0222015380859375, - 0.032196044921875, - 0.05242919921875, - -0.060028076171875, - -0.003551483154296875, - 0.0178070068359375, - 0.0264129638671875, - 0.01300048828125, - -0.00785064697265625, - -0.019012451171875, - 0.0124053955078125, - 0.0207061767578125, - -0.05963134765625, - 0.0258026123046875, - 0.020904541015625, - -0.037200927734375, - -0.060028076171875, - -0.0218048095703125, - -0.041412353515625, - 0.03240966796875, - -0.0171051025390625, - 0.043609619140625, - 0.0012502670288085938, - -0.0264129638671875, - -0.0823974609375, - 0.04962158203125, - -0.0029506683349609375, - 0.02880859375, - 0.0104522705078125, - -0.0308074951171875, - -0.0338134765625, - -0.033416748046875, - -0.047210693359375, - 0.022613525390625, - -0.026214599609375, - 0.0217132568359375, - 0.012451171875, - -0.006702423095703125, - 0.01340484619140625, - 0.010101318359375, - 0.0099029541015625, - 0.0592041015625, - -0.004627227783203125, - -0.0382080078125, - 0.08880615234375, - -0.018798828125, - 0.0338134765625, - 0.007053375244140625, - 0.0316162109375, - -0.01000213623046875, - -0.0063018798828125, - -0.01800537109375, - 0.022308349609375, - 0.053619384765625, - 0.049224853515625, - -0.0082550048828125, - 0.0214996337890625, - -0.01074981689453125, - 0.031005859375, - 0.004199981689453125, - -0.0258026123046875, - 0.001750946044921875, - -0.0019502639770507812, - -0.039215087890625, - 0.00557708740234375, - -0.0438232421875, - -0.05963134765625, - 0.004901885986328125, - -0.058013916015625, - -0.0200042724609375, - 0.007251739501953125, - 0.018310546875, - 0.032196044921875, - -0.04119873046875, - 0.043609619140625, - 0.0029392242431640625, - -0.01165008544921875, - -0.032012939453125, - 0.0016756057739257812, - -0.0033016204833984375, - 0.033599853515625, - 0.024505615234375, - -0.039825439453125, - 0.016510009765625, - -0.02520751953125, - -0.03680419921875, - -0.0100555419921875, - 0.024505615234375, - -0.04522705078125, - 0.03302001953125, - -0.0660400390625, - -0.0186004638671875, - 0.03759765625, - 0.0286102294921875, - -0.0036258697509765625, - -0.018798828125, - 0.043426513671875, - -0.042205810546875, - -0.042816162109375, - 0.00440216064453125, - -0.014007568359375, - -0.0139007568359375, - 0.0196075439453125, - -0.003475189208984375, - 0.0019502639770507812, - -0.004077911376953125, - 0.0118560791015625, - 0.02880859375, - 0.034210205078125, - 0.0233001708984375, - 0.0013380050659179688, - 0.027008056640625, - -0.013702392578125, - 0.02239990234375, - 0.0207061767578125, - 0.0039005279541015625, - -0.005950927734375, - 0.020904541015625, - 0.010101318359375, - -0.07403564453125, - 0.006900787353515625, - -0.0235137939453125, - -0.06402587890625, - 0.0097503662109375, - 0.08599853515625, - 0.0416259765625, - -0.0207061767578125, - 0.0290069580078125, - 0.037811279296875, - 0.0149078369140625, - 0.007350921630859375, - -0.00970458984375, - -0.04022216796875, - 0.00730133056640625, - 0.025604248046875, - 0.043609619140625, - -0.0692138671875, - 0.06964111328125, - 0.08721923828125, - -0.00487518310546875, - -0.0308074951171875, - -0.0018377304077148438, - 0.003200531005859375, - 0.0504150390625, - 0.0604248046875, - 0.020111083984375, - -0.0635986328125, - 0.0021877288818359375, - 0.0268096923828125, - 0.00475311279296875, - -0.0160064697265625, - -0.039398193359375, - -0.027008056640625, - 0.051605224609375, - -0.0804443359375, - -0.022003173828125, - 0.0166015625, - 0.053619384765625, - -0.0009751319885253906, - -0.019012451171875, - -0.002124786376953125, - 0.0167999267578125, - 0.0229034423828125, - -0.01230621337890625, - 0.0033016204833984375, - 0.047821044921875, - -0.0135040283203125, - 0.017303466796875, - 0.03802490234375, - -0.00800323486328125, - 0.0604248046875, - 0.022308349609375, - -0.033416748046875, - 0.04400634765625, - 0.0312042236328125, - 0.03302001953125, - 0.002124786376953125, - -0.050628662109375, - -0.0228118896484375, - -0.0084991455078125, - -0.00004965066909790039, - 0.022003173828125, - 0.045013427734375, - 0.026214599609375, - -0.0146026611328125, - -0.0167083740234375, - 0.0338134765625, - 0.0235137939453125, - 0.0294036865234375, - 0.0560302734375, - 0.0013132095336914062, - 0.014007568359375, - 0.02301025390625, - 0.0166015625, - -0.0182037353515625, - 0.04901123046875, - -0.035614013671875, - 0.0020751953125, - -0.046600341796875, - -0.0163116455078125, - 0.00460052490234375, - -0.03021240234375, - -0.02960205078125, - -0.038604736328125, - 0.0290069580078125, - -0.036224365234375, - -0.033416748046875, - -0.021209716796875, - 0.036407470703125, - -0.0294036865234375, - -0.0017633438110351562, - 0.0276031494140625, - -0.01360321044921875, - 0.0258026123046875, - -0.03521728515625, - 0.0760498046875, - 0.02490234375, - 0.02801513671875, - -0.01560211181640625, - 0.020111083984375, - 0.03179931640625, - -0.0018253326416015625, - 0.011505126953125, - 0.0247039794921875, - 0.01265716552734375, - 0.039215087890625, - 0.0228118896484375, - 0.0068511962890625, - -0.0338134765625, - 0.0247039794921875, - 0.0042266845703125, - -0.02960205078125, - 0.02880859375, - 0.00029850006103515625, - 0.031005859375, - -0.014801025390625, - -0.00279998779296875, - 0.0020999908447265625, - -0.05963134765625, - 0.042205810546875, - 0.0047760009765625, - 0.042816162109375, - 0.0221099853515625, - -0.045623779296875, - 0.057220458984375, - 0.0174102783203125, - 0.046600341796875, - -0.04119873046875, - 0.046600341796875, - -0.00870513916015625, - -0.000640869140625, - -0.01215362548828125, - -0.003376007080078125, - -0.01290130615234375, - 0.03460693359375, - -0.0260009765625, - 0.049407958984375, - 0.0404052734375, - 0.0015316009521484375, - -0.05401611328125, - -0.00905609130859375, - 0.023101806640625, - 0.014404296875, - 0.032806396484375, - -0.060821533203125, - -0.010955810546875, - -0.0024127960205078125, - 0.06280517578125, - 0.06121826171875, - -0.0021381378173828125, - 0.0308074951171875, - -0.001888275146484375, - -0.0110015869140625, - 0.00592803955078125, - -0.06439208984375 - ], - "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_Linkurious", - "type": "tool", - "name": "Linkurious", - "content": "linkurious intuitive graph‑visualisierungs‑ und analyseplattform, die graphdatenbanken wie neo4j überlagert und ermittler:innen dabei unterstützt, versteckte beziehungen in betrugs‑, aml‑ und sicherheitsfällen aufzudecken. leistungsstarke filter, geo‑ und zeitachsenansichten sowie automatisierungsvorlagen erleichtern das hunten komplexer netzwerke und das erstellen aussagekräftiger beweisgrafiken. graph-visualisierung link-analysis aml fraud fraud-investigation network-forensics incident-response analysis reporting", - "embedding": [ - -0.0136871337890625, - 0.0233612060546875, - 0.0579833984375, - 0.00734710693359375, - 0.04248046875, - 0.03582763671875, - 0.01036834716796875, - -0.035430908203125, - -0.01690673828125, - -0.02838134765625, - -0.009307861328125, - 0.05517578125, - 0.0200347900390625, - 0.004680633544921875, - -0.0592041015625, - 0.05718994140625, - -0.0206298828125, - 0.0390625, - 0.0035991668701171875, - -0.040069580078125, - -0.008453369140625, - -0.0312042236328125, - -0.049530029296875, - 0.0139923095703125, - 0.007904052734375, - 0.0350341796875, - -0.00920867919921875, - -0.05877685546875, - -0.010467529296875, - -0.005786895751953125, - 0.01006317138671875, - -0.032623291015625, - -0.03704833984375, - 0.0303955078125, - -0.0056610107421875, - -0.0177154541015625, - 0.00946044921875, - -0.048126220703125, - -0.0089569091796875, - 0.0207366943359375, - 0.0146942138671875, - -0.01238250732421875, - -0.0149993896484375, - -0.018218994140625, - -0.0167083740234375, - -0.03240966796875, - -0.0164031982421875, - -0.02386474609375, - -0.001811981201171875, - -0.0122833251953125, - 0.0251617431640625, - 0.019927978515625, - 0.0149993896484375, - -0.00548553466796875, - -0.02838134765625, - 0.0200347900390625, - 0.00362396240234375, - -0.0160064697265625, - -0.04248046875, - 0.041259765625, - -0.0224456787109375, - 0.011474609375, - -0.0081024169921875, - -0.00556182861328125, - 0.007904052734375, - 0.02386474609375, - -0.0322265625, - -0.018524169921875, - 0.02960205078125, - 0.007198333740234375, - 0.0316162109375, - 0.00734710693359375, - 0.018218994140625, - 0.023956298828125, - 0.0015163421630859375, - -0.034423828125, - -0.006366729736328125, - 0.0252685546875, - -0.02264404296875, - 0.005283355712890625, - -0.027374267578125, - -0.01016998291015625, - 0.04791259765625, - -0.0153045654296875, - -0.0211334228515625, - 0.00820159912109375, - 0.027374267578125, - 0.01812744140625, - -0.015899658203125, - 0.024261474609375, - 0.004100799560546875, - 0.0026416778564453125, - 0.044891357421875, - -0.0312042236328125, - 0.040252685546875, - 0.05194091796875, - -0.0217437744140625, - -0.016204833984375, - -0.004581451416015625, - 0.0098114013671875, - 0.0187225341796875, - -0.0184173583984375, - 0.05999755859375, - -0.01439666748046875, - 0.059600830078125, - -0.0173187255859375, - 0.0261688232421875, - -0.021636962890625, - 0.006946563720703125, - -0.0118255615234375, - -0.0970458984375, - -0.0234527587890625, - -0.03564453125, - -0.05316162109375, - -0.005889892578125, - 0.027984619140625, - -0.0017995834350585938, - 0.04852294921875, - -0.05517578125, - -0.0567626953125, - 0.0269775390625, - 0.0235595703125, - -0.00936126708984375, - 0.00734710693359375, - -0.026580810546875, - -0.049530029296875, - 0.0170135498046875, - 0.051544189453125, - -0.05718994140625, - -0.01203155517578125, - 0.005588531494140625, - -0.0263671875, - -0.0019254684448242188, - -0.050933837890625, - 0.00548553466796875, - -0.038055419921875, - 0.041259765625, - -0.0230560302734375, - -0.0257720947265625, - 0.0085601806640625, - 0.043487548828125, - -0.035247802734375, - -0.0716552734375, - 0.0043792724609375, - -0.038238525390625, - 0.002353668212890625, - 0.0027179718017578125, - 0.044708251953125, - -0.03985595703125, - 0.006542205810546875, - -0.0176239013671875, - 0.0254669189453125, - 0.058380126953125, - -0.0018749237060546875, - -0.00591278076171875, - -0.04388427734375, - -0.0142974853515625, - -0.0190277099609375, - 0.016204833984375, - -0.0237579345703125, - 0.01308441162109375, - 0.02496337890625, - 0.0240631103515625, - 0.0203399658203125, - -0.0160064697265625, - -0.045501708984375, - -0.053558349609375, - 0.0057373046875, - 0.011322021484375, - -0.0112762451171875, - 0.020843505859375, - 0.003574371337890625, - 0.055572509765625, - 0.0579833984375, - -0.00870513916015625, - 0.0430908203125, - 0.01459503173828125, - -0.03765869140625, - 0.05316162109375, - 0.016815185546875, - 0.0031452178955078125, - -0.00226593017578125, - 0.0291900634765625, - -0.0049591064453125, - 0.01540374755859375, - -0.006744384765625, - -0.02838134765625, - -0.01922607421875, - -0.0045318603515625, - 0.00885772705078125, - -0.04449462890625, - -0.0322265625, - -0.0281829833984375, - 0.0271759033203125, - 0.0234527587890625, - 0.06927490234375, - -0.00616455078125, - -0.025665283203125, - 0.0172119140625, - 0.0303955078125, - 0.003749847412109375, - 0.0224456787109375, - -0.01021575927734375, - 0.04449462890625, - 0.0303955078125, - 0.02960205078125, - -0.0243682861328125, - 0.0263671875, - 0.020233154296875, - 0.004932403564453125, - 0.003749847412109375, - 0.060791015625, - -0.0338134765625, - -0.02899169921875, - -0.03424072265625, - -0.038665771484375, - -0.0039005279541015625, - -0.005084991455078125, - -0.0139923095703125, - 0.005889892578125, - -0.00428009033203125, - -0.056365966796875, - -0.0257720947265625, - 0.0172119140625, - -0.036834716796875, - 0.0254669189453125, - 0.011627197265625, - -0.0308074951171875, - 0.026580810546875, - 0.02960205078125, - 0.027587890625, - 0.04168701171875, - -0.0030460357666015625, - -0.005084991455078125, - -0.0153045654296875, - -0.0062408447265625, - 0.0499267578125, - 0.05194091796875, - 0.02386474609375, - 0.005283355712890625, - -0.034027099609375, - 0.006591796875, - -0.0247650146484375, - 0.0287933349609375, - 0.030609130859375, - -0.01812744140625, - -0.00885772705078125, - -0.006542205810546875, - 0.0183258056640625, - 0.058380126953125, - -0.044281005859375, - -0.0019130706787109375, - -0.05596923828125, - 0.014495849609375, - -0.06964111328125, - -0.0221405029296875, - -0.03564453125, - -0.034820556640625, - 0.06524658203125, - -0.04571533203125, - -0.01389312744140625, - -0.00447845458984375, - 0.03643798828125, - 0.02294921875, - 0.04248046875, - 0.007701873779296875, - -0.02960205078125, - -0.022552490234375, - 0.06524658203125, - 0.018218994140625, - -0.0040283203125, - -0.0028438568115234375, - 0.0362548828125, - 0.01117706298828125, - 0.01690673828125, - 0.0108184814453125, - 0.026580810546875, - 0.02960205078125, - 0.0384521484375, - 0.0157012939453125, - -0.01509857177734375, - 0.02899169921875, - -0.0180206298828125, - 0.0303955078125, - -0.07568359375, - -0.006366729736328125, - -0.00521087646484375, - 0.01152801513671875, - 0.0139923095703125, - -0.090576171875, - 0.003246307373046875, - 0.020538330078125, - 0.0002799034118652344, - -0.00850677490234375, - -0.0023784637451171875, - -0.0452880859375, - 0.0390625, - 0.0084075927734375, - -0.0011892318725585938, - 0.009918212890625, - 0.051544189453125, - -0.0660400390625, - 0.0254669189453125, - 0.006443023681640625, - 0.020538330078125, - -0.036041259765625, - -0.01318359375, - -0.0203399658203125, - -0.020538330078125, - -0.0316162109375, - -0.0243682861328125, - 0.03179931640625, - -0.0390625, - 0.01152801513671875, - -0.0191192626953125, - -0.0020389556884765625, - -0.031005859375, - -0.05194091796875, - 0.006343841552734375, - -0.0220489501953125, - -0.055572509765625, - -0.002227783203125, - 0.04852294921875, - 0.02386474609375, - 0.0016040802001953125, - -0.005462646484375, - -0.00946044921875, - -0.0223541259765625, - 0.0137939453125, - 0.00556182861328125, - 0.01540374755859375, - -0.0015039443969726562, - 0.04571533203125, - 0.023651123046875, - 0.036041259765625, - 0.01268768310546875, - 0.08251953125, - 0.0233612060546875, - -0.033416748046875, - 0.014190673828125, - 0.0210418701171875, - -0.0221405029296875, - 0.03924560546875, - 0.0170135498046875, - -0.0233612060546875, - -0.03424072265625, - -0.04046630859375, - 0.0136871337890625, - 0.04327392578125, - 0.00641632080078125, - 0.0149993896484375, - -0.0203399658203125, - -0.014495849609375, - 0.052337646484375, - -0.033416748046875, - 0.09100341796875, - -0.031005859375, - -0.048919677734375, - 0.0008807182312011719, - 0.0384521484375, - -0.016510009765625, - -0.0114288330078125, - 0.03643798828125, - -0.01318359375, - -0.006591796875, - 0.01922607421875, - -0.01490020751953125, - 0.033416748046875, - -0.00749969482421875, - 0.001811981201171875, - 0.03424072265625, - -0.006542205810546875, - 0.025970458984375, - 0.0316162109375, - 0.01690673828125, - 0.01036834716796875, - 0.0183258056640625, - -0.049530029296875, - -0.00218963623046875, - -0.046722412109375, - -0.052337646484375, - 0.0263671875, - 0.01439666748046875, - 0.01580810546875, - 0.0338134765625, - -0.04510498046875, - -0.042694091796875, - 0.01409149169921875, - -0.0308074951171875, - 0.0648193359375, - 0.033233642578125, - 0.006793975830078125, - 0.01690673828125, - -0.0137939453125, - 0.0010004043579101562, - 0.036834716796875, - 0.027374267578125, - 0.03704833984375, - 0.05194091796875, - 0.0316162109375, - 0.03424072265625, - -0.019622802734375, - 0.030609130859375, - 0.004680633544921875, - 0.041259765625, - 0.002704620361328125, - 0.0303955078125, - 0.03582763671875, - 0.054351806640625, - -0.0452880859375, - 0.06805419921875, - 0.020843505859375, - -0.03564453125, - 0.003749847412109375, - -0.0263671875, - 0.0155029296875, - -0.058380126953125, - 0.0029449462890625, - -0.006744384765625, - 0.00749969482421875, - 0.002780914306640625, - -0.0005125999450683594, - -0.040679931640625, - -0.004779815673828125, - 0.053955078125, - -0.04852294921875, - 0.0180206298828125, - 0.006793975830078125, - -0.027374267578125, - 0.0146942138671875, - -0.014801025390625, - -0.037841796875, - 0.03924560546875, - -0.057586669921875, - -0.035247802734375, - 0.023651123046875, - 0.02325439453125, - -0.0753173828125, - -0.040679931640625, - -0.036834716796875, - 0.0009751319885253906, - -0.021942138671875, - -0.0172119140625, - 0.034637451171875, - -0.0301971435546875, - 0.005084991455078125, - 0.02960205078125, - 0.0021266937255859375, - -0.040069580078125, - -0.0308074951171875, - 0.0291900634765625, - -0.017120361328125, - -0.0430908203125, - 0.01107025146484375, - 0.0217437744140625, - 0.0244598388671875, - -0.0213470458984375, - -0.029388427734375, - 0.01268768310546875, - -0.009063720703125, - -0.012481689453125, - 0.024658203125, - -0.0267791748046875, - -0.0322265625, - -0.034637451171875, - 0.03765869140625, - 0.01751708984375, - 0.0269775390625, - 0.0021266937255859375, - -0.04730224609375, - 0.01348876953125, - -0.053558349609375, - -0.00955963134765625, - 0.00649261474609375, - 0.00916290283203125, - -0.02557373046875, - 0.06683349609375, - 0.0006289482116699219, - -0.01122283935546875, - -0.0092620849609375, - 0.048919677734375, - 0.0200347900390625, - 0.0008177757263183594, - -0.0430908203125, - 0.054351806640625, - 0.003032684326171875, - -0.051544189453125, - 0.00428009033203125, - -0.021942138671875, - 0.004329681396484375, - 0.044891357421875, - -0.0277862548828125, - 0.00916290283203125, - 0.021942138671875, - -0.05718994140625, - -0.01611328125, - -0.03643798828125, - -0.033233642578125, - -0.0269775390625, - 0.0231475830078125, - 0.027587890625, - -0.01092529296875, - 0.044281005859375, - 0.020233154296875, - -0.034027099609375, - 0.0170135498046875, - -0.0022907257080078125, - -0.0312042236328125, - 0.0261688232421875, - -0.06280517578125, - -0.036834716796875, - -0.019927978515625, - 0.021942138671875, - -0.0183258056640625, - 0.01953125, - -0.004352569580078125, - -0.029998779296875, - 0.0128326416015625, - -0.029998779296875, - 0.007801055908203125, - -0.014801025390625, - -0.0118255615234375, - -0.0269775390625, - -0.0244598388671875, - 0.017120361328125, - 0.02557373046875, - -0.01358795166015625, - 0.024566650390625, - 0.031402587890625, - -0.058380126953125, - -0.016815185546875, - 0.00189971923828125, - -0.0017490386962890625, - 0.01016998291015625, - -0.029388427734375, - -0.006366729736328125, - -0.008453369140625, - 0.0567626953125, - -0.0250701904296875, - -0.02838134765625, - -0.0865478515625, - 0.0223541259765625, - 0.0006890296936035156, - -0.01611328125, - -0.0251617431640625, - -0.027374267578125, - -0.06280517578125, - -0.0174102783203125, - 0.038055419921875, - 0.0252685546875, - 0.0269775390625, - -0.0281829833984375, - -0.0271759033203125, - -0.00916290283203125, - -0.0499267578125, - 0.047515869140625, - 0.006191253662109375, - 0.006694793701171875, - 0.0009813308715820312, - 0.000484466552734375, - 0.0224456787109375, - 0.023651123046875, - 0.0281829833984375, - 0.0022525787353515625, - -0.011474609375, - -0.038055419921875, - 0.01273345947265625, - -0.0170135498046875, - -0.0316162109375, - 0.0012521743774414062, - -0.00800323486328125, - 0.0247650146484375, - -0.031402587890625, - -0.00870513916015625, - 0.01812744140625, - 0.0235595703125, - 0.02496337890625, - -0.014801025390625, - -0.0261688232421875, - 0.00362396240234375, - 0.019927978515625, - 0.0465087890625, - -0.03363037109375, - -0.0672607421875, - -0.01953125, - 0.0039005279541015625, - 0.03363037109375, - 0.0390625, - -0.00232696533203125, - -0.0197296142578125, - -0.007701873779296875, - 0.038665771484375, - -0.032012939453125, - -0.0592041015625, - -0.038055419921875, - 0.0157012939453125, - 0.0252685546875, - 0.020538330078125, - -0.011474609375, - 0.0728759765625, - 0.01157379150390625, - -0.005283355712890625, - 0.024658203125, - 0.042877197265625, - 0.0243682861328125, - -0.0187225341796875, - -0.07366943359375, - -0.01560211181640625, - -0.0233612060546875, - -0.048919677734375, - -0.0269775390625, - -0.009765625, - 0.0235595703125, - -0.06280517578125, - -0.006542205810546875, - -0.0241546630859375, - 0.01409149169921875, - 0.0211334228515625, - -0.012786865234375, - -0.01218414306640625, - 0.0372314453125, - 0.0312042236328125, - -0.018524169921875, - -0.0257720947265625, - 0.01177978515625, - 0.009063720703125, - 0.033416748046875, - 0.007198333740234375, - -0.046722412109375, - 0.029388427734375, - 0.008758544921875, - 0.00966644287109375, - 0.009063720703125, - 0.04168701171875, - 0.033233642578125, - -0.003322601318359375, - 0.024871826171875, - 0.093017578125, - -0.026580810546875, - -0.024871826171875, - 0.0146942138671875, - 0.014801025390625, - 0.029998779296875, - 0.050323486328125, - -0.0191192626953125, - -0.0021514892578125, - 0.003448486328125, - -0.05133056640625, - -0.029998779296875, - 0.00521087646484375, - 0.008056640625, - -0.02496337890625, - -0.034027099609375, - 0.01137542724609375, - -0.05194091796875, - 0.032012939453125, - -0.0094146728515625, - -0.01389312744140625, - -0.00689697265625, - 0.0458984375, - -0.017822265625, - -0.048736572265625, - 0.0201263427734375, - -0.00916290283203125, - -0.018524169921875, - -0.0174102783203125, - -0.032806396484375, - 0.01459503173828125, - -0.00606536865234375, - -0.08538818359375, - -0.0004875659942626953, - 0.03240966796875, - -0.01071929931640625, - -0.0648193359375, - 0.0128326416015625, - 0.01021575927734375, - -0.00955963134765625, - -0.01953125, - -0.0477294921875, - -0.034637451171875, - -0.00201416015625, - -0.050933837890625, - -0.0157012939453125, - 0.0070953369140625, - -0.0384521484375, - -0.00865936279296875, - 0.00920867919921875, - -0.0085601806640625, - 0.03179931640625, - -0.01268768310546875, - 0.0261688232421875, - 0.04449462890625, - 0.007701873779296875, - 0.022247314453125, - 0.0499267578125, - 0.0007801055908203125, - 0.01218414306640625, - 0.0031585693359375, - -0.032623291015625, - 0.00775146484375, - -0.016510009765625, - 0.0146942138671875, - -0.07086181640625, - -0.004833221435546875, - 0.038665771484375, - -0.06884765625, - 0.0287933349609375, - 0.03643798828125, - -0.00445556640625, - -0.038238525390625, - 0.01439666748046875, - -0.006038665771484375, - 0.0167083740234375, - 0.08251953125, - -0.0163116455078125, - -0.00014710426330566406, - 0.01611328125, - -0.03240966796875, - 0.05474853515625, - -0.00005936622619628906, - -0.005157470703125, - -0.038665771484375, - 0.0146942138671875, - 0.020538330078125, - -0.0123291015625, - 0.0089569091796875, - -0.067626953125, - -0.028594970703125, - 0.03765869140625, - 0.00860595703125, - 0.01273345947265625, - 0.00649261474609375, - -0.0277862548828125, - 0.0007143020629882812, - -0.031005859375, - 0.02838134765625, - -0.0025920867919921875, - 0.0252685546875, - -0.036041259765625, - -0.004405975341796875, - -0.0183258056640625, - -0.05517578125, - -0.036651611328125, - -0.01983642578125, - -0.002063751220703125, - -0.01268768310546875, - -0.029388427734375, - 0.0183258056640625, - 0.0153045654296875, - 0.029998779296875, - 0.032806396484375, - 0.05194091796875, - -0.024566650390625, - -0.009613037109375, - 0.018218994140625, - 0.031005859375, - 0.0194244384765625, - -0.00354766845703125, - 0.01348876953125, - 0.0193328857421875, - 0.0172119140625, - -0.048126220703125, - 0.018218994140625, - 0.053955078125, - 0.00003814697265625, - -0.05517578125, - 0.0085601806640625, - -0.032012939453125, - 0.03643798828125, - -0.0316162109375, - 0.040252685546875, - -0.0085601806640625, - 0.0011072158813476562, - -0.08978271484375, - 0.04046630859375, - -0.01087188720703125, - 0.02294921875, - 0.027374267578125, - -0.03424072265625, - -0.064453125, - -0.040679931640625, - -0.0180206298828125, - 0.030609130859375, - -0.0170135498046875, - 0.021636962890625, - 0.001163482666015625, - 0.00513458251953125, - 0.0184173583984375, - 0.0091094970703125, - -0.00540924072265625, - 0.0362548828125, - 0.00971221923828125, - -0.0362548828125, - 0.07330322265625, - -0.028594970703125, - 0.036834716796875, - -0.003826141357421875, - 0.0006542205810546875, - 0.0187225341796875, - -0.016510009765625, - -0.034423828125, - -0.000988006591796875, - 0.02325439453125, - 0.028594970703125, - -0.0046539306640625, - 0.010772705078125, - -0.0114288330078125, - 0.02960205078125, - 0.0017490386962890625, - -0.022247314453125, - 0.02386474609375, - 0.01519775390625, - -0.0308074951171875, - -0.00850677490234375, - -0.050933837890625, - -0.08135986328125, - -0.0277862548828125, - -0.04791259765625, - -0.01490020751953125, - -0.011627197265625, - -0.005184173583984375, - 0.01052093505859375, - -0.06805419921875, - 0.0308074951171875, - -0.00800323486328125, - -0.0372314453125, - -0.0207366943359375, - -0.01036834716796875, - -0.0384521484375, - 0.060394287109375, - 0.01006317138671875, - -0.0176239013671875, - 0.02264404296875, - -0.0220489501953125, - -0.01439666748046875, - 0.020538330078125, - -0.0203399658203125, - -0.040252685546875, - 0.02496337890625, - -0.08575439453125, - -0.032012939453125, - 0.0109710693359375, - 0.0291900634765625, - -0.0006070137023925781, - -0.01102447509765625, - 0.034637451171875, - 0.00136566162109375, - -0.05596923828125, - 0.036651611328125, - 0.021240234375, - -0.00354766845703125, - 0.01006317138671875, - 0.018524169921875, - -0.003498077392578125, - -0.004405975341796875, - 0.0223541259765625, - 0.034637451171875, - 0.034027099609375, - 0.01006317138671875, - 0.00086212158203125, - 0.0240631103515625, - -0.04046630859375, - 0.0172119140625, - 0.01168060302734375, - 0.0298004150390625, - -0.000431060791015625, - 0.010772705078125, - -0.0200347900390625, - -0.1063232421875, - -0.0430908203125, - -0.00951385498046875, - -0.06402587890625, - 0.0008745193481445312, - 0.06683349609375, - 0.035247802734375, - -0.0021648406982421875, - 0.0176239013671875, - 0.00420379638671875, - 0.029998779296875, - 0.0384521484375, - -0.0017490386962890625, - -0.07366943359375, - -0.00749969482421875, - 0.0243682861328125, - 0.05194091796875, - -0.055572509765625, - 0.053955078125, - 0.063232421875, - -0.025970458984375, - -0.048919677734375, - 0.0048065185546875, - 0.004680633544921875, - 0.053955078125, - 0.011627197265625, - 0.0058135986328125, - -0.06646728515625, - 0.01439666748046875, - 0.027984619140625, - -0.003208160400390625, - -0.01067352294921875, - -0.0217437744140625, - -0.03179931640625, - 0.056365966796875, - -0.044891357421875, - -0.0174102783203125, - 0.002490997314453125, - 0.058380126953125, - 0.0112762451171875, - -0.052337646484375, - -0.01172637939453125, - 0.04046630859375, - 0.018524169921875, - -0.0137939453125, - 0.0108184814453125, - -0.01117706298828125, - -0.0006985664367675781, - 0.0174102783203125, - 0.0648193359375, - -0.004756927490234375, - 0.0579833984375, - 0.01953125, - -0.035430908203125, - 0.003421783447265625, - 0.018218994140625, - 0.0101165771484375, - -0.00689697265625, - -0.0247650146484375, - 0.0000438690185546875, - -0.040069580078125, - 0.04913330078125, - 0.02838134765625, - 0.0271759033203125, - 0.040679931640625, - -0.0015544891357421875, - 0.01001739501953125, - 0.005462646484375, - 0.054351806640625, - 0.059600830078125, - 0.0338134765625, - -0.0108184814453125, - 0.02899169921875, - 0.029388427734375, - -0.01580810546875, - -0.01203155517578125, - 0.05194091796875, - -0.03424072265625, - 0.0137939453125, - -0.04107666015625, - 0.01611328125, - 0.0190277099609375, - -0.0231475830078125, - -0.031005859375, - -0.030609130859375, - -0.0028934478759765625, - -0.0187225341796875, - -0.0194244384765625, - -0.02325439453125, - 0.050750732421875, - -0.0567626953125, - 0.047119140625, - 0.04931640625, - -0.0122833251953125, - 0.033416748046875, - -0.03924560546875, - 0.07891845703125, - 0.019622802734375, - 0.0277862548828125, - -0.02264404296875, - 0.0241546630859375, - 0.0458984375, - -0.004680633544921875, - -0.010772705078125, - 0.01580810546875, - -0.0016613006591796875, - 0.04974365234375, - 0.01001739501953125, - 0.017120361328125, - -0.05877685546875, - 0.020843505859375, - 0.0085601806640625, - -0.04449462890625, - 0.053558349609375, - 0.0316162109375, - 0.0271759033203125, - -0.0160064697265625, - -0.0094146728515625, - -0.0028934478759765625, - -0.05999755859375, - 0.05718994140625, - 0.0254669189453125, - 0.001163482666015625, - 0.00614166259765625, - -0.06280517578125, - 0.047119140625, - 0.01439666748046875, - 0.058380126953125, - -0.0430908203125, - 0.0241546630859375, - -0.0029697418212890625, - 0.006694793701171875, - -0.033416748046875, - -0.0016355514526367188, - 0.01358795166015625, - 0.027374267578125, - -0.028594970703125, - 0.037841796875, - 0.0418701171875, - -0.00420379638671875, - -0.050323486328125, - -0.0153045654296875, - 0.0203399658203125, - 0.0031833648681640625, - 0.067626953125, - -0.03424072265625, - -0.03424072265625, - -0.007904052734375, - 0.0237579345703125, - 0.042083740234375, - -0.01348876953125, - 0.025970458984375, - 0.002704620361328125, - 0.0033969879150390625, - -0.0234527587890625, - -0.015899658203125 - ], - "metadata": { - "domains": [ - "fraud-investigation", - "network-forensics", - "incident-response" - ], - "phases": [ - "analysis", - "reporting" - ], - "tags": [ - "graph-visualisierung", - "link-analysis", - "aml", - "fraud" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Maltego", - "type": "tool", - "name": "Maltego", - "content": "maltego die link-analysis-suite transformiert osint-recherchen in visuelle netzwerke für fraud-ermittlungen und threat-intelligence. graph-basierte darstellung zeigt verbindungen zwischen personen, domains, ip-adressen, social-media- accounts intuitiv. transform-engine automatisiert datensammlung aus hunderten quellen: dns-records, whois-daten, social-networks, darkweb-mentions. besonders mächtig für bec-fraud: email-to-domain-to-infrastructure-mapping enthüllt scammer-netzwerke. die maltego-teeth-integration bringt kommerzielle datenquellen. machine-learning-algorithmen finden versteckte cluster. collaboration-features für team-ermittlungen. case-management dokumentiert recherche-pfade. export zu verschiedenen formaten für reports. die community-edition (kostenlos) limitiert auf 12 entities, aber ausreichend für kleinere fälle. professional-versionen (ab 999€) entfernen limits. standard-tool für financial-crime-units und osint-analysten weltweit. osint link-analysis fraud-investigation network-forensics analysis", - "embedding": [ - -0.03369140625, - 0.027008056640625, - 0.04547119140625, - 0.00036597251892089844, - 0.030609130859375, - 0.035400390625, - 0.041534423828125, - -0.018890380859375, - -0.00914764404296875, - 0.005298614501953125, - -0.0186309814453125, - 0.0328369140625, - -0.002532958984375, - 0.00696563720703125, - -0.06500244140625, - 0.061553955078125, - 0.0058135986328125, - 0.0230865478515625, - 0.00867462158203125, - 0.00589752197265625, - -0.00611114501953125, - 0.004123687744140625, - -0.05438232421875, - 0.001987457275390625, - 0.019744873046875, - 0.00957489013671875, - -0.03607177734375, - -0.05780029296875, - -0.003612518310546875, - -0.00765228271484375, - 0.01171112060546875, - -0.037628173828125, - -0.023773193359375, - 0.033172607421875, - -0.0122222900390625, - -0.02923583984375, - -0.009063720703125, - -0.031982421875, - -0.04034423828125, - 0.016754150390625, - -0.0084228515625, - -0.0010471343994140625, - 0.0216217041015625, - -0.00782012939453125, - -0.053680419921875, - -0.033843994140625, - -0.00675201416015625, - -0.0101318359375, - 0.0010690689086914062, - 0.008636474609375, - 0.018890380859375, - 0.03436279296875, - 0.01555633544921875, - -0.01081085205078125, - -0.039154052734375, - 0.0222320556640625, - 0.0199127197265625, - -0.03094482421875, - -0.045135498046875, - 0.026336669921875, - -0.047882080078125, - 0.00408172607421875, - -0.009490966796875, - -0.007778167724609375, - 0.0123138427734375, - 0.01047515869140625, - -0.0239410400390625, - -0.0282135009765625, - 0.013763427734375, - -0.002971649169921875, - 0.00812530517578125, - 0.00931549072265625, - 0.0166778564453125, - 0.0017843246459960938, - -0.0173492431640625, - -0.0413818359375, - -0.0156402587890625, - 0.037445068359375, - -0.01256561279296875, - 0.0015497207641601562, - -0.046173095703125, - 0.0010528564453125, - 0.050262451171875, - -0.0276947021484375, - -0.0139312744140625, - -0.003162384033203125, - 0.039154052734375, - 0.0006651878356933594, - -0.0049591064453125, - 0.0019779205322265625, - 0.00504302978515625, - 0.0084228515625, - 0.02239990234375, - -0.02752685546875, - 0.053680419921875, - 0.034881591796875, - -0.0304412841796875, - 0.00974273681640625, - -0.0130767822265625, - 0.035552978515625, - 0.0194854736328125, - -0.0166778564453125, - 0.035919189453125, - 0.00675201416015625, - 0.039154052734375, - -0.02581787109375, - 0.02496337890625, - -0.0265045166015625, - -0.00919342041015625, - -0.0282135009765625, - -0.07183837890625, - -0.0161590576171875, - -0.0166778564453125, - -0.0670166015625, - -0.0004944801330566406, - 0.0194854736328125, - -0.012054443359375, - 0.0276947021484375, - -0.057098388671875, - -0.050262451171875, - 0.036407470703125, - 0.026336669921875, - 0.0019989013671875, - 0.00012958049774169922, - -0.03863525390625, - -0.06256103515625, - 0.01256561279296875, - 0.033355712890625, - -0.042755126953125, - -0.009918212890625, - -0.0265045166015625, - -0.026153564453125, - 0.0028858184814453125, - -0.02667236328125, - 0.013336181640625, - -0.0213775634765625, - 0.0247955322265625, - 0.011199951171875, - 0.00036072731018066406, - -0.0126495361328125, - 0.04412841796875, - -0.005405426025390625, - -0.07080078125, - 0.021881103515625, - -0.040679931640625, - -0.0126495361328125, - -0.0058135986328125, - 0.049591064453125, - -0.0287322998046875, - -0.002307891845703125, - -0.0114593505859375, - 0.02154541015625, - 0.06463623046875, - 0.0110321044921875, - 0.0036754608154296875, - -0.03369140625, - -0.0135955810546875, - -0.00354766845703125, - 0.062225341796875, - -0.0020084381103515625, - 0.00611114501953125, - 0.00807952880859375, - 0.02752685546875, - 0.0242767333984375, - -0.0003685951232910156, - -0.0294036865234375, - -0.0225677490234375, - 0.0247955322265625, - 0.00867462158203125, - -0.003292083740234375, - 0.0196685791015625, - 0.0098724365234375, - 0.028045654296875, - 0.061553955078125, - -0.0032062530517578125, - 0.030609130859375, - -0.00572967529296875, - -0.003162384033203125, - 0.03778076171875, - 0.0230865478515625, - -0.011627197265625, - -0.00876617431640625, - 0.040191650390625, - -0.0175323486328125, - 0.020263671875, - -0.0014209747314453125, - -0.0265045166015625, - -0.0148773193359375, - -0.01898193359375, - 0.00829315185546875, - -0.033355712890625, - -0.0200042724609375, - -0.011199951171875, - 0.0273590087890625, - 0.03607177734375, - 0.072509765625, - -0.0204315185546875, - -0.0191497802734375, - 0.034698486328125, - 0.02239990234375, - -0.00743865966796875, - 0.030609130859375, - -0.00962066650390625, - 0.033843994140625, - 0.0225677490234375, - 0.00572967529296875, - -0.0157318115234375, - 0.03369140625, - 0.0328369140625, - -0.0171051025390625, - -0.00611114501953125, - 0.06329345703125, - -0.0207672119140625, - -0.007610321044921875, - -0.0157318115234375, - -0.022064208984375, - -0.01239776611328125, - -0.01727294921875, - -0.00615692138671875, - -0.00765228271484375, - -0.0011272430419921875, - -0.046844482421875, - -0.0170135498046875, - 0.03265380859375, - -0.0135955810546875, - 0.0234222412109375, - 0.004852294921875, - -0.037261962890625, - -0.005985260009765625, - 0.02154541015625, - 0.040679931640625, - 0.011199951171875, - -0.0161590576171875, - -0.0019235610961914062, - -0.006198883056640625, - -0.01090240478515625, - 0.04205322265625, - 0.0499267578125, - 0.0256500244140625, - 0.012054443359375, - -0.0194854736328125, - 0.0265045166015625, - -0.0251312255859375, - 0.0379638671875, - 0.026153564453125, - -0.0049591064453125, - -0.03094482421875, - -0.004573822021484375, - 0.01479339599609375, - 0.07696533203125, - -0.04583740234375, - -0.01325225830078125, - -0.07421875, - 0.0207672119140625, - -0.06671142578125, - -0.04754638671875, - -0.0379638671875, - -0.037109375, - 0.07080078125, - -0.0282135009765625, - -0.0194854736328125, - 0.0019025802612304688, - 0.018890380859375, - 0.0139312744140625, - 0.05572509765625, - 0.0019989013671875, - -0.0276947021484375, - 0.01059722900390625, - 0.0550537109375, - -0.0005745887756347656, - -0.020172119140625, - -0.0005369186401367188, - 0.039154052734375, - -0.0005903244018554688, - 0.0213775634765625, - -0.01367950439453125, - 0.0212860107421875, - 0.033172607421875, - 0.040008544921875, - 0.033843994140625, - -0.0259857177734375, - 0.0196685791015625, - 0.008209228515625, - 0.06396484375, - -0.05780029296875, - -0.03179931640625, - -0.007480621337890625, - 0.02325439453125, - -0.01042938232421875, - -0.046844482421875, - 0.00632476806640625, - 0.02838134765625, - 0.00036334991455078125, - -0.0107269287109375, - -0.00015294551849365234, - -0.037445068359375, - 0.023773193359375, - 0.0018491744995117188, - -0.00931549072265625, - 0.018463134765625, - 0.057098388671875, - -0.04547119140625, - 0.02325439453125, - -0.01239776611328125, - 0.013336181640625, - -0.031280517578125, - -0.039825439453125, - -0.0230865478515625, - -0.0211944580078125, - -0.046844482421875, - -0.0196685791015625, - 0.0174407958984375, - -0.017608642578125, - -0.0038471221923828125, - -0.01384735107421875, - 0.0008068084716796875, - -0.041046142578125, - -0.031646728515625, - 0.00722503662109375, - -0.0302581787109375, - -0.04119873046875, - -0.021881103515625, - 0.04547119140625, - -0.0122222900390625, - -0.0017099380493164062, - -0.00376129150390625, - -0.0311126708984375, - -0.03948974609375, - 0.0011806488037109375, - -0.0247955322265625, - 0.01522064208984375, - 0.004917144775390625, - 0.042388916015625, - 0.0178680419921875, - 0.043426513671875, - 0.0162506103515625, - 0.07110595703125, - 0.035919189453125, - -0.0182952880859375, - 0.00978851318359375, - -0.00008547306060791016, - 0.0186309814453125, - 0.0177764892578125, - -0.01436614990234375, - -0.0204315185546875, - -0.009490966796875, - -0.05059814453125, - 0.02239990234375, - 0.00472259521484375, - 0.0066680908203125, - 0.028045654296875, - -0.0311126708984375, - -0.007480621337890625, - 0.0858154296875, - -0.0005822181701660156, - 0.10736083984375, - -0.0307769775390625, - -0.05780029296875, - 0.003932952880859375, - 0.04754638671875, - -0.029754638671875, - -0.024627685546875, - 0.031280517578125, - -0.01197052001953125, - -0.0161590576171875, - 0.02496337890625, - -0.0127410888671875, - 0.04718017578125, - -0.0196685791015625, - -0.0123138427734375, - 0.035919189453125, - -0.0213775634765625, - -0.003078460693359375, - 0.044464111328125, - 0.028900146484375, - 0.002971649169921875, - 0.0192413330078125, - -0.0211944580078125, - -0.0018596649169921875, - -0.03948974609375, - -0.05572509765625, - 0.035064697265625, - 0.04547119140625, - 0.01128387451171875, - 0.0171051025390625, - -0.02410888671875, - -0.05609130859375, - 0.040008544921875, - -0.028045654296875, - 0.05267333984375, - 0.0482177734375, - 0.00589752197265625, - 0.020599365234375, - -0.037628173828125, - 0.00696563720703125, - 0.050262451171875, - 0.035400390625, - 0.05230712890625, - 0.06329345703125, - 0.026336669921875, - 0.012908935546875, - -0.039337158203125, - 0.02923583984375, - 0.003162384033203125, - -0.0036983489990234375, - 0.007564544677734375, - 0.044464111328125, - 0.0218048095703125, - 0.035552978515625, - -0.0256500244140625, - 0.05096435546875, - 0.030609130859375, - -0.039825439453125, - 0.00807952880859375, - -0.031280517578125, - 0.0222320556640625, - -0.062225341796875, - 0.0009298324584960938, - -0.0005235671997070312, - 0.0100860595703125, - -0.002758026123046875, - 0.0113677978515625, - -0.04754638671875, - -0.0005612373352050781, - 0.056427001953125, - -0.055389404296875, - 0.0170135498046875, - 0.01538848876953125, - -0.01727294921875, - 0.005558013916015625, - -0.016326904296875, - -0.035400390625, - 0.0161590576171875, - -0.050262451171875, - -0.0188140869140625, - 0.006412506103515625, - 0.02496337890625, - -0.0673828125, - -0.01154327392578125, - -0.0482177734375, - -0.01026153564453125, - -0.007480621337890625, - -0.018890380859375, - 0.043243408203125, - -0.004638671875, - 0.00696563720703125, - 0.037628173828125, - 0.0126495361328125, - -0.020599365234375, - -0.03265380859375, - 0.034881591796875, - -0.006626129150390625, - -0.05780029296875, - 0.00722503662109375, - 0.0199127197265625, - 0.011627197265625, - -0.021026611328125, - -0.00322723388671875, - -0.01384735107421875, - 0.02838134765625, - 0.006923675537109375, - 0.020599365234375, - -0.045135498046875, - -0.027191162109375, - -0.0251312255859375, - 0.0447998046875, - 0.012908935546875, - 0.02410888671875, - 0.0157318115234375, - -0.05438232421875, - 0.03179931640625, - -0.06842041015625, - -0.01128387451171875, - -0.0083770751953125, - 0.00637054443359375, - -0.033355712890625, - 0.0653076171875, - -0.0285491943359375, - -0.027191162109375, - -0.0107269287109375, - 0.061553955078125, - 0.0182037353515625, - -0.007778167724609375, - -0.046844482421875, - 0.044464111328125, - 0.01983642578125, - -0.05267333984375, - 0.0131683349609375, - -0.0118865966796875, - 0.0178680419921875, - 0.03094482421875, - -0.049591064453125, - -0.0166778564453125, - -0.0011434555053710938, - -0.0772705078125, - -0.036773681640625, - -0.036590576171875, - -0.036407470703125, - -0.040863037109375, - 0.032135009765625, - 0.0135040283203125, - -0.00568389892578125, - 0.036590576171875, - 0.023590087890625, - -0.004787445068359375, - 0.003910064697265625, - 0.01239776611328125, - -0.026153564453125, - 0.035919189453125, - -0.05780029296875, - -0.036590576171875, - -0.0170135498046875, - 0.035919189453125, - -0.005641937255859375, - 0.0123138427734375, - -0.00824737548828125, - -0.0084228515625, - 0.035400390625, - -0.01727294921875, - -0.00765228271484375, - 0.007266998291015625, - -0.035736083984375, - -0.037109375, - -0.041046142578125, - 0.0212860107421875, - 0.00957489013671875, - -0.00983428955078125, - 0.021881103515625, - 0.0482177734375, - -0.051300048828125, - 0.005855560302734375, - 0.03009033203125, - 0.004383087158203125, - -0.0018377304077148438, - -0.00301361083984375, - -0.00429534912109375, - -0.000013053417205810547, - 0.03265380859375, - -0.035736083984375, - -0.028900146484375, - -0.093017578125, - 0.04547119140625, - 0.0025539398193359375, - -0.0192413330078125, - -0.030609130859375, - -0.04547119140625, - -0.054718017578125, - 0.012054443359375, - 0.048553466796875, - 0.017608642578125, - 0.027191162109375, - -0.0447998046875, - -0.009490966796875, - 0.015899658203125, - -0.05609130859375, - 0.03350830078125, - -0.0006837844848632812, - 0.0114593505859375, - 0.0251312255859375, - -0.053680419921875, - 0.0213775634765625, - 0.01064300537109375, - 0.027191162109375, - 0.002628326416015625, - 0.02239990234375, - -0.0345458984375, - 0.02923583984375, - 0.00927734375, - -0.0247955322265625, - 0.01038360595703125, - -0.00568389892578125, - 0.04119873046875, - -0.028900146484375, - -0.00829315185546875, - 0.017608642578125, - -0.0051727294921875, - 0.0294036865234375, - -0.003910064697265625, - 0.0090179443359375, - 0.0211944580078125, - -0.0038051605224609375, - 0.0653076171875, - -0.042388916015625, - -0.059173583984375, - -0.024444580078125, - 0.017608642578125, - 0.041046142578125, - 0.046844482421875, - 0.010772705078125, - -0.01522064208984375, - 0.0171051025390625, - 0.037445068359375, - 0.0070953369140625, - -0.07421875, - -0.0704345703125, - 0.04376220703125, - 0.038299560546875, - 0.0533447265625, - -0.0022869110107421875, - 0.0858154296875, - 0.0183868408203125, - 0.004703521728515625, - 0.031982421875, - 0.054718017578125, - 0.038818359375, - -0.0178680419921875, - -0.056427001953125, - 0.00914764404296875, - 0.009918212890625, - -0.06597900390625, - -0.047882080078125, - 0.012054443359375, - 0.065673828125, - -0.07080078125, - -0.0032062530517578125, - -0.0282135009765625, - -0.00397491455078125, - 0.025299072265625, - 0.002735137939453125, - -0.006626129150390625, - 0.01213836669921875, - -0.0090179443359375, - -0.02325439453125, - 0.004253387451171875, - -0.0222320556640625, - 0.0014858245849609375, - 0.040008544921875, - 0.0122222900390625, - -0.0234222412109375, - 0.0170135498046875, - 0.013763427734375, - 0.00970458984375, - 0.0311126708984375, - 0.03436279296875, - 0.03350830078125, - 0.00995635986328125, - 0.0396728515625, - 0.07696533203125, - -0.01171112060546875, - -0.027008056640625, - 0.0110321044921875, - 0.021453857421875, - 0.03179931640625, - 0.03607177734375, - -0.0038890838623046875, - 0.026336669921875, - -0.0020084381103515625, - -0.03265380859375, - -0.0256500244140625, - 0.0092315673828125, - -0.01197052001953125, - -0.05230712890625, - -0.0482177734375, - 0.003055572509765625, - -0.0256500244140625, - 0.0212860107421875, - 0.02496337890625, - -0.01812744140625, - -0.0015926361083984375, - 0.03607177734375, - -0.0160675048828125, - -0.02410888671875, - 0.00931549072265625, - 0.0019989013671875, - -0.024444580078125, - -0.01812744140625, - -0.0256500244140625, - 0.023590087890625, - -0.0173492431640625, - -0.07183837890625, - -0.00846099853515625, - 0.036773681640625, - 0.004062652587890625, - -0.031982421875, - 0.02410888671875, - 0.0183868408203125, - -0.00290679931640625, - -0.0635986328125, - -0.038818359375, - -0.007480621337890625, - 0.012481689453125, - -0.036590576171875, - 0.02838134765625, - 0.005771636962890625, - -0.04034423828125, - -0.00028061866760253906, - 0.003932952880859375, - -0.0169219970703125, - 0.028900146484375, - -0.06292724609375, - 0.028900146484375, - 0.002414703369140625, - 0.00572967529296875, - 0.0256500244140625, - 0.07452392578125, - -0.0256500244140625, - 0.0022754669189453125, - -0.0188140869140625, - -0.03521728515625, - 0.0230865478515625, - -0.0256500244140625, - 0.00333404541015625, - -0.053009033203125, - 0.01171112060546875, - 0.051971435546875, - -0.0533447265625, - 0.01299285888671875, - 0.0218048095703125, - -0.01282501220703125, - -0.039825439453125, - 0.018890380859375, - -0.002864837646484375, - 0.0118865966796875, - 0.065673828125, - 0.00970458984375, - 0.0036983489990234375, - -0.0139312744140625, - -0.034698486328125, - 0.050262451171875, - 0.008209228515625, - 0.0242767333984375, - -0.0212860107421875, - 0.0192413330078125, - 0.007350921630859375, - -0.032135009765625, - 0.01042938232421875, - -0.07659912109375, - -0.0060272216796875, - 0.046173095703125, - 0.0118865966796875, - -0.0024051666259765625, - -0.009918212890625, - -0.060882568359375, - -0.01538848876953125, - -0.0190582275390625, - 0.029754638671875, - 0.024444580078125, - 0.0194091796875, - -0.038116455078125, - -0.0290679931640625, - 0.012054443359375, - -0.050262451171875, - -0.0130767822265625, - -0.0211181640625, - 0.007480621337890625, - 0.013336181640625, - -0.0465087890625, - 0.022064208984375, - 0.02667236328125, - 0.015045166015625, - 0.0036334991455078125, - 0.038116455078125, - -0.034027099609375, - 0.00658416748046875, - 0.005855560302734375, - 0.0259857177734375, - 0.0011644363403320312, - -0.00799560546875, - -0.002201080322265625, - 0.018035888671875, - 0.036590576171875, - -0.041717529296875, - 0.01171112060546875, - 0.03179931640625, - -0.0268402099609375, - -0.039825439453125, - 0.0023517608642578125, - -0.0239410400390625, - 0.0550537109375, - -0.00824737548828125, - 0.04547119140625, - 0.004123687744140625, - 0.0038051605224609375, - -0.08892822265625, - 0.04376220703125, - -0.0183868408203125, - 0.0282135009765625, - 0.024444580078125, - -0.024444580078125, - -0.059173583984375, - -0.057098388671875, - -0.00893402099609375, - 0.0159912109375, - -0.0299224853515625, - 0.034698486328125, - 0.03094482421875, - 0.01427459716796875, - 0.0177764892578125, - 0.01171112060546875, - -0.0090179443359375, - 0.034210205078125, - 0.0225677490234375, - -0.039825439453125, - 0.07452392578125, - -0.027008056640625, - 0.04034423828125, - 0.005985260009765625, - -0.0029277801513671875, - 0.0183868408203125, - 0.001667022705078125, - -0.043243408203125, - 0.00504302978515625, - 0.06396484375, - 0.035919189453125, - -0.035400390625, - 0.0208587646484375, - -0.005298614501953125, - 0.0205230712890625, - -0.0015392303466796875, - -0.0211181640625, - 0.005428314208984375, - -0.000014543533325195312, - -0.038970947265625, - -0.01641845703125, - -0.072509765625, - -0.06671142578125, - 0.01026153564453125, - -0.042755126953125, - 0.005321502685546875, - -0.0013895034790039062, - 0.009063720703125, - 0.0118865966796875, - -0.060516357421875, - 0.036590576171875, - -0.015472412109375, - -0.034210205078125, - -0.00803375244140625, - 0.0118865966796875, - -0.028045654296875, - 0.053680419921875, - 0.0242767333984375, - -0.038299560546875, - -0.0135040283203125, - -0.0222320556640625, - 0.00269317626953125, - -0.0008230209350585938, - 0.007183074951171875, - -0.037109375, - 0.0242767333984375, - -0.06396484375, - -0.0256500244140625, - 0.0188140869140625, - 0.0196685791015625, - 0.005214691162109375, - -0.0139312744140625, - 0.035736083984375, - -0.01410675048828125, - -0.057464599609375, - 0.03009033203125, - -0.00011289119720458984, - 0.0005717277526855469, - 0.0251312255859375, - -0.0158233642578125, - -0.01256561279296875, - -0.0135040283203125, - 0.039825439453125, - 0.0182952880859375, - 0.01812744140625, - 0.0199127197265625, - -0.0218048095703125, - 0.00927734375, - -0.01055908203125, - 0.03179931640625, - 0.0014963150024414062, - -0.00110626220703125, - -0.004467010498046875, - 0.018463134765625, - -0.004425048828125, - -0.096435546875, - -0.021026611328125, - -0.031982421875, - -0.059844970703125, - -0.0007638931274414062, - 0.0687255859375, - 0.026153564453125, - -0.003292083740234375, - 0.03179931640625, - 0.0127410888671875, - 0.01038360595703125, - 0.019744873046875, - -0.01282501220703125, - -0.0704345703125, - -0.0194091796875, - 0.04376220703125, - 0.026153564453125, - -0.069091796875, - 0.046844482421875, - 0.0635986328125, - -0.0092315673828125, - -0.042755126953125, - 0.0029277801513671875, - -0.01055908203125, - 0.044464111328125, - 0.04290771484375, - 0.007396697998046875, - -0.05267333984375, - 0.00722503662109375, - 0.011627197265625, - 0.006496429443359375, - 0.01055908203125, - -0.0205230712890625, - -0.0311126708984375, - 0.07867431640625, - -0.0704345703125, - -0.004253387451171875, - 0.024627685546875, - 0.075927734375, - 0.0268402099609375, - -0.038482666015625, - -0.00658416748046875, - 0.0259857177734375, - 0.0218048095703125, - -0.007564544677734375, - 0.0135040283203125, - -0.0012025833129882812, - 0.0191497802734375, - 0.0135955810546875, - 0.05267333984375, - 0.0025119781494140625, - 0.051971435546875, - 0.0194854736328125, - -0.0430908203125, - 0.0182037353515625, - 0.01812744140625, - 0.00957489013671875, - -0.01410675048828125, - -0.033843994140625, - -0.00872039794921875, - -0.04718017578125, - 0.0299224853515625, - 0.02752685546875, - 0.035919189453125, - 0.028045654296875, - -0.01171112060546875, - -0.0126495361328125, - 0.007694244384765625, - 0.035064697265625, - 0.0287322998046875, - 0.0276947021484375, - -0.0029277801513671875, - 0.02239990234375, - 0.0186309814453125, - 0.00919342041015625, - -0.0185546875, - 0.033843994140625, - -0.01342010498046875, - 0.0010957717895507812, - -0.038970947265625, - 0.012908935546875, - 0.012481689453125, - -0.0140228271484375, - -0.01342010498046875, - -0.032501220703125, - 0.00504302978515625, - -0.033843994140625, - -0.036590576171875, - -0.0183868408203125, - 0.039154052734375, - -0.040191650390625, - 0.0114593505859375, - 0.0294036865234375, - -0.0282135009765625, - 0.01555633544921875, - -0.039154052734375, - 0.0789794921875, - 0.037628173828125, - 0.02581787109375, - -0.0118865966796875, - 0.0171051025390625, - 0.047882080078125, - -0.0109405517578125, - 0.012908935546875, - 0.02154541015625, - 0.006839752197265625, - 0.059844970703125, - 0.0465087890625, - 0.0008654594421386719, - -0.0482177734375, - 0.046844482421875, - 0.00791168212890625, - -0.03179931640625, - 0.051971435546875, - 0.024627685546875, - 0.00322723388671875, - -0.01239776611328125, - -0.007778167724609375, - 0.005001068115234375, - -0.056427001953125, - 0.06597900390625, - 0.019317626953125, - 0.0098724365234375, - 0.022918701171875, - -0.07147216796875, - 0.042236328125, - 0.0139312744140625, - 0.058135986328125, - -0.0259857177734375, - 0.050262451171875, - 0.006282806396484375, - -0.007480621337890625, - -0.00807952880859375, - 0.019744873046875, - 0.01410675048828125, - 0.043426513671875, - -0.00872039794921875, - 0.04718017578125, - 0.042388916015625, - 0.001560211181640625, - -0.04754638671875, - -0.0230865478515625, - 0.03179931640625, - 0.0165863037109375, - 0.041717529296875, - -0.05267333984375, - -0.035736083984375, - 0.003932952880859375, - 0.0140228271484375, - 0.07659912109375, - -0.044464111328125, - -0.0161590576171875, - 0.0171051025390625, - -0.00696563720703125, - -0.005344390869140625, - -0.0304412841796875 - ], - "metadata": { - "domains": [ - "fraud-investigation", - "network-forensics" - ], - "phases": [ - "analysis" - ], - "tags": [ - "osint", - "link-analysis" - ], - "skillLevel": "intermediate", - "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 incident-response mobile-forensics data-collection", - "embedding": [ - -0.0102996826171875, - 0.0400390625, - 0.03179931640625, - -0.0166778564453125, - 0.034881591796875, - 0.03448486328125, - -0.015045166015625, - 0.015716552734375, - -0.009246826171875, - -0.0014495849609375, - -0.04083251953125, - 0.051727294921875, - 0.0164794921875, - -0.027984619140625, - -0.043701171875, - 0.025482177734375, - 0.006134033203125, - 0.010589599609375, - -0.013702392578125, - 0.00527191162109375, - -0.005199432373046875, - -0.041595458984375, - -0.07208251953125, - 0.0004940032958984375, - 0.01456451416015625, - 0.0014848709106445312, - -0.0249176025390625, - -0.057098388671875, - -0.03143310546875, - -0.0017604827880859375, - 0.0188751220703125, - -0.01523590087890625, - 0.00804901123046875, - 0.041595458984375, - -0.0039520263671875, - -0.0186920166015625, - 0.0196380615234375, - -0.02874755859375, - -0.0249176025390625, - 0.0467529296875, - 0.0002111196517944336, - 0.01485443115234375, - 0.00737762451171875, - -0.0160064697265625, - -0.0194549560546875, - -0.0283660888671875, - 0.01010894775390625, - -0.019927978515625, - 0.01934814453125, - -0.050201416015625, - 0.0251007080078125, - 0.01380157470703125, - 0.00133514404296875, - -0.0015926361083984375, - -0.044647216796875, - 0.02740478515625, - 0.003017425537109375, - -0.00510406494140625, - -0.03546142578125, - 0.057861328125, - -0.057098388671875, - -0.0601806640625, - -0.0006766319274902344, - -0.02337646484375, - 0.0203094482421875, - 0.048095703125, - -0.0147552490234375, - -0.03851318359375, - -0.006946563720703125, - 0.036224365234375, - 0.01284027099609375, - -0.029510498046875, - -0.0188751220703125, - 0.025482177734375, - 0.0082855224609375, - -0.04119873046875, - 0.0209808349609375, - 0.038909912109375, - 0.011016845703125, - -0.01629638671875, - -0.041015625, - 0.0003337860107421875, - 0.022613525390625, - 0.00843048095703125, - -0.0174407958984375, - -0.0075225830078125, - 0.036590576171875, - -0.01245880126953125, - 0.0006556510925292969, - -0.00876617431640625, - 0.0369873046875, - -0.01049041748046875, - 0.0217437744140625, - -0.023956298828125, - 0.03314208984375, - 0.0494384765625, - -0.0325927734375, - -0.025482177734375, - -0.01580810546875, - 0.0312347412109375, - 0.0229034423828125, - -0.0423583984375, - 0.048492431640625, - 0.00943756103515625, - 0.0423583984375, - -0.048675537109375, - -0.011016845703125, - -0.006946563720703125, - -0.0298919677734375, - -0.0277862548828125, - -0.09814453125, - -0.043701171875, - -0.01010894775390625, - -0.051361083984375, - -0.00881195068359375, - -0.022705078125, - -0.01284027099609375, - 0.041595458984375, - -0.061309814453125, - -0.0709228515625, - 0.01322174072265625, - 0.0120697021484375, - -0.017059326171875, - 0.00981903076171875, - -0.06170654296875, - -0.040435791015625, - 0.0018682479858398438, - 0.01561737060546875, - -0.033538818359375, - -0.00460052490234375, - -0.0205078125, - -0.00481414794921875, - 0.00514984130859375, - -0.0245361328125, - -0.0009579658508300781, - -0.048095703125, - 0.0167694091796875, - 0.005435943603515625, - -0.0166778564453125, - 0.01629638671875, - 0.055206298828125, - -0.032958984375, - -0.050201416015625, - 0.03680419921875, - -0.0166778564453125, - -0.0085296630859375, - -0.0021076202392578125, - 0.040252685546875, - -0.03985595703125, - -0.028167724609375, - -0.015716552734375, - 0.0343017578125, - 0.052886962890625, - 0.01523590087890625, - 0.01174163818359375, - -0.0736083984375, - -0.0423583984375, - -0.01068115234375, - 0.026824951171875, - -0.01446533203125, - -0.0276031494140625, - 0.018585205078125, - -0.00128173828125, - 0.04791259765625, - -0.0134124755859375, - -0.021087646484375, - -0.0010776519775390625, - -0.0020847320556640625, - 0.026641845703125, - 0.01532745361328125, - 0.00804901123046875, - 0.00481414794921875, - 0.0662841796875, - 0.03564453125, - -0.001880645751953125, - 0.0182037353515625, - -0.0095367431640625, - 0.003856658935546875, - 0.0169525146484375, - 0.03143310546875, - -0.0140838623046875, - -0.0031147003173828125, - 0.03717041015625, - -0.0270233154296875, - 0.0243377685546875, - -0.00876617431640625, - -0.0302734375, - 0.0085296630859375, - -0.036041259765625, - 0.01494598388671875, - -0.05096435546875, - -0.01494598388671875, - -0.00431060791015625, - 0.0237579345703125, - 0.0139923095703125, - 0.0823974609375, - 0.041595458984375, - -0.02740478515625, - 0.0369873046875, - -0.00019311904907226562, - 0.0140838623046875, - 0.03680419921875, - -0.002071380615234375, - 0.035247802734375, - 0.0264434814453125, - 0.0188751220703125, - 0.01389312744140625, - 0.037933349609375, - 0.0031375885009765625, - -0.01092529296875, - -0.0222320556640625, - 0.0628662109375, - -0.005390167236328125, - -0.05328369140625, - -0.00948333740234375, - -0.032379150390625, - 0.034698486328125, - -0.0189666748046875, - -0.0020122528076171875, - 0.0119781494140625, - -0.03411865234375, - -0.048858642578125, - -0.0071868896484375, - 0.0046234130859375, - -0.01284027099609375, - 0.06475830078125, - 0.026641845703125, - -0.0291290283203125, - -0.0262603759765625, - 0.0221405029296875, - 0.0008625984191894531, - 0.04254150390625, - -0.018585205078125, - 0.01552581787109375, - -0.032012939453125, - -0.0127410888671875, - 0.038330078125, - 0.0214691162109375, - 0.043701171875, - 0.0276031494140625, - -0.01068115234375, - 0.02069091796875, - -0.00939178466796875, - 0.03985595703125, - 0.0256805419921875, - -0.0203094482421875, - -0.0088653564453125, - 0.017822265625, - 0.0316162109375, - 0.037750244140625, - -0.051361083984375, - -0.00699615478515625, - -0.06744384765625, - -0.01552581787109375, - -0.0662841796875, - -0.041015625, - -0.026641845703125, - -0.062469482421875, - 0.0262603759765625, - -0.0306549072265625, - -0.025299072265625, - -0.0089111328125, - 0.006946563720703125, - -0.012359619140625, - 0.05328369140625, - -0.0009822845458984375, - -0.038330078125, - 0.0012874603271484375, - 0.056732177734375, - -0.01427459716796875, - -0.01446533203125, - -0.0168609619140625, - 0.01313018798828125, - -0.0018568038940429688, - -0.0037136077880859375, - -0.0017366409301757812, - -0.00958251953125, - 0.0302734375, - 0.0277862548828125, - 0.0236663818359375, - -0.05328369140625, - 0.002216339111328125, - -0.03179931640625, - 0.01245880126953125, - -0.032958984375, - 0.027984619140625, - 0.006011962890625, - 0.0126495361328125, - -0.03009033203125, - -0.062103271484375, - 0.007568359375, - 0.052520751953125, - 0.00342559814453125, - 0.00514984130859375, - 0.002899169921875, - -0.06591796875, - 0.017822265625, - -0.01983642578125, - 0.015716552734375, - 0.0244293212890625, - 0.045806884765625, - -0.0276031494140625, - 0.0276031494140625, - -0.007762908935546875, - -0.00016546249389648438, - -0.032379150390625, - -0.041961669921875, - -0.00872039794921875, - 0.003498077392578125, - -0.068603515625, - -0.02069091796875, - 0.03448486328125, - -0.037750244140625, - 0.005893707275390625, - -0.00958251953125, - -0.0119781494140625, - -0.03814697265625, - -0.05902099609375, - 0.0140838623046875, - 0.0038318634033203125, - -0.036590576171875, - 0.00670623779296875, - 0.017822265625, - 0.0015153884887695312, - 0.02740478515625, - -0.0234832763671875, - -0.00392913818359375, - -0.048858642578125, - 0.01552581787109375, - -0.00872039794921875, - 0.034881591796875, - -0.01284027099609375, - 0.04827880859375, - 0.01284027099609375, - 0.01078033447265625, - 0.0242462158203125, - 0.032958984375, - 0.04541015625, - -0.00189208984375, - 0.0021915435791015625, - -0.0140838623046875, - 0.0191650390625, - 0.025299072265625, - -0.03717041015625, - -0.050201416015625, - -0.00800323486328125, - -0.0216522216796875, - 0.01629638671875, - 0.02606201171875, - 0.006755828857421875, - 0.0262603759765625, - -0.029327392578125, - 0.0258636474609375, - 0.048095703125, - 0.005916595458984375, - 0.10504150390625, - -0.0099639892578125, - -0.06781005859375, - 0.01715087890625, - 0.037750244140625, - 0.019927978515625, - -0.021942138671875, - 0.04656982421875, - 0.0302734375, - -0.01202392578125, - 0.0189666748046875, - -0.00699615478515625, - 0.0316162109375, - -0.00308990478515625, - 0.01049041748046875, - 0.0016651153564453125, - -0.0126495361328125, - 0.0167694091796875, - 0.040618896484375, - 0.037567138671875, - 0.0228118896484375, - 0.0270233154296875, - -0.0039520263671875, - -0.01044464111328125, - -0.0251007080078125, - -0.0689697265625, - -0.0012454986572265625, - 0.043487548828125, - 0.009918212890625, - 0.054046630859375, - -0.0264434814453125, - -0.0816650390625, - 0.012359619140625, - -0.049835205078125, - 0.06707763671875, - 0.036590576171875, - 0.01360321044921875, - 0.042724609375, - -0.0042877197265625, - 0.00934600830078125, - 0.0236663818359375, - -0.00958251953125, - 0.027984619140625, - 0.03717041015625, - 0.02740478515625, - 0.005462646484375, - -0.02203369140625, - 0.03448486328125, - 0.050201416015625, - 0.0215606689453125, - -0.0015926361083984375, - 0.0202178955078125, - 0.00737762451171875, - 0.04083251953125, - -0.0310516357421875, - 0.0188751220703125, - 0.0302734375, - -0.003688812255859375, - 0.0013179779052734375, - -0.027984619140625, - 0.00189208984375, - -0.0276031494140625, - 0.003185272216796875, - 0.0026702880859375, - -0.007762908935546875, - 0.033721923828125, - 0.0078582763671875, - -0.06744384765625, - -0.0223236083984375, - 0.048492431640625, - -0.0601806640625, - 0.006420135498046875, - 0.0180206298828125, - -0.02874755859375, - -0.02117919921875, - -0.02252197265625, - -0.0494384765625, - 0.0310516357421875, - -0.032958984375, - -0.0272064208984375, - 0.01284027099609375, - 0.0400390625, - -0.052520751953125, - -0.03009033203125, - -0.0036411285400390625, - -0.01513671875, - -0.02203369140625, - -0.018402099609375, - 0.0283660888671875, - -0.0160064697265625, - 0.0113525390625, - 0.0181121826171875, - 0.054412841796875, - -0.01216888427734375, - -0.0291290283203125, - 0.034881591796875, - -0.01418304443359375, - -0.0291290283203125, - 0.043701171875, - 0.0025634765625, - 0.0291290283203125, - -0.0230865478515625, - -0.035064697265625, - 0.00733184814453125, - 0.0262603759765625, - 0.0004191398620605469, - 0.027984619140625, - -0.0256805419921875, - -0.024139404296875, - -0.044281005859375, - 0.043701171875, - 0.0048370361328125, - 0.036041259765625, - 0.00948333740234375, - -0.025482177734375, - 0.045623779296875, - -0.040435791015625, - -0.0175323486328125, - -0.0013837814331054688, - 0.0049591064453125, - -0.0205078125, - 0.0762939453125, - -0.019927978515625, - -0.032379150390625, - 0.00041031837463378906, - 0.01360321044921875, - 0.02069091796875, - -0.00867462158203125, - -0.03680419921875, - 0.065185546875, - 0.0316162109375, - -0.033538818359375, - -0.020599365234375, - -0.0147552490234375, - -0.0056304931640625, - 0.0494384765625, - -0.029510498046875, - -0.00325775146484375, - 0.0018682479858398438, - -0.0709228515625, - -0.0310516357421875, - -0.030853271484375, - -0.0230865478515625, - -0.0240478515625, - 0.03143310546875, - 0.05596923828125, - -0.01456451416015625, - 0.034881591796875, - 0.0161895751953125, - 0.0182952880859375, - 0.00833892822265625, - -0.0038814544677734375, - -0.0310516357421875, - 0.0209808349609375, - -0.062469482421875, - -0.026641845703125, - -0.013031005859375, - 0.004550933837890625, - -0.021270751953125, - 0.01006317138671875, - 0.004505157470703125, - -0.00006365776062011719, - 0.0196380615234375, - -0.065185546875, - 0.007617950439453125, - -0.0218505859375, - -0.039093017578125, - -0.0230865478515625, - -0.0208892822265625, - 0.02117919921875, - 0.0223236083984375, - -0.016571044921875, - -0.0113525390625, - 0.0245361328125, - -0.036041259765625, - 0.037567138671875, - 0.0102081298828125, - 0.012359619140625, - -0.00548553466796875, - -0.01934814453125, - 0.0113525390625, - 0.01418304443359375, - 0.03948974609375, - -0.0079498291015625, - -0.0262603759765625, - -0.08050537109375, - 0.003856658935546875, - 0.0262603759765625, - -0.0079498291015625, - -0.017242431640625, - -0.037567138671875, - -0.042938232421875, - 0.00292205810546875, - 0.0285491943359375, - 0.0109710693359375, - 0.005222320556640625, - -0.04827880859375, - -0.054046630859375, - 0.005870819091796875, - -0.016571044921875, - 0.0413818359375, - -0.0423583984375, - -0.0028629302978515625, - 0.00804901123046875, - -0.0298919677734375, - 0.0258636474609375, - 0.040435791015625, - 0.03582763671875, - 0.00666046142578125, - 0.02740478515625, - -0.01178741455078125, - 0.037384033203125, - -0.003017425537109375, - -0.026824951171875, - -0.01178741455078125, - -0.014373779296875, - 0.0277862548828125, - -0.034881591796875, - -0.029510498046875, - 0.006610870361328125, - 0.0229034423828125, - 0.0312347412109375, - -0.0195465087890625, - -0.01418304443359375, - 0.0304718017578125, - -0.011688232421875, - 0.050201416015625, - -0.036407470703125, - -0.037567138671875, - 0.00342559814453125, - 0.0217437744140625, - 0.03851318359375, - 0.0234832763671875, - 0.0007004737854003906, - -0.050201416015625, - 0.00443267822265625, - 0.041961669921875, - -0.023956298828125, - -0.0440673828125, - -0.03411865234375, - 0.02117919921875, - 0.0298919677734375, - 0.0548095703125, - -0.005054473876953125, - 0.0574951171875, - 0.014373779296875, - -0.00531768798828125, - 0.0187835693359375, - 0.06671142578125, - 0.03411865234375, - -0.01255035400390625, - -0.04827880859375, - 0.008575439453125, - 0.01523590087890625, - -0.0396728515625, - -0.033538818359375, - 0.0099639892578125, - 0.0843505859375, - -0.054412841796875, - -0.020416259765625, - -0.0023956298828125, - -0.002132415771484375, - 0.0059661865234375, - 0.016571044921875, - -0.00189208984375, - 0.038909912109375, - 0.004528045654296875, - -0.056732177734375, - -0.0213623046875, - -0.01255035400390625, - 0.0256805419921875, - 0.04388427734375, - 0.0147552490234375, - -0.0176239013671875, - 0.0202178955078125, - -0.0008745193481445312, - 0.03179931640625, - 0.0140838623046875, - 0.0450439453125, - -0.0038814544677734375, - -0.0026226043701171875, - 0.025299072265625, - 0.047332763671875, - -0.0140838623046875, - -0.03009033203125, - 0.0256805419921875, - 0.0325927734375, - 0.05633544921875, - 0.049072265625, - 0.037384033203125, - 0.004550933837890625, - -0.006801605224609375, - -0.043304443359375, - -0.0186920166015625, - 0.037567138671875, - -0.00943756103515625, - -0.0386962890625, - -0.0440673828125, - 0.037384033203125, - -0.043701171875, - 0.038909912109375, - 0.00443267822265625, - -0.032012939453125, - -0.01485443115234375, - 0.0467529296875, - 0.00264739990234375, - -0.0272064208984375, - 0.01073455810546875, - -0.0283660888671875, - -0.034881591796875, - -0.032958984375, - -0.03277587890625, - 0.0396728515625, - -0.0413818359375, - -0.06439208984375, - -0.01983642578125, - 0.0302734375, - -0.036041259765625, - -0.043487548828125, - -0.0249176025390625, - 0.007568359375, - -0.034881591796875, - -0.038330078125, - -0.036590576171875, - -0.025299072265625, - 0.011016845703125, - -0.036407470703125, - 0.0450439453125, - -0.01580810546875, - -0.036407470703125, - -0.005413055419921875, - -0.0256805419921875, - -0.0262603759765625, - 0.00737762451171875, - -0.0251007080078125, - 0.03564453125, - 0.00598907470703125, - 0.02252197265625, - 0.0215606689453125, - 0.060546875, - -0.0027675628662109375, - 0.019256591796875, - -0.0306549072265625, - -0.0655517578125, - 0.00527191162109375, - 0.007568359375, - -0.00632476806640625, - -0.0789794921875, - 0.00493621826171875, - 0.058258056640625, - -0.1072998046875, - 0.02001953125, - -0.0182037353515625, - -0.0022869110107421875, - -0.030853271484375, - -0.0058441162109375, - 0.00445556640625, - 0.01039886474609375, - 0.09698486328125, - 0.01849365234375, - -0.03179931640625, - -0.02117919921875, - -0.0635986328125, - 0.05865478515625, - 0.017242431640625, - 0.006610870361328125, - -0.06439208984375, - -0.0028743743896484375, - 0.01380157470703125, - -0.0160064697265625, - 0.0180206298828125, - -0.057861328125, - 0.00843048095703125, - 0.0196380615234375, - 0.021942138671875, - -0.01532745361328125, - -0.008148193359375, - -0.05596923828125, - -0.028167724609375, - -0.03411865234375, - 0.0195465087890625, - -0.01360321044921875, - 0.007091522216796875, - -0.033355712890625, - -0.0205078125, - -0.01427459716796875, - -0.047515869140625, - -0.04522705078125, - -0.04217529296875, - 0.042938232421875, - 0.00666046142578125, - -0.04656982421875, - 0.0662841796875, - 0.043701171875, - -0.020599365234375, - -0.0026836395263671875, - 0.05059814453125, - -0.025482177734375, - 0.005939483642578125, - -0.00843048095703125, - 0.0258636474609375, - 0.00872039794921875, - 0.00843048095703125, - -0.00325775146484375, - -0.004024505615234375, - 0.0234832763671875, - -0.0548095703125, - 0.0251007080078125, - 0.01485443115234375, - -0.04119873046875, - -0.049835205078125, - -0.0222320556640625, - -0.03582763671875, - 0.005870819091796875, - -0.00325775146484375, - 0.0302734375, - 0.01351165771484375, - 0.0004372596740722656, - -0.1072998046875, - 0.04656982421875, - -0.0127410888671875, - 0.0262603759765625, - 0.0234832763671875, - -0.00843048095703125, - -0.06707763671875, - -0.032379150390625, - -0.0161895751953125, - 0.032379150390625, - -0.004863739013671875, - 0.02471923828125, - 0.0017604827880859375, - -0.00020205974578857422, - 0.005126953125, - -0.0251007080078125, - 0.0046234130859375, - 0.028167724609375, - 0.01513671875, - -0.004695892333984375, - 0.058258056640625, - -0.06744384765625, - 0.0030670166015625, - -0.002838134765625, - -0.0174407958984375, - -0.0013532638549804688, - 0.008148193359375, - -0.0113525390625, - 0.0027904510498046875, - 0.0270233154296875, - 0.0240478515625, - -0.0188751220703125, - 0.0027065277099609375, - 0.00666046142578125, - 0.0180206298828125, - 0.009674072265625, - -0.0304718017578125, - 0.003688812255859375, - 0.0218505859375, - -0.0276031494140625, - -0.01140594482421875, - -0.08966064453125, - -0.07666015625, - 0.014373779296875, - -0.043304443359375, - -0.01934814453125, - 0.00804901123046875, - -0.0008444786071777344, - 0.0139923095703125, - -0.0306549072265625, - 0.01216888427734375, - 0.004047393798828125, - -0.0188751220703125, - -0.0071868896484375, - 0.051727294921875, - -0.0109710693359375, - 0.01418304443359375, - 0.01360321044921875, - -0.047515869140625, - -0.0012998580932617188, - -0.02606201171875, - -0.0023956298828125, - -0.041961669921875, - 0.0075225830078125, - -0.0207977294921875, - 0.0256805419921875, - -0.073974609375, - -0.020599365234375, - 0.00977325439453125, - 0.0302734375, - 0.0140838623046875, - -0.0302734375, - 0.035064697265625, - -0.00939178466796875, - -0.0548095703125, - 0.0217437744140625, - -0.0264434814453125, - -0.0175323486328125, - 0.032012939453125, - 0.0008382797241210938, - 0.002994537353515625, - 0.02606201171875, - 0.04656982421875, - 0.0146636962890625, - 0.06170654296875, - -0.007808685302734375, - -0.0306549072265625, - -0.016571044921875, - -0.019927978515625, - 0.0277862548828125, - 0.0297088623046875, - 0.006610870361328125, - -0.01284027099609375, - 0.01552581787109375, - 0.00010031461715698242, - -0.07586669921875, - -0.035247802734375, - -0.032196044921875, - -0.0400390625, - 0.0089111328125, - 0.06671142578125, - 0.0221405029296875, - 0.0168609619140625, - 0.0216522216796875, - 0.051727294921875, - 0.01212310791015625, - 0.006946563720703125, - -0.0188751220703125, - -0.0423583984375, - -0.002048492431640625, - -0.00136566162109375, - 0.012359619140625, - -0.06744384765625, - 0.057098388671875, - 0.0386962890625, - -0.0240478515625, - -0.019744873046875, - 0.000017404556274414062, - 0.01715087890625, - 0.057861328125, - 0.009246826171875, - 0.009918212890625, - -0.04119873046875, - 0.00901031494140625, - 0.0302734375, - 0.00498199462890625, - -0.006610870361328125, - -0.0205078125, - -0.0209808349609375, - -0.0009341239929199219, - -0.06707763671875, - -0.016571044921875, - 0.0161895751953125, - 0.057098388671875, - 0.00901031494140625, - -0.033355712890625, - -0.0310516357421875, - 0.03277587890625, - 0.00189208984375, - -0.01418304443359375, - 0.01380157470703125, - 0.03411865234375, - -0.0034732818603515625, - 0.014373779296875, - 0.044281005859375, - 0.00028586387634277344, - 0.03564453125, - 0.0240478515625, - -0.051727294921875, - 0.038909912109375, - -0.025299072265625, - 0.01715087890625, - -0.00258636474609375, - -0.0270233154296875, - 0.00136566162109375, - -0.05865478515625, - 0.0285491943359375, - 0.0169525146484375, - 0.042724609375, - 0.0146636962890625, - -0.02337646484375, - -0.00565338134765625, - 0.019744873046875, - 0.0477294921875, - 0.037567138671875, - 0.0298919677734375, - 0.00582122802734375, - 0.006755828857421875, - -0.0102996826171875, - 0.017822265625, - -0.0521240234375, - 0.036041259765625, - -0.0369873046875, - 0.0026226043701171875, - -0.059417724609375, - 0.0004730224609375, - 0.0173492431640625, - -0.007282257080078125, - -0.006755828857421875, - -0.034698486328125, - -0.02252197265625, - 0.0011377334594726562, - -0.06170654296875, - 0.0004131793975830078, - 0.065185546875, - -0.025482177734375, - 0.0230865478515625, - 0.0272064208984375, - -0.01293182373046875, - -0.011016845703125, - -0.06939697265625, - 0.05865478515625, - 0.0291290283203125, - 0.0228118896484375, - 0.00298309326171875, - 0.0092010498046875, - 0.0283660888671875, - -0.005725860595703125, - 0.0285491943359375, - 0.005558013916015625, - -0.0298919677734375, - 0.05364990234375, - 0.033355712890625, - 0.00241851806640625, - -0.0270233154296875, - 0.019927978515625, - 0.0291290283203125, - -0.037384033203125, - 0.0249176025390625, - 0.0262603759765625, - 0.045806884765625, - -0.0025272369384765625, - -0.012359619140625, - -0.0160980224609375, - -0.0601806640625, - 0.06402587890625, - 0.0234832763671875, - -0.003498077392578125, - 0.02874755859375, - -0.0494384765625, - 0.03717041015625, - 0.002635955810546875, - 0.058258056640625, - -0.05596923828125, - 0.0400390625, - -0.004405975341796875, - -0.0075225830078125, - 0.004238128662109375, - 0.0106353759765625, - -0.00579833984375, - 0.0215606689453125, - -0.018585205078125, - 0.040435791015625, - 0.00876617431640625, - -0.0010776519775390625, - -0.068603515625, - -0.00038933753967285156, - -0.004001617431640625, - 0.0182037353515625, - 0.007663726806640625, - -0.036407470703125, - -0.0182952880859375, - 0.0243377685546875, - 0.035247802734375, - 0.062103271484375, - 0.0021800994873046875, - 0.02874755859375, - 0.00872039794921875, - -0.025482177734375, - -0.004215240478515625, - -0.018402099609375 - ], - "metadata": { - "domains": [ - "incident-response", - "mobile-forensics" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "memory", - "acquisition", - "scenario:memory_dump" - ], - "skillLevel": "advanced", - "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. command-line 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.006549835205078125, - 0.023834228515625, - 0.0209808349609375, - 0.0110626220703125, - 0.03076171875, - 0.036651611328125, - 0.0182342529296875, - -0.0016613006591796875, - -0.0230712890625, - -0.0192718505859375, - -0.039886474609375, - 0.0823974609375, - 0.00968170166015625, - 0.003204345703125, - -0.052398681640625, - 0.00916290283203125, - 0.00006973743438720703, - -0.01153564453125, - 0.02239990234375, - 0.02581787109375, - -0.0185089111328125, - -0.0128173828125, - -0.05657958984375, - 0.005863189697265625, - 0.0156707763671875, - 0.01015472412109375, - -0.01708984375, - -0.08428955078125, - -0.0018634796142578125, - 0.0047454833984375, - 0.001613616943359375, - -0.042724609375, - -0.005481719970703125, - 0.035308837890625, - 0.01129913330078125, - -0.0243072509765625, - -0.0004153251647949219, - -0.03607177734375, - -0.023834228515625, - 0.040252685546875, - -0.0132904052734375, - -0.00792694091796875, - -0.003536224365234375, - -0.01442718505859375, - -0.02734375, - -0.0482177734375, - -0.00963592529296875, - 0.0009136199951171875, - -0.0033702850341796875, - -0.039306640625, - 0.055450439453125, - 0.0210723876953125, - 0.0183258056640625, - -0.0211639404296875, - -0.052398681640625, - 0.024200439453125, - 0.02410888671875, - -0.01300811767578125, - -0.041778564453125, - 0.054290771484375, - -0.053924560546875, - -0.0261993408203125, - -0.0141448974609375, - -0.0269622802734375, - 0.0114898681640625, - 0.016998291015625, - -0.02410888671875, - -0.02752685546875, - 0.0033931732177734375, - -0.00640869140625, - 0.01348114013671875, - -0.0125274658203125, - -0.01519012451171875, - 0.02581787109375, - -0.0175628662109375, - -0.046905517578125, - 0.0115814208984375, - 0.00963592529296875, - -0.00617218017578125, - -0.0049591064453125, - -0.0260162353515625, - 0.0115814208984375, - 0.0192718505859375, - -0.0177459716796875, - 0.01181793212890625, - 0.006740570068359375, - 0.022491455078125, - 0.0142364501953125, - -0.015380859375, - -0.00887298583984375, - 0.01395416259765625, - -0.01395416259765625, - -0.0133819580078125, - -0.018035888671875, - 0.0190887451171875, - 0.0645751953125, - -0.035308837890625, - -0.020599365234375, - -0.021636962890625, - 0.035491943359375, - 0.024871826171875, - -0.04425048828125, - 0.065673828125, - -0.0260162353515625, - 0.045745849609375, - -0.0128173828125, - 0.0033702850341796875, - -0.0111541748046875, - -0.0260162353515625, - -0.0020294189453125, - -0.09454345703125, - -0.031707763671875, - -0.02923583984375, - -0.05657958984375, - -0.0128173828125, - 0.002040863037109375, - -0.0008721351623535156, - 0.048980712890625, - -0.033233642578125, - -0.039306640625, - 0.00797271728515625, - 0.01357269287109375, - 0.00605010986328125, - 0.006740570068359375, - -0.0653076171875, - -0.06378173828125, - -0.00920867919921875, - 0.034942626953125, - -0.038543701171875, - -0.03094482421875, - -0.0160369873046875, - -0.007595062255859375, - -0.0176544189453125, - -0.005222320556640625, - -0.023834228515625, - -0.01262664794921875, - 0.0055999755859375, - -0.006931304931640625, - 0.014617919921875, - 0.025054931640625, - 0.0217437744140625, - -0.035125732421875, - -0.05621337890625, - 0.01181793212890625, - -0.03228759765625, - -0.0303802490234375, - -0.0244903564453125, - 0.047088623046875, - -0.036834716796875, - -0.015380859375, - -0.0167083740234375, - 0.02069091796875, - 0.046142578125, - 0.0149993896484375, - 0.006122589111328125, - -0.057342529296875, - 0.00429534912109375, - -0.025634765625, - 0.038177490234375, - -0.0123443603515625, - -0.0243072509765625, - -0.0093536376953125, - -0.01015472412109375, - 0.0208892822265625, - -0.01471710205078125, - -0.05657958984375, - -0.00711822509765625, - 0.032470703125, - 0.023345947265625, - -0.0124359130859375, - 0.0288543701171875, - -0.00835418701171875, - 0.052032470703125, - 0.07708740234375, - -0.0128173828125, - 0.0125274658203125, - 0.0026226043701171875, - -0.01395416259765625, - 0.03228759765625, - 0.055450439453125, - -0.038360595703125, - -0.039306640625, - 0.02410888671875, - 0.007595062255859375, - 0.045562744140625, - -0.0185089111328125, - -0.0183258056640625, - -0.011962890625, - -0.01471710205078125, - 0.026580810546875, - -0.0167999267578125, - -0.0124359130859375, - -0.0190887451171875, - 0.038177490234375, - 0.0090179443359375, - 0.0645751953125, - 0.028106689453125, - -0.028289794921875, - 0.0260162353515625, - -0.01357269287109375, - 0.038909912109375, - 0.036651611328125, - -0.005767822265625, - 0.06719970703125, - 0.00835418701171875, - -0.00028777122497558594, - 0.004604339599609375, - 0.0478515625, - 0.035491943359375, - -0.0192718505859375, - -0.038726806640625, - 0.04425048828125, - -0.00797271728515625, - -0.012054443359375, - -0.035308837890625, - -0.0254364013671875, - 0.023345947265625, - -0.00916290283203125, - -0.0116729736328125, - 0.014617919921875, - 0.0013885498046875, - -0.07025146484375, - 0.00972747802734375, - 0.0261993408203125, - -0.0141448974609375, - 0.016326904296875, - 0.0149078369140625, - -0.0165252685546875, - -0.043670654296875, - 0.02923583984375, - 0.0077362060546875, - 0.04083251953125, - 0.004985809326171875, - -0.0006380081176757812, - -0.0213623046875, - -0.015380859375, - 0.03607177734375, - 0.043670654296875, - 0.0121002197265625, - 0.0024089813232421875, - -0.01357269287109375, - 0.062286376953125, - -0.02752685546875, - 0.034759521484375, - 0.040435791015625, - -0.04425048828125, - 0.0141448974609375, - 0.0036792755126953125, - 0.0213623046875, - 0.040618896484375, - -0.07440185546875, - -0.0133819580078125, - -0.0858154296875, - 0.005863189697265625, - -0.0546875, - -0.047088623046875, - -0.0254364013671875, - -0.06756591796875, - 0.017852783203125, - -0.005931854248046875, - -0.0328369140625, - -0.0174713134765625, - 0.0167999267578125, - -0.004913330078125, - 0.032470703125, - -0.0175628662109375, - -0.032073974609375, - 0.00882720947265625, - 0.1002197265625, - -0.028472900390625, - 0.003345489501953125, - -0.006740570068359375, - 0.0430908203125, - -0.00968170166015625, - 0.00702667236328125, - -0.0244903564453125, - 0.0042724609375, - 0.025054931640625, - 0.0219268798828125, - 0.040069580078125, - -0.01519012451171875, - 0.0174713134765625, - -0.00365447998046875, - 0.031890869140625, - -0.02923583984375, - 0.0150909423828125, - -0.004413604736328125, - 0.01898193359375, - 0.01096343994140625, - -0.052032470703125, - -0.014617919921875, - 0.0237274169921875, - 0.0084991455078125, - -0.004604339599609375, - -0.00469970703125, - -0.03436279296875, - 0.0064544677734375, - -0.0296173095703125, - -0.01727294921875, - 0.026763916015625, - 0.052032470703125, - -0.0196533203125, - 0.0031795501708984375, - 0.0007948875427246094, - 0.002788543701171875, - -0.02410888671875, - -0.032073974609375, - -0.01309967041015625, - -0.00553131103515625, - -0.035491943359375, - -0.0145263671875, - 0.0015783309936523438, - -0.0200347900390625, - 0.02069091796875, - 0.0219268798828125, - -0.007358551025390625, - -0.041015625, - -0.038909912109375, - 0.0114898681640625, - 0.0005755424499511719, - -0.038177490234375, - -0.045745849609375, - 0.02410888671875, - 0.015380859375, - -0.001293182373046875, - -0.0012693405151367188, - 0.00972747802734375, - -0.0413818359375, - 0.021453857421875, - -0.00472259521484375, - 0.0305633544921875, - 0.01557159423828125, - 0.034759521484375, - 0.022491455078125, - 0.009490966796875, - 0.00882720947265625, - 0.050506591796875, - 0.031890869140625, - -0.0157623291015625, - -0.0102081298828125, - 0.0015783309936523438, - -0.020782470703125, - 0.015380859375, - -0.0227813720703125, - -0.061126708984375, - -0.01480865478515625, - -0.0165252685546875, - 0.02325439453125, - 0.0261993408203125, - 0.0131988525390625, - 0.0182342529296875, - -0.03778076171875, - 0.0081634521484375, - 0.06036376953125, - -0.0019931793212890625, - 0.086181640625, - -0.00839996337890625, - -0.0254364013671875, - 0.004154205322265625, - 0.05352783203125, - -0.0218353271484375, - 0.0141448974609375, - 0.0191802978515625, - 0.04840087890625, - -0.002231597900390625, - 0.0244903564453125, - -0.00595855712890625, - -0.003513336181640625, - -0.01271820068359375, - -0.0217437744140625, - 0.020782470703125, - -0.044036865234375, - 0.016143798828125, - 0.01528167724609375, - 0.021453857421875, - 0.01727294921875, - 0.0305633544921875, - -0.00954437255859375, - -0.02392578125, - -0.05352783203125, - -0.0687255859375, - -0.01641845703125, - 0.0269622802734375, - 0.00873565673828125, - 0.05694580078125, - -0.028106689453125, - -0.057342529296875, - 0.0213623046875, - -0.042327880859375, - 0.06951904296875, - 0.040435791015625, - 0.012054443359375, - 0.03948974609375, - -0.0230712890625, - 0.01224517822265625, - 0.025054931640625, - -0.005504608154296875, - 0.029998779296875, - 0.07330322265625, - 0.05963134765625, - 0.01442718505859375, - -0.03399658203125, - 0.0296173095703125, - 0.022979736328125, - 0.0254364013671875, - 0.004058837890625, - 0.07061767578125, - 0.00868988037109375, - 0.04840087890625, - -0.0341796875, - 0.047271728515625, - 0.040252685546875, - 0.01091766357421875, - 0.003559112548828125, - -0.0120086669921875, - 0.014617919921875, - -0.04156494140625, - 0.00726318359375, - 0.015472412109375, - 0.0141448974609375, - 0.0396728515625, - 0.03778076171875, - -0.058868408203125, - -0.028472900390625, - 0.04937744140625, - -0.050506591796875, - 0.0157623291015625, - 0.032470703125, - -0.029998779296875, - -0.00954437255859375, - -0.018035888671875, - -0.032470703125, - 0.022979736328125, - -0.03948974609375, - -0.045562744140625, - 0.02410888671875, - 0.0413818359375, - -0.038543701171875, - -0.0159454345703125, - -0.037017822265625, - -0.024688720703125, - -0.03265380859375, - -0.022979736328125, - 0.0546875, - 0.00897216796875, - 0.033782958984375, - 0.0173797607421875, - 0.032073974609375, - 0.001346588134765625, - -0.03778076171875, - 0.05279541015625, - -0.031341552734375, - -0.039306640625, - 0.021636962890625, - 0.0225982666015625, - 0.0175628662109375, - -0.01134490966796875, - -0.0303802490234375, - 0.0149993896484375, - 0.025634765625, - 0.016998291015625, - 0.0182342529296875, - -0.04669189453125, - -0.06036376953125, - -0.05352783203125, - 0.024871826171875, - 0.0020885467529296875, - 0.031890869140625, - 0.017181396484375, - -0.04766845703125, - 0.033050537109375, - -0.04974365234375, - -0.03607177734375, - 0.01262664794921875, - -0.009063720703125, - -0.018035888671875, - 0.035125732421875, - -0.00322723388671875, - -0.005695343017578125, - -0.019561767578125, - 0.03741455078125, - 0.006359100341796875, - -0.0097808837890625, - -0.05657958984375, - 0.033599853515625, - 0.0277252197265625, - -0.048980712890625, - -0.0077362060546875, - -0.01224517822265625, - 0.003559112548828125, - 0.04083251953125, - -0.04669189453125, - -0.00954437255859375, - -0.0080718994140625, - -0.065673828125, - -0.050872802734375, - -0.043853759765625, - -0.0123443603515625, - -0.052398681640625, - 0.024871826171875, - 0.026763916015625, - -0.0094451904296875, - 0.057342529296875, - -0.018707275390625, - -0.0007386207580566406, - 0.0098724365234375, - 0.00839996337890625, - -0.01215362548828125, - 0.040618896484375, - -0.040069580078125, - -0.050506591796875, - -0.026397705078125, - 0.029998779296875, - -0.036651611328125, - 0.0149993896484375, - 0.0149078369140625, - -0.008544921875, - 0.032470703125, - -0.0550537109375, - -0.0121002197265625, - -0.023834228515625, - -0.03094482421875, - -0.0166168212890625, - -0.019744873046875, - -0.0021839141845703125, - 0.0230712890625, - -0.00555419921875, - -0.00811767578125, - 0.020782470703125, - -0.038909912109375, - 0.023834228515625, - 0.00783538818359375, - -0.006122589111328125, - 0.0020885467529296875, - -0.013763427734375, - 0.0008544921875, - 0.01442718505859375, - 0.00702667236328125, - -0.029052734375, - -0.021270751953125, - -0.07635498046875, - 0.003726959228515625, - -0.0097808837890625, - -0.01091766357421875, - -0.0261993408203125, - -0.047271728515625, - -0.038177490234375, - -0.000667572021484375, - 0.0379638671875, - 0.0001728534698486328, - -0.00830841064453125, - -0.031707763671875, - -0.0160369873046875, - -0.0177459716796875, - -0.0211639404296875, - 0.0482177734375, - -0.0208892822265625, - 0.009490966796875, - -0.01025390625, - -0.01215362548828125, - 0.01357269287109375, - 0.029815673828125, - 0.00930023193359375, - 0.01480865478515625, - 0.0186004638671875, - -0.008209228515625, - 0.005054473876953125, - 0.0179443359375, - -0.00982666015625, - 0.002597808837890625, - -0.0294342041015625, - 0.02581787109375, - -0.032470703125, - -0.023345947265625, - 0.0271453857421875, - 0.021270751953125, - 0.0311431884765625, - -0.004817962646484375, - -0.0220184326171875, - 0.0220184326171875, - 0.0058135986328125, - 0.06683349609375, - -0.0294342041015625, - -0.038726806640625, - 0.03399658203125, - 0.0049591064453125, - 0.038909912109375, - 0.047088623046875, - 0.0011272430419921875, - -0.026763916015625, - 0.01300811767578125, - 0.0550537109375, - -0.0009670257568359375, - -0.0237274169921875, - -0.04498291015625, - 0.03570556640625, - -0.00783538818359375, - 0.0430908203125, - 0.006977081298828125, - 0.07440185546875, - 0.007358551025390625, - 0.0033931732177734375, - 0.04937744140625, - 0.08465576171875, - 0.035888671875, - -0.0305633544921875, - -0.05657958984375, - -0.0102996826171875, - -0.00446319580078125, - -0.021453857421875, - -0.035308837890625, - 0.0166168212890625, - 0.0679931640625, - -0.036834716796875, - -0.026580810546875, - -0.0016498565673828125, - -0.0102996826171875, - 0.005695343017578125, - 0.02239990234375, - -0.03607177734375, - 0.0199432373046875, - 0.006122589111328125, - -0.0615234375, - -0.0073089599609375, - -0.0160369873046875, - 0.00844573974609375, - 0.044036865234375, - 0.0237274169921875, - -0.024017333984375, - 0.038543701171875, - 0.01262664794921875, - 0.036468505859375, - 0.0060272216796875, - 0.0185089111328125, - 0.0209808349609375, - 0.0252532958984375, - 0.04290771484375, - 0.045745849609375, - -0.03094482421875, - 0.0023975372314453125, - 0.0042724609375, - 0.0243072509765625, - 0.048614501953125, - 0.05999755859375, - 0.00605010986328125, - 0.0005192756652832031, - 0.005054473876953125, - -0.0751953125, - 0.016143798828125, - -0.008544921875, - 0.0131988525390625, - -0.0516357421875, - -0.02325439453125, - 0.00982666015625, - -0.0303802490234375, - 0.038360595703125, - -0.006931304931640625, - -0.03399658203125, - 0.0064544677734375, - 0.045562744140625, - -0.005031585693359375, - -0.048614501953125, - 0.009918212890625, - -0.02923583984375, - -0.026397705078125, - -0.0237274169921875, - -0.0235443115234375, - 0.0328369140625, - -0.0150909423828125, - -0.060760498046875, - -0.028106689453125, - 0.0345458984375, - -0.006076812744140625, - -0.05126953125, - -0.031341552734375, - 0.02923583984375, - -0.0243072509765625, - -0.037017822265625, - -0.0430908203125, - -0.030181884765625, - 0.0210723876953125, - -0.039886474609375, - -0.005222320556640625, - -0.005222320556640625, - -0.004131317138671875, - 0.003322601318359375, - -0.031341552734375, - -0.038177490234375, - 0.026763916015625, - -0.050506591796875, - 0.054290771484375, - 0.008209228515625, - 0.0115814208984375, - 0.018707275390625, - 0.0615234375, - -0.015472412109375, - 0.0199432373046875, - -0.016326904296875, - -0.06610107421875, - 0.01181793212890625, - 0.00873565673828125, - -0.0038928985595703125, - -0.06683349609375, - 0.0106353759765625, - 0.031707763671875, - -0.072509765625, - -0.0183258056640625, - -0.0228729248046875, - 0.005126953125, - -0.06036376953125, - 0.00424957275390625, - -0.004558563232421875, - 0.01557159423828125, - 0.0755615234375, - 0.00659942626953125, - -0.018798828125, - 0.0080718994140625, - -0.029815673828125, - 0.061126708984375, - 0.04803466796875, - -0.00424957275390625, - -0.03741455078125, - 0.033599853515625, - 0.0167999267578125, - -0.03759765625, - 0.00018990039825439453, - -0.06988525390625, - -0.001934051513671875, - 0.01519012451171875, - 0.01433563232421875, - -0.018707275390625, - -0.00868988037109375, - -0.046142578125, - -0.0184173583984375, - -0.01348114013671875, - 0.01898193359375, - 0.00617218017578125, - 0.0115814208984375, - -0.0286712646484375, - -0.0019702911376953125, - -0.00617218017578125, - -0.036651611328125, - -0.0345458984375, - -0.0110626220703125, - 0.031890869140625, - 0.00595855712890625, - -0.0831298828125, - 0.028106689453125, - 0.029052734375, - 0.0133819580078125, - 0.0260162353515625, - 0.06610107421875, - -0.033416748046875, - -0.01129913330078125, - 0.00514984130859375, - 0.045562744140625, - -0.00344085693359375, - -0.00344085693359375, - -0.0167083740234375, - 0.0252532958984375, - 0.013763427734375, - -0.029998779296875, - 0.050506591796875, - 0.0311431884765625, - -0.025054931640625, - -0.05963134765625, - -0.026580810546875, - -0.04461669921875, - 0.03741455078125, - -0.006549835205078125, - 0.028106689453125, - 0.0090179443359375, - -0.004154205322265625, - -0.103271484375, - 0.0396728515625, - -0.00301361083984375, - 0.0150909423828125, - 0.025634765625, - -0.00873565673828125, - -0.05963134765625, - -0.050872802734375, - -0.0033931732177734375, - 0.00467681884765625, - -0.0345458984375, - 0.022216796875, - 0.0133819580078125, - -0.00429534912109375, - 0.0016260147094726562, - -0.01528167724609375, - -0.016326904296875, - 0.040252685546875, - 0.0133819580078125, - -0.032073974609375, - 0.06036376953125, - -0.04974365234375, - 0.0175628662109375, - -0.0106353759765625, - 0.0162353515625, - 0.0157623291015625, - -0.006931304931640625, - -0.033050537109375, - -0.00873565673828125, - 0.025634765625, - 0.047454833984375, - -0.030181884765625, - 0.0183258056640625, - -0.0121002197265625, - 0.0193634033203125, - 0.004627227783203125, - -0.01812744140625, - 0.0236358642578125, - 0.004558563232421875, - -0.036834716796875, - -0.0097808837890625, - -0.04669189453125, - -0.0831298828125, - -0.0006289482116699219, - -0.043487548828125, - -0.003559112548828125, - 0.0235443115234375, - 0.0254364013671875, - 0.01309967041015625, - -0.0413818359375, - 0.041961669921875, - 0.0131988525390625, - -0.0081634521484375, - -0.0090179443359375, - 0.0106353759765625, - -0.01068115234375, - 0.03265380859375, - 0.01181793212890625, - -0.021636962890625, - 0.01471710205078125, - -0.022308349609375, - -0.0182342529296875, - -0.013671875, - 0.00429534912109375, - -0.01143646240234375, - 0.029815673828125, - -0.06610107421875, - -0.02581787109375, - 0.0094451904296875, - 0.030181884765625, - -0.01068115234375, - -0.02325439453125, - 0.0615234375, - -0.0011987686157226562, - -0.07977294921875, - 0.0128173828125, - -0.040618896484375, - -0.028472900390625, - 0.0199432373046875, - -0.0271453857421875, - -0.005863189697265625, - 0.026763916015625, - 0.028472900390625, - 0.0210723876953125, - 0.038360595703125, - -0.0012874603271484375, - -0.0305633544921875, - -0.0014896392822265625, - 0.0016965866088867188, - 0.038543701171875, - 0.0236358642578125, - 0.0218353271484375, - -0.0199432373046875, - 0.033416748046875, - 0.0235443115234375, - -0.110107421875, - -0.00711822509765625, - -0.03265380859375, - -0.01983642578125, - 0.026397705078125, - 0.053924560546875, - 0.035125732421875, - -0.00664520263671875, - 0.032073974609375, - 0.034942626953125, - 0.01727294921875, - -0.01100921630859375, - -0.03076171875, - -0.06646728515625, - -0.01641845703125, - 0.01224517822265625, - 0.0176544189453125, - -0.05279541015625, - 0.05963134765625, - 0.057708740234375, - -0.00540924072265625, - 0.017852783203125, - 0.026580810546875, - 0.01177215576171875, - 0.04937744140625, - 0.0176544189453125, - 0.03228759765625, - -0.065673828125, - 0.03607177734375, - 0.03912353515625, - -0.0173797607421875, - -0.0190887451171875, - -0.00711822509765625, - -0.0254364013671875, - 0.02734375, - -0.06646728515625, - 0.0175628662109375, - 0.0156707763671875, - 0.068359375, - 0.016326904296875, - -0.0345458984375, - -0.033050537109375, - 0.0236358642578125, - -0.0018987655639648438, - -0.0156707763671875, - -0.01015472412109375, - 0.00745391845703125, - -0.016998291015625, - 0.0254364013671875, - 0.0303802490234375, - 0.01433563232421875, - 0.04766845703125, - 0.01641845703125, - -0.045196533203125, - 0.0254364013671875, - -0.0176544189453125, - 0.02734375, - -0.00783538818359375, - -0.0193634033203125, - 0.00531768798828125, - -0.061126708984375, - 0.05810546875, - -0.0208892822265625, - 0.041015625, - 0.018890380859375, - -0.035125732421875, - -0.00911712646484375, - 0.002872467041015625, - -0.0030612945556640625, - 0.048614501953125, - 0.01898193359375, - 0.0237274169921875, - 0.0211639404296875, - 0.01262664794921875, - 0.015472412109375, - -0.058868408203125, - 0.038360595703125, - -0.031524658203125, - -0.0009794235229492188, - -0.048980712890625, - -0.0031566619873046875, - 0.018035888671875, - -0.031341552734375, - -0.01528167724609375, - -0.021270751953125, - -0.0009732246398925781, - -0.01049041748046875, - -0.033233642578125, - 0.0060272216796875, - 0.04974365234375, - -0.0447998046875, - 0.028106689453125, - 0.02581787109375, - -0.0008130073547363281, - -0.01224517822265625, - -0.047088623046875, - 0.0653076171875, - 0.038909912109375, - 0.003917694091796875, - -0.0084991455078125, - 0.005931854248046875, - 0.0328369140625, - 0.0142364501953125, - 0.0303802490234375, - 0.01271820068359375, - -0.0211639404296875, - 0.035308837890625, - 0.03076171875, - 0.01395416259765625, - -0.0209808349609375, - 0.0244903564453125, - 0.018798828125, - -0.040435791015625, - 0.036468505859375, - 0.0084991455078125, - 0.0205078125, - -0.01983642578125, - -0.0090179443359375, - -0.024017333984375, - -0.045562744140625, - 0.07745361328125, - -0.0141448974609375, - -0.00450897216796875, - 0.0303802490234375, - -0.0254364013671875, - 0.04425048828125, - 0.020782470703125, - 0.052398681640625, - -0.0254364013671875, - 0.02734375, - -0.033050537109375, - 0.0205078125, - -0.004913330078125, - 0.047454833984375, - -0.018035888671875, - 0.0279083251953125, - -0.02734375, - 0.053924560546875, - 0.0008544921875, - -0.0097808837890625, - -0.05963134765625, - -0.00617218017578125, - 0.012908935546875, - 0.00726318359375, - 0.029815673828125, - -0.034942626953125, - -0.00011867284774780273, - -0.0149993896484375, - 0.04669189453125, - 0.06719970703125, - -0.024200439453125, - 0.031707763671875, - 0.00621795654296875, - 0.003559112548828125, - -0.033050537109375, - 0.01983642578125 - ], - "metadata": { - "domains": [ - "malware-analysis", - "ics-forensics", - "static-investigations" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "command-line", - "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_Aircrack_ng", - "type": "tool", - "name": "Aircrack-ng", - "content": "aircrack-ng die legendäre wlan-security-suite vereint seit 2006 alle tools für 802.11-penetration-testing und forensic-wlan-analysis. airodump-ng sammelt packets und zeigt hidden-networks, aireplay-ng injiziert deauth-frames für handshake-capture, aircrack-ng selbst bricht wep-keys in minuten und wpa2-psks mit dictionary-attacks. besonders wertvoll für forensik: packet-capture-analysis identifiziert rogue-aps, client-probing-behavior enthüllt bewegungsprofile, wps-pin-recovery bei legacy-routern. die gpu-acceleration (via pyrit/hashcat) beschleunigt psk-cracking dramatisch. support für moderne standards: wpa3-transition-mode, 802.11ac/ax. scripting-interface automatisiert mass-assessments. cross-platform-verfügbarkeit mit hardware-treiber-support. forensic-mode bewahrt evidence-integrity. integration in penetration-testing-frameworks. der klassiker für wlan-forensik wenn moderne enterprise-wlans kompromittiert wurden. commandline wireless packet-capture injection cracking scenario:credential_theft network-forensics incident-response data-collection analysis", - "embedding": [ - -0.003936767578125, - 0.00498199462890625, - 0.036956787109375, - 0.0190582275390625, - 0.052490234375, - -0.00547027587890625, - 0.005298614501953125, - -0.005977630615234375, - -0.0226593017578125, - -0.0134124755859375, - -0.037139892578125, - 0.0501708984375, - 0.0057373046875, - -0.01739501953125, - -0.06494140625, - 0.05364990234375, - 0.00485992431640625, - 0.018768310546875, - 0.016143798828125, - 0.0030384063720703125, - -0.014678955078125, - -0.0272216796875, - -0.06182861328125, - -0.00262451171875, - -0.015655517578125, - -0.018768310546875, - -0.02606201171875, - -0.06842041015625, - -0.033050537109375, - 0.0093841552734375, - 0.0224609375, - -0.0196380615234375, - 0.0162353515625, - 0.018768310546875, - 0.01006317138671875, - -0.01006317138671875, - -0.014678955078125, - -0.029754638671875, - -0.0154571533203125, - 0.052490234375, - -0.010009765625, - -0.0012884140014648438, - 0.0006651878356933594, - -0.0112762451171875, - -0.038116455078125, - -0.0234222412109375, - -0.00899505615234375, - -0.01244354248046875, - 0.0472412109375, - -0.038116455078125, - 0.0289764404296875, - 0.03753662109375, - 0.00772857666015625, - -0.0062713623046875, - -0.03033447265625, - 0.0015802383422851562, - 0.048614501953125, - -0.0291595458984375, - -0.0367431640625, - 0.052490234375, - -0.05328369140625, - -0.033447265625, - -0.01312255859375, - -0.03656005859375, - -0.00797271728515625, - -0.003597259521484375, - -0.00547027587890625, - -0.041595458984375, - 0.0004162788391113281, - 0.00928497314453125, - 0.031707763671875, - -0.032073974609375, - -0.01555633544921875, - 0.0211029052734375, - -0.0149688720703125, - -0.0406494140625, - 0.0252838134765625, - 0.006999969482421875, - -0.0075836181640625, - -0.01084136962890625, - -0.03558349609375, - 0.0201263427734375, - 0.0462646484375, - -0.0285797119140625, - 0.0094757080078125, - -0.004543304443359375, - 0.0367431640625, - 0.01312255859375, - -0.01010894775390625, - -0.004230499267578125, - 0.03790283203125, - -0.02032470703125, - 0.041412353515625, - -0.0258636474609375, - 0.016815185546875, - 0.04510498046875, - 0.0102081298828125, - -0.0008749961853027344, - -0.003353118896484375, - 0.0305328369140625, - 0.033843994140625, - -0.0262451171875, - 0.07269287109375, - 0.01215362548828125, - 0.04705810546875, - -0.0177001953125, - 0.01273345947265625, - -0.007144927978515625, - -0.0160369873046875, - -0.014678955078125, - -0.0770263671875, - -0.0128326416015625, - -0.0012035369873046875, - -0.0482177734375, - 0.00885009765625, - -0.00021564960479736328, - -0.023529052734375, - 0.05950927734375, - -0.0521240234375, - -0.0258636474609375, - 0.03558349609375, - 0.0096282958984375, - -0.02362060546875, - -0.0128326416015625, - -0.06378173828125, - -0.054443359375, - 0.00262451171875, - 0.025665283203125, - -0.0400390625, - -0.033843994140625, - -0.023529052734375, - -0.0162353515625, - -0.0013551712036132812, - -0.0224609375, - -0.004276275634765625, - -0.02099609375, - 0.032867431640625, - 0.001567840576171875, - -0.009674072265625, - 0.0254669189453125, - 0.03228759765625, - -0.0247955322265625, - -0.052490234375, - 0.020904541015625, - -0.04180908203125, - -0.0212860107421875, - 0.017303466796875, - 0.03131103515625, - -0.0165252685546875, - -0.00241851806640625, - -0.01535797119140625, - 0.0112762451171875, - 0.03228759765625, - -0.0091400146484375, - -0.006221771240234375, - -0.055999755859375, - -0.00952911376953125, - -0.026641845703125, - 0.0160369873046875, - -0.041015625, - -0.0157470703125, - -0.0184783935546875, - -0.054840087890625, - 0.0148773193359375, - -0.02099609375, - -0.0086517333984375, - -0.01117706298828125, - -0.0159454345703125, - 0.0252838134765625, - -0.00860595703125, - 0.01264190673828125, - -0.006366729736328125, - 0.036163330078125, - 0.052490234375, - 0.009674072265625, - 0.031494140625, - 0.006610870361328125, - 0.01195526123046875, - -0.0031833648681640625, - 0.03656005859375, - -0.01428985595703125, - -0.0029277801513671875, - 0.04937744140625, - 0.0171051025390625, - 0.041412353515625, - -0.0024662017822265625, - -0.040435791015625, - -0.0134124755859375, - -0.04510498046875, - 0.0289764404296875, - -0.0190582275390625, - -0.0243988037109375, - -0.007633209228515625, - 0.01983642578125, - 0.0254669189453125, - 0.06842041015625, - 0.035003662109375, - 0.00666046142578125, - 0.0439453125, - 0.00403594970703125, - 0.00748443603515625, - 0.030914306640625, - -0.01273345947265625, - 0.047454833984375, - 0.016326904296875, - 0.01934814453125, - 0.0062713623046875, - 0.04803466796875, - 0.0264434814453125, - -0.037322998046875, - -0.0232391357421875, - 0.036956787109375, - 0.0011301040649414062, - -0.029754638671875, - -0.01059722900390625, - -0.0148773193359375, - -0.0080718994140625, - -0.0097198486328125, - 0.005054473876953125, - -0.003719329833984375, - -0.0134124755859375, - -0.029937744140625, - 0.011566162109375, - 0.0291595458984375, - -0.0232391357421875, - 0.061065673828125, - 0.0305328369140625, - -0.0274200439453125, - -0.009185791015625, - 0.034210205078125, - -0.0012941360473632812, - 0.0289764404296875, - 0.00023090839385986328, - 0.01312255859375, - -0.03656005859375, - -0.0148773193359375, - 0.038299560546875, - 0.039276123046875, - 0.00904083251953125, - 0.00855255126953125, - -0.0567626953125, - 0.050567626953125, - -0.042572021484375, - 0.03656005859375, - 0.026824951171875, - -0.0258636474609375, - 0.0139007568359375, - -0.00695037841796875, - 0.0170135498046875, - 0.0626220703125, - -0.07232666015625, - 0.0027103424072265625, - -0.056396484375, - 0.00250244140625, - -0.100341796875, - -0.02838134765625, - -0.037139892578125, - -0.041015625, - 0.03656005859375, - -0.012054443359375, - -0.0285797119140625, - -0.01273345947265625, - 0.0133209228515625, - -0.02935791015625, - 0.06573486328125, - 0.0043487548828125, - -0.03033447265625, - -0.01837158203125, - 0.07037353515625, - -0.004665374755859375, - -0.01983642578125, - -0.0281982421875, - -0.001312255859375, - 0.0223541259765625, - 0.048797607421875, - -0.0196380615234375, - 0.0009965896606445312, - 0.03228759765625, - 0.005977630615234375, - 0.0237274169921875, - -0.021881103515625, - -0.006366729736328125, - -0.0080718994140625, - 0.032867431640625, - -0.05328369140625, - -0.0006928443908691406, - 0.01312255859375, - 0.004375457763671875, - 0.0049591064453125, - -0.07080078125, - 0.0011243820190429688, - 0.045501708984375, - -0.01788330078125, - 0.036346435546875, - 0.015167236328125, - -0.062225341796875, - -0.006999969482421875, - 0.00366973876953125, - 0.006999969482421875, - 0.0096282958984375, - 0.07427978515625, - -0.044525146484375, - 0.02099609375, - 0.0024662017822265625, - -0.004787445068359375, - -0.035980224609375, - -0.0258636474609375, - -0.01132965087890625, - 0.0107421875, - -0.0501708984375, - -0.033233642578125, - -0.0112762451171875, - -0.00830841064453125, - 0.022064208984375, - 0.00695037841796875, - 0.007534027099609375, - -0.054840087890625, - -0.054046630859375, - 0.0177001953125, - -0.033843994140625, - -0.0196380615234375, - -0.04315185546875, - 0.034423828125, - 0.024017333984375, - 0.017791748046875, - -0.0061492919921875, - -0.01535797119140625, - -0.0439453125, - 0.04278564453125, - 0.0022716522216796875, - 0.0367431640625, - -0.006198883056640625, - 0.036163330078125, - 0.0281982421875, - 0.034423828125, - 0.033233642578125, - 0.049774169921875, - 0.026641845703125, - -0.007244110107421875, - -0.0227508544921875, - 0.01477813720703125, - -0.00432586669921875, - 0.0086517333984375, - -0.008941650390625, - -0.0025882720947265625, - -0.01264190673828125, - -0.01409912109375, - 0.0023937225341796875, - 0.03033447265625, - 0.034210205078125, - 0.0305328369140625, - -0.0185699462890625, - 0.01010894775390625, - 0.0491943359375, - -0.0006957054138183594, - 0.08203125, - -0.0012035369873046875, - -0.04840087890625, - 0.031494140625, - 0.0122528076171875, - -0.0274200439453125, - -0.0023822784423828125, - 0.04412841796875, - 0.02606201171875, - 0.007534027099609375, - 0.0270233154296875, - -0.0243988037109375, - 0.00977325439453125, - -0.0227508544921875, - -0.0186614990234375, - -0.005420684814453125, - -0.01171112060546875, - -0.01428985595703125, - 0.06646728515625, - 0.0472412109375, - 0.012542724609375, - 0.034027099609375, - -0.033233642578125, - -0.035003662109375, - -0.0270233154296875, - -0.061065673828125, - -0.00792694091796875, - 0.032470703125, - 0.01535797119140625, - 0.06805419921875, - -0.028778076171875, - -0.0672607421875, - 0.0035247802734375, - -0.04937744140625, - 0.06646728515625, - 0.02935791015625, - 0.0048370361328125, - 0.042572021484375, - -0.01371002197265625, - 0.01132965087890625, - 0.033233642578125, - -0.0015010833740234375, - 0.03790283203125, - 0.06341552734375, - 0.017303466796875, - 0.0081634521484375, - -0.033050537109375, - 0.00547027587890625, - 0.0222625732421875, - -0.005031585693359375, - -0.03131103515625, - 0.041229248046875, - 0.01055145263671875, - 0.0311126708984375, - -0.06884765625, - 0.04901123046875, - 0.0252838134765625, - -0.01885986328125, - -0.01166534423828125, - -0.01380157470703125, - -0.00666046142578125, - -0.069580078125, - 0.01788330078125, - 0.01137542724609375, - 0.0122528076171875, - 0.0276031494140625, - 0.031707763671875, - -0.0491943359375, - -0.044525146484375, - 0.03363037109375, - -0.058319091796875, - -0.01399993896484375, - 0.0032329559326171875, - -0.0254669189453125, - 0.0160369873046875, - -0.02313232421875, - -0.04803466796875, - -0.007778167724609375, - -0.01477813720703125, - -0.0396728515625, - -0.004009246826171875, - 0.01123046875, - -0.052886962890625, - -0.025665283203125, - -0.02935791015625, - 0.00772857666015625, - -0.0157470703125, - -0.0264434814453125, - 0.056396484375, - 0.005855560302734375, - 0.005031585693359375, - 0.016815185546875, - 0.049774169921875, - 0.0008325576782226562, - -0.034423828125, - 0.0458984375, - 0.00551605224609375, - -0.023529052734375, - 0.011566162109375, - 0.0025882720947265625, - 0.01312255859375, - -0.0181732177734375, - -0.0239105224609375, - 0.002613067626953125, - 0.014678955078125, - 0.012542724609375, - 0.01059722900390625, - -0.035980224609375, - -0.0171051025390625, - -0.050567626953125, - 0.049591064453125, - -0.01006317138671875, - 0.05328369140625, - -0.035003662109375, - -0.0439453125, - 0.02001953125, - -0.057159423828125, - -0.0252838134765625, - 0.00354766845703125, - -0.0062713623046875, - -0.024017333984375, - 0.055206298828125, - -0.012542724609375, - 0.0243988037109375, - 0.0037670135498046875, - 0.03656005859375, - -0.020416259765625, - -0.021392822265625, - -0.0258636474609375, - 0.0239105224609375, - 0.0049591064453125, - -0.046478271484375, - 0.01535797119140625, - -0.02508544921875, - 0.0014276504516601562, - 0.050567626953125, - -0.04296875, - 0.007778167724609375, - -0.01010894775390625, - -0.054840087890625, - -0.036346435546875, - -0.044525146484375, - -0.032867431640625, - -0.036956787109375, - 0.024017333984375, - 0.034423828125, - 0.00885009765625, - -0.007244110107421875, - 0.01322174072265625, - 0.0185699462890625, - 0.019439697265625, - -0.0175933837890625, - -0.0258636474609375, - 0.0233306884765625, - -0.048614501953125, - -0.032073974609375, - -0.0165252685546875, - 0.04315185546875, - -0.0234222412109375, - -0.003475189208984375, - 0.021575927734375, - -0.0023097991943359375, - 0.0179901123046875, - -0.054840087890625, - -0.007678985595703125, - -0.0262451171875, - -0.0357666015625, - -0.01934814453125, - -0.01361083984375, - 0.00354766845703125, - 0.021575927734375, - -0.0159454345703125, - 0.0175933837890625, - 0.024200439453125, - -0.033447265625, - 0.0169219970703125, - 0.0008869171142578125, - -0.0149688720703125, - 0.007244110107421875, - -0.003986358642578125, - 0.005321502685546875, - -0.0036449432373046875, - 0.044921875, - -0.01555633544921875, - -0.034027099609375, - -0.0863037109375, - 0.01171112060546875, - -0.015167236328125, - -0.007289886474609375, - -0.045684814453125, - -0.0606689453125, - -0.06494140625, - -0.0217742919921875, - 0.025665283203125, - 0.018768310546875, - 0.0050811767578125, - 0.005954742431640625, - -0.01526641845703125, - -0.01293182373046875, - -0.03033447265625, - 0.026641845703125, - -0.0148773193359375, - 0.0237274169921875, - 0.0007534027099609375, - -0.0221710205078125, - 0.0248870849609375, - 0.0301361083984375, - 0.007289886474609375, - 0.03033447265625, - 0.0234222412109375, - -0.01361083984375, - 0.0211944580078125, - -0.0258636474609375, - -0.01059722900390625, - 0.0014095306396484375, - -0.0139007568359375, - 0.01934814453125, - -0.009918212890625, - -0.0160369873046875, - 0.0196380615234375, - 0.038299560546875, - 0.032867431640625, - -0.006610870361328125, - -0.009185791015625, - 0.04705810546875, - -0.00023090839385986328, - 0.0272216796875, - -0.022064208984375, - -0.045501708984375, - 0.01428985595703125, - -0.024017333984375, - 0.0462646484375, - 0.036163330078125, - 0.0006561279296875, - -0.02838134765625, - 0.0196380615234375, - 0.06182861328125, - 0.00836181640625, - -0.0501708984375, - -0.01477813720703125, - 0.0050811767578125, - 0.02508544921875, - 0.038299560546875, - -0.01526641845703125, - 0.08050537109375, - -0.01380157470703125, - -0.0018472671508789062, - 0.06573486328125, - 0.08050537109375, - 0.0281982421875, - -0.01361083984375, - -0.0243988037109375, - 0.0175018310546875, - 0.011474609375, - -0.049774169921875, - -0.049591064453125, - -0.00846099853515625, - 0.07196044921875, - -0.059112548828125, - -0.00008547306060791016, - -0.008941650390625, - -0.0133209228515625, - 0.004497528076171875, - 0.0165252685546875, - -0.034210205078125, - 0.018768310546875, - 0.01739501953125, - -0.035980224609375, - -0.037139892578125, - -0.0367431640625, - 0.0080718994140625, - 0.04376220703125, - 0.044708251953125, - -0.041412353515625, - 0.0258636474609375, - 0.03228759765625, - 0.04705810546875, - 0.0305328369140625, - 0.02935791015625, - 0.03656005859375, - 0.0011358261108398438, - 0.03228759765625, - 0.0567626953125, - -0.00748443603515625, - -0.03460693359375, - 0.0057373046875, - 0.025665283203125, - 0.0587158203125, - 0.083984375, - 0.00670623779296875, - -0.01885986328125, - -0.0180816650390625, - -0.0252838134765625, - 0.01039886474609375, - 0.0021514892578125, - -0.027801513671875, - -0.05133056640625, - -0.02459716796875, - 0.0181732177734375, - -0.0191497802734375, - 0.0439453125, - 0.015167236328125, - -0.0262451171875, - -0.031494140625, - 0.0357666015625, - 0.0112762451171875, - -0.03265380859375, - 0.01293182373046875, - -0.0254669189453125, - -0.0122528076171875, - -0.032073974609375, - -0.0121002197265625, - 0.033233642578125, - -0.0010938644409179688, - -0.055206298828125, - -0.003936767578125, - 0.033233642578125, - -0.031707763671875, - -0.0264434814453125, - -0.0237274169921875, - 0.007144927978515625, - -0.0458984375, - -0.054840087890625, - -0.069580078125, - -0.033447265625, - -0.00695037841796875, - -0.0175933837890625, - -0.014190673828125, - -0.0248870849609375, - -0.029937744140625, - -0.00904083251953125, - 0.00670623779296875, - -0.0217742919921875, - 0.036346435546875, - -0.0587158203125, - 0.0347900390625, - 0.036346435546875, - 0.0107421875, - 0.018768310546875, - 0.055999755859375, - -0.00605010986328125, - -0.0115203857421875, - 0.0166168212890625, - -0.05328369140625, - -0.002429962158203125, - 0.0007658004760742188, - 0.01351165771484375, - -0.06414794921875, - 0.002685546875, - 0.021484375, - -0.1026611328125, - 0.0270233154296875, - -0.002017974853515625, - -0.015167236328125, - -0.0400390625, - -0.00005811452865600586, - 0.006320953369140625, - -0.01195526123046875, - 0.077392578125, - -0.0075836181640625, - -0.0226593017578125, - 0.01506805419921875, - -0.0279998779296875, - 0.050567626953125, - 0.00217437744140625, - 0.03753662109375, - -0.035003662109375, - 0.0289764404296875, - 0.01885986328125, - -0.0169219970703125, - 0.00391387939453125, - -0.0606689453125, - 0.0143890380859375, - 0.016143798828125, - 0.015167236328125, - -0.0034503936767578125, - -0.03753662109375, - -0.04412841796875, - -0.0281982421875, - -0.0228424072265625, - 0.0159454345703125, - 0.015167236328125, - 0.004375457763671875, - -0.033233642578125, - -0.031494140625, - -0.0018835067749023438, - -0.038116455078125, - -0.0311126708984375, - -0.01399993896484375, - 0.0406494140625, - 0.00797271728515625, - -0.052490234375, - 0.034423828125, - -0.002685546875, - -0.004787445068359375, - 0.05328369140625, - 0.05133056640625, - -0.042572021484375, - 0.019439697265625, - 0.0061492919921875, - 0.046478271484375, - -0.007534027099609375, - 0.01006317138671875, - -0.0013856887817382812, - 0.011566162109375, - 0.033233642578125, - -0.026641845703125, - 0.031890869140625, - 0.035186767578125, - -0.01035308837890625, - -0.0750732421875, - -0.0190582275390625, - -0.0386962890625, - 0.0212860107421875, - 0.0033054351806640625, - 0.0501708984375, - 0.007389068603515625, - -0.0472412109375, - -0.0882568359375, - 0.031707763671875, - -0.014678955078125, - 0.023529052734375, - 0.00037670135498046875, - -0.029754638671875, - -0.07080078125, - -0.03790283203125, - -0.0075836181640625, - 0.0248870849609375, - -0.0166168212890625, - 0.04608154296875, - 0.004253387451171875, - -0.0036945343017578125, - 0.00772857666015625, - -0.019256591796875, - -0.0122528076171875, - 0.0154571533203125, - 0.02362060546875, - -0.027801513671875, - 0.0758056640625, - -0.06494140625, - 0.0070953369140625, - -0.024505615234375, - -0.0239105224609375, - -0.00957489013671875, - -0.0070953369140625, - -0.0211944580078125, - -0.004154205322265625, - 0.0148773193359375, - 0.04803466796875, - -0.0301361083984375, - 0.0139007568359375, - -0.0167236328125, - 0.044342041015625, - 0.0172119140625, - -0.01555633544921875, - 0.0169219970703125, - -0.0202178955078125, - 0.005031585693359375, - -0.02508544921875, - -0.0731201171875, - -0.07269287109375, - 0.00792694091796875, - -0.0262451171875, - -0.00313568115234375, - -0.01322174072265625, - 0.02032470703125, - 0.016815185546875, - -0.00301361083984375, - 0.0272216796875, - -0.0043487548828125, - -0.019927978515625, - -0.035003662109375, - 0.0311126708984375, - -0.017791748046875, - 0.031890869140625, - -0.00850677490234375, - -0.033050537109375, - 0.028778076171875, - 0.0019197463989257812, - -0.00792694091796875, - -0.00743865966796875, - 0.0158538818359375, - -0.01457977294921875, - 0.01428985595703125, - -0.0921630859375, - -0.046478271484375, - 0.00039505958557128906, - 0.056396484375, - -0.00977325439453125, - -0.0357666015625, - 0.06298828125, - -0.011810302734375, - -0.052490234375, - 0.041229248046875, - -0.0107879638671875, - -0.06414794921875, - 0.03363037109375, - -0.00933074951171875, - 0.033050537109375, - 0.014678955078125, - 0.050567626953125, - 0.02838134765625, - 0.031494140625, - 0.04412841796875, - -0.0179901123046875, - 0.014190673828125, - -0.0143890380859375, - 0.046844482421875, - 0.0175933837890625, - 0.0377197265625, - -0.022064208984375, - 0.034027099609375, - 0.012542724609375, - -0.0968017578125, - -0.00695037841796875, - -0.027801513671875, - -0.029754638671875, - -0.0062713623046875, - 0.08050537109375, - 0.039093017578125, - 0.021392822265625, - 0.02508544921875, - 0.03131103515625, - 0.02294921875, - -0.002017974853515625, - -0.028778076171875, - -0.0606689453125, - -0.02935791015625, - 0.01457977294921875, - -0.003986358642578125, - -0.057159423828125, - 0.0205078125, - 0.050567626953125, - -0.0172119140625, - -0.010162353515625, - -0.007778167724609375, - -0.0007047653198242188, - 0.019439697265625, - 0.01132965087890625, - 0.003864288330078125, - -0.046844482421875, - 0.03265380859375, - 0.03753662109375, - 0.0004191398620605469, - 0.0050811767578125, - -0.009429931640625, - -0.01166534423828125, - 0.034027099609375, - -0.052886962890625, - 0.00981903076171875, - 0.00605010986328125, - 0.07818603515625, - 0.010009765625, - -0.03265380859375, - -0.0005831718444824219, - 0.0158538818359375, - 0.0272216796875, - -0.0021381378173828125, - 0.01064300537109375, - 0.00792694091796875, - -0.02032470703125, - 0.0233306884765625, - 0.03228759765625, - -0.0107421875, - 0.0311126708984375, - 0.0201263427734375, - -0.0606689453125, - 0.03887939453125, - -0.020904541015625, - 0.01885986328125, - -0.008941650390625, - -0.03265380859375, - -0.0239105224609375, - -0.04608154296875, - 0.04376220703125, - 0.03790283203125, - 0.03265380859375, - 0.0008993148803710938, - -0.0031604766845703125, - -0.0171051025390625, - -0.0059051513671875, - 0.02935791015625, - 0.0196380615234375, - 0.007049560546875, - 0.02508544921875, - 0.0228424072265625, - -0.00510406494140625, - 0.0081634521484375, - -0.0227508544921875, - 0.0037670135498046875, - -0.0179901123046875, - 0.01264190673828125, - -0.0606689453125, - -0.0165252685546875, - -0.0019445419311523438, - -0.0270233154296875, - -0.01161956787109375, - -0.0258636474609375, - 0.01555633544921875, - -0.019439697265625, - -0.041015625, - 0.0148773193359375, - 0.05755615234375, - -0.0120086669921875, - 0.0170135498046875, - 0.02001953125, - 0.0233306884765625, - 0.0184783935546875, - -0.0750732421875, - 0.057952880859375, - 0.0419921875, - 0.04296875, - -0.01190948486328125, - 0.0060272216796875, - 0.035400390625, - -0.0171051025390625, - -0.00885009765625, - 0.01322174072265625, - -0.02099609375, - 0.052886962890625, - 0.0191497802734375, - -0.00403594970703125, - -0.0252838134765625, - 0.00743865966796875, - 0.004230499267578125, - -0.035980224609375, - 0.033233642578125, - 0.0148773193359375, - 0.01788330078125, - -0.0012941360473632812, - -0.006855010986328125, - -0.01059722900390625, - -0.055999755859375, - 0.06610107421875, - 0.0307159423828125, - -0.006561279296875, - 0.0252838134765625, - -0.06573486328125, - 0.03558349609375, - 0.01088714599609375, - 0.0295562744140625, - -0.03131103515625, - 0.0472412109375, - -0.0234222412109375, - 0.00408172607421875, - -0.0172119140625, - 0.0158538818359375, - -0.0211944580078125, - 0.027801513671875, - -0.02099609375, - 0.0567626953125, - 0.003864288330078125, - 0.004787445068359375, - -0.0567626953125, - -0.008941650390625, - -0.0035724639892578125, - 0.0439453125, - 0.03558349609375, - -0.048614501953125, - -0.0262451171875, - -0.01837158203125, - 0.0291595458984375, - 0.07427978515625, - 0.00274658203125, - 0.0274200439453125, - -0.00923919677734375, - -0.0078277587890625, - -0.0205078125, - -0.01010894775390625 - ], - "metadata": { - "domains": [ - "network-forensics", - "incident-response" - ], - "phases": [ - "data-collection", - "analysis" - ], - "tags": [ - "commandline", - "wireless", - "packet-capture", - "injection", - "cracking", - "scenario:credential_theft" - ], - "skillLevel": "advanced", - "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.0000317692756652832, - 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_hashcat", - "type": "tool", - "name": "hashcat", - "content": "hashcat höchstperformanter passwort‑recovery‑accelerator, der cpus, gpus, fpgas und sogar asics parallel nutzen kann. unterstützt über 300 hash‑formate (u.a. bcrypt, ntlm, kerberos, wpa‑pmkid) und besitzt flexible angriffsmodi (dictionary, mask, hybrid, rule‑based). dank opencl‑backend skaliert hashcat von laptop‑gpu bis zu verteilten clustern – unverzichtbar für credential‑audits und incident‑response. password-recovery gpu-acceleration cracking scenario:credential_theft incident-response fraud-investigation analysis", - "embedding": [ - -0.00949859619140625, - -0.0177001953125, - 0.048858642578125, - 0.00295257568359375, - 0.0257415771484375, - 0.0090484619140625, - 0.0240325927734375, - -0.02874755859375, - -0.0177001953125, - 0.0008168220520019531, - -0.0090484619140625, - 0.05267333984375, - -0.010955810546875, - -0.01427459716796875, - -0.05267333984375, - 0.0088958740234375, - -0.00949859619140625, - 0.0011434555053710938, - -0.01427459716796875, - -0.00588226318359375, - -0.00658416748046875, - 0.01025390625, - -0.07879638671875, - -0.01849365234375, - -0.0012760162353515625, - -0.035400390625, - -0.0015897750854492188, - -0.041229248046875, - -0.01397705078125, - -0.0106048583984375, - -0.006633758544921875, - -0.043426513671875, - 0.0279541015625, - 0.018096923828125, - -0.00965118408203125, - 0.014678955078125, - 0.019195556640625, - -0.02593994140625, - -0.003719329833984375, - 0.06475830078125, - -0.0301666259765625, - 0.033782958984375, - 0.0023746490478515625, - 0.00260162353515625, - -0.03399658203125, - -0.032989501953125, - 0.0230255126953125, - -0.01216888427734375, - 0.0240325927734375, - -0.0182952880859375, - 0.01528167724609375, - 0.025238037109375, - 0.02734375, - -0.0124664306640625, - -0.0214080810546875, - 0.03619384765625, - 0.02252197265625, - -0.02423095703125, - -0.0189056396484375, - 0.05670166015625, - -0.033172607421875, - -0.02935791015625, - 0.01708984375, - -0.0265350341796875, - 0.0313720703125, - 0.0210113525390625, - -0.00724029541015625, - -0.04705810546875, - -0.01070404052734375, - 0.01100921630859375, - 0.0211181640625, - -0.01337432861328125, - -0.00545501708984375, - 0.01739501953125, - -0.0518798828125, - -0.0313720703125, - 0.042816162109375, - 0.0119171142578125, - 0.0008358955383300781, - -0.0015268325805664062, - -0.03338623046875, - 0.0291595458984375, - 0.03680419921875, - -0.02532958984375, - -0.0196990966796875, - 0.01025390625, - 0.031982421875, - 0.007793426513671875, - -0.031982421875, - 0.00595855712890625, - 0.010406494140625, - 0.00965118408203125, - 0.05950927734375, - -0.0159912109375, - 0.032989501953125, - 0.041229248046875, - -0.0144805908203125, - 0.017486572265625, - 0.041015625, - 0.0279541015625, - -0.0033168792724609375, - -0.0038967132568359375, - 0.05108642578125, - -0.0059051513671875, - 0.0224151611328125, - -0.0090484619140625, - 0.0110626220703125, - -0.05047607421875, - 0.01045989990234375, - -0.044036865234375, - -0.10052490234375, - -0.05950927734375, - -0.00444793701171875, - -0.0723876953125, - 0.00537872314453125, - -0.032562255859375, - -0.0182952880859375, - 0.01120758056640625, - -0.034576416015625, - -0.0200042724609375, - 0.0064849853515625, - 0.01015472412109375, - -0.0144805908203125, - 0.01397705078125, - -0.032562255859375, - -0.053070068359375, - 0.0311737060546875, - 0.0248260498046875, - -0.042236328125, - -0.0027523040771484375, - -0.04425048828125, - -0.034393310546875, - 0.0213165283203125, - -0.03277587890625, - -0.0233306884765625, - -0.01427459716796875, - 0.053497314453125, - -0.0164947509765625, - -0.0013828277587890625, - -0.005077362060546875, - 0.03155517578125, - -0.053497314453125, - -0.067138671875, - 0.002513885498046875, - -0.0313720703125, - -0.01377105712890625, - 0.009552001953125, - 0.053070068359375, - -0.002513885498046875, - 0.00015866756439208984, - -0.01708984375, - -0.0171966552734375, - 0.03216552734375, - -0.006988525390625, - 0.01035308837890625, - -0.04705810546875, - 0.0159912109375, - -0.058319091796875, - 0.01155853271484375, - -0.01337432861328125, - -0.0227203369140625, - 0.00424957275390625, - -0.0196075439453125, - 0.01427459716796875, - -0.0313720703125, - -0.044830322265625, - -0.0230255126953125, - 0.01256561279296875, - 0.0186004638671875, - 0.0171966552734375, - 0.0217132568359375, - -0.0237274169921875, - 0.039825439453125, - 0.02935791015625, - -0.015380859375, - 0.03680419921875, - 0.01000213623046875, - 0.0019102096557617188, - 0.016387939453125, - 0.032562255859375, - -0.0177001953125, - -0.0309600830078125, - 0.0404052734375, - 0.022216796875, - 0.0158843994140625, - 0.012969970703125, - -0.052276611328125, - 0.0206146240234375, - -0.039825439453125, - 0.0247344970703125, - -0.0194091796875, - -0.07720947265625, - 0.0034694671630859375, - 0.0177001953125, - 0.0248260498046875, - 0.035797119140625, - 0.032989501953125, - -0.036590576171875, - 0.029754638671875, - 0.005657196044921875, - 0.020111083984375, - 0.0250396728515625, - -0.00502777099609375, - 0.03680419921875, - 0.0241241455078125, - 0.0021610260009765625, - -0.002941131591796875, - 0.060333251953125, - 0.01377105712890625, - -0.0117645263671875, - -0.006259918212890625, - 0.028961181640625, - 0.008392333984375, - -0.042816162109375, - -0.02734375, - -0.045654296875, - 0.019500732421875, - 0.02734375, - 0.006435394287109375, - 0.0004398822784423828, - -0.02081298828125, - -0.0200042724609375, - 0.01337432861328125, - 0.04443359375, - 0.02392578125, - 0.0369873046875, - 0.025543212890625, - 0.0039215087890625, - -0.0189971923828125, - 0.0295562744140625, - -0.0009613037109375, - 0.0233306884765625, - -0.0126190185546875, - 0.0261383056640625, - -0.0217132568359375, - -0.0267486572265625, - 0.0478515625, - 0.049468994140625, - 0.01166534423828125, - 0.003795623779296875, - -0.062744140625, - 0.021514892578125, - -0.0599365234375, - 0.050079345703125, - 0.03277587890625, - 0.006084442138671875, - -0.01081085205078125, - 0.0035190582275390625, - 0.055908203125, - 0.049072265625, - -0.061920166015625, - 0.0038204193115234375, - -0.059112548828125, - 0.00899505615234375, - -0.07037353515625, - -0.035797119140625, - -0.020416259765625, - -0.0615234375, - 0.0506591796875, - -0.030364990234375, - -0.0285491943359375, - 0.01226806640625, - 0.006633758544921875, - -0.0216217041015625, - 0.040618896484375, - -0.01050567626953125, - -0.06353759765625, - 0.0151824951171875, - 0.04443359375, - -0.0017347335815429688, - -0.03216552734375, - -0.014984130859375, - 0.0240325927734375, - 0.0217132568359375, - 0.0347900390625, - 0.0042724609375, - 0.0050506591796875, - 0.0257415771484375, - 0.0111083984375, - 0.01508331298828125, - -0.011260986328125, - 0.006282806396484375, - -0.029754638671875, - 0.014373779296875, - -0.0309600830078125, - -0.0090484619140625, - -0.01558685302734375, - 0.0165863037109375, - -0.01457977294921875, - -0.053070068359375, - -0.0090484619140625, - 0.038818359375, - 0.001407623291015625, - 0.0228271484375, - -0.0241241455078125, - -0.040008544921875, - 0.00027179718017578125, - 0.0087432861328125, - -0.044036865234375, - 0.028350830078125, - 0.034393310546875, - -0.039215087890625, - -0.01508331298828125, - 0.00394439697265625, - -0.0194091796875, - -0.048675537109375, - -0.02362060546875, - -0.00829315185546875, - -0.0083465576171875, - -0.05950927734375, - -0.0347900390625, - -0.01055908203125, - -0.0257415771484375, - 0.018798828125, - -0.0230255126953125, - -0.0093536376953125, - -0.068359375, - -0.05047607421875, - 0.01377105712890625, - -0.02996826171875, - -0.0193023681640625, - -0.022125244140625, - 0.0574951171875, - -0.00260162353515625, - -0.022125244140625, - -0.017486572265625, - -0.01131439208984375, - -0.03338623046875, - 0.028961181640625, - -0.0247344970703125, - 0.00879669189453125, - -0.004070281982421875, - 0.05267333984375, - 0.01357269287109375, - 0.0279541015625, - 0.055084228515625, - 0.04644775390625, - 0.00759124755859375, - -0.0022373199462890625, - 0.01739501953125, - -0.006084442138671875, - 0.0301666259765625, - 0.035980224609375, - -0.0031299591064453125, - -0.0007381439208984375, - -0.023834228515625, - -0.035797119140625, - -0.01085662841796875, - 0.0291595458984375, - 0.031982421875, - 0.034576416015625, - -0.00615692138671875, - 0.0203094482421875, - 0.03680419921875, - -0.0071868896484375, - 0.10174560546875, - -0.0237274169921875, - -0.07843017578125, - 0.035980224609375, - 0.022216796875, - -0.040008544921875, - -0.004573822021484375, - 0.0233306884765625, - 0.018402099609375, - 0.006687164306640625, - 0.0305633544921875, - 0.00502777099609375, - 0.039825439453125, - 0.006008148193359375, - 0.00495147705078125, - -0.0021991729736328125, - -0.0271453857421875, - 0.0250396728515625, - 0.06072998046875, - 0.05126953125, - 0.019195556640625, - 0.048065185546875, - -0.0309600830078125, - -0.021514892578125, - -0.01849365234375, - -0.041412353515625, - -0.00545501708984375, - 0.0438232421875, - 0.0093994140625, - 0.0546875, - -0.05047607421875, - -0.07598876953125, - 0.036407470703125, - -0.0128173828125, - 0.06353759765625, - 0.0285491943359375, - 0.018402099609375, - 0.0023250579833984375, - -0.0172882080078125, - 0.022216796875, - 0.03759765625, - 0.00824737548828125, - 0.012115478515625, - 0.0213165283203125, - 0.0484619140625, - -0.01377105712890625, - -0.052276611328125, - 0.01678466796875, - 0.006534576416015625, - 0.03216552734375, - -0.01201629638671875, - 0.01226806640625, - -0.006633758544921875, - 0.005229949951171875, - -0.03155517578125, - 0.07196044921875, - 0.0295562744140625, - -0.0241241455078125, - 0.0305633544921875, - -0.00980377197265625, - -0.0177001953125, - -0.0450439453125, - 0.007389068603515625, - -0.006031036376953125, - 0.0003535747528076172, - 0.025543212890625, - 0.022125244140625, - -0.042022705078125, - -0.03277587890625, - 0.0084991455078125, - -0.055084228515625, - 0.0175933837890625, - 0.0193023681640625, - -0.033782958984375, - 0.026947021484375, - -0.0216217041015625, - -0.0599365234375, - 0.04986572265625, - -0.0126190185546875, - -0.031768798828125, - 0.002902984619140625, - 0.0347900390625, - -0.0254364013671875, - -0.0271453857421875, - -0.041412353515625, - -0.0271453857421875, - -0.00864410400390625, - -0.03076171875, - 0.048248291015625, - -0.01030731201171875, - -0.0279541015625, - 0.0200042724609375, - 0.05047607421875, - 0.0030536651611328125, - -0.01508331298828125, - 0.038818359375, - -0.0158843994140625, - -0.0301666259765625, - -0.00110626220703125, - 0.0151824951171875, - 0.012969970703125, - -0.0277557373046875, - -0.01226806640625, - -0.010406494140625, - 0.0203094482421875, - 0.007137298583984375, - -0.01708984375, - -0.0574951171875, - -0.028350830078125, - -0.04083251953125, - 0.05670166015625, - -0.0011501312255859375, - 0.046661376953125, - -0.0182037353515625, - -0.0347900390625, - 0.0093536376953125, - -0.043243408203125, - -0.0194091796875, - 0.0005621910095214844, - -0.0231170654296875, - -0.004726409912109375, - 0.08404541015625, - -0.037200927734375, - 0.005706787109375, - 0.004047393798828125, - 0.07843017578125, - -0.0025005340576171875, - -0.0200042724609375, - -0.061126708984375, - 0.03839111328125, - 0.01131439208984375, - -0.053070068359375, - 0.00814056396484375, - -0.004726409912109375, - 0.020111083984375, - 0.048675537109375, - -0.05047607421875, - -0.0216217041015625, - -0.04022216796875, - -0.04766845703125, - -0.01407623291015625, - -0.044647216796875, - -0.02020263671875, - -0.034576416015625, - 0.04443359375, - 0.0587158203125, - 0.013671875, - 0.005603790283203125, - 0.032562255859375, - 0.019500732421875, - 0.03277587890625, - -0.0035190582275390625, - -0.042633056640625, - 0.03741455078125, - -0.061920166015625, - -0.03216552734375, - -0.0234222412109375, - 0.03680419921875, - -0.0196990966796875, - 0.01000213623046875, - 0.00930023193359375, - -0.038604736328125, - 0.042022705078125, - -0.049072265625, - 0.0207061767578125, - -0.0177001953125, - -0.03680419921875, - -0.0233306884765625, - -0.0203094482421875, - 0.0007290840148925781, - 0.0271453857421875, - 0.0001036524772644043, - 0.0220184326171875, - 0.025238037109375, - -0.0404052734375, - 0.0228271484375, - 0.004497528076171875, - -0.00708770751953125, - -0.007038116455078125, - -0.00510406494140625, - 0.0095977783203125, - -0.01427459716796875, - 0.03558349609375, - -0.021514892578125, - -0.058319091796875, - -0.046661376953125, - 0.0267486572265625, - -0.0016841888427734375, - -0.039215087890625, - -0.01558685302734375, - -0.05267333984375, - -0.06475830078125, - -0.01236724853515625, - 0.036590576171875, - 0.0281524658203125, - 0.001049041748046875, - -0.006107330322265625, - -0.0050506591796875, - -0.0295562744140625, - -0.01568603515625, - 0.0175933837890625, - -0.0203094482421875, - 0.006008148193359375, - -0.006435394287109375, - -0.0117645263671875, - 0.04302978515625, - 0.0134735107421875, - 0.0106048583984375, - 0.02996826171875, - 0.0194091796875, - -0.0295562744140625, - 0.01477813720703125, - -0.016082763671875, - -0.021209716796875, - 0.00759124755859375, - -0.004222869873046875, - 0.012664794921875, - 0.00588226318359375, - 0.00452423095703125, - 0.01508331298828125, - 0.018096923828125, - 0.04241943359375, - -0.01849365234375, - -0.0189971923828125, - 0.037811279296875, - -0.018798828125, - 0.050872802734375, - 0.01206207275390625, - -0.04925537109375, - -0.0023250579833984375, - -0.0200042724609375, - 0.029754638671875, - 0.011810302734375, - -0.01477813720703125, - -0.0279541015625, - 0.019195556640625, - 0.07037353515625, - -0.00384521484375, - -0.022918701171875, - 0.012969970703125, - -0.010955810546875, - 0.01508331298828125, - 0.043243408203125, - -0.00844573974609375, - 0.07720947265625, - 0.00949859619140625, - -0.01427459716796875, - 0.0416259765625, - 0.062744140625, - 0.0248260498046875, - -0.026947021484375, - -0.031768798828125, - 0.0175933837890625, - -0.00724029541015625, - -0.03338623046875, - -0.028961181640625, - -0.0010557174682617188, - 0.05792236328125, - -0.08807373046875, - -0.00980377197265625, - 0.00995635986328125, - -0.0093536376953125, - 0.015380859375, - 0.0220184326171875, - -0.022918701171875, - 0.0203094482421875, - 0.01357269287109375, - -0.0028781890869140625, - -0.0220184326171875, - 0.0078887939453125, - 0.00444793701171875, - 0.05792236328125, - 0.045257568359375, - -0.048858642578125, - 0.035400390625, - 0.0005593299865722656, - 0.0243377685546875, - 0.013671875, - 0.0335693359375, - 0.0171966552734375, - 0.031768798828125, - 0.0309600830078125, - 0.06878662109375, - -0.0020236968994140625, - -0.00879669189453125, - 0.005279541015625, - -0.00595855712890625, - 0.04425048828125, - 0.053070068359375, - 0.0128173828125, - -0.00110626220703125, - 0.022216796875, - -0.03741455078125, - -0.011260986328125, - 0.006206512451171875, - -0.040618896484375, - -0.055084228515625, - -0.03619384765625, - 0.0216217041015625, - -0.0313720703125, - 0.053497314453125, - 0.0247344970703125, - -0.03338623046875, - -0.01085662841796875, - 0.0271453857421875, - 0.0095977783203125, - -0.04302978515625, - 0.018798828125, - -0.034393310546875, - -0.02252197265625, - -0.01050567626953125, - -0.0114593505859375, - 0.037811279296875, - 0.01201629638671875, - -0.08526611328125, - -0.01201629638671875, - 0.052276611328125, - -0.0279541015625, - -0.03558349609375, - -0.004550933837890625, - -0.023834228515625, - -0.02935791015625, - -0.059112548828125, - -0.03839111328125, - -0.0209197998046875, - 0.007843017578125, - -0.0250396728515625, - 0.0025005340576171875, - -0.019500732421875, - -0.005428314208984375, - -0.0209197998046875, - -0.026336669921875, - -0.043243408203125, - 0.0301666259765625, - -0.0450439453125, - 0.0295562744140625, - 0.01306915283203125, - 0.019805908203125, - 0.040618896484375, - 0.06475830078125, - -0.01151275634765625, - -0.019500732421875, - -0.0024261474609375, - -0.0723876953125, - -0.00555419921875, - -0.01387786865234375, - 0.01100921630859375, - -0.0271453857421875, - 0.0012311935424804688, - 0.043426513671875, - -0.061126708984375, - -0.0020351409912109375, - -0.01251983642578125, - -0.0248260498046875, - -0.04925537109375, - 0.0017843246459960938, - 0.00844573974609375, - 0.02423095703125, - 0.07080078125, - 0.01050567626953125, - -0.0171966552734375, - -0.00595855712890625, - -0.01528167724609375, - 0.041839599609375, - 0.0271453857421875, - 0.0311737060546875, - -0.02874755859375, - 0.0275421142578125, - 0.021209716796875, - -0.01000213623046875, - 0.021209716796875, - -0.08123779296875, - -0.01739501953125, - 0.0179901123046875, - -0.0030040740966796875, - -0.0128173828125, - -0.02593994140625, - -0.049072265625, - -0.028961181640625, - -0.048675537109375, - 0.001300811767578125, - 0.004398345947265625, - 0.023834228515625, - -0.0347900390625, - -0.01558685302734375, - 0.002185821533203125, - -0.0347900390625, - -0.031982421875, - -0.0382080078125, - 0.0223236083984375, - -0.00965118408203125, - -0.030364990234375, - 0.02996826171875, - 0.002979278564453125, - 0.032379150390625, - 0.041412353515625, - 0.042022705078125, - -0.0243377685546875, - 0.014373779296875, - -0.01035308837890625, - 0.03900146484375, - 0.0224151611328125, - -0.0026760101318359375, - 0.002727508544921875, - 0.0024261474609375, - 0.00510406494140625, - -0.00444793701171875, - 0.050262451171875, - 0.03839111328125, - -0.041015625, - -0.052276611328125, - -0.02191162109375, - -0.01910400390625, - 0.0004930496215820312, - -0.031982421875, - 0.03741455078125, - 0.00623321533203125, - -0.01226806640625, - -0.07196044921875, - 0.047454833984375, - -0.031982421875, - 0.04644775390625, - 0.0369873046875, - -0.0281524658203125, - -0.05389404296875, - -0.05792236328125, - -0.0281524658203125, - 0.026336669921875, - -0.05108642578125, - 0.04022216796875, - 0.0277557373046875, - 0.0114593505859375, - 0.0248260498046875, - -0.017791748046875, - -0.0295562744140625, - 0.00945281982421875, - 0.0102081298828125, - -0.0161895751953125, - 0.054290771484375, - -0.0248260498046875, - 0.035400390625, - -0.021209716796875, - 0.0005373954772949219, - 0.018402099609375, - 0.008544921875, - -0.020416259765625, - 0.00142669677734375, - 0.017486572265625, - 0.0194091796875, - -0.041015625, - -0.00894927978515625, - -0.0305633544921875, - 0.0171966552734375, - -0.0231170654296875, - -0.02593994140625, - -0.0012063980102539062, - 0.0277557373046875, - 0.00970458984375, - -0.0301666259765625, - -0.04425048828125, - -0.06756591796875, - 0.0078887939453125, - -0.006938934326171875, - -0.007640838623046875, - -0.0110626220703125, - 0.0313720703125, - -0.003078460693359375, - -0.0182952880859375, - -0.0012254714965820312, - 0.0144805908203125, - -0.01206207275390625, - -0.035400390625, - 0.0217132568359375, - 0.01427459716796875, - 0.049468994140625, - 0.0216217041015625, - -0.025238037109375, - 0.0699462890625, - 0.00502777099609375, - -0.002437591552734375, - -0.0148773193359375, - -0.0213165283203125, - -0.017791748046875, - -0.004425048828125, - -0.061126708984375, - -0.0478515625, - 0.01171112060546875, - 0.00302886962890625, - 0.0078887939453125, - -0.0291595458984375, - 0.050079345703125, - -0.0203094482421875, - -0.060333251953125, - 0.009552001953125, - -0.003795623779296875, - -0.06634521484375, - 0.0347900390625, - -0.0223236083984375, - 0.046844482421875, - -0.006183624267578125, - 0.03839111328125, - -0.00949859619140625, - 0.07562255859375, - 0.049652099609375, - -0.02593994140625, - 0.0022869110107421875, - 0.001068115234375, - 0.0196075439453125, - 0.03497314453125, - 0.0382080078125, - 0.0168914794921875, - 0.001087188720703125, - 0.004070281982421875, - -0.07318115234375, - -0.0335693359375, - 0.00864410400390625, - -0.02362060546875, - -0.01141357421875, - 0.095703125, - 0.00970458984375, - 0.037200927734375, - 0.0313720703125, - 0.045654296875, - 0.039825439453125, - -0.01206207275390625, - 0.018096923828125, - -0.0723876953125, - -0.02996826171875, - 0.01910400390625, - 0.025238037109375, - -0.067138671875, - 0.022918701171875, - 0.047454833984375, - -0.015380859375, - -0.00894927978515625, - -0.0007352828979492188, - -0.0124664306640625, - 0.0285491943359375, - 0.016387939453125, - 0.022216796875, - -0.0472412109375, - 0.0189971923828125, - 0.01548004150390625, - -0.0162811279296875, - 0.003543853759765625, - 0.00743865966796875, - -0.03399658203125, - 0.041015625, - -0.04302978515625, - 0.008392333984375, - 0.0214080810546875, - 0.0751953125, - 0.00658416748046875, - -0.026336669921875, - 0.0031032562255859375, - 0.0182952880859375, - 0.02593994140625, - -0.019500732421875, - 0.0102081298828125, - 0.01116180419921875, - -0.0309600830078125, - 0.03338623046875, - 0.038818359375, - 0.0182037353515625, - 0.03399658203125, - 0.035797119140625, - -0.0277557373046875, - 0.03741455078125, - -0.018402099609375, - 0.0093536376953125, - -0.0026645660400390625, - -0.010406494140625, - -0.029754638671875, - -0.035400390625, - 0.023834228515625, - 0.039825439453125, - 0.00984954833984375, - 0.004550933837890625, - 0.0100555419921875, - -0.0161895751953125, - -0.0189056396484375, - 0.01085662841796875, - 0.0404052734375, - 0.004299163818359375, - -0.0021610260009765625, - 0.018707275390625, - 0.0039215087890625, - 0.01326751708984375, - -0.030364990234375, - 0.00945281982421875, - -0.02935791015625, - 0.01055908203125, - -0.04083251953125, - -0.0144805908203125, - -0.0092010498046875, - -0.031768798828125, - 0.0013828277587890625, - -0.0382080078125, - 0.02532958984375, - -0.0023250579833984375, - -0.0450439453125, - -0.03900146484375, - 0.05389404296875, - -0.043243408203125, - 0.008544921875, - 0.0179901123046875, - 0.007541656494140625, - -0.0107574462890625, - -0.08685302734375, - 0.062744140625, - 0.0311737060546875, - 0.0382080078125, - -0.01568603515625, - 0.013671875, - 0.0196990966796875, - -0.008544921875, - -0.0012311935424804688, - 0.01236724853515625, - -0.01528167724609375, - 0.07562255859375, - 0.035980224609375, - 0.0106048583984375, - -0.039398193359375, - 0.0254364013671875, - -0.005329132080078125, - -0.039215087890625, - 0.0341796875, - 0.0245361328125, - 0.023529052734375, - -0.0123138427734375, - -0.0241241455078125, - -0.02252197265625, - -0.0667724609375, - 0.067138671875, - 0.0168914794921875, - 0.0014581680297851562, - 0.0186004638671875, - -0.0643310546875, - 0.05047607421875, - 0.0009112358093261719, - 0.042236328125, - -0.035980224609375, - 0.04083251953125, - -0.023834228515625, - 0.0016584396362304688, - -0.0281524658203125, - 0.01739501953125, - -0.0092010498046875, - 0.0237274169921875, - -0.03338623046875, - 0.061920166015625, - 0.0151824951171875, - 0.0309600830078125, - -0.0484619140625, - -0.00658416748046875, - -0.01849365234375, - 0.0025634765625, - 0.037994384765625, - -0.0599365234375, - -0.016693115234375, - -0.017791748046875, - 0.035186767578125, - 0.06915283203125, - 0.015777587890625, - 0.0587158203125, - -0.0059051513671875, - -0.013671875, - -0.01739501953125, - 0.01287078857421875 - ], - "metadata": { - "domains": [ - "incident-response", - "fraud-investigation" - ], - "phases": [ - "analysis" - ], - "tags": [ - "password-recovery", - "gpu-acceleration", - "cracking", - "scenario:credential_theft" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, { "id": "tool_WinHex", "type": "tool", @@ -22115,4229 +5268,6 @@ "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. command-line 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.02349853515625, - 0.036102294921875, - 0.044219970703125, - -0.0071258544921875, - 0.042572021484375, - 0.0210113525390625, - 0.01055145263671875, - 0.010040283203125, - -0.0043487548828125, - -0.0082855224609375, - -0.036285400390625, - 0.06591796875, - 0.01342010498046875, - -0.02008056640625, - -0.06439208984375, - 0.0126800537109375, - -0.00952911376953125, - 0.008514404296875, - -0.004489898681640625, - 0.004070281982421875, - -0.02886962890625, - -0.01416015625, - -0.038299560546875, - 0.0268402099609375, - -0.0159149169921875, - 0.0447998046875, - -0.0057373046875, - -0.0562744140625, - -0.01369476318359375, - 0.007450103759765625, - 0.006107330322265625, - -0.0157318115234375, - -0.0089263916015625, - 0.042938232421875, - 0.014434814453125, - -0.036834716796875, - 0.0099945068359375, - -0.054779052734375, - -0.042938232421875, - 0.04681396484375, - -0.01517486572265625, - 0.0298004150390625, - 0.016937255859375, - 0.006938934326171875, - -0.05218505859375, - -0.0163726806640625, - 0.0192413330078125, - 0.005504608154296875, - 0.0298004150390625, - -0.0236053466796875, - 0.038482666015625, - 0.038482666015625, - 0.0034236907958984375, - 0.001087188720703125, - -0.05108642578125, - 0.01332855224609375, - 0.0217437744140625, - -0.0087432861328125, - -0.037384033203125, - 0.036285400390625, - -0.055145263671875, - -0.025909423828125, - 0.016571044921875, - -0.01239776611328125, - -0.007080078125, - 0.020355224609375, - -0.0249786376953125, - -0.03460693359375, - 0.0208282470703125, - 0.022491455078125, - 0.0020599365234375, - 0.0043487548828125, - -0.0268402099609375, - 0.04443359375, - -0.01068878173828125, - -0.054046630859375, - -0.01369476318359375, - 0.02239990234375, - -0.031280517578125, - -0.01068878173828125, - -0.057373046875, - -0.0034008026123046875, - 0.0272064208984375, - -0.02923583984375, - -0.036468505859375, - 0.01194000244140625, - 0.0273895263671875, - 0.0102691650390625, - -0.023223876953125, - -0.0011911392211914062, - 0.01535797119140625, - 0.0008444786071777344, - 0.010040283203125, - -0.005481719970703125, - 0.04443359375, - 0.049591064453125, - 0.0013589859008789062, - 0.0019779205322265625, - -0.0160064697265625, - 0.0307159423828125, - 0.0191497802734375, - -0.04461669921875, - 0.06884765625, - -0.01031494140625, - 0.00911712646484375, - -0.025726318359375, - -0.00244140625, - -0.020263671875, - -0.002162933349609375, - -0.031463623046875, - -0.114013671875, - -0.0211944580078125, - -0.0026493072509765625, - -0.038299560546875, - -0.02239990234375, - -0.0162811279296875, - -0.010040283203125, - 0.056640625, - -0.047393798828125, - -0.03533935546875, - 0.042205810546875, - 0.00279998779296875, - -0.01129150390625, - -0.0070343017578125, - -0.061431884765625, - -0.048492431640625, - 0.0018625259399414062, - 0.0394287109375, - -0.0247955322265625, - -0.0206298828125, - -0.01194000244140625, - -0.0186920166015625, - -0.008880615234375, - -0.00643157958984375, - -0.00800323486328125, - -0.031097412109375, - 0.03350830078125, - 0.01087188720703125, - -0.00920867919921875, - 0.01535797119140625, - 0.025543212890625, - -0.01100921630859375, - -0.0699462890625, - 0.0082855224609375, - -0.042388916015625, - -0.0249786376953125, - -0.03387451171875, - 0.032562255859375, - -0.0264739990234375, - -0.01971435546875, - -0.01082611083984375, - 0.031646728515625, - 0.047210693359375, - 0.0035858154296875, - 0.0296173095703125, - -0.0469970703125, - 0.0182342529296875, - -0.01239776611328125, - 0.016571044921875, - -0.0157318115234375, - -0.006801605224609375, - 0.00902557373046875, - -0.0015039443969726562, - 0.0209197998046875, - -0.00939178466796875, - -0.047393798828125, - -0.006710052490234375, - 0.0298004150390625, - -0.00948333740234375, - 0.0103607177734375, - 0.020538330078125, - -0.02923583984375, - 0.05218505859375, - 0.061431884765625, - -0.0127716064453125, - 0.048126220703125, - -0.0002675056457519531, - -0.02813720703125, - 0.0268402099609375, - 0.0212860107421875, - -0.00174713134765625, - 0.00504302978515625, - 0.045166015625, - 0.0003108978271484375, - 0.0244293212890625, - -0.00485992431640625, - -0.036102294921875, - 0.0087432861328125, - -0.02008056640625, - 0.043853759765625, - -0.037933349609375, - -0.026092529296875, - -0.01194000244140625, - 0.06329345703125, - 0.02813720703125, - 0.0394287109375, - 0.0333251953125, - -0.0187835693359375, - 0.03424072265625, - 0.0184173583984375, - 0.0272064208984375, - 0.04644775390625, - 0.0022678375244140625, - 0.053314208984375, - 0.023223876953125, - 0.017578125, - -0.00962066650390625, - 0.026275634765625, - -0.0018968582153320312, - 0.0003688335418701172, - -0.0050201416015625, - 0.054046630859375, - -0.0279541015625, - -0.01499176025390625, - -0.05181884765625, - -0.036651611328125, - 0.00818634033203125, - -0.00930023193359375, - 0.01360321044921875, - 0.0215606689453125, - 0.0070343017578125, - -0.07330322265625, - -0.006198883056640625, - 0.0048370361328125, - -0.01087188720703125, - 0.0340576171875, - 0.0275726318359375, - -0.01416015625, - -0.0249786376953125, - 0.0117034912109375, - 0.0296173095703125, - 0.003215789794921875, - -0.0018739700317382812, - -0.00566864013671875, - -0.0019083023071289062, - -0.01129150390625, - 0.07293701171875, - 0.023406982421875, - 0.043670654296875, - 0.0126800537109375, - -0.031280517578125, - 0.0208282470703125, - -0.022674560546875, - 0.01517486572265625, - 0.042938232421875, - -0.02313232421875, - 0.01059722900390625, - -0.002567291259765625, - 0.0160064697265625, - 0.048858642578125, - -0.057373046875, - 0.00809478759765625, - -0.0703125, - 0.01535797119140625, - -0.055908203125, - -0.0145263671875, - -0.0298004150390625, - -0.03387451171875, - 0.049591064453125, - -0.037384033203125, - -0.025177001953125, - 0.005924224853515625, - -0.00643157958984375, - 0.0100860595703125, - 0.048492431640625, - 0.00174713134765625, - -0.0219268798828125, - -0.004718780517578125, - 0.07958984375, - -0.0051116943359375, - -0.0056915283203125, - -0.0101318359375, - 0.0162811279296875, - -0.0184173583984375, - 0.036834716796875, - -0.043487548828125, - 0.00897979736328125, - 0.04461669921875, - -0.0015735626220703125, - 0.02239990234375, - -0.0156402587890625, - 0.0145263671875, - -0.0113372802734375, - 0.0206298828125, - -0.031829833984375, - 0.00930023193359375, - -0.00414276123046875, - 0.0022792816162109375, - -0.01360321044921875, - -0.037200927734375, - 0.005527496337890625, - 0.0562744140625, - 0.00508880615234375, - -0.01059722900390625, - -0.00994873046875, - -0.02313232421875, - 0.0099029541015625, - 0.01203155517578125, - 0.0042572021484375, - 0.032196044921875, - 0.053680419921875, - -0.0286865234375, - -0.01953125, - 0.006664276123046875, - 0.032958984375, - -0.04644775390625, - -0.03570556640625, - -0.0179595947265625, - 0.0007634162902832031, - -0.03350830078125, - -0.00499725341796875, - 0.004302978515625, - -0.0303497314453125, - 0.0286865234375, - -0.016754150390625, - -0.0005669593811035156, - -0.0286865234375, - -0.037200927734375, - 0.0181427001953125, - -0.0097198486328125, - -0.047760009765625, - -0.00920867919921875, - 0.03887939453125, - 0.0130462646484375, - 0.0160980224609375, - -0.01953125, - 0.0015611648559570312, - -0.043121337890625, - 0.0126800537109375, - -0.0127716064453125, - 0.0113372802734375, - -0.038116455078125, - 0.0562744140625, - 0.042205810546875, - 0.01508331298828125, - 0.0186920166015625, - 0.0562744140625, - 0.03350830078125, - 0.01702880859375, - -0.00962066650390625, - 0.0008211135864257812, - 0.000453948974609375, - 0.02886962890625, - -0.0130462646484375, - -0.03515625, - -0.01221466064453125, - -0.008697509765625, - 0.0005784034729003906, - 0.020172119140625, - 0.042205810546875, - 0.037384033203125, - -0.011474609375, - 0.00437164306640625, - 0.05810546875, - 0.0023708343505859375, - 0.10809326171875, - -0.01535797119140625, - -0.048492431640625, - 0.0240631103515625, - 0.0305328369140625, - -0.0159149169921875, - -0.017486572265625, - 0.0386962890625, - 0.0340576171875, - 0.01221466064453125, - 0.0164794921875, - -0.006710052490234375, - 0.04443359375, - -0.03515625, - -0.006061553955078125, - -0.0083770751953125, - -0.026092529296875, - 0.030914306640625, - 0.025909423828125, - 0.0158233642578125, - 0.00043082237243652344, - 0.03497314453125, - -0.0390625, - -0.014251708984375, - -0.0185089111328125, - -0.06182861328125, - 0.016937255859375, - 0.0191497802734375, - 0.00437164306640625, - 0.0577392578125, - -0.026275634765625, - -0.054412841796875, - 0.0049285888671875, - -0.032196044921875, - 0.0673828125, - 0.0469970703125, - 0.01129150390625, - 0.0186920166015625, - -0.0127716064453125, - -0.0013704299926757812, - 0.0249786376953125, - 0.01387786865234375, - 0.0192413330078125, - 0.05035400390625, - 0.03887939453125, - 0.0030994415283203125, - -0.048126220703125, - 0.0125885009765625, - 0.04644775390625, - 0.0244293212890625, - -0.0273895263671875, - 0.0214691162109375, - -0.0020465850830078125, - 0.039794921875, - -0.00643157958984375, - 0.047760009765625, - 0.032012939453125, - -0.0008444786071777344, - 0.002880096435546875, - -0.02349853515625, - 0.004810333251953125, - -0.036651611328125, - 0.0214691162109375, - 0.01378631591796875, - 0.014434814453125, - 0.016845703125, - 0.017303466796875, - -0.05108642578125, - 0.0100860595703125, - 0.0208282470703125, - -0.0298004150390625, - 0.00647735595703125, - 0.017303466796875, - -0.02886962890625, - 0.0030994415283203125, - -0.03314208984375, - -0.037200927734375, - 0.043670654296875, - -0.00446319580078125, - -0.05810546875, - 0.0447998046875, - 0.05181884765625, - -0.059967041015625, - -0.025177001953125, - -0.0394287109375, - -0.0098114013671875, - -0.0209197998046875, - -0.01490020751953125, - 0.045166015625, - 0.00293731689453125, - -0.0154571533203125, - 0.059600830078125, - 0.03961181640625, - -0.0015153884887695312, - -0.05035400390625, - 0.037933349609375, - -0.0303497314453125, - -0.048858642578125, - 0.025909423828125, - 0.01508331298828125, - 0.020263671875, - -0.05181884765625, - 0.006801605224609375, - 0.00647735595703125, - -0.00791168212890625, - 0.020355224609375, - 0.0299835205078125, - -0.031646728515625, - -0.055145263671875, - -0.0303497314453125, - 0.058868408203125, - 0.008514404296875, - 0.03350830078125, - -0.0219268798828125, - -0.026092529296875, - 0.0279541015625, - -0.032196044921875, - -0.0236968994140625, - -0.0266571044921875, - -0.00495147705078125, - -0.0026264190673828125, - 0.06475830078125, - -0.026092529296875, - -0.01091766357421875, - -0.006988525390625, - 0.05255126953125, - 0.0111083984375, - -0.0097198486328125, - -0.0699462890625, - 0.0268402099609375, - 0.025360107421875, - -0.022857666015625, - -0.025543212890625, - -0.01221466064453125, - -0.0159149169921875, - 0.055511474609375, - -0.04461669921875, - -0.0126800537109375, - -0.004787445068359375, - -0.04144287109375, - -0.01239776611328125, - -0.019805908203125, - -0.0083770751953125, - -0.030914306640625, - 0.01323699951171875, - 0.04443359375, - -0.006938934326171875, - 0.0238800048828125, - 0.00814056396484375, - -0.006938934326171875, - 0.034423828125, - -0.00920867919921875, - -0.04443359375, - 0.0180511474609375, - -0.0699462890625, - -0.0272064208984375, - 0.00629425048828125, - 0.0244293212890625, - -0.01971435546875, - -0.0087890625, - -0.0126800537109375, - -0.0183258056640625, - 0.02239990234375, - -0.01490020751953125, - -0.00916290283203125, - -0.0183258056640625, - -0.01230621337890625, - -0.0584716796875, - -0.00994873046875, - 0.0023937225341796875, - 0.0296173095703125, - 0.0015268325805664062, - -0.0212860107421875, - 0.03997802734375, - -0.066650390625, - -0.0057830810546875, - 0.0218353271484375, - 0.006938934326171875, - 0.0208282470703125, - -0.00786590576171875, - -0.0089263916015625, - -0.01221466064453125, - 0.029052734375, - -0.029052734375, - -0.0333251953125, - -0.078125, - 0.0283203125, - 0.0145263671875, - -0.014251708984375, - -0.0034694671630859375, - -0.0447998046875, - -0.04443359375, - 0.01091766357421875, - 0.042755126953125, - 0.0189666748046875, - 0.00518035888671875, - -0.037567138671875, - -0.023040771484375, - 0.0128631591796875, - -0.038116455078125, - 0.02923583984375, - 0.00557708740234375, - 0.0210113525390625, - 0.0100860595703125, - -0.017303466796875, - 0.007358551025390625, - 0.022216796875, - 0.0220184326171875, - 0.0264739990234375, - 0.026092529296875, - -0.0242462158203125, - 0.0125885009765625, - -0.02923583984375, - -0.0162811279296875, - 0.0115203857421875, - -0.026275634765625, - -0.0006246566772460938, - -0.0355224609375, - -0.0125885009765625, - -0.00647735595703125, - 0.0214691162109375, - 0.0401611328125, - -0.03350830078125, - -0.025726318359375, - 0.00439453125, - -0.004070281982421875, - 0.07403564453125, - -0.036285400390625, - -0.0303497314453125, - 0.0191497802734375, - -0.0112457275390625, - 0.042205810546875, - 0.038482666015625, - 0.025360107421875, - -0.0125885009765625, - 0.006618499755859375, - 0.053680419921875, - 0.0035400390625, - -0.053680419921875, - -0.01416015625, - 0.003192901611328125, - -0.0002949237823486328, - 0.05810546875, - 0.0225830078125, - 0.08587646484375, - 0.0014925003051757812, - 0.01953125, - 0.0082855224609375, - 0.04052734375, - 0.036651611328125, - 0.007171630859375, - -0.06219482421875, - -0.01416015625, - 0.009765625, - -0.03314208984375, - -0.04443359375, - -0.0009427070617675781, - 0.06549072265625, - -0.07623291015625, - -0.0162811279296875, - -0.01221466064453125, - -0.00490570068359375, - 0.01184844970703125, - -0.005321502685546875, - -0.03460693359375, - 0.0156402587890625, - 0.0161895751953125, - -0.037933349609375, - 0.00804901123046875, - -0.002231597900390625, - 0.0018854141235351562, - 0.04681396484375, - 0.037017822265625, - -0.00518035888671875, - 0.00506591796875, - -0.0038166046142578125, - 0.055511474609375, - 0.03533935546875, - 0.023406982421875, - 0.011566162109375, - 0.004787445068359375, - 0.03533935546875, - 0.0296173095703125, - -0.031097412109375, - -0.00800323486328125, - 0.011566162109375, - 0.041839599609375, - 0.0242462158203125, - 0.056640625, - -0.007495880126953125, - 0.01535797119140625, - -0.01702880859375, - -0.045166015625, - 0.0236968994140625, - 0.006664276123046875, - -0.0073089599609375, - -0.059600830078125, - -0.048858642578125, - 0.0268402099609375, - -0.0303497314453125, - 0.0220184326171875, - -0.003238677978515625, - -0.0347900390625, - -0.0115203857421875, - 0.031646728515625, - -0.01064300537109375, - -0.06329345703125, - -0.004047393798828125, - -0.025726318359375, - -0.019622802734375, - -0.002590179443359375, - -0.04644775390625, - 0.048492431640625, - -0.03387451171875, - -0.047393798828125, - -0.0244293212890625, - 0.042572021484375, - -0.032379150390625, - -0.05218505859375, - -0.0186004638671875, - 0.0019550323486328125, - 0.014617919921875, - -0.02044677734375, - -0.06292724609375, - -0.017852783203125, - 0.01739501953125, - -0.01702880859375, - 0.0013246536254882812, - -0.01480865478515625, - -0.0236968994140625, - 0.00284576416015625, - -0.00012791156768798828, - -0.0294342041015625, - 0.03497314453125, - -0.03924560546875, - 0.0275726318359375, - -0.01776123046875, - 0.0275726318359375, - 0.02850341796875, - 0.0273895263671875, - 0.0089263916015625, - 0.02313232421875, - -0.03497314453125, - -0.06182861328125, - 0.0026035308837890625, - -0.0070343017578125, - 0.02276611328125, - -0.07183837890625, - 0.00962066650390625, - 0.07513427734375, - -0.08843994140625, - 0.01203155517578125, - -0.0030078887939453125, - -0.0114288330078125, - -0.0584716796875, - -0.01369476318359375, - -0.00726318359375, - 0.01212310791015625, - 0.07293701171875, - -0.0116119384765625, - -0.01212310791015625, - 0.011383056640625, - -0.058868408203125, - 0.071044921875, - 0.005229949951171875, - 0.011474609375, - -0.07293701171875, - 0.01490020751953125, - 0.02923583984375, - -0.03887939453125, - -0.00638580322265625, - -0.049957275390625, - -0.002140045166015625, - 0.0042572021484375, - 0.019989013671875, - -0.002777099609375, - 0.004489898681640625, - -0.022857666015625, - -0.0214691162109375, - -0.0213775634765625, - 0.017578125, - -0.007171630859375, - 0.0211944580078125, - -0.05218505859375, - -0.016571044921875, - -0.016937255859375, - -0.060333251953125, - -0.032745361328125, - -0.004695892333984375, - 0.0182342529296875, - -0.00037026405334472656, - -0.053314208984375, - 0.0286865234375, - 0.0240631103515625, - -0.017852783203125, - 0.0183258056640625, - 0.044219970703125, - -0.048858642578125, - -0.01499176025390625, - 0.0275726318359375, - 0.0145263671875, - -0.0041656494140625, - 0.01387786865234375, - -0.0181427001953125, - 0.0131378173828125, - 0.042755126953125, - -0.000885009765625, - 0.047760009765625, - 0.041839599609375, - -0.03533935546875, - -0.06475830078125, - -0.0247955322265625, - -0.0277557373046875, - 0.03369140625, - -0.00925445556640625, - 0.037567138671875, - -0.0010061264038085938, - -0.0154571533203125, - -0.089599609375, - 0.04461669921875, - -0.0127716064453125, - 0.032012939453125, - 0.047393798828125, - -0.026275634765625, - -0.0703125, - -0.04461669921875, - -0.01369476318359375, - 0.02813720703125, - -0.031829833984375, - 0.035919189453125, - 0.0023365020751953125, - 0.019622802734375, - 0.00902557373046875, - 0.004673004150390625, - -0.0111083984375, - 0.05810546875, - 0.031646728515625, - -0.043853759765625, - 0.0469970703125, - -0.047760009765625, - -0.01480865478515625, - -0.00782012939453125, - 0.0048370361328125, - -0.007587432861328125, - -0.0277557373046875, - -0.0160064697265625, - 0.00052642822265625, - 0.0347900390625, - 0.0307159423828125, - -0.03369140625, - 0.036468505859375, - -0.01100921630859375, - 0.031829833984375, - -0.0157318115234375, - 0.0044403076171875, - 0.0181427001953125, - 0.0249786376953125, - 0.00818634033203125, - -0.01230621337890625, - -0.048492431640625, - -0.0799560546875, - 0.0030307769775390625, - -0.0714111328125, - -0.0004916191101074219, - -0.0145263671875, - 0.0242462158203125, - 0.014068603515625, - -0.007404327392578125, - 0.043670654296875, - 0.00957489013671875, - -0.01203155517578125, - -0.0159149169921875, - 0.055908203125, - -0.00437164306640625, - 0.0244293212890625, - 0.01078033447265625, - -0.037750244140625, - 0.0099945068359375, - -0.025177001953125, - 0.006988525390625, - -0.031280517578125, - -0.00962066650390625, - -0.0211029052734375, - 0.0236968994140625, - -0.060333251953125, - -0.01332855224609375, - 0.009857177734375, - 0.0266571044921875, - 0.016754150390625, - -0.0283203125, - 0.042205810546875, - -0.02886962890625, - -0.061431884765625, - 0.031097412109375, - -0.0186004638671875, - -0.03350830078125, - 0.0186920166015625, - 0.0057373046875, - 0.0268402099609375, - 0.0221099853515625, - 0.047760009765625, - 0.0279541015625, - 0.025909423828125, - -0.00102996826171875, - -0.02850341796875, - -0.0010814666748046875, - -0.0157318115234375, - 0.01739501953125, - 0.0130462646484375, - 0.02813720703125, - -0.0084686279296875, - 0.01387786865234375, - 0.01351165771484375, - -0.07513427734375, - -0.01971435546875, - -0.016571044921875, - -0.046630859375, - 0.0225830078125, - 0.0570068359375, - 0.0277557373046875, - -0.0238800048828125, - 0.031829833984375, - 0.047393798828125, - 0.0191497802734375, - 0.01434326171875, - -0.0246124267578125, - -0.057373046875, - -0.01078033447265625, - 0.004001617431640625, - 0.00576019287109375, - -0.03924560546875, - 0.046630859375, - 0.042755126953125, - -0.01490020751953125, - -0.037384033203125, - -0.016754150390625, - 0.0017232894897460938, - 0.032958984375, - 0.0458984375, - -0.0111541748046875, - -0.08514404296875, - -0.0019779205322265625, - 0.0238800048828125, - -0.004810333251953125, - 0.0190582275390625, - 0.0034008026123046875, - -0.032958984375, - 0.0242462158203125, - -0.05035400390625, - -0.01387786865234375, - 0.022491455078125, - 0.0692138671875, - -0.003910064697265625, - -0.043487548828125, - -0.0212860107421875, - 0.05218505859375, - 0.00652313232421875, - -0.0087432861328125, - 0.00019228458404541016, - 0.0206298828125, - -0.0355224609375, - 0.032379150390625, - 0.0275726318359375, - 0.01666259765625, - 0.03497314453125, - -0.00017642974853515625, - -0.06439208984375, - 0.022308349609375, - -0.01387786865234375, - -0.006061553955078125, - -0.006710052490234375, - -0.03314208984375, - -0.0355224609375, - -0.059600830078125, - 0.04071044921875, - 0.006198883056640625, - 0.047760009765625, - 0.02923583984375, - 0.0003845691680908203, - -0.0216522216796875, - -0.0099945068359375, - 0.037750244140625, - 0.04644775390625, - 0.00174713134765625, - -0.0209197998046875, - 0.0097198486328125, - 0.00490570068359375, - 0.04107666015625, - -0.039794921875, - 0.020172119140625, - -0.0268402099609375, - -0.01471710205078125, - -0.0240631103515625, - -0.007171630859375, - 0.0186004638671875, - -0.020263671875, - -0.001781463623046875, - -0.022308349609375, - 0.0001481771469116211, - -0.003147125244140625, - -0.032958984375, - -0.035919189453125, - 0.004627227783203125, - -0.0347900390625, - 0.0163726806640625, - 0.0070343017578125, - -0.026092529296875, - 0.007541656494140625, - -0.07696533203125, - 0.09918212890625, - 0.042755126953125, - 0.0048370361328125, - 0.0111083984375, - 0.04034423828125, - 0.0584716796875, - 0.01248931884765625, - 0.0036792755126953125, - 0.0401611328125, - -0.0125885009765625, - 0.034423828125, - 0.059234619140625, - 0.0088348388671875, - -0.0394287109375, - 0.0333251953125, - -0.00920867919921875, - -0.0821533203125, - 0.04498291015625, - 0.01535797119140625, - 0.00934600830078125, - 0.0007028579711914062, - -0.001041412353515625, - -0.00513458251953125, - -0.039794921875, - 0.07330322265625, - 0.01517486572265625, - -0.0355224609375, - 0.0333251953125, - -0.07513427734375, - 0.053680419921875, - 0.0006012916564941406, - 0.043121337890625, - -0.055145263671875, - 0.05145263671875, - -0.01369476318359375, - 0.022491455078125, - -0.0189666748046875, - 0.014617919921875, - 0.00920867919921875, - 0.03460693359375, - -0.03497314453125, - 0.06549072265625, - 0.0213775634765625, - 0.01212310791015625, - -0.060333251953125, - -0.0082855224609375, - -0.005321502685546875, - 0.0073089599609375, - 0.01517486572265625, - -0.0130462646484375, - -0.004119873046875, - 0.00957489013671875, - 0.0277557373046875, - 0.047210693359375, - -0.03460693359375, - 0.031646728515625, - 0.0188751220703125, - -0.0279541015625, - -0.00916290283203125, - -0.038116455078125 - ], - "metadata": { - "domains": [ - "static-investigations", - "ics-forensics", - "fraud-investigation" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "command-line", - "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_KAPE", - "type": "tool", - "name": "KAPE", - "content": "kape kroll artifact parser and extractor revolutioniert windows-forensik durch intelligente ziel-basierte sammlung. statt full-disk-images extrahiert kape gezielt kritische artefakte: registry-hives, event-logs, prefetch, browser- daten, scheduled-tasks in minuten statt stunden. die target-files definieren was gesammelt wird, module-files wie es verarbeitet wird. besonders clever: compound-targets gruppieren zusammengehörige artefakte (z.b. \"browser\" sammelt chrome+firefox+edge), die gkape-gui macht es auch für nicht-techniker zugänglich. batch-mode verarbeitet mehrere images parallel. output direkt kompatibel zu timeline-tools wie plaso. die ständigen community-updates halten mit windows-entwicklungen schritt. vss-processing analysiert shadow- copies automatisch. der remote-collection-mode sammelt über netzwerk. kostenlos aber enterprise-support verfügbar. der neue standard für effiziente windows-forensik-triage. artifact-collection triage incident-response static-investigations data-collection", - "embedding": [ - -0.035614013671875, - 0.00966644287109375, - 0.031463623046875, - 0.0221710205078125, - 0.060638427734375, - 0.0168609619140625, - 0.0157318115234375, - 0.0014333724975585938, - -0.006633758544921875, - -0.00362396240234375, - -0.035430908203125, - 0.065185546875, - -0.0004203319549560547, - 0.0010128021240234375, - -0.06744384765625, - 0.04150390625, - -0.0149688720703125, - -0.00360107421875, - 0.00847625732421875, - -0.0016460418701171875, - -0.024444580078125, - -0.0089569091796875, - -0.04376220703125, - -0.007534027099609375, - -0.00521087646484375, - 0.01629638671875, - -0.01279449462890625, - -0.047943115234375, - -0.025390625, - 0.007293701171875, - -0.0099029541015625, - -0.012603759765625, - 0.00933074951171875, - 0.0149688720703125, - -0.03411865234375, - -0.01904296875, - -0.0006513595581054688, - -0.044342041015625, - -0.01885986328125, - 0.054962158203125, - -0.0045013427734375, - 0.01525115966796875, - -0.00971221923828125, - -0.00606536865234375, - -0.023681640625, - -0.02520751953125, - -0.0148773193359375, - 0.0034351348876953125, - 0.007770538330078125, - -0.007152557373046875, - 0.0276641845703125, - 0.0230255126953125, - 0.0086212158203125, - -0.01525115966796875, - -0.0255889892578125, - 0.03277587890625, - 0.0187530517578125, - -0.0203704833984375, - -0.048309326171875, - 0.06707763671875, - -0.0576171875, - -0.0035762786865234375, - 0.0212249755859375, - -0.0091400146484375, - 0.013641357421875, - 0.017913818359375, - -0.0149688720703125, - -0.034881591796875, - 0.0167694091796875, - 0.006916046142578125, - -0.005352020263671875, - -0.0112762451171875, - -0.0195159912109375, - 0.0169525146484375, - -0.0276641845703125, - -0.06402587890625, - 0.0117950439453125, - 0.02899169921875, - 0.0004887580871582031, - -0.0159149169921875, - -0.036956787109375, - -0.00315093994140625, - 0.0545654296875, - -0.0091400146484375, - -0.0148773193359375, - 0.003910064697265625, - 0.03466796875, - 0.0274810791015625, - 0.0141143798828125, - -0.0012140274047851562, - 0.0168609619140625, - -0.01198577880859375, - -0.00677490234375, - -0.0228271484375, - 0.033538818359375, - 0.08642578125, - -0.028228759765625, - -0.00426483154296875, - -0.0274810791015625, - 0.026153564453125, - 0.031463623046875, - -0.0325927734375, - 0.06634521484375, - -0.007389068603515625, - 0.0303192138671875, - -0.03277587890625, - 0.00518798828125, - -0.0305023193359375, - -0.0158233642578125, - -0.0274810791015625, - -0.09588623046875, - -0.0248260498046875, - -0.002819061279296875, - -0.07733154296875, - 0.01146697998046875, - 0.00433349609375, - -0.00786590576171875, - 0.01335906982421875, - -0.043212890625, - -0.0394287109375, - 0.0158233642578125, - 0.0165863037109375, - 0.00919342041015625, - -0.0123138427734375, - -0.048126220703125, - -0.06256103515625, - -0.01103973388671875, - 0.03411865234375, - -0.03582763671875, - -0.03448486328125, - -0.0003685951232910156, - -0.0118408203125, - -0.025390625, - -0.035247802734375, - -0.01099395751953125, - -0.019805908203125, - 0.01383209228515625, - 0.00823974609375, - -0.016204833984375, - 0.00748443603515625, - 0.0122222900390625, - -0.04302978515625, - -0.07049560546875, - -0.01544189453125, - -0.053436279296875, - -0.00748443603515625, - -0.00909423828125, - 0.04150390625, - -0.0286102294921875, - -0.00409698486328125, - -0.0187530517578125, - 0.031280517578125, - 0.040740966796875, - -0.01374053955078125, - 0.024444580078125, - -0.040374755859375, - 0.00495147705078125, - -0.01165008544921875, - 0.0545654296875, - -0.0141143798828125, - -0.02728271484375, - 0.007579803466796875, - 0.005115509033203125, - 0.0184783935546875, - -0.006870269775390625, - -0.051544189453125, - -0.0394287109375, - 0.028045654296875, - 0.002475738525390625, - -0.0130767822265625, - 0.036773681640625, - -0.0139312744140625, - 0.03582763671875, - 0.065185546875, - -0.0126953125, - 0.028045654296875, - -0.0010595321655273438, - 0.0005359649658203125, - 0.0168609619140625, - 0.04205322265625, - -0.006870269775390625, - -0.0025234222412109375, - 0.0291748046875, - 0.0177154541015625, - -0.006443023681640625, - 0.016387939453125, - -0.01421356201171875, - -0.0219879150390625, - -0.051177978515625, - 0.0257720947265625, - -0.0090484619140625, - -0.038665771484375, - -0.0160064697265625, - 0.01477813720703125, - 0.0178070068359375, - 0.057220458984375, - 0.03997802734375, - -0.01013946533203125, - 0.04132080078125, - 0.0237884521484375, - 0.0040740966796875, - 0.0303192138671875, - -0.01468658447265625, - 0.03997802734375, - 0.0291748046875, - 0.0168609619140625, - -0.017059326171875, - 0.0377197265625, - 0.01525115966796875, - -0.0158233642578125, - -0.01544189453125, - 0.08111572265625, - -0.0011310577392578125, - -0.0255889892578125, - -0.0198974609375, - -0.046417236328125, - 0.02520751953125, - 0.0029010772705078125, - -0.01061248779296875, - 0.001178741455078125, - -0.00975799560546875, - -0.047576904296875, - -0.000675201416015625, - 0.0241546630859375, - -0.0325927734375, - 0.0216064453125, - 0.020660400390625, - -0.017913818359375, - -0.0267181396484375, - 0.0198974609375, - 0.014495849609375, - 0.0118408203125, - -0.019989013671875, - 0.01335906982421875, - 0.00013840198516845703, - -0.0220794677734375, - 0.06976318359375, - 0.0186614990234375, - 0.0198974609375, - 0.0169525146484375, - -0.00589752197265625, - 0.053070068359375, - -0.0213165283203125, - 0.04888916015625, - 0.0435791015625, - -0.0303192138671875, - 0.0008940696716308594, - -0.00838470458984375, - 0.053436279296875, - 0.035430908203125, - -0.042449951171875, - -0.00847625732421875, - -0.0867919921875, - -0.002498626708984375, - -0.07012939453125, - -0.033905029296875, - -0.044708251953125, - -0.049652099609375, - 0.053070068359375, - -0.033355712890625, - -0.01922607421875, - 0.018951416015625, - -0.00786590576171875, - -0.0122222900390625, - 0.07049560546875, - 0.010894775390625, - -0.044525146484375, - -0.0224609375, - 0.064453125, - 0.00833892822265625, - -0.0019893646240234375, - -0.0222625732421875, - 0.0201873779296875, - -0.0295562744140625, - 0.0274810791015625, - -0.024261474609375, - -0.01018524169921875, - 0.04888916015625, - 0.035064697265625, - 0.015350341796875, - -0.00933074951171875, - 0.01544189453125, - -0.0018596649169921875, - 0.0284271240234375, - -0.033355712890625, - -0.006488800048828125, - -0.0094757080078125, - 0.021697998046875, - -0.0005388259887695312, - -0.04681396484375, - -0.01279449462890625, - 0.026336669921875, - 0.00360107421875, - -0.0076751708984375, - 0.0042877197265625, - -0.037322998046875, - 0.0160064697265625, - -0.0257720947265625, - -0.02349853515625, - 0.0175323486328125, - 0.039215087890625, - -0.029937744140625, - 0.0107574462890625, - -0.0008230209350585938, - 0.007389068603515625, - -0.01099395751953125, - -0.0716552734375, - -0.0255889892578125, - -0.01335906982421875, - -0.020843505859375, - -0.0343017578125, - 0.0274810791015625, - -0.0220794677734375, - 0.0164794921875, - -0.028228759765625, - 0.0094757080078125, - -0.01155853271484375, - -0.0291748046875, - 0.0168609619140625, - -0.03411865234375, - -0.0205535888671875, - -0.01009368896484375, - 0.043212890625, - 0.002155303955078125, - 0.006633758544921875, - -0.02728271484375, - -0.016387939453125, - -0.031463623046875, - 0.0233001708984375, - -0.040557861328125, - 0.0123138427734375, - -0.01430511474609375, - 0.01027679443359375, - 0.031829833984375, - 0.0005297660827636719, - 0.01155853271484375, - 0.043975830078125, - 0.017242431640625, - -0.0284271240234375, - 0.004119873046875, - 0.0007314682006835938, - 0.026336669921875, - 0.0139312744140625, - -0.0229339599609375, - -0.0165863037109375, - -0.0183868408203125, - -0.016387939453125, - 0.0239715576171875, - 0.01297760009765625, - 0.035614013671875, - 0.033721923828125, - -0.028045654296875, - -0.003387451171875, - 0.06402587890625, - 0.0148773193359375, - 0.1015625, - 0.0022735595703125, - -0.060272216796875, - 0.036773681640625, - 0.0579833984375, - -0.0036716461181640625, - 0.0009355545043945312, - 0.031463623046875, - 0.0023097991943359375, - 0.0126953125, - 0.0291748046875, - -0.01468658447265625, - 0.024444580078125, - -0.0149688720703125, - 0.00748443603515625, - 0.0178070068359375, - -0.0276641845703125, - 0.004596710205078125, - 0.04132080078125, - 0.01279449462890625, - 0.019805908203125, - 0.033905029296875, - -0.0435791015625, - -0.03448486328125, - -0.044921875, - -0.06402587890625, - 0.005825042724609375, - -0.0031986236572265625, - 0.0113677978515625, - 0.047943115234375, - -0.051544189453125, - -0.06707763671875, - 0.0156402587890625, - -0.042633056640625, - 0.08489990234375, - 0.02880859375, - -0.0023441314697265625, - 0.0250091552734375, - -0.0089569091796875, - -0.002948760986328125, - 0.0107574462890625, - 0.0045013427734375, - 0.0203704833984375, - 0.0384521484375, - 0.03826904296875, - 0.0072021484375, - -0.0010900497436523438, - 0.01151275634765625, - 0.02264404296875, - 0.03070068359375, - 0.00975799560546875, - 0.0118408203125, - 0.0010128021240234375, - 0.033905029296875, - -0.0202789306640625, - 0.05645751953125, - 0.03411865234375, - 0.02008056640625, - 0.029937744140625, - -0.01241302490234375, - -0.0003020763397216797, - -0.035614013671875, - -0.006633758544921875, - -0.0158233642578125, - -0.0018358230590820312, - 0.02008056640625, - 0.031280517578125, - -0.07122802734375, - -0.0005979537963867188, - 0.039031982421875, - -0.0579833984375, - 0.033172607421875, - 0.019805908203125, - -0.024261474609375, - 0.0004055500030517578, - -0.011749267578125, - -0.06292724609375, - 0.04925537109375, - -0.00782012939453125, - -0.0360107421875, - -0.00786590576171875, - 0.0121307373046875, - -0.04168701171875, - -0.0310821533203125, - -0.040557861328125, - -0.0212249755859375, - -0.01203155517578125, - -0.04925537109375, - 0.042266845703125, - -0.01885986328125, - -0.0016698837280273438, - 0.05230712890625, - 0.0286102294921875, - -0.0160064697265625, - -0.02520751953125, - 0.0384521484375, - -0.018280029296875, - -0.0276641845703125, - 0.049652099609375, - 0.00696563720703125, - 0.043975830078125, - -0.053070068359375, - -0.0228271484375, - -0.0036468505859375, - -0.004878997802734375, - -0.006252288818359375, - 0.004451751708984375, - -0.0576171875, - -0.053802490234375, - -0.0418701171875, - 0.07769775390625, - -0.0193328857421875, - 0.0394287109375, - -0.008148193359375, - -0.03582763671875, - 0.033721923828125, - -0.061767578125, - -0.028045654296875, - -0.01009368896484375, - 0.00782012939453125, - -0.01971435546875, - 0.06591796875, - -0.01885986328125, - -0.021697998046875, - 0.015350341796875, - 0.037322998046875, - 0.01554107666015625, - 0.0201873779296875, - -0.049652099609375, - 0.042266845703125, - 0.037322998046875, - -0.04888916015625, - -0.01123046875, - -0.0223541259765625, - 0.019805908203125, - 0.038848876953125, - -0.04168701171875, - -0.007293701171875, - -0.005306243896484375, - -0.07012939453125, - -0.0305023193359375, - -0.0377197265625, - -0.00800323486328125, - -0.053070068359375, - -0.0028667449951171875, - 0.039031982421875, - -0.00833892822265625, - 0.0126953125, - 0.006015777587890625, - 0.018280029296875, - 0.0121307373046875, - -0.0086212158203125, - -0.028228759765625, - 0.043212890625, - -0.08795166015625, - -0.014404296875, - -0.011749267578125, - 0.037322998046875, - -0.0036468505859375, - 0.00634765625, - 0.0130767822265625, - -0.003932952880859375, - 0.049652099609375, - -0.02264404296875, - -0.01189422607421875, - -0.008575439453125, - 0.00261688232421875, - -0.04150390625, - -0.01458740234375, - 0.0212249755859375, - 0.01194000244140625, - -0.003482818603515625, - 0.00885772705078125, - 0.04205322265625, - -0.0308837890625, - 0.033538818359375, - 0.03411865234375, - 0.01922607421875, - 0.0213165283203125, - -0.00743865966796875, - -0.0105133056640625, - -0.0034351348876953125, - 0.02520751953125, - 0.0022735595703125, - -0.036956787109375, - -0.06781005859375, - 0.0174407958984375, - 0.0015516281127929688, - 0.0384521484375, - -0.00315093994140625, - -0.032958984375, - -0.06707763671875, - -0.006443023681640625, - 0.04718017578125, - 0.04150390625, - 0.032012939453125, - -0.00696563720703125, - -0.007389068603515625, - -0.006679534912109375, - -0.051910400390625, - 0.03411865234375, - -0.007389068603515625, - 0.03240966796875, - 0.004665374755859375, - -0.044342041015625, - 0.0196075439453125, - 0.03961181640625, - 0.027099609375, - 0.0228271484375, - 0.005615234375, - -0.01477813720703125, - 0.003742218017578125, - -0.020843505859375, - -0.016387939453125, - -0.0031032562255859375, - -0.0284271240234375, - 0.020843505859375, - -0.032012939453125, - -0.0198974609375, - -0.0185699462890625, - -0.01468658447265625, - 0.0224609375, - -0.0237884521484375, - -0.006870269775390625, - 0.017242431640625, - -0.00980377197265625, - 0.057220458984375, - -0.0305023193359375, - -0.036376953125, - 0.008056640625, - 0.01629638671875, - 0.042449951171875, - 0.035247802734375, - -0.006725311279296875, - -0.01345062255859375, - 0.01506805419921875, - 0.02008056640625, - 0.01027679443359375, - -0.049652099609375, - -0.0016460418701171875, - 0.0187530517578125, - -0.0029964447021484375, - 0.044708251953125, - 0.0107574462890625, - 0.06707763671875, - 0.0220794677734375, - 0.0201873779296875, - 0.00909423828125, - 0.07733154296875, - 0.027862548828125, - -0.01146697998046875, - -0.05609130859375, - -0.02880859375, - -0.0259552001953125, - -0.04888916015625, - -0.04681396484375, - 0.00521087646484375, - 0.054962158203125, - -0.0648193359375, - -0.00611114501953125, - -0.0117034912109375, - 0.00015544891357421875, - 0.004974365234375, - 0.021026611328125, - -0.022735595703125, - 0.01080322265625, - 0.01279449462890625, - -0.040740966796875, - 0.0183868408203125, - -0.0159149169921875, - 0.0159149169921875, - 0.046417236328125, - 0.0230255126953125, - -0.00881195068359375, - 0.0286102294921875, - -0.00743865966796875, - 0.0418701171875, - -0.0021190643310546875, - 0.053802490234375, - 0.0109405517578125, - 0.01326751708984375, - 0.0250091552734375, - 0.061767578125, - -0.0105133056640625, - -0.00743865966796875, - 0.005970001220703125, - 0.0303192138671875, - 0.040740966796875, - 0.04925537109375, - 0.01629638671875, - 0.0117950439453125, - -0.005115509033203125, - -0.0291748046875, - 0.0148773193359375, - 0.0131683349609375, - -0.0123138427734375, - -0.03448486328125, - -0.0360107421875, - 0.03790283203125, - -0.0308837890625, - 0.03070068359375, - 0.01611328125, - -0.02520751953125, - 0.019805908203125, - 0.045867919921875, - -0.0295562744140625, - -0.03277587890625, - 0.0255889892578125, - -0.01160430908203125, - -0.046600341796875, - -0.0274810791015625, - -0.039794921875, - 0.04736328125, - -0.0284271240234375, - -0.04132080078125, - -0.035430908203125, - 0.0452880859375, - -0.02899169921875, - -0.0343017578125, - -0.0126953125, - -0.01160430908203125, - -0.0267181396484375, - -0.035064697265625, - -0.0276641845703125, - -0.04718017578125, - 0.0248260498046875, - -0.02880859375, - -0.00037741661071777344, - -0.00516510009765625, - -0.0259552001953125, - -0.006038665771484375, - -0.0148773193359375, - -0.037322998046875, - 0.02093505859375, - -0.0343017578125, - 0.056854248046875, - 0.00994873046875, - 0.025390625, - 0.023406982421875, - 0.072021484375, - 0.00261688232421875, - -0.01885986328125, - -0.0198974609375, - -0.08984375, - 0.0072479248046875, - 0.01421356201171875, - 0.004974365234375, - -0.064453125, - 0.0068206787109375, - 0.05230712890625, - -0.0841064453125, - 0.0250091552734375, - 0.0031986236572265625, - -0.00847625732421875, - -0.06365966796875, - -0.02264404296875, - -0.036956787109375, - 0.037322998046875, - 0.07733154296875, - -0.003173828125, - -0.009002685546875, - 0.01250457763671875, - -0.042266845703125, - 0.058746337890625, - -0.004001617431640625, - 0.01525115966796875, - -0.024444580078125, - 0.0156402587890625, - 0.0322265625, - -0.03277587890625, - 0.0038604736328125, - -0.0875244140625, - 0.0072479248046875, - 0.006488800048828125, - 0.020660400390625, - 0.003742218017578125, - -0.002605438232421875, - -0.046234130859375, - -0.0202789306640625, - -0.0184783935546875, - 0.0178070068359375, - -0.004878997802734375, - 0.0205535888671875, - -0.05572509765625, - -0.006916046142578125, - -0.01099395751953125, - -0.04339599609375, - -0.051544189453125, - -0.0220794677734375, - 0.024444580078125, - -0.0159149169921875, - -0.06256103515625, - 0.015350341796875, - 0.0303192138671875, - 0.01468658447265625, - 0.01297760009765625, - 0.046417236328125, - -0.0377197265625, - 0.01904296875, - 0.0045013427734375, - 0.034881591796875, - 0.00677490234375, - -0.0183868408203125, - -0.01061248779296875, - -0.00847625732421875, - 0.0301361083984375, - -0.060272216796875, - 0.03277587890625, - 0.0233001708984375, - -0.047943115234375, - -0.07843017578125, - -0.047943115234375, - 0.001201629638671875, - 0.046417236328125, - -0.02880859375, - 0.037322998046875, - -0.03656005859375, - -0.0117034912109375, - -0.09283447265625, - 0.044342041015625, - 0.00201416015625, - 0.01506805419921875, - 0.027099609375, - -0.0086669921875, - -0.040374755859375, - -0.031280517578125, - -0.01065826416015625, - 0.004596710205078125, - -0.0255889892578125, - 0.0220794677734375, - 0.002819061279296875, - -0.00007218122482299805, - 0.0276641845703125, - 0.00283050537109375, - 0.005733489990234375, - 0.0295562744140625, - 0.029937744140625, - -0.03619384765625, - 0.06329345703125, - -0.0293731689453125, - -0.01009368896484375, - 0.0005211830139160156, - -0.01800537109375, - 0.0009832382202148438, - -0.00975799560546875, - -0.029754638671875, - -0.002239227294921875, - 0.03411865234375, - 0.0257720947265625, - -0.02880859375, - 0.004856109619140625, - -0.0113677978515625, - 0.01554107666015625, - 0.00823974609375, - -0.033905029296875, - -0.003932952880859375, - 0.0122222900390625, - -0.0105133056640625, - -0.025390625, - -0.0579833984375, - -0.08984375, - 0.0028667449951171875, - -0.0452880859375, - 0.009613037109375, - -0.0085296630859375, - 0.01468658447265625, - 0.005588531494140625, - -0.018280029296875, - 0.0269012451171875, - 0.0013675689697265625, - -0.0193328857421875, - -0.038665771484375, - 0.01554107666015625, - 0.015350341796875, - 0.05572509765625, - 0.0184783935546875, - -0.0222625732421875, - 0.00795745849609375, - -0.02899169921875, - 0.006679534912109375, - -0.0193328857421875, - -0.0169525146484375, - -0.05267333984375, - 0.00843048095703125, - -0.060272216796875, - -0.00786590576171875, - 0.00696563720703125, - 0.059112548828125, - 0.004833221435546875, - -0.00885772705078125, - 0.03790283203125, - 0.00383758544921875, - -0.050018310546875, - 0.0274810791015625, - -0.013641357421875, - -0.004878997802734375, - 0.0184783935546875, - 0.0303192138671875, - 0.0257720947265625, - 0.02520751953125, - 0.050018310546875, - 0.040740966796875, - 0.03070068359375, - 0.00634765625, - -0.0130767822265625, - -0.0156402587890625, - -0.0121307373046875, - 0.03656005859375, - 0.031646728515625, - 0.0248260498046875, - -0.017059326171875, - 0.026153564453125, - 0.00606536865234375, - -0.07806396484375, - -0.020751953125, - -0.0202789306640625, - -0.06671142578125, - 0.0013561248779296875, - 0.060638427734375, - 0.040374755859375, - -0.0185699462890625, - 0.0469970703125, - 0.0648193359375, - 0.0308837890625, - 0.00705718994140625, - -0.0308837890625, - -0.07391357421875, - -0.0008821487426757812, - 0.0241546630859375, - 0.0035762786865234375, - -0.049652099609375, - 0.05609130859375, - 0.05950927734375, - -0.0072479248046875, - -0.0223541259765625, - 0.0038127899169921875, - 0.0031032562255859375, - 0.021514892578125, - 0.016387939453125, - 0.0193328857421875, - -0.06976318359375, - 0.021026611328125, - 0.01250457763671875, - -0.01123046875, - 0.026153564453125, - -0.025390625, - -0.03411865234375, - 0.04718017578125, - -0.058746337890625, - 0.01080322265625, - 0.0213165283203125, - 0.06292724609375, - 0.0181884765625, - -0.029754638671875, - -0.0156402587890625, - 0.040557861328125, - 0.0033168792724609375, - -0.046234130859375, - 0.013641357421875, - 0.02264404296875, - -0.0203704833984375, - -0.004833221435546875, - 0.038848876953125, - 0.0255889892578125, - 0.038665771484375, - 0.0085296630859375, - -0.0435791015625, - 0.008575439453125, - -0.00634765625, - 0.0038604736328125, - -0.004001617431640625, - -0.038848876953125, - -0.034881591796875, - -0.050018310546875, - 0.043212890625, - 0.0149688720703125, - 0.022735595703125, - 0.006679534912109375, - -0.01629638671875, - 0.018280029296875, - 0.0267181396484375, - 0.0274810791015625, - 0.0165863037109375, - 0.0211334228515625, - 0.015350341796875, - 0.009521484375, - 0.01430511474609375, - 0.004878997802734375, - -0.0325927734375, - 0.0219879150390625, - -0.0141143798828125, - -0.031646728515625, - -0.04150390625, - 0.00701141357421875, - 0.01070404052734375, - -0.00994873046875, - 0.0195159912109375, - -0.05267333984375, - 0.003505706787109375, - -0.01800537109375, - -0.060638427734375, - 0.0029010772705078125, - 0.0305023193359375, - -0.0203704833984375, - 0.024261474609375, - 0.024261474609375, - -0.016387939453125, - 0.0033168792724609375, - -0.07501220703125, - 0.093994140625, - 0.033355712890625, - 0.0295562744140625, - 0.0015993118286132812, - 0.023681640625, - 0.0230255126953125, - 0.00743865966796875, - 0.01250457763671875, - 0.0274810791015625, - -0.018951416015625, - 0.054962158203125, - 0.04168701171875, - -0.0016813278198242188, - -0.032012939453125, - 0.024627685546875, - 0.00843048095703125, - -0.05419921875, - 0.0284271240234375, - -0.0017290115356445312, - 0.003742218017578125, - -0.003978729248046875, - 0.02520751953125, - 0.0038604736328125, - -0.05950927734375, - 0.04547119140625, - -0.0034580230712890625, - -0.033172607421875, - 0.021881103515625, - -0.05267333984375, - 0.03826904296875, - 0.003910064697265625, - 0.037506103515625, - -0.045654296875, - 0.04888916015625, - 0.0009946823120117188, - 0.0186614990234375, - -0.0020732879638671875, - 0.003932952880859375, - 0.004642486572265625, - 0.0018358230590820312, - -0.00495147705078125, - 0.076904296875, - 0.0216064453125, - -0.0196075439453125, - -0.0360107421875, - -0.0166778564453125, - -0.0023441314697265625, - -0.00240325927734375, - 0.042449951171875, - -0.03070068359375, - -0.0293731689453125, - 0.0195159912109375, - 0.0343017578125, - 0.056854248046875, - -0.004974365234375, - 0.01515960693359375, - -0.0011014938354492188, - -0.03961181640625, - -0.00872039794921875, - -0.0008645057678222656 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "artifact-collection", - "triage" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Ghidra", - "type": "tool", - "name": "Ghidra", - "content": "ghidra nsas reverse-engineering-suite demokratisiert binary-analyse auf ida-pro-niveau. der decompiler transformiert assembly in lesbaren c-code für intuitiveres verständnis von programm-logik. unterstützt über 30 prozessor-architekturen von x86/x64 über arm bis zu obskuren embedded-cpus. das software reverse engineering framework ermöglicht kollaborative analyse durch ghidra-server. pcode als intermediate language vereinheitlicht cross-architecture-analysen. der function-graph visualisiert control-flow. data-type-manager rekonstruiert strukturen und klassen. script-manager automatisiert mit python/java wiederkehrende analysen. version tracking vergleicht binaries über versionen. cryptographic-signature-finder identifiziert verschlüsselungs-routinen. die extension-architektur erlaubt custom-analyzers. perfekt für malware-dekonstruktion, vulnerability-research und firmware-analyse. die steile lernkurve wird durch exzellente dokumentation und nsa-trainingsmaterial gemildert. 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.03759765625, - 0.00899505615234375, - 0.03900146484375, - 0.0203094482421875, - 0.01099395751953125, - 0.032623291015625, - 0.0313720703125, - 0.0134735107421875, - -0.0292510986328125, - -0.0255279541015625, - -0.0237579345703125, - 0.057098388671875, - 0.01187896728515625, - 0.00806427001953125, - -0.06561279296875, - 0.0285491943359375, - -0.017913818359375, - 0.00855255126953125, - 0.008819580078125, - 0.017822265625, - -0.0230560302734375, - -0.0221710205078125, - -0.0321044921875, - -0.0190582275390625, - 0.0065155029296875, - 0.00917816162109375, - -0.017730712890625, - -0.0830078125, - -0.0230560302734375, - -0.00347900390625, - 0.03173828125, - -0.016845703125, - -0.006561279296875, - 0.0161285400390625, - 0.0094451904296875, - -0.01471710205078125, - -0.00775909423828125, - -0.037933349609375, - 0.005718231201171875, - 0.04718017578125, - -0.030853271484375, - 0.0117034912109375, - 0.021270751953125, - -0.007843017578125, - -0.017730712890625, - -0.0521240234375, - -0.00007933378219604492, - -0.01568603515625, - 0.01214599609375, - -0.042388916015625, - 0.03546142578125, - 0.01276397705078125, - 0.01568603515625, - -0.030670166015625, - -0.024993896484375, - 0.01471710205078125, - 0.01471710205078125, - -0.0292510986328125, - -0.0303192138671875, - 0.07342529296875, - -0.0226898193359375, - -0.00899505615234375, - 0.00350189208984375, - -0.01525115966796875, - 0.0202178955078125, - 0.027130126953125, - -0.0171051025390625, - -0.03173828125, - 0.01409912109375, - 0.0001475811004638672, - 0.0093536376953125, - 0.0038127899169921875, - -0.0182647705078125, - 0.036346435546875, - -0.05816650390625, - -0.04998779296875, - 0.0061187744140625, - 0.02410888671875, - 0.025360107421875, - 0.018707275390625, - -0.02447509765625, - 0.0035247802734375, - 0.036346435546875, - -0.0192413330078125, - -0.007091522216796875, - 0.01312255859375, - 0.016845703125, - 0.0211029052734375, - 0.005451202392578125, - -0.006206512451171875, - 0.0007009506225585938, - -0.019683837890625, - 0.0294342041015625, - -0.00970458984375, - 0.0219879150390625, - 0.056396484375, - -0.04718017578125, - -0.002559661865234375, - -0.041656494140625, - 0.0106353759765625, - 0.032440185546875, - -0.0011911392211914062, - 0.03704833984375, - -0.0116119384765625, - 0.036163330078125, - -0.03546142578125, - 0.01462554931640625, - -0.0124969482421875, - -0.006473541259765625, - -0.00917816162109375, - -0.08721923828125, - -0.02996826171875, - -0.0242919921875, - -0.061004638671875, - -0.0061187744140625, - -0.004566192626953125, - -0.01197052001953125, - 0.0333251953125, - -0.04681396484375, - -0.021270751953125, - 0.018798828125, - 0.00899505615234375, - -0.0037899017333984375, - 0.02410888671875, - -0.06134033203125, - -0.045379638671875, - 0.0021610260009765625, - 0.0305023193359375, - -0.03387451171875, - 0.0008645057678222656, - -0.006694793701171875, - -0.0285491943359375, - -0.0165863037109375, - -0.0014295578002929688, - -0.019775390625, - -0.0313720703125, - 0.044342041015625, - -0.0194091796875, - 0.003879547119140625, - 0.004566192626953125, - 0.03173828125, - -0.0283660888671875, - -0.04254150390625, - 0.018524169921875, - -0.0021610260009765625, - -0.019866943359375, - 0.0099334716796875, - 0.04486083984375, - -0.0274810791015625, - -0.00864410400390625, - -0.006072998046875, - -0.0039215087890625, - 0.0634765625, - 0.005672454833984375, - 0.0035457611083984375, - -0.0257110595703125, - -0.01427459716796875, - -0.0125885009765625, - 0.042205810546875, - -0.0015954971313476562, - -0.01090240478515625, - 0.0203094482421875, - -0.00970458984375, - 0.04132080078125, - -0.032440185546875, - -0.040252685546875, - -0.0040130615234375, - 0.0230560302734375, - 0.00957489013671875, - -0.0125885009765625, - 0.03350830078125, - 0.0088653564453125, - 0.04486083984375, - 0.056396484375, - -0.01214599609375, - 0.0161285400390625, - -0.01418304443359375, - -0.004852294921875, - 0.0255279541015625, - 0.0161285400390625, - -0.0372314453125, - -0.0294342041015625, - 0.0333251953125, - 0.008026123046875, - 0.034759521484375, - -0.00855255126953125, - -0.0242919921875, - -0.05072021484375, - -0.0201263427734375, - 0.0218048095703125, - -0.04290771484375, - -0.007843017578125, - -0.019775390625, - 0.047515869140625, - 0.01143646240234375, - 0.07232666015625, - 0.01959228515625, - -0.01418304443359375, - 0.047882080078125, - -0.0108184814453125, - 0.01409912109375, - 0.041839599609375, - -0.00281524658203125, - 0.061004638671875, - 0.023406982421875, - 0.00027561187744140625, - -0.0153350830078125, - 0.044158935546875, - 0.0267791748046875, - -0.0103759765625, - -0.0125885009765625, - 0.045379638671875, - 0.001873016357421875, - 0.007358551025390625, - -0.04644775390625, - -0.038482666015625, - 0.03350830078125, - -0.00372314453125, - 0.00899505615234375, - 0.00396728515625, - -0.006473541259765625, - -0.04290771484375, - -0.007534027099609375, - 0.018707275390625, - -0.0074920654296875, - 0.033172607421875, - 0.041839599609375, - -0.015869140625, - -0.0125885009765625, - 0.03350830078125, - 0.03582763671875, - 0.02801513671875, - 0.004589080810546875, - -0.007312774658203125, - -0.023590087890625, - -0.036529541015625, - 0.01409912109375, - 0.04718017578125, - 0.0230560302734375, - 0.0312042236328125, - -0.04327392578125, - 0.0313720703125, - -0.0287322998046875, - 0.051422119140625, - 0.023590087890625, - -0.02252197265625, - -0.00200653076171875, - -0.007137298583984375, - 0.03509521484375, - 0.05072021484375, - -0.053558349609375, - -0.019500732421875, - -0.040771484375, - 0.0125885009765625, - -0.056396484375, - -0.030670166015625, - 0.004276275634765625, - -0.05426025390625, - 0.045745849609375, - -0.005451202392578125, - -0.040252685546875, - -0.00301361083984375, - 0.031036376953125, - -0.01134490966796875, - 0.040435791015625, - 0.01320648193359375, - -0.03546142578125, - 0.0124969482421875, - 0.08154296875, - -0.004764556884765625, - -0.0208282470703125, - -0.0155181884765625, - 0.010284423828125, - -0.002437591552734375, - 0.01515960693359375, - -0.017913818359375, - 0.0108642578125, - 0.042022705078125, - 0.0246429443359375, - 0.04150390625, - -0.0267791748046875, - 0.01294708251953125, - -0.0089111328125, - 0.059234619140625, - -0.039886474609375, - -0.00771331787109375, - 0.00560760498046875, - -0.00815582275390625, - 0.0011911392211914062, - -0.051422119140625, - -0.00966644287109375, - 0.0411376953125, - 0.029083251953125, - 0.0038127899169921875, - 0.02978515625, - -0.055328369140625, - 0.025177001953125, - 0.010284423828125, - -0.02606201171875, - 0.023223876953125, - 0.05780029296875, - -0.0489501953125, - -0.00281524658203125, - -0.006916046142578125, - -0.00049591064453125, - -0.0411376953125, - -0.0450439453125, - -0.0164947509765625, - 0.0033473968505859375, - -0.0303192138671875, - -0.0333251953125, - 0.0004901885986328125, - -0.0013685226440429688, - 0.022247314453125, - -0.01320648193359375, - -0.001739501953125, - -0.05389404296875, - -0.03509521484375, - -0.0106353759765625, - -0.036712646484375, - -0.019500732421875, - -0.038665771484375, - 0.0701904296875, - 0.00815582275390625, - 0.01010894775390625, - -0.0022487640380859375, - 0.0030803680419921875, - -0.0287322998046875, - 0.01861572265625, - -0.0163116455078125, - 0.0025386810302734375, - 0.0003628730773925781, - 0.06451416015625, - 0.032806396484375, - 0.00673675537109375, - 0.032257080078125, - 0.06170654296875, - 0.042205810546875, - -0.0303192138671875, - -0.0117950439453125, - 0.00766754150390625, - 0.0136566162109375, - -0.0079803466796875, - -0.00815582275390625, - -0.032440185546875, - -0.0202178955078125, - -0.01232147216796875, - 0.01338958740234375, - 0.00469970703125, - 0.048583984375, - 0.0183563232421875, - 0.0074920654296875, - -0.007091522216796875, - 0.054962158203125, - 0.027313232421875, - 0.1007080078125, - 0.00917816162109375, - -0.052825927734375, - 0.005985260009765625, - 0.03704833984375, - -0.03778076171875, - -0.025177001953125, - 0.0257110595703125, - 0.02447509765625, - -0.006649017333984375, - 0.026947021484375, - -0.027130126953125, - 0.0171966552734375, - -0.02606201171875, - 0.0192413330078125, - 0.030670166015625, - -0.023223876953125, - 0.0189666748046875, - 0.0173797607421875, - 0.0312042236328125, - 0.01436614990234375, - 0.03350830078125, - -0.02783203125, - -0.015960693359375, - -0.052825927734375, - -0.03759765625, - 0.0255279541015625, - 0.026947021484375, - 0.0220794677734375, - 0.036895751953125, - -0.0242919921875, - -0.047515869140625, - 0.01320648193359375, - -0.052490234375, - 0.09075927734375, - 0.0305023193359375, - -0.00536346435546875, - 0.0321044921875, - -0.0296173095703125, - 0.0061187744140625, - 0.005764007568359375, - 0.01605224609375, - 0.0482177734375, - 0.06207275390625, - 0.040069580078125, - 0.01763916015625, - -0.039886474609375, - 0.023223876953125, - 0.019500732421875, - 0.026947021484375, - -0.0218963623046875, - 0.040069580078125, - 0.0008091926574707031, - 0.0208282470703125, - -0.0179901123046875, - 0.038665771484375, - 0.0219879150390625, - -0.0174713134765625, - 0.0303192138671875, - -0.0303192138671875, - 0.034393310546875, - -0.046112060546875, - -0.0032138824462890625, - 0.007534027099609375, - 0.0210113525390625, - 0.02996826171875, - 0.036529541015625, - -0.0595703125, - -0.00678253173828125, - 0.04522705078125, - -0.07232666015625, - 0.0237579345703125, - 0.00443267822265625, - -0.005298614501953125, - 0.005939483642578125, - -0.0208282470703125, - -0.0595703125, - 0.03955078125, - -0.036895751953125, - -0.037933349609375, - 0.0164031982421875, - 0.00904083251953125, - -0.0211029052734375, - -0.020477294921875, - -0.0340576171875, - -0.0040130615234375, - -0.027313232421875, - -0.029083251953125, - 0.03955078125, - 0.0017957687377929688, - -0.0027713775634765625, - 0.05035400390625, - 0.02606201171875, - -0.026947021484375, - -0.00511932373046875, - 0.0208282470703125, - -0.02154541015625, - -0.03582763671875, - 0.019500732421875, - 0.0303192138671875, - 0.003879547119140625, - -0.043792724609375, - -0.0194091796875, - 0.01320648193359375, - -0.003635406494140625, - -0.0006260871887207031, - 0.0098876953125, - -0.039886474609375, - -0.03582763671875, - -0.03192138671875, - 0.035980224609375, - -0.0007257461547851562, - 0.03155517578125, - 0.0014629364013671875, - -0.06561279296875, - 0.01480865478515625, - -0.049285888671875, - -0.01374053955078125, - -0.00917816162109375, - 0.0135650634765625, - 0.01055145263671875, - 0.051788330078125, - -0.0023708343505859375, - -0.041656494140625, - -0.00044608116149902344, - 0.0411376953125, - 0.021270751953125, - 0.0211944580078125, - -0.04998779296875, - 0.0701904296875, - 0.0228729248046875, - -0.033172607421875, - -0.00829315185546875, - -0.0219879150390625, - 0.005008697509765625, - 0.038818359375, - -0.057464599609375, - -0.0126800537109375, - -0.0287322998046875, - -0.0677490234375, - -0.051422119140625, - -0.019866943359375, - -0.01374053955078125, - -0.0313720703125, - 0.02978515625, - 0.019500732421875, - 0.01605224609375, - 0.040618896484375, - -0.001003265380859375, - -0.0283660888671875, - 0.0219879150390625, - -0.0001786947250366211, - -0.0239410400390625, - 0.0201263427734375, - -0.040618896484375, - -0.007801055908203125, - -0.0213623046875, - 0.023590087890625, - -0.02801513671875, - 0.0201263427734375, - 0.0262451171875, - -0.020660400390625, - 0.038818359375, - -0.03369140625, - -0.0218963623046875, - -0.034576416015625, - -0.054962158203125, - -0.042022705078125, - -0.0213623046875, - 0.00055694580078125, - 0.0294342041015625, - -0.0126800537109375, - 0.04150390625, - 0.019866943359375, - -0.04254150390625, - 0.007625579833984375, - 0.00859832763671875, - -0.030670166015625, - 0.0213623046875, - -0.006381988525390625, - 0.0024051666259765625, - -0.0264129638671875, - 0.018890380859375, - -0.0239410400390625, - -0.040435791015625, - -0.0897216796875, - 0.0258941650390625, - -0.032623291015625, - -0.0239410400390625, - -0.0221710205078125, - -0.030670166015625, - -0.054962158203125, - 0.0036792755126953125, - 0.006916046142578125, - -0.0113067626953125, - 0.01276397705078125, - -0.0391845703125, - -0.0003712177276611328, - -0.0134735107421875, - -0.032806396484375, - 0.04644775390625, - -0.0274810791015625, - -0.010284423828125, - -0.0191497802734375, - -0.03973388671875, - 0.0285491943359375, - 0.0303192138671875, - 0.017547607421875, - 0.02447509765625, - 0.032806396484375, - -0.0191497802734375, - 0.0265960693359375, - 0.021636962890625, - -0.0093536376953125, - -0.0283660888671875, - -0.006206512451171875, - 0.036529541015625, - -0.01702880859375, - -0.038665771484375, - 0.015960693359375, - 0.03741455078125, - -0.004055023193359375, - -0.0026035308837890625, - -0.029083251953125, - 0.030853271484375, - 0.00864410400390625, - 0.0391845703125, - -0.00673675537109375, - -0.040618896484375, - -0.0126800537109375, - -0.01187896728515625, - 0.0489501953125, - 0.04718017578125, - 0.00232696533203125, - -0.03973388671875, - 0.00516510009765625, - 0.045745849609375, - -0.0165863037109375, - -0.02978515625, - -0.037933349609375, - 0.004543304443359375, - 0.01506805419921875, - 0.056396484375, - -0.01506805419921875, - 0.0858154296875, - 0.019775390625, - 0.00467681884765625, - 0.0264129638671875, - 0.05426025390625, - 0.0489501953125, - -0.018890380859375, - -0.041656494140625, - -0.007625579833984375, - -0.013031005859375, - -0.023406982421875, - -0.048583984375, - 0.0163116455078125, - 0.030853271484375, - -0.0521240234375, - -0.0313720703125, - -0.022247314453125, - 0.019500732421875, - 0.014984130859375, - 0.02996826171875, - -0.007579803466796875, - 0.03582763671875, - -0.01294708251953125, - -0.04254150390625, - 0.0018510818481445312, - -0.0218048095703125, - 0.01427459716796875, - 0.0430908203125, - 0.0274810791015625, - -0.0321044921875, - 0.0237579345703125, - 0.01116943359375, - 0.01329803466796875, - 0.0012302398681640625, - 0.0221710205078125, - 0.0182647705078125, - 0.040069580078125, - 0.04345703125, - 0.03369140625, - -0.033172607421875, - -0.021453857421875, - -0.0262451171875, - 0.0321044921875, - 0.020477294921875, - 0.026947021484375, - 0.00443267822265625, - -0.01099395751953125, - -0.005672454833984375, - -0.05426025390625, - 0.0034580230712890625, - -0.001750946044921875, - -0.006561279296875, - -0.03759765625, - -0.031036376953125, - -0.005008697509765625, - -0.03973388671875, - 0.0255279541015625, - 0.0200347900390625, - -0.0208282470703125, - -0.007358551025390625, - 0.052490234375, - 0.00511932373046875, - -0.03741455078125, - 0.03387451171875, - -0.02447509765625, - -0.032989501953125, - -0.052825927734375, - -0.038482666015625, - 0.04095458984375, - -0.0294342041015625, - -0.07696533203125, - -0.0239410400390625, - 0.045379638671875, - -0.0136566162109375, - -0.03350830078125, - -0.0078887939453125, - 0.0022487640380859375, - -0.040252685546875, - -0.0248260498046875, - -0.034759521484375, - -0.021636962890625, - 0.0012187957763671875, - -0.0599365234375, - 0.0116119384765625, - 0.00727081298828125, - 0.002948760986328125, - -0.0113067626953125, - -0.0172882080078125, - -0.04522705078125, - 0.066650390625, - -0.0556640625, - 0.06207275390625, - 0.00904083251953125, - 0.015777587890625, - 0.04290771484375, - 0.05035400390625, - -0.01187896728515625, - 0.00678253173828125, - -0.0061187744140625, - -0.0780029296875, - -0.0051422119140625, - 0.006473541259765625, - 0.01143646240234375, - -0.06597900390625, - -0.00811004638671875, - 0.0262451171875, - -0.0638427734375, - -0.005496978759765625, - 0.003170013427734375, - -0.0239410400390625, - -0.0391845703125, - 0.007625579833984375, - -0.0079803466796875, - -0.01294708251953125, - 0.0869140625, - 0.01276397705078125, - -0.01152801513671875, - 0.0276641845703125, - -0.053192138671875, - 0.0521240234375, - 0.028900146484375, - 0.047515869140625, - -0.042205810546875, - 0.019683837890625, - 0.0228729248046875, - -0.015777587890625, - -0.00469970703125, - -0.068115234375, - -0.01471710205078125, - 0.0276641845703125, - 0.036895751953125, - -0.004055023193359375, - 0.002658843994140625, - -0.01959228515625, - -0.0078887939453125, - -0.023223876953125, - 0.0220794677734375, - 0.018890380859375, - 0.012054443359375, - -0.05426025390625, - -0.0209197998046875, - 0.01480865478515625, - -0.040771484375, - -0.01763916015625, - -0.034942626953125, - 0.02606201171875, - -0.00824737548828125, - -0.06207275390625, - 0.03369140625, - 0.003414154052734375, - 0.0230560302734375, - 0.0220794677734375, - 0.049652099609375, - -0.04522705078125, - -0.0027599334716796875, - -0.0038127899169921875, - 0.04644775390625, - 0.0283660888671875, - 0.0237579345703125, - -0.0125885009765625, - 0.032440185546875, - 0.00727081298828125, - -0.019866943359375, - 0.04486083984375, - 0.01374053955078125, - -0.0008254051208496094, - -0.048583984375, - -0.034759521484375, - -0.025360107421875, - 0.04327392578125, - 0.016754150390625, - 0.040435791015625, - 0.0032367706298828125, - 0.003368377685546875, - -0.08795166015625, - 0.0521240234375, - -0.0255279541015625, - 0.0008254051208496094, - 0.018707275390625, - -0.0283660888671875, - -0.0709228515625, - -0.04998779296875, - -0.01329803466796875, - 0.0009140968322753906, - -0.02996826171875, - 0.03350830078125, - 0.035980224609375, - 0.001102447509765625, - -0.00023412704467773438, - -0.00540924072265625, - 0.0098419189453125, - 0.04132080078125, - -0.00855255126953125, - -0.03546142578125, - 0.059234619140625, - -0.04718017578125, - 0.002471923828125, - 0.00580596923828125, - 0.032623291015625, - 0.007534027099609375, - 0.01515960693359375, - -0.036712646484375, - -0.007183074951171875, - 0.0190582275390625, - 0.044158935546875, - -0.0210113525390625, - -0.00200653076171875, - -0.02056884765625, - 0.032989501953125, - -0.001861572265625, - 0.018707275390625, - 0.0004627704620361328, - -0.0239410400390625, - -0.0340576171875, - -0.002826690673828125, - -0.057098388671875, - -0.0791015625, - -0.01134490966796875, - -0.031036376953125, - -0.0022602081298828125, - 0.0264129638671875, - 0.00673675537109375, - 0.03350830078125, - -0.0391845703125, - 0.027313232421875, - -0.0117034912109375, - -0.018798828125, - -0.01099395751953125, - 0.0265960693359375, - -0.003391265869140625, - 0.0303192138671875, - 0.032989501953125, - -0.0135650634765625, - 0.03387451171875, - -0.0208282470703125, - -0.0267791748046875, - -0.00766754150390625, - 0.00908660888671875, - -0.0208282470703125, - 0.0489501953125, - -0.070556640625, - -0.019683837890625, - 0.01329803466796875, - 0.0164947509765625, - 0.004611968994140625, - -0.0211944580078125, - 0.038482666015625, - 0.00176239013671875, - -0.07196044921875, - 0.00678253173828125, - -0.016754150390625, - -0.0321044921875, - -0.008819580078125, - -0.0294342041015625, - 0.01276397705078125, - 0.025360107421875, - 0.0595703125, - 0.01294708251953125, - 0.06951904296875, - 0.0164031982421875, - -0.0301361083984375, - 0.005519866943359375, - -0.01001739501953125, - 0.03564453125, - 0.014984130859375, - 0.0303192138671875, - 0.00045990943908691406, - 0.0296173095703125, - -0.0014629364013671875, - -0.08831787109375, - 0.00301361083984375, - -0.0183563232421875, - -0.05426025390625, - 0.006206512451171875, - 0.0673828125, - 0.025177001953125, - 0.0257110595703125, - 0.0221710205078125, - 0.06634521484375, - 0.042205810546875, - -0.00003063678741455078, - -0.0292510986328125, - -0.0673828125, - -0.013031005859375, - 0.045745849609375, - 0.025177001953125, - -0.0634765625, - 0.0340576171875, - 0.08013916015625, - 0.005298614501953125, - -0.0008645057678222656, - -0.00962066650390625, - -0.0246429443359375, - 0.062744140625, - 0.0248260498046875, - 0.02606201171875, - -0.08868408203125, - -0.00806427001953125, - 0.0125885009765625, - -0.0111236572265625, - -0.004344940185546875, - -0.017822265625, - -0.013916015625, - 0.05462646484375, - -0.07342529296875, - 0.008819580078125, - 0.038299560546875, - 0.05816650390625, - 0.0028591156005859375, - -0.043792724609375, - 0.01409912109375, - 0.016845703125, - -0.00004279613494873047, - -0.006473541259765625, - -0.01276397705078125, - 0.0005650520324707031, - -0.0450439453125, - 0.019775390625, - 0.04644775390625, - -0.00908660888671875, - 0.0489501953125, - 0.019775390625, - -0.04644775390625, - 0.0267791748046875, - -0.015869140625, - 0.01427459716796875, - 0.00629425048828125, - -0.0391845703125, - -0.03900146484375, - -0.0257110595703125, - 0.0226898193359375, - -0.0036792755126953125, - 0.036163330078125, - -0.01409912109375, - -0.0039215087890625, - -0.0008978843688964844, - -0.00438690185546875, - 0.017913818359375, - 0.0301361083984375, - 0.02801513671875, - 0.045745849609375, - 0.019775390625, - 0.0116119384765625, - 0.00899505615234375, - -0.017547607421875, - 0.049652099609375, - -0.0333251953125, - 0.032623291015625, - -0.051055908203125, - -0.00374603271484375, - 0.01338958740234375, - -0.0257110595703125, - -0.0025482177734375, - -0.0274810791015625, - -0.0190582275390625, - -0.023590087890625, - -0.0226898193359375, - 0.018707275390625, - 0.051422119140625, - -0.051055908203125, - 0.006603240966796875, - 0.0312042236328125, - 0.005229949951171875, - 0.019500732421875, - -0.04486083984375, - 0.0780029296875, - 0.00970458984375, - 0.036163330078125, - -0.007137298583984375, - 0.0116119384765625, - 0.043975830078125, - -0.0184478759765625, - 0.017822265625, - 0.05035400390625, - 0.0274810791015625, - 0.059234619140625, - 0.0352783203125, - 0.023223876953125, - -0.03155517578125, - 0.034576416015625, - 0.0108642578125, - -0.0450439453125, - 0.01480865478515625, - 0.0069580078125, - 0.0021610260009765625, - -0.007843017578125, - -0.01462554931640625, - -0.00042939186096191406, - -0.051788330078125, - 0.04522705078125, - 0.0089111328125, - -0.01152801513671875, - 0.03155517578125, - -0.027313232421875, - 0.058868408203125, - -0.0029697418212890625, - 0.059234619140625, - -0.03759765625, - 0.07379150390625, - -0.01506805419921875, - 0.004520416259765625, - -0.002948760986328125, - 0.0181732177734375, - -0.001407623291015625, - 0.04644775390625, - -0.0111236572265625, - 0.06207275390625, - 0.0173797607421875, - 0.012237548828125, - -0.056396484375, - -0.036529541015625, - -0.00257110595703125, - 0.00820159912109375, - 0.041839599609375, - -0.034576416015625, - -0.0230560302734375, - -0.01241302490234375, - 0.023590087890625, - 0.06597900390625, - -0.0134735107421875, - 0.0226898193359375, - 0.004833221435546875, - -0.0060272216796875, - -0.00806427001953125, - 0.0005817413330078125 - ], - "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_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. command-line 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.0079498291015625, - 0.040130615234375, - 0.057373046875, - 0.00951385498046875, - 0.0249481201171875, - 0.026824951171875, - 0.0175628662109375, - -0.01788330078125, - -0.0170440673828125, - 0.004261016845703125, - -0.0134124755859375, - 0.061553955078125, - -0.0011243820190429688, - -0.00020956993103027344, - -0.074462890625, - 0.0552978515625, - 0.0180816650390625, - 0.0055084228515625, - 0.009613037109375, - -0.0011501312255859375, - -0.0086822509765625, - -0.00608062744140625, - -0.056549072265625, - 0.01325225830078125, - 0.00537872314453125, - 0.0343017578125, - -0.02142333984375, - -0.05780029296875, - -0.024017333984375, - 0.0233917236328125, - 0.000023424625396728516, - -0.031402587890625, - 0.006366729736328125, - 0.030975341796875, - 0.002819061279296875, - -0.026824951171875, - 0.00925445556640625, - -0.0357666015625, - -0.01263427734375, - 0.035552978515625, - -0.0072784423828125, - 0.0008382797241210938, - 0.0188140869140625, - -0.00022745132446289062, - -0.026824951171875, - -0.040130615234375, - 0.00966644287109375, - -0.018707275390625, - 0.028900146484375, - -0.024749755859375, - 0.0272369384765625, - 0.0228729248046875, - -0.0017671585083007812, - 0.0022869110107421875, - -0.0272369384765625, - 0.041168212890625, - 0.0051727294921875, - -0.00670623779296875, - -0.05780029296875, - 0.03887939453125, - -0.02764892578125, - -0.0140380859375, - -0.012420654296875, - -0.0169525146484375, - 0.00504302978515625, - 0.03369140625, - -0.00644683837890625, - -0.01143646240234375, - 0.0274505615234375, - -0.00345611572265625, - -0.014556884765625, - -0.00888824462890625, - -0.0246429443359375, - 0.0140380859375, - -0.0297393798828125, - -0.07232666015625, - 0.0116424560546875, - 0.00951385498046875, - -0.0134124755859375, - 0.0064697265625, - -0.040557861328125, - -0.01091766357421875, - 0.034942626953125, - -0.016632080078125, - -0.0207977294921875, - -0.0100860595703125, - 0.0230865478515625, - 0.0109710693359375, - -0.01517486572265625, - 0.01528167724609375, - 0.01486968994140625, - -0.004184722900390625, - 0.006809234619140625, - -0.0005588531494140625, - 0.034515380859375, - 0.0848388671875, - -0.0175628662109375, - -0.00042891502380371094, - -0.006053924560546875, - 0.0265045166015625, - 0.00899505615234375, - -0.045318603515625, - 0.035980224609375, - -0.00345611572265625, - 0.041168212890625, - -0.00543212890625, - -0.007537841796875, - -0.01507568359375, - -0.01465606689453125, - -0.006809234619140625, - -0.1064453125, - -0.0213165283203125, - -0.0167388916015625, - -0.059051513671875, - -0.00899505615234375, - -0.005901336669921875, - -0.00397491455078125, - 0.046356201171875, - -0.033905029296875, - -0.0343017578125, - 0.027862548828125, - 0.016326904296875, - 0.0149688720703125, - 0.01320648193359375, - -0.05157470703125, - -0.043243408203125, - 0.002559661865234375, - 0.036163330078125, - -0.040740966796875, - -0.03472900390625, - -0.0274505615234375, - -0.0496826171875, - -0.0252685546875, - -0.0256805419921875, - 0.003482818603515625, - -0.01226806640625, - 0.028900146484375, - 0.00785064697265625, - -0.004444122314453125, - 0.01413726806640625, - 0.034088134765625, - -0.023284912109375, - -0.063232421875, - -0.0274505615234375, - -0.044708251953125, - -0.001987457275390625, - -0.0264129638671875, - 0.039703369140625, - -0.0049896240234375, - -0.0029621124267578125, - -0.002391815185546875, - 0.0322265625, - 0.03680419921875, - 0.0305633544921875, - 0.01013946533203125, - -0.022979736328125, - -0.004055023193359375, - -0.01143646240234375, - 0.040740966796875, - -0.01018524169921875, - -0.0249481201171875, - 0.006549835205078125, - 0.01039886474609375, - 0.0072784423828125, - -0.00618743896484375, - -0.039093017578125, - -0.0202789306640625, - 0.018707275390625, - -0.0102386474609375, - 0.003742218017578125, - 0.026611328125, - -0.005535125732421875, - 0.07025146484375, - 0.061126708984375, - 0.0036640167236328125, - 0.0293121337890625, - -0.00701904296875, - -0.006496429443359375, - 0.0517578125, - 0.03887939453125, - -0.01424407958984375, - -0.010711669921875, - 0.0428466796875, - 0.0270233154296875, - -0.0004711151123046875, - -0.0097198486328125, - -0.0185089111328125, - -0.0033016204833984375, - -0.025360107421875, - 0.037628173828125, - -0.0125274658203125, - -0.0139312744140625, - -0.0092010498046875, - 0.02069091796875, - 0.00925445556640625, - 0.063232421875, - 0.034515380859375, - -0.0169525146484375, - 0.04595947265625, - -0.0019235610961914062, - 0.00009542703628540039, - 0.05322265625, - -0.01029205322265625, - 0.047607421875, - 0.01486968994140625, - -0.012786865234375, - -0.01715087890625, - 0.029937744140625, - 0.018402099609375, - -0.041168212890625, - -0.005199432373046875, - 0.054901123046875, - -0.020477294921875, - -0.0140380859375, - -0.0274505615234375, - -0.031402587890625, - 0.029937744140625, - -0.01413726806640625, - -0.0130462646484375, - 0.0013513565063476562, - 0.0033016204833984375, - -0.0665283203125, - 0.0029888153076171875, - 0.0140380859375, - 0.00015437602996826172, - 0.01091766357421875, - 0.037841796875, - -0.0189208984375, - -0.051971435546875, - 0.032440185546875, - 0.007381439208984375, - 0.01922607421875, - -0.01273345947265625, - 0.034515380859375, - 0.000896453857421875, - -0.0282745361328125, - 0.04656982421875, - 0.012420654296875, - 0.0213165283203125, - 0.00556182861328125, - -0.033050537109375, - 0.039703369140625, - -0.0357666015625, - 0.019134521484375, - 0.057373046875, - -0.03680419921875, - 0.0112762451171875, - -0.0013446807861328125, - 0.022979736328125, - 0.049072265625, - -0.0286865234375, - -0.00862884521484375, - -0.07818603515625, - 0.004520416259765625, - -0.05218505859375, - -0.0167388916015625, - -0.009613037109375, - -0.054046630859375, - 0.031402587890625, - -0.06280517578125, - -0.009613037109375, - -0.01247406005859375, - 0.00914764404296875, - -0.01538848876953125, - 0.056549072265625, - -0.0114898681640625, - -0.05218505859375, - -0.016845703125, - 0.054473876953125, - 0.0010652542114257812, - -0.00478363037109375, - -0.00467681884765625, - 0.0295257568359375, - -0.0072784423828125, - 0.01018524169921875, - -0.056976318359375, - 0.0170440673828125, - 0.0357666015625, - 0.0238037109375, - 0.0270233154296875, - -0.0175628662109375, - 0.0169525146484375, - -0.0190277099609375, - 0.0328369140625, - -0.035552978515625, - -0.00045800209045410156, - -0.0149688720703125, - 0.007328033447265625, - -0.00992584228515625, - -0.08026123046875, - -0.0189208984375, - 0.0301513671875, - -0.005950927734375, - 0.0010528564453125, - 0.0021305084228515625, - -0.048858642578125, - -0.0044708251953125, - -0.01641845703125, - 0.001422882080078125, - 0.03533935546875, - 0.048248291015625, - -0.033050537109375, - 0.0018587112426757812, - -0.01018524169921875, - 0.01413726806640625, - -0.0224609375, - -0.05780029296875, - -0.0249481201171875, - -0.0190277099609375, - -0.0265045166015625, - -0.0197601318359375, - 0.033050537109375, - -0.029937744140625, - 0.0236968994140625, - -0.01018524169921875, - 0.00045800209045410156, - -0.0256805419921875, - -0.03680419921875, - 0.028076171875, - -0.0154876708984375, - -0.02484130859375, - -0.01538848876953125, - 0.050323486328125, - -0.0032749176025390625, - 0.010498046875, - -0.005222320556640625, - -0.01507568359375, - -0.0399169921875, - 0.01284027099609375, - -0.0133056640625, - 0.01195526123046875, - -0.0165252685546875, - 0.04949951171875, - 0.039093017578125, - 0.0249481201171875, - 0.01132965087890625, - 0.0526123046875, - 0.01507568359375, - -0.042205810546875, - -0.0133056640625, - -0.006031036376953125, - 0.00899505615234375, - 0.023284912109375, - -0.0246429443359375, - -0.0202789306640625, - 0.005222320556640625, - -0.0037689208984375, - 0.004627227783203125, - 0.0293121337890625, - 0.03887939453125, - 0.0264129638671875, - -0.0455322265625, - 0.0015659332275390625, - 0.059478759765625, - -0.0108642578125, - 0.10272216796875, - -0.00925445556640625, - -0.040740966796875, - 0.0254669189453125, - 0.0455322265625, - -0.0177764892578125, - 0.0053558349609375, - 0.033905029296875, - -0.00275421142578125, - 0.0010328292846679688, - 0.009307861328125, - 0.00696563720703125, - 0.035552978515625, - -0.0008087158203125, - 0.0013055801391601562, - 0.005924224853515625, - -0.0120086669921875, - 0.0256805419921875, - 0.033477783203125, - 0.0181884765625, - 0.010711669921875, - 0.050323486328125, - -0.0419921875, - -0.0236968994140625, - -0.032012939453125, - -0.0848388671875, - 0.008209228515625, - 0.026824951171875, - 0.039520263671875, - 0.0517578125, - -0.0372314453125, - -0.063232421875, - 0.0174713134765625, - -0.0107574462890625, - 0.068603515625, - 0.021514892578125, - 0.01486968994140625, - 0.007328033447265625, - -0.0063934326171875, - -0.00940704345703125, - 0.03118896484375, - 0.004055023193359375, - 0.00904083251953125, - 0.0316162109375, - 0.0517578125, - 0.000009834766387939453, - -0.0284881591796875, - 0.007122039794921875, - 0.0188140869140625, - 0.0282745361328125, - 0.006862640380859375, - 0.022552490234375, - 0.0228729248046875, - 0.0125274658203125, - -0.001617431640625, - 0.06195068359375, - 0.01641845703125, - 0.005588531494140625, - 0.02276611328125, - -0.012939453125, - 0.0223541259765625, - -0.0428466796875, - 0.0106048583984375, - 0.005405426025390625, - -0.0177764892578125, - 0.0079498291015625, - 0.043670654296875, - -0.0706787109375, - 0.0190277099609375, - 0.040740966796875, - -0.064453125, - 0.04388427734375, - 0.025360107421875, - -0.0245361328125, - 0.00701904296875, - -0.01180267333984375, - -0.05322265625, - 0.016326904296875, - -0.0140380859375, - -0.046173095703125, - 0.0036640167236328125, - 0.020477294921875, - -0.0673828125, - -0.038055419921875, - -0.04345703125, - -0.01154327392578125, - 0.0017671585083007812, - -0.03741455078125, - 0.04095458984375, - -0.01158905029296875, - -0.0007863044738769531, - 0.0343017578125, - 0.050537109375, - 0.00665283203125, - -0.0316162109375, - 0.044921875, - -0.036163330078125, - -0.07861328125, - 0.05010986328125, - -0.01372528076171875, - 0.060699462890625, - -0.036163330078125, - -0.0200653076171875, - 0.0011959075927734375, - 0.0007343292236328125, - 0.01372528076171875, - 0.022979736328125, - -0.046356201171875, - -0.022552490234375, - -0.03887939453125, - 0.047393798828125, - 0.005718231201171875, - 0.036376953125, - -0.022247314453125, - -0.0305633544921875, - 0.0185089111328125, - -0.06195068359375, - -0.044708251953125, - -0.0112762451171875, - 0.006160736083984375, - -0.012786865234375, - 0.07611083984375, - -0.0251617431640625, - -0.0185089111328125, - -0.00665283203125, - 0.048248291015625, - 0.0100860595703125, - 0.0029754638671875, - -0.0455322265625, - 0.032012939453125, - 0.048248291015625, - -0.0673828125, - -0.00774383544921875, - -0.00826263427734375, - 0.00310516357421875, - 0.037841796875, - -0.054901123046875, - 0.01013946533203125, - 0.00909423828125, - -0.0706787109375, - -0.034088134765625, - -0.005771636962890625, - -0.005771636962890625, - -0.041778564453125, - -0.02587890625, - 0.04345703125, - -0.0126800537109375, - 0.028076171875, - 0.003742218017578125, - 0.0044708251953125, - 0.00811004638671875, - -0.00460052490234375, - -0.01861572265625, - 0.02099609375, - -0.06781005859375, - -0.0196533203125, - -0.0211029052734375, - 0.0384521484375, - -0.01029205322265625, - 0.018402099609375, - -0.0035858154296875, - -0.00644683837890625, - 0.05322265625, - -0.054473876953125, - -0.0198516845703125, - 0.01273345947265625, - -0.02764892578125, - -0.0251617431640625, - -0.01003265380859375, - 0.0195465087890625, - 0.004703521728515625, - 0.0116424560546875, - 0.004001617431640625, - 0.061553955078125, - -0.026092529296875, - 0.0419921875, - 0.0167388916015625, - 0.000896453857421875, - 0.01424407958984375, - 0.008941650390625, - 0.0005130767822265625, - 0.00319671630859375, - 0.034942626953125, - -0.00036716461181640625, - -0.037841796875, - -0.071533203125, - 0.03326416015625, - 0.0316162109375, - 0.00284576416015625, - -0.017669677734375, - -0.046173095703125, - -0.0496826171875, - -0.0196533203125, - 0.0511474609375, - 0.0303497314453125, - 0.01018524169921875, - -0.02349853515625, - -0.0165252685546875, - -0.0218353271484375, - 0.00004851818084716797, - 0.0303497314453125, - 0.007434844970703125, - 0.01132965087890625, - -0.022979736328125, - -0.049285888671875, - 0.012939453125, - 0.00665283203125, - 0.028076171875, - 0.036163330078125, - 0.0197601318359375, - -0.01486968994140625, - 0.00982666015625, - -0.0200653076171875, - -0.01206207275390625, - -0.0011568069458007812, - 0.0005130767822265625, - 0.0130462646484375, - -0.0179901123046875, - -0.0197601318359375, - 0.01424407958984375, - 0.008209228515625, - 0.003093719482421875, - -0.0016632080078125, - 0.008056640625, - 0.03118896484375, - -0.01641845703125, - 0.05572509765625, - -0.039306640625, - -0.0384521484375, - -0.0044708251953125, - -0.007171630859375, - 0.0372314453125, - 0.04949951171875, - 0.0033130645751953125, - -0.034088134765625, - 0.0029754638671875, - 0.037841796875, - 0.004184722900390625, - -0.054046630859375, - -0.009979248046875, - 0.01611328125, - -0.00670623779296875, - 0.060302734375, - 0.03326416015625, - 0.09063720703125, - 0.00873565673828125, - 0.0092010498046875, - 0.0328369140625, - 0.04803466796875, - 0.019134521484375, - -0.022247314453125, - -0.045318603515625, - -0.0238037109375, - -0.001247406005859375, - -0.0384521484375, - -0.042205810546875, - -0.0013713836669921875, - 0.07232666015625, - -0.056976318359375, - 0.0022735595703125, - -0.0022602081298828125, - 0.0006561279296875, - 0.002170562744140625, - 0.01486968994140625, - -0.01154327392578125, - 0.02099609375, - 0.040557861328125, - -0.031402587890625, - 0.0238037109375, - -0.033905029296875, - 0.0270233154296875, - 0.0706787109375, - 0.021209716796875, - -0.0114898681640625, - 0.035552978515625, - 0.0097198486328125, - 0.03472900390625, - 0.03118896484375, - 0.0413818359375, - 0.0295257568359375, - 0.01528167724609375, - 0.0582275390625, - 0.051971435546875, - -0.009979248046875, - -0.01117706298828125, - 0.0282745361328125, - 0.0245361328125, - 0.0419921875, - 0.060699462890625, - 0.0056915283203125, - 0.0305633544921875, - -0.0029239654541015625, - -0.050323486328125, - 0.0088348388671875, - 0.01325225830078125, - 0.0196533203125, - -0.03326416015625, - -0.03472900390625, - -0.0021190643310546875, - -0.03326416015625, - 0.0242156982421875, - 0.0207977294921875, - -0.030975341796875, - -0.0203704833984375, - 0.035980224609375, - -0.01413726806640625, - -0.05010986328125, - 0.00847625732421875, - -0.01247406005859375, - -0.0322265625, - -0.035125732421875, - -0.0233917236328125, - 0.032440185546875, - -0.0193328857421875, - -0.0455322265625, - -0.0251617431640625, - 0.0274505615234375, - -0.005405426025390625, - -0.0440673828125, - -0.0244293212890625, - 0.028900146484375, - -0.007537841796875, - -0.056976318359375, - -0.03741455078125, - -0.033905029296875, - 0.01641845703125, - -0.0440673828125, - 0.0036640167236328125, - -0.034515380859375, - -0.03741455078125, - -0.01538848876953125, - -0.016632080078125, - -0.015899658203125, - 0.01221466064453125, - -0.045745849609375, - 0.049285888671875, - 0.0149688720703125, - 0.02587890625, - 0.03326416015625, - 0.06817626953125, - 0.004833221435546875, - -0.01195526123046875, - -0.0205841064453125, - -0.074462890625, - -0.0160064697265625, - 0.00914764404296875, - -0.00293731689453125, - -0.05572509765625, - 0.0012407302856445312, - 0.059051513671875, - -0.056549072265625, - 0.0218353271484375, - -0.01538848876953125, - -0.01580810546875, - -0.054473876953125, - 0.00421142578125, - -0.00847625732421875, - 0.01788330078125, - 0.099365234375, - -0.020477294921875, - -0.005069732666015625, - -0.01465606689453125, - -0.03533935546875, - 0.0706787109375, - -0.002170562744140625, - 0.027862548828125, - -0.036590576171875, - 0.0079498291015625, - 0.0241241455078125, - -0.0202789306640625, - 0.021514892578125, - -0.07025146484375, - 0.0213165283203125, - 0.04095458984375, - 0.0274505615234375, - -0.01154327392578125, - -0.01413726806640625, - -0.047393798828125, - -0.02349853515625, - -0.032012939453125, - 0.0301513671875, - 0.026824951171875, - 0.004886627197265625, - -0.034088134765625, - 0.00878143310546875, - 0.0203704833984375, - -0.05364990234375, - -0.0526123046875, - -0.03326416015625, - 0.03826904296875, - -0.0093536376953125, - -0.0384521484375, - 0.043243408203125, - 0.0284881591796875, - 0.005535125732421875, - 0.006809234619140625, - 0.06280517578125, - -0.037841796875, - -0.003612518310546875, - 0.01372528076171875, - -0.0010652542114257812, - -0.0077972412109375, - -0.0003249645233154297, - 0.01424407958984375, - -0.003925323486328125, - 0.0190277099609375, - -0.039520263671875, - 0.033905029296875, - 0.04595947265625, - -0.054901123046875, - -0.074462890625, - -0.05780029296875, - -0.0081634521484375, - -0.004703521728515625, - -0.02764892578125, - 0.0236968994140625, - -0.0006365776062011719, - -0.01861572265625, - -0.110595703125, - 0.032012939453125, - -0.01476287841796875, - 0.01351165771484375, - 0.006134033203125, - -0.05072021484375, - -0.0526123046875, - -0.0673828125, - -0.00574493408203125, - 0.02142333984375, - -0.0264129638671875, - 0.0307769775390625, - -0.012786865234375, - 0.01580810546875, - 0.01158905029296875, - -0.01361846923828125, - 0.00328826904296875, - 0.050323486328125, - 0.01226806640625, - -0.0307769775390625, - 0.057373046875, - -0.030975341796875, - 0.00548553466796875, - -0.0006628036499023438, - 0.003093719482421875, - 0.0002551078796386719, - -0.0286865234375, - -0.008209228515625, - 0.0036640167236328125, - 0.040557861328125, - 0.02069091796875, - -0.0241241455078125, - 0.0205841064453125, - -0.029937744140625, - 0.02911376953125, - 0.0134124755859375, - -0.0198516845703125, - 0.01413726806640625, - 0.0108642578125, - -0.03533935546875, - -0.005718231201171875, - -0.04241943359375, - -0.06781005859375, - 0.0216217041015625, - -0.047393798828125, - -0.0236053466796875, - 0.00434112548828125, - 0.03826904296875, - 0.00556182861328125, - -0.0207977294921875, - 0.0196533203125, - -0.04095458984375, - 0.0109710693359375, - -0.025360107421875, - 0.013824462890625, - 0.010711669921875, - 0.00904083251953125, - 0.01861572265625, - -0.0284881591796875, - 0.0093536376953125, - -0.001644134521484375, - 0.006603240966796875, - -0.0274505615234375, - -0.016845703125, - -0.010498046875, - 0.002780914306640625, - -0.06695556640625, - -0.0134124755859375, - 0.0157012939453125, - 0.0316162109375, - 0.00878143310546875, - -0.00977325439453125, - 0.041595458984375, - -0.0154876708984375, - -0.054473876953125, - 0.019439697265625, - -0.006053924560546875, - -0.03326416015625, - 0.0188140869140625, - -0.0016241073608398438, - 0.00878143310546875, - 0.0109710693359375, - 0.025360107421875, - 0.03326416015625, - 0.0244293212890625, - 0.00670623779296875, - -0.029937744140625, - -0.01309967041015625, - -0.032012939453125, - 0.00966644287109375, - 0.0272369384765625, - 0.020172119140625, - -0.0041046142578125, - 0.02069091796875, - -0.00701904296875, - -0.07403564453125, - -0.02764892578125, - -0.0228729248046875, - -0.07525634765625, - 0.01029205322265625, - 0.06817626953125, - 0.007694244384765625, - -0.0077972412109375, - 0.034942626953125, - 0.06195068359375, - 0.031402587890625, - 0.0100860595703125, - -0.00899505615234375, - -0.06817626953125, - -0.0052490234375, - -0.004520416259765625, - 0.0114898681640625, - -0.06695556640625, - 0.03741455078125, - 0.064453125, - -0.0193328857421875, - -0.0305633544921875, - -0.007587432861328125, - -0.005458831787109375, - 0.01641845703125, - 0.01091766357421875, - -0.0024566650390625, - -0.0623779296875, - 0.007694244384765625, - 0.0228729248046875, - -0.00023066997528076172, - 0.0055084228515625, - -0.03369140625, - -0.0102386474609375, - 0.04510498046875, - -0.0665283203125, - 0.00013887882232666016, - 0.01995849609375, - 0.04595947265625, - 0.0134124755859375, - -0.02142333984375, - -0.0469970703125, - 0.058624267578125, - 0.025360107421875, - -0.02276611328125, - 0.023284912109375, - 0.01055145263671875, - -0.012939453125, - 0.0216217041015625, - 0.05364990234375, - 0.0228729248046875, - 0.032012939453125, - 0.0162200927734375, - -0.064453125, - 0.006420135498046875, - -0.00022745132446289062, - -0.0012149810791015625, - 0.020172119140625, - -0.035980224609375, - -0.024322509765625, - -0.06195068359375, - 0.0428466796875, - -0.004573822021484375, - 0.0130462646484375, - 0.0001380443572998047, - -0.01081085205078125, - 0.00267791748046875, - 0.0272369384765625, - 0.0160064697265625, - 0.0251617431640625, - 0.04510498046875, - 0.00940704345703125, - 0.0284881591796875, - 0.006366729736328125, - 0.0036640167236328125, - -0.023284912109375, - 0.03887939453125, - -0.054901123046875, - -0.0307769775390625, - -0.0419921875, - -0.0022735595703125, - 0.010498046875, - -0.00644683837890625, - -0.0027294158935546875, - -0.0286865234375, - 0.015594482421875, - -0.017669677734375, - -0.030975341796875, - -0.005092620849609375, - 0.051971435546875, - -0.06402587890625, - 0.0384521484375, - 0.0172576904296875, - -0.0195465087890625, - -0.005588531494140625, - -0.03472900390625, - 0.08856201171875, - 0.0307769775390625, - 0.0004515647888183594, - -0.006755828857421875, - 0.0301513671875, - 0.0012607574462890625, - 0.035980224609375, - 0.0079498291015625, - -0.0003037452697753906, - -0.01424407958984375, - 0.03680419921875, - 0.042205810546875, - -0.011749267578125, - -0.036163330078125, - 0.0303497314453125, - 0.01247406005859375, - -0.044281005859375, - 0.0428466796875, - 0.008575439453125, - 0.0053558349609375, - 0.007328033447265625, - -0.002872467041015625, - -0.0111236572265625, - -0.047210693359375, - 0.043670654296875, - 0.006755828857421875, - -0.0017805099487304688, - 0.0305633544921875, - -0.06903076171875, - 0.04656982421875, - 0.01206207275390625, - 0.06488037109375, - -0.0413818359375, - 0.04864501953125, - 0.004573822021484375, - -0.0252685546875, - -0.01184844970703125, - 0.0211029052734375, - -0.0014362335205078125, - 0.027862548828125, - -0.0134124755859375, - 0.057373046875, - 0.0165252685546875, - -0.021514892578125, - -0.0765380859375, - -0.006862640380859375, - 0.016632080078125, - -0.0031452178955078125, - 0.022552490234375, - -0.0526123046875, - -0.0031452178955078125, - -0.006862640380859375, - 0.01486968994140625, - 0.09063720703125, - -0.00537872314453125, - 0.0265045166015625, - 0.0233917236328125, - -0.01788330078125, - -0.0208892822265625, - -0.0022487640380859375 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "malware-analysis" - ], - "phases": [ - "data-collection", - "examination" - ], - "tags": [ - "command-line", - "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_Eric_Zimmerman_Tools", "type": "tool", @@ -27399,6 +6329,5260 @@ "type": "tool" } }, + { + "id": "tool_osquery", + "type": "tool", + "name": "osquery", + "content": "osquery facebooks revolutionäre endpoint-telemetry-engine transformiert betriebssystem- zustand in sql-queries für forensische untersuchungen. das \"operating system as database\"-konzept ermöglicht abfragen wie \"select * from processes where name like '%malware%'\". über 200 tables exposieren system-internals: prozesse, netzwerkverbindungen, dateien, registry, scheduled-tasks. besonders mächtig für fleet-wide-hunting: eine query durchsucht tausende endpoints parallel. die event-framework publiziert changes in real-time. extensions erweitern für cloud-apis, yara-scanning, custom-tables. json-output integriert nahtlos in siems. distributed-queries über tls-verschlüsselte channels. der lightweight-agent (< 50mb ram) minimiert performance-impact. configuration- management via json/yaml. die active-community entwickelt ständig neue tables. basis für zahlreiche kommerzielle endpoint-security-produkte. unverzichtbar für moderne threat-hunting und incident-response at scale. endpoint sql incident-response examination", + "embedding": [ + -0.00732421875, + 0.031585693359375, + 0.037628173828125, + -0.01342010498046875, + 0.030242919921875, + 0.00992584228515625, + 0.03118896484375, + -0.0187225341796875, + -0.02911376953125, + 0.01007080078125, + -0.0313720703125, + 0.037628173828125, + 0.00699615478515625, + -0.020599365234375, + -0.057098388671875, + 0.036102294921875, + -0.0304412841796875, + 0.01129913330078125, + 0.01148223876953125, + -0.0004165172576904297, + -0.024200439453125, + -0.015411376953125, + -0.048004150390625, + -0.01200103759765625, + -0.005695343017578125, + 0.01474761962890625, + -0.005176544189453125, + -0.05670166015625, + 0.0028839111328125, + 0.0139923095703125, + 0.016632080078125, + -0.0178680419921875, + -0.005222320556640625, + 0.037445068359375, + 0.00794219970703125, + -0.0199432373046875, + 0.021453857421875, + -0.04876708984375, + -0.0245819091796875, + 0.027984619140625, + -0.0058135986328125, + 0.0180511474609375, + 0.0018787384033203125, + -0.03497314453125, + -0.043670654296875, + -0.0447998046875, + -0.0020904541015625, + -0.037628173828125, + 0.0389404296875, + -0.0276031494140625, + 0.02410888671875, + 0.04443359375, + 0.0016546249389648438, + 0.00807952880859375, + -0.036865234375, + 0.0430908203125, + 0.01389312744140625, + -0.022125244140625, + -0.03497314453125, + 0.037628173828125, + -0.047088623046875, + 0.00841522216796875, + -0.0146484375, + -0.0031909942626953125, + 0.0255279541015625, + 0.006381988525390625, + -0.00997161865234375, + -0.036102294921875, + -0.01091766357421875, + -0.01947021484375, + -0.001087188720703125, + 0.007419586181640625, + 0.0002777576446533203, + 0.01739501953125, + -0.0219268798828125, + -0.03460693359375, + 0.0157928466796875, + 0.0150299072265625, + -0.004535675048828125, + -0.00846099853515625, + -0.045745849609375, + -0.002529144287109375, + 0.044036865234375, + -0.031005859375, + -0.045379638671875, + 0.004703521728515625, + 0.0169219970703125, + -0.0014057159423828125, + 0.0226898193359375, + 0.0406494140625, + 0.019378662109375, + 0.0276031494140625, + 0.0151214599609375, + -0.020416259765625, + 0.033447265625, + 0.02911376953125, + -0.02532958984375, + -0.003971099853515625, + -0.01654052734375, + 0.0313720703125, + 0.032135009765625, + -0.0249481201171875, + 0.0540771484375, + -0.01380157470703125, + 0.057464599609375, + -0.036102294921875, + 0.0146484375, + -0.0157928466796875, + -0.003993988037109375, + -0.020599365234375, + -0.1119384765625, + -0.0506591796875, + -0.011627197265625, + -0.06048583984375, + -0.0060272216796875, + -0.0111541748046875, + -0.0095977783203125, + 0.0245819091796875, + -0.033843994140625, + -0.026092529296875, + 0.0257110595703125, + 0.0230712890625, + 0.0170135498046875, + 0.0230712890625, + -0.0623779296875, + -0.05670166015625, + 0.018341064453125, + 0.0169219970703125, + -0.0277862548828125, + -0.01380157470703125, + -0.0249481201171875, + -0.004680633544921875, + -0.01947021484375, + -0.043304443359375, + 0.00484466552734375, + -0.00855255126953125, + 0.051788330078125, + -0.0205078125, + 0.002399444580078125, + 0.006710052490234375, + 0.024200439453125, + 0.004608154296875, + -0.05596923828125, + 0.0216522216796875, + -0.04461669921875, + -0.005859375, + 0.00091552734375, + 0.053314208984375, + -0.00907135009765625, + 0.0091705322265625, + 0.01100921630859375, + 0.0285491943359375, + 0.040069580078125, + 0.002044677734375, + 0.03515625, + -0.0226898193359375, + -0.007419586181640625, + -0.004489898681640625, + 0.042724609375, + -0.029876708984375, + -0.00484466552734375, + 0.0294952392578125, + -0.01007080078125, + 0.0277862548828125, + -0.022308349609375, + -0.0289306640625, + -0.0266571044921875, + 0.0236358642578125, + -0.0019855499267578125, + 0.00949859619140625, + 0.0210723876953125, + -0.0012645721435546875, + 0.058990478515625, + 0.05029296875, + 0.002056121826171875, + -0.00531768798828125, + -0.000028431415557861328, + -0.033660888671875, + 0.03460693359375, + 0.022308349609375, + -0.024383544921875, + 0.0208892822265625, + 0.024383544921875, + 0.00243377685546875, + 0.0169219970703125, + -0.008270263671875, + -0.0091705322265625, + -0.019378662109375, + -0.051422119140625, + 0.04840087890625, + -0.0294952392578125, + -0.0184326171875, + -0.003284454345703125, + 0.00936126708984375, + 0.002788543701171875, + 0.045745849609375, + 0.0217437744140625, + -0.04632568359375, + 0.032135009765625, + -0.037811279296875, + 0.01371002197265625, + 0.055206298828125, + -0.004608154296875, + 0.035736083984375, + -0.01436614990234375, + 0.0189056396484375, + -0.0184326171875, + 0.03875732421875, + 0.038177490234375, + -0.039703369140625, + 0.01568603515625, + 0.055206298828125, + -0.0197601318359375, + -0.0657958984375, + -0.0200347900390625, + -0.0268402099609375, + 0.04443359375, + -0.0330810546875, + -0.01134490966796875, + -0.0036869049072265625, + 0.005458831787109375, + -0.037628173828125, + 0.0150299072265625, + 0.042144775390625, + -0.0125732421875, + 0.029876708984375, + 0.03704833984375, + -0.019378662109375, + -0.01294708251953125, + 0.0022335052490234375, + 0.0306243896484375, + 0.0482177734375, + -0.037445068359375, + 0.00228118896484375, + -0.0229644775390625, + -0.01739501953125, + 0.036102294921875, + 0.019561767578125, + 0.030059814453125, + 0.004608154296875, + -0.00936126708984375, + 0.0247650146484375, + -0.00439453125, + 0.0234375, + 0.013519287109375, + -0.04119873046875, + 0.0097808837890625, + -0.00732421875, + 0.026275634765625, + 0.06427001953125, + -0.036865234375, + -0.001140594482421875, + -0.034393310546875, + -0.019378662109375, + -0.06353759765625, + -0.052947998046875, + -0.039703369140625, + -0.043670654296875, + 0.051055908203125, + -0.0347900390625, + -0.0255279541015625, + 0.016632080078125, + 0.00756072998046875, + 0.031585693359375, + 0.034393310546875, + 0.0021381378173828125, + -0.05859375, + 0.0018548965454101562, + 0.06201171875, + -0.0181427001953125, + 0.00798797607421875, + -0.0060272216796875, + 0.053314208984375, + -0.002044677734375, + -0.00798797607421875, + -0.03118896484375, + 0.0157928466796875, + 0.049530029296875, + 0.0013647079467773438, + 0.0372314453125, + -0.034027099609375, + 0.01332855224609375, + -0.0264739990234375, + 0.0257110595703125, + -0.06048583984375, + 0.005481719970703125, + -0.043487548828125, + -0.0146484375, + 0.007610321044921875, + -0.08544921875, + 0.010772705078125, + 0.0106353759765625, + 0.007419586181640625, + -0.0013942718505859375, + 0.00463104248046875, + -0.043853759765625, + 0.0255279541015625, + 0.04632568359375, + 0.01186370849609375, + 0.035919189453125, + 0.054840087890625, + -0.01361083984375, + 0.0198516845703125, + -0.01474761962890625, + 0.0150299072265625, + -0.03533935546875, + -0.034210205078125, + -0.03082275390625, + -0.0313720703125, + -0.054840087890625, + -0.019195556640625, + -0.01436614990234375, + -0.02703857421875, + 0.0207061767578125, + -0.027984619140625, + 0.0022563934326171875, + -0.01143646240234375, + -0.03460693359375, + -0.0023517608642578125, + -0.028350830078125, + -0.054443359375, + -0.01371002197265625, + 0.06842041015625, + 0.0196685791015625, + 0.0121002197265625, + -0.00794219970703125, + 0.0023517608642578125, + -0.0111541748046875, + 0.033843994140625, + -0.037445068359375, + 0.01824951171875, + -0.003025054931640625, + 0.0582275390625, + 0.044036865234375, + 0.00794219970703125, + 0.0033092498779296875, + 0.06201171875, + 0.026275634765625, + -0.0006794929504394531, + -0.004039764404296875, + -0.0002422332763671875, + -0.0239105224609375, + 0.0199432373046875, + -0.01947021484375, + 0.0009632110595703125, + -0.030059814453125, + -0.0272216796875, + 0.00945281982421875, + 0.005718231201171875, + 0.034210205078125, + 0.0208892822265625, + -0.0287322998046875, + -0.005504608154296875, + 0.054840087890625, + 0.0096435546875, + 0.10589599609375, + -0.03875732421875, + -0.0423583984375, + 0.0140838623046875, + 0.01035308837890625, + -0.04461669921875, + -0.01361083984375, + 0.051422119140625, + -0.00803375244140625, + 0.0097808837890625, + 0.0220184326171875, + -0.005672454833984375, + 0.031585693359375, + 0.01049041748046875, + 0.006946563720703125, + 0.00180816650390625, + 0.012664794921875, + 0.0257110595703125, + 0.057861328125, + 0.041412353515625, + 0.0009274482727050781, + 0.053314208984375, + -0.017669677734375, + -0.029296875, + -0.03533935546875, + -0.043304443359375, + 0.0200347900390625, + 0.0178680419921875, + -0.01082611083984375, + 0.045928955078125, + -0.01474761962890625, + -0.05633544921875, + 0.047088623046875, + -0.02032470703125, + 0.07867431640625, + 0.062744140625, + 0.0219268798828125, + 0.0266571044921875, + -0.040069580078125, + -0.01082611083984375, + 0.023345947265625, + -0.006618499755859375, + 0.0236358642578125, + 0.072998046875, + 0.0347900390625, + 0.01053619384765625, + -0.042724609375, + 0.01824951171875, + 0.027984619140625, + 0.041412353515625, + 0.0019969940185546875, + 0.02154541015625, + 0.003143310546875, + 0.02117919921875, + -0.01531219482421875, + 0.035919189453125, + 0.0161590576171875, + -0.0181427001953125, + -0.002529144287109375, + -0.0218353271484375, + 0.007843017578125, + -0.055206298828125, + 0.01427459716796875, + -0.0115814208984375, + -0.01238250732421875, + 0.0030727386474609375, + 0.0276031494140625, + -0.029876708984375, + 0.0196685791015625, + 0.041778564453125, + -0.06390380859375, + 0.039337158203125, + 0.034027099609375, + -0.037811279296875, + -0.0029773712158203125, + -0.04840087890625, + -0.0364990234375, + 0.0294952392578125, + -0.01361083984375, + -0.01323699951171875, + -0.01134490966796875, + 0.00997161865234375, + -0.042144775390625, + -0.039886474609375, + -0.039886474609375, + 0.00514984130859375, + -0.020599365234375, + -0.002410888671875, + 0.046875, + -0.02911376953125, + 0.0110626220703125, + 0.01824951171875, + 0.051788330078125, + 0.021270751953125, + -0.042144775390625, + 0.055572509765625, + -0.040069580078125, + -0.04046630859375, + 0.019287109375, + 0.0168304443359375, + 0.00859832763671875, + -0.022491455078125, + -0.01276397705078125, + 0.006381988525390625, + 0.0032367706298828125, + 0.00841522216796875, + 0.0225982666015625, + -0.06689453125, + -0.0258941650390625, + -0.036865234375, + 0.051788330078125, + 0.007610321044921875, + 0.04119873046875, + 0.00936126708984375, + -0.09039306640625, + 0.0189056396484375, + -0.051055908203125, + -0.022308349609375, + -0.053314208984375, + 0.03118896484375, + -0.0077972412109375, + 0.06011962890625, + -0.01522064208984375, + -0.02154541015625, + -0.020599365234375, + 0.066162109375, + 0.0238189697265625, + 0.0015363693237304688, + -0.036865234375, + 0.052947998046875, + 0.0277862548828125, + -0.049896240234375, + -0.00921630859375, + -0.0032138824462890625, + -0.003284454345703125, + 0.0616455078125, + -0.061248779296875, + -0.00855255126953125, + -0.0151214599609375, + -0.04461669921875, + -0.028167724609375, + -0.019195556640625, + -0.0024585723876953125, + -0.0465087890625, + 0.0030727386474609375, + 0.028350830078125, + -0.0082244873046875, + 0.022308349609375, + 0.01068115234375, + 0.0197601318359375, + 0.0197601318359375, + 0.031951904296875, + 0.0028839111328125, + 0.0116729736328125, + -0.049896240234375, + -0.031768798828125, + -0.03289794921875, + 0.042724609375, + -0.01091766357421875, + -0.007373809814453125, + -0.0296783447265625, + -0.0146484375, + 0.033660888671875, + -0.069580078125, + 0.001270294189453125, + -0.002681732177734375, + -0.01361083984375, + -0.0264739990234375, + -0.042144775390625, + 0.0229644775390625, + -0.003543853759765625, + 0.01947021484375, + 0.0264739990234375, + 0.049530029296875, + -0.05633544921875, + 0.03326416015625, + 0.0207977294921875, + -0.0101165771484375, + -0.00656890869140625, + -0.02532958984375, + 0.0019969940185546875, + 0.0189971923828125, + 0.00907135009765625, + -0.001033782958984375, + -0.029296875, + -0.0506591796875, + 0.0237274169921875, + 0.0160675048828125, + -0.03515625, + -0.006145477294921875, + -0.04443359375, + -0.033660888671875, + 0.00945281982421875, + 0.0013589859008789062, + 0.01323699951171875, + -0.010162353515625, + -0.040283203125, + -0.00992584228515625, + -0.0199432373046875, + -0.0161590576171875, + 0.00269317626953125, + -0.00988006591796875, + 0.01143646240234375, + 0.00836181640625, + -0.0230712890625, + 0.0272216796875, + 0.04840087890625, + 0.03082275390625, + 0.028350830078125, + 0.021270751953125, + -0.03533935546875, + 0.0017957687377929688, + 0.007183074951171875, + -0.0228729248046875, + -0.0087432861328125, + -0.03668212890625, + 0.024383544921875, + -0.035919189453125, + -0.01531219482421875, + 0.025146484375, + 0.016357421875, + 0.0249481201171875, + -0.00553131103515625, + -0.01181793212890625, + 0.05218505859375, + -0.02410888671875, + 0.06011962890625, + -0.05029296875, + -0.04632568359375, + 0.0258941650390625, + 0.01139068603515625, + 0.05633544921875, + 0.049163818359375, + 0.0227813720703125, + -0.0171051025390625, + 0.0017604827880859375, + 0.0285491943359375, + -0.0219268798828125, + -0.047088623046875, + -0.0088348388671875, + 0.0116729736328125, + -0.007137298583984375, + 0.0623779296875, + 0.0150299072265625, + 0.07147216796875, + 0.0006880760192871094, + -0.00732421875, + 0.01332855224609375, + 0.039886474609375, + 0.03497314453125, + -0.008697509765625, + -0.030242919921875, + -0.01654052734375, + 0.0258941650390625, + -0.0430908203125, + -0.0313720703125, + -0.0010747909545898438, + 0.07110595703125, + -0.061248779296875, + -0.00196075439453125, + -0.01947021484375, + -0.017486572265625, + 0.0125732421875, + 0.0125732421875, + -0.007373809814453125, + 0.004772186279296875, + 0.00907135009765625, + -0.030059814453125, + 0.01427459716796875, + -0.0187225341796875, + -0.0021152496337890625, + 0.0277862548828125, + 0.0272216796875, + -0.02325439453125, + 0.0239105224609375, + 0.0208892822265625, + 0.015594482421875, + 0.0272216796875, + -0.0020904541015625, + 0.0225982666015625, + 0.030059814453125, + 0.062744140625, + 0.0465087890625, + 0.00936126708984375, + -0.01323699951171875, + 0.01824951171875, + 0.021270751953125, + 0.023162841796875, + 0.03839111328125, + 0.0045623779296875, + 0.01427459716796875, + 0.00232696533203125, + -0.011627197265625, + 0.01134490966796875, + 0.0188140869140625, + -0.0155029296875, + -0.042724609375, + -0.0506591796875, + -0.0097808837890625, + -0.05218505859375, + 0.0482177734375, + 0.026092529296875, + -0.0026702880859375, + 0.0012350082397460938, + 0.039337158203125, + -0.0423583984375, + -0.051055908203125, + 0.01861572265625, + -0.007843017578125, + -0.0081787109375, + -0.00850677490234375, + -0.039886474609375, + 0.0189056396484375, + -0.0050811767578125, + -0.0654296875, + -0.0169219970703125, + 0.03875732421875, + 0.0015363693237304688, + -0.04083251953125, + 0.006427764892578125, + -0.006473541259765625, + -0.0245819091796875, + -0.036102294921875, + -0.041015625, + -0.019287109375, + 0.016448974609375, + -0.0220184326171875, + 0.0220184326171875, + -0.00855255126953125, + -0.006855010986328125, + -0.0009746551513671875, + -0.020233154296875, + -0.01238250732421875, + 0.0140838623046875, + -0.041015625, + 0.0289306640625, + 0.0198516845703125, + -0.006946563720703125, + 0.0257110595703125, + 0.08697509765625, + 0.02532958984375, + 0.01654052734375, + -0.03857421875, + -0.04461669921875, + 0.03253173828125, + 0.0121002197265625, + -0.007610321044921875, + -0.040069580078125, + -0.00510406494140625, + 0.049530029296875, + -0.066162109375, + 0.0240020751953125, + -0.00043129920959472656, + -0.0304412841796875, + -0.048004150390625, + -0.0003249645233154297, + -0.01654052734375, + 0.031768798828125, + 0.0968017578125, + -0.00316619873046875, + -0.007656097412109375, + 0.0207977294921875, + -0.04632568359375, + 0.041412353515625, + -0.0171051025390625, + 0.04046630859375, + -0.032135009765625, + 0.0161590576171875, + 0.0009570121765136719, + -0.0171966552734375, + 0.006805419921875, + -0.08203125, + -0.016357421875, + 0.040069580078125, + 0.01238250732421875, + -0.0423583984375, + 0.019287109375, + -0.031005859375, + -0.054840087890625, + -0.0255279541015625, + 0.044036865234375, + 0.03875732421875, + -0.00949859619140625, + -0.0482177734375, + -0.01001739501953125, + 0.0285491943359375, + -0.0692138671875, + -0.036102294921875, + 0.0010814666748046875, + 0.0287322998046875, + 0.0170135498046875, + -0.046142578125, + 0.005695343017578125, + -0.01371002197265625, + 0.039703369140625, + 0.0159759521484375, + 0.02410888671875, + -0.049163818359375, + -0.022308349609375, + 0.0184326171875, + 0.03289794921875, + -0.01654052734375, + -0.0019025802612304688, + 0.008270263671875, + 0.01025390625, + 0.0274200439453125, + -0.026092529296875, + 0.0304412841796875, + 0.027984619140625, + -0.01049041748046875, + -0.03533935546875, + -0.024383544921875, + -0.023162841796875, + 0.03668212890625, + 0.0036163330078125, + 0.03912353515625, + 0.0201416015625, + -0.01371002197265625, + -0.06317138671875, + 0.0285491943359375, + -0.0161590576171875, + 0.0268402099609375, + 0.02117919921875, + -0.017669677734375, + -0.060882568359375, + -0.0706787109375, + -0.0237274169921875, + 0.0082244873046875, + -0.043670654296875, + 0.0258941650390625, + 0.039886474609375, + 0.0015001296997070312, + 0.0200347900390625, + -0.0184326171875, + 0.00803375244140625, + 0.0364990234375, + -0.006427764892578125, + 0.00028204917907714844, + 0.051422119140625, + -0.04083251953125, + 0.00029397010803222656, + 0.00732421875, + 0.0016069412231445312, + 0.007656097412109375, + -0.018341064453125, + -0.0177764892578125, + -0.004276275634765625, + 0.0266571044921875, + 0.0274200439453125, + 0.005008697509765625, + 0.0465087890625, + -0.016632080078125, + 0.015594482421875, + 0.03289794921875, + -0.0506591796875, + -0.00836181640625, + 0.0170135498046875, + 0.0149383544921875, + 0.003261566162109375, + -0.06732177734375, + -0.058990478515625, + 0.0170135498046875, + -0.0692138671875, + -0.00531768798828125, + 0.0038280487060546875, + 0.033447265625, + 0.0266571044921875, + -0.04876708984375, + 0.041412353515625, + -0.013519287109375, + 0.007419586181640625, + -0.0188140869140625, + 0.0160675048828125, + 0.006427764892578125, + 0.0389404296875, + 0.0111541748046875, + -0.03668212890625, + 0.0199432373046875, + 0.01247406005859375, + -0.03082275390625, + -0.0304412841796875, + 0.003261566162109375, + -0.022491455078125, + 0.023162841796875, + -0.06048583984375, + -0.006191253662109375, + 0.0178680419921875, + 0.046875, + 0.013519287109375, + -0.0180511474609375, + 0.045196533203125, + -0.016448974609375, + -0.0699462890625, + 0.02532958984375, + -0.0239105224609375, + -0.03271484375, + 0.01446533203125, + -0.01824951171875, + 0.0140838623046875, + 0.016357421875, + 0.04254150390625, + 0.0272216796875, + 0.043853759765625, + 0.016448974609375, + 0.0011463165283203125, + 0.02154541015625, + -0.01171875, + 0.020599365234375, + 0.005481719970703125, + 0.024200439453125, + -0.016357421875, + 0.054443359375, + 0.01380157470703125, + -0.0582275390625, + -0.026092529296875, + 0.0141754150390625, + -0.043853759765625, + -0.027984619140625, + 0.09564208984375, + 0.05218505859375, + 0.0010814666748046875, + 0.01091766357421875, + 0.0181427001953125, + 0.031005859375, + 0.00803375244140625, + -0.031768798828125, + -0.07489013671875, + -0.020233154296875, + 0.00579071044921875, + 0.029876708984375, + -0.053314208984375, + 0.0430908203125, + 0.07977294921875, + -0.031768798828125, + -0.051422119140625, + -0.0013055801391601562, + -0.02325439453125, + 0.054840087890625, + 0.02154541015625, + 0.01474761962890625, + -0.0699462890625, + -0.0009746551513671875, + 0.01824951171875, + 0.031005859375, + 0.006381988525390625, + -0.01371002197265625, + -0.0169219970703125, + 0.0264739990234375, + -0.040283203125, + -0.0146484375, + 0.0247650146484375, + 0.07904052734375, + 0.01285552978515625, + -0.036102294921875, + -0.0235443115234375, + 0.0465087890625, + 0.0218353271484375, + -0.0207061767578125, + 0.0043487548828125, + 0.032135009765625, + 0.0158843994140625, + 0.0125732421875, + 0.02911376953125, + 0.039520263671875, + 0.021453857421875, + 0.021453857421875, + -0.053680419921875, + 0.044036865234375, + -0.022308349609375, + 0.01001739501953125, + 0.015411376953125, + -0.048004150390625, + -0.047637939453125, + -0.051055908203125, + 0.035736083984375, + 0.0112457275390625, + 0.0266571044921875, + -0.0009746551513671875, + 0.00940704345703125, + -0.0190887451171875, + 0.0372314453125, + 0.0177764892578125, + 0.055572509765625, + 0.03082275390625, + 0.01568603515625, + 0.0213623046875, + -0.009124755859375, + -0.02532958984375, + -0.02325439453125, + 0.053314208984375, + -0.031951904296875, + -0.0110626220703125, + -0.03857421875, + -0.015594482421875, + -0.003047943115234375, + -0.015594482421875, + -0.0029544830322265625, + -0.0112457275390625, + 0.0158843994140625, + -0.0287322998046875, + -0.040283203125, + -0.0116729736328125, + 0.02239990234375, + -0.015411376953125, + 0.008697509765625, + 0.03497314453125, + -0.005126953125, + 0.0096893310546875, + -0.06011962890625, + 0.089599609375, + 0.041412353515625, + -0.0009570121765136719, + -0.026275634765625, + 0.003662109375, + 0.030059814453125, + 0.002788543701171875, + 0.011627197265625, + 0.0157928466796875, + -0.0087432861328125, + 0.041595458984375, + 0.006805419921875, + -0.00997161865234375, + -0.03289794921875, + 0.006710052490234375, + -0.002044677734375, + -0.024200439453125, + 0.041595458984375, + 0.00704193115234375, + 0.030059814453125, + 0.01276397705078125, + 0.0014295578002929688, + -0.007843017578125, + -0.061248779296875, + 0.0229644775390625, + 0.005672454833984375, + -0.0001875162124633789, + 0.0266571044921875, + -0.041595458984375, + 0.06463623046875, + 0.012664794921875, + 0.06463623046875, + -0.06048583984375, + 0.03515625, + -0.0003898143768310547, + -0.01143646240234375, + -0.0111083984375, + 0.0190887451171875, + -0.01861572265625, + 0.0205078125, + 0.00746917724609375, + 0.039520263671875, + 0.036102294921875, + 0.01276397705078125, + -0.055572509765625, + -0.0150299072265625, + 0.01139068603515625, + 0.039703369140625, + 0.0771484375, + -0.053314208984375, + -0.03460693359375, + 0.0245819091796875, + 0.0209808349609375, + 0.06805419921875, + -0.01568603515625, + 0.01177215576171875, + 0.0038280487060546875, + -0.006900787353515625, + 0.00337982177734375, + -0.012664794921875 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "examination" + ], + "tags": [ + "endpoint", + "sql" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Zeek", + "type": "tool", + "name": "Zeek", + "content": "zeek das programmierbare netzwerk-analysis-framework (vormals bro) geht weit über traditionelle packet-inspection hinaus - es interpretiert protokolle und extrahiert strukturierte logs für forensische analyse. die eingebaute scripting-sprache ermöglicht custom-protocol-decoder und anomalie-detection- logic. besonders wertvoll: connection-logs zeigen alle netzwerk-sessions, http/dns/tls-logs extrahieren metadaten, file-analysis erkennt übertragene malware automatisch. integration mit intelligence-frameworks für ioc- matching. cluster-deployment skaliert auf enterprise-netzwerke. die script-community teilt detectors für moderne threats: cobalt-strike- beacons, dns-tunneling, lateral-movement-patterns. real-time-streaming zu siems oder offline-analysis für incident-response. die lernkurve ist steil aber die analysemächtigkeit unübertroffen. basis für kommerzielle nsm-lösungen und akademische forschung. standard in security-teams die netzwerk-forensik ernst nehmen. nsm scripting network-forensics analysis", + "embedding": [ + -0.036895751953125, + 0.019195556640625, + 0.0188140869140625, + 0.006847381591796875, + 0.044708251953125, + 0.02850341796875, + 0.0180816650390625, + -0.01183319091796875, + -0.0164031982421875, + -0.01369476318359375, + -0.020782470703125, + 0.036163330078125, + 0.01528167724609375, + -0.010528564453125, + -0.06072998046875, + 0.033905029296875, + 0.001194000244140625, + -0.0013628005981445312, + 0.01006317138671875, + 0.0223541259765625, + -0.0219879150390625, + -0.00749969482421875, + -0.04156494140625, + 0.01267242431640625, + -0.00661468505859375, + 0.0018053054809570312, + -0.017791748046875, + -0.06707763671875, + 0.00852203369140625, + 0.030364990234375, + -0.004589080810546875, + -0.030181884765625, + -0.0012521743774414062, + 0.0114593505859375, + 0.004146575927734375, + -0.0562744140625, + 0.0171356201171875, + -0.048431396484375, + -0.0277557373046875, + 0.050689697265625, + -0.0202178955078125, + -0.00391387939453125, + 0.00661468505859375, + -0.037628173828125, + -0.0294342041015625, + -0.047332763671875, + -0.015838623046875, + 0.001956939697265625, + 0.01462554931640625, + -0.007778167724609375, + 0.032989501953125, + 0.00666046142578125, + 0.0133209228515625, + -0.003353118896484375, + -0.0570068359375, + 0.01276397705078125, + 0.026275634765625, + -0.0186309814453125, + -0.04638671875, + 0.0499267578125, + -0.04302978515625, + -0.0221710205078125, + 0.01285552978515625, + -0.02813720703125, + 0.0251617431640625, + 0.023193359375, + -0.01537322998046875, + -0.03167724609375, + 0.01192474365234375, + -0.011505126953125, + 0.0307464599609375, + -0.01201629638671875, + -0.0183563232421875, + 0.037628173828125, + -0.043243408203125, + -0.03802490234375, + -0.00670623779296875, + 0.021514892578125, + 0.0036106109619140625, + 0.012481689453125, + -0.040802001953125, + 0.0149078369140625, + 0.044891357421875, + -0.007778167724609375, + -0.0149078369140625, + -0.006473541259765625, + 0.029632568359375, + -0.00475311279296875, + 0.0079193115234375, + 0.0038433074951171875, + 0.019195556640625, + -0.016204833984375, + 0.01201629638671875, + 0.00908660888671875, + 0.040069580078125, + 0.046783447265625, + -0.0288848876953125, + -0.012298583984375, + 0.00287628173828125, + 0.02142333984375, + 0.0235748291015625, + -0.03167724609375, + 0.05999755859375, + -0.0217132568359375, + 0.06854248046875, + -0.03167724609375, + -0.005123138427734375, + -0.01537322998046875, + 0.005542755126953125, + -0.0034694671630859375, + -0.0831298828125, + -0.03802490234375, + -0.040435791015625, + -0.061126708984375, + -0.0186309814453125, + 0.0187225341796875, + -0.00435638427734375, + 0.050689697265625, + -0.05218505859375, + -0.04638671875, + 0.0322265625, + 0.006053924560546875, + -0.0023174285888671875, + -0.00833892822265625, + -0.06561279296875, + -0.0562744140625, + 0.00833892822265625, + 0.009552001953125, + -0.043792724609375, + -0.0164031982421875, + 0.0016422271728515625, + -0.00904083251953125, + -0.01210784912109375, + -0.037445068359375, + 0.0216217041015625, + -0.0277557373046875, + 0.0196533203125, + -0.017425537109375, + -0.0027370452880859375, + 0.0150909423828125, + 0.04248046875, + -0.023193359375, + -0.061859130859375, + -0.006473541259765625, + -0.029815673828125, + -0.023101806640625, + -0.005031585693359375, + 0.051422119140625, + -0.007965087890625, + -0.005542755126953125, + -0.0025844573974609375, + 0.006473541259765625, + 0.0771484375, + 0.0023059844970703125, + 0.0244140625, + -0.057403564453125, + -0.01351165771484375, + 0.00838470458984375, + 0.0185394287109375, + -0.022552490234375, + 0.001560211181640625, + 0.001537322998046875, + -0.00475311279296875, + 0.01020050048828125, + -0.01239013671875, + -0.0115509033203125, + -0.0228271484375, + 0.01015472412109375, + 0.008941650390625, + -0.0131378173828125, + 0.037445068359375, + -0.00475311279296875, + 0.0253448486328125, + 0.0775146484375, + -0.00489044189453125, + 0.0168609619140625, + -0.004703521728515625, + -0.0164947509765625, + 0.0204010009765625, + 0.035400390625, + -0.00829315185546875, + -0.01090240478515625, + 0.0283203125, + -0.0150909423828125, + 0.0150909423828125, + -0.0185394287109375, + -0.0200347900390625, + -0.01416015625, + -0.0113677978515625, + 0.044342041015625, + -0.034088134765625, + -0.006290435791015625, + -0.017425537109375, + 0.03912353515625, + 0.041748046875, + 0.07562255859375, + 0.0040740966796875, + -0.006938934326171875, + 0.051055908203125, + -0.01258087158203125, + 0.00820159912109375, + 0.01258087158203125, + -0.00044846534729003906, + 0.017791748046875, + 0.00833892822265625, + -0.012298583984375, + -0.00992584228515625, + 0.04266357421875, + 0.050323486328125, + -0.0244140625, + -0.01555633544921875, + 0.06298828125, + -0.01471710205078125, + -0.020782470703125, + -0.0251617431640625, + -0.037445068359375, + 0.0169525146484375, + -0.0201263427734375, + 0.00016891956329345703, + -0.00582122802734375, + -0.01024627685546875, + -0.051055908203125, + -0.019195556640625, + 0.03912353515625, + -0.048431396484375, + 0.0389404296875, + 0.04248046875, + -0.01103973388671875, + -0.0294342041015625, + 0.034271240234375, + 0.02496337890625, + 0.01267242431640625, + -0.0012226104736328125, + -0.006103515625, + -0.0185394287109375, + -0.0290679931640625, + 0.0240325927734375, + 0.051055908203125, + 0.00312042236328125, + 0.005962371826171875, + 0.002155303955078125, + 0.0382080078125, + -0.0036334991455078125, + 0.04266357421875, + 0.01629638671875, + -0.034088134765625, + 0.017242431640625, + -0.0011415481567382812, + 0.02459716796875, + 0.05999755859375, + -0.055908203125, + -0.00913238525390625, + -0.064453125, + 0.0011587142944335938, + -0.06597900390625, + -0.029632568359375, + -0.02850341796875, + -0.05291748046875, + 0.0357666015625, + -0.0030975341796875, + -0.0223541259765625, + -0.00852203369140625, + 0.01387786865234375, + -0.0002677440643310547, + 0.065185546875, + 0.0106201171875, + -0.0275726318359375, + -0.0007219314575195312, + 0.09429931640625, + -0.00482177734375, + -0.031494140625, + -0.0236663818359375, + 0.0182647705078125, + 0.00177001953125, + 0.01220703125, + -0.04638671875, + 0.0032138824462890625, + 0.0357666015625, + 0.01220703125, + 0.03167724609375, + -0.023284912109375, + 0.00652313232421875, + -0.0011415481567382812, + 0.048065185546875, + -0.04302978515625, + 0.0131378173828125, + 0.006473541259765625, + -0.0106658935546875, + -0.0150909423828125, + -0.036529541015625, + 0.006427764892578125, + 0.021514892578125, + 0.03240966796875, + 0.0236663818359375, + 0.01751708984375, + -0.04193115234375, + 0.008056640625, + 0.005008697509765625, + 0.00238800048828125, + 0.01351165771484375, + 0.07342529296875, + -0.0277557373046875, + -0.00572967529296875, + -0.01201629638671875, + 0.00838470458984375, + -0.034088134765625, + -0.0290679931640625, + -0.032989501953125, + 0.01258087158203125, + -0.0202178955078125, + -0.0017232894897460938, + 0.0103912353515625, + 0.006336212158203125, + 0.026458740234375, + -0.0294342041015625, + -0.0081024169921875, + -0.051422119140625, + -0.05328369140625, + 0.0088043212890625, + -0.0275726318359375, + -0.051422119140625, + -0.0181732177734375, + 0.058502197265625, + 0.002597808837890625, + 0.0273895263671875, + -0.007686614990234375, + 0.012481689453125, + -0.055908203125, + 0.03448486328125, + -0.021331787109375, + 0.0272064208984375, + -0.0130462646484375, + 0.029632568359375, + 0.02496337890625, + 0.017608642578125, + 0.0287017822265625, + 0.054046630859375, + 0.022918701171875, + -0.019378662109375, + -0.0044708251953125, + 0.0009140968322753906, + -0.00745391845703125, + 0.0237579345703125, + -0.0149078369140625, + -0.01751708984375, + 0.003795623779296875, + -0.0198516845703125, + 0.0088958740234375, + 0.00537872314453125, + 0.0216217041015625, + 0.0247802734375, + -0.012298583984375, + 0.0149078369140625, + 0.07489013671875, + -0.00931549072265625, + 0.09539794921875, + 0.00524139404296875, + -0.036346435546875, + -0.0016069412231445312, + 0.032989501953125, + -0.041748046875, + 0.036346435546875, + 0.043609619140625, + 0.0238494873046875, + 0.0116424560546875, + 0.011505126953125, + -0.017608642578125, + 0.0290679931640625, + -0.0036334991455078125, + -0.01117706298828125, + 0.0034236907958984375, + 0.0103912353515625, + -0.00917816162109375, + 0.06072998046875, + 0.0350341796875, + 0.01220703125, + 0.04583740234375, + -0.037811279296875, + -0.035400390625, + -0.049560546875, + -0.08831787109375, + 0.00917816162109375, + 0.044708251953125, + 0.0150909423828125, + 0.062225341796875, + -0.039703369140625, + -0.0428466796875, + 0.0288848876953125, + -0.04156494140625, + 0.08270263671875, + 0.0491943359375, + 0.022552490234375, + 0.03167724609375, + -0.030181884765625, + -0.0113677978515625, + 0.026458740234375, + 0.0018281936645507812, + 0.0253448486328125, + 0.06561279296875, + 0.012298583984375, + 0.0170440673828125, + -0.01910400390625, + -0.00007641315460205078, + 0.04547119140625, + 0.0022716522216796875, + -0.007640838623046875, + 0.021148681640625, + -0.0034008026123046875, + 0.0164947509765625, + -0.03912353515625, + 0.050323486328125, + 0.040985107421875, + -0.0255279541015625, + 0.01435089111328125, + -0.0134124755859375, + 0.0149993896484375, + -0.061492919921875, + -0.01387786865234375, + 0.0234832763671875, + 0.0185394287109375, + 0.03948974609375, + 0.0255279541015625, + -0.033538818359375, + 0.007778167724609375, + 0.0452880859375, + -0.05364990234375, + 0.012481689453125, + 0.04156494140625, + -0.02459716796875, + 0.0184478759765625, + -0.037445068359375, + -0.0277557373046875, + -0.0009083747863769531, + -0.0382080078125, + -0.043426513671875, + 0.007221221923828125, + -0.00312042236328125, + -0.03240966796875, + -0.0237579345703125, + -0.033172607421875, + -0.00652313232421875, + -0.01444244384765625, + -0.036529541015625, + 0.03558349609375, + -0.006195068359375, + 0.01015472412109375, + 0.033172607421875, + 0.033172607421875, + -0.012481689453125, + -0.0279541015625, + 0.05328369140625, + -0.01435089111328125, + -0.048828125, + 0.043975830078125, + 0.0237579345703125, + 0.01103973388671875, + -0.00524139404296875, + -0.037445068359375, + -0.0015840530395507812, + 0.003936767578125, + -0.0008616447448730469, + 0.01043701171875, + -0.05999755859375, + -0.0168609619140625, + -0.04583740234375, + 0.043426513671875, + 0.00856781005859375, + 0.0228271484375, + 0.0008559226989746094, + -0.058135986328125, + 0.0235748291015625, + -0.06671142578125, + -0.007221221923828125, + -0.00312042236328125, + 0.0130462646484375, + -0.009735107421875, + 0.058868408203125, + -0.03167724609375, + 0.0012054443359375, + -0.00820159912109375, + 0.04266357421875, + 0.0130462646484375, + -0.0222625732421875, + -0.0562744140625, + 0.021240234375, + 0.037811279296875, + -0.04510498046875, + 0.0164947509765625, + -0.01471710205078125, + 0.0056610107421875, + 0.051055908203125, + -0.07080078125, + 0.0222625732421875, + 0.002666473388671875, + -0.050323486328125, + -0.033172607421875, + -0.03948974609375, + -0.0169525146484375, + -0.03485107421875, + 0.023193359375, + 0.0272064208984375, + 0.01043701171875, + 0.039886474609375, + 0.00312042236328125, + -0.004238128662109375, + 0.026458740234375, + 0.0004832744598388672, + -0.004261016845703125, + 0.01528167724609375, + -0.036712646484375, + -0.01751708984375, + -0.0097808837890625, + 0.03912353515625, + -0.0258941650390625, + -0.0034942626953125, + 0.0005064010620117188, + -0.023193359375, + 0.04266357421875, + -0.029815673828125, + 0.0114593505859375, + -0.006103515625, + -0.031494140625, + -0.03594970703125, + -0.051055908203125, + 0.0112762451171875, + 0.0287017822265625, + -0.006427764892578125, + -0.0020618438720703125, + 0.040252685546875, + -0.0236663818359375, + 0.01094818115234375, + 0.00433349609375, + -0.0224456787109375, + 0.012298583984375, + -0.0018053054809570312, + 0.00312042236328125, + -0.0130462646484375, + 0.036895751953125, + -0.0255279541015625, + -0.0238494873046875, + -0.07940673828125, + 0.0292510986328125, + 0.001560211181640625, + -0.0222625732421875, + -0.0164031982421875, + -0.036712646484375, + -0.0452880859375, + -0.0218963623046875, + 0.0200347900390625, + 0.026275634765625, + -0.008941650390625, + -0.019195556640625, + -0.0189056396484375, + -0.00012958049774169922, + -0.036712646484375, + 0.0275726318359375, + -0.00039315223693847656, + 0.00405120849609375, + -0.0273895263671875, + -0.050323486328125, + 0.002422332763671875, + 0.0237579345703125, + 0.0206756591796875, + 0.003330230712890625, + 0.0255279541015625, + -0.0157470703125, + 0.03131103515625, + -0.01629638671875, + -0.01444244384765625, + 0.004962921142578125, + -0.01210784912109375, + 0.0283203125, + -0.023193359375, + -0.0151824951171875, + 0.0199432373046875, + -0.0023174285888671875, + 0.01397705078125, + 0.0030269622802734375, + -0.01090240478515625, + 0.02496337890625, + 0.00563812255859375, + 0.041351318359375, + -0.065185546875, + -0.046783447265625, + 0.0032367706298828125, + -0.01029205322265625, + 0.0350341796875, + 0.0307464599609375, + -0.0019683837890625, + -0.004913330078125, + 0.021331787109375, + 0.05999755859375, + -0.0199432373046875, + -0.05218505859375, + -0.045654296875, + 0.004634857177734375, + 0.01947021484375, + 0.0626220703125, + -0.0095062255859375, + 0.051055908203125, + 0.021148681640625, + 0.00012814998626708984, + 0.015655517578125, + 0.076416015625, + 0.016204833984375, + 0.01397705078125, + -0.05926513671875, + -0.0030975341796875, + 0.03466796875, + -0.045654296875, + -0.034271240234375, + -0.00563812255859375, + 0.0491943359375, + -0.05963134765625, + -0.011322021484375, + -0.03204345703125, + -0.007175445556640625, + -0.01192474365234375, + 0.012481689453125, + -0.0244140625, + 0.026824951171875, + 0.0008616447448730469, + -0.05255126953125, + 0.00759124755859375, + -0.0251617431640625, + -0.0022945404052734375, + 0.023193359375, + 0.019561767578125, + -0.0290679931640625, + 0.01453399658203125, + 0.01788330078125, + 0.041351318359375, + 0.0251617431640625, + 0.014251708984375, + 0.01122283935546875, + 0.0275726318359375, + 0.0318603515625, + 0.0428466796875, + -0.0204925537109375, + -0.0200347900390625, + 0.004543304443359375, + 0.044708251953125, + 0.029815673828125, + 0.0275726318359375, + 0.014068603515625, + -0.019561767578125, + -0.0251617431640625, + -0.047332763671875, + 0.0016307830810546875, + 0.002864837646484375, + -0.032989501953125, + -0.037078857421875, + -0.037445068359375, + 0.017608642578125, + -0.02301025390625, + 0.03948974609375, + 0.015655517578125, + -0.026275634765625, + 0.002655029296875, + 0.0270233154296875, + -0.0181732177734375, + -0.055908203125, + 0.01397705078125, + -0.0166778564453125, + -0.03466796875, + -0.0350341796875, + -0.022918701171875, + 0.0428466796875, + -0.0016069412231445312, + -0.07525634765625, + -0.03448486328125, + 0.0169525146484375, + -0.00740814208984375, + -0.0186309814453125, + -0.019287109375, + 0.026458740234375, + -0.0257110595703125, + -0.043243408203125, + -0.05328369140625, + -0.0201263427734375, + 0.011505126953125, + -0.044525146484375, + -0.02459716796875, + 0.005939483642578125, + -0.023101806640625, + -0.004215240478515625, + -0.0277557373046875, + -0.0292510986328125, + 0.0283203125, + -0.06072998046875, + 0.051055908203125, + 0.01043701171875, + 0.0170440673828125, + 0.01239013671875, + 0.051055908203125, + 0.007778167724609375, + 0.005519866943359375, + 0.001007080078125, + -0.054412841796875, + 0.0189056396484375, + -0.008148193359375, + -0.016204833984375, + -0.0909423828125, + -0.01378631591796875, + 0.0309295654296875, + -0.0499267578125, + 0.0171356201171875, + -0.01239013671875, + -0.0038661956787109375, + -0.054412841796875, + 0.04656982421875, + 0.00014126300811767578, + -0.005847930908203125, + 0.07452392578125, + -0.004913330078125, + -0.0182647705078125, + 0.0086669921875, + -0.056640625, + 0.047149658203125, + 0.00533294677734375, + 0.0097808837890625, + -0.01010894775390625, + 0.0200347900390625, + 0.004726409912109375, + -0.023284912109375, + 0.0184478759765625, + -0.09356689453125, + -0.0180816650390625, + 0.02850341796875, + 0.017242431640625, + -0.0053558349609375, + -0.0018053054809570312, + -0.0460205078125, + -0.033905029296875, + -0.019287109375, + 0.03521728515625, + 0.00982666015625, + 0.0006461143493652344, + -0.051788330078125, + -0.021240234375, + -0.02301025390625, + -0.047515869140625, + -0.037811279296875, + -0.034271240234375, + 0.040985107421875, + 0.01113128662109375, + -0.064453125, + 0.041351318359375, + 0.0294342041015625, + 0.032806396484375, + 0.0311126708984375, + 0.040618896484375, + -0.033538818359375, + -0.006427764892578125, + 0.0019683837890625, + 0.0251617431640625, + 0.0038661956787109375, + -0.01528167724609375, + 0.004543304443359375, + 0.007080078125, + 0.0292510986328125, + -0.04193115234375, + 0.03240966796875, + 0.03131103515625, + -0.0216217041015625, + -0.0697021484375, + -0.00992584228515625, + -0.0116424560546875, + 0.048431396484375, + 0.007965087890625, + 0.035400390625, + 0.0251617431640625, + -0.0115509033203125, + -0.08905029296875, + 0.048065185546875, + -0.02496337890625, + 0.0270233154296875, + 0.01192474365234375, + -0.029815673828125, + -0.04583740234375, + -0.037261962890625, + -0.005962371826171875, + 0.00435638427734375, + -0.044891357421875, + 0.044342041015625, + 0.0114593505859375, + -0.031494140625, + 0.01220703125, + -0.0032138824462890625, + -0.0011882781982421875, + 0.0562744140625, + 0.016021728515625, + -0.03167724609375, + 0.08087158203125, + -0.0305633544921875, + 0.026641845703125, + -0.0290679931640625, + 0.01010894775390625, + -0.048431396484375, + 0.0078277587890625, + -0.041351318359375, + 0.007080078125, + 0.03594970703125, + 0.0307464599609375, + -0.00904083251953125, + 0.01369476318359375, + -0.036529541015625, + 0.037261962890625, + 0.02850341796875, + -0.01555633544921875, + 0.0167694091796875, + -0.01258087158203125, + -0.01210784912109375, + -0.01267242431640625, + -0.058135986328125, + -0.051788330078125, + 0.0096893310546875, + -0.061492919921875, + -0.006938934326171875, + 0.036346435546875, + 0.0270233154296875, + 0.0233917236328125, + -0.0382080078125, + 0.036163330078125, + -0.01555633544921875, + -0.0237579345703125, + -0.0283203125, + 0.0018978118896484375, + -0.016204833984375, + 0.03448486328125, + 0.006195068359375, + 0.0022125244140625, + 0.00004404783248901367, + -0.00043964385986328125, + -0.0107574462890625, + -0.0047760009765625, + 0.019561767578125, + -0.002223968505859375, + 0.00936126708984375, + -0.06817626953125, + -0.012298583984375, + 0.022735595703125, + 0.04620361328125, + 0.001216888427734375, + -0.0171356201171875, + 0.03857421875, + -0.01471710205078125, + -0.06781005859375, + 0.0189056396484375, + -0.00307464599609375, + -0.03521728515625, + 0.019561767578125, + -0.0200347900390625, + 0.0199432373046875, + 0.0166778564453125, + 0.05328369140625, + 0.0272064208984375, + 0.037445068359375, + 0.03521728515625, + -0.0166778564453125, + -0.0208740234375, + -0.021240234375, + 0.0218048095703125, + 0.02105712890625, + 0.036712646484375, + 0.0088958740234375, + 0.032989501953125, + -0.01113128662109375, + -0.1058349609375, + -0.00356292724609375, + -0.01183319091796875, + -0.050323486328125, + -0.0088043212890625, + 0.08087158203125, + 0.036529541015625, + 0.0098724365234375, + 0.041168212890625, + 0.030364990234375, + 0.0305633544921875, + 0.022552490234375, + 0.0044708251953125, + -0.08795166015625, + -0.006103515625, + 0.007266998291015625, + 0.02850341796875, + -0.061859130859375, + 0.0357666015625, + 0.0789794921875, + -0.0167694091796875, + -0.017608642578125, + -0.00484466552734375, + -0.019195556640625, + 0.026824951171875, + 0.01276397705078125, + 0.01611328125, + -0.07342529296875, + 0.0003871917724609375, + 0.01267242431640625, + 0.003330230712890625, + -0.0004425048828125, + -0.0023174285888671875, + -0.0151824951171875, + 0.03167724609375, + -0.041748046875, + 0.0011701583862304688, + 0.0273895263671875, + 0.07305908203125, + 0.0104827880859375, + -0.03167724609375, + -0.021148681640625, + 0.026275634765625, + 0.01453399658203125, + -0.0183563232421875, + 0.0218963623046875, + 0.0043792724609375, + 0.0032138824462890625, + 0.00405120849609375, + 0.048431396484375, + 0.00431060791015625, + 0.0428466796875, + 0.043792724609375, + -0.0648193359375, + 0.0322265625, + 0.00820159912109375, + 0.01294708251953125, + 0.000492095947265625, + -0.049560546875, + -0.006381988525390625, + -0.0460205078125, + 0.01369476318359375, + 0.026824951171875, + 0.0270233154296875, + 0.020965576171875, + 0.017242431640625, + 0.0013971328735351562, + 0.0203094482421875, + 0.03131103515625, + 0.026641845703125, + 0.0640869140625, + 0.0294342041015625, + 0.03857421875, + 0.0115509033203125, + -0.0233917236328125, + -0.005077362060546875, + 0.039306640625, + -0.040069580078125, + 0.01555633544921875, + -0.039703369140625, + -0.0061492919921875, + 0.00997161865234375, + -0.026092529296875, + -0.0180816650390625, + -0.043426513671875, + 0.01453399658203125, + -0.0223541259765625, + -0.045654296875, + 0.003704071044921875, + 0.06072998046875, + -0.0570068359375, + 0.033905029296875, + 0.01108551025390625, + 0.00267791748046875, + -0.0029239654541015625, + -0.034088134765625, + 0.06036376953125, + 0.030181884765625, + 0.0187225341796875, + -0.01416015625, + -0.01453399658203125, + 0.02813720703125, + -0.01141357421875, + 0.015838623046875, + 0.046966552734375, + -0.0189056396484375, + 0.054779052734375, + 0.026458740234375, + -0.00008952617645263672, + -0.043243408203125, + 0.0219879150390625, + 0.012481689453125, + -0.041168212890625, + 0.054412841796875, + 0.00203704833984375, + 0.0012226104736328125, + -0.005847930908203125, + -0.004192352294921875, + 0.0036106109619140625, + -0.05364990234375, + 0.0272064208984375, + 0.01099395751953125, + -0.0149993896484375, + 0.00945281982421875, + -0.06744384765625, + 0.06072998046875, + 0.01546478271484375, + 0.04547119140625, + -0.046783447265625, + 0.04583740234375, + -0.00820159912109375, + 0.01169586181640625, + -0.026824951171875, + 0.0171356201171875, + 0.005008697509765625, + 0.037445068359375, + -0.0184478759765625, + 0.058135986328125, + 0.040435791015625, + 0.0169525146484375, + -0.06671142578125, + 0.0029811859130859375, + 0.010711669921875, + -0.0017004013061523438, + 0.0238494873046875, + -0.041748046875, + -0.01546478271484375, + 0.05218505859375, + 0.036529541015625, + 0.0782470703125, + -0.01528167724609375, + 0.033172607421875, + -0.006938934326171875, + -0.006988525390625, + 0.0025844573974609375, + -0.0206756591796875 + ], + "metadata": { + "domains": [ + "network-forensics" + ], + "phases": [ + "analysis" + ], + "tags": [ + "nsm", + "scripting" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Strings", + "type": "tool", + "name": "Strings", + "content": "strings das unterschätzte basis-tool extrahiert lesbare ascii- und unicode-strings aus binärdateien - oft der erste hinweis auf malware-funktionalität. findet urls für c2-server, hardcoded-passwords, pfadangaben, error-messages. die sysinternals-version (windows) bietet gui und erweiterte features. gnu-strings (linux) integriert perfekt in pipe-workflows. encoding-options (-e) für unicode-varianten essentiell bei modernen samples. minimum-length (-n) filtert rauschen. offset-anzeige (-o) für spätere hex-editor-analyse. besonders wertvoll: kombination mit grep für pattern-matching, sort/uniq für häufigkeitsanalyse, integration in automatisierte malware-triage. die einfachheit täuscht - erfahrene analysten extrahieren erstaunliche intelligence. perfekt für verschlüsselte/gepackte malware wenn strings im unpacking-stub verbleiben. output oft ausgangspunkt für yara-rules. das 5-minuten-tool das stunden detaillierter analyse spart. command-line 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.01044464111328125, + 0.03948974609375, + 0.046905517578125, + -0.00412750244140625, + 0.0224609375, + 0.01090240478515625, + 0.0054931640625, + -0.0007276535034179688, + 0.003902435302734375, + 0.01155853271484375, + -0.037994384765625, + 0.05517578125, + 0.023956298828125, + 0.0242767333984375, + -0.053192138671875, + 0.038970947265625, + 0.0007948875427246094, + -0.0012903213500976562, + -0.005100250244140625, + 0.018341064453125, + -0.03765869140625, + -0.004192352294921875, + -0.04144287109375, + 0.0012025833129882812, + 0.0008826255798339844, + -0.0016727447509765625, + -0.00540924072265625, + -0.0584716796875, + -0.02362060546875, + 0.00751495361328125, + 0.0251007080078125, + -0.0421142578125, + -0.0147857666015625, + 0.035186767578125, + -0.0095367431640625, + 0.010650634765625, + 0.01073455810546875, + -0.037322998046875, + 0.00408935546875, + 0.036834716796875, + -0.023284912109375, + 0.00904083251953125, + 0.02130126953125, + -0.03253173828125, + -0.004150390625, + -0.035186767578125, + 0.00862884521484375, + -0.01239013671875, + 0.0008258819580078125, + -0.03717041015625, + 0.047576904296875, + 0.037811279296875, + -0.0036334991455078125, + -0.045928955078125, + -0.014862060546875, + 0.057464599609375, + 0.036163330078125, + -0.024932861328125, + -0.040618896484375, + 0.049560546875, + -0.060455322265625, + -0.007556915283203125, + -0.0274200439453125, + -0.0195770263671875, + 0.0124664306640625, + 0.0158538818359375, + 0.00809478759765625, + -0.0088348388671875, + 0.0133819580078125, + -0.00447845458984375, + 0.0172576904296875, + -0.040802001953125, + -0.003116607666015625, + 0.04986572265625, + -0.011810302734375, + -0.04229736328125, + 0.0144500732421875, + 0.02056884765625, + 0.010528564453125, + 0.01189422607421875, + -0.028411865234375, + -0.0237884521484375, + 0.03765869140625, + -0.01708984375, + -0.0003085136413574219, + 0.005451202392578125, + 0.0237884521484375, + 0.004314422607421875, + 0.00974273681640625, + -0.0189056396484375, + -0.0018062591552734375, + -0.00540924072265625, + -0.0005059242248535156, + 0.0039215087890625, + 0.0209808349609375, + 0.052520751953125, + -0.0189971923828125, + -0.01535797119140625, + -0.025604248046875, + 0.045257568359375, + 0.032379150390625, + -0.03436279296875, + 0.051849365234375, + -0.006317138671875, + 0.0528564453125, + -0.038330078125, + 0.03533935546875, + -0.014617919921875, + 0.0009446144104003906, + -0.010284423828125, + -0.09912109375, + -0.03436279296875, + -0.039642333984375, + -0.07830810546875, + -0.00394439697265625, + -0.0017652511596679688, + 0.005947113037109375, + 0.011810302734375, + -0.0538330078125, + -0.0472412109375, + 0.00958251953125, + 0.0196533203125, + -0.01329803466796875, + 0.00421142578125, + -0.06805419921875, + -0.050537109375, + -0.0019817352294921875, + 0.0014657974243164062, + -0.0192413330078125, + -0.0274200439453125, + -0.0203094482421875, + -0.0130462646484375, + -0.0279083251953125, + -0.039306640625, + -0.02105712890625, + -0.032379150390625, + 0.015777587890625, + -0.0037784576416015625, + -0.006481170654296875, + 0.00867462158203125, + 0.047576904296875, + -0.0247802734375, + -0.050537109375, + 0.0173492431640625, + -0.03765869140625, + -0.003200531005859375, + -0.017425537109375, + 0.03668212890625, + -0.024932861328125, + -0.027252197265625, + 0.002529144287109375, + -0.01148223876953125, + 0.0650634765625, + -0.00623321533203125, + -0.0024776458740234375, + -0.0224609375, + -0.017181396484375, + -0.039794921875, + 0.047576904296875, + -0.0198211669921875, + 0.00821685791015625, + -0.0059051513671875, + -0.0196533203125, + 0.04144287109375, + 0.004192352294921875, + -0.0360107421875, + -0.0186614990234375, + 0.0195770263671875, + 0.0161895751953125, + 0.00669097900390625, + 0.028076171875, + -0.0231170654296875, + 0.05682373046875, + 0.0650634765625, + -0.0031585693359375, + 0.004791259765625, + 0.0164337158203125, + -0.0234527587890625, + 0.0355224609375, + 0.031219482421875, + 0.0023326873779296875, + -0.028900146484375, + 0.02642822265625, + -0.007061004638671875, + 0.0274200439453125, + -0.0201568603515625, + -0.033355712890625, + -0.0017957687377929688, + -0.005615234375, + 0.0095367431640625, + -0.0270843505859375, + -0.0045623779296875, + 0.00862884521484375, + 0.049560546875, + 0.003200531005859375, + 0.05914306640625, + 0.01470184326171875, + -0.0014553070068359375, + 0.038818359375, + -0.0252685546875, + 0.0136260986328125, + 0.0226287841796875, + 0.0039215087890625, + 0.050872802734375, + 0.00371551513671875, + 0.026092529296875, + -0.0184173583984375, + 0.044921875, + 0.0482177734375, + -0.036834716796875, + -0.0020542144775390625, + 0.05780029296875, + -0.0016927719116210938, + -0.00001901388168334961, + -0.0287322998046875, + -0.049224853515625, + 0.0173492431640625, + -0.0023632049560546875, + -0.0307159423828125, + -0.0231170654296875, + 0.0010223388671875, + -0.05450439453125, + -0.0030345916748046875, + 0.040313720703125, + -0.0208892822265625, + 0.0369873046875, + 0.050537109375, + -0.0099945068359375, + -0.0251007080078125, + 0.0028705596923828125, + 0.03302001953125, + 0.02410888671875, + 0.0005292892456054688, + -0.0130462646484375, + -0.0294036865234375, + -0.04327392578125, + 0.04046630859375, + 0.0226287841796875, + -0.005573272705078125, + -0.00994873046875, + -0.0341796875, + 0.0274200439453125, + -0.0021991729736328125, + 0.016021728515625, + 0.033203125, + -0.01824951171875, + -0.006977081298828125, + -0.011810302734375, + 0.0287322998046875, + 0.044586181640625, + -0.035675048828125, + -0.0007123947143554688, + -0.033538818359375, + -0.0012340545654296875, + -0.03271484375, + -0.0142059326171875, + -0.009246826171875, + -0.05517578125, + 0.02972412109375, + -0.0020961761474609375, + -0.01073455810546875, + -0.0016622543334960938, + 0.023956298828125, + -0.026092529296875, + 0.049224853515625, + 0.01849365234375, + -0.040130615234375, + 0.031890869140625, + 0.0762939453125, + -0.0222930908203125, + -0.030059814453125, + -0.006443023681640625, + 0.035186767578125, + -0.009002685546875, + 0.01123046875, + -0.0262603759765625, + -0.0290679931640625, + 0.03814697265625, + 0.00797271728515625, + 0.0262603759765625, + -0.0122222900390625, + -0.00652313232421875, + 0.001331329345703125, + 0.0416259765625, + -0.044921875, + 0.01412200927734375, + -0.004108428955078125, + 0.0194091796875, + 0.00701904296875, + -0.0482177734375, + -0.0167694091796875, + 0.03253173828125, + 0.0298919677734375, + 0.01003265380859375, + 0.0313720703125, + -0.0313720703125, + 0.00920867919921875, + 0.0067291259765625, + -0.04425048828125, + 0.0252685546875, + 0.05682373046875, + -0.0270843505859375, + 0.0360107421875, + -0.0159454345703125, + 0.00412750244140625, + -0.033355712890625, + -0.041290283203125, + -0.0341796875, + -0.03948974609375, + -0.0294036865234375, + -0.007472991943359375, + 0.00751495361328125, + -0.025604248046875, + 0.0341796875, + -0.026092529296875, + -0.0160980224609375, + -0.031707763671875, + -0.0231170654296875, + 0.00681304931640625, + -0.0251007080078125, + -0.0411376953125, + -0.03302001953125, + 0.06243896484375, + -0.0270843505859375, + -0.0020122528076171875, + -0.0231170654296875, + -0.01114654541015625, + -0.05352783203125, + 0.019073486328125, + -0.024444580078125, + 0.006565093994140625, + 0.0038604736328125, + 0.061126708984375, + 0.028411865234375, + 0.033538818359375, + 0.038330078125, + 0.0528564453125, + -0.0007791519165039062, + -0.03668212890625, + -0.029571533203125, + -0.0009188652038574219, + 0.004913330078125, + 0.006565093994140625, + -0.01271820068359375, + -0.0030975341796875, + -0.019073486328125, + -0.030059814453125, + 0.032379150390625, + 0.011810302734375, + 0.040802001953125, + 0.013458251953125, + -0.02691650390625, + -0.01470184326171875, + 0.051849365234375, + 0.0237884521484375, + 0.0911865234375, + -0.01800537109375, + -0.0161895751953125, + -0.02642822265625, + 0.03155517578125, + -0.039642333984375, + 0.02972412109375, + 0.0341796875, + 0.0277557373046875, + 0.0092926025390625, + 0.01263427734375, + -0.0098724365234375, + 0.00652313232421875, + 0.00582122802734375, + 0.033203125, + 0.01148223876953125, + 0.0029735565185546875, + 0.00394439697265625, + 0.044586181640625, + 0.03948974609375, + 0.038970947265625, + 0.045257568359375, + -0.007266998291015625, + -0.024932861328125, + -0.0262603759765625, + -0.06903076171875, + -0.006771087646484375, + 0.0080108642578125, + 0.00371551513671875, + 0.041961669921875, + -0.0194091796875, + -0.071044921875, + 0.02105712890625, + -0.04888916015625, + 0.08355712890625, + 0.0673828125, + -0.01123046875, + 0.0265960693359375, + -0.0308837890625, + 0.00833892822265625, + -0.002178192138671875, + -0.0130462646484375, + 0.039154052734375, + 0.0584716796875, + 0.03863525390625, + -0.0029735565185546875, + -0.031890869140625, + 0.0270843505859375, + 0.03533935546875, + 0.0242767333984375, + -0.01271820068359375, + 0.02972412109375, + 0.007720947265625, + 0.0214691162109375, + -0.0482177734375, + 0.0242767333984375, + 0.0308837890625, + 0.01213836669921875, + 0.00441741943359375, + -0.01824951171875, + 0.0016307830810546875, + -0.059783935546875, + 0.01172637939453125, + -0.00751495361328125, + 0.03369140625, + 0.023956298828125, + 0.01239013671875, + -0.04327392578125, + -0.004192352294921875, + 0.051544189453125, + -0.05218505859375, + -0.0004000663757324219, + 0.035003662109375, + -0.0226287841796875, + 0.00809478759765625, + -0.018341064453125, + -0.0677490234375, + 0.0308837890625, + -0.046905517578125, + -0.0355224609375, + 0.0246124267578125, + 0.0259246826171875, + -0.042938232421875, + -0.05218505859375, + -0.0584716796875, + -0.01453399658203125, + -0.0038204193115234375, + -0.036346435546875, + 0.035186767578125, + 0.0006866455078125, + 0.013458251953125, + 0.03155517578125, + 0.047576904296875, + -0.027587890625, + -0.00937652587890625, + 0.05517578125, + -0.018829345703125, + -0.07037353515625, + 0.0189056396484375, + 0.0088348388671875, + 0.0052032470703125, + -0.031219482421875, + -0.05615234375, + -0.006649017333984375, + 0.01824951171875, + 0.0016622543334960938, + -0.01354217529296875, + -0.06903076171875, + -0.04888916015625, + -0.03436279296875, + 0.049224853515625, + 0.007472991943359375, + 0.045257568359375, + 0.021148681640625, + -0.0538330078125, + 0.04229736328125, + -0.0538330078125, + -0.0156097412109375, + -0.00833892822265625, + -0.017913818359375, + -0.028900146484375, + 0.07794189453125, + -0.01528167724609375, + -0.00499725341796875, + -0.00945281982421875, + 0.03271484375, + 0.00458526611328125, + -0.006938934326171875, + -0.040313720703125, + 0.0594482421875, + 0.04327392578125, + -0.04888916015625, + -0.0160980224609375, + -0.02105712890625, + 0.0051422119140625, + 0.0369873046875, + -0.04986572265625, + -0.027587890625, + -0.0144500732421875, + -0.0640869140625, + -0.0677490234375, + -0.027587890625, + -0.037322998046875, + -0.0341796875, + 0.0208892822265625, + 0.036163330078125, + -0.00301361083984375, + 0.039642333984375, + 0.0270843505859375, + -0.01020050048828125, + -0.0008153915405273438, + -0.003406524658203125, + -0.03302001953125, + 0.02642822265625, + -0.054840087890625, + -0.0294036865234375, + -0.0189056396484375, + 0.027587890625, + -0.0214691162109375, + 0.0204010009765625, + -0.021148681640625, + -0.03387451171875, + 0.028900146484375, + -0.0472412109375, + -0.00739288330078125, + 0.006443023681640625, + 0.0024566650390625, + -0.021636962890625, + -0.016845703125, + 0.00962066650390625, + 0.002910614013671875, + -0.0140380859375, + 0.030059814453125, + 0.02081298828125, + -0.02130126953125, + 0.022125244140625, + 0.0045013427734375, + -0.01296234130859375, + 0.0032405853271484375, + 0.01412200927734375, + 0.01271820068359375, + -0.0178375244140625, + 0.039642333984375, + -0.027252197265625, + -0.004108428955078125, + -0.0789794921875, + 0.021148681640625, + -0.00429534912109375, + -0.0023956298828125, + -0.00879669189453125, + -0.03436279296875, + -0.07000732421875, + 0.004852294921875, + 0.0310516357421875, + 0.027252197265625, + -0.0214691162109375, + -0.02081298828125, + -0.0191650390625, + -0.001506805419921875, + -0.047576904296875, + 0.04144287109375, + -0.0200653076171875, + 0.009002685546875, + -0.01470184326171875, + -0.0246124267578125, + 0.044586181640625, + 0.028076171875, + 0.0222930908203125, + 0.0369873046875, + 0.0313720703125, + -0.021148681640625, + 0.01288604736328125, + 0.004749298095703125, + -0.03436279296875, + -0.01148223876953125, + -0.00669097900390625, + 0.007472991943359375, + -0.024932861328125, + -0.021148681640625, + 0.0251007080078125, + 0.020477294921875, + 0.023284912109375, + -0.011810302734375, + -0.00652313232421875, + 0.027587890625, + -0.0136260986328125, + 0.0654296875, + -0.032379150390625, + -0.04425048828125, + -0.024444580078125, + 0.0290679931640625, + 0.052520751953125, + 0.00937652587890625, + 0.005161285400390625, + -0.0355224609375, + 0.02081298828125, + 0.039154052734375, + -0.031219482421875, + -0.0251007080078125, + -0.043609619140625, + -0.000026285648345947266, + 0.0035305023193359375, + 0.048553466796875, + 0.0005340576171875, + 0.07928466796875, + -0.0017137527465820312, + -0.006195068359375, + 0.044921875, + 0.05218505859375, + 0.0201568603515625, + -0.039154052734375, + -0.04888916015625, + -0.0113983154296875, + -0.00086212158203125, + -0.034515380859375, + -0.036346435546875, + 0.017913818359375, + 0.043609619140625, + -0.041290283203125, + -0.0308837890625, + -0.01313018798828125, + 0.02056884765625, + 0.016845703125, + 0.007144927978515625, + -0.026763916015625, + 0.0173492431640625, + -0.0181732177734375, + -0.0360107421875, + -0.019989013671875, + -0.0194854736328125, + 0.0073089599609375, + 0.054840087890625, + 0.0426025390625, + -0.01453399658203125, + 0.0224609375, + -0.00421142578125, + 0.033203125, + -0.008880615234375, + 0.0252685546875, + -0.0167694091796875, + 0.032379150390625, + 0.045928955078125, + 0.0251007080078125, + -0.028411865234375, + -0.0411376953125, + 0.00830078125, + 0.0287322998046875, + 0.045257568359375, + 0.054168701171875, + 0.0023021697998046875, + 0.02362060546875, + -0.01073455810546875, + -0.060455322265625, + 0.0184173583984375, + 0.0027256011962890625, + -0.0142059326171875, + -0.040313720703125, + -0.0257720947265625, + 0.016357421875, + -0.049560546875, + 0.049560546875, + 0.013458251953125, + -0.026763916015625, + -0.0161895751953125, + 0.054168701171875, + 0.0037994384765625, + -0.056488037109375, + 0.02691650390625, + -0.0092926025390625, + 0.0011196136474609375, + -0.026763916015625, + -0.0305633544921875, + 0.034698486328125, + -0.026763916015625, + -0.0660400390625, + -0.0426025390625, + 0.034515380859375, + -0.0024261474609375, + -0.0229644775390625, + 0.00958251953125, + -0.0014352798461914062, + -0.01544189453125, + -0.0287322998046875, + -0.0743408203125, + -0.01189422607421875, + 0.0203094482421875, + -0.04656982421875, + 0.0251007080078125, + -0.01296234130859375, + -0.01528167724609375, + 0.0102386474609375, + -0.00400543212890625, + -0.068359375, + 0.06011962890625, + -0.044921875, + 0.0364990234375, + 0.0242767333984375, + 0.01131439208984375, + 0.009124755859375, + 0.0743408203125, + -0.01824951171875, + -0.0229644775390625, + -0.0287322998046875, + -0.052520751953125, + 0.0187530517578125, + 0.024444580078125, + -0.0073089599609375, + -0.07830810546875, + 0.00982666015625, + 0.0305633544921875, + -0.062744140625, + 0.021148681640625, + 0.0101165771484375, + -0.007720947265625, + -0.044921875, + 0.0124664306640625, + 0.005657196044921875, + -0.0102386474609375, + 0.08721923828125, + 0.024932861328125, + -0.007598876953125, + -0.0037364959716796875, + -0.03863525390625, + 0.0845947265625, + 0.005100250244140625, + 0.0203094482421875, + -0.034515380859375, + 0.0282440185546875, + 0.0224609375, + -0.031219482421875, + 0.028076171875, + -0.06243896484375, + -0.016937255859375, + 0.0251007080078125, + 0.0313720703125, + -0.0046234130859375, + -0.00423431396484375, + -0.0310516357421875, + -0.039306640625, + -0.0011510848999023438, + 0.023284912109375, + 0.0124664306640625, + -0.01007843017578125, + -0.050872802734375, + -0.00429534912109375, + -0.0030975341796875, + -0.041778564453125, + -0.033355712890625, + -0.0308837890625, + 0.033538818359375, + 0.00023353099822998047, + -0.061126708984375, + 0.01849365234375, + 0.0059051513671875, + -0.003116607666015625, + 0.01255035400390625, + 0.040313720703125, + -0.05682373046875, + -0.0082550048828125, + -0.0144500732421875, + 0.0307159423828125, + -0.0010995864868164062, + -0.0012540817260742188, + 0.004108428955078125, + 0.02691650390625, + -0.0037364959716796875, + -0.04559326171875, + 0.03997802734375, + 0.019073486328125, + -0.004375457763671875, + -0.055511474609375, + -0.015777587890625, + -0.01776123046875, + 0.038818359375, + -0.0101165771484375, + 0.018829345703125, + 0.01090240478515625, + -0.007183074951171875, + -0.087890625, + 0.054840087890625, + -0.028900146484375, + 0.01494598388671875, + 0.0108184814453125, + -0.01395416259765625, + -0.08587646484375, + -0.028900146484375, + -0.027252197265625, + 0.01395416259765625, + -0.03204345703125, + 0.036346435546875, + 0.040618896484375, + 0.00958251953125, + 0.0198211669921875, + -0.007678985595703125, + -0.0025501251220703125, + 0.02197265625, + 0.01123046875, + -0.049224853515625, + 0.06640625, + -0.033203125, + 0.01800537109375, + -0.0270843505859375, + 0.0224609375, + -0.00821685791015625, + 0.0224609375, + -0.0426025390625, + -0.0251007080078125, + 0.027252197265625, + 0.046234130859375, + -0.019744873046875, + 0.0073089599609375, + -0.03533935546875, + 0.006977081298828125, + 0.025604248046875, + -0.016510009765625, + 0.018585205078125, + -0.0038394927978515625, + -0.033203125, + -0.021148681640625, + -0.07598876953125, + -0.0584716796875, + 0.0092926025390625, + -0.050872802734375, + -0.00689697265625, + 0.016021728515625, + 0.003551483154296875, + -0.0030975341796875, + -0.034027099609375, + 0.029571533203125, + -0.03765869140625, + -0.045257568359375, + -0.0191650390625, + 0.00681304931640625, + -0.017669677734375, + 0.0158538818359375, + 0.0067291259765625, + -0.00421142578125, + 0.040130615234375, + -0.0105743408203125, + -0.00611114501953125, + -0.0259246826171875, + 0.005222320556640625, + -0.049224853515625, + 0.002498626708984375, + -0.06011962890625, + 0.0014142990112304688, + 0.0108184814453125, + -0.00007033348083496094, + 0.012054443359375, + -0.037506103515625, + 0.036346435546875, + -0.0150299072265625, + -0.0654296875, + 0.0242767333984375, + -0.03765869140625, + -0.03302001953125, + 0.021148681640625, + -0.02691650390625, + 0.0262603759765625, + 0.041290283203125, + 0.03948974609375, + 0.050201416015625, + 0.0341796875, + 0.027252197265625, + -0.040130615234375, + -0.00412750244140625, + -0.014862060546875, + 0.018341064453125, + 0.031219482421875, + 0.0303955078125, + -0.024932861328125, + 0.0191650390625, + 0.004150390625, + -0.07696533203125, + -0.0022602081298828125, + -0.0087127685546875, + -0.028411865234375, + 0.00231170654296875, + 0.056488037109375, + 0.031890869140625, + 0.01552581787109375, + 0.0122222900390625, + 0.0472412109375, + 0.047576904296875, + -0.014617919921875, + -0.028411865234375, + -0.0673828125, + 0.0034885406494140625, + -0.007843017578125, + 0.005615234375, + -0.07269287109375, + 0.0218048095703125, + 0.050537109375, + 0.0074310302734375, + -0.00505828857421875, + -0.00982666015625, + -0.016845703125, + 0.05352783203125, + 0.0119781494140625, + 0.048553466796875, + -0.06573486328125, + 0.0224609375, + 0.0158538818359375, + -0.020721435546875, + -0.01494598388671875, + -0.006153106689453125, + -0.0130462646484375, + 0.041961669921875, + -0.040618896484375, + 0.017425537109375, + 0.0173492431640625, + 0.073974609375, + 0.00879669189453125, + -0.054168701171875, + -0.027587890625, + 0.0198211669921875, + 0.0003380775451660156, + -0.02130126953125, + 0.00681304931640625, + -0.00441741943359375, + -0.0036754608154296875, + 0.005657196044921875, + 0.037506103515625, + 0.014862060546875, + 0.027252197265625, + 0.02130126953125, + -0.05120849609375, + 0.0224609375, + 0.01073455810546875, + 0.0094146728515625, + 0.001857757568359375, + -0.0198974609375, + -0.00974273681640625, + -0.048553466796875, + 0.037994384765625, + -0.0020961761474609375, + 0.0369873046875, + 0.01436614990234375, + 0.0175933837890625, + -0.0341796875, + 0.0277557373046875, + 0.0194854736328125, + 0.03485107421875, + 0.0133819580078125, + 0.0181732177734375, + 0.01263427734375, + 0.0421142578125, + -0.0026836395263671875, + -0.0251007080078125, + 0.0122222900390625, + -0.037506103515625, + 0.020477294921875, + -0.050872802734375, + 0.0060272216796875, + 0.0128021240234375, + -0.054168701171875, + 0.01412200927734375, + -0.039642333984375, + -0.01494598388671875, + -0.005863189697265625, + -0.0482177734375, + -0.0173492431640625, + 0.046234130859375, + -0.038482666015625, + 0.0038814544677734375, + 0.013458251953125, + -0.0018167495727539062, + 0.0028705596923828125, + -0.04986572265625, + 0.0528564453125, + 0.0247802734375, + 0.01552581787109375, + 0.00010126829147338867, + 0.005863189697265625, + 0.0287322998046875, + -0.0242767333984375, + 0.045257568359375, + 0.026763916015625, + 0.000949859619140625, + 0.04559326171875, + 0.031707763671875, + 0.01172637939453125, + -0.038330078125, + 0.0214691162109375, + 0.0285797119140625, + -0.031707763671875, + 0.037322998046875, + 0.0360107421875, + 0.039306640625, + -0.01020050048828125, + -0.039154052734375, + 0.00862884521484375, + -0.0673828125, + 0.07830810546875, + -0.0019102096557617188, + 0.0030765533447265625, + 0.0247802734375, + -0.0206451416015625, + 0.0287322998046875, + 0.016510009765625, + 0.061126708984375, + -0.038330078125, + 0.056488037109375, + -0.0237884521484375, + -0.016937255859375, + 0.003612518310546875, + 0.028411865234375, + -0.0053253173828125, + 0.034515380859375, + -0.01412200927734375, + 0.07135009765625, + 0.01395416259765625, + -0.007266998291015625, + -0.045257568359375, + 0.020233154296875, + 0.0073089599609375, + 0.01412200927734375, + 0.0200653076171875, + -0.0360107421875, + -0.04046630859375, + 0.00937652587890625, + 0.0285797119140625, + 0.054840087890625, + -0.0096588134765625, + 0.01371002197265625, + 0.004024505615234375, + -0.0105743408203125, + 0.0035305023193359375, + -0.019073486328125 + ], + "metadata": { + "domains": [ + "incident-response", + "malware-analysis", + "static-investigations" + ], + "phases": [ + "examination" + ], + "tags": [ + "command-line", + "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_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_Rekall", + "type": "tool", + "name": "Rekall", + "content": "rekall googles memory-analysis-framework erweiterte volatility um cloud-scale- capabilities und moderne storage-formate. aff4-integration ermöglicht streaming-analysis von multi-terabyte-memory-images ohne lokale storage. besonders innovativ: live-memory-analysis über http-endpoints, rekall-agent für remote-collection, timeline-integration für memory-events. python-3-native-architecture mit jupyter-notebook- integration für interactive-analysis. web-ui demokratisiert memory- forensics für non-cli-users. machine-learning-plugins für anomaly- detection. enterprise-features: distributed-analysis, multi-investigator-collaboration, case-management. die development wurde 2018 eingestellt zugunsten anderer google-projekte, aber community-forks setzen entwicklung fort. legacy-code läuft noch stable für viele use-cases. historical-significance als volatility- herausforderer und cloud-memory-forensics-pioneer. lessons-learned fließen in moderne tools wie velociraptor ein. memory python incident-response analysis", + "embedding": [ + -0.0252838134765625, + 0.0202789306640625, + 0.0399169921875, + -0.0227508544921875, + 0.048675537109375, + 0.037841796875, + -0.01105499267578125, + 0.004573822021484375, + -0.0257720947265625, + -0.020843505859375, + -0.0305328369140625, + 0.0227508544921875, + 0.008270263671875, + 0.0006361007690429688, + -0.06683349609375, + 0.047088623046875, + 0.0013723373413085938, + 0.018768310546875, + -0.002544403076171875, + -0.00843048095703125, + -0.0131988525390625, + -0.035003662109375, + -0.056304931640625, + 0.0006661415100097656, + 0.018524169921875, + 0.007793426513671875, + -0.0191650390625, + -0.0572509765625, + -0.0124053955078125, + -0.0281524658203125, + 0.00045990943908691406, + -0.0249786376953125, + 0.009185791015625, + 0.01073455810546875, + -0.002017974853515625, + -0.00600433349609375, + 0.01184844970703125, + -0.0477294921875, + -0.0201263427734375, + 0.040069580078125, + -0.0142364501953125, + 0.021636962890625, + 0.0259246826171875, + -0.00981903076171875, + -0.054412841796875, + -0.047393798828125, + -0.02862548828125, + -0.035797119140625, + 0.01033782958984375, + -0.044525146484375, + 0.00528717041015625, + 0.0297393798828125, + -0.017181396484375, + -0.033416748046875, + -0.05279541015625, + 0.017578125, + 0.0166168212890625, + 0.0024166107177734375, + -0.044525146484375, + 0.042938232421875, + -0.06298828125, + -0.045501708984375, + 0.00429534912109375, + -0.01399993896484375, + 0.016143798828125, + 0.055023193359375, + -0.02545166015625, + -0.0419921875, + 0.0419921875, + 0.01558685302734375, + 0.023223876953125, + 0.0158233642578125, + -0.021636962890625, + 0.032440185546875, + -0.03228759765625, + -0.031341552734375, + 0.021148681640625, + 0.0311737060546875, + 0.0124053955078125, + 0.0018787384033203125, + -0.0305328369140625, + -0.0006513595581054688, + 0.04803466796875, + 0.0146331787109375, + -0.031494140625, + 0.007198333740234375, + 0.00855255126953125, + 0.020355224609375, + 0.00005936622619628906, + -0.00423431396484375, + 0.0229034423828125, + -0.033233642578125, + 0.0221099853515625, + -0.0325927734375, + 0.0303802490234375, + 0.047393798828125, + -0.00870513916015625, + -0.00620269775390625, + -0.0206756591796875, + 0.038665771484375, + 0.0252838134765625, + -0.0677490234375, + 0.036590576171875, + -0.0193328857421875, + 0.0213165283203125, + -0.0235443115234375, + 0.014312744140625, + -0.00540924072265625, + -0.01184844970703125, + -0.034820556640625, + -0.101806640625, + -0.038665771484375, + -0.024658203125, + -0.05694580078125, + -0.004154205322265625, + 0.006282806396484375, + -0.004016876220703125, + 0.057586669921875, + -0.037689208984375, + -0.042633056640625, + 0.01137542724609375, + 0.0227508544921875, + -0.02703857421875, + 0.0294342041015625, + -0.0225830078125, + -0.0283203125, + 0.0201263427734375, + 0.026092529296875, + -0.0170135498046875, + 0.0087890625, + 0.006244659423828125, + -0.001049041748046875, + 0.0026836395263671875, + -0.04803466796875, + -0.001033782958984375, + -0.01861572265625, + 0.0166168212890625, + 0.00397491455078125, + -0.0168609619140625, + 0.034027099609375, + 0.039764404296875, + -0.024169921875, + -0.036895751953125, + 0.0120086669921875, + -0.03387451171875, + -0.00862884521484375, + 0.0059661865234375, + 0.03643798828125, + -0.039764404296875, + -0.004314422607421875, + 0.0023860931396484375, + 0.01439666748046875, + 0.050262451171875, + 0.0015802383422851562, + -0.015899658203125, + -0.030059814453125, + -0.047393798828125, + -0.017822265625, + 0.0257720947265625, + -0.0249786376953125, + -0.0095062255859375, + 0.018218994140625, + 0.005565643310546875, + 0.0196380615234375, + -0.003936767578125, + -0.012725830078125, + -0.0325927734375, + 0.0146331787109375, + 0.0235443115234375, + 0.00616455078125, + 0.010894775390625, + -0.020355224609375, + 0.04833984375, + 0.0509033203125, + -0.0243377685546875, + 0.026092529296875, + 0.00659942626953125, + -0.020843505859375, + 0.0202789306640625, + 0.0243377685546875, + -0.016937255859375, + -0.0174102783203125, + 0.01328277587890625, + -0.0174102783203125, + 0.01264190673828125, + -0.0150299072265625, + -0.022430419921875, + 0.004730224609375, + -0.04071044921875, + 0.010894775390625, + -0.040252685546875, + -0.0244903564453125, + -0.0037384033203125, + 0.0325927734375, + 0.0002460479736328125, + 0.06964111328125, + 0.0303802490234375, + -0.020355224609375, + 0.0259246826171875, + 0.0022869110107421875, + 0.0230712890625, + 0.0243377685546875, + -0.00009816884994506836, + 0.047088623046875, + 0.0235443115234375, + 0.03546142578125, + 0.01519012451171875, + 0.038177490234375, + 0.02783203125, + -0.0093841552734375, + 0.00771331787109375, + 0.054718017578125, + -0.02386474609375, + -0.0205230712890625, + -0.038665771484375, + -0.0302276611328125, + 0.03546142578125, + -0.0273590087890625, + 0.01312255859375, + 0.00489044189453125, + -0.0251312255859375, + -0.0080718994140625, + 0.006084442138671875, + 0.01375579833984375, + -0.0015802383422851562, + 0.038818359375, + 0.038970947265625, + -0.0054473876953125, + -0.007038116455078125, + 0.0123291015625, + -0.007358551025390625, + 0.03961181640625, + 0.00012981891632080078, + 0.00966644287109375, + -0.00337982177734375, + -0.031341552734375, + 0.0509033203125, + 0.00799560546875, + 0.032928466796875, + 0.0222625732421875, + -0.0201263427734375, + 0.04168701171875, + -0.0120849609375, + 0.0367431640625, + 0.0404052734375, + -0.011932373046875, + 0.004611968994140625, + -0.002605438232421875, + 0.031646728515625, + 0.041351318359375, + -0.033721923828125, + 0.0052490234375, + -0.07000732421875, + -0.02337646484375, + -0.09735107421875, + -0.0467529296875, + -0.016143798828125, + -0.058868408203125, + 0.04486083984375, + -0.0279998779296875, + -0.041351318359375, + -0.00616455078125, + 0.005527496337890625, + 0.020843505859375, + 0.066162109375, + 0.01216888427734375, + -0.038970947265625, + 0.01105499267578125, + 0.07568359375, + 0.0028438568115234375, + -0.0294342041015625, + -0.007396697998046875, + 0.005489349365234375, + -0.03643798828125, + -0.002704620361328125, + -0.017730712890625, + 0.0008549690246582031, + 0.0372314453125, + 0.01105499267578125, + 0.0093841552734375, + -0.02099609375, + 0.0214691162109375, + 0.00206756591796875, + 0.045501708984375, + -0.03387451171875, + 0.01137542724609375, + -0.00409698486328125, + -0.0007805824279785156, + -0.01526641845703125, + -0.045501708984375, + 0.003021240234375, + 0.06329345703125, + 0.01184844970703125, + 0.00791168212890625, + 0.00403594970703125, + -0.058868408203125, + 0.0229034423828125, + 0.0035991668701171875, + -0.0045928955078125, + 0.0283203125, + 0.030853271484375, + -0.041351318359375, + 0.00604248046875, + 0.0158233642578125, + -0.006122589111328125, + -0.050567626953125, + -0.03912353515625, + -0.01439666748046875, + -0.003459930419921875, + -0.04962158203125, + -0.0092620849609375, + 0.0189208984375, + -0.0294342041015625, + 0.0249786376953125, + -0.00791168212890625, + -0.0154266357421875, + -0.024017333984375, + -0.042938232421875, + 0.00616455078125, + -0.0200347900390625, + -0.03912353515625, + -0.017822265625, + 0.05853271484375, + -0.00013113021850585938, + -0.0011186599731445312, + 0.0004622936248779297, + -0.00489044189453125, + -0.0267181396484375, + 0.01407623291015625, + -0.0243377685546875, + 0.038970947265625, + -0.011932373046875, + 0.048675537109375, + 0.035797119140625, + -0.00016772747039794922, + 0.01001739501953125, + 0.0477294921875, + 0.040252685546875, + -0.019561767578125, + -0.0006861686706542969, + -0.011688232421875, + 0.01312255859375, + 0.00835418701171875, + -0.012725830078125, + -0.0222625732421875, + -0.0272064208984375, + -0.01479339599609375, + -0.0028438568115234375, + 0.0206756591796875, + 0.0166168212890625, + 0.0170135498046875, + -0.00942230224609375, + 0.0311737060546875, + 0.061065673828125, + -0.0008649826049804688, + 0.10308837890625, + -0.0038776397705078125, + -0.0477294921875, + 0.0156707763671875, + 0.0302276611328125, + 0.0146331787109375, + -0.00560760498046875, + 0.041046142578125, + 0.017181396484375, + 0.00922393798828125, + 0.0176544189453125, + -0.0273590087890625, + 0.040557861328125, + -0.00528717041015625, + 0.00018393993377685547, + 0.0180511474609375, + -0.0257720947265625, + 0.02337646484375, + 0.040069580078125, + 0.026397705078125, + 0.026397705078125, + 0.0419921875, + -0.0072784423828125, + -0.01375579833984375, + -0.0582275390625, + -0.07476806640625, + -0.0067596435546875, + 0.03704833984375, + 0.00855255126953125, + 0.03961181640625, + -0.0262451171875, + -0.057586669921875, + 0.044525146484375, + -0.0058441162109375, + 0.0782470703125, + 0.06744384765625, + 0.002544403076171875, + 0.010894775390625, + 0.009979248046875, + 0.011932373046875, + 0.01526641845703125, + 0.01328277587890625, + 0.0142364501953125, + 0.0191650390625, + 0.0399169921875, + 0.01328277587890625, + -0.06011962890625, + 0.03643798828125, + 0.0289459228515625, + 0.026397705078125, + -0.0154266357421875, + 0.01296234130859375, + -0.00981903076171875, + 0.0213165283203125, + -0.017181396484375, + 0.04229736328125, + 0.045806884765625, + 0.01216888427734375, + 0.0273590087890625, + -0.0244903564453125, + 0.0197296142578125, + -0.02783203125, + 0.00600433349609375, + 0.0180511474609375, + -0.0095062255859375, + 0.01511383056640625, + 0.0086669921875, + -0.08111572265625, + 0.001049041748046875, + 0.0294342041015625, + -0.045806884765625, + 0.0202789306640625, + 0.03643798828125, + -0.02545166015625, + -0.01995849609375, + -0.006839752197265625, + -0.038665771484375, + 0.038665771484375, + -0.0251312255859375, + -0.039459228515625, + 0.0095062255859375, + 0.0214691162109375, + -0.035797119140625, + -0.0244903564453125, + -0.0202789306640625, + -0.0008249282836914062, + -0.0201263427734375, + -0.0164642333984375, + 0.042938232421875, + -0.01105499267578125, + -0.0008249282836914062, + 0.0229034423828125, + 0.062347412109375, + -0.008270263671875, + -0.0167083740234375, + 0.0477294921875, + -0.0303802490234375, + -0.047088623046875, + 0.0281524658203125, + 0.0105743408203125, + 0.0289459228515625, + -0.0335693359375, + -0.0214691162109375, + -0.0131988525390625, + -0.00433349609375, + -0.0166168212890625, + 0.0154266357421875, + -0.055023193359375, + -0.0509033203125, + -0.06396484375, + 0.0335693359375, + -0.0002522468566894531, + 0.0198822021484375, + 0.00902557373046875, + -0.06011962890625, + 0.0222625732421875, + -0.0740966796875, + -0.0225830078125, + -0.01288604736328125, + 0.041046142578125, + -0.0034389495849609375, + 0.07379150390625, + -0.0262451171875, + -0.0311737060546875, + 0.007198333740234375, + 0.02337646484375, + -0.00616455078125, + 0.0123291015625, + -0.050567626953125, + 0.05218505859375, + 0.033416748046875, + -0.043914794921875, + -0.0116119384765625, + 0.00023233890533447266, + 0.005489349365234375, + 0.038818359375, + -0.0283203125, + 0.002643585205078125, + -0.011932373046875, + -0.0655517578125, + -0.0156707763671875, + -0.04229736328125, + -0.01678466796875, + -0.039459228515625, + 0.052490234375, + 0.04071044921875, + 0.006122589111328125, + 0.051544189453125, + 0.0229034423828125, + -0.002475738525390625, + 0.01145172119140625, + 0.00830841064453125, + -0.01312255859375, + 0.0295867919921875, + -0.066162109375, + -0.03704833984375, + -0.0225830078125, + 0.018524169921875, + -0.0182952880859375, + 0.002227783203125, + 0.0031604766845703125, + -0.00616455078125, + 0.04803466796875, + -0.04168701171875, + 0.0194091796875, + 0.0014715194702148438, + -0.00711822509765625, + -0.0252838134765625, + -0.00540924072265625, + 0.016387939453125, + 0.02020263671875, + 0.010498046875, + 0.00445556640625, + 0.0303802490234375, + -0.05377197265625, + 0.031341552734375, + -0.00357818603515625, + -0.0120849609375, + 0.01113128662109375, + -0.01399993896484375, + 0.0011386871337890625, + -0.006320953369140625, + 0.032928466796875, + -0.0267181396484375, + -0.0294342041015625, + -0.07891845703125, + 0.016937255859375, + 0.0160675048828125, + -0.01065826416015625, + -0.037841796875, + -0.05853271484375, + -0.051849365234375, + -0.0032806396484375, + 0.0289459228515625, + 0.023223876953125, + 0.01013946533203125, + -0.04644775390625, + -0.042633056640625, + 0.00429534912109375, + -0.0303802490234375, + 0.0477294921875, + -0.0303802490234375, + -0.0014314651489257812, + -0.006999969482421875, + -0.00783538818359375, + 0.0198822021484375, + 0.0142364501953125, + 0.047393798828125, + 0.0123291015625, + 0.0235443115234375, + -0.000009655952453613281, + 0.01145172119140625, + -0.0052490234375, + -0.0192413330078125, + 0.0164642333984375, + -0.0170135498046875, + 0.0362548828125, + -0.03277587890625, + -0.0190887451171875, + 0.0178985595703125, + 0.0028228759765625, + 0.0157470703125, + -0.01558685302734375, + -0.00672149658203125, + 0.0244903564453125, + -0.013519287109375, + 0.0477294921875, + -0.03277587890625, + -0.0134429931640625, + 0.00974273681640625, + -0.017730712890625, + 0.044219970703125, + 0.030059814453125, + -0.01153564453125, + -0.0279998779296875, + 0.0150299072265625, + 0.04486083984375, + -0.00799560546875, + -0.01812744140625, + -0.0214691162109375, + 0.006801605224609375, + 0.0089111328125, + 0.058868408203125, + -0.005767822265625, + 0.08843994140625, + 0.04486083984375, + -0.0128021240234375, + 0.00942230224609375, + 0.059478759765625, + 0.0230712890625, + -0.0229034423828125, + -0.0782470703125, + 0.00934600830078125, + 0.0034389495849609375, + -0.02386474609375, + -0.04071044921875, + 0.0014019012451171875, + 0.066162109375, + -0.07635498046875, + -0.0154266357421875, + -0.001918792724609375, + -0.00875091552734375, + 0.0325927734375, + 0.02783203125, + -0.0236968994140625, + 0.0267181396484375, + 0.0302276611328125, + -0.047088623046875, + 0.006443023681640625, + -0.0112152099609375, + 0.00942230224609375, + 0.031982421875, + -0.00922393798828125, + 0.00495147705078125, + 0.0273590087890625, + -0.01447296142578125, + 0.02783203125, + 0.031982421875, + 0.00787353515625, + -0.011932373046875, + 0.01439666748046875, + 0.0372314453125, + 0.04833984375, + -0.0299072265625, + -0.017730712890625, + 0.016143798828125, + 0.007434844970703125, + 0.042938232421875, + 0.051544189453125, + 0.0174102783203125, + 0.0172576904296875, + 0.0142364501953125, + -0.033233642578125, + -0.0018291473388671875, + 0.024658203125, + -0.00009691715240478516, + -0.04229736328125, + -0.049957275390625, + 0.0236968994140625, + -0.0273590087890625, + 0.020843505859375, + 0.01558685302734375, + -0.020843505859375, + 0.0025844573974609375, + 0.04229736328125, + -0.01629638671875, + -0.04644775390625, + -0.00054168701171875, + -0.0229034423828125, + -0.0227508544921875, + -0.005767822265625, + -0.045501708984375, + 0.05853271484375, + -0.0200347900390625, + -0.0540771484375, + -0.0189208984375, + 0.01312255859375, + -0.0281524658203125, + -0.0467529296875, + -0.0180511474609375, + -0.00042748451232910156, + 0.005130767822265625, + -0.03564453125, + -0.041351318359375, + -0.035797119140625, + 0.005489349365234375, + -0.045806884765625, + 0.005886077880859375, + 0.0059661865234375, + -0.0243377685546875, + -0.0191650390625, + -0.0267181396484375, + -0.024810791015625, + 0.00640106201171875, + -0.0287933349609375, + 0.0404052734375, + -0.00811004638671875, + 0.024658203125, + 0.01439666748046875, + 0.072509765625, + 0.00946044921875, + 0.01001739501953125, + -0.005008697509765625, + -0.07537841796875, + 0.0236968994140625, + -0.0244903564453125, + 0.009979248046875, + -0.0750732421875, + 0.0251312255859375, + 0.04071044921875, + -0.065185546875, + 0.018524169921875, + -0.0067596435546875, + 0.004276275634765625, + -0.045166015625, + -0.003936767578125, + 0.0009145736694335938, + 0.005130767822265625, + 0.08843994140625, + 0.005489349365234375, + -0.016143798828125, + 0.017822265625, + -0.05377197265625, + 0.039764404296875, + 0.004711151123046875, + 0.014312744140625, + -0.0556640625, + 0.024658203125, + 0.01654052734375, + -0.05853271484375, + 0.00521087646484375, + -0.09228515625, + -0.0089874267578125, + 0.03436279296875, + 0.021148681640625, + -0.01861572265625, + -0.011688232421875, + -0.0310211181640625, + -0.0206756591796875, + -0.043914794921875, + 0.00616455078125, + -0.00429534912109375, + 0.00443267822265625, + -0.021148681640625, + 0.0035991668701171875, + -0.01654052734375, + -0.057891845703125, + -0.0236968994140625, + -0.04327392578125, + 0.06842041015625, + -0.0104217529296875, + -0.052490234375, + 0.044219970703125, + 0.0142364501953125, + 0.00771331787109375, + 0.0142364501953125, + 0.052490234375, + -0.01812744140625, + -0.00229644775390625, + -0.007595062255859375, + 0.05853271484375, + 0.0027637481689453125, + -0.006481170654296875, + 0.006320953369140625, + 0.030853271484375, + 0.0259246826171875, + -0.0556640625, + 0.0249786376953125, + 0.004413604736328125, + -0.01360321044921875, + -0.0295867919921875, + -0.015350341796875, + -0.0330810546875, + 0.0335693359375, + 0.0142364501953125, + 0.04803466796875, + 0.01248931884765625, + -0.02783203125, + -0.11260986328125, + 0.031646728515625, + -0.0093841552734375, + 0.0262451171875, + 0.007476806640625, + -0.0184478759765625, + -0.06842041015625, + -0.037384033203125, + -0.01033782958984375, + 0.004810333251953125, + -0.024658203125, + 0.04327392578125, + 0.007793426513671875, + -0.0010938644409179688, + 0.02020263671875, + 0.0112152099609375, + -0.0134429931640625, + 0.05120849609375, + 0.0191650390625, + -0.031341552734375, + 0.0740966796875, + -0.0305328369140625, + 0.003997802734375, + 0.014556884765625, + -0.00449371337890625, + -0.01486968994140625, + -0.01026153564453125, + -0.01447296142578125, + -0.00731658935546875, + 0.0311737060546875, + 0.036895751953125, + -0.0089874267578125, + 0.0188446044921875, + -0.0302276611328125, + 0.010894775390625, + 0.01407623291015625, + -0.0174102783203125, + -0.0071563720703125, + 0.0184478759765625, + -0.0088653564453125, + 0.0013818740844726562, + -0.05853271484375, + -0.087158203125, + 0.024017333984375, + -0.057891845703125, + -0.0007157325744628906, + 0.01526641845703125, + 0.0310211181640625, + 0.011688232421875, + -0.03564453125, + 0.0227508544921875, + 0.006877899169921875, + 0.006999969482421875, + -0.01105499267578125, + 0.06011962890625, + 0.007198333740234375, + 0.026397705078125, + 0.015350341796875, + -0.020355224609375, + 0.0081939697265625, + -0.0099029541015625, + -0.0283203125, + -0.0222625732421875, + 0.0063629150390625, + -0.0134429931640625, + 0.0283203125, + -0.08587646484375, + -0.0257720947265625, + 0.03515625, + 0.031494140625, + 0.0050506591796875, + -0.033721923828125, + 0.0273590087890625, + 0.01065826416015625, + -0.048675537109375, + 0.018524169921875, + 0.0025157928466796875, + -0.045806884765625, + -0.0018091201782226562, + -0.0081939697265625, + 0.0184478759765625, + 0.00017023086547851562, + 0.041351318359375, + 0.038818359375, + 0.05279541015625, + -0.01678466796875, + -0.0243377685546875, + -0.0191650390625, + -0.02703857421875, + 0.045166015625, + 0.0235443115234375, + 0.0201263427734375, + -0.01551055908203125, + -0.00882720947265625, + -0.0188446044921875, + -0.07000732421875, + -0.01335906982421875, + -0.029266357421875, + -0.052490234375, + -0.00966644287109375, + 0.08050537109375, + 0.0294342041015625, + 0.024658203125, + 0.02911376953125, + 0.039459228515625, + 0.045501708984375, + 0.00691986083984375, + -0.0251312255859375, + -0.054412841796875, + -0.00528717041015625, + 0.0259246826171875, + 0.0330810546875, + -0.05377197265625, + 0.0703125, + 0.060760498046875, + -0.017578125, + -0.00835418701171875, + 0.006122589111328125, + 0.00659942626953125, + 0.039764404296875, + 0.02386474609375, + 0.032135009765625, + -0.054718017578125, + 0.006999969482421875, + 0.038482666015625, + -0.024658203125, + -0.026885986328125, + -0.019561767578125, + -0.0069580078125, + 0.013916015625, + -0.0614013671875, + -0.00652313232421875, + -0.017974853515625, + 0.07952880859375, + -0.0225830078125, + -0.023223876953125, + -0.0150299072265625, + 0.0230712890625, + -0.004711151123046875, + -0.02545166015625, + 0.028472900390625, + 0.0330810546875, + -0.03228759765625, + 0.035308837890625, + 0.03436279296875, + 0.0012722015380859375, + 0.03564453125, + 0.00226593017578125, + -0.053436279296875, + 0.005031585693359375, + -0.01065826416015625, + 0.00791168212890625, + -0.00835418701171875, + -0.0283203125, + -0.01486968994140625, + -0.030059814453125, + 0.04931640625, + 0.01678466796875, + 0.0419921875, + 0.015350341796875, + 0.00902557373046875, + -0.00347900390625, + 0.030059814453125, + 0.02545166015625, + 0.035308837890625, + 0.03070068359375, + -0.0005640983581542969, + 0.004711151123046875, + 0.00771331787109375, + 0.01407623291015625, + -0.0156707763671875, + 0.05218505859375, + -0.0311737060546875, + 0.0213165283203125, + -0.07000732421875, + 0.024810791015625, + 0.011932373046875, + -0.01137542724609375, + 0.01375579833984375, + -0.030059814453125, + 0.01137542724609375, + -0.0200347900390625, + -0.0693359375, + -0.007476806640625, + 0.061065673828125, + -0.037841796875, + 0.009307861328125, + 0.0303802490234375, + -0.015899658203125, + 0.02099609375, + -0.057586669921875, + 0.07696533203125, + 0.02703857421875, + 0.045166015625, + -0.016143798828125, + 0.00429534912109375, + 0.04486083984375, + 0.02099609375, + 0.0092620849609375, + 0.0201263427734375, + -0.004711151123046875, + 0.053436279296875, + 0.04327392578125, + -0.005168914794921875, + -0.0194091796875, + 0.0244903564453125, + 0.017578125, + -0.06683349609375, + 0.0021266937255859375, + 0.034515380859375, + 0.031982421875, + -0.0012922286987304688, + -0.01486968994140625, + -0.022430419921875, + -0.06805419921875, + 0.04962158203125, + 0.01812744140625, + -0.018524169921875, + 0.0295867919921875, + -0.0262451171875, + 0.044525146484375, + -0.0003094673156738281, + 0.054412841796875, + -0.0677490234375, + 0.03753662109375, + -0.005687713623046875, + 0.0178985595703125, + -0.013519287109375, + 0.0186920166015625, + -0.01407623291015625, + -0.0123291015625, + -0.012725830078125, + 0.059173583984375, + -0.007793426513671875, + -0.00004285573959350586, + -0.066162109375, + -0.0193328857421875, + 0.005489349365234375, + 0.0156707763671875, + 0.04931640625, + -0.038482666015625, + -0.0221099853515625, + 0.017578125, + 0.0222625732421875, + 0.054718017578125, + -0.017730712890625, + 0.02862548828125, + -0.002643585205078125, + -0.0283203125, + -0.023223876953125, + -0.025604248046875 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "analysis" + ], + "tags": [ + "memory", + "python" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, { "id": "tool_tcpdump", "type": "tool", @@ -28445,6 +12629,1063 @@ "type": "tool" } }, + { + "id": "tool_Parrot_Security_OS", + "type": "tool", + "name": "Parrot Security OS", + "content": "parrot security os die privacy-fokussierte alternative zu kali linux mit eingebautem anonymisierungs-framework. anonsurf routet traffic durch tor für verdeckte ermittlungen. forensik-tools treffen auf pentesting-arsenal in datenschutzfreundlicher umgebung. rolling-release hält 600+ tools aktuell ohne neuinstallation. der ressourcenschonende mate-desktop läuft flüssig auf älteren laptops. besonders wertvoll: eingebaute kryptographie-tools, sichere kommunikations-apps, sandbox für malware. die forensik-edition fokussiert auf incident-response. docker-support für tool-isolation. arm-versionen für raspberry pi und mobile-forensik. die italienische entwicklung bringt europäische datenschutz-werte. mehrere desktop-umgebungen wählbar. live-boot mit persistence für feldarbeit. der apparmor-schutz härtet gegen exploits. community kleiner aber engagierter als kali. perfekt für ermittler die privatsphäre und sicherheit priorisieren. gui command-line 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.035400390625, + -0.004650115966796875, + 0.0587158203125, + -0.0007729530334472656, + 0.0193023681640625, + 0.028350830078125, + 0.014984130859375, + -0.004978179931640625, + -0.01337432861328125, + -0.00673675537109375, + -0.0297698974609375, + 0.053497314453125, + -0.023223876953125, + -0.016082763671875, + -0.0599365234375, + 0.03802490234375, + -0.0141754150390625, + 0.00432586669921875, + 0.00417327880859375, + 0.007694244384765625, + 0.00040221214294433594, + -0.01197052001953125, + -0.06597900390625, + 0.00885009765625, + -0.0026531219482421875, + 0.00630950927734375, + -0.0247344970703125, + -0.07080078125, + -0.00623321533203125, + -0.01251983642578125, + -0.006587982177734375, + -0.00475311279296875, + 0.002338409423828125, + 0.042449951171875, + -0.006786346435546875, + -0.0142822265625, + -0.0093536376953125, + -0.0382080078125, + -0.0167999267578125, + 0.04486083984375, + -0.01568603515625, + -0.0210113525390625, + 0.019805908203125, + 0.0161895751953125, + -0.0195159912109375, + -0.019805908203125, + -0.0171966552734375, + -0.005229949951171875, + 0.0277557373046875, + -0.0211181640625, + 0.0230255126953125, + 0.031768798828125, + -0.006988525390625, + -0.01629638671875, + -0.0416259765625, + 0.0205078125, + 0.0254364013671875, + -0.061126708984375, + -0.0341796875, + 0.047271728515625, + -0.046661376953125, + -0.0205078125, + 0.008697509765625, + -0.0305633544921875, + 0.0107574462890625, + 0.00475311279296875, + 0.004573822021484375, + -0.0291595458984375, + -0.027557373046875, + -0.005580902099609375, + 0.02996826171875, + -0.01201629638671875, + -0.0229339599609375, + 0.025238037109375, + -0.03558349609375, + -0.0277557373046875, + 0.04986572265625, + 0.033782958984375, + 0.0229339599609375, + -0.01171875, + -0.038421630859375, + 0.0141754150390625, + 0.037017822265625, + -0.031982421875, + 0.01558685302734375, + -0.0036449432373046875, + 0.0175018310546875, + 0.008697509765625, + -0.01201629638671875, + -0.00001895427703857422, + 0.037017822265625, + -0.0021495819091796875, + 0.0020732879638671875, + -0.036590576171875, + 0.006160736083984375, + 0.059539794921875, + -0.01387786865234375, + -0.01236724853515625, + -0.016998291015625, + 0.035003662109375, + 0.0233306884765625, + -0.01271820068359375, + 0.041839599609375, + 0.023834228515625, + 0.02081298828125, + -0.0134735107421875, + 0.00560760498046875, + -0.03558349609375, + -0.00673675537109375, + -0.00724029541015625, + -0.0711669921875, + -0.0301666259765625, + -0.01065826416015625, + -0.061126708984375, + -0.0009050369262695312, + 0.006786346435546875, + -0.0084991455078125, + 0.036590576171875, + -0.0305633544921875, + -0.0751953125, + 0.040008544921875, + 0.0185089111328125, + 0.008148193359375, + 0.006435394287109375, + -0.06719970703125, + -0.050689697265625, + 0.01568603515625, + 0.017303466796875, + -0.05670166015625, + -0.03399658203125, + -0.0185089111328125, + -0.027557373046875, + -0.0195159912109375, + -0.045257568359375, + -0.01030731201171875, + -0.049072265625, + 0.026947021484375, + -0.006435394287109375, + -0.0017223358154296875, + 0.018096923828125, + 0.022125244140625, + -0.032379150390625, + -0.051300048828125, + 0.0062103271484375, + -0.0360107421875, + -0.00560760498046875, + -0.00965118408203125, + 0.04827880859375, + -0.01407623291015625, + 0.006336212158203125, + 0.00839996337890625, + 0.0209197998046875, + 0.052276611328125, + 0.0025272369384765625, + 0.031585693359375, + -0.035186767578125, + -0.020111083984375, + 0.005706787109375, + 0.046051025390625, + -0.0186004638671875, + -0.01050567626953125, + -0.007640838623046875, + 0.0011749267578125, + 0.0193023681640625, + -0.0210113525390625, + -0.0219268798828125, + -0.00688934326171875, + -0.0095062255859375, + 0.033599853515625, + 0.020111083984375, + 0.031585693359375, + 0.020721435546875, + 0.057525634765625, + 0.05029296875, + 0.01568603515625, + 0.0209197998046875, + -0.0175018310546875, + 0.00213623046875, + 0.0291595458984375, + 0.050689697265625, + -0.0271453857421875, + -0.009857177734375, + 0.0297698974609375, + -0.00759124755859375, + 0.012969970703125, + 0.0175933837890625, + -0.0246429443359375, + 0.002475738525390625, + -0.04022216796875, + 0.044647216796875, + -0.03338623046875, + -0.0177001953125, + 0.012969970703125, + 0.022125244140625, + -0.004199981689453125, + 0.04022216796875, + 0.040008544921875, + -0.01030731201171875, + 0.057525634765625, + -0.016998291015625, + 0.005985260009765625, + 0.0267486572265625, + -0.0120697021484375, + 0.0287628173828125, + 0.03680419921875, + 0.00980377197265625, + 0.006988525390625, + 0.041229248046875, + 0.0178985595703125, + -0.0209197998046875, + -0.02252197265625, + 0.039215087890625, + -0.0200042724609375, + -0.02423095703125, + -0.0171966552734375, + -0.036590576171875, + -0.0004901885986328125, + -0.033599853515625, + -0.002010345458984375, + -0.00875091552734375, + -0.005252838134765625, + -0.0291595458984375, + 0.01357269287109375, + 0.038818359375, + -0.04022216796875, + 0.0518798828125, + 0.0287628173828125, + -0.0195159912109375, + -0.01131439208984375, + 0.0210113525390625, + 0.02593994140625, + 0.03216552734375, + -0.01306915283203125, + 0.003017425537109375, + -0.0164947509765625, + -0.042449951171875, + 0.039825439453125, + 0.03680419921875, + 0.02593994140625, + -0.004802703857421875, + -0.035003662109375, + 0.047271728515625, + -0.0158843994140625, + 0.05389404296875, + 0.0428466796875, + 0.016387939453125, + -0.006988525390625, + 0.014678955078125, + 0.039825439453125, + 0.0599365234375, + -0.055511474609375, + -0.0100555419921875, + -0.03802490234375, + 0.01317596435546875, + -0.060333251953125, + -0.02593994140625, + -0.019012451171875, + -0.049468994140625, + 0.039031982421875, + -0.0195159912109375, + -0.053497314453125, + -0.008148193359375, + 0.01407623291015625, + -0.00894927978515625, + 0.0291595458984375, + -0.003871917724609375, + -0.04425048828125, + 0.001659393310546875, + 0.05389404296875, + -0.0024890899658203125, + -0.018798828125, + -0.0297698974609375, + 0.0291595458984375, + 0.0093994140625, + 0.01065826416015625, + 0.006134033203125, + -0.0011310577392578125, + 0.040435791015625, + 0.029571533203125, + 0.022430419921875, + -0.031585693359375, + 0.0271453857421875, + 0.0120697021484375, + 0.01407623291015625, + -0.05047607421875, + 0.014678955078125, + -0.00914764404296875, + 0.0159912109375, + -0.01081085205078125, + -0.06195068359375, + 0.002223968505859375, + 0.02655029296875, + 0.003948211669921875, + -0.012969970703125, + -0.00914764404296875, + -0.04083251953125, + 0.01287078857421875, + 0.0025634765625, + -0.0081939697265625, + 0.02935791015625, + 0.040618896484375, + -0.021820068359375, + 0.002349853515625, + -0.01050567626953125, + 0.0022125244140625, + -0.05712890625, + -0.031982421875, + -0.013275146484375, + -0.006359100341796875, + -0.06475830078125, + -0.03759765625, + 0.00859832763671875, + -0.007442474365234375, + 0.0157928466796875, + -0.002552032470703125, + -0.00708770751953125, + -0.022216796875, + -0.050872802734375, + 0.0263519287109375, + -0.036590576171875, + -0.013275146484375, + -0.0239410400390625, + 0.0234375, + 0.01055908203125, + -0.00603485107421875, + -0.01528167724609375, + -0.01629638671875, + -0.04345703125, + 0.0273590087890625, + -0.0212249755859375, + 0.05108642578125, + -0.006534576416015625, + 0.0277557373046875, + 0.04022216796875, + 0.046875, + 0.0228271484375, + 0.022125244140625, + 0.020111083984375, + -0.009002685546875, + 0.006988525390625, + 0.0093994140625, + -0.0066375732421875, + 0.0307769775390625, + -0.020416259765625, + -0.0164947509765625, + -0.005001068115234375, + -0.035186767578125, + 0.01629638671875, + 0.00444793701171875, + 0.0074920654296875, + 0.039215087890625, + -0.0205078125, + 0.02935791015625, + 0.038604736328125, + -0.006839752197265625, + 0.08123779296875, + -0.002010345458984375, + -0.036407470703125, + 0.004573822021484375, + 0.031982421875, + 0.01186370849609375, + -0.0056304931640625, + 0.0496826171875, + 0.018707275390625, + 0.006435394287109375, + 0.054290771484375, + -0.042236328125, + 0.0209197998046875, + -0.006259918212890625, + -0.01050567626953125, + 0.0167999267578125, + -0.016998291015625, + -0.0003566741943359375, + 0.0103607177734375, + 0.0496826171875, + -0.00595855712890625, + 0.0287628173828125, + -0.041015625, + -0.018402099609375, + -0.021820068359375, + -0.041229248046875, + 0.007442474365234375, + 0.041839599609375, + 0.00260162353515625, + 0.0679931640625, + -0.03216552734375, + -0.08123779296875, + 0.0243377685546875, + -0.046661376953125, + 0.06597900390625, + 0.0243377685546875, + 0.03680419921875, + 0.035797119140625, + -0.0240325927734375, + -0.00809478759765625, + 0.046661376953125, + 0.0006756782531738281, + 0.026947021484375, + 0.053497314453125, + 0.02996826171875, + 0.02655029296875, + -0.0281524658203125, + 0.00980377197265625, + 0.036407470703125, + 0.00688934326171875, + 0.007442474365234375, + 0.0034942626953125, + -0.00452423095703125, + 0.02313232421875, + -0.046051025390625, + 0.054718017578125, + 0.01528167724609375, + -0.01146697998046875, + 0.0019855499267578125, + -0.01528167724609375, + 0.016082763671875, + -0.04827880859375, + 0.01508331298828125, + 0.0016717910766601562, + -0.0035190582275390625, + 0.002941131591796875, + 0.03759765625, + -0.050689697265625, + -0.0093536376953125, + 0.039215087890625, + -0.06719970703125, + 0.01131439208984375, + 0.0158843994140625, + -0.0220184326171875, + 0.00965118408203125, + -0.03460693359375, + -0.061553955078125, + -0.0159912109375, + -0.0142822265625, + -0.0394287109375, + 0.00460052490234375, + 0.01151275634765625, + -0.052276611328125, + -0.035003662109375, + -0.0428466796875, + -0.006534576416015625, + -0.0034942626953125, + -0.003795623779296875, + 0.03759765625, + 0.002979278564453125, + -0.03558349609375, + 0.02996826171875, + 0.035003662109375, + 0.009002685546875, + -0.0216217041015625, + 0.04364013671875, + -0.027557373046875, + -0.025146484375, + 0.033172607421875, + -0.004425048828125, + 0.002941131591796875, + -0.00560760498046875, + 0.0029163360595703125, + -0.0223236083984375, + 0.03460693359375, + 0.003696441650390625, + 0.0186004638671875, + -0.041229248046875, + -0.0305633544921875, + -0.0711669921875, + 0.037017822265625, + 0.0022125244140625, + 0.03680419921875, + -0.0213165283203125, + -0.052703857421875, + 0.06195068359375, + -0.048858642578125, + -0.01971435546875, + -0.0168914794921875, + -0.0033435821533203125, + -0.0014390945434570312, + 0.032379150390625, + -0.014678955078125, + 0.0036449432373046875, + -0.0277557373046875, + 0.047271728515625, + 0.0034694671630859375, + 0.004878997802734375, + -0.037200927734375, + 0.0301666259765625, + 0.0382080078125, + -0.05389404296875, + 0.01558685302734375, + -0.00638580322265625, + -0.018798828125, + 0.03759765625, + -0.08526611328125, + -0.0168914794921875, + 0.0341796875, + -0.0804443359375, + -0.0273590087890625, + -0.04644775390625, + -0.035003662109375, + -0.040435791015625, + -0.00824737548828125, + 0.0311737060546875, + -0.0052032470703125, + 0.018707275390625, + -0.0092010498046875, + 0.00628662109375, + 0.01971435546875, + 0.007640838623046875, + -0.026947021484375, + 0.020721435546875, + -0.047454833984375, + -0.0599365234375, + -0.01488494873046875, + 0.04443359375, + -0.025238037109375, + 0.0009241104125976562, + 0.0038471221923828125, + 0.004398345947265625, + 0.05047607421875, + -0.0450439453125, + 0.01096343994140625, + -0.0127716064453125, + -0.041839599609375, + -0.04144287109375, + -0.0599365234375, + 0.0203094482421875, + 0.017303466796875, + -0.00945281982421875, + 0.045867919921875, + 0.036407470703125, + -0.054290771484375, + 0.038818359375, + 0.01387786865234375, + 0.00510406494140625, + 0.017303466796875, + -0.005054473876953125, + -0.0010938644409179688, + -0.0206146240234375, + 0.032989501953125, + -0.01488494873046875, + -0.0246429443359375, + -0.062744140625, + -0.002941131591796875, + -0.017303466796875, + -0.033599853515625, + -0.01186370849609375, + -0.0297698974609375, + -0.08367919921875, + -0.03619384765625, + 0.0267486572265625, + 0.00032520294189453125, + 0.0033435821533203125, + -0.0273590087890625, + -0.0154876708984375, + -0.0029163360595703125, + -0.038421630859375, + 0.03558349609375, + -0.0035953521728515625, + 0.030975341796875, + -0.0080413818359375, + -0.0271453857421875, + 0.021728515625, + 0.0263519287109375, + 0.0186004638671875, + 0.01397705078125, + 0.035797119140625, + -0.01971435546875, + 0.03619384765625, + 0.00844573974609375, + 0.004573822021484375, + 0.01629638671875, + -0.031585693359375, + 0.05029296875, + -0.0347900390625, + -0.011260986328125, + -0.0009870529174804688, + 0.017303466796875, + 0.02996826171875, + -0.005580902099609375, + -0.018402099609375, + 0.0194091796875, + -0.005481719970703125, + 0.051483154296875, + -0.0360107421875, + -0.056304931640625, + -0.003948211669921875, + -0.005832672119140625, + 0.05047607421875, + 0.029571533203125, + -0.0234375, + -0.032989501953125, + 0.0210113525390625, + 0.051483154296875, + 0.00036144256591796875, + -0.01166534423828125, + -0.0240325927734375, + 0.0025768280029296875, + 0.025543212890625, + 0.038818359375, + 0.0142822265625, + 0.08770751953125, + 0.040435791015625, + -0.0032939910888671875, + 0.0234375, + 0.058319091796875, + 0.00267791748046875, + -0.0165863037109375, + -0.04644775390625, + 0.0011501312255859375, + 0.0175018310546875, + -0.0518798828125, + -0.030364990234375, + 0.00995635986328125, + 0.0723876953125, + -0.09375, + -0.041229248046875, + -0.001621246337890625, + -0.0263519287109375, + 0.0234375, + 0.01151275634765625, + -0.01357269287109375, + 0.035186767578125, + -0.002338409423828125, + -0.034393310546875, + 0.01116180419921875, + -0.01407623291015625, + 0.0237274169921875, + 0.07000732421875, + 0.04144287109375, + -0.031768798828125, + 0.037811279296875, + 0.045257568359375, + 0.018402099609375, + 0.03741455078125, + 0.047454833984375, + 0.029571533203125, + 0.0229339599609375, + 0.03338623046875, + 0.047882080078125, + -0.0126190185546875, + -0.030975341796875, + -0.00628662109375, + 0.0206146240234375, + 0.06317138671875, + 0.047271728515625, + -0.0093536376953125, + 0.0012006759643554688, + -0.0144805908203125, + -0.041015625, + 0.012969970703125, + 0.009857177734375, + -0.013275146484375, + -0.06195068359375, + -0.036590576171875, + 0.00965118408203125, + 0.00374603271484375, + 0.0234375, + 0.0227203369140625, + -0.0307769775390625, + 0.016387939453125, + 0.033782958984375, + -0.0240325927734375, + -0.04345703125, + 0.003543853759765625, + -0.0168914794921875, + -0.039825439453125, + -0.03277587890625, + -0.0199127197265625, + 0.049285888671875, + -0.0151824951171875, + -0.055511474609375, + -0.03558349609375, + 0.0223236083984375, + -0.039825439453125, + -0.0211181640625, + -0.004474639892578125, + 0.00302886962890625, + -0.03802490234375, + -0.06878662109375, + -0.02593994140625, + -0.045257568359375, + 0.0182037353515625, + -0.0212249755859375, + 0.01306915283203125, + -0.0127716064453125, + -0.031768798828125, + -0.0194091796875, + 0.0018606185913085938, + -0.03277587890625, + 0.0157928466796875, + -0.0394287109375, + 0.01387786865234375, + 0.0142822265625, + 0.035797119140625, + 0.052276611328125, + 0.051483154296875, + 0.0171966552734375, + -0.0175018310546875, + -0.0056304931640625, + -0.0711669921875, + -0.0154876708984375, + -0.0271453857421875, + 0.0297698974609375, + -0.06756591796875, + -0.0006976127624511719, + 0.04766845703125, + -0.07037353515625, + 0.030975341796875, + 0.021514892578125, + 0.004123687744140625, + -0.0245361328125, + 0.0301666259765625, + 0.006587982177734375, + 0.033599853515625, + 0.106201171875, + 0.00424957275390625, + -0.0110626220703125, + 0.006134033203125, + -0.042449951171875, + 0.04705810546875, + 0.024932861328125, + 0.020111083984375, + -0.048675537109375, + 0.00914764404296875, + 0.0277557373046875, + -0.0032939910888671875, + 0.00794219970703125, + -0.065185546875, + 0.01528167724609375, + 0.02593994140625, + 0.007843017578125, + -0.01282501220703125, + -0.005153656005859375, + -0.04705810546875, + -0.0185089111328125, + -0.007190704345703125, + 0.01236724853515625, + 0.021514892578125, + 0.004852294921875, + -0.0161895751953125, + -0.0240325927734375, + -0.026947021484375, + -0.051300048828125, + -0.0360107421875, + -0.005126953125, + 0.04486083984375, + 0.00203704833984375, + -0.049285888671875, + 0.0291595458984375, + -0.01739501953125, + 0.012969970703125, + 0.00809478759765625, + 0.058319091796875, + -0.06634521484375, + 0.01337432861328125, + -0.0008234977722167969, + 0.058319091796875, + -0.01317596435546875, + -0.00759124755859375, + 0.0034198760986328125, + -0.004901885986328125, + 0.042449951171875, + -0.028350830078125, + 0.037017822265625, + 0.016998291015625, + -0.0212249755859375, + -0.06317138671875, + -0.049468994140625, + -0.05914306640625, + 0.04705810546875, + -0.005252838134765625, + 0.019012451171875, + -0.00015401840209960938, + -0.034393310546875, + -0.06756591796875, + 0.0243377685546875, + -0.005733489990234375, + 0.00545501708984375, + 0.019012451171875, + -0.0254364013671875, + -0.06597900390625, + -0.0233306884765625, + -0.01357269287109375, + -0.0030422210693359375, + -0.043853759765625, + 0.0192108154296875, + -0.005657196044921875, + 0.0033435821533203125, + -0.01910400390625, + -0.007694244384765625, + 0.0134735107421875, + 0.04345703125, + 0.0347900390625, + -0.0263519287109375, + 0.053497314453125, + -0.03216552734375, + 0.0305633544921875, + 0.004425048828125, + -0.006259918212890625, + -0.007843017578125, + -0.0291595458984375, + -0.0281524658203125, + 0.03277587890625, + 0.01221466064453125, + 0.03399658203125, + -0.024139404296875, + 0.01251983642578125, + -0.02252197265625, + 0.004825592041015625, + 0.031982421875, + -0.03460693359375, + 0.0005121231079101562, + 0.01367950439453125, + 0.006587982177734375, + -0.006587982177734375, + -0.060333251953125, + -0.08001708984375, + -0.0023250579833984375, + -0.036590576171875, + 0.00146484375, + 0.01488494873046875, + 0.0057830810546875, + 0.0291595458984375, + -0.03399658203125, + 0.05712890625, + -0.0035953521728515625, + -0.01568603515625, + -0.0531005859375, + 0.0005216598510742188, + -0.01216888427734375, + 0.05511474609375, + 0.00502777099609375, + -0.009552001953125, + 0.03216552734375, + -0.01739501953125, + 0.00121307373046875, + -0.012969970703125, + 0.007793426513671875, + -0.0305633544921875, + 0.0034942626953125, + -0.06597900390625, + -0.01317596435546875, + 0.0287628173828125, + 0.045867919921875, + 0.0233306884765625, + -0.02423095703125, + 0.0643310546875, + 0.01317596435546875, + -0.07037353515625, + 0.018402099609375, + -0.0171966552734375, + -0.049468994140625, + 0.01197052001953125, + -0.01287078857421875, + 0.01015472412109375, + 0.034393310546875, + 0.042449951171875, + 0.0142822265625, + 0.060333251953125, + 0.02655029296875, + -0.028961181640625, + 0.0080413818359375, + 0.0008168220520019531, + 0.05108642578125, + 0.0216217041015625, + 0.01488494873046875, + 0.0011186599731445312, + 0.0233306884765625, + 0.00799560546875, + -0.0599365234375, + -0.01010894775390625, + -0.0643310546875, + -0.04345703125, + -0.0023136138916015625, + 0.090087890625, + 0.0177001953125, + -0.0024261474609375, + 0.045654296875, + 0.055511474609375, + 0.037811279296875, + -0.006786346435546875, + -0.0151824951171875, + -0.07281494140625, + 0.005504608154296875, + 0.01528167724609375, + 0.0086517333984375, + -0.061126708984375, + 0.039215087890625, + 0.0496826171875, + -0.0267486572265625, + -0.004573822021484375, + -0.006839752197265625, + 0.00467681884765625, + 0.0257415771484375, + 0.0099029541015625, + 0.005229949951171875, + -0.059539794921875, + 0.019805908203125, + 0.0220184326171875, + 0.027557373046875, + -0.003948211669921875, + -0.0267486572265625, + -0.0045013427734375, + 0.039215087890625, + -0.056304931640625, + -0.0088958740234375, + 0.01407623291015625, + 0.049285888671875, + 0.016998291015625, + -0.05029296875, + -0.0205078125, + 0.032989501953125, + 0.03741455078125, + -0.025543212890625, + 0.03460693359375, + 0.021728515625, + -0.0083465576171875, + 0.0291595458984375, + 0.05389404296875, + -0.00475311279296875, + 0.035797119140625, + -0.007843017578125, + -0.03741455078125, + -0.0026645660400390625, + -0.01337432861328125, + 0.014678955078125, + -0.022430419921875, + -0.05029296875, + -0.0325927734375, + -0.040008544921875, + 0.032989501953125, + 0.0234375, + 0.038604736328125, + 0.02142333984375, + -0.00774383544921875, + -0.020416259765625, + 0.0092010498046875, + 0.0233306884765625, + 0.045257568359375, + 0.01568603515625, + 0.017791748046875, + 0.0237274169921875, + 0.0164947509765625, + 0.0236358642578125, + -0.01100921630859375, + 0.04766845703125, + -0.035400390625, + -0.01558685302734375, + -0.040435791015625, + -0.005504608154296875, + -0.0016031265258789062, + -0.04083251953125, + 0.012420654296875, + -0.028350830078125, + 0.0030536651611328125, + 0.0007228851318359375, + -0.038421630859375, + 0.0009741783142089844, + 0.0325927734375, + -0.0325927734375, + 0.005859375, + 0.0257415771484375, + -0.00623321533203125, + -0.00975799560546875, + -0.042633056640625, + 0.046051025390625, + 0.0186004638671875, + 0.0158843994140625, + -0.0007009506225585938, + 0.0193023681640625, + 0.027557373046875, + -0.0196075439453125, + 0.01508331298828125, + 0.00965118408203125, + -0.0194091796875, + 0.04022216796875, + 0.037200927734375, + 0.0018482208251953125, + -0.050079345703125, + 0.0216217041015625, + -0.00859832763671875, + -0.04022216796875, + 0.037017822265625, + 0.0240325927734375, + 0.041839599609375, + -0.0099029541015625, + -0.013275146484375, + -0.023834228515625, + -0.0736083984375, + 0.0692138671875, + 0.0185089111328125, + 0.0088958740234375, + 0.0307769775390625, + -0.038818359375, + 0.069580078125, + 0.02655029296875, + 0.04022216796875, + -0.07318115234375, + 0.06719970703125, + -0.005306243896484375, + 0.0100555419921875, + -0.01015472412109375, + 0.0164947509765625, + -0.0253448486328125, + 0.037200927734375, + -0.0311737060546875, + 0.040618896484375, + 0.049072265625, + -0.018096923828125, + -0.051300048828125, + -0.0151824951171875, + 0.028350830078125, + 0.004550933837890625, + 0.0226287841796875, + -0.068359375, + 0.01739501953125, + -0.006534576416015625, + 0.021728515625, + 0.047882080078125, + -0.0074920654296875, + 0.023223876953125, + 0.005054473876953125, + -0.014678955078125, + -0.0019483566284179688, + 0.01251983642578125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis", + "network-forensics" + ], + "phases": [], + "tags": [ + "gui", + "command-line", + "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_Rapid_Incident_Response_Triage_on_macOS", "type": "tool", @@ -29505,1035 +14746,1035 @@ } }, { - "id": "tool_dd", + "id": "tool_dcfldd", "type": "tool", - "name": "dd", - "content": "dd das unix-urgestein 'data duplicator' ist seit 1974 der minimalistische standard für bit-genaue datenträger-kopien. keine gui, keine extras - nur pure zuverlässigkeit. die wichtigsten forensischen parameter: conv=noerror,sync für defekte sektoren, bs=4m für optimale performance, status=progress für fortschrittsanzeige. pipe zu hash-tools für simultane verifizierung: dd if=/dev/sda | tee image.raw | md5sum. die einfachheit ist die stärke: funktioniert auf jedem unix-system ohne installation. vorsicht vor klassischen fehlern: if/of-verwechslung zerstört beweise! dcfldd und dc3dd sind forensische weiterentwicklungen mit eingebauter hash-verifizierung. split-feature für fat32-limits: dd if=/dev/sda | split -b 4g. network-imaging via netcat möglich. der respekt vor dd trennt profis von amateuren - ein falscher parameter vernichtet unwiederbringlich daten. immer noch die basis vieler kommerzieller imaging-tools. command-line 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 incident-response static-investigations data-collection", + "name": "dcfldd", + "content": "dcfldd defense computer forensics lab dd erweitert das klassische dd um essenzielle forensische features. simultane hash-berechnung (md5, sha1, sha256) während des imaging spart zeit und garantiert integrität. status-output zeigt geschwindigkeit, verbleibende zeit und übertragene daten. split-on-the-fly für multi-volume-archives ohne zwischenspeicherung. pattern-wiping für sicheres löschen nach dod-standards. log-output dokumentiert jeden schritt für chain-of-custody. die verify-funktion prüft geschriebene daten sofort. besonders wertvoll: hashing einzelner blöcke für granulare integritätsprüfung, fortsetzen unterbrochener images, mehrere output-ziele gleichzeitig. die forensischen erweiterungen machen es zur ersten wahl für professionelle labore. syntax bleibt dd-kompatibel für einfachen umstieg. performance mit großen blockgrößen optimiert. die aktive entwicklung hält mit modernen anforderungen schritt. standard in vielen forensik-distributionen. command-line 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.0002942085266113281, - 0.03173828125, - 0.01800537109375, - -0.0095062255859375, - 0.043792724609375, - 0.039703369140625, - 0.004779815673828125, - 0.0115966796875, - 0.01456451416015625, - 0.015777587890625, - -0.0243072509765625, - 0.05194091796875, - 0.0009160041809082031, - -0.0127105712890625, - -0.039520263671875, - 0.030059814453125, - -0.0150299072265625, - -0.007793426513671875, - -0.0013799667358398438, - 0.01308441162109375, - -0.0093231201171875, - 0.000881195068359375, - -0.06048583984375, - 0.0103912353515625, - -0.0078887939453125, - -0.004894256591796875, - -0.03619384765625, - -0.08905029296875, - -0.004222869873046875, - 0.007843017578125, - -0.0178070068359375, - -0.02032470703125, - 0.0171661376953125, - 0.0367431640625, - -0.00171661376953125, - -0.0281982421875, - -0.0010499954223632812, - -0.043792724609375, - -0.01113128662109375, - 0.041015625, - -0.0269012451171875, - 0.005008697509765625, - 0.0270843505859375, - -0.02264404296875, - -0.0114593505859375, - -0.0244903564453125, - 0.016510009765625, - -0.047515869140625, - 0.0008525848388671875, - -0.04119873046875, - 0.0308074951171875, - 0.038421630859375, - 0.0185546875, - -0.0125274658203125, - -0.0460205078125, - 0.020416259765625, - 0.04656982421875, - -0.00890350341796875, + 0.002399444580078125, + 0.0101776123046875, + 0.031646728515625, + -0.0239410400390625, + 0.041534423828125, + 0.03521728515625, + 0.002437591552734375, + 0.002346038818359375, + -0.0088043212890625, + 0.01476287841796875, -0.033966064453125, - 0.049346923828125, - -0.037841796875, - -0.00024509429931640625, - -0.01335906982421875, - -0.025054931640625, - -0.0069580078125, - -0.00031304359436035156, - -0.0274658203125, - -0.0293121337890625, - 0.013824462890625, - 0.01837158203125, - 0.00960540771484375, - -0.01438140869140625, - -0.002285003662109375, - 0.018096923828125, - -0.0201263427734375, - -0.043792724609375, - 0.019012451171875, - 0.0269012451171875, - -0.0069122314453125, - -0.004058837890625, - -0.06756591796875, - 0.006725311279296875, - 0.018280029296875, - -0.01308441162109375, - -0.006633758544921875, - 0.013824462890625, - 0.0413818359375, - 0.00142669677734375, - -0.0011949539184570312, - -0.006725311279296875, - 0.01206207275390625, - -0.019012451171875, - 0.00965118408203125, - -0.025604248046875, - 0.03802490234375, - 0.048248291015625, - -0.005008697509765625, - 0.00142669677734375, - 0.0201263427734375, - 0.032470703125, - 0.022735595703125, - -0.020599365234375, - 0.05157470703125, - -0.003177642822265625, - 0.05975341796875, - -0.0181884765625, - 0.005031585693359375, - 0.030242919921875, - -0.02801513671875, - -0.019012451171875, - -0.07757568359375, - -0.0218963623046875, - -0.021148681640625, - -0.058624267578125, - -0.0016813278198242188, - -0.023193359375, - -0.02801513671875, - 0.04620361328125, - -0.03173828125, - -0.025054931640625, - 0.0010499954223632812, - 0.0150299072265625, - 0.0017747879028320312, - 0.0024585723876953125, - -0.053070068359375, - -0.04266357421875, - -0.004940032958984375, - 0.0024471282958984375, - -0.04193115234375, - -0.035797119140625, - -0.015869140625, - -0.0267181396484375, - -0.0274658203125, - -0.02783203125, - 0.00394439697265625, - -0.025787353515625, - 0.043243408203125, - 0.005611419677734375, - -0.0201263427734375, - -0.01428985595703125, - 0.035247802734375, - -0.034881591796875, - -0.052703857421875, - 0.025054931640625, - -0.01354217529296875, - -0.0020294189453125, - -0.0181884765625, - 0.033599853515625, - -0.034881591796875, - -0.0178070068359375, - 0.0175323486328125, - 0.0285797119140625, - 0.047119140625, - -0.01010894775390625, - 0.00853729248046875, - -0.03338623046875, - 0.0016813278198242188, - 0.006122589111328125, - 0.0311737060546875, - -0.0035724639892578125, - -0.025421142578125, - 0.018463134765625, - -0.00858306884765625, - 0.039520263671875, - -0.01099395751953125, - -0.047515869140625, - -0.03619384765625, - -0.006725311279296875, - 0.009002685546875, - 0.00396728515625, - 0.03338623046875, - -0.01354217529296875, - 0.057525634765625, - 0.07904052734375, - 0.023101806640625, - 0.016693115234375, - 0.0017862319946289062, - 0.018829345703125, - 0.0152130126953125, - 0.0285797119140625, - -0.0169830322265625, - -0.02764892578125, - 0.0265350341796875, - -0.007190704345703125, - 0.004291534423828125, - -0.0169830322265625, - -0.0128936767578125, - -0.0005102157592773438, - -0.041015625, - 0.04656982421875, - -0.0270843505859375, - 0.0003695487976074219, - 0.006679534912109375, - 0.0214385986328125, - -0.0092315673828125, - 0.053070068359375, - 0.025970458984375, - -0.0095062255859375, - 0.0406494140625, - -0.0000030994415283203125, - 0.0127105712890625, - -0.004547119140625, - 0.0033626556396484375, - 0.044158935546875, - 0.018463134765625, - -0.0013399124145507812, - -0.007099151611328125, - 0.05157470703125, - 0.038787841796875, - -0.04583740234375, - 0.0008115768432617188, - 0.02783203125, - 0.000980377197265625, - -0.035797119140625, - -0.044891357421875, - -0.01177978515625, - 0.0106658935546875, - -0.00531005859375, - -0.00457000732421875, - -0.025787353515625, - -0.01224517822265625, - -0.042877197265625, - 0.0221710205078125, - 0.0176239013671875, - -0.029876708984375, - 0.053802490234375, - 0.0125274658203125, - -0.0308074951171875, - -0.04974365234375, - 0.0224456787109375, - 0.02783203125, - 0.030426025390625, - -0.01605224609375, - 0.00867462158203125, - 0.0018901824951171875, - -0.0166015625, - 0.038421630859375, - 0.020599365234375, - 0.01206207275390625, - 0.00399017333984375, - -0.038604736328125, - 0.02783203125, - -0.02069091796875, - 0.029876708984375, - 0.006725311279296875, - -0.043975830078125, - 0.0007104873657226562, - 0.0205078125, - 0.0202178955078125, - 0.02032470703125, - -0.05194091796875, - -0.00890350341796875, - -0.0731201171875, - -0.00568389892578125, - -0.044525146484375, - -0.00524139404296875, - -0.05010986328125, - -0.03338623046875, - 0.07159423828125, - -0.025604248046875, - -0.0270843505859375, - 0.0079803466796875, - 0.0265350341796875, - -0.0285797119140625, - 0.03265380859375, - 0.0216217041015625, - -0.05047607421875, - 0.0270843505859375, - 0.07647705078125, - -0.0189208984375, - -0.005706787109375, - -0.035247802734375, - 0.01837158203125, - -0.0024127960205078125, - 0.03802490234375, - -0.036376953125, - -0.01117706298828125, - 0.0003769397735595703, - 0.016510009765625, - 0.005588531494140625, - -0.040069580078125, - -0.013916015625, - -0.010528564453125, - 0.030059814453125, - -0.0374755859375, - -0.007190704345703125, - 0.005451202392578125, - 0.01006317138671875, - -0.0267181396484375, - -0.07086181640625, - 0.0235595703125, - 0.039154052734375, - 0.013641357421875, - -0.0000019669532775878906, - 0.01206207275390625, - -0.043243408203125, - 0.00510406494140625, - -0.0007829666137695312, - -0.007701873779296875, - 0.0197601318359375, - 0.0283966064453125, - -0.020782470703125, - 0.0093231201171875, - -0.0002796649932861328, - 0.000858306884765625, - -0.0224456787109375, - -0.0328369140625, - -0.039886474609375, - -0.020965576171875, - -0.025604248046875, - -0.02801513671875, - -0.0038738250732421875, - -0.04156494140625, - 0.00572967529296875, - -0.007099151611328125, - -0.0083465576171875, - -0.0127105712890625, - -0.040069580078125, - 0.013824462890625, - -0.03173828125, - -0.057891845703125, - -0.0261688232421875, - 0.02801513671875, - -0.0166015625, - -0.0038509368896484375, - -0.01419830322265625, - 0.0001232624053955078, - -0.023101806640625, - -0.0021343231201171875, - -0.023101806640625, - 0.0467529296875, - 0.016693115234375, - 0.053070068359375, - 0.0421142578125, - 0.0281982421875, - 0.02301025390625, - 0.0552978515625, - 0.018463134765625, - -0.007843017578125, - -0.006076812744140625, - -0.01465606689453125, - 0.0328369140625, - 0.030426025390625, - -0.0291290283203125, - -0.0216217041015625, - 0.0093231201171875, - -0.0189208984375, - 0.0267181396484375, - 0.0309906005859375, - 0.02069091796875, - 0.01605224609375, - -0.05902099609375, - -0.0015659332275390625, - 0.0291290283203125, - 0.0151214599609375, - 0.08612060546875, - -0.0149383544921875, - -0.04119873046875, - 0.003757476806640625, - 0.029510498046875, - 0.0003712177276611328, - -0.005031585693359375, - 0.03619384765625, - -0.0016813278198242188, - -0.0004639625549316406, - 0.038970947265625, - 0.0193939208984375, - 0.0192108154296875, - 0.0150299072265625, - -0.00283050537109375, - 0.006866455078125, - 0.003803253173828125, - 0.00751495361328125, - 0.056793212890625, - 0.0261688232421875, - 0.018463134765625, - 0.024871826171875, - -0.0287628173828125, - -0.0178070068359375, - -0.021148681640625, - -0.06939697265625, - 0.005428314208984375, - 0.043426513671875, - 0.01081085205078125, - 0.034698486328125, - -0.01641845703125, - -0.0645751953125, - 0.0003769397735595703, - -0.05120849609375, - 0.07275390625, - 0.038787841796875, - 0.0034332275390625, - 0.025787353515625, - -0.004337310791015625, - 0.0192108154296875, - 0.038787841796875, - -0.006725311279296875, - 0.030059814453125, - 0.025970458984375, - 0.0237579345703125, - 0.0002275705337524414, - -0.037109375, - 0.036376953125, - 0.041748046875, - 0.018463134765625, - 0.009368896484375, - 0.0214385986328125, - -0.006679534912109375, - -0.00649261474609375, - -0.047119140625, - 0.0293121337890625, - 0.0265350341796875, - -0.0225372314453125, - 0.023651123046875, - 0.00591278076171875, - 0.007099151611328125, - -0.034698486328125, - -0.011505126953125, - 0.004940032958984375, - 0.004779815673828125, - 0.0311737060546875, - 0.0274658203125, - -0.05120849609375, - -0.005054473876953125, - 0.047882080078125, - -0.05084228515625, - 0.0189208984375, - 0.004985809326171875, - -0.03656005859375, - 0.03302001953125, - -0.0116424560546875, - -0.0823974609375, - -0.0045928955078125, - -0.025421142578125, - -0.056793212890625, - 0.0181884765625, - 0.056793212890625, - -0.06121826171875, - -0.0285797119140625, - -0.054168701171875, - -0.0223541259765625, - -0.0293121337890625, - -0.0287628173828125, - 0.0413818359375, - 0.0079803466796875, - -0.01605224609375, - 0.02764892578125, - 0.052337646484375, - 0.01345062255859375, - -0.0024242401123046875, - 0.0321044921875, - -0.020416259765625, - -0.072021484375, - 0.0308074951171875, - -0.003803253173828125, - -0.0185546875, - -0.0195770263671875, - -0.025054931640625, - -0.0079345703125, - 0.0102081298828125, - 0.01428985595703125, - 0.0116424560546875, - -0.06719970703125, - -0.034515380859375, - -0.0413818359375, - 0.0270843505859375, - -0.0091400146484375, - 0.0289459228515625, - 0.0235595703125, - -0.043609619140625, - 0.0221710205078125, - -0.049346923828125, - -0.052703857421875, - 0.010345458984375, - -0.0032939910888671875, - -0.030059814453125, - 0.0653076171875, - -0.05120849609375, - 0.01206207275390625, - -0.034332275390625, - 0.03765869140625, - 0.0166015625, - -0.013641357421875, - -0.0289459228515625, - 0.03192138671875, - 0.0313720703125, - -0.03692626953125, - -0.025421142578125, - -0.0413818359375, - -0.0038967132568359375, - 0.03692626953125, - -0.04547119140625, - -0.0169830322265625, - -0.009368896484375, - -0.07049560546875, - -0.05084228515625, - -0.005611419677734375, - -0.03302001953125, - -0.0243072509765625, - 0.01113128662109375, - 0.0545654296875, - 0.006168365478515625, - 0.02264404296875, - 0.01558685302734375, - 0.01233673095703125, - 0.0270843505859375, - -0.0175323486328125, - 0.002040863037109375, - 0.018463134765625, - -0.0556640625, - -0.049346923828125, - -0.016326904296875, - 0.053802490234375, - -0.029510498046875, - -0.0237579345703125, - 0.01006317138671875, - -0.0289459228515625, - 0.030059814453125, - -0.045074462890625, - 0.0016698837280273438, - -0.0263519287109375, - -0.01558685302734375, - -0.04693603515625, - -0.034881591796875, - 0.0115509033203125, - 0.0018787384033203125, - -0.013641357421875, - 0.0104827880859375, - 0.0176239013671875, - -0.04119873046875, - 0.056793212890625, - 0.0149383544921875, - 0.006587982177734375, - -0.006866455078125, - 0.005359649658203125, - 0.0035495758056640625, - 0.0093231201171875, - 0.03302001953125, - -0.01419830322265625, - -0.0094146728515625, - -0.06793212890625, - 0.025787353515625, - -0.0166015625, - -0.0021457672119140625, - -0.0095062255859375, - -0.0289459228515625, - -0.06939697265625, - 0.0237579345703125, - 0.0293121337890625, - 0.01103973388671875, - 0.001728057861328125, - -0.0269012451171875, - -0.00881195068359375, - -0.0217132568359375, - -0.01326751708984375, - 0.037841796875, - -0.0192108154296875, - 0.03692626953125, - 0.004199981689453125, - -0.038238525390625, - 0.030609130859375, - 0.0208740234375, - 0.0012464523315429688, - 0.0151214599609375, - -0.007793426513671875, - -0.044708251953125, - 0.015869140625, - -0.02783203125, - -0.03692626953125, - -0.006587982177734375, - -0.023193359375, - 0.0116424560546875, - -0.0281982421875, - -0.018096923828125, - 0.040252685546875, - 0.0128021240234375, - 0.04119873046875, - 0.0019254684448242188, - -0.0147552490234375, - 0.0081634521484375, - -0.0082550048828125, - 0.072021484375, - -0.03265380859375, - -0.0374755859375, - 0.01438140869140625, - -0.0081634521484375, - 0.043060302734375, - 0.04248046875, - 0.0013914108276367188, - -0.0228271484375, - -0.01141357421875, - 0.045654296875, - -0.037841796875, - -0.0267181396484375, - -0.0222625732421875, - 0.0200347900390625, - 0.0113677978515625, - 0.056793212890625, - 0.0191192626953125, - 0.06121826171875, - -0.0006089210510253906, - 0.003246307373046875, - 0.040435791015625, - 0.05010986328125, - 0.038604736328125, - -0.022918701171875, - -0.047882080078125, - -0.0004813671112060547, - 0.018646240234375, - -0.03228759765625, - -0.045074462890625, - 0.00412750244140625, - 0.047119140625, - -0.0552978515625, - -0.0191192626953125, - 0.00876617431640625, - -0.018646240234375, - 0.0171661376953125, - 0.034698486328125, - 0.0018558502197265625, - 0.03192138671875, - -0.030609130859375, - -0.045654296875, - -0.0189208984375, - -0.02337646484375, - 0.034332275390625, - 0.06085205078125, - 0.03765869140625, - 0.0082550048828125, - 0.039520263671875, - 0.0045013427734375, - 0.0117340087890625, - 0.0413818359375, - 0.029693603515625, - 0.01447296142578125, - 0.034881591796875, - 0.030426025390625, - 0.054168701171875, - -0.030242919921875, - -0.01549530029296875, - 0.0191192626953125, - 0.0261688232421875, - 0.06121826171875, - 0.07086181640625, - 0.004779815673828125, - 0.013916015625, - -0.01001739501953125, - -0.03338623046875, - -0.02032470703125, - 0.006866455078125, - 0.001983642578125, - -0.048614501953125, - -0.018463134765625, - 0.0020294189453125, - -0.030609130859375, - 0.053802490234375, - 0.029510498046875, - -0.0285797119140625, - -0.00640106201171875, - 0.0178985595703125, - 0.00635528564453125, - -0.0421142578125, - 0.007144927978515625, - -0.02801513671875, - -0.01224517822265625, - -0.04193115234375, - -0.006122589111328125, - 0.0217132568359375, - -0.03729248046875, - -0.0631103515625, - -0.034332275390625, - 0.038238525390625, - -0.01103973388671875, - -0.0241241455078125, - -0.0421142578125, - -0.003154754638671875, - -0.018646240234375, - -0.047882080078125, - -0.035064697265625, - 0.0015659332275390625, - 0.00988006591796875, - -0.0225372314453125, - 0.025970458984375, - -0.0218963623046875, - -0.034881591796875, - -0.0197601318359375, - -0.0125274658203125, - -0.034698486328125, - 0.04193115234375, - -0.044891357421875, - 0.048248291015625, - 0.0289459228515625, - 0.016693115234375, - 0.0360107421875, - 0.061614990234375, - -0.02801513671875, - 0.0036411285400390625, - -0.0167999267578125, - -0.062744140625, - 0.022918701171875, - -0.00635528564453125, - 0.005451202392578125, - -0.062744140625, - 0.002643585205078125, - 0.025970458984375, - -0.061981201171875, - 0.02801513671875, - -0.0151214599609375, - -0.0019254684448242188, - -0.03155517578125, - -0.0080718994140625, - 0.0003247261047363281, - 0.0009565353393554688, - 0.08758544921875, - 0.0069580078125, - -0.0198516845703125, - -0.030609130859375, - -0.018096923828125, - 0.04974365234375, - 0.02728271484375, - 0.040435791015625, - -0.039703369140625, - 0.029510498046875, - 0.00470733642578125, - -0.0289459228515625, - 0.01001739501953125, - -0.07867431640625, - 0.0172576904296875, - 0.04193115234375, + 0.04449462890625, + 0.0095977783203125, + -0.0076446533203125, + -0.05780029296875, + 0.05230712890625, + -0.01291656494140625, + -0.00780487060546875, + 0.01824951171875, + 0.012969970703125, + -0.02203369140625, + -0.0017271041870117188, + -0.059478759765625, 0.0115966796875, - -0.040252685546875, - -0.03265380859375, - -0.033599853515625, - -0.01456451416015625, - -0.05194091796875, - 0.039337158203125, - 0.0185546875, - -0.0006842613220214844, - -0.044891357421875, - 0.0018444061279296875, - -0.0147552490234375, - -0.05084228515625, - -0.032470703125, - -0.056793212890625, - 0.03173828125, - 0.004940032958984375, - -0.045654296875, - 0.044158935546875, - 0.0095062255859375, - -0.008026123046875, - 0.00867462158203125, - 0.040435791015625, - -0.032470703125, - -0.00872039794921875, - -0.018280029296875, - 0.04229736328125, - -0.0009860992431640625, - 0.00396728515625, - -0.0010957717895507812, - 0.005031585693359375, - 0.039520263671875, - -0.01540374755859375, - 0.07122802734375, - 0.01113128662109375, - -0.010162353515625, - -0.054168701171875, - -0.022918701171875, - -0.00830078125, - 0.0241241455078125, - -0.0189208984375, - 0.05194091796875, - 0.0195770263671875, - -0.005542755126953125, - -0.109130859375, - 0.06121826171875, - -0.030242919921875, - 0.039337158203125, - 0.01438140869140625, - 0.00858306884765625, - -0.039337158203125, - -0.034515380859375, - -0.0115966796875, - 0.0360107421875, - -0.010162353515625, - 0.029876708984375, - -0.0005826950073242188, - 0.0010204315185546875, - 0.0009450912475585938, - -0.044158935546875, - 0.0127105712890625, - 0.0560302734375, - 0.022735595703125, - -0.0128936767578125, - 0.04156494140625, - -0.0291290283203125, - 0.0173492431640625, - 0.004360198974609375, - -0.0019369125366210938, - 0.0285797119140625, - 0.00890350341796875, - -0.0269012451171875, - -0.01094818115234375, - 0.0170745849609375, - 0.044708251953125, - 0.002956390380859375, - 0.0167999267578125, - -0.0225372314453125, - 0.01094818115234375, - -0.0035247802734375, - -0.0173492431640625, - 0.01177978515625, - -0.007793426513671875, - -0.00417327880859375, - -0.0291290283203125, - -0.06719970703125, - -0.0931396484375, - -0.0010671615600585938, - -0.02301025390625, - -0.033599853515625, - -0.0002608299255371094, - 0.0309906005859375, - 0.0082550048828125, - -0.02337646484375, - 0.0222625732421875, - 0.00635528564453125, - -0.01326751708984375, - -0.0285797119140625, - 0.030426025390625, - -0.039520263671875, - 0.03656005859375, - -0.0018901824951171875, - -0.057159423828125, - 0.040435791015625, - -0.00577545166015625, - 0.0225372314453125, - -0.00862884521484375, - -0.00347900390625, - -0.0285797119140625, - 0.0241241455078125, - -0.06976318359375, - -0.003688812255859375, - 0.0191192626953125, - 0.034881591796875, - 0.01641845703125, - -0.05047607421875, - 0.037109375, - -0.00582122802734375, - -0.047882080078125, - 0.02801513671875, - -0.035797119140625, - -0.0311737060546875, - 0.01099395751953125, - -0.00894927978515625, - 0.00018334388732910156, - 0.01335906982421875, - 0.01873779296875, - 0.04119873046875, - 0.04229736328125, - -0.01043701171875, - -0.038604736328125, - -0.00742340087890625, - -0.0175323486328125, - -0.006633758544921875, - 0.0285797119140625, - 0.030059814453125, - -0.004638671875, - -0.004199981689453125, - -0.005706787109375, - -0.109130859375, - -0.0126190185546875, - -0.038238525390625, - -0.03302001953125, - -0.00992584228515625, - 0.09423828125, - 0.04656982421875, - 0.0102081298828125, - 0.00765228271484375, - 0.08648681640625, - 0.003780364990234375, - 0.00287628173828125, - 0.0014495849609375, - -0.057891845703125, - -0.01224517822265625, - -0.007328033447265625, - 0.003780364990234375, - -0.0660400390625, - 0.030059814453125, - 0.0660400390625, - -0.025787353515625, - -0.0034332275390625, - -0.007282257080078125, - -0.0005826950073242188, - 0.0199432373046875, - 0.029876708984375, - 0.00881195068359375, - -0.061981201171875, - 0.006168365478515625, - 0.022735595703125, - -0.0046844482421875, - 0.007328033447265625, - 0.0005478858947753906, - -0.0169830322265625, - 0.048980712890625, - -0.0638427734375, - -0.029876708984375, - 0.00872039794921875, - 0.08203125, - 0.0095062255859375, - -0.043975830078125, - -0.0460205078125, - 0.06939697265625, - 0.024871826171875, - -0.0068206787109375, - 0.016510009765625, - -0.00965118408203125, - -0.033966064453125, - 0.0287628173828125, - 0.06085205078125, - -0.0150299072265625, - 0.03302001953125, - 0.00955963134765625, - -0.056793212890625, - 0.02728271484375, - -0.047882080078125, - 0.0197601318359375, - -0.00765228271484375, - -0.041015625, - -0.018646240234375, - -0.07086181640625, - 0.043060302734375, - 0.02301025390625, - 0.021331787109375, - 0.048248291015625, - 0.009002685546875, - 0.00021457672119140625, - -0.00751495361328125, - 0.045074462890625, - 0.03729248046875, - 0.0269012451171875, - -0.01113128662109375, - -0.00760650634765625, - 0.0102996826171875, - 0.00988006591796875, - -0.034332275390625, - 0.0267181396484375, - -0.0265350341796875, - 0.010528564453125, - -0.054168701171875, - 0.0106658935546875, - 0.00345611572265625, - -0.0467529296875, - -0.004199981689453125, - -0.025421142578125, - 0.01568603515625, - -0.015960693359375, - -0.035430908203125, - 0.0095062255859375, + -0.0020961761474609375, + 0.0007710456848144531, + -0.0253143310546875, + -0.08941650390625, + -0.0240478515625, + 0.01096343994140625, + -0.00780487060546875, + -0.0027942657470703125, + 0.0153961181640625, 0.035430908203125, - 0.003757476806640625, - 0.0129852294921875, - 0.018646240234375, - -0.0094146728515625, - 0.0024814605712890625, - -0.05902099609375, - 0.0753173828125, - 0.0202178955078125, - 0.01373291015625, - -0.0082550048828125, - 0.020416259765625, - -0.002262115478515625, - 0.00765228271484375, - 0.062347412109375, - 0.00992584228515625, - -0.0638427734375, - 0.041748046875, - 0.04193115234375, - 0.03155517578125, - -0.040435791015625, - 0.0178070068359375, - 0.019012451171875, - -0.0308074951171875, - 0.0308074951171875, - 0.0239410400390625, - 0.0199432373046875, - 0.0178985595703125, - 0.01419830322265625, - -0.0265350341796875, - -0.04583740234375, - 0.040435791015625, - 0.00200653076171875, - 0.0265350341796875, - 0.0556640625, - -0.0237579345703125, - 0.047882080078125, - -0.0009975433349609375, - 0.04266357421875, - -0.03302001953125, - 0.0545654296875, + 0.0014495849609375, + -0.0233001708984375, + -0.01023101806640625, + -0.03753662109375, + -0.01497650146484375, + 0.040496826171875, + -0.0341796875, + 0.01012420654296875, + 0.01255035400390625, + -0.017822265625, + -0.019195556640625, + -0.035430908203125, + 0.01255035400390625, + -0.019500732421875, + 0.0124969482421875, + -0.039215087890625, + 0.0221405029296875, + 0.0290985107421875, + 0.0049285888671875, + -0.0021610260009765625, + -0.049774169921875, + 0.035858154296875, + 0.03375244140625, + -0.023406982421875, + -0.039215087890625, + 0.06622314453125, + -0.043853759765625, + -0.006221771240234375, + -0.0042724609375, + -0.0264739990234375, + -0.006908416748046875, + 0.0103302001953125, + -0.030364990234375, + -0.0163421630859375, + 0.01186370849609375, + 0.0301513671875, + 0.004901885986328125, + -0.0200347900390625, + -0.002544403076171875, + 0.040283203125, + -0.0090179443359375, + -0.04364013671875, + 0.0140228271484375, + 0.0347900390625, + -0.0007414817810058594, + 0.005008697509765625, + -0.050628662109375, + 0.0242462158203125, + 0.0242462158203125, + -0.039642333984375, + -0.0248870849609375, + 0.0233001708984375, + 0.02056884765625, + 0.0024776458740234375, + -0.00980377197265625, + -0.000014543533325195312, + 0.01476287841796875, + -0.01739501953125, + 0.0221405029296875, + -0.02288818359375, + 0.03057861328125, + 0.048492431640625, + 0.00965118408203125, + 0.0151824951171875, + 0.017181396484375, + 0.043853759765625, + 0.041961669921875, + -0.0295257568359375, + 0.043243408203125, + 0.0064849853515625, + 0.058197021484375, + -0.0172882080078125, + 0.007488250732421875, + 0.0041656494140625, + -0.0272064208984375, + -0.0128631591796875, + -0.0733642578125, + -0.04345703125, + -0.0264739990234375, + -0.07171630859375, + -0.0036373138427734375, + -0.01497650146484375, + 0.0023193359375, + 0.053558349609375, + -0.023406982421875, + -0.0169830322265625, + 0.01265716552734375, + 0.028900146484375, + 0.00411224365234375, + 0.0144500732421875, + -0.04217529296875, + -0.0426025390625, + 0.0059051513671875, + 0.00213623046875, + -0.051239013671875, + -0.031219482421875, + -0.0023059844970703125, + -0.0209808349609375, + -0.01059722900390625, + -0.0140228271484375, + -0.0045623779296875, + -0.023834228515625, + 0.039215087890625, + -0.0080108642578125, + -0.0260467529296875, + -0.0010213851928710938, + 0.03204345703125, + -0.040496826171875, + -0.06915283203125, + 0.0276336669921875, + -0.0235137939453125, + -0.02783203125, + -0.0247802734375, + 0.0202484130859375, + -0.028045654296875, + -0.044921875, + 0.01038360595703125, + 0.02520751953125, + 0.050628662109375, + -0.0008172988891601562, + 0.01149749755859375, + -0.03204345703125, + -0.004192352294921875, + -0.0097503662109375, + 0.0184478759765625, + 0.001575469970703125, + -0.043853759765625, + 0.02362060546875, + -0.019195556640625, + 0.035430908203125, + -0.01244354248046875, + -0.0341796875, + -0.0241546630859375, + 0.021087646484375, + 0.008331298828125, + 0.00811767578125, + 0.0295257568359375, + -0.0201416015625, + 0.052093505859375, + 0.07843017578125, + 0.0211944580078125, + 0.02783203125, + 0.0010547637939453125, + 0.0115966796875, + 0.0394287109375, + 0.01476287841796875, + -0.03521728515625, + -0.0295257568359375, + 0.035003662109375, + -0.0026226043701171875, + 0.00875091552734375, + -0.023834228515625, + -0.0214080810546875, + 0.0272064208984375, + -0.0487060546875, + 0.03753662109375, + -0.0221405029296875, + -0.002056121826171875, + -0.0142364501953125, + 0.041961669921875, + -0.0036907196044921875, + 0.063720703125, + 0.03753662109375, + -0.01244354248046875, + 0.051666259765625, + -0.0194091796875, + -0.00421905517578125, + 0.006038665771484375, + -0.0008897781372070312, + 0.053131103515625, + 0.02825927734375, + 0.011444091796875, + -0.002544403076171875, + 0.033966064453125, + 0.036895751953125, + -0.040496826171875, + -0.021820068359375, + 0.030792236328125, + -0.0163421630859375, + -0.059051513671875, + -0.043853759765625, + -0.0227813720703125, + 0.0111236572265625, + -0.0227813720703125, + 0.00304412841796875, + -0.0186614990234375, + 0.006378173828125, + -0.0341796875, + 0.00701141357421875, + 0.01476287841796875, + -0.004825592041015625, + 0.033966064453125, + 0.006511688232421875, + -0.0293121337890625, + -0.059478759765625, + 0.0440673828125, + 0.00954437255859375, + 0.020660400390625, + -0.0130767822265625, + 0.006641387939453125, + 0.002925872802734375, + -0.0163421630859375, + 0.059478759765625, + 0.01096343994140625, + 0.0244598388671875, + -0.0103302001953125, + -0.014129638671875, + 0.043853759765625, + -0.028045654296875, + 0.033111572265625, + 0.01023101806640625, + -0.033538818359375, + 0.0186614990234375, + 0.01476287841796875, + 0.021087646484375, + 0.042388916015625, + -0.059906005859375, + -0.0019779205322265625, + -0.08563232421875, + 0.00545501708984375, + -0.06201171875, + -0.016876220703125, + -0.047454833984375, + -0.04681396484375, + 0.042816162109375, + -0.0295257568359375, + -0.040069580078125, + -0.00516510009765625, + 0.0253143310546875, + -0.0043487548828125, + 0.032470703125, + 0.00011861324310302734, + -0.04449462890625, + 0.0295257568359375, + 0.09027099609375, + -0.0036907196044921875, + 0.00026702880859375, + -0.03143310546875, + 0.030792236328125, + -0.021820068359375, + 0.038818359375, + -0.0293121337890625, + -0.01338958740234375, + 0.004718780517578125, + 0.0198211669921875, + 0.0151824951171875, + -0.0274200439453125, + 0.001964569091796875, + -0.006565093994140625, + 0.045562744140625, + -0.030792236328125, + 0.0007843971252441406, + -0.0012722015380859375, + 0.01291656494140625, + -0.0333251953125, + -0.068359375, + 0.0235137939453125, + 0.0297393798828125, + -0.0025043487548828125, + -0.0014562606811523438, + 0.00672149658203125, + -0.0333251953125, + 0.0007481575012207031, + 0.0091705322265625, + -0.01001739501953125, + 0.023193359375, + 0.0341796875, + -0.035003662109375, + -0.00025534629821777344, + -0.0032958984375, + 0.01486968994140625, + -0.05694580078125, + -0.04071044921875, + -0.0299530029296875, + -0.0253143310546875, + -0.04534912109375, + -0.028472900390625, + 0.0080108642578125, + -0.03204345703125, + -0.0030574798583984375, + -0.01070404052734375, + -0.00012683868408203125, + -0.025726318359375, + -0.017822265625, + 0.0194091796875, + -0.0246734619140625, + -0.044281005859375, + -0.01360321044921875, + 0.035430908203125, + 0.0084381103515625, + 0.0013580322265625, + -0.0010080337524414062, + 0.0055084228515625, + -0.0109100341796875, + 0.00759124755859375, + -0.00970458984375, + 0.046173095703125, + 0.0090179443359375, + 0.049560546875, + 0.0209808349609375, + 0.038177490234375, + 0.00347900390625, + 0.058624267578125, + 0.0193023681640625, + -0.013916015625, + -0.0188751220703125, + -0.0216217041015625, + 0.00811767578125, + 0.0333251953125, + -0.0177154541015625, + -0.018768310546875, + 0.01186370849609375, + -0.0163421630859375, + 0.009857177734375, + 0.026153564453125, + 0.016021728515625, + 0.0318603515625, + -0.036285400390625, + 0.01096343994140625, + 0.037109375, + 0.0156097412109375, + 0.09490966796875, + -0.0028076171875, + -0.028472900390625, + 0.00672149658203125, + 0.0225677490234375, + -0.00864410400390625, + -0.023193359375, + 0.0251007080078125, + 0.0169830322265625, + -0.002292633056640625, + 0.0216217041015625, + 0.0264739990234375, + 0.01381683349609375, + -0.005748748779296875, + -0.0099639892578125, + 0.0229949951171875, + -0.0099639892578125, + -0.003849029541015625, + 0.046600341796875, + 0.0269927978515625, + 0.02520751953125, + 0.032684326171875, + -0.030364990234375, + -0.021728515625, + -0.03143310546875, + -0.063720703125, + 0.0027942657470703125, + 0.055267333984375, + 0.01898193359375, + 0.052520751953125, + -0.019195556640625, + -0.053985595703125, + 0.0204620361328125, + -0.042816162109375, + 0.057373046875, + 0.028900146484375, + 0.019500732421875, + 0.03204345703125, + 0.01186370849609375, + 0.0085906982421875, + 0.0299530029296875, + 0.01593017578125, + 0.0297393798828125, + 0.019927978515625, + 0.03564453125, + 0.0042724609375, + -0.048919677734375, + 0.0140228271484375, + 0.037750244140625, + 0.0241546630859375, + 0.01708984375, + 0.022674560546875, + 0.002399444580078125, + 0.004638671875, + -0.0297393798828125, + 0.04132080078125, + 0.02435302734375, + -0.0019378662109375, + 0.0254058837890625, + -0.0216217041015625, + 0.0111236572265625, + -0.0487060546875, + -0.001377105712890625, + 0.0049285888671875, + 0.0088043212890625, + 0.0297393798828125, + 0.024566650390625, + -0.05145263671875, + -0.0162353515625, + 0.033538818359375, + -0.05694580078125, + 0.02667236328125, + 0.01117706298828125, + -0.046173095703125, + 0.0230865478515625, + -0.00927734375, + -0.06793212890625, + 0.004058837890625, + -0.033538818359375, + -0.021820068359375, + 0.0101776123046875, + 0.052947998046875, + -0.050811767578125, + -0.031646728515625, + -0.0394287109375, + -0.01739501953125, + -0.0221405029296875, + -0.0299530029296875, + 0.0297393798828125, + 0.0057220458984375, + -0.002716064453125, + 0.0269927978515625, + 0.063720703125, + -0.003124237060546875, + 0.001911163330078125, + 0.053131103515625, + -0.01123046875, + -0.053985595703125, + 0.041961669921875, + 0.01507568359375, + 0.00016641616821289062, + -0.0225677490234375, + -0.01371002197265625, + -0.006061553955078125, + 0.0090179443359375, + 0.00864410400390625, + 0.01486968994140625, + -0.051666259765625, + -0.048095703125, + -0.037750244140625, + 0.0233001708984375, + 0.003902435302734375, + 0.0290985107421875, + 0.0117034912109375, + -0.04132080078125, + 0.01001739501953125, + -0.046173095703125, + -0.057373046875, + 0.0188751220703125, + 0.0035858154296875, + -0.0237274169921875, + 0.07421875, + -0.032257080078125, + 0.0233001708984375, + -0.01824951171875, + 0.03607177734375, + 0.0184478759765625, + -0.01043701171875, + -0.04132080078125, + 0.035003662109375, + 0.03985595703125, + -0.0565185546875, + -0.0263671875, + -0.040283203125, + -0.009124755859375, + 0.0487060546875, + -0.06536865234375, + -0.013916015625, + -0.005115509033203125, + -0.059906005859375, + -0.040924072265625, + -0.0272064208984375, + -0.01328277587890625, + -0.0364990234375, + 0.03839111328125, + 0.0504150390625, + -0.004322052001953125, + 0.0269927978515625, + 0.011810302734375, + 0.00806427001953125, + 0.02203369140625, + 0.0011272430419921875, + -0.008697509765625, + 0.037750244140625, + -0.059478759765625, + -0.040283203125, + -0.0186614990234375, + 0.04132080078125, + -0.035003662109375, + -0.016876220703125, + 0.00347900390625, + -0.0379638671875, + 0.02783203125, + -0.054412841796875, + 0.006855010986328125, + -0.0230865478515625, + -0.0190887451171875, + -0.045562744140625, + -0.0193023681640625, + 0.00556182861328125, + 0.0194091796875, + -0.01360321044921875, + -0.00537872314453125, + 0.0155029296875, + -0.05145263671875, + 0.051239013671875, + 0.00965118408203125, + 0.005481719970703125, + -0.00556182861328125, + -0.01434326171875, + 0.006061553955078125, + 0.0153961181640625, + 0.0293121337890625, + -0.022247314453125, + -0.01280975341796875, + -0.059478759765625, + 0.024566650390625, + -0.00411224365234375, + -0.0036640167236328125, + -0.006801605224609375, + -0.0333251953125, + -0.07257080078125, + -0.0006852149963378906, + 0.026153564453125, + 0.011016845703125, + 0.002147674560546875, + -0.019195556640625, + -0.00025534629821777344, + -0.01222991943359375, + -0.019927978515625, + 0.054840087890625, + -0.0169830322265625, + 0.019500732421875, + 0.024566650390625, + -0.0265655517578125, + 0.026885986328125, + 0.01128387451171875, + 0.0043487548828125, + 0.0204620361328125, + -0.00237274169921875, + -0.0293121337890625, + 0.0097503662109375, + -0.012176513671875, + -0.035003662109375, + -0.0097503662109375, + -0.0269927978515625, + 0.0144500732421875, + -0.0227813720703125, + -0.01349639892578125, + 0.03668212890625, + 0.02288818359375, + 0.030364990234375, + -0.01049041748046875, + -0.0034008026123046875, + 0.020660400390625, + -0.00927734375, + 0.06201171875, -0.01197052001953125, - 0.0189208984375, - 0.003734588623046875, - -0.006122589111328125, - -0.0199432373046875, - 0.002864837646484375, - -0.00974273681640625, - 0.084228515625, - 0.030426025390625, - -0.0170745849609375, - -0.047119140625, - -0.0147552490234375, - -0.021148681640625, - -0.0170745849609375, - 0.030609130859375, - -0.05047607421875, - -0.033203125, + -0.0411376953125, + 0.0161285400390625, + -0.01454925537109375, + 0.045562744140625, + 0.0394287109375, + -0.00838470458984375, + -0.0109100341796875, + -0.01898193359375, + 0.0394287109375, + -0.0208740234375, + -0.03375244140625, + -0.023406982421875, + 0.0109100341796875, + 0.0223541259765625, + 0.04071044921875, + -0.0012254714965820312, + 0.0687255859375, + -0.0021610260009765625, + 0.0295257568359375, + 0.059906005859375, + 0.058624267578125, + 0.037750244140625, + -0.021820068359375, + -0.068359375, + 0.01149749755859375, + 0.00759124755859375, + -0.04132080078125, + -0.050811767578125, + -0.0027942657470703125, + 0.07421875, + -0.042388916015625, + -0.0208740234375, + 0.004638671875, + -0.0177154541015625, + 0.023406982421875, + 0.0247802734375, + -0.01708984375, + 0.016021728515625, + 0.0015687942504882812, + -0.03289794921875, + -0.0165557861328125, + -0.014129638671875, + 0.00991058349609375, + 0.050811767578125, + 0.0565185546875, + -0.00382232666015625, + 0.031219482421875, + 0.00875091552734375, + 0.0209808349609375, + 0.0301513671875, + 0.01465606689453125, + 0.021728515625, + 0.0258331298828125, + 0.04534912109375, + 0.037109375, + 0.00907135009765625, + -0.0151824951171875, + 0.0208740234375, + 0.0333251953125, + 0.031005859375, + 0.060302734375, + 0.0221405029296875, + -0.00838470458984375, + -0.006855010986328125, + -0.0556640625, + -0.0130767822265625, + 0.00980377197265625, + 0.010650634765625, + -0.051239013671875, + -0.0235137939453125, + 0.010650634765625, + -0.035430908203125, + 0.057373046875, + 0.026885986328125, + -0.01465606689453125, + -0.0031375885009765625, + 0.0267791748046875, + 0.000606536865234375, + -0.032684326171875, + -0.006038665771484375, + -0.0299530029296875, + -0.03057861328125, + -0.042388916015625, + -0.028900146484375, + 0.024993896484375, + -0.03668212890625, + -0.04913330078125, + -0.037109375, + 0.03436279296875, + -0.0015354156494140625, + -0.0299530029296875, + -0.023406982421875, + -0.01898193359375, + -0.0158233642578125, + -0.042388916015625, + -0.043853759765625, + -0.01043701171875, + 0.01454925537109375, + -0.0286865234375, + 0.0216217041015625, + -0.01202392578125, + -0.034576416015625, + -0.0216217041015625, + -0.0207672119140625, + -0.0253143310546875, + 0.0293121337890625, + -0.035003662109375, + 0.04217529296875, + -0.00150299072265625, + 0.0167694091796875, + 0.03289794921875, + 0.06201171875, + -0.0229949951171875, + 0.005115509033203125, + -0.0221405029296875, + -0.04071044921875, + 0.02593994140625, + -0.00545501708984375, + 0.0167694091796875, + -0.054412841796875, + -0.01038360595703125, + 0.0440673828125, + -0.0611572265625, + 0.03143310546875, + -0.0030574798583984375, + -0.02130126953125, + -0.052734375, + -0.015289306640625, + 0.005588531494140625, + 0.00875091552734375, + 0.09490966796875, + 0.017608642578125, + -0.0037441253662109375, + -0.0175018310546875, + -0.0295257568359375, + 0.05145263671875, + 0.03375244140625, + 0.0472412109375, + -0.04364013671875, + 0.0230865478515625, + 0.0103302001953125, + -0.0255126953125, + 0.0124969482421875, + -0.069580078125, + 0.0103302001953125, + 0.04071044921875, + 0.0185546875, + -0.032684326171875, + -0.030364990234375, + -0.04071044921875, + -0.01275634765625, + -0.054412841796875, + 0.0202484130859375, + -0.00479888916015625, + -0.0019245147705078125, + -0.037109375, + -0.006748199462890625, + 0.00759124755859375, + -0.043243408203125, + -0.044708251953125, + -0.0533447265625, + 0.050628662109375, + -0.005695343017578125, + -0.0611572265625, + 0.04217529296875, + 0.01476287841796875, + 0.003795623779296875, + 0.01107025146484375, + 0.048492431640625, + -0.04766845703125, + 0.0193023681640625, + -0.01255035400390625, + 0.03057861328125, + 0.00806427001953125, + 0.0184478759765625, + 0.0011005401611328125, + 0.0258331298828125, + 0.03753662109375, + -0.0156097412109375, + 0.048492431640625, + 0.0082244873046875, + -0.0297393798828125, + -0.047454833984375, + -0.042388916015625, + -0.0165557861328125, + 0.03753662109375, + -0.02203369140625, + 0.059478759765625, + 0.01244354248046875, + -0.006908416748046875, + -0.1121826171875, + 0.054412841796875, + -0.044921875, + 0.04132080078125, + 0.021820068359375, + 0.003902435302734375, + -0.048919677734375, + -0.0267791748046875, + -0.0158233642578125, + 0.04345703125, + -0.0186614990234375, + 0.048919677734375, + 0.006748199462890625, + -0.004375457763671875, + -0.002227783203125, + -0.050811767578125, + -0.0045623779296875, + 0.054840087890625, + 0.00933074951171875, + -0.005985260009765625, + 0.047027587890625, + -0.0276336669921875, + 0.019500732421875, + -0.00021588802337646484, + -0.0010080337524414062, + 0.012603759765625, + 0.0030059814453125, + -0.0175018310546875, + -0.00875091552734375, + 0.021728515625, + 0.0518798828125, + -0.0109100341796875, + 0.00722503662109375, + -0.002727508544921875, + 0.0200347900390625, + -0.00759124755859375, + -0.0286865234375, + 0.007488250732421875, + 0.0036640167236328125, + -0.01007080078125, + -0.018768310546875, + -0.069580078125, + -0.09320068359375, + 0.0172882080078125, + -0.031005859375, + -0.018035888671875, + 0.0262603759765625, + 0.037750244140625, + 0.01270294189453125, + -0.01222991943359375, + 0.0032958984375, + -0.013916015625, + -0.013336181640625, + -0.054412841796875, + 0.0318603515625, + -0.01139068603515625, + 0.044921875, + 0.0007314682006835938, + -0.03607177734375, + 0.0364990234375, + -0.017822265625, + 0.00411224365234375, + -0.01349639892578125, + -0.0013179779052734375, + -0.0240478515625, + 0.0269927978515625, + -0.0657958984375, + -0.016448974609375, + 0.0202484130859375, + 0.03436279296875, + 0.0175018310546875, + -0.050628662109375, 0.040069580078125, - 0.048980712890625, - 0.061614990234375, - -0.0153045654296875, - 0.039154052734375, - -0.0035953521728515625, - -0.00965118408203125, - 0.0018320083618164062, - -0.0194854736328125 + -0.0172882080078125, + -0.058624267578125, + 0.026153564453125, + -0.023406982421875, + -0.030364990234375, + 0.023193359375, + -0.02783203125, + 0.01265716552734375, + -0.005115509033203125, + 0.0457763671875, + 0.041961669921875, + 0.039215087890625, + -0.0027675628662109375, + -0.0286865234375, + -0.01049041748046875, + -0.00545501708984375, + 0.0037689208984375, + 0.032257080078125, + 0.016021728515625, + 0.002437591552734375, + 0.00885772705078125, + -0.00028014183044433594, + -0.0999755859375, + -0.028900146484375, + -0.0379638671875, + -0.046600341796875, + 0.00922393798828125, + 0.10418701171875, + 0.021820068359375, + 0.01239013671875, + 0.0155029296875, + 0.07379150390625, + 0.01302337646484375, + 0.024993896484375, + -0.009124755859375, + -0.043243408203125, + -0.01123046875, + -0.01165008544921875, + 0.0144500732421875, + -0.04534912109375, + 0.02783203125, + 0.050628662109375, + -0.022247314453125, + -0.005218505859375, + -0.0108642578125, + 0.00817108154296875, + 0.0286865234375, + 0.048492431640625, + 0.0186614990234375, + -0.0565185546875, + 0.018341064453125, + 0.0124969482421875, + -0.01302337646484375, + 0.014129638671875, + 0.01096343994140625, + -0.009857177734375, + 0.049774169921875, + -0.066650390625, + -0.0172882080078125, + 0.00545501708984375, + 0.07379150390625, + 0.0005764961242675781, + -0.040283203125, + -0.0263671875, + 0.059051513671875, + 0.0274200439453125, + -0.0241546630859375, + 0.00722503662109375, + -0.03057861328125, + -0.0286865234375, + 0.0240478515625, + 0.038818359375, + -0.023834228515625, + 0.044921875, + 0.017822265625, + -0.043853759765625, + 0.0185546875, + -0.019195556640625, + 0.01038360595703125, + 0.0036373138427734375, + -0.0341796875, + -0.0274200439453125, + -0.069580078125, + 0.03436279296875, + 0.01038360595703125, + 0.0274200439453125, + 0.035858154296875, + -0.01059722900390625, + -0.00806427001953125, + 0.0153961181640625, + 0.0295257568359375, + 0.038604736328125, + 0.0240478515625, + 0.0089111328125, + 0.0006127357482910156, + 0.0153961181640625, + 0.03143310546875, + -0.0260467529296875, + 0.0267791748046875, + -0.03564453125, + -0.00429534912109375, + -0.050201416015625, + 0.00965118408203125, + 0.013916015625, + -0.0457763671875, + -0.006168365478515625, + -0.03057861328125, + 0.0093841552734375, + -0.0440673828125, + -0.024566650390625, + -0.0070648193359375, + 0.043853759765625, + -0.01971435546875, + 0.0188751220703125, + 0.020355224609375, + -0.0009622573852539062, + 0.004611968994140625, + -0.0472412109375, + 0.078857421875, + 0.031646728515625, + 0.01023101806640625, + -0.0066680908203125, + 0.017822265625, + 0.002780914306640625, + -0.00922393798828125, + 0.040496826171875, + 0.01708984375, + -0.050811767578125, + 0.0333251953125, + 0.044921875, + 0.01507568359375, + -0.041961669921875, + 0.0181427001953125, + 0.00954437255859375, + -0.021728515625, + 0.05780029296875, + 0.015289306640625, + 0.02783203125, + 0.00769805908203125, + -0.00907135009765625, + -0.0172882080078125, + -0.054412841796875, + 0.040283203125, + 0.00907135009765625, + 0.01291656494140625, + 0.053985595703125, + -0.0333251953125, + 0.0556640625, + -0.0082244873046875, + 0.04217529296875, + -0.0251007080078125, + 0.059906005859375, + -0.0095977783203125, + 0.00556182861328125, + 0.01898193359375, + 0.0020294189453125, + -0.0097503662109375, + 0.0233001708984375, + -0.01349639892578125, + 0.0750732421875, + 0.04071044921875, + -0.01012420654296875, + -0.0657958984375, + -0.0286865234375, + -0.0379638671875, + -0.01507568359375, + 0.028900146484375, + -0.048492431640625, + -0.01507568359375, + 0.0225677490234375, + 0.036285400390625, + 0.0750732421875, + -0.0208740234375, + 0.05609130859375, + -0.00922393798828125, + -0.00943756103515625, + 0.0004184246063232422, + -0.015289306640625 ], "metadata": { "domains": [ @@ -30546,21 +15787,48565 @@ "tags": [ "command-line", "physical-copy", - "raw-image-support", + "hashing", "scenario:disk_imaging", - "zero-footprint", - "offline-mode", - "bit-for-bit", - "pipe-capable", - "network-imaging", - "unix-standard", - "minimal-contamination", - "performance-tuning" + "compression", + "integrity-check", + "split-output", + "status-display", + "pattern-wipe", + "verify-mode", + "block-hashing", + "progress-reporting" ], "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.000014007091522216797, + -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.004886627197265625, + 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.000014185905456542969, + -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_Binary_Ninja", + "type": "tool", + "name": "Binary Ninja", + "content": "binary ninja vector 35s moderne reverse-engineering-plattform kombiniert traditionelle disassembly mit fortschrittlicher program-analysis. die multi-level-ir (intermediate representation) ermöglicht cross-architecture-analysen durch einheitliche abstraktion. besonders innovativ: der decompiler erzeugt lesbaren high-level-code, type-recovery rekonstruiert datenstrukturen automatisch, die plugin-api (python/c++) erlaubt tiefe customization. cloud-integration synchronisiert analysen zwischen teams. die moderne gui mit multiple-workspaces übertrifft ida in usability. debugger-integration für dynamic-analysis. scripting-console für ad-hoc-automation. die personal-license (399€) macht professionelle binary-analysis erschwinglich. commercial-lizenzen bieten team-features und cloud-sync. besonders stark bei modernen architekturen (arm64, risc-v) die ida vernachlässigt. die zukunft des reverse engineering für eine neue generation von analysten. reverse-engineering decompiler malware-analysis static-investigations analysis", + "embedding": [ + -0.016693115234375, + 0.022705078125, + 0.040802001953125, + 0.0247955322265625, + 0.01490020751953125, + 0.0233001708984375, + -0.0019245147705078125, + 0.0010995864868164062, + -0.025390625, + -0.01509857177734375, + -0.0548095703125, + 0.07037353515625, + 0.004650115966796875, + 0.006099700927734375, + -0.05279541015625, + 0.022796630859375, + -0.0115509033203125, + -0.0092010498046875, + 0.00749969482421875, + -0.002750396728515625, + -0.0229949951171875, + -0.0115966796875, + -0.0236053466796875, + -0.0164947509765625, + 0.016204833984375, + 0.01184844970703125, + -0.0258026123046875, + -0.06402587890625, + -0.00217437744140625, + -0.0279998779296875, + 0.01259613037109375, + -0.013702392578125, + 0.01409912109375, + 0.02099609375, + -0.00460052490234375, + 0.00252532958984375, + 0.007350921630859375, + -0.034210205078125, + -0.01439666748046875, + 0.0369873046875, + -0.032012939453125, + 0.00824737548828125, + 0.0305938720703125, + -0.005374908447265625, + 0.0026988983154296875, + -0.0447998046875, + 0.004276275634765625, + 0.0068511962890625, + -0.0005125999450683594, + 0.0019121170043945312, + 0.048004150390625, + 0.021392822265625, + 0.002086639404296875, + -0.0218048095703125, + -0.048583984375, + 0.0243988037109375, + 0.0149993896484375, + -0.0236968994140625, + -0.03558349609375, + 0.06878662109375, + -0.0303955078125, + -0.0233917236328125, + 0.0029754638671875, + 0.0051727294921875, + -0.010101318359375, + 0.0238037109375, + -0.026397705078125, + -0.04998779296875, + 0.0122528076171875, + 0.0178985595703125, + 0.01200103759765625, + 0.0175018310546875, + -0.03900146484375, + 0.0261993408203125, + -0.0469970703125, + -0.05059814453125, + 0.0200042724609375, + 0.0182037353515625, + -0.0164031982421875, + 0.00019061565399169922, + -0.055999755859375, + 0.01739501953125, + 0.022003173828125, + -0.007648468017578125, + -0.0260009765625, + 0.0012559890747070312, + -0.0033245086669921875, + 0.03179931640625, + 0.00914764404296875, + -0.00800323486328125, + 0.0093994140625, + -0.019500732421875, + 0.013702392578125, + -0.00534820556640625, + 0.02679443359375, + 0.05120849609375, + -0.0276031494140625, + -0.03338623046875, + -0.037994384765625, + 0.0276031494140625, + 0.028594970703125, + 0.0023746490478515625, + 0.07476806640625, + -0.0303955078125, + 0.033782958984375, + -0.047210693359375, + 0.024505615234375, + -0.013702392578125, + -0.013702392578125, + -0.01239776611328125, + -0.10638427734375, + -0.03961181640625, + -0.00839996337890625, + -0.078369140625, + 0.00217437744140625, + 0.006549835205078125, + -0.0053253173828125, + 0.0303955078125, + -0.04901123046875, + -0.020599365234375, + 0.00624847412109375, + 0.0178985595703125, + -0.0128021240234375, + 0.042205810546875, + -0.036590576171875, + -0.056793212890625, + -0.0005216598510742188, + 0.03680419921875, + -0.040985107421875, + -0.0261993408203125, + 0.0020122528076171875, + -0.038604736328125, + -0.00934600830078125, + -0.01560211181640625, + -0.01409912109375, + -0.0168914794921875, + 0.04278564453125, + -0.00577545166015625, + 0.0164031982421875, + 0.0115966796875, + 0.0305938720703125, + -0.026397705078125, + -0.061187744140625, + 0.0088958740234375, + -0.0218048095703125, + -0.00789642333984375, + 0.00452423095703125, + 0.04638671875, + -0.023895263671875, + -0.009796142578125, + -0.001194000244140625, + 0.0074005126953125, + 0.055999755859375, + 0.02069091796875, + 0.0207977294921875, + -0.031585693359375, + -0.00030612945556640625, + -0.0139007568359375, + 0.04998779296875, + -0.0010251998901367188, + -0.011749267578125, + 0.0160064697265625, + -0.015899658203125, + 0.0281982421875, + -0.03839111328125, + -0.026397705078125, + 0.01039886474609375, + 0.0294036865234375, + -0.0006465911865234375, + -0.034393310546875, + 0.033203125, + -0.006549835205078125, + 0.06402587890625, + 0.05438232421875, + -0.01380157470703125, + 0.0171051025390625, + -0.028594970703125, + -0.02349853515625, + 0.05999755859375, + 0.0115966796875, + -0.02020263671875, + -0.0177001953125, + 0.03399658203125, + -0.005924224853515625, + 0.03558349609375, + -0.01059722900390625, + -0.0035991668701171875, + -0.005924224853515625, + -0.02679443359375, + 0.006275177001953125, + -0.03558349609375, + -0.0200958251953125, + -0.025390625, + 0.05078125, + 0.0258026123046875, + 0.0592041015625, + 0.011749267578125, + -0.01849365234375, + 0.0391845703125, + -0.0149993896484375, + 0.0236968994140625, + 0.025604248046875, + 0.004726409912109375, + 0.07879638671875, + 0.0178985595703125, + -0.0182952880859375, + 0.007049560546875, + 0.044189453125, + 0.0222930908203125, + -0.010101318359375, + -0.004100799560546875, + 0.0469970703125, + 0.0110015869140625, + -0.0220947265625, + -0.0086517333984375, + -0.0276031494140625, + 0.031402587890625, + -0.007099151611328125, + 0.001087188720703125, + -0.01004791259765625, + 0.0113983154296875, + -0.0491943359375, + -0.0164031982421875, + -0.0040740966796875, + -0.033203125, + 0.0214996337890625, + 0.046600341796875, + -0.0034503936767578125, + 0.007099151611328125, + 0.0182952880859375, + 0.0535888671875, + 0.00311279296875, + -0.0015869140625, + 0.01399993896484375, + -0.019195556640625, + -0.00342559814453125, + 0.018798828125, + 0.0298004150390625, + 0.02099609375, + 0.028594970703125, + -0.04339599609375, + 0.016693115234375, + -0.0276031494140625, + 0.045196533203125, + 0.0276031494140625, + -0.023101806640625, + 0.0139007568359375, + -0.0016994476318359375, + 0.034393310546875, + 0.0426025390625, + -0.0648193359375, + -0.00789642333984375, + -0.05279541015625, + 0.0142974853515625, + -0.0592041015625, + -0.0276031494140625, + -0.00417327880859375, + -0.052398681640625, + 0.05438232421875, + -0.0261993408203125, + -0.047607421875, + 0.0122528076171875, + 0.01255035400390625, + -0.010101318359375, + 0.03759765625, + -0.0008497238159179688, + -0.047607421875, + 0.0011377334594726562, + 0.05279541015625, + -0.022003173828125, + -0.0189056396484375, + -0.0004405975341796875, + 0.01739501953125, + -0.0027256011962890625, + -0.0001976490020751953, + -0.00262451171875, + 0.00984954833984375, + 0.0498046875, + 0.033203125, + 0.0198974609375, + -0.036590576171875, + 0.03179931640625, + 0.00820159912109375, + 0.0635986328125, + -0.05438232421875, + -0.0024871826171875, + 0.001556396484375, + -0.0046234130859375, + 0.01020050048828125, + -0.0298004150390625, + -0.00875091552734375, + 0.04620361328125, + 0.036590576171875, + 0.005275726318359375, + 0.0186004638671875, + -0.0667724609375, + 0.01470184326171875, + 0.04400634765625, + -0.00844573974609375, + 0.034393310546875, + 0.0498046875, + -0.04559326171875, + -0.0004248619079589844, + -0.0083465576171875, + -0.007198333740234375, + -0.02740478515625, + -0.0535888671875, + -0.0229949951171875, + 0.01380157470703125, + -0.03460693359375, + -0.02459716796875, + 0.0175018310546875, + -0.0247955322265625, + 0.01349639892578125, + -0.0243988037109375, + 0.01349639892578125, + -0.056396484375, + -0.06640625, + 0.007198333740234375, + -0.005123138427734375, + -0.0269927978515625, + -0.045806884765625, + 0.060394287109375, + -0.00679779052734375, + 0.0269927978515625, + -0.006500244140625, + 0.00945281982421875, + -0.027801513671875, + 0.0027370452880859375, + -0.007549285888671875, + 0.0240020751953125, + 0.0247039794921875, + 0.044189453125, + 0.0186920166015625, + 0.0025997161865234375, + 0.0404052734375, + 0.0723876953125, + 0.0261993408203125, + -0.0166015625, + -0.0068511962890625, + 0.01180267333984375, + 0.00969696044921875, + -0.00894927978515625, + -0.00949859619140625, + -0.06402587890625, + -0.01090240478515625, + -0.03240966796875, + 0.005847930908203125, + -0.0025615692138671875, + 0.03399658203125, + 0.03338623046875, + 0.0119476318359375, + 0.0142974853515625, + 0.04998779296875, + 0.006999969482421875, + 0.09478759765625, + -0.0126953125, + -0.04541015625, + 0.0010690689086914062, + 0.04339599609375, + -0.037200927734375, + -0.0072479248046875, + 0.0166015625, + 0.031585693359375, + -0.007099151611328125, + 0.033599853515625, + -0.010650634765625, + 0.0178985595703125, + -0.016204833984375, + 0.0097503662109375, + 0.0218048095703125, + -0.02069091796875, + 0.02490234375, + 0.01074981689453125, + 0.0287933349609375, + 0.004550933837890625, + 0.0347900390625, + -0.0469970703125, + 0.00910186767578125, + -0.05999755859375, + -0.04400634765625, + 0.048583984375, + 0.011749267578125, + 0.0037994384765625, + 0.02130126953125, + -0.01509857177734375, + -0.050994873046875, + 0.010345458984375, + -0.06640625, + 0.08477783203125, + 0.053192138671875, + -0.0037994384765625, + 0.0251922607421875, + -0.040802001953125, + 0.00934600830078125, + 0.0113983154296875, + 0.006900787353515625, + 0.060791015625, + 0.051605224609375, + 0.052001953125, + 0.0086517333984375, + -0.0198974609375, + 0.0016994476318359375, + 0.00859832763671875, + 0.025390625, + -0.0037746429443359375, + 0.053985595703125, + 0.006198883056640625, + 0.035797119140625, + -0.004825592041015625, + 0.05438232421875, + 0.05078125, + -0.0222930908203125, + 0.039398193359375, + -0.01959228515625, + 0.040008544921875, + -0.05438232421875, + -0.009796142578125, + -0.003063201904296875, + 0.0347900390625, + 0.0222015380859375, + 0.0214996337890625, + -0.04620361328125, + 0.004299163818359375, + 0.045806884765625, + -0.06561279296875, + 0.0021381378173828125, + -0.0035991668701171875, + -0.00714874267578125, + -0.0013751983642578125, + -0.0298004150390625, + -0.06719970703125, + 0.032196044921875, + -0.03399658203125, + -0.048187255859375, + 0.01079559326171875, + 0.050994873046875, + -0.02899169921875, + -0.01529693603515625, + -0.035186767578125, + 0.003063201904296875, + -0.0108489990234375, + -0.04400634765625, + 0.061981201171875, + 0.00028896331787109375, + -0.0008873939514160156, + 0.032806396484375, + 0.04180908203125, + -0.0207977294921875, + -0.0276031494140625, + 0.045196533203125, + -0.027191162109375, + -0.03900146484375, + 0.0218963623046875, + 0.027801513671875, + 0.00984954833984375, + -0.048187255859375, + -0.0287933349609375, + 0.0142974853515625, + 0.007747650146484375, + 0.025390625, + 0.01094818115234375, + -0.04400634765625, + -0.052001953125, + -0.03240966796875, + 0.05120849609375, + 0.0110015869140625, + 0.04779052734375, + 0.01059722900390625, + -0.0498046875, + 0.016204833984375, + -0.046783447265625, + -0.01509857177734375, + -0.0135955810546875, + 0.0167999267578125, + 0.001987457275390625, + 0.065185546875, + 0.021697998046875, + 0.0022125244140625, + -0.01399993896484375, + 0.01959228515625, + 0.0126953125, + 0.006500244140625, + -0.056793212890625, + 0.037994384765625, + 0.00875091552734375, + -0.0469970703125, + -0.0024242401123046875, + -0.0160980224609375, + 0.00824737548828125, + 0.0491943359375, + -0.06640625, + -0.01910400390625, + 0.00785064697265625, + -0.089599609375, + -0.048583984375, + -0.016693115234375, + 0.001331329345703125, + -0.048004150390625, + 0.02960205078125, + 0.01519775390625, + -0.0101470947265625, + 0.060394287109375, + 0.0175933837890625, + -0.034393310546875, + 0.01329803466796875, + -0.00844573974609375, + -0.01399993896484375, + 0.00965118408203125, + -0.06640625, + 0.007099151611328125, + -0.0047760009765625, + 0.0149993896484375, + -0.0164947509765625, + 0.00949859619140625, + 0.021392822265625, + -0.0124969482421875, + 0.0220947265625, + -0.048187255859375, + 0.00013899803161621094, + -0.00789642333984375, + -0.044586181640625, + -0.042388916015625, + -0.0146026611328125, + -0.0027256011962890625, + 0.0301971435546875, + -0.01519775390625, + 0.018798828125, + 0.0189056396484375, + -0.035400390625, + -0.0126495361328125, + -0.0115509033203125, + -0.0247039794921875, + 0.0008311271667480469, + 0.00844573974609375, + -0.01059722900390625, + -0.0167999267578125, + 0.030792236328125, + -0.0287933349609375, + -0.0382080078125, + -0.07000732421875, + 0.01020050048828125, + -0.028594970703125, + -0.0215911865234375, + -0.033782958984375, + -0.03680419921875, + -0.0679931640625, + 0.005275726318359375, + 0.005100250244140625, + -0.0124969482421875, + 0.00370025634765625, + -0.04058837890625, + -0.035186767578125, + -0.0022754669189453125, + -0.0369873046875, + 0.0360107421875, + -0.02899169921875, + -0.020904541015625, + -0.002536773681640625, + -0.03961181640625, + 0.033599853515625, + 0.007648468017578125, + 0.02740478515625, + 0.0007219314575195312, + 0.0122528076171875, + -0.027191162109375, + 0.00514984130859375, + -0.0018377304077148438, + -0.02099609375, + -0.00965118408203125, + -0.01259613037109375, + 0.026397705078125, + -0.03558349609375, + -0.046783447265625, + 0.01560211181640625, + 0.0325927734375, + -0.0102996826171875, + -0.00022339820861816406, + -0.034210205078125, + 0.025604248046875, + -0.0007686614990234375, + 0.0498046875, + -0.0153961181640625, + -0.044403076171875, + -0.00452423095703125, + -0.0014371871948242188, + 0.046600341796875, + 0.048187255859375, + 0.010650634765625, + -0.0309906005859375, + 0.004024505615234375, + 0.04400634765625, + 0.0015439987182617188, + -0.0498046875, + -0.05718994140625, + -0.01255035400390625, + 0.0260009765625, + 0.056793212890625, + -0.01509857177734375, + 0.09039306640625, + 0.01509857177734375, + 0.0022125244140625, + 0.040191650390625, + 0.052001953125, + 0.04638671875, + -0.0261993408203125, + -0.033599853515625, + -0.0115966796875, + -0.0113983154296875, + -0.037994384765625, + -0.02099609375, + 0.009002685546875, + 0.032989501953125, + -0.056396484375, + -0.0240936279296875, + -0.0309906005859375, + 0.003925323486328125, + 0.0189056396484375, + 0.01024627685546875, + -0.00469970703125, + 0.026397705078125, + -0.0166015625, + -0.055999755859375, + 0.007648468017578125, + -0.01219940185546875, + -0.0171966552734375, + 0.04541015625, + 0.027801513671875, + -0.028594970703125, + 0.035797119140625, + 0.0186920166015625, + 0.0171966552734375, + 0.01329803466796875, + 0.00612640380859375, + 0.017791748046875, + 0.04541015625, + 0.0258026123046875, + 0.047607421875, + -0.032989501953125, + -0.030792236328125, + -0.01165008544921875, + 0.01214599609375, + 0.02960205078125, + 0.027801513671875, + -0.019500732421875, + -0.0196990966796875, + -0.00397491455078125, + -0.06280517578125, + 0.004425048828125, + 0.004848480224609375, + -0.01349639892578125, + -0.044189453125, + -0.0229949951171875, + 0.006099700927734375, + -0.0298004150390625, + 0.029205322265625, + 0.00949859619140625, + -0.005825042724609375, + 0.00405120849609375, + 0.04400634765625, + -0.0014123916625976562, + -0.050201416015625, + 0.01849365234375, + -0.050384521484375, + -0.014801025390625, + -0.06280517578125, + -0.03179931640625, + 0.03680419921875, + -0.02679443359375, + -0.08160400390625, + -0.01519775390625, + 0.04779052734375, + -0.014801025390625, + -0.0325927734375, + -0.00855255126953125, + 0.03619384765625, + -0.00894927978515625, + -0.038787841796875, + -0.050384521484375, + -0.0153961181640625, + 0.0207977294921875, + -0.04058837890625, + 0.025604248046875, + -0.0008497238159179688, + -0.01255035400390625, + -0.0186004638671875, + -0.0164031982421875, + -0.02899169921875, + 0.04339599609375, + -0.0635986328125, + 0.047210693359375, + 0.0021381378173828125, + 0.003398895263671875, + 0.02899169921875, + 0.047607421875, + -0.0236053466796875, + 0.0164947509765625, + -0.0160064697265625, + -0.0723876953125, + -0.01004791259765625, + 0.0008625984191894531, + 0.0108489990234375, + -0.06756591796875, + 0.00659942626953125, + 0.01739501953125, + -0.062408447265625, + 0.01419830322265625, + -0.0157012939453125, + -0.003849029541015625, + -0.056396484375, + 0.002162933349609375, + 0.0092010498046875, + -0.0051727294921875, + 0.08837890625, + 0.0287933349609375, + -0.03558349609375, + 0.000058591365814208984, + -0.042999267578125, + 0.061981201171875, + 0.0135955810546875, + 0.01259613037109375, + -0.032806396484375, + 0.0233001708984375, + 0.0095977783203125, + -0.0469970703125, + -0.0168914794921875, + -0.07159423828125, + -0.0047760009765625, + 0.000051975250244140625, + 0.01255035400390625, + 0.004425048828125, + 0.035003662109375, + -0.0369873046875, + -0.0294036865234375, + -0.015899658203125, + 0.019500732421875, + 0.01129913330078125, + 0.00695037841796875, + -0.0469970703125, + -0.035186767578125, + -0.014495849609375, + -0.0032749176025390625, + -0.031402587890625, + -0.02960205078125, + 0.036590576171875, + -0.00252532958984375, + -0.06842041015625, + 0.03961181640625, + 0.01329803466796875, + 0.023895263671875, + 0.004974365234375, + 0.058807373046875, + -0.0243988037109375, + -0.0196990966796875, + -0.006999969482421875, + 0.039398193359375, + 0.01409912109375, + 0.005397796630859375, + 0.0032501220703125, + 0.01519775390625, + -0.0006251335144042969, + -0.0084991455078125, + 0.03759765625, + 0.0079498291015625, + -0.0242919921875, + -0.0305938720703125, + -0.016204833984375, + -0.027801513671875, + 0.03558349609375, + 0.0035495758056640625, + 0.047393798828125, + 0.0236968994140625, + 0.0113983154296875, + -0.0711669921875, + 0.0535888671875, + -0.00914764404296875, + 0.000020384788513183594, + 0.0040740966796875, + -0.027801513671875, + -0.0592041015625, + -0.056793212890625, + -0.04339599609375, + -0.01274871826171875, + -0.0447998046875, + 0.035003662109375, + 0.03338623046875, + 0.004299163818359375, + 0.0139007568359375, + 0.0233917236328125, + 0.00969696044921875, + 0.05120849609375, + 0.0037250518798828125, + -0.036590576171875, + 0.0692138671875, + -0.04541015625, + 0.0011749267578125, + 0.0110015869140625, + 0.023101806640625, + 0.0222015380859375, + 0.0029754638671875, + -0.0200042724609375, + -0.0182952880859375, + 0.005001068115234375, + 0.037994384765625, + -0.01004791259765625, + 0.022796630859375, + -0.0164031982421875, + 0.033599853515625, + 0.001850128173828125, + 0.0283966064453125, + -0.01145172119140625, + -0.014495849609375, + -0.027801513671875, + -0.003475189208984375, + -0.051605224609375, + -0.05841064453125, + 0.0005559921264648438, + -0.0189971923828125, + -0.024200439453125, + 0.01200103759765625, + 0.00994873046875, + 0.0303955078125, + -0.0667724609375, + 0.04779052734375, + 0.0214996337890625, + -0.0236968994140625, + -0.0229034423828125, + 0.004425048828125, + -0.01910400390625, + 0.0426025390625, + 0.0003750324249267578, + -0.029205322265625, + -0.0030498504638671875, + 0.003025054931640625, + -0.034210205078125, + -0.01560211181640625, + -0.0020503997802734375, + -0.0182037353515625, + 0.046600341796875, + -0.03759765625, + -0.015899658203125, + 0.01399993896484375, + 0.01219940185546875, + 0.00005739927291870117, + -0.004550933837890625, + 0.0325927734375, + 0.002887725830078125, + -0.045806884765625, + 0.00855255126953125, + -0.02899169921875, + -0.029205322265625, + -0.0189971923828125, + -0.020294189453125, + 0.003475189208984375, + 0.0240936279296875, + 0.03619384765625, + 0.0149993896484375, + 0.062408447265625, + -0.002086639404296875, + -0.02740478515625, + 0.007598876953125, + 0.00879669189453125, + 0.01529693603515625, + 0.017791748046875, + 0.010101318359375, + -0.01519775390625, + 0.02099609375, + 0.0182037353515625, + -0.085205078125, + 0.001468658447265625, + -0.0298004150390625, + -0.042999267578125, + 0.0083465576171875, + 0.06439208984375, + 0.047393798828125, + 0.01519775390625, + 0.0175933837890625, + 0.043609619140625, + 0.0283966064453125, + 0.01290130615234375, + -0.0287933349609375, + -0.06561279296875, + -0.01039886474609375, + 0.0303955078125, + 0.027191162109375, + -0.06597900390625, + 0.06597900390625, + 0.0679931640625, + 0.007049560546875, + 0.0008435249328613281, + -0.0160064697265625, + -0.01509857177734375, + 0.053192138671875, + -0.0021381378173828125, + 0.0301971435546875, + -0.08599853515625, + 0.01399993896484375, + 0.0225982666015625, + -0.000812530517578125, + -0.02349853515625, + -0.003398895263671875, + -0.019195556640625, + 0.04559326171875, + -0.057586669921875, + 0.0167999267578125, + 0.0251922607421875, + 0.055206298828125, + 0.0160064697265625, + -0.0247955322265625, + -0.00424957275390625, + 0.01519775390625, + -0.008148193359375, + -0.01380157470703125, + -0.001811981201171875, + 0.0229949951171875, + -0.050201416015625, + 0.00769805908203125, + 0.04400634765625, + -0.0033245086669921875, + 0.0391845703125, + 0.0229949951171875, + -0.050201416015625, + 0.033782958984375, + -0.004474639892578125, + 0.025390625, + -0.006275177001953125, + -0.0229034423828125, + -0.03961181640625, + -0.0171966552734375, + 0.040191650390625, + 0.00008475780487060547, + 0.042205810546875, + 0.0093994140625, + -0.004550933837890625, + 0.00714874267578125, + -0.036590576171875, + 0.000031054019927978516, + 0.0214996337890625, + 0.022491455078125, + 0.0265960693359375, + -0.00021088123321533203, + 0.0261993408203125, + 0.0135955810546875, + -0.01380157470703125, + 0.05279541015625, + -0.0369873046875, + 0.0325927734375, + -0.0498046875, + -0.0126953125, + 0.013702392578125, + -0.01519775390625, + -0.0005125999450683594, + -0.04180908203125, + -0.027191162109375, + 0.01200103759765625, + -0.053192138671875, + -0.00844573974609375, + 0.0413818359375, + -0.037200927734375, + 0.01849365234375, + 0.047210693359375, + 0.0099029541015625, + 0.048583984375, + -0.04498291015625, + 0.07598876953125, + 0.00014066696166992188, + 0.039398193359375, + -0.0171966552734375, + 0.0276031494140625, + 0.035003662109375, + -0.00800323486328125, + 0.0261993408203125, + 0.045196533203125, + 0.0175933837890625, + 0.051605224609375, + 0.022491455078125, + 0.0222015380859375, + -0.022796630859375, + 0.036407470703125, + 0.0007028579711914062, + -0.051605224609375, + 0.024505615234375, + -0.0016374588012695312, + 0.00914764404296875, + 0.004749298095703125, + -0.015899658203125, + -0.0142974853515625, + -0.06158447265625, + 0.04278564453125, + 0.0113983154296875, + -0.0090484619140625, + 0.01549530029296875, + -0.03460693359375, + 0.056793212890625, + 0.00034999847412109375, + 0.065185546875, + -0.020294189453125, + 0.057586669921875, + -0.0279998779296875, + -0.00769805908203125, + -0.0033245086669921875, + 0.0178985595703125, + -0.007350921630859375, + 0.040985107421875, + -0.033599853515625, + 0.04541015625, + 0.006500244140625, + -0.0031490325927734375, + -0.057586669921875, + -0.0102996826171875, + -0.0030498504638671875, + 0.02069091796875, + 0.0171051025390625, + -0.035400390625, + -0.01309967041015625, + -0.00879669189453125, + 0.01959228515625, + 0.050201416015625, + -0.03240966796875, + 0.0198974609375, + 0.003475189208984375, + 0.0005559921264648438, + -0.013702392578125, + 0.007801055908203125 + ], + "metadata": { + "domains": [ + "malware-analysis", + "static-investigations" + ], + "phases": [ + "analysis" + ], + "tags": [ + "reverse-engineering", + "decompiler" + ], + "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.000004887580871582031, + -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_EnCase", + "type": "tool", + "name": "EnCase", + "content": "encase der veteran der digitalen forensik seit 1997 - in vielen behörden noch immer verwendet. enscript-programmierung ermöglicht komplexe automatisierungen die andere tools nicht bieten. die gerichtserfahrung ist unübertroffen - tausende erfolgreiche verfahren weltweit. version 21 modernisiert die alternde architektur mit cloud-forensik und mobile-support. besonders stark: evidence-processor für batch-verarbeitung, umfangreiche dateisystem-unterstützung, integrierte hex-ansicht. die ence-zertifizierung öffnet karrieretüren. physical-analyzer-modul für smartphones konkurriert mit cellebrite. die case-management-features skalieren auf großverfahren. nachteile: hohe kosten (20.000€+), steile lernkurve, performance-probleme bei großen images. opentext-übernahme bringt unsicherheit. der dongle-schutz nervt im feldeinsatz. viele wechseln zu moderneren alternativen, aber für enscript-power-user noch immer unverzichtbar. das prestige-tool das langsam seine krone verliert. 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.020782470703125, + 0.03564453125, + 0.00841522216796875, + -0.007350921630859375, + 0.041717529296875, + 0.0399169921875, + 0.024139404296875, + -0.005584716796875, + -0.003162384033203125, + -0.0081329345703125, + -0.0307159423828125, + 0.0413818359375, + 0.0027103424072265625, + -0.0318603515625, + -0.063720703125, + 0.041229248046875, + -0.008087158203125, + 0.0228271484375, + 0.047637939453125, + 0.0142059326171875, + -0.0218505859375, + 0.004619598388671875, + -0.047943115234375, + -0.0099334716796875, + -0.0128936767578125, + 0.0155181884765625, + -0.00894927978515625, + -0.05322265625, + 0.01453399658203125, + -0.0005540847778320312, + -0.005664825439453125, + -0.017486572265625, + 0.016998291015625, + 0.0233154296875, + -0.0174102783203125, + -0.02117919921875, + -0.0194549560546875, + -0.03759765625, + -0.03515625, + 0.037109375, + -0.0006465911865234375, + 0.0089111328125, + 0.0071868896484375, + 0.0008006095886230469, + -0.016510009765625, + -0.034820556640625, + 0.005069732666015625, + -0.017486572265625, + -0.0015497207641601562, + -0.02923583984375, + 0.0285797119140625, + 0.065673828125, + -0.02923583984375, + 0.00457763671875, + -0.026763916015625, + 0.01305389404296875, + 0.0251312255859375, + -0.034149169921875, + -0.0169219970703125, + 0.04632568359375, + -0.0736083984375, + -0.02545166015625, + 0.0016832351684570312, + -0.007061004638671875, + 0.01322174072265625, + 0.0221710205078125, + -0.0120697021484375, + -0.00899505615234375, + -0.005828857421875, + -0.004863739013671875, + 0.010223388671875, + -0.0089111328125, + -0.0202789306640625, + 0.0413818359375, + -0.0251312255859375, + -0.06304931640625, + 0.0126495361328125, + 0.02496337890625, + -0.019378662109375, + -0.0203704833984375, + -0.03546142578125, + 0.0131378173828125, + 0.045654296875, + -0.0118255615234375, + 0.003162384033203125, + 0.0038604736328125, + 0.02545166015625, + -0.01165771484375, + 0.0005364418029785156, + 0.00490570068359375, + 0.0225067138671875, + 0.0004286766052246094, + 0.0256195068359375, + -0.0155181884765625, + 0.03546142578125, + 0.05059814453125, + 0.0099334716796875, + -0.017730712890625, + 0.0118255615234375, + 0.032196044921875, + 0.017730712890625, + -0.041229248046875, + 0.055511474609375, + -0.0137939453125, + 0.048614501953125, + -0.05352783203125, + 0.007061004638671875, + -0.0165863037109375, + -0.027099609375, + -0.0039005279541015625, + -0.0880126953125, + -0.03466796875, + -0.02447509765625, + -0.06304931640625, + -0.002689361572265625, + 0.0216827392578125, + 0.004001617431640625, + 0.0418701171875, + -0.052215576171875, + -0.0361328125, + 0.03778076171875, + 0.023162841796875, + 0.00948333740234375, + 0.032684326171875, + -0.040740966796875, + -0.05487060546875, + 0.0290679931640625, + 0.01666259765625, + -0.03778076171875, + -0.007144927978515625, + -0.030059814453125, + -0.0239715576171875, + -0.0234832763671875, + -0.027099609375, + -0.0115814208984375, + -0.0135498046875, + 0.0187225341796875, + -0.0052337646484375, + 0.01001739501953125, + 0.0096893310546875, + 0.0272674560546875, + -0.0328369140625, + -0.06866455078125, + 0.0272674560546875, + -0.0423583984375, + -0.0190582275390625, + -0.0269317626953125, + 0.06964111328125, + -0.027435302734375, + -0.01165771484375, + -0.03466796875, + 0.0139617919921875, + 0.07489013671875, + 0.0157623291015625, + 0.026275634765625, + -0.033660888671875, + -0.00989532470703125, + -0.012237548828125, + 0.0225067138671875, + 0.004947662353515625, + -0.0020008087158203125, + 0.02117919921875, + 0.006404876708984375, + 0.0246429443359375, + -0.0206146240234375, + -0.0115814208984375, + -0.0004875659942626953, + 0.0205230712890625, + 0.0027923583984375, + 0.01428985595703125, + 0.01165771484375, + -0.02447509765625, + 0.06011962890625, + 0.0784912109375, + -0.0025043487548828125, + 0.01641845703125, + -0.01084136962890625, + -0.01297760009765625, + 0.023162841796875, + 0.006610870361328125, + -0.02874755859375, + -0.0139617919921875, + 0.00710296630859375, + -0.005706787109375, + 0.0205230712890625, + -0.0277557373046875, + -0.032012939453125, + 0.002063751220703125, + -0.0259552001953125, + 0.0307159423828125, + -0.03680419921875, + -0.01593017578125, + -0.01141357421875, + 0.01165771484375, + 0.038604736328125, + 0.05682373046875, + 0.030059814453125, + -0.01593017578125, + 0.043701171875, + -0.0052947998046875, + -0.014617919921875, + 0.0269317626953125, + 0.00478363037109375, + 0.047943115234375, + 0.002750396728515625, + 0.0152740478515625, + 0.026275634765625, + 0.040740966796875, + 0.0246429443359375, + -0.035797119140625, + -0.02447509765625, + 0.05517578125, + -0.01125335693359375, + -0.01042938232421875, + -0.0247955322265625, + -0.0264434814453125, + 0.0019092559814453125, + -0.017486572265625, + -0.03924560546875, + 0.0203704833984375, + -0.036956787109375, + -0.0703125, + -0.0050506591796875, + 0.01568603515625, + -0.02447509765625, + 0.038604736328125, + 0.0313720703125, + -0.0194549560546875, + -0.02447509765625, + 0.022003173828125, + 0.0226593017578125, + 0.0246429443359375, + -0.023162841796875, + 0.027435302734375, + -0.017486572265625, + -0.04400634765625, + 0.045013427734375, + 0.01108551025390625, + 0.0152740478515625, + 0.01971435546875, + -0.0285797119140625, + 0.0128936767578125, + -0.017822265625, + 0.0328369140625, + 0.04302978515625, + -0.0006184577941894531, + 0.007061004638671875, + 0.016510009765625, + 0.042694091796875, + 0.0361328125, + -0.048614501953125, + -0.0158538818359375, + -0.0860595703125, + -0.004497528076171875, + -0.08673095703125, + -0.0298919677734375, + -0.0282440185546875, + -0.047943115234375, + 0.04156494140625, + -0.0007953643798828125, + -0.0194549560546875, + 0.020782470703125, + 0.018890380859375, + -0.0092010498046875, + 0.03448486328125, + 0.028900146484375, + -0.01305389404296875, + 0.00689697265625, + 0.0650634765625, + 0.0168304443359375, + -0.027435302734375, + 0.00603485107421875, + 0.016265869140625, + -0.0205230712890625, + 0.0142059326171875, + -0.0604248046875, + -0.0061187744140625, + 0.0243072509765625, + 0.04400634765625, + 0.00977325439453125, + -0.035980224609375, + 0.0023708343505859375, + 0.00846099853515625, + 0.028900146484375, + -0.02923583984375, + -0.00632476806640625, + -0.00927734375, + -0.00496673583984375, + -0.0243072509765625, + -0.079833984375, + 0.00923919677734375, + 0.05584716796875, + 0.026275634765625, + -0.010101318359375, + 0.0333251953125, + -0.02496337890625, + 0.005420684814453125, + 0.00196075439453125, + 0.0115814208984375, + 0.00936126708984375, + 0.0361328125, + -0.02093505859375, + 0.00952911376953125, + -0.01084136962890625, + 0.0137176513671875, + -0.03302001953125, + -0.041717529296875, + -0.0081329345703125, + -0.00199127197265625, + -0.046630859375, + 0.0036945343017578125, + 0.0160980224609375, + -0.0160064697265625, + 0.0131378173828125, + -0.0272674560546875, + -0.01494598388671875, + -0.03497314453125, + -0.065673828125, + 0.01305389404296875, + -0.033172607421875, + -0.032012939453125, + -0.0261077880859375, + 0.0679931640625, + -0.005130767822265625, + 0.006610870361328125, + -0.0229949951171875, + -0.01806640625, + -0.0280914306640625, + 0.023651123046875, + -0.03253173828125, + 0.027435302734375, + -0.026611328125, + 0.0238189697265625, + 0.036285400390625, + 0.057159423828125, + 0.002227783203125, + 0.03497314453125, + 0.0206146240234375, + -0.0333251953125, + 0.00632476806640625, + -0.005462646484375, + 0.0126495361328125, + 0.01641845703125, + -0.033843994140625, + -0.0256195068359375, + 0.00882720947265625, + -0.0182342529296875, + 0.0049896240234375, + 0.01568603515625, + 0.03924560546875, + 0.0308837890625, + -0.0272674560546875, + 0.005420684814453125, + 0.0594482421875, + 0.014373779296875, + 0.07586669921875, + -0.03662109375, + -0.0423583984375, + 0.007801055908203125, + 0.019134521484375, + -0.040252685546875, + 0.002166748046875, + 0.0205230712890625, + 0.0139617919921875, + 0.025299072265625, + 0.0216827392578125, + -0.002956390380859375, + 0.026275634765625, + -0.01453399658203125, + -0.007061004638671875, + 0.0280914306640625, + -0.012481689453125, + 0.0272674560546875, + 0.0408935546875, + 0.024139404296875, + 0.0027103424072265625, + 0.0194549560546875, + -0.018310546875, + -0.03973388671875, + -0.0261077880859375, + -0.0509033203125, + 0.008209228515625, + 0.056182861328125, + 0.0137939453125, + 0.04827880859375, + -0.0285797119140625, + -0.0604248046875, + 0.005626678466796875, + -0.0312042236328125, + 0.0693359375, + 0.0251312255859375, + -0.0008878707885742188, + 0.058135986328125, + -0.01494598388671875, + 0.0010318756103515625, + 0.026763916015625, + 0.00377655029296875, + 0.018402099609375, + 0.044677734375, + 0.0261077880859375, + 0.02020263671875, + -0.027923583984375, + 0.031524658203125, + 0.045013427734375, + -0.00846099853515625, + 0.0179901123046875, + 0.009857177734375, + 0.003940582275390625, + 0.018402099609375, + -0.01453399658203125, + 0.04730224609375, + 0.0413818359375, + -0.00040030479431152344, + 0.0201263427734375, + 0.0012731552124023438, + 0.005420684814453125, + -0.036285400390625, + -0.0030803680419921875, + -0.0034084320068359375, + 0.009979248046875, + 0.0282440185546875, + 0.0103912353515625, + -0.0650634765625, + -0.0135498046875, + 0.052886962890625, + -0.045318603515625, + 0.020782470703125, + 0.02545166015625, + -0.0251312255859375, + 0.01470184326171875, + -0.018646240234375, + -0.037933349609375, + 0.0312042236328125, + 0.00039768218994140625, + -0.02496337890625, + 0.018890380859375, + 0.0261077880859375, + -0.03778076171875, + -0.023651123046875, + -0.044677734375, + -0.006282806396484375, + -0.01030731201171875, + 0.00722503662109375, + 0.037109375, + -0.01149749755859375, + -0.0033664703369140625, + 0.017730712890625, + 0.055511474609375, + 0.0062408447265625, + -0.0333251953125, + 0.044677734375, + -0.01519012451171875, + -0.0184783935546875, + 0.02069091796875, + 0.04205322265625, + 0.0303802490234375, + -0.0308837890625, + -0.023651123046875, + 0.0029144287109375, + 0.026763916015625, + 0.0032024383544921875, + 0.01494598388671875, + -0.03350830078125, + -0.044342041015625, + -0.06732177734375, + 0.0604248046875, + 0.00591278076171875, + 0.040252685546875, + -0.0016222000122070312, + -0.0328369140625, + 0.045654296875, + -0.058135986328125, + -0.0294036865234375, + -0.0256195068359375, + -0.000023245811462402344, + -0.0303802490234375, + 0.0294036865234375, + -0.021514892578125, + -0.0015192031860351562, + -0.0238189697265625, + 0.0594482421875, + 0.0040435791015625, + 0.005828857421875, + -0.041229248046875, + 0.02923583984375, + 0.040557861328125, + -0.065673828125, + -0.00841522216796875, + -0.02044677734375, + -0.0137176513671875, + 0.063720703125, + -0.0712890625, + 0.005069732666015625, + 0.018402099609375, + -0.08209228515625, + -0.042694091796875, + -0.017242431640625, + -0.026763916015625, + -0.053863525390625, + 0.0259552001953125, + 0.05352783203125, + -0.0014476776123046875, + 0.0139617919921875, + 0.005870819091796875, + 0.0032024383544921875, + 0.04205322265625, + 0.02117919921875, + -0.0137939453125, + 0.0256195068359375, + -0.06011962890625, + -0.045654296875, + -0.0029354095458984375, + 0.0509033203125, + -0.033172607421875, + -0.0155181884765625, + 0.006488800048828125, + -0.03662109375, + 0.03564453125, + -0.05352783203125, + -0.0052947998046875, + -0.0168304443359375, + -0.017242431640625, + -0.031707763671875, + -0.0318603515625, + -0.017486572265625, + 0.03924560546875, + 0.00025653839111328125, + -0.0004978179931640625, + 0.045654296875, + -0.066650390625, + 0.0264434814453125, + 0.00965118408203125, + -0.0160980224609375, + -0.00550079345703125, + -0.0008111000061035156, + 0.0139617919921875, + -0.003284454345703125, + 0.021026611328125, + -0.022003173828125, + -0.021514892578125, + -0.0703125, + 0.021026611328125, + -0.0041046142578125, + -0.0303802490234375, + -0.0277557373046875, + -0.0169219970703125, + -0.064697265625, + 0.00841522216796875, + 0.0318603515625, + 0.01544189453125, + 0.0135498046875, + -0.02117919921875, + -0.0174102783203125, + 0.00722503662109375, + -0.00579071044921875, + 0.027587890625, + -0.0190582275390625, + 0.0218505859375, + 0.019866943359375, + -0.042694091796875, + 0.0218505859375, + 0.00466156005859375, + 0.00775909423828125, + 0.02447509765625, + 0.031707763671875, + -0.039093017578125, + 0.0213470458984375, + -0.018798828125, + -0.03729248046875, + 0.017242431640625, + -0.0251312255859375, + 0.00439453125, + -0.01125335693359375, + -0.02972412109375, + 0.0174102783203125, + 0.01108551025390625, + 0.026611328125, + -0.01428985595703125, + -0.023162841796875, + 0.00710296630859375, + 0.0084991455078125, + 0.050262451171875, + -0.01108551025390625, + -0.0509033203125, + -0.008087158203125, + 0.0062408447265625, + 0.059783935546875, + 0.0323486328125, + 0.00923919677734375, + -0.027435302734375, + 0.00751495361328125, + 0.03729248046875, + -0.0169219970703125, + -0.0246429443359375, + -0.0259552001953125, + 0.0247955322265625, + 0.0233154296875, + 0.041229248046875, + 0.0003414154052734375, + 0.0965576171875, + -0.012237548828125, + -0.0028324127197265625, + 0.0298919677734375, + 0.0660400390625, + 0.0223388671875, + -0.0051727294921875, + -0.05352783203125, + 0.00537872314453125, + 0.0131378173828125, + -0.039581298828125, + -0.03448486328125, + -0.0155181884765625, + 0.056488037109375, + -0.0604248046875, + -0.0261077880859375, + -0.0087432861328125, + -0.0096893310546875, + 0.008209228515625, + 0.030548095703125, + -0.026611328125, + 0.01617431640625, + -0.007061004638671875, + -0.0418701171875, + 0.010101318359375, + -0.0194549560546875, + 0.0216827392578125, + 0.038116455078125, + 0.036285400390625, + -0.003818511962890625, + 0.0489501953125, + -0.0005979537963867188, + -0.0012159347534179688, + 0.0176544189453125, + 0.03662109375, + 0.0082550048828125, + 0.012725830078125, + 0.056488037109375, + 0.051239013671875, + -0.0051727294921875, + -0.012237548828125, + -0.01280975341796875, + 0.039093017578125, + 0.032196044921875, + 0.058135986328125, + -0.0225067138671875, + -0.0128936767578125, + -0.003429412841796875, + -0.02496337890625, + -0.017242431640625, + -0.00952911376953125, + 0.007965087890625, + -0.0179901123046875, + -0.04400634765625, + 0.015106201171875, + -0.045989990234375, + 0.045989990234375, + -0.006816864013671875, + -0.00763702392578125, + 0.0144500732421875, + 0.02972412109375, + -0.0190582275390625, + -0.05780029296875, + -0.005336761474609375, + -0.016754150390625, + -0.026275634765625, + -0.043365478515625, + -0.046966552734375, + 0.028411865234375, + -0.0247955322265625, + -0.054534912109375, + -0.03497314453125, + 0.03680419921875, + -0.023162841796875, + -0.0399169921875, + -0.0189666748046875, + -0.0025463104248046875, + -0.0226593017578125, + -0.044677734375, + -0.03759765625, + -0.0135498046875, + 0.0063629150390625, + -0.053863525390625, + 0.0063629150390625, + -0.0096893310546875, + -0.032196044921875, + -0.01470184326171875, + -0.01190948486328125, + 0.0009393692016601562, + 0.0163421630859375, + -0.03302001953125, + 0.0693359375, + -0.00788116455078125, + 0.05584716796875, + 0.0290679931640625, + 0.0499267578125, + 0.00193023681640625, + 0.0118255615234375, + -0.0126495361328125, + -0.06011962890625, + -0.01165771484375, + 0.0206146240234375, + 0.0007905960083007812, + -0.09527587890625, + 0.0027103424072265625, + 0.056182861328125, + -0.0693359375, + 0.0182342529296875, + 0.0202789306640625, + -0.018402099609375, + -0.0489501953125, + 0.012237548828125, + -0.00418853759765625, + 0.0213470458984375, + 0.07818603515625, + 0.004207611083984375, + -0.00804901123046875, + 0.0229949951171875, + -0.054534912109375, + 0.0689697265625, + 0.027099609375, + 0.0073089599609375, + -0.032012939453125, + 0.0328369140625, + 0.0170745849609375, + -0.0312042236328125, + 0.00466156005859375, + -0.061431884765625, + -0.0221710205078125, + 0.031707763671875, + 0.0223388671875, + -0.01617431640625, + 0.0139617919921875, + -0.031036376953125, + -0.033843994140625, + -0.031707763671875, + 0.0298919677734375, + -0.0251312255859375, + 0.0234832763671875, + -0.03253173828125, + -0.026275634765625, + -0.01174163818359375, + -0.046966552734375, + -0.0272674560546875, + -0.02447509765625, + 0.0333251953125, + 0.001010894775390625, + -0.05487060546875, + 0.0256195068359375, + 0.007720947265625, + 0.01232147216796875, + 0.007472991943359375, + 0.05059814453125, + -0.02093505859375, + -0.032012939453125, + 0.002391815185546875, + 0.03021240234375, + -0.00261688232421875, + -0.010467529296875, + 0.01280975341796875, + 0.004619598388671875, + 0.03826904296875, + -0.04302978515625, + 0.05322265625, + 0.037933349609375, + -0.035797119140625, + -0.05517578125, + -0.02496337890625, + -0.02117919921875, + 0.0259552001953125, + -0.018402099609375, + 0.031036376953125, + 0.0009083747863769531, + -0.0290679931640625, + -0.1116943359375, + 0.033843994140625, + -0.0282440185546875, + 0.023162841796875, + -0.00894927978515625, + -0.023162841796875, + -0.047637939453125, + -0.04632568359375, + -0.00689697265625, + 0.005706787109375, + -0.03546142578125, + 0.031707763671875, + 0.01067352294921875, + -0.0049896240234375, + -0.0009393692016601562, + 0.007965087890625, + -0.00431060791015625, + 0.05517578125, + 0.0155181884765625, + -0.036956787109375, + 0.040069580078125, + -0.0272674560546875, + 0.0030994415283203125, + -0.01453399658203125, + 0.00948333740234375, + 0.006816864013671875, + 0.00775909423828125, + -0.03826904296875, + 0.01593017578125, + 0.027923583984375, + 0.040069580078125, + -0.01560211181640625, + 0.019622802734375, + -0.005992889404296875, + 0.0223388671875, + -0.0001360177993774414, + -0.0239715576171875, + -0.0157623291015625, + -0.0142059326171875, + -0.0133056640625, + -0.03564453125, + -0.049591064453125, + -0.09130859375, + 0.0178985595703125, + -0.036285400390625, + -0.01412200927734375, + 0.027587890625, + 0.038604736328125, + 0.01239776611328125, + -0.054534912109375, + 0.01617431640625, + -0.02117919921875, + -0.0197906494140625, + -0.0272674560546875, + 0.0233154296875, + -0.035797119140625, + 0.0394287109375, + 0.0099334716796875, + -0.0489501953125, + -0.0024433135986328125, + -0.003162384033203125, + -0.0086212158203125, + -0.018798828125, + -0.0034084320068359375, + -0.037445068359375, + 0.04156494140625, + -0.051239013671875, + -0.0086212158203125, + 0.0020008087158203125, + 0.045013427734375, + 0.010467529296875, + -0.0290679931640625, + 0.055511474609375, + -0.0052947998046875, + -0.047637939453125, + 0.0399169921875, + -0.016265869140625, + -0.0256195068359375, + 0.01453399658203125, + -0.026763916015625, + -0.0082550048828125, + -0.00431060791015625, + 0.03729248046875, + 0.042694091796875, + 0.043365478515625, + 0.00698089599609375, + -0.0272674560546875, + -0.00424957275390625, + 0.0158538818359375, + 0.036468505859375, + 0.0239715576171875, + 0.0160980224609375, + 0.007350921630859375, + 0.0157623291015625, + -0.0115814208984375, + -0.07916259765625, + -0.007350921630859375, + -0.04730224609375, + -0.04827880859375, + -0.00763702392578125, + 0.0693359375, + 0.043701171875, + -0.0001354217529296875, + 0.01666259765625, + 0.06866455078125, + 0.03021240234375, + 0.0139617919921875, + 0.00710296630859375, + -0.06536865234375, + -0.03466796875, + 0.0019092559814453125, + 0.018310546875, + -0.0693359375, + 0.0192108154296875, + 0.063720703125, + 0.0021762847900390625, + -0.017242431640625, + -0.01544189453125, + 0.0071868896484375, + 0.06011962890625, + 0.018310546875, + 0.00469970703125, + -0.06964111328125, + 0.01239776611328125, + 0.026275634765625, + -0.00763702392578125, + 0.012237548828125, + 0.0082550048828125, + -0.033172607421875, + 0.0604248046875, + -0.054534912109375, + -0.0034084320068359375, + -0.003387451171875, + 0.058807373046875, + 0.005069732666015625, + -0.044342041015625, + -0.023162841796875, + 0.04827880859375, + -0.0006055831909179688, + -0.0223388671875, + 0.01042938232421875, + 0.02044677734375, + -0.046630859375, + 0.033843994140625, + 0.04205322265625, + 0.0088653564453125, + 0.040252685546875, + 0.01593017578125, + -0.059783935546875, + 0.0225067138671875, + -0.01092529296875, + 0.005748748779296875, + -0.03350830078125, + -0.032196044921875, + -0.0197906494140625, + -0.03466796875, + 0.039581298828125, + 0.0088653564453125, + 0.03826904296875, + 0.0394287109375, + -0.00689697265625, + -0.02069091796875, + 0.005992889404296875, + 0.02117919921875, + 0.0239715576171875, + 0.007801055908203125, + 0.01232147216796875, + 0.0142059326171875, + 0.04827880859375, + 0.026275634765625, + -0.01092529296875, + 0.03350830078125, + -0.044342041015625, + 0.00965118408203125, + -0.041229248046875, + 0.028900146484375, + 0.0071868896484375, + -0.031036376953125, + -0.0155181884765625, + -0.0176544189453125, + 0.00804901123046875, + -0.0016632080078125, + -0.0594482421875, + -0.000980377197265625, + 0.0243072509765625, + -0.0294036865234375, + 0.0038394927978515625, + 0.0233154296875, + -0.0264434814453125, + -0.009857177734375, + -0.05419921875, + 0.06768798828125, + 0.038116455078125, + 0.026611328125, + -0.005828857421875, + 0.02020263671875, + 0.02874755859375, + -0.0016317367553710938, + 0.015106201171875, + 0.0190582275390625, + -0.0213470458984375, + 0.0226593017578125, + 0.058135986328125, + 0.00977325439453125, + -0.050262451171875, + 0.0239715576171875, + 0.00258636474609375, + -0.0679931640625, + 0.0303802490234375, + 0.043365478515625, + -0.005069732666015625, + -0.0014781951904296875, + -0.00484466552734375, + -0.00472259521484375, + -0.0423583984375, + 0.07391357421875, + 0.0178985595703125, + -0.02496337890625, + 0.0178985595703125, + -0.0280914306640625, + 0.0413818359375, + 0.0133819580078125, + 0.07061767578125, + -0.0269317626953125, + 0.059783935546875, + -0.03253173828125, + 0.00196075439453125, + -0.0139617919921875, + 0.0277557373046875, + -0.002597808837890625, + 0.02545166015625, + -0.047943115234375, + 0.05517578125, + 0.034820556640625, + -0.00792694091796875, + -0.06109619140625, + 0.0026073455810546875, + -0.005706787109375, + 0.007389068603515625, + 0.041717529296875, + -0.0333251953125, + -0.00022840499877929688, + -0.002689361572265625, + 0.016998291015625, + 0.07623291015625, + -0.0223388671875, + 0.023162841796875, + -0.0017347335815429688, + -0.002895355224609375, + 0.0052947998046875, + -0.0137176513671875 + ], + "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_grep", + "type": "tool", + "name": "grep", + "content": "grep klassisches unix-werkzeug zur zeilenfilterung, entwickelt 1973 von ken thompson zur schnellen suche nach regulären ausdrücken in dateien oder datenströmen. der name leitet sich vom ed‑kommando „g/re/p“ ab und spiegelt die funktionsweise wider: globaler ausdruck, zeile drucken. gnu grep unterstützt drei regex‑dialekte (bre, ere, pcre), farb‑highlighting und zero‑copy‑block‑pufferung für höchstgeschwindigkeit auch in riesigen logs. dank seiner pipe‑kompatibilität ist grep grundbaustein unzähliger dfir‑einzeiler zum parsen von artefakten, netzwerk‑flows und memory‑dumps. commandline regular-expressions piping filtering incident-response static-investigations examination analysis", + "embedding": [ + -0.0298919677734375, + 0.0235443115234375, + 0.0133056640625, + -0.005809783935546875, + 0.0341796875, + 0.0252838134765625, + 0.014434814453125, + 0.01351165771484375, + -0.01617431640625, + 0.0015993118286132812, + -0.040313720703125, + 0.064697265625, + 0.0399169921875, + 0.0137176513671875, + -0.022003173828125, + 0.036834716796875, + -0.032958984375, + 0.0018682479858398438, + -0.004657745361328125, + 0.018829345703125, + -0.01268768310546875, + -0.0143280029296875, + -0.04974365234375, + -0.0038890838623046875, + 0.0011386871337890625, + 0.0249786376953125, + 0.002750396728515625, + -0.0692138671875, + -0.0059356689453125, + 0.0183258056640625, + -0.005527496337890625, + -0.03192138671875, + 0.01351165771484375, + 0.0399169921875, + -0.0255889892578125, + -0.02886962890625, + 0.01141357421875, + -0.067138671875, + -0.004016876220703125, + 0.056488037109375, + -0.0399169921875, + 0.030914306640625, + 0.044830322265625, + -0.015960693359375, + -0.0094146728515625, + -0.027435302734375, + 0.048919677734375, + -0.00901031494140625, + 0.0012798309326171875, + -0.055267333984375, + 0.0221099853515625, + 0.015960693359375, + 0.0164794921875, + -0.039703369140625, + -0.051177978515625, + 0.015655517578125, + 0.049346923828125, + -0.02117919921875, + -0.037872314453125, + 0.04278564453125, + -0.03704833984375, + 0.0021114349365234375, + -0.00988006591796875, + -0.01007843017578125, + 0.0092620849609375, + 0.00665283203125, + -0.024566650390625, + -0.01453399658203125, + 0.0232391357421875, + 0.01617431640625, + 0.0229339599609375, + -0.024261474609375, + -0.00716400146484375, + 0.06634521484375, + -0.0143280029296875, + -0.05035400390625, + 0.0178070068359375, + 0.0270233154296875, + 0.004222869873046875, + -0.00988006591796875, + -0.03643798828125, + -0.00470733642578125, + 0.0386962890625, + -0.0234375, + -0.0197601318359375, + 0.01422882080078125, + 0.0276336669921875, + -0.02117919921875, + 0.01555633544921875, + 0.0030193328857421875, + 0.01253509521484375, + 0.00598907470703125, + -0.0006780624389648438, + -0.011566162109375, + 0.04052734375, + 0.043792724609375, + -0.0103912353515625, + -0.01340484619140625, + -0.0323486328125, + 0.009521484375, + 0.0130462646484375, + -0.000850677490234375, + 0.0513916015625, + 0.01161956787109375, + 0.05853271484375, + -0.0335693359375, + 0.01340484619140625, + -0.021392822265625, + 0.001842498779296875, + -0.0154571533203125, + -0.0970458984375, + -0.03521728515625, + -0.03521728515625, + -0.07208251953125, + -0.015350341796875, + -0.00606536865234375, + 0.0008573532104492188, + 0.037445068359375, + -0.037445068359375, + -0.036834716796875, + -0.00031828880310058594, + 0.0227203369140625, + -0.00818634033203125, + -0.00701141357421875, + -0.029266357421875, + -0.055267333984375, + -0.00875091552734375, + 0.0249786376953125, + -0.045440673828125, + -0.022216796875, + -0.014739990234375, + -0.00875091552734375, + -0.020263671875, + -0.0228271484375, + 0.00637054443359375, + -0.006114959716796875, + 0.0347900390625, + 0.01141357421875, + 0.0017910003662109375, + 0.0113067626953125, + 0.042572021484375, + -0.039520263671875, + -0.0221099853515625, + 0.009979248046875, + -0.00550079345703125, + -0.00885009765625, + -0.004375457763671875, + 0.05218505859375, + 0.01018524169921875, + -0.00281524658203125, + -0.0244598388671875, + 0.035614013671875, + 0.045867919921875, + 0.0212860107421875, + 0.0157623291015625, + -0.0487060546875, + 0.015045166015625, + -0.04400634765625, + 0.021697998046875, + -0.0276336669921875, + -0.01181793212890625, + 0.02947998046875, + -0.003940582275390625, + 0.01412200927734375, + 0.0244598388671875, + -0.04852294921875, + -0.0311126708984375, + -0.0143280029296875, + -0.0244598388671875, + 0.01300048828125, + 0.021392822265625, + -0.006603240966796875, + 0.032745361328125, + 0.08026123046875, + -0.020263671875, + 0.0164794921875, + -0.01120758056640625, + 0.01043701171875, + 0.0230255126953125, + 0.0264129638671875, + 0.0094146728515625, + -0.024871826171875, + 0.0180206298828125, + -0.01248931884765625, + 0.00470733642578125, + -0.007625579833984375, + -0.0165863037109375, + 0.001323699951171875, + -0.0076751708984375, + 0.05157470703125, + -0.01222991943359375, + -0.05487060546875, + -0.004119873046875, + 0.0423583984375, + -0.019439697265625, + 0.02886962890625, + 0.033966064453125, + -0.03009033203125, + 0.038482666015625, + -0.0192413330078125, + 0.01617431640625, + 0.02056884765625, + 0.00018787384033203125, + 0.025482177734375, + 0.050750732421875, + -0.015045166015625, + -0.00936126708984375, + 0.0399169921875, + 0.045654296875, + -0.0474853515625, + -0.0264129638671875, + 0.048309326171875, + -0.0073699951171875, + -0.018218994140625, + -0.0386962890625, + -0.033966064453125, + -0.00440216064453125, + -0.01483917236328125, + -0.01422882080078125, + -0.0197601318359375, + -0.0423583984375, + -0.04461669921875, + -0.0110015869140625, + 0.0124359130859375, + -0.007778167724609375, + 0.05157470703125, + 0.061004638671875, + -0.024566650390625, + 0.01904296875, + 0.0261993408203125, + -0.00383758544921875, + 0.03582763671875, + -0.01233673095703125, + 0.008697509765625, + 0.01074981689453125, + -0.032562255859375, + 0.052825927734375, + 0.01678466796875, + 0.015350341796875, + 0.01294708251953125, + -0.05853271484375, + 0.015960693359375, + -0.0240478515625, + 0.035400390625, + -0.005451202392578125, + -0.01678466796875, + 0.00391387939453125, + 0.0017652511596679688, + 0.032958984375, + 0.0487060546875, + -0.048919677734375, + -0.0164794921875, + -0.07366943359375, + -0.01090240478515625, + -0.0614013671875, + -0.054046630859375, + -0.052825927734375, + -0.0233306884765625, + 0.039703369140625, + -0.0023670196533203125, + 0.0091094970703125, + -0.00685882568359375, + 0.0323486328125, + -0.035614013671875, + 0.048919677734375, + 0.003429412841796875, + -0.0241546630859375, + 0.033172607421875, + 0.09539794921875, + -0.05157470703125, + -0.00506591796875, + -0.01320648193359375, + -0.0015163421630859375, + -0.007778167724609375, + 0.00823974609375, + -0.0113067626953125, + -0.03460693359375, + 0.0162811279296875, + -0.0009918212890625, + 0.0249786376953125, + -0.03460693359375, + -0.0121307373046875, + -0.006908416748046875, + 0.036041259765625, + -0.0106964111328125, + 0.0154571533203125, + 0.0017147064208984375, + 0.0018167495727539062, + 0.0042724609375, + -0.049957275390625, + -0.01739501953125, + 0.0462646484375, + -0.0016632080078125, + 0.00511932373046875, + 0.00988006591796875, + -0.052825927734375, + 0.01233673095703125, + 0.0203704833984375, + -0.0163726806640625, + 0.039093017578125, + 0.038482666015625, + -0.01453399658203125, + 0.002994537353515625, + -0.01995849609375, + 0.01708984375, + -0.0246734619140625, + -0.018829345703125, + -0.0032367706298828125, + 0.0111083984375, + -0.0487060546875, + -0.01279449462890625, + 0.042999267578125, + -0.026611328125, + 0.043182373046875, + 0.0011510848999023438, + 0.0006399154663085938, + -0.01049041748046875, + -0.042572021484375, + -0.02435302734375, + -0.0450439453125, + -0.041748046875, + -0.0282440185546875, + 0.053619384765625, + -0.0169830322265625, + -0.006473541259765625, + -0.01253509521484375, + 0.015655517578125, + -0.045654296875, + 0.00859832763671875, + -0.0209808349609375, + 0.046875, + 0.01514434814453125, + 0.0246734619140625, + 0.056915283203125, + 0.0236358642578125, + 0.03826904296875, + 0.051177978515625, + 0.0296783447265625, + -0.029266357421875, + -0.00289154052734375, + -0.00885009765625, + -0.0007486343383789062, + 0.026611328125, + -0.0244598388671875, + -0.0023670196533203125, + -0.017608642578125, + -0.01483917236328125, + 0.005039215087890625, + 0.0218048095703125, + 0.0474853515625, + 0.00391387939453125, + -0.018218994140625, + -0.0171966552734375, + 0.05096435546875, + -0.00534820556640625, + 0.09619140625, + 0.0031986236572265625, + -0.046875, + 0.0233306884765625, + 0.041961669921875, + -0.0146331787109375, + 0.036041259765625, + 0.0137176513671875, + 0.0106964111328125, + -0.008087158203125, + 0.028656005859375, + -0.0022258758544921875, + 0.028045654296875, + 0.003070831298828125, + 0.0137176513671875, + 0.01064300537109375, + -0.033172607421875, + -0.007114410400390625, + 0.05322265625, + 0.021697998046875, + 0.0075225830078125, + 0.033966064453125, + -0.01120758056640625, + -0.040313720703125, + -0.025787353515625, + -0.067138671875, + -0.003658294677734375, + 0.022613525390625, + 0.0024700164794921875, + 0.048919677734375, + -0.046875, + -0.060577392578125, + 0.041748046875, + -0.049530029296875, + 0.09210205078125, + 0.037872314453125, + 0.0201568603515625, + -0.01233673095703125, + -0.0183258056640625, + -0.00988006591796875, + 0.0162811279296875, + -0.0026607513427734375, + 0.039703369140625, + 0.0249786376953125, + 0.03826904296875, + -0.01007843017578125, + -0.030914306640625, + 0.00890350341796875, + 0.0166778564453125, + 0.0214996337890625, + -0.01202392578125, + 0.040130615234375, + 0.0200653076171875, + 0.0305023193359375, + -0.0192413330078125, + 0.036651611328125, + 0.019134521484375, + -0.01934814453125, + 0.0137176513671875, + -0.01233673095703125, + -0.0198516845703125, + -0.048095703125, + 0.015350341796875, + 0.01739501953125, + 0.0164794921875, + 0.0380859375, + 0.0311126708984375, + -0.04443359375, + -0.045867919921875, + 0.0347900390625, + -0.043609619140625, + -0.0108489990234375, + 0.0302886962890625, + -0.01678466796875, + 0.0284576416015625, + -0.0305023193359375, + -0.0777587890625, + 0.022003173828125, + -0.04339599609375, + -0.046478271484375, + 0.0214996337890625, + 0.0411376953125, + -0.05731201171875, + -0.00788116455078125, + -0.0556640625, + -0.02056884765625, + 0.01007843017578125, + -0.00859832763671875, + 0.05322265625, + -0.0146331787109375, + 0.0013885498046875, + 0.02313232421875, + 0.039306640625, + -0.020263671875, + -0.0008826255798339844, + 0.050567626953125, + -0.0113067626953125, + -0.04522705078125, + 0.00399017333984375, + -0.0230255126953125, + -0.0069580078125, + -0.033172607421875, + -0.0171966552734375, + 0.0027637481689453125, + 0.0249786376953125, + 0.0224151611328125, + 0.022003173828125, + -0.07080078125, + -0.0335693359375, + -0.01678466796875, + 0.08392333984375, + -0.0124359130859375, + 0.047698974609375, + 0.005016326904296875, + -0.052398681640625, + 0.032562255859375, + -0.053619384765625, + -0.02313232421875, + 0.02374267578125, + 0.01340484619140625, + -0.0178070068359375, + 0.035003662109375, + -0.033966064453125, + 0.0041961669921875, + -0.014739990234375, + 0.015045166015625, + 0.005397796630859375, + -0.012847900390625, + -0.042999267578125, + 0.061004638671875, + 0.019439697265625, + -0.0577392578125, + -0.027435302734375, + -0.0195465087890625, + -0.00037097930908203125, + 0.027435302734375, + -0.05609130859375, + -0.005908966064453125, + -0.0196533203125, + -0.0634765625, + -0.0209808349609375, + 0.0296783447265625, + -0.036041259765625, + -0.0165863037109375, + -0.001739501953125, + 0.0157623291015625, + -0.01340484619140625, + 0.0260009765625, + -0.0036334991455078125, + 0.0184173583984375, + 0.03826904296875, + 0.0177001953125, + -0.0023403167724609375, + 0.0018167495727539062, + -0.028045654296875, + -0.03643798828125, + -0.0015611648559570312, + 0.040313720703125, + -0.020477294921875, + 0.0200653076171875, + -0.01202392578125, + -0.019134521484375, + 0.030914306640625, + -0.0634765625, + -0.0060882568359375, + -0.004016876220703125, + -0.00447845458984375, + -0.03009033203125, + -0.03521728515625, + 0.001605987548828125, + 0.011871337890625, + -0.003582000732421875, + -0.00665283203125, + 0.0201568603515625, + -0.017303466796875, + 0.01934814453125, + 0.0284576416015625, + 0.00046706199645996094, + -0.00814056396484375, + -0.004222869873046875, + -0.00829315185546875, + 0.0028667449951171875, + 0.0335693359375, + -0.008087158203125, + -0.028656005859375, + -0.056915283203125, + 0.0272216796875, + 0.0128936767578125, + -0.01739501953125, + 0.009674072265625, + -0.0296783447265625, + -0.064697265625, + -0.0113067626953125, + 0.017608642578125, + 0.0235443115234375, + -0.032135009765625, + -0.0252838134765625, + -0.0215911865234375, + -0.03521728515625, + -0.04443359375, + 0.033782958984375, + -0.0214996337890625, + 0.020477294921875, + -0.0016889572143554688, + -0.0450439453125, + 0.035614013671875, + 0.05035400390625, + 0.0234375, + 0.01494598388671875, + 0.033966064453125, + -0.02056884765625, + 0.01514434814453125, + -0.005374908447265625, + -0.026611328125, + -0.004070281982421875, + -0.01248931884765625, + 0.011566162109375, + -0.0302886962890625, + -0.01161956787109375, + 0.00962066650390625, + 0.020477294921875, + 0.03070068359375, + -0.0240478515625, + -0.01555633544921875, + 0.037872314453125, + -0.0014581680297851562, + 0.0589599609375, + -0.0399169921875, + -0.046661376953125, + 0.0128936767578125, + 0.0057830810546875, + 0.039520263671875, + 0.017913818359375, + 0.0137176513671875, + -0.02435302734375, + -0.005474090576171875, + 0.0626220703125, + -0.0474853515625, + -0.0079345703125, + -0.08062744140625, + -0.00519561767578125, + -0.004886627197265625, + 0.06793212890625, + 0.011871337890625, + 0.055267333984375, + -0.004810333251953125, + -0.02886962890625, + 0.0016632080078125, + 0.0380859375, + 0.05853271484375, + -0.0201568603515625, + -0.03826904296875, + 0.015045166015625, + 0.0029296875, + -0.046875, + -0.037445068359375, + -0.0009465217590332031, + 0.047271728515625, + -0.0638427734375, + -0.01268768310546875, + -0.01453399658203125, + 0.0186309814453125, + 0.0268096923828125, + 0.028656005859375, + -0.0296783447265625, + 0.043609619140625, + 0.0163726806640625, + -0.05487060546875, + -0.01300048828125, + -0.0212860107421875, + 0.005962371826171875, + 0.0513916015625, + 0.032562255859375, + -0.0614013671875, + 0.054046630859375, + 0.006805419921875, + 0.0386962890625, + 0.018829345703125, + 0.02117919921875, + -0.007472991943359375, + 0.035614013671875, + 0.0230255126953125, + 0.04974365234375, + -0.0302886962890625, + -0.007419586181640625, + 0.028656005859375, + 0.052398681640625, + 0.042572021484375, + 0.0198516845703125, + 0.00916290283203125, + 0.009521484375, + -0.03643798828125, + -0.03887939453125, + 0.036651611328125, + 0.01136016845703125, + -0.015960693359375, + -0.01995849609375, + -0.0487060546875, + 0.02435302734375, + -0.02117919921875, + 0.00803375244140625, + 0.0004382133483886719, + -0.0462646484375, + -0.032958984375, + 0.0162811279296875, + -0.0195465087890625, + -0.05487060546875, + 0.039306640625, + -0.03192138671875, + 0.001880645751953125, + -0.041961669921875, + -0.00920867919921875, + 0.046661376953125, + -0.0209808349609375, + -0.08349609375, + -0.0423583984375, + 0.0311126708984375, + -0.01003265380859375, + -0.0305023193359375, + 0.00162506103515625, + 0.0178070068359375, + -0.0276336669921875, + -0.045440673828125, + -0.050140380859375, + -0.031524658203125, + 0.028656005859375, + -0.0305023193359375, + 0.012847900390625, + -0.0000635981559753418, + -0.01320648193359375, + -0.00788116455078125, + -0.0203704833984375, + -0.061004638671875, + 0.035614013671875, + -0.031524658203125, + 0.0215911865234375, + 0.0282440185546875, + 0.02056884765625, + 0.0215911865234375, + 0.05731201171875, + 0.0197601318359375, + -0.00946807861328125, + -0.01146697998046875, + -0.0634765625, + 0.0296783447265625, + 0.0000775456428527832, + -0.01146697998046875, + -0.036834716796875, + -0.01294708251953125, + 0.052398681640625, + -0.032135009765625, + 0.0015096664428710938, + -0.00614166259765625, + -0.001880645751953125, + -0.03070068359375, + 0.01177215576171875, + 0.0018930435180664062, + -0.0002830028533935547, + 0.10723876953125, + 0.0214996337890625, + -0.022216796875, + -0.01514434814453125, + -0.027435302734375, + 0.045654296875, + 0.0212860107421875, + 0.041961669921875, + -0.01161956787109375, + 0.0128936767578125, + 0.01222991943359375, + -0.0005373954772949219, + 0.0162811279296875, + -0.0880126953125, + 0.0031223297119140625, + 0.02252197265625, + -0.00399017333984375, + -0.0101318359375, + 0.00550079345703125, + -0.0195465087890625, + 0.0165863037109375, + -0.044219970703125, + 0.01361083984375, + -0.004299163818359375, + -0.0197601318359375, + -0.04522705078125, + -0.011871337890625, + -0.0215911865234375, + -0.0264129638671875, + -0.01678466796875, + -0.028656005859375, + 0.0196533203125, + 0.01171875, + -0.060577392578125, + 0.0250701904296875, + 0.01483917236328125, + 0.006549835205078125, + 0.0218963623046875, + 0.0247650146484375, + -0.05487060546875, + -0.00818634033203125, + 0.0051422119140625, + 0.02783203125, + 0.00606536865234375, + -0.0130462646484375, + 0.00716400146484375, + 0.0154571533203125, + 0.0072174072265625, + -0.039306640625, + 0.08062744140625, + 0.0227203369140625, + -0.01294708251953125, + -0.05853271484375, + -0.04443359375, + -0.0089569091796875, + 0.0169830322265625, + -0.00555419921875, + 0.033355712890625, + 0.0187225341796875, + -0.0214996337890625, + -0.07489013671875, + 0.04278564453125, + -0.0227203369140625, + 0.02252197265625, + 0.006473541259765625, + -0.0075225830078125, + -0.06549072265625, + -0.0487060546875, + -0.039703369140625, + 0.00399017333984375, + -0.00281524658203125, + 0.04461669921875, + 0.039306640625, + 0.005733489990234375, + 0.0270233154296875, + 0.01309967041015625, + -0.0028533935546875, + 0.02435302734375, + 0.040130615234375, + -0.05096435546875, + 0.04443359375, + -0.025787353515625, + 0.0162811279296875, + 0.0125885009765625, + 0.01708984375, + 0.0075225830078125, + 0.0034027099609375, + -0.040740966796875, + -0.01995849609375, + 0.039306640625, + 0.032135009765625, + -0.0178070068359375, + 0.006038665771484375, + -0.028045654296875, + 0.015045166015625, + -0.00321197509765625, + -0.0180206298828125, + 0.035003662109375, + -0.026611328125, + -0.044830322265625, + -0.01033782958984375, + -0.05487060546875, + -0.0880126953125, + -0.0164794921875, + -0.05157470703125, + -0.03131103515625, + 0.005680084228515625, + 0.0305023193359375, + 0.049530029296875, + -0.026092529296875, + 0.0276336669921875, + -0.0111541748046875, + -0.03009033203125, + -0.043182373046875, + 0.0175018310546875, + -0.0302886962890625, + 0.0296783447265625, + 0.040130615234375, + -0.0305023193359375, + 0.005832672119140625, + 0.00844573974609375, + -0.00122833251953125, + -0.0198516845703125, + 0.0051422119140625, + -0.043609619140625, + 0.0290679931640625, + -0.049957275390625, + -0.007778167724609375, + 0.0423583984375, + -0.00238037109375, + 0.0268096923828125, + -0.0140228271484375, + 0.049346923828125, + -0.04052734375, + -0.0614013671875, + 0.00988006591796875, + -0.017913818359375, + -0.0227203369140625, + 0.00470733642578125, + -0.01192474365234375, + -0.0089569091796875, + -0.000005125999450683594, + 0.036651611328125, + 0.0282440185546875, + 0.04095458984375, + 0.0247650146484375, + -0.022613525390625, + -0.0166778564453125, + -0.0017652511596679688, + 0.0282440185546875, + 0.00506591796875, + 0.0244598388671875, + -0.023956298828125, + -0.0048370361328125, + -0.01233673095703125, + -0.08636474609375, + -0.001880645751953125, + -0.032745361328125, + -0.050567626953125, + -0.01514434814453125, + 0.06671142578125, + 0.03765869140625, + -0.00685882568359375, + 0.0233306884765625, + 0.06182861328125, + 0.036224365234375, + 0.004425048828125, + 0.0023288726806640625, + -0.07122802734375, + -0.001247406005859375, + 0.004913330078125, + 0.012847900390625, + -0.08270263671875, + 0.05731201171875, + 0.054046630859375, + 0.01453399658203125, + -0.01192474365234375, + -0.0006618499755859375, + -0.0106964111328125, + 0.0171966552734375, + 0.03009033203125, + 0.013916015625, + -0.04400634765625, + 0.00859832763671875, + 0.0166778564453125, + -0.01351165771484375, + 0.0143280029296875, + -0.002201080322265625, + -0.0380859375, + 0.0577392578125, + -0.03070068359375, + 0.002391815185546875, + 0.007472991943359375, + 0.07208251953125, + 0.00946807861328125, + -0.052001953125, + -0.032562255859375, + 0.02783203125, + 0.01514434814453125, + -0.0026874542236328125, + 0.0017271041870117188, + 0.01525115966796875, + 0.00637054443359375, + -0.00519561767578125, + 0.046051025390625, + -0.00360870361328125, + 0.06756591796875, + 0.026611328125, + -0.077392578125, + 0.0305023193359375, + -0.042999267578125, + -0.006320953369140625, + -0.01320648193359375, + -0.044830322265625, + -0.04217529296875, + -0.05853271484375, + 0.0162811279296875, + 0.0110015869140625, + 0.052398681640625, + 0.032562255859375, + 0.0162811279296875, + 0.0140228271484375, + 0.0017271041870117188, + 0.0246734619140625, + 0.03521728515625, + 0.005832672119140625, + -0.00859832763671875, + 0.005756378173828125, + 0.01555633544921875, + 0.00772857666015625, + -0.032958984375, + 0.020477294921875, + -0.0276336669921875, + 0.023956298828125, + -0.029266357421875, + 0.0008153915405273438, + 0.01525115966796875, + -0.042999267578125, + -0.0113067626953125, + -0.014434814453125, + 0.0006651878356933594, + -0.0201568603515625, + -0.048919677734375, + 0.0034542083740234375, + 0.0250701904296875, + -0.025482177734375, + -0.01320648193359375, + 0.0073699951171875, + -0.0057830810546875, + 0.01094818115234375, + -0.046661376953125, + 0.04461669921875, + 0.01412200927734375, + 0.036834716796875, + 0.0103912353515625, + 0.0009403228759765625, + 0.01514434814453125, + -0.0021228790283203125, + 0.0268096923828125, + 0.0201568603515625, + -0.053619384765625, + 0.07940673828125, + 0.02374267578125, + 0.004299163818359375, + -0.036651611328125, + 0.0183258056640625, + 0.0113067626953125, + -0.033782958984375, + 0.0253753662109375, + 0.00901031494140625, + 0.033355712890625, + -0.0033512115478515625, + -0.0041961669921875, + 0.00039649009704589844, + -0.06182861328125, + 0.06512451171875, + 0.00901031494140625, + 0.0169830322265625, + 0.0192413330078125, + -0.0146331787109375, + 0.0634765625, + 0.0014200210571289062, + 0.054443359375, + -0.05218505859375, + 0.041961669921875, + -0.030914306640625, + -0.0154571533203125, + -0.0036334991455078125, + 0.00555419921875, + -0.007778167724609375, + 0.005474090576171875, + -0.015655517578125, + 0.07366943359375, + 0.028045654296875, + -0.0196533203125, + -0.037445068359375, + -0.01422882080078125, + -0.002239227294921875, + 0.005451202392578125, + 0.045867919921875, + -0.06793212890625, + -0.0264129638671875, + 0.004425048828125, + 0.04052734375, + 0.032562255859375, + 0.035614013671875, + 0.03131103515625, + 0.0009784698486328125, + -0.002277374267578125, + 0.03009033203125, + -0.0228271484375 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "commandline", + "regular-expressions", + "piping", + "filtering" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Ghidra", + "type": "tool", + "name": "Ghidra", + "content": "ghidra nsas reverse-engineering-suite demokratisiert binary-analyse auf ida-pro-niveau. der decompiler transformiert assembly in lesbaren c-code für intuitiveres verständnis von programm-logik. unterstützt über 30 prozessor-architekturen von x86/x64 über arm bis zu obskuren embedded-cpus. das software reverse engineering framework ermöglicht kollaborative analyse durch ghidra-server. pcode als intermediate language vereinheitlicht cross-architecture-analysen. der function-graph visualisiert control-flow. data-type-manager rekonstruiert strukturen und klassen. script-manager automatisiert mit python/java wiederkehrende analysen. version tracking vergleicht binaries über versionen. cryptographic-signature-finder identifiziert verschlüsselungs-routinen. die extension-architektur erlaubt custom-analyzers. perfekt für malware-dekonstruktion, vulnerability-research und firmware-analyse. die steile lernkurve wird durch exzellente dokumentation und nsa-trainingsmaterial gemildert. 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.03759765625, + 0.00899505615234375, + 0.03900146484375, + 0.0203094482421875, + 0.01099395751953125, + 0.032623291015625, + 0.0313720703125, + 0.0134735107421875, + -0.0292510986328125, + -0.0255279541015625, + -0.0237579345703125, + 0.057098388671875, + 0.01187896728515625, + 0.00806427001953125, + -0.06561279296875, + 0.0285491943359375, + -0.017913818359375, + 0.00855255126953125, + 0.008819580078125, + 0.017822265625, + -0.0230560302734375, + -0.0221710205078125, + -0.0321044921875, + -0.0190582275390625, + 0.0065155029296875, + 0.00917816162109375, + -0.017730712890625, + -0.0830078125, + -0.0230560302734375, + -0.00347900390625, + 0.03173828125, + -0.016845703125, + -0.006561279296875, + 0.0161285400390625, + 0.0094451904296875, + -0.01471710205078125, + -0.00775909423828125, + -0.037933349609375, + 0.005718231201171875, + 0.04718017578125, + -0.030853271484375, + 0.0117034912109375, + 0.021270751953125, + -0.007843017578125, + -0.017730712890625, + -0.0521240234375, + -0.00007933378219604492, + -0.01568603515625, + 0.01214599609375, + -0.042388916015625, + 0.03546142578125, + 0.01276397705078125, + 0.01568603515625, + -0.030670166015625, + -0.024993896484375, + 0.01471710205078125, + 0.01471710205078125, + -0.0292510986328125, + -0.0303192138671875, + 0.07342529296875, + -0.0226898193359375, + -0.00899505615234375, + 0.00350189208984375, + -0.01525115966796875, + 0.0202178955078125, + 0.027130126953125, + -0.0171051025390625, + -0.03173828125, + 0.01409912109375, + 0.0001475811004638672, + 0.0093536376953125, + 0.0038127899169921875, + -0.0182647705078125, + 0.036346435546875, + -0.05816650390625, + -0.04998779296875, + 0.0061187744140625, + 0.02410888671875, + 0.025360107421875, + 0.018707275390625, + -0.02447509765625, + 0.0035247802734375, + 0.036346435546875, + -0.0192413330078125, + -0.007091522216796875, + 0.01312255859375, + 0.016845703125, + 0.0211029052734375, + 0.005451202392578125, + -0.006206512451171875, + 0.0007009506225585938, + -0.019683837890625, + 0.0294342041015625, + -0.00970458984375, + 0.0219879150390625, + 0.056396484375, + -0.04718017578125, + -0.002559661865234375, + -0.041656494140625, + 0.0106353759765625, + 0.032440185546875, + -0.0011911392211914062, + 0.03704833984375, + -0.0116119384765625, + 0.036163330078125, + -0.03546142578125, + 0.01462554931640625, + -0.0124969482421875, + -0.006473541259765625, + -0.00917816162109375, + -0.08721923828125, + -0.02996826171875, + -0.0242919921875, + -0.061004638671875, + -0.0061187744140625, + -0.004566192626953125, + -0.01197052001953125, + 0.0333251953125, + -0.04681396484375, + -0.021270751953125, + 0.018798828125, + 0.00899505615234375, + -0.0037899017333984375, + 0.02410888671875, + -0.06134033203125, + -0.045379638671875, + 0.0021610260009765625, + 0.0305023193359375, + -0.03387451171875, + 0.0008645057678222656, + -0.006694793701171875, + -0.0285491943359375, + -0.0165863037109375, + -0.0014295578002929688, + -0.019775390625, + -0.0313720703125, + 0.044342041015625, + -0.0194091796875, + 0.003879547119140625, + 0.004566192626953125, + 0.03173828125, + -0.0283660888671875, + -0.04254150390625, + 0.018524169921875, + -0.0021610260009765625, + -0.019866943359375, + 0.0099334716796875, + 0.04486083984375, + -0.0274810791015625, + -0.00864410400390625, + -0.006072998046875, + -0.0039215087890625, + 0.0634765625, + 0.005672454833984375, + 0.0035457611083984375, + -0.0257110595703125, + -0.01427459716796875, + -0.0125885009765625, + 0.042205810546875, + -0.0015954971313476562, + -0.01090240478515625, + 0.0203094482421875, + -0.00970458984375, + 0.04132080078125, + -0.032440185546875, + -0.040252685546875, + -0.0040130615234375, + 0.0230560302734375, + 0.00957489013671875, + -0.0125885009765625, + 0.03350830078125, + 0.0088653564453125, + 0.04486083984375, + 0.056396484375, + -0.01214599609375, + 0.0161285400390625, + -0.01418304443359375, + -0.004852294921875, + 0.0255279541015625, + 0.0161285400390625, + -0.0372314453125, + -0.0294342041015625, + 0.0333251953125, + 0.008026123046875, + 0.034759521484375, + -0.00855255126953125, + -0.0242919921875, + -0.05072021484375, + -0.0201263427734375, + 0.0218048095703125, + -0.04290771484375, + -0.007843017578125, + -0.019775390625, + 0.047515869140625, + 0.01143646240234375, + 0.07232666015625, + 0.01959228515625, + -0.01418304443359375, + 0.047882080078125, + -0.0108184814453125, + 0.01409912109375, + 0.041839599609375, + -0.00281524658203125, + 0.061004638671875, + 0.023406982421875, + 0.00027561187744140625, + -0.0153350830078125, + 0.044158935546875, + 0.0267791748046875, + -0.0103759765625, + -0.0125885009765625, + 0.045379638671875, + 0.001873016357421875, + 0.007358551025390625, + -0.04644775390625, + -0.038482666015625, + 0.03350830078125, + -0.00372314453125, + 0.00899505615234375, + 0.00396728515625, + -0.006473541259765625, + -0.04290771484375, + -0.007534027099609375, + 0.018707275390625, + -0.0074920654296875, + 0.033172607421875, + 0.041839599609375, + -0.015869140625, + -0.0125885009765625, + 0.03350830078125, + 0.03582763671875, + 0.02801513671875, + 0.004589080810546875, + -0.007312774658203125, + -0.023590087890625, + -0.036529541015625, + 0.01409912109375, + 0.04718017578125, + 0.0230560302734375, + 0.0312042236328125, + -0.04327392578125, + 0.0313720703125, + -0.0287322998046875, + 0.051422119140625, + 0.023590087890625, + -0.02252197265625, + -0.00200653076171875, + -0.007137298583984375, + 0.03509521484375, + 0.05072021484375, + -0.053558349609375, + -0.019500732421875, + -0.040771484375, + 0.0125885009765625, + -0.056396484375, + -0.030670166015625, + 0.004276275634765625, + -0.05426025390625, + 0.045745849609375, + -0.005451202392578125, + -0.040252685546875, + -0.00301361083984375, + 0.031036376953125, + -0.01134490966796875, + 0.040435791015625, + 0.01320648193359375, + -0.03546142578125, + 0.0124969482421875, + 0.08154296875, + -0.004764556884765625, + -0.0208282470703125, + -0.0155181884765625, + 0.010284423828125, + -0.002437591552734375, + 0.01515960693359375, + -0.017913818359375, + 0.0108642578125, + 0.042022705078125, + 0.0246429443359375, + 0.04150390625, + -0.0267791748046875, + 0.01294708251953125, + -0.0089111328125, + 0.059234619140625, + -0.039886474609375, + -0.00771331787109375, + 0.00560760498046875, + -0.00815582275390625, + 0.0011911392211914062, + -0.051422119140625, + -0.00966644287109375, + 0.0411376953125, + 0.029083251953125, + 0.0038127899169921875, + 0.02978515625, + -0.055328369140625, + 0.025177001953125, + 0.010284423828125, + -0.02606201171875, + 0.023223876953125, + 0.05780029296875, + -0.0489501953125, + -0.00281524658203125, + -0.006916046142578125, + -0.00049591064453125, + -0.0411376953125, + -0.0450439453125, + -0.0164947509765625, + 0.0033473968505859375, + -0.0303192138671875, + -0.0333251953125, + 0.0004901885986328125, + -0.0013685226440429688, + 0.022247314453125, + -0.01320648193359375, + -0.001739501953125, + -0.05389404296875, + -0.03509521484375, + -0.0106353759765625, + -0.036712646484375, + -0.019500732421875, + -0.038665771484375, + 0.0701904296875, + 0.00815582275390625, + 0.01010894775390625, + -0.0022487640380859375, + 0.0030803680419921875, + -0.0287322998046875, + 0.01861572265625, + -0.0163116455078125, + 0.0025386810302734375, + 0.0003628730773925781, + 0.06451416015625, + 0.032806396484375, + 0.00673675537109375, + 0.032257080078125, + 0.06170654296875, + 0.042205810546875, + -0.0303192138671875, + -0.0117950439453125, + 0.00766754150390625, + 0.0136566162109375, + -0.0079803466796875, + -0.00815582275390625, + -0.032440185546875, + -0.0202178955078125, + -0.01232147216796875, + 0.01338958740234375, + 0.00469970703125, + 0.048583984375, + 0.0183563232421875, + 0.0074920654296875, + -0.007091522216796875, + 0.054962158203125, + 0.027313232421875, + 0.1007080078125, + 0.00917816162109375, + -0.052825927734375, + 0.005985260009765625, + 0.03704833984375, + -0.03778076171875, + -0.025177001953125, + 0.0257110595703125, + 0.02447509765625, + -0.006649017333984375, + 0.026947021484375, + -0.027130126953125, + 0.0171966552734375, + -0.02606201171875, + 0.0192413330078125, + 0.030670166015625, + -0.023223876953125, + 0.0189666748046875, + 0.0173797607421875, + 0.0312042236328125, + 0.01436614990234375, + 0.03350830078125, + -0.02783203125, + -0.015960693359375, + -0.052825927734375, + -0.03759765625, + 0.0255279541015625, + 0.026947021484375, + 0.0220794677734375, + 0.036895751953125, + -0.0242919921875, + -0.047515869140625, + 0.01320648193359375, + -0.052490234375, + 0.09075927734375, + 0.0305023193359375, + -0.00536346435546875, + 0.0321044921875, + -0.0296173095703125, + 0.0061187744140625, + 0.005764007568359375, + 0.01605224609375, + 0.0482177734375, + 0.06207275390625, + 0.040069580078125, + 0.01763916015625, + -0.039886474609375, + 0.023223876953125, + 0.019500732421875, + 0.026947021484375, + -0.0218963623046875, + 0.040069580078125, + 0.0008091926574707031, + 0.0208282470703125, + -0.0179901123046875, + 0.038665771484375, + 0.0219879150390625, + -0.0174713134765625, + 0.0303192138671875, + -0.0303192138671875, + 0.034393310546875, + -0.046112060546875, + -0.0032138824462890625, + 0.007534027099609375, + 0.0210113525390625, + 0.02996826171875, + 0.036529541015625, + -0.0595703125, + -0.00678253173828125, + 0.04522705078125, + -0.07232666015625, + 0.0237579345703125, + 0.00443267822265625, + -0.005298614501953125, + 0.005939483642578125, + -0.0208282470703125, + -0.0595703125, + 0.03955078125, + -0.036895751953125, + -0.037933349609375, + 0.0164031982421875, + 0.00904083251953125, + -0.0211029052734375, + -0.020477294921875, + -0.0340576171875, + -0.0040130615234375, + -0.027313232421875, + -0.029083251953125, + 0.03955078125, + 0.0017957687377929688, + -0.0027713775634765625, + 0.05035400390625, + 0.02606201171875, + -0.026947021484375, + -0.00511932373046875, + 0.0208282470703125, + -0.02154541015625, + -0.03582763671875, + 0.019500732421875, + 0.0303192138671875, + 0.003879547119140625, + -0.043792724609375, + -0.0194091796875, + 0.01320648193359375, + -0.003635406494140625, + -0.0006260871887207031, + 0.0098876953125, + -0.039886474609375, + -0.03582763671875, + -0.03192138671875, + 0.035980224609375, + -0.0007257461547851562, + 0.03155517578125, + 0.0014629364013671875, + -0.06561279296875, + 0.01480865478515625, + -0.049285888671875, + -0.01374053955078125, + -0.00917816162109375, + 0.0135650634765625, + 0.01055145263671875, + 0.051788330078125, + -0.0023708343505859375, + -0.041656494140625, + -0.00044608116149902344, + 0.0411376953125, + 0.021270751953125, + 0.0211944580078125, + -0.04998779296875, + 0.0701904296875, + 0.0228729248046875, + -0.033172607421875, + -0.00829315185546875, + -0.0219879150390625, + 0.005008697509765625, + 0.038818359375, + -0.057464599609375, + -0.0126800537109375, + -0.0287322998046875, + -0.0677490234375, + -0.051422119140625, + -0.019866943359375, + -0.01374053955078125, + -0.0313720703125, + 0.02978515625, + 0.019500732421875, + 0.01605224609375, + 0.040618896484375, + -0.001003265380859375, + -0.0283660888671875, + 0.0219879150390625, + -0.0001786947250366211, + -0.0239410400390625, + 0.0201263427734375, + -0.040618896484375, + -0.007801055908203125, + -0.0213623046875, + 0.023590087890625, + -0.02801513671875, + 0.0201263427734375, + 0.0262451171875, + -0.020660400390625, + 0.038818359375, + -0.03369140625, + -0.0218963623046875, + -0.034576416015625, + -0.054962158203125, + -0.042022705078125, + -0.0213623046875, + 0.00055694580078125, + 0.0294342041015625, + -0.0126800537109375, + 0.04150390625, + 0.019866943359375, + -0.04254150390625, + 0.007625579833984375, + 0.00859832763671875, + -0.030670166015625, + 0.0213623046875, + -0.006381988525390625, + 0.0024051666259765625, + -0.0264129638671875, + 0.018890380859375, + -0.0239410400390625, + -0.040435791015625, + -0.0897216796875, + 0.0258941650390625, + -0.032623291015625, + -0.0239410400390625, + -0.0221710205078125, + -0.030670166015625, + -0.054962158203125, + 0.0036792755126953125, + 0.006916046142578125, + -0.0113067626953125, + 0.01276397705078125, + -0.0391845703125, + -0.0003712177276611328, + -0.0134735107421875, + -0.032806396484375, + 0.04644775390625, + -0.0274810791015625, + -0.010284423828125, + -0.0191497802734375, + -0.03973388671875, + 0.0285491943359375, + 0.0303192138671875, + 0.017547607421875, + 0.02447509765625, + 0.032806396484375, + -0.0191497802734375, + 0.0265960693359375, + 0.021636962890625, + -0.0093536376953125, + -0.0283660888671875, + -0.006206512451171875, + 0.036529541015625, + -0.01702880859375, + -0.038665771484375, + 0.015960693359375, + 0.03741455078125, + -0.004055023193359375, + -0.0026035308837890625, + -0.029083251953125, + 0.030853271484375, + 0.00864410400390625, + 0.0391845703125, + -0.00673675537109375, + -0.040618896484375, + -0.0126800537109375, + -0.01187896728515625, + 0.0489501953125, + 0.04718017578125, + 0.00232696533203125, + -0.03973388671875, + 0.00516510009765625, + 0.045745849609375, + -0.0165863037109375, + -0.02978515625, + -0.037933349609375, + 0.004543304443359375, + 0.01506805419921875, + 0.056396484375, + -0.01506805419921875, + 0.0858154296875, + 0.019775390625, + 0.00467681884765625, + 0.0264129638671875, + 0.05426025390625, + 0.0489501953125, + -0.018890380859375, + -0.041656494140625, + -0.007625579833984375, + -0.013031005859375, + -0.023406982421875, + -0.048583984375, + 0.0163116455078125, + 0.030853271484375, + -0.0521240234375, + -0.0313720703125, + -0.022247314453125, + 0.019500732421875, + 0.014984130859375, + 0.02996826171875, + -0.007579803466796875, + 0.03582763671875, + -0.01294708251953125, + -0.04254150390625, + 0.0018510818481445312, + -0.0218048095703125, + 0.01427459716796875, + 0.0430908203125, + 0.0274810791015625, + -0.0321044921875, + 0.0237579345703125, + 0.01116943359375, + 0.01329803466796875, + 0.0012302398681640625, + 0.0221710205078125, + 0.0182647705078125, + 0.040069580078125, + 0.04345703125, + 0.03369140625, + -0.033172607421875, + -0.021453857421875, + -0.0262451171875, + 0.0321044921875, + 0.020477294921875, + 0.026947021484375, + 0.00443267822265625, + -0.01099395751953125, + -0.005672454833984375, + -0.05426025390625, + 0.0034580230712890625, + -0.001750946044921875, + -0.006561279296875, + -0.03759765625, + -0.031036376953125, + -0.005008697509765625, + -0.03973388671875, + 0.0255279541015625, + 0.0200347900390625, + -0.0208282470703125, + -0.007358551025390625, + 0.052490234375, + 0.00511932373046875, + -0.03741455078125, + 0.03387451171875, + -0.02447509765625, + -0.032989501953125, + -0.052825927734375, + -0.038482666015625, + 0.04095458984375, + -0.0294342041015625, + -0.07696533203125, + -0.0239410400390625, + 0.045379638671875, + -0.0136566162109375, + -0.03350830078125, + -0.0078887939453125, + 0.0022487640380859375, + -0.040252685546875, + -0.0248260498046875, + -0.034759521484375, + -0.021636962890625, + 0.0012187957763671875, + -0.0599365234375, + 0.0116119384765625, + 0.00727081298828125, + 0.002948760986328125, + -0.0113067626953125, + -0.0172882080078125, + -0.04522705078125, + 0.066650390625, + -0.0556640625, + 0.06207275390625, + 0.00904083251953125, + 0.015777587890625, + 0.04290771484375, + 0.05035400390625, + -0.01187896728515625, + 0.00678253173828125, + -0.0061187744140625, + -0.0780029296875, + -0.0051422119140625, + 0.006473541259765625, + 0.01143646240234375, + -0.06597900390625, + -0.00811004638671875, + 0.0262451171875, + -0.0638427734375, + -0.005496978759765625, + 0.003170013427734375, + -0.0239410400390625, + -0.0391845703125, + 0.007625579833984375, + -0.0079803466796875, + -0.01294708251953125, + 0.0869140625, + 0.01276397705078125, + -0.01152801513671875, + 0.0276641845703125, + -0.053192138671875, + 0.0521240234375, + 0.028900146484375, + 0.047515869140625, + -0.042205810546875, + 0.019683837890625, + 0.0228729248046875, + -0.015777587890625, + -0.00469970703125, + -0.068115234375, + -0.01471710205078125, + 0.0276641845703125, + 0.036895751953125, + -0.004055023193359375, + 0.002658843994140625, + -0.01959228515625, + -0.0078887939453125, + -0.023223876953125, + 0.0220794677734375, + 0.018890380859375, + 0.012054443359375, + -0.05426025390625, + -0.0209197998046875, + 0.01480865478515625, + -0.040771484375, + -0.01763916015625, + -0.034942626953125, + 0.02606201171875, + -0.00824737548828125, + -0.06207275390625, + 0.03369140625, + 0.003414154052734375, + 0.0230560302734375, + 0.0220794677734375, + 0.049652099609375, + -0.04522705078125, + -0.0027599334716796875, + -0.0038127899169921875, + 0.04644775390625, + 0.0283660888671875, + 0.0237579345703125, + -0.0125885009765625, + 0.032440185546875, + 0.00727081298828125, + -0.019866943359375, + 0.04486083984375, + 0.01374053955078125, + -0.0008254051208496094, + -0.048583984375, + -0.034759521484375, + -0.025360107421875, + 0.04327392578125, + 0.016754150390625, + 0.040435791015625, + 0.0032367706298828125, + 0.003368377685546875, + -0.08795166015625, + 0.0521240234375, + -0.0255279541015625, + 0.0008254051208496094, + 0.018707275390625, + -0.0283660888671875, + -0.0709228515625, + -0.04998779296875, + -0.01329803466796875, + 0.0009140968322753906, + -0.02996826171875, + 0.03350830078125, + 0.035980224609375, + 0.001102447509765625, + -0.00023412704467773438, + -0.00540924072265625, + 0.0098419189453125, + 0.04132080078125, + -0.00855255126953125, + -0.03546142578125, + 0.059234619140625, + -0.04718017578125, + 0.002471923828125, + 0.00580596923828125, + 0.032623291015625, + 0.007534027099609375, + 0.01515960693359375, + -0.036712646484375, + -0.007183074951171875, + 0.0190582275390625, + 0.044158935546875, + -0.0210113525390625, + -0.00200653076171875, + -0.02056884765625, + 0.032989501953125, + -0.001861572265625, + 0.018707275390625, + 0.0004627704620361328, + -0.0239410400390625, + -0.0340576171875, + -0.002826690673828125, + -0.057098388671875, + -0.0791015625, + -0.01134490966796875, + -0.031036376953125, + -0.0022602081298828125, + 0.0264129638671875, + 0.00673675537109375, + 0.03350830078125, + -0.0391845703125, + 0.027313232421875, + -0.0117034912109375, + -0.018798828125, + -0.01099395751953125, + 0.0265960693359375, + -0.003391265869140625, + 0.0303192138671875, + 0.032989501953125, + -0.0135650634765625, + 0.03387451171875, + -0.0208282470703125, + -0.0267791748046875, + -0.00766754150390625, + 0.00908660888671875, + -0.0208282470703125, + 0.0489501953125, + -0.070556640625, + -0.019683837890625, + 0.01329803466796875, + 0.0164947509765625, + 0.004611968994140625, + -0.0211944580078125, + 0.038482666015625, + 0.00176239013671875, + -0.07196044921875, + 0.00678253173828125, + -0.016754150390625, + -0.0321044921875, + -0.008819580078125, + -0.0294342041015625, + 0.01276397705078125, + 0.025360107421875, + 0.0595703125, + 0.01294708251953125, + 0.06951904296875, + 0.0164031982421875, + -0.0301361083984375, + 0.005519866943359375, + -0.01001739501953125, + 0.03564453125, + 0.014984130859375, + 0.0303192138671875, + 0.00045990943908691406, + 0.0296173095703125, + -0.0014629364013671875, + -0.08831787109375, + 0.00301361083984375, + -0.0183563232421875, + -0.05426025390625, + 0.006206512451171875, + 0.0673828125, + 0.025177001953125, + 0.0257110595703125, + 0.0221710205078125, + 0.06634521484375, + 0.042205810546875, + -0.00003063678741455078, + -0.0292510986328125, + -0.0673828125, + -0.013031005859375, + 0.045745849609375, + 0.025177001953125, + -0.0634765625, + 0.0340576171875, + 0.08013916015625, + 0.005298614501953125, + -0.0008645057678222656, + -0.00962066650390625, + -0.0246429443359375, + 0.062744140625, + 0.0248260498046875, + 0.02606201171875, + -0.08868408203125, + -0.00806427001953125, + 0.0125885009765625, + -0.0111236572265625, + -0.004344940185546875, + -0.017822265625, + -0.013916015625, + 0.05462646484375, + -0.07342529296875, + 0.008819580078125, + 0.038299560546875, + 0.05816650390625, + 0.0028591156005859375, + -0.043792724609375, + 0.01409912109375, + 0.016845703125, + -0.00004279613494873047, + -0.006473541259765625, + -0.01276397705078125, + 0.0005650520324707031, + -0.0450439453125, + 0.019775390625, + 0.04644775390625, + -0.00908660888671875, + 0.0489501953125, + 0.019775390625, + -0.04644775390625, + 0.0267791748046875, + -0.015869140625, + 0.01427459716796875, + 0.00629425048828125, + -0.0391845703125, + -0.03900146484375, + -0.0257110595703125, + 0.0226898193359375, + -0.0036792755126953125, + 0.036163330078125, + -0.01409912109375, + -0.0039215087890625, + -0.0008978843688964844, + -0.00438690185546875, + 0.017913818359375, + 0.0301361083984375, + 0.02801513671875, + 0.045745849609375, + 0.019775390625, + 0.0116119384765625, + 0.00899505615234375, + -0.017547607421875, + 0.049652099609375, + -0.0333251953125, + 0.032623291015625, + -0.051055908203125, + -0.00374603271484375, + 0.01338958740234375, + -0.0257110595703125, + -0.0025482177734375, + -0.0274810791015625, + -0.0190582275390625, + -0.023590087890625, + -0.0226898193359375, + 0.018707275390625, + 0.051422119140625, + -0.051055908203125, + 0.006603240966796875, + 0.0312042236328125, + 0.005229949951171875, + 0.019500732421875, + -0.04486083984375, + 0.0780029296875, + 0.00970458984375, + 0.036163330078125, + -0.007137298583984375, + 0.0116119384765625, + 0.043975830078125, + -0.0184478759765625, + 0.017822265625, + 0.05035400390625, + 0.0274810791015625, + 0.059234619140625, + 0.0352783203125, + 0.023223876953125, + -0.03155517578125, + 0.034576416015625, + 0.0108642578125, + -0.0450439453125, + 0.01480865478515625, + 0.0069580078125, + 0.0021610260009765625, + -0.007843017578125, + -0.01462554931640625, + -0.00042939186096191406, + -0.051788330078125, + 0.04522705078125, + 0.0089111328125, + -0.01152801513671875, + 0.03155517578125, + -0.027313232421875, + 0.058868408203125, + -0.0029697418212890625, + 0.059234619140625, + -0.03759765625, + 0.07379150390625, + -0.01506805419921875, + 0.004520416259765625, + -0.002948760986328125, + 0.0181732177734375, + -0.001407623291015625, + 0.04644775390625, + -0.0111236572265625, + 0.06207275390625, + 0.0173797607421875, + 0.012237548828125, + -0.056396484375, + -0.036529541015625, + -0.00257110595703125, + 0.00820159912109375, + 0.041839599609375, + -0.034576416015625, + -0.0230560302734375, + -0.01241302490234375, + 0.023590087890625, + 0.06597900390625, + -0.0134735107421875, + 0.0226898193359375, + 0.004833221435546875, + -0.0060272216796875, + -0.00806427001953125, + 0.0005817413330078125 + ], + "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_Magnet_AXIOM", + "type": "tool", + "name": "Magnet AXIOM", + "content": "magnet axiom die umfassende digital-investigation-plattform kombiniert akquisition, analyse und reporting in einer integrierten suite für end-to-end-forensik. axiom process sammelt artefakte von über 300 datenquellen: computers, mobile devices, cloud services, iot-geräte. die ki-gestützte artifact- categorization klassifiziert automatisch verdächtige inhalte und reduziert manuelle review-zeit drastisch. besonders wertvoll: internet evidence finder (ief) engine extrahiert web-artefakte aus allen major-browsern, magnet.ai beschleunigt csam-detection, connections-view visualisiert kommunikations-patterns zwischen personen. cloud-forensics-module greifen auf google, microsoft, apple-accounts zu. die parallel-processing-engine analysiert terabytes in stunden statt tagen. advanced-carving rekonstruiert gelöschte multimedia-dateien. timeline-engine korreliert events über alle evidenzen. report-templates generieren gerichtsfeste dokumentation. integration mit axiom cyber für endpoint-response. eine etablierte software für high-volume-ermittlungen mit budget für enterprise-lizenzen. 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.0099334716796875, + 0.041900634765625, + 0.06494140625, + 0.0161285400390625, + 0.03070068359375, + 0.05548095703125, + 0.0222320556640625, + 0.0023975372314453125, + -0.01180267333984375, + -0.01003265380859375, + -0.0070343017578125, + 0.05902099609375, + 0.005901336669921875, + -0.00959014892578125, + -0.06298828125, + 0.03521728515625, + -0.009490966796875, + 0.0231170654296875, + 0.022918701171875, + -0.007427215576171875, + -0.0187835693359375, + 0.00038433074951171875, + -0.05194091796875, + 0.00914764404296875, + 0.01751708984375, + -0.01018524169921875, + -0.038177490234375, + -0.052734375, + -0.0360107421875, + -0.004650115966796875, + 0.00885772705078125, + -0.0157470703125, + -0.0008053779602050781, + 0.00860595703125, + 0.00516510009765625, + -0.01416778564453125, + -0.0017833709716796875, + -0.044464111328125, + -0.0293121337890625, + 0.0161285400390625, + -0.019775390625, + 0.0061492919921875, + 0.036590576171875, + 0.00341796875, + -0.024993896484375, + -0.0305023193359375, + 0.00107574462890625, + -0.00939178466796875, + -0.00341796875, + -0.007526397705078125, + 0.023223876953125, + 0.0283355712890625, + -0.007724761962890625, + 0.00484466552734375, + -0.032073974609375, + 0.02716064453125, + 0.0096435546875, + -0.0299072265625, + -0.053131103515625, + 0.048614501953125, + -0.053924560546875, + -0.00978851318359375, + -0.0114593505859375, + -0.0067901611328125, + 0.00910186767578125, + 0.042510986328125, + -0.00890350341796875, + -0.01505279541015625, + 0.018890380859375, + 0.0038623809814453125, + -0.0012111663818359375, + -0.0079193115234375, + -0.0161285400390625, + 0.037384033203125, + -0.01348114013671875, + -0.03973388671875, + 0.0257720947265625, + 0.0223388671875, + 0.019287109375, + -0.006298065185546875, + -0.04052734375, + -0.0010519027709960938, + 0.029510498046875, + -0.00865936279296875, + -0.045440673828125, + -0.00870513916015625, + 0.0379638671875, + 0.0114593505859375, + -0.0096893310546875, + 0.016326904296875, + 0.0147552490234375, + 0.00782012939453125, + 0.0186004638671875, + -0.01525115966796875, + 0.04998779296875, + 0.053131103515625, + -0.02105712890625, + -0.0085601806640625, + -0.00101470947265625, + 0.0289306640625, + 0.01751708984375, + -0.0350341796875, + 0.05194091796875, + -0.0170135498046875, + 0.035614013671875, + -0.019775390625, + 0.004894256591796875, + -0.0174102783203125, + -0.009490966796875, + -0.0283355712890625, + -0.0999755859375, + -0.019378662109375, + -0.01190185546875, + -0.053924560546875, + 0.00737762451171875, + 0.03778076171875, + -0.0165252685546875, + 0.0379638671875, + -0.06256103515625, + -0.037200927734375, + 0.04150390625, + -0.005092620849609375, + 0.0085601806640625, + -0.0028400421142578125, + -0.037200927734375, + -0.053924560546875, + 0.006000518798828125, + 0.01116943359375, + -0.040740966796875, + -0.0174102783203125, + -0.032257080078125, + -0.0253753662109375, + -0.0085601806640625, + -0.01396942138671875, + 0.00914764404296875, + -0.0269622802734375, + 0.04998779296875, + 0.004871368408203125, + -0.0019931793212890625, + 0.0187835693359375, + 0.0369873046875, + -0.00313568115234375, + -0.053131103515625, + -0.0024471282958984375, + -0.058624267578125, + -0.00870513916015625, + -0.0019063949584960938, + 0.06884765625, + -0.041900634765625, + -0.005435943603515625, + -0.006984710693359375, + 0.01465606689453125, + 0.04052734375, + 0.0098876953125, + 0.020751953125, + -0.04290771484375, + 0.0114593505859375, + -0.038177490234375, + 0.021148681640625, + 0.0013093948364257812, + -0.0015192031860351562, + 0.013671875, + 0.0020294189453125, + 0.0360107421875, + -0.022430419921875, + -0.04998779296875, + -0.0244903564453125, + 0.01525115966796875, + 0.01259613037109375, + -0.0203704833984375, + 0.019378662109375, + -0.01116943359375, + 0.06414794921875, + 0.06964111328125, + -0.002532958984375, + 0.013580322265625, + 0.010772705078125, + -0.0046234130859375, + 0.0283355712890625, + 0.00492095947265625, + 0.001697540283203125, + -0.0191802978515625, + 0.0248870849609375, + 0.0168304443359375, + 0.0121002197265625, + 0.0006794929504394531, + -0.01751708984375, + 0.015350341796875, + -0.034423828125, + 0.031494140625, + -0.03167724609375, + -0.02557373046875, + -0.02557373046875, + 0.0263671875, + 0.033050537109375, + 0.07440185546875, + 0.0263671875, + -0.0223388671875, + 0.035797119140625, + 0.0062713623046875, + 0.03167724609375, + 0.030303955078125, + 0.0159454345703125, + 0.04229736328125, + 0.012786865234375, + 0.0129852294921875, + 0.00528717041015625, + 0.03936767578125, + 0.0178985595703125, + -0.02911376953125, + 0.00649261474609375, + 0.045654296875, + -0.0090484619140625, + -0.007083892822265625, + -0.03167724609375, + -0.00811767578125, + 0.0162353515625, + -0.0169219970703125, + -0.012542724609375, + 0.0099334716796875, + 0.009246826171875, + -0.0546875, + -0.0221405029296875, + 0.00939178466796875, + -0.007724761962890625, + 0.00934600830078125, + 0.0209503173828125, + -0.029510498046875, + -0.0186004638671875, + 0.00821685791015625, + 0.034820556640625, + 0.034637451171875, + -0.01180267333984375, + 0.017120361328125, + -0.0029144287109375, + -0.006298065185546875, + 0.038177490234375, + 0.013671875, + 0.047607421875, + 0.0012731552124023438, + 0.00023365020751953125, + 0.02056884765625, + -0.0186004638671875, + 0.0301055908203125, + 0.0265655517578125, + -0.0187835693359375, + 0.0038127899169921875, + 0.004550933837890625, + 0.03521728515625, + 0.0491943359375, + -0.05706787109375, + -0.013580322265625, + -0.07476806640625, + 0.013671875, + -0.07989501953125, + -0.0546875, + -0.019378662109375, + -0.04290771484375, + 0.06060791015625, + -0.03619384765625, + -0.028533935546875, + 0.0032215118408203125, + 0.014068603515625, + 0.0261688232421875, + 0.0430908203125, + -0.0053863525390625, + -0.037200927734375, + 0.005657196044921875, + 0.04840087890625, + 0.0178070068359375, + 0.0038623809814453125, + -0.0028285980224609375, + 0.0212554931640625, + -0.011260986328125, + 0.015838623046875, + -0.02716064453125, + 0.021942138671875, + 0.043670654296875, + 0.049591064453125, + 0.0098419189453125, + -0.0243988037109375, + 0.01244354248046875, + -0.00496673583984375, + 0.0186920166015625, + -0.040130615234375, + 0.0017337799072265625, + 0.005313873291015625, + 0.00460052490234375, + 0.0248870849609375, + -0.072021484375, + 0.0187835693359375, + 0.052337646484375, + 0.0203704833984375, + 0.014556884765625, + 0.0018939971923828125, + -0.0293121337890625, + 0.00713348388671875, + -0.00005650520324707031, + -0.011016845703125, + 0.0213470458984375, + 0.04937744140625, + -0.032073974609375, + 0.0186920166015625, + -0.01018524169921875, + 0.0067901611328125, + -0.0440673828125, + -0.044677734375, + -0.0217437744140625, + -0.013671875, + -0.046844482421875, + -0.0289306640625, + 0.0172119140625, + -0.03619384765625, + 0.0008425712585449219, + -0.0178070068359375, + 0.025970458984375, + -0.023223876953125, + -0.06494140625, + -0.0142669677734375, + -0.0063934326171875, + -0.037200927734375, + -0.0182037353515625, + 0.05706787109375, + 0.00492095947265625, + 0.008758544921875, + 0.00811767578125, + -0.007770538330078125, + -0.052734375, + -0.002410888671875, + -0.004451751708984375, + 0.0161285400390625, + -0.0369873046875, + 0.04742431640625, + 0.01171112060546875, + 0.021942138671875, + 0.0186004638671875, + 0.044281005859375, + 0.03619384765625, + -0.01018524169921875, + 0.001598358154296875, + -0.0070343017578125, + -0.0022258758544921875, + 0.043670654296875, + -0.032470703125, + -0.017120361328125, + 0.0031108856201171875, + -0.0209503173828125, + 0.02911376953125, + 0.028533935546875, + 0.01259613037109375, + 0.0186004638671875, + -0.0161285400390625, + 0.00978851318359375, + 0.061004638671875, + 0.0004611015319824219, + 0.09405517578125, + -0.0105743408203125, + -0.06768798828125, + -0.002643585205078125, + 0.0287322998046875, + -0.01436614990234375, + -0.00954437255859375, + 0.0293121337890625, + -0.01751708984375, + 0.005584716796875, + 0.014068603515625, + -0.009490966796875, + 0.040130615234375, + 0.006443023681640625, + -0.009490966796875, + 0.0199737548828125, + -0.0283355712890625, + 0.0305023193359375, + 0.0162353515625, + 0.01348114013671875, + 0.0240020751953125, + 0.021636962890625, + -0.04132080078125, + -0.00237274169921875, + -0.044464111328125, + -0.06732177734375, + 0.005950927734375, + 0.041900634765625, + 0.0279388427734375, + 0.045440673828125, + -0.01042938232421875, + -0.0665283203125, + -0.00452423095703125, + -0.0223388671875, + 0.08343505859375, + 0.042510986328125, + -0.007724761962890625, + 0.027740478515625, + -0.0019683837890625, + 0.0213470458984375, + 0.016326904296875, + 0.017608642578125, + 0.0156402587890625, + 0.045440673828125, + 0.049591064453125, + -0.0005812644958496094, + -0.0151519775390625, + 0.0235137939453125, + 0.0235137939453125, + 0.0103759765625, + 0.006221771240234375, + 0.0037384033203125, + 0.006984710693359375, + 0.0543212890625, + -0.02459716796875, + 0.05548095703125, + 0.032470703125, + -0.015350341796875, + 0.004550933837890625, + -0.029510498046875, + 0.0161285400390625, + -0.03167724609375, + 0.01151275634765625, + -0.0010824203491210938, + 0.0222320556640625, + 0.03875732421875, + 0.0164337158203125, + -0.06805419921875, + -0.00043654441833496094, + 0.052734375, + -0.06573486328125, + 0.01244354248046875, + 0.021148681640625, + -0.0162353515625, + 0.02716064453125, + 0.012786865234375, + -0.04150390625, + 0.027740478515625, + -0.0218353271484375, + -0.03936767578125, + 0.019378662109375, + 0.04583740234375, + -0.029510498046875, + -0.023223876953125, + -0.04229736328125, + -0.0169219970703125, + 0.0142669677734375, + -0.006641387939453125, + 0.043670654296875, + -0.013671875, + -0.0047454833984375, + 0.01268768310546875, + 0.03857421875, + 0.005313873291015625, + -0.02716064453125, + 0.05706787109375, + -0.0129852294921875, + -0.034637451171875, + 0.0369873046875, + 0.01396942138671875, + 0.01062774658203125, + -0.05902099609375, + -0.0178070068359375, + 0.0162353515625, + 0.0164337158203125, + 0.0062713623046875, + -0.00484466552734375, + -0.04840087890625, + -0.04388427734375, + -0.04937744140625, + 0.0360107421875, + 0.0081634521484375, + 0.04150390625, + -0.0170135498046875, + -0.06964111328125, + 0.042694091796875, + -0.043670654296875, + -0.019775390625, + -0.0221405029296875, + 0.0161285400390625, + -0.0308990478515625, + 0.062164306640625, + -0.008758544921875, + -0.0174102783203125, + -0.00974273681640625, + 0.05706787109375, + 0.007328033447265625, + -0.0133819580078125, + -0.06494140625, + 0.03973388671875, + 0.033447265625, + -0.06732177734375, + -0.0161285400390625, + -0.00496673583984375, + -0.01180267333984375, + 0.033447265625, + -0.053924560546875, + -0.0103759765625, + 0.0257720947265625, + -0.08935546875, + -0.025970458984375, + -0.032470703125, + -0.020263671875, + -0.024993896484375, + 0.004573822021484375, + 0.035797119140625, + -0.0186004638671875, + 0.0269622802734375, + 0.00870513916015625, + -0.01151275634765625, + 0.040130615234375, + 0.0204620361328125, + -0.017608642578125, + 0.02716064453125, + -0.06805419921875, + -0.022430419921875, + -0.0014200210571289062, + 0.01465606689453125, + -0.012298583984375, + -0.020751953125, + 0.00787353515625, + -0.0305023193359375, + 0.036590576171875, + -0.0251922607421875, + -0.00998687744140625, + 0.00263214111328125, + -0.043670654296875, + -0.0421142578125, + -0.0005316734313964844, + 0.040740966796875, + 0.0310821533203125, + -0.002681732177734375, + 0.00737762451171875, + 0.059417724609375, + -0.0653076171875, + 0.032867431640625, + 0.0103759765625, + 0.00408172607421875, + -0.0233154296875, + 0.01190185546875, + -0.004352569580078125, + 0.004573822021484375, + 0.01544952392578125, + -0.0116119384765625, + -0.0269622802734375, + -0.051544189453125, + 0.023223876953125, + 0.0072784423828125, + 0.0213470458984375, + -0.04052734375, + -0.050384521484375, + -0.0684814453125, + -0.00605010986328125, + 0.041717529296875, + 0.02911376953125, + 0.01751708984375, + -0.049774169921875, + -0.012054443359375, + -0.006740570068359375, + -0.01800537109375, + 0.0308990478515625, + -0.006076812744140625, + 0.0157470703125, + 0.028533935546875, + -0.047821044921875, + 0.002593994140625, + 0.00757598876953125, + 0.034423828125, + 0.029510498046875, + 0.041717529296875, + -0.034027099609375, + 0.0227203369140625, + -0.0230255126953125, + -0.0261688232421875, + 0.0172119140625, + 0.0035915374755859375, + 0.013580322265625, + -0.03955078125, + -0.0028533935546875, + 0.00821685791015625, + 0.0016603469848632812, + 0.02154541015625, + 0.002803802490234375, + 0.0008301734924316406, + 0.00910186767578125, + 0.002483367919921875, + 0.031494140625, + -0.01505279541015625, + -0.047210693359375, + -0.0013284683227539062, + -0.0165252685546875, + 0.03680419921875, + 0.045440673828125, + -0.01155853271484375, + -0.03778076171875, + 0.0227203369140625, + 0.0174102783203125, + -0.003566741943359375, + -0.03857421875, + -0.030303955078125, + 0.037200927734375, + 0.00811767578125, + 0.0501708984375, + 0.0052642822265625, + 0.0897216796875, + -0.0159454345703125, + 0.0008177757263183594, + 0.0301055908203125, + 0.049591064453125, + 0.02813720703125, + -0.0062713623046875, + -0.033050537109375, + -0.0011377334594726562, + -0.0067901611328125, + -0.04327392578125, + -0.0360107421875, + 0.0013523101806640625, + 0.0450439453125, + -0.073974609375, + -0.01244354248046875, + -0.0031719207763671875, + -0.01308441162109375, + -0.005855560302734375, + 0.015350341796875, + -0.004253387451171875, + 0.020263671875, + 0.014556884765625, + -0.02410888671875, + -0.0112152099609375, + -0.031280517578125, + 0.015838623046875, + 0.0301055908203125, + 0.044281005859375, + 0.006740570068359375, + 0.01800537109375, + 0.007770538330078125, + 0.0186920166015625, + 0.032867431640625, + 0.06768798828125, + 0.0251922607421875, + -0.00237274169921875, + 0.0482177734375, + 0.07635498046875, + -0.0169219970703125, + -0.04034423828125, + 0.0174102783203125, + 0.0178070068359375, + 0.0450439453125, + 0.062164306640625, + -0.0107269287109375, + 0.0056304931640625, + -0.0005869865417480469, + -0.0430908203125, + 0.007526397705078125, + -0.00841522216796875, + -0.025970458984375, + -0.0218353271484375, + -0.058624267578125, + 0.021453857421875, + -0.0614013671875, + 0.0265655517578125, + 0.0034427642822265625, + -0.0279388427734375, + -0.0096435546875, + 0.0283355712890625, + -0.01446533203125, + -0.043670654296875, + 0.00572967529296875, + 0.00890350341796875, + -0.0147552490234375, + -0.021636962890625, + -0.0261688232421875, + 0.038970947265625, + -0.01446533203125, + -0.05706787109375, + -0.0052642822265625, + 0.04132080078125, + -0.01268768310546875, + -0.04742431640625, + -0.012542724609375, + 0.0160369873046875, + -0.01107025146484375, + -0.0491943359375, + -0.04327392578125, + -0.03857421875, + 0.0208587646484375, + -0.032073974609375, + -0.0016603469848632812, + -0.030303955078125, + -0.0263671875, + -0.01175689697265625, + -0.020263671875, + -0.0094451904296875, + 0.032257080078125, + -0.043670654296875, + 0.04132080078125, + 0.013671875, + 0.02410888671875, + 0.033843994140625, + 0.06298828125, + -0.007526397705078125, + 0.00351715087890625, + -0.04327392578125, + -0.0511474609375, + 0.017120361328125, + 0.00846099853515625, + 0.0018320083618164062, + -0.05548095703125, + -0.006591796875, + 0.06414794921875, + -0.0830078125, + 0.0129852294921875, + 0.0297088623046875, + 0.0015621185302734375, + -0.04742431640625, + 0.010528564453125, + 0.00669097900390625, + 0.0079193115234375, + 0.07318115234375, + -0.0162353515625, + -0.031890869140625, + 0.0026569366455078125, + -0.01131439208984375, + 0.052337646484375, + 0.025970458984375, + 0.005855560302734375, + -0.04840087890625, + 0.0305023193359375, + 0.00782012939453125, + -0.019683837890625, + -0.0172119140625, + -0.0897216796875, + -0.004474639892578125, + 0.032470703125, + -0.01308441162109375, + 0.0020542144775390625, + -0.0174102783203125, + -0.034820556640625, + -0.0032711029052734375, + -0.037384033203125, + 0.0169219970703125, + 0.01067352294921875, + 0.0191802978515625, + -0.0411376953125, + -0.034820556640625, + -0.00914764404296875, + -0.061798095703125, + -0.030303955078125, + -0.012298583984375, + 0.021942138671875, + -0.0038623809814453125, + -0.0360107421875, + 0.01190185546875, + 0.013580322265625, + 0.00998687744140625, + -0.017120361328125, + 0.05352783203125, + -0.03619384765625, + -0.0031108856201171875, + 0.0007410049438476562, + 0.021636962890625, + -0.01131439208984375, + 0.004550933837890625, + 0.005756378173828125, + 0.00693511962890625, + 0.0301055908203125, + -0.047210693359375, + 0.022918701171875, + 0.038177490234375, + -0.037567138671875, + -0.046844482421875, + -0.033050537109375, + -0.0172119140625, + 0.036407470703125, + -0.03875732421875, + 0.046051025390625, + -0.012298583984375, + 0.00826263427734375, + -0.10546875, + 0.057861328125, + -0.01849365234375, + 0.0293121337890625, + 0.0275421142578125, + -0.0369873046875, + -0.0665283203125, + -0.03424072265625, + -0.037384033203125, + 0.012786865234375, + -0.00797271728515625, + 0.026763916015625, + 0.013580322265625, + -0.0020542144775390625, + 0.0234222412109375, + -0.014068603515625, + -0.0030498504638671875, + 0.0665283203125, + 0.00910186767578125, + -0.0190887451171875, + 0.06964111328125, + -0.047210693359375, + -0.00713348388671875, + 0.0020542144775390625, + -0.005657196044921875, + 0.004131317138671875, + 0.0029888153076171875, + -0.013580322265625, + 0.010772705078125, + 0.0491943359375, + 0.04229736328125, + -0.035797119140625, + 0.00494384765625, + 0.01003265380859375, + 0.00811767578125, + -0.004673004150390625, + -0.01751708984375, + 0.0090484619140625, + -0.0070343017578125, + -0.031280517578125, + -0.0167236328125, + -0.047821044921875, + -0.1290283203125, + 0.0021266937255859375, + -0.048004150390625, + -0.0182037353515625, + 0.006591796875, + 0.0253753662109375, + -0.006591796875, + -0.0450439453125, + 0.029510498046875, + -0.001567840576171875, + -0.00811767578125, + -0.0116119384765625, + 0.0187835693359375, + -0.0360107421875, + 0.053131103515625, + -0.007625579833984375, + -0.060211181640625, + 0.012786865234375, + -0.0238037109375, + 0.0090484619140625, + -0.0247955322265625, + 0.003787994384765625, + -0.03521728515625, + 0.042510986328125, + -0.0665283203125, + -0.017608642578125, + 0.005828857421875, + 0.03424072265625, + 0.01136016845703125, + -0.01215362548828125, + 0.0614013671875, + -0.021148681640625, + -0.0543212890625, + 0.021942138671875, + -0.0279388427734375, + -0.0293121337890625, + 0.0151519775390625, + -0.005779266357421875, + 0.01396942138671875, + 0.0200653076171875, + 0.0440673828125, + 0.0251922607421875, + 0.03778076171875, + 0.022430419921875, + -0.0244903564453125, + 0.001377105712890625, + -0.0308990478515625, + 0.0015249252319335938, + 0.034027099609375, + -0.0013036727905273438, + -0.0164337158203125, + 0.019866943359375, + 0.0147552490234375, + -0.10467529296875, + -0.015350341796875, + -0.021942138671875, + -0.0614013671875, + 0.01348114013671875, + 0.07794189453125, + 0.0310821533203125, + -0.0008115768432617188, + 0.026763916015625, + 0.048614501953125, + 0.025970458984375, + 0.024993896484375, + -0.02252197265625, + -0.0723876953125, + -0.012298583984375, + 0.02716064453125, + 0.0240020751953125, + -0.045257568359375, + 0.057861328125, + 0.07122802734375, + -0.0279388427734375, + -0.0204620361328125, + 0.018096923828125, + 0.00482177734375, + 0.03070068359375, + 0.01328277587890625, + 0.040130615234375, + -0.033050537109375, + 0.012786865234375, + 0.033660888671875, + 0.0168304443359375, + -0.00801849365234375, + -0.0350341796875, + -0.0243988037109375, + 0.0546875, + -0.0421142578125, + 0.0005750656127929688, + -0.01175689697265625, + 0.06451416015625, + 0.01505279541015625, + -0.036590576171875, + -0.03424072265625, + 0.046051025390625, + 0.007770538330078125, + -0.00846099853515625, + 0.0279388427734375, + 0.009002685546875, + -0.007427215576171875, + 0.03326416015625, + 0.04486083984375, + 0.024200439453125, + 0.038177490234375, + 0.006885528564453125, + -0.035430908203125, + 0.0293121337890625, + -0.0022754669189453125, + 0.027740478515625, + -0.0129852294921875, + -0.02813720703125, + -0.0227203369140625, + -0.047027587890625, + 0.04840087890625, + 0.006076812744140625, + 0.024688720703125, + 0.0305023193359375, + 0.001377105712890625, + -0.0162353515625, + 0.00415802001953125, + 0.005115509033203125, + 0.0297088623046875, + 0.0178070068359375, + -0.00022602081298828125, + 0.0173187255859375, + 0.01003265380859375, + 0.011016845703125, + -0.02716064453125, + 0.03857421875, + 0.005115509033203125, + -0.009490966796875, + -0.04998779296875, + 0.01495361328125, + 0.005313873291015625, + -0.0156402587890625, + -0.00010377168655395508, + -0.024993896484375, + 0.006591796875, + -0.031494140625, + -0.0501708984375, + 0.011016845703125, + 0.033843994140625, + -0.0221405029296875, + 0.0133819580078125, + 0.03857421875, + -0.016632080078125, + 0.00383758544921875, + -0.046630859375, + 0.0787353515625, + 0.00617218017578125, + 0.0265655517578125, + -0.0162353515625, + 0.05706787109375, + 0.0247955322265625, + 0.02911376953125, + -0.0034427642822265625, + 0.0182037353515625, + 0.00022602081298828125, + 0.0543212890625, + 0.05194091796875, + -0.017608642578125, + -0.041717529296875, + 0.031280517578125, + 0.034820556640625, + -0.042694091796875, + 0.0263671875, + 0.003936767578125, + 0.003086090087890625, + 0.006641387939453125, + -0.001094818115234375, + -0.0101318359375, + -0.0440673828125, + 0.047607421875, + 0.0350341796875, + 0.00560760498046875, + 0.038360595703125, + -0.07476806640625, + 0.030303955078125, + 0.004207611083984375, + 0.053924560546875, + -0.0283355712890625, + 0.062164306640625, + -0.0200653076171875, + 0.005435943603515625, + -0.0101318359375, + -0.0098876953125, + 0.01446533203125, + 0.0269622802734375, + -0.0003459453582763672, + 0.0562744140625, + 0.0118560791015625, + -0.0209503173828125, + -0.059814453125, + -0.01318359375, + 0.020172119140625, + 0.0090484619140625, + 0.03955078125, + -0.0350341796875, + -0.00649261474609375, + 0.0160369873046875, + 0.039154052734375, + 0.06927490234375, + -0.021636962890625, + 0.01544952392578125, + 0.011016845703125, + -0.004451751708984375, + -0.018402099609375, + -0.0165252685546875 + ], + "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_Collabora_Online", + "type": "tool", + "name": "Collabora Online", + "content": "collabora online web‑basierte open‑source‑office‑suite mit kompletter dokumenten‑bearbeitung und live‑kollaboration. office collaboration collaboration-general reporting", + "embedding": [ + -0.051544189453125, + 0.0221099853515625, + 0.05035400390625, + 0.0175018310546875, + 0.051239013671875, + 0.0265045166015625, + 0.06939697265625, + 0.023284912109375, + -0.030303955078125, + 0.007171630859375, + -0.01500701904296875, + 0.061187744140625, + -0.0098114013671875, + 0.0017843246459960938, + -0.04156494140625, + 0.039520263671875, + 0.0041351318359375, + 0.00298309326171875, + 0.04071044921875, + -0.009185791015625, + -0.005893707275390625, + -0.0179290771484375, + -0.064697265625, + -0.03643798828125, + -0.01354217529296875, + 0.01024627685546875, + 0.00647735595703125, + -0.051239013671875, + -0.0374755859375, + -0.0111236572265625, + 0.04888916015625, + -0.019622802734375, + -0.01105499267578125, + 0.04449462890625, + 0.03643798828125, + -0.0241546630859375, + 0.0191802978515625, + -0.0653076171875, + -0.0265045166015625, + 0.025177001953125, + -0.015960693359375, + -0.0219573974609375, + 0.005123138427734375, + 0.0038242340087890625, + 0.046844482421875, + -0.016326904296875, + 0.0166168212890625, + -0.0158843994140625, + -0.002414703369140625, + -0.01690673828125, + 0.0057830810546875, + 0.0345458984375, + -0.0116424560546875, + -0.01236724853515625, + -0.019622802734375, + 0.0016107559204101562, + 0.0007824897766113281, + -0.012298583984375, + -0.0565185546875, + 0.01134490966796875, + -0.0263519287109375, + 0.0094451904296875, + -0.03631591796875, + 0.0212249755859375, + 0.02752685546875, + 0.01207733154296875, + -0.01244354248046875, + -0.03338623046875, + -0.0156707763671875, + -0.0270843505859375, + -0.00775909423828125, + 0.0462646484375, + -0.008087158203125, + 0.0283966064453125, + -0.051239013671875, + -0.0345458984375, + 0.01354217529296875, + 0.055633544921875, + 0.04156494140625, + 0.0256195068359375, + -0.04449462890625, + 0.0122222900390625, + 0.04364013671875, + -0.0182952880859375, + -0.04217529296875, + -0.020782470703125, + 0.006992340087890625, + 0.015594482421875, + 0.018890380859375, + 0.0300140380859375, + 0.0433349609375, + -0.0111236572265625, + 0.017059326171875, + -0.03631591796875, + 0.0301513671875, + 0.04510498046875, + -0.02679443359375, + 0.01273345947265625, + 0.010833740234375, + 0.032928466796875, + -0.00024127960205078125, + -0.015228271484375, + 0.0374755859375, + 0.0112762451171875, + 0.0178680419921875, + -0.0155181884765625, + 0.047149658203125, + 0.0044097900390625, + 0.0144195556640625, + -0.032073974609375, + -0.095458984375, + -0.04156494140625, + -0.0160369873046875, + -0.067626953125, + -0.0013637542724609375, + -0.0166168212890625, + -0.01024627685546875, + 0.0278167724609375, + -0.043914794921875, + -0.03704833984375, + 0.0243072509765625, + -0.00031566619873046875, + -0.02532958984375, + 0.00995635986328125, + -0.0784912109375, + -0.0653076171875, + 0.0204925537109375, + 0.0038242340087890625, + -0.014495849609375, + -0.03558349609375, + 0.01763916015625, + -0.0206451416015625, + 0.009368896484375, + -0.0535888671875, + -0.00849151611328125, + -0.004756927490234375, + 0.032196044921875, + -0.0151519775390625, + 0.0009379386901855469, + -0.01097869873046875, + 0.033966064453125, + -0.045379638671875, + -0.032806396484375, + -0.003787994384765625, + -0.036895751953125, + 0.01142120361328125, + 0.0027637481689453125, + 0.053009033203125, + -0.036590576171875, + -0.01507568359375, + -0.01142120361328125, + 0.004756927490234375, + 0.04595947265625, + 0.0030002593994140625, + 0.00841522216796875, + 0.0077972412109375, + -0.00527191162109375, + -0.0039520263671875, + 0.015960693359375, + -0.004337310791015625, + -0.0197601318359375, + -0.0012264251708984375, + 0.0010614395141601562, + 0.038055419921875, + -0.0243072509765625, + -0.0276641845703125, + -0.00010520219802856445, + 0.0122222900390625, + -0.022979736328125, + -0.007282257080078125, + 0.038360595703125, + -0.0091094970703125, + 0.03558349609375, + 0.0345458984375, + -0.0235748291015625, + 0.03192138671875, + -0.01361846923828125, + -0.0171356201171875, + 0.042755126953125, + -0.002635955810546875, + 0.0002493858337402344, + 0.0029468536376953125, + 0.04217529296875, + 0.004428863525390625, + 0.01273345947265625, + -0.020355224609375, + -0.027374267578125, + -0.0029277801513671875, + -0.0206451416015625, + 0.01580810546875, + -0.018157958984375, + -0.013397216796875, + -0.00783538818359375, + -0.004756927490234375, + 0.0221099853515625, + 0.037322998046875, + 0.02020263671875, + -0.00820159912109375, + 0.028839111328125, + 0.01317596435546875, + 0.01207733154296875, + 0.03778076171875, + -0.0179290771484375, + 0.04742431640625, + 0.02532958984375, + 0.0133209228515625, + -0.0184478759765625, + 0.032928466796875, + 0.0257720947265625, + -0.03778076171875, + -0.01434326171875, + 0.0243072509765625, + 0.00563812255859375, + -0.0447998046875, + -0.025177001953125, + -0.0352783203125, + 0.009185791015625, + -0.0140533447265625, + -0.0212249755859375, + 0.0077972412109375, + -0.0050506591796875, + -0.06585693359375, + -0.0057830810546875, + 0.03411865234375, + 0.00988006591796875, + 0.0256195068359375, + 0.01317596435546875, + 0.004207611083984375, + 0.0005192756652832031, + 0.00841522216796875, + 0.0180816650390625, + 0.03643798828125, + -0.0030918121337890625, + 0.012298583984375, + -0.0109100341796875, + -0.052703857421875, + 0.063232421875, + 0.0521240234375, + 0.006626129150390625, + -0.0033130645751953125, + -0.052398681640625, + 0.039520263671875, + 0.002819061279296875, + 0.039520263671875, + 0.0263519287109375, + -0.014129638671875, + 0.018218994140625, + -0.002414703369140625, + 0.06292724609375, + 0.0594482421875, + -0.0506591796875, + 0.01236724853515625, + -0.07464599609375, + -0.0243072509765625, + -0.077880859375, + -0.0294189453125, + -0.0173492431640625, + -0.04449462890625, + 0.05767822265625, + -0.0243072509765625, + 0.0021419525146484375, + 0.0009746551513671875, + 0.0234222412109375, + -0.043914794921875, + 0.06500244140625, + 0.0011987686157226562, + -0.03643798828125, + -0.0065155029296875, + 0.0418701171875, + -0.01456451416015625, + -0.02532958984375, + -0.01171112060546875, + 0.023284912109375, + 0.0243072509765625, + -0.01207733154296875, + -0.0068817138671875, + 0.011199951171875, + 0.0447998046875, + 0.009735107421875, + 0.0250396728515625, + -0.01654052734375, + 0.039520263671875, + -0.0109100341796875, + 0.07025146484375, + -0.0285491943359375, + 0.00399017333984375, + -0.00008004903793334961, + -0.0118560791015625, + -0.00757598876953125, + -0.0418701171875, + 0.00959014892578125, + 0.0404052734375, + 0.00545501708984375, + -0.004665374755859375, + 0.0256195068359375, + -0.020355224609375, + 0.0092926025390625, + 0.02093505859375, + -0.0098114013671875, + 0.0243072509765625, + 0.028106689453125, + -0.04364013671875, + -0.0197601318359375, + 0.0070648193359375, + 0.011932373046875, + 0.0021686553955078125, + -0.03863525390625, + 0.005123138427734375, + 0.018585205078125, + -0.058258056640625, + -0.0156707763671875, + -0.003055572509765625, + -0.041290283203125, + 0.0087127685546875, + 0.007099151611328125, + 0.019622802734375, + -0.07025146484375, + -0.073486328125, + -0.0029468536376953125, + -0.073486328125, + -0.02386474609375, + -0.035003662109375, + 0.06292724609375, + -0.0034770965576171875, + 0.033233642578125, + -0.0008373260498046875, + -0.021514892578125, + -0.040985107421875, + 0.018585205078125, + -0.02972412109375, + -0.0007276535034179688, + -0.00838470458984375, + 0.0506591796875, + 0.0254669189453125, + 0.0298614501953125, + 0.025909423828125, + 0.0250396728515625, + 0.0212249755859375, + -0.0240020751953125, + -0.00279998779296875, + 0.028839111328125, + -0.0136871337890625, + 0.0243072509765625, + 0.002040863037109375, + -0.0276641845703125, + -0.025177001953125, + -0.032806396484375, + 0.0219573974609375, + 0.01947021484375, + 0.051239013671875, + 0.0114898681640625, + -0.0276641845703125, + -0.00849151611328125, + 0.04510498046875, + 0.014495849609375, + 0.0860595703125, + -0.0083465576171875, + -0.03045654296875, + 0.01325225830078125, + 0.051239013671875, + -0.03631591796875, + -0.014862060546875, + 0.051239013671875, + -0.00490570068359375, + -0.0285491943359375, + 0.042755126953125, + -0.04302978515625, + 0.021087646484375, + -0.01280975341796875, + -0.022247314453125, + -0.008087158203125, + -0.0278167724609375, + -0.024444580078125, + 0.0535888671875, + 0.035736083984375, + 0.051544189453125, + -0.015960693359375, + -0.0261993408203125, + -0.011932373046875, + -0.036163330078125, + -0.042755126953125, + 0.02606201171875, + 0.01456451416015625, + 0.00885772705078125, + 0.0167694091796875, + -0.032501220703125, + -0.0433349609375, + 0.023712158203125, + -0.004390716552734375, + 0.09661865234375, + 0.023712158203125, + 0.0726318359375, + 0.030303955078125, + -0.04071044921875, + 0.0081634521484375, + 0.03192138671875, + 0.036163330078125, + 0.004940032958984375, + 0.021514892578125, + 0.032928466796875, + -0.021087646484375, + -0.02239990234375, + 0.047149658203125, + 0.03045654296875, + 0.0261993408203125, + 0.0087127685546875, + 0.0105438232421875, + 0.01309967041015625, + 0.031768798828125, + -0.031463623046875, + 0.0477294921875, + 0.041290283203125, + -0.03778076171875, + -0.00563812255859375, + 0.0042266845703125, + -0.007354736328125, + -0.06268310546875, + 0.004978179931640625, + -0.00252532958984375, + 0.03045654296875, + 0.0040435791015625, + 0.02679443359375, + -0.0065155029296875, + -0.00464630126953125, + 0.00453948974609375, + -0.059722900390625, + 0.02166748046875, + 0.02386474609375, + -0.01354217529296875, + 0.03863525390625, + -0.05035400390625, + -0.0112762451171875, + 0.044219970703125, + -0.01654052734375, + -0.0594482421875, + -0.01317596435546875, + 0.01134490966796875, + -0.063232421875, + -0.028106689453125, + -0.033660888671875, + -0.01390838623046875, + 0.009185791015625, + 0.00243377685546875, + 0.023284912109375, + -0.0105438232421875, + -0.007465362548828125, + 0.010833740234375, + 0.033660888671875, + 0.0212249755859375, + -0.0565185546875, + 0.017059326171875, + -0.020782470703125, + -0.04010009765625, + 0.0389404296875, + 0.0206451416015625, + 0.009735107421875, + -0.055633544921875, + -0.023712158203125, + -0.030303955078125, + 0.020782470703125, + -0.005161285400390625, + 0.002086639404296875, + -0.04217529296875, + -0.050933837890625, + -0.0140533447265625, + 0.06414794921875, + 0.032928466796875, + 0.05914306640625, + -0.032806396484375, + -0.0345458984375, + 0.007465362548828125, + -0.03778076171875, + -0.0144195556640625, + 0.0213775634765625, + 0.019317626953125, + -0.00951385498046875, + 0.0535888671875, + -0.0030002593994140625, + 0.0012073516845703125, + -0.005710601806640625, + 0.054168701171875, + 0.010467529296875, + 0.0160980224609375, + -0.03778076171875, + 0.044219970703125, + 0.0168304443359375, + -0.063232421875, + -0.05328369140625, + 0.00006693601608276367, + 0.0011892318725585938, + 0.04595947265625, + -0.074951171875, + -0.0005216598510742188, + 0.0009059906005859375, + -0.06585693359375, + -0.041290283203125, + 0.01427459716796875, + 0.006771087646484375, + -0.036163330078125, + 0.0265045166015625, + 0.033966064453125, + -0.0133209228515625, + 0.0178680419921875, + -0.010101318359375, + 0.0265045166015625, + 0.0179290771484375, + -0.03485107421875, + -0.00261688232421875, + 0.0007548332214355469, + -0.038055419921875, + -0.01325225830078125, + 0.00812530517578125, + 0.036590576171875, + -0.02166748046875, + 0.00875091552734375, + -0.0017566680908203125, + -0.0256195068359375, + 0.036895751953125, + -0.0404052734375, + 0.00179290771484375, + -0.0010843276977539062, + -0.0169830322265625, + -0.0338134765625, + -0.0276641845703125, + 0.0219573974609375, + 0.015228271484375, + -0.00417327880859375, + 0.0147857666015625, + 0.038360595703125, + -0.038055419921875, + 0.006992340087890625, + 0.0248870849609375, + -0.0155181884765625, + 0.0294189453125, + -0.01390838623046875, + -0.012664794921875, + 0.0100250244140625, + 0.0136871337890625, + -0.038055419921875, + -0.06268310546875, + -0.064697265625, + 0.00904083251953125, + -0.0033664703369140625, + -0.00959014892578125, + -0.06793212890625, + -0.04449462890625, + -0.0831298828125, + -0.022247314453125, + 0.03411865234375, + 0.036163330078125, + -0.01178741455078125, + -0.02825927734375, + 0.003879547119140625, + -0.01456451416015625, + -0.034271240234375, + 0.042755126953125, + -0.0206451416015625, + 0.0050506591796875, + 0.00959014892578125, + -0.0286865234375, + 0.0265045166015625, + 0.0206451416015625, + 0.0491943359375, + 0.0036773681640625, + 0.0034580230712890625, + -0.055328369140625, + 0.027374267578125, + -0.015960693359375, + -0.04071044921875, + 0.027374267578125, + -0.01800537109375, + 0.00501251220703125, + -0.03778076171875, + 0.00417327880859375, + 0.00463104248046875, + 0.04595947265625, + -0.0167694091796875, + -0.0247344970703125, + -0.0033855438232421875, + 0.0272369384765625, + -0.0023975372314453125, + 0.04742431640625, + -0.0129547119140625, + -0.06793212890625, + -0.0109100341796875, + -0.002780914306640625, + 0.042755126953125, + 0.0283966064453125, + 0.004795074462890625, + -0.02606201171875, + -0.01024627685546875, + 0.0433349609375, + -0.0338134765625, + -0.0257720947265625, + 0.0039520263671875, + 0.01464080810546875, + 0.0316162109375, + 0.05181884765625, + 0.0144195556640625, + 0.09136962890625, + 0.0206451416015625, + -0.0008511543273925781, + 0.02313232421875, + 0.043914794921875, + 0.02093505859375, + -0.03924560546875, + -0.060028076171875, + 0.000919342041015625, + 0.0269317626953125, + -0.0191802978515625, + -0.0158843994140625, + -0.001079559326171875, + 0.057373046875, + -0.057373046875, + 0.00036144256591796875, + -0.045379638671875, + 0.0360107421875, + -0.00684356689453125, + 0.031341552734375, + 0.01061248779296875, + 0.00702667236328125, + 0.0308837890625, + -0.0228424072265625, + 0.003917694091796875, + 0.00563812255859375, + -0.0257720947265625, + 0.0374755859375, + 0.01309967041015625, + -0.04010009765625, + 0.0316162109375, + 0.00038886070251464844, + 0.014862060546875, + 0.0261993408203125, + 0.0433349609375, + 0.038360595703125, + 0.00019443035125732422, + 0.04071044921875, + 0.0579833984375, + -0.014862060546875, + -0.0105438232421875, + 0.0030384063720703125, + 0.0186614990234375, + 0.033538818359375, + 0.045379638671875, + 0.0061492919921875, + 0.0046844482421875, + -0.006259918212890625, + -0.0261993408203125, + -0.043914794921875, + 0.027374267578125, + -0.0285491943359375, + -0.0248870849609375, + -0.0726318359375, + 0.0061492919921875, + -0.0212249755859375, + 0.00951385498046875, + 0.042449951171875, + 0.00611114501953125, + -0.019317626953125, + 0.035858154296875, + -0.0029277801513671875, + -0.052703857421875, + 0.0129547119140625, + -0.0261993408203125, + 0.00527191162109375, + -0.03118896484375, + -0.0269317626953125, + 0.0226898193359375, + -0.0158843994140625, + -0.064697265625, + -0.0212249755859375, + 0.03192138671875, + -0.01236724853515625, + -0.01947021484375, + 0.004978179931640625, + 0.004062652587890625, + -0.00034999847412109375, + -0.02166748046875, + -0.0404052734375, + -0.01032257080078125, + -0.017425537109375, + -0.037322998046875, + -0.013031005859375, + 0.01244354248046875, + 0.005306243896484375, + -0.0276641845703125, + -0.0006909370422363281, + -0.055938720703125, + 0.035736083984375, + -0.0171966552734375, + 0.0087127685546875, + 0.0147857666015625, + -0.0338134765625, + 0.045684814453125, + 0.053009033203125, + -0.00399017333984375, + 0.0213775634765625, + -0.0008692741394042969, + -0.039520263671875, + 0.00988006591796875, + -0.01529693603515625, + 0.04510498046875, + -0.0129547119140625, + 0.0122222900390625, + 0.0843505859375, + -0.057373046875, + 0.01354217529296875, + 0.004428863525390625, + -0.043914794921875, + -0.0114898681640625, + 0.036895751953125, + -0.0103912353515625, + 0.020355224609375, + 0.0740966796875, + 0.0169830322265625, + -0.0077972412109375, + 0.011199951171875, + -0.034393310546875, + 0.04449462890625, + -0.007686614990234375, + 0.00841522216796875, + -0.0308837890625, + -0.022552490234375, + -0.0013818740844726562, + -0.00029730796813964844, + 0.00914764404296875, + -0.08197021484375, + 0.013397216796875, + 0.0521240234375, + 0.004154205322265625, + -0.00830841064453125, + -0.005123138427734375, + -0.041290283203125, + -0.041290283203125, + -0.0286865234375, + 0.039825439453125, + 0.0147857666015625, + 0.0002562999725341797, + -0.03863525390625, + -0.02020263671875, + -0.00914764404296875, + -0.04510498046875, + -0.0160369873046875, + -0.0199127197265625, + 0.00959014892578125, + 0.01024627685546875, + -0.04156494140625, + 0.04156494140625, + -0.0066986083984375, + -0.031341552734375, + -0.004375457763671875, + 0.0092926025390625, + -0.0234222412109375, + 0.045379638671875, + -0.00030875205993652344, + 0.0291290283203125, + -0.028106689453125, + 0.00904083251953125, + 0.0166168212890625, + -0.01215362548828125, + 0.04010009765625, + -0.0158843994140625, + 0.048614501953125, + 0.006809234619140625, + -0.01317596435546875, + -0.033233642578125, + -0.038055419921875, + -0.0285491943359375, + 0.0257720947265625, + 0.00775909423828125, + 0.00885772705078125, + -0.006954193115234375, + -0.0447998046875, + -0.0506591796875, + 0.012664794921875, + -0.0307464599609375, + -0.01068878173828125, + -0.01654052734375, + -0.0579833984375, + -0.025909423828125, + -0.04656982421875, + -0.00988006591796875, + 0.018218994140625, + -0.02239990234375, + 0.0278167724609375, + -0.0116424560546875, + -0.001262664794921875, + -0.0270843505859375, + 0.0250396728515625, + -0.00044608116149902344, + 0.039520263671875, + 0.0240020751953125, + -0.015594482421875, + 0.089599609375, + -0.03411865234375, + 0.013031005859375, + -0.01236724853515625, + -0.02752685546875, + 0.034271240234375, + -0.001583099365234375, + -0.028839111328125, + -0.019317626953125, + 0.00563812255859375, + 0.02972412109375, + -0.01280975341796875, + -0.019317626953125, + -0.00794219970703125, + -0.0173492431640625, + -0.018157958984375, + -0.0160369873046875, + 0.00959014892578125, + -0.011932373046875, + -0.046844482421875, + -0.00951385498046875, + -0.040985107421875, + -0.08258056640625, + -0.0276641845703125, + -0.0323486328125, + -0.0294189453125, + -0.0164642333984375, + 0.04595947265625, + 0.0213775634765625, + -0.021514892578125, + 0.0345458984375, + 0.0177154541015625, + -0.0204925537109375, + -0.04156494140625, + 0.03192138671875, + -0.01354217529296875, + 0.07904052734375, + 0.031768798828125, + -0.04595947265625, + 0.024444580078125, + 0.006771087646484375, + -0.00757598876953125, + -0.02606201171875, + 0.0162506103515625, + -0.044219970703125, + 0.00592803955078125, + -0.049468994140625, + -0.01456451416015625, + 0.022979736328125, + 0.006587982177734375, + -0.014129638671875, + -0.01544189453125, + 0.0250396728515625, + -0.032073974609375, + -0.04071044921875, + 0.0015459060668945312, + 0.0046844482421875, + -0.03192138671875, + -0.0122222900390625, + -0.00353240966796875, + -0.0092926025390625, + 0.0171966552734375, + 0.03558349609375, + -0.01763916015625, + 0.023284912109375, + 0.04302978515625, + -0.00243377685546875, + 0.00472259521484375, + 0.00849151611328125, + 0.02752685546875, + 0.0160980224609375, + 0.051544189453125, + -0.031768798828125, + 0.0101776123046875, + -0.008087158203125, + -0.049774169921875, + 0.00215911865234375, + -0.0228424072265625, + -0.034698486328125, + -0.0173492431640625, + 0.08782958984375, + 0.0270843505859375, + 0.0112762451171875, + 0.0285491943359375, + 0.054473876953125, + 0.04595947265625, + 0.02166748046875, + -0.0389404296875, + -0.0579833984375, + 0.0235748291015625, + 0.015228271484375, + -0.00012576580047607422, + -0.046844482421875, + 0.02532958984375, + 0.0755615234375, + 0.01800537109375, + -0.038360595703125, + -0.00611114501953125, + -0.014862060546875, + 0.0565185546875, + 0.036895751953125, + -0.0007410049438476562, + -0.055938720703125, + 0.023712158203125, + -0.00856781005859375, + 0.01464080810546875, + -0.018157958984375, + 0.005527496337890625, + -0.007099151611328125, + 0.04888916015625, + -0.06414794921875, + 0.00841522216796875, + 0.017059326171875, + 0.05621337890625, + -0.0199127197265625, + -0.05474853515625, + -0.02313232421875, + 0.0477294921875, + 0.0235748291015625, + -0.0374755859375, + -0.0112762451171875, + 0.01544189453125, + 0.0219573974609375, + -0.00040721893310546875, + 0.054473876953125, + 0.02459716796875, + 0.06500244140625, + 0.01507568359375, + -0.0103912353515625, + 0.049468994140625, + -0.00279998779296875, + 0.0404052734375, + 0.0033664703369140625, + -0.04595947265625, + -0.025177001953125, + -0.042755126953125, + 0.054473876953125, + 0.032073974609375, + 0.0199127197265625, + -0.003055572509765625, + 0.01383209228515625, + -0.01361846923828125, + 0.01068878173828125, + 0.043914794921875, + 0.02386474609375, + 0.015594482421875, + -0.00875091552734375, + 0.004192352294921875, + -0.01537322998046875, + 0.00035691261291503906, + -0.0038433074951171875, + 0.0308837890625, + -0.046844482421875, + -0.032196044921875, + -0.03863525390625, + 0.0160369873046875, + -0.0034770965576171875, + -0.033233642578125, + 0.0038433074951171875, + -0.01727294921875, + 0.03411865234375, + -0.0506591796875, + -0.0279693603515625, + 0.010467529296875, + 0.018157958984375, + -0.0168304443359375, + 0.0330810546875, + 0.006404876708984375, + 0.00775909423828125, + 0.007904052734375, + -0.0772705078125, + 0.0682373046875, + 0.0286865234375, + 0.047149658203125, + -0.003971099853515625, + 0.034271240234375, + 0.03411865234375, + -0.0197601318359375, + -0.0285491943359375, + 0.00545501708984375, + -0.0254669189453125, + 0.0728759765625, + 0.028106689453125, + 0.025177001953125, + -0.0743408203125, + 0.00252532958984375, + -0.00995635986328125, + -0.0711669921875, + -0.00435638427734375, + 0.032928466796875, + 0.00501251220703125, + 0.02166748046875, + -0.0228424072265625, + -0.006366729736328125, + -0.0462646484375, + 0.06939697265625, + 0.0285491943359375, + 0.006732940673828125, + 0.015594482421875, + -0.032196044921875, + 0.038360595703125, + 0.01171112060546875, + 0.063232421875, + -0.009735107421875, + 0.0535888671875, + -0.024444580078125, + 0.0077972412109375, + 0.005527496337890625, + 0.0204925537109375, + -0.02093505859375, + 0.0182952880859375, + -0.033660888671875, + 0.028106689453125, + 0.031463623046875, + 0.006183624267578125, + -0.0697021484375, + -0.0199127197265625, + 0.0133209228515625, + 0.011566162109375, + 0.04888916015625, + -0.05328369140625, + -0.0433349609375, + 0.007282257080078125, + 0.04010009765625, + 0.048309326171875, + 0.0050506591796875, + 0.03924560546875, + 0.005710601806640625, + -0.0168304443359375, + -0.0184478759765625, + -0.032196044921875 + ], + "metadata": { + "domains": [ + "collaboration-general" + ], + "phases": [ + "reporting" + ], + "tags": [ + "office", + "collaboration" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Neo4j", + "type": "tool", + "name": "Neo4j", + "content": "neo4j die graph-datenbank transformiert komplexe beziehungsgeflechte in verständliche visualisierungen. cypher-query-language ermöglicht intuitive abfragen: \"match (person)-[:transferred_to]->(account) return *\". perfekt für fraud-rings, social-networks, geldwäsche-netzwerke und kommunikations-analysen. graph-algorithmen finden kürzeste pfade, communities und influencer. der visual-graph-explorer macht verborgene verbindungen sichtbar. import aus csv, json und relationalen datenbanken. die apoc-bibliothek bietet 450+ prozeduren für erweiterte analysen. bloom visualisiert für nicht-technische stakeholder. integration mit elasticsearch für volltext-suche. multi-datenbank für case-isolation. die community-edition (kostenlos) limitiert auf 1 user und 4 cpu-cores. skaliert auf große mengen von nodes und relationships. unverzichtbar für moderne financial-crime-investigations. 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.01033782958984375, + 0.0066070556640625, + 0.045135498046875, + 0.01416015625, + 0.0225677490234375, + 0.04681396484375, + 0.0262451171875, + -0.00939178466796875, + -0.0218963623046875, + -0.0120391845703125, + -0.043243408203125, + 0.05474853515625, + 0.01548004150390625, + 0.00434112548828125, + -0.0562744140625, + 0.03662109375, + 0.0070343017578125, + 0.0521240234375, + 0.02435302734375, + -0.0032329559326171875, + 0.0021839141845703125, + -0.01123809814453125, + -0.033599853515625, + 0.00934600830078125, + 0.0110015869140625, + 0.0179443359375, + -0.016998291015625, + -0.057769775390625, + -0.0155792236328125, + -0.018310546875, + 0.00977325439453125, + -0.037567138671875, + -0.0224761962890625, + 0.0196380615234375, + -0.00325775146484375, + -0.01378631591796875, + 0.01378631591796875, + -0.0638427734375, + -0.01708984375, + 0.02435302734375, + -0.0031871795654296875, + -0.00958251953125, + -0.002902984619140625, + -0.01898193359375, + -0.0238800048828125, + -0.03985595703125, + -0.01529693603515625, + -0.021331787109375, + 0.00304412841796875, + -0.011566162109375, + 0.023223876953125, + 0.055877685546875, + 0.006137847900390625, + 0.0019121170043945312, + -0.0196380615234375, + 0.020111083984375, + -0.0080718994140625, + -0.0135040283203125, + -0.053619384765625, + 0.03851318359375, + -0.0277557373046875, + -0.006938934326171875, + -0.0125579833984375, + 0.0030918121337890625, + 0.0227508544921875, + 0.0309600830078125, + -0.0238800048828125, + -0.0258636474609375, + 0.0006814002990722656, + 0.00778961181640625, + 0.0197296142578125, + 0.00066375732421875, + 0.01293182373046875, + 0.029083251953125, + -0.027374267578125, + -0.0309600830078125, + -0.00145721435546875, + 0.035308837890625, + -0.0220947265625, + 0.013214111328125, + -0.03851318359375, + -0.00826263427734375, + 0.029449462890625, + -0.027374267578125, + -0.00991058349609375, + -0.024169921875, + 0.0309600830078125, + 0.0017824172973632812, + 0.00455474853515625, + 0.02435302734375, + 0.0057830810546875, + 0.006938934326171875, + 0.016143798828125, + -0.021331787109375, + 0.049102783203125, + 0.061920166015625, + -0.03265380859375, + 0.01137542724609375, + 0.0303955078125, + 0.027008056640625, + 0.01227569580078125, + -0.02642822265625, + 0.07666015625, + -0.0247344970703125, + 0.047393798828125, + -0.035125732421875, + 0.035491943359375, + -0.011566162109375, + -0.00873565673828125, + -0.0303955078125, + -0.1004638671875, + -0.019256591796875, + -0.004367828369140625, + -0.05023193359375, + -0.018310546875, + 0.004909515380859375, + -0.0178375244140625, + 0.03662109375, + -0.06610107421875, + -0.05438232421875, + 0.0185089111328125, + 0.01123809814453125, + -0.0086822509765625, + -0.000377655029296875, + -0.04058837890625, + -0.047576904296875, + 0.0117034912109375, + 0.02606201171875, + -0.03021240234375, + -0.0179443359375, + -0.00450897216796875, + -0.02813720703125, + 0.005451202392578125, + -0.032867431640625, + 0.016326904296875, + -0.0203857421875, + 0.04400634765625, + -0.0008792877197265625, + -0.0047454833984375, + 0.010101318359375, + 0.0146331787109375, + -0.031158447265625, + -0.05401611328125, + 0.01396942138671875, + -0.0421142578125, + -0.0048370361328125, + -0.008544921875, + 0.05816650390625, + -0.019073486328125, + -0.0042266845703125, + 0.0008616447448730469, + 0.02313232421875, + 0.0521240234375, + 0.0022182464599609375, + 0.01435089111328125, + -0.0187835693359375, + -0.03228759765625, + 0.00330352783203125, + 0.0404052734375, + -0.0256805419921875, + 0.01227569580078125, + 0.03607177734375, + 0.0262451171875, + 0.04229736328125, + -0.006420135498046875, + -0.04229736328125, + -0.06268310546875, + 0.0120391845703125, + 0.006183624267578125, + -0.00507354736328125, + 0.0055694580078125, + 0.0023021697998046875, + 0.043426513671875, + 0.06304931640625, + -0.01340484619140625, + 0.02105712890625, + 0.00476837158203125, + -0.0236968994140625, + 0.033599853515625, + 0.027191162109375, + 0.0305938720703125, + 0.00897216796875, + 0.032470703125, + 0.006893157958984375, + 0.01519775390625, + -0.0228424072265625, + -0.037384033203125, + 0.00024187564849853516, + -0.005191802978515625, + 0.0177459716796875, + -0.0298309326171875, + -0.02642822265625, + -0.0167083740234375, + 0.035675048828125, + 0.040985107421875, + 0.05059814453125, + 0.0017824172973632812, + -0.0386962890625, + 0.01690673828125, + 0.019927978515625, + 0.00830841064453125, + 0.005664825439453125, + -0.01274871826171875, + 0.0458984375, + 0.018310546875, + 0.01194000244140625, + -0.03472900390625, + 0.05059814453125, + 0.0032329559326171875, + -0.0005517005920410156, + 0.006938934326171875, + 0.04400634765625, + -0.0214385986328125, + -0.0400390625, + -0.035125732421875, + -0.0321044921875, + 0.0005044937133789062, + -0.01274871826171875, + -0.005947113037109375, + -0.034942626953125, + 0.0014810562133789062, + -0.05023193359375, + -0.04229736328125, + 0.0225677490234375, + -0.037017822265625, + 0.0279388427734375, + 0.0254974365234375, + -0.027374267578125, + 0.0218963623046875, + 0.0175628662109375, + 0.017181396484375, + 0.0176544189453125, + -0.019927978515625, + -0.0075531005859375, + -0.00826263427734375, + -0.00873565673828125, + 0.049102783203125, + 0.037384033203125, + 0.0238800048828125, + -0.0011796951293945312, + -0.03021240234375, + 0.0176544189453125, + -0.02020263671875, + 0.00972747802734375, + 0.020294189453125, + -0.00920867919921875, + 0.0007109642028808594, + 0.00882720947265625, + 0.04608154296875, + 0.06005859375, + -0.0309600830078125, + 0.0338134765625, + -0.06005859375, + 0.0001327991485595703, + -0.0770263671875, + -0.049835205078125, + -0.029266357421875, + -0.0288848876953125, + 0.050994873046875, + -0.0379638671875, + 0.007129669189453125, + -0.00351715087890625, + 0.00943756103515625, + 0.0521240234375, + 0.03814697265625, + -0.0150146484375, + -0.0404052734375, + -0.02313232421875, + 0.0687255859375, + -0.00821685791015625, + -0.0075531005859375, + -0.01033782958984375, + 0.039642333984375, + 0.00684356689453125, + 0.00977325439453125, + -0.001079559326171875, + 0.049835205078125, + 0.036834716796875, + 0.04022216796875, + 0.01416015625, + -0.0205841064453125, + 0.023406982421875, + -0.007080078125, + 0.043243408203125, + -0.055145263671875, + -0.0187835693359375, + 0.00873565673828125, + 0.0166168212890625, + 0.004436492919921875, + -0.0849609375, + 0.0034465789794921875, + 0.037750244140625, + 0.0362548828125, + 0.00026416778564453125, + -0.00580596923828125, + -0.050994873046875, + 0.02435302734375, + 0.0106658935546875, + 0.01142120361328125, + 0.0386962890625, + 0.041717529296875, + -0.053619384765625, + 0.029266357421875, + 0.0156707763671875, + 0.01690673828125, + -0.05474853515625, + -0.01519775390625, + -0.027374267578125, + -0.0120391845703125, + -0.038909912109375, + -0.032470703125, + 0.03985595703125, + -0.0208587646484375, + 0.00457763671875, + -0.01312255859375, + -0.0125579833984375, + -0.01538848876953125, + -0.047576904296875, + -0.00977325439453125, + -0.04229736328125, + -0.0604248046875, + -0.024169921875, + 0.053253173828125, + 0.005191802978515625, + 0.0096282958984375, + 0.01284027099609375, + 0.00887298583984375, + -0.01340484619140625, + 0.001068115234375, + -0.0104827880859375, + 0.037384033203125, + 0.01189422607421875, + 0.04815673828125, + 0.03436279296875, + 0.0196380615234375, + 0.034942626953125, + 0.06573486328125, + 0.031707763671875, + -0.04193115234375, + 0.01227569580078125, + 0.022186279296875, + -0.00792694091796875, + 0.0321044921875, + -0.018035888671875, + -0.0101470947265625, + -0.038330078125, + -0.0521240234375, + 0.035125732421875, + 0.01038360595703125, + 0.0305938720703125, + 0.03643798828125, + -0.0185089111328125, + -0.006656646728515625, + 0.06005859375, + -0.027008056640625, + 0.1080322265625, + -0.0235137939453125, + -0.06231689453125, + 0.01090240478515625, + 0.0462646484375, + -0.0362548828125, + -0.016998291015625, + 0.0386962890625, + -0.03851318359375, + -0.01312255859375, + 0.0262451171875, + -0.0220947265625, + 0.037017822265625, + -0.02001953125, + -0.004177093505859375, + 0.0268096923828125, + -0.0224761962890625, + 0.01038360595703125, + 0.0258636474609375, + 0.037750244140625, + 0.00250244140625, + 0.0256805419921875, + -0.029449462890625, + -0.005382537841796875, + -0.044952392578125, + -0.07476806640625, + 0.033599853515625, + 0.01416015625, + -0.0033283233642578125, + 0.033050537109375, + -0.04473876953125, + -0.061920166015625, + 0.01416015625, + -0.0224761962890625, + 0.06494140625, + 0.0421142578125, + 0.0079803466796875, + 0.0146331787109375, + -0.0235137939453125, + 0.0165252685546875, + 0.04608154296875, + 0.0245513916015625, + 0.0528564453125, + 0.047576904296875, + 0.019073486328125, + 0.02813720703125, + -0.0236053466796875, + 0.032470703125, + 0.003658294677734375, + 0.025299072265625, + -0.00934600830078125, + 0.034942626953125, + 0.039276123046875, + 0.0214385986328125, + -0.04437255859375, + 0.0528564453125, + 0.0275726318359375, + -0.039642333984375, + -0.001434326171875, + -0.0285186767578125, + -0.0032806396484375, + -0.06988525390625, + -0.0007433891296386719, + -0.0033283233642578125, + 0.0177459716796875, + 0.029449462890625, + 0.01387786865234375, + -0.039276123046875, + -0.006561279296875, + 0.053619384765625, + -0.043792724609375, + 0.0266265869140625, + 0.0205841064453125, + -0.041534423828125, + 0.0057830810546875, + -0.0216217041015625, + -0.0379638671875, + 0.045684814453125, + -0.04193115234375, + -0.01396942138671875, + 0.02813720703125, + 0.024078369140625, + -0.037200927734375, + -0.0194549560546875, + -0.037750244140625, + 0.0198211669921875, + -0.0135955810546875, + -0.016326904296875, + 0.0218963623046875, + -0.005405426025390625, + 0.0030918121337890625, + 0.0096282958984375, + 0.01538848876953125, + -0.020965576171875, + -0.04473876953125, + 0.049835205078125, + -0.0024662017822265625, + -0.02642822265625, + 0.0006875991821289062, + 0.01175689697265625, + 0.031524658203125, + -0.03192138671875, + -0.0258636474609375, + 0.005359649658203125, + 0.0022068023681640625, + -0.007080078125, + 0.00434112548828125, + -0.041168212890625, + -0.00727081298828125, + -0.0277557373046875, + 0.057037353515625, + 0.0266265869140625, + 0.0156707763671875, + 0.0135040283203125, + -0.0687255859375, + 0.01690673828125, + -0.052490234375, + -0.00476837158203125, + -0.01708984375, + 0.0034923553466796875, + -0.0303955078125, + 0.0638427734375, + 0.01708984375, + -0.00934600830078125, + -0.0162353515625, + 0.050994873046875, + 0.01033782958984375, + 0.0066070556640625, + -0.051361083984375, + 0.032867431640625, + 0.0081634521484375, + -0.055877685546875, + 0.0157623291015625, + -0.01387786865234375, + 0.007648468017578125, + 0.0638427734375, + -0.041168212890625, + -0.0258636474609375, + 0.00041294097900390625, + -0.0732421875, + -0.0195465087890625, + -0.01340484619140625, + -0.0196380615234375, + -0.0279388427734375, + 0.0091094970703125, + 0.02813720703125, + -0.01194000244140625, + 0.01538848876953125, + 0.0283203125, + -0.0245513916015625, + 0.0288848876953125, + 0.013031005859375, + -0.0167083740234375, + 0.0218963623046875, + -0.043060302734375, + -0.03192138671875, + -0.01245880126953125, + 0.0283203125, + -0.01042938232421875, + 0.004413604736328125, + -0.015106201171875, + -0.0195465087890625, + 0.03472900390625, + -0.01898193359375, + -0.0012388229370117188, + -0.0025615692138671875, + -0.0125579833984375, + -0.01132965087890625, + -0.04815673828125, + -0.0023593902587890625, + 0.0187835693359375, + 0.01180267333984375, + 0.01444244384765625, + 0.039642333984375, + -0.0604248046875, + 0.013031005859375, + 0.022186279296875, + -0.027374267578125, + -0.017364501953125, + -0.0115203857421875, + -0.007598876953125, + -0.017364501953125, + 0.059661865234375, + -0.041351318359375, + -0.0479736328125, + -0.09820556640625, + 0.0066070556640625, + 0.022186279296875, + -0.0238800048828125, + -0.0167083740234375, + -0.04437255859375, + -0.055145263671875, + -0.00554656982421875, + 0.035491943359375, + 0.031707763671875, + 0.0268096923828125, + -0.049468994140625, + -0.0150146484375, + -0.0262451171875, + -0.043792724609375, + 0.025299072265625, + -0.005878448486328125, + 0.03607177734375, + -0.009063720703125, + -0.01482391357421875, + 0.021240234375, + 0.03436279296875, + 0.007411956787109375, + 0.036834716796875, + 0.003917694091796875, + -0.043060302734375, + 0.02435302734375, + -0.01293182373046875, + -0.035675048828125, + -0.0167999267578125, + -0.0135040283203125, + 0.041717529296875, + -0.044952392578125, + -0.013031005859375, + 0.014068603515625, + 0.010101318359375, + 0.0487060546875, + 0.006561279296875, + -0.0220947265625, + 0.009063720703125, + -0.00839996337890625, + 0.04681396484375, + -0.0341796875, + -0.067626953125, + -0.02227783203125, + -0.006893157958984375, + 0.03436279296875, + 0.049835205078125, + -0.007457733154296875, + -0.0029735565185546875, + 0.0009675025939941406, + 0.0487060546875, + -0.022369384765625, + -0.043426513671875, + -0.0303955078125, + 0.00576019287109375, + 0.02435302734375, + 0.057769775390625, + -0.007221221923828125, + 0.07177734375, + 0.00455474853515625, + -0.0080718994140625, + 0.02020263671875, + 0.0479736328125, + 0.03265380859375, + -0.00627899169921875, + -0.04248046875, + -0.008544921875, + 0.016143798828125, + -0.06646728515625, + -0.049468994140625, + -0.0060882568359375, + 0.037384033203125, + -0.0838623046875, + -0.020965576171875, + -0.0205841064453125, + 0.0037288665771484375, + 0.018218994140625, + -0.0194549560546875, + -0.01435089111328125, + 0.02642822265625, + 0.01081085205078125, + -0.027191162109375, + -0.00035858154296875, + -0.00627899169921875, + 0.02435302734375, + 0.04644775390625, + 0.00958251953125, + -0.007740020751953125, + 0.0400390625, + 0.00958251953125, + 0.01293182373046875, + 0.0167999267578125, + 0.038909912109375, + 0.0177459716796875, + 0.016326904296875, + 0.0279388427734375, + 0.09442138671875, + -0.025299072265625, + -0.0184173583984375, + -0.0036106109619140625, + 0.0262451171875, + 0.037200927734375, + 0.035125732421875, + -0.0184173583984375, + 0.0037288665771484375, + 0.0003349781036376953, + -0.037017822265625, + -0.0158538818359375, + 0.007221221923828125, + 0.00112152099609375, + -0.0305938720703125, + -0.0421142578125, + 0.00873565673828125, + -0.055145263671875, + 0.03021240234375, + -0.00897216796875, + -0.0175628662109375, + 0.0008912086486816406, + 0.021240234375, + -0.007457733154296875, + -0.05401611328125, + 0.040985107421875, + -0.0105743408203125, + -0.01387786865234375, + -0.03472900390625, + -0.0226593017578125, + 0.0305938720703125, + -0.0010499954223632812, + -0.069091796875, + 0.0019588470458984375, + 0.032867431640625, + -0.008026123046875, + -0.050994873046875, + 0.0176544189453125, + 0.01482391357421875, + -0.0166168212890625, + -0.0345458984375, + -0.03985595703125, + -0.017181396484375, + -0.004413604736328125, + -0.0249176025390625, + 0.035675048828125, + -0.0026912689208984375, + -0.04193115234375, + 0.0018644332885742188, + -0.0059967041015625, + 0.0027370452880859375, + 0.036834716796875, + -0.035888671875, + 0.022186279296875, + 0.038909912109375, + 0.027374267578125, + -0.0037994384765625, + 0.055877685546875, + 0.0009617805480957031, + -0.01227569580078125, + -0.01184844970703125, + -0.0287017822265625, + 0.0303955078125, + -0.0214385986328125, + 0.003376007080078125, + -0.06494140625, + -0.01024627685546875, + 0.0288848876953125, + -0.07891845703125, + 0.0262451171875, + 0.027374267578125, + -0.01137542724609375, + -0.05889892578125, + 0.00778961181640625, + -0.0081634521484375, + 0.007411956787109375, + 0.09326171875, + -0.015960693359375, + 0.016998291015625, + -0.009490966796875, + -0.03851318359375, + 0.043243408203125, + 0.00429534912109375, + 0.016998291015625, + -0.03192138671875, + 0.02105712890625, + 0.009490966796875, + -0.0032329559326171875, + -0.00377655029296875, + -0.07061767578125, + -0.009490966796875, + 0.04644775390625, + -0.0009794235229492188, + -0.00958251953125, + 0.011566162109375, + -0.046630859375, + -0.01236724853515625, + -0.03192138671875, + 0.043243408203125, + 0.003021240234375, + 0.0116119384765625, + -0.051361083984375, + -0.0167083740234375, + 0.00200653076171875, + -0.0604248046875, + -0.044189453125, + -0.0081634521484375, + 0.01378631591796875, + 0.01071929931640625, + -0.03228759765625, + 0.0258636474609375, + 0.007221221923828125, + 0.022003173828125, + 0.006702423095703125, + 0.055511474609375, + -0.03814697265625, + -0.01425933837890625, + -0.0013399124145507812, + 0.027008056640625, + -0.00330352783203125, + 0.020111083984375, + 0.005428314208984375, + 0.0217132568359375, + 0.01038360595703125, + -0.02642822265625, + 0.0379638671875, + 0.043243408203125, + -0.006137847900390625, + -0.0604248046875, + 0.01340484619140625, + -0.022186279296875, + 0.05023193359375, + -0.0050506591796875, + 0.041351318359375, + 0.0066070556640625, + -0.0050048828125, + -0.07928466796875, + 0.039642333984375, + -0.00830841064453125, + 0.035675048828125, + 0.0379638671875, + -0.02398681640625, + -0.057403564453125, + -0.047760009765625, + -0.0266265869140625, + 0.02227783203125, + -0.0341796875, + 0.0458984375, + 0.0283203125, + -0.0080718994140625, + 0.0204925537109375, + 0.0136871337890625, + -0.014068603515625, + 0.0191650390625, + 0.006183624267578125, + -0.0309600830078125, + 0.05023193359375, + -0.017364501953125, + 0.0277557373046875, + 0.01274871826171875, + -0.007175445556640625, + -0.01690673828125, + -0.0214385986328125, + -0.027374267578125, + -0.00835418701171875, + 0.02105712890625, + 0.03399658203125, + 0.00030684471130371094, + -0.003681182861328125, + -0.00507354736328125, + 0.02642822265625, + 0.0166168212890625, + -0.0187835693359375, + 0.0126495361328125, + -0.00675201416015625, + -0.008636474609375, + -0.0262451171875, + -0.044189453125, + -0.07818603515625, + -0.023040771484375, + -0.049835205078125, + -0.0125579833984375, + -0.0009908676147460938, + 0.0007376670837402344, + 0.02642822265625, + -0.057403564453125, + 0.0279388427734375, + 0.00047206878662109375, + -0.02606201171875, + -0.0287017822265625, + -0.00450897216796875, + 0.0111846923828125, + 0.05059814453125, + 0.00891876220703125, + -0.02313232421875, + 0.046630859375, + -0.0052642822265625, + -0.00920867919921875, + 0.005474090576171875, + -0.0106658935546875, + -0.044952392578125, + 0.022186279296875, + -0.07366943359375, + -0.01194000244140625, + 0.0105743408203125, + 0.029449462890625, + 0.005405426025390625, + -0.022369384765625, + 0.04022216796875, + -0.0217132568359375, + -0.075927734375, + 0.018218994140625, + 0.006374359130859375, + -0.032470703125, + 0.0227508544921875, + -0.0288848876953125, + -0.0038700103759765625, + 0.0014104843139648438, + 0.035125732421875, + 0.05059814453125, + 0.049102783203125, + 0.0285186767578125, + 0.00972747802734375, + -0.0020885467529296875, + -0.0262451171875, + 0.0254974365234375, + 0.01165771484375, + 0.0296478271484375, + 0.0101470947265625, + 0.025299072265625, + -0.0145416259765625, + -0.09027099609375, + -0.023223876953125, + -0.0268096923828125, + -0.0721435546875, + 0.0035400390625, + 0.08197021484375, + 0.0404052734375, + -0.01898193359375, + 0.020294189453125, + 0.0136871337890625, + 0.0096282958984375, + 0.029083251953125, + 0.0012216567993164062, + -0.06494140625, + -0.021148681640625, + 0.005828857421875, + 0.0245513916015625, + -0.07135009765625, + 0.064208984375, + 0.0604248046875, + -0.01128387451171875, + -0.04058837890625, + 0.0009975433349609375, + -0.0007405281066894531, + 0.0362548828125, + 0.0341796875, + 0.00783538818359375, + -0.05889892578125, + 0.0026798248291015625, + 0.01812744140625, + -0.007175445556640625, + 0.003398895263671875, + -0.034942626953125, + -0.01132965087890625, + 0.05889892578125, + -0.02294921875, + -0.0105743408203125, + 0.0106201171875, + 0.064208984375, + 0.0279388427734375, + -0.037384033203125, + -0.00533294677734375, + 0.047027587890625, + 0.01519775390625, + -0.0035877227783203125, + 0.009490966796875, + 0.00873565673828125, + -0.0120849609375, + 0.033233642578125, + 0.055877685546875, + 0.0116119384765625, + 0.047210693359375, + 0.01605224609375, + -0.0362548828125, + 0.016326904296875, + 0.01416015625, + 0.0009908676147460938, + -0.0165252685546875, + -0.0296478271484375, + -0.03472900390625, + -0.038909912109375, + 0.037384033203125, + 0.02435302734375, + 0.04815673828125, + 0.0237884521484375, + -0.01435089111328125, + -0.00011432170867919922, + -0.00507354736328125, + 0.037567138671875, + 0.0386962890625, + 0.011138916015625, + -0.0167083740234375, + 0.021240234375, + -0.006229400634765625, + -0.00675201416015625, + -0.0019474029541015625, + 0.029266357421875, + -0.007648468017578125, + 0.0179443359375, + -0.06573486328125, + 0.0120849609375, + 0.00524139404296875, + -0.0233154296875, + -0.0298309326171875, + -0.0177459716796875, + 0.0236968994140625, + -0.031158447265625, + -0.0042724609375, + -0.0110931396484375, + 0.0225677490234375, + -0.05023193359375, + 0.0266265869140625, + 0.035491943359375, + -0.01538848876953125, + 0.0247344970703125, + -0.05889892578125, + 0.07061767578125, + 0.025299072265625, + 0.0185089111328125, + -0.0162353515625, + 0.01123809814453125, + 0.059661865234375, + -0.01387786865234375, + 0.005146026611328125, + 0.020965576171875, + 0.001628875732421875, + 0.039642333984375, + 0.03643798828125, + 0.0099639892578125, + -0.041351318359375, + 0.047393798828125, + 0.0279388427734375, + -0.04681396484375, + 0.01708984375, + 0.0100555419921875, + 0.016326904296875, + 0.0116119384765625, + -0.0038700103759765625, + -0.00424957275390625, + -0.0721435546875, + 0.029449462890625, + 0.0379638671875, + -0.02227783203125, + 0.02606201171875, + -0.059661865234375, + 0.06005859375, + 0.0120391845703125, + 0.0307769775390625, + -0.043792724609375, + 0.03436279296875, + -0.01227569580078125, + -0.00020945072174072266, + -0.0217132568359375, + -0.0279388427734375, + 0.0238800048828125, + 0.02398681640625, + -0.0208587646484375, + 0.049835205078125, + 0.0521240234375, + 0.01184844970703125, + -0.0400390625, + -0.0047454833984375, + 0.0085906982421875, + 0.035491943359375, + 0.07818603515625, + -0.04437255859375, + -0.0287017822265625, + 0.014068603515625, + 0.029083251953125, + 0.05889892578125, + -0.023223876953125, + 0.01331329345703125, + -0.0004572868347167969, + 0.00351715087890625, + -0.0019235610961914062, + -0.00897216796875 + ], + "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_Thumbcache_Viewer", + "type": "tool", + "name": "Thumbcache Viewer", + "content": "thumbcache viewer windows speichert miniaturansichten aller betrachteten bilder in versteckten thumbcache_*.db dateien - ein goldschatz für forensiker. das tool extrahiert diese thumbnails inklusive exif-zeitstempel, selbst wenn originalbilder längst gelöscht sind. beweist unwiderlegbar, dass bilder auf dem system vorhanden waren. besonders wertvoll bei csam-ermittlungen und datendiebstahl. die verschiedenen auflösungen (32, 96, 256, 1024) zeigen detailgrade. timestamp-analyse rekonstruiert betrachtungszeitpunkte. export als einzelne bilder oder html-report. die gui macht es auch für nicht-technische ermittler zugänglich. unterstützt windows vista bis 11. der batch-mode verarbeitet mehrere thumbcache-dateien. hash-matching gegen bekannte csam-datenbanken möglich. integration mit timeline-tools über csv-export. die kostenlose lizenz demokratisiert wichtige forensik-fähigkeiten. oft der entscheidende beweis in kinderschutz-fällen. 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.030487060546875, + 0.035247802734375, + 0.026702880859375, + -0.0264892578125, + 0.0318603515625, + 0.02789306640625, + 0.01702880859375, + 0.0302886962890625, + 0.006923675537109375, + -0.0340576171875, + -0.046630859375, + 0.032470703125, + -0.0045318603515625, + 0.006175994873046875, + -0.0697021484375, + 0.057373046875, + -0.01219940185546875, + 0.012298583984375, + 0.02789306640625, + -0.0024662017822265625, + -0.0163421630859375, + 0.01180267333984375, + -0.024200439453125, + -0.0164337158203125, + 0.02569580078125, + 0.00605010986328125, + -0.01654052734375, + -0.05218505859375, + -0.031463623046875, + 0.023712158203125, + 0.0272979736328125, + -0.0247955322265625, + 0.00395965576171875, + 0.037841796875, + 0.0187225341796875, + -0.0064239501953125, + 0.0001766681671142578, + -0.0513916015625, + -0.039031982421875, + 0.06573486328125, + -0.020721435546875, + -0.00841522216796875, + 0.00955963134765625, + -0.0007748603820800781, + -0.058563232421875, + -0.042022705078125, + 0.006198883056640625, + -0.008270263671875, + 0.0130462646484375, + -0.040435791015625, + 0.0201263427734375, + 0.01239776611328125, + -0.006622314453125, + 0.00677490234375, + -0.0296783447265625, + 0.0201263427734375, + 0.01534271240234375, + -0.01140594482421875, + -0.0243072509765625, + 0.044036865234375, + -0.0709228515625, + -0.0103607177734375, + 0.0039825439453125, + -0.0243072509765625, + -0.00193023681640625, + 0.018829345703125, + 0.0005044937133789062, + -0.020721435546875, + 0.003162384033203125, + 0.0164337158203125, + 0.01404571533203125, + -0.018524169921875, + -0.033477783203125, + 0.036468505859375, + -0.0061492919921875, + -0.060577392578125, + 0.0031757354736328125, + -0.0010271072387695312, + -0.01200103759765625, + -0.01055908203125, + -0.03924560546875, + 0.001979827880859375, + 0.0557861328125, + -0.0149383544921875, + -0.003734588623046875, + 0.006351470947265625, + 0.03546142578125, + 0.01364898681640625, + 0.00020384788513183594, + 0.00821685791015625, + 0.0178375244140625, + 0.0099639892578125, + 0.00975799560546875, + -0.015838623046875, + 0.047210693359375, + 0.06890869140625, + -0.01554107666015625, + -0.007171630859375, + -0.0007500648498535156, + 0.02410888671875, + 0.017730712890625, + -0.0482177734375, + 0.04302978515625, + -0.0213165283203125, + 0.021209716796875, + -0.00836944580078125, + 0.0195159912109375, + -0.026092529296875, + -0.0137481689453125, + -0.01270294189453125, + -0.0816650390625, + -0.036651611328125, + 0.002590179443359375, + -0.06494140625, + -0.004779815673828125, + 0.0087127685546875, + -0.0086669921875, + 0.04522705078125, + -0.03924560546875, + -0.029876708984375, + 0.004459381103515625, + 0.0137481689453125, + 0.00727081298828125, + -0.02191162109375, + -0.035675048828125, + -0.052978515625, + -0.00971221923828125, + 0.03485107421875, + -0.0240020751953125, + -0.0280914306640625, + -0.01274871826171875, + -0.021820068359375, + 0.003536224365234375, + -0.039459228515625, + -0.01483917236328125, + -0.026702880859375, + 0.0400390625, + -0.01026153564453125, + -0.0022029876708984375, + -0.00971221923828125, + 0.048797607421875, + -0.0302886962890625, + -0.059356689453125, + 0.012847900390625, + -0.042022705078125, + -0.00817108154296875, + -0.0416259765625, + 0.072509765625, + -0.04241943359375, + -0.00301361083984375, + -0.0168304443359375, + 0.0225067138671875, + 0.0262908935546875, + 0.01190185546875, + 0.0063018798828125, + -0.062164306640625, + -0.0006628036499023438, + -0.0250091552734375, + 0.0162353515625, + 0.01384735107421875, + -0.0302886962890625, + 0.044036865234375, + -0.0276947021484375, + 0.0168304443359375, + -0.0080718994140625, + -0.035675048828125, + -0.0201263427734375, + 0.0243072509765625, + 0.019622802734375, + 0.0053558349609375, + 0.0145416259765625, + 0.0137481689453125, + 0.08087158203125, + 0.058563232421875, + 0.0157318115234375, + 0.0201263427734375, + 0.017333984375, + -0.0113525390625, + 0.052581787109375, + 0.0111083984375, + -0.0086669921875, + -0.0130462646484375, + 0.0330810546875, + -0.00585174560546875, + 0.0133514404296875, + -0.0121002197265625, + -0.0240020751953125, + -0.018829345703125, + -0.0262908935546875, + 0.021514892578125, + -0.035247802734375, + -0.05419921875, + -0.012847900390625, + 0.0276947021484375, + 0.0014820098876953125, + 0.062164306640625, + 0.01085662841796875, + 0.0019178390502929688, + 0.0416259765625, + -0.01483917236328125, + 0.018035888671875, + 0.0258941650390625, + -0.0179290771484375, + 0.05340576171875, + 0.007122039794921875, + 0.0026149749755859375, + -0.0111083984375, + 0.025299072265625, + 0.0133514404296875, + -0.0292816162109375, + -0.01434326171875, + 0.05340576171875, + -0.0264892578125, + -0.032073974609375, + -0.036865234375, + -0.035064697265625, + 0.010955810546875, + -0.005527496337890625, + -0.045623779296875, + 0.0017185211181640625, + -0.004856109619140625, + -0.04364013671875, + 0.0284881591796875, + 0.005802154541015625, + 0.007320404052734375, + 0.047821044921875, + 0.00433349609375, + -0.0238037109375, + -0.02459716796875, + 0.002727508544921875, + 0.0236053466796875, + 0.00435638427734375, + -0.013946533203125, + 0.009063720703125, + 0.0005574226379394531, + -0.02301025390625, + 0.056976318359375, + 0.04364013671875, + 0.00936126708984375, + 0.00921630859375, + -0.0254058837890625, + 0.04522705078125, + -0.028289794921875, + 0.032867431640625, + 0.0302886962890625, + -0.007419586181640625, + 0.006824493408203125, + -0.0032863616943359375, + 0.02789306640625, + 0.0216217041015625, + -0.0428466796875, + -0.0137481689453125, + -0.11474609375, + -0.021514892578125, + -0.046630859375, + -0.0362548828125, + -0.03167724609375, + -0.0482177734375, + 0.03863525390625, + -0.019317626953125, + -0.050201416015625, + -0.0009212493896484375, + -0.0002522468566894531, + -0.00727081298828125, + 0.044036865234375, + 0.0171356201171875, + -0.0087127685546875, + 0.0111083984375, + 0.06732177734375, + 0.006099700927734375, + -0.01554107666015625, + -0.0006227493286132812, + 0.0288848876953125, + -0.0236053466796875, + 0.025299072265625, + -0.00605010986328125, + 0.0102081298828125, + 0.03387451171875, + 0.0310821533203125, + 0.01010894775390625, + -0.0280914306640625, + 0.0038852691650390625, + -0.01235198974609375, + 0.0007157325744628906, + -0.0262908935546875, + -0.019317626953125, + -0.0013322830200195312, + 0.02410888671875, + -0.026092529296875, + -0.045623779296875, + -0.01324462890625, + 0.0225067138671875, + -0.0236053466796875, + 0.00084686279296875, + 0.041839599609375, + -0.04144287109375, + -0.0137481689453125, + -0.02301025390625, + -0.01812744140625, + 0.019317626953125, + 0.06494140625, + -0.037841796875, + 0.0179290771484375, + 0.01250457763671875, + 0.01050567626953125, + -0.01654052734375, + -0.05816650390625, + -0.00206756591796875, + -0.02947998046875, + -0.032867431640625, + -0.035858154296875, + 0.0288848876953125, + -0.005901336669921875, + 0.01081085205078125, + 0.0061492919921875, + -0.0036106109619140625, + -0.0284881591796875, + -0.05499267578125, + 0.022216796875, + -0.0106048583984375, + -0.02142333984375, + -0.02459716796875, + 0.050018310546875, + 0.020416259765625, + 0.0197296142578125, + -0.009613037109375, + -0.0019426345825195312, + -0.04742431640625, + -0.0111541748046875, + -0.00881195068359375, + 0.01314544677734375, + -0.01081085205078125, + 0.045623779296875, + 0.039459228515625, + 0.021209716796875, + 0.00687408447265625, + 0.046234130859375, + -0.0010833740234375, + -0.00821685791015625, + 0.0224151611328125, + -0.002353668212890625, + 0.007221221923828125, + 0.0247039794921875, + -0.00101470947265625, + -0.03387451171875, + -0.00986480712890625, + -0.018035888671875, + -0.01195526123046875, + 0.021514892578125, + 0.043243408203125, + 0.02569580078125, + -0.038238525390625, + 0.00470733642578125, + 0.06732177734375, + -0.00921630859375, + 0.08807373046875, + -0.0086669921875, + -0.04461669921875, + 0.01702880859375, + 0.031463623046875, + -0.0210113525390625, + -0.0225067138671875, + 0.029876708984375, + 0.00921630859375, + -0.013946533203125, + 0.0130462646484375, + 0.00986480712890625, + 0.01554107666015625, + 0.0019664764404296875, + 0.0005445480346679688, + 0.0239105224609375, + -0.022308349609375, + 0.0157318115234375, + 0.032073974609375, + -0.01175689697265625, + -0.001743316650390625, + 0.039642333984375, + -0.004184722900390625, + -0.0308837890625, + -0.0229034423828125, + -0.0633544921875, + 0.015838623046875, + 0.032867431640625, + 0.00415802001953125, + 0.060577392578125, + -0.01026153564453125, + -0.07489013671875, + 0.029876708984375, + -0.04144287109375, + 0.054595947265625, + 0.04241943359375, + 0.004657745361328125, + 0.05419921875, + -0.039031982421875, + 0.0269012451171875, + 0.0238037109375, + 0.0262908935546875, + 0.00921630859375, + 0.016632080078125, + 0.0262908935546875, + -0.0164337158203125, + -0.0288848876953125, + 0.023406982421875, + 0.032470703125, + 0.026092529296875, + 0.0167388916015625, + 0.0135498046875, + 0.01190185546875, + 0.0010213851928710938, + -0.0269012451171875, + 0.03765869140625, + 0.03607177734375, + -0.0088653564453125, + 0.0247955322265625, + 0.0038852691650390625, + 0.0039825439453125, + -0.04742431640625, + 0.0103607177734375, + -0.01195526123046875, + 0.0026149749755859375, + 0.03863525390625, + 0.026092529296875, + -0.0828857421875, + 0.0033111572265625, + 0.052978515625, + -0.057373046875, + 0.044830322265625, + 0.03167724609375, + -0.044830322265625, + -0.00403594970703125, + -0.01424407958984375, + -0.0633544921875, + 0.03863525390625, + -0.0254974365234375, + -0.0310821533203125, + -0.00931549072265625, + 0.0113067626953125, + -0.041229248046875, + -0.04901123046875, + -0.01345062255859375, + -0.03546142578125, + -0.0187225341796875, + -0.0145416259765625, + 0.0308837890625, + 0.004878997802734375, + 0.007671356201171875, + 0.0272979736328125, + 0.0292816162109375, + -0.01120758056640625, + -0.03607177734375, + 0.028289794921875, + -0.032073974609375, + -0.045013427734375, + 0.0286865234375, + 0.0054779052734375, + 0.02569580078125, + -0.037445068359375, + -0.050201416015625, + 0.00841522216796875, + -0.01255035400390625, + -0.007320404052734375, + 0.031280517578125, + -0.040252685546875, + -0.054595947265625, + -0.054595947265625, + 0.056976318359375, + -0.0064239501953125, + 0.046417236328125, + 0.0031871795654296875, + -0.0238037109375, + 0.01922607421875, + -0.0633544921875, + -0.00786590576171875, + -0.01702880859375, + -0.0102081298828125, + 0.004184722900390625, + 0.0860595703125, + -0.0217132568359375, + -0.0171356201171875, + -0.01165771484375, + 0.05499267578125, + 0.007022857666015625, + -0.0079193115234375, + -0.0054779052734375, + 0.02081298828125, + 0.035858154296875, + -0.036865234375, + 0.0021038055419921875, + -0.00986480712890625, + -0.0133514404296875, + 0.018035888671875, + -0.038055419921875, + -0.0238037109375, + 0.00667572021484375, + -0.0306854248046875, + -0.035064697265625, + -0.05499267578125, + -0.016937255859375, + -0.04541015625, + 0.0162353515625, + 0.038238525390625, + -0.004283905029296875, + 0.021514892578125, + 0.0152435302734375, + 0.00891876220703125, + 0.0280914306640625, + -0.0015878677368164062, + -0.012847900390625, + 0.026702880859375, + -0.060150146484375, + -0.0254974365234375, + -0.0362548828125, + 0.01105499267578125, + -0.0491943359375, + -0.0018672943115234375, + 0.01593017578125, + -0.0027523040771484375, + 0.041839599609375, + -0.0269012451171875, + -0.0164337158203125, + -0.044219970703125, + -0.0306854248046875, + -0.05499267578125, + -0.01165771484375, + 0.0239105224609375, + -0.0008091926574707031, + -0.01593017578125, + 0.004779815673828125, + 0.0296783447265625, + -0.07171630859375, + 0.0362548828125, + 0.0302886962890625, + 0.000007867813110351562, + 0.0179290771484375, + -0.0243072509765625, + -0.0007224082946777344, + 0.028289794921875, + 0.02569580078125, + -0.00786590576171875, + -0.04901123046875, + -0.08685302734375, + 0.039642333984375, + -0.01434326171875, + 0.00946044921875, + -0.00817108154296875, + -0.027099609375, + -0.05499267578125, + -0.005031585693359375, + 0.048614501953125, + 0.0220184326171875, + 0.01654052734375, + -0.02301025390625, + 0.000591278076171875, + -0.007965087890625, + -0.0340576171875, + 0.031463623046875, + -0.0195159912109375, + 0.0090179443359375, + -0.0250091552734375, + -0.023406982421875, + 0.0141448974609375, + 0.0258941650390625, + 0.021820068359375, + 0.03466796875, + 0.0162353515625, + -0.0186309814453125, + 0.037261962890625, + -0.0217132568359375, + -0.017333984375, + -0.0211181640625, + -0.019622802734375, + 0.02081298828125, + -0.0117034912109375, + -0.0099639892578125, + 0.0201263427734375, + 0.0262908935546875, + 0.0247955322265625, + -0.0269012451171875, + 0.031280517578125, + 0.0137481689453125, + -0.0164337158203125, + 0.07489013671875, + -0.0152435302734375, + -0.050201416015625, + -0.01424407958984375, + 0.000156402587890625, + 0.039642333984375, + 0.03985595703125, + 0.0039825439453125, + -0.036468505859375, + 0.005279541015625, + 0.04541015625, + 0.004856109619140625, + -0.040435791015625, + -0.0194244384765625, + 0.0276947021484375, + 0.0005135536193847656, + 0.028289794921875, + 0.03485107421875, + 0.0633544921875, + -0.0024662017822265625, + -0.0121002197265625, + 0.03607177734375, + 0.0740966796875, + 0.032684326171875, + -0.03326416015625, + -0.051788330078125, + -0.0086669921875, + -0.0008215904235839844, + -0.026092529296875, + -0.04901123046875, + 0.004482269287109375, + 0.0589599609375, + -0.08087158203125, + -0.00612640380859375, + 0.006572723388671875, + 0.0006723403930664062, + 0.01065826416015625, + 0.0023651123046875, + -0.026092529296875, + 0.02569580078125, + 0.0183258056640625, + -0.027099609375, + -0.01055908203125, + -0.0205230712890625, + 0.036865234375, + 0.0513916015625, + 0.017730712890625, + 0.01404571533203125, + 0.032684326171875, + -0.007022857666015625, + 0.0137481689453125, + 0.022308349609375, + 0.048614501953125, + -0.01055908203125, + 0.0141448974609375, + 0.046234130859375, + 0.0709228515625, + -0.0008902549743652344, + 0.00254058837890625, + 0.0460205078125, + 0.0232086181640625, + 0.056976318359375, + 0.07373046875, + 0.006000518798828125, + 0.02301025390625, + 0.0013132095336914062, + -0.0460205078125, + -0.015838623046875, + 0.0167388916015625, + 0.022613525390625, + -0.04364013671875, + -0.0288848876953125, + 0.036865234375, + -0.0482177734375, + 0.00811767578125, + 0.0001806020736694336, + -0.0236053466796875, + -0.019317626953125, + 0.014739990234375, + -0.01006317138671875, + -0.05059814453125, + 0.01593017578125, + -0.015838623046875, + -0.0292816162109375, + -0.031463623046875, + -0.034271240234375, + 0.05218505859375, + -0.0216217041015625, + -0.03228759765625, + -0.0308837890625, + 0.027496337890625, + -0.00991058349609375, + -0.05419921875, + -0.032684326171875, + 0.005405426025390625, + -0.01175689697265625, + -0.03985595703125, + -0.039031982421875, + -0.019927978515625, + 0.0145416259765625, + -0.02459716796875, + -0.01554107666015625, + -0.0088653564453125, + -0.04522705078125, + -0.027496337890625, + 0.0079193115234375, + -0.031280517578125, + 0.038848876953125, + -0.06097412109375, + 0.0201263427734375, + 0.018524169921875, + 0.033660888671875, + 0.0310821533203125, + 0.0721435546875, + -0.0054779052734375, + 0.0006036758422851562, + -0.0225067138671875, + -0.05419921875, + 0.00727081298828125, + 0.027099609375, + 0.0137481689453125, + -0.06097412109375, + 0.00015246868133544922, + 0.044219970703125, + -0.0753173828125, + 0.02142333984375, + 0.01534271240234375, + -0.026702880859375, + -0.050811767578125, + 0.027496337890625, + 0.0014696121215820312, + 0.0264892578125, + 0.08245849609375, + 0.0121002197265625, + -0.0286865234375, + 0.01250457763671875, + -0.0491943359375, + 0.07049560546875, + -0.00007355213165283203, + 0.03546142578125, + -0.04083251953125, + 0.029083251953125, + 0.00936126708984375, + -0.0300750732421875, + -0.0018548965454101562, + -0.08648681640625, + -0.00986480712890625, + 0.032867431640625, + 0.018035888671875, + -0.01294708251953125, + -0.0310821533203125, + -0.057769775390625, + -0.01554107666015625, + -0.038238525390625, + 0.01030731201171875, + -0.0023040771484375, + 0.027099609375, + -0.05340576171875, + 0.01155853271484375, + 0.007572174072265625, + -0.04541015625, + -0.045013427734375, + -0.0288848876953125, + 0.01294708251953125, + -0.007965087890625, + -0.060577392578125, + 0.029876708984375, + 0.017730712890625, + -0.01364898681640625, + 0.040435791015625, + 0.037841796875, + -0.03326416015625, + -0.0090179443359375, + -0.01294708251953125, + 0.024200439453125, + 0.002353668212890625, + -0.004405975341796875, + 0.016937255859375, + 0.02191162109375, + 0.00861358642578125, + -0.037261962890625, + 0.04840087890625, + 0.0589599609375, + -0.0229034423828125, + -0.06854248046875, + -0.0264892578125, + -0.017730712890625, + 0.031280517578125, + -0.0121002197265625, + 0.0286865234375, + 0.01314544677734375, + 0.004383087158203125, + -0.1068115234375, + 0.06732177734375, + -0.0284881591796875, + 0.0186309814453125, + 0.01155853271484375, + -0.016632080078125, + -0.07769775390625, + -0.0145416259765625, + -0.02301025390625, + 0.00971221923828125, + -0.0183258056640625, + 0.0171356201171875, + -0.020721435546875, + -0.01050567626953125, + -0.00307464599609375, + -0.0292816162109375, + -0.00612640380859375, + 0.047607421875, + 0.0149383544921875, + -0.035247802734375, + 0.04901123046875, + -0.005626678466796875, + -0.00026154518127441406, + -0.007770538330078125, + -0.007320404052734375, + 0.022308349609375, + -0.006923675537109375, + -0.020416259765625, + -0.024505615234375, + 0.0202178955078125, + 0.049407958984375, + 0.0010461807250976562, + 0.00782012939453125, + -0.017730712890625, + 0.0186309814453125, + 0.01314544677734375, + -0.0258941650390625, + 0.005977630615234375, + 0.00782012939453125, + 0.005054473876953125, + -0.0498046875, + -0.060150146484375, + -0.07293701171875, + 0.0262908935546875, + -0.038238525390625, + -0.0064239501953125, + 0.0113067626953125, + 0.01503753662109375, + -0.006473541259765625, + -0.0191192626953125, + 0.0250091552734375, + -0.0113525390625, + -0.033477783203125, + -0.0167388916015625, + -0.004878997802734375, + -0.01554107666015625, + 0.01424407958984375, + 0.01554107666015625, + -0.0292816162109375, + 0.02490234375, + -0.016143798828125, + -0.0015497207641601562, + -0.0187225341796875, + -0.026092529296875, + -0.03924560546875, + 0.0003314018249511719, + -0.09002685546875, + -0.03466796875, + 0.022216796875, + 0.02789306640625, + -0.0106048583984375, + -0.041839599609375, + 0.032684326171875, + -0.004856109619140625, + -0.05816650390625, + 0.03546142578125, + -0.00443267822265625, + -0.041839599609375, + 0.018829345703125, + -0.021820068359375, + -0.0035858154296875, + 0.0220184326171875, + 0.036651611328125, + 0.039459228515625, + 0.038848876953125, + -0.0122528076171875, + -0.021209716796875, + -0.0025768280029296875, + -0.015838623046875, + 0.0235137939453125, + 0.031280517578125, + 0.0179290771484375, + 0.0009398460388183594, + 0.00936126708984375, + 0.007320404052734375, + -0.0709228515625, + -0.0254058837890625, + -0.017425537109375, + -0.0438232421875, + 0.00677490234375, + 0.062164306640625, + 0.032073974609375, + -0.0235137939453125, + 0.0400390625, + 0.0513916015625, + 0.02459716796875, + 0.01294708251953125, + -0.00975799560546875, + -0.0645751953125, + -0.01294708251953125, + 0.026702880859375, + 0.0079193115234375, + -0.038848876953125, + 0.0308837890625, + 0.05499267578125, + -0.006076812744140625, + -0.0171356201171875, + -0.0197296142578125, + -0.0020542144775390625, + 0.054595947265625, + 0.00193023681640625, + 0.006099700927734375, + -0.056976318359375, + 0.01314544677734375, + 0.040252685546875, + -0.0187225341796875, + -0.0201263427734375, + -0.00817108154296875, + -0.0384521484375, + 0.05340576171875, + -0.0504150390625, + 0.01239776611328125, + -0.003635406494140625, + 0.07769775390625, + 0.015838623046875, + -0.046417236328125, + -0.01294708251953125, + 0.039031982421875, + 0.0232086181640625, + -0.00951385498046875, + 0.01544189453125, + -0.01404571533203125, + -0.00567626953125, + 0.037261962890625, + 0.048614501953125, + 0.0064239501953125, + 0.040435791015625, + 0.012451171875, + -0.061370849609375, + 0.0160369873046875, + -0.003337860107421875, + 0.00046062469482421875, + -0.00821685791015625, + -0.048004150390625, + -0.0175323486328125, + -0.0645751953125, + 0.0362548828125, + 0.0017805099487304688, + 0.046417236328125, + 0.02789306640625, + 0.0015878677368164062, + -0.01345062255859375, + 0.0190277099609375, + 0.0028133392333984375, + 0.037841796875, + 0.02947998046875, + 0.010955810546875, + -0.00518035888671875, + 0.02081298828125, + 0.0251007080078125, + -0.01294708251953125, + 0.02142333984375, + -0.005405426025390625, + -0.004756927490234375, + -0.05419921875, + 0.01404571533203125, + 0.01235198974609375, + -0.019317626953125, + -0.014739990234375, + -0.0178375244140625, + 0.010955810546875, + -0.0084686279296875, + -0.0645751953125, + -0.031463623046875, + 0.022216796875, + -0.05419921875, + 0.026092529296875, + 0.0296783447265625, + -0.0160369873046875, + 0.00287628173828125, + -0.0645751953125, + 0.09918212890625, + 0.0135498046875, + 0.022216796875, + -0.01434326171875, + 0.0318603515625, + 0.0206146240234375, + 0.0232086181640625, + 0.02301025390625, + 0.00856781005859375, + -0.022216796875, + 0.0362548828125, + 0.0557861328125, + -0.016937255859375, + -0.0288848876953125, + 0.028289794921875, + 0.0107574462890625, + -0.046417236328125, + 0.0310821533203125, + 0.035247802734375, + 0.00946044921875, + 0.0036602020263671875, + -0.02410888671875, + -0.00403594970703125, + -0.052581787109375, + 0.07891845703125, + 0.0190277099609375, + -0.00667572021484375, + 0.0247955322265625, + -0.04302978515625, + 0.04144287109375, + 0.007221221923828125, + 0.07373046875, + -0.04541015625, + 0.03607177734375, + -0.0152435302734375, + 0.01155853271484375, + -0.007518768310546875, + 0.0308837890625, + 0.00145721435546875, + 0.01026153564453125, + 0.01125335693359375, + 0.055389404296875, + 0.01120758056640625, + -0.004878997802734375, + -0.066162109375, + 0.005828857421875, + -0.0217132568359375, + 0.01294708251953125, + 0.030487060546875, + -0.0235137939453125, + -0.0152435302734375, + -0.021820068359375, + 0.006076812744140625, + 0.057769775390625, + 0.007518768310546875, + 0.02520751953125, + -0.007770538330078125, + -0.007770538330078125, + -0.0205230712890625, + 0.01190185546875 + ], + "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_Suricata", + "type": "tool", + "name": "Suricata", + "content": "suricata die open-source-ids/ips-engine der oisf revolutioniert netzwerk-security- monitoring durch multi-threading und moderne protokoll-decoder. lua-scripts ermöglichen custom-detection-logic jenseits einfacher pattern-matching. besonders mächtig: http-keyword-matching in request-bodies, tls-certificate- fingerprinting, dns-tunneling-detection, file-extraction aus netzwerk- streams. die json-ausgabe integriert nahtlos in elk-stack oder splunk. rule-updates von proofpoint, emerging-threats halten signaturen aktuell. bypass-funktionen reduzieren false-positives bei bekanntem traffic. hardware-acceleration durch dpdk/pf_ring steigert performance auf 100gbit+. cluster-mode verteilt load über mehrere instanzen. die engine bildet das herzstück kommerzieller siem-systeme von elastic security bis wazuh. python-output-plugins ermöglichen custom-integrations. unverzichtbar für moderne socs die leistungsstarke threat-detection ohne vendor-lock-in benötigen. der de-facto-standard für open-source-nsm. ids nsm network-forensics analysis", + "embedding": [ + -0.018096923828125, + 0.0267181396484375, + 0.04150390625, + 0.035430908203125, + 0.0250244140625, + 0.0195159912109375, + 0.0129852294921875, + -0.0231170654296875, + -0.026153564453125, + 0.0021915435791015625, + -0.030517578125, + 0.038299560546875, + 0.01013946533203125, + -0.005023956298828125, + -0.060638427734375, + 0.05572509765625, + 0.0017414093017578125, + -0.00919342041015625, + 0.01326751708984375, + 0.019805908203125, + -0.0152587890625, + -0.0107574462890625, + -0.051544189453125, + -0.0028438568115234375, + -0.0194244384765625, + -0.0047607421875, + 0.0166778564453125, + -0.06292724609375, + -0.0076751708984375, + 0.00885772705078125, + 0.01554107666015625, + -0.0322265625, + 0.008575439453125, + 0.03204345703125, + -0.00124359130859375, + -0.031463623046875, + 0.034881591796875, + -0.05230712890625, + -0.0135498046875, + 0.0428466796875, + -0.024444580078125, + 0.038848876953125, + 0.0033397674560546875, + -0.00971221923828125, + -0.0274810791015625, + -0.053436279296875, + -0.0036258697509765625, + -0.021697998046875, + 0.01885986328125, + -0.0293731689453125, + 0.02691650390625, + 0.01515960693359375, + 0.01335906982421875, + -0.0002887248992919922, + -0.0504150390625, + 0.009429931640625, + 0.028045654296875, + -0.003246307373046875, + -0.03753662109375, + 0.050811767578125, + -0.028045654296875, + -0.007297515869140625, + -0.005733489990234375, + -0.01232147216796875, + 0.023590087890625, + 0.00649261474609375, + -0.01506805419921875, + -0.0291900634765625, + 0.001800537109375, + -0.00762939453125, + 0.0272979736328125, + -0.02691650390625, + 0.001125335693359375, + 0.0257720947265625, + -0.029571533203125, + -0.031463623046875, + 0.015350341796875, + 0.02142333984375, + 0.0176239013671875, + 0.0140228271484375, + -0.038665771484375, + 0.01198577880859375, + 0.0504150390625, + -0.00653839111328125, + -0.010284423828125, + -0.01279449462890625, + 0.0360107421875, + -0.00701141357421875, + 0.016876220703125, + 0.005329132080078125, + 0.004169464111328125, + -0.0089569091796875, + 0.053070068359375, + -0.001575469970703125, + 0.04095458984375, + 0.056854248046875, + -0.03961181640625, + -0.0272979736328125, + -0.0017766952514648438, + 0.04150390625, + 0.0174407958984375, + -0.0209503173828125, + 0.047576904296875, + -0.020751953125, + 0.059906005859375, + -0.01364898681640625, + 0.00881195068359375, + -0.036376953125, + 0.0221710205078125, + 0.00791168212890625, + -0.100830078125, + -0.0394287109375, + -0.01374053955078125, + -0.06707763671875, + -0.0236968994140625, + -0.006443023681640625, + -0.0159149169921875, + 0.025970458984375, + -0.051177978515625, + -0.039794921875, + 0.0299530029296875, + 0.031829833984375, + 0.0152587890625, + 0.0265350341796875, + -0.035430908203125, + -0.065185546875, + 0.004669189453125, + 0.008575439453125, + -0.03070068359375, + -0.0200958251953125, + -0.019989013671875, + -0.0080108642578125, + -0.017913818359375, + -0.0293731689453125, + -0.0009360313415527344, + -0.0152587890625, + 0.035247802734375, + -0.00145721435546875, + -0.0181884765625, + -0.00701141357421875, + 0.044342041015625, + -0.004669189453125, + -0.068603515625, + -0.002498626708984375, + -0.03961181640625, + -0.038848876953125, + -0.0193328857421875, + 0.04302978515625, + -0.0254058837890625, + 0.001232147216796875, + -0.0094757080078125, + 0.01335906982421875, + 0.0576171875, + -0.0063018798828125, + 0.05572509765625, + -0.020660400390625, + 0.007343292236328125, + -0.0085296630859375, + 0.050811767578125, + -0.004596710205078125, + -0.023223876953125, + -0.00013184547424316406, + 0.00238037109375, + 0.005970001220703125, + -0.00113677978515625, + -0.01364898681640625, + -0.0020618438720703125, + 0.026153564453125, + 0.027679443359375, + -0.003269195556640625, + 0.034881591796875, + -0.00829315185546875, + 0.047760009765625, + 0.052703857421875, + -0.00696563720703125, + 0.01904296875, + -0.00030803680419921875, + 0.003505706787109375, + 0.00762939453125, + 0.016876220703125, + -0.020843505859375, + 0.003269195556640625, + 0.047760009765625, + -0.006443023681640625, + -0.0008649826049804688, + -0.01326751708984375, + -0.016387939453125, + 0.01165771484375, + -0.042083740234375, + 0.03277587890625, + -0.044158935546875, + -0.0135498046875, + -0.03448486328125, + 0.02862548828125, + 0.0272979736328125, + 0.040740966796875, + -0.0051422119140625, + -0.03277587890625, + 0.040557861328125, + -0.00786590576171875, + 0.023590087890625, + 0.0284271240234375, + -0.00909423828125, + 0.0213165283203125, + 0.02178955078125, + -0.002452850341796875, + -0.0038623809814453125, + 0.018096923828125, + 0.02691650390625, + -0.02264404296875, + 0.006206512451171875, + 0.060272216796875, + -0.01459503173828125, + -0.03375244140625, + -0.0201873779296875, + -0.038299560546875, + 0.01904296875, + -0.007343292236328125, + -0.0219879150390625, + 0.0248260498046875, + -0.00962066650390625, + -0.0254058837890625, + -0.00004851818084716797, + 0.038482666015625, + -0.031646728515625, + 0.04150390625, + 0.045867919921875, + -0.0116119384765625, + -0.00872039794921875, + 0.03582763671875, + 0.047760009765625, + 0.0015163421630859375, + 0.01146697998046875, + -0.010894775390625, + -0.0218963623046875, + -0.0122222900390625, + 0.0230255126953125, + 0.059906005859375, + 0.0086212158203125, + 0.0394287109375, + -0.005519866943359375, + 0.010284423828125, + 0.0038852691650390625, + 0.043975830078125, + 0.04718017578125, + -0.047760009765625, + -0.01364898681640625, + 0.018768310546875, + 0.031829833984375, + 0.0445556640625, + -0.053070068359375, + 0.00975799560546875, + -0.059906005859375, + 0.0291900634765625, + -0.08111572265625, + -0.036590576171875, + -0.02880859375, + -0.049285888671875, + 0.0435791015625, + -0.007770538330078125, + -0.01165771484375, + -0.0067291259765625, + 0.017242431640625, + 0.0166778564453125, + 0.036773681640625, + 0.00145721435546875, + -0.037139892578125, + -0.00383758544921875, + 0.0689697265625, + -0.0176239013671875, + -0.023590087890625, + -0.00739288330078125, + 0.052703857421875, + -0.00589752197265625, + 0.02142333984375, + -0.0216064453125, + 0.0089569091796875, + 0.0291900634765625, + 0.0267181396484375, + 0.05535888671875, + -0.01450347900390625, + 0.0006365776062011719, + -0.0183868408203125, + 0.044921875, + -0.0504150390625, + 0.0165863037109375, + -0.031829833984375, + -0.00971221923828125, + 0.01800537109375, + -0.059906005859375, + 0.0183868408203125, + 0.0177154541015625, + 0.02056884765625, + 0.0263519287109375, + 0.0147857666015625, + -0.051544189453125, + 0.02178955078125, + 0.0036258697509765625, + 0.00010585784912109375, + 0.01468658447265625, + 0.07012939453125, + -0.0218963623046875, + 0.00214385986328125, + -0.01146697998046875, + 0.0019550323486328125, + -0.03204345703125, + -0.016204833984375, + -0.03411865234375, + -0.0194244384765625, + -0.044158935546875, + -0.0303192138671875, + 0.017913818359375, + -0.01123046875, + 0.016876220703125, + -0.00962066650390625, + -0.00518798828125, + -0.02862548828125, + -0.04132080078125, + -0.0173492431640625, + -0.031280517578125, + -0.07354736328125, + -0.0445556640625, + 0.05230712890625, + 0.0284271240234375, + 0.02227783203125, + -0.003910064697265625, + 0.0156402587890625, + -0.04681396484375, + 0.00691986083984375, + -0.0250244140625, + 0.01421356201171875, + 0.011138916015625, + 0.04681396484375, + 0.0090484619140625, + 0.0174407958984375, + 0.034698486328125, + 0.076171875, + 0.01013946533203125, + 0.00225067138671875, + -0.006351470947265625, + 0.005733489990234375, + 0.00919342041015625, + 0.0377197265625, + -0.0174407958984375, + -0.015350341796875, + -0.00909423828125, + -0.01013946533203125, + 0.016021728515625, + 0.00762939453125, + 0.01629638671875, + 0.01468658447265625, + -0.0201873779296875, + 0.00357818603515625, + 0.060638427734375, + 0.002498626708984375, + 0.09136962890625, + -0.0090484619140625, + -0.028045654296875, + 0.00447845458984375, + 0.0360107421875, + -0.050811767578125, + 0.024444580078125, + 0.03448486328125, + 0.03753662109375, + 0.00653839111328125, + 0.036376953125, + 0.0037441253662109375, + 0.049285888671875, + -0.018096923828125, + -0.01515960693359375, + 0.0239715576171875, + 0.01715087890625, + 0.00824737548828125, + 0.0267181396484375, + 0.03997802734375, + 0.0094757080078125, + 0.06597900390625, + -0.0299530029296875, + -0.01629638671875, + -0.05572509765625, + -0.0716552734375, + 0.01241302490234375, + 0.0239715576171875, + -0.0004737377166748047, + 0.04888916015625, + -0.042266845703125, + -0.0902099609375, + 0.035247802734375, + -0.038299560546875, + 0.07733154296875, + 0.03997802734375, + 0.0282440185546875, + 0.029754638671875, + -0.018096923828125, + -0.0176239013671875, + 0.03619384765625, + -0.007343292236328125, + 0.038299560546875, + 0.0712890625, + -0.0011138916015625, + -0.00601959228515625, + -0.009857177734375, + 0.005023956298828125, + 0.034698486328125, + -0.0089569091796875, + -0.01800537109375, + 0.025970458984375, + 0.017059326171875, + 0.029754638671875, + -0.007061004638671875, + 0.04150390625, + 0.031829833984375, + -0.0308990478515625, + 0.027862548828125, + -0.0034122467041015625, + 0.030517578125, + -0.0614013671875, + 0.004383087158203125, + 0.01018524169921875, + -0.003055572509765625, + 0.02056884765625, + 0.0210418701171875, + -0.0218963623046875, + -0.0195159912109375, + 0.04473876953125, + -0.0799560546875, + 0.0116119384765625, + 0.0193328857421875, + 0.01151275634765625, + 0.00023102760314941406, + -0.033935546875, + -0.054962158203125, + 0.0229339599609375, + -0.038299560546875, + -0.024169921875, + 0.00782012939453125, + 0.0202789306640625, + -0.040191650390625, + -0.0220794677734375, + -0.0166778564453125, + -0.0010900497436523438, + -0.0250244140625, + -0.0267181396484375, + 0.0290069580078125, + -0.0184783935546875, + -0.03924560546875, + 0.038665771484375, + 0.002132415771484375, + -0.0094757080078125, + -0.0394287109375, + 0.0230255126953125, + -0.0322265625, + -0.0445556640625, + 0.02520751953125, + 0.0099945068359375, + 0.0148773193359375, + -0.01629638671875, + -0.0017414093017578125, + -0.0227508544921875, + 0.045501708984375, + -0.0010900497436523438, + 0.003246307373046875, + -0.0723876953125, + -0.03277587890625, + -0.049652099609375, + 0.04815673828125, + 0.020660400390625, + 0.033355712890625, + -0.01142120361328125, + -0.06707763671875, + 0.013458251953125, + -0.053436279296875, + -0.017242431640625, + -0.01270294189453125, + 0.026153564453125, + -0.01326751708984375, + 0.059906005859375, + -0.00876617431640625, + 0.002712249755859375, + -0.0228424072265625, + 0.047943115234375, + 0.0174407958984375, + -0.0191497802734375, + -0.045684814453125, + 0.03204345703125, + 0.042083740234375, + -0.047393798828125, + -0.0032939910888671875, + -0.00044417381286621094, + -0.006824493408203125, + 0.068603515625, + -0.0640869140625, + 0.00431060791015625, + -0.024169921875, + -0.0689697265625, + -0.0250244140625, + -0.027099609375, + -0.0308990478515625, + -0.05419921875, + 0.029571533203125, + 0.01198577880859375, + 0.0185699462890625, + 0.035247802734375, + 0.0005478858947753906, + -0.01450347900390625, + 0.0193328857421875, + -0.00516510009765625, + -0.01241302490234375, + 0.004405975341796875, + -0.024169921875, + -0.0254058837890625, + -0.01142120361328125, + 0.036590576171875, + -0.0173492431640625, + -0.0008349418640136719, + -0.00014138221740722656, + -0.01241302490234375, + 0.036956787109375, + -0.0343017578125, + 0.0004353523254394531, + -0.00848388671875, + -0.04644775390625, + -0.0282440185546875, + -0.0233154296875, + 0.00469207763671875, + 0.024444580078125, + -0.0040283203125, + 0.02691650390625, + 0.0272979736328125, + -0.029571533203125, + 0.01629638671875, + 0.0255889892578125, + -0.04339599609375, + 0.00495147705078125, + -0.0004649162292480469, + 0.002475738525390625, + -0.0194244384765625, + 0.023590087890625, + -0.0267181396484375, + -0.036590576171875, + -0.0640869140625, + 0.03582763671875, + -0.0120391845703125, + -0.0158233642578125, + -0.0192413330078125, + -0.018096923828125, + -0.040740966796875, + -0.040191650390625, + 0.0174407958984375, + 0.0411376953125, + 0.0013742446899414062, + -0.019805908203125, + -0.01374053955078125, + -0.01165771484375, + -0.03997802734375, + 0.028045654296875, + -0.01468658447265625, + 0.007297515869140625, + -0.020660400390625, + -0.058013916015625, + 0.024444580078125, + 0.0138397216796875, + 0.0310821533203125, + 0.0107574462890625, + 0.0282440185546875, + -0.0181884765625, + 0.01374053955078125, + -0.01544952392578125, + 0.007534027099609375, + -0.01241302490234375, + 0.001575469970703125, + 0.004337310791015625, + -0.03448486328125, + 0.017242431640625, + 0.0121307373046875, + 0.0108489990234375, + 0.0085296630859375, + 0.005306243896484375, + -0.047943115234375, + 0.045867919921875, + 0.0018949508666992188, + 0.05230712890625, + -0.043792724609375, + -0.06292724609375, + 0.01971435546875, + 0.0099945068359375, + 0.031280517578125, + 0.034881591796875, + 0.01270294189453125, + -0.0299530029296875, + 0.015350341796875, + 0.04150390625, + -0.0203704833984375, + -0.05194091796875, + -0.037353515625, + 0.0029964447021484375, + 0.01554107666015625, + 0.0640869140625, + -0.0012559890747070312, + 0.0784912109375, + 0.02520751953125, + -0.0076751708984375, + 0.024078369140625, + 0.060638427734375, + 0.006206512451171875, + -0.0181884765625, + -0.04888916015625, + -0.00701141357421875, + 0.05230712890625, + -0.047393798828125, + -0.038299560546875, + -0.033172607421875, + 0.049285888671875, + -0.06634521484375, + -0.0103302001953125, + -0.0274810791015625, + -0.00004458427429199219, + -0.003910064697265625, + -0.01004791259765625, + -0.008575439453125, + 0.033935546875, + -0.0094757080078125, + -0.032989501953125, + 0.033538818359375, + -0.017913818359375, + 0.00649261474609375, + 0.04833984375, + 0.031463623046875, + -0.002346038818359375, + 0.02880859375, + 0.006206512451171875, + 0.031280517578125, + 0.036956787109375, + 0.0089569091796875, + 0.0203704833984375, + 0.0248260498046875, + 0.0299530029296875, + 0.07427978515625, + -0.035064697265625, + -0.04302978515625, + 0.0159149169921875, + 0.033355712890625, + 0.031280517578125, + 0.0257720947265625, + 0.005756378173828125, + 0.013458251953125, + -0.00975799560546875, + -0.0380859375, + 0.03240966796875, + -0.0267181396484375, + -0.0274810791015625, + -0.0185699462890625, + -0.0360107421875, + 0.0184783935546875, + -0.0183868408203125, + 0.0445556640625, + 0.0177154541015625, + -0.022369384765625, + -0.0147857666015625, + 0.053436279296875, + -0.043212890625, + -0.043792724609375, + 0.004856109619140625, + 0.002475738525390625, + -0.0257720947265625, + -0.040191650390625, + -0.008148193359375, + 0.051177978515625, + -0.0111846923828125, + -0.07696533203125, + -0.031829833984375, + 0.04718017578125, + -0.0025119781494140625, + -0.0175323486328125, + -0.0011434555053710938, + 0.017913818359375, + -0.0212249755859375, + -0.04718017578125, + -0.05572509765625, + -0.0138397216796875, + 0.002452850341796875, + -0.0272979736328125, + -0.0027008056640625, + 0.007343292236328125, + -0.00928497314453125, + -0.033172607421875, + -0.005260467529296875, + -0.029754638671875, + 0.0263519287109375, + -0.04815673828125, + 0.04150390625, + 0.01497650146484375, + 0.0221710205078125, + 0.031646728515625, + 0.05609130859375, + 0.014404296875, + -0.003269195556640625, + -0.0010013580322265625, + -0.04339599609375, + 0.0104217529296875, + 0.004428863525390625, + 0.00009328126907348633, + -0.0675048828125, + 0.01194000244140625, + 0.04473876953125, + -0.05572509765625, + 0.0036716461181640625, + 0.0108489990234375, + -0.01288604736328125, + -0.07012939453125, + 0.01506805419921875, + -0.0002841949462890625, + 0.006256103515625, + 0.07769775390625, + -0.00696563720703125, + -0.0274810791015625, + -0.007579803466796875, + -0.0250244140625, + 0.049652099609375, + 0.01364898681640625, + 0.01108551025390625, + -0.02142333984375, + 0.005474090576171875, + 0.0284271240234375, + -0.0237884521484375, + 0.0218963623046875, + -0.08453369140625, + -0.0219879150390625, + 0.0284271240234375, + 0.0173492431640625, + -0.006160736083984375, + -0.01009368896484375, + -0.054595947265625, + -0.022369384765625, + -0.022552490234375, + 0.02264404296875, + 0.03411865234375, + 0.01270294189453125, + -0.02520751953125, + -0.0117950439453125, + -0.00604248046875, + -0.06103515625, + -0.037139892578125, + -0.0192413330078125, + 0.02691650390625, + 0.003696441650390625, + -0.046234130859375, + 0.008148193359375, + -0.0002841949462890625, + 0.044921875, + 0.031829833984375, + 0.03619384765625, + -0.0504150390625, + -0.023590087890625, + 0.016387939453125, + 0.034698486328125, + -0.00214385986328125, + -0.015350341796875, + -0.01800537109375, + 0.01198577880859375, + 0.0229339599609375, + -0.029754638671875, + 0.037353515625, + 0.040374755859375, + -0.021697998046875, + -0.050811767578125, + -0.017913818359375, + -0.050048828125, + 0.0380859375, + 0.00975799560546875, + 0.049652099609375, + -0.0089111328125, + -0.016876220703125, + -0.078857421875, + 0.046051025390625, + -0.0167694091796875, + 0.024444580078125, + 0.0183868408203125, + -0.0267181396484375, + -0.04888916015625, + -0.038482666015625, + -0.033538818359375, + 0.00928497314453125, + -0.0239715576171875, + 0.038482666015625, + 0.024169921875, + 0.0009474754333496094, + 0.01971435546875, + 0.0016469955444335938, + -0.0016231536865234375, + 0.038482666015625, + 0.021697998046875, + -0.042266845703125, + 0.0894775390625, + -0.036956787109375, + 0.0201873779296875, + -0.01554107666015625, + 0.005283355712890625, + -0.0104217529296875, + -0.0007758140563964844, + -0.03961181640625, + -0.0138397216796875, + 0.038299560546875, + 0.0166778564453125, + -0.01629638671875, + 0.027679443359375, + -0.0094757080078125, + 0.0216064453125, + 0.0112762451171875, + -0.022552490234375, + 0.00833892822265625, + 0.002593994140625, + -0.01611328125, + 0.014312744140625, + -0.05230712890625, + -0.051177978515625, + 0.016387939453125, + -0.0380859375, + -0.0056610107421875, + -0.01009368896484375, + 0.03619384765625, + 0.012603759765625, + -0.05230712890625, + 0.0246429443359375, + -0.022552490234375, + -0.001361846923828125, + -0.0157318115234375, + 0.00447845458984375, + -0.023406982421875, + 0.0435791015625, + 0.01251220703125, + -0.0310821533203125, + 0.0140228271484375, + 0.012603759765625, + -0.027099609375, + -0.029571533203125, + -0.00278472900390625, + -0.028045654296875, + 0.027679443359375, + -0.0689697265625, + -0.01165771484375, + 0.020843505859375, + 0.042449951171875, + 0.006633758544921875, + -0.038299560546875, + 0.053070068359375, + -0.0272979736328125, + -0.047576904296875, + 0.0254058837890625, + -0.01412200927734375, + -0.04132080078125, + 0.04852294921875, + -0.0156402587890625, + 0.0140228271484375, + -0.0147857666015625, + 0.03375244140625, + 0.0202789306640625, + 0.035064697265625, + 0.015350341796875, + -0.038482666015625, + -0.0049285888671875, + -0.012603759765625, + 0.031829833984375, + 0.0140228271484375, + 0.02227783203125, + 0.0121307373046875, + 0.032989501953125, + 0.0049285888671875, + -0.09857177734375, + 0.00521087646484375, + -0.03240966796875, + -0.047760009765625, + -0.00975799560546875, + 0.061798095703125, + 0.033538818359375, + 0.004192352294921875, + 0.021697998046875, + 0.046234130859375, + 0.0377197265625, + -0.00214385986328125, + 0.0024051666259765625, + -0.0538330078125, + -0.0015516281127929688, + 0.0139312744140625, + 0.038665771484375, + -0.06329345703125, + 0.036773681640625, + 0.082275390625, + -0.024169921875, + -0.00135040283203125, + 0.016021728515625, + -0.0122222900390625, + 0.023406982421875, + 0.03961181640625, + 0.0227508544921875, + -0.06256103515625, + -0.004642486572265625, + 0.0194244384765625, + 0.00521087646484375, + -0.00018727779388427734, + 0.01374053955078125, + -0.00604248046875, + 0.04168701171875, + -0.0716552734375, + -0.002155303955078125, + 0.01270294189453125, + 0.078857421875, + -0.0080108642578125, + -0.023406982421875, + 0.0099945068359375, + 0.03277587890625, + 0.02862548828125, + -0.03070068359375, + -0.01241302490234375, + 0.006443023681640625, + 0.004547119140625, + 0.00795745849609375, + 0.058380126953125, + 0.00975799560546875, + 0.03240966796875, + 0.034881591796875, + -0.03204345703125, + 0.047943115234375, + 0.004619598388671875, + 0.01459503173828125, + -0.00246429443359375, + -0.038848876953125, + -0.0140228271484375, + -0.037353515625, + 0.0229339599609375, + 0.0343017578125, + 0.026153564453125, + 0.0055694580078125, + -0.00604248046875, + 0.0089569091796875, + 0.0037670135498046875, + 0.02178955078125, + 0.027862548828125, + 0.038848876953125, + 0.0012731552124023438, + 0.0308990478515625, + 0.01554107666015625, + -0.01459503173828125, + 0.0012674331665039062, + 0.046051025390625, + -0.046051025390625, + 0.0175323486328125, + -0.0219879150390625, + -0.0025234222412109375, + 0.0111846923828125, + -0.027099609375, + -0.0177154541015625, + -0.033172607421875, + 0.0165863037109375, + -0.027862548828125, + -0.03448486328125, + -0.008148193359375, + 0.042083740234375, + -0.042633056640625, + 0.007579803466796875, + 0.027099609375, + -0.002109527587890625, + 0.01142120361328125, + -0.0377197265625, + 0.08795166015625, + 0.02142333984375, + 0.0282440185546875, + -0.0098114013671875, + 0.016876220703125, + 0.02227783203125, + -0.032989501953125, + 0.016387939453125, + 0.041900634765625, + -0.0006279945373535156, + 0.053436279296875, + 0.01421356201171875, + 0.00966644287109375, + -0.0682373046875, + 0.0267181396484375, + 0.007343292236328125, + -0.033355712890625, + 0.05572509765625, + -0.0031280517578125, + 0.025970458984375, + 0.002796173095703125, + 0.005237579345703125, + -0.0257720947265625, + -0.05609130859375, + 0.050811767578125, + 0.0159149169921875, + -0.017059326171875, + -0.01004791259765625, + -0.053436279296875, + 0.06365966796875, + 0.0229339599609375, + 0.0689697265625, + -0.046630859375, + 0.044921875, + -0.031280517578125, + 0.01335906982421875, + -0.0017061233520507812, + 0.0257720947265625, + -0.012603759765625, + 0.0274810791015625, + -0.042266845703125, + 0.034881591796875, + 0.035430908203125, + 0.0182952880859375, + -0.05194091796875, + 0.0017299652099609375, + 0.01270294189453125, + -0.00962066650390625, + 0.032989501953125, + -0.06365966796875, + -0.016204833984375, + 0.027099609375, + 0.0380859375, + 0.07012939453125, + -0.0108489990234375, + 0.033355712890625, + -0.0130767822265625, + 0.00400543212890625, + 0.0158233642578125, + -0.043792724609375 + ], + "metadata": { + "domains": [ + "network-forensics" + ], + "phases": [ + "analysis" + ], + "tags": [ + "ids", + "nsm" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Plaso__log2timeline_", + "type": "tool", + "name": "Plaso (log2timeline)", + "content": "plaso (log2timeline) der industrielle timeline-generator extrahiert zeitstempel aus hunderten artefakt-typen für lückenlose aktivitäts-rekonstruktion. parsers für windows event logs, registry, prefetch, browser-history, mobile apps, cloud-services und linux-logs. die storage-architektur verarbeitet massendaten effizient. output in standardisierten formaten für elasticsearch, timesketch oder csv. besonders wertvoll: normalisierung verschiedener zeitstempel-formate und zeitzonen in utc. filterung nach zeitraum, artefakt-typ oder keywords. die modulare parser-architektur erlaubt einfache erweiterung für neue formate. psort sortiert und dedupliziert events. analysis-plugins erkennen anomalien wie timestomping. docker-support vereinfacht deployment. die performance bei sehr großen datensätzen kann leiden, aber die vollständigkeit der timeline ist unübertroffen. integration mit timesketch für kollaborative analyse macht es zum forensik-kraftpaket. command-line timeline log-parser cross-platform timeline-merge time-normalization artifact-parser elasticsearch-export docker-support timestomping-detection modular-parsers batch-processing incident-response static-investigations network-forensics cloud-forensics mobile-forensics data-collection examination", + "embedding": [ + -0.0204925537109375, + 0.037811279296875, + 0.05621337890625, + -0.019500732421875, + 0.0253448486328125, + 0.0201873779296875, + 0.006259918212890625, + -0.007770538330078125, + -0.0028209686279296875, + 0.0233612060546875, + -0.00945281982421875, + 0.037811279296875, + 0.01346588134765625, + -0.0287017822265625, + -0.04730224609375, + 0.0570068359375, + -0.0048980712890625, + 0.008758544921875, + -0.005718231201171875, + -0.00801849365234375, + -0.032470703125, + -0.00591278076171875, + -0.05462646484375, + -0.0089569091796875, + -0.005420684814453125, + 0.0161285400390625, + -0.018310546875, + -0.063720703125, + 0.0038852691650390625, + 0.00945281982421875, + 0.0269317626953125, + -0.0165252685546875, + 0.0107421875, + 0.007572174072265625, + -0.004802703857421875, + -0.0261383056640625, + 0.01247406005859375, + -0.058197021484375, + -0.0455322265625, + 0.08355712890625, + -0.0038852691650390625, + 0.0229644775390625, + 0.006977081298828125, + -0.01103973388671875, + -0.03167724609375, + -0.02593994140625, + 0.036834716796875, + -0.015838623046875, + 0.0242462158203125, + -0.0265350341796875, + 0.031463623046875, + 0.00579071044921875, + 0.0047760009765625, + -0.01395416259765625, + -0.035430908203125, + 0.03485107421875, + -0.0026721954345703125, + -0.0275115966796875, + -0.058197021484375, + 0.052276611328125, + -0.0350341796875, + -0.0156402587890625, + 0.01326751708984375, + -0.0340576171875, + 0.035430908203125, + 0.01375579833984375, + 0.00127410888671875, + 0.00415802001953125, + 0.00638580322265625, + 0.0189056396484375, + -0.0037860870361328125, + -0.012420654296875, + -0.034454345703125, + 0.043548583984375, + -0.0148468017578125, + -0.06610107421875, + 0.0246429443359375, + 0.0200958251953125, + 0.0032672882080078125, + -0.00067138671875, + -0.070068359375, + 0.0018558502197265625, + 0.06451416015625, + 0.00881195068359375, + -0.02325439453125, + 0.019989013671875, + 0.036041259765625, + 0.017822265625, + -0.01088714599609375, + 0.0089111328125, + 0.0265350341796875, + 0.0038852691650390625, + 0.018218994140625, + -0.0201873779296875, + 0.05267333984375, + 0.06689453125, + -0.0020160675048828125, + -0.0267333984375, + -0.01702880859375, + 0.0249481201171875, + 0.0253448486328125, + -0.05267333984375, + 0.06768798828125, + -0.02435302734375, + 0.017425537109375, + -0.006011962890625, + 0.005889892578125, + -0.00925445556640625, + 0.0180206298828125, + -0.0269317626953125, + -0.10137939453125, + -0.0308837890625, + -0.02325439453125, + -0.047698974609375, + -0.00598907470703125, + -0.00925445556640625, + -0.0016336441040039062, + 0.04058837890625, + -0.0169219970703125, + -0.035247802734375, + 0.00547027587890625, + 0.0225677490234375, + -0.0017070770263671875, + -0.0012493133544921875, + -0.046722412109375, + -0.047119140625, + 0.023956298828125, + 0.033447265625, + -0.042755126953125, + -0.0205841064453125, + -0.0164337158203125, + -0.0136566162109375, + 0.0033893585205078125, + -0.018218994140625, + -0.017120361328125, + -0.0269317626953125, + 0.019989013671875, + -0.01103973388671875, + -0.006435394287109375, + 0.0009465217590332031, + 0.0152435302734375, + -0.034637451171875, + -0.0748291015625, + 0.011138916015625, + -0.037628173828125, + -0.0184173583984375, + -0.023162841796875, + 0.057403564453125, + -0.0173187255859375, + 0.01554107666015625, + -0.0277099609375, + 0.0310821533203125, + 0.047698974609375, + 0.016632080078125, + 0.0423583984375, + -0.04730224609375, + 0.033843994140625, + -0.007274627685546875, + 0.026336669921875, + -0.0275115966796875, + -0.0189056396484375, + 0.00455474853515625, + -0.0148468017578125, + 0.0209808349609375, + -0.028106689453125, + -0.026336669921875, + 0.0015592575073242188, + 0.033050537109375, + 0.01910400390625, + 0.01959228515625, + 0.0176239013671875, + -0.017120361328125, + 0.06097412109375, + 0.0716552734375, + 0.0008907318115234375, + 0.0225677490234375, + -0.0237579345703125, + -0.01247406005859375, + 0.0423583984375, + 0.01861572265625, + -0.0035381317138671875, + -0.01514434814453125, + 0.0372314453125, + -0.01024627685546875, + 0.01004791259765625, + 0.0020294189453125, + -0.0318603515625, + -0.0242462158203125, + -0.0234527587890625, + 0.001781463623046875, + -0.04315185546875, + -0.04376220703125, + -0.0196990966796875, + 0.05029296875, + 0.0013427734375, + 0.08154296875, + 0.0185089111328125, + 0.004528045654296875, + 0.0306854248046875, + -0.0089111328125, + 0.016326904296875, + 0.02850341796875, + -0.0160369873046875, + 0.055419921875, + 0.0148468017578125, + -0.0257415771484375, + -0.0131683349609375, + 0.053466796875, + -0.0038604736328125, + -0.01247406005859375, + -0.0279083251953125, + 0.0712890625, + 0.005443572998046875, + -0.019500732421875, + -0.040985107421875, + -0.04888916015625, + -0.00527191162109375, + -0.0277099609375, + -0.0009341239929199219, + 0.0005693435668945312, + 0.0020046234130859375, + -0.04949951171875, + 0.005046844482421875, + 0.0228729248046875, + -0.0257415771484375, + 0.05780029296875, + 0.0203857421875, + -0.02850341796875, + -0.0253448486328125, + 0.004032135009765625, + 0.01385498046875, + 0.0318603515625, + -0.024444580078125, + -0.001621246337890625, + 0.01128387451171875, + -0.0310821533203125, + 0.04315185546875, + 0.01415252685546875, + 0.03662109375, + 0.0091094970703125, + -0.0180206298828125, + 0.040771484375, + -0.0033416748046875, + 0.036834716796875, + 0.0156402587890625, + -0.0220794677734375, + -0.002536773681640625, + 0.0105438232421875, + 0.012969970703125, + 0.0382080078125, + -0.034637451171875, + -0.0005970001220703125, + -0.08831787109375, + -0.0032672882080078125, + -0.06732177734375, + -0.039398193359375, + -0.02117919921875, + -0.050689697265625, + 0.0445556640625, + -0.01415252685546875, + -0.0180206298828125, + -0.0006308555603027344, + -0.00925445556640625, + -0.00762176513671875, + 0.043365478515625, + -0.00702667236328125, + -0.0200958251953125, + 0.00104522705078125, + 0.07086181640625, + 0.0125732421875, + -0.0212860107421875, + -0.0064849853515625, + 0.0176239013671875, + 0.004405975341796875, + 0.00658416748046875, + -0.03662109375, + 0.01514434814453125, + 0.0382080078125, + 0.037017822265625, + 0.0216827392578125, + -0.0290985107421875, + 0.006633758544921875, + -0.0265350341796875, + 0.03662109375, + -0.01474761962890625, + 0.0164337158203125, + -0.0101470947265625, + 0.00658416748046875, + -0.014251708984375, + -0.0732421875, + -0.005519866943359375, + 0.032073974609375, + 0.01454925537109375, + -0.007572174072265625, + 0.0224761962890625, + -0.040191650390625, + 0.005889892578125, + 0.015045166015625, + -0.02325439453125, + 0.031463623046875, + 0.045135498046875, + -0.0287017822265625, + -0.0011692047119140625, + 0.005123138427734375, + 0.00945281982421875, + -0.033050537109375, + -0.048309326171875, + -0.0204925537109375, + -0.0006403923034667969, + -0.038421630859375, + 0.01247406005859375, + 0.01108551025390625, + -0.036041259765625, + 0.0189056396484375, + 0.00376129150390625, + -0.00786590576171875, + -0.04058837890625, + -0.05029296875, + 0.01435089111328125, + -0.038604736328125, + -0.037811279296875, + -0.0221710205078125, + 0.036224365234375, + 0.01084136962890625, + 0.0011386871337890625, + -0.031280517578125, + 0.0017070770263671875, + -0.0261383056640625, + 0.032867431640625, + -0.0233612060546875, + 0.0164337158203125, + -0.0168304443359375, + 0.0465087890625, + 0.04156494140625, + 0.0052947998046875, + 0.0213775634765625, + 0.06689453125, + 0.0185089111328125, + -0.0034389495849609375, + -0.0012187957763671875, + 0.0144500732421875, + -0.003612518310546875, + 0.00611114501953125, + -0.028900146484375, + -0.01306915283203125, + -0.00821685791015625, + -0.0257415771484375, + 0.0189056396484375, + 0.015838623046875, + 0.045135498046875, + 0.051483154296875, + -0.021575927734375, + -0.005939483642578125, + 0.060577392578125, + 0.0279083251953125, + 0.1021728515625, + 0.0005693435668945312, + -0.0633544921875, + 0.035430908203125, + 0.02593994140625, + -0.0173187255859375, + -0.01172637939453125, + 0.055023193359375, + 0.0249481201171875, + -0.0113372802734375, + 0.01534271240234375, + -0.017425537109375, + 0.0230712890625, + 0.001781463623046875, + -0.0052947998046875, + -0.002140045166015625, + -0.0173187255859375, + 0.03167724609375, + 0.0277099609375, + 0.029296875, + -0.0005846023559570312, + 0.0235595703125, + -0.035247802734375, + -0.0200958251953125, + -0.025543212890625, + -0.06732177734375, + 0.0109405517578125, + 0.0177154541015625, + 0.03009033203125, + 0.040985107421875, + -0.037628173828125, + -0.07684326171875, + 0.019500732421875, + -0.0310821533203125, + 0.05462646484375, + 0.0306854248046875, + 0.0245513916015625, + 0.0518798828125, + -0.02435302734375, + -0.004974365234375, + 0.0208892822265625, + 0.03167724609375, + 0.017822265625, + 0.0228729248046875, + 0.0633544921875, + -0.02484130859375, + -0.0250396728515625, + 0.010345458984375, + 0.037017822265625, + 0.025146484375, + 0.0003185272216796875, + 0.017913818359375, + 0.038604736328125, + 0.032867431640625, + -0.01024627685546875, + 0.062164306640625, + 0.037017822265625, + -0.0177154541015625, + 0.0197906494140625, + 0.0026721954345703125, + 0.0192108154296875, + -0.07403564453125, + 0.0180206298828125, + -0.0271148681640625, + 0.01355743408203125, + 0.02593994140625, + 0.020782470703125, + -0.06768798828125, + 0.00238800048828125, + 0.024444580078125, + -0.034637451171875, + 0.0240478515625, + 0.04949951171875, + -0.0173187255859375, + 0.0148468017578125, + 0.006877899169921875, + -0.03265380859375, + 0.0237579345703125, + -0.021484375, + -0.053863525390625, + 0.0157318115234375, + 0.036224365234375, + -0.054229736328125, + -0.035430908203125, + -0.0465087890625, + -0.01534271240234375, + -0.0181121826171875, + -0.02850341796875, + 0.03643798828125, + -0.01024627685546875, + -0.01385498046875, + 0.06097412109375, + 0.057403564453125, + -0.0109405517578125, + -0.038787841796875, + 0.030487060546875, + -0.01306915283203125, + -0.0350341796875, + 0.03741455078125, + 0.019989013671875, + 0.01172637939453125, + -0.037628173828125, + -0.029296875, + 0.016326904296875, + -0.00638580322265625, + 0.0032672882080078125, + -0.0122222900390625, + -0.03802490234375, + -0.037628173828125, + -0.0439453125, + 0.06573486328125, + -0.01029205322265625, + 0.038787841796875, + -0.0012807846069335938, + -0.022369384765625, + 0.05621337890625, + -0.053070068359375, + -0.04058837890625, + -0.0157318115234375, + -0.00811767578125, + 0.004825592041015625, + 0.04888916015625, + -0.0123748779296875, + -0.0240478515625, + 0.0064849853515625, + 0.058197021484375, + 0.03741455078125, + 0.00173187255859375, + -0.044158935546875, + 0.032073974609375, + 0.038604736328125, + -0.0382080078125, + -0.0261383056640625, + -0.01123809814453125, + -0.00324249267578125, + 0.02069091796875, + -0.0518798828125, + -0.003513336181640625, + 0.00598907470703125, + -0.0445556640625, + -0.0127716064453125, + -0.005519866943359375, + -0.012969970703125, + -0.03265380859375, + 0.0025615692138671875, + 0.0350341796875, + 0.0126190185546875, + 0.015838623046875, + 0.005641937255859375, + 0.003192901611328125, + 0.0184173583984375, + 0.000009298324584960938, + -0.027313232421875, + 0.039581298828125, + -0.06927490234375, + -0.04217529296875, + -0.0209808349609375, + 0.007572174072265625, + -0.0185089111328125, + -0.005519866943359375, + -0.0018062591552734375, + 0.0007023811340332031, + 0.037811279296875, + -0.0310821533203125, + -0.00011134147644042969, + -0.021484375, + -0.007472991943359375, + -0.04058837890625, + -0.04156494140625, + 0.0035381317138671875, + 0.0279083251953125, + 0.01306915283203125, + 0.01454925537109375, + 0.029693603515625, + -0.04156494140625, + 0.0030193328857421875, + 0.032867431640625, + 0.0136566162109375, + 0.01267242431640625, + -0.01375579833984375, + -0.00702667236328125, + 0.00806427001953125, + 0.023651123046875, + -0.0310821533203125, + -0.055419921875, + -0.070068359375, + 0.021484375, + 0.007965087890625, + -0.01172637939453125, + -0.0160369873046875, + -0.037017822265625, + -0.047119140625, + -0.0075225830078125, + 0.058990478515625, + 0.003192901611328125, + -0.00658416748046875, + -0.0372314453125, + -0.0306854248046875, + 0.01395416259765625, + -0.044342041015625, + 0.036834716796875, + -0.0039825439453125, + -0.001621246337890625, + 0.0290985107421875, + -0.0465087890625, + 0.016632080078125, + 0.0146484375, + 0.04534912109375, + 0.0277099609375, + 0.0007734298706054688, + -0.0310821533203125, + 0.01168060302734375, + -0.0277099609375, + -0.01247406005859375, + 0.006927490234375, + -0.0136566162109375, + 0.0261383056640625, + -0.0198974609375, + -0.02069091796875, + -0.005641937255859375, + 0.038604736328125, + 0.028106689453125, + -0.0089569091796875, + 0.0023517608642578125, + 0.011627197265625, + -0.00885772705078125, + 0.0780029296875, + -0.0302886962890625, + -0.0413818359375, + 0.0039825439453125, + -0.01435089111328125, + 0.03009033203125, + 0.042572021484375, + 0.007472991943359375, + -0.032867431640625, + 0.0213775634765625, + 0.039794921875, + -0.0204925537109375, + -0.0213775634765625, + -0.0169219970703125, + 0.01326751708984375, + -0.00826263427734375, + 0.04888916015625, + 0.040374755859375, + 0.070068359375, + 0.016632080078125, + 0.021484375, + 0.0038604736328125, + 0.05108642578125, + 0.018218994140625, + -0.003711700439453125, + -0.0487060546875, + -0.032257080078125, + 0.0267333984375, + -0.0208892822265625, + -0.0091552734375, + 0.01088714599609375, + 0.07049560546875, + -0.055419921875, + -0.02593994140625, + 0.0013303756713867188, + 0.025146484375, + -0.007472991943359375, + 0.005619049072265625, + -0.0240478515625, + 0.040985107421875, + 0.03485107421875, + -0.017913818359375, + 0.0161285400390625, + -0.0109405517578125, + 0.01375579833984375, + 0.045745849609375, + 0.0308837890625, + -0.00841522216796875, + 0.0189056396484375, + -0.0101470947265625, + 0.0423583984375, + 0.03741455078125, + 0.043365478515625, + 0.0173187255859375, + 0.01287078857421875, + 0.046722412109375, + 0.05938720703125, + -0.0271148681640625, + -0.0204925537109375, + 0.041168212890625, + 0.053466796875, + 0.043365478515625, + 0.06451416015625, + 0.0097503662109375, + 0.01123809814453125, + -0.006633758544921875, + -0.044158935546875, + -0.0164337158203125, + 0.022369384765625, + -0.00475311279296875, + -0.039581298828125, + -0.043548583984375, + 0.028106689453125, + -0.023162841796875, + 0.02227783203125, + 0.004329681396484375, + -0.0271148681640625, + -0.0230712890625, + 0.048095703125, + -0.03265380859375, + -0.04058837890625, + 0.0109405517578125, + -0.0064849853515625, + -0.02593994140625, + -0.024749755859375, + -0.010345458984375, + 0.047119140625, + -0.01084136962890625, + -0.055419921875, + -0.031463623046875, + 0.0279083251953125, + -0.03424072265625, + -0.055419921875, + -0.0229644775390625, + -0.0095062255859375, + -0.02593994140625, + -0.0350341796875, + -0.03485107421875, + -0.0413818359375, + 0.0127716064453125, + -0.026336669921875, + 0.016632080078125, + -0.0271148681640625, + -0.021484375, + -0.0181121826171875, + -0.0058135986328125, + -0.034454345703125, + 0.0193023681640625, + -0.037017822265625, + 0.03265380859375, + 0.005245208740234375, + 0.0269317626953125, + 0.0220794677734375, + 0.054229736328125, + 0.0006494522094726562, + -0.01385498046875, + -0.01084136962890625, + -0.06890869140625, + -0.0071258544921875, + 0.008514404296875, + 0.0228729248046875, + -0.04791259765625, + 0.0031681060791015625, + 0.084716796875, + -0.07757568359375, + 0.0131683349609375, + 0.01474761962890625, + -0.006633758544921875, + -0.054229736328125, + 0.0007052421569824219, + -0.016326904296875, + -0.004032135009765625, + 0.07049560546875, + 0.0091094970703125, + -0.002796173095703125, + -0.02227783203125, + -0.0518798828125, + 0.04888916015625, + 0.0111846923828125, + 0.037628173828125, + -0.047515869140625, + -0.0156402587890625, + 0.00984954833984375, + -0.037628173828125, + 0.00682830810546875, + -0.0601806640625, + -0.0021038055419921875, + 0.029296875, + 0.00925445556640625, + 0.0079193115234375, + 0.0123748779296875, + -0.058990478515625, + -0.03582763671875, + -0.0318603515625, + 0.033447265625, + -0.002635955810546875, + -0.00167083740234375, + -0.034454345703125, + 0.0180206298828125, + 0.005741119384765625, + -0.047698974609375, + -0.019012451171875, + -0.036834716796875, + 0.010345458984375, + -0.004505157470703125, + -0.053863525390625, + 0.0140533447265625, + 0.01544189453125, + 0.00960540771484375, + 0.035430908203125, + 0.076416015625, + -0.05621337890625, + -0.006877899169921875, + 0.042755126953125, + 0.040191650390625, + -0.004802703857421875, + 0.006237030029296875, + -0.006778717041015625, + 0.0193939208984375, + 0.0253448486328125, + -0.03009033203125, + 0.021484375, + 0.04296875, + -0.038787841796875, + -0.06573486328125, + -0.0294952392578125, + -0.01336669921875, + 0.045928955078125, + -0.026336669921875, + 0.034454345703125, + -0.020294189453125, + -0.0217742919921875, + -0.09503173828125, + 0.041168212890625, + -0.0160369873046875, + 0.0225677490234375, + 0.0093536376953125, + -0.0269317626953125, + -0.06927490234375, + -0.03582763671875, + -0.03643798828125, + 0.02593994140625, + -0.00826263427734375, + 0.040771484375, + -0.00018405914306640625, + 0.00008350610733032227, + 0.01084136962890625, + 0.004974365234375, + -0.0118255615234375, + 0.055816650390625, + 0.040191650390625, + -0.0310821533203125, + 0.0269317626953125, + -0.0235595703125, + -0.0020046234130859375, + -0.015838623046875, + -0.0083160400390625, + 0.003932952880859375, + -0.01336669921875, + -0.039398193359375, + -0.003414154052734375, + 0.023956298828125, + 0.07086181640625, + -0.0220794677734375, + -0.0008845329284667969, + 0.0091094970703125, + 0.02593994140625, + -0.006977081298828125, + -0.0148468017578125, + 0.003662109375, + 0.01415252685546875, + -0.0225677490234375, + -0.0221710205078125, + -0.07049560546875, + -0.0728759765625, + 0.0185089111328125, + -0.04473876953125, + 0.0131683349609375, + -0.01207733154296875, + -0.0003757476806640625, + 0.0093536376953125, + -0.01088714599609375, + 0.045928955078125, + -0.0224761962890625, + -0.018707275390625, + -0.0233612060546875, + 0.0167236328125, + -0.0038852691650390625, + 0.020782470703125, + 0.01202392578125, + -0.03582763671875, + 0.0234527587890625, + -0.01049041748046875, + -0.01202392578125, + -0.0287017822265625, + -0.0185089111328125, + -0.02117919921875, + 0.0022144317626953125, + -0.04217529296875, + -0.0161285400390625, + 0.036224365234375, + 0.0235595703125, + -0.0140533447265625, + -0.01128387451171875, + 0.0267333984375, + -0.017120361328125, + -0.055419921875, + 0.034637451171875, + -0.01385498046875, + -0.00846099853515625, + 0.026336669921875, + -0.01435089111328125, + 0.0189056396484375, + 0.01202392578125, + 0.0253448486328125, + 0.045745849609375, + 0.0445556640625, + 0.014251708984375, + -0.03802490234375, + -0.0173187255859375, + -0.032073974609375, + 0.0127716064453125, + 0.0518798828125, + -0.00040221214294433594, + 0.009307861328125, + 0.0146484375, + 0.00940704345703125, + -0.091064453125, + -0.00310516357421875, + -0.0127716064453125, + -0.05780029296875, + -0.00742340087890625, + 0.07403564453125, + 0.01435089111328125, + -0.01959228515625, + 0.045928955078125, + 0.050079345703125, + 0.032257080078125, + 0.00901031494140625, + -0.02276611328125, + -0.057403564453125, + -0.0018062591552734375, + 0.01232147216796875, + 0.037017822265625, + -0.04949951171875, + 0.053863525390625, + 0.052276611328125, + -0.033447265625, + -0.0109405517578125, + -0.0146484375, + -0.00455474853515625, + 0.033447265625, + 0.0193939208984375, + 0.00104522705078125, + -0.07757568359375, + 0.003612518310546875, + 0.0036373138427734375, + 0.0173187255859375, + 0.01084136962890625, + -0.00940704345703125, + -0.0269317626953125, + 0.0455322265625, + -0.0275115966796875, + -0.0087127685546875, + -0.006435394287109375, + 0.063720703125, + 0.00591278076171875, + -0.03424072265625, + -0.01415252685546875, + 0.033660888671875, + 0.0265350341796875, + -0.017120361328125, + 0.014251708984375, + 0.028106689453125, + -0.01227569580078125, + 0.01375579833984375, + 0.0487060546875, + 0.0208892822265625, + 0.060577392578125, + 0.0238494873046875, + -0.057403564453125, + 0.0093536376953125, + -0.0033168792724609375, + 0.0006494522094726562, + 0.00658416748046875, + -0.049102783203125, + -0.02276611328125, + -0.03997802734375, + 0.032257080078125, + 0.00861358642578125, + 0.031280517578125, + 0.0144500732421875, + -0.003192901611328125, + -0.0165252685546875, + -0.0015773773193359375, + 0.027313232421875, + 0.053863525390625, + 0.0220794677734375, + 0.003612518310546875, + 0.035247802734375, + -0.00658416748046875, + 0.0109405517578125, + -0.04730224609375, + 0.031463623046875, + -0.03741455078125, + -0.01019287109375, + -0.04156494140625, + 0.005443572998046875, + -0.006683349609375, + -0.018218994140625, + -0.00598907470703125, + -0.041778564453125, + 0.0010328292846679688, + -0.0350341796875, + -0.0423583984375, + -0.0161285400390625, + 0.0302886962890625, + -0.00428009033203125, + 0.01435089111328125, + 0.017822265625, + -0.0277099609375, + -0.00801849365234375, + -0.038421630859375, + 0.060577392578125, + 0.034454345703125, + 0.00881195068359375, + -0.009552001953125, + 0.0172271728515625, + 0.0240478515625, + 0.01227569580078125, + 0.0127716064453125, + 0.01959228515625, + -0.033843994140625, + 0.054229736328125, + 0.050689697265625, + 0.0008535385131835938, + -0.0115814208984375, + 0.024444580078125, + -0.0003046989440917969, + -0.043365478515625, + 0.062164306640625, + 0.02276611328125, + 0.029296875, + 0.0033893585205078125, + -0.005962371826171875, + 0.0189056396484375, + -0.06768798828125, + 0.06573486328125, + 0.021484375, + -0.005321502685546875, + 0.03424072265625, + -0.057403564453125, + 0.0382080078125, + 0.0172271728515625, + 0.059783935546875, + -0.0306854248046875, + 0.057403564453125, + -0.00885772705078125, + 0.025543212890625, + 0.015838623046875, + 0.01212310791015625, + 0.01267242431640625, + 0.01861572265625, + -0.01415252685546875, + 0.0423583984375, + 0.03424072265625, + 0.015838623046875, + -0.050689697265625, + -0.009796142578125, + 0.0054931640625, + -0.0011320114135742188, + 0.037017822265625, + -0.042755126953125, + -0.01593017578125, + 0.0235595703125, + 0.0249481201171875, + 0.05859375, + -0.045135498046875, + 0.03662109375, + -0.01267242431640625, + -0.033843994140625, + -0.015045166015625, + -0.00762176513671875 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "network-forensics", + "cloud-forensics", + "mobile-forensics" + ], + "phases": [ + "data-collection", + "examination" + ], + "tags": [ + "command-line", + "timeline", + "log-parser", + "cross-platform", + "timeline-merge", + "time-normalization", + "artifact-parser", + "elasticsearch-export", + "docker-support", + "timestomping-detection", + "modular-parsers", + "batch-processing" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_FRED", + "type": "tool", + "name": "FRED", + "content": "fred forensic recovery of evidence device - die high-end-hardware-lösung für professionelle forensik-labore. kombiniert workstation, imager und write-blocker in einem system. die ultrabay-technologie ermöglicht hot-swap von bis zu 8 laufwerken gleichzeitig. eingebaute hardware- write-blocker für alle gängigen interfaces: sata, sas, ide, usb, firewire. die raid-rekonstruktion arbeitet mit defekten arrays. besonders wertvoll: paralleles imaging mehrerer evidenzen, hardware- beschleunigte hashing, unterstützung exotischer formate. die touchscreen- konsole steuert imaging-vorgänge. field-kit-version für vor-ort-einsätze. integration mit ftk, encase, x-ways. die workstation-komponente analysiert während des imaging. der hohe preis macht es zur investition für high-volume-labs. der support durch digital intelligence ist erstklassig. die modulare bauweise erlaubt upgrades. für kleine teams overkill, für behörden-labs oft standard. die hardware-zuverlässigkeit rechtfertigt den premium-preis. 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.01389312744140625, + 0.032928466796875, + 0.0333251953125, + -0.0010042190551757812, + 0.031951904296875, + 0.045440673828125, + 0.018951416015625, + -0.0017118453979492188, + 0.000911712646484375, + -0.0093231201171875, + -0.033538818359375, + 0.06549072265625, + 0.01071929931640625, + -0.006500244140625, + -0.053192138671875, + 0.0203399658203125, + -0.012451171875, + -0.0035724639892578125, + 0.004611968994140625, + 0.0293731689453125, + -0.00689697265625, + -0.0202484130859375, + -0.0599365234375, + -0.0052337646484375, + -0.012451171875, + 0.012451171875, + -0.0222320556640625, + -0.054779052734375, + -0.022918701171875, + 0.00024187564849853516, + -0.0032253265380859375, + -0.0100250244140625, + 0.0016498565673828125, + 0.0289764404296875, + 0.0323486328125, + -0.0226287841796875, + -0.01824951171875, + -0.0239105224609375, + -0.0135955810546875, + 0.03253173828125, + -0.0032749176025390625, + 0.011016845703125, + -0.0015134811401367188, + -0.0033740997314453125, + -0.03155517578125, + -0.043060302734375, + -0.0203399658203125, + -0.0009303092956542969, + -0.0025310516357421875, + -0.0233154296875, + 0.01235198974609375, + 0.03851318359375, + 0.0169677734375, + -0.00659942626953125, + -0.02679443359375, + 0.0052337646484375, + 0.004863739013671875, + -0.03155517578125, + -0.0418701171875, + 0.05059814453125, + -0.064697265625, + -0.001041412353515625, + 0.011810302734375, + 0.0007071495056152344, + -0.0230255126953125, + 0.0297698974609375, + -0.0100250244140625, + -0.032135009765625, + 0.0102691650390625, + 0.003398895263671875, + 0.00872802734375, + -0.00927734375, + -0.020050048828125, + 0.0188446044921875, + -0.027984619140625, + -0.05120849609375, + 0.0179595947265625, + 0.034332275390625, + -0.000010669231414794922, + 0.0020961761474609375, + -0.045654296875, + 0.01165771484375, + 0.003917694091796875, + -0.0081329345703125, + -0.02362060546875, + 0.021331787109375, + 0.0010662078857421875, + 0.03314208984375, + -0.02490234375, + -0.014190673828125, + 0.0137939453125, + -0.0104217529296875, + 0.01458740234375, + -0.014984130859375, + 0.047821044921875, + 0.043060302734375, + -0.01131439208984375, + -0.017059326171875, + 0.004688262939453125, + 0.020843505859375, + 0.01349639892578125, + -0.02490234375, + 0.047821044921875, + -0.006175994873046875, + 0.040679931640625, + -0.045440673828125, + 0.0408935546875, + -0.037506103515625, + -0.02838134765625, + -0.0615234375, + -0.0960693359375, + -0.027984619140625, + -0.003162384033203125, + -0.07501220703125, + 0.0032749176025390625, + 0.0258026123046875, + -0.0202484130859375, + 0.0297698974609375, + -0.039093017578125, + -0.0246124267578125, + 0.0164642333984375, + 0.017059326171875, + 0.00972747802734375, + -0.0004620552062988281, + -0.041473388671875, + -0.04583740234375, + 0.0171661376953125, + 0.03411865234375, + -0.01468658447265625, + -0.0305633544921875, + -0.01528167724609375, + -0.0260009765625, + -0.0218353271484375, + -0.01300048828125, + -0.013397216796875, + -0.037506103515625, + 0.03155517578125, + -0.013397216796875, + -0.0118560791015625, + 0.023712158203125, + 0.0082855224609375, + -0.027984619140625, + -0.06982421875, + 0.0030765533447265625, + -0.048614501953125, + -0.0234222412109375, + -0.0285797119140625, + 0.058746337890625, + -0.050201416015625, + -0.0137939453125, + -0.007343292236328125, + 0.035919189453125, + 0.039703369140625, + 0.0155792236328125, + 0.002716064453125, + -0.0440673828125, + 0.01508331298828125, + -0.03729248046875, + 0.03851318359375, + 0.02520751953125, + -0.02093505859375, + 0.0277862548828125, + 0.001773834228515625, + 0.036712646484375, + -0.028778076171875, + -0.05596923828125, + -0.0285797119140625, + 0.030364990234375, + 0.001140594482421875, + -0.01270294189453125, + 0.0223236083984375, + -0.0230255126953125, + 0.053192138671875, + 0.07421875, + -0.004638671875, + 0.0258026123046875, + 0.00521087646484375, + 0.014984130859375, + 0.03729248046875, + 0.0207366943359375, + -0.026397705078125, + -0.01448822021484375, + 0.039093017578125, + 0.003299713134765625, + 0.0063018798828125, + -0.0040435791015625, + -0.035308837890625, + -0.0110626220703125, + -0.048828125, + 0.0273895263671875, + -0.0305633544921875, + -0.007740020751953125, + -0.0194549560546875, + 0.01111602783203125, + 0.0108184814453125, + 0.0472412109375, + 0.0355224609375, + -0.037506103515625, + 0.02838134765625, + -0.017364501953125, + -0.006649017333984375, + 0.0301666259765625, + -0.0185546875, + 0.038909912109375, + -0.00882720947265625, + 0.03253173828125, + 0.021728515625, + 0.017364501953125, + 0.024017333984375, + -0.004962921142578125, + -0.042877197265625, + 0.0289764404296875, + 0.01215362548828125, + -0.037689208984375, + -0.0355224609375, + -0.039703369140625, + 0.01007080078125, + -0.006649017333984375, + -0.01309967041015625, + -0.00778961181640625, + 0.0106658935546875, + -0.046051025390625, + 0.00937652587890625, + 0.02252197265625, + -0.0029144287109375, + 0.04345703125, + 0.004863739013671875, + -0.0175628662109375, + -0.056365966796875, + 0.03948974609375, + 0.0261993408203125, + 0.00396728515625, + -0.01488494873046875, + -0.0016498565673828125, + -0.0195465087890625, + -0.007244110107421875, + 0.01428985595703125, + 0.02362060546875, + 0.01548004150390625, + 0.00798797607421875, + -0.0323486328125, + 0.0176544189453125, + -0.034912109375, + 0.052398681640625, + 0.053192138671875, + -0.02679443359375, + -0.0011529922485351562, + 0.021240234375, + 0.0176544189453125, + 0.020843505859375, + -0.057159423828125, + -0.011260986328125, + -0.09765625, + -0.01468658447265625, + -0.04742431640625, + -0.046234130859375, + -0.03253173828125, + -0.076171875, + 0.061126708984375, + -0.0135955810546875, + -0.04010009765625, + 0.0202484130859375, + 0.014190673828125, + 0.007343292236328125, + 0.0164642333984375, + 0.039093017578125, + -0.045440673828125, + 0.00858306884765625, + 0.05914306640625, + 0.01300048828125, + -0.00315093994140625, + -0.0029144287109375, + 0.017364501953125, + -0.00778961181640625, + 0.025299072265625, + -0.046234130859375, + -0.0048370361328125, + 0.0231170654296875, + 0.04803466796875, + 0.0159759521484375, + -0.007293701171875, + 0.03314208984375, + 0.016571044921875, + 0.03253173828125, + -0.035919189453125, + -0.01448822021484375, + -0.00553131103515625, + 0.020538330078125, + -0.0076904296875, + -0.04168701171875, + 0.036895751953125, + 0.038909912109375, + -0.01016998291015625, + 0.01349639892578125, + -0.0003256797790527344, + -0.039306640625, + 0.00572967529296875, + 0.0008807182312011719, + 0.01052093505859375, + 0.021240234375, + -0.00125885009765625, + -0.0118560791015625, + 0.005382537841796875, + 0.000579833984375, + -0.01309967041015625, + -0.0198516845703125, + -0.031341552734375, + 0.0045623779296875, + -0.005828857421875, + -0.050018310546875, + -0.034515380859375, + 0.0126495361328125, + -0.0011281967163085938, + 0.0163726806640625, + -0.0227203369140625, + 0.00275421142578125, + -0.0223236083984375, + -0.0482177734375, + 0.0002727508544921875, + -0.03631591796875, + -0.05517578125, + -0.0251007080078125, + 0.03570556640625, + -0.00818634033203125, + 0.0151824951171875, + -0.002506256103515625, + -0.0196533203125, + -0.01548004150390625, + 0.01012420654296875, + 0.014984130859375, + 0.046630859375, + -0.0025177001953125, + 0.039093017578125, + 0.0156707763671875, + 0.032135009765625, + -0.005558013916015625, + 0.047821044921875, + 0.040679931640625, + -0.0323486328125, + 0.0139923095703125, + 0.0131988525390625, + 0.009124755859375, + 0.011260986328125, + -0.00957489013671875, + -0.020050048828125, + 0.0147857666015625, + -0.0273895263671875, + -0.0005736351013183594, + 0.02679443359375, + 0.0171661376953125, + 0.0156707763671875, + -0.04266357421875, + 0.0160675048828125, + 0.06268310546875, + 0.019744873046875, + 0.10797119140625, + -0.01488494873046875, + -0.052001953125, + 0.026397705078125, + 0.050811767578125, + -0.02996826171875, + -0.0195465087890625, + 0.03076171875, + 0.01195526123046875, + -0.0044403076171875, + 0.0260009765625, + 0.01300048828125, + 0.052001953125, + -0.024017333984375, + -0.01036834716796875, + 0.006946563720703125, + 0.01195526123046875, + 0.0289764404296875, + 0.037109375, + 0.021636962890625, + 0.005481719970703125, + 0.01250457763671875, + -0.0227203369140625, + -0.00897979736328125, + -0.0261993408203125, + -0.07421875, + 0.01076507568359375, + 0.058746337890625, + -0.00922393798828125, + 0.046051025390625, + -0.0172576904296875, + -0.059539794921875, + -0.00041556358337402344, + -0.0243072509765625, + 0.0662841796875, + 0.04266357421875, + 0.027984619140625, + 0.02410888671875, + 0.0191497802734375, + 0.03076171875, + 0.0094757080078125, + 0.014984130859375, + 0.03570556640625, + 0.0323486328125, + 0.042877197265625, + -0.00041866302490234375, + -0.047821044921875, + 0.032745361328125, + 0.01096343994140625, + 0.0418701171875, + 0.01300048828125, + 0.0164642333984375, + 0.025299072265625, + 0.0156707763671875, + -0.0108184814453125, + 0.037506103515625, + 0.04107666015625, + 0.00027751922607421875, + 0.0227203369140625, + -0.036712646484375, + 0.0128021240234375, + -0.0615234375, + -0.0114593505859375, + 0.0076904296875, + 0.00632476806640625, + 0.0184478759765625, + -0.00521087646484375, + -0.06390380859375, + -0.0183563232421875, + 0.05279541015625, + -0.07220458984375, + 0.04327392578125, + 0.0164642333984375, + -0.017852783203125, + 0.01255035400390625, + -0.037506103515625, + -0.06866455078125, + 0.027587890625, + -0.014984130859375, + -0.022430419921875, + 0.007144927978515625, + 0.0269927978515625, + -0.03631591796875, + -0.0168609619140625, + -0.01220703125, + -0.0231170654296875, + -0.041290283203125, + -0.0108642578125, + 0.04425048828125, + -0.0008683204650878906, + -0.01508331298828125, + 0.049407958984375, + 0.042877197265625, + -0.003398895263671875, + -0.03155517578125, + 0.04266357421875, + -0.033721923828125, + -0.0504150390625, + 0.019744873046875, + 0.027191162109375, + 0.032745361328125, + -0.0171661376953125, + -0.01428985595703125, + 0.0143890380859375, + -0.004413604736328125, + -0.01250457763671875, + 0.0333251953125, + -0.027191162109375, + -0.0631103515625, + -0.0301666259765625, + 0.043853759765625, + 0.0159759521484375, + 0.035125732421875, + 0.0034236907958984375, + -0.048431396484375, + 0.01329803466796875, + -0.031951904296875, + -0.029571533203125, + -0.04248046875, + 0.0104217529296875, + -0.04107666015625, + 0.040496826171875, + -0.0143890380859375, + -0.0023059844970703125, + -0.0156707763671875, + 0.03253173828125, + 0.0027408599853515625, + -0.004638671875, + -0.04962158203125, + 0.04107666015625, + 0.046051025390625, + -0.057952880859375, + 0.006500244140625, + -0.0151824951171875, + -0.0003132820129394531, + 0.0472412109375, + -0.032745361328125, + -0.00334930419921875, + 0.0018854141235351562, + -0.0567626953125, + 0.0016374588012695312, + -0.0218353271484375, + -0.0048370361328125, + -0.03729248046875, + 0.0202484130859375, + 0.031158447265625, + -0.0187530517578125, + 0.00977325439453125, + 0.005084991455078125, + 0.015869140625, + 0.021728515625, + -0.00862884521484375, + -0.01032257080078125, + 0.0250091552734375, + -0.056365966796875, + -0.035125732421875, + -0.009124755859375, + 0.04010009765625, + -0.04803466796875, + -0.013397216796875, + 0.015380859375, + 0.0041656494140625, + 0.039703369140625, + -0.06231689453125, + 0.00937652587890625, + -0.01824951171875, + -0.032745361328125, + -0.00838470458984375, + 0.001922607421875, + 0.015869140625, + 0.0191497802734375, + -0.000812530517578125, + 0.00679779052734375, + 0.0159759521484375, + -0.083740234375, + 0.03155517578125, + 0.015869140625, + 0.005184173583984375, + 0.0011968612670898438, + -0.0079345703125, + 0.015869140625, + -0.00783538818359375, + 0.04742431640625, + -0.03155517578125, + -0.028778076171875, + -0.0694580078125, + 0.043853759765625, + 0.01131439208984375, + 0.0096282958984375, + -0.0156707763671875, + -0.0281829833984375, + -0.0682373046875, + -0.0007567405700683594, + 0.0333251953125, + 0.0176544189453125, + 0.004886627197265625, + -0.01016998291015625, + -0.007045745849609375, + -0.0155792236328125, + -0.0380859375, + 0.056365966796875, + -0.0265960693359375, + 0.006153106689453125, + 0.0211334228515625, + -0.03631591796875, + 0.0293731689453125, + 0.0291748046875, + 0.04248046875, + 0.01617431640625, + 0.039703369140625, + -0.02996826171875, + -0.0086822509765625, + 0.0037212371826171875, + -0.035919189453125, + -0.00739288330078125, + -0.01904296875, + 0.010467529296875, + -0.0171661376953125, + -0.0207366943359375, + 0.01215362548828125, + 0.01824951171875, + 0.05755615234375, + 0.00162506103515625, + -0.01528167724609375, + 0.00354766845703125, + 0.0008993148803710938, + 0.0869140625, + -0.0174560546875, + -0.0174560546875, + 0.0164642333984375, + -0.00699615478515625, + 0.050811767578125, + 0.055572509765625, + -0.010467529296875, + -0.022430419921875, + -0.0035228729248046875, + 0.037506103515625, + -0.0188446044921875, + -0.0118560791015625, + -0.0218353271484375, + -0.0156707763671875, + 0.0215301513671875, + 0.0297698974609375, + 0.0012655258178710938, + 0.07781982421875, + -0.0094757080078125, + 0.035125732421875, + 0.04486083984375, + 0.0770263671875, + 0.03631591796875, + -0.0180511474609375, + -0.0726318359375, + -0.00208282470703125, + -0.0012960433959960938, + -0.034912109375, + -0.034515380859375, + 0.0056304931640625, + 0.06707763671875, + -0.05755615234375, + -0.02679443359375, + -0.0040435791015625, + -0.01548004150390625, + 0.00039696693420410156, + 0.0180511474609375, + -0.006053924560546875, + 0.019256591796875, + 0.0002263784408569336, + -0.0226287841796875, + 0.008087158203125, + -0.0293731689453125, + 0.0215301513671875, + 0.04901123046875, + 0.0106658935546875, + -0.00689697265625, + 0.0243072509765625, + 0.0171661376953125, + 0.0159759521484375, + 0.014984130859375, + 0.018646240234375, + 0.0277862548828125, + 0.035919189453125, + 0.039886474609375, + 0.0634765625, + -0.00942230224609375, + -0.0116119384765625, + 0.01617431640625, + 0.0214385986328125, + 0.058349609375, + 0.06231689453125, + -0.01250457763671875, + -0.0017614364624023438, + -0.01548004150390625, + -0.04010009765625, + -0.0074920654296875, + -0.0047607421875, + 0.0063018798828125, + -0.07421875, + -0.050811767578125, + 0.031158447265625, + -0.0694580078125, + 0.043060302734375, + 0.0250091552734375, + -0.01617431640625, + -0.0013399124145507812, + 0.0231170654296875, + -0.00560760498046875, + -0.01409149169921875, + 0.0035724639892578125, + -0.00334930419921875, + -0.00992584228515625, + -0.051605224609375, + -0.03631591796875, + 0.0023441314697265625, + -0.0179595947265625, + -0.054779052734375, + -0.032928466796875, + 0.0535888671875, + 0.0024814605712890625, + -0.032928466796875, + -0.0176544189453125, + -0.0022563934326171875, + 0.00453948974609375, + -0.050811767578125, + -0.01141357421875, + -0.0355224609375, + 0.019744873046875, + -0.0250091552734375, + 0.0175628662109375, + -0.02838134765625, + -0.034912109375, + -0.02203369140625, + -0.0250091552734375, + -0.032135009765625, + 0.01141357421875, + -0.0293731689453125, + 0.03173828125, + 0.0010538101196289062, + 0.02093505859375, + 0.05059814453125, + 0.08099365234375, + 0.00008916854858398438, + 0.01141357421875, + -0.0235137939453125, + -0.045440673828125, + 0.024810791015625, + -0.014190673828125, + 0.02203369140625, + -0.049224853515625, + 0.0116119384765625, + 0.05279541015625, + -0.0745849609375, + 0.034515380859375, + -0.01230621337890625, + -0.0277862548828125, + -0.040679931640625, + -0.01508331298828125, + 0.0137939453125, + 0.03472900390625, + 0.08294677734375, + -0.00493621826171875, + 0.00882720947265625, + -0.0008993148803710938, + -0.0364990234375, + 0.039886474609375, + 0.0167694091796875, + 0.016571044921875, + -0.024505615234375, + 0.04742431640625, + 0.007740020751953125, + -0.040496826171875, + -0.0074920654296875, + -0.0634765625, + -0.034912109375, + 0.0273895263671875, + 0.0137939453125, + 0.00818634033203125, + -0.0228271484375, + -0.0261993408203125, + -0.015869140625, + -0.042266845703125, + 0.00334930419921875, + 0.0036468505859375, + 0.011016845703125, + -0.0273895263671875, + -0.0014142990112304688, + -0.005680084228515625, + -0.052398681640625, + -0.037506103515625, + -0.037506103515625, + 0.018157958984375, + 0.0106201171875, + -0.032135009765625, + 0.007293701171875, + 0.031951904296875, + -0.0017366409301757812, + 0.0179595947265625, + 0.0650634765625, + -0.040679931640625, + 0.005359649658203125, + -0.0006232261657714844, + 0.036712646484375, + 0.0031375885009765625, + -0.015869140625, + -0.016265869140625, + 0.007740020751953125, + -0.005458831787109375, + -0.024505615234375, + 0.033935546875, + 0.014984130859375, + -0.0160675048828125, + -0.052001953125, + -0.033721923828125, + -0.0155792236328125, + 0.0305633544921875, + -0.022918701171875, + 0.03948974609375, + -0.005558013916015625, + -0.0116119384765625, + -0.11114501953125, + 0.06231689453125, + -0.0244140625, + 0.0380859375, + 0.0203399658203125, + 0.0116119384765625, + -0.0418701171875, + -0.034912109375, + -0.00739288330078125, + 0.021331787109375, + -0.038299560546875, + 0.02996826171875, + 0.007541656494140625, + -0.00823211669921875, + 0.0195465087890625, + 0.0017490386962890625, + 0.003398895263671875, + 0.06268310546875, + 0.0032749176025390625, + -0.02203369140625, + 0.0323486328125, + -0.0168609619140625, + 0.006847381591796875, + -0.0037212371826171875, + 0.006847381591796875, + 0.020050048828125, + -0.0155792236328125, + -0.01617431640625, + 0.0269927978515625, + 0.045257568359375, + 0.0247039794921875, + -0.037689208984375, + 0.028778076171875, + 0.0151824951171875, + 0.01409149169921875, + -0.0030765533447265625, + -0.027587890625, + 0.0029888153076171875, + 0.032745361328125, + -0.01448822021484375, + -0.036895751953125, + -0.06585693359375, + -0.06903076171875, + 0.0230255126953125, + -0.0195465087890625, + -0.022125244140625, + 0.046234130859375, + 0.041473388671875, + 0.015869140625, + -0.02044677734375, + 0.0017862319946289062, + -0.003299713134765625, + 0.011260986328125, + -0.037109375, + 0.01776123046875, + -0.035308837890625, + 0.053192138671875, + -0.00426483154296875, + -0.0273895263671875, + 0.03411865234375, + -0.0418701171875, + 0.00374603271484375, + -0.021636962890625, + -0.0305633544921875, + -0.00115966796875, + 0.01617431640625, + -0.07781982421875, + -0.00406646728515625, + 0.01300048828125, + 0.03411865234375, + 0.017852783203125, + -0.0301666259765625, + 0.043853759765625, + -0.0333251953125, + -0.051605224609375, + 0.05120849609375, + -0.00434112548828125, + -0.0261993408203125, + -0.0009918212890625, + -0.03173828125, + 0.01076507568359375, + 0.007293701171875, + 0.055572509765625, + 0.039703369140625, + 0.0277862548828125, + 0.004016876220703125, + -0.02679443359375, + -0.0023059844970703125, + -0.0034236907958984375, + 0.021728515625, + 0.00902557373046875, + 0.01190948486328125, + 0.0128021240234375, + 0.00862884521484375, + -0.037506103515625, + -0.09527587890625, + -0.0100250244140625, + -0.025299072265625, + -0.06787109375, + -0.01071929931640625, + 0.088134765625, + 0.03631591796875, + 0.006500244140625, + 0.0293731689453125, + 0.0631103515625, + -0.003894805908203125, + 0.0047607421875, + -0.003398895263671875, + -0.04742431640625, + -0.035125732421875, + -0.006351470947265625, + 0.03314208984375, + -0.057952880859375, + 0.014190673828125, + 0.058746337890625, + 0.0023555755615234375, + -0.037689208984375, + 0.00513458251953125, + 0.0242156982421875, + 0.041473388671875, + -0.00560760498046875, + 0.01255035400390625, + -0.07342529296875, + 0.036895751953125, + 0.031341552734375, + -0.010223388671875, + -0.0079345703125, + -0.005706787109375, + -0.0012836456298828125, + 0.055572509765625, + -0.0897216796875, + -0.0063018798828125, + 0.01389312744140625, + 0.0504150390625, + -0.01349639892578125, + -0.043060302734375, + -0.014190673828125, + 0.055572509765625, + 0.01007080078125, + -0.03253173828125, + 0.03472900390625, + 0.01052093505859375, + 0.001476287841796875, + 0.003894805908203125, + 0.048614501953125, + -0.001983642578125, + 0.053985595703125, + 0.0289764404296875, + -0.047637939453125, + 0.0244140625, + -0.01389312744140625, + 0.01032257080078125, + -0.01458740234375, + -0.0277862548828125, + -0.00823211669921875, + -0.05438232421875, + 0.037109375, + 0.0036716461181640625, + 0.0289764404296875, + 0.0289764404296875, + -0.036102294921875, + -0.020050048828125, + -0.0012960433959960938, + 0.0244140625, + 0.0261993408203125, + 0.021636962890625, + 0.004985809326171875, + -0.0020961761474609375, + 0.0250091552734375, + 0.02044677734375, + -0.0440673828125, + 0.03155517578125, + -0.048614501953125, + 0.0187530517578125, + -0.042083740234375, + 0.00580596923828125, + 0.0114593505859375, + -0.033538818359375, + 0.004364013671875, + -0.0211334228515625, + 0.025604248046875, + -0.0244140625, + -0.030364990234375, + 0.001674652099609375, + 0.0269927978515625, + -0.0194549560546875, + 0.0089263916015625, + 0.0185546875, + -0.0305633544921875, + -0.0036716461181640625, + -0.059539794921875, + 0.0948486328125, + 0.033721923828125, + 0.01468658447265625, + 0.0151824951171875, + 0.048431396484375, + 0.0408935546875, + 0.0163726806640625, + 0.00858306884765625, + 0.0147857666015625, + -0.05279541015625, + 0.04644775390625, + 0.044647216796875, + -0.01824951171875, + -0.0567626953125, + 0.02203369140625, + 0.0031757354736328125, + -0.046844482421875, + 0.032135009765625, + 0.0251007080078125, + 0.0006666183471679688, + -0.01329803466796875, + -0.00109100341796875, + -0.01934814453125, + -0.055572509765625, + 0.038299560546875, + 0.00012636184692382812, + -0.004093170166015625, + 0.038299560546875, + -0.033935546875, + 0.0380859375, + -0.0020961761474609375, + 0.053985595703125, + -0.032745361328125, + 0.053192138671875, + -0.0269927978515625, + 0.003398895263671875, + -0.01165771484375, + 0.00689697265625, + -0.00838470458984375, + 0.041473388671875, + -0.0323486328125, + 0.066650390625, + 0.0297698974609375, + -0.02410888671875, + -0.04901123046875, + -0.020843505859375, + 0.0010728836059570312, + 0.004241943359375, + 0.034332275390625, + -0.042877197265625, + -0.0155792236328125, + 0.0032749176025390625, + 0.013397216796875, + 0.06787109375, + -0.01091766357421875, + 0.025299072265625, + -0.005184173583984375, + -0.01617431640625, + -0.01141357421875, + -0.043060302734375 + ], + "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_FTK_Imager", + "type": "tool", + "name": "FTK Imager", + "content": "ftk imager der klassiker für windows-basierte disk-akquisition erstellt gerichtsfeste images mit bewährter zuverlässigkeit. unterstützt raw, smart, e01 und aff formate mit kompression und verschlüsselung. die gui führt durch den imaging-prozess mit hash-verifizierung (md5/sha1). preview-mode ermöglicht triage ohne full-image. memory-capture für live-ram-akquisition. mount als read-only für sichere analyse. die kostenlose version deckt standard-aufgaben ab, limitiert aber bei erweiterten features. besonders geschätzt: zuverlässigkeit bei defekten sektoren, detaillierte logs und breite gerichtsakzeptanz. protected-folder-viewing für systemdateien. cli-version für automatisierung. die proprietäre natur und windows-only sind nachteile, aber in vielen labors der de-facto-standard. perfekt für einsteiger und routine-akquisitionen. gui physical-copy hashing court-admissible scenario:disk_imaging ewf-support memory-capture preview-mode bad-sector-handling protected-folders cli-available triage static-investigations incident-response data-collection", + "embedding": [ + 0.002155303955078125, + 0.03656005859375, + 0.03326416015625, + -0.026336669921875, + 0.0316162109375, + 0.056182861328125, + 0.01373291015625, + -0.0008101463317871094, + -0.00335693359375, + -0.012908935546875, + -0.033660888671875, + 0.0623779296875, + -0.0011425018310546875, + -0.020751953125, + -0.059906005859375, + 0.04193115234375, + -0.01497650146484375, + 0.01079559326171875, + 0.01849365234375, + 0.00949859619140625, + -0.01373291015625, + -0.0213775634765625, + -0.054534912109375, + 0.0022335052490234375, + 0.007022857666015625, + 0.00970458984375, + -0.036346435546875, + -0.05865478515625, + -0.01084136962890625, + 0.017242431640625, + 0.01120758056640625, + -0.005084991455078125, + -0.003253936767578125, + 0.046875, + 0.00464630126953125, + -0.0264434814453125, + -0.043365478515625, + -0.03717041015625, + -0.01445770263671875, + 0.040069580078125, + -0.00882720947265625, + -0.01187896728515625, + 0.01007080078125, + -0.0025424957275390625, + -0.0256195068359375, + -0.0369873046875, + 0.003292083740234375, + -0.019927978515625, + -0.004932403564453125, + -0.0230255126953125, + 0.013427734375, + 0.01322174072265625, + 0.0092926025390625, + -0.0305633544921875, + -0.01161956787109375, + 0.034088134765625, + 0.00658416748046875, + -0.0343017578125, + -0.0038204193115234375, + 0.058258056640625, + -0.060302734375, + -0.007640838623046875, + -0.00800323486328125, + -0.026336669921875, + -0.004413604736328125, + 0.0289154052734375, + -0.004184722900390625, + -0.0255126953125, + 0.0022068023681640625, + 0.0016460418701171875, + 0.0131683349609375, + -0.0036411285400390625, + -0.0229339599609375, + 0.01549530029296875, + -0.04132080078125, + -0.043792724609375, + 0.006557464599609375, + 0.036773681640625, + 0.0037441253662109375, + 0.002685546875, + -0.06072998046875, + 0.01497650146484375, + 0.0396728515625, + -0.01027679443359375, + 0.001323699951171875, + 0.018585205078125, + 0.016632080078125, + 0.0255126953125, + -0.00800323486328125, + -0.01203155517578125, + 0.004802703857421875, + 0.00498199462890625, + -0.00041961669921875, + -0.0299530029296875, + 0.049560546875, + 0.054107666015625, + -0.005603790283203125, + -0.01151275634765625, + 0.0009102821350097656, + 0.034912109375, + 0.03326416015625, + -0.015899658203125, + 0.0328369140625, + -0.0005359649658203125, + 0.046051025390625, + -0.0272674560546875, + 0.01141357421875, + -0.01445770263671875, + -0.0305633544921875, + -0.029327392578125, + -0.08135986328125, + -0.0382080078125, + -0.0256195068359375, + -0.0665283203125, + -0.0036411285400390625, + -0.000039517879486083984, + -0.0256195068359375, + 0.0243682861328125, + -0.02789306640625, + -0.03387451171875, + 0.007488250732421875, + 0.033660888671875, + -0.0124969482421875, + -0.0016012191772460938, + -0.0369873046875, + -0.05865478515625, + 0.0103759765625, + 0.0291290283203125, + -0.054534912109375, + -0.033660888671875, + -0.006092071533203125, + -0.0237579345703125, + -0.0098114013671875, + -0.0259246826171875, + -0.018280029296875, + -0.0322265625, + 0.019927978515625, + 0.00449371337890625, + -0.0189056396484375, + 0.00785064697265625, + 0.007747650146484375, + -0.026641845703125, + -0.0635986328125, + 0.01311492919921875, + -0.049163818359375, + 0.0007066726684570312, + -0.04150390625, + 0.049560546875, + -0.048736572265625, + -0.028717041015625, + -0.012237548828125, + 0.04461669921875, + 0.063232421875, + -0.002826690673828125, + 0.004055023193359375, + -0.0259246826171875, + -0.0069732666015625, + -0.02447509765625, + 0.00882720947265625, + -0.01203155517578125, + -0.0255126953125, + 0.00632476806640625, + -0.01611328125, + 0.00975799560546875, + -0.028717041015625, + -0.045867919921875, + -0.029327392578125, + 0.0023632049560546875, + 0.0162200927734375, + -0.0063018798828125, + 0.0106353759765625, + -0.00121307373046875, + 0.061553955078125, + 0.06695556640625, + 0.0283050537109375, + 0.010894775390625, + 0.00048089027404785156, + 0.002658843994140625, + 0.027679443359375, + 0.0213775634765625, + -0.0174560546875, + -0.01983642578125, + 0.027679443359375, + -0.001987457275390625, + 0.0270538330078125, + -0.0006937980651855469, + -0.0084686279296875, + 0.00035834312438964844, + -0.03985595703125, + 0.030364990234375, + -0.03656005859375, + -0.0213775634765625, + -0.008209228515625, + 0.01549530029296875, + 0.007488250732421875, + 0.056610107421875, + 0.051849365234375, + -0.01497650146484375, + 0.0291290283203125, + -0.00800323486328125, + -0.0037174224853515625, + 0.043182373046875, + -0.0208587646484375, + 0.01497650146484375, + 0.01404571533203125, + 0.026641845703125, + 0.002414703369140625, + 0.01373291015625, + 0.0234375, + -0.02313232421875, + -0.0126495361328125, + 0.031402587890625, + -0.01053619384765625, + -0.05328369140625, + -0.00919342041015625, + -0.03387451171875, + 0.01776123046875, + -0.0083160400390625, + -0.0178680419921875, + -0.001678466796875, + -0.015899658203125, + -0.0462646484375, + 0.0229339599609375, + 0.0194091796875, + -0.0200347900390625, + 0.056610107421875, + 0.00738525390625, + -0.02117919921875, + -0.044403076171875, + 0.0322265625, + 0.0200347900390625, + 0.032440185546875, + -0.00841522216796875, + 0.0049591064453125, + -0.0289154052734375, + -0.0110015869140625, + 0.0355224609375, + 0.033477783203125, + 0.0208587646484375, + 0.022003173828125, + -0.0038204193115234375, + 0.0301513671875, + -0.0176544189453125, + 0.05206298828125, + 0.0272674560546875, + -0.01027679443359375, + -0.009246826171875, + -0.0010395050048828125, + 0.0160064697265625, + 0.0361328125, + -0.037994384765625, + -0.0123443603515625, + -0.084716796875, + -0.0111541748046875, + -0.0435791015625, + -0.033477783203125, + -0.023345947265625, + -0.048553466796875, + 0.041717529296875, + -0.035736083984375, + -0.049163818359375, + -0.0005002021789550781, + 0.0272674560546875, + 0.0034332275390625, + 0.040069580078125, + 0.00389862060546875, + -0.037811279296875, + 0.006092071533203125, + 0.07598876953125, + 0.0297393798828125, + 0.0038471221923828125, + -0.01641845703125, + 0.006763458251953125, + -0.024169921875, + 0.0264434814453125, + -0.0245819091796875, + 0.0002307891845703125, + 0.01373291015625, + 0.031402587890625, + 0.007022857666015625, + -0.0264434814453125, + -0.004878997802734375, + -0.007434844970703125, + 0.04833984375, + -0.04193115234375, + -0.01120758056640625, + 0.02117919921875, + 0.0230255126953125, + -0.0234375, + -0.0570068359375, + 0.007228851318359375, + 0.0477294921875, + 0.014251708984375, + 0.0014972686767578125, + 0.01806640625, + -0.035125732421875, + 0.004207611083984375, + -0.0003437995910644531, + 0.0026721954345703125, + 0.01404571533203125, + 0.0289154052734375, + -0.027679443359375, + 0.00516510009765625, + -0.006378173828125, + -0.004390716552734375, + -0.021484375, + -0.036773681640625, + -0.0014972686767578125, + -0.019317626953125, + -0.0343017578125, + -0.042144775390625, + 0.009552001953125, + -0.0183868408203125, + 0.004390716552734375, + -0.026123046875, + 0.0099639892578125, + -0.0195159912109375, + -0.046051025390625, + -0.0009164810180664062, + -0.035125732421875, + -0.04254150390625, + -0.01042938232421875, + 0.04998779296875, + 0.0023365020751953125, + 0.01849365234375, + -0.0024261474609375, + -0.01456451416015625, + -0.0194091796875, + 0.008056640625, + -0.0056304931640625, + 0.0248870849609375, + -0.005809783935546875, + 0.046875, + 0.0003387928009033203, + 0.0270538330078125, + -0.01255035400390625, + 0.051025390625, + 0.04254150390625, + -0.03924560546875, + -0.007640838623046875, + -0.0069732666015625, + 0.029327392578125, + 0.0343017578125, + -0.02685546875, + -0.035308837890625, + -0.00007140636444091797, + -0.01806640625, + 0.007282257080078125, + 0.01456451416015625, + 0.034912109375, + 0.0163116455078125, + -0.033050537109375, + 0.00650787353515625, + 0.040679931640625, + 0.0228271484375, + 0.10491943359375, + -0.0242767333984375, + -0.0477294921875, + 0.0369873046875, + 0.0489501953125, + 0.0017690658569335938, + -0.0133209228515625, + 0.0216827392578125, + -0.006610870361328125, + 0.0103302001953125, + 0.01486968994140625, + 0.0202484130859375, + 0.029327392578125, + -0.006275177001953125, + 0.01373291015625, + 0.023651123046875, + -0.0019369125366210938, + 0.01849365234375, + 0.044403076171875, + 0.0272674560546875, + 0.00624847412109375, + 0.0174560546875, + -0.006221771240234375, + -0.0009102821350097656, + -0.0489501953125, + -0.06695556640625, + 0.00482940673828125, + 0.05865478515625, + 0.0162200927734375, + 0.0382080078125, + -0.0435791015625, + -0.06732177734375, + 0.0008521080017089844, + -0.0299530029296875, + 0.059478759765625, + 0.0210723876953125, + 0.02386474609375, + 0.044403076171875, + -0.0025177001953125, + 0.0168304443359375, + 0.023345947265625, + 0.009246826171875, + 0.0138397216796875, + 0.030364990234375, + 0.059478759765625, + -0.0027751922607421875, + -0.0343017578125, + 0.0297393798828125, + 0.044403076171875, + 0.037994384765625, + 0.034912109375, + -0.0006165504455566406, + -0.004596710205078125, + 0.01580810546875, + -0.01027679443359375, + 0.037994384765625, + 0.03326416015625, + -0.00348663330078125, + 0.0274658203125, + -0.01146697998046875, + 0.0093994140625, + -0.043365478515625, + -0.0037441253662109375, + 0.011932373046875, + -0.008056640625, + 0.0138397216796875, + 0.0021038055419921875, + -0.06524658203125, + -0.00691986083984375, + 0.043792724609375, + -0.07684326171875, + 0.0262298583984375, + 0.00878143310546875, + -0.0178680419921875, + 0.01611328125, + -0.02044677734375, + -0.06280517578125, + 0.03985595703125, + -0.0230255126953125, + -0.02313232421875, + -0.01322174072265625, + 0.02178955078125, + -0.0256195068359375, + -0.0309906005859375, + -0.0220947265625, + -0.027679443359375, + -0.024169921875, + -0.026336669921875, + 0.044403076171875, + 0.022613525390625, + -0.0038738250732421875, + 0.0322265625, + 0.03985595703125, + -0.0012006759643554688, + -0.00949859619140625, + 0.05328369140625, + -0.0343017578125, + -0.04254150390625, + 0.027679443359375, + 0.00238800048828125, + 0.024688720703125, + -0.04254150390625, + -0.01611328125, + 0.01161956787109375, + 0.006816864013671875, + -0.00666046142578125, + 0.01456451416015625, + -0.038818359375, + -0.06524658203125, + -0.06610107421875, + 0.04254150390625, + -0.005809783935546875, + 0.021270751953125, + 0.005084991455078125, + -0.034088134765625, + 0.0183868408203125, + -0.057830810546875, + -0.0143585205078125, + -0.0181732177734375, + 0.0175628662109375, + -0.0264434814453125, + 0.05743408203125, + -0.01373291015625, + 0.0010976791381835938, + 0.0011873245239257812, + 0.04150390625, + 0.00986480712890625, + 0.0146636962890625, + -0.03179931640625, + 0.01445770263671875, + 0.039031982421875, + -0.064453125, + -0.006557464599609375, + -0.00815582275390625, + -0.0012264251708984375, + 0.038421630859375, + -0.051422119140625, + 0.0011873245239257812, + 0.003265380859375, + -0.06524658203125, + -0.03448486328125, + -0.038818359375, + -0.009918212890625, + -0.036773681640625, + 0.034698486328125, + 0.03759765625, + -0.0173492431640625, + 0.04150390625, + -0.0024662017822265625, + 0.00717926025390625, + 0.006816864013671875, + -0.01538848876953125, + -0.018585205078125, + 0.0316162109375, + -0.0784912109375, + -0.04791259765625, + -0.026641845703125, + 0.0322265625, + -0.036773681640625, + -0.01404571533203125, + 0.0130157470703125, + 0.007904052734375, + 0.038421630859375, + -0.046051025390625, + 0.00893402099609375, + -0.034912109375, + -0.0289154052734375, + -0.020660400390625, + -0.013427734375, + 0.03656005859375, + 0.01027679443359375, + 0.00970458984375, + -0.007640838623046875, + 0.043182373046875, + -0.07891845703125, + 0.04254150390625, + 0.0208587646484375, + 0.02044677734375, + -0.01983642578125, + -0.01136016845703125, + 0.024993896484375, + 0.024993896484375, + 0.046478271484375, + -0.0257110595703125, + -0.032440185546875, + -0.08837890625, + 0.0301513671875, + -0.0020275115966796875, + -0.0189971923828125, + -0.008880615234375, + -0.044830322265625, + -0.054931640625, + -0.01136016845703125, + 0.045867919921875, + 0.0283050537109375, + 0.0194091796875, + -0.0197296142578125, + 0.00598907470703125, + -0.006610870361328125, + -0.0435791015625, + 0.0396728515625, + -0.00624847412109375, + 0.0255126953125, + -0.0001533031463623047, + -0.044403076171875, + 0.0316162109375, + 0.0355224609375, + 0.03863525390625, + 0.0189971923828125, + 0.0079498291015625, + -0.0305633544921875, + -0.0086212158203125, + 0.00457000732421875, + -0.0272674560546875, + 0.0013875961303710938, + -0.01104736328125, + 0.01507568359375, + -0.020660400390625, + -0.034088134765625, + 0.021270751953125, + 0.03594970703125, + 0.03717041015625, + -0.004673004150390625, + -0.00759124755859375, + 0.005859375, + 0.006195068359375, + 0.054931640625, + -0.01363372802734375, + -0.0264434814453125, + -0.0014390945434570312, + 0.03179931640625, + 0.045440673828125, + 0.0247802734375, + 0.0167388916015625, + -0.038421630859375, + -0.000293731689453125, + 0.02520751953125, + -0.02520751953125, + -0.045440673828125, + -0.03656005859375, + 0.0038204193115234375, + 0.0201416015625, + 0.038818359375, + -0.0124969482421875, + 0.068603515625, + 0.0131683349609375, + 0.00537109375, + 0.03863525390625, + 0.056182861328125, + 0.03985595703125, + -0.0186920166015625, + -0.048736572265625, + -0.018280029296875, + -0.0251007080078125, + -0.040283203125, + -0.0309906005859375, + 0.0015230178833007812, + 0.06072998046875, + -0.0689697265625, + -0.01322174072265625, + -0.0038738250732421875, + -0.0173492431640625, + 0.012603759765625, + 0.00457000732421875, + 0.0021305084228515625, + 0.037994384765625, + -0.01275634765625, + -0.0200347900390625, + -0.007076263427734375, + -0.037384033203125, + 0.01641845703125, + 0.030364990234375, + 0.019622802734375, + -0.0186920166015625, + 0.0037174224853515625, + 0.002246856689453125, + 0.01042938232421875, + 0.01352691650390625, + 0.0537109375, + 0.0237579345703125, + 0.03924560546875, + 0.027679443359375, + 0.0423583984375, + -0.023956298828125, + -0.01255035400390625, + 0.0130157470703125, + 0.0307769775390625, + 0.05224609375, + 0.07806396484375, + 0.00919342041015625, + -0.0051116943359375, + -0.0157012939453125, + -0.054931640625, + -0.0064544677734375, + 0.0008907318115234375, + -0.0037174224853515625, + -0.0557861328125, + -0.03924560546875, + 0.0218963623046875, + -0.0557861328125, + 0.051239013671875, + 0.029327392578125, + -0.0009360313415527344, + -0.01580810546875, + 0.01486968994140625, + 0.003330230712890625, + -0.03717041015625, + -0.01104736328125, + -0.02789306640625, + -0.0175628662109375, + -0.0462646484375, + -0.03118896484375, + 0.0328369140625, + -0.0216827392578125, + -0.0369873046875, + -0.0077972412109375, + 0.039031982421875, + -0.0195159912109375, + -0.043792724609375, + -0.0301513671875, + 0.004878997802734375, + -0.016937255859375, + -0.054107666015625, + -0.0343017578125, + -0.0227203369140625, + 0.0130157470703125, + -0.027679443359375, + 0.01177215576171875, + -0.014251708984375, + -0.01445770263671875, + -0.0242767333984375, + -0.032012939453125, + -0.04296875, + 0.031402587890625, + -0.04193115234375, + 0.03118896484375, + -0.005523681640625, + 0.043365478515625, + 0.06072998046875, + 0.06524658203125, + -0.0047760009765625, + -0.001949310302734375, + -0.0035114288330078125, + -0.0477294921875, + 0.0305633544921875, + -0.00800323486328125, + 0.02447509765625, + -0.058258056640625, + 0.018280029296875, + 0.06982421875, + -0.07025146484375, + 0.0230255126953125, + 0.0181732177734375, + -0.01311492919921875, + -0.05328369140625, + -0.0002968311309814453, + 0.018280029296875, + 0.0256195068359375, + 0.0784912109375, + 0.0017042160034179688, + -0.006763458251953125, + 0.005474090576171875, + -0.04833984375, + 0.0423583984375, + 0.0029296875, + 0.0120849609375, + -0.044830322265625, + 0.04254150390625, + 0.0170440673828125, + -0.03759765625, + 0.01141357421875, + -0.0731201171875, + -0.0110015869140625, + 0.0189056396484375, + 0.026123046875, + -0.0067138671875, + -0.020965576171875, + -0.0537109375, + -0.01012420654296875, + -0.04296875, + -0.000015914440155029297, + -0.018280029296875, + 0.0178680419921875, + -0.037384033203125, + 0.01363372802734375, + 0.0013685226440429688, + -0.018798828125, + -0.0229339599609375, + -0.02789306640625, + 0.0504150390625, + -0.0025177001953125, + -0.061126708984375, + 0.0186920166015625, + 0.0229339599609375, + -0.01528167724609375, + 0.0201416015625, + 0.04522705078125, + -0.040283203125, + -0.0052947998046875, + -0.005733489990234375, + 0.029327392578125, + -0.0028018951416015625, + -0.00945281982421875, + -0.0165252685546875, + 0.007537841796875, + 0.01104736328125, + -0.032440185546875, + 0.04730224609375, + 0.0194091796875, + -0.0477294921875, + -0.050811767578125, + -0.02850341796875, + -0.01104736328125, + 0.011260986328125, + -0.01027679443359375, + 0.0489501953125, + 0.0181732177734375, + -0.01776123046875, + -0.10205078125, + 0.06610107421875, + -0.008880615234375, + 0.0477294921875, + 0.0099639892578125, + -0.0104827880859375, + -0.039459228515625, + -0.0248870849609375, + -0.0093994140625, + 0.01136016845703125, + -0.05328369140625, + 0.0274658203125, + 0.00666046142578125, + -0.01580810546875, + 0.034088134765625, + -0.02447509765625, + 0.0123443603515625, + 0.0557861328125, + -0.0026073455810546875, + -0.0227203369140625, + 0.0557861328125, + -0.01507568359375, + 0.0186920166015625, + -0.0037174224853515625, + 0.001678466796875, + 0.0018978118896484375, + 0.00733184814453125, + -0.006404876708984375, + 0.006557464599609375, + 0.0382080078125, + 0.04254150390625, + -0.01528167724609375, + 0.02117919921875, + 0.01270294189453125, + 0.033477783203125, + 0.0018205642700195312, + -0.0189056396484375, + -0.005939483642578125, + 0.01507568359375, + -0.00919342041015625, + -0.0309906005859375, + -0.061553955078125, + -0.09295654296875, + 0.011932373046875, + -0.041107177734375, + -0.0213775634765625, + 0.0301513671875, + 0.039031982421875, + 0.007640838623046875, + -0.01983642578125, + 0.0243682861328125, + -0.004802703857421875, + -0.001678466796875, + -0.044830322265625, + 0.0175628662109375, + -0.012237548828125, + 0.040679931640625, + 0.0118255615234375, + -0.04730224609375, + 0.0256195068359375, + -0.04132080078125, + 0.02447509765625, + 0.00315093994140625, + -0.0038738250732421875, + -0.034698486328125, + 0.046478271484375, + -0.08099365234375, + -0.021270751953125, + 0.034088134765625, + 0.035736083984375, + -0.00733184814453125, + -0.049774169921875, + 0.05865478515625, + -0.0165252685546875, + -0.038818359375, + 0.041717529296875, + -0.0107421875, + -0.036773681640625, + 0.033050537109375, + 0.010589599609375, + 0.01012420654296875, + 0.010223388671875, + 0.052886962890625, + 0.034912109375, + 0.050201416015625, + 0.005062103271484375, + -0.00305938720703125, + 0.00010329484939575195, + 0.006610870361328125, + 0.0309906005859375, + 0.0170440673828125, + 0.03118896484375, + -0.007022857666015625, + 0.018585205078125, + -0.01456451416015625, + -0.08221435546875, + -0.0227203369140625, + -0.04193115234375, + -0.047515869140625, + 0.00565338134765625, + 0.076416015625, + 0.041107177734375, + 0.004413604736328125, + 0.02313232421875, + 0.045654296875, + 0.0131683349609375, + 0.00960540771484375, + -0.00197601318359375, + -0.051422119140625, + -0.046478271484375, + 0.0096588134765625, + 0.0025691986083984375, + -0.0772705078125, + 0.042144775390625, + 0.054931640625, + -0.0038204193115234375, + -0.01549530029296875, + -0.00604248046875, + 0.018585205078125, + 0.057830810546875, + -0.005756378173828125, + 0.004596710205078125, + -0.06982421875, + 0.036346435546875, + 0.0174560546875, + -0.0272674560546875, + -0.01528167724609375, + 0.003692626953125, + -0.040069580078125, + 0.035125732421875, + -0.07806396484375, + 0.0079498291015625, + -0.0006036758422851562, + 0.07269287109375, + 0.0183868408203125, + -0.013946533203125, + -0.0262298583984375, + 0.03717041015625, + 0.03387451171875, + -0.0259246826171875, + 0.015899658203125, + 0.0126495361328125, + -0.0259246826171875, + 0.009246826171875, + 0.054107666015625, + -0.022003173828125, + 0.04791259765625, + 0.00018155574798583984, + -0.063232421875, + 0.00811004638671875, + -0.0133209228515625, + -0.00518798828125, + 0.010894775390625, + -0.04400634765625, + -0.0041046142578125, + -0.04669189453125, + 0.04400634765625, + -0.0036144256591796875, + 0.04296875, + 0.0189971923828125, + -0.01244354248046875, + 0.01776123046875, + 0.0264434814453125, + 0.006763458251953125, + 0.02520751953125, + 0.0309906005859375, + 0.036773681640625, + -0.0096588134765625, + 0.01776123046875, + 0.02685546875, + -0.035736083984375, + 0.037384033203125, + -0.0322265625, + 0.005886077880859375, + -0.046875, + 0.007694244384765625, + 0.0037689208984375, + -0.0240631103515625, + 0.0039520263671875, + -0.0343017578125, + 0.003795623779296875, + -0.0083160400390625, + -0.04150390625, + -0.0089874267578125, + 0.035308837890625, + -0.0369873046875, + 0.0014333724975585938, + 0.0084686279296875, + -0.0174560546875, + 0.01187896728515625, + -0.0570068359375, + 0.07891845703125, + 0.045440673828125, + 0.018280029296875, + -0.0035381317138671875, + 0.054534912109375, + 0.025299072265625, + 0.04132080078125, + 0.01538848876953125, + 0.002155303955078125, + -0.03118896484375, + 0.059478759765625, + 0.0623779296875, + -0.0107421875, + -0.04791259765625, + 0.0119781494140625, + -0.01151275634765625, + -0.029327392578125, + 0.041717529296875, + 0.01806640625, + 0.0215911865234375, + 0.0038471221923828125, + -0.00841522216796875, + -0.00214385986328125, + -0.048126220703125, + 0.048126220703125, + -0.00717926025390625, + -0.00934600830078125, + 0.0305633544921875, + -0.046051025390625, + 0.05535888671875, + 0.00658416748046875, + 0.08221435546875, + -0.029541015625, + 0.04461669921875, + -0.0242767333984375, + -0.0019235610961914062, + -0.01001739501953125, + 0.00841522216796875, + -0.005886077880859375, + 0.037811279296875, + -0.023345947265625, + 0.07061767578125, + 0.040069580078125, + -0.019317626953125, + -0.060302734375, + -0.034698486328125, + 0.002593994140625, + 0.005138397216796875, + 0.0489501953125, + -0.0408935546875, + -0.0205535888671875, + 0.0222015380859375, + 0.0297393798828125, + 0.063232421875, + 0.00841522216796875, + 0.040283203125, + 0.0170440673828125, + -0.020965576171875, + -0.0186920166015625, + -0.0162200927734375 + ], + "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" + ], + "skillLevel": "beginner", + "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.02374267578125, + 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.003864288330078125, + -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.02374267578125, + 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.0009660720825195312, + 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.02374267578125, + 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.030914306640625, + -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.06182861328125, + -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.02374267578125, + 0.003631591796875, + -0.0325927734375, + 0.01229095458984375, + -0.011871337890625, + 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.021881103515625, + -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.0019321441650390625, + 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.0154571533203125, + 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.0357666015625, + 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_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_Volatility_3", + "type": "tool", + "name": "Volatility 3", + "content": "volatility 3 der standard für memory-forensik - komplett neu entwickelt für moderne ermittlungen. version 3 (feature-parity mai 2025) eliminiert das lästige --profile durch automatische os-erkennung. revolutionäre performance durch symbolbasierte analyse verarbeitet multi-gb-dumps in sekunden statt minuten. über 100 plugins dekodieren prozesse, dll-injections, netzwerkverbindungen, registry-hives und versteckte rootkits. native python-3-architektur mit timeline-integration und cloud-storage-support (s3, gcs). neue plugins: windows.hollowprocesses für process-ghosting, linux.ebpf für kernel-hooks, windows.shimcachemem für persistence. yara-integration und sigma-rules direkt im framework. die intuitivere api beschleunigt plugin-entwicklung drastisch. unterstützt aktuelle windows 11, linux 6.x und macos sonoma. der umstieg von v2 lohnt sich allein wegen der performance - analysen die früher stunden dauerten sind jetzt in minuten erledigt. command-line plugin-support scripting memory-timeline process-analysis network-artifacts rootkit-detection code-injection yara-integration python-api scenario:memory_dump opensource incident-response static-investigations malware-analysis network-forensics examination analysis", + "embedding": [ + -0.03472900390625, + 0.0278167724609375, + 0.05352783203125, + -0.0188751220703125, + 0.041290283203125, + 0.041107177734375, + -0.0010576248168945312, + 0.01019287109375, + -0.01453399658203125, + 0.005580902099609375, + -0.03631591796875, + 0.0194091796875, + 0.0002548694610595703, + -0.0233917236328125, + -0.062744140625, + 0.041107177734375, + -0.012939453125, + 0.01213836669921875, + 0.0052490234375, + 0.0064697265625, + -0.0208282470703125, + -0.02569580078125, + -0.06378173828125, + 0.0162200927734375, + 0.0288848876953125, + 0.02587890625, + -0.0106353759765625, + -0.052459716796875, + -0.006999969482421875, + 0.0027141571044921875, + 0.0281829833984375, + -0.02960205078125, + 0.02374267578125, + 0.021087646484375, + -0.0014181137084960938, + -0.0052490234375, + 0.007175445556640625, + -0.054931640625, + -0.0269317626953125, + 0.052093505859375, + -0.0152435302734375, + 0.0018053054809570312, + 0.023040771484375, + -0.01666259765625, + -0.054229736328125, + -0.028350830078125, + 0.0177154541015625, + -0.01532745361328125, + 0.039703369140625, + -0.043243408203125, + 0.01435089111328125, + 0.0288848876953125, + 0.002658843994140625, + -0.01222991943359375, + -0.04254150390625, + 0.0159454345703125, + -0.004451751708984375, + 0.001617431640625, + -0.035980224609375, + 0.0474853515625, + -0.0765380859375, + -0.031707763671875, + -0.001850128173828125, + -0.032073974609375, + 0.0109405517578125, + 0.04449462890625, + -0.0033016204833984375, + -0.03155517578125, + 0.02215576171875, + 0.01444244384765625, + 0.00036835670471191406, + -0.0281829833984375, + -0.0423583984375, + 0.02410888671875, + 0.0022144317626953125, + -0.054931640625, + 0.00970458984375, + 0.043609619140625, + 0.006511688232421875, + -0.001728057861328125, + -0.0552978515625, + 0.00904083251953125, + 0.039703369140625, + -0.001972198486328125, + -0.016571044921875, + 0.013824462890625, + 0.03118896484375, + 0.0272979736328125, + 0.0160369873046875, + -0.00948333740234375, + 0.04217529296875, + 0.00215911865234375, + 0.0281829833984375, + -0.0124053955078125, + 0.037750244140625, + 0.041656494140625, + -0.00522613525390625, + -0.0313720703125, + -0.011871337890625, + 0.035614013671875, + 0.016387939453125, + -0.04217529296875, + 0.022857666015625, + 0.0020046234130859375, + 0.041656494140625, + -0.039154052734375, + 0.01267242431640625, + -0.0171966552734375, + -0.00930023193359375, + -0.0180816650390625, + -0.10205078125, + -0.03350830078125, + -0.00032806396484375, + -0.046417236328125, + -0.012054443359375, + -0.00013709068298339844, + -0.00551605224609375, + 0.054931640625, + -0.03826904296875, + -0.06341552734375, + 0.0114288330078125, + 0.0161285400390625, + -0.007488250732421875, + 0.0271148681640625, + -0.0216217041015625, + -0.039337158203125, + 0.010009765625, + 0.04022216796875, + -0.013824462890625, + -0.016571044921875, + -0.01470947265625, + -0.0005927085876464844, + -0.0158538818359375, + -0.03472900390625, + 0.0050048828125, + -0.0158538818359375, + 0.0306549072265625, + -0.0024929046630859375, + -0.023040771484375, + 0.02569580078125, + 0.04022216796875, + -0.02215576171875, + -0.04998779296875, + 0.03155517578125, + -0.0271148681640625, + -0.01090240478515625, + -0.007354736328125, + 0.032073974609375, + -0.00997161865234375, + -0.01444244384765625, + -0.01727294921875, + 0.005428314208984375, + 0.04998779296875, + 0.0189666748046875, + 0.00997161865234375, + -0.04217529296875, + -0.0186004638671875, + -0.024993896484375, + 0.054931640625, + -0.02197265625, + -0.0225982666015625, + -0.0002548694610595703, + -0.0132904052734375, + 0.0225982666015625, + -0.037384033203125, + -0.024810791015625, + 0.017364501953125, + 0.0288848876953125, + 0.0090789794921875, + 0.0187835693359375, + 0.03900146484375, + 0.0024471282958984375, + 0.058135986328125, + 0.07940673828125, + -0.021087646484375, + 0.0030345916748046875, + 0.0006313323974609375, + -0.002857208251953125, + 0.034210205078125, + 0.0287017822265625, + -0.0198516845703125, + -0.01409149169921875, + 0.0274658203125, + -0.01311492919921875, + 0.00855255126953125, + -0.0064239501953125, + -0.0171966552734375, + 0.0010690689086914062, + -0.04608154296875, + 0.01444244384765625, + -0.056365966796875, + -0.0262298583984375, + -0.03509521484375, + 0.04058837890625, + 0.00934600830078125, + 0.072998046875, + 0.02587890625, + -0.002269744873046875, + 0.02410888671875, + 0.01568603515625, + 0.0168304443359375, + 0.039337158203125, + -0.018157958984375, + 0.0482177734375, + -0.00004017353057861328, + 0.0297698974609375, + -0.01373291015625, + 0.07086181640625, + -0.01027679443359375, + -0.010498046875, + -0.0069122314453125, + 0.055999755859375, + -0.0141754150390625, + -0.0217132568359375, + -0.0177154541015625, + -0.038116455078125, + 0.0132904052734375, + -0.01134490966796875, + -0.004077911376953125, + -0.0064697265625, + -0.0272979736328125, + -0.046783447265625, + -0.0177154541015625, + 0.02960205078125, + -0.0087738037109375, + 0.045013427734375, + 0.046783447265625, + -0.01023101806640625, + -0.040771484375, + 0.007663726806640625, + 0.01027679443359375, + 0.016754150390625, + 0.00571441650390625, + -0.0009908676147460938, + -0.018341064453125, + -0.033660888671875, + 0.030303955078125, + 0.0109405517578125, + 0.0271148681640625, + 0.00952911376953125, + -0.00664520263671875, + 0.0513916015625, + -0.011871337890625, + 0.04571533203125, + 0.035980224609375, + -0.01125335693359375, + -0.00615692138671875, + 0.00502777099609375, + 0.03668212890625, + 0.06878662109375, + -0.0482177734375, + -0.00159454345703125, + -0.08575439453125, + -0.0032787322998046875, + -0.07196044921875, + -0.035980224609375, + -0.01320648193359375, + -0.051025390625, + 0.041473388671875, + -0.03277587890625, + -0.02392578125, + 0.004119873046875, + 0.006378173828125, + 0.01763916015625, + 0.0552978515625, + 0.0207366943359375, + -0.035430908203125, + -0.005603790283203125, + 0.0592041015625, + -0.0083770751953125, + -0.02392578125, + -0.0016832351684570312, + 0.0196685791015625, + -0.032257080078125, + 0.01302337646484375, + -0.0290679931640625, + 0.01727294921875, + 0.04571533203125, + 0.0169219970703125, + 0.0184326171875, + -0.0206451416015625, + 0.003787994384765625, + -0.0215301513671875, + 0.039520263671875, + -0.032257080078125, + -0.0016613006591796875, + 0.0013399124145507812, + -0.007175445556640625, + -0.0260467529296875, + -0.058837890625, + 0.0161285400390625, + 0.062744140625, + -0.0014505386352539062, + -0.0005731582641601562, + -0.0012235641479492188, + -0.050323486328125, + 0.0279998779296875, + -0.0059814453125, + 0.0026912689208984375, + 0.0206451416015625, + 0.050323486328125, + -0.0255126953125, + 0.003765106201171875, + -0.0059814453125, + -0.00576019287109375, + -0.035430908203125, + -0.06060791015625, + -0.0288848876953125, + -0.00952911376953125, + -0.03863525390625, + 0.0009412765502929688, + 0.0262298583984375, + -0.006378173828125, + 0.00797271728515625, + -0.00904083251953125, + -0.012939453125, + -0.035430908203125, + -0.042877197265625, + 0.0269317626953125, + -0.022064208984375, + -0.03509521484375, + -0.0204620361328125, + 0.04608154296875, + 0.00792694091796875, + 0.01470947265625, + -0.0251617431640625, + -0.010498046875, + -0.0215301513671875, + 0.0039215087890625, + -0.0095672607421875, + 0.037933349609375, + -0.0030574798583984375, + 0.04376220703125, + 0.036865234375, + 0.012847900390625, + 0.01134490966796875, + 0.048553466796875, + 0.015594482421875, + -0.0216217041015625, + -0.0016508102416992188, + -0.004032135009765625, + 0.01125335693359375, + 0.0106353759765625, + -0.0164794921875, + -0.0142669677734375, + -0.0244598388671875, + -0.01435089111328125, + 0.0195770263671875, + 0.0017719268798828125, + 0.03277587890625, + 0.0345458984375, + -0.006999969482421875, + 0.01027679443359375, + 0.028350830078125, + 0.0006532669067382812, + 0.09356689453125, + -0.01320648193359375, + -0.057403564453125, + 0.0008473396301269531, + 0.0242767333984375, + -0.021087646484375, + -0.001140594482421875, + 0.045013427734375, + 0.0059814453125, + -0.00934600830078125, + 0.0189666748046875, + 0.0000851750373840332, + 0.02923583984375, + -0.02215576171875, + 0.0008916854858398438, + 0.03118896484375, + -0.0208282470703125, + 0.012054443359375, + 0.03668212890625, + 0.051025390625, + 0.0255126953125, + 0.048553466796875, + -0.041656494140625, + -0.021087646484375, + -0.032623291015625, + -0.061676025390625, + 0.0012845993041992188, + 0.0278167724609375, + 0.01568603515625, + 0.05316162109375, + -0.0244598388671875, + -0.0804443359375, + 0.026763916015625, + -0.039154052734375, + 0.07159423828125, + 0.06378173828125, + -0.003875732421875, + 0.04217529296875, + 0.0005536079406738281, + -0.00885772705078125, + 0.01399993896484375, + 0.014801025390625, + 0.0290679931640625, + 0.0288848876953125, + 0.04217529296875, + -0.0097503662109375, + -0.037567138671875, + 0.034912109375, + 0.046417236328125, + 0.0188751220703125, + -0.0133819580078125, + 0.0297698974609375, + 0.005649566650390625, + 0.02923583984375, + -0.023040771484375, + 0.0364990234375, + 0.046417236328125, + -0.0004706382751464844, + 0.03277587890625, + -0.015777587890625, + 0.0308380126953125, + -0.0299530029296875, + 0.00576019287109375, + 0.01071929931640625, + -0.0015287399291992188, + 0.009613037109375, + 0.013824462890625, + -0.05670166015625, + -0.01532745361328125, + 0.041473388671875, + -0.047149658203125, + 0.005672454833984375, + 0.042724609375, + -0.0297698974609375, + 0.01541900634765625, + -0.0077972412109375, + -0.043426513671875, + 0.037200927734375, + -0.02410888671875, + -0.023040771484375, + 0.006290435791015625, + 0.041290283203125, + -0.04022216796875, + -0.045379638671875, + -0.0288848876953125, + 0.0006508827209472656, + -0.0018939971923828125, + -0.041290283203125, + 0.036163330078125, + 0.0008859634399414062, + -0.022247314453125, + 0.034210205078125, + 0.04998779296875, + -0.005428314208984375, + -0.01169586181640625, + 0.03314208984375, + -0.0213623046875, + -0.0313720703125, + 0.0290679931640625, + -0.0081939697265625, + 0.0169219970703125, + -0.032073974609375, + -0.0208282470703125, + 0.0096588134765625, + -0.00370025634765625, + -0.00792694091796875, + -0.0060272216796875, + -0.04608154296875, + -0.022247314453125, + -0.059539794921875, + 0.04254150390625, + -0.00757598876953125, + 0.01120758056640625, + -0.004917144775390625, + -0.0513916015625, + 0.03118896484375, + -0.07476806640625, + -0.0584716796875, + -0.0106353759765625, + 0.0226898193359375, + -0.003543853759765625, + 0.06732177734375, + -0.0170135498046875, + -0.00007474422454833984, + 0.0007367134094238281, + 0.0400390625, + 0.0035877227783203125, + 0.0114288330078125, + -0.038116455078125, + 0.030120849609375, + 0.012847900390625, + -0.0223236083984375, + 0.015777587890625, + -0.01041412353515625, + -0.0027027130126953125, + 0.0384521484375, + -0.05352783203125, + -0.00502777099609375, + 0.0199432373046875, + -0.0474853515625, + -0.0279998779296875, + -0.054595947265625, + 0.0008807182312011719, + -0.0482177734375, + 0.044830322265625, + 0.046783447265625, + 0.0159454345703125, + 0.0592041015625, + 0.0124969482421875, + -0.01824951171875, + 0.012054443359375, + -0.00841522216796875, + -0.0123138427734375, + 0.0224151611328125, + -0.0623779296875, + -0.0225067138671875, + -0.02410888671875, + 0.00948333740234375, + -0.0384521484375, + -0.017547607421875, + 0.00262451171875, + -0.0114288330078125, + 0.0299530029296875, + -0.052093505859375, + 0.01302337646484375, + -0.016387939453125, + 0.01036834716796875, + -0.04254150390625, + -0.012939453125, + 0.0169219970703125, + 0.01267242431640625, + 0.0024471282958984375, + -0.004009246826171875, + 0.0217132568359375, + -0.054595947265625, + 0.032958984375, + 0.01222991943359375, + 0.01222991943359375, + -0.0005121231079101562, + -0.0028018951416015625, + 0.01311492919921875, + 0.0186004638671875, + 0.041473388671875, + -0.00815582275390625, + -0.041656494140625, + -0.07196044921875, + 0.005649566650390625, + 0.0033016204833984375, + -0.037567138671875, + -0.030120849609375, + -0.0244598388671875, + -0.06805419921875, + 0.0012569427490234375, + 0.02923583984375, + 0.0294189453125, + 0.00841522216796875, + -0.04449462890625, + -0.024993896484375, + 0.0004513263702392578, + -0.0217132568359375, + 0.044830322265625, + -0.0226898193359375, + 0.0005097389221191406, + -0.00797271728515625, + -0.02215576171875, + 0.024993896484375, + 0.034210205078125, + 0.021087646484375, + 0.020111083984375, + 0.0177154541015625, + -0.0196685791015625, + 0.01355743408203125, + -0.0015287399291992188, + -0.01076507568359375, + 0.0030345916748046875, + -0.023040771484375, + 0.0272979736328125, + -0.040924072265625, + -0.0271148681640625, + 0.02099609375, + 0.01488494873046875, + 0.018524169921875, + -0.0306549072265625, + -0.030303955078125, + 0.02569580078125, + -0.00841522216796875, + 0.06341552734375, + -0.031707763671875, + -0.031890869140625, + 0.0035228729248046875, + -0.014617919921875, + 0.031890869140625, + 0.0404052734375, + -0.00939178466796875, + -0.043060302734375, + 0.0101470947265625, + 0.037750244140625, + -0.0081939697265625, + -0.0364990234375, + -0.036163330078125, + 0.0132904052734375, + 0.00792694091796875, + 0.07086181640625, + 0.0012187957763671875, + 0.09283447265625, + 0.02099609375, + 0.018157958984375, + 0.044830322265625, + 0.07122802734375, + 0.01666259765625, + -0.016571044921875, + -0.062744140625, + -0.0151519775390625, + 0.018524169921875, + -0.0278167724609375, + -0.0313720703125, + -0.031890869140625, + 0.0662841796875, + -0.087890625, + -0.0215301513671875, + 0.0028247833251953125, + -0.012054443359375, + 0.04608154296875, + 0.01311492919921875, + -0.0133819580078125, + 0.01488494873046875, + 0.02569580078125, + -0.037200927734375, + 0.00846099853515625, + -0.0208282470703125, + 0.035797119140625, + 0.04962158203125, + 0.0064697265625, + -0.00978851318359375, + 0.0224151611328125, + -0.00624847412109375, + 0.00846099853515625, + 0.03900146484375, + 0.0244598388671875, + 0.0064697265625, + -0.0009303092956542969, + 0.04998779296875, + 0.047149658203125, + -0.01390838623046875, + -0.0206451416015625, + 0.024993896484375, + 0.03350830078125, + 0.056365966796875, + 0.0439453125, + 0.01497650146484375, + 0.0090789794921875, + 0.0021266937255859375, + -0.05352783203125, + -0.01023101806640625, + 0.00547027587890625, + 0.0012350082397460938, + -0.0478515625, + -0.033660888671875, + 0.01355743408203125, + -0.045379638671875, + 0.03509521484375, + 0.0114288330078125, + -0.0478515625, + -0.006954193115234375, + 0.0278167724609375, + -0.0097503662109375, + -0.0306549072265625, + 0.0123138427734375, + -0.0031452178955078125, + -0.035430908203125, + -0.038116455078125, + -0.039886474609375, + 0.020904541015625, + -0.0255126953125, + -0.0655517578125, + -0.022064208984375, + 0.023040771484375, + -0.03350830078125, + -0.053863525390625, + -0.021087646484375, + 0.011077880859375, + -0.01213836669921875, + -0.037750244140625, + -0.03863525390625, + -0.024627685546875, + 0.012847900390625, + -0.0513916015625, + 0.0274658203125, + -0.02569580078125, + -0.037567138671875, + -0.007663726806640625, + -0.0225982666015625, + -0.0264129638671875, + 0.024810791015625, + -0.04376220703125, + 0.042724609375, + -0.01071929931640625, + 0.0253448486328125, + 0.01267242431640625, + 0.06341552734375, + -0.0197601318359375, + 0.007442474365234375, + -0.0064239501953125, + -0.06842041015625, + -0.0007367134094238281, + 0.000606536865234375, + 0.0029010772705078125, + -0.0726318359375, + 0.022064208984375, + 0.0478515625, + -0.076904296875, + 0.0306549072265625, + -0.0013628005981445312, + -0.020111083984375, + -0.037567138671875, + -0.00815582275390625, + -0.0005316734313964844, + 0.004650115966796875, + 0.09075927734375, + 0.0159454345703125, + -0.002857208251953125, + -0.0029239654541015625, + -0.045013427734375, + 0.059539794921875, + 0.00571441650390625, + 0.0168304443359375, + -0.050689697265625, + 0.0281829833984375, + 0.01267242431640625, + -0.03472900390625, + -0.0124053955078125, + -0.07122802734375, + -0.0124969482421875, + 0.0262298583984375, + 0.036163330078125, + 0.0016727447509765625, + 0.0155029296875, + -0.039337158203125, + -0.0288848876953125, + -0.030120849609375, + 0.01444244384765625, + -0.00762176513671875, + 0.01090240478515625, + -0.0279998779296875, + 0.0281829833984375, + 0.0033664703369140625, + -0.04925537109375, + -0.0235748291015625, + -0.034912109375, + 0.046783447265625, + -0.0024471282958984375, + -0.053863525390625, + 0.039337158203125, + 0.0213623046875, + 0.0124053955078125, + 0.023040771484375, + 0.050323486328125, + -0.026580810546875, + -0.005626678466796875, + 0.01346588134765625, + 0.039886474609375, + 0.012847900390625, + 0.0006866455078125, + 0.0170135498046875, + 0.01346588134765625, + 0.0104522705078125, + -0.040924072265625, + 0.037200927734375, + 0.030303955078125, + -0.02960205078125, + -0.0290679931640625, + -0.040771484375, + -0.038116455078125, + 0.034912109375, + -0.0031890869140625, + 0.0478515625, + 0.00792694091796875, + -0.0159454345703125, + -0.0992431640625, + 0.038818359375, + -0.0169219970703125, + 0.0279998779296875, + 0.0110321044921875, + -0.022857666015625, + -0.07830810546875, + -0.06732177734375, + -0.024810791015625, + 0.0050048828125, + -0.0109405517578125, + 0.02923583984375, + 0.01568603515625, + -0.005893707275390625, + 0.028350830078125, + 0.0025482177734375, + -0.016387939453125, + 0.034912109375, + 0.014617919921875, + -0.033660888671875, + 0.06842041015625, + -0.044647216796875, + -0.0028362274169921875, + 0.01090240478515625, + 0.021881103515625, + -0.00463104248046875, + 0.0090789794921875, + -0.0159454345703125, + -0.0290679931640625, + 0.0251617431640625, + 0.03826904296875, + -0.01090240478515625, + 0.02117919921875, + -0.0262298583984375, + 0.021087646484375, + 0.0123138427734375, + 0.0023479461669921875, + 0.00669097900390625, + 0.02374267578125, + -0.0223236083984375, + -0.0012903213500976562, + -0.06097412109375, + -0.07763671875, + 0.041107177734375, + -0.039337158203125, + 0.00615692138671875, + 0.007663726806640625, + 0.00930023193359375, + 0.01346588134765625, + -0.026763916015625, + 0.04217529296875, + -0.0003018379211425781, + -0.006336212158203125, + -0.028533935546875, + 0.0552978515625, + -0.0171051025390625, + 0.022064208984375, + 0.01346588134765625, + -0.034912109375, + 0.00823974609375, + 0.00102996826171875, + -0.0096588134765625, + -0.0294189453125, + -0.01160430908203125, + -0.005672454833984375, + 0.0189666748046875, + -0.06488037109375, + 0.001312255859375, + 0.0288848876953125, + 0.03509521484375, + -0.004364013671875, + -0.04022216796875, + 0.0384521484375, + -0.006954193115234375, + -0.06768798828125, + 0.02374267578125, + -0.0044097900390625, + -0.041290283203125, + 0.0160369873046875, + -0.01085662841796875, + 0.01041412353515625, + 0.01444244384765625, + 0.03509521484375, + 0.0474853515625, + 0.026580810546875, + -0.005138397216796875, + -0.0168304443359375, + 0.01169586181640625, + -0.02764892578125, + 0.026580810546875, + 0.021087646484375, + 0.0115203857421875, + -0.0083770751953125, + -0.0008139610290527344, + 0.012847900390625, + -0.076904296875, + -0.0179901123046875, + -0.0262298583984375, + -0.061309814453125, + -0.0004513263702392578, + 0.07476806640625, + 0.045013427734375, + -0.0008306503295898438, + 0.016754150390625, + 0.0400390625, + 0.045379638671875, + 0.00939178466796875, + -0.02410888671875, + -0.0513916015625, + -0.0313720703125, + 0.0152435302734375, + 0.034027099609375, + -0.045196533203125, + 0.0517578125, + 0.054595947265625, + -0.01258087158203125, + -0.00939178466796875, + -0.0159454345703125, + 0.00487518310546875, + 0.057769775390625, + 0.0233917236328125, + 0.011871337890625, + -0.0552978515625, + 0.00669097900390625, + 0.036163330078125, + -0.00806427001953125, + 0.00463104248046875, + -0.00952911376953125, + -0.024627685546875, + 0.021270751953125, + -0.042724609375, + -0.003078460693359375, + 0.0044097900390625, + 0.0811767578125, + 0.00708770751953125, + -0.03826904296875, + -0.00394439697265625, + 0.037200927734375, + 0.01081085205078125, + -0.0345458984375, + 0.0218048095703125, + 0.0207366943359375, + -0.03668212890625, + 0.0161285400390625, + 0.0225982666015625, + 0.003345489501953125, + 0.02923583984375, + 0.0133819580078125, + -0.0400390625, + 0.0199432373046875, + 0.0150604248046875, + 0.004207611083984375, + -0.00025200843811035156, + -0.039154052734375, + -0.030303955078125, + -0.04412841796875, + 0.02020263671875, + 0.00478363037109375, + 0.04254150390625, + 0.01068115234375, + -0.00992584228515625, + -0.01169586181640625, + 0.01076507568359375, + 0.031707763671875, + 0.01390838623046875, + 0.0225982666015625, + -0.0015621185302734375, + -0.0034332275390625, + 0.01267242431640625, + 0.026580810546875, + -0.045013427734375, + 0.04962158203125, + -0.04571533203125, + -0.000005364418029785156, + -0.051025390625, + 0.02215576171875, + 0.001617431640625, + -0.016571044921875, + 0.004718780517578125, + -0.04925537109375, + 0.01120758056640625, + -0.0214385986328125, + -0.057769775390625, + -0.000576019287109375, + 0.046417236328125, + -0.044830322265625, + 0.03155517578125, + 0.016387939453125, + -0.01081085205078125, + 0.004520416259765625, + -0.07196044921875, + 0.09039306640625, + 0.0090789794921875, + 0.0242767333984375, + -0.0163116455078125, + 0.0073089599609375, + 0.01568603515625, + 0.0031681060791015625, + -0.0022373199462890625, + 0.0186920166015625, + -0.0180816650390625, + 0.06024169921875, + 0.0262298583984375, + -0.0078887939453125, + -0.0180816650390625, + 0.00934600830078125, + 0.0207366943359375, + -0.056365966796875, + 0.032073974609375, + 0.040771484375, + 0.03472900390625, + 0.00296783447265625, + -0.01116180419921875, + 0.004608154296875, + -0.06378173828125, + 0.06451416015625, + 0.0162200927734375, + -0.00669097900390625, + 0.034912109375, + -0.05352783203125, + 0.052825927734375, + 0.0215301513671875, + 0.0384521484375, + -0.04925537109375, + 0.043060302734375, + -0.0152435302734375, + 0.0059356689453125, + 0.01346588134765625, + 0.0005288124084472656, + 0.01222991943359375, + 0.01453399658203125, + -0.0197601318359375, + 0.045379638671875, + 0.00020074844360351562, + 0.01435089111328125, + -0.0850830078125, + -0.0170135498046875, + -0.01129913330078125, + 0.01666259765625, + 0.02587890625, + -0.0242767333984375, + -0.02587890625, + 0.0033893585205078125, + 0.039154052734375, + 0.0584716796875, + -0.00952911376953125, + 0.032958984375, + 0.0225067138671875, + -0.023040771484375, + -0.0064697265625, + -0.005847930908203125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis", + "network-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "plugin-support", + "scripting", + "memory-timeline", + "process-analysis", + "network-artifacts", + "rootkit-detection", + "code-injection", + "yara-integration", + "python-api", + "scenario:memory_dump", + "opensource" + ], + "skillLevel": "advanced", + "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_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. command-line 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.044921875, + 0.0172882080078125, + 0.04730224609375, + -0.004322052001953125, + 0.0271148681640625, + 0.0206451416015625, + -0.01319122314453125, + 0.00714111328125, + -0.004367828369140625, + 0.01273345947265625, + -0.0156402587890625, + 0.0589599609375, + -0.0222015380859375, + -0.00582122802734375, + -0.060394287109375, + 0.0574951171875, + -0.0120086669921875, + -0.0007958412170410156, + 0.0019664764404296875, + 0.0164642333984375, + -0.019012451171875, + -0.03985595703125, + -0.04656982421875, + 0.00795745849609375, + -0.0005712509155273438, + -0.002285003662109375, + -0.0012226104736328125, + -0.0567626953125, + -0.023468017578125, + -0.0006594657897949219, + 0.0092315673828125, + -0.0196533203125, + 0.006458282470703125, + 0.0158233642578125, + 0.01355743408203125, + -0.0216522216796875, + 0.00498199462890625, + -0.014556884765625, + -0.013916015625, + 0.061859130859375, + -0.0089111328125, + -0.0118255615234375, + -0.00582122802734375, + -0.01328277587890625, + -0.004230499267578125, + -0.043487548828125, + 0.0169219970703125, + -0.0120086669921875, + 0.0301971435546875, + -0.0305633544921875, + 0.032196044921875, + 0.044921875, + -0.01355743408203125, + -0.02911376953125, + -0.0382080078125, + 0.032196044921875, + 0.042022705078125, + -0.0025119781494140625, + -0.033477783203125, + 0.06622314453125, + -0.052764892578125, + -0.0274658203125, + 0.0009212493896484375, + -0.02911376953125, + 0.0094146728515625, + 0.0185546875, + -0.018096923828125, + -0.042022705078125, + -0.014007568359375, + -0.009735107421875, + -0.00035381317138671875, + -0.004344940185546875, + -0.01947021484375, + 0.0222930908203125, + -0.040924072265625, + -0.06658935546875, + 0.005596160888671875, + 0.037109375, + 0.004070281982421875, + -0.002468109130859375, + -0.060028076171875, + 0.01337432861328125, + 0.032745361328125, + -0.0307464599609375, + -0.01041412353515625, + 0.01073455810546875, + 0.034393310546875, + 0.01009368896484375, + -0.0071868896484375, + -0.0037059783935546875, + 0.033843994140625, + -0.01446533203125, + 0.01373291015625, + -0.0301971435546875, + 0.0545654296875, + 0.050567626953125, + -0.0210113525390625, + -0.007049560546875, + -0.0116424560546875, + 0.01409912109375, + 0.031646728515625, + -0.05712890625, + 0.04840087890625, + -0.01873779296875, + 0.040557861328125, + -0.0281982421875, + 0.034393310546875, + -0.018829345703125, + -0.0252838134765625, + -0.01036834716796875, + -0.0902099609375, + -0.02874755859375, + -0.00595855712890625, + -0.054931640625, + 0.005596160888671875, + 0.010009765625, + 0.004913330078125, + 0.0382080078125, + -0.04510498046875, + -0.02838134765625, + 0.0181884765625, + 0.01319122314453125, + -0.018646240234375, + 0.003910064697265625, + -0.0731201171875, + -0.052398681640625, + -0.01245880126953125, + 0.014556884765625, + -0.0389404296875, + -0.0267486572265625, + -0.017913818359375, + -0.0159149169921875, + -0.0274658203125, + -0.041473388671875, + -0.002910614013671875, + -0.005115509033203125, + 0.033111572265625, + -0.005138397216796875, + -0.02801513671875, + 0.003002166748046875, + 0.0224609375, + -0.023834228515625, + -0.052032470703125, + -0.0160980224609375, + -0.03875732421875, + -0.018096923828125, + -0.037841796875, + 0.040374755859375, + -0.0146484375, + -0.014190673828125, + -0.0160064697265625, + 0.0452880859375, + 0.0281982421875, + 0.00586700439453125, + 0.00832366943359375, + -0.059661865234375, + -0.00445556640625, + -0.01409912109375, + 0.02838134765625, + -0.0301971435546875, + -0.0022068023681640625, + 0.005706787109375, + -0.0209197998046875, + 0.0157318115234375, + -0.01482391357421875, + -0.0202789306640625, + -0.0157318115234375, + 0.013824462890625, + 0.0168304443359375, + -0.006458282470703125, + 0.0146484375, + -0.01446533203125, + 0.04547119140625, + 0.06695556640625, + -0.005115509033203125, + 0.002864837646484375, + 0.01059722900390625, + -0.01491546630859375, + 0.018280029296875, + 0.03912353515625, + -0.023468017578125, + -0.0211029052734375, + 0.033111572265625, + -0.001819610595703125, + 0.024566650390625, + 0.0070037841796875, + -0.01528167724609375, + -0.01910400390625, + -0.041473388671875, + 0.017730712890625, + -0.043670654296875, + -0.041839599609375, + -0.006595611572265625, + 0.01983642578125, + 0.0269317626953125, + 0.054931640625, + 0.0298309326171875, + -0.00609588623046875, + 0.028564453125, + -0.00572967529296875, + 0.01123046875, + 0.040924072265625, + -0.0217437744140625, + 0.024383544921875, + -0.01291656494140625, + 0.009368896484375, + -0.00287628173828125, + 0.04638671875, + 0.032196044921875, + -0.0168304443359375, + -0.0168304443359375, + 0.061492919921875, + -0.014556884765625, + -0.02728271484375, + -0.040374755859375, + -0.017913818359375, + 0.033660888671875, + -0.0173797607421875, + -0.023284912109375, + 0.009368896484375, + -0.01873779296875, + -0.03985595703125, + -0.00140380859375, + 0.03912353515625, + -0.0173797607421875, + 0.04803466796875, + 0.0170135498046875, + -0.03582763671875, + -0.0249176025390625, + 0.007549285888671875, + 0.022552490234375, + 0.031463623046875, + 0.0037288665771484375, + 0.0175628662109375, + -0.019927978515625, + -0.0274658203125, + 0.054931640625, + 0.061492919921875, + 0.0015125274658203125, + 0.01328277587890625, + -0.0123748779296875, + 0.050567626953125, + -0.034027099609375, + 0.02764892578125, + 0.023284912109375, + -0.0090484619140625, + 0.00823211669921875, + 0.005596160888671875, + 0.0271148681640625, + 0.06695556640625, + -0.0574951171875, + -0.013641357421875, + -0.05712890625, + -0.006412506103515625, + -0.0589599609375, + -0.0309295654296875, + -0.0374755859375, + -0.042022705078125, + 0.042572021484375, + -0.01837158203125, + -0.0367431640625, + -0.0254669189453125, + 0.006458282470703125, + -0.002410888671875, + 0.06585693359375, + -0.01983642578125, + -0.0301971435546875, + 0.0254669189453125, + 0.06695556640625, + -0.01091766357421875, + -0.0165557861328125, + -0.01027679443359375, + 0.0156402587890625, + 0.000087738037109375, + 0.01983642578125, + -0.033111572265625, + -0.0033664703369140625, + 0.03912353515625, + 0.02728271484375, + 0.0204620361328125, + -0.0160980224609375, + -0.0012454986572265625, + 0.0073699951171875, + 0.032562255859375, + -0.0360107421875, + 0.0019102096557617188, + 0.0120086669921875, + -0.00359344482421875, + -0.0205535888671875, + -0.06658935546875, + -0.0161895751953125, + 0.0303802490234375, + 0.006458282470703125, + 0.02947998046875, + 0.005115509033203125, + -0.04949951171875, + 0.005207061767578125, + -0.0189208984375, + 0.010009765625, + 0.024566650390625, + 0.040374755859375, + -0.042388916015625, + -0.007732391357421875, + 0.004116058349609375, + 0.0027751922607421875, + -0.044219970703125, + -0.0560302734375, + -0.0118255615234375, + -0.00827789306640625, + -0.04620361328125, + -0.00234222412109375, + 0.0091400146484375, + -0.0021953582763671875, + -0.00600433349609375, + -0.005023956298828125, + -0.018096923828125, + -0.05859375, + -0.061859130859375, + -0.009735107421875, + -0.031463623046875, + -0.034576416015625, + -0.0224609375, + 0.050933837890625, + 0.004024505615234375, + 0.042205810546875, + -0.018463134765625, + 0.01528167724609375, + -0.039306640625, + 0.023193359375, + -0.01282501220703125, + 0.024566650390625, + -0.013824462890625, + 0.050567626953125, + 0.050933837890625, + 0.0120086669921875, + 0.01114654541015625, + 0.074951171875, + 0.02801513671875, + 0.005344390869140625, + -0.004413604736328125, + -0.0038890838623046875, + -0.0020809173583984375, + 0.014373779296875, + -0.0115966796875, + -0.03619384765625, + 0.003570556640625, + -0.0069580078125, + 0.01319122314453125, + -0.0004093647003173828, + 0.01555633544921875, + 0.023101806640625, + -0.022552490234375, + 0.01319122314453125, + 0.0589599609375, + -0.00618743896484375, + 0.0960693359375, + -0.01519012451171875, + -0.0218353271484375, + 0.0209197998046875, + 0.0222930908203125, + -0.0213775634765625, + -0.0096893310546875, + 0.0460205078125, + 0.0166473388671875, + 0.0010004043579101562, + 0.044586181640625, + -0.0018987655639648438, + 0.01055145263671875, + -0.007411956787109375, + -0.022552490234375, + -0.006504058837890625, + 0.00982666015625, + 0.0020923614501953125, + 0.077880859375, + 0.0254669189453125, + 0.00350189208984375, + 0.0254669189453125, + -0.0300140380859375, + -0.024383544921875, + -0.041473388671875, + -0.07275390625, + -0.01110076904296875, + 0.0271148681640625, + 0.0119171142578125, + 0.04803466796875, + -0.033660888671875, + -0.061492919921875, + 0.0217437744140625, + -0.0560302734375, + 0.0712890625, + 0.0389404296875, + 0.017730712890625, + 0.041107177734375, + -0.0008525848388671875, + -0.007411956787109375, + 0.032379150390625, + -0.00814056396484375, + 0.0171051025390625, + 0.03839111328125, + 0.023651123046875, + 0.0211029052734375, + -0.0303802490234375, + 0.0254669189453125, + 0.033843994140625, + 0.0070953369140625, + -0.009368896484375, + 0.023284912109375, + 0.0289306640625, + 0.01947021484375, + -0.049835205078125, + 0.03802490234375, + 0.00609588623046875, + -0.0122833251953125, + 0.023651123046875, + -0.01023101806640625, + 0.007049560546875, + -0.04620361328125, + 0.0007562637329101562, + 0.00868988037109375, + 0.0004150867462158203, + 0.024200439453125, + 0.0301971435546875, + -0.049835205078125, + -0.01500701904296875, + 0.03656005859375, + -0.060028076171875, + 0.032379150390625, + 0.0396728515625, + -0.0210113525390625, + 0.009918212890625, + -0.0367431640625, + -0.034210205078125, + 0.024200439453125, + -0.039306640625, + -0.023101806640625, + 0.0073699951171875, + 0.01018524169921875, + -0.024749755859375, + -0.0269317626953125, + -0.01546478271484375, + -0.013824462890625, + -0.017730712890625, + -0.02947998046875, + 0.056396484375, + -0.011322021484375, + 0.007232666015625, + 0.0252838134765625, + 0.04913330078125, + -0.007732391357421875, + -0.023468017578125, + 0.03912353515625, + -0.01947021484375, + -0.03546142578125, + 0.0360107421875, + 0.003570556640625, + 0.024749755859375, + -0.023468017578125, + -0.019561767578125, + -0.00582122802734375, + 0.00868988037109375, + 0.005092620849609375, + 0.0032520294189453125, + -0.04840087890625, + -0.040740966796875, + -0.040374755859375, + 0.050933837890625, + 0.0221099853515625, + 0.0301971435546875, + -0.0098724365234375, + -0.03985595703125, + 0.0374755859375, + -0.0574951171875, + -0.0260162353515625, + -0.004913330078125, + 0.0096893310546875, + -0.01546478271484375, + 0.06658935546875, + -0.01537322998046875, + -0.0026035308837890625, + -0.023468017578125, + 0.04876708984375, + -0.002933502197265625, + -0.01123046875, + -0.0254669189453125, + 0.033294677734375, + 0.031829833984375, + -0.0460205078125, + -0.0089111328125, + -0.0213775634765625, + 0.005458831787109375, + 0.06658935546875, + -0.054229736328125, + -0.00283050537109375, + -0.0168304443359375, + -0.06329345703125, + -0.035125732421875, + -0.02801513671875, + 0.01087188720703125, + -0.034393310546875, + 0.0185546875, + 0.033477783203125, + 0.007549285888671875, + 0.01091766357421875, + 0.0212860107421875, + 0.022918701171875, + 0.01114654541015625, + -0.007503509521484375, + -0.0209197998046875, + 0.043304443359375, + -0.0731201171875, + -0.04876708984375, + -0.01491546630859375, + 0.04656982421875, + -0.01983642578125, + -0.0018758773803710938, + 0.0025806427001953125, + -0.00732421875, + 0.053863525390625, + -0.04730224609375, + -0.006275177001953125, + -0.0115966796875, + -0.03582763671875, + -0.0396728515625, + -0.0360107421875, + 0.006549835205078125, + 0.04693603515625, + -0.0001691579818725586, + 0.0162811279296875, + 0.03948974609375, + -0.045654296875, + 0.031280517578125, + 0.01273345947265625, + 0.01519012451171875, + 0.0037517547607421875, + -0.009002685546875, + 0.0175628662109375, + 0.01123046875, + 0.044219970703125, + -0.019561767578125, + -0.051300048828125, + -0.0789794921875, + 0.0174713134765625, + -0.006275177001953125, + -0.00878143310546875, + -0.032928466796875, + -0.0382080078125, + -0.06842041015625, + -0.0038890838623046875, + 0.032562255859375, + 0.0165557861328125, + -0.00002467632293701172, + -0.024200439453125, + -0.00489044189453125, + -0.0170135498046875, + -0.0214691162109375, + 0.040924072265625, + -0.0166473388671875, + 0.0271148681640625, + -0.01519012451171875, + -0.01273345947265625, + 0.0296478271484375, + 0.0117340087890625, + 0.0222930908203125, + 0.041290283203125, + 0.033477783203125, + -0.0211029052734375, + 0.01245880126953125, + -0.02301025390625, + -0.0095062255859375, + -0.0119171142578125, + 0.0117340087890625, + 0.0159149169921875, + -0.0200958251953125, + -0.0211944580078125, + 0.014373779296875, + 0.01528167724609375, + 0.049835205078125, + -0.01282501220703125, + 0.0025806427001953125, + 0.03546142578125, + -0.006229400634765625, + 0.044921875, + -0.0252838134765625, + -0.0209197998046875, + 0.0211029052734375, + 0.013824462890625, + 0.04949951171875, + 0.0360107421875, + -0.01555633544921875, + -0.02947998046875, + 0.02783203125, + 0.051300048828125, + -0.006687164306640625, + -0.043304443359375, + -0.0206451416015625, + 0.0160980224609375, + 0.02947998046875, + 0.04693603515625, + -0.01245880126953125, + 0.06512451171875, + 0.033660888671875, + -0.0114593505859375, + 0.032562255859375, + 0.06292724609375, + 0.00595855712890625, + -0.022918701171875, + -0.0567626953125, + 0.0031147003173828125, + 0.01032257080078125, + -0.00498199462890625, + -0.0552978515625, + 0.0073699951171875, + 0.04913330078125, + -0.060760498046875, + -0.01110076904296875, + -0.004390716552734375, + -0.0119171142578125, + -0.0021953582763671875, + 0.0168304443359375, + -0.031280517578125, + 0.04949951171875, + 0.006732940673828125, + -0.041839599609375, + 0.0000756978988647461, + -0.0252838134765625, + 0.0396728515625, + 0.03729248046875, + 0.0289306640625, + -0.0016946792602539062, + 0.031280517578125, + 0.0031147003173828125, + 0.044403076171875, + 0.02838134765625, + 0.050567626953125, + 0.0160980224609375, + 0.0258331298828125, + 0.0367431640625, + 0.03912353515625, + -0.024566650390625, + -0.02874755859375, + 0.024200439453125, + 0.02838134765625, + 0.06622314453125, + 0.06805419921875, + 0.01023101806640625, + -0.0020694732666015625, + -0.02838134765625, + -0.042938232421875, + -0.00023734569549560547, + 0.01059722900390625, + -0.0205535888671875, + -0.062225341796875, + -0.03546142578125, + 0.03948974609375, + -0.03656005859375, + 0.04949951171875, + 0.023651123046875, + -0.0221099853515625, + -0.032196044921875, + 0.041290283203125, + -0.023193359375, + -0.04913330078125, + 0.0307464599609375, + -0.019195556640625, + -0.052032470703125, + -0.0163726806640625, + -0.0170135498046875, + 0.044921875, + -0.01009368896484375, + -0.0567626953125, + -0.035125732421875, + 0.0208282470703125, + -0.01509857177734375, + -0.0176544189453125, + -0.0208282470703125, + -0.0070953369140625, + 0.000044226646423339844, + -0.0251007080078125, + -0.043304443359375, + -0.02783203125, + 0.0115966796875, + -0.01409912109375, + -0.01509857177734375, + -0.013824462890625, + -0.0120086669921875, + 0.01537322998046875, + -0.0014667510986328125, + -0.0252838134765625, + 0.0252838134765625, + -0.06402587890625, + 0.053131103515625, + 0.01087188720703125, + 0.032196044921875, + 0.019012451171875, + 0.06475830078125, + -0.01555633544921875, + 0.009552001953125, + -0.01555633544921875, + -0.059661865234375, + 0.01328277587890625, + 0.0367431640625, + 0.01491546630859375, + -0.06732177734375, + -0.0117340087890625, + 0.0556640625, + -0.0775146484375, + 0.02001953125, + 0.0031147003173828125, + -0.0311126708984375, + -0.043304443359375, + 0.0098724365234375, + 0.009368896484375, + 0.005069732666015625, + 0.10845947265625, + 0.002887725830078125, + -0.009918212890625, + -0.00482177734375, + -0.07061767578125, + 0.054229736328125, + 0.018463134765625, + 0.034759521484375, + -0.043670654296875, + 0.01509857177734375, + 0.007595062255859375, + -0.023651123046875, + 0.006412506103515625, + -0.07025146484375, + 0.0019779205322265625, + 0.02874755859375, + 0.02728271484375, + -0.014007568359375, + -0.01087188720703125, + -0.050201416015625, + -0.0263824462890625, + -0.01319122314453125, + 0.00577545166015625, + -0.0031833648681640625, + 0.0119171142578125, + -0.037841796875, + -0.0215606689453125, + -0.0026607513427734375, + -0.0260162353515625, + -0.036376953125, + -0.0220184326171875, + 0.06439208984375, + -0.002490997314453125, + -0.054931640625, + 0.023651123046875, + 0.0167388916015625, + -0.0019216537475585938, + 0.042205810546875, + 0.050201416015625, + -0.032196044921875, + -0.0005030632019042969, + -0.007595062255859375, + 0.032745361328125, + -0.006229400634765625, + -0.01328277587890625, + -0.0007843971252441406, + 0.00452423095703125, + 0.02838134765625, + -0.0271148681640625, + 0.04620361328125, + 0.023193359375, + -0.03912353515625, + -0.073486328125, + -0.00795745849609375, + -0.03985595703125, + 0.019744873046875, + -0.01546478271484375, + 0.0163726806640625, + 0.003662109375, + -0.032379150390625, + -0.111328125, + 0.0251007080078125, + -0.006687164306640625, + 0.0160980224609375, + 0.005298614501953125, + -0.0089111328125, + -0.076416015625, + -0.037841796875, + -0.0162811279296875, + 0.033294677734375, + -0.03619384765625, + 0.0258331298828125, + -0.0019893646240234375, + -0.014556884765625, + 0.018280029296875, + -0.00171661376953125, + 0.01064300537109375, + 0.035308837890625, + 0.03729248046875, + -0.043304443359375, + 0.04583740234375, + -0.0093231201171875, + 0.0099639892578125, + -0.01114654541015625, + -0.005092620849609375, + -0.0211944580078125, + -0.0094146728515625, + -0.0360107421875, + -0.024566650390625, + 0.019195556640625, + 0.03765869140625, + -0.01300811767578125, + 0.024566650390625, + -0.0396728515625, + 0.04510498046875, + 0.0115966796875, + -0.0170135498046875, + -0.014007568359375, + 0.002864837646484375, + -0.002864837646484375, + -0.0211029052734375, + -0.06805419921875, + -0.06768798828125, + 0.0289306640625, + -0.052032470703125, + 0.0048675537109375, + 0.00878143310546875, + 0.0305633544921875, + 0.0174713134765625, + -0.0215606689453125, + 0.0254669189453125, + -0.017822265625, + -0.0158233642578125, + -0.0258331298828125, + 0.02911376953125, + 0.006320953369140625, + 0.0400390625, + -0.006504058837890625, + -0.0261993408203125, + 0.0161895751953125, + 0.007778167724609375, + -0.002445220947265625, + 0.0032062530517578125, + 0.00878143310546875, + -0.0208282470703125, + -0.0019893646240234375, + -0.040557861328125, + -0.0296478271484375, + 0.0017852783203125, + 0.042205810546875, + 0.022552490234375, + -0.03546142578125, + 0.0582275390625, + -0.00841522216796875, + -0.054229736328125, + 0.005298614501953125, + -0.019012451171875, + -0.0582275390625, + 0.00823211669921875, + -0.0216522216796875, + 0.013641357421875, + 0.00618743896484375, + 0.03985595703125, + 0.041107177734375, + 0.044769287109375, + 0.0382080078125, + -0.0256500244140625, + -0.01910400390625, + -0.009918212890625, + 0.02728271484375, + 0.052398681640625, + 0.0160980224609375, + -0.0037746429443359375, + 0.02911376953125, + -0.003932952880859375, + -0.06951904296875, + 0.023101806640625, + -0.0360107421875, + -0.0452880859375, + -0.00354766845703125, + 0.0771484375, + 0.044219970703125, + 0.024749755859375, + 0.024200439453125, + 0.050567626953125, + 0.0218353271484375, + -0.00946044921875, + -0.01328277587890625, + -0.06622314453125, + -0.00832366943359375, + 0.0121002197265625, + -0.0157318115234375, + -0.06256103515625, + 0.059295654296875, + 0.07025146484375, + -0.0068206787109375, + -0.0196533203125, + -0.004116058349609375, + -0.0020923614501953125, + 0.042205810546875, + 0.024749755859375, + 0.0261993408203125, + -0.03875732421875, + 0.042572021484375, + 0.0263824462890625, + 0.01273345947265625, + -0.01055145263671875, + -0.024017333984375, + -0.0221099853515625, + 0.0300140380859375, + -0.061492919921875, + 0.014190673828125, + 0.001739501953125, + 0.077880859375, + 0.024749755859375, + -0.053131103515625, + -0.01319122314453125, + 0.03875732421875, + 0.023284912109375, + -0.0263824462890625, + 0.0260162353515625, + 0.0228271484375, + -0.0267486572265625, + 0.0307464599609375, + 0.0258331298828125, + 0.0026264190673828125, + 0.0204620361328125, + 0.023101806640625, + -0.0731201171875, + 0.02728271484375, + 0.0206451416015625, + 0.0168304443359375, + 0.0015802383422851562, + -0.024200439453125, + -0.0168304443359375, + -0.04620361328125, + 0.02874755859375, + 0.00818634033203125, + 0.0269317626953125, + 0.0214691162109375, + -0.00354766845703125, + 0.0072784423828125, + -0.0009212493896484375, + 0.0189208984375, + 0.040374755859375, + 0.0271148681640625, + 0.01482391357421875, + 0.01482391357421875, + 0.0016717910766601562, + -0.022552490234375, + -0.01509857177734375, + 0.03765869140625, + -0.032745361328125, + 0.0016832351684570312, + -0.050201416015625, + -0.01309967041015625, + -0.019744873046875, + -0.0254669189453125, + 0.01059722900390625, + -0.03765869140625, + 0.0252838134765625, + -0.0207366943359375, + -0.042388916015625, + 0.0031604766845703125, + 0.061492919921875, + -0.02801513671875, + 0.014007568359375, + 0.02728271484375, + -0.01910400390625, + -0.0007786750793457031, + -0.059295654296875, + 0.059661865234375, + 0.029296875, + 0.01264190673828125, + 0.003570556640625, + 0.0185546875, + 0.0267486572265625, + 0.00618743896484375, + 0.004547119140625, + 0.023834228515625, + 0.0056610107421875, + 0.06256103515625, + 0.0545654296875, + 0.0173797607421875, + -0.019927978515625, + 0.0172882080078125, + -0.0006623268127441406, + -0.037109375, + 0.044036865234375, + 0.01446533203125, + 0.0146484375, + -0.017913818359375, + -0.0156402587890625, + -0.013641357421875, + -0.060760498046875, + 0.050567626953125, + 0.032196044921875, + -0.007049560546875, + 0.034210205078125, + -0.060394287109375, + 0.053497314453125, + -0.004253387451171875, + 0.040191650390625, + -0.036376953125, + 0.059661865234375, + -0.01264190673828125, + 0.013824462890625, + 0.00909423828125, + 0.0271148681640625, + -0.003955841064453125, + 0.01409912109375, + 0.01082611083984375, + 0.04656982421875, + 0.03857421875, + -0.0001506805419921875, + -0.04949951171875, + -0.0021495819091796875, + 0.014556884765625, + 0.002307891845703125, + 0.035125732421875, + -0.0256500244140625, + -0.023193359375, + 0.0006880760192871094, + 0.03582763671875, + 0.0771484375, + -0.0123748779296875, + 0.024017333984375, + 0.004299163818359375, + -0.0019445419311523438, + -0.0156402587890625, + -0.017913818359375 + ], + "metadata": { + "domains": [ + "incident-response", + "network-forensics", + "malware-analysis" + ], + "phases": [ + "data-collection", + "examination" + ], + "tags": [ + "command-line", + "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_hashcat", + "type": "tool", + "name": "hashcat", + "content": "hashcat höchstperformanter passwort‑recovery‑accelerator, der cpus, gpus, fpgas und sogar asics parallel nutzen kann. unterstützt über 300 hash‑formate (u.a. bcrypt, ntlm, kerberos, wpa‑pmkid) und besitzt flexible angriffsmodi (dictionary, mask, hybrid, rule‑based). dank opencl‑backend skaliert hashcat von laptop‑gpu bis zu verteilten clustern – unverzichtbar für credential‑audits und incident‑response. password-recovery gpu-acceleration cracking scenario:credential_theft incident-response fraud-investigation analysis", + "embedding": [ + -0.00949859619140625, + -0.0177001953125, + 0.048858642578125, + 0.00295257568359375, + 0.0257415771484375, + 0.0090484619140625, + 0.0240325927734375, + -0.02874755859375, + -0.0177001953125, + 0.0008168220520019531, + -0.0090484619140625, + 0.05267333984375, + -0.010955810546875, + -0.01427459716796875, + -0.05267333984375, + 0.0088958740234375, + -0.00949859619140625, + 0.0011434555053710938, + -0.01427459716796875, + -0.00588226318359375, + -0.00658416748046875, + 0.01025390625, + -0.07879638671875, + -0.01849365234375, + -0.0012760162353515625, + -0.035400390625, + -0.0015897750854492188, + -0.041229248046875, + -0.01397705078125, + -0.0106048583984375, + -0.006633758544921875, + -0.043426513671875, + 0.0279541015625, + 0.018096923828125, + -0.00965118408203125, + 0.014678955078125, + 0.019195556640625, + -0.02593994140625, + -0.003719329833984375, + 0.06475830078125, + -0.0301666259765625, + 0.033782958984375, + 0.0023746490478515625, + 0.00260162353515625, + -0.03399658203125, + -0.032989501953125, + 0.0230255126953125, + -0.01216888427734375, + 0.0240325927734375, + -0.0182952880859375, + 0.01528167724609375, + 0.025238037109375, + 0.02734375, + -0.0124664306640625, + -0.0214080810546875, + 0.03619384765625, + 0.02252197265625, + -0.02423095703125, + -0.0189056396484375, + 0.05670166015625, + -0.033172607421875, + -0.02935791015625, + 0.01708984375, + -0.0265350341796875, + 0.0313720703125, + 0.0210113525390625, + -0.00724029541015625, + -0.04705810546875, + -0.01070404052734375, + 0.01100921630859375, + 0.0211181640625, + -0.01337432861328125, + -0.00545501708984375, + 0.01739501953125, + -0.0518798828125, + -0.0313720703125, + 0.042816162109375, + 0.0119171142578125, + 0.0008358955383300781, + -0.0015268325805664062, + -0.03338623046875, + 0.0291595458984375, + 0.03680419921875, + -0.02532958984375, + -0.0196990966796875, + 0.01025390625, + 0.031982421875, + 0.007793426513671875, + -0.031982421875, + 0.00595855712890625, + 0.010406494140625, + 0.00965118408203125, + 0.05950927734375, + -0.0159912109375, + 0.032989501953125, + 0.041229248046875, + -0.0144805908203125, + 0.017486572265625, + 0.041015625, + 0.0279541015625, + -0.0033168792724609375, + -0.0038967132568359375, + 0.05108642578125, + -0.0059051513671875, + 0.0224151611328125, + -0.0090484619140625, + 0.0110626220703125, + -0.05047607421875, + 0.01045989990234375, + -0.044036865234375, + -0.10052490234375, + -0.05950927734375, + -0.00444793701171875, + -0.0723876953125, + 0.00537872314453125, + -0.032562255859375, + -0.0182952880859375, + 0.01120758056640625, + -0.034576416015625, + -0.0200042724609375, + 0.0064849853515625, + 0.01015472412109375, + -0.0144805908203125, + 0.01397705078125, + -0.032562255859375, + -0.053070068359375, + 0.0311737060546875, + 0.0248260498046875, + -0.042236328125, + -0.0027523040771484375, + -0.04425048828125, + -0.034393310546875, + 0.0213165283203125, + -0.03277587890625, + -0.0233306884765625, + -0.01427459716796875, + 0.053497314453125, + -0.0164947509765625, + -0.0013828277587890625, + -0.005077362060546875, + 0.03155517578125, + -0.053497314453125, + -0.067138671875, + 0.002513885498046875, + -0.0313720703125, + -0.01377105712890625, + 0.009552001953125, + 0.053070068359375, + -0.002513885498046875, + 0.00015866756439208984, + -0.01708984375, + -0.0171966552734375, + 0.03216552734375, + -0.006988525390625, + 0.01035308837890625, + -0.04705810546875, + 0.0159912109375, + -0.058319091796875, + 0.01155853271484375, + -0.01337432861328125, + -0.0227203369140625, + 0.00424957275390625, + -0.0196075439453125, + 0.01427459716796875, + -0.0313720703125, + -0.044830322265625, + -0.0230255126953125, + 0.01256561279296875, + 0.0186004638671875, + 0.0171966552734375, + 0.0217132568359375, + -0.0237274169921875, + 0.039825439453125, + 0.02935791015625, + -0.015380859375, + 0.03680419921875, + 0.01000213623046875, + 0.0019102096557617188, + 0.016387939453125, + 0.032562255859375, + -0.0177001953125, + -0.0309600830078125, + 0.0404052734375, + 0.022216796875, + 0.0158843994140625, + 0.012969970703125, + -0.052276611328125, + 0.0206146240234375, + -0.039825439453125, + 0.0247344970703125, + -0.0194091796875, + -0.07720947265625, + 0.0034694671630859375, + 0.0177001953125, + 0.0248260498046875, + 0.035797119140625, + 0.032989501953125, + -0.036590576171875, + 0.029754638671875, + 0.005657196044921875, + 0.020111083984375, + 0.0250396728515625, + -0.00502777099609375, + 0.03680419921875, + 0.0241241455078125, + 0.0021610260009765625, + -0.002941131591796875, + 0.060333251953125, + 0.01377105712890625, + -0.0117645263671875, + -0.006259918212890625, + 0.028961181640625, + 0.008392333984375, + -0.042816162109375, + -0.02734375, + -0.045654296875, + 0.019500732421875, + 0.02734375, + 0.006435394287109375, + 0.0004398822784423828, + -0.02081298828125, + -0.0200042724609375, + 0.01337432861328125, + 0.04443359375, + 0.02392578125, + 0.0369873046875, + 0.025543212890625, + 0.0039215087890625, + -0.0189971923828125, + 0.0295562744140625, + -0.0009613037109375, + 0.0233306884765625, + -0.0126190185546875, + 0.0261383056640625, + -0.0217132568359375, + -0.0267486572265625, + 0.0478515625, + 0.049468994140625, + 0.01166534423828125, + 0.003795623779296875, + -0.062744140625, + 0.021514892578125, + -0.0599365234375, + 0.050079345703125, + 0.03277587890625, + 0.006084442138671875, + -0.01081085205078125, + 0.0035190582275390625, + 0.055908203125, + 0.049072265625, + -0.061920166015625, + 0.0038204193115234375, + -0.059112548828125, + 0.00899505615234375, + -0.07037353515625, + -0.035797119140625, + -0.020416259765625, + -0.0615234375, + 0.0506591796875, + -0.030364990234375, + -0.0285491943359375, + 0.01226806640625, + 0.006633758544921875, + -0.0216217041015625, + 0.040618896484375, + -0.01050567626953125, + -0.06353759765625, + 0.0151824951171875, + 0.04443359375, + -0.0017347335815429688, + -0.03216552734375, + -0.014984130859375, + 0.0240325927734375, + 0.0217132568359375, + 0.0347900390625, + 0.0042724609375, + 0.0050506591796875, + 0.0257415771484375, + 0.0111083984375, + 0.01508331298828125, + -0.011260986328125, + 0.006282806396484375, + -0.029754638671875, + 0.014373779296875, + -0.0309600830078125, + -0.0090484619140625, + -0.01558685302734375, + 0.0165863037109375, + -0.01457977294921875, + -0.053070068359375, + -0.0090484619140625, + 0.038818359375, + 0.001407623291015625, + 0.0228271484375, + -0.0241241455078125, + -0.040008544921875, + 0.00027179718017578125, + 0.0087432861328125, + -0.044036865234375, + 0.028350830078125, + 0.034393310546875, + -0.039215087890625, + -0.01508331298828125, + 0.00394439697265625, + -0.0194091796875, + -0.048675537109375, + -0.02362060546875, + -0.00829315185546875, + -0.0083465576171875, + -0.05950927734375, + -0.0347900390625, + -0.01055908203125, + -0.0257415771484375, + 0.018798828125, + -0.0230255126953125, + -0.0093536376953125, + -0.068359375, + -0.05047607421875, + 0.01377105712890625, + -0.02996826171875, + -0.0193023681640625, + -0.022125244140625, + 0.0574951171875, + -0.00260162353515625, + -0.022125244140625, + -0.017486572265625, + -0.01131439208984375, + -0.03338623046875, + 0.028961181640625, + -0.0247344970703125, + 0.00879669189453125, + -0.004070281982421875, + 0.05267333984375, + 0.01357269287109375, + 0.0279541015625, + 0.055084228515625, + 0.04644775390625, + 0.00759124755859375, + -0.0022373199462890625, + 0.01739501953125, + -0.006084442138671875, + 0.0301666259765625, + 0.035980224609375, + -0.0031299591064453125, + -0.0007381439208984375, + -0.023834228515625, + -0.035797119140625, + -0.01085662841796875, + 0.0291595458984375, + 0.031982421875, + 0.034576416015625, + -0.00615692138671875, + 0.0203094482421875, + 0.03680419921875, + -0.0071868896484375, + 0.10174560546875, + -0.0237274169921875, + -0.07843017578125, + 0.035980224609375, + 0.022216796875, + -0.040008544921875, + -0.004573822021484375, + 0.0233306884765625, + 0.018402099609375, + 0.006687164306640625, + 0.0305633544921875, + 0.00502777099609375, + 0.039825439453125, + 0.006008148193359375, + 0.00495147705078125, + -0.0021991729736328125, + -0.0271453857421875, + 0.0250396728515625, + 0.06072998046875, + 0.05126953125, + 0.019195556640625, + 0.048065185546875, + -0.0309600830078125, + -0.021514892578125, + -0.01849365234375, + -0.041412353515625, + -0.00545501708984375, + 0.0438232421875, + 0.0093994140625, + 0.0546875, + -0.05047607421875, + -0.07598876953125, + 0.036407470703125, + -0.0128173828125, + 0.06353759765625, + 0.0285491943359375, + 0.018402099609375, + 0.0023250579833984375, + -0.0172882080078125, + 0.022216796875, + 0.03759765625, + 0.00824737548828125, + 0.012115478515625, + 0.0213165283203125, + 0.0484619140625, + -0.01377105712890625, + -0.052276611328125, + 0.01678466796875, + 0.006534576416015625, + 0.03216552734375, + -0.01201629638671875, + 0.01226806640625, + -0.006633758544921875, + 0.005229949951171875, + -0.03155517578125, + 0.07196044921875, + 0.0295562744140625, + -0.0241241455078125, + 0.0305633544921875, + -0.00980377197265625, + -0.0177001953125, + -0.0450439453125, + 0.007389068603515625, + -0.006031036376953125, + 0.0003535747528076172, + 0.025543212890625, + 0.022125244140625, + -0.042022705078125, + -0.03277587890625, + 0.0084991455078125, + -0.055084228515625, + 0.0175933837890625, + 0.0193023681640625, + -0.033782958984375, + 0.026947021484375, + -0.0216217041015625, + -0.0599365234375, + 0.04986572265625, + -0.0126190185546875, + -0.031768798828125, + 0.002902984619140625, + 0.0347900390625, + -0.0254364013671875, + -0.0271453857421875, + -0.041412353515625, + -0.0271453857421875, + -0.00864410400390625, + -0.03076171875, + 0.048248291015625, + -0.01030731201171875, + -0.0279541015625, + 0.0200042724609375, + 0.05047607421875, + 0.0030536651611328125, + -0.01508331298828125, + 0.038818359375, + -0.0158843994140625, + -0.0301666259765625, + -0.00110626220703125, + 0.0151824951171875, + 0.012969970703125, + -0.0277557373046875, + -0.01226806640625, + -0.010406494140625, + 0.0203094482421875, + 0.007137298583984375, + -0.01708984375, + -0.0574951171875, + -0.028350830078125, + -0.04083251953125, + 0.05670166015625, + -0.0011501312255859375, + 0.046661376953125, + -0.0182037353515625, + -0.0347900390625, + 0.0093536376953125, + -0.043243408203125, + -0.0194091796875, + 0.0005621910095214844, + -0.0231170654296875, + -0.004726409912109375, + 0.08404541015625, + -0.037200927734375, + 0.005706787109375, + 0.004047393798828125, + 0.07843017578125, + -0.0025005340576171875, + -0.0200042724609375, + -0.061126708984375, + 0.03839111328125, + 0.01131439208984375, + -0.053070068359375, + 0.00814056396484375, + -0.004726409912109375, + 0.020111083984375, + 0.048675537109375, + -0.05047607421875, + -0.0216217041015625, + -0.04022216796875, + -0.04766845703125, + -0.01407623291015625, + -0.044647216796875, + -0.02020263671875, + -0.034576416015625, + 0.04443359375, + 0.0587158203125, + 0.013671875, + 0.005603790283203125, + 0.032562255859375, + 0.019500732421875, + 0.03277587890625, + -0.0035190582275390625, + -0.042633056640625, + 0.03741455078125, + -0.061920166015625, + -0.03216552734375, + -0.0234222412109375, + 0.03680419921875, + -0.0196990966796875, + 0.01000213623046875, + 0.00930023193359375, + -0.038604736328125, + 0.042022705078125, + -0.049072265625, + 0.0207061767578125, + -0.0177001953125, + -0.03680419921875, + -0.0233306884765625, + -0.0203094482421875, + 0.0007290840148925781, + 0.0271453857421875, + 0.0001036524772644043, + 0.0220184326171875, + 0.025238037109375, + -0.0404052734375, + 0.0228271484375, + 0.004497528076171875, + -0.00708770751953125, + -0.007038116455078125, + -0.00510406494140625, + 0.0095977783203125, + -0.01427459716796875, + 0.03558349609375, + -0.021514892578125, + -0.058319091796875, + -0.046661376953125, + 0.0267486572265625, + -0.0016841888427734375, + -0.039215087890625, + -0.01558685302734375, + -0.05267333984375, + -0.06475830078125, + -0.01236724853515625, + 0.036590576171875, + 0.0281524658203125, + 0.001049041748046875, + -0.006107330322265625, + -0.0050506591796875, + -0.0295562744140625, + -0.01568603515625, + 0.0175933837890625, + -0.0203094482421875, + 0.006008148193359375, + -0.006435394287109375, + -0.0117645263671875, + 0.04302978515625, + 0.0134735107421875, + 0.0106048583984375, + 0.02996826171875, + 0.0194091796875, + -0.0295562744140625, + 0.01477813720703125, + -0.016082763671875, + -0.021209716796875, + 0.00759124755859375, + -0.004222869873046875, + 0.012664794921875, + 0.00588226318359375, + 0.00452423095703125, + 0.01508331298828125, + 0.018096923828125, + 0.04241943359375, + -0.01849365234375, + -0.0189971923828125, + 0.037811279296875, + -0.018798828125, + 0.050872802734375, + 0.01206207275390625, + -0.04925537109375, + -0.0023250579833984375, + -0.0200042724609375, + 0.029754638671875, + 0.011810302734375, + -0.01477813720703125, + -0.0279541015625, + 0.019195556640625, + 0.07037353515625, + -0.00384521484375, + -0.022918701171875, + 0.012969970703125, + -0.010955810546875, + 0.01508331298828125, + 0.043243408203125, + -0.00844573974609375, + 0.07720947265625, + 0.00949859619140625, + -0.01427459716796875, + 0.0416259765625, + 0.062744140625, + 0.0248260498046875, + -0.026947021484375, + -0.031768798828125, + 0.0175933837890625, + -0.00724029541015625, + -0.03338623046875, + -0.028961181640625, + -0.0010557174682617188, + 0.05792236328125, + -0.08807373046875, + -0.00980377197265625, + 0.00995635986328125, + -0.0093536376953125, + 0.015380859375, + 0.0220184326171875, + -0.022918701171875, + 0.0203094482421875, + 0.01357269287109375, + -0.0028781890869140625, + -0.0220184326171875, + 0.0078887939453125, + 0.00444793701171875, + 0.05792236328125, + 0.045257568359375, + -0.048858642578125, + 0.035400390625, + 0.0005593299865722656, + 0.0243377685546875, + 0.013671875, + 0.0335693359375, + 0.0171966552734375, + 0.031768798828125, + 0.0309600830078125, + 0.06878662109375, + -0.0020236968994140625, + -0.00879669189453125, + 0.005279541015625, + -0.00595855712890625, + 0.04425048828125, + 0.053070068359375, + 0.0128173828125, + -0.00110626220703125, + 0.022216796875, + -0.03741455078125, + -0.011260986328125, + 0.006206512451171875, + -0.040618896484375, + -0.055084228515625, + -0.03619384765625, + 0.0216217041015625, + -0.0313720703125, + 0.053497314453125, + 0.0247344970703125, + -0.03338623046875, + -0.01085662841796875, + 0.0271453857421875, + 0.0095977783203125, + -0.04302978515625, + 0.018798828125, + -0.034393310546875, + -0.02252197265625, + -0.01050567626953125, + -0.0114593505859375, + 0.037811279296875, + 0.01201629638671875, + -0.08526611328125, + -0.01201629638671875, + 0.052276611328125, + -0.0279541015625, + -0.03558349609375, + -0.004550933837890625, + -0.023834228515625, + -0.02935791015625, + -0.059112548828125, + -0.03839111328125, + -0.0209197998046875, + 0.007843017578125, + -0.0250396728515625, + 0.0025005340576171875, + -0.019500732421875, + -0.005428314208984375, + -0.0209197998046875, + -0.026336669921875, + -0.043243408203125, + 0.0301666259765625, + -0.0450439453125, + 0.0295562744140625, + 0.01306915283203125, + 0.019805908203125, + 0.040618896484375, + 0.06475830078125, + -0.01151275634765625, + -0.019500732421875, + -0.0024261474609375, + -0.0723876953125, + -0.00555419921875, + -0.01387786865234375, + 0.01100921630859375, + -0.0271453857421875, + 0.0012311935424804688, + 0.043426513671875, + -0.061126708984375, + -0.0020351409912109375, + -0.01251983642578125, + -0.0248260498046875, + -0.04925537109375, + 0.0017843246459960938, + 0.00844573974609375, + 0.02423095703125, + 0.07080078125, + 0.01050567626953125, + -0.0171966552734375, + -0.00595855712890625, + -0.01528167724609375, + 0.041839599609375, + 0.0271453857421875, + 0.0311737060546875, + -0.02874755859375, + 0.0275421142578125, + 0.021209716796875, + -0.01000213623046875, + 0.021209716796875, + -0.08123779296875, + -0.01739501953125, + 0.0179901123046875, + -0.0030040740966796875, + -0.0128173828125, + -0.02593994140625, + -0.049072265625, + -0.028961181640625, + -0.048675537109375, + 0.001300811767578125, + 0.004398345947265625, + 0.023834228515625, + -0.0347900390625, + -0.01558685302734375, + 0.002185821533203125, + -0.0347900390625, + -0.031982421875, + -0.0382080078125, + 0.0223236083984375, + -0.00965118408203125, + -0.030364990234375, + 0.02996826171875, + 0.002979278564453125, + 0.032379150390625, + 0.041412353515625, + 0.042022705078125, + -0.0243377685546875, + 0.014373779296875, + -0.01035308837890625, + 0.03900146484375, + 0.0224151611328125, + -0.0026760101318359375, + 0.002727508544921875, + 0.0024261474609375, + 0.00510406494140625, + -0.00444793701171875, + 0.050262451171875, + 0.03839111328125, + -0.041015625, + -0.052276611328125, + -0.02191162109375, + -0.01910400390625, + 0.0004930496215820312, + -0.031982421875, + 0.03741455078125, + 0.00623321533203125, + -0.01226806640625, + -0.07196044921875, + 0.047454833984375, + -0.031982421875, + 0.04644775390625, + 0.0369873046875, + -0.0281524658203125, + -0.05389404296875, + -0.05792236328125, + -0.0281524658203125, + 0.026336669921875, + -0.05108642578125, + 0.04022216796875, + 0.0277557373046875, + 0.0114593505859375, + 0.0248260498046875, + -0.017791748046875, + -0.0295562744140625, + 0.00945281982421875, + 0.0102081298828125, + -0.0161895751953125, + 0.054290771484375, + -0.0248260498046875, + 0.035400390625, + -0.021209716796875, + 0.0005373954772949219, + 0.018402099609375, + 0.008544921875, + -0.020416259765625, + 0.00142669677734375, + 0.017486572265625, + 0.0194091796875, + -0.041015625, + -0.00894927978515625, + -0.0305633544921875, + 0.0171966552734375, + -0.0231170654296875, + -0.02593994140625, + -0.0012063980102539062, + 0.0277557373046875, + 0.00970458984375, + -0.0301666259765625, + -0.04425048828125, + -0.06756591796875, + 0.0078887939453125, + -0.006938934326171875, + -0.007640838623046875, + -0.0110626220703125, + 0.0313720703125, + -0.003078460693359375, + -0.0182952880859375, + -0.0012254714965820312, + 0.0144805908203125, + -0.01206207275390625, + -0.035400390625, + 0.0217132568359375, + 0.01427459716796875, + 0.049468994140625, + 0.0216217041015625, + -0.025238037109375, + 0.0699462890625, + 0.00502777099609375, + -0.002437591552734375, + -0.0148773193359375, + -0.0213165283203125, + -0.017791748046875, + -0.004425048828125, + -0.061126708984375, + -0.0478515625, + 0.01171112060546875, + 0.00302886962890625, + 0.0078887939453125, + -0.0291595458984375, + 0.050079345703125, + -0.0203094482421875, + -0.060333251953125, + 0.009552001953125, + -0.003795623779296875, + -0.06634521484375, + 0.0347900390625, + -0.0223236083984375, + 0.046844482421875, + -0.006183624267578125, + 0.03839111328125, + -0.00949859619140625, + 0.07562255859375, + 0.049652099609375, + -0.02593994140625, + 0.0022869110107421875, + 0.001068115234375, + 0.0196075439453125, + 0.03497314453125, + 0.0382080078125, + 0.0168914794921875, + 0.001087188720703125, + 0.004070281982421875, + -0.07318115234375, + -0.0335693359375, + 0.00864410400390625, + -0.02362060546875, + -0.01141357421875, + 0.095703125, + 0.00970458984375, + 0.037200927734375, + 0.0313720703125, + 0.045654296875, + 0.039825439453125, + -0.01206207275390625, + 0.018096923828125, + -0.0723876953125, + -0.02996826171875, + 0.01910400390625, + 0.025238037109375, + -0.067138671875, + 0.022918701171875, + 0.047454833984375, + -0.015380859375, + -0.00894927978515625, + -0.0007352828979492188, + -0.0124664306640625, + 0.0285491943359375, + 0.016387939453125, + 0.022216796875, + -0.0472412109375, + 0.0189971923828125, + 0.01548004150390625, + -0.0162811279296875, + 0.003543853759765625, + 0.00743865966796875, + -0.03399658203125, + 0.041015625, + -0.04302978515625, + 0.008392333984375, + 0.0214080810546875, + 0.0751953125, + 0.00658416748046875, + -0.026336669921875, + 0.0031032562255859375, + 0.0182952880859375, + 0.02593994140625, + -0.019500732421875, + 0.0102081298828125, + 0.01116180419921875, + -0.0309600830078125, + 0.03338623046875, + 0.038818359375, + 0.0182037353515625, + 0.03399658203125, + 0.035797119140625, + -0.0277557373046875, + 0.03741455078125, + -0.018402099609375, + 0.0093536376953125, + -0.0026645660400390625, + -0.010406494140625, + -0.029754638671875, + -0.035400390625, + 0.023834228515625, + 0.039825439453125, + 0.00984954833984375, + 0.004550933837890625, + 0.0100555419921875, + -0.0161895751953125, + -0.0189056396484375, + 0.01085662841796875, + 0.0404052734375, + 0.004299163818359375, + -0.0021610260009765625, + 0.018707275390625, + 0.0039215087890625, + 0.01326751708984375, + -0.030364990234375, + 0.00945281982421875, + -0.02935791015625, + 0.01055908203125, + -0.04083251953125, + -0.0144805908203125, + -0.0092010498046875, + -0.031768798828125, + 0.0013828277587890625, + -0.0382080078125, + 0.02532958984375, + -0.0023250579833984375, + -0.0450439453125, + -0.03900146484375, + 0.05389404296875, + -0.043243408203125, + 0.008544921875, + 0.0179901123046875, + 0.007541656494140625, + -0.0107574462890625, + -0.08685302734375, + 0.062744140625, + 0.0311737060546875, + 0.0382080078125, + -0.01568603515625, + 0.013671875, + 0.0196990966796875, + -0.008544921875, + -0.0012311935424804688, + 0.01236724853515625, + -0.01528167724609375, + 0.07562255859375, + 0.035980224609375, + 0.0106048583984375, + -0.039398193359375, + 0.0254364013671875, + -0.005329132080078125, + -0.039215087890625, + 0.0341796875, + 0.0245361328125, + 0.023529052734375, + -0.0123138427734375, + -0.0241241455078125, + -0.02252197265625, + -0.0667724609375, + 0.067138671875, + 0.0168914794921875, + 0.0014581680297851562, + 0.0186004638671875, + -0.0643310546875, + 0.05047607421875, + 0.0009112358093261719, + 0.042236328125, + -0.035980224609375, + 0.04083251953125, + -0.023834228515625, + 0.0016584396362304688, + -0.0281524658203125, + 0.01739501953125, + -0.0092010498046875, + 0.0237274169921875, + -0.03338623046875, + 0.061920166015625, + 0.0151824951171875, + 0.0309600830078125, + -0.0484619140625, + -0.00658416748046875, + -0.01849365234375, + 0.0025634765625, + 0.037994384765625, + -0.0599365234375, + -0.016693115234375, + -0.017791748046875, + 0.035186767578125, + 0.06915283203125, + 0.015777587890625, + 0.0587158203125, + -0.0059051513671875, + -0.013671875, + -0.01739501953125, + 0.01287078857421875 + ], + "metadata": { + "domains": [ + "incident-response", + "fraud-investigation" + ], + "phases": [ + "analysis" + ], + "tags": [ + "password-recovery", + "gpu-acceleration", + "cracking", + "scenario:credential_theft" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Kali_Linux", + "type": "tool", + "name": "Kali Linux", + "content": "kali linux die legendäre penetration-testing-distribution dient forensikern als schweizer taschenmesser mit 600+ vorinstallierten security-tools. live-boot ermöglicht forensische untersuchungen ohne host-kontamination. forensics-mode deaktiviert auto-mount und netzwerk für saubere akquisition. die tool-kategorien decken alle phasen ab: imaging (dc3dd), carving (foremost), memory-analyse (volatility), netzwerk (wireshark), mobile (adb), krypto (hashcat). metapackages installieren tool-gruppen gezielt. die rolling-release-natur hält alles aktuell. arm-images für raspberry pi und mobile-forensik. nethunter bringt kali aufs smartphone. anpassbare iso-builds für spezialisierte teams. die dokumentation und community sind exzellent. vorsicht: viele tools sind offensiv - klare policies nötig! der standard für incident-response-teams weltweit. gui command-line 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.035980224609375, + 0.01071929931640625, + 0.045166015625, + 0.00982666015625, + 0.0263519287109375, + 0.043914794921875, + 0.0192413330078125, + -0.01244354248046875, + -0.0269775390625, + 0.001483917236328125, + -0.036590576171875, + 0.0294952392578125, + 0.008209228515625, + -0.022064208984375, + -0.055633544921875, + 0.038482666015625, + -0.0179901123046875, + -0.0006766319274902344, + 0.01009368896484375, + 0.0185089111328125, + -0.023529052734375, + -0.020599365234375, + -0.058135986328125, + -0.004261016845703125, + -0.01155853271484375, + -0.007633209228515625, + -0.0328369140625, + -0.08447265625, + -0.0219573974609375, + -0.01348876953125, + -0.00705718994140625, + -0.018096923828125, + 0.00104522705078125, + 0.034515380859375, + -0.015899658203125, + -0.0099334716796875, + 0.007373809814453125, + -0.018402099609375, + -0.0265655517578125, + 0.03240966796875, + -0.01548004150390625, + -0.006900787353515625, + 0.01155853271484375, + -0.00815582275390625, + -0.0357666015625, + -0.01401519775390625, + -0.010772705078125, + -0.01548004150390625, + 0.021331787109375, + -0.0276031494140625, + 0.0203857421875, + 0.022796630859375, + 0.008575439453125, + -0.016937255859375, + -0.051666259765625, + 0.046417236328125, + 0.04559326171875, + -0.0216522216796875, + -0.034088134765625, + 0.055633544921875, + -0.0401611328125, + -0.0217437744140625, + 0.007633209228515625, + -0.0305328369140625, + 0.0148468017578125, + 0.019134521484375, + -0.0207061767578125, + -0.022064208984375, + -0.0061187744140625, + 0.018402099609375, + 0.01207733154296875, + 0.00040030479431152344, + -0.023529052734375, + 0.02667236328125, + -0.00679779052734375, + -0.042877197265625, + 0.0278167724609375, + 0.01934814453125, + 0.0194549560546875, + -0.01129150390625, + -0.033660888671875, + 0.00470733642578125, + 0.034515380859375, + -0.027191162109375, + 0.003948211669921875, + -0.0042877197265625, + 0.0207061767578125, + 0.019134521484375, + -0.005176544189453125, + -0.0218505859375, + 0.0110321044921875, + -0.005306243896484375, + 0.0194549560546875, + -0.01934814453125, + 0.0181884765625, + 0.053955078125, + -0.01568603515625, + -0.0167236328125, + -0.0328369140625, + 0.028656005859375, + 0.0248870849609375, + -0.0175628662109375, + 0.04119873046875, + 0.0016336441040039062, + 0.056060791015625, + -0.049346923828125, + 0.01009368896484375, + -0.01160430908203125, + -0.0240478515625, + -0.02081298828125, + -0.060638427734375, + -0.022796630859375, + -0.02081298828125, + -0.06524658203125, + 0.0013074874877929688, + 0.008941650390625, + -0.019561767578125, + 0.040771484375, + -0.04705810546875, + -0.056060791015625, + 0.028656005859375, + 0.01009368896484375, + -0.00988006591796875, + 0.0026798248291015625, + -0.07696533203125, + -0.03472900390625, + 0.00925445556640625, + 0.0207061767578125, + -0.05291748046875, + -0.0303192138671875, + -0.025299072265625, + -0.034088134765625, + -0.0372314453125, + -0.043701171875, + -0.01464080810546875, + -0.0262451171875, + 0.0430908203125, + -0.00909423828125, + -0.01380157470703125, + 0.01024627685546875, + 0.0204925537109375, + -0.026031494140625, + -0.0677490234375, + 0.01526641845703125, + -0.0229034423828125, + -0.0079498291015625, + -0.00972747802734375, + 0.058563232421875, + -0.01119232177734375, + -0.006744384765625, + 0.00909423828125, + 0.0185089111328125, + 0.05352783203125, + 0.00878143310546875, + 0.01715087890625, + -0.028656005859375, + -0.006534576416015625, + 0.01050567626953125, + 0.018096923828125, + -0.0135955810546875, + -0.01934814453125, + 0.0106658935546875, + -0.01401519775390625, + 0.01165771484375, + -0.01244354248046875, + -0.0223846435546875, + -0.01134490966796875, + -0.01526641845703125, + 0.03765869140625, + 0.004627227783203125, + 0.0179901123046875, + 0.02593994140625, + 0.046844482421875, + 0.048095703125, + 0.0168304443359375, + -0.0013589859008789062, + -0.0175628662109375, + -0.01380157470703125, + 0.03912353515625, + 0.055633544921875, + -0.01641845703125, + -0.0190277099609375, + 0.01328277587890625, + 0.024566650390625, + 0.0204925537109375, + 0.008575439453125, + -0.0328369140625, + -0.013336181640625, + -0.0518798828125, + 0.03179931640625, + -0.0284423828125, + -0.0313720703125, + -0.0007843971252441406, + 0.0269775390625, + -0.0031108856201171875, + 0.046844482421875, + 0.050201416015625, + -0.01082611083984375, + 0.060638427734375, + 0.00232696533203125, + 0.0160980224609375, + 0.01568603515625, + -0.0017518997192382812, + 0.037445068359375, + 0.015899658203125, + 0.01369476318359375, + -0.00679779052734375, + 0.032623291015625, + 0.044952392578125, + -0.01464080810546875, + 0.0094146728515625, + 0.0460205078125, + -0.019561767578125, + -0.0251007080078125, + -0.0201873779296875, + -0.036590576171875, + -0.0015554428100585938, + -0.042022705078125, + -0.00946044921875, + -0.01568603515625, + -0.0187225341796875, + -0.047271728515625, + 0.010040283203125, + 0.04412841796875, + -0.042236328125, + 0.05206298828125, + -0.005252838134765625, + -0.0219573974609375, + -0.01270294189453125, + 0.0292816162109375, + 0.01537322998046875, + 0.0309600830078125, + 0.00588226318359375, + 0.0024566650390625, + 0.000545501708984375, + -0.0236358642578125, + 0.052703857421875, + 0.03680419921875, + 0.028228759765625, + -0.00669097900390625, + -0.0305328369140625, + 0.034912109375, + -0.0357666015625, + 0.03533935546875, + 0.023834228515625, + 0.00936126708984375, + 0.006168365478515625, + -0.0189208984375, + 0.0288543701171875, + 0.051666259765625, + -0.07025146484375, + 0.0013074874877929688, + -0.061492919921875, + -0.0143280029296875, + -0.061065673828125, + -0.0163116455078125, + -0.031158447265625, + -0.0460205078125, + 0.018402099609375, + -0.03240966796875, + -0.03826904296875, + -0.018096923828125, + 0.00679779052734375, + -0.00669097900390625, + 0.04266357421875, + -0.0008692741394042969, + -0.03973388671875, + -0.005908966064453125, + 0.061492919921875, + 0.0038700103759765625, + -0.0207061767578125, + -0.01165771484375, + 0.0177764892578125, + 0.003162384033203125, + 0.00606536865234375, + -0.00569915771484375, + -0.018096923828125, + 0.023529052734375, + 0.0288543701171875, + 0.0307464599609375, + -0.03533935546875, + 0.0343017578125, + 0.007740020751953125, + 0.036590576171875, + -0.034088134765625, + -0.00716400146484375, + 0.01024627685546875, + 0.0036602020263671875, + 0.0086822509765625, + -0.0648193359375, + 0.0160980224609375, + 0.037841796875, + 0.007579803466796875, + 0.0022487640380859375, + -0.002391815185546875, + -0.0677490234375, + 0.0218505859375, + -0.0037384033203125, + 0.016204833984375, + 0.044342041015625, + 0.03240966796875, + -0.0243682861328125, + 0.0132293701171875, + -0.00914764404296875, + 0.002300262451171875, + -0.03533935546875, + -0.045166015625, + -0.019134521484375, + 0.006561279296875, + -0.045166015625, + -0.0232086181640625, + 0.015899658203125, + -0.0119171142578125, + 0.019561767578125, + -0.0130157470703125, + -0.02081298828125, + -0.0313720703125, + -0.0160980224609375, + 0.0246734619140625, + -0.02520751953125, + -0.038909912109375, + -0.01788330078125, + 0.04266357421875, + 0.007740020751953125, + 0.0135955810546875, + -0.01082611083984375, + -0.0086822509765625, + -0.032012939453125, + 0.031158447265625, + -0.01097869873046875, + 0.048309326171875, + -0.0008072853088378906, + 0.0489501953125, + 0.03387451171875, + 0.040374755859375, + 0.01165771484375, + 0.05645751953125, + 0.0328369140625, + -0.01348876953125, + -0.02227783203125, + 0.0018167495727539062, + -0.0038166046142578125, + 0.01197052001953125, + -0.02008056640625, + -0.0229034423828125, + 0.010772705078125, + -0.0170440673828125, + 0.008941650390625, + 0.024261474609375, + 0.01035308837890625, + 0.0299072265625, + -0.0240478515625, + 0.0265655517578125, + 0.050811767578125, + 0.0190277099609375, + 0.0823974609375, + -0.003032684326171875, + -0.06689453125, + -0.0024051666259765625, + 0.017364501953125, + 0.01134490966796875, + 0.01348876953125, + 0.0343017578125, + 0.01306915283203125, + -0.006900787353515625, + 0.03912353515625, + -0.01061248779296875, + 0.032623291015625, + -0.010406494140625, + -0.0006699562072753906, + 0.0290679931640625, + -0.01202392578125, + -0.0017518997192382812, + 0.052703857421875, + 0.042236328125, + -0.0064849853515625, + 0.0262451171875, + -0.0175628662109375, + -0.0003104209899902344, + -0.0247802734375, + -0.0665283203125, + 0.0079498291015625, + 0.034515380859375, + -0.00753021240234375, + 0.048736572265625, + -0.025299072265625, + -0.08740234375, + 0.028228759765625, + -0.04766845703125, + 0.061920166015625, + 0.0172576904296875, + 0.01380157470703125, + 0.05938720703125, + -0.0211181640625, + 0.0033721923828125, + 0.0251007080078125, + 0.007213592529296875, + 0.0234222412109375, + 0.034088134765625, + 0.03326416015625, + 0.0099334716796875, + -0.024566650390625, + 0.004390716552734375, + 0.032012939453125, + 0.0218505859375, + -0.003582000732421875, + 0.0088348388671875, + 0.00988006591796875, + 0.00037741661071777344, + -0.0518798828125, + 0.0445556640625, + 0.027191162109375, + -0.01092529296875, + 0.00029087066650390625, + -0.028228759765625, + -0.002666473388671875, + -0.053955078125, + 0.00988006591796875, + -0.00753021240234375, + -0.01071929931640625, + 0.0126495361328125, + 0.02520751953125, + -0.050201416015625, + -0.0160980224609375, + 0.046630859375, + -0.07781982421875, + 0.0303192138671875, + 0.004730224609375, + -0.024993896484375, + -0.007579803466796875, + -0.0197601318359375, + -0.048736572265625, + -0.01155853271484375, + -0.01108551025390625, + -0.0328369140625, + 0.0095672607421875, + 0.01526641845703125, + -0.048095703125, + -0.034088134765625, + -0.024993896484375, + -0.01181793212890625, + -0.02374267578125, + -0.0034236907958984375, + 0.0328369140625, + 0.00836181640625, + 0.005306243896484375, + 0.019866943359375, + 0.034912109375, + -0.0009541511535644531, + -0.0269775390625, + 0.046630859375, + -0.006378173828125, + -0.0313720703125, + 0.00669097900390625, + -0.00214385986328125, + 0.01097869873046875, + -0.01548004150390625, + -0.00742340087890625, + 0.004131317138671875, + 0.049346923828125, + 0.0236358642578125, + 0.00742340087890625, + -0.03326416015625, + -0.0246734619140625, + -0.056884765625, + 0.034515380859375, + -0.0216522216796875, + 0.058135986328125, + 0.0048370361328125, + -0.061065673828125, + 0.042236328125, + -0.03472900390625, + -0.0239410400390625, + -0.00946044921875, + -0.0141143798828125, + -0.007266998291015625, + 0.055206298828125, + -0.0223846435546875, + -0.007373809814453125, + -0.03765869140625, + 0.03765869140625, + -0.00035119056701660156, + -0.00551605224609375, + -0.031158447265625, + 0.0303192138671875, + 0.038909912109375, + -0.06817626953125, + 0.01312255859375, + -0.0177764892578125, + -0.0219573974609375, + 0.03912353515625, + -0.040771484375, + -0.0035552978515625, + 0.01548004150390625, + -0.08367919921875, + -0.02081298828125, + -0.0386962890625, + -0.0313720703125, + -0.0239410400390625, + 0.018829345703125, + 0.042449951171875, + -0.00145721435546875, + 0.032623291015625, + -0.00009310245513916016, + 0.00815582275390625, + 0.0079498291015625, + -0.0033721923828125, + -0.0160980224609375, + 0.015899658203125, + -0.04266357421875, + -0.062744140625, + -0.0160064697265625, + 0.032623291015625, + -0.0248870849609375, + -0.0160064697265625, + 0.00716400146484375, + -0.0117645263671875, + 0.04119873046875, + -0.0292816162109375, + 0.004390716552734375, + -0.019866943359375, + -0.023529052734375, + -0.031158447265625, + -0.032012939453125, + 0.00669097900390625, + 0.037445068359375, + -0.001575469970703125, + 0.01155853271484375, + 0.0214385986328125, + -0.0518798828125, + 0.04412841796875, + 0.0212249755859375, + 0.02154541015625, + 0.0083160400390625, + -0.0003056526184082031, + -0.02227783203125, + -0.0083160400390625, + 0.0290679931640625, + -0.021331787109375, + -0.032196044921875, + -0.07904052734375, + 0.0209197998046875, + -0.003345489501953125, + -0.0021572113037109375, + -0.0263519287109375, + -0.0328369140625, + -0.08660888671875, + -0.0113983154296875, + 0.023529052734375, + -0.00914764404296875, + -0.002079010009765625, + -0.0299072265625, + -0.0307464599609375, + -0.00168609619140625, + -0.029693603515625, + 0.0278167724609375, + -0.0197601318359375, + 0.026458740234375, + 0.01145172119140625, + -0.047882080078125, + 0.02667236328125, + 0.038055419921875, + 0.034515380859375, + 0.01055908203125, + 0.0309600830078125, + -0.0255126953125, + 0.037841796875, + -0.006168365478515625, + -0.0017518997192382812, + 0.00104522705078125, + -0.0226898193359375, + 0.032623291015625, + -0.007007598876953125, + -0.01495361328125, + 0.00196075439453125, + 0.00002962350845336914, + 0.046234130859375, + -0.007843017578125, + -0.016204833984375, + 0.0280303955078125, + 0.0021572113037109375, + 0.046234130859375, + -0.0309600830078125, + -0.043304443359375, + 0.01197052001953125, + -0.0024318695068359375, + 0.0460205078125, + 0.02374267578125, + -0.0280303955078125, + -0.02154541015625, + 0.038909912109375, + 0.048736572265625, + -0.0269775390625, + -0.0148468017578125, + -0.045379638671875, + 0.00836181640625, + 0.030120849609375, + 0.06317138671875, + 0.0207061767578125, + 0.0941162109375, + 0.00836181640625, + -0.01181793212890625, + 0.032012939453125, + 0.08282470703125, + 0.0247802734375, + -0.03179931640625, + -0.039520263671875, + 0.0199737548828125, + 0.0133819580078125, + -0.040374755859375, + -0.026458740234375, + 0.006011962890625, + 0.09619140625, + -0.071533203125, + -0.002079010009765625, + -0.007740020751953125, + -0.0241546630859375, + 0.0204925537109375, + 0.01255035400390625, + -0.0218505859375, + 0.0299072265625, + 0.0211181640625, + -0.033050537109375, + -0.03240966796875, + -0.00679779052734375, + 0.00878143310546875, + 0.08111572265625, + 0.02593994140625, + -0.0036334991455078125, + 0.031585693359375, + 0.024993896484375, + 0.0276031494140625, + 0.02667236328125, + 0.034088134765625, + 0.0225830078125, + 0.0179901123046875, + 0.025726318359375, + 0.041839599609375, + -0.01348876953125, + -0.0130157470703125, + 0.010040283203125, + 0.00551605224609375, + 0.06689453125, + 0.046630859375, + 0.007320404052734375, + 0.0036602020263671875, + -0.0386962890625, + -0.039947509765625, + 0.0236358642578125, + 0.006275177001953125, + -0.004207611083984375, + -0.049774169921875, + -0.045166015625, + 0.0226898193359375, + -0.02374267578125, + 0.045166015625, + 0.0182952880859375, + -0.037017822265625, + -0.004444122314453125, + 0.0243682861328125, + -0.0155792236328125, + -0.035980224609375, + -0.00778961181640625, + -0.0256195068359375, + -0.0288543701171875, + -0.0401611328125, + -0.02301025390625, + 0.040985107421875, + 0.00205230712890625, + -0.04766845703125, + -0.035552978515625, + 0.0269775390625, + -0.03619384765625, + -0.02667236328125, + -0.034515380859375, + 0.003215789794921875, + -0.051025390625, + -0.0706787109375, + -0.04852294921875, + -0.036376953125, + 0.00643157958984375, + -0.02520751953125, + 0.01233673095703125, + -0.0313720703125, + -0.0168304443359375, + -0.018829345703125, + -0.0175628662109375, + -0.0255126953125, + 0.02227783203125, + -0.032012939453125, + 0.0294952392578125, + -0.0023651123046875, + 0.045166015625, + 0.031585693359375, + 0.0648193359375, + -0.0135955810546875, + -0.016937255859375, + 0.0003056526184082031, + -0.055206298828125, + 0.006168365478515625, + -0.0081024169921875, + 0.0037899017333984375, + -0.0706787109375, + -0.004913330078125, + 0.054779052734375, + -0.07989501953125, + 0.034912109375, + 0.00470733642578125, + -0.0167236328125, + -0.040374755859375, + -0.00804901123046875, + 0.0189208984375, + -0.00010865926742553711, + 0.0982666015625, + 0.0090484619140625, + 0.0135955810546875, + 0.024993896484375, + -0.03912353515625, + 0.053955078125, + 0.035552978515625, + 0.0236358642578125, + -0.051666259765625, + 0.017364501953125, + 0.0232086181640625, + -0.01328277587890625, + 0.03387451171875, + -0.06982421875, + -0.005252838134765625, + 0.0167236328125, + 0.016937255859375, + -0.024566650390625, + -0.004261016845703125, + -0.058135986328125, + -0.007843017578125, + -0.033447265625, + 0.0212249755859375, + -0.00789642333984375, + 0.0113983154296875, + -0.0401611328125, + -0.0232086181640625, + -0.0148468017578125, + -0.048095703125, + -0.033660888671875, + -0.01526641845703125, + 0.03619384765625, + 0.0059356689453125, + -0.056060791015625, + 0.032012939453125, + 0.0007419586181640625, + 0.01244354248046875, + 0.00936126708984375, + 0.0665283203125, + -0.04705810546875, + 0.0307464599609375, + -0.0034236907958984375, + 0.06024169921875, + -0.026458740234375, + 0.01197052001953125, + 0.005229949951171875, + 0.0192413330078125, + 0.03680419921875, + -0.034515380859375, + 0.038055419921875, + 0.0233154296875, + -0.036376953125, + -0.07110595703125, + -0.044952392578125, + -0.0234222412109375, + 0.041412353515625, + 0.006744384765625, + 0.0175628662109375, + -0.023529052734375, + -0.0167236328125, + -0.08489990234375, + 0.037445068359375, + -0.033660888671875, + 0.0155792236328125, + 0.00800323486328125, + 0.009674072265625, + -0.0723876953125, + -0.031158447265625, + -0.0010128021240234375, + 0.0185089111328125, + -0.042449951171875, + 0.00925445556640625, + -0.00315093994140625, + 0.00669097900390625, + 0.0005064010620117188, + -0.0273895263671875, + 0.00632476806640625, + 0.040985107421875, + 0.0278167724609375, + -0.0203857421875, + 0.06439208984375, + -0.036590576171875, + 0.022796630859375, + -0.0025348663330078125, + -0.0165252685546875, + -0.0133819580078125, + -0.007476806640625, + -0.034515380859375, + 0.019866943359375, + 0.01515960693359375, + 0.048736572265625, + -0.0284423828125, + -0.005252838134765625, + -0.010772705078125, + 0.01071929931640625, + 0.024566650390625, + -0.0280303955078125, + -0.0106658935546875, + -0.0097808837890625, + -0.0094146728515625, + -0.007843017578125, + -0.058990478515625, + -0.0853271484375, + 0.0018434524536132812, + -0.02227783203125, + -0.01255035400390625, + -0.0014963150024414062, + 0.0299072265625, + 0.01207733154296875, + -0.0284423828125, + 0.045379638671875, + -0.00423431396484375, + -0.005046844482421875, + -0.03387451171875, + 0.0299072265625, + -0.0170440673828125, + 0.056884765625, + -0.00305938720703125, + -0.046630859375, + 0.03619384765625, + -0.00753021240234375, + -0.0155792236328125, + -0.0029277801513671875, + 0.0009083747863769531, + -0.01306915283203125, + 0.0027313232421875, + -0.06732177734375, + -0.0258331298828125, + 0.006954193115234375, + 0.049346923828125, + 0.034515380859375, + -0.016204833984375, + 0.055633544921875, + 0.0170440673828125, + -0.061492919921875, + 0.005985260009765625, + -0.028228759765625, + -0.0263519287109375, + -0.00661468505859375, + -0.0016078948974609375, + 0.00569915771484375, + 0.02008056640625, + 0.0518798828125, + 0.0357666015625, + 0.031585693359375, + 0.03326416015625, + -0.037017822265625, + 0.00324249267578125, + -0.01453399658203125, + 0.038055419921875, + 0.0128631591796875, + 0.01233673095703125, + -0.00925445556640625, + 0.009307861328125, + 0.01197052001953125, + -0.0782470703125, + -0.0256195068359375, + -0.0430908203125, + -0.0706787109375, + -0.01071929931640625, + 0.08367919921875, + 0.0263519287109375, + -0.013336181640625, + 0.0386962890625, + 0.03912353515625, + 0.02301025390625, + -0.00397491455078125, + -0.01024627685546875, + -0.0677490234375, + -0.00324249267578125, + 0.00753021240234375, + 0.0084686279296875, + -0.0635986328125, + 0.051239013671875, + 0.06982421875, + -0.0255126953125, + -0.00925445556640625, + -0.00018787384033203125, + -0.003894805908203125, + 0.037017822265625, + 0.002262115478515625, + 0.00988006591796875, + -0.07318115234375, + 0.00588226318359375, + 0.027191162109375, + 0.0041046142578125, + -0.0024051666259765625, + -0.036590576171875, + -0.0017910003662109375, + 0.017364501953125, + -0.074462890625, + -0.01453399658203125, + 0.026458740234375, + 0.0782470703125, + 0.022064208984375, + -0.02081298828125, + -0.0160064697265625, + 0.0305328369140625, + 0.00872802734375, + -0.033447265625, + 0.027191162109375, + 0.0216522216796875, + -0.0210113525390625, + 0.028228759765625, + 0.039947509765625, + -0.0055694580078125, + 0.049774169921875, + 0.0214385986328125, + -0.0723876953125, + 0.0218505859375, + -0.028656005859375, + 0.01515960693359375, + 0.0036334991455078125, + -0.0303192138671875, + -0.0313720703125, + -0.03973388671875, + 0.043701171875, + 0.00650787353515625, + 0.045806884765625, + 0.0280303955078125, + -0.0020904541015625, + -0.01380157470703125, + -0.005908966064453125, + 0.0143280029296875, + 0.05731201171875, + 0.0288543701171875, + 0.02227783203125, + 0.033447265625, + 0.0036602020263671875, + -0.0006175041198730469, + -0.03326416015625, + 0.037841796875, + -0.0203857421875, + -0.01207733154296875, + -0.05352783203125, + -0.01788330078125, + 0.0022220611572265625, + -0.024261474609375, + -0.007843017578125, + -0.032012939453125, + -0.0128631591796875, + -0.00232696533203125, + -0.04998779296875, + -0.018402099609375, + 0.043487548828125, + -0.02447509765625, + 0.0014314651489257812, + 0.024261474609375, + -0.0016078948974609375, + 0.003582000732421875, + -0.053131103515625, + 0.032196044921875, + 0.0233154296875, + 0.0303192138671875, + -0.0011434555053710938, + -0.01171112060546875, + 0.024566650390625, + -0.0203857421875, + 0.0025482177734375, + 0.004444122314453125, + -0.0328369140625, + 0.054779052734375, + 0.046417236328125, + 0.0181884765625, + -0.0276031494140625, + 0.0143280029296875, + 0.01108551025390625, + -0.0276031494140625, + 0.043701171875, + 0.037017822265625, + 0.0262451171875, + -0.000682830810546875, + -0.01348876953125, + -0.0280303955078125, + -0.06317138671875, + 0.0665283203125, + 0.040374755859375, + 0.0273895263671875, + 0.040557861328125, + -0.048736572265625, + 0.0416259765625, + -0.0010004043579101562, + 0.03472900390625, + -0.05352783203125, + 0.058135986328125, + -0.005306243896484375, + -0.005306243896484375, + -0.0006566047668457031, + 0.005176544189453125, + -0.01641845703125, + 0.0256195068359375, + -0.03912353515625, + 0.051025390625, + 0.0309600830078125, + -0.03912353515625, + -0.061065673828125, + -0.01171112060546875, + 0.006404876708984375, + -0.0041046142578125, + 0.039947509765625, + -0.044952392578125, + 0.00441741943359375, + -0.004207611083984375, + 0.0143280029296875, + 0.08197021484375, + -0.022064208984375, + 0.02154541015625, + -0.005855560302734375, + -0.006954193115234375, + -0.00223541259765625, + 0.003765106201171875 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis", + "fraud-investigation", + "network-forensics", + "mobile-forensics", + "cloud-forensics", + "ics-forensics" + ], + "phases": [], + "tags": [ + "gui", + "command-line", + "cross-platform", + "live-acquisition", + "write-blocker", + "opensource", + "forensics-mode", + "tool-collection", + "arm-support", + "nethunter", + "custom-builds", + "rolling-release" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_SIFT_Workstation", + "type": "tool", + "name": "SIFT Workstation", + "content": "sift workstation sans investigative forensic toolkit vereint über 500 open-source-tools in einer kuratierten ubuntu-distribution. rob lees vision einer kostenlosen alternative zu kommerziellen suiten wurde realität. vorinstalliert und konfiguriert: autopsy, volatility, plaso, registry-tools, timeline-analyzer. die dfir-menüstruktur gruppiert tools nach untersuchungsphasen. besonders wertvoll: vorkonfigurierte python-umgebungen, aktualisierte tool-versionen, integrierte dokumentation. remnux-integration für malware-analyse. die vm kann als appliance oder wsl2 laufen. regelmäßige updates durch sans- community. die mitgelieferten cheat-sheets beschleunigen einarbeitung. mount-image-pro automatisiert evidence-mounting. sift-cli verwaltet updates. die kostenlosen workbooks führen durch typische untersuchungen. performance optimiert für forensik-workloads. die alternative wenn budget für kommerzielle tools fehlt. gui command-line 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.01529693603515625, + 0.043701171875, + 0.04071044921875, + -0.0224456787109375, + 0.033172607421875, + 0.0173797607421875, + 0.0006084442138671875, + -0.00439453125, + -0.0298004150390625, + -0.00263214111328125, + -0.02264404296875, + 0.045867919921875, + 0.002544403076171875, + -0.0007758140563964844, + -0.055206298828125, + 0.0192718505859375, + 0.014801025390625, + 0.01409912109375, + 0.01197052001953125, + 0.011871337890625, + -0.03912353515625, + -0.03277587890625, + -0.040924072265625, + 0.00243377685546875, + 0.0135040283203125, + -0.001346588134765625, + -0.0234375, + -0.0845947265625, + -0.00958251953125, + -0.0091400146484375, + 0.002109527587890625, + -0.0201568603515625, + 0.0027179718017578125, + 0.04229736328125, + 0.00923919677734375, + -0.0016508102416992188, + -0.0038242340087890625, + -0.037139892578125, + -0.0247344970703125, + 0.0216522216796875, + -0.01360321044921875, + 0.00794219970703125, + 0.01678466796875, + 0.0060577392578125, + -0.00011014938354492188, + -0.038726806640625, + 0.01280975341796875, + -0.0191650390625, + 0.0279998779296875, + -0.03594970703125, + 0.04229736328125, + 0.034759521484375, + -0.0170745849609375, + -0.0158843994140625, + -0.04150390625, + 0.0200653076171875, + 0.0162811279296875, + -0.01146697998046875, + -0.051239013671875, + 0.028594970703125, + -0.038330078125, + -0.0221405029296875, + -0.032958984375, + -0.01568603515625, + 0.0021724700927734375, + 0.00908660888671875, + 0.01490020751953125, + -0.02740478515625, + 0.005985260009765625, + 0.00024211406707763672, + -0.00833892822265625, + -0.01087188720703125, + -0.02899169921875, + 0.0232391357421875, + -0.03973388671875, + -0.04052734375, + 0.0057830810546875, + 0.0149993896484375, + 0.0247344970703125, + 0.00963592529296875, + -0.04986572265625, + 0.0208587646484375, + 0.044097900390625, + -0.0189666748046875, + -0.00829315185546875, + -0.00457000732421875, + 0.0115203857421875, + 0.0010862350463867188, + -0.005512237548828125, + -0.010772705078125, + 0.0252227783203125, + -0.0139007568359375, + 0.0027313232421875, + -0.02740478515625, + 0.054412841796875, + 0.04071044921875, + -0.00730133056640625, + -0.026611328125, + -0.0120697021484375, + 0.037750244140625, + 0.0201568603515625, + -0.04449462890625, + 0.0305938720703125, + -0.014495849609375, + 0.0301971435546875, + -0.051239013671875, + 0.016387939453125, + -0.017974853515625, + -0.0015583038330078125, + -0.01439666748046875, + -0.09375, + -0.03277587890625, + -0.01146697998046875, + -0.06988525390625, + -0.015594482421875, + 0.016876220703125, + -0.00730133056640625, + 0.025421142578125, + -0.04449462890625, + -0.051239013671875, + 0.02374267578125, + 0.022735595703125, + -0.001850128173828125, + 0.007843017578125, + -0.04986572265625, + -0.04925537109375, + 0.004119873046875, + 0.0229339599609375, + -0.03814697265625, + -0.00958251953125, + -0.020751953125, + -0.0220489501953125, + -0.031768798828125, + -0.0192718505859375, + -0.00829315185546875, + -0.029998779296875, + 0.02581787109375, + 0.0103302001953125, + -0.00675201416015625, + 0.00868988037109375, + 0.032958984375, + -0.01380157470703125, + -0.04827880859375, + -0.0089874267578125, + -0.041717529296875, + -0.0188751220703125, + -0.0164794921875, + 0.052825927734375, + -0.02374267578125, + 0.002582550048828125, + 0.00714874267578125, + 0.0158843994140625, + 0.02264404296875, + 0.004119873046875, + 0.013702392578125, + -0.037750244140625, + 0.00370025634765625, + -0.006702423095703125, + 0.045074462890625, + -0.00823974609375, + 0.003749847412109375, + 0.0035991668701171875, + 0.00296783447265625, + 0.00904083251953125, + -0.00316619873046875, + -0.03753662109375, + -0.01519775390625, + 0.0218505859375, + 0.0252227783203125, + 0.00215911865234375, + 0.045684814453125, + 0.01027679443359375, + 0.0283966064453125, + 0.060394287109375, + 0.006999969482421875, + 0.021453857421875, + -0.00963592529296875, + -0.00516510009765625, + 0.04132080078125, + 0.044891357421875, + -0.017181396484375, + -0.01947021484375, + 0.032379150390625, + 0.00302886962890625, + 0.0024204254150390625, + 0.0173797607421875, + -0.0313720703125, + -0.029998779296875, + -0.032562255859375, + 0.0268096923828125, + -0.03814697265625, + -0.0153961181640625, + -0.016082763671875, + 0.00873565673828125, + 0.0158843994140625, + 0.058807373046875, + 0.003276824951171875, + -0.00823974609375, + 0.019866943359375, + -0.0057830810546875, + 0.004917144775390625, + 0.03515625, + 0.007598876953125, + 0.023345947265625, + 0.003971099853515625, + 0.0204620361328125, + 0.009979248046875, + 0.045867919921875, + 0.00730133056640625, + -0.029205322265625, + -0.0135040283203125, + 0.077880859375, + -0.042510986328125, + -0.0276031494140625, + -0.0357666015625, + -0.035369873046875, + 0.01102447509765625, + -0.00603485107421875, + -0.0146026611328125, + -0.00714874267578125, + -0.002346038818359375, + -0.04986572265625, + -0.0014333724975585938, + 0.0247344970703125, + 0.01201629638671875, + 0.032562255859375, + 0.00958251953125, + -0.01146697998046875, + -0.029998779296875, + 0.031585693359375, + 0.01519775390625, + 0.04229736328125, + 0.0157928466796875, + -0.0009927749633789062, + -0.0309906005859375, + -0.027801513671875, + 0.039520263671875, + 0.0196685791015625, + 0.00904083251953125, + 0.00799560546875, + -0.006183624267578125, + 0.0260162353515625, + -0.0097808837890625, + 0.053619384765625, + 0.041717529296875, + -0.017974853515625, + -0.006603240966796875, + 0.01490020751953125, + 0.0013589859008789062, + 0.034942626953125, + -0.0579833984375, + -0.0116729736328125, + -0.08062744140625, + 0.0191650390625, + -0.059600830078125, + -0.0229339599609375, + -0.00823974609375, + -0.040130615234375, + 0.052032470703125, + -0.0294036865234375, + -0.029205322265625, + 0.01399993896484375, + 0.035552978515625, + 0.0059356689453125, + 0.03912353515625, + 0.005462646484375, + -0.0188751220703125, + -0.005313873291015625, + 0.05718994140625, + -0.00928497314453125, + -0.033966064453125, + -0.00928497314453125, + 0.005138397216796875, + -0.0276031494140625, + 0.018280029296875, + -0.00923919677734375, + 0.010772705078125, + 0.0204620361328125, + 0.028594970703125, + 0.0252227783203125, + -0.003376007080078125, + 0.005985260009765625, + 0.01470184326171875, + 0.050262451171875, + -0.033172607421875, + -0.0005774497985839844, + -0.0225372314453125, + 0.002483367919921875, + -0.0212554931640625, + -0.07586669921875, + 0.00829315185546875, + 0.040313720703125, + 0.01340484619140625, + 0.005512237548828125, + 0.0303955078125, + -0.04290771484375, + -0.009979248046875, + -0.0225372314453125, + 0.0305938720703125, + 0.0095367431640625, + 0.0279998779296875, + -0.01409912109375, + 0.00730133056640625, + -0.0091400146484375, + 0.0146026611328125, + -0.023040771484375, + -0.045684814453125, + -0.02264404296875, + -0.01027679443359375, + -0.033355712890625, + -0.023345947265625, + 0.0303955078125, + -0.02581787109375, + 0.01340484619140625, + -0.00983428955078125, + -0.005908966064453125, + -0.0146026611328125, + -0.052032470703125, + 0.007450103759765625, + -0.0224456787109375, + -0.044677734375, + 0.007198333740234375, + 0.04669189453125, + 0.00958251953125, + -0.0028171539306640625, + -0.02899169921875, + -0.021942138671875, + -0.03814697265625, + 0.0038738250732421875, + -0.003276824951171875, + 0.032958984375, + -0.0095367431640625, + 0.03973388671875, + 0.0181732177734375, + 0.0294036865234375, + 0.01236724853515625, + 0.0643310546875, + 0.02374267578125, + -0.023040771484375, + -0.01047515869140625, + 0.0087890625, + 0.005313873291015625, + -0.005859375, + -0.0305938720703125, + -0.01241302490234375, + -0.00794219970703125, + -0.0085906982421875, + 0.004344940185546875, + 0.0139007568359375, + 0.02960205078125, + 0.031768798828125, + -0.046478271484375, + -0.0024089813232421875, + 0.062744140625, + 0.00853729248046875, + 0.1080322265625, + -0.0169830322265625, + -0.055999755859375, + 0.014495849609375, + 0.0298004150390625, + 0.0008687973022460938, + -0.0028171539306640625, + 0.02740478515625, + 0.00849151611328125, + 0.0028171539306640625, + 0.041717529296875, + -0.027008056640625, + 0.02581787109375, + -0.01280975341796875, + 0.0023593902587890625, + 0.034942626953125, + 0.0010547637939453125, + 0.031585693359375, + 0.043701171875, + 0.031768798828125, + 0.00283050537109375, + 0.043304443359375, + -0.0197601318359375, + -0.033355712890625, + -0.033966064453125, + -0.08380126953125, + 0.01409912109375, + 0.021453857421875, + 0.00928497314453125, + 0.028594970703125, + -0.0133056640625, + -0.05242919921875, + 0.0247344970703125, + -0.0357666015625, + 0.031768798828125, + 0.03973388671875, + 0.029205322265625, + 0.0196685791015625, + -0.02374267578125, + 0.034942626953125, + 0.03656005859375, + 0.00402069091796875, + 0.039520263671875, + 0.0298004150390625, + 0.036163330078125, + 0.01529693603515625, + -0.033172607421875, + 0.03216552734375, + 0.04608154296875, + 0.00176239013671875, + 0.026214599609375, + 0.00421905517578125, + 0.0184783935546875, + 0.0232391357421875, + -0.0287933349609375, + 0.0298004150390625, + 0.038543701171875, + -0.002445220947265625, + -0.0223388671875, + 0.00263214111328125, + 0.0003771781921386719, + -0.06512451171875, + -0.00809478759765625, + -0.01529693603515625, + 0.00615692138671875, + 0.00888824462890625, + 0.022247314453125, + -0.07391357421875, + 0.0019245147705078125, + 0.029205322265625, + -0.08026123046875, + 0.006008148193359375, + 0.034759521484375, + 0.004119873046875, + 0.0186767578125, + -0.0208587646484375, + -0.047882080078125, + 0.0197601318359375, + -0.02423095703125, + -0.044281005859375, + 0.027801513671875, + 0.0159912109375, + -0.0548095703125, + -0.01727294921875, + -0.023834228515625, + -0.0250244140625, + -0.0223388671875, + -0.01221466064453125, + 0.033355712890625, + 0.01226806640625, + -0.00814056396484375, + 0.0224456787109375, + 0.033355712890625, + -0.035552978515625, + -0.0264129638671875, + 0.038543701171875, + -0.045684814453125, + -0.036346435546875, + 0.0252227783203125, + -0.0022602081298828125, + 0.020660400390625, + -0.029205322265625, + -0.02374267578125, + 0.0008006095886230469, + 0.01062774658203125, + 0.01568603515625, + 0.0256195068359375, + -0.039520263671875, + -0.031585693359375, + -0.0462646484375, + 0.0357666015625, + 0.0036754608154296875, + 0.041900634765625, + 0.00269317626953125, + -0.0718994140625, + 0.045074462890625, + -0.060791015625, + -0.028594970703125, + 0.00044989585876464844, + 0.0229339599609375, + -0.0139007568359375, + 0.05841064453125, + -0.01568603515625, + -0.023834228515625, + -0.03436279296875, + 0.045867919921875, + -0.0020351409912109375, + 0.01007843017578125, + -0.044097900390625, + 0.0256195068359375, + 0.037139892578125, + -0.04290771484375, + -0.02899169921875, + -0.0162811279296875, + -0.031585693359375, + 0.047882080078125, + -0.06317138671875, + 0.004146575927734375, + 0.0208587646484375, + -0.0655517578125, + -0.0022716522216796875, + -0.03515625, + -0.02313232421875, + -0.052032470703125, + 0.02423095703125, + 0.0037994384765625, + -0.011871337890625, + 0.0303955078125, + 0.0035247802734375, + -0.005138397216796875, + 0.0164794921875, + -0.0005960464477539062, + -0.0234375, + 0.02740478515625, + -0.048858642578125, + -0.043487548828125, + -0.004543304443359375, + 0.045074462890625, + -0.038726806640625, + 0.0097808837890625, + -0.007049560546875, + -0.0264129638671875, + 0.045684814453125, + -0.049468994140625, + 0.004047393798828125, + -0.0283966064453125, + -0.0234375, + -0.00884246826171875, + -0.01409912109375, + 0.01470184326171875, + 0.029205322265625, + -0.0158843994140625, + 0.0204620361328125, + 0.03594970703125, + -0.0643310546875, + 0.029205322265625, + 0.0248260498046875, + 0.01490020751953125, + -0.0053863525390625, + 0.01549530029296875, + -0.01409912109375, + -0.004367828369140625, + 0.01549530029296875, + -0.03216552734375, + -0.021453857421875, + -0.08062744140625, + 0.01788330078125, + -0.00302886962890625, + 0.00489044189453125, + -0.00518798828125, + -0.0212554931640625, + -0.050262451171875, + -0.0272064208984375, + 0.03973388671875, + 0.0158843994140625, + -0.01142120361328125, + -0.03973388671875, + -0.01007843017578125, + 0.004741668701171875, + -0.0301971435546875, + 0.0345458984375, + -0.00506591796875, + 0.00675201416015625, + -0.004268646240234375, + -0.056793212890625, + 0.0173797607421875, + 0.027801513671875, + 0.036956787109375, + 0.01126861572265625, + 0.0149993896484375, + -0.0256195068359375, + 0.007843017578125, + -0.01340484619140625, + 0.001949310302734375, + -0.0068511962890625, + 0.0018625259399414062, + 0.03814697265625, + -0.0228424072265625, + 0.0133056640625, + -0.015594482421875, + -0.0037746429443359375, + 0.00730133056640625, + 0.01122283935546875, + -0.04071044921875, + 0.0201568603515625, + -0.006603240966796875, + 0.06988525390625, + -0.039520263671875, + -0.027801513671875, + -0.002147674560546875, + 0.01947021484375, + 0.0243377685546875, + 0.04547119140625, + -0.01102447509765625, + -0.033172607421875, + 0.014801025390625, + 0.0399169921875, + -0.0127105712890625, + -0.0204620361328125, + -0.04071044921875, + 0.000766754150390625, + 0.035552978515625, + 0.048065185546875, + 0.01146697998046875, + 0.10565185546875, + 0.006504058837890625, + 0.00409698486328125, + 0.034942626953125, + 0.053619384765625, + 0.03216552734375, + -0.03375244140625, + -0.050445556640625, + -0.0010671615600585938, + 0.0072479248046875, + -0.0205535888671875, + -0.03216552734375, + -0.0186767578125, + 0.0810546875, + -0.07745361328125, + -0.01490020751953125, + 0.00013494491577148438, + -0.0234375, + 0.01529693603515625, + -0.0006580352783203125, + -0.0064544677734375, + 0.0162811279296875, + -0.01082611083984375, + -0.0430908203125, + 0.01122283935546875, + -0.0056610107421875, + 0.028594970703125, + 0.06158447265625, + 0.0220489501953125, + 0.01419830322265625, + 0.0213470458984375, + 0.00223541259765625, + 0.03594970703125, + 0.0283966064453125, + 0.0205535888671875, + 0.02532958984375, + 0.0099334716796875, + 0.0228424072265625, + 0.0430908203125, + -0.0345458984375, + -0.027008056640625, + 0.0103302001953125, + 0.042510986328125, + 0.05322265625, + 0.0548095703125, + -0.0200653076171875, + 0.0166778564453125, + -0.0164794921875, + -0.024932861328125, + 0.0142974853515625, + -0.0077972412109375, + -0.0017995834350585938, + -0.048065185546875, + -0.033172607421875, + 0.0113677978515625, + -0.05322265625, + 0.03753662109375, + 0.012908935546875, + -0.04052734375, + -0.0201568603515625, + 0.029998779296875, + -0.0036754608154296875, + -0.03973388671875, + 0.0283966064453125, + 0.00516510009765625, + -0.0243377685546875, + -0.01092529296875, + -0.026611328125, + 0.0516357421875, + -0.0107269287109375, + -0.046875, + -0.0243377685546875, + 0.028594970703125, + -0.01087188720703125, + -0.036163330078125, + -0.039520263671875, + 0.048065185546875, + -0.0177764892578125, + -0.039337158203125, + -0.033966064453125, + -0.050262451171875, + 0.015594482421875, + -0.017974853515625, + 0.0169830322265625, + 0.0002605915069580078, + -0.03277587890625, + -0.0180816650390625, + -0.01409912109375, + -0.0200653076171875, + 0.04229736328125, + -0.031585693359375, + 0.0430908203125, + 0.0089874267578125, + 0.048858642578125, + 0.0186767578125, + 0.055999755859375, + -0.0139007568359375, + -0.00714874267578125, + -0.0064544677734375, + -0.062744140625, + 0.01161956787109375, + 0.00102996826171875, + 0.0173797607421875, + -0.07073974609375, + 0.0020732879638671875, + 0.0718994140625, + -0.052825927734375, + 0.03436279296875, + 0.0169830322265625, + -0.0181732177734375, + -0.05084228515625, + -0.0014209747314453125, + 0.002979278564453125, + 0.0245361328125, + 0.10247802734375, + -0.007747650146484375, + -0.0081939697265625, + -0.0166778564453125, + -0.0225372314453125, + 0.0506591796875, + 0.00576019287109375, + 0.03594970703125, + -0.0421142578125, + 0.017974853515625, + 0.0399169921875, + -0.038330078125, + 0.006256103515625, + -0.044097900390625, + 0.03216552734375, + 0.017974853515625, + -0.001712799072265625, + 0.0032024383544921875, + -0.01399993896484375, + -0.049652099609375, + -0.00849151611328125, + -0.028594970703125, + 0.031585693359375, + 0.004817962646484375, + 0.00615692138671875, + -0.0245361328125, + 0.0015392303466796875, + -0.01177215576171875, + -0.0452880859375, + -0.02313232421875, + -0.056793212890625, + 0.041717529296875, + 0.0028553009033203125, + -0.0430908203125, + 0.017181396484375, + 0.0025577545166015625, + -0.004070281982421875, + 0.01409912109375, + 0.0830078125, + -0.0399169921875, + -0.0036754608154296875, + 0.0303955078125, + 0.005908966064453125, + -0.004791259765625, + -0.01419830322265625, + -0.00963592529296875, + 0.027008056640625, + 0.0287933349609375, + -0.032379150390625, + 0.038543701171875, + 0.04449462890625, + -0.047271728515625, + -0.056396484375, + -0.04449462890625, + -0.04052734375, + 0.0313720703125, + -0.0107269287109375, + 0.025421142578125, + -0.01509857177734375, + -0.004245758056640625, + -0.1048583984375, + 0.047271728515625, + -0.01678466796875, + 0.01216888427734375, + 0.00296783447265625, + -0.01116943359375, + -0.06591796875, + -0.061187744140625, + 0.0146026611328125, + 0.02960205078125, + -0.02313232421875, + 0.0131072998046875, + 0.01251220703125, + -0.01003265380859375, + 0.0091400146484375, + 0.005733489990234375, + -0.00012564659118652344, + 0.0303955078125, + 0.02960205078125, + -0.032958984375, + 0.07269287109375, + -0.037933349609375, + 0.03216552734375, + -0.0173797607421875, + 0.0196685791015625, + -0.003116607666015625, + 0.00296783447265625, + -0.0177764892578125, + 0.01197052001953125, + 0.037933349609375, + 0.03515625, + -0.0170745849609375, + 0.0173797607421875, + -0.0177764892578125, + 0.00695037841796875, + -0.00888824462890625, + -0.026611328125, + 0.0074005126953125, + 0.01439666748046875, + -0.02581787109375, + -0.0027561187744140625, + -0.057586669921875, + -0.09771728515625, + 0.0157928466796875, + -0.05322265625, + -0.02105712890625, + 0.006702423095703125, + 0.01102447509765625, + 0.0035991668701171875, + -0.037750244140625, + 0.030792236328125, + -0.00794219970703125, + -0.016387939453125, + -0.039520263671875, + 0.033966064453125, + -0.0309906005859375, + 0.0335693359375, + 0.0064544677734375, + -0.0389404296875, + 0.0251312255859375, + -0.039520263671875, + 0.00249481201171875, + -0.02105712890625, + -0.0283966064453125, + -0.026611328125, + 0.0133056640625, + -0.0548095703125, + -0.01261138916015625, + 0.00635528564453125, + 0.0281982421875, + 0.0035495758056640625, + -0.006900787353515625, + 0.055206298828125, + 0.00409698486328125, + -0.053619384765625, + 0.03656005859375, + -0.0239410400390625, + -0.044097900390625, + -0.005908966064453125, + 0.0059356689453125, + 0.0037250518798828125, + 0.0033512115478515625, + 0.033172607421875, + 0.047271728515625, + 0.03277587890625, + -0.01439666748046875, + -0.0174713134765625, + -0.004421234130859375, + -0.0012044906616210938, + 0.0305938720703125, + 0.01146697998046875, + 0.018280029296875, + 0.0084381103515625, + 0.0228424072265625, + -0.02313232421875, + -0.096923828125, + -0.01236724853515625, + -0.04925537109375, + -0.05841064453125, + 0.02154541015625, + 0.0889892578125, + 0.03375244140625, + -0.002285003662109375, + 0.0301971435546875, + 0.042694091796875, + 0.052825927734375, + 0.017578125, + -0.0016508102416992188, + -0.03912353515625, + -0.005733489990234375, + 0.023834228515625, + 0.02532958984375, + -0.049652099609375, + 0.04766845703125, + 0.08184814453125, + -0.0024089813232421875, + 0.00015747547149658203, + 0.01490020751953125, + 0.006206512451171875, + 0.045684814453125, + 0.0216522216796875, + 0.0252227783203125, + -0.026214599609375, + 0.004245758056640625, + 0.01995849609375, + 0.0113677978515625, + -0.023834228515625, + -0.01439666748046875, + -0.026611328125, + 0.036163330078125, + -0.0731201171875, + -0.007598876953125, + 0.00655364990234375, + 0.0623779296875, + 0.019561767578125, + -0.036346435546875, + -0.0294036865234375, + 0.06353759765625, + 0.031982421875, + 0.000980377197265625, + 0.0192718505859375, + -0.0010366439819335938, + -0.006107330322265625, + 0.009979248046875, + 0.056793212890625, + 0.02532958984375, + 0.0731201171875, + 0.01003265380859375, + -0.05560302734375, + 0.03973388671875, + -0.0008749961853027344, + 0.00823974609375, + -0.00064849853515625, + -0.038543701171875, + -0.01116943359375, + -0.046478271484375, + 0.05401611328125, + 0.0116729736328125, + 0.036163330078125, + 0.0093841552734375, + -0.0116729736328125, + -0.007549285888671875, + 0.00603485107421875, + 0.0256195068359375, + 0.037139892578125, + 0.024932861328125, + 0.027008056640625, + 0.0309906005859375, + 0.026214599609375, + -0.0048675537109375, + -0.006282806396484375, + 0.038330078125, + -0.02899169921875, + -0.019073486328125, + -0.0484619140625, + -0.01256561279296875, + 0.0124664306640625, + -0.029205322265625, + -0.0035495758056640625, + -0.0146026611328125, + 0.012908935546875, + 0.005237579345703125, + -0.056793212890625, + -0.003326416015625, + 0.05718994140625, + -0.0421142578125, + 0.0272064208984375, + 0.01320648193359375, + -0.0221405029296875, + 0.0146026611328125, + -0.04827880859375, + 0.07110595703125, + 0.0127105712890625, + 0.012908935546875, + -0.003177642822265625, + 0.01241302490234375, + 0.0119171142578125, + 0.004146575927734375, + 0.0204620361328125, + 0.01201629638671875, + -0.050262451171875, + 0.049652099609375, + 0.037353515625, + 0.01116943359375, + -0.04150390625, + 0.046478271484375, + 0.01409912109375, + -0.07269287109375, + 0.050262451171875, + 0.01529693603515625, + 0.039337158203125, + -0.01837158203125, + 0.005809783935546875, + -0.00849151611328125, + -0.054412841796875, + 0.047088623046875, + 0.05322265625, + -0.027801513671875, + 0.0272064208984375, + -0.0548095703125, + 0.039520263671875, + 0.01409912109375, + 0.07745361328125, + -0.0687255859375, + 0.07470703125, + -0.006999969482421875, + 0.01197052001953125, + -0.012908935546875, + 0.027801513671875, + -0.0287933349609375, + 0.03515625, + -0.04388427734375, + 0.05841064453125, + 0.034149169921875, + -0.0301971435546875, + -0.0623779296875, + 0.0031032562255859375, + 0.041107177734375, + 0.00655364990234375, + 0.041107177734375, + -0.03973388671875, + -0.0097808837890625, + -0.015594482421875, + 0.047088623046875, + 0.07867431640625, + -0.004840850830078125, + 0.006504058837890625, + 0.005584716796875, + -0.006999969482421875, + -0.007450103759765625, + -0.023834228515625 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis", + "network-forensics", + "mobile-forensics" + ], + "phases": [], + "tags": [ + "gui", + "command-line", + "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_ddrescue", + "type": "tool", + "name": "ddrescue", + "content": "ddrescue gnu ddrescue ist ein spezialisiertes datenrettungs‑tool, das beschädigte oder fehlerhafte blockgeräte sektorweise ausliest und zunächst alle gut lesbaren bereiche sichert, bevor es sich mehrfach an problematischen sektoren versucht. sein map‑file protokolliert jeden leseversuch, sodass abgebrochene wiederherstellungen jederzeit fortgesetzt oder optimiert werden können, ohne bereits gerettete sektoren erneut zu belasten. zudem bietet ddrescue einen fill‑modus, um schwierige bereiche gezielt mit platzhaltern zu überschreiben – nützlich für die vorbereitung nachträglicher dateisystem‑reparaturen. data-recovery disk-imaging map-file cli scenario:disk_imaging static-investigations fraud-investigation data-collection", + "embedding": [ + -0.012786865234375, + -0.0011129379272460938, + 0.01308441162109375, + -0.0150604248046875, + 0.04827880859375, + 0.0404052734375, + 0.0176849365234375, + -0.0018072128295898438, + -0.02593994140625, + 0.01158905029296875, + -0.018524169921875, + 0.06787109375, + 0.032745361328125, + -0.00836944580078125, + -0.029998779296875, + 0.0217437744140625, + -0.003376007080078125, + 0.003063201904296875, + -0.00321197509765625, + 0.01117706298828125, + -0.0009484291076660156, + 0.0249786376953125, + -0.04254150390625, + 0.004749298095703125, + -0.0133819580078125, + -0.01541900634765625, + -0.043731689453125, + -0.06646728515625, + -0.016021728515625, + 0.01983642578125, + -0.0148773193359375, + -0.0029430389404296875, + 0.01242828369140625, + 0.03204345703125, + -0.005825042724609375, + -0.03704833984375, + -0.003780364990234375, + -0.0167388916015625, + -0.0021820068359375, + 0.0506591796875, + -0.0209197998046875, + 0.0078887939453125, + 0.0249786376953125, + 0.0004258155822753906, + -0.021392822265625, + -0.024505615234375, + -0.0180511474609375, + -0.005229949951171875, + 0.012908935546875, + -0.07171630859375, + 0.03753662109375, + 0.0207977294921875, + 0.032501220703125, + -0.027008056640625, + -0.047576904296875, + 0.00463104248046875, + 0.03179931640625, + -0.032745361328125, + -0.035369873046875, + 0.058563232421875, + -0.054962158203125, + -0.00609588623046875, + 0.0036907196044921875, + -0.009918212890625, + 0.01117706298828125, + 0.0077667236328125, + -0.0204315185546875, + -0.0218658447265625, + 0.00714111328125, + 0.005947113037109375, + 0.0237884521484375, + -0.041107177734375, + -0.00968170166015625, + 0.00740814208984375, + -0.0295257568359375, + -0.035614013671875, + 0.0266571044921875, + 0.0136871337890625, + 0.00968170166015625, + -0.01105499267578125, + -0.0401611328125, + -0.01183319091796875, + 0.00896453857421875, + -0.036346435546875, + -0.01983642578125, + 0.0218658447265625, + 0.0222320556640625, + 0.00818634033203125, + 0.00962066650390625, + -0.000040590763092041016, + 0.02593994140625, + -0.0121917724609375, + 0.0084228515625, + -0.00890350341796875, + 0.03179931640625, + 0.05426025390625, + -0.01171112060546875, + 0.0181732177734375, + -0.007022857666015625, + 0.00756072998046875, + 0.044464111328125, + -0.0396728515625, + 0.091796875, + -0.0011281967163085938, + 0.055938720703125, + 0.0017404556274414062, + 0.0219879150390625, + 0.0050811767578125, + -0.01416015625, + -0.0266571044921875, + -0.07745361328125, + -0.0237884521484375, + -0.021270751953125, + -0.0626220703125, + 0.006961822509765625, + -0.016021728515625, + -0.0162506103515625, + 0.06500244140625, + -0.052825927734375, + -0.0406494140625, + -0.0106353759765625, + 0.0235443115234375, + -0.0162506103515625, + -0.0057373046875, + -0.05999755859375, + -0.061676025390625, + 0.0292816162109375, + 0.0278472900390625, + -0.050201416015625, + -0.03369140625, + -0.0205535888671875, + -0.024383544921875, + -0.03179931640625, + -0.01177215576171875, + -0.0084228515625, + -0.01123046875, + 0.0136871337890625, + -0.0178070068359375, + -0.0281982421875, + -0.00908660888671875, + 0.046142578125, + -0.0341796875, + -0.043731689453125, + 0.018280029296875, + -0.0222320556640625, + 0.007709503173828125, + -0.0308380126953125, + 0.0303497314453125, + -0.0246124267578125, + 0.006603240966796875, + -0.00600433349609375, + 0.026885986328125, + 0.03729248046875, + -0.0219879150390625, + 0.01045989990234375, + -0.061187744140625, + 0.0006384849548339844, + -0.004810333251953125, + 0.0237884521484375, + -0.0207977294921875, + -0.02593994140625, + 0.0265350341796875, + 0.00860595703125, + 0.028564453125, + -0.024017333984375, + -0.055206298828125, + -0.0251007080078125, + -0.0028839111328125, + -0.004451751708984375, + -0.0093231201171875, + 0.043975830078125, + 0.00600433349609375, + 0.024261474609375, + 0.06695556640625, + 0.004840850830078125, + 0.0401611328125, + 0.0093841552734375, + 0.018768310546875, + 0.052825927734375, + 0.0174560546875, + -0.0194854736328125, + -0.03680419921875, + 0.026885986328125, + 0.0107574462890625, + 0.00027632713317871094, + -0.035369873046875, + -0.00746917724609375, + -0.00681304931640625, + -0.0193634033203125, + 0.052825927734375, + -0.02294921875, + -0.0248565673828125, + 0.0207977294921875, + 0.0148773193359375, + -0.01123046875, + 0.046356201171875, + 0.035369873046875, + -0.026763916015625, + 0.050445556640625, + 0.0105743408203125, + -0.0033321380615234375, + 0.02880859375, + -0.00567626953125, + 0.04803466796875, + 0.0394287109375, + -0.012969970703125, + 0.00836944580078125, + 0.037994384765625, + 0.0219879150390625, + -0.02545166015625, + -0.010101318359375, + 0.027374267578125, + -0.00472259521484375, + -0.0164947509765625, + -0.03106689453125, + -0.00974273681640625, + 0.015899658203125, + -0.0022106170654296875, + 0.00008636713027954102, + -0.018280029296875, + -0.0191192626953125, + -0.0458984375, + 0.00878143310546875, + 0.0011653900146484375, + -0.024139404296875, + 0.036346435546875, + 0.022705078125, + -0.0289154052734375, + -0.0247344970703125, + 0.0278472900390625, + 0.01129150390625, + 0.038238525390625, + -0.008544921875, + -0.00528717041015625, + 0.007110595703125, + -0.0248565673828125, + 0.04541015625, + 0.0283203125, + 0.0399169921875, + -0.0002727508544921875, + -0.024505615234375, + 0.0233001708984375, + -0.021026611328125, + 0.0223541259765625, + 0.01457977294921875, + -0.03656005859375, + -0.002166748046875, + -0.0018301010131835938, + 0.030120849609375, + 0.058563232421875, + -0.079345703125, + -0.006244659423828125, + -0.0626220703125, + 0.0021514892578125, + -0.053070068359375, + -0.006305694580078125, + -0.029876708984375, + -0.018524169921875, + 0.05975341796875, + -0.03179931640625, + -0.0458984375, + -0.002330780029296875, + 0.01971435546875, + -0.0280914306640625, + 0.033477783203125, + 0.0121917724609375, + -0.034423828125, + 0.029632568359375, + 0.0965576171875, + -0.0206756591796875, + 0.00860595703125, + -0.0246124267578125, + 0.0404052734375, + 0.0020923614501953125, + 0.033233642578125, + -0.0237884521484375, + -0.0175628662109375, + 0.00391387939453125, + 0.00528717041015625, + -0.004364013671875, + -0.024505615234375, + -0.016845703125, + -0.007617950439453125, + 0.02032470703125, + -0.03466796875, + 0.00179290771484375, + 0.0136871337890625, + 0.0133819580078125, + 0.0029277801513671875, + -0.06884765625, + 0.016845703125, + 0.0164947509765625, + 0.02581787109375, + 0.01027679443359375, + 0.029632568359375, + -0.050445556640625, + 0.0194854736328125, + 0.021514892578125, + -0.0341796875, + 0.029998779296875, + 0.01255035400390625, + -0.045654296875, + -0.00528717041015625, + -0.01255035400390625, + 0.0280914306640625, + -0.0209197998046875, + -0.00830841064453125, + 0.0008363723754882812, + -0.0178070068359375, + -0.0264129638671875, + -0.033477783203125, + 0.0093231201171875, + -0.032501220703125, + 0.00466156005859375, + -0.0513916015625, + 0.0092620849609375, + -0.0396728515625, + -0.0080108642578125, + -0.0135040283203125, + -0.024383544921875, + -0.039215087890625, + -0.038970947265625, + 0.0265350341796875, + 0.005645751953125, + -0.0022258758544921875, + -0.01326751708984375, + 0.006603240966796875, + -0.047576904296875, + 0.00603485107421875, + 0.0020313262939453125, + 0.0396728515625, + -0.002704620361328125, + 0.028564453125, + 0.0176849365234375, + 0.032257080078125, + 0.00466156005859375, + 0.056396484375, + 0.047576904296875, + 0.00567626953125, + -0.026885986328125, + -0.00525665283203125, + 0.0265350341796875, + 0.03704833984375, + -0.018646240234375, + -0.0404052734375, + -0.00463104248046875, + -0.047332763671875, + 0.0178070068359375, + 0.0458984375, + 0.0284423828125, + 0.0274810791015625, + -0.0576171875, + -0.027130126953125, + 0.043487548828125, + -0.0014562606811523438, + 0.08941650390625, + 0.01123046875, + -0.038482666015625, + 0.022705078125, + 0.0406494140625, + 0.0176849365234375, + 0.01464080810546875, + 0.0077667236328125, + -0.021514892578125, + 0.0036449432373046875, + 0.0509033203125, + 0.02532958984375, + 0.01255035400390625, + 0.0228271484375, + 0.00005418062210083008, + -0.006214141845703125, + -0.0012102127075195312, + -0.0020923614501953125, + 0.04205322265625, + 0.03753662109375, + 0.0049896240234375, + 0.0161285400390625, + -0.0276031494140625, + -0.0247344970703125, + -0.0223541259765625, + -0.05377197265625, + 0.0120086669921875, + 0.02880859375, + 0.0120086669921875, + 0.0404052734375, + -0.0264129638671875, + -0.058807373046875, + 0.004032135009765625, + -0.040863037109375, + 0.05999755859375, + 0.0204315185546875, + 0.011474609375, + 0.0196075439453125, + -0.004062652587890625, + -0.01464080810546875, + 0.037994384765625, + -0.01374053955078125, + 0.0224609375, + 0.0401611328125, + 0.03753662109375, + -0.01158905029296875, + -0.0247344970703125, + 0.010162353515625, + 0.0279693603515625, + 0.0233001708984375, + -0.0148773193359375, + 0.01529693603515625, + 0.015655517578125, + -0.0167388916015625, + -0.039215087890625, + 0.03204345703125, + 0.0194854736328125, + -0.01230621337890625, + 0.0079498291015625, + 0.0033168792724609375, + 0.0169677734375, + -0.046142578125, + -0.01983642578125, + -0.02020263671875, + 0.0261688232421875, + 0.023895263671875, + 0.03204345703125, + -0.06884765625, + -0.0176849365234375, + 0.033477783203125, + -0.05999755859375, + 0.0178070068359375, + -0.0010080337524414062, + -0.03729248046875, + 0.0506591796875, + -0.024139404296875, + -0.07269287109375, + 0.038970947265625, + -0.041107177734375, + -0.05377197265625, + -0.0032863616943359375, + 0.0399169921875, + -0.043487548828125, + -0.01189422607421875, + -0.06787109375, + -0.04278564453125, + 0.0038242340087890625, + -0.03131103515625, + 0.02880859375, + 0.0015459060668945312, + 0.0092010498046875, + 0.035614013671875, + 0.05401611328125, + 0.0006160736083984375, + -0.003047943115234375, + 0.041107177734375, + -0.01983642578125, + -0.045654296875, + 0.0284423828125, + 0.0207977294921875, + 0.01111602783203125, + -0.0291595458984375, + -0.01045989990234375, + 0.002643585205078125, + 0.0235443115234375, + -0.002658843994140625, + 0.037994384765625, + -0.07171630859375, + -0.052337646484375, + -0.043731689453125, + 0.049957275390625, + -0.004154205322265625, + 0.058807373046875, + 0.00433349609375, + -0.0308380126953125, + 0.028564453125, + -0.0576171875, + -0.03729248046875, + 0.015899658203125, + 0.007350921630859375, + -0.0178070068359375, + 0.0731201171875, + -0.050445556640625, + 0.00672149658203125, + -0.030242919921875, + 0.00421142578125, + 0.005466461181640625, + -0.004241943359375, + -0.032989501953125, + 0.05377197265625, + 0.045166015625, + -0.03704833984375, + -0.01141357421875, + -0.044464111328125, + 0.0181732177734375, + 0.0169677734375, + -0.0221099853515625, + 0.021636962890625, + -0.005496978759765625, + -0.036102294921875, + -0.02557373046875, + 0.002315521240234375, + -0.03778076171875, + -0.01320648193359375, + 0.021636962890625, + 0.0518798828125, + 0.0001354217529296875, + 0.0063323974609375, + 0.01093292236328125, + 0.00039958953857421875, + 0.032257080078125, + -0.002300262451171875, + -0.033935546875, + 0.0289154052734375, + -0.0635986328125, + -0.052825927734375, + -0.005435943603515625, + 0.043487548828125, + -0.0280914306640625, + -0.0105133056640625, + 0.004062652587890625, + -0.021392822265625, + 0.03778076171875, + -0.0284423828125, + 0.007709503173828125, + -0.0251007080078125, + -0.021392822265625, + -0.0308380126953125, + -0.04779052734375, + 0.0179290771484375, + 0.0278472900390625, + 0.0057373046875, + 0.00884246826171875, + 0.027008056640625, + -0.043731689453125, + 0.00597381591796875, + 0.0283203125, + -0.01099395751953125, + 0.00955963134765625, + 0.00070953369140625, + 0.015533447265625, + 0.0034809112548828125, + 0.0261688232421875, + -0.0161285400390625, + -0.0036754608154296875, + -0.061676025390625, + 0.01230621337890625, + 0.00672149658203125, + 0.00247955322265625, + -0.01464080810546875, + -0.033477783203125, + -0.05950927734375, + 0.01476287841796875, + 0.03155517578125, + 0.018402099609375, + 0.021026611328125, + -0.03155517578125, + -0.005886077880859375, + -0.007617950439453125, + -0.0151214599609375, + 0.039215087890625, + -0.0305938720703125, + 0.0079498291015625, + 0.00962066650390625, + -0.0261688232421875, + 0.03131103515625, + 0.0181732177734375, + -0.00681304931640625, + 0.034912109375, + 0.0077667236328125, + -0.041839599609375, + 0.008544921875, + 0.00421142578125, + -0.0396728515625, + 0.005645751953125, + -0.0279693603515625, + 0.0247344970703125, + -0.0230712890625, + -0.002658843994140625, + 0.01529693603515625, + 0.0161285400390625, + 0.034423828125, + -0.0003063678741455078, + 0.01087188720703125, + 0.00818634033203125, + 0.00027823448181152344, + 0.05950927734375, + -0.00878143310546875, + -0.038970947265625, + 0.0120697021484375, + -0.033477783203125, + 0.043731689453125, + 0.03778076171875, + -0.0063629150390625, + -0.0176849365234375, + -0.0192413330078125, + 0.052093505859375, + -0.0179290771484375, + 0.006961822509765625, + -0.018524169921875, + 0.03106689453125, + 0.0092620849609375, + 0.046844482421875, + 0.026763916015625, + 0.046356201171875, + 0.0167388916015625, + -0.0166168212890625, + 0.046356201171875, + 0.043731689453125, + 0.02008056640625, + -0.01021575927734375, + -0.0635986328125, + 0.0015535354614257812, + 0.00286865234375, + -0.036346435546875, + -0.0399169921875, + 0.0106353759765625, + 0.05352783203125, + -0.06597900390625, + -0.0305938720703125, + 0.006900787353515625, + -0.018280029296875, + 0.0225830078125, + 0.0291595458984375, + -0.004062652587890625, + 0.03131103515625, + 0.003063201904296875, + -0.041351318359375, + -0.03729248046875, + -0.0105743408203125, + 0.0265350341796875, + 0.056640625, + 0.03155517578125, + -0.0264129638671875, + 0.0401611328125, + 0.00567626953125, + 0.027130126953125, + 0.0280914306640625, + 0.0283203125, + 0.03131103515625, + 0.0191192626953125, + 0.0136871337890625, + 0.0576171875, + 0.006511688232421875, + -0.011474609375, + 0.012664794921875, + 0.038238525390625, + 0.052825927734375, + 0.0404052734375, + -0.006603240966796875, + 0.02020263671875, + -0.0064239501953125, + -0.046142578125, + -0.00675201416015625, + 0.00860595703125, + 0.00756072998046875, + -0.04327392578125, + -0.047332763671875, + 0.027374267578125, + -0.01983642578125, + 0.03729248046875, + 0.005435943603515625, + -0.007587432861328125, + -0.016021728515625, + 0.0181732177734375, + 0.01434326171875, + -0.07025146484375, + 0.01464080810546875, + -0.0018672943115234375, + 0.0223541259765625, + -0.04205322265625, + -0.0207977294921875, + 0.0248565673828125, + -0.0172119140625, + -0.052825927734375, + -0.0167388916015625, + 0.052581787109375, + -0.00806427001953125, + -0.0120697021484375, + -0.0294036865234375, + 0.0009150505065917969, + -0.0280914306640625, + -0.046356201171875, + -0.01021575927734375, + 0.002628326416015625, + 0.02545166015625, + 0.0036449432373046875, + 0.036102294921875, + -0.0021209716796875, + -0.0161285400390625, + -0.018524169921875, + -0.007228851318359375, + -0.049468994140625, + 0.038970947265625, + -0.032501220703125, + 0.05712890625, + 0.00015592575073242188, + 0.01457977294921875, + 0.0304718017578125, + 0.046844482421875, + -0.004241943359375, + -0.00890350341796875, + -0.0228271484375, + -0.0631103515625, + 0.037994384765625, + -0.0276031494140625, + 0.01404571533203125, + -0.056640625, + 0.01165008544921875, + 0.052825927734375, + -0.058563232421875, + -0.0079498291015625, + -0.0093231201171875, + -0.0162506103515625, + -0.0576171875, + 0.0078277587890625, + 0.0134429931640625, + -0.00528717041015625, + 0.09466552734375, + 0.00884246826171875, + -0.0291595458984375, + -0.0290374755859375, + -0.01541900634765625, + 0.029754638671875, + 0.03656005859375, + 0.0166168212890625, + -0.02532958984375, + 0.0189971923828125, + 0.002166748046875, + -0.0218658447265625, + -0.0063934326171875, + -0.0693359375, + 0.046844482421875, + 0.04852294921875, + 0.0121307373046875, + -0.03106689453125, + -0.01541900634765625, + -0.0207977294921875, + 0.00740814208984375, + -0.046600341796875, + 0.032745361328125, + -0.0030765533447265625, + -0.004543304443359375, + -0.04254150390625, + -0.01039886474609375, + -0.00466156005859375, + -0.0264129638671875, + -0.024505615234375, + -0.049224853515625, + 0.016021728515625, + -0.00525665283203125, + -0.047088623046875, + 0.035614013671875, + 0.006305694580078125, + -0.015533447265625, + 0.0012845993041992188, + 0.044708251953125, + -0.045654296875, + -0.018402099609375, + -0.046142578125, + 0.01242828369140625, + 0.002105712890625, + 0.004543304443359375, + 0.00968170166015625, + -0.0049896240234375, + 0.027252197265625, + -0.0396728515625, + 0.055694580078125, + 0.0166168212890625, + -0.04278564453125, + -0.0506591796875, + -0.03131103515625, + 0.0007991790771484375, + 0.00684356689453125, + -0.047576904296875, + 0.07025146484375, + -0.0013141632080078125, + -0.00675201416015625, + -0.10992431640625, + 0.078857421875, + -0.0295257568359375, + 0.03179931640625, + 0.033935546875, + -0.0021953582763671875, + -0.0516357421875, + -0.0228271484375, + -0.033477783203125, + 0.04779052734375, + -0.02294921875, + 0.044708251953125, + 0.018402099609375, + -0.0050201416015625, + -0.0011281967163085938, + -0.03179931640625, + -0.0014934539794921875, + 0.030242919921875, + 0.0142822265625, + -0.0234222412109375, + 0.0516357421875, + 0.0011577606201171875, + 0.0304718017578125, + -0.01027679443359375, + -0.0192413330078125, + 0.0294036865234375, + 0.0001596212387084961, + -0.044921875, + -0.0038547515869140625, + 0.01434326171875, + 0.05426025390625, + -0.00955963134765625, + 0.00466156005859375, + -0.01255035400390625, + 0.0283203125, + -0.0265350341796875, + -0.0264129638671875, + 0.0207977294921875, + 0.015777587890625, + -0.01153564453125, + -0.035125732421875, + -0.078857421875, + -0.091796875, + -0.0162506103515625, + -0.01523590087890625, + -0.0509033203125, + 0.0136260986328125, + 0.03155517578125, + 0.02581787109375, + -0.0230712890625, + 0.0009002685546875, + 0.014404296875, + -0.021514892578125, + -0.03131103515625, + 0.032989501953125, + -0.03131103515625, + 0.028564453125, + 0.009918212890625, + -0.0217437744140625, + 0.0305938720703125, + -0.0151214599609375, + 0.010162353515625, + -0.00878143310546875, + -0.0002465248107910156, + -0.052337646484375, + 0.0290374755859375, + -0.06695556640625, + -0.01416015625, + 0.038726806640625, + 0.01517486572265625, + 0.0011358261108398438, + -0.0341796875, + 0.0576171875, + -0.006305694580078125, + -0.033477783203125, + 0.005886077880859375, + -0.027252197265625, + -0.0175628662109375, + -0.0036754608154296875, + -0.00457000732421875, + 0.01314544677734375, + -0.004543304443359375, + 0.035858154296875, + 0.036102294921875, + 0.04302978515625, + -0.00008493661880493164, + -0.046600341796875, + -0.007110595703125, + 0.0049896240234375, + 0.03729248046875, + 0.027130126953125, + 0.00836944580078125, + -0.00672149658203125, + -0.0020313262939453125, + -0.00179290771484375, + -0.081298828125, + -0.005107879638671875, + -0.047576904296875, + -0.043731689453125, + -0.01374053955078125, + 0.09417724609375, + 0.055206298828125, + 0.0249786376953125, + 0.021026611328125, + 0.07122802734375, + 0.0218658447265625, + 0.0011129379272460938, + 0.00753021240234375, + -0.060699462890625, + 0.0221099853515625, + -0.002986907958984375, + 0.0284423828125, + -0.06695556640625, + 0.033233642578125, + 0.04229736328125, + -0.0025997161865234375, + -0.0120086669921875, + -0.00836944580078125, + 0.00537872314453125, + 0.0399169921875, + 0.0222320556640625, + -0.0003361701965332031, + -0.079833984375, + -0.005558013916015625, + -0.0030918121337890625, + -0.0162506103515625, + -0.001621246337890625, + -0.007080078125, + -0.0279693603515625, + 0.03778076171875, + -0.0511474609375, + -0.024505615234375, + 0.01445770263671875, + 0.049957275390625, + -0.00433349609375, + -0.041839599609375, + -0.07073974609375, + 0.044921875, + 0.01033782958984375, + -0.0024204254150390625, + 0.01123046875, + 0.0032863616943359375, + -0.018280029296875, + 0.0167388916015625, + 0.052337646484375, + 0.003345489501953125, + 0.05401611328125, + 0.0223541259765625, + -0.041595458984375, + 0.0196075439453125, + -0.043975830078125, + 0.022705078125, + -0.012664794921875, + -0.039215087890625, + -0.035369873046875, + -0.07745361328125, + 0.0621337890625, + 0.0207977294921875, + 0.0233001708984375, + 0.05352783203125, + 0.0209197998046875, + -0.0013446807861328125, + 0.0166168212890625, + 0.043975830078125, + 0.032257080078125, + 0.041107177734375, + -0.0011730194091796875, + 0.00247955322265625, + 0.0148773193359375, + 0.004241943359375, + -0.035369873046875, + 0.0236663818359375, + -0.0278472900390625, + 0.0020160675048828125, + -0.041839599609375, + 0.00394439697265625, + 0.01386260986328125, + -0.02880859375, + -0.0064849853515625, + -0.0031223297119140625, + -0.0063629150390625, + -0.018280029296875, + -0.047088623046875, + -0.012969970703125, + 0.0576171875, + -0.01183319091796875, + 0.01171112060546875, + 0.040863037109375, + -0.003032684326171875, + 0.006244659423828125, + -0.05999755859375, + 0.0631103515625, + 0.044921875, + 0.047576904296875, + -0.0174560546875, + 0.027130126953125, + 0.01027679443359375, + 0.005947113037109375, + 0.07794189453125, + 0.0194854736328125, + -0.043487548828125, + 0.032745361328125, + 0.033477783203125, + 0.02294921875, + -0.035369873046875, + 0.043731689453125, + 0.03179931640625, + -0.03369140625, + 0.032745361328125, + 0.0181732177734375, + 0.0341796875, + 0.0034656524658203125, + -0.00045180320739746094, + -0.0249786376953125, + -0.0513916015625, + 0.0506591796875, + 0.0092620849609375, + 0.000888824462890625, + 0.04278564453125, + -0.0247344970703125, + 0.0631103515625, + -0.01230621337890625, + 0.033935546875, + -0.04327392578125, + 0.056640625, + -0.0204315185546875, + 0.0221099853515625, + -0.02593994140625, + -0.009979248046875, + -0.006572723388671875, + 0.0135040283203125, + -0.0280914306640625, + 0.06451416015625, + 0.03778076171875, + -0.0235443115234375, + -0.0265350341796875, + -0.036102294921875, + -0.021270751953125, + 0.002643585205078125, + 0.03155517578125, + -0.043731689453125, + -0.03179931640625, + 0.0011129379272460938, + 0.033233642578125, + 0.04827880859375, + -0.003719329833984375, + 0.06646728515625, + 0.0176849365234375, + -0.02032470703125, + -0.0178070068359375, + -0.0194854736328125 + ], + "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_Microsoft_Office_365", + "type": "tool", + "name": "Microsoft Office 365", + "content": "microsoft office 365 der industriestandard bietet mehr als textverarbeitung - ein mächtiges forensik-analyse-toolkit. excel's power query transformiert komplexe log-dateien in aussagekräftige visualisierungen. power pivot verarbeitet millionen datensätze für big-data-forensik. die kollaborations-features ermöglichen echtzeit-teamarbeit an ermittlungen. besonders wertvoll: cloud-storage für große beweis-sammlungen, version-history für audit-trails, advanced ediscovery für compliance. teams integriert sichere kommunikation. der compliance-manager dokumentiert datenschutz-konform. onenote sammelt notizen und screenshots strukturiert. die ki-features in editor verbessern report-qualität. makros automatisieren routine-analysen. die mobile-apps ermöglichen feld-dokumentation. power automate verbindet mit forensik-tools. der industriestandard hat seinen preis, aber die integration und support sind unübertroffen. vorsicht: cloud-storage kann datenschutz-problematisch sein für sensible ermittlungen. 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.0113067626953125, + 0.041046142578125, + 0.05047607421875, + 0.00630950927734375, + 0.032135009765625, + 0.0294189453125, + 0.0350341796875, + 0.01398468017578125, + -0.0107574462890625, + 0.0229644775390625, + -0.05230712890625, + 0.0364990234375, + 0.0006413459777832031, + -0.0012598037719726562, + -0.060638427734375, + 0.04412841796875, + -0.0194244384765625, + 0.0276031494140625, + 0.0308685302734375, + -0.0159759521484375, + -0.0169830322265625, + -0.00569915771484375, + -0.048309326171875, + 0.0025768280029296875, + -0.0007147789001464844, + 0.041961669921875, + -0.018798828125, + -0.06793212890625, + -0.00839996337890625, + -0.018707275390625, + 0.014434814453125, + -0.034149169921875, + 0.00630950927734375, + 0.05084228515625, + 0.00853729248046875, + -0.009307861328125, + 0.018524169921875, + -0.053375244140625, + -0.04486083984375, + 0.01416778564453125, + 0.00458526611328125, + -0.0129852294921875, + 0.01788330078125, + 0.0124359130859375, + -0.031402587890625, + -0.026336669921875, + -0.002361297607421875, + -0.026153564453125, + 0.005084991455078125, + -0.0113067626953125, + 0.02923583984375, + 0.0245208740234375, + 0.0025768280029296875, + 0.0016117095947265625, + -0.0237884521484375, + 0.038665771484375, + 0.0157928466796875, + -0.010894775390625, + -0.038665771484375, + 0.043212890625, + -0.04412841796875, + -0.0010156631469726562, + -0.010528564453125, + 0.0024852752685546875, + 0.008758544921875, + 0.00812530517578125, + -0.014801025390625, + -0.0239715576171875, + -0.0029277801513671875, + -0.032867431640625, + 0.0012254714965820312, + 0.0247039794921875, + -0.0281524658203125, + 0.0357666015625, + -0.025238037109375, + -0.046478271484375, + -0.01216888427734375, + 0.0274200439453125, + -0.004016876220703125, + -0.0089874267578125, + -0.058837890625, + -0.01026153564453125, + 0.038330078125, + -0.0198822021484375, + -0.044677734375, + 0.00435638427734375, + 0.0229644775390625, + 0.017608642578125, + 0.004062652587890625, + 0.00962066650390625, + 0.026153564453125, + -0.00528717041015625, + 0.018707275390625, + -0.0283355712890625, + 0.0312347412109375, + 0.061370849609375, + -0.00994110107421875, + -0.0010442733764648438, + -0.014434814453125, + 0.017425537109375, + 0.0277862548828125, + -0.044677734375, + 0.041961669921875, + -0.01216888427734375, + 0.0157928466796875, + -0.049041748046875, + 0.025970458984375, + 0.001861572265625, + -0.0239715576171875, + 0.002735137939453125, + -0.0994873046875, + -0.053375244140625, + -0.035400390625, + -0.08026123046875, + -0.0019626617431640625, + 0.017608642578125, + -0.007808685302734375, + 0.056671142578125, + -0.055938720703125, + -0.046112060546875, + 0.05047607421875, + 0.01398468017578125, + -0.00885009765625, + 0.0161590576171875, + -0.05010986328125, + -0.04248046875, + 0.006038665771484375, + 0.033416748046875, + -0.034515380859375, + -0.0450439453125, + -0.01407623291015625, + -0.021697998046875, + -0.006809234619140625, + -0.0306854248046875, + -0.0072174072265625, + -0.0361328125, + 0.047943115234375, + 0.01806640625, + 0.014801025390625, + 0.009307861328125, + 0.0241546630859375, + -0.00649261474609375, + -0.0718994140625, + -0.00726318359375, + -0.0443115234375, + -0.004291534423828125, + -0.005062103271484375, + 0.0584716796875, + -0.031768798828125, + -0.0206146240234375, + -0.014617919921875, + 0.00015103816986083984, + 0.049041748046875, + 0.0276031494140625, + 0.0109405517578125, + -0.02960205078125, + 0.005107879638671875, + -0.018890380859375, + 0.048309326171875, + -0.0164337158203125, + -0.00789642333984375, + 0.0279693603515625, + -0.0016345977783203125, + 0.0159759521484375, + 0.0012998580932617188, + -0.03485107421875, + -0.01152801513671875, + 0.021881103515625, + -0.0071258544921875, + 0.014251708984375, + 0.01039886474609375, + -0.019073486328125, + 0.06866455078125, + 0.074462890625, + 0.00551605224609375, + 0.031951904296875, + -0.007762908935546875, + -0.0283355712890625, + 0.02850341796875, + 0.0198822021484375, + -0.025970458984375, + -0.0092620849609375, + 0.0357666015625, + 0.010528564453125, + 0.0095367431640625, + -0.0007662773132324219, + -0.03594970703125, + -0.01507568359375, + -0.04974365234375, + 0.025238037109375, + -0.05194091796875, + -0.032684326171875, + -0.017425537109375, + 0.0197906494140625, + 0.006855010986328125, + 0.054473876953125, + 0.021331787109375, + 0.006084442138671875, + 0.0125274658203125, + -0.003108978271484375, + -0.0027923583984375, + 0.0172576904296875, + 0.003108978271484375, + 0.033416748046875, + -0.00640106201171875, + 0.025054931640625, + -0.01226043701171875, + 0.0274200439453125, + 0.02923583984375, + -0.0170745849609375, + -0.0113067626953125, + 0.0584716796875, + -0.0029964447021484375, + -0.0308685302734375, + -0.03558349609375, + -0.02215576171875, + -0.01012420654296875, + -0.022705078125, + 0.004016876220703125, + 0.00440216064453125, + -0.00476837158203125, + -0.055206298828125, + -0.00626373291015625, + 0.0130767822265625, + -0.0241546630859375, + 0.0130767822265625, + 0.0361328125, + -0.01161956787109375, + -0.0270538330078125, + -0.00989532470703125, + 0.021331787109375, + 0.02215576171875, + -0.0303192138671875, + 0.0167999267578125, + -0.0008683204650878906, + -0.034698486328125, + 0.032867431640625, + 0.0130767822265625, + 0.0205230712890625, + -0.002223968505859375, + -0.0192413330078125, + 0.024871826171875, + -0.0283355712890625, + 0.040313720703125, + 0.0281524658203125, + -0.00644683837890625, + -0.01216888427734375, + 0.0071258544921875, + 0.039031982421875, + 0.031585693359375, + -0.046844482421875, + -0.01824951171875, + -0.08282470703125, + 0.0093536376953125, + -0.06829833984375, + -0.048675537109375, + -0.0443115234375, + -0.062469482421875, + 0.06610107421875, + -0.025421142578125, + -0.0308685302734375, + 0.007537841796875, + 0.0241546630859375, + 0.0033817291259765625, + 0.019073486328125, + 0.006946563720703125, + -0.0228729248046875, + 0.0038356781005859375, + 0.06903076171875, + 0.0194244384765625, + -0.01007843017578125, + 0.0128021240234375, + 0.00794219970703125, + -0.014984130859375, + 0.033233642578125, + -0.0312347412109375, + 0.0128936767578125, + 0.02960205078125, + 0.03704833984375, + 0.014984130859375, + -0.03521728515625, + 0.0364990234375, + 0.01021575927734375, + 0.0364990234375, + -0.047943115234375, + -0.038665771484375, + 0.0011234283447265625, + 0.026336669921875, + -0.005039215087890625, + -0.06646728515625, + 0.00115203857421875, + 0.056671142578125, + 0.02886962890625, + -0.034332275390625, + -0.0017023086547851562, + -0.0162506103515625, + -0.004947662353515625, + 0.0202484130859375, + -0.0010042190551757812, + 0.031585693359375, + 0.038665771484375, + -0.039398193359375, + 0.00649261474609375, + 0.0025653839111328125, + 0.0021343231201171875, + -0.033416748046875, + -0.053375244140625, + -0.018524169921875, + 0.0108489990234375, + -0.04486083984375, + -0.005176544189453125, + 0.0243377685546875, + -0.0159759521484375, + -0.01171112060546875, + -0.0234222412109375, + 0.02215576171875, + -0.0234222412109375, + -0.05303955078125, + 0.0003533363342285156, + -0.03521728515625, + -0.05267333984375, + -0.0088958740234375, + 0.04449462890625, + 0.0037899017333984375, + 0.017608642578125, + -0.014801025390625, + -0.0277862548828125, + -0.05010986328125, + 0.0129852294921875, + -0.0128936767578125, + 0.018798828125, + -0.0184326171875, + 0.014617919921875, + 0.0294189453125, + 0.055206298828125, + 0.0012769699096679688, + 0.047943115234375, + 0.01561737060546875, + -0.022064208984375, + 0.01343536376953125, + 0.0274200439453125, + -0.0093536376953125, + 0.0164337158203125, + -0.0054473876953125, + -0.031951904296875, + 0.0043792724609375, + -0.0450439453125, + 0.014892578125, + 0.032318115234375, + 0.0203399658203125, + 0.032318115234375, + -0.0223388671875, + 0.003631591796875, + 0.056304931640625, + 0.0236053466796875, + 0.09588623046875, + -0.01389312744140625, + -0.04376220703125, + -0.0172576904296875, + 0.032684326171875, + -0.0092620849609375, + -0.0286865234375, + 0.0443115234375, + 0.006130218505859375, + -0.0168914794921875, + 0.039031982421875, + -0.017608642578125, + 0.0428466796875, + -0.00826263427734375, + -0.0108489990234375, + 0.005855560302734375, + -0.01216888427734375, + 0.0160675048828125, + 0.05120849609375, + 0.02850341796875, + 0.002655029296875, + 0.01044464111328125, + -0.006900787353515625, + -0.031768798828125, + -0.05047607421875, + -0.04974365234375, + 0.03778076171875, + 0.041778564453125, + -0.0007772445678710938, + 0.039398193359375, + -0.01352691650390625, + -0.05047607421875, + 0.01026153564453125, + -0.0364990234375, + 0.0751953125, + 0.0308685302734375, + 0.029052734375, + 0.045928955078125, + -0.025054931640625, + 0.0193328857421875, + 0.0231475830078125, + -0.0009474754333496094, + 0.0105743408203125, + 0.01861572265625, + 0.05120849609375, + -0.0090789794921875, + -0.039764404296875, + 0.033416748046875, + 0.0435791015625, + 0.01552581787109375, + 0.004154205322265625, + 0.018157958984375, + 0.0012140274047851562, + 0.0277862548828125, + -0.03704833984375, + 0.049041748046875, + 0.031585693359375, + -0.0239715576171875, + 0.007762908935546875, + -0.00803375244140625, + 0.0294189453125, + -0.032867431640625, + 0.00469970703125, + -0.0126190185546875, + 0.0234222412109375, + 0.01434326171875, + 0.0266876220703125, + -0.0230560302734375, + 0.009490966796875, + 0.047576904296875, + -0.047943115234375, + 0.0234222412109375, + 0.036865234375, + -0.03485107421875, + 0.01361846923828125, + -0.01035308837890625, + -0.021331787109375, + 0.0199737548828125, + -0.006900787353515625, + -0.02996826171875, + 0.01049041748046875, + 0.02996826171875, + -0.048675537109375, + -0.046112060546875, + -0.0231475830078125, + -0.018341064453125, + -0.00803375244140625, + 0.0014524459838867188, + 0.03558349609375, + 0.0009136199951171875, + -0.0164337158203125, + 0.01012420654296875, + 0.038330078125, + 0.002338409423828125, + -0.04974365234375, + 0.0570068359375, + -0.018707275390625, + -0.03778076171875, + 0.0194244384765625, + 0.014984130859375, + 0.0268707275390625, + -0.025970458984375, + -0.01161956787109375, + 0.01407623291015625, + 0.02886962890625, + 0.00958251953125, + -0.0167999267578125, + -0.0294189453125, + -0.047576904296875, + -0.0301513671875, + 0.0241546630859375, + 0.021331787109375, + 0.05810546875, + -0.0110321044921875, + -0.0279693603515625, + 0.0207061767578125, + -0.032135009765625, + -0.039581298828125, + -0.0200653076171875, + 0.0357666015625, + -0.03668212890625, + 0.05120849609375, + -0.026519775390625, + 0.004016876220703125, + -0.0207061767578125, + 0.06500244140625, + 0.025054931640625, + -0.0131683349609375, + -0.04486083984375, + 0.049407958984375, + 0.039764404296875, + -0.04559326171875, + -0.0191650390625, + -0.00821685791015625, + -0.005039215087890625, + 0.0450439453125, + -0.056671142578125, + -0.00966644287109375, + 0.0228729248046875, + -0.06903076171875, + -0.01352691650390625, + -0.041046142578125, + -0.002780914306640625, + -0.047576904296875, + 0.0216064453125, + 0.02850341796875, + -0.0089874267578125, + 0.0167999267578125, + -0.0034732818603515625, + 0.022613525390625, + 0.0145263671875, + 0.0015439987182617188, + -0.01507568359375, + 0.038848876953125, + -0.06500244140625, + -0.0268707275390625, + -0.0173492431640625, + 0.05157470703125, + -0.0310516357421875, + -0.009124755859375, + 0.01226043701171875, + 0.0023040771484375, + 0.056671142578125, + -0.04248046875, + 0.0106201171875, + -0.0018949508666992188, + -0.0361328125, + -0.0305023193359375, + -0.0173492431640625, + 0.0127105712890625, + 0.021331787109375, + -0.01021575927734375, + 0.01352691650390625, + 0.048675537109375, + -0.072998046875, + 0.010711669921875, + 0.022705078125, + -0.005130767822265625, + -0.01012420654296875, + -0.01003265380859375, + -0.0024852752685546875, + 0.005764007568359375, + 0.0229644775390625, + -0.0266876220703125, + -0.0234222412109375, + -0.0860595703125, + 0.0206146240234375, + -0.025604248046875, + -0.014434814453125, + -0.03594970703125, + -0.041046142578125, + -0.054473876953125, + -0.006763458251953125, + 0.034515380859375, + 0.0305023193359375, + 0.0173492431640625, + -0.034332275390625, + -0.00630950927734375, + 0.017974853515625, + -0.025421142578125, + 0.022430419921875, + -0.032318115234375, + -0.0006837844848632812, + 0.047210693359375, + -0.0584716796875, + 0.0279693603515625, + 0.00635528564453125, + 0.039215087890625, + 0.0279693603515625, + 0.0239715576171875, + -0.0247039794921875, + 0.01525115966796875, + -0.041046142578125, + -0.0125274658203125, + -0.02178955078125, + -0.009033203125, + 0.0204315185546875, + -0.0164337158203125, + -0.0171661376953125, + 0.025238037109375, + 0.018707275390625, + 0.0305023193359375, + -0.00370025634765625, + -0.0007038116455078125, + 0.022247314453125, + 0.0002453327178955078, + 0.054107666015625, + -0.0310516357421875, + -0.054107666015625, + -0.0127105712890625, + 0.00453948974609375, + 0.040863037109375, + 0.053741455078125, + -0.00835418701171875, + -0.02252197265625, + 0.01534271240234375, + 0.0361328125, + -0.0173492431640625, + -0.02923583984375, + -0.038482666015625, + 0.0230560302734375, + 0.0088043212890625, + 0.0726318359375, + -0.002643585205078125, + 0.088623046875, + -0.0010213851928710938, + 0.00630950927734375, + 0.03485107421875, + 0.057373046875, + 0.0162506103515625, + -0.01788330078125, + -0.0595703125, + 0.00971221923828125, + -0.004337310791015625, + -0.03485107421875, + -0.0274200439453125, + -0.004791259765625, + 0.0310516357421875, + -0.07989501953125, + -0.0128936767578125, + -0.021240234375, + 0.0011749267578125, + 0.00034618377685546875, + 0.0357666015625, + 0.0028591156005859375, + 0.017608642578125, + 0.02142333984375, + -0.034332275390625, + 0.0163421630859375, + -0.0092620849609375, + -0.0128936767578125, + 0.05303955078125, + 0.04229736328125, + -0.01470947265625, + 0.0350341796875, + -0.002292633056640625, + 0.0207977294921875, + 0.033050537109375, + 0.03741455078125, + 0.01861572265625, + 0.0165252685546875, + 0.048675537109375, + 0.054473876953125, + -0.01361846923828125, + -0.018341064453125, + 0.0245208740234375, + 0.021881103515625, + 0.034149169921875, + 0.05230712890625, + -0.014617919921875, + 0.0113067626953125, + 0.021240234375, + -0.0247039794921875, + -0.014984130859375, + 0.022064208984375, + 0.00531005859375, + -0.05230712890625, + -0.054107666015625, + 0.01861572265625, + -0.05120849609375, + 0.025604248046875, + 0.0022125244140625, + -0.022247314453125, + 0.00042557716369628906, + 0.032501220703125, + -0.025970458984375, + -0.040130615234375, + 0.000014126300811767578, + -0.0034961700439453125, + -0.0164337158203125, + -0.045745849609375, + -0.046478271484375, + 0.025970458984375, + -0.0056304931640625, + -0.05303955078125, + -0.018707275390625, + 0.017974853515625, + -0.01380157470703125, + -0.0308685302734375, + -0.031951904296875, + 0.02105712890625, + -0.00449371337890625, + -0.021240234375, + -0.056671142578125, + -0.03485107421875, + 0.007354736328125, + -0.03778076171875, + -0.0194244384765625, + -0.01434326171875, + -0.0157928466796875, + -0.0034275054931640625, + -0.01361846923828125, + 0.009124755859375, + 0.019073486328125, + -0.031951904296875, + 0.0247039794921875, + 0.0196075439453125, + 0.0247039794921875, + 0.03594970703125, + 0.08099365234375, + 0.004291534423828125, + 0.009490966796875, + -0.02978515625, + -0.039031982421875, + 0.017974853515625, + 0.0045623779296875, + 0.018157958984375, + -0.05157470703125, + -0.0017480850219726562, + 0.054840087890625, + -0.07843017578125, + 0.02996826171875, + 0.0274200439453125, + -0.0372314453125, + -0.055938720703125, + 0.00958251953125, + -0.01039886474609375, + 0.0312347412109375, + 0.0904541015625, + 0.025054931640625, + -0.0038814544677734375, + 0.0168914794921875, + -0.04522705078125, + 0.062103271484375, + 0.02105712890625, + 0.0054473876953125, + -0.033782958984375, + 0.00830841064453125, + -0.001163482666015625, + -0.039215087890625, + -0.00726318359375, + -0.07080078125, + -0.0268707275390625, + 0.0350341796875, + 0.00826263427734375, + -0.0029048919677734375, + -0.025238037109375, + -0.044677734375, + -0.039031982421875, + -0.0303192138671875, + 0.041778564453125, + 0.026153564453125, + 0.0272369384765625, + -0.039215087890625, + -0.0013055801391601562, + -0.02850341796875, + -0.047943115234375, + -0.025054931640625, + -0.02923583984375, + 0.033599853515625, + 0.005992889404296875, + -0.04559326171875, + 0.0197906494140625, + 0.0128021240234375, + 0.0199737548828125, + -0.00569915771484375, + 0.04449462890625, + -0.046478271484375, + -0.0270538330078125, + -0.001186370849609375, + 0.057373046875, + -0.018798828125, + -0.00803375244140625, + 0.0157012939453125, + 0.0173492431640625, + 0.039398193359375, + -0.032684326171875, + 0.0592041015625, + 0.01226043701171875, + -0.025787353515625, + -0.038482666015625, + -0.0229644775390625, + -0.0166168212890625, + 0.05047607421875, + -0.01235198974609375, + 0.0270538330078125, + -0.018890380859375, + -0.0204315185546875, + -0.08209228515625, + 0.05084228515625, + -0.0197906494140625, + -0.0128936767578125, + 0.006084442138671875, + -0.007625579833984375, + -0.03668212890625, + -0.01416778564453125, + -0.038482666015625, + 0.0145263671875, + -0.0270538330078125, + 0.0286865234375, + -0.01543426513671875, + -0.01180267333984375, + 0.006992340087890625, + 0.0165252685546875, + -0.01788330078125, + 0.0364990234375, + 0.0109405517578125, + -0.006946563720703125, + 0.0350341796875, + -0.0312347412109375, + -0.0020427703857421875, + -0.00547027587890625, + -0.00794219970703125, + -0.0171661376953125, + 0.002361297607421875, + -0.0199737548828125, + -0.0020656585693359375, + 0.0286865234375, + 0.0450439453125, + -0.01416778564453125, + -0.002758026123046875, + -0.0003020763397216797, + 0.0165252685546875, + -0.004154205322265625, + -0.01407623291015625, + -0.00980377197265625, + -0.00726318359375, + -0.0199737548828125, + -0.0283355712890625, + -0.055206298828125, + -0.09661865234375, + -0.004901885986328125, + -0.0711669921875, + 0.0025196075439453125, + -0.0029506683349609375, + 0.05267333984375, + 0.0167083740234375, + -0.031951904296875, + 0.040496826171875, + -0.010986328125, + -0.01371002197265625, + -0.02978515625, + 0.0160675048828125, + -0.0191650390625, + 0.04229736328125, + 0.0012369155883789062, + -0.04339599609375, + 0.0207977294921875, + -0.010711669921875, + 0.004810333251953125, + -0.00994110107421875, + 0.005176544189453125, + -0.0421142578125, + 0.01552581787109375, + -0.060638427734375, + -0.01012420654296875, + 0.01049041748046875, + 0.055206298828125, + 0.007537841796875, + -0.025970458984375, + 0.046478271484375, + -0.01470947265625, + -0.06353759765625, + 0.029052734375, + -0.0197906494140625, + -0.039031982421875, + 0.00626373291015625, + -0.01398468017578125, + 0.00469970703125, + 0.00998687744140625, + 0.02886962890625, + 0.02923583984375, + 0.025054931640625, + 0.025604248046875, + -0.0199737548828125, + -0.0026226043701171875, + -0.004291534423828125, + 0.02996826171875, + 0.031951904296875, + 0.01470947265625, + -0.006671905517578125, + 0.029052734375, + -0.0126190185546875, + -0.08062744140625, + -0.0191650390625, + -0.0270538330078125, + -0.047943115234375, + -0.0025539398193359375, + 0.0882568359375, + 0.053741455078125, + -0.01751708984375, + 0.0199737548828125, + 0.0584716796875, + 0.02923583984375, + 0.0247039794921875, + -0.026153564453125, + -0.057373046875, + -0.017425537109375, + 0.02886962890625, + 0.01806640625, + -0.06280517578125, + 0.05267333984375, + 0.06427001953125, + 0.0044708251953125, + -0.0007548332214355469, + -0.0167999267578125, + 0.01371002197265625, + 0.05047607421875, + 0.0305023193359375, + 0.014251708984375, + -0.05120849609375, + 0.033599853515625, + 0.0229644775390625, + 0.02105712890625, + -0.018157958984375, + -0.01007843017578125, + -0.0279693603515625, + 0.056304931640625, + -0.046478271484375, + 0.0090789794921875, + 0.0089874267578125, + 0.06390380859375, + 0.0281524658203125, + -0.040130615234375, + -0.025054931640625, + 0.07373046875, + 0.021331787109375, + -0.0207977294921875, + 0.0093994140625, + 0.00980377197265625, + -0.01543426513671875, + 0.039031982421875, + 0.0266876220703125, + -0.0009927749633789062, + 0.03759765625, + -0.001316070556640625, + -0.06866455078125, + 0.0570068359375, + 0.004970550537109375, + 0.024871826171875, + -0.0009927749633789062, + -0.053375244140625, + -0.01235198974609375, + -0.034515380859375, + 0.034515380859375, + 0.017425537109375, + 0.031951904296875, + 0.0126190185546875, + -0.00476837158203125, + -0.0270538330078125, + 0.009490966796875, + 0.0228729248046875, + 0.02197265625, + -0.006130218505859375, + -0.009124755859375, + 0.01861572265625, + 0.0268707275390625, + 0.0184326171875, + -0.02923583984375, + 0.0232391357421875, + -0.0272369384765625, + -0.0106658935546875, + -0.032867431640625, + 0.0310516357421875, + 0.00547027587890625, + 0.0016002655029296875, + 0.00994110107421875, + -0.001129150390625, + 0.0239715576171875, + -0.02178955078125, + -0.047943115234375, + 0.018707275390625, + 0.0074920654296875, + -0.0276031494140625, + 0.02886962890625, + 0.004199981689453125, + -0.0216064453125, + 0.0093994140625, + -0.04559326171875, + 0.08026123046875, + 0.0279693603515625, + 0.0303192138671875, + -0.006130218505859375, + 0.0301513671875, + 0.055938720703125, + 0.009033203125, + -0.01044464111328125, + 0.022796630859375, + -0.0198822021484375, + 0.06829833984375, + 0.055572509765625, + -0.0038356781005859375, + -0.033782958984375, + 0.025970458984375, + 0.005992889404296875, + -0.05047607421875, + 0.0113067626953125, + 0.0165252685546875, + 0.0006666183471679688, + -0.02923583984375, + -0.008941650390625, + 0.0165252685546875, + -0.0592041015625, + 0.05157470703125, + 0.0310516357421875, + -0.0013113021850585938, + 0.03631591796875, + -0.05303955078125, + 0.04248046875, + 0.00862884521484375, + 0.05010986328125, + -0.0312347412109375, + 0.05810546875, + -0.025421142578125, + 0.0169830322265625, + 0.00971221923828125, + 0.0231475830078125, + 0.0223388671875, + 0.0272369384765625, + -0.02886962890625, + 0.06463623046875, + 0.0159759521484375, + 0.0024623870849609375, + -0.049407958984375, + -0.0045166015625, + 0.00785064697265625, + 0.0239715576171875, + 0.046844482421875, + -0.05303955078125, + -0.01235198974609375, + -0.004314422607421875, + 0.05230712890625, + 0.0595703125, + -0.0207061767578125, + 0.0361328125, + -0.0038814544677734375, + -0.0000826120376586914, + -0.003200531005859375, + -0.0281524658203125 + ], + "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_KAPE", + "type": "tool", + "name": "KAPE", + "content": "kape kroll artifact parser and extractor revolutioniert windows-forensik durch intelligente ziel-basierte sammlung. statt full-disk-images extrahiert kape gezielt kritische artefakte: registry-hives, event-logs, prefetch, browser- daten, scheduled-tasks in minuten statt stunden. die target-files definieren was gesammelt wird, module-files wie es verarbeitet wird. besonders clever: compound-targets gruppieren zusammengehörige artefakte (z.b. \"browser\" sammelt chrome+firefox+edge), die gkape-gui macht es auch für nicht-techniker zugänglich. batch-mode verarbeitet mehrere images parallel. output direkt kompatibel zu timeline-tools wie plaso. die ständigen community-updates halten mit windows-entwicklungen schritt. vss-processing analysiert shadow- copies automatisch. der remote-collection-mode sammelt über netzwerk. kostenlos aber enterprise-support verfügbar. der neue standard für effiziente windows-forensik-triage. artifact-collection triage incident-response static-investigations data-collection", + "embedding": [ + -0.035614013671875, + 0.00966644287109375, + 0.031463623046875, + 0.0221710205078125, + 0.060638427734375, + 0.0168609619140625, + 0.0157318115234375, + 0.0014333724975585938, + -0.006633758544921875, + -0.00362396240234375, + -0.035430908203125, + 0.065185546875, + -0.0004203319549560547, + 0.0010128021240234375, + -0.06744384765625, + 0.04150390625, + -0.0149688720703125, + -0.00360107421875, + 0.00847625732421875, + -0.0016460418701171875, + -0.024444580078125, + -0.0089569091796875, + -0.04376220703125, + -0.007534027099609375, + -0.00521087646484375, + 0.01629638671875, + -0.01279449462890625, + -0.047943115234375, + -0.025390625, + 0.007293701171875, + -0.0099029541015625, + -0.012603759765625, + 0.00933074951171875, + 0.0149688720703125, + -0.03411865234375, + -0.01904296875, + -0.0006513595581054688, + -0.044342041015625, + -0.01885986328125, + 0.054962158203125, + -0.0045013427734375, + 0.01525115966796875, + -0.00971221923828125, + -0.00606536865234375, + -0.023681640625, + -0.02520751953125, + -0.0148773193359375, + 0.0034351348876953125, + 0.007770538330078125, + -0.007152557373046875, + 0.0276641845703125, + 0.0230255126953125, + 0.0086212158203125, + -0.01525115966796875, + -0.0255889892578125, + 0.03277587890625, + 0.0187530517578125, + -0.0203704833984375, + -0.048309326171875, + 0.06707763671875, + -0.0576171875, + -0.0035762786865234375, + 0.0212249755859375, + -0.0091400146484375, + 0.013641357421875, + 0.017913818359375, + -0.0149688720703125, + -0.034881591796875, + 0.0167694091796875, + 0.006916046142578125, + -0.005352020263671875, + -0.0112762451171875, + -0.0195159912109375, + 0.0169525146484375, + -0.0276641845703125, + -0.06402587890625, + 0.0117950439453125, + 0.02899169921875, + 0.0004887580871582031, + -0.0159149169921875, + -0.036956787109375, + -0.00315093994140625, + 0.0545654296875, + -0.0091400146484375, + -0.0148773193359375, + 0.003910064697265625, + 0.03466796875, + 0.0274810791015625, + 0.0141143798828125, + -0.0012140274047851562, + 0.0168609619140625, + -0.01198577880859375, + -0.00677490234375, + -0.0228271484375, + 0.033538818359375, + 0.08642578125, + -0.028228759765625, + -0.00426483154296875, + -0.0274810791015625, + 0.026153564453125, + 0.031463623046875, + -0.0325927734375, + 0.06634521484375, + -0.007389068603515625, + 0.0303192138671875, + -0.03277587890625, + 0.00518798828125, + -0.0305023193359375, + -0.0158233642578125, + -0.0274810791015625, + -0.09588623046875, + -0.0248260498046875, + -0.002819061279296875, + -0.07733154296875, + 0.01146697998046875, + 0.00433349609375, + -0.00786590576171875, + 0.01335906982421875, + -0.043212890625, + -0.0394287109375, + 0.0158233642578125, + 0.0165863037109375, + 0.00919342041015625, + -0.0123138427734375, + -0.048126220703125, + -0.06256103515625, + -0.01103973388671875, + 0.03411865234375, + -0.03582763671875, + -0.03448486328125, + -0.0003685951232910156, + -0.0118408203125, + -0.025390625, + -0.035247802734375, + -0.01099395751953125, + -0.019805908203125, + 0.01383209228515625, + 0.00823974609375, + -0.016204833984375, + 0.00748443603515625, + 0.0122222900390625, + -0.04302978515625, + -0.07049560546875, + -0.01544189453125, + -0.053436279296875, + -0.00748443603515625, + -0.00909423828125, + 0.04150390625, + -0.0286102294921875, + -0.00409698486328125, + -0.0187530517578125, + 0.031280517578125, + 0.040740966796875, + -0.01374053955078125, + 0.024444580078125, + -0.040374755859375, + 0.00495147705078125, + -0.01165008544921875, + 0.0545654296875, + -0.0141143798828125, + -0.02728271484375, + 0.007579803466796875, + 0.005115509033203125, + 0.0184783935546875, + -0.006870269775390625, + -0.051544189453125, + -0.0394287109375, + 0.028045654296875, + 0.002475738525390625, + -0.0130767822265625, + 0.036773681640625, + -0.0139312744140625, + 0.03582763671875, + 0.065185546875, + -0.0126953125, + 0.028045654296875, + -0.0010595321655273438, + 0.0005359649658203125, + 0.0168609619140625, + 0.04205322265625, + -0.006870269775390625, + -0.0025234222412109375, + 0.0291748046875, + 0.0177154541015625, + -0.006443023681640625, + 0.016387939453125, + -0.01421356201171875, + -0.0219879150390625, + -0.051177978515625, + 0.0257720947265625, + -0.0090484619140625, + -0.038665771484375, + -0.0160064697265625, + 0.01477813720703125, + 0.0178070068359375, + 0.057220458984375, + 0.03997802734375, + -0.01013946533203125, + 0.04132080078125, + 0.0237884521484375, + 0.0040740966796875, + 0.0303192138671875, + -0.01468658447265625, + 0.03997802734375, + 0.0291748046875, + 0.0168609619140625, + -0.017059326171875, + 0.0377197265625, + 0.01525115966796875, + -0.0158233642578125, + -0.01544189453125, + 0.08111572265625, + -0.0011310577392578125, + -0.0255889892578125, + -0.0198974609375, + -0.046417236328125, + 0.02520751953125, + 0.0029010772705078125, + -0.01061248779296875, + 0.001178741455078125, + -0.00975799560546875, + -0.047576904296875, + -0.000675201416015625, + 0.0241546630859375, + -0.0325927734375, + 0.0216064453125, + 0.020660400390625, + -0.017913818359375, + -0.0267181396484375, + 0.0198974609375, + 0.014495849609375, + 0.0118408203125, + -0.019989013671875, + 0.01335906982421875, + 0.00013840198516845703, + -0.0220794677734375, + 0.06976318359375, + 0.0186614990234375, + 0.0198974609375, + 0.0169525146484375, + -0.00589752197265625, + 0.053070068359375, + -0.0213165283203125, + 0.04888916015625, + 0.0435791015625, + -0.0303192138671875, + 0.0008940696716308594, + -0.00838470458984375, + 0.053436279296875, + 0.035430908203125, + -0.042449951171875, + -0.00847625732421875, + -0.0867919921875, + -0.002498626708984375, + -0.07012939453125, + -0.033905029296875, + -0.044708251953125, + -0.049652099609375, + 0.053070068359375, + -0.033355712890625, + -0.01922607421875, + 0.018951416015625, + -0.00786590576171875, + -0.0122222900390625, + 0.07049560546875, + 0.010894775390625, + -0.044525146484375, + -0.0224609375, + 0.064453125, + 0.00833892822265625, + -0.0019893646240234375, + -0.0222625732421875, + 0.0201873779296875, + -0.0295562744140625, + 0.0274810791015625, + -0.024261474609375, + -0.01018524169921875, + 0.04888916015625, + 0.035064697265625, + 0.015350341796875, + -0.00933074951171875, + 0.01544189453125, + -0.0018596649169921875, + 0.0284271240234375, + -0.033355712890625, + -0.006488800048828125, + -0.0094757080078125, + 0.021697998046875, + -0.0005388259887695312, + -0.04681396484375, + -0.01279449462890625, + 0.026336669921875, + 0.00360107421875, + -0.0076751708984375, + 0.0042877197265625, + -0.037322998046875, + 0.0160064697265625, + -0.0257720947265625, + -0.02349853515625, + 0.0175323486328125, + 0.039215087890625, + -0.029937744140625, + 0.0107574462890625, + -0.0008230209350585938, + 0.007389068603515625, + -0.01099395751953125, + -0.0716552734375, + -0.0255889892578125, + -0.01335906982421875, + -0.020843505859375, + -0.0343017578125, + 0.0274810791015625, + -0.0220794677734375, + 0.0164794921875, + -0.028228759765625, + 0.0094757080078125, + -0.01155853271484375, + -0.0291748046875, + 0.0168609619140625, + -0.03411865234375, + -0.0205535888671875, + -0.01009368896484375, + 0.043212890625, + 0.002155303955078125, + 0.006633758544921875, + -0.02728271484375, + -0.016387939453125, + -0.031463623046875, + 0.0233001708984375, + -0.040557861328125, + 0.0123138427734375, + -0.01430511474609375, + 0.01027679443359375, + 0.031829833984375, + 0.0005297660827636719, + 0.01155853271484375, + 0.043975830078125, + 0.017242431640625, + -0.0284271240234375, + 0.004119873046875, + 0.0007314682006835938, + 0.026336669921875, + 0.0139312744140625, + -0.0229339599609375, + -0.0165863037109375, + -0.0183868408203125, + -0.016387939453125, + 0.0239715576171875, + 0.01297760009765625, + 0.035614013671875, + 0.033721923828125, + -0.028045654296875, + -0.003387451171875, + 0.06402587890625, + 0.0148773193359375, + 0.1015625, + 0.0022735595703125, + -0.060272216796875, + 0.036773681640625, + 0.0579833984375, + -0.0036716461181640625, + 0.0009355545043945312, + 0.031463623046875, + 0.0023097991943359375, + 0.0126953125, + 0.0291748046875, + -0.01468658447265625, + 0.024444580078125, + -0.0149688720703125, + 0.00748443603515625, + 0.0178070068359375, + -0.0276641845703125, + 0.004596710205078125, + 0.04132080078125, + 0.01279449462890625, + 0.019805908203125, + 0.033905029296875, + -0.0435791015625, + -0.03448486328125, + -0.044921875, + -0.06402587890625, + 0.005825042724609375, + -0.0031986236572265625, + 0.0113677978515625, + 0.047943115234375, + -0.051544189453125, + -0.06707763671875, + 0.0156402587890625, + -0.042633056640625, + 0.08489990234375, + 0.02880859375, + -0.0023441314697265625, + 0.0250091552734375, + -0.0089569091796875, + -0.002948760986328125, + 0.0107574462890625, + 0.0045013427734375, + 0.0203704833984375, + 0.0384521484375, + 0.03826904296875, + 0.0072021484375, + -0.0010900497436523438, + 0.01151275634765625, + 0.02264404296875, + 0.03070068359375, + 0.00975799560546875, + 0.0118408203125, + 0.0010128021240234375, + 0.033905029296875, + -0.0202789306640625, + 0.05645751953125, + 0.03411865234375, + 0.02008056640625, + 0.029937744140625, + -0.01241302490234375, + -0.0003020763397216797, + -0.035614013671875, + -0.006633758544921875, + -0.0158233642578125, + -0.0018358230590820312, + 0.02008056640625, + 0.031280517578125, + -0.07122802734375, + -0.0005979537963867188, + 0.039031982421875, + -0.0579833984375, + 0.033172607421875, + 0.019805908203125, + -0.024261474609375, + 0.0004055500030517578, + -0.011749267578125, + -0.06292724609375, + 0.04925537109375, + -0.00782012939453125, + -0.0360107421875, + -0.00786590576171875, + 0.0121307373046875, + -0.04168701171875, + -0.0310821533203125, + -0.040557861328125, + -0.0212249755859375, + -0.01203155517578125, + -0.04925537109375, + 0.042266845703125, + -0.01885986328125, + -0.0016698837280273438, + 0.05230712890625, + 0.0286102294921875, + -0.0160064697265625, + -0.02520751953125, + 0.0384521484375, + -0.018280029296875, + -0.0276641845703125, + 0.049652099609375, + 0.00696563720703125, + 0.043975830078125, + -0.053070068359375, + -0.0228271484375, + -0.0036468505859375, + -0.004878997802734375, + -0.006252288818359375, + 0.004451751708984375, + -0.0576171875, + -0.053802490234375, + -0.0418701171875, + 0.07769775390625, + -0.0193328857421875, + 0.0394287109375, + -0.008148193359375, + -0.03582763671875, + 0.033721923828125, + -0.061767578125, + -0.028045654296875, + -0.01009368896484375, + 0.00782012939453125, + -0.01971435546875, + 0.06591796875, + -0.01885986328125, + -0.021697998046875, + 0.015350341796875, + 0.037322998046875, + 0.01554107666015625, + 0.0201873779296875, + -0.049652099609375, + 0.042266845703125, + 0.037322998046875, + -0.04888916015625, + -0.01123046875, + -0.0223541259765625, + 0.019805908203125, + 0.038848876953125, + -0.04168701171875, + -0.007293701171875, + -0.005306243896484375, + -0.07012939453125, + -0.0305023193359375, + -0.0377197265625, + -0.00800323486328125, + -0.053070068359375, + -0.0028667449951171875, + 0.039031982421875, + -0.00833892822265625, + 0.0126953125, + 0.006015777587890625, + 0.018280029296875, + 0.0121307373046875, + -0.0086212158203125, + -0.028228759765625, + 0.043212890625, + -0.08795166015625, + -0.014404296875, + -0.011749267578125, + 0.037322998046875, + -0.0036468505859375, + 0.00634765625, + 0.0130767822265625, + -0.003932952880859375, + 0.049652099609375, + -0.02264404296875, + -0.01189422607421875, + -0.008575439453125, + 0.00261688232421875, + -0.04150390625, + -0.01458740234375, + 0.0212249755859375, + 0.01194000244140625, + -0.003482818603515625, + 0.00885772705078125, + 0.04205322265625, + -0.0308837890625, + 0.033538818359375, + 0.03411865234375, + 0.01922607421875, + 0.0213165283203125, + -0.00743865966796875, + -0.0105133056640625, + -0.0034351348876953125, + 0.02520751953125, + 0.0022735595703125, + -0.036956787109375, + -0.06781005859375, + 0.0174407958984375, + 0.0015516281127929688, + 0.0384521484375, + -0.00315093994140625, + -0.032958984375, + -0.06707763671875, + -0.006443023681640625, + 0.04718017578125, + 0.04150390625, + 0.032012939453125, + -0.00696563720703125, + -0.007389068603515625, + -0.006679534912109375, + -0.051910400390625, + 0.03411865234375, + -0.007389068603515625, + 0.03240966796875, + 0.004665374755859375, + -0.044342041015625, + 0.0196075439453125, + 0.03961181640625, + 0.027099609375, + 0.0228271484375, + 0.005615234375, + -0.01477813720703125, + 0.003742218017578125, + -0.020843505859375, + -0.016387939453125, + -0.0031032562255859375, + -0.0284271240234375, + 0.020843505859375, + -0.032012939453125, + -0.0198974609375, + -0.0185699462890625, + -0.01468658447265625, + 0.0224609375, + -0.0237884521484375, + -0.006870269775390625, + 0.017242431640625, + -0.00980377197265625, + 0.057220458984375, + -0.0305023193359375, + -0.036376953125, + 0.008056640625, + 0.01629638671875, + 0.042449951171875, + 0.035247802734375, + -0.006725311279296875, + -0.01345062255859375, + 0.01506805419921875, + 0.02008056640625, + 0.01027679443359375, + -0.049652099609375, + -0.0016460418701171875, + 0.0187530517578125, + -0.0029964447021484375, + 0.044708251953125, + 0.0107574462890625, + 0.06707763671875, + 0.0220794677734375, + 0.0201873779296875, + 0.00909423828125, + 0.07733154296875, + 0.027862548828125, + -0.01146697998046875, + -0.05609130859375, + -0.02880859375, + -0.0259552001953125, + -0.04888916015625, + -0.04681396484375, + 0.00521087646484375, + 0.054962158203125, + -0.0648193359375, + -0.00611114501953125, + -0.0117034912109375, + 0.00015544891357421875, + 0.004974365234375, + 0.021026611328125, + -0.022735595703125, + 0.01080322265625, + 0.01279449462890625, + -0.040740966796875, + 0.0183868408203125, + -0.0159149169921875, + 0.0159149169921875, + 0.046417236328125, + 0.0230255126953125, + -0.00881195068359375, + 0.0286102294921875, + -0.00743865966796875, + 0.0418701171875, + -0.0021190643310546875, + 0.053802490234375, + 0.0109405517578125, + 0.01326751708984375, + 0.0250091552734375, + 0.061767578125, + -0.0105133056640625, + -0.00743865966796875, + 0.005970001220703125, + 0.0303192138671875, + 0.040740966796875, + 0.04925537109375, + 0.01629638671875, + 0.0117950439453125, + -0.005115509033203125, + -0.0291748046875, + 0.0148773193359375, + 0.0131683349609375, + -0.0123138427734375, + -0.03448486328125, + -0.0360107421875, + 0.03790283203125, + -0.0308837890625, + 0.03070068359375, + 0.01611328125, + -0.02520751953125, + 0.019805908203125, + 0.045867919921875, + -0.0295562744140625, + -0.03277587890625, + 0.0255889892578125, + -0.01160430908203125, + -0.046600341796875, + -0.0274810791015625, + -0.039794921875, + 0.04736328125, + -0.0284271240234375, + -0.04132080078125, + -0.035430908203125, + 0.0452880859375, + -0.02899169921875, + -0.0343017578125, + -0.0126953125, + -0.01160430908203125, + -0.0267181396484375, + -0.035064697265625, + -0.0276641845703125, + -0.04718017578125, + 0.0248260498046875, + -0.02880859375, + -0.00037741661071777344, + -0.00516510009765625, + -0.0259552001953125, + -0.006038665771484375, + -0.0148773193359375, + -0.037322998046875, + 0.02093505859375, + -0.0343017578125, + 0.056854248046875, + 0.00994873046875, + 0.025390625, + 0.023406982421875, + 0.072021484375, + 0.00261688232421875, + -0.01885986328125, + -0.0198974609375, + -0.08984375, + 0.0072479248046875, + 0.01421356201171875, + 0.004974365234375, + -0.064453125, + 0.0068206787109375, + 0.05230712890625, + -0.0841064453125, + 0.0250091552734375, + 0.0031986236572265625, + -0.00847625732421875, + -0.06365966796875, + -0.02264404296875, + -0.036956787109375, + 0.037322998046875, + 0.07733154296875, + -0.003173828125, + -0.009002685546875, + 0.01250457763671875, + -0.042266845703125, + 0.058746337890625, + -0.004001617431640625, + 0.01525115966796875, + -0.024444580078125, + 0.0156402587890625, + 0.0322265625, + -0.03277587890625, + 0.0038604736328125, + -0.0875244140625, + 0.0072479248046875, + 0.006488800048828125, + 0.020660400390625, + 0.003742218017578125, + -0.002605438232421875, + -0.046234130859375, + -0.0202789306640625, + -0.0184783935546875, + 0.0178070068359375, + -0.004878997802734375, + 0.0205535888671875, + -0.05572509765625, + -0.006916046142578125, + -0.01099395751953125, + -0.04339599609375, + -0.051544189453125, + -0.0220794677734375, + 0.024444580078125, + -0.0159149169921875, + -0.06256103515625, + 0.015350341796875, + 0.0303192138671875, + 0.01468658447265625, + 0.01297760009765625, + 0.046417236328125, + -0.0377197265625, + 0.01904296875, + 0.0045013427734375, + 0.034881591796875, + 0.00677490234375, + -0.0183868408203125, + -0.01061248779296875, + -0.00847625732421875, + 0.0301361083984375, + -0.060272216796875, + 0.03277587890625, + 0.0233001708984375, + -0.047943115234375, + -0.07843017578125, + -0.047943115234375, + 0.001201629638671875, + 0.046417236328125, + -0.02880859375, + 0.037322998046875, + -0.03656005859375, + -0.0117034912109375, + -0.09283447265625, + 0.044342041015625, + 0.00201416015625, + 0.01506805419921875, + 0.027099609375, + -0.0086669921875, + -0.040374755859375, + -0.031280517578125, + -0.01065826416015625, + 0.004596710205078125, + -0.0255889892578125, + 0.0220794677734375, + 0.002819061279296875, + -0.00007218122482299805, + 0.0276641845703125, + 0.00283050537109375, + 0.005733489990234375, + 0.0295562744140625, + 0.029937744140625, + -0.03619384765625, + 0.06329345703125, + -0.0293731689453125, + -0.01009368896484375, + 0.0005211830139160156, + -0.01800537109375, + 0.0009832382202148438, + -0.00975799560546875, + -0.029754638671875, + -0.002239227294921875, + 0.03411865234375, + 0.0257720947265625, + -0.02880859375, + 0.004856109619140625, + -0.0113677978515625, + 0.01554107666015625, + 0.00823974609375, + -0.033905029296875, + -0.003932952880859375, + 0.0122222900390625, + -0.0105133056640625, + -0.025390625, + -0.0579833984375, + -0.08984375, + 0.0028667449951171875, + -0.0452880859375, + 0.009613037109375, + -0.0085296630859375, + 0.01468658447265625, + 0.005588531494140625, + -0.018280029296875, + 0.0269012451171875, + 0.0013675689697265625, + -0.0193328857421875, + -0.038665771484375, + 0.01554107666015625, + 0.015350341796875, + 0.05572509765625, + 0.0184783935546875, + -0.0222625732421875, + 0.00795745849609375, + -0.02899169921875, + 0.006679534912109375, + -0.0193328857421875, + -0.0169525146484375, + -0.05267333984375, + 0.00843048095703125, + -0.060272216796875, + -0.00786590576171875, + 0.00696563720703125, + 0.059112548828125, + 0.004833221435546875, + -0.00885772705078125, + 0.03790283203125, + 0.00383758544921875, + -0.050018310546875, + 0.0274810791015625, + -0.013641357421875, + -0.004878997802734375, + 0.0184783935546875, + 0.0303192138671875, + 0.0257720947265625, + 0.02520751953125, + 0.050018310546875, + 0.040740966796875, + 0.03070068359375, + 0.00634765625, + -0.0130767822265625, + -0.0156402587890625, + -0.0121307373046875, + 0.03656005859375, + 0.031646728515625, + 0.0248260498046875, + -0.017059326171875, + 0.026153564453125, + 0.00606536865234375, + -0.07806396484375, + -0.020751953125, + -0.0202789306640625, + -0.06671142578125, + 0.0013561248779296875, + 0.060638427734375, + 0.040374755859375, + -0.0185699462890625, + 0.0469970703125, + 0.0648193359375, + 0.0308837890625, + 0.00705718994140625, + -0.0308837890625, + -0.07391357421875, + -0.0008821487426757812, + 0.0241546630859375, + 0.0035762786865234375, + -0.049652099609375, + 0.05609130859375, + 0.05950927734375, + -0.0072479248046875, + -0.0223541259765625, + 0.0038127899169921875, + 0.0031032562255859375, + 0.021514892578125, + 0.016387939453125, + 0.0193328857421875, + -0.06976318359375, + 0.021026611328125, + 0.01250457763671875, + -0.01123046875, + 0.026153564453125, + -0.025390625, + -0.03411865234375, + 0.04718017578125, + -0.058746337890625, + 0.01080322265625, + 0.0213165283203125, + 0.06292724609375, + 0.0181884765625, + -0.029754638671875, + -0.0156402587890625, + 0.040557861328125, + 0.0033168792724609375, + -0.046234130859375, + 0.013641357421875, + 0.02264404296875, + -0.0203704833984375, + -0.004833221435546875, + 0.038848876953125, + 0.0255889892578125, + 0.038665771484375, + 0.0085296630859375, + -0.0435791015625, + 0.008575439453125, + -0.00634765625, + 0.0038604736328125, + -0.004001617431640625, + -0.038848876953125, + -0.034881591796875, + -0.050018310546875, + 0.043212890625, + 0.0149688720703125, + 0.022735595703125, + 0.006679534912109375, + -0.01629638671875, + 0.018280029296875, + 0.0267181396484375, + 0.0274810791015625, + 0.0165863037109375, + 0.0211334228515625, + 0.015350341796875, + 0.009521484375, + 0.01430511474609375, + 0.004878997802734375, + -0.0325927734375, + 0.0219879150390625, + -0.0141143798828125, + -0.031646728515625, + -0.04150390625, + 0.00701141357421875, + 0.01070404052734375, + -0.00994873046875, + 0.0195159912109375, + -0.05267333984375, + 0.003505706787109375, + -0.01800537109375, + -0.060638427734375, + 0.0029010772705078125, + 0.0305023193359375, + -0.0203704833984375, + 0.024261474609375, + 0.024261474609375, + -0.016387939453125, + 0.0033168792724609375, + -0.07501220703125, + 0.093994140625, + 0.033355712890625, + 0.0295562744140625, + 0.0015993118286132812, + 0.023681640625, + 0.0230255126953125, + 0.00743865966796875, + 0.01250457763671875, + 0.0274810791015625, + -0.018951416015625, + 0.054962158203125, + 0.04168701171875, + -0.0016813278198242188, + -0.032012939453125, + 0.024627685546875, + 0.00843048095703125, + -0.05419921875, + 0.0284271240234375, + -0.0017290115356445312, + 0.003742218017578125, + -0.003978729248046875, + 0.02520751953125, + 0.0038604736328125, + -0.05950927734375, + 0.04547119140625, + -0.0034580230712890625, + -0.033172607421875, + 0.021881103515625, + -0.05267333984375, + 0.03826904296875, + 0.003910064697265625, + 0.037506103515625, + -0.045654296875, + 0.04888916015625, + 0.0009946823120117188, + 0.0186614990234375, + -0.0020732879638671875, + 0.003932952880859375, + 0.004642486572265625, + 0.0018358230590820312, + -0.00495147705078125, + 0.076904296875, + 0.0216064453125, + -0.0196075439453125, + -0.0360107421875, + -0.0166778564453125, + -0.0023441314697265625, + -0.00240325927734375, + 0.042449951171875, + -0.03070068359375, + -0.0293731689453125, + 0.0195159912109375, + 0.0343017578125, + 0.056854248046875, + -0.004974365234375, + 0.01515960693359375, + -0.0011014938354492188, + -0.03961181640625, + -0.00872039794921875, + -0.0008645057678222656 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "artifact-collection", + "triage" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_VirusTotal", + "type": "tool", + "name": "VirusTotal", + "content": "virustotal googles malware-intelligence-plattform aggregiert erkennungen von 70+ antivirus-engines und sandboxes für sofortige threat-assessment. upload verdächtiger dateien, urls oder domains liefert umfassende reports: av-detections, behavioral-analysis, yara-matches, community-comments. besonders wertvoll: retro-hunt findet ähnliche samples in der milliarden-sample-datenbank, graph-view visualisiert malware-familien- beziehungen, crowdsourced-iocs von security-forschern weltweit. die premium-api ermöglicht bulk-searches und private scans. integration in alle major-security-tools durch offene apis. livehunt-service alertiert bei neuen samples matching custom yara-rules. vorsicht: public-uploads sind für alle sichtbar - keine vertraulichen samples! die kostenlose nutzung macht es zum standard-tool für initiale malware-triage. unverzichtbar für threat-intelligence und soc-analysten. sandbox av-scan malware-analysis examination", + "embedding": [ + -0.02313232421875, + 0.0297393798828125, + 0.031951904296875, + 0.0255584716796875, + 0.01409912109375, + 0.0257720947265625, + 0.020263671875, + -0.0208282470703125, + -0.014434814453125, + 0.0165252685546875, + -0.031280517578125, + 0.04473876953125, + 0.0255584716796875, + 0.00005161762237548828, + -0.056396484375, + 0.048919677734375, + 0.004047393798828125, + 0.0247802734375, + 0.015869140625, + 0.0013427734375, + -0.0295257568359375, + -0.02093505859375, + -0.040985107421875, + -0.0201568603515625, + 0.00727081298828125, + -0.01123809814453125, + -0.037017822265625, + -0.07623291015625, + -0.03570556640625, + -0.0159759521484375, + 0.0297393798828125, + -0.0328369140625, + -0.00997161865234375, + 0.0252227783203125, + -0.01206207275390625, + -0.00843048095703125, + 0.0086517333984375, + -0.047149658203125, + -0.000017642974853515625, + 0.021697998046875, + -0.0196075439453125, + -0.017730712890625, + -0.0014390945434570312, + -0.00641632080078125, + -0.042755126953125, + -0.032623291015625, + -0.017303466796875, + -0.0072174072265625, + 0.02886962890625, + -0.0168609619140625, + 0.0284271240234375, + 0.0190582275390625, + 0.01641845703125, + -0.031494140625, + -0.043853759765625, + 0.022369384765625, + 0.01806640625, + -0.0219268798828125, + -0.048919677734375, + 0.048919677734375, + -0.046478271484375, + -0.0179595947265625, + 0.00012826919555664062, + 0.0199432373046875, + 0.012176513671875, + 0.01261138916015625, + 0.001232147216796875, + -0.01641845703125, + -0.0024089813232421875, + 0.00782012939453125, + 0.005645751953125, + 0.00641632080078125, + -0.0260009765625, + 0.0484619140625, + -0.0219268798828125, + -0.012451171875, + 0.00980377197265625, + 0.031951904296875, + 0.009918212890625, + 0.017181396484375, + -0.04119873046875, + -0.0169677734375, + 0.046051025390625, + -0.03656005859375, + -0.01971435546875, + 0.007434844970703125, + 0.0146484375, + 0.02423095703125, + -0.022247314453125, + 0.0063629150390625, + 0.0185089111328125, + -0.003772735595703125, + 0.0255584716796875, + -0.01520538330078125, + 0.035919189453125, + 0.02764892578125, + -0.0269927978515625, + -0.0091400146484375, + -0.0086517333984375, + 0.052001953125, + -0.0007572174072265625, + -0.0201568603515625, + 0.05816650390625, + -0.01019287109375, + 0.046722412109375, + -0.0221405029296875, + 0.00727081298828125, + -0.009307861328125, + 0.01294708251953125, + -0.007434844970703125, + -0.0982666015625, + -0.06256103515625, + -0.01107025146484375, + -0.06695556640625, + -0.0045166015625, + 0.0179595947265625, + -0.0163116455078125, + 0.0297393798828125, + -0.03680419921875, + -0.0823974609375, + 0.04229736328125, + 0.01239013671875, + -0.007602691650390625, + 0.0199432373046875, + -0.002643585205078125, + -0.0634765625, + 0.0109100341796875, + 0.03216552734375, + -0.016632080078125, + -0.0215911865234375, + -0.001377105712890625, + -0.0232391357421875, + -0.00501251220703125, + -0.037689208984375, + -0.0035533905029296875, + -0.0304107666015625, + 0.00836944580078125, + 0.0281982421875, + -0.012176513671875, + 0.00614166259765625, + 0.046051025390625, + -0.030853271484375, + -0.04364013671875, + -0.00843048095703125, + -0.038116455078125, + 0.00559234619140625, + -0.034149169921875, + 0.034820556640625, + -0.04052734375, + 0.0179595947265625, + 0.00415802001953125, + 0.007049560546875, + 0.042510986328125, + 0.001308441162109375, + 0.01531219482421875, + -0.0281982421875, + 0.01161956787109375, + -0.0207061767578125, + 0.03546142578125, + -0.0022029876708984375, + -0.0212554931640625, + -0.00008046627044677734, + 0.0221405029296875, + 0.02886962890625, + -0.013824462890625, + -0.034149169921875, + -0.0261077880859375, + 0.0170745849609375, + 0.00815582275390625, + 0.00528717041015625, + 0.025665283203125, + -0.004985809326171875, + 0.0246734619140625, + 0.055084228515625, + -0.0005269050598144531, + 0.01250457763671875, + 0.0009365081787109375, + -0.038787841796875, + 0.044281005859375, + 0.0284271240234375, + -0.0190582275390625, + -0.01288604736328125, + 0.044952392578125, + -0.0035533905029296875, + 0.018951416015625, + -0.0002598762512207031, + -0.0193939208984375, + -0.029083251953125, + -0.03326416015625, + 0.03106689453125, + -0.046722412109375, + -0.0255584716796875, + -0.00952911376953125, + 0.05487060546875, + -0.001445770263671875, + 0.04803466796875, + 0.022369384765625, + -0.015869140625, + 0.026214599609375, + 0.0045166015625, + -0.004848480224609375, + 0.0161895751953125, + 0.032379150390625, + 0.043182373046875, + -0.020263671875, + 0.00952911376953125, + 0.01377105712890625, + 0.021148681640625, + 0.012176513671875, + -0.0134429931640625, + 0.0089263916015625, + 0.05859375, + -0.0150909423828125, + -0.023468017578125, + -0.017730712890625, + -0.034149169921875, + 0.0257720947265625, + 0.0024089813232421875, + -0.021697998046875, + 0.015533447265625, + -0.01233673095703125, + -0.031951904296875, + -0.006938934326171875, + 0.0139923095703125, + -0.01861572265625, + 0.0170745849609375, + 0.01300048828125, + 0.0012254714965820312, + -0.00897979736328125, + 0.006252288818359375, + 0.01349639892578125, + 0.0418701171875, + -0.003910064697265625, + -0.030181884765625, + -0.00881195068359375, + -0.005702972412109375, + 0.049346923828125, + 0.0204925537109375, + -0.0009641647338867188, + -0.0163116455078125, + -0.00028228759765625, + 0.042755126953125, + -0.0199432373046875, + 0.026336669921875, + 0.0012254714965820312, + -0.00627899169921875, + 0.00881195068359375, + -0.0118408203125, + 0.0111236572265625, + 0.053985595703125, + -0.06787109375, + -0.01806640625, + -0.05596923828125, + 0.023468017578125, + -0.06787109375, + -0.050445556640625, + -0.0193939208984375, + -0.060821533203125, + 0.047821044921875, + -0.0394287109375, + -0.0100250244140625, + 0.0033740997314453125, + 0.0213775634765625, + -0.00318145751953125, + 0.033935546875, + 0.00218963623046875, + -0.042755126953125, + -0.031951904296875, + 0.08770751953125, + 0.0080413818359375, + -0.0266571044921875, + -0.021484375, + 0.05133056640625, + -0.01062774658203125, + 0.0210418701171875, + -0.01641845703125, + 0.01531219482421875, + 0.0159759521484375, + 0.005260467529296875, + 0.0161895751953125, + 0.0074920654296875, + -0.01486968994140625, + -0.0080413818359375, + 0.055755615234375, + -0.049346923828125, + -0.008209228515625, + -0.01983642578125, + 0.00836944580078125, + 0.032379150390625, + -0.06695556640625, + -0.0016803741455078125, + 0.04296875, + 0.0134429931640625, + 0.0088653564453125, + -0.0089263916015625, + -0.05377197265625, + 0.0000023245811462402344, + 0.0049591064453125, + -0.0120086669921875, + 0.019500732421875, + 0.04229736328125, + -0.0531005859375, + 0.00826263427734375, + -0.0361328125, + 0.0007920265197753906, + -0.02203369140625, + -0.03656005859375, + -0.0013151168823242188, + -0.0167388916015625, + -0.023681640625, + -0.0207061767578125, + 0.0145416259765625, + -0.03173828125, + 0.0165252685546875, + 0.0111236572265625, + -0.00754547119140625, + -0.038330078125, + -0.026763916015625, + 0.022918701171875, + -0.024017333984375, + -0.0350341796875, + -0.03460693359375, + 0.044952392578125, + 0.0086517333984375, + 0.0146484375, + -0.01751708984375, + -0.0165252685546875, + -0.0484619140625, + -0.005756378173828125, + -0.0225830078125, + -0.00374603271484375, + -0.006610870361328125, + 0.05133056640625, + 0.04296875, + 0.003345489501953125, + 0.0111236572265625, + 0.0802001953125, + 0.0228118896484375, + 0.00040268898010253906, + -0.01486968994140625, + 0.0187225341796875, + 0.005397796630859375, + 0.051544189453125, + -0.021697998046875, + 0.00732421875, + -0.0350341796875, + -0.041656494140625, + -0.0024509429931640625, + 0.033935546875, + 0.0418701171875, + 0.018280029296875, + 0.003993988037109375, + 0.00815582275390625, + 0.08990478515625, + 0.01007843017578125, + 0.1048583984375, + -0.014434814453125, + -0.051544189453125, + -0.00826263427734375, + 0.037689208984375, + -0.025115966796875, + 0.018402099609375, + -0.0154266357421875, + 0.01140594482421875, + -0.034149169921875, + 0.0169677734375, + -0.033477783203125, + 0.03436279296875, + 0.005096435546875, + 0.0167388916015625, + 0.032379150390625, + -0.01641845703125, + 0.031951904296875, + 0.0199432373046875, + 0.041656494140625, + 0.0199432373046875, + 0.04583740234375, + -0.0163116455078125, + -0.01239013671875, + -0.05377197265625, + -0.07623291015625, + 0.0204925537109375, + -0.00261688232421875, + 0.004405975341796875, + 0.0208282470703125, + -0.021697998046875, + -0.05596923828125, + 0.0286407470703125, + -0.021148681640625, + 0.08197021484375, + 0.04693603515625, + -0.010467529296875, + 0.02655029296875, + -0.0156402587890625, + 0.02093505859375, + 0.026885986328125, + 0.01134490966796875, + 0.0226898193359375, + 0.06298828125, + 0.054656982421875, + 0.01476287841796875, + -0.021148681640625, + 0.003635406494140625, + 0.009857177734375, + 0.0272064208984375, + 0.01178741455078125, + 0.0394287109375, + 0.006748199462890625, + 0.0208282470703125, + -0.0226898193359375, + 0.037017822265625, + 0.01052093505859375, + -0.017181396484375, + -0.0199432373046875, + -0.021484375, + 0.024017333984375, + -0.0328369140625, + 0.0023956298828125, + -0.0208282470703125, + 0.031494140625, + 0.002147674560546875, + 0.00047850608825683594, + -0.0823974609375, + -0.0060577392578125, + 0.05419921875, + -0.0665283203125, + 0.03173828125, + 0.0074920654296875, + -0.022918701171875, + 0.0215911865234375, + 0.0089263916015625, + -0.0552978515625, + 0.047576904296875, + -0.0250091552734375, + -0.079345703125, + -0.00798797607421875, + 0.0207061767578125, + -0.05023193359375, + -0.03546142578125, + -0.040313720703125, + -0.0108489990234375, + -0.014434814453125, + -0.0304107666015625, + 0.027099609375, + -0.01239013671875, + 0.00942230224609375, + 0.03436279296875, + 0.030181884765625, + -0.018402099609375, + -0.038116455078125, + 0.03173828125, + -0.02764892578125, + -0.043853759765625, + 0.0174102783203125, + -0.0165252685546875, + 0.012451171875, + -0.03900146484375, + -0.004352569580078125, + -0.00936126708984375, + 0.036346435546875, + 0.0107421875, + 0.01206207275390625, + -0.023681640625, + -0.046478271484375, + -0.0286407470703125, + 0.08154296875, + 0.021820068359375, + 0.042755126953125, + -0.00669097900390625, + -0.056854248046875, + 0.0255584716796875, + -0.0599365234375, + 0.00225830078125, + -0.022247314453125, + 0.03106689453125, + -0.0111236572265625, + 0.08502197265625, + -0.019500732421875, + -0.017730712890625, + -0.007434844970703125, + 0.031494140625, + 0.01195526123046875, + 0.0266571044921875, + -0.04296875, + 0.053985595703125, + 0.0255584716796875, + -0.07183837890625, + -0.029083251953125, + -0.029083251953125, + 0.0157470703125, + 0.04913330078125, + -0.046722412109375, + 0.0038280487060546875, + 0.0022449493408203125, + -0.040771484375, + -0.031280517578125, + -0.0372314453125, + -0.0191650390625, + -0.044952392578125, + 0.034149169921875, + 0.014434814453125, + -0.00218963623046875, + 0.040313720703125, + 0.01052093505859375, + -0.01052093505859375, + 0.00853729248046875, + 0.030181884765625, + -0.013824462890625, + 0.0281982421875, + -0.06787109375, + -0.0462646484375, + -0.00727081298828125, + 0.034820556640625, + -0.01421356201171875, + 0.01267242431640625, + -0.0179595947265625, + -0.0005850791931152344, + 0.0304107666015625, + -0.016082763671875, + 0.0150909423828125, + -0.0156402587890625, + -0.0286407470703125, + -0.0295257568359375, + 0.00826263427734375, + 0.0260009765625, + -0.0008745193481445312, + -0.0018453598022460938, + 0.02886962890625, + 0.039886474609375, + -0.046722412109375, + -0.0120086669921875, + 0.0085906982421875, + -0.0035533905029296875, + 0.01300048828125, + -0.0133819580078125, + -0.014434814453125, + -0.0221405029296875, + 0.01641845703125, + -0.04449462890625, + -0.0019006729125976562, + -0.0709228515625, + 0.0233612060546875, + -0.01161956787109375, + 0.0212554931640625, + -0.0204925537109375, + -0.0191650390625, + -0.038543701171875, + -0.0174102783203125, + 0.0275421142578125, + 0.0190582275390625, + -0.01861572265625, + -0.031280517578125, + -0.031280517578125, + 0.0014944076538085938, + -0.040985107421875, + 0.0277557373046875, + -0.004215240478515625, + 0.0196075439453125, + -0.006336212158203125, + -0.03656005859375, + 0.0306243896484375, + 0.023681640625, + 0.045379638671875, + 0.0156402587890625, + 0.03216552734375, + -0.027984619140625, + 0.00046133995056152344, + 0.00460052490234375, + -0.012176513671875, + -0.0131072998046875, + -0.0210418701171875, + 0.040985107421875, + -0.03656005859375, + -0.018951416015625, + 0.0297393798828125, + 0.03570556640625, + 0.0169677734375, + -0.00952911376953125, + -0.030853271484375, + 0.0188446044921875, + 0.000530242919921875, + 0.05859375, + -0.0246734619140625, + -0.04364013671875, + -0.025665283203125, + 0.0193939208984375, + 0.053314208984375, + 0.04693603515625, + 0.01387786865234375, + -0.052001953125, + 0.00771331787109375, + 0.056854248046875, + -0.01432037353515625, + -0.056182861328125, + -0.0258941650390625, + 0.0210418701171875, + -0.002712249755859375, + 0.059051513671875, + 0.029296875, + 0.1004638671875, + 0.0272064208984375, + -0.022369384765625, + 0.0284271240234375, + 0.048248291015625, + 0.031494140625, + -0.035247802734375, + -0.06610107421875, + -0.006500244140625, + 0.0224761962890625, + -0.030853271484375, + -0.0179595947265625, + -0.003360748291015625, + 0.06787109375, + -0.08856201171875, + -0.026336669921875, + -0.005702972412109375, + -0.0146484375, + 0.015869140625, + 0.0020656585693359375, + -0.00559234619140625, + 0.0179595947265625, + 0.015533447265625, + -0.007106781005859375, + -0.0011081695556640625, + -0.024017333984375, + -0.006031036376953125, + 0.05816650390625, + 0.0212554931640625, + -0.01421356201171875, + 0.0272064208984375, + 0.022918701171875, + 0.0094757080078125, + 0.0255584716796875, + 0.0097503662109375, + -0.00798797607421875, + 0.029296875, + 0.038116455078125, + 0.0634765625, + -0.013275146484375, + -0.0157470703125, + 0.0012531280517578125, + 0.01520538330078125, + 0.006443023681640625, + 0.038787841796875, + 0.01178741455078125, + -0.01062774658203125, + 0.00897979736328125, + -0.06298828125, + -0.00015401840209960938, + 0.01222991943359375, + -0.0023555755615234375, + -0.038330078125, + -0.044281005859375, + 0.0277557373046875, + -0.042755126953125, + 0.040313720703125, + 0.030181884765625, + -0.0394287109375, + -0.03460693359375, + 0.0621337890625, + -0.0105743408203125, + -0.042755126953125, + 0.016082763671875, + 0.0077667236328125, + -0.02093505859375, + 0.016632080078125, + -0.009033203125, + 0.041412353515625, + -0.014434814453125, + -0.059478759765625, + -0.01751708984375, + 0.008209228515625, + -0.01261138916015625, + -0.0156402587890625, + -0.0077667236328125, + 0.01052093505859375, + -0.005207061767578125, + -0.030853271484375, + -0.04736328125, + 0.0032634735107421875, + 0.0030155181884765625, + -0.0250091552734375, + 0.017303466796875, + 0.004711151123046875, + -0.044281005859375, + 0.0185089111328125, + -0.0083160400390625, + -0.02093505859375, + 0.042755126953125, + -0.038787841796875, + 0.0258941650390625, + 0.00815582275390625, + 0.00225830078125, + 0.047149658203125, + 0.06829833984375, + 0.002368927001953125, + -0.01983642578125, + 0.0057830810546875, + -0.039886474609375, + 0.0118408203125, + -0.01168060302734375, + 0.00514984130859375, + -0.065673828125, + 0.0191650390625, + 0.057281494140625, + -0.06475830078125, + 0.0199432373046875, + 0.0038280487060546875, + -0.004817962646484375, + -0.047576904296875, + 0.004791259765625, + 0.007160186767578125, + 0.007106781005859375, + 0.06036376953125, + 0.006664276123046875, + -0.01861572265625, + 0.0201568603515625, + -0.05419921875, + 0.038116455078125, + 0.01305389404296875, + 0.033050537109375, + -0.047821044921875, + 0.03173828125, + 0.018402099609375, + -0.0272064208984375, + -0.007381439208984375, + -0.07843017578125, + 0.033721923828125, + 0.03436279296875, + 0.0204925537109375, + 0.00699615478515625, + 0.01206207275390625, + -0.038116455078125, + -0.0150909423828125, + -0.0244598388671875, + 0.0038280487060546875, + 0.0219268798828125, + 0.0125579833984375, + -0.041412353515625, + -0.021148681640625, + -0.004711151123046875, + -0.046722412109375, + -0.033935546875, + -0.035919189453125, + 0.0306243896484375, + -0.00881195068359375, + -0.06695556640625, + 0.01068878173828125, + -0.035919189453125, + 0.005123138427734375, + 0.0169677734375, + 0.0484619140625, + -0.039215087890625, + -0.0161895751953125, + 0.0272064208984375, + 0.030853271484375, + -0.00162506103515625, + 0.01206207275390625, + 0.0137176513671875, + 0.005260467529296875, + 0.005207061767578125, + -0.035919189453125, + 0.04913330078125, + 0.0440673828125, + -0.033477783203125, + -0.03570556640625, + -0.0233612060546875, + -0.034149169921875, + 0.043853759765625, + -0.01261138916015625, + 0.0207061767578125, + 0.004047393798828125, + -0.0176239013671875, + -0.08551025390625, + 0.05419921875, + 0.0003960132598876953, + 0.006748199462890625, + 0.0235748291015625, + -0.032379150390625, + -0.0440673828125, + -0.0462646484375, + -0.0118408203125, + 0.0187225341796875, + -0.0232391357421875, + 0.0145416259765625, + 0.027984619140625, + 0.01068878173828125, + 0.014434814453125, + 0.0100250244140625, + 0.00908660888671875, + 0.0230255126953125, + 0.01366424560546875, + -0.036346435546875, + 0.06170654296875, + -0.037689208984375, + 0.00853729248046875, + 0.0108489990234375, + 0.0207061767578125, + 0.037017822265625, + -0.0006299018859863281, + -0.04119873046875, + 0.014984130859375, + 0.046051025390625, + 0.060821533203125, + -0.03790283203125, + 0.017730712890625, + -0.01377105712890625, + 0.0033321380615234375, + 0.03106689453125, + -0.01322174072265625, + -0.00289154052734375, + 0.0159759521484375, + -0.01024627685546875, + -0.0196075439453125, + -0.054656982421875, + -0.06390380859375, + 0.005313873291015625, + -0.048248291015625, + -0.012725830078125, + 0.0079345703125, + 0.00908660888671875, + 0.036346435546875, + -0.0552978515625, + 0.049560546875, + -0.0016460418701171875, + -0.0212554931640625, + 0.0111236572265625, + 0.0012531280517578125, + -0.00537109375, + 0.03326416015625, + 0.0224761962890625, + -0.034820556640625, + 0.0191650390625, + -0.041656494140625, + -0.025665283203125, + -0.030181884765625, + -0.006305694580078125, + -0.05859375, + 0.041412353515625, + -0.0731201171875, + -0.024017333984375, + -0.0013217926025390625, + 0.0247802734375, + 0.00782012939453125, + -0.0418701171875, + 0.045166015625, + -0.0022449493408203125, + -0.055755615234375, + 0.01520538330078125, + -0.03656005859375, + -0.041412353515625, + -0.017181396484375, + -0.01322174072265625, + 0.03216552734375, + -0.005977630615234375, + 0.042510986328125, + 0.0498046875, + 0.030181884765625, + 0.01983642578125, + -0.0010118484497070312, + 0.00592041015625, + 0.0091400146484375, + 0.040313720703125, + 0.0306243896484375, + 0.0266571044921875, + -0.00997161865234375, + 0.0208282470703125, + 0.017730712890625, + -0.06610107421875, + -0.0203857421875, + -0.026885986328125, + -0.056396484375, + 0.013824462890625, + 0.05023193359375, + 0.035919189453125, + -0.017730712890625, + 0.01387786865234375, + 0.029296875, + 0.032379150390625, + 0.023681640625, + -0.020263671875, + -0.04296875, + -0.0225830078125, + 0.04296875, + 0.034820556640625, + -0.07489013671875, + 0.0462646484375, + 0.07049560546875, + -0.0203857421875, + -0.01421356201171875, + -0.0131072998046875, + 0.00047516822814941406, + 0.046051025390625, + 0.0418701171875, + 0.035919189453125, + -0.0802001953125, + -0.0037174224853515625, + 0.0176239013671875, + -0.00600433349609375, + -0.0191650390625, + -0.0020923614501953125, + -0.031951904296875, + 0.052886962890625, + -0.059051513671875, + -0.01520538330078125, + 0.0105743408203125, + 0.07843017578125, + -0.007160186767578125, + -0.0212554931640625, + 0.01409912109375, + 0.016082763671875, + 0.02435302734375, + -0.0207061767578125, + -0.00826263427734375, + 0.030181884765625, + -0.003662109375, + 0.0168609619140625, + 0.0531005859375, + 0.024566650390625, + 0.022369384765625, + -0.0094757080078125, + -0.0304107666015625, + 0.0284271240234375, + -0.00331878662109375, + -0.0023136138916015625, + 0.00870513916015625, + -0.050445556640625, + -0.02203369140625, + -0.0233612060546875, + 0.026885986328125, + 0.0284271240234375, + 0.06829833984375, + 0.01421356201171875, + 0.0196075439453125, + -0.015533447265625, + 0.0019683837890625, + 0.01134490966796875, + 0.04296875, + 0.0255584716796875, + 0.002864837646484375, + 0.0192718505859375, + 0.0092010498046875, + 0.01288604736328125, + -0.018280029296875, + 0.037445068359375, + -0.043853759765625, + -0.003208160400390625, + -0.052001953125, + -0.026885986328125, + 0.0192718505859375, + -0.007602691650390625, + 0.0072174072265625, + -0.0255584716796875, + 0.0023822784423828125, + -0.0272064208984375, + -0.04449462890625, + -0.037689208984375, + 0.03173828125, + -0.03790283203125, + 0.01531219482421875, + 0.0226898193359375, + -0.004901885986328125, + 0.0024929046630859375, + -0.022369384765625, + 0.059478759765625, + 0.0187225341796875, + 0.035919189453125, + -0.0176239013671875, + -0.0026302337646484375, + 0.00942230224609375, + -0.004184722900390625, + 0.0260009765625, + 0.0135498046875, + 0.00600433349609375, + 0.05859375, + 0.0304107666015625, + 0.0278778076171875, + -0.040771484375, + 0.0167388916015625, + 0.01206207275390625, + -0.046722412109375, + 0.026336669921875, + 0.0278778076171875, + 0.016082763671875, + 0.012115478515625, + -0.00826263427734375, + 0.005619049072265625, + -0.06524658203125, + 0.06475830078125, + -0.0052337646484375, + -0.0157470703125, + 0.0269927978515625, + -0.046722412109375, + 0.06170654296875, + 0.03173828125, + 0.06744384765625, + -0.07183837890625, + 0.0277557373046875, + -0.0201568603515625, + 0.0269927978515625, + -0.00232696533203125, + -0.01983642578125, + -0.01178741455078125, + 0.0150909423828125, + -0.0181732177734375, + 0.0577392578125, + 0.0237884521484375, + -0.0089263916015625, + -0.060821533203125, + 0.0035800933837890625, + 0.00415802001953125, + 0.01332855224609375, + 0.049560546875, + -0.043182373046875, + -0.034820556640625, + 0.01332855224609375, + 0.0247802734375, + 0.0714111328125, + -0.02093505859375, + 0.006526947021484375, + -0.036346435546875, + -0.0015287399291992188, + 0.00036144256591796875, + -0.018951416015625 + ], + "metadata": { + "domains": [ + "malware-analysis" + ], + "phases": [ + "examination" + ], + "tags": [ + "sandbox", + "av-scan" + ], + "skillLevel": "beginner", + "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. command-line 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.024139404296875, + 0.05615234375, + 0.057220458984375, + 0.00872039794921875, + 0.03076171875, + 0.0330810546875, + -0.0167236328125, + -0.0023250579833984375, + -0.006214141845703125, + -0.00853729248046875, + -0.0311126708984375, + 0.056488037109375, + 0.0037994384765625, + -0.006748199462890625, + -0.0850830078125, + 0.033447265625, + -0.007465362548828125, + 0.0232391357421875, + 0.006748199462890625, + -0.0159149169921875, + -0.0259246826171875, + -0.0172576904296875, + -0.042205810546875, + -0.0050048828125, + 0.01385498046875, + 0.0284271240234375, + -0.01519775390625, + -0.0611572265625, + -0.003307342529296875, + 0.01287078857421875, + 0.008270263671875, + -0.013946533203125, + 0.00104522705078125, + 0.0081329345703125, + 0.00724029541015625, + -0.0300445556640625, + 0.0259246826171875, + -0.0298614501953125, + -0.0144805908203125, + 0.041656494140625, + -0.01045989990234375, + 0.02557373046875, + 0.0140380859375, + 0.005229949951171875, + -0.032012939453125, + -0.033447265625, + 0.00872039794921875, + -0.0089874267578125, + 0.0173492431640625, + -0.0284271240234375, + 0.0209197998046875, + 0.0237884521484375, + 0.012786865234375, + 0.0013074874877929688, + -0.0234222412109375, + 0.01922607421875, + 0.02056884765625, + -0.03326416015625, + -0.05364990234375, + 0.046478271484375, + -0.05792236328125, + -0.0246734619140625, + 0.00867462158203125, + -0.0234222412109375, + 0.01751708984375, + 0.02789306640625, + -0.0257415771484375, + -0.0207366943359375, + 0.01189422607421875, + 0.01377105712890625, + -0.017974853515625, + -0.0223541259765625, + -0.034698486328125, + 0.0711669921875, + -0.006214141845703125, + -0.06756591796875, + 0.00473785400390625, + 0.012603759765625, + -0.00867462158203125, + -0.0160064697265625, + -0.057220458984375, + -0.020477294921875, + 0.0350341796875, + -0.0197601318359375, + -0.039337158203125, + 0.0171661376953125, + 0.01904296875, + 0.0094757080078125, + -0.0009164810180664062, + 0.0037555694580078125, + 0.0357666015625, + -0.02154541015625, + -0.00728607177734375, + 0.005229949951171875, + 0.034149169921875, + 0.0611572265625, + 0.0017099380493164062, + 0.01055145263671875, + -0.04864501953125, + 0.0262908935546875, + 0.021820068359375, + -0.0218963623046875, + 0.07940673828125, + -0.01032257080078125, + 0.01045989990234375, + -0.01242828369140625, + 0.01117706298828125, + -0.02056884765625, + -0.035400390625, + -0.007419586181640625, + -0.12017822265625, + -0.04345703125, + -0.0107269287109375, + -0.060791015625, + -0.0050506591796875, + -0.0236053466796875, + 0.00666046142578125, + 0.055419921875, + -0.05078125, + -0.04290771484375, + 0.031646728515625, + -0.009033203125, + -0.024322509765625, + -0.0014028549194335938, + -0.04290771484375, + -0.048980712890625, + 0.0082244873046875, + 0.034332275390625, + -0.050079345703125, + -0.017608642578125, + -0.01296234130859375, + -0.0303955078125, + 0.00415802001953125, + -0.0282440185546875, + -0.0185089111328125, + -0.03271484375, + 0.04058837890625, + 0.0050506591796875, + -0.0113983154296875, + 0.0195770263671875, + -0.006481170654296875, + -0.0210113525390625, + -0.052215576171875, + -0.0145721435546875, + -0.03271484375, + -0.02056884765625, + -0.03021240234375, + 0.04290771484375, + -0.031829833984375, + 0.003955841064453125, + -0.026824951171875, + 0.0411376953125, + 0.036285400390625, + -0.00844573974609375, + 0.034332275390625, + -0.046142578125, + 0.0257415771484375, + -0.01068115234375, + 0.022796630859375, + -0.0209197998046875, + -0.0002123117446899414, + 0.0024814605712890625, + -0.007598876953125, + 0.005611419677734375, + -0.01171112060546875, + -0.033966064453125, + -0.018951416015625, + 0.034698486328125, + 0.01358795166015625, + -0.00531768798828125, + 0.0018663406372070312, + -0.03271484375, + 0.0611572265625, + 0.06689453125, + -0.02288818359375, + 0.02056884765625, + -0.00511932373046875, + -0.012786865234375, + 0.0230712890625, + 0.054351806640625, + 0.006839752197265625, + 0.006572723388671875, + 0.033966064453125, + -0.0017099380493164062, + 0.0275421142578125, + 0.007778167724609375, + -0.0357666015625, + 0.001888275146484375, + -0.01546478271484375, + 0.028076171875, + -0.033447265625, + -0.038970947265625, + -0.020111083984375, + 0.039520263671875, + -0.0013914108276367188, + 0.0511474609375, + 0.059356689453125, + -0.00916290283203125, + 0.031829833984375, + 0.007598876953125, + 0.039154052734375, + 0.03271484375, + -0.01161956787109375, + 0.048980712890625, + 0.0203857421875, + 0.0133209228515625, + -0.0102386474609375, + 0.041839599609375, + 0.0029735565185546875, + -0.00024437904357910156, + -0.01032257080078125, + 0.044158935546875, + -0.00449371337890625, + -0.0171661376953125, + -0.024322509765625, + -0.042724609375, + 0.016632080078125, + -0.041290283203125, + -0.004360198974609375, + 0.01474761962890625, + -0.006927490234375, + -0.05291748046875, + 0.0034198760986328125, + 0.0275421142578125, + -0.000720977783203125, + 0.051483154296875, + 0.0063018798828125, + -0.00862884521484375, + -0.03021240234375, + 0.03790283203125, + 0.0236053466796875, + 0.02789306640625, + -0.0022125244140625, + 0.004917144775390625, + -0.01050567626953125, + -0.01233673095703125, + 0.060791015625, + 0.0193939208984375, + 0.034515380859375, + 0.005542755126953125, + -0.044158935546875, + 0.0311126708984375, + -0.0259246826171875, + 0.03289794921875, + 0.051483154296875, + -0.0294952392578125, + -0.0094757080078125, + 0.00862884521484375, + 0.025390625, + 0.056488037109375, + -0.05078125, + -0.0134124755859375, + -0.0704345703125, + 0.00911712646484375, + -0.0361328125, + -0.0167236328125, + -0.022705078125, + -0.03289794921875, + 0.066162109375, + -0.038970947265625, + -0.005096435546875, + -0.018768310546875, + 0.0024471282958984375, + -0.01367950439453125, + 0.0261077880859375, + -0.007511138916015625, + -0.031280517578125, + -0.012603759765625, + 0.06365966796875, + -0.018768310546875, + 0.01113128662109375, + -0.01377105712890625, + 0.01094818115234375, + -0.03076171875, + 0.0282440185546875, + -0.0511474609375, + -0.0020008087158203125, + 0.0244903564453125, + 0.0261077880859375, + 0.00531768798828125, + -0.0177001953125, + 0.0047607421875, + -0.047210693359375, + -0.0004749298095703125, + -0.037017822265625, + 0.006748199462890625, + -0.005611419677734375, + 0.0027370452880859375, + 0.0089874267578125, + -0.042022705078125, + -0.004291534423828125, + 0.0248565673828125, + -0.01099395751953125, + -0.0282440185546875, + -0.00348663330078125, + -0.03863525390625, + 0.017974853515625, + 0.0262908935546875, + 0.0004470348358154297, + 0.0377197265625, + 0.0557861328125, + -0.0171661376953125, + -0.0186004638671875, + 0.0183258056640625, + 0.012603759765625, + -0.039520263671875, + -0.0250396728515625, + -0.03289794921875, + 0.02520751953125, + -0.046844482421875, + -0.0032405853271484375, + 0.0244903564453125, + -0.0303955078125, + 0.01483917236328125, + 0.0027713775634765625, + -0.015106201171875, + -0.051483154296875, + -0.05792236328125, + 0.0140380859375, + -0.0222625732421875, + -0.025390625, + -0.0140380859375, + 0.03057861328125, + 0.01439666748046875, + 0.00701904296875, + -0.00916290283203125, + 0.00885009765625, + -0.04827880859375, + 0.016448974609375, + -0.029144287109375, + 0.005901336669921875, + -0.0208282470703125, + 0.0309295654296875, + 0.0430908203125, + 0.0194854736328125, + 0.0282440185546875, + 0.04364013671875, + -0.01904296875, + 0.0021800994873046875, + 0.0213623046875, + 0.0007710456848144531, + -0.013946533203125, + 0.0000642538070678711, + -0.026641845703125, + -0.023956298828125, + -0.0100555419921875, + -0.0100555419921875, + 0.0246734619140625, + 0.0257415771484375, + 0.02520751953125, + 0.041473388671875, + -0.0167236328125, + 0.01385498046875, + 0.05364990234375, + -0.002079010009765625, + 0.11016845703125, + -0.0246734619140625, + -0.0411376953125, + -0.0016317367553710938, + 0.0244903564453125, + -0.0248565673828125, + -0.005947113037109375, + 0.038787841796875, + 0.01287078857421875, + 0.0286102294921875, + 0.019317626953125, + 0.007373809814453125, + 0.020111083984375, + -0.0145721435546875, + -0.008270263671875, + 0.0029506683349609375, + -0.01439666748046875, + 0.0208282470703125, + 0.037384033203125, + 0.016265869140625, + -0.0003018379211425781, + 0.0457763671875, + -0.041656494140625, + -0.0257415771484375, + -0.0273590087890625, + -0.0650634765625, + 0.017791748046875, + 0.01546478271484375, + 0.0257415771484375, + 0.091552734375, + -0.009429931640625, + -0.05615234375, + 0.02520751953125, + -0.04827880859375, + 0.066162109375, + 0.052215576171875, + -0.01032257080078125, + 0.0298614501953125, + -0.01385498046875, + 0.004001617431640625, + 0.01474761962890625, + 0.0132293701171875, + 0.037017822265625, + 0.034698486328125, + 0.00930023193359375, + 0.007778167724609375, + -0.031280517578125, + 0.00603485107421875, + 0.028961181640625, + 0.00411224365234375, + -0.0206451416015625, + 0.01296234130859375, + 0.031646728515625, + 0.031463623046875, + -0.0108642578125, + 0.05828857421875, + 0.0224456787109375, + 0.0101470947265625, + -0.004917144775390625, + 0.0024356842041015625, + 0.010284423828125, + -0.037200927734375, + 0.0132293701171875, + -0.00415802001953125, + 0.00800323486328125, + 0.022796630859375, + 0.0171661376953125, + -0.07330322265625, + 0.0075531005859375, + 0.0450439453125, + -0.05865478515625, + 0.01439666748046875, + 0.0400390625, + -0.038787841796875, + 0.00598907470703125, + -0.02557373046875, + -0.041290283203125, + 0.04559326171875, + -0.0101470947265625, + -0.046478271484375, + 0.026458740234375, + 0.0284271240234375, + -0.0650634765625, + -0.043792724609375, + -0.041473388671875, + -0.0108184814453125, + -0.0140380859375, + -0.028961181640625, + 0.037200927734375, + -0.00733184814453125, + -0.01171112060546875, + 0.037017822265625, + 0.049346923828125, + -0.004848480224609375, + -0.043975830078125, + 0.035400390625, + -0.0196685791015625, + -0.0411376953125, + 0.043975830078125, + 0.02252197265625, + 0.028076171875, + -0.043792724609375, + -0.0126953125, + 0.0209197998046875, + -0.0203857421875, + 0.0088043212890625, + 0.0010004043579101562, + -0.03021240234375, + -0.07366943359375, + -0.046478271484375, + 0.06866455078125, + -0.0007486343383789062, + 0.0298614501953125, + -0.03253173828125, + -0.026458740234375, + 0.0294952392578125, + -0.0604248046875, + -0.0174407958984375, + -0.00598907470703125, + -0.0063934326171875, + -0.0296783447265625, + 0.051483154296875, + -0.03253173828125, + 0.00315093994140625, + -0.01519775390625, + 0.064697265625, + 0.017974853515625, + 0.00724029541015625, + -0.044708251953125, + 0.033782958984375, + 0.026824951171875, + -0.0330810546875, + -0.01439666748046875, + -0.0206451416015625, + -0.01430511474609375, + 0.0294952392578125, + -0.0380859375, + -0.019317626953125, + 0.00858306884765625, + -0.048980712890625, + -0.0296783447265625, + 0.002826690673828125, + -0.0230712890625, + -0.03753662109375, + 0.018768310546875, + 0.021728515625, + 0.0011682510375976562, + 0.003932952880859375, + 0.01385498046875, + 0.0218963623046875, + 0.024139404296875, + -0.0160064697265625, + -0.03594970703125, + 0.026641845703125, + -0.066162109375, + -0.0257415771484375, + -0.0032634735107421875, + 0.0361328125, + -0.0181427001953125, + 0.0133209228515625, + -0.029144287109375, + -0.0219879150390625, + 0.0286102294921875, + -0.02789306640625, + -0.003173828125, + -0.01045989990234375, + -0.0094757080078125, + -0.04522705078125, + -0.0208282470703125, + 0.00384521484375, + 0.00978851318359375, + -0.007061004638671875, + 0.00319671630859375, + 0.0221710205078125, + -0.06329345703125, + 0.0157318115234375, + 0.037384033203125, + 0.0007767677307128906, + 0.019134521484375, + 0.00449371337890625, + -0.0008215904235839844, + 0.012786865234375, + 0.01233673095703125, + -0.0257415771484375, + -0.03863525390625, + -0.059356689453125, + 0.0210113525390625, + -0.0037555694580078125, + -0.00997161865234375, + -0.0043792724609375, + -0.049346923828125, + -0.071533203125, + 0.0007486343383789062, + 0.053985595703125, + 0.02020263671875, + 0.0222625732421875, + -0.02557373046875, + -0.01251983642578125, + -0.00036597251892089844, + -0.03326416015625, + 0.0330810546875, + 0.01242828369140625, + 0.025390625, + 0.00916290283203125, + -0.033447265625, + 0.0296783447265625, + 0.0108642578125, + 0.01493072509765625, + 0.0181427001953125, + 0.03253173828125, + -0.036834716796875, + 0.0230712890625, + -0.0303955078125, + -0.01617431640625, + 0.01367950439453125, + -0.021636962890625, + 0.01045989990234375, + -0.042022705078125, + -0.0234222412109375, + 0.0035533905029296875, + 0.00044417381286621094, + 0.0250396728515625, + -0.02056884765625, + 0.0017652511596679688, + 0.024139404296875, + 0.00603485107421875, + 0.05828857421875, + -0.021270751953125, + -0.0248565673828125, + -0.0063934326171875, + 0.0037326812744140625, + 0.04522705078125, + 0.049346923828125, + 0.0120697021484375, + -0.031280517578125, + 0.0160980224609375, + 0.0330810546875, + -0.0107269287109375, + -0.046844482421875, + -0.0113067626953125, + -0.005565643310546875, + 0.01349639892578125, + 0.0404052734375, + 0.01161956787109375, + 0.091552734375, + 0.002056121826171875, + 0.0284271240234375, + 0.0050506591796875, + 0.0557861328125, + 0.0273590087890625, + -0.0167236328125, + -0.0361328125, + -0.0186004638671875, + -0.007598876953125, + -0.04559326171875, + -0.04559326171875, + 0.01305389404296875, + 0.04345703125, + -0.072265625, + -0.0236053466796875, + -0.01242828369140625, + 0.00795745849609375, + 0.02288818359375, + 0.00440216064453125, + -0.019317626953125, + 0.035400390625, + 0.044708251953125, + -0.041290283203125, + 0.0262908935546875, + -0.00286102294921875, + 0.024322509765625, + 0.0604248046875, + 0.033447265625, + -0.0230712890625, + 0.00997161865234375, + -0.0032634735107421875, + 0.0323486328125, + 0.01242828369140625, + 0.041656494140625, + 0.020294189453125, + 0.002391815185546875, + 0.06402587890625, + 0.039337158203125, + -0.026824951171875, + -0.008758544921875, + 0.0109100341796875, + 0.0211029052734375, + 0.0286102294921875, + 0.058990478515625, + 0.0010280609130859375, + -0.005901336669921875, + -0.01385498046875, + -0.04559326171875, + 0.015106201171875, + 0.0160064697265625, + 0.0102386474609375, + -0.05291748046875, + -0.03021240234375, + 0.02288818359375, + -0.046478271484375, + 0.0224456787109375, + 0.00858306884765625, + -0.036285400390625, + -0.00791168212890625, + 0.052581787109375, + -0.037200927734375, + -0.06365966796875, + -0.0113983154296875, + -0.039520263671875, + -0.005161285400390625, + -0.0185089111328125, + -0.041656494140625, + 0.04864501953125, + -0.0309295654296875, + -0.044342041015625, + -0.0284271240234375, + 0.033966064453125, + -0.02557373046875, + -0.041839599609375, + -0.01113128662109375, + -0.01314544677734375, + 0.002033233642578125, + -0.018951416015625, + -0.0323486328125, + -0.03271484375, + 0.02520751953125, + -0.047210693359375, + -0.005809783935546875, + -0.02520751953125, + 0.0026378631591796875, + -0.01421356201171875, + -0.0018100738525390625, + -0.01474761962890625, + 0.02252197265625, + -0.039154052734375, + 0.0218963623046875, + -0.004024505615234375, + 0.033782958984375, + 0.0259246826171875, + 0.0504150390625, + 0.0121612548828125, + 0.018951416015625, + -0.021453857421875, + -0.03753662109375, + -0.004024505615234375, + 0.01654052734375, + 0.0167236328125, + -0.05615234375, + 0.00070953369140625, + 0.054718017578125, + -0.08868408203125, + 0.01377105712890625, + 0.01242828369140625, + -0.005767822265625, + -0.04791259765625, + -0.0109100341796875, + -0.003307342529296875, + 0.0126953125, + 0.10015869140625, + 0.00502777099609375, + -0.0140380859375, + 0.002994537353515625, + -0.0450439453125, + 0.047576904296875, + -0.00024437904357910156, + 0.0357666015625, + -0.05792236328125, + 0.0303955078125, + 0.026824951171875, + -0.0300445556640625, + -0.0096588134765625, + -0.0750732421875, + -0.003910064697265625, + 0.01171112060546875, + 0.0183258056640625, + -0.0007653236389160156, + 0.0177001953125, + -0.02520751953125, + -0.0273590087890625, + -0.0076446533203125, + 0.005588531494140625, + 0.0033969879150390625, + -0.005496978759765625, + -0.021820068359375, + 0.005207061767578125, + -0.01296234130859375, + -0.044158935546875, + -0.053985595703125, + -0.01617431640625, + 0.0457763671875, + 0.01180267333984375, + -0.039886474609375, + 0.0160064697265625, + 0.0196685791015625, + 0.0259246826171875, + 0.005161285400390625, + 0.054351806640625, + -0.054718017578125, + -0.0294952392578125, + -0.0120697021484375, + 0.043975830078125, + 0.0172576904296875, + -0.0007543563842773438, + 0.0008492469787597656, + -0.0030841827392578125, + 0.0119781494140625, + -0.0160980224609375, + 0.055419921875, + 0.053985595703125, + -0.02154541015625, + -0.06365966796875, + -0.04022216796875, + -0.01546478271484375, + 0.03021240234375, + -0.0384521484375, + 0.0195770263671875, + 0.008087158203125, + -0.0134124755859375, + -0.09796142578125, + 0.053985595703125, + -0.007732391357421875, + 0.0236053466796875, + 0.0145721435546875, + -0.02001953125, + -0.05828857421875, + -0.04541015625, + -0.0311126708984375, + 0.0287933349609375, + -0.02288818359375, + 0.00969696044921875, + -0.01617431640625, + 0.02557373046875, + -0.0045166015625, + -0.006168365478515625, + 0.002368927001953125, + 0.05364990234375, + 0.0275421142578125, + -0.0323486328125, + 0.032196044921875, + -0.0237884521484375, + -0.00348663330078125, + -0.0083160400390625, + 0.012786865234375, + -0.002658843994140625, + -0.0294952392578125, + -0.03021240234375, + -0.00839996337890625, + 0.044891357421875, + 0.044342041015625, + -0.051849365234375, + 0.0145721435546875, + -0.0017995834350585938, + 0.0145721435546875, + -0.005252838134765625, + -0.0013580322265625, + 0.0012350082397460938, + 0.01349639892578125, + -0.01493072509765625, + -0.015380859375, + -0.059722900390625, + -0.07440185546875, + 0.0022792816162109375, + -0.06829833984375, + -0.026824951171875, + -0.004314422607421875, + 0.0195770263671875, + 0.0209197998046875, + -0.010772705078125, + 0.0604248046875, + 0.0005249977111816406, + 0.0047149658203125, + -0.0184173583984375, + 0.0323486328125, + -0.01654052734375, + 0.0257415771484375, + 0.024139404296875, + -0.037200927734375, + 0.0294952392578125, + -0.02252197265625, + 0.00449371337890625, + -0.0296783447265625, + -0.00569915771484375, + -0.0244903564453125, + 0.01412200927734375, + -0.060089111328125, + -0.0182342529296875, + 0.0126953125, + 0.03326416015625, + 0.00724029541015625, + -0.0269927978515625, + 0.0298614501953125, + -0.015106201171875, + -0.059356689453125, + 0.00930023193359375, + -0.0174407958984375, + -0.0194854736328125, + 0.04058837890625, + 0.003955841064453125, + 0.01117706298828125, + 0.02252197265625, + 0.032196044921875, + 0.0244903564453125, + 0.05078125, + 0.004001617431640625, + -0.0450439453125, + -0.01171112060546875, + -0.0198516845703125, + 0.0282440185546875, + 0.04058837890625, + 0.028076171875, + -0.0006480216979980469, + 0.01546478271484375, + 0.0101470947265625, + -0.0711669921875, + -0.026824951171875, + -0.01305389404296875, + -0.0457763671875, + 0.0275421142578125, + 0.056488037109375, + 0.03057861328125, + -0.01751708984375, + 0.044342041015625, + 0.058990478515625, + 0.021453857421875, + 0.02001953125, + -0.00728607177734375, + -0.05615234375, + -0.0284271240234375, + 0.0017213821411132812, + 0.0007767677307128906, + -0.0819091796875, + 0.054718017578125, + 0.071533203125, + -0.0209197998046875, + -0.01233673095703125, + 0.00044989585876464844, + 0.023956298828125, + 0.03753662109375, + 0.02020263671875, + 0.01617431640625, + -0.046844482421875, + 0.01180267333984375, + 0.036285400390625, + -0.005767822265625, + 0.006168365478515625, + -0.016265869140625, + -0.031829833984375, + 0.0323486328125, + -0.051849365234375, + 0.001598358154296875, + 0.0170745849609375, + 0.05078125, + 0.0053863525390625, + -0.024139404296875, + -0.0303955078125, + 0.0430908203125, + 0.0106353759765625, + -0.018768310546875, + 0.0211029052734375, + 0.02520751953125, + -0.03289794921875, + 0.062225341796875, + 0.06329345703125, + 0.0182342529296875, + 0.0248565673828125, + 0.0224456787109375, + -0.07330322265625, + 0.015380859375, + 0.0009832382202148438, + -0.0168914794921875, + -0.01055145263671875, + -0.046478271484375, + -0.0357666015625, + -0.049713134765625, + 0.04022216796875, + -0.006435394287109375, + 0.037200927734375, + 0.0171661376953125, + 0.0173492431640625, + -0.01349639892578125, + -0.006435394287109375, + 0.0303955078125, + 0.04791259765625, + -0.007061004638671875, + -0.0029506683349609375, + 0.007598876953125, + 0.0126953125, + 0.04254150390625, + -0.052581787109375, + 0.0277099609375, + -0.0167236328125, + -0.0211029052734375, + -0.052215576171875, + 0.01045989990234375, + 0.022705078125, + -0.0145721435546875, + -0.0009274482727050781, + -0.029327392578125, + 0.0003883838653564453, + 0.00728607177734375, + -0.019134521484375, + -0.026641845703125, + 0.0100555419921875, + -0.0277099609375, + 0.0236053466796875, + -0.0027370452880859375, + -0.0269927978515625, + 0.012786865234375, + -0.056854248046875, + 0.0904541015625, + 0.0259246826171875, + 0.005184173583984375, + -0.0093841552734375, + 0.0232391357421875, + 0.043792724609375, + 0.0232391357421875, + 0.01161956787109375, + 0.01439666748046875, + -0.0303955078125, + 0.0557861328125, + 0.06365966796875, + -0.0020008087158203125, + -0.038970947265625, + 0.031280517578125, + -0.0024700164794921875, + -0.049713134765625, + 0.047576904296875, + 0.0076904296875, + 0.016265869140625, + 0.01180267333984375, + 0.0038890838623046875, + -0.0044708251953125, + -0.047210693359375, + 0.076171875, + 0.01806640625, + -0.01055145263671875, + 0.01108551025390625, + -0.06976318359375, + 0.052581787109375, + 0.005474090576171875, + 0.049346923828125, + -0.042205810546875, + 0.0611572265625, + -0.0132293701171875, + -0.0016536712646484375, + -0.0144805908203125, + 0.00862884521484375, + -0.005161285400390625, + 0.0275421142578125, + -0.0034427642822265625, + 0.051483154296875, + 0.0159149169921875, + 0.01474761962890625, + -0.076171875, + 0.017974853515625, + 0.0020904541015625, + -0.005767822265625, + 0.01904296875, + -0.0282440185546875, + -0.0132293701171875, + 0.020111083984375, + 0.01251983642578125, + 0.04522705078125, + -0.0261077880859375, + 0.03826904296875, + 0.008087158203125, + -0.034698486328125, + 0.00733184814453125, + -0.0038661956787109375 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "mobile-forensics", + "fraud-investigation" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_Elasticsearch", + "type": "tool", + "name": "Elasticsearch", + "content": "elasticsearch die verteilte such- und analytics-engine bildet das herzstück moderner forensik-infrastrukturen durch near-real-time-indexierung von petabytes. lucene-basierte volltext-suche findet iocs in sekunden über millionen logs. die json-native architektur verarbeitet strukturierte und unstrukturierte daten gleichermäßen. besonders wertvoll: aggregations-framework erstellt komplexe timeline-analysen, geo-queries korrelieren events geografisch, machine-learning-features erkennen anomalien automatisch. horizontal- skalierung von single-node bis multi-datacenter-clusters. die restful-api integriert mit allen forensik-tools. ingest-pipelines normalisieren verschiedene log-formate. security-features (x-pack) bieten encryption und rbac für sensitive ermittlungen. snapshot-funktionen sichern forensische integrität. die index-lifecycle-management rotiert alte daten automatisch. basis für elk-stack (logstash, kibana) und siem-systeme. unverzichtbar für moderne socs und incident-response-teams. search big-data incident-response network-forensics analysis", + "embedding": [ + -0.0154571533203125, + 0.0374755859375, + 0.0360107421875, + 0.01013946533203125, + 0.009185791015625, + 0.0241851806640625, + 0.0254669189453125, + -0.005252838134765625, + 0.00963592529296875, + -0.0164642333984375, + -0.022369384765625, + 0.03564453125, + 0.017913818359375, + -0.006591796875, + -0.049102783203125, + 0.046905517578125, + 0.00447845458984375, + 0.0228271484375, + 0.033447265625, + -0.00818634033203125, + -0.0030689239501953125, + -0.005046844482421875, + -0.0531005859375, + -0.0009489059448242188, + 0.01336669921875, + 0.0156402587890625, + -0.0052947998046875, + -0.0445556640625, + -0.002239227294921875, + 0.030181884765625, + 0.004138946533203125, + -0.0545654296875, + 0.01264190673828125, + 0.01763916015625, + -0.0158233642578125, + -0.0181884765625, + 0.006092071533203125, + -0.0538330078125, + -0.021270751953125, + 0.040374755859375, + 0.00009232759475708008, + 0.030181884765625, + 0.01727294921875, + -0.032928466796875, + -0.038909912109375, + -0.0538330078125, + -0.01190948486328125, + -0.018463134765625, + 0.0009431838989257812, + -0.0352783203125, + 0.0281829833984375, + 0.0160064697265625, + 0.005908966064453125, + -0.0006365776062011719, + -0.057098388671875, + 0.0088653564453125, + 0.0290985107421875, + -0.0196380615234375, + -0.048004150390625, + 0.0374755859375, + -0.0263671875, + -0.005615234375, + -0.0153656005859375, + 0.0007843971252441406, + 0.0084075927734375, + 0.0274658203125, + -0.005908966064453125, + -0.01436614990234375, + 0.025634765625, + -0.0155487060546875, + 0.0189056396484375, + -0.008819580078125, + -0.0164642333984375, + 0.042724609375, + 0.003749847412109375, + -0.03472900390625, + 0.0189056396484375, + 0.01837158203125, + -0.00577545166015625, + 0.0018749237060546875, + -0.0281829833984375, + 0.016632080078125, + 0.044189453125, + -0.0008525848388671875, + -0.04400634765625, + -0.0208282470703125, + 0.0210113525390625, + 0.00981903076171875, + -0.030731201171875, + 0.0029315948486328125, + 0.007137298583984375, + -0.00995635986328125, + 0.01837158203125, + -0.0163726806640625, + 0.052001953125, + 0.067626953125, + -0.032562255859375, + -0.02691650390625, + -0.0194549560546875, + 0.04290771484375, + 0.0167236328125, + -0.03564453125, + 0.0701904296875, + -0.00823211669921875, + 0.042724609375, + -0.0252838134765625, + -0.00981903076171875, + -0.052734375, + 0.011322021484375, + -0.0156402587890625, + -0.09967041015625, + -0.0290985107421875, + -0.0197296142578125, + -0.0430908203125, + 0.0090484619140625, + 0.0014657974243164062, + -0.0196380615234375, + 0.047271728515625, + -0.041656494140625, + -0.0552978515625, + 0.0201873779296875, + 0.0283660888671875, + 0.00749969482421875, + 0.0251007080078125, + -0.039825439453125, + -0.04510498046875, + -0.003772735595703125, + 0.007045745849609375, + -0.04437255859375, + -0.0279998779296875, + -0.008636474609375, + -0.0205535888671875, + -0.0151824951171875, + -0.030548095703125, + -0.006500244140625, + -0.03546142578125, + 0.040740966796875, + 0.004749298095703125, + -0.0149993896484375, + 0.023193359375, + 0.038360595703125, + -0.0238189697265625, + -0.06439208984375, + 0.00331878662109375, + -0.032196044921875, + -0.0294647216796875, + -0.02691650390625, + 0.0545654296875, + -0.03582763671875, + -0.004047393798828125, + -0.01236724853515625, + 0.0260009765625, + 0.048004150390625, + 0.0112762451171875, + 0.0192718505859375, + -0.048736572265625, + -0.0087738037109375, + -0.0042724609375, + 0.039093017578125, + -0.0022735595703125, + 0.00046324729919433594, + 0.03729248046875, + -0.0031147003173828125, + 0.01491546630859375, + -0.0064544677734375, + -0.0029544830322265625, + -0.03692626953125, + 0.037994384765625, + 0.01491546630859375, + -0.00823211669921875, + 0.0005283355712890625, + -0.007457733154296875, + 0.052001953125, + 0.0687255859375, + -0.01209259033203125, + 0.01454925537109375, + -0.00791168212890625, + -0.0189971923828125, + 0.0367431640625, + 0.042022705078125, + -0.001682281494140625, + -0.0161895751953125, + 0.050201416015625, + -0.01004791259765625, + 0.010589599609375, + -0.009368896484375, + -0.0294647216796875, + -0.0083160400390625, + -0.031280517578125, + 0.0105438232421875, + -0.0274658203125, + -0.01427459716796875, + -0.007457733154296875, + 0.033447265625, + 0.0208282470703125, + 0.048370361328125, + 0.005001068115234375, + -0.0238189697265625, + 0.0238189697265625, + 0.0018415451049804688, + 0.00452423095703125, + 0.0289154052734375, + -0.0032501220703125, + 0.0238189697265625, + 0.0109100341796875, + 0.0160980224609375, + 0.01690673828125, + 0.052001953125, + 0.0240020751953125, + -0.0249176025390625, + -0.01264190673828125, + 0.07672119140625, + 0.002262115478515625, + -0.0198211669921875, + -0.0352783203125, + -0.01727294921875, + 0.022003173828125, + -0.0430908203125, + 0.0109100341796875, + 0.003978729248046875, + -0.0267333984375, + -0.067626953125, + -0.01023101806640625, + 0.030181884765625, + -0.0247344970703125, + 0.038726806640625, + 0.031463623046875, + -0.0030231475830078125, + 0.0010290145874023438, + 0.01727294921875, + 0.0367431640625, + 0.04620361328125, + -0.017730712890625, + 0.0035915374755859375, + -0.004886627197265625, + -0.0057525634765625, + 0.032562255859375, + 0.0289154052734375, + -0.00084686279296875, + 0.0155487060546875, + -0.00959014892578125, + 0.0150909423828125, + -0.0198211669921875, + 0.030731201171875, + 0.030364990234375, + -0.0247344970703125, + 0.0007557868957519531, + 0.00823211669921875, + 0.03692626953125, + 0.048370361328125, + -0.034912109375, + 0.005207061767578125, + -0.06036376953125, + -0.00782012939453125, + -0.08221435546875, + -0.0531005859375, + -0.04437255859375, + -0.0552978515625, + 0.0423583984375, + -0.0245513916015625, + -0.0228271484375, + 0.0083160400390625, + 0.005954742431640625, + 0.021270751953125, + 0.01163482666015625, + 0.013458251953125, + -0.025634765625, + 0.00345611572265625, + 0.09307861328125, + -0.0085906982421875, + 0.0034332275390625, + 0.0254669189453125, + 0.01190948486328125, + 0.006183624267578125, + 0.0007901191711425781, + -0.030364990234375, + -0.0020694732666015625, + 0.0156402587890625, + 0.040557861328125, + 0.018646240234375, + -0.0005598068237304688, + 0.0234527587890625, + 0.0045928955078125, + 0.04400634765625, + -0.032745361328125, + 0.0249176025390625, + -0.0023746490478515625, + 0.01473236083984375, + 0.0108642578125, + -0.052734375, + 0.007183074951171875, + 0.02691650390625, + 0.02691650390625, + 0.01023101806640625, + -0.0055694580078125, + -0.02728271484375, + 0.0243682861328125, + -0.00759124755859375, + 0.0026035308837890625, + 0.0208282470703125, + 0.05419921875, + -0.0112762451171875, + -0.0037059783935546875, + -0.003932952880859375, + 0.0192718505859375, + -0.04290771484375, + -0.03546142578125, + -0.03509521484375, + -0.01491546630859375, + -0.057098388671875, + -0.00211334228515625, + 0.0245513916015625, + -0.027099609375, + 0.0296478271484375, + -0.0254669189453125, + 0.005863189697265625, + -0.0135498046875, + -0.056365966796875, + 0.01041412353515625, + -0.04437255859375, + -0.07781982421875, + -0.030181884765625, + 0.059295654296875, + 0.0155487060546875, + 0.0089111328125, + -0.0089569091796875, + 0.00264739990234375, + -0.032928466796875, + 0.00420379638671875, + -0.030181884765625, + 0.057830810546875, + -0.0181884765625, + 0.03399658203125, + 0.039459228515625, + 0.01123046875, + 0.01763916015625, + 0.044189453125, + 0.0150909423828125, + -0.01445770263671875, + -0.0090484619140625, + 0.0035915374755859375, + -0.01104736328125, + 0.0197296142578125, + -0.039642333984375, + -0.01873779296875, + 0.022003173828125, + -0.01708984375, + 0.0234527587890625, + 0.0108184814453125, + 0.032745361328125, + 0.0290985107421875, + -0.037811279296875, + 0.031097412109375, + 0.06622314453125, + 0.0025119781494140625, + 0.1025390625, + -0.00782012939453125, + -0.04638671875, + -0.004749298095703125, + 0.0234527587890625, + -0.0287322998046875, + 0.01690673828125, + 0.044921875, + 0.01482391357421875, + 0.0089569091796875, + 0.017822265625, + -0.007091522216796875, + 0.03326416015625, + -0.0193634033203125, + -0.00545501708984375, + 0.0162811279296875, + -0.007045745849609375, + 0.0236358642578125, + 0.040008544921875, + 0.0254669189453125, + -0.001323699951171875, + 0.056732177734375, + -0.017822265625, + -0.021636962890625, + -0.0716552734375, + -0.0738525390625, + 0.04473876953125, + 0.02764892578125, + 0.0043182373046875, + 0.06292724609375, + -0.041290283203125, + -0.07708740234375, + 0.0201873779296875, + -0.006500244140625, + 0.07421875, + 0.040008544921875, + 0.02264404296875, + 0.047637939453125, + -0.01708984375, + -0.0037288665771484375, + 0.032928466796875, + -0.004749298095703125, + 0.018096923828125, + 0.055633544921875, + 0.0352783203125, + 0.02764892578125, + -0.006000518798828125, + 0.006046295166015625, + 0.0194549560546875, + 0.016998291015625, + -0.0165557861328125, + 0.0292816162109375, + 0.0128173828125, + 0.031463623046875, + -0.00754547119140625, + 0.050933837890625, + 0.0430908203125, + -0.033447265625, + 0.039093017578125, + -0.007045745849609375, + 0.009185791015625, + -0.06072998046875, + 0.0090484619140625, + -0.0194549560546875, + 0.0195465087890625, + 0.040008544921875, + 0.030181884765625, + -0.044189453125, + 0.00791168212890625, + 0.06475830078125, + -0.074951171875, + 0.03656005859375, + 0.02264404296875, + -0.02691650390625, + -0.00818634033203125, + -0.0206451416015625, + -0.0274658203125, + 0.0338134765625, + -0.038360595703125, + -0.0245513916015625, + 0.0252838134765625, + 0.0243682861328125, + -0.050201416015625, + -0.034912109375, + -0.02191162109375, + -0.02618408203125, + -0.0165557861328125, + -0.0069122314453125, + 0.030914306640625, + -0.0057525634765625, + -0.0193634033203125, + 0.021820068359375, + 0.03436279296875, + -0.004024505615234375, + -0.0298309326171875, + 0.06549072265625, + 0.0011539459228515625, + -0.047637939453125, + 0.0243682861328125, + 0.0054779052734375, + 0.0189971923828125, + -0.0285491943359375, + -0.009185791015625, + -0.01436614990234375, + 0.0207366943359375, + 0.01104736328125, + 0.0017843246459960938, + -0.048736572265625, + -0.0452880859375, + -0.04400634765625, + 0.0345458984375, + -0.00457000732421875, + 0.0197296142578125, + -0.0036602020263671875, + -0.044921875, + 0.0263671875, + -0.06182861328125, + -0.04290771484375, + -0.0298309326171875, + 0.0296478271484375, + -0.0341796875, + 0.04620361328125, + -0.004116058349609375, + -0.0149993896484375, + -0.0345458984375, + 0.050933837890625, + 0.0251007080078125, + -0.01482391357421875, + -0.044921875, + 0.046539306640625, + 0.058929443359375, + -0.046905517578125, + -0.01482391357421875, + 0.0035457611083984375, + 0.0254669189453125, + 0.06402587890625, + -0.06549072265625, + -0.0224609375, + 0.01141357421875, + -0.06622314453125, + -0.0285491943359375, + -0.040557861328125, + -0.0267333984375, + -0.049835205078125, + 0.0157318115234375, + 0.05999755859375, + -0.007228851318359375, + 0.041656494140625, + -0.0030689239501953125, + 0.001438140869140625, + 0.032562255859375, + 0.0160980224609375, + -0.021636962890625, + 0.032196044921875, + -0.046905517578125, + -0.022735595703125, + -0.01336669921875, + 0.053466796875, + -0.022369384765625, + -0.004180908203125, + 0.0012788772583007812, + -0.0245513916015625, + 0.052734375, + -0.0241851806640625, + 0.018646240234375, + -0.02264404296875, + -0.0067291259765625, + -0.006366729736328125, + -0.03692626953125, + -0.00677490234375, + 0.0241851806640625, + -0.003818511962890625, + 0.01454925537109375, + 0.04638671875, + -0.055999755859375, + 0.016815185546875, + 0.01708984375, + -0.00331878662109375, + -0.002716064453125, + -0.01300048828125, + -0.00287628173828125, + -0.0263671875, + 0.01390838623046875, + -0.009185791015625, + -0.0352783203125, + -0.0731201171875, + 0.01763916015625, + 0.0005769729614257812, + -0.007091522216796875, + -0.0298309326171875, + -0.04327392578125, + -0.053466796875, + -0.039642333984375, + 0.049468994140625, + 0.004001617431640625, + 0.01023101806640625, + -0.030731201171875, + -0.0445556640625, + -0.005001068115234375, + -0.0149993896484375, + 0.038726806640625, + -0.00791168212890625, + 0.0005002021789550781, + -0.002353668212890625, + -0.057830810546875, + 0.010772705078125, + 0.0163726806640625, + 0.0252838134765625, + 0.037109375, + 0.013824462890625, + -0.0281829833984375, + 0.01436614990234375, + -0.01436614990234375, + -0.01255035400390625, + 0.0068206787109375, + -0.02581787109375, + 0.0285491943359375, + -0.033447265625, + -0.0021820068359375, + 0.0193634033203125, + 0.02117919921875, + 0.041107177734375, + 0.0068206787109375, + -0.009368896484375, + 0.02227783203125, + 0.006000518798828125, + 0.056732177734375, + -0.032928466796875, + -0.041656494140625, + 0.004726409912109375, + -0.0198211669921875, + 0.042724609375, + 0.04583740234375, + -0.00818634033203125, + -0.0267333984375, + 0.01708984375, + 0.0203704833984375, + -0.0234527587890625, + -0.030548095703125, + -0.03326416015625, + 0.01227569580078125, + 0.0198211669921875, + 0.068359375, + 0.01873779296875, + 0.059661865234375, + 0.0008182525634765625, + 0.0224609375, + 0.01690673828125, + 0.06292724609375, + 0.01036834716796875, + -0.0252838134765625, + -0.046539306640625, + -0.00749969482421875, + 0.0185546875, + -0.041656494140625, + -0.03729248046875, + -0.0154571533203125, + 0.0545654296875, + -0.0665283203125, + -0.0003139972686767578, + -0.00429534912109375, + 0.0110931396484375, + -0.0006165504455566406, + 0.000690460205078125, + -0.00949859619140625, + 0.01036834716796875, + 0.004840850830078125, + -0.03472900390625, + 0.00827789306640625, + -0.01464080810546875, + -0.0005540847778320312, + 0.0352783203125, + 0.0151824951171875, + 0.0092315673828125, + 0.0189056396484375, + 0.0149993896484375, + 0.0241851806640625, + 0.032928466796875, + 0.031829833984375, + 0.0158233642578125, + 0.038909912109375, + 0.0128173828125, + 0.06689453125, + -0.0160980224609375, + -0.013824462890625, + 0.0112762451171875, + 0.04290771484375, + 0.0238189697265625, + 0.048736572265625, + -0.013458251953125, + 0.0159149169921875, + 0.002899169921875, + -0.0236358642578125, + 0.00677490234375, + 0.008453369140625, + 0.001056671142578125, + -0.03564453125, + -0.06292724609375, + 0.0224609375, + -0.030914306640625, + 0.040924072265625, + -0.00823211669921875, + -0.022552490234375, + -0.0112762451171875, + 0.038909912109375, + -0.034912109375, + -0.048370361328125, + 0.0165557861328125, + 0.00220489501953125, + -0.038177490234375, + -0.01482391357421875, + -0.01491546630859375, + 0.017364501953125, + -0.0036144256591796875, + -0.06622314453125, + -0.00447845458984375, + 0.039825439453125, + -0.010955810546875, + -0.0516357421875, + -0.006229400634765625, + 0.0281829833984375, + -0.016998291015625, + -0.0260009765625, + -0.0438232421875, + -0.032928466796875, + -0.00768280029296875, + -0.03619384765625, + 0.01436614990234375, + -0.006683349609375, + -0.01373291015625, + -0.00754547119140625, + -0.01050567626953125, + -0.004180908203125, + 0.02154541015625, + -0.0251007080078125, + 0.022369384765625, + 0.02264404296875, + 0.0158233642578125, + 0.005207061767578125, + 0.057098388671875, + 0.009002685546875, + 0.01336669921875, + -0.017730712890625, + -0.045654296875, + -0.00331878662109375, + -0.0028533935546875, + -0.002841949462890625, + -0.067626953125, + -0.004955291748046875, + 0.0552978515625, + -0.0709228515625, + 0.01163482666015625, + 0.004047393798828125, + -0.0029544830322265625, + -0.06109619140625, + -0.00991058349609375, + -0.0012502670288085938, + 0.01163482666015625, + 0.10040283203125, + -0.017822265625, + 0.0135498046875, + 0.0018529891967773438, + -0.038360595703125, + 0.06292724609375, + 0.01763916015625, + 0.0108184814453125, + -0.037994384765625, + 0.0267333984375, + 0.01245880126953125, + -0.032379150390625, + 0.022918701171875, + -0.07781982421875, + -0.01018524169921875, + 0.01708984375, + 0.013092041015625, + -0.017181396484375, + -0.0020465850830078125, + -0.058929443359375, + -0.038360595703125, + -0.032012939453125, + 0.037109375, + 0.0174560546875, + 0.0162811279296875, + -0.04364013671875, + 0.007137298583984375, + -0.00927734375, + -0.057464599609375, + -0.041473388671875, + -0.02618408203125, + 0.0115509033203125, + 0.02301025390625, + -0.0665283203125, + 0.0247344970703125, + 0.005908966064453125, + 0.03326416015625, + 0.031097412109375, + 0.06256103515625, + -0.0360107421875, + -0.0201873779296875, + 0.029998779296875, + 0.02728271484375, + -0.0135498046875, + 0.00981903076171875, + 0.003887176513671875, + 0.030364990234375, + 0.031829833984375, + -0.032928466796875, + 0.04345703125, + 0.0352783203125, + -0.040008544921875, + -0.0672607421875, + -0.032562255859375, + -0.03326416015625, + 0.06512451171875, + -0.0024547576904296875, + 0.02655029296875, + -0.0156402587890625, + -0.007045745849609375, + -0.0902099609375, + 0.0240020751953125, + -0.0234527587890625, + 0.0552978515625, + 0.018463134765625, + -0.031646728515625, + -0.049102783203125, + -0.021636962890625, + -0.01390838623046875, + 0.0203704833984375, + -0.03399658203125, + 0.0249176025390625, + 0.00954437255859375, + -0.00777435302734375, + 0.005046844482421875, + 0.0015687942504882812, + 0.00559234619140625, + 0.048736572265625, + -0.0006818771362304688, + -0.049468994140625, + 0.04364013671875, + -0.03509521484375, + 0.00768280029296875, + 0.0029544830322265625, + 0.004978179931640625, + -0.01190948486328125, + -0.01482391357421875, + -0.0196380615234375, + -0.0162811279296875, + 0.0279998779296875, + 0.0238189697265625, + -0.006500244140625, + 0.01445770263671875, + 0.00809478759765625, + 0.032196044921875, + 0.0191802978515625, + -0.0093231201171875, + 0.01172637939453125, + 0.00527191162109375, + -0.031280517578125, + -0.01399993896484375, + -0.06219482421875, + -0.0712890625, + 0.00782012939453125, + -0.052734375, + -0.01004791259765625, + 0.007457733154296875, + 0.0552978515625, + 0.021270751953125, + -0.0279998779296875, + 0.0238189697265625, + -0.0197296142578125, + 0.002124786376953125, + -0.04345703125, + 0.0013866424560546875, + -0.018829345703125, + 0.050201416015625, + -0.018463134765625, + -0.037811279296875, + 0.02728271484375, + -0.0113677978515625, + -0.0068206787109375, + -0.0234527587890625, + -0.0201873779296875, + -0.0338134765625, + 0.0234527587890625, + -0.0716552734375, + -0.005184173583984375, + 0.01763916015625, + 0.057098388671875, + 0.0190887451171875, + -0.03363037109375, + 0.06256103515625, + -0.0238189697265625, + -0.047271728515625, + 0.00836181640625, + -0.0068206787109375, + -0.018463134765625, + -0.00927734375, + -0.00963592529296875, + 0.0234527587890625, + -0.01491546630859375, + 0.0287322998046875, + 0.04364013671875, + 0.052734375, + 0.01373291015625, + -0.025634765625, + -0.0243682861328125, + -0.017181396484375, + 0.0209197998046875, + 0.03765869140625, + 0.0086822509765625, + -0.004364013671875, + 0.0283660888671875, + -0.0197296142578125, + -0.090576171875, + -0.0199127197265625, + -0.03564453125, + -0.055999755859375, + -0.011322021484375, + 0.06689453125, + 0.0367431640625, + -0.0105438232421875, + 0.0289154052734375, + 0.039642333984375, + 0.034912109375, + -0.00568389892578125, + 0.00981903076171875, + -0.06402587890625, + -0.004180908203125, + 0.0224609375, + 0.02581787109375, + -0.049102783203125, + 0.039642333984375, + 0.06475830078125, + -0.0154571533203125, + -0.004116058349609375, + 0.0042724609375, + -0.00954437255859375, + 0.0338134765625, + 0.0010175704956054688, + 0.013824462890625, + -0.047637939453125, + 0.0195465087890625, + 0.0287322998046875, + 0.007091522216796875, + 0.004863739013671875, + -0.0045928955078125, + -0.032562255859375, + 0.046539306640625, + -0.05126953125, + -0.0290985107421875, + -0.013458251953125, + 0.0701904296875, + 0.0162811279296875, + -0.034912109375, + -0.00763702392578125, + 0.04473876953125, + 0.02764892578125, + -0.013092041015625, + -0.0115966796875, + 0.0243682861328125, + 0.006999969482421875, + 0.02154541015625, + 0.041107177734375, + 0.032928466796875, + 0.06585693359375, + 0.031463623046875, + -0.05126953125, + 0.0192718505859375, + 0.005340576171875, + -0.00959014892578125, + -0.006591796875, + -0.031829833984375, + -0.00959014892578125, + -0.048370361328125, + 0.0287322998046875, + 0.0241851806640625, + 0.031463623046875, + 0.030181884765625, + -0.00809478759765625, + -0.021636962890625, + -0.003955841064453125, + 0.0220947265625, + 0.057464599609375, + 0.034912109375, + -0.00791168212890625, + 0.0205535888671875, + -0.00452423095703125, + 0.00963592529296875, + -0.01273345947265625, + 0.0236358642578125, + -0.042724609375, + 0.013092041015625, + -0.041290283203125, + -0.008544921875, + -0.004180908203125, + -0.01690673828125, + -0.0165557861328125, + -0.0015344619750976562, + 0.0084075927734375, + -0.0296478271484375, + -0.039093017578125, + -0.002262115478515625, + 0.030914306640625, + -0.0438232421875, + 0.0245513916015625, + 0.01800537109375, + -0.025634765625, + 0.003204345703125, + -0.01427459716796875, + 0.06402587890625, + 0.0292816162109375, + 0.03692626953125, + -0.0263671875, + 0.007457733154296875, + 0.040924072265625, + 0.0036144256591796875, + 0.01373291015625, + 0.0201873779296875, + -0.02618408203125, + 0.031829833984375, + 0.0545654296875, + 0.005817413330078125, + -0.0251007080078125, + 0.0243682861328125, + 0.02264404296875, + -0.037811279296875, + 0.06182861328125, + -0.00234222412109375, + 0.012908935546875, + 0.006092071533203125, + 0.0220947265625, + -0.017181396484375, + -0.048004150390625, + 0.053466796875, + 0.0287322998046875, + -0.01209259033203125, + 0.013458251953125, + -0.0374755859375, + 0.0452880859375, + 0.01264190673828125, + 0.074951171875, + -0.0274658203125, + 0.04437255859375, + -0.0160064697265625, + 0.0251007080078125, + -0.012908935546875, + -0.006137847900390625, + -0.0199127197265625, + 0.022369384765625, + -0.02691650390625, + 0.046539306640625, + 0.022186279296875, + -0.0012331008911132812, + -0.050933837890625, + 0.0024318695068359375, + 0.008544921875, + 0.003204345703125, + 0.06146240234375, + -0.049102783203125, + -0.0196380615234375, + 0.0203704833984375, + 0.06549072265625, + 0.06109619140625, + -0.03326416015625, + 0.0294647216796875, + 0.0032501220703125, + -0.01837158203125, + 0.0013637542724609375, + -0.032562255859375 + ], + "metadata": { + "domains": [ + "incident-response", + "network-forensics" + ], + "phases": [ + "analysis" + ], + "tags": [ + "search", + "big-data" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Chainalysis", + "type": "tool", + "name": "Chainalysis", + "content": "chainalysis die blockchain-intelligence-plattform ist wohlbekannt in krypto-forensik mit einer der größten attribution-datenbank weltweit. clustering-algorithmen identifizieren millionen von services: exchanges, darknet-märkte, mixer, ransomware-wallets, scams. reactor visualisiert transaktionsflüsse mit automatischer risikobewertung. kyt (know your transaction) für echtzeit- compliance. sanctions screening gegen ofac und internationale listen. der investigation-workflow traced funds durch mixer und tumblers. intelligente alerts bei verdächtigen bewegungen. court-ready reports mit blockchain-beweiskette. die api integriert in bestehende case- management-systeme. unterstützt bitcoin, ethereum, und 100+ andere blockchains. trainings und zertifizierungen für ermittler. die lizenzkosten (sechsstellig) und us-zentrierung 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.006839752197265625, + 0.0275726318359375, + 0.0275726318359375, + -0.005466461181640625, + 0.0286102294921875, + 0.0275726318359375, + 0.0286102294921875, + -0.00823974609375, + -0.0029659271240234375, + -0.0043792724609375, + -0.036468505859375, + 0.048095703125, + 0.01103973388671875, + 0.021240234375, + -0.060943603515625, + 0.037109375, + -0.0003578662872314453, + 0.031707763671875, + 0.0091705322265625, + 0.005985260009765625, + -0.00855255126953125, + -0.02166748046875, + -0.0323486328125, + -0.00004273653030395508, + 0.026214599609375, + 0.0281829833984375, + -0.0218658447265625, + -0.04290771484375, + -0.00829315185546875, + -0.0079803466796875, + -0.00391387939453125, + -0.0239410400390625, + -0.02301025390625, + 0.00098419189453125, + -0.0096893310546875, + -0.004974365234375, + 0.0029277801513671875, + -0.04248046875, + 0.0015869140625, + 0.01160430908203125, + -0.0260162353515625, + -0.0026950836181640625, + -0.004146575927734375, + 0.0012569427490234375, + -0.0296478271484375, + -0.060516357421875, + -0.01119232177734375, + -0.019073486328125, + 0.01751708984375, + -0.01171112060546875, + 0.0108795166015625, + 0.029022216796875, + 0.0184478759765625, + -0.005336761474609375, + -0.0439453125, + 0.021453857421875, + 0.0181427001953125, + -0.060943603515625, + -0.0543212890625, + 0.035430908203125, + -0.03607177734375, + 0.01202392578125, + 0.0032520294189453125, + 0.0117645263671875, + 0.00933074951171875, + 0.043121337890625, + -0.023529052734375, + -0.031097412109375, + -0.0054168701171875, + -0.004119873046875, + 0.0168914794921875, + 0.01233673095703125, + -0.01959228515625, + 0.035430908203125, + -0.031494140625, + -0.0198974609375, + 0.0160675048828125, + 0.038543701171875, + 0.0001684427261352539, + 0.00432586669921875, + -0.0155487060546875, + 0.0025787353515625, + 0.049530029296875, + -0.0273590087890625, + -0.023529052734375, + -0.0150299072265625, + 0.01233673095703125, + 0.02716064453125, + -0.007617950439453125, + -0.0234222412109375, + 0.021240234375, + 0.0084991455078125, + 0.032745361328125, + -0.001800537109375, + 0.06591796875, + 0.06591796875, + -0.02880859375, + -0.02166748046875, + -0.0242462158203125, + 0.043731689453125, + 0.01222991943359375, + -0.0229034423828125, + 0.043121337890625, + -0.01129913330078125, + 0.05389404296875, + -0.0185546875, + 0.029022216796875, + -0.0184478759765625, + -0.01026153564453125, + -0.053466796875, + -0.08416748046875, + -0.05224609375, + -0.016693115234375, + -0.053466796875, + 0.00021696090698242188, + 0.01367950439453125, + -0.02777099609375, + 0.02777099609375, + -0.056365966796875, + -0.0247650146484375, + 0.0171051025390625, + 0.0110931396484375, + 0.005802154541015625, + 0.02716064453125, + -0.0252838134765625, + -0.06427001953125, + 0.0205230712890625, + 0.044769287109375, + -0.03399658203125, + -0.0323486328125, + -0.0108795166015625, + -0.00011980533599853516, + 0.00209808349609375, + -0.01212310791015625, + 0.00859832763671875, + -0.005649566650390625, + 0.04022216796875, + -0.0233154296875, + -0.006320953369140625, + 0.01751708984375, + 0.0286102294921875, + -0.035858154296875, + -0.049346923828125, + 0.004352569580078125, + -0.039794921875, + -0.0100555419921875, + 0.000965118408203125, + 0.05120849609375, + -0.038543701171875, + 0.016265869140625, + -0.003757476806640625, + 0.01316070556640625, + 0.05224609375, + -0.00528717041015625, + 0.01015472412109375, + -0.024871826171875, + 0.0189666748046875, + -0.005672454833984375, + 0.0236358642578125, + 0.00484466552734375, + 0.0007805824279785156, + 0.0247650146484375, + 0.01482391357421875, + 0.0460205078125, + -0.021453857421875, + -0.03399658203125, + -0.042694091796875, + 0.0155487060546875, + 0.0182342529296875, + -0.0179290771484375, + 0.00948333740234375, + 0.004741668701171875, + 0.0487060546875, + 0.08953857421875, + -0.009429931640625, + 0.01471710205078125, + 0.01031494140625, + -0.0187530517578125, + 0.0286102294921875, + 0.03668212890625, + 0.00933074951171875, + -0.0018787384033203125, + 0.05389404296875, + 0.00859832763671875, + 0.0273590087890625, + 0.00595855712890625, + -0.046844482421875, + 0.0001481771469116211, + -0.02716064453125, + 0.01336669921875, + -0.0308837890625, + -0.042083740234375, + -0.01119232177734375, + 0.0294342041015625, + 0.0150299072265625, + 0.07672119140625, + 0.02435302734375, + -0.01336669921875, + 0.030059814453125, + 0.0150299072265625, + -0.00018298625946044922, + 0.0018787384033203125, + 0.009796142578125, + 0.0281829833984375, + 0.02716064453125, + 0.0218658447265625, + 0.00673675537109375, + 0.020111083984375, + 0.01300811767578125, + -0.01482391357421875, + -0.01367950439453125, + 0.040008544921875, + -0.027984619140625, + -0.00922393798828125, + -0.032745361328125, + -0.045196533203125, + -0.01959228515625, + -0.0125885009765625, + -0.0019817352294921875, + 0.0014896392822265625, + -0.00777435302734375, + -0.04498291015625, + -0.012542724609375, + 0.026123046875, + -0.03460693359375, + 0.03399658203125, + 0.01186370849609375, + -0.021453857421875, + 0.01430511474609375, + 0.0292205810546875, + 0.03399658203125, + 0.00989532470703125, + -0.0015935897827148438, + -0.0025386810302734375, + -0.0100555419921875, + -0.0018787384033203125, + 0.035247802734375, + 0.0692138671875, + 0.00640106201171875, + -0.006633758544921875, + -0.01523590087890625, + 0.026214599609375, + -0.0244598388671875, + 0.045196533203125, + 0.039398193359375, + -0.01544189453125, + -0.017303466796875, + -0.00859832763671875, + 0.0108795166015625, + 0.04229736328125, + -0.052032470703125, + -0.00896453857421875, + -0.070068359375, + 0.021759033203125, + -0.07708740234375, + -0.029022216796875, + -0.04248046875, + -0.034210205078125, + 0.0460205078125, + -0.02984619140625, + -0.0215606689453125, + 0.0153350830078125, + 0.001605987548828125, + 0.056365966796875, + 0.02227783203125, + 0.00699615478515625, + -0.0308837890625, + -0.02227783203125, + 0.06634521484375, + 0.006450653076171875, + -0.031494140625, + -0.01290130615234375, + 0.048309326171875, + 0.00025916099548339844, + 0.033782958984375, + -0.0124359130859375, + 0.016998291015625, + 0.0281829833984375, + 0.056365966796875, + 0.025390625, + -0.00855255126953125, + 0.01197052001953125, + 0.00922393798828125, + 0.045196533203125, + -0.039794921875, + -0.006114959716796875, + -0.0191802978515625, + 0.005828857421875, + 0.0079803466796875, + -0.059295654296875, + 0.005519866943359375, + 0.051605224609375, + 0.008758544921875, + -0.0011920928955078125, + 0.00818634033203125, + -0.056793212890625, + 0.0011854171752929688, + 0.004871368408203125, + -0.0139923095703125, + 0.04913330078125, + 0.044158935546875, + -0.04559326171875, + 0.0335693359375, + 0.0019683837890625, + 0.005260467529296875, + -0.050567626953125, + -0.0179290771484375, + -0.0119171142578125, + -0.01336669921875, + -0.04248046875, + -0.02716064453125, + 0.00963592529296875, + -0.04144287109375, + -0.0013799667358398438, + -0.01300811767578125, + 0.007305145263671875, + -0.06341552734375, + -0.05389404296875, + -0.00006759166717529297, + -0.045806884765625, + -0.047454833984375, + -0.0433349609375, + 0.0240478515625, + 0.00042438507080078125, + 0.0047149658203125, + -0.031494140625, + -0.00963592529296875, + -0.0283966064453125, + -0.0083465576171875, + 0.0021381378173828125, + 0.0025386810302734375, + -0.0210418701171875, + 0.0308837890625, + 0.0185546875, + 0.044158935546875, + 0.014923095703125, + 0.06964111328125, + 0.05035400390625, + -0.0296478271484375, + -0.001956939697265625, + -0.0179290771484375, + 0.020721435546875, + 0.026947021484375, + -0.0205230712890625, + -0.00907135009765625, + -0.0308837890625, + -0.0294342041015625, + 0.016693115234375, + 0.04229736328125, + 0.00792694091796875, + 0.0197906494140625, + -0.0103607177734375, + 0.003627777099609375, + 0.06341552734375, + -0.013885498046875, + 0.0982666015625, + -0.0233154296875, + -0.06427001953125, + -0.0026035308837890625, + 0.021240234375, + -0.0052337646484375, + -0.00399017333984375, + 0.0125885009765625, + -0.00823974609375, + 0.0160675048828125, + 0.034393310546875, + -0.02777099609375, + 0.0210418701171875, + 0.0069427490234375, + 0.00278472900390625, + 0.02716064453125, + -0.0184478759765625, + 0.0030059814453125, + 0.046630859375, + 0.00911712646484375, + 0.032135009765625, + 0.02642822265625, + -0.032745361328125, + 0.0055694580078125, + -0.0404052734375, + -0.089111328125, + 0.01617431640625, + 0.02880859375, + -0.005130767822265625, + 0.0246734619140625, + -0.02984619140625, + -0.047882080078125, + 0.0232086181640625, + -0.01155853271484375, + 0.07879638671875, + 0.059295654296875, + 0.01751708984375, + 0.0292205810546875, + -0.0418701171875, + 0.0197906494140625, + 0.0246734619140625, + 0.0267333984375, + 0.033172607421875, + 0.0391845703125, + 0.037322998046875, + 0.0145111083984375, + -0.045196533203125, + 0.01617431640625, + -0.0007610321044921875, + 0.025390625, + 0.003368377685546875, + 0.036468505859375, + 0.037322998046875, + 0.023529052734375, + -0.016693115234375, + 0.08746337890625, + 0.008758544921875, + -0.031707763671875, + 0.004276275634765625, + -0.0240478515625, + 0.0117645263671875, + -0.0350341796875, + 0.006168365478515625, + 0.00003844499588012695, + 0.0081329345703125, + 0.0036792755126953125, + 0.008758544921875, + -0.03131103515625, + 0.0139923095703125, + 0.047882080078125, + -0.0576171875, + 0.035858154296875, + 0.025909423828125, + -0.0215606689453125, + 0.035858154296875, + -0.00989532470703125, + -0.034820556640625, + 0.04437255859375, + -0.030059814453125, + -0.03399658203125, + -0.01617431640625, + 0.03253173828125, + -0.02093505859375, + -0.029022216796875, + -0.0237274169921875, + -0.0078277587890625, + -0.00278472900390625, + -0.0304718017578125, + 0.034393310546875, + -0.027984619140625, + -0.0103607177734375, + 0.04229736328125, + 0.025909423828125, + -0.0242462158203125, + -0.02880859375, + 0.0404052734375, + -0.0246734619140625, + -0.04351806640625, + 0.0124359130859375, + 0.0231170654296875, + 0.0258026123046875, + -0.0283966064453125, + -0.018035888671875, + -0.00202178955078125, + 0.0023193359375, + 0.0102081298828125, + 0.0232086181640625, + -0.03131103515625, + -0.05120849609375, + -0.0543212890625, + 0.041046142578125, + 0.039398193359375, + 0.02642822265625, + 0.0072021484375, + -0.05035400390625, + 0.020721435546875, + -0.0721435546875, + -0.0013866424560546875, + 0.00989532470703125, + -0.01409149169921875, + -0.0283966064453125, + 0.052032470703125, + -0.008087158203125, + -0.022491455078125, + -0.01326751708984375, + 0.0555419921875, + 0.006633758544921875, + 0.02227783203125, + -0.038360595703125, + 0.06634521484375, + 0.0019044876098632812, + -0.07171630859375, + 0.00128936767578125, + -0.0240478515625, + -0.024566650390625, + 0.037506103515625, + -0.06427001953125, + 0.0011529922485351562, + 0.0281829833984375, + -0.07916259765625, + -0.025604248046875, + -0.05078125, + -0.016998291015625, + -0.031494140625, + 0.0294342041015625, + 0.0041961669921875, + -0.00476837158203125, + 0.0445556640625, + 0.0233154296875, + -0.020416259765625, + 0.0198974609375, + -0.019073486328125, + -0.02642822265625, + 0.00829315185546875, + -0.0596923828125, + -0.01617431640625, + -0.003887176513671875, + 0.0237274169921875, + -0.01751708984375, + 0.0242462158203125, + 0.00588226318359375, + -0.0576171875, + 0.0267333984375, + -0.01316070556640625, + 0.0031223297119140625, + -0.02301025390625, + -0.03192138671875, + -0.041046142578125, + -0.017303466796875, + 0.017303466796875, + 0.030670166015625, + 0.000965118408203125, + 0.0181427001953125, + 0.037933349609375, + -0.06134033203125, + -0.00417327880859375, + 0.01378631591796875, + -0.021759033203125, + 0.007099151611328125, + -0.0157470703125, + -0.0258026123046875, + -0.0240478515625, + 0.0460205078125, + -0.036285400390625, + -0.03607177734375, + -0.0804443359375, + 0.01419830322265625, + -0.0185546875, + 0.006038665771484375, + -0.037506103515625, + -0.0308837890625, + -0.05804443359375, + -0.017822265625, + 0.0302581787109375, + 0.02777099609375, + -0.0032253265380859375, + -0.04913330078125, + -0.01617431640625, + -0.0122833251953125, + -0.03131103515625, + 0.041259765625, + 0.00959014892578125, + 0.0184478759765625, + 0.0226898193359375, + -0.03875732421875, + 0.032958984375, + 0.0011920928955078125, + 0.0267333984375, + 0.0019683837890625, + 0.0265350341796875, + -0.0205230712890625, + 0.035430908203125, + -0.018341064453125, + -0.0182342529296875, + 0.006839752197265625, + -0.0163726806640625, + 0.038970947265625, + -0.018341064453125, + -0.0145111083984375, + 0.0160675048828125, + 0.00922393798828125, + 0.01367950439453125, + 0.001522064208984375, + -0.021759033203125, + 0.0273590087890625, + 0.0122833251953125, + 0.053070068359375, + -0.049957275390625, + -0.047454833984375, + -0.03460693359375, + -0.0210418701171875, + 0.04083251953125, + 0.08624267578125, + 0.0100555419921875, + -0.0273590087890625, + 0.006839752197265625, + 0.03607177734375, + -0.00792694091796875, + -0.054718017578125, + -0.0197906494140625, + 0.003147125244140625, + 0.021759033203125, + 0.061767578125, + 0.00261688232421875, + 0.06842041015625, + -0.004482269287109375, + 0.00792694091796875, + 0.020416259765625, + 0.048095703125, + 0.029022216796875, + -0.026947021484375, + -0.04974365234375, + 0.0038089752197265625, + -0.00595855712890625, + -0.04974365234375, + -0.029022216796875, + 0.0006380081176757812, + 0.03875732421875, + -0.09906005859375, + -0.0181427001953125, + -0.01419830322265625, + 0.00569915771484375, + -0.0030841827392578125, + 0.0241546630859375, + -0.030059814453125, + 0.0176239013671875, + 0.0157470703125, + -0.02777099609375, + -0.0165863037109375, + -0.004222869873046875, + 0.021148681640625, + 0.0650634765625, + 0.0323486328125, + -0.009796142578125, + 0.032135009765625, + 0.005077362060546875, + 0.0171051025390625, + 0.0232086181640625, + 0.047271728515625, + 0.0249786376953125, + 0.0091705322265625, + 0.0100555419921875, + 0.07171630859375, + -0.0130615234375, + -0.0198974609375, + -0.0008292198181152344, + 0.00018131732940673828, + 0.0254974365234375, + 0.0265350341796875, + -0.0240478515625, + 0.0171966552734375, + -0.012176513671875, + -0.047882080078125, + -0.0145111083984375, + -0.0054168701171875, + -0.0005636215209960938, + -0.0275726318359375, + -0.039398193359375, + 0.03399658203125, + -0.025390625, + 0.037109375, + 0.0089111328125, + -0.0181427001953125, + -0.01171112060546875, + 0.0296478271484375, + -0.00844573974609375, + -0.058441162109375, + 0.032958984375, + -0.0032520294189453125, + -0.01885986328125, + 0.004222869873046875, + -0.031707763671875, + 0.030670166015625, + -0.01378631591796875, + -0.0555419921875, + 0.001354217529296875, + 0.0196990966796875, + -0.0218658447265625, + -0.046844482421875, + -0.01212310791015625, + 0.005802154541015625, + 0.004016876220703125, + -0.03875732421875, + -0.047454833984375, + -0.043121337890625, + 0.01471710205078125, + -0.039794921875, + -0.004276275634765625, + -0.01222991943359375, + -0.033782958984375, + -0.0165863037109375, + -0.00699615478515625, + -0.0040435791015625, + 0.02716064453125, + -0.0439453125, + 0.023529052734375, + 0.0226898193359375, + 0.01274871826171875, + 0.035247802734375, + 0.047882080078125, + -0.0273590087890625, + 0.0066070556640625, + -0.00885772705078125, + -0.056793212890625, + 0.0296478271484375, + -0.01471710205078125, + 0.01300811767578125, + -0.08001708984375, + -0.0005507469177246094, + 0.06134033203125, + -0.0887451171875, + 0.015960693359375, + 0.005260467529296875, + -0.01093292236328125, + -0.034210205078125, + 0.00588226318359375, + 0.004947662353515625, + 0.004795074462890625, + 0.06219482421875, + -0.0054931640625, + -0.00595855712890625, + 0.03814697265625, + -0.01482391357421875, + 0.04559326171875, + -0.007617950439453125, + 0.0304718017578125, + -0.059295654296875, + 0.03253173828125, + -0.00629425048828125, + -0.04083251953125, + -0.0215606689453125, + -0.08416748046875, + -0.0220794677734375, + 0.0237274169921875, + 0.024566650390625, + -0.0011072158813476562, + 0.0069427490234375, + -0.0296478271484375, + -0.006320953369140625, + -0.027984619140625, + 0.030059814453125, + 0.000492095947265625, + 0.001697540283203125, + -0.026947021484375, + -0.0286102294921875, + -0.04083251953125, + -0.053466796875, + -0.01264190673828125, + -0.025177001953125, + 0.0273590087890625, + -0.0079803466796875, + -0.046234130859375, + -0.0208282470703125, + -0.0145111083984375, + 0.026123046875, + 0.004535675048828125, + 0.0721435546875, + -0.02880859375, + -0.00933074951171875, + -0.005390167236328125, + 0.05804443359375, + 0.004924774169921875, + 0.00948333740234375, + -0.00911712646484375, + 0.01155853271484375, + 0.0203094482421875, + -0.0445556640625, + 0.053466796875, + 0.0391845703125, + -0.00896453857421875, + -0.0404052734375, + 0.0009522438049316406, + -0.0265350341796875, + 0.034210205078125, + -0.0164794921875, + 0.026947021484375, + -0.000835418701171875, + 0.01134490966796875, + -0.07464599609375, + 0.059295654296875, + 0.00937652587890625, + 0.053466796875, + 0.00531005859375, + -0.034210205078125, + -0.042083740234375, + -0.049530029296875, + -0.0335693359375, + 0.038543701171875, + -0.02984619140625, + 0.0186614990234375, + 0.0182342529296875, + 0.005672454833984375, + 0.033782958984375, + 0.0119171142578125, + -0.01078033447265625, + 0.049346923828125, + 0.02227783203125, + -0.0304718017578125, + 0.0721435546875, + -0.0192718505859375, + 0.0231170654296875, + -0.007152557373046875, + 0.019073486328125, + 0.0012826919555664062, + -0.00406646728515625, + -0.047454833984375, + 0.0404052734375, + 0.045196533203125, + 0.0679931640625, + -0.0232086181640625, + 0.01430511474609375, + -0.0323486328125, + 0.0168914794921875, + -0.0026302337646484375, + -0.0239410400390625, + -0.005672454833984375, + -0.0016841888427734375, + -0.018341064453125, + -0.00792694091796875, + -0.06341552734375, + -0.06964111328125, + -0.004817962646484375, + -0.07708740234375, + -0.0177154541015625, + -0.0025005340576171875, + 0.010833740234375, + 0.0304718017578125, + -0.03338623046875, + 0.031494140625, + -0.005466461181640625, + -0.0036525726318359375, + -0.0174102783203125, + 0.0102081298828125, + -0.02777099609375, + 0.05035400390625, + 0.0350341796875, + -0.04766845703125, + 0.02301025390625, + -0.0184478759765625, + -0.02197265625, + -0.01103973388671875, + -0.01471710205078125, + -0.025390625, + 0.03668212890625, + -0.06298828125, + -0.0134735107421875, + 0.0003578662872314453, + 0.00818634033203125, + 0.0134735107421875, + -0.01197052001953125, + 0.0445556640625, + -0.013214111328125, + -0.049957275390625, + 0.022796630859375, + 0.00829315185546875, + -0.041656494140625, + -0.01461029052734375, + -0.011505126953125, + -0.00536346435546875, + 0.007045745849609375, + 0.0226898193359375, + 0.03460693359375, + 0.05224609375, + 0.01367950439453125, + -0.004924774169921875, + 0.0391845703125, + -0.0026035308837890625, + 0.01119232177734375, + 0.0181427001953125, + 0.006450653076171875, + 0.0011014938354492188, + 0.015655517578125, + -0.0191802978515625, + -0.07501220703125, + -0.010833740234375, + -0.02166748046875, + -0.061767578125, + -0.0036525726318359375, + 0.08538818359375, + 0.045196533203125, + -0.0254974365234375, + 0.01544189453125, + 0.0194854736328125, + 0.03607177734375, + 0.035858154296875, + -0.0095367431640625, + -0.067138671875, + -0.01207733154296875, + 0.0160675048828125, + 0.033172607421875, + -0.04498291015625, + 0.054718017578125, + 0.058868408203125, + -0.0247650146484375, + -0.037322998046875, + -0.0029659271240234375, + 0.0011529922485351562, + 0.0445556640625, + 0.0176239013671875, + 0.0296478271484375, + -0.052032470703125, + 0.01212310791015625, + 0.013580322265625, + -0.01523590087890625, + -0.0069427490234375, + -0.0179290771484375, + -0.025390625, + 0.0528564453125, + -0.04083251953125, + -0.0177154541015625, + 0.00766754150390625, + 0.0576171875, + 0.01482391357421875, + -0.016693115234375, + 0.0074615478515625, + 0.0294342041015625, + 0.0205230712890625, + -0.0182342529296875, + 0.025390625, + 0.021240234375, + -0.003757476806640625, + 0.00989532470703125, + 0.05389404296875, + 0.0139923095703125, + 0.067138671875, + 0.02093505859375, + -0.04498291015625, + 0.0252838134765625, + -0.00896453857421875, + -0.00016117095947265625, + -0.00870513916015625, + -0.041656494140625, + -0.0233154296875, + -0.00777435302734375, + 0.03564453125, + -0.0012369155883789062, + 0.053466796875, + 0.02435302734375, + 0.003887176513671875, + -0.00974273681640625, + 0.01367950439453125, + 0.020111083984375, + 0.039581298828125, + 0.016998291015625, + 0.007411956787109375, + 0.0215606689453125, + 0.014404296875, + -0.00391387939453125, + -0.044769287109375, + 0.0294342041015625, + -0.013580322265625, + -0.0022678375244140625, + -0.0418701171875, + -0.004299163818359375, + 0.0106201171875, + -0.01751708984375, + -0.003757476806640625, + -0.0215606689453125, + 0.0164794921875, + -0.01326751708984375, + -0.029022216796875, + -0.0158538818359375, + 0.035430908203125, + -0.03814697265625, + 0.04498291015625, + 0.045806884765625, + -0.00989532470703125, + 0.033172607421875, + -0.04022216796875, + 0.0626220703125, + 0.03338623046875, + 0.040618896484375, + -0.0241546630859375, + 0.01052093505859375, + 0.037109375, + -0.01119232177734375, + 0.00984954833984375, + 0.025177001953125, + -0.01197052001953125, + 0.048095703125, + 0.030059814453125, + 0.01248931884765625, + -0.038543701171875, + 0.05181884765625, + 0.0040435791015625, + -0.045379638671875, + 0.0304718017578125, + 0.0050506591796875, + 0.03338623046875, + -0.02093505859375, + 0.01026153564453125, + -0.01207733154296875, + -0.058441162109375, + 0.07049560546875, + 0.0229034423828125, + -0.01751708984375, + 0.0034465789794921875, + -0.06134033203125, + 0.046234130859375, + 0.01461029052734375, + 0.039794921875, + -0.032958984375, + 0.059295654296875, + 0.021240234375, + 0.01326751708984375, + -0.02020263671875, + 0.0171966552734375, + 0.0119171142578125, + 0.033782958984375, + -0.0543212890625, + 0.053466796875, + 0.03875732421875, + 0.008087158203125, + -0.049346923828125, + 0.0011138916015625, + 0.0081329345703125, + -0.0025787353515625, + 0.025909423828125, + -0.05078125, + -0.0234222412109375, + 0.01207733154296875, + 0.02508544921875, + 0.08538818359375, + -0.018341064453125, + 0.0229034423828125, + -0.01409149169921875, + -0.005336761474609375, + 0.0013275146484375, + -0.0160675048828125 + ], + "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_ewfacquire", + "type": "tool", + "name": "ewfacquire", + "content": "ewfacquire command-line tool aus der libewf-bibliothek zum erstellen forensischer images im expert witness format (e01/ex01). erstellt segmentierte archive mit md5/sha1-hash-verifizierung und optionaler kompression. besonders wertvoll für linux-basierte imaging-workflows ohne gui-overhead. unterstützt case-metadaten, examiner-notizen und error-granularity für defekte sektoren. die segment-größe ist konfigurierbar für verschiedene storage-medien. integration in autopsy und andere tools über libewf. alternative zu proprietären windows-imaging-tools für open-source-forensik-umgebungen. besonders geschätzt: zuverlässigkeit, cross-platform-kompatibilität und standards-compliance für gerichtsfeste images. command-line 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.000774383544921875, + 0.021270751953125, + 0.0274200439453125, + -0.032501220703125, + 0.039886474609375, + 0.03497314453125, + 0.0127410888671875, + -0.001125335693359375, + -0.0095367431640625, + 0.013092041015625, + -0.03338623046875, + 0.032684326171875, + -0.0050506591796875, + -0.031646728515625, + -0.03814697265625, + 0.04534912109375, + -0.01045989990234375, + 0.018890380859375, + 0.00711822509765625, + 0.004547119140625, + -0.022491455078125, + -0.0134429931640625, + -0.047454833984375, + 0.01001739501953125, + 0.01221466064453125, + 0.0171356201171875, + -0.01221466064453125, + -0.0762939453125, + -0.00038433074951171875, + 0.010986328125, + 0.0170440673828125, + -0.00597381591796875, + 0.01076507568359375, + 0.0467529296875, + -0.00225067138671875, + -0.01361846923828125, + -0.020294189453125, + -0.038848876953125, + -0.0288238525390625, + 0.031463623046875, + -0.02899169921875, + 0.0030307769775390625, + 0.0199432373046875, + -0.0435791015625, + -0.0177459716796875, + -0.0159912109375, + 0.013092041015625, + -0.002986907958984375, + -0.013092041015625, + -0.024078369140625, + 0.033050537109375, + 0.034454345703125, + 0.007686614990234375, + -0.021087646484375, + -0.0423583984375, + 0.0302276611328125, + 0.01898193359375, + -0.01678466796875, + -0.0404052734375, + 0.051666259765625, + -0.06292724609375, + -0.0093994140625, + -0.023895263671875, + -0.0258331298828125, + 0.0014171600341796875, + 0.023193359375, + -0.02899169921875, + -0.03515625, + -0.01432037353515625, + 0.006237030029296875, + -0.0258331298828125, + 0.0010595321655273438, + -0.01221466064453125, + 0.047088623046875, + -0.027587890625, + -0.060089111328125, + 0.0223236083984375, + 0.01318359375, + -0.01116180419921875, + -0.010498046875, + -0.048492431640625, + -0.00507354736328125, + 0.0237274169921875, + -0.019683837890625, + -0.003536224365234375, + -0.00926971435546875, + 0.0040435791015625, + -0.00861358642578125, + -0.01036834716796875, + 0.004962921142578125, + 0.025299072265625, + -0.01111602783203125, + -0.0126495361328125, + -0.02899169921875, + 0.0311126708984375, + 0.0611572265625, + -0.0184478759765625, + 0.00034046173095703125, + 0.00817108154296875, + 0.032684326171875, + 0.03619384765625, + -0.041473388671875, + 0.054840087890625, + 0.01406097412109375, + 0.0699462890625, + -0.021087646484375, + 0.01511383056640625, + -0.002384185791015625, + -0.00746917724609375, + -0.037261962890625, + -0.10052490234375, + -0.034454345703125, + -0.0265350341796875, + -0.07489013671875, + -0.0009169578552246094, + -0.00909423828125, + -0.0033168792724609375, + 0.0467529296875, + -0.045684814453125, + -0.0157318115234375, + 0.01019287109375, + 0.0215301513671875, + 0.007293701171875, + 0.01502227783203125, + -0.033050537109375, + -0.03460693359375, + 0.00812530517578125, + 0.0157318115234375, + -0.06329345703125, + -0.02618408203125, + -0.033905029296875, + -0.010986328125, + -0.027587890625, + -0.003559112548828125, + -0.0017576217651367188, + -0.021270751953125, + 0.0286407470703125, + 0.00856781005859375, + -0.0170440673828125, + 0.006984710693359375, + 0.03057861328125, + -0.023895263671875, + -0.062225341796875, + 0.01247406005859375, + -0.028289794921875, + 0.0030307769775390625, + -0.031982421875, + 0.058349609375, + -0.032684326171875, + -0.01678466796875, + -0.01142120361328125, + 0.037078857421875, + 0.055877685546875, + -0.00202178955078125, + 0.0094451904296875, + -0.034271240234375, + 0.0030307769775390625, + -0.01361846923828125, + 0.0025043487548828125, + 0.006061553955078125, + -0.0281219482421875, + -0.00707244873046875, + 0.0016918182373046875, + 0.041107177734375, + -0.019500732421875, + -0.0423583984375, + -0.0177459716796875, + 0.000024020671844482422, + 0.0309295654296875, + 0.017486572265625, + 0.001537322998046875, + -0.01291656494140625, + 0.059051513671875, + 0.07135009765625, + 0.01361846923828125, + -0.0018453598022460938, + 0.0002224445343017578, + 0.01212310791015625, + 0.0555419921875, + 0.02337646484375, + -0.0101470947265625, + -0.0220489501953125, + 0.00887298583984375, + -0.007381439208984375, + 0.00830078125, + -0.034088134765625, + -0.0102386474609375, + 0.0149383544921875, + -0.04815673828125, + 0.0215301513671875, + -0.0307464599609375, + -0.01142120361328125, + -0.02197265625, + 0.024078369140625, + 0.0244293212890625, + 0.060089111328125, + 0.03515625, + -0.035491943359375, + 0.04534912109375, + -0.00597381591796875, + 0.005756378173828125, + 0.05377197265625, + -0.03515625, + 0.039703369140625, + 0.032867431640625, + 0.0008840560913085938, + 0.01617431640625, + 0.0391845703125, + 0.0223236083984375, + -0.0467529296875, + -0.0263671875, + 0.03814697265625, + -0.0065460205078125, + -0.048858642578125, + -0.0137939453125, + -0.017486572265625, + 0.0200347900390625, + -0.027069091796875, + -0.019775390625, + 0.01519775390625, + 0.00511932373046875, + -0.07415771484375, + -0.0003199577331542969, + 0.0113372802734375, + -0.0094451904296875, + 0.0170440673828125, + 0.0094451904296875, + -0.041290283203125, + -0.031982421875, + 0.0391845703125, + 0.007030487060546875, + 0.033050537109375, + -0.01396942138671875, + -0.0013179779052734375, + -0.01247406005859375, + -0.01151275634765625, + 0.06396484375, + 0.0159912109375, + 0.0207366943359375, + 0.0176544189453125, + -0.0033168792724609375, + 0.014495849609375, + -0.004657745361328125, + 0.034454345703125, + 0.0165252685546875, + -0.0295257568359375, + -0.0058441162109375, + 0.004459381103515625, + 0.025482177734375, + 0.0256500244140625, + -0.05377197265625, + 0.0003075599670410156, + -0.0927734375, + -0.0166015625, + -0.0723876953125, + -0.01511383056640625, + -0.0256500244140625, + -0.01739501953125, + 0.037445068359375, + -0.044097900390625, + -0.03778076171875, + -0.007732391357421875, + 0.026885986328125, + -0.019500732421875, + 0.049896240234375, + -0.006984710693359375, + -0.03814697265625, + -0.00347137451171875, + 0.0850830078125, + 0.0009832382202148438, + -0.0034923553466796875, + -0.038482666015625, + 0.0065460205078125, + 0.0020313262939453125, + 0.022674560546875, + -0.034271240234375, + -0.0256500244140625, + 0.023895263671875, + 0.041473388671875, + -0.004085540771484375, + -0.042694091796875, + 0.01502227783203125, + 0.0076446533203125, + 0.034454345703125, + -0.021881103515625, + 0.026885986328125, + 0.0201263427734375, + 0.015289306640625, + -0.03497314453125, + -0.062225341796875, + 0.02099609375, + 0.04534912109375, + 0.016876220703125, + -0.00936126708984375, + 0.0186309814453125, + -0.035308837890625, + 0.03460693359375, + -0.0017242431640625, + 0.0050506591796875, + 0.0220489501953125, + 0.02618408203125, + -0.0228424072265625, + 0.03338623046875, + 0.0003733634948730469, + 0.0134429931640625, + -0.0184478759765625, + -0.0303955078125, + -0.00931549072265625, + -0.0222320556640625, + -0.03057861328125, + -0.0251312255859375, + 0.03216552734375, + -0.0379638671875, + 0.0178375244140625, + -0.004413604736328125, + -0.0010328292846679688, + -0.036376953125, + -0.048858642578125, + -0.005405426025390625, + -0.0323486328125, + -0.0491943359375, + -0.0172271728515625, + 0.022491455078125, + -0.0209197998046875, + 0.003536224365234375, + -0.0127410888671875, + -0.0023059844970703125, + -0.0230255126953125, + 0.0230255126953125, + -0.005710601806640625, + 0.0555419921875, + 0.00579833984375, + 0.050262451171875, + 0.031982421875, + 0.00542449951171875, + 0.0187225341796875, + 0.0404052734375, + 0.03179931640625, + -0.02777099609375, + -0.0230255126953125, + -0.0127410888671875, + -0.0015048980712890625, + 0.0185394287109375, + -0.03515625, + -0.01898193359375, + -0.0142364501953125, + -0.01432037353515625, + 0.004283905029296875, + 0.023895263671875, + 0.0256500244140625, + 0.0235443115234375, + -0.06781005859375, + -0.007293701171875, + 0.054840087890625, + 0.006237030029296875, + 0.09490966796875, + -0.0137939453125, + -0.0391845703125, + 0.03900146484375, + 0.041473388671875, + -0.018096923828125, + -0.0120391845703125, + 0.041656494140625, + -0.006061553955078125, + 0.008087158203125, + 0.0237274169921875, + 0.0050506591796875, + 0.01045989990234375, + -0.0220489501953125, + -0.00027179718017578125, + 0.00799560546875, + -0.01256561279296875, + 0.0009169578552246094, + 0.053436279296875, + 0.03216552734375, + 0.01326751708984375, + 0.0137939453125, + -0.034088134765625, + -0.0187225341796875, + -0.021087646484375, + -0.059051513671875, + -0.01396942138671875, + 0.05517578125, + 0.02178955078125, + 0.034454345703125, + -0.035675048828125, + -0.048858642578125, + -0.0000349879264831543, + -0.032684326171875, + 0.05694580078125, + 0.0258331298828125, + 0.0181884765625, + 0.041839599609375, + -0.0267181396484375, + 0.01318359375, + 0.0379638671875, + -0.0005326271057128906, + 0.0230255126953125, + 0.0215301513671875, + 0.053070068359375, + 0.0215301513671875, + -0.0295257568359375, + 0.0247802734375, + 0.042877197265625, + 0.0113372802734375, + 0.004985809326171875, + 0.0093994140625, + 0.010498046875, + 0.00562286376953125, + -0.03619384765625, + 0.044281005859375, + 0.0260162353515625, + -0.00637054443359375, + 0.0230255126953125, + -0.005756378173828125, + 0.00025534629821777344, + -0.047088623046875, + -0.00511932373046875, + 0.0080413818359375, + -0.0222320556640625, + 0.019775390625, + 0.048492431640625, + -0.07275390625, + 0.007732391357421875, + 0.03497314453125, + -0.06817626953125, + 0.033203125, + 0.016876220703125, + -0.041839599609375, + -0.0094451904296875, + -0.01898193359375, + -0.038848876953125, + 0.033050537109375, + -0.023193359375, + -0.04217529296875, + 0.021881103515625, + 0.025482177734375, + -0.043060302734375, + -0.024078369140625, + -0.0300445556640625, + 0.01678466796875, + -0.022491455078125, + -0.0247802734375, + 0.061859130859375, + 0.0016803741455078125, + -0.0035152435302734375, + 0.0017681121826171875, + 0.0435791015625, + -0.01406097412109375, + -0.0230255126953125, + 0.06396484375, + -0.032684326171875, + -0.053436279296875, + 0.04779052734375, + -0.00417327880859375, + -0.00021970272064208984, + -0.041656494140625, + -0.0126495361328125, + -0.001987457275390625, + -0.007598876953125, + 0.019683837890625, + 0.0311126708984375, + -0.0404052734375, + -0.051666259765625, + -0.03515625, + 0.0281219482421875, + -0.00547027587890625, + 0.0265350341796875, + 0.01959228515625, + -0.04638671875, + 0.0220489501953125, + -0.042694091796875, + -0.0237274169921875, + -0.00164794921875, + 0.01239013671875, + -0.040252685546875, + 0.060791015625, + -0.0137939453125, + -0.027587890625, + -0.02020263671875, + 0.039703369140625, + 0.010589599609375, + 0.00821685791015625, + -0.010986328125, + 0.005580902099609375, + 0.0347900390625, + -0.06610107421875, + -0.0169525146484375, + -0.0169525146484375, + -0.01432037353515625, + 0.03778076171875, + -0.05517578125, + 0.00856781005859375, + -0.0115966796875, + -0.059051513671875, + -0.0404052734375, + -0.020477294921875, + -0.0036907196044921875, + -0.029693603515625, + 0.0141448974609375, + 0.061859130859375, + -0.033203125, + 0.0265350341796875, + 0.01519775390625, + 0.004634857177734375, + 0.0159912109375, + -0.017578125, + -0.01800537109375, + 0.04534912109375, + -0.058349609375, + -0.03936767578125, + -0.019775390625, + 0.047088623046875, + -0.023193359375, + -0.0169525146484375, + 0.008087158203125, + 0.0023937225341796875, + 0.03936767578125, + -0.042694091796875, + -0.0020313262939453125, + -0.027069091796875, + -0.027069091796875, + -0.01511383056640625, + -0.022674560546875, + 0.0025157928466796875, + 0.0286407470703125, + 0.00507354736328125, + 0.0193328857421875, + 0.03759765625, + -0.056243896484375, + 0.06640625, + 0.01406097412109375, + 0.0120391845703125, + -0.0187225341796875, + 0.0025157928466796875, + 0.003734588623046875, + 0.01959228515625, + 0.027587890625, + -0.010986328125, + -0.00439453125, + -0.06890869140625, + 0.0281219482421875, + 0.013092041015625, + 0.0016698837280273438, + -0.0084381103515625, + -0.052032470703125, + -0.080810546875, + -0.007293701171875, + 0.033905029296875, + 0.0010213851928710938, + 0.0014495849609375, + -0.02777099609375, + -0.03656005859375, + 0.0001709461212158203, + -0.033905029296875, + 0.0286407470703125, + -0.0221405029296875, + 0.01458740234375, + 0.004413604736328125, + -0.026885986328125, + 0.0184478759765625, + 0.038482666015625, + 0.028289794921875, + -0.0033397674560546875, + 0.010894775390625, + -0.013092041015625, + 0.0119476318359375, + -0.0203857421875, + -0.0523681640625, + -0.01458740234375, + -0.016693115234375, + 0.0097503662109375, + -0.0286407470703125, + -0.02777099609375, + 0.00542449951171875, + 0.038482666015625, + 0.0435791015625, + -0.0185394287109375, + -0.001361846923828125, + 0.0263671875, + -0.00799560546875, + 0.07061767578125, + -0.01476287841796875, + -0.033203125, + 0.00926971435546875, + 0.01537322998046875, + 0.043060302734375, + 0.033203125, + 0.0033168792724609375, + -0.021881103515625, + -0.0061492919921875, + 0.0379638671875, + -0.0194244384765625, + -0.0157318115234375, + -0.0163421630859375, + 0.015899658203125, + 0.017486572265625, + 0.060791015625, + 0.006679534912109375, + 0.061859130859375, + 0.003997802734375, + -0.0036468505859375, + 0.031646728515625, + 0.08013916015625, + 0.03057861328125, + -0.027069091796875, + -0.0286407470703125, + 0.006107330322265625, + 0.001224517822265625, + -0.034271240234375, + -0.04779052734375, + -0.00882720947265625, + 0.08929443359375, + -0.06640625, + 0.002086639404296875, + -0.023193359375, + -0.0181884765625, + -0.0026798248291015625, + 0.035491943359375, + -0.01107025146484375, + 0.01076507568359375, + 0.0028553009033203125, + -0.048492431640625, + -0.0094451904296875, + -0.067138671875, + 0.00252532958984375, + 0.0302276611328125, + 0.041839599609375, + -0.0244293212890625, + 0.0249481201171875, + -0.0020313262939453125, + 0.0014276504516601562, + 0.0300445556640625, + 0.044464111328125, + 0.01300811767578125, + 0.01221466064453125, + 0.051666259765625, + 0.0435791015625, + -0.0120391845703125, + -0.022674560546875, + -0.00362396240234375, + 0.044281005859375, + 0.04638671875, + 0.0811767578125, + 0.0249481201171875, + 0.007556915283203125, + 0.00209808349609375, + -0.041107177734375, + -0.0214385986328125, + 0.0192413330078125, + 0.0214385986328125, + -0.054473876953125, + -0.03057861328125, + 0.0171356201171875, + -0.04217529296875, + 0.0272369384765625, + 0.01326751708984375, + -0.00452423095703125, + -0.0156402587890625, + 0.0347900390625, + -0.0293426513671875, + -0.045684814453125, + 0.0176544189453125, + -0.023895263671875, + -0.0360107421875, + -0.032684326171875, + -0.017303466796875, + 0.0286407470703125, + -0.0176544189453125, + -0.05975341796875, + -0.0419921875, + 0.0291748046875, + -0.0086517333984375, + -0.03936767578125, + -0.053070068359375, + -0.0031414031982421875, + -0.01256561279296875, + -0.057281494140625, + -0.0579833984375, + -0.006809234619140625, + 0.018280029296875, + -0.0272369384765625, + 0.007160186767578125, + -0.00676727294921875, + -0.0272369384765625, + -0.0228424072265625, + -0.027069091796875, + -0.0200347900390625, + 0.0256500244140625, + -0.044281005859375, + 0.031646728515625, + 0.011199951171875, + 0.02777099609375, + 0.0213470458984375, + 0.06573486328125, + -0.0291748046875, + 0.01617431640625, + -0.03375244140625, + -0.061859130859375, + 0.0258331298828125, + 0.00882720947265625, + -0.0101470947265625, + -0.05096435546875, + -0.01959228515625, + 0.0523681640625, + -0.054473876953125, + 0.0055999755859375, + -0.00562286376953125, + -0.00821685791015625, + -0.031646728515625, + -0.0223236083984375, + -0.0249481201171875, + 0.01300811767578125, + 0.08575439453125, + -0.00882720947265625, + -0.0208282470703125, + -0.0222320556640625, + -0.024078369140625, + 0.05377197265625, + 0.00812530517578125, + 0.0149383544921875, + -0.040069580078125, + 0.027587890625, + 0.0228424072265625, + -0.0137939453125, + 0.0237274169921875, + -0.060089111328125, + 0.00020325183868408203, + 0.01116180419921875, + 0.032501220703125, + -0.028289794921875, + -0.0256500244140625, + -0.048492431640625, + -0.029876708984375, + -0.034271240234375, + 0.044281005859375, + 0.0007524490356445312, + 0.0137939453125, + -0.038482666015625, + -0.0029659271240234375, + -0.01282501220703125, + -0.0203857421875, + -0.023193359375, + -0.037445068359375, + 0.0491943359375, + 0.004547119140625, + -0.057281494140625, + 0.031280517578125, + 0.031982421875, + -0.01335906982421875, + 0.00909423828125, + 0.06890869140625, + -0.01546478271484375, + 0.013092041015625, + -0.00799560546875, + 0.049560546875, + 0.00861358642578125, + -0.003536224365234375, + 0.0022296905517578125, + -0.0006093978881835938, + 0.03656005859375, + -0.021087646484375, + 0.0692138671875, + 0.005710601806640625, + -0.049896240234375, + -0.058349609375, + -0.042694091796875, + -0.04815673828125, + 0.0206451416015625, + -0.0323486328125, + 0.050262451171875, + 0.01837158203125, + -0.0025043487548828125, + -0.11737060546875, + 0.06890869140625, + -0.004261016845703125, + 0.04254150390625, + 0.0072479248046875, + -0.01326751708984375, + -0.0258331298828125, + -0.0423583984375, + 0.00005900859832763672, + 0.0186309814453125, + -0.0491943359375, + 0.0166015625, + -0.005008697509765625, + 0.01335906982421875, + 0.0222320556640625, + -0.0101470947265625, + -0.0265350341796875, + 0.041839599609375, + 0.0086517333984375, + -0.0193328857421875, + 0.0643310546875, + -0.0221405029296875, + 0.0184478759765625, + -0.00040912628173828125, + -0.0163421630859375, + 0.001087188720703125, + -0.005580902099609375, + 0.005008697509765625, + -0.008087158203125, + 0.0302276611328125, + 0.05694580078125, + -0.01221466064453125, + 0.01441192626953125, + 0.00058746337890625, + 0.0162506103515625, + 0.01959228515625, + -0.029876708984375, + 0.01458740234375, + -0.0036678314208984375, + -0.0272369384765625, + -0.01537322998046875, + -0.06396484375, + -0.087890625, + 0.027587890625, + -0.02618408203125, + -0.0272369384765625, + 0.0165252685546875, + 0.044281005859375, + 0.0205535888671875, + -0.037261962890625, + 0.01432037353515625, + -0.010101318359375, + 0.0020542144775390625, + -0.01678466796875, + 0.050262451171875, + -0.018096923828125, + 0.0286407470703125, + 0.0012187957763671875, + -0.07171630859375, + 0.0065460205078125, + -0.0115966796875, + 0.019683837890625, + -0.0080413818359375, + -0.0163421630859375, + -0.0391845703125, + 0.022491455078125, + -0.08892822265625, + -0.031280517578125, + 0.0119476318359375, + 0.0170440673828125, + 0.01071929931640625, + -0.0242462158203125, + 0.0491943359375, + -0.00597381591796875, + -0.04095458984375, + 0.0288238525390625, + -0.01502227783203125, + -0.02337646484375, + 0.033203125, + -0.012298583984375, + 0.0017242431640625, + 0.005161285400390625, + 0.044281005859375, + 0.0228424072265625, + 0.048492431640625, + -0.01045989990234375, + -0.0200347900390625, + 0.0032291412353515625, + -0.01519775390625, + 0.0185394287109375, + 0.035491943359375, + 0.0015926361083984375, + -0.00562286376953125, + 0.0112457275390625, + -0.0013341903686523438, + -0.0811767578125, + -0.0216217041015625, + -0.0166015625, + -0.0360107421875, + -0.0010986328125, + 0.08154296875, + 0.04254150390625, + 0.0135345458984375, + 0.00856781005859375, + 0.061492919921875, + 0.017486572265625, + 0.021881103515625, + -0.00676727294921875, + -0.044097900390625, + -0.033050537109375, + 0.0010814666748046875, + -0.00882720947265625, + -0.057647705078125, + 0.059051513671875, + 0.044647216796875, + -0.0135345458984375, + -0.00922393798828125, + 0.0206451416015625, + 0.00637054443359375, + 0.057647705078125, + 0.0169525146484375, + 0.0069427490234375, + -0.05377197265625, + 0.0303955078125, + 0.004108428955078125, + -0.00966644287109375, + -0.005359649658203125, + -0.004283905029296875, + -0.027069091796875, + 0.02337646484375, + -0.069580078125, + -0.014495849609375, + -0.0134429931640625, + 0.060089111328125, + 0.01151275634765625, + -0.03900146484375, + -0.03955078125, + 0.0367431640625, + -0.0007796287536621094, + -0.016082763671875, + 0.0038890838623046875, + 0.011688232421875, + -0.00852203369140625, + 0.0230255126953125, + 0.032867431640625, + 0.00746917724609375, + 0.040069580078125, + 0.0094451904296875, + -0.04815673828125, + 0.0003514289855957031, + -0.02020263671875, + 0.01371002197265625, + -0.0166015625, + -0.03179931640625, + -0.005580902099609375, + -0.069580078125, + 0.060791015625, + 0.0023059844970703125, + 0.049896240234375, + 0.025299072265625, + 0.008087158203125, + 0.005756378173828125, + 0.01239013671875, + 0.006591796875, + 0.0206451416015625, + 0.0176544189453125, + 0.01519775390625, + 0.01361846923828125, + -0.00637054443359375, + 0.0094451904296875, + -0.03619384765625, + 0.0307464599609375, + -0.037261962890625, + 0.00799560546875, + -0.061492919921875, + 0.012298583984375, + 0.0036468505859375, + -0.0230255126953125, + 0.005931854248046875, + -0.019500732421875, + 0.01151275634765625, + -0.01291656494140625, + -0.026885986328125, + 0.0113372802734375, + 0.014495849609375, + -0.00852203369140625, + 0.0105438232421875, + 0.0201263427734375, + -0.0093994140625, + -0.0127410888671875, + -0.055877685546875, + 0.073486328125, + 0.04638671875, + 0.004306793212890625, + 0.008697509765625, + 0.0274200439453125, + 0.01898193359375, + 0.0127410888671875, + 0.032867431640625, + 0.01212310791015625, + -0.03497314453125, + 0.033905029296875, + 0.05096435546875, + -0.00882720947265625, + -0.02618408203125, + 0.033203125, + 0.0222320556640625, + -0.0274200439453125, + 0.043060302734375, + 0.027587890625, + 0.023193359375, + 0.0012845993041992188, + -0.0142364501953125, + -0.0186309814453125, + -0.037445068359375, + 0.06292724609375, + 0.03778076171875, + -0.006591796875, + 0.044647216796875, + -0.0251312255859375, + 0.035858154296875, + 0.000024020671844482422, + 0.060455322265625, + -0.0335693359375, + 0.057281494140625, + -0.022674560546875, + 0.00791168212890625, + 0.0058441162109375, + 0.0311126708984375, + -0.0008730888366699219, + 0.0086517333984375, + -0.01371002197265625, + 0.05694580078125, + 0.04638671875, + -0.0209197998046875, + -0.058349609375, + -0.0228424072265625, + -0.002735137939453125, + 0.002536773681640625, + 0.051300048828125, + -0.0288238525390625, + -0.011199951171875, + 0.02337646484375, + 0.05059814453125, + 0.05413818359375, + -0.006237030029296875, + 0.04638671875, + 0.00002473592758178711, + -0.023193359375, + -0.0260162353515625, + -0.0006260871887207031 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "command-line", + "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_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. command-line 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.006549835205078125, + 0.023834228515625, + 0.0209808349609375, + 0.0110626220703125, + 0.03076171875, + 0.036651611328125, + 0.0182342529296875, + -0.0016613006591796875, + -0.0230712890625, + -0.0192718505859375, + -0.039886474609375, + 0.0823974609375, + 0.00968170166015625, + 0.003204345703125, + -0.052398681640625, + 0.00916290283203125, + 0.00006973743438720703, + -0.01153564453125, + 0.02239990234375, + 0.02581787109375, + -0.0185089111328125, + -0.0128173828125, + -0.05657958984375, + 0.005863189697265625, + 0.0156707763671875, + 0.01015472412109375, + -0.01708984375, + -0.08428955078125, + -0.0018634796142578125, + 0.0047454833984375, + 0.001613616943359375, + -0.042724609375, + -0.005481719970703125, + 0.035308837890625, + 0.01129913330078125, + -0.0243072509765625, + -0.0004153251647949219, + -0.03607177734375, + -0.023834228515625, + 0.040252685546875, + -0.0132904052734375, + -0.00792694091796875, + -0.003536224365234375, + -0.01442718505859375, + -0.02734375, + -0.0482177734375, + -0.00963592529296875, + 0.0009136199951171875, + -0.0033702850341796875, + -0.039306640625, + 0.055450439453125, + 0.0210723876953125, + 0.0183258056640625, + -0.0211639404296875, + -0.052398681640625, + 0.024200439453125, + 0.02410888671875, + -0.01300811767578125, + -0.041778564453125, + 0.054290771484375, + -0.053924560546875, + -0.0261993408203125, + -0.0141448974609375, + -0.0269622802734375, + 0.0114898681640625, + 0.016998291015625, + -0.02410888671875, + -0.02752685546875, + 0.0033931732177734375, + -0.00640869140625, + 0.01348114013671875, + -0.0125274658203125, + -0.01519012451171875, + 0.02581787109375, + -0.0175628662109375, + -0.046905517578125, + 0.0115814208984375, + 0.00963592529296875, + -0.00617218017578125, + -0.0049591064453125, + -0.0260162353515625, + 0.0115814208984375, + 0.0192718505859375, + -0.0177459716796875, + 0.01181793212890625, + 0.006740570068359375, + 0.022491455078125, + 0.0142364501953125, + -0.015380859375, + -0.00887298583984375, + 0.01395416259765625, + -0.01395416259765625, + -0.0133819580078125, + -0.018035888671875, + 0.0190887451171875, + 0.0645751953125, + -0.035308837890625, + -0.020599365234375, + -0.021636962890625, + 0.035491943359375, + 0.024871826171875, + -0.04425048828125, + 0.065673828125, + -0.0260162353515625, + 0.045745849609375, + -0.0128173828125, + 0.0033702850341796875, + -0.0111541748046875, + -0.0260162353515625, + -0.0020294189453125, + -0.09454345703125, + -0.031707763671875, + -0.02923583984375, + -0.05657958984375, + -0.0128173828125, + 0.002040863037109375, + -0.0008721351623535156, + 0.048980712890625, + -0.033233642578125, + -0.039306640625, + 0.00797271728515625, + 0.01357269287109375, + 0.00605010986328125, + 0.006740570068359375, + -0.0653076171875, + -0.06378173828125, + -0.00920867919921875, + 0.034942626953125, + -0.038543701171875, + -0.03094482421875, + -0.0160369873046875, + -0.007595062255859375, + -0.0176544189453125, + -0.005222320556640625, + -0.023834228515625, + -0.01262664794921875, + 0.0055999755859375, + -0.006931304931640625, + 0.014617919921875, + 0.025054931640625, + 0.0217437744140625, + -0.035125732421875, + -0.05621337890625, + 0.01181793212890625, + -0.03228759765625, + -0.0303802490234375, + -0.0244903564453125, + 0.047088623046875, + -0.036834716796875, + -0.015380859375, + -0.0167083740234375, + 0.02069091796875, + 0.046142578125, + 0.0149993896484375, + 0.006122589111328125, + -0.057342529296875, + 0.00429534912109375, + -0.025634765625, + 0.038177490234375, + -0.0123443603515625, + -0.0243072509765625, + -0.0093536376953125, + -0.01015472412109375, + 0.0208892822265625, + -0.01471710205078125, + -0.05657958984375, + -0.00711822509765625, + 0.032470703125, + 0.023345947265625, + -0.0124359130859375, + 0.0288543701171875, + -0.00835418701171875, + 0.052032470703125, + 0.07708740234375, + -0.0128173828125, + 0.0125274658203125, + 0.0026226043701171875, + -0.01395416259765625, + 0.03228759765625, + 0.055450439453125, + -0.038360595703125, + -0.039306640625, + 0.02410888671875, + 0.007595062255859375, + 0.045562744140625, + -0.0185089111328125, + -0.0183258056640625, + -0.011962890625, + -0.01471710205078125, + 0.026580810546875, + -0.0167999267578125, + -0.0124359130859375, + -0.0190887451171875, + 0.038177490234375, + 0.0090179443359375, + 0.0645751953125, + 0.028106689453125, + -0.028289794921875, + 0.0260162353515625, + -0.01357269287109375, + 0.038909912109375, + 0.036651611328125, + -0.005767822265625, + 0.06719970703125, + 0.00835418701171875, + -0.00028777122497558594, + 0.004604339599609375, + 0.0478515625, + 0.035491943359375, + -0.0192718505859375, + -0.038726806640625, + 0.04425048828125, + -0.00797271728515625, + -0.012054443359375, + -0.035308837890625, + -0.0254364013671875, + 0.023345947265625, + -0.00916290283203125, + -0.0116729736328125, + 0.014617919921875, + 0.0013885498046875, + -0.07025146484375, + 0.00972747802734375, + 0.0261993408203125, + -0.0141448974609375, + 0.016326904296875, + 0.0149078369140625, + -0.0165252685546875, + -0.043670654296875, + 0.02923583984375, + 0.0077362060546875, + 0.04083251953125, + 0.004985809326171875, + -0.0006380081176757812, + -0.0213623046875, + -0.015380859375, + 0.03607177734375, + 0.043670654296875, + 0.0121002197265625, + 0.0024089813232421875, + -0.01357269287109375, + 0.062286376953125, + -0.02752685546875, + 0.034759521484375, + 0.040435791015625, + -0.04425048828125, + 0.0141448974609375, + 0.0036792755126953125, + 0.0213623046875, + 0.040618896484375, + -0.07440185546875, + -0.0133819580078125, + -0.0858154296875, + 0.005863189697265625, + -0.0546875, + -0.047088623046875, + -0.0254364013671875, + -0.06756591796875, + 0.017852783203125, + -0.005931854248046875, + -0.0328369140625, + -0.0174713134765625, + 0.0167999267578125, + -0.004913330078125, + 0.032470703125, + -0.0175628662109375, + -0.032073974609375, + 0.00882720947265625, + 0.1002197265625, + -0.028472900390625, + 0.003345489501953125, + -0.006740570068359375, + 0.0430908203125, + -0.00968170166015625, + 0.00702667236328125, + -0.0244903564453125, + 0.0042724609375, + 0.025054931640625, + 0.0219268798828125, + 0.040069580078125, + -0.01519012451171875, + 0.0174713134765625, + -0.00365447998046875, + 0.031890869140625, + -0.02923583984375, + 0.0150909423828125, + -0.004413604736328125, + 0.01898193359375, + 0.01096343994140625, + -0.052032470703125, + -0.014617919921875, + 0.0237274169921875, + 0.0084991455078125, + -0.004604339599609375, + -0.00469970703125, + -0.03436279296875, + 0.0064544677734375, + -0.0296173095703125, + -0.01727294921875, + 0.026763916015625, + 0.052032470703125, + -0.0196533203125, + 0.0031795501708984375, + 0.0007948875427246094, + 0.002788543701171875, + -0.02410888671875, + -0.032073974609375, + -0.01309967041015625, + -0.00553131103515625, + -0.035491943359375, + -0.0145263671875, + 0.0015783309936523438, + -0.0200347900390625, + 0.02069091796875, + 0.0219268798828125, + -0.007358551025390625, + -0.041015625, + -0.038909912109375, + 0.0114898681640625, + 0.0005755424499511719, + -0.038177490234375, + -0.045745849609375, + 0.02410888671875, + 0.015380859375, + -0.001293182373046875, + -0.0012693405151367188, + 0.00972747802734375, + -0.0413818359375, + 0.021453857421875, + -0.00472259521484375, + 0.0305633544921875, + 0.01557159423828125, + 0.034759521484375, + 0.022491455078125, + 0.009490966796875, + 0.00882720947265625, + 0.050506591796875, + 0.031890869140625, + -0.0157623291015625, + -0.0102081298828125, + 0.0015783309936523438, + -0.020782470703125, + 0.015380859375, + -0.0227813720703125, + -0.061126708984375, + -0.01480865478515625, + -0.0165252685546875, + 0.02325439453125, + 0.0261993408203125, + 0.0131988525390625, + 0.0182342529296875, + -0.03778076171875, + 0.0081634521484375, + 0.06036376953125, + -0.0019931793212890625, + 0.086181640625, + -0.00839996337890625, + -0.0254364013671875, + 0.004154205322265625, + 0.05352783203125, + -0.0218353271484375, + 0.0141448974609375, + 0.0191802978515625, + 0.04840087890625, + -0.002231597900390625, + 0.0244903564453125, + -0.00595855712890625, + -0.003513336181640625, + -0.01271820068359375, + -0.0217437744140625, + 0.020782470703125, + -0.044036865234375, + 0.016143798828125, + 0.01528167724609375, + 0.021453857421875, + 0.01727294921875, + 0.0305633544921875, + -0.00954437255859375, + -0.02392578125, + -0.05352783203125, + -0.0687255859375, + -0.01641845703125, + 0.0269622802734375, + 0.00873565673828125, + 0.05694580078125, + -0.028106689453125, + -0.057342529296875, + 0.0213623046875, + -0.042327880859375, + 0.06951904296875, + 0.040435791015625, + 0.012054443359375, + 0.03948974609375, + -0.0230712890625, + 0.01224517822265625, + 0.025054931640625, + -0.005504608154296875, + 0.029998779296875, + 0.07330322265625, + 0.05963134765625, + 0.01442718505859375, + -0.03399658203125, + 0.0296173095703125, + 0.022979736328125, + 0.0254364013671875, + 0.004058837890625, + 0.07061767578125, + 0.00868988037109375, + 0.04840087890625, + -0.0341796875, + 0.047271728515625, + 0.040252685546875, + 0.01091766357421875, + 0.003559112548828125, + -0.0120086669921875, + 0.014617919921875, + -0.04156494140625, + 0.00726318359375, + 0.015472412109375, + 0.0141448974609375, + 0.0396728515625, + 0.03778076171875, + -0.058868408203125, + -0.028472900390625, + 0.04937744140625, + -0.050506591796875, + 0.0157623291015625, + 0.032470703125, + -0.029998779296875, + -0.00954437255859375, + -0.018035888671875, + -0.032470703125, + 0.022979736328125, + -0.03948974609375, + -0.045562744140625, + 0.02410888671875, + 0.0413818359375, + -0.038543701171875, + -0.0159454345703125, + -0.037017822265625, + -0.024688720703125, + -0.03265380859375, + -0.022979736328125, + 0.0546875, + 0.00897216796875, + 0.033782958984375, + 0.0173797607421875, + 0.032073974609375, + 0.001346588134765625, + -0.03778076171875, + 0.05279541015625, + -0.031341552734375, + -0.039306640625, + 0.021636962890625, + 0.0225982666015625, + 0.0175628662109375, + -0.01134490966796875, + -0.0303802490234375, + 0.0149993896484375, + 0.025634765625, + 0.016998291015625, + 0.0182342529296875, + -0.04669189453125, + -0.06036376953125, + -0.05352783203125, + 0.024871826171875, + 0.0020885467529296875, + 0.031890869140625, + 0.017181396484375, + -0.04766845703125, + 0.033050537109375, + -0.04974365234375, + -0.03607177734375, + 0.01262664794921875, + -0.009063720703125, + -0.018035888671875, + 0.035125732421875, + -0.00322723388671875, + -0.005695343017578125, + -0.019561767578125, + 0.03741455078125, + 0.006359100341796875, + -0.0097808837890625, + -0.05657958984375, + 0.033599853515625, + 0.0277252197265625, + -0.048980712890625, + -0.0077362060546875, + -0.01224517822265625, + 0.003559112548828125, + 0.04083251953125, + -0.04669189453125, + -0.00954437255859375, + -0.0080718994140625, + -0.065673828125, + -0.050872802734375, + -0.043853759765625, + -0.0123443603515625, + -0.052398681640625, + 0.024871826171875, + 0.026763916015625, + -0.0094451904296875, + 0.057342529296875, + -0.018707275390625, + -0.0007386207580566406, + 0.0098724365234375, + 0.00839996337890625, + -0.01215362548828125, + 0.040618896484375, + -0.040069580078125, + -0.050506591796875, + -0.026397705078125, + 0.029998779296875, + -0.036651611328125, + 0.0149993896484375, + 0.0149078369140625, + -0.008544921875, + 0.032470703125, + -0.0550537109375, + -0.0121002197265625, + -0.023834228515625, + -0.03094482421875, + -0.0166168212890625, + -0.019744873046875, + -0.0021839141845703125, + 0.0230712890625, + -0.00555419921875, + -0.00811767578125, + 0.020782470703125, + -0.038909912109375, + 0.023834228515625, + 0.00783538818359375, + -0.006122589111328125, + 0.0020885467529296875, + -0.013763427734375, + 0.0008544921875, + 0.01442718505859375, + 0.00702667236328125, + -0.029052734375, + -0.021270751953125, + -0.07635498046875, + 0.003726959228515625, + -0.0097808837890625, + -0.01091766357421875, + -0.0261993408203125, + -0.047271728515625, + -0.038177490234375, + -0.000667572021484375, + 0.0379638671875, + 0.0001728534698486328, + -0.00830841064453125, + -0.031707763671875, + -0.0160369873046875, + -0.0177459716796875, + -0.0211639404296875, + 0.0482177734375, + -0.0208892822265625, + 0.009490966796875, + -0.01025390625, + -0.01215362548828125, + 0.01357269287109375, + 0.029815673828125, + 0.00930023193359375, + 0.01480865478515625, + 0.0186004638671875, + -0.008209228515625, + 0.005054473876953125, + 0.0179443359375, + -0.00982666015625, + 0.002597808837890625, + -0.0294342041015625, + 0.02581787109375, + -0.032470703125, + -0.023345947265625, + 0.0271453857421875, + 0.021270751953125, + 0.0311431884765625, + -0.004817962646484375, + -0.0220184326171875, + 0.0220184326171875, + 0.0058135986328125, + 0.06683349609375, + -0.0294342041015625, + -0.038726806640625, + 0.03399658203125, + 0.0049591064453125, + 0.038909912109375, + 0.047088623046875, + 0.0011272430419921875, + -0.026763916015625, + 0.01300811767578125, + 0.0550537109375, + -0.0009670257568359375, + -0.0237274169921875, + -0.04498291015625, + 0.03570556640625, + -0.00783538818359375, + 0.0430908203125, + 0.006977081298828125, + 0.07440185546875, + 0.007358551025390625, + 0.0033931732177734375, + 0.04937744140625, + 0.08465576171875, + 0.035888671875, + -0.0305633544921875, + -0.05657958984375, + -0.0102996826171875, + -0.00446319580078125, + -0.021453857421875, + -0.035308837890625, + 0.0166168212890625, + 0.0679931640625, + -0.036834716796875, + -0.026580810546875, + -0.0016498565673828125, + -0.0102996826171875, + 0.005695343017578125, + 0.02239990234375, + -0.03607177734375, + 0.0199432373046875, + 0.006122589111328125, + -0.0615234375, + -0.0073089599609375, + -0.0160369873046875, + 0.00844573974609375, + 0.044036865234375, + 0.0237274169921875, + -0.024017333984375, + 0.038543701171875, + 0.01262664794921875, + 0.036468505859375, + 0.0060272216796875, + 0.0185089111328125, + 0.0209808349609375, + 0.0252532958984375, + 0.04290771484375, + 0.045745849609375, + -0.03094482421875, + 0.0023975372314453125, + 0.0042724609375, + 0.0243072509765625, + 0.048614501953125, + 0.05999755859375, + 0.00605010986328125, + 0.0005192756652832031, + 0.005054473876953125, + -0.0751953125, + 0.016143798828125, + -0.008544921875, + 0.0131988525390625, + -0.0516357421875, + -0.02325439453125, + 0.00982666015625, + -0.0303802490234375, + 0.038360595703125, + -0.006931304931640625, + -0.03399658203125, + 0.0064544677734375, + 0.045562744140625, + -0.005031585693359375, + -0.048614501953125, + 0.009918212890625, + -0.02923583984375, + -0.026397705078125, + -0.0237274169921875, + -0.0235443115234375, + 0.0328369140625, + -0.0150909423828125, + -0.060760498046875, + -0.028106689453125, + 0.0345458984375, + -0.006076812744140625, + -0.05126953125, + -0.031341552734375, + 0.02923583984375, + -0.0243072509765625, + -0.037017822265625, + -0.0430908203125, + -0.030181884765625, + 0.0210723876953125, + -0.039886474609375, + -0.005222320556640625, + -0.005222320556640625, + -0.004131317138671875, + 0.003322601318359375, + -0.031341552734375, + -0.038177490234375, + 0.026763916015625, + -0.050506591796875, + 0.054290771484375, + 0.008209228515625, + 0.0115814208984375, + 0.018707275390625, + 0.0615234375, + -0.015472412109375, + 0.0199432373046875, + -0.016326904296875, + -0.06610107421875, + 0.01181793212890625, + 0.00873565673828125, + -0.0038928985595703125, + -0.06683349609375, + 0.0106353759765625, + 0.031707763671875, + -0.072509765625, + -0.0183258056640625, + -0.0228729248046875, + 0.005126953125, + -0.06036376953125, + 0.00424957275390625, + -0.004558563232421875, + 0.01557159423828125, + 0.0755615234375, + 0.00659942626953125, + -0.018798828125, + 0.0080718994140625, + -0.029815673828125, + 0.061126708984375, + 0.04803466796875, + -0.00424957275390625, + -0.03741455078125, + 0.033599853515625, + 0.0167999267578125, + -0.03759765625, + 0.00018990039825439453, + -0.06988525390625, + -0.001934051513671875, + 0.01519012451171875, + 0.01433563232421875, + -0.018707275390625, + -0.00868988037109375, + -0.046142578125, + -0.0184173583984375, + -0.01348114013671875, + 0.01898193359375, + 0.00617218017578125, + 0.0115814208984375, + -0.0286712646484375, + -0.0019702911376953125, + -0.00617218017578125, + -0.036651611328125, + -0.0345458984375, + -0.0110626220703125, + 0.031890869140625, + 0.00595855712890625, + -0.0831298828125, + 0.028106689453125, + 0.029052734375, + 0.0133819580078125, + 0.0260162353515625, + 0.06610107421875, + -0.033416748046875, + -0.01129913330078125, + 0.00514984130859375, + 0.045562744140625, + -0.00344085693359375, + -0.00344085693359375, + -0.0167083740234375, + 0.0252532958984375, + 0.013763427734375, + -0.029998779296875, + 0.050506591796875, + 0.0311431884765625, + -0.025054931640625, + -0.05963134765625, + -0.026580810546875, + -0.04461669921875, + 0.03741455078125, + -0.006549835205078125, + 0.028106689453125, + 0.0090179443359375, + -0.004154205322265625, + -0.103271484375, + 0.0396728515625, + -0.00301361083984375, + 0.0150909423828125, + 0.025634765625, + -0.00873565673828125, + -0.05963134765625, + -0.050872802734375, + -0.0033931732177734375, + 0.00467681884765625, + -0.0345458984375, + 0.022216796875, + 0.0133819580078125, + -0.00429534912109375, + 0.0016260147094726562, + -0.01528167724609375, + -0.016326904296875, + 0.040252685546875, + 0.0133819580078125, + -0.032073974609375, + 0.06036376953125, + -0.04974365234375, + 0.0175628662109375, + -0.0106353759765625, + 0.0162353515625, + 0.0157623291015625, + -0.006931304931640625, + -0.033050537109375, + -0.00873565673828125, + 0.025634765625, + 0.047454833984375, + -0.030181884765625, + 0.0183258056640625, + -0.0121002197265625, + 0.0193634033203125, + 0.004627227783203125, + -0.01812744140625, + 0.0236358642578125, + 0.004558563232421875, + -0.036834716796875, + -0.0097808837890625, + -0.04669189453125, + -0.0831298828125, + -0.0006289482116699219, + -0.043487548828125, + -0.003559112548828125, + 0.0235443115234375, + 0.0254364013671875, + 0.01309967041015625, + -0.0413818359375, + 0.041961669921875, + 0.0131988525390625, + -0.0081634521484375, + -0.0090179443359375, + 0.0106353759765625, + -0.01068115234375, + 0.03265380859375, + 0.01181793212890625, + -0.021636962890625, + 0.01471710205078125, + -0.022308349609375, + -0.0182342529296875, + -0.013671875, + 0.00429534912109375, + -0.01143646240234375, + 0.029815673828125, + -0.06610107421875, + -0.02581787109375, + 0.0094451904296875, + 0.030181884765625, + -0.01068115234375, + -0.02325439453125, + 0.0615234375, + -0.0011987686157226562, + -0.07977294921875, + 0.0128173828125, + -0.040618896484375, + -0.028472900390625, + 0.0199432373046875, + -0.0271453857421875, + -0.005863189697265625, + 0.026763916015625, + 0.028472900390625, + 0.0210723876953125, + 0.038360595703125, + -0.0012874603271484375, + -0.0305633544921875, + -0.0014896392822265625, + 0.0016965866088867188, + 0.038543701171875, + 0.0236358642578125, + 0.0218353271484375, + -0.0199432373046875, + 0.033416748046875, + 0.0235443115234375, + -0.110107421875, + -0.00711822509765625, + -0.03265380859375, + -0.01983642578125, + 0.026397705078125, + 0.053924560546875, + 0.035125732421875, + -0.00664520263671875, + 0.032073974609375, + 0.034942626953125, + 0.01727294921875, + -0.01100921630859375, + -0.03076171875, + -0.06646728515625, + -0.01641845703125, + 0.01224517822265625, + 0.0176544189453125, + -0.05279541015625, + 0.05963134765625, + 0.057708740234375, + -0.00540924072265625, + 0.017852783203125, + 0.026580810546875, + 0.01177215576171875, + 0.04937744140625, + 0.0176544189453125, + 0.03228759765625, + -0.065673828125, + 0.03607177734375, + 0.03912353515625, + -0.0173797607421875, + -0.0190887451171875, + -0.00711822509765625, + -0.0254364013671875, + 0.02734375, + -0.06646728515625, + 0.0175628662109375, + 0.0156707763671875, + 0.068359375, + 0.016326904296875, + -0.0345458984375, + -0.033050537109375, + 0.0236358642578125, + -0.0018987655639648438, + -0.0156707763671875, + -0.01015472412109375, + 0.00745391845703125, + -0.016998291015625, + 0.0254364013671875, + 0.0303802490234375, + 0.01433563232421875, + 0.04766845703125, + 0.01641845703125, + -0.045196533203125, + 0.0254364013671875, + -0.0176544189453125, + 0.02734375, + -0.00783538818359375, + -0.0193634033203125, + 0.00531768798828125, + -0.061126708984375, + 0.05810546875, + -0.0208892822265625, + 0.041015625, + 0.018890380859375, + -0.035125732421875, + -0.00911712646484375, + 0.002872467041015625, + -0.0030612945556640625, + 0.048614501953125, + 0.01898193359375, + 0.0237274169921875, + 0.0211639404296875, + 0.01262664794921875, + 0.015472412109375, + -0.058868408203125, + 0.038360595703125, + -0.031524658203125, + -0.0009794235229492188, + -0.048980712890625, + -0.0031566619873046875, + 0.018035888671875, + -0.031341552734375, + -0.01528167724609375, + -0.021270751953125, + -0.0009732246398925781, + -0.01049041748046875, + -0.033233642578125, + 0.0060272216796875, + 0.04974365234375, + -0.0447998046875, + 0.028106689453125, + 0.02581787109375, + -0.0008130073547363281, + -0.01224517822265625, + -0.047088623046875, + 0.0653076171875, + 0.038909912109375, + 0.003917694091796875, + -0.0084991455078125, + 0.005931854248046875, + 0.0328369140625, + 0.0142364501953125, + 0.0303802490234375, + 0.01271820068359375, + -0.0211639404296875, + 0.035308837890625, + 0.03076171875, + 0.01395416259765625, + -0.0209808349609375, + 0.0244903564453125, + 0.018798828125, + -0.040435791015625, + 0.036468505859375, + 0.0084991455078125, + 0.0205078125, + -0.01983642578125, + -0.0090179443359375, + -0.024017333984375, + -0.045562744140625, + 0.07745361328125, + -0.0141448974609375, + -0.00450897216796875, + 0.0303802490234375, + -0.0254364013671875, + 0.04425048828125, + 0.020782470703125, + 0.052398681640625, + -0.0254364013671875, + 0.02734375, + -0.033050537109375, + 0.0205078125, + -0.004913330078125, + 0.047454833984375, + -0.018035888671875, + 0.0279083251953125, + -0.02734375, + 0.053924560546875, + 0.0008544921875, + -0.0097808837890625, + -0.05963134765625, + -0.00617218017578125, + 0.012908935546875, + 0.00726318359375, + 0.029815673828125, + -0.034942626953125, + -0.00011867284774780273, + -0.0149993896484375, + 0.04669189453125, + 0.06719970703125, + -0.024200439453125, + 0.031707763671875, + 0.00621795654296875, + 0.003559112548828125, + -0.033050537109375, + 0.01983642578125 + ], + "metadata": { + "domains": [ + "malware-analysis", + "ics-forensics", + "static-investigations" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_QGIS", + "type": "tool", + "name": "QGIS", + "content": "qgis das open-source geographic information system verwandelt forensik-daten mit geobezug in aussagekräftige karten und analysen. visualisiert bewegungsprofile aus smartphone-gps, fahrzeug-telematik oder fitness-trackern. heatmaps zeigen aufenthaltsschwerpunkte. buffer-analysen identifizieren mögliche treffpunkte. die python-integration (pyqgis) automatisiert massen-datenverarbeitung. import aus gpx, kml, csv mit koordinaten. temporal controller animiert bewegungen über zeit. spatial queries finden überschneidungen: \"wer war wann am selben ort?\". openstreetmap- integration für kontext. 3d-visualisierung für drohnen-flugpfade. print composer erstellt gerichtsfeste karten. die steile lernkurve wird durch exzellente tutorials gemildert. plugins erweitern für spezialfälle wie cell-tower-analyse. unverzichtbar wenn wo-und-wann zur schlüsselfrage wird. 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.0290679931640625, + 0.0299530029296875, + 0.037872314453125, + 0.00841522216796875, + 0.0186767578125, + 0.0234222412109375, + 0.01849365234375, + -0.0019702911376953125, + 0.009246826171875, + -0.0014972686767578125, + -0.02783203125, + 0.055328369140625, + 0.0006909370422363281, + 0.0037212371826171875, + -0.058135986328125, + 0.020782470703125, + -0.019287109375, + 0.0088958740234375, + 0.01171112060546875, + -0.016387939453125, + -0.00673675537109375, + -0.0006852149963378906, + -0.048614501953125, + 0.0197296142578125, + -0.003566741943359375, + 0.0167388916015625, + -0.0230712890625, + -0.041046142578125, + -0.011627197265625, + 0.0191192626953125, + 0.0227203369140625, + -0.032073974609375, + -0.00841522216796875, + 0.0325927734375, + -0.01065826416015625, + -0.020965576171875, + 0.00678253173828125, + -0.05145263671875, + -0.031005859375, + 0.0224609375, + -0.0160369873046875, + 0.0006604194641113281, + -0.0008091926574707031, + -0.0014638900756835938, + -0.0099945068359375, + -0.04315185546875, + -0.008544921875, + -0.0229034423828125, + 0.0265960693359375, + -0.045806884765625, + 0.0265960693359375, + 0.048614501953125, + 0.021759033203125, + 0.00409698486328125, + -0.021575927734375, + 0.0196380615234375, + 0.017181396484375, + -0.028717041015625, + -0.038055419921875, + 0.0401611328125, + -0.018402099609375, + -0.002685546875, + -0.01690673828125, + -0.0092926025390625, + 0.02801513671875, + 0.03857421875, + -0.01189422607421875, + -0.0297698974609375, + 0.0013704299926757812, + -0.0013208389282226562, + 0.008056640625, + -0.0119781494140625, + -0.00506591796875, + 0.0220184326171875, + -0.0341796875, + -0.05072021484375, + 0.022552490234375, + 0.01690673828125, + 0.002994537353515625, + -0.006252288818359375, + -0.06060791015625, + -0.003986358642578125, + 0.0560302734375, + -0.03082275390625, + -0.025726318359375, + 0.0158538818359375, + 0.0234222412109375, + 0.023956298828125, + 0.0004925727844238281, + 0.01329803466796875, + 0.031707763671875, + -0.0038967132568359375, + 0.048614501953125, + -0.019195556640625, + 0.01418304443359375, + 0.065185546875, + -0.010345458984375, + -0.003963470458984375, + -0.0150604248046875, + 0.01294708251953125, + 0.0186767578125, + -0.047576904296875, + 0.050018310546875, + -0.00713348388671875, + 0.047576904296875, + -0.03399658203125, + 0.006870269775390625, + 0.00409698486328125, + 0.0224609375, + -0.0288848876953125, + -0.099365234375, + -0.039276123046875, + -0.0008697509765625, + -0.048614501953125, + -0.0015745162963867188, + 0.01532745361328125, + -0.033477783203125, + 0.0560302734375, + -0.056365966796875, + -0.047576904296875, + 0.02325439453125, + 0.047210693359375, + 0.01180267333984375, + 0.0281829833984375, + -0.03857421875, + -0.0272979736328125, + 0.0073089599609375, + 0.01136016845703125, + -0.04791259765625, + -0.016204833984375, + -0.031341552734375, + -0.04296875, + 0.00862884521484375, + -0.0199127197265625, + 0.0221099853515625, + 0.006519317626953125, + 0.036468505859375, + -0.0151519775390625, + -0.01690673828125, + 0.0205230712890625, + 0.005107879638671875, + -0.01259613037109375, + -0.062347412109375, + 0.0026645660400390625, + -0.058135986328125, + -0.0168304443359375, + -0.014617919921875, + 0.041229248046875, + -0.0260772705078125, + -0.0180511474609375, + -0.00643157958984375, + 0.00907135009765625, + 0.0556640625, + 0.0032596588134765625, + -0.00365447998046875, + -0.03399658203125, + -0.0108795166015625, + 0.0120697021484375, + 0.0357666015625, + -0.0244903564453125, + -0.0283660888671875, + 0.02105712890625, + 0.0172576904296875, + 0.0274810791015625, + -0.00243377685546875, + -0.048980712890625, + -0.024139404296875, + 0.02642822265625, + 0.01153564453125, + 0.00563812255859375, + 0.031890869140625, + -0.034881591796875, + 0.06622314453125, + 0.056732177734375, + 0.00986480712890625, + 0.041748046875, + -0.01061248779296875, + -0.0281829833984375, + 0.033294677734375, + 0.01523590087890625, + -0.0003097057342529297, + -0.01189422607421875, + 0.028717041015625, + 0.0112762451171875, + 0.04052734375, + 0.003391265869140625, + -0.033294677734375, + -0.0032806396484375, + -0.0267791748046875, + 0.033477783203125, + -0.028717041015625, + -0.0214080810546875, + -0.00907135009765625, + 0.0465087890625, + 0.0250091552734375, + 0.05743408203125, + 0.00911712646484375, + -0.007793426513671875, + 0.007045745849609375, + 0.0070037841796875, + 0.01171112060546875, + 0.0465087890625, + -0.01171112060546875, + 0.0325927734375, + 0.006694793701171875, + 0.0180511474609375, + -0.00017547607421875, + 0.0496826171875, + 0.0205230712890625, + -0.01690673828125, + 0.005306243896484375, + 0.04791259765625, + -0.00933837890625, + -0.01215362548828125, + -0.024658203125, + -0.033477783203125, + 0.0007543563842773438, + -0.021575927734375, + -0.005901336669921875, + 0.006694793701171875, + -0.0262451171875, + -0.053192138671875, + -0.00797271728515625, + 0.039459228515625, + -0.019378662109375, + 0.033111572265625, + 0.0341796875, + -0.0221099853515625, + -0.0054168701171875, + 0.01453399658203125, + 0.00603485107421875, + 0.022369384765625, + 0.0081024169921875, + 0.00598907470703125, + 0.0018053054809570312, + -0.04315185546875, + 0.036651611328125, + 0.0126800537109375, + 0.02801513671875, + 0.00678253173828125, + -0.033111572265625, + 0.050018310546875, + -0.01312255859375, + 0.025543212890625, + 0.039825439453125, + -0.0281829833984375, + 0.009735107421875, + -0.0038967132568359375, + 0.01030731201171875, + 0.034515380859375, + -0.051788330078125, + -0.0019483566284179688, + -0.05743408203125, + -0.008453369140625, + -0.0433349609375, + -0.0325927734375, + -0.0036983489990234375, + -0.0258941650390625, + 0.059539794921875, + -0.036102294921875, + -0.0272979736328125, + 0.003215789794921875, + 0.0272979736328125, + -0.01070404052734375, + 0.016998291015625, + -0.005107879638671875, + -0.025360107421875, + -0.002994537353515625, + 0.06976318359375, + -0.00258636474609375, + -0.0027408599853515625, + -0.0167388916015625, + 0.031890869140625, + -0.020782470703125, + 0.03558349609375, + -0.0306549072265625, + 0.0195465087890625, + 0.0272979736328125, + 0.00753021240234375, + 0.0108795166015625, + -0.0119781494140625, + 0.007091522216796875, + -0.01096343994140625, + 0.01947021484375, + -0.0560302734375, + 0.0107879638671875, + 0.002300262451171875, + -0.0069580078125, + -0.00876617431640625, + -0.06341552734375, + -0.00783538818359375, + 0.059173583984375, + -0.0003178119659423828, + 0.0005698204040527344, + 0.00603485107421875, + -0.0208740234375, + 0.0219268798828125, + -0.00201416015625, + -0.0220184326171875, + 0.031524658203125, + 0.0251922607421875, + -0.036102294921875, + 0.004207611083984375, + 0.017791748046875, + 0.0295867919921875, + -0.06024169921875, + -0.041229248046875, + -0.01153564453125, + -0.019287109375, + -0.054962158203125, + -0.007442474365234375, + -0.006473541259765625, + -0.04351806640625, + -0.0033245086669921875, + -0.0211334228515625, + 0.0288848876953125, + -0.013214111328125, + -0.057769775390625, + 0.020782470703125, + -0.0338134765625, + -0.059173583984375, + -0.0258941650390625, + 0.068359375, + 0.0189361572265625, + 0.00440216064453125, + -0.0234222412109375, + -0.0120697021484375, + -0.0123291015625, + -0.0262451171875, + -0.0222015380859375, + 0.03240966796875, + -0.005153656005859375, + 0.045440673828125, + 0.031341552734375, + 0.0182342529296875, + 0.0014753341674804688, + 0.06903076171875, + 0.034515380859375, + -0.0020694732666015625, + 0.01224517822265625, + 0.0230712890625, + 0.039825439453125, + 0.03436279296875, + -0.024658203125, + -0.0294189453125, + -0.0070037841796875, + -0.0290679931640625, + 0.03857421875, + 0.0413818359375, + 0.0222015380859375, + 0.0283660888671875, + -0.02923583984375, + -0.0101318359375, + 0.039459228515625, + -0.00598907470703125, + 0.084228515625, + -0.0274810791015625, + -0.059906005859375, + 0.003391265869140625, + 0.00775146484375, + -0.01303863525390625, + -0.0281829833984375, + 0.052490234375, + -0.00867462158203125, + 0.00616455078125, + 0.023956298828125, + -0.0028400421142578125, + 0.0295867919921875, + -0.0341796875, + -0.0198211669921875, + 0.002696990966796875, + -0.01383209228515625, + 0.0191192626953125, + 0.047576904296875, + 0.0190277099609375, + -0.0016841888427734375, + 0.0173492431640625, + -0.034881591796875, + -0.006649017333984375, + -0.0421142578125, + -0.06060791015625, + 0.0158538818359375, + 0.0213165283203125, + 0.01180267333984375, + 0.044403076171875, + -0.04034423828125, + -0.077880859375, + 0.025726318359375, + -0.025360107421875, + 0.06024169921875, + 0.0718994140625, + 0.01043701171875, + 0.031707763671875, + -0.03277587890625, + -0.0044708251953125, + 0.05072021484375, + 0.007045745849609375, + 0.0213165283203125, + 0.057769775390625, + 0.0073089599609375, + 0.00231170654296875, + -0.0369873046875, + 0.0341796875, + 0.0234222412109375, + 0.03997802734375, + -0.00977325439453125, + 0.0244903564453125, + 0.033477783203125, + 0.01383209228515625, + -0.025543212890625, + 0.034698486328125, + 0.0413818359375, + -0.0288848876953125, + -0.00032901763916015625, + -0.0297698974609375, + 0.0297698974609375, + -0.045806884765625, + -0.004184722900390625, + -0.01153564453125, + 0.006252288818359375, + 0.01488494873046875, + 0.030303955078125, + -0.051788330078125, + 0.0229034423828125, + 0.00942230224609375, + -0.0704345703125, + 0.0299530029296875, + 0.025360107421875, + -0.0267791748046875, + 0.0584716796875, + -0.043853759765625, + -0.04510498046875, + 0.03558349609375, + -0.031707763671875, + -0.0260772705078125, + 0.013214111328125, + 0.0262451171875, + -0.04827880859375, + -0.050384521484375, + -0.031524658203125, + -0.00499725341796875, + -0.01259613037109375, + 0.002147674560546875, + 0.047210693359375, + 0.0191192626953125, + 0.00872039794921875, + 0.028717041015625, + 0.031524658203125, + 0.01145172119140625, + -0.0251922607421875, + 0.0281829833984375, + -0.031005859375, + -0.0401611328125, + 0.021484375, + 0.0338134765625, + 0.0288848876953125, + -0.03839111328125, + -0.024658203125, + -0.022552490234375, + 0.01453399658203125, + 0.01479339599609375, + 0.01444244384765625, + -0.04791259765625, + -0.0229034423828125, + -0.0294189453125, + 0.0294189453125, + -0.0015087127685546875, + 0.02801513671875, + -0.01021575927734375, + -0.06268310546875, + 0.01611328125, + -0.0687255859375, + -0.0212249755859375, + -0.006916046142578125, + 0.01558685302734375, + -0.0160369873046875, + 0.053192138671875, + 0.01470947265625, + 0.00916290283203125, + -0.0101318359375, + 0.073974609375, + -0.024139404296875, + -0.00757598876953125, + -0.048980712890625, + 0.05072021484375, + -0.00942230224609375, + -0.05108642578125, + 0.00144195556640625, + -0.01453399658203125, + -0.006694793701171875, + 0.0496826171875, + -0.054962158203125, + -0.013916015625, + 0.003566741943359375, + -0.056732177734375, + -0.0218505859375, + -0.054962158203125, + -0.0167388916015625, + -0.02069091796875, + 0.034881591796875, + 0.033294677734375, + 0.0127716064453125, + 0.0218505859375, + 0.01708984375, + 0.021759033203125, + 0.010040283203125, + 0.0281829833984375, + -0.002201080322265625, + 0.0236053466796875, + -0.0251922607421875, + -0.03680419921875, + -0.011627197265625, + 0.0276641845703125, + -0.03875732421875, + -0.0190277099609375, + 0.0120697021484375, + -0.0230712890625, + 0.048614501953125, + -0.0244903564453125, + -0.025360107421875, + -0.037353515625, + -0.006824493408203125, + -0.037689208984375, + -0.04510498046875, + 0.01016998291015625, + 0.0229034423828125, + 0.0070037841796875, + 0.002685546875, + 0.020172119140625, + -0.07330322265625, + 0.00643157958984375, + 0.033294677734375, + 0.01259613037109375, + 0.0181427001953125, + 0.005855560302734375, + -0.002048492431640625, + -0.01611328125, + 0.0272979736328125, + -0.0401611328125, + -0.037689208984375, + -0.0775146484375, + 0.0128631591796875, + -0.00223541259765625, + -0.0227203369140625, + -0.021575927734375, + -0.0258941650390625, + -0.0433349609375, + 0.0012445449829101562, + 0.025360107421875, + -0.0031490325927734375, + -0.01026153564453125, + -0.0306549072265625, + 0.00429534912109375, + -0.014007568359375, + -0.001651763916015625, + 0.0218505859375, + -0.0007486343383789062, + 0.002048492431640625, + -0.011627197265625, + -0.046844482421875, + 0.031707763671875, + 0.004932403564453125, + 0.02642822265625, + -0.004360198974609375, + 0.0221099853515625, + -0.0496826171875, + 0.0186767578125, + -0.01611328125, + 0.01303863525390625, + 0.00757598876953125, + -0.0258941650390625, + 0.0297698974609375, + -0.0528564453125, + -0.003765106201171875, + -0.0003771781921386719, + 0.003566741943359375, + 0.01189422607421875, + -0.004756927490234375, + -0.0213165283203125, + 0.0401611328125, + 0.00775146484375, + 0.071533203125, + -0.0180511474609375, + -0.057769775390625, + 0.00025177001953125, + 0.003192901611328125, + 0.04296875, + 0.05389404296875, + -0.011627197265625, + -0.0123291015625, + 0.00350189208984375, + 0.02642822265625, + -0.0025539398193359375, + -0.027130126953125, + -0.0224609375, + 0.02923583984375, + 0.0214080810546875, + 0.05426025390625, + 0.0009741783142089844, + 0.0965576171875, + 0.0007319450378417969, + -0.008453369140625, + 0.019989013671875, + 0.0736083984375, + 0.031005859375, + -0.050384521484375, + -0.045806884765625, + 0.0034580230712890625, + 0.00539398193359375, + -0.03997802734375, + -0.0274810791015625, + 0.0243072509765625, + 0.034515380859375, + -0.0616455078125, + -0.01145172119140625, + -0.02642822265625, + -0.01497650146484375, + 0.0037441253662109375, + 0.025726318359375, + -0.020172119140625, + 0.0244903564453125, + -0.002399444580078125, + -0.0219268798828125, + -0.006076812744140625, + -0.0077056884765625, + 0.009246826171875, + 0.055328369140625, + 0.0258941650390625, + -0.02069091796875, + 0.019195556640625, + 0.025543212890625, + 0.0272979736328125, + -0.004978179931640625, + 0.047576904296875, + 0.0134735107421875, + 0.0033245086669921875, + 0.037872314453125, + 0.055328369140625, + -0.0311737060546875, + -0.026947021484375, + 0.01145172119140625, + 0.0222015380859375, + 0.05389404296875, + 0.06976318359375, + -0.0281829833984375, + 0.0107879638671875, + 0.0026645660400390625, + -0.041046142578125, + -0.003940582275390625, + 0.0008754730224609375, + 0.024139404296875, + -0.0283660888671875, + -0.052490234375, + 0.020263671875, + -0.044036865234375, + 0.053558349609375, + -0.008453369140625, + -0.01312255859375, + -0.006694793701171875, + 0.0243072509765625, + -0.00797271728515625, + -0.052154541015625, + 0.01136016845703125, + -0.0048675537109375, + -0.0250091552734375, + -0.0096893310546875, + -0.043701171875, + 0.02801513671875, + -0.019989013671875, + -0.0311737060546875, + -0.0030612945556640625, + 0.02325439453125, + -0.0213165283203125, + -0.048614501953125, + -0.025360107421875, + 0.019195556640625, + -0.0230712890625, + -0.01947021484375, + -0.052490234375, + -0.0158538818359375, + 0.00827789306640625, + -0.0229034423828125, + 0.01444244384765625, + 0.00986480712890625, + -0.037872314453125, + -0.00634002685546875, + -0.00440216064453125, + -0.028717041015625, + 0.03240966796875, + -0.04052734375, + 0.0172576904296875, + 0.011138916015625, + 0.019195556640625, + 0.040863037109375, + 0.03521728515625, + -0.00021326541900634766, + 0.000583648681640625, + -0.03277587890625, + -0.010528564453125, + 0.0206146240234375, + 0.0092926025390625, + 0.0033245086669921875, + -0.09722900390625, + 0.0173492431640625, + 0.059173583984375, + -0.08135986328125, + 0.006916046142578125, + 0.0191192626953125, + -0.0191192626953125, + -0.035064697265625, + -0.00801849365234375, + -0.0142669677734375, + 0.01026153564453125, + 0.10919189453125, + -0.0168304443359375, + 0.00717926025390625, + 0.0199127197265625, + -0.0357666015625, + 0.052154541015625, + 0.0304718017578125, + 0.0198211669921875, + -0.0290679931640625, + 0.0297698974609375, + 0.0160369873046875, + -0.0311737060546875, + 0.0038089752197265625, + -0.07220458984375, + -0.01383209228515625, + 0.0224609375, + 0.0024547576904296875, + -0.0214080810546875, + 0.003566741943359375, + -0.0556640625, + -0.038238525390625, + -0.05426025390625, + 0.028717041015625, + 0.002994537353515625, + 0.00946807861328125, + -0.056365966796875, + -0.025360107421875, + -0.013916015625, + -0.0687255859375, + -0.03558349609375, + -0.0258941650390625, + 0.0244903564453125, + 0.01418304443359375, + -0.0528564453125, + 0.008148193359375, + -0.0004925727844238281, + 0.0014867782592773438, + 0.008453369140625, + 0.07220458984375, + -0.0528564453125, + -0.006473541259765625, + 0.00027942657470703125, + -0.00792694091796875, + 0.00757598876953125, + 0.0002243518829345703, + -0.01180267333984375, + 0.027130126953125, + 0.01303863525390625, + -0.043701171875, + 0.037872314453125, + 0.056365966796875, + -0.017791748046875, + -0.05108642578125, + -0.01096343994140625, + -0.057769775390625, + 0.051788330078125, + -0.0123291015625, + 0.05743408203125, + -0.0009026527404785156, + -0.0011892318725585938, + -0.08209228515625, + 0.0297698974609375, + -0.0281829833984375, + 0.042266845703125, + 0.0274810791015625, + -0.01479339599609375, + -0.0771484375, + -0.048614501953125, + -0.034881591796875, + 0.03875732421875, + -0.03240966796875, + 0.0250091552734375, + -0.005767822265625, + 0.0150604248046875, + -0.006298065185546875, + -0.0322265625, + 0.01096343994140625, + 0.039459228515625, + -0.0005421638488769531, + -0.038055419921875, + 0.0465087890625, + -0.0258941650390625, + 0.01497650146484375, + 0.01171112060546875, + 0.0151519775390625, + -0.0123291015625, + -0.0019159317016601562, + -0.039093017578125, + -0.002819061279296875, + 0.0465087890625, + 0.057769775390625, + -0.0084991455078125, + 0.00449371337890625, + -0.025543212890625, + 0.01303863525390625, + -0.03082275390625, + -0.02325439453125, + 0.00867462158203125, + 0.005615234375, + -0.0219268798828125, + -0.0150604248046875, + -0.06304931640625, + -0.1029052734375, + -0.0012607574462890625, + -0.044921875, + -0.0267791748046875, + -0.01303863525390625, + 0.01947021484375, + 0.0007433891296386719, + -0.0265960693359375, + 0.03436279296875, + -0.00405120849609375, + -0.00841522216796875, + -0.045440673828125, + 0.0128631591796875, + -0.01374053955078125, + 0.04034423828125, + 0.0027408599853515625, + -0.0262451171875, + 0.00823211669921875, + -0.0204315185546875, + 0.0008974075317382812, + -0.001739501953125, + 0.01250457763671875, + -0.0157623291015625, + 0.0189361572265625, + -0.05145263671875, + -0.036285400390625, + 0.02783203125, + 0.02008056640625, + -0.004337310791015625, + -0.032928466796875, + 0.04052734375, + 0.00023257732391357422, + -0.060943603515625, + 0.01180267333984375, + -0.01136016845703125, + -0.031890869140625, + 0.017791748046875, + 0.00841522216796875, + 0.0024776458740234375, + 0.00519561767578125, + 0.02227783203125, + 0.0206146240234375, + 0.0389404296875, + 0.00643157958984375, + -0.0020580291748046875, + 0.0107879638671875, + -0.01611328125, + 0.0037441253662109375, + 0.0288848876953125, + 0.025726318359375, + -0.02325439453125, + 0.01708984375, + 0.0166473388671875, + -0.0870361328125, + -0.0174407958984375, + -0.0198211669921875, + -0.047576904296875, + 0.005504608154296875, + 0.056732177734375, + 0.043701171875, + -0.0164642333984375, + 0.0445556640625, + 0.0230712890625, + 0.034515380859375, + -0.01250457763671875, + -0.0182342529296875, + -0.0810546875, + -0.0265960693359375, + 0.0283660888671875, + 0.0341796875, + -0.050384521484375, + 0.036102294921875, + 0.067626953125, + 0.0019588470458984375, + -0.01497650146484375, + -0.0172576904296875, + -0.0009794235229492188, + 0.05108642578125, + 0.031005859375, + 0.004581451416015625, + -0.08489990234375, + -0.007091522216796875, + 0.0243072509765625, + -0.016204833984375, + 0.00907135009765625, + -0.021759033203125, + -0.0401611328125, + 0.04351806640625, + -0.050018310546875, + -0.0127716064453125, + -0.0070037841796875, + 0.06268310546875, + 0.033477783203125, + -0.043853759765625, + -0.01690673828125, + 0.045440673828125, + 0.028533935546875, + -0.03594970703125, + 0.035064697265625, + -0.01312255859375, + -0.00753021240234375, + 0.0265960693359375, + 0.050384521484375, + -0.00022840499877929688, + 0.048980712890625, + 0.01444244384765625, + -0.039642333984375, + 0.0024547576904296875, + -0.00524139404296875, + 0.023956298828125, + -0.00270843505859375, + -0.047210693359375, + -0.0267791748046875, + -0.064453125, + 0.025726318359375, + 0.01338958740234375, + 0.01374053955078125, + 0.0181427001953125, + 0.019287109375, + -0.006519317626953125, + 0.0165557861328125, + 0.0174407958984375, + 0.040679931640625, + 0.018768310546875, + -0.0058135986328125, + 0.003192901611328125, + 0.0243072509765625, + 0.01092529296875, + -0.0299530029296875, + 0.0274810791015625, + -0.0283660888671875, + -0.004207611083984375, + -0.0297698974609375, + -0.01303863525390625, + 0.0005502700805664062, + -0.0197296142578125, + -0.0103912353515625, + -0.0267791748046875, + 0.00946807861328125, + -0.0150604248046875, + -0.0205230712890625, + -0.0134735107421875, + 0.023956298828125, + -0.0655517578125, + 0.00977325439453125, + 0.044219970703125, + -0.039459228515625, + 0.00603485107421875, + -0.058837890625, + 0.0771484375, + 0.0234222412109375, + 0.025726318359375, + -0.009735107421875, + 0.026947021484375, + 0.036102294921875, + -0.0034122467041015625, + -0.016204833984375, + 0.041046142578125, + -0.00539398193359375, + 0.043853759765625, + 0.05706787109375, + 0.0218505859375, + -0.039276123046875, + 0.0181427001953125, + -0.0011730194091796875, + -0.06304931640625, + 0.052154541015625, + -0.0019817352294921875, + 0.01338958740234375, + -0.017974853515625, + 0.0164642333984375, + -0.00801849365234375, + -0.053192138671875, + 0.06414794921875, + 0.031524658203125, + -0.007396697998046875, + 0.00885009765625, + -0.042633056640625, + 0.0155029296875, + 0.02227783203125, + 0.020965576171875, + -0.053558349609375, + 0.0560302734375, + -0.018402099609375, + 0.005306243896484375, + -0.0088958740234375, + 0.01409149169921875, + -0.0189361572265625, + 0.04791259765625, + -0.0164642333984375, + 0.056732177734375, + 0.01145172119140625, + 0.01021575927734375, + -0.050384521484375, + -0.01532745361328125, + 0.02227783203125, + 0.0100860595703125, + 0.06268310546875, + -0.05426025390625, + -0.02227783203125, + 0.001827239990234375, + 0.046142578125, + 0.07965087890625, + -0.00365447998046875, + 0.037689208984375, + 0.00603485107421875, + -0.0009360313415527344, + -0.01444244384765625, + -0.02923583984375 + ], + "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_PhotoRec", + "type": "tool", + "name": "PhotoRec", + "content": "photorec der datenretter ignoriert dateisysteme und findet gelöschte dateien durch signature-scanning - selbst nach formatierung. über 300 dateiformate von jpegs über office-dokumente bis zu verschlüsselten archives. die companion- software testdisk repariert zusätzlich partitionstabellen. arbeitet read-only für forensische integrität. besonders stark: recovery von fat/ntfs/ext-systemen, rettung von sd-karten und usb-sticks, funktioniert bei beschädigten dateisystemen. die brute-force-methode findet dateien die andere tools übersehen. konfigurierbare signaturen für spezielle formate. der paranoid-mode prüft jeden sektor. besonders wertvoll für multimedia-recovery bei kinderpornografie-fällen. die text-ui wirkt antiquiert, aber die effektivität ist unübertroffen. batch-mode für automatisierte recovery. die freie lizenz und cross-platform-support machen es zum standard-tool weltweit. oft letzte hoffnung wenn kommerzielle tools versagen. 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.007053375244140625, + -0.004638671875, + 0.01495361328125, + -0.024505615234375, + 0.03607177734375, + 0.03607177734375, + 0.0161285400390625, + 0.0017232894897460938, + -0.00530242919921875, + -0.013153076171875, + -0.034149169921875, + 0.053680419921875, + 0.0169677734375, + -0.0080108642578125, + -0.0712890625, + 0.034149169921875, + 0.01209259033203125, + 0.0172882080078125, + 0.005725860595703125, + 0.005092620849609375, + 0.0020294189453125, + -0.00821685791015625, + -0.06109619140625, + -0.0101318359375, + 0.00408172607421875, + -0.0009546279907226562, + -0.0279998779296875, + -0.083984375, + -0.0093841552734375, + 0.0026111602783203125, + -0.005146026611328125, + -0.00763702392578125, + 0.020263671875, + 0.04095458984375, + 0.03753662109375, + -0.0100250244140625, + -0.01288604736328125, + -0.040313720703125, + -0.01198577880859375, + 0.046234130859375, + -0.035003662109375, + -0.0237579345703125, + 0.0257720947265625, + -0.004428863525390625, + -0.032867431640625, + -0.03076171875, + 0.0009083747863769531, + -0.016326904296875, + 0.0266265869140625, + -0.049224853515625, + 0.039459228515625, + 0.01453399658203125, + -0.0037384033203125, + -0.01453399658203125, + -0.054107666015625, + 0.0157012939453125, + 0.0284271240234375, + -0.031402587890625, + -0.02142333984375, + 0.054718017578125, + -0.06109619140625, + -0.0223846435546875, + -0.00630950927734375, + -0.033294677734375, + -0.0001939535140991211, + 0.00965118408203125, + -0.0106048583984375, + -0.03033447265625, + 0.0016374588012695312, + -0.0020809173583984375, + 0.0101318359375, + -0.008697509765625, + -0.032257080078125, + 0.0161285400390625, + -0.0255584716796875, + -0.041778564453125, + -0.00046062469482421875, + 0.030975341796875, + 0.024078369140625, + -0.0154876708984375, + -0.06365966796875, + 0.021209716796875, + 0.009918212890625, + -0.0132598876953125, + 0.00562286376953125, + -0.002956390380859375, + 0.0316162109375, + 0.0264129638671875, + 0.0190887451171875, + 0.0027713775634765625, + 0.0284271240234375, + -0.00540924072265625, + 0.007160186767578125, + -0.00986480712890625, + 0.036712646484375, + 0.0589599609375, + -0.017822265625, + 0.0093841552734375, + -0.00843048095703125, + 0.0185546875, + 0.031829833984375, + -0.0419921875, + 0.0712890625, + -0.0201568603515625, + 0.03521728515625, + -0.0089111328125, + 0.0201568603515625, + -0.0124664306640625, + -0.045623779296875, + -0.0250396728515625, + -0.105224609375, + -0.03076171875, + -0.0164337158203125, + -0.0670166015625, + 0.007106781005859375, + -0.0208892822265625, + 0.0061798095703125, + 0.06365966796875, + -0.04412841796875, + -0.0419921875, + 0.0218505859375, + 0.007904052734375, + -0.01087188720703125, + 0.00848388671875, + -0.045806884765625, + -0.046875, + -0.00389862060546875, + 0.036285400390625, + -0.0237579345703125, + -0.0225982666015625, + -0.012725830078125, + -0.019622802734375, + -0.0162353515625, + -0.0217437744140625, + -0.01076507568359375, + -0.0288543701171875, + 0.0270538330078125, + -0.0019893646240234375, + -0.0205841064453125, + -0.0067901611328125, + 0.0379638671875, + -0.045196533203125, + -0.06195068359375, + 0.0243988037109375, + -0.039886474609375, + 0.0217437744140625, + -0.030120849609375, + 0.058563232421875, + -0.032470703125, + -0.0032215118408203125, + -0.003765106201171875, + 0.0273590087890625, + 0.050689697265625, + -0.0024261474609375, + 0.0059661865234375, + -0.0526123046875, + -0.003765106201171875, + -0.03350830078125, + 0.037109375, + 0.01432037353515625, + -0.0264129638671875, + 0.0460205078125, + -0.0188751220703125, + 0.033721923828125, + -0.0005536079406738281, + -0.0653076171875, + -0.020782470703125, + 0.0205841064453125, + 0.01177215576171875, + 0.0004973411560058594, + 0.030548095703125, + 0.0101318359375, + 0.042633056640625, + 0.07421875, + 0.00461578369140625, + 0.02545166015625, + 0.0090179443359375, + 0.0001176595687866211, + 0.030975341796875, + 0.031402587890625, + -0.0172882080078125, + -0.0379638671875, + 0.02716064453125, + 0.019622802734375, + 0.0106048583984375, + -0.0183563232421875, + -0.0251312255859375, + -0.00774383544921875, + -0.0257720947265625, + 0.04095458984375, + -0.01256561279296875, + -0.0023860931396484375, + 0.006603240966796875, + -0.00811767578125, + -0.00591278076171875, + 0.0712890625, + 0.045196533203125, + -0.01432037353515625, + 0.01824951171875, + -0.02142333984375, + 0.0154876708984375, + 0.039886474609375, + -0.033721923828125, + 0.048583984375, + 0.01389312744140625, + 0.026092529296875, + 0.01129913330078125, + 0.0264129638671875, + 0.01065826416015625, + -0.04156494140625, + -0.0186614990234375, + 0.055999755859375, + -0.01029205322265625, + -0.020782470703125, + -0.03265380859375, + -0.037109375, + 0.0225982666015625, + -0.0022144317626953125, + -0.00206756591796875, + 0.0051727294921875, + -0.029693603515625, + -0.049652099609375, + 0.024505615234375, + -0.0035266876220703125, + -0.0239715576171875, + 0.034149169921875, + 0.00811767578125, + -0.0179290771484375, + -0.032257080078125, + 0.0292816162109375, + 0.021636962890625, + 0.0251312255859375, + -0.0211029052734375, + 0.01277923583984375, + 0.000057578086853027344, + 0.00036454200744628906, + 0.043701171875, + 0.00864410400390625, + 0.02301025390625, + -0.007266998291015625, + -0.0396728515625, + 0.038818359375, + -0.03033447265625, + 0.038177490234375, + 0.03839111328125, + -0.01251983642578125, + 0.018035888671875, + 0.022705078125, + 0.045196533203125, + 0.041168212890625, + -0.048583984375, + -0.00917816162109375, + -0.1060791015625, + -0.0103912353515625, + -0.06658935546875, + -0.02630615234375, + -0.03839111328125, + -0.037322998046875, + 0.030548095703125, + -0.01087188720703125, + -0.0379638671875, + 0.0003879070281982422, + 0.0175018310546875, + -0.0255584716796875, + 0.030548095703125, + 0.0166473388671875, + -0.0218505859375, + 0.01654052734375, + 0.0712890625, + -0.01824951171875, + -0.015594482421875, + -0.01209259033203125, + 0.021636962890625, + -0.0033016204833984375, + 0.038818359375, + -0.0266265869140625, + -0.00028514862060546875, + 0.0292816162109375, + 0.0251312255859375, + 0.00785064697265625, + -0.01256561279296875, + -0.009918212890625, + -0.0217437744140625, + 0.005649566650390625, + -0.023223876953125, + -0.01256561279296875, + 0.01087188720703125, + 0.0253448486328125, + 0.0243988037109375, + -0.0687255859375, + 0.025238037109375, + 0.050262451171875, + -0.00875091552734375, + 0.0019893646240234375, + 0.015594482421875, + -0.0284271240234375, + 0.0019893646240234375, + 0.0102386474609375, + -0.0231170654296875, + 0.04052734375, + 0.0292816162109375, + -0.0292816162109375, + 0.0002734661102294922, + 0.0013055801391601562, + 0.0095977783203125, + -0.040313720703125, + -0.024505615234375, + 0.002956390380859375, + -0.002227783203125, + -0.01410675048828125, + -0.035003662109375, + 0.025238037109375, + -0.041778564453125, + 0.00986480712890625, + -0.0036602020263671875, + 0.0022945404052734375, + -0.0288543701171875, + -0.04986572265625, + -0.00247955322265625, + -0.04156494140625, + -0.040313720703125, + -0.04901123046875, + 0.0347900390625, + 0.01389312744140625, + -0.0061798095703125, + -0.001617431640625, + -0.0088043212890625, + -0.046875, + 0.017181396484375, + -0.01277923583984375, + 0.021636962890625, + -0.0215301513671875, + 0.0445556640625, + 0.037109375, + 0.021209716796875, + -0.002399444580078125, + 0.04095458984375, + 0.017822265625, + -0.03753662109375, + -0.00429534912109375, + -0.005146026611328125, + 0.0022678375244140625, + 0.0299072265625, + -0.02301025390625, + -0.017608642578125, + -0.0215301513671875, + -0.007106781005859375, + 0.0243988037109375, + 0.06829833984375, + 0.0543212890625, + 0.0103912353515625, + -0.0257720947265625, + 0.0118255615234375, + 0.049652099609375, + 0.003711700439453125, + 0.09930419921875, + 0.0015707015991210938, + -0.040313720703125, + 0.0112457275390625, + 0.0175018310546875, + 0.0014848709106445312, + -0.0150604248046875, + 0.0092315673828125, + 0.00506591796875, + -0.019622802734375, + 0.035430908203125, + -0.01108551025390625, + 0.034149169921875, + -0.004932403564453125, + 0.0012331008911132812, + 0.015167236328125, + -0.0290679931640625, + 0.004482269287109375, + 0.033294677734375, + 0.0152740478515625, + -0.007106781005859375, + 0.038818359375, + -0.019622802734375, + -0.0270538330078125, + -0.0290679931640625, + -0.07257080078125, + 0.0101318359375, + 0.054718017578125, + 0.0045623779296875, + 0.058563232421875, + -0.0179290771484375, + -0.053680419921875, + 0.00461578369140625, + -0.041168212890625, + 0.0589599609375, + 0.0246124267578125, + -0.01299285888671875, + 0.0213165283203125, + -0.03076171875, + -0.0019893646240234375, + 0.01299285888671875, + -0.015167236328125, + -0.00753021240234375, + 0.0282135009765625, + 0.033935546875, + -0.0018825531005859375, + -0.04241943359375, + 0.0188751220703125, + 0.036285400390625, + 0.0188751220703125, + 0.0095977783203125, + 0.0290679931640625, + 0.0052490234375, + 0.021209716796875, + -0.0116119384765625, + 0.04644775390625, + 0.0188751220703125, + 0.01432037353515625, + 0.01129913330078125, + -0.007266998291015625, + 0.01389312744140625, + -0.035858154296875, + 0.00379180908203125, + -0.00785064697265625, + 0.0152740478515625, + 0.0162353515625, + 0.016754150390625, + -0.0543212890625, + -0.0016641616821289062, + 0.035003662109375, + -0.0687255859375, + 0.020782470703125, + 0.0211029052734375, + -0.047088623046875, + 0.00975799560546875, + -0.036285400390625, + -0.06573486328125, + 0.0229034423828125, + -0.0270538330078125, + -0.06024169921875, + -0.0208892822265625, + 0.0250396728515625, + -0.037109375, + -0.033935546875, + -0.0379638671875, + -0.02587890625, + -0.0034732818603515625, + -0.0095977783203125, + 0.01044464111328125, + -0.00318145751953125, + 0.01087188720703125, + 0.031829833984375, + 0.037750244140625, + 0.0185546875, + -0.0009679794311523438, + 0.054107666015625, + -0.03436279296875, + -0.047088623046875, + 0.0169677734375, + 0.0190887451171875, + 0.0205841064453125, + -0.031402587890625, + -0.0010938644409179688, + -0.00753021240234375, + 0.015594482421875, + 0.0012865066528320312, + 0.01442718505859375, + -0.047515869140625, + -0.044342041015625, + -0.059814453125, + 0.057281494140625, + -0.004428863525390625, + 0.035003662109375, + 0.01087188720703125, + -0.038818359375, + 0.040313720703125, + -0.058563232421875, + -0.00970458984375, + 0.00875091552734375, + 0.016754150390625, + -0.00673675537109375, + 0.06787109375, + -0.044342041015625, + 0.0088043212890625, + -0.01378631591796875, + 0.0292816162109375, + 0.01464080810546875, + -0.00511932373046875, + -0.037109375, + 0.030548095703125, + 0.0460205078125, + -0.048797607421875, + -0.004032135009765625, + -0.033935546875, + 0.021636962890625, + 0.0190887451171875, + -0.041168212890625, + 0.003978729248046875, + -0.00023865699768066406, + -0.0347900390625, + -0.0175018310546875, + -0.0231170654296875, + -0.03076171875, + -0.0299072265625, + 0.0059661865234375, + 0.054718017578125, + 0.0010671615600585938, + 0.02142333984375, + -0.004772186279296875, + 0.01464080810546875, + 0.01442718505859375, + -0.00063323974609375, + -0.04052734375, + 0.0292816162109375, + -0.06451416015625, + -0.07000732421875, + -0.020477294921875, + 0.030548095703125, + -0.0168609619140625, + -0.0150604248046875, + 0.0166473388671875, + 0.0007953643798828125, + 0.06658935546875, + -0.04986572265625, + -0.00612640380859375, + -0.00662994384765625, + -0.030120849609375, + -0.037322998046875, + -0.00379180908203125, + 0.0234375, + 0.0279998779296875, + -0.00864410400390625, + 0.010345458984375, + 0.03607177734375, + -0.057281494140625, + 0.032257080078125, + 0.01352691650390625, + -0.0034732818603515625, + 0.0008883476257324219, + -0.0134735107421875, + 0.0057525634765625, + 0.0282135009765625, + 0.01410675048828125, + -0.035858154296875, + -0.00811767578125, + -0.069580078125, + 0.0316162109375, + 0.00479888916015625, + -0.0010538101196289062, + -0.021209716796875, + -0.04541015625, + -0.04730224609375, + 0.01389312744140625, + 0.033935546875, + 0.034576416015625, + -0.0034999847412109375, + -0.043060302734375, + -0.0098114013671875, + -0.0179290771484375, + -0.0286407470703125, + 0.01119232177734375, + -0.008270263671875, + 0.0460205078125, + -0.006336212158203125, + -0.02099609375, + 0.031402587890625, + 0.01092529296875, + 0.0275726318359375, + 0.033294677734375, + 0.0364990234375, + -0.03076171875, + -0.0030231475830078125, + 0.0081634521484375, + -0.0228118896484375, + 0.0008053779602050781, + -0.0299072265625, + 0.037322998046875, + -0.006893157958984375, + -0.015594482421875, + 0.016326904296875, + 0.0213165283203125, + 0.03033447265625, + -0.007160186767578125, + -0.01230621337890625, + 0.007320404052734375, + -0.013580322265625, + 0.092041015625, + 0.0035533905029296875, + -0.03204345703125, + 0.0006728172302246094, + -0.007160186767578125, + 0.031402587890625, + 0.0154876708984375, + 0.0013990402221679688, + -0.02099609375, + -0.02227783203125, + 0.06658935546875, + -0.0186614990234375, + -0.020782470703125, + -0.02630615234375, + 0.006946563720703125, + 0.006389617919921875, + 0.03753662109375, + 0.033721923828125, + 0.0640869140625, + 0.0273590087890625, + -0.0172882080078125, + 0.0299072265625, + 0.048583984375, + 0.033294677734375, + -0.023651123046875, + -0.057281494140625, + -0.002227783203125, + -0.00003272294998168945, + -0.043701171875, + -0.049652099609375, + 0.00997161865234375, + 0.055999755859375, + -0.08441162109375, + -0.017822265625, + 0.0246124267578125, + -0.017608642578125, + 0.0286407470703125, + 0.0024929046630859375, + -0.03033447265625, + 0.03350830078125, + 0.016326904296875, + -0.037322998046875, + -0.004932403564453125, + -0.0103912353515625, + 0.03692626953125, + 0.0509033203125, + 0.0003464221954345703, + -0.019622802734375, + 0.037322998046875, + 0.018768310546875, + 0.032470703125, + 0.043060302734375, + 0.04052734375, + 0.0286407470703125, + 0.023651123046875, + 0.0396728515625, + 0.050079345703125, + -0.01331329345703125, + -0.0024394989013671875, + 0.00379180908203125, + 0.039886474609375, + 0.063232421875, + 0.05047607421875, + 0.010498046875, + -0.003368377685546875, + -0.01155853271484375, + -0.04986572265625, + 0.017822265625, + 0.006946563720703125, + -0.005939483642578125, + -0.043701171875, + -0.0299072265625, + 0.0152740478515625, + -0.03753662109375, + 0.0413818359375, + 0.02301025390625, + -0.0014781951904296875, + 0.013580322265625, + 0.0248260498046875, + 0.01442718505859375, + -0.047943115234375, + 0.003063201904296875, + -0.05303955078125, + -0.015167236328125, + -0.046234130859375, + -0.0080108642578125, + 0.038177490234375, + -0.010345458984375, + -0.055572509765625, + -0.0164337158203125, + 0.042633056640625, + 0.0019626617431640625, + -0.0379638671875, + -0.031829833984375, + -0.0077972412109375, + -0.007053375244140625, + -0.053466796875, + -0.024932861328125, + 0.0009946823120117188, + 0.032470703125, + -0.0330810546875, + 0.011505126953125, + -0.018768310546875, + -0.011932373046875, + -0.00927734375, + 0.0010938644409179688, + -0.07464599609375, + 0.03692626953125, + -0.03076171875, + 0.050079345703125, + 0.008697509765625, + 0.0213165283203125, + 0.037109375, + 0.0704345703125, + -0.015380859375, + -0.0106048583984375, + -0.0290679931640625, + -0.06829833984375, + 0.0215301513671875, + -0.02069091796875, + 0.006389617919921875, + -0.03924560546875, + 0.0188751220703125, + 0.054718017578125, + -0.085693359375, + -0.00896453857421875, + 0.0067901611328125, + -0.016021728515625, + -0.0687255859375, + 0.001922607421875, + 0.018035888671875, + 0.0316162109375, + 0.069580078125, + 0.01331329345703125, + -0.0255584716796875, + -0.010498046875, + -0.03265380859375, + 0.03033447265625, + 0.0164337158203125, + 0.0193023681640625, + -0.029693603515625, + 0.04095458984375, + 0.01076507568359375, + -0.0101318359375, + 0.01464080810546875, + -0.07086181640625, + 0.0213165283203125, + 0.053466796875, + -0.00506591796875, + -0.0292816162109375, + -0.042205810546875, + -0.024078369140625, + -0.01389312744140625, + -0.0284271240234375, + 0.0017232894897460938, + 0.0080108642578125, + 0.015380859375, + -0.030975341796875, + -0.0036067962646484375, + 0.01464080810546875, + -0.055572509765625, + -0.025665283203125, + -0.0218505859375, + 0.00501251220703125, + -0.0022411346435546875, + -0.0477294921875, + 0.038604736328125, + -0.001338958740234375, + -0.0273590087890625, + 0.0179290771484375, + 0.040313720703125, + -0.03839111328125, + -0.00017154216766357422, + -0.01421356201171875, + 0.0266265869140625, + 0.006656646728515625, + -0.01580810546875, + -0.006656646728515625, + 0.0211029052734375, + 0.0203704833984375, + -0.03521728515625, + 0.032257080078125, + 0.045806884765625, + -0.04095458984375, + -0.022064208984375, + -0.03118896484375, + 0.0012464523315429688, + 0.020782470703125, + -0.0233306884765625, + 0.0288543701171875, + 0.0005636215209960938, + -0.022064208984375, + -0.108642578125, + 0.059814453125, + -0.043060302734375, + 0.0229034423828125, + 0.03607177734375, + -0.019195556640625, + -0.04498291015625, + -0.031402587890625, + -0.044342041015625, + 0.0255584716796875, + -0.0255584716796875, + 0.0273590087890625, + -0.017822265625, + 0.006389617919921875, + -0.0049591064453125, + -0.03076171875, + 0.006099700927734375, + 0.035858154296875, + -0.006046295166015625, + -0.0203704833984375, + 0.050262451171875, + -0.00875091552734375, + 0.00601959228515625, + 0.00228118896484375, + -0.020263671875, + 0.03204345703125, + -0.003711700439453125, + -0.0290679931640625, + 0.0012865066528320312, + 0.031402587890625, + 0.046875, + -0.0024929046630859375, + 0.023223876953125, + 0.003978729248046875, + 0.0169677734375, + -0.01065826416015625, + -0.03521728515625, + -0.00519561767578125, + 0.02947998046875, + -0.0223846435546875, + -0.022491455078125, + -0.06451416015625, + -0.0848388671875, + 0.002040863037109375, + -0.047088623046875, + -0.01464080810546875, + 0.0264129638671875, + 0.032867431640625, + 0.01219940185546875, + -0.02947998046875, + 0.0168609619140625, + 0.00970458984375, + -0.01898193359375, + -0.046234130859375, + 0.0364990234375, + -0.0024662017822265625, + 0.0122528076171875, + 0.011138916015625, + -0.031402587890625, + 0.00917816162109375, + 0.01108551025390625, + 0.00896453857421875, + -0.0120391845703125, + -0.003711700439453125, + -0.039031982421875, + 0.01898193359375, + -0.07000732421875, + -0.0268402099609375, + 0.03839111328125, + 0.04412841796875, + -0.0197296142578125, + -0.052398681640625, + 0.051544189453125, + -0.02947998046875, + -0.047088623046875, + 0.0273590087890625, + -0.03350830078125, + -0.022064208984375, + 0.004375457763671875, + -0.0277862548828125, + -0.00907135009765625, + 0.0194091796875, + 0.039031982421875, + 0.031829833984375, + 0.0460205078125, + 0.01898193359375, + -0.03204345703125, + -0.0116119384765625, + 0.0035533905029296875, + 0.032257080078125, + 0.03607177734375, + 0.02301025390625, + 0.005859375, + 0.003261566162109375, + -0.0014715194702148438, + -0.0784912109375, + 0.00384521484375, + -0.035003662109375, + -0.04644775390625, + -0.00461578369140625, + 0.0865478515625, + -0.004322052001953125, + -0.0199432373046875, + 0.0396728515625, + 0.049652099609375, + 0.005596160888671875, + -0.01367950439453125, + 0.00630950927734375, + -0.063232421875, + -0.004772186279296875, + 0.00408172607421875, + 0.02069091796875, + -0.0738525390625, + 0.0419921875, + 0.042633056640625, + 0.01097869873046875, + -0.0055694580078125, + -0.0067901611328125, + -0.00795745849609375, + 0.0255584716796875, + 0.02587890625, + 0.0330810546875, + -0.06829833984375, + 0.032470703125, + 0.007213592529296875, + -0.0172882080078125, + -0.0030498504638671875, + -0.005596160888671875, + -0.031829833984375, + 0.032257080078125, + -0.0261993408203125, + 0.0081634521484375, + -0.0000985860824584961, + 0.06195068359375, + -0.0024662017822265625, + -0.038818359375, + -0.055572509765625, + 0.0284271240234375, + 0.0188751220703125, + -0.00101470947265625, + 0.00445556640625, + 0.0186614990234375, + -0.0292816162109375, + 0.030548095703125, + 0.03924560546875, + 0.006282806396484375, + 0.043701171875, + 0.0064697265625, + -0.054718017578125, + 0.006046295166015625, + -0.03564453125, + 0.0213165283203125, + -0.0103912353515625, + -0.026519775390625, + -0.050262451171875, + -0.066162109375, + 0.035003662109375, + -0.003711700439453125, + 0.038604736328125, + 0.034576416015625, + 0.002227783203125, + -0.0157012939453125, + 0.01288604736328125, + 0.01352691650390625, + 0.0477294921875, + 0.0118255615234375, + 0.00017571449279785156, + -0.00106048583984375, + -0.008270263671875, + 0.0016307830810546875, + -0.0316162109375, + 0.01410675048828125, + -0.031402587890625, + 0.00927734375, + -0.040313720703125, + 0.022705078125, + 0.018463134765625, + -0.01898193359375, + -0.01155853271484375, + -0.02069091796875, + -0.007320404052734375, + -0.0219573974609375, + -0.041168212890625, + -0.011505126953125, + 0.043487548828125, + -0.03564453125, + 0.005462646484375, + 0.0284271240234375, + -0.0008320808410644531, + 0.0100250244140625, + -0.08526611328125, + 0.05938720703125, + 0.022705078125, + 0.0152740478515625, + -0.016754150390625, + 0.0132598876953125, + 0.0161285400390625, + 0.030548095703125, + 0.042633056640625, + 0.020263671875, + -0.0235443115234375, + 0.04901123046875, + 0.03521728515625, + -0.0053558349609375, + -0.025665283203125, + 0.025238037109375, + 0.003818511962890625, + -0.04901123046875, + 0.020263671875, + 0.03692626953125, + 0.0181427001953125, + -0.0134735107421875, + -0.01145172119140625, + -0.0004475116729736328, + -0.057281494140625, + 0.057281494140625, + -0.0011472702026367188, + 0.01256561279296875, + 0.0273590087890625, + -0.0615234375, + 0.079345703125, + 0.0148468017578125, + 0.0526123046875, + -0.0419921875, + 0.050689697265625, + -0.03204345703125, + 0.0134735107421875, + 0.01087188720703125, + -0.0083770751953125, + -0.006893157958984375, + 0.042633056640625, + -0.0031681060791015625, + 0.0750732421875, + 0.0347900390625, + -0.00917816162109375, + -0.055145263671875, + -0.022491455078125, + -0.0219573974609375, + -0.01007843017578125, + 0.0154876708984375, + -0.049652099609375, + -0.043701171875, + 0.0019359588623046875, + 0.036285400390625, + 0.06494140625, + 0.005462646484375, + 0.0288543701171875, + 0.003978729248046875, + -0.014739990234375, + -0.0316162109375, + 0.016021728515625 + ], + "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_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.000009834766387939453, + -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.00007426738739013672, + 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_OnlyOffice", + "type": "tool", + "name": "OnlyOffice", + "content": "onlyoffice die kollaborationsfokussierte office-suite kombiniert microsoft-office- kompatibilität mit open-source-flexibilität für forensische team-arbeit. real-time-co-editing ermöglicht simultane report-erstellung durch mehrere ermittler. besonders wertvoll: version-history dokumentiert alle änderungen für audit-trails, comment-system koordiniert review-prozesse, pdf-forms für strukturierte evidence-collection. die plugin-architecture integriert mit nextcloud, owncloud für sichere file-sharing. macro-support (mit sicherheits-sandboxing) automatisiert repetitive analysen. advanced-mail-merge für bulk-correspondence. mathematical- formulas in spreadsheets für statistical-analysis. die self-hosted- deployment-option hält sensitive ermittlungsdaten in-house. enterprise-features: sso-integration, ldap-authentication, custom- branding für behördliche anforderungen. mobile-apps ermöglichen field-documentation. deutlich günstiger als microsoft-lizenzen bei vergleichbarer funktionalität. perfekte balance zwischen features und datenschutz für professionelle forensik-teams. office collaboration collaboration-general reporting", + "embedding": [ + -0.0207061767578125, + 0.0251922607421875, + 0.044281005859375, + 0.0079193115234375, + 0.036468505859375, + 0.04217529296875, + 0.044677734375, + 0.02252197265625, + -0.027679443359375, + 0.0028629302978515625, + -0.039703369140625, + 0.035888671875, + -0.01708984375, + -0.0115509033203125, + -0.05877685546875, + 0.060333251953125, + -0.0035305023193359375, + 0.023284912109375, + 0.0406494140625, + -0.005870819091796875, + -0.0176544189453125, + -0.0196533203125, + -0.05572509765625, + -0.01364898681640625, + -0.027679443359375, + 0.030548095703125, + -0.00501251220703125, + -0.07598876953125, + -0.0213775634765625, + 0.0005340576171875, + 0.0198516845703125, + -0.025390625, + -0.01178741455078125, + 0.0389404296875, + 0.0243377685546875, + -0.018890380859375, + -0.00098419189453125, + -0.06683349609375, + -0.04962158203125, + 0.019561767578125, + -0.01422119140625, + -0.00835418701171875, + 0.0362548828125, + 0.029205322265625, + -0.007541656494140625, + -0.027679443359375, + -0.0251922607421875, + -0.030731201171875, + -0.0032215118408203125, + -0.0297698974609375, + 0.0131683349609375, + 0.0211944580078125, + -0.0157470703125, + 0.00696563720703125, + -0.0257720947265625, + 0.0190887451171875, + -0.0027313232421875, + -0.0345458984375, + -0.047149658203125, + 0.0189971923828125, + -0.03472900390625, + 0.0115509033203125, + 0.0015392303466796875, + 0.0108795166015625, + 0.00634765625, + 0.0190887451171875, + -0.0250091552734375, + -0.020050048828125, + -0.018035888671875, + -0.0218505859375, + 0.0037708282470703125, + 0.04486083984375, + -0.03302001953125, + 0.0167083740234375, + -0.057647705078125, + -0.0389404296875, + 0.00830078125, + 0.047515869140625, + 0.003017425537109375, + 0.0126953125, + -0.062225341796875, + -0.0035076141357421875, + 0.03436279296875, + -0.02557373046875, + -0.04827880859375, + -0.02252197265625, + 0.0185089111328125, + 0.0223388671875, + 0.01107025146484375, + 0.0190887451171875, + 0.0419921875, + -0.0242462158203125, + 0.01441192626953125, + -0.04962158203125, + 0.03912353515625, + 0.045989990234375, + -0.00677490234375, + -0.0018968582153320312, + 0.0050811767578125, + 0.0227203369140625, + 0.0167999267578125, + -0.040283203125, + 0.048675537109375, + -0.0078277587890625, + 0.01145172119140625, + -0.03131103515625, + 0.01641845703125, + -0.00677490234375, + -0.0113067626953125, + -0.01187896728515625, + -0.102294921875, + -0.053436279296875, + -0.01546478271484375, + -0.06756591796875, + 0.0038661956787109375, + 0.009307861328125, + -0.004558563232421875, + 0.048492431640625, + -0.0372314453125, + -0.0214691162109375, + 0.02081298828125, + 0.01140594482421875, + -0.011932373046875, + 0.02252197265625, + -0.053436279296875, + -0.07025146484375, + 0.017364501953125, + 0.031494140625, + -0.04046630859375, + -0.0345458984375, + -0.0018014907836914062, + -0.041046142578125, + -0.007015228271484375, + -0.048492431640625, + -0.01488494873046875, + -0.02691650390625, + 0.036834716796875, + 0.005916595458984375, + 0.004962921142578125, + 0.0058441162109375, + 0.021087646484375, + -0.04351806640625, + -0.04962158203125, + -0.0107879638671875, + -0.04962158203125, + -0.0130767822265625, + -0.009307861328125, + 0.05572509765625, + -0.0259552001953125, + -0.0242462158203125, + -0.00620269775390625, + -0.0014677047729492188, + 0.053436279296875, + 0.01641845703125, + 0.0032215118408203125, + -0.00787353515625, + 0.0001424551010131836, + -0.013458251953125, + 0.040283203125, + 0.01364898681640625, + -0.00963592529296875, + 0.0205230712890625, + 0.0185089111328125, + 0.038177490234375, + 0.0036029815673828125, + -0.03472900390625, + -0.006252288818359375, + 0.0228118896484375, + -0.0175628662109375, + 0.0031490325927734375, + 0.0105438232421875, + -0.0017061233520507812, + 0.04962158203125, + 0.04486083984375, + -0.00539398193359375, + 0.050384521484375, + -0.01364898681640625, + -0.0139312744140625, + 0.044464111328125, + 0.01250457763671875, + -0.01178741455078125, + -0.01364898681640625, + 0.05535888671875, + 0.0074920654296875, + 0.003017425537109375, + -0.00467681884765625, + -0.036651611328125, + 0.005680084228515625, + -0.056121826171875, + 0.008544921875, + -0.0345458984375, + -0.0182342529296875, + -0.0212860107421875, + -0.00357818603515625, + 0.026336669921875, + 0.045623779296875, + 0.035308837890625, + 0.002635955810546875, + 0.0282440185546875, + -0.01450347900390625, + 0.0009303092956542969, + 0.017364501953125, + 0.004413604736328125, + 0.0176544189453125, + 0.0135498046875, + 0.01546478271484375, + -0.0020885467529296875, + 0.048095703125, + 0.019561767578125, + -0.033782958984375, + -0.0123138427734375, + 0.045989990234375, + -0.01641845703125, + -0.038360595703125, + -0.043701171875, + -0.0389404296875, + -0.01174163818359375, + -0.0071563720703125, + -0.017364501953125, + 0.02996826171875, + -0.0220489501953125, + -0.06719970703125, + -0.01259613037109375, + 0.02081298828125, + -0.00949859619140625, + 0.040283203125, + 0.036468505859375, + -0.005916595458984375, + -0.030731201171875, + -0.01107025146484375, + 0.01111602783203125, + 0.037994384765625, + -0.0297698974609375, + 0.027099609375, + -0.004962921142578125, + -0.044677734375, + 0.04351806640625, + 0.030731201171875, + 0.0176544189453125, + 0.0008587837219238281, + -0.0234832763671875, + 0.038177490234375, + -0.0041046142578125, + 0.048095703125, + 0.036651611328125, + -0.009735107421875, + 0.00949859619140625, + 0.00949859619140625, + 0.042938232421875, + 0.0309295654296875, + -0.0267181396484375, + -0.00730133056640625, + -0.08856201171875, + -0.00988006591796875, + -0.0660400390625, + -0.0221405029296875, + -0.038543701171875, + -0.060333251953125, + 0.06988525390625, + -0.035888671875, + -0.0005159378051757812, + -0.005725860595703125, + 0.0372314453125, + -0.0237579345703125, + 0.03302001953125, + 0.013458251953125, + -0.02862548828125, + 0.0174713134765625, + 0.07635498046875, + 0.0235748291015625, + -0.0257720947265625, + -0.00878143310546875, + 0.0227203369140625, + 0.01259613037109375, + 0.0003371238708496094, + -0.0244293212890625, + 0.00539398193359375, + 0.040283203125, + 0.03607177734375, + 0.0257720947265625, + -0.031890869140625, + 0.060333251953125, + 0.0015153884887695312, + 0.04522705078125, + -0.0416259765625, + -0.004772186279296875, + -0.009063720703125, + 0.01107025146484375, + -0.004032135009765625, + -0.053436279296875, + 0.029205322265625, + 0.059539794921875, + 0.00997161865234375, + -0.01555633544921875, + 0.0161285400390625, + -0.0199432373046875, + -0.01102447509765625, + 0.009307861328125, + -0.00963592529296875, + 0.035125732421875, + 0.04962158203125, + -0.0416259765625, + -0.00577545166015625, + -0.006298065185546875, + -0.0045318603515625, + -0.011260986328125, + -0.043701171875, + -0.010162353515625, + 0.00839996337890625, + -0.03759765625, + -0.01250457763671875, + 0.0265350341796875, + -0.024139404296875, + -0.00878143310546875, + -0.005462646484375, + 0.021575927734375, + -0.0389404296875, + -0.069091796875, + 0.01221466064453125, + -0.046966552734375, + -0.0196533203125, + -0.0219573974609375, + 0.04638671875, + 0.010498046875, + 0.0257720947265625, + -0.0085906982421875, + -0.031494140625, + -0.033782958984375, + 0.020233154296875, + -0.0157470703125, + 0.00806427001953125, + -0.006252288818359375, + 0.022613525390625, + 0.03472900390625, + 0.051544189453125, + 0.0028743743896484375, + 0.035125732421875, + 0.0182342529296875, + -0.020050048828125, + 0.0027923583984375, + 0.0288238525390625, + 0.01026153564453125, + 0.0341796875, + -0.00016260147094726562, + -0.023956298828125, + 0.014312744140625, + -0.037017822265625, + 0.030548095703125, + 0.0153656005859375, + 0.0311126708984375, + 0.0184173583984375, + -0.023101806640625, + 0.0079193115234375, + 0.045989990234375, + 0.02099609375, + 0.0931396484375, + -0.0251922607421875, + -0.03912353515625, + 0.0036258697509765625, + 0.0280609130859375, + -0.0237579345703125, + -0.032257080078125, + 0.04010009765625, + 0.0034122467041015625, + -0.0010442733764648438, + 0.0328369140625, + -0.020050048828125, + 0.0250091552734375, + -0.02337646484375, + -0.01708984375, + -0.00653839111328125, + -0.02386474609375, + -0.007205963134765625, + 0.0467529296875, + 0.036468505859375, + 0.03741455078125, + -0.0185089111328125, + -0.02032470703125, + -0.02691650390625, + -0.0538330078125, + -0.050384521484375, + 0.020904541015625, + 0.04791259765625, + 0.00988006591796875, + 0.057647705078125, + -0.01517486572265625, + -0.04925537109375, + 0.024810791015625, + -0.0189971923828125, + 0.07403564453125, + 0.0229034423828125, + 0.03570556640625, + 0.0341796875, + -0.0229034423828125, + 0.0119781494140625, + 0.042572021484375, + -0.001300811767578125, + 0.0033168792724609375, + 0.0078277587890625, + 0.0467529296875, + -0.001079559326171875, + -0.042388916015625, + 0.047332763671875, + 0.03265380859375, + 0.0152740478515625, + 0.007541656494140625, + 0.0176544189453125, + 0.0201416015625, + 0.0419921875, + -0.033203125, + 0.03912353515625, + 0.0191802978515625, + -0.040283203125, + -0.00412750244140625, + -0.006084442138671875, + 0.0175628662109375, + -0.041046142578125, + 0.0094451904296875, + 0.0018367767333984375, + 0.031494140625, + 0.00270843505859375, + 0.0290069580078125, + -0.00920867919921875, + 0.0012407302856445312, + 0.01178741455078125, + -0.056884765625, + 0.014312744140625, + 0.03131103515625, + -0.0183258056640625, + 0.0242462158203125, + -0.0174713134765625, + -0.0177459716796875, + 0.0265350341796875, + -0.0093994140625, + -0.0272979736328125, + 0.0086822509765625, + 0.02996826171875, + -0.059173583984375, + -0.033416748046875, + -0.0419921875, + -0.004962921142578125, + 0.00565338134765625, + -0.01422119140625, + 0.03302001953125, + 0.004749298095703125, + -0.01259613037109375, + 0.0179443359375, + 0.050018310546875, + 0.01479339599609375, + -0.0511474609375, + 0.048675537109375, + -0.00839996337890625, + -0.042572021484375, + 0.03167724609375, + 0.024810791015625, + 0.027679443359375, + -0.051544189453125, + -0.0189971923828125, + -0.00446319580078125, + 0.0182342529296875, + 0.0009665489196777344, + 0.00878143310546875, + -0.0257720947265625, + -0.041229248046875, + -0.033966064453125, + 0.0311126708984375, + 0.023101806640625, + 0.046966552734375, + -0.0250091552734375, + -0.0290069580078125, + 0.0257720947265625, + -0.04620361328125, + -0.04180908203125, + -0.0126953125, + 0.023193359375, + -0.0174713134765625, + 0.044677734375, + -0.0056304931640625, + 0.0012769699096679688, + -0.0251922607421875, + 0.072509765625, + 0.0199432373046875, + -0.022430419921875, + -0.048095703125, + 0.058013916015625, + 0.036834716796875, + -0.07177734375, + -0.01021575927734375, + -0.0034351348876953125, + -0.0130767822265625, + 0.033966064453125, + -0.0721435546875, + 0.00768280029296875, + 0.0152740478515625, + -0.059539794921875, + -0.044464111328125, + -0.03570556640625, + -0.005584716796875, + -0.03778076171875, + 0.0211944580078125, + 0.038177490234375, + -0.01259613037109375, + 0.01212310791015625, + -0.0015268325805664062, + 0.023956298828125, + 0.0205230712890625, + -0.0211944580078125, + -0.027862548828125, + 0.0197601318359375, + -0.057647705078125, + -0.01335906982421875, + 0.0018253326416015625, + 0.04827880859375, + -0.0204315185546875, + -0.012786865234375, + 0.00582122802734375, + -0.0244293212890625, + 0.056884765625, + -0.048492431640625, + 0.0059661865234375, + -0.02386474609375, + -0.03265380859375, + -0.0243377685546875, + -0.0160369873046875, + -0.0018253326416015625, + 0.00882720947265625, + 0.005702972412109375, + 0.0138397216796875, + 0.044097900390625, + -0.0721435546875, + 0.01727294921875, + 0.0182342529296875, + 0.001079559326171875, + -0.00412750244140625, + 0.0009722709655761719, + -0.00916290283203125, + -0.0011749267578125, + 0.0116424560546875, + -0.033203125, + -0.04620361328125, + -0.07403564453125, + 0.0328369140625, + -0.0234832763671875, + -0.01364898681640625, + -0.03875732421875, + -0.035308837890625, + -0.0477294921875, + -0.006298065185546875, + 0.0450439453125, + 0.039306640625, + 0.00768280029296875, + -0.010162353515625, + 0.0022068023681640625, + 0.0034122467041015625, + -0.005153656005859375, + 0.024627685546875, + -0.0251922607421875, + 0.005130767822265625, + 0.044097900390625, + -0.068359375, + 0.029388427734375, + 0.009307861328125, + 0.04962158203125, + 0.0008649826049804688, + 0.00098419189453125, + -0.039703369140625, + 0.0221405029296875, + -0.0223388671875, + -0.0303497314453125, + 0.0204315185546875, + -0.0250091552734375, + 0.00887298583984375, + -0.034942626953125, + -0.0054168701171875, + 0.00916290283203125, + 0.031890869140625, + -0.006298065185546875, + -0.0025539398193359375, + -0.00982666015625, + 0.0250091552734375, + 0.0041046142578125, + 0.06298828125, + -0.020050048828125, + -0.053070068359375, + 0.001682281494140625, + -0.00959014892578125, + 0.03472900390625, + 0.05230712890625, + -0.0229034423828125, + -0.026336669921875, + 0.0101165771484375, + 0.01403045654296875, + -0.01441192626953125, + -0.01812744140625, + -0.01326751708984375, + 0.005748748779296875, + 0.0223388671875, + 0.061859130859375, + 0.0131683349609375, + 0.095458984375, + -0.006679534912109375, + 0.0227203369140625, + 0.035308837890625, + 0.054962158203125, + 0.0274810791015625, + -0.038360595703125, + -0.072509765625, + 0.000017523765563964844, + 0.0108795166015625, + -0.033203125, + -0.0229034423828125, + -0.01035308837890625, + 0.0280609130859375, + -0.083251953125, + 0.00010138750076293945, + -0.031890869140625, + 0.0160369873046875, + -0.01030731201171875, + 0.0113067626953125, + 0.0085906982421875, + 0.00925445556640625, + 0.01488494873046875, + -0.041412353515625, + 0.016510009765625, + 0.0005698204040527344, + 0.017181396484375, + 0.04315185546875, + 0.01947021484375, + -0.0185089111328125, + 0.0389404296875, + -0.00011408329010009766, + 0.01021575927734375, + 0.04962158203125, + 0.0467529296875, + 0.0341796875, + 0.01288604736328125, + 0.053436279296875, + 0.06378173828125, + -0.0221405029296875, + -0.0244293212890625, + 0.01140594482421875, + 0.022430419921875, + 0.04925537109375, + 0.0511474609375, + -0.00920867919921875, + -0.0037212371826171875, + 0.0032215118408203125, + -0.0284423828125, + -0.0309295654296875, + 0.003459930419921875, + -0.017364501953125, + -0.0419921875, + -0.059173583984375, + 0.0219573974609375, + -0.04046630859375, + 0.0213775634765625, + 0.01221466064453125, + 0.006633758544921875, + -0.0030422210693359375, + 0.039886474609375, + -0.0182342529296875, + -0.039520263671875, + -0.0012645721435546875, + 0.004367828369140625, + -0.007778167724609375, + -0.03265380859375, + -0.0362548828125, + 0.017364501953125, + -0.007732391357421875, + -0.05230712890625, + 0.004581451416015625, + 0.01555633544921875, + -0.006870269775390625, + -0.018890380859375, + -0.00797271728515625, + 0.016510009765625, + 0.0015506744384765625, + -0.035125732421875, + -0.051910400390625, + -0.035491943359375, + 0.00429534912109375, + -0.0290069580078125, + -0.00897216796875, + -0.013458251953125, + -0.005893707275390625, + -0.00849151611328125, + -0.01727294921875, + 0.008636474609375, + 0.01947021484375, + -0.0311126708984375, + 0.033782958984375, + 0.0267181396484375, + 0.0288238525390625, + 0.050018310546875, + 0.0687255859375, + -0.0018253326416015625, + 0.0197601318359375, + -0.022613525390625, + -0.030548095703125, + 0.01059722900390625, + 0.011932373046875, + 0.0301666259765625, + -0.05078125, + 0.020904541015625, + 0.08056640625, + -0.0782470703125, + 0.031494140625, + 0.0204315185546875, + -0.0272979736328125, + -0.035491943359375, + 0.01035308837890625, + -0.0135498046875, + 0.039703369140625, + 0.0897216796875, + 0.035491943359375, + -0.02557373046875, + 0.004199981689453125, + -0.04180908203125, + 0.059173583984375, + 0.0284423828125, + 0.0176544189453125, + -0.02862548828125, + 0.0015506744384765625, + 0.00801849365234375, + -0.026336669921875, + 0.004486083984375, + -0.07861328125, + -0.0123138427734375, + 0.04925537109375, + -0.0009965896606445312, + -0.0207061767578125, + -0.0221405029296875, + -0.0328369140625, + -0.04217529296875, + -0.027679443359375, + 0.03607177734375, + 0.0272979736328125, + 0.02557373046875, + -0.024810791015625, + -0.0177459716796875, + 0.00696563720703125, + -0.053436279296875, + -0.034942626953125, + -0.0100250244140625, + 0.033416748046875, + 0.004581451416015625, + -0.022613525390625, + 0.0406494140625, + 0.0206146240234375, + -0.0135498046875, + -0.0017061233520507812, + 0.047332763671875, + -0.04217529296875, + 0.0191802978515625, + 0.0033397674560546875, + 0.029205322265625, + -0.022613525390625, + 0.00878143310546875, + 0.0032215118408203125, + 0.00925445556640625, + 0.050384521484375, + -0.0237579345703125, + 0.047515869140625, + 0.0229034423828125, + -0.027862548828125, + -0.0288238525390625, + -0.01517486572265625, + -0.035308837890625, + 0.056121826171875, + -0.011688232421875, + 0.0089263916015625, + -0.0018854141235351562, + -0.035125732421875, + -0.07403564453125, + 0.0130767822265625, + -0.0107879638671875, + -0.0063934326171875, + -0.00658416748046875, + -0.030731201171875, + -0.038360595703125, + -0.020904541015625, + -0.01149749755859375, + 0.0218505859375, + -0.02166748046875, + 0.02099609375, + -0.01149749755859375, + 0.0038661956787109375, + -0.013458251953125, + 0.005176544189453125, + -0.0152740478515625, + 0.042755126953125, + 0.00797271728515625, + -0.01174163818359375, + 0.0511474609375, + -0.0135498046875, + 0.017852783203125, + 0.01145172119140625, + -0.0229034423828125, + -0.0031490325927734375, + -0.018798828125, + -0.0198516845703125, + -0.00412750244140625, + 0.027862548828125, + 0.044464111328125, + -0.008544921875, + -0.0052032470703125, + -0.011260986328125, + -0.0033168792724609375, + 0.0197601318359375, + -0.0183258056640625, + -0.009063720703125, + 0.006443023681640625, + -0.038543701171875, + -0.03131103515625, + -0.046966552734375, + -0.10003662109375, + 0.011932373046875, + -0.054962158203125, + -0.0029468536376953125, + -0.0034122467041015625, + 0.044281005859375, + 0.03131103515625, + -0.0196533203125, + 0.0267181396484375, + -0.01508331298828125, + -0.01007080078125, + -0.0311126708984375, + 0.01441192626953125, + -0.0214691162109375, + 0.05841064453125, + 0.0135498046875, + -0.04962158203125, + 0.0303497314453125, + -0.011688232421875, + -0.01092529296875, + -0.0219573974609375, + 0.00298309326171875, + -0.0274810791015625, + 0.0220489501953125, + -0.07098388671875, + -0.0250091552734375, + 0.0240478515625, + 0.03436279296875, + 0.020904541015625, + -0.037017822265625, + 0.056121826171875, + -0.02862548828125, + -0.0633544921875, + 0.0096893310546875, + -0.0295867919921875, + -0.036834716796875, + 0.0212860107421875, + -0.003269195556640625, + 0.014984130859375, + 0.00039958953857421875, + 0.0265350341796875, + 0.01641845703125, + 0.0265350341796875, + 0.0152740478515625, + -0.020904541015625, + -0.004486083984375, + 0.01555633544921875, + 0.022430419921875, + 0.0372314453125, + 0.0328369140625, + -0.0021839141845703125, + 0.037994384765625, + -0.0113067626953125, + -0.0660400390625, + -0.01422119140625, + -0.037017822265625, + -0.044464111328125, + 0.0033168792724609375, + 0.10614013671875, + 0.033203125, + -0.00254058837890625, + 0.01727294921875, + 0.06683349609375, + 0.039306640625, + 0.0362548828125, + -0.02386474609375, + -0.05877685546875, + 0.0006771087646484375, + 0.01335906982421875, + 0.0176544189453125, + -0.05877685546875, + 0.0303497314453125, + 0.0477294921875, + 0.003387451171875, + -0.0228118896484375, + -0.01035308837890625, + 0.0079193115234375, + 0.05572509765625, + 0.0280609130859375, + -0.004486083984375, + -0.057647705078125, + 0.0199432373046875, + 0.01149749755859375, + 0.0017299652099609375, + -0.01068878173828125, + -0.00835418701171875, + -0.01508331298828125, + 0.036468505859375, + -0.056121826171875, + -0.00017523765563964844, + -0.00046515464782714844, + 0.06451416015625, + 0.0115966796875, + -0.04217529296875, + -0.02691650390625, + 0.053436279296875, + 0.0280609130859375, + -0.023193359375, + 0.01641845703125, + 0.002613067626953125, + -0.006488800048828125, + -0.0020999908447265625, + 0.053070068359375, + 0.00215911865234375, + 0.05877685546875, + 0.004749298095703125, + -0.040863037109375, + 0.05267333984375, + 0.0220489501953125, + 0.0362548828125, + -0.0130767822265625, + -0.044464111328125, + -0.01508331298828125, + -0.043701171875, + 0.033416748046875, + 0.00911712646484375, + 0.02862548828125, + 0.004486083984375, + 0.0108795166015625, + -0.0222320556640625, + 0.00579833984375, + 0.03472900390625, + 0.033416748046875, + 0.0094451904296875, + -0.0093536376953125, + -0.0052032470703125, + 0.0059661865234375, + 0.0139312744140625, + -0.0284423828125, + 0.019561767578125, + -0.036651611328125, + -0.02081298828125, + -0.0303497314453125, + 0.0192718505859375, + -0.0161285400390625, + -0.00844573974609375, + 0.00849151611328125, + -0.0222320556640625, + 0.0229949951171875, + -0.0362548828125, + -0.04010009765625, + 0.0090179443359375, + 0.01116943359375, + -0.015838623046875, + 0.041046142578125, + 0.00949859619140625, + -0.0272979736328125, + 0.012786865234375, + -0.05230712890625, + 0.0897216796875, + 0.0197601318359375, + 0.038543701171875, + 0.001216888427734375, + 0.0219573974609375, + 0.041229248046875, + 0.007205963134765625, + -0.027862548828125, + 0.0311126708984375, + -0.04046630859375, + 0.05078125, + 0.045440673828125, + -0.0052032470703125, + -0.04791259765625, + 0.00336456298828125, + -0.016510009765625, + -0.061859130859375, + 0.01102447509765625, + 0.0282440185546875, + 0.0071563720703125, + -0.0009899139404296875, + -0.01221466064453125, + 0.02691650390625, + -0.050384521484375, + 0.0633544921875, + 0.0288238525390625, + 0.0138397216796875, + 0.032440185546875, + -0.04180908203125, + 0.054962158203125, + 0.026336669921875, + 0.050384521484375, + -0.0235748291015625, + 0.069091796875, + -0.007541656494140625, + 0.0009064674377441406, + 0.0135498046875, + 0.016326904296875, + 0.00801849365234375, + 0.03131103515625, + -0.039703369140625, + 0.04010009765625, + 0.0280609130859375, + -0.0085906982421875, + -0.05877685546875, + -0.0167083740234375, + 0.004436492919921875, + 0.00577545166015625, + 0.039520263671875, + -0.03741455078125, + -0.00489044189453125, + 0.01149749755859375, + 0.04046630859375, + 0.05841064453125, + -0.00839996337890625, + 0.035888671875, + 0.00658416748046875, + -0.0201416015625, + -0.010162353515625, + -0.0244293212890625 + ], + "metadata": { + "domains": [ + "collaboration-general" + ], + "phases": [ + "reporting" + ], + "tags": [ + "office", + "collaboration" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Cellebrite_UFED", + "type": "tool", + "name": "Cellebrite UFED", + "content": "cellebrite ufed der de-facto-behördenstandard der mobilen forensik greift aktuelle iphones und android-flaggschiffe durch zero-day-exploits und proprietäre bypass-methoden an, ist aber auch sehr teuer. physical extraction umgeht verschlüsselung für vollständigen dateisystem-zugriff. logical plus erweitert standard-backups um gelöschte daten. advanced services greifen auf cellebrites exploit-labor für besonders resistente geräte zurück. physical analyzer visualisiert extrahierte daten intelligent: timeline-ansicht, geo-location-maps, social-network-graphen, kommunikations-muster. project-vic integration für csam-erkennung. chain-of-custody-dokumentation erfüllt höchste forensische standards. die cloud-analyzer-lizenz ermöglicht zugriff auf über 50 cloud-services. updates alle 3 monate für neue geräte und apps. 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.036163330078125, + 0.0443115234375, + 0.04034423828125, + -0.005710601806640625, + 0.0266265869140625, + 0.048675537109375, + 0.0234375, + 0.01291656494140625, + -0.006061553955078125, + -0.0164947509765625, + -0.00963592529296875, + 0.059600830078125, + 0.022552490234375, + -0.019073486328125, + -0.05999755859375, + 0.034759521484375, + 0.00824737548828125, + 0.01361083984375, + 0.007152557373046875, + 0.0012044906616210938, + -0.029998779296875, + -0.006011962890625, + -0.040130615234375, + -0.0025081634521484375, + -0.005489349365234375, + 0.01898193359375, + -0.00928497314453125, + -0.05523681640625, + -0.044708251953125, + -0.006656646728515625, + 0.0160980224609375, + -0.0231475830078125, + -0.011322021484375, + 0.01509857177734375, + 0.0035762786865234375, + -0.016387939453125, + 0.01251983642578125, + -0.0159912109375, + -0.0272216796875, + 0.043914794921875, + -0.023651123046875, + 0.007450103759765625, + 0.03973388671875, + 0.00591278076171875, + -0.029205322265625, + -0.019378662109375, + -0.004245758056640625, + -0.0042724609375, + 0.00583648681640625, + -0.01078033447265625, + 0.01082611083984375, + 0.00983428955078125, + -0.0128173828125, + 0.008544921875, + -0.05206298828125, + 0.02801513671875, + 0.022552490234375, + -0.0207672119140625, + -0.041717529296875, + 0.0623779296875, + -0.041717529296875, + -0.0196685791015625, + 0.0242462158203125, + -0.0211639404296875, + -0.01102447509765625, + 0.0282135009765625, + -0.0128173828125, + -0.01371002197265625, + -0.001800537109375, + 0.0258331298828125, + 0.00116729736328125, + -0.0072021484375, + -0.0262298583984375, + 0.0219573974609375, + -0.04290771484375, + -0.042327880859375, + 0.004619598388671875, + -0.0128173828125, + -0.00563812255859375, + -0.014801025390625, + -0.04290771484375, + 0.00799560546875, + 0.0165863037109375, + 0.0018377304077148438, + -0.023651123046875, + -0.008392333984375, + 0.0576171875, + 0.00799560546875, + -0.0007481575012207031, + -0.01117706298828125, + 0.017181396484375, + -0.0177764892578125, + 0.01232147216796875, + 0.0041961669921875, + 0.047698974609375, + 0.04608154296875, + -0.005489349365234375, + -0.01117706298828125, + -0.00536346435546875, + 0.0506591796875, + -0.00028705596923828125, + -0.00884246826171875, + 0.06158447265625, + -0.01291656494140625, + 0.049468994140625, + -0.060394287109375, + -0.004146575927734375, + -0.032196044921875, + -0.01549530029296875, + -0.00710296630859375, + -0.101318359375, + -0.040740966796875, + -0.008941650390625, + -0.07427978515625, + -0.011322021484375, + 0.0037746429443359375, + 0.00330352783203125, + 0.0635986328125, + -0.03753662109375, + -0.0294036865234375, + 0.026031494140625, + 0.0146026611328125, + -0.01192474365234375, + 0.0272216796875, + -0.038543701171875, + -0.03277587890625, + 0.017578125, + 0.054046630859375, + -0.049285888671875, + -0.035552978515625, + -0.0303955078125, + -0.022247314453125, + -0.00789642333984375, + -0.0161895751953125, + -0.004669189453125, + -0.0309906005859375, + 0.043121337890625, + 0.01038360595703125, + -0.019073486328125, + 0.01450347900390625, + 0.041717529296875, + -0.0357666015625, + -0.0667724609375, + -0.00018703937530517578, + -0.052459716796875, + 0.00849151611328125, + -0.032989501953125, + 0.05841064453125, + -0.049468994140625, + -0.0301971435546875, + -0.002681732177734375, + 0.0290069580078125, + 0.041717529296875, + 0.0008568763732910156, + -0.00189971923828125, + -0.0251312255859375, + 0.020172119140625, + -0.040130615234375, + 0.0199737548828125, + 0.005313873291015625, + -0.03875732421875, + 0.04290771484375, + 0.006259918212890625, + 0.04449462890625, + -0.0245361328125, + -0.04052734375, + -0.0220489501953125, + 0.015594482421875, + -0.0016889572143554688, + -0.0051422119140625, + 0.01062774658203125, + -0.0212554931640625, + 0.06439208984375, + 0.09576416015625, + -0.0157928466796875, + 0.050872802734375, + 0.00959014892578125, + -0.004642486572265625, + 0.02264404296875, + 0.0309906005859375, + -0.004993438720703125, + -0.006805419921875, + 0.0258331298828125, + 0.0031299591064453125, + 0.035369873046875, + -0.02801513671875, + -0.036346435546875, + -0.01102447509765625, + -0.0239410400390625, + 0.01678466796875, + -0.0181732177734375, + -0.0224456787109375, + -0.0216522216796875, + 0.0093841552734375, + 0.026031494140625, + 0.06158447265625, + 0.03436279296875, + -0.01509857177734375, + 0.0357666015625, + 0.0211639404296875, + 0.002285003662109375, + 0.02532958984375, + 0.00469207763671875, + 0.06634521484375, + 0.0227508544921875, + 0.0228424072265625, + 0.006359100341796875, + 0.043914794921875, + 0.0126190185546875, + -0.00908660888671875, + -0.00829315185546875, + 0.0452880859375, + -0.0023345947265625, + -0.0220489501953125, + -0.0169830322265625, + -0.038543701171875, + 0.01371002197265625, + -0.031982421875, + 0.0111236572265625, + -0.006755828857421875, + 0.01837158203125, + -0.04730224609375, + 0.005512237548828125, + 0.0118255615234375, + -0.031402587890625, + 0.02264404296875, + 0.0134124755859375, + -0.0227508544921875, + -0.039337158203125, + 0.01410675048828125, + 0.0081939697265625, + 0.0115203857421875, + -0.006805419921875, + 0.012420654296875, + -0.030792236328125, + -0.01509857177734375, + 0.0335693359375, + 0.0303955078125, + 0.0177764892578125, + 0.0066070556640625, + -0.02960205078125, + 0.035552978515625, + -0.0112762451171875, + 0.01450347900390625, + 0.0243377685546875, + -0.01708984375, + -0.00484466552734375, + 0.03118896484375, + 0.05126953125, + 0.03814697265625, + -0.0687255859375, + 0.002780914306640625, + -0.07867431640625, + 0.0246429443359375, + -0.056427001953125, + -0.032989501953125, + -0.03436279296875, + -0.0592041015625, + 0.0443115234375, + -0.01898193359375, + -0.0270233154296875, + 0.00576019287109375, + 0.006458282470703125, + 0.00844573974609375, + 0.0169830322265625, + 0.00943756103515625, + -0.004669189453125, + 0.026031494140625, + 0.06158447265625, + 0.0022602081298828125, + -0.0108795166015625, + -0.01450347900390625, + 0.0153961181640625, + -0.0290069580078125, + 0.032989501953125, + -0.03656005859375, + -0.0048675537109375, + 0.0258331298828125, + 0.0443115234375, + 0.0242462158203125, + -0.034576416015625, + 0.0309906005859375, + -0.00640869140625, + 0.029205322265625, + -0.041717529296875, + -0.02801513671875, + 0.0099334716796875, + 0.0030422210693359375, + -0.01390838623046875, + -0.04052734375, + -0.0015277862548828125, + 0.047698974609375, + 0.0089874267578125, + 0.018280029296875, + -0.0066070556640625, + -0.03955078125, + -0.0036258697509765625, + 0.01157379150390625, + -0.002532958984375, + 0.047088623046875, + 0.0290069580078125, + -0.039947509765625, + 0.005809783935546875, + 0.004894256591796875, + 0.003650665283203125, + -0.03656005859375, + -0.0278167724609375, + -0.0303955078125, + 0.0130157470703125, + -0.0655517578125, + 0.0146026611328125, + 0.03875732421875, + -0.03955078125, + 0.029998779296875, + -0.0274200439453125, + 0.007152557373046875, + -0.0411376953125, + -0.061187744140625, + 0.01450347900390625, + -0.042327880859375, + -0.039154052734375, + -0.004024505615234375, + 0.044891357421875, + 0.020263671875, + 0.0181732177734375, + -0.017578125, + -0.031982421875, + -0.059600830078125, + 0.00437164306640625, + 0.004421234130859375, + 0.004421234130859375, + -0.042327880859375, + 0.03179931640625, + 0.028411865234375, + 0.03436279296875, + 0.01470184326171875, + 0.06439208984375, + 0.0074005126953125, + -0.011322021484375, + 0.00099945068359375, + 0.0218505859375, + 0.0022602081298828125, + 0.0186767578125, + -0.043304443359375, + -0.038543701171875, + -0.006557464599609375, + -0.039947509765625, + 0.036956787109375, + 0.032989501953125, + 0.02801513671875, + 0.0134124755859375, + -0.02484130859375, + 0.019775390625, + 0.07989501953125, + 0.00029659271240234375, + 0.1072998046875, + -0.0103302001953125, + -0.03515625, + 0.0196685791015625, + 0.033172607421875, + -0.03875732421875, + -0.01678466796875, + 0.04132080078125, + -0.01202392578125, + 0.0009126663208007812, + 0.025634765625, + -0.0142059326171875, + 0.0282135009765625, + 0.0111236572265625, + -0.0007200241088867188, + 0.032989501953125, + -0.0138092041015625, + -0.0020732879638671875, + 0.03973388671875, + 0.043304443359375, + -0.00019407272338867188, + 0.0188751220703125, + -0.0303955078125, + -0.013214111328125, + -0.02880859375, + -0.077880859375, + 0.02374267578125, + 0.0298004150390625, + 0.0157012939453125, + 0.040130615234375, + -0.008544921875, + -0.04986572265625, + 0.01226806640625, + -0.0421142578125, + 0.08782958984375, + 0.045684814453125, + 0.0098876953125, + 0.02264404296875, + -0.006855010986328125, + 0.005413055419921875, + 0.0203704833984375, + 0.021759033203125, + 0.0224456787109375, + 0.0165863037109375, + 0.0458984375, + -0.01018524169921875, + -0.0421142578125, + 0.016693115234375, + 0.0266265869140625, + 0.01161956787109375, + 0.0062103271484375, + 0.041534423828125, + 0.0103302001953125, + 0.052459716796875, + -0.0301971435546875, + 0.0411376953125, + 0.0107269287109375, + -0.0101318359375, + 0.007747650146484375, + -0.02294921875, + 0.0290069580078125, + -0.0389404296875, + -0.003353118896484375, + 0.02532958984375, + 0.0165863037109375, + 0.0247344970703125, + 0.024932861328125, + -0.0655517578125, + -0.0200653076171875, + 0.04608154296875, + -0.03955078125, + 0.00864410400390625, + 0.04449462890625, + -0.029205322265625, + 0.02642822265625, + -0.0235443115234375, + -0.0379638671875, + 0.02264404296875, + -0.0004191398620605469, + -0.0303955078125, + 0.019378662109375, + 0.04986572265625, + -0.0309906005859375, + -0.041534423828125, + -0.055633544921875, + -0.006160736083984375, + -0.0008382797241210938, + -0.0231475830078125, + 0.034759521484375, + -0.0015459060668945312, + -0.01331329345703125, + 0.036956787109375, + 0.03753662109375, + 0.001117706298828125, + -0.03277587890625, + 0.049468994140625, + -0.0367431640625, + -0.0452880859375, + 0.019073486328125, + 0.02880859375, + 0.0294036865234375, + -0.0474853515625, + -0.0128173828125, + -0.004322052001953125, + 0.01678466796875, + 0.02215576171875, + 0.01519775390625, + -0.0002808570861816406, + -0.05206298828125, + -0.039154052734375, + 0.041717529296875, + 0.0290069580078125, + 0.0592041015625, + -0.0218505859375, + -0.031982421875, + 0.0165863037109375, + -0.0272216796875, + -0.01271820068359375, + -0.003997802734375, + 0.005092620849609375, + -0.051666259765625, + 0.060791015625, + -0.00933837890625, + -0.0062103271484375, + -0.0012788772583007812, + 0.0655517578125, + -0.0012664794921875, + 0.004520416259765625, + -0.051666259765625, + 0.0298004150390625, + 0.0421142578125, + -0.05047607421875, + -0.004123687744140625, + -0.0027313232421875, + -0.022247314453125, + 0.0188751220703125, + -0.0066070556640625, + 0.017486572265625, + 0.0181732177734375, + -0.06793212890625, + -0.032989501953125, + -0.0203704833984375, + 0.01078033447265625, + -0.045501708984375, + 0.0272216796875, + 0.026031494140625, + -0.0116729736328125, + 0.0168914794921875, + -0.012664794921875, + 0.017578125, + 0.0301971435546875, + -0.0021228790283203125, + -0.031402587890625, + 0.043121337890625, + -0.06793212890625, + -0.024139404296875, + -0.01192474365234375, + 0.0298004150390625, + -0.0184783935546875, + 0.01097869873046875, + -0.01122283935546875, + -0.019866943359375, + 0.034759521484375, + -0.027618408203125, + -0.01509857177734375, + -0.0270233154296875, + -0.0238494873046875, + -0.0367431640625, + -0.01236724853515625, + 0.01042938232421875, + 0.025634765625, + 0.0059356689453125, + -0.023040771484375, + 0.044891357421875, + -0.050262451171875, + 0.0207672119140625, + 0.006011962890625, + 0.0013904571533203125, + 0.00804901123046875, + -0.01788330078125, + -0.0107269287109375, + 0.01236724853515625, + 0.020660400390625, + -0.0219573974609375, + -0.02642822265625, + -0.067138671875, + 0.034759521484375, + -0.0015401840209960938, + -0.0009374618530273438, + -0.0032291412353515625, + -0.054443359375, + -0.0592041015625, + 0.0057373046875, + 0.0341796875, + 0.00286865234375, + -0.00257110595703125, + -0.031402587890625, + -0.02960205078125, + -0.00469207763671875, + -0.0262298583984375, + 0.03118896484375, + -0.01549530029296875, + 0.001148223876953125, + -0.0005774497985839844, + -0.0278167724609375, + 0.013214111328125, + 0.029205322265625, + 0.0160980224609375, + -0.00928497314453125, + 0.051666259765625, + -0.043701171875, + 0.032196044921875, + -0.01678466796875, + -0.01529693603515625, + 0.0035762786865234375, + -0.00650787353515625, + 0.0303955078125, + -0.02264404296875, + -0.04608154296875, + -0.0021610260009765625, + 0.001483917236328125, + 0.031982421875, + -0.0290069580078125, + -0.01271820068359375, + 0.036346435546875, + -0.01122283935546875, + 0.040740966796875, + -0.028411865234375, + -0.027618408203125, + -0.02484130859375, + -0.01226806640625, + 0.0421142578125, + 0.04449462890625, + 0.028411865234375, + -0.038360595703125, + -0.00908660888671875, + 0.04888916015625, + -0.00370025634765625, + -0.0301971435546875, + -0.0168914794921875, + 0.00008225440979003906, + 0.01490020751953125, + 0.06396484375, + 0.004421234130859375, + 0.09619140625, + -0.01157379150390625, + 0.009735107421875, + 0.048492431640625, + 0.06317138671875, + 0.039154052734375, + -0.00710296630859375, + -0.0452880859375, + 0.022247314453125, + -0.007053375244140625, + -0.04608154296875, + -0.0458984375, + 0.016387939453125, + 0.04052734375, + -0.07232666015625, + -0.01078033447265625, + -0.00824737548828125, + 0.020965576171875, + -0.00730133056640625, + 0.0036258697509765625, + -0.01311492919921875, + 0.006084442138671875, + 0.0165863037109375, + -0.02264404296875, + 0.0184783935546875, + -0.0149993896484375, + 0.01509857177734375, + 0.05126953125, + 0.039154052734375, + -0.0186767578125, + 0.031585693359375, + 0.01097869873046875, + 0.0007233619689941406, + 0.01232147216796875, + 0.040130615234375, + 0.0130157470703125, + 0.0305938720703125, + 0.04351806640625, + 0.031982421875, + -0.006134033203125, + -0.0220489501953125, + 0.001316070556640625, + 0.01947021484375, + 0.03973388671875, + 0.0699462890625, + -0.0160980224609375, + 0.002185821533203125, + -0.024139404296875, + -0.051666259765625, + 0.01271820068359375, + 0.01898193359375, + -0.0034770965576171875, + -0.02642822265625, + -0.03753662109375, + 0.023040771484375, + -0.058807373046875, + 0.0458984375, + 0.0030422210693359375, + -0.037353515625, + 0.014007568359375, + 0.054840087890625, + -0.0016021728515625, + -0.033782958984375, + -0.0029048919677734375, + -0.038360595703125, + -0.0173797607421875, + -0.0212554931640625, + -0.03814697265625, + 0.032196044921875, + -0.044708251953125, + -0.054046630859375, + -0.01509857177734375, + 0.0309906005859375, + -0.024444580078125, + -0.049072265625, + -0.02801513671875, + -0.00804901123046875, + -0.002819061279296875, + -0.0443115234375, + -0.05364990234375, + -0.02960205078125, + 0.0159912109375, + -0.033782958984375, + 0.0087432861328125, + -0.006061553955078125, + -0.0232391357421875, + -0.0045928955078125, + -0.019775390625, + 0.015594482421875, + 0.0095367431640625, + -0.0389404296875, + 0.02880859375, + 0.0002856254577636719, + 0.03179931640625, + 0.0254364013671875, + 0.054443359375, + -0.0096893310546875, + 0.011077880859375, + -0.031585693359375, + -0.0379638671875, + 0.00150299072265625, + 0.001949310302734375, + 0.008392333984375, + -0.060791015625, + 0.00370025634765625, + 0.054443359375, + -0.091796875, + 0.008392333984375, + 0.0181732177734375, + -0.025634765625, + -0.0303955078125, + -0.02880859375, + 0.00923919677734375, + -0.0074005126953125, + 0.07550048828125, + 0.005214691162109375, + 0.00469207763671875, + 0.0138092041015625, + -0.0298004150390625, + 0.03497314453125, + 0.0124664306640625, + 0.01038360595703125, + -0.041717529296875, + 0.028411865234375, + 0.00623321533203125, + -0.031402587890625, + -0.00009894371032714844, + -0.058013916015625, + -0.0079498291015625, + 0.0286102294921875, + 0.0251312255859375, + -0.00849151611328125, + -0.01078033447265625, + -0.01788330078125, + -0.0243377685546875, + -0.039947509765625, + 0.0138092041015625, + -0.01058197021484375, + -0.0052642822265625, + -0.03338623046875, + -0.026031494140625, + -0.029205322265625, + -0.060791015625, + -0.0278167724609375, + -0.039154052734375, + 0.032196044921875, + 0.01212310791015625, + -0.04052734375, + 0.007152557373046875, + 0.0079498291015625, + -0.0172882080078125, + 0.011322021484375, + 0.06439208984375, + -0.04986572265625, + -0.0184783935546875, + 0.0016021728515625, + 0.041717529296875, + 0.00506591796875, + 0.0083465576171875, + -0.01197052001953125, + 0.020263671875, + 0.0091400146484375, + -0.035369873046875, + 0.023345947265625, + 0.026031494140625, + -0.00933837890625, + -0.04888916015625, + -0.0103302001953125, + -0.0200653076171875, + 0.03338623046875, + -0.011871337890625, + 0.049468994140625, + 0.01192474365234375, + -0.0042724609375, + -0.10968017578125, + 0.03594970703125, + -0.033782958984375, + 0.0298004150390625, + 0.0243377685546875, + -0.00785064697265625, + -0.0576171875, + -0.02642822265625, + -0.043914794921875, + 0.0212554931640625, + -0.007747650146484375, + 0.039947509765625, + -0.022552490234375, + 0.01450347900390625, + -0.0018625259399414062, + -0.006656646728515625, + 0.004619598388671875, + 0.06396484375, + 0.0029048919677734375, + -0.045501708984375, + 0.054840087890625, + -0.016387939453125, + -0.01509857177734375, + -0.01678466796875, + 0.01236724853515625, + 0.0266265869140625, + -0.005962371826171875, + -0.0228424072265625, + 0.0212554931640625, + 0.03594970703125, + 0.051666259765625, + -0.031585693359375, + 0.020965576171875, + -0.002780914306640625, + 0.0258331298828125, + -0.0220489501953125, + -0.0168914794921875, + 0.00409698486328125, + -0.00829315185546875, + -0.0130157470703125, + -0.0199737548828125, + -0.0635986328125, + -0.0826416015625, + 0.0238494873046875, + -0.0506591796875, + -0.022247314453125, + 0.039947509765625, + 0.019073486328125, + 0.014404296875, + -0.050262451171875, + 0.019775390625, + 0.00591278076171875, + -0.0128173828125, + -0.00978851318359375, + 0.026031494140625, + -0.022247314453125, + 0.0341796875, + -0.0104827880859375, + -0.047882080078125, + 0.04351806640625, + -0.0159912109375, + 0.0240478515625, + -0.00904083251953125, + 0.01003265380859375, + -0.007053375244140625, + 0.032196044921875, + -0.0889892578125, + -0.03955078125, + 0.0199737548828125, + 0.05206298828125, + 0.0138092041015625, + -0.00785064697265625, + 0.0270233154296875, + -0.0146026611328125, + -0.055633544921875, + 0.0079498291015625, + -0.0159912109375, + -0.03277587890625, + 0.0023097991943359375, + -0.004894256591796875, + 0.0030059814453125, + 0.0379638671875, + 0.0207672119140625, + 0.040130615234375, + 0.0443115234375, + 0.006855010986328125, + -0.0389404296875, + -0.0191802978515625, + -0.0101318359375, + 0.00829315185546875, + 0.005390167236328125, + 0.0239410400390625, + -0.0033779144287109375, + 0.0157928466796875, + -0.00769805908203125, + -0.08343505859375, + -0.02642822265625, + -0.0176849365234375, + -0.039947509765625, + -0.00014901161193847656, + 0.06793212890625, + 0.0443115234375, + -0.0238494873046875, + 0.01212310791015625, + 0.0305938720703125, + 0.0128173828125, + 0.0196685791015625, + -0.0176849365234375, + -0.05364990234375, + -0.007152557373046875, + -0.01171875, + 0.0195770263671875, + -0.04193115234375, + 0.0254364013671875, + 0.056427001953125, + -0.0224456787109375, + -0.014007568359375, + -0.0146026611328125, + 0.0176849365234375, + 0.047882080078125, + 0.03436279296875, + 0.0111236572265625, + -0.050079345703125, + 0.01212310791015625, + 0.0443115234375, + -0.006183624267578125, + 0.0037250518798828125, + -0.037139892578125, + -0.033172607421875, + 0.0411376953125, + -0.04034423828125, + 0.0112762451171875, + -0.006557464599609375, + 0.05999755859375, + 0.00189971923828125, + -0.044708251953125, + -0.0200653076171875, + 0.04608154296875, + 0.00868988037109375, + -0.0159912109375, + 0.031585693359375, + 0.0161895751953125, + -0.029998779296875, + 0.0528564453125, + 0.03814697265625, + -0.0013971328735351562, + 0.029205322265625, + 0.028411865234375, + -0.0411376953125, + 0.034759521484375, + 0.0006704330444335938, + -0.0012540817260742188, + -0.026824951171875, + -0.0443115234375, + -0.03814697265625, + -0.0576171875, + 0.0176849365234375, + 0.0016641616821289062, + 0.0576171875, + 0.0294036865234375, + 0.0010433197021484375, + -0.0157928466796875, + -0.00864410400390625, + 0.03753662109375, + 0.0274200439453125, + 0.0095367431640625, + 0.0272216796875, + 0.006458282470703125, + 0.0130157470703125, + 0.046295166015625, + -0.0452880859375, + 0.0164947509765625, + -0.01837158203125, + 0.01490020751953125, + -0.05999755859375, + -0.00933837890625, + 0.002956390380859375, + 0.0009374618530273438, + -0.00630950927734375, + -0.019378662109375, + -0.006656646728515625, + -0.0011110305786132812, + -0.03973388671875, + -0.00933837890625, + 0.030792236328125, + -0.048492431640625, + 0.0290069580078125, + 0.0025959014892578125, + -0.0120697021484375, + -0.0017757415771484375, + -0.042327880859375, + 0.1168212890625, + 0.0215606689453125, + 0.01898193359375, + 0.01078033447265625, + 0.02264404296875, + 0.04193115234375, + 0.005710601806640625, + 0.0024967193603515625, + 0.044891357421875, + -0.01216888427734375, + 0.04669189453125, + 0.04730224609375, + -0.010284423828125, + -0.032196044921875, + 0.05682373046875, + 0.003204345703125, + -0.045684814453125, + 0.02801513671875, + 0.0305938720703125, + 0.0149993896484375, + 0.005611419677734375, + -0.016693115234375, + -0.0181732177734375, + -0.06475830078125, + 0.061187744140625, + 0.00804901123046875, + -0.0038242340087890625, + 0.0357666015625, + -0.06951904296875, + 0.05523681640625, + 0.013214111328125, + 0.0251312255859375, + -0.044708251953125, + 0.043121337890625, + -0.0235443115234375, + -0.004520416259765625, + 0.005588531494140625, + 0.0028438568115234375, + -0.004047393798828125, + 0.031585693359375, + -0.034759521484375, + 0.07110595703125, + 0.0294036865234375, + -0.00009936094284057617, + -0.07110595703125, + -0.0116729736328125, + -0.00789642333984375, + -0.005462646484375, + 0.026824951171875, + -0.022247314453125, + -0.0016145706176757812, + 0.00769805908203125, + 0.0077972412109375, + 0.05523681640625, + -0.0218505859375, + 0.0238494873046875, + 0.01371002197265625, + -0.003353118896484375, + 0.025634765625, + -0.0172882080078125 + ], + "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_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.00011521577835083008, + -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_WinPmem", + "type": "tool", + "name": "WinPmem", + "content": "winpmem velociraptors windows-memory-imager revolutioniert ram-akquisition durch flexibles driver-system und moderne winapi-integration. drei acquisition- modi: kernel-driver für maximum-access, winapi für modern-windows, live-service für remote-collection. die elf64-ausgabe enthält metadaten für volatility-auto-detection. besonders clever: pagefile-integration erweitert verfügbaren memory-space, registry-acquisition parallel zum ram-dump, hash-verification für forensische integrität. driver-signing für secure-boot-kompatibilität. die portable-version läuft ohne installation von usb-stick. json-metadata dokumentiert system-configuration zum akquisitionszeitpunkt. performance-optimierung für ssd-storage. integration in kape-workflows für automatisierte collection. der open-source-ansatz ermöglicht anpassungen für spezielle anforderungen. standard-tool für windows-memory-forensics wenn kommerzielle alternativen nicht verfügbar oder zu teuer sind. memory acquisition scenario:memory_dump incident-response data-collection", + "embedding": [ + -0.0252685546875, + 0.027801513671875, + 0.036102294921875, + -0.01335906982421875, + 0.04693603515625, + 0.02545166015625, + -0.0013990402221679688, + 0.0163421630859375, + -0.01218414306640625, + -0.01227569580078125, + -0.040618896484375, + 0.03448486328125, + 0.007671356201171875, + -0.0176849365234375, + -0.05523681640625, + 0.036834716796875, + -0.0169677734375, + -0.0012464523315429688, + 0.01100921630859375, + 0.004421234130859375, + -0.02581787109375, + -0.0220184326171875, + -0.053436279296875, + 0.007354736328125, + 0.00473785400390625, + 0.007312774658203125, + -0.005573272705078125, + -0.048736572265625, + -0.02301025390625, + -0.01123809814453125, + 0.0022220611572265625, + -0.01922607421875, + 0.0294189453125, + 0.04351806640625, + -0.0162506103515625, + -0.005733489990234375, + 0.0137176513671875, + -0.02996826171875, + -0.041168212890625, + 0.04766845703125, + 0.003971099853515625, + 0.0177764892578125, + -0.0028667449951171875, + 0.0105133056640625, + -0.035919189453125, + -0.0267181396484375, + 0.004650115966796875, + -0.00136566162109375, + 0.0117340087890625, + -0.049468994140625, + 0.023101806640625, + 0.0243682861328125, + 0.0107879638671875, + -0.03338623046875, + -0.0220184326171875, + 0.02618408203125, + 0.0038814544677734375, + -0.0011167526245117188, + -0.036102294921875, + 0.067138671875, + -0.050201416015625, + -0.0433349609375, + -0.000008404254913330078, + -0.027618408203125, + 0.0204010009765625, + 0.0380859375, + -0.0118255615234375, + -0.054168701171875, + -0.006137847900390625, + 0.031402587890625, + 0.023284912109375, + -0.023101806640625, + -0.03448486328125, + 0.0011510848999023438, + -0.0141754150390625, + -0.05670166015625, + 0.03033447265625, + 0.0384521484375, + 0.005550384521484375, + -0.033203125, + -0.061737060546875, + -0.0157012939453125, + 0.0202178955078125, + -0.005031585693359375, + -0.023651123046875, + -0.0012979507446289062, + 0.027984619140625, + -0.00530242919921875, + 0.0038585662841796875, + 0.005664825439453125, + 0.03826904296875, + -0.0063629150390625, + 0.01904296875, + -0.032684326171875, + 0.0312347412109375, + 0.05126953125, + -0.004467010498046875, + -0.008758544921875, + -0.00893402099609375, + 0.0204010009765625, + 0.03033447265625, + -0.053070068359375, + 0.054534912109375, + -0.015167236328125, + 0.023101806640625, + -0.0305023193359375, + 0.00525665283203125, + -0.0243682861328125, + -0.032501220703125, + -0.0290679931640625, + -0.101806640625, + -0.032684326171875, + 0.009613037109375, + -0.08050537109375, + -0.00492095947265625, + -0.01335906982421875, + -0.01128387451171875, + 0.03485107421875, + -0.032318115234375, + -0.05633544921875, + 0.0222930908203125, + 0.00897979736328125, + -0.0007390975952148438, + 0.033050537109375, + -0.04766845703125, + -0.05560302734375, + -0.0202178955078125, + 0.041351318359375, + -0.010650634765625, + -0.0206756591796875, + -0.023284912109375, + -0.01236724853515625, + -0.0118255615234375, + -0.033935546875, + -0.0098876953125, + -0.006500244140625, + 0.0249176025390625, + 0.007266998291015625, + -0.018951416015625, + 0.004131317138671875, + 0.041534423828125, + -0.0201263427734375, + -0.036468505859375, + 0.01317596435546875, + -0.027801513671875, + -0.0163421630859375, + -0.004421234130859375, + 0.035369873046875, + -0.0222930908203125, + -0.019683837890625, + -0.0105133056640625, + 0.0241851806640625, + 0.05523681640625, + -0.000400543212890625, + 0.01534271240234375, + -0.04766845703125, + -0.0335693359375, + -0.0186004638671875, + 0.042236328125, + -0.033050537109375, + -0.0098419189453125, + 0.01055908203125, + 0.0117340087890625, + 0.0260009765625, + -0.0163421630859375, + -0.0269012451171875, + -0.001636505126953125, + 0.017425537109375, + 0.0107879638671875, + 0.0179595947265625, + 0.027801513671875, + -0.0184173583984375, + 0.0682373046875, + 0.0599365234375, + -0.0008349418640136719, + -0.0008859634399414062, + 0.00794219970703125, + -0.0035877227783203125, + 0.0095672607421875, + 0.032135009765625, + -0.0225677490234375, + -0.01345062255859375, + 0.0260009765625, + -0.025634765625, + 0.00600433349609375, + -0.0027751922607421875, + -0.0004456043243408203, + 0.00916290283203125, + -0.03448486328125, + 0.03033447265625, + -0.050201416015625, + -0.033050537109375, + -0.0186920166015625, + 0.0165252685546875, + 0.037384033203125, + 0.06536865234375, + 0.0270843505859375, + -0.03466796875, + 0.0252685546875, + -0.01507568359375, + 0.01092529296875, + 0.040069580078125, + -0.021759033203125, + 0.0426025390625, + 0.0107421875, + 0.035369873046875, + 0.023468017578125, + 0.039703369140625, + 0.00699615478515625, + -0.036651611328125, + 0.00586700439453125, + 0.054168701171875, + -0.01317596435546875, + -0.045135498046875, + -0.019500732421875, + -0.028350830078125, + 0.0377197265625, + -0.01263427734375, + -0.00695037841796875, + 0.0038356781005859375, + -0.0137176513671875, + -0.0516357421875, + 0.0251007080078125, + 0.017242431640625, + -0.00067138671875, + 0.032867431640625, + 0.0227508544921875, + -0.03448486328125, + -0.01885986328125, + 0.019317626953125, + 0.03900146484375, + 0.0433349609375, + -0.002685546875, + -0.00188446044921875, + -0.023651123046875, + -0.0115509033203125, + 0.05487060546875, + 0.01209259033203125, + 0.02996826171875, + 0.03375244140625, + -0.013092041015625, + 0.0241851806640625, + -0.019500732421875, + 0.04278564453125, + 0.03338623046875, + -0.0017147064208984375, + -0.00543975830078125, + -0.0043792724609375, + 0.0509033203125, + 0.053070068359375, + -0.053436279296875, + -0.0120086669921875, + -0.061370849609375, + -0.019775390625, + -0.058135986328125, + -0.045684814453125, + -0.01218414306640625, + -0.0343017578125, + 0.0391845703125, + -0.058837890625, + -0.041534423828125, + 0.00023555755615234375, + 0.014801025390625, + 0.004962921142578125, + 0.05523681640625, + 0.01209259033203125, + -0.048370361328125, + 0.0035877227783203125, + 0.053802490234375, + 0.0009646415710449219, + -0.023101806640625, + -0.0290679931640625, + 0.0169677734375, + -0.027618408203125, + 0.0139007568359375, + -0.01678466796875, + -0.01335906982421875, + 0.04620361328125, + 0.0184173583984375, + -0.0036334991455078125, + -0.0418701171875, + -0.00235748291015625, + -0.0010099411010742188, + 0.028350830078125, + -0.049835205078125, + 0.018768310546875, + 0.01209259033203125, + 0.00817108154296875, + -0.0272674560546875, + -0.06536865234375, + 0.00157928466796875, + 0.0433349609375, + -0.00916290283203125, + -0.0014553070068359375, + 0.00911712646484375, + -0.0205841064453125, + 0.023284912109375, + 0.00016927719116210938, + -0.0012750625610351562, + 0.021026611328125, + 0.037017822265625, + -0.041351318359375, + 0.0014781951904296875, + 0.01020050048828125, + -0.0033168792724609375, + -0.0308685302734375, + -0.07440185546875, + -0.019500732421875, + -0.0206756591796875, + -0.04278564453125, + -0.0380859375, + 0.0138092041015625, + -0.00708770751953125, + -0.01317596435546875, + -0.016876220703125, + -0.0006036758422851562, + -0.019500732421875, + -0.058135986328125, + 0.0251007080078125, + -0.004512786865234375, + -0.057769775390625, + -0.0117340087890625, + 0.06787109375, + 0.010467529296875, + 0.0312347412109375, + -0.027435302734375, + -0.0020542144775390625, + -0.0460205078125, + 0.0116424560546875, + -0.0243682861328125, + 0.021759033203125, + -0.007671356201171875, + 0.048736572265625, + 0.002132415771484375, + 0.01335906982421875, + 0.0128173828125, + 0.03466796875, + 0.0350341796875, + -0.000020265579223632812, + -0.006275177001953125, + -0.00807952880859375, + 0.01300048828125, + 0.0343017578125, + -0.0287017822265625, + -0.05670166015625, + -0.0160675048828125, + 0.0027980804443359375, + -0.0047607421875, + 0.005123138427734375, + 0.0178680419921875, + 0.043853759765625, + -0.0138092041015625, + 0.01561737060546875, + 0.0391845703125, + 0.00930023193359375, + 0.09967041015625, + -0.0200347900390625, + -0.03448486328125, + 0.01904296875, + 0.05560302734375, + -0.00640869140625, + -0.00916290283203125, + 0.05523681640625, + 0.004673004150390625, + -0.007129669189453125, + 0.0116424560546875, + 0.00494384765625, + 0.0245513916015625, + -0.019683837890625, + 0.007221221923828125, + 0.0260009765625, + -0.0088043212890625, + 0.019134521484375, + 0.031951904296875, + 0.0377197265625, + 0.017333984375, + 0.031951904296875, + -0.014801025390625, + -0.0117340087890625, + -0.02960205078125, + -0.07330322265625, + -0.00013113021850585938, + 0.044769287109375, + 0.0086212158203125, + 0.0599365234375, + -0.032318115234375, + -0.08050537109375, + 0.0269012451171875, + -0.03900146484375, + 0.06787109375, + 0.04351806640625, + 0.01335906982421875, + 0.045684814453125, + 0.007221221923828125, + 0.0141754150390625, + 0.0119171142578125, + 0.0016021728515625, + 0.006137847900390625, + 0.0310516357421875, + 0.044036865234375, + -0.00690460205078125, + -0.031951904296875, + 0.038818359375, + 0.054534912109375, + 0.031768798828125, + -0.0036334991455078125, + 0.00911712646484375, + -0.0128173828125, + 0.0222015380859375, + -0.00884246826171875, + 0.0516357421875, + 0.041534423828125, + -0.0137176513671875, + 0.0350341796875, + -0.01317596435546875, + 0.006317138671875, + -0.054534912109375, + 0.004062652587890625, + 0.00440216064453125, + -0.02166748046875, + 0.0201263427734375, + 0.023284912109375, + -0.057037353515625, + -0.023651123046875, + 0.04205322265625, + -0.05670166015625, + 0.024017333984375, + 0.0006628036499023438, + -0.0120086669921875, + 0.0052337646484375, + -0.017242431640625, + -0.05633544921875, + 0.06353759765625, + -0.044219970703125, + -0.0139007568359375, + 0.0310516357421875, + 0.0198516845703125, + -0.023834228515625, + -0.016693115234375, + -0.0119171142578125, + -0.01345062255859375, + -0.032867431640625, + -0.0272674560546875, + 0.04766845703125, + 0.01300048828125, + 0.0094757080078125, + 0.0033397674560546875, + 0.062103271484375, + -0.0222015380859375, + -0.0380859375, + 0.0260009765625, + -0.03448486328125, + -0.0163421630859375, + 0.01904296875, + 0.004535675048828125, + 0.03466796875, + -0.049468994140625, + -0.019500732421875, + 0.0224761962890625, + -0.007671356201171875, + 0.004535675048828125, + 0.023834228515625, + -0.03826904296875, + -0.049102783203125, + -0.052703857421875, + 0.0509033203125, + -0.0011682510375976562, + 0.03521728515625, + 0.01354217529296875, + -0.04730224609375, + 0.0312347412109375, + -0.06610107421875, + -0.00007265806198120117, + -0.014984130859375, + 0.04656982421875, + -0.0270843505859375, + 0.07183837890625, + -0.0221099853515625, + -0.01326751708984375, + 0.009429931640625, + 0.040069580078125, + -0.000041961669921875, + 0.0182342529296875, + -0.032501220703125, + 0.031951904296875, + 0.0202178955078125, + -0.03521728515625, + -0.00897979736328125, + -0.00708770751953125, + -0.003520965576171875, + 0.0859375, + -0.028167724609375, + 0.028167724609375, + -0.0137176513671875, + -0.0675048828125, + -0.007129669189453125, + -0.033203125, + -0.01363372802734375, + -0.028350830078125, + 0.021209716796875, + 0.0308685302734375, + -0.0015010833740234375, + 0.04351806640625, + -0.001049041748046875, + 0.0263519287109375, + 0.02581787109375, + -0.0008406639099121094, + -0.0180511474609375, + 0.01751708984375, + -0.067138671875, + -0.0157012939453125, + -0.023101806640625, + 0.0292510986328125, + -0.014801025390625, + -0.0182342529296875, + 0.027801513671875, + -0.0064544677734375, + 0.0335693359375, + -0.078369140625, + -0.00266265869140625, + -0.0166015625, + -0.01885986328125, + -0.0166015625, + -0.00478363037109375, + 0.0227508544921875, + 0.0308685302734375, + -0.003204345703125, + -0.01444244384765625, + 0.035369873046875, + -0.03955078125, + 0.04278564453125, + 0.001895904541015625, + 0.006587982177734375, + -0.006229400634765625, + -0.01444244384765625, + 0.0267181396484375, + 0.0199432373046875, + 0.0523681640625, + 0.005214691162109375, + -0.0287017822265625, + -0.07476806640625, + 0.00997161865234375, + 0.0222930908203125, + 0.016876220703125, + -0.0139923095703125, + -0.038818359375, + -0.03753662109375, + -0.0094757080078125, + 0.0252685546875, + 0.0139923095703125, + 0.010467529296875, + -0.037017822265625, + -0.0160675048828125, + 0.0118255615234375, + -0.023834228515625, + 0.032867431640625, + -0.027801513671875, + 0.002109527587890625, + -0.0012979507446289062, + -0.014801025390625, + 0.01444244384765625, + 0.03375244140625, + 0.039703369140625, + 0.0157928466796875, + 0.01218414306640625, + -0.0001550912857055664, + 0.0033855438232421875, + -0.032501220703125, + -0.0310516357421875, + -0.00907135009765625, + -0.01317596435546875, + 0.01543426513671875, + -0.03411865234375, + -0.0116424560546875, + -0.0003399848937988281, + 0.036651611328125, + 0.0211181640625, + -0.0219268798828125, + -0.016876220703125, + 0.0108795166015625, + -0.0140838623046875, + 0.0269012451171875, + -0.0204010009765625, + -0.0249176025390625, + 0.0159759521484375, + 0.023468017578125, + 0.06427001953125, + 0.037017822265625, + 0.0098419189453125, + -0.0203094482421875, + 0.0019063949584960938, + 0.057037353515625, + -0.03033447265625, + -0.035552978515625, + -0.0272674560546875, + 0.0290679931640625, + 0.00817108154296875, + 0.0288848876953125, + 0.01425933837890625, + 0.075439453125, + 0.021392822265625, + -0.00897979736328125, + 0.03485107421875, + 0.0682373046875, + 0.0178680419921875, + -0.0177764892578125, + -0.040252685546875, + 0.0117340087890625, + 0.0020427703857421875, + -0.048370361328125, + -0.044219970703125, + 0.0158843994140625, + 0.07147216796875, + -0.09027099609375, + -0.02166748046875, + -0.00209808349609375, + -0.01263427734375, + 0.0160675048828125, + -0.01534271240234375, + -0.005462646484375, + 0.0206756591796875, + 0.0211181640625, + -0.04730224609375, + -0.0138092041015625, + -0.0086669921875, + 0.0263519287109375, + 0.032135009765625, + 0.01227569580078125, + 0.0226593017578125, + 0.02166748046875, + -0.00848388671875, + 0.028167724609375, + 0.01462554931640625, + 0.049835205078125, + 0.005687713623046875, + 0.019775390625, + 0.03936767578125, + 0.048736572265625, + -0.0182342529296875, + -0.01010894775390625, + 0.0178680419921875, + 0.0178680419921875, + 0.06353759765625, + 0.057037353515625, + 0.006137847900390625, + 0.0120086669921875, + -0.0157012939453125, + -0.04766845703125, + -0.0120086669921875, + 0.02301025390625, + 0.01317596435546875, + -0.06353759765625, + -0.023284912109375, + 0.040802001953125, + -0.04278564453125, + 0.03033447265625, + 0.0301513671875, + -0.0252685546875, + -0.0137176513671875, + 0.03033447265625, + -0.012725830078125, + -0.0310516357421875, + 0.0265350341796875, + -0.01015472412109375, + -0.0272674560546875, + -0.021759033203125, + -0.03448486328125, + 0.044219970703125, + -0.0308685302734375, + -0.08123779296875, + -0.0107879638671875, + 0.03790283203125, + -0.023834228515625, + -0.031402587890625, + -0.0241851806640625, + -0.0085296630859375, + -0.023468017578125, + -0.045501708984375, + -0.04730224609375, + -0.02978515625, + 0.0179595947265625, + -0.005462646484375, + 0.0292510986328125, + -0.01317596435546875, + -0.023834228515625, + -0.006092071533203125, + -0.0177764892578125, + -0.033203125, + 0.0204925537109375, + -0.01552581787109375, + 0.053070068359375, + -0.003993988037109375, + 0.0227508544921875, + 0.00821685791015625, + 0.07977294921875, + -0.00640869140625, + 0.012725830078125, + -0.027801513671875, + -0.08770751953125, + 0.0208587646484375, + 0.01470947265625, + 0.0115509033203125, + -0.06787109375, + 0.021392822265625, + 0.05560302734375, + -0.0689697265625, + 0.01255035400390625, + 0.0001100301742553711, + -0.01105499267578125, + -0.04730224609375, + 0.0009870529174804688, + -0.01326751708984375, + 0.01678466796875, + 0.07366943359375, + 0.0010099411010742188, + -0.0074920654296875, + -0.0183258056640625, + -0.054534912109375, + 0.04278564453125, + 0.01363372802734375, + 0.014984130859375, + -0.067138671875, + 0.0095672607421875, + 0.023468017578125, + -0.0165252685546875, + 0.0160675048828125, + -0.06463623046875, + -0.016876220703125, + 0.0308685302734375, + 0.023101806640625, + -0.01715087890625, + 0.0009927749633789062, + -0.0592041015625, + -0.027801513671875, + -0.02960205078125, + 0.00817108154296875, + -0.017333984375, + 0.01715087890625, + -0.02618408203125, + -0.01042938232421875, + -0.021484375, + -0.044952392578125, + -0.040252685546875, + -0.0301513671875, + 0.0241851806640625, + -0.00270843505859375, + -0.06463623046875, + 0.04730224609375, + 0.0222930908203125, + -0.01552581787109375, + 0.023834228515625, + 0.035919189453125, + -0.02978515625, + 0.0141754150390625, + -0.0272674560546875, + 0.0433349609375, + -0.0004315376281738281, + -0.0020656585693359375, + -0.0106048583984375, + -0.00162506103515625, + 0.021026611328125, + -0.045867919921875, + 0.0267181396484375, + 0.0138092041015625, + -0.0241851806640625, + -0.054534912109375, + -0.035369873046875, + -0.031402587890625, + 0.01245880126953125, + -0.016876220703125, + 0.033203125, + 0.01552581787109375, + -0.01552581787109375, + -0.08233642578125, + 0.05126953125, + -0.01245880126953125, + 0.03466796875, + 0.0211181640625, + 0.00008565187454223633, + -0.040069580078125, + -0.054534912109375, + -0.017059326171875, + 0.0169677734375, + -0.023651123046875, + 0.03448486328125, + -0.00270843505859375, + 0.0014047622680664062, + 0.0251007080078125, + -0.023651123046875, + -0.0008463859558105469, + 0.032684326171875, + 0.0020542144775390625, + -0.03485107421875, + 0.062469482421875, + -0.04278564453125, + -0.0086212158203125, + 0.009429931640625, + -0.0265350341796875, + 0.01024627685546875, + -0.00266265869140625, + -0.0160675048828125, + -0.006771087646484375, + 0.0128173828125, + 0.0267181396484375, + -0.0120086669921875, + -0.0020084381103515625, + -0.01263427734375, + 0.04351806640625, + 0.0083465576171875, + -0.02093505859375, + -0.00997161865234375, + 0.0116424560546875, + -0.0098419189453125, + -0.0247344970703125, + -0.07220458984375, + -0.08880615234375, + 0.0267181396484375, + -0.027618408203125, + -0.0119171142578125, + -0.002719879150390625, + 0.01092529296875, + 0.021209716796875, + -0.0384521484375, + 0.015167236328125, + 0.00826263427734375, + -0.0107421875, + -0.0310516357421875, + 0.05560302734375, + 0.0007448196411132812, + 0.016693115234375, + 0.0186920166015625, + -0.040618896484375, + -0.0009365081787109375, + -0.010650634765625, + -0.0007023811340332031, + -0.025634765625, + -0.02130126953125, + -0.04241943359375, + 0.035369873046875, + -0.06463623046875, + -0.031585693359375, + 0.0272674560546875, + 0.041168212890625, + 0.023834228515625, + -0.035736083984375, + 0.05670166015625, + -0.01105499267578125, + -0.0433349609375, + 0.027618408203125, + -0.02545166015625, + -0.0391845703125, + 0.027435302734375, + -0.0087127685546875, + 0.014892578125, + 0.0012187957763671875, + 0.06317138671875, + 0.03955078125, + 0.0460205078125, + -0.015167236328125, + -0.0200347900390625, + -0.0087127685546875, + -0.0211181640625, + 0.032684326171875, + 0.03955078125, + 0.01010894775390625, + -0.0107879638671875, + 0.007312774658203125, + 0.007266998291015625, + -0.0667724609375, + -0.023834228515625, + -0.0269012451171875, + -0.06280517578125, + -0.0106048583984375, + 0.06280517578125, + 0.03863525390625, + 0.0263519287109375, + 0.019683837890625, + 0.04656982421875, + 0.041534423828125, + -0.014984130859375, + -0.0117340087890625, + -0.032135009765625, + -0.0085296630859375, + 0.01534271240234375, + 0.0163421630859375, + -0.0667724609375, + 0.049835205078125, + 0.0306854248046875, + -0.00214385986328125, + -0.024017333984375, + 0.0186920166015625, + 0.0011005401611328125, + 0.08087158203125, + 0.0265350341796875, + 0.0034084320068359375, + -0.06390380859375, + 0.006679534912109375, + 0.035919189453125, + -0.012908935546875, + -0.00897979736328125, + -0.00012481212615966797, + -0.03826904296875, + 0.01263427734375, + -0.057769775390625, + 0.0022335052490234375, + 0.0022220611572265625, + 0.0791015625, + -0.01543426513671875, + -0.0120086669921875, + -0.00600433349609375, + 0.042236328125, + 0.0019178390502929688, + -0.04315185546875, + 0.012725830078125, + 0.0229339599609375, + -0.0306854248046875, + 0.031585693359375, + 0.04241943359375, + 0.0032501220703125, + 0.01453399658203125, + 0.027801513671875, + -0.044769287109375, + 0.03375244140625, + -0.01209259033203125, + 0.0229339599609375, + 0.00539398193359375, + -0.040435791015625, + -0.023834228515625, + -0.04278564453125, + 0.0308685302734375, + 0.023834228515625, + 0.038818359375, + 0.006229400634765625, + -0.015167236328125, + -0.0033397674560546875, + 0.0194091796875, + 0.023468017578125, + 0.0138092041015625, + 0.01561737060546875, + 0.014801025390625, + -0.01119232177734375, + 0.0019063949584960938, + 0.006275177001953125, + -0.04766845703125, + 0.039703369140625, + -0.0335693359375, + 0.002368927001953125, + -0.05487060546875, + 0.0030231475830078125, + 0.01354217529296875, + -0.015167236328125, + 0.004512786865234375, + -0.048370361328125, + -0.00244903564453125, + -0.0160675048828125, + -0.054168701171875, + -0.0075836181640625, + 0.04656982421875, + -0.049468994140625, + -0.00803375244140625, + 0.0010433197021484375, + -0.0294189453125, + -0.0007219314575195312, + -0.07110595703125, + 0.0787353515625, + 0.01453399658203125, + 0.0225677490234375, + -0.002979278564453125, + 0.0252685546875, + 0.01425933837890625, + 0.01453399658203125, + 0.01055908203125, + 0.006275177001953125, + -0.004852294921875, + 0.057769775390625, + 0.049468994140625, + -0.01128387451171875, + -0.037017822265625, + 0.0137176513671875, + 0.023834228515625, + -0.03936767578125, + 0.0088043212890625, + 0.0017147064208984375, + 0.0267181396484375, + 0.0036773681640625, + 0.00888824462890625, + -0.0292510986328125, + -0.0523681640625, + 0.060302734375, + 0.0218505859375, + 0.0033626556396484375, + 0.0247344970703125, + -0.036834716796875, + 0.0509033203125, + 0.0117340087890625, + 0.062469482421875, + -0.0772705078125, + 0.02301025390625, + -0.0343017578125, + 0.00884246826171875, + -0.0006093978881835938, + 0.017242431640625, + 0.002979278564453125, + 0.0139923095703125, + -0.004581451416015625, + 0.04656982421875, + 0.0119171142578125, + -0.0037689208984375, + -0.076904296875, + -0.017425537109375, + 0.0001932382583618164, + 0.02618408203125, + 0.027618408203125, + -0.0305023193359375, + -0.04205322265625, + 0.025634765625, + 0.01218414306640625, + 0.04656982421875, + 0.00046539306640625, + 0.04278564453125, + 0.01444244384765625, + -0.0222930908203125, + -0.01534271240234375, + -0.009796142578125 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "memory", + "acquisition", + "scenario:memory_dump" + ], + "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. command-line 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.0079498291015625, + 0.040130615234375, + 0.057373046875, + 0.00951385498046875, + 0.0249481201171875, + 0.026824951171875, + 0.0175628662109375, + -0.01788330078125, + -0.0170440673828125, + 0.004261016845703125, + -0.0134124755859375, + 0.061553955078125, + -0.0011243820190429688, + -0.00020956993103027344, + -0.074462890625, + 0.0552978515625, + 0.0180816650390625, + 0.0055084228515625, + 0.009613037109375, + -0.0011501312255859375, + -0.0086822509765625, + -0.00608062744140625, + -0.056549072265625, + 0.01325225830078125, + 0.00537872314453125, + 0.0343017578125, + -0.02142333984375, + -0.05780029296875, + -0.024017333984375, + 0.0233917236328125, + 0.000023424625396728516, + -0.031402587890625, + 0.006366729736328125, + 0.030975341796875, + 0.002819061279296875, + -0.026824951171875, + 0.00925445556640625, + -0.0357666015625, + -0.01263427734375, + 0.035552978515625, + -0.0072784423828125, + 0.0008382797241210938, + 0.0188140869140625, + -0.00022745132446289062, + -0.026824951171875, + -0.040130615234375, + 0.00966644287109375, + -0.018707275390625, + 0.028900146484375, + -0.024749755859375, + 0.0272369384765625, + 0.0228729248046875, + -0.0017671585083007812, + 0.0022869110107421875, + -0.0272369384765625, + 0.041168212890625, + 0.0051727294921875, + -0.00670623779296875, + -0.05780029296875, + 0.03887939453125, + -0.02764892578125, + -0.0140380859375, + -0.012420654296875, + -0.0169525146484375, + 0.00504302978515625, + 0.03369140625, + -0.00644683837890625, + -0.01143646240234375, + 0.0274505615234375, + -0.00345611572265625, + -0.014556884765625, + -0.00888824462890625, + -0.0246429443359375, + 0.0140380859375, + -0.0297393798828125, + -0.07232666015625, + 0.0116424560546875, + 0.00951385498046875, + -0.0134124755859375, + 0.0064697265625, + -0.040557861328125, + -0.01091766357421875, + 0.034942626953125, + -0.016632080078125, + -0.0207977294921875, + -0.0100860595703125, + 0.0230865478515625, + 0.0109710693359375, + -0.01517486572265625, + 0.01528167724609375, + 0.01486968994140625, + -0.004184722900390625, + 0.006809234619140625, + -0.0005588531494140625, + 0.034515380859375, + 0.0848388671875, + -0.0175628662109375, + -0.00042891502380371094, + -0.006053924560546875, + 0.0265045166015625, + 0.00899505615234375, + -0.045318603515625, + 0.035980224609375, + -0.00345611572265625, + 0.041168212890625, + -0.00543212890625, + -0.007537841796875, + -0.01507568359375, + -0.01465606689453125, + -0.006809234619140625, + -0.1064453125, + -0.0213165283203125, + -0.0167388916015625, + -0.059051513671875, + -0.00899505615234375, + -0.005901336669921875, + -0.00397491455078125, + 0.046356201171875, + -0.033905029296875, + -0.0343017578125, + 0.027862548828125, + 0.016326904296875, + 0.0149688720703125, + 0.01320648193359375, + -0.05157470703125, + -0.043243408203125, + 0.002559661865234375, + 0.036163330078125, + -0.040740966796875, + -0.03472900390625, + -0.0274505615234375, + -0.0496826171875, + -0.0252685546875, + -0.0256805419921875, + 0.003482818603515625, + -0.01226806640625, + 0.028900146484375, + 0.00785064697265625, + -0.004444122314453125, + 0.01413726806640625, + 0.034088134765625, + -0.023284912109375, + -0.063232421875, + -0.0274505615234375, + -0.044708251953125, + -0.001987457275390625, + -0.0264129638671875, + 0.039703369140625, + -0.0049896240234375, + -0.0029621124267578125, + -0.002391815185546875, + 0.0322265625, + 0.03680419921875, + 0.0305633544921875, + 0.01013946533203125, + -0.022979736328125, + -0.004055023193359375, + -0.01143646240234375, + 0.040740966796875, + -0.01018524169921875, + -0.0249481201171875, + 0.006549835205078125, + 0.01039886474609375, + 0.0072784423828125, + -0.00618743896484375, + -0.039093017578125, + -0.0202789306640625, + 0.018707275390625, + -0.0102386474609375, + 0.003742218017578125, + 0.026611328125, + -0.005535125732421875, + 0.07025146484375, + 0.061126708984375, + 0.0036640167236328125, + 0.0293121337890625, + -0.00701904296875, + -0.006496429443359375, + 0.0517578125, + 0.03887939453125, + -0.01424407958984375, + -0.010711669921875, + 0.0428466796875, + 0.0270233154296875, + -0.0004711151123046875, + -0.0097198486328125, + -0.0185089111328125, + -0.0033016204833984375, + -0.025360107421875, + 0.037628173828125, + -0.0125274658203125, + -0.0139312744140625, + -0.0092010498046875, + 0.02069091796875, + 0.00925445556640625, + 0.063232421875, + 0.034515380859375, + -0.0169525146484375, + 0.04595947265625, + -0.0019235610961914062, + 0.00009542703628540039, + 0.05322265625, + -0.01029205322265625, + 0.047607421875, + 0.01486968994140625, + -0.012786865234375, + -0.01715087890625, + 0.029937744140625, + 0.018402099609375, + -0.041168212890625, + -0.005199432373046875, + 0.054901123046875, + -0.020477294921875, + -0.0140380859375, + -0.0274505615234375, + -0.031402587890625, + 0.029937744140625, + -0.01413726806640625, + -0.0130462646484375, + 0.0013513565063476562, + 0.0033016204833984375, + -0.0665283203125, + 0.0029888153076171875, + 0.0140380859375, + 0.00015437602996826172, + 0.01091766357421875, + 0.037841796875, + -0.0189208984375, + -0.051971435546875, + 0.032440185546875, + 0.007381439208984375, + 0.01922607421875, + -0.01273345947265625, + 0.034515380859375, + 0.000896453857421875, + -0.0282745361328125, + 0.04656982421875, + 0.012420654296875, + 0.0213165283203125, + 0.00556182861328125, + -0.033050537109375, + 0.039703369140625, + -0.0357666015625, + 0.019134521484375, + 0.057373046875, + -0.03680419921875, + 0.0112762451171875, + -0.0013446807861328125, + 0.022979736328125, + 0.049072265625, + -0.0286865234375, + -0.00862884521484375, + -0.07818603515625, + 0.004520416259765625, + -0.05218505859375, + -0.0167388916015625, + -0.009613037109375, + -0.054046630859375, + 0.031402587890625, + -0.06280517578125, + -0.009613037109375, + -0.01247406005859375, + 0.00914764404296875, + -0.01538848876953125, + 0.056549072265625, + -0.0114898681640625, + -0.05218505859375, + -0.016845703125, + 0.054473876953125, + 0.0010652542114257812, + -0.00478363037109375, + -0.00467681884765625, + 0.0295257568359375, + -0.0072784423828125, + 0.01018524169921875, + -0.056976318359375, + 0.0170440673828125, + 0.0357666015625, + 0.0238037109375, + 0.0270233154296875, + -0.0175628662109375, + 0.0169525146484375, + -0.0190277099609375, + 0.0328369140625, + -0.035552978515625, + -0.00045800209045410156, + -0.0149688720703125, + 0.007328033447265625, + -0.00992584228515625, + -0.08026123046875, + -0.0189208984375, + 0.0301513671875, + -0.005950927734375, + 0.0010528564453125, + 0.0021305084228515625, + -0.048858642578125, + -0.0044708251953125, + -0.01641845703125, + 0.001422882080078125, + 0.03533935546875, + 0.048248291015625, + -0.033050537109375, + 0.0018587112426757812, + -0.01018524169921875, + 0.01413726806640625, + -0.0224609375, + -0.05780029296875, + -0.0249481201171875, + -0.0190277099609375, + -0.0265045166015625, + -0.0197601318359375, + 0.033050537109375, + -0.029937744140625, + 0.0236968994140625, + -0.01018524169921875, + 0.00045800209045410156, + -0.0256805419921875, + -0.03680419921875, + 0.028076171875, + -0.0154876708984375, + -0.02484130859375, + -0.01538848876953125, + 0.050323486328125, + -0.0032749176025390625, + 0.010498046875, + -0.005222320556640625, + -0.01507568359375, + -0.0399169921875, + 0.01284027099609375, + -0.0133056640625, + 0.01195526123046875, + -0.0165252685546875, + 0.04949951171875, + 0.039093017578125, + 0.0249481201171875, + 0.01132965087890625, + 0.0526123046875, + 0.01507568359375, + -0.042205810546875, + -0.0133056640625, + -0.006031036376953125, + 0.00899505615234375, + 0.023284912109375, + -0.0246429443359375, + -0.0202789306640625, + 0.005222320556640625, + -0.0037689208984375, + 0.004627227783203125, + 0.0293121337890625, + 0.03887939453125, + 0.0264129638671875, + -0.0455322265625, + 0.0015659332275390625, + 0.059478759765625, + -0.0108642578125, + 0.10272216796875, + -0.00925445556640625, + -0.040740966796875, + 0.0254669189453125, + 0.0455322265625, + -0.0177764892578125, + 0.0053558349609375, + 0.033905029296875, + -0.00275421142578125, + 0.0010328292846679688, + 0.009307861328125, + 0.00696563720703125, + 0.035552978515625, + -0.0008087158203125, + 0.0013055801391601562, + 0.005924224853515625, + -0.0120086669921875, + 0.0256805419921875, + 0.033477783203125, + 0.0181884765625, + 0.010711669921875, + 0.050323486328125, + -0.0419921875, + -0.0236968994140625, + -0.032012939453125, + -0.0848388671875, + 0.008209228515625, + 0.026824951171875, + 0.039520263671875, + 0.0517578125, + -0.0372314453125, + -0.063232421875, + 0.0174713134765625, + -0.0107574462890625, + 0.068603515625, + 0.021514892578125, + 0.01486968994140625, + 0.007328033447265625, + -0.0063934326171875, + -0.00940704345703125, + 0.03118896484375, + 0.004055023193359375, + 0.00904083251953125, + 0.0316162109375, + 0.0517578125, + 0.000009834766387939453, + -0.0284881591796875, + 0.007122039794921875, + 0.0188140869140625, + 0.0282745361328125, + 0.006862640380859375, + 0.022552490234375, + 0.0228729248046875, + 0.0125274658203125, + -0.001617431640625, + 0.06195068359375, + 0.01641845703125, + 0.005588531494140625, + 0.02276611328125, + -0.012939453125, + 0.0223541259765625, + -0.0428466796875, + 0.0106048583984375, + 0.005405426025390625, + -0.0177764892578125, + 0.0079498291015625, + 0.043670654296875, + -0.0706787109375, + 0.0190277099609375, + 0.040740966796875, + -0.064453125, + 0.04388427734375, + 0.025360107421875, + -0.0245361328125, + 0.00701904296875, + -0.01180267333984375, + -0.05322265625, + 0.016326904296875, + -0.0140380859375, + -0.046173095703125, + 0.0036640167236328125, + 0.020477294921875, + -0.0673828125, + -0.038055419921875, + -0.04345703125, + -0.01154327392578125, + 0.0017671585083007812, + -0.03741455078125, + 0.04095458984375, + -0.01158905029296875, + -0.0007863044738769531, + 0.0343017578125, + 0.050537109375, + 0.00665283203125, + -0.0316162109375, + 0.044921875, + -0.036163330078125, + -0.07861328125, + 0.05010986328125, + -0.01372528076171875, + 0.060699462890625, + -0.036163330078125, + -0.0200653076171875, + 0.0011959075927734375, + 0.0007343292236328125, + 0.01372528076171875, + 0.022979736328125, + -0.046356201171875, + -0.022552490234375, + -0.03887939453125, + 0.047393798828125, + 0.005718231201171875, + 0.036376953125, + -0.022247314453125, + -0.0305633544921875, + 0.0185089111328125, + -0.06195068359375, + -0.044708251953125, + -0.0112762451171875, + 0.006160736083984375, + -0.012786865234375, + 0.07611083984375, + -0.0251617431640625, + -0.0185089111328125, + -0.00665283203125, + 0.048248291015625, + 0.0100860595703125, + 0.0029754638671875, + -0.0455322265625, + 0.032012939453125, + 0.048248291015625, + -0.0673828125, + -0.00774383544921875, + -0.00826263427734375, + 0.00310516357421875, + 0.037841796875, + -0.054901123046875, + 0.01013946533203125, + 0.00909423828125, + -0.0706787109375, + -0.034088134765625, + -0.005771636962890625, + -0.005771636962890625, + -0.041778564453125, + -0.02587890625, + 0.04345703125, + -0.0126800537109375, + 0.028076171875, + 0.003742218017578125, + 0.0044708251953125, + 0.00811004638671875, + -0.00460052490234375, + -0.01861572265625, + 0.02099609375, + -0.06781005859375, + -0.0196533203125, + -0.0211029052734375, + 0.0384521484375, + -0.01029205322265625, + 0.018402099609375, + -0.0035858154296875, + -0.00644683837890625, + 0.05322265625, + -0.054473876953125, + -0.0198516845703125, + 0.01273345947265625, + -0.02764892578125, + -0.0251617431640625, + -0.01003265380859375, + 0.0195465087890625, + 0.004703521728515625, + 0.0116424560546875, + 0.004001617431640625, + 0.061553955078125, + -0.026092529296875, + 0.0419921875, + 0.0167388916015625, + 0.000896453857421875, + 0.01424407958984375, + 0.008941650390625, + 0.0005130767822265625, + 0.00319671630859375, + 0.034942626953125, + -0.00036716461181640625, + -0.037841796875, + -0.071533203125, + 0.03326416015625, + 0.0316162109375, + 0.00284576416015625, + -0.017669677734375, + -0.046173095703125, + -0.0496826171875, + -0.0196533203125, + 0.0511474609375, + 0.0303497314453125, + 0.01018524169921875, + -0.02349853515625, + -0.0165252685546875, + -0.0218353271484375, + 0.00004851818084716797, + 0.0303497314453125, + 0.007434844970703125, + 0.01132965087890625, + -0.022979736328125, + -0.049285888671875, + 0.012939453125, + 0.00665283203125, + 0.028076171875, + 0.036163330078125, + 0.0197601318359375, + -0.01486968994140625, + 0.00982666015625, + -0.0200653076171875, + -0.01206207275390625, + -0.0011568069458007812, + 0.0005130767822265625, + 0.0130462646484375, + -0.0179901123046875, + -0.0197601318359375, + 0.01424407958984375, + 0.008209228515625, + 0.003093719482421875, + -0.0016632080078125, + 0.008056640625, + 0.03118896484375, + -0.01641845703125, + 0.05572509765625, + -0.039306640625, + -0.0384521484375, + -0.0044708251953125, + -0.007171630859375, + 0.0372314453125, + 0.04949951171875, + 0.0033130645751953125, + -0.034088134765625, + 0.0029754638671875, + 0.037841796875, + 0.004184722900390625, + -0.054046630859375, + -0.009979248046875, + 0.01611328125, + -0.00670623779296875, + 0.060302734375, + 0.03326416015625, + 0.09063720703125, + 0.00873565673828125, + 0.0092010498046875, + 0.0328369140625, + 0.04803466796875, + 0.019134521484375, + -0.022247314453125, + -0.045318603515625, + -0.0238037109375, + -0.001247406005859375, + -0.0384521484375, + -0.042205810546875, + -0.0013713836669921875, + 0.07232666015625, + -0.056976318359375, + 0.0022735595703125, + -0.0022602081298828125, + 0.0006561279296875, + 0.002170562744140625, + 0.01486968994140625, + -0.01154327392578125, + 0.02099609375, + 0.040557861328125, + -0.031402587890625, + 0.0238037109375, + -0.033905029296875, + 0.0270233154296875, + 0.0706787109375, + 0.021209716796875, + -0.0114898681640625, + 0.035552978515625, + 0.0097198486328125, + 0.03472900390625, + 0.03118896484375, + 0.0413818359375, + 0.0295257568359375, + 0.01528167724609375, + 0.0582275390625, + 0.051971435546875, + -0.009979248046875, + -0.01117706298828125, + 0.0282745361328125, + 0.0245361328125, + 0.0419921875, + 0.060699462890625, + 0.0056915283203125, + 0.0305633544921875, + -0.0029239654541015625, + -0.050323486328125, + 0.0088348388671875, + 0.01325225830078125, + 0.0196533203125, + -0.03326416015625, + -0.03472900390625, + -0.0021190643310546875, + -0.03326416015625, + 0.0242156982421875, + 0.0207977294921875, + -0.030975341796875, + -0.0203704833984375, + 0.035980224609375, + -0.01413726806640625, + -0.05010986328125, + 0.00847625732421875, + -0.01247406005859375, + -0.0322265625, + -0.035125732421875, + -0.0233917236328125, + 0.032440185546875, + -0.0193328857421875, + -0.0455322265625, + -0.0251617431640625, + 0.0274505615234375, + -0.005405426025390625, + -0.0440673828125, + -0.0244293212890625, + 0.028900146484375, + -0.007537841796875, + -0.056976318359375, + -0.03741455078125, + -0.033905029296875, + 0.01641845703125, + -0.0440673828125, + 0.0036640167236328125, + -0.034515380859375, + -0.03741455078125, + -0.01538848876953125, + -0.016632080078125, + -0.015899658203125, + 0.01221466064453125, + -0.045745849609375, + 0.049285888671875, + 0.0149688720703125, + 0.02587890625, + 0.03326416015625, + 0.06817626953125, + 0.004833221435546875, + -0.01195526123046875, + -0.0205841064453125, + -0.074462890625, + -0.0160064697265625, + 0.00914764404296875, + -0.00293731689453125, + -0.05572509765625, + 0.0012407302856445312, + 0.059051513671875, + -0.056549072265625, + 0.0218353271484375, + -0.01538848876953125, + -0.01580810546875, + -0.054473876953125, + 0.00421142578125, + -0.00847625732421875, + 0.01788330078125, + 0.099365234375, + -0.020477294921875, + -0.005069732666015625, + -0.01465606689453125, + -0.03533935546875, + 0.0706787109375, + -0.002170562744140625, + 0.027862548828125, + -0.036590576171875, + 0.0079498291015625, + 0.0241241455078125, + -0.0202789306640625, + 0.021514892578125, + -0.07025146484375, + 0.0213165283203125, + 0.04095458984375, + 0.0274505615234375, + -0.01154327392578125, + -0.01413726806640625, + -0.047393798828125, + -0.02349853515625, + -0.032012939453125, + 0.0301513671875, + 0.026824951171875, + 0.004886627197265625, + -0.034088134765625, + 0.00878143310546875, + 0.0203704833984375, + -0.05364990234375, + -0.0526123046875, + -0.03326416015625, + 0.03826904296875, + -0.0093536376953125, + -0.0384521484375, + 0.043243408203125, + 0.0284881591796875, + 0.005535125732421875, + 0.006809234619140625, + 0.06280517578125, + -0.037841796875, + -0.003612518310546875, + 0.01372528076171875, + -0.0010652542114257812, + -0.0077972412109375, + -0.0003249645233154297, + 0.01424407958984375, + -0.003925323486328125, + 0.0190277099609375, + -0.039520263671875, + 0.033905029296875, + 0.04595947265625, + -0.054901123046875, + -0.074462890625, + -0.05780029296875, + -0.0081634521484375, + -0.004703521728515625, + -0.02764892578125, + 0.0236968994140625, + -0.0006365776062011719, + -0.01861572265625, + -0.110595703125, + 0.032012939453125, + -0.01476287841796875, + 0.01351165771484375, + 0.006134033203125, + -0.05072021484375, + -0.0526123046875, + -0.0673828125, + -0.00574493408203125, + 0.02142333984375, + -0.0264129638671875, + 0.0307769775390625, + -0.012786865234375, + 0.01580810546875, + 0.01158905029296875, + -0.01361846923828125, + 0.00328826904296875, + 0.050323486328125, + 0.01226806640625, + -0.0307769775390625, + 0.057373046875, + -0.030975341796875, + 0.00548553466796875, + -0.0006628036499023438, + 0.003093719482421875, + 0.0002551078796386719, + -0.0286865234375, + -0.008209228515625, + 0.0036640167236328125, + 0.040557861328125, + 0.02069091796875, + -0.0241241455078125, + 0.0205841064453125, + -0.029937744140625, + 0.02911376953125, + 0.0134124755859375, + -0.0198516845703125, + 0.01413726806640625, + 0.0108642578125, + -0.03533935546875, + -0.005718231201171875, + -0.04241943359375, + -0.06781005859375, + 0.0216217041015625, + -0.047393798828125, + -0.0236053466796875, + 0.00434112548828125, + 0.03826904296875, + 0.00556182861328125, + -0.0207977294921875, + 0.0196533203125, + -0.04095458984375, + 0.0109710693359375, + -0.025360107421875, + 0.013824462890625, + 0.010711669921875, + 0.00904083251953125, + 0.01861572265625, + -0.0284881591796875, + 0.0093536376953125, + -0.001644134521484375, + 0.006603240966796875, + -0.0274505615234375, + -0.016845703125, + -0.010498046875, + 0.002780914306640625, + -0.06695556640625, + -0.0134124755859375, + 0.0157012939453125, + 0.0316162109375, + 0.00878143310546875, + -0.00977325439453125, + 0.041595458984375, + -0.0154876708984375, + -0.054473876953125, + 0.019439697265625, + -0.006053924560546875, + -0.03326416015625, + 0.0188140869140625, + -0.0016241073608398438, + 0.00878143310546875, + 0.0109710693359375, + 0.025360107421875, + 0.03326416015625, + 0.0244293212890625, + 0.00670623779296875, + -0.029937744140625, + -0.01309967041015625, + -0.032012939453125, + 0.00966644287109375, + 0.0272369384765625, + 0.020172119140625, + -0.0041046142578125, + 0.02069091796875, + -0.00701904296875, + -0.07403564453125, + -0.02764892578125, + -0.0228729248046875, + -0.07525634765625, + 0.01029205322265625, + 0.06817626953125, + 0.007694244384765625, + -0.0077972412109375, + 0.034942626953125, + 0.06195068359375, + 0.031402587890625, + 0.0100860595703125, + -0.00899505615234375, + -0.06817626953125, + -0.0052490234375, + -0.004520416259765625, + 0.0114898681640625, + -0.06695556640625, + 0.03741455078125, + 0.064453125, + -0.0193328857421875, + -0.0305633544921875, + -0.007587432861328125, + -0.005458831787109375, + 0.01641845703125, + 0.01091766357421875, + -0.0024566650390625, + -0.0623779296875, + 0.007694244384765625, + 0.0228729248046875, + -0.00023066997528076172, + 0.0055084228515625, + -0.03369140625, + -0.0102386474609375, + 0.04510498046875, + -0.0665283203125, + 0.00013887882232666016, + 0.01995849609375, + 0.04595947265625, + 0.0134124755859375, + -0.02142333984375, + -0.0469970703125, + 0.058624267578125, + 0.025360107421875, + -0.02276611328125, + 0.023284912109375, + 0.01055145263671875, + -0.012939453125, + 0.0216217041015625, + 0.05364990234375, + 0.0228729248046875, + 0.032012939453125, + 0.0162200927734375, + -0.064453125, + 0.006420135498046875, + -0.00022745132446289062, + -0.0012149810791015625, + 0.020172119140625, + -0.035980224609375, + -0.024322509765625, + -0.06195068359375, + 0.0428466796875, + -0.004573822021484375, + 0.0130462646484375, + 0.0001380443572998047, + -0.01081085205078125, + 0.00267791748046875, + 0.0272369384765625, + 0.0160064697265625, + 0.0251617431640625, + 0.04510498046875, + 0.00940704345703125, + 0.0284881591796875, + 0.006366729736328125, + 0.0036640167236328125, + -0.023284912109375, + 0.03887939453125, + -0.054901123046875, + -0.0307769775390625, + -0.0419921875, + -0.0022735595703125, + 0.010498046875, + -0.00644683837890625, + -0.0027294158935546875, + -0.0286865234375, + 0.015594482421875, + -0.017669677734375, + -0.030975341796875, + -0.005092620849609375, + 0.051971435546875, + -0.06402587890625, + 0.0384521484375, + 0.0172576904296875, + -0.0195465087890625, + -0.005588531494140625, + -0.03472900390625, + 0.08856201171875, + 0.0307769775390625, + 0.0004515647888183594, + -0.006755828857421875, + 0.0301513671875, + 0.0012607574462890625, + 0.035980224609375, + 0.0079498291015625, + -0.0003037452697753906, + -0.01424407958984375, + 0.03680419921875, + 0.042205810546875, + -0.011749267578125, + -0.036163330078125, + 0.0303497314453125, + 0.01247406005859375, + -0.044281005859375, + 0.0428466796875, + 0.008575439453125, + 0.0053558349609375, + 0.007328033447265625, + -0.002872467041015625, + -0.0111236572265625, + -0.047210693359375, + 0.043670654296875, + 0.006755828857421875, + -0.0017805099487304688, + 0.0305633544921875, + -0.06903076171875, + 0.04656982421875, + 0.01206207275390625, + 0.06488037109375, + -0.0413818359375, + 0.04864501953125, + 0.004573822021484375, + -0.0252685546875, + -0.01184844970703125, + 0.0211029052734375, + -0.0014362335205078125, + 0.027862548828125, + -0.0134124755859375, + 0.057373046875, + 0.0165252685546875, + -0.021514892578125, + -0.0765380859375, + -0.006862640380859375, + 0.016632080078125, + -0.0031452178955078125, + 0.022552490234375, + -0.0526123046875, + -0.0031452178955078125, + -0.006862640380859375, + 0.01486968994140625, + 0.09063720703125, + -0.00537872314453125, + 0.0265045166015625, + 0.0233917236328125, + -0.01788330078125, + -0.0208892822265625, + -0.0022487640380859375 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis" + ], + "phases": [ + "data-collection", + "examination" + ], + "tags": [ + "command-line", + "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_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. command-line 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.02569580078125, + 0.0233154296875, + 0.057586669921875, + 0.0209503173828125, + 0.0214996337890625, + 0.035888671875, + 0.0058746337890625, + 0.0025959014892578125, + -0.0153961181640625, + 0.03570556640625, + -0.031890869140625, + 0.053924560546875, + 0.009246826171875, + 0.005512237548828125, + -0.051025390625, + 0.045928955078125, + -0.01384735107421875, + 0.0280609130859375, + 0.025146484375, + 0.01421356201171875, + -0.0093841552734375, + -0.053924560546875, + -0.075439453125, + -0.0172119140625, + 0.01220703125, + -0.0017309188842773438, + -0.00231170654296875, + -0.0684814453125, + -0.01849365234375, + -0.00792694091796875, + 0.019775390625, + -0.0293426513671875, + 0.0002377033233642578, + 0.0255126953125, + 0.0009794235229492188, + -0.01220703125, + 0.006103515625, + -0.048095703125, + -0.01457977294921875, + 0.042816162109375, + -0.0282440185546875, + 0.0118408203125, + 0.004032135009765625, + 0.012115478515625, + -0.0271453857421875, + -0.00432586669921875, + 0.012481689453125, + 0.01338958740234375, + 0.019500732421875, + -0.0262451171875, + 0.0157623291015625, + 0.033905029296875, + 0.02349853515625, + -0.005260467529296875, + -0.03497314453125, + 0.023681640625, + 0.0291595458984375, + 0.0018787384033203125, + -0.043365478515625, + 0.0499267578125, + -0.055389404296875, + -0.0293426513671875, + -0.0048980712890625, + -0.003734588623046875, + -0.00847625732421875, + 0.03680419921875, + -0.005123138427734375, + -0.0216827392578125, + -0.01776123046875, + -0.031890869140625, + 0.032623291015625, + -0.025146484375, + -0.0220489501953125, + 0.03973388671875, + -0.0291595458984375, + -0.04010009765625, + 0.0291595458984375, + 0.03863525390625, + 0.003940582275390625, + 0.01467132568359375, + -0.058319091796875, + -0.006694793701171875, + 0.048095703125, + -0.0207672119140625, + -0.0269622802734375, + -0.00235748291015625, + 0.03570556640625, + -0.01849365234375, + 0.0059661865234375, + -0.005786895751953125, + 0.0269622802734375, + 0.0118408203125, + 0.03973388671875, + -0.01959228515625, + 0.0278778076171875, + 0.041351318359375, + -0.019500732421875, + -0.0265960693359375, + -0.03936767578125, + 0.06561279296875, + 0.0214996337890625, + -0.02423095703125, + 0.040435791015625, + -0.023223876953125, + 0.0273284912109375, + -0.00307464599609375, + 0.018402099609375, + 0.0025615692138671875, + -0.007152557373046875, + -0.0006461143493652344, + -0.09222412109375, + -0.042266845703125, + -0.017120361328125, + -0.0684814453125, + -0.0264129638671875, + 0.005306243896484375, + -0.048095703125, + 0.02496337890625, + -0.0271453857421875, + -0.06231689453125, + 0.01202392578125, + 0.00843048095703125, + 0.0063323974609375, + 0.0202178955078125, + -0.03497314453125, + -0.04644775390625, + 0.02459716796875, + 0.0229644775390625, + -0.03497314453125, + -0.0225982666015625, + -0.0028934478759765625, + -0.0018224716186523438, + -0.01111602783203125, + -0.055389404296875, + -0.002300262451171875, + -0.0152130126953125, + 0.02569580078125, + 0.002902984619140625, + -0.017486572265625, + 0.01220703125, + 0.031707763671875, + -0.042633056640625, + -0.053192138671875, + 0.0229644775390625, + -0.046112060546875, + -0.019317626953125, + -0.0158538818359375, + 0.0380859375, + -0.0229644775390625, + 0.00742340087890625, + -0.01467132568359375, + 0.03790283203125, + 0.0714111328125, + 0.01065826416015625, + 0.012115478515625, + -0.01904296875, + 0.0098876953125, + -0.017669677734375, + 0.05029296875, + -0.0179443359375, + -0.01275634765625, + 0.00455474853515625, + 0.018585205078125, + 0.0369873046875, + -0.0045318603515625, + -0.030059814453125, + -0.012664794921875, + 0.02459716796875, + 0.030609130859375, + 0.0165863037109375, + 0.034423828125, + -0.0340576171875, + 0.0384521484375, + 0.06884765625, + -0.0012416839599609375, + 0.0289764404296875, + 0.00217437744140625, + -0.0222320556640625, + 0.041351318359375, + 0.042816162109375, + 0.00145721435546875, + -0.0227813720703125, + 0.06634521484375, + 0.0064239501953125, + 0.012298583984375, + -0.020050048828125, + -0.00811004638671875, + -0.01015472412109375, + -0.0469970703125, + 0.032989501953125, + -0.044647216796875, + -0.0162200927734375, + -0.030975341796875, + 0.051025390625, + 0.02423095703125, + 0.057586669921875, + 0.0287933349609375, + -0.0275115966796875, + 0.045562744140625, + -0.0019474029541015625, + 0.01338958740234375, + 0.01457977294921875, + -0.003711700439453125, + 0.044647216796875, + 0.030609130859375, + 0.005786895751953125, + -0.030059814453125, + 0.034423828125, + 0.0167694091796875, + -0.0269622802734375, + 0.01102447509765625, + 0.037353515625, + -0.00742340087890625, + -0.01849365234375, + -0.0213165283203125, + -0.02587890625, + 0.0155792236328125, + -0.0018672943115234375, + -0.02496337890625, + 0.012115478515625, + -0.0231475830078125, + -0.069580078125, + -0.0194091796875, + 0.0477294921875, + -0.0210418701171875, + 0.0340576171875, + 0.033172607421875, + -0.00843048095703125, + -0.025146484375, + 0.0155792236328125, + 0.030792236328125, + 0.0207672119140625, + -0.00806427001953125, + -0.0048980712890625, + -0.0172119140625, + -0.0157623291015625, + 0.0255126953125, + 0.0208587646484375, + -0.005237579345703125, + 0.012481689453125, + -0.01995849609375, + 0.0222320556640625, + -0.03717041015625, + 0.03790283203125, + 0.03607177734375, + -0.0220489501953125, + 0.00970458984375, + -0.0284271240234375, + 0.042083740234375, + 0.048828125, + -0.072509765625, + -0.012939453125, + -0.06671142578125, + 0.0163116455078125, + -0.08087158203125, + -0.053192138671875, + -0.0221405029296875, + -0.048828125, + 0.0517578125, + -0.029876708984375, + -0.0225067138671875, + -0.0026302337646484375, + 0.02349853515625, + 0.0093841552734375, + 0.0179443359375, + 0.00838470458984375, + -0.030426025390625, + -0.01329803466796875, + 0.101318359375, + -0.0499267578125, + -0.02587890625, + -0.02423095703125, + 0.033355712890625, + -0.0048980712890625, + 0.0225067138671875, + -0.005512237548828125, + 0.002323150634765625, + 0.017852783203125, + 0.0377197265625, + 0.01312255859375, + 0.0206756591796875, + -0.01739501953125, + 0.0001188516616821289, + 0.0377197265625, + -0.03790283203125, + 0.01116180419921875, + 0.004032135009765625, + 0.00019788742065429688, + 0.00801849365234375, + -0.055755615234375, + 0.011932373046875, + 0.043548583984375, + 0.030609130859375, + -0.009521484375, + 0.003780364990234375, + -0.0362548828125, + 0.018951416015625, + 0.0194091796875, + -0.01220703125, + 0.0477294921875, + 0.033905029296875, + -0.0025386810302734375, + 0.012481689453125, + -0.005443572998046875, + 0.01033782958984375, + -0.06304931640625, + -0.01239013671875, + -0.01776123046875, + -0.0179443359375, + -0.0225982666015625, + -0.017852783203125, + -0.000728607177734375, + -0.0186767578125, + 0.009796142578125, + 0.0007061958312988281, + 0.0058746337890625, + -0.03515625, + -0.031341552734375, + 0.0017652511596679688, + -0.0149383544921875, + -0.043182373046875, + -0.046112060546875, + 0.03460693359375, + -0.0201263427734375, + -0.00824737548828125, + -0.00833892822265625, + -0.0224151611328125, + -0.041900634765625, + 0.004169464111328125, + -0.032073974609375, + -0.002300262451171875, + -0.0058746337890625, + 0.053192138671875, + 0.02386474609375, + 0.011749267578125, + 0.0169525146484375, + 0.048828125, + 0.008880615234375, + -0.007244110107421875, + -0.0044403076171875, + -0.01015472412109375, + -0.0027446746826171875, + 0.0061492919921875, + -0.03570556640625, + -0.018951416015625, + -0.0222320556640625, + -0.00628662109375, + 0.019134521484375, + 0.012664794921875, + 0.0377197265625, + 0.0230560302734375, + -0.006378173828125, + -0.002300262451171875, + 0.09259033203125, + 0.003757476806640625, + 0.08087158203125, + -0.00592041015625, + -0.055389404296875, + -0.0058746337890625, + 0.034423828125, + -0.0151214599609375, + -0.01457977294921875, + 0.017578125, + 0.00778961181640625, + -0.0276947021484375, + 0.03570556640625, + -0.030242919921875, + 0.02532958984375, + -0.0036220550537109375, + 0.00746917724609375, + 0.0225067138671875, + -0.0094757080078125, + 0.0098419189453125, + 0.0247802734375, + 0.02569580078125, + 0.0204925537109375, + 0.03533935546875, + -0.0100250244140625, + 0.01029205322265625, + -0.055389404296875, + -0.08123779296875, + -0.0035076141357421875, + 0.01107025146484375, + 0.00737762451171875, + 0.030426025390625, + -0.0521240234375, + -0.0706787109375, + 0.0278778076171875, + -0.043731689453125, + 0.09185791015625, + 0.0491943359375, + 0.004077911376953125, + 0.01024627685546875, + -0.0164947509765625, + 0.01070404052734375, + 0.02532958984375, + 0.0213165283203125, + 0.03900146484375, + 0.0469970703125, + 0.03570556640625, + 0.006378173828125, + -0.0229644775390625, + -0.002960205078125, + 0.042816162109375, + 0.0227813720703125, + -0.01220703125, + 0.041168212890625, + 0.031341552734375, + 0.02459716796875, + -0.03424072265625, + 0.03424072265625, + -0.003780364990234375, + -0.01448822021484375, + 0.0098419189453125, + -0.0273284912109375, + 0.0206756591796875, + -0.040435791015625, + 0.007198333740234375, + -0.01702880859375, + 0.0208587646484375, + 0.019317626953125, + 0.033905029296875, + -0.0287933349609375, + -0.005168914794921875, + 0.054656982421875, + -0.06451416015625, + -0.0019588470458984375, + 0.040985107421875, + -0.02532958984375, + 0.01120758056640625, + -0.0380859375, + -0.053558349609375, + 0.048828125, + -0.0264129638671875, + -0.0732421875, + 0.0165863037109375, + 0.0289764404296875, + -0.031158447265625, + -0.0194091796875, + -0.048095703125, + 0.01143646240234375, + -0.02386474609375, + -0.032073974609375, + 0.0362548828125, + -0.0013036727905273438, + -0.00742340087890625, + 0.02423095703125, + 0.008697509765625, + -0.019683837890625, + -0.00769805908203125, + 0.03717041015625, + -0.030792236328125, + -0.030426025390625, + 0.0159454345703125, + -0.00074005126953125, + 0.0026187896728515625, + -0.01412200927734375, + -0.01052093505859375, + 0.0167694091796875, + 0.025146484375, + 0.01739501953125, + -0.003734588623046875, + -0.06414794921875, + -0.04010009765625, + -0.05902099609375, + 0.06378173828125, + 0.0269622802734375, + 0.042633056640625, + 0.00121307373046875, + -0.06597900390625, + 0.018951416015625, + -0.049560546875, + -0.0205841064453125, + -0.005512237548828125, + 0.01202392578125, + -0.0168609619140625, + 0.0692138671875, + -0.0012636184692382812, + -0.007289886474609375, + 0.007106781005859375, + 0.023681640625, + 0.0013322830200195312, + 0.00042700767517089844, + -0.0208587646484375, + 0.04736328125, + 0.0347900390625, + -0.0380859375, + -0.0064239501953125, + 0.001247406005859375, + 0.0151214599609375, + 0.0765380859375, + -0.06451416015625, + -0.0062408447265625, + -0.01357269287109375, + -0.0517578125, + -0.0225067138671875, + -0.018035888671875, + -0.0161285400390625, + -0.0291595458984375, + 0.00778961181640625, + 0.02423095703125, + 0.0004413127899169922, + 0.056121826171875, + 0.02532958984375, + 0.007152557373046875, + -0.00469207763671875, + 0.005535125732421875, + -0.0152130126953125, + 0.03680419921875, + -0.05975341796875, + -0.0284271240234375, + -0.005329132080078125, + 0.043914794921875, + -0.0273284912109375, + 0.01412200927734375, + -0.00460052490234375, + -0.018035888671875, + 0.031341552734375, + -0.055389404296875, + -0.003757476806640625, + -0.012298583984375, + 0.018218994140625, + -0.0484619140625, + -0.01904296875, + 0.01129913330078125, + 0.0287933349609375, + -0.001605987548828125, + 0.0222320556640625, + 0.01320648193359375, + -0.03826904296875, + 0.0229644775390625, + -0.0013036727905273438, + -0.018768310546875, + 0.01097869873046875, + 0.0205841064453125, + -0.0090179443359375, + -0.01357269287109375, + 0.032073974609375, + -0.0168609619140625, + -0.0125732421875, + -0.08306884765625, + 0.01348114013671875, + -0.0153045654296875, + -0.02532958984375, + -0.018035888671875, + -0.0207672119140625, + -0.06195068359375, + -0.0194091796875, + 0.0240478515625, + 0.049560546875, + 0.0061492919921875, + -0.048095703125, + -0.017486572265625, + -0.0098419189453125, + -0.0377197265625, + 0.031524658203125, + -0.0179443359375, + 0.007015228271484375, + 0.0034618377685546875, + -0.03680419921875, + 0.018585205078125, + 0.0153045654296875, + 0.033721923828125, + 0.0255126953125, + 0.04010009765625, + -0.0262451171875, + 0.0225067138671875, + 0.01430511474609375, + -0.00838470458984375, + -0.045379638671875, + -0.00469207763671875, + 0.0284271240234375, + -0.0469970703125, + -0.018218994140625, + 0.06341552734375, + 0.0255126953125, + 0.0273284912109375, + -0.03863525390625, + -0.0362548828125, + 0.055389404296875, + -0.01412200927734375, + 0.0947265625, + -0.01849365234375, + -0.042816162109375, + -0.01348114013671875, + 0.017578125, + 0.042999267578125, + 0.033721923828125, + 0.001190185546875, + -0.0289764404296875, + 0.01143646240234375, + 0.0517578125, + -0.0179443359375, + -0.03643798828125, + -0.053192138671875, + 0.03497314453125, + 0.0172119140625, + 0.08343505859375, + 0.00628662109375, + 0.0758056640625, + 0.01338958740234375, + -0.0164947509765625, + 0.019866943359375, + 0.0499267578125, + 0.0240478515625, + -0.032623291015625, + -0.06085205078125, + -0.0169525146484375, + 0.02532958984375, + -0.01129913330078125, + -0.045196533203125, + 0.0034618377685546875, + 0.05029296875, + -0.06304931640625, + -0.0244140625, + -0.019866943359375, + -0.0220489501953125, + 0.01904296875, + -0.01079559326171875, + -0.0157623291015625, + 0.0207672119140625, + 0.011749267578125, + -0.031158447265625, + 0.032440185546875, + -0.0207672119140625, + 0.01849365234375, + 0.053192138671875, + 0.031524658203125, + -0.005077362060546875, + 0.043914794921875, + 0.03424072265625, + 0.03497314453125, + 0.01448822021484375, + 0.03607177734375, + 0.01125335693359375, + 0.018585205078125, + 0.0289764404296875, + 0.06011962890625, + -0.03753662109375, + -0.00788116455078125, + -0.0125732421875, + 0.0208587646484375, + 0.05975341796875, + 0.019866943359375, + 0.01412200927734375, + 0.0149383544921875, + -0.0269622802734375, + -0.06268310546875, + 0.0021190643310546875, + 0.00244903564453125, + 0.004215240478515625, + -0.0231475830078125, + -0.03680419921875, + 0.030242919921875, + -0.01467132568359375, + 0.0273284912109375, + 0.030792236328125, + -0.02569580078125, + -0.023223876953125, + 0.053192138671875, + -0.0213165283203125, + -0.0362548828125, + 0.0213165283203125, + -0.017852783203125, + -0.052490234375, + -0.019866943359375, + -0.00801849365234375, + 0.037353515625, + -0.0027561187744140625, + -0.056121826171875, + 0.00323486328125, + 0.02459716796875, + -0.009979248046875, + -0.030059814453125, + -0.0045318603515625, + -0.005466461181640625, + -0.0060577392578125, + -0.03936767578125, + -0.049560546875, + -0.0255126953125, + 0.005489349365234375, + -0.0391845703125, + 0.055755615234375, + 0.029693603515625, + 0.00492095947265625, + -0.0008597373962402344, + -0.01120758056640625, + -0.054656982421875, + 0.032989501953125, + -0.0275115966796875, + 0.0484619140625, + 0.0229644775390625, + 0.0282440185546875, + 0.01430511474609375, + 0.048095703125, + 0.0033016204833984375, + -0.0148468017578125, + -0.0240478515625, + -0.0706787109375, + 0.0092010498046875, + 0.02496337890625, + -0.0034160614013671875, + -0.06195068359375, + 0.006877899169921875, + 0.0499267578125, + -0.06304931640625, + 0.0203094482421875, + -0.00592041015625, + -0.019317626953125, + -0.041534423828125, + 0.018035888671875, + 0.0090179443359375, + 0.007106781005859375, + 0.073974609375, + 0.0011157989501953125, + -0.0213165283203125, + 0.0164947509765625, + -0.055755615234375, + 0.054656982421875, + 0.002277374267578125, + 0.0267791748046875, + -0.045745849609375, + 0.02459716796875, + 0.02349853515625, + -0.012481689453125, + 0.0247802734375, + -0.06884765625, + -0.006740570068359375, + 0.030792236328125, + 0.017669677734375, + 0.00788116455078125, + -0.002346038818359375, + -0.033905029296875, + -0.0275115966796875, + -0.00439453125, + -0.00760650634765625, + 0.01134490966796875, + 0.01239013671875, + -0.025146484375, + -0.01134490966796875, + -0.0008254051208496094, + -0.053924560546875, + -0.02532958984375, + -0.01421356201171875, + 0.0276947021484375, + 0.007152557373046875, + -0.057586669921875, + -0.0027904510498046875, + -0.006561279296875, + 0.0164947509765625, + 0.02423095703125, + 0.044281005859375, + -0.042449951171875, + -0.01134490966796875, + 0.002437591552734375, + 0.052490234375, + 0.017486572265625, + 0.01107025146484375, + -0.00801849365234375, + -0.01239013671875, + 0.00746917724609375, + -0.02569580078125, + 0.044830322265625, + 0.02587890625, + -0.029693603515625, + -0.041351318359375, + -0.031524658203125, + -0.046630859375, + 0.03936767578125, + 0.0064239501953125, + 0.0380859375, + 0.012298583984375, + -0.01430511474609375, + -0.08343505859375, + 0.0262451171875, + -0.005443572998046875, + -0.0044403076171875, + 0.01357269287109375, + -0.030059814453125, + -0.058319091796875, + -0.055389404296875, + -0.01849365234375, + 0.01165771484375, + -0.01102447509765625, + 0.005146026611328125, + 0.030426025390625, + 0.00020074844360351562, + 0.0267791748046875, + 0.001247406005859375, + -0.0218658447265625, + 0.0469970703125, + 0.0231475830078125, + -0.045745849609375, + 0.06671142578125, + -0.0469970703125, + 0.0035305023193359375, + -0.01148223876953125, + 0.0210418701171875, + 0.00860595703125, + 0.0025272369384765625, + -0.0284271240234375, + -0.0217742919921875, + 0.03863525390625, + 0.05902099609375, + -0.02459716796875, + 0.0098419189453125, + -0.0225067138671875, + -0.005603790283203125, + -0.0147552490234375, + -0.013031005859375, + 0.017303466796875, + 0.0155792236328125, + -0.0267791748046875, + -0.0033473968505859375, + -0.05029296875, + -0.06085205078125, + -0.0011844635009765625, + -0.041534423828125, + 0.0019702911376953125, + 0.00792694091796875, + 0.0201263427734375, + 0.032073974609375, + -0.057220458984375, + 0.03515625, + -0.0194091796875, + -0.042449951171875, + -0.006786346435546875, + 0.012481689453125, + -0.017669677734375, + 0.041900634765625, + 0.0222320556640625, + -0.02606201171875, + -0.005031585693359375, + -0.0088348388671875, + -0.0153961181640625, + -0.00970458984375, + 0.00833892822265625, + -0.03973388671875, + 0.023681640625, + -0.042633056640625, + 0.0061492919921875, + 0.0213165283203125, + 0.01202392578125, + 0.01366424560546875, + -0.052490234375, + 0.0271453857421875, + -0.0391845703125, + -0.056854248046875, + 0.007152557373046875, + -0.0168609619140625, + -0.057952880859375, + 0.0289764404296875, + -0.042999267578125, + 0.00801849365234375, + 0.004169464111328125, + 0.0228729248046875, + 0.032073974609375, + 0.06707763671875, + 0.02386474609375, + -0.0269622802734375, + 0.0169525146484375, + -0.01430511474609375, + 0.0225067138671875, + 0.0506591796875, + 0.01776123046875, + 0.0099334716796875, + 0.01885986328125, + -0.0004470348358154297, + -0.08343505859375, + -0.005489349365234375, + -0.01056671142578125, + -0.044464111328125, + -0.0002689361572265625, + 0.06085205078125, + 0.00628662109375, + 0.01056671142578125, + 0.0026187896728515625, + 0.03936767578125, + 0.0219573974609375, + 0.00751495361328125, + -0.055389404296875, + -0.055755615234375, + 0.006740570068359375, + 0.045379638671875, + -0.0011444091796875, + -0.08343505859375, + 0.05975341796875, + 0.058685302734375, + 0.0151214599609375, + -0.01107025146484375, + 0.0025615692138671875, + -0.01357269287109375, + 0.0247802734375, + 0.0240478515625, + 0.017486572265625, + -0.0706787109375, + 0.018402099609375, + 0.01070404052734375, + -0.0034618377685546875, + 0.0160369873046875, + -0.01129913330078125, + -0.0205841064453125, + 0.0284271240234375, + -0.045013427734375, + 0.0034160614013671875, + 0.0282440185546875, + 0.0732421875, + 0.01024627685546875, + -0.043914794921875, + 0.0006208419799804688, + -0.00778961181640625, + 0.0206756591796875, + -0.012298583984375, + -0.0151214599609375, + 0.0160369873046875, + -0.017303466796875, + -0.005718231201171875, + 0.041717529296875, + 0.0090179443359375, + 0.054656982421875, + 0.017852783203125, + -0.046112060546875, + 0.0225982666015625, + 0.009613037109375, + 0.005397796630859375, + -0.0218658447265625, + -0.032257080078125, + -0.019134521484375, + -0.023681640625, + 0.01015472412109375, + -0.0035762786865234375, + 0.03662109375, + -0.00437164306640625, + -0.01393890380859375, + 0.0087432861328125, + 0.01776123046875, + 0.019775390625, + 0.03515625, + 0.0158538818359375, + -0.017578125, + 0.0150299072265625, + 0.0284271240234375, + -0.00240325927734375, + -0.0201263427734375, + 0.03973388671875, + -0.029876708984375, + 0.0090179443359375, + -0.033172607421875, + -0.033172607421875, + 0.0225982666015625, + -0.029876708984375, + 0.011932373046875, + -0.0155792236328125, + 0.0209503173828125, + -0.032989501953125, + -0.01357269287109375, + -0.0063323974609375, + 0.044647216796875, + -0.057952880859375, + 0.030975341796875, + 0.0156707763671875, + -0.0065155029296875, + -0.006378173828125, + -0.0213165283203125, + 0.0706787109375, + 0.0247802734375, + 0.0284271240234375, + -0.0172119140625, + -0.007289886474609375, + 0.017486572265625, + -0.0477294921875, + 0.0289764404296875, + 0.0214080810546875, + -0.001628875732421875, + 0.0262451171875, + 0.032806396484375, + 0.030975341796875, + -0.0157623291015625, + 0.01885986328125, + 0.005512237548828125, + -0.030609130859375, + 0.01812744140625, + 0.00231170654296875, + 0.030792236328125, + -0.003711700439453125, + -0.03790283203125, + -0.01959228515625, + -0.056121826171875, + 0.078369140625, + -0.00231170654296875, + -0.0167694091796875, + 0.0265960693359375, + -0.02496337890625, + 0.055389404296875, + 0.0153045654296875, + 0.043365478515625, + -0.06884765625, + 0.045928955078125, + -0.0262451171875, + -0.0013723373413085938, + 0.009979248046875, + -0.01412200927734375, + -0.004238128662109375, + 0.01329803466796875, + -0.0499267578125, + 0.05029296875, + 0.005718231201171875, + 0.01421356201171875, + -0.052825927734375, + -0.0025272369384765625, + 0.00746917724609375, + -0.005306243896484375, + 0.023681640625, + -0.0506591796875, + -0.033721923828125, + 0.013031005859375, + 0.0247802734375, + 0.049560546875, + -0.0011501312255859375, + 0.02386474609375, + -0.0154876708984375, + -0.0064697265625, + -0.0061492919921875, + -0.0164031982421875 + ], + "metadata": { + "domains": [ + "incident-response", + "malware-analysis" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_Linkurious", + "type": "tool", + "name": "Linkurious", + "content": "linkurious intuitive graph‑visualisierungs‑ und analyseplattform, die graphdatenbanken wie neo4j überlagert und ermittler:innen dabei unterstützt, versteckte beziehungen in betrugs‑, aml‑ und sicherheitsfällen aufzudecken. leistungsstarke filter, geo‑ und zeitachsenansichten sowie automatisierungsvorlagen erleichtern das hunten komplexer netzwerke und das erstellen aussagekräftiger beweisgrafiken. graph-visualisierung link-analysis aml fraud fraud-investigation network-forensics incident-response analysis reporting", + "embedding": [ + -0.0136871337890625, + 0.0233612060546875, + 0.0579833984375, + 0.00734710693359375, + 0.04248046875, + 0.03582763671875, + 0.01036834716796875, + -0.035430908203125, + -0.01690673828125, + -0.02838134765625, + -0.009307861328125, + 0.05517578125, + 0.0200347900390625, + 0.004680633544921875, + -0.0592041015625, + 0.05718994140625, + -0.0206298828125, + 0.0390625, + 0.0035991668701171875, + -0.040069580078125, + -0.008453369140625, + -0.0312042236328125, + -0.049530029296875, + 0.0139923095703125, + 0.007904052734375, + 0.0350341796875, + -0.00920867919921875, + -0.05877685546875, + -0.010467529296875, + -0.005786895751953125, + 0.01006317138671875, + -0.032623291015625, + -0.03704833984375, + 0.0303955078125, + -0.0056610107421875, + -0.0177154541015625, + 0.00946044921875, + -0.048126220703125, + -0.0089569091796875, + 0.0207366943359375, + 0.0146942138671875, + -0.01238250732421875, + -0.0149993896484375, + -0.018218994140625, + -0.0167083740234375, + -0.03240966796875, + -0.0164031982421875, + -0.02386474609375, + -0.001811981201171875, + -0.0122833251953125, + 0.0251617431640625, + 0.019927978515625, + 0.0149993896484375, + -0.00548553466796875, + -0.02838134765625, + 0.0200347900390625, + 0.00362396240234375, + -0.0160064697265625, + -0.04248046875, + 0.041259765625, + -0.0224456787109375, + 0.011474609375, + -0.0081024169921875, + -0.00556182861328125, + 0.007904052734375, + 0.02386474609375, + -0.0322265625, + -0.018524169921875, + 0.02960205078125, + 0.007198333740234375, + 0.0316162109375, + 0.00734710693359375, + 0.018218994140625, + 0.023956298828125, + 0.0015163421630859375, + -0.034423828125, + -0.006366729736328125, + 0.0252685546875, + -0.02264404296875, + 0.005283355712890625, + -0.027374267578125, + -0.01016998291015625, + 0.04791259765625, + -0.0153045654296875, + -0.0211334228515625, + 0.00820159912109375, + 0.027374267578125, + 0.01812744140625, + -0.015899658203125, + 0.024261474609375, + 0.004100799560546875, + 0.0026416778564453125, + 0.044891357421875, + -0.0312042236328125, + 0.040252685546875, + 0.05194091796875, + -0.0217437744140625, + -0.016204833984375, + -0.004581451416015625, + 0.0098114013671875, + 0.0187225341796875, + -0.0184173583984375, + 0.05999755859375, + -0.01439666748046875, + 0.059600830078125, + -0.0173187255859375, + 0.0261688232421875, + -0.021636962890625, + 0.006946563720703125, + -0.0118255615234375, + -0.0970458984375, + -0.0234527587890625, + -0.03564453125, + -0.05316162109375, + -0.005889892578125, + 0.027984619140625, + -0.0017995834350585938, + 0.04852294921875, + -0.05517578125, + -0.0567626953125, + 0.0269775390625, + 0.0235595703125, + -0.00936126708984375, + 0.00734710693359375, + -0.026580810546875, + -0.049530029296875, + 0.0170135498046875, + 0.051544189453125, + -0.05718994140625, + -0.01203155517578125, + 0.005588531494140625, + -0.0263671875, + -0.0019254684448242188, + -0.050933837890625, + 0.00548553466796875, + -0.038055419921875, + 0.041259765625, + -0.0230560302734375, + -0.0257720947265625, + 0.0085601806640625, + 0.043487548828125, + -0.035247802734375, + -0.0716552734375, + 0.0043792724609375, + -0.038238525390625, + 0.002353668212890625, + 0.0027179718017578125, + 0.044708251953125, + -0.03985595703125, + 0.006542205810546875, + -0.0176239013671875, + 0.0254669189453125, + 0.058380126953125, + -0.0018749237060546875, + -0.00591278076171875, + -0.04388427734375, + -0.0142974853515625, + -0.0190277099609375, + 0.016204833984375, + -0.0237579345703125, + 0.01308441162109375, + 0.02496337890625, + 0.0240631103515625, + 0.0203399658203125, + -0.0160064697265625, + -0.045501708984375, + -0.053558349609375, + 0.0057373046875, + 0.011322021484375, + -0.0112762451171875, + 0.020843505859375, + 0.003574371337890625, + 0.055572509765625, + 0.0579833984375, + -0.00870513916015625, + 0.0430908203125, + 0.01459503173828125, + -0.03765869140625, + 0.05316162109375, + 0.016815185546875, + 0.0031452178955078125, + -0.00226593017578125, + 0.0291900634765625, + -0.0049591064453125, + 0.01540374755859375, + -0.006744384765625, + -0.02838134765625, + -0.01922607421875, + -0.0045318603515625, + 0.00885772705078125, + -0.04449462890625, + -0.0322265625, + -0.0281829833984375, + 0.0271759033203125, + 0.0234527587890625, + 0.06927490234375, + -0.00616455078125, + -0.025665283203125, + 0.0172119140625, + 0.0303955078125, + 0.003749847412109375, + 0.0224456787109375, + -0.01021575927734375, + 0.04449462890625, + 0.0303955078125, + 0.02960205078125, + -0.0243682861328125, + 0.0263671875, + 0.020233154296875, + 0.004932403564453125, + 0.003749847412109375, + 0.060791015625, + -0.0338134765625, + -0.02899169921875, + -0.03424072265625, + -0.038665771484375, + -0.0039005279541015625, + -0.005084991455078125, + -0.0139923095703125, + 0.005889892578125, + -0.00428009033203125, + -0.056365966796875, + -0.0257720947265625, + 0.0172119140625, + -0.036834716796875, + 0.0254669189453125, + 0.011627197265625, + -0.0308074951171875, + 0.026580810546875, + 0.02960205078125, + 0.027587890625, + 0.04168701171875, + -0.0030460357666015625, + -0.005084991455078125, + -0.0153045654296875, + -0.0062408447265625, + 0.0499267578125, + 0.05194091796875, + 0.02386474609375, + 0.005283355712890625, + -0.034027099609375, + 0.006591796875, + -0.0247650146484375, + 0.0287933349609375, + 0.030609130859375, + -0.01812744140625, + -0.00885772705078125, + -0.006542205810546875, + 0.0183258056640625, + 0.058380126953125, + -0.044281005859375, + -0.0019130706787109375, + -0.05596923828125, + 0.014495849609375, + -0.06964111328125, + -0.0221405029296875, + -0.03564453125, + -0.034820556640625, + 0.06524658203125, + -0.04571533203125, + -0.01389312744140625, + -0.00447845458984375, + 0.03643798828125, + 0.02294921875, + 0.04248046875, + 0.007701873779296875, + -0.02960205078125, + -0.022552490234375, + 0.06524658203125, + 0.018218994140625, + -0.0040283203125, + -0.0028438568115234375, + 0.0362548828125, + 0.01117706298828125, + 0.01690673828125, + 0.0108184814453125, + 0.026580810546875, + 0.02960205078125, + 0.0384521484375, + 0.0157012939453125, + -0.01509857177734375, + 0.02899169921875, + -0.0180206298828125, + 0.0303955078125, + -0.07568359375, + -0.006366729736328125, + -0.00521087646484375, + 0.01152801513671875, + 0.0139923095703125, + -0.090576171875, + 0.003246307373046875, + 0.020538330078125, + 0.0002799034118652344, + -0.00850677490234375, + -0.0023784637451171875, + -0.0452880859375, + 0.0390625, + 0.0084075927734375, + -0.0011892318725585938, + 0.009918212890625, + 0.051544189453125, + -0.0660400390625, + 0.0254669189453125, + 0.006443023681640625, + 0.020538330078125, + -0.036041259765625, + -0.01318359375, + -0.0203399658203125, + -0.020538330078125, + -0.0316162109375, + -0.0243682861328125, + 0.03179931640625, + -0.0390625, + 0.01152801513671875, + -0.0191192626953125, + -0.0020389556884765625, + -0.031005859375, + -0.05194091796875, + 0.006343841552734375, + -0.0220489501953125, + -0.055572509765625, + -0.002227783203125, + 0.04852294921875, + 0.02386474609375, + 0.0016040802001953125, + -0.005462646484375, + -0.00946044921875, + -0.0223541259765625, + 0.0137939453125, + 0.00556182861328125, + 0.01540374755859375, + -0.0015039443969726562, + 0.04571533203125, + 0.023651123046875, + 0.036041259765625, + 0.01268768310546875, + 0.08251953125, + 0.0233612060546875, + -0.033416748046875, + 0.014190673828125, + 0.0210418701171875, + -0.0221405029296875, + 0.03924560546875, + 0.0170135498046875, + -0.0233612060546875, + -0.03424072265625, + -0.04046630859375, + 0.0136871337890625, + 0.04327392578125, + 0.00641632080078125, + 0.0149993896484375, + -0.0203399658203125, + -0.014495849609375, + 0.052337646484375, + -0.033416748046875, + 0.09100341796875, + -0.031005859375, + -0.048919677734375, + 0.0008807182312011719, + 0.0384521484375, + -0.016510009765625, + -0.0114288330078125, + 0.03643798828125, + -0.01318359375, + -0.006591796875, + 0.01922607421875, + -0.01490020751953125, + 0.033416748046875, + -0.00749969482421875, + 0.001811981201171875, + 0.03424072265625, + -0.006542205810546875, + 0.025970458984375, + 0.0316162109375, + 0.01690673828125, + 0.01036834716796875, + 0.0183258056640625, + -0.049530029296875, + -0.00218963623046875, + -0.046722412109375, + -0.052337646484375, + 0.0263671875, + 0.01439666748046875, + 0.01580810546875, + 0.0338134765625, + -0.04510498046875, + -0.042694091796875, + 0.01409149169921875, + -0.0308074951171875, + 0.0648193359375, + 0.033233642578125, + 0.006793975830078125, + 0.01690673828125, + -0.0137939453125, + 0.0010004043579101562, + 0.036834716796875, + 0.027374267578125, + 0.03704833984375, + 0.05194091796875, + 0.0316162109375, + 0.03424072265625, + -0.019622802734375, + 0.030609130859375, + 0.004680633544921875, + 0.041259765625, + 0.002704620361328125, + 0.0303955078125, + 0.03582763671875, + 0.054351806640625, + -0.0452880859375, + 0.06805419921875, + 0.020843505859375, + -0.03564453125, + 0.003749847412109375, + -0.0263671875, + 0.0155029296875, + -0.058380126953125, + 0.0029449462890625, + -0.006744384765625, + 0.00749969482421875, + 0.002780914306640625, + -0.0005125999450683594, + -0.040679931640625, + -0.004779815673828125, + 0.053955078125, + -0.04852294921875, + 0.0180206298828125, + 0.006793975830078125, + -0.027374267578125, + 0.0146942138671875, + -0.014801025390625, + -0.037841796875, + 0.03924560546875, + -0.057586669921875, + -0.035247802734375, + 0.023651123046875, + 0.02325439453125, + -0.0753173828125, + -0.040679931640625, + -0.036834716796875, + 0.0009751319885253906, + -0.021942138671875, + -0.0172119140625, + 0.034637451171875, + -0.0301971435546875, + 0.005084991455078125, + 0.02960205078125, + 0.0021266937255859375, + -0.040069580078125, + -0.0308074951171875, + 0.0291900634765625, + -0.017120361328125, + -0.0430908203125, + 0.01107025146484375, + 0.0217437744140625, + 0.0244598388671875, + -0.0213470458984375, + -0.029388427734375, + 0.01268768310546875, + -0.009063720703125, + -0.012481689453125, + 0.024658203125, + -0.0267791748046875, + -0.0322265625, + -0.034637451171875, + 0.03765869140625, + 0.01751708984375, + 0.0269775390625, + 0.0021266937255859375, + -0.04730224609375, + 0.01348876953125, + -0.053558349609375, + -0.00955963134765625, + 0.00649261474609375, + 0.00916290283203125, + -0.02557373046875, + 0.06683349609375, + 0.0006289482116699219, + -0.01122283935546875, + -0.0092620849609375, + 0.048919677734375, + 0.0200347900390625, + 0.0008177757263183594, + -0.0430908203125, + 0.054351806640625, + 0.003032684326171875, + -0.051544189453125, + 0.00428009033203125, + -0.021942138671875, + 0.004329681396484375, + 0.044891357421875, + -0.0277862548828125, + 0.00916290283203125, + 0.021942138671875, + -0.05718994140625, + -0.01611328125, + -0.03643798828125, + -0.033233642578125, + -0.0269775390625, + 0.0231475830078125, + 0.027587890625, + -0.01092529296875, + 0.044281005859375, + 0.020233154296875, + -0.034027099609375, + 0.0170135498046875, + -0.0022907257080078125, + -0.0312042236328125, + 0.0261688232421875, + -0.06280517578125, + -0.036834716796875, + -0.019927978515625, + 0.021942138671875, + -0.0183258056640625, + 0.01953125, + -0.004352569580078125, + -0.029998779296875, + 0.0128326416015625, + -0.029998779296875, + 0.007801055908203125, + -0.014801025390625, + -0.0118255615234375, + -0.0269775390625, + -0.0244598388671875, + 0.017120361328125, + 0.02557373046875, + -0.01358795166015625, + 0.024566650390625, + 0.031402587890625, + -0.058380126953125, + -0.016815185546875, + 0.00189971923828125, + -0.0017490386962890625, + 0.01016998291015625, + -0.029388427734375, + -0.006366729736328125, + -0.008453369140625, + 0.0567626953125, + -0.0250701904296875, + -0.02838134765625, + -0.0865478515625, + 0.0223541259765625, + 0.0006890296936035156, + -0.01611328125, + -0.0251617431640625, + -0.027374267578125, + -0.06280517578125, + -0.0174102783203125, + 0.038055419921875, + 0.0252685546875, + 0.0269775390625, + -0.0281829833984375, + -0.0271759033203125, + -0.00916290283203125, + -0.0499267578125, + 0.047515869140625, + 0.006191253662109375, + 0.006694793701171875, + 0.0009813308715820312, + 0.000484466552734375, + 0.0224456787109375, + 0.023651123046875, + 0.0281829833984375, + 0.0022525787353515625, + -0.011474609375, + -0.038055419921875, + 0.01273345947265625, + -0.0170135498046875, + -0.0316162109375, + 0.0012521743774414062, + -0.00800323486328125, + 0.0247650146484375, + -0.031402587890625, + -0.00870513916015625, + 0.01812744140625, + 0.0235595703125, + 0.02496337890625, + -0.014801025390625, + -0.0261688232421875, + 0.00362396240234375, + 0.019927978515625, + 0.0465087890625, + -0.03363037109375, + -0.0672607421875, + -0.01953125, + 0.0039005279541015625, + 0.03363037109375, + 0.0390625, + -0.00232696533203125, + -0.0197296142578125, + -0.007701873779296875, + 0.038665771484375, + -0.032012939453125, + -0.0592041015625, + -0.038055419921875, + 0.0157012939453125, + 0.0252685546875, + 0.020538330078125, + -0.011474609375, + 0.0728759765625, + 0.01157379150390625, + -0.005283355712890625, + 0.024658203125, + 0.042877197265625, + 0.0243682861328125, + -0.0187225341796875, + -0.07366943359375, + -0.01560211181640625, + -0.0233612060546875, + -0.048919677734375, + -0.0269775390625, + -0.009765625, + 0.0235595703125, + -0.06280517578125, + -0.006542205810546875, + -0.0241546630859375, + 0.01409149169921875, + 0.0211334228515625, + -0.012786865234375, + -0.01218414306640625, + 0.0372314453125, + 0.0312042236328125, + -0.018524169921875, + -0.0257720947265625, + 0.01177978515625, + 0.009063720703125, + 0.033416748046875, + 0.007198333740234375, + -0.046722412109375, + 0.029388427734375, + 0.008758544921875, + 0.00966644287109375, + 0.009063720703125, + 0.04168701171875, + 0.033233642578125, + -0.003322601318359375, + 0.024871826171875, + 0.093017578125, + -0.026580810546875, + -0.024871826171875, + 0.0146942138671875, + 0.014801025390625, + 0.029998779296875, + 0.050323486328125, + -0.0191192626953125, + -0.0021514892578125, + 0.003448486328125, + -0.05133056640625, + -0.029998779296875, + 0.00521087646484375, + 0.008056640625, + -0.02496337890625, + -0.034027099609375, + 0.01137542724609375, + -0.05194091796875, + 0.032012939453125, + -0.0094146728515625, + -0.01389312744140625, + -0.00689697265625, + 0.0458984375, + -0.017822265625, + -0.048736572265625, + 0.0201263427734375, + -0.00916290283203125, + -0.018524169921875, + -0.0174102783203125, + -0.032806396484375, + 0.01459503173828125, + -0.00606536865234375, + -0.08538818359375, + -0.0004875659942626953, + 0.03240966796875, + -0.01071929931640625, + -0.0648193359375, + 0.0128326416015625, + 0.01021575927734375, + -0.00955963134765625, + -0.01953125, + -0.0477294921875, + -0.034637451171875, + -0.00201416015625, + -0.050933837890625, + -0.0157012939453125, + 0.0070953369140625, + -0.0384521484375, + -0.00865936279296875, + 0.00920867919921875, + -0.0085601806640625, + 0.03179931640625, + -0.01268768310546875, + 0.0261688232421875, + 0.04449462890625, + 0.007701873779296875, + 0.022247314453125, + 0.0499267578125, + 0.0007801055908203125, + 0.01218414306640625, + 0.0031585693359375, + -0.032623291015625, + 0.00775146484375, + -0.016510009765625, + 0.0146942138671875, + -0.07086181640625, + -0.004833221435546875, + 0.038665771484375, + -0.06884765625, + 0.0287933349609375, + 0.03643798828125, + -0.00445556640625, + -0.038238525390625, + 0.01439666748046875, + -0.006038665771484375, + 0.0167083740234375, + 0.08251953125, + -0.0163116455078125, + -0.00014710426330566406, + 0.01611328125, + -0.03240966796875, + 0.05474853515625, + -0.00005936622619628906, + -0.005157470703125, + -0.038665771484375, + 0.0146942138671875, + 0.020538330078125, + -0.0123291015625, + 0.0089569091796875, + -0.067626953125, + -0.028594970703125, + 0.03765869140625, + 0.00860595703125, + 0.01273345947265625, + 0.00649261474609375, + -0.0277862548828125, + 0.0007143020629882812, + -0.031005859375, + 0.02838134765625, + -0.0025920867919921875, + 0.0252685546875, + -0.036041259765625, + -0.004405975341796875, + -0.0183258056640625, + -0.05517578125, + -0.036651611328125, + -0.01983642578125, + -0.002063751220703125, + -0.01268768310546875, + -0.029388427734375, + 0.0183258056640625, + 0.0153045654296875, + 0.029998779296875, + 0.032806396484375, + 0.05194091796875, + -0.024566650390625, + -0.009613037109375, + 0.018218994140625, + 0.031005859375, + 0.0194244384765625, + -0.00354766845703125, + 0.01348876953125, + 0.0193328857421875, + 0.0172119140625, + -0.048126220703125, + 0.018218994140625, + 0.053955078125, + 0.00003814697265625, + -0.05517578125, + 0.0085601806640625, + -0.032012939453125, + 0.03643798828125, + -0.0316162109375, + 0.040252685546875, + -0.0085601806640625, + 0.0011072158813476562, + -0.08978271484375, + 0.04046630859375, + -0.01087188720703125, + 0.02294921875, + 0.027374267578125, + -0.03424072265625, + -0.064453125, + -0.040679931640625, + -0.0180206298828125, + 0.030609130859375, + -0.0170135498046875, + 0.021636962890625, + 0.001163482666015625, + 0.00513458251953125, + 0.0184173583984375, + 0.0091094970703125, + -0.00540924072265625, + 0.0362548828125, + 0.00971221923828125, + -0.0362548828125, + 0.07330322265625, + -0.028594970703125, + 0.036834716796875, + -0.003826141357421875, + 0.0006542205810546875, + 0.0187225341796875, + -0.016510009765625, + -0.034423828125, + -0.000988006591796875, + 0.02325439453125, + 0.028594970703125, + -0.0046539306640625, + 0.010772705078125, + -0.0114288330078125, + 0.02960205078125, + 0.0017490386962890625, + -0.022247314453125, + 0.02386474609375, + 0.01519775390625, + -0.0308074951171875, + -0.00850677490234375, + -0.050933837890625, + -0.08135986328125, + -0.0277862548828125, + -0.04791259765625, + -0.01490020751953125, + -0.011627197265625, + -0.005184173583984375, + 0.01052093505859375, + -0.06805419921875, + 0.0308074951171875, + -0.00800323486328125, + -0.0372314453125, + -0.0207366943359375, + -0.01036834716796875, + -0.0384521484375, + 0.060394287109375, + 0.01006317138671875, + -0.0176239013671875, + 0.02264404296875, + -0.0220489501953125, + -0.01439666748046875, + 0.020538330078125, + -0.0203399658203125, + -0.040252685546875, + 0.02496337890625, + -0.08575439453125, + -0.032012939453125, + 0.0109710693359375, + 0.0291900634765625, + -0.0006070137023925781, + -0.01102447509765625, + 0.034637451171875, + 0.00136566162109375, + -0.05596923828125, + 0.036651611328125, + 0.021240234375, + -0.00354766845703125, + 0.01006317138671875, + 0.018524169921875, + -0.003498077392578125, + -0.004405975341796875, + 0.0223541259765625, + 0.034637451171875, + 0.034027099609375, + 0.01006317138671875, + 0.00086212158203125, + 0.0240631103515625, + -0.04046630859375, + 0.0172119140625, + 0.01168060302734375, + 0.0298004150390625, + -0.000431060791015625, + 0.010772705078125, + -0.0200347900390625, + -0.1063232421875, + -0.0430908203125, + -0.00951385498046875, + -0.06402587890625, + 0.0008745193481445312, + 0.06683349609375, + 0.035247802734375, + -0.0021648406982421875, + 0.0176239013671875, + 0.00420379638671875, + 0.029998779296875, + 0.0384521484375, + -0.0017490386962890625, + -0.07366943359375, + -0.00749969482421875, + 0.0243682861328125, + 0.05194091796875, + -0.055572509765625, + 0.053955078125, + 0.063232421875, + -0.025970458984375, + -0.048919677734375, + 0.0048065185546875, + 0.004680633544921875, + 0.053955078125, + 0.011627197265625, + 0.0058135986328125, + -0.06646728515625, + 0.01439666748046875, + 0.027984619140625, + -0.003208160400390625, + -0.01067352294921875, + -0.0217437744140625, + -0.03179931640625, + 0.056365966796875, + -0.044891357421875, + -0.0174102783203125, + 0.002490997314453125, + 0.058380126953125, + 0.0112762451171875, + -0.052337646484375, + -0.01172637939453125, + 0.04046630859375, + 0.018524169921875, + -0.0137939453125, + 0.0108184814453125, + -0.01117706298828125, + -0.0006985664367675781, + 0.0174102783203125, + 0.0648193359375, + -0.004756927490234375, + 0.0579833984375, + 0.01953125, + -0.035430908203125, + 0.003421783447265625, + 0.018218994140625, + 0.0101165771484375, + -0.00689697265625, + -0.0247650146484375, + 0.0000438690185546875, + -0.040069580078125, + 0.04913330078125, + 0.02838134765625, + 0.0271759033203125, + 0.040679931640625, + -0.0015544891357421875, + 0.01001739501953125, + 0.005462646484375, + 0.054351806640625, + 0.059600830078125, + 0.0338134765625, + -0.0108184814453125, + 0.02899169921875, + 0.029388427734375, + -0.01580810546875, + -0.01203155517578125, + 0.05194091796875, + -0.03424072265625, + 0.0137939453125, + -0.04107666015625, + 0.01611328125, + 0.0190277099609375, + -0.0231475830078125, + -0.031005859375, + -0.030609130859375, + -0.0028934478759765625, + -0.0187225341796875, + -0.0194244384765625, + -0.02325439453125, + 0.050750732421875, + -0.0567626953125, + 0.047119140625, + 0.04931640625, + -0.0122833251953125, + 0.033416748046875, + -0.03924560546875, + 0.07891845703125, + 0.019622802734375, + 0.0277862548828125, + -0.02264404296875, + 0.0241546630859375, + 0.0458984375, + -0.004680633544921875, + -0.010772705078125, + 0.01580810546875, + -0.0016613006591796875, + 0.04974365234375, + 0.01001739501953125, + 0.017120361328125, + -0.05877685546875, + 0.020843505859375, + 0.0085601806640625, + -0.04449462890625, + 0.053558349609375, + 0.0316162109375, + 0.0271759033203125, + -0.0160064697265625, + -0.0094146728515625, + -0.0028934478759765625, + -0.05999755859375, + 0.05718994140625, + 0.0254669189453125, + 0.001163482666015625, + 0.00614166259765625, + -0.06280517578125, + 0.047119140625, + 0.01439666748046875, + 0.058380126953125, + -0.0430908203125, + 0.0241546630859375, + -0.0029697418212890625, + 0.006694793701171875, + -0.033416748046875, + -0.0016355514526367188, + 0.01358795166015625, + 0.027374267578125, + -0.028594970703125, + 0.037841796875, + 0.0418701171875, + -0.00420379638671875, + -0.050323486328125, + -0.0153045654296875, + 0.0203399658203125, + 0.0031833648681640625, + 0.067626953125, + -0.03424072265625, + -0.03424072265625, + -0.007904052734375, + 0.0237579345703125, + 0.042083740234375, + -0.01348876953125, + 0.025970458984375, + 0.002704620361328125, + 0.0033969879150390625, + -0.0234527587890625, + -0.015899658203125 + ], + "metadata": { + "domains": [ + "fraud-investigation", + "network-forensics", + "incident-response" + ], + "phases": [ + "analysis", + "reporting" + ], + "tags": [ + "graph-visualisierung", + "link-analysis", + "aml", + "fraud" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_ADB", + "type": "tool", + "name": "ADB", + "content": "adb vielseitiges client‑server‑kommandozeilenwerkzeug, mit dem fachleute über usb oder netzwerk mit android‑geräten und emulatoren kommunizieren: pakete installieren, dateien extrahieren, logcats erfassen, ports weiterleiten und logische wie physische datensicherungen erstellen. unverzichtbar für mobile forensik, incident‑response und app‑entwicklung. cli mobile device-management extraction mobile-forensics incident-response data-collection examination", + "embedding": [ + -0.005672454833984375, + 0.00954437255859375, + 0.02337646484375, + 0.0122222900390625, + 0.016754150390625, + 0.0215301513671875, + 0.034088134765625, + -0.00484466552734375, + 0.005893707275390625, + -0.01125335693359375, + -0.02337646484375, + 0.0650634765625, + 0.00492095947265625, + -0.006671905517578125, + -0.052978515625, + 0.0174407958984375, + -0.019195556640625, + 0.005870819091796875, + 0.0096893310546875, + 0.0255279541015625, + -0.0240631103515625, + 0.001461029052734375, + -0.04168701171875, + -0.00443267822265625, + -0.0313720703125, + -0.0123748779296875, + 0.01334381103515625, + -0.04888916015625, + -0.0323486328125, + 0.019378662109375, + 0.03662109375, + -0.0284423828125, + -0.0241546630859375, + 0.0274658203125, + 0.003604888916015625, + -0.0235748291015625, + -0.0089111328125, + -0.0246429443359375, + -0.01207733154296875, + 0.0496826171875, + -0.0036525726318359375, + 0.00431060791015625, + 0.02435302734375, + -0.0099334716796875, + -0.0109100341796875, + -0.0264892578125, + 0.006622314453125, + 0.0031909942626953125, + 0.04461669921875, + -0.033111572265625, + 0.01480865478515625, + 0.01529693603515625, + 0.018218994140625, + -0.0033111572265625, + -0.058441162109375, + 0.03564453125, + 0.017242431640625, + -0.0323486328125, + -0.04754638671875, + 0.0545654296875, + -0.025909423828125, + -0.0165557861328125, + -0.006137847900390625, + 0.005138397216796875, + 0.0276641845703125, + 0.0270843505859375, + -0.0205535888671875, + -0.046356201171875, + -0.019287109375, + 0.007160186767578125, + -0.0163726806640625, + -0.0204620361328125, + -0.0186004638671875, + 0.05572509765625, + -0.01470947265625, + -0.046173095703125, + 0.004749298095703125, + -0.0230865478515625, + -0.0160675048828125, + 0.01276397705078125, + -0.045989990234375, + -0.0005998611450195312, + 0.0323486328125, + -0.0091094970703125, + -0.017730712890625, + 0.016754150390625, + 0.02337646484375, + 0.0060882568359375, + -0.0019121170043945312, + -0.0024356842041015625, + 0.040130615234375, + -0.00847625732421875, + 0.02630615234375, + -0.00455474853515625, + 0.046173095703125, + 0.056121826171875, + -0.0086212158203125, + -0.0040435791015625, + 0.00720977783203125, + 0.034088134765625, + 0.024261474609375, + -0.0211334228515625, + 0.052978515625, + 0.00013399124145507812, + 0.03448486328125, + -0.036834716796875, + 0.01354217529296875, + -0.021728515625, + -0.028839111328125, + -0.003993988037109375, + -0.10443115234375, + -0.0447998046875, + -0.01558685302734375, + -0.054168701171875, + -0.01480865478515625, + 0.00896453857421875, + -0.002788543701171875, + 0.04791259765625, + -0.0670166015625, + -0.02728271484375, + 0.0160675048828125, + 0.0428466796875, + -0.0199737548828125, + -0.00847625732421875, + -0.06585693359375, + -0.0301971435546875, + 0.005748748779296875, + 0.0023021697998046875, + -0.033111572265625, + -0.0201568603515625, + -0.034881591796875, + -0.0229949951171875, + -0.030975341796875, + -0.033905029296875, + -0.0186004638671875, + -0.05963134765625, + 0.037200927734375, + 0.00925445556640625, + 0.00557708740234375, + -0.01509857177734375, + 0.04248046875, + -0.051055908203125, + -0.06781005859375, + 0.0185089111328125, + -0.01027679443359375, + -0.031951904296875, + -0.024444580078125, + 0.062744140625, + -0.0255279541015625, + -0.02142333984375, + -0.0018873214721679688, + 0.00394439697265625, + 0.0274658203125, + -0.00189971923828125, + -0.006282806396484375, + -0.03741455078125, + -0.018707275390625, + 0.008819580078125, + 0.025909423828125, + -0.004894256591796875, + -0.02728271484375, + 0.028839111328125, + -0.01007843017578125, + 0.037994384765625, + -0.02728271484375, + -0.02484130859375, + -0.0194854736328125, + 0.00177764892578125, + -0.021728515625, + 0.003726959228515625, + 0.0096435546875, + -0.01154327392578125, + 0.037017822265625, + 0.062347412109375, + -0.006381988525390625, + 0.017333984375, + 0.005649566650390625, + 0.0007791519165039062, + 0.0305938720703125, + 0.025909423828125, + -0.0121307373046875, + -0.050262451171875, + 0.0296173095703125, + 0.033111572265625, + 0.01763916015625, + -0.0165557861328125, + -0.049102783203125, + -0.005870819091796875, + -0.02630615234375, + 0.046356201171875, + -0.01174163818359375, + -0.0286407470703125, + -0.00725555419921875, + 0.032135009765625, + 0.0257110595703125, + 0.0467529296875, + 0.040313720703125, + -0.020263671875, + 0.053375244140625, + -0.021331787109375, + 0.00431060791015625, + 0.046966552734375, + 0.0018873214721679688, + 0.03857421875, + 0.01100921630859375, + 0.0170440673828125, + -0.016845703125, + 0.026885986328125, + 0.0205535888671875, + -0.024932861328125, + -0.0109100341796875, + 0.0245513916015625, + -0.016845703125, + -0.043243408203125, + -0.032745361328125, + -0.032745361328125, + 0.03350830078125, + -0.045013427734375, + -0.0294189453125, + -0.0266876220703125, + 0.003360748291015625, + -0.0689697265625, + -0.0081329345703125, + -0.0003867149353027344, + -0.02191162109375, + 0.0154876708984375, + 0.0169525146484375, + -0.03350830078125, + -0.058441162109375, + 0.0093994140625, + -0.0149993896484375, + 0.020263671875, + 0.00954437255859375, + -0.000263214111328125, + -0.0124664306640625, + -0.02239990234375, + 0.0284423828125, + 0.039154052734375, + 0.0013275146484375, + 0.0165557861328125, + -0.020751953125, + 0.00469970703125, + -0.0266876220703125, + 0.01558685302734375, + 0.01461029052734375, + -0.0477294921875, + -0.016754150390625, + 0.0118865966796875, + 0.02239990234375, + 0.058837890625, + -0.041290283203125, + -0.007793426513671875, + -0.0467529296875, + -0.0010232925415039062, + -0.0775146484375, + -0.036834716796875, + -0.033111572265625, + -0.056121826171875, + 0.052978515625, + -0.03253173828125, + -0.0245513916015625, + 0.0012722015380859375, + 0.0010900497436523438, + -0.0111541748046875, + 0.03564453125, + -0.006160736083984375, + -0.044219970703125, + 0.008331298828125, + 0.07171630859375, + -0.0189971923828125, + -0.012176513671875, + -0.038177490234375, + 0.00920867919921875, + 0.0083770751953125, + 0.0235748291015625, + -0.01529693603515625, + -0.0245513916015625, + 0.023956298828125, + 0.0065765380859375, + 0.0195770263671875, + -0.01285552978515625, + 0.028839111328125, + -0.01461029052734375, + 0.036834716796875, + -0.04052734375, + -0.0230865478515625, + 0.01529693603515625, + -0.0099334716796875, + -0.02239990234375, + -0.0477294921875, + -0.00852203369140625, + 0.027862548828125, + 0.006526947021484375, + 0.0215301513671875, + 0.02239990234375, + -0.037017822265625, + 0.01305389404296875, + 0.0118865966796875, + -0.0037746429443359375, + 0.0225982666015625, + 0.041900634765625, + -0.027862548828125, + 0.024749755859375, + 0.010711669921875, + 0.033905029296875, + -0.00555419921875, + -0.0457763671875, + -0.023956298828125, + 0.0206451416015625, + -0.05181884765625, + -0.036041259765625, + 0.016265869140625, + -0.0096893310546875, + 0.024932861328125, + -0.0118865966796875, + -0.01105499267578125, + -0.03857421875, + -0.03564453125, + -0.00533294677734375, + -0.00598907470703125, + -0.03253173828125, + -0.0158843994140625, + 0.032745361328125, + -0.0236663818359375, + -0.003604888916015625, + -0.026885986328125, + -0.017730712890625, + -0.060394287109375, + 0.01207733154296875, + -0.01509857177734375, + 0.0180206298828125, + -0.0261077880859375, + 0.03741455078125, + 0.01276397705078125, + 0.038970947265625, + 0.0211334228515625, + 0.0791015625, + 0.0225067138671875, + -0.007694244384765625, + -0.027862548828125, + 0.006771087646484375, + 0.010711669921875, + 0.0221099853515625, + -0.04150390625, + -0.020843505859375, + -0.0199737548828125, + -0.0221099853515625, + 0.006038665771484375, + 0.00696563720703125, + 0.037200927734375, + 0.03857421875, + -0.03936767578125, + 0.00847625732421875, + 0.048126220703125, + 0.010711669921875, + 0.07794189453125, + -0.0010232925415039062, + -0.0282440185546875, + -0.0035076141357421875, + 0.031768798828125, + -0.042266845703125, + 0.017730712890625, + 0.041107177734375, + -0.00852203369140625, + 0.00774383544921875, + 0.0307769775390625, + -0.01125335693359375, + 0.01568603515625, + 0.003726959228515625, + -0.0104217529296875, + -0.0034580230712890625, + 0.01715087890625, + -0.00433349609375, + 0.043060302734375, + 0.0276641845703125, + 0.01666259765625, + 0.0343017578125, + -0.01256561279296875, + 0.01256561279296875, + -0.0037021636962890625, + -0.058441162109375, + 0.007305145263671875, + 0.029022216796875, + 0.0189971923828125, + 0.04052734375, + -0.0086669921875, + -0.045196533203125, + 0.012664794921875, + -0.03253173828125, + 0.097412109375, + 0.049285888671875, + 0.00978851318359375, + 0.03778076171875, + -0.0091094970703125, + 0.01432037353515625, + 0.0035552978515625, + 0.0111541748046875, + 0.01763916015625, + 0.036224365234375, + 0.04248046875, + 0.0065765380859375, + -0.02484130859375, + 0.002349853515625, + 0.05804443359375, + 0.00467681884765625, + 0.01027679443359375, + 0.0134429931640625, + -0.007648468017578125, + 0.051422119140625, + -0.020355224609375, + 0.024932861328125, + 0.006526947021484375, + -0.002033233642578125, + 0.017730712890625, + -0.01509857177734375, + -0.0038967132568359375, + -0.04656982421875, + 0.0230865478515625, + -0.01529693603515625, + 0.0158843994140625, + 0.05377197265625, + 0.0211334228515625, + -0.03369140625, + -0.001972198486328125, + 0.047332763671875, + -0.060394287109375, + 0.0200653076171875, + 0.01480865478515625, + -0.04443359375, + 0.007061004638671875, + -0.01422119140625, + -0.0872802734375, + 0.0282440185546875, + -0.0301971435546875, + -0.018798828125, + 0.01538848876953125, + 0.036041259765625, + -0.051422119140625, + -0.0301971435546875, + -0.026885986328125, + -0.023284912109375, + -0.0185089111328125, + -0.013641357421875, + 0.03778076171875, + 0.01023101806640625, + -0.010711669921875, + 0.019195556640625, + 0.0545654296875, + -0.00034546852111816406, + -0.04461669921875, + 0.06585693359375, + -0.005016326904296875, + -0.0650634765625, + 0.0457763671875, + 0.0200653076171875, + 0.01509857177734375, + -0.051055908203125, + 0.020355224609375, + -0.0088653564453125, + 0.01568603515625, + 0.032928466796875, + 0.0236663818359375, + -0.01422119140625, + -0.03546142578125, + -0.04443359375, + 0.04345703125, + 0.024444580078125, + 0.0477294921875, + -0.005870819091796875, + -0.042083740234375, + 0.031768798828125, + -0.032745361328125, + -0.0303955078125, + -0.0139312744140625, + 0.0333251953125, + -0.042266845703125, + 0.0755615234375, + -0.0190887451171875, + -0.002777099609375, + 0.0018873214721679688, + 0.04248046875, + 0.02532958984375, + 0.035858154296875, + -0.025909423828125, + 0.0292205810546875, + 0.05804443359375, + -0.03875732421875, + -0.0292205810546875, + 0.00418853759765625, + -0.02288818359375, + 0.048309326171875, + -0.0230865478515625, + -0.001644134521484375, + -0.019378662109375, + -0.054931640625, + -0.01373291015625, + -0.00905609130859375, + -0.0002923011779785156, + -0.0333251953125, + 0.03839111328125, + 0.0457763671875, + -0.029022216796875, + 0.0284423828125, + 0.003055572509765625, + 0.005405426025390625, + 0.026885986328125, + 0.01461029052734375, + -0.020843505859375, + 0.0200653076171875, + -0.0631103515625, + -0.046173095703125, + 0.00055694580078125, + 0.04150390625, + 0.0017900466918945312, + 0.018310546875, + -0.01076507568359375, + 0.011199951171875, + 0.029022216796875, + -0.01285552978515625, + -0.006427764892578125, + -0.00304412841796875, + -0.01568603515625, + -0.016265869140625, + -0.02484130859375, + 0.01412200927734375, + 0.03973388671875, + 0.01509857177734375, + 0.0021190643310546875, + 0.051422119140625, + -0.02191162109375, + -0.003871917724609375, + 0.0276641845703125, + -0.0088653564453125, + 0.0019121170043945312, + -0.01354217529296875, + -0.0041656494140625, + -0.005527496337890625, + 0.0257110595703125, + -0.01529693603515625, + -0.03875732421875, + -0.0650634765625, + 0.017730712890625, + -0.00557708740234375, + -0.01149749755859375, + -0.03448486328125, + -0.03662109375, + -0.049285888671875, + 0.0264892578125, + 0.0284423828125, + 0.013641357421875, + -0.002532958984375, + -0.021820068359375, + -0.0160675048828125, + -0.002849578857421875, + -0.0129547119140625, + 0.045013427734375, + -0.0301971435546875, + -0.000001430511474609375, + -0.003726959228515625, + -0.007648468017578125, + -0.00496673583984375, + 0.044036865234375, + 0.021820068359375, + 0.03662109375, + 0.0477294921875, + -0.029815673828125, + 0.0292205810546875, + -0.029022216796875, + -0.0307769775390625, + 0.0068206787109375, + -0.0204620361328125, + 0.031768798828125, + -0.01617431640625, + -0.01256561279296875, + 0.01558685302734375, + 0.0352783203125, + 0.0042877197265625, + -0.0274658203125, + -0.0255279541015625, + 0.0428466796875, + 0.0002390146255493164, + 0.04949951171875, + -0.0352783203125, + -0.03253173828125, + -0.0251312255859375, + 0.0024356842041015625, + 0.0245513916015625, + -0.00696563720703125, + 0.0311737060546875, + -0.0294189453125, + 0.0018749237060546875, + 0.05572509765625, + -0.0124664306640625, + -0.052978515625, + -0.0230865478515625, + 0.002971649169921875, + 0.0144195556640625, + 0.06353759765625, + 0.01285552978515625, + 0.066650390625, + 0.01432037353515625, + -0.0088653564453125, + 0.0307769775390625, + 0.061187744140625, + 0.041900634765625, + -0.0013637542724609375, + -0.041107177734375, + 0.0220184326171875, + -0.007549285888671875, + -0.056121826171875, + -0.0206451416015625, + -0.0015344619750976562, + 0.06585693359375, + -0.056121826171875, + -0.0129547119140625, + -0.0005116462707519531, + 0.007305145263671875, + -0.0091552734375, + 0.019775390625, + -0.019378662109375, + 0.031768798828125, + 0.0108642578125, + -0.0438232421875, + -0.042266845703125, + -0.019866943359375, + 0.037200927734375, + 0.0496826171875, + 0.044036865234375, + -0.037200927734375, + 0.02386474609375, + 0.0301971435546875, + 0.0261077880859375, + 0.00037288665771484375, + 0.037017822265625, + 0.001972198486328125, + 0.0286407470703125, + 0.01305389404296875, + 0.031768798828125, + -0.0086669921875, + -0.0286407470703125, + 0.01158905029296875, + 0.053375244140625, + 0.0225982666015625, + 0.048309326171875, + 0.002727508544921875, + -0.01305389404296875, + -0.049285888671875, + -0.05181884765625, + 0.0109100341796875, + 0.01568603515625, + -0.0220184326171875, + -0.04052734375, + -0.04052734375, + 0.0303955078125, + -0.062744140625, + 0.046356201171875, + 0.0134429931640625, + -0.0264892578125, + -0.048126220703125, + 0.021728515625, + 0.006671905517578125, + -0.047332763671875, + 0.0195770263671875, + -0.006282806396484375, + -0.0264892578125, + -0.03564453125, + -0.0186004638671875, + 0.033111572265625, + 0.01276397705078125, + -0.0545654296875, + -0.05377197265625, + 0.03350830078125, + -0.01285552978515625, + -0.04071044921875, + -0.0457763671875, + -0.0031414031982421875, + -0.026885986328125, + -0.042083740234375, + -0.0215301513671875, + -0.019775390625, + 0.0210418701171875, + -0.0044097900390625, + -0.00484466552734375, + -0.0305938720703125, + -0.01052093505859375, + 0.0264892578125, + -0.021728515625, + -0.0294189453125, + 0.033905029296875, + -0.0301971435546875, + 0.05767822265625, + 0.020263671875, + -0.0009317398071289062, + 0.042266845703125, + 0.051055908203125, + 0.0026187896728515625, + 0.011444091796875, + 0.018218994140625, + -0.057281494140625, + 0.0035552978515625, + -0.01183319091796875, + 0.01538848876953125, + -0.054168701171875, + -0.01412200927734375, + 0.051055908203125, + -0.0814208984375, + 0.0154876708984375, + 0.016845703125, + -0.018890380859375, + -0.036041259765625, + -0.0013456344604492188, + 0.0017414093017578125, + -0.0204620361328125, + 0.08648681640625, + 0.023956298828125, + -0.003871917724609375, + -0.0041656494140625, + -0.02484130859375, + 0.051055908203125, + 0.012664794921875, + 0.0280609130859375, + -0.03973388671875, + 0.02532958984375, + -0.01129913330078125, + 0.00189971923828125, + -0.01403045654296875, + -0.07366943359375, + 0.0163726806640625, + 0.0257110595703125, + 0.0282440185546875, + -0.00606536865234375, + -0.00896453857421875, + -0.0296173095703125, + -0.041900634765625, + -0.0270843505859375, + 0.018798828125, + 0.016754150390625, + -0.0006241798400878906, + -0.0301971435546875, + 0.0000393986701965332, + -0.01076507568359375, + -0.047332763671875, + -0.0144195556640625, + -0.024932861328125, + 0.035858154296875, + 0.0099334716796875, + -0.043060302734375, + 0.0251312255859375, + 0.0014066696166992188, + -0.0286407470703125, + 0.0124664306640625, + 0.0428466796875, + -0.019378662109375, + 0.0018749237060546875, + -0.0021190643310546875, + 0.01422119140625, + 0.0033855438232421875, + 0.016845703125, + -0.0008950233459472656, + 0.0323486328125, + 0.0225982666015625, + -0.04168701171875, + 0.0506591796875, + 0.0467529296875, + -0.0276641845703125, + -0.0693359375, + -0.042266845703125, + -0.03662109375, + 0.024932861328125, + -0.006671905517578125, + 0.045196533203125, + 0.034088134765625, + -0.01227569580078125, + -0.0970458984375, + 0.0220184326171875, + -0.0506591796875, + 0.022796630859375, + 0.0670166015625, + 0.0015096664428710938, + -0.060394287109375, + -0.05767822265625, + -0.040313720703125, + 0.0305938720703125, + 0.0004780292510986328, + 0.018890380859375, + -0.031768798828125, + 0.004650115966796875, + 0.024444580078125, + 0.0086669921875, + -0.01305389404296875, + 0.066650390625, + 0.01558685302734375, + -0.0257110595703125, + 0.0257110595703125, + -0.0175323486328125, + -0.0009741783142089844, + -0.029815673828125, + 0.019683837890625, + -0.0024356842041015625, + -0.0095977783203125, + -0.018218994140625, + -0.017822265625, + 0.0236663818359375, + 0.06622314453125, + -0.0009012222290039062, + 0.02728271484375, + -0.037017822265625, + 0.03759765625, + -0.0012598037719726562, + -0.012664794921875, + 0.002216339111328125, + 0.01354217529296875, + -0.005870819091796875, + -0.01227569580078125, + -0.053375244140625, + -0.099365234375, + 0.0021305084228515625, + -0.04266357421875, + -0.0266876220703125, + 0.01383209228515625, + 0.019378662109375, + 0.03369140625, + -0.0194854736328125, + 0.01285552978515625, + -0.0124664306640625, + -0.0209503173828125, + -0.023773193359375, + 0.03857421875, + -0.037017822265625, + 0.043060302734375, + -0.0200653076171875, + -0.03253173828125, + 0.0174407958984375, + -0.02435302734375, + 0.0101776123046875, + -0.018707275390625, + -0.004261016845703125, + -0.039947509765625, + 0.003360748291015625, + -0.09625244140625, + -0.029815673828125, + 0.01763916015625, + 0.052215576171875, + 0.007598876953125, + -0.00010198354721069336, + 0.034881591796875, + -0.021240234375, + -0.056121826171875, + -0.0020694732666015625, + -0.01081085205078125, + -0.03973388671875, + -0.0116424560546875, + 0.00847625732421875, + 0.0099334716796875, + -0.0093536376953125, + 0.052215576171875, + 0.041900634765625, + 0.060791015625, + 0.037994384765625, + -0.03643798828125, + -0.021240234375, + -0.0264892578125, + 0.03546142578125, + 0.01422119140625, + 0.0225982666015625, + -0.020263671875, + 0.01461029052734375, + -0.0181121826171875, + -0.0771484375, + -0.0129547119140625, + -0.044219970703125, + -0.03155517578125, + 0.01558685302734375, + 0.0631103515625, + 0.0266876220703125, + -0.0149993896484375, + 0.0211334228515625, + 0.045196533203125, + 0.04888916015625, + 0.01558685302734375, + -0.024749755859375, + -0.043243408203125, + 0.01125335693359375, + 0.00394439697265625, + 0.016845703125, + -0.068603515625, + 0.05804443359375, + 0.06195068359375, + -0.03253173828125, + -0.0186004638671875, + -0.00847625732421875, + -0.016754150390625, + 0.041107177734375, + 0.03955078125, + 0.00720977783203125, + -0.056884765625, + 0.01027679443359375, + 0.0220184326171875, + 0.0026416778564453125, + -0.0116424560546875, + -0.02532958984375, + -0.038970947265625, + 0.0307769775390625, + -0.0670166015625, + 0.0134429931640625, + -0.0014486312866210938, + 0.07830810546875, + 0.002277374267578125, + -0.054168701171875, + -0.022796630859375, + 0.0467529296875, + -0.012664794921875, + -0.02337646484375, + 0.00618743896484375, + 0.00611114501953125, + -0.01666259765625, + 0.036224365234375, + 0.041107177734375, + 0.007160186767578125, + 0.0226898193359375, + 0.0106658935546875, + -0.0650634765625, + 0.0251312255859375, + -0.017822265625, + 0.0096435546875, + -0.007015228271484375, + -0.023773193359375, + -0.04443359375, + -0.058837890625, + 0.029022216796875, + 0.027862548828125, + 0.04461669921875, + 0.0199737548828125, + -0.00998687744140625, + 0.00876617431640625, + 0.006622314453125, + 0.0284423828125, + 0.0305938720703125, + 0.0286407470703125, + 0.0307769775390625, + 0.0158843994140625, + -0.004627227783203125, + 0.036224365234375, + -0.028839111328125, + 0.01027679443359375, + -0.02337646484375, + -0.0035076141357421875, + -0.05181884765625, + 0.00202178955078125, + 0.007404327392578125, + -0.04656982421875, + 0.01334381103515625, + -0.034881591796875, + 0.01558685302734375, + 0.011688232421875, + -0.040924072265625, + -0.0276641845703125, + 0.0477294921875, + -0.0284423828125, + 0.04461669921875, + 0.0179290771484375, + -0.008087158203125, + 0.00052642822265625, + -0.056121826171875, + 0.0810546875, + 0.04364013671875, + 0.0274658203125, + 0.00177764892578125, + 0.025909423828125, + 0.0296173095703125, + -0.00794219970703125, + 0.029998779296875, + 0.007160186767578125, + -0.031768798828125, + 0.04364013671875, + 0.029815673828125, + -0.00672149658203125, + -0.022308349609375, + 0.03155517578125, + -0.01509857177734375, + -0.029998779296875, + 0.03466796875, + 0.0185089111328125, + 0.00623321533203125, + 0.024261474609375, + 0.021728515625, + -0.036224365234375, + -0.062744140625, + 0.056121826171875, + 0.019775390625, + -0.0145111083984375, + 0.05572509765625, + -0.0545654296875, + 0.06353759765625, + 0.00872039794921875, + 0.051422119140625, + -0.032928466796875, + 0.0438232421875, + -0.019683837890625, + -0.005748748779296875, + -0.01305389404296875, + 0.03369140625, + -0.0209503173828125, + 0.005672454833984375, + -0.035858154296875, + 0.05963134765625, + 0.017242431640625, + -0.03350830078125, + -0.0771484375, + 0.0000502467155456543, + -0.00930023193359375, + 0.00954437255859375, + 0.046356201171875, + -0.0215301513671875, + -0.01422119140625, + 0.01354217529296875, + 0.019378662109375, + 0.0631103515625, + -0.00745391845703125, + 0.0294189453125, + -0.001010894775390625, + 0.0093536376953125, + -0.010711669921875, + -0.012420654296875 + ], + "metadata": { + "domains": [ + "mobile-forensics", + "incident-response" + ], + "phases": [ + "data-collection", + "examination" + ], + "tags": [ + "cli", + "mobile", + "device-management", + "extraction" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_IDA_Pro", + "type": "tool", + "name": "IDA Pro", + "content": "ida pro vertreten im bereich des reverse engineering seit über 30 jahren - hexrays ida pro definierte die statische binary-analyse. der disassembler unterstützt über 50 prozessor-architekturen von x86 über arm bis zu exotischen dsps. der decompiler wandelt assembly in lesbaren c-pseudocode um, interaktive cross-references visualisieren code-beziehungen, der graph-view zeigt control-flow intuitiv. idapython ermöglicht automatisierung komplexer analysen. die signature- datenbank (flirt) identifiziert standard-bibliotheken automatisch. collaborative-features für teamanalysen. besonders stark bei malware- dekonstruktion, vulnerability-research und firmware-analyse. der preis schreckt hobbyisten ab. disassembler decompiler malware-analysis static-investigations analysis", + "embedding": [ + -0.045074462890625, + 0.005062103271484375, + 0.03778076171875, + 0.02777099609375, + 0.022125244140625, + 0.03570556640625, + 0.02264404296875, + 0.0159759521484375, + -0.034637451171875, + -0.007411956787109375, + -0.034454345703125, + 0.05426025390625, + 0.004932403564453125, + 0.03173828125, + -0.053436279296875, + 0.041534423828125, + -0.0160675048828125, + 0.01221466064453125, + -0.00446319580078125, + -0.0014028549194335938, + -0.013671875, + -0.0159759521484375, + -0.03424072265625, + -0.0306854248046875, + 0.018890380859375, + 0.00839996337890625, + -0.01534271240234375, + -0.0496826171875, + -0.0103302001953125, + -0.0182647705078125, + 0.0202484130859375, + -0.006290435791015625, + 0.01309967041015625, + 0.0202484130859375, + 0.01544952392578125, + -0.018890380859375, + 0.0037059783935546875, + -0.059295654296875, + -0.0184783935546875, + 0.044677734375, + -0.01111602783203125, + 0.013671875, + 0.01617431640625, + -0.00347137451171875, + 0.00975799560546875, + -0.0452880859375, + 0.01174163818359375, + -0.01023101806640625, + 0.005321502685546875, + -0.008453369140625, + 0.045928955078125, + 0.025054931640625, + 0.0089263916015625, + -0.04132080078125, + -0.050323486328125, + 0.045501708984375, + 0.0296478271484375, + -0.0338134765625, + -0.036102294921875, + 0.049468994140625, + -0.0338134765625, + 0.005218505859375, + 0.0123138427734375, + 0.0001125335693359375, + -0.00751495361328125, + 0.04571533203125, + -0.007099151611328125, + -0.04425048828125, + 0.0007634162902832031, + 0.0170135498046875, + 0.009185791015625, + -0.007358551025390625, + -0.032989501953125, + 0.039031982421875, + -0.0546875, + -0.027557373046875, + 0.0200347900390625, + 0.04071044921875, + -0.0054779052734375, + 0.005191802978515625, + -0.04071044921875, + 0.01012420654296875, + 0.053436279296875, + -0.0089263916015625, + 0.002269744873046875, + -0.00211334228515625, + 0.029022216796875, + 0.0184783935546875, + 0.01523590087890625, + -0.0003979206085205078, + 0.035064697265625, + -0.01461029052734375, + 0.033599853515625, + -0.021820068359375, + 0.008819580078125, + 0.025360107421875, + -0.03424072265625, + -0.01064300537109375, + -0.046356201171875, + 0.028594970703125, + 0.0230712890625, + 0.0011806488037109375, + 0.05218505859375, + -0.027130126953125, + 0.0396728515625, + -0.040496826171875, + 0.0264129638671875, + -0.0060272216796875, + -0.004150390625, + -0.01346588134765625, + -0.0714111328125, + -0.025054931640625, + -0.00923919677734375, + -0.0626220703125, + 0.0024127960205078125, + 0.004802703857421875, + -0.0187835693359375, + 0.01461029052734375, + -0.047393798828125, + -0.0302734375, + 0.0173187255859375, + 0.0031452178955078125, + 0.0022182464599609375, + 0.034027099609375, + -0.0467529296875, + -0.05718994140625, + 0.003940582275390625, + 0.034454345703125, + -0.05010986328125, + -0.020660400390625, + -0.005062103271484375, + -0.0242156982421875, + -0.01544952392578125, + 0.01409149169921875, + -0.0081939697265625, + -0.02056884765625, + 0.02984619140625, + 0.0012788772583007812, + -0.009552001953125, + -0.002948760986328125, + 0.0193023681640625, + -0.02191162109375, + -0.06927490234375, + 0.021087646484375, + -0.00238800048828125, + -0.0245208740234375, + -0.0032100677490234375, + 0.022125244140625, + -0.046966552734375, + 0.0032100677490234375, + -0.0030651092529296875, + 0.0009984970092773438, + 0.060943603515625, + -0.002140045166015625, + 0.026092529296875, + -0.0269317626953125, + 0.01007080078125, + -0.0382080078125, + 0.041961669921875, + -0.01335906982421875, + -0.01148223876953125, + 0.0170135498046875, + -0.01012420654296875, + 0.03924560546875, + -0.0294342041015625, + -0.046966552734375, + -0.0001443624496459961, + 0.02734375, + 0.0208740234375, + -0.0177459716796875, + 0.00751495361328125, + -0.01080322265625, + 0.0296478271484375, + 0.06011962890625, + -0.0216064453125, + 0.022857666015625, + -0.019622802734375, + -0.0128936767578125, + 0.028594970703125, + 0.0172271728515625, + -0.00887298583984375, + -0.0323486328125, + 0.0308990478515625, + -0.01116943359375, + 0.0269317626953125, + 0.01273345947265625, + -0.0036525726318359375, + -0.0145111083984375, + -0.0302734375, + 0.045501708984375, + -0.0279693603515625, + -0.0242156982421875, + -0.01038360595703125, + 0.0411376953125, + 0.00814056396484375, + 0.059295654296875, + 0.037353515625, + -0.01059722900390625, + 0.0517578125, + -0.00665283203125, + 0.0302734375, + 0.021392822265625, + 0.003261566162109375, + 0.07183837890625, + 0.0236968994140625, + -0.00933837890625, + -0.0030269622802734375, + 0.025360107421875, + 0.03338623046875, + -0.006107330322265625, + 0.0004730224609375, + 0.0244293212890625, + 0.0010700225830078125, + 0.0037059783935546875, + -0.019927978515625, + -0.040496826171875, + 0.042999267578125, + -0.0007729530334472656, + 0.00913238525390625, + -0.0279693603515625, + 0.0015134811401367188, + -0.03173828125, + -0.01049041748046875, + 0.019622802734375, + -0.051971435546875, + 0.037994384765625, + 0.031524658203125, + -0.0162811279296875, + -0.0028839111328125, + 0.02630615234375, + 0.038421630859375, + 0.0209808349609375, + 0.0294342041015625, + -0.00665283203125, + -0.03131103515625, + -0.0109100341796875, + 0.0201416015625, + 0.032135009765625, + 0.0201416015625, + 0.00714874267578125, + -0.0396728515625, + 0.047607421875, + -0.02484130859375, + 0.039459228515625, + 0.036529541015625, + -0.0200347900390625, + 0.00830078125, + 0.00238800048828125, + 0.031097412109375, + 0.038818359375, + -0.034637451171875, + -0.025054931640625, + -0.050933837890625, + 0.017852783203125, + -0.060546875, + -0.02557373046875, + -0.01471710205078125, + -0.055938720703125, + 0.040496826171875, + -0.02777099609375, + -0.039031982421875, + 0.027557373046875, + 0.035491943359375, + -0.005428314208984375, + 0.014404296875, + 0.00498199462890625, + -0.053436279296875, + 0.0069427490234375, + 0.0697021484375, + 0.0038356781005859375, + -0.023895263671875, + -0.0279693603515625, + 0.0173187255859375, + 0.0011615753173828125, + 0.01983642578125, + -0.0110626220703125, + 0.004825592041015625, + 0.0302734375, + 0.030059814453125, + 0.0208740234375, + -0.025360107421875, + 0.0159759521484375, + -0.010955810546875, + 0.06890869140625, + -0.03985595703125, + 0.0030536651611328125, + 0.001735687255859375, + -0.00301361083984375, + -0.005035400390625, + -0.041961669921875, + -0.005504608154296875, + 0.0352783203125, + 0.03131103515625, + 0.0294342041015625, + 0.0119476318359375, + -0.07470703125, + 0.00121307373046875, + 0.0261993408203125, + -0.008087158203125, + 0.038604736328125, + 0.051971435546875, + -0.04925537109375, + -0.004695892333984375, + -0.01085662841796875, + 0.003993988037109375, + -0.044464111328125, + -0.02587890625, + -0.0438232421875, + 0.0145111083984375, + -0.044891357421875, + -0.0259857177734375, + 0.0200347900390625, + -0.037994384765625, + 0.026092529296875, + -0.0160675048828125, + 0.0157623291015625, + -0.053863525390625, + -0.042388916015625, + 0.0006031990051269531, + -0.0037059783935546875, + -0.04071044921875, + -0.053009033203125, + 0.05072021484375, + 0.01910400390625, + 0.024627685546875, + 0.0101776123046875, + 0.0267181396484375, + -0.0252532958984375, + 0.01910400390625, + -0.018585205078125, + 0.01012420654296875, + 0.01482391357421875, + 0.044464111328125, + 0.023590087890625, + 0.00788116455078125, + 0.04278564453125, + 0.0743408203125, + 0.0411376953125, + -0.021392822265625, + -0.00798797607421875, + 0.01111602783203125, + 0.02734375, + 0.015655517578125, + -0.039031982421875, + -0.0234832763671875, + -0.0323486328125, + -0.01513671875, + 0.00861358642578125, + -0.00876617431640625, + 0.053863525390625, + 0.0546875, + 0.01023101806640625, + -0.01236724853515625, + 0.053009033203125, + 0.0058441162109375, + 0.0885009765625, + -0.00634002685546875, + -0.049896240234375, + 0.00257110595703125, + 0.036102294921875, + -0.019927978515625, + -0.027130126953125, + 0.0382080078125, + 0.01325225830078125, + -0.0162811279296875, + 0.046142578125, + -0.0110626220703125, + 0.004489898681640625, + -0.02484130859375, + -0.0014219284057617188, + 0.0212860107421875, + -0.02191162109375, + 0.0214996337890625, + 0.00824737548828125, + 0.039031982421875, + 0.0214996337890625, + 0.029022216796875, + -0.058868408203125, + -0.003887176513671875, + -0.044464111328125, + -0.034454345703125, + 0.032135009765625, + 0.00814056396484375, + -0.0016698837280273438, + 0.04425048828125, + -0.042572021484375, + -0.06719970703125, + 0.01226043701171875, + -0.048004150390625, + 0.12109375, + 0.05426025390625, + -0.0162811279296875, + 0.018890380859375, + -0.034637451171875, + 0.030059814453125, + 0.0214996337890625, + 0.01100921630859375, + 0.046356201171875, + 0.0626220703125, + 0.037994384765625, + 0.0121612548828125, + -0.053009033203125, + 0.011688232421875, + 0.02337646484375, + 0.005401611328125, + 0.0062103271484375, + 0.056365966796875, + -0.003940582275390625, + 0.02630615234375, + -0.00301361083984375, + 0.044891357421875, + 0.04364013671875, + -0.034027099609375, + 0.040924072265625, + -0.005218505859375, + 0.021820068359375, + -0.049896240234375, + -0.00788116455078125, + 0.014923095703125, + 0.0261993408203125, + 0.030059814453125, + 0.035491943359375, + -0.05718994140625, + -0.0037841796875, + 0.05072021484375, + -0.067626953125, + 0.018585205078125, + -0.01122283935546875, + -0.017120361328125, + -0.0160675048828125, + -0.0396728515625, + -0.0596923828125, + 0.01398468017578125, + -0.036102294921875, + -0.0517578125, + -0.01001739501953125, + 0.01137542724609375, + -0.0195159912109375, + -0.0094451904296875, + -0.017425537109375, + -0.014923095703125, + -0.0238037109375, + -0.01158905029296875, + 0.032989501953125, + 0.0026226043701171875, + -0.007724761962890625, + 0.03985595703125, + 0.04217529296875, + -0.0164947509765625, + -0.02337646484375, + 0.02630615234375, + -0.00986480712890625, + -0.0279693603515625, + 0.0238037109375, + 0.01059722900390625, + 0.005428314208984375, + -0.037353515625, + -0.0202484130859375, + 0.014404296875, + -0.0007958412170410156, + 0.02587890625, + 0.0247344970703125, + -0.0251617431640625, + -0.047393798828125, + -0.03131103515625, + 0.047393798828125, + 0.00850677490234375, + 0.0452880859375, + -0.0038089752197265625, + -0.05322265625, + 0.0155487060546875, + -0.05426025390625, + -0.0323486328125, + -0.01116943359375, + 0.01299285888671875, + -0.0011615753173828125, + 0.048431396484375, + 0.004199981689453125, + -0.00527191162109375, + 0.0023097991943359375, + 0.04217529296875, + -0.00527191162109375, + 0.004932403564453125, + -0.0626220703125, + 0.0323486328125, + 0.0064697265625, + -0.040283203125, + -0.0068359375, + -0.02337646484375, + -0.012054443359375, + 0.03924560546875, + -0.0467529296875, + -0.0211944580078125, + -0.00644683837890625, + -0.07513427734375, + -0.0338134765625, + -0.0306854248046875, + -0.0010175704956054688, + -0.03570556640625, + 0.0281829833984375, + 0.01126861572265625, + 0.00850677490234375, + 0.02734375, + 0.037567138671875, + -0.04718017578125, + 0.0256805419921875, + -0.0081939697265625, + -0.0150299072265625, + 0.0173187255859375, + -0.047393798828125, + -0.0155487060546875, + -0.00688934326171875, + 0.0182647705078125, + -0.034637451171875, + 0.020660400390625, + -0.0013828277587890625, + -0.0079345703125, + 0.047607421875, + -0.042388916015625, + -0.019622802734375, + -0.027557373046875, + -0.05426025390625, + -0.0452880859375, + -0.03570556640625, + -0.0021648406982421875, + 0.0227508544921875, + -0.017120361328125, + 0.032135009765625, + 0.032989501953125, + -0.020355224609375, + -0.0021915435791015625, + -0.01163482666015625, + -0.02410888671875, + 0.0119476318359375, + 0.01221466064453125, + -0.0018529891967773438, + -0.0166015625, + 0.02777099609375, + -0.040496826171875, + -0.05157470703125, + -0.07806396484375, + 0.027130126953125, + -0.02410888671875, + -0.00446319580078125, + -0.0200347900390625, + -0.0187835693359375, + -0.06890869140625, + 0.01523590087890625, + 0.01763916015625, + 0.00545501708984375, + 0.01190185546875, + -0.049041748046875, + -0.0269317626953125, + -0.01482391357421875, + -0.0511474609375, + 0.033203125, + -0.0338134765625, + 0.00428009033203125, + 0.006313323974609375, + -0.049468994140625, + 0.029022216796875, + 0.0194091796875, + 0.03173828125, + 0.037994384765625, + 0.036529541015625, + -0.0230712890625, + 0.0184783935546875, + -0.01007080078125, + -0.00949859619140625, + -0.03277587890625, + -0.00788116455078125, + 0.049041748046875, + -0.0173187255859375, + -0.041534423828125, + 0.0338134765625, + 0.0382080078125, + -0.0128936767578125, + 0.0186767578125, + -0.039459228515625, + 0.0308990478515625, + -0.00347137451171875, + 0.036956787109375, + -0.020355224609375, + -0.0555419921875, + 0.001194000244140625, + 0.01001739501953125, + 0.05072021484375, + 0.050323486328125, + 0.003326416015625, + -0.0294342041015625, + 0.003940582275390625, + 0.035064697265625, + -0.01346588134765625, + -0.03338623046875, + -0.0396728515625, + -0.0078277587890625, + 0.019927978515625, + 0.0555419921875, + -0.01690673828125, + 0.0814208984375, + 0.016693115234375, + -0.0033664703369140625, + 0.02630615234375, + 0.04779052734375, + 0.0555419921875, + -0.0209808349609375, + -0.035064697265625, + -0.01137542724609375, + -0.021087646484375, + -0.024322509765625, + -0.037994384765625, + 0.0074615478515625, + 0.018585205078125, + -0.04071044921875, + -0.0234832763671875, + -0.023895263671875, + -0.0009393692016601562, + 0.01471710205078125, + 0.0242156982421875, + -0.020660400390625, + 0.02984619140625, + -0.014404296875, + -0.044464111328125, + 0.00534820556640625, + -0.0201416015625, + 0.007671356201171875, + 0.056793212890625, + 0.0304718017578125, + -0.0259857177734375, + 0.0452880859375, + 0.00824737548828125, + 0.0245208740234375, + -0.00005745887756347656, + 0.025054931640625, + 0.030059814453125, + 0.051971435546875, + 0.027130126953125, + 0.0655517578125, + -0.027557373046875, + -0.024322509765625, + -0.002582550048828125, + 0.00665283203125, + 0.0256805419921875, + 0.0283966064453125, + -0.0009717941284179688, + -0.0279693603515625, + -0.0160675048828125, + -0.06011962890625, + 0.000118255615234375, + 0.00861358642578125, + -0.0099639892578125, + -0.045501708984375, + -0.044464111328125, + -0.0021533966064453125, + -0.0526123046875, + 0.04425048828125, + 0.02056884765625, + -0.01043701171875, + 0.016693115234375, + 0.049041748046875, + 0.0186767578125, + -0.040069580078125, + 0.0220184326171875, + -0.0189971923828125, + -0.0128936767578125, + -0.059295654296875, + -0.045501708984375, + 0.0296478271484375, + -0.031951904296875, + -0.060546875, + -0.005245208740234375, + 0.051971435546875, + -0.004852294921875, + -0.02880859375, + -0.004619598388671875, + 0.01210784912109375, + -0.02410888671875, + -0.03131103515625, + -0.0367431640625, + -0.0265045166015625, + -0.00933837890625, + -0.0232696533203125, + 0.03570556640625, + 0.00319671630859375, + -0.013885498046875, + 0.0005741119384765625, + -0.01236724853515625, + -0.04364013671875, + 0.0367431640625, + -0.036102294921875, + 0.0411376953125, + 0.013671875, + 0.0175323486328125, + 0.048431396484375, + 0.043426513671875, + -0.0214996337890625, + -0.00652313232421875, + -0.019622802734375, + -0.061370849609375, + 0.00652313232421875, + 0.004253387451171875, + -0.001644134521484375, + -0.052398681640625, + -0.01001739501953125, + 0.037353515625, + -0.064697265625, + -0.0013637542724609375, + 0.0016698837280273438, + -0.0208740234375, + -0.060546875, + -0.00777435302734375, + 0.007099151611328125, + -0.0225372314453125, + 0.06719970703125, + 0.01273345947265625, + -0.03717041015625, + 0.00830078125, + -0.053863525390625, + 0.053436279296875, + 0.0145111083984375, + 0.028594970703125, + -0.05804443359375, + 0.0306854248046875, + 0.0222320556640625, + -0.0382080078125, + -0.017425537109375, + -0.07598876953125, + 0.0099639892578125, + 0.0229644775390625, + 0.038421630859375, + -0.0193023681640625, + 0.01262664794921875, + -0.021087646484375, + -0.0024013519287109375, + -0.005741119384765625, + 0.01262664794921875, + -0.001735687255859375, + 0.0126800537109375, + -0.0338134765625, + -0.023895263671875, + 0.01398468017578125, + -0.031951904296875, + -0.0323486328125, + -0.044677734375, + 0.0382080078125, + -0.0038623809814453125, + -0.06427001953125, + 0.0189971923828125, + -0.01910400390625, + 0.013153076171875, + 0.0007143020629882812, + 0.05426025390625, + -0.0467529296875, + -0.022857666015625, + -0.01409149169921875, + 0.04132080078125, + 0.01346588134765625, + 0.028594970703125, + 0.0005807876586914062, + 0.0245208740234375, + -0.01200103759765625, + -0.0195159912109375, + 0.04864501953125, + 0.0117950439453125, + -0.00652313232421875, + -0.04278564453125, + -0.0236968994140625, + -0.048858642578125, + 0.044464111328125, + 0.008087158203125, + 0.06219482421875, + 0.01690673828125, + 0.0058441162109375, + -0.08892822265625, + 0.07012939453125, + -0.00975799560546875, + 0.027130126953125, + 0.01059722900390625, + -0.029022216796875, + -0.070556640625, + -0.035064697265625, + -0.024322509765625, + -0.004619598388671875, + -0.035919189453125, + 0.02056884765625, + 0.022125244140625, + 0.004619598388671875, + 0.031524658203125, + -0.00725555419921875, + 0.0098114013671875, + 0.032562255859375, + -0.006603240966796875, + -0.03631591796875, + 0.05157470703125, + -0.053436279296875, + 0.0047760009765625, + 0.0013437271118164062, + 0.02056884765625, + 0.030059814453125, + -0.002635955810546875, + -0.02630615234375, + -0.005401611328125, + 0.02557373046875, + 0.039459228515625, + -0.01043701171875, + 0.0189971923828125, + -0.0166015625, + 0.027557373046875, + -0.00933837890625, + 0.01763916015625, + 0.011322021484375, + -0.0060272216796875, + -0.0323486328125, + 0.0101776123046875, + -0.08099365234375, + -0.076416015625, + -0.010284423828125, + -0.01471710205078125, + -0.0211944580078125, + 0.013885498046875, + 0.016693115234375, + 0.0172271728515625, + -0.045501708984375, + 0.031524658203125, + 0.006420135498046875, + -0.0294342041015625, + -0.006992340087890625, + 0.0279693603515625, + -0.034637451171875, + 0.0265045166015625, + 0.01910400390625, + -0.046142578125, + 0.01398468017578125, + -0.0137786865234375, + -0.01148223876953125, + 0.003261566162109375, + 0.00022339820861816406, + -0.021392822265625, + 0.0496826171875, + -0.05157470703125, + -0.005687713623046875, + 0.0212860107421875, + 0.0294342041015625, + 0.01409149169921875, + -0.028594970703125, + 0.026092529296875, + -0.01419830322265625, + -0.0555419921875, + 0.004329681396484375, + -0.0179595947265625, + -0.08056640625, + 0.00803375244140625, + -0.037994384765625, + 0.01482391357421875, + 0.0231781005859375, + 0.047607421875, + 0.037353515625, + 0.05718994140625, + 0.0166015625, + -0.04364013671875, + 0.0175323486328125, + 0.0194091796875, + 0.046966552734375, + 0.0175323486328125, + 0.02410888671875, + -0.0009984970092773438, + 0.01763916015625, + 0.01126861572265625, + -0.08013916015625, + -0.00665283203125, + -0.0164947509765625, + -0.05804443359375, + 0.008819580078125, + 0.061798095703125, + 0.034637451171875, + 0.0261993408203125, + 0.0304718017578125, + 0.06927490234375, + 0.048858642578125, + 0.0159759521484375, + -0.0261993408203125, + -0.060943603515625, + -0.017852783203125, + 0.0382080078125, + 0.027557373046875, + -0.06927490234375, + 0.058441162109375, + 0.0684814453125, + -0.0145111083984375, + -0.01983642578125, + -0.015869140625, + -0.027130126953125, + 0.041748046875, + 0.0006685256958007812, + 0.00688934326171875, + -0.07183837890625, + 0.01409149169921875, + 0.00652313232421875, + 0.01043701171875, + 0.0031185150146484375, + -0.0216064453125, + -0.03277587890625, + 0.050933837890625, + -0.053863525390625, + 0.0155487060546875, + 0.0193023681640625, + 0.049041748046875, + 0.00865936279296875, + -0.040496826171875, + 0.014923095703125, + 0.0180511474609375, + 0.00229644775390625, + -0.0212860107421875, + 0.00007337331771850586, + 0.0094451904296875, + -0.03424072265625, + 0.0187835693359375, + 0.059295654296875, + 0.00464630126953125, + 0.0240020751953125, + 0.0137786865234375, + -0.038818359375, + 0.0254669189453125, + -0.035919189453125, + 0.034454345703125, + 0.005924224853515625, + -0.045501708984375, + -0.032989501953125, + -0.029022216796875, + 0.016387939453125, + -0.00341796875, + 0.037353515625, + 0.00798797607421875, + -0.0037841796875, + -0.00751495361328125, + -0.0204620361328125, + 0.0202484130859375, + 0.0438232421875, + 0.0008153915405273438, + 0.03173828125, + 0.00814056396484375, + 0.04925537109375, + 0.004878997802734375, + -0.02056884765625, + 0.03338623046875, + -0.025787353515625, + 0.0296478271484375, + -0.056793212890625, + 0.0004239082336425781, + 0.029022216796875, + -0.0259857177734375, + -0.005115509033203125, + -0.027557373046875, + -0.004619598388671875, + -0.0063934326171875, + -0.0279693603515625, + -0.0145111083984375, + 0.03277587890625, + -0.039459228515625, + 0.0023097991943359375, + 0.043426513671875, + 0.014404296875, + 0.01409149169921875, + -0.024322509765625, + 0.05072021484375, + 0.040924072265625, + 0.0230712890625, + -0.004749298095703125, + 0.00678253173828125, + 0.0323486328125, + -0.0267181396484375, + 0.01837158203125, + 0.043212890625, + 0.018585205078125, + 0.053436279296875, + 0.0193023681640625, + 0.0267181396484375, + -0.04217529296875, + 0.0220184326171875, + -0.01163482666015625, + -0.039459228515625, + 0.02410888671875, + 0.01320648193359375, + 0.0172271728515625, + -0.010955810546875, + -0.013153076171875, + -0.00652313232421875, + -0.0576171875, + 0.06927490234375, + 0.0006327629089355469, + -0.0231781005859375, + 0.025787353515625, + -0.03277587890625, + 0.0596923828125, + -0.002452850341796875, + 0.06427001953125, + -0.0172271728515625, + 0.0596923828125, + -0.035919189453125, + 0.014404296875, + 0.01080322265625, + 0.01544952392578125, + 0.01007080078125, + 0.0192108154296875, + -0.01398468017578125, + 0.056793212890625, + 0.01064300537109375, + 0.0087127685546875, + -0.0281829833984375, + -0.02264404296875, + -0.001461029052734375, + 0.0126800537109375, + 0.0106964111328125, + -0.038421630859375, + -0.0145111083984375, + -0.0155487060546875, + 0.0114288330078125, + 0.06219482421875, + -0.0137786865234375, + 0.01085662841796875, + -0.0009589195251464844, + 0.0015134811401367188, + -0.00913238525390625, + 0.004150390625 + ], + "metadata": { + "domains": [ + "malware-analysis", + "static-investigations" + ], + "phases": [ + "analysis" + ], + "tags": [ + "disassembler", + "decompiler" + ], + "skillLevel": "advanced", + "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. command-line 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.005252838134765625, + 0.02484130859375, + 0.045166015625, + -0.0188446044921875, + 0.0357666015625, + 0.0291748046875, + 0.0109405517578125, + -0.00659942626953125, + -0.01129150390625, + -0.006298065185546875, + -0.0183258056640625, + 0.06463623046875, + 0.0042572021484375, + -0.0277862548828125, + -0.06982421875, + 0.040130615234375, + -0.00231170654296875, + 0.02239990234375, + 0.01003265380859375, + -0.01458740234375, + -0.02691650390625, + -0.00855255126953125, + -0.050384521484375, + -0.005451202392578125, + 0.0027141571044921875, + 0.013458251953125, + -0.02093505859375, + -0.040802001953125, + -0.029693603515625, + 0.0079498291015625, + -0.00101470947265625, + -0.03717041015625, + 0.0159759521484375, + 0.051422119140625, + 0.034210205078125, + -0.0184173583984375, + 0.0010690689086914062, + -0.019195556640625, + -0.02239990234375, + 0.03143310546875, + -0.019012451171875, + 0.00482177734375, + 0.007381439208984375, + 0.0067291259765625, + -0.00634002685546875, + -0.0328369140625, + -0.00141143798828125, + -0.0016069412231445312, + 0.046905517578125, + -0.0394287109375, + 0.0257110595703125, + 0.038909912109375, + 0.0016393661499023438, + 0.00746917724609375, + -0.0184173583984375, + 0.037353515625, + 0.00336456298828125, + -0.0255279541015625, + -0.02239990234375, + 0.0538330078125, + -0.042724609375, + 0.0016717910766601562, + 0.0055999755859375, + -0.01450347900390625, + -0.0166778564453125, + 0.0394287109375, + -0.00026726722717285156, + -0.0382080078125, + -0.00608062744140625, + 0.0084686279296875, + -0.01424407958984375, + -0.0283050537109375, + -0.040130615234375, + 0.0227508544921875, + -0.042724609375, + -0.03857421875, + -0.00521087646484375, + -0.00677490234375, + 0.0026264190673828125, + -0.01224517822265625, + -0.043243408203125, + -0.008514404296875, + 0.0164947509765625, + -0.0244903564453125, + -0.0160675048828125, + 0.0135498046875, + 0.01511383056640625, + 0.022064208984375, + -0.0155487060546875, + -0.00189971923828125, + 0.0229339599609375, + -0.01337432861328125, + -0.00746917724609375, + 0.0029964447021484375, + 0.0250091552734375, + 0.052093505859375, + 0.005992889404296875, + -0.0277862548828125, + 0.0012807846069335938, + 0.03472900390625, + 0.024139404296875, + -0.0229339599609375, + 0.0406494140625, + -0.0176239013671875, + 0.0635986328125, + -0.0222320556640625, + 0.00968170166015625, + -0.01806640625, + -0.0225830078125, + -0.0104217529296875, + -0.089599609375, + -0.01528167724609375, + -0.0257110595703125, + -0.08270263671875, + 0.007686614990234375, + 0.00238800048828125, + -0.0031909942626953125, + 0.0328369140625, + -0.04150390625, + -0.0037555694580078125, + 0.0200653076171875, + 0.0307464599609375, + -0.0019102096557617188, + 0.02813720703125, + -0.041168212890625, + -0.050384521484375, + 0.00742340087890625, + 0.0148468017578125, + -0.05072021484375, + -0.043243408203125, + -0.0279693603515625, + -0.041168212890625, + -0.032470703125, + -0.0295257568359375, + 0.002410888671875, + -0.000385284423828125, + 0.0305633544921875, + -0.020233154296875, + -0.0183258056640625, + -0.0019969940185546875, + 0.03387451171875, + -0.032318115234375, + -0.05279541015625, + -0.003887176513671875, + -0.029876708984375, + -0.024658203125, + -0.0418701171875, + 0.044464111328125, + -0.0291748046875, + -0.028656005859375, + 0.01146697998046875, + 0.03802490234375, + 0.0496826171875, + 0.022064208984375, + 0.0020732879638671875, + -0.03631591796875, + -0.0262298583984375, + -0.0106353759765625, + 0.018157958984375, + -0.0234527587890625, + -0.0234527587890625, + -0.0107269287109375, + -0.0178070068359375, + 0.01702880859375, + -0.037689208984375, + -0.028839111328125, + -0.01910400390625, + 0.010467529296875, + 0.01511383056640625, + -0.00742340087890625, + 0.01511383056640625, + 0.00772857666015625, + 0.0538330078125, + 0.052093505859375, + 0.0227508544921875, + -0.00916290283203125, + -0.006687164306640625, + -0.00859832763671875, + 0.026397705078125, + 0.04290771484375, + -0.02362060546875, + -0.006427764892578125, + 0.054901123046875, + 0.010467529296875, + 0.006511688232421875, + 0.0216217041015625, + -0.01111602783203125, + 0.00505828857421875, + -0.05419921875, + 0.0232696533203125, + -0.040802001953125, + -0.006816864013671875, + -0.024322509765625, + 0.046539306640625, + 0.003887176513671875, + 0.056976318359375, + 0.035430908203125, + -0.01641845703125, + 0.0194549560546875, + 0.01259613037109375, + -0.007122039794921875, + 0.037689208984375, + -0.02813720703125, + 0.051422119140625, + 0.003387451171875, + 0.007904052734375, + -0.0187530517578125, + 0.026580810546875, + 0.043426513671875, + -0.0303955078125, + 0.006252288818359375, + 0.047576904296875, + -0.005863189697265625, + -0.044464111328125, + -0.0369873046875, + -0.043426513671875, + 0.03924560546875, + -0.0143280029296875, + -0.01172637939453125, + 0.00464630126953125, + 0.003040313720703125, + -0.04864501953125, + 0.01311492919921875, + -0.003734588623046875, + -0.0166778564453125, + 0.0357666015625, + -0.0037994384765625, + -0.04168701171875, + -0.045867919921875, + 0.040130615234375, + 0.00933837890625, + 0.02032470703125, + -0.0050811767578125, + 0.0215301513671875, + -0.0295257568359375, + -0.008941650390625, + 0.02032470703125, + 0.0291748046875, + 0.0159759521484375, + 0.004364013671875, + -0.0255279541015625, + 0.026397705078125, + -0.01450347900390625, + 0.025360107421875, + 0.039764404296875, + -0.0295257568359375, + -0.007598876953125, + -0.00125885009765625, + 0.0164947509765625, + 0.043609619140625, + -0.035614013671875, + -0.0083770751953125, + -0.073974609375, + -0.0154571533203125, + -0.03802490234375, + -0.0009937286376953125, + -0.00677490234375, + -0.045166015625, + 0.060089111328125, + -0.046539306640625, + -0.043609619140625, + 0.005035400390625, + 0.0221405029296875, + 0.002094268798828125, + 0.054534912109375, + -0.00482177734375, + -0.05767822265625, + 0.01003265380859375, + 0.043243408203125, + -0.01519775390625, + -0.0159759521484375, + -0.0120697021484375, + 0.0148468017578125, + -0.0014543533325195312, + 0.02197265625, + -0.044464111328125, + -0.0028667449951171875, + 0.0222320556640625, + 0.03143310546875, + 0.037506103515625, + -0.01537322998046875, + 0.01029205322265625, + 0.006862640380859375, + 0.0251922607421875, + -0.039947509765625, + 0.01081085205078125, + -0.034576416015625, + 0.023101806640625, + -0.03839111328125, + -0.068115234375, + -0.005252838134765625, + 0.054901123046875, + -0.01076507568359375, + 0.0009717941284179688, + 0.00864410400390625, + -0.058013916015625, + 0.004604339599609375, + 0.01033782958984375, + 0.012420654296875, + 0.01580810546875, + 0.04254150390625, + -0.00872802734375, + 0.019195556640625, + -0.00720977783203125, + 0.00295257568359375, + -0.032989501953125, + -0.050018310546875, + -0.027099609375, + -0.0067291259765625, + -0.032470703125, + -0.042205810546875, + 0.020751953125, + -0.042724609375, + 0.0272674560546875, + -0.0120697021484375, + -0.0204925537109375, + -0.00720977783203125, + -0.037506103515625, + 0.0160675048828125, + -0.050384521484375, + -0.042022705078125, + -0.0307464599609375, + 0.042022705078125, + 0.0155487060546875, + 0.002094268798828125, + -0.01250457763671875, + -0.0199737548828125, + -0.0340576171875, + 0.004451751708984375, + -0.01806640625, + 0.0227508544921875, + -0.0300445556640625, + 0.0670166015625, + 0.018157958984375, + 0.056610107421875, + -0.0045166015625, + 0.06427001953125, + 0.0171051025390625, + -0.01137542724609375, + -0.013458251953125, + -0.021270751953125, + 0.0284881591796875, + 0.0131988525390625, + -0.03594970703125, + -0.0279693603515625, + -0.006687164306640625, + -0.0262298583984375, + 0.0120697021484375, + 0.0123291015625, + 0.0232696533203125, + 0.030914306640625, + -0.054901123046875, + 0.0250091552734375, + 0.040283203125, + 0.0034732818603515625, + 0.1063232421875, + -0.03631591796875, + -0.04290771484375, + 0.041168212890625, + 0.034576416015625, + -0.01250457763671875, + 0.0218048095703125, + 0.0382080078125, + -0.01198577880859375, + 0.006122589111328125, + 0.00859832763671875, + 0.00449371337890625, + 0.040985107421875, + -0.004039764404296875, + -0.004016876220703125, + 0.016845703125, + 0.00603485107421875, + 0.01029205322265625, + 0.056610107421875, + 0.047576904296875, + -0.0003826618194580078, + 0.045166015625, + -0.027618408203125, + -0.035430908203125, + -0.023101806640625, + -0.06463623046875, + 0.0115509033203125, + 0.04620361328125, + 0.02362060546875, + 0.03594970703125, + -0.0195465087890625, + -0.0628662109375, + 0.006298065185546875, + -0.0272674560546875, + 0.0718994140625, + 0.045166015625, + 0.018585205078125, + 0.00881195068359375, + -0.0008955001831054688, + -0.0210113525390625, + 0.032318115234375, + -0.0050811767578125, + 0.01806640625, + 0.027099609375, + 0.050384521484375, + 0.007076263427734375, + -0.03472900390625, + 0.024658203125, + 0.046905517578125, + 0.0260467529296875, + -0.006252288818359375, + 0.004016876220703125, + 0.0177154541015625, + 0.019805908203125, + -0.0126800537109375, + 0.05419921875, + 0.0291748046875, + -0.02032470703125, + 0.00855255126953125, + -0.017974853515625, + 0.01580810546875, + -0.043426513671875, + 0.0132904052734375, + -0.01302337646484375, + -0.02032470703125, + 0.0064697265625, + 0.007904052734375, + -0.068115234375, + -0.0008578300476074219, + 0.0418701171875, + -0.065673828125, + 0.034393310546875, + 0.00608062744140625, + -0.0171051025390625, + 0.0204925537109375, + -0.01971435546875, + -0.04290771484375, + 0.01971435546875, + 0.00677490234375, + -0.0538330078125, + 0.014068603515625, + 0.0229339599609375, + -0.045867919921875, + -0.047576904296875, + -0.035614013671875, + -0.00803375244140625, + -0.01302337646484375, + -0.015716552734375, + 0.0303955078125, + -0.0251922607421875, + -0.019012451171875, + 0.0279693603515625, + 0.040130615234375, + -0.0131988525390625, + -0.036468505859375, + 0.071533203125, + -0.04150390625, + -0.06494140625, + 0.0496826171875, + 0.0055999755859375, + 0.03509521484375, + -0.026397705078125, + -0.0135498046875, + -0.005992889404296875, + 0.00397491455078125, + 0.01537322998046875, + 0.0272674560546875, + -0.05767822265625, + -0.05279541015625, + -0.044464111328125, + 0.045867919921875, + 0.0218048095703125, + 0.039093017578125, + -0.02484130859375, + -0.059051513671875, + 0.02935791015625, + -0.0635986328125, + -0.03631591796875, + -0.00690460205078125, + 0.0032787322998046875, + -0.0160675048828125, + 0.06671142578125, + -0.032989501953125, + 0.0121612548828125, + 0.003017425537109375, + 0.048980712890625, + 0.01146697998046875, + -0.02813720703125, + -0.03350830078125, + 0.030914306640625, + 0.03179931640625, + -0.055572509765625, + -0.01276397705078125, + -0.0047760009765625, + 0.009552001953125, + 0.045166015625, + -0.061492919921875, + -0.0009551048278808594, + 0.006557464599609375, + -0.061126708984375, + -0.024139404296875, + -0.0154571533203125, + 0.004016876220703125, + -0.022064208984375, + 0.0205841064453125, + 0.0277862548828125, + -0.0014543533325195312, + 0.0004341602325439453, + 0.024322509765625, + 0.00664520263671875, + 0.0109405517578125, + -0.01424407958984375, + -0.006687164306640625, + 0.0232696533203125, + -0.0587158203125, + -0.01971435546875, + -0.023101806640625, + 0.0257110595703125, + -0.01788330078125, + -0.0201416015625, + -0.0052337646484375, + -0.03369140625, + 0.0211029052734375, + -0.05731201171875, + -0.0023021697998046875, + -0.01137542724609375, + -0.0361328125, + -0.027099609375, + 0.0005588531494140625, + 0.039947509765625, + 0.0067291259765625, + -0.003993988037109375, + -0.00855255126953125, + 0.035614013671875, + -0.045166015625, + 0.06878662109375, + 0.0186767578125, + -0.00798797607421875, + -0.004711151123046875, + -0.0044708251953125, + 0.00872802734375, + 0.005016326904296875, + 0.027618408203125, + -0.00490570068359375, + -0.031097412109375, + -0.061126708984375, + 0.0260467529296875, + 0.00608062744140625, + 0.0155487060546875, + -0.00323486328125, + -0.037353515625, + -0.051055908203125, + 0.0008683204650878906, + 0.039764404296875, + 0.0073394775390625, + 0.01528167724609375, + -0.029876708984375, + -0.01415252685546875, + -0.00811767578125, + 0.00016689300537109375, + 0.04150390625, + -0.009552001953125, + 0.03369140625, + -0.01788330078125, + -0.037872314453125, + 0.034576416015625, + 0.0250091552734375, + 0.0239715576171875, + 0.032135009765625, + 0.0194549560546875, + -0.037689208984375, + 0.0204925537109375, + -0.005863189697265625, + -0.00829315185546875, + 0.0021381378173828125, + -0.004322052001953125, + 0.050018310546875, + -0.020843505859375, + -0.0210113525390625, + -0.019622802734375, + 0.021270751953125, + 0.02484130859375, + -0.0213623046875, + -0.0221405029296875, + 0.00366973876953125, + -0.003993988037109375, + 0.073974609375, + -0.02813720703125, + -0.046905517578125, + -0.01511383056640625, + 0.0004911422729492188, + 0.06182861328125, + 0.0628662109375, + -0.011199951171875, + -0.03350830078125, + 0.00018584728240966797, + 0.0439453125, + -0.010467529296875, + -0.0302276611328125, + -0.00279998779296875, + 0.00920867919921875, + 0.0303955078125, + 0.051055908203125, + 0.0172882080078125, + 0.0850830078125, + -0.0089874267578125, + -0.0164947509765625, + 0.0239715576171875, + 0.0718994140625, + 0.0307464599609375, + 0.0009822845458984375, + -0.0277862548828125, + 0.0006895065307617188, + 0.00041794776916503906, + -0.04168701171875, + -0.052093505859375, + 0.007686614990234375, + 0.06878662109375, + -0.065673828125, + -0.038726806640625, + -0.01528167724609375, + -0.0120697021484375, + 0.01146697998046875, + 0.01020050048828125, + -0.0084686279296875, + 0.01537322998046875, + 0.0204010009765625, + -0.03143310546875, + -0.00577545166015625, + -0.0204925537109375, + 0.0032558441162109375, + 0.06982421875, + 0.0218048095703125, + 0.004669189453125, + 0.025360107421875, + 0.0217132568359375, + 0.028839111328125, + 0.007381439208984375, + 0.035247802734375, + 0.0200653076171875, + 0.0277862548828125, + 0.040130615234375, + 0.046905517578125, + -0.01424407958984375, + -0.0284881591796875, + 0.00916290283203125, + 0.0034313201904296875, + 0.06878662109375, + 0.0726318359375, + -0.00933837890625, + 0.01059722900390625, + -0.0017366409301757812, + -0.044464111328125, + 0.0225830078125, + 0.011810302734375, + 0.00475311279296875, + -0.040130615234375, + -0.0229339599609375, + 0.0194549560546875, + -0.03961181640625, + 0.0283050537109375, + 0.036834716796875, + -0.035430908203125, + 0.00438690185546875, + 0.060455322265625, + -0.0034084320068359375, + -0.045166015625, + 0.0044708251953125, + -0.0300445556640625, + -0.01971435546875, + -0.042205810546875, + -0.020233154296875, + 0.0328369140625, + -0.024139404296875, + -0.043060302734375, + -0.024139404296875, + 0.030914306640625, + -0.02032470703125, + -0.0406494140625, + -0.0121612548828125, + 0.0300445556640625, + -0.010467529296875, + -0.024322509765625, + -0.0472412109375, + -0.01702880859375, + 0.01076507568359375, + -0.03961181640625, + 0.024139404296875, + -0.0138092041015625, + -0.035614013671875, + -0.030914306640625, + -0.031097412109375, + -0.033172607421875, + -0.004428863525390625, + -0.03839111328125, + 0.0305633544921875, + -0.007556915283203125, + 0.040130615234375, + 0.0587158203125, + 0.060455322265625, + -0.0222320556640625, + -0.00829315185546875, + -0.033355712890625, + -0.05767822265625, + 0.0159759521484375, + 0.004039764404296875, + -0.0027141571044921875, + -0.036651611328125, + -0.0025844573974609375, + 0.05523681640625, + -0.06982421875, + 0.040283203125, + -0.00742340087890625, + -0.031951904296875, + -0.043243408203125, + -0.0171966552734375, + -0.0062103271484375, + 0.040130615234375, + 0.1014404296875, + 0.004840850830078125, + -0.01224517822265625, + -0.00933837890625, + -0.056610107421875, + 0.06634521484375, + 0.0045166015625, + 0.0187530517578125, + -0.042022705078125, + 0.02032470703125, + 0.035614013671875, + -0.03265380859375, + 0.0067291259765625, + -0.0743408203125, + -0.00885772705078125, + 0.035614013671875, + 0.036651611328125, + -0.0211944580078125, + -0.0295257568359375, + -0.026397705078125, + -0.01337432861328125, + -0.017974853515625, + 0.01849365234375, + 0.00664520263671875, + -0.0003135204315185547, + -0.03125, + 0.0003066062927246094, + 0.00942230224609375, + -0.036834716796875, + -0.0300445556640625, + -0.0234527587890625, + 0.06915283203125, + -0.00742340087890625, + -0.0193634033203125, + 0.028656005859375, + 0.0194549560546875, + -0.021881103515625, + -0.0126800537109375, + 0.028839111328125, + -0.028656005859375, + -0.007122039794921875, + -0.017364501953125, + 0.01450347900390625, + -0.0123291015625, + 0.01311492919921875, + -0.0011348724365234375, + 0.007251739501953125, + 0.0166778564453125, + -0.042022705078125, + 0.065673828125, + 0.024322509765625, + -0.058013916015625, + -0.05767822265625, + -0.042388916015625, + -0.0205841064453125, + 0.0255279541015625, + -0.02587890625, + 0.036834716796875, + 0.01224517822265625, + 0.00043964385986328125, + -0.1063232421875, + 0.04864501953125, + -0.00798797607421875, + 0.0162353515625, + -0.007251739501953125, + -0.014678955078125, + -0.0394287109375, + -0.051055908203125, + -0.00295257568359375, + 0.032135009765625, + -0.026397705078125, + 0.034393310546875, + -0.0215301513671875, + -0.0087738037109375, + 0.0034313201904296875, + -0.021881103515625, + 0.02587890625, + 0.052093505859375, + 0.005992889404296875, + -0.03350830078125, + 0.063232421875, + -0.0472412109375, + 0.0165863037109375, + -0.00014519691467285156, + -0.004016876220703125, + 0.01146697998046875, + -0.0182342529296875, + -0.003387451171875, + 0.0025501251220703125, + 0.029693603515625, + 0.0182342529296875, + -0.0229339599609375, + 0.0183258056640625, + -0.0267486572265625, + 0.01450347900390625, + 0.02239990234375, + -0.03857421875, + 0.0189361572265625, + 0.0229339599609375, + -0.0090789794921875, + -0.0303955078125, + -0.06463623046875, + -0.078857421875, + 0.0121612548828125, + -0.039947509765625, + -0.0295257568359375, + 0.01302337646484375, + 0.026580810546875, + 0.028656005859375, + -0.031097412109375, + 0.026397705078125, + -0.01198577880859375, + 0.0007166862487792969, + -0.03509521484375, + 0.034393310546875, + -0.025360107421875, + 0.031951904296875, + 0.01276397705078125, + -0.037353515625, + 0.0262298583984375, + 0.0024967193603515625, + 0.0138092041015625, + -0.051422119140625, + -0.0213623046875, + -0.0291748046875, + 0.0206756591796875, + -0.0587158203125, + -0.015899658203125, + 0.01085662841796875, + 0.0204010009765625, + 0.024322509765625, + -0.0291748046875, + 0.0538330078125, + -0.0034961700439453125, + -0.060455322265625, + 0.029876708984375, + -0.00551605224609375, + -0.026397705078125, + 0.00659942626953125, + 0.00942230224609375, + -0.0115509033203125, + 0.0171051025390625, + 0.0257110595703125, + 0.00890350341796875, + 0.031951904296875, + -0.00933837890625, + -0.0307464599609375, + 0.00829315185546875, + 0.01276397705078125, + 0.006862640380859375, + 0.00505828857421875, + 0.0232696533203125, + -0.0121612548828125, + 0.01085662841796875, + -0.00720977783203125, + -0.07952880859375, + -0.0121612548828125, + -0.01398468017578125, + -0.065673828125, + 0.0030612945556640625, + 0.0771484375, + 0.025360107421875, + -0.00616455078125, + 0.004711151123046875, + 0.0587158203125, + 0.0307464599609375, + 0.01398468017578125, + -0.00475311279296875, + -0.060089111328125, + -0.020843505859375, + 0.0017480850219726562, + -0.00518798828125, + -0.06634521484375, + 0.038726806640625, + 0.044281005859375, + -0.00890350341796875, + -0.0290069580078125, + -0.01129150390625, + -0.0078582763671875, + 0.052093505859375, + 0.01580810546875, + 0.01806640625, + -0.0673828125, + 0.000705718994140625, + 0.035247802734375, + -0.0184173583984375, + -0.0070343017578125, + -0.02239990234375, + 0.004146575927734375, + 0.036834716796875, + -0.0635986328125, + -0.004146575927734375, + 0.0005755424499511719, + 0.0635986328125, + 0.0195465087890625, + -0.02362060546875, + -0.04168701171875, + 0.060455322265625, + 0.0255279541015625, + -0.0302276611328125, + 0.0006999969482421875, + 0.019287109375, + -0.017547607421875, + 0.02813720703125, + 0.045501708984375, + 0.0005321502685546875, + 0.01172637939453125, + 0.02587890625, + -0.046905517578125, + 0.0186767578125, + -0.0187530517578125, + 0.01806640625, + -0.01007080078125, + -0.0283050537109375, + -0.0188446044921875, + -0.07293701171875, + 0.048980712890625, + 0.019195556640625, + 0.03509521484375, + 0.00859832763671875, + 0.002735137939453125, + -0.0041046142578125, + 0.0244903564453125, + 0.00279998779296875, + 0.01458740234375, + 0.0132904052734375, + 0.0210113525390625, + 0.0272674560546875, + 0.00490570068359375, + 0.0295257568359375, + -0.0143280029296875, + 0.045867919921875, + -0.045501708984375, + 0.00261688232421875, + -0.052459716796875, + -0.010467529296875, + -0.002410888671875, + -0.00911712646484375, + 0.00390625, + -0.050384521484375, + 0.01971435546875, + -0.01302337646484375, + -0.046539306640625, + -0.0013628005981445312, + 0.036468505859375, + -0.040802001953125, + 0.006862640380859375, + 0.005558013916015625, + -0.01172637939453125, + 0.0054931640625, + -0.03472900390625, + 0.0743408203125, + 0.03839111328125, + 0.003887176513671875, + -0.0014333724975585938, + 0.058013916015625, + 0.01259613037109375, + 0.0239715576171875, + 0.02587890625, + 0.017974853515625, + -0.02239990234375, + 0.04620361328125, + 0.04046630859375, + -0.0035610198974609375, + -0.040283203125, + 0.026397705078125, + 0.016326904296875, + -0.028656005859375, + 0.034912109375, + -0.005687713623046875, + 0.0104217529296875, + 0.005451202392578125, + 0.0143280029296875, + -0.02691650390625, + -0.038909912109375, + 0.04290771484375, + 0.0012426376342773438, + 0.00205230712890625, + 0.0279693603515625, + -0.054901123046875, + 0.061492919921875, + 0.00972747802734375, + 0.071533203125, + -0.052459716796875, + 0.052459716796875, + -0.0234527587890625, + -0.0017910003662109375, + -0.01528167724609375, + 0.0174560546875, + -0.0096435546875, + 0.032470703125, + -0.025360107421875, + 0.07818603515625, + 0.006557464599609375, + -0.01398468017578125, + -0.0517578125, + -0.0260467529296875, + -0.00616455078125, + -0.0012750625610351562, + 0.0300445556640625, + -0.05523681640625, + -0.002040863037109375, + 0.0089874267578125, + 0.0369873046875, + 0.055572509765625, + -0.0013456344604492188, + 0.039093017578125, + 0.01372528076171875, + -0.014678955078125, + -0.020843505859375, + -0.0232696533203125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "command-line", + "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_WiFi_Pineapple", + "type": "tool", + "name": "WiFi Pineapple", + "content": "wifi pineapple die hak5‑hardware liefert mit der patentierten pineap‑suite einen vollwertigen rogue‑access‑point: automatisches recon, handshake‑ und enterprise‑credential‑capture, gezielte client‑filterung sowie cloud c²‑fernsteuerung – alles per browser­basierter gui auf dem mark vii oder enterprise‑modell. :contentreference[oaicite:6]{index=6} rogue-ap wireless man-in-the-middle gui web-interface scenario:remote_access network-forensics incident-response data-collection analysis", + "embedding": [ + -0.021270751953125, + -0.006946563720703125, + 0.0186920166015625, + 0.0352783203125, + 0.0191650390625, + 0.0270233154296875, + 0.0182037353515625, + -0.006229400634765625, + -0.006610870361328125, + -0.0312347412109375, + -0.043121337890625, + 0.065185546875, + 0.0208892822265625, + -0.013031005859375, + -0.027984619140625, + 0.022430419921875, + -0.01216888427734375, + 0.006946563720703125, + 0.0186920166015625, + 0.0262603759765625, + -0.038909912109375, + -0.006805419921875, + -0.05596923828125, + 0.0012998580932617188, + 0.01456451416015625, + -0.0298919677734375, + -0.017059326171875, + -0.01898193359375, + -0.029510498046875, + -0.0119781494140625, + -0.01715087890625, + -0.0244293212890625, + 0.0201263427734375, + -0.0091552734375, + 0.00704193115234375, + -0.00023055076599121094, + -0.002635955810546875, + -0.033172607421875, + 0.00531768798828125, + 0.0298919677734375, + -0.0245361328125, + -0.0133209228515625, + -0.0058441162109375, + 0.0092010498046875, + -0.031829833984375, + -0.0223236083984375, + -0.01035308837890625, + 0.005245208740234375, + 0.023773193359375, + -0.01418304443359375, + 0.023956298828125, + 0.0379638671875, + 0.0139923095703125, + -0.01221466064453125, + -0.0015811920166015625, + -0.0030059814453125, + 0.006565093994140625, + -0.042938232421875, + -0.054443359375, + 0.05328369140625, + -0.03680419921875, + -0.03009033203125, + -0.0005660057067871094, + 0.00325775146484375, + -0.00809478759765625, + 0.0196380615234375, + 0.0113525390625, + -0.04791259765625, + -0.02471923828125, + 0.005126953125, + 0.0039520263671875, + -0.004505157470703125, + -0.008148193359375, + -0.0009822845458984375, + -0.049835205078125, + -0.033721923828125, + 0.041961669921875, + 0.006374359130859375, + 0.0291290283203125, + 0.0006499290466308594, + -0.04754638671875, + -0.01274871826171875, + 0.0369873046875, + -0.03717041015625, + -0.01580810546875, + 0.019744873046875, + 0.032958984375, + -0.0031871795654296875, + -0.004673004150390625, + 0.0168609619140625, + 0.02740478515625, + -0.0160064697265625, + 0.0216522216796875, + -0.046966552734375, + -0.0040740966796875, + 0.0200347900390625, + -0.0004131793975830078, + -0.0047454833984375, + -0.00714111328125, + 0.012359619140625, + -0.0102081298828125, + -0.003665924072265625, + 0.07550048828125, + 0.011260986328125, + 0.04754638671875, + -0.049072265625, + 0.0207061767578125, + -0.01983642578125, + -0.004047393798828125, + -0.00833892822265625, + -0.104248046875, + -0.01245880126953125, + 0.0115966796875, + -0.04656982421875, + -0.00972747802734375, + 0.017730712890625, + -0.0085296630859375, + 0.034881591796875, + -0.0548095703125, + -0.03009033203125, + 0.017059326171875, + 0.0142822265625, + -0.025299072265625, + -0.004192352294921875, + -0.07244873046875, + -0.06475830078125, + -0.00939178466796875, + 0.0369873046875, + -0.050201416015625, + -0.03948974609375, + -0.0302886962890625, + -0.00905609130859375, + -0.011260986328125, + 0.007808685302734375, + 0.006229400634765625, + -0.01763916015625, + 0.030853271484375, + 0.0126495361328125, + -0.0068511962890625, + -0.00498199462890625, + 0.01015472412109375, + -0.026641845703125, + -0.036407470703125, + -0.0243377685546875, + -0.048309326171875, + -0.0289459228515625, + -0.017059326171875, + 0.0218505859375, + -0.0182037353515625, + 0.006755828857421875, + -0.00876617431640625, + 0.0325927734375, + 0.05712890625, + -0.02117919921875, + 0.0191650390625, + -0.0682373046875, + -0.017059326171875, + -0.0229949951171875, + 0.0229034423828125, + -0.0029582977294921875, + -0.00543975830078125, + -0.01418304443359375, + -0.026641845703125, + -0.003162384033203125, + -0.044464111328125, + -0.03851318359375, + -0.03814697265625, + -0.03411865234375, + 0.00848388671875, + -0.006565093994140625, + 0.030670166015625, + -0.0251007080078125, + 0.03851318359375, + 0.06365966796875, + -0.01068878173828125, + 0.017822265625, + -0.0033054351806640625, + 0.007808685302734375, + 0.03680419921875, + 0.04119873046875, + -0.0142822265625, + -0.0256805419921875, + 0.0396728515625, + 0.00560760498046875, + 0.01111602783203125, + -0.014373779296875, + -0.05633544921875, + -0.00426483154296875, + -0.041412353515625, + 0.009490966796875, + -0.00943756103515625, + -0.0205078125, + -0.041015625, + -0.0019283294677734375, + 0.0223236083984375, + 0.063232421875, + 0.037750244140625, + -0.00018787384033203125, + 0.01245880126953125, + 0.00548553466796875, + 0.005870819091796875, + 0.062469482421875, + -0.0031375885009765625, + 0.05633544921875, + 0.017822265625, + 0.033721923828125, + 0.00514984130859375, + 0.050994873046875, + 0.0207061767578125, + -0.02606201171875, + -0.017822265625, + 0.0477294921875, + -0.02386474609375, + -0.0167694091796875, + -0.0249176025390625, + -0.0254974365234375, + 0.0165863037109375, + -0.01226806640625, + -0.01523590087890625, + 0.0021915435791015625, + 0.0256805419921875, + -0.033355712890625, + 0.01561737060546875, + 0.049835205078125, + -0.0229949951171875, + 0.02606201171875, + 0.0194549560546875, + -0.029327392578125, + 0.01380157470703125, + 0.060943603515625, + 0.0213775634765625, + 0.04119873046875, + 0.0228118896484375, + 0.027984619140625, + -0.0242462158203125, + 0.0027904510498046875, + 0.03582763671875, + 0.049835205078125, + 0.022613525390625, + 0.04254150390625, + -0.05059814453125, + 0.0517578125, + -0.018310546875, + 0.031829833984375, + 0.020599365234375, + 0.007236480712890625, + -0.0008802413940429688, + 0.019256591796875, + 0.050994873046875, + 0.0689697265625, + -0.095458984375, + 0.0205078125, + -0.062469482421875, + 0.005390167236328125, + -0.0762939453125, + -0.034881591796875, + -0.0105438232421875, + -0.043304443359375, + 0.04217529296875, + -0.0254974365234375, + -0.01010894775390625, + -0.0086212158203125, + 0.00594329833984375, + -0.033935546875, + 0.0574951171875, + 0.0020008087158203125, + -0.04254150390625, + 0.00308990478515625, + 0.02740478515625, + 0.00905609130859375, + -0.014373779296875, + -0.01514434814453125, + 0.045806884765625, + 0.0216522216796875, + 0.032196044921875, + -0.0272216796875, + 0.0256805419921875, + 0.05902099609375, + -0.0047454833984375, + 0.04351806640625, + -0.0180206298828125, + 0.00977325439453125, + -0.016387939453125, + 0.013031005859375, + -0.0477294921875, + -0.00598907470703125, + -0.0099639892578125, + -0.0191650390625, + -0.01715087890625, + -0.06939697265625, + -0.0027790069580078125, + 0.033355712890625, + 0.01447296142578125, + 0.034881591796875, + -0.0005183219909667969, + -0.02740478515625, + -0.004192352294921875, + -0.00457763671875, + 0.0310516357421875, + 0.039276123046875, + 0.059417724609375, + -0.028564453125, + 0.026641845703125, + 0.0249176025390625, + 0.002742767333984375, + -0.0276031494140625, + -0.03564453125, + 0.01284027099609375, + -0.0004611015319824219, + -0.06976318359375, + -0.0241546630859375, + -0.0037364959716796875, + -0.0012454986572265625, + 0.049072265625, + -0.0146636962890625, + -0.0108795166015625, + -0.02203369140625, + -0.06475830078125, + 0.02117919921875, + -0.04083251953125, + -0.021087646484375, + -0.0089111328125, + 0.06787109375, + 0.0166778564453125, + -0.0016527175903320312, + -0.019927978515625, + -0.00867462158203125, + -0.04541015625, + -0.0154266357421875, + -0.0270233154296875, + 0.0167694091796875, + -0.01035308837890625, + 0.032012939453125, + 0.0200347900390625, + 0.0228118896484375, + -0.006805419921875, + 0.043121337890625, + -0.0161895751953125, + 0.022613525390625, + -0.0277862548828125, + 0.016387939453125, + -0.0044097900390625, + 0.028564453125, + -0.021942138671875, + -0.028564453125, + -0.0180206298828125, + -0.0243377685546875, + 0.033721923828125, + 0.037750244140625, + 0.01342010498046875, + 0.0262603759765625, + -0.021270751953125, + 0.03582763671875, + 0.065185546875, + -0.0013179779052734375, + 0.0927734375, + -0.0088653564453125, + -0.059417724609375, + 0.0168609619140625, + 0.05712890625, + -0.01284027099609375, + 0.007236480712890625, + 0.036407470703125, + 0.02874755859375, + 0.00579833984375, + 0.032196044921875, + -0.025299072265625, + 0.029327392578125, + -0.01494598388671875, + -0.0245361328125, + 0.00457763671875, + 0.0036411285400390625, + -0.01212310791015625, + 0.0601806640625, + 0.023956298828125, + 0.0228118896484375, + 0.0521240234375, + -0.008575439453125, + -0.015716552734375, + -0.013702392578125, + -0.06134033203125, + 0.012359619140625, + 0.0396728515625, + 0.027984619140625, + 0.045623779296875, + -0.037750244140625, + -0.07012939453125, + 0.0165863037109375, + -0.055206298828125, + 0.08282470703125, + 0.0242462158203125, + 0.02252197265625, + 0.028564453125, + -0.03662109375, + -0.0167694091796875, + 0.006946563720703125, + -0.0147552490234375, + 0.0312347412109375, + 0.0716552734375, + 0.041412353515625, + 0.00939178466796875, + -0.022613525390625, + -0.00392913818359375, + 0.0040740966796875, + 0.0201263427734375, + 0.007236480712890625, + 0.03009033203125, + 0.0241546630859375, + 0.0517578125, + -0.039276123046875, + 0.041595458984375, + 0.0234832763671875, + -0.0228118896484375, + 0.006805419921875, + -0.0056304931640625, + -0.009246826171875, + -0.07513427734375, + 0.00943756103515625, + -0.0236663818359375, + 0.019073486328125, + 0.00011605024337768555, + 0.019073486328125, + -0.0494384765625, + -0.02203369140625, + 0.041778564453125, + -0.0548095703125, + -0.0012159347534179688, + 0.019256591796875, + -0.033172607421875, + 0.022705078125, + -0.0289459228515625, + -0.05712890625, + 0.0203094482421875, + -0.00699615478515625, + -0.043304443359375, + 0.0216522216796875, + 0.027984619140625, + -0.04217529296875, + -0.034881591796875, + -0.018585205078125, + 0.01494598388671875, + 0.00804901123046875, + -0.027984619140625, + 0.06744384765625, + -0.0223236083984375, + -0.0019283294677734375, + 0.0245361328125, + 0.0256805419921875, + 0.0003204345703125, + -0.0369873046875, + 0.0548095703125, + -0.01351165771484375, + -0.036041259765625, + 0.029327392578125, + 0.012939453125, + 0.0147552490234375, + -0.0291290283203125, + -0.012939453125, + -0.01322174072265625, + 0.0010900497436523438, + -0.0009522438049316406, + 0.0160064697265625, + -0.032379150390625, + -0.0277862548828125, + -0.0297088623046875, + 0.065185546875, + -0.00848388671875, + 0.0517578125, + -0.01068878173828125, + -0.043304443359375, + 0.006710052490234375, + -0.0291290283203125, + -0.00809478759765625, + -0.00409698486328125, + -0.00447845458984375, + -0.0440673828125, + 0.06402587890625, + 0.010589599609375, + -0.002742767333984375, + 0.0241546630859375, + 0.04754638671875, + -0.0115509033203125, + 0.0025997161865234375, + -0.052520751953125, + 0.023773193359375, + 0.00910186767578125, + -0.06707763671875, + -0.0113067626953125, + -0.00867462158203125, + 0.00460052490234375, + 0.0574951171875, + -0.048095703125, + -0.011260986328125, + -0.01447296142578125, + -0.07666015625, + -0.042938232421875, + -0.03662109375, + 0.006011962890625, + -0.048095703125, + 0.000598907470703125, + 0.006710052490234375, + -0.02874755859375, + 0.023101806640625, + 0.0006318092346191406, + 0.0268402099609375, + 0.005580902099609375, + -0.015716552734375, + -0.0160064697265625, + 0.040069580078125, + -0.0369873046875, + -0.0216522216796875, + 0.017730712890625, + 0.05633544921875, + -0.040435791015625, + 0.0115509033203125, + 0.01313018798828125, + -0.01039886474609375, + 0.01523590087890625, + -0.052886962890625, + 0.0037136077880859375, + -0.028167724609375, + -0.0477294921875, + -0.033935546875, + -0.022430419921875, + 0.006107330322265625, + 0.0302886962890625, + 0.00872039794921875, + 0.01580810546875, + 0.0251007080078125, + -0.0229034423828125, + 0.0312347412109375, + 0.00704193115234375, + -0.0169677734375, + 0.0297088623046875, + -0.0369873046875, + -0.0064697265625, + -0.0193634033203125, + 0.023284912109375, + -0.02471923828125, + -0.035064697265625, + -0.08856201171875, + 0.01202392578125, + -0.006565093994140625, + -0.0201263427734375, + -0.0655517578125, + -0.027984619140625, + -0.05633544921875, + 0.0013475418090820312, + 0.060943603515625, + 0.029327392578125, + -0.0037860870361328125, + -0.0126495361328125, + 0.012359619140625, + -0.038330078125, + -0.05328369140625, + 0.04351806640625, + -0.0207061767578125, + 0.0249176025390625, + -0.0160064697265625, + -0.03546142578125, + -0.007904052734375, + 0.01898193359375, + 0.014373779296875, + -0.0002875328063964844, + 0.0203094482421875, + -0.032196044921875, + 0.0175323486328125, + 0.00237274169921875, + 0.00481414794921875, + 0.010589599609375, + -0.0142822265625, + 0.0254974365234375, + -0.03948974609375, + -0.01078033447265625, + 0.0116424560546875, + 0.0186920166015625, + 0.0019893646240234375, + 0.0033054351806640625, + -0.0187835693359375, + 0.050994873046875, + 0.00838470458984375, + -0.00231170654296875, + -0.0229034423828125, + -0.0379638671875, + 0.0037136077880859375, + 0.005367279052734375, + 0.03277587890625, + 0.027984619140625, + -0.0006198883056640625, + -0.01255035400390625, + -0.00011676549911499023, + 0.07781982421875, + -0.018585205078125, + -0.032196044921875, + 0.00220489501953125, + -0.0031375885009765625, + 0.0139923095703125, + 0.06439208984375, + -0.0071868896484375, + 0.0762939453125, + 0.0240478515625, + -0.0031375885009765625, + 0.017730712890625, + 0.0467529296875, + 0.0174407958984375, + -0.0254974365234375, + -0.04620361328125, + 0.005413055419921875, + 0.018310546875, + -0.04388427734375, + -0.02740478515625, + 0.0030307769775390625, + 0.050201416015625, + -0.050201416015625, + -0.018310546875, + -0.00977325439453125, + 0.0058441162109375, + 0.00704193115234375, + 0.0277862548828125, + -0.0343017578125, + 0.0242462158203125, + -0.007572174072265625, + -0.051361083984375, + -0.034881591796875, + -0.037750244140625, + 0.0186920166015625, + 0.0440673828125, + 0.01514434814453125, + -0.0038814544677734375, + 0.0283660888671875, + 0.03009033203125, + 0.037567138671875, + -0.00548553466796875, + 0.0289459228515625, + 0.0186920166015625, + 0.01561737060546875, + 0.0244293212890625, + 0.09393310546875, + -0.0268402099609375, + -0.004169464111328125, + -0.006710052490234375, + -0.0020008087158203125, + 0.03717041015625, + 0.052520751953125, + -0.005916595458984375, + -0.0244293212890625, + -0.007572174072265625, + -0.0244293212890625, + 0.0277862548828125, + 0.00958251953125, + -0.001544952392578125, + -0.055206298828125, + -0.0379638671875, + 0.0262603759765625, + 0.01035308837890625, + 0.054443359375, + 0.01485443115234375, + -0.0223236083984375, + -0.017822265625, + 0.056732177734375, + -0.00548553466796875, + -0.0221405029296875, + 0.004119873046875, + -0.038330078125, + -0.02471923828125, + -0.00958251953125, + -0.00038623809814453125, + 0.07781982421875, + -0.017822265625, + -0.059783935546875, + 0.01514434814453125, + 0.0208892822265625, + -0.034881591796875, + -0.049835205078125, + -0.007762908935546875, + -0.0086212158203125, + -0.0042877197265625, + -0.05865478515625, + -0.023773193359375, + -0.03009033203125, + 0.0302886962890625, + -0.0316162109375, + -0.017242431640625, + 0.0112152099609375, + -0.0302886962890625, + -0.0241546630859375, + -0.00275421142578125, + -0.0276031494140625, + 0.0298919677734375, + -0.055572509765625, + 0.017730712890625, + 0.01245880126953125, + 0.0036411285400390625, + 0.0277862548828125, + 0.05712890625, + -0.00197601318359375, + -0.0182037353515625, + -0.0038814544677734375, + -0.04351806640625, + 0.00829315185546875, + -0.01351165771484375, + 0.0147552490234375, + -0.04217529296875, + 0.007472991943359375, + 0.04541015625, + -0.06365966796875, + 0.01111602783203125, + -0.0089569091796875, + 0.0001804828643798828, + -0.034698486328125, + -0.006900787353515625, + -0.01255035400390625, + 0.0031871795654296875, + 0.07208251953125, + 0.0102081298828125, + 0.0014858245849609375, + 0.021087646484375, + -0.0297088623046875, + 0.048675537109375, + 0.0142822265625, + 0.021270751953125, + -0.0175323486328125, + 0.0396728515625, + 0.0249176025390625, + -0.0207061767578125, + 0.02386474609375, + -0.0816650390625, + -0.021942138671875, + 0.00445556640625, + 0.011932373046875, + -0.00018787384033203125, + -0.032958984375, + -0.0302886962890625, + -0.01629638671875, + 0.002658843994140625, + 0.04083251953125, + 0.0165863037109375, + 0.004791259765625, + -0.02386474609375, + -0.033935546875, + -0.021087646484375, + -0.0291290283203125, + -0.047332763671875, + -0.052520751953125, + 0.0140838623046875, + -0.01207733154296875, + -0.040618896484375, + 0.02740478515625, + -0.00939178466796875, + -0.021942138671875, + 0.0291290283203125, + 0.05712890625, + -0.0254974365234375, + 0.011260986328125, + -0.0208892822265625, + 0.03717041015625, + 0.01447296142578125, + 0.011260986328125, + -0.00737762451171875, + 0.0193634033203125, + 0.0352783203125, + -0.05328369140625, + 0.03814697265625, + 0.01389312744140625, + -0.022705078125, + -0.06134033203125, + -0.03662109375, + -0.048309326171875, + 0.0302886962890625, + -0.0310516357421875, + 0.040252685546875, + 0.00699615478515625, + -0.01983642578125, + -0.090087890625, + 0.036224365234375, + -0.0215606689453125, + -0.00447845458984375, + -0.0028629302978515625, + -0.033538818359375, + -0.03546142578125, + -0.0494384765625, + -0.014373779296875, + 0.0086212158203125, + -0.00838470458984375, + 0.03985595703125, + 0.003665924072265625, + 0.00567626953125, + -0.006275177001953125, + -0.015716552734375, + 0.026641845703125, + 0.04083251953125, + 0.0118865966796875, + -0.04522705078125, + 0.059417724609375, + -0.045623779296875, + 0.002658843994140625, + -0.01140594482421875, + -0.01313018798828125, + 0.0352783203125, + -0.0291290283203125, + -0.00704193115234375, + 0.01552581787109375, + 0.032196044921875, + 0.01035308837890625, + -0.022430419921875, + 0.004886627197265625, + -0.044464111328125, + 0.006610870361328125, + -0.01049041748046875, + -0.042938232421875, + -0.006710052490234375, + 0.0018930435180664062, + -0.0165863037109375, + -0.023193359375, + -0.054046630859375, + -0.060577392578125, + 0.0098724365234375, + -0.0467529296875, + -0.01226806640625, + -0.002407073974609375, + -0.0147552490234375, + 0.0133209228515625, + -0.021759033203125, + 0.0574951171875, + 0.007904052734375, + -0.0142822265625, + -0.032012939453125, + -0.0133209228515625, + -0.045989990234375, + 0.03662109375, + 0.00666046142578125, + -0.03546142578125, + 0.029510498046875, + -0.032379150390625, + 0.0089569091796875, + -0.0154266357421875, + 0.02606201171875, + -0.02606201171875, + 0.0133209228515625, + -0.07745361328125, + -0.04351806640625, + 0.006374359130859375, + 0.033355712890625, + 0.0098724365234375, + -0.020599365234375, + 0.057891845703125, + -0.038726806640625, + -0.0689697265625, + 0.019256591796875, + -0.0203094482421875, + -0.0283660888671875, + 0.032958984375, + -0.011688232421875, + 0.0119781494140625, + 0.03009033203125, + 0.0052947998046875, + 0.004241943359375, + 0.0196380615234375, + 0.0202178955078125, + -0.01178741455078125, + -0.01274871826171875, + -0.00632476806640625, + 0.0207977294921875, + 0.01284027099609375, + 0.045989990234375, + -0.0202178955078125, + 0.0064697265625, + 0.035064697265625, + -0.07513427734375, + -0.007572174072265625, + -0.033172607421875, + -0.04083251953125, + -0.01149749755859375, + 0.05596923828125, + 0.0207977294921875, + 0.030853271484375, + 0.0188751220703125, + 0.04119873046875, + 0.005580902099609375, + -0.01039886474609375, + -0.01514434814453125, + -0.050994873046875, + -0.00905609130859375, + 0.01274871826171875, + 0.0264434814453125, + -0.0689697265625, + 0.04541015625, + 0.0732421875, + -0.03564453125, + -0.0207061767578125, + 0.01015472412109375, + -0.00632476806640625, + 0.0256805419921875, + 0.0297088623046875, + 0.022430419921875, + -0.05596923828125, + 0.0194549560546875, + 0.021942138671875, + 0.0119781494140625, + 0.0203094482421875, + -0.0019168853759765625, + -0.0023365020751953125, + 0.040618896484375, + -0.07745361328125, + -0.0153350830078125, + 0.013031005859375, + 0.07781982421875, + -0.0229949951171875, + -0.049072265625, + -0.01418304443359375, + 0.0245361328125, + 0.048675537109375, + -0.01068878173828125, + 0.0256805419921875, + -0.0047454833984375, + -0.0159149169921875, + 0.0277862548828125, + 0.0196380615234375, + -0.01145172119140625, + 0.0031871795654296875, + 0.0289459228515625, + -0.0218505859375, + 0.032196044921875, + -0.0126495361328125, + 0.034698486328125, + 0.01898193359375, + -0.01552581787109375, + -0.01523590087890625, + -0.0477294921875, + 0.0316162109375, + 0.017730712890625, + 0.0139923095703125, + -0.023956298828125, + -0.00714111328125, + -0.00565338134765625, + -0.01514434814453125, + 0.020599365234375, + -0.005077362060546875, + -0.0146636962890625, + 0.04351806640625, + 0.0203094482421875, + 0.00833892822265625, + 0.017822265625, + -0.040435791015625, + 0.03851318359375, + -0.0243377685546875, + -0.002407073974609375, + -0.07666015625, + -0.0058441162109375, + -0.0018205642700195312, + -0.031829833984375, + -0.0164794921875, + -0.046966552734375, + 0.005008697509765625, + 0.005390167236328125, + -0.04638671875, + 0.00809478759765625, + 0.054443359375, + -0.0352783203125, + 0.02471923828125, + 0.0078582763671875, + 0.020416259765625, + 0.029327392578125, + -0.07818603515625, + 0.073974609375, + 0.023773193359375, + 0.03985595703125, + 0.0174407958984375, + 0.0277862548828125, + 0.0440673828125, + -0.00023353099822998047, + -0.0268402099609375, + 0.007427215576171875, + -0.00934600830078125, + 0.047332763671875, + 0.0193634033203125, + 0.01552581787109375, + -0.038330078125, + 0.0216522216796875, + 0.03143310546875, + -0.055206298828125, + 0.0396728515625, + 0.01174163818359375, + 0.028564453125, + 0.005222320556640625, + 0.01849365234375, + -0.041778564453125, + -0.03411865234375, + 0.056732177734375, + 0.0012998580932617188, + -0.02874755859375, + 0.0147552490234375, + -0.060577392578125, + 0.0352783203125, + 0.030670166015625, + 0.05328369140625, + -0.04638671875, + 0.06475830078125, + 0.00910186767578125, + 0.007617950439453125, + -0.02587890625, + 0.01149749755859375, + -0.02203369140625, + 0.021759033203125, + -0.00905609130859375, + 0.0440673828125, + 0.0161895751953125, + -0.02117919921875, + -0.03814697265625, + 0.0004761219024658203, + 0.023956298828125, + 0.02252197265625, + 0.0264434814453125, + -0.032196044921875, + -0.0209808349609375, + -0.000009059906005859375, + 0.0245361328125, + 0.0601806640625, + 0.0055084228515625, + 0.038330078125, + 0.0126495361328125, + 0.011688232421875, + -0.017730712890625, + -0.01552581787109375 + ], + "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_x64dbg", + "type": "tool", + "name": "x64dbg", + "content": "x64dbg der kostenlose windows-debugger revolutioniert malware-analysis durch intuitive gui und plugin-ecosystem. ersetzt den veralteten ollydbg mit moderner 64-bit-architektur und active-development. besonders stark: anti-anti-debug-plugins umgehen evasion-techniken, script-engine automatisiert repetitive tasks, memory-map-viewer zeigt process-layout übersichtlich. die plugin-community entwickelt ständig neue extensions: unpacker für gepackte malware, crypto- finder identifiziert verschlüsselungsroutinen, api-logger trackt system-calls. integrated-disassembler mit syntax-highlighting. conditional-breakpoints für complex-debugging-scenarios. multi-threading-support für moderne malware. export-funktionen für weitere analysis. die portable version läuft von usb-stick. besonders wertvoll: zero-cost für hobbyisten und kleine teams bei professional-level-features. active-community in discord/github hilft bei problemen. der de-facto-standard für windows-malware- dynamic-analysis ohne budget-constraints. debugger reverse-engineering malware-analysis analysis", + "embedding": [ + -0.0308380126953125, + 0.0145721435546875, + 0.04339599609375, + -0.00872039794921875, + 0.0259552001953125, + 0.03997802734375, + 0.01934814453125, + 0.008880615234375, + -0.0159454345703125, + -0.006565093994140625, + -0.052734375, + 0.02764892578125, + 0.0321044921875, + 0.01776123046875, + -0.0310516357421875, + 0.047637939453125, + -0.0079193115234375, + 0.01690673828125, + -0.005847930908203125, + 0.0127105712890625, + -0.044464111328125, + -0.0014028549194335938, + -0.05126953125, + -0.0037212371826171875, + 0.01031494140625, + -0.00170135498046875, + -0.0246734619140625, + -0.0386962890625, + -0.005157470703125, + -0.004146575927734375, + 0.0036163330078125, + -0.05657958984375, + 0.0089874267578125, + 0.04083251953125, + 0.00872039794921875, + -0.0018482208251953125, + -0.0003604888916015625, + -0.06256103515625, + -0.0222320556640625, + 0.077392578125, + -0.0253143310546875, + -0.00582122802734375, + 0.009521484375, + -0.0110626220703125, + -0.0124969482421875, + -0.07867431640625, + -0.0016412734985351562, + -0.0308380126953125, + 0.015838623046875, + -0.0236053466796875, + 0.0310516357421875, + 0.02520751953125, + 0.01222991943359375, + -0.011962890625, + -0.032318115234375, + 0.04168701171875, + 0.0182952880859375, + -0.0242462158203125, + -0.041046142578125, + 0.050201416015625, + -0.027862548828125, + -0.01212310791015625, + -0.0071258544921875, + -0.00936126708984375, + 0.026153564453125, + 0.037017822265625, + -0.0009703636169433594, + -0.03680419921875, + -0.00893402099609375, + 0.010955810546875, + -0.00914764404296875, + -0.007495880126953125, + -0.031890869140625, + 0.0253143310546875, + -0.033599853515625, + -0.01446533203125, + 0.01026153564453125, + 0.041900634765625, + 0.00728607177734375, + -0.00325775146484375, + -0.061248779296875, + -0.016265869140625, + 0.03997802734375, + -0.0269012451171875, + 0.01345062255859375, + -0.0015888214111328125, + 0.02435302734375, + 0.0140380859375, + 0.0271148681640625, + 0.002605438232421875, + 0.03253173828125, + 0.0052642822265625, + 0.0224456787109375, + -0.0164794921875, + 0.03253173828125, + 0.050201416015625, + -0.004627227783203125, + -0.0081329345703125, + -0.028076171875, + 0.0386962890625, + 0.0139312744140625, + -0.031463623046875, + 0.057861328125, + -0.031463623046875, + 0.043609619140625, + -0.00728607177734375, + 0.0037479400634765625, + -0.01334381103515625, + -0.003643035888671875, + -0.008026123046875, + -0.09356689453125, + -0.05828857421875, + 0.01190948486328125, + -0.05401611328125, + 0.00460052490234375, + -0.0165863037109375, + -0.0176544189453125, + 0.03594970703125, + -0.026153564453125, + -0.048919677734375, + 0.005687713623046875, + -0.0007944107055664062, + -0.01446533203125, + 0.0246734619140625, + -0.043609619140625, + -0.05169677734375, + 0.017333984375, + 0.0167999267578125, + -0.03424072265625, + -0.0271148681640625, + -0.0145721435546875, + -0.02392578125, + -0.0207366943359375, + -0.04296875, + -0.0141448974609375, + -0.0380859375, + 0.031890869140625, + -0.009674072265625, + -0.00782012939453125, + -0.0032825469970703125, + 0.02435302734375, + -0.019561767578125, + -0.050628662109375, + 0.02105712890625, + -0.017120361328125, + 0.0107421875, + 0.003932952880859375, + 0.0206298828125, + 0.00011467933654785156, + 0.00872039794921875, + 0.0019273757934570312, + 0.01605224609375, + 0.05487060546875, + 0.006671905517578125, + 0.031463623046875, + -0.036590576171875, + -0.02191162109375, + -0.0180816650390625, + 0.0552978515625, + -0.017547607421875, + -0.0185089111328125, + 0.0110626220703125, + -0.01776123046875, + 0.0137176513671875, + -0.00839996337890625, + -0.01122283935546875, + -0.0065155029296875, + 0.03912353515625, + -0.00449371337890625, + -0.0222320556640625, + 0.05743408203125, + 0.00046515464782714844, + 0.061248779296875, + 0.05615234375, + -0.029571533203125, + 0.001110076904296875, + 0.0083465576171875, + -0.01776123046875, + 0.018829345703125, + 0.0083465576171875, + -0.022125244140625, + -0.029144287109375, + 0.02850341796875, + -0.013031005859375, + -0.0116424560546875, + -0.007549285888671875, + -0.0145721435546875, + -0.019775390625, + -0.05615234375, + 0.0120697021484375, + -0.05572509765625, + -0.051055908203125, + -0.033172607421875, + 0.047637939453125, + 0.01776123046875, + 0.0570068359375, + 0.007762908935546875, + -0.0263671875, + 0.0469970703125, + -0.000904083251953125, + 0.010955810546875, + 0.03167724609375, + 0.0022735595703125, + 0.0165863037109375, + 0.003986358642578125, + 0.01058197021484375, + -0.00334930419921875, + 0.02606201171875, + -0.001190185546875, + 0.006221771240234375, + 0.007549285888671875, + 0.060394287109375, + 0.0019140243530273438, + -0.0128173828125, + -0.016693115234375, + -0.0452880859375, + 0.03424072265625, + 0.0005717277526855469, + -0.006488800048828125, + -0.01158905029296875, + -0.0012426376342773438, + -0.03338623046875, + 0.0040130615234375, + 0.0404052734375, + -0.032318115234375, + 0.024993896484375, + 0.0145721435546875, + 0.004253387451171875, + -0.035308837890625, + 0.01488494873046875, + 0.0469970703125, + 0.031463623046875, + 0.00909423828125, + -0.01509857177734375, + 0.004467010498046875, + 0.007442474365234375, + 0.0255279541015625, + 0.04083251953125, + 0.0262603759765625, + 0.00882720947265625, + -0.0159454345703125, + 0.0196685791015625, + -0.0110626220703125, + 0.04510498046875, + 0.032745361328125, + 0.0021800994873046875, + 0.00614166259765625, + 0.00946807861328125, + 0.039764404296875, + 0.05487060546875, + -0.050201416015625, + -0.01531219482421875, + -0.0297698974609375, + -0.0104217529296875, + -0.054443359375, + -0.052734375, + -0.011749267578125, + -0.0372314453125, + 0.02935791015625, + 0.0002574920654296875, + -0.041900634765625, + 0.01509857177734375, + 0.031280517578125, + 0.0013093948364257812, + 0.0248870849609375, + -0.004863739013671875, + -0.0421142578125, + -0.00696563720703125, + 0.049560546875, + 0.01116943359375, + -0.023712158203125, + 0.003482818603515625, + 0.0002524852752685547, + 0.00449371337890625, + -0.012176513671875, + -0.017974853515625, + -0.00494384765625, + 0.0271148681640625, + 0.003124237060546875, + 0.0027523040771484375, + -0.02191162109375, + 0.04296875, + -0.0178680419921875, + 0.048492431640625, + -0.047210693359375, + -0.0023403167724609375, + 0.01148223876953125, + 0.0054779052734375, + -0.0174407958984375, + -0.0355224609375, + -0.00038886070251464844, + 0.03955078125, + 0.019134521484375, + 0.0037212371826171875, + 0.023284912109375, + -0.044464111328125, + 0.0116424560546875, + -0.0017948150634765625, + -0.008880615234375, + 0.00786590576171875, + 0.038482666015625, + -0.045501708984375, + 0.0259552001953125, + 0.00315093994140625, + -0.003536224365234375, + -0.0266876220703125, + -0.0304107666015625, + -0.036376953125, + -0.00728607177734375, + -0.026580810546875, + -0.021484375, + -0.004039764404296875, + 0.0018482208251953125, + 0.0009369850158691406, + -0.01934814453125, + -0.003482818603515625, + -0.034027099609375, + -0.032958984375, + 0.002910614013671875, + -0.01605224609375, + -0.0535888671875, + -0.039337158203125, + 0.05615234375, + -0.0025386810302734375, + 0.00839996337890625, + -0.0289306640625, + -0.014251708984375, + -0.0227508544921875, + 0.0240325927734375, + -0.03167724609375, + -0.0007944107055664062, + -0.00531768798828125, + 0.0289306640625, + 0.00553131103515625, + 0.042755126953125, + 0.00366973876953125, + 0.07952880859375, + 0.03167724609375, + -0.01361083984375, + -0.0141448974609375, + 0.01904296875, + 0.0203094482421875, + 0.0198822021484375, + -0.03997802734375, + -0.04571533203125, + -0.0187225341796875, + -0.05914306640625, + 0.0030574798583984375, + 0.010528564453125, + 0.05615234375, + 0.0306243896484375, + -0.00521087646484375, + -0.00818634033203125, + 0.0552978515625, + 0.015838623046875, + 0.0965576171875, + -0.0182952880859375, + -0.0321044921875, + 0.0016155242919921875, + 0.057861328125, + 0.01058197021484375, + 0.016693115234375, + 0.0189361572265625, + 0.01690673828125, + -0.0227508544921875, + 0.0178680419921875, + -0.0157318115234375, + -0.0028438568115234375, + -0.005611419677734375, + 0.00653839111328125, + 0.031463623046875, + -0.006221771240234375, + -0.01026153564453125, + 0.00113677978515625, + 0.0535888671875, + 0.04425048828125, + 0.041046142578125, + -0.027862548828125, + -0.00154876708984375, + -0.017120361328125, + -0.0782470703125, + 0.01111602783203125, + 0.0230712890625, + 0.0145721435546875, + 0.057861328125, + -0.01361083984375, + -0.07275390625, + 0.04339599609375, + -0.0552978515625, + 0.06591796875, + 0.045928955078125, + -0.01111602783203125, + 0.03338623046875, + -0.017333984375, + 0.001834869384765625, + -0.00263214111328125, + 0.0124969482421875, + 0.04998779296875, + 0.05487060546875, + 0.046356201171875, + 0.01313018798828125, + -0.0240325927734375, + 0.0194549560546875, + 0.0438232421875, + 0.031463623046875, + -0.0092010498046875, + 0.032745361328125, + 0.00839996337890625, + 0.0308380126953125, + -0.0140380859375, + 0.0667724609375, + 0.0255279541015625, + -0.00582122802734375, + 0.0207366943359375, + -0.004680633544921875, + 0.0211639404296875, + -0.0338134765625, + 0.00478363037109375, + 0.0135040283203125, + 0.010101318359375, + 0.05169677734375, + 0.04168701171875, + -0.04913330078125, + 0.0085601806640625, + 0.07867431640625, + -0.0693359375, + 0.019775390625, + 0.0141448974609375, + -0.023712158203125, + -0.0052642822265625, + -0.027862548828125, + -0.080810546875, + 0.0321044921875, + -0.027862548828125, + -0.046142578125, + 0.003696441650390625, + 0.0230712890625, + -0.035308837890625, + -0.041900634765625, + -0.0006012916564941406, + -0.005023956298828125, + -0.03997802734375, + -0.02606201171875, + 0.052947998046875, + 0.006725311279296875, + -0.00872039794921875, + 0.03338623046875, + 0.0040130615234375, + -0.0355224609375, + -0.0355224609375, + 0.04913330078125, + -0.00807952880859375, + -0.0299835205078125, + 0.03338623046875, + 0.0156402587890625, + 0.0224456787109375, + -0.0163726806640625, + -0.032318115234375, + 0.00972747802734375, + -0.00128936767578125, + 0.006435394287109375, + 0.00872039794921875, + -0.044677734375, + -0.02392578125, + -0.047637939453125, + 0.041900634765625, + 0.00946807861328125, + 0.034881591796875, + 0.0181884765625, + -0.040191650390625, + 0.039337158203125, + -0.06256103515625, + 0.010528564453125, + -0.0192413330078125, + 0.01297760009765625, + -0.014678955078125, + 0.08294677734375, + -0.00696563720703125, + -0.0206298828125, + 0.0081329345703125, + 0.04083251953125, + 0.0106353759765625, + 0.01361083984375, + -0.043609619140625, + 0.051910400390625, + 0.01026153564453125, + -0.0264739990234375, + -0.02520751953125, + -0.024993896484375, + -0.01265716552734375, + 0.0289306640625, + -0.0380859375, + 0.004039764404296875, + 0.0182952880859375, + -0.067626953125, + -0.0248870849609375, + -0.0271148681640625, + -0.00707244873046875, + -0.022552490234375, + 0.037017822265625, + 0.00786590576171875, + 0.031890869140625, + 0.023712158203125, + 0.0159454345703125, + -0.00531768798828125, + 0.004863739013671875, + 0.0140380859375, + -0.014251708984375, + 0.0203094482421875, + -0.0487060546875, + -0.003231048583984375, + -0.0266876220703125, + 0.03997802734375, + -0.037017822265625, + -0.00395965576171875, + 0.000047147274017333984, + -0.01047515869140625, + 0.04510498046875, + -0.060394287109375, + -0.0001977682113647461, + -0.0137176513671875, + -0.022552490234375, + -0.0304107666015625, + -0.026153564453125, + 0.019134521484375, + 0.0156402587890625, + -0.017974853515625, + 0.028076171875, + 0.032318115234375, + -0.050628662109375, + 0.01026153564453125, + 0.01212310791015625, + -0.021697998046875, + 0.008453369140625, + -0.0200958251953125, + 0.0110626220703125, + 0.0157318115234375, + 0.03680419921875, + -0.0251007080078125, + -0.0207366943359375, + -0.06890869140625, + 0.02435302734375, + -0.019561767578125, + -0.0170135498046875, + -0.010955810546875, + -0.032745361328125, + -0.06719970703125, + -0.0116424560546875, + 0.0086669921875, + 0.004199981689453125, + 0.005611419677734375, + -0.028717041015625, + -0.0380859375, + 0.004119873046875, + -0.03955078125, + 0.044677734375, + -0.0264739990234375, + -0.006435394287109375, + -0.0220184326171875, + -0.052734375, + 0.0251007080078125, + 0.02850341796875, + 0.046142578125, + 0.0143585205078125, + 0.02935791015625, + -0.01148223876953125, + 0.0156402587890625, + 0.0024051666259765625, + -0.0189361572265625, + -0.034881591796875, + -0.00489044189453125, + 0.0372314453125, + -0.05169677734375, + -0.03424072265625, + 0.004680633544921875, + 0.026153564453125, + 0.0066986083984375, + -0.01313018798828125, + -0.01318359375, + 0.0306243896484375, + -0.00013375282287597656, + 0.039337158203125, + -0.02020263671875, + -0.03594970703125, + 0.005130767822265625, + 0.0108489990234375, + 0.0570068359375, + 0.0355224609375, + -0.0127105712890625, + -0.02349853515625, + 0.006061553955078125, + 0.036590576171875, + -0.0263671875, + -0.0289306640625, + -0.0297698974609375, + -0.00850677490234375, + 0.019775390625, + 0.062103271484375, + -0.029144287109375, + 0.0718994140625, + -0.0112762451171875, + 0.032318115234375, + 0.041046142578125, + 0.071044921875, + 0.04296875, + -0.0338134765625, + -0.053802490234375, + -0.0086669921875, + -0.0135040283203125, + -0.0227508544921875, + -0.029144287109375, + 0.0002084970474243164, + 0.048919677734375, + -0.08935546875, + -0.0112762451171875, + 0.0008907318115234375, + -0.01776123046875, + 0.0174407958984375, + 0.0165863037109375, + -0.0266876220703125, + 0.022125244140625, + -0.00909423828125, + -0.031280517578125, + -0.01079559326171875, + -0.0099945068359375, + 0.000698089599609375, + 0.060394287109375, + 0.010101318359375, + -0.017547607421875, + 0.043609619140625, + 0.004627227783203125, + 0.0306243896484375, + 0.012603759765625, + 0.0259552001953125, + -0.002300262451171875, + 0.036590576171875, + 0.027435302734375, + 0.044036865234375, + -0.0164794921875, + -0.018829345703125, + 0.02349853515625, + -0.00707244873046875, + 0.016265869140625, + 0.034027099609375, + 0.01047515869140625, + 0.0116424560546875, + -0.008026123046875, + -0.05126953125, + 0.0017948150634765625, + -0.007602691650390625, + -0.00823974609375, + -0.06634521484375, + -0.031890869140625, + 0.0259552001953125, + -0.04827880859375, + 0.036590576171875, + 0.03826904296875, + -0.007495880126953125, + -0.029571533203125, + 0.0207366943359375, + -0.009674072265625, + -0.05487060546875, + 0.01313018798828125, + -0.0238189697265625, + -0.0251007080078125, + -0.0308380126953125, + -0.051055908203125, + 0.026153564453125, + -0.010101318359375, + -0.07867431640625, + -0.01079559326171875, + 0.0438232421875, + -0.00782012939453125, + 0.00603485107421875, + 0.006488800048828125, + 0.025421142578125, + -0.031890869140625, + -0.041046142578125, + -0.054443359375, + 0.005344390869140625, + 0.0008974075317382812, + -0.0386962890625, + 0.02520751953125, + 0.01605224609375, + -0.041473388671875, + 0.00571441650390625, + -0.027435302734375, + -0.044677734375, + 0.0587158203125, + -0.031890869140625, + 0.0438232421875, + 0.01116943359375, + 0.0240325927734375, + 0.02606201171875, + 0.060394287109375, + -0.001209259033203125, + -0.01222991943359375, + -0.0094146728515625, + -0.05828857421875, + 0.017547607421875, + -0.017120361328125, + 0.0018606185913085938, + -0.074462890625, + 0.0006647109985351562, + 0.0271148681640625, + -0.06591796875, + 0.0054779052734375, + -0.005184173583984375, + -0.0355224609375, + -0.05126953125, + 0.001575469970703125, + 0.0163726806640625, + 0.0081329345703125, + 0.08251953125, + 0.00909423828125, + -0.0018739700317382812, + -0.0010099411010742188, + -0.0650634765625, + 0.035308837890625, + 0.0220184326171875, + 0.041046142578125, + -0.007656097412109375, + 0.04339599609375, + 0.0189361572265625, + 0.0022869110107421875, + -0.004917144775390625, + -0.09442138671875, + -0.0009107589721679688, + 0.035736083984375, + 0.031463623046875, + 0.01531219482421875, + 0.006328582763671875, + -0.040191650390625, + -0.0215911865234375, + -0.0161590576171875, + 0.016693115234375, + -0.00653839111328125, + -0.009674072265625, + -0.054443359375, + -0.0048370361328125, + -0.006008148193359375, + -0.035736083984375, + -0.0299835205078125, + -0.04656982421875, + 0.054443359375, + -0.0116424560546875, + -0.04571533203125, + 0.0272216796875, + -0.00489044189453125, + 0.0095672607421875, + 0.02850341796875, + 0.07318115234375, + -0.032745361328125, + -0.01499176025390625, + -0.007549285888671875, + 0.02020263671875, + -0.0056610107421875, + 0.00395965576171875, + 0.0092010498046875, + 0.0372314453125, + -0.007495880126953125, + -0.0301971435546875, + 0.06292724609375, + 0.032958984375, + -0.00428009033203125, + -0.06976318359375, + -0.01499176025390625, + -0.0259552001953125, + 0.04510498046875, + -0.0005617141723632812, + 0.050201416015625, + 0.0167999267578125, + -0.00489044189453125, + -0.07781982421875, + 0.038909912109375, + -0.03424072265625, + 0.0478515625, + 0.0174407958984375, + -0.01313018798828125, + -0.08935546875, + -0.0587158203125, + -0.0207366943359375, + 0.0163726806640625, + -0.038909912109375, + 0.0262603759765625, + 0.034454345703125, + -0.0012559890747070312, + 0.002391815185546875, + -0.02679443359375, + -0.0009241104125976562, + 0.0321044921875, + 0.017974853515625, + -0.021697998046875, + 0.04742431640625, + -0.043609619140625, + 0.023284912109375, + -0.038909912109375, + 0.0033359527587890625, + 0.0218048095703125, + 0.006114959716796875, + -0.03466796875, + -0.0220184326171875, + 0.026153564453125, + 0.067626953125, + -0.0003972053527832031, + 0.0026454925537109375, + -0.041046142578125, + 0.0289306640625, + -0.002712249755859375, + 0.005558013916015625, + 0.00728607177734375, + 0.01036834716796875, + -0.021270751953125, + -0.0178680419921875, + -0.059967041015625, + -0.07147216796875, + -0.005741119384765625, + -0.039337158203125, + -0.01233673095703125, + 0.0026187896728515625, + 0.01861572265625, + 0.02020263671875, + -0.03509521484375, + 0.0139312744140625, + 0.0094146728515625, + -0.01100921630859375, + -0.00232696533203125, + 0.0180816650390625, + -0.0264739990234375, + 0.027435302734375, + 0.012603759765625, + -0.0310516357421875, + 0.018829345703125, + -0.0165863037109375, + -0.008880615234375, + -0.0161590576171875, + -0.0156402587890625, + -0.03680419921875, + 0.03466796875, + -0.0552978515625, + -0.00797271728515625, + 0.0157318115234375, + 0.01531219482421875, + -0.014251708984375, + -0.0355224609375, + 0.0421142578125, + -0.00038051605224609375, + -0.07867431640625, + 0.00739288330078125, + -0.03997802734375, + -0.060394287109375, + -0.008026123046875, + 0.00563812255859375, + 0.033172607421875, + -0.0147857666015625, + 0.05828857421875, + 0.0469970703125, + 0.028717041015625, + 0.018829345703125, + -0.046783447265625, + 0.0178680419921875, + -0.0108489990234375, + 0.0259552001953125, + 0.028717041015625, + 0.01541900634765625, + -0.0032176971435546875, + -0.0044403076171875, + 0.006618499755859375, + -0.0701904296875, + -0.006195068359375, + -0.0174407958984375, + -0.06256103515625, + -0.01079559326171875, + 0.06256103515625, + 0.048919677734375, + 0.0139312744140625, + 0.031463623046875, + 0.03997802734375, + 0.0304107666015625, + -0.004970550537109375, + -0.039337158203125, + -0.0850830078125, + -0.028289794921875, + 0.0355224609375, + 0.0085601806640625, + -0.052734375, + 0.031463623046875, + 0.03997802734375, + 0.0037479400634765625, + -0.01861572265625, + -0.01244354248046875, + -0.0196685791015625, + 0.04296875, + 0.0213775634765625, + 0.031280517578125, + -0.050201416015625, + 0.01361083984375, + 0.02935791015625, + -0.01488494873046875, + 0.0073394775390625, + 0.0007443428039550781, + -0.014678955078125, + 0.0240325927734375, + -0.05657958984375, + -0.01122283935546875, + 0.01212310791015625, + 0.064208984375, + 0.031890869140625, + -0.02935791015625, + -0.01446533203125, + 0.04168701171875, + 0.0213775634765625, + -0.0238189697265625, + -0.026153564453125, + 0.009307861328125, + -0.0159454345703125, + 0.0167999267578125, + 0.042755126953125, + 0.01552581787109375, + 0.03338623046875, + 0.0014286041259765625, + -0.04998779296875, + 0.0380859375, + -0.013824462890625, + 0.022125244140625, + -0.003536224365234375, + -0.0587158203125, + -0.0306243896484375, + -0.05230712890625, + -0.00238037109375, + 0.02520751953125, + 0.03680419921875, + 0.01904296875, + -0.00531768798828125, + -0.0163726806640625, + 0.012603759765625, + 0.035308837890625, + 0.01861572265625, + 0.023284912109375, + 0.044677734375, + 0.03253173828125, + 0.023284912109375, + 0.0058746337890625, + 0.0056610107421875, + 0.0229644775390625, + -0.0306243896484375, + 0.0170135498046875, + -0.05657958984375, + 0.0007710456848144531, + 0.014251708984375, + -0.03167724609375, + 0.0227508544921875, + -0.03955078125, + -0.0189361572265625, + -0.02435302734375, + -0.0504150390625, + -0.0297698974609375, + 0.0570068359375, + -0.036376953125, + 0.007709503173828125, + 0.059539794921875, + 0.005451202392578125, + 0.001728057861328125, + -0.0301971435546875, + 0.07574462890625, + 0.0301971435546875, + 0.03826904296875, + -0.01153564453125, + 0.0016546249389648438, + 0.043182373046875, + -0.0016813278198242188, + 0.00925445556640625, + 0.0231781005859375, + -0.010101318359375, + 0.062103271484375, + 0.01323699951171875, + 0.004547119140625, + -0.02105712890625, + 0.02850341796875, + 0.00839996337890625, + -0.049346923828125, + 0.04296875, + 0.0022735595703125, + 0.0272216796875, + 0.0006346702575683594, + -0.0271148681640625, + -0.024993896484375, + -0.0248870849609375, + 0.0782470703125, + -0.0022602081298828125, + -0.0338134765625, + 0.034027099609375, + -0.017333984375, + 0.032318115234375, + 0.01153564453125, + 0.0452880859375, + -0.07867431640625, + 0.054443359375, + -0.0030975341796875, + -0.00478363037109375, + 0.0092010498046875, + 0.00042366981506347656, + -0.007709503173828125, + -0.004573822021484375, + -0.033599853515625, + 0.0650634765625, + 0.014678955078125, + -0.0338134765625, + -0.041046142578125, + -0.00909423828125, + -0.0060882568359375, + 0.0095672607421875, + 0.01345062255859375, + -0.03466796875, + -0.0338134765625, + 0.008453369140625, + 0.0034027099609375, + 0.087646484375, + -0.021270751953125, + 0.01904296875, + 0.00029754638671875, + -0.01499176025390625, + -0.002658843994140625, + -0.0206298828125 + ], + "metadata": { + "domains": [ + "malware-analysis" + ], + "phases": [ + "analysis" + ], + "tags": [ + "debugger", + "reverse-engineering" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, { "id": "tool_Autopsy", "type": "tool", @@ -31629,3147 +65414,1043 @@ } }, { - "id": "tool_Guymager", + "id": "tool_MISP", "type": "tool", - "name": "Guymager", - "content": "guymager das schlanke linux-imaging-tool maximiert performance durch intelligentes multi-threading und optimierte i/o-operationen. die qt-basierte gui macht forensisches imaging auch für linux-neulinge zugänglich. gleichzeitiges schreiben mehrerer formate (raw + ewf) ohne performance-verlust. die eingebaute fifo-architektur ermöglicht pipe-operationen für netzwerk-imaging. besonders geschätzt: automatische badblock-erkennung mit detailliertem logging, simultane hash-berechnung (md5, sha1, sha256), fortschrittsbalken mit zeitschätzung. die clone-funktion dupliziert datenträger direkt. hpa/dco-erkennung warnt vor versteckten bereichen. unterstützt usb-write- blocker für zusätzliche sicherheit. die performance übertrifft oft kommerzielle tools bei gleicher zuverlässigkeit. debian-pakete vereinfachen installation. der niedrige ressourcen-verbrauch erlaubt imaging auf älteren systemen. logging im detail-level konfigurierbar für verschiedene compliance-anforderungen. 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", + "name": "MISP", + "content": "misp die threat-intelligence-sharing-plattform vernetzt viele organisationen weltweit im kampf gegen cyberkriminalität. strukturiertes teilen von iocs durch standardisierte attribute: ip-adressen, domains, hashes, yara-rules, malware-samples. die galaxies und taxonomien klassifizieren bedrohungen nach att&ck, kill-chain oder eigenen schemata. föderierte architektur ermöglicht selektives sharing zwischen vertrauenswürdigen partnern. correlation-engine findet zusammenhänge zwischen scheinbar unabhängigen incidents. warninglists reduzieren false-positives durch whitelisting bekannter good-entities. zeromq-feed pusht iocs in echtzeit an firewalls und siems. die ausgereiften apis (rest, pymisp) automatisieren threat-intelligence-workflows. export in stix, openioc und dutzende andere formate. essenziell für proaktive verteidigung. 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.01059722900390625, - 0.0181732177734375, - 0.06024169921875, - -0.0263824462890625, - 0.04364013671875, - 0.042999267578125, - 0.00930023193359375, - 0.012725830078125, - -0.00170135498046875, - 0.0240020751953125, - -0.0274200439453125, - 0.04986572265625, - 0.0079498291015625, - -0.0309600830078125, - -0.047576904296875, - 0.0565185546875, - -0.0355224609375, - -0.004180908203125, - 0.0225372314453125, - -0.0003018379211425781, - -0.00930023193359375, - -0.03033447265625, - -0.062744140625, - 0.00763702392578125, - 0.0026874542236328125, - -0.002506256103515625, - -0.01776123046875, - -0.06646728515625, - -0.001766204833984375, - 0.0189056396484375, - 0.005584716796875, - -0.005374908447265625, - 0.012359619140625, - 0.0288848876953125, - 0.0178680419921875, - -0.0250396728515625, - -0.0166168212890625, - -0.04425048828125, - -0.0199432373046875, - 0.06439208984375, - -0.0101318359375, - -0.0016422271728515625, - 0.00029540061950683594, - -0.0272216796875, - -0.02264404296875, - -0.033447265625, - 0.00732421875, - -0.029083251953125, - -0.009918212890625, - -0.03033447265625, - -0.0011491775512695312, - 0.0299224853515625, - 0.00997161865234375, - -0.015167236328125, - -0.0288848876953125, - 0.03179931640625, - 0.01303863525390625, - -0.032196044921875, - -0.0229644775390625, - 0.057769775390625, - -0.0309600830078125, - -0.00799560546875, - -0.0297088623046875, - -0.02679443359375, - 0.00257110595703125, - 0.046966552734375, - -0.0005326271057128906, - -0.0146484375, - 0.01200103759765625, - 0.00130462646484375, - 0.0036106109619140625, - -0.0176544189453125, - -0.0035572052001953125, - 0.035308837890625, - -0.035125732421875, - -0.044677734375, - 0.00882720947265625, - 0.02679443359375, - 0.0034027099609375, - -0.01085662841796875, - -0.05194091796875, - 0.005401611328125, - 0.01953125, - 0.003765106201171875, - -0.0186004638671875, - 0.011322021484375, - 0.0257568359375, - -0.00960540771484375, - 0.0018825531005859375, - 0.00170135498046875, - 0.01776123046875, - 0.0082550048828125, - 0.006595611572265625, - -0.0299224853515625, - 0.01267242431640625, - 0.0535888671875, - -0.017242431640625, - -0.00971221923828125, - 0.00037169456481933594, - 0.0220184326171875, - 0.0246124267578125, - -0.0173492431640625, - 0.0286712646484375, - 0.0307464599609375, - 0.03302001953125, - -0.0240936279296875, - 0.01126861572265625, - 0.020050048828125, - -0.0253448486328125, - -0.036346435546875, - -0.101806640625, - -0.0240020751953125, - -0.027008056640625, - -0.058990478515625, - 0.0018825531005859375, - 0.0121002197265625, - -0.04156494140625, - 0.027008056640625, - -0.04840087890625, - -0.03240966796875, - -0.004364013671875, - 0.01548004150390625, - 0.0021419525146484375, - 0.00955963134765625, - -0.043426513671875, - -0.0677490234375, - -0.003894805908203125, - 0.0265960693359375, - -0.04779052734375, - -0.01433563232421875, - -0.015899658203125, - -0.018798828125, - -0.0284576416015625, - -0.01548004150390625, - 0.00945281982421875, - -0.035308837890625, - 0.0181732177734375, - 0.0044403076171875, - -0.01251983642578125, - 0.005115509033203125, - 0.039886474609375, - -0.01116943359375, - -0.0535888671875, - 0.01007843017578125, - -0.0178680419921875, - -0.00804901123046875, - -0.02337646484375, - 0.04278564453125, - -0.025238037109375, - -0.01422882080078125, - -0.00815582275390625, - 0.0114288330078125, - 0.0635986328125, - -0.0018053054809570312, - 0.027008056640625, - -0.023895263671875, - 0.0106964111328125, - -0.0173492431640625, - 0.0199432373046875, - -0.0100250244140625, - -0.02337646484375, - 0.0191192626953125, - -0.002117156982421875, - 0.040313720703125, - -0.02130126953125, - -0.054443359375, - -0.019317626953125, - -0.006259918212890625, - 0.00508880615234375, - 0.010284423828125, - 0.0186004638671875, - -0.0008311271667480469, - 0.07440185546875, - 0.057769775390625, - 0.023681640625, - 0.026275634765625, - 0.01641845703125, - 0.0234832763671875, - 0.020263671875, - 0.0159912109375, - -0.0091400146484375, - -0.032196044921875, - 0.01324462890625, - -0.0031299591064453125, - 0.02471923828125, - -0.004261016845703125, - -0.01361083984375, - 0.0007467269897460938, - -0.03302001953125, - 0.027008056640625, - -0.04071044921875, - -0.01444244384765625, - -0.01537322998046875, - 0.0286712646484375, - -0.002544403076171875, - 0.0509033203125, - 0.04156494140625, - -0.0126190185546875, - 0.0157928466796875, - -0.0079498291015625, - 0.0086212158203125, - 0.059844970703125, - -0.026275634765625, - 0.03387451171875, - 0.004596710205078125, - -0.004364013671875, - 0.0026092529296875, - 0.0369873046875, - 0.0355224609375, - -0.050079345703125, - -0.00960540771484375, - 0.041748046875, - 0.01329803466796875, - -0.036163330078125, - -0.01277923583984375, - -0.035308837890625, - 0.0124664306640625, - -0.009918212890625, - -0.014129638671875, - 0.00856781005859375, - -0.0140228271484375, - -0.044036865234375, - 0.01059722900390625, - 0.0299224853515625, - -0.0186004638671875, - 0.03179931640625, - 0.002597808837890625, - -0.02679443359375, - -0.061492919921875, - 0.04052734375, - 0.01474761962890625, - 0.03948974609375, - -0.00244140625, - 0.00423431396484375, - -0.00919342041015625, - -0.0170440673828125, - 0.0201568603515625, - 0.03656005859375, - 0.021820068359375, - 0.0227508544921875, - -0.01953125, - 0.0211944580078125, - -0.02825927734375, - 0.03759765625, - 0.0297088623046875, - 0.00553131103515625, - -0.00152587890625, - -0.0009412765502929688, - 0.0299224853515625, - 0.0313720703125, - -0.04736328125, - -0.0225372314453125, - -0.0843505859375, - -0.0272216796875, - -0.05133056640625, - -0.01226043701171875, - -0.0159912109375, - -0.0438232421875, - 0.062744140625, - -0.04010009765625, - -0.04571533203125, - 0.01392364501953125, - 0.0284576416015625, - -0.0175628662109375, - 0.048004150390625, - -0.0105438232421875, - -0.034088134765625, - 0.01361083984375, - 0.07562255859375, - 0.0031948089599609375, - -0.00981903076171875, - -0.031585693359375, - 0.0121002197265625, - 0.0018310546875, - 0.033447265625, - -0.029296875, - 0.01422882080078125, - 0.0180816650390625, - 0.01953125, - 0.013397216796875, - -0.0237884521484375, - 0.01122283935546875, - -0.020050048828125, - 0.026275634765625, - -0.0313720703125, - -0.005741119384765625, - 0.007843017578125, - 0.00649261474609375, - -0.0178680419921875, - -0.0718994140625, - 0.01111602783203125, - 0.056915283203125, - -0.00852203369140625, - -0.00334930419921875, - 0.010650634765625, - -0.046539306640625, - 0.03302001953125, - -0.007167816162109375, - 0.005039215087890625, - 0.0288848876953125, - 0.0328369140625, - -0.0278472900390625, - 0.043212890625, - -0.0178680419921875, - 0.004985809326171875, - -0.0126190185546875, - -0.0278472900390625, - -0.006855010986328125, - -0.0030517578125, - -0.03240966796875, - -0.01548004150390625, - -0.0174560546875, - -0.040313720703125, - -0.0105438232421875, - -0.005558013916015625, - 0.0005550384521484375, - -0.0467529296875, - -0.0565185546875, - 0.00475311279296875, - -0.03448486328125, - -0.05401611328125, - -0.020782470703125, - 0.050079345703125, - 0.002025604248046875, - 0.0001493692398071289, - -0.022125244140625, - -0.0229644775390625, - -0.02337646484375, - 0.003143310546875, - -0.01381683349609375, - 0.0235748291015625, - -0.00727081298828125, - 0.05859375, - 0.02679443359375, - 0.0272216796875, - 0.019744873046875, - 0.0313720703125, - 0.030548095703125, - -0.027008056640625, - -0.032196044921875, - -0.004364013671875, - 0.0309600830078125, - 0.0355224609375, - -0.01422882080078125, - -0.0237884521484375, - -0.0016880035400390625, - -0.0284576416015625, - 0.007843017578125, - 0.0174560546875, - 0.02191162109375, - 0.034698486328125, - -0.0313720703125, - 0.0081024169921875, - 0.050689697265625, - -0.004283905029296875, - 0.09722900390625, - 0.006595611572265625, - -0.04779052734375, - 0.025238037109375, - 0.035308837890625, - 0.01033782958984375, - -0.004726409912109375, - 0.0369873046875, - 0.00457000732421875, - 0.0183868408203125, - 0.031158447265625, - 0.0061798095703125, - 0.02825927734375, - 0.0000941157341003418, - -0.0168304443359375, - 0.009246826171875, - 0.0121002197265625, - 0.0089874267578125, - 0.045501708984375, - 0.0250396728515625, - 0.0180816650390625, - 0.006961822509765625, - -0.0248260498046875, - 0.006259918212890625, - -0.041748046875, - -0.057769775390625, - -0.01548004150390625, - 0.04052734375, - 0.0263824462890625, - 0.034271240234375, - -0.029083251953125, - -0.041351318359375, - 0.030120849609375, - -0.045928955078125, - 0.065673828125, - 0.03656005859375, - 0.005298614501953125, - 0.038238525390625, - -0.00872802734375, - 0.009246826171875, - 0.028045654296875, - 0.0098724365234375, - 0.037200927734375, - 0.038421630859375, - 0.032196044921875, - -0.00919342041015625, - -0.0196380615234375, - 0.0294952392578125, - 0.054840087890625, - 0.0260772705078125, - 0.0272216796875, - 0.01059722900390625, - 0.0163116455078125, - 0.010955810546875, - -0.02056884765625, - 0.044677734375, - 0.058990478515625, - 0.0025196075439453125, - 0.04217529296875, - 0.01174163818359375, - 0.0037403106689453125, - -0.059417724609375, - 0.0211944580078125, - 0.0103912353515625, - -0.003894805908203125, - 0.046112060546875, - 0.01433563232421875, - -0.0565185546875, - 0.01137542724609375, - 0.050079345703125, - -0.0855712890625, - 0.03759765625, - -0.005428314208984375, - -0.0248260498046875, - 0.016510009765625, - -0.003635406494140625, - -0.059417724609375, - 0.007480621337890625, - -0.032196044921875, - -0.054840087890625, - 0.0026226043701171875, - 0.016510009765625, - -0.0276336669921875, - -0.038421630859375, - -0.034088134765625, - -0.007114410400390625, - -0.021820068359375, - -0.0126190185546875, - 0.054443359375, - 0.0232696533203125, - -0.0030002593994140625, - 0.00908660888671875, - 0.044677734375, - 0.00273895263671875, - -0.0124664306640625, - 0.059844970703125, - -0.030548095703125, - -0.045074462890625, - 0.0328369140625, - 0.01496124267578125, - 0.00397491455078125, - -0.026275634765625, - -0.0145416259765625, - -0.01392364501953125, - 0.0160980224609375, - 0.0128326416015625, - 0.006000518798828125, - -0.050079345703125, - -0.01277923583984375, - -0.047576904296875, - 0.05255126953125, - -0.0191192626953125, - 0.019744873046875, - 0.01174163818359375, - -0.037811279296875, - 0.0390625, - -0.0299224853515625, - -0.02056884765625, - -0.0014934539794921875, - 0.0014476776123046875, - -0.00852203369140625, - 0.05401611328125, - -0.0355224609375, - -0.003154754638671875, - -0.02545166015625, - 0.04052734375, - 0.0232696533203125, - -0.006259918212890625, - -0.0191192626953125, - 0.031158447265625, - 0.027008056640625, - -0.0535888671875, - 0.00475311279296875, - -0.0157928466796875, - -0.004283905029296875, - 0.03759765625, - -0.0396728515625, - -0.01474761962890625, - 0.0032596588134765625, - -0.0467529296875, - -0.02825927734375, - -0.033660888671875, - -0.0274200439453125, - -0.016510009765625, - 0.0146484375, - 0.05133056640625, - 0.0036106109619140625, - -0.0007076263427734375, - 0.00904083251953125, - 0.0209808349609375, - -0.0014734268188476562, - 0.0030651092529296875, - -0.02337646484375, - 0.03448486328125, - -0.07061767578125, - -0.044677734375, - -0.01496124267578125, - 0.01392364501953125, - -0.0217132568359375, - -0.017974853515625, - 0.01023101806640625, - -0.025970458984375, - 0.044464111328125, - -0.06109619140625, - 0.005039215087890625, - -0.04052734375, - -0.0174560546875, - -0.0234832763671875, - -0.039276123046875, - 0.0229644775390625, - 0.01189422607421875, - 0.0155792236328125, - -0.0026226043701171875, - 0.00893402099609375, - -0.05609130859375, - 0.04156494140625, - 0.022857666015625, - 0.0178680419921875, - -0.0286712646484375, - -0.01220703125, - 0.0286712646484375, - 0.015167236328125, - 0.05859375, - -0.034088134765625, - -0.046966552734375, - -0.0677490234375, - 0.025146484375, - -0.00960540771484375, - -0.016937255859375, - -0.0160980224609375, - -0.04779052734375, - -0.065673828125, - 0.01111602783203125, - 0.0294952392578125, - 0.0237884521484375, - 0.0013570785522460938, - -0.0255584716796875, - -0.0009088516235351562, - -0.00605010986328125, - -0.021820068359375, - 0.0255584716796875, - -0.0171356201171875, - 0.01241302490234375, - -0.0025196075439453125, - -0.042999267578125, - 0.0299224853515625, - 0.0174560546875, - 0.034088134765625, - 0.04052734375, - 0.031158447265625, - -0.04425048828125, - 0.004596710205078125, - -0.0163116455078125, - -0.0146484375, - 0.0030765533447265625, - -0.03033447265625, - 0.004364013671875, - -0.031982421875, - -0.018280029296875, - 0.017242431640625, - 0.0313720703125, - 0.03594970703125, - -0.007167816162109375, - -0.005870819091796875, - -0.0049591064453125, - 0.00353240966796875, - 0.06982421875, - -0.011688232421875, - -0.034698486328125, - 0.01983642578125, - -0.002155303955078125, - 0.05047607421875, - 0.023681640625, - 0.0124664306640625, - -0.0240936279296875, - 0.0181732177734375, - 0.029083251953125, - -0.0211944580078125, - -0.0313720703125, - -0.0264892578125, - 0.01241302490234375, - 0.0272216796875, - 0.07025146484375, - 0.005634307861328125, - 0.0810546875, - -0.005504608154296875, - -0.0174560546875, - 0.038848876953125, - 0.0718994140625, - 0.018798828125, - -0.042999267578125, - -0.0452880859375, - 0.00205230712890625, - 0.0129852294921875, - -0.034912109375, - -0.0225372314453125, - 0.0176544189453125, - 0.06689453125, - -0.065673828125, - -0.04425048828125, - -0.017974853515625, - -0.0119476318359375, - 0.014129638671875, - 0.0224456787109375, - -0.01074981689453125, - 0.035125732421875, - 0.0066986083984375, - -0.0229644775390625, - -0.01023101806640625, - -0.0307464599609375, - 0.016204833984375, - 0.05816650390625, - 0.01230621337890625, - -0.007740020751953125, - 0.024200439453125, - 0.00527191162109375, - 0.0021820068359375, - 0.03240966796875, - 0.06817626953125, - 0.01485443115234375, - 0.004985809326171875, - 0.038848876953125, - 0.0452880859375, - -0.03387451171875, - -0.0105438232421875, - 0.0103912353515625, - 0.036163330078125, - 0.055267333984375, - 0.061492919921875, - 0.00997161865234375, - 0.00893402099609375, - -0.0025577545166015625, - -0.051727294921875, - -0.01329803466796875, - 0.0034809112548828125, - -0.0103912353515625, - -0.039276123046875, - -0.033447265625, - 0.028045654296875, - -0.044677734375, - 0.04071044921875, - 0.01329803466796875, - -0.0274200439453125, - -0.018798828125, - 0.0225372314453125, - 0.0086212158203125, - -0.021087646484375, - 0.0093994140625, - -0.034271240234375, - -0.03448486328125, - -0.043426513671875, - -0.0091400146484375, - 0.018798828125, - -0.0186920166015625, - -0.061492919921875, - -0.01496124267578125, - 0.034271240234375, - -0.018280029296875, - -0.04632568359375, - -0.031982421875, - -0.0066986083984375, - -0.03448486328125, - -0.0648193359375, - -0.033447265625, - -0.0121002197265625, - 0.00431060791015625, - -0.027008056640625, - 0.0309600830078125, - -0.0206756591796875, - -0.02825927734375, - -0.01849365234375, - -0.01033782958984375, - -0.052154541015625, - 0.0204620361328125, - -0.054443359375, - 0.04156494140625, - 0.0017404556274414062, - 0.0248260498046875, - 0.0217132568359375, - 0.07232666015625, - -0.01049041748046875, - 0.007114410400390625, - 0.0004513263702392578, - -0.05255126953125, - 0.0265960693359375, - 0.0049591064453125, - 0.0220184326171875, - -0.06939697265625, - 0.00327301025390625, - 0.038848876953125, - -0.0718994140625, - 0.01074981689453125, - 0.0070648193359375, - 0.005893707275390625, - -0.029083251953125, - 0.007740020751953125, - 0.007114410400390625, - 0.0237884521484375, - 0.06817626953125, - 0.0157928466796875, - -0.01422882080078125, - -0.0278472900390625, - -0.024932861328125, - 0.055694580078125, - 0.0278472900390625, - 0.0163116455078125, - -0.0216064453125, - 0.00882720947265625, - -0.0109100341796875, - -0.0103912353515625, - 0.01422882080078125, - -0.06982421875, - -0.01277923583984375, - 0.04425048828125, - 0.0098724365234375, - -0.0274200439453125, - -0.025970458984375, - -0.05859375, - -0.00701141357421875, - -0.054840087890625, - 0.010650634765625, - 0.01226043701171875, - 0.006649017333984375, - -0.045928955078125, - 0.004364013671875, - 0.01148223876953125, - -0.050689697265625, - -0.0276336669921875, - -0.0263824462890625, - 0.02191162109375, - -0.004856109619140625, - -0.047149658203125, - 0.0216064453125, - 0.01474761962890625, - -0.01277923583984375, - 0.02264404296875, - 0.05029296875, - -0.0204620361328125, - 0.0106964111328125, - -0.01849365234375, - 0.0606689453125, - 0.0030651092529296875, - -0.007843017578125, - -0.0299224853515625, - 0.0222320556640625, - 0.010955810546875, - -0.0229644775390625, - 0.041351318359375, - 0.036346435546875, - -0.039886474609375, - -0.041748046875, - -0.06317138671875, - -0.00519561767578125, - 0.0081024169921875, - -0.01303863525390625, - 0.054840087890625, - 0.01371002197265625, - -0.00701141357421875, - -0.09722900390625, - 0.05609130859375, - -0.0246124267578125, - 0.0274200439453125, - 0.00753021240234375, - -0.002285003662109375, - -0.048187255859375, - -0.048614501953125, - -0.050079345703125, - 0.019012451171875, - -0.029296875, - 0.0222320556640625, - 0.00501251220703125, - 0.0189056396484375, - 0.004283905029296875, - -0.042999267578125, - 0.019012451171875, - 0.049041748046875, - 0.01148223876953125, - -0.004520416259765625, - 0.0565185546875, - -0.015167236328125, - 0.004802703857421875, - -0.00830841064453125, - -0.006000518798828125, - 0.010284423828125, - 0.01007843017578125, - -0.01485443115234375, - 0.004779815673828125, - 0.0263824462890625, - 0.049041748046875, - -0.0246124267578125, - 0.0022602081298828125, - -0.01122283935546875, - 0.0155792236328125, - 0.0082550048828125, - -0.0276336669921875, - 0.0015974044799804688, - -0.0109100341796875, - -0.0135040283203125, - -0.028045654296875, - -0.0523681640625, - -0.079345703125, - 0.0018434524536132812, - -0.0232696533203125, - -0.051513671875, - 0.012359619140625, - 0.047576904296875, - -0.001239776611328125, - -0.032196044921875, - 0.03179931640625, - -0.026275634765625, - 0.00091552734375, - -0.0278472900390625, - 0.0276336669921875, - 0.0020904541015625, - 0.045501708984375, - 0.01049041748046875, - -0.049224853515625, - 0.00882720947265625, - -0.0288848876953125, - 0.01126861572265625, - -0.0183868408203125, - -0.00623321533203125, - -0.041351318359375, - 0.03448486328125, - -0.08062744140625, - -0.008209228515625, - 0.04071044921875, - 0.009765625, - -0.01329803466796875, - -0.044677734375, - 0.0452880859375, - -0.0036106109619140625, - -0.0250396728515625, - 0.026275634765625, - -0.01474761962890625, - -0.046966552734375, - 0.041748046875, - -0.0288848876953125, - 0.00882720947265625, - 0.0021686553955078125, - 0.043426513671875, - 0.0246124267578125, - 0.0635986328125, - -0.0007305145263671875, - -0.0369873046875, - 0.01392364501953125, - -0.0038700103759765625, - 0.01953125, - 0.030120849609375, - 0.038421630859375, - -0.0208740234375, - 0.006153106689453125, - 0.01329803466796875, - -0.0997314453125, - -0.044464111328125, - -0.0199432373046875, - -0.03594970703125, - -0.0159912109375, - 0.0751953125, - 0.0309600830078125, - 0.005374908447265625, - 0.01329803466796875, - 0.046539306640625, - 0.026275634765625, - 0.004207611083984375, - -0.01100921630859375, - -0.049224853515625, - -0.02618408203125, - 0.0105438232421875, - 0.02130126953125, - -0.0731201171875, - 0.043212890625, - 0.06231689453125, - -0.01953125, - -0.03302001953125, - -0.00571441650390625, - 0.00836181640625, - 0.078125, - -0.00020122528076171875, - -0.0011234283447265625, - -0.06024169921875, - 0.033447265625, - 0.03302001953125, - -0.01444244384765625, - -0.0140228271484375, - -0.02679443359375, - -0.019744873046875, - 0.031158447265625, - -0.0772705078125, - -0.0095062255859375, - 0.00836181640625, - 0.07562255859375, - 0.011688232421875, - -0.04156494140625, - -0.034271240234375, - 0.02825927734375, - 0.0284576416015625, - -0.02056884765625, - -0.00019800662994384766, - 0.0075836181640625, - -0.03802490234375, - 0.006908416748046875, - 0.0535888671875, - -0.0313720703125, - 0.031158447265625, - 0.0098724365234375, - -0.048828125, - 0.0096588134765625, - -0.03802490234375, - 0.0175628662109375, - -0.0006656646728515625, - -0.0396728515625, - -0.007427215576171875, - -0.0565185546875, - 0.05029296875, - 0.0204620361328125, - 0.036346435546875, - 0.0044403076171875, - -0.015899658203125, - -0.002246856689453125, - 0.008209228515625, - 0.019317626953125, - 0.029083251953125, - 0.055267333984375, - 0.0309600830078125, - 0.005611419677734375, - 0.039886474609375, - -0.00205230712890625, - -0.0167236328125, - 0.030120849609375, - -0.025146484375, - 0.029083251953125, - -0.0789794921875, - 0.0106964111328125, - 0.004180908203125, - -0.0237884521484375, - -0.005634307861328125, - -0.033447265625, - 0.00830841064453125, - -0.0194244384765625, - -0.03948974609375, - -0.0253448486328125, - 0.03863525390625, - -0.051727294921875, - 0.007480621337890625, - 0.035125732421875, - -0.01303863525390625, - 0.01174163818359375, - -0.05401611328125, - 0.07562255859375, - 0.01381683349609375, - 0.00318145751953125, - -0.013397216796875, - 0.048828125, - 0.01568603515625, - 0.00579071044921875, - 0.031585693359375, - 0.0150604248046875, - -0.0244140625, - 0.055267333984375, - 0.058990478515625, - 0.013397216796875, - -0.043212890625, - 0.006103515625, - 0.0146484375, - -0.049041748046875, - 0.047576904296875, - 0.034912109375, - 0.0152740478515625, - -0.004520416259765625, - -0.007167816162109375, - -0.0235748291015625, - -0.0313720703125, - 0.051513671875, - 0.023681640625, - 0.007480621337890625, - 0.04736328125, - -0.0355224609375, - 0.06854248046875, - 0.00904083251953125, - 0.044891357421875, - -0.042999267578125, - 0.0689697265625, - -0.01641845703125, + -0.03399658203125, + 0.020111083984375, + 0.044219970703125, + 0.01540374755859375, + 0.01520538330078125, 0.0214996337890625, - 0.0079498291015625, - 0.00675201416015625, - -0.0206756591796875, - 0.016510009765625, - -0.0039215087890625, - 0.061492919921875, - 0.021820068359375, - -0.02056884765625, - -0.040924072265625, - -0.017974853515625, - -0.00893402099609375, - 0.006855010986328125, - 0.049041748046875, - -0.0535888671875, - -0.01849365234375, - 0.0224456787109375, - 0.0183868408203125, - 0.06689453125, + 0.024200439453125, + -0.0178985595703125, + -0.051605224609375, + 0.00875091552734375, + -0.0238037109375, + 0.02410888671875, + 0.0018253326416015625, + 0.0243072509765625, + -0.0748291015625, + 0.035614013671875, + -0.0268096923828125, + 0.00804901123046875, + 0.0244140625, + -0.0117034912109375, + -0.027801513671875, + -0.0004563331604003906, + -0.06121826171875, + 0.0177001953125, + 0.01500701904296875, + -0.004550933837890625, + -0.024200439453125, + -0.0460205078125, + -0.01270294189453125, + 0.0024509429931640625, + 0.018707275390625, + -0.031005859375, + -0.00695037841796875, + 0.031005859375, + -0.012451171875, + -0.008453369140625, + 0.0210113525390625, + -0.0679931640625, + -0.00870513916015625, + 0.0163116455078125, + -0.02130126953125, + 0.0092010498046875, + -0.005077362060546875, + 0.0146026611328125, + -0.0247039794921875, + -0.042999267578125, + 0.009002685546875, + -0.00930023193359375, + 0.0217132568359375, + -0.0175018310546875, + 0.03680419921875, + 0.0246124267578125, + 0.0196075439453125, + -0.0216064453125, + -0.032623291015625, + 0.0204010009765625, + 0.0438232421875, + -0.032012939453125, + -0.043426513671875, + 0.040802001953125, + -0.036224365234375, + -0.0018377304077148438, + -0.01140594482421875, + 0.0005345344543457031, + 0.0218048095703125, + 0.027008056640625, + -0.0236053466796875, + 0.00023126602172851562, + -0.0016384124755859375, + -0.01080322265625, + -0.01220703125, + -0.0018129348754882812, + -0.0260009765625, + 0.0194091796875, + -0.01540374755859375, + -0.040802001953125, + 0.02239990234375, + 0.042999267578125, + 0.01910400390625, + 0.0167999267578125, + -0.046600341796875, + -0.0175018310546875, + 0.0576171875, + -0.024200439453125, + -0.040618896484375, + -0.007602691650390625, + 0.01470184326171875, + -0.0013942718505859375, + 0.0174102783203125, + -0.0122528076171875, + 0.00765228271484375, + 0.0142059326171875, + 0.0272064208984375, + -0.034210205078125, + 0.034423828125, 0.02130126953125, - 0.0313720703125, - -0.0021419525146484375, - -0.007740020751953125, - -0.030120849609375, - -0.006595611572265625 + -0.042022705078125, + -0.01300048828125, + -0.00870513916015625, + 0.0253143310546875, + 0.008453369140625, + -0.01690673828125, + 0.0225067138671875, + -0.0204010009765625, + 0.0560302734375, + -0.0204010009765625, + -0.000606536865234375, + -0.01560211181640625, + 0.02960205078125, + 0.01050567626953125, + -0.07965087890625, + -0.035797119140625, + -0.0074005126953125, + -0.050811767578125, + -0.0135040283203125, + -0.0172119140625, + -0.00855255126953125, + 0.035797119140625, + -0.0504150390625, + -0.032196044921875, + 0.0404052734375, + 0.04180908203125, + 0.01190185546875, + -0.006000518798828125, + -0.0186004638671875, + -0.0447998046875, + 0.00370025634765625, + -0.0008063316345214844, + -0.0247039794921875, + -0.0276031494140625, + -0.006351470947265625, + 0.003276824951171875, + -0.006328582763671875, + -0.05322265625, + 0.00905609130859375, + -0.03021240234375, + 0.02239990234375, + 0.0175018310546875, + -0.0304107666015625, + 0.00855255126953125, + 0.042205810546875, + -0.03759765625, + -0.045623779296875, + -0.00885009765625, + -0.0438232421875, + -0.020904541015625, + -0.004825592041015625, + 0.035797119140625, + -0.00925445556640625, + -0.0312042236328125, + 0.022705078125, + 0.0118560791015625, + 0.07843017578125, + 0.018707275390625, + 0.03460693359375, + -0.029815673828125, + 0.005252838134765625, + -0.00005900859832763672, + 0.044403076171875, + -0.0027141571044921875, + 0.00475311279296875, + 0.01380157470703125, + 0.0167999267578125, + 0.012451171875, + -0.0233001708984375, + -0.031402587890625, + -0.01025390625, + 0.00765228271484375, + 0.0260009765625, + 0.0250091552734375, + 0.01074981689453125, + -0.004177093505859375, + 0.031402587890625, + 0.06201171875, + -0.01580810546875, + 0.031005859375, + 0.0018377304077148438, + -0.027008056640625, + 0.02960205078125, + 0.04461669921875, + 0.0004470348358154297, + -0.0218048095703125, + 0.05120849609375, + 0.00775146484375, + 0.0276031494140625, + -0.011505126953125, + -0.0214080810546875, + 0.0149078369140625, + -0.0014629364013671875, + 0.00839996337890625, + -0.03399658203125, + -0.02520751953125, + -0.035797119140625, + 0.043426513671875, + 0.035003662109375, + 0.0679931640625, + 0.0290069580078125, + -0.009002685546875, + 0.050018310546875, + 0.007701873779296875, + 0.016998291015625, + 0.0167083740234375, + 0.004352569580078125, + 0.016204833984375, + 0.0203094482421875, + -0.005702972412109375, + -0.020599365234375, + 0.04541015625, + 0.027008056640625, + -0.0163116455078125, + 0.012603759765625, + 0.05242919921875, + -0.0178985595703125, + -0.0264129638671875, + -0.042022705078125, + -0.04241943359375, + 0.0254058837890625, + -0.013702392578125, + -0.0304107666015625, + 0.01410675048828125, + 0.00016176700592041016, + -0.026214599609375, + -0.00995635986328125, + 0.01520538330078125, + -0.0042266845703125, + 0.03759765625, + 0.025604248046875, + -0.0174102783203125, + 0.00695037841796875, + 0.0240020751953125, + 0.040008544921875, + 0.035400390625, + -0.0009937286376953125, + -0.0225067138671875, + -0.0338134765625, + -0.016998291015625, + 0.01470184326171875, + 0.042022705078125, + 0.01500701904296875, + -0.00031566619873046875, + -0.02020263671875, + 0.0246124267578125, + -0.00890350341796875, + 0.03179931640625, + 0.03240966796875, + -0.0160064697265625, + -0.006076812744140625, + 0.0012502670288085938, + 0.029205322265625, + 0.0892333984375, + -0.05560302734375, + -0.0255126953125, + -0.044403076171875, + 0.035614013671875, + -0.061614990234375, + -0.0276031494140625, + -0.03240966796875, + -0.046600341796875, + 0.045013427734375, + -0.0236053466796875, + -0.01450347900390625, + -0.001750946044921875, + 0.040802001953125, + 0.0272064208984375, + 0.0304107666015625, + -0.0166015625, + -0.042022705078125, + 0.0027256011962890625, + 0.09002685546875, + 0.006351470947265625, + -0.0426025390625, + -0.01025390625, + 0.039825439453125, + 0.0095062255859375, + 0.0268096923828125, + 0.01195526123046875, + 0.012451171875, + 0.027008056640625, + 0.02960205078125, + 0.0316162109375, + -0.0244140625, + -0.0016126632690429688, + -0.01470184326171875, + 0.035003662109375, + -0.055206298828125, + 0.0167083740234375, + 0.006900787353515625, + 0.01410675048828125, + -0.007904052734375, + -0.046417236328125, + 0.007152557373046875, + 0.058807373046875, + 0.00820159912109375, + -0.004177093505859375, + 0.0128021240234375, + -0.0294036865234375, + 0.02960205078125, + -0.00440216064453125, + -0.0221099853515625, + 0.033203125, + 0.060821533203125, + -0.0131072998046875, + 0.023712158203125, + -0.016204833984375, + 0.021209716796875, + -0.03179931640625, + -0.042816162109375, + -0.025604248046875, + -0.030609130859375, + -0.037017822265625, + -0.0142059326171875, + 0.00342559814453125, + -0.0097503662109375, + 0.02020263671875, + -0.004852294921875, + 0.007152557373046875, + -0.0250091552734375, + -0.05560302734375, + 0.00960540771484375, + -0.03741455078125, + -0.0548095703125, + -0.0110015869140625, + 0.04461669921875, + 0.0194091796875, + 0.01410675048828125, + -0.007701873779296875, + -0.00804901123046875, + -0.039215087890625, + 0.00585174560546875, + -0.0181121826171875, + 0.019500732421875, + -0.0038509368896484375, + 0.048828125, + 0.01690673828125, + 0.035400390625, + 0.00855255126953125, + 0.07763671875, + 0.0247039794921875, + -0.014801025390625, + -0.0182037353515625, + 0.027801513671875, + -0.0026378631591796875, + 0.03662109375, + -0.0034503936767578125, + -0.0186004638671875, + -0.001987457275390625, + -0.0196990966796875, + 0.0131072998046875, + 0.0045013427734375, + 0.0193023681640625, + 0.01380157470703125, + -0.01800537109375, + 0.0153045654296875, + 0.0635986328125, + -0.0016126632690429688, + 0.09442138671875, + -0.0092010498046875, + -0.045013427734375, + -0.0163116455078125, + 0.0211029052734375, + -0.034210205078125, + 0.014007568359375, + 0.022613525390625, + 0.005428314208984375, + -0.014404296875, + 0.03302001953125, + 0.0011005401611328125, + 0.044219970703125, + -0.01520538330078125, + -0.0113525390625, + 0.042205810546875, + -0.0033016204833984375, + 0.027008056640625, + 0.0308074951171875, + 0.00785064697265625, + 0.0189056396484375, + 0.05322265625, + -0.034210205078125, + 0.01165008544921875, + -0.058013916015625, + -0.06683349609375, + 0.006900787353515625, + 0.006702423095703125, + 0.0011501312255859375, + 0.0142059326171875, + -0.032012939453125, + -0.0679931640625, + 0.048614501953125, + -0.0382080078125, + 0.0792236328125, + 0.042999267578125, + 0.0196075439453125, + 0.035797119140625, + -0.024200439453125, + -0.01800537109375, + 0.01230621337890625, + 0.03680419921875, + 0.029815673828125, + 0.06201171875, + 0.02801513671875, + -0.002613067626953125, + -0.0192108154296875, + -0.003650665283203125, + 0.0225067138671875, + 0.02081298828125, + 0.01265716552734375, + 0.006801605224609375, + 0.018707275390625, + 0.01300048828125, + -0.025604248046875, + 0.052001953125, + 0.00835418701171875, + -0.05322265625, + 0.0128021240234375, + -0.01560211181640625, + 0.0247039794921875, + -0.06121826171875, + -0.00995635986328125, + -0.01450347900390625, + 0.01410675048828125, + -0.007904052734375, + 0.01540374755859375, + -0.044219970703125, + -0.02960205078125, + 0.038818359375, + -0.08001708984375, + 0.0316162109375, + 0.0498046875, + -0.020599365234375, + 0.01560211181640625, + -0.0260009765625, + -0.042999267578125, + 0.027801513671875, + -0.01520538330078125, + -0.021209716796875, + 0.004001617431640625, + 0.03240966796875, + -0.048614501953125, + -0.0194091796875, + -0.035797119140625, + -0.007350921630859375, + 0.010406494140625, + -0.0221099853515625, + 0.0304107666015625, + -0.032012939453125, + -0.01180267333984375, + 0.0338134765625, + 0.035400390625, + -0.0039005279541015625, + -0.033599853515625, + 0.044403076171875, + -0.012054443359375, + -0.048828125, + 0.00730133056640625, + 0.0258026123046875, + 0.00502777099609375, + 0.0010938644409179688, + -0.01090240478515625, + -0.022003173828125, + 0.032623291015625, + 0.00311279296875, + 0.005878448486328125, + -0.048004150390625, + -0.0253143310546875, + -0.04022216796875, + 0.04400634765625, + 0.0106048583984375, + 0.03680419921875, + -0.005451202392578125, + -0.040802001953125, + 0.0175018310546875, + -0.0576171875, + -0.0232086181640625, + 0.007152557373046875, + 0.0244140625, + -0.023406982421875, + 0.096435546875, + -0.02130126953125, + -0.0060272216796875, + -0.00360107421875, + 0.057220458984375, + 0.014007568359375, + -0.005001068115234375, + -0.04742431640625, + 0.027801513671875, + 0.04461669921875, + -0.061614990234375, + -0.014801025390625, + -0.014404296875, + 0.00585174560546875, + 0.038818359375, + -0.04962158203125, + -0.0113067626953125, + 0.0007534027099609375, + -0.08001708984375, + -0.032196044921875, + -0.0264129638671875, + -0.005275726318359375, + -0.06402587890625, + 0.01275634765625, + 0.03759765625, + -0.0160064697265625, + 0.0229034423828125, + -0.01190185546875, + 0.001987457275390625, + 0.012054443359375, + 0.01580810546875, + -0.0099029541015625, + 0.0222015380859375, + -0.043426513671875, + -0.0235137939453125, + 0.00014853477478027344, + 0.0258026123046875, + -0.02191162109375, + 0.0047760009765625, + 0.0009064674377441406, + -0.032623291015625, + 0.0338134765625, + -0.034820556640625, + -0.0011816024780273438, + -0.01074981689453125, + -0.03662109375, + -0.037017822265625, + -0.029205322265625, + -0.0006284713745117188, + 0.0166015625, + -0.006328582763671875, + 0.030609130859375, + 0.0210113525390625, + -0.034210205078125, + 0.027801513671875, + 0.00830078125, + -0.020599365234375, + 0.0258026123046875, + -0.025604248046875, + -0.00675201416015625, + -0.0124053955078125, + 0.0149078369140625, + -0.0177001953125, + -0.04620361328125, + -0.07281494140625, + 0.038604736328125, + -0.01105499267578125, + 0.003276824951171875, + -0.0416259765625, + -0.028411865234375, + -0.03240966796875, + -0.0155029296875, + 0.032806396484375, + 0.027008056640625, + 0.0070037841796875, + -0.033599853515625, + -0.0182037353515625, + -0.0074005126953125, + -0.036224365234375, + 0.02490234375, + -0.00655364990234375, + 0.0034503936767578125, + 0.006500244140625, + -0.04022216796875, + 0.02801513671875, + 0.020111083984375, + 0.0177001953125, + 0.0113525390625, + 0.036407470703125, + -0.031005859375, + 0.002838134765625, + 0.0178070068359375, + -0.0153045654296875, + -0.01800537109375, + -0.003650665283203125, + 0.015899658203125, + -0.03961181640625, + -0.009552001953125, + 0.025604248046875, + 0.0308074951171875, + -0.0099029541015625, + 0.013702392578125, + -0.0160980224609375, + 0.035003662109375, + -0.01190185546875, + 0.041015625, + -0.008453369140625, + -0.0732421875, + -0.01540374755859375, + 0.0196990966796875, + 0.06402587890625, + 0.048614501953125, + 0.0171051025390625, + -0.01500701904296875, + 0.01110076904296875, + 0.057220458984375, + -0.005878448486328125, + -0.06964111328125, + -0.0460205078125, + 0.0338134765625, + 0.01080322265625, + 0.05841064453125, + -0.00252532958984375, + 0.0908203125, + 0.0228118896484375, + -0.0095062255859375, + 0.0166015625, + 0.038421630859375, + 0.0294036865234375, + 0.006603240966796875, + -0.05242919921875, + 0.0003955364227294922, + 0.01410675048828125, + -0.04901123046875, + -0.0294036865234375, + 0.011505126953125, + 0.05242919921875, + -0.042999267578125, + -0.0426025390625, + 0.007701873779296875, + -0.01190185546875, + 0.0164031982421875, + 0.0014944076538085938, + -0.0149078369140625, + -0.0053253173828125, + 0.007602691650390625, + -0.043426513671875, + -0.0153045654296875, + -0.0153045654296875, + -0.007251739501953125, + 0.03662109375, + 0.042022705078125, + -0.0181121826171875, + 0.01580810546875, + 0.023101806640625, + 0.03802490234375, + 0.042022705078125, + 0.04522705078125, + 0.017303466796875, + 0.026214599609375, + 0.047821044921875, + 0.07000732421875, + -0.01360321044921875, + -0.0171051025390625, + 0.018310546875, + 0.0157012939453125, + 0.033203125, + 0.03021240234375, + 0.00640106201171875, + 0.0155029296875, + -0.016204833984375, + -0.0438232421875, + 0.0030765533447265625, + 0.00565338134765625, + -0.0164031982421875, + -0.02801513671875, + -0.052825927734375, + 0.02490234375, + -0.00925445556640625, + 0.039215087890625, + 0.004352569580078125, + -0.0222015380859375, + -0.0253143310546875, + 0.049407958984375, + 0.0002579689025878906, + -0.0225067138671875, + 0.0286102294921875, + 0.01410675048828125, + -0.039215087890625, + -0.01360321044921875, + -0.007701873779296875, + 0.055206298828125, + -0.027801513671875, + -0.07440185546875, + -0.025604248046875, + 0.039215087890625, + 0.010406494140625, + -0.023712158203125, + 0.0092010498046875, + 0.0068511962890625, + -0.016510009765625, + -0.024505615234375, + -0.060821533203125, + -0.019805908203125, + -0.01430511474609375, + -0.03240966796875, + 0.028411865234375, + 0.000640869140625, + -0.012603759765625, + -0.02130126953125, + -0.02960205078125, + -0.01035308837890625, + 0.042816162109375, + -0.03240966796875, + 0.053619384765625, + 0.022613525390625, + 0.01230621337890625, + 0.0576171875, + 0.0576171875, + -0.0088043212890625, + 0.002513885498046875, + -0.0131072998046875, + -0.0660400390625, + 0.02880859375, + -0.0045013427734375, + 0.0021877288818359375, + -0.049407958984375, + -0.00397491455078125, + 0.057220458984375, + -0.067626953125, + 0.0260009765625, + -0.00640106201171875, + -0.004100799560546875, + -0.062408447265625, + 0.0177001953125, + 0.0086517333984375, + 0.0244140625, + 0.085205078125, + -0.005428314208984375, + -0.0207061767578125, + -0.01520538330078125, + -0.04681396484375, + 0.045013427734375, + 0.007801055908203125, + 0.03759765625, + -0.042816162109375, + 0.016998291015625, + 0.0246124267578125, + -0.0232086181640625, + 0.0160064697265625, + -0.0736083984375, + 0.00984954833984375, + 0.0175018310546875, + 0.004901885986328125, + -0.00135040283203125, + -0.01560211181640625, + -0.060028076171875, + -0.026611328125, + -0.0193023681640625, + 0.005126953125, + 0.022308349609375, + 0.00804901123046875, + -0.044403076171875, + -0.033599853515625, + -0.018402099609375, + -0.046417236328125, + -0.046600341796875, + -0.041015625, + 0.03179931640625, + 0.0260009765625, + -0.04681396484375, + 0.00350189208984375, + -0.006900787353515625, + 0.0222015380859375, + 0.032196044921875, + 0.05242919921875, + -0.060028076171875, + -0.003551483154296875, + 0.0178070068359375, + 0.0264129638671875, + 0.01300048828125, + -0.00785064697265625, + -0.019012451171875, + 0.0124053955078125, + 0.0207061767578125, + -0.05963134765625, + 0.0258026123046875, + 0.020904541015625, + -0.037200927734375, + -0.060028076171875, + -0.0218048095703125, + -0.041412353515625, + 0.03240966796875, + -0.0171051025390625, + 0.043609619140625, + 0.0012502670288085938, + -0.0264129638671875, + -0.0823974609375, + 0.04962158203125, + -0.0029506683349609375, + 0.02880859375, + 0.0104522705078125, + -0.0308074951171875, + -0.0338134765625, + -0.033416748046875, + -0.047210693359375, + 0.022613525390625, + -0.026214599609375, + 0.0217132568359375, + 0.012451171875, + -0.006702423095703125, + 0.01340484619140625, + 0.010101318359375, + 0.0099029541015625, + 0.0592041015625, + -0.004627227783203125, + -0.0382080078125, + 0.08880615234375, + -0.018798828125, + 0.0338134765625, + 0.007053375244140625, + 0.0316162109375, + -0.01000213623046875, + -0.0063018798828125, + -0.01800537109375, + 0.022308349609375, + 0.053619384765625, + 0.049224853515625, + -0.0082550048828125, + 0.0214996337890625, + -0.01074981689453125, + 0.031005859375, + 0.004199981689453125, + -0.0258026123046875, + 0.001750946044921875, + -0.0019502639770507812, + -0.039215087890625, + 0.00557708740234375, + -0.0438232421875, + -0.05963134765625, + 0.004901885986328125, + -0.058013916015625, + -0.0200042724609375, + 0.007251739501953125, + 0.018310546875, + 0.032196044921875, + -0.04119873046875, + 0.043609619140625, + 0.0029392242431640625, + -0.01165008544921875, + -0.032012939453125, + 0.0016756057739257812, + -0.0033016204833984375, + 0.033599853515625, + 0.024505615234375, + -0.039825439453125, + 0.016510009765625, + -0.02520751953125, + -0.03680419921875, + -0.0100555419921875, + 0.024505615234375, + -0.04522705078125, + 0.03302001953125, + -0.0660400390625, + -0.0186004638671875, + 0.03759765625, + 0.0286102294921875, + -0.0036258697509765625, + -0.018798828125, + 0.043426513671875, + -0.042205810546875, + -0.042816162109375, + 0.00440216064453125, + -0.014007568359375, + -0.0139007568359375, + 0.0196075439453125, + -0.003475189208984375, + 0.0019502639770507812, + -0.004077911376953125, + 0.0118560791015625, + 0.02880859375, + 0.034210205078125, + 0.0233001708984375, + 0.0013380050659179688, + 0.027008056640625, + -0.013702392578125, + 0.02239990234375, + 0.0207061767578125, + 0.0039005279541015625, + -0.005950927734375, + 0.020904541015625, + 0.010101318359375, + -0.07403564453125, + 0.006900787353515625, + -0.0235137939453125, + -0.06402587890625, + 0.0097503662109375, + 0.08599853515625, + 0.0416259765625, + -0.0207061767578125, + 0.0290069580078125, + 0.037811279296875, + 0.0149078369140625, + 0.007350921630859375, + -0.00970458984375, + -0.04022216796875, + 0.00730133056640625, + 0.025604248046875, + 0.043609619140625, + -0.0692138671875, + 0.06964111328125, + 0.08721923828125, + -0.00487518310546875, + -0.0308074951171875, + -0.0018377304077148438, + 0.003200531005859375, + 0.0504150390625, + 0.0604248046875, + 0.020111083984375, + -0.0635986328125, + 0.0021877288818359375, + 0.0268096923828125, + 0.00475311279296875, + -0.0160064697265625, + -0.039398193359375, + -0.027008056640625, + 0.051605224609375, + -0.0804443359375, + -0.022003173828125, + 0.0166015625, + 0.053619384765625, + -0.0009751319885253906, + -0.019012451171875, + -0.002124786376953125, + 0.0167999267578125, + 0.0229034423828125, + -0.01230621337890625, + 0.0033016204833984375, + 0.047821044921875, + -0.0135040283203125, + 0.017303466796875, + 0.03802490234375, + -0.00800323486328125, + 0.0604248046875, + 0.022308349609375, + -0.033416748046875, + 0.04400634765625, + 0.0312042236328125, + 0.03302001953125, + 0.002124786376953125, + -0.050628662109375, + -0.0228118896484375, + -0.0084991455078125, + -0.00004965066909790039, + 0.022003173828125, + 0.045013427734375, + 0.026214599609375, + -0.0146026611328125, + -0.0167083740234375, + 0.0338134765625, + 0.0235137939453125, + 0.0294036865234375, + 0.0560302734375, + 0.0013132095336914062, + 0.014007568359375, + 0.02301025390625, + 0.0166015625, + -0.0182037353515625, + 0.04901123046875, + -0.035614013671875, + 0.0020751953125, + -0.046600341796875, + -0.0163116455078125, + 0.00460052490234375, + -0.03021240234375, + -0.02960205078125, + -0.038604736328125, + 0.0290069580078125, + -0.036224365234375, + -0.033416748046875, + -0.021209716796875, + 0.036407470703125, + -0.0294036865234375, + -0.0017633438110351562, + 0.0276031494140625, + -0.01360321044921875, + 0.0258026123046875, + -0.03521728515625, + 0.0760498046875, + 0.02490234375, + 0.02801513671875, + -0.01560211181640625, + 0.020111083984375, + 0.03179931640625, + -0.0018253326416015625, + 0.011505126953125, + 0.0247039794921875, + 0.01265716552734375, + 0.039215087890625, + 0.0228118896484375, + 0.0068511962890625, + -0.0338134765625, + 0.0247039794921875, + 0.0042266845703125, + -0.02960205078125, + 0.02880859375, + 0.00029850006103515625, + 0.031005859375, + -0.014801025390625, + -0.00279998779296875, + 0.0020999908447265625, + -0.05963134765625, + 0.042205810546875, + 0.0047760009765625, + 0.042816162109375, + 0.0221099853515625, + -0.045623779296875, + 0.057220458984375, + 0.0174102783203125, + 0.046600341796875, + -0.04119873046875, + 0.046600341796875, + -0.00870513916015625, + -0.000640869140625, + -0.01215362548828125, + -0.003376007080078125, + -0.01290130615234375, + 0.03460693359375, + -0.0260009765625, + 0.049407958984375, + 0.0404052734375, + 0.0015316009521484375, + -0.05401611328125, + -0.00905609130859375, + 0.023101806640625, + 0.014404296875, + 0.032806396484375, + -0.060821533203125, + -0.010955810546875, + -0.0024127960205078125, + 0.06280517578125, + 0.06121826171875, + -0.0021381378173828125, + 0.0308074951171875, + -0.001888275146484375, + -0.0110015869140625, + 0.00592803955078125, + -0.06439208984375 ], "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_ddrescue", - "type": "tool", - "name": "ddrescue", - "content": "ddrescue gnu ddrescue ist ein spezialisiertes datenrettungs‑tool, das beschädigte oder fehlerhafte blockgeräte sektorweise ausliest und zunächst alle gut lesbaren bereiche sichert, bevor es sich mehrfach an problematischen sektoren versucht. sein map‑file protokolliert jeden leseversuch, sodass abgebrochene wiederherstellungen jederzeit fortgesetzt oder optimiert werden können, ohne bereits gerettete sektoren erneut zu belasten. zudem bietet ddrescue einen fill‑modus, um schwierige bereiche gezielt mit platzhaltern zu überschreiben – nützlich für die vorbereitung nachträglicher dateisystem‑reparaturen. data-recovery disk-imaging map-file cli scenario:disk_imaging static-investigations fraud-investigation data-collection", - "embedding": [ - -0.012786865234375, - -0.0011129379272460938, - 0.01308441162109375, - -0.0150604248046875, - 0.04827880859375, - 0.0404052734375, - 0.0176849365234375, - -0.0018072128295898438, - -0.02593994140625, - 0.01158905029296875, - -0.018524169921875, - 0.06787109375, - 0.032745361328125, - -0.00836944580078125, - -0.029998779296875, - 0.0217437744140625, - -0.003376007080078125, - 0.003063201904296875, - -0.00321197509765625, - 0.01117706298828125, - -0.0009484291076660156, - 0.0249786376953125, - -0.04254150390625, - 0.004749298095703125, - -0.0133819580078125, - -0.01541900634765625, - -0.043731689453125, - -0.06646728515625, - -0.016021728515625, - 0.01983642578125, - -0.0148773193359375, - -0.0029430389404296875, - 0.01242828369140625, - 0.03204345703125, - -0.005825042724609375, - -0.03704833984375, - -0.003780364990234375, - -0.0167388916015625, - -0.0021820068359375, - 0.0506591796875, - -0.0209197998046875, - 0.0078887939453125, - 0.0249786376953125, - 0.0004258155822753906, - -0.021392822265625, - -0.024505615234375, - -0.0180511474609375, - -0.005229949951171875, - 0.012908935546875, - -0.07171630859375, - 0.03753662109375, - 0.0207977294921875, - 0.032501220703125, - -0.027008056640625, - -0.047576904296875, - 0.00463104248046875, - 0.03179931640625, - -0.032745361328125, - -0.035369873046875, - 0.058563232421875, - -0.054962158203125, - -0.00609588623046875, - 0.0036907196044921875, - -0.009918212890625, - 0.01117706298828125, - 0.0077667236328125, - -0.0204315185546875, - -0.0218658447265625, - 0.00714111328125, - 0.005947113037109375, - 0.0237884521484375, - -0.041107177734375, - -0.00968170166015625, - 0.00740814208984375, - -0.0295257568359375, - -0.035614013671875, - 0.0266571044921875, - 0.0136871337890625, - 0.00968170166015625, - -0.01105499267578125, - -0.0401611328125, - -0.01183319091796875, - 0.00896453857421875, - -0.036346435546875, - -0.01983642578125, - 0.0218658447265625, - 0.0222320556640625, - 0.00818634033203125, - 0.00962066650390625, - -0.000040590763092041016, - 0.02593994140625, - -0.0121917724609375, - 0.0084228515625, - -0.00890350341796875, - 0.03179931640625, - 0.05426025390625, - -0.01171112060546875, - 0.0181732177734375, - -0.007022857666015625, - 0.00756072998046875, - 0.044464111328125, - -0.0396728515625, - 0.091796875, - -0.0011281967163085938, - 0.055938720703125, - 0.0017404556274414062, - 0.0219879150390625, - 0.0050811767578125, - -0.01416015625, - -0.0266571044921875, - -0.07745361328125, - -0.0237884521484375, - -0.021270751953125, - -0.0626220703125, - 0.006961822509765625, - -0.016021728515625, - -0.0162506103515625, - 0.06500244140625, - -0.052825927734375, - -0.0406494140625, - -0.0106353759765625, - 0.0235443115234375, - -0.0162506103515625, - -0.0057373046875, - -0.05999755859375, - -0.061676025390625, - 0.0292816162109375, - 0.0278472900390625, - -0.050201416015625, - -0.03369140625, - -0.0205535888671875, - -0.024383544921875, - -0.03179931640625, - -0.01177215576171875, - -0.0084228515625, - -0.01123046875, - 0.0136871337890625, - -0.0178070068359375, - -0.0281982421875, - -0.00908660888671875, - 0.046142578125, - -0.0341796875, - -0.043731689453125, - 0.018280029296875, - -0.0222320556640625, - 0.007709503173828125, - -0.0308380126953125, - 0.0303497314453125, - -0.0246124267578125, - 0.006603240966796875, - -0.00600433349609375, - 0.026885986328125, - 0.03729248046875, - -0.0219879150390625, - 0.01045989990234375, - -0.061187744140625, - 0.0006384849548339844, - -0.004810333251953125, - 0.0237884521484375, - -0.0207977294921875, - -0.02593994140625, - 0.0265350341796875, - 0.00860595703125, - 0.028564453125, - -0.024017333984375, - -0.055206298828125, - -0.0251007080078125, - -0.0028839111328125, - -0.004451751708984375, - -0.0093231201171875, - 0.043975830078125, - 0.00600433349609375, - 0.024261474609375, - 0.06695556640625, - 0.004840850830078125, - 0.0401611328125, - 0.0093841552734375, - 0.018768310546875, - 0.052825927734375, - 0.0174560546875, - -0.0194854736328125, - -0.03680419921875, - 0.026885986328125, - 0.0107574462890625, - 0.00027632713317871094, - -0.035369873046875, - -0.00746917724609375, - -0.00681304931640625, - -0.0193634033203125, - 0.052825927734375, - -0.02294921875, - -0.0248565673828125, - 0.0207977294921875, - 0.0148773193359375, - -0.01123046875, - 0.046356201171875, - 0.035369873046875, - -0.026763916015625, - 0.050445556640625, - 0.0105743408203125, - -0.0033321380615234375, - 0.02880859375, - -0.00567626953125, - 0.04803466796875, - 0.0394287109375, - -0.012969970703125, - 0.00836944580078125, - 0.037994384765625, - 0.0219879150390625, - -0.02545166015625, - -0.010101318359375, - 0.027374267578125, - -0.00472259521484375, - -0.0164947509765625, - -0.03106689453125, - -0.00974273681640625, - 0.015899658203125, - -0.0022106170654296875, - 0.00008636713027954102, - -0.018280029296875, - -0.0191192626953125, - -0.0458984375, - 0.00878143310546875, - 0.0011653900146484375, - -0.024139404296875, - 0.036346435546875, - 0.022705078125, - -0.0289154052734375, - -0.0247344970703125, - 0.0278472900390625, - 0.01129150390625, - 0.038238525390625, - -0.008544921875, - -0.00528717041015625, - 0.007110595703125, - -0.0248565673828125, - 0.04541015625, - 0.0283203125, - 0.0399169921875, - -0.0002727508544921875, - -0.024505615234375, - 0.0233001708984375, - -0.021026611328125, - 0.0223541259765625, - 0.01457977294921875, - -0.03656005859375, - -0.002166748046875, - -0.0018301010131835938, - 0.030120849609375, - 0.058563232421875, - -0.079345703125, - -0.006244659423828125, - -0.0626220703125, - 0.0021514892578125, - -0.053070068359375, - -0.006305694580078125, - -0.029876708984375, - -0.018524169921875, - 0.05975341796875, - -0.03179931640625, - -0.0458984375, - -0.002330780029296875, - 0.01971435546875, - -0.0280914306640625, - 0.033477783203125, - 0.0121917724609375, - -0.034423828125, - 0.029632568359375, - 0.0965576171875, - -0.0206756591796875, - 0.00860595703125, - -0.0246124267578125, - 0.0404052734375, - 0.0020923614501953125, - 0.033233642578125, - -0.0237884521484375, - -0.0175628662109375, - 0.00391387939453125, - 0.00528717041015625, - -0.004364013671875, - -0.024505615234375, - -0.016845703125, - -0.007617950439453125, - 0.02032470703125, - -0.03466796875, - 0.00179290771484375, - 0.0136871337890625, - 0.0133819580078125, - 0.0029277801513671875, - -0.06884765625, - 0.016845703125, - 0.0164947509765625, - 0.02581787109375, - 0.01027679443359375, - 0.029632568359375, - -0.050445556640625, - 0.0194854736328125, - 0.021514892578125, - -0.0341796875, - 0.029998779296875, - 0.01255035400390625, - -0.045654296875, - -0.00528717041015625, - -0.01255035400390625, - 0.0280914306640625, - -0.0209197998046875, - -0.00830841064453125, - 0.0008363723754882812, - -0.0178070068359375, - -0.0264129638671875, - -0.033477783203125, - 0.0093231201171875, - -0.032501220703125, - 0.00466156005859375, - -0.0513916015625, - 0.0092620849609375, - -0.0396728515625, - -0.0080108642578125, - -0.0135040283203125, - -0.024383544921875, - -0.039215087890625, - -0.038970947265625, - 0.0265350341796875, - 0.005645751953125, - -0.0022258758544921875, - -0.01326751708984375, - 0.006603240966796875, - -0.047576904296875, - 0.00603485107421875, - 0.0020313262939453125, - 0.0396728515625, - -0.002704620361328125, - 0.028564453125, - 0.0176849365234375, - 0.032257080078125, - 0.00466156005859375, - 0.056396484375, - 0.047576904296875, - 0.00567626953125, - -0.026885986328125, - -0.00525665283203125, - 0.0265350341796875, - 0.03704833984375, - -0.018646240234375, - -0.0404052734375, - -0.00463104248046875, - -0.047332763671875, - 0.0178070068359375, - 0.0458984375, - 0.0284423828125, - 0.0274810791015625, - -0.0576171875, - -0.027130126953125, - 0.043487548828125, - -0.0014562606811523438, - 0.08941650390625, - 0.01123046875, - -0.038482666015625, - 0.022705078125, - 0.0406494140625, - 0.0176849365234375, - 0.01464080810546875, - 0.0077667236328125, - -0.021514892578125, - 0.0036449432373046875, - 0.0509033203125, - 0.02532958984375, - 0.01255035400390625, - 0.0228271484375, - 0.00005418062210083008, - -0.006214141845703125, - -0.0012102127075195312, - -0.0020923614501953125, - 0.04205322265625, - 0.03753662109375, - 0.0049896240234375, - 0.0161285400390625, - -0.0276031494140625, - -0.0247344970703125, - -0.0223541259765625, - -0.05377197265625, - 0.0120086669921875, - 0.02880859375, - 0.0120086669921875, - 0.0404052734375, - -0.0264129638671875, - -0.058807373046875, - 0.004032135009765625, - -0.040863037109375, - 0.05999755859375, - 0.0204315185546875, - 0.011474609375, - 0.0196075439453125, - -0.004062652587890625, - -0.01464080810546875, - 0.037994384765625, - -0.01374053955078125, - 0.0224609375, - 0.0401611328125, - 0.03753662109375, - -0.01158905029296875, - -0.0247344970703125, - 0.010162353515625, - 0.0279693603515625, - 0.0233001708984375, - -0.0148773193359375, - 0.01529693603515625, - 0.015655517578125, - -0.0167388916015625, - -0.039215087890625, - 0.03204345703125, - 0.0194854736328125, - -0.01230621337890625, - 0.0079498291015625, - 0.0033168792724609375, - 0.0169677734375, - -0.046142578125, - -0.01983642578125, - -0.02020263671875, - 0.0261688232421875, - 0.023895263671875, - 0.03204345703125, - -0.06884765625, - -0.0176849365234375, - 0.033477783203125, - -0.05999755859375, - 0.0178070068359375, - -0.0010080337524414062, - -0.03729248046875, - 0.0506591796875, - -0.024139404296875, - -0.07269287109375, - 0.038970947265625, - -0.041107177734375, - -0.05377197265625, - -0.0032863616943359375, - 0.0399169921875, - -0.043487548828125, - -0.01189422607421875, - -0.06787109375, - -0.04278564453125, - 0.0038242340087890625, - -0.03131103515625, - 0.02880859375, - 0.0015459060668945312, - 0.0092010498046875, - 0.035614013671875, - 0.05401611328125, - 0.0006160736083984375, - -0.003047943115234375, - 0.041107177734375, - -0.01983642578125, - -0.045654296875, - 0.0284423828125, - 0.0207977294921875, - 0.01111602783203125, - -0.0291595458984375, - -0.01045989990234375, - 0.002643585205078125, - 0.0235443115234375, - -0.002658843994140625, - 0.037994384765625, - -0.07171630859375, - -0.052337646484375, - -0.043731689453125, - 0.049957275390625, - -0.004154205322265625, - 0.058807373046875, - 0.00433349609375, - -0.0308380126953125, - 0.028564453125, - -0.0576171875, - -0.03729248046875, - 0.015899658203125, - 0.007350921630859375, - -0.0178070068359375, - 0.0731201171875, - -0.050445556640625, - 0.00672149658203125, - -0.030242919921875, - 0.00421142578125, - 0.005466461181640625, - -0.004241943359375, - -0.032989501953125, - 0.05377197265625, - 0.045166015625, - -0.03704833984375, - -0.01141357421875, - -0.044464111328125, - 0.0181732177734375, - 0.0169677734375, - -0.0221099853515625, - 0.021636962890625, - -0.005496978759765625, - -0.036102294921875, - -0.02557373046875, - 0.002315521240234375, - -0.03778076171875, - -0.01320648193359375, - 0.021636962890625, - 0.0518798828125, - 0.0001354217529296875, - 0.0063323974609375, - 0.01093292236328125, - 0.00039958953857421875, - 0.032257080078125, - -0.002300262451171875, - -0.033935546875, - 0.0289154052734375, - -0.0635986328125, - -0.052825927734375, - -0.005435943603515625, - 0.043487548828125, - -0.0280914306640625, - -0.0105133056640625, - 0.004062652587890625, - -0.021392822265625, - 0.03778076171875, - -0.0284423828125, - 0.007709503173828125, - -0.0251007080078125, - -0.021392822265625, - -0.0308380126953125, - -0.04779052734375, - 0.0179290771484375, - 0.0278472900390625, - 0.0057373046875, - 0.00884246826171875, - 0.027008056640625, - -0.043731689453125, - 0.00597381591796875, - 0.0283203125, - -0.01099395751953125, - 0.00955963134765625, - 0.00070953369140625, - 0.015533447265625, - 0.0034809112548828125, - 0.0261688232421875, - -0.0161285400390625, - -0.0036754608154296875, - -0.061676025390625, - 0.01230621337890625, - 0.00672149658203125, - 0.00247955322265625, - -0.01464080810546875, - -0.033477783203125, - -0.05950927734375, - 0.01476287841796875, - 0.03155517578125, - 0.018402099609375, - 0.021026611328125, - -0.03155517578125, - -0.005886077880859375, - -0.007617950439453125, - -0.0151214599609375, - 0.039215087890625, - -0.0305938720703125, - 0.0079498291015625, - 0.00962066650390625, - -0.0261688232421875, - 0.03131103515625, - 0.0181732177734375, - -0.00681304931640625, - 0.034912109375, - 0.0077667236328125, - -0.041839599609375, - 0.008544921875, - 0.00421142578125, - -0.0396728515625, - 0.005645751953125, - -0.0279693603515625, - 0.0247344970703125, - -0.0230712890625, - -0.002658843994140625, - 0.01529693603515625, - 0.0161285400390625, - 0.034423828125, - -0.0003063678741455078, - 0.01087188720703125, - 0.00818634033203125, - 0.00027823448181152344, - 0.05950927734375, - -0.00878143310546875, - -0.038970947265625, - 0.0120697021484375, - -0.033477783203125, - 0.043731689453125, - 0.03778076171875, - -0.0063629150390625, - -0.0176849365234375, - -0.0192413330078125, - 0.052093505859375, - -0.0179290771484375, - 0.006961822509765625, - -0.018524169921875, - 0.03106689453125, - 0.0092620849609375, - 0.046844482421875, - 0.026763916015625, - 0.046356201171875, - 0.0167388916015625, - -0.0166168212890625, - 0.046356201171875, - 0.043731689453125, - 0.02008056640625, - -0.01021575927734375, - -0.0635986328125, - 0.0015535354614257812, - 0.00286865234375, - -0.036346435546875, - -0.0399169921875, - 0.0106353759765625, - 0.05352783203125, - -0.06597900390625, - -0.0305938720703125, - 0.006900787353515625, - -0.018280029296875, - 0.0225830078125, - 0.0291595458984375, - -0.004062652587890625, - 0.03131103515625, - 0.003063201904296875, - -0.041351318359375, - -0.03729248046875, - -0.0105743408203125, - 0.0265350341796875, - 0.056640625, - 0.03155517578125, - -0.0264129638671875, - 0.0401611328125, - 0.00567626953125, - 0.027130126953125, - 0.0280914306640625, - 0.0283203125, - 0.03131103515625, - 0.0191192626953125, - 0.0136871337890625, - 0.0576171875, - 0.006511688232421875, - -0.011474609375, - 0.012664794921875, - 0.038238525390625, - 0.052825927734375, - 0.0404052734375, - -0.006603240966796875, - 0.02020263671875, - -0.0064239501953125, - -0.046142578125, - -0.00675201416015625, - 0.00860595703125, - 0.00756072998046875, - -0.04327392578125, - -0.047332763671875, - 0.027374267578125, - -0.01983642578125, - 0.03729248046875, - 0.005435943603515625, - -0.007587432861328125, - -0.016021728515625, - 0.0181732177734375, - 0.01434326171875, - -0.07025146484375, - 0.01464080810546875, - -0.0018672943115234375, - 0.0223541259765625, - -0.04205322265625, - -0.0207977294921875, - 0.0248565673828125, - -0.0172119140625, - -0.052825927734375, - -0.0167388916015625, - 0.052581787109375, - -0.00806427001953125, - -0.0120697021484375, - -0.0294036865234375, - 0.0009150505065917969, - -0.0280914306640625, - -0.046356201171875, - -0.01021575927734375, - 0.002628326416015625, - 0.02545166015625, - 0.0036449432373046875, - 0.036102294921875, - -0.0021209716796875, - -0.0161285400390625, - -0.018524169921875, - -0.007228851318359375, - -0.049468994140625, - 0.038970947265625, - -0.032501220703125, - 0.05712890625, - 0.00015592575073242188, - 0.01457977294921875, - 0.0304718017578125, - 0.046844482421875, - -0.004241943359375, - -0.00890350341796875, - -0.0228271484375, - -0.0631103515625, - 0.037994384765625, - -0.0276031494140625, - 0.01404571533203125, - -0.056640625, - 0.01165008544921875, - 0.052825927734375, - -0.058563232421875, - -0.0079498291015625, - -0.0093231201171875, - -0.0162506103515625, - -0.0576171875, - 0.0078277587890625, - 0.0134429931640625, - -0.00528717041015625, - 0.09466552734375, - 0.00884246826171875, - -0.0291595458984375, - -0.0290374755859375, - -0.01541900634765625, - 0.029754638671875, - 0.03656005859375, - 0.0166168212890625, - -0.02532958984375, - 0.0189971923828125, - 0.002166748046875, - -0.0218658447265625, - -0.0063934326171875, - -0.0693359375, - 0.046844482421875, - 0.04852294921875, - 0.0121307373046875, - -0.03106689453125, - -0.01541900634765625, - -0.0207977294921875, - 0.00740814208984375, - -0.046600341796875, - 0.032745361328125, - -0.0030765533447265625, - -0.004543304443359375, - -0.04254150390625, - -0.01039886474609375, - -0.00466156005859375, - -0.0264129638671875, - -0.024505615234375, - -0.049224853515625, - 0.016021728515625, - -0.00525665283203125, - -0.047088623046875, - 0.035614013671875, - 0.006305694580078125, - -0.015533447265625, - 0.0012845993041992188, - 0.044708251953125, - -0.045654296875, - -0.018402099609375, - -0.046142578125, - 0.01242828369140625, - 0.002105712890625, - 0.004543304443359375, - 0.00968170166015625, - -0.0049896240234375, - 0.027252197265625, - -0.0396728515625, - 0.055694580078125, - 0.0166168212890625, - -0.04278564453125, - -0.0506591796875, - -0.03131103515625, - 0.0007991790771484375, - 0.00684356689453125, - -0.047576904296875, - 0.07025146484375, - -0.0013141632080078125, - -0.00675201416015625, - -0.10992431640625, - 0.078857421875, - -0.0295257568359375, - 0.03179931640625, - 0.033935546875, - -0.0021953582763671875, - -0.0516357421875, - -0.0228271484375, - -0.033477783203125, - 0.04779052734375, - -0.02294921875, - 0.044708251953125, - 0.018402099609375, - -0.0050201416015625, - -0.0011281967163085938, - -0.03179931640625, - -0.0014934539794921875, - 0.030242919921875, - 0.0142822265625, - -0.0234222412109375, - 0.0516357421875, - 0.0011577606201171875, - 0.0304718017578125, - -0.01027679443359375, - -0.0192413330078125, - 0.0294036865234375, - 0.0001596212387084961, - -0.044921875, - -0.0038547515869140625, - 0.01434326171875, - 0.05426025390625, - -0.00955963134765625, - 0.00466156005859375, - -0.01255035400390625, - 0.0283203125, - -0.0265350341796875, - -0.0264129638671875, - 0.0207977294921875, - 0.015777587890625, - -0.01153564453125, - -0.035125732421875, - -0.078857421875, - -0.091796875, - -0.0162506103515625, - -0.01523590087890625, - -0.0509033203125, - 0.0136260986328125, - 0.03155517578125, - 0.02581787109375, - -0.0230712890625, - 0.0009002685546875, - 0.014404296875, - -0.021514892578125, - -0.03131103515625, - 0.032989501953125, - -0.03131103515625, - 0.028564453125, - 0.009918212890625, - -0.0217437744140625, - 0.0305938720703125, - -0.0151214599609375, - 0.010162353515625, - -0.00878143310546875, - -0.0002465248107910156, - -0.052337646484375, - 0.0290374755859375, - -0.06695556640625, - -0.01416015625, - 0.038726806640625, - 0.01517486572265625, - 0.0011358261108398438, - -0.0341796875, - 0.0576171875, - -0.006305694580078125, - -0.033477783203125, - 0.005886077880859375, - -0.027252197265625, - -0.0175628662109375, - -0.0036754608154296875, - -0.00457000732421875, - 0.01314544677734375, - -0.004543304443359375, - 0.035858154296875, - 0.036102294921875, - 0.04302978515625, - -0.00008493661880493164, - -0.046600341796875, - -0.007110595703125, - 0.0049896240234375, - 0.03729248046875, - 0.027130126953125, - 0.00836944580078125, - -0.00672149658203125, - -0.0020313262939453125, - -0.00179290771484375, - -0.081298828125, - -0.005107879638671875, - -0.047576904296875, - -0.043731689453125, - -0.01374053955078125, - 0.09417724609375, - 0.055206298828125, - 0.0249786376953125, - 0.021026611328125, - 0.07122802734375, - 0.0218658447265625, - 0.0011129379272460938, - 0.00753021240234375, - -0.060699462890625, - 0.0221099853515625, - -0.002986907958984375, - 0.0284423828125, - -0.06695556640625, - 0.033233642578125, - 0.04229736328125, - -0.0025997161865234375, - -0.0120086669921875, - -0.00836944580078125, - 0.00537872314453125, - 0.0399169921875, - 0.0222320556640625, - -0.0003361701965332031, - -0.079833984375, - -0.005558013916015625, - -0.0030918121337890625, - -0.0162506103515625, - -0.001621246337890625, - -0.007080078125, - -0.0279693603515625, - 0.03778076171875, - -0.0511474609375, - -0.024505615234375, - 0.01445770263671875, - 0.049957275390625, - -0.00433349609375, - -0.041839599609375, - -0.07073974609375, - 0.044921875, - 0.01033782958984375, - -0.0024204254150390625, - 0.01123046875, - 0.0032863616943359375, - -0.018280029296875, - 0.0167388916015625, - 0.052337646484375, - 0.003345489501953125, - 0.05401611328125, - 0.0223541259765625, - -0.041595458984375, - 0.0196075439453125, - -0.043975830078125, - 0.022705078125, - -0.012664794921875, - -0.039215087890625, - -0.035369873046875, - -0.07745361328125, - 0.0621337890625, - 0.0207977294921875, - 0.0233001708984375, - 0.05352783203125, - 0.0209197998046875, - -0.0013446807861328125, - 0.0166168212890625, - 0.043975830078125, - 0.032257080078125, - 0.041107177734375, - -0.0011730194091796875, - 0.00247955322265625, - 0.0148773193359375, - 0.004241943359375, - -0.035369873046875, - 0.0236663818359375, - -0.0278472900390625, - 0.0020160675048828125, - -0.041839599609375, - 0.00394439697265625, - 0.01386260986328125, - -0.02880859375, - -0.0064849853515625, - -0.0031223297119140625, - -0.0063629150390625, - -0.018280029296875, - -0.047088623046875, - -0.012969970703125, - 0.0576171875, - -0.01183319091796875, - 0.01171112060546875, - 0.040863037109375, - -0.003032684326171875, - 0.006244659423828125, - -0.05999755859375, - 0.0631103515625, - 0.044921875, - 0.047576904296875, - -0.0174560546875, - 0.027130126953125, - 0.01027679443359375, - 0.005947113037109375, - 0.07794189453125, - 0.0194854736328125, - -0.043487548828125, - 0.032745361328125, - 0.033477783203125, - 0.02294921875, - -0.035369873046875, - 0.043731689453125, - 0.03179931640625, - -0.03369140625, - 0.032745361328125, - 0.0181732177734375, - 0.0341796875, - 0.0034656524658203125, - -0.00045180320739746094, - -0.0249786376953125, - -0.0513916015625, - 0.0506591796875, - 0.0092620849609375, - 0.000888824462890625, - 0.04278564453125, - -0.0247344970703125, - 0.0631103515625, - -0.01230621337890625, - 0.033935546875, - -0.04327392578125, - 0.056640625, - -0.0204315185546875, - 0.0221099853515625, - -0.02593994140625, - -0.009979248046875, - -0.006572723388671875, - 0.0135040283203125, - -0.0280914306640625, - 0.06451416015625, - 0.03778076171875, - -0.0235443115234375, - -0.0265350341796875, - -0.036102294921875, - -0.021270751953125, - 0.002643585205078125, - 0.03155517578125, - -0.043731689453125, - -0.03179931640625, - 0.0011129379272460938, - 0.033233642578125, - 0.04827880859375, - -0.003719329833984375, - 0.06646728515625, - 0.0176849365234375, - -0.02032470703125, - -0.0178070068359375, - -0.0194854736328125 - ], - "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_Cellebrite_UFED", - "type": "tool", - "name": "Cellebrite UFED", - "content": "cellebrite ufed der de-facto-behördenstandard der mobilen forensik greift aktuelle iphones und android-flaggschiffe durch zero-day-exploits und proprietäre bypass-methoden an, ist aber auch sehr teuer. physical extraction umgeht verschlüsselung für vollständigen dateisystem-zugriff. logical plus erweitert standard-backups um gelöschte daten. advanced services greifen auf cellebrites exploit-labor für besonders resistente geräte zurück. physical analyzer visualisiert extrahierte daten intelligent: timeline-ansicht, geo-location-maps, social-network-graphen, kommunikations-muster. project-vic integration für csam-erkennung. chain-of-custody-dokumentation erfüllt höchste forensische standards. die cloud-analyzer-lizenz ermöglicht zugriff auf über 50 cloud-services. updates alle 3 monate für neue geräte und apps. 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.036163330078125, - 0.0443115234375, - 0.04034423828125, - -0.005710601806640625, - 0.0266265869140625, - 0.048675537109375, - 0.0234375, - 0.01291656494140625, - -0.006061553955078125, - -0.0164947509765625, - -0.00963592529296875, - 0.059600830078125, - 0.022552490234375, - -0.019073486328125, - -0.05999755859375, - 0.034759521484375, - 0.00824737548828125, - 0.01361083984375, - 0.007152557373046875, - 0.0012044906616210938, - -0.029998779296875, - -0.006011962890625, - -0.040130615234375, - -0.0025081634521484375, - -0.005489349365234375, - 0.01898193359375, - -0.00928497314453125, - -0.05523681640625, - -0.044708251953125, - -0.006656646728515625, - 0.0160980224609375, - -0.0231475830078125, - -0.011322021484375, - 0.01509857177734375, - 0.0035762786865234375, - -0.016387939453125, - 0.01251983642578125, - -0.0159912109375, - -0.0272216796875, - 0.043914794921875, - -0.023651123046875, - 0.007450103759765625, - 0.03973388671875, - 0.00591278076171875, - -0.029205322265625, - -0.019378662109375, - -0.004245758056640625, - -0.0042724609375, - 0.00583648681640625, - -0.01078033447265625, - 0.01082611083984375, - 0.00983428955078125, - -0.0128173828125, - 0.008544921875, - -0.05206298828125, - 0.02801513671875, - 0.022552490234375, - -0.0207672119140625, - -0.041717529296875, - 0.0623779296875, - -0.041717529296875, - -0.0196685791015625, - 0.0242462158203125, - -0.0211639404296875, - -0.01102447509765625, - 0.0282135009765625, - -0.0128173828125, - -0.01371002197265625, - -0.001800537109375, - 0.0258331298828125, - 0.00116729736328125, - -0.0072021484375, - -0.0262298583984375, - 0.0219573974609375, - -0.04290771484375, - -0.042327880859375, - 0.004619598388671875, - -0.0128173828125, - -0.00563812255859375, - -0.014801025390625, - -0.04290771484375, - 0.00799560546875, - 0.0165863037109375, - 0.0018377304077148438, - -0.023651123046875, - -0.008392333984375, - 0.0576171875, - 0.00799560546875, - -0.0007481575012207031, - -0.01117706298828125, - 0.017181396484375, - -0.0177764892578125, - 0.01232147216796875, - 0.0041961669921875, - 0.047698974609375, - 0.04608154296875, - -0.005489349365234375, - -0.01117706298828125, - -0.00536346435546875, - 0.0506591796875, - -0.00028705596923828125, - -0.00884246826171875, - 0.06158447265625, - -0.01291656494140625, - 0.049468994140625, - -0.060394287109375, - -0.004146575927734375, - -0.032196044921875, - -0.01549530029296875, - -0.00710296630859375, - -0.101318359375, - -0.040740966796875, - -0.008941650390625, - -0.07427978515625, - -0.011322021484375, - 0.0037746429443359375, - 0.00330352783203125, - 0.0635986328125, - -0.03753662109375, - -0.0294036865234375, - 0.026031494140625, - 0.0146026611328125, - -0.01192474365234375, - 0.0272216796875, - -0.038543701171875, - -0.03277587890625, - 0.017578125, - 0.054046630859375, - -0.049285888671875, - -0.035552978515625, - -0.0303955078125, - -0.022247314453125, - -0.00789642333984375, - -0.0161895751953125, - -0.004669189453125, - -0.0309906005859375, - 0.043121337890625, - 0.01038360595703125, - -0.019073486328125, - 0.01450347900390625, - 0.041717529296875, - -0.0357666015625, - -0.0667724609375, - -0.00018703937530517578, - -0.052459716796875, - 0.00849151611328125, - -0.032989501953125, - 0.05841064453125, - -0.049468994140625, - -0.0301971435546875, - -0.002681732177734375, - 0.0290069580078125, - 0.041717529296875, - 0.0008568763732910156, - -0.00189971923828125, - -0.0251312255859375, - 0.020172119140625, - -0.040130615234375, - 0.0199737548828125, - 0.005313873291015625, - -0.03875732421875, - 0.04290771484375, - 0.006259918212890625, - 0.04449462890625, - -0.0245361328125, - -0.04052734375, - -0.0220489501953125, - 0.015594482421875, - -0.0016889572143554688, - -0.0051422119140625, - 0.01062774658203125, - -0.0212554931640625, - 0.06439208984375, - 0.09576416015625, - -0.0157928466796875, - 0.050872802734375, - 0.00959014892578125, - -0.004642486572265625, - 0.02264404296875, - 0.0309906005859375, - -0.004993438720703125, - -0.006805419921875, - 0.0258331298828125, - 0.0031299591064453125, - 0.035369873046875, - -0.02801513671875, - -0.036346435546875, - -0.01102447509765625, - -0.0239410400390625, - 0.01678466796875, - -0.0181732177734375, - -0.0224456787109375, - -0.0216522216796875, - 0.0093841552734375, - 0.026031494140625, - 0.06158447265625, - 0.03436279296875, - -0.01509857177734375, - 0.0357666015625, - 0.0211639404296875, - 0.002285003662109375, - 0.02532958984375, - 0.00469207763671875, - 0.06634521484375, - 0.0227508544921875, - 0.0228424072265625, - 0.006359100341796875, - 0.043914794921875, - 0.0126190185546875, - -0.00908660888671875, - -0.00829315185546875, - 0.0452880859375, - -0.0023345947265625, - -0.0220489501953125, - -0.0169830322265625, - -0.038543701171875, - 0.01371002197265625, - -0.031982421875, - 0.0111236572265625, - -0.006755828857421875, - 0.01837158203125, - -0.04730224609375, - 0.005512237548828125, - 0.0118255615234375, - -0.031402587890625, - 0.02264404296875, - 0.0134124755859375, - -0.0227508544921875, - -0.039337158203125, - 0.01410675048828125, - 0.0081939697265625, - 0.0115203857421875, - -0.006805419921875, - 0.012420654296875, - -0.030792236328125, - -0.01509857177734375, - 0.0335693359375, - 0.0303955078125, - 0.0177764892578125, - 0.0066070556640625, - -0.02960205078125, - 0.035552978515625, - -0.0112762451171875, - 0.01450347900390625, - 0.0243377685546875, - -0.01708984375, - -0.00484466552734375, - 0.03118896484375, - 0.05126953125, - 0.03814697265625, - -0.0687255859375, - 0.002780914306640625, - -0.07867431640625, - 0.0246429443359375, - -0.056427001953125, - -0.032989501953125, - -0.03436279296875, - -0.0592041015625, - 0.0443115234375, - -0.01898193359375, - -0.0270233154296875, - 0.00576019287109375, - 0.006458282470703125, - 0.00844573974609375, - 0.0169830322265625, - 0.00943756103515625, - -0.004669189453125, - 0.026031494140625, - 0.06158447265625, - 0.0022602081298828125, - -0.0108795166015625, - -0.01450347900390625, - 0.0153961181640625, - -0.0290069580078125, - 0.032989501953125, - -0.03656005859375, - -0.0048675537109375, - 0.0258331298828125, - 0.0443115234375, - 0.0242462158203125, - -0.034576416015625, - 0.0309906005859375, - -0.00640869140625, - 0.029205322265625, - -0.041717529296875, - -0.02801513671875, - 0.0099334716796875, - 0.0030422210693359375, - -0.01390838623046875, - -0.04052734375, - -0.0015277862548828125, - 0.047698974609375, - 0.0089874267578125, - 0.018280029296875, - -0.0066070556640625, - -0.03955078125, - -0.0036258697509765625, - 0.01157379150390625, - -0.002532958984375, - 0.047088623046875, - 0.0290069580078125, - -0.039947509765625, - 0.005809783935546875, - 0.004894256591796875, - 0.003650665283203125, - -0.03656005859375, - -0.0278167724609375, - -0.0303955078125, - 0.0130157470703125, - -0.0655517578125, - 0.0146026611328125, - 0.03875732421875, - -0.03955078125, - 0.029998779296875, - -0.0274200439453125, - 0.007152557373046875, - -0.0411376953125, - -0.061187744140625, - 0.01450347900390625, - -0.042327880859375, - -0.039154052734375, - -0.004024505615234375, - 0.044891357421875, - 0.020263671875, - 0.0181732177734375, - -0.017578125, - -0.031982421875, - -0.059600830078125, - 0.00437164306640625, - 0.004421234130859375, - 0.004421234130859375, - -0.042327880859375, - 0.03179931640625, - 0.028411865234375, - 0.03436279296875, - 0.01470184326171875, - 0.06439208984375, - 0.0074005126953125, - -0.011322021484375, - 0.00099945068359375, - 0.0218505859375, - 0.0022602081298828125, - 0.0186767578125, - -0.043304443359375, - -0.038543701171875, - -0.006557464599609375, - -0.039947509765625, - 0.036956787109375, - 0.032989501953125, - 0.02801513671875, - 0.0134124755859375, - -0.02484130859375, - 0.019775390625, - 0.07989501953125, - 0.00029659271240234375, - 0.1072998046875, - -0.0103302001953125, - -0.03515625, - 0.0196685791015625, - 0.033172607421875, - -0.03875732421875, - -0.01678466796875, - 0.04132080078125, - -0.01202392578125, - 0.0009126663208007812, - 0.025634765625, - -0.0142059326171875, - 0.0282135009765625, - 0.0111236572265625, - -0.0007200241088867188, - 0.032989501953125, - -0.0138092041015625, - -0.0020732879638671875, - 0.03973388671875, - 0.043304443359375, - -0.00019407272338867188, - 0.0188751220703125, - -0.0303955078125, - -0.013214111328125, - -0.02880859375, - -0.077880859375, - 0.02374267578125, - 0.0298004150390625, - 0.0157012939453125, - 0.040130615234375, - -0.008544921875, - -0.04986572265625, - 0.01226806640625, - -0.0421142578125, - 0.08782958984375, - 0.045684814453125, - 0.0098876953125, - 0.02264404296875, - -0.006855010986328125, - 0.005413055419921875, - 0.0203704833984375, - 0.021759033203125, - 0.0224456787109375, - 0.0165863037109375, - 0.0458984375, - -0.01018524169921875, - -0.0421142578125, - 0.016693115234375, - 0.0266265869140625, - 0.01161956787109375, - 0.0062103271484375, - 0.041534423828125, - 0.0103302001953125, - 0.052459716796875, - -0.0301971435546875, - 0.0411376953125, - 0.0107269287109375, - -0.0101318359375, - 0.007747650146484375, - -0.02294921875, - 0.0290069580078125, - -0.0389404296875, - -0.003353118896484375, - 0.02532958984375, - 0.0165863037109375, - 0.0247344970703125, - 0.024932861328125, - -0.0655517578125, - -0.0200653076171875, - 0.04608154296875, - -0.03955078125, - 0.00864410400390625, - 0.04449462890625, - -0.029205322265625, - 0.02642822265625, - -0.0235443115234375, - -0.0379638671875, - 0.02264404296875, - -0.0004191398620605469, - -0.0303955078125, - 0.019378662109375, - 0.04986572265625, - -0.0309906005859375, - -0.041534423828125, - -0.055633544921875, - -0.006160736083984375, - -0.0008382797241210938, - -0.0231475830078125, - 0.034759521484375, - -0.0015459060668945312, - -0.01331329345703125, - 0.036956787109375, - 0.03753662109375, - 0.001117706298828125, - -0.03277587890625, - 0.049468994140625, - -0.0367431640625, - -0.0452880859375, - 0.019073486328125, - 0.02880859375, - 0.0294036865234375, - -0.0474853515625, - -0.0128173828125, - -0.004322052001953125, - 0.01678466796875, - 0.02215576171875, - 0.01519775390625, - -0.0002808570861816406, - -0.05206298828125, - -0.039154052734375, - 0.041717529296875, - 0.0290069580078125, - 0.0592041015625, - -0.0218505859375, - -0.031982421875, - 0.0165863037109375, - -0.0272216796875, - -0.01271820068359375, - -0.003997802734375, - 0.005092620849609375, - -0.051666259765625, - 0.060791015625, - -0.00933837890625, - -0.0062103271484375, - -0.0012788772583007812, - 0.0655517578125, - -0.0012664794921875, - 0.004520416259765625, - -0.051666259765625, - 0.0298004150390625, - 0.0421142578125, - -0.05047607421875, - -0.004123687744140625, - -0.0027313232421875, - -0.022247314453125, - 0.0188751220703125, - -0.0066070556640625, - 0.017486572265625, - 0.0181732177734375, - -0.06793212890625, - -0.032989501953125, - -0.0203704833984375, - 0.01078033447265625, - -0.045501708984375, - 0.0272216796875, - 0.026031494140625, - -0.0116729736328125, - 0.0168914794921875, - -0.012664794921875, - 0.017578125, - 0.0301971435546875, - -0.0021228790283203125, - -0.031402587890625, - 0.043121337890625, - -0.06793212890625, - -0.024139404296875, - -0.01192474365234375, - 0.0298004150390625, - -0.0184783935546875, - 0.01097869873046875, - -0.01122283935546875, - -0.019866943359375, - 0.034759521484375, - -0.027618408203125, - -0.01509857177734375, - -0.0270233154296875, - -0.0238494873046875, - -0.0367431640625, - -0.01236724853515625, - 0.01042938232421875, - 0.025634765625, - 0.0059356689453125, - -0.023040771484375, - 0.044891357421875, - -0.050262451171875, - 0.0207672119140625, - 0.006011962890625, - 0.0013904571533203125, - 0.00804901123046875, - -0.01788330078125, - -0.0107269287109375, - 0.01236724853515625, - 0.020660400390625, - -0.0219573974609375, - -0.02642822265625, - -0.067138671875, - 0.034759521484375, - -0.0015401840209960938, - -0.0009374618530273438, - -0.0032291412353515625, - -0.054443359375, - -0.0592041015625, - 0.0057373046875, - 0.0341796875, - 0.00286865234375, - -0.00257110595703125, - -0.031402587890625, - -0.02960205078125, - -0.00469207763671875, - -0.0262298583984375, - 0.03118896484375, - -0.01549530029296875, - 0.001148223876953125, - -0.0005774497985839844, - -0.0278167724609375, - 0.013214111328125, - 0.029205322265625, - 0.0160980224609375, - -0.00928497314453125, - 0.051666259765625, - -0.043701171875, - 0.032196044921875, - -0.01678466796875, - -0.01529693603515625, - 0.0035762786865234375, - -0.00650787353515625, - 0.0303955078125, - -0.02264404296875, - -0.04608154296875, - -0.0021610260009765625, - 0.001483917236328125, - 0.031982421875, - -0.0290069580078125, - -0.01271820068359375, - 0.036346435546875, - -0.01122283935546875, - 0.040740966796875, - -0.028411865234375, - -0.027618408203125, - -0.02484130859375, - -0.01226806640625, - 0.0421142578125, - 0.04449462890625, - 0.028411865234375, - -0.038360595703125, - -0.00908660888671875, - 0.04888916015625, - -0.00370025634765625, - -0.0301971435546875, - -0.0168914794921875, - 0.00008225440979003906, - 0.01490020751953125, - 0.06396484375, - 0.004421234130859375, - 0.09619140625, - -0.01157379150390625, - 0.009735107421875, - 0.048492431640625, - 0.06317138671875, - 0.039154052734375, - -0.00710296630859375, - -0.0452880859375, - 0.022247314453125, - -0.007053375244140625, - -0.04608154296875, - -0.0458984375, - 0.016387939453125, - 0.04052734375, - -0.07232666015625, - -0.01078033447265625, - -0.00824737548828125, - 0.020965576171875, - -0.00730133056640625, - 0.0036258697509765625, - -0.01311492919921875, - 0.006084442138671875, - 0.0165863037109375, - -0.02264404296875, - 0.0184783935546875, - -0.0149993896484375, - 0.01509857177734375, - 0.05126953125, - 0.039154052734375, - -0.0186767578125, - 0.031585693359375, - 0.01097869873046875, - 0.0007233619689941406, - 0.01232147216796875, - 0.040130615234375, - 0.0130157470703125, - 0.0305938720703125, - 0.04351806640625, - 0.031982421875, - -0.006134033203125, - -0.0220489501953125, - 0.001316070556640625, - 0.01947021484375, - 0.03973388671875, - 0.0699462890625, - -0.0160980224609375, - 0.002185821533203125, - -0.024139404296875, - -0.051666259765625, - 0.01271820068359375, - 0.01898193359375, - -0.0034770965576171875, - -0.02642822265625, - -0.03753662109375, - 0.023040771484375, - -0.058807373046875, - 0.0458984375, - 0.0030422210693359375, - -0.037353515625, - 0.014007568359375, - 0.054840087890625, - -0.0016021728515625, - -0.033782958984375, - -0.0029048919677734375, - -0.038360595703125, - -0.0173797607421875, - -0.0212554931640625, - -0.03814697265625, - 0.032196044921875, - -0.044708251953125, - -0.054046630859375, - -0.01509857177734375, - 0.0309906005859375, - -0.024444580078125, - -0.049072265625, - -0.02801513671875, - -0.00804901123046875, - -0.002819061279296875, - -0.0443115234375, - -0.05364990234375, - -0.02960205078125, - 0.0159912109375, - -0.033782958984375, - 0.0087432861328125, - -0.006061553955078125, - -0.0232391357421875, - -0.0045928955078125, - -0.019775390625, - 0.015594482421875, - 0.0095367431640625, - -0.0389404296875, - 0.02880859375, - 0.0002856254577636719, - 0.03179931640625, - 0.0254364013671875, - 0.054443359375, - -0.0096893310546875, - 0.011077880859375, - -0.031585693359375, - -0.0379638671875, - 0.00150299072265625, - 0.001949310302734375, - 0.008392333984375, - -0.060791015625, - 0.00370025634765625, - 0.054443359375, - -0.091796875, - 0.008392333984375, - 0.0181732177734375, - -0.025634765625, - -0.0303955078125, - -0.02880859375, - 0.00923919677734375, - -0.0074005126953125, - 0.07550048828125, - 0.005214691162109375, - 0.00469207763671875, - 0.0138092041015625, - -0.0298004150390625, - 0.03497314453125, - 0.0124664306640625, - 0.01038360595703125, - -0.041717529296875, - 0.028411865234375, - 0.00623321533203125, - -0.031402587890625, - -0.00009894371032714844, - -0.058013916015625, - -0.0079498291015625, - 0.0286102294921875, - 0.0251312255859375, - -0.00849151611328125, - -0.01078033447265625, - -0.01788330078125, - -0.0243377685546875, - -0.039947509765625, - 0.0138092041015625, - -0.01058197021484375, - -0.0052642822265625, - -0.03338623046875, - -0.026031494140625, - -0.029205322265625, - -0.060791015625, - -0.0278167724609375, - -0.039154052734375, - 0.032196044921875, - 0.01212310791015625, - -0.04052734375, - 0.007152557373046875, - 0.0079498291015625, - -0.0172882080078125, - 0.011322021484375, - 0.06439208984375, - -0.04986572265625, - -0.0184783935546875, - 0.0016021728515625, - 0.041717529296875, - 0.00506591796875, - 0.0083465576171875, - -0.01197052001953125, - 0.020263671875, - 0.0091400146484375, - -0.035369873046875, - 0.023345947265625, - 0.026031494140625, - -0.00933837890625, - -0.04888916015625, - -0.0103302001953125, - -0.0200653076171875, - 0.03338623046875, - -0.011871337890625, - 0.049468994140625, - 0.01192474365234375, - -0.0042724609375, - -0.10968017578125, - 0.03594970703125, - -0.033782958984375, - 0.0298004150390625, - 0.0243377685546875, - -0.00785064697265625, - -0.0576171875, - -0.02642822265625, - -0.043914794921875, - 0.0212554931640625, - -0.007747650146484375, - 0.039947509765625, - -0.022552490234375, - 0.01450347900390625, - -0.0018625259399414062, - -0.006656646728515625, - 0.004619598388671875, - 0.06396484375, - 0.0029048919677734375, - -0.045501708984375, - 0.054840087890625, - -0.016387939453125, - -0.01509857177734375, - -0.01678466796875, - 0.01236724853515625, - 0.0266265869140625, - -0.005962371826171875, - -0.0228424072265625, - 0.0212554931640625, - 0.03594970703125, - 0.051666259765625, - -0.031585693359375, - 0.020965576171875, - -0.002780914306640625, - 0.0258331298828125, - -0.0220489501953125, - -0.0168914794921875, - 0.00409698486328125, - -0.00829315185546875, - -0.0130157470703125, - -0.0199737548828125, - -0.0635986328125, - -0.0826416015625, - 0.0238494873046875, - -0.0506591796875, - -0.022247314453125, - 0.039947509765625, - 0.019073486328125, - 0.014404296875, - -0.050262451171875, - 0.019775390625, - 0.00591278076171875, - -0.0128173828125, - -0.00978851318359375, - 0.026031494140625, - -0.022247314453125, - 0.0341796875, - -0.0104827880859375, - -0.047882080078125, - 0.04351806640625, - -0.0159912109375, - 0.0240478515625, - -0.00904083251953125, - 0.01003265380859375, - -0.007053375244140625, - 0.032196044921875, - -0.0889892578125, - -0.03955078125, - 0.0199737548828125, - 0.05206298828125, - 0.0138092041015625, - -0.00785064697265625, - 0.0270233154296875, - -0.0146026611328125, - -0.055633544921875, - 0.0079498291015625, - -0.0159912109375, - -0.03277587890625, - 0.0023097991943359375, - -0.004894256591796875, - 0.0030059814453125, - 0.0379638671875, - 0.0207672119140625, - 0.040130615234375, - 0.0443115234375, - 0.006855010986328125, - -0.0389404296875, - -0.0191802978515625, - -0.0101318359375, - 0.00829315185546875, - 0.005390167236328125, - 0.0239410400390625, - -0.0033779144287109375, - 0.0157928466796875, - -0.00769805908203125, - -0.08343505859375, - -0.02642822265625, - -0.0176849365234375, - -0.039947509765625, - -0.00014901161193847656, - 0.06793212890625, - 0.0443115234375, - -0.0238494873046875, - 0.01212310791015625, - 0.0305938720703125, - 0.0128173828125, - 0.0196685791015625, - -0.0176849365234375, - -0.05364990234375, - -0.007152557373046875, - -0.01171875, - 0.0195770263671875, - -0.04193115234375, - 0.0254364013671875, - 0.056427001953125, - -0.0224456787109375, - -0.014007568359375, - -0.0146026611328125, - 0.0176849365234375, - 0.047882080078125, - 0.03436279296875, - 0.0111236572265625, - -0.050079345703125, - 0.01212310791015625, - 0.0443115234375, - -0.006183624267578125, - 0.0037250518798828125, - -0.037139892578125, - -0.033172607421875, - 0.0411376953125, - -0.04034423828125, - 0.0112762451171875, - -0.006557464599609375, - 0.05999755859375, - 0.00189971923828125, - -0.044708251953125, - -0.0200653076171875, - 0.04608154296875, - 0.00868988037109375, - -0.0159912109375, - 0.031585693359375, - 0.0161895751953125, - -0.029998779296875, - 0.0528564453125, - 0.03814697265625, - -0.0013971328735351562, - 0.029205322265625, - 0.028411865234375, - -0.0411376953125, - 0.034759521484375, - 0.0006704330444335938, - -0.0012540817260742188, - -0.026824951171875, - -0.0443115234375, - -0.03814697265625, - -0.0576171875, - 0.0176849365234375, - 0.0016641616821289062, - 0.0576171875, - 0.0294036865234375, - 0.0010433197021484375, - -0.0157928466796875, - -0.00864410400390625, - 0.03753662109375, - 0.0274200439453125, - 0.0095367431640625, - 0.0272216796875, - 0.006458282470703125, - 0.0130157470703125, - 0.046295166015625, - -0.0452880859375, - 0.0164947509765625, - -0.01837158203125, - 0.01490020751953125, - -0.05999755859375, - -0.00933837890625, - 0.002956390380859375, - 0.0009374618530273438, - -0.00630950927734375, - -0.019378662109375, - -0.006656646728515625, - -0.0011110305786132812, - -0.03973388671875, - -0.00933837890625, - 0.030792236328125, - -0.048492431640625, - 0.0290069580078125, - 0.0025959014892578125, - -0.0120697021484375, - -0.0017757415771484375, - -0.042327880859375, - 0.1168212890625, - 0.0215606689453125, - 0.01898193359375, - 0.01078033447265625, - 0.02264404296875, - 0.04193115234375, - 0.005710601806640625, - 0.0024967193603515625, - 0.044891357421875, - -0.01216888427734375, - 0.04669189453125, - 0.04730224609375, - -0.010284423828125, - -0.032196044921875, - 0.05682373046875, - 0.003204345703125, - -0.045684814453125, - 0.02801513671875, - 0.0305938720703125, - 0.0149993896484375, - 0.005611419677734375, - -0.016693115234375, - -0.0181732177734375, - -0.06475830078125, - 0.061187744140625, - 0.00804901123046875, - -0.0038242340087890625, - 0.0357666015625, - -0.06951904296875, - 0.05523681640625, - 0.013214111328125, - 0.0251312255859375, - -0.044708251953125, - 0.043121337890625, - -0.0235443115234375, - -0.004520416259765625, - 0.005588531494140625, - 0.0028438568115234375, - -0.004047393798828125, - 0.031585693359375, - -0.034759521484375, - 0.07110595703125, - 0.0294036865234375, - -0.00009936094284057617, - -0.07110595703125, - -0.0116729736328125, - -0.00789642333984375, - -0.005462646484375, - 0.026824951171875, - -0.022247314453125, - -0.0016145706176757812, - 0.00769805908203125, - 0.0077972412109375, - 0.05523681640625, - -0.0218505859375, - 0.0238494873046875, - 0.01371002197265625, - -0.003353118896484375, - 0.025634765625, - -0.0172882080078125 - ], - "metadata": { - "domains": [ - "static-investigations", - "mobile-forensics", + "malware-analysis", + "network-forensics", + "cloud-forensics", "fraud-investigation" ], "phases": [ @@ -34777,25288 +66458,7384 @@ "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_OpenCTI", - "type": "tool", - "name": "OpenCTI", - "content": "opencti filigrans cyber-threat-intelligence-plattform orchestriert moderne threat-research durch knowledge-graph-basierte datenmodellierung nach stix-standards. import von iocs, ttps, malware-analysen aus hunderten quellen: misp-feeds, commercial-intel, custom-research. die graph-engine korreliert scheinbar unabhängige indicators zu attack-campaigns. besonders mächtig: automated-enrichment durch connector-ecosystem, confidence-scoring gewichtet intel-quality, observable-pivoting findet related-indicators automatisch. playbook-integration ermöglicht automated-response. team-collaboration durch workspaces und knowledge-sharing. export zu siem-systemen in real-time. the modern-react-ui macht komplexe intelligence-workflows intuitiv. docker-compose-deployment für schnelle installation. enterprise- features: multi-tenancy, rbac, audit-logging. open-source aber commercial-support verfügbar. standard-platform für moderne cti-teams die structured intelligence-sharing benötigen. threat-intel graph incident-response analysis", - "embedding": [ - -0.0289459228515625, - 0.00899505615234375, - 0.06121826171875, - 0.0211639404296875, - 0.01739501953125, - 0.0257568359375, - 0.0247650146484375, - -0.0184783935546875, - -0.02777099609375, - 0.0005879402160644531, - -0.0124664306640625, - 0.033111572265625, - 0.004703521728515625, - 0.00765228271484375, - -0.06256103515625, - 0.046173095703125, - 0.0004887580871582031, - 0.015899658203125, - 0.026092529296875, - -0.0244293212890625, - -0.035797119140625, - -0.0111236572265625, - -0.046844482421875, - -0.006984710693359375, - -0.006439208984375, - -0.00556182861328125, - 0.0130462646484375, - -0.056549072265625, - -0.039825439453125, - 0.0135498046875, - 0.0374755859375, - -0.0217437744140625, - 0.0033245086669921875, - 0.019073486328125, - 0.00811004638671875, - -0.002330780029296875, - -0.0012388229370117188, - -0.05755615234375, - 0.0016832351684570312, - -0.00849151611328125, - -0.0087432861328125, - 0.0182342529296875, - 0.01287841796875, - 0.01129150390625, - -0.0184783935546875, - -0.0582275390625, - 0.00798797607421875, - -0.0079498291015625, - 0.023590087890625, - -0.00685882568359375, - 0.0269317626953125, - 0.0230865478515625, - -0.007904052734375, - 0.002216339111328125, - -0.02777099609375, - 0.005687713623046875, - 0.0156402587890625, - -0.020904541015625, - -0.028778076171875, - 0.03228759765625, - -0.02392578125, - -0.007568359375, - -0.004016876220703125, - 0.0140533447265625, - 0.0019969940185546875, - 0.006107330322265625, - -0.01296234130859375, - -0.0080718994140625, - 0.0001392364501953125, - -0.0033664703369140625, - 0.0087432861328125, - 0.01120758056640625, - -0.00104522705078125, - 0.005435943603515625, - -0.0167236328125, - -0.0284423828125, - 0.026763916015625, - 0.050201416015625, - -0.020416259765625, - 0.01087188720703125, - -0.057891845703125, - -0.0036182403564453125, - 0.0736083984375, - 0.004558563232421875, - -0.037139892578125, - -0.020904541015625, - 0.040496826171875, - 0.0035343170166015625, - 0.007110595703125, - -0.010955810546875, - 0.01087188720703125, - 0.0140533447265625, - 0.03497314453125, - -0.0284423828125, - 0.04852294921875, - 0.051849365234375, - -0.027099609375, - -0.0000584721565246582, - 0.0124664306640625, - 0.039825439453125, - 0.0135498046875, - -0.01087188720703125, - 0.0343017578125, - -0.022918701171875, - 0.057891845703125, - -0.0259246826171875, - 0.01187896728515625, - -0.0286102294921875, - 0.0237579345703125, - -0.0159759521484375, - -0.09234619140625, - -0.058563232421875, - -0.0143890380859375, - -0.04266357421875, - -0.004955291748046875, - 0.009368896484375, - -0.021575927734375, - 0.032958984375, - -0.0582275390625, - -0.028106689453125, - 0.03228759765625, - 0.03094482421875, - 0.007568359375, - 0.002498626708984375, - -0.02008056640625, - -0.042816162109375, - -0.00982666015625, - 0.00811004638671875, - -0.0220794677734375, - -0.0191497802734375, - -0.013214111328125, - -0.0204925537109375, - 0.01287841796875, - -0.046173095703125, - 0.00911712646484375, - -0.025421142578125, - 0.028106689453125, - -0.003910064697265625, - 0.0046844482421875, - -0.0140533447265625, - 0.0211639404296875, - -0.036956787109375, - -0.05755615234375, - -0.0147247314453125, - -0.028778076171875, - -0.010498046875, - -0.00995635986328125, - 0.051849365234375, - -0.020660400390625, - -0.02459716796875, - 0.005603790283203125, - 0.01422119140625, - 0.072265625, - 0.0027179718017578125, - 0.022918701171875, - -0.0172271728515625, - -0.0035343170166015625, - -0.0093231201171875, - 0.042816162109375, - -0.0168914794921875, - -0.001255035400390625, - 0.0196533203125, - 0.010955810546875, - 0.00916290283203125, - -0.0304412841796875, - -0.011962890625, - -0.0234222412109375, - -0.017059326171875, - -0.0143890380859375, - 0.0237579345703125, - 0.0178985595703125, - -0.00844573974609375, - 0.04718017578125, - 0.036956787109375, - -0.0020904541015625, - 0.0019550323486328125, - 0.01137542724609375, - -0.014556884765625, - 0.040313720703125, - 0.0217437744140625, - 0.002780914306640625, - 0.000522613525390625, - 0.0307769775390625, - -0.00702667236328125, - 0.0194854736328125, - 0.0011968612670898438, - -0.0401611328125, - 0.0192413330078125, - -0.0162200927734375, - 0.00556182861328125, - -0.038482666015625, - -0.0478515625, - -0.0227508544921875, - 0.032623291015625, - 0.03631591796875, - 0.04132080078125, - 0.020660400390625, - -0.0195770263671875, - 0.00719451904296875, - -0.0021648406982421875, - -0.0008730888366699219, - 0.0183258056640625, - -0.00849151611328125, - 0.0182342529296875, - 0.013214111328125, - -0.010955810546875, - -0.0269317626953125, - 0.052520751953125, - 0.0143890380859375, - -0.0347900390625, - 0.010498046875, - 0.047515869140625, - -0.00836181640625, - -0.0117950439453125, - -0.02642822265625, - -0.040985107421875, - 0.0160675048828125, - -0.0130462646484375, - -0.03546142578125, - 0.0006403923034667969, - -0.0211639404296875, - -0.038299560546875, - -0.01329803466796875, - 0.019989013671875, - -0.00798797607421875, - 0.0595703125, - 0.028778076171875, - -0.004306793212890625, - 0.01041412353515625, - 0.0189056396484375, - 0.048187255859375, - 0.024261474609375, - -0.00899505615234375, - -0.0244293212890625, - -0.056549072265625, - -0.0227508544921875, - 0.0182342529296875, - 0.0199127197265625, - 0.0234222412109375, - 0.005352020263671875, - -0.0374755859375, - 0.033782958984375, - -0.01053619384765625, - 0.051849365234375, - 0.00827789306640625, - -0.018646240234375, - -0.017486572265625, - 0.026763916015625, - 0.043487548828125, - 0.06658935546875, - -0.028106689453125, - 0.005645751953125, - -0.0406494140625, - 0.03948974609375, - -0.06256103515625, - -0.030609130859375, - -0.020660400390625, - -0.045501708984375, - 0.0582275390625, - -0.0199127197265625, - 0.0069427490234375, - 0.033111572265625, - 0.0166473388671875, - -0.0007686614990234375, - 0.03948974609375, - -0.0085296630859375, - -0.0528564453125, - -0.0026340484619140625, - 0.069580078125, - 0.0194091796875, - -0.0234222412109375, - 0.0207366943359375, - 0.0595703125, - 0.0019130706787109375, - 0.0307769775390625, - -0.02911376953125, - 0.0163116455078125, - 0.0478515625, - 0.028778076171875, - 0.03411865234375, - -0.00531005859375, - 0.0292816162109375, - -0.03411865234375, - 0.043487548828125, - -0.06756591796875, - 0.0030117034912109375, - -0.0133819580078125, - -0.0009150505065917969, - 0.005268096923828125, - -0.05987548828125, - -0.0098724365234375, - 0.050201416015625, - 0.0255889892578125, - -0.005645751953125, - 0.0289459228515625, - -0.02978515625, - 0.0225830078125, - -0.00844573974609375, - -0.00957489013671875, - 0.029937744140625, - 0.052520751953125, - -0.031280517578125, - 0.0217437744140625, - -0.01430511474609375, - 0.01070404052734375, - -0.01187896728515625, - -0.04315185546875, - -0.00445556640625, - -0.019744873046875, - -0.06256103515625, - -0.0240936279296875, - 0.00882720947265625, - -0.007320404052734375, - -0.0016202926635742188, - -0.0194091796875, - 0.0000483393669128418, - -0.033782958984375, - -0.039154052734375, - 0.012298583984375, - -0.029937744140625, - -0.05419921875, - -0.0224151611328125, - 0.06256103515625, - 0.0089111328125, - 0.0010347366333007812, - -0.0007109642028808594, - -0.035125732421875, - -0.04315185546875, - 0.0276031494140625, - -0.014892578125, - -0.0010662078857421875, - -0.0159759521484375, - 0.035308837890625, - 0.0251007080078125, - 0.055206298828125, - 0.0018091201782226562, - 0.0745849609375, - 0.0066070556640625, - -0.0304412841796875, - -0.01129150390625, - 0.0276031494140625, - 0.0121307373046875, - 0.0465087890625, - -0.006191253662109375, - 0.0026340484619140625, - -0.02459716796875, - -0.040496826171875, - 0.029449462890625, - 0.018402099609375, - 0.035797119140625, - 0.016815185546875, - -0.0137176513671875, - 0.001087188720703125, - 0.0699462890625, - -0.0084075927734375, - 0.09234619140625, - -0.01263427734375, - -0.0374755859375, - 0.0103302001953125, - 0.0169830322265625, - -0.04583740234375, - -0.01279449462890625, - 0.0175628662109375, - 0.01087188720703125, - 0.0007996559143066406, - 0.0316162109375, - -0.0087432861328125, - 0.03729248046875, - -0.0121307373046875, - 0.0107879638671875, - 0.05889892578125, - -0.01346588134765625, - 0.04180908203125, - 0.045166015625, - 0.019073486328125, - 0.0292816162109375, - 0.009490966796875, - -0.0195770263671875, - 0.00832366943359375, - -0.04180908203125, - -0.072265625, - 0.014892578125, - 0.022247314453125, - 0.006900787353515625, - 0.0265960693359375, - -0.0262603759765625, - -0.06658935546875, - 0.0204925537109375, - -0.0201568603515625, - 0.07025146484375, - 0.044830322265625, - 0.01739501953125, - 0.0379638671875, - -0.03363037109375, - -0.0061492919921875, - 0.017059326171875, - 0.034637451171875, - 0.0292816162109375, - 0.035797119140625, - 0.018402099609375, - -0.0047454833984375, - -0.02911376953125, - 0.016143798828125, - 0.004642486572265625, - 0.0225830078125, - -0.0085296630859375, - 0.0167236328125, - 0.0247650146484375, - 0.039825439453125, - -0.0555419921875, - 0.04583740234375, - 0.0208282470703125, - -0.061553955078125, - 0.00861358642578125, - -0.023590087890625, - 0.0284423828125, - -0.0745849609375, - 0.00589752197265625, - -0.002101898193359375, - 0.0225830078125, - -0.00141143798828125, - 0.01422119140625, - -0.054534912109375, - -0.0137176513671875, - 0.054534912109375, - -0.098388671875, - 0.0188140869140625, - 0.037628173828125, - -0.015472412109375, - 0.042816162109375, - -0.020660400390625, - -0.035125732421875, - 0.02978515625, - -0.0210723876953125, - -0.0121307373046875, - -0.0007109642028808594, - 0.024932861328125, - -0.060546875, - -0.009490966796875, - -0.0419921875, - -0.01513671875, - 0.0133819580078125, - -0.042816162109375, - 0.0156402587890625, - -0.0237579345703125, - -0.007320404052734375, - 0.049530029296875, - 0.03863525390625, - -0.00572967529296875, - -0.01313018798828125, - 0.03546142578125, - -0.015899658203125, - -0.038299560546875, - 0.02191162109375, - 0.0316162109375, - 0.00041031837463378906, - -0.0304412841796875, - -0.00865936279296875, - -0.0202484130859375, - 0.0301055908203125, - -0.00748443603515625, - -0.004077911376953125, - -0.0478515625, - -0.03179931640625, - -0.039154052734375, - 0.05487060546875, - 0.03863525390625, - 0.035125732421875, - 0.012298583984375, - -0.050201416015625, - 0.018402099609375, - -0.08697509765625, - -0.006107330322265625, - -0.0106658935546875, - -0.00037384033203125, - -0.00254058837890625, - 0.075927734375, - -0.0301055908203125, - 0.0038051605224609375, - -0.0234222412109375, - 0.05218505859375, - 0.014556884765625, - 0.01103973388671875, - -0.046173095703125, - 0.032958984375, - 0.029937744140625, - -0.0645751953125, - -0.0183258056640625, - 0.00031375885009765625, - 0.019073486328125, - 0.04449462890625, - -0.06524658203125, - 0.00273895263671875, - -0.0269317626953125, - -0.06524658203125, - -0.01007843017578125, - -0.01024627685546875, - -0.00669097900390625, - -0.050201416015625, - 0.0301055908203125, - 0.0143890380859375, - -0.004894256591796875, - 0.0265960693359375, - 0.012298583984375, - -0.00685882568359375, - 0.0099945068359375, - 0.0159759521484375, - -0.03228759765625, - 0.033294677734375, - -0.060546875, - -0.038818359375, - -0.00849151611328125, - 0.0244293212890625, - -0.0095367431640625, - 0.010040283203125, - -0.021331787109375, - -0.013885498046875, - 0.01087188720703125, - -0.0289459228515625, - -0.00844573974609375, - 0.007568359375, - -0.020660400390625, - -0.022247314453125, - -0.03631591796875, - 0.023590087890625, - 0.018402099609375, - 0.01898193359375, - 0.03497314453125, - 0.032440185546875, - -0.04180908203125, - 0.029449462890625, - 0.0179901123046875, - -0.0176544189453125, - 0.004245758056640625, - -0.019989013671875, - -0.0013380050659179688, - -0.01221466064453125, - 0.026092529296875, - -0.004055023193359375, - -0.054534912109375, - -0.06689453125, - 0.0292816162109375, - -0.00736236572265625, - 0.0024051666259765625, - -0.0279388427734375, - -0.0262603759765625, - -0.04986572265625, - -0.01898193359375, - 0.0259246826171875, - 0.0296173095703125, - 0.0005698204040527344, - -0.04248046875, - -0.0014848709106445312, - -0.0234222412109375, - -0.0419921875, - 0.02642822265625, - 0.00482940673828125, - 0.012298583984375, - -0.02032470703125, - -0.013214111328125, - 0.0220794677734375, - 0.0032405853271484375, - 0.037811279296875, - 0.00273895263671875, - 0.0252685546875, - -0.045166015625, - 0.0201568603515625, - -0.0029277801513671875, - -0.0149688720703125, - 0.0036602020263671875, - -0.0107879638671875, - -0.00539398193359375, - -0.030609130859375, - -0.032958984375, - 0.0024566650390625, - 0.0296173095703125, - 0.00572967529296875, - -0.0004916191101074219, - -0.044158935546875, - 0.035980224609375, - -0.01447296142578125, - 0.0555419921875, - -0.01007843017578125, - -0.07562255859375, - -0.01538848876953125, - 0.00635528564453125, - 0.05755615234375, - 0.0582275390625, - 0.00836181640625, - -0.05352783203125, - 0.0107879638671875, - 0.04449462890625, - 0.00982666015625, - -0.050537109375, - -0.034454345703125, - 0.030609130859375, - 0.00995635986328125, - 0.02459716796875, - -0.01154327392578125, - 0.093017578125, - 0.01204681396484375, - 0.0010404586791992188, - 0.0265960693359375, - 0.0826416015625, - 0.02777099609375, - -0.0006246566772460938, - -0.05084228515625, - 0.005645751953125, - -0.00466156005859375, - -0.0635986328125, - -0.024261474609375, - -0.00606536865234375, - 0.06622314453125, - -0.0709228515625, - -0.020416259765625, - -0.0042877197265625, - -0.01221466064453125, - 0.0227508544921875, - -0.007110595703125, - -0.006107330322265625, - 0.018157958984375, - 0.00372314453125, - -0.02642822265625, - 0.01279449462890625, - -0.0167236328125, - -0.0224151611328125, - 0.028778076171875, - 0.035125732421875, - 0.0011081695556640625, - 0.006481170654296875, - -0.0104522705078125, - 0.0196533203125, - 0.0137176513671875, - 0.0220794677734375, - 0.042816162109375, - 0.00748443603515625, - 0.052520751953125, - 0.06927490234375, - -0.0031986236572265625, - -0.0257568359375, - 0.00970458984375, - 0.0289459228515625, - 0.01204681396484375, - 0.03814697265625, - 0.00765228271484375, - 0.036956787109375, - -0.0014219284057617188, - -0.027099609375, - -0.01555633544921875, - 0.006984710693359375, - -0.024932861328125, - -0.02392578125, - -0.054534912109375, - 0.0088653564453125, - -0.03094482421875, - 0.0347900390625, - 0.003742218017578125, - -0.0269317626953125, - -0.0227508544921875, - 0.04852294921875, - -0.00669097900390625, - -0.050201416015625, - 0.019989013671875, - -0.01522064208984375, - -0.034454345703125, - -0.00827789306640625, - -0.02191162109375, - 0.060882568359375, - -0.0211639404296875, - -0.05621337890625, - -0.0140533447265625, - 0.04852294921875, - 0.01329803466796875, - -0.024932861328125, - 0.019073486328125, - 0.0024051666259765625, - -0.019744873046875, - -0.03997802734375, - -0.03411865234375, - -0.0284423828125, - -0.01346588134765625, - -0.053863525390625, - 0.01024627685546875, - -0.00736236572265625, - -0.01422119140625, - -0.039642333984375, - -0.011627197265625, - -0.050537109375, - 0.049530029296875, - -0.0307769775390625, - 0.048858642578125, - 0.00798797607421875, - 0.0023632049560546875, - 0.046173095703125, - 0.0712890625, - -0.00012087821960449219, - -0.00945281982421875, - -0.01120758056640625, - -0.039825439453125, - 0.0093231201171875, - -0.0023517608642578125, - -0.00006568431854248047, - -0.0491943359375, - 0.015899658203125, - 0.047515869140625, - -0.0789794921875, - 0.01120758056640625, - 0.02777099609375, - 0.01255035400390625, - -0.0465087890625, - -0.0007319450378417969, - -0.000331878662109375, - 0.01137542724609375, - 0.04180908203125, - -0.01129150390625, - -0.0015478134155273438, - -0.006397247314453125, - -0.045501708984375, - 0.04986572265625, - 0.0069427490234375, - 0.01555633544921875, - -0.0311126708984375, - 0.00911712646484375, - 0.019317626953125, - -0.03363037109375, - 0.030609130859375, - -0.0582275390625, - -0.0140533447265625, - 0.0224151611328125, - 0.01873779296875, - -0.0149688720703125, - 0.013885498046875, - -0.042816162109375, - -0.0251007080078125, - -0.037811279296875, - 0.007568359375, - 0.0006246566772460938, - 0.0079498291015625, - -0.046173095703125, - -0.051513671875, - -0.0058135986328125, - -0.032440185546875, - -0.0595703125, - -0.020904541015625, - 0.0178985595703125, - 0.0121307373046875, - -0.046844482421875, - -0.007152557373046875, - 0.001735687255859375, - 0.014556884765625, - 0.040496826171875, - 0.0645751953125, - -0.0374755859375, - -0.012298583984375, - 0.01898193359375, - 0.0296173095703125, - 0.01505279541015625, - -0.010955810546875, - -0.01154327392578125, - -0.0074462890625, - 0.00516510009765625, - -0.04449462890625, - 0.032958984375, - 0.0595703125, - -0.0276031494140625, - -0.0478515625, - -0.01221466064453125, - -0.055877685546875, - 0.0214080810546875, - -0.005519866943359375, - 0.05621337890625, - -0.0127105712890625, - -0.005268096923828125, - -0.08428955078125, - 0.045501708984375, - -0.01505279541015625, - 0.0210723876953125, - 0.01522064208984375, - -0.0307769775390625, - -0.033782958984375, - -0.03497314453125, - -0.026092529296875, - 0.0296173095703125, - -0.042816162109375, - 0.018402099609375, - 0.01739501953125, - -0.0252685546875, - 0.03729248046875, - 0.003513336181640625, - -0.0032825469970703125, - 0.0272674560546875, - 0.0164794921875, - -0.02978515625, - 0.10235595703125, - -0.01263427734375, - 0.033782958984375, - -0.00234222412109375, - 0.01313018798828125, - 0.00878143310546875, - -0.002864837646484375, - -0.050201416015625, - 0.006439208984375, - 0.024932861328125, - 0.04315185546875, - -0.0183258056640625, - 0.01806640625, - -0.00299072265625, - 0.0178985595703125, - 0.01053619384765625, - -0.016143798828125, - -0.021331787109375, - -0.004703521728515625, - -0.0347900390625, - 0.0019969940185546875, - -0.03863525390625, - -0.06622314453125, - -0.0024776458740234375, - -0.060882568359375, - -0.0046844482421875, - 0.007904052734375, - 0.0106658935546875, - 0.0230865478515625, - -0.02642822265625, - 0.041656494140625, - 0.0016832351684570312, - 0.004306793212890625, - -0.016387939453125, - -0.0185699462890625, - -0.026092529296875, - 0.0491943359375, - 0.0255889892578125, - -0.0251007080078125, - 0.0247650146484375, - -0.032135009765625, - -0.039825439453125, - -0.0224151611328125, - 0.006816864013671875, - -0.048858642578125, - 0.044830322265625, - -0.050201416015625, - -0.015472412109375, - 0.02642822265625, - 0.019989013671875, - 0.00970458984375, - 0.00815582275390625, - 0.053863525390625, - -0.026092529296875, - -0.055877685546875, - 0.01873779296875, - -0.0021953582763671875, - -0.0092010498046875, - 0.0224151611328125, - 0.004558563232421875, - -0.014556884765625, - 0.01029205322265625, - 0.035980224609375, - 0.004642486572265625, - 0.033111572265625, - 0.036956787109375, - -0.004871368408203125, - 0.0184783935546875, - -0.02392578125, - 0.033111572265625, - 0.005519866943359375, - 0.01263427734375, - 0.004913330078125, - 0.0220794677734375, - -0.02459716796875, - -0.07659912109375, - -0.0156402587890625, - -0.01103973388671875, - -0.055206298828125, - 0.007068634033203125, - 0.051177978515625, - 0.0307769775390625, - -0.0184783935546875, - 0.033111572265625, - 0.04132080078125, - 0.016815185546875, - 0.005184173583984375, - -0.0029277801513671875, - -0.04132080078125, - 0.00823974609375, - 0.035980224609375, - 0.048858642578125, - -0.050201416015625, - 0.050537109375, - 0.07293701171875, - -0.0191497802734375, - -0.0201568603515625, - -0.006023406982421875, - -0.0167236328125, - 0.060211181640625, - 0.054534912109375, - 0.01103973388671875, - -0.06890869140625, - -0.004787445068359375, - 0.01513671875, - -0.004978179931640625, - -0.0127105712890625, - 0.01806640625, - -0.0286102294921875, - 0.04449462890625, - -0.075927734375, - -0.022247314453125, - 0.0182342529296875, - 0.056549072265625, - -0.0050201416015625, - -0.017822265625, - -0.0143890380859375, - 0.031951904296875, - 0.0296173095703125, - -0.02099609375, - 0.025421142578125, - 0.0347900390625, - -0.020904541015625, - 0.0286102294921875, - 0.04315185546875, - 0.02392578125, - 0.06292724609375, - 0.042327880859375, - -0.0133819580078125, - 0.0237579345703125, - 0.003513336181640625, - 0.011627197265625, - 0.0252685546875, - -0.042816162109375, - -0.04248046875, - -0.0224151611328125, - 0.01255035400390625, - -0.000024318695068359375, - 0.06622314453125, - 0.0069427490234375, - -0.00991058349609375, - -0.01204681396484375, - 0.0163116455078125, - 0.025421142578125, - 0.0265960693359375, - 0.058563232421875, - -0.01739501953125, - 0.037811279296875, - 0.02392578125, - 0.01137542724609375, - -0.035308837890625, - 0.043487548828125, - -0.03948974609375, - 0.0196533203125, - -0.046173095703125, - -0.018402099609375, - -0.0252685546875, - -0.0201568603515625, - -0.0292816162109375, - -0.03497314453125, - 0.0117950439453125, - -0.02911376953125, - -0.0478515625, - -0.0244293212890625, - 0.04852294921875, - -0.03497314453125, - 0.01255035400390625, - 0.0257568359375, - -0.006023406982421875, - 0.0143890380859375, - -0.043487548828125, - 0.08563232421875, - 0.02325439453125, - 0.044830322265625, - -0.0069427490234375, - 0.0220794677734375, - 0.032623291015625, - -0.0220794677734375, - -0.0018405914306640625, - -0.007610321044921875, - 0.002948760986328125, - 0.07427978515625, - 0.0167236328125, - 0.01255035400390625, - -0.051513671875, - 0.01513671875, - 0.002552032470703125, - -0.033111572265625, - 0.027099609375, - 0.0140533447265625, - 0.019073486328125, - -0.018646240234375, - -0.0059814453125, - -0.006317138671875, - -0.06488037109375, - 0.06488037109375, - -0.0124664306640625, - 0.020904541015625, - 0.042327880859375, - -0.042327880859375, - 0.0419921875, - 0.0117950439453125, - 0.043487548828125, - -0.050537109375, - 0.06256103515625, - -0.016387939453125, - -0.020660400390625, - 0.006732940673828125, - 0.006397247314453125, - -0.0183258056640625, - 0.044158935546875, - -0.019744873046875, - 0.046173095703125, - 0.0406494140625, - 0.0173187255859375, - -0.06488037109375, - -0.01221466064453125, - 0.0008730888366699219, - -0.0012025833129882812, - 0.0595703125, - -0.03546142578125, - -0.00962066650390625, - 0.004474639892578125, - 0.04083251953125, - 0.05987548828125, - 0.003826141357421875, - 0.027435302734375, - 0.0014638900756835938, - -0.006397247314453125, - 0.0137176513671875, - -0.018646240234375 - ], - "metadata": { - "domains": [ - "incident-response" - ], - "phases": [ - "analysis" - ], - "tags": [ - "threat-intel", - "graph" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_FTK_Imager", - "type": "tool", - "name": "FTK Imager", - "content": "ftk imager der klassiker für windows-basierte disk-akquisition erstellt gerichtsfeste images mit bewährter zuverlässigkeit. unterstützt raw, smart, e01 und aff formate mit kompression und verschlüsselung. die gui führt durch den imaging-prozess mit hash-verifizierung (md5/sha1). preview-mode ermöglicht triage ohne full-image. memory-capture für live-ram-akquisition. mount als read-only für sichere analyse. die kostenlose version deckt standard-aufgaben ab, limitiert aber bei erweiterten features. besonders geschätzt: zuverlässigkeit bei defekten sektoren, detaillierte logs und breite gerichtsakzeptanz. protected-folder-viewing für systemdateien. cli-version für automatisierung. die proprietäre natur und windows-only sind nachteile, aber in vielen labors der de-facto-standard. perfekt für einsteiger und routine-akquisitionen. gui physical-copy hashing court-admissible scenario:disk_imaging ewf-support memory-capture preview-mode bad-sector-handling protected-folders cli-available triage static-investigations incident-response data-collection", - "embedding": [ - 0.002155303955078125, - 0.03656005859375, - 0.03326416015625, - -0.026336669921875, - 0.0316162109375, - 0.056182861328125, - 0.01373291015625, - -0.0008101463317871094, - -0.00335693359375, - -0.012908935546875, - -0.033660888671875, - 0.0623779296875, - -0.0011425018310546875, - -0.020751953125, - -0.059906005859375, - 0.04193115234375, - -0.01497650146484375, - 0.01079559326171875, - 0.01849365234375, - 0.00949859619140625, - -0.01373291015625, - -0.0213775634765625, - -0.054534912109375, - 0.0022335052490234375, - 0.007022857666015625, - 0.00970458984375, - -0.036346435546875, - -0.05865478515625, - -0.01084136962890625, - 0.017242431640625, - 0.01120758056640625, - -0.005084991455078125, - -0.003253936767578125, - 0.046875, - 0.00464630126953125, - -0.0264434814453125, - -0.043365478515625, - -0.03717041015625, - -0.01445770263671875, - 0.040069580078125, - -0.00882720947265625, - -0.01187896728515625, - 0.01007080078125, - -0.0025424957275390625, - -0.0256195068359375, - -0.0369873046875, - 0.003292083740234375, - -0.019927978515625, - -0.004932403564453125, - -0.0230255126953125, - 0.013427734375, - 0.01322174072265625, - 0.0092926025390625, - -0.0305633544921875, - -0.01161956787109375, - 0.034088134765625, - 0.00658416748046875, - -0.0343017578125, - -0.0038204193115234375, - 0.058258056640625, - -0.060302734375, - -0.007640838623046875, - -0.00800323486328125, - -0.026336669921875, - -0.004413604736328125, - 0.0289154052734375, - -0.004184722900390625, - -0.0255126953125, - 0.0022068023681640625, - 0.0016460418701171875, - 0.0131683349609375, - -0.0036411285400390625, - -0.0229339599609375, - 0.01549530029296875, - -0.04132080078125, - -0.043792724609375, - 0.006557464599609375, - 0.036773681640625, - 0.0037441253662109375, - 0.002685546875, - -0.06072998046875, - 0.01497650146484375, - 0.0396728515625, - -0.01027679443359375, - 0.001323699951171875, - 0.018585205078125, - 0.016632080078125, - 0.0255126953125, - -0.00800323486328125, - -0.01203155517578125, - 0.004802703857421875, - 0.00498199462890625, - -0.00041961669921875, - -0.0299530029296875, - 0.049560546875, - 0.054107666015625, - -0.005603790283203125, - -0.01151275634765625, - 0.0009102821350097656, - 0.034912109375, - 0.03326416015625, - -0.015899658203125, - 0.0328369140625, - -0.0005359649658203125, - 0.046051025390625, - -0.0272674560546875, - 0.01141357421875, - -0.01445770263671875, - -0.0305633544921875, - -0.029327392578125, - -0.08135986328125, - -0.0382080078125, - -0.0256195068359375, - -0.0665283203125, - -0.0036411285400390625, - -0.000039517879486083984, - -0.0256195068359375, - 0.0243682861328125, - -0.02789306640625, - -0.03387451171875, - 0.007488250732421875, - 0.033660888671875, - -0.0124969482421875, - -0.0016012191772460938, - -0.0369873046875, - -0.05865478515625, - 0.0103759765625, - 0.0291290283203125, - -0.054534912109375, - -0.033660888671875, - -0.006092071533203125, - -0.0237579345703125, - -0.0098114013671875, - -0.0259246826171875, - -0.018280029296875, - -0.0322265625, - 0.019927978515625, - 0.00449371337890625, - -0.0189056396484375, - 0.00785064697265625, - 0.007747650146484375, - -0.026641845703125, - -0.0635986328125, - 0.01311492919921875, - -0.049163818359375, - 0.0007066726684570312, - -0.04150390625, - 0.049560546875, - -0.048736572265625, - -0.028717041015625, - -0.012237548828125, - 0.04461669921875, - 0.063232421875, - -0.002826690673828125, - 0.004055023193359375, - -0.0259246826171875, - -0.0069732666015625, - -0.02447509765625, - 0.00882720947265625, - -0.01203155517578125, - -0.0255126953125, - 0.00632476806640625, - -0.01611328125, - 0.00975799560546875, - -0.028717041015625, - -0.045867919921875, - -0.029327392578125, - 0.0023632049560546875, - 0.0162200927734375, - -0.0063018798828125, - 0.0106353759765625, - -0.00121307373046875, - 0.061553955078125, - 0.06695556640625, - 0.0283050537109375, - 0.010894775390625, - 0.00048089027404785156, - 0.002658843994140625, - 0.027679443359375, - 0.0213775634765625, - -0.0174560546875, - -0.01983642578125, - 0.027679443359375, - -0.001987457275390625, - 0.0270538330078125, - -0.0006937980651855469, - -0.0084686279296875, - 0.00035834312438964844, - -0.03985595703125, - 0.030364990234375, - -0.03656005859375, - -0.0213775634765625, - -0.008209228515625, - 0.01549530029296875, - 0.007488250732421875, - 0.056610107421875, - 0.051849365234375, - -0.01497650146484375, - 0.0291290283203125, - -0.00800323486328125, - -0.0037174224853515625, - 0.043182373046875, - -0.0208587646484375, - 0.01497650146484375, - 0.01404571533203125, - 0.026641845703125, - 0.002414703369140625, - 0.01373291015625, - 0.0234375, - -0.02313232421875, - -0.0126495361328125, - 0.031402587890625, - -0.01053619384765625, - -0.05328369140625, - -0.00919342041015625, - -0.03387451171875, - 0.01776123046875, - -0.0083160400390625, - -0.0178680419921875, - -0.001678466796875, - -0.015899658203125, - -0.0462646484375, - 0.0229339599609375, - 0.0194091796875, - -0.0200347900390625, - 0.056610107421875, - 0.00738525390625, - -0.02117919921875, - -0.044403076171875, - 0.0322265625, - 0.0200347900390625, - 0.032440185546875, - -0.00841522216796875, - 0.0049591064453125, - -0.0289154052734375, - -0.0110015869140625, - 0.0355224609375, - 0.033477783203125, - 0.0208587646484375, - 0.022003173828125, - -0.0038204193115234375, - 0.0301513671875, - -0.0176544189453125, - 0.05206298828125, - 0.0272674560546875, - -0.01027679443359375, - -0.009246826171875, - -0.0010395050048828125, - 0.0160064697265625, - 0.0361328125, - -0.037994384765625, - -0.0123443603515625, - -0.084716796875, - -0.0111541748046875, - -0.0435791015625, - -0.033477783203125, - -0.023345947265625, - -0.048553466796875, - 0.041717529296875, - -0.035736083984375, - -0.049163818359375, - -0.0005002021789550781, - 0.0272674560546875, - 0.0034332275390625, - 0.040069580078125, - 0.00389862060546875, - -0.037811279296875, - 0.006092071533203125, - 0.07598876953125, - 0.0297393798828125, - 0.0038471221923828125, - -0.01641845703125, - 0.006763458251953125, - -0.024169921875, - 0.0264434814453125, - -0.0245819091796875, - 0.0002307891845703125, - 0.01373291015625, - 0.031402587890625, - 0.007022857666015625, - -0.0264434814453125, - -0.004878997802734375, - -0.007434844970703125, - 0.04833984375, - -0.04193115234375, - -0.01120758056640625, - 0.02117919921875, - 0.0230255126953125, - -0.0234375, - -0.0570068359375, - 0.007228851318359375, - 0.0477294921875, - 0.014251708984375, - 0.0014972686767578125, - 0.01806640625, - -0.035125732421875, - 0.004207611083984375, - -0.0003437995910644531, - 0.0026721954345703125, - 0.01404571533203125, - 0.0289154052734375, - -0.027679443359375, - 0.00516510009765625, - -0.006378173828125, - -0.004390716552734375, - -0.021484375, - -0.036773681640625, - -0.0014972686767578125, - -0.019317626953125, - -0.0343017578125, - -0.042144775390625, - 0.009552001953125, - -0.0183868408203125, - 0.004390716552734375, - -0.026123046875, - 0.0099639892578125, - -0.0195159912109375, - -0.046051025390625, - -0.0009164810180664062, - -0.035125732421875, - -0.04254150390625, - -0.01042938232421875, - 0.04998779296875, - 0.0023365020751953125, - 0.01849365234375, - -0.0024261474609375, - -0.01456451416015625, - -0.0194091796875, - 0.008056640625, - -0.0056304931640625, - 0.0248870849609375, - -0.005809783935546875, - 0.046875, - 0.0003387928009033203, - 0.0270538330078125, - -0.01255035400390625, - 0.051025390625, - 0.04254150390625, - -0.03924560546875, - -0.007640838623046875, - -0.0069732666015625, - 0.029327392578125, - 0.0343017578125, - -0.02685546875, - -0.035308837890625, - -0.00007140636444091797, - -0.01806640625, - 0.007282257080078125, - 0.01456451416015625, - 0.034912109375, - 0.0163116455078125, - -0.033050537109375, - 0.00650787353515625, - 0.040679931640625, - 0.0228271484375, - 0.10491943359375, - -0.0242767333984375, - -0.0477294921875, - 0.0369873046875, - 0.0489501953125, - 0.0017690658569335938, - -0.0133209228515625, - 0.0216827392578125, - -0.006610870361328125, - 0.0103302001953125, - 0.01486968994140625, - 0.0202484130859375, - 0.029327392578125, - -0.006275177001953125, - 0.01373291015625, - 0.023651123046875, - -0.0019369125366210938, - 0.01849365234375, - 0.044403076171875, - 0.0272674560546875, - 0.00624847412109375, - 0.0174560546875, - -0.006221771240234375, - -0.0009102821350097656, - -0.0489501953125, - -0.06695556640625, - 0.00482940673828125, - 0.05865478515625, - 0.0162200927734375, - 0.0382080078125, - -0.0435791015625, - -0.06732177734375, - 0.0008521080017089844, - -0.0299530029296875, - 0.059478759765625, - 0.0210723876953125, - 0.02386474609375, - 0.044403076171875, - -0.0025177001953125, - 0.0168304443359375, - 0.023345947265625, - 0.009246826171875, - 0.0138397216796875, - 0.030364990234375, - 0.059478759765625, - -0.0027751922607421875, - -0.0343017578125, - 0.0297393798828125, - 0.044403076171875, - 0.037994384765625, - 0.034912109375, - -0.0006165504455566406, - -0.004596710205078125, - 0.01580810546875, - -0.01027679443359375, - 0.037994384765625, - 0.03326416015625, - -0.00348663330078125, - 0.0274658203125, - -0.01146697998046875, - 0.0093994140625, - -0.043365478515625, - -0.0037441253662109375, - 0.011932373046875, - -0.008056640625, - 0.0138397216796875, - 0.0021038055419921875, - -0.06524658203125, - -0.00691986083984375, - 0.043792724609375, - -0.07684326171875, - 0.0262298583984375, - 0.00878143310546875, - -0.0178680419921875, - 0.01611328125, - -0.02044677734375, - -0.06280517578125, - 0.03985595703125, - -0.0230255126953125, - -0.02313232421875, - -0.01322174072265625, - 0.02178955078125, - -0.0256195068359375, - -0.0309906005859375, - -0.0220947265625, - -0.027679443359375, - -0.024169921875, - -0.026336669921875, - 0.044403076171875, - 0.022613525390625, - -0.0038738250732421875, - 0.0322265625, - 0.03985595703125, - -0.0012006759643554688, - -0.00949859619140625, - 0.05328369140625, - -0.0343017578125, - -0.04254150390625, - 0.027679443359375, - 0.00238800048828125, - 0.024688720703125, - -0.04254150390625, - -0.01611328125, - 0.01161956787109375, - 0.006816864013671875, - -0.00666046142578125, - 0.01456451416015625, - -0.038818359375, - -0.06524658203125, - -0.06610107421875, - 0.04254150390625, - -0.005809783935546875, - 0.021270751953125, - 0.005084991455078125, - -0.034088134765625, - 0.0183868408203125, - -0.057830810546875, - -0.0143585205078125, - -0.0181732177734375, - 0.0175628662109375, - -0.0264434814453125, - 0.05743408203125, - -0.01373291015625, - 0.0010976791381835938, - 0.0011873245239257812, - 0.04150390625, - 0.00986480712890625, - 0.0146636962890625, - -0.03179931640625, - 0.01445770263671875, - 0.039031982421875, - -0.064453125, - -0.006557464599609375, - -0.00815582275390625, - -0.0012264251708984375, - 0.038421630859375, - -0.051422119140625, - 0.0011873245239257812, - 0.003265380859375, - -0.06524658203125, - -0.03448486328125, - -0.038818359375, - -0.009918212890625, - -0.036773681640625, - 0.034698486328125, - 0.03759765625, - -0.0173492431640625, - 0.04150390625, - -0.0024662017822265625, - 0.00717926025390625, - 0.006816864013671875, - -0.01538848876953125, - -0.018585205078125, - 0.0316162109375, - -0.0784912109375, - -0.04791259765625, - -0.026641845703125, - 0.0322265625, - -0.036773681640625, - -0.01404571533203125, - 0.0130157470703125, - 0.007904052734375, - 0.038421630859375, - -0.046051025390625, - 0.00893402099609375, - -0.034912109375, - -0.0289154052734375, - -0.020660400390625, - -0.013427734375, - 0.03656005859375, - 0.01027679443359375, - 0.00970458984375, - -0.007640838623046875, - 0.043182373046875, - -0.07891845703125, - 0.04254150390625, - 0.0208587646484375, - 0.02044677734375, - -0.01983642578125, - -0.01136016845703125, - 0.024993896484375, - 0.024993896484375, - 0.046478271484375, - -0.0257110595703125, - -0.032440185546875, - -0.08837890625, - 0.0301513671875, - -0.0020275115966796875, - -0.0189971923828125, - -0.008880615234375, - -0.044830322265625, - -0.054931640625, - -0.01136016845703125, - 0.045867919921875, - 0.0283050537109375, - 0.0194091796875, - -0.0197296142578125, - 0.00598907470703125, - -0.006610870361328125, - -0.0435791015625, - 0.0396728515625, - -0.00624847412109375, - 0.0255126953125, - -0.0001533031463623047, - -0.044403076171875, - 0.0316162109375, - 0.0355224609375, - 0.03863525390625, - 0.0189971923828125, - 0.0079498291015625, - -0.0305633544921875, - -0.0086212158203125, - 0.00457000732421875, - -0.0272674560546875, - 0.0013875961303710938, - -0.01104736328125, - 0.01507568359375, - -0.020660400390625, - -0.034088134765625, - 0.021270751953125, - 0.03594970703125, - 0.03717041015625, - -0.004673004150390625, - -0.00759124755859375, - 0.005859375, - 0.006195068359375, - 0.054931640625, - -0.01363372802734375, - -0.0264434814453125, - -0.0014390945434570312, - 0.03179931640625, - 0.045440673828125, - 0.0247802734375, - 0.0167388916015625, - -0.038421630859375, - -0.000293731689453125, - 0.02520751953125, - -0.02520751953125, - -0.045440673828125, - -0.03656005859375, - 0.0038204193115234375, - 0.0201416015625, - 0.038818359375, - -0.0124969482421875, - 0.068603515625, - 0.0131683349609375, - 0.00537109375, - 0.03863525390625, - 0.056182861328125, - 0.03985595703125, - -0.0186920166015625, - -0.048736572265625, - -0.018280029296875, - -0.0251007080078125, - -0.040283203125, - -0.0309906005859375, - 0.0015230178833007812, - 0.06072998046875, - -0.0689697265625, - -0.01322174072265625, - -0.0038738250732421875, - -0.0173492431640625, - 0.012603759765625, - 0.00457000732421875, - 0.0021305084228515625, - 0.037994384765625, - -0.01275634765625, - -0.0200347900390625, - -0.007076263427734375, - -0.037384033203125, - 0.01641845703125, - 0.030364990234375, - 0.019622802734375, - -0.0186920166015625, - 0.0037174224853515625, - 0.002246856689453125, - 0.01042938232421875, - 0.01352691650390625, - 0.0537109375, - 0.0237579345703125, - 0.03924560546875, - 0.027679443359375, - 0.0423583984375, - -0.023956298828125, - -0.01255035400390625, - 0.0130157470703125, - 0.0307769775390625, - 0.05224609375, - 0.07806396484375, - 0.00919342041015625, - -0.0051116943359375, - -0.0157012939453125, - -0.054931640625, - -0.0064544677734375, - 0.0008907318115234375, - -0.0037174224853515625, - -0.0557861328125, - -0.03924560546875, - 0.0218963623046875, - -0.0557861328125, - 0.051239013671875, - 0.029327392578125, - -0.0009360313415527344, - -0.01580810546875, - 0.01486968994140625, - 0.003330230712890625, - -0.03717041015625, - -0.01104736328125, - -0.02789306640625, - -0.0175628662109375, - -0.0462646484375, - -0.03118896484375, - 0.0328369140625, - -0.0216827392578125, - -0.0369873046875, - -0.0077972412109375, - 0.039031982421875, - -0.0195159912109375, - -0.043792724609375, - -0.0301513671875, - 0.004878997802734375, - -0.016937255859375, - -0.054107666015625, - -0.0343017578125, - -0.0227203369140625, - 0.0130157470703125, - -0.027679443359375, - 0.01177215576171875, - -0.014251708984375, - -0.01445770263671875, - -0.0242767333984375, - -0.032012939453125, - -0.04296875, - 0.031402587890625, - -0.04193115234375, - 0.03118896484375, - -0.005523681640625, - 0.043365478515625, - 0.06072998046875, - 0.06524658203125, - -0.0047760009765625, - -0.001949310302734375, - -0.0035114288330078125, - -0.0477294921875, - 0.0305633544921875, - -0.00800323486328125, - 0.02447509765625, - -0.058258056640625, - 0.018280029296875, - 0.06982421875, - -0.07025146484375, - 0.0230255126953125, - 0.0181732177734375, - -0.01311492919921875, - -0.05328369140625, - -0.0002968311309814453, - 0.018280029296875, - 0.0256195068359375, - 0.0784912109375, - 0.0017042160034179688, - -0.006763458251953125, - 0.005474090576171875, - -0.04833984375, - 0.0423583984375, - 0.0029296875, - 0.0120849609375, - -0.044830322265625, - 0.04254150390625, - 0.0170440673828125, - -0.03759765625, - 0.01141357421875, - -0.0731201171875, - -0.0110015869140625, - 0.0189056396484375, - 0.026123046875, - -0.0067138671875, - -0.020965576171875, - -0.0537109375, - -0.01012420654296875, - -0.04296875, - -0.000015914440155029297, - -0.018280029296875, - 0.0178680419921875, - -0.037384033203125, - 0.01363372802734375, - 0.0013685226440429688, - -0.018798828125, - -0.0229339599609375, - -0.02789306640625, - 0.0504150390625, - -0.0025177001953125, - -0.061126708984375, - 0.0186920166015625, - 0.0229339599609375, - -0.01528167724609375, - 0.0201416015625, - 0.04522705078125, - -0.040283203125, - -0.0052947998046875, - -0.005733489990234375, - 0.029327392578125, - -0.0028018951416015625, - -0.00945281982421875, - -0.0165252685546875, - 0.007537841796875, - 0.01104736328125, - -0.032440185546875, - 0.04730224609375, - 0.0194091796875, - -0.0477294921875, - -0.050811767578125, - -0.02850341796875, - -0.01104736328125, - 0.011260986328125, - -0.01027679443359375, - 0.0489501953125, - 0.0181732177734375, - -0.01776123046875, - -0.10205078125, - 0.06610107421875, - -0.008880615234375, - 0.0477294921875, - 0.0099639892578125, - -0.0104827880859375, - -0.039459228515625, - -0.0248870849609375, - -0.0093994140625, - 0.01136016845703125, - -0.05328369140625, - 0.0274658203125, - 0.00666046142578125, - -0.01580810546875, - 0.034088134765625, - -0.02447509765625, - 0.0123443603515625, - 0.0557861328125, - -0.0026073455810546875, - -0.0227203369140625, - 0.0557861328125, - -0.01507568359375, - 0.0186920166015625, - -0.0037174224853515625, - 0.001678466796875, - 0.0018978118896484375, - 0.00733184814453125, - -0.006404876708984375, - 0.006557464599609375, - 0.0382080078125, - 0.04254150390625, - -0.01528167724609375, - 0.02117919921875, - 0.01270294189453125, - 0.033477783203125, - 0.0018205642700195312, - -0.0189056396484375, - -0.005939483642578125, - 0.01507568359375, - -0.00919342041015625, - -0.0309906005859375, - -0.061553955078125, - -0.09295654296875, - 0.011932373046875, - -0.041107177734375, - -0.0213775634765625, - 0.0301513671875, - 0.039031982421875, - 0.007640838623046875, - -0.01983642578125, - 0.0243682861328125, - -0.004802703857421875, - -0.001678466796875, - -0.044830322265625, - 0.0175628662109375, - -0.012237548828125, - 0.040679931640625, - 0.0118255615234375, - -0.04730224609375, - 0.0256195068359375, - -0.04132080078125, - 0.02447509765625, - 0.00315093994140625, - -0.0038738250732421875, - -0.034698486328125, - 0.046478271484375, - -0.08099365234375, - -0.021270751953125, - 0.034088134765625, - 0.035736083984375, - -0.00733184814453125, - -0.049774169921875, - 0.05865478515625, - -0.0165252685546875, - -0.038818359375, - 0.041717529296875, - -0.0107421875, - -0.036773681640625, - 0.033050537109375, - 0.010589599609375, - 0.01012420654296875, - 0.010223388671875, - 0.052886962890625, - 0.034912109375, - 0.050201416015625, - 0.005062103271484375, - -0.00305938720703125, - 0.00010329484939575195, - 0.006610870361328125, - 0.0309906005859375, - 0.0170440673828125, - 0.03118896484375, - -0.007022857666015625, - 0.018585205078125, - -0.01456451416015625, - -0.08221435546875, - -0.0227203369140625, - -0.04193115234375, - -0.047515869140625, - 0.00565338134765625, - 0.076416015625, - 0.041107177734375, - 0.004413604736328125, - 0.02313232421875, - 0.045654296875, - 0.0131683349609375, - 0.00960540771484375, - -0.00197601318359375, - -0.051422119140625, - -0.046478271484375, - 0.0096588134765625, - 0.0025691986083984375, - -0.0772705078125, - 0.042144775390625, - 0.054931640625, - -0.0038204193115234375, - -0.01549530029296875, - -0.00604248046875, - 0.018585205078125, - 0.057830810546875, - -0.005756378173828125, - 0.004596710205078125, - -0.06982421875, - 0.036346435546875, - 0.0174560546875, - -0.0272674560546875, - -0.01528167724609375, - 0.003692626953125, - -0.040069580078125, - 0.035125732421875, - -0.07806396484375, - 0.0079498291015625, - -0.0006036758422851562, - 0.07269287109375, - 0.0183868408203125, - -0.013946533203125, - -0.0262298583984375, - 0.03717041015625, - 0.03387451171875, - -0.0259246826171875, - 0.015899658203125, - 0.0126495361328125, - -0.0259246826171875, - 0.009246826171875, - 0.054107666015625, - -0.022003173828125, - 0.04791259765625, - 0.00018155574798583984, - -0.063232421875, - 0.00811004638671875, - -0.0133209228515625, - -0.00518798828125, - 0.010894775390625, - -0.04400634765625, - -0.0041046142578125, - -0.04669189453125, - 0.04400634765625, - -0.0036144256591796875, - 0.04296875, - 0.0189971923828125, - -0.01244354248046875, - 0.01776123046875, - 0.0264434814453125, - 0.006763458251953125, - 0.02520751953125, - 0.0309906005859375, - 0.036773681640625, - -0.0096588134765625, - 0.01776123046875, - 0.02685546875, - -0.035736083984375, - 0.037384033203125, - -0.0322265625, - 0.005886077880859375, - -0.046875, - 0.007694244384765625, - 0.0037689208984375, - -0.0240631103515625, - 0.0039520263671875, - -0.0343017578125, - 0.003795623779296875, - -0.0083160400390625, - -0.04150390625, - -0.0089874267578125, - 0.035308837890625, - -0.0369873046875, - 0.0014333724975585938, - 0.0084686279296875, - -0.0174560546875, - 0.01187896728515625, - -0.0570068359375, - 0.07891845703125, - 0.045440673828125, - 0.018280029296875, - -0.0035381317138671875, - 0.054534912109375, - 0.025299072265625, - 0.04132080078125, - 0.01538848876953125, - 0.002155303955078125, - -0.03118896484375, - 0.059478759765625, - 0.0623779296875, - -0.0107421875, - -0.04791259765625, - 0.0119781494140625, - -0.01151275634765625, - -0.029327392578125, - 0.041717529296875, - 0.01806640625, - 0.0215911865234375, - 0.0038471221923828125, - -0.00841522216796875, - -0.00214385986328125, - -0.048126220703125, - 0.048126220703125, - -0.00717926025390625, - -0.00934600830078125, - 0.0305633544921875, - -0.046051025390625, - 0.05535888671875, - 0.00658416748046875, - 0.08221435546875, - -0.029541015625, - 0.04461669921875, - -0.0242767333984375, - -0.0019235610961914062, - -0.01001739501953125, - 0.00841522216796875, - -0.005886077880859375, - 0.037811279296875, - -0.023345947265625, - 0.07061767578125, - 0.040069580078125, - -0.019317626953125, - -0.060302734375, - -0.034698486328125, - 0.002593994140625, - 0.005138397216796875, - 0.0489501953125, - -0.0408935546875, - -0.0205535888671875, - 0.0222015380859375, - 0.0297393798828125, - 0.063232421875, - 0.00841522216796875, - 0.040283203125, - 0.0170440673828125, - -0.020965576171875, - -0.0186920166015625, - -0.0162200927734375 - ], - "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" - ], - "skillLevel": "beginner", - "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.000014007091522216797, - -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.004886627197265625, - 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.000014185905456542969, - -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_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. command-line 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.0232696533203125, - 0.039886474609375, - 0.0232696533203125, - -0.014801025390625, - 0.0276641845703125, - 0.00997161865234375, - 0.0285186767578125, - 0.0285186767578125, - 0.00922393798828125, - -0.00901031494140625, - -0.056182861328125, - 0.036468505859375, - 0.03387451171875, - 0.015869140625, - -0.056182861328125, - 0.045257568359375, - -0.0003032684326171875, - 0.004180908203125, - 0.02734375, - 0.01447296142578125, - -0.0127105712890625, - -0.005390167236328125, - -0.044189453125, - 0.0278778076171875, - 0.00836181640625, - 0.0091705322265625, - -0.00986480712890625, - -0.05963134765625, - 0.01174163818359375, - 0.0079345703125, - 0.0283050537109375, - -0.0022792816162109375, - 0.01276397705078125, - 0.0343017578125, - 0.0168304443359375, - -0.01018524169921875, - -0.0117950439453125, - -0.06005859375, - -0.0255279541015625, - 0.042449951171875, - -0.0276641845703125, - -0.0008511543273925781, - 0.0259552001953125, - -0.01383209228515625, - -0.03131103515625, - -0.0236968994140625, - 0.0188751220703125, - -0.01812744140625, - 0.00579071044921875, - -0.050384521484375, - 0.046966552734375, - 0.0178070068359375, - 0.007129669189453125, - 0.0034580230712890625, - -0.029388427734375, - 0.015869140625, - 0.0168304443359375, - -0.0224151611328125, - -0.049530029296875, - 0.034515380859375, - -0.047607421875, - -0.032806396484375, - -0.0197296142578125, - -0.0249786376953125, - 0.0194091796875, - 0.0033779144287109375, - 0.0013942718505859375, - -0.00292205810546875, - -0.004772186279296875, - 0.025848388671875, - -0.0035114288330078125, - -0.001461029052734375, - -0.0003249645233154297, - 0.037750244140625, - -0.0168304443359375, - -0.04010009765625, - 0.0014476776123046875, - 0.0111541748046875, - -0.0058441162109375, - 0.0031909942626953125, - -0.036468505859375, - 0.02337646484375, - 0.06219482421875, - -0.03173828125, - 0.00986480712890625, - -0.005817413330078125, - 0.024444580078125, - 0.01425933837890625, - 0.0017957687377929688, - 0.0012865066528320312, - 0.042022705078125, - 0.004314422607421875, - 0.0078277587890625, - -0.0161895751953125, - 0.026275634765625, - 0.051055908203125, - -0.016937255859375, - 0.0234832763671875, - -0.003780364990234375, - 0.030029296875, - 0.0236968994140625, - -0.056610107421875, - 0.057891845703125, - -0.0030956268310546875, - 0.016937255859375, - -0.017486572265625, - 0.01287078857421875, - -0.0151214599609375, - -0.00830841064453125, - -0.018341064453125, - -0.109375, - -0.02337646484375, - -0.0234832763671875, - -0.05169677734375, - 0.01287078857421875, - -0.02252197265625, - 0.01259613037109375, - 0.05963134765625, - -0.037109375, - -0.039886474609375, - 0.0122222900390625, - 0.024444580078125, - 0.0008544921875, - -0.00008040666580200195, - -0.038604736328125, - -0.07208251953125, - 0.004100799560546875, - 0.0219879150390625, - -0.0245513916015625, - -0.0180206298828125, - -0.020050048828125, - -0.035400390625, - -0.0102386474609375, - -0.0222015380859375, - -0.00788116455078125, - -0.0161895751953125, - 0.0396728515625, - 0.0028018951416015625, - -0.017486572265625, - 0.005336761474609375, - 0.0164031982421875, - -0.01216888427734375, - -0.06304931640625, - 0.01078033447265625, - -0.0236968994140625, - -0.00391387939453125, - -0.0308837890625, - 0.06219482421875, - -0.0287322998046875, - 0.0078277587890625, - -0.005306243896484375, - 0.0241241455078125, - 0.051055908203125, - 0.0115814208984375, - 0.0224151611328125, - -0.04461669921875, - 0.00035858154296875, - -0.0285186767578125, - 0.0133514404296875, - -0.00640869140625, - -0.0219879150390625, - 0.030670166015625, - -0.01104736328125, - 0.03131103515625, - -0.0186614990234375, - -0.040313720703125, - -0.016937255859375, - 0.0101318359375, - 0.00809478759765625, - 0.006755828857421875, - 0.001186370849609375, - -0.007076263427734375, - 0.0546875, - 0.07550048828125, - -0.00777435302734375, - 0.00616455078125, - 0.00038361549377441406, - 0.0025997161865234375, - 0.0205841064453125, - 0.036041259765625, - -0.024871826171875, - -0.016937255859375, - 0.020263671875, - 0.0036182403564453125, - 0.0002932548522949219, - -0.01329803466796875, - -0.03839111328125, - -0.0159759521484375, - -0.0278778076171875, - 0.0203704833984375, - -0.0450439453125, - -0.0241241455078125, - 0.0014276504516601562, - 0.038177490234375, - 0.006755828857421875, - 0.057464599609375, - 0.05963134765625, - -0.0188751220703125, - 0.032379150390625, - 0.0087432861328125, - 0.0018901824951171875, - 0.030670166015625, - -0.0241241455078125, - 0.039031982421875, - 0.030029296875, - 0.01078033447265625, - 0.01308441162109375, - 0.03497314453125, - 0.0234832763671875, - -0.02294921875, - -0.0325927734375, - 0.055328369140625, - 0.0028018951416015625, - -0.006244659423828125, - -0.0265960693359375, - -0.046112060546875, - 0.007022857666015625, - -0.02734375, - -0.0167236328125, - 0.00589752197265625, - -0.0010519027709960938, - -0.0694580078125, - 0.013458251953125, - 0.0230560302734375, - -0.0308837890625, - 0.040313720703125, - 0.0484619140625, - -0.0276641845703125, - -0.0135650634765625, - 0.021881103515625, - -0.0036182403564453125, - 0.020477294921875, - 0.00640869140625, - 0.00667572021484375, - -0.0008778572082519531, - -0.0079345703125, - 0.049530029296875, - 0.03173828125, - 0.011474609375, - -0.0213470458984375, - -0.02337646484375, - 0.052978515625, - 0.019195556640625, - 0.0215606689453125, - 0.0093841552734375, - -0.00511932373046875, - 0.018768310546875, - 0.02252197265625, - 0.0413818359375, - 0.0268096923828125, - -0.06005859375, - -0.0222015380859375, - -0.10980224609375, - 0.004398345947265625, - -0.04888916015625, - -0.02166748046875, - -0.0210113525390625, - -0.041168212890625, - 0.0750732421875, - 0.0008378028869628906, - -0.0159759521484375, - -0.000045418739318847656, - 0.01383209228515625, - -0.020477294921875, - 0.03497314453125, - 0.0019969940185546875, - -0.05340576171875, - -0.005092620849609375, - 0.06134033203125, - -0.0014543533325195312, - -0.0253143310546875, - -0.023162841796875, - 0.01174163818359375, - -0.0213470458984375, - 0.010345458984375, - -0.0274505615234375, - -0.001682281494140625, - 0.02508544921875, - 0.025634765625, - 0.0251922607421875, - -0.042236328125, - 0.01812744140625, - -0.03173828125, - 0.0257415771484375, - -0.0308837890625, - 0.005924224853515625, - 0.0257415771484375, - 0.006542205810546875, - 0.001903533935546875, - -0.06048583984375, - -0.002506256103515625, - 0.0278778076171875, - 0.00203704833984375, - -0.020050048828125, - 0.013458251953125, - -0.046539306640625, - 0.0129241943359375, - -0.011688232421875, - -0.0195159912109375, - 0.0308837890625, - 0.040740966796875, - -0.054901123046875, - 0.01184844970703125, - 0.01238250732421875, - 0.026275634765625, - -0.0175933837890625, - -0.052764892578125, - -0.00579071044921875, - 0.00396728515625, - -0.027130126953125, - -0.006191253662109375, - 0.0255279541015625, - -0.03753662109375, - 0.01195526123046875, - 0.0270233154296875, - 0.00879669189453125, - -0.035614013671875, - -0.0538330078125, - 0.00536346435546875, - -0.04010009765625, - -0.030029296875, - -0.04095458984375, - 0.02960205078125, - 0.00579071044921875, - -0.0245513916015625, - -0.00777435302734375, - -0.00970458984375, - -0.036895751953125, - -0.001132965087890625, - -0.01265716552734375, - 0.025634765625, - 0.00852203369140625, - 0.039886474609375, - 0.0232696533203125, - 0.00018513202667236328, - 0.024444580078125, - 0.0458984375, - 0.00885009765625, - -0.01383209228515625, - -0.00458526611328125, - 0.003726959228515625, - -0.00380706787109375, - 0.01324462890625, - -0.029815673828125, - -0.030029296875, - -0.01227569580078125, - -0.0161895751953125, - -0.0027217864990234375, - 0.0362548828125, - 0.043548583984375, - 0.0207977294921875, - -0.072509765625, - -0.016510009765625, - 0.06219482421875, - -0.00997161865234375, - 0.08489990234375, - -0.01078033447265625, - -0.03045654296875, - -0.00412750244140625, - 0.0091705322265625, - -0.0170440673828125, - 0.00013399124145507812, - 0.0080413818359375, - 0.0261688232421875, - -0.0027217864990234375, - 0.0245513916015625, - -0.0197296142578125, - 0.01544189453125, - -0.004852294921875, - 0.00879669189453125, - 0.00841522216796875, - -0.0276641845703125, - 0.0185546875, - 0.037750244140625, - 0.01216888427734375, - 0.01544189453125, - 0.0396728515625, - -0.0170440673828125, - -0.0057373046875, - -0.0343017578125, - -0.05426025390625, - 0.0201568603515625, - 0.040313720703125, - 0.019195556640625, - 0.057464599609375, - -0.0180206298828125, - -0.065185546875, - 0.02294921875, - -0.044403076171875, - 0.06646728515625, - 0.04290771484375, - -0.01174163818359375, - 0.036895751953125, - -0.05084228515625, - 0.005279541015625, - 0.0207977294921875, - 0.014801025390625, - 0.019195556640625, - 0.0272369384765625, - 0.06219482421875, - -0.00841522216796875, - -0.051483154296875, - 0.0289459228515625, - 0.034088134765625, - 0.00954437255859375, - 0.01351165771484375, - 0.01383209228515625, - 0.0161895751953125, - 0.011474609375, - -0.0159759521484375, - 0.00841522216796875, - 0.029815673828125, - -0.0029354095458984375, - 0.0014009475708007812, - 0.0011196136474609375, - -0.003108978271484375, - -0.0484619140625, - 0.0146942138671875, - 0.01715087890625, - 0.0228424072265625, - 0.031524658203125, - 0.0182342529296875, - -0.052337646484375, - 0.0155487060546875, - 0.05169677734375, - -0.06219482421875, - 0.016510009765625, - 0.037109375, - -0.00901031494140625, - 0.0124359130859375, - -0.058349609375, - -0.0484619140625, - 0.03173828125, - -0.0151214599609375, - -0.04931640625, - -0.0078277587890625, - 0.03753662109375, - -0.07806396484375, - -0.041595458984375, - -0.04888916015625, - -0.0230560302734375, - -0.0186614990234375, - -0.004718780517578125, - 0.0433349609375, - -0.0010318756103515625, - 0.006969451904296875, - 0.01715087890625, - 0.04803466796875, - 0.007183074951171875, - -0.0245513916015625, - 0.032806396484375, - -0.0194091796875, - -0.07421875, - 0.01351165771484375, - 0.00501251220703125, - 0.01088714599609375, - -0.05877685546875, - -0.0212249755859375, - 0.0197296142578125, - 0.017913818359375, - 0.018768310546875, - 0.0100250244140625, - -0.030029296875, - -0.055755615234375, - -0.03497314453125, - 0.056182861328125, - 0.00911712646484375, - 0.0458984375, - 0.015869140625, - -0.00922393798828125, - 0.04803466796875, - -0.057891845703125, - -0.0210113525390625, - 0.00756072998046875, - -0.002735137939453125, - -0.01308441162109375, - 0.05169677734375, - -0.0129241943359375, - -0.014801025390625, - -0.03472900390625, - 0.04376220703125, - 0.03753662109375, - 0.0091705322265625, - -0.054473876953125, - 0.0261688232421875, - 0.029388427734375, - -0.0626220703125, - -0.0274505615234375, - -0.0226287841796875, - -0.0087432861328125, - 0.03216552734375, - -0.036895751953125, - -0.016510009765625, - -0.003231048583984375, - -0.043121337890625, - -0.044403076171875, - -0.02734375, - -0.02960205078125, - -0.03582763671875, - 0.0122222900390625, - 0.056610107421875, - -0.0028820037841796875, - 0.0093841552734375, - 0.0038604736328125, - 0.00933074951171875, - 0.0153350830078125, - 0.0009517669677734375, - -0.02960205078125, - 0.0289459228515625, - -0.0450439453125, - -0.05169677734375, - -0.0215606689453125, - 0.0450439453125, - -0.0201568603515625, - -0.0122222900390625, - -0.0051727294921875, - -0.0057373046875, - 0.04632568359375, - -0.01055908203125, - -0.0170440673828125, - -0.0224151611328125, - -0.034088134765625, - -0.035186767578125, - -0.015869140625, - 0.01050567626953125, - 0.005924224853515625, - -0.00667572021484375, - -0.002452850341796875, - 0.04803466796875, - -0.053192138671875, - 0.038604736328125, - 0.03497314453125, - -0.00766754150390625, - -0.015228271484375, - 0.0042877197265625, - -0.017486572265625, - 0.0261688232421875, - 0.0228424072265625, - -0.017364501953125, - -0.0245513916015625, - -0.07293701171875, - 0.06005859375, - 0.01383209228515625, - 0.0025463104248046875, - -0.007293701171875, - -0.033447265625, - -0.05426025390625, - 0.00325775146484375, - 0.03753662109375, - 0.00458526611328125, - -0.0215606689453125, - -0.0185546875, - 0.01206207275390625, - -0.0166168212890625, - -0.0278778076171875, - 0.004314422607421875, - 0.0178070068359375, - 0.020477294921875, - -0.0234832763671875, - -0.0265960693359375, - 0.040313720703125, - 0.0249786376953125, - 0.020477294921875, - 0.006191253662109375, - 0.03497314453125, - -0.0263824462890625, - 0.0194091796875, - -0.031951904296875, - -0.01061248779296875, - 0.00954437255859375, - 0.00970458984375, - -0.0010118484497070312, - -0.0247650146484375, - -0.0188751220703125, - 0.0184478759765625, - 0.01812744140625, - 0.019195556640625, - -0.01404571533203125, - 0.00986480712890625, - 0.00885009765625, - 0.0017557144165039062, - 0.0802001953125, - -0.02960205078125, - -0.015655517578125, - 0.001956939697265625, - 0.0021572113037109375, - 0.038177490234375, - 0.0287322998046875, - 0.0054168701171875, - -0.01055908203125, - 0.00469207763671875, - 0.06048583984375, - 0.002063751220703125, - -0.030670166015625, - -0.0224151611328125, - 0.026275634765625, - 0.01078033447265625, - 0.06005859375, - 0.03173828125, - 0.051483154296875, - 0.00841522216796875, - -0.0084686279296875, - 0.0131378173828125, - 0.0802001953125, - 0.039886474609375, - -0.030242919921875, - -0.0268096923828125, - 0.015655517578125, - 0.005870819091796875, - -0.0213470458984375, - -0.0379638671875, - 0.0211181640625, - 0.0699462890625, - -0.06304931640625, - -0.01715087890625, - 0.007129669189453125, - 0.01216888427734375, - -0.00777435302734375, - -0.003726959228515625, - -0.0226287841796875, - 0.0276641845703125, - 0.0019702911376953125, - -0.042449951171875, - -0.0076141357421875, - -0.031524658203125, - 0.034088134765625, - 0.0501708984375, - 0.02423095703125, - -0.01163482666015625, - 0.055755615234375, - 0.013671875, - 0.02294921875, - 0.029815673828125, - 0.042236328125, - -0.0009183883666992188, - 0.02960205078125, - 0.0450439453125, - 0.04632568359375, - -0.02166748046875, - -0.00479888916015625, - -0.0008978843688964844, - 0.035614013671875, - 0.036468505859375, - 0.07379150390625, - 0.01216888427734375, - -0.01195526123046875, - -0.01227569580078125, - -0.0433349609375, - 0.01216888427734375, - 0.00458526611328125, - 0.011260986328125, - -0.04095458984375, - -0.038818359375, - 0.0238037109375, - -0.03216552734375, - 0.01898193359375, - -0.004180908203125, - -0.0226287841796875, - -0.043975830078125, - 0.0396728515625, - -0.0164031982421875, - -0.0609130859375, - 0.0027618408203125, - -0.024658203125, - -0.00788116455078125, - -0.049957275390625, - -0.026702880859375, - 0.03387451171875, - -0.0201568603515625, - -0.072509765625, - -0.041595458984375, - 0.040313720703125, - -0.032806396484375, - -0.035400390625, - -0.032379150390625, - -0.0006098747253417969, - -0.01383209228515625, - -0.02691650390625, - -0.05340576171875, - 0.0006937980651855469, - 0.01544189453125, - -0.0287322998046875, - 0.0107269287109375, - -0.008148193359375, - -0.0008144378662109375, - 0.01174163818359375, - -0.004878997802734375, - -0.052978515625, - 0.0278778076171875, - -0.0484619140625, - 0.05255126953125, - -0.0035915374755859375, - 0.0150146484375, - 0.045684814453125, - 0.040313720703125, - 0.0184478759765625, - -0.00286865234375, - -0.0325927734375, - -0.057891845703125, - 0.00015747547149658203, - -0.0009984970092773438, - -0.0178070068359375, - -0.07293701171875, - -0.0009918212890625, - 0.04888916015625, - -0.08489990234375, - -0.002506256103515625, - 0.012115478515625, - -0.0109405517578125, - -0.06903076171875, - 0.0195159912109375, - -0.02734375, - 0.00922393798828125, - 0.07635498046875, - -0.00678253173828125, - 0.0029354095458984375, - -0.016082763671875, - -0.0024127960205078125, - 0.053192138671875, - 0.0164031982421875, - 0.03302001953125, - -0.029815673828125, - 0.0285186767578125, - 0.0161895751953125, - 0.0047454833984375, - 0.02734375, - -0.07635498046875, - -0.006809234619140625, - 0.0245513916015625, - -0.0068359375, - -0.014801025390625, - -0.0222015380859375, - -0.049957275390625, - -0.011474609375, - -0.030029296875, - 0.0263824462890625, - 0.00635528564453125, - 0.0036182403564453125, - -0.044403076171875, - 0.0166168212890625, - 0.01715087890625, - -0.0379638671875, - -0.050628662109375, - -0.043975830078125, - 0.03472900390625, - 0.01393890380859375, - -0.042022705078125, - 0.0213470458984375, - 0.016082763671875, - -0.01340484619140625, - 0.0362548828125, - 0.05340576171875, - -0.043121337890625, - -0.0219879150390625, - -0.0029354095458984375, - 0.0343017578125, - -0.006191253662109375, - -0.01329803466796875, - 0.01287078857421875, - 0.0012731552124023438, - 0.037322998046875, - -0.039031982421875, - 0.058349609375, - 0.040740966796875, - -0.0285186767578125, - -0.046966552734375, - -0.02606201171875, - -0.036041259765625, - 0.0213470458984375, - -0.003993988037109375, - 0.0280914306640625, - 0.0167236328125, - -0.005523681640625, - -0.0819091796875, - 0.039459228515625, - -0.037109375, - 0.023590087890625, - 0.01629638671875, - -0.0082550048828125, - -0.057891845703125, - -0.04290771484375, - -0.0450439453125, - 0.01436614990234375, - -0.033447265625, - 0.0167236328125, - 0.00370025634765625, - 0.00547027587890625, - -0.01104736328125, - -0.00506591796875, - -0.00809478759765625, - 0.0278778076171875, - -0.0036182403564453125, - -0.046539306640625, - 0.035614013671875, - 0.001956939697265625, - 0.021881103515625, - 0.0117950439453125, - -0.0287322998046875, - 0.0060577392578125, - -0.0188751220703125, - -0.02294921875, - -0.0224151611328125, - 0.038818359375, - 0.0694580078125, - -0.016937255859375, - -0.0054168701171875, - -0.023162841796875, - 0.0261688232421875, - 0.005603790283203125, - 0.0006670951843261719, - -0.007022857666015625, - -0.0182342529296875, - -0.019622802734375, - -0.04718017578125, - -0.0501708984375, - -0.0909423828125, - -0.01163482666015625, - -0.038604736328125, - -0.01458740234375, - 0.0234832763671875, - 0.0325927734375, - 0.0180206298828125, - -0.0124359130859375, - 0.042236328125, - -0.01227569580078125, - 0.00148773193359375, - -0.01120758056640625, - 0.03753662109375, - -0.015869140625, - 0.020050048828125, - 0.0010652542114257812, - -0.040740966796875, - 0.014801025390625, - -0.007076263427734375, - 0.0014743804931640625, - -0.006622314453125, - 0.0188751220703125, - -0.03131103515625, - 0.021453857421875, - -0.082763671875, - -0.0170440673828125, - 0.01018524169921875, - 0.0195159912109375, - 0.01007843017578125, - -0.0259552001953125, - 0.036468505859375, - 0.0093841552734375, - -0.06390380859375, - 0.03045654296875, - -0.0178070068359375, - -0.041595458984375, - 0.0190887451171875, - -0.0226287841796875, - 0.0168304443359375, - 0.0190887451171875, - 0.04803466796875, - 0.035614013671875, - 0.049530029296875, - 0.00862884521484375, - -0.0276641845703125, - 0.01088714599609375, - -0.0127105712890625, - 0.02069091796875, - 0.023590087890625, - 0.0035648345947265625, - -0.017913818359375, - 0.021453857421875, - 0.00885009765625, - -0.07208251953125, - 0.0115814208984375, - -0.03131103515625, - -0.052978515625, - 0.0033779144287109375, - 0.058349609375, - 0.0207977294921875, - -0.042694091796875, - 0.032379150390625, - 0.0413818359375, - 0.0157623291015625, - 0.0014410018920898438, - -0.008575439453125, - -0.072509765625, - -0.0178070068359375, - 0.0325927734375, - 0.015228271484375, - -0.04547119140625, - 0.0458984375, - 0.034515380859375, - -0.024017333984375, - -0.006916046142578125, - 0.007183074951171875, - -0.01276397705078125, - 0.03472900390625, - 0.030029296875, - 0.00943756103515625, - -0.0546875, - 0.018768310546875, - 0.03753662109375, - -0.0029888153076171875, - 0.000965118408203125, - -0.00943756103515625, - -0.041595458984375, - 0.0660400390625, - -0.055328369140625, - -0.0023326873779296875, - -0.02069091796875, - 0.07208251953125, - 0.0251922607421875, - -0.034515380859375, - -0.0592041015625, - 0.053192138671875, - 0.0007238388061523438, - -0.002788543701171875, - 0.00954437255859375, - -0.0219879150390625, - -0.01163482666015625, - 0.023162841796875, - 0.0634765625, - 0.006649017333984375, - 0.049957275390625, - -0.0080413818359375, - -0.06048583984375, - 0.0117950439453125, - -0.025848388671875, - 0.016082763671875, - -0.0006198883056640625, - -0.056610107421875, - -0.051055908203125, - -0.06689453125, - 0.04547119140625, - -0.0001399517059326172, - 0.055328369140625, - 0.0238037109375, - 0.002506256103515625, - 0.00667572021484375, - 0.017364501953125, - 0.016082763671875, - 0.056182861328125, - 0.0153350830078125, - -0.000965118408203125, - 0.02337646484375, - 0.0021991729736328125, - 0.0241241455078125, - -0.0626220703125, - 0.0101318359375, - -0.020477294921875, - 0.0004925727844238281, - -0.036041259765625, - 0.0151214599609375, - 0.0007338523864746094, - -0.005279541015625, - -0.01324462890625, - -0.0278778076171875, - -0.01163482666015625, - -0.008148193359375, - -0.056182861328125, - -0.030029296875, - 0.018341064453125, - -0.03753662109375, - -0.01425933837890625, - 0.03497314453125, - -0.0283050537109375, - 0.021881103515625, - -0.04974365234375, - 0.07550048828125, - 0.0253143310546875, - 0.0159759521484375, - 0.001514434814453125, - 0.003204345703125, - 0.0226287841796875, - -0.00841522216796875, - 0.031097412109375, - 0.00412750244140625, - -0.01297760009765625, - 0.035186767578125, - 0.06689453125, - -0.00879669189453125, - -0.0217742919921875, - 0.0291748046875, - 0.002117156982421875, - -0.03839111328125, - 0.0270233154296875, - -0.00018262863159179688, - 0.002010345458984375, - -0.0020236968994140625, - 0.00568389892578125, - -0.00568389892578125, - -0.0184478759765625, - 0.09051513671875, - 0.024017333984375, - -0.00927734375, - 0.0149078369140625, - -0.030670166015625, - 0.04718017578125, - 0.02423095703125, - 0.045684814453125, - -0.057891845703125, - 0.07122802734375, - -0.033660888671875, - -0.00568389892578125, - 0.0045318603515625, - 0.03839111328125, - 0.0009984970092773438, - 0.030670166015625, - -0.0220947265625, - 0.06817626953125, - 0.0501708984375, - -0.042236328125, - -0.05169677734375, - 0.0151214599609375, - 0.0013875961303710938, - 0.03497314453125, - 0.01195526123046875, - -0.055755615234375, - -0.01163482666015625, - 0.0172576904296875, - 0.038177490234375, - 0.07080078125, - -0.0016622543334960938, - 0.0236968994140625, - -0.02606201171875, - -0.02423095703125, - 0.01050567626953125, - 0.01447296142578125 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "fraud-investigation", - "mobile-forensics" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "command-line", - "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_FRED", - "type": "tool", - "name": "FRED", - "content": "fred forensic recovery of evidence device - die high-end-hardware-lösung für professionelle forensik-labore. kombiniert workstation, imager und write-blocker in einem system. die ultrabay-technologie ermöglicht hot-swap von bis zu 8 laufwerken gleichzeitig. eingebaute hardware- write-blocker für alle gängigen interfaces: sata, sas, ide, usb, firewire. die raid-rekonstruktion arbeitet mit defekten arrays. besonders wertvoll: paralleles imaging mehrerer evidenzen, hardware- beschleunigte hashing, unterstützung exotischer formate. die touchscreen- konsole steuert imaging-vorgänge. field-kit-version für vor-ort-einsätze. integration mit ftk, encase, x-ways. die workstation-komponente analysiert während des imaging. der hohe preis macht es zur investition für high-volume-labs. der support durch digital intelligence ist erstklassig. die modulare bauweise erlaubt upgrades. für kleine teams overkill, für behörden-labs oft standard. die hardware-zuverlässigkeit rechtfertigt den premium-preis. 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.01389312744140625, - 0.032928466796875, - 0.0333251953125, - -0.0010042190551757812, - 0.031951904296875, - 0.045440673828125, - 0.018951416015625, - -0.0017118453979492188, - 0.000911712646484375, - -0.0093231201171875, - -0.033538818359375, - 0.06549072265625, - 0.01071929931640625, - -0.006500244140625, - -0.053192138671875, - 0.0203399658203125, - -0.012451171875, - -0.0035724639892578125, - 0.004611968994140625, - 0.0293731689453125, - -0.00689697265625, - -0.0202484130859375, - -0.0599365234375, - -0.0052337646484375, - -0.012451171875, - 0.012451171875, - -0.0222320556640625, - -0.054779052734375, - -0.022918701171875, - 0.00024187564849853516, - -0.0032253265380859375, - -0.0100250244140625, - 0.0016498565673828125, - 0.0289764404296875, - 0.0323486328125, - -0.0226287841796875, - -0.01824951171875, - -0.0239105224609375, - -0.0135955810546875, - 0.03253173828125, - -0.0032749176025390625, - 0.011016845703125, - -0.0015134811401367188, - -0.0033740997314453125, - -0.03155517578125, - -0.043060302734375, - -0.0203399658203125, - -0.0009303092956542969, - -0.0025310516357421875, - -0.0233154296875, - 0.01235198974609375, - 0.03851318359375, - 0.0169677734375, - -0.00659942626953125, - -0.02679443359375, - 0.0052337646484375, - 0.004863739013671875, - -0.03155517578125, - -0.0418701171875, - 0.05059814453125, - -0.064697265625, - -0.001041412353515625, - 0.011810302734375, - 0.0007071495056152344, - -0.0230255126953125, - 0.0297698974609375, - -0.0100250244140625, - -0.032135009765625, - 0.0102691650390625, - 0.003398895263671875, - 0.00872802734375, - -0.00927734375, - -0.020050048828125, - 0.0188446044921875, - -0.027984619140625, - -0.05120849609375, - 0.0179595947265625, - 0.034332275390625, - -0.000010669231414794922, - 0.0020961761474609375, - -0.045654296875, - 0.01165771484375, - 0.003917694091796875, - -0.0081329345703125, - -0.02362060546875, - 0.021331787109375, - 0.0010662078857421875, - 0.03314208984375, - -0.02490234375, - -0.014190673828125, - 0.0137939453125, - -0.0104217529296875, - 0.01458740234375, - -0.014984130859375, - 0.047821044921875, - 0.043060302734375, - -0.01131439208984375, - -0.017059326171875, - 0.004688262939453125, - 0.020843505859375, - 0.01349639892578125, - -0.02490234375, - 0.047821044921875, - -0.006175994873046875, - 0.040679931640625, - -0.045440673828125, - 0.0408935546875, - -0.037506103515625, - -0.02838134765625, - -0.0615234375, - -0.0960693359375, - -0.027984619140625, - -0.003162384033203125, - -0.07501220703125, - 0.0032749176025390625, - 0.0258026123046875, - -0.0202484130859375, - 0.0297698974609375, - -0.039093017578125, - -0.0246124267578125, - 0.0164642333984375, - 0.017059326171875, - 0.00972747802734375, - -0.0004620552062988281, - -0.041473388671875, - -0.04583740234375, - 0.0171661376953125, - 0.03411865234375, - -0.01468658447265625, - -0.0305633544921875, - -0.01528167724609375, - -0.0260009765625, - -0.0218353271484375, - -0.01300048828125, - -0.013397216796875, - -0.037506103515625, - 0.03155517578125, - -0.013397216796875, - -0.0118560791015625, - 0.023712158203125, - 0.0082855224609375, - -0.027984619140625, - -0.06982421875, - 0.0030765533447265625, - -0.048614501953125, - -0.0234222412109375, - -0.0285797119140625, - 0.058746337890625, - -0.050201416015625, - -0.0137939453125, - -0.007343292236328125, - 0.035919189453125, - 0.039703369140625, - 0.0155792236328125, - 0.002716064453125, - -0.0440673828125, - 0.01508331298828125, - -0.03729248046875, - 0.03851318359375, - 0.02520751953125, - -0.02093505859375, - 0.0277862548828125, - 0.001773834228515625, - 0.036712646484375, - -0.028778076171875, - -0.05596923828125, - -0.0285797119140625, - 0.030364990234375, - 0.001140594482421875, - -0.01270294189453125, - 0.0223236083984375, - -0.0230255126953125, - 0.053192138671875, - 0.07421875, - -0.004638671875, - 0.0258026123046875, - 0.00521087646484375, - 0.014984130859375, - 0.03729248046875, - 0.0207366943359375, - -0.026397705078125, - -0.01448822021484375, - 0.039093017578125, - 0.003299713134765625, - 0.0063018798828125, - -0.0040435791015625, - -0.035308837890625, - -0.0110626220703125, - -0.048828125, - 0.0273895263671875, - -0.0305633544921875, - -0.007740020751953125, - -0.0194549560546875, - 0.01111602783203125, - 0.0108184814453125, - 0.0472412109375, - 0.0355224609375, - -0.037506103515625, - 0.02838134765625, - -0.017364501953125, - -0.006649017333984375, - 0.0301666259765625, - -0.0185546875, - 0.038909912109375, - -0.00882720947265625, - 0.03253173828125, - 0.021728515625, - 0.017364501953125, - 0.024017333984375, - -0.004962921142578125, - -0.042877197265625, - 0.0289764404296875, - 0.01215362548828125, - -0.037689208984375, - -0.0355224609375, - -0.039703369140625, - 0.01007080078125, - -0.006649017333984375, - -0.01309967041015625, - -0.00778961181640625, - 0.0106658935546875, - -0.046051025390625, - 0.00937652587890625, - 0.02252197265625, - -0.0029144287109375, - 0.04345703125, - 0.004863739013671875, - -0.0175628662109375, - -0.056365966796875, - 0.03948974609375, - 0.0261993408203125, - 0.00396728515625, - -0.01488494873046875, - -0.0016498565673828125, - -0.0195465087890625, - -0.007244110107421875, - 0.01428985595703125, - 0.02362060546875, - 0.01548004150390625, - 0.00798797607421875, - -0.0323486328125, - 0.0176544189453125, - -0.034912109375, - 0.052398681640625, - 0.053192138671875, - -0.02679443359375, - -0.0011529922485351562, - 0.021240234375, - 0.0176544189453125, - 0.020843505859375, - -0.057159423828125, - -0.011260986328125, - -0.09765625, - -0.01468658447265625, - -0.04742431640625, - -0.046234130859375, - -0.03253173828125, - -0.076171875, - 0.061126708984375, - -0.0135955810546875, - -0.04010009765625, - 0.0202484130859375, - 0.014190673828125, - 0.007343292236328125, - 0.0164642333984375, - 0.039093017578125, - -0.045440673828125, - 0.00858306884765625, - 0.05914306640625, - 0.01300048828125, - -0.00315093994140625, - -0.0029144287109375, - 0.017364501953125, - -0.00778961181640625, - 0.025299072265625, - -0.046234130859375, - -0.0048370361328125, - 0.0231170654296875, - 0.04803466796875, - 0.0159759521484375, - -0.007293701171875, - 0.03314208984375, - 0.016571044921875, - 0.03253173828125, - -0.035919189453125, - -0.01448822021484375, - -0.00553131103515625, - 0.020538330078125, - -0.0076904296875, - -0.04168701171875, - 0.036895751953125, - 0.038909912109375, - -0.01016998291015625, - 0.01349639892578125, - -0.0003256797790527344, - -0.039306640625, - 0.00572967529296875, - 0.0008807182312011719, - 0.01052093505859375, - 0.021240234375, - -0.00125885009765625, - -0.0118560791015625, - 0.005382537841796875, - 0.000579833984375, - -0.01309967041015625, - -0.0198516845703125, - -0.031341552734375, - 0.0045623779296875, - -0.005828857421875, - -0.050018310546875, - -0.034515380859375, - 0.0126495361328125, - -0.0011281967163085938, - 0.0163726806640625, - -0.0227203369140625, - 0.00275421142578125, - -0.0223236083984375, - -0.0482177734375, - 0.0002727508544921875, - -0.03631591796875, - -0.05517578125, - -0.0251007080078125, - 0.03570556640625, - -0.00818634033203125, - 0.0151824951171875, - -0.002506256103515625, - -0.0196533203125, - -0.01548004150390625, - 0.01012420654296875, - 0.014984130859375, - 0.046630859375, - -0.0025177001953125, - 0.039093017578125, - 0.0156707763671875, - 0.032135009765625, - -0.005558013916015625, - 0.047821044921875, - 0.040679931640625, - -0.0323486328125, - 0.0139923095703125, - 0.0131988525390625, - 0.009124755859375, - 0.011260986328125, - -0.00957489013671875, - -0.020050048828125, - 0.0147857666015625, - -0.0273895263671875, - -0.0005736351013183594, - 0.02679443359375, - 0.0171661376953125, - 0.0156707763671875, - -0.04266357421875, - 0.0160675048828125, - 0.06268310546875, - 0.019744873046875, - 0.10797119140625, - -0.01488494873046875, - -0.052001953125, - 0.026397705078125, - 0.050811767578125, - -0.02996826171875, - -0.0195465087890625, - 0.03076171875, - 0.01195526123046875, - -0.0044403076171875, - 0.0260009765625, - 0.01300048828125, - 0.052001953125, - -0.024017333984375, - -0.01036834716796875, - 0.006946563720703125, - 0.01195526123046875, - 0.0289764404296875, - 0.037109375, - 0.021636962890625, - 0.005481719970703125, - 0.01250457763671875, - -0.0227203369140625, - -0.00897979736328125, - -0.0261993408203125, - -0.07421875, - 0.01076507568359375, - 0.058746337890625, - -0.00922393798828125, - 0.046051025390625, - -0.0172576904296875, - -0.059539794921875, - -0.00041556358337402344, - -0.0243072509765625, - 0.0662841796875, - 0.04266357421875, - 0.027984619140625, - 0.02410888671875, - 0.0191497802734375, - 0.03076171875, - 0.0094757080078125, - 0.014984130859375, - 0.03570556640625, - 0.0323486328125, - 0.042877197265625, - -0.00041866302490234375, - -0.047821044921875, - 0.032745361328125, - 0.01096343994140625, - 0.0418701171875, - 0.01300048828125, - 0.0164642333984375, - 0.025299072265625, - 0.0156707763671875, - -0.0108184814453125, - 0.037506103515625, - 0.04107666015625, - 0.00027751922607421875, - 0.0227203369140625, - -0.036712646484375, - 0.0128021240234375, - -0.0615234375, - -0.0114593505859375, - 0.0076904296875, - 0.00632476806640625, - 0.0184478759765625, - -0.00521087646484375, - -0.06390380859375, - -0.0183563232421875, - 0.05279541015625, - -0.07220458984375, - 0.04327392578125, - 0.0164642333984375, - -0.017852783203125, - 0.01255035400390625, - -0.037506103515625, - -0.06866455078125, - 0.027587890625, - -0.014984130859375, - -0.022430419921875, - 0.007144927978515625, - 0.0269927978515625, - -0.03631591796875, - -0.0168609619140625, - -0.01220703125, - -0.0231170654296875, - -0.041290283203125, - -0.0108642578125, - 0.04425048828125, - -0.0008683204650878906, - -0.01508331298828125, - 0.049407958984375, - 0.042877197265625, - -0.003398895263671875, - -0.03155517578125, - 0.04266357421875, - -0.033721923828125, - -0.0504150390625, - 0.019744873046875, - 0.027191162109375, - 0.032745361328125, - -0.0171661376953125, - -0.01428985595703125, - 0.0143890380859375, - -0.004413604736328125, - -0.01250457763671875, - 0.0333251953125, - -0.027191162109375, - -0.0631103515625, - -0.0301666259765625, - 0.043853759765625, - 0.0159759521484375, - 0.035125732421875, - 0.0034236907958984375, - -0.048431396484375, - 0.01329803466796875, - -0.031951904296875, - -0.029571533203125, - -0.04248046875, - 0.0104217529296875, - -0.04107666015625, - 0.040496826171875, - -0.0143890380859375, - -0.0023059844970703125, - -0.0156707763671875, - 0.03253173828125, - 0.0027408599853515625, - -0.004638671875, - -0.04962158203125, - 0.04107666015625, - 0.046051025390625, - -0.057952880859375, - 0.006500244140625, - -0.0151824951171875, - -0.0003132820129394531, - 0.0472412109375, - -0.032745361328125, - -0.00334930419921875, - 0.0018854141235351562, - -0.0567626953125, - 0.0016374588012695312, - -0.0218353271484375, - -0.0048370361328125, - -0.03729248046875, - 0.0202484130859375, - 0.031158447265625, - -0.0187530517578125, - 0.00977325439453125, - 0.005084991455078125, - 0.015869140625, - 0.021728515625, - -0.00862884521484375, - -0.01032257080078125, - 0.0250091552734375, - -0.056365966796875, - -0.035125732421875, - -0.009124755859375, - 0.04010009765625, - -0.04803466796875, - -0.013397216796875, - 0.015380859375, - 0.0041656494140625, - 0.039703369140625, - -0.06231689453125, - 0.00937652587890625, - -0.01824951171875, - -0.032745361328125, - -0.00838470458984375, - 0.001922607421875, - 0.015869140625, - 0.0191497802734375, - -0.000812530517578125, - 0.00679779052734375, - 0.0159759521484375, - -0.083740234375, - 0.03155517578125, - 0.015869140625, - 0.005184173583984375, - 0.0011968612670898438, - -0.0079345703125, - 0.015869140625, - -0.00783538818359375, - 0.04742431640625, - -0.03155517578125, - -0.028778076171875, - -0.0694580078125, - 0.043853759765625, - 0.01131439208984375, - 0.0096282958984375, - -0.0156707763671875, - -0.0281829833984375, - -0.0682373046875, - -0.0007567405700683594, - 0.0333251953125, - 0.0176544189453125, - 0.004886627197265625, - -0.01016998291015625, - -0.007045745849609375, - -0.0155792236328125, - -0.0380859375, - 0.056365966796875, - -0.0265960693359375, - 0.006153106689453125, - 0.0211334228515625, - -0.03631591796875, - 0.0293731689453125, - 0.0291748046875, - 0.04248046875, - 0.01617431640625, - 0.039703369140625, - -0.02996826171875, - -0.0086822509765625, - 0.0037212371826171875, - -0.035919189453125, - -0.00739288330078125, - -0.01904296875, - 0.010467529296875, - -0.0171661376953125, - -0.0207366943359375, - 0.01215362548828125, - 0.01824951171875, - 0.05755615234375, - 0.00162506103515625, - -0.01528167724609375, - 0.00354766845703125, - 0.0008993148803710938, - 0.0869140625, - -0.0174560546875, - -0.0174560546875, - 0.0164642333984375, - -0.00699615478515625, - 0.050811767578125, - 0.055572509765625, - -0.010467529296875, - -0.022430419921875, - -0.0035228729248046875, - 0.037506103515625, - -0.0188446044921875, - -0.0118560791015625, - -0.0218353271484375, - -0.0156707763671875, - 0.0215301513671875, - 0.0297698974609375, - 0.0012655258178710938, - 0.07781982421875, - -0.0094757080078125, - 0.035125732421875, - 0.04486083984375, - 0.0770263671875, - 0.03631591796875, - -0.0180511474609375, - -0.0726318359375, - -0.00208282470703125, - -0.0012960433959960938, - -0.034912109375, - -0.034515380859375, - 0.0056304931640625, - 0.06707763671875, - -0.05755615234375, - -0.02679443359375, - -0.0040435791015625, - -0.01548004150390625, - 0.00039696693420410156, - 0.0180511474609375, - -0.006053924560546875, - 0.019256591796875, - 0.0002263784408569336, - -0.0226287841796875, - 0.008087158203125, - -0.0293731689453125, - 0.0215301513671875, - 0.04901123046875, - 0.0106658935546875, - -0.00689697265625, - 0.0243072509765625, - 0.0171661376953125, - 0.0159759521484375, - 0.014984130859375, - 0.018646240234375, - 0.0277862548828125, - 0.035919189453125, - 0.039886474609375, - 0.0634765625, - -0.00942230224609375, - -0.0116119384765625, - 0.01617431640625, - 0.0214385986328125, - 0.058349609375, - 0.06231689453125, - -0.01250457763671875, - -0.0017614364624023438, - -0.01548004150390625, - -0.04010009765625, - -0.0074920654296875, - -0.0047607421875, - 0.0063018798828125, - -0.07421875, - -0.050811767578125, - 0.031158447265625, - -0.0694580078125, - 0.043060302734375, - 0.0250091552734375, - -0.01617431640625, - -0.0013399124145507812, - 0.0231170654296875, - -0.00560760498046875, - -0.01409149169921875, - 0.0035724639892578125, - -0.00334930419921875, - -0.00992584228515625, - -0.051605224609375, - -0.03631591796875, - 0.0023441314697265625, - -0.0179595947265625, - -0.054779052734375, - -0.032928466796875, - 0.0535888671875, - 0.0024814605712890625, - -0.032928466796875, - -0.0176544189453125, - -0.0022563934326171875, - 0.00453948974609375, - -0.050811767578125, - -0.01141357421875, - -0.0355224609375, - 0.019744873046875, - -0.0250091552734375, - 0.0175628662109375, - -0.02838134765625, - -0.034912109375, - -0.02203369140625, - -0.0250091552734375, - -0.032135009765625, - 0.01141357421875, - -0.0293731689453125, - 0.03173828125, - 0.0010538101196289062, - 0.02093505859375, - 0.05059814453125, - 0.08099365234375, - 0.00008916854858398438, - 0.01141357421875, - -0.0235137939453125, - -0.045440673828125, - 0.024810791015625, - -0.014190673828125, - 0.02203369140625, - -0.049224853515625, - 0.0116119384765625, - 0.05279541015625, - -0.0745849609375, - 0.034515380859375, - -0.01230621337890625, - -0.0277862548828125, - -0.040679931640625, - -0.01508331298828125, - 0.0137939453125, - 0.03472900390625, - 0.08294677734375, - -0.00493621826171875, - 0.00882720947265625, - -0.0008993148803710938, - -0.0364990234375, - 0.039886474609375, - 0.0167694091796875, - 0.016571044921875, - -0.024505615234375, - 0.04742431640625, - 0.007740020751953125, - -0.040496826171875, - -0.0074920654296875, - -0.0634765625, - -0.034912109375, - 0.0273895263671875, - 0.0137939453125, - 0.00818634033203125, - -0.0228271484375, - -0.0261993408203125, - -0.015869140625, - -0.042266845703125, - 0.00334930419921875, - 0.0036468505859375, - 0.011016845703125, - -0.0273895263671875, - -0.0014142990112304688, - -0.005680084228515625, - -0.052398681640625, - -0.037506103515625, - -0.037506103515625, - 0.018157958984375, - 0.0106201171875, - -0.032135009765625, - 0.007293701171875, - 0.031951904296875, - -0.0017366409301757812, - 0.0179595947265625, - 0.0650634765625, - -0.040679931640625, - 0.005359649658203125, - -0.0006232261657714844, - 0.036712646484375, - 0.0031375885009765625, - -0.015869140625, - -0.016265869140625, - 0.007740020751953125, - -0.005458831787109375, - -0.024505615234375, - 0.033935546875, - 0.014984130859375, - -0.0160675048828125, - -0.052001953125, - -0.033721923828125, - -0.0155792236328125, - 0.0305633544921875, - -0.022918701171875, - 0.03948974609375, - -0.005558013916015625, - -0.0116119384765625, - -0.11114501953125, - 0.06231689453125, - -0.0244140625, - 0.0380859375, - 0.0203399658203125, - 0.0116119384765625, - -0.0418701171875, - -0.034912109375, - -0.00739288330078125, - 0.021331787109375, - -0.038299560546875, - 0.02996826171875, - 0.007541656494140625, - -0.00823211669921875, - 0.0195465087890625, - 0.0017490386962890625, - 0.003398895263671875, - 0.06268310546875, - 0.0032749176025390625, - -0.02203369140625, - 0.0323486328125, - -0.0168609619140625, - 0.006847381591796875, - -0.0037212371826171875, - 0.006847381591796875, - 0.020050048828125, - -0.0155792236328125, - -0.01617431640625, - 0.0269927978515625, - 0.045257568359375, - 0.0247039794921875, - -0.037689208984375, - 0.028778076171875, - 0.0151824951171875, - 0.01409149169921875, - -0.0030765533447265625, - -0.027587890625, - 0.0029888153076171875, - 0.032745361328125, - -0.01448822021484375, - -0.036895751953125, - -0.06585693359375, - -0.06903076171875, - 0.0230255126953125, - -0.0195465087890625, - -0.022125244140625, - 0.046234130859375, - 0.041473388671875, - 0.015869140625, - -0.02044677734375, - 0.0017862319946289062, - -0.003299713134765625, - 0.011260986328125, - -0.037109375, - 0.01776123046875, - -0.035308837890625, - 0.053192138671875, - -0.00426483154296875, - -0.0273895263671875, - 0.03411865234375, - -0.0418701171875, - 0.00374603271484375, - -0.021636962890625, - -0.0305633544921875, - -0.00115966796875, - 0.01617431640625, - -0.07781982421875, - -0.00406646728515625, - 0.01300048828125, - 0.03411865234375, - 0.017852783203125, - -0.0301666259765625, - 0.043853759765625, - -0.0333251953125, - -0.051605224609375, - 0.05120849609375, - -0.00434112548828125, - -0.0261993408203125, - -0.0009918212890625, - -0.03173828125, - 0.01076507568359375, - 0.007293701171875, - 0.055572509765625, - 0.039703369140625, - 0.0277862548828125, - 0.004016876220703125, - -0.02679443359375, - -0.0023059844970703125, - -0.0034236907958984375, - 0.021728515625, - 0.00902557373046875, - 0.01190948486328125, - 0.0128021240234375, - 0.00862884521484375, - -0.037506103515625, - -0.09527587890625, - -0.0100250244140625, - -0.025299072265625, - -0.06787109375, - -0.01071929931640625, - 0.088134765625, - 0.03631591796875, - 0.006500244140625, - 0.0293731689453125, - 0.0631103515625, - -0.003894805908203125, - 0.0047607421875, - -0.003398895263671875, - -0.04742431640625, - -0.035125732421875, - -0.006351470947265625, - 0.03314208984375, - -0.057952880859375, - 0.014190673828125, - 0.058746337890625, - 0.0023555755615234375, - -0.037689208984375, - 0.00513458251953125, - 0.0242156982421875, - 0.041473388671875, - -0.00560760498046875, - 0.01255035400390625, - -0.07342529296875, - 0.036895751953125, - 0.031341552734375, - -0.010223388671875, - -0.0079345703125, - -0.005706787109375, - -0.0012836456298828125, - 0.055572509765625, - -0.0897216796875, - -0.0063018798828125, - 0.01389312744140625, - 0.0504150390625, - -0.01349639892578125, - -0.043060302734375, - -0.014190673828125, - 0.055572509765625, - 0.01007080078125, - -0.03253173828125, - 0.03472900390625, - 0.01052093505859375, - 0.001476287841796875, - 0.003894805908203125, - 0.048614501953125, - -0.001983642578125, - 0.053985595703125, - 0.0289764404296875, - -0.047637939453125, - 0.0244140625, - -0.01389312744140625, - 0.01032257080078125, - -0.01458740234375, - -0.0277862548828125, - -0.00823211669921875, - -0.05438232421875, - 0.037109375, - 0.0036716461181640625, - 0.0289764404296875, - 0.0289764404296875, - -0.036102294921875, - -0.020050048828125, - -0.0012960433959960938, - 0.0244140625, - 0.0261993408203125, - 0.021636962890625, - 0.004985809326171875, - -0.0020961761474609375, - 0.0250091552734375, - 0.02044677734375, - -0.0440673828125, - 0.03155517578125, - -0.048614501953125, - 0.0187530517578125, - -0.042083740234375, - 0.00580596923828125, - 0.0114593505859375, - -0.033538818359375, - 0.004364013671875, - -0.0211334228515625, - 0.025604248046875, - -0.0244140625, - -0.030364990234375, - 0.001674652099609375, - 0.0269927978515625, - -0.0194549560546875, - 0.0089263916015625, - 0.0185546875, - -0.0305633544921875, - -0.0036716461181640625, - -0.059539794921875, - 0.0948486328125, - 0.033721923828125, - 0.01468658447265625, - 0.0151824951171875, - 0.048431396484375, - 0.0408935546875, - 0.0163726806640625, - 0.00858306884765625, - 0.0147857666015625, - -0.05279541015625, - 0.04644775390625, - 0.044647216796875, - -0.01824951171875, - -0.0567626953125, - 0.02203369140625, - 0.0031757354736328125, - -0.046844482421875, - 0.032135009765625, - 0.0251007080078125, - 0.0006666183471679688, - -0.01329803466796875, - -0.00109100341796875, - -0.01934814453125, - -0.055572509765625, - 0.038299560546875, - 0.00012636184692382812, - -0.004093170166015625, - 0.038299560546875, - -0.033935546875, - 0.0380859375, - -0.0020961761474609375, - 0.053985595703125, - -0.032745361328125, - 0.053192138671875, - -0.0269927978515625, - 0.003398895263671875, - -0.01165771484375, - 0.00689697265625, - -0.00838470458984375, - 0.041473388671875, - -0.0323486328125, - 0.066650390625, - 0.0297698974609375, - -0.02410888671875, - -0.04901123046875, - -0.020843505859375, - 0.0010728836059570312, - 0.004241943359375, - 0.034332275390625, - -0.042877197265625, - -0.0155792236328125, - 0.0032749176025390625, - 0.013397216796875, - 0.06787109375, - -0.01091766357421875, - 0.025299072265625, - -0.005184173583984375, - -0.01617431640625, - -0.01141357421875, - -0.043060302734375 - ], - "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_Plaso__log2timeline_", - "type": "tool", - "name": "Plaso (log2timeline)", - "content": "plaso (log2timeline) der industrielle timeline-generator extrahiert zeitstempel aus hunderten artefakt-typen für lückenlose aktivitäts-rekonstruktion. parsers für windows event logs, registry, prefetch, browser-history, mobile apps, cloud-services und linux-logs. die storage-architektur verarbeitet massendaten effizient. output in standardisierten formaten für elasticsearch, timesketch oder csv. besonders wertvoll: normalisierung verschiedener zeitstempel-formate und zeitzonen in utc. filterung nach zeitraum, artefakt-typ oder keywords. die modulare parser-architektur erlaubt einfache erweiterung für neue formate. psort sortiert und dedupliziert events. analysis-plugins erkennen anomalien wie timestomping. docker-support vereinfacht deployment. die performance bei sehr großen datensätzen kann leiden, aber die vollständigkeit der timeline ist unübertroffen. integration mit timesketch für kollaborative analyse macht es zum forensik-kraftpaket. command-line timeline log-parser cross-platform timeline-merge time-normalization artifact-parser elasticsearch-export docker-support timestomping-detection modular-parsers batch-processing incident-response static-investigations network-forensics cloud-forensics mobile-forensics data-collection examination", - "embedding": [ - -0.0204925537109375, - 0.037811279296875, - 0.05621337890625, - -0.019500732421875, - 0.0253448486328125, - 0.0201873779296875, - 0.006259918212890625, - -0.007770538330078125, - -0.0028209686279296875, - 0.0233612060546875, - -0.00945281982421875, - 0.037811279296875, - 0.01346588134765625, - -0.0287017822265625, - -0.04730224609375, - 0.0570068359375, - -0.0048980712890625, - 0.008758544921875, - -0.005718231201171875, - -0.00801849365234375, - -0.032470703125, - -0.00591278076171875, - -0.05462646484375, - -0.0089569091796875, - -0.005420684814453125, - 0.0161285400390625, - -0.018310546875, - -0.063720703125, - 0.0038852691650390625, - 0.00945281982421875, - 0.0269317626953125, - -0.0165252685546875, - 0.0107421875, - 0.007572174072265625, - -0.004802703857421875, - -0.0261383056640625, - 0.01247406005859375, - -0.058197021484375, - -0.0455322265625, - 0.08355712890625, - -0.0038852691650390625, - 0.0229644775390625, - 0.006977081298828125, - -0.01103973388671875, - -0.03167724609375, - -0.02593994140625, - 0.036834716796875, - -0.015838623046875, - 0.0242462158203125, - -0.0265350341796875, - 0.031463623046875, - 0.00579071044921875, - 0.0047760009765625, - -0.01395416259765625, - -0.035430908203125, - 0.03485107421875, - -0.0026721954345703125, - -0.0275115966796875, - -0.058197021484375, - 0.052276611328125, - -0.0350341796875, - -0.0156402587890625, - 0.01326751708984375, - -0.0340576171875, - 0.035430908203125, - 0.01375579833984375, - 0.00127410888671875, - 0.00415802001953125, - 0.00638580322265625, - 0.0189056396484375, - -0.0037860870361328125, - -0.012420654296875, - -0.034454345703125, - 0.043548583984375, - -0.0148468017578125, - -0.06610107421875, - 0.0246429443359375, - 0.0200958251953125, - 0.0032672882080078125, - -0.00067138671875, - -0.070068359375, - 0.0018558502197265625, - 0.06451416015625, - 0.00881195068359375, - -0.02325439453125, - 0.019989013671875, - 0.036041259765625, - 0.017822265625, - -0.01088714599609375, - 0.0089111328125, - 0.0265350341796875, - 0.0038852691650390625, - 0.018218994140625, - -0.0201873779296875, - 0.05267333984375, - 0.06689453125, - -0.0020160675048828125, - -0.0267333984375, - -0.01702880859375, - 0.0249481201171875, - 0.0253448486328125, - -0.05267333984375, - 0.06768798828125, - -0.02435302734375, - 0.017425537109375, - -0.006011962890625, - 0.005889892578125, - -0.00925445556640625, - 0.0180206298828125, - -0.0269317626953125, - -0.10137939453125, - -0.0308837890625, - -0.02325439453125, - -0.047698974609375, - -0.00598907470703125, - -0.00925445556640625, - -0.0016336441040039062, - 0.04058837890625, - -0.0169219970703125, - -0.035247802734375, - 0.00547027587890625, - 0.0225677490234375, - -0.0017070770263671875, - -0.0012493133544921875, - -0.046722412109375, - -0.047119140625, - 0.023956298828125, - 0.033447265625, - -0.042755126953125, - -0.0205841064453125, - -0.0164337158203125, - -0.0136566162109375, - 0.0033893585205078125, - -0.018218994140625, - -0.017120361328125, - -0.0269317626953125, - 0.019989013671875, - -0.01103973388671875, - -0.006435394287109375, - 0.0009465217590332031, - 0.0152435302734375, - -0.034637451171875, - -0.0748291015625, - 0.011138916015625, - -0.037628173828125, - -0.0184173583984375, - -0.023162841796875, - 0.057403564453125, - -0.0173187255859375, - 0.01554107666015625, - -0.0277099609375, - 0.0310821533203125, - 0.047698974609375, - 0.016632080078125, - 0.0423583984375, - -0.04730224609375, - 0.033843994140625, - -0.007274627685546875, - 0.026336669921875, - -0.0275115966796875, - -0.0189056396484375, - 0.00455474853515625, - -0.0148468017578125, - 0.0209808349609375, - -0.028106689453125, - -0.026336669921875, - 0.0015592575073242188, - 0.033050537109375, - 0.01910400390625, - 0.01959228515625, - 0.0176239013671875, - -0.017120361328125, - 0.06097412109375, - 0.0716552734375, - 0.0008907318115234375, - 0.0225677490234375, - -0.0237579345703125, - -0.01247406005859375, - 0.0423583984375, - 0.01861572265625, - -0.0035381317138671875, - -0.01514434814453125, - 0.0372314453125, - -0.01024627685546875, - 0.01004791259765625, - 0.0020294189453125, - -0.0318603515625, - -0.0242462158203125, - -0.0234527587890625, - 0.001781463623046875, - -0.04315185546875, - -0.04376220703125, - -0.0196990966796875, - 0.05029296875, - 0.0013427734375, - 0.08154296875, - 0.0185089111328125, - 0.004528045654296875, - 0.0306854248046875, - -0.0089111328125, - 0.016326904296875, - 0.02850341796875, - -0.0160369873046875, - 0.055419921875, - 0.0148468017578125, - -0.0257415771484375, - -0.0131683349609375, - 0.053466796875, - -0.0038604736328125, - -0.01247406005859375, - -0.0279083251953125, - 0.0712890625, - 0.005443572998046875, - -0.019500732421875, - -0.040985107421875, - -0.04888916015625, - -0.00527191162109375, - -0.0277099609375, - -0.0009341239929199219, - 0.0005693435668945312, - 0.0020046234130859375, - -0.04949951171875, - 0.005046844482421875, - 0.0228729248046875, - -0.0257415771484375, - 0.05780029296875, - 0.0203857421875, - -0.02850341796875, - -0.0253448486328125, - 0.004032135009765625, - 0.01385498046875, - 0.0318603515625, - -0.024444580078125, - -0.001621246337890625, - 0.01128387451171875, - -0.0310821533203125, - 0.04315185546875, - 0.01415252685546875, - 0.03662109375, - 0.0091094970703125, - -0.0180206298828125, - 0.040771484375, - -0.0033416748046875, - 0.036834716796875, - 0.0156402587890625, - -0.0220794677734375, - -0.002536773681640625, - 0.0105438232421875, - 0.012969970703125, - 0.0382080078125, - -0.034637451171875, - -0.0005970001220703125, - -0.08831787109375, - -0.0032672882080078125, - -0.06732177734375, - -0.039398193359375, - -0.02117919921875, - -0.050689697265625, - 0.0445556640625, - -0.01415252685546875, - -0.0180206298828125, - -0.0006308555603027344, - -0.00925445556640625, - -0.00762176513671875, - 0.043365478515625, - -0.00702667236328125, - -0.0200958251953125, - 0.00104522705078125, - 0.07086181640625, - 0.0125732421875, - -0.0212860107421875, - -0.0064849853515625, - 0.0176239013671875, - 0.004405975341796875, - 0.00658416748046875, - -0.03662109375, - 0.01514434814453125, - 0.0382080078125, - 0.037017822265625, - 0.0216827392578125, - -0.0290985107421875, - 0.006633758544921875, - -0.0265350341796875, - 0.03662109375, - -0.01474761962890625, - 0.0164337158203125, - -0.0101470947265625, - 0.00658416748046875, - -0.014251708984375, - -0.0732421875, - -0.005519866943359375, - 0.032073974609375, - 0.01454925537109375, - -0.007572174072265625, - 0.0224761962890625, - -0.040191650390625, - 0.005889892578125, - 0.015045166015625, - -0.02325439453125, - 0.031463623046875, - 0.045135498046875, - -0.0287017822265625, - -0.0011692047119140625, - 0.005123138427734375, - 0.00945281982421875, - -0.033050537109375, - -0.048309326171875, - -0.0204925537109375, - -0.0006403923034667969, - -0.038421630859375, - 0.01247406005859375, - 0.01108551025390625, - -0.036041259765625, - 0.0189056396484375, - 0.00376129150390625, - -0.00786590576171875, - -0.04058837890625, - -0.05029296875, - 0.01435089111328125, - -0.038604736328125, - -0.037811279296875, - -0.0221710205078125, - 0.036224365234375, - 0.01084136962890625, - 0.0011386871337890625, - -0.031280517578125, - 0.0017070770263671875, - -0.0261383056640625, - 0.032867431640625, - -0.0233612060546875, - 0.0164337158203125, - -0.0168304443359375, - 0.0465087890625, - 0.04156494140625, - 0.0052947998046875, - 0.0213775634765625, - 0.06689453125, - 0.0185089111328125, - -0.0034389495849609375, - -0.0012187957763671875, - 0.0144500732421875, - -0.003612518310546875, - 0.00611114501953125, - -0.028900146484375, - -0.01306915283203125, - -0.00821685791015625, - -0.0257415771484375, - 0.0189056396484375, - 0.015838623046875, - 0.045135498046875, - 0.051483154296875, - -0.021575927734375, - -0.005939483642578125, - 0.060577392578125, - 0.0279083251953125, - 0.1021728515625, - 0.0005693435668945312, - -0.0633544921875, - 0.035430908203125, - 0.02593994140625, - -0.0173187255859375, - -0.01172637939453125, - 0.055023193359375, - 0.0249481201171875, - -0.0113372802734375, - 0.01534271240234375, - -0.017425537109375, - 0.0230712890625, - 0.001781463623046875, - -0.0052947998046875, - -0.002140045166015625, - -0.0173187255859375, - 0.03167724609375, - 0.0277099609375, - 0.029296875, - -0.0005846023559570312, - 0.0235595703125, - -0.035247802734375, - -0.0200958251953125, - -0.025543212890625, - -0.06732177734375, - 0.0109405517578125, - 0.0177154541015625, - 0.03009033203125, - 0.040985107421875, - -0.037628173828125, - -0.07684326171875, - 0.019500732421875, - -0.0310821533203125, - 0.05462646484375, - 0.0306854248046875, - 0.0245513916015625, - 0.0518798828125, - -0.02435302734375, - -0.004974365234375, - 0.0208892822265625, - 0.03167724609375, - 0.017822265625, - 0.0228729248046875, - 0.0633544921875, - -0.02484130859375, - -0.0250396728515625, - 0.010345458984375, - 0.037017822265625, - 0.025146484375, - 0.0003185272216796875, - 0.017913818359375, - 0.038604736328125, - 0.032867431640625, - -0.01024627685546875, - 0.062164306640625, - 0.037017822265625, - -0.0177154541015625, - 0.0197906494140625, - 0.0026721954345703125, - 0.0192108154296875, - -0.07403564453125, - 0.0180206298828125, - -0.0271148681640625, - 0.01355743408203125, - 0.02593994140625, - 0.020782470703125, - -0.06768798828125, - 0.00238800048828125, - 0.024444580078125, - -0.034637451171875, - 0.0240478515625, - 0.04949951171875, - -0.0173187255859375, - 0.0148468017578125, - 0.006877899169921875, - -0.03265380859375, - 0.0237579345703125, - -0.021484375, - -0.053863525390625, - 0.0157318115234375, - 0.036224365234375, - -0.054229736328125, - -0.035430908203125, - -0.0465087890625, - -0.01534271240234375, - -0.0181121826171875, - -0.02850341796875, - 0.03643798828125, - -0.01024627685546875, - -0.01385498046875, - 0.06097412109375, - 0.057403564453125, - -0.0109405517578125, - -0.038787841796875, - 0.030487060546875, - -0.01306915283203125, - -0.0350341796875, - 0.03741455078125, - 0.019989013671875, - 0.01172637939453125, - -0.037628173828125, - -0.029296875, - 0.016326904296875, - -0.00638580322265625, - 0.0032672882080078125, - -0.0122222900390625, - -0.03802490234375, - -0.037628173828125, - -0.0439453125, - 0.06573486328125, - -0.01029205322265625, - 0.038787841796875, - -0.0012807846069335938, - -0.022369384765625, - 0.05621337890625, - -0.053070068359375, - -0.04058837890625, - -0.0157318115234375, - -0.00811767578125, - 0.004825592041015625, - 0.04888916015625, - -0.0123748779296875, - -0.0240478515625, - 0.0064849853515625, - 0.058197021484375, - 0.03741455078125, - 0.00173187255859375, - -0.044158935546875, - 0.032073974609375, - 0.038604736328125, - -0.0382080078125, - -0.0261383056640625, - -0.01123809814453125, - -0.00324249267578125, - 0.02069091796875, - -0.0518798828125, - -0.003513336181640625, - 0.00598907470703125, - -0.0445556640625, - -0.0127716064453125, - -0.005519866943359375, - -0.012969970703125, - -0.03265380859375, - 0.0025615692138671875, - 0.0350341796875, - 0.0126190185546875, - 0.015838623046875, - 0.005641937255859375, - 0.003192901611328125, - 0.0184173583984375, - 0.000009298324584960938, - -0.027313232421875, - 0.039581298828125, - -0.06927490234375, - -0.04217529296875, - -0.0209808349609375, - 0.007572174072265625, - -0.0185089111328125, - -0.005519866943359375, - -0.0018062591552734375, - 0.0007023811340332031, - 0.037811279296875, - -0.0310821533203125, - -0.00011134147644042969, - -0.021484375, - -0.007472991943359375, - -0.04058837890625, - -0.04156494140625, - 0.0035381317138671875, - 0.0279083251953125, - 0.01306915283203125, - 0.01454925537109375, - 0.029693603515625, - -0.04156494140625, - 0.0030193328857421875, - 0.032867431640625, - 0.0136566162109375, - 0.01267242431640625, - -0.01375579833984375, - -0.00702667236328125, - 0.00806427001953125, - 0.023651123046875, - -0.0310821533203125, - -0.055419921875, - -0.070068359375, - 0.021484375, - 0.007965087890625, - -0.01172637939453125, - -0.0160369873046875, - -0.037017822265625, - -0.047119140625, - -0.0075225830078125, - 0.058990478515625, - 0.003192901611328125, - -0.00658416748046875, - -0.0372314453125, - -0.0306854248046875, - 0.01395416259765625, - -0.044342041015625, - 0.036834716796875, - -0.0039825439453125, - -0.001621246337890625, - 0.0290985107421875, - -0.0465087890625, - 0.016632080078125, - 0.0146484375, - 0.04534912109375, - 0.0277099609375, - 0.0007734298706054688, - -0.0310821533203125, - 0.01168060302734375, - -0.0277099609375, - -0.01247406005859375, - 0.006927490234375, - -0.0136566162109375, - 0.0261383056640625, - -0.0198974609375, - -0.02069091796875, - -0.005641937255859375, - 0.038604736328125, - 0.028106689453125, - -0.0089569091796875, - 0.0023517608642578125, - 0.011627197265625, - -0.00885772705078125, - 0.0780029296875, - -0.0302886962890625, - -0.0413818359375, - 0.0039825439453125, - -0.01435089111328125, - 0.03009033203125, - 0.042572021484375, - 0.007472991943359375, - -0.032867431640625, - 0.0213775634765625, - 0.039794921875, - -0.0204925537109375, - -0.0213775634765625, - -0.0169219970703125, - 0.01326751708984375, - -0.00826263427734375, - 0.04888916015625, - 0.040374755859375, - 0.070068359375, - 0.016632080078125, - 0.021484375, - 0.0038604736328125, - 0.05108642578125, - 0.018218994140625, - -0.003711700439453125, - -0.0487060546875, - -0.032257080078125, - 0.0267333984375, - -0.0208892822265625, - -0.0091552734375, - 0.01088714599609375, - 0.07049560546875, - -0.055419921875, - -0.02593994140625, - 0.0013303756713867188, - 0.025146484375, - -0.007472991943359375, - 0.005619049072265625, - -0.0240478515625, - 0.040985107421875, - 0.03485107421875, - -0.017913818359375, - 0.0161285400390625, - -0.0109405517578125, - 0.01375579833984375, - 0.045745849609375, - 0.0308837890625, - -0.00841522216796875, - 0.0189056396484375, - -0.0101470947265625, - 0.0423583984375, - 0.03741455078125, - 0.043365478515625, - 0.0173187255859375, - 0.01287078857421875, - 0.046722412109375, - 0.05938720703125, - -0.0271148681640625, - -0.0204925537109375, - 0.041168212890625, - 0.053466796875, - 0.043365478515625, - 0.06451416015625, - 0.0097503662109375, - 0.01123809814453125, - -0.006633758544921875, - -0.044158935546875, - -0.0164337158203125, - 0.022369384765625, - -0.00475311279296875, - -0.039581298828125, - -0.043548583984375, - 0.028106689453125, - -0.023162841796875, - 0.02227783203125, - 0.004329681396484375, - -0.0271148681640625, - -0.0230712890625, - 0.048095703125, - -0.03265380859375, - -0.04058837890625, - 0.0109405517578125, - -0.0064849853515625, - -0.02593994140625, - -0.024749755859375, - -0.010345458984375, - 0.047119140625, - -0.01084136962890625, - -0.055419921875, - -0.031463623046875, - 0.0279083251953125, - -0.03424072265625, - -0.055419921875, - -0.0229644775390625, - -0.0095062255859375, - -0.02593994140625, - -0.0350341796875, - -0.03485107421875, - -0.0413818359375, - 0.0127716064453125, - -0.026336669921875, - 0.016632080078125, - -0.0271148681640625, - -0.021484375, - -0.0181121826171875, - -0.0058135986328125, - -0.034454345703125, - 0.0193023681640625, - -0.037017822265625, - 0.03265380859375, - 0.005245208740234375, - 0.0269317626953125, - 0.0220794677734375, - 0.054229736328125, - 0.0006494522094726562, - -0.01385498046875, - -0.01084136962890625, - -0.06890869140625, - -0.0071258544921875, - 0.008514404296875, - 0.0228729248046875, - -0.04791259765625, - 0.0031681060791015625, - 0.084716796875, - -0.07757568359375, - 0.0131683349609375, - 0.01474761962890625, - -0.006633758544921875, - -0.054229736328125, - 0.0007052421569824219, - -0.016326904296875, - -0.004032135009765625, - 0.07049560546875, - 0.0091094970703125, - -0.002796173095703125, - -0.02227783203125, - -0.0518798828125, - 0.04888916015625, - 0.0111846923828125, - 0.037628173828125, - -0.047515869140625, - -0.0156402587890625, - 0.00984954833984375, - -0.037628173828125, - 0.00682830810546875, - -0.0601806640625, - -0.0021038055419921875, - 0.029296875, - 0.00925445556640625, - 0.0079193115234375, - 0.0123748779296875, - -0.058990478515625, - -0.03582763671875, - -0.0318603515625, - 0.033447265625, - -0.002635955810546875, - -0.00167083740234375, - -0.034454345703125, - 0.0180206298828125, - 0.005741119384765625, - -0.047698974609375, - -0.019012451171875, - -0.036834716796875, - 0.010345458984375, - -0.004505157470703125, - -0.053863525390625, - 0.0140533447265625, - 0.01544189453125, - 0.00960540771484375, - 0.035430908203125, - 0.076416015625, - -0.05621337890625, - -0.006877899169921875, - 0.042755126953125, - 0.040191650390625, - -0.004802703857421875, - 0.006237030029296875, - -0.006778717041015625, - 0.0193939208984375, - 0.0253448486328125, - -0.03009033203125, - 0.021484375, - 0.04296875, - -0.038787841796875, - -0.06573486328125, - -0.0294952392578125, - -0.01336669921875, - 0.045928955078125, - -0.026336669921875, - 0.034454345703125, - -0.020294189453125, - -0.0217742919921875, - -0.09503173828125, - 0.041168212890625, - -0.0160369873046875, - 0.0225677490234375, - 0.0093536376953125, - -0.0269317626953125, - -0.06927490234375, - -0.03582763671875, - -0.03643798828125, - 0.02593994140625, - -0.00826263427734375, - 0.040771484375, - -0.00018405914306640625, - 0.00008350610733032227, - 0.01084136962890625, - 0.004974365234375, - -0.0118255615234375, - 0.055816650390625, - 0.040191650390625, - -0.0310821533203125, - 0.0269317626953125, - -0.0235595703125, - -0.0020046234130859375, - -0.015838623046875, - -0.0083160400390625, - 0.003932952880859375, - -0.01336669921875, - -0.039398193359375, - -0.003414154052734375, - 0.023956298828125, - 0.07086181640625, - -0.0220794677734375, - -0.0008845329284667969, - 0.0091094970703125, - 0.02593994140625, - -0.006977081298828125, - -0.0148468017578125, - 0.003662109375, - 0.01415252685546875, - -0.0225677490234375, - -0.0221710205078125, - -0.07049560546875, - -0.0728759765625, - 0.0185089111328125, - -0.04473876953125, - 0.0131683349609375, - -0.01207733154296875, - -0.0003757476806640625, - 0.0093536376953125, - -0.01088714599609375, - 0.045928955078125, - -0.0224761962890625, - -0.018707275390625, - -0.0233612060546875, - 0.0167236328125, - -0.0038852691650390625, - 0.020782470703125, - 0.01202392578125, - -0.03582763671875, - 0.0234527587890625, - -0.01049041748046875, - -0.01202392578125, - -0.0287017822265625, - -0.0185089111328125, - -0.02117919921875, - 0.0022144317626953125, - -0.04217529296875, - -0.0161285400390625, - 0.036224365234375, - 0.0235595703125, - -0.0140533447265625, - -0.01128387451171875, - 0.0267333984375, - -0.017120361328125, - -0.055419921875, - 0.034637451171875, - -0.01385498046875, - -0.00846099853515625, - 0.026336669921875, - -0.01435089111328125, - 0.0189056396484375, - 0.01202392578125, - 0.0253448486328125, - 0.045745849609375, - 0.0445556640625, - 0.014251708984375, - -0.03802490234375, - -0.0173187255859375, - -0.032073974609375, - 0.0127716064453125, - 0.0518798828125, - -0.00040221214294433594, - 0.009307861328125, - 0.0146484375, - 0.00940704345703125, - -0.091064453125, - -0.00310516357421875, - -0.0127716064453125, - -0.05780029296875, - -0.00742340087890625, - 0.07403564453125, - 0.01435089111328125, - -0.01959228515625, - 0.045928955078125, - 0.050079345703125, - 0.032257080078125, - 0.00901031494140625, - -0.02276611328125, - -0.057403564453125, - -0.0018062591552734375, - 0.01232147216796875, - 0.037017822265625, - -0.04949951171875, - 0.053863525390625, - 0.052276611328125, - -0.033447265625, - -0.0109405517578125, - -0.0146484375, - -0.00455474853515625, - 0.033447265625, - 0.0193939208984375, - 0.00104522705078125, - -0.07757568359375, - 0.003612518310546875, - 0.0036373138427734375, - 0.0173187255859375, - 0.01084136962890625, - -0.00940704345703125, - -0.0269317626953125, - 0.0455322265625, - -0.0275115966796875, - -0.0087127685546875, - -0.006435394287109375, - 0.063720703125, - 0.00591278076171875, - -0.03424072265625, - -0.01415252685546875, - 0.033660888671875, - 0.0265350341796875, - -0.017120361328125, - 0.014251708984375, - 0.028106689453125, - -0.01227569580078125, - 0.01375579833984375, - 0.0487060546875, - 0.0208892822265625, - 0.060577392578125, - 0.0238494873046875, - -0.057403564453125, - 0.0093536376953125, - -0.0033168792724609375, - 0.0006494522094726562, - 0.00658416748046875, - -0.049102783203125, - -0.02276611328125, - -0.03997802734375, - 0.032257080078125, - 0.00861358642578125, - 0.031280517578125, - 0.0144500732421875, - -0.003192901611328125, - -0.0165252685546875, - -0.0015773773193359375, - 0.027313232421875, - 0.053863525390625, - 0.0220794677734375, - 0.003612518310546875, - 0.035247802734375, - -0.00658416748046875, - 0.0109405517578125, - -0.04730224609375, - 0.031463623046875, - -0.03741455078125, - -0.01019287109375, - -0.04156494140625, - 0.005443572998046875, - -0.006683349609375, - -0.018218994140625, - -0.00598907470703125, - -0.041778564453125, - 0.0010328292846679688, - -0.0350341796875, - -0.0423583984375, - -0.0161285400390625, - 0.0302886962890625, - -0.00428009033203125, - 0.01435089111328125, - 0.017822265625, - -0.0277099609375, - -0.00801849365234375, - -0.038421630859375, - 0.060577392578125, - 0.034454345703125, - 0.00881195068359375, - -0.009552001953125, - 0.0172271728515625, - 0.0240478515625, - 0.01227569580078125, - 0.0127716064453125, - 0.01959228515625, - -0.033843994140625, - 0.054229736328125, - 0.050689697265625, - 0.0008535385131835938, - -0.0115814208984375, - 0.024444580078125, - -0.0003046989440917969, - -0.043365478515625, - 0.062164306640625, - 0.02276611328125, - 0.029296875, - 0.0033893585205078125, - -0.005962371826171875, - 0.0189056396484375, - -0.06768798828125, - 0.06573486328125, - 0.021484375, - -0.005321502685546875, - 0.03424072265625, - -0.057403564453125, - 0.0382080078125, - 0.0172271728515625, - 0.059783935546875, - -0.0306854248046875, - 0.057403564453125, - -0.00885772705078125, - 0.025543212890625, - 0.015838623046875, - 0.01212310791015625, - 0.01267242431640625, - 0.01861572265625, - -0.01415252685546875, - 0.0423583984375, - 0.03424072265625, - 0.015838623046875, - -0.050689697265625, - -0.009796142578125, - 0.0054931640625, - -0.0011320114135742188, - 0.037017822265625, - -0.042755126953125, - -0.01593017578125, - 0.0235595703125, - 0.0249481201171875, - 0.05859375, - -0.045135498046875, - 0.03662109375, - -0.01267242431640625, - -0.033843994140625, - -0.015045166015625, - -0.00762176513671875 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "network-forensics", - "cloud-forensics", - "mobile-forensics" - ], - "phases": [ - "data-collection", - "examination" - ], - "tags": [ - "command-line", - "timeline", - "log-parser", - "cross-platform", - "timeline-merge", - "time-normalization", - "artifact-parser", - "elasticsearch-export", - "docker-support", - "timestomping-detection", - "modular-parsers", - "batch-processing" - ], - "skillLevel": "intermediate", - "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. command-line 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.02569580078125, - 0.0233154296875, - 0.057586669921875, - 0.0209503173828125, - 0.0214996337890625, - 0.035888671875, - 0.0058746337890625, - 0.0025959014892578125, - -0.0153961181640625, - 0.03570556640625, - -0.031890869140625, - 0.053924560546875, - 0.009246826171875, - 0.005512237548828125, - -0.051025390625, - 0.045928955078125, - -0.01384735107421875, - 0.0280609130859375, - 0.025146484375, - 0.01421356201171875, - -0.0093841552734375, - -0.053924560546875, - -0.075439453125, - -0.0172119140625, - 0.01220703125, - -0.0017309188842773438, - -0.00231170654296875, - -0.0684814453125, - -0.01849365234375, - -0.00792694091796875, - 0.019775390625, - -0.0293426513671875, - 0.0002377033233642578, - 0.0255126953125, - 0.0009794235229492188, - -0.01220703125, - 0.006103515625, - -0.048095703125, - -0.01457977294921875, - 0.042816162109375, - -0.0282440185546875, - 0.0118408203125, - 0.004032135009765625, - 0.012115478515625, - -0.0271453857421875, - -0.00432586669921875, - 0.012481689453125, - 0.01338958740234375, - 0.019500732421875, - -0.0262451171875, - 0.0157623291015625, - 0.033905029296875, - 0.02349853515625, - -0.005260467529296875, - -0.03497314453125, - 0.023681640625, - 0.0291595458984375, - 0.0018787384033203125, - -0.043365478515625, - 0.0499267578125, - -0.055389404296875, - -0.0293426513671875, - -0.0048980712890625, - -0.003734588623046875, - -0.00847625732421875, - 0.03680419921875, - -0.005123138427734375, - -0.0216827392578125, - -0.01776123046875, - -0.031890869140625, - 0.032623291015625, - -0.025146484375, - -0.0220489501953125, - 0.03973388671875, - -0.0291595458984375, - -0.04010009765625, - 0.0291595458984375, - 0.03863525390625, - 0.003940582275390625, - 0.01467132568359375, - -0.058319091796875, - -0.006694793701171875, - 0.048095703125, - -0.0207672119140625, - -0.0269622802734375, - -0.00235748291015625, - 0.03570556640625, - -0.01849365234375, - 0.0059661865234375, - -0.005786895751953125, - 0.0269622802734375, - 0.0118408203125, - 0.03973388671875, - -0.01959228515625, - 0.0278778076171875, - 0.041351318359375, - -0.019500732421875, - -0.0265960693359375, - -0.03936767578125, - 0.06561279296875, - 0.0214996337890625, - -0.02423095703125, - 0.040435791015625, - -0.023223876953125, - 0.0273284912109375, - -0.00307464599609375, - 0.018402099609375, - 0.0025615692138671875, - -0.007152557373046875, - -0.0006461143493652344, - -0.09222412109375, - -0.042266845703125, - -0.017120361328125, - -0.0684814453125, - -0.0264129638671875, - 0.005306243896484375, - -0.048095703125, - 0.02496337890625, - -0.0271453857421875, - -0.06231689453125, - 0.01202392578125, - 0.00843048095703125, - 0.0063323974609375, - 0.0202178955078125, - -0.03497314453125, - -0.04644775390625, - 0.02459716796875, - 0.0229644775390625, - -0.03497314453125, - -0.0225982666015625, - -0.0028934478759765625, - -0.0018224716186523438, - -0.01111602783203125, - -0.055389404296875, - -0.002300262451171875, - -0.0152130126953125, - 0.02569580078125, - 0.002902984619140625, - -0.017486572265625, - 0.01220703125, - 0.031707763671875, - -0.042633056640625, - -0.053192138671875, - 0.0229644775390625, - -0.046112060546875, - -0.019317626953125, - -0.0158538818359375, - 0.0380859375, - -0.0229644775390625, - 0.00742340087890625, - -0.01467132568359375, - 0.03790283203125, - 0.0714111328125, - 0.01065826416015625, - 0.012115478515625, - -0.01904296875, - 0.0098876953125, - -0.017669677734375, - 0.05029296875, - -0.0179443359375, - -0.01275634765625, - 0.00455474853515625, - 0.018585205078125, - 0.0369873046875, - -0.0045318603515625, - -0.030059814453125, - -0.012664794921875, - 0.02459716796875, - 0.030609130859375, - 0.0165863037109375, - 0.034423828125, - -0.0340576171875, - 0.0384521484375, - 0.06884765625, - -0.0012416839599609375, - 0.0289764404296875, - 0.00217437744140625, - -0.0222320556640625, - 0.041351318359375, - 0.042816162109375, - 0.00145721435546875, - -0.0227813720703125, - 0.06634521484375, - 0.0064239501953125, - 0.012298583984375, - -0.020050048828125, - -0.00811004638671875, - -0.01015472412109375, - -0.0469970703125, - 0.032989501953125, - -0.044647216796875, - -0.0162200927734375, - -0.030975341796875, - 0.051025390625, - 0.02423095703125, - 0.057586669921875, - 0.0287933349609375, - -0.0275115966796875, - 0.045562744140625, - -0.0019474029541015625, - 0.01338958740234375, - 0.01457977294921875, - -0.003711700439453125, - 0.044647216796875, - 0.030609130859375, - 0.005786895751953125, - -0.030059814453125, - 0.034423828125, - 0.0167694091796875, - -0.0269622802734375, - 0.01102447509765625, - 0.037353515625, - -0.00742340087890625, - -0.01849365234375, - -0.0213165283203125, - -0.02587890625, - 0.0155792236328125, - -0.0018672943115234375, - -0.02496337890625, - 0.012115478515625, - -0.0231475830078125, - -0.069580078125, - -0.0194091796875, - 0.0477294921875, - -0.0210418701171875, - 0.0340576171875, - 0.033172607421875, - -0.00843048095703125, - -0.025146484375, - 0.0155792236328125, - 0.030792236328125, - 0.0207672119140625, - -0.00806427001953125, - -0.0048980712890625, - -0.0172119140625, - -0.0157623291015625, - 0.0255126953125, - 0.0208587646484375, - -0.005237579345703125, - 0.012481689453125, - -0.01995849609375, - 0.0222320556640625, - -0.03717041015625, - 0.03790283203125, - 0.03607177734375, - -0.0220489501953125, - 0.00970458984375, - -0.0284271240234375, - 0.042083740234375, - 0.048828125, - -0.072509765625, - -0.012939453125, - -0.06671142578125, - 0.0163116455078125, - -0.08087158203125, - -0.053192138671875, - -0.0221405029296875, - -0.048828125, - 0.0517578125, - -0.029876708984375, - -0.0225067138671875, - -0.0026302337646484375, - 0.02349853515625, - 0.0093841552734375, - 0.0179443359375, - 0.00838470458984375, - -0.030426025390625, - -0.01329803466796875, - 0.101318359375, - -0.0499267578125, - -0.02587890625, - -0.02423095703125, - 0.033355712890625, - -0.0048980712890625, - 0.0225067138671875, - -0.005512237548828125, - 0.002323150634765625, - 0.017852783203125, - 0.0377197265625, - 0.01312255859375, - 0.0206756591796875, - -0.01739501953125, - 0.0001188516616821289, - 0.0377197265625, - -0.03790283203125, - 0.01116180419921875, - 0.004032135009765625, - 0.00019788742065429688, - 0.00801849365234375, - -0.055755615234375, - 0.011932373046875, - 0.043548583984375, - 0.030609130859375, - -0.009521484375, - 0.003780364990234375, - -0.0362548828125, - 0.018951416015625, - 0.0194091796875, - -0.01220703125, - 0.0477294921875, - 0.033905029296875, - -0.0025386810302734375, - 0.012481689453125, - -0.005443572998046875, - 0.01033782958984375, - -0.06304931640625, - -0.01239013671875, - -0.01776123046875, - -0.0179443359375, - -0.0225982666015625, - -0.017852783203125, - -0.000728607177734375, - -0.0186767578125, - 0.009796142578125, - 0.0007061958312988281, - 0.0058746337890625, - -0.03515625, - -0.031341552734375, - 0.0017652511596679688, - -0.0149383544921875, - -0.043182373046875, - -0.046112060546875, - 0.03460693359375, - -0.0201263427734375, - -0.00824737548828125, - -0.00833892822265625, - -0.0224151611328125, - -0.041900634765625, - 0.004169464111328125, - -0.032073974609375, - -0.002300262451171875, - -0.0058746337890625, - 0.053192138671875, - 0.02386474609375, - 0.011749267578125, - 0.0169525146484375, - 0.048828125, - 0.008880615234375, - -0.007244110107421875, - -0.0044403076171875, - -0.01015472412109375, - -0.0027446746826171875, - 0.0061492919921875, - -0.03570556640625, - -0.018951416015625, - -0.0222320556640625, - -0.00628662109375, - 0.019134521484375, - 0.012664794921875, - 0.0377197265625, - 0.0230560302734375, - -0.006378173828125, - -0.002300262451171875, - 0.09259033203125, - 0.003757476806640625, - 0.08087158203125, - -0.00592041015625, - -0.055389404296875, - -0.0058746337890625, - 0.034423828125, - -0.0151214599609375, - -0.01457977294921875, - 0.017578125, - 0.00778961181640625, - -0.0276947021484375, - 0.03570556640625, - -0.030242919921875, - 0.02532958984375, - -0.0036220550537109375, - 0.00746917724609375, - 0.0225067138671875, - -0.0094757080078125, - 0.0098419189453125, - 0.0247802734375, - 0.02569580078125, - 0.0204925537109375, - 0.03533935546875, - -0.0100250244140625, - 0.01029205322265625, - -0.055389404296875, - -0.08123779296875, - -0.0035076141357421875, - 0.01107025146484375, - 0.00737762451171875, - 0.030426025390625, - -0.0521240234375, - -0.0706787109375, - 0.0278778076171875, - -0.043731689453125, - 0.09185791015625, - 0.0491943359375, - 0.004077911376953125, - 0.01024627685546875, - -0.0164947509765625, - 0.01070404052734375, - 0.02532958984375, - 0.0213165283203125, - 0.03900146484375, - 0.0469970703125, - 0.03570556640625, - 0.006378173828125, - -0.0229644775390625, - -0.002960205078125, - 0.042816162109375, - 0.0227813720703125, - -0.01220703125, - 0.041168212890625, - 0.031341552734375, - 0.02459716796875, - -0.03424072265625, - 0.03424072265625, - -0.003780364990234375, - -0.01448822021484375, - 0.0098419189453125, - -0.0273284912109375, - 0.0206756591796875, - -0.040435791015625, - 0.007198333740234375, - -0.01702880859375, - 0.0208587646484375, - 0.019317626953125, - 0.033905029296875, - -0.0287933349609375, - -0.005168914794921875, - 0.054656982421875, - -0.06451416015625, - -0.0019588470458984375, - 0.040985107421875, - -0.02532958984375, - 0.01120758056640625, - -0.0380859375, - -0.053558349609375, - 0.048828125, - -0.0264129638671875, - -0.0732421875, - 0.0165863037109375, - 0.0289764404296875, - -0.031158447265625, - -0.0194091796875, - -0.048095703125, - 0.01143646240234375, - -0.02386474609375, - -0.032073974609375, - 0.0362548828125, - -0.0013036727905273438, - -0.00742340087890625, - 0.02423095703125, - 0.008697509765625, - -0.019683837890625, - -0.00769805908203125, - 0.03717041015625, - -0.030792236328125, - -0.030426025390625, - 0.0159454345703125, - -0.00074005126953125, - 0.0026187896728515625, - -0.01412200927734375, - -0.01052093505859375, - 0.0167694091796875, - 0.025146484375, - 0.01739501953125, - -0.003734588623046875, - -0.06414794921875, - -0.04010009765625, - -0.05902099609375, - 0.06378173828125, - 0.0269622802734375, - 0.042633056640625, - 0.00121307373046875, - -0.06597900390625, - 0.018951416015625, - -0.049560546875, - -0.0205841064453125, - -0.005512237548828125, - 0.01202392578125, - -0.0168609619140625, - 0.0692138671875, - -0.0012636184692382812, - -0.007289886474609375, - 0.007106781005859375, - 0.023681640625, - 0.0013322830200195312, - 0.00042700767517089844, - -0.0208587646484375, - 0.04736328125, - 0.0347900390625, - -0.0380859375, - -0.0064239501953125, - 0.001247406005859375, - 0.0151214599609375, - 0.0765380859375, - -0.06451416015625, - -0.0062408447265625, - -0.01357269287109375, - -0.0517578125, - -0.0225067138671875, - -0.018035888671875, - -0.0161285400390625, - -0.0291595458984375, - 0.00778961181640625, - 0.02423095703125, - 0.0004413127899169922, - 0.056121826171875, - 0.02532958984375, - 0.007152557373046875, - -0.00469207763671875, - 0.005535125732421875, - -0.0152130126953125, - 0.03680419921875, - -0.05975341796875, - -0.0284271240234375, - -0.005329132080078125, - 0.043914794921875, - -0.0273284912109375, - 0.01412200927734375, - -0.00460052490234375, - -0.018035888671875, - 0.031341552734375, - -0.055389404296875, - -0.003757476806640625, - -0.012298583984375, - 0.018218994140625, - -0.0484619140625, - -0.01904296875, - 0.01129913330078125, - 0.0287933349609375, - -0.001605987548828125, - 0.0222320556640625, - 0.01320648193359375, - -0.03826904296875, - 0.0229644775390625, - -0.0013036727905273438, - -0.018768310546875, - 0.01097869873046875, - 0.0205841064453125, - -0.0090179443359375, - -0.01357269287109375, - 0.032073974609375, - -0.0168609619140625, - -0.0125732421875, - -0.08306884765625, - 0.01348114013671875, - -0.0153045654296875, - -0.02532958984375, - -0.018035888671875, - -0.0207672119140625, - -0.06195068359375, - -0.0194091796875, - 0.0240478515625, - 0.049560546875, - 0.0061492919921875, - -0.048095703125, - -0.017486572265625, - -0.0098419189453125, - -0.0377197265625, - 0.031524658203125, - -0.0179443359375, - 0.007015228271484375, - 0.0034618377685546875, - -0.03680419921875, - 0.018585205078125, - 0.0153045654296875, - 0.033721923828125, - 0.0255126953125, - 0.04010009765625, - -0.0262451171875, - 0.0225067138671875, - 0.01430511474609375, - -0.00838470458984375, - -0.045379638671875, - -0.00469207763671875, - 0.0284271240234375, - -0.0469970703125, - -0.018218994140625, - 0.06341552734375, - 0.0255126953125, - 0.0273284912109375, - -0.03863525390625, - -0.0362548828125, - 0.055389404296875, - -0.01412200927734375, - 0.0947265625, - -0.01849365234375, - -0.042816162109375, - -0.01348114013671875, - 0.017578125, - 0.042999267578125, - 0.033721923828125, - 0.001190185546875, - -0.0289764404296875, - 0.01143646240234375, - 0.0517578125, - -0.0179443359375, - -0.03643798828125, - -0.053192138671875, - 0.03497314453125, - 0.0172119140625, - 0.08343505859375, - 0.00628662109375, - 0.0758056640625, - 0.01338958740234375, - -0.0164947509765625, - 0.019866943359375, - 0.0499267578125, - 0.0240478515625, - -0.032623291015625, - -0.06085205078125, - -0.0169525146484375, - 0.02532958984375, - -0.01129913330078125, - -0.045196533203125, - 0.0034618377685546875, - 0.05029296875, - -0.06304931640625, - -0.0244140625, - -0.019866943359375, - -0.0220489501953125, - 0.01904296875, - -0.01079559326171875, - -0.0157623291015625, - 0.0207672119140625, - 0.011749267578125, - -0.031158447265625, - 0.032440185546875, - -0.0207672119140625, - 0.01849365234375, - 0.053192138671875, - 0.031524658203125, - -0.005077362060546875, - 0.043914794921875, - 0.03424072265625, - 0.03497314453125, - 0.01448822021484375, - 0.03607177734375, - 0.01125335693359375, - 0.018585205078125, - 0.0289764404296875, - 0.06011962890625, - -0.03753662109375, - -0.00788116455078125, - -0.0125732421875, - 0.0208587646484375, - 0.05975341796875, - 0.019866943359375, - 0.01412200927734375, - 0.0149383544921875, - -0.0269622802734375, - -0.06268310546875, - 0.0021190643310546875, - 0.00244903564453125, - 0.004215240478515625, - -0.0231475830078125, - -0.03680419921875, - 0.030242919921875, - -0.01467132568359375, - 0.0273284912109375, - 0.030792236328125, - -0.02569580078125, - -0.023223876953125, - 0.053192138671875, - -0.0213165283203125, - -0.0362548828125, - 0.0213165283203125, - -0.017852783203125, - -0.052490234375, - -0.019866943359375, - -0.00801849365234375, - 0.037353515625, - -0.0027561187744140625, - -0.056121826171875, - 0.00323486328125, - 0.02459716796875, - -0.009979248046875, - -0.030059814453125, - -0.0045318603515625, - -0.005466461181640625, - -0.0060577392578125, - -0.03936767578125, - -0.049560546875, - -0.0255126953125, - 0.005489349365234375, - -0.0391845703125, - 0.055755615234375, - 0.029693603515625, - 0.00492095947265625, - -0.0008597373962402344, - -0.01120758056640625, - -0.054656982421875, - 0.032989501953125, - -0.0275115966796875, - 0.0484619140625, - 0.0229644775390625, - 0.0282440185546875, - 0.01430511474609375, - 0.048095703125, - 0.0033016204833984375, - -0.0148468017578125, - -0.0240478515625, - -0.0706787109375, - 0.0092010498046875, - 0.02496337890625, - -0.0034160614013671875, - -0.06195068359375, - 0.006877899169921875, - 0.0499267578125, - -0.06304931640625, - 0.0203094482421875, - -0.00592041015625, - -0.019317626953125, - -0.041534423828125, - 0.018035888671875, - 0.0090179443359375, - 0.007106781005859375, - 0.073974609375, - 0.0011157989501953125, - -0.0213165283203125, - 0.0164947509765625, - -0.055755615234375, - 0.054656982421875, - 0.002277374267578125, - 0.0267791748046875, - -0.045745849609375, - 0.02459716796875, - 0.02349853515625, - -0.012481689453125, - 0.0247802734375, - -0.06884765625, - -0.006740570068359375, - 0.030792236328125, - 0.017669677734375, - 0.00788116455078125, - -0.002346038818359375, - -0.033905029296875, - -0.0275115966796875, - -0.00439453125, - -0.00760650634765625, - 0.01134490966796875, - 0.01239013671875, - -0.025146484375, - -0.01134490966796875, - -0.0008254051208496094, - -0.053924560546875, - -0.02532958984375, - -0.01421356201171875, - 0.0276947021484375, - 0.007152557373046875, - -0.057586669921875, - -0.0027904510498046875, - -0.006561279296875, - 0.0164947509765625, - 0.02423095703125, - 0.044281005859375, - -0.042449951171875, - -0.01134490966796875, - 0.002437591552734375, - 0.052490234375, - 0.017486572265625, - 0.01107025146484375, - -0.00801849365234375, - -0.01239013671875, - 0.00746917724609375, - -0.02569580078125, - 0.044830322265625, - 0.02587890625, - -0.029693603515625, - -0.041351318359375, - -0.031524658203125, - -0.046630859375, - 0.03936767578125, - 0.0064239501953125, - 0.0380859375, - 0.012298583984375, - -0.01430511474609375, - -0.08343505859375, - 0.0262451171875, - -0.005443572998046875, - -0.0044403076171875, - 0.01357269287109375, - -0.030059814453125, - -0.058319091796875, - -0.055389404296875, - -0.01849365234375, - 0.01165771484375, - -0.01102447509765625, - 0.005146026611328125, - 0.030426025390625, - 0.00020074844360351562, - 0.0267791748046875, - 0.001247406005859375, - -0.0218658447265625, - 0.0469970703125, - 0.0231475830078125, - -0.045745849609375, - 0.06671142578125, - -0.0469970703125, - 0.0035305023193359375, - -0.01148223876953125, - 0.0210418701171875, - 0.00860595703125, - 0.0025272369384765625, - -0.0284271240234375, - -0.0217742919921875, - 0.03863525390625, - 0.05902099609375, - -0.02459716796875, - 0.0098419189453125, - -0.0225067138671875, - -0.005603790283203125, - -0.0147552490234375, - -0.013031005859375, - 0.017303466796875, - 0.0155792236328125, - -0.0267791748046875, - -0.0033473968505859375, - -0.05029296875, - -0.06085205078125, - -0.0011844635009765625, - -0.041534423828125, - 0.0019702911376953125, - 0.00792694091796875, - 0.0201263427734375, - 0.032073974609375, - -0.057220458984375, - 0.03515625, - -0.0194091796875, - -0.042449951171875, - -0.006786346435546875, - 0.012481689453125, - -0.017669677734375, - 0.041900634765625, - 0.0222320556640625, - -0.02606201171875, - -0.005031585693359375, - -0.0088348388671875, - -0.0153961181640625, - -0.00970458984375, - 0.00833892822265625, - -0.03973388671875, - 0.023681640625, - -0.042633056640625, - 0.0061492919921875, - 0.0213165283203125, - 0.01202392578125, - 0.01366424560546875, - -0.052490234375, - 0.0271453857421875, - -0.0391845703125, - -0.056854248046875, - 0.007152557373046875, - -0.0168609619140625, - -0.057952880859375, - 0.0289764404296875, - -0.042999267578125, - 0.00801849365234375, - 0.004169464111328125, - 0.0228729248046875, - 0.032073974609375, - 0.06707763671875, - 0.02386474609375, - -0.0269622802734375, - 0.0169525146484375, - -0.01430511474609375, - 0.0225067138671875, - 0.0506591796875, - 0.01776123046875, - 0.0099334716796875, - 0.01885986328125, - -0.0004470348358154297, - -0.08343505859375, - -0.005489349365234375, - -0.01056671142578125, - -0.044464111328125, - -0.0002689361572265625, - 0.06085205078125, - 0.00628662109375, - 0.01056671142578125, - 0.0026187896728515625, - 0.03936767578125, - 0.0219573974609375, - 0.00751495361328125, - -0.055389404296875, - -0.055755615234375, - 0.006740570068359375, - 0.045379638671875, - -0.0011444091796875, - -0.08343505859375, - 0.05975341796875, - 0.058685302734375, - 0.0151214599609375, - -0.01107025146484375, - 0.0025615692138671875, - -0.01357269287109375, - 0.0247802734375, - 0.0240478515625, - 0.017486572265625, - -0.0706787109375, - 0.018402099609375, - 0.01070404052734375, - -0.0034618377685546875, - 0.0160369873046875, - -0.01129913330078125, - -0.0205841064453125, - 0.0284271240234375, - -0.045013427734375, - 0.0034160614013671875, - 0.0282440185546875, - 0.0732421875, - 0.01024627685546875, - -0.043914794921875, - 0.0006208419799804688, - -0.00778961181640625, - 0.0206756591796875, - -0.012298583984375, - -0.0151214599609375, - 0.0160369873046875, - -0.017303466796875, - -0.005718231201171875, - 0.041717529296875, - 0.0090179443359375, - 0.054656982421875, - 0.017852783203125, - -0.046112060546875, - 0.0225982666015625, - 0.009613037109375, - 0.005397796630859375, - -0.0218658447265625, - -0.032257080078125, - -0.019134521484375, - -0.023681640625, - 0.01015472412109375, - -0.0035762786865234375, - 0.03662109375, - -0.00437164306640625, - -0.01393890380859375, - 0.0087432861328125, - 0.01776123046875, - 0.019775390625, - 0.03515625, - 0.0158538818359375, - -0.017578125, - 0.0150299072265625, - 0.0284271240234375, - -0.00240325927734375, - -0.0201263427734375, - 0.03973388671875, - -0.029876708984375, - 0.0090179443359375, - -0.033172607421875, - -0.033172607421875, - 0.0225982666015625, - -0.029876708984375, - 0.011932373046875, - -0.0155792236328125, - 0.0209503173828125, - -0.032989501953125, - -0.01357269287109375, - -0.0063323974609375, - 0.044647216796875, - -0.057952880859375, - 0.030975341796875, - 0.0156707763671875, - -0.0065155029296875, - -0.006378173828125, - -0.0213165283203125, - 0.0706787109375, - 0.0247802734375, - 0.0284271240234375, - -0.0172119140625, - -0.007289886474609375, - 0.017486572265625, - -0.0477294921875, - 0.0289764404296875, - 0.0214080810546875, - -0.001628875732421875, - 0.0262451171875, - 0.032806396484375, - 0.030975341796875, - -0.0157623291015625, - 0.01885986328125, - 0.005512237548828125, - -0.030609130859375, - 0.01812744140625, - 0.00231170654296875, - 0.030792236328125, - -0.003711700439453125, - -0.03790283203125, - -0.01959228515625, - -0.056121826171875, - 0.078369140625, - -0.00231170654296875, - -0.0167694091796875, - 0.0265960693359375, - -0.02496337890625, - 0.055389404296875, - 0.0153045654296875, - 0.043365478515625, - -0.06884765625, - 0.045928955078125, - -0.0262451171875, - -0.0013723373413085938, - 0.009979248046875, - -0.01412200927734375, - -0.004238128662109375, - 0.01329803466796875, - -0.0499267578125, - 0.05029296875, - 0.005718231201171875, - 0.01421356201171875, - -0.052825927734375, - -0.0025272369384765625, - 0.00746917724609375, - -0.005306243896484375, - 0.023681640625, - -0.0506591796875, - -0.033721923828125, - 0.013031005859375, - 0.0247802734375, - 0.049560546875, - -0.0011501312255859375, - 0.02386474609375, - -0.0154876708984375, - -0.0064697265625, - -0.0061492919921875, - -0.0164031982421875 - ], - "metadata": { - "domains": [ - "incident-response", - "malware-analysis" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "command-line", - "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_Suricata", - "type": "tool", - "name": "Suricata", - "content": "suricata die open-source-ids/ips-engine der oisf revolutioniert netzwerk-security- monitoring durch multi-threading und moderne protokoll-decoder. lua-scripts ermöglichen custom-detection-logic jenseits einfacher pattern-matching. besonders mächtig: http-keyword-matching in request-bodies, tls-certificate- fingerprinting, dns-tunneling-detection, file-extraction aus netzwerk- streams. die json-ausgabe integriert nahtlos in elk-stack oder splunk. rule-updates von proofpoint, emerging-threats halten signaturen aktuell. bypass-funktionen reduzieren false-positives bei bekanntem traffic. hardware-acceleration durch dpdk/pf_ring steigert performance auf 100gbit+. cluster-mode verteilt load über mehrere instanzen. die engine bildet das herzstück kommerzieller siem-systeme von elastic security bis wazuh. python-output-plugins ermöglichen custom-integrations. unverzichtbar für moderne socs die leistungsstarke threat-detection ohne vendor-lock-in benötigen. der de-facto-standard für open-source-nsm. ids nsm network-forensics analysis", - "embedding": [ - -0.018096923828125, - 0.0267181396484375, - 0.04150390625, - 0.035430908203125, - 0.0250244140625, - 0.0195159912109375, - 0.0129852294921875, - -0.0231170654296875, - -0.026153564453125, - 0.0021915435791015625, - -0.030517578125, - 0.038299560546875, - 0.01013946533203125, - -0.005023956298828125, - -0.060638427734375, - 0.05572509765625, - 0.0017414093017578125, - -0.00919342041015625, - 0.01326751708984375, - 0.019805908203125, - -0.0152587890625, - -0.0107574462890625, - -0.051544189453125, - -0.0028438568115234375, - -0.0194244384765625, - -0.0047607421875, - 0.0166778564453125, - -0.06292724609375, - -0.0076751708984375, - 0.00885772705078125, - 0.01554107666015625, - -0.0322265625, - 0.008575439453125, - 0.03204345703125, - -0.00124359130859375, - -0.031463623046875, - 0.034881591796875, - -0.05230712890625, - -0.0135498046875, - 0.0428466796875, - -0.024444580078125, - 0.038848876953125, - 0.0033397674560546875, - -0.00971221923828125, - -0.0274810791015625, - -0.053436279296875, - -0.0036258697509765625, - -0.021697998046875, - 0.01885986328125, - -0.0293731689453125, - 0.02691650390625, - 0.01515960693359375, - 0.01335906982421875, - -0.0002887248992919922, - -0.0504150390625, - 0.009429931640625, - 0.028045654296875, - -0.003246307373046875, - -0.03753662109375, - 0.050811767578125, - -0.028045654296875, - -0.007297515869140625, - -0.005733489990234375, - -0.01232147216796875, - 0.023590087890625, - 0.00649261474609375, - -0.01506805419921875, - -0.0291900634765625, - 0.001800537109375, - -0.00762939453125, - 0.0272979736328125, - -0.02691650390625, - 0.001125335693359375, - 0.0257720947265625, - -0.029571533203125, - -0.031463623046875, - 0.015350341796875, - 0.02142333984375, - 0.0176239013671875, - 0.0140228271484375, - -0.038665771484375, - 0.01198577880859375, - 0.0504150390625, - -0.00653839111328125, - -0.010284423828125, - -0.01279449462890625, - 0.0360107421875, - -0.00701141357421875, - 0.016876220703125, - 0.005329132080078125, - 0.004169464111328125, - -0.0089569091796875, - 0.053070068359375, - -0.001575469970703125, - 0.04095458984375, - 0.056854248046875, - -0.03961181640625, - -0.0272979736328125, - -0.0017766952514648438, - 0.04150390625, - 0.0174407958984375, - -0.0209503173828125, - 0.047576904296875, - -0.020751953125, - 0.059906005859375, - -0.01364898681640625, - 0.00881195068359375, - -0.036376953125, - 0.0221710205078125, - 0.00791168212890625, - -0.100830078125, - -0.0394287109375, - -0.01374053955078125, - -0.06707763671875, - -0.0236968994140625, - -0.006443023681640625, - -0.0159149169921875, - 0.025970458984375, - -0.051177978515625, - -0.039794921875, - 0.0299530029296875, - 0.031829833984375, - 0.0152587890625, - 0.0265350341796875, - -0.035430908203125, - -0.065185546875, - 0.004669189453125, - 0.008575439453125, - -0.03070068359375, - -0.0200958251953125, - -0.019989013671875, - -0.0080108642578125, - -0.017913818359375, - -0.0293731689453125, - -0.0009360313415527344, - -0.0152587890625, - 0.035247802734375, - -0.00145721435546875, - -0.0181884765625, - -0.00701141357421875, - 0.044342041015625, - -0.004669189453125, - -0.068603515625, - -0.002498626708984375, - -0.03961181640625, - -0.038848876953125, - -0.0193328857421875, - 0.04302978515625, - -0.0254058837890625, - 0.001232147216796875, - -0.0094757080078125, - 0.01335906982421875, - 0.0576171875, - -0.0063018798828125, - 0.05572509765625, - -0.020660400390625, - 0.007343292236328125, - -0.0085296630859375, - 0.050811767578125, - -0.004596710205078125, - -0.023223876953125, - -0.00013184547424316406, - 0.00238037109375, - 0.005970001220703125, - -0.00113677978515625, - -0.01364898681640625, - -0.0020618438720703125, - 0.026153564453125, - 0.027679443359375, - -0.003269195556640625, - 0.034881591796875, - -0.00829315185546875, - 0.047760009765625, - 0.052703857421875, - -0.00696563720703125, - 0.01904296875, - -0.00030803680419921875, - 0.003505706787109375, - 0.00762939453125, - 0.016876220703125, - -0.020843505859375, - 0.003269195556640625, - 0.047760009765625, - -0.006443023681640625, - -0.0008649826049804688, - -0.01326751708984375, - -0.016387939453125, - 0.01165771484375, - -0.042083740234375, - 0.03277587890625, - -0.044158935546875, - -0.0135498046875, - -0.03448486328125, - 0.02862548828125, - 0.0272979736328125, - 0.040740966796875, - -0.0051422119140625, - -0.03277587890625, - 0.040557861328125, - -0.00786590576171875, - 0.023590087890625, - 0.0284271240234375, - -0.00909423828125, - 0.0213165283203125, - 0.02178955078125, - -0.002452850341796875, - -0.0038623809814453125, - 0.018096923828125, - 0.02691650390625, - -0.02264404296875, - 0.006206512451171875, - 0.060272216796875, - -0.01459503173828125, - -0.03375244140625, - -0.0201873779296875, - -0.038299560546875, - 0.01904296875, - -0.007343292236328125, - -0.0219879150390625, - 0.0248260498046875, - -0.00962066650390625, - -0.0254058837890625, - -0.00004851818084716797, - 0.038482666015625, - -0.031646728515625, - 0.04150390625, - 0.045867919921875, - -0.0116119384765625, - -0.00872039794921875, - 0.03582763671875, - 0.047760009765625, - 0.0015163421630859375, - 0.01146697998046875, - -0.010894775390625, - -0.0218963623046875, - -0.0122222900390625, - 0.0230255126953125, - 0.059906005859375, - 0.0086212158203125, - 0.0394287109375, - -0.005519866943359375, - 0.010284423828125, - 0.0038852691650390625, - 0.043975830078125, - 0.04718017578125, - -0.047760009765625, - -0.01364898681640625, - 0.018768310546875, - 0.031829833984375, - 0.0445556640625, - -0.053070068359375, - 0.00975799560546875, - -0.059906005859375, - 0.0291900634765625, - -0.08111572265625, - -0.036590576171875, - -0.02880859375, - -0.049285888671875, - 0.0435791015625, - -0.007770538330078125, - -0.01165771484375, - -0.0067291259765625, - 0.017242431640625, - 0.0166778564453125, - 0.036773681640625, - 0.00145721435546875, - -0.037139892578125, - -0.00383758544921875, - 0.0689697265625, - -0.0176239013671875, - -0.023590087890625, - -0.00739288330078125, - 0.052703857421875, - -0.00589752197265625, - 0.02142333984375, - -0.0216064453125, - 0.0089569091796875, - 0.0291900634765625, - 0.0267181396484375, - 0.05535888671875, - -0.01450347900390625, - 0.0006365776062011719, - -0.0183868408203125, - 0.044921875, - -0.0504150390625, - 0.0165863037109375, - -0.031829833984375, - -0.00971221923828125, - 0.01800537109375, - -0.059906005859375, - 0.0183868408203125, - 0.0177154541015625, - 0.02056884765625, - 0.0263519287109375, - 0.0147857666015625, - -0.051544189453125, - 0.02178955078125, - 0.0036258697509765625, - 0.00010585784912109375, - 0.01468658447265625, - 0.07012939453125, - -0.0218963623046875, - 0.00214385986328125, - -0.01146697998046875, - 0.0019550323486328125, - -0.03204345703125, - -0.016204833984375, - -0.03411865234375, - -0.0194244384765625, - -0.044158935546875, - -0.0303192138671875, - 0.017913818359375, - -0.01123046875, - 0.016876220703125, - -0.00962066650390625, - -0.00518798828125, - -0.02862548828125, - -0.04132080078125, - -0.0173492431640625, - -0.031280517578125, - -0.07354736328125, - -0.0445556640625, - 0.05230712890625, - 0.0284271240234375, - 0.02227783203125, - -0.003910064697265625, - 0.0156402587890625, - -0.04681396484375, - 0.00691986083984375, - -0.0250244140625, - 0.01421356201171875, - 0.011138916015625, - 0.04681396484375, - 0.0090484619140625, - 0.0174407958984375, - 0.034698486328125, - 0.076171875, - 0.01013946533203125, - 0.00225067138671875, - -0.006351470947265625, - 0.005733489990234375, - 0.00919342041015625, - 0.0377197265625, - -0.0174407958984375, - -0.015350341796875, - -0.00909423828125, - -0.01013946533203125, - 0.016021728515625, - 0.00762939453125, - 0.01629638671875, - 0.01468658447265625, - -0.0201873779296875, - 0.00357818603515625, - 0.060638427734375, - 0.002498626708984375, - 0.09136962890625, - -0.0090484619140625, - -0.028045654296875, - 0.00447845458984375, - 0.0360107421875, - -0.050811767578125, - 0.024444580078125, - 0.03448486328125, - 0.03753662109375, - 0.00653839111328125, - 0.036376953125, - 0.0037441253662109375, - 0.049285888671875, - -0.018096923828125, - -0.01515960693359375, - 0.0239715576171875, - 0.01715087890625, - 0.00824737548828125, - 0.0267181396484375, - 0.03997802734375, - 0.0094757080078125, - 0.06597900390625, - -0.0299530029296875, - -0.01629638671875, - -0.05572509765625, - -0.0716552734375, - 0.01241302490234375, - 0.0239715576171875, - -0.0004737377166748047, - 0.04888916015625, - -0.042266845703125, - -0.0902099609375, - 0.035247802734375, - -0.038299560546875, - 0.07733154296875, - 0.03997802734375, - 0.0282440185546875, - 0.029754638671875, - -0.018096923828125, - -0.0176239013671875, - 0.03619384765625, - -0.007343292236328125, - 0.038299560546875, - 0.0712890625, - -0.0011138916015625, - -0.00601959228515625, - -0.009857177734375, - 0.005023956298828125, - 0.034698486328125, - -0.0089569091796875, - -0.01800537109375, - 0.025970458984375, - 0.017059326171875, - 0.029754638671875, - -0.007061004638671875, - 0.04150390625, - 0.031829833984375, - -0.0308990478515625, - 0.027862548828125, - -0.0034122467041015625, - 0.030517578125, - -0.0614013671875, - 0.004383087158203125, - 0.01018524169921875, - -0.003055572509765625, - 0.02056884765625, - 0.0210418701171875, - -0.0218963623046875, - -0.0195159912109375, - 0.04473876953125, - -0.0799560546875, - 0.0116119384765625, - 0.0193328857421875, - 0.01151275634765625, - 0.00023102760314941406, - -0.033935546875, - -0.054962158203125, - 0.0229339599609375, - -0.038299560546875, - -0.024169921875, - 0.00782012939453125, - 0.0202789306640625, - -0.040191650390625, - -0.0220794677734375, - -0.0166778564453125, - -0.0010900497436523438, - -0.0250244140625, - -0.0267181396484375, - 0.0290069580078125, - -0.0184783935546875, - -0.03924560546875, - 0.038665771484375, - 0.002132415771484375, - -0.0094757080078125, - -0.0394287109375, - 0.0230255126953125, - -0.0322265625, - -0.0445556640625, - 0.02520751953125, - 0.0099945068359375, - 0.0148773193359375, - -0.01629638671875, - -0.0017414093017578125, - -0.0227508544921875, - 0.045501708984375, - -0.0010900497436523438, - 0.003246307373046875, - -0.0723876953125, - -0.03277587890625, - -0.049652099609375, - 0.04815673828125, - 0.020660400390625, - 0.033355712890625, - -0.01142120361328125, - -0.06707763671875, - 0.013458251953125, - -0.053436279296875, - -0.017242431640625, - -0.01270294189453125, - 0.026153564453125, - -0.01326751708984375, - 0.059906005859375, - -0.00876617431640625, - 0.002712249755859375, - -0.0228424072265625, - 0.047943115234375, - 0.0174407958984375, - -0.0191497802734375, - -0.045684814453125, - 0.03204345703125, - 0.042083740234375, - -0.047393798828125, - -0.0032939910888671875, - -0.00044417381286621094, - -0.006824493408203125, - 0.068603515625, - -0.0640869140625, - 0.00431060791015625, - -0.024169921875, - -0.0689697265625, - -0.0250244140625, - -0.027099609375, - -0.0308990478515625, - -0.05419921875, - 0.029571533203125, - 0.01198577880859375, - 0.0185699462890625, - 0.035247802734375, - 0.0005478858947753906, - -0.01450347900390625, - 0.0193328857421875, - -0.00516510009765625, - -0.01241302490234375, - 0.004405975341796875, - -0.024169921875, - -0.0254058837890625, - -0.01142120361328125, - 0.036590576171875, - -0.0173492431640625, - -0.0008349418640136719, - -0.00014138221740722656, - -0.01241302490234375, - 0.036956787109375, - -0.0343017578125, - 0.0004353523254394531, - -0.00848388671875, - -0.04644775390625, - -0.0282440185546875, - -0.0233154296875, - 0.00469207763671875, - 0.024444580078125, - -0.0040283203125, - 0.02691650390625, - 0.0272979736328125, - -0.029571533203125, - 0.01629638671875, - 0.0255889892578125, - -0.04339599609375, - 0.00495147705078125, - -0.0004649162292480469, - 0.002475738525390625, - -0.0194244384765625, - 0.023590087890625, - -0.0267181396484375, - -0.036590576171875, - -0.0640869140625, - 0.03582763671875, - -0.0120391845703125, - -0.0158233642578125, - -0.0192413330078125, - -0.018096923828125, - -0.040740966796875, - -0.040191650390625, - 0.0174407958984375, - 0.0411376953125, - 0.0013742446899414062, - -0.019805908203125, - -0.01374053955078125, - -0.01165771484375, - -0.03997802734375, - 0.028045654296875, - -0.01468658447265625, - 0.007297515869140625, - -0.020660400390625, - -0.058013916015625, - 0.024444580078125, - 0.0138397216796875, - 0.0310821533203125, - 0.0107574462890625, - 0.0282440185546875, - -0.0181884765625, - 0.01374053955078125, - -0.01544952392578125, - 0.007534027099609375, - -0.01241302490234375, - 0.001575469970703125, - 0.004337310791015625, - -0.03448486328125, - 0.017242431640625, - 0.0121307373046875, - 0.0108489990234375, - 0.0085296630859375, - 0.005306243896484375, - -0.047943115234375, - 0.045867919921875, - 0.0018949508666992188, - 0.05230712890625, - -0.043792724609375, - -0.06292724609375, - 0.01971435546875, - 0.0099945068359375, - 0.031280517578125, - 0.034881591796875, - 0.01270294189453125, - -0.0299530029296875, - 0.015350341796875, - 0.04150390625, - -0.0203704833984375, - -0.05194091796875, - -0.037353515625, - 0.0029964447021484375, - 0.01554107666015625, - 0.0640869140625, - -0.0012559890747070312, - 0.0784912109375, - 0.02520751953125, - -0.0076751708984375, - 0.024078369140625, - 0.060638427734375, - 0.006206512451171875, - -0.0181884765625, - -0.04888916015625, - -0.00701141357421875, - 0.05230712890625, - -0.047393798828125, - -0.038299560546875, - -0.033172607421875, - 0.049285888671875, - -0.06634521484375, - -0.0103302001953125, - -0.0274810791015625, - -0.00004458427429199219, - -0.003910064697265625, - -0.01004791259765625, - -0.008575439453125, - 0.033935546875, - -0.0094757080078125, - -0.032989501953125, - 0.033538818359375, - -0.017913818359375, - 0.00649261474609375, - 0.04833984375, - 0.031463623046875, - -0.002346038818359375, - 0.02880859375, - 0.006206512451171875, - 0.031280517578125, - 0.036956787109375, - 0.0089569091796875, - 0.0203704833984375, - 0.0248260498046875, - 0.0299530029296875, - 0.07427978515625, - -0.035064697265625, - -0.04302978515625, - 0.0159149169921875, - 0.033355712890625, - 0.031280517578125, - 0.0257720947265625, - 0.005756378173828125, - 0.013458251953125, - -0.00975799560546875, - -0.0380859375, - 0.03240966796875, - -0.0267181396484375, - -0.0274810791015625, - -0.0185699462890625, - -0.0360107421875, - 0.0184783935546875, - -0.0183868408203125, - 0.0445556640625, - 0.0177154541015625, - -0.022369384765625, - -0.0147857666015625, - 0.053436279296875, - -0.043212890625, - -0.043792724609375, - 0.004856109619140625, - 0.002475738525390625, - -0.0257720947265625, - -0.040191650390625, - -0.008148193359375, - 0.051177978515625, - -0.0111846923828125, - -0.07696533203125, - -0.031829833984375, - 0.04718017578125, - -0.0025119781494140625, - -0.0175323486328125, - -0.0011434555053710938, - 0.017913818359375, - -0.0212249755859375, - -0.04718017578125, - -0.05572509765625, - -0.0138397216796875, - 0.002452850341796875, - -0.0272979736328125, - -0.0027008056640625, - 0.007343292236328125, - -0.00928497314453125, - -0.033172607421875, - -0.005260467529296875, - -0.029754638671875, - 0.0263519287109375, - -0.04815673828125, - 0.04150390625, - 0.01497650146484375, - 0.0221710205078125, - 0.031646728515625, - 0.05609130859375, - 0.014404296875, - -0.003269195556640625, - -0.0010013580322265625, - -0.04339599609375, - 0.0104217529296875, - 0.004428863525390625, - 0.00009328126907348633, - -0.0675048828125, - 0.01194000244140625, - 0.04473876953125, - -0.05572509765625, - 0.0036716461181640625, - 0.0108489990234375, - -0.01288604736328125, - -0.07012939453125, - 0.01506805419921875, - -0.0002841949462890625, - 0.006256103515625, - 0.07769775390625, - -0.00696563720703125, - -0.0274810791015625, - -0.007579803466796875, - -0.0250244140625, - 0.049652099609375, - 0.01364898681640625, - 0.01108551025390625, - -0.02142333984375, - 0.005474090576171875, - 0.0284271240234375, - -0.0237884521484375, - 0.0218963623046875, - -0.08453369140625, - -0.0219879150390625, - 0.0284271240234375, - 0.0173492431640625, - -0.006160736083984375, - -0.01009368896484375, - -0.054595947265625, - -0.022369384765625, - -0.022552490234375, - 0.02264404296875, - 0.03411865234375, - 0.01270294189453125, - -0.02520751953125, - -0.0117950439453125, - -0.00604248046875, - -0.06103515625, - -0.037139892578125, - -0.0192413330078125, - 0.02691650390625, - 0.003696441650390625, - -0.046234130859375, - 0.008148193359375, - -0.0002841949462890625, - 0.044921875, - 0.031829833984375, - 0.03619384765625, - -0.0504150390625, - -0.023590087890625, - 0.016387939453125, - 0.034698486328125, - -0.00214385986328125, - -0.015350341796875, - -0.01800537109375, - 0.01198577880859375, - 0.0229339599609375, - -0.029754638671875, - 0.037353515625, - 0.040374755859375, - -0.021697998046875, - -0.050811767578125, - -0.017913818359375, - -0.050048828125, - 0.0380859375, - 0.00975799560546875, - 0.049652099609375, - -0.0089111328125, - -0.016876220703125, - -0.078857421875, - 0.046051025390625, - -0.0167694091796875, - 0.024444580078125, - 0.0183868408203125, - -0.0267181396484375, - -0.04888916015625, - -0.038482666015625, - -0.033538818359375, - 0.00928497314453125, - -0.0239715576171875, - 0.038482666015625, - 0.024169921875, - 0.0009474754333496094, - 0.01971435546875, - 0.0016469955444335938, - -0.0016231536865234375, - 0.038482666015625, - 0.021697998046875, - -0.042266845703125, - 0.0894775390625, - -0.036956787109375, - 0.0201873779296875, - -0.01554107666015625, - 0.005283355712890625, - -0.0104217529296875, - -0.0007758140563964844, - -0.03961181640625, - -0.0138397216796875, - 0.038299560546875, - 0.0166778564453125, - -0.01629638671875, - 0.027679443359375, - -0.0094757080078125, - 0.0216064453125, - 0.0112762451171875, - -0.022552490234375, - 0.00833892822265625, - 0.002593994140625, - -0.01611328125, - 0.014312744140625, - -0.05230712890625, - -0.051177978515625, - 0.016387939453125, - -0.0380859375, - -0.0056610107421875, - -0.01009368896484375, - 0.03619384765625, - 0.012603759765625, - -0.05230712890625, - 0.0246429443359375, - -0.022552490234375, - -0.001361846923828125, - -0.0157318115234375, - 0.00447845458984375, - -0.023406982421875, - 0.0435791015625, - 0.01251220703125, - -0.0310821533203125, - 0.0140228271484375, - 0.012603759765625, - -0.027099609375, - -0.029571533203125, - -0.00278472900390625, - -0.028045654296875, - 0.027679443359375, - -0.0689697265625, - -0.01165771484375, - 0.020843505859375, - 0.042449951171875, - 0.006633758544921875, - -0.038299560546875, - 0.053070068359375, - -0.0272979736328125, - -0.047576904296875, - 0.0254058837890625, - -0.01412200927734375, - -0.04132080078125, - 0.04852294921875, - -0.0156402587890625, - 0.0140228271484375, - -0.0147857666015625, - 0.03375244140625, - 0.0202789306640625, - 0.035064697265625, - 0.015350341796875, - -0.038482666015625, - -0.0049285888671875, - -0.012603759765625, - 0.031829833984375, - 0.0140228271484375, - 0.02227783203125, - 0.0121307373046875, - 0.032989501953125, - 0.0049285888671875, - -0.09857177734375, - 0.00521087646484375, - -0.03240966796875, - -0.047760009765625, - -0.00975799560546875, - 0.061798095703125, - 0.033538818359375, - 0.004192352294921875, - 0.021697998046875, - 0.046234130859375, - 0.0377197265625, - -0.00214385986328125, - 0.0024051666259765625, - -0.0538330078125, - -0.0015516281127929688, - 0.0139312744140625, - 0.038665771484375, - -0.06329345703125, - 0.036773681640625, - 0.082275390625, - -0.024169921875, - -0.00135040283203125, - 0.016021728515625, - -0.0122222900390625, - 0.023406982421875, - 0.03961181640625, - 0.0227508544921875, - -0.06256103515625, - -0.004642486572265625, - 0.0194244384765625, - 0.00521087646484375, - -0.00018727779388427734, - 0.01374053955078125, - -0.00604248046875, - 0.04168701171875, - -0.0716552734375, - -0.002155303955078125, - 0.01270294189453125, - 0.078857421875, - -0.0080108642578125, - -0.023406982421875, - 0.0099945068359375, - 0.03277587890625, - 0.02862548828125, - -0.03070068359375, - -0.01241302490234375, - 0.006443023681640625, - 0.004547119140625, - 0.00795745849609375, - 0.058380126953125, - 0.00975799560546875, - 0.03240966796875, - 0.034881591796875, - -0.03204345703125, - 0.047943115234375, - 0.004619598388671875, - 0.01459503173828125, - -0.00246429443359375, - -0.038848876953125, - -0.0140228271484375, - -0.037353515625, - 0.0229339599609375, - 0.0343017578125, - 0.026153564453125, - 0.0055694580078125, - -0.00604248046875, - 0.0089569091796875, - 0.0037670135498046875, - 0.02178955078125, - 0.027862548828125, - 0.038848876953125, - 0.0012731552124023438, - 0.0308990478515625, - 0.01554107666015625, - -0.01459503173828125, - 0.0012674331665039062, - 0.046051025390625, - -0.046051025390625, - 0.0175323486328125, - -0.0219879150390625, - -0.0025234222412109375, - 0.0111846923828125, - -0.027099609375, - -0.0177154541015625, - -0.033172607421875, - 0.0165863037109375, - -0.027862548828125, - -0.03448486328125, - -0.008148193359375, - 0.042083740234375, - -0.042633056640625, - 0.007579803466796875, - 0.027099609375, - -0.002109527587890625, - 0.01142120361328125, - -0.0377197265625, - 0.08795166015625, - 0.02142333984375, - 0.0282440185546875, - -0.0098114013671875, - 0.016876220703125, - 0.02227783203125, - -0.032989501953125, - 0.016387939453125, - 0.041900634765625, - -0.0006279945373535156, - 0.053436279296875, - 0.01421356201171875, - 0.00966644287109375, - -0.0682373046875, - 0.0267181396484375, - 0.007343292236328125, - -0.033355712890625, - 0.05572509765625, - -0.0031280517578125, - 0.025970458984375, - 0.002796173095703125, - 0.005237579345703125, - -0.0257720947265625, - -0.05609130859375, - 0.050811767578125, - 0.0159149169921875, - -0.017059326171875, - -0.01004791259765625, - -0.053436279296875, - 0.06365966796875, - 0.0229339599609375, - 0.0689697265625, - -0.046630859375, - 0.044921875, - -0.031280517578125, - 0.01335906982421875, - -0.0017061233520507812, - 0.0257720947265625, - -0.012603759765625, - 0.0274810791015625, - -0.042266845703125, - 0.034881591796875, - 0.035430908203125, - 0.0182952880859375, - -0.05194091796875, - 0.0017299652099609375, - 0.01270294189453125, - -0.00962066650390625, - 0.032989501953125, - -0.06365966796875, - -0.016204833984375, - 0.027099609375, - 0.0380859375, - 0.07012939453125, - -0.0108489990234375, - 0.033355712890625, - -0.0130767822265625, - 0.00400543212890625, - 0.0158233642578125, - -0.043792724609375 - ], - "metadata": { - "domains": [ - "network-forensics" - ], - "phases": [ - "analysis" - ], - "tags": [ - "ids", - "nsm" - ], - "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": [ + "IOC-matching", + "taxonomies", "api", - "geolocation", - "data-enrichment", - "cross-platform", - "automation-ready", - "offline-mode", - "vpn-detection", - "proxy-identification", - "bulk-processing", - "accuracy-metrics", - "historical-data", - "gdpr-compliant" + "threat-scoring", + "collaboration", + "correlation-engine", + "galaxy-clusters", + "warninglists", + "zeromq-feed", + "stix-export", + "federation" ], - "skillLevel": "beginner", + "skillLevel": "intermediate", "type": "tool" } }, { - "id": "tool_MSAB_XRY", + "id": "tool_hashdeep", "type": "tool", - "name": "MSAB XRY", - "content": "msab xry die schwedische mobile-forensik-suite bietet physical und logical extraction für ios und android mit regelmäßigen exploit-updates. besonders stark bei chinesischen smartphones (huawei, xiaomi) und speziellen hardware-typen. der drone-module extrahiert flugdaten von dji und parrot. xry camera identifiziert geräte aus bildern. die analyze-software visualisiert kommunikationsmuster und bewegungs- profile. xamn-elements für link-analyse zwischen mehreren geräten. cloud-extraction für 30+ services. die pin-code-breaker-hardware knackt 4-6 stellige codes. training und zertifizierung inklusive. preislich mit cellebrite vergleichbar (15.000€+) aber mit transparenterer verkaufspolitik. updates alle 6-8 wochen für neue apps. eu-basierte alternative zu us-amerikanischen lösungen. 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", + "name": "hashdeep", + "content": "hashdeep multithread‑fähiges audit‑werkzeug, das dateien rekursiv einliest und gleich mehrere hash‑algorithmen (md5, sha‑1, sha‑256, tiger u.a.) erzeugt. unterstützt „baseline auditing“ zum automatischen wieder­erkennen neuer oder veränderter dateien und kann hash‑listen in nist‑nsrl‑ oder csv‑format ausgeben – perfekt für große datenträger‑batches. hashing auditing multihash static-investigations cloud-forensics examination analysis", "embedding": [ - 0.0089874267578125, - 0.030853271484375, - 0.0281982421875, - 0.00841522216796875, - 0.0504150390625, - 0.05181884765625, - 0.03912353515625, - 0.0013494491577148438, - -0.01093292236328125, - -0.01163482666015625, - -0.0239715576171875, - 0.07012939453125, - 0.01154327392578125, - -0.000514984130859375, - -0.07122802734375, - 0.06414794921875, - 0.0168304443359375, - 0.021148681640625, - 0.01983642578125, - -0.007843017578125, - 0.0106201171875, - -0.0269775390625, - -0.0241546630859375, - 0.0045166015625, - 0.00881195068359375, - -0.005859375, - -0.0287322998046875, - -0.021942138671875, - -0.038787841796875, - 0.00771331787109375, - 0.02362060546875, - -0.01480865478515625, - -0.011810302734375, - 0.030670166015625, - 0.0022029876708984375, - -0.02362060546875, - 0.006786346435546875, - -0.0079345703125, - -0.0053558349609375, - 0.0303192138671875, - -0.00612640380859375, - 0.0066986083984375, - 0.0017957687377929688, - 0.01154327392578125, - -0.032623291015625, - -0.036651611328125, - -0.00890350341796875, - -0.033843994140625, - 0.0191192626953125, - -0.007625579833984375, - 0.010711669921875, - 0.022735595703125, - -0.01666259765625, - 0.002170562744140625, - -0.039306640625, - 0.006744384765625, - 0.00995635986328125, - -0.0312042236328125, - -0.054290771484375, - 0.0726318359375, - -0.05322265625, - -0.01242828369140625, - -0.0142822265625, - 0.00916290283203125, - 0.00275421142578125, - 0.035430908203125, - -0.01207733154296875, - -0.0224761962890625, - -0.00841522216796875, - 0.0280303955078125, - 0.0224761962890625, - -0.0200042724609375, - -0.028564453125, - 0.0114593505859375, - -0.030670166015625, - -0.038238525390625, - 0.022918701171875, - 0.01401519775390625, - -0.00665283203125, - -0.01093292236328125, - -0.027496337890625, - 0.000022709369659423828, - 0.039306640625, - 0.00122833251953125, - -0.0178070068359375, - -0.014190673828125, - 0.0238037109375, - -0.01049041748046875, - -0.00982666015625, - -0.0105743408203125, - 0.0210723876953125, - -0.01277923583984375, - 0.015960693359375, - 0.0017518997192382812, - 0.037017822265625, - 0.05816650390625, - -0.0162200927734375, - 0.0013551712036132812, - -0.034912109375, - 0.048309326171875, - 0.004383087158203125, - -0.0269775390625, - 0.049346923828125, - -0.0208892822265625, - 0.049346923828125, - -0.0377197265625, - -0.00010395050048828125, - -0.0301361083984375, - -0.0239715576171875, - -0.0011568069458007812, - -0.08746337890625, - -0.035064697265625, - -0.019561767578125, - -0.052520751953125, - -0.0234375, - -0.00876617431640625, - -0.0234375, - 0.02838134765625, - -0.03753662109375, - -0.033660888671875, - 0.042144775390625, - -0.007579803466796875, - 0.00766754150390625, - 0.00334930419921875, - -0.046875, - -0.05535888671875, - 0.0138397216796875, - 0.0239715576171875, - -0.0146331787109375, - -0.02520751953125, - -0.019561767578125, - -0.0271453857421875, - -0.0163116455078125, - -0.037200927734375, - -0.007801055908203125, - -0.05499267578125, - 0.0238037109375, - 0.00665283203125, - -0.01000213623046875, - 0.027679443359375, - 0.0305023193359375, - 0.003856658935546875, - -0.09307861328125, - 0.009124755859375, - -0.046173095703125, - -0.0074462890625, - -0.0312042236328125, - 0.0631103515625, - -0.057830810546875, - -0.004627227783203125, - -0.00930023193359375, - 0.0208892822265625, - 0.051483154296875, - 0.00069427490234375, - -0.009918212890625, - -0.029266357421875, - -0.0002396106719970703, - -0.032257080078125, - 0.033477783203125, - -0.0016632080078125, - -0.019744873046875, - 0.0217742919921875, - 0.01088714599609375, - 0.035430908203125, - -0.0262603759765625, - -0.034210205078125, - -0.0224761962890625, - 0.019744873046875, - 0.009521484375, - -0.0026111602783203125, - 0.0294342041015625, - -0.025390625, - 0.07861328125, - 0.07086181640625, - -0.005573272705078125, - 0.05712890625, - 0.0185089111328125, - -0.016387939453125, - 0.0009751319885253906, - 0.0241546630859375, - -0.0305023193359375, - -0.00982666015625, - 0.03155517578125, - 0.005641937255859375, - 0.016387939453125, - -0.01357269287109375, - -0.043731689453125, - 0.005245208740234375, - -0.04583740234375, - 0.052520751953125, - -0.0238037109375, - -0.02362060546875, - 0.0011568069458007812, - 0.0264434814453125, - 0.0281982421875, - 0.0849609375, - 0.03790283203125, - -0.036834716796875, - 0.035614013671875, - -0.0037021636962890625, - -0.004428863525390625, - 0.04248046875, - -0.005443572998046875, - 0.048309326171875, - 0.0345458984375, - 0.0232696533203125, - -0.010711669921875, - 0.05078125, - 0.01190185546875, - -0.007358551025390625, - -0.0174560546875, - 0.052886962890625, - -0.01313018798828125, - -0.01093292236328125, - -0.0310211181640625, - -0.021148681640625, - 0.0176239013671875, - -0.0262603759765625, - -0.0313720703125, - -0.01366424560546875, - 0.01392364501953125, - -0.062408447265625, - -0.0002493858337402344, - 0.03173828125, - -0.0289154052734375, - 0.0222930908203125, - 0.022918701171875, - -0.00372314453125, - -0.04248046875, - 0.009521484375, - 0.032440185546875, - 0.0262603759765625, - 0.021240234375, - -0.0045166015625, - -0.027496337890625, - -0.016571044921875, - 0.0241546630859375, - 0.0215911865234375, - 0.035614013671875, - 0.0142822265625, - -0.0200042724609375, - 0.057464599609375, - -0.017364501953125, - 0.027679443359375, - 0.03472900390625, - -0.0121612548828125, - -0.00019693374633789062, - 0.032958984375, - 0.029266357421875, - 0.037017822265625, - -0.05181884765625, - -0.00449371337890625, - -0.08428955078125, - 0.0207977294921875, - -0.061004638671875, - -0.037200927734375, - -0.00334930419921875, - -0.04901123046875, - 0.061004638671875, - -0.0207977294921875, - -0.038970947265625, - -0.01039886474609375, - 0.0224761962890625, - 0.021148681640625, - 0.03173828125, - 0.0145416259765625, - -0.035430908203125, - 0.0223846435546875, - 0.06695556640625, - 0.00045990943908691406, - -0.01207733154296875, - -0.02362060546875, - 0.026611328125, - -0.01568603515625, - 0.0280303955078125, - -0.0257415771484375, - 0.00009775161743164062, - 0.034210205078125, - 0.0313720703125, - 0.0138397216796875, - -0.046539306640625, - 0.0428466796875, - -0.0184173583984375, - 0.020355224609375, - -0.04388427734375, - -0.01357269287109375, - 0.0036144256591796875, - 0.004913330078125, - -0.011810302734375, - -0.0440673828125, - 0.003459930419921875, - 0.04248046875, - -0.0011682510375976562, - 0.0094757080078125, - -0.0074462890625, - -0.032958984375, - -0.0079803466796875, - 0.0171051025390625, - 0.0146331787109375, - 0.046875, - 0.01506805419921875, - -0.0287322998046875, - 0.00974273681640625, - 0.00453948974609375, - 0.005245208740234375, - -0.044769287109375, - -0.040191650390625, - -0.011016845703125, - 0.0013055801391601562, - -0.038421630859375, - -0.0162200927734375, - 0.005443572998046875, - -0.0333251953125, - 0.009918212890625, - -0.0066986083984375, - 0.003437042236328125, - -0.0238037109375, - -0.06805419921875, - -0.0154266357421875, - -0.0079803466796875, - -0.036651611328125, - -0.01322174072265625, - 0.06414794921875, - 0.00890350341796875, - 0.01128387451171875, - -0.01401519775390625, - -0.035064697265625, - -0.04248046875, - 0.0262603759765625, - 0.010711669921875, - 0.014892578125, - -0.042144775390625, - 0.0310211181640625, - 0.0015420913696289062, - 0.024322509765625, - 0.0200042724609375, - 0.0687255859375, - 0.05181884765625, - -0.00823974609375, - -0.00102996826171875, - 0.01198577880859375, - 0.01207733154296875, - 0.040191650390625, - -0.029266357421875, - -0.035247802734375, - -0.003833770751953125, - -0.03192138671875, - 0.036651611328125, - 0.035430908203125, - 0.042999267578125, - 0.0248565673828125, - -0.035614013671875, - 0.001773834228515625, - 0.0634765625, - -0.0029296875, - 0.08111572265625, - -0.0086822509765625, - -0.0312042236328125, - 0.005157470703125, - 0.040557861328125, - -0.0313720703125, - -0.005859375, - 0.050048828125, - -0.0029964447021484375, - 0.005222320556640625, - 0.0186920166015625, - -0.033477783203125, - 0.0214996337890625, - -0.0074920654296875, - -0.0201873779296875, - 0.01983642578125, - -0.0215911865234375, - 0.006565093994140625, - 0.035247802734375, - 0.047943115234375, - 0.00608062744140625, - 0.01000213623046875, - -0.034210205078125, - -0.006389617919921875, - -0.01154327392578125, - -0.047607421875, - 0.03173828125, - 0.0264434814453125, - 0.034912109375, - 0.034027099609375, - -0.032623291015625, - -0.079345703125, - 0.01044464111328125, - -0.047943115234375, - 0.0567626953125, - 0.054656982421875, - 0.01824951171875, - 0.0241546630859375, - -0.0142822265625, - 0.010711669921875, - 0.01445770263671875, - 0.006214141845703125, - 0.01207733154296875, - 0.04107666015625, - 0.02520751953125, - 0.0137481689453125, - -0.019744873046875, - 0.0234375, - 0.0273284912109375, - 0.00647735595703125, - -0.003437042236328125, - 0.046875, - 0.0210723876953125, - 0.049346923828125, - -0.007007598876953125, - 0.060638427734375, - -0.0004131793975830078, - 0.01198577880859375, - 0.01123809814453125, - -0.013397216796875, - 0.01163482666015625, - -0.04901123046875, - -0.00916290283203125, - -0.005992889404296875, - -0.0079345703125, - 0.021148681640625, - 0.0301361083984375, - -0.0638427734375, - -0.020538330078125, - 0.049346923828125, - -0.057464599609375, - 0.0223846435546875, - 0.03472900390625, - -0.033660888671875, - -0.0012674331665039062, - -0.01392364501953125, - -0.033660888671875, - 0.049713134765625, - 0.011016845703125, - -0.033660888671875, - 0.008636474609375, - 0.0217742919921875, - -0.0167388916015625, - -0.0273284912109375, - -0.042999267578125, - -0.0184173583984375, - -0.006256103515625, - -0.027679443359375, - 0.0380859375, - -0.0005593299865722656, - -0.00396728515625, - 0.0303192138671875, - 0.04443359375, - 0.00555419921875, - -0.0183258056640625, - 0.028564453125, - -0.0162200927734375, - -0.038970947265625, - 0.01568603515625, - 0.01251220703125, - 0.0472412109375, - -0.0201873779296875, - -0.0264434814453125, - 0.00066375732421875, - -0.00811004638671875, - 0.03173828125, - 0.0207061767578125, - -0.009521484375, - -0.0289154052734375, - -0.0396728515625, - 0.047943115234375, - 0.0230865478515625, - 0.05712890625, - -0.027496337890625, - -0.034912109375, - 0.0269775390625, - -0.04864501953125, - -0.0241546630859375, - -0.022918701171875, - 0.008636474609375, - -0.03173828125, - 0.072998046875, - -0.01198577880859375, - 0.00409698486328125, - -0.0035915374755859375, - 0.061004638671875, - 0.005596160888671875, - 0.0011348724365234375, - -0.059234619140625, - 0.032958984375, - 0.044769287109375, - -0.041778564453125, - -0.01357269287109375, - -0.0028858184814453125, - -0.03790283203125, - 0.0312042236328125, - -0.0199127197265625, - 0.0019063949584960938, - 0.01277923583984375, - -0.0726318359375, - -0.047943115234375, - -0.0287322998046875, - 0.00548553466796875, - -0.0137481689453125, - 0.03472900390625, - 0.029083251953125, - -0.035064697265625, - 0.0130462646484375, - -0.0113677978515625, - 0.0097808837890625, - 0.00836944580078125, - 0.00555419921875, - -0.0303192138671875, - 0.0199127197265625, - -0.062042236328125, - -0.01154327392578125, - -0.01190185546875, - 0.00855255126953125, - -0.016571044921875, - 0.00005370378494262695, - 0.0138397216796875, - -0.0184173583984375, - 0.030853271484375, - -0.035247802734375, - -0.015777587890625, - -0.004383087158203125, - -0.04388427734375, - -0.033660888671875, - 0.0070953369140625, - 0.004802703857421875, - 0.0239715576171875, - -0.020538330078125, - -0.0019283294677734375, - 0.03436279296875, - -0.061004638671875, - 0.0106201171875, - -0.0017080307006835938, - -0.007228851318359375, - -0.0011625289916992188, - -0.006744384765625, - -0.011810302734375, - 0.00920867919921875, - 0.049346923828125, - -0.0176239013671875, - -0.0208892822265625, - -0.0821533203125, - 0.00731658935546875, - -0.010711669921875, - -0.0208892822265625, - -0.01409912109375, - -0.055694580078125, - -0.05712890625, - -0.0006308555603027344, - 0.03192138671875, - 0.00766754150390625, - 0.0082855224609375, - -0.043548583984375, - -0.004055023193359375, - -0.0016412734985351562, - -0.0271453857421875, - 0.05218505859375, - -0.046875, - -0.003063201904296875, - -0.0017299652099609375, - -0.041595458984375, - 0.005619049072265625, - 0.0273284912109375, - 0.02679443359375, - 0.032440185546875, - 0.046875, - -0.011810302734375, - 0.041412353515625, - -0.0164794921875, - -0.016387939453125, - 0.0024356842041015625, - -0.0160369873046875, - 0.040557861328125, - -0.02996826171875, - -0.0313720703125, - -0.000049591064453125, - 0.01207733154296875, - 0.00687408447265625, - -0.030670166015625, - 0.0106658935546875, - 0.02838134765625, - -0.02978515625, - 0.03631591796875, - -0.0207977294921875, - -0.056396484375, - -0.0130462646484375, - -0.020355224609375, - 0.0361328125, - 0.03912353515625, - 0.00920867919921875, - -0.047607421875, - 0.0200042724609375, - 0.040374755859375, - -0.00008296966552734375, - -0.04388427734375, - -0.003459930419921875, - 0.01233673095703125, - 0.014984130859375, - 0.05712890625, - -0.0002932548522949219, - 0.08709716796875, - -0.0033721923828125, - 0.01525115966796875, - 0.030670166015625, - 0.040557861328125, - 0.034210205078125, - -0.01366424560546875, - -0.05181884765625, - 0.00885772705078125, - -0.019561767578125, - -0.042144775390625, - -0.051483154296875, - 0.009429931640625, - 0.03192138671875, - -0.062744140625, - -0.00608062744140625, - 0.01666259765625, - 0.0301361083984375, - -0.0020160675048828125, - -0.003658294677734375, - -0.0145416259765625, - 0.0239715576171875, - -0.001773834228515625, - -0.038238525390625, - -0.01904296875, - -0.0191192626953125, - 0.0239715576171875, - 0.05712890625, - 0.03314208984375, - 0.0153350830078125, - 0.0364990234375, - 0.022918701171875, - 0.014892578125, - 0.0273284912109375, - 0.04071044921875, - -0.0009417533874511719, - 0.0296173095703125, - 0.06170654296875, - 0.034027099609375, - -0.01480865478515625, - -0.0218658447265625, - -0.005420684814453125, - 0.0026874542236328125, - 0.037017822265625, - 0.061004638671875, - -0.0216827392578125, - -0.0041656494140625, - -0.016571044921875, - -0.05535888671875, - 0.01366424560546875, - 0.00872802734375, - 0.01277923583984375, - -0.0504150390625, - -0.046173095703125, - 0.0142822265625, - -0.042144775390625, - 0.04107666015625, - 0.005157470703125, - -0.038421630859375, - 0.0110626220703125, - 0.046875, - -0.01471710205078125, - -0.036651611328125, - 0.018768310546875, - -0.00731658935546875, - -0.030670166015625, - -0.049346923828125, - -0.042999267578125, - 0.008331298828125, - -0.02996826171875, - -0.038238525390625, - -0.022735595703125, - 0.05499267578125, - -0.01242828369140625, - -0.0305023193359375, - -0.0250244140625, - -0.00399017333984375, - -0.009429931640625, - -0.042144775390625, - -0.041259765625, - -0.0287322998046875, - 0.020538330078125, - -0.026092529296875, - 0.0122528076171875, - -0.009124755859375, - -0.007534027099609375, - -0.00647735595703125, - -0.00449371337890625, - -0.01436614990234375, - 0.00841522216796875, - -0.03594970703125, - 0.036651611328125, - 0.01009368896484375, - 0.0241546630859375, - 0.037384033203125, - 0.057830810546875, - -0.01357269287109375, - 0.0081939697265625, - -0.03277587890625, - -0.04547119140625, - 0.021331787109375, - 0.00469207763671875, - 0.003833770751953125, - -0.08428955078125, - 0.0138397216796875, - 0.069091796875, - -0.1099853515625, - 0.0126953125, - -0.007228851318359375, - -0.0163116455078125, - -0.028564453125, - -0.01287078857421875, - -0.003658294677734375, - 0.01348876953125, - 0.0853271484375, - -0.0090789794921875, - -0.02838134765625, - 0.014892578125, - -0.01824951171875, - 0.046173095703125, - -0.0031948089599609375, - 0.0019502639770507812, - -0.029083251953125, - 0.0287322998046875, - 0.0010461807250976562, - -0.00969696044921875, - 0.00156402587890625, - -0.061004638671875, - -0.006256103515625, - 0.03631591796875, - 0.0345458984375, - 0.0218658447265625, - -0.034027099609375, - -0.030670166015625, - -0.01551055908203125, - -0.01824951171875, - 0.034210205078125, - 0.0066986083984375, - -0.007358551025390625, - -0.0634765625, - -0.0163116455078125, - -0.0045623779296875, - -0.04901123046875, - -0.01904296875, - -0.0269775390625, - 0.04864501953125, - 0.00815582275390625, - -0.032073974609375, - 0.018768310546875, - 0.0278472900390625, - -0.00354766845703125, - -0.0038776397705078125, - 0.05078125, - -0.0428466796875, - -0.0168304443359375, - -0.0031948089599609375, - 0.02679443359375, - -0.011810302734375, - -0.0113677978515625, - -0.0014982223510742188, - 0.00836944580078125, - 0.0239715576171875, - -0.0310211181640625, - 0.0161285400390625, - 0.035247802734375, - -0.0146331787109375, - -0.04547119140625, - -0.0281982421875, - -0.032257080078125, - 0.0281982421875, - -0.0130462646484375, - 0.051483154296875, - -0.00801849365234375, - -0.0142822265625, - -0.08990478515625, - 0.049346923828125, - -0.0303192138671875, - -0.007534027099609375, - 0.0214996337890625, - -0.030853271484375, - -0.0845947265625, - -0.043548583984375, - -0.029083251953125, - -0.00449371337890625, - -0.030853271484375, - 0.0113677978515625, - -0.0287322998046875, - 0.0209808349609375, - -0.0070953369140625, - 0.005573272705078125, - -0.0014209747314453125, - 0.057830810546875, - 0.01506805419921875, - -0.0440673828125, - 0.060272216796875, - -0.0440673828125, - -0.0122528076171875, - -0.0106658935546875, - 0.00612640380859375, - 0.01074981689453125, - -0.0049591064453125, - 0.0081939697265625, - -0.0122528076171875, - 0.041595458984375, - 0.04583740234375, - -0.04547119140625, - 0.02996826171875, - -0.0171051025390625, - 0.01088714599609375, - -0.0090789794921875, - -0.0168304443359375, - 0.0020275115966796875, - 0.005046844482421875, - -0.030853271484375, - -0.0018510818481445312, - -0.049346923828125, - -0.06695556640625, - 0.010711669921875, - -0.03594970703125, - -0.00691986083984375, - 0.016387939453125, - 0.01824951171875, - 0.0024242401123046875, - -0.0655517578125, - 0.02142333984375, - -0.02978515625, - -0.02978515625, - -0.009033203125, - 0.0175323486328125, - -0.022216796875, - 0.05816650390625, - -0.020355224609375, - -0.0535888671875, - 0.02978515625, - -0.007183074951171875, - -0.0006003379821777344, - -0.01445770263671875, - 0.02996826171875, - -0.0238037109375, - 0.033477783203125, - -0.0789794921875, - -0.0178985595703125, - 0.0154266357421875, - 0.041778564453125, - -0.01471710205078125, - -0.013397216796875, - 0.046539306640625, - -0.024322509765625, - -0.0224761962890625, - -0.005992889404296875, - -0.021240234375, - -0.046875, - 0.030670166015625, - 0.00015974044799804688, - 0.05181884765625, - 0.035430908203125, - 0.0305023193359375, - 0.0129547119140625, - 0.044952392578125, - -0.01568603515625, - -0.040008544921875, - -0.00608062744140625, - -0.0278472900390625, - 0.0183258056640625, - 0.007843017578125, - -0.0002906322479248047, - 0.00007677078247070312, - 0.01031494140625, - 0.00572967529296875, - -0.07647705078125, - -0.0011453628540039062, - -0.0294342041015625, - -0.058868408203125, - -0.015960693359375, - 0.07366943359375, - 0.0024013519287109375, - -0.0194854736328125, - 0.00531005859375, - 0.0250244140625, - 0.0023365020751953125, - -0.0094757080078125, - -0.0303192138671875, - -0.052886962890625, - -0.00031256675720214844, - 0.032073974609375, - 0.04547119140625, - -0.0638427734375, - 0.0216827392578125, - 0.052886962890625, - -0.0312042236328125, - -0.025909423828125, - -0.00612640380859375, - -0.0030841827392578125, - 0.0333251953125, - 0.0114593505859375, - 0.0079345703125, - -0.044586181640625, - 0.01401519775390625, - 0.033843994140625, - 0.01171875, - 0.004978179931640625, - -0.018768310546875, - -0.0396728515625, - 0.05816650390625, - -0.04425048828125, - 0.02679443359375, - -0.0011072158813476562, - 0.04901123046875, - 0.041778564453125, - -0.0273284912109375, - -0.0114593505859375, - 0.057464599609375, - -0.0041656494140625, - -0.01322174072265625, - 0.0137481689453125, - 0.035430908203125, - -0.0234375, - 0.0303192138671875, - 0.049346923828125, - 0.004428863525390625, - 0.04901123046875, - 0.007404327392578125, - -0.058868408203125, - 0.050048828125, - -0.007404327392578125, - 0.03173828125, - -0.00836944580078125, - -0.02679443359375, - -0.024322509765625, - -0.03314208984375, - 0.02978515625, - 0.004779815673828125, - 0.028564453125, - 0.028564453125, - -0.030853271484375, - -0.0207977294921875, - -0.002246856689453125, - 0.0230865478515625, - 0.01506805419921875, - 0.012603759765625, - 0.01666259765625, - 0.00982666015625, - 0.0178070068359375, - 0.0175323486328125, - -0.043365478515625, - 0.02838134765625, - -0.01009368896484375, - 0.02044677734375, - -0.049713134765625, - -0.01242828369140625, - 0.01171875, - -0.01525115966796875, - -0.0164794921875, - -0.027496337890625, - -0.0177154541015625, - -0.0028858184814453125, - -0.01568603515625, - 0.0037670135498046875, - 0.0222930908203125, - -0.0269775390625, - 0.049346923828125, - 0.0106658935546875, - -0.0012226104736328125, - -0.0153350830078125, - -0.04248046875, - 0.12548828125, - 0.029266357421875, - 0.022125244140625, - 0.016387939453125, - 0.02838134765625, - 0.049346923828125, - 0.00841522216796875, - 0.0232696533203125, - 0.0239715576171875, - -0.0174560546875, - 0.0255584716796875, - 0.04901123046875, - -0.005199432373046875, - -0.037200927734375, - 0.056060791015625, - 0.008331298828125, - -0.035797119140625, - 0.022918701171875, - 0.025390625, - 0.0184173583984375, - -0.01727294921875, - -0.01000213623046875, - -0.014892578125, - -0.058868408203125, - 0.07440185546875, - 0.003437042236328125, - -0.0214996337890625, - 0.0262603759765625, - -0.0631103515625, - 0.047943115234375, - -0.006832122802734375, - 0.026092529296875, - -0.021148681640625, - 0.052520751953125, - -0.0238037109375, - 0.01013946533203125, - -0.002777099609375, - 0.0248565673828125, - 0.005771636962890625, - 0.03173828125, - -0.021148681640625, - 0.0694580078125, - 0.006744384765625, - 0.005859375, - -0.07012939453125, - -0.0027866363525390625, - 0.025909423828125, - 0.01004791259765625, - 0.0333251953125, - -0.052886962890625, - 0.005950927734375, - -0.01039886474609375, - 0.0232696533203125, - 0.07684326171875, - -0.0257415771484375, - 0.005443572998046875, - 0.0097808837890625, - -0.0207061767578125, - 0.0114593505859375, - 0.002468109130859375 - ], - "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_md5sum___sha256sum", - "type": "tool", - "name": "md5sum / sha256sum", - "content": "md5sum / sha256sum klassische kommandozeilen‑checksummengeneratoren aus den gnu coreutils, die schnell kryptografische prüfsummen (md5 bzw. sha‑256) berechnen und verifizieren können. ideal zur integritätsprüfung von forensik‑images, log‑archiven und download‑artefakten; auch als stream‑filter einsetzbar („cat image.dd | sha256sum“). minimalistischer funktionsumfang, aber auf nahezu jeder unix‑ähnlichen plattform vorinstalliert und damit überall verfügbar. commandline hashing integrity incident-response static-investigations malware-analysis examination analysis", - "embedding": [ - -0.0148773193359375, - 0.0261077880859375, - 0.06719970703125, - -0.0244903564453125, - 0.02874755859375, - 0.044952392578125, - 0.02996826171875, - -0.0187225341796875, - -0.017822265625, - 0.01983642578125, - -0.0254058837890625, - 0.054656982421875, - 0.01953125, - 0.0012273788452148438, - -0.0251007080078125, - 0.0396728515625, - -0.02874755859375, - -0.0171051025390625, - -0.0036945343017578125, - 0.0307769775390625, - 0.010528564453125, - 0.007083892822265625, - -0.040496826171875, - 0.0205535888671875, - 0.0019102096557617188, - -0.0015115737915039062, - -0.030975341796875, - -0.086669921875, - -0.0283355712890625, - 0.01219940185546875, - -0.0023288726806640625, - -0.0183258056640625, - 0.0171051025390625, - 0.0301666259765625, - -0.019134521484375, - -0.00824737548828125, - -0.007541656494140625, - -0.035430908203125, - 0.00678253173828125, - 0.045745849609375, - -0.03887939453125, - -0.0038471221923828125, - 0.02490234375, - -0.02935791015625, - -0.0222625732421875, - -0.033416748046875, - 0.031982421875, - -0.01012420654296875, - -0.0016956329345703125, - -0.0439453125, - 0.034820556640625, - 0.01629638671875, - 0.0184173583984375, - -0.0291595458984375, - -0.04290771484375, - 0.04595947265625, - 0.0504150390625, - -0.038055419921875, - -0.03826904296875, - 0.029754638671875, - -0.0263214111328125, - -0.01366424560546875, - -0.038055419921875, - -0.01189422607421875, - 0.01558685302734375, - 0.0244903564453125, - -0.0267181396484375, - -0.021148681640625, - 0.006351470947265625, - 0.004833221435546875, - 0.0023403167724609375, - -0.027130126953125, - 0.002796173095703125, - 0.04534912109375, - -0.0279388427734375, - -0.0408935546875, - 0.0213623046875, - 0.02044677734375, - 0.036224365234375, - 0.01335906982421875, - -0.0243988037109375, - 0.039276123046875, - 0.067626953125, - -0.0390625, - 0.0018224716186523438, - 0.0196380615234375, - 0.01270294189453125, - -0.007793426513671875, - -0.01568603515625, - -0.004505157470703125, - 0.027130126953125, - 0.01078033447265625, - 0.040283203125, - -0.006427764892578125, - 0.03460693359375, - 0.04656982421875, - -0.0181121826171875, - 0.017608642578125, - 0.0157928466796875, - 0.038665771484375, - 0.01558685302734375, - -0.030364990234375, - 0.051025390625, - 0.0285491943359375, - 0.062744140625, - -0.02044677734375, - -0.0043792724609375, - -0.0074920654296875, - 0.00006759166717529297, - -0.01158905029296875, - -0.0894775390625, - -0.050811767578125, - -0.047576904296875, - -0.040283203125, - -0.0263214111328125, - -0.00024509429931640625, - -0.0018978118896484375, - 0.043731689453125, - -0.0257110595703125, - -0.045562744140625, - 0.007389068603515625, - 0.018829345703125, - -0.00789642333984375, - 0.006984710693359375, - -0.0408935546875, - -0.036041259765625, - 0.00794219970703125, - 0.002681732177734375, - -0.044342041015625, - -0.04473876953125, - 0.0032901763916015625, - -0.0172119140625, - -0.030975341796875, - -0.025909423828125, - 0.0167083740234375, - -0.0439453125, - 0.03521728515625, - -0.0048828125, - 0.00020170211791992188, - -0.01128387451171875, - 0.0574951171875, - -0.031982421875, - -0.06964111328125, - 0.007236480712890625, - -0.0222625732421875, - -0.0234832763671875, - -0.0338134765625, - 0.03399658203125, - -0.037445068359375, - -0.0158843994140625, - -0.002910614013671875, - 0.00885772705078125, - 0.05303955078125, - 0.0003478527069091797, - 0.007640838623046875, - -0.044952392578125, - 0.0166015625, - -0.014068603515625, - 0.0026569366455078125, - 0.00017952919006347656, - -0.05303955078125, - 0.0164947509765625, - -0.02813720703125, - 0.036041259765625, - -0.01027679443359375, - -0.053863525390625, - -0.033599853515625, - -0.0157928466796875, - 0.0167999267578125, - 0.03564453125, - 0.0164031982421875, - -0.0190277099609375, - 0.044952392578125, - 0.061553955078125, - 0.00432586669921875, - 0.0089569091796875, - -0.009918212890625, - -0.0032634735107421875, - 0.0254058837890625, - 0.032989501953125, - -0.01508331298828125, - -0.0421142578125, - 0.05303955078125, - 0.0160980224609375, - 0.018524169921875, - -0.00946807861328125, - -0.02581787109375, - 0.017913818359375, - -0.02813720703125, - 0.038055419921875, - -0.0311737060546875, - -0.0107269287109375, - 0.00463104248046875, - 0.044952392578125, - 0.0088043212890625, - 0.040679931640625, - 0.029754638671875, - 0.0203399658203125, - 0.053863525390625, - -0.014068603515625, - 0.00905609130859375, - 0.01953125, - 0.003871917724609375, - 0.05548095703125, - 0.021148681640625, - 0.0007939338684082031, - 0.00592041015625, - 0.03460693359375, - 0.044952392578125, - -0.04595947265625, - -0.01108551025390625, - 0.022064208984375, - -0.0118408203125, - -0.034820556640625, - -0.0273284912109375, - -0.041900634765625, - -0.004352569580078125, - -0.0011005401611328125, - -0.00632476806640625, - -0.014678955078125, - -0.0279388427734375, - -0.0305633544921875, - -0.031982421875, - 0.034210205078125, - -0.0213623046875, - 0.0247955322265625, - 0.0384521484375, - -0.029754638671875, - -0.0599365234375, - 0.0439453125, - 0.00247955322265625, - 0.03460693359375, - -0.00916290283203125, - 0.00133514404296875, - 0.001316070556640625, - 0.0009112358093261719, - 0.040496826171875, - 0.01396942138671875, - 0.01001739501953125, - 0.01538848876953125, - -0.011688232421875, - 0.010986328125, - -0.032989501953125, - 0.0305633544921875, - -0.0063018798828125, - -0.03826904296875, - 0.0240936279296875, - -0.010528564453125, - 0.01143646240234375, - 0.034820556640625, - -0.050018310546875, - -0.0186309814453125, - -0.061126708984375, - -0.0048828125, - -0.0716552734375, - -0.01123809814453125, - -0.042510986328125, - -0.01396942138671875, - 0.040069580078125, - -0.03521728515625, - -0.0250091552734375, - -0.004756927490234375, - -0.0006008148193359375, - 0.00946807861328125, - 0.058319091796875, - -0.016998291015625, - -0.052642822265625, - 0.00885772705078125, - 0.08746337890625, - -0.03887939453125, - -0.019439697265625, - -0.0174102783203125, - 0.007083892822265625, - 0.0008349418640136719, - 0.026519775390625, - -0.036651611328125, - -0.0190277099609375, - 0.0247039794921875, - 0.0203399658203125, - 0.0222625732421875, - -0.0183258056640625, - -0.010986328125, - -0.010223388671875, - 0.05120849609375, - -0.035430908203125, - 0.01275634765625, - 0.005542755126953125, - 0.002834320068359375, - -0.004581451416015625, - -0.06719970703125, - 0.00211334228515625, - 0.0516357421875, - 0.00885772705078125, - 0.0074920654296875, - 0.0024929046630859375, - -0.05059814453125, - -0.0048828125, - 0.00528717041015625, - -0.05059814453125, - 0.0225677490234375, - 0.040496826171875, - -0.03564453125, - 0.00647735595703125, - -0.02197265625, - 0.035430908203125, - -0.0224761962890625, - -0.03948974609375, - -0.03704833984375, - -0.0174102783203125, - -0.0574951171875, - -0.01953125, - 0.01305389404296875, - -0.032806396484375, - 0.01285552978515625, - 0.0030231475830078125, - -0.00885772705078125, - -0.05426025390625, - -0.042510986328125, - -0.0193328857421875, - -0.0350341796875, - -0.0199432373046875, - -0.022064208984375, - 0.040496826171875, - -0.02520751953125, - -0.0026073455810546875, - -0.003948211669921875, - 0.0108795166015625, - -0.030975341796875, - 0.0242919921875, - -0.0301666259765625, - 0.01457977294921875, - 0.023590087890625, - 0.06195068359375, - 0.0433349609375, - 0.050811767578125, - 0.03460693359375, - 0.042724609375, - 0.034820556640625, - 0.00006365776062011719, - -0.0119476318359375, - -0.005695343017578125, - 0.02752685546875, - 0.030364990234375, - -0.0158843994140625, - -0.02197265625, - -0.0020618438720703125, - -0.0237884521484375, - 0.010986328125, - 0.00463104248046875, - 0.018218994140625, - 0.038055419921875, - -0.019439697265625, - 0.012908935546875, - 0.04290771484375, - -0.0004870891571044922, - 0.07489013671875, - -0.01447296142578125, - -0.040069580078125, - 0.01396942138671875, - 0.02752685546875, - -0.01209259033203125, - -0.0011644363403320312, - 0.0261077880859375, - 0.016998291015625, - 0.0031375885009765625, - 0.0227813720703125, - 0.0052642822265625, - 0.0263214111328125, - 0.02166748046875, - -0.005767822265625, - 0.019134521484375, - -0.021453857421875, - 0.00597381591796875, - 0.05181884765625, - 0.019439697265625, - 0.018524169921875, - 0.01139068603515625, - -0.00835418701171875, - -0.0261077880859375, - -0.005947113037109375, - -0.04412841796875, - 0.0283355712890625, - 0.02996826171875, - 0.027740478515625, - 0.039886474609375, - -0.052215576171875, - -0.0858154296875, - 0.0408935546875, - -0.03643798828125, - 0.061126708984375, - 0.02459716796875, - 0.0138702392578125, - 0.0384521484375, - -0.03887939453125, - 0.023590087890625, - 0.0283355712890625, - 0.00322723388671875, - 0.0218658447265625, - 0.0251007080078125, - 0.036651611328125, - 0.011688232421875, - -0.0498046875, - 0.013763427734375, - 0.0157928466796875, - 0.0070343017578125, - 0.0132598876953125, - 0.0279388427734375, - 0.0164031982421875, - -0.00351715087890625, - -0.03887939453125, - 0.052215576171875, - 0.006252288818359375, - -0.010223388671875, - 0.00839996337890625, - 0.0019989013671875, - -0.005794525146484375, - -0.050018310546875, - -0.007843017578125, - -0.01209259033203125, - -0.004199981689453125, - 0.020751953125, - 0.032196044921875, - -0.034820556640625, - -0.0004744529724121094, - 0.0599365234375, - -0.045745849609375, - 0.044525146484375, - 0.008453369140625, - -0.041107177734375, - 0.0119476318359375, - -0.00824737548828125, - -0.070068359375, - -0.002681732177734375, - -0.053436279296875, - -0.053863525390625, - -0.0103759765625, - 0.0190277099609375, - -0.050018310546875, - -0.0267181396484375, - -0.057891845703125, - -0.036224365234375, - -0.0107269287109375, - -0.0177154541015625, - 0.031982421875, - -0.0015687942504882812, - -0.0103759765625, - 0.04150390625, - 0.067626953125, - -0.01174163818359375, - -0.0224761962890625, - 0.046966552734375, - -0.014373779296875, - -0.0408935546875, - 0.04412841796875, - 0.0017337799072265625, - 0.013763427734375, - -0.030975341796875, - -0.0261077880859375, - -0.02166748046875, - 0.0325927734375, - -0.01113128662109375, - 0.0138702392578125, - -0.056671142578125, - -0.041290283203125, - -0.0251007080078125, - 0.061126708984375, - 0.0154876708984375, - 0.032379150390625, - 0.0068817138671875, - -0.058319091796875, - 0.0183258056640625, - -0.056671142578125, - -0.02752685546875, - 0.0206451416015625, - 0.003795623779296875, - -0.00662994384765625, - 0.07452392578125, - -0.0212554931640625, - 0.0225677490234375, - -0.0228729248046875, - 0.039276123046875, - 0.02996826171875, - -0.006198883056640625, - -0.03643798828125, - 0.038665771484375, - 0.023284912109375, - -0.08502197265625, - -0.0159912109375, - -0.0291595458984375, - -0.003795623779296875, - 0.053436279296875, - -0.060333251953125, - -0.0186309814453125, - -0.0172119140625, - -0.06195068359375, - -0.02813720703125, - -0.0138702392578125, - -0.0038471221923828125, - -0.025604248046875, - 0.013763427734375, - 0.030364990234375, - 0.0108795166015625, - 0.03948974609375, - 0.018829345703125, - -0.007389068603515625, - 0.009613037109375, - -0.013763427734375, - 0.0071868896484375, - 0.0250091552734375, - -0.04656982421875, - -0.0228729248046875, - -0.0305633544921875, - 0.0291595458984375, - -0.0036945343017578125, - -0.01158905029296875, - -0.0221710205078125, - -0.0215606689453125, - 0.0273284912109375, - -0.025299072265625, - -0.0020999908447265625, - -0.0154876708984375, - -0.027130126953125, - -0.034210205078125, - -0.0203399658203125, - 0.01235198974609375, - -0.006122589111328125, - -0.030975341796875, - 0.019134521484375, - 0.0035419464111328125, - -0.036834716796875, - 0.035430908203125, - 0.0283355712890625, - 0.005390167236328125, - 0.00543975830078125, - -0.0009870529174804688, - -0.004581451416015625, - 0.0273284912109375, - 0.02197265625, - -0.0307769775390625, - -0.02996826171875, - -0.06475830078125, - 0.0390625, - 0.0015687942504882812, - -0.0171051025390625, - 0.003948211669921875, - -0.03582763671875, - -0.087890625, - -0.0164031982421875, - 0.02874755859375, - 0.001201629638671875, - -0.032196044921875, - -0.0027828216552734375, - -0.035430908203125, - -0.007289886474609375, - -0.040069580078125, - 0.02337646484375, - -0.033203125, - 0.043121337890625, - -0.007694244384765625, - -0.021148681640625, - 0.02581787109375, - 0.01508331298828125, - 0.032379150390625, - 0.041900634765625, - 0.00820159912109375, - -0.0247039794921875, - 0.01366424560546875, - -0.023681640625, - -0.0160980224609375, - -0.0157928466796875, - -0.0301666259765625, - 0.0224761962890625, - -0.01396942138671875, - -0.025909423828125, - 0.039886474609375, - 0.031768798828125, - 0.01922607421875, - -0.0103759765625, - -0.026519775390625, - 0.02752685546875, - -0.0009927749633789062, - 0.057098388671875, - -0.022369384765625, - -0.0716552734375, - 0.00693511962890625, - -0.0006642341613769531, - 0.0237884521484375, - 0.01346588134765625, - 0.0020618438720703125, - -0.033203125, - 0.0230712890625, - 0.06964111328125, - -0.031585693359375, - -0.03765869140625, - -0.0108795166015625, - 0.01209259033203125, - 0.0240936279296875, - 0.052215576171875, - 0.03582763671875, - 0.0906982421875, - 0.006198883056640625, - -0.0171051025390625, - 0.056671142578125, - 0.045135498046875, - 0.018524169921875, - -0.036651611328125, - -0.042510986328125, - 0.01093292236328125, - 0.005565643310546875, - -0.037872314453125, - -0.019439697265625, - -0.0164031982421875, - 0.076904296875, - -0.05303955078125, - 0.022979736328125, - -0.004100799560546875, - -0.0128021240234375, - 0.0129547119140625, - 0.01219940185546875, - -0.035430908203125, - 0.006072998046875, - -0.00920867919921875, - -0.02337646484375, - -0.02105712890625, - -0.0013284683227539062, - 0.0231781005859375, - 0.05548095703125, - 0.046142578125, - -0.029754638671875, - 0.0491943359375, - 0.010223388671875, - 0.0261077880859375, - 0.0311737060546875, - 0.040283203125, - -0.0009741783142089844, - 0.01068115234375, - 0.044952392578125, - 0.06317138671875, - -0.01629638671875, - -0.01953125, - 0.0174102783203125, - 0.017822265625, - 0.035430908203125, - 0.030364990234375, - 0.0177154541015625, - -0.01062774658203125, - -0.00247955322265625, - -0.0550537109375, - -0.00839996337890625, - -0.00485992431640625, - -0.00966644287109375, - -0.044525146484375, - -0.0037708282470703125, - -0.0114898681640625, - -0.04595947265625, - 0.0467529296875, - 0.021759033203125, - -0.0350341796875, - -0.01305389404296875, - 0.0257110595703125, - 0.01007080078125, - -0.031585693359375, - 0.0020999908447265625, - 0.01270294189453125, - 0.004505157470703125, - -0.0291595458984375, - -0.01001739501953125, - 0.0396728515625, - -0.02166748046875, - -0.07489013671875, - -0.027130126953125, - 0.02935791015625, - -0.0237884521484375, - -0.0350341796875, - -0.01538848876953125, - -0.0164947509765625, - -0.0135650634765625, - -0.050018310546875, - -0.051025390625, - -0.0135650634765625, - 0.0088043212890625, - -0.0261077880859375, - -0.00946807861328125, - -0.00662994384765625, - -0.0267181396484375, - -0.031768798828125, - -0.01922607421875, - -0.04718017578125, - 0.04656982421875, - -0.050201416015625, - 0.031585693359375, - 0.0107269287109375, - 0.0200347900390625, - 0.03643798828125, - 0.05426025390625, - -0.0479736328125, - 0.0009927749633789062, - -0.0157928466796875, - -0.0587158203125, - 0.03460693359375, - 0.0291595458984375, - -0.0028591156005859375, - -0.06561279296875, - -0.0113372802734375, - 0.050811767578125, - -0.060333251953125, - 0.0202484130859375, - -0.00824737548828125, - -0.00008064508438110352, - -0.034820556640625, - 0.0028095245361328125, - 0.018829345703125, - 0.033416748046875, - 0.112548828125, - 0.037872314453125, - -0.0295562744140625, - -0.01214599609375, - -0.01396942138671875, - 0.048583984375, - 0.014068603515625, - 0.040069580078125, - -0.048583984375, - 0.02874755859375, - -0.005718231201171875, - -0.0190277099609375, - 0.035430908203125, - -0.0679931640625, - 0.00662994384765625, - 0.01457977294921875, - 0.01250457763671875, - -0.01629638671875, - -0.014678955078125, - -0.04150390625, - -0.053863525390625, - -0.0279388427734375, - 0.0209503173828125, - -0.01078033447265625, - -0.00830078125, - -0.03765869140625, - 0.01113128662109375, - 0.0014934539794921875, - -0.033203125, - -0.02996826171875, - -0.033599853515625, - 0.036651611328125, - -0.00582122802734375, - -0.06317138671875, - 0.0311737060546875, - -0.0019741058349609375, - 0.0225677490234375, - 0.0062255859375, - 0.043121337890625, - -0.062744140625, - 0.005084991455078125, - 0.007793426513671875, - 0.005035400390625, - 0.02813720703125, - -0.006023406982421875, - -0.0015439987182617188, - 0.023681640625, - 0.022674560546875, - -0.01922607421875, - 0.05120849609375, - 0.02105712890625, - -0.018524169921875, - -0.045135498046875, - -0.0291595458984375, - -0.00470733642578125, - 0.0151824951171875, - -0.0032901763916015625, - 0.03643798828125, - 0.03887939453125, - -0.0190277099609375, - -0.05548095703125, - 0.0587158203125, - -0.053863525390625, - 0.039276123046875, - -0.00860595703125, - -0.000980377197265625, - -0.055877685546875, - -0.026519775390625, - -0.014068603515625, - 0.03521728515625, - -0.0174102783203125, - 0.034423828125, - 0.001277923583984375, - 0.01189422607421875, - -0.01528167724609375, - -0.036041259765625, - -0.00835418701171875, - 0.037445068359375, - 0.0224761962890625, - -0.016998291015625, - 0.048797607421875, - -0.0295562744140625, - 0.0273284912109375, - -0.0181121826171875, - 0.01316070556640625, - 0.032989501953125, - 0.01113128662109375, - -0.02459716796875, - -0.00789642333984375, - 0.0186309814453125, - 0.036041259765625, - -0.019744873046875, - 0.006732940673828125, - -0.01235198974609375, - 0.01447296142578125, - 0.01690673828125, - -0.022369384765625, - 0.014984130859375, - 0.00951385498046875, - -0.00589752197265625, - -0.027740478515625, - -0.06475830078125, - -0.081787109375, - -0.01016998291015625, - -0.05426025390625, - -0.01153564453125, - -0.00997161865234375, - 0.0138702392578125, - 0.004428863525390625, - -0.0224761962890625, - 0.0212554931640625, - -0.0118408203125, - 0.006099700927734375, - -0.0338134765625, - 0.014678955078125, - -0.0095672607421875, - 0.032379150390625, - 0.005161285400390625, - -0.04290771484375, - 0.0384521484375, - -0.0184173583984375, - -0.0019989013671875, - -0.0018978118896484375, - -0.0020999908447265625, - -0.03582763671875, - 0.02105712890625, - -0.065185546875, - -0.0042266845703125, - 0.01123809814453125, - 0.02044677734375, - 0.027130126953125, - -0.033203125, - 0.041900634765625, - -0.0148773193359375, - -0.059112548828125, - 0.00835418701171875, - -0.0107269287109375, - -0.0408935546875, - 0.019439697265625, - -0.00860595703125, - 0.0218658447265625, - -0.004756927490234375, - 0.05059814453125, - 0.019134521484375, - 0.0283355712890625, - -0.007289886474609375, - -0.006984710693359375, - -0.0129547119140625, - 0.00543975830078125, - 0.00804901123046875, - 0.02197265625, - 0.017913818359375, - -0.006679534912109375, - 0.0172119140625, - -0.0018854141235351562, - -0.09393310546875, - -0.01078033447265625, - -0.044342041015625, - -0.02752685546875, - -0.016998291015625, - 0.08746337890625, - 0.02874755859375, - -0.00946807861328125, - 0.0254058837890625, - 0.07086181640625, - 0.0269317626953125, - 0.0209503173828125, - -0.01153564453125, - -0.039886474609375, - 0.004276275634765625, - -0.0088043212890625, - 0.0117950439453125, - -0.059112548828125, - 0.040069580078125, - 0.0716552734375, - -0.022064208984375, - -0.01113128662109375, - -0.00662994384765625, - -0.0241851806640625, - 0.005214691162109375, - 0.03399658203125, - 0.023590087890625, - -0.03399658203125, - 0.01346588134765625, - 0.0164031982421875, - -0.007640838623046875, - 0.0004239082336425781, - -0.01335906982421875, - -0.048370361328125, - 0.052215576171875, - -0.046966552734375, - -0.0129547119140625, - 0.006275177001953125, - 0.09027099609375, - 0.0180206298828125, - -0.01316070556640625, - -0.0132598876953125, - 0.0283355712890625, - 0.02752685546875, - -0.038055419921875, - 0.012451171875, - -0.01189422607421875, - -0.01209259033203125, - 0.0227813720703125, - 0.051025390625, - -0.005619049072265625, - 0.033599853515625, - 0.0269317626953125, - -0.058319091796875, - 0.032196044921875, - -0.018218994140625, - 0.0009551048278808594, - 0.0255126953125, - -0.046142578125, - -0.0307769775390625, - -0.0789794921875, - 0.0205535888671875, - 0.0269317626953125, - 0.0193328857421875, - 0.034210205078125, - 0.016998291015625, - -0.00678253173828125, - 0.0013980865478515625, - -0.007389068603515625, - 0.0313720703125, - 0.031982421875, - 0.0119476318359375, - 0.0097198486328125, - 0.00662994384765625, - 0.0205535888671875, - -0.049407958984375, - 0.037261962890625, - -0.03460693359375, - -0.010223388671875, - -0.043731689453125, - 0.0010814666748046875, - 0.0089111328125, - -0.057891845703125, - 0.00006008148193359375, - -0.01558685302734375, - -0.00311279296875, - -0.0241851806640625, - -0.0479736328125, - -0.01275634765625, - 0.05120849609375, - 0.0006704330444335938, - 0.003948211669921875, - 0.01224517822265625, - -0.0014238357543945312, - 0.002719879150390625, - -0.048797607421875, - 0.039886474609375, - 0.014373779296875, - 0.032806396484375, - -0.007843017578125, - -0.01528167724609375, - -0.02752685546875, - -0.002315521240234375, - 0.02813720703125, - 0.02197265625, - -0.0390625, - 0.043121337890625, - 0.034820556640625, - 0.0243988037109375, - -0.0218658447265625, - 0.0190277099609375, - 0.004024505615234375, - -0.03704833984375, - 0.0421142578125, - 0.0244903564453125, - 0.0227813720703125, - -0.00366973876953125, - 0.0028095245361328125, - -0.01629638671875, - -0.048187255859375, - 0.07330322265625, - 0.01751708984375, - -0.0006704330444335938, - 0.042510986328125, - -0.03521728515625, - 0.06439208984375, - -0.003314971923828125, - 0.0679931640625, - -0.022369384765625, - 0.0433349609375, - -0.0218658447265625, - 0.0113372802734375, - 0.018829345703125, - 0.02520751953125, - -0.017822265625, - 0.0110321044921875, - -0.026519775390625, - 0.0504150390625, - 0.017608642578125, - -0.017913818359375, - -0.06597900390625, - 0.001354217529296875, - -0.014678955078125, - 0.0035686492919921875, - 0.0350341796875, - -0.046142578125, - -0.012908935546875, - -0.0094146728515625, - 0.03643798828125, - 0.07330322265625, - 0.0098724365234375, - 0.03765869140625, - -0.006526947021484375, - -0.0040740966796875, - 0.009613037109375, - -0.006072998046875 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "malware-analysis" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "commandline", - "hashing", - "integrity" - ], - "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.00001913309097290039, - 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.00011944770812988281, - -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.0201263427734375, + 0.0172576904296875, 0.052093505859375, - -0.052764892578125, - -0.046051025390625, - -0.01117706298828125, - 0.043365478515625, + -0.019927978515625, + 0.029205322265625, + 0.011688232421875, + 0.038665771484375, + 0.0089263916015625, + -0.015289306640625, + -0.01390838623046875, + -0.032745361328125, + 0.05523681640625, + -0.0004284381866455078, + -0.01873779296875, + -0.059967041015625, + 0.04083251953125, + -0.0112457275390625, + 0.0009984970092773438, + 0.022491455078125, + 0.024261474609375, + -0.0274200439453125, + 0.00922393798828125, + -0.027618408203125, + 0.0118865966796875, + 0.006561279296875, + -0.011444091796875, + -0.032958984375, + -0.07220458984375, + -0.0311737060546875, + 0.02239990234375, + 0.00942230224609375, + -0.04931640625, + 0.0169677734375, + 0.02032470703125, + 0.01390838623046875, + -0.0192413330078125, + 0.023284912109375, + -0.037078857421875, + -0.01430511474609375, + 0.02130126953125, + -0.0133209228515625, + 0.01776123046875, + -0.002292633056640625, + -0.01080322265625, + -0.0174560546875, + -0.03985595703125, + 0.00981903076171875, + -0.017364501953125, + 0.0189361572265625, + -0.049530029296875, + 0.01873779296875, + 0.0272216796875, + 0.0184478759765625, + -0.017852783203125, + -0.0307769775390625, + 0.0282135009765625, + 0.04736328125, + -0.01129150390625, + -0.03375244140625, + 0.0278167724609375, + -0.03729248046875, + 0.0234832763671875, + 0.0243682861328125, + -0.031768798828125, + 0.039276123046875, + 0.020416259765625, + -0.04595947265625, + -0.0260467529296875, + 0.0006780624389648438, + 0.0264434814453125, + 0.0110015869140625, + -0.0076446533203125, + 0.0029964447021484375, + 0.03668212890625, + -0.03216552734375, + -0.04241943359375, + 0.00902557373046875, + 0.0138092041015625, + 0.0123291015625, + 0.00244140625, + -0.033538818359375, + 0.01479339599609375, + 0.0457763671875, + -0.025054931640625, + -0.00666046142578125, + 0.01361083984375, + 0.01361083984375, + -0.0038967132568359375, + 0.005794525146484375, + 0.007495880126953125, + 0.0222930908203125, + -0.011444091796875, + 0.031768798828125, + -0.018341064453125, + 0.031768798828125, + 0.06866455078125, + 0.01410675048828125, + -0.002132415771484375, + 0.01519012451171875, + 0.0272216796875, + 0.0198211669921875, + -0.01194000244140625, + 0.051300048828125, + -0.0260467529296875, + 0.04241943359375, + -0.0256500244140625, + 0.005374908447265625, + -0.0390625, + -0.01218414306640625, + -0.00710296630859375, + -0.09429931640625, + -0.039459228515625, + -0.042236328125, + -0.0662841796875, + 0.001590728759765625, + 0.005352020263671875, + -0.00228118896484375, + 0.04913330078125, + -0.052490234375, + -0.05841064453125, + -0.00260162353515625, + 0.0084381103515625, + -0.02081298828125, + -0.01390838623046875, + -0.045166015625, + -0.059967041015625, + 0.01134490966796875, + 0.01129150390625, + -0.017364501953125, + -0.0218048095703125, + -0.0036754608154296875, + 0.00966644287109375, + 0.0172576904296875, + -0.05328369140625, + 0.0028228759765625, + -0.026641845703125, + 0.016571044921875, + -0.02337646484375, + 0.01568603515625, + -0.01312255859375, + 0.035919189453125, + -0.031768798828125, + -0.06671142578125, + 0.017364501953125, + -0.00690460205078125, + -0.0142059326171875, + -0.0222015380859375, + 0.03668212890625, + -0.039276123046875, + 0.01282501220703125, + -0.004364013671875, + 0.0188446044921875, + 0.054443359375, + -0.00946807861328125, + 0.01558685302734375, + -0.04498291015625, + 0.007595062255859375, + -0.0295867919921875, + 0.0256500244140625, + -0.005573272705078125, + -0.02130126953125, + 0.0055999755859375, + -0.0278167724609375, + 0.024658203125, + -0.0272216796875, + -0.047943115234375, + -0.0174560546875, + 0.037689208984375, + -0.0016155242919921875, + 0.01499176025390625, + 0.059967041015625, + -0.0214996337890625, + 0.045379638671875, + 0.06671142578125, + -0.01430511474609375, + 0.025054931640625, + 0.0033779144287109375, + -0.00414276123046875, + 0.0631103515625, + 0.0121307373046875, + -0.02801513671875, + -0.0017633438110351562, + 0.08367919921875, + 0.00878143310546875, + 0.004810333251953125, + -0.009521484375, + -0.025054931640625, + 0.0244598388671875, + -0.004833221435546875, + 0.020721435546875, + -0.026641845703125, + -0.0180511474609375, + -0.02978515625, + 0.02288818359375, + 0.035308837890625, + 0.04083251953125, + 0.0227813720703125, + 0.004810333251953125, + 0.0560302734375, + -0.0146026611328125, + 0.0035762786865234375, + 0.0176544189453125, + 0.014007568359375, + 0.05328369140625, + 0.0205230712890625, + -0.0142059326171875, + 0.01262664794921875, + 0.035125732421875, + 0.031768798828125, + -0.036895751953125, + -0.0172576904296875, + 0.041229248046875, + -0.003070831298828125, + -0.0023670196533203125, + -0.04913330078125, + -0.034912109375, + -0.00466156005859375, + -0.00666046142578125, + -0.0274200439453125, + 0.003650665283203125, + -0.03411865234375, + -0.045166015625, + -0.005130767822265625, + 0.022003173828125, + -0.0256500244140625, + 0.0171661376953125, + 0.030975341796875, + -0.030181884765625, + -0.01361083984375, + 0.025054931640625, + -0.004364013671875, + 0.02081298828125, + 0.01390838623046875, + 0.014892578125, + 0.0023670196533203125, + -0.019134521484375, + 0.04913330078125, + 0.02545166015625, + 0.0112457275390625, + 0.014892578125, + -0.0205230712890625, + 0.0286102294921875, + -0.0171661376953125, + 0.040435791015625, + 0.0162811279296875, + -0.00818634033203125, + -0.0035762786865234375, + 0.00848388671875, + 0.018646240234375, + 0.04931640625, + -0.050506591796875, + -0.007350921630859375, + -0.059967041015625, + 0.00833892822265625, + -0.034332275390625, + -0.025848388671875, + -0.055633544921875, + -0.08050537109375, + 0.054840087890625, + -0.032562255859375, + 0.00902557373046875, + -0.0012826919555664062, + 0.030181884765625, + 0.0138092041015625, + 0.00542449951171875, + -0.0014429092407226562, + -0.056427001953125, + 0.036895751953125, + 0.06353759765625, + -0.0134124755859375, + -0.017364501953125, + -0.019927978515625, + 0.00690460205078125, + 0.0133209228515625, + 0.0134124755859375, + -0.0025157928466796875, + 0.014404296875, + 0.028411865234375, + 0.022003173828125, + 0.0080413818359375, + -0.006015777587890625, + -0.0013685226440429688, + -0.00666046142578125, + 0.03668212890625, + -0.0294036865234375, + -0.0150909423828125, + -0.02239990234375, + 0.0185394287109375, + -0.0185394287109375, + -0.04595947265625, + -0.01104736328125, + 0.0467529296875, + 0.001190185546875, + 0.011444091796875, + -0.0209197998046875, + -0.054046630859375, + 0.0037479400634765625, + 0.00394439697265625, + -0.0264434814453125, + 0.024566650390625, + 0.06591796875, + -0.045562744140625, + 0.0102081298828125, + -0.01045989990234375, + 0.00838470458984375, + -0.032562255859375, + -0.055633544921875, + -0.01030731201171875, + 0.0001348257064819336, + -0.01558685302734375, + -0.0278167724609375, + 0.0074462890625, + -0.031951904296875, + 0.01312255859375, + -0.00794219970703125, + -0.00574493408203125, + -0.05682373046875, + -0.0364990234375, + 0.005523681640625, + -0.03826904296875, + -0.0313720703125, + -0.035919189453125, + 0.057220458984375, + -0.006805419921875, + -0.004932403564453125, + -0.017059326171875, + 0.01070404052734375, + -0.010650634765625, + 0.011199951171875, + -0.03631591796875, + 0.03887939453125, + 0.0004715919494628906, + 0.0611572265625, + 0.02880859375, + 0.040252685546875, + 0.03631591796875, + 0.06036376953125, + 0.02337646484375, + -0.0286102294921875, + 0.01178741455078125, + -0.0018987655639648438, + 0.0015535354614257812, + 0.0142059326171875, + -0.011444091796875, + -0.0247650146484375, + -0.0108489990234375, + -0.035308837890625, + 0.0158843994140625, + 0.014404296875, + 0.032562255859375, + 0.0210113525390625, + -0.01242828369140625, + 0.0133209228515625, + 0.0765380859375, + -0.0106048583984375, + 0.1136474609375, + -0.005970001220703125, + -0.055633544921875, + 0.00897979736328125, + 0.05682373046875, + -0.0303802490234375, + 0.0019855499267578125, + 0.0274200439453125, + 0.02288818359375, + 0.0142059326171875, + 0.036102294921875, + -0.018341064453125, + 0.032958984375, + 0.0227813720703125, + 0.0004439353942871094, + 0.0264434814453125, + -0.0019359588623046875, + 0.0234832763671875, + 0.0380859375, + -0.0009307861328125, + 0.02880859375, + 0.031951904296875, + -0.022979736328125, + -0.0295867919921875, + -0.03631591796875, + -0.0675048828125, + 0.01262664794921875, + 0.037078857421875, + 0.0235748291015625, + 0.0390625, + -0.0238800048828125, + -0.07574462890625, + 0.0295867919921875, + -0.04144287109375, + 0.0509033203125, + 0.0509033203125, + 0.01371002197265625, + 0.01312255859375, + -0.0163726806640625, + 0.023284912109375, + 0.034515380859375, + 0.01154327392578125, + 0.02130126953125, + 0.039459228515625, + 0.047760009765625, + 0.00250244140625, + -0.041046142578125, + 0.021697998046875, + 0.03375244140625, + 0.0225830078125, + 0.0196380615234375, + 0.0218963623046875, + -0.002552032470703125, + 0.0256500244140625, + -0.0226898193359375, + 0.061553955078125, + 0.01470184326171875, + -0.0169677734375, + -0.005794525146484375, + -0.0028476715087890625, + 0.0192413330078125, + -0.014404296875, + 0.01351165771484375, + -0.0001341104507446289, + 0.0142059326171875, + 0.0037479400634765625, + 0.021209716796875, + -0.0467529296875, + -0.003871917724609375, + 0.0234832763671875, + -0.040435791015625, + 0.03826904296875, + 0.0295867919921875, + -0.0374755859375, + 0.00730133056640625, + -0.01074981689453125, + -0.07379150390625, + 0.06390380859375, + -0.0457763671875, + -0.03155517578125, + 0.003231048583984375, + 0.014404296875, + -0.044189453125, + -0.0235748291015625, + -0.0426025390625, + -0.019134521484375, + -0.01361083984375, + -0.01312255859375, + 0.0179595947265625, + -0.0214996337890625, + 0.015777587890625, + 0.05841064453125, + 0.0509033203125, + -0.0225830078125, + -0.049713134765625, + 0.047149658203125, + 0.0009188652038574219, + -0.052886962890625, + 0.03411865234375, + 0.0070037841796875, + 0.01203155517578125, + -0.029205322265625, + -0.050506591796875, + -0.0154876708984375, + 0.0106048583984375, + -0.0076446533203125, + 0.008880615234375, + -0.042022705078125, + -0.018157958984375, + -0.02978515625, + 0.05010986328125, + 0.006561279296875, + 0.033538818359375, + -0.02545166015625, + -0.04595947265625, + 0.0264434814453125, + -0.072998046875, + -0.047149658203125, + -0.0016527175903320312, + 0.0198211669921875, + 0.009521484375, + 0.0447998046875, + -0.0063629150390625, + 0.0095672607421875, + -0.0294036865234375, + 0.037078857421875, + 0.039276123046875, + -0.01312255859375, + -0.0733642578125, + 0.03216552734375, + 0.010406494140625, + -0.07537841796875, + -0.0189361572265625, + -0.032745361328125, + 0.0163726806640625, + 0.032745361328125, + -0.0576171875, + -0.007152557373046875, + -0.00902557373046875, + -0.01953125, + -0.034912109375, + -0.03472900390625, + -0.014404296875, + -0.02880859375, + 0.023284912109375, + 0.0295867919921875, + -0.0146026611328125, + 0.042999267578125, + 0.00991058349609375, + -0.0125274658203125, + 0.0159759521484375, + 0.0016279220581054688, + -0.004909515380859375, + 0.0509033203125, + -0.035125732421875, + -0.010650634765625, + -0.0167694091796875, + 0.0447998046875, + -0.014892578125, + -0.004390716552734375, + -0.00037598609924316406, + -0.05169677734375, + 0.047760009765625, + -0.05841064453125, + 0.01568603515625, + -0.020721435546875, + -0.033538818359375, + -0.06866455078125, + -0.017364501953125, + 0.0243682861328125, + 0.0102081298828125, + 0.0029354095458984375, + -0.019439697265625, + 0.0179595947265625, + -0.04595947265625, + 0.0230865478515625, + 0.0154876708984375, + -0.0167694091796875, + -0.00360107421875, + -0.0014057159423828125, + 0.042816162109375, + -0.0006966590881347656, + 0.026824951171875, + -0.0239715576171875, + -0.0218048095703125, + -0.072998046875, + 0.034515380859375, + -0.0036258697509765625, + -0.01258087158203125, + -0.017059326171875, + -0.045166015625, + -0.078125, + -0.00106048583984375, + 0.04595947265625, + 0.030181884765625, + -0.0211181640625, + -0.0274200439453125, + -0.024169921875, + -0.00882720947265625, + -0.025848388671875, + 0.02545166015625, + -0.0225830078125, + -0.0021820068359375, + 0.0072021484375, + -0.0222930908203125, + 0.054046630859375, + 0.033538818359375, + 0.0121307373046875, + 0.02978515625, + -0.0210113525390625, + -0.03375244140625, + 0.01312255859375, + -0.0240631103515625, + -0.04736328125, + -0.00902557373046875, + -0.0012025833129882812, + 0.048919677734375, + -0.032745361328125, + -0.020416259765625, + 0.030975341796875, + 0.025848388671875, + 0.0256500244140625, + -0.0057220458984375, + -0.019134521484375, + 0.0150909423828125, + -0.007396697998046875, + 0.058807373046875, + -0.03375244140625, + -0.06787109375, + 0.00882720947265625, + -0.006191253662109375, + 0.054046630859375, + 0.03314208984375, + -0.0286102294921875, + -0.026641845703125, + 0.022003173828125, + 0.07183837890625, + -0.026641845703125, + -0.01873779296875, + -0.0034770965576171875, + -0.007843017578125, + 0.0146026611328125, + 0.057220458984375, + 0.01050567626953125, + 0.08642578125, + 0.02130126953125, + 0.0118408203125, + 0.0166778564453125, + 0.035919189453125, + -0.0013132095336914062, + -0.02337646484375, + -0.0777587890625, + -0.00350189208984375, + 0.0169677734375, + -0.033538818359375, + -0.00614166259765625, + -0.04144287109375, + 0.042236328125, + -0.06982421875, + -0.02880859375, + 0.00670623779296875, + -0.01953125, + 0.0303802490234375, + 0.0256500244140625, + -0.0355224609375, + -0.0007677078247070312, + 0.016571044921875, + -0.024169921875, + -0.017059326171875, + 0.002971649169921875, + 0.0252532958984375, + 0.048919677734375, + 0.0192413330078125, + -0.043792724609375, + 0.03216552734375, + 0.01282501220703125, + 0.03631591796875, + 0.0406494140625, + 0.039459228515625, + 0.026641845703125, + 0.02496337890625, + 0.0313720703125, + 0.057220458984375, + -0.0123291015625, + -0.0238800048828125, + 0.03216552734375, + 0.01090240478515625, + 0.03631591796875, + 0.045562744140625, + -0.00426483154296875, + -0.00164031982421875, + 0.0222015380859375, + -0.059967041015625, + -0.0106048583984375, + -0.01114654541015625, + -0.0247650146484375, + -0.04913330078125, + -0.00530242919921875, + 0.018646240234375, + -0.040252685546875, + 0.0560302734375, + 0.0256500244140625, + -0.042236328125, + -0.0103607177734375, + 0.0256500244140625, + 0.012481689453125, + -0.047943115234375, + -0.0122833251953125, + -0.0235748291015625, + -0.0162811279296875, + -0.031768798828125, + -0.050506591796875, + 0.031768798828125, + -0.0019483566284179688, + -0.062347412109375, + -0.031768798828125, + 0.035919189453125, + -0.0031452178955078125, + -0.03985595703125, + -0.03216552734375, + -0.005374908447265625, + -0.035919189453125, + -0.009124755859375, + -0.039642333984375, + -0.0222930908203125, + 0.041046142578125, + -0.026641845703125, + -0.00690460205078125, + -0.017059326171875, + -0.0264434814453125, + -0.00966644287109375, + -0.00394439697265625, + -0.0035762786865234375, + 0.0169677734375, + -0.0240631103515625, + 0.046356201171875, + 0.0154876708984375, + 0.0169677734375, + 0.035919189453125, + 0.046966552734375, + 0.00279998779296875, + 0.011199951171875, + -0.01371002197265625, + -0.046173095703125, + 0.01030731201171875, + 0.00394439697265625, + 0.022491455078125, + -0.0714111328125, + 0.001110076904296875, + 0.05841064453125, + -0.059173583984375, + 0.0303802490234375, + 0.0011529922485351562, + 0.00646209716796875, + -0.044189453125, + -0.00360107421875, + 0.0211181640625, + 0.004070281982421875, + 0.09429931640625, + 0.019927978515625, + -0.0260467529296875, + 0.0016527175903320312, + -0.04656982421875, + 0.0311737060546875, + 0.029205322265625, + 0.017364501953125, + -0.0231781005859375, + 0.0294036865234375, + 0.0036754608154296875, + -0.0274200439453125, + 0.0196380615234375, + -0.0867919921875, + -0.006511688232421875, + -0.0017757415771484375, + 0.01312255859375, + -0.0260467529296875, + -0.00466156005859375, + -0.054443359375, + -0.045166015625, + -0.04144287109375, + 0.01568603515625, + -0.0025157928466796875, + 0.0222015380859375, + -0.07574462890625, + -0.01222991943359375, + 0.0150909423828125, + -0.03887939453125, + -0.0311737060546875, + -0.024261474609375, + 0.033935546875, + -0.0032806396484375, + -0.04656982421875, + 0.012725830078125, + 0.0214080810546875, + 0.038665771484375, + 0.02801513671875, + 0.01361083984375, + -0.0390625, + -0.0142059326171875, + 0.01499176025390625, + 0.042816162109375, + 0.01538848876953125, + -0.0129241943359375, + 0.0037975311279296875, + 0.012481689453125, + 0.01470184326171875, + -0.056427001953125, + 0.0005116462707519531, + 0.0256500244140625, + 0.0016765594482421875, + -0.07537841796875, + -0.0323486328125, + -0.024566650390625, + 0.050323486328125, + -0.009521484375, + 0.027618408203125, + 0.0134124755859375, + -0.00902557373046875, + -0.0714111328125, + 0.0643310546875, + -0.0185394287109375, + 0.0222930908203125, + 0.019134521484375, + -0.0307769775390625, + -0.042022705078125, + -0.0595703125, + -0.02081298828125, + 0.02001953125, + -0.0209197998046875, + 0.044403076171875, + 0.0270233154296875, + 0.001190185546875, + 0.00902557373046875, + -0.006290435791015625, + 0.00024962425231933594, + 0.047943115234375, + -0.0022563934326171875, + -0.00646209716796875, + 0.061553955078125, + -0.040252685546875, + 0.01450347900390625, + -0.007053375244140625, + 0.009521484375, + 0.005130767822265625, + 0.006855010986328125, + 0.003032684326171875, + 0.007793426513671875, + 0.034332275390625, + 0.0290069580078125, + -0.018646240234375, + 0.0003883838653564453, + -0.01302337646484375, + 0.032958984375, + 0.031951904296875, + 0.01390838623046875, + -0.0171661376953125, + -0.0024547576904296875, + -0.007595062255859375, + -0.020416259765625, + -0.042999267578125, + -0.0726318359375, + -0.0032062530517578125, + -0.01538848876953125, + -0.019439697265625, + 0.0164794921875, + 0.019439697265625, + 0.003452301025390625, + -0.024169921875, + 0.0234832763671875, + 0.01050567626953125, + -0.0102081298828125, + -0.026641845703125, + 0.01055908203125, + -0.0138092041015625, + 0.0355224609375, + -0.009368896484375, + -0.0218048095703125, + 0.041046142578125, + 0.0018491744995117188, + -0.008880615234375, + -0.004955291748046875, + -0.010009765625, + -0.042236328125, + 0.0218963623046875, + -0.04852294921875, + -0.0355224609375, + 0.032958984375, + 0.0176544189453125, + 0.0014362335205078125, + -0.045379638671875, + 0.052490234375, + -0.01110076904296875, + -0.0682373046875, + -0.0028228759765625, + -0.0146026611328125, + -0.0726318359375, + 0.0313720703125, + -0.0180511474609375, + 0.0218963623046875, + -0.015777587890625, + 0.01904296875, + 0.026824951171875, + 0.04339599609375, + 0.01824951171875, + -0.0093231201171875, + -0.01519012451171875, + -0.0133209228515625, + 0.016571044921875, + 0.04498291015625, + 0.0012025833129882812, + -0.005870819091796875, + 0.015289306640625, + -0.0122833251953125, + -0.08209228515625, + 0.0037479400634765625, + -0.0252532958984375, + -0.04498291015625, + 0.019927978515625, + 0.0970458984375, + 0.035919189453125, + 0.0097198486328125, + 0.0218048095703125, + 0.0509033203125, + 0.0214080810546875, + 0.019927978515625, + -0.011688232421875, + -0.054443359375, + -0.01470184326171875, + -0.0026397705078125, + 0.047943115234375, + -0.06549072265625, + 0.045562744140625, + 0.043792724609375, + -0.0226898193359375, + -0.0154876708984375, + 0.00962066650390625, + -0.00574493408203125, + 0.052886962890625, + 0.01238250732421875, + 0.034332275390625, + -0.04656982421875, + 0.0044403076171875, + -0.0015659332275390625, + 0.01110076904296875, + -0.010650634765625, + 0.016571044921875, + -0.02001953125, + 0.03155517578125, + -0.04736328125, + 0.004734039306640625, + -0.004070281982421875, + 0.07537841796875, + -0.008087158203125, + -0.058807373046875, + -0.0262451171875, + 0.048126220703125, + 0.024261474609375, + -0.031951904296875, + 0.0035266876220703125, + -0.01194000244140625, + -0.01361083984375, + 0.04083251953125, + 0.045562744140625, + -0.00028824806213378906, + 0.0163726806640625, + 0.00614166259765625, + -0.0374755859375, + 0.036895751953125, + -0.00666046142578125, + 0.01178741455078125, + -0.0016279220581054688, + -0.045562744140625, + -0.01050567626953125, + -0.05364990234375, + 0.032562255859375, + 0.011444091796875, + 0.00446319580078125, + 0.025848388671875, + -0.00170135498046875, + -0.0264434814453125, + -0.0021572113037109375, + 0.010406494140625, + 0.022003173828125, + 0.004634857177734375, + -0.017364501953125, + 0.0256500244140625, + 0.038665771484375, + -0.012481689453125, + -0.05169677734375, + 0.0509033203125, + -0.0164794921875, + -0.004489898681640625, + -0.04736328125, + 0.0015411376953125, + -0.0004622936248779297, + -0.0264434814453125, + 0.000006079673767089844, + -0.02130126953125, + 0.03411865234375, + -0.0218048095703125, + -0.039642333984375, + -0.0129241943359375, + 0.043609619140625, + -0.0252532958984375, + 0.052490234375, + 0.018157958984375, + -0.023284912109375, + 0.0264434814453125, + -0.0675048828125, + 0.054046630859375, + 0.032745361328125, + 0.01129150390625, + 0.00228118896484375, + 0.009521484375, + 0.0231781005859375, + -0.01074981689453125, + 0.005130767822265625, + 0.009368896484375, + -0.014007568359375, + 0.033355712890625, + 0.0256500244140625, + 0.0142059326171875, + -0.0313720703125, + 0.0307769775390625, + 0.0016765594482421875, + -0.03314208984375, + 0.042999267578125, + 0.0374755859375, + 0.00981903076171875, + 0.001220703125, + -0.025848388671875, + 0.0093231201171875, + -0.061553955078125, + 0.032958984375, + 0.032562255859375, + -0.003021240234375, + 0.034332275390625, + -0.03668212890625, + 0.052490234375, + 0.019134521484375, + 0.0611572265625, + -0.0189361572265625, + 0.034515380859375, + -0.018646240234375, + 0.0167694091796875, + -0.00942230224609375, + 0.0089263916015625, + -0.023681640625, + 0.0447998046875, + -0.040252685546875, + 0.04913330078125, + 0.032562255859375, + -0.0003082752227783203, + -0.0509033203125, + -0.0270233154296875, + -0.016876220703125, + 0.0163726806640625, + 0.034332275390625, + -0.037078857421875, + 0.00202178955078125, + 0.0014057159423828125, + 0.0595703125, + 0.044586181640625, + 0.002429962158203125, + 0.0220947265625, + -0.021209716796875, + 0.0006504058837890625, + 0.0086822509765625, + -0.0012454986572265625 + ], + "metadata": { + "domains": [ + "static-investigations", + "cloud-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "hashing", + "auditing", + "multihash" + ], + "skillLevel": "intermediate", + "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 incident-response mobile-forensics data-collection", + "embedding": [ + -0.0102996826171875, + 0.0400390625, + 0.03179931640625, + -0.0166778564453125, + 0.034881591796875, + 0.03448486328125, + -0.015045166015625, + 0.015716552734375, + -0.009246826171875, + -0.0014495849609375, + -0.04083251953125, + 0.051727294921875, + 0.0164794921875, + -0.027984619140625, + -0.043701171875, + 0.025482177734375, + 0.006134033203125, + 0.010589599609375, + -0.013702392578125, + 0.00527191162109375, + -0.005199432373046875, + -0.041595458984375, + -0.07208251953125, + 0.0004940032958984375, + 0.01456451416015625, + 0.0014848709106445312, + -0.0249176025390625, + -0.057098388671875, + -0.03143310546875, + -0.0017604827880859375, + 0.0188751220703125, + -0.01523590087890625, + 0.00804901123046875, + 0.041595458984375, + -0.0039520263671875, + -0.0186920166015625, + 0.0196380615234375, + -0.02874755859375, + -0.0249176025390625, + 0.0467529296875, + 0.0002111196517944336, + 0.01485443115234375, + 0.00737762451171875, + -0.0160064697265625, + -0.0194549560546875, + -0.0283660888671875, + 0.01010894775390625, + -0.019927978515625, + 0.01934814453125, + -0.050201416015625, + 0.0251007080078125, + 0.01380157470703125, + 0.00133514404296875, + -0.0015926361083984375, + -0.044647216796875, + 0.02740478515625, + 0.003017425537109375, + -0.00510406494140625, + -0.03546142578125, + 0.057861328125, + -0.057098388671875, + -0.0601806640625, + -0.0006766319274902344, + -0.02337646484375, + 0.0203094482421875, + 0.048095703125, + -0.0147552490234375, + -0.03851318359375, + -0.006946563720703125, + 0.036224365234375, + 0.01284027099609375, + -0.029510498046875, + -0.0188751220703125, + 0.025482177734375, + 0.0082855224609375, + -0.04119873046875, + 0.0209808349609375, + 0.038909912109375, + 0.011016845703125, + -0.01629638671875, + -0.041015625, + 0.0003337860107421875, + 0.022613525390625, + 0.00843048095703125, + -0.0174407958984375, + -0.0075225830078125, + 0.036590576171875, + -0.01245880126953125, + 0.0006556510925292969, + -0.00876617431640625, + 0.0369873046875, + -0.01049041748046875, + 0.0217437744140625, + -0.023956298828125, + 0.03314208984375, + 0.0494384765625, + -0.0325927734375, + -0.025482177734375, + -0.01580810546875, + 0.0312347412109375, + 0.0229034423828125, + -0.0423583984375, + 0.048492431640625, + 0.00943756103515625, + 0.0423583984375, + -0.048675537109375, + -0.011016845703125, + -0.006946563720703125, + -0.0298919677734375, + -0.0277862548828125, + -0.09814453125, + -0.043701171875, + -0.01010894775390625, + -0.051361083984375, + -0.00881195068359375, + -0.022705078125, + -0.01284027099609375, + 0.041595458984375, + -0.061309814453125, + -0.0709228515625, + 0.01322174072265625, + 0.0120697021484375, + -0.017059326171875, + 0.00981903076171875, + -0.06170654296875, + -0.040435791015625, + 0.0018682479858398438, + 0.01561737060546875, + -0.033538818359375, + -0.00460052490234375, + -0.0205078125, + -0.00481414794921875, + 0.00514984130859375, + -0.0245361328125, + -0.0009579658508300781, + -0.048095703125, + 0.0167694091796875, + 0.005435943603515625, + -0.0166778564453125, + 0.01629638671875, + 0.055206298828125, + -0.032958984375, + -0.050201416015625, + 0.03680419921875, + -0.0166778564453125, + -0.0085296630859375, + -0.0021076202392578125, + 0.040252685546875, + -0.03985595703125, + -0.028167724609375, + -0.015716552734375, + 0.0343017578125, + 0.052886962890625, + 0.01523590087890625, + 0.01174163818359375, + -0.0736083984375, + -0.0423583984375, + -0.01068115234375, + 0.026824951171875, + -0.01446533203125, + -0.0276031494140625, + 0.018585205078125, + -0.00128173828125, + 0.04791259765625, + -0.0134124755859375, + -0.021087646484375, + -0.0010776519775390625, + -0.0020847320556640625, + 0.026641845703125, + 0.01532745361328125, + 0.00804901123046875, + 0.00481414794921875, + 0.0662841796875, + 0.03564453125, + -0.001880645751953125, + 0.0182037353515625, + -0.0095367431640625, + 0.003856658935546875, + 0.0169525146484375, + 0.03143310546875, + -0.0140838623046875, + -0.0031147003173828125, + 0.03717041015625, + -0.0270233154296875, + 0.0243377685546875, + -0.00876617431640625, + -0.0302734375, + 0.0085296630859375, + -0.036041259765625, + 0.01494598388671875, + -0.05096435546875, + -0.01494598388671875, + -0.00431060791015625, + 0.0237579345703125, + 0.0139923095703125, + 0.0823974609375, + 0.041595458984375, + -0.02740478515625, + 0.0369873046875, + -0.00019311904907226562, + 0.0140838623046875, + 0.03680419921875, + -0.002071380615234375, + 0.035247802734375, + 0.0264434814453125, + 0.0188751220703125, + 0.01389312744140625, + 0.037933349609375, + 0.0031375885009765625, + -0.01092529296875, + -0.0222320556640625, + 0.0628662109375, + -0.005390167236328125, + -0.05328369140625, + -0.00948333740234375, + -0.032379150390625, + 0.034698486328125, + -0.0189666748046875, + -0.0020122528076171875, + 0.0119781494140625, + -0.03411865234375, + -0.048858642578125, + -0.0071868896484375, + 0.0046234130859375, + -0.01284027099609375, + 0.06475830078125, + 0.026641845703125, + -0.0291290283203125, + -0.0262603759765625, + 0.0221405029296875, + 0.0008625984191894531, + 0.04254150390625, + -0.018585205078125, + 0.01552581787109375, + -0.032012939453125, + -0.0127410888671875, + 0.038330078125, + 0.0214691162109375, + 0.043701171875, + 0.0276031494140625, + -0.01068115234375, + 0.02069091796875, + -0.00939178466796875, + 0.03985595703125, + 0.0256805419921875, + -0.0203094482421875, + -0.0088653564453125, + 0.017822265625, + 0.0316162109375, + 0.037750244140625, + -0.051361083984375, + -0.00699615478515625, + -0.06744384765625, + -0.01552581787109375, + -0.0662841796875, + -0.041015625, + -0.026641845703125, + -0.062469482421875, + 0.0262603759765625, + -0.0306549072265625, + -0.025299072265625, + -0.0089111328125, + 0.006946563720703125, + -0.012359619140625, + 0.05328369140625, + -0.0009822845458984375, + -0.038330078125, + 0.0012874603271484375, + 0.056732177734375, + -0.01427459716796875, + -0.01446533203125, + -0.0168609619140625, + 0.01313018798828125, + -0.0018568038940429688, + -0.0037136077880859375, + -0.0017366409301757812, + -0.00958251953125, + 0.0302734375, + 0.0277862548828125, + 0.0236663818359375, + -0.05328369140625, + 0.002216339111328125, + -0.03179931640625, + 0.01245880126953125, + -0.032958984375, + 0.027984619140625, + 0.006011962890625, + 0.0126495361328125, + -0.03009033203125, + -0.062103271484375, + 0.007568359375, + 0.052520751953125, + 0.00342559814453125, + 0.00514984130859375, + 0.002899169921875, + -0.06591796875, + 0.017822265625, -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_x64dbg", - "type": "tool", - "name": "x64dbg", - "content": "x64dbg der kostenlose windows-debugger revolutioniert malware-analysis durch intuitive gui und plugin-ecosystem. ersetzt den veralteten ollydbg mit moderner 64-bit-architektur und active-development. besonders stark: anti-anti-debug-plugins umgehen evasion-techniken, script-engine automatisiert repetitive tasks, memory-map-viewer zeigt process-layout übersichtlich. die plugin-community entwickelt ständig neue extensions: unpacker für gepackte malware, crypto- finder identifiziert verschlüsselungsroutinen, api-logger trackt system-calls. integrated-disassembler mit syntax-highlighting. conditional-breakpoints für complex-debugging-scenarios. multi-threading-support für moderne malware. export-funktionen für weitere analysis. die portable version läuft von usb-stick. besonders wertvoll: zero-cost für hobbyisten und kleine teams bei professional-level-features. active-community in discord/github hilft bei problemen. der de-facto-standard für windows-malware- dynamic-analysis ohne budget-constraints. debugger reverse-engineering malware-analysis analysis", - "embedding": [ - -0.0308380126953125, - 0.0145721435546875, - 0.04339599609375, + 0.0244293212890625, + 0.045806884765625, + -0.0276031494140625, + 0.0276031494140625, + -0.007762908935546875, + -0.00016546249389648438, + -0.032379150390625, + -0.041961669921875, -0.00872039794921875, - 0.0259552001953125, - 0.03997802734375, - 0.01934814453125, - 0.008880615234375, - -0.0159454345703125, - -0.006565093994140625, - -0.052734375, - 0.02764892578125, - 0.0321044921875, - 0.01776123046875, - -0.0310516357421875, - 0.047637939453125, - -0.0079193115234375, - 0.01690673828125, - -0.005847930908203125, - 0.0127105712890625, - -0.044464111328125, - -0.0014028549194335938, - -0.05126953125, - -0.0037212371826171875, - 0.01031494140625, - -0.00170135498046875, - -0.0246734619140625, - -0.0386962890625, - -0.005157470703125, - -0.004146575927734375, - 0.0036163330078125, - -0.05657958984375, - 0.0089874267578125, - 0.04083251953125, - 0.00872039794921875, - -0.0018482208251953125, - -0.0003604888916015625, - -0.06256103515625, - -0.0222320556640625, - 0.077392578125, - -0.0253143310546875, - -0.00582122802734375, - 0.009521484375, - -0.0110626220703125, - -0.0124969482421875, - -0.07867431640625, - -0.0016412734985351562, - -0.0308380126953125, - 0.015838623046875, - -0.0236053466796875, - 0.0310516357421875, - 0.02520751953125, - 0.01222991943359375, - -0.011962890625, - -0.032318115234375, - 0.04168701171875, - 0.0182952880859375, - -0.0242462158203125, - -0.041046142578125, - 0.050201416015625, - -0.027862548828125, - -0.01212310791015625, - -0.0071258544921875, - -0.00936126708984375, - 0.026153564453125, - 0.037017822265625, - -0.0009703636169433594, - -0.03680419921875, - -0.00893402099609375, - 0.010955810546875, - -0.00914764404296875, - -0.007495880126953125, - -0.031890869140625, - 0.0253143310546875, - -0.033599853515625, - -0.01446533203125, - 0.01026153564453125, - 0.041900634765625, - 0.00728607177734375, - -0.00325775146484375, - -0.061248779296875, - -0.016265869140625, - 0.03997802734375, - -0.0269012451171875, - 0.01345062255859375, - -0.0015888214111328125, - 0.02435302734375, - 0.0140380859375, - 0.0271148681640625, - 0.002605438232421875, - 0.03253173828125, - 0.0052642822265625, - 0.0224456787109375, - -0.0164794921875, - 0.03253173828125, - 0.050201416015625, - -0.004627227783203125, - -0.0081329345703125, - -0.028076171875, - 0.0386962890625, - 0.0139312744140625, - -0.031463623046875, - 0.057861328125, - -0.031463623046875, - 0.043609619140625, - -0.00728607177734375, - 0.0037479400634765625, - -0.01334381103515625, - -0.003643035888671875, - -0.008026123046875, - -0.09356689453125, - -0.05828857421875, - 0.01190948486328125, - -0.05401611328125, - 0.00460052490234375, - -0.0165863037109375, - -0.0176544189453125, - 0.03594970703125, - -0.026153564453125, - -0.048919677734375, - 0.005687713623046875, - -0.0007944107055664062, - -0.01446533203125, - 0.0246734619140625, - -0.043609619140625, - -0.05169677734375, - 0.017333984375, - 0.0167999267578125, - -0.03424072265625, - -0.0271148681640625, - -0.0145721435546875, - -0.02392578125, - -0.0207366943359375, - -0.04296875, - -0.0141448974609375, - -0.0380859375, - 0.031890869140625, - -0.009674072265625, - -0.00782012939453125, - -0.0032825469970703125, - 0.02435302734375, - -0.019561767578125, - -0.050628662109375, - 0.02105712890625, - -0.017120361328125, - 0.0107421875, - 0.003932952880859375, - 0.0206298828125, - 0.00011467933654785156, - 0.00872039794921875, - 0.0019273757934570312, - 0.01605224609375, - 0.05487060546875, - 0.006671905517578125, - 0.031463623046875, - -0.036590576171875, - -0.02191162109375, - -0.0180816650390625, - 0.0552978515625, - -0.017547607421875, - -0.0185089111328125, - 0.0110626220703125, - -0.01776123046875, - 0.0137176513671875, - -0.00839996337890625, - -0.01122283935546875, - -0.0065155029296875, - 0.03912353515625, - -0.00449371337890625, - -0.0222320556640625, - 0.05743408203125, - 0.00046515464782714844, - 0.061248779296875, - 0.05615234375, - -0.029571533203125, - 0.001110076904296875, - 0.0083465576171875, - -0.01776123046875, - 0.018829345703125, - 0.0083465576171875, - -0.022125244140625, - -0.029144287109375, - 0.02850341796875, - -0.013031005859375, - -0.0116424560546875, - -0.007549285888671875, - -0.0145721435546875, - -0.019775390625, - -0.05615234375, - 0.0120697021484375, - -0.05572509765625, - -0.051055908203125, - -0.033172607421875, - 0.047637939453125, - 0.01776123046875, - 0.0570068359375, - 0.007762908935546875, - -0.0263671875, - 0.0469970703125, - -0.000904083251953125, - 0.010955810546875, - 0.03167724609375, - 0.0022735595703125, - 0.0165863037109375, - 0.003986358642578125, - 0.01058197021484375, - -0.00334930419921875, - 0.02606201171875, - -0.001190185546875, - 0.006221771240234375, - 0.007549285888671875, - 0.060394287109375, - 0.0019140243530273438, - -0.0128173828125, - -0.016693115234375, - -0.0452880859375, - 0.03424072265625, - 0.0005717277526855469, - -0.006488800048828125, - -0.01158905029296875, - -0.0012426376342773438, - -0.03338623046875, - 0.0040130615234375, - 0.0404052734375, - -0.032318115234375, - 0.024993896484375, - 0.0145721435546875, - 0.004253387451171875, - -0.035308837890625, - 0.01488494873046875, - 0.0469970703125, - 0.031463623046875, - 0.00909423828125, - -0.01509857177734375, - 0.004467010498046875, - 0.007442474365234375, - 0.0255279541015625, - 0.04083251953125, - 0.0262603759765625, - 0.00882720947265625, - -0.0159454345703125, - 0.0196685791015625, - -0.0110626220703125, - 0.04510498046875, - 0.032745361328125, - 0.0021800994873046875, - 0.00614166259765625, - 0.00946807861328125, - 0.039764404296875, - 0.05487060546875, - -0.050201416015625, - -0.01531219482421875, - -0.0297698974609375, - -0.0104217529296875, - -0.054443359375, - -0.052734375, - -0.011749267578125, - -0.0372314453125, - 0.02935791015625, - 0.0002574920654296875, - -0.041900634765625, - 0.01509857177734375, - 0.031280517578125, - 0.0013093948364257812, - 0.0248870849609375, - -0.004863739013671875, - -0.0421142578125, - -0.00696563720703125, - 0.049560546875, - 0.01116943359375, - -0.023712158203125, - 0.003482818603515625, - 0.0002524852752685547, - 0.00449371337890625, - -0.012176513671875, - -0.017974853515625, - -0.00494384765625, - 0.0271148681640625, - 0.003124237060546875, - 0.0027523040771484375, - -0.02191162109375, - 0.04296875, - -0.0178680419921875, - 0.048492431640625, - -0.047210693359375, - -0.0023403167724609375, - 0.01148223876953125, - 0.0054779052734375, - -0.0174407958984375, - -0.0355224609375, - -0.00038886070251464844, - 0.03955078125, - 0.019134521484375, - 0.0037212371826171875, - 0.023284912109375, - -0.044464111328125, - 0.0116424560546875, - -0.0017948150634765625, - -0.008880615234375, - 0.00786590576171875, - 0.038482666015625, - -0.045501708984375, - 0.0259552001953125, - 0.00315093994140625, - -0.003536224365234375, - -0.0266876220703125, - -0.0304107666015625, - -0.036376953125, - -0.00728607177734375, - -0.026580810546875, - -0.021484375, - -0.004039764404296875, - 0.0018482208251953125, - 0.0009369850158691406, - -0.01934814453125, - -0.003482818603515625, - -0.034027099609375, - -0.032958984375, - 0.002910614013671875, - -0.01605224609375, - -0.0535888671875, - -0.039337158203125, - 0.05615234375, - -0.0025386810302734375, - 0.00839996337890625, - -0.0289306640625, - -0.014251708984375, - -0.0227508544921875, - 0.0240325927734375, - -0.03167724609375, - -0.0007944107055664062, - -0.00531768798828125, - 0.0289306640625, - 0.00553131103515625, - 0.042755126953125, - 0.00366973876953125, - 0.07952880859375, - 0.03167724609375, - -0.01361083984375, - -0.0141448974609375, - 0.01904296875, - 0.0203094482421875, - 0.0198822021484375, - -0.03997802734375, - -0.04571533203125, - -0.0187225341796875, - -0.05914306640625, - 0.0030574798583984375, - 0.010528564453125, - 0.05615234375, - 0.0306243896484375, - -0.00521087646484375, - -0.00818634033203125, - 0.0552978515625, - 0.015838623046875, - 0.0965576171875, - -0.0182952880859375, - -0.0321044921875, - 0.0016155242919921875, - 0.057861328125, - 0.01058197021484375, - 0.016693115234375, - 0.0189361572265625, - 0.01690673828125, - -0.0227508544921875, - 0.0178680419921875, - -0.0157318115234375, - -0.0028438568115234375, - -0.005611419677734375, - 0.00653839111328125, - 0.031463623046875, - -0.006221771240234375, - -0.01026153564453125, - 0.00113677978515625, - 0.0535888671875, - 0.04425048828125, - 0.041046142578125, - -0.027862548828125, - -0.00154876708984375, - -0.017120361328125, - -0.0782470703125, - 0.01111602783203125, - 0.0230712890625, - 0.0145721435546875, - 0.057861328125, - -0.01361083984375, - -0.07275390625, - 0.04339599609375, - -0.0552978515625, - 0.06591796875, - 0.045928955078125, - -0.01111602783203125, - 0.03338623046875, - -0.017333984375, - 0.001834869384765625, - -0.00263214111328125, - 0.0124969482421875, - 0.04998779296875, - 0.05487060546875, - 0.046356201171875, - 0.01313018798828125, - -0.0240325927734375, - 0.0194549560546875, - 0.0438232421875, - 0.031463623046875, - -0.0092010498046875, - 0.032745361328125, - 0.00839996337890625, - 0.0308380126953125, - -0.0140380859375, - 0.0667724609375, - 0.0255279541015625, - -0.00582122802734375, - 0.0207366943359375, - -0.004680633544921875, - 0.0211639404296875, - -0.0338134765625, - 0.00478363037109375, - 0.0135040283203125, - 0.010101318359375, - 0.05169677734375, - 0.04168701171875, - -0.04913330078125, - 0.0085601806640625, - 0.07867431640625, - -0.0693359375, - 0.019775390625, - 0.0141448974609375, - -0.023712158203125, - -0.0052642822265625, - -0.027862548828125, - -0.080810546875, - 0.0321044921875, - -0.027862548828125, - -0.046142578125, - 0.003696441650390625, - 0.0230712890625, - -0.035308837890625, - -0.041900634765625, - -0.0006012916564941406, - -0.005023956298828125, - -0.03997802734375, - -0.02606201171875, - 0.052947998046875, - 0.006725311279296875, - -0.00872039794921875, - 0.03338623046875, - 0.0040130615234375, - -0.0355224609375, - -0.0355224609375, - 0.04913330078125, - -0.00807952880859375, - -0.0299835205078125, - 0.03338623046875, - 0.0156402587890625, - 0.0224456787109375, - -0.0163726806640625, - -0.032318115234375, - 0.00972747802734375, - -0.00128936767578125, - 0.006435394287109375, - 0.00872039794921875, - -0.044677734375, - -0.02392578125, - -0.047637939453125, - 0.041900634765625, - 0.00946807861328125, - 0.034881591796875, - 0.0181884765625, - -0.040191650390625, - 0.039337158203125, - -0.06256103515625, - 0.010528564453125, - -0.0192413330078125, - 0.01297760009765625, - -0.014678955078125, - 0.08294677734375, - -0.00696563720703125, - -0.0206298828125, - 0.0081329345703125, - 0.04083251953125, - 0.0106353759765625, - 0.01361083984375, - -0.043609619140625, - 0.051910400390625, - 0.01026153564453125, - -0.0264739990234375, - -0.02520751953125, - -0.024993896484375, - -0.01265716552734375, - 0.0289306640625, - -0.0380859375, - 0.004039764404296875, - 0.0182952880859375, - -0.067626953125, - -0.0248870849609375, - -0.0271148681640625, - -0.00707244873046875, - -0.022552490234375, - 0.037017822265625, - 0.00786590576171875, - 0.031890869140625, - 0.023712158203125, - 0.0159454345703125, - -0.00531768798828125, - 0.004863739013671875, - 0.0140380859375, - -0.014251708984375, - 0.0203094482421875, - -0.0487060546875, - -0.003231048583984375, - -0.0266876220703125, - 0.03997802734375, - -0.037017822265625, - -0.00395965576171875, - 0.000047147274017333984, - -0.01047515869140625, - 0.04510498046875, - -0.060394287109375, - -0.0001977682113647461, - -0.0137176513671875, - -0.022552490234375, - -0.0304107666015625, - -0.026153564453125, - 0.019134521484375, - 0.0156402587890625, - -0.017974853515625, - 0.028076171875, - 0.032318115234375, - -0.050628662109375, - 0.01026153564453125, - 0.01212310791015625, - -0.021697998046875, - 0.008453369140625, - -0.0200958251953125, - 0.0110626220703125, - 0.0157318115234375, - 0.03680419921875, - -0.0251007080078125, - -0.0207366943359375, - -0.06890869140625, - 0.02435302734375, - -0.019561767578125, - -0.0170135498046875, - -0.010955810546875, - -0.032745361328125, - -0.06719970703125, - -0.0116424560546875, - 0.0086669921875, - 0.004199981689453125, - 0.005611419677734375, - -0.028717041015625, - -0.0380859375, - 0.004119873046875, - -0.03955078125, - 0.044677734375, - -0.0264739990234375, - -0.006435394287109375, - -0.0220184326171875, - -0.052734375, - 0.0251007080078125, - 0.02850341796875, - 0.046142578125, - 0.0143585205078125, - 0.02935791015625, - -0.01148223876953125, - 0.0156402587890625, - 0.0024051666259765625, - -0.0189361572265625, - -0.034881591796875, - -0.00489044189453125, - 0.0372314453125, - -0.05169677734375, - -0.03424072265625, - 0.004680633544921875, - 0.026153564453125, - 0.0066986083984375, - -0.01313018798828125, - -0.01318359375, - 0.0306243896484375, - -0.00013375282287597656, - 0.039337158203125, - -0.02020263671875, - -0.03594970703125, - 0.005130767822265625, - 0.0108489990234375, - 0.0570068359375, - 0.0355224609375, - -0.0127105712890625, - -0.02349853515625, - 0.006061553955078125, - 0.036590576171875, - -0.0263671875, - -0.0289306640625, - -0.0297698974609375, - -0.00850677490234375, - 0.019775390625, - 0.062103271484375, - -0.029144287109375, - 0.0718994140625, - -0.0112762451171875, - 0.032318115234375, - 0.041046142578125, - 0.071044921875, - 0.04296875, - -0.0338134765625, - -0.053802490234375, - -0.0086669921875, - -0.0135040283203125, - -0.0227508544921875, - -0.029144287109375, - 0.0002084970474243164, - 0.048919677734375, - -0.08935546875, - -0.0112762451171875, - 0.0008907318115234375, - -0.01776123046875, - 0.0174407958984375, - 0.0165863037109375, - -0.0266876220703125, - 0.022125244140625, - -0.00909423828125, - -0.031280517578125, - -0.01079559326171875, - -0.0099945068359375, - 0.000698089599609375, - 0.060394287109375, - 0.010101318359375, - -0.017547607421875, - 0.043609619140625, - 0.004627227783203125, - 0.0306243896484375, - 0.012603759765625, - 0.0259552001953125, - -0.002300262451171875, - 0.036590576171875, - 0.027435302734375, - 0.044036865234375, - -0.0164794921875, - -0.018829345703125, - 0.02349853515625, - -0.00707244873046875, - 0.016265869140625, - 0.034027099609375, - 0.01047515869140625, - 0.0116424560546875, - -0.008026123046875, - -0.05126953125, - 0.0017948150634765625, - -0.007602691650390625, - -0.00823974609375, - -0.06634521484375, - -0.031890869140625, - 0.0259552001953125, - -0.04827880859375, - 0.036590576171875, - 0.03826904296875, - -0.007495880126953125, - -0.029571533203125, - 0.0207366943359375, - -0.009674072265625, - -0.05487060546875, - 0.01313018798828125, - -0.0238189697265625, - -0.0251007080078125, - -0.0308380126953125, - -0.051055908203125, - 0.026153564453125, - -0.010101318359375, - -0.07867431640625, - -0.01079559326171875, - 0.0438232421875, - -0.00782012939453125, - 0.00603485107421875, - 0.006488800048828125, - 0.025421142578125, - -0.031890869140625, - -0.041046142578125, - -0.054443359375, - 0.005344390869140625, - 0.0008974075317382812, - -0.0386962890625, - 0.02520751953125, - 0.01605224609375, - -0.041473388671875, - 0.00571441650390625, - -0.027435302734375, - -0.044677734375, - 0.0587158203125, - -0.031890869140625, - 0.0438232421875, - 0.01116943359375, - 0.0240325927734375, - 0.02606201171875, - 0.060394287109375, - -0.001209259033203125, - -0.01222991943359375, - -0.0094146728515625, - -0.05828857421875, - 0.017547607421875, - -0.017120361328125, - 0.0018606185913085938, - -0.074462890625, - 0.0006647109985351562, - 0.0271148681640625, - -0.06591796875, - 0.0054779052734375, - -0.005184173583984375, - -0.0355224609375, - -0.05126953125, - 0.001575469970703125, - 0.0163726806640625, - 0.0081329345703125, - 0.08251953125, - 0.00909423828125, - -0.0018739700317382812, - -0.0010099411010742188, - -0.0650634765625, - 0.035308837890625, - 0.0220184326171875, - 0.041046142578125, - -0.007656097412109375, - 0.04339599609375, - 0.0189361572265625, - 0.0022869110107421875, - -0.004917144775390625, - -0.09442138671875, - -0.0009107589721679688, - 0.035736083984375, - 0.031463623046875, - 0.01531219482421875, - 0.006328582763671875, - -0.040191650390625, - -0.0215911865234375, - -0.0161590576171875, - 0.016693115234375, - -0.00653839111328125, - -0.009674072265625, - -0.054443359375, - -0.0048370361328125, - -0.006008148193359375, - -0.035736083984375, - -0.0299835205078125, - -0.04656982421875, - 0.054443359375, - -0.0116424560546875, - -0.04571533203125, - 0.0272216796875, - -0.00489044189453125, - 0.0095672607421875, - 0.02850341796875, - 0.07318115234375, - -0.032745361328125, - -0.01499176025390625, - -0.007549285888671875, - 0.02020263671875, - -0.0056610107421875, - 0.00395965576171875, - 0.0092010498046875, - 0.0372314453125, - -0.007495880126953125, - -0.0301971435546875, - 0.06292724609375, - 0.032958984375, - -0.00428009033203125, - -0.06976318359375, - -0.01499176025390625, - -0.0259552001953125, - 0.04510498046875, - -0.0005617141723632812, - 0.050201416015625, - 0.0167999267578125, - -0.00489044189453125, - -0.07781982421875, - 0.038909912109375, - -0.03424072265625, - 0.0478515625, - 0.0174407958984375, - -0.01313018798828125, - -0.08935546875, - -0.0587158203125, - -0.0207366943359375, - 0.0163726806640625, - -0.038909912109375, - 0.0262603759765625, - 0.034454345703125, - -0.0012559890747070312, - 0.002391815185546875, - -0.02679443359375, - -0.0009241104125976562, - 0.0321044921875, - 0.017974853515625, - -0.021697998046875, - 0.04742431640625, - -0.043609619140625, - 0.023284912109375, - -0.038909912109375, - 0.0033359527587890625, - 0.0218048095703125, - 0.006114959716796875, - -0.03466796875, - -0.0220184326171875, - 0.026153564453125, - 0.067626953125, - -0.0003972053527832031, - 0.0026454925537109375, - -0.041046142578125, - 0.0289306640625, - -0.002712249755859375, - 0.005558013916015625, - 0.00728607177734375, - 0.01036834716796875, - -0.021270751953125, - -0.0178680419921875, - -0.059967041015625, - -0.07147216796875, - -0.005741119384765625, - -0.039337158203125, - -0.01233673095703125, - 0.0026187896728515625, - 0.01861572265625, - 0.02020263671875, - -0.03509521484375, - 0.0139312744140625, - 0.0094146728515625, - -0.01100921630859375, - -0.00232696533203125, - 0.0180816650390625, - -0.0264739990234375, - 0.027435302734375, - 0.012603759765625, - -0.0310516357421875, - 0.018829345703125, - -0.0165863037109375, - -0.008880615234375, - -0.0161590576171875, - -0.0156402587890625, - -0.03680419921875, - 0.03466796875, - -0.0552978515625, - -0.00797271728515625, - 0.0157318115234375, - 0.01531219482421875, - -0.014251708984375, - -0.0355224609375, - 0.0421142578125, - -0.00038051605224609375, - -0.07867431640625, - 0.00739288330078125, - -0.03997802734375, - -0.060394287109375, - -0.008026123046875, - 0.00563812255859375, - 0.033172607421875, - -0.0147857666015625, - 0.05828857421875, - 0.0469970703125, - 0.028717041015625, - 0.018829345703125, - -0.046783447265625, - 0.0178680419921875, - -0.0108489990234375, - 0.0259552001953125, - 0.028717041015625, - 0.01541900634765625, - -0.0032176971435546875, - -0.0044403076171875, - 0.006618499755859375, - -0.0701904296875, - -0.006195068359375, - -0.0174407958984375, - -0.06256103515625, - -0.01079559326171875, - 0.06256103515625, - 0.048919677734375, - 0.0139312744140625, - 0.031463623046875, - 0.03997802734375, - 0.0304107666015625, - -0.004970550537109375, - -0.039337158203125, - -0.0850830078125, - -0.028289794921875, - 0.0355224609375, - 0.0085601806640625, - -0.052734375, - 0.031463623046875, - 0.03997802734375, - 0.0037479400634765625, - -0.01861572265625, - -0.01244354248046875, - -0.0196685791015625, - 0.04296875, - 0.0213775634765625, - 0.031280517578125, - -0.050201416015625, - 0.01361083984375, - 0.02935791015625, - -0.01488494873046875, - 0.0073394775390625, - 0.0007443428039550781, - -0.014678955078125, - 0.0240325927734375, - -0.05657958984375, - -0.01122283935546875, - 0.01212310791015625, - 0.064208984375, - 0.031890869140625, - -0.02935791015625, - -0.01446533203125, - 0.04168701171875, - 0.0213775634765625, - -0.0238189697265625, - -0.026153564453125, - 0.009307861328125, - -0.0159454345703125, - 0.0167999267578125, - 0.042755126953125, - 0.01552581787109375, - 0.03338623046875, - 0.0014286041259765625, - -0.04998779296875, - 0.0380859375, - -0.013824462890625, - 0.022125244140625, - -0.003536224365234375, - -0.0587158203125, - -0.0306243896484375, - -0.05230712890625, - -0.00238037109375, - 0.02520751953125, - 0.03680419921875, - 0.01904296875, - -0.00531768798828125, - -0.0163726806640625, - 0.012603759765625, - 0.035308837890625, - 0.01861572265625, - 0.023284912109375, - 0.044677734375, - 0.03253173828125, - 0.023284912109375, - 0.0058746337890625, - 0.0056610107421875, - 0.0229644775390625, - -0.0306243896484375, - 0.0170135498046875, - -0.05657958984375, - 0.0007710456848144531, - 0.014251708984375, - -0.03167724609375, - 0.0227508544921875, - -0.03955078125, - -0.0189361572265625, - -0.02435302734375, - -0.0504150390625, - -0.0297698974609375, - 0.0570068359375, - -0.036376953125, - 0.007709503173828125, - 0.059539794921875, - 0.005451202392578125, - 0.001728057861328125, - -0.0301971435546875, - 0.07574462890625, - 0.0301971435546875, - 0.03826904296875, - -0.01153564453125, - 0.0016546249389648438, - 0.043182373046875, - -0.0016813278198242188, - 0.00925445556640625, - 0.0231781005859375, - -0.010101318359375, - 0.062103271484375, - 0.01323699951171875, - 0.004547119140625, - -0.02105712890625, - 0.02850341796875, - 0.00839996337890625, - -0.049346923828125, - 0.04296875, - 0.0022735595703125, - 0.0272216796875, - 0.0006346702575683594, - -0.0271148681640625, - -0.024993896484375, - -0.0248870849609375, - 0.0782470703125, - -0.0022602081298828125, - -0.0338134765625, - 0.034027099609375, - -0.017333984375, - 0.032318115234375, - 0.01153564453125, - 0.0452880859375, - -0.07867431640625, - 0.054443359375, - -0.0030975341796875, - -0.00478363037109375, - 0.0092010498046875, - 0.00042366981506347656, - -0.007709503173828125, - -0.004573822021484375, - -0.033599853515625, - 0.0650634765625, - 0.014678955078125, - -0.0338134765625, - -0.041046142578125, - -0.00909423828125, - -0.0060882568359375, - 0.0095672607421875, - 0.01345062255859375, - -0.03466796875, - -0.0338134765625, - 0.008453369140625, - 0.0034027099609375, - 0.087646484375, - -0.021270751953125, - 0.01904296875, - 0.00029754638671875, - -0.01499176025390625, - -0.002658843994140625, - -0.0206298828125 - ], - "metadata": { - "domains": [ - "malware-analysis" - ], - "phases": [ - "analysis" - ], - "tags": [ - "debugger", - "reverse-engineering" - ], - "skillLevel": "advanced", - "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.00252532958984375, - -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.003498077392578125, + -0.068603515625, + -0.02069091796875, + 0.03448486328125, + -0.037750244140625, + 0.005893707275390625, -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.0119781494140625, + -0.03814697265625, + -0.05902099609375, + 0.0140838623046875, + 0.0038318634033203125, + -0.036590576171875, + 0.00670623779296875, + 0.017822265625, + 0.0015153884887695312, + 0.02740478515625, -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.00392913818359375, + -0.048858642578125, + 0.01552581787109375, + -0.00872039794921875, + 0.034881591796875, + -0.01284027099609375, + 0.04827880859375, + 0.01284027099609375, + 0.01078033447265625, 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.032958984375, + 0.04541015625, + -0.00189208984375, + 0.0021915435791015625, + -0.0140838623046875, 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.025299072265625, + -0.03717041015625, + -0.050201416015625, + -0.00800323486328125, + -0.0216522216796875, + 0.01629638671875, + 0.02606201171875, + 0.006755828857421875, + 0.0262603759765625, + -0.029327392578125, + 0.0258636474609375, + 0.048095703125, + 0.005916595458984375, + 0.10504150390625, + -0.0099639892578125, + -0.06781005859375, + 0.01715087890625, + 0.037750244140625, + 0.019927978515625, + -0.021942138671875, + 0.04656982421875, + 0.0302734375, + -0.01202392578125, + 0.0189666748046875, + -0.00699615478515625, + 0.0316162109375, + -0.00308990478515625, + 0.01049041748046875, + 0.0016651153564453125, + -0.0126495361328125, + 0.0167694091796875, + 0.040618896484375, + 0.037567138671875, + 0.0228118896484375, + 0.0270233154296875, + -0.0039520263671875, + -0.01044464111328125, + -0.0251007080078125, + -0.0689697265625, + -0.0012454986572265625, + 0.043487548828125, + 0.009918212890625, + 0.054046630859375, + -0.0264434814453125, + -0.0816650390625, + 0.012359619140625, + -0.049835205078125, + 0.06707763671875, + 0.036590576171875, + 0.01360321044921875, + 0.042724609375, + -0.0042877197265625, + 0.00934600830078125, + 0.0236663818359375, + -0.00958251953125, + 0.027984619140625, + 0.03717041015625, + 0.02740478515625, + 0.005462646484375, + -0.02203369140625, + 0.03448486328125, + 0.050201416015625, + 0.0215606689453125, + -0.0015926361083984375, + 0.0202178955078125, + 0.00737762451171875, + 0.04083251953125, + -0.0310516357421875, + 0.0188751220703125, + 0.0302734375, + -0.003688812255859375, + 0.0013179779052734375, + -0.027984619140625, + 0.00189208984375, + -0.0276031494140625, + 0.003185272216796875, + 0.0026702880859375, + -0.007762908935546875, + 0.033721923828125, + 0.0078582763671875, + -0.06744384765625, + -0.0223236083984375, + 0.048492431640625, + -0.0601806640625, + 0.006420135498046875, + 0.0180206298828125, + -0.02874755859375, + -0.02117919921875, + -0.02252197265625, + -0.0494384765625, + 0.0310516357421875, + -0.032958984375, + -0.0272064208984375, + 0.01284027099609375, 0.0400390625, - 0.06915283203125, - -0.00991058349609375, - 0.0207672119140625, - -0.00897216796875, - -0.01287078857421875, - 0.006011962890625, - -0.03607177734375 + -0.052520751953125, + -0.03009033203125, + -0.0036411285400390625, + -0.01513671875, + -0.02203369140625, + -0.018402099609375, + 0.0283660888671875, + -0.0160064697265625, + 0.0113525390625, + 0.0181121826171875, + 0.054412841796875, + -0.01216888427734375, + -0.0291290283203125, + 0.034881591796875, + -0.01418304443359375, + -0.0291290283203125, + 0.043701171875, + 0.0025634765625, + 0.0291290283203125, + -0.0230865478515625, + -0.035064697265625, + 0.00733184814453125, + 0.0262603759765625, + 0.0004191398620605469, + 0.027984619140625, + -0.0256805419921875, + -0.024139404296875, + -0.044281005859375, + 0.043701171875, + 0.0048370361328125, + 0.036041259765625, + 0.00948333740234375, + -0.025482177734375, + 0.045623779296875, + -0.040435791015625, + -0.0175323486328125, + -0.0013837814331054688, + 0.0049591064453125, + -0.0205078125, + 0.0762939453125, + -0.019927978515625, + -0.032379150390625, + 0.00041031837463378906, + 0.01360321044921875, + 0.02069091796875, + -0.00867462158203125, + -0.03680419921875, + 0.065185546875, + 0.0316162109375, + -0.033538818359375, + -0.020599365234375, + -0.0147552490234375, + -0.0056304931640625, + 0.0494384765625, + -0.029510498046875, + -0.00325775146484375, + 0.0018682479858398438, + -0.0709228515625, + -0.0310516357421875, + -0.030853271484375, + -0.0230865478515625, + -0.0240478515625, + 0.03143310546875, + 0.05596923828125, + -0.01456451416015625, + 0.034881591796875, + 0.0161895751953125, + 0.0182952880859375, + 0.00833892822265625, + -0.0038814544677734375, + -0.0310516357421875, + 0.0209808349609375, + -0.062469482421875, + -0.026641845703125, + -0.013031005859375, + 0.004550933837890625, + -0.021270751953125, + 0.01006317138671875, + 0.004505157470703125, + -0.00006365776062011719, + 0.0196380615234375, + -0.065185546875, + 0.007617950439453125, + -0.0218505859375, + -0.039093017578125, + -0.0230865478515625, + -0.0208892822265625, + 0.02117919921875, + 0.0223236083984375, + -0.016571044921875, + -0.0113525390625, + 0.0245361328125, + -0.036041259765625, + 0.037567138671875, + 0.0102081298828125, + 0.012359619140625, + -0.00548553466796875, + -0.01934814453125, + 0.0113525390625, + 0.01418304443359375, + 0.03948974609375, + -0.0079498291015625, + -0.0262603759765625, + -0.08050537109375, + 0.003856658935546875, + 0.0262603759765625, + -0.0079498291015625, + -0.017242431640625, + -0.037567138671875, + -0.042938232421875, + 0.00292205810546875, + 0.0285491943359375, + 0.0109710693359375, + 0.005222320556640625, + -0.04827880859375, + -0.054046630859375, + 0.005870819091796875, + -0.016571044921875, + 0.0413818359375, + -0.0423583984375, + -0.0028629302978515625, + 0.00804901123046875, + -0.0298919677734375, + 0.0258636474609375, + 0.040435791015625, + 0.03582763671875, + 0.00666046142578125, + 0.02740478515625, + -0.01178741455078125, + 0.037384033203125, + -0.003017425537109375, + -0.026824951171875, + -0.01178741455078125, + -0.014373779296875, + 0.0277862548828125, + -0.034881591796875, + -0.029510498046875, + 0.006610870361328125, + 0.0229034423828125, + 0.0312347412109375, + -0.0195465087890625, + -0.01418304443359375, + 0.0304718017578125, + -0.011688232421875, + 0.050201416015625, + -0.036407470703125, + -0.037567138671875, + 0.00342559814453125, + 0.0217437744140625, + 0.03851318359375, + 0.0234832763671875, + 0.0007004737854003906, + -0.050201416015625, + 0.00443267822265625, + 0.041961669921875, + -0.023956298828125, + -0.0440673828125, + -0.03411865234375, + 0.02117919921875, + 0.0298919677734375, + 0.0548095703125, + -0.005054473876953125, + 0.0574951171875, + 0.014373779296875, + -0.00531768798828125, + 0.0187835693359375, + 0.06671142578125, + 0.03411865234375, + -0.01255035400390625, + -0.04827880859375, + 0.008575439453125, + 0.01523590087890625, + -0.0396728515625, + -0.033538818359375, + 0.0099639892578125, + 0.0843505859375, + -0.054412841796875, + -0.020416259765625, + -0.0023956298828125, + -0.002132415771484375, + 0.0059661865234375, + 0.016571044921875, + -0.00189208984375, + 0.038909912109375, + 0.004528045654296875, + -0.056732177734375, + -0.0213623046875, + -0.01255035400390625, + 0.0256805419921875, + 0.04388427734375, + 0.0147552490234375, + -0.0176239013671875, + 0.0202178955078125, + -0.0008745193481445312, + 0.03179931640625, + 0.0140838623046875, + 0.0450439453125, + -0.0038814544677734375, + -0.0026226043701171875, + 0.025299072265625, + 0.047332763671875, + -0.0140838623046875, + -0.03009033203125, + 0.0256805419921875, + 0.0325927734375, + 0.05633544921875, + 0.049072265625, + 0.037384033203125, + 0.004550933837890625, + -0.006801605224609375, + -0.043304443359375, + -0.0186920166015625, + 0.037567138671875, + -0.00943756103515625, + -0.0386962890625, + -0.0440673828125, + 0.037384033203125, + -0.043701171875, + 0.038909912109375, + 0.00443267822265625, + -0.032012939453125, + -0.01485443115234375, + 0.0467529296875, + 0.00264739990234375, + -0.0272064208984375, + 0.01073455810546875, + -0.0283660888671875, + -0.034881591796875, + -0.032958984375, + -0.03277587890625, + 0.0396728515625, + -0.0413818359375, + -0.06439208984375, + -0.01983642578125, + 0.0302734375, + -0.036041259765625, + -0.043487548828125, + -0.0249176025390625, + 0.007568359375, + -0.034881591796875, + -0.038330078125, + -0.036590576171875, + -0.025299072265625, + 0.011016845703125, + -0.036407470703125, + 0.0450439453125, + -0.01580810546875, + -0.036407470703125, + -0.005413055419921875, + -0.0256805419921875, + -0.0262603759765625, + 0.00737762451171875, + -0.0251007080078125, + 0.03564453125, + 0.00598907470703125, + 0.02252197265625, + 0.0215606689453125, + 0.060546875, + -0.0027675628662109375, + 0.019256591796875, + -0.0306549072265625, + -0.0655517578125, + 0.00527191162109375, + 0.007568359375, + -0.00632476806640625, + -0.0789794921875, + 0.00493621826171875, + 0.058258056640625, + -0.1072998046875, + 0.02001953125, + -0.0182037353515625, + -0.0022869110107421875, + -0.030853271484375, + -0.0058441162109375, + 0.00445556640625, + 0.01039886474609375, + 0.09698486328125, + 0.01849365234375, + -0.03179931640625, + -0.02117919921875, + -0.0635986328125, + 0.05865478515625, + 0.017242431640625, + 0.006610870361328125, + -0.06439208984375, + -0.0028743743896484375, + 0.01380157470703125, + -0.0160064697265625, + 0.0180206298828125, + -0.057861328125, + 0.00843048095703125, + 0.0196380615234375, + 0.021942138671875, + -0.01532745361328125, + -0.008148193359375, + -0.05596923828125, + -0.028167724609375, + -0.03411865234375, + 0.0195465087890625, + -0.01360321044921875, + 0.007091522216796875, + -0.033355712890625, + -0.0205078125, + -0.01427459716796875, + -0.047515869140625, + -0.04522705078125, + -0.04217529296875, + 0.042938232421875, + 0.00666046142578125, + -0.04656982421875, + 0.0662841796875, + 0.043701171875, + -0.020599365234375, + -0.0026836395263671875, + 0.05059814453125, + -0.025482177734375, + 0.005939483642578125, + -0.00843048095703125, + 0.0258636474609375, + 0.00872039794921875, + 0.00843048095703125, + -0.00325775146484375, + -0.004024505615234375, + 0.0234832763671875, + -0.0548095703125, + 0.0251007080078125, + 0.01485443115234375, + -0.04119873046875, + -0.049835205078125, + -0.0222320556640625, + -0.03582763671875, + 0.005870819091796875, + -0.00325775146484375, + 0.0302734375, + 0.01351165771484375, + 0.0004372596740722656, + -0.1072998046875, + 0.04656982421875, + -0.0127410888671875, + 0.0262603759765625, + 0.0234832763671875, + -0.00843048095703125, + -0.06707763671875, + -0.032379150390625, + -0.0161895751953125, + 0.032379150390625, + -0.004863739013671875, + 0.02471923828125, + 0.0017604827880859375, + -0.00020205974578857422, + 0.005126953125, + -0.0251007080078125, + 0.0046234130859375, + 0.028167724609375, + 0.01513671875, + -0.004695892333984375, + 0.058258056640625, + -0.06744384765625, + 0.0030670166015625, + -0.002838134765625, + -0.0174407958984375, + -0.0013532638549804688, + 0.008148193359375, + -0.0113525390625, + 0.0027904510498046875, + 0.0270233154296875, + 0.0240478515625, + -0.0188751220703125, + 0.0027065277099609375, + 0.00666046142578125, + 0.0180206298828125, + 0.009674072265625, + -0.0304718017578125, + 0.003688812255859375, + 0.0218505859375, + -0.0276031494140625, + -0.01140594482421875, + -0.08966064453125, + -0.07666015625, + 0.014373779296875, + -0.043304443359375, + -0.01934814453125, + 0.00804901123046875, + -0.0008444786071777344, + 0.0139923095703125, + -0.0306549072265625, + 0.01216888427734375, + 0.004047393798828125, + -0.0188751220703125, + -0.0071868896484375, + 0.051727294921875, + -0.0109710693359375, + 0.01418304443359375, + 0.01360321044921875, + -0.047515869140625, + -0.0012998580932617188, + -0.02606201171875, + -0.0023956298828125, + -0.041961669921875, + 0.0075225830078125, + -0.0207977294921875, + 0.0256805419921875, + -0.073974609375, + -0.020599365234375, + 0.00977325439453125, + 0.0302734375, + 0.0140838623046875, + -0.0302734375, + 0.035064697265625, + -0.00939178466796875, + -0.0548095703125, + 0.0217437744140625, + -0.0264434814453125, + -0.0175323486328125, + 0.032012939453125, + 0.0008382797241210938, + 0.002994537353515625, + 0.02606201171875, + 0.04656982421875, + 0.0146636962890625, + 0.06170654296875, + -0.007808685302734375, + -0.0306549072265625, + -0.016571044921875, + -0.019927978515625, + 0.0277862548828125, + 0.0297088623046875, + 0.006610870361328125, + -0.01284027099609375, + 0.01552581787109375, + 0.00010031461715698242, + -0.07586669921875, + -0.035247802734375, + -0.032196044921875, + -0.0400390625, + 0.0089111328125, + 0.06671142578125, + 0.0221405029296875, + 0.0168609619140625, + 0.0216522216796875, + 0.051727294921875, + 0.01212310791015625, + 0.006946563720703125, + -0.0188751220703125, + -0.0423583984375, + -0.002048492431640625, + -0.00136566162109375, + 0.012359619140625, + -0.06744384765625, + 0.057098388671875, + 0.0386962890625, + -0.0240478515625, + -0.019744873046875, + 0.000017404556274414062, + 0.01715087890625, + 0.057861328125, + 0.009246826171875, + 0.009918212890625, + -0.04119873046875, + 0.00901031494140625, + 0.0302734375, + 0.00498199462890625, + -0.006610870361328125, + -0.0205078125, + -0.0209808349609375, + -0.0009341239929199219, + -0.06707763671875, + -0.016571044921875, + 0.0161895751953125, + 0.057098388671875, + 0.00901031494140625, + -0.033355712890625, + -0.0310516357421875, + 0.03277587890625, + 0.00189208984375, + -0.01418304443359375, + 0.01380157470703125, + 0.03411865234375, + -0.0034732818603515625, + 0.014373779296875, + 0.044281005859375, + 0.00028586387634277344, + 0.03564453125, + 0.0240478515625, + -0.051727294921875, + 0.038909912109375, + -0.025299072265625, + 0.01715087890625, + -0.00258636474609375, + -0.0270233154296875, + 0.00136566162109375, + -0.05865478515625, + 0.0285491943359375, + 0.0169525146484375, + 0.042724609375, + 0.0146636962890625, + -0.02337646484375, + -0.00565338134765625, + 0.019744873046875, + 0.0477294921875, + 0.037567138671875, + 0.0298919677734375, + 0.00582122802734375, + 0.006755828857421875, + -0.0102996826171875, + 0.017822265625, + -0.0521240234375, + 0.036041259765625, + -0.0369873046875, + 0.0026226043701171875, + -0.059417724609375, + 0.0004730224609375, + 0.0173492431640625, + -0.007282257080078125, + -0.006755828857421875, + -0.034698486328125, + -0.02252197265625, + 0.0011377334594726562, + -0.06170654296875, + 0.0004131793975830078, + 0.065185546875, + -0.025482177734375, + 0.0230865478515625, + 0.0272064208984375, + -0.01293182373046875, + -0.011016845703125, + -0.06939697265625, + 0.05865478515625, + 0.0291290283203125, + 0.0228118896484375, + 0.00298309326171875, + 0.0092010498046875, + 0.0283660888671875, + -0.005725860595703125, + 0.0285491943359375, + 0.005558013916015625, + -0.0298919677734375, + 0.05364990234375, + 0.033355712890625, + 0.00241851806640625, + -0.0270233154296875, + 0.019927978515625, + 0.0291290283203125, + -0.037384033203125, + 0.0249176025390625, + 0.0262603759765625, + 0.045806884765625, + -0.0025272369384765625, + -0.012359619140625, + -0.0160980224609375, + -0.0601806640625, + 0.06402587890625, + 0.0234832763671875, + -0.003498077392578125, + 0.02874755859375, + -0.0494384765625, + 0.03717041015625, + 0.002635955810546875, + 0.058258056640625, + -0.05596923828125, + 0.0400390625, + -0.004405975341796875, + -0.0075225830078125, + 0.004238128662109375, + 0.0106353759765625, + -0.00579833984375, + 0.0215606689453125, + -0.018585205078125, + 0.040435791015625, + 0.00876617431640625, + -0.0010776519775390625, + -0.068603515625, + -0.00038933753967285156, + -0.004001617431640625, + 0.0182037353515625, + 0.007663726806640625, + -0.036407470703125, + -0.0182952880859375, + 0.0243377685546875, + 0.035247802734375, + 0.062103271484375, + 0.0021800994873046875, + 0.02874755859375, + 0.00872039794921875, + -0.025482177734375, + -0.004215240478515625, + -0.018402099609375 ], "metadata": { "domains": [ + "incident-response", + "mobile-forensics" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "memory", + "acquisition", + "scenario:memory_dump" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_GCHQ_Tools", + "type": "tool", + "name": "GCHQ Tools", + "content": "gchq tools sammlung freier gchq‑utilities, allen voran cyberchef\\_– das „cyber‑schweizer‑taschenmesser“ für encoding, crypto und datenanalyse. encoding crypto parsing domain-agnostic-software analysis", + "embedding": [ + -0.0223846435546875, + 0.041290283203125, + 0.036041259765625, + -0.01071929931640625, + 0.027313232421875, + 0.014923095703125, + 0.038421630859375, + 0.005359649658203125, + -0.0374755859375, + -0.04254150390625, + -0.0231781005859375, + 0.05938720703125, + 0.00901031494140625, + 0.0090484619140625, + -0.025238037109375, + 0.046661376953125, + -0.0118255615234375, + 0.00670623779296875, + -0.01317596435546875, + 0.002956390380859375, + -0.0285797119140625, + -0.01119232177734375, + -0.039520263671875, + -0.00426483154296875, + -0.02587890625, + -0.038909912109375, + 0.00041174888610839844, + -0.053985595703125, + -0.0311126708984375, + -0.0126190185546875, + 0.014923095703125, + -0.02349853515625, + 0.03271484375, + 0.0140533447265625, + -0.018341064453125, + -0.006191253662109375, + 0.031585693359375, + -0.035888671875, + 0.0144500732421875, + 0.0040283203125, + -0.03460693359375, + -0.02032470703125, + 0.035400390625, + 0.02667236328125, + -0.02984619140625, + -0.03173828125, + 0.00643157958984375, + -0.017852783203125, + 0.01087188720703125, + -0.0145263671875, + 0.01270294189453125, + 0.0114288330078125, + -0.00897216796875, + -0.0285797119140625, + -0.0164337158203125, + 0.0177764892578125, + 0.04412841796875, + -0.03936767578125, + -0.027618408203125, + 0.049224853515625, + -0.0295257568359375, + 0.003612518310546875, + 0.0007939338684082031, + 0.019683837890625, + 0.0005831718444824219, + -0.00571441650390625, + -0.00021958351135253906, + -0.0233306884765625, + 0.0031948089599609375, + -0.0025806427001953125, + 0.007144927978515625, + 0.00749969482421875, + -0.0169830322265625, + 0.05145263671875, + -0.055572509765625, + -0.0201568603515625, + 0.015960693359375, + 0.017547607421875, + 0.029998779296875, + 0.0214385986328125, + -0.024444580078125, + 0.0046234130859375, + 0.0501708984375, + -0.0169830322265625, + -0.022857666015625, + 0.0040283203125, + 0.005954742431640625, + 0.026824951171875, + 0.00868988037109375, + -0.01436614990234375, + 0.005992889404296875, + -0.01357269287109375, + 0.0198516845703125, + -0.0144500732421875, + 0.0246124267578125, + 0.050811767578125, + -0.02032470703125, + 0.018890380859375, + 0.01039886474609375, + 0.046051025390625, + -0.00948333740234375, + -0.02032470703125, + 0.040313720703125, + 0.0009918212890625, + 0.02349853515625, + -0.02349853515625, + 0.01468658447265625, + -0.003353118896484375, + -0.005237579345703125, + -0.01079559326171875, + -0.05841064453125, + -0.036346435546875, + -0.046661376953125, + -0.05682373046875, + -0.005634307861328125, + 0.0016965866088867188, + -0.01079559326171875, + 0.022705078125, + -0.039703369140625, + -0.0249176025390625, + 0.01230621337890625, + 0.01039886474609375, + -0.0223846435546875, + -0.002033233642578125, + -0.0338134765625, + -0.032379150390625, + 0.0008335113525390625, + 0.01047515869140625, + -0.0374755859375, + -0.00008249282836914062, + -0.0369873046875, + -0.01071929931640625, + -0.035247802734375, + -0.0254058837890625, + -0.0146026611328125, + -0.014129638671875, + 0.0255584716796875, + -0.0189666748046875, + 0.00662994384765625, + 0.0160369873046875, + 0.03350830078125, + -0.057464599609375, + -0.042877197265625, + -0.0269927978515625, + -0.021270751953125, + 0.0196075439453125, + -0.033966064453125, + 0.053985595703125, + -0.01349639892578125, + 0.0122222900390625, + -0.0005011558532714844, + -0.00801849365234375, + 0.04254150390625, + -0.0095672607421875, + -0.0018253326416015625, + -0.037322998046875, + 0.0176239013671875, + -0.0185699462890625, + 0.025238037109375, + 0.0099639892578125, + -0.0271453857421875, + 0.00742340087890625, + -0.0246124267578125, + 0.0301666259765625, + -0.035552978515625, + -0.0225372314453125, + -0.029998779296875, + -0.00014019012451171875, + -0.011749267578125, + 0.0098419189453125, + 0.0279388427734375, + -0.040496826171875, + 0.0533447265625, + 0.03826904296875, + 0.01166534423828125, + 0.0184173583984375, + -0.0036907196044921875, + -0.006587982177734375, + 0.035400390625, + 0.031280517578125, + -0.01151275634765625, + -0.0233306884765625, + 0.033660888671875, + 0.01119232177734375, + 0.02984619140625, + 0.0031757354736328125, + -0.045074462890625, + -0.0079345703125, + -0.0090484619140625, + 0.0242919921875, + -0.03460693359375, + -0.03271484375, + 0.0007195472717285156, + 0.0309600830078125, + -0.005435943603515625, + 0.05047607421875, + 0.0263519287109375, + -0.0161895751953125, + 0.0390625, + 0.0085296630859375, + 0.015960693359375, + 0.047943115234375, + 0.012542724609375, + 0.057159423828125, + 0.0172271728515625, + 0.005359649658203125, + -0.0118255615234375, + 0.047637939453125, + 0.0189666748046875, + -0.041900634765625, + -0.0293731689453125, + 0.052398681640625, + -0.010955810546875, + -0.022857666015625, + -0.05523681640625, + -0.03143310546875, + 0.00710296630859375, + -0.0214385986328125, + -0.0246124267578125, + -0.00478363037109375, + 0.01214599609375, + -0.03668212890625, + -0.020477294921875, + 0.03253173828125, + -0.026519775390625, + 0.03936767578125, + 0.029998779296875, + 0.005832672119140625, + -0.01079559326171875, + 0.022064208984375, + 0.0128631591796875, + 0.022705078125, + 0.0172271728515625, + -0.0168304443359375, + -0.0190582275390625, + -0.01357269287109375, + 0.048583984375, + 0.0153961181640625, + 0.022705078125, + -0.002410888671875, + -0.041900634765625, + 0.038116455078125, + 0.0017566680908203125, + 0.040496826171875, + 0.01357269287109375, + 0.01012420654296875, + 0.038726806640625, + 0.005756378173828125, + 0.0374755859375, + 0.06414794921875, + -0.07843017578125, + -0.0239715576171875, + -0.049835205078125, + -0.00044155120849609375, + -0.0628662109375, + -0.02508544921875, + -0.0004639625549316406, + -0.0374755859375, + 0.024444580078125, + -0.00567626953125, + -0.00933074951171875, + 0.01396942138671875, + 0.02508544921875, + -0.0249176025390625, + 0.06414794921875, + 0.013336181640625, + -0.025238037109375, + 0.005237579345703125, + 0.045074462890625, + -0.01373291015625, + -0.0222320556640625, + -0.011749267578125, + 0.0146026611328125, + 0.01047515869140625, + 0.009246826171875, + -0.035247802734375, + -0.0024204254150390625, + 0.04095458984375, + 0.007740020751953125, + 0.02349853515625, + -0.006946563720703125, + 0.03143310546875, + -0.00872802734375, + 0.04730224609375, + -0.046356201171875, + -0.0003447532653808594, + -0.022705078125, + 0.01515960693359375, + -0.00670623779296875, + -0.0670166015625, + -0.014129638671875, + 0.055877685546875, + 0.01111602783203125, + 0.00432586669921875, + 0.0038299560546875, + -0.05999755859375, + -0.00920867919921875, + -0.00885009765625, + -0.01158905029296875, + 0.023651123046875, + 0.046051025390625, + -0.03936767578125, + 0.0196075439453125, + -0.00901031494140625, + 0.006866455078125, + -0.01270294189453125, + -0.038116455078125, + 0.0274658203125, + 0.0165863037109375, + -0.02349853515625, + 0.0012798309326171875, + 0.01715087890625, + -0.048583984375, + 0.0168304443359375, + 0.0026988983154296875, + -0.0085296630859375, + -0.05621337890625, + -0.05145263671875, + 0.0207977294921875, + -0.03509521484375, + -0.0015478134155273438, + -0.025238037109375, + 0.046356201171875, + -0.002292633056640625, + -0.0146026611328125, + 0.0177001953125, + 0.01190948486328125, + -0.044464111328125, + -0.01087188720703125, + -0.0238189697265625, + 0.024444580078125, + -0.01190948486328125, + 0.031280517578125, + 0.044769287109375, + 0.0027980804443359375, + 0.0241241455078125, + 0.061920166015625, + 0.036346435546875, + -0.029205322265625, + 0.002559661865234375, + 0.0007443428039550781, + -0.0169830322265625, + 0.0401611328125, + -0.03570556640625, + -0.0247650146484375, + -0.0149993896484375, + -0.033660888671875, + 0.029998779296875, + 0.005794525146484375, + 0.0198516845703125, + 0.004703521728515625, + 0.00201416015625, + 0.0215911865234375, + 0.06317138671875, + 0.01230621337890625, + 0.09271240234375, + -0.0058746337890625, + -0.042236328125, + -0.00650787353515625, + 0.0185699462890625, + -0.037933349609375, + -0.0017461776733398438, + 0.0438232421875, + -0.0008382797241210938, + 0.01206207275390625, + -0.005596160888671875, + -0.01666259765625, + 0.01047515869140625, + 0.003154754638671875, + -0.00406646728515625, + 0.01349639892578125, + -0.04541015625, + 0.031280517578125, + 0.027313232421875, + -0.002292633056640625, + 0.0223846435546875, + 0.04254150390625, + -0.0207977294921875, + -0.00901031494140625, + -0.02984619140625, + -0.05364990234375, + 0.0231781005859375, + 0.0295257568359375, + 0.0279388427734375, + 0.03936767578125, + -0.01158905029296875, + -0.054931640625, + 0.0263519287109375, + -0.0469970703125, + 0.08697509765625, + 0.03460693359375, + 0.046356201171875, + 0.0303192138671875, + -0.02008056640625, + -0.0070648193359375, + 0.00551605224609375, + 0.04888916015625, + 0.045074462890625, + 0.049835205078125, + 0.0261993408203125, + 0.01715087890625, + -0.0255584716796875, + 0.0074615478515625, + 0.0017070770263671875, + -0.004047393798828125, + -0.0114288330078125, + 0.0279388427734375, + 0.0369873046875, + 0.00988006591796875, + -0.01611328125, + 0.0311126708984375, + 0.01436614990234375, + -0.032379150390625, + 0.0079803466796875, + -0.019927978515625, + 0.007144927978515625, + -0.046356201171875, + -0.0225372314453125, + 0.004863739013671875, + 0.007740020751953125, + 0.022064208984375, + 0.02191162109375, + -0.0692138671875, + -0.0215911865234375, + 0.04888916015625, + -0.048583984375, + 0.01270294189453125, + 0.04541015625, + -0.02032470703125, + -0.0018949508666992188, + -0.036834716796875, + -0.0660400390625, + 0.0263519287109375, + -0.0271453857421875, + -0.03192138671875, + 0.0030956268310546875, + 0.0145263671875, + -0.043182373046875, + -0.00849151611328125, + -0.0533447265625, + -0.0138092041015625, + -0.005992889404296875, + -0.032379150390625, + 0.033966064453125, + 0.00762176513671875, + -0.00452423095703125, + 0.039703369140625, + 0.06158447265625, + -0.03619384765625, + -0.024444580078125, + 0.040496826171875, + -0.019287109375, + -0.0469970703125, + 0.005435943603515625, + 0.0301666259765625, + 0.005237579345703125, + -0.0023517608642578125, + -0.0197601318359375, + -0.0074615478515625, + 0.0085296630859375, + -0.004047393798828125, + 0.007778167724609375, + -0.0787353515625, + -0.0301666259765625, + -0.0303192138671875, + 0.034912109375, + -0.0058746337890625, + 0.03857421875, + 0.0118255615234375, + -0.044464111328125, + 0.017852783203125, + -0.049835205078125, + 0.009246826171875, + 0.00611114501953125, + -0.003711700439453125, + -0.002658843994140625, + 0.07940673828125, + -0.02349853515625, + -0.01428985595703125, + -0.02825927734375, + 0.04571533203125, + -0.00988006591796875, + 0.005237579345703125, + -0.0306396484375, + 0.0650634765625, + 0.01245880126953125, + -0.0660400390625, + -0.0173797607421875, + -0.02191162109375, + 0.0079803466796875, + 0.04541015625, + -0.0650634765625, + -0.0005631446838378906, + -0.0200042724609375, + -0.067626953125, + -0.040496826171875, + -0.026824951171875, + -0.0438232421875, + -0.06256103515625, + 0.02008056640625, + 0.04254150390625, + 0.008056640625, + 0.00821685791015625, + 0.01214599609375, + 0.0018854141235351562, + 0.0222320556640625, + -0.005832672119140625, + 0.00036454200744628906, + 0.06573486328125, + -0.060333251953125, + -0.026519775390625, + 0.0066680908203125, + 0.0136566162109375, + -0.01071929931640625, + -0.01126861572265625, + -0.01428985595703125, + -0.04254150390625, + 0.04412841796875, + -0.00710296630859375, + -0.0014286041259765625, + 0.0132598876953125, + -0.048248291015625, + -0.037628173828125, + -0.03173828125, + 0.00690460205078125, + 0.015869140625, + 0.0004987716674804688, + 0.047637939453125, + 0.030792236328125, + -0.037139892578125, + -0.01007843017578125, + 0.028900146484375, + -0.03271484375, + -0.02349853515625, + 0.01508331298828125, + 0.0012054443359375, + -0.014129638671875, + 0.050811767578125, + -0.05303955078125, + -0.03460693359375, + -0.08258056640625, + 0.033660888671875, + -0.004802703857421875, + 0.00591278076171875, + -0.01126861572265625, + -0.047637939453125, + -0.07940673828125, + 0.01309967041015625, + 0.0197601318359375, + 0.0085296630859375, + -0.005596160888671875, + -0.035247802734375, + -0.0099639892578125, + -0.0242919921875, + -0.0222320556640625, + 0.054931640625, + -0.0231781005859375, + 0.0194549560546875, + -0.006587982177734375, + -0.00551605224609375, + 0.0285797119140625, + 0.01166534423828125, + 0.033172607421875, + 0.0255584716796875, + 0.0303192138671875, + -0.0263519287109375, + 0.0192108154296875, + -0.0046234130859375, + -0.00492095947265625, + 0.01953125, + -0.027313232421875, + 0.029052734375, + -0.0007839202880859375, + -0.01476287841796875, + 0.0160369873046875, + 0.00960540771484375, + 0.0138092041015625, + -0.003810882568359375, + -0.0012655258178710938, + 0.0269927978515625, + 0.0196075439453125, + 0.05047607421875, + -0.0140533447265625, + -0.05047607421875, + 0.00591278076171875, + -0.001567840576171875, + 0.03570556640625, + 0.027618408203125, + 0.003353118896484375, + -0.033966064453125, + 0.03350830078125, + 0.062225341796875, + -0.0241241455078125, + -0.01548004150390625, + -0.034912109375, + 0.0309600830078125, + 0.017303466796875, + 0.057159423828125, + -0.0242919921875, + 0.10540771484375, + 0.009368896484375, + -0.029693603515625, + 0.0174560546875, + 0.0733642578125, + 0.026519775390625, + -0.0206451416015625, + -0.0231781005859375, + 0.01508331298828125, + 0.01119232177734375, + -0.028411865234375, + -0.025238037109375, + 0.005596160888671875, + 0.06951904296875, + -0.06732177734375, + -0.027313232421875, + -0.00551605224609375, + 0.006946563720703125, + 0.00722503662109375, + 0.023651123046875, + -0.03350830078125, + 0.017303466796875, + -0.0079345703125, + -0.05810546875, + -0.002262115478515625, + 0.0085296630859375, + -0.004962921142578125, + 0.044464111328125, + 0.0230255126953125, + -0.040008544921875, + 0.0009179115295410156, + 0.003353118896484375, + 0.01277923583984375, + 0.018890380859375, + 0.032073974609375, + -0.0013294219970703125, + 0.042236328125, + 0.037628173828125, + 0.06634521484375, + -0.0215911865234375, + -0.035400390625, + 0.01047515869140625, + 0.0246124267578125, + 0.028900146484375, + 0.0180206298828125, + 0.01007843017578125, + 0.0004589557647705078, + -0.00980377197265625, + -0.0501708984375, + -0.002857208251953125, + 0.01158905029296875, + 0.015716552734375, + -0.06475830078125, + -0.043487548828125, + -0.0005331039428710938, + -0.0533447265625, + 0.005062103271484375, + 0.0241241455078125, + -0.060638427734375, + 0.0070648193359375, + 0.0202484130859375, + -0.007740020751953125, + -0.042877197265625, + 0.02587890625, + -0.03411865234375, + -0.038726806640625, + -0.0239715576171875, + -0.0211181640625, + 0.06982421875, + -0.0217437744140625, + -0.07366943359375, + -0.0217437744140625, + 0.022857666015625, + -0.0231781005859375, + -0.036041259765625, + 0.0022716522216796875, + -0.0094451904296875, + -0.0239715576171875, + -0.025726318359375, + -0.03411865234375, + -0.019134521484375, + 0.0152435302734375, + -0.052703857421875, + 0.0136566162109375, + 0.023651123046875, + -0.0030765533447265625, + 0.0011510848999023438, + -0.01119232177734375, + -0.0565185546875, + 0.03411865234375, + -0.078125, + 0.035247802734375, + 0.016510009765625, + -0.01230621337890625, + 0.0390625, + 0.064453125, + 0.005161285400390625, + 0.007381439208984375, + 0.028106689453125, + -0.0369873046875, + 0.014923095703125, + -0.0138092041015625, + 0.0185699462890625, + -0.0908203125, + -0.017303466796875, + 0.03619384765625, + -0.050811767578125, + 0.0160369873046875, + -0.014923095703125, + -0.0185699462890625, + -0.0374755859375, + -0.0176239013671875, + 0.014923095703125, + 0.0241241455078125, + 0.07177734375, + 0.0009226799011230469, + -0.01270294189453125, + 0.00861358642578125, + -0.02032470703125, + 0.06634521484375, + 0.01555633544921875, + 0.0181732177734375, + -0.0026187896728515625, + 0.038726806640625, + -0.014923095703125, + -0.037933349609375, + 0.022857666015625, + -0.07305908203125, + -0.0182647705078125, + 0.0211181640625, + -0.00702667236328125, + 0.0145263671875, + -0.022064208984375, + -0.04254150390625, + -0.02508544921875, + -0.00897216796875, + 0.041290283203125, + -0.015716552734375, + 0.0184173583984375, + -0.046051025390625, + -0.029693603515625, + 0.03460693359375, + -0.0650634765625, + -0.0144500732421875, + -0.01531982421875, + 0.02587890625, + 0.0254058837890625, + -0.032867431640625, + 0.010955810546875, + -0.00251007080078125, + -0.00571441650390625, + 0.0202484130859375, + 0.05841064453125, + -0.05780029296875, + -0.004741668701171875, + -0.0164337158203125, + 0.05047607421875, + 0.022857666015625, + -0.01357269287109375, + -0.0018453598022460938, + 0.00872802734375, + 0.021270751953125, + -0.01032257080078125, + 0.057159423828125, + 0.0596923828125, + -0.017547607421875, + -0.05810546875, + -0.02032470703125, + -0.025238037109375, + 0.041900634765625, + -0.030487060546875, + 0.049835205078125, + 0.038116455078125, + -0.00913238525390625, + -0.10162353515625, + 0.067626953125, + -0.041900634765625, + 0.010162353515625, + -0.00749969482421875, + -0.0013294219970703125, + -0.07208251953125, + -0.0390625, + -0.0197601318359375, + 0.00885009765625, + -0.0306396484375, + 0.0186614990234375, + 0.024444580078125, + 0.012939453125, + 0.0037899017333984375, + -0.005832672119140625, + -0.0016574859619140625, + 0.032867431640625, + 0.0287322998046875, + -0.04412841796875, + 0.078125, + -0.003215789794921875, + 0.0271453857421875, + 0.01548004150390625, + 0.045074462890625, + 0.01039886474609375, + 0.01515960693359375, + -0.03302001953125, + 0.0008435249328613281, + 0.0033740997314453125, + 0.006072998046875, + -0.0215911865234375, + -0.0022830963134765625, + -0.035552978515625, + 0.00988006591796875, + 0.0024318695068359375, + -0.00662994384765625, + -0.0110321044921875, + -0.031280517578125, + -0.032867431640625, + -0.02349853515625, + -0.05364990234375, + -0.07586669921875, + 0.00273895263671875, + -0.0254058837890625, + -0.045074462890625, + 0.0094451904296875, + -0.001964569091796875, + 0.05145263671875, + -0.03570556640625, + 0.020477294921875, + -0.016357421875, + 0.0026988983154296875, + -0.0238189697265625, + 0.0223846435546875, + -0.00972747802734375, + 0.041290283203125, + 0.0246124267578125, + -0.028900146484375, + 0.04541015625, + -0.043182373046875, + -0.029052734375, + 0.005435943603515625, + 0.0181732177734375, + -0.0079345703125, + 0.0269927978515625, + -0.041900634765625, + -0.0173797607421875, + -0.001220703125, + -0.000030994415283203125, + 0.0012502670288085938, + -0.0343017578125, + 0.04095458984375, + 0.01389312744140625, + -0.08062744140625, + 0.00254058837890625, + -0.0184173583984375, + -0.043182373046875, + -0.01953125, + -0.019683837890625, + 0.01508331298828125, + 0.0122222900390625, + 0.049224853515625, + 0.0009975433349609375, + 0.042877197265625, + 0.016265869140625, + -0.031280517578125, + -0.01396942138671875, + 0.00551605224609375, + -0.00498199462890625, + 0.006191253662109375, + 0.041900634765625, + -0.0145263671875, + 0.006587982177734375, + -0.0293731689453125, + -0.0670166015625, + 0.0144500732421875, + -0.0225372314453125, + -0.060333251953125, + 0.01214599609375, + 0.0914306640625, + 0.03857421875, + -0.0165863037109375, + 0.02587890625, + 0.036041259765625, + 0.049530029296875, + 0.01039886474609375, + 0.0035724639892578125, + -0.06982421875, + -0.02191162109375, + -0.0008978843688964844, + 0.0027790069580078125, + -0.05523681640625, + 0.033966064453125, + 0.048583984375, + -0.0246124267578125, + -0.016754150390625, + -0.0230255126953125, + 0.01166534423828125, + 0.046356201171875, + 0.040496826171875, + 0.029052734375, + -0.055572509765625, + 0.005279541015625, + 0.02984619140625, + -0.006748199462890625, + -0.01357269287109375, + -0.0106353759765625, + -0.019927978515625, + 0.06256103515625, + -0.057159423828125, + -0.010955810546875, + 0.0034923553466796875, + 0.052703857421875, + 0.01206207275390625, + -0.05682373046875, + -0.0177001953125, + 0.053985595703125, + 0.017059326171875, + -0.0029163360595703125, + 0.0110321044921875, + 0.012542724609375, + -0.0322265625, + 0.0200042724609375, + 0.05523681640625, + 0.019927978515625, + 0.036346435546875, + 0.0079345703125, + -0.038726806640625, + 0.022705078125, + -0.027618408203125, + -0.0002963542938232422, + 0.0160369873046875, + -0.030487060546875, + -0.036346435546875, + -0.03570556640625, + 0.0333251953125, + 0.01396942138671875, + 0.05682373046875, + 0.0157928466796875, + 0.0174560546875, + -0.0165863037109375, + 0.0022525787353515625, + 0.005279541015625, + 0.0209503173828125, + 0.0238189697265625, + 0.01611328125, + 0.041290283203125, + 0.036041259765625, + 0.01555633544921875, + 0.009246826171875, + 0.00872802734375, + -0.05206298828125, + 0.0014190673828125, + -0.05145263671875, + 0.0149993896484375, + 0.018341064453125, + -0.059051513671875, + 0.0096435546875, + -0.0295257568359375, + -0.0134124755859375, + 0.00492095947265625, + -0.041900634765625, + -0.0177764892578125, + 0.049530029296875, + -0.02984619140625, + 0.04254150390625, + 0.005237579345703125, + 0.01277923583984375, + 0.0196075439453125, + -0.060333251953125, + 0.08953857421875, + 0.010955810546875, + 0.0628662109375, + -0.0087738037109375, + 0.0027790069580078125, + 0.049224853515625, + -0.0238189697265625, + 0.049224853515625, + 0.007183074951171875, + -0.0098419189453125, + 0.0374755859375, + 0.0222320556640625, + 0.0233306884765625, + -0.049530029296875, + 0.034912109375, + 0.00722503662109375, + -0.0322265625, + 0.046356201171875, + 0.039520263671875, + 0.004703521728515625, + -0.0176239013671875, + -0.0215911865234375, + -0.0011758804321289062, + -0.0650634765625, + 0.05621337890625, + -0.0002281665802001953, + -0.007778167724609375, + 0.0233306884765625, + -0.015869140625, + 0.0369873046875, + 0.0176239013671875, + 0.03460693359375, + -0.0406494140625, + 0.05621337890625, + 0.0089263916015625, + -0.018096923828125, + -0.0271453857421875, + 0.033172607421875, + -0.0231781005859375, + 0.02984619140625, + -0.0217437744140625, + 0.0682373046875, + 0.036834716796875, + -0.0024814605712890625, + -0.0390625, + 0.00208282470703125, + -0.01032257080078125, + 0.0249176025390625, + 0.01690673828125, + -0.0469970703125, + -0.00928497314453125, + -0.01047515869140625, + 0.0246124267578125, + 0.0692138671875, + 0.0269927978515625, + 0.01468658447265625, + -0.01190948486328125, + -0.01309967041015625, + 0.01245880126953125, + -0.0118255615234375 + ], + "metadata": { + "domains": [ + "domain-agnostic-software" + ], + "phases": [ + "analysis" + ], + "tags": [ + "encoding", + "crypto", + "parsing" + ], + "skillLevel": "beginner", + "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.00003075599670410156, + 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_CyberChef", + "type": "tool", + "name": "CyberChef", + "content": "cyberchef das \"schweizer taschenmesser\" der daten-manipulation vereint über 400 operations für encoding, verschlüsselung, analyse und transformation. die visuelle \"rezept\"-metapher macht komplexe operationsketten intuitiv: base64 dekodieren → xor entschlüsseln → strings extrahieren → hashes berechnen. besonders wertvoll für malware-deobfuskation, ctf-challenges und forensische datenanalyse. magic-mode erkennt automatisch encodings. regex-support für pattern-extraktion. entropy-visualisierung identifiziert verschlüsselte bereiche. die offline-fähigkeit (läuft komplett im browser) macht es dsgvo-konform für sensible daten. import/export von rezepten für wiederverwendung. unterstützt dateien bis 2gb. code-beautifier für javascript, json, xml. image-forensik mit exif-extraktion. die github-version kann selbst gehostet werden. unverzichtbar für jeden digitalen ermittler. web-interface binary-decode decryption malware-unpacking string-search triage regex-operations magic-detection entropy-analysis recipe-based offline-capable data-transformation incident-response static-investigations malware-analysis network-forensics fraud-investigation examination analysis", + "embedding": [ + -0.0253753662109375, + 0.04022216796875, + 0.053741455078125, + 0.00411224365234375, + 0.008880615234375, + 0.0148468017578125, + 0.023590087890625, + 0.01212310791015625, + -0.031402587890625, + -0.031585693359375, + -0.0396728515625, + 0.056396484375, + -0.0024318695068359375, + 0.00017178058624267578, + -0.046234130859375, + 0.024627685546875, + 0.0088348388671875, + -0.00798797607421875, + 0.0266876220703125, + 0.0142822265625, + -0.02142333984375, + -0.007472991943359375, + -0.04266357421875, + -0.0037593841552734375, + -0.00528717041015625, + -0.00354766845703125, + -0.0070953369140625, + -0.044158935546875, + -0.0191650390625, + -0.034027099609375, + 0.00925445556640625, + -0.027435302734375, + 0.016632080078125, + 0.023773193359375, + -0.016632080078125, + -0.0265045166015625, + 0.024810791015625, + -0.034759521484375, + -0.020294189453125, + 0.021514892578125, + -0.0404052734375, + -0.01103973388671875, + 0.037200927734375, + 0.0007810592651367188, + -0.028564453125, + -0.0266876220703125, + 0.006626129150390625, + -0.006954193115234375, + 0.00620269775390625, + -0.00585174560546875, + 0.031951904296875, + 0.02105712890625, + 0.01390838623046875, + -0.0041351318359375, + -0.036651611328125, + 0.0287628173828125, + 0.043243408203125, + 0.00441741943359375, + -0.029510498046875, + 0.06842041015625, + -0.04058837890625, + -0.001033782958984375, + 0.01343536376953125, + -0.0036411285400390625, + -0.0081787109375, + 0.0193634033203125, + -0.022369384765625, + -0.031585693359375, + -0.00507354736328125, + 0.00615692138671875, + -0.011749267578125, + 0.01151275634765625, + -0.0244293212890625, + 0.039276123046875, + -0.056396484375, + -0.039093017578125, + -0.006908416748046875, + 0.0157012939453125, + 0.01042938232421875, + 0.027435302734375, + -0.0265045166015625, + 0.005496978759765625, + 0.034759521484375, + -0.0161590576171875, + -0.0195465087890625, + 0.00015938282012939453, + 0.00836181640625, + 0.0240631103515625, + 0.026123046875, + -0.005474090576171875, + 0.00191497802734375, + -0.0100555419921875, + 0.036468505859375, + -0.0157012939453125, + 0.0289459228515625, + 0.048858642578125, + -0.036834716796875, + 0.021514892578125, + 0.0208587646484375, + 0.0287628173828125, + 0.0240631103515625, + -0.016357421875, + 0.04248046875, + -0.0160675048828125, + 0.0268707275390625, + -0.0298919677734375, + 0.005237579345703125, + -0.01503753662109375, + -0.0083160400390625, + -0.01094818115234375, + -0.08831787109375, + -0.059783935546875, + -0.031768798828125, + -0.058258056640625, + -0.02386474609375, + 0.00676727294921875, + -0.0112762451171875, + 0.040985107421875, + -0.034210205078125, + -0.046234130859375, + 0.01399993896484375, + 0.0268707275390625, + 0.0101470947265625, + 0.0291290283203125, + -0.05487060546875, + -0.06878662109375, + -0.02264404296875, + 0.024627685546875, + -0.055633544921875, + -0.0087890625, + -0.031402587890625, + -0.0167236328125, + -0.018890380859375, + -0.01268768310546875, + -0.0053558349609375, + -0.0204010009765625, + 0.028564453125, + -0.02593994140625, + -0.0160675048828125, + 0.01146697998046875, + 0.0665283203125, + -0.0220794677734375, + -0.06280517578125, + 0.0011510848999023438, + -0.0255584716796875, + 0.01325225830078125, + -0.0204925537109375, + 0.055267333984375, + -0.0186004638671875, + -0.003688812255859375, + -0.0171051025390625, + 0.00380706787109375, + 0.0654296875, + 0.0056610107421875, + 0.004840850830078125, + -0.0208587646484375, + -0.0084075927734375, + -0.0298919677734375, + 0.036468505859375, + 0.01447296142578125, + -0.01277923583984375, + 0.0233001708984375, + -0.034210205078125, + 0.041900634765625, + -0.01390838623046875, + -0.03515625, + -0.03497314453125, + 0.024627685546875, + -0.007472991943359375, + -0.00742340087890625, + 0.0219879150390625, + -0.03778076171875, + 0.057891845703125, + 0.041351318359375, + 0.0081329345703125, + 0.00846099853515625, + 0.00855255126953125, + 0.0124053955078125, + 0.027069091796875, + 0.046417236328125, + -0.01099395751953125, + -0.0257568359375, + 0.0255584716796875, + 0.0257568359375, + 0.015228271484375, + -0.006999969482421875, + -0.0253753662109375, + -0.0089263916015625, + -0.004039764404296875, + 0.0300750732421875, + -0.0518798828125, + -0.0291290283203125, + -0.01409912109375, + 0.041534423828125, + 0.01259613037109375, + 0.04437255859375, + 0.04473876953125, + -0.0036182403564453125, + 0.008880615234375, + 0.00925445556640625, + -0.0084075927734375, + 0.0197296142578125, + -0.005123138427734375, + 0.037017822265625, + -0.01042938232421875, + 0.010009765625, + -0.0029964447021484375, + 0.046051025390625, + 0.0255584716796875, + -0.03515625, + 0.004581451416015625, + 0.06201171875, + -0.024993896484375, + -0.034210205078125, + -0.04925537109375, + -0.034759521484375, + 0.01776123046875, + -0.0037822723388671875, + -0.0003788471221923828, + -0.0182342529296875, + -0.004322052001953125, + -0.029693603515625, + -0.003101348876953125, + 0.037200927734375, + -0.03326416015625, + 0.031768798828125, + 0.034576416015625, + -0.01531982421875, + -0.0191650390625, + 0.01898193359375, + 0.01198577880859375, + 0.036834716796875, + 0.01142120361328125, + 0.0017385482788085938, + -0.0135345458984375, + -0.004791259765625, + 0.04998779296875, + 0.01160430908203125, + 0.0287628173828125, + -0.0158843994140625, + -0.0181427001953125, + 0.037200927734375, + -0.0035953521728515625, + 0.03759765625, + 0.0209503173828125, + -0.01390838623046875, + 0.033843994140625, + 0.0041351318359375, + 0.016632080078125, + 0.027252197265625, + -0.0797119140625, + -0.01029205322265625, + -0.0657958984375, + -0.0107574462890625, + -0.057891845703125, + -0.041351318359375, + -0.01983642578125, + -0.05712890625, + 0.029693603515625, + 0.00528717041015625, + -0.002960205078125, + 0.01203155517578125, + 0.0110931396484375, + 0.00176239013671875, + 0.04058837890625, + -0.01277923583984375, + -0.039093017578125, + -0.0012865066528320312, + 0.060516357421875, + -0.0113677978515625, + -0.0278167724609375, + -0.005428314208984375, + 0.01503753662109375, + -0.0161590576171875, + -0.00864410400390625, + -0.027435302734375, + 0.0228424072265625, + 0.034759521484375, + 0.0076141357421875, + 0.027435302734375, + 0.00859832763671875, + 0.04229736328125, + 0.004039764404296875, + 0.036285400390625, + -0.053741455078125, + -0.0014276504516601562, + -0.008270263671875, + 0.00594329833984375, + -0.0148468017578125, + -0.04718017578125, + -0.0181427001953125, + 0.04022216796875, + 0.0015392303466796875, + 0.008880615234375, + 0.010528564453125, + -0.051116943359375, + 0.0208587646484375, + 0.004039764404296875, + -0.006343841552734375, + 0.057525634765625, + 0.05712890625, + -0.0330810546875, + 0.01399993896484375, + -0.01531982421875, + -0.002101898193359375, + -0.031402587890625, + -0.044921875, + 0.017486572265625, + -0.0018091201782226562, + -0.0242462158203125, + 0.0012454986572265625, + 0.004558563232421875, + -0.041717529296875, + 0.01099395751953125, + -0.006626129150390625, + -0.007659912109375, + -0.048126220703125, + -0.036468505859375, + 0.0158843994140625, + -0.01155853271484375, + -0.0302581787109375, + -0.016815185546875, + 0.050750732421875, + 0.0244293212890625, + -0.006717681884765625, + 0.000022292137145996094, + 0.03515625, + -0.034393310546875, + -0.01123046875, + -0.00807952880859375, + 0.01438140869140625, + -0.00972747802734375, + 0.04925537109375, + 0.043243408203125, + 0.016632080078125, + 0.0452880859375, + 0.080810546875, + 0.035888671875, + -0.032318115234375, + -0.01390838623046875, + -0.016815185546875, + -0.0196380615234375, + 0.04266357421875, + -0.035888671875, + -0.01343536376953125, + -0.0181427001953125, + -0.0206756591796875, + 0.005779266357421875, + 0.003665924072265625, + 0.029510498046875, + 0.0136260986328125, + -0.01898193359375, + 0.004039764404296875, + 0.0665283203125, + 0.0216217041015625, + 0.08685302734375, + -0.005992889404296875, + -0.0518798828125, + -0.007190704345703125, + 0.021148681640625, + -0.0137176513671875, + -0.0167236328125, + 0.027069091796875, + 0.006439208984375, + -0.00585174560546875, + 0.0020084381103515625, + -0.0014801025390625, + 0.034759521484375, + 0.010528564453125, + -0.018798828125, + -0.004932403564453125, + -0.00902557373046875, + 0.01085662841796875, + 0.03271484375, + 0.01325225830078125, + 0.0204010009765625, + 0.03759765625, + -0.0289459228515625, + -0.01165008544921875, + -0.0400390625, + -0.07220458984375, + 0.02349853515625, + 0.0291290283203125, + 0.00028634071350097656, + 0.046600341796875, + -0.0094451904296875, + -0.0703125, + 0.0257568359375, + -0.03778076171875, + 0.07177734375, + 0.019927978515625, + 0.0204925537109375, + 0.0183258056640625, + -0.0230255126953125, + 0.00737762451171875, + 0.023681640625, + 0.03253173828125, + 0.046051025390625, + 0.048126220703125, + 0.034759521484375, + 0.0281982421875, + -0.0452880859375, + 0.0055694580078125, + 0.01212310791015625, + 0.005496978759765625, + 0.005146026611328125, + 0.043609619140625, + 0.0217132568359375, + 0.0169219970703125, + -0.00958251953125, + 0.0300750732421875, + 0.0312042236328125, + -0.01447296142578125, + 0.0173797607421875, + -0.01390838623046875, + 0.017852783203125, + -0.0445556640625, + -0.003265380859375, + 0.006107330322265625, + 0.0232086181640625, + 0.0287628173828125, + 0.04302978515625, + -0.033447265625, + -0.007801055908203125, + 0.048492431640625, + -0.05865478515625, + 0.0117034912109375, + 0.035888671875, + -0.023681640625, + 0.002819061279296875, + -0.043243408203125, + -0.04510498046875, + 0.007472991943359375, + -0.02349853515625, + -0.0400390625, + 0.00846099853515625, + 0.040802001953125, + -0.05865478515625, + -0.03045654296875, + -0.048858642578125, + -0.01494598388671875, + -0.016357421875, + -0.031402587890625, + 0.0291290283203125, + 0.0011339187622070312, + -0.01029205322265625, + 0.01531982421875, + 0.043609619140625, + -0.0251922607421875, + -0.023681640625, + 0.04925537109375, + -0.00855255126953125, + -0.019073486328125, + 0.0030307769775390625, + 0.00589752197265625, + 0.02020263671875, + -0.016632080078125, + -0.0207672119140625, + 0.01334381103515625, + 0.0306396484375, + 0.018890380859375, + 0.00920867919921875, + -0.04718017578125, + -0.032135009765625, + -0.031402587890625, + 0.050750732421875, + 0.0095367431640625, + 0.024627685546875, + 0.0124053955078125, + -0.03271484375, + 0.00681304931640625, + -0.034210205078125, + 0.006389617919921875, + 0.01456451416015625, + -0.00681304931640625, + -0.0118865966796875, + 0.060150146484375, + -0.0124053955078125, + -0.011138916015625, + -0.038330078125, + 0.053741455078125, + -0.006671905517578125, + 0.004909515380859375, + -0.05413818359375, + 0.051513671875, + 0.0278167724609375, + -0.060150146484375, + -0.01029205322265625, + -0.01983642578125, + 0.006908416748046875, + 0.039459228515625, + -0.0616455078125, + -0.006580352783203125, + -0.01531982421875, + -0.046600341796875, + -0.038909912109375, + -0.023406982421875, + -0.0231170654296875, + -0.05224609375, + 0.003665924072265625, + 0.0287628173828125, + 0.01456451416015625, + 0.0239715576171875, + 0.004276275634765625, + -0.00902557373046875, + 0.00016963481903076172, + 0.0135345458984375, + 0.007659912109375, + 0.034759521484375, + -0.060516357421875, + -0.0251922607421875, + -0.00925445556640625, + 0.0257568359375, + -0.00140380859375, + -0.023590087890625, + 0.00794219970703125, + -0.029693603515625, + 0.04998779296875, + -0.0124969482421875, + -0.0012807846069335938, + 0.005100250244140625, + -0.048492431640625, + -0.027252197265625, + -0.0263214111328125, + 0.008270263671875, + 0.034027099609375, + -0.00789642333984375, + 0.0182342529296875, + 0.043243408203125, + -0.03814697265625, + 0.0240631103515625, + 0.0172882080078125, + -0.011932373046875, + -0.0142822265625, + 0.02349853515625, + -0.0155029296875, + -0.016632080078125, + 0.044158935546875, + -0.0469970703125, + -0.0302581787109375, + -0.09625244140625, + 0.041717529296875, + 0.00930023193359375, + -0.00789642333984375, + -0.0050048828125, + -0.035888671875, + -0.061279296875, + 0.0123138427734375, + 0.01512908935546875, + 0.01343536376953125, + -0.0087432861328125, + -0.01654052734375, + -0.0206756591796875, + -0.0182342529296875, + -0.0298919677734375, + 0.04266357421875, + -0.0124969482421875, + 0.004512786865234375, + 0.0053558349609375, + -0.01560211181640625, + 0.03759765625, + 0.02105712890625, + 0.0229339599609375, + 0.0170135498046875, + 0.0117950439453125, + -0.038909912109375, + 0.0278167724609375, + -0.0087890625, + -0.005405426025390625, + 0.007282257080078125, + -0.0300750732421875, + 0.0242462158203125, + -0.0224609375, + -0.0019502639770507812, + 0.0233001708984375, + 0.009490966796875, + 0.033843994140625, + -0.0130615234375, + 0.0001366138458251953, + 0.03253173828125, + -0.00594329833984375, + 0.0672607421875, + -0.0265045166015625, + -0.051513671875, + 0.03082275390625, + -0.000560760498046875, + 0.055633544921875, + 0.040802001953125, + 0.0179443359375, + -0.0278167724609375, + 0.0312042236328125, + 0.041900634765625, + -0.01287841796875, + -0.0191650390625, + -0.04229736328125, + 0.031402587890625, + 0.0278167724609375, + 0.06353759765625, + -0.0195465087890625, + 0.09625244140625, + 0.0111846923828125, + -0.0179443359375, + 0.029510498046875, + 0.055633544921875, + 0.0379638671875, + -0.031005859375, + -0.04754638671875, + -0.0076141357421875, + -0.0146636962890625, + -0.0306396484375, + -0.016632080078125, + -0.0032901763916015625, + 0.07257080078125, + -0.0567626953125, + -0.03271484375, + -0.0180511474609375, + -0.0034542083740234375, + 0.0031719207763671875, + 0.0034770965576171875, + -0.04437255859375, + 0.0194549560546875, + -0.02227783203125, + -0.033843994140625, + 0.024627685546875, + 0.003570556640625, + 0.010711669921875, + 0.0650634765625, + 0.0263214111328125, + -0.006439208984375, + 0.034576416015625, + 0.0106201171875, + 0.03271484375, + 0.02264404296875, + 0.04058837890625, + 0.018890380859375, + 0.0287628173828125, + 0.038726806640625, + 0.057525634765625, + -0.02593994140625, + -0.00972747802734375, + 0.039276123046875, + 0.027069091796875, + 0.03570556640625, + 0.0229339599609375, + 0.00005251169204711914, + -0.0032196044921875, + -0.0084075927734375, + -0.031585693359375, + 0.0047454833984375, + -0.00714111328125, + -0.0193634033203125, + -0.055633544921875, + -0.046417236328125, + -0.00420379638671875, + -0.048126220703125, + 0.023590087890625, + 0.0186004638671875, + -0.0251922607421875, + 0.007659912109375, + 0.041900634765625, + 0.0033130645751953125, + -0.0665283203125, + 0.036102294921875, + -0.022369384765625, + -0.0244293212890625, + -0.03985595703125, + -0.01456451416015625, + 0.0477294921875, + -0.01316070556640625, + -0.0748291015625, + -0.0205841064453125, + 0.04248046875, + -0.0173797607421875, + -0.0242462158203125, + -0.00531005859375, + 0.01287841796875, + 0.0016794204711914062, + -0.02349853515625, + -0.053741455078125, + -0.0142822265625, + 0.014190673828125, + -0.05413818359375, + 0.034576416015625, + 0.016632080078125, + -0.021331787109375, + -0.0019626617431640625, + -0.00846099853515625, + -0.05938720703125, + 0.04248046875, + -0.0609130859375, + 0.0276336669921875, + 0.01776123046875, + 0.034027099609375, + 0.03253173828125, + 0.04248046875, + -0.00420379638671875, + 0.0279998779296875, + -0.0032196044921875, + -0.059783935546875, + 0.0027370452880859375, + -0.006671905517578125, + 0.00902557373046875, + -0.06280517578125, + -0.012969970703125, + 0.018798828125, + -0.055633544921875, + 0.01094818115234375, + -0.0049591064453125, + -0.00624847412109375, + -0.0654296875, + -0.02020263671875, + -0.0124053955078125, + 0.031402587890625, + 0.0992431640625, + 0.0117034912109375, + -0.039093017578125, + 0.0024089813232421875, + -0.01654052734375, + 0.06805419921875, + 0.017486572265625, + 0.020294189453125, + -0.02593994140625, + 0.0263214111328125, + 0.010711669921875, + -0.0291290283203125, + 0.003993988037109375, + -0.0902099609375, + -0.0268707275390625, + 0.0194549560546875, + -0.00714111328125, + 0.00018644332885742188, + -0.01212310791015625, + -0.04998779296875, + -0.027435302734375, + -0.024627685546875, + 0.035888671875, + -0.0107574462890625, + 0.011322021484375, + -0.043243408203125, + -0.01503753662109375, + -0.00030994415283203125, + -0.0650634765625, + -0.026123046875, + -0.0183258056640625, + 0.022186279296875, + 0.003101348876953125, + -0.04302978515625, + 0.04022216796875, + 0.0130615234375, + 0.00972747802734375, + 0.028564453125, + 0.05865478515625, + -0.039093017578125, + -0.0148468017578125, + -0.01123046875, + 0.05865478515625, + 0.01381683349609375, + -0.0031948089599609375, + -0.00789642333984375, + 0.02227783203125, + -0.0007371902465820312, + -0.0157928466796875, + 0.06427001953125, + 0.0609130859375, + -0.033843994140625, + -0.036468505859375, + -0.002819061279296875, + -0.0287628173828125, + 0.04681396484375, + -0.01155853271484375, + 0.048126220703125, + 0.0197296142578125, + -0.0008692741394042969, + -0.1090087890625, + 0.055267333984375, + -0.0207672119140625, + 0.009918212890625, + -0.004276275634765625, + 0.002361297607421875, + -0.0751953125, + -0.0330810546875, + -0.019073486328125, + 0.0167236328125, + -0.0276336669921875, + 0.0219879150390625, + 0.00476837158203125, + 0.01447296142578125, + 0.0035953521728515625, + -0.006671905517578125, + -0.02593994140625, + 0.0300750732421875, + 0.0036182403564453125, + -0.034210205078125, + 0.04547119140625, + -0.016265869140625, + 0.031402587890625, + 0.020294189453125, + 0.024993896484375, + -0.0123138427734375, + -0.015228271484375, + -0.02838134765625, + -0.01165008544921875, + 0.038909912109375, + 0.037017822265625, + -0.01512908935546875, + 0.01123046875, + -0.03759765625, + 0.024627685546875, + -0.011749267578125, + -0.00469970703125, + -0.0117950439453125, + -0.033843994140625, + -0.019073486328125, + -0.022552490234375, + -0.06353759765625, + -0.103759765625, + 0.0007371902465820312, + -0.0428466796875, + -0.03363037109375, + -0.002796173095703125, + 0.0033130645751953125, + 0.034576416015625, + -0.036285400390625, + 0.045867919921875, + -0.0009045600891113281, + -0.02105712890625, + -0.01438140869140625, + 0.01776123046875, + 0.01438140869140625, + 0.05712890625, + -0.0018911361694335938, + -0.0179443359375, + 0.043426513671875, + -0.0170135498046875, + -0.007472991943359375, + -0.00789642333984375, + 0.006954193115234375, + -0.0191650390625, + 0.032135009765625, + -0.06689453125, + -0.016448974609375, + 0.0006198883056640625, + 0.0265045166015625, + 0.0291290283203125, + -0.0216217041015625, + 0.04925537109375, + 0.00902557373046875, + -0.0762939453125, + -0.004627227783203125, + -0.0265045166015625, + -0.039276123046875, + -0.00498199462890625, + -0.0186004638671875, + 0.0111846923828125, + 0.006015777587890625, + 0.041168212890625, + 0.0172882080078125, + 0.05224609375, + 0.0172882080078125, + -0.038909912109375, + -0.02001953125, + 0.0027599334716796875, + -0.007049560546875, + 0.007801055908203125, + 0.0404052734375, + 0.007659912109375, + 0.020294189453125, + -0.00003927946090698242, + -0.08306884765625, + 0.0006341934204101562, + -0.0477294921875, + -0.05450439453125, + 0.021148681640625, + 0.09283447265625, + 0.028564453125, + -0.004909515380859375, + 0.024810791015625, + 0.04736328125, + 0.029510498046875, + -0.0018091201782226562, + -0.01456451416015625, + -0.08197021484375, + -0.0266876220703125, + 0.006954193115234375, + 0.01503753662109375, + -0.036102294921875, + 0.0396728515625, + 0.053741455078125, + -0.0208587646484375, + -0.023590087890625, + -0.0181427001953125, + 0.028564453125, + 0.020294189453125, + 0.043243408203125, + 0.048126220703125, + -0.046051025390625, + 0.01512908935546875, + 0.0204010009765625, + -0.0084075927734375, + -0.01268768310546875, + -0.002361297607421875, + 0.003993988037109375, + 0.05450439453125, + -0.0714111328125, + 0.005146026611328125, + 0.0111846923828125, + 0.0609130859375, + 0.02001953125, + -0.05450439453125, + -0.03045654296875, + 0.0469970703125, + 0.0253753662109375, + -0.01654052734375, + 0.01898193359375, + 0.0171966552734375, + -0.036468505859375, + 0.031402587890625, + 0.060516357421875, + 0.0204925537109375, + 0.048126220703125, + 0.01531982421875, + -0.05413818359375, + 0.0291290283203125, + -0.0030307769775390625, + -0.00437164306640625, + -0.002960205078125, + -0.038726806640625, + -0.038726806640625, + -0.0654296875, + 0.0233001708984375, + 0.02386474609375, + 0.048126220703125, + 0.038726806640625, + 0.006908416748046875, + -0.0182342529296875, + 0.01399993896484375, + 0.03271484375, + 0.04547119140625, + 0.02386474609375, + 0.014190673828125, + 0.0330810546875, + 0.022369384765625, + 0.00855255126953125, + -0.0169219970703125, + 0.004627227783203125, + -0.040802001953125, + 0.0087432861328125, + -0.04962158203125, + 0.0084075927734375, + 0.004276275634765625, + -0.03814697265625, + 0.002361297607421875, + -0.0276336669921875, + -0.0088348388671875, + -0.01409912109375, + -0.04302978515625, + 0.002349853515625, + 0.0242462158203125, + -0.05938720703125, + 0.03814697265625, + 0.02001953125, + 0.004016876220703125, + 0.0278167724609375, + -0.055633544921875, + 0.0751953125, + 0.010711669921875, + 0.033843994140625, + -0.0197296142578125, + 0.01221466064453125, + 0.03778076171875, + -0.00406646728515625, + 0.027069091796875, + 0.0170135498046875, + -0.02386474609375, + 0.039276123046875, + 0.0240631103515625, + 0.0265045166015625, + -0.039276123046875, + 0.0268707275390625, + 0.01898193359375, + -0.03253173828125, + 0.0231170654296875, + 0.01094818115234375, + 0.0183258056640625, + 0.01390838623046875, + -0.016357421875, + -0.010711669921875, + -0.045867919921875, + 0.0518798828125, + 0.01343536376953125, + -0.002044677734375, + 0.031951904296875, + -0.03778076171875, + 0.0355224609375, + 0.026123046875, + 0.03363037109375, + -0.0706787109375, + 0.051513671875, + -0.00263214111328125, + -0.01316070556640625, + -0.01277923583984375, + 0.008880615234375, + -0.007472991943359375, + 0.0268707275390625, + -0.01438140869140625, + 0.0860595703125, + 0.04058837890625, + -0.023590087890625, + -0.041900634765625, + 0.003429412841796875, + -0.006298065185546875, + 0.00160980224609375, + -0.005123138427734375, + -0.031951904296875, + -0.00897216796875, + -0.004840850830078125, + 0.0255584716796875, + 0.06689453125, + -0.01776123046875, + 0.031402587890625, + -0.007518768310546875, + 0.0003936290740966797, + -0.00958251953125, + 0.0013332366943359375 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis", + "network-forensics", "fraud-investigation" ], "phases": [ + "examination", "analysis" ], "tags": [ - "blockchain-analysis", - "compliance-screening", - "sanctions-checking", - "defi-analysis", - "cross-chain-tracking", - "aml-workflows", - "court-reporting" + "web-interface", + "binary-decode", + "decryption", + "malware-unpacking", + "string-search", + "triage", + "regex-operations", + "magic-detection", + "entropy-analysis", + "recipe-based", + "offline-capable", + "data-transformation" ], - "skillLevel": "intermediate", + "skillLevel": "beginner", "type": "tool" } }, { - "id": "tool_Cortex", + "id": "tool_ALEAPP", "type": "tool", - "name": "Cortex", - "content": "cortex thehives analyzer-engine automatisiert observable-intelligence durch über 100 integrierte services von virustotal bis shodan. ein file-hash triggert parallel: av-scans, sandbox-detonation, yara-matching, reputation-checks in sekunden statt manueller stunden-arbeit. die plugin-architektur erweitert für custom-apis und interne threat-intelligence. besonders wertvoll: responder-actions ermöglichen automatische incident-response (block-ip, quarantine-host), taxonomy-integration kategorisiert threats nach misp- standards, job-history dokumentiert alle analysen für audit-trails. docker-deployment skaliert workers je nach load. rate-limiting verhindert api-quota-erschöpfung. die restful-api integriert in soar-playbooks. json-templates definieren analyzer-konfigurationen. community-analyzer erweitern für spezielle use-cases. nach thehive-übernahme durch strangebee wird cortex 3.x als open-source weiterentwickelt. standard-component moderner soc-automatisierung. automation threat-intel incident-response malware-analysis analysis", + "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. command-line mobile-app-data artifact-parser timeline html-export sqlite-viewer protobuf-parser whatsapp-analysis google-artifacts battery-stats well-being-data cross-platform incident-response static-investigations mobile-forensics fraud-investigation examination analysis", "embedding": [ - -0.0238800048828125, - 0.0304107666015625, - 0.05694580078125, - 0.007694244384765625, - 0.0229949951171875, - 0.01910400390625, - 0.01264190673828125, - -0.0297088623046875, - -0.03253173828125, - 0.00543975830078125, - -0.01352691650390625, - 0.045989990234375, - -0.004467010498046875, - 0.006366729736328125, - -0.05908203125, - 0.058013916015625, - 0.0143280029296875, - 0.00977325439453125, - 0.0238800048828125, - 0.0094146728515625, - -0.033599853515625, - 0.0175933837890625, - -0.04296875, - -0.0247650146484375, - 0.0125579833984375, - 0.0032501220703125, - -0.0245819091796875, - -0.04669189453125, - -0.022552490234375, - 0.0134429931640625, - 0.012115478515625, - -0.052337646484375, - 0.028472900390625, - 0.01007843017578125, - 0.01485443115234375, - -0.0178680419921875, - 0.026702880859375, - -0.041900634765625, - -0.0107421875, - 0.0219268798828125, - -0.00791168212890625, - 0.0008015632629394531, - -0.0037136077880859375, - -0.0019235610961914062, - -0.0210418701171875, - -0.03765869140625, - 0.0091094970703125, - -0.0099029541015625, - 0.01047515869140625, - -0.0177764892578125, - 0.020782470703125, - 0.021392822265625, - 0.0008563995361328125, - -0.01096343994140625, - -0.039794921875, - 0.033782958984375, - 0.005702972412109375, - -0.0185699462890625, - -0.033233642578125, - 0.0235137939453125, - -0.02423095703125, - -0.01238250732421875, - -0.0094146728515625, - 0.0210418701171875, - -0.001613616943359375, - 0.038726806640625, - -0.016357421875, - -0.0176849365234375, - -0.00124359130859375, - -0.0150299072265625, - 0.018829345703125, - 0.006320953369140625, - -0.04473876953125, - 0.0290069580078125, - -0.03662109375, - -0.0229949951171875, - 0.0288238525390625, - 0.035888671875, - 0.02069091796875, - 0.0094146728515625, - -0.04986572265625, - -0.00495147705078125, - 0.066162109375, - -0.03485107421875, - -0.05023193359375, - -0.0005002021789550781, - 0.0202484130859375, - 0.004398345947265625, - -0.0194549560546875, - -0.0124664306640625, - 0.0362548828125, - 0.00994873046875, - 0.024932861328125, - -0.021392822265625, - 0.0245819091796875, - 0.04119873046875, - -0.0270538330078125, - -0.0297088623046875, - -0.007251739501953125, - 0.036956787109375, - 0.0204315185546875, - -0.01282501220703125, - 0.0516357421875, - 0.005329132080078125, - 0.03131103515625, - -0.04632568359375, - -0.005458831787109375, - -0.0323486328125, - 0.01538848876953125, - -0.026885986328125, - -0.10400390625, - -0.05657958984375, - -0.007472991943359375, - -0.048095703125, - 0.000701904296875, - 0.01140594482421875, - -0.0203399658203125, - 0.026702880859375, - -0.06365966796875, - -0.061187744140625, - 0.04278564453125, - 0.0208740234375, - -0.00667572021484375, - 0.0205078125, - -0.047393798828125, - -0.044921875, - -0.0178680419921875, - 0.0305938720703125, - -0.0228118896484375, - -0.01529693603515625, - -0.020782470703125, - 0.002376556396484375, - -0.0236968994140625, - -0.047760009765625, - 0.007472991943359375, - -0.02227783203125, - 0.0235137939453125, - 0.0037364959716796875, - -0.017242431640625, - 0.027587890625, - 0.028656005859375, - -0.033599853515625, - -0.0330810546875, - -0.0095062255859375, - -0.0413818359375, - -0.01352691650390625, - -0.0081329345703125, - 0.040679931640625, - -0.02740478515625, - 0.01043701171875, - 0.0133514404296875, - 0.035369873046875, - 0.0753173828125, - 0.005062103271484375, - 0.038543701171875, - -0.05023193359375, - -0.00539398193359375, - -0.0125579833984375, - 0.0288238525390625, - -0.01105499267578125, - 0.0008177757263183594, - -0.01485443115234375, - 0.0040435791015625, - 0.01406097412109375, - 0.0020999908447265625, - -0.023345947265625, - -0.03765869140625, - 0.013885498046875, - 0.0040435791015625, - -0.0008287429809570312, - 0.0263519287109375, - -0.013885498046875, - 0.03094482421875, - 0.0657958984375, - -0.01047515869140625, - 0.004154205322265625, - 0.01910400390625, - -0.02581787109375, - 0.035369873046875, - 0.049530029296875, - -0.019012451171875, - -0.00006598234176635742, - 0.052001953125, - -0.01012420654296875, - 0.005527496337890625, - -0.015472412109375, - -0.03802490234375, - -0.00738525390625, - -0.0150299072265625, - 0.0102996826171875, - -0.038543701171875, - -0.03607177734375, - -0.036773681640625, - 0.022369384765625, - 0.042633056640625, - 0.0516357421875, - 0.017059326171875, - -0.013885498046875, - 0.03607177734375, - -0.00627899169921875, - 0.0124664306640625, - 0.036773681640625, - -0.004730224609375, - 0.0305938720703125, - 0.004024505615234375, - 0.0382080078125, - -0.0073394775390625, - 0.05694580078125, - 0.00514984130859375, - -0.035003662109375, - 0.00583648681640625, - 0.078857421875, - 0.01007843017578125, - -0.0186614990234375, - -0.0192718505859375, - -0.030242919921875, - 0.0086212158203125, - -0.00470733642578125, - -0.0098114013671875, - 0.001934051513671875, - -0.0116729736328125, - -0.045623779296875, - -0.00008291006088256836, - 0.0362548828125, - -0.0068511962890625, - 0.035552978515625, - 0.029541015625, - -0.0209503173828125, - -0.0236968994140625, - 0.00667572021484375, - 0.0210418701171875, - 0.0200653076171875, - 0.0189208984375, - -0.00499725341796875, - -0.0169830322265625, - -0.02581787109375, - 0.020782470703125, - 0.02581787109375, - 0.01396942138671875, - 0.017425537109375, - -0.00839996337890625, - 0.01494598388671875, - 0.005748748779296875, - 0.054107666015625, - 0.0247650146484375, - -0.0009007453918457031, - -0.00897216796875, - -0.0013980865478515625, - 0.04156494140625, - 0.03485107421875, - -0.07000732421875, - -0.0124664306640625, - -0.047393798828125, - 0.023345947265625, - -0.08807373046875, - -0.0618896484375, - -0.0143280029296875, - -0.040496826171875, - 0.0236968994140625, - -0.033233642578125, - -0.007472991943359375, - 0.0252838134765625, - 0.03607177734375, + -0.01549530029296875, + 0.059478759765625, + 0.0288543701171875, + -0.0022487640380859375, 0.0256500244140625, - 0.0452880859375, - 0.004375457763671875, - -0.03411865234375, - -0.00897216796875, - 0.0654296875, - 0.0124664306640625, - -0.03662109375, - 0.002597808837890625, - 0.03253173828125, - -0.007694244384765625, - 0.0240478515625, - -0.05303955078125, - -0.00839996337890625, - 0.047393798828125, - 0.02740478515625, - 0.0238800048828125, - 0.006145477294921875, - -0.00386810302734375, - -0.0025196075439453125, - 0.0323486328125, - -0.041748046875, - -0.0159149169921875, - -0.023162841796875, - -0.01654052734375, - 0.0193634033203125, - -0.050933837890625, - -0.002353668212890625, - 0.03094482421875, - 0.048797607421875, - 0.012908935546875, - 0.00963592529296875, - -0.036956787109375, - 0.003116607666015625, - 0.00202178955078125, - 0.005237579345703125, - 0.03839111328125, - 0.037841796875, - -0.040496826171875, - 0.002277374267578125, - -0.016265869140625, - 0.004398345947265625, - -0.0452880859375, - -0.058349609375, - -0.0166168212890625, - -0.0112762451171875, - -0.061187744140625, - -0.03289794921875, - 0.005504608154296875, - 0.0006685256958007812, - 0.01100921630859375, - -0.00884246826171875, - -0.0007572174072265625, - -0.032196044921875, - -0.04278564453125, - 0.015655517578125, - -0.038543701171875, - -0.0445556640625, - -0.0291748046875, - 0.0831298828125, - 0.01361846923828125, - 0.0073394775390625, - -0.030059814453125, - -0.006542205810546875, - -0.06329345703125, - 0.009063720703125, - -0.033599853515625, - 0.00499725341796875, - -0.0222015380859375, - 0.0298919677734375, - 0.02264404296875, - 0.035552978515625, - 0.0208740234375, - 0.0760498046875, - 0.0229949951171875, - -0.0031604766845703125, - 0.0095062255859375, - 0.0260009765625, - 0.00711822509765625, - 0.0452880859375, - -0.0270538330078125, - 0.00804901123046875, - -0.02740478515625, - -0.0270538330078125, - -0.0134429931640625, - 0.0261688232421875, - 0.056243896484375, - 0.0445556640625, - -0.0137939453125, - 0.00968170166015625, - 0.060821533203125, - 0.0081329345703125, - 0.09906005859375, - -0.0236968994140625, - -0.039093017578125, - 0.0124664306640625, - 0.0177764892578125, - -0.02935791015625, - -0.0252838134765625, - 0.035186767578125, - -0.001613616943359375, - -0.0069427490234375, - 0.03961181640625, - -0.020782470703125, - 0.0203399658203125, - 0.014678955078125, - -0.001934051513671875, - 0.0279388427734375, - -0.0229949951171875, - 0.0228118896484375, - 0.01494598388671875, - 0.033966064453125, - 0.0143280029296875, - 0.032196044921875, - -0.056243896484375, - -0.0245819091796875, - -0.054473876953125, - -0.06439208984375, - 0.00408935546875, - 0.009857177734375, - 0.004886627197265625, - 0.01450347900390625, - -0.0240478515625, - -0.05377197265625, - 0.01091766357421875, - -0.01396942138671875, - 0.08453369140625, - 0.055877685546875, - 0.025115966796875, - 0.004444122314453125, - -0.029541015625, - -0.005062103271484375, - 0.01025390625, - 0.00029850006103515625, - 0.0116729736328125, - 0.043670654296875, - 0.035552978515625, - 0.040863037109375, - -0.0272369384765625, - 0.0157318115234375, - 0.038909912109375, - 0.016448974609375, - -0.0151214599609375, - 0.021484375, - 0.0008955001831054688, - 0.038543701171875, - -0.00672149658203125, - 0.045623779296875, - 0.0151214599609375, - -0.0209503173828125, - 0.0254669189453125, - -0.0014810562133789062, - 0.03448486328125, - -0.049530029296875, - 0.001712799072265625, - -0.0011444091796875, - 0.0038242340087890625, - 0.0017461776733398438, - 0.0228118896484375, - -0.03411865234375, - 0.011322021484375, - 0.05303955078125, - -0.07745361328125, - 0.028472900390625, - 0.031829833984375, - -0.018035888671875, - 0.03765869140625, - -0.0011997222900390625, - -0.0279388427734375, - 0.06646728515625, - -0.0054168701171875, - -0.0247650146484375, - -0.00112152099609375, - 0.01458740234375, - -0.040496826171875, - -0.030059814453125, - -0.026885986328125, - -0.01406097412109375, - 0.005062103271484375, - -0.0175018310546875, - 0.01007843017578125, - -0.0323486328125, - -0.018829345703125, - 0.0261688232421875, - 0.02581787109375, - -0.01016998291015625, - -0.0116729736328125, - 0.0445556640625, - -0.01406097412109375, - -0.0330810546875, - 0.027587890625, - 0.0261688232421875, - 0.00000858306884765625, - -0.01494598388671875, - -0.02264404296875, - -0.01520538330078125, - -0.0213165283203125, - -0.0229949951171875, - -0.003559112548828125, - -0.04632568359375, - -0.01458740234375, - -0.03289794921875, - 0.050567626953125, - 0.03253173828125, - 0.049530029296875, - 0.003559112548828125, - -0.037506103515625, - 0.02264404296875, - -0.05303955078125, - -0.0081787109375, - -0.0028743743896484375, - 0.0031604766845703125, - -0.0017681121826171875, - 0.062255859375, - 0.005550384521484375, - -0.0219268798828125, - -0.0167999267578125, - 0.030242919921875, - 0.01219940185546875, - -0.0013818740844726562, - -0.049163818359375, - 0.04473876953125, - 0.02777099609375, - -0.06646728515625, - -0.035186767578125, - -0.0125579833984375, - 0.0099029541015625, - 0.052001953125, - -0.072509765625, - -0.0134429931640625, - 0.0023651123046875, - -0.06402587890625, - -0.041748046875, - -0.035736083984375, - 0.00800323486328125, - -0.048095703125, - 0.022369384765625, - 0.0260009765625, - 0.0060577392578125, - 0.035552978515625, - 0.007472991943359375, - -0.0098114013671875, - 0.01520538330078125, - 0.00879669189453125, - -0.03253173828125, - 0.023345947265625, - -0.0587158203125, - -0.044219970703125, - -0.0245819091796875, - 0.01184844970703125, - -0.0198974609375, - 0.005260467529296875, - -0.019622802734375, - -0.02777099609375, - 0.00043392181396484375, - -0.047393798828125, - -0.0222015380859375, - -0.0238800048828125, - 0.0020771026611328125, - -0.033416748046875, - -0.0281219482421875, - 0.025115966796875, - 0.03643798828125, - 0.0023651123046875, - 0.0270538330078125, - 0.042449951171875, - -0.059783935546875, - 0.0224609375, - 0.0017023086547851562, - -0.018310546875, - -0.0099945068359375, - -0.011322021484375, - -0.01123046875, - -0.0115814208984375, - 0.0291748046875, - -0.0036029815673828125, - -0.0307769775390625, - -0.066162109375, - 0.02777099609375, - -0.049163818359375, - 0.00579071044921875, - -0.03131103515625, - -0.040313720703125, - -0.05377197265625, - -0.026519775390625, - 0.044403076171875, - 0.0219268798828125, - -0.01105499267578125, - -0.042266845703125, - -0.01617431640625, - 0.001712799072265625, - -0.061553955078125, - 0.032196044921875, - 0.0008897781372070312, - 0.0260009765625, - -0.0143280029296875, - -0.030242919921875, - 0.006809234619140625, - 0.007781982421875, - 0.04632568359375, - 0.0087127685546875, - 0.018829345703125, - -0.05908203125, - 0.024932861328125, - 0.00751495361328125, - -0.01264190673828125, - 0.0011110305786132812, - -0.017242431640625, - 0.0245819091796875, - -0.01617431640625, - -0.005970001220703125, - 0.011138916015625, - 0.04296875, - 0.0133514404296875, - 0.01317596435546875, - -0.04986572265625, - 0.03765869140625, - -0.0219268798828125, - 0.052703857421875, - -0.0252838134765625, - -0.037139892578125, - -0.00893402099609375, - 0.0270538330078125, - 0.035552978515625, - 0.03961181640625, - -0.003978729248046875, - -0.0330810546875, - 0.01529693603515625, - 0.052001953125, - -0.007694244384765625, - -0.05517578125, - -0.035369873046875, - -0.00879669189453125, - 0.01458740234375, - 0.0823974609375, - -0.0236968994140625, - 0.089111328125, - 0.0056610107421875, - -0.01003265380859375, - 0.041748046875, - 0.05657958984375, - 0.0167083740234375, - -0.0270538330078125, - -0.050933837890625, - -0.00738525390625, - 0.0175933837890625, - -0.040496826171875, - -0.0330810546875, - -0.0038242340087890625, - 0.048797607421875, - -0.0732421875, - -0.031463623046875, - -0.0159149169921875, - -0.00086212158203125, - 0.035369873046875, - 0.00711822509765625, - -0.008087158203125, - 0.0178680419921875, - 0.01406097412109375, - -0.03607177734375, - 0.0187530517578125, - -0.0081787109375, - -0.0254669189453125, - 0.056243896484375, - 0.0261688232421875, - -0.002166748046875, - 0.048797607421875, - 0.0281219482421875, - 0.0270538330078125, - 0.025115966796875, - 0.0548095703125, - 0.0288238525390625, - 0.0218353271484375, - 0.035552978515625, - 0.04632568359375, - -0.040679931640625, - -0.030059814453125, - -0.00202178955078125, - 0.0229949951171875, 0.026885986328125, - 0.033599853515625, - 0.007694244384765625, - 0.029541015625, - 0.0187530517578125, - -0.04632568359375, - -0.0023441314697265625, - -0.0192718505859375, - -0.02423095703125, - -0.0133514404296875, - -0.031829833984375, - 0.01396942138671875, - -0.056243896484375, - 0.02581787109375, - -0.0256500244140625, - -0.03802490234375, - -0.0175018310546875, - 0.04296875, - -0.006500244140625, - -0.0413818359375, - 0.0394287109375, - -0.0184783935546875, - -0.024932861328125, - -0.0030727386474609375, - -0.031829833984375, - 0.0238800048828125, - -0.0238800048828125, - -0.07568359375, - -0.018035888671875, - 0.04156494140625, - -0.00667572021484375, - -0.05694580078125, - -0.0382080078125, - 0.0150299072265625, - -0.029541015625, - -0.0297088623046875, - -0.03271484375, - -0.00946044921875, - 0.0224609375, - -0.0132598876953125, - -0.0008511543273925781, - 0.00946044921875, - -0.016357421875, - -0.01441192626953125, - -0.0307769775390625, - -0.02264404296875, - 0.042266845703125, - -0.044036865234375, - 0.024932861328125, - -0.0025539398193359375, - 0.0193634033203125, - 0.0311279296875, - 0.057647705078125, - -0.0125579833984375, - -0.0198974609375, - -0.01123046875, - -0.0167083740234375, - 0.004421234130859375, - -0.0189208984375, - 0.00946044921875, - -0.0587158203125, - 0.00366973876953125, - 0.07147216796875, - -0.06683349609375, - 0.0201568603515625, - -0.00977325439453125, - -0.0124664306640625, - -0.052337646484375, - 0.019989013671875, - 0.01110076904296875, - -0.002254486083984375, - 0.06646728515625, - -0.004375457763671875, - -0.0290069580078125, - -0.007472991943359375, - -0.05517578125, - 0.07745361328125, - 0.0094146728515625, - 0.0017681121826171875, - -0.0281219482421875, - 0.052001953125, - -0.01175689697265625, - 0.007602691650390625, - 0.01441192626953125, - -0.07818603515625, - -0.00888824462890625, - 0.022369384765625, - 0.0224609375, - -0.01202392578125, - 0.01229095458984375, - -0.03271484375, - -0.050933837890625, - 0.0006852149963378906, - 0.0177764892578125, - 0.011138916015625, - 0.0270538330078125, - -0.0210418701171875, - -0.0413818359375, - -0.0143280029296875, - -0.04986572265625, - -0.0166168212890625, + 0.00872802734375, + -0.002960205078125, + -0.0012798309326171875, + -0.0035400390625, + -0.034027099609375, + 0.061614990234375, + 0.0020809173583984375, + -0.01496124267578125, + -0.061248779296875, + 0.039886474609375, + -0.015045166015625, + 0.01219940185546875, + -0.004673004150390625, + -0.0027599334716796875, + -0.02581787109375, + -0.0189666748046875, -0.047027587890625, - 0.0452880859375, - 0.013702392578125, - -0.0548095703125, - 0.01352691650390625, - 0.006412506103515625, - 0.01065826416015625, - 0.026885986328125, - 0.06048583984375, - -0.05023193359375, - -0.014678955078125, - 0.02423095703125, - 0.051300048828125, - 0.003932952880859375, - -0.0017023086547851562, - 0.0013484954833984375, - 0.0185699462890625, - 0.0141448974609375, - -0.059783935546875, - 0.0211334228515625, - 0.0323486328125, - -0.01529693603515625, - -0.033782958984375, - -0.030242919921875, - -0.033416748046875, - 0.055877685546875, - -0.002895355224609375, - 0.052001953125, - 0.00711822509765625, - -0.0175933837890625, - -0.07354736328125, - 0.054473876953125, - -0.028472900390625, - 0.035552978515625, - 0.006984710693359375, - -0.026519775390625, - -0.057647705078125, - -0.04632568359375, - -0.0382080078125, - 0.0176849365234375, - -0.025115966796875, - 0.032012939453125, - 0.038909912109375, - -0.006191253662109375, - 0.035003662109375, - 0.0288238525390625, - 0.0220184326171875, - 0.0112762451171875, - 0.019622802734375, - -0.0343017578125, - 0.07818603515625, - -0.04315185546875, - 0.0036029815673828125, - -0.021392822265625, - 0.0305938720703125, - 0.01219940185546875, - -0.0000756382942199707, - -0.0297088623046875, - -0.00756072998046875, - 0.0298919677734375, - 0.0254669189453125, - -0.012908935546875, - 0.0003619194030761719, - -0.01812744140625, - -0.005062103271484375, - 0.0177764892578125, - -0.005062103271484375, - 0.01529693603515625, - 0.0211334228515625, - -0.044403076171875, - 0.0036258697509765625, - -0.040496826171875, - -0.0548095703125, - 0.0012159347534179688, - -0.051300048828125, - -0.0236968994140625, - -0.0124664306640625, - 0.01406097412109375, - 0.00800323486328125, - -0.0413818359375, - 0.0068511962890625, - 0.00689697265625, - -0.01140594482421875, - -0.002475738525390625, - -0.015655517578125, - -0.00928497314453125, - 0.04632568359375, - 0.024932861328125, - -0.035552978515625, - 0.0187530517578125, - -0.029541015625, - -0.044036865234375, - -0.0261688232421875, - 0.0323486328125, - -0.029541015625, - 0.0220184326171875, - -0.03094482421875, - -0.00514984130859375, - 0.026702880859375, - 0.018035888671875, - -0.00888824462890625, - -0.0298919677734375, - 0.0307769775390625, - -0.0305938720703125, - -0.045623779296875, - -0.0010614395141601562, - -0.0298919677734375, - -0.0219268798828125, - 0.037322998046875, - 0.00490570068359375, - 0.004375457763671875, - -0.0034923553466796875, - 0.047393798828125, - 0.0205078125, - 0.03839111328125, - -0.002056121826171875, - -0.0159149169921875, - 0.004199981689453125, - -0.02935791015625, - 0.029541015625, - 0.006587982177734375, - 0.0238800048828125, - -0.0103912353515625, - -0.0005970001220703125, - -0.00499725341796875, - -0.061553955078125, - 0.0018568038940429688, - -0.0167999267578125, - -0.06292724609375, 0.01175689697265625, - 0.07781982421875, - 0.029541015625, - -0.01494598388671875, - 0.033416748046875, - 0.02069091796875, - 0.04119873046875, - 0.01910400390625, - -0.0247650146484375, - -0.0682373046875, - -0.00342559814453125, - 0.052337646484375, - 0.0362548828125, - -0.050933837890625, - 0.03094482421875, - 0.07818603515625, - -0.01654052734375, - -0.01361846923828125, - -0.019195556640625, + -0.01006317138671875, + 0.037750244140625, + -0.0372314453125, + -0.056976318359375, + -0.0233306884765625, + 0.0165557861328125, + 0.01486968994140625, + -0.007434844970703125, + -0.00734710693359375, + 0.032958984375, + -0.0092620849609375, + -0.01317596435546875, + 0.026885986328125, + -0.031707763671875, + -0.019775390625, + 0.04559326171875, + -0.0008401870727539062, + 0.042205810546875, + 0.0015134811401367188, + 0.022979736328125, + -0.053070068359375, + -0.03436279296875, + -0.025115966796875, + -0.0174560546875, + 0.027252197265625, -0.0124664306640625, - 0.042449951171875, - 0.0343017578125, - 0.027587890625, - -0.057647705078125, - 0.0169830322265625, - 0.015655517578125, - -0.00756072998046875, - -0.0038909912109375, - -0.004375457763671875, - -0.043853759765625, - 0.02264404296875, - -0.045623779296875, - -0.0068511962890625, - 0.005237579345703125, - 0.0555419921875, - -0.01025390625, - -0.0311279296875, - -0.005970001220703125, - 0.018310546875, - 0.019012451171875, - 0.00689697265625, - 0.0024433135986328125, - 0.0176849365234375, - -0.0151214599609375, - 0.0205078125, - 0.048797607421875, - 0.0238800048828125, - 0.03839111328125, - 0.039794921875, - -0.01016998291015625, - 0.025115966796875, - 0.0176849365234375, - 0.00583648681640625, - -0.003692626953125, - -0.035888671875, - -0.01065826416015625, - -0.0587158203125, - 0.018035888671875, - 0.01229095458984375, - 0.0618896484375, - 0.01971435546875, - 0.0041351318359375, - 0.004688262939453125, - 0.014678955078125, - 0.0297088623046875, - 0.05908203125, - 0.0228118896484375, - 0.0134429931640625, - 0.005702972412109375, - 0.04156494140625, - -0.008270263671875, - -0.020599365234375, - 0.02423095703125, - -0.051300048828125, - -0.01458740234375, - -0.0433349609375, - -0.01300048828125, - -0.00977325439453125, - -0.01300048828125, - -0.0157318115234375, - -0.0298919677734375, - 0.0012493133544921875, - -0.044219970703125, - -0.057647705078125, - -0.0087127685546875, - 0.0445556640625, - -0.0452880859375, - 0.02423095703125, - 0.024932861328125, - 0.018035888671875, - 0.0256500244140625, - -0.0548095703125, - 0.08880615234375, - 0.043853759765625, - 0.03271484375, - -0.01264190673828125, - 0.010345458984375, - 0.035736083984375, - -0.01175689697265625, - -0.01264190673828125, - 0.0211334228515625, - -0.0159149169921875, - 0.039794921875, - 0.019805908203125, - 0.022552490234375, - -0.040130615234375, - 0.045989990234375, - -0.0143280029296875, - -0.062255859375, - 0.0243988037109375, - 0.00011259317398071289, - 0.01458740234375, - -0.0178680419921875, - -0.021484375, - 0.0125579833984375, - -0.055877685546875, - 0.03997802734375, - 0.0175018310546875, - -0.0179443359375, - 0.037139892578125, - -0.07745361328125, - 0.038726806640625, - 0.003116607666015625, - 0.05908203125, - -0.047027587890625, - 0.02777099609375, - 0.005878448486328125, - 0.005084991455078125, - -0.004730224609375, - 0.012908935546875, - -0.01450347900390625, - 0.0060577392578125, - -0.023345947265625, - 0.06329345703125, - 0.040313720703125, - 0.006500244140625, - -0.05023193359375, - -0.006099700927734375, - 0.01202392578125, - 0.012115478515625, - 0.060821533203125, - -0.019989013671875, - -0.0147705078125, - 0.0243988037109375, - 0.052337646484375, - 0.04669189453125, - -0.0211334228515625, - 0.005924224853515625, - -0.00003540515899658203, - 0.01450347900390625, - 0.0036468505859375, - -0.00888824462890625 - ], - "metadata": { - "domains": [ - "incident-response", - "malware-analysis" - ], - "phases": [ - "analysis" - ], - "tags": [ - "automation", - "threat-intel" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_dcfldd", - "type": "tool", - "name": "dcfldd", - "content": "dcfldd defense computer forensics lab dd erweitert das klassische dd um essenzielle forensische features. simultane hash-berechnung (md5, sha1, sha256) während des imaging spart zeit und garantiert integrität. status-output zeigt geschwindigkeit, verbleibende zeit und übertragene daten. split-on-the-fly für multi-volume-archives ohne zwischenspeicherung. pattern-wiping für sicheres löschen nach dod-standards. log-output dokumentiert jeden schritt für chain-of-custody. die verify-funktion prüft geschriebene daten sofort. besonders wertvoll: hashing einzelner blöcke für granulare integritätsprüfung, fortsetzen unterbrochener images, mehrere output-ziele gleichzeitig. die forensischen erweiterungen machen es zur ersten wahl für professionelle labore. syntax bleibt dd-kompatibel für einfachen umstieg. performance mit großen blockgrößen optimiert. die aktive entwicklung hält mit modernen anforderungen schritt. standard in vielen forensik-distributionen. command-line 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.002399444580078125, - 0.0101776123046875, - 0.031646728515625, - -0.0239410400390625, - 0.041534423828125, - 0.03521728515625, - 0.002437591552734375, - 0.002346038818359375, - -0.0088043212890625, - 0.01476287841796875, - -0.033966064453125, - 0.04449462890625, - 0.0095977783203125, - -0.0076446533203125, - -0.05780029296875, - 0.05230712890625, - -0.01291656494140625, - -0.00780487060546875, 0.01824951171875, - 0.012969970703125, - -0.02203369140625, - -0.0017271041870117188, - -0.059478759765625, - 0.0115966796875, - -0.0020961761474609375, - 0.0007710456848144531, - -0.0253143310546875, - -0.08941650390625, - -0.0240478515625, - 0.01096343994140625, - -0.00780487060546875, - -0.0027942657470703125, - 0.0153961181640625, - 0.035430908203125, - 0.0014495849609375, - -0.0233001708984375, - -0.01023101806640625, - -0.03753662109375, - -0.01497650146484375, - 0.040496826171875, - -0.0341796875, - 0.01012420654296875, - 0.01255035400390625, - -0.017822265625, - -0.019195556640625, - -0.035430908203125, - 0.01255035400390625, - -0.019500732421875, - 0.0124969482421875, - -0.039215087890625, - 0.0221405029296875, - 0.0290985107421875, - 0.0049285888671875, - -0.0021610260009765625, - -0.049774169921875, - 0.035858154296875, - 0.03375244140625, - -0.023406982421875, - -0.039215087890625, - 0.06622314453125, - -0.043853759765625, - -0.006221771240234375, - -0.0042724609375, - -0.0264739990234375, - -0.006908416748046875, - 0.0103302001953125, - -0.030364990234375, - -0.0163421630859375, - 0.01186370849609375, - 0.0301513671875, - 0.004901885986328125, - -0.0200347900390625, - -0.002544403076171875, - 0.040283203125, - -0.0090179443359375, - -0.04364013671875, - 0.0140228271484375, - 0.0347900390625, - -0.0007414817810058594, - 0.005008697509765625, - -0.050628662109375, - 0.0242462158203125, - 0.0242462158203125, - -0.039642333984375, - -0.0248870849609375, - 0.0233001708984375, - 0.02056884765625, - 0.0024776458740234375, - -0.00980377197265625, - -0.000014543533325195312, - 0.01476287841796875, - -0.01739501953125, - 0.0221405029296875, - -0.02288818359375, - 0.03057861328125, - 0.048492431640625, - 0.00965118408203125, - 0.0151824951171875, - 0.017181396484375, - 0.043853759765625, - 0.041961669921875, - -0.0295257568359375, - 0.043243408203125, - 0.0064849853515625, - 0.058197021484375, - -0.0172882080078125, - 0.007488250732421875, - 0.0041656494140625, - -0.0272064208984375, - -0.0128631591796875, - -0.0733642578125, - -0.04345703125, - -0.0264739990234375, - -0.07171630859375, - -0.0036373138427734375, - -0.01497650146484375, - 0.0023193359375, - 0.053558349609375, - -0.023406982421875, - -0.0169830322265625, - 0.01265716552734375, - 0.028900146484375, - 0.00411224365234375, - 0.0144500732421875, - -0.04217529296875, - -0.0426025390625, - 0.0059051513671875, - 0.00213623046875, - -0.051239013671875, - -0.031219482421875, - -0.0023059844970703125, - -0.0209808349609375, - -0.01059722900390625, - -0.0140228271484375, - -0.0045623779296875, - -0.023834228515625, - 0.039215087890625, - -0.0080108642578125, - -0.0260467529296875, - -0.0010213851928710938, - 0.03204345703125, - -0.040496826171875, - -0.06915283203125, - 0.0276336669921875, - -0.0235137939453125, - -0.02783203125, - -0.0247802734375, - 0.0202484130859375, - -0.028045654296875, - -0.044921875, - 0.01038360595703125, - 0.02520751953125, - 0.050628662109375, - -0.0008172988891601562, - 0.01149749755859375, - -0.03204345703125, - -0.004192352294921875, - -0.0097503662109375, - 0.0184478759765625, - 0.001575469970703125, - -0.043853759765625, - 0.02362060546875, - -0.019195556640625, - 0.035430908203125, - -0.01244354248046875, - -0.0341796875, - -0.0241546630859375, - 0.021087646484375, - 0.008331298828125, - 0.00811767578125, - 0.0295257568359375, - -0.0201416015625, - 0.052093505859375, - 0.07843017578125, - 0.0211944580078125, - 0.02783203125, - 0.0010547637939453125, - 0.0115966796875, - 0.0394287109375, - 0.01476287841796875, - -0.03521728515625, - -0.0295257568359375, - 0.035003662109375, - -0.0026226043701171875, - 0.00875091552734375, - -0.023834228515625, - -0.0214080810546875, - 0.0272064208984375, - -0.0487060546875, - 0.03753662109375, - -0.0221405029296875, - -0.002056121826171875, - -0.0142364501953125, - 0.041961669921875, - -0.0036907196044921875, - 0.063720703125, - 0.03753662109375, - -0.01244354248046875, - 0.051666259765625, - -0.0194091796875, - -0.00421905517578125, - 0.006038665771484375, - -0.0008897781372070312, - 0.053131103515625, - 0.02825927734375, - 0.011444091796875, - -0.002544403076171875, - 0.033966064453125, - 0.036895751953125, - -0.040496826171875, - -0.021820068359375, - 0.030792236328125, - -0.0163421630859375, - -0.059051513671875, - -0.043853759765625, - -0.0227813720703125, - 0.0111236572265625, - -0.0227813720703125, - 0.00304412841796875, - -0.0186614990234375, - 0.006378173828125, - -0.0341796875, - 0.00701141357421875, - 0.01476287841796875, - -0.004825592041015625, - 0.033966064453125, - 0.006511688232421875, - -0.0293121337890625, - -0.059478759765625, - 0.0440673828125, - 0.00954437255859375, - 0.020660400390625, - -0.0130767822265625, - 0.006641387939453125, - 0.002925872802734375, - -0.0163421630859375, - 0.059478759765625, - 0.01096343994140625, - 0.0244598388671875, - -0.0103302001953125, - -0.014129638671875, - 0.043853759765625, - -0.028045654296875, - 0.033111572265625, - 0.01023101806640625, - -0.033538818359375, - 0.0186614990234375, - 0.01476287841796875, - 0.021087646484375, - 0.042388916015625, - -0.059906005859375, - -0.0019779205322265625, - -0.08563232421875, - 0.00545501708984375, - -0.06201171875, - -0.016876220703125, - -0.047454833984375, - -0.04681396484375, - 0.042816162109375, - -0.0295257568359375, - -0.040069580078125, - -0.00516510009765625, - 0.0253143310546875, - -0.0043487548828125, - 0.032470703125, - 0.00011861324310302734, - -0.04449462890625, - 0.0295257568359375, - 0.09027099609375, - -0.0036907196044921875, - 0.00026702880859375, - -0.03143310546875, - 0.030792236328125, - -0.021820068359375, - 0.038818359375, - -0.0293121337890625, - -0.01338958740234375, - 0.004718780517578125, - 0.0198211669921875, - 0.0151824951171875, - -0.0274200439453125, - 0.001964569091796875, - -0.006565093994140625, - 0.045562744140625, - -0.030792236328125, - 0.0007843971252441406, - -0.0012722015380859375, - 0.01291656494140625, - -0.0333251953125, - -0.068359375, - 0.0235137939453125, - 0.0297393798828125, - -0.0025043487548828125, - -0.0014562606811523438, - 0.00672149658203125, - -0.0333251953125, - 0.0007481575012207031, - 0.0091705322265625, - -0.01001739501953125, - 0.023193359375, - 0.0341796875, - -0.035003662109375, - -0.00025534629821777344, - -0.0032958984375, - 0.01486968994140625, - -0.05694580078125, - -0.04071044921875, - -0.0299530029296875, - -0.0253143310546875, - -0.04534912109375, - -0.028472900390625, - 0.0080108642578125, - -0.03204345703125, - -0.0030574798583984375, - -0.01070404052734375, - -0.00012683868408203125, - -0.025726318359375, - -0.017822265625, - 0.0194091796875, - -0.0246734619140625, - -0.044281005859375, - -0.01360321044921875, - 0.035430908203125, - 0.0084381103515625, - 0.0013580322265625, - -0.0010080337524414062, - 0.0055084228515625, - -0.0109100341796875, - 0.00759124755859375, - -0.00970458984375, - 0.046173095703125, - 0.0090179443359375, - 0.049560546875, - 0.0209808349609375, - 0.038177490234375, - 0.00347900390625, - 0.058624267578125, - 0.0193023681640625, - -0.013916015625, - -0.0188751220703125, - -0.0216217041015625, - 0.00811767578125, - 0.0333251953125, - -0.0177154541015625, - -0.018768310546875, - 0.01186370849609375, - -0.0163421630859375, - 0.009857177734375, - 0.026153564453125, - 0.016021728515625, - 0.0318603515625, - -0.036285400390625, - 0.01096343994140625, - 0.037109375, - 0.0156097412109375, - 0.09490966796875, - -0.0028076171875, - -0.028472900390625, - 0.00672149658203125, - 0.0225677490234375, - -0.00864410400390625, - -0.023193359375, - 0.0251007080078125, - 0.0169830322265625, - -0.002292633056640625, - 0.0216217041015625, - 0.0264739990234375, - 0.01381683349609375, - -0.005748748779296875, - -0.0099639892578125, - 0.0229949951171875, - -0.0099639892578125, - -0.003849029541015625, - 0.046600341796875, - 0.0269927978515625, - 0.02520751953125, - 0.032684326171875, - -0.030364990234375, - -0.021728515625, - -0.03143310546875, - -0.063720703125, - 0.0027942657470703125, - 0.055267333984375, - 0.01898193359375, - 0.052520751953125, - -0.019195556640625, - -0.053985595703125, - 0.0204620361328125, - -0.042816162109375, - 0.057373046875, - 0.028900146484375, - 0.019500732421875, - 0.03204345703125, - 0.01186370849609375, - 0.0085906982421875, - 0.0299530029296875, - 0.01593017578125, - 0.0297393798828125, - 0.019927978515625, - 0.03564453125, - 0.0042724609375, - -0.048919677734375, - 0.0140228271484375, - 0.037750244140625, - 0.0241546630859375, - 0.01708984375, - 0.022674560546875, - 0.002399444580078125, - 0.004638671875, - -0.0297393798828125, - 0.04132080078125, - 0.02435302734375, - -0.0019378662109375, - 0.0254058837890625, - -0.0216217041015625, - 0.0111236572265625, - -0.0487060546875, - -0.001377105712890625, - 0.0049285888671875, - 0.0088043212890625, - 0.0297393798828125, - 0.024566650390625, - -0.05145263671875, - -0.0162353515625, - 0.033538818359375, - -0.05694580078125, - 0.02667236328125, - 0.01117706298828125, - -0.046173095703125, - 0.0230865478515625, - -0.00927734375, - -0.06793212890625, - 0.004058837890625, - -0.033538818359375, - -0.021820068359375, - 0.0101776123046875, - 0.052947998046875, - -0.050811767578125, - -0.031646728515625, - -0.0394287109375, - -0.01739501953125, - -0.0221405029296875, - -0.0299530029296875, - 0.0297393798828125, - 0.0057220458984375, - -0.002716064453125, - 0.0269927978515625, - 0.063720703125, - -0.003124237060546875, - 0.001911163330078125, - 0.053131103515625, - -0.01123046875, - -0.053985595703125, - 0.041961669921875, - 0.01507568359375, - 0.00016641616821289062, - -0.0225677490234375, - -0.01371002197265625, - -0.006061553955078125, - 0.0090179443359375, - 0.00864410400390625, - 0.01486968994140625, - -0.051666259765625, - -0.048095703125, - -0.037750244140625, - 0.0233001708984375, - 0.003902435302734375, - 0.0290985107421875, - 0.0117034912109375, - -0.04132080078125, - 0.01001739501953125, - -0.046173095703125, - -0.057373046875, - 0.0188751220703125, - 0.0035858154296875, - -0.0237274169921875, - 0.07421875, - -0.032257080078125, - 0.0233001708984375, - -0.01824951171875, - 0.03607177734375, - 0.0184478759765625, - -0.01043701171875, - -0.04132080078125, - 0.035003662109375, - 0.03985595703125, - -0.0565185546875, - -0.0263671875, - -0.040283203125, - -0.009124755859375, - 0.0487060546875, - -0.06536865234375, - -0.013916015625, - -0.005115509033203125, - -0.059906005859375, - -0.040924072265625, - -0.0272064208984375, - -0.01328277587890625, - -0.0364990234375, - 0.03839111328125, - 0.0504150390625, - -0.004322052001953125, - 0.0269927978515625, - 0.011810302734375, - 0.00806427001953125, - 0.02203369140625, - 0.0011272430419921875, - -0.008697509765625, - 0.037750244140625, - -0.059478759765625, - -0.040283203125, - -0.0186614990234375, - 0.04132080078125, - -0.035003662109375, - -0.016876220703125, - 0.00347900390625, - -0.0379638671875, - 0.02783203125, - -0.054412841796875, - 0.006855010986328125, - -0.0230865478515625, - -0.0190887451171875, - -0.045562744140625, - -0.0193023681640625, - 0.00556182861328125, - 0.0194091796875, - -0.01360321044921875, - -0.00537872314453125, - 0.0155029296875, - -0.05145263671875, - 0.051239013671875, - 0.00965118408203125, - 0.005481719970703125, - -0.00556182861328125, - -0.01434326171875, - 0.006061553955078125, - 0.0153961181640625, - 0.0293121337890625, - -0.022247314453125, - -0.01280975341796875, - -0.059478759765625, - 0.024566650390625, - -0.00411224365234375, - -0.0036640167236328125, - -0.006801605224609375, - -0.0333251953125, - -0.07257080078125, - -0.0006852149963378906, - 0.026153564453125, - 0.011016845703125, - 0.002147674560546875, - -0.019195556640625, - -0.00025534629821777344, - -0.01222991943359375, - -0.019927978515625, - 0.054840087890625, - -0.0169830322265625, - 0.019500732421875, - 0.024566650390625, - -0.0265655517578125, - 0.026885986328125, - 0.01128387451171875, - 0.0043487548828125, - 0.0204620361328125, - -0.00237274169921875, - -0.0293121337890625, - 0.0097503662109375, - -0.012176513671875, - -0.035003662109375, - -0.0097503662109375, - -0.0269927978515625, - 0.0144500732421875, - -0.0227813720703125, - -0.01349639892578125, - 0.03668212890625, - 0.02288818359375, - 0.030364990234375, - -0.01049041748046875, - -0.0034008026123046875, - 0.020660400390625, - -0.00927734375, - 0.06201171875, - -0.01197052001953125, - -0.0411376953125, - 0.0161285400390625, - -0.01454925537109375, - 0.045562744140625, - 0.0394287109375, - -0.00838470458984375, - -0.0109100341796875, - -0.01898193359375, - 0.0394287109375, - -0.0208740234375, - -0.03375244140625, - -0.023406982421875, - 0.0109100341796875, - 0.0223541259765625, - 0.04071044921875, - -0.0012254714965820312, - 0.0687255859375, - -0.0021610260009765625, - 0.0295257568359375, - 0.059906005859375, - 0.058624267578125, - 0.037750244140625, - -0.021820068359375, - -0.068359375, - 0.01149749755859375, - 0.00759124755859375, - -0.04132080078125, - -0.050811767578125, - -0.0027942657470703125, - 0.07421875, - -0.042388916015625, - -0.0208740234375, - 0.004638671875, - -0.0177154541015625, - 0.023406982421875, - 0.0247802734375, - -0.01708984375, - 0.016021728515625, - 0.0015687942504882812, - -0.03289794921875, - -0.0165557861328125, - -0.014129638671875, - 0.00991058349609375, - 0.050811767578125, - 0.0565185546875, - -0.00382232666015625, - 0.031219482421875, - 0.00875091552734375, - 0.0209808349609375, - 0.0301513671875, - 0.01465606689453125, - 0.021728515625, - 0.0258331298828125, - 0.04534912109375, - 0.037109375, - 0.00907135009765625, - -0.0151824951171875, - 0.0208740234375, - 0.0333251953125, - 0.031005859375, - 0.060302734375, - 0.0221405029296875, - -0.00838470458984375, - -0.006855010986328125, - -0.0556640625, - -0.0130767822265625, - 0.00980377197265625, - 0.010650634765625, - -0.051239013671875, - -0.0235137939453125, - 0.010650634765625, - -0.035430908203125, - 0.057373046875, - 0.026885986328125, - -0.01465606689453125, - -0.0031375885009765625, - 0.0267791748046875, - 0.000606536865234375, - -0.032684326171875, - -0.006038665771484375, - -0.0299530029296875, - -0.03057861328125, - -0.042388916015625, - -0.028900146484375, - 0.024993896484375, - -0.03668212890625, - -0.04913330078125, - -0.037109375, - 0.03436279296875, - -0.0015354156494140625, - -0.0299530029296875, - -0.023406982421875, - -0.01898193359375, - -0.0158233642578125, - -0.042388916015625, - -0.043853759765625, - -0.01043701171875, - 0.01454925537109375, - -0.0286865234375, - 0.0216217041015625, - -0.01202392578125, - -0.034576416015625, - -0.0216217041015625, - -0.0207672119140625, - -0.0253143310546875, - 0.0293121337890625, - -0.035003662109375, - 0.04217529296875, - -0.00150299072265625, - 0.0167694091796875, - 0.03289794921875, - 0.06201171875, - -0.0229949951171875, - 0.005115509033203125, - -0.0221405029296875, - -0.04071044921875, - 0.02593994140625, - -0.00545501708984375, - 0.0167694091796875, - -0.054412841796875, - -0.01038360595703125, - 0.0440673828125, - -0.0611572265625, - 0.03143310546875, - -0.0030574798583984375, - -0.02130126953125, - -0.052734375, - -0.015289306640625, - 0.005588531494140625, - 0.00875091552734375, - 0.09490966796875, - 0.017608642578125, - -0.0037441253662109375, - -0.0175018310546875, - -0.0295257568359375, - 0.05145263671875, - 0.03375244140625, - 0.0472412109375, - -0.04364013671875, - 0.0230865478515625, - 0.0103302001953125, - -0.0255126953125, - 0.0124969482421875, - -0.069580078125, - 0.0103302001953125, - 0.04071044921875, - 0.0185546875, - -0.032684326171875, - -0.030364990234375, - -0.04071044921875, - -0.01275634765625, - -0.054412841796875, - 0.0202484130859375, - -0.00479888916015625, - -0.0019245147705078125, - -0.037109375, - -0.006748199462890625, - 0.00759124755859375, - -0.043243408203125, - -0.044708251953125, - -0.0533447265625, - 0.050628662109375, - -0.005695343017578125, - -0.0611572265625, - 0.04217529296875, - 0.01476287841796875, - 0.003795623779296875, - 0.01107025146484375, - 0.048492431640625, - -0.04766845703125, - 0.0193023681640625, - -0.01255035400390625, - 0.03057861328125, - 0.00806427001953125, - 0.0184478759765625, - 0.0011005401611328125, - 0.0258331298828125, - 0.03753662109375, - -0.0156097412109375, - 0.048492431640625, - 0.0082244873046875, - -0.0297393798828125, - -0.047454833984375, - -0.042388916015625, - -0.0165557861328125, - 0.03753662109375, - -0.02203369140625, - 0.059478759765625, - 0.01244354248046875, - -0.006908416748046875, - -0.1121826171875, - 0.054412841796875, - -0.044921875, - 0.04132080078125, - 0.021820068359375, - 0.003902435302734375, - -0.048919677734375, - -0.0267791748046875, - -0.0158233642578125, - 0.04345703125, - -0.0186614990234375, - 0.048919677734375, - 0.006748199462890625, - -0.004375457763671875, - -0.002227783203125, - -0.050811767578125, - -0.0045623779296875, - 0.054840087890625, - 0.00933074951171875, - -0.005985260009765625, - 0.047027587890625, - -0.0276336669921875, - 0.019500732421875, - -0.00021588802337646484, - -0.0010080337524414062, - 0.012603759765625, - 0.0030059814453125, - -0.0175018310546875, - -0.00875091552734375, - 0.021728515625, - 0.0518798828125, - -0.0109100341796875, - 0.00722503662109375, - -0.002727508544921875, + 0.03045654296875, 0.0200347900390625, - -0.00759124755859375, - -0.0286865234375, - 0.007488250732421875, - 0.0036640167236328125, - -0.01007080078125, - -0.018768310546875, - -0.069580078125, - -0.09320068359375, - 0.0172882080078125, - -0.031005859375, - -0.018035888671875, - 0.0262603759765625, - 0.037750244140625, - 0.01270294189453125, - -0.01222991943359375, - 0.0032958984375, - -0.013916015625, - -0.013336181640625, - -0.054412841796875, - 0.0318603515625, - -0.01139068603515625, - 0.044921875, - 0.0007314682006835938, - -0.03607177734375, - 0.0364990234375, - -0.017822265625, - 0.00411224365234375, - -0.01349639892578125, - -0.0013179779052734375, - -0.0240478515625, - 0.0269927978515625, - -0.0657958984375, - -0.016448974609375, - 0.0202484130859375, - 0.03436279296875, - 0.0175018310546875, - -0.050628662109375, - 0.040069580078125, - -0.0172882080078125, - -0.058624267578125, - 0.026153564453125, - -0.023406982421875, - -0.030364990234375, - 0.023193359375, - -0.02783203125, - 0.01265716552734375, - -0.005115509033203125, - 0.0457763671875, - 0.041961669921875, - 0.039215087890625, - -0.0027675628662109375, - -0.0286865234375, - -0.01049041748046875, - -0.00545501708984375, - 0.0037689208984375, - 0.032257080078125, - 0.016021728515625, - 0.002437591552734375, - 0.00885772705078125, - -0.00028014183044433594, - -0.0999755859375, - -0.028900146484375, - -0.0379638671875, - -0.046600341796875, - 0.00922393798828125, - 0.10418701171875, - 0.021820068359375, - 0.01239013671875, - 0.0155029296875, - 0.07379150390625, - 0.01302337646484375, - 0.024993896484375, - -0.009124755859375, - -0.043243408203125, - -0.01123046875, - -0.01165008544921875, - 0.0144500732421875, - -0.04534912109375, - 0.02783203125, - 0.050628662109375, - -0.022247314453125, - -0.005218505859375, - -0.0108642578125, - 0.00817108154296875, - 0.0286865234375, - 0.048492431640625, - 0.0186614990234375, - -0.0565185546875, - 0.018341064453125, - 0.0124969482421875, - -0.01302337646484375, - 0.014129638671875, - 0.01096343994140625, - -0.009857177734375, - 0.049774169921875, - -0.066650390625, - -0.0172882080078125, - 0.00545501708984375, - 0.07379150390625, - 0.0005764961242675781, - -0.040283203125, - -0.0263671875, - 0.059051513671875, - 0.0274200439453125, - -0.0241546630859375, - 0.00722503662109375, - -0.03057861328125, - -0.0286865234375, - 0.0240478515625, - 0.038818359375, - -0.023834228515625, - 0.044921875, - 0.017822265625, - -0.043853759765625, - 0.0185546875, - -0.019195556640625, - 0.01038360595703125, - 0.0036373138427734375, + -0.0059661865234375, + -0.037567138671875, + 0.0252838134765625, + 0.01531219482421875, + -0.0254669189453125, + -0.04559326171875, + 0.042205810546875, + -0.051300048828125, + -0.0134429931640625, + 0.016204833984375, + -0.0164794921875, + -0.0034275054931640625, + 0.0156707763671875, + -0.0211029052734375, + -0.024932861328125, + -0.00376129150390625, + -0.0036945343017578125, + 0.0027713775634765625, + -0.011932373046875, + -0.0260009765625, + 0.0601806640625, + -0.00569915771484375, + -0.05413818359375, + -0.0125579833984375, + 0.012908935546875, + -0.008148193359375, + -0.01157379150390625, + -0.06695556640625, + -0.00006020069122314453, + 0.050933837890625, + -0.0174560546875, + -0.0252838134765625, + 0.0308074951171875, + 0.051300048828125, + 0.010772705078125, + -0.0188751220703125, + 0.0178985595703125, + 0.0302734375, + -0.014068603515625, + 0.0033397674560546875, + -0.008636474609375, + 0.0308074951171875, + 0.050567626953125, + -0.00885772705078125, + 0.0027599334716796875, + -0.0384521484375, + 0.036163330078125, + 0.0159454345703125, + -0.01010894775390625, + 0.068359375, + -0.0123748779296875, + 0.01861572265625, -0.0341796875, - -0.0274200439453125, - -0.069580078125, - 0.03436279296875, - 0.01038360595703125, - 0.0274200439453125, - 0.035858154296875, - -0.01059722900390625, - -0.00806427001953125, - 0.0153961181640625, - 0.0295257568359375, - 0.038604736328125, - 0.0240478515625, - 0.0089111328125, - 0.0006127357482910156, - 0.0153961181640625, - 0.03143310546875, - -0.0260467529296875, - 0.0267791748046875, - -0.03564453125, - -0.00429534912109375, - -0.050201416015625, - 0.00965118408203125, - 0.013916015625, - -0.0457763671875, - -0.006168365478515625, - -0.03057861328125, - 0.0093841552734375, - -0.0440673828125, - -0.024566650390625, - -0.0070648193359375, - 0.043853759765625, - -0.01971435546875, - 0.0188751220703125, - 0.020355224609375, - -0.0009622573852539062, - 0.004611968994140625, - -0.0472412109375, - 0.078857421875, - 0.031646728515625, - 0.01023101806640625, - -0.0066680908203125, - 0.017822265625, - 0.002780914306640625, - -0.00922393798828125, - 0.040496826171875, - 0.01708984375, - -0.050811767578125, - 0.0333251953125, - 0.044921875, - 0.01507568359375, - -0.041961669921875, - 0.0181427001953125, - 0.00954437255859375, + 0.0103759765625, + -0.002704620361328125, + -0.0016803741455078125, + -0.015228271484375, + -0.11968994140625, + -0.031524658203125, + 0.0034275054931640625, + -0.069091796875, + -0.0091705322265625, + -0.009796142578125, + -0.007568359375, + 0.056640625, + -0.040252685546875, + -0.05023193359375, + 0.0279541015625, + 0.00827789306640625, + -0.0114898681640625, + -0.002559661865234375, + -0.043975830078125, + -0.053436279296875, + 0.02056884765625, + 0.019500732421875, + -0.042572021484375, + -0.01202392578125, + 0.00009948015213012695, + -0.005344390869140625, + 0.0085906982421875, + -0.03936767578125, + -0.01389312744140625, + -0.0276031494140625, + 0.0341796875, + 0.0263519287109375, + -0.00031447410583496094, + 0.0145111083984375, + 0.01824951171875, + -0.035247802734375, + -0.0726318359375, + -0.0017805099487304688, + -0.055908203125, + -0.02056884765625, + -0.017364501953125, + 0.057708740234375, + -0.04345703125, + 0.00569915771484375, + -0.0170135498046875, + 0.0200347900390625, + 0.050933837890625, + -0.00792694091796875, + 0.024932861328125, + -0.04595947265625, + 0.01335906982421875, + -0.00015020370483398438, + 0.035614013671875, + -0.038818359375, + -0.0194091796875, + 0.0092620849609375, + -0.0043182373046875, + 0.0223541259765625, + -0.00934600830078125, + -0.0252838134765625, + -0.022613525390625, + 0.0260009765625, + 0.00948333740234375, + -0.01166534423828125, + 0.01371002197265625, + -0.047027587890625, + 0.03277587890625, + 0.059844970703125, + -0.0145111083984375, + 0.0284881591796875, + -0.003139495849609375, + -0.017181396484375, + 0.040252685546875, + 0.0176239013671875, + 0.01300048828125, + -0.0029392242431640625, + 0.0345458984375, + 0.014068603515625, + 0.03955078125, + -0.010955810546875, + -0.025115966796875, + 0.0080108642578125, + -0.0252838134765625, + 0.035980224609375, + -0.01326751708984375, + -0.03631591796875, + -0.00574493408203125, + 0.050933837890625, + 0.00832366943359375, + 0.0477294921875, + 0.059112548828125, -0.021728515625, - 0.05780029296875, - 0.015289306640625, - 0.02783203125, - 0.00769805908203125, - -0.00907135009765625, - -0.0172882080078125, - -0.054412841796875, - 0.040283203125, - 0.00907135009765625, - 0.01291656494140625, - 0.053985595703125, - -0.0333251953125, - 0.0556640625, - -0.0082244873046875, - 0.04217529296875, - -0.0251007080078125, - 0.059906005859375, - -0.0095977783203125, - 0.00556182861328125, - 0.01898193359375, - 0.0020294189453125, - -0.0097503662109375, - 0.0233001708984375, - -0.01349639892578125, - 0.0750732421875, - 0.04071044921875, - -0.01012420654296875, - -0.0657958984375, - -0.0286865234375, - -0.0379638671875, - -0.01507568359375, - 0.028900146484375, - -0.048492431640625, - -0.01507568359375, - 0.0225677490234375, - 0.036285400390625, - 0.0750732421875, - -0.0208740234375, - 0.05609130859375, - -0.00922393798828125, + 0.03277587890625, + -0.0256500244140625, + 0.0265350341796875, + 0.0309906005859375, + 0.016204833984375, + 0.04986572265625, + 0.00494384765625, + 0.005031585693359375, + -0.020751953125, + 0.0274200439453125, + 0.000110626220703125, + 0.00943756103515625, + 0.002025604248046875, + 0.042388916015625, + 0.0009737014770507812, + -0.01219940185546875, + -0.017181396484375, + -0.056976318359375, + 0.0179901123046875, + -0.040252685546875, + -0.0202178955078125, + 0.0212860107421875, + 0.0224456787109375, + -0.04095458984375, + 0.0016918182373046875, + 0.0210113525390625, + 0.02154541015625, + 0.04168701171875, + 0.023681640625, + -0.0156707763671875, + -0.03936767578125, + 0.009307861328125, + 0.01229095458984375, + 0.038116455078125, + -0.01424407958984375, + 0.006366729736328125, + -0.0159454345703125, + -0.037384033203125, + 0.0869140625, + 0.04541015625, + 0.02056884765625, + 0.02581787109375, + -0.031707763671875, + 0.03009033203125, + -0.0114898681640625, + 0.05023193359375, + 0.033843994140625, + -0.024932861328125, + -0.00734710693359375, + 0.01015472412109375, + 0.034027099609375, + 0.061614990234375, + -0.046661376953125, + -0.009124755859375, + -0.050567626953125, + 0.0157623291015625, + -0.0640869140625, + -0.054840087890625, + -0.03668212890625, + -0.03900146484375, + 0.06378173828125, + -0.04541015625, + -0.00948333740234375, + -0.018157958984375, + -0.006366729736328125, + -0.0056304931640625, + 0.039703369140625, + 0.0157623291015625, + -0.027252197265625, + -0.003963470458984375, + 0.059844970703125, + 0.00201416015625, + -0.0009293556213378906, + -0.022705078125, + 0.022705078125, + -0.0221710205078125, + 0.0309906005859375, + -0.0194091796875, + -0.00885772705078125, + 0.0438232421875, + 0.0064544677734375, + 0.008636474609375, + -0.0019140243530273438, + 0.01175689697265625, + -0.022979736328125, + -0.006900787353515625, + -0.0286712646484375, + 0.00281524658203125, + 0.00003844499588012695, + 0.0157623291015625, + -0.0109100341796875, + -0.03436279296875, + -0.0081939697265625, + 0.0302734375, + -0.0032501220703125, + -0.0159454345703125, + -0.0033168792724609375, + -0.03863525390625, + 0.0135345458984375, + 0.0145111083984375, + -0.01282501220703125, + 0.0523681640625, + 0.04290771484375, + -0.00627899169921875, + -0.0027828216552734375, + 0.0256500244140625, + 0.0345458984375, + -0.033660888671875, + -0.0384521484375, + -0.01549530029296875, + 0.029205322265625, + -0.048095703125, + -0.0254669189453125, + 0.0114898681640625, + -0.03436279296875, + 0.016387939453125, + 0.003894805908203125, + -0.021820068359375, + -0.04986572265625, + -0.05023193359375, + 0.004138946533203125, + -0.024932861328125, + -0.013092041015625, + -0.0164794921875, + 0.048797607421875, + 0.0015468597412109375, + -0.0003046989440917969, + -0.0260009765625, + -0.00681304931640625, + -0.04095458984375, + 0.00943756103515625, + -0.0201263427734375, + -0.00623321533203125, + -0.0156707763671875, + 0.039703369140625, + 0.038299560546875, + 0.025115966796875, + 0.016204833984375, + 0.056640625, + 0.00429534912109375, + 0.006500244140625, + 0.0104217529296875, + 0.00536346435546875, + 0.0059661865234375, + 0.01549530029296875, + -0.03009033203125, + -0.01326751708984375, + -0.00725555419921875, + -0.0212860107421875, + 0.019500732421875, + 0.016204833984375, + 0.0477294921875, + 0.0295562744140625, + -0.0209197998046875, + -0.016387939453125, + 0.0787353515625, + 0.0146942138671875, + 0.09759521484375, + -0.0166473388671875, + -0.04541015625, + 0.006855010986328125, + 0.0263519287109375, + -0.0170135498046875, + -0.0188751220703125, + 0.031341552734375, + 0.004364013671875, + 0.0309906005859375, + 0.01380157470703125, + 0.0010852813720703125, + 0.0245819091796875, + -0.01433563232421875, + 0.002605438232421875, + 0.0156707763671875, + -0.020660400390625, + -0.0025482177734375, + 0.00952911376953125, + 0.00948333740234375, + -0.0013971328735351562, + 0.016387939453125, + -0.03277587890625, + 0.0010967254638671875, + -0.0302734375, + -0.0687255859375, + 0.005519866943359375, + 0.027069091796875, + 0.037384033203125, + 0.07086181640625, + -0.01068878173828125, + -0.051300048828125, + 0.0176239013671875, + -0.03936767578125, + 0.07159423828125, + 0.053070068359375, + 0.007213592529296875, + 0.0220794677734375, + -0.039886474609375, + -0.0000852346420288086, + -0.00102996826171875, + 0.0295562744140625, + 0.01424407958984375, + 0.051300048828125, + 0.029388427734375, + 0.006053924560546875, + -0.03277587890625, + 0.00832366943359375, + 0.0523681640625, + 0.017547607421875, + -0.02386474609375, + 0.0231475830078125, + 0.022796630859375, + 0.024749755859375, + -0.0265350341796875, + 0.051300048828125, + 0.006053924560546875, + 0.0231475830078125, + 0.005832672119140625, + -0.0146026611328125, + -0.0002281665802001953, + -0.0450439453125, + 0.0211029052734375, + -0.01416015625, + 0.005229949951171875, + 0.029205322265625, + 0.021636962890625, + -0.0733642578125, + 0.005229949951171875, + 0.03472900390625, + -0.0655517578125, + 0.0085906982421875, + 0.040771484375, + -0.0477294921875, + 0.0076141357421875, + -0.03668212890625, + -0.034027099609375, + 0.03277587890625, + -0.0092620849609375, + -0.0438232421875, + 0.037384033203125, + 0.0306243896484375, + -0.0372314453125, + -0.032958984375, + -0.03668212890625, + 0.00487518310546875, + 0.0004730224609375, + -0.032958984375, + 0.03668212890625, + -0.00676727294921875, + -0.01010894775390625, + 0.035980224609375, + 0.0302734375, + -0.01099395751953125, + -0.044525146484375, + 0.03204345703125, + -0.0219879150390625, + -0.04345703125, + 0.051300048828125, + 0.020477294921875, + 0.034027099609375, + -0.050567626953125, + -0.01433563232421875, + 0.0203857421875, + -0.01282501220703125, + 0.01513671875, + 0.051300048828125, + -0.02056884765625, + -0.05377197265625, + -0.038116455078125, + 0.05377197265625, + -0.004608154296875, + 0.0221710205078125, + -0.0277862548828125, + -0.01629638671875, + 0.042755126953125, + -0.052001953125, + -0.0235137939453125, + -0.01959228515625, + 0.007213592529296875, + -0.024749755859375, + 0.06378173828125, + -0.01433563232421875, + -0.0118408203125, + 0.0003924369812011719, + 0.0640869140625, + 0.0098419189453125, + 0.001880645751953125, + -0.051300048828125, + 0.048797607421875, + 0.0146942138671875, + -0.035247802734375, + -0.0450439453125, + 0.007747650146484375, + -0.0345458984375, + 0.042205810546875, + -0.03009033203125, + -0.005542755126953125, + 0.0045623779296875, + -0.0477294921875, + -0.038116455078125, + -0.0265350341796875, + -0.007701873779296875, + -0.0260009765625, + 0.0178985595703125, + 0.042755126953125, + 0.00904083251953125, + 0.006679534912109375, + 0.0276031494140625, + 0.01549530029296875, + 0.027252197265625, + 0.007213592529296875, + -0.038818359375, + 0.020843505859375, + -0.048095703125, + -0.029205322265625, + 0.0059661865234375, + 0.035797119140625, + -0.03668212890625, + 0.0187835693359375, + -0.04595947265625, + -0.0032939910888671875, + 0.03704833984375, + -0.00011616945266723633, + -0.008544921875, + -0.0155792236328125, + -0.0221710205078125, + -0.050567626953125, + -0.0284881591796875, + -0.01477813720703125, + 0.0134429931640625, + 0.002460479736328125, + -0.002681732177734375, + 0.0243988037109375, + -0.04345703125, + 0.004474639892578125, + 0.0209197998046875, + 0.0012187957763671875, + 0.01010894775390625, + 0.0009236335754394531, + -0.01264190673828125, + 0.00618743896484375, + 0.010284423828125, + -0.042388916015625, + -0.0384521484375, + -0.06591796875, + 0.0187835693359375, + -0.0012636184692382812, + 0.0023937225341796875, + -0.0029392242431640625, + -0.03509521484375, + -0.040618896484375, + 0.0087738037109375, + 0.0601806640625, + 0.01486968994140625, + 0.0033397674560546875, + -0.0306243896484375, + -0.017364501953125, + 0.0164794921875, + -0.050933837890625, + 0.037750244140625, + -0.0080108642578125, + 0.0252838134765625, + 0.02618408203125, + -0.0256500244140625, + 0.005588531494140625, + 0.0166473388671875, + 0.0265350341796875, + 0.0233306884765625, + 0.0098419189453125, + -0.03704833984375, + 0.0233306884765625, + -0.031158447265625, + -0.023681640625, + 0.001018524169921875, + -0.03509521484375, + 0.01513671875, + -0.037933349609375, + -0.00823974609375, + 0.0046539306640625, + 0.0102386474609375, + 0.031890869140625, + -0.057342529296875, + -0.01629638671875, + 0.03045654296875, + -0.005832672119140625, + 0.06268310546875, + -0.024932861328125, + -0.048797607421875, + -0.03668212890625, + -0.0034942626953125, + 0.042572021484375, + 0.0210113525390625, + 0.0202178955078125, + -0.04986572265625, + 0.0146942138671875, + 0.03936767578125, + 0.0114898681640625, + -0.0609130859375, + -0.005786895751953125, + 0.012908935546875, + 0.0156707763671875, + 0.053436279296875, + 0.0113525390625, + 0.0830078125, + 0.0263519287109375, + 0.037567138671875, + -0.00380706787109375, + 0.05450439453125, + 0.01922607421875, + -0.0203857421875, + -0.057342529296875, + -0.0203094482421875, + -0.01264190673828125, + -0.03240966796875, + -0.04736328125, + 0.00681304931640625, + 0.053070068359375, + -0.06378173828125, + -0.01273345947265625, + 0.0098419189453125, + 0.023681640625, + 0.01496124267578125, + 0.0274200439453125, + -0.042755126953125, + 0.0191497802734375, + 0.029022216796875, + -0.04132080078125, + -0.0016031265258789062, + -0.015045166015625, + 0.0156707763671875, + 0.0562744140625, + 0.024932861328125, + -0.009307861328125, + 0.02056884765625, + -0.0023040771484375, + 0.03009033203125, + 0.03509521484375, + 0.040618896484375, + 0.002471923828125, + -0.00792694091796875, + 0.0477294921875, + 0.033660888671875, + -0.0260009765625, + -0.0186920166015625, + 0.0065460205078125, + 0.044525146484375, + 0.02191162109375, + 0.04327392578125, + -0.0025272369384765625, + 0.018341064453125, + -0.016021728515625, + -0.04595947265625, + 0.01099395751953125, + 0.00788116455078125, + -0.0145111083984375, + -0.05413818359375, + -0.054840087890625, + 0.024749755859375, + -0.047027587890625, + 0.0231475830078125, + -0.005588531494140625, + -0.03472900390625, + -0.01416015625, + 0.0274200439453125, + -0.03045654296875, + -0.06622314453125, + -0.005786895751953125, + -0.0299224853515625, + -0.033660888671875, + 0.004474639892578125, + -0.0372314453125, + 0.0274200439453125, + -0.0042724609375, + -0.029205322265625, + -0.0391845703125, + 0.032958984375, + -0.02813720703125, + -0.0430908203125, + -0.017547607421875, + -0.007480621337890625, + 0.0005650520324707031, + -0.033477783203125, + -0.04559326171875, + -0.0240478515625, + 0.0030498504638671875, + -0.0210113525390625, + -0.0014801025390625, + -0.0201263427734375, + -0.0286712646484375, + -0.0036067962646484375, + -0.004852294921875, + -0.01264190673828125, + 0.032958984375, + -0.039703369140625, + 0.02154541015625, + 0.00899505615234375, + 0.0113983154296875, + 0.04132080078125, + 0.04736328125, + 0.001201629638671875, + 0.01229095458984375, + -0.0302734375, + -0.05413818359375, + -0.01380157470703125, + 0.0186920166015625, + 0.0180816650390625, + -0.061248779296875, + -0.00064849853515625, + 0.06378173828125, + -0.090087890625, + 0.017364501953125, + 0.0087738037109375, + -0.01477813720703125, + -0.0411376953125, + -0.0009627342224121094, + -0.0220794677734375, + 0.01496124267578125, + 0.07623291015625, + -0.0014133453369140625, + 0.00031447410583496094, + 0.020477294921875, + -0.04168701171875, + 0.05450439453125, + -0.00162506103515625, + 0.0231475830078125, + -0.04986572265625, + 0.01300048828125, + 0.036163330078125, + -0.031890869140625, + -0.00921630859375, + -0.078369140625, + 0.0134429931640625, + 0.04345703125, + 0.0098876953125, + -0.0018033981323242188, + -0.00102996826171875, + -0.033843994140625, + -0.022705078125, + -0.0174560546875, + 0.021453857421875, + -0.001068115234375, + -0.00904083251953125, + -0.042022705078125, + -0.0029392242431640625, + -0.0164794921875, + -0.048797607421875, + -0.0209197998046875, + -0.04150390625, + 0.051300048828125, + 0.0200347900390625, + -0.054840087890625, + 0.01433563232421875, + 0.017181396484375, + -0.0165557861328125, + -0.0008516311645507812, + 0.059478759765625, + -0.048431396484375, + -0.0118408203125, + 0.00846099853515625, + 0.0224456787109375, + 0.004695892333984375, + 0.0107269287109375, + -0.01229095458984375, + 0.01210784912109375, + 0.01122283935546875, + -0.046295166015625, + 0.019500732421875, + 0.03936767578125, + -0.0114898681640625, + -0.07623291015625, + -0.038299560546875, + -0.008148193359375, + 0.036865234375, + -0.0213775634765625, + 0.0299224853515625, + 0.00872802734375, + -0.00109100341796875, + -0.10186767578125, + 0.04168701171875, + -0.0008459091186523438, + 0.017364501953125, + 0.021820068359375, + -0.00992584228515625, + -0.07049560546875, + -0.036865234375, + -0.0166473388671875, + 0.03009033203125, + -0.0145111083984375, + 0.0260009765625, + -0.012908935546875, + 0.0235137939453125, + 0.01397705078125, + 0.00429534912109375, + -0.00850677490234375, + 0.056640625, + 0.022979736328125, + -0.04345703125, + 0.049163818359375, + -0.0200347900390625, + -0.0031833648681640625, + -0.0102386474609375, + 0.0006704330444335938, + -0.0020599365234375, + -0.01059722900390625, + -0.0240478515625, + 0.0187835693359375, + 0.056640625, + 0.06231689453125, + -0.04345703125, + 0.00730133056640625, + -0.022613525390625, + 0.003116607666015625, + -0.00783538818359375, + -0.003116607666015625, + 0.006412506103515625, + 0.022796630859375, + -0.0252838134765625, + -0.00841522216796875, + -0.0523681640625, + -0.0701904296875, + -0.0008349418640136719, + -0.039703369140625, + 0.00797271728515625, + 0.0019931793212890625, + 0.0188751220703125, + 0.018157958984375, + -0.0309906005859375, + 0.07049560546875, + 0.002727508544921875, + -0.01416015625, + 0.00003272294998168945, + 0.0231475830078125, + -0.01477813720703125, + 0.0233306884765625, + 0.02154541015625, + -0.05450439453125, + 0.00778961181640625, + -0.040435791015625, + 0.0198516845703125, + -0.0284881591796875, + 0.004405975341796875, + -0.004787445068359375, + 0.003940582275390625, + -0.076904296875, + -0.05450439453125, + 0.0245819091796875, + 0.0477294921875, + 0.0030498504638671875, + -0.0167388916015625, + 0.01922607421875, + -0.031524658203125, + -0.07550048828125, + 0.007080078125, + -0.01531219482421875, + -0.021820068359375, + 0.0260009765625, + 0.00943756103515625, + 0.006366729736328125, + 0.021636962890625, + 0.0201263427734375, + 0.035430908203125, + 0.035430908203125, + 0.0080108642578125, + -0.035797119140625, + -0.0051422119140625, + -0.022796630859375, + 0.02813720703125, + 0.0391845703125, + 0.046661376953125, + -0.024749755859375, + 0.016204833984375, + 0.0103302001953125, + -0.068359375, + -0.040252685546875, + -0.01416015625, + -0.055206298828125, + 0.01861572265625, + 0.0516357421875, + 0.0231475830078125, + -0.016204833984375, + 0.03704833984375, + 0.05377197265625, + 0.0276031494140625, + 0.0277862548828125, + -0.01122283935546875, + -0.07122802734375, + -0.007568359375, + -0.0015134811401367188, + 0.01001739501953125, + -0.048797607421875, + 0.05450439453125, + 0.05804443359375, + -0.005786895751953125, + -0.0070343017578125, + 0.00487518310546875, + 0.037750244140625, + 0.034027099609375, + 0.036163330078125, + -0.01416015625, + -0.04949951171875, + -0.00017952919006347656, + 0.0284881591796875, + 0.0031833648681640625, + 0.00783538818359375, + -0.00997161865234375, + -0.0146942138671875, + 0.0242156982421875, + -0.042022705078125, + 0.0035610198974609375, + 0.0124664306640625, + 0.053070068359375, + 0.010284423828125, + -0.060546875, + -0.0210113525390625, + 0.055206298828125, + 0.033111572265625, + -0.026885986328125, + 0.01442718505859375, + 0.0276031494140625, + -0.0219879150390625, + 0.0279541015625, + 0.056976318359375, + 0.012908935546875, + 0.04345703125, + -0.00228118896484375, + -0.060546875, + 0.0302734375, + -0.00026702880859375, + 0.003917694091796875, + -0.0198516845703125, + -0.03955078125, + -0.01727294921875, + -0.04364013671875, + 0.057708740234375, + 0.019683837890625, + 0.0267181396484375, + 0.005321502685546875, + 0.0019254684448242188, + -0.0190582275390625, + 0.01486968994140625, + 0.03668212890625, + 0.048095703125, + 0.0034275054931640625, + -0.01629638671875, + -0.0146942138671875, + -0.006320953369140625, + 0.0200347900390625, + -0.042572021484375, + 0.0114898681640625, + -0.009307861328125, + -0.020751953125, + -0.04345703125, + 0.01371002197265625, + 0.01103973388671875, + -0.0065460205078125, + -0.01001739501953125, + -0.015045166015625, + -0.0087738037109375, + -0.01486968994140625, + -0.0265350341796875, + -0.0213775634765625, + 0.0299224853515625, -0.00943756103515625, - 0.0004184246063232422, - -0.015289306640625 + 0.0325927734375, + 0.00904083251953125, + -0.006500244140625, + 0.006679534912109375, + -0.057342529296875, + 0.104736328125, + 0.02618408203125, + 0.0156707763671875, + 0.0038509368896484375, + 0.004787445068359375, + 0.034027099609375, + 0.0098876953125, + 0.01045989990234375, + 0.03277587890625, + -0.0156707763671875, + 0.031707763671875, + 0.055206298828125, + -0.0159454345703125, + -0.040435791015625, + 0.0364990234375, + 0.0006008148193359375, + -0.053436279296875, + 0.0477294921875, + 0.0081024169921875, + 0.0283203125, + 0.01540374755859375, + -0.0085906982421875, + -0.022613525390625, + -0.04559326171875, + 0.07513427734375, + 0.0242156982421875, + -0.0124664306640625, + 0.0372314453125, + -0.07513427734375, + 0.03009033203125, + -0.0027599334716796875, + 0.056640625, + -0.0267181396484375, + 0.061614990234375, + -0.0011796951293945312, + 0.0189666748046875, + -0.004741668701171875, + -0.00569915771484375, + 0.0168304443359375, + 0.0124664306640625, + -0.0213775634765625, + 0.047027587890625, + 0.024932861328125, + -0.00494384765625, + -0.07196044921875, + -0.0167388916015625, + 0.005031585693359375, + 0.00797271728515625, + 0.035430908203125, + -0.0200347900390625, + -0.01317596435546875, + 0.0306243896484375, + 0.044525146484375, + 0.0364990234375, + -0.027252197265625, + 0.035430908203125, + 0.0002574920654296875, + -0.008544921875, + -0.0113983154296875, + -0.0231475830078125 ], "metadata": { "domains": [ "incident-response", - "static-investigations" + "static-investigations", + "mobile-forensics", + "fraud-investigation" ], "phases": [ - "data-collection" + "examination", + "analysis" ], "tags": [ "command-line", - "physical-copy", - "hashing", - "scenario:disk_imaging", - "compression", - "integrity-check", - "split-output", - "status-display", - "pattern-wipe", - "verify-mode", - "block-hashing", - "progress-reporting" + "mobile-app-data", + "artifact-parser", + "timeline", + "html-export", + "sqlite-viewer", + "protobuf-parser", + "whatsapp-analysis", + "google-artifacts", + "battery-stats", + "well-being-data", + "cross-platform" ], "skillLevel": "intermediate", "type": "tool" } }, { - "id": "tool_Arkime", + "id": "tool_dc3dd", "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", + "name": "dc3dd", + "content": "dc3dd dc3dd ist eine forensisch erweiterte variante des klassischen unix‑befehls dd. sie unterstützt das gleichzeitige berechnen mehrerer hash‑werte (md5, sha‑1, sha‑256, sha‑512) während der image‑erstellung, führt ein detailliertes log mit prüfsummen und fehlerblöcken und zeigt einen fortschrittsbalken an. weitere funktionen sind das splitten großer abbilder, das gezielte überschreiben von mustern zum sicheren löschen und die möglichkeit, fehlersektoren separat auszugeben, was besonders bei defekten medien hilfreich ist. disk-imaging hashing wiping logging cli incident-response static-investigations data-collection", "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.02374267578125, - 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.003864288330078125, - -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.02374267578125, - 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.0009660720825195312, - 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.02374267578125, - 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.030914306640625, - -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.06182861328125, - -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.02374267578125, - 0.003631591796875, - -0.0325927734375, - 0.01229095458984375, - -0.011871337890625, - 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.0298614501953125, + 0.0298614501953125, + -0.01229095458984375, + 0.041290283203125, + 0.0236053466796875, + 0.0248260498046875, + 0.0068511962890625, + -0.004055023193359375, + 0.0089111328125, + -0.0341796875, + 0.041778564453125, + 0.007373809814453125, + -0.001613616943359375, + -0.040557861328125, + 0.0244598388671875, + -0.016845703125, 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.021881103515625, - -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.0019321441650390625, - 0.0135040283203125, - -0.041168212890625, - 0.00675201416015625, - -0.00679779052734375, - -0.055511474609375, - -0.033721923828125, + 0.013214111328125, + 0.001697540283203125, + -0.006237030029296875, + 0.035400390625, + -0.041290283203125, + 0.0240936279296875, + -0.012908935546875, + -0.01007843017578125, + -0.032928466796875, + -0.08013916015625, + -0.0162200927734375, + 0.013702392578125, + -0.001644134521484375, + -0.018798828125, + -0.00580596923828125, + 0.0361328125, + 0.0181884765625, + -0.0247039794921875, + -0.00921630859375, + -0.0361328125, + -0.00798797607421875, + 0.031463623046875, + -0.022247314453125, + 0.01186370849609375, + 0.032440185546875, + -0.032440185546875, + -0.0195465087890625, + -0.021514892578125, + 0.012908935546875, + -0.031951904296875, -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.04644775390625, + 0.022369384765625, 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.0154571533203125, - 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.0357666015625, - 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_grep", - "type": "tool", - "name": "grep", - "content": "grep klassisches unix-werkzeug zur zeilenfilterung, entwickelt 1973 von ken thompson zur schnellen suche nach regulären ausdrücken in dateien oder datenströmen. der name leitet sich vom ed‑kommando „g/re/p“ ab und spiegelt die funktionsweise wider: globaler ausdruck, zeile drucken. gnu grep unterstützt drei regex‑dialekte (bre, ere, pcre), farb‑highlighting und zero‑copy‑block‑pufferung für höchstgeschwindigkeit auch in riesigen logs. dank seiner pipe‑kompatibilität ist grep grundbaustein unzähliger dfir‑einzeiler zum parsen von artefakten, netzwerk‑flows und memory‑dumps. commandline regular-expressions piping filtering incident-response static-investigations examination analysis", - "embedding": [ - -0.0298919677734375, - 0.0235443115234375, - 0.0133056640625, - -0.005809783935546875, + 0.03369140625, + -0.00336456298828125, + -0.02667236328125, + 0.02679443359375, + 0.023345947265625, + -0.0108184814453125, + -0.0181884765625, + 0.06439208984375, + -0.049652099609375, + -0.01044464111328125, + -0.004795074462890625, + -0.030609130859375, + -0.00798797607421875, + 0.01020050048828125, + -0.0293731689453125, + -0.00965118408203125, + 0.0191802978515625, + 0.031951904296875, + 0.0113677978515625, + -0.01056671142578125, + -0.0177001953125, + 0.0301055908203125, + -0.0185546875, + -0.031951904296875, + 0.021636962890625, + 0.0301055908203125, 0.0341796875, - 0.0252838134765625, - 0.014434814453125, - 0.01351165771484375, - -0.01617431640625, - 0.0015993118286132812, - -0.040313720703125, - 0.064697265625, - 0.0399169921875, - 0.0137176513671875, - -0.022003173828125, - 0.036834716796875, - -0.032958984375, - 0.0018682479858398438, - -0.004657745361328125, - 0.018829345703125, - -0.01268768310546875, - -0.0143280029296875, - -0.04974365234375, - -0.0038890838623046875, - 0.0011386871337890625, - 0.0249786376953125, - 0.002750396728515625, - -0.0692138671875, - -0.0059356689453125, - 0.0183258056640625, - -0.005527496337890625, - -0.03192138671875, - 0.01351165771484375, - 0.0399169921875, - -0.0255889892578125, - -0.02886962890625, - 0.01141357421875, - -0.067138671875, - -0.004016876220703125, - 0.056488037109375, - -0.0399169921875, - 0.030914306640625, - 0.044830322265625, - -0.015960693359375, - -0.0094146728515625, - -0.027435302734375, - 0.048919677734375, - -0.00901031494140625, - 0.0012798309326171875, - -0.055267333984375, - 0.0221099853515625, - 0.015960693359375, - 0.0164794921875, - -0.039703369140625, - -0.051177978515625, - 0.015655517578125, - 0.049346923828125, - -0.02117919921875, - -0.037872314453125, - 0.04278564453125, - -0.03704833984375, - 0.0021114349365234375, - -0.00988006591796875, - -0.01007843017578125, - 0.0092620849609375, - 0.00665283203125, - -0.024566650390625, - -0.01453399658203125, - 0.0232391357421875, - 0.01617431640625, - 0.0229339599609375, - -0.024261474609375, - -0.00716400146484375, - 0.06634521484375, - -0.0143280029296875, - -0.05035400390625, - 0.0178070068359375, - 0.0270233154296875, - 0.004222869873046875, - -0.00988006591796875, - -0.03643798828125, - -0.00470733642578125, - 0.0386962890625, - -0.0234375, - -0.0197601318359375, - 0.01422882080078125, - 0.0276336669921875, - -0.02117919921875, - 0.01555633544921875, - 0.0030193328857421875, - 0.01253509521484375, - 0.00598907470703125, - -0.0006780624389648438, - -0.011566162109375, - 0.04052734375, - 0.043792724609375, - -0.0103912353515625, - -0.01340484619140625, - -0.0323486328125, + 0.004917144775390625, + -0.0552978515625, + 0.01032257080078125, + 0.0205230712890625, + -0.03466796875, + -0.031951904296875, + 0.032684326171875, + 0.0251922607421875, + 0.01013946533203125, + -0.005992889404296875, + 0.00946044921875, + 0.0153656005859375, + -0.0007414817810058594, + 0.0199127197265625, + -0.0196685791015625, + 0.042266845703125, + 0.06439208984375, + 0.0167083740234375, + 0.031707763671875, + 0.0162200927734375, + 0.042022705078125, + 0.0247039794921875, + -0.00946044921875, + 0.04473876953125, + 0.0068206787109375, + 0.06439208984375, + -0.00921630859375, + 0.0247039794921875, + 0.013580322265625, + -0.022979736328125, + -0.00445556640625, + -0.068359375, + -0.035888671875, + -0.022369384765625, + -0.057037353515625, + -0.0030269622802734375, + -0.022491455078125, + -0.0113067626953125, + 0.06146240234375, + -0.02691650390625, + -0.041046142578125, + -0.0013599395751953125, + 0.0172119140625, + -0.01044464111328125, 0.009521484375, - 0.0130462646484375, - -0.000850677490234375, - 0.0513916015625, - 0.01161956787109375, - 0.05853271484375, - -0.0335693359375, - 0.01340484619140625, - -0.021392822265625, - 0.001842498779296875, - -0.0154571533203125, - -0.0970458984375, - -0.03521728515625, - -0.03521728515625, - -0.07208251953125, - -0.015350341796875, - -0.00606536865234375, - 0.0008573532104492188, - 0.037445068359375, - -0.037445068359375, - -0.036834716796875, - -0.00031828880310058594, - 0.0227203369140625, - -0.00818634033203125, - -0.00701141357421875, - -0.029266357421875, - -0.055267333984375, - -0.00875091552734375, - 0.0249786376953125, - -0.045440673828125, - -0.022216796875, - -0.014739990234375, - -0.00875091552734375, - -0.020263671875, - -0.0228271484375, - 0.00637054443359375, - -0.006114959716796875, - 0.0347900390625, - 0.01141357421875, - 0.0017910003662109375, - 0.0113067626953125, - 0.042572021484375, - -0.039520263671875, - -0.0221099853515625, - 0.009979248046875, - -0.00550079345703125, + -0.038360595703125, + -0.04351806640625, + 0.023223876953125, + 0.00540924072265625, + -0.042510986328125, + -0.0288848876953125, + -0.01186370849609375, + -0.00835418701171875, + -0.033935546875, + -0.02679443359375, + -0.0084228515625, + -0.0200347900390625, + 0.017578125, + -0.007099151611328125, + -0.01499176025390625, + -0.000553131103515625, + 0.034423828125, + -0.04595947265625, + -0.06121826171875, + 0.023468017578125, + -0.00583648681640625, + -0.00848388671875, + -0.0089111328125, + 0.0286407470703125, + -0.0089111328125, + -0.02703857421875, + 0.0065460205078125, + 0.0186767578125, + 0.031463623046875, + -0.003993988037109375, + 0.00823211669921875, + -0.03662109375, + 0.0251922607421875, + -0.01204681396484375, + 0.03369140625, + -0.0006685256958007812, + -0.0297393798828125, + 0.003826141357421875, + -0.0240936279296875, + 0.00872802734375, + -0.021636962890625, + -0.042022705078125, + -0.018798828125, + 0.0068206787109375, -0.00885009765625, - -0.004375457763671875, - 0.05218505859375, - 0.01018524169921875, - -0.00281524658203125, - -0.0244598388671875, - 0.035614013671875, - 0.045867919921875, - 0.0212860107421875, - 0.0157623291015625, - -0.0487060546875, - 0.015045166015625, - -0.04400634765625, - 0.021697998046875, - -0.0276336669921875, - -0.01181793212890625, - 0.02947998046875, - -0.003940582275390625, - 0.01412200927734375, - 0.0244598388671875, - -0.04852294921875, - -0.0311126708984375, - -0.0143280029296875, - -0.0244598388671875, - 0.01300048828125, - 0.021392822265625, - -0.006603240966796875, - 0.032745361328125, - 0.08026123046875, - -0.020263671875, - 0.0164794921875, - -0.01120758056640625, - 0.01043701171875, - 0.0230255126953125, - 0.0264129638671875, - 0.0094146728515625, - -0.024871826171875, - 0.0180206298828125, - -0.01248931884765625, - 0.00470733642578125, - -0.007625579833984375, - -0.0165863037109375, - 0.001323699951171875, - -0.0076751708984375, - 0.05157470703125, - -0.01222991943359375, - -0.05487060546875, - -0.004119873046875, - 0.0423583984375, - -0.019439697265625, - 0.02886962890625, - 0.033966064453125, - -0.03009033203125, - 0.038482666015625, - -0.0192413330078125, - 0.01617431640625, - 0.02056884765625, - 0.00018787384033203125, - 0.025482177734375, - 0.050750732421875, - -0.015045166015625, - -0.00936126708984375, - 0.0399169921875, - 0.045654296875, - -0.0474853515625, - -0.0264129638671875, - 0.048309326171875, - -0.0073699951171875, - -0.018218994140625, - -0.0386962890625, - -0.033966064453125, - -0.00440216064453125, - -0.01483917236328125, - -0.01422882080078125, - -0.0197601318359375, - -0.0423583984375, - -0.04461669921875, - -0.0110015869140625, - 0.0124359130859375, - -0.007778167724609375, - 0.05157470703125, - 0.061004638671875, - -0.024566650390625, + -0.00786590576171875, + 0.038360595703125, + -0.0195465087890625, + 0.04425048828125, + 0.0751953125, + 0.007526397705078125, + 0.036376953125, + 0.0007719993591308594, + 0.005222320556640625, + 0.0291290283203125, + 0.0115509033203125, + -0.0248260498046875, + -0.0281524658203125, + 0.04669189453125, + -0.0065765380859375, + -0.00433349609375, + -0.005130767822265625, + -0.0159759521484375, + 0.0201568603515625, + -0.0516357421875, + 0.042022705078125, + -0.037109375, + -0.0025959014892578125, + -0.01007843017578125, 0.01904296875, - 0.0261993408203125, - -0.00383758544921875, - 0.03582763671875, - -0.01233673095703125, - 0.008697509765625, - 0.01074981689453125, - -0.032562255859375, - 0.052825927734375, - 0.01678466796875, - 0.015350341796875, - 0.01294708251953125, - -0.05853271484375, - 0.015960693359375, - -0.0240478515625, - 0.035400390625, - -0.005451202392578125, - -0.01678466796875, - 0.00391387939453125, - 0.0017652511596679688, - 0.032958984375, - 0.0487060546875, - -0.048919677734375, - -0.0164794921875, - -0.07366943359375, - -0.01090240478515625, - -0.0614013671875, - -0.054046630859375, - -0.052825927734375, - -0.0233306884765625, - 0.039703369140625, - -0.0023670196533203125, - 0.0091094970703125, - -0.00685882568359375, - 0.0323486328125, - -0.035614013671875, - 0.048919677734375, - 0.003429412841796875, - -0.0241546630859375, - 0.033172607421875, - 0.09539794921875, - -0.05157470703125, - -0.00506591796875, - -0.01320648193359375, - -0.0015163421630859375, - -0.007778167724609375, - 0.00823974609375, - -0.0113067626953125, - -0.03460693359375, - 0.0162811279296875, - -0.0009918212890625, - 0.0249786376953125, - -0.03460693359375, - -0.0121307373046875, - -0.006908416748046875, - 0.036041259765625, - -0.0106964111328125, - 0.0154571533203125, - 0.0017147064208984375, - 0.0018167495727539062, - 0.0042724609375, - -0.049957275390625, - -0.01739501953125, - 0.0462646484375, - -0.0016632080078125, - 0.00511932373046875, - 0.00988006591796875, - -0.052825927734375, - 0.01233673095703125, - 0.0203704833984375, - -0.0163726806640625, + 0.004055023193359375, + 0.0535888671875, 0.039093017578125, - 0.038482666015625, - -0.01453399658203125, - 0.002994537353515625, - -0.01995849609375, - 0.01708984375, - -0.0246734619140625, - -0.018829345703125, - -0.0032367706298828125, - 0.0111083984375, - -0.0487060546875, - -0.01279449462890625, - 0.042999267578125, - -0.026611328125, - 0.043182373046875, - 0.0011510848999023438, - 0.0006399154663085938, - -0.01049041748046875, - -0.042572021484375, - -0.02435302734375, - -0.0450439453125, - -0.041748046875, - -0.0282440185546875, - 0.053619384765625, - -0.0169830322265625, - -0.006473541259765625, - -0.01253509521484375, - 0.015655517578125, - -0.045654296875, - 0.00859832763671875, - -0.0209808349609375, - 0.046875, - 0.01514434814453125, - 0.0246734619140625, - 0.056915283203125, - 0.0236358642578125, - 0.03826904296875, - 0.051177978515625, - 0.0296783447265625, - -0.029266357421875, - -0.00289154052734375, - -0.00885009765625, - -0.0007486343383789062, - 0.026611328125, - -0.0244598388671875, - -0.0023670196533203125, - -0.017608642578125, - -0.01483917236328125, - 0.005039215087890625, - 0.0218048095703125, - 0.0474853515625, - 0.00391387939453125, - -0.018218994140625, - -0.0171966552734375, - 0.05096435546875, - -0.00534820556640625, - 0.09619140625, - 0.0031986236572265625, - -0.046875, - 0.0233306884765625, - 0.041961669921875, - -0.0146331787109375, - 0.036041259765625, - 0.0137176513671875, - 0.0106964111328125, - -0.008087158203125, - 0.028656005859375, - -0.0022258758544921875, - 0.028045654296875, - 0.003070831298828125, - 0.0137176513671875, - 0.01064300537109375, - -0.033172607421875, - -0.007114410400390625, - 0.05322265625, - 0.021697998046875, - 0.0075225830078125, - 0.033966064453125, - -0.01120758056640625, - -0.040313720703125, - -0.025787353515625, - -0.067138671875, - -0.003658294677734375, - 0.022613525390625, - 0.0024700164794921875, - 0.048919677734375, - -0.046875, - -0.060577392578125, - 0.041748046875, - -0.049530029296875, - 0.09210205078125, - 0.037872314453125, - 0.0201568603515625, - -0.01233673095703125, - -0.0183258056640625, - -0.00988006591796875, - 0.0162811279296875, - -0.0026607513427734375, - 0.039703369140625, - 0.0249786376953125, - 0.03826904296875, - -0.01007843017578125, - -0.030914306640625, - 0.00890350341796875, - 0.0166778564453125, - 0.0214996337890625, - -0.01202392578125, - 0.040130615234375, - 0.0200653076171875, - 0.0305023193359375, - -0.0192413330078125, - 0.036651611328125, - 0.019134521484375, - -0.01934814453125, - 0.0137176513671875, - -0.01233673095703125, - -0.0198516845703125, - -0.048095703125, - 0.015350341796875, - 0.01739501953125, - 0.0164794921875, - 0.0380859375, - 0.0311126708984375, - -0.04443359375, - -0.045867919921875, - 0.0347900390625, - -0.043609619140625, - -0.0108489990234375, - 0.0302886962890625, - -0.01678466796875, - 0.0284576416015625, - -0.0305023193359375, - -0.0777587890625, - 0.022003173828125, - -0.04339599609375, - -0.046478271484375, - 0.0214996337890625, - 0.0411376953125, - -0.05731201171875, - -0.00788116455078125, - -0.0556640625, - -0.02056884765625, - 0.01007843017578125, - -0.00859832763671875, - 0.05322265625, - -0.0146331787109375, - 0.0013885498046875, - 0.02313232421875, - 0.039306640625, - -0.020263671875, - -0.0008826255798339844, - 0.050567626953125, - -0.0113067626953125, - -0.04522705078125, - 0.00399017333984375, - -0.0230255126953125, - -0.0069580078125, - -0.033172607421875, - -0.0171966552734375, - 0.0027637481689453125, - 0.0249786376953125, - 0.0224151611328125, - 0.022003173828125, - -0.07080078125, - -0.0335693359375, - -0.01678466796875, - 0.08392333984375, - -0.0124359130859375, - 0.047698974609375, - 0.005016326904296875, - -0.052398681640625, - 0.032562255859375, - -0.053619384765625, - -0.02313232421875, - 0.02374267578125, - 0.01340484619140625, - -0.0178070068359375, - 0.035003662109375, - -0.033966064453125, - 0.0041961669921875, - -0.014739990234375, - 0.015045166015625, - 0.005397796630859375, - -0.012847900390625, - -0.042999267578125, - 0.061004638671875, - 0.019439697265625, - -0.0577392578125, - -0.027435302734375, - -0.0195465087890625, - -0.00037097930908203125, - 0.027435302734375, - -0.05609130859375, - -0.005908966064453125, - -0.0196533203125, - -0.0634765625, - -0.0209808349609375, - 0.0296783447265625, - -0.036041259765625, - -0.0165863037109375, - -0.001739501953125, - 0.0157623291015625, - -0.01340484619140625, - 0.0260009765625, - -0.0036334991455078125, - 0.0184173583984375, - 0.03826904296875, - 0.0177001953125, - -0.0023403167724609375, - 0.0018167495727539062, - -0.028045654296875, - -0.03643798828125, - -0.0015611648559570312, - 0.040313720703125, - -0.020477294921875, - 0.0200653076171875, - -0.01202392578125, - -0.019134521484375, - 0.030914306640625, - -0.0634765625, - -0.0060882568359375, - -0.004016876220703125, - -0.00447845458984375, - -0.03009033203125, - -0.03521728515625, - 0.001605987548828125, - 0.011871337890625, - -0.003582000732421875, - -0.00665283203125, - 0.0201568603515625, - -0.017303466796875, - 0.01934814453125, - 0.0284576416015625, - 0.00046706199645996094, - -0.00814056396484375, - -0.004222869873046875, - -0.00829315185546875, - 0.0028667449951171875, - 0.0335693359375, - -0.008087158203125, - -0.028656005859375, - -0.056915283203125, - 0.0272216796875, - 0.0128936767578125, - -0.01739501953125, - 0.009674072265625, - -0.0296783447265625, - -0.064697265625, - -0.0113067626953125, - 0.017608642578125, - 0.0235443115234375, - -0.032135009765625, - -0.0252838134765625, - -0.0215911865234375, - -0.03521728515625, - -0.04443359375, - 0.033782958984375, - -0.0214996337890625, - 0.020477294921875, - -0.0016889572143554688, - -0.0450439453125, - 0.035614013671875, - 0.05035400390625, - 0.0234375, - 0.01494598388671875, - 0.033966064453125, - -0.02056884765625, - 0.01514434814453125, - -0.005374908447265625, - -0.026611328125, - -0.004070281982421875, - -0.01248931884765625, - 0.011566162109375, - -0.0302886962890625, - -0.01161956787109375, - 0.00962066650390625, - 0.020477294921875, - 0.03070068359375, - -0.0240478515625, - -0.01555633544921875, - 0.037872314453125, - -0.0014581680297851562, - 0.0589599609375, - -0.0399169921875, - -0.046661376953125, - 0.0128936767578125, - 0.0057830810546875, - 0.039520263671875, - 0.017913818359375, - 0.0137176513671875, - -0.02435302734375, - -0.005474090576171875, - 0.0626220703125, - -0.0474853515625, - -0.0079345703125, - -0.08062744140625, - -0.00519561767578125, - -0.004886627197265625, - 0.06793212890625, - 0.011871337890625, - 0.055267333984375, - -0.004810333251953125, - -0.02886962890625, - 0.0016632080078125, - 0.0380859375, - 0.05853271484375, - -0.0201568603515625, - -0.03826904296875, - 0.015045166015625, - 0.0029296875, - -0.046875, - -0.037445068359375, - -0.0009465217590332031, - 0.047271728515625, - -0.0638427734375, - -0.01268768310546875, - -0.01453399658203125, - 0.0186309814453125, - 0.0268096923828125, - 0.028656005859375, - -0.0296783447265625, - 0.043609619140625, - 0.0163726806640625, - -0.05487060546875, - -0.01300048828125, - -0.0212860107421875, - 0.005962371826171875, - 0.0513916015625, - 0.032562255859375, - -0.0614013671875, - 0.054046630859375, - 0.006805419921875, - 0.0386962890625, - 0.018829345703125, - 0.02117919921875, - -0.007472991943359375, - 0.035614013671875, - 0.0230255126953125, - 0.04974365234375, - -0.0302886962890625, - -0.007419586181640625, - 0.028656005859375, - 0.052398681640625, - 0.042572021484375, - 0.0198516845703125, - 0.00916290283203125, - 0.009521484375, - -0.03643798828125, - -0.03887939453125, - 0.036651611328125, - 0.01136016845703125, - -0.015960693359375, - -0.01995849609375, - -0.0487060546875, - 0.02435302734375, - -0.02117919921875, - 0.00803375244140625, - 0.0004382133483886719, - -0.0462646484375, - -0.032958984375, - 0.0162811279296875, - -0.0195465087890625, - -0.05487060546875, - 0.039306640625, - -0.03192138671875, - 0.001880645751953125, - -0.041961669921875, - -0.00920867919921875, - 0.046661376953125, - -0.0209808349609375, - -0.08349609375, - -0.0423583984375, - 0.0311126708984375, - -0.01003265380859375, - -0.0305023193359375, - 0.00162506103515625, - 0.0178070068359375, - -0.0276336669921875, - -0.045440673828125, - -0.050140380859375, - -0.031524658203125, - 0.028656005859375, - -0.0305023193359375, - 0.012847900390625, - -0.0000635981559753418, - -0.01320648193359375, - -0.00788116455078125, - -0.0203704833984375, - -0.061004638671875, - 0.035614013671875, - -0.031524658203125, - 0.0215911865234375, - 0.0282440185546875, - 0.02056884765625, - 0.0215911865234375, - 0.05731201171875, - 0.0197601318359375, - -0.00946807861328125, - -0.01146697998046875, - -0.0634765625, - 0.0296783447265625, - 0.0000775456428527832, - -0.01146697998046875, - -0.036834716796875, - -0.01294708251953125, - 0.052398681640625, - -0.032135009765625, - 0.0015096664428710938, - -0.00614166259765625, - -0.001880645751953125, - -0.03070068359375, - 0.01177215576171875, - 0.0018930435180664062, - -0.0002830028533935547, - 0.10723876953125, - 0.0214996337890625, - -0.022216796875, - -0.01514434814453125, - -0.027435302734375, - 0.045654296875, - 0.0212860107421875, - 0.041961669921875, - -0.01161956787109375, - 0.0128936767578125, - 0.01222991943359375, - -0.0005373954772949219, - 0.0162811279296875, - -0.0880126953125, - 0.0031223297119140625, - 0.02252197265625, - -0.00399017333984375, - -0.0101318359375, + 0.00860595703125, + 0.049896240234375, + 0.0035495758056640625, 0.00550079345703125, - -0.0195465087890625, - 0.0165863037109375, - -0.044219970703125, - 0.01361083984375, - -0.004299163818359375, - -0.0197601318359375, - -0.04522705078125, - -0.011871337890625, - -0.0215911865234375, - -0.0264129638671875, - -0.01678466796875, - -0.028656005859375, - 0.0196533203125, - 0.01171875, - -0.060577392578125, + 0.01001739501953125, + 0.01253509521484375, + 0.039093017578125, + 0.01259613037109375, + -0.0011444091796875, + -0.00777435302734375, + 0.030364990234375, + 0.030609130859375, + -0.041046142578125, + -0.01001739501953125, + 0.0237274169921875, + -0.022003173828125, + -0.0557861328125, + -0.04473876953125, + -0.01438140869140625, + 0.00433349609375, + -0.0191802978515625, + -0.02679443359375, + -0.0210113525390625, + 0.00577545166015625, + -0.0283966064453125, + 0.013336181640625, + 0.004886627197265625, + -0.0174560546875, + 0.040313720703125, + 0.0162200927734375, + -0.023223876953125, + -0.051116943359375, + 0.0253143310546875, + 0.018798828125, + 0.0205230712890625, + -0.00762176513671875, + 0.01198577880859375, + 0.0084228515625, + -0.0177001953125, + 0.059234619140625, + 0.0205230712890625, + 0.040802001953125, + 0.0023651123046875, + -0.022003173828125, + 0.04473876953125, + -0.0291290283203125, + 0.042022705078125, + 0.0019512176513671875, + -0.0153045654296875, + 0.01419830322265625, + 0.021392822265625, + 0.013336181640625, + 0.0535888671875, + -0.0533447265625, + 0.01192474365234375, + -0.08111572265625, + 0.02679443359375, + -0.03662109375, + -0.02606201171875, + -0.0552978515625, + -0.023101806640625, + 0.04376220703125, + -0.031097412109375, + -0.04278564453125, + -0.004608154296875, + 0.0179443359375, + -0.00330352783203125, + 0.035400390625, + 0.0009407997131347656, + -0.04425048828125, + 0.0163421630859375, + 0.0855712890625, + -0.01186370849609375, + 0.0108184814453125, + -0.0361328125, + 0.034912109375, + -0.013031005859375, + 0.033935546875, + -0.031707763671875, + -0.0245819091796875, + 0.01247406005859375, + -0.004055023193359375, + -0.002227783203125, + -0.0256805419921875, + -0.0006642341613769531, + -0.0037021636962890625, + 0.030364990234375, + -0.04547119140625, + -0.003871917724609375, + -0.00006771087646484375, + 0.01235198974609375, + -0.0197906494140625, + -0.041534423828125, + -0.005222320556640625, + 0.0341796875, + 0.00995635986328125, + -0.004302978515625, + 0.01265716552734375, + -0.038360595703125, + -0.00350189208984375, + 0.01186370849609375, + -0.02630615234375, + 0.031707763671875, 0.0250701904296875, - 0.01483917236328125, - 0.006549835205078125, - 0.0218963623046875, - 0.0247650146484375, - -0.05487060546875, - -0.00818634033203125, - 0.0051422119140625, - 0.02783203125, - 0.00606536865234375, - -0.0130462646484375, - 0.00716400146484375, - 0.0154571533203125, - 0.0072174072265625, - -0.039306640625, - 0.08062744140625, - 0.0227203369140625, - -0.01294708251953125, - -0.05853271484375, - -0.04443359375, - -0.0089569091796875, - 0.0169830322265625, - -0.00555419921875, - 0.033355712890625, - 0.0187225341796875, - -0.0214996337890625, - -0.07489013671875, - 0.04278564453125, - -0.0227203369140625, - 0.02252197265625, - 0.006473541259765625, - -0.0075225830078125, - -0.06549072265625, - -0.0487060546875, - -0.039703369140625, - 0.00399017333984375, - -0.00281524658203125, - 0.04461669921875, - 0.039306640625, - 0.005733489990234375, - 0.0270233154296875, - 0.01309967041015625, - -0.0028533935546875, - 0.02435302734375, - 0.040130615234375, - -0.05096435546875, - 0.04443359375, - -0.025787353515625, - 0.0162811279296875, - 0.0125885009765625, + -0.033935546875, + -0.00339508056640625, + -0.01474761962890625, + 0.0115509033203125, + -0.042510986328125, + -0.0293731689453125, + -0.0208892822265625, + -0.013824462890625, + -0.04498291015625, + -0.032684326171875, + 0.01432037353515625, + -0.0292510986328125, + -0.00565338134765625, + -0.032684326171875, + 0.0208892822265625, + -0.037109375, + -0.030609130859375, + -0.004795074462890625, + -0.035888671875, + -0.050628662109375, + -0.0292510986328125, + 0.04351806640625, + -0.01204681396484375, + 0.004886627197265625, + -0.022003173828125, + 0.0036258697509765625, + -0.0169677734375, + -0.00786590576171875, + -0.0179443359375, + 0.040313720703125, + -0.01013946533203125, + 0.035888671875, + 0.0212554931640625, + 0.040313720703125, + 0.0204010009765625, + 0.060455322265625, + 0.0172119140625, + -0.0091552734375, + -0.017578125, + -0.01904296875, + 0.0155487060546875, + 0.02716064453125, + -0.0242156982421875, + -0.0238494873046875, + 0.022247314453125, + -0.031707763671875, + -0.006267547607421875, + 0.0208892822265625, + 0.02606201171875, + 0.0531005859375, + -0.023101806640625, + 0.006053924560546875, + 0.031219482421875, + 0.00909423828125, + 0.0870361328125, + -0.0069732666015625, + -0.0285186767578125, + 0.0065460205078125, + 0.0154876708984375, + -0.0011749267578125, + -0.022857666015625, + 0.0290069580078125, + 0.0010986328125, + -0.013641357421875, + 0.040557861328125, + 0.0238494873046875, + -0.001667022705078125, + 0.0256805419921875, + 0.0015363693237304688, + 0.0156097412109375, + -0.0164642333984375, + -0.0069732666015625, + 0.06195068359375, + 0.01474761962890625, + 0.030853271484375, + 0.04400634765625, + -0.035888671875, + -0.007190704345703125, + -0.0179443359375, + -0.06170654296875, + 0.005283355712890625, + 0.049652099609375, + 0.030731201171875, + 0.042510986328125, + -0.021392822265625, + -0.07720947265625, + -0.006328582763671875, + -0.0545654296875, + 0.07177734375, + 0.0253143310546875, + 0.0037174224853515625, + 0.035888671875, + -0.01499176025390625, + 0.0172119140625, + 0.036376953125, + -0.00322723388671875, + 0.042266845703125, + 0.0172119140625, + 0.0281524658203125, + 0.003932952880859375, + -0.035888671875, + 0.0006375312805175781, + 0.033416748046875, + 0.0155487060546875, + 0.01032257080078125, + 0.0292510986328125, + 0.01038360595703125, + -0.02801513671875, + -0.041290283203125, + 0.023101806640625, + 0.0064849853515625, + -0.014007568359375, + 0.00965118408203125, + 0.004302978515625, + 0.022125244140625, + -0.04669189453125, + 0.00786590576171875, + -0.0003342628479003906, + 0.0160980224609375, 0.01708984375, - 0.0075225830078125, - 0.0034027099609375, - -0.040740966796875, - -0.01995849609375, - 0.039306640625, - 0.032135009765625, - -0.0178070068359375, - 0.006038665771484375, - -0.028045654296875, - 0.015045166015625, - -0.00321197509765625, - -0.0180206298828125, - 0.035003662109375, - -0.026611328125, - -0.044830322265625, - -0.01033782958984375, - -0.05487060546875, - -0.0880126953125, - -0.0164794921875, - -0.05157470703125, - -0.03131103515625, - 0.005680084228515625, - 0.0305023193359375, - 0.049530029296875, - -0.026092529296875, - 0.0276336669921875, - -0.0111541748046875, - -0.03009033203125, - -0.043182373046875, - 0.0175018310546875, - -0.0302886962890625, - 0.0296783447265625, - 0.040130615234375, - -0.0305023193359375, - 0.005832672119140625, - 0.00844573974609375, - -0.00122833251953125, - -0.0198516845703125, - 0.0051422119140625, - -0.043609619140625, - 0.0290679931640625, - -0.049957275390625, - -0.007778167724609375, - 0.0423583984375, - -0.00238037109375, - 0.0268096923828125, - -0.0140228271484375, - 0.049346923828125, - -0.04052734375, - -0.0614013671875, - 0.00988006591796875, - -0.017913818359375, - -0.0227203369140625, - 0.00470733642578125, - -0.01192474365234375, - -0.0089569091796875, - -0.000005125999450683594, - 0.036651611328125, - 0.0282440185546875, - 0.04095458984375, - 0.0247650146484375, - -0.022613525390625, - -0.0166778564453125, - -0.0017652511596679688, - 0.0282440185546875, - 0.00506591796875, + 0.02777099609375, + -0.058502197265625, + -0.0196685791015625, + 0.039825439453125, + -0.06292724609375, + 0.037109375, + 0.00322723388671875, + -0.048187255859375, + 0.0189208984375, + -0.000560760498046875, + -0.08111572265625, + 0.04351806640625, + -0.040557861328125, + -0.051116943359375, + 0.0167083740234375, + 0.06536865234375, + -0.06390380859375, + -0.013275146484375, + -0.0523681640625, + -0.037353515625, + -0.0292510986328125, + -0.037353515625, + 0.042266845703125, + -0.01271820068359375, + -0.005992889404296875, + 0.0290069580078125, + 0.049407958984375, + 0.01026153564453125, + -0.00971221923828125, 0.0244598388671875, - -0.023956298828125, - -0.0048370361328125, - -0.01233673095703125, - -0.08636474609375, - -0.001880645751953125, - -0.032745361328125, - -0.050567626953125, - -0.01514434814453125, - 0.06671142578125, - 0.03765869140625, - -0.00685882568359375, - 0.0233306884765625, - 0.06182861328125, - 0.036224365234375, - 0.004425048828125, - 0.0023288726806640625, - -0.07122802734375, - -0.001247406005859375, - 0.004913330078125, - 0.012847900390625, - -0.08270263671875, - 0.05731201171875, - 0.054046630859375, - 0.01453399658203125, - -0.01192474365234375, - -0.0006618499755859375, - -0.0106964111328125, - 0.0171966552734375, - 0.03009033203125, - 0.013916015625, - -0.04400634765625, - 0.00859832763671875, - 0.0166778564453125, - -0.01351165771484375, - 0.0143280029296875, - -0.002201080322265625, - -0.0380859375, - 0.0577392578125, - -0.03070068359375, - 0.002391815185546875, - 0.007472991943359375, - 0.07208251953125, - 0.00946807861328125, - -0.052001953125, - -0.032562255859375, - 0.02783203125, - 0.01514434814453125, - -0.0026874542236328125, - 0.0017271041870117188, - 0.01525115966796875, - 0.00637054443359375, - -0.00519561767578125, - 0.046051025390625, - -0.00360870361328125, - 0.06756591796875, - 0.026611328125, - -0.077392578125, - 0.0305023193359375, - -0.042999267578125, - -0.006320953369140625, - -0.01320648193359375, - -0.044830322265625, - -0.04217529296875, - -0.05853271484375, - 0.0162811279296875, - 0.0110015869140625, - 0.052398681640625, - 0.032562255859375, - 0.0162811279296875, - 0.0140228271484375, - 0.0017271041870117188, - 0.0246734619140625, - 0.03521728515625, - 0.005832672119140625, - -0.00859832763671875, - 0.005756378173828125, - 0.01555633544921875, - 0.00772857666015625, - -0.032958984375, - 0.020477294921875, - -0.0276336669921875, - 0.023956298828125, - -0.029266357421875, - 0.0008153915405273438, - 0.01525115966796875, - -0.042999267578125, - -0.0113067626953125, - -0.014434814453125, - 0.0006651878356933594, - -0.0201568603515625, - -0.048919677734375, - 0.0034542083740234375, + -0.003963470458984375, + -0.04571533203125, + 0.0293731689453125, + -0.003993988037109375, + -0.00959014892578125, + -0.0210113525390625, + -0.0287628173828125, + -0.00804901123046875, + -0.01062774658203125, + -0.002796173095703125, + 0.0158538818359375, + -0.0540771484375, + -0.049163818359375, + -0.041290283203125, + 0.04522705078125, + -0.005313873291015625, + 0.040557861328125, + -0.0024585723876953125, + -0.034912109375, + -0.0015058517456054688, + -0.0521240234375, + -0.040557861328125, 0.0250701904296875, - -0.025482177734375, - -0.01320648193359375, - 0.0073699951171875, - -0.0057830810546875, - 0.01094818115234375, - -0.046661376953125, - 0.04461669921875, - 0.01412200927734375, - 0.036834716796875, - 0.0103912353515625, - 0.0009403228759765625, - 0.01514434814453125, - -0.0021228790283203125, - 0.0268096923828125, - 0.0201568603515625, - -0.053619384765625, - 0.07940673828125, - 0.02374267578125, - 0.004299163818359375, - -0.036651611328125, - 0.0183258056640625, + 0.00021123886108398438, + -0.0110015869140625, + 0.06982421875, + -0.0290069580078125, + 0.0242156982421875, + -0.0296173095703125, + 0.035888671875, + 0.00574493408203125, + -0.0106964111328125, + -0.0533447265625, + 0.034423828125, + 0.030731201171875, + -0.04449462890625, + -0.02752685546875, + -0.0302276611328125, + -0.00324249267578125, + 0.040069580078125, + -0.0531005859375, + -0.0167083740234375, + -0.0155487060546875, + -0.031707763671875, + -0.051116943359375, + -0.022857666015625, + -0.01198577880859375, + -0.0164642333984375, + 0.0193023681640625, + 0.047698974609375, + -0.00238037109375, + 0.039581298828125, + 0.005962371826171875, + 0.002811431884765625, + 0.0247039794921875, + -0.004947662353515625, + -0.00921630859375, + 0.034912109375, + -0.0535888671875, + -0.04693603515625, + -0.0196685791015625, + 0.037109375, + -0.0292510986328125, + -0.00550079345703125, + 0.00897216796875, + -0.01904296875, + 0.03759765625, + -0.048431396484375, + 0.0189208984375, + -0.039581298828125, + -0.021636962890625, + -0.056793212890625, + -0.0093994140625, + 0.012969970703125, + 0.03369140625, + -0.030364990234375, + 0.0179443359375, + 0.0032100677490234375, + -0.06488037109375, + 0.038360595703125, + 0.01806640625, + 0.0002841949462890625, + -0.013580322265625, + -0.00540924072265625, + -0.006206512451171875, + 0.0181884765625, + 0.0293731689453125, + -0.01284027099609375, + -0.0242156982421875, + -0.0548095703125, + 0.0290069580078125, + -0.00577545166015625, + -0.004730224609375, + -0.0244598388671875, + -0.01241302490234375, + -0.07965087890625, + 0.018310546875, + 0.0184326171875, + 0.01450347900390625, + -0.0151824951171875, + -0.031463623046875, + -0.00971221923828125, + -0.0169677734375, + -0.02618408203125, + 0.047454833984375, + -0.017822265625, + 0.00995635986328125, + 0.00792694091796875, + -0.033172607421875, + 0.032196044921875, + 0.02752685546875, + 0.0113677978515625, + 0.038848876953125, + -0.0066986083984375, + -0.047698974609375, + 0.00565338134765625, + -0.0179443359375, + -0.036865234375, + -0.005962371826171875, + -0.02679443359375, + 0.016845703125, + -0.018310546875, + -0.0200347900390625, + 0.04571533203125, + 0.021514892578125, + 0.0193023681640625, + -0.00959014892578125, + -0.00031495094299316406, + 0.0093994140625, + -0.01468658447265625, + 0.06488037109375, + -0.0286407470703125, + -0.04644775390625, + 0.016845703125, + -0.0292510986328125, + 0.042510986328125, + 0.035888671875, + -0.01253509521484375, + -0.021514892578125, + 0.00469970703125, + 0.04522705078125, + -0.0285186767578125, + -0.0244598388671875, + 0.003887176513671875, + 0.022125244140625, + 0.01493072509765625, + 0.04400634765625, + 0.00921630859375, + 0.049407958984375, + -0.0023193359375, + 0.014007568359375, + 0.06292724609375, + 0.04302978515625, + 0.023101806640625, + -0.0200347900390625, + -0.06170654296875, + 0.0196685791015625, + -0.0010061264038085938, + -0.0253143310546875, + -0.037841796875, + 0.0014438629150390625, + 0.0545654296875, + -0.0538330078125, + -0.016845703125, + 0.007190704345703125, + -0.0291290283203125, + 0.0290069580078125, + 0.0291290283203125, + -0.0191802978515625, + 0.00872802734375, + -0.0013675689697265625, + -0.033935546875, + -0.0189208984375, + -0.030487060546875, + 0.0249481201171875, + 0.057037353515625, + 0.058013916015625, + -0.0065460205078125, + 0.049407958984375, + -0.00771331787109375, + 0.0114898681640625, + 0.04278564453125, + 0.0238494873046875, + 0.0156707763671875, + 0.0299835205078125, + 0.03369140625, + 0.057281494140625, + -0.0003955364227294922, + -0.0197906494140625, + 0.0286407470703125, + 0.031707763671875, + 0.0341796875, + 0.047943115234375, + 0.00897216796875, + -0.00568389892578125, + 0.007434844970703125, + -0.0535888671875, + -0.023223876953125, + -0.01204681396484375, + -0.00041294097900390625, + -0.057037353515625, + -0.0152435302734375, + 0.00860595703125, + -0.0108795166015625, + 0.0518798828125, + 0.0302276611328125, + -0.013763427734375, + -0.013397216796875, + 0.0114898681640625, + 0.0025959014892578125, + -0.03369140625, + -0.0026416778564453125, + -0.0293731689453125, + -0.00556182861328125, + -0.0281524658203125, + -0.0206451416015625, + 0.0189208984375, + -0.022369384765625, + -0.06170654296875, + -0.02777099609375, + 0.050384521484375, + -0.0086669921875, + -0.033172607421875, + -0.039581298828125, + -0.01486968994140625, + -0.033416748046875, + -0.038604736328125, + -0.0282745361328125, + -0.0045166015625, + 0.0205230712890625, + -0.0169677734375, + 0.0206451416015625, + -0.0158538818359375, + -0.022613525390625, + -0.041778564453125, + -0.0165863037109375, + -0.01493072509765625, + 0.03759765625, + -0.040069580078125, + 0.0550537109375, + 0.01806640625, + 0.02667236328125, + 0.041290283203125, + 0.0540771484375, + -0.0249481201171875, + 0.0191802978515625, + -0.0009407997131347656, + -0.06439208984375, + 0.037109375, + -0.0248260498046875, + 0.021392822265625, + -0.0557861328125, + -0.0194244384765625, + 0.048431396484375, + -0.068359375, + 0.0030574798583984375, + -0.0067291259765625, + -0.00959014892578125, + -0.041290283203125, + -0.0169677734375, + 0.007068634033203125, + -0.0014753341674804688, + 0.09539794921875, + 0.031341552734375, + -0.0202789306640625, + -0.0255584716796875, + -0.0294952392578125, + 0.0523681640625, + 0.022857666015625, + 0.04595947265625, + -0.050140380859375, + 0.0361328125, + -0.002933502197265625, + -0.013031005859375, + -0.01026153564453125, + -0.07867431640625, + 0.0179443359375, + 0.033172607421875, + 0.006145477294921875, + -0.03515625, + -0.02752685546875, + -0.04547119140625, + -0.032684326171875, + -0.051361083984375, + 0.0243377685546875, + 0.0114288330078125, + -0.004825592041015625, + -0.04547119140625, + -0.013763427734375, + -0.0237274169921875, + -0.0248260498046875, + -0.0248260498046875, + -0.06341552734375, + 0.0239715576171875, + 0.0031642913818359375, + -0.06536865234375, + 0.0297393798828125, + 0.01438140869140625, + 0.02642822265625, + 0.006114959716796875, + 0.0361328125, + -0.04278564453125, + -0.00577545166015625, + -0.0208892822265625, + 0.02581787109375, + 0.01210784912109375, + 0.01462554931640625, + -0.0068511962890625, + 0.030853271484375, + 0.0202789306640625, + -0.0211334228515625, + 0.06292724609375, + 0.005100250244140625, + -0.030853271484375, + -0.051361083984375, + -0.0156097412109375, + -0.039825439453125, + 0.022003173828125, + -0.023468017578125, + 0.058258056640625, + 0.021514892578125, + 0.002902984619140625, + -0.0919189453125, + 0.06634521484375, + -0.0296173095703125, + 0.0550537109375, + 0.00933837890625, + 0.006267547607421875, + -0.0516357421875, + -0.02655029296875, + -0.0212554931640625, + 0.038848876953125, + -0.0189208984375, + 0.038848876953125, + 0.017578125, + 0.00559234619140625, + 0.004669189453125, + -0.03759765625, + -0.006389617919921875, + 0.04620361328125, + 0.031707763671875, + -0.009033203125, + 0.047454833984375, + -0.0293731689453125, + 0.0249481201171875, + 0.018310546875, + -0.0012598037719726562, + 0.0193023681640625, + -0.00946044921875, + -0.021881103515625, + -0.021759033203125, + 0.0249481201171875, + 0.035888671875, + -0.016845703125, + 0.0037174224853515625, + -0.030487060546875, + 0.022003173828125, + 0.0086669921875, + 0.0024738311767578125, + 0.00965118408203125, + -0.0023345947265625, + 0.0004570484161376953, + -0.0200347900390625, + -0.08404541015625, + -0.09442138671875, + 0.00337982177734375, + -0.02801513671875, + -0.017333984375, + 0.01020050048828125, + 0.041290283203125, + 0.013336181640625, + -0.0169677734375, + 0.0026264190673828125, + -0.00002110004425048828, + -0.022979736328125, + -0.06439208984375, + 0.02716064453125, + -0.0202789306640625, + 0.040802001953125, + 0.004730224609375, + -0.0341796875, + 0.049407958984375, + -0.0201568603515625, + 0.0086669921875, + -0.01032257080078125, + -0.0181884765625, + -0.0287628173828125, + 0.03564453125, + -0.07965087890625, + -0.01050567626953125, + 0.03466796875, + 0.023345947265625, + 0.004669189453125, + -0.04498291015625, + 0.040802001953125, + -0.0045166015625, + -0.048675537109375, + 0.023101806640625, + -0.0281524658203125, + -0.033416748046875, + 0.0298614501953125, + -0.0018281936645507812, + 0.02703857421875, + -0.0243377685546875, + 0.034912109375, + 0.023468017578125, + 0.036376953125, + -0.002735137939453125, + -0.02703857421875, + -0.0012216567993164062, + -0.01062774658203125, + -0.01062774658203125, + 0.04278564453125, + 0.009521484375, + -0.003841400146484375, + -0.017333984375, + -0.0008487701416015625, + -0.0870361328125, + -0.0165863037109375, + -0.0518798828125, + -0.0298614501953125, + 0.0006723403930664062, + 0.10076904296875, + 0.04449462890625, + 0.013885498046875, + 0.0184326171875, + 0.09588623046875, + 0.0024127960205078125, + 0.01511383056640625, + -0.013580322265625, + -0.0516357421875, + 0.0068206787109375, + -0.01438140869140625, + 0.021636962890625, + -0.048919677734375, + 0.0174560546875, + 0.048675537109375, + -0.013946533203125, + 0.0010213851928710938, + -0.0256805419921875, + -0.007251739501953125, + 0.017333984375, + 0.04547119140625, + 0.0165863037109375, + -0.07720947265625, + 0.0069427490234375, + 0.023101806640625, + 0.004978179931640625, + 0.0208892822265625, + 0.007251739501953125, + -0.0290069580078125, + 0.039093017578125, + -0.0528564453125, + -0.00774383544921875, + 0.01192474365234375, + 0.08160400390625, + -0.007282257080078125, + -0.039093017578125, + -0.039093017578125, + 0.072265625, + 0.02801513671875, + 0.0008220672607421875, + 0.0197906494140625, + -0.005191802978515625, + -0.01708984375, + 0.051116943359375, + 0.041778564453125, + -0.0256805419921875, + 0.041778564453125, + 0.01419830322265625, + -0.041046142578125, + 0.017333984375, + -0.0205230712890625, + 0.00577545166015625, + -0.0106964111328125, + -0.051116943359375, + -0.032928466796875, + -0.0732421875, + 0.03369140625, + 0.0193023681640625, + 0.0029964447021484375, + 0.049163818359375, + 0.0238494873046875, + -0.0007414817810058594, + -0.00054931640625, + 0.0181884765625, + 0.034423828125, + 0.0165863037109375, + -0.00550079345703125, + -0.0019969940185546875, + 0.032928466796875, + 0.013336181640625, + -0.013702392578125, + 0.031951904296875, + -0.037353515625, + 0.0160980224609375, + -0.058746337890625, + 0.007495880126953125, + 0.0020275115966796875, + -0.037353515625, + -0.01229095458984375, + -0.02789306640625, + -0.0023975372314453125, + -0.021514892578125, + -0.0560302734375, + 0.005283355712890625, + 0.042510986328125, + -0.0283966064453125, + 0.032684326171875, + 0.0159759521484375, + 0.0193023681640625, + 0.0018510818481445312, + -0.060455322265625, + 0.08355712890625, + 0.041290283203125, + 0.0169677734375, + 0.0002651214599609375, + 0.0116119384765625, + 0.007526397705078125, + 0.0008563995361328125, + 0.031707763671875, + 0.00983428955078125, + -0.06439208984375, + 0.04669189453125, + 0.0560302734375, + 0.00921630859375, + -0.021514892578125, + 0.0047607421875, + -0.003810882568359375, + -0.042022705078125, + 0.040557861328125, + 0.0240936279296875, + 0.021636962890625, + 0.01204681396484375, + -0.0164642333984375, + -0.0065155029296875, + -0.04376220703125, + 0.047454833984375, + 0.0106964111328125, + -0.0012826919555664062, + 0.04400634765625, + -0.0244598388671875, + 0.057525634765625, + 0.013275146484375, + 0.048431396484375, + -0.0157318115234375, + 0.0302276611328125, + -0.0249481201171875, + -0.002349853515625, 0.0113067626953125, - -0.033782958984375, - 0.0253753662109375, - 0.00901031494140625, - 0.033355712890625, - -0.0033512115478515625, - -0.0041961669921875, - 0.00039649009704589844, - -0.06182861328125, - 0.06512451171875, - 0.00901031494140625, - 0.0169830322265625, - 0.0192413330078125, - -0.0146331787109375, - 0.0634765625, - 0.0014200210571289062, - 0.054443359375, - -0.05218505859375, - 0.041961669921875, - -0.030914306640625, - -0.0154571533203125, - -0.0036334991455078125, - 0.00555419921875, - -0.007778167724609375, - 0.005474090576171875, - -0.015655517578125, - 0.07366943359375, - 0.028045654296875, - -0.0196533203125, - -0.037445068359375, - -0.01422882080078125, - -0.002239227294921875, - 0.005451202392578125, - 0.045867919921875, - -0.06793212890625, - -0.0264129638671875, - 0.004425048828125, - 0.04052734375, - 0.032562255859375, - 0.035614013671875, - 0.03131103515625, - 0.0009784698486328125, - -0.002277374267578125, - 0.03009033203125, - -0.0228271484375 + -0.0014591217041015625, + 0.003963470458984375, + -0.0068206787109375, + 0.01419830322265625, + 0.06390380859375, + 0.04595947265625, + -0.01013946533203125, + -0.059967041015625, + -0.0301055908203125, + -0.041778564453125, + -0.0070037841796875, + 0.017578125, + -0.04400634765625, + -0.0250701904296875, + 0.01708984375, + 0.048919677734375, + 0.06292724609375, + -0.0201568603515625, + 0.06536865234375, + -0.00921630859375, + -0.0025196075439453125, + -0.00574493408203125, + -0.00823211669921875 ], "metadata": { "domains": [ "incident-response", "static-investigations" ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "commandline", - "regular-expressions", - "piping", - "filtering" - ], - "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_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_OnlyOffice", - "type": "tool", - "name": "OnlyOffice", - "content": "onlyoffice die kollaborationsfokussierte office-suite kombiniert microsoft-office- kompatibilität mit open-source-flexibilität für forensische team-arbeit. real-time-co-editing ermöglicht simultane report-erstellung durch mehrere ermittler. besonders wertvoll: version-history dokumentiert alle änderungen für audit-trails, comment-system koordiniert review-prozesse, pdf-forms für strukturierte evidence-collection. die plugin-architecture integriert mit nextcloud, owncloud für sichere file-sharing. macro-support (mit sicherheits-sandboxing) automatisiert repetitive analysen. advanced-mail-merge für bulk-correspondence. mathematical- formulas in spreadsheets für statistical-analysis. die self-hosted- deployment-option hält sensitive ermittlungsdaten in-house. enterprise-features: sso-integration, ldap-authentication, custom- branding für behördliche anforderungen. mobile-apps ermöglichen field-documentation. deutlich günstiger als microsoft-lizenzen bei vergleichbarer funktionalität. perfekte balance zwischen features und datenschutz für professionelle forensik-teams. office collaboration collaboration-general reporting", - "embedding": [ - -0.0207061767578125, - 0.0251922607421875, - 0.044281005859375, - 0.0079193115234375, - 0.036468505859375, - 0.04217529296875, - 0.044677734375, - 0.02252197265625, - -0.027679443359375, - 0.0028629302978515625, - -0.039703369140625, - 0.035888671875, - -0.01708984375, - -0.0115509033203125, - -0.05877685546875, - 0.060333251953125, - -0.0035305023193359375, - 0.023284912109375, - 0.0406494140625, - -0.005870819091796875, - -0.0176544189453125, - -0.0196533203125, - -0.05572509765625, - -0.01364898681640625, - -0.027679443359375, - 0.030548095703125, - -0.00501251220703125, - -0.07598876953125, - -0.0213775634765625, - 0.0005340576171875, - 0.0198516845703125, - -0.025390625, - -0.01178741455078125, - 0.0389404296875, - 0.0243377685546875, - -0.018890380859375, - -0.00098419189453125, - -0.06683349609375, - -0.04962158203125, - 0.019561767578125, - -0.01422119140625, - -0.00835418701171875, - 0.0362548828125, - 0.029205322265625, - -0.007541656494140625, - -0.027679443359375, - -0.0251922607421875, - -0.030731201171875, - -0.0032215118408203125, - -0.0297698974609375, - 0.0131683349609375, - 0.0211944580078125, - -0.0157470703125, - 0.00696563720703125, - -0.0257720947265625, - 0.0190887451171875, - -0.0027313232421875, - -0.0345458984375, - -0.047149658203125, - 0.0189971923828125, - -0.03472900390625, - 0.0115509033203125, - 0.0015392303466796875, - 0.0108795166015625, - 0.00634765625, - 0.0190887451171875, - -0.0250091552734375, - -0.020050048828125, - -0.018035888671875, - -0.0218505859375, - 0.0037708282470703125, - 0.04486083984375, - -0.03302001953125, - 0.0167083740234375, - -0.057647705078125, - -0.0389404296875, - 0.00830078125, - 0.047515869140625, - 0.003017425537109375, - 0.0126953125, - -0.062225341796875, - -0.0035076141357421875, - 0.03436279296875, - -0.02557373046875, - -0.04827880859375, - -0.02252197265625, - 0.0185089111328125, - 0.0223388671875, - 0.01107025146484375, - 0.0190887451171875, - 0.0419921875, - -0.0242462158203125, - 0.01441192626953125, - -0.04962158203125, - 0.03912353515625, - 0.045989990234375, - -0.00677490234375, - -0.0018968582153320312, - 0.0050811767578125, - 0.0227203369140625, - 0.0167999267578125, - -0.040283203125, - 0.048675537109375, - -0.0078277587890625, - 0.01145172119140625, - -0.03131103515625, - 0.01641845703125, - -0.00677490234375, - -0.0113067626953125, - -0.01187896728515625, - -0.102294921875, - -0.053436279296875, - -0.01546478271484375, - -0.06756591796875, - 0.0038661956787109375, - 0.009307861328125, - -0.004558563232421875, - 0.048492431640625, - -0.0372314453125, - -0.0214691162109375, - 0.02081298828125, - 0.01140594482421875, - -0.011932373046875, - 0.02252197265625, - -0.053436279296875, - -0.07025146484375, - 0.017364501953125, - 0.031494140625, - -0.04046630859375, - -0.0345458984375, - -0.0018014907836914062, - -0.041046142578125, - -0.007015228271484375, - -0.048492431640625, - -0.01488494873046875, - -0.02691650390625, - 0.036834716796875, - 0.005916595458984375, - 0.004962921142578125, - 0.0058441162109375, - 0.021087646484375, - -0.04351806640625, - -0.04962158203125, - -0.0107879638671875, - -0.04962158203125, - -0.0130767822265625, - -0.009307861328125, - 0.05572509765625, - -0.0259552001953125, - -0.0242462158203125, - -0.00620269775390625, - -0.0014677047729492188, - 0.053436279296875, - 0.01641845703125, - 0.0032215118408203125, - -0.00787353515625, - 0.0001424551010131836, - -0.013458251953125, - 0.040283203125, - 0.01364898681640625, - -0.00963592529296875, - 0.0205230712890625, - 0.0185089111328125, - 0.038177490234375, - 0.0036029815673828125, - -0.03472900390625, - -0.006252288818359375, - 0.0228118896484375, - -0.0175628662109375, - 0.0031490325927734375, - 0.0105438232421875, - -0.0017061233520507812, - 0.04962158203125, - 0.04486083984375, - -0.00539398193359375, - 0.050384521484375, - -0.01364898681640625, - -0.0139312744140625, - 0.044464111328125, - 0.01250457763671875, - -0.01178741455078125, - -0.01364898681640625, - 0.05535888671875, - 0.0074920654296875, - 0.003017425537109375, - -0.00467681884765625, - -0.036651611328125, - 0.005680084228515625, - -0.056121826171875, - 0.008544921875, - -0.0345458984375, - -0.0182342529296875, - -0.0212860107421875, - -0.00357818603515625, - 0.026336669921875, - 0.045623779296875, - 0.035308837890625, - 0.002635955810546875, - 0.0282440185546875, - -0.01450347900390625, - 0.0009303092956542969, - 0.017364501953125, - 0.004413604736328125, - 0.0176544189453125, - 0.0135498046875, - 0.01546478271484375, - -0.0020885467529296875, - 0.048095703125, - 0.019561767578125, - -0.033782958984375, - -0.0123138427734375, - 0.045989990234375, - -0.01641845703125, - -0.038360595703125, - -0.043701171875, - -0.0389404296875, - -0.01174163818359375, - -0.0071563720703125, - -0.017364501953125, - 0.02996826171875, - -0.0220489501953125, - -0.06719970703125, - -0.01259613037109375, - 0.02081298828125, - -0.00949859619140625, - 0.040283203125, - 0.036468505859375, - -0.005916595458984375, - -0.030731201171875, - -0.01107025146484375, - 0.01111602783203125, - 0.037994384765625, - -0.0297698974609375, - 0.027099609375, - -0.004962921142578125, - -0.044677734375, - 0.04351806640625, - 0.030731201171875, - 0.0176544189453125, - 0.0008587837219238281, - -0.0234832763671875, - 0.038177490234375, - -0.0041046142578125, - 0.048095703125, - 0.036651611328125, - -0.009735107421875, - 0.00949859619140625, - 0.00949859619140625, - 0.042938232421875, - 0.0309295654296875, - -0.0267181396484375, - -0.00730133056640625, - -0.08856201171875, - -0.00988006591796875, - -0.0660400390625, - -0.0221405029296875, - -0.038543701171875, - -0.060333251953125, - 0.06988525390625, - -0.035888671875, - -0.0005159378051757812, - -0.005725860595703125, - 0.0372314453125, - -0.0237579345703125, - 0.03302001953125, - 0.013458251953125, - -0.02862548828125, - 0.0174713134765625, - 0.07635498046875, - 0.0235748291015625, - -0.0257720947265625, - -0.00878143310546875, - 0.0227203369140625, - 0.01259613037109375, - 0.0003371238708496094, - -0.0244293212890625, - 0.00539398193359375, - 0.040283203125, - 0.03607177734375, - 0.0257720947265625, - -0.031890869140625, - 0.060333251953125, - 0.0015153884887695312, - 0.04522705078125, - -0.0416259765625, - -0.004772186279296875, - -0.009063720703125, - 0.01107025146484375, - -0.004032135009765625, - -0.053436279296875, - 0.029205322265625, - 0.059539794921875, - 0.00997161865234375, - -0.01555633544921875, - 0.0161285400390625, - -0.0199432373046875, - -0.01102447509765625, - 0.009307861328125, - -0.00963592529296875, - 0.035125732421875, - 0.04962158203125, - -0.0416259765625, - -0.00577545166015625, - -0.006298065185546875, - -0.0045318603515625, - -0.011260986328125, - -0.043701171875, - -0.010162353515625, - 0.00839996337890625, - -0.03759765625, - -0.01250457763671875, - 0.0265350341796875, - -0.024139404296875, - -0.00878143310546875, - -0.005462646484375, - 0.021575927734375, - -0.0389404296875, - -0.069091796875, - 0.01221466064453125, - -0.046966552734375, - -0.0196533203125, - -0.0219573974609375, - 0.04638671875, - 0.010498046875, - 0.0257720947265625, - -0.0085906982421875, - -0.031494140625, - -0.033782958984375, - 0.020233154296875, - -0.0157470703125, - 0.00806427001953125, - -0.006252288818359375, - 0.022613525390625, - 0.03472900390625, - 0.051544189453125, - 0.0028743743896484375, - 0.035125732421875, - 0.0182342529296875, - -0.020050048828125, - 0.0027923583984375, - 0.0288238525390625, - 0.01026153564453125, - 0.0341796875, - -0.00016260147094726562, - -0.023956298828125, - 0.014312744140625, - -0.037017822265625, - 0.030548095703125, - 0.0153656005859375, - 0.0311126708984375, - 0.0184173583984375, - -0.023101806640625, - 0.0079193115234375, - 0.045989990234375, - 0.02099609375, - 0.0931396484375, - -0.0251922607421875, - -0.03912353515625, - 0.0036258697509765625, - 0.0280609130859375, - -0.0237579345703125, - -0.032257080078125, - 0.04010009765625, - 0.0034122467041015625, - -0.0010442733764648438, - 0.0328369140625, - -0.020050048828125, - 0.0250091552734375, - -0.02337646484375, - -0.01708984375, - -0.00653839111328125, - -0.02386474609375, - -0.007205963134765625, - 0.0467529296875, - 0.036468505859375, - 0.03741455078125, - -0.0185089111328125, - -0.02032470703125, - -0.02691650390625, - -0.0538330078125, - -0.050384521484375, - 0.020904541015625, - 0.04791259765625, - 0.00988006591796875, - 0.057647705078125, - -0.01517486572265625, - -0.04925537109375, - 0.024810791015625, - -0.0189971923828125, - 0.07403564453125, - 0.0229034423828125, - 0.03570556640625, - 0.0341796875, - -0.0229034423828125, - 0.0119781494140625, - 0.042572021484375, - -0.001300811767578125, - 0.0033168792724609375, - 0.0078277587890625, - 0.0467529296875, - -0.001079559326171875, - -0.042388916015625, - 0.047332763671875, - 0.03265380859375, - 0.0152740478515625, - 0.007541656494140625, - 0.0176544189453125, - 0.0201416015625, - 0.0419921875, - -0.033203125, - 0.03912353515625, - 0.0191802978515625, - -0.040283203125, - -0.00412750244140625, - -0.006084442138671875, - 0.0175628662109375, - -0.041046142578125, - 0.0094451904296875, - 0.0018367767333984375, - 0.031494140625, - 0.00270843505859375, - 0.0290069580078125, - -0.00920867919921875, - 0.0012407302856445312, - 0.01178741455078125, - -0.056884765625, - 0.014312744140625, - 0.03131103515625, - -0.0183258056640625, - 0.0242462158203125, - -0.0174713134765625, - -0.0177459716796875, - 0.0265350341796875, - -0.0093994140625, - -0.0272979736328125, - 0.0086822509765625, - 0.02996826171875, - -0.059173583984375, - -0.033416748046875, - -0.0419921875, - -0.004962921142578125, - 0.00565338134765625, - -0.01422119140625, - 0.03302001953125, - 0.004749298095703125, - -0.01259613037109375, - 0.0179443359375, - 0.050018310546875, - 0.01479339599609375, - -0.0511474609375, - 0.048675537109375, - -0.00839996337890625, - -0.042572021484375, - 0.03167724609375, - 0.024810791015625, - 0.027679443359375, - -0.051544189453125, - -0.0189971923828125, - -0.00446319580078125, - 0.0182342529296875, - 0.0009665489196777344, - 0.00878143310546875, - -0.0257720947265625, - -0.041229248046875, - -0.033966064453125, - 0.0311126708984375, - 0.023101806640625, - 0.046966552734375, - -0.0250091552734375, - -0.0290069580078125, - 0.0257720947265625, - -0.04620361328125, - -0.04180908203125, - -0.0126953125, - 0.023193359375, - -0.0174713134765625, - 0.044677734375, - -0.0056304931640625, - 0.0012769699096679688, - -0.0251922607421875, - 0.072509765625, - 0.0199432373046875, - -0.022430419921875, - -0.048095703125, - 0.058013916015625, - 0.036834716796875, - -0.07177734375, - -0.01021575927734375, - -0.0034351348876953125, - -0.0130767822265625, - 0.033966064453125, - -0.0721435546875, - 0.00768280029296875, - 0.0152740478515625, - -0.059539794921875, - -0.044464111328125, - -0.03570556640625, - -0.005584716796875, - -0.03778076171875, - 0.0211944580078125, - 0.038177490234375, - -0.01259613037109375, - 0.01212310791015625, - -0.0015268325805664062, - 0.023956298828125, - 0.0205230712890625, - -0.0211944580078125, - -0.027862548828125, - 0.0197601318359375, - -0.057647705078125, - -0.01335906982421875, - 0.0018253326416015625, - 0.04827880859375, - -0.0204315185546875, - -0.012786865234375, - 0.00582122802734375, - -0.0244293212890625, - 0.056884765625, - -0.048492431640625, - 0.0059661865234375, - -0.02386474609375, - -0.03265380859375, - -0.0243377685546875, - -0.0160369873046875, - -0.0018253326416015625, - 0.00882720947265625, - 0.005702972412109375, - 0.0138397216796875, - 0.044097900390625, - -0.0721435546875, - 0.01727294921875, - 0.0182342529296875, - 0.001079559326171875, - -0.00412750244140625, - 0.0009722709655761719, - -0.00916290283203125, - -0.0011749267578125, - 0.0116424560546875, - -0.033203125, - -0.04620361328125, - -0.07403564453125, - 0.0328369140625, - -0.0234832763671875, - -0.01364898681640625, - -0.03875732421875, - -0.035308837890625, - -0.0477294921875, - -0.006298065185546875, - 0.0450439453125, - 0.039306640625, - 0.00768280029296875, - -0.010162353515625, - 0.0022068023681640625, - 0.0034122467041015625, - -0.005153656005859375, - 0.024627685546875, - -0.0251922607421875, - 0.005130767822265625, - 0.044097900390625, - -0.068359375, - 0.029388427734375, - 0.009307861328125, - 0.04962158203125, - 0.0008649826049804688, - 0.00098419189453125, - -0.039703369140625, - 0.0221405029296875, - -0.0223388671875, - -0.0303497314453125, - 0.0204315185546875, - -0.0250091552734375, - 0.00887298583984375, - -0.034942626953125, - -0.0054168701171875, - 0.00916290283203125, - 0.031890869140625, - -0.006298065185546875, - -0.0025539398193359375, - -0.00982666015625, - 0.0250091552734375, - 0.0041046142578125, - 0.06298828125, - -0.020050048828125, - -0.053070068359375, - 0.001682281494140625, - -0.00959014892578125, - 0.03472900390625, - 0.05230712890625, - -0.0229034423828125, - -0.026336669921875, - 0.0101165771484375, - 0.01403045654296875, - -0.01441192626953125, - -0.01812744140625, - -0.01326751708984375, - 0.005748748779296875, - 0.0223388671875, - 0.061859130859375, - 0.0131683349609375, - 0.095458984375, - -0.006679534912109375, - 0.0227203369140625, - 0.035308837890625, - 0.054962158203125, - 0.0274810791015625, - -0.038360595703125, - -0.072509765625, - 0.000017523765563964844, - 0.0108795166015625, - -0.033203125, - -0.0229034423828125, - -0.01035308837890625, - 0.0280609130859375, - -0.083251953125, - 0.00010138750076293945, - -0.031890869140625, - 0.0160369873046875, - -0.01030731201171875, - 0.0113067626953125, - 0.0085906982421875, - 0.00925445556640625, - 0.01488494873046875, - -0.041412353515625, - 0.016510009765625, - 0.0005698204040527344, - 0.017181396484375, - 0.04315185546875, - 0.01947021484375, - -0.0185089111328125, - 0.0389404296875, - -0.00011408329010009766, - 0.01021575927734375, - 0.04962158203125, - 0.0467529296875, - 0.0341796875, - 0.01288604736328125, - 0.053436279296875, - 0.06378173828125, - -0.0221405029296875, - -0.0244293212890625, - 0.01140594482421875, - 0.022430419921875, - 0.04925537109375, - 0.0511474609375, - -0.00920867919921875, - -0.0037212371826171875, - 0.0032215118408203125, - -0.0284423828125, - -0.0309295654296875, - 0.003459930419921875, - -0.017364501953125, - -0.0419921875, - -0.059173583984375, - 0.0219573974609375, - -0.04046630859375, - 0.0213775634765625, - 0.01221466064453125, - 0.006633758544921875, - -0.0030422210693359375, - 0.039886474609375, - -0.0182342529296875, - -0.039520263671875, - -0.0012645721435546875, - 0.004367828369140625, - -0.007778167724609375, - -0.03265380859375, - -0.0362548828125, - 0.017364501953125, - -0.007732391357421875, - -0.05230712890625, - 0.004581451416015625, - 0.01555633544921875, - -0.006870269775390625, - -0.018890380859375, - -0.00797271728515625, - 0.016510009765625, - 0.0015506744384765625, - -0.035125732421875, - -0.051910400390625, - -0.035491943359375, - 0.00429534912109375, - -0.0290069580078125, - -0.00897216796875, - -0.013458251953125, - -0.005893707275390625, - -0.00849151611328125, - -0.01727294921875, - 0.008636474609375, - 0.01947021484375, - -0.0311126708984375, - 0.033782958984375, - 0.0267181396484375, - 0.0288238525390625, - 0.050018310546875, - 0.0687255859375, - -0.0018253326416015625, - 0.0197601318359375, - -0.022613525390625, - -0.030548095703125, - 0.01059722900390625, - 0.011932373046875, - 0.0301666259765625, - -0.05078125, - 0.020904541015625, - 0.08056640625, - -0.0782470703125, - 0.031494140625, - 0.0204315185546875, - -0.0272979736328125, - -0.035491943359375, - 0.01035308837890625, - -0.0135498046875, - 0.039703369140625, - 0.0897216796875, - 0.035491943359375, - -0.02557373046875, - 0.004199981689453125, - -0.04180908203125, - 0.059173583984375, - 0.0284423828125, - 0.0176544189453125, - -0.02862548828125, - 0.0015506744384765625, - 0.00801849365234375, - -0.026336669921875, - 0.004486083984375, - -0.07861328125, - -0.0123138427734375, - 0.04925537109375, - -0.0009965896606445312, - -0.0207061767578125, - -0.0221405029296875, - -0.0328369140625, - -0.04217529296875, - -0.027679443359375, - 0.03607177734375, - 0.0272979736328125, - 0.02557373046875, - -0.024810791015625, - -0.0177459716796875, - 0.00696563720703125, - -0.053436279296875, - -0.034942626953125, - -0.0100250244140625, - 0.033416748046875, - 0.004581451416015625, - -0.022613525390625, - 0.0406494140625, - 0.0206146240234375, - -0.0135498046875, - -0.0017061233520507812, - 0.047332763671875, - -0.04217529296875, - 0.0191802978515625, - 0.0033397674560546875, - 0.029205322265625, - -0.022613525390625, - 0.00878143310546875, - 0.0032215118408203125, - 0.00925445556640625, - 0.050384521484375, - -0.0237579345703125, - 0.047515869140625, - 0.0229034423828125, - -0.027862548828125, - -0.0288238525390625, - -0.01517486572265625, - -0.035308837890625, - 0.056121826171875, - -0.011688232421875, - 0.0089263916015625, - -0.0018854141235351562, - -0.035125732421875, - -0.07403564453125, - 0.0130767822265625, - -0.0107879638671875, - -0.0063934326171875, - -0.00658416748046875, - -0.030731201171875, - -0.038360595703125, - -0.020904541015625, - -0.01149749755859375, - 0.0218505859375, - -0.02166748046875, - 0.02099609375, - -0.01149749755859375, - 0.0038661956787109375, - -0.013458251953125, - 0.005176544189453125, - -0.0152740478515625, - 0.042755126953125, - 0.00797271728515625, - -0.01174163818359375, - 0.0511474609375, - -0.0135498046875, - 0.017852783203125, - 0.01145172119140625, - -0.0229034423828125, - -0.0031490325927734375, - -0.018798828125, - -0.0198516845703125, - -0.00412750244140625, - 0.027862548828125, - 0.044464111328125, - -0.008544921875, - -0.0052032470703125, - -0.011260986328125, - -0.0033168792724609375, - 0.0197601318359375, - -0.0183258056640625, - -0.009063720703125, - 0.006443023681640625, - -0.038543701171875, - -0.03131103515625, - -0.046966552734375, - -0.10003662109375, - 0.011932373046875, - -0.054962158203125, - -0.0029468536376953125, - -0.0034122467041015625, - 0.044281005859375, - 0.03131103515625, - -0.0196533203125, - 0.0267181396484375, - -0.01508331298828125, - -0.01007080078125, - -0.0311126708984375, - 0.01441192626953125, - -0.0214691162109375, - 0.05841064453125, - 0.0135498046875, - -0.04962158203125, - 0.0303497314453125, - -0.011688232421875, - -0.01092529296875, - -0.0219573974609375, - 0.00298309326171875, - -0.0274810791015625, - 0.0220489501953125, - -0.07098388671875, - -0.0250091552734375, - 0.0240478515625, - 0.03436279296875, - 0.020904541015625, - -0.037017822265625, - 0.056121826171875, - -0.02862548828125, - -0.0633544921875, - 0.0096893310546875, - -0.0295867919921875, - -0.036834716796875, - 0.0212860107421875, - -0.003269195556640625, - 0.014984130859375, - 0.00039958953857421875, - 0.0265350341796875, - 0.01641845703125, - 0.0265350341796875, - 0.0152740478515625, - -0.020904541015625, - -0.004486083984375, - 0.01555633544921875, - 0.022430419921875, - 0.0372314453125, - 0.0328369140625, - -0.0021839141845703125, - 0.037994384765625, - -0.0113067626953125, - -0.0660400390625, - -0.01422119140625, - -0.037017822265625, - -0.044464111328125, - 0.0033168792724609375, - 0.10614013671875, - 0.033203125, - -0.00254058837890625, - 0.01727294921875, - 0.06683349609375, - 0.039306640625, - 0.0362548828125, - -0.02386474609375, - -0.05877685546875, - 0.0006771087646484375, - 0.01335906982421875, - 0.0176544189453125, - -0.05877685546875, - 0.0303497314453125, - 0.0477294921875, - 0.003387451171875, - -0.0228118896484375, - -0.01035308837890625, - 0.0079193115234375, - 0.05572509765625, - 0.0280609130859375, - -0.004486083984375, - -0.057647705078125, - 0.0199432373046875, - 0.01149749755859375, - 0.0017299652099609375, - -0.01068878173828125, - -0.00835418701171875, - -0.01508331298828125, - 0.036468505859375, - -0.056121826171875, - -0.00017523765563964844, - -0.00046515464782714844, - 0.06451416015625, - 0.0115966796875, - -0.04217529296875, - -0.02691650390625, - 0.053436279296875, - 0.0280609130859375, - -0.023193359375, - 0.01641845703125, - 0.002613067626953125, - -0.006488800048828125, - -0.0020999908447265625, - 0.053070068359375, - 0.00215911865234375, - 0.05877685546875, - 0.004749298095703125, - -0.040863037109375, - 0.05267333984375, - 0.0220489501953125, - 0.0362548828125, - -0.0130767822265625, - -0.044464111328125, - -0.01508331298828125, - -0.043701171875, - 0.033416748046875, - 0.00911712646484375, - 0.02862548828125, - 0.004486083984375, - 0.0108795166015625, - -0.0222320556640625, - 0.00579833984375, - 0.03472900390625, - 0.033416748046875, - 0.0094451904296875, - -0.0093536376953125, - -0.0052032470703125, - 0.0059661865234375, - 0.0139312744140625, - -0.0284423828125, - 0.019561767578125, - -0.036651611328125, - -0.02081298828125, - -0.0303497314453125, - 0.0192718505859375, - -0.0161285400390625, - -0.00844573974609375, - 0.00849151611328125, - -0.0222320556640625, - 0.0229949951171875, - -0.0362548828125, - -0.04010009765625, - 0.0090179443359375, - 0.01116943359375, - -0.015838623046875, - 0.041046142578125, - 0.00949859619140625, - -0.0272979736328125, - 0.012786865234375, - -0.05230712890625, - 0.0897216796875, - 0.0197601318359375, - 0.038543701171875, - 0.001216888427734375, - 0.0219573974609375, - 0.041229248046875, - 0.007205963134765625, - -0.027862548828125, - 0.0311126708984375, - -0.04046630859375, - 0.05078125, - 0.045440673828125, - -0.0052032470703125, - -0.04791259765625, - 0.00336456298828125, - -0.016510009765625, - -0.061859130859375, - 0.01102447509765625, - 0.0282440185546875, - 0.0071563720703125, - -0.0009899139404296875, - -0.01221466064453125, - 0.02691650390625, - -0.050384521484375, - 0.0633544921875, - 0.0288238525390625, - 0.0138397216796875, - 0.032440185546875, - -0.04180908203125, - 0.054962158203125, - 0.026336669921875, - 0.050384521484375, - -0.0235748291015625, - 0.069091796875, - -0.007541656494140625, - 0.0009064674377441406, - 0.0135498046875, - 0.016326904296875, - 0.00801849365234375, - 0.03131103515625, - -0.039703369140625, - 0.04010009765625, - 0.0280609130859375, - -0.0085906982421875, - -0.05877685546875, - -0.0167083740234375, - 0.004436492919921875, - 0.00577545166015625, - 0.039520263671875, - -0.03741455078125, - -0.00489044189453125, - 0.01149749755859375, - 0.04046630859375, - 0.05841064453125, - -0.00839996337890625, - 0.035888671875, - 0.00658416748046875, - -0.0201416015625, - -0.010162353515625, - -0.0244293212890625 - ], - "metadata": { - "domains": [ - "collaboration-general" - ], - "phases": [ - "reporting" - ], - "tags": [ - "office", - "collaboration" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_Gephi", - "type": "tool", - "name": "Gephi", - "content": "gephi die open-source-netzwerkanalyseplattform visualisiert komplexe beziehungsgeflechte durch mächtige graph-algorithmen und interaktive darstellung. force-atlas-layout organisiert tausende nodes automatisch, modularity-clustering identifiziert communities, betweenness-centrality findet schlüsselfiguren in netzwerken. besonders wertvoll für fraud- investigations: import von csv/gexf-daten aus transaktions-logs, timeline-animation zeigt netzwerk-evolution, size/color-mapping nach attributen (geldbeträge, risikolevels). die statistics-panel berechnet graph-metriken automatisch. filter isolieren verdächtige subgraphen. export zu pdf/svg für reports. plugin-ecosystem erweitert für spezielle analysis-methoden. besonders stark bei großen datensätzen (100k+ nodes) wo andere tools versagen. die java-basis macht es cross-platform verfügbar. steile lernkurve aber unübertroffene visualisierungs-power für social-network-analysis und money-laundering-detection. graph-analysis visualization fraud-investigation network-forensics analysis", - "embedding": [ - -0.032073974609375, - 0.0097198486328125, - 0.053802490234375, - 0.0020503997802734375, - 0.0261688232421875, - 0.032257080078125, - 0.04052734375, - 0.00824737548828125, - -0.01511383056640625, - -0.00870513916015625, - -0.02294921875, - 0.0469970703125, - 0.0222015380859375, - -0.004444122314453125, - -0.0589599609375, - 0.059326171875, - 0.0097198486328125, - 0.032623291015625, - 0.01335906982421875, - -0.010040283203125, - 0.0002015829086303711, - 0.0007314682006835938, - -0.04052734375, - -0.00453948974609375, - 0.0218353271484375, - 0.0009098052978515625, - -0.01898193359375, - -0.06488037109375, - -0.0126190185546875, - -0.004467010498046875, - -0.0028324127197265625, - -0.0304107666015625, - -0.018341064453125, - 0.0311431884765625, - -0.00797271728515625, - -0.00020301342010498047, - -0.0009098052978515625, - -0.060821533203125, - -0.0274505615234375, - 0.0205535888671875, - 0.00021886825561523438, - -0.002925872802734375, - -0.001773834228515625, - -0.02874755859375, - -0.0223846435546875, - -0.04901123046875, - -0.00847625732421875, - -0.005390167236328125, - 0.0123443603515625, - -0.01483154296875, - 0.03924560546875, - 0.032989501953125, - 0.0305938720703125, - -0.0210113525390625, - -0.0272674560546875, - 0.014190673828125, - 0.0178680419921875, - -0.024322509765625, - -0.04718017578125, - 0.03631591796875, - -0.0074615478515625, - 0.0163116455078125, - -0.0120697021484375, - 0.0093536376953125, - 0.031707763671875, - 0.019073486328125, - -0.0254364013671875, - -0.0179595947265625, - 0.0281982421875, - -0.0032482147216796875, - 0.0269012451171875, - -0.0223846435546875, - 0.0233154296875, - 0.023040771484375, - -0.033721923828125, - -0.033721923828125, - -0.0016469955444335938, - 0.04071044921875, - -0.004283905029296875, - 0.007232666015625, - -0.051239013671875, - -0.0090789794921875, - 0.055267333984375, - -0.0269012451171875, - -0.019073486328125, - -0.0123443603515625, - 0.0307769775390625, - 0.0142822265625, - 0.0035247802734375, - 0.0180511474609375, - 0.00824737548828125, - -0.01290130615234375, - 0.036865234375, - -0.02008056640625, - 0.0408935546875, - 0.075927734375, - -0.0296630859375, - -0.01354217529296875, - -0.00293731689453125, - 0.014007568359375, - 0.0212860107421875, - -0.0276336669921875, - 0.053070068359375, - -0.01105499267578125, - 0.0560302734375, - -0.0175018310546875, - 0.0256195068359375, - -0.0223846435546875, - 0.0037078857421875, - -0.042938232421875, - -0.08990478515625, - -0.030029296875, - -0.0256195068359375, - -0.04974365234375, - -0.00994873046875, - 0.00594329833984375, - -0.01326751708984375, - 0.043487548828125, - -0.078857421875, - -0.04034423828125, - 0.044952392578125, - 0.01308441162109375, - -0.005710601806640625, - -0.004329681396484375, - -0.0394287109375, - -0.06488037109375, - 0.00865936279296875, - 0.03997802734375, - -0.044219970703125, - -0.024688720703125, - -0.0166778564453125, - -0.033721923828125, - 0.00801849365234375, - -0.0274505615234375, - 0.01335906982421875, - -0.01078033447265625, - 0.036102294921875, - -0.007694244384765625, - -0.013916015625, - -0.00879669189453125, - 0.024505615234375, - -0.0165863037109375, - -0.07666015625, - 0.0011348724365234375, - -0.0207366943359375, - -0.035552978515625, - -0.006359100341796875, - 0.032257080078125, - -0.0220184326171875, - 0.0021419525146484375, - -0.0078277587890625, - 0.0017271041870117188, - 0.06304931640625, - -0.00014102458953857422, - -0.007049560546875, - -0.0401611328125, - -0.0254364013671875, - -0.00626373291015625, - 0.034454345703125, - -0.031524658203125, - -0.00870513916015625, - 0.0209197998046875, - 0.0164947509765625, - 0.029296875, - -0.014556884765625, - -0.05047607421875, - -0.0379638671875, - -0.00006908178329467773, - 0.0158538818359375, - 0.00469970703125, - 0.003154754638671875, - 0.0021877288818359375, - 0.03997802734375, - 0.07147216796875, - -0.002452850341796875, - 0.023773193359375, - -0.01520538330078125, - -0.005573272705078125, - 0.044403076171875, - 0.0142822265625, - 0.004100799560546875, - -0.0020160675048828125, - 0.023956298828125, - 0.01335906982421875, - 0.035552978515625, - 0.00490570068359375, - -0.033721923828125, - -0.0013074874877929688, - -0.01036834716796875, - 0.0121612548828125, - -0.035003662109375, - -0.035552978515625, - -0.0304107666015625, - 0.024505615234375, - 0.0259857177734375, - 0.061553955078125, - 0.004791259765625, - -0.0126190185546875, - -0.00024628639221191406, - 0.0222930908203125, - 0.006908416748046875, - 0.01078033447265625, - -0.0117034912109375, - 0.045684814453125, - 0.0379638671875, - 0.024871826171875, - -0.01548004150390625, - 0.044219970703125, - 0.0162200927734375, - -0.0259857177734375, - 0.01280975341796875, - 0.056396484375, - -0.0125274658203125, - -0.004467010498046875, - -0.034271240234375, - -0.04644775390625, - -0.0016469955444335938, - -0.0157623291015625, - -0.01073455810546875, - -0.0124359130859375, - -0.0164031982421875, - -0.0379638671875, - -0.0269012451171875, - 0.042388916015625, - -0.0225677490234375, - 0.031524658203125, - 0.034820556640625, - -0.041473388671875, - 0.0170440673828125, - 0.007049560546875, - 0.02294921875, - 0.035736083984375, - -0.00843048095703125, - 0.00811004638671875, - 0.0009851455688476562, - -0.001819610595703125, - 0.0394287109375, - 0.05712890625, - 0.019989013671875, - 0.00011807680130004883, - -0.035186767578125, - 0.034271240234375, - -0.03631591796875, - 0.018890380859375, - 0.04608154296875, - -0.006816864013671875, - -0.01091766357421875, - 0.01409912109375, - 0.033355712890625, - 0.043304443359375, - -0.0390625, - 0.014739990234375, - -0.06671142578125, - 0.01308441162109375, - -0.0740966796875, - -0.0311431884765625, - -0.0281982421875, - -0.033538818359375, - 0.06451416015625, - -0.03851318359375, - -0.0091705322265625, - 0.0009212493896484375, - 0.025054931640625, - 0.0090789794921875, - 0.0296630859375, - -0.005619049072265625, - -0.0379638671875, - 0.007556915283203125, - 0.06744384765625, - -0.01059722900390625, - -0.0208282470703125, - 0.0074615478515625, - 0.0469970703125, - 0.0023956298828125, - 0.020172119140625, - 0.004055023193359375, - 0.01824951171875, - 0.024322509765625, - 0.018524169921875, - 0.0272674560546875, - -0.0176849365234375, - 0.00016057491302490234, - -0.0168609619140625, - 0.05859375, - -0.03814697265625, - -0.0175018310546875, - -0.0070037841796875, - 0.031890869140625, - 0.003940582275390625, - -0.0726318359375, - -0.0142822265625, - 0.0261688232421875, - 0.01446533203125, - -0.0090789794921875, - 0.0016927719116210938, - -0.04718017578125, - 0.030029296875, - -0.0150146484375, - -0.0164947509765625, - 0.03668212890625, - 0.05047607421875, - -0.06304931640625, - 0.0212860107421875, - 0.005344390869140625, - 0.0078277587890625, - -0.061553955078125, - -0.0212860107421875, - -0.00838470458984375, - 0.000041544437408447266, - -0.03631591796875, - -0.0093536376953125, - 0.031707763671875, - -0.043670654296875, - 0.00347900390625, - -0.004009246826171875, - -0.01055145263671875, - -0.032623291015625, - -0.042022705078125, - 0.00612640380859375, - -0.041107177734375, - -0.042205810546875, - -0.031890869140625, - 0.0582275390625, - 0.00359344482421875, - 0.0099945068359375, - -0.003940582275390625, - 0.01520538330078125, - -0.051605224609375, - 0.024871826171875, - 0.0010595321655273438, - 0.0212860107421875, - 0.023590087890625, - 0.055267333984375, - 0.044769287109375, - 0.0305938720703125, - 0.029296875, - 0.0806884765625, - 0.054168701171875, - -0.01953125, - 0.00750732421875, - 0.0263519287109375, - 0.01032257080078125, - 0.036102294921875, - -0.01548004150390625, - -0.0150146484375, - -0.0265350341796875, - -0.024688720703125, - 0.041290283203125, - 0.034820556640625, - 0.0270843505859375, - 0.03814697265625, - -0.0364990234375, - -0.032073974609375, - 0.04791259765625, - -0.01520538330078125, - 0.10614013671875, - -0.0124359130859375, - -0.043853759765625, - 0.00801849365234375, - 0.041107177734375, - -0.01363372802734375, - -0.01073455810546875, - 0.031890869140625, - -0.0258026123046875, - 0.0034084320068359375, - 0.024322509765625, - -0.0167694091796875, - 0.02911376953125, - -0.033355712890625, - -0.01354217529296875, - 0.041290283203125, - -0.01971435546875, - 0.01078033447265625, - 0.005390167236328125, - 0.01953125, - 0.019622802734375, - 0.0158538818359375, - -0.0626220703125, - -0.02008056640625, - -0.0469970703125, - -0.06781005859375, - 0.03814697265625, - 0.0307769775390625, - 0.0256195068359375, - 0.033721923828125, - -0.043853759765625, - -0.03997802734375, - 0.01345062255859375, - -0.019622802734375, - 0.060455322265625, - 0.0379638671875, - 0.0122528076171875, - 0.020172119140625, - -0.029296875, - -0.006771087646484375, - 0.0589599609375, - 0.034820556640625, - 0.05047607421875, - 0.061553955078125, - 0.0038928985595703125, - 0.03778076171875, - -0.024139404296875, - 0.032989501953125, - -0.0118865966796875, - 0.0270843505859375, - -0.0164947509765625, - 0.019622802734375, - 0.034454345703125, - 0.032257080078125, - -0.020355224609375, - 0.039794921875, - 0.029296875, - -0.03961181640625, - 0.0175933837890625, - -0.0274505615234375, - 0.0120697021484375, - -0.0462646484375, - 0.018524169921875, - 0.00994873046875, - 0.018157958984375, - 0.00824737548828125, - 0.004398345947265625, - -0.03759765625, - -0.00576019287109375, - 0.0096282958984375, - -0.05047607421875, - 0.020263671875, - -0.0016813278198242188, - -0.045318603515625, - 0.0233154296875, - -0.0174102783203125, - -0.023956298828125, - 0.03814697265625, - -0.0462646484375, - -0.0178680419921875, - 0.0281982421875, - 0.0394287109375, - -0.04791259765625, - -0.0210113525390625, - -0.0269012451171875, - -0.01308441162109375, - -0.005664825439453125, - -0.01483154296875, - 0.0216522216796875, - -0.01045989990234375, - 0.00119781494140625, - 0.0164031982421875, - 0.0269012451171875, - -0.0096282958984375, - -0.0276336669921875, - 0.0302276611328125, - -0.01299285888671875, - -0.0401611328125, - 0.0176849365234375, - 0.0254364013671875, - 0.0167694091796875, - -0.0208282470703125, - -0.030029296875, - -0.024322509765625, - 0.0259857177734375, - -0.001468658447265625, - 0.02984619140625, - -0.0261688232421875, - -0.019256591796875, - -0.023956298828125, - 0.032806396484375, - 0.004055023193359375, - 0.01271820068359375, - 0.0072784423828125, - -0.0582275390625, - 0.030029296875, - -0.06341552734375, - 0.0070953369140625, - -0.0094451904296875, - 0.002292633056640625, - -0.03631591796875, - 0.07073974609375, - -0.003040313720703125, - -0.0169525146484375, - 0.0016813278198242188, - 0.052337646484375, - 0.01073455810546875, - 0.006679534912109375, - -0.043853759765625, - 0.051239013671875, - -0.005367279052734375, - -0.06341552734375, - 0.0120697021484375, - -0.0221099853515625, - -0.00750732421875, - 0.03741455078125, - -0.043853759765625, - -0.020355224609375, - -0.002384185791015625, - -0.07000732421875, - -0.019622802734375, - -0.041290283203125, - -0.0307769775390625, - -0.04071044921875, - 0.0210113525390625, - 0.0123443603515625, - -0.0009560585021972656, - 0.01446533203125, - 0.032623291015625, - -0.014556884765625, - 0.0116119384765625, - -0.006862640380859375, - -0.0021190643310546875, - 0.006450653076171875, - -0.04937744140625, - -0.0172271728515625, - -0.00617218017578125, - 0.0254364013671875, - -0.0069580078125, - 0.0120697021484375, - 0.0078277587890625, - -0.0289306640625, - 0.0408935546875, - -0.01290130615234375, - -0.010040283203125, - -0.00792694091796875, - -0.0207366943359375, - -0.0209197998046875, - -0.04644775390625, - 0.00237274169921875, - 0.035186767578125, - -0.0006566047668457031, - 0.023773193359375, - 0.056396484375, - -0.02783203125, - -0.00598907470703125, - 0.034271240234375, - -0.0123443603515625, - 0.005413055419921875, - 0.0009784698486328125, - -0.0158538818359375, - -0.01363372802734375, - 0.04791259765625, - -0.033905029296875, - -0.04718017578125, - -0.08624267578125, - 0.033905029296875, - 0.00750732421875, - -0.0263519287109375, - -0.0276336669921875, - -0.033172607421875, - -0.0755615234375, - 0.0005931854248046875, - 0.041107177734375, - 0.0222930908203125, - 0.01165771484375, - -0.042755126953125, - -0.032440185546875, - -0.007785797119140625, - -0.053436279296875, - 0.0364990234375, - -0.00838470458984375, - 0.0228424072265625, - -0.009674072265625, - -0.01114654541015625, - 0.0274505615234375, - 0.032806396484375, - 0.02783203125, - 0.0002894401550292969, - 0.00467681884765625, - -0.0390625, - 0.02947998046875, - -0.01045989990234375, - -0.01557159423828125, - -0.0033168792724609375, - -0.0013017654418945312, - 0.0225677490234375, - -0.0390625, - -0.01096343994140625, - 0.018341064453125, - 0.005184173583984375, - 0.032440185546875, - -0.003570556640625, - -0.01326751708984375, - 0.023406982421875, - -0.01068878173828125, - 0.03668212890625, - -0.03631591796875, - -0.057861328125, - -0.0095367431640625, - 0.0018768310546875, - 0.03668212890625, - 0.04052734375, - -0.019622802734375, - -0.024688720703125, - -0.004009246826171875, - 0.03778076171875, - -0.0256195068359375, - -0.04718017578125, - -0.04901123046875, - 0.03997802734375, - 0.0177764892578125, - 0.0560302734375, - -0.0212860107421875, - 0.08404541015625, - 0.0191650390625, - -0.007415771484375, - 0.035369873046875, - 0.06964111328125, - 0.02349853515625, - -0.0205535888671875, - -0.050872802734375, - -0.004192352294921875, - 0.005527496337890625, - -0.07000732421875, - -0.053070068359375, - -0.01123809814453125, - 0.0272674560546875, - -0.0733642578125, - -0.005298614501953125, - -0.0267181396484375, - 0.01953125, - -0.00856781005859375, - 0.002384185791015625, - -0.020355224609375, - 0.019439697265625, - 0.032623291015625, - -0.018157958984375, - 0.00347900390625, - 0.0006074905395507812, - -0.011474609375, - 0.03668212890625, - 0.00875091552734375, - -0.0458984375, - 0.02801513671875, - -0.01446533203125, - 0.019256591796875, - 0.006359100341796875, - 0.053436279296875, - 0.030029296875, - 0.035186767578125, - 0.024871826171875, - 0.08697509765625, - -0.0259857177734375, - -0.024139404296875, - 0.00879669189453125, - 0.033538818359375, - 0.030029296875, - 0.0408935546875, - -0.0172271728515625, - 0.00576019287109375, - -0.018341064453125, - -0.0276336669921875, - -0.033538818359375, - -0.00020587444305419922, - -0.0101776123046875, - -0.035003662109375, - -0.04937744140625, - -0.006542205810546875, - -0.051239013671875, - 0.032257080078125, - 0.007232666015625, - -0.0364990234375, - -0.013916015625, - 0.00630950927734375, - -0.01317596435546875, - -0.032989501953125, - 0.0261688232421875, - -0.0098114013671875, - -0.033538818359375, - -0.0117034912109375, - -0.018157958984375, - 0.033905029296875, - -0.018707275390625, - -0.050872802734375, - -0.0123443603515625, - 0.0162200927734375, - -0.00576019287109375, - -0.041290283203125, - 0.0028324127197265625, - 0.035186767578125, - -0.0146484375, - -0.03668212890625, - -0.052703857421875, - -0.025238037109375, - -0.0027408599853515625, - -0.0259857177734375, - 0.0013933181762695312, - 0.009674072265625, - -0.036865234375, - -0.004489898681640625, - -0.0015201568603515625, - -0.01280975341796875, - 0.057861328125, - -0.042572021484375, - 0.023773193359375, - 0.00875091552734375, - 0.025054931640625, - 0.02874755859375, - 0.059326171875, - -0.00797271728515625, - -0.0164947509765625, - -0.006450653076171875, - -0.04034423828125, - 0.023773193359375, - -0.006496429443359375, - 0.0177764892578125, - -0.08441162109375, - 0.01345062255859375, - 0.02947998046875, - -0.055267333984375, - 0.0007715225219726562, - 0.028564453125, - -0.01317596435546875, - -0.04974365234375, - 0.0178680419921875, - -0.00608062744140625, - 0.0011167526245117188, - 0.08880615234375, - -0.00797271728515625, - 0.01290130615234375, - -0.005573272705078125, - -0.024871826171875, - 0.02874755859375, - 0.0213775634765625, - 0.04791259765625, - -0.041839599609375, - 0.0208282470703125, - 0.0267181396484375, - -0.032989501953125, - 0.0158538818359375, - -0.078125, - -0.018890380859375, - 0.024688720703125, - 0.0215606689453125, - 0.0116119384765625, - 0.007694244384765625, - -0.06561279296875, - -0.0051116943359375, - -0.03704833984375, - 0.0211029052734375, - -0.02008056640625, - 0.0272674560546875, - -0.055267333984375, - -0.02783203125, - 0.007415771484375, - -0.036865234375, - -0.03704833984375, - -0.033172607421875, - -0.0071868896484375, - 0.0117950439453125, - -0.045318603515625, - 0.0302276611328125, - 0.00621795654296875, - 0.00499725341796875, - 0.023956298828125, - 0.042022705078125, - -0.0121612548828125, - 0.0175018310546875, - 0.0094451904296875, - 0.033172607421875, - 0.0224761962890625, - 0.00617218017578125, - -0.00289154052734375, - -0.00481414794921875, - 0.007694244384765625, - -0.034271240234375, - 0.023773193359375, - 0.044586181640625, - 0.006862640380859375, - -0.0469970703125, - 0.0019931793212890625, - -0.03668212890625, - 0.04071044921875, - -0.0016584396362304688, - 0.051971435546875, - -0.0074615478515625, - -0.0207366943359375, - -0.078857421875, - 0.043670654296875, - -0.0305938720703125, - 0.0304107666015625, - 0.032440185546875, - -0.042755126953125, - -0.053802490234375, - -0.044586181640625, - -0.01898193359375, - 0.04754638671875, - -0.042938232421875, - 0.041107177734375, - 0.020172119140625, - 0.006679534912109375, - 0.02044677734375, - 0.025054931640625, - -0.00598907470703125, - 0.041656494140625, - 0.00617218017578125, - -0.045135498046875, - 0.0574951171875, - 0.0038242340087890625, - 0.0305938720703125, - 0.0175933837890625, - 0.0124359130859375, - -0.01557159423828125, - -0.0048828125, - -0.0272674560546875, - -0.01345062255859375, - 0.0220184326171875, - 0.060821533203125, - -0.00013315677642822266, - 0.0013818740844726562, - -0.0191650390625, - 0.0390625, - -0.00902557373046875, - -0.029296875, - 0.01280975341796875, - 0.0021762847900390625, - -0.019805908203125, - -0.0261688232421875, - -0.06964111328125, - -0.08990478515625, - -0.00608062744140625, - -0.04974365234375, - -0.01299285888671875, - -0.01032257080078125, - 0.0099945068359375, - 0.043853759765625, - -0.0379638671875, - 0.04034423828125, - 0.00025916099548339844, - -0.0209197998046875, - -0.034271240234375, - 0.0037078857421875, - -0.01165771484375, - 0.03131103515625, - 0.0161285400390625, - -0.011566162109375, - -0.0027294158935546875, - 0.0002663135528564453, - -0.001739501953125, - 0.01971435546875, - 0.0038013458251953125, - -0.02801513671875, - 0.020355224609375, - -0.091796875, - -0.0228424072265625, - 0.00806427001953125, - 0.00852203369140625, - 0.0096282958984375, - -0.0258026123046875, - 0.053802490234375, - -0.023223876953125, - -0.05047607421875, - 0.032257080078125, - 0.025238037109375, - -0.0169525146484375, - 0.033355712890625, - 0.006908416748046875, - -0.0098114013671875, - -0.00350189208984375, - 0.03924560546875, - 0.0272674560546875, - 0.035186767578125, - 0.03997802734375, - -0.01290130615234375, - 0.006404876708984375, - -0.0170440673828125, - 0.035003662109375, - 0.014923095703125, - 0.01409912109375, - 0.004123687744140625, - 0.0216522216796875, - -0.0122528076171875, - -0.08294677734375, - -0.0175018310546875, - -0.0170440673828125, - -0.074462890625, - 0.0021762847900390625, - 0.061920166015625, - 0.051605224609375, - -0.0115203857421875, - 0.043853759765625, - -0.00815582275390625, - 0.0309600830078125, - 0.01091766357421875, - -0.006633758544921875, - -0.06744384765625, - -0.024139404296875, - 0.0305938720703125, - 0.035186767578125, - -0.0582275390625, - 0.04901123046875, - 0.06597900390625, - -0.019256591796875, - -0.01345062255859375, - 0.005504608154296875, - -0.00373077392578125, - 0.061187744140625, - 0.03668212890625, - 0.030029296875, - -0.06781005859375, - 0.01096343994140625, - 0.01538848876953125, - -0.01335906982421875, - -0.02783203125, - -0.0212860107421875, - -0.04791259765625, - 0.06414794921875, - -0.03741455078125, - -0.0048370361328125, - -0.00598907470703125, - 0.052337646484375, - 0.0216522216796875, - -0.031524658203125, - 0.002532958984375, - 0.042938232421875, - 0.01898193359375, - -0.0150146484375, - 0.00603485107421875, - -0.0228424072265625, - 0.00499725341796875, - 0.0094451904296875, - 0.042388916015625, - 0.00580596923828125, - 0.0574951171875, - 0.011749267578125, - -0.04754638671875, - 0.0209197998046875, - 0.01317596435546875, - 0.024505615234375, - 0.00621795654296875, - -0.0222930908203125, - -0.02874755859375, - -0.04937744140625, - 0.02838134765625, - 0.033355712890625, - 0.02838134765625, - 0.01132965087890625, - -0.0034313201904296875, - -0.00884246826171875, - 0.0126190185546875, - 0.04754638671875, - 0.032623291015625, - 0.0210113525390625, - -0.025238037109375, - 0.0296630859375, - 0.01548004150390625, - -0.0010137557983398438, - -0.02044677734375, - 0.035186767578125, - -0.004306793212890625, - -0.005138397216796875, - -0.023590087890625, - 0.0008983612060546875, - 0.0073699951171875, - 0.002429962158203125, - -0.0263519287109375, - -0.032623291015625, - 0.0223846435546875, - -0.0173187255859375, - -0.0198974609375, - -0.004009246826171875, - 0.031524658203125, - -0.035186767578125, - 0.01308441162109375, - 0.032623291015625, - -0.0289306640625, - 0.0115203857421875, - -0.044952392578125, - 0.07147216796875, - 0.0226593017578125, - 0.034820556640625, - -0.0256195068359375, - 0.0305938720703125, - 0.05010986328125, - -0.0014972686767578125, - -0.01363372802734375, - 0.0261688232421875, - 0.01271820068359375, - 0.06005859375, - 0.0364990234375, - 0.01381683349609375, - -0.032989501953125, - 0.03778076171875, - 0.0267181396484375, - -0.03851318359375, - 0.0386962890625, - 0.0270843505859375, - -0.0020275115966796875, - -0.006450653076171875, - -0.0016813278198242188, - -0.00013887882232666016, - -0.044403076171875, - 0.0462646484375, - 0.03131103515625, - 0.007415771484375, - 0.0259857177734375, - -0.07037353515625, - 0.03997802734375, - -0.002452850341796875, - 0.03778076171875, - -0.04052734375, - 0.051239013671875, - 0.004283905029296875, - 0.005161285400390625, - -0.0160369873046875, - 0.006496429443359375, - 0.005596160888671875, - 0.061187744140625, - -0.014556884765625, - 0.053070068359375, - 0.0274505615234375, - -0.00897979736328125, - -0.0364990234375, - -0.0171356201171875, - 0.014556884765625, - 0.0174102783203125, - 0.0574951171875, - -0.06341552734375, - -0.032806396484375, - 0.01050567626953125, - 0.042755126953125, - 0.06005859375, - -0.024139404296875, - 0.00884246826171875, - 0.0070953369140625, - 0.007049560546875, - -0.0171356201171875, - -0.030029296875 - ], - "metadata": { - "domains": [ - "fraud-investigation", - "network-forensics" - ], - "phases": [ - "analysis" - ], - "tags": [ - "graph-analysis", - "visualization" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_REMnux", - "type": "tool", - "name": "REMnux", - "content": "remnux remnux ist eine auf ubuntu basierende linux‑distribution, die eine kuratierte sammlung frei verfügbarer tools für malware‑analyse, reverse engineering und speicherforensik in einer sofort einsatzbereiten vm vereint. sie erspart analyst:innen das mühsame zusammenstellen einzelner werkzeuge, da paketverwaltung, desktop‑integration und lab‑skripte bereits vorkonfiguriert sind. zu den integrierten highlights zählen unter anderem ghidra, radare2, volatility, stegdetect sowie diverse netzwerk‑ und sandboxing‑utilities, die regelmäßig in koordinierten releases aktualisiert werden. linux-distro toolkit reverse-engineering virtualization malware-analysis incident-response network-forensics examination analysis", - "embedding": [ - -0.0181427001953125, - 0.031829833984375, - 0.0273895263671875, - -0.0163421630859375, - 0.042449951171875, - 0.0149688720703125, - 0.0018444061279296875, - -0.001293182373046875, - -0.0382080078125, - -0.00644683837890625, - -0.0301361083984375, - 0.027801513671875, - 0.01380157470703125, - -0.01580810546875, - -0.035247802734375, - 0.0212249755859375, - -0.005359649658203125, - -0.003025054931640625, - -0.0006866455078125, - 0.0159149169921875, - -0.0249481201171875, - -0.028656005859375, - -0.055206298828125, - -0.02886962890625, - -0.0102386474609375, - 0.00727081298828125, - -0.01369476318359375, - -0.0950927734375, - -0.01161956787109375, - -0.0033969879150390625, - -0.020477294921875, - -0.029937744140625, - 0.0037937164306640625, - 0.0200653076171875, - 0.004245758056640625, - -0.0312042236328125, - 0.0010547637939453125, - -0.036712646484375, - -0.02642822265625, - 0.08233642578125, - -0.002002716064453125, - 0.00572967529296875, - 0.01666259765625, - -0.0252685546875, - -0.0232391357421875, - -0.044158935546875, - 0.00732421875, - -0.01103973388671875, - 0.00705718994140625, - -0.04925537109375, - 0.040557861328125, - 0.00572967529296875, - 0.01061248779296875, - -0.04669189453125, - -0.05816650390625, - 0.0032501220703125, - 0.0307769775390625, - -0.02886962890625, - -0.046905517578125, - 0.0309906005859375, - -0.033966064453125, - -0.038848876953125, - -0.004512786865234375, - -0.016876220703125, - 0.0167694091796875, - 0.033538818359375, - -0.013214111328125, - -0.0307769775390625, - 0.0074310302734375, - 0.0133209228515625, - 0.0216522216796875, - 0.01050567626953125, - -0.01220703125, - 0.037567138671875, - -0.0430908203125, - -0.040557861328125, - 0.003978729248046875, - 0.01019287109375, - 0.01549530029296875, - 0.00817108154296875, - -0.014434814453125, - -0.0038471221923828125, - 0.04583740234375, - -0.0123138427734375, - -0.0263214111328125, - -0.006740570068359375, - 0.0189971923828125, - -0.00019407272338867188, - 0.01226043701171875, - -0.027069091796875, - 0.03289794921875, - 0.007640838623046875, - 0.02484130859375, - -0.0364990234375, - 0.0261077880859375, - 0.040557861328125, - -0.02313232421875, - -0.01560211181640625, - -0.0341796875, - 0.0245208740234375, - 0.0316162109375, - -0.036102294921875, - 0.0303497314453125, - -0.0048828125, - 0.0133209228515625, - -0.034820556640625, - -0.01380157470703125, - 0.0030117034912109375, - -0.0031585693359375, - -0.0018177032470703125, - -0.0836181640625, - -0.0116729736328125, - -0.032470703125, - -0.042877197265625, - -0.00615692138671875, - 0.01183319091796875, - -0.0029582977294921875, - 0.03546142578125, - -0.05328369140625, - -0.0657958984375, - 0.0312042236328125, - 0.00785064697265625, - -0.016021728515625, - 0.0159149169921875, - -0.053924560546875, - -0.04669189453125, - -0.0183563232421875, - 0.0303497314453125, - -0.032684326171875, - -0.001552581787109375, - -0.0303497314453125, - -0.031402587890625, - -0.038848876953125, - -0.01019287109375, - -0.0018444061279296875, - -0.04437255859375, - 0.025360107421875, - 0.0072174072265625, - -0.0238800048828125, - 0.02069091796875, - 0.0594482421875, - -0.0267486572265625, - -0.0305633544921875, - 0.0113067626953125, - -0.01824951171875, - 0.0178375244140625, - -0.0051727294921875, - 0.06622314453125, - -0.01358795166015625, - 0.01549530029296875, - -0.01204681396484375, - 0.02801513671875, - 0.043304443359375, - 0.006130218505859375, - -0.0074310302734375, - -0.05731201171875, - -0.007801055908203125, - 0.00626373291015625, - 0.033966064453125, - 0.003978729248046875, - -0.005573272705078125, - -0.0165557861328125, - 0.0086517333984375, - 0.01284027099609375, - -0.002414703369140625, - -0.045013427734375, - -0.0214385986328125, - -0.0238800048828125, - 0.024200439453125, - -0.0005936622619628906, - 0.02972412109375, - 0.0189971923828125, - 0.053497314453125, - 0.050537109375, - -0.0133209228515625, - 0.036102294921875, - -0.00533294677734375, - 0.0043792724609375, - 0.027069091796875, - 0.01369476318359375, - -0.035247802734375, - -0.023773193359375, - 0.047760009765625, - -0.0012607574462890625, - 0.021759033203125, - 0.0022029876708984375, - -0.01560211181640625, - -0.0364990234375, - -0.014434814453125, - 0.0176239013671875, - -0.024627685546875, - -0.0043792724609375, - -0.007747650146484375, - 0.0094451904296875, - -0.01071929931640625, - 0.0560302734375, - 0.032257080078125, - -0.0179443359375, - 0.05242919921875, - -0.00019156932830810547, - -0.00197601318359375, - 0.022613525390625, - 0.0284423828125, - 0.0307769775390625, - 0.0211181640625, - 0.0019235610961914062, - 0.024200439453125, - 0.039276123046875, - 0.0165557861328125, - -0.00949859619140625, - -0.0207977294921875, - 0.06964111328125, - -0.010986328125, - -0.0159149169921875, - -0.029510498046875, - -0.020477294921875, - 0.0169830322265625, - -0.00554656982421875, - 0.0207977294921875, - 0.0020294189453125, - -0.0225067138671875, - -0.018890380859375, - 0.019744873046875, - 0.0341796875, - -0.00543975830078125, - 0.0430908203125, - 0.018463134765625, - -0.03863525390625, - -0.024200439453125, - 0.03692626953125, - 0.0041656494140625, - 0.054779052734375, - 0.0176239013671875, - -0.00817108154296875, - -0.031402587890625, - -0.020477294921875, - 0.025787353515625, - 0.03375244140625, - 0.01708984375, - 0.0066070556640625, - -0.01194000244140625, - -0.006420135498046875, - -0.0303497314453125, - 0.05072021484375, - 0.01751708984375, - 0.0003466606140136719, - 0.0008425712585449219, - -0.005146026611328125, - 0.03692626953125, - 0.0657958984375, - -0.06878662109375, - -0.0179443359375, - -0.05902099609375, - -0.0015659332275390625, - -0.05987548828125, - -0.0192108154296875, - -0.01337432861328125, - -0.0305633544921875, - 0.061126708984375, - -0.02197265625, - -0.036285400390625, - 0.000457763671875, - 0.0254669189453125, - -0.0038471221923828125, - 0.05413818359375, - -0.0014858245849609375, - -0.0271759033203125, - 0.00443267822265625, - 0.05987548828125, - -0.0161285400390625, - -0.024200439453125, - -0.010772705078125, - -0.0238800048828125, - 0.004695892333984375, - -0.01141357421875, - -0.0018968582153320312, - -0.014862060546875, - 0.037353515625, - 0.0228271484375, - 0.027801513671875, - -0.0180511474609375, - 0.006900787353515625, - -0.006130218505859375, - 0.062408447265625, - -0.026214599609375, - 0.0042724609375, - 0.0017251968383789062, - -0.00795745849609375, - 0.003978729248046875, - -0.043304443359375, - -0.0003249645233154297, - 0.0309906005859375, - 0.007587432861328125, - 0.02557373046875, - -0.00371551513671875, - -0.06536865234375, - 0.013427734375, - -0.0146484375, - 0.00666046142578125, - 0.00849151611328125, - 0.02239990234375, - -0.03948974609375, - 0.01528167724609375, - -0.0165557861328125, - 0.0176239013671875, - -0.0263214111328125, - -0.042022705078125, - 0.00849151611328125, - 0.01294708251953125, - -0.03948974609375, - -0.00917816162109375, - 0.010345458984375, - -0.038848876953125, - 0.0042724609375, - -0.025360107421875, - -0.01039886474609375, - -0.04754638671875, - -0.05157470703125, - 0.01708984375, - -0.0305633544921875, - -0.01953125, - -0.01082611083984375, - 0.040557861328125, - -0.0063934326171875, - -0.0011472702026367188, - -0.0082244873046875, - 0.004245758056640625, - -0.0261077880859375, - 0.00992584228515625, - -0.02069091796875, - 0.0447998046875, - 0.005916595458984375, - 0.04266357421875, - 0.029083251953125, - 0.0212249755859375, - 0.0276031494140625, - 0.052642822265625, - 0.043304443359375, - -0.0203857421875, - -0.0116729736328125, - -0.006237030029296875, - 0.01226043701171875, - 0.006740570068359375, - -0.040130615234375, - -0.019317626953125, - 0.001598358154296875, - -0.01183319091796875, - -0.0005006790161132812, - 0.0273895263671875, - 0.028228759765625, - 0.04266357421875, - -0.020477294921875, - 0.005626678466796875, - 0.05731201171875, - 0.0114593505859375, - 0.08404541015625, - 0.00695037841796875, - -0.042236328125, - 0.0022029876708984375, - 0.046051025390625, - 0.0165557861328125, - 0.0157012939453125, - 0.0307769775390625, - 0.007904052734375, - -0.0054931640625, - 0.055206298828125, - -0.011993408203125, - 0.02972412109375, - 0.0024814605712890625, - 0.0012674331665039062, - 0.0033969879150390625, - -0.0205841064453125, - 0.04180908203125, - 0.03692626953125, - 0.04522705078125, - 0.0146484375, - 0.03948974609375, - -0.0238800048828125, - -0.0230255126953125, - -0.0080108642578125, - -0.049468994140625, - -0.0001251697540283203, - 0.043304443359375, - 0.0057830810546875, - 0.0228271484375, - -0.00795745849609375, - -0.05413818359375, - 0.0307769775390625, - -0.03289794921875, - 0.06964111328125, - 0.0247344970703125, - 0.00716400146484375, - 0.03863525390625, - -0.0227203369140625, - 0.0301361083984375, - 0.040557861328125, - -0.01422119140625, - 0.020477294921875, - 0.0228271484375, - 0.0364990234375, - 0.027801513671875, - -0.036285400390625, - 0.0267486572265625, - 0.045013427734375, - 0.010986328125, - -0.009552001953125, - 0.0263214111328125, - 0.0180511474609375, - 0.004486083984375, - -0.0312042236328125, - 0.036712646484375, - 0.037567138671875, - -0.00817108154296875, - 0.0007662773132324219, - -0.0179443359375, - 0.0026397705078125, - -0.061981201171875, - -0.00583648681640625, - -0.0104522705078125, - 0.00655364990234375, - 0.0009417533874511719, - 0.026214599609375, - -0.05987548828125, - -0.016876220703125, - 0.05859375, - -0.078125, - 0.0254669189453125, - -0.0141143798828125, - -0.0074310302734375, - 0.00795745849609375, - -0.00817108154296875, - -0.056884765625, - 0.00917816162109375, - -0.053070068359375, - -0.05645751953125, - 0.0260009765625, - 0.0234527587890625, - -0.05413818359375, - -0.032470703125, - -0.01136016845703125, - -0.0249481201171875, - -0.024200439453125, - -0.0030517578125, - 0.04840087890625, - -0.0143280029296875, - 0.009979248046875, - 0.005573272705078125, - 0.035675048828125, - -0.0316162109375, - -0.006687164306640625, - 0.0254669189453125, - -0.005680084228515625, - -0.03289794921875, - 0.02972412109375, - -0.00727081298828125, - 0.0269622802734375, - -0.0025730133056640625, - -0.016021728515625, - -0.01316070556640625, - 0.029296875, - -0.0016050338745117188, - 0.018463134765625, - -0.0312042236328125, - -0.0183563232421875, - -0.02154541015625, - 0.037139892578125, - 0.00019407272338867188, - 0.04522705078125, - -0.00594329833984375, - -0.05902099609375, - 0.01995849609375, - -0.0462646484375, - -0.0161285400390625, - -0.0038738250732421875, - -0.0059967041015625, - 0.0084381103515625, - 0.087890625, - -0.01284027099609375, - -0.035247802734375, - -0.0350341796875, - 0.0341796875, - 0.00785064697265625, - -0.00737762451171875, - -0.044158935546875, - 0.07513427734375, - 0.046478271484375, - -0.050323486328125, - -0.01506805419921875, - -0.044586181640625, - 0.0094451904296875, - 0.05560302734375, - -0.053924560546875, - 0.00716400146484375, - 0.0012674331665039062, - -0.070068359375, - -0.025054931640625, - -0.01358795166015625, - -0.042236328125, - -0.0265350341796875, - 0.032684326171875, - 0.0207977294921875, - -0.00907135009765625, - 0.03692626953125, - 0.01751708984375, - -0.0020427703857421875, - 0.019317626953125, - -0.0005006790161132812, - -0.020477294921875, - 0.006183624267578125, - -0.051361083984375, - -0.0303497314453125, - -0.00727081298828125, - 0.0430908203125, - -0.050537109375, - 0.01422119140625, - 0.00048089027404785156, - -0.021759033203125, - 0.041168212890625, - -0.03289794921875, - 0.0092315673828125, - -0.05157470703125, - -0.0309906005859375, - -0.016876220703125, - -0.01751708984375, - 0.0118865966796875, - 0.039703369140625, - 0.00360870361328125, - 0.047119140625, - 0.0100860595703125, - -0.048187255859375, - 0.01517486572265625, - 0.0020427703857421875, - 0.00101470947265625, - 0.011993408203125, - -0.0030117034912109375, - -0.0251617431640625, - 0.0016384124755859375, - 0.04180908203125, - -0.022918701171875, - -0.004405975341796875, - -0.08319091796875, - 0.01273345947265625, - 0.01161956787109375, - -0.02557373046875, - -0.0162353515625, - -0.031829833984375, - -0.05859375, - 0.00400543212890625, - 0.00933837890625, - -0.0008559226989746094, - -0.00238800048828125, - -0.041595458984375, - -0.046905517578125, - 0.00907135009765625, - -0.0271759033203125, - 0.043304443359375, - -0.0247344970703125, - -0.007587432861328125, - 0.006076812744140625, - -0.041595458984375, - 0.007110595703125, - 0.036712646484375, - 0.0222930908203125, - 0.0125274658203125, - 0.04669189453125, - -0.0192108154296875, - 0.041168212890625, - 0.008544921875, - -0.0180511474609375, - -0.00971221923828125, - -0.0094451904296875, - 0.034393310546875, - -0.027801513671875, - -0.01666259765625, - 0.02886962890625, - 0.016876220703125, - -0.00594329833984375, - 0.001247406005859375, - -0.0227203369140625, - 0.0227203369140625, - -0.00350189208984375, - 0.042236328125, - -0.053924560546875, - -0.0399169921875, - -0.0102386474609375, - 0.0185699462890625, - 0.01910400390625, - 0.0131072998046875, - -0.01177978515625, - -0.027801513671875, - -0.0126800537109375, - 0.045654296875, - -0.037353515625, - -0.01236724853515625, - -0.04925537109375, - 0.01506805419921875, - 0.0009813308715820312, - 0.052215576171875, - 0.0007262229919433594, - 0.0657958984375, - 0.01751708984375, - -0.0043792724609375, - 0.033966064453125, - 0.055206298828125, - 0.02313232421875, - -0.033111572265625, - -0.06494140625, - 0.0203857421875, - 0.0030117034912109375, - -0.01666259765625, - -0.023773193359375, - 0.01114654541015625, - 0.07769775390625, - -0.0819091796875, - -0.006847381591796875, - -0.0022029876708984375, - 0.0039005279541015625, - 0.01226043701171875, - 0.014007568359375, - 0.004669189453125, - 0.01273345947265625, - -0.00795745849609375, - -0.032470703125, - -0.0009551048278808594, - 0.0032634735107421875, - 0.012786865234375, - 0.06365966796875, - 0.00360870361328125, - -0.0511474609375, - 0.061981201171875, - 0.014434814453125, - 0.0333251953125, - 0.041595458984375, - 0.01337432861328125, - 0.01560211181640625, - 0.01263427734375, - 0.0162353515625, - 0.06622314453125, - -0.0258941650390625, - -0.0236663818359375, - 0.00511932373046875, - 0.0145416259765625, - 0.0341796875, - 0.03289794921875, - -0.005016326904296875, - 0.006076812744140625, - -0.0051727294921875, - -0.06536865234375, - 0.0146484375, - 0.0196380615234375, - -0.0214385986328125, - -0.0350341796875, - -0.0772705078125, - 0.0149688720703125, - -0.04925537109375, - 0.036712646484375, - -0.00705718994140625, - -0.024200439453125, - -0.0163421630859375, - 0.051788330078125, - 0.01161956787109375, - -0.01824951171875, - 0.041595458984375, - -0.005306243896484375, - -0.00634002685546875, - -0.004642486572265625, - -0.0276031494140625, - 0.01580810546875, - -0.035675048828125, - -0.08917236328125, - -0.0176239013671875, - 0.02069091796875, - -0.0149688720703125, - -0.039276123046875, - -0.0252685546875, - 0.027069091796875, - -0.02557373046875, - -0.056884765625, - -0.038421630859375, - -0.036102294921875, - 0.0100860595703125, - -0.00705718994140625, - -0.000659942626953125, - -0.004405975341796875, - -0.03204345703125, - -0.005680084228515625, - -0.0002834796905517578, - -0.0210113525390625, - 0.0382080078125, - -0.036712646484375, - 0.03546142578125, - 0.0220794677734375, - 0.00897216796875, - 0.028228759765625, - 0.054779052734375, - -0.008758544921875, - 0.0038738250732421875, - -0.01258087158203125, - -0.07135009765625, - 0.006847381591796875, - -0.01380157470703125, - 0.0010747909545898438, - -0.07769775390625, - 0.002559661865234375, - 0.054779052734375, - -0.0640869140625, - 0.0104522705078125, - -0.020477294921875, - -0.00666046142578125, - -0.02886962890625, - 0.0165557861328125, - 0.0205841064453125, - 0.0254669189453125, - 0.08489990234375, - 0.00634002685546875, - -0.0143280029296875, - -0.00902557373046875, - -0.05731201171875, - 0.0447998046875, - 0.020904541015625, - 0.0316162109375, - -0.038421630859375, - 0.03289794921875, - 0.00443267822265625, - -0.0157012939453125, - 0.006687164306640625, - -0.07049560546875, - 0.05560302734375, - 0.0006432533264160156, - 0.004352569580078125, - 0.00572967529296875, - 0.01560211181640625, - -0.032470703125, - -0.0165557861328125, - -0.03460693359375, - 0.01141357421875, - -0.01019287109375, - 0.0072174072265625, - -0.0220794677734375, - -0.0147552490234375, - -0.01580810546875, - -0.060272216796875, - -0.00859832763671875, - -0.04669189453125, - 0.0256805419921875, - -0.0260009765625, - -0.0640869140625, - 0.04266357421875, - -0.00666046142578125, - -0.007587432861328125, - 0.01172637939453125, - 0.05645751953125, - -0.0316162109375, - 0.0247344970703125, - 0.005069732666015625, - 0.0341796875, - 0.006130218505859375, - -0.0028133392333984375, - -0.0031833648681640625, - 0.040771484375, - 0.0094451904296875, - -0.048828125, - 0.054351806640625, - 0.01136016845703125, - -0.0301361083984375, - -0.05645751953125, - -0.0309906005859375, - -0.0169830322265625, - 0.0247344970703125, - 0.0026798248291015625, - 0.02239990234375, - 0.026214599609375, - -0.0113067626953125, - -0.0985107421875, - 0.04754638671875, - -0.0159149169921875, - 0.031829833984375, - 0.01125335693359375, - -0.01708984375, - -0.0836181640625, - -0.04925537109375, - 0.0037937164306640625, - 0.0169830322265625, - -0.03778076171875, - 0.052001953125, - 0.0284423828125, - 0.0108795166015625, - -0.009552001953125, - -0.0149688720703125, - 0.01125335693359375, - 0.041168212890625, - 0.01995849609375, - -0.032470703125, - 0.07769775390625, - -0.035675048828125, - 0.03546142578125, - -0.0271759033203125, - 0.0133209228515625, - -0.0027866363525390625, - 0.004085540771484375, - -0.032470703125, - 0.0157012939453125, - 0.0067138671875, - 0.0382080078125, - -0.0018835067749023438, - 0.0032634735107421875, - -0.032470703125, - 0.01114654541015625, - 0.00228118896484375, - -0.004192352294921875, - 0.00289154052734375, - 0.00533294677734375, - -0.0273895263671875, - -0.0055999755859375, - -0.09210205078125, - -0.06878662109375, - 0.01194000244140625, - -0.02154541015625, - -0.01305389404296875, - 0.0205841064453125, - 0.006793975830078125, - 0.022613525390625, - -0.047760009765625, - 0.00870513916015625, - -0.005809783935546875, - -0.01506805419921875, - -0.025360107421875, - 0.035247802734375, - -0.01506805419921875, - 0.01125335693359375, - 0.0014390945434570312, - -0.04583740234375, - 0.0149688720703125, - -0.022186279296875, - -0.01506805419921875, - -0.016876220703125, - -0.014007568359375, - -0.035888671875, - 0.0263214111328125, - -0.06451416015625, - -0.0106658935546875, - 0.0169830322265625, - 0.0214385986328125, - -0.005199432373046875, - -0.0261077880859375, - 0.041595458984375, - 0.01220703125, - -0.06622314453125, - 0.0169830322265625, - -0.0159149169921875, - -0.03546142578125, - -0.0220794677734375, - -0.01580810546875, - 0.0005970001220703125, - 0.019317626953125, - 0.042022705078125, - 0.046051025390625, - 0.050933837890625, - -0.01273345947265625, - -0.034820556640625, - 0.028228759765625, - -0.03289794921875, - 0.039703369140625, - 0.0251617431640625, - 0.00695037841796875, - -0.0015125274658203125, - 0.019317626953125, - 0.0041656494140625, - -0.06707763671875, - -0.0240936279296875, - -0.042022705078125, - -0.046051025390625, - -0.00981903076171875, - 0.092529296875, - 0.032684326171875, - 0.01183319091796875, - 0.04095458984375, - 0.028228759765625, - 0.029083251953125, - -0.00992584228515625, - -0.006103515625, - -0.06365966796875, - 0.0019369125366210938, - 0.04034423828125, - 0.003276824951171875, - -0.06964111328125, - 0.06964111328125, - 0.08154296875, - 0.0004246234893798828, - 0.0128936767578125, - -0.0198516845703125, - -0.0159149169921875, - 0.0364990234375, - 0.0234527587890625, - 0.0011472702026367188, - -0.06494140625, - -0.006317138671875, - 0.0123138427734375, - 0.0072174072265625, - -0.02069091796875, - -0.027801513671875, - -0.01560211181640625, - 0.032684326171875, - -0.06451416015625, - -0.00827789306640625, - 0.01380157470703125, - 0.06451416015625, - -0.01953125, - -0.01013946533203125, - -0.03863525390625, - 0.05010986328125, - 0.029510498046875, - 0.001373291015625, - -0.0080108642578125, - 0.0114593505859375, - -0.0146484375, - 0.0161285400390625, - 0.0657958984375, - 0.0207977294921875, - 0.049041748046875, - 0.00360870361328125, - -0.04583740234375, - 0.0218658447265625, - -0.0176239013671875, - 0.0194244384765625, - -0.0186767578125, - -0.031402587890625, - -0.037139892578125, - -0.0174102783203125, - 0.03289794921875, - 0.007694244384765625, - 0.045654296875, - 0.03546142578125, - 0.00572967529296875, - -0.01194000244140625, - -0.0032634735107421875, - 0.02972412109375, - 0.0462646484375, - 0.044586181640625, - 0.03948974609375, - 0.018890380859375, - 0.04266357421875, - 0.0030651092529296875, - -0.014434814453125, - 0.031402587890625, - -0.03692626953125, - 0.012786865234375, - -0.0692138671875, - -0.02972412109375, - 0.02642822265625, - -0.029296875, - 0.0167694091796875, - -0.0243072509765625, - -0.0245208740234375, - -0.017730712890625, - -0.0528564453125, - -0.007904052734375, - 0.053497314453125, - -0.047332763671875, - 0.01580810546875, - 0.035888671875, - -0.029937744140625, - 0.020172119140625, - -0.038848876953125, - 0.050537109375, - 0.0211181640625, - 0.041168212890625, - -0.0035552978515625, - -0.01050567626953125, - 0.0029850006103515625, - -0.01177978515625, - 0.00949859619140625, - 0.0307769775390625, - -0.0263214111328125, - 0.053497314453125, - 0.02972412109375, - 0.01316070556640625, - -0.0333251953125, - 0.0183563232421875, - 0.0096588134765625, - -0.07427978515625, - 0.035675048828125, - 0.01666259765625, - 0.03204345703125, - -0.00157928466796875, - -0.0033969879150390625, - -0.019317626953125, - -0.060272216796875, - 0.052642822265625, - 0.040130615234375, - -0.016448974609375, - 0.034393310546875, - -0.0212249755859375, - 0.0341796875, - 0.00036644935607910156, - 0.072998046875, - -0.0413818359375, - 0.05859375, - 0.0024814605712890625, - 0.0202789306640625, - 0.0022430419921875, - 0.005573272705078125, - -0.0207977294921875, - 0.036102294921875, - -0.033966064453125, - 0.0537109375, - 0.0305633544921875, - -0.036285400390625, - -0.04351806640625, - -0.0232391357421875, - 0.02801513671875, - -0.0029048919677734375, - 0.05242919921875, - -0.05731201171875, - -0.006900787353515625, - -0.0309906005859375, - 0.0316162109375, - 0.07049560546875, - 0.0030651092529296875, - 0.009552001953125, - -0.00565338134765625, - 0.0011873245239257812, - -0.0139007568359375, - 0.0026397705078125 - ], - "metadata": { - "domains": [ - "malware-analysis", - "incident-response", - "network-forensics" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "linux-distro", - "toolkit", - "reverse-engineering", - "virtualization" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_WiFi_Pineapple", - "type": "tool", - "name": "WiFi Pineapple", - "content": "wifi pineapple die hak5‑hardware liefert mit der patentierten pineap‑suite einen vollwertigen rogue‑access‑point: automatisches recon, handshake‑ und enterprise‑credential‑capture, gezielte client‑filterung sowie cloud c²‑fernsteuerung – alles per browser­basierter gui auf dem mark vii oder enterprise‑modell. :contentreference[oaicite:6]{index=6} rogue-ap wireless man-in-the-middle gui web-interface scenario:remote_access network-forensics incident-response data-collection analysis", - "embedding": [ - -0.021270751953125, - -0.006946563720703125, - 0.0186920166015625, - 0.0352783203125, - 0.0191650390625, - 0.0270233154296875, - 0.0182037353515625, - -0.006229400634765625, - -0.006610870361328125, - -0.0312347412109375, - -0.043121337890625, - 0.065185546875, - 0.0208892822265625, - -0.013031005859375, - -0.027984619140625, - 0.022430419921875, - -0.01216888427734375, - 0.006946563720703125, - 0.0186920166015625, - 0.0262603759765625, - -0.038909912109375, - -0.006805419921875, - -0.05596923828125, - 0.0012998580932617188, - 0.01456451416015625, - -0.0298919677734375, - -0.017059326171875, - -0.01898193359375, - -0.029510498046875, - -0.0119781494140625, - -0.01715087890625, - -0.0244293212890625, - 0.0201263427734375, - -0.0091552734375, - 0.00704193115234375, - -0.00023055076599121094, - -0.002635955810546875, - -0.033172607421875, - 0.00531768798828125, - 0.0298919677734375, - -0.0245361328125, - -0.0133209228515625, - -0.0058441162109375, - 0.0092010498046875, - -0.031829833984375, - -0.0223236083984375, - -0.01035308837890625, - 0.005245208740234375, - 0.023773193359375, - -0.01418304443359375, - 0.023956298828125, - 0.0379638671875, - 0.0139923095703125, - -0.01221466064453125, - -0.0015811920166015625, - -0.0030059814453125, - 0.006565093994140625, - -0.042938232421875, - -0.054443359375, - 0.05328369140625, - -0.03680419921875, - -0.03009033203125, - -0.0005660057067871094, - 0.00325775146484375, - -0.00809478759765625, - 0.0196380615234375, - 0.0113525390625, - -0.04791259765625, - -0.02471923828125, - 0.005126953125, - 0.0039520263671875, - -0.004505157470703125, - -0.008148193359375, - -0.0009822845458984375, - -0.049835205078125, - -0.033721923828125, - 0.041961669921875, - 0.006374359130859375, - 0.0291290283203125, - 0.0006499290466308594, - -0.04754638671875, - -0.01274871826171875, - 0.0369873046875, - -0.03717041015625, - -0.01580810546875, - 0.019744873046875, - 0.032958984375, - -0.0031871795654296875, - -0.004673004150390625, - 0.0168609619140625, - 0.02740478515625, - -0.0160064697265625, - 0.0216522216796875, - -0.046966552734375, - -0.0040740966796875, - 0.0200347900390625, - -0.0004131793975830078, - -0.0047454833984375, - -0.00714111328125, - 0.012359619140625, - -0.0102081298828125, - -0.003665924072265625, - 0.07550048828125, - 0.011260986328125, - 0.04754638671875, - -0.049072265625, - 0.0207061767578125, - -0.01983642578125, - -0.004047393798828125, - -0.00833892822265625, - -0.104248046875, - -0.01245880126953125, - 0.0115966796875, - -0.04656982421875, - -0.00972747802734375, - 0.017730712890625, - -0.0085296630859375, - 0.034881591796875, - -0.0548095703125, - -0.03009033203125, - 0.017059326171875, - 0.0142822265625, - -0.025299072265625, - -0.004192352294921875, - -0.07244873046875, - -0.06475830078125, - -0.00939178466796875, - 0.0369873046875, - -0.050201416015625, - -0.03948974609375, - -0.0302886962890625, - -0.00905609130859375, - -0.011260986328125, - 0.007808685302734375, - 0.006229400634765625, - -0.01763916015625, - 0.030853271484375, - 0.0126495361328125, - -0.0068511962890625, - -0.00498199462890625, - 0.01015472412109375, - -0.026641845703125, - -0.036407470703125, - -0.0243377685546875, - -0.048309326171875, - -0.0289459228515625, - -0.017059326171875, - 0.0218505859375, - -0.0182037353515625, - 0.006755828857421875, - -0.00876617431640625, - 0.0325927734375, - 0.05712890625, - -0.02117919921875, - 0.0191650390625, - -0.0682373046875, - -0.017059326171875, - -0.0229949951171875, - 0.0229034423828125, - -0.0029582977294921875, - -0.00543975830078125, - -0.01418304443359375, - -0.026641845703125, - -0.003162384033203125, - -0.044464111328125, - -0.03851318359375, - -0.03814697265625, - -0.03411865234375, - 0.00848388671875, - -0.006565093994140625, - 0.030670166015625, - -0.0251007080078125, - 0.03851318359375, - 0.06365966796875, - -0.01068878173828125, - 0.017822265625, - -0.0033054351806640625, - 0.007808685302734375, - 0.03680419921875, - 0.04119873046875, - -0.0142822265625, - -0.0256805419921875, - 0.0396728515625, - 0.00560760498046875, - 0.01111602783203125, - -0.014373779296875, - -0.05633544921875, - -0.00426483154296875, - -0.041412353515625, - 0.009490966796875, - -0.00943756103515625, - -0.0205078125, - -0.041015625, - -0.0019283294677734375, - 0.0223236083984375, - 0.063232421875, - 0.037750244140625, - -0.00018787384033203125, - 0.01245880126953125, - 0.00548553466796875, - 0.005870819091796875, - 0.062469482421875, - -0.0031375885009765625, - 0.05633544921875, - 0.017822265625, - 0.033721923828125, - 0.00514984130859375, - 0.050994873046875, - 0.0207061767578125, - -0.02606201171875, - -0.017822265625, - 0.0477294921875, - -0.02386474609375, - -0.0167694091796875, - -0.0249176025390625, - -0.0254974365234375, - 0.0165863037109375, - -0.01226806640625, - -0.01523590087890625, - 0.0021915435791015625, - 0.0256805419921875, - -0.033355712890625, - 0.01561737060546875, - 0.049835205078125, - -0.0229949951171875, - 0.02606201171875, - 0.0194549560546875, - -0.029327392578125, - 0.01380157470703125, - 0.060943603515625, - 0.0213775634765625, - 0.04119873046875, - 0.0228118896484375, - 0.027984619140625, - -0.0242462158203125, - 0.0027904510498046875, - 0.03582763671875, - 0.049835205078125, - 0.022613525390625, - 0.04254150390625, - -0.05059814453125, - 0.0517578125, - -0.018310546875, - 0.031829833984375, - 0.020599365234375, - 0.007236480712890625, - -0.0008802413940429688, - 0.019256591796875, - 0.050994873046875, - 0.0689697265625, - -0.095458984375, - 0.0205078125, - -0.062469482421875, - 0.005390167236328125, - -0.0762939453125, - -0.034881591796875, - -0.0105438232421875, - -0.043304443359375, - 0.04217529296875, - -0.0254974365234375, - -0.01010894775390625, - -0.0086212158203125, - 0.00594329833984375, - -0.033935546875, - 0.0574951171875, - 0.0020008087158203125, - -0.04254150390625, - 0.00308990478515625, - 0.02740478515625, - 0.00905609130859375, - -0.014373779296875, - -0.01514434814453125, - 0.045806884765625, - 0.0216522216796875, - 0.032196044921875, - -0.0272216796875, - 0.0256805419921875, - 0.05902099609375, - -0.0047454833984375, - 0.04351806640625, - -0.0180206298828125, - 0.00977325439453125, - -0.016387939453125, - 0.013031005859375, - -0.0477294921875, - -0.00598907470703125, - -0.0099639892578125, - -0.0191650390625, - -0.01715087890625, - -0.06939697265625, - -0.0027790069580078125, - 0.033355712890625, - 0.01447296142578125, - 0.034881591796875, - -0.0005183219909667969, - -0.02740478515625, - -0.004192352294921875, - -0.00457763671875, - 0.0310516357421875, - 0.039276123046875, - 0.059417724609375, - -0.028564453125, - 0.026641845703125, - 0.0249176025390625, - 0.002742767333984375, - -0.0276031494140625, - -0.03564453125, - 0.01284027099609375, - -0.0004611015319824219, - -0.06976318359375, - -0.0241546630859375, - -0.0037364959716796875, - -0.0012454986572265625, - 0.049072265625, - -0.0146636962890625, - -0.0108795166015625, - -0.02203369140625, - -0.06475830078125, - 0.02117919921875, - -0.04083251953125, - -0.021087646484375, - -0.0089111328125, - 0.06787109375, - 0.0166778564453125, - -0.0016527175903320312, - -0.019927978515625, - -0.00867462158203125, - -0.04541015625, - -0.0154266357421875, - -0.0270233154296875, - 0.0167694091796875, - -0.01035308837890625, - 0.032012939453125, - 0.0200347900390625, - 0.0228118896484375, - -0.006805419921875, - 0.043121337890625, - -0.0161895751953125, - 0.022613525390625, - -0.0277862548828125, - 0.016387939453125, - -0.0044097900390625, - 0.028564453125, - -0.021942138671875, - -0.028564453125, - -0.0180206298828125, - -0.0243377685546875, - 0.033721923828125, - 0.037750244140625, - 0.01342010498046875, - 0.0262603759765625, - -0.021270751953125, - 0.03582763671875, - 0.065185546875, - -0.0013179779052734375, - 0.0927734375, - -0.0088653564453125, - -0.059417724609375, - 0.0168609619140625, - 0.05712890625, - -0.01284027099609375, - 0.007236480712890625, - 0.036407470703125, - 0.02874755859375, - 0.00579833984375, - 0.032196044921875, - -0.025299072265625, - 0.029327392578125, - -0.01494598388671875, - -0.0245361328125, - 0.00457763671875, - 0.0036411285400390625, - -0.01212310791015625, - 0.0601806640625, - 0.023956298828125, - 0.0228118896484375, - 0.0521240234375, - -0.008575439453125, - -0.015716552734375, - -0.013702392578125, - -0.06134033203125, - 0.012359619140625, - 0.0396728515625, - 0.027984619140625, - 0.045623779296875, - -0.037750244140625, - -0.07012939453125, - 0.0165863037109375, - -0.055206298828125, - 0.08282470703125, - 0.0242462158203125, - 0.02252197265625, - 0.028564453125, - -0.03662109375, - -0.0167694091796875, - 0.006946563720703125, - -0.0147552490234375, - 0.0312347412109375, - 0.0716552734375, - 0.041412353515625, - 0.00939178466796875, - -0.022613525390625, - -0.00392913818359375, - 0.0040740966796875, - 0.0201263427734375, - 0.007236480712890625, - 0.03009033203125, - 0.0241546630859375, - 0.0517578125, - -0.039276123046875, - 0.041595458984375, - 0.0234832763671875, - -0.0228118896484375, - 0.006805419921875, - -0.0056304931640625, - -0.009246826171875, - -0.07513427734375, - 0.00943756103515625, - -0.0236663818359375, - 0.019073486328125, - 0.00011605024337768555, - 0.019073486328125, - -0.0494384765625, - -0.02203369140625, - 0.041778564453125, - -0.0548095703125, - -0.0012159347534179688, - 0.019256591796875, - -0.033172607421875, - 0.022705078125, - -0.0289459228515625, - -0.05712890625, - 0.0203094482421875, - -0.00699615478515625, - -0.043304443359375, - 0.0216522216796875, - 0.027984619140625, - -0.04217529296875, - -0.034881591796875, - -0.018585205078125, - 0.01494598388671875, - 0.00804901123046875, - -0.027984619140625, - 0.06744384765625, - -0.0223236083984375, - -0.0019283294677734375, - 0.0245361328125, - 0.0256805419921875, - 0.0003204345703125, - -0.0369873046875, - 0.0548095703125, - -0.01351165771484375, - -0.036041259765625, - 0.029327392578125, - 0.012939453125, - 0.0147552490234375, - -0.0291290283203125, - -0.012939453125, - -0.01322174072265625, - 0.0010900497436523438, - -0.0009522438049316406, - 0.0160064697265625, - -0.032379150390625, - -0.0277862548828125, - -0.0297088623046875, - 0.065185546875, - -0.00848388671875, - 0.0517578125, - -0.01068878173828125, - -0.043304443359375, - 0.006710052490234375, - -0.0291290283203125, - -0.00809478759765625, - -0.00409698486328125, - -0.00447845458984375, - -0.0440673828125, - 0.06402587890625, - 0.010589599609375, - -0.002742767333984375, - 0.0241546630859375, - 0.04754638671875, - -0.0115509033203125, - 0.0025997161865234375, - -0.052520751953125, - 0.023773193359375, - 0.00910186767578125, - -0.06707763671875, - -0.0113067626953125, - -0.00867462158203125, - 0.00460052490234375, - 0.0574951171875, - -0.048095703125, - -0.011260986328125, - -0.01447296142578125, - -0.07666015625, - -0.042938232421875, - -0.03662109375, - 0.006011962890625, - -0.048095703125, - 0.000598907470703125, - 0.006710052490234375, - -0.02874755859375, - 0.023101806640625, - 0.0006318092346191406, - 0.0268402099609375, - 0.005580902099609375, - -0.015716552734375, - -0.0160064697265625, - 0.040069580078125, - -0.0369873046875, - -0.0216522216796875, - 0.017730712890625, - 0.05633544921875, - -0.040435791015625, - 0.0115509033203125, - 0.01313018798828125, - -0.01039886474609375, - 0.01523590087890625, - -0.052886962890625, - 0.0037136077880859375, - -0.028167724609375, - -0.0477294921875, - -0.033935546875, - -0.022430419921875, - 0.006107330322265625, - 0.0302886962890625, - 0.00872039794921875, - 0.01580810546875, - 0.0251007080078125, - -0.0229034423828125, - 0.0312347412109375, - 0.00704193115234375, - -0.0169677734375, - 0.0297088623046875, - -0.0369873046875, - -0.0064697265625, - -0.0193634033203125, - 0.023284912109375, - -0.02471923828125, - -0.035064697265625, - -0.08856201171875, - 0.01202392578125, - -0.006565093994140625, - -0.0201263427734375, - -0.0655517578125, - -0.027984619140625, - -0.05633544921875, - 0.0013475418090820312, - 0.060943603515625, - 0.029327392578125, - -0.0037860870361328125, - -0.0126495361328125, - 0.012359619140625, - -0.038330078125, - -0.05328369140625, - 0.04351806640625, - -0.0207061767578125, - 0.0249176025390625, - -0.0160064697265625, - -0.03546142578125, - -0.007904052734375, - 0.01898193359375, - 0.014373779296875, - -0.0002875328063964844, - 0.0203094482421875, - -0.032196044921875, - 0.0175323486328125, - 0.00237274169921875, - 0.00481414794921875, - 0.010589599609375, - -0.0142822265625, - 0.0254974365234375, - -0.03948974609375, - -0.01078033447265625, - 0.0116424560546875, - 0.0186920166015625, - 0.0019893646240234375, - 0.0033054351806640625, - -0.0187835693359375, - 0.050994873046875, - 0.00838470458984375, - -0.00231170654296875, - -0.0229034423828125, - -0.0379638671875, - 0.0037136077880859375, - 0.005367279052734375, - 0.03277587890625, - 0.027984619140625, - -0.0006198883056640625, - -0.01255035400390625, - -0.00011676549911499023, - 0.07781982421875, - -0.018585205078125, - -0.032196044921875, - 0.00220489501953125, - -0.0031375885009765625, - 0.0139923095703125, - 0.06439208984375, - -0.0071868896484375, - 0.0762939453125, - 0.0240478515625, - -0.0031375885009765625, - 0.017730712890625, - 0.0467529296875, - 0.0174407958984375, - -0.0254974365234375, - -0.04620361328125, - 0.005413055419921875, - 0.018310546875, - -0.04388427734375, - -0.02740478515625, - 0.0030307769775390625, - 0.050201416015625, - -0.050201416015625, - -0.018310546875, - -0.00977325439453125, - 0.0058441162109375, - 0.00704193115234375, - 0.0277862548828125, - -0.0343017578125, - 0.0242462158203125, - -0.007572174072265625, - -0.051361083984375, - -0.034881591796875, - -0.037750244140625, - 0.0186920166015625, - 0.0440673828125, - 0.01514434814453125, - -0.0038814544677734375, - 0.0283660888671875, - 0.03009033203125, - 0.037567138671875, - -0.00548553466796875, - 0.0289459228515625, - 0.0186920166015625, - 0.01561737060546875, - 0.0244293212890625, - 0.09393310546875, - -0.0268402099609375, - -0.004169464111328125, - -0.006710052490234375, - -0.0020008087158203125, - 0.03717041015625, - 0.052520751953125, - -0.005916595458984375, - -0.0244293212890625, - -0.007572174072265625, - -0.0244293212890625, - 0.0277862548828125, - 0.00958251953125, - -0.001544952392578125, - -0.055206298828125, - -0.0379638671875, - 0.0262603759765625, - 0.01035308837890625, - 0.054443359375, - 0.01485443115234375, - -0.0223236083984375, - -0.017822265625, - 0.056732177734375, - -0.00548553466796875, - -0.0221405029296875, - 0.004119873046875, - -0.038330078125, - -0.02471923828125, - -0.00958251953125, - -0.00038623809814453125, - 0.07781982421875, - -0.017822265625, - -0.059783935546875, - 0.01514434814453125, - 0.0208892822265625, - -0.034881591796875, - -0.049835205078125, - -0.007762908935546875, - -0.0086212158203125, - -0.0042877197265625, - -0.05865478515625, - -0.023773193359375, - -0.03009033203125, - 0.0302886962890625, - -0.0316162109375, - -0.017242431640625, - 0.0112152099609375, - -0.0302886962890625, - -0.0241546630859375, - -0.00275421142578125, - -0.0276031494140625, - 0.0298919677734375, - -0.055572509765625, - 0.017730712890625, - 0.01245880126953125, - 0.0036411285400390625, - 0.0277862548828125, - 0.05712890625, - -0.00197601318359375, - -0.0182037353515625, - -0.0038814544677734375, - -0.04351806640625, - 0.00829315185546875, - -0.01351165771484375, - 0.0147552490234375, - -0.04217529296875, - 0.007472991943359375, - 0.04541015625, - -0.06365966796875, - 0.01111602783203125, - -0.0089569091796875, - 0.0001804828643798828, - -0.034698486328125, - -0.006900787353515625, - -0.01255035400390625, - 0.0031871795654296875, - 0.07208251953125, - 0.0102081298828125, - 0.0014858245849609375, - 0.021087646484375, - -0.0297088623046875, - 0.048675537109375, - 0.0142822265625, - 0.021270751953125, - -0.0175323486328125, - 0.0396728515625, - 0.0249176025390625, - -0.0207061767578125, - 0.02386474609375, - -0.0816650390625, - -0.021942138671875, - 0.00445556640625, - 0.011932373046875, - -0.00018787384033203125, - -0.032958984375, - -0.0302886962890625, - -0.01629638671875, - 0.002658843994140625, - 0.04083251953125, - 0.0165863037109375, - 0.004791259765625, - -0.02386474609375, - -0.033935546875, - -0.021087646484375, - -0.0291290283203125, - -0.047332763671875, - -0.052520751953125, - 0.0140838623046875, - -0.01207733154296875, - -0.040618896484375, - 0.02740478515625, - -0.00939178466796875, - -0.021942138671875, - 0.0291290283203125, - 0.05712890625, - -0.0254974365234375, - 0.011260986328125, - -0.0208892822265625, - 0.03717041015625, - 0.01447296142578125, - 0.011260986328125, - -0.00737762451171875, - 0.0193634033203125, - 0.0352783203125, - -0.05328369140625, - 0.03814697265625, - 0.01389312744140625, - -0.022705078125, - -0.06134033203125, - -0.03662109375, - -0.048309326171875, - 0.0302886962890625, - -0.0310516357421875, - 0.040252685546875, - 0.00699615478515625, - -0.01983642578125, - -0.090087890625, - 0.036224365234375, - -0.0215606689453125, - -0.00447845458984375, - -0.0028629302978515625, - -0.033538818359375, - -0.03546142578125, - -0.0494384765625, - -0.014373779296875, - 0.0086212158203125, - -0.00838470458984375, - 0.03985595703125, - 0.003665924072265625, - 0.00567626953125, - -0.006275177001953125, - -0.015716552734375, - 0.026641845703125, - 0.04083251953125, - 0.0118865966796875, - -0.04522705078125, - 0.059417724609375, - -0.045623779296875, - 0.002658843994140625, - -0.01140594482421875, - -0.01313018798828125, - 0.0352783203125, - -0.0291290283203125, - -0.00704193115234375, - 0.01552581787109375, - 0.032196044921875, - 0.01035308837890625, - -0.022430419921875, - 0.004886627197265625, - -0.044464111328125, - 0.006610870361328125, - -0.01049041748046875, - -0.042938232421875, - -0.006710052490234375, - 0.0018930435180664062, - -0.0165863037109375, - -0.023193359375, - -0.054046630859375, - -0.060577392578125, - 0.0098724365234375, - -0.0467529296875, - -0.01226806640625, - -0.002407073974609375, - -0.0147552490234375, - 0.0133209228515625, - -0.021759033203125, - 0.0574951171875, - 0.007904052734375, - -0.0142822265625, - -0.032012939453125, - -0.0133209228515625, - -0.045989990234375, - 0.03662109375, - 0.00666046142578125, - -0.03546142578125, - 0.029510498046875, - -0.032379150390625, - 0.0089569091796875, - -0.0154266357421875, - 0.02606201171875, - -0.02606201171875, - 0.0133209228515625, - -0.07745361328125, - -0.04351806640625, - 0.006374359130859375, - 0.033355712890625, - 0.0098724365234375, - -0.020599365234375, - 0.057891845703125, - -0.038726806640625, - -0.0689697265625, - 0.019256591796875, - -0.0203094482421875, - -0.0283660888671875, - 0.032958984375, - -0.011688232421875, - 0.0119781494140625, - 0.03009033203125, - 0.0052947998046875, - 0.004241943359375, - 0.0196380615234375, - 0.0202178955078125, - -0.01178741455078125, - -0.01274871826171875, - -0.00632476806640625, - 0.0207977294921875, - 0.01284027099609375, - 0.045989990234375, - -0.0202178955078125, - 0.0064697265625, - 0.035064697265625, - -0.07513427734375, - -0.007572174072265625, - -0.033172607421875, - -0.04083251953125, - -0.01149749755859375, - 0.05596923828125, - 0.0207977294921875, - 0.030853271484375, - 0.0188751220703125, - 0.04119873046875, - 0.005580902099609375, - -0.01039886474609375, - -0.01514434814453125, - -0.050994873046875, - -0.00905609130859375, - 0.01274871826171875, - 0.0264434814453125, - -0.0689697265625, - 0.04541015625, - 0.0732421875, - -0.03564453125, - -0.0207061767578125, - 0.01015472412109375, - -0.00632476806640625, - 0.0256805419921875, - 0.0297088623046875, - 0.022430419921875, - -0.05596923828125, - 0.0194549560546875, - 0.021942138671875, - 0.0119781494140625, - 0.0203094482421875, - -0.0019168853759765625, - -0.0023365020751953125, - 0.040618896484375, - -0.07745361328125, - -0.0153350830078125, - 0.013031005859375, - 0.07781982421875, - -0.0229949951171875, - -0.049072265625, - -0.01418304443359375, - 0.0245361328125, - 0.048675537109375, - -0.01068878173828125, - 0.0256805419921875, - -0.0047454833984375, - -0.0159149169921875, - 0.0277862548828125, - 0.0196380615234375, - -0.01145172119140625, - 0.0031871795654296875, - 0.0289459228515625, - -0.0218505859375, - 0.032196044921875, - -0.0126495361328125, - 0.034698486328125, - 0.01898193359375, - -0.01552581787109375, - -0.01523590087890625, - -0.0477294921875, - 0.0316162109375, - 0.017730712890625, - 0.0139923095703125, - -0.023956298828125, - -0.00714111328125, - -0.00565338134765625, - -0.01514434814453125, - 0.020599365234375, - -0.005077362060546875, - -0.0146636962890625, - 0.04351806640625, - 0.0203094482421875, - 0.00833892822265625, - 0.017822265625, - -0.040435791015625, - 0.03851318359375, - -0.0243377685546875, - -0.002407073974609375, - -0.07666015625, - -0.0058441162109375, - -0.0018205642700195312, - -0.031829833984375, - -0.0164794921875, - -0.046966552734375, - 0.005008697509765625, - 0.005390167236328125, - -0.04638671875, - 0.00809478759765625, - 0.054443359375, - -0.0352783203125, - 0.02471923828125, - 0.0078582763671875, - 0.020416259765625, - 0.029327392578125, - -0.07818603515625, - 0.073974609375, - 0.023773193359375, - 0.03985595703125, - 0.0174407958984375, - 0.0277862548828125, - 0.0440673828125, - -0.00023353099822998047, - -0.0268402099609375, - 0.007427215576171875, - -0.00934600830078125, - 0.047332763671875, - 0.0193634033203125, - 0.01552581787109375, - -0.038330078125, - 0.0216522216796875, - 0.03143310546875, - -0.055206298828125, - 0.0396728515625, - 0.01174163818359375, - 0.028564453125, - 0.005222320556640625, - 0.01849365234375, - -0.041778564453125, - -0.03411865234375, - 0.056732177734375, - 0.0012998580932617188, - -0.02874755859375, - 0.0147552490234375, - -0.060577392578125, - 0.0352783203125, - 0.030670166015625, - 0.05328369140625, - -0.04638671875, - 0.06475830078125, - 0.00910186767578125, - 0.007617950439453125, - -0.02587890625, - 0.01149749755859375, - -0.02203369140625, - 0.021759033203125, - -0.00905609130859375, - 0.0440673828125, - 0.0161895751953125, - -0.02117919921875, - -0.03814697265625, - 0.0004761219024658203, - 0.023956298828125, - 0.02252197265625, - 0.0264434814453125, - -0.032196044921875, - -0.0209808349609375, - -0.000009059906005859375, - 0.0245361328125, - 0.0601806640625, - 0.0055084228515625, - 0.038330078125, - 0.0126495361328125, - 0.011688232421875, - -0.017730712890625, - -0.01552581787109375 - ], - "metadata": { - "domains": [ - "network-forensics", - "incident-response" - ], - "phases": [ - "data-collection", - "analysis" - ], - "tags": [ - "rogue-ap", - "wireless", - "man-in-the-middle", - "gui", - "web-interface", - "scenario:remote_access" + "disk-imaging", + "hashing", + "wiping", + "logging", + "cli" ], "skillLevel": "intermediate", "type": "tool" @@ -61125,6 +74902,5257 @@ "type": "tool" } }, + { + "id": "tool_Oxygen_Forensic_Suite", + "type": "tool", + "name": "Oxygen Forensic Suite", + "content": "oxygen forensic suite die umfassende mobile-forensik-suite positioniert sich als alternative zu westlichen lösungen mit fokus auf android-geräte und cloud-services. besonders stark: deep-extraction chinesischer smartphones (xiaomi, huawei, oneplus), telegram-forensics inklusive secret-chats, signal-database- decryption bei root-access. die cloud-explorer-module greifen auf 50+ services zu: google-takeout, icloud-backups, microsoft-accounts ohne premium-pricing. physical-analyzer visualisiert timeline und geo-locations. die sqlite-viewer parst app-databases direkt. besonders innovativ: ufed-image-import ermöglicht cross-platform-analysis, live-memory-dumps von android-geräten, malware-detection in apks. der preis (ab 8.000€) unterbietet marktführer deutlich. technisch solide lösung mit umfangreichem cloud-support und regelmäßigen updates für neue smartphone-modelle und apps. mobile cloud decryption mobile-forensics examination analysis", + "embedding": [ + -0.0152435302734375, + 0.0302886962890625, + 0.0279083251953125, + -0.007472991943359375, + 0.03009033203125, + 0.056610107421875, + 0.03582763671875, + -0.0009341239929199219, + -0.0003712177276611328, + -0.026519775390625, + -0.0310821533203125, + 0.06292724609375, + 0.0165252685546875, + 0.0030193328857421875, + -0.0732421875, + 0.034454345703125, + -0.004058837890625, + 0.00846099853515625, + 0.03582763671875, + -0.01088714599609375, + -0.006877899169921875, + -0.0193939208984375, + -0.04791259765625, + -0.0025482177734375, + -0.0127716064453125, + 0.00010591745376586914, + -0.0165252685546875, + -0.057403564453125, + -0.037811279296875, + -0.00447845458984375, + 0.0111846923828125, + -0.023651123046875, + -0.0028209686279296875, + 0.0193939208984375, + 0.0064849853515625, + -0.01306915283203125, + -0.00507354736328125, + -0.035247802734375, + -0.032470703125, + 0.032470703125, + -0.014251708984375, + -0.0032672882080078125, + 0.0287017822265625, + 0.0023021697998046875, + -0.03485107421875, + -0.032470703125, + -0.021881103515625, + -0.040771484375, + 0.021087646484375, + -0.01029205322265625, + 0.011627197265625, + 0.024444580078125, + -0.01861572265625, + 0.00290679931640625, + -0.031463623046875, + 0.036041259765625, + 0.0180206298828125, + -0.0245513916015625, + -0.054229736328125, + 0.0423583984375, + -0.04791259765625, + -0.01751708984375, + -0.01132965087890625, + 0.00428009033203125, + 0.00304412841796875, + 0.01415252685546875, + -0.014251708984375, + -0.016632080078125, + -0.01355743408203125, + 0.00826263427734375, + 0.003662109375, + 0.006435394287109375, + -0.0267181396484375, + 0.027313232421875, + -0.037994384765625, + -0.041961669921875, + 0.0290985107421875, + 0.0169219970703125, + -0.004428863525390625, + -0.01088714599609375, + -0.055023193359375, + 0.01227569580078125, + 0.039794921875, + -0.0201873779296875, + -0.01385498046875, + -0.01554107666015625, + 0.0277099609375, + 0.010589599609375, + 0.01335906982421875, + 0.009307861328125, + -0.000006198883056640625, + -0.03009033203125, + 0.0221710205078125, + -0.0164337158203125, + 0.019989013671875, + 0.0732421875, + -0.02276611328125, + -0.012420654296875, + -0.005641937255859375, + 0.03009033203125, + 0.006435394287109375, + -0.029693603515625, + 0.0318603515625, + -0.0035877227783203125, + 0.0176239013671875, + -0.0263214111328125, + 0.007373809814453125, + -0.0306854248046875, + -0.036834716796875, + -0.023651123046875, + -0.08984375, + -0.041961669921875, + -0.0038604736328125, + -0.06494140625, + -0.0177154541015625, + -0.005664825439453125, + -0.007472991943359375, + 0.03564453125, + -0.052276611328125, + -0.0413818359375, + 0.0169219970703125, + 0.0261383056640625, + 0.00218963623046875, + 0.018218994140625, + -0.0257415771484375, + -0.060577392578125, + 0.005023956298828125, + 0.023162841796875, + -0.0257415771484375, + -0.035430908203125, + -0.0372314453125, + -0.0423583984375, + 0.00435638427734375, + -0.0298919677734375, + -0.0002675056457519531, + -0.02691650390625, + 0.052276611328125, + -0.0095977783203125, + -0.007373809814453125, + 0.00965118408203125, + 0.0290985107421875, + -0.0136566162109375, + -0.06256103515625, + -0.0020160675048828125, + -0.04888916015625, + 0.004306793212890625, + -0.0287017822265625, + 0.0570068359375, + -0.056610107421875, + -0.0095977783203125, + -0.0198974609375, + 0.006679534912109375, + 0.0168304443359375, + 0.004306793212890625, + -0.00042057037353515625, + -0.04217529296875, + 0.005741119384765625, + -0.04376220703125, + 0.0221710205078125, + -0.004329681396484375, + -0.034637451171875, + 0.0140533447265625, + 0.0034389495849609375, + 0.0279083251953125, + -0.02276611328125, + -0.03009033203125, + -0.01009368896484375, + 0.01959228515625, + -0.007770538330078125, + -0.005962371826171875, + 0.0257415771484375, + 0.004180908203125, + 0.084716796875, + 0.06768798828125, + -0.0010395050048828125, + 0.0294952392578125, + 0.00881195068359375, + -0.012969970703125, + 0.00722503662109375, + 0.04376220703125, + -0.012969970703125, + -0.0193023681640625, + 0.0267181396484375, + 0.01544189453125, + 0.01128387451171875, + -0.0197906494140625, + -0.057403564453125, + 0.0025119781494140625, + -0.051483154296875, + 0.0189056396484375, + -0.03662109375, + -0.033050537109375, + 0.01355743408203125, + 0.00702667236328125, + 0.0167236328125, + 0.05108642578125, + 0.0287017822265625, + -0.0127716064453125, + 0.0253448486328125, + -0.0011568069458007812, + 0.00846099853515625, + 0.0294952392578125, + 0.0165252685546875, + 0.068115234375, + 0.0152435302734375, + 0.026519775390625, + 0.0203857421875, + 0.038787841796875, + 0.0093994140625, + -0.01306915283203125, + -0.005615234375, + 0.049896240234375, + -0.01355743408203125, + -0.00786590576171875, + -0.030487060546875, + -0.0221710205078125, + 0.0197906494140625, + -0.031280517578125, + -0.0173187255859375, + 0.01024627685546875, + 0.00537109375, + -0.068115234375, + -0.0071258544921875, + 0.033447265625, + 0.0031299591064453125, + 0.05859375, + 0.017120361328125, + -0.00881195068359375, + -0.0310821533203125, + 0.00479888916015625, + -0.00310516357421875, + 0.0176239013671875, + -0.0193023681640625, + 0.025146484375, + -0.0261383056640625, + -0.0391845703125, + 0.027313232421875, + 0.0172271728515625, + 0.036834716796875, + 0.01355743408203125, + -0.0172271728515625, + 0.04791259765625, + -0.0277099609375, + 0.036224365234375, + 0.0298919677734375, + -0.01187896728515625, + -0.00455474853515625, + 0.021484375, + 0.0267181396484375, + 0.061370849609375, + -0.049102783203125, + 0.0010271072387695312, + -0.0863037109375, + 0.0000483393669128418, + -0.05621337890625, + -0.04473876953125, + -0.0261383056640625, + -0.070068359375, + 0.058990478515625, + -0.0261383056640625, + -0.023956298828125, + -0.005764007568359375, + 0.035247802734375, + 0.0123748779296875, + 0.0136566162109375, + -0.00782012939453125, + -0.0198974609375, + 0.03424072265625, + 0.044342041015625, + -0.00018787384033203125, + 0.0005936622619628906, + 0.00702667236328125, + 0.03326416015625, + -0.01702880859375, + 0.00009435415267944336, + -0.021087646484375, + 0.0089569091796875, + 0.0308837890625, + 0.045928955078125, + 0.0169219970703125, + -0.0275115966796875, + 0.0205841064453125, + -0.0160369873046875, + 0.0245513916015625, + -0.034454345703125, + -0.008758544921875, + -0.024749755859375, + 0.007472991943359375, + -0.00591278076171875, + -0.03662109375, + 0.00801849365234375, + 0.04949951171875, + -0.005519866943359375, + 0.0101470947265625, + -0.0054931640625, + -0.033660888671875, + 0.0029697418212890625, + 0.03564453125, + 0.01554107666015625, + 0.0439453125, + 0.0167236328125, + -0.038604736328125, + 0.01514434814453125, + 0.01316070556640625, + -0.00507354736328125, + -0.0257415771484375, + -0.0382080078125, + -0.017120361328125, + 0.0263214111328125, + -0.062164306640625, + -0.025543212890625, + 0.0302886962890625, + -0.02593994140625, + 0.0032672882080078125, + -0.00238800048828125, + 0.004306793212890625, + -0.034454345703125, + -0.0653076171875, + -0.0089569091796875, + -0.019989013671875, + -0.0340576171875, + 0.00173187255859375, + 0.053436279296875, + 0.00244903564453125, + 0.0114288330078125, + -0.004405975341796875, + -0.024444580078125, + -0.04571533203125, + 0.01514434814453125, + 0.0004763603210449219, + 0.0193939208984375, + -0.039398193359375, + 0.04296875, + 0.0201873779296875, + 0.01267242431640625, + 0.019989013671875, + 0.05303955078125, + 0.040191650390625, + -0.0173187255859375, + 0.00881195068359375, + 0.0140533447265625, + 0.0091552734375, + 0.01227569580078125, + -0.03839111328125, + -0.01554107666015625, + 0.0024623870849609375, + -0.0423583984375, + 0.02850341796875, + 0.034454345703125, + 0.0308837890625, + 0.0089569091796875, + -0.03582763671875, + 0.002994537353515625, + 0.0697021484375, + -0.0052947998046875, + 0.107666015625, + -0.0230560302734375, + -0.05108642578125, + -0.0032901763916015625, + 0.03265380859375, + -0.02276611328125, + -0.031280517578125, + 0.04058837890625, + -0.01132965087890625, + -0.002040863037109375, + 0.027313232421875, + -0.0176239013671875, + 0.012969970703125, + -0.0035381317138671875, + -0.0234527587890625, + 0.023162841796875, + -0.0127716064453125, + 0.007274627685546875, + 0.03662109375, + 0.0340576171875, + 0.0168304443359375, + 0.01084136962890625, + -0.00479888916015625, + -0.023651123046875, + -0.031280517578125, + -0.049896240234375, + 0.0308837890625, + 0.04058837890625, + 0.01103973388671875, + 0.041778564453125, + -0.031463623046875, + -0.062164306640625, + -0.00989532470703125, + -0.04058837890625, + 0.07879638671875, + 0.06689453125, + 0.01287078857421875, + 0.021881103515625, + -0.01415252685546875, + -0.00662994384765625, + 0.01514434814453125, + 0.01187896728515625, + 0.01019287109375, + 0.0340576171875, + 0.0306854248046875, + 0.021484375, + -0.039398193359375, + 0.034454345703125, + 0.038787841796875, + -0.00019180774688720703, + -0.0213775634765625, + 0.032470703125, + 0.03424072265625, + 0.051483154296875, + -0.01306915283203125, + 0.021087646484375, + 0.0177154541015625, + 0.0016336441040039062, + 0.005840301513671875, + -0.01593017578125, + 0.00479888916015625, + -0.049102783203125, + -0.0087127685546875, + 0.028106689453125, + 0.0168304443359375, + 0.024749755859375, + 0.0212860107421875, + -0.05029296875, + -0.0026607513427734375, + 0.0382080078125, + -0.0413818359375, + 0.004058837890625, + 0.059783935546875, + -0.0197906494140625, + 0.000051021575927734375, + -0.0290985107421875, + -0.047515869140625, + 0.0245513916015625, + -0.000701904296875, + -0.03759765625, + 0.007472991943359375, + 0.0306854248046875, + -0.03424072265625, + -0.0423583984375, + -0.040191650390625, + -0.004405975341796875, + -0.0122222900390625, + -0.018310546875, + 0.04315185546875, + -0.003055572509765625, + -0.004528045654296875, + 0.030487060546875, + 0.03424072265625, + 0.004924774169921875, + -0.0220794677734375, + 0.055023193359375, + -0.0213775634765625, + -0.0209808349609375, + 0.02484130859375, + 0.018218994140625, + 0.041778564453125, + -0.040771484375, + -0.0308837890625, + -0.0026721954345703125, + 0.007472991943359375, + 0.0109405517578125, + 0.029693603515625, + -0.01385498046875, + -0.02691650390625, + -0.041961669921875, + 0.0391845703125, + 0.021575927734375, + 0.055023193359375, + -0.0212860107421875, + -0.04791259765625, + 0.029693603515625, + -0.03564453125, + -0.01702880859375, + -0.0193939208984375, + 0.01316070556640625, + -0.0445556640625, + 0.070068359375, + 0.01148223876953125, + -0.0146484375, + 0.0004856586456298828, + 0.07244873046875, + 0.001880645751953125, + -0.00356292724609375, + -0.058197021484375, + 0.0350341796875, + 0.037017822265625, + -0.0350341796875, + 0.0075225830078125, + -0.0016574859619140625, + -0.0233612060546875, + 0.03265380859375, + -0.031463623046875, + -0.00782012939453125, + 0.007770538330078125, + -0.05303955078125, + -0.042572021484375, + -0.043548583984375, + -0.0008106231689453125, + -0.0257415771484375, + 0.03643798828125, + 0.0391845703125, + -0.008514404296875, + 0.05047607421875, + -0.01029205322265625, + 0.016632080078125, + 0.029693603515625, + -0.01168060302734375, + -0.01415252685546875, + 0.0095977783203125, + -0.076416015625, + -0.0318603515625, + -0.017120361328125, + 0.0277099609375, + -0.0279083251953125, + -0.0167236328125, + -0.0148468017578125, + -0.0026226043701171875, + 0.0275115966796875, + -0.0245513916015625, + -0.01152801513671875, + 0.007274627685546875, + -0.040771484375, + -0.028106689453125, + -0.0009279251098632812, + 0.0156402587890625, + 0.024444580078125, + -0.00445556640625, + -0.01152801513671875, + 0.036041259765625, + -0.054229736328125, + 0.0310821533203125, + 0.0169219970703125, + 0.014251708984375, + -0.005046844482421875, + 0.00965118408203125, + 0.00762176513671875, + 0.0181121826171875, + 0.036224365234375, + -0.018218994140625, + -0.020294189453125, + -0.052276611328125, + 0.032257080078125, + -0.0093536376953125, + -0.0136566162109375, + -0.0167236328125, + -0.0382080078125, + -0.0633544921875, + -0.0081634521484375, + 0.024749755859375, + 0.0275115966796875, + -0.01267242431640625, + -0.0382080078125, + -0.0308837890625, + 0.00885772705078125, + -0.014251708984375, + 0.05029296875, + -0.03424072265625, + 0.0046539306640625, + 0.01207733154296875, + -0.0391845703125, + 0.01009368896484375, + 0.026519775390625, + 0.03265380859375, + 0.0279083251953125, + 0.034637451171875, + -0.0087127685546875, + 0.0277099609375, + -0.0275115966796875, + -0.024749755859375, + 0.02593994140625, + -0.034637451171875, + 0.020294189453125, + -0.020294189453125, + -0.0287017822265625, + -0.0081634521484375, + -0.003612518310546875, + 0.00861358642578125, + -0.0193023681640625, + -0.00067138671875, + 0.04376220703125, + 0.004604339599609375, + 0.048095703125, + -0.03759765625, + -0.0306854248046875, + -0.0160369873046875, + -0.01910400390625, + 0.0283050537109375, + 0.041168212890625, + 0.002536773681640625, + -0.0413818359375, + 0.027313232421875, + 0.03265380859375, + 0.0056915283203125, + -0.0298919677734375, + -0.00618743896484375, + 0.0015344619750976562, + 0.01152801513671875, + 0.059783935546875, + 0.00989532470703125, + 0.09539794921875, + -0.01287078857421875, + 0.02117919921875, + 0.039398193359375, + 0.06414794921875, + 0.03741455078125, + -0.0180206298828125, + -0.052276611328125, + 0.0180206298828125, + -0.006137847900390625, + -0.04156494140625, + -0.041961669921875, + -0.007671356201171875, + 0.046112060546875, + -0.06732177734375, + 0.005664825439453125, + 0.004032135009765625, + 0.0241546630859375, + 0.0029697418212890625, + 0.01375579833984375, + -0.01227569580078125, + 0.0156402587890625, + 0.0032176971435546875, + -0.029296875, + 0.01306915283203125, + -0.012176513671875, + 0.02325439453125, + 0.06494140625, + 0.028900146484375, + -0.016632080078125, + 0.0496826171875, + -0.0015592575073242188, + 0.0241546630859375, + 0.024749755859375, + 0.041168212890625, + 0.0224609375, + 0.0209808349609375, + 0.046722412109375, + 0.04376220703125, + -0.006336212158203125, + -0.01751708984375, + 0.0032901763916015625, + 0.0107879638671875, + 0.055023193359375, + 0.0712890625, + 0.006435394287109375, + -0.017913818359375, + -0.007274627685546875, + -0.05303955078125, + -0.004505157470703125, + 0.007274627685546875, + 0.00618743896484375, + -0.03326416015625, + -0.0445556640625, + 0.028106689453125, + -0.06494140625, + 0.0257415771484375, + 0.009307861328125, + -0.023162841796875, + 0.00499725341796875, + 0.047119140625, + -0.015045166015625, + -0.043548583984375, + 0.00415802001953125, + -0.0075225830078125, + -0.03582763671875, + -0.03326416015625, + -0.051483154296875, + 0.01910400390625, + -0.007770538330078125, + -0.057403564453125, + -0.00722503662109375, + 0.038604736328125, + 0.0013427734375, + -0.033050537109375, + 0.002079010009765625, + 0.004058837890625, + -0.005046844482421875, + -0.045135498046875, + -0.048309326171875, + -0.046722412109375, + 0.01287078857421875, + -0.034637451171875, + 0.0114288330078125, + -0.0105438232421875, + -0.0017070770263671875, + 0.003154754638671875, + -0.021484375, + 0.0081634521484375, + 0.025543212890625, + -0.033660888671875, + 0.03009033203125, + 0.0107879638671875, + 0.0372314453125, + 0.040985107421875, + 0.0372314453125, + 0.015045166015625, + 0.00539398193359375, + -0.018798828125, + -0.041168212890625, + 0.009796142578125, + 0.0036869049072265625, + 0.01251983642578125, + -0.08673095703125, + 0.00861358642578125, + 0.061370849609375, + -0.10455322265625, + 0.004924774169921875, + 0.0035877227783203125, + -0.018707275390625, + -0.03265380859375, + -0.012969970703125, + 0.00469970703125, + 0.0168304443359375, + 0.103759765625, + 0.007965087890625, + -0.019500732421875, + 0.0224609375, + -0.0277099609375, + 0.04058837890625, + 0.011627197265625, + 0.0240478515625, + -0.05938720703125, + 0.02850341796875, + 0.00786590576171875, + -0.011627197265625, + -0.0089569091796875, + -0.04632568359375, + -0.0062103271484375, + 0.044158935546875, + 0.030487060546875, + -0.01019287109375, + -0.028106689453125, + -0.02227783203125, + -0.036834716796875, + -0.0294952392578125, + 0.01335906982421875, + 0.019989013671875, + 0.005123138427734375, + -0.0423583984375, + -0.017120361328125, + -0.00455474853515625, + -0.059783935546875, + -0.036224365234375, + -0.036041259765625, + 0.04949951171875, + 0.0005936622619628906, + -0.04376220703125, + 0.01910400390625, + 0.0250396728515625, + -0.0067291259765625, + 0.002079010009765625, + 0.04730224609375, + -0.0310821533203125, + -0.0261383056640625, + -0.01306915283203125, + 0.026519775390625, + -0.005245208740234375, + 0.0034885406494140625, + 0.0013427734375, + 0.011138916015625, + 0.02117919921875, + -0.04632568359375, + 0.017425537109375, + 0.0189971923828125, + -0.0181121826171875, + -0.045318603515625, + -0.00445556640625, + -0.0318603515625, + 0.047119140625, + -0.018707275390625, + 0.05938720703125, + -0.006259918212890625, + -0.024444580078125, + -0.1171875, + 0.033660888671875, + -0.031280517578125, + -0.0064849853515625, + 0.0111846923828125, + -0.0144500732421875, + -0.0697021484375, + -0.02197265625, + -0.038787841796875, + 0.0152435302734375, + -0.01415252685546875, + 0.029296875, + -0.021881103515625, + 0.0025234222412109375, + -0.0006928443908691406, + -0.006877899169921875, + -0.0075225830078125, + 0.055023193359375, + 0.0127716064453125, + -0.03564453125, + 0.061767578125, + -0.030487060546875, + -0.01232147216796875, + -0.014251708984375, + -0.0034389495849609375, + -0.0091552734375, + 0.01267242431640625, + -0.023651123046875, + 0.021087646484375, + 0.040374755859375, + 0.054229736328125, + -0.0308837890625, + 0.02325439453125, + -0.0101470947265625, + 0.007472991943359375, + 0.010345458984375, + -0.0271148681640625, + -0.004108428955078125, + 0.0024871826171875, + -0.020294189453125, + -0.02069091796875, + -0.049285888671875, + -0.0843505859375, + 0.012420654296875, + -0.04473876953125, + -0.00989532470703125, + 0.019989013671875, + 0.01702880859375, + 0.0016088485717773438, + -0.0229644775390625, + 0.0382080078125, + -0.0263214111328125, + -0.0203857421875, + -0.004230499267578125, + 0.0318603515625, + -0.0209808349609375, + 0.052642822265625, + -0.004528045654296875, + -0.06097412109375, + 0.03424072265625, + 0.0031299591064453125, + 0.0156402587890625, + -0.01108551025390625, + -0.005046844482421875, + -0.01084136962890625, + 0.043365478515625, + -0.09185791015625, + -0.040985107421875, + 0.0156402587890625, + 0.056610107421875, + 0.004627227783203125, + -0.004627227783203125, + 0.054229736328125, + -0.00290679931640625, + -0.050689697265625, + 0.00140380859375, + -0.0220794677734375, + -0.061767578125, + 0.03265380859375, + -0.0016574859619140625, + 0.0290985107421875, + 0.0208892822265625, + 0.0382080078125, + 0.012420654296875, + 0.033660888671875, + 0.00579071044921875, + -0.0382080078125, + -0.00682830810546875, + -0.0140533447265625, + 0.01395416259765625, + 0.0237579345703125, + 0.0277099609375, + -0.0004763603210449219, + 0.028106689453125, + 0.0006651878356933594, + -0.0633544921875, + -0.0189971923828125, + -0.02850341796875, + -0.055419921875, + -0.004974365234375, + 0.08392333984375, + 0.054229736328125, + -0.01544189453125, + 0.00662994384765625, + 0.04156494140625, + 0.012969970703125, + -0.0127716064453125, + -0.034637451171875, + -0.055419921875, + -0.009796142578125, + 0.0118255615234375, + 0.0235595703125, + -0.054229736328125, + 0.023956298828125, + 0.034637451171875, + -0.01064300537109375, + -0.012969970703125, + 0.0006308555603027344, + 0.025146484375, + 0.0487060546875, + 0.0229644775390625, + 0.00801849365234375, + -0.05859375, + 0.00949859619140625, + 0.02197265625, + 0.02325439453125, + -0.0103912353515625, + -0.007274627685546875, + -0.035247802734375, + 0.0465087890625, + -0.055023193359375, + 0.023162841796875, + 0.0123748779296875, + 0.06732177734375, + 0.00682830810546875, + -0.03582763671875, + -0.0298919677734375, + 0.04730224609375, + 0.0180206298828125, + -0.0308837890625, + 0.03662109375, + 0.015838623046875, + 0.000029385089874267578, + 0.0465087890625, + 0.03265380859375, + 0.0027599334716796875, + 0.017120361328125, + 0.01088714599609375, + -0.047698974609375, + 0.037017822265625, + 0.0118255615234375, + 0.0169219970703125, + -0.0275115966796875, + -0.037811279296875, + -0.02435302734375, + -0.04791259765625, + 0.0230560302734375, + -0.011138916015625, + 0.026519775390625, + 0.021575927734375, + 0.00547027587890625, + -0.029296875, + -0.01593017578125, + 0.028900146484375, + 0.03997802734375, + 0.0004329681396484375, + 0.0064849853515625, + 0.01335906982421875, + 0.0107879638671875, + 0.0209808349609375, + -0.03643798828125, + 0.03326416015625, + -0.0024127960205078125, + 0.00821685791015625, + -0.058990478515625, + 0.0161285400390625, + 0.007373809814453125, + 0.0123748779296875, + -0.0107879638671875, + -0.02484130859375, + 0.0169219970703125, + 0.006061553955078125, + -0.036041259765625, + -0.0022144317626953125, + 0.0283050537109375, + -0.04217529296875, + 0.039794921875, + 0.0290985107421875, + -0.01202392578125, + -0.004058837890625, + -0.04296875, + 0.10687255859375, + 0.0263214111328125, + 0.0246429443359375, + -0.004428863525390625, + 0.019195556640625, + 0.034454345703125, + 0.002349853515625, + 0.00559234619140625, + 0.01910400390625, + -0.0189971923828125, + 0.055023193359375, + 0.035430908203125, + -0.0213775634765625, + -0.041778564453125, + 0.06927490234375, + 0.01192474365234375, + -0.0633544921875, + 0.03839111328125, + 0.04058837890625, + 0.002140045166015625, + 0.0008473396301269531, + -0.0240478515625, + -0.0173187255859375, + -0.05462646484375, + 0.058990478515625, + -0.0024623870849609375, + 0.009552001953125, + 0.01514434814453125, + -0.062164306640625, + 0.033447265625, + 0.01049041748046875, + 0.0413818359375, + -0.032257080078125, + 0.06890869140625, + -0.01009368896484375, + 0.007373809814453125, + 0.00091552734375, + 0.021484375, + 0.0058135986328125, + 0.032867431640625, + -0.01702880859375, + 0.059783935546875, + 0.00324249267578125, + -0.00826263427734375, + -0.0914306640625, + 0.0009403228759765625, + 0.00324249267578125, + 0.0012865066528320312, + 0.03662109375, + -0.04473876953125, + -0.00638580322265625, + -0.01306915283203125, + 0.032257080078125, + 0.06927490234375, + -0.018798828125, + 0.0225677490234375, + 0.0032176971435546875, + 0.00447845458984375, + 0.021484375, + -0.01192474365234375 + ], + "metadata": { + "domains": [ + "mobile-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "mobile", + "cloud", + "decryption" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Gephi", + "type": "tool", + "name": "Gephi", + "content": "gephi die open-source-netzwerkanalyseplattform visualisiert komplexe beziehungsgeflechte durch mächtige graph-algorithmen und interaktive darstellung. force-atlas-layout organisiert tausende nodes automatisch, modularity-clustering identifiziert communities, betweenness-centrality findet schlüsselfiguren in netzwerken. besonders wertvoll für fraud- investigations: import von csv/gexf-daten aus transaktions-logs, timeline-animation zeigt netzwerk-evolution, size/color-mapping nach attributen (geldbeträge, risikolevels). die statistics-panel berechnet graph-metriken automatisch. filter isolieren verdächtige subgraphen. export zu pdf/svg für reports. plugin-ecosystem erweitert für spezielle analysis-methoden. besonders stark bei großen datensätzen (100k+ nodes) wo andere tools versagen. die java-basis macht es cross-platform verfügbar. steile lernkurve aber unübertroffene visualisierungs-power für social-network-analysis und money-laundering-detection. graph-analysis visualization fraud-investigation network-forensics analysis", + "embedding": [ + -0.032073974609375, + 0.0097198486328125, + 0.053802490234375, + 0.0020503997802734375, + 0.0261688232421875, + 0.032257080078125, + 0.04052734375, + 0.00824737548828125, + -0.01511383056640625, + -0.00870513916015625, + -0.02294921875, + 0.0469970703125, + 0.0222015380859375, + -0.004444122314453125, + -0.0589599609375, + 0.059326171875, + 0.0097198486328125, + 0.032623291015625, + 0.01335906982421875, + -0.010040283203125, + 0.0002015829086303711, + 0.0007314682006835938, + -0.04052734375, + -0.00453948974609375, + 0.0218353271484375, + 0.0009098052978515625, + -0.01898193359375, + -0.06488037109375, + -0.0126190185546875, + -0.004467010498046875, + -0.0028324127197265625, + -0.0304107666015625, + -0.018341064453125, + 0.0311431884765625, + -0.00797271728515625, + -0.00020301342010498047, + -0.0009098052978515625, + -0.060821533203125, + -0.0274505615234375, + 0.0205535888671875, + 0.00021886825561523438, + -0.002925872802734375, + -0.001773834228515625, + -0.02874755859375, + -0.0223846435546875, + -0.04901123046875, + -0.00847625732421875, + -0.005390167236328125, + 0.0123443603515625, + -0.01483154296875, + 0.03924560546875, + 0.032989501953125, + 0.0305938720703125, + -0.0210113525390625, + -0.0272674560546875, + 0.014190673828125, + 0.0178680419921875, + -0.024322509765625, + -0.04718017578125, + 0.03631591796875, + -0.0074615478515625, + 0.0163116455078125, + -0.0120697021484375, + 0.0093536376953125, + 0.031707763671875, + 0.019073486328125, + -0.0254364013671875, + -0.0179595947265625, + 0.0281982421875, + -0.0032482147216796875, + 0.0269012451171875, + -0.0223846435546875, + 0.0233154296875, + 0.023040771484375, + -0.033721923828125, + -0.033721923828125, + -0.0016469955444335938, + 0.04071044921875, + -0.004283905029296875, + 0.007232666015625, + -0.051239013671875, + -0.0090789794921875, + 0.055267333984375, + -0.0269012451171875, + -0.019073486328125, + -0.0123443603515625, + 0.0307769775390625, + 0.0142822265625, + 0.0035247802734375, + 0.0180511474609375, + 0.00824737548828125, + -0.01290130615234375, + 0.036865234375, + -0.02008056640625, + 0.0408935546875, + 0.075927734375, + -0.0296630859375, + -0.01354217529296875, + -0.00293731689453125, + 0.014007568359375, + 0.0212860107421875, + -0.0276336669921875, + 0.053070068359375, + -0.01105499267578125, + 0.0560302734375, + -0.0175018310546875, + 0.0256195068359375, + -0.0223846435546875, + 0.0037078857421875, + -0.042938232421875, + -0.08990478515625, + -0.030029296875, + -0.0256195068359375, + -0.04974365234375, + -0.00994873046875, + 0.00594329833984375, + -0.01326751708984375, + 0.043487548828125, + -0.078857421875, + -0.04034423828125, + 0.044952392578125, + 0.01308441162109375, + -0.005710601806640625, + -0.004329681396484375, + -0.0394287109375, + -0.06488037109375, + 0.00865936279296875, + 0.03997802734375, + -0.044219970703125, + -0.024688720703125, + -0.0166778564453125, + -0.033721923828125, + 0.00801849365234375, + -0.0274505615234375, + 0.01335906982421875, + -0.01078033447265625, + 0.036102294921875, + -0.007694244384765625, + -0.013916015625, + -0.00879669189453125, + 0.024505615234375, + -0.0165863037109375, + -0.07666015625, + 0.0011348724365234375, + -0.0207366943359375, + -0.035552978515625, + -0.006359100341796875, + 0.032257080078125, + -0.0220184326171875, + 0.0021419525146484375, + -0.0078277587890625, + 0.0017271041870117188, + 0.06304931640625, + -0.00014102458953857422, + -0.007049560546875, + -0.0401611328125, + -0.0254364013671875, + -0.00626373291015625, + 0.034454345703125, + -0.031524658203125, + -0.00870513916015625, + 0.0209197998046875, + 0.0164947509765625, + 0.029296875, + -0.014556884765625, + -0.05047607421875, + -0.0379638671875, + -0.00006908178329467773, + 0.0158538818359375, + 0.00469970703125, + 0.003154754638671875, + 0.0021877288818359375, + 0.03997802734375, + 0.07147216796875, + -0.002452850341796875, + 0.023773193359375, + -0.01520538330078125, + -0.005573272705078125, + 0.044403076171875, + 0.0142822265625, + 0.004100799560546875, + -0.0020160675048828125, + 0.023956298828125, + 0.01335906982421875, + 0.035552978515625, + 0.00490570068359375, + -0.033721923828125, + -0.0013074874877929688, + -0.01036834716796875, + 0.0121612548828125, + -0.035003662109375, + -0.035552978515625, + -0.0304107666015625, + 0.024505615234375, + 0.0259857177734375, + 0.061553955078125, + 0.004791259765625, + -0.0126190185546875, + -0.00024628639221191406, + 0.0222930908203125, + 0.006908416748046875, + 0.01078033447265625, + -0.0117034912109375, + 0.045684814453125, + 0.0379638671875, + 0.024871826171875, + -0.01548004150390625, + 0.044219970703125, + 0.0162200927734375, + -0.0259857177734375, + 0.01280975341796875, + 0.056396484375, + -0.0125274658203125, + -0.004467010498046875, + -0.034271240234375, + -0.04644775390625, + -0.0016469955444335938, + -0.0157623291015625, + -0.01073455810546875, + -0.0124359130859375, + -0.0164031982421875, + -0.0379638671875, + -0.0269012451171875, + 0.042388916015625, + -0.0225677490234375, + 0.031524658203125, + 0.034820556640625, + -0.041473388671875, + 0.0170440673828125, + 0.007049560546875, + 0.02294921875, + 0.035736083984375, + -0.00843048095703125, + 0.00811004638671875, + 0.0009851455688476562, + -0.001819610595703125, + 0.0394287109375, + 0.05712890625, + 0.019989013671875, + 0.00011807680130004883, + -0.035186767578125, + 0.034271240234375, + -0.03631591796875, + 0.018890380859375, + 0.04608154296875, + -0.006816864013671875, + -0.01091766357421875, + 0.01409912109375, + 0.033355712890625, + 0.043304443359375, + -0.0390625, + 0.014739990234375, + -0.06671142578125, + 0.01308441162109375, + -0.0740966796875, + -0.0311431884765625, + -0.0281982421875, + -0.033538818359375, + 0.06451416015625, + -0.03851318359375, + -0.0091705322265625, + 0.0009212493896484375, + 0.025054931640625, + 0.0090789794921875, + 0.0296630859375, + -0.005619049072265625, + -0.0379638671875, + 0.007556915283203125, + 0.06744384765625, + -0.01059722900390625, + -0.0208282470703125, + 0.0074615478515625, + 0.0469970703125, + 0.0023956298828125, + 0.020172119140625, + 0.004055023193359375, + 0.01824951171875, + 0.024322509765625, + 0.018524169921875, + 0.0272674560546875, + -0.0176849365234375, + 0.00016057491302490234, + -0.0168609619140625, + 0.05859375, + -0.03814697265625, + -0.0175018310546875, + -0.0070037841796875, + 0.031890869140625, + 0.003940582275390625, + -0.0726318359375, + -0.0142822265625, + 0.0261688232421875, + 0.01446533203125, + -0.0090789794921875, + 0.0016927719116210938, + -0.04718017578125, + 0.030029296875, + -0.0150146484375, + -0.0164947509765625, + 0.03668212890625, + 0.05047607421875, + -0.06304931640625, + 0.0212860107421875, + 0.005344390869140625, + 0.0078277587890625, + -0.061553955078125, + -0.0212860107421875, + -0.00838470458984375, + 0.000041544437408447266, + -0.03631591796875, + -0.0093536376953125, + 0.031707763671875, + -0.043670654296875, + 0.00347900390625, + -0.004009246826171875, + -0.01055145263671875, + -0.032623291015625, + -0.042022705078125, + 0.00612640380859375, + -0.041107177734375, + -0.042205810546875, + -0.031890869140625, + 0.0582275390625, + 0.00359344482421875, + 0.0099945068359375, + -0.003940582275390625, + 0.01520538330078125, + -0.051605224609375, + 0.024871826171875, + 0.0010595321655273438, + 0.0212860107421875, + 0.023590087890625, + 0.055267333984375, + 0.044769287109375, + 0.0305938720703125, + 0.029296875, + 0.0806884765625, + 0.054168701171875, + -0.01953125, + 0.00750732421875, + 0.0263519287109375, + 0.01032257080078125, + 0.036102294921875, + -0.01548004150390625, + -0.0150146484375, + -0.0265350341796875, + -0.024688720703125, + 0.041290283203125, + 0.034820556640625, + 0.0270843505859375, + 0.03814697265625, + -0.0364990234375, + -0.032073974609375, + 0.04791259765625, + -0.01520538330078125, + 0.10614013671875, + -0.0124359130859375, + -0.043853759765625, + 0.00801849365234375, + 0.041107177734375, + -0.01363372802734375, + -0.01073455810546875, + 0.031890869140625, + -0.0258026123046875, + 0.0034084320068359375, + 0.024322509765625, + -0.0167694091796875, + 0.02911376953125, + -0.033355712890625, + -0.01354217529296875, + 0.041290283203125, + -0.01971435546875, + 0.01078033447265625, + 0.005390167236328125, + 0.01953125, + 0.019622802734375, + 0.0158538818359375, + -0.0626220703125, + -0.02008056640625, + -0.0469970703125, + -0.06781005859375, + 0.03814697265625, + 0.0307769775390625, + 0.0256195068359375, + 0.033721923828125, + -0.043853759765625, + -0.03997802734375, + 0.01345062255859375, + -0.019622802734375, + 0.060455322265625, + 0.0379638671875, + 0.0122528076171875, + 0.020172119140625, + -0.029296875, + -0.006771087646484375, + 0.0589599609375, + 0.034820556640625, + 0.05047607421875, + 0.061553955078125, + 0.0038928985595703125, + 0.03778076171875, + -0.024139404296875, + 0.032989501953125, + -0.0118865966796875, + 0.0270843505859375, + -0.0164947509765625, + 0.019622802734375, + 0.034454345703125, + 0.032257080078125, + -0.020355224609375, + 0.039794921875, + 0.029296875, + -0.03961181640625, + 0.0175933837890625, + -0.0274505615234375, + 0.0120697021484375, + -0.0462646484375, + 0.018524169921875, + 0.00994873046875, + 0.018157958984375, + 0.00824737548828125, + 0.004398345947265625, + -0.03759765625, + -0.00576019287109375, + 0.0096282958984375, + -0.05047607421875, + 0.020263671875, + -0.0016813278198242188, + -0.045318603515625, + 0.0233154296875, + -0.0174102783203125, + -0.023956298828125, + 0.03814697265625, + -0.0462646484375, + -0.0178680419921875, + 0.0281982421875, + 0.0394287109375, + -0.04791259765625, + -0.0210113525390625, + -0.0269012451171875, + -0.01308441162109375, + -0.005664825439453125, + -0.01483154296875, + 0.0216522216796875, + -0.01045989990234375, + 0.00119781494140625, + 0.0164031982421875, + 0.0269012451171875, + -0.0096282958984375, + -0.0276336669921875, + 0.0302276611328125, + -0.01299285888671875, + -0.0401611328125, + 0.0176849365234375, + 0.0254364013671875, + 0.0167694091796875, + -0.0208282470703125, + -0.030029296875, + -0.024322509765625, + 0.0259857177734375, + -0.001468658447265625, + 0.02984619140625, + -0.0261688232421875, + -0.019256591796875, + -0.023956298828125, + 0.032806396484375, + 0.004055023193359375, + 0.01271820068359375, + 0.0072784423828125, + -0.0582275390625, + 0.030029296875, + -0.06341552734375, + 0.0070953369140625, + -0.0094451904296875, + 0.002292633056640625, + -0.03631591796875, + 0.07073974609375, + -0.003040313720703125, + -0.0169525146484375, + 0.0016813278198242188, + 0.052337646484375, + 0.01073455810546875, + 0.006679534912109375, + -0.043853759765625, + 0.051239013671875, + -0.005367279052734375, + -0.06341552734375, + 0.0120697021484375, + -0.0221099853515625, + -0.00750732421875, + 0.03741455078125, + -0.043853759765625, + -0.020355224609375, + -0.002384185791015625, + -0.07000732421875, + -0.019622802734375, + -0.041290283203125, + -0.0307769775390625, + -0.04071044921875, + 0.0210113525390625, + 0.0123443603515625, + -0.0009560585021972656, + 0.01446533203125, + 0.032623291015625, + -0.014556884765625, + 0.0116119384765625, + -0.006862640380859375, + -0.0021190643310546875, + 0.006450653076171875, + -0.04937744140625, + -0.0172271728515625, + -0.00617218017578125, + 0.0254364013671875, + -0.0069580078125, + 0.0120697021484375, + 0.0078277587890625, + -0.0289306640625, + 0.0408935546875, + -0.01290130615234375, + -0.010040283203125, + -0.00792694091796875, + -0.0207366943359375, + -0.0209197998046875, + -0.04644775390625, + 0.00237274169921875, + 0.035186767578125, + -0.0006566047668457031, + 0.023773193359375, + 0.056396484375, + -0.02783203125, + -0.00598907470703125, + 0.034271240234375, + -0.0123443603515625, + 0.005413055419921875, + 0.0009784698486328125, + -0.0158538818359375, + -0.01363372802734375, + 0.04791259765625, + -0.033905029296875, + -0.04718017578125, + -0.08624267578125, + 0.033905029296875, + 0.00750732421875, + -0.0263519287109375, + -0.0276336669921875, + -0.033172607421875, + -0.0755615234375, + 0.0005931854248046875, + 0.041107177734375, + 0.0222930908203125, + 0.01165771484375, + -0.042755126953125, + -0.032440185546875, + -0.007785797119140625, + -0.053436279296875, + 0.0364990234375, + -0.00838470458984375, + 0.0228424072265625, + -0.009674072265625, + -0.01114654541015625, + 0.0274505615234375, + 0.032806396484375, + 0.02783203125, + 0.0002894401550292969, + 0.00467681884765625, + -0.0390625, + 0.02947998046875, + -0.01045989990234375, + -0.01557159423828125, + -0.0033168792724609375, + -0.0013017654418945312, + 0.0225677490234375, + -0.0390625, + -0.01096343994140625, + 0.018341064453125, + 0.005184173583984375, + 0.032440185546875, + -0.003570556640625, + -0.01326751708984375, + 0.023406982421875, + -0.01068878173828125, + 0.03668212890625, + -0.03631591796875, + -0.057861328125, + -0.0095367431640625, + 0.0018768310546875, + 0.03668212890625, + 0.04052734375, + -0.019622802734375, + -0.024688720703125, + -0.004009246826171875, + 0.03778076171875, + -0.0256195068359375, + -0.04718017578125, + -0.04901123046875, + 0.03997802734375, + 0.0177764892578125, + 0.0560302734375, + -0.0212860107421875, + 0.08404541015625, + 0.0191650390625, + -0.007415771484375, + 0.035369873046875, + 0.06964111328125, + 0.02349853515625, + -0.0205535888671875, + -0.050872802734375, + -0.004192352294921875, + 0.005527496337890625, + -0.07000732421875, + -0.053070068359375, + -0.01123809814453125, + 0.0272674560546875, + -0.0733642578125, + -0.005298614501953125, + -0.0267181396484375, + 0.01953125, + -0.00856781005859375, + 0.002384185791015625, + -0.020355224609375, + 0.019439697265625, + 0.032623291015625, + -0.018157958984375, + 0.00347900390625, + 0.0006074905395507812, + -0.011474609375, + 0.03668212890625, + 0.00875091552734375, + -0.0458984375, + 0.02801513671875, + -0.01446533203125, + 0.019256591796875, + 0.006359100341796875, + 0.053436279296875, + 0.030029296875, + 0.035186767578125, + 0.024871826171875, + 0.08697509765625, + -0.0259857177734375, + -0.024139404296875, + 0.00879669189453125, + 0.033538818359375, + 0.030029296875, + 0.0408935546875, + -0.0172271728515625, + 0.00576019287109375, + -0.018341064453125, + -0.0276336669921875, + -0.033538818359375, + -0.00020587444305419922, + -0.0101776123046875, + -0.035003662109375, + -0.04937744140625, + -0.006542205810546875, + -0.051239013671875, + 0.032257080078125, + 0.007232666015625, + -0.0364990234375, + -0.013916015625, + 0.00630950927734375, + -0.01317596435546875, + -0.032989501953125, + 0.0261688232421875, + -0.0098114013671875, + -0.033538818359375, + -0.0117034912109375, + -0.018157958984375, + 0.033905029296875, + -0.018707275390625, + -0.050872802734375, + -0.0123443603515625, + 0.0162200927734375, + -0.00576019287109375, + -0.041290283203125, + 0.0028324127197265625, + 0.035186767578125, + -0.0146484375, + -0.03668212890625, + -0.052703857421875, + -0.025238037109375, + -0.0027408599853515625, + -0.0259857177734375, + 0.0013933181762695312, + 0.009674072265625, + -0.036865234375, + -0.004489898681640625, + -0.0015201568603515625, + -0.01280975341796875, + 0.057861328125, + -0.042572021484375, + 0.023773193359375, + 0.00875091552734375, + 0.025054931640625, + 0.02874755859375, + 0.059326171875, + -0.00797271728515625, + -0.0164947509765625, + -0.006450653076171875, + -0.04034423828125, + 0.023773193359375, + -0.006496429443359375, + 0.0177764892578125, + -0.08441162109375, + 0.01345062255859375, + 0.02947998046875, + -0.055267333984375, + 0.0007715225219726562, + 0.028564453125, + -0.01317596435546875, + -0.04974365234375, + 0.0178680419921875, + -0.00608062744140625, + 0.0011167526245117188, + 0.08880615234375, + -0.00797271728515625, + 0.01290130615234375, + -0.005573272705078125, + -0.024871826171875, + 0.02874755859375, + 0.0213775634765625, + 0.04791259765625, + -0.041839599609375, + 0.0208282470703125, + 0.0267181396484375, + -0.032989501953125, + 0.0158538818359375, + -0.078125, + -0.018890380859375, + 0.024688720703125, + 0.0215606689453125, + 0.0116119384765625, + 0.007694244384765625, + -0.06561279296875, + -0.0051116943359375, + -0.03704833984375, + 0.0211029052734375, + -0.02008056640625, + 0.0272674560546875, + -0.055267333984375, + -0.02783203125, + 0.007415771484375, + -0.036865234375, + -0.03704833984375, + -0.033172607421875, + -0.0071868896484375, + 0.0117950439453125, + -0.045318603515625, + 0.0302276611328125, + 0.00621795654296875, + 0.00499725341796875, + 0.023956298828125, + 0.042022705078125, + -0.0121612548828125, + 0.0175018310546875, + 0.0094451904296875, + 0.033172607421875, + 0.0224761962890625, + 0.00617218017578125, + -0.00289154052734375, + -0.00481414794921875, + 0.007694244384765625, + -0.034271240234375, + 0.023773193359375, + 0.044586181640625, + 0.006862640380859375, + -0.0469970703125, + 0.0019931793212890625, + -0.03668212890625, + 0.04071044921875, + -0.0016584396362304688, + 0.051971435546875, + -0.0074615478515625, + -0.0207366943359375, + -0.078857421875, + 0.043670654296875, + -0.0305938720703125, + 0.0304107666015625, + 0.032440185546875, + -0.042755126953125, + -0.053802490234375, + -0.044586181640625, + -0.01898193359375, + 0.04754638671875, + -0.042938232421875, + 0.041107177734375, + 0.020172119140625, + 0.006679534912109375, + 0.02044677734375, + 0.025054931640625, + -0.00598907470703125, + 0.041656494140625, + 0.00617218017578125, + -0.045135498046875, + 0.0574951171875, + 0.0038242340087890625, + 0.0305938720703125, + 0.0175933837890625, + 0.0124359130859375, + -0.01557159423828125, + -0.0048828125, + -0.0272674560546875, + -0.01345062255859375, + 0.0220184326171875, + 0.060821533203125, + -0.00013315677642822266, + 0.0013818740844726562, + -0.0191650390625, + 0.0390625, + -0.00902557373046875, + -0.029296875, + 0.01280975341796875, + 0.0021762847900390625, + -0.019805908203125, + -0.0261688232421875, + -0.06964111328125, + -0.08990478515625, + -0.00608062744140625, + -0.04974365234375, + -0.01299285888671875, + -0.01032257080078125, + 0.0099945068359375, + 0.043853759765625, + -0.0379638671875, + 0.04034423828125, + 0.00025916099548339844, + -0.0209197998046875, + -0.034271240234375, + 0.0037078857421875, + -0.01165771484375, + 0.03131103515625, + 0.0161285400390625, + -0.011566162109375, + -0.0027294158935546875, + 0.0002663135528564453, + -0.001739501953125, + 0.01971435546875, + 0.0038013458251953125, + -0.02801513671875, + 0.020355224609375, + -0.091796875, + -0.0228424072265625, + 0.00806427001953125, + 0.00852203369140625, + 0.0096282958984375, + -0.0258026123046875, + 0.053802490234375, + -0.023223876953125, + -0.05047607421875, + 0.032257080078125, + 0.025238037109375, + -0.0169525146484375, + 0.033355712890625, + 0.006908416748046875, + -0.0098114013671875, + -0.00350189208984375, + 0.03924560546875, + 0.0272674560546875, + 0.035186767578125, + 0.03997802734375, + -0.01290130615234375, + 0.006404876708984375, + -0.0170440673828125, + 0.035003662109375, + 0.014923095703125, + 0.01409912109375, + 0.004123687744140625, + 0.0216522216796875, + -0.0122528076171875, + -0.08294677734375, + -0.0175018310546875, + -0.0170440673828125, + -0.074462890625, + 0.0021762847900390625, + 0.061920166015625, + 0.051605224609375, + -0.0115203857421875, + 0.043853759765625, + -0.00815582275390625, + 0.0309600830078125, + 0.01091766357421875, + -0.006633758544921875, + -0.06744384765625, + -0.024139404296875, + 0.0305938720703125, + 0.035186767578125, + -0.0582275390625, + 0.04901123046875, + 0.06597900390625, + -0.019256591796875, + -0.01345062255859375, + 0.005504608154296875, + -0.00373077392578125, + 0.061187744140625, + 0.03668212890625, + 0.030029296875, + -0.06781005859375, + 0.01096343994140625, + 0.01538848876953125, + -0.01335906982421875, + -0.02783203125, + -0.0212860107421875, + -0.04791259765625, + 0.06414794921875, + -0.03741455078125, + -0.0048370361328125, + -0.00598907470703125, + 0.052337646484375, + 0.0216522216796875, + -0.031524658203125, + 0.002532958984375, + 0.042938232421875, + 0.01898193359375, + -0.0150146484375, + 0.00603485107421875, + -0.0228424072265625, + 0.00499725341796875, + 0.0094451904296875, + 0.042388916015625, + 0.00580596923828125, + 0.0574951171875, + 0.011749267578125, + -0.04754638671875, + 0.0209197998046875, + 0.01317596435546875, + 0.024505615234375, + 0.00621795654296875, + -0.0222930908203125, + -0.02874755859375, + -0.04937744140625, + 0.02838134765625, + 0.033355712890625, + 0.02838134765625, + 0.01132965087890625, + -0.0034313201904296875, + -0.00884246826171875, + 0.0126190185546875, + 0.04754638671875, + 0.032623291015625, + 0.0210113525390625, + -0.025238037109375, + 0.0296630859375, + 0.01548004150390625, + -0.0010137557983398438, + -0.02044677734375, + 0.035186767578125, + -0.004306793212890625, + -0.005138397216796875, + -0.023590087890625, + 0.0008983612060546875, + 0.0073699951171875, + 0.002429962158203125, + -0.0263519287109375, + -0.032623291015625, + 0.0223846435546875, + -0.0173187255859375, + -0.0198974609375, + -0.004009246826171875, + 0.031524658203125, + -0.035186767578125, + 0.01308441162109375, + 0.032623291015625, + -0.0289306640625, + 0.0115203857421875, + -0.044952392578125, + 0.07147216796875, + 0.0226593017578125, + 0.034820556640625, + -0.0256195068359375, + 0.0305938720703125, + 0.05010986328125, + -0.0014972686767578125, + -0.01363372802734375, + 0.0261688232421875, + 0.01271820068359375, + 0.06005859375, + 0.0364990234375, + 0.01381683349609375, + -0.032989501953125, + 0.03778076171875, + 0.0267181396484375, + -0.03851318359375, + 0.0386962890625, + 0.0270843505859375, + -0.0020275115966796875, + -0.006450653076171875, + -0.0016813278198242188, + -0.00013887882232666016, + -0.044403076171875, + 0.0462646484375, + 0.03131103515625, + 0.007415771484375, + 0.0259857177734375, + -0.07037353515625, + 0.03997802734375, + -0.002452850341796875, + 0.03778076171875, + -0.04052734375, + 0.051239013671875, + 0.004283905029296875, + 0.005161285400390625, + -0.0160369873046875, + 0.006496429443359375, + 0.005596160888671875, + 0.061187744140625, + -0.014556884765625, + 0.053070068359375, + 0.0274505615234375, + -0.00897979736328125, + -0.0364990234375, + -0.0171356201171875, + 0.014556884765625, + 0.0174102783203125, + 0.0574951171875, + -0.06341552734375, + -0.032806396484375, + 0.01050567626953125, + 0.042755126953125, + 0.06005859375, + -0.024139404296875, + 0.00884246826171875, + 0.0070953369140625, + 0.007049560546875, + -0.0171356201171875, + -0.030029296875 + ], + "metadata": { + "domains": [ + "fraud-investigation", + "network-forensics" + ], + "phases": [ + "analysis" + ], + "tags": [ + "graph-analysis", + "visualization" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Aircrack_ng", + "type": "tool", + "name": "Aircrack-ng", + "content": "aircrack-ng die legendäre wlan-security-suite vereint seit 2006 alle tools für 802.11-penetration-testing und forensic-wlan-analysis. airodump-ng sammelt packets und zeigt hidden-networks, aireplay-ng injiziert deauth-frames für handshake-capture, aircrack-ng selbst bricht wep-keys in minuten und wpa2-psks mit dictionary-attacks. besonders wertvoll für forensik: packet-capture-analysis identifiziert rogue-aps, client-probing-behavior enthüllt bewegungsprofile, wps-pin-recovery bei legacy-routern. die gpu-acceleration (via pyrit/hashcat) beschleunigt psk-cracking dramatisch. support für moderne standards: wpa3-transition-mode, 802.11ac/ax. scripting-interface automatisiert mass-assessments. cross-platform-verfügbarkeit mit hardware-treiber-support. forensic-mode bewahrt evidence-integrity. integration in penetration-testing-frameworks. der klassiker für wlan-forensik wenn moderne enterprise-wlans kompromittiert wurden. commandline wireless packet-capture injection cracking scenario:credential_theft network-forensics incident-response data-collection analysis", + "embedding": [ + -0.003936767578125, + 0.00498199462890625, + 0.036956787109375, + 0.0190582275390625, + 0.052490234375, + -0.00547027587890625, + 0.005298614501953125, + -0.005977630615234375, + -0.0226593017578125, + -0.0134124755859375, + -0.037139892578125, + 0.0501708984375, + 0.0057373046875, + -0.01739501953125, + -0.06494140625, + 0.05364990234375, + 0.00485992431640625, + 0.018768310546875, + 0.016143798828125, + 0.0030384063720703125, + -0.014678955078125, + -0.0272216796875, + -0.06182861328125, + -0.00262451171875, + -0.015655517578125, + -0.018768310546875, + -0.02606201171875, + -0.06842041015625, + -0.033050537109375, + 0.0093841552734375, + 0.0224609375, + -0.0196380615234375, + 0.0162353515625, + 0.018768310546875, + 0.01006317138671875, + -0.01006317138671875, + -0.014678955078125, + -0.029754638671875, + -0.0154571533203125, + 0.052490234375, + -0.010009765625, + -0.0012884140014648438, + 0.0006651878356933594, + -0.0112762451171875, + -0.038116455078125, + -0.0234222412109375, + -0.00899505615234375, + -0.01244354248046875, + 0.0472412109375, + -0.038116455078125, + 0.0289764404296875, + 0.03753662109375, + 0.00772857666015625, + -0.0062713623046875, + -0.03033447265625, + 0.0015802383422851562, + 0.048614501953125, + -0.0291595458984375, + -0.0367431640625, + 0.052490234375, + -0.05328369140625, + -0.033447265625, + -0.01312255859375, + -0.03656005859375, + -0.00797271728515625, + -0.003597259521484375, + -0.00547027587890625, + -0.041595458984375, + 0.0004162788391113281, + 0.00928497314453125, + 0.031707763671875, + -0.032073974609375, + -0.01555633544921875, + 0.0211029052734375, + -0.0149688720703125, + -0.0406494140625, + 0.0252838134765625, + 0.006999969482421875, + -0.0075836181640625, + -0.01084136962890625, + -0.03558349609375, + 0.0201263427734375, + 0.0462646484375, + -0.0285797119140625, + 0.0094757080078125, + -0.004543304443359375, + 0.0367431640625, + 0.01312255859375, + -0.01010894775390625, + -0.004230499267578125, + 0.03790283203125, + -0.02032470703125, + 0.041412353515625, + -0.0258636474609375, + 0.016815185546875, + 0.04510498046875, + 0.0102081298828125, + -0.0008749961853027344, + -0.003353118896484375, + 0.0305328369140625, + 0.033843994140625, + -0.0262451171875, + 0.07269287109375, + 0.01215362548828125, + 0.04705810546875, + -0.0177001953125, + 0.01273345947265625, + -0.007144927978515625, + -0.0160369873046875, + -0.014678955078125, + -0.0770263671875, + -0.0128326416015625, + -0.0012035369873046875, + -0.0482177734375, + 0.00885009765625, + -0.00021564960479736328, + -0.023529052734375, + 0.05950927734375, + -0.0521240234375, + -0.0258636474609375, + 0.03558349609375, + 0.0096282958984375, + -0.02362060546875, + -0.0128326416015625, + -0.06378173828125, + -0.054443359375, + 0.00262451171875, + 0.025665283203125, + -0.0400390625, + -0.033843994140625, + -0.023529052734375, + -0.0162353515625, + -0.0013551712036132812, + -0.0224609375, + -0.004276275634765625, + -0.02099609375, + 0.032867431640625, + 0.001567840576171875, + -0.009674072265625, + 0.0254669189453125, + 0.03228759765625, + -0.0247955322265625, + -0.052490234375, + 0.020904541015625, + -0.04180908203125, + -0.0212860107421875, + 0.017303466796875, + 0.03131103515625, + -0.0165252685546875, + -0.00241851806640625, + -0.01535797119140625, + 0.0112762451171875, + 0.03228759765625, + -0.0091400146484375, + -0.006221771240234375, + -0.055999755859375, + -0.00952911376953125, + -0.026641845703125, + 0.0160369873046875, + -0.041015625, + -0.0157470703125, + -0.0184783935546875, + -0.054840087890625, + 0.0148773193359375, + -0.02099609375, + -0.0086517333984375, + -0.01117706298828125, + -0.0159454345703125, + 0.0252838134765625, + -0.00860595703125, + 0.01264190673828125, + -0.006366729736328125, + 0.036163330078125, + 0.052490234375, + 0.009674072265625, + 0.031494140625, + 0.006610870361328125, + 0.01195526123046875, + -0.0031833648681640625, + 0.03656005859375, + -0.01428985595703125, + -0.0029277801513671875, + 0.04937744140625, + 0.0171051025390625, + 0.041412353515625, + -0.0024662017822265625, + -0.040435791015625, + -0.0134124755859375, + -0.04510498046875, + 0.0289764404296875, + -0.0190582275390625, + -0.0243988037109375, + -0.007633209228515625, + 0.01983642578125, + 0.0254669189453125, + 0.06842041015625, + 0.035003662109375, + 0.00666046142578125, + 0.0439453125, + 0.00403594970703125, + 0.00748443603515625, + 0.030914306640625, + -0.01273345947265625, + 0.047454833984375, + 0.016326904296875, + 0.01934814453125, + 0.0062713623046875, + 0.04803466796875, + 0.0264434814453125, + -0.037322998046875, + -0.0232391357421875, + 0.036956787109375, + 0.0011301040649414062, + -0.029754638671875, + -0.01059722900390625, + -0.0148773193359375, + -0.0080718994140625, + -0.0097198486328125, + 0.005054473876953125, + -0.003719329833984375, + -0.0134124755859375, + -0.029937744140625, + 0.011566162109375, + 0.0291595458984375, + -0.0232391357421875, + 0.061065673828125, + 0.0305328369140625, + -0.0274200439453125, + -0.009185791015625, + 0.034210205078125, + -0.0012941360473632812, + 0.0289764404296875, + 0.00023090839385986328, + 0.01312255859375, + -0.03656005859375, + -0.0148773193359375, + 0.038299560546875, + 0.039276123046875, + 0.00904083251953125, + 0.00855255126953125, + -0.0567626953125, + 0.050567626953125, + -0.042572021484375, + 0.03656005859375, + 0.026824951171875, + -0.0258636474609375, + 0.0139007568359375, + -0.00695037841796875, + 0.0170135498046875, + 0.0626220703125, + -0.07232666015625, + 0.0027103424072265625, + -0.056396484375, + 0.00250244140625, + -0.100341796875, + -0.02838134765625, + -0.037139892578125, + -0.041015625, + 0.03656005859375, + -0.012054443359375, + -0.0285797119140625, + -0.01273345947265625, + 0.0133209228515625, + -0.02935791015625, + 0.06573486328125, + 0.0043487548828125, + -0.03033447265625, + -0.01837158203125, + 0.07037353515625, + -0.004665374755859375, + -0.01983642578125, + -0.0281982421875, + -0.001312255859375, + 0.0223541259765625, + 0.048797607421875, + -0.0196380615234375, + 0.0009965896606445312, + 0.03228759765625, + 0.005977630615234375, + 0.0237274169921875, + -0.021881103515625, + -0.006366729736328125, + -0.0080718994140625, + 0.032867431640625, + -0.05328369140625, + -0.0006928443908691406, + 0.01312255859375, + 0.004375457763671875, + 0.0049591064453125, + -0.07080078125, + 0.0011243820190429688, + 0.045501708984375, + -0.01788330078125, + 0.036346435546875, + 0.015167236328125, + -0.062225341796875, + -0.006999969482421875, + 0.00366973876953125, + 0.006999969482421875, + 0.0096282958984375, + 0.07427978515625, + -0.044525146484375, + 0.02099609375, + 0.0024662017822265625, + -0.004787445068359375, + -0.035980224609375, + -0.0258636474609375, + -0.01132965087890625, + 0.0107421875, + -0.0501708984375, + -0.033233642578125, + -0.0112762451171875, + -0.00830841064453125, + 0.022064208984375, + 0.00695037841796875, + 0.007534027099609375, + -0.054840087890625, + -0.054046630859375, + 0.0177001953125, + -0.033843994140625, + -0.0196380615234375, + -0.04315185546875, + 0.034423828125, + 0.024017333984375, + 0.017791748046875, + -0.0061492919921875, + -0.01535797119140625, + -0.0439453125, + 0.04278564453125, + 0.0022716522216796875, + 0.0367431640625, + -0.006198883056640625, + 0.036163330078125, + 0.0281982421875, + 0.034423828125, + 0.033233642578125, + 0.049774169921875, + 0.026641845703125, + -0.007244110107421875, + -0.0227508544921875, + 0.01477813720703125, + -0.00432586669921875, + 0.0086517333984375, + -0.008941650390625, + -0.0025882720947265625, + -0.01264190673828125, + -0.01409912109375, + 0.0023937225341796875, + 0.03033447265625, + 0.034210205078125, + 0.0305328369140625, + -0.0185699462890625, + 0.01010894775390625, + 0.0491943359375, + -0.0006957054138183594, + 0.08203125, + -0.0012035369873046875, + -0.04840087890625, + 0.031494140625, + 0.0122528076171875, + -0.0274200439453125, + -0.0023822784423828125, + 0.04412841796875, + 0.02606201171875, + 0.007534027099609375, + 0.0270233154296875, + -0.0243988037109375, + 0.00977325439453125, + -0.0227508544921875, + -0.0186614990234375, + -0.005420684814453125, + -0.01171112060546875, + -0.01428985595703125, + 0.06646728515625, + 0.0472412109375, + 0.012542724609375, + 0.034027099609375, + -0.033233642578125, + -0.035003662109375, + -0.0270233154296875, + -0.061065673828125, + -0.00792694091796875, + 0.032470703125, + 0.01535797119140625, + 0.06805419921875, + -0.028778076171875, + -0.0672607421875, + 0.0035247802734375, + -0.04937744140625, + 0.06646728515625, + 0.02935791015625, + 0.0048370361328125, + 0.042572021484375, + -0.01371002197265625, + 0.01132965087890625, + 0.033233642578125, + -0.0015010833740234375, + 0.03790283203125, + 0.06341552734375, + 0.017303466796875, + 0.0081634521484375, + -0.033050537109375, + 0.00547027587890625, + 0.0222625732421875, + -0.005031585693359375, + -0.03131103515625, + 0.041229248046875, + 0.01055145263671875, + 0.0311126708984375, + -0.06884765625, + 0.04901123046875, + 0.0252838134765625, + -0.01885986328125, + -0.01166534423828125, + -0.01380157470703125, + -0.00666046142578125, + -0.069580078125, + 0.01788330078125, + 0.01137542724609375, + 0.0122528076171875, + 0.0276031494140625, + 0.031707763671875, + -0.0491943359375, + -0.044525146484375, + 0.03363037109375, + -0.058319091796875, + -0.01399993896484375, + 0.0032329559326171875, + -0.0254669189453125, + 0.0160369873046875, + -0.02313232421875, + -0.04803466796875, + -0.007778167724609375, + -0.01477813720703125, + -0.0396728515625, + -0.004009246826171875, + 0.01123046875, + -0.052886962890625, + -0.025665283203125, + -0.02935791015625, + 0.00772857666015625, + -0.0157470703125, + -0.0264434814453125, + 0.056396484375, + 0.005855560302734375, + 0.005031585693359375, + 0.016815185546875, + 0.049774169921875, + 0.0008325576782226562, + -0.034423828125, + 0.0458984375, + 0.00551605224609375, + -0.023529052734375, + 0.011566162109375, + 0.0025882720947265625, + 0.01312255859375, + -0.0181732177734375, + -0.0239105224609375, + 0.002613067626953125, + 0.014678955078125, + 0.012542724609375, + 0.01059722900390625, + -0.035980224609375, + -0.0171051025390625, + -0.050567626953125, + 0.049591064453125, + -0.01006317138671875, + 0.05328369140625, + -0.035003662109375, + -0.0439453125, + 0.02001953125, + -0.057159423828125, + -0.0252838134765625, + 0.00354766845703125, + -0.0062713623046875, + -0.024017333984375, + 0.055206298828125, + -0.012542724609375, + 0.0243988037109375, + 0.0037670135498046875, + 0.03656005859375, + -0.020416259765625, + -0.021392822265625, + -0.0258636474609375, + 0.0239105224609375, + 0.0049591064453125, + -0.046478271484375, + 0.01535797119140625, + -0.02508544921875, + 0.0014276504516601562, + 0.050567626953125, + -0.04296875, + 0.007778167724609375, + -0.01010894775390625, + -0.054840087890625, + -0.036346435546875, + -0.044525146484375, + -0.032867431640625, + -0.036956787109375, + 0.024017333984375, + 0.034423828125, + 0.00885009765625, + -0.007244110107421875, + 0.01322174072265625, + 0.0185699462890625, + 0.019439697265625, + -0.0175933837890625, + -0.0258636474609375, + 0.0233306884765625, + -0.048614501953125, + -0.032073974609375, + -0.0165252685546875, + 0.04315185546875, + -0.0234222412109375, + -0.003475189208984375, + 0.021575927734375, + -0.0023097991943359375, + 0.0179901123046875, + -0.054840087890625, + -0.007678985595703125, + -0.0262451171875, + -0.0357666015625, + -0.01934814453125, + -0.01361083984375, + 0.00354766845703125, + 0.021575927734375, + -0.0159454345703125, + 0.0175933837890625, + 0.024200439453125, + -0.033447265625, + 0.0169219970703125, + 0.0008869171142578125, + -0.0149688720703125, + 0.007244110107421875, + -0.003986358642578125, + 0.005321502685546875, + -0.0036449432373046875, + 0.044921875, + -0.01555633544921875, + -0.034027099609375, + -0.0863037109375, + 0.01171112060546875, + -0.015167236328125, + -0.007289886474609375, + -0.045684814453125, + -0.0606689453125, + -0.06494140625, + -0.0217742919921875, + 0.025665283203125, + 0.018768310546875, + 0.0050811767578125, + 0.005954742431640625, + -0.01526641845703125, + -0.01293182373046875, + -0.03033447265625, + 0.026641845703125, + -0.0148773193359375, + 0.0237274169921875, + 0.0007534027099609375, + -0.0221710205078125, + 0.0248870849609375, + 0.0301361083984375, + 0.007289886474609375, + 0.03033447265625, + 0.0234222412109375, + -0.01361083984375, + 0.0211944580078125, + -0.0258636474609375, + -0.01059722900390625, + 0.0014095306396484375, + -0.0139007568359375, + 0.01934814453125, + -0.009918212890625, + -0.0160369873046875, + 0.0196380615234375, + 0.038299560546875, + 0.032867431640625, + -0.006610870361328125, + -0.009185791015625, + 0.04705810546875, + -0.00023090839385986328, + 0.0272216796875, + -0.022064208984375, + -0.045501708984375, + 0.01428985595703125, + -0.024017333984375, + 0.0462646484375, + 0.036163330078125, + 0.0006561279296875, + -0.02838134765625, + 0.0196380615234375, + 0.06182861328125, + 0.00836181640625, + -0.0501708984375, + -0.01477813720703125, + 0.0050811767578125, + 0.02508544921875, + 0.038299560546875, + -0.01526641845703125, + 0.08050537109375, + -0.01380157470703125, + -0.0018472671508789062, + 0.06573486328125, + 0.08050537109375, + 0.0281982421875, + -0.01361083984375, + -0.0243988037109375, + 0.0175018310546875, + 0.011474609375, + -0.049774169921875, + -0.049591064453125, + -0.00846099853515625, + 0.07196044921875, + -0.059112548828125, + -0.00008547306060791016, + -0.008941650390625, + -0.0133209228515625, + 0.004497528076171875, + 0.0165252685546875, + -0.034210205078125, + 0.018768310546875, + 0.01739501953125, + -0.035980224609375, + -0.037139892578125, + -0.0367431640625, + 0.0080718994140625, + 0.04376220703125, + 0.044708251953125, + -0.041412353515625, + 0.0258636474609375, + 0.03228759765625, + 0.04705810546875, + 0.0305328369140625, + 0.02935791015625, + 0.03656005859375, + 0.0011358261108398438, + 0.03228759765625, + 0.0567626953125, + -0.00748443603515625, + -0.03460693359375, + 0.0057373046875, + 0.025665283203125, + 0.0587158203125, + 0.083984375, + 0.00670623779296875, + -0.01885986328125, + -0.0180816650390625, + -0.0252838134765625, + 0.01039886474609375, + 0.0021514892578125, + -0.027801513671875, + -0.05133056640625, + -0.02459716796875, + 0.0181732177734375, + -0.0191497802734375, + 0.0439453125, + 0.015167236328125, + -0.0262451171875, + -0.031494140625, + 0.0357666015625, + 0.0112762451171875, + -0.03265380859375, + 0.01293182373046875, + -0.0254669189453125, + -0.0122528076171875, + -0.032073974609375, + -0.0121002197265625, + 0.033233642578125, + -0.0010938644409179688, + -0.055206298828125, + -0.003936767578125, + 0.033233642578125, + -0.031707763671875, + -0.0264434814453125, + -0.0237274169921875, + 0.007144927978515625, + -0.0458984375, + -0.054840087890625, + -0.069580078125, + -0.033447265625, + -0.00695037841796875, + -0.0175933837890625, + -0.014190673828125, + -0.0248870849609375, + -0.029937744140625, + -0.00904083251953125, + 0.00670623779296875, + -0.0217742919921875, + 0.036346435546875, + -0.0587158203125, + 0.0347900390625, + 0.036346435546875, + 0.0107421875, + 0.018768310546875, + 0.055999755859375, + -0.00605010986328125, + -0.0115203857421875, + 0.0166168212890625, + -0.05328369140625, + -0.002429962158203125, + 0.0007658004760742188, + 0.01351165771484375, + -0.06414794921875, + 0.002685546875, + 0.021484375, + -0.1026611328125, + 0.0270233154296875, + -0.002017974853515625, + -0.015167236328125, + -0.0400390625, + -0.00005811452865600586, + 0.006320953369140625, + -0.01195526123046875, + 0.077392578125, + -0.0075836181640625, + -0.0226593017578125, + 0.01506805419921875, + -0.0279998779296875, + 0.050567626953125, + 0.00217437744140625, + 0.03753662109375, + -0.035003662109375, + 0.0289764404296875, + 0.01885986328125, + -0.0169219970703125, + 0.00391387939453125, + -0.0606689453125, + 0.0143890380859375, + 0.016143798828125, + 0.015167236328125, + -0.0034503936767578125, + -0.03753662109375, + -0.04412841796875, + -0.0281982421875, + -0.0228424072265625, + 0.0159454345703125, + 0.015167236328125, + 0.004375457763671875, + -0.033233642578125, + -0.031494140625, + -0.0018835067749023438, + -0.038116455078125, + -0.0311126708984375, + -0.01399993896484375, + 0.0406494140625, + 0.00797271728515625, + -0.052490234375, + 0.034423828125, + -0.002685546875, + -0.004787445068359375, + 0.05328369140625, + 0.05133056640625, + -0.042572021484375, + 0.019439697265625, + 0.0061492919921875, + 0.046478271484375, + -0.007534027099609375, + 0.01006317138671875, + -0.0013856887817382812, + 0.011566162109375, + 0.033233642578125, + -0.026641845703125, + 0.031890869140625, + 0.035186767578125, + -0.01035308837890625, + -0.0750732421875, + -0.0190582275390625, + -0.0386962890625, + 0.0212860107421875, + 0.0033054351806640625, + 0.0501708984375, + 0.007389068603515625, + -0.0472412109375, + -0.0882568359375, + 0.031707763671875, + -0.014678955078125, + 0.023529052734375, + 0.00037670135498046875, + -0.029754638671875, + -0.07080078125, + -0.03790283203125, + -0.0075836181640625, + 0.0248870849609375, + -0.0166168212890625, + 0.04608154296875, + 0.004253387451171875, + -0.0036945343017578125, + 0.00772857666015625, + -0.019256591796875, + -0.0122528076171875, + 0.0154571533203125, + 0.02362060546875, + -0.027801513671875, + 0.0758056640625, + -0.06494140625, + 0.0070953369140625, + -0.024505615234375, + -0.0239105224609375, + -0.00957489013671875, + -0.0070953369140625, + -0.0211944580078125, + -0.004154205322265625, + 0.0148773193359375, + 0.04803466796875, + -0.0301361083984375, + 0.0139007568359375, + -0.0167236328125, + 0.044342041015625, + 0.0172119140625, + -0.01555633544921875, + 0.0169219970703125, + -0.0202178955078125, + 0.005031585693359375, + -0.02508544921875, + -0.0731201171875, + -0.07269287109375, + 0.00792694091796875, + -0.0262451171875, + -0.00313568115234375, + -0.01322174072265625, + 0.02032470703125, + 0.016815185546875, + -0.00301361083984375, + 0.0272216796875, + -0.0043487548828125, + -0.019927978515625, + -0.035003662109375, + 0.0311126708984375, + -0.017791748046875, + 0.031890869140625, + -0.00850677490234375, + -0.033050537109375, + 0.028778076171875, + 0.0019197463989257812, + -0.00792694091796875, + -0.00743865966796875, + 0.0158538818359375, + -0.01457977294921875, + 0.01428985595703125, + -0.0921630859375, + -0.046478271484375, + 0.00039505958557128906, + 0.056396484375, + -0.00977325439453125, + -0.0357666015625, + 0.06298828125, + -0.011810302734375, + -0.052490234375, + 0.041229248046875, + -0.0107879638671875, + -0.06414794921875, + 0.03363037109375, + -0.00933074951171875, + 0.033050537109375, + 0.014678955078125, + 0.050567626953125, + 0.02838134765625, + 0.031494140625, + 0.04412841796875, + -0.0179901123046875, + 0.014190673828125, + -0.0143890380859375, + 0.046844482421875, + 0.0175933837890625, + 0.0377197265625, + -0.022064208984375, + 0.034027099609375, + 0.012542724609375, + -0.0968017578125, + -0.00695037841796875, + -0.027801513671875, + -0.029754638671875, + -0.0062713623046875, + 0.08050537109375, + 0.039093017578125, + 0.021392822265625, + 0.02508544921875, + 0.03131103515625, + 0.02294921875, + -0.002017974853515625, + -0.028778076171875, + -0.0606689453125, + -0.02935791015625, + 0.01457977294921875, + -0.003986358642578125, + -0.057159423828125, + 0.0205078125, + 0.050567626953125, + -0.0172119140625, + -0.010162353515625, + -0.007778167724609375, + -0.0007047653198242188, + 0.019439697265625, + 0.01132965087890625, + 0.003864288330078125, + -0.046844482421875, + 0.03265380859375, + 0.03753662109375, + 0.0004191398620605469, + 0.0050811767578125, + -0.009429931640625, + -0.01166534423828125, + 0.034027099609375, + -0.052886962890625, + 0.00981903076171875, + 0.00605010986328125, + 0.07818603515625, + 0.010009765625, + -0.03265380859375, + -0.0005831718444824219, + 0.0158538818359375, + 0.0272216796875, + -0.0021381378173828125, + 0.01064300537109375, + 0.00792694091796875, + -0.02032470703125, + 0.0233306884765625, + 0.03228759765625, + -0.0107421875, + 0.0311126708984375, + 0.0201263427734375, + -0.0606689453125, + 0.03887939453125, + -0.020904541015625, + 0.01885986328125, + -0.008941650390625, + -0.03265380859375, + -0.0239105224609375, + -0.04608154296875, + 0.04376220703125, + 0.03790283203125, + 0.03265380859375, + 0.0008993148803710938, + -0.0031604766845703125, + -0.0171051025390625, + -0.0059051513671875, + 0.02935791015625, + 0.0196380615234375, + 0.007049560546875, + 0.02508544921875, + 0.0228424072265625, + -0.00510406494140625, + 0.0081634521484375, + -0.0227508544921875, + 0.0037670135498046875, + -0.0179901123046875, + 0.01264190673828125, + -0.0606689453125, + -0.0165252685546875, + -0.0019445419311523438, + -0.0270233154296875, + -0.01161956787109375, + -0.0258636474609375, + 0.01555633544921875, + -0.019439697265625, + -0.041015625, + 0.0148773193359375, + 0.05755615234375, + -0.0120086669921875, + 0.0170135498046875, + 0.02001953125, + 0.0233306884765625, + 0.0184783935546875, + -0.0750732421875, + 0.057952880859375, + 0.0419921875, + 0.04296875, + -0.01190948486328125, + 0.0060272216796875, + 0.035400390625, + -0.0171051025390625, + -0.00885009765625, + 0.01322174072265625, + -0.02099609375, + 0.052886962890625, + 0.0191497802734375, + -0.00403594970703125, + -0.0252838134765625, + 0.00743865966796875, + 0.004230499267578125, + -0.035980224609375, + 0.033233642578125, + 0.0148773193359375, + 0.01788330078125, + -0.0012941360473632812, + -0.006855010986328125, + -0.01059722900390625, + -0.055999755859375, + 0.06610107421875, + 0.0307159423828125, + -0.006561279296875, + 0.0252838134765625, + -0.06573486328125, + 0.03558349609375, + 0.01088714599609375, + 0.0295562744140625, + -0.03131103515625, + 0.0472412109375, + -0.0234222412109375, + 0.00408172607421875, + -0.0172119140625, + 0.0158538818359375, + -0.0211944580078125, + 0.027801513671875, + -0.02099609375, + 0.0567626953125, + 0.003864288330078125, + 0.004787445068359375, + -0.0567626953125, + -0.008941650390625, + -0.0035724639892578125, + 0.0439453125, + 0.03558349609375, + -0.048614501953125, + -0.0262451171875, + -0.01837158203125, + 0.0291595458984375, + 0.07427978515625, + 0.00274658203125, + 0.0274200439453125, + -0.00923919677734375, + -0.0078277587890625, + -0.0205078125, + -0.01010894775390625 + ], + "metadata": { + "domains": [ + "network-forensics", + "incident-response" + ], + "phases": [ + "data-collection", + "analysis" + ], + "tags": [ + "commandline", + "wireless", + "packet-capture", + "injection", + "cracking", + "scenario:credential_theft" + ], + "skillLevel": "advanced", + "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.00006777048110961914, + 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_Radare2", + "type": "tool", + "name": "Radare2", + "content": "radare2 das modulare reverse-engineering-framework vereint disassembler, debugger, hex-editor und scripter in einer mächtigen cli-suite. die unix-philosophie \"do one thing well\" ermöglicht granulare kontrolle über jeden analyse-schritt. besonders innovativ: r2pipe-integration bindet das framework in python, node.js, go-scripts ein, visual-mode bietet pseudo-gui im terminal, project-files speichern komplexe analysen persistent. über 20 architekturen unterstützt von x86 bis webassembly. die aktive community entwickelt ständig neue features: r2ghidra-decompiler, r2dec für pseudocode, cutter als gui- frontend. besonders stark bei firmware-analyse und ctf-challenges. die steep-learning-curve wird durch unübertroffene flexibilität belohnt. docker-images vereinfachen deployment. die lgpl-lizenz ermöglicht kommerzielle integration. perfekt für sicherheitsforscher die maximale kontrolle über ihre analyse-umgebung benötigen. reverse-engineering scripting malware-analysis analysis", + "embedding": [ + -0.025360107421875, + 0.0030384063720703125, + 0.040130615234375, + -0.00244140625, + 0.03778076171875, + 0.0341796875, + 0.0086517333984375, + -0.00981903076171875, + -0.0276031494140625, + -0.00554656982421875, + -0.02886962890625, + 0.05859375, + 0.014862060546875, + 0.0229339599609375, + -0.04180908203125, + 0.028228759765625, + -0.009552001953125, + -0.0104522705078125, + 0.006687164306640625, + 0.0228271484375, + -0.0042724609375, + -0.032470703125, + -0.05816650390625, + -0.016021728515625, + -0.00695037841796875, + 0.0007796287536621094, + 0.000025928020477294922, + -0.0870361328125, + -0.004642486572265625, + 0.007801055908203125, + 0.003635406494140625, + -0.0145416259765625, + 0.0200653076171875, + 0.0216522216796875, + 0.011993408203125, + -0.02154541015625, + -0.0192108154296875, + -0.06964111328125, + 0.001598358154296875, + 0.054779052734375, + -0.02886962890625, + -0.009124755859375, + 0.00870513916015625, + -0.036102294921875, + -0.0041656494140625, + -0.040130615234375, + 0.0049896240234375, + -0.0084381103515625, + 0.0181427001953125, + -0.04266357421875, + 0.027801513671875, + 0.01528167724609375, + 0.0005903244018554688, + -0.0243072509765625, + -0.079833984375, + 0.0145416259765625, + 0.042022705078125, + -0.0276031494140625, + -0.0382080078125, + 0.063232421875, + -0.01666259765625, + -0.039276123046875, + 0.005146026611328125, + -0.006473541259765625, + 0.0186767578125, + 0.0245208740234375, + -0.018890380859375, + -0.01236724853515625, + 0.0053863525390625, + -0.00021886825561523438, + 0.0196380615234375, + 0.0181427001953125, + -0.002971649169921875, + 0.042877197265625, + -0.061553955078125, + -0.03375244140625, + 0.020172119140625, + 0.035888671875, + 0.00960540771484375, + 0.01024627685546875, + -0.0240936279296875, + 0.0013132095336914062, + 0.032257080078125, + -0.01146697998046875, + -0.00360870361328125, + 0.0034236907958984375, + 0.036102294921875, + 0.012420654296875, + 0.0312042236328125, + -0.038848876953125, + 0.037353515625, + -0.0139007568359375, + 0.02069091796875, + -0.040771484375, + 0.029937744140625, + 0.038421630859375, + -0.0350341796875, + -0.0038204193115234375, + -0.052001953125, + 0.03546142578125, + 0.0202789306640625, + -0.0189971923828125, + 0.08154296875, + -0.01258087158203125, + 0.062408447265625, + -0.02801513671875, + 0.00310516357421875, + 0.01146697998046875, + 0.0106658935546875, + 0.003223419189453125, + -0.0772705078125, + -0.0333251953125, + -0.01380157470703125, + -0.05816650390625, + -0.00748443603515625, + 0.005680084228515625, + -0.010772705078125, + 0.03289794921875, + -0.03948974609375, + -0.0263214111328125, + 0.00411224365234375, + 0.004669189453125, + -0.0163421630859375, + 0.021331787109375, + -0.044586181640625, + -0.045654296875, + 0.006900787353515625, + 0.0183563232421875, + -0.038848876953125, + -0.01273345947265625, + -0.0178375244140625, + -0.037994384765625, + -0.0139007568359375, + -0.0145416259765625, + 0.006237030029296875, + -0.0305633544921875, + 0.0316162109375, + -0.0057830810546875, + -0.011993408203125, + 0.00208282470703125, + 0.01580810546875, + -0.033966064453125, + -0.050323486328125, + 0.0238800048828125, + -0.0180511474609375, + -0.0229339599609375, + -0.0125274658203125, + 0.0276031494140625, + -0.0229339599609375, + 0.01055908203125, + 0.0204925537109375, + 0.017730712890625, + 0.07684326171875, + -0.01549530029296875, + 0.01024627685546875, + -0.047332763671875, + -0.01517486572265625, + 0.000942230224609375, + 0.03778076171875, + -0.01507568359375, + -0.00795745849609375, + 0.0014524459838867188, + 0.01560211181640625, + 0.038421630859375, + -0.0307769775390625, + -0.0276031494140625, + 0.006420135498046875, + 0.00907135009765625, + 0.0211181640625, + 0.00432586669921875, + 0.04669189453125, + -0.0022945404052734375, + 0.0210113525390625, + 0.05242919921875, + -0.0082244873046875, + 0.01172637939453125, + -0.0006465911865234375, + -0.0025081634521484375, + 0.027801513671875, + 0.0200653076171875, + -0.01326751708984375, + -0.0187835693359375, + 0.0496826171875, + -0.01305389404296875, + 0.0276031494140625, + -0.0013866424560546875, + -0.0309906005859375, + -0.0364990234375, + -0.037353515625, + 0.01093292236328125, + -0.041595458984375, + -0.0194244384765625, + -0.0126800537109375, + 0.02886962890625, + 0.025787353515625, + 0.054351806640625, + 0.04669189453125, + -0.000988006591796875, + 0.031829833984375, + 0.0214385986328125, + -0.004669189453125, + 0.03692626953125, + 0.0086517333984375, + 0.036102294921875, + 0.031402587890625, + -0.0225067138671875, + -0.00902557373046875, + 0.0479736328125, + 0.023773193359375, + -0.0192108154296875, + -0.00870513916015625, + 0.037567138671875, + -0.009765625, + 0.01369476318359375, + -0.02685546875, + -0.01751708984375, + 0.0276031494140625, + -0.01507568359375, + 0.00472259521484375, + 0.0014390945434570312, + -0.01114654541015625, + -0.03692626953125, + -0.021759033203125, + 0.0244140625, + -0.03692626953125, + 0.046478271484375, + 0.053070068359375, + -0.0245208740234375, + -0.032684326171875, + 0.047119140625, + 0.0202789306640625, + 0.02801513671875, + 0.007587432861328125, + 0.0055999755859375, + -0.004405975341796875, + -0.0033702850341796875, + 0.0174102783203125, + 0.04351806640625, + 0.0059967041015625, + 0.036712646484375, + -0.03948974609375, + 0.004138946533203125, + -0.0183563232421875, + 0.0430908203125, + 0.03460693359375, + -0.0084381103515625, + 0.0167694091796875, + -0.0021495819091796875, + 0.003131866455078125, + 0.0399169921875, + -0.06878662109375, + -0.01666259765625, + -0.028228759765625, + -0.006500244140625, + -0.08404541015625, + -0.036712646484375, + -0.0211181640625, + -0.03692626953125, + 0.05010986328125, + -0.029083251953125, + -0.028228759765625, + 0.00732421875, + 0.0180511474609375, + -0.0149688720703125, + 0.01953125, + -0.01549530029296875, + -0.041595458984375, + 0.00732421875, + 0.07855224609375, + -0.006103515625, + -0.03289794921875, + -0.0133209228515625, + 0.0192108154296875, + 0.01141357421875, + -0.01422119140625, + -0.0305633544921875, + -0.005146026611328125, + 0.045440673828125, + 0.0196380615234375, + 0.0303497314453125, + -0.005199432373046875, + -0.0015392303466796875, + 0.0019235610961914062, + 0.043731689453125, + -0.03948974609375, + -0.005279541015625, + 0.0174102783203125, + -0.0018968582153320312, + 0.00716400146484375, + -0.06878662109375, + 0.0030918121337890625, + 0.029510498046875, + 0.025787353515625, + 0.01666259765625, + 0.01093292236328125, + -0.060699462890625, + 0.01560211181640625, + 0.00213623046875, + -0.00795745849609375, + 0.0284423828125, + 0.05010986328125, + -0.0234527587890625, + 0.005573272705078125, + -0.020172119140625, + 0.0200653076171875, + -0.020172119140625, + -0.04522705078125, + -0.007694244384765625, + 0.0121002197265625, + -0.0271759033203125, + -0.008331298828125, + 0.0072174072265625, + -0.0149688720703125, + 0.01708984375, + -0.0256805419921875, + -0.00716400146484375, + -0.046051025390625, + -0.036712646484375, + 0.0017118453979492188, + -0.0212249755859375, + -0.01358795166015625, + -0.028228759765625, + 0.0675048828125, + -0.01273345947265625, + 0.0240936279296875, + 0.00048089027404785156, + -0.006847381591796875, + -0.019744873046875, + 0.0205841064453125, + -0.0192108154296875, + 0.0176239013671875, + 0.0096588134765625, + 0.05816650390625, + 0.0067138671875, + 0.0227203369140625, + 0.037994384765625, + 0.0692138671875, + 0.048614501953125, + 0.0003516674041748047, + -0.016021728515625, + 0.00806427001953125, + -0.00043129920959472656, + 0.020172119140625, + -0.0273895263671875, + -0.0263214111328125, + -0.01422119140625, + -0.0180511474609375, + 0.022613525390625, + 0.0145416259765625, + 0.03948974609375, + 0.032684326171875, + 0.004589080810546875, + 0.002162933349609375, + 0.05902099609375, + 0.0019369125366210938, + 0.0887451171875, + -0.0162353515625, + -0.03692626953125, + 0.00279998779296875, + 0.0307769775390625, + -0.00371551513671875, + -0.00634002685546875, + 0.0205841064453125, + 0.005359649658203125, + -0.0025615692138671875, + 0.0462646484375, + -0.00981903076171875, + 0.00330352783203125, + 0.004642486572265625, + 0.0157012939453125, + 0.016876220703125, + -0.02239990234375, + -0.00655364990234375, + 0.042449951171875, + 0.03375244140625, + 0.043731689453125, + 0.038848876953125, + -0.035888671875, + -0.003383636474609375, + -0.046478271484375, + -0.048828125, + 0.0005507469177246094, + 0.0271759033203125, + -0.0027065277099609375, + 0.032470703125, + -0.037567138671875, + -0.044586181640625, + 0.02313232421875, + -0.036285400390625, + 0.08746337890625, + 0.043304443359375, + -0.004909515380859375, + 0.0181427001953125, + -0.0316162109375, + 0.0098724365234375, + 0.01141357421875, + -0.004299163818359375, + 0.05560302734375, + 0.049468994140625, + 0.02197265625, + 0.029296875, + -0.031829833984375, + 0.006847381591796875, + 0.035675048828125, + 0.00949859619140625, + -0.01369476318359375, + 0.0447998046875, + 0.0276031494140625, + 0.0260009765625, + -0.01177978515625, + 0.06793212890625, + 0.0271759033203125, + -0.009979248046875, + 0.043304443359375, + -0.0251617431640625, + 0.0245208740234375, + -0.05242919921875, + 0.00472259521484375, + 0.0303497314453125, + 0.01141357421875, + 0.00881195068359375, + 0.041595458984375, + -0.0496826171875, + 0.01024627685546875, + 0.0333251953125, + -0.08197021484375, + 0.0212249755859375, + 0.0207977294921875, + -0.01953125, + 0.001598358154296875, + -0.0284423828125, + -0.0772705078125, + 0.02313232421875, + -0.03375244140625, + -0.056884765625, + 0.01093292236328125, + 0.0234527587890625, + -0.0447998046875, + -0.0149688720703125, + -0.0382080078125, + -0.004405975341796875, + -0.025360107421875, + -0.027069091796875, + 0.037994384765625, + -0.00400543212890625, + 0.01071929931640625, + 0.05328369140625, + 0.039703369140625, + -0.036102294921875, + -0.01050567626953125, + 0.0265350341796875, + -0.0214385986328125, + -0.046905517578125, + 0.0244140625, + 0.01226043701171875, + -0.00827789306640625, + -0.0305633544921875, + -0.032257080078125, + 0.0031452178955078125, + -0.0094451904296875, + -0.0005736351013183594, + -0.007537841796875, + -0.05328369140625, + -0.037994384765625, + -0.06494140625, + 0.044586181640625, + 0.0267486572265625, + 0.028228759765625, + -0.0014066696166992188, + -0.05560302734375, + 0.008331298828125, + -0.06451416015625, + -0.01136016845703125, + 0.006076812744140625, + -0.0072174072265625, + -0.00666046142578125, + 0.063232421875, + -0.00785064697265625, + -0.004669189453125, + -0.0121002197265625, + 0.036102294921875, + 0.006900787353515625, + 0.009124755859375, + -0.034393310546875, + 0.052001953125, + 0.0165557861328125, + -0.05859375, + 0.00615692138671875, + -0.0247344970703125, + 0.00705718994140625, + 0.0496826171875, + -0.05328369140625, + -0.02398681640625, + -0.0139007568359375, + -0.06536865234375, + -0.0303497314453125, + -0.0252685546875, + -0.0098724365234375, + -0.01824951171875, + 0.010345458984375, + 0.033111572265625, + 0.0017251968383789062, + 0.034393310546875, + 0.0230255126953125, + -0.007801055908203125, + 0.004589080810546875, + 0.035247802734375, + -0.0447998046875, + 0.029296875, + -0.05859375, + -0.0178375244140625, + -0.01422119140625, + 0.032684326171875, + -0.02801513671875, + 0.0230255126953125, + 0.014007568359375, + -0.016448974609375, + 0.0210113525390625, + -0.0301513671875, + 0.0012674331665039062, + -0.025054931640625, + -0.029510498046875, + -0.0350341796875, + -0.03204345703125, + 0.01114654541015625, + 0.0171966552734375, + -0.01294708251953125, + 0.0167694091796875, + 0.003170013427734375, + -0.046478271484375, + 0.005413055419921875, + 0.00907135009765625, + -0.0167694091796875, + 0.0183563232421875, + 0.00849151611328125, + -0.0218658447265625, + 0.006740570068359375, + 0.01055908203125, + -0.032470703125, + -0.03204345703125, + -0.082763671875, + 0.033111572265625, + -0.00817108154296875, + -0.0161285400390625, + -0.0303497314453125, + -0.05645751953125, + -0.070068359375, + -0.0010881423950195312, + 0.0269622802734375, + 0.0128936767578125, + 0.01161956787109375, + -0.025787353515625, + -0.0350341796875, + -0.0162353515625, + -0.032470703125, + 0.047760009765625, + -0.023773193359375, + -0.0047760009765625, + -0.02154541015625, + -0.037994384765625, + 0.032684326171875, + 0.02197265625, + 0.02685546875, + -0.003978729248046875, + 0.007801055908203125, + -0.025054931640625, + 0.0307769775390625, + 0.0016984939575195312, + -0.0157012939453125, + -0.0185699462890625, + -0.01358795166015625, + 0.0261077880859375, + -0.0305633544921875, + -0.042022705078125, + 0.0214385986328125, + 0.01708984375, + 0.020904541015625, + -0.0147552490234375, + -0.03948974609375, + 0.01316070556640625, + -0.001598358154296875, + 0.061553955078125, + -0.0063934326171875, + -0.055206298828125, + -0.0012674331665039062, + 0.002918243408203125, + 0.043731689453125, + 0.037353515625, + -0.0228271484375, + -0.028228759765625, + 0.00727081298828125, + 0.055206298828125, + -0.0312042236328125, + -0.01751708984375, + -0.05816650390625, + 0.00827789306640625, + 0.00737762451171875, + 0.0789794921875, + -0.0113067626953125, + 0.06964111328125, + -0.0038738250732421875, + -0.0034236907958984375, + 0.0181427001953125, + 0.06536865234375, + 0.05157470703125, + -0.0230255126953125, + -0.048614501953125, + -0.0126800537109375, + -0.0165557861328125, + -0.0273895263671875, + -0.032470703125, + -0.00695037841796875, + 0.052001953125, + -0.06536865234375, + -0.027801513671875, + -0.0229339599609375, + -0.01517486572265625, + 0.005706787109375, + 0.0187835693359375, + -0.014862060546875, + 0.029083251953125, + 0.0011739730834960938, + -0.0594482421875, + 0.01071929931640625, + -0.0187835693359375, + -0.006473541259765625, + 0.07135009765625, + -0.00152587890625, + -0.0399169921875, + 0.053924560546875, + 0.0251617431640625, + 0.020172119140625, + 0.0017251968383789062, + 0.02197265625, + 0.027069091796875, + 0.029510498046875, + 0.05413818359375, + 0.05731201171875, + -0.0341796875, + -0.0309906005859375, + 0.005706787109375, + 0.00319671630859375, + 0.0207977294921875, + 0.033111572265625, + 0.01125335693359375, + -0.00142669677734375, + -0.008544921875, + -0.04754638671875, + 0.002613067626953125, + 0.0012607574462890625, + -0.019744873046875, + -0.03692626953125, + -0.036712646484375, + 0.005279541015625, + -0.031829833984375, + 0.032257080078125, + 0.01273345947265625, + 0.005279541015625, + 0.0009617805480957031, + 0.034393310546875, + -0.0106658935546875, + -0.044586181640625, + 0.0048828125, + -0.0247344970703125, + -0.0205841064453125, + -0.04522705078125, + -0.01824951171875, + 0.040985107421875, + -0.023773193359375, + -0.056884765625, + -0.00335693359375, + 0.053497314453125, + -0.0141143798828125, + -0.020172119140625, + -0.0106658935546875, + 0.01305389404296875, + -0.037994384765625, + -0.05987548828125, + -0.04840087890625, + -0.0238800048828125, + 0.0020694732666015625, + -0.038848876953125, + 0.024627685546875, + 0.01263427734375, + -0.0263214111328125, + 0.00493621826171875, + -0.031829833984375, + -0.0560302734375, + 0.048828125, + -0.043304443359375, + 0.0496826171875, + 0.010986328125, + 0.00411224365234375, + 0.048828125, + 0.0462646484375, + -0.0220794677734375, + 0.007110595703125, + -0.0149688720703125, + -0.08404541015625, + 0.01549530029296875, + 0.005252838134765625, + -0.01666259765625, + -0.09173583984375, + -0.0180511474609375, + 0.02484130859375, + -0.063232421875, + 0.012786865234375, + -0.0180511474609375, + -0.016021728515625, + -0.038421630859375, + 0.01380157470703125, + 0.0176239013671875, + -0.0180511474609375, + 0.08660888671875, + 0.01136016845703125, + -0.0181427001953125, + 0.0016384124755859375, + -0.04180908203125, + 0.054779052734375, + 0.0143280029296875, + 0.0261077880859375, + -0.04522705078125, + 0.0307769775390625, + 0.01003265380859375, + -0.010345458984375, + 0.0176239013671875, + -0.0789794921875, + 0.01103973388671875, + 0.017730712890625, + 0.0305633544921875, + -0.00411224365234375, + 0.0232391357421875, + -0.0146484375, + -0.01220703125, + -0.0307769775390625, + 0.0146484375, + 0.01215362548828125, + -0.0011873245239257812, + -0.044586181640625, + -0.029937744140625, + 0.01995849609375, + -0.04266357421875, + -0.025787353515625, + -0.0301513671875, + 0.042449951171875, + 0.0147552490234375, + -0.06964111328125, + 0.0271759033203125, + -0.01204681396484375, + -0.01422119140625, + 0.0364990234375, + 0.05816650390625, + -0.028228759765625, + -0.014434814453125, + 0.01071929931640625, + 0.0382080078125, + 0.01953125, + 0.00870513916015625, + 0.01125335693359375, + 0.0178375244140625, + 0.005306243896484375, + -0.0276031494140625, + 0.042236328125, + 0.029296875, + -0.00785064697265625, + -0.038421630859375, + -0.033966064453125, + -0.01580810546875, + 0.04034423828125, + -0.0123138427734375, + 0.05072021484375, + 0.03692626953125, + -0.01422119140625, + -0.08917236328125, + 0.047119140625, + 0.005069732666015625, + 0.02972412109375, + 0.00902557373046875, + -0.019317626953125, + -0.07598876953125, + -0.049041748046875, + -0.0008754730224609375, + 0.0106658935546875, + -0.042877197265625, + 0.05816650390625, + -0.003662109375, + -0.01326751708984375, + 0.0271759033203125, + 0.0092315673828125, + -0.006183624267578125, + 0.053497314453125, + -0.0024280548095703125, + -0.0227203369140625, + 0.078125, + -0.045013427734375, + 0.033966064453125, + -0.01061248779296875, + 0.0146484375, + 0.0167694091796875, + 0.009979248046875, + -0.036712646484375, + 0.0000655055046081543, + 0.01337432861328125, + 0.05413818359375, + -0.00785064697265625, + 0.018890380859375, + -0.0316162109375, + 0.00493621826171875, + -0.0227203369140625, + -0.01226043701171875, + -0.001857757568359375, + -0.0008821487426757812, + -0.031402587890625, + 0.007747650146484375, + -0.05987548828125, + -0.06494140625, + -0.0072174072265625, + -0.036285400390625, + -0.0133209228515625, + 0.006103515625, + 0.0249481201171875, + 0.0496826171875, + -0.05987548828125, + 0.033966064453125, + -0.006580352783203125, + -0.0118865966796875, + 0.00949859619140625, + 0.0276031494140625, + -0.031829833984375, + 0.037139892578125, + 0.016876220703125, + -0.0220794677734375, + 0.0229339599609375, + -0.027069091796875, + 0.0066070556640625, + -0.0094451904296875, + -0.00732421875, + -0.0240936279296875, + 0.033966064453125, + -0.061981201171875, + -0.00583648681640625, + 0.036712646484375, + 0.0284423828125, + 0.006526947021484375, + -0.0333251953125, + 0.025787353515625, + 0.006580352783203125, + -0.055206298828125, + 0.008758544921875, + -0.029510498046875, + -0.041168212890625, + -0.0029850006103515625, + -0.01549530029296875, + -0.0004246234893798828, + 0.01300048828125, + 0.0350341796875, + 0.0203857421875, + 0.066650390625, + 0.009552001953125, + -0.025787353515625, + 0.01177978515625, + -0.01369476318359375, + 0.0594482421875, + 0.0252685546875, + 0.0341796875, + 0.0011148452758789062, + 0.0198516845703125, + 0.011566162109375, + -0.06964111328125, + 0.00472259521484375, + -0.029937744140625, + -0.041168212890625, + -0.0169830322265625, + 0.0836181640625, + 0.024200439453125, + 0.0309906005859375, + 0.0198516845703125, + 0.0528564453125, + 0.029083251953125, + -0.0104522705078125, + -0.031829833984375, + -0.0692138671875, + -0.00461578369140625, + 0.024200439453125, + 0.017303466796875, + -0.061981201171875, + 0.054779052734375, + 0.0560302734375, + -0.0034503936767578125, + -0.01284027099609375, + -0.036712646484375, + -0.0149688720703125, + 0.03375244140625, + 0.032470703125, + 0.0276031494140625, + -0.07049560546875, + -0.0018711090087890625, + 0.0265350341796875, + -0.004032135009765625, + -0.00928497314453125, + -0.0214385986328125, + -0.0080108642578125, + 0.01125335693359375, + -0.040985107421875, + 0.00615692138671875, + 0.046478271484375, + 0.05157470703125, + 0.008758544921875, + -0.039703369140625, + -0.03204345703125, + 0.0163421630859375, + 0.0057830810546875, + -0.00881195068359375, + -0.00716400146484375, + 0.0350341796875, + -0.035888671875, + 0.02197265625, + 0.035247802734375, + -0.0014858245849609375, + 0.0145416259765625, + 0.031402587890625, + -0.040985107421875, + 0.0118865966796875, + -0.02197265625, + 0.009124755859375, + -0.0096588134765625, + -0.0333251953125, + -0.002826690673828125, + -0.031402587890625, + 0.0123138427734375, + 0.0186767578125, + 0.0276031494140625, + 0.021331787109375, + 0.00716400146484375, + 0.004459381103515625, + -0.0004742145538330078, + 0.027801513671875, + 0.03948974609375, + 0.032257080078125, + 0.018463134765625, + 0.0179443359375, + 0.016448974609375, + -0.0005307197570800781, + -0.0189971923828125, + 0.040985107421875, + -0.048828125, + 0.019744873046875, + -0.05157470703125, + -0.01114654541015625, + 0.0146484375, + -0.031829833984375, + -0.022613525390625, + -0.047119140625, + -0.00716400146484375, + -0.0333251953125, + -0.050933837890625, + -0.018890380859375, + 0.05560302734375, + -0.03863525390625, + 0.01560211181640625, + 0.034820556640625, + 0.035888671875, + 0.0026397705078125, + -0.042236328125, + 0.06964111328125, + 0.032257080078125, + 0.046478271484375, + -0.00279998779296875, + 0.001750946044921875, + 0.012786865234375, + -0.0212249755859375, + 0.0245208740234375, + 0.040557861328125, + -0.01751708984375, + 0.056884765625, + 0.0165557861328125, + 0.0230255126953125, + -0.0227203369140625, + 0.045013427734375, + -0.01194000244140625, + -0.042877197265625, + 0.005096435546875, + 0.0131072998046875, + 0.01380157470703125, + -0.005970001220703125, + -0.005916595458984375, + -0.0273895263671875, + -0.060699462890625, + 0.05859375, + 0.01422119140625, + -0.018463134765625, + 0.042236328125, + -0.0176239013671875, + 0.0577392578125, + 0.0062103271484375, + 0.045013427734375, + -0.0640869140625, + 0.05560302734375, + -0.016876220703125, + 0.0080108642578125, + 0.0009021759033203125, + 0.0028400421142578125, + -0.01528167724609375, + 0.029937744140625, + -0.00827789306640625, + 0.06494140625, + 0.0333251953125, + -0.009765625, + -0.0447998046875, + -0.00695037841796875, + 0.0030651092529296875, + 0.005252838134765625, + 0.034393310546875, + -0.0333251953125, + -0.00727081298828125, + 0.01013946533203125, + 0.0312042236328125, + 0.042022705078125, + -0.006290435791015625, + 0.0030384063720703125, + 0.005756378173828125, + -0.01549530029296875, + -0.0247344970703125, + -0.0072174072265625 + ], + "metadata": { + "domains": [ + "malware-analysis" + ], + "phases": [ + "analysis" + ], + "tags": [ + "reverse-engineering", + "scripting" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, { "id": "tool_FACT", "type": "tool", @@ -63223,14748 +82251,3164 @@ } }, { - "id": "tool_FOCA", + "id": "tool_VLEAPP", "type": "tool", - "name": "FOCA", - "content": "foca elevenpaths (telefonica) entwickelte dieses osint-kraftpaket zur extraktion von metadaten aus öffentlich verfügbaren dokumenten für infrastructure- reconnaissance. crawlt systematisch websites nach pdfs, office-docs, bildern und extrahiert: autor-namen (potentielle mitarbeiter), software- versionen (attack-surface), interne pfade (network-topology), drucker- namen (physical-access-points). die dns-analysis korreliert domains mit gefundenen infrastrukturdaten. geolocation-features mappen ip-ranges. besonders wertvoll für social-engineering-vorbereitung: email-pattern- recognition generiert username-listen, organization-chart-reconstruction aus metadaten. plugin-system erweitert für custom-document-types. shodan-integration enrichert ip-intelligence. die gui macht komplexe osint-workflows auch für non-technical-investigators zugänglich. export-funktionen für weitere analysis-tools. unverzichtbar für penetration-tester und financial-crime-investigators die target- organizations verstehen müssen. metadata osint static-investigations fraud-investigation examination", + "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. command-line 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.042999267578125, - 0.042633056640625, - 0.054351806640625, - 0.019012451171875, - 0.0243377685546875, - 0.002254486083984375, - 0.0223846435546875, - 0.013946533203125, - -0.004642486572265625, - -0.0015096664428710938, - -0.035003662109375, - 0.0382080078125, - -0.0025653839111328125, - -0.006618499755859375, - -0.08172607421875, - 0.07427978515625, - -0.0078582763671875, - 0.01207733154296875, - 0.029144287109375, - 0.01812744140625, - -0.0145721435546875, - 0.0026760101318359375, - -0.04388427734375, - -0.006927490234375, - -0.004909515380859375, - 0.01412200927734375, - 0.00875091552734375, - -0.047607421875, - -0.0182037353515625, - -0.01412200927734375, - 0.04034423828125, - -0.0154571533203125, - -0.00577545166015625, - 0.0213165283203125, - 0.0232696533203125, - 0.0025653839111328125, - -0.01421356201171875, - -0.0518798828125, - -0.044769287109375, - 0.04034423828125, - -0.018829345703125, - 0.0085296630859375, - 0.0046844482421875, - 0.010345458984375, - -0.0236358642578125, - -0.0255889892578125, - -0.0029754638671875, - -0.007373809814453125, - 0.0184783935546875, - -0.02789306640625, - 0.04974365234375, - 0.01323699951171875, - 0.006927490234375, - -0.016876220703125, - -0.0362548828125, - 0.01261138916015625, - 0.01226043701171875, - -0.040496826171875, - -0.046905517578125, - 0.039794921875, - -0.036773681640625, - -0.0124359130859375, - -0.00994873046875, - -0.0277099609375, - 0.0284271240234375, - 0.0225677490234375, - -0.0189208984375, - -0.006885528564453125, - 0.0039520263671875, - -0.00003123283386230469, - 0.006084442138671875, - 0.0135040283203125, - 0.005462646484375, - -0.0029544830322265625, - -0.0479736328125, - -0.047271728515625, - 0.0036869049072265625, - 0.0185699462890625, - -0.00865936279296875, - 0.00821685791015625, - -0.053314208984375, - 0.006572723388671875, - 0.050811767578125, - -0.03216552734375, - -0.0175018310546875, - -0.00865936279296875, - 0.0271759033203125, - 0.0007772445678710938, - -0.00777435302734375, - 0.01172637939453125, - 0.0105743408203125, - 0.00994873046875, - 0.016876220703125, - -0.019012451171875, - 0.0273590087890625, - 0.052581787109375, - -0.0115509033203125, - 0.033050537109375, - -0.00879669189453125, - 0.0284271240234375, - 0.038360595703125, - -0.038360595703125, - 0.038726806640625, - -0.0004303455352783203, - 0.0262908935546875, - -0.0202484130859375, - -0.00148773193359375, - -0.0518798828125, - -0.0153656005859375, - 0.00621795654296875, - -0.0916748046875, - -0.042449951171875, - -0.0176849365234375, - -0.067138671875, - 0.0108795166015625, - 0.0255889892578125, - 0.005062103271484375, - 0.04620361328125, - -0.04034423828125, - -0.06219482421875, - 0.032684326171875, - 0.031982421875, - -0.0006384849548339844, - 0.0124359130859375, - -0.05224609375, - -0.06964111328125, - -0.0009937286376953125, - 0.02398681640625, - -0.02984619140625, - -0.0176849365234375, - 0.002597808837890625, - -0.01412200927734375, - 0.0100860595703125, - -0.03765869140625, - -0.01216888427734375, - 0.006351470947265625, - 0.0374755859375, - -0.01270294189453125, - -0.0009217262268066406, - 0.005374908447265625, - 0.0099029541015625, - -0.01412200927734375, - -0.044586181640625, - -0.026824951171875, - -0.0252227783203125, - -0.020172119140625, - -0.0271759033203125, - 0.046539306640625, - -0.044586181640625, - 0.0019550323486328125, - 0.0035533905029296875, - 0.02069091796875, - 0.058990478515625, - 0.01190185546875, - 0.00675201416015625, - -0.037841796875, - 0.0031986236572265625, - -0.0236358642578125, - 0.030914306640625, - 0.00160980224609375, - -0.006572723388671875, - 0.0124359130859375, - 0.0174102783203125, - 0.0236358642578125, - -0.01910400390625, - -0.0275421142578125, - -0.0114593505859375, - 0.0343017578125, - 0.0135040283203125, - 0.0069732666015625, - 0.0243377685546875, - -0.02166748046875, - 0.063232421875, - 0.05755615234375, - -0.004795074462890625, - 0.0153656005859375, - 0.0266571044921875, - -0.0130615234375, - 0.057220458984375, - 0.034637451171875, - -0.026123046875, - -0.004795074462890625, - 0.0421142578125, - -0.0064849853515625, - -0.0020427703857421875, - -0.01110076904296875, - -0.01812744140625, - 0.008087158203125, - -0.01367950439453125, - 0.038543701171875, - -0.0323486328125, - -0.0215911865234375, - -0.031982421875, - 0.038726806640625, - 0.036773681640625, - 0.044769287109375, - 0.0114593505859375, - -0.019989013671875, - 0.0134124755859375, - 0.028961181640625, - 0.004730224609375, - 0.028076171875, - 0.0006303787231445312, - 0.058624267578125, - 0.0179443359375, - 0.00617218017578125, - -0.02593994140625, - 0.04351806640625, - 0.0323486328125, - -0.021759033203125, - -0.01971435546875, - 0.06182861328125, - -0.00772857666015625, - -0.004974365234375, - -0.0241546630859375, - -0.0208740234375, - 0.0343017578125, - -0.0175018310546875, - -0.033233642578125, - 0.0175933837890625, - 0.004550933837890625, - -0.060394287109375, - 0.00553131103515625, - 0.0275421142578125, - -0.005352020263671875, - 0.0355224609375, - 0.02105712890625, - -0.006397247314453125, - -0.0014438629150390625, - 0.0174102783203125, - 0.0316162109375, - 0.01617431640625, - -0.0179443359375, - -0.005397796630859375, - -0.020965576171875, - -0.01261138916015625, - 0.04937744140625, - 0.04156494140625, - 0.030914306640625, - 0.01065826416015625, - -0.0335693359375, - 0.061126708984375, - -0.02789306640625, - 0.041046142578125, - 0.0196380615234375, - 0.00234222412109375, - -0.003509521484375, - 0.0192718505859375, - 0.0518798828125, - 0.06927490234375, - -0.024688720703125, - -0.00026226043701171875, - -0.08489990234375, - 0.0172271728515625, - -0.035888671875, - -0.0182952880859375, - -0.016693115234375, - -0.06005859375, - 0.06005859375, - -0.01332855224609375, - -0.0294952392578125, - -0.0023651123046875, - 0.0479736328125, - -0.007328033447265625, - 0.04547119140625, - 0.001010894775390625, - -0.050811767578125, - 0.02203369140625, - 0.07781982421875, - -0.004486083984375, - -0.03179931640625, - -0.0009603500366210938, - 0.035888671875, - -0.0145721435546875, - 0.0193634033203125, - -0.036956787109375, - 0.0004608631134033203, - 0.059326171875, - 0.0286102294921875, - 0.045318603515625, - -0.033050537109375, - 0.022735595703125, - -0.005863189697265625, - 0.0413818359375, - -0.07781982421875, - -0.01812744140625, - -0.0134124755859375, - 0.0243377685546875, - -0.0296630859375, - -0.047271728515625, - 0.0115509033203125, - 0.03338623046875, - 0.005084991455078125, - -0.02105712890625, - 0.0245208740234375, - -0.054718017578125, - 0.00728607177734375, - -0.0009937286376953125, - -0.00799560546875, - 0.05010986328125, - 0.042816162109375, - -0.0255889892578125, - 0.01367950439453125, - 0.006927490234375, - 0.0017766952514648438, - -0.0144805908203125, - -0.0667724609375, - -0.04937744140625, - 0.030731201171875, - -0.05615234375, - -0.00040531158447265625, - 0.01207733154296875, - -0.009552001953125, - 0.039794921875, - -0.0135040283203125, - 0.002765655517578125, - -0.039276123046875, - -0.0323486328125, - -0.0003247261047363281, - -0.0433349609375, - -0.02984619140625, - -0.02984619140625, - 0.072509765625, - 0.01519012451171875, - -0.0019207000732421875, - 0.00577545166015625, - -0.004550933837890625, - -0.04937744140625, - 0.020782470703125, - -0.0262908935546875, - 0.033050537109375, - 0.0078582763671875, - 0.042633056640625, - 0.0266571044921875, - 0.00402069091796875, - 0.01074981689453125, - 0.051513671875, - 0.028076171875, - -0.027008056640625, - 0.0040435791015625, - 0.0084381103515625, - 0.006927490234375, - 0.011016845703125, - -0.0343017578125, - -0.0196380615234375, - -0.0214080810546875, - -0.0284271240234375, - 0.0293121337890625, - 0.0165252685546875, - 0.03802490234375, - 0.00719451904296875, - -0.019012451171875, - 0.00548553466796875, - 0.067138671875, - 0.0105743408203125, - 0.11444091796875, - -0.0264739990234375, - -0.03802490234375, - 0.004398345947265625, - 0.0189208984375, - -0.0286102294921875, - -0.00018465518951416016, - 0.0284271240234375, - 0.01287841796875, - -0.020172119140625, - 0.044586181640625, - -0.0123443603515625, - 0.0316162109375, - -0.01226043701171875, - 0.00675201416015625, - 0.032501220703125, - -0.0275421142578125, - 0.00450897216796875, - 0.06182861328125, - -0.00006347894668579102, - 0.0172271728515625, - 0.052581787109375, - -0.03961181640625, - -0.007373809814453125, - -0.0479736328125, - -0.060760498046875, - 0.015899658203125, - 0.038909912109375, - 0.0213165283203125, - 0.04937744140625, - -0.01483154296875, - -0.06610107421875, - 0.02789306640625, - -0.05755615234375, - 0.08917236328125, - 0.04547119140625, - 0.032501220703125, - 0.028961181640625, - -0.01430511474609375, - 0.0010938644409179688, - 0.037841796875, - 0.032501220703125, - 0.016876220703125, - 0.0518798828125, - 0.0374755859375, - 0.0343017578125, - -0.04034423828125, - 0.0255889892578125, - 0.05010986328125, - 0.036773681640625, - 0.0202484130859375, - 0.03216552734375, - 0.008575439453125, - 0.04193115234375, - -0.014923095703125, - 0.031097412109375, - 0.01812744140625, - -0.0277099609375, - 0.002353668212890625, - -0.0134124755859375, - 0.031097412109375, - -0.06396484375, - 0.003131866455078125, - -0.015899658203125, - 0.007061004638671875, - 0.005218505859375, - 0.01483154296875, - -0.0667724609375, - -0.005374908447265625, - 0.0335693359375, - -0.06573486328125, - 0.004665374755859375, - 0.0226593017578125, - -0.0083465576171875, - 0.0273590087890625, - -0.021759033203125, - -0.042633056640625, - 0.041229248046875, - -0.028778076171875, - -0.0266571044921875, - 0.0031528472900390625, - 0.0145721435546875, - -0.0479736328125, - -0.009063720703125, - -0.04034423828125, - -0.0100860595703125, - -0.0184783935546875, - 0.003841400146484375, - 0.0421142578125, - 0.0069732666015625, - 0.0164337158203125, - 0.0243377685546875, - 0.05755615234375, - -0.0080413818359375, - -0.01030731201171875, - 0.024688720703125, - -0.0114593505859375, - -0.07781982421875, - 0.022735595703125, - 0.02203369140625, - 0.0028095245361328125, - -0.054718017578125, - 0.0006856918334960938, - -0.0103912353515625, - -0.00499725341796875, - -0.00528717041015625, - 0.022918701171875, - -0.03338623046875, - -0.037139892578125, - -0.040679931640625, - 0.0316162109375, - 0.020782470703125, - 0.034820556640625, - 0.01421356201171875, - -0.01181793212890625, - 0.0238037109375, - -0.074951171875, - -0.0134124755859375, - -0.006397247314453125, - -0.001110076904296875, - -0.01367950439453125, - 0.05755615234375, - -0.018035888671875, - -0.01163482666015625, - -0.024688720703125, - 0.042449951171875, - 0.037322998046875, - 0.0064849853515625, - -0.04583740234375, - 0.040679931640625, - 0.017852783203125, - -0.037322998046875, - -0.01110076904296875, - -0.0012712478637695312, - 0.026123046875, - 0.050811767578125, - -0.043701171875, - -0.00928497314453125, - -0.0134124755859375, - -0.06256103515625, - -0.046905517578125, - -0.047271728515625, - -0.031097412109375, - -0.0254058837890625, - 0.0163421630859375, - 0.0355224609375, - -0.004306793212890625, - 0.029144287109375, - -0.003509521484375, - 0.00861358642578125, - 0.02593994140625, - 0.020172119140625, - -0.030029296875, - 0.038726806640625, - -0.052581787109375, - -0.049041748046875, - -0.0238037109375, - 0.0243377685546875, - -0.0134124755859375, - 0.0021762847900390625, - 0.0051727294921875, - -0.03570556640625, - 0.047271728515625, - -0.0266571044921875, - -0.010528564453125, - 0.01580810546875, - -0.042999267578125, - -0.0374755859375, - -0.0243377685546875, - 0.015899658203125, - 0.02166748046875, - 0.0007772445678710938, - 0.0222930908203125, - 0.07000732421875, - -0.0303802490234375, - 0.0213165283203125, - 0.01043701171875, - -0.0026531219482421875, - -0.01079559326171875, - 0.0003802776336669922, - -0.0050201416015625, - -0.00222015380859375, - 0.02008056640625, - -0.0033969879150390625, - -0.021759033203125, - -0.071044921875, - 0.0266571044921875, - -0.002376556396484375, - 0.0125274658203125, - -0.0143890380859375, - -0.047271728515625, - -0.054718017578125, - 0.006351470947265625, - 0.024688720703125, - 0.023101806640625, - -0.0175018310546875, - -0.041046142578125, - -0.00499725341796875, - -0.0005331039428710938, - -0.0303802490234375, - 0.04583740234375, - -0.0196380615234375, - 0.0205230712890625, - 0.0005025863647460938, - -0.0236358642578125, - 0.041748046875, - 0.0085296630859375, - 0.03961181640625, - -0.0016984939575195312, - 0.03179931640625, - -0.03216552734375, - 0.0042877197265625, - -0.0031528472900390625, - 0.005352020263671875, - 0.011016845703125, - -0.027008056640625, - 0.0179443359375, - -0.0262908935546875, - -0.018035888671875, - 0.02593994140625, - 0.0203399658203125, - 0.0186614990234375, - -0.01812744140625, - -0.0027866363525390625, - 0.007415771484375, - 0.004596710205078125, - 0.051513671875, - -0.032501220703125, - -0.053314208984375, - -0.00994873046875, - -0.028076171875, - 0.04547119140625, - 0.0236358642578125, - -0.0284271240234375, - -0.02398681640625, - 0.01314544677734375, - 0.04425048828125, - 0.01910400390625, - -0.055084228515625, - -0.03802490234375, - 0.031097412109375, - 0.02789306640625, - 0.046905517578125, - -0.003353118896484375, - 0.06573486328125, - 0.002742767333984375, - -0.00397491455078125, - 0.0162506103515625, - 0.06146240234375, - 0.0185699462890625, - -0.032867431640625, - -0.0343017578125, - -0.005817413330078125, - 0.01385498046875, - -0.06219482421875, - -0.03607177734375, - -0.005596160888671875, - 0.048675537109375, - -0.0714111328125, - -0.03338623046875, - -0.01016998291015625, - 0.0074615478515625, - 0.005664825439453125, - -0.006572723388671875, - -0.0202484130859375, - 0.01279449462890625, - 0.013946533203125, - -0.0273590087890625, - -0.01128387451171875, - -0.020782470703125, - -0.01261138916015625, - 0.0382080078125, - 0.0282440185546875, - -0.0162506103515625, - 0.0323486328125, - 0.007373809814453125, - 0.0223846435546875, - 0.03802490234375, - 0.036773681640625, - 0.01216888427734375, - 0.033233642578125, - 0.039093017578125, - 0.06182861328125, - -0.0271759033203125, - -0.01528167724609375, - -0.01128387451171875, - 0.0362548828125, - 0.034637451171875, - 0.040679931640625, - -0.006130218505859375, - -0.0130615234375, - -0.006664276123046875, - -0.0163421630859375, - -0.0005216598510742188, - 0.004131317138671875, - 0.00426483154296875, - -0.06219482421875, - -0.0286102294921875, - -0.005306243896484375, - -0.037139892578125, - 0.023101806640625, - 0.0046844482421875, - -0.0374755859375, - -0.00981903076171875, - 0.0374755859375, - -0.0185699462890625, - -0.04974365234375, - 0.021148681640625, - -0.007061004638671875, - -0.028961181640625, - -0.02398681640625, - -0.0362548828125, - 0.047607421875, - -0.0305633544921875, - -0.07318115234375, - -0.024871826171875, - 0.0301971435546875, - 0.007549285888671875, - -0.0382080078125, - -0.00029969215393066406, - 0.0173187255859375, - -0.0172271728515625, - -0.004062652587890625, - -0.0374755859375, - -0.0156402587890625, - 0.0033092498779296875, - -0.04620361328125, - 0.0175018310546875, - -0.0163421630859375, - -0.0090179443359375, - -0.002841949462890625, - 0.00524139404296875, - -0.048309326171875, - 0.0174102783203125, - -0.044403076171875, - 0.048675537109375, - 0.00910186767578125, - 0.0206146240234375, - 0.0273590087890625, - 0.0479736328125, - 0.0090179443359375, - 0.002887725830078125, - -0.00994873046875, - -0.03338623046875, - 0.0028209686279296875, - -0.01358795166015625, - 0.00772857666015625, - -0.0557861328125, - -0.00777435302734375, - 0.03607177734375, - -0.09808349609375, - 0.008392333984375, - 0.003841400146484375, - -0.0271759033203125, - -0.042633056640625, - 0.0052642822265625, - -0.0078582763671875, - 0.0195465087890625, - 0.06146240234375, - -0.0012712478637695312, - -0.007415771484375, - 0.0104827880859375, - -0.0236358642578125, - 0.044403076171875, - 0.0035533905029296875, - 0.024871826171875, - -0.03411865234375, - 0.028778076171875, - 0.036590576171875, - -0.019989013671875, - 0.008880615234375, - -0.05755615234375, - -0.02398681640625, - 0.042633056640625, - 0.01430511474609375, - -0.01119232177734375, - -0.00010061264038085938, - -0.01270294189453125, - -0.0294952392578125, - 0.00009506940841674805, - 0.00994873046875, - 0.0029087066650390625, - 0.016082763671875, - -0.024688720703125, - -0.02203369140625, - 0.02069091796875, - -0.059326171875, - -0.0413818359375, - -0.030731201171875, - 0.04620361328125, - 0.0296630859375, - -0.056488037109375, - 0.0089263916015625, - -0.006664276123046875, - -0.000469207763671875, - 0.0236358642578125, - 0.053314208984375, - -0.047271728515625, - -0.014923095703125, - -0.023101806640625, - 0.018035888671875, - 0.0090179443359375, - -0.01163482666015625, - -0.015899658203125, - -0.00099945068359375, - 0.051513671875, - -0.0205230712890625, - 0.031097412109375, - 0.025054931640625, - -0.04583740234375, - -0.034454345703125, - -0.005352020263671875, - -0.025054931640625, - 0.034820556640625, - 0.0051727294921875, - 0.01465606689453125, - -0.007904052734375, - -0.01323699951171875, - -0.1002197265625, - 0.0273590087890625, - -0.03216552734375, - 0.01678466796875, - 0.03802490234375, - -0.020782470703125, - -0.053314208984375, - -0.0335693359375, - -0.01812744140625, - 0.0293121337890625, - -0.047607421875, - 0.035003662109375, - 0.0202484130859375, - -0.01043701171875, - 0.0017099380493164062, - 0.017852783203125, - -0.006927490234375, - 0.051513671875, - -0.0002720355987548828, - -0.031097412109375, - 0.0885009765625, - -0.0294952392578125, - 0.0018873214721679688, - 0.022125244140625, - -0.0226593017578125, - 0.0034198760986328125, - -0.01181793212890625, - -0.045135498046875, - -0.0275421142578125, - 0.049041748046875, - 0.047271728515625, - -0.0275421142578125, - 0.020965576171875, - -0.0198974609375, - 0.0355224609375, - 0.0074615478515625, - 0.0059967041015625, - -0.0036869049072265625, - -0.0007495880126953125, - -0.0236358642578125, - -0.0241546630859375, - -0.0675048828125, - -0.05364990234375, - 0.00870513916015625, - -0.056488037109375, - 0.00524139404296875, - 0.0264739990234375, - 0.0033321380615234375, - 0.0355224609375, - -0.056854248046875, - 0.0479736328125, - 0.004974365234375, - -0.00701904296875, - -0.01367950439453125, - 0.038726806640625, - -0.01412200927734375, - 0.038543701171875, - 0.0124359130859375, - -0.01190185546875, - -0.001743316650390625, - -0.004550933837890625, - -0.00799560546875, - -0.0175018310546875, - 0.0401611328125, - -0.01971435546875, - 0.0017547607421875, - -0.051513671875, - -0.01358795166015625, - 0.022918701171875, - 0.035186767578125, - 0.022918701171875, - -0.0078582763671875, - 0.028961181640625, - -0.00028324127197265625, - -0.05755615234375, - 0.0394287109375, - -0.0078582763671875, - -0.01910400390625, - 0.0179443359375, - -0.00981903076171875, - 0.0105743408203125, - 0.009368896484375, - 0.036773681640625, - 0.022735595703125, - 0.0413818359375, - 0.01483154296875, - -0.0362548828125, - -0.0156402587890625, - 0.0008549690246582031, - 0.017852783203125, - -0.0019207000732421875, - 0.0179443359375, - -0.0262908935546875, - 0.0557861328125, - -0.0156402587890625, - -0.0675048828125, - 0.0015764236450195312, - -0.0110626220703125, - -0.047607421875, - 0.0266571044921875, - 0.054718017578125, - 0.0205230712890625, - 0.009063720703125, - 0.0343017578125, - 0.0316162109375, - 0.0303802490234375, - 0.01065826416015625, - -0.005573272705078125, - -0.055084228515625, - -0.01061248779296875, - 0.049041748046875, - 0.0479736328125, - -0.060394287109375, - 0.03570556640625, - 0.047607421875, - -0.0205230712890625, - -0.034637451171875, - 0.004886627197265625, - -0.0271759033203125, - 0.034637451171875, - 0.05010986328125, - 0.0113677978515625, - -0.049041748046875, - 0.0124359130859375, - 0.01776123046875, - -0.00884246826171875, - 0.0135040283203125, - -0.0099945068359375, - -0.03997802734375, - 0.044403076171875, - -0.072509765625, - -0.010345458984375, - -0.0055084228515625, - 0.07568359375, - 0.004329681396484375, - -0.0440673828125, - -0.022735595703125, - 0.036773681640625, - 0.0109710693359375, - -0.01216888427734375, - 0.0238037109375, - 0.00013458728790283203, - 0.002620697021484375, - 0.0255889892578125, - 0.039794921875, - 0.0271759033203125, - 0.038726806640625, - 0.04034423828125, - -0.041229248046875, - 0.01678466796875, - 0.0156402587890625, - 0.0193634033203125, - 0.01270294189453125, - -0.034820556640625, - -0.0305633544921875, - -0.054718017578125, - 0.0234527587890625, - 0.0224761962890625, - 0.031280517578125, - -0.0033092498779296875, - 0.00879669189453125, - -0.01061248779296875, - -0.01412200927734375, - 0.00470733642578125, - 0.041046142578125, - 0.00830841064453125, - -0.0125274658203125, - 0.002231597900390625, - 0.034637451171875, - -0.0179443359375, - -0.033050537109375, - 0.03802490234375, - -0.0433349609375, - 0.0031757354736328125, - -0.0255889892578125, - 0.0040435791015625, - -0.0013875961303710938, - 0.009063720703125, - -0.0104827880859375, - -0.04351806640625, - -0.019805908203125, - -0.004375457763671875, - -0.0362548828125, - -0.0257568359375, - 0.0479736328125, - -0.04937744140625, - 0.0036640167236328125, - 0.043701171875, - -0.01123809814453125, - 0.0035305023193359375, - -0.053314208984375, - 0.0667724609375, - 0.035186767578125, - 0.0164337158203125, - 0.003864288330078125, - -0.0019550323486328125, - 0.0596923828125, - -0.004398345947265625, - 0.02069091796875, - 0.019989013671875, - -0.0252227783203125, - 0.048675537109375, - 0.061126708984375, - -0.005306243896484375, - -0.0421142578125, - 0.021759033203125, - 0.01021575927734375, - -0.032867431640625, - 0.041748046875, - 0.0005688667297363281, - 0.0194549560546875, - -0.004730224609375, - -0.01465606689453125, - -0.01314544677734375, - -0.0557861328125, - 0.052581787109375, - 0.008392333984375, - 0.005950927734375, - 0.0150146484375, - -0.046539306640625, - 0.02789306640625, - 0.02398681640625, - 0.048675537109375, - -0.042816162109375, - 0.07427978515625, - -0.0184783935546875, - 0.0172271728515625, - -0.024871826171875, - 0.01430511474609375, - -0.0154571533203125, - 0.0401611328125, - -0.0192718505859375, - 0.052581787109375, - 0.0183868408203125, - 0.004108428955078125, - -0.07708740234375, - -0.003353118896484375, - 0.006839752197265625, - 0.0264739990234375, - 0.032684326171875, - -0.058624267578125, - -0.03216552734375, - 0.035003662109375, - 0.030731201171875, - 0.05224609375, - -0.017852783203125, - 0.0215911865234375, - 0.00617218017578125, - -0.011016845703125, - 0.005950927734375, - -0.0202484130859375 - ], - "metadata": { - "domains": [ - "static-investigations", - "fraud-investigation" - ], - "phases": [ - "examination" - ], - "tags": [ - "metadata", - "osint" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_ssdeep", - "type": "tool", - "name": "ssdeep", - "content": "ssdeep tool zur berechnung „fuzzy hashes“ (context triggered piecewise hashing, ctph) für ähnlichkeits­analysen von dateien. kann binäre malware‑varianten, dokumentschablonen oder logs selbst bei nur teilweisen überschneidungen matchen. ausgabe‑hashes lassen sich in datenbanken oder yara‑regeln integrieren. fuzzy-hashing similarity malware-analysis incident-response analysis", - "embedding": [ - -0.029693603515625, - 0.0132293701171875, - 0.0716552734375, - 0.00258636474609375, - 0.029693603515625, - 0.0097198486328125, - 0.016204833984375, - -0.012420654296875, - -0.0250244140625, - 0.0002601146697998047, - -0.01277923583984375, - 0.04266357421875, - -0.0114288330078125, - -0.016204833984375, - -0.03546142578125, - 0.0318603515625, - 0.005847930908203125, - 0.005420684814453125, - 0.01467132568359375, - 0.0002644062042236328, - -0.0171051025390625, - 0.006793975830078125, - -0.026458740234375, - 0.0168304443359375, - -0.0012483596801757812, - -0.0023403167724609375, - -0.01898193359375, - -0.06658935546875, - -0.01971435546875, - 0.01277923583984375, - 0.011474609375, - -0.037078857421875, - -0.01007843017578125, - 0.0273590087890625, - 0.0171051025390625, - -0.02142333984375, - -0.0034198760986328125, - -0.041229248046875, - -0.0150299072265625, - 0.0035762786865234375, - -0.0053558349609375, - 0.0165557861328125, - -0.003757476806640625, - -0.015655517578125, - -0.0191650390625, - -0.047515869140625, - 0.0070648193359375, - -0.001422882080078125, - -0.00008505582809448242, - -0.03564453125, - 0.023223876953125, - 0.0130462646484375, - 0.0105743408203125, - -0.00958251953125, - -0.03436279296875, - 0.0235748291015625, - 0.050384521484375, - -0.017730712890625, - -0.047149658203125, - 0.040496826171875, - -0.058685302734375, - 0.016021728515625, - 0.019622802734375, - -0.0021266937255859375, - 0.00286865234375, - 0.01611328125, - -0.00827789306640625, - -0.033477783203125, - -0.005016326904296875, - 0.00048089027404785156, - 0.022857666015625, - 0.01520538330078125, - -0.004634857177734375, - 0.033660888671875, - -0.0201568603515625, - -0.0182647705078125, - 0.031494140625, - 0.0242919921875, - -0.000492095947265625, - 0.00936126708984375, - -0.057220458984375, - 0.0069732666015625, - 0.04229736328125, - -0.01448822021484375, - 0.002170562744140625, - -0.0013446807861328125, - 0.01457977294921875, - -0.0174560546875, - -0.005603790283203125, - 0.009765625, - 0.02447509765625, - -0.003688812255859375, - 0.0277099609375, - -0.0293426513671875, - 0.047149658203125, - 0.04193115234375, - 0.01349639892578125, - 0.008056640625, - -0.00017368793487548828, - 0.047149658203125, - 0.0287933349609375, - -0.017730712890625, - 0.05364990234375, - -0.01430511474609375, - 0.030059814453125, - -0.019622802734375, - -0.0096282958984375, - 0.005084991455078125, - 0.0043182373046875, - -0.01169586181640625, - -0.09356689453125, - -0.03472900390625, - -0.0275421142578125, - -0.0557861328125, - -0.0318603515625, - 0.003082275390625, - 0.00917816162109375, - 0.0322265625, - -0.0131378173828125, - -0.050750732421875, - 0.0106658935546875, - 0.0275421142578125, - 0.0015974044799804688, - 0.002597808837890625, - -0.05255126953125, - -0.061187744140625, - 0.0189056396484375, - -0.0007538795471191406, - -0.040313720703125, - -0.026824951171875, - 0.0016536712646484375, - 0.0001926422119140625, - -0.017822265625, - -0.03204345703125, - -0.00846099853515625, - -0.03546142578125, - 0.028076171875, - 0.0032405853271484375, - -0.0029697418212890625, - 0.00656890869140625, - 0.04931640625, - -0.064453125, - -0.06549072265625, - 0.0011816024780273438, - -0.01214599609375, - -0.034027099609375, - -0.0253753662109375, - 0.0277099609375, - -0.028076171875, - -0.01934814453125, - -0.015655517578125, - 0.038330078125, - 0.075927734375, - 0.00305938720703125, - 0.0116119384765625, - -0.06298828125, - 0.0203399658203125, - -0.00447845458984375, - 0.0309600830078125, - -0.01026153564453125, - -0.031494140625, - 0.0273590087890625, - -0.0257415771484375, - 0.03961181640625, - -0.01197052001953125, - -0.050750732421875, - -0.01111602783203125, - 0.062286376953125, - -0.00666046142578125, - 0.02484130859375, - 0.0009784698486328125, - -0.026824951171875, - 0.047149658203125, - 0.034912109375, - -0.003082275390625, - 0.0253753662109375, - 0.006885528564453125, - -0.00836944580078125, - 0.051483154296875, - 0.0251922607421875, - -0.0014009475708007812, - -0.026824951171875, - 0.060821533203125, - -0.00481414794921875, - 0.01385498046875, - 0.01727294921875, - -0.0181732177734375, - 0.005893707275390625, - -0.00012445449829101562, - 0.026641845703125, - -0.0289764404296875, - -0.03131103515625, - -0.00652313232421875, - 0.03564453125, - 0.009765625, - 0.05218505859375, - 0.0496826171875, - -0.009857177734375, - 0.037628173828125, - 0.012237548828125, - 0.0191650390625, - 0.0237579345703125, - 0.0165557861328125, - 0.0694580078125, - -0.00098419189453125, - -0.0167388916015625, - -0.006435394287109375, - 0.043548583984375, - 0.020782470703125, - -0.0218658447265625, - -0.01102447509765625, - 0.044647216796875, - 0.022674560546875, - -0.037628173828125, - -0.0322265625, - -0.0489501953125, - 0.016021728515625, - 0.01367950439453125, - -0.034912109375, - -0.00994110107421875, - 0.0000692605972290039, - -0.06585693359375, - -0.01529693603515625, - 0.033660888671875, - 0.0020923614501953125, - 0.04498291015625, - 0.017730712890625, - -0.03582763671875, - -0.021148681640625, - 0.01197052001953125, - 0.002902984619140625, - 0.01097869873046875, - -0.004611968994140625, - 0.0032176971435546875, - -0.010711669921875, - -0.0019006729125976562, - 0.0242919921875, - 0.02484130859375, - 0.007198333740234375, - 0.0009393692016601562, - -0.0251922607421875, - 0.04644775390625, - -0.034912109375, - 0.044830322265625, - 0.0123291015625, - -0.0217742919921875, - 0.0277099609375, - 0.001422882080078125, - 0.0237579345703125, - 0.04302978515625, - -0.04931640625, - -0.00656890869140625, - -0.07525634765625, - 0.0277099609375, - -0.04156494140625, - -0.038330078125, - -0.03472900390625, - -0.058319091796875, - 0.03564453125, - -0.03204345703125, - -0.00661468505859375, - 0.01251220703125, - 0.0123291015625, - 0.00666046142578125, - 0.033294677734375, - -0.01129150390625, - -0.060821533203125, - -0.0123291015625, - 0.060821533203125, - -0.0221405029296875, - -0.0131378173828125, - -0.0271759033203125, - 0.01367950439453125, - -0.0253753662109375, - 0.00746917724609375, - -0.0163726806640625, - 0.003307342529296875, - 0.0259246826171875, - 0.01593017578125, - 0.017547607421875, - 0.0134124755859375, - -0.005466461181640625, - -0.01358795166015625, - 0.048248291015625, - -0.047882080078125, - -0.0006580352783203125, - -0.0275421142578125, - 0.01430511474609375, - -0.03509521484375, - -0.047515869140625, - -0.0311431884765625, - 0.044830322265625, - -0.0018901824951171875, - 0.01169586181640625, - 0.0047454833984375, - -0.055084228515625, - 0.00438690185546875, - 0.00756072998046875, - -0.036529541015625, - 0.044830322265625, - 0.07305908203125, - -0.034027099609375, - -0.004093170166015625, - -0.01030731201171875, - 0.0220489501953125, - -0.0253753662109375, - -0.03240966796875, - -0.017913818359375, - -0.0181732177734375, - -0.017181396484375, - -0.023040771484375, - 0.0171051025390625, - -0.04644775390625, - -0.0057373046875, - -0.0157470703125, - -0.00751495361328125, - -0.033477783203125, - -0.057952880859375, - 0.01259613037109375, - -0.0360107421875, - -0.0259246826171875, - -0.0167388916015625, - 0.05255126953125, - -0.0182647705078125, - -0.0020923614501953125, - -0.033843994140625, - 0.007740020751953125, - -0.033477783203125, - 0.0251922607421875, - -0.026641845703125, - 0.0293426513671875, - 0.006839752197265625, - 0.047149658203125, - 0.033111572265625, - 0.0031948089599609375, - 0.01422119140625, - 0.05975341796875, - 0.00616455078125, - 0.005603790283203125, - -0.005985260009765625, - 0.01520538330078125, - 0.0345458984375, - 0.0304107666015625, - -0.01377105712890625, - -0.0224151611328125, - 0.0039825439453125, - -0.00832366943359375, - 0.01259613037109375, - 0.0163726806640625, - 0.037445068359375, - 0.0242919921875, - -0.0150299072265625, - -0.01097869873046875, - 0.08062744140625, - -0.006839752197265625, - 0.08892822265625, - -0.006793975830078125, - -0.04931640625, - 0.02484130859375, - 0.0291595458984375, - -0.037078857421875, - 0.00836944580078125, - 0.0168304443359375, - 0.00434112548828125, - -0.015838623046875, - 0.0148468017578125, - -0.0079193115234375, - 0.0188140869140625, - 0.00666046142578125, - 0.0171051025390625, - 0.057952880859375, - -0.032928466796875, - 0.0318603515625, - 0.04248046875, - 0.0149383544921875, - 0.006748199462890625, - 0.03814697265625, - -0.0269927978515625, - -0.041748046875, - -0.03814697265625, - -0.057952880859375, - 0.0224151611328125, - 0.0255584716796875, - 0.0132293701171875, - 0.0170135498046875, - -0.04608154296875, - -0.06298828125, - 0.040313720703125, - -0.0237579345703125, - 0.060821533203125, - 0.032745361328125, - 0.019805908203125, - -0.0018901824951171875, - -0.019256591796875, - 0.0259246826171875, - 0.0307769775390625, - 0.026641845703125, - 0.030242919921875, - 0.03472900390625, - 0.0273590087890625, - 0.0005598068237304688, - -0.040679931640625, - 0.0275421142578125, - 0.03564453125, - 0.02825927734375, - 0.0027561187744140625, - 0.016204833984375, - 0.014129638671875, - 0.0005879402160644531, - -0.04644775390625, - 0.040130615234375, - 0.023040771484375, - -0.04644775390625, - 0.01030731201171875, - -0.0039825439453125, - 0.0271759033203125, - -0.0257415771484375, - 0.0103912353515625, - -0.0253753662109375, - 0.0049285888671875, - 0.01296234130859375, - 0.036346435546875, - -0.043365478515625, - 0.005893707275390625, - 0.048248291015625, - -0.063720703125, - 0.0284423828125, - 0.02447509765625, - -0.064453125, - 0.0200653076171875, - -0.0189056396484375, - -0.06512451171875, - 0.02484130859375, - -0.034912109375, - -0.05615234375, - 0.0056915283203125, - 0.0188140869140625, - -0.032562255859375, - -0.0386962890625, - -0.060821533203125, - -0.006256103515625, - 0.00827789306640625, - -0.0394287109375, - 0.0241241455078125, - 0.0018787384033203125, - 0.005039215087890625, - 0.063720703125, - 0.040679931640625, - -0.026275634765625, - -0.0257415771484375, - 0.0626220703125, - -0.00751495361328125, - -0.0307769775390625, - 0.01467132568359375, - 0.0242919921875, - -0.0019350051879882812, - -0.0318603515625, - -0.04498291015625, - -0.017547607421875, - 0.0008716583251953125, - 0.0079193115234375, - 0.026275634765625, - -0.07562255859375, - -0.045166015625, - -0.0112457275390625, - 0.051849365234375, - 0.01084136962890625, - 0.04931640625, - 0.005512237548828125, - -0.0489501953125, - 0.0269927978515625, - -0.06695556640625, - -0.01611328125, - 0.01422119140625, - -0.006927490234375, - 0.017822265625, - 0.08135986328125, - -0.0036678314208984375, - -0.006072998046875, - 0.0010128021240234375, - 0.039947509765625, - 0.01422119140625, - -0.0008435249328613281, - -0.024658203125, - 0.048583984375, - 0.0069732666015625, - -0.05255126953125, - -0.00818634033203125, - -0.01953125, - 0.0014286041259765625, - 0.04534912109375, - -0.069091796875, - -0.0251922607421875, - -0.0103912353515625, - -0.030242919921875, - -0.03509521484375, - -0.03564453125, - 0.000888824462890625, - -0.06011962890625, - 0.0215911865234375, - 0.01430511474609375, - -0.009490966796875, - 0.0287933349609375, - 0.0134124755859375, - 0.012420654296875, - 0.005893707275390625, - 0.00936126708984375, - -0.01277923583984375, - 0.0565185546875, - -0.06695556640625, - -0.01538848876953125, - -0.0360107421875, - 0.02789306640625, - -0.01093292236328125, - -0.01430511474609375, - -0.01430511474609375, - -0.02484130859375, - 0.0390625, - -0.029693603515625, - 0.0085906982421875, - -0.032928466796875, - -0.009674072265625, - -0.0557861328125, - -0.0257415771484375, - 0.005084991455078125, - 0.0199737548828125, - -0.03131103515625, - 0.0030364990234375, - 0.0106201171875, - -0.034210205078125, - 0.039764404296875, - 0.012237548828125, - -0.013946533203125, - 0.00850677490234375, - -0.0061187744140625, - 0.017730712890625, - -0.0183563232421875, - 0.0203399658203125, - -0.01529693603515625, - -0.037445068359375, - -0.0777587890625, - 0.040496826171875, - -0.007198333740234375, - -0.0007481575012207031, - -0.01187896728515625, - -0.02484130859375, - -0.0762939453125, - 0.008819580078125, - 0.0289764404296875, - 0.01030731201171875, - -0.01169586181640625, - -0.0352783203125, - -0.0307769775390625, - -0.0081024169921875, - -0.047882080078125, - 0.017730712890625, - -0.0168304443359375, - 0.01611328125, - -0.01593017578125, - -0.006793975830078125, - 0.01430511474609375, - 0.034912109375, - 0.02447509765625, - 0.03204345703125, - -0.0000413060188293457, - -0.034912109375, - 0.026275634765625, - 0.00571441650390625, - -0.006481170654296875, - -0.0217742919921875, - -0.017364501953125, - 0.041748046875, - -0.044281005859375, - -0.01593017578125, - 0.04498291015625, - 0.043548583984375, - 0.01088714599609375, - -0.0217742919921875, - -0.01169586181640625, - 0.034027099609375, - -0.030242919921875, - 0.10150146484375, - -0.01422119140625, - -0.04608154296875, - 0.0107574462890625, - 0.0097198486328125, - 0.06842041015625, - 0.0496826171875, - -0.0216827392578125, - -0.0379638671875, - 0.029693603515625, - 0.064453125, - -0.02276611328125, - -0.03546142578125, - -0.0216827392578125, - 0.01953125, - 0.007965087890625, - 0.048248291015625, - 0.00814056396484375, - 0.0914306640625, - 0.01206207275390625, - 0.0015411376953125, - 0.034027099609375, - 0.053985595703125, - 0.0271759033203125, - -0.019439697265625, - -0.058319091796875, - -0.008636474609375, - 0.0217742919921875, - -0.040679931640625, - -0.03204345703125, - -0.01538848876953125, - 0.058319091796875, - -0.07452392578125, - -0.00263214111328125, - 0.0010232925415039062, - -0.01026153564453125, - 0.0241241455078125, - -0.007602691650390625, - -0.037811279296875, - 0.004161834716796875, - -0.0012655258178710938, - -0.0307769775390625, - -0.0157470703125, - 0.01197052001953125, - 0.0149383544921875, - 0.063720703125, - 0.037078857421875, - 0.00533294677734375, - 0.04193115234375, - 0.011474609375, - 0.04644775390625, - -0.003307342529296875, - 0.021331787109375, - 0.0029697418212890625, - 0.0014848709106445312, - 0.0489501953125, - 0.05938720703125, - 0.0040283203125, - -0.0029697418212890625, - -0.002689361572265625, - 0.0069732666015625, - 0.050384521484375, - 0.05291748046875, - 0.007198333740234375, - 0.01012420654296875, - 0.004070281982421875, - -0.0626220703125, - -0.005153656005859375, - -0.0163726806640625, - -0.039764404296875, - -0.06695556640625, - -0.011383056640625, - 0.0225830078125, - -0.0379638671875, - 0.006389617919921875, - 0.04248046875, - -0.033111572265625, - -0.01611328125, - 0.040496826171875, - 0.00438690185546875, - -0.0287933349609375, - 0.029510498046875, - -0.0269927978515625, - -0.033477783203125, - -0.02447509765625, - -0.0047454833984375, - 0.04248046875, - -0.021148681640625, - -0.06658935546875, - -0.01021575927734375, - 0.022491455078125, - 0.0012989044189453125, - -0.057952880859375, - -0.036529541015625, - -0.01287078857421875, - -0.007335662841796875, - -0.0255584716796875, - -0.050750732421875, - -0.0271759033203125, - 0.0150299072265625, - -0.029510498046875, - 0.021331787109375, - -0.007110595703125, - -0.0379638671875, - -0.01593017578125, - -0.00998687744140625, - -0.0286102294921875, - -0.0014057159423828125, - -0.0626220703125, - 0.047149658203125, - 0.0018339157104492188, - 0.0181732177734375, - 0.0257415771484375, - 0.05291748046875, - -0.030242919921875, - -0.03131103515625, - -0.0140380859375, - -0.03472900390625, - -0.0105743408203125, - 0.0061187744140625, - -0.0225830078125, - -0.054351806640625, - -0.0088653564453125, - 0.0184478759765625, - -0.06658935546875, - 0.0307769775390625, - -0.0008435249328613281, - 0.022674560546875, - -0.0784912109375, - -0.01169586181640625, - -0.00850677490234375, - 0.0237579345703125, - 0.082763671875, - -0.00443267822265625, - -0.0130462646484375, - 0.0053558349609375, - -0.0284423828125, - 0.058685302734375, - 0.0305938720703125, - 0.03509521484375, - -0.0413818359375, - 0.0255584716796875, - 0.01259613037109375, - -0.0250244140625, - 0.01377105712890625, - -0.09429931640625, - -0.003711700439453125, - 0.019073486328125, - 0.0269927978515625, - -0.0257415771484375, - -0.00904083251953125, - -0.050750732421875, - -0.0352783203125, - -0.017181396484375, - 0.0237579345703125, - -0.00524139404296875, - 0.007152557373046875, - -0.051483154296875, - 0.021240234375, - -0.0027103424072265625, - -0.033843994140625, - -0.0284423828125, - -0.06732177734375, - 0.03924560546875, - -0.01439666748046875, - -0.0701904296875, - 0.043548583984375, - 0.0029468536376953125, - 0.014129638671875, - 0.016204833984375, - 0.01107025146484375, - -0.0307769775390625, - 0.0253753662109375, - -0.00263214111328125, - 0.009490966796875, - 0.020965576171875, - 0.005645751953125, - -0.0056915283203125, - 0.0255584716796875, - 0.022491455078125, - -0.0162811279296875, - 0.0390625, - 0.0257415771484375, - -0.0183563232421875, - -0.054351806640625, - -0.032562255859375, - -0.0183563232421875, - 0.0222320556640625, - 0.01611328125, - 0.06622314453125, - 0.0318603515625, - -0.01557159423828125, - -0.10009765625, - 0.0565185546875, - -0.00576019287109375, - 0.0235748291015625, - 0.0036449432373046875, - -0.00670623779296875, - -0.037078857421875, - -0.053985595703125, - -0.01439666748046875, - 0.0106658935546875, - -0.034912109375, - 0.0273590087890625, - 0.0284423828125, - -0.0255584716796875, - 0.008819580078125, - -0.00841522216796875, - -0.0031719207763671875, - 0.0286102294921875, - -0.00495147705078125, - -0.044647216796875, - 0.069091796875, - -0.02105712890625, - 0.01268768310546875, - 0.005535125732421875, - 0.0078277587890625, - 0.026458740234375, - 0.009765625, - -0.01422119140625, - -0.019256591796875, - 0.0171051025390625, - 0.02825927734375, - -0.0224151611328125, - -0.01016998291015625, - -0.02069091796875, - 0.0099029541015625, - 0.02789306640625, - -0.01548004150390625, - -0.0032405853271484375, - 0.00580596923828125, - -0.00011247396469116211, - -0.034210205078125, - -0.0557861328125, - -0.0648193359375, - 0.0034637451171875, - -0.037628173828125, - -0.0242919921875, - 0.0015077590942382812, - 0.0009169578552246094, - 0.006839752197265625, - -0.01287078857421875, - 0.021331787109375, - 0.00524139404296875, - -0.0253753662109375, - -0.034210205078125, - 0.00533294677734375, - -0.0250244140625, - 0.03582763671875, - 0.004276275634765625, - -0.01385498046875, - 0.0394287109375, - -0.01448822021484375, - -0.02447509765625, - 0.00018274784088134766, - -0.0021266937255859375, - -0.03436279296875, - 0.026092529296875, - -0.056884765625, - -0.007602691650390625, - 0.0123291015625, - -0.002811431884765625, - 0.0273590087890625, - -0.03546142578125, - 0.04931640625, - -0.0031490325927734375, - -0.0770263671875, - -0.00855255126953125, - -0.0223236083984375, - -0.048248291015625, - 0.0106201171875, - -0.00998687744140625, - 0.0219573974609375, - 0.0019683837890625, - 0.0304107666015625, - 0.0257415771484375, - 0.05255126953125, - 0.0012989044189453125, - -0.0106658935546875, - 0.0043182373046875, - -0.019073486328125, - 0.01385498046875, - 0.037078857421875, - 0.0157470703125, - -0.0025539398193359375, - -0.004520416259765625, - 0.00481414794921875, - -0.077392578125, - -0.0006976127624511719, - -0.01439666748046875, - -0.040496826171875, - -0.0001392364501953125, - 0.08782958984375, - 0.0147552490234375, - 0.00958251953125, - 0.0201568603515625, - 0.061920166015625, - 0.0273590087890625, - 0.0181732177734375, - -0.00652313232421875, - -0.041748046875, - -0.009490966796875, - 0.019805908203125, - 0.02825927734375, - -0.061553955078125, - 0.0428466796875, - 0.024658203125, - -0.0241241455078125, - -0.0147552490234375, - 0.02484130859375, - 0.01457977294921875, - 0.032928466796875, - 0.0269927978515625, - 0.033843994140625, - -0.03240966796875, - 0.024658203125, - -0.007152557373046875, - -0.0007028579711914062, - 0.01043701171875, - 0.007110595703125, - -0.033660888671875, - 0.058319091796875, - -0.055084228515625, - 0.006389617919921875, - 0.0287933349609375, - 0.09576416015625, - -0.00445556640625, - -0.040679931640625, - -0.01206207275390625, - 0.050048828125, - 0.0322265625, - -0.017181396484375, - -0.003284454345703125, - -0.0242919921875, - -0.001220703125, - 0.032562255859375, - 0.077392578125, - 0.01727294921875, - 0.0219573974609375, - 0.0174560546875, - -0.037261962890625, - 0.0293426513671875, - -0.01520538330078125, - 0.026275634765625, - 0.0087738037109375, - -0.0291595458984375, - -0.0157470703125, - -0.05255126953125, - 0.0057373046875, - 0.034912109375, - 0.0277099609375, - 0.00616455078125, - 0.01520538330078125, - -0.0033969879150390625, - -0.004791259765625, - 0.01611328125, - 0.03204345703125, - 0.0150299072265625, - -0.004970550537109375, - 0.006343841552734375, - 0.0309600830078125, - -0.0170135498046875, - -0.03472900390625, - 0.0307769775390625, - -0.026092529296875, - 0.00908660888671875, - -0.043365478515625, - -0.003353118896484375, - 0.028076171875, - -0.022491455078125, - -0.0021266937255859375, - -0.0307769775390625, - 0.013946533203125, - -0.00917816162109375, - -0.053985595703125, - -0.00701904296875, - 0.050384521484375, - -0.031494140625, - 0.0293426513671875, - 0.00787353515625, - -0.00263214111328125, - -0.002597808837890625, - -0.0701904296875, - 0.047882080078125, - 0.050384521484375, - 0.01012420654296875, - -0.00447845458984375, - -0.00742340087890625, - 0.026824951171875, - -0.015655517578125, - 0.0251922607421875, - -0.004253387451171875, - -0.026641845703125, - 0.0458984375, - 0.01727294921875, - 0.0166473388671875, - 0.00913238525390625, - 0.048248291015625, - -0.0149383544921875, - -0.0239410400390625, - 0.051116943359375, - 0.01971435546875, - 0.0413818359375, - 0.0014514923095703125, - -0.044281005859375, - -0.005084991455078125, - -0.037445068359375, - 0.050384521484375, - -0.013946533203125, - -0.017913818359375, - 0.0394287109375, - -0.03546142578125, - 0.0709228515625, - -0.0189056396484375, - 0.057952880859375, - -0.036163330078125, - 0.036712646484375, - -0.00656890869140625, - 0.0286102294921875, - -0.009002685546875, - 0.017822265625, - -0.026641845703125, - 0.0273590087890625, - -0.0291595458984375, - 0.06585693359375, - 0.01520538330078125, - -0.0016870498657226562, - -0.032562255859375, - -0.00004988908767700195, - -0.0189056396484375, - 0.0133209228515625, - 0.0199737548828125, - -0.043365478515625, - 0.007785797119140625, - 0.0025653839111328125, - 0.03204345703125, - 0.0694580078125, - 0.0123291015625, - 0.0269927978515625, - -0.0048828125, - 0.005107879638671875, - -0.004726409912109375, - -0.0035991668701171875 - ], - "metadata": { - "domains": [ - "malware-analysis", - "incident-response" - ], - "phases": [ - "analysis" - ], - "tags": [ - "fuzzy-hashing", - "similarity" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Thumbcache_Viewer", - "type": "tool", - "name": "Thumbcache Viewer", - "content": "thumbcache viewer windows speichert miniaturansichten aller betrachteten bilder in versteckten thumbcache_*.db dateien - ein goldschatz für forensiker. das tool extrahiert diese thumbnails inklusive exif-zeitstempel, selbst wenn originalbilder längst gelöscht sind. beweist unwiderlegbar, dass bilder auf dem system vorhanden waren. besonders wertvoll bei csam-ermittlungen und datendiebstahl. die verschiedenen auflösungen (32, 96, 256, 1024) zeigen detailgrade. timestamp-analyse rekonstruiert betrachtungszeitpunkte. export als einzelne bilder oder html-report. die gui macht es auch für nicht-technische ermittler zugänglich. unterstützt windows vista bis 11. der batch-mode verarbeitet mehrere thumbcache-dateien. hash-matching gegen bekannte csam-datenbanken möglich. integration mit timeline-tools über csv-export. die kostenlose lizenz demokratisiert wichtige forensik-fähigkeiten. oft der entscheidende beweis in kinderschutz-fällen. 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.030487060546875, - 0.035247802734375, - 0.026702880859375, - -0.0264892578125, - 0.0318603515625, - 0.02789306640625, - 0.01702880859375, - 0.0302886962890625, - 0.006923675537109375, - -0.0340576171875, - -0.046630859375, - 0.032470703125, - -0.0045318603515625, - 0.006175994873046875, - -0.0697021484375, - 0.057373046875, - -0.01219940185546875, - 0.012298583984375, - 0.02789306640625, - -0.0024662017822265625, - -0.0163421630859375, - 0.01180267333984375, - -0.024200439453125, - -0.0164337158203125, - 0.02569580078125, - 0.00605010986328125, - -0.01654052734375, - -0.05218505859375, - -0.031463623046875, - 0.023712158203125, - 0.0272979736328125, - -0.0247955322265625, - 0.00395965576171875, - 0.037841796875, - 0.0187225341796875, - -0.0064239501953125, - 0.0001766681671142578, - -0.0513916015625, - -0.039031982421875, - 0.06573486328125, - -0.020721435546875, - -0.00841522216796875, - 0.00955963134765625, - -0.0007748603820800781, - -0.058563232421875, - -0.042022705078125, - 0.006198883056640625, - -0.008270263671875, - 0.0130462646484375, - -0.040435791015625, - 0.0201263427734375, - 0.01239776611328125, - -0.006622314453125, - 0.00677490234375, - -0.0296783447265625, - 0.0201263427734375, - 0.01534271240234375, - -0.01140594482421875, - -0.0243072509765625, - 0.044036865234375, - -0.0709228515625, - -0.0103607177734375, - 0.0039825439453125, - -0.0243072509765625, - -0.00193023681640625, - 0.018829345703125, - 0.0005044937133789062, - -0.020721435546875, - 0.003162384033203125, - 0.0164337158203125, - 0.01404571533203125, - -0.018524169921875, - -0.033477783203125, - 0.036468505859375, - -0.0061492919921875, - -0.060577392578125, - 0.0031757354736328125, - -0.0010271072387695312, - -0.01200103759765625, - -0.01055908203125, - -0.03924560546875, - 0.001979827880859375, - 0.0557861328125, - -0.0149383544921875, - -0.003734588623046875, - 0.006351470947265625, - 0.03546142578125, - 0.01364898681640625, - 0.00020384788513183594, - 0.00821685791015625, - 0.0178375244140625, - 0.0099639892578125, - 0.00975799560546875, - -0.015838623046875, - 0.047210693359375, - 0.06890869140625, - -0.01554107666015625, - -0.007171630859375, - -0.0007500648498535156, - 0.02410888671875, - 0.017730712890625, - -0.0482177734375, - 0.04302978515625, - -0.0213165283203125, - 0.021209716796875, - -0.00836944580078125, - 0.0195159912109375, - -0.026092529296875, - -0.0137481689453125, - -0.01270294189453125, - -0.0816650390625, - -0.036651611328125, - 0.002590179443359375, - -0.06494140625, - -0.004779815673828125, - 0.0087127685546875, - -0.0086669921875, - 0.04522705078125, - -0.03924560546875, - -0.029876708984375, - 0.004459381103515625, - 0.0137481689453125, - 0.00727081298828125, - -0.02191162109375, - -0.035675048828125, - -0.052978515625, - -0.00971221923828125, - 0.03485107421875, - -0.0240020751953125, - -0.0280914306640625, - -0.01274871826171875, - -0.021820068359375, - 0.003536224365234375, - -0.039459228515625, - -0.01483917236328125, - -0.026702880859375, - 0.0400390625, - -0.01026153564453125, - -0.0022029876708984375, - -0.00971221923828125, - 0.048797607421875, - -0.0302886962890625, - -0.059356689453125, - 0.012847900390625, - -0.042022705078125, - -0.00817108154296875, - -0.0416259765625, - 0.072509765625, - -0.04241943359375, - -0.00301361083984375, - -0.0168304443359375, - 0.0225067138671875, - 0.0262908935546875, - 0.01190185546875, - 0.0063018798828125, - -0.062164306640625, - -0.0006628036499023438, - -0.0250091552734375, - 0.0162353515625, - 0.01384735107421875, - -0.0302886962890625, - 0.044036865234375, - -0.0276947021484375, - 0.0168304443359375, - -0.0080718994140625, - -0.035675048828125, - -0.0201263427734375, - 0.0243072509765625, - 0.019622802734375, - 0.0053558349609375, - 0.0145416259765625, - 0.0137481689453125, - 0.08087158203125, - 0.058563232421875, - 0.0157318115234375, - 0.0201263427734375, - 0.017333984375, - -0.0113525390625, - 0.052581787109375, - 0.0111083984375, - -0.0086669921875, - -0.0130462646484375, - 0.0330810546875, - -0.00585174560546875, - 0.0133514404296875, - -0.0121002197265625, - -0.0240020751953125, - -0.018829345703125, - -0.0262908935546875, - 0.021514892578125, - -0.035247802734375, - -0.05419921875, - -0.012847900390625, - 0.0276947021484375, - 0.0014820098876953125, - 0.062164306640625, - 0.01085662841796875, - 0.0019178390502929688, - 0.0416259765625, - -0.01483917236328125, - 0.018035888671875, - 0.0258941650390625, - -0.0179290771484375, - 0.05340576171875, - 0.007122039794921875, - 0.0026149749755859375, - -0.0111083984375, - 0.025299072265625, - 0.0133514404296875, - -0.0292816162109375, - -0.01434326171875, - 0.05340576171875, - -0.0264892578125, - -0.032073974609375, - -0.036865234375, - -0.035064697265625, - 0.010955810546875, - -0.005527496337890625, - -0.045623779296875, - 0.0017185211181640625, - -0.004856109619140625, - -0.04364013671875, - 0.0284881591796875, - 0.005802154541015625, - 0.007320404052734375, - 0.047821044921875, - 0.00433349609375, - -0.0238037109375, - -0.02459716796875, - 0.002727508544921875, - 0.0236053466796875, - 0.00435638427734375, - -0.013946533203125, - 0.009063720703125, - 0.0005574226379394531, - -0.02301025390625, - 0.056976318359375, - 0.04364013671875, - 0.00936126708984375, - 0.00921630859375, - -0.0254058837890625, - 0.04522705078125, - -0.028289794921875, - 0.032867431640625, - 0.0302886962890625, - -0.007419586181640625, - 0.006824493408203125, - -0.0032863616943359375, - 0.02789306640625, - 0.0216217041015625, - -0.0428466796875, - -0.0137481689453125, - -0.11474609375, - -0.021514892578125, - -0.046630859375, - -0.0362548828125, - -0.03167724609375, - -0.0482177734375, - 0.03863525390625, - -0.019317626953125, - -0.050201416015625, - -0.0009212493896484375, - -0.0002522468566894531, - -0.00727081298828125, - 0.044036865234375, - 0.0171356201171875, - -0.0087127685546875, - 0.0111083984375, - 0.06732177734375, - 0.006099700927734375, - -0.01554107666015625, - -0.0006227493286132812, - 0.0288848876953125, - -0.0236053466796875, - 0.025299072265625, - -0.00605010986328125, - 0.0102081298828125, - 0.03387451171875, - 0.0310821533203125, - 0.01010894775390625, - -0.0280914306640625, - 0.0038852691650390625, - -0.01235198974609375, - 0.0007157325744628906, - -0.0262908935546875, - -0.019317626953125, - -0.0013322830200195312, - 0.02410888671875, - -0.026092529296875, - -0.045623779296875, - -0.01324462890625, - 0.0225067138671875, - -0.0236053466796875, - 0.00084686279296875, - 0.041839599609375, - -0.04144287109375, - -0.0137481689453125, - -0.02301025390625, - -0.01812744140625, - 0.019317626953125, - 0.06494140625, - -0.037841796875, - 0.0179290771484375, - 0.01250457763671875, - 0.01050567626953125, - -0.01654052734375, - -0.05816650390625, - -0.00206756591796875, - -0.02947998046875, - -0.032867431640625, - -0.035858154296875, - 0.0288848876953125, - -0.005901336669921875, - 0.01081085205078125, - 0.0061492919921875, - -0.0036106109619140625, - -0.0284881591796875, - -0.05499267578125, - 0.022216796875, - -0.0106048583984375, - -0.02142333984375, - -0.02459716796875, - 0.050018310546875, - 0.020416259765625, - 0.0197296142578125, - -0.009613037109375, - -0.0019426345825195312, - -0.04742431640625, - -0.0111541748046875, - -0.00881195068359375, - 0.01314544677734375, - -0.01081085205078125, - 0.045623779296875, - 0.039459228515625, - 0.021209716796875, - 0.00687408447265625, - 0.046234130859375, - -0.0010833740234375, - -0.00821685791015625, - 0.0224151611328125, - -0.002353668212890625, - 0.007221221923828125, - 0.0247039794921875, - -0.00101470947265625, - -0.03387451171875, - -0.00986480712890625, - -0.018035888671875, - -0.01195526123046875, - 0.021514892578125, - 0.043243408203125, - 0.02569580078125, - -0.038238525390625, - 0.00470733642578125, - 0.06732177734375, - -0.00921630859375, - 0.08807373046875, - -0.0086669921875, - -0.04461669921875, - 0.01702880859375, - 0.031463623046875, - -0.0210113525390625, - -0.0225067138671875, - 0.029876708984375, - 0.00921630859375, - -0.013946533203125, - 0.0130462646484375, - 0.00986480712890625, - 0.01554107666015625, - 0.0019664764404296875, - 0.0005445480346679688, - 0.0239105224609375, - -0.022308349609375, - 0.0157318115234375, - 0.032073974609375, - -0.01175689697265625, - -0.001743316650390625, - 0.039642333984375, - -0.004184722900390625, - -0.0308837890625, - -0.0229034423828125, - -0.0633544921875, - 0.015838623046875, - 0.032867431640625, - 0.00415802001953125, - 0.060577392578125, - -0.01026153564453125, - -0.07489013671875, - 0.029876708984375, - -0.04144287109375, - 0.054595947265625, - 0.04241943359375, - 0.004657745361328125, - 0.05419921875, - -0.039031982421875, - 0.0269012451171875, - 0.0238037109375, - 0.0262908935546875, - 0.00921630859375, - 0.016632080078125, - 0.0262908935546875, - -0.0164337158203125, - -0.0288848876953125, - 0.023406982421875, - 0.032470703125, - 0.026092529296875, - 0.0167388916015625, - 0.0135498046875, - 0.01190185546875, - 0.0010213851928710938, - -0.0269012451171875, - 0.03765869140625, - 0.03607177734375, - -0.0088653564453125, - 0.0247955322265625, - 0.0038852691650390625, - 0.0039825439453125, - -0.04742431640625, - 0.0103607177734375, - -0.01195526123046875, - 0.0026149749755859375, - 0.03863525390625, - 0.026092529296875, - -0.0828857421875, - 0.0033111572265625, - 0.052978515625, - -0.057373046875, - 0.044830322265625, - 0.03167724609375, - -0.044830322265625, - -0.00403594970703125, - -0.01424407958984375, - -0.0633544921875, - 0.03863525390625, - -0.0254974365234375, - -0.0310821533203125, - -0.00931549072265625, - 0.0113067626953125, - -0.041229248046875, - -0.04901123046875, - -0.01345062255859375, - -0.03546142578125, - -0.0187225341796875, - -0.0145416259765625, - 0.0308837890625, - 0.004878997802734375, - 0.007671356201171875, - 0.0272979736328125, - 0.0292816162109375, - -0.01120758056640625, - -0.03607177734375, - 0.028289794921875, - -0.032073974609375, - -0.045013427734375, - 0.0286865234375, - 0.0054779052734375, - 0.02569580078125, - -0.037445068359375, - -0.050201416015625, - 0.00841522216796875, - -0.01255035400390625, - -0.007320404052734375, - 0.031280517578125, - -0.040252685546875, - -0.054595947265625, - -0.054595947265625, - 0.056976318359375, - -0.0064239501953125, - 0.046417236328125, - 0.0031871795654296875, - -0.0238037109375, - 0.01922607421875, - -0.0633544921875, - -0.00786590576171875, - -0.01702880859375, - -0.0102081298828125, - 0.004184722900390625, - 0.0860595703125, - -0.0217132568359375, - -0.0171356201171875, - -0.01165771484375, - 0.05499267578125, - 0.007022857666015625, - -0.0079193115234375, - -0.0054779052734375, - 0.02081298828125, - 0.035858154296875, - -0.036865234375, - 0.0021038055419921875, - -0.00986480712890625, - -0.0133514404296875, - 0.018035888671875, - -0.038055419921875, - -0.0238037109375, - 0.00667572021484375, - -0.0306854248046875, - -0.035064697265625, - -0.05499267578125, - -0.016937255859375, - -0.04541015625, - 0.0162353515625, - 0.038238525390625, - -0.004283905029296875, - 0.021514892578125, - 0.0152435302734375, - 0.00891876220703125, - 0.0280914306640625, - -0.0015878677368164062, - -0.012847900390625, - 0.026702880859375, - -0.060150146484375, - -0.0254974365234375, - -0.0362548828125, - 0.01105499267578125, - -0.0491943359375, - -0.0018672943115234375, - 0.01593017578125, - -0.0027523040771484375, - 0.041839599609375, - -0.0269012451171875, - -0.0164337158203125, - -0.044219970703125, - -0.0306854248046875, - -0.05499267578125, - -0.01165771484375, - 0.0239105224609375, - -0.0008091926574707031, - -0.01593017578125, - 0.004779815673828125, - 0.0296783447265625, - -0.07171630859375, - 0.0362548828125, - 0.0302886962890625, - 0.000007867813110351562, - 0.0179290771484375, - -0.0243072509765625, - -0.0007224082946777344, - 0.028289794921875, - 0.02569580078125, - -0.00786590576171875, - -0.04901123046875, - -0.08685302734375, - 0.039642333984375, - -0.01434326171875, - 0.00946044921875, - -0.00817108154296875, - -0.027099609375, - -0.05499267578125, - -0.005031585693359375, - 0.048614501953125, - 0.0220184326171875, - 0.01654052734375, - -0.02301025390625, - 0.000591278076171875, - -0.007965087890625, - -0.0340576171875, - 0.031463623046875, - -0.0195159912109375, - 0.0090179443359375, - -0.0250091552734375, - -0.023406982421875, - 0.0141448974609375, - 0.0258941650390625, - 0.021820068359375, - 0.03466796875, - 0.0162353515625, - -0.0186309814453125, - 0.037261962890625, - -0.0217132568359375, - -0.017333984375, - -0.0211181640625, - -0.019622802734375, - 0.02081298828125, - -0.0117034912109375, - -0.0099639892578125, - 0.0201263427734375, - 0.0262908935546875, - 0.0247955322265625, - -0.0269012451171875, - 0.031280517578125, - 0.0137481689453125, - -0.0164337158203125, - 0.07489013671875, - -0.0152435302734375, - -0.050201416015625, - -0.01424407958984375, - 0.000156402587890625, - 0.039642333984375, - 0.03985595703125, - 0.0039825439453125, - -0.036468505859375, - 0.005279541015625, - 0.04541015625, - 0.004856109619140625, - -0.040435791015625, - -0.0194244384765625, - 0.0276947021484375, - 0.0005135536193847656, - 0.028289794921875, - 0.03485107421875, - 0.0633544921875, - -0.0024662017822265625, - -0.0121002197265625, - 0.03607177734375, - 0.0740966796875, - 0.032684326171875, - -0.03326416015625, - -0.051788330078125, - -0.0086669921875, - -0.0008215904235839844, - -0.026092529296875, - -0.04901123046875, - 0.004482269287109375, - 0.0589599609375, - -0.08087158203125, - -0.00612640380859375, - 0.006572723388671875, - 0.0006723403930664062, - 0.01065826416015625, - 0.0023651123046875, - -0.026092529296875, - 0.02569580078125, - 0.0183258056640625, - -0.027099609375, - -0.01055908203125, - -0.0205230712890625, - 0.036865234375, - 0.0513916015625, - 0.017730712890625, - 0.01404571533203125, - 0.032684326171875, - -0.007022857666015625, - 0.0137481689453125, - 0.022308349609375, - 0.048614501953125, - -0.01055908203125, - 0.0141448974609375, - 0.046234130859375, - 0.0709228515625, - -0.0008902549743652344, - 0.00254058837890625, - 0.0460205078125, - 0.0232086181640625, - 0.056976318359375, - 0.07373046875, - 0.006000518798828125, - 0.02301025390625, - 0.0013132095336914062, - -0.0460205078125, - -0.015838623046875, - 0.0167388916015625, - 0.022613525390625, - -0.04364013671875, - -0.0288848876953125, - 0.036865234375, - -0.0482177734375, - 0.00811767578125, - 0.0001806020736694336, - -0.0236053466796875, - -0.019317626953125, - 0.014739990234375, - -0.01006317138671875, - -0.05059814453125, - 0.01593017578125, - -0.015838623046875, - -0.0292816162109375, - -0.031463623046875, - -0.034271240234375, - 0.05218505859375, - -0.0216217041015625, - -0.03228759765625, - -0.0308837890625, - 0.027496337890625, - -0.00991058349609375, - -0.05419921875, - -0.032684326171875, - 0.005405426025390625, - -0.01175689697265625, - -0.03985595703125, - -0.039031982421875, - -0.019927978515625, - 0.0145416259765625, - -0.02459716796875, - -0.01554107666015625, - -0.0088653564453125, - -0.04522705078125, - -0.027496337890625, - 0.0079193115234375, - -0.031280517578125, - 0.038848876953125, - -0.06097412109375, - 0.0201263427734375, - 0.018524169921875, - 0.033660888671875, - 0.0310821533203125, - 0.0721435546875, - -0.0054779052734375, - 0.0006036758422851562, - -0.0225067138671875, - -0.05419921875, - 0.00727081298828125, - 0.027099609375, - 0.0137481689453125, - -0.06097412109375, - 0.00015246868133544922, + -0.02349853515625, + 0.036102294921875, 0.044219970703125, - -0.0753173828125, - 0.02142333984375, - 0.01534271240234375, - -0.026702880859375, - -0.050811767578125, - 0.027496337890625, - 0.0014696121215820312, - 0.0264892578125, - 0.08245849609375, - 0.0121002197265625, - -0.0286865234375, - 0.01250457763671875, - -0.0491943359375, - 0.07049560546875, - -0.00007355213165283203, - 0.03546142578125, - -0.04083251953125, - 0.029083251953125, - 0.00936126708984375, - -0.0300750732421875, - -0.0018548965454101562, - -0.08648681640625, - -0.00986480712890625, - 0.032867431640625, - 0.018035888671875, - -0.01294708251953125, - -0.0310821533203125, - -0.057769775390625, - -0.01554107666015625, - -0.038238525390625, - 0.01030731201171875, - -0.0023040771484375, - 0.027099609375, - -0.05340576171875, - 0.01155853271484375, - 0.007572174072265625, - -0.04541015625, - -0.045013427734375, - -0.0288848876953125, - 0.01294708251953125, - -0.007965087890625, - -0.060577392578125, - 0.029876708984375, - 0.017730712890625, - -0.01364898681640625, - 0.040435791015625, - 0.037841796875, - -0.03326416015625, - -0.0090179443359375, - -0.01294708251953125, - 0.024200439453125, - 0.002353668212890625, - -0.004405975341796875, + -0.0071258544921875, + 0.042572021484375, + 0.0210113525390625, + 0.01055145263671875, + 0.010040283203125, + -0.0043487548828125, + -0.0082855224609375, + -0.036285400390625, + 0.06591796875, + 0.01342010498046875, + -0.02008056640625, + -0.06439208984375, + 0.0126800537109375, + -0.00952911376953125, + 0.008514404296875, + -0.004489898681640625, + 0.004070281982421875, + -0.02886962890625, + -0.01416015625, + -0.038299560546875, + 0.0268402099609375, + -0.0159149169921875, + 0.0447998046875, + -0.0057373046875, + -0.0562744140625, + -0.01369476318359375, + 0.007450103759765625, + 0.006107330322265625, + -0.0157318115234375, + -0.0089263916015625, + 0.042938232421875, + 0.014434814453125, + -0.036834716796875, + 0.0099945068359375, + -0.054779052734375, + -0.042938232421875, + 0.04681396484375, + -0.01517486572265625, + 0.0298004150390625, 0.016937255859375, - 0.02191162109375, - 0.00861358642578125, - -0.037261962890625, - 0.04840087890625, - 0.0589599609375, - -0.0229034423828125, - -0.06854248046875, - -0.0264892578125, - -0.017730712890625, - 0.031280517578125, - -0.0121002197265625, - 0.0286865234375, - 0.01314544677734375, - 0.004383087158203125, - -0.1068115234375, - 0.06732177734375, - -0.0284881591796875, - 0.0186309814453125, - 0.01155853271484375, - -0.016632080078125, - -0.07769775390625, - -0.0145416259765625, - -0.02301025390625, - 0.00971221923828125, - -0.0183258056640625, - 0.0171356201171875, - -0.020721435546875, - -0.01050567626953125, - -0.00307464599609375, - -0.0292816162109375, - -0.00612640380859375, - 0.047607421875, - 0.0149383544921875, - -0.035247802734375, - 0.04901123046875, - -0.005626678466796875, - -0.00026154518127441406, - -0.007770538330078125, - -0.007320404052734375, - 0.022308349609375, - -0.006923675537109375, - -0.020416259765625, - -0.024505615234375, - 0.0202178955078125, - 0.049407958984375, - 0.0010461807250976562, - 0.00782012939453125, - -0.017730712890625, - 0.0186309814453125, - 0.01314544677734375, - -0.0258941650390625, - 0.005977630615234375, - 0.00782012939453125, - 0.005054473876953125, - -0.0498046875, - -0.060150146484375, - -0.07293701171875, - 0.0262908935546875, - -0.038238525390625, - -0.0064239501953125, - 0.0113067626953125, - 0.01503753662109375, - -0.006473541259765625, - -0.0191192626953125, - 0.0250091552734375, - -0.0113525390625, - -0.033477783203125, - -0.0167388916015625, - -0.004878997802734375, - -0.01554107666015625, - 0.01424407958984375, - 0.01554107666015625, - -0.0292816162109375, - 0.02490234375, - -0.016143798828125, - -0.0015497207641601562, - -0.0187225341796875, - -0.026092529296875, - -0.03924560546875, - 0.0003314018249511719, - -0.09002685546875, - -0.03466796875, - 0.022216796875, - 0.02789306640625, - -0.0106048583984375, - -0.041839599609375, - 0.032684326171875, - -0.004856109619140625, - -0.05816650390625, - 0.03546142578125, - -0.00443267822265625, - -0.041839599609375, - 0.018829345703125, - -0.021820068359375, - -0.0035858154296875, - 0.0220184326171875, - 0.036651611328125, - 0.039459228515625, - 0.038848876953125, - -0.0122528076171875, - -0.021209716796875, - -0.0025768280029296875, - -0.015838623046875, - 0.0235137939453125, - 0.031280517578125, - 0.0179290771484375, - 0.0009398460388183594, - 0.00936126708984375, - 0.007320404052734375, - -0.0709228515625, - -0.0254058837890625, - -0.017425537109375, - -0.0438232421875, - 0.00677490234375, - 0.062164306640625, - 0.032073974609375, - -0.0235137939453125, - 0.0400390625, - 0.0513916015625, - 0.02459716796875, - 0.01294708251953125, - -0.00975799560546875, - -0.0645751953125, - -0.01294708251953125, - 0.026702880859375, - 0.0079193115234375, - -0.038848876953125, - 0.0308837890625, - 0.05499267578125, - -0.006076812744140625, - -0.0171356201171875, - -0.0197296142578125, - -0.0020542144775390625, - 0.054595947265625, - 0.00193023681640625, - 0.006099700927734375, - -0.056976318359375, - 0.01314544677734375, - 0.040252685546875, - -0.0187225341796875, - -0.0201263427734375, - -0.00817108154296875, - -0.0384521484375, - 0.05340576171875, - -0.0504150390625, - 0.01239776611328125, - -0.003635406494140625, - 0.07769775390625, - 0.015838623046875, - -0.046417236328125, - -0.01294708251953125, - 0.039031982421875, - 0.0232086181640625, - -0.00951385498046875, - 0.01544189453125, - -0.01404571533203125, - -0.00567626953125, - 0.037261962890625, - 0.048614501953125, - 0.0064239501953125, - 0.040435791015625, - 0.012451171875, - -0.061370849609375, - 0.0160369873046875, - -0.003337860107421875, - 0.00046062469482421875, - -0.00821685791015625, - -0.048004150390625, - -0.0175323486328125, - -0.0645751953125, - 0.0362548828125, - 0.0017805099487304688, - 0.046417236328125, - 0.02789306640625, - 0.0015878677368164062, - -0.01345062255859375, - 0.0190277099609375, - 0.0028133392333984375, - 0.037841796875, - 0.02947998046875, - 0.010955810546875, - -0.00518035888671875, - 0.02081298828125, - 0.0251007080078125, - -0.01294708251953125, - 0.02142333984375, - -0.005405426025390625, - -0.004756927490234375, - -0.05419921875, - 0.01404571533203125, - 0.01235198974609375, - -0.019317626953125, - -0.014739990234375, - -0.0178375244140625, - 0.010955810546875, - -0.0084686279296875, - -0.0645751953125, + 0.006938934326171875, + -0.05218505859375, + -0.0163726806640625, + 0.0192413330078125, + 0.005504608154296875, + 0.0298004150390625, + -0.0236053466796875, + 0.038482666015625, + 0.038482666015625, + 0.0034236907958984375, + 0.001087188720703125, + -0.05108642578125, + 0.01332855224609375, + 0.0217437744140625, + -0.0087432861328125, + -0.037384033203125, + 0.036285400390625, + -0.055145263671875, + -0.025909423828125, + 0.016571044921875, + -0.01239776611328125, + -0.007080078125, + 0.020355224609375, + -0.0249786376953125, + -0.03460693359375, + 0.0208282470703125, + 0.022491455078125, + 0.0020599365234375, + 0.0043487548828125, + -0.0268402099609375, + 0.04443359375, + -0.01068878173828125, + -0.054046630859375, + -0.01369476318359375, + 0.02239990234375, + -0.031280517578125, + -0.01068878173828125, + -0.057373046875, + -0.0034008026123046875, + 0.0272064208984375, + -0.02923583984375, + -0.036468505859375, + 0.01194000244140625, + 0.0273895263671875, + 0.0102691650390625, + -0.023223876953125, + -0.0011911392211914062, + 0.01535797119140625, + 0.0008444786071777344, + 0.010040283203125, + -0.005481719970703125, + 0.04443359375, + 0.049591064453125, + 0.0013589859008789062, + 0.0019779205322265625, + -0.0160064697265625, + 0.0307159423828125, + 0.0191497802734375, + -0.04461669921875, + 0.06884765625, + -0.01031494140625, + 0.00911712646484375, + -0.025726318359375, + -0.00244140625, + -0.020263671875, + -0.002162933349609375, -0.031463623046875, + -0.114013671875, + -0.0211944580078125, + -0.0026493072509765625, + -0.038299560546875, + -0.02239990234375, + -0.0162811279296875, + -0.010040283203125, + 0.056640625, + -0.047393798828125, + -0.03533935546875, + 0.042205810546875, + 0.00279998779296875, + -0.01129150390625, + -0.0070343017578125, + -0.061431884765625, + -0.048492431640625, + 0.0018625259399414062, + 0.0394287109375, + -0.0247955322265625, + -0.0206298828125, + -0.01194000244140625, + -0.0186920166015625, + -0.008880615234375, + -0.00643157958984375, + -0.00800323486328125, + -0.031097412109375, + 0.03350830078125, + 0.01087188720703125, + -0.00920867919921875, + 0.01535797119140625, + 0.025543212890625, + -0.01100921630859375, + -0.0699462890625, + 0.0082855224609375, + -0.042388916015625, + -0.0249786376953125, + -0.03387451171875, + 0.032562255859375, + -0.0264739990234375, + -0.01971435546875, + -0.01082611083984375, + 0.031646728515625, + 0.047210693359375, + 0.0035858154296875, + 0.0296173095703125, + -0.0469970703125, + 0.0182342529296875, + -0.01239776611328125, + 0.016571044921875, + -0.0157318115234375, + -0.006801605224609375, + 0.00902557373046875, + -0.0015039443969726562, + 0.0209197998046875, + -0.00939178466796875, + -0.047393798828125, + -0.006710052490234375, + 0.0298004150390625, + -0.00948333740234375, + 0.0103607177734375, + 0.020538330078125, + -0.02923583984375, + 0.05218505859375, + 0.061431884765625, + -0.0127716064453125, + 0.048126220703125, + -0.0002675056457519531, + -0.02813720703125, + 0.0268402099609375, + 0.0212860107421875, + -0.00174713134765625, + 0.00504302978515625, + 0.045166015625, + 0.0003108978271484375, + 0.0244293212890625, + -0.00485992431640625, + -0.036102294921875, + 0.0087432861328125, + -0.02008056640625, + 0.043853759765625, + -0.037933349609375, + -0.026092529296875, + -0.01194000244140625, + 0.06329345703125, + 0.02813720703125, + 0.0394287109375, + 0.0333251953125, + -0.0187835693359375, + 0.03424072265625, + 0.0184173583984375, + 0.0272064208984375, + 0.04644775390625, + 0.0022678375244140625, + 0.053314208984375, + 0.023223876953125, + 0.017578125, + -0.00962066650390625, + 0.026275634765625, + -0.0018968582153320312, + 0.0003688335418701172, + -0.0050201416015625, + 0.054046630859375, + -0.0279541015625, + -0.01499176025390625, + -0.05181884765625, + -0.036651611328125, + 0.00818634033203125, + -0.00930023193359375, + 0.01360321044921875, + 0.0215606689453125, + 0.0070343017578125, + -0.07330322265625, + -0.006198883056640625, + 0.0048370361328125, + -0.01087188720703125, + 0.0340576171875, + 0.0275726318359375, + -0.01416015625, + -0.0249786376953125, + 0.0117034912109375, + 0.0296173095703125, + 0.003215789794921875, + -0.0018739700317382812, + -0.00566864013671875, + -0.0019083023071289062, + -0.01129150390625, + 0.07293701171875, + 0.023406982421875, + 0.043670654296875, + 0.0126800537109375, + -0.031280517578125, + 0.0208282470703125, + -0.022674560546875, + 0.01517486572265625, + 0.042938232421875, + -0.02313232421875, + 0.01059722900390625, + -0.002567291259765625, + 0.0160064697265625, + 0.048858642578125, + -0.057373046875, + 0.00809478759765625, + -0.0703125, + 0.01535797119140625, + -0.055908203125, + -0.0145263671875, + -0.0298004150390625, + -0.03387451171875, + 0.049591064453125, + -0.037384033203125, + -0.025177001953125, + 0.005924224853515625, + -0.00643157958984375, + 0.0100860595703125, + 0.048492431640625, + 0.00174713134765625, + -0.0219268798828125, + -0.004718780517578125, + 0.07958984375, + -0.0051116943359375, + -0.0056915283203125, + -0.0101318359375, + 0.0162811279296875, + -0.0184173583984375, + 0.036834716796875, + -0.043487548828125, + 0.00897979736328125, + 0.04461669921875, + -0.0015735626220703125, + 0.02239990234375, + -0.0156402587890625, + 0.0145263671875, + -0.0113372802734375, + 0.0206298828125, + -0.031829833984375, + 0.00930023193359375, + -0.00414276123046875, + 0.0022792816162109375, + -0.01360321044921875, + -0.037200927734375, + 0.005527496337890625, + 0.0562744140625, + 0.00508880615234375, + -0.01059722900390625, + -0.00994873046875, + -0.02313232421875, + 0.0099029541015625, + 0.01203155517578125, + 0.0042572021484375, + 0.032196044921875, + 0.053680419921875, + -0.0286865234375, + -0.01953125, + 0.006664276123046875, + 0.032958984375, + -0.04644775390625, + -0.03570556640625, + -0.0179595947265625, + 0.0007634162902832031, + -0.03350830078125, + -0.00499725341796875, + 0.004302978515625, + -0.0303497314453125, + 0.0286865234375, + -0.016754150390625, + -0.0005669593811035156, + -0.0286865234375, + -0.037200927734375, + 0.0181427001953125, + -0.0097198486328125, + -0.047760009765625, + -0.00920867919921875, + 0.03887939453125, + 0.0130462646484375, + 0.0160980224609375, + -0.01953125, + 0.0015611648559570312, + -0.043121337890625, + 0.0126800537109375, + -0.0127716064453125, + 0.0113372802734375, + -0.038116455078125, + 0.0562744140625, + 0.042205810546875, + 0.01508331298828125, + 0.0186920166015625, + 0.0562744140625, + 0.03350830078125, + 0.01702880859375, + -0.00962066650390625, + 0.0008211135864257812, + 0.000453948974609375, + 0.02886962890625, + -0.0130462646484375, + -0.03515625, + -0.01221466064453125, + -0.008697509765625, + 0.0005784034729003906, + 0.020172119140625, + 0.042205810546875, + 0.037384033203125, + -0.011474609375, + 0.00437164306640625, + 0.05810546875, + 0.0023708343505859375, + 0.10809326171875, + -0.01535797119140625, + -0.048492431640625, + 0.0240631103515625, + 0.0305328369140625, + -0.0159149169921875, + -0.017486572265625, + 0.0386962890625, + 0.0340576171875, + 0.01221466064453125, + 0.0164794921875, + -0.006710052490234375, + 0.04443359375, + -0.03515625, + -0.006061553955078125, + -0.0083770751953125, + -0.026092529296875, + 0.030914306640625, + 0.025909423828125, + 0.0158233642578125, + 0.00043082237243652344, + 0.03497314453125, + -0.0390625, + -0.014251708984375, + -0.0185089111328125, + -0.06182861328125, + 0.016937255859375, + 0.0191497802734375, + 0.00437164306640625, + 0.0577392578125, + -0.026275634765625, + -0.054412841796875, + 0.0049285888671875, + -0.032196044921875, + 0.0673828125, + 0.0469970703125, + 0.01129150390625, + 0.0186920166015625, + -0.0127716064453125, + -0.0013704299926757812, + 0.0249786376953125, + 0.01387786865234375, + 0.0192413330078125, + 0.05035400390625, + 0.03887939453125, + 0.0030994415283203125, + -0.048126220703125, + 0.0125885009765625, + 0.04644775390625, + 0.0244293212890625, + -0.0273895263671875, + 0.0214691162109375, + -0.0020465850830078125, + 0.039794921875, + -0.00643157958984375, + 0.047760009765625, + 0.032012939453125, + -0.0008444786071777344, + 0.002880096435546875, + -0.02349853515625, + 0.004810333251953125, + -0.036651611328125, + 0.0214691162109375, + 0.01378631591796875, + 0.014434814453125, + 0.016845703125, + 0.017303466796875, + -0.05108642578125, + 0.0100860595703125, + 0.0208282470703125, + -0.0298004150390625, + 0.00647735595703125, + 0.017303466796875, + -0.02886962890625, + 0.0030994415283203125, + -0.03314208984375, + -0.037200927734375, + 0.043670654296875, + -0.00446319580078125, + -0.05810546875, + 0.0447998046875, + 0.05181884765625, + -0.059967041015625, + -0.025177001953125, + -0.0394287109375, + -0.0098114013671875, + -0.0209197998046875, + -0.01490020751953125, + 0.045166015625, + 0.00293731689453125, + -0.0154571533203125, + 0.059600830078125, + 0.03961181640625, + -0.0015153884887695312, + -0.05035400390625, + 0.037933349609375, + -0.0303497314453125, + -0.048858642578125, + 0.025909423828125, + 0.01508331298828125, + 0.020263671875, + -0.05181884765625, + 0.006801605224609375, + 0.00647735595703125, + -0.00791168212890625, + 0.020355224609375, + 0.0299835205078125, + -0.031646728515625, + -0.055145263671875, + -0.0303497314453125, + 0.058868408203125, + 0.008514404296875, + 0.03350830078125, + -0.0219268798828125, + -0.026092529296875, + 0.0279541015625, + -0.032196044921875, + -0.0236968994140625, + -0.0266571044921875, + -0.00495147705078125, + -0.0026264190673828125, + 0.06475830078125, + -0.026092529296875, + -0.01091766357421875, + -0.006988525390625, + 0.05255126953125, + 0.0111083984375, + -0.0097198486328125, + -0.0699462890625, + 0.0268402099609375, + 0.025360107421875, + -0.022857666015625, + -0.025543212890625, + -0.01221466064453125, + -0.0159149169921875, + 0.055511474609375, + -0.04461669921875, + -0.0126800537109375, + -0.004787445068359375, + -0.04144287109375, + -0.01239776611328125, + -0.019805908203125, + -0.0083770751953125, + -0.030914306640625, + 0.01323699951171875, + 0.04443359375, + -0.006938934326171875, + 0.0238800048828125, + 0.00814056396484375, + -0.006938934326171875, + 0.034423828125, + -0.00920867919921875, + -0.04443359375, + 0.0180511474609375, + -0.0699462890625, + -0.0272064208984375, + 0.00629425048828125, + 0.0244293212890625, + -0.01971435546875, + -0.0087890625, + -0.0126800537109375, + -0.0183258056640625, + 0.02239990234375, + -0.01490020751953125, + -0.00916290283203125, + -0.0183258056640625, + -0.01230621337890625, + -0.0584716796875, + -0.00994873046875, + 0.0023937225341796875, + 0.0296173095703125, + 0.0015268325805664062, + -0.0212860107421875, + 0.03997802734375, + -0.066650390625, + -0.0057830810546875, + 0.0218353271484375, + 0.006938934326171875, + 0.0208282470703125, + -0.00786590576171875, + -0.0089263916015625, + -0.01221466064453125, + 0.029052734375, + -0.029052734375, + -0.0333251953125, + -0.078125, + 0.0283203125, + 0.0145263671875, + -0.014251708984375, + -0.0034694671630859375, + -0.0447998046875, + -0.04443359375, + 0.01091766357421875, + 0.042755126953125, + 0.0189666748046875, + 0.00518035888671875, + -0.037567138671875, + -0.023040771484375, + 0.0128631591796875, + -0.038116455078125, + 0.02923583984375, + 0.00557708740234375, + 0.0210113525390625, + 0.0100860595703125, + -0.017303466796875, + 0.007358551025390625, 0.022216796875, - -0.05419921875, + 0.0220184326171875, + 0.0264739990234375, 0.026092529296875, - 0.0296783447265625, - -0.0160369873046875, - 0.00287628173828125, - -0.0645751953125, - 0.09918212890625, - 0.0135498046875, - 0.022216796875, - -0.01434326171875, - 0.0318603515625, - 0.0206146240234375, - 0.0232086181640625, - 0.02301025390625, - 0.00856781005859375, - -0.022216796875, - 0.0362548828125, - 0.0557861328125, + -0.0242462158203125, + 0.0125885009765625, + -0.02923583984375, + -0.0162811279296875, + 0.0115203857421875, + -0.026275634765625, + -0.0006246566772460938, + -0.0355224609375, + -0.0125885009765625, + -0.00647735595703125, + 0.0214691162109375, + 0.0401611328125, + -0.03350830078125, + -0.025726318359375, + 0.00439453125, + -0.004070281982421875, + 0.07403564453125, + -0.036285400390625, + -0.0303497314453125, + 0.0191497802734375, + -0.0112457275390625, + 0.042205810546875, + 0.038482666015625, + 0.025360107421875, + -0.0125885009765625, + 0.006618499755859375, + 0.053680419921875, + 0.0035400390625, + -0.053680419921875, + -0.01416015625, + 0.003192901611328125, + -0.0002949237823486328, + 0.05810546875, + 0.0225830078125, + 0.08587646484375, + 0.0014925003051757812, + 0.01953125, + 0.0082855224609375, + 0.04052734375, + 0.036651611328125, + 0.007171630859375, + -0.06219482421875, + -0.01416015625, + 0.009765625, + -0.03314208984375, + -0.04443359375, + -0.0009427070617675781, + 0.06549072265625, + -0.07623291015625, + -0.0162811279296875, + -0.01221466064453125, + -0.00490570068359375, + 0.01184844970703125, + -0.005321502685546875, + -0.03460693359375, + 0.0156402587890625, + 0.0161895751953125, + -0.037933349609375, + 0.00804901123046875, + -0.002231597900390625, + 0.0018854141235351562, + 0.04681396484375, + 0.037017822265625, + -0.00518035888671875, + 0.00506591796875, + -0.0038166046142578125, + 0.055511474609375, + 0.03533935546875, + 0.023406982421875, + 0.011566162109375, + 0.004787445068359375, + 0.03533935546875, + 0.0296173095703125, + -0.031097412109375, + -0.00800323486328125, + 0.011566162109375, + 0.041839599609375, + 0.0242462158203125, + 0.056640625, + -0.007495880126953125, + 0.01535797119140625, + -0.01702880859375, + -0.045166015625, + 0.0236968994140625, + 0.006664276123046875, + -0.0073089599609375, + -0.059600830078125, + -0.048858642578125, + 0.0268402099609375, + -0.0303497314453125, + 0.0220184326171875, + -0.003238677978515625, + -0.0347900390625, + -0.0115203857421875, + 0.031646728515625, + -0.01064300537109375, + -0.06329345703125, + -0.004047393798828125, + -0.025726318359375, + -0.019622802734375, + -0.002590179443359375, + -0.04644775390625, + 0.048492431640625, + -0.03387451171875, + -0.047393798828125, + -0.0244293212890625, + 0.042572021484375, + -0.032379150390625, + -0.05218505859375, + -0.0186004638671875, + 0.0019550323486328125, + 0.014617919921875, + -0.02044677734375, + -0.06292724609375, + -0.017852783203125, + 0.01739501953125, + -0.01702880859375, + 0.0013246536254882812, + -0.01480865478515625, + -0.0236968994140625, + 0.00284576416015625, + -0.00012791156768798828, + -0.0294342041015625, + 0.03497314453125, + -0.03924560546875, + 0.0275726318359375, + -0.01776123046875, + 0.0275726318359375, + 0.02850341796875, + 0.0273895263671875, + 0.0089263916015625, + 0.02313232421875, + -0.03497314453125, + -0.06182861328125, + 0.0026035308837890625, + -0.0070343017578125, + 0.02276611328125, + -0.07183837890625, + 0.00962066650390625, + 0.07513427734375, + -0.08843994140625, + 0.01203155517578125, + -0.0030078887939453125, + -0.0114288330078125, + -0.0584716796875, + -0.01369476318359375, + -0.00726318359375, + 0.01212310791015625, + 0.07293701171875, + -0.0116119384765625, + -0.01212310791015625, + 0.011383056640625, + -0.058868408203125, + 0.071044921875, + 0.005229949951171875, + 0.011474609375, + -0.07293701171875, + 0.01490020751953125, + 0.02923583984375, + -0.03887939453125, + -0.00638580322265625, + -0.049957275390625, + -0.002140045166015625, + 0.0042572021484375, + 0.019989013671875, + -0.002777099609375, + 0.004489898681640625, + -0.022857666015625, + -0.0214691162109375, + -0.0213775634765625, + 0.017578125, + -0.007171630859375, + 0.0211944580078125, + -0.05218505859375, + -0.016571044921875, -0.016937255859375, - -0.0288848876953125, - 0.028289794921875, - 0.0107574462890625, - -0.046417236328125, - 0.0310821533203125, - 0.035247802734375, - 0.00946044921875, - 0.0036602020263671875, - -0.02410888671875, - -0.00403594970703125, - -0.052581787109375, - 0.07891845703125, - 0.0190277099609375, - -0.00667572021484375, - 0.0247955322265625, - -0.04302978515625, - 0.04144287109375, - 0.007221221923828125, - 0.07373046875, - -0.04541015625, - 0.03607177734375, - -0.0152435302734375, - 0.01155853271484375, - -0.007518768310546875, - 0.0308837890625, - 0.00145721435546875, - 0.01026153564453125, - 0.01125335693359375, - 0.055389404296875, - 0.01120758056640625, - -0.004878997802734375, - -0.066162109375, - 0.005828857421875, - -0.0217132568359375, - 0.01294708251953125, - 0.030487060546875, - -0.0235137939453125, - -0.0152435302734375, - -0.021820068359375, - 0.006076812744140625, - 0.057769775390625, - 0.007518768310546875, - 0.02520751953125, - -0.007770538330078125, - -0.007770538330078125, - -0.0205230712890625, - 0.01190185546875 + -0.060333251953125, + -0.032745361328125, + -0.004695892333984375, + 0.0182342529296875, + -0.00037026405334472656, + -0.053314208984375, + 0.0286865234375, + 0.0240631103515625, + -0.017852783203125, + 0.0183258056640625, + 0.044219970703125, + -0.048858642578125, + -0.01499176025390625, + 0.0275726318359375, + 0.0145263671875, + -0.0041656494140625, + 0.01387786865234375, + -0.0181427001953125, + 0.0131378173828125, + 0.042755126953125, + -0.000885009765625, + 0.047760009765625, + 0.041839599609375, + -0.03533935546875, + -0.06475830078125, + -0.0247955322265625, + -0.0277557373046875, + 0.03369140625, + -0.00925445556640625, + 0.037567138671875, + -0.0010061264038085938, + -0.0154571533203125, + -0.089599609375, + 0.04461669921875, + -0.0127716064453125, + 0.032012939453125, + 0.047393798828125, + -0.026275634765625, + -0.0703125, + -0.04461669921875, + -0.01369476318359375, + 0.02813720703125, + -0.031829833984375, + 0.035919189453125, + 0.0023365020751953125, + 0.019622802734375, + 0.00902557373046875, + 0.004673004150390625, + -0.0111083984375, + 0.05810546875, + 0.031646728515625, + -0.043853759765625, + 0.0469970703125, + -0.047760009765625, + -0.01480865478515625, + -0.00782012939453125, + 0.0048370361328125, + -0.007587432861328125, + -0.0277557373046875, + -0.0160064697265625, + 0.00052642822265625, + 0.0347900390625, + 0.0307159423828125, + -0.03369140625, + 0.036468505859375, + -0.01100921630859375, + 0.031829833984375, + -0.0157318115234375, + 0.0044403076171875, + 0.0181427001953125, + 0.0249786376953125, + 0.00818634033203125, + -0.01230621337890625, + -0.048492431640625, + -0.0799560546875, + 0.0030307769775390625, + -0.0714111328125, + -0.0004916191101074219, + -0.0145263671875, + 0.0242462158203125, + 0.014068603515625, + -0.007404327392578125, + 0.043670654296875, + 0.00957489013671875, + -0.01203155517578125, + -0.0159149169921875, + 0.055908203125, + -0.00437164306640625, + 0.0244293212890625, + 0.01078033447265625, + -0.037750244140625, + 0.0099945068359375, + -0.025177001953125, + 0.006988525390625, + -0.031280517578125, + -0.00962066650390625, + -0.0211029052734375, + 0.0236968994140625, + -0.060333251953125, + -0.01332855224609375, + 0.009857177734375, + 0.0266571044921875, + 0.016754150390625, + -0.0283203125, + 0.042205810546875, + -0.02886962890625, + -0.061431884765625, + 0.031097412109375, + -0.0186004638671875, + -0.03350830078125, + 0.0186920166015625, + 0.0057373046875, + 0.0268402099609375, + 0.0221099853515625, + 0.047760009765625, + 0.0279541015625, + 0.025909423828125, + -0.00102996826171875, + -0.02850341796875, + -0.0010814666748046875, + -0.0157318115234375, + 0.01739501953125, + 0.0130462646484375, + 0.02813720703125, + -0.0084686279296875, + 0.01387786865234375, + 0.01351165771484375, + -0.07513427734375, + -0.01971435546875, + -0.016571044921875, + -0.046630859375, + 0.0225830078125, + 0.0570068359375, + 0.0277557373046875, + -0.0238800048828125, + 0.031829833984375, + 0.047393798828125, + 0.0191497802734375, + 0.01434326171875, + -0.0246124267578125, + -0.057373046875, + -0.01078033447265625, + 0.004001617431640625, + 0.00576019287109375, + -0.03924560546875, + 0.046630859375, + 0.042755126953125, + -0.01490020751953125, + -0.037384033203125, + -0.016754150390625, + 0.0017232894897460938, + 0.032958984375, + 0.0458984375, + -0.0111541748046875, + -0.08514404296875, + -0.0019779205322265625, + 0.0238800048828125, + -0.004810333251953125, + 0.0190582275390625, + 0.0034008026123046875, + -0.032958984375, + 0.0242462158203125, + -0.05035400390625, + -0.01387786865234375, + 0.022491455078125, + 0.0692138671875, + -0.003910064697265625, + -0.043487548828125, + -0.0212860107421875, + 0.05218505859375, + 0.00652313232421875, + -0.0087432861328125, + 0.00019228458404541016, + 0.0206298828125, + -0.0355224609375, + 0.032379150390625, + 0.0275726318359375, + 0.01666259765625, + 0.03497314453125, + -0.00017642974853515625, + -0.06439208984375, + 0.022308349609375, + -0.01387786865234375, + -0.006061553955078125, + -0.006710052490234375, + -0.03314208984375, + -0.0355224609375, + -0.059600830078125, + 0.04071044921875, + 0.006198883056640625, + 0.047760009765625, + 0.02923583984375, + 0.0003845691680908203, + -0.0216522216796875, + -0.0099945068359375, + 0.037750244140625, + 0.04644775390625, + 0.00174713134765625, + -0.0209197998046875, + 0.0097198486328125, + 0.00490570068359375, + 0.04107666015625, + -0.039794921875, + 0.020172119140625, + -0.0268402099609375, + -0.01471710205078125, + -0.0240631103515625, + -0.007171630859375, + 0.0186004638671875, + -0.020263671875, + -0.001781463623046875, + -0.022308349609375, + 0.0001481771469116211, + -0.003147125244140625, + -0.032958984375, + -0.035919189453125, + 0.004627227783203125, + -0.0347900390625, + 0.0163726806640625, + 0.0070343017578125, + -0.026092529296875, + 0.007541656494140625, + -0.07696533203125, + 0.09918212890625, + 0.042755126953125, + 0.0048370361328125, + 0.0111083984375, + 0.04034423828125, + 0.0584716796875, + 0.01248931884765625, + 0.0036792755126953125, + 0.0401611328125, + -0.0125885009765625, + 0.034423828125, + 0.059234619140625, + 0.0088348388671875, + -0.0394287109375, + 0.0333251953125, + -0.00920867919921875, + -0.0821533203125, + 0.04498291015625, + 0.01535797119140625, + 0.00934600830078125, + 0.0007028579711914062, + -0.001041412353515625, + -0.00513458251953125, + -0.039794921875, + 0.07330322265625, + 0.01517486572265625, + -0.0355224609375, + 0.0333251953125, + -0.07513427734375, + 0.053680419921875, + 0.0006012916564941406, + 0.043121337890625, + -0.055145263671875, + 0.05145263671875, + -0.01369476318359375, + 0.022491455078125, + -0.0189666748046875, + 0.014617919921875, + 0.00920867919921875, + 0.03460693359375, + -0.03497314453125, + 0.06549072265625, + 0.0213775634765625, + 0.01212310791015625, + -0.060333251953125, + -0.0082855224609375, + -0.005321502685546875, + 0.0073089599609375, + 0.01517486572265625, + -0.0130462646484375, + -0.004119873046875, + 0.00957489013671875, + 0.0277557373046875, + 0.047210693359375, + -0.03460693359375, + 0.031646728515625, + 0.0188751220703125, + -0.0279541015625, + -0.00916290283203125, + -0.038116455078125 ], "metadata": { "domains": [ "static-investigations", - "fraud-investigation", - "incident-response" + "ics-forensics", + "fraud-investigation" ], "phases": [ "examination", "analysis" ], "tags": [ - "gui", - "deleted-file-recovery", - "metadata-parser", - "triage", + "command-line", + "artifact-parser", + "geolocation", + "timeline", + "html-export", "system-metadata", - "thumbnail-analysis", - "exif-extraction", - "csam-investigation", - "timeline-creation", - "batch-processing", - "html-reporting", - "hash-export" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_osquery", - "type": "tool", - "name": "osquery", - "content": "osquery facebooks revolutionäre endpoint-telemetry-engine transformiert betriebssystem- zustand in sql-queries für forensische untersuchungen. das \"operating system as database\"-konzept ermöglicht abfragen wie \"select * from processes where name like '%malware%'\". über 200 tables exposieren system-internals: prozesse, netzwerkverbindungen, dateien, registry, scheduled-tasks. besonders mächtig für fleet-wide-hunting: eine query durchsucht tausende endpoints parallel. die event-framework publiziert changes in real-time. extensions erweitern für cloud-apis, yara-scanning, custom-tables. json-output integriert nahtlos in siems. distributed-queries über tls-verschlüsselte channels. der lightweight-agent (< 50mb ram) minimiert performance-impact. configuration- management via json/yaml. die active-community entwickelt ständig neue tables. basis für zahlreiche kommerzielle endpoint-security-produkte. unverzichtbar für moderne threat-hunting und incident-response at scale. endpoint sql incident-response examination", - "embedding": [ - -0.00732421875, - 0.031585693359375, - 0.037628173828125, - -0.01342010498046875, - 0.030242919921875, - 0.00992584228515625, - 0.03118896484375, - -0.0187225341796875, - -0.02911376953125, - 0.01007080078125, - -0.0313720703125, - 0.037628173828125, - 0.00699615478515625, - -0.020599365234375, - -0.057098388671875, - 0.036102294921875, - -0.0304412841796875, - 0.01129913330078125, - 0.01148223876953125, - -0.0004165172576904297, - -0.024200439453125, - -0.015411376953125, - -0.048004150390625, - -0.01200103759765625, - -0.005695343017578125, - 0.01474761962890625, - -0.005176544189453125, - -0.05670166015625, - 0.0028839111328125, - 0.0139923095703125, - 0.016632080078125, - -0.0178680419921875, - -0.005222320556640625, - 0.037445068359375, - 0.00794219970703125, - -0.0199432373046875, - 0.021453857421875, - -0.04876708984375, - -0.0245819091796875, - 0.027984619140625, - -0.0058135986328125, - 0.0180511474609375, - 0.0018787384033203125, - -0.03497314453125, - -0.043670654296875, - -0.0447998046875, - -0.0020904541015625, - -0.037628173828125, - 0.0389404296875, - -0.0276031494140625, - 0.02410888671875, - 0.04443359375, - 0.0016546249389648438, - 0.00807952880859375, - -0.036865234375, - 0.0430908203125, - 0.01389312744140625, - -0.022125244140625, - -0.03497314453125, - 0.037628173828125, - -0.047088623046875, - 0.00841522216796875, - -0.0146484375, - -0.0031909942626953125, - 0.0255279541015625, - 0.006381988525390625, - -0.00997161865234375, - -0.036102294921875, - -0.01091766357421875, - -0.01947021484375, - -0.001087188720703125, - 0.007419586181640625, - 0.0002777576446533203, - 0.01739501953125, - -0.0219268798828125, - -0.03460693359375, - 0.0157928466796875, - 0.0150299072265625, - -0.004535675048828125, - -0.00846099853515625, - -0.045745849609375, - -0.002529144287109375, - 0.044036865234375, - -0.031005859375, - -0.045379638671875, - 0.004703521728515625, - 0.0169219970703125, - -0.0014057159423828125, - 0.0226898193359375, - 0.0406494140625, - 0.019378662109375, - 0.0276031494140625, - 0.0151214599609375, - -0.020416259765625, - 0.033447265625, - 0.02911376953125, - -0.02532958984375, - -0.003971099853515625, - -0.01654052734375, - 0.0313720703125, - 0.032135009765625, - -0.0249481201171875, - 0.0540771484375, - -0.01380157470703125, - 0.057464599609375, - -0.036102294921875, - 0.0146484375, - -0.0157928466796875, - -0.003993988037109375, - -0.020599365234375, - -0.1119384765625, - -0.0506591796875, - -0.011627197265625, - -0.06048583984375, - -0.0060272216796875, - -0.0111541748046875, - -0.0095977783203125, - 0.0245819091796875, - -0.033843994140625, - -0.026092529296875, - 0.0257110595703125, - 0.0230712890625, - 0.0170135498046875, - 0.0230712890625, - -0.0623779296875, - -0.05670166015625, - 0.018341064453125, - 0.0169219970703125, - -0.0277862548828125, - -0.01380157470703125, - -0.0249481201171875, - -0.004680633544921875, - -0.01947021484375, - -0.043304443359375, - 0.00484466552734375, - -0.00855255126953125, - 0.051788330078125, - -0.0205078125, - 0.002399444580078125, - 0.006710052490234375, - 0.024200439453125, - 0.004608154296875, - -0.05596923828125, - 0.0216522216796875, - -0.04461669921875, - -0.005859375, - 0.00091552734375, - 0.053314208984375, - -0.00907135009765625, - 0.0091705322265625, - 0.01100921630859375, - 0.0285491943359375, - 0.040069580078125, - 0.002044677734375, - 0.03515625, - -0.0226898193359375, - -0.007419586181640625, - -0.004489898681640625, - 0.042724609375, - -0.029876708984375, - -0.00484466552734375, - 0.0294952392578125, - -0.01007080078125, - 0.0277862548828125, - -0.022308349609375, - -0.0289306640625, - -0.0266571044921875, - 0.0236358642578125, - -0.0019855499267578125, - 0.00949859619140625, - 0.0210723876953125, - -0.0012645721435546875, - 0.058990478515625, - 0.05029296875, - 0.002056121826171875, - -0.00531768798828125, - -0.000028431415557861328, - -0.033660888671875, - 0.03460693359375, - 0.022308349609375, - -0.024383544921875, - 0.0208892822265625, - 0.024383544921875, - 0.00243377685546875, - 0.0169219970703125, - -0.008270263671875, - -0.0091705322265625, - -0.019378662109375, - -0.051422119140625, - 0.04840087890625, - -0.0294952392578125, - -0.0184326171875, - -0.003284454345703125, - 0.00936126708984375, - 0.002788543701171875, - 0.045745849609375, - 0.0217437744140625, - -0.04632568359375, - 0.032135009765625, - -0.037811279296875, - 0.01371002197265625, - 0.055206298828125, - -0.004608154296875, - 0.035736083984375, - -0.01436614990234375, - 0.0189056396484375, - -0.0184326171875, - 0.03875732421875, - 0.038177490234375, - -0.039703369140625, - 0.01568603515625, - 0.055206298828125, - -0.0197601318359375, - -0.0657958984375, - -0.0200347900390625, - -0.0268402099609375, - 0.04443359375, - -0.0330810546875, - -0.01134490966796875, - -0.0036869049072265625, - 0.005458831787109375, - -0.037628173828125, - 0.0150299072265625, - 0.042144775390625, - -0.0125732421875, - 0.029876708984375, - 0.03704833984375, - -0.019378662109375, - -0.01294708251953125, - 0.0022335052490234375, - 0.0306243896484375, - 0.0482177734375, - -0.037445068359375, - 0.00228118896484375, - -0.0229644775390625, - -0.01739501953125, - 0.036102294921875, - 0.019561767578125, - 0.030059814453125, - 0.004608154296875, - -0.00936126708984375, - 0.0247650146484375, - -0.00439453125, - 0.0234375, - 0.013519287109375, - -0.04119873046875, - 0.0097808837890625, - -0.00732421875, - 0.026275634765625, - 0.06427001953125, - -0.036865234375, - -0.001140594482421875, - -0.034393310546875, - -0.019378662109375, - -0.06353759765625, - -0.052947998046875, - -0.039703369140625, - -0.043670654296875, - 0.051055908203125, - -0.0347900390625, - -0.0255279541015625, - 0.016632080078125, - 0.00756072998046875, - 0.031585693359375, - 0.034393310546875, - 0.0021381378173828125, - -0.05859375, - 0.0018548965454101562, - 0.06201171875, - -0.0181427001953125, - 0.00798797607421875, - -0.0060272216796875, - 0.053314208984375, - -0.002044677734375, - -0.00798797607421875, - -0.03118896484375, - 0.0157928466796875, - 0.049530029296875, - 0.0013647079467773438, - 0.0372314453125, - -0.034027099609375, - 0.01332855224609375, - -0.0264739990234375, - 0.0257110595703125, - -0.06048583984375, - 0.005481719970703125, - -0.043487548828125, - -0.0146484375, - 0.007610321044921875, - -0.08544921875, - 0.010772705078125, - 0.0106353759765625, - 0.007419586181640625, - -0.0013942718505859375, - 0.00463104248046875, - -0.043853759765625, - 0.0255279541015625, - 0.04632568359375, - 0.01186370849609375, - 0.035919189453125, - 0.054840087890625, - -0.01361083984375, - 0.0198516845703125, - -0.01474761962890625, - 0.0150299072265625, - -0.03533935546875, - -0.034210205078125, - -0.03082275390625, - -0.0313720703125, - -0.054840087890625, - -0.019195556640625, - -0.01436614990234375, - -0.02703857421875, - 0.0207061767578125, - -0.027984619140625, - 0.0022563934326171875, - -0.01143646240234375, - -0.03460693359375, - -0.0023517608642578125, - -0.028350830078125, - -0.054443359375, - -0.01371002197265625, - 0.06842041015625, - 0.0196685791015625, - 0.0121002197265625, - -0.00794219970703125, - 0.0023517608642578125, - -0.0111541748046875, - 0.033843994140625, - -0.037445068359375, - 0.01824951171875, - -0.003025054931640625, - 0.0582275390625, - 0.044036865234375, - 0.00794219970703125, - 0.0033092498779296875, - 0.06201171875, - 0.026275634765625, - -0.0006794929504394531, - -0.004039764404296875, - -0.0002422332763671875, - -0.0239105224609375, - 0.0199432373046875, - -0.01947021484375, - 0.0009632110595703125, - -0.030059814453125, - -0.0272216796875, - 0.00945281982421875, - 0.005718231201171875, - 0.034210205078125, - 0.0208892822265625, - -0.0287322998046875, - -0.005504608154296875, - 0.054840087890625, - 0.0096435546875, - 0.10589599609375, - -0.03875732421875, - -0.0423583984375, - 0.0140838623046875, - 0.01035308837890625, - -0.04461669921875, - -0.01361083984375, - 0.051422119140625, - -0.00803375244140625, - 0.0097808837890625, - 0.0220184326171875, - -0.005672454833984375, - 0.031585693359375, - 0.01049041748046875, - 0.006946563720703125, - 0.00180816650390625, - 0.012664794921875, - 0.0257110595703125, - 0.057861328125, - 0.041412353515625, - 0.0009274482727050781, - 0.053314208984375, - -0.017669677734375, - -0.029296875, - -0.03533935546875, - -0.043304443359375, - 0.0200347900390625, - 0.0178680419921875, - -0.01082611083984375, - 0.045928955078125, - -0.01474761962890625, - -0.05633544921875, - 0.047088623046875, - -0.02032470703125, - 0.07867431640625, - 0.062744140625, - 0.0219268798828125, - 0.0266571044921875, - -0.040069580078125, - -0.01082611083984375, - 0.023345947265625, - -0.006618499755859375, - 0.0236358642578125, - 0.072998046875, - 0.0347900390625, - 0.01053619384765625, - -0.042724609375, - 0.01824951171875, - 0.027984619140625, - 0.041412353515625, - 0.0019969940185546875, - 0.02154541015625, - 0.003143310546875, - 0.02117919921875, - -0.01531219482421875, - 0.035919189453125, - 0.0161590576171875, - -0.0181427001953125, - -0.002529144287109375, - -0.0218353271484375, - 0.007843017578125, - -0.055206298828125, - 0.01427459716796875, - -0.0115814208984375, - -0.01238250732421875, - 0.0030727386474609375, - 0.0276031494140625, - -0.029876708984375, - 0.0196685791015625, - 0.041778564453125, - -0.06390380859375, - 0.039337158203125, - 0.034027099609375, - -0.037811279296875, - -0.0029773712158203125, - -0.04840087890625, - -0.0364990234375, - 0.0294952392578125, - -0.01361083984375, - -0.01323699951171875, - -0.01134490966796875, - 0.00997161865234375, - -0.042144775390625, - -0.039886474609375, - -0.039886474609375, - 0.00514984130859375, - -0.020599365234375, - -0.002410888671875, - 0.046875, - -0.02911376953125, - 0.0110626220703125, - 0.01824951171875, - 0.051788330078125, - 0.021270751953125, - -0.042144775390625, - 0.055572509765625, - -0.040069580078125, - -0.04046630859375, - 0.019287109375, - 0.0168304443359375, - 0.00859832763671875, - -0.022491455078125, - -0.01276397705078125, - 0.006381988525390625, - 0.0032367706298828125, - 0.00841522216796875, - 0.0225982666015625, - -0.06689453125, - -0.0258941650390625, - -0.036865234375, - 0.051788330078125, - 0.007610321044921875, - 0.04119873046875, - 0.00936126708984375, - -0.09039306640625, - 0.0189056396484375, - -0.051055908203125, - -0.022308349609375, - -0.053314208984375, - 0.03118896484375, - -0.0077972412109375, - 0.06011962890625, - -0.01522064208984375, - -0.02154541015625, - -0.020599365234375, - 0.066162109375, - 0.0238189697265625, - 0.0015363693237304688, - -0.036865234375, - 0.052947998046875, - 0.0277862548828125, - -0.049896240234375, - -0.00921630859375, - -0.0032138824462890625, - -0.003284454345703125, - 0.0616455078125, - -0.061248779296875, - -0.00855255126953125, - -0.0151214599609375, - -0.04461669921875, - -0.028167724609375, - -0.019195556640625, - -0.0024585723876953125, - -0.0465087890625, - 0.0030727386474609375, - 0.028350830078125, - -0.0082244873046875, - 0.022308349609375, - 0.01068115234375, - 0.0197601318359375, - 0.0197601318359375, - 0.031951904296875, - 0.0028839111328125, - 0.0116729736328125, - -0.049896240234375, - -0.031768798828125, - -0.03289794921875, - 0.042724609375, - -0.01091766357421875, - -0.007373809814453125, - -0.0296783447265625, - -0.0146484375, - 0.033660888671875, - -0.069580078125, - 0.001270294189453125, - -0.002681732177734375, - -0.01361083984375, - -0.0264739990234375, - -0.042144775390625, - 0.0229644775390625, - -0.003543853759765625, - 0.01947021484375, - 0.0264739990234375, - 0.049530029296875, - -0.05633544921875, - 0.03326416015625, - 0.0207977294921875, - -0.0101165771484375, - -0.00656890869140625, - -0.02532958984375, - 0.0019969940185546875, - 0.0189971923828125, - 0.00907135009765625, - -0.001033782958984375, - -0.029296875, - -0.0506591796875, - 0.0237274169921875, - 0.0160675048828125, - -0.03515625, - -0.006145477294921875, - -0.04443359375, - -0.033660888671875, - 0.00945281982421875, - 0.0013589859008789062, - 0.01323699951171875, - -0.010162353515625, - -0.040283203125, - -0.00992584228515625, - -0.0199432373046875, - -0.0161590576171875, - 0.00269317626953125, - -0.00988006591796875, - 0.01143646240234375, - 0.00836181640625, - -0.0230712890625, - 0.0272216796875, - 0.04840087890625, - 0.03082275390625, - 0.028350830078125, - 0.021270751953125, - -0.03533935546875, - 0.0017957687377929688, - 0.007183074951171875, - -0.0228729248046875, - -0.0087432861328125, - -0.03668212890625, - 0.024383544921875, - -0.035919189453125, - -0.01531219482421875, - 0.025146484375, - 0.016357421875, - 0.0249481201171875, - -0.00553131103515625, - -0.01181793212890625, - 0.05218505859375, - -0.02410888671875, - 0.06011962890625, - -0.05029296875, - -0.04632568359375, - 0.0258941650390625, - 0.01139068603515625, - 0.05633544921875, - 0.049163818359375, - 0.0227813720703125, - -0.0171051025390625, - 0.0017604827880859375, - 0.0285491943359375, - -0.0219268798828125, - -0.047088623046875, - -0.0088348388671875, - 0.0116729736328125, - -0.007137298583984375, - 0.0623779296875, - 0.0150299072265625, - 0.07147216796875, - 0.0006880760192871094, - -0.00732421875, - 0.01332855224609375, - 0.039886474609375, - 0.03497314453125, - -0.008697509765625, - -0.030242919921875, - -0.01654052734375, - 0.0258941650390625, - -0.0430908203125, - -0.0313720703125, - -0.0010747909545898438, - 0.07110595703125, - -0.061248779296875, - -0.00196075439453125, - -0.01947021484375, - -0.017486572265625, - 0.0125732421875, - 0.0125732421875, - -0.007373809814453125, - 0.004772186279296875, - 0.00907135009765625, - -0.030059814453125, - 0.01427459716796875, - -0.0187225341796875, - -0.0021152496337890625, - 0.0277862548828125, - 0.0272216796875, - -0.02325439453125, - 0.0239105224609375, - 0.0208892822265625, - 0.015594482421875, - 0.0272216796875, - -0.0020904541015625, - 0.0225982666015625, - 0.030059814453125, - 0.062744140625, - 0.0465087890625, - 0.00936126708984375, - -0.01323699951171875, - 0.01824951171875, - 0.021270751953125, - 0.023162841796875, - 0.03839111328125, - 0.0045623779296875, - 0.01427459716796875, - 0.00232696533203125, - -0.011627197265625, - 0.01134490966796875, - 0.0188140869140625, - -0.0155029296875, - -0.042724609375, - -0.0506591796875, - -0.0097808837890625, - -0.05218505859375, - 0.0482177734375, - 0.026092529296875, - -0.0026702880859375, - 0.0012350082397460938, - 0.039337158203125, - -0.0423583984375, - -0.051055908203125, - 0.01861572265625, - -0.007843017578125, - -0.0081787109375, - -0.00850677490234375, - -0.039886474609375, - 0.0189056396484375, - -0.0050811767578125, - -0.0654296875, - -0.0169219970703125, - 0.03875732421875, - 0.0015363693237304688, - -0.04083251953125, - 0.006427764892578125, - -0.006473541259765625, - -0.0245819091796875, - -0.036102294921875, - -0.041015625, - -0.019287109375, - 0.016448974609375, - -0.0220184326171875, - 0.0220184326171875, - -0.00855255126953125, - -0.006855010986328125, - -0.0009746551513671875, - -0.020233154296875, - -0.01238250732421875, - 0.0140838623046875, - -0.041015625, - 0.0289306640625, - 0.0198516845703125, - -0.006946563720703125, - 0.0257110595703125, - 0.08697509765625, - 0.02532958984375, - 0.01654052734375, - -0.03857421875, - -0.04461669921875, - 0.03253173828125, - 0.0121002197265625, - -0.007610321044921875, - -0.040069580078125, - -0.00510406494140625, - 0.049530029296875, - -0.066162109375, - 0.0240020751953125, - -0.00043129920959472656, - -0.0304412841796875, - -0.048004150390625, - -0.0003249645233154297, - -0.01654052734375, - 0.031768798828125, - 0.0968017578125, - -0.00316619873046875, - -0.007656097412109375, - 0.0207977294921875, - -0.04632568359375, - 0.041412353515625, - -0.0171051025390625, - 0.04046630859375, - -0.032135009765625, - 0.0161590576171875, - 0.0009570121765136719, - -0.0171966552734375, - 0.006805419921875, - -0.08203125, - -0.016357421875, - 0.040069580078125, - 0.01238250732421875, - -0.0423583984375, - 0.019287109375, - -0.031005859375, - -0.054840087890625, - -0.0255279541015625, - 0.044036865234375, - 0.03875732421875, - -0.00949859619140625, - -0.0482177734375, - -0.01001739501953125, - 0.0285491943359375, - -0.0692138671875, - -0.036102294921875, - 0.0010814666748046875, - 0.0287322998046875, - 0.0170135498046875, - -0.046142578125, - 0.005695343017578125, - -0.01371002197265625, - 0.039703369140625, - 0.0159759521484375, - 0.02410888671875, - -0.049163818359375, - -0.022308349609375, - 0.0184326171875, - 0.03289794921875, - -0.01654052734375, - -0.0019025802612304688, - 0.008270263671875, - 0.01025390625, - 0.0274200439453125, - -0.026092529296875, - 0.0304412841796875, - 0.027984619140625, - -0.01049041748046875, - -0.03533935546875, - -0.024383544921875, - -0.023162841796875, - 0.03668212890625, - 0.0036163330078125, - 0.03912353515625, - 0.0201416015625, - -0.01371002197265625, - -0.06317138671875, - 0.0285491943359375, - -0.0161590576171875, - 0.0268402099609375, - 0.02117919921875, - -0.017669677734375, - -0.060882568359375, - -0.0706787109375, - -0.0237274169921875, - 0.0082244873046875, - -0.043670654296875, - 0.0258941650390625, - 0.039886474609375, - 0.0015001296997070312, - 0.0200347900390625, - -0.0184326171875, - 0.00803375244140625, - 0.0364990234375, - -0.006427764892578125, - 0.00028204917907714844, - 0.051422119140625, - -0.04083251953125, - 0.00029397010803222656, - 0.00732421875, - 0.0016069412231445312, - 0.007656097412109375, - -0.018341064453125, - -0.0177764892578125, - -0.004276275634765625, - 0.0266571044921875, - 0.0274200439453125, - 0.005008697509765625, - 0.0465087890625, - -0.016632080078125, - 0.015594482421875, - 0.03289794921875, - -0.0506591796875, - -0.00836181640625, - 0.0170135498046875, - 0.0149383544921875, - 0.003261566162109375, - -0.06732177734375, - -0.058990478515625, - 0.0170135498046875, - -0.0692138671875, - -0.00531768798828125, - 0.0038280487060546875, - 0.033447265625, - 0.0266571044921875, - -0.04876708984375, - 0.041412353515625, - -0.013519287109375, - 0.007419586181640625, - -0.0188140869140625, - 0.0160675048828125, - 0.006427764892578125, - 0.0389404296875, - 0.0111541748046875, - -0.03668212890625, - 0.0199432373046875, - 0.01247406005859375, - -0.03082275390625, - -0.0304412841796875, - 0.003261566162109375, - -0.022491455078125, - 0.023162841796875, - -0.06048583984375, - -0.006191253662109375, - 0.0178680419921875, - 0.046875, - 0.013519287109375, - -0.0180511474609375, - 0.045196533203125, - -0.016448974609375, - -0.0699462890625, - 0.02532958984375, - -0.0239105224609375, - -0.03271484375, - 0.01446533203125, - -0.01824951171875, - 0.0140838623046875, - 0.016357421875, - 0.04254150390625, - 0.0272216796875, - 0.043853759765625, - 0.016448974609375, - 0.0011463165283203125, - 0.02154541015625, - -0.01171875, - 0.020599365234375, - 0.005481719970703125, - 0.024200439453125, - -0.016357421875, - 0.054443359375, - 0.01380157470703125, - -0.0582275390625, - -0.026092529296875, - 0.0141754150390625, - -0.043853759765625, - -0.027984619140625, - 0.09564208984375, - 0.05218505859375, - 0.0010814666748046875, - 0.01091766357421875, - 0.0181427001953125, - 0.031005859375, - 0.00803375244140625, - -0.031768798828125, - -0.07489013671875, - -0.020233154296875, - 0.00579071044921875, - 0.029876708984375, - -0.053314208984375, - 0.0430908203125, - 0.07977294921875, - -0.031768798828125, - -0.051422119140625, - -0.0013055801391601562, - -0.02325439453125, - 0.054840087890625, - 0.02154541015625, - 0.01474761962890625, - -0.0699462890625, - -0.0009746551513671875, - 0.01824951171875, - 0.031005859375, - 0.006381988525390625, - -0.01371002197265625, - -0.0169219970703125, - 0.0264739990234375, - -0.040283203125, - -0.0146484375, - 0.0247650146484375, - 0.07904052734375, - 0.01285552978515625, - -0.036102294921875, - -0.0235443115234375, - 0.0465087890625, - 0.0218353271484375, - -0.0207061767578125, - 0.0043487548828125, - 0.032135009765625, - 0.0158843994140625, - 0.0125732421875, - 0.02911376953125, - 0.039520263671875, - 0.021453857421875, - 0.021453857421875, - -0.053680419921875, - 0.044036865234375, - -0.022308349609375, - 0.01001739501953125, - 0.015411376953125, - -0.048004150390625, - -0.047637939453125, - -0.051055908203125, - 0.035736083984375, - 0.0112457275390625, - 0.0266571044921875, - -0.0009746551513671875, - 0.00940704345703125, - -0.0190887451171875, - 0.0372314453125, - 0.0177764892578125, - 0.055572509765625, - 0.03082275390625, - 0.01568603515625, - 0.0213623046875, - -0.009124755859375, - -0.02532958984375, - -0.02325439453125, - 0.053314208984375, - -0.031951904296875, - -0.0110626220703125, - -0.03857421875, - -0.015594482421875, - -0.003047943115234375, - -0.015594482421875, - -0.0029544830322265625, - -0.0112457275390625, - 0.0158843994140625, - -0.0287322998046875, - -0.040283203125, - -0.0116729736328125, - 0.02239990234375, - -0.015411376953125, - 0.008697509765625, - 0.03497314453125, - -0.005126953125, - 0.0096893310546875, - -0.06011962890625, - 0.089599609375, - 0.041412353515625, - -0.0009570121765136719, - -0.026275634765625, - 0.003662109375, - 0.030059814453125, - 0.002788543701171875, - 0.011627197265625, - 0.0157928466796875, - -0.0087432861328125, - 0.041595458984375, - 0.006805419921875, - -0.00997161865234375, - -0.03289794921875, - 0.006710052490234375, - -0.002044677734375, - -0.024200439453125, - 0.041595458984375, - 0.00704193115234375, - 0.030059814453125, - 0.01276397705078125, - 0.0014295578002929688, - -0.007843017578125, - -0.061248779296875, - 0.0229644775390625, - 0.005672454833984375, - -0.0001875162124633789, - 0.0266571044921875, - -0.041595458984375, - 0.06463623046875, - 0.012664794921875, - 0.06463623046875, - -0.06048583984375, - 0.03515625, - -0.0003898143768310547, - -0.01143646240234375, - -0.0111083984375, - 0.0190887451171875, - -0.01861572265625, - 0.0205078125, - 0.00746917724609375, - 0.039520263671875, - 0.036102294921875, - 0.01276397705078125, - -0.055572509765625, - -0.0150299072265625, - 0.01139068603515625, - 0.039703369140625, - 0.0771484375, - -0.053314208984375, - -0.03460693359375, - 0.0245819091796875, - 0.0209808349609375, - 0.06805419921875, - -0.01568603515625, - 0.01177215576171875, - 0.0038280487060546875, - -0.006900787353515625, - 0.00337982177734375, - -0.012664794921875 - ], - "metadata": { - "domains": [ - "incident-response" - ], - "phases": [ - "examination" - ], - "tags": [ - "endpoint", - "sql" + "vehicle-forensics", + "can-bus-data", + "infotainment", + "crash-data", + "bluetooth-connections", + "gps-tracking" ], "skillLevel": "intermediate", "type": "tool" } }, { - "id": "tool_GRR_Rapid_Response", + "id": "tool_CAINE", "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", + "name": "CAINE", + "content": "caine caine (computer aided investigative environment) ist eine ubuntu‑basierte live‑linux‑distribution, die mehr als 150 forensik‑werkzeuge in einer schreibgeschützten umgebung bündelt. version 14.0 »lightstream« (märz 2025) bringt kernel 6.8, uefi‑support und das unblock‑gui zum gezielten aufheben der write‑block‑funktion für einzelne devices. :contentreference[oaicite:2]{index=2} live-distro imaging write-blocking gui commandline scenario:disk_imaging incident-response static-investigations network-forensics mobile-forensics data-collection examination analysis", "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.033416748046875, + 0.046600341796875, + 0.037261962890625, + -0.01519775390625, + 0.0277557373046875, + 0.0287628173828125, + 0.047607421875, + 0.02734375, + -0.0018110275268554688, + -0.006938934326171875, + -0.05267333984375, + 0.032806396484375, + 0.01357269287109375, + -0.00643157958984375, + -0.03424072265625, + 0.013671875, + -0.022796630859375, + -0.01560211181640625, + 0.01357269287109375, + 0.023193359375, + -0.0255279541015625, + 0.00405120849609375, + -0.0494384765625, + 0.0038242340087890625, + 0.017730712890625, + -0.00992584228515625, + -0.006938934326171875, + -0.063232421875, + -0.03607177734375, + -0.0236968994140625, + -0.01611328125, -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.004405975341796875, + 0.0110931396484375, + 0.00931549072265625, + 0.00445556640625, -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.0164031982421875, + 0.0293731689453125, + -0.0090179443359375, + -0.006988525390625, + 0.011444091796875, + -0.0283660888671875, + -0.00881195068359375, + -0.048004150390625, + -0.025726318359375, + -0.01088714599609375, + 0.01580810546875, + -0.055908203125, + 0.00704193115234375, + 0.051849365234375, + 0.012054443359375, + -0.0014181137084960938, + -0.0229949951171875, + 0.01103973388671875, + 0.022186279296875, + -0.036865234375, + -0.09320068359375, + 0.03179931640625, + -0.053070068359375, + 0.0024051666259765625, + -0.00865936279296875, + -0.030181884765625, + 0.0137786865234375, + 0.039520263671875, + -0.0191497802734375, + -0.0380859375, + -0.0084075927734375, + 0.0015573501586914062, + 0.0291748046875, + -0.0225830078125, + 0.0179290771484375, + 0.028564453125, + -0.0016460418701171875, + -0.033416748046875, + 0.0287628173828125, + 0.01751708984375, + 0.03668212890625, + 0.005645751953125, + -0.01934814453125, + -0.0034694671630859375, + 0.036865234375, + 0.01245880126953125, + -0.03668212890625, + 0.0142822265625, + 0.0157012939453125, + 0.00861358642578125, + 0.01549530029296875, + -0.00830841064453125, + 0.021881103515625, + -0.0250244140625, + -0.00946807861328125, + -0.02227783203125, + 0.038909912109375, + 0.07415771484375, + -0.003696441650390625, + -0.012359619140625, + -0.0007567405700683594, + 0.061187744140625, + 0.01438140869140625, + -0.020355224609375, + 0.05145263671875, + -0.0026454925537109375, + 0.035247802734375, + -0.037078857421875, + 0.03240966796875, + 0.004329681396484375, + -0.023406982421875, + -0.0546875, + -0.09197998046875, -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.000004887580871582031, - -0.0220947265625, + 0.002849578857421875, + -0.047210693359375, + -0.022491455078125, + 0.01326751708984375, + -0.022491455078125, + 0.050048828125, + -0.03564453125, + -0.05914306640625, + -0.0022411346435546875, + -0.0004494190216064453, + -0.00620269775390625, + 0.0182342529296875, + -0.07940673828125, + -0.061187744140625, + 0.01296234130859375, + 0.0303955078125, + -0.05267333984375, + -0.0293731689453125, + -0.048431396484375, + -0.0303955078125, + -0.033843994140625, + -0.01261138916015625, + -0.0033931732177734375, + -0.03302001953125, + 0.01904296875, + -0.00830841064453125, + -0.01119232177734375, + 0.025726318359375, + 0.046600341796875, + -0.004634857177734375, + -0.055908203125, + 0.0112457275390625, + -0.044158935546875, + 0.0007915496826171875, + 0.0026340484619140625, + 0.0506591796875, + -0.0277557373046875, + -0.020660400390625, + -0.0217742919921875, + 0.0350341796875, + 0.0469970703125, + -0.00942230224609375, + 0.032012939453125, + -0.0229949951171875, + -0.016510009765625, + -0.0048370361328125, + 0.0079498291015625, + -0.0217742919921875, + 0.01560211181640625, + 0.0147857666015625, + -0.00241851806640625, + 0.021270751953125, + -0.0265350341796875, + -0.0277557373046875, + -0.0167083740234375, + -0.0008358955383300781, + 0.0084075927734375, + 0.0014247894287109375, + 0.03564453125, + -0.01251220703125, + 0.057952880859375, + 0.047393798828125, + 0.0142822265625, + 0.000033020973205566406, + 0.02410888671875, + -0.0027484893798828125, + 0.039306640625, + 0.0153961181640625, + -0.0004684925079345703, + 0.0008544921875, + 0.0265350341796875, + -0.0026836395263671875, + 0.0289764404296875, + 0.028564453125, + -0.04376220703125, + -0.0185394287109375, + -0.020355224609375, + 0.021270751953125, + -0.026947021484375, + 0.006130218505859375, + 0.0049896240234375, + 0.0109405517578125, + 0.01337432861328125, + 0.049835205078125, 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.02978515625, + 0.04498291015625, + 0.0172271728515625, + 0.016510009765625, + 0.0271453857421875, + 0.00122833251953125, + 0.0380859375, + 0.0176239013671875, + 0.0043792724609375, + -0.003520965576171875, + 0.0386962890625, + 0.0299835205078125, + -0.0010004043579101562, + -0.01751708984375, + 0.04071044921875, + -0.0279541015625, + -0.035247802734375, + -0.0201568603515625, + -0.00988006591796875, + -0.0110931396484375, + -0.02532958984375, + -0.0020008087158203125, + -0.0210723876953125, + -0.01306915283203125, + -0.03607177734375, + 0.03363037109375, + 0.01812744140625, + -0.0157012939453125, + 0.021881103515625, + -0.0167083740234375, + -0.0457763671875, + -0.0191497802734375, + 0.0210723876953125, + 0.027557373046875, + 0.026336669921875, + -0.018341064453125, + 0.00420379638671875, + -0.012664794921875, + -0.04498291015625, + 0.0546875, + 0.0198516845703125, + 0.006988525390625, + 0.0013170242309570312, + -0.0208740234375, + -0.01549530029296875, + -0.00800323486328125, + 0.03564453125, + 0.0243072509765625, + 0.00014793872833251953, + -0.012054443359375, + 0.0085601806640625, + 0.04132080078125, + 0.045379638671875, + -0.0445556640625, + 0.0030517578125, + -0.06524658203125, + 0.0006709098815917969, + -0.07171630859375, + -0.01397705078125, + 0.0015697479248046875, + -0.033416748046875, + 0.04962158203125, + -0.0265350341796875, + -0.026947021484375, + 0.018035888671875, + 0.0245208740234375, + 0.00977325439453125, + 0.053070068359375, + 0.0090179443359375, + -0.033416748046875, + -0.00673675537109375, + 0.058746337890625, + -0.017822265625, + -0.026336669921875, + -0.038482666015625, + 0.04071044921875, + -0.002696990966796875, + 0.0316162109375, + -0.040924072265625, + -0.00249481201171875, + 0.038482666015625, + 0.0289764404296875, + 0.034454345703125, + -0.0195465087890625, + 0.01337432861328125, + 0.03363037109375, + 0.01210784912109375, + -0.053070068359375, + -0.01068878173828125, + -0.006229400634765625, + 0.0010890960693359375, + -0.01129150390625, + -0.036865234375, + -0.007598876953125, + 0.0362548828125, + 0.018341064453125, + -0.0012159347534179688, + 0.0081024169921875, + -0.035858154296875, + 0.005950927734375, + -0.006633758544921875, + 0.01180267333984375, + 0.028564453125, + 0.0289764404296875, + -0.0186309814453125, + 0.010284423828125, + 0.0007567405700683594, + 0.006786346435546875, + -0.00942230224609375, + -0.01904296875, + -0.0245208740234375, + -0.014892578125, + -0.0697021484375, + -0.038299560546875, + 0.037872314453125, + -0.0186309814453125, + 0.032806396484375, + -0.026947021484375, + 0.00197601318359375, + -0.052276611328125, -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.0008358955383300781, + -0.04315185546875, + -0.033416748046875, + -0.01499176025390625, + 0.0312042236328125, + 0.0061798095703125, + -0.00016772747039794922, + 0.00445556640625, + -0.0219879150390625, + -0.030792236328125, + 0.00042724609375, + -0.0026836395263671875, + 0.034454345703125, + -0.009979248046875, + 0.0157012939453125, + 0.0197601318359375, + 0.03240966796875, + 0.0117034912109375, + 0.0223846435546875, + 0.0279541015625, + -0.0259246826171875, + -0.0104827880859375, + -0.025726318359375, + 0.00881195068359375, + -0.00182342529296875, + -0.013671875, + -0.0279541015625, + 0.01397705078125, + -0.016815185546875, + 0.0214691162109375, + 0.01357269287109375, + 0.006786346435546875, + 0.030792236328125, + -0.033843994140625, + 0.022796630859375, + 0.0648193359375, + -0.00815582275390625, + 0.109375, + -0.0019121170043945312, + -0.07049560546875, + 0.037261962890625, + 0.04315185546875, + 0.028564453125, + 0.01195526123046875, + 0.0184326171875, + 0.016510009765625, + -0.00022161006927490234, + 0.049835205078125, + -0.02227783203125, + 0.0380859375, + -0.012054443359375, + 0.009521484375, + 0.0197601318359375, + 0.0249176025390625, + 0.020263671875, + 0.0506591796875, + 0.0170135498046875, + 0.03424072265625, + 0.0204620361328125, + -0.027557373046875, + -0.032012939453125, + 0.0142822265625, + -0.052276611328125, + 0.01458740234375, + 0.043548583984375, + 0.00445556640625, + 0.051055908203125, + -0.01519775390625, + -0.057952880859375, + 0.0188446044921875, + -0.04315185546875, + 0.053070068359375, + 0.042327880859375, + 0.020660400390625, + 0.017730712890625, + -0.0195465087890625, + 0.005191802978515625, + 0.0172271728515625, + -0.0125579833984375, + 0.042327880859375, + 0.0134735107421875, + 0.038909912109375, + -0.006458282470703125, + -0.0350341796875, + 0.020965576171875, + 0.041748046875, + 0.0164031982421875, + -0.00301361083984375, + 0.020263671875, + 0.03179931640625, + -0.01357269287109375, + -0.06768798828125, + 0.0595703125, + 0.054290771484375, + -0.0115509033203125, + 0.0169219970703125, + -0.0124053955078125, + -0.021575927734375, + -0.06561279296875, + 0.01499176025390625, + 0.007904052734375, + -0.00005817413330078125, + 0.0157012939453125, + 0.00739288330078125, + -0.037078857421875, + -0.028564453125, + 0.01129150390625, + -0.08953857421875, + 0.026947021484375, + 0.014892578125, + -0.02532958984375, + 0.01995849609375, + -0.0087127685546875, + -0.05633544921875, + -0.006988525390625, + -0.0163116455078125, + -0.04681396484375, + 0.0259246826171875, + 0.020263671875, + -0.041534423828125, + -0.02056884765625, + -0.00992584228515625, + -0.014892578125, + -0.00926971435546875, + -0.016815185546875, + 0.0322265625, + -0.0112457275390625, + 0.0036468505859375, + 0.0289764404296875, + 0.0229949951171875, + 0.0017347335815429688, + -0.041748046875, + 0.035247802734375, + -0.020050048828125, + -0.00524139404296875, + 0.0182342529296875, + 0.0316162109375, + 0.0142822265625, + -0.00830841064453125, + -0.0303955078125, + -0.0213775634765625, + 0.017730712890625, + 0.00019621849060058594, + 0.0299835205078125, + -0.01438140869140625, + -0.0249176025390625, + -0.062408447265625, + 0.05267333984375, + -0.005218505859375, + 0.0238037109375, + 0.003772735595703125, + -0.06768798828125, + 0.0322265625, + -0.0115509033203125, + -0.01418304443359375, + -0.004230499267578125, + -0.0027217864990234375, + -0.0027103424072265625, + 0.077392578125, + -0.0082550048828125, + -0.002925872802734375, + -0.01499176025390625, + 0.030181884765625, + 0.034637451171875, + 0.00405120849609375, -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.01245880126953125, + 0.056732177734375, -0.0595703125, - 0.054962158203125, - 0.0301666259765625, - -0.0183563232421875, - 0.03497314453125, - -0.034210205078125, - 0.06842041015625, - 0.0080718994140625, + 0.0019121170043945312, + -0.012054443359375, + -0.00704193115234375, + 0.0236053466796875, + -0.0672607421875, + 0.00769805908203125, + 0.007598876953125, + -0.07293701171875, + 0.017425537109375, + -0.0259246826171875, + -0.01149749755859375, + -0.007904052734375, + 0.03546142578125, + 0.01611328125, + -0.0261383056640625, + 0.0293731689453125, + 0.016815185546875, + 0.0084075927734375, + 0.01418304443359375, + -0.005596160888671875, + -0.01119232177734375, + 0.007343292236328125, + -0.06683349609375, + -0.032012939453125, + -0.043975830078125, + 0.00579833984375, + -0.033233642578125, + -0.022491455078125, + -0.01357269287109375, + -0.0287628173828125, + 0.015899658203125, + -0.0316162109375, + -0.0084075927734375, + -0.0214691162109375, + -0.0196533203125, + -0.030181884765625, + -0.03546142578125, + 0.0211639404296875, + 0.009674072265625, + 0.01448822021484375, + 0.0289764404296875, + 0.0225830078125, + -0.0709228515625, + 0.027557373046875, + 0.032012939453125, + 0.0023040771484375, + 0.01251220703125, + -0.020965576171875, + -0.024810791015625, + -0.01529693603515625, + 0.03564453125, + -0.04071044921875, + -0.01611328125, + -0.06683349609375, + 0.002925872802734375, + -0.0005602836608886719, + 0.0103302001953125, + -0.0034942626953125, + -0.0068359375, + -0.07452392578125, + 0.00445556640625, + 0.035247802734375, + 0.00926971435546875, + -0.017120361328125, + -0.048431396484375, + -0.037689208984375, + -0.0236053466796875, + -0.055511474609375, + 0.0134735107421875, + -0.017730712890625, + 0.0031147003173828125, + 0.011749267578125, + -0.051849365234375, + 0.00861358642578125, + 0.025115966796875, + 0.0204620361328125, + 0.01068878173828125, + 0.0229949951171875, + -0.045379638671875, + 0.035858154296875, + -0.006053924560546875, + 0.000873565673828125, + -0.01103973388671875, + -0.0219879150390625, + 0.040313720703125, + -0.0163116455078125, + -0.0216827392578125, + -0.0016460418701171875, + 0.0169219970703125, + 0.005290985107421875, + 0.0032291412353515625, + -0.048614501953125, + 0.03240966796875, + 0.004962921142578125, + 0.077392578125, + -0.04132080078125, + -0.062408447265625, + 0.01418304443359375, + 0.011444091796875, + 0.042144775390625, + 0.043548583984375, + 0.0210723876953125, + -0.00785064697265625, + -0.00830841064453125, + 0.0198516845703125, + -0.0189361572265625, + -0.039520263671875, + -0.01468658447265625, + 0.0014629364013671875, + 0.0173187255859375, + 0.034027099609375, + 0.01073455810546875, + 0.1077880859375, + -0.00992584228515625, + 0.0030384063720703125, + 0.004787445068359375, + 0.09033203125, + 0.028167724609375, + -0.034027099609375, + -0.045166015625, + 0.004154205322265625, + 0.00524139404296875, + -0.0494384765625, + -0.0233001708984375, + 0.004558563232421875, + 0.055908203125, + -0.052276611328125, + -0.0124053955078125, + -0.01468658447265625, + -0.02734375, + 0.01468658447265625, + 0.0109405517578125, + -0.0210723876953125, + 0.009063720703125, + -0.00197601318359375, + -0.040924072265625, + -0.0023040771484375, + 0.0081024169921875, + 0.031402587890625, + 0.057525634765625, 0.037078857421875, - -0.0926513671875, + -0.0163116455078125, + 0.039306640625, + 0.013671875, + 0.01519775390625, + 0.01180267333984375, + 0.0194549560546875, + 0.025726318359375, + -0.01549530029296875, + 0.037261962890625, + 0.035247802734375, + -0.021270751953125, + -0.033233642578125, + -0.001861572265625, + 0.02349853515625, + 0.0733642578125, + 0.0635986328125, + -0.0250244140625, + 0.01529693603515625, + -0.01180267333984375, + -0.06524658203125, + -0.0134735107421875, + 0.01220703125, + 0.00397491455078125, + -0.0258331298828125, + -0.043548583984375, + 0.0316162109375, + -0.0259246826171875, + 0.0303955078125, + 0.02471923828125, + -0.01129150390625, + -0.002899169921875, + 0.0082550048828125, + -0.0142822265625, + -0.037078857421875, + -0.0037994384765625, + -0.00800323486328125, + -0.0240020751953125, + -0.04437255859375, + -0.0220794677734375, + 0.02978515625, + -0.034637451171875, + -0.047607421875, + -0.0299835205078125, + 0.064453125, + -0.023101806640625, + -0.032012939453125, + -0.00785064697265625, + 0.0169219970703125, + -0.0106353759765625, + -0.05914306640625, + -0.0106353759765625, + -0.028167724609375, + 0.014892578125, + -0.0494384765625, + -0.012054443359375, + -0.00688934326171875, + -0.0411376953125, + -0.0258331298828125, + -0.01812744140625, + -0.063232421875, + 0.0223846435546875, + -0.039520263671875, + 0.028564453125, + 0.003772735595703125, + 0.03546142578125, + 0.0303955078125, + 0.035247802734375, + -0.01418304443359375, + -0.006153106689453125, + -0.01560211181640625, + -0.06927490234375, + 0.0249176025390625, + 0.0011081695556640625, + -0.0150909423828125, + -0.064453125, + -0.0252227783203125, + 0.050048828125, + -0.082275390625, + 0.025421142578125, + 0.016815185546875, + 0.003772735595703125, + -0.0261383056640625, + -0.00257110595703125, + 0.0007152557373046875, + 0.0008358955383300781, + 0.053070068359375, + -0.01611328125, + 0.006786346435546875, + 0.0010194778442382812, + -0.0350341796875, + 0.0445556640625, + 0.00830841064453125, + 0.032623291015625, + -0.02978515625, + 0.0312042236328125, + 0.00148773193359375, + -0.0184326171875, + 0.0223846435546875, + -0.07373046875, + -0.0033931732177734375, + 0.03302001953125, + 0.01073455810546875, + 0.0089111328125, + 0.00977325439453125, + -0.02734375, + -0.0207672119140625, + -0.01448822021484375, + 0.050048828125, + 0.00754547119140625, + -0.005924224853515625, + -0.03668212890625, + -0.024810791015625, + -0.061187744140625, + -0.025634765625, + -0.0192413330078125, + -0.0309906005859375, + 0.039306640625, + -0.0289764404296875, + -0.047607421875, + 0.01088714599609375, + -0.030181884765625, + 0.0201568603515625, + 0.0019626617431640625, + 0.07171630859375, + -0.037078857421875, + 0.018035888671875, + -0.025421142578125, + 0.04620361328125, + 0.0170135498046875, + -0.0189361572265625, + -0.03240966796875, + 0.006988525390625, + 0.01387786865234375, + -0.04376220703125, + 0.042755126953125, + 0.042327880859375, + -0.0217742919921875, + -0.0648193359375, + -0.03240966796875, + -0.016815185546875, + 0.0137786865234375, + -0.048431396484375, + 0.0445556640625, + -0.0110931396484375, + -0.00531768798828125, + -0.10089111328125, + 0.0362548828125, + 0.00640869140625, + 0.0293731689453125, + 0.01053619384765625, + 0.017822265625, + -0.04376220703125, + -0.0176239013671875, + -0.0007691383361816406, + 0.0316162109375, + -0.020660400390625, + 0.0022792816162109375, + 0.010284423828125, + 0.01058197021484375, + 0.022186279296875, + -0.0005822181701660156, + -0.009521484375, + 0.0283660888671875, + 0.047821044921875, + -0.02471923828125, + 0.0506591796875, + -0.04052734375, + -0.00896453857421875, + -0.01261138916015625, + 0.00714111328125, + 0.01291656494140625, + 0.003925323486328125, + -0.0287628173828125, + 0.006481170654296875, + 0.042755126953125, + 0.0017976760864257812, + 0.004940032958984375, + -0.0127105712890625, + 0.02349853515625, + 0.02288818359375, + 0.0084075927734375, + -0.020965576171875, + -0.004154205322265625, + -0.005519866943359375, + -0.007904052734375, + -0.029571533203125, + -0.07537841796875, + -0.0660400390625, + 0.032623291015625, + -0.0271453857421875, + -0.03179931640625, + 0.020263671875, + 0.0030002593994140625, + -0.015899658203125, + -0.038482666015625, + 0.00977325439453125, + -0.01134490966796875, + -0.0236053466796875, + -0.04681396484375, + 0.023193359375, + -0.00405120849609375, + 0.0309906005859375, + -0.00450897216796875, + -0.0733642578125, + 0.004077911376953125, + -0.03546142578125, + -0.017822265625, + -0.021575927734375, + -0.00516510009765625, + -0.05084228515625, + 0.012664794921875, + -0.07537841796875, + -0.0271453857421875, + -0.0197601318359375, + 0.0182342529296875, + 0.02978515625, + 0.0045318603515625, + 0.05633544921875, + -0.003292083740234375, + -0.06524658203125, + 0.055511474609375, + -0.0124053955078125, + -0.016510009765625, + 0.009063720703125, + -0.0213775634765625, + -0.0032672882080078125, + 0.009674072265625, + 0.037078857421875, + 0.03485107421875, 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 + 0.007343292236328125, + -0.0277557373046875, + 0.028564453125, + -0.032806396484375, + 0.030181884765625, + 0.0002073049545288086, + 0.02734375, + -0.005519866943359375, + -0.0022792816162109375, + -0.004634857177734375, + -0.06768798828125, + -0.0380859375, + -0.02978515625, + -0.0261383056640625, + -0.006481170654296875, + 0.07818603515625, + 0.032806396484375, + -0.0024051666259765625, + 0.03546142578125, + 0.07049560546875, + 0.01529693603515625, + -0.005977630615234375, + -0.002658843994140625, + -0.054290771484375, + 0.017425537109375, + 0.004405975341796875, + 0.018035888671875, + -0.06158447265625, + 0.0014753341674804688, + 0.0697021484375, + 0.0010442733764648438, + -0.02471923828125, + 0.00531768798828125, + -0.007244110107421875, + 0.0238037109375, + 0.006988525390625, + 0.00156402587890625, + -0.06683349609375, + 0.01611328125, + 0.04193115234375, + 0.01215362548828125, + 0.0004749298095703125, + -0.0049896240234375, + 0.0005984306335449219, + 0.048828125, + -0.051849365234375, + -0.0258331298828125, + 0.01149749755859375, + 0.062408447265625, + -0.021881103515625, + -0.042144775390625, + -0.009521484375, + 0.05914306640625, + 0.028167724609375, + -0.051849365234375, + 0.007801055908203125, + 0.00785064697265625, + -0.0006427764892578125, + 0.0238037109375, + 0.06561279296875, + -0.0015697479248046875, + 0.044769287109375, + 0.0309906005859375, + -0.04052734375, + 0.0303955078125, + -0.033416748046875, + 0.0106353759765625, + -0.00992584228515625, + -0.01149749755859375, + -0.01326751708984375, + -0.053070068359375, + 0.056732177734375, + 0.01357269287109375, + 0.051055908203125, + 0.01751708984375, + 0.00316619873046875, + -0.005039215087890625, + -0.0115966796875, + 0.0196533203125, + 0.0131683349609375, + 0.0287628173828125, + 0.017822265625, + 0.006534576416015625, + 0.0163116455078125, + -0.004558563232421875, + -0.028167724609375, + 0.0303955078125, + -0.028167724609375, + 0.010284423828125, + -0.049041748046875, + 0.007293701171875, + 0.01084136962890625, + -0.0201568603515625, + 0.0055694580078125, + -0.0179290771484375, + 0.0016145706176757812, + -0.0184326171875, + -0.05145263671875, + -0.01149749755859375, + 0.04559326171875, + -0.036468505859375, + 0.0277557373046875, + 0.004634857177734375, + -0.0265350341796875, + 0.044158935546875, + -0.05267333984375, + 0.049835205078125, + 0.0289764404296875, + 0.0305938720703125, + 0.00524139404296875, + 0.0271453857421875, + 0.036468505859375, + -0.025634765625, + 0.057525634765625, + -0.0140838623046875, + -0.0380859375, + 0.05712890625, + 0.047821044921875, + -0.00397491455078125, + -0.07781982421875, + 0.0167083740234375, + -0.0007314682006835938, + -0.04254150390625, + 0.00620269775390625, + 0.045379638671875, + 0.006130218505859375, + -0.0034942626953125, + -0.0261383056640625, + -0.05267333984375, + -0.0506591796875, + 0.05914306640625, + 0.0445556640625, + -0.006381988525390625, + 0.037261962890625, + -0.05126953125, + 0.041534423828125, + 0.02410888671875, + 0.07171630859375, + -0.052276611328125, + 0.06036376953125, + -0.01611328125, + 0.0074462890625, + -0.00562286376953125, + -0.006053924560546875, + -0.024810791015625, + 0.0164031982421875, + -0.047607421875, + 0.037689208984375, + 0.05633544921875, + -0.01904296875, + -0.0316162109375, + -0.0107879638671875, + 0.0007786750793457031, + -0.0163116455078125, + 0.04315185546875, + -0.020050048828125, + -0.0196533203125, + -0.001392364501953125, + 0.0283660888671875, + 0.050445556640625, + -0.0074462890625, + 0.04254150390625, + -0.00115203857421875, + -0.0030384063720703125, + -0.009979248046875, + -0.0160064697265625 ], "metadata": { "domains": [ "incident-response", "static-investigations", - "malware-analysis", - "fraud-investigation" + "network-forensics", + "mobile-forensics" ], "phases": [ "data-collection", - "examination" + "examination", + "analysis" ], "tags": [ - "web-interface", - "remote-collection", - "distributed", - "api", - "cross-platform", - "triage", - "flow-architecture", - "hunt-feature", - "approval-workflow", - "bigquery-export", - "yara-scanning", - "timeline-generation" + "live-distro", + "imaging", + "write-blocking", + "gui", + "commandline", + "scenario:disk_imaging" ], - "skillLevel": "advanced", + "skillLevel": "beginner", "type": "tool" } }, { - "id": "tool_ICSpector", + "id": "tool_md5sum___sha256sum", "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. command-line 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", + "name": "md5sum / sha256sum", + "content": "md5sum / sha256sum klassische kommandozeilen‑checksummengeneratoren aus den gnu coreutils, die schnell kryptografische prüfsummen (md5 bzw. sha‑256) berechnen und verifizieren können. ideal zur integritätsprüfung von forensik‑images, log‑archiven und download‑artefakten; auch als stream‑filter einsetzbar („cat image.dd | sha256sum“). minimalistischer funktionsumfang, aber auf nahezu jeder unix‑ähnlichen plattform vorinstalliert und damit überall verfügbar. commandline hashing integrity incident-response static-investigations malware-analysis examination analysis", "embedding": [ - -0.03997802734375, - 0.0312042236328125, - 0.0312042236328125, - -0.00499725341796875, - 0.04132080078125, - 0.0279541015625, - 0.0232391357421875, - -0.004795074462890625, - -0.01959228515625, - 0.0232391357421875, - -0.02606201171875, - 0.040252685546875, - 0.0096588134765625, - -0.0189056396484375, - -0.0596923828125, - 0.04052734375, - -0.020660400390625, - 0.00325775146484375, - 0.01195526123046875, - 0.01397705078125, - -0.005336761474609375, - -0.01073455810546875, - -0.043212890625, - -0.021881103515625, - 0.0058746337890625, - 0.0177001953125, - 0.01120758056640625, - -0.0723876953125, - -0.0279541015625, - 0.009185791015625, - 0.01837158203125, - -0.033905029296875, - 0.00959014892578125, - 0.0106048583984375, - 0.00469207763671875, - -0.007022857666015625, - -0.00972747802734375, - -0.033233642578125, - -0.01229095458984375, - 0.033905029296875, - -0.0068206787109375, - 0.005809783935546875, - 0.0115509033203125, - -0.0005950927734375, - -0.026336669921875, - -0.035919189453125, - 0.01546478271484375, - -0.0189056396484375, - 0.0061798095703125, - -0.0343017578125, - 0.048095703125, - 0.033233642578125, - -0.01067352294921875, - -0.0175628662109375, - -0.029449462890625, - 0.0367431640625, - 0.0316162109375, - -0.0106048583984375, - -0.040802001953125, - 0.040252685546875, - -0.06671142578125, - -0.00577545166015625, - -0.0029201507568359375, - -0.020263671875, - 0.02783203125, - 0.035919189453125, - -0.006923675537109375, - -0.03228759765625, - 0.0226898193359375, - -0.0240478515625, - -0.011077880859375, - -0.0014858245849609375, - -0.020660400390625, - 0.0175628662109375, - -0.01959228515625, - -0.060516357421875, - -0.0083770751953125, - 0.0160064697265625, - -0.01715087890625, - 0.0179595947265625, - -0.035125732421875, - -0.00045371055603027344, - 0.047821044921875, - -0.01715087890625, - -0.0207977294921875, - 0.01397705078125, - 0.034576416015625, - 0.0226898193359375, - -0.00885009765625, - -0.002094268798828125, - 0.016143798828125, - 0.004119873046875, - 0.026885986328125, - -0.02349853515625, - 0.048370361328125, - 0.047821044921875, - -0.04132080078125, - -0.004863739013671875, - -0.02783203125, - 0.036468505859375, - 0.048095703125, - -0.0303955078125, - 0.049713134765625, - -0.033233642578125, - 0.045654296875, - -0.0243072509765625, - 0.0164794921875, - 0.007022857666015625, - -0.01479339599609375, - 0.00033354759216308594, - -0.09454345703125, - -0.032684326171875, - -0.0226898193359375, - -0.0518798828125, - -0.0106048583984375, - 0.00627899169921875, - 0.0032749176025390625, - 0.0494384765625, - -0.018768310546875, - -0.02606201171875, - 0.01560211181640625, - 0.04132080078125, - -0.0032749176025390625, - 0.01485443115234375, - -0.0675048828125, - -0.032684326171875, - 0.008575439453125, - 0.0144500732421875, - -0.0280914306640625, - -0.0061798095703125, - -0.01020050048828125, - -0.0164794921875, - -0.01161956787109375, - -0.031463623046875, - -0.008544921875, - 0.00035881996154785156, - 0.04376220703125, - 0.0141143798828125, - -0.01202392578125, - -0.005367279052734375, - 0.0153961181640625, - -0.0172882080078125, - -0.0596923828125, - 0.0019588470458984375, - -0.02593994140625, - -0.021209716796875, - -0.0293121337890625, - 0.03619384765625, - -0.033355712890625, - -0.01134490966796875, - -0.0166168212890625, - 0.0228271484375, - 0.062408447265625, - 0.007328033447265625, - 0.0303955078125, - -0.057281494140625, - 0.0118865966796875, - -0.01512908935546875, - 0.027557373046875, - -0.0312042236328125, - -0.0087127685546875, - 0.0170135498046875, - -0.00045800209045410156, - 0.007396697998046875, - -0.01432037353515625, - -0.03375244140625, - 0.0006709098815917969, - 0.032012939453125, - 0.0303955078125, - 0.004795074462890625, - 0.03228759765625, - -0.0182342529296875, - 0.059173583984375, - 0.0648193359375, - -0.006786346435546875, - 0.01580810546875, - 0.0222930908203125, - -0.0302581787109375, - 0.027557373046875, - 0.042694091796875, - -0.01323699951171875, - -0.027008056640625, - 0.03997802734375, - -0.01580810546875, - 0.015533447265625, - -0.00675201416015625, - -0.0312042236328125, - -0.019989013671875, - -0.019989013671875, - 0.033355712890625, - -0.0521240234375, - -0.037811279296875, - -0.00925445556640625, - 0.0164794921875, - 0.0027866363525390625, - 0.054840087890625, + -0.0148773193359375, + 0.0261077880859375, + 0.06719970703125, + -0.0244903564453125, + 0.02874755859375, + 0.044952392578125, + 0.02996826171875, + -0.0187225341796875, + -0.017822265625, + 0.01983642578125, + -0.0254058837890625, + 0.054656982421875, + 0.01953125, + 0.0012273788452148438, + -0.0251007080078125, + 0.0396728515625, + -0.02874755859375, + -0.0171051025390625, + -0.0036945343017578125, + 0.0307769775390625, + 0.010528564453125, + 0.007083892822265625, + -0.040496826171875, + 0.0205535888671875, + 0.0019102096557617188, + -0.0015115737915039062, + -0.030975341796875, + -0.086669921875, + -0.0283355712890625, + 0.01219940185546875, + -0.0023288726806640625, + -0.0183258056640625, + 0.0171051025390625, + 0.0301666259765625, + -0.019134521484375, + -0.00824737548828125, + -0.007541656494140625, + -0.035430908203125, + 0.00678253173828125, + 0.045745849609375, + -0.03887939453125, + -0.0038471221923828125, + 0.02490234375, + -0.02935791015625, + -0.0222625732421875, + -0.033416748046875, + 0.031982421875, + -0.01012420654296875, + -0.0016956329345703125, + -0.0439453125, + 0.034820556640625, + 0.01629638671875, + 0.0184173583984375, + -0.0291595458984375, + -0.04290771484375, + 0.04595947265625, + 0.0504150390625, + -0.038055419921875, + -0.03826904296875, + 0.029754638671875, + -0.0263214111328125, + -0.01366424560546875, + -0.038055419921875, + -0.01189422607421875, + 0.01558685302734375, + 0.0244903564453125, + -0.0267181396484375, + -0.021148681640625, + 0.006351470947265625, + 0.004833221435546875, + 0.0023403167724609375, + -0.027130126953125, + 0.002796173095703125, + 0.04534912109375, + -0.0279388427734375, + -0.0408935546875, + 0.0213623046875, + 0.02044677734375, + 0.036224365234375, + 0.01335906982421875, + -0.0243988037109375, + 0.039276123046875, + 0.067626953125, + -0.0390625, + 0.0018224716186523438, + 0.0196380615234375, + 0.01270294189453125, + -0.007793426513671875, + -0.01568603515625, + -0.004505157470703125, + 0.027130126953125, + 0.01078033447265625, + 0.040283203125, + -0.006427764892578125, + 0.03460693359375, + 0.04656982421875, + -0.0181121826171875, + 0.017608642578125, + 0.0157928466796875, + 0.038665771484375, + 0.01558685302734375, + -0.030364990234375, + 0.051025390625, + 0.0285491943359375, + 0.062744140625, + -0.02044677734375, + -0.0043792724609375, + -0.0074920654296875, + 0.00006759166717529297, + -0.01158905029296875, + -0.0894775390625, + -0.050811767578125, + -0.047576904296875, + -0.040283203125, + -0.0263214111328125, + -0.00024509429931640625, + -0.0018978118896484375, + 0.043731689453125, + -0.0257110595703125, + -0.045562744140625, + 0.007389068603515625, + 0.018829345703125, + -0.00789642333984375, + 0.006984710693359375, + -0.0408935546875, + -0.036041259765625, + 0.00794219970703125, + 0.002681732177734375, + -0.044342041015625, + -0.04473876953125, + 0.0032901763916015625, + -0.0172119140625, + -0.030975341796875, + -0.025909423828125, + 0.0167083740234375, + -0.0439453125, + 0.03521728515625, + -0.0048828125, + 0.00020170211791992188, + -0.01128387451171875, + 0.0574951171875, + -0.031982421875, + -0.06964111328125, + 0.007236480712890625, + -0.0222625732421875, + -0.0234832763671875, + -0.0338134765625, + 0.03399658203125, + -0.037445068359375, + -0.0158843994140625, + -0.002910614013671875, + 0.00885772705078125, + 0.05303955078125, + 0.0003478527069091797, + 0.007640838623046875, + -0.044952392578125, + 0.0166015625, + -0.014068603515625, + 0.0026569366455078125, + 0.00017952919006347656, + -0.05303955078125, + 0.0164947509765625, + -0.02813720703125, + 0.036041259765625, + -0.01027679443359375, + -0.053863525390625, + -0.033599853515625, + -0.0157928466796875, + 0.0167999267578125, 0.03564453125, - -0.0162811279296875, - 0.008575439453125, - 0.0009708404541015625, - 0.00135040283203125, - 0.0182342529296875, - -0.0112762451171875, - 0.05078125, - 0.0160675048828125, - 0.0029201507568359375, - -0.01959228515625, - 0.04754638671875, - 0.0287628173828125, - -0.011077880859375, - -0.01479339599609375, - 0.058624267578125, - -0.01708984375, - -0.0228271484375, - -0.0312042236328125, - -0.05780029296875, - 0.0291748046875, - -0.02728271484375, - -0.024444580078125, - 0.007732391357421875, - -0.018646240234375, - -0.056182861328125, - -0.00850677490234375, - 0.01479339599609375, - 0.0026683807373046875, - 0.044586181640625, - 0.0172882080078125, - -0.01397705078125, - -0.0048980712890625, - 0.020263671875, - 0.032012939453125, - 0.03375244140625, - -0.009857177734375, - 0.0118865966796875, - -0.0443115234375, - -0.00786590576171875, - 0.03863525390625, - 0.0494384765625, - 0.01479339599609375, - 0.018096923828125, - -0.0177001953125, - 0.0303955078125, - -0.0297088623046875, - 0.025390625, - 0.03363037109375, - -0.0261993408203125, - -0.0179595947265625, - 0.0083770751953125, - 0.0122222900390625, - 0.047821044921875, - -0.0391845703125, - -0.004558563232421875, - -0.060791015625, - 0.0089111328125, - -0.058349609375, - -0.024444580078125, - -0.0267486572265625, - -0.047821044921875, - 0.0312042236328125, - -0.0011568069458007812, - -0.0391845703125, - -0.011077880859375, - 0.031341552734375, - 0.0003314018249511719, - 0.033355712890625, - -0.011749267578125, - -0.042144775390625, - 0.00594329833984375, - 0.09832763671875, - -0.006046295166015625, - 0.002330780029296875, - 0.00833892822265625, - 0.0267486572265625, - -0.00373077392578125, - 0.048370361328125, - -0.01959228515625, - 0.0033435821533203125, - 0.04510498046875, - 0.016204833984375, - 0.0252532958984375, - -0.034454345703125, - 0.01141357421875, - -0.0115509033203125, - 0.016754150390625, - -0.06378173828125, - -0.00019943714141845703, - -0.005504608154296875, - 0.0011730194091796875, - -0.00006699562072753906, - -0.06378173828125, - -0.00658416748046875, - 0.03619384765625, - 0.01229095458984375, - 0.0013341903686523438, - 0.028900146484375, - -0.0391845703125, - 0.0065155029296875, - -0.018646240234375, - 0.0027179718017578125, - 0.0295867919921875, - 0.045928955078125, - -0.0177001953125, - -0.006214141845703125, - -0.01262664794921875, - -0.007495880126953125, - -0.035125732421875, - -0.060791015625, - -0.0418701171875, - -0.00675201416015625, - -0.049713134765625, - -0.00945281982421875, - 0.01337432861328125, - -0.00627899169921875, - 0.00482940673828125, - -0.009521484375, - -0.0137786865234375, - -0.036468505859375, - -0.031341552734375, - -0.007328033447265625, - -0.0124969482421875, - -0.0391845703125, - -0.043487548828125, - 0.048370361328125, - 0.007396697998046875, - 0.0163421630859375, - 0.01432037353515625, - 0.01485443115234375, - -0.0316162109375, - 0.035125732421875, - -0.004962921142578125, - 0.004425048828125, - -0.0241851806640625, - 0.054840087890625, - 0.0252532958984375, - 0.01080322265625, - 0.01134490966796875, - 0.0697021484375, - 0.0185089111328125, - -0.0228271484375, - 0.002346038818359375, - -0.00627899169921875, - 0.014251708984375, - 0.0229644775390625, - -0.0013589859008789062, - -0.0220184326171875, - 0.00516510009765625, - -0.0124969482421875, - 0.01134490966796875, - 0.0201263427734375, - 0.036468505859375, - 0.0228271484375, - -0.0025997161865234375, - -0.0240478515625, - 0.0645751953125, - 0.01026153564453125, - 0.09832763671875, - -0.01526641845703125, - -0.01229095458984375, - 0.021881103515625, - 0.01519775390625, - -0.0280914306640625, - 0.002346038818359375, - 0.044036865234375, - 0.038909912109375, - -0.00945281982421875, - 0.0239105224609375, - 0.016815185546875, - 0.0239105224609375, - -0.01134490966796875, - -0.01357269287109375, - 0.0185089111328125, - -0.0099945068359375, - 0.0299835205078125, - 0.063232421875, - 0.0189056396484375, - -0.005401611328125, - 0.014251708984375, - -0.0297088623046875, - -0.02215576171875, - -0.043212890625, - -0.0675048828125, - 0.0029048919677734375, - 0.05267333984375, - 0.01451873779296875, - 0.04241943359375, + 0.0164031982421875, + -0.0190277099609375, + 0.044952392578125, + 0.061553955078125, + 0.00432586669921875, + 0.0089569091796875, + -0.009918212890625, + -0.0032634735107421875, + 0.0254058837890625, + 0.032989501953125, + -0.01508331298828125, + -0.0421142578125, + 0.05303955078125, + 0.0160980224609375, + 0.018524169921875, + -0.00946807861328125, + -0.02581787109375, + 0.017913818359375, + -0.02813720703125, + 0.038055419921875, + -0.0311737060546875, + -0.0107269287109375, + 0.00463104248046875, + 0.044952392578125, + 0.0088043212890625, + 0.040679931640625, + 0.029754638671875, + 0.0203399658203125, + 0.053863525390625, + -0.014068603515625, + 0.00905609130859375, + 0.01953125, + 0.003871917724609375, + 0.05548095703125, + 0.021148681640625, + 0.0007939338684082031, + 0.00592041015625, + 0.03460693359375, + 0.044952392578125, + -0.04595947265625, + -0.01108551025390625, + 0.022064208984375, + -0.0118408203125, + -0.034820556640625, + -0.0273284912109375, + -0.041900634765625, + -0.004352569580078125, + -0.0011005401611328125, + -0.00632476806640625, + -0.014678955078125, + -0.0279388427734375, + -0.0305633544921875, + -0.031982421875, + 0.034210205078125, + -0.0213623046875, + 0.0247955322265625, + 0.0384521484375, + -0.029754638671875, + -0.0599365234375, + 0.0439453125, + 0.00247955322265625, + 0.03460693359375, + -0.00916290283203125, + 0.00133514404296875, + 0.001316070556640625, + 0.0009112358093261719, + 0.040496826171875, + 0.01396942138671875, + 0.01001739501953125, + 0.01538848876953125, + -0.011688232421875, + 0.010986328125, + -0.032989501953125, + 0.0305633544921875, + -0.0063018798828125, + -0.03826904296875, + 0.0240936279296875, + -0.010528564453125, + 0.01143646240234375, + 0.034820556640625, + -0.050018310546875, + -0.0186309814453125, + -0.061126708984375, + -0.0048828125, + -0.0716552734375, + -0.01123809814453125, + -0.042510986328125, + -0.01396942138671875, + 0.040069580078125, + -0.03521728515625, + -0.0250091552734375, + -0.004756927490234375, + -0.0006008148193359375, + 0.00946807861328125, + 0.058319091796875, + -0.016998291015625, + -0.052642822265625, + 0.00885772705078125, + 0.08746337890625, + -0.03887939453125, + -0.019439697265625, + -0.0174102783203125, + 0.007083892822265625, + 0.0008349418640136719, + 0.026519775390625, + -0.036651611328125, + -0.0190277099609375, + 0.0247039794921875, + 0.0203399658203125, + 0.0222625732421875, + -0.0183258056640625, + -0.010986328125, + -0.010223388671875, + 0.05120849609375, + -0.035430908203125, + 0.01275634765625, + 0.005542755126953125, + 0.002834320068359375, + -0.004581451416015625, + -0.06719970703125, + 0.00211334228515625, + 0.0516357421875, + 0.00885772705078125, + 0.0074920654296875, + 0.0024929046630859375, + -0.05059814453125, + -0.0048828125, + 0.00528717041015625, + -0.05059814453125, + 0.0225677490234375, + 0.040496826171875, -0.03564453125, - -0.0723876953125, - 0.024993896484375, - -0.0280914306640625, - 0.07293701171875, - 0.05023193359375, - 0.01215362548828125, - 0.0394287109375, - -0.009185791015625, - 0.0027179718017578125, - 0.0166168212890625, - 0.0034942626953125, - 0.029449462890625, - 0.0645751953125, - 0.037017822265625, - 0.00864410400390625, - -0.0224151611328125, - 0.01242828369140625, - 0.03485107421875, - 0.0096588134765625, - -0.0096588134765625, - 0.01087188720703125, - 0.00992584228515625, - 0.027008056640625, - -0.0299835205078125, - 0.03240966796875, - 0.0309295654296875, - -0.003292083740234375, - 0.024444580078125, - -0.0084381103515625, - 0.0283660888671875, - -0.031890869140625, - 0.0014009475708007812, - -0.0020847320556640625, - 0.0239105224609375, - 0.0207977294921875, - 0.03106689453125, - -0.0394287109375, - -0.00021529197692871094, - 0.038909912109375, - -0.07562255859375, - 0.0261993408203125, - 0.05511474609375, - -0.021881103515625, - -0.00800323486328125, - -0.018646240234375, - -0.054840087890625, - 0.04052734375, - -0.0297088623046875, - -0.0293121337890625, - 0.000029802322387695312, - 0.03228759765625, - -0.027557373046875, - -0.038360595703125, - -0.0302581787109375, - -0.00803375244140625, - -0.03753662109375, - -0.017425537109375, - 0.03485107421875, - 0.01904296875, - 0.0065155029296875, - 0.052398681640625, - 0.037811279296875, - -0.012359619140625, - -0.0316162109375, - 0.047821044921875, - -0.00506591796875, - -0.02728271484375, - 0.027008056640625, - 0.03564453125, - 0.0065155029296875, - -0.03619384765625, - -0.014251708984375, - 0.01026153564453125, - 0.026611328125, - -0.004306793212890625, - 0.01337432861328125, - -0.051055908203125, - -0.057525634765625, - -0.02984619140625, - 0.03485107421875, - -0.0035457611083984375, - 0.0518798828125, - -0.002330780029296875, - -0.06268310546875, - 0.0229644775390625, - -0.05511474609375, - -0.0185089111328125, - -0.004169464111328125, - 0.0222930908203125, - 0.007732391357421875, - 0.06292724609375, - -0.0243072509765625, - -0.0290374755859375, - -0.0182342529296875, - 0.07183837890625, - -0.001468658447265625, - -0.00675201416015625, - -0.0391845703125, - 0.053497314453125, - 0.02471923828125, - -0.044036865234375, - -0.0124969482421875, - -0.003612518310546875, - 0.0045928955078125, - 0.041595458984375, - -0.05645751953125, - -0.01120758056640625, - -0.02349853515625, - -0.062408447265625, - -0.044586181640625, - -0.0198516845703125, - -0.0201263427734375, - -0.039703369140625, - 0.0240478515625, - 0.038360595703125, - 0.0087127685546875, - 0.0341796875, - 0.01067352294921875, - -0.0013418197631835938, - 0.0147247314453125, - -0.002819061279296875, - -0.03863525390625, - 0.0494384765625, - -0.0469970703125, - -0.031890869140625, - -0.01039886474609375, - 0.03619384765625, - -0.040802001953125, - 0.020660400390625, - 0.01337432861328125, - -0.018768310546875, - 0.03564453125, - -0.046722412109375, - 0.00396728515625, - -0.00864410400390625, - -0.0248565673828125, - -0.0252532958984375, - -0.0236358642578125, - -0.0074615478515625, - 0.04620361328125, - -0.0028362274169921875, - 0.019317626953125, - 0.06024169921875, - -0.033233642578125, - 0.0109405517578125, - 0.0210723876953125, - -0.0166168212890625, - 0.0198516845703125, - -0.002346038818359375, - 0.0009202957153320312, - -0.007564544677734375, - 0.0367431640625, - -0.0232391357421875, - -0.038909912109375, - -0.1053466796875, - 0.02606201171875, - -0.00634765625, - -0.0002522468566894531, - -0.01485443115234375, - -0.04754638671875, - -0.049713134765625, - -0.01141357421875, - 0.03485107421875, - 0.034576416015625, - -0.006450653076171875, - -0.0252532958984375, - 0.016204833984375, - -0.0005993843078613281, - -0.01532745361328125, - 0.0236358642578125, - -0.0005106925964355469, - 0.0101318359375, - -0.0201263427734375, - -0.029449462890625, - 0.024444580078125, - 0.004085540771484375, - 0.025115966796875, - 0.01114654541015625, - 0.0164794921875, - -0.011749267578125, - 0.01020050048828125, - -0.00722503662109375, - -0.013916015625, - -0.037811279296875, - -0.023773193359375, - -0.0021610260009765625, - -0.005706787109375, - -0.01641845703125, - 0.01708984375, - 0.0172882080078125, - 0.0286407470703125, - -0.00959014892578125, - -0.027008056640625, - 0.02984619140625, - -0.0122222900390625, - 0.045654296875, - -0.01080322265625, - -0.04052734375, - 0.01276397705078125, - -0.0118865966796875, - 0.0418701171875, - 0.048370361328125, - -0.031463623046875, - -0.0276947021484375, - 0.0159454345703125, - 0.040252685546875, - -0.0001857280731201172, - -0.0341796875, - -0.03997802734375, - 0.0191802978515625, - 0.00341033935546875, - 0.065673828125, - -0.0010890960693359375, - 0.083740234375, - 0.039703369140625, - 0.002651214599609375, - 0.036468505859375, - 0.066162109375, - 0.045928955078125, - -0.025390625, - -0.06402587890625, - -0.0214691162109375, - 0.01141357421875, - -0.037811279296875, - -0.0556640625, - 0.0002932548522949219, - 0.043212890625, - -0.05023193359375, - -0.025665283203125, - -0.0115509033203125, - -0.005268096923828125, - 0.006046295166015625, - 0.01229095458984375, - -0.0160675048828125, - 0.041046142578125, - 0.00189971923828125, - -0.0418701171875, - 0.0012407302856445312, - -0.0005698204040527344, - 0.01053619384765625, - 0.03485107421875, - 0.053497314453125, - -0.00885009765625, - 0.0287628173828125, - 0.00850677490234375, - 0.03350830078125, - 0.021209716796875, - 0.048614501953125, - 0.0182342529296875, - 0.0306549072265625, - 0.046478271484375, - 0.0295867919921875, - -0.0141143798828125, - -0.007328033447265625, - 0.0109405517578125, - 0.038909912109375, - 0.03729248046875, - 0.058624267578125, - 0.0147247314453125, - 0.01148223876953125, - -0.0175628662109375, - -0.0570068359375, - 0.0004432201385498047, - 0.008270263671875, - 0.00324249267578125, - -0.0312042236328125, - -0.01337432861328125, - 0.0276947021484375, - -0.0264739990234375, - 0.03997802734375, - 0.0019931793212890625, - -0.020263671875, - -0.00705718994140625, - 0.045654296875, - -0.02984619140625, - -0.041595458984375, - 0.0164794921875, - -0.0182342529296875, - -0.046722412109375, - -0.0316162109375, - -0.02850341796875, - 0.044036865234375, - -0.0220184326171875, - -0.054840087890625, - -0.0239105224609375, - 0.05377197265625, - -0.00861358642578125, - -0.01020050048828125, - -0.0207977294921875, - -0.01114654541015625, - -0.01120758056640625, - -0.03729248046875, - -0.03729248046875, - -0.0287628173828125, - 0.01020050048828125, - -0.030792236328125, - 0.002971649169921875, - -0.005435943603515625, - 0.0172882080078125, - -0.024444580078125, + 0.00647735595703125, + -0.02197265625, + 0.035430908203125, + -0.0224761962890625, + -0.03948974609375, + -0.03704833984375, + -0.0174102783203125, + -0.0574951171875, + -0.01953125, + 0.01305389404296875, + -0.032806396484375, + 0.01285552978515625, + 0.0030231475830078125, + -0.00885772705078125, + -0.05426025390625, + -0.042510986328125, + -0.0193328857421875, + -0.0350341796875, + -0.0199432373046875, + -0.022064208984375, + 0.040496826171875, + -0.02520751953125, + -0.0026073455810546875, + -0.003948211669921875, + 0.0108795166015625, + -0.030975341796875, + 0.0242919921875, + -0.0301666259765625, + 0.01457977294921875, + 0.023590087890625, + 0.06195068359375, + 0.0433349609375, + 0.050811767578125, + 0.03460693359375, + 0.042724609375, + 0.034820556640625, + 0.00006365776062011719, + -0.0119476318359375, + -0.005695343017578125, + 0.02752685546875, + 0.030364990234375, + -0.0158843994140625, + -0.02197265625, + -0.0020618438720703125, + -0.0237884521484375, + 0.010986328125, + 0.00463104248046875, + 0.018218994140625, + 0.038055419921875, + -0.019439697265625, + 0.012908935546875, + 0.04290771484375, + -0.0004870891571044922, + 0.07489013671875, + -0.01447296142578125, + -0.040069580078125, + 0.01396942138671875, + 0.02752685546875, -0.01209259033203125, - -0.0220184326171875, - 0.028228759765625, - -0.0443115234375, - 0.053497314453125, - 0.0305328369140625, - 0.025115966796875, - 0.042694091796875, - 0.08160400390625, - 0.007598876953125, - 0.0144500732421875, - 0.00705718994140625, - -0.055908203125, - 0.019317626953125, - 0.029449462890625, - 0.01708984375, - -0.06671142578125, - -0.01546478271484375, - 0.04888916015625, - -0.05645751953125, - -0.0035800933837890625, - 0.0252532958984375, - -0.0290374755859375, - -0.044830322265625, - 0.01202392578125, - -0.0005993843078613281, - 0.00665283203125, - 0.07940673828125, - 0.004726409912109375, - -0.0036468505859375, - 0.024444580078125, - -0.046722412109375, - 0.05078125, - 0.0276947021484375, - 0.0169525146484375, - -0.055389404296875, - -0.0013256072998046875, - 0.019989013671875, - -0.0297088623046875, - -0.00021636486053466797, - -0.049713134765625, - -0.006011962890625, - 0.0367431640625, - 0.02349853515625, - -0.01290130615234375, - -0.0232391357421875, - -0.045379638671875, - -0.0229644775390625, - -0.0189056396484375, - 0.018646240234375, - 0.008209228515625, - -0.00466156005859375, - -0.0312042236328125, - -0.0016803741455078125, - 0.00246429443359375, - -0.0518798828125, - -0.04620361328125, - -0.040252685546875, - 0.037017822265625, - 0.006076812744140625, - -0.04376220703125, - -0.002819061279296875, - 0.022552490234375, - 0.026611328125, - 0.0248565673828125, - 0.068603515625, - -0.03863525390625, - -0.02606201171875, - 0.00992584228515625, - 0.05322265625, - 0.0035457611083984375, - -0.00466156005859375, - -0.00043272972106933594, - 0.0177001953125, - 0.0469970703125, - -0.034576416015625, - 0.03997802734375, - 0.031463623046875, - -0.007190704345703125, - -0.04998779296875, - -0.01418304443359375, - -0.025115966796875, - 0.0303955078125, - -0.01067352294921875, - 0.042938232421875, - -0.0162811279296875, - -0.004489898681640625, - -0.1102294921875, - 0.040252685546875, - -0.03240966796875, - 0.0090484619140625, - 0.006988525390625, - -0.0134429931640625, - -0.06268310546875, - -0.0418701171875, - -0.0226898193359375, - 0.00885009765625, - -0.03753662109375, - 0.0137786865234375, - 0.012969970703125, - 0.004962921142578125, - 0.01006317138671875, - 0.0185089111328125, - 0.0069580078125, - 0.0556640625, - 0.0182342529296875, - -0.0239105224609375, - 0.05401611328125, - -0.04052734375, - 0.01073455810546875, - -0.005130767822265625, - 0.01479339599609375, - 0.0034275054931640625, - -0.01290130615234375, - -0.048095703125, - -0.032684326171875, - 0.00658416748046875, - 0.07183837890625, - -0.019989013671875, - 0.027557373046875, - -0.01168060302734375, - 0.04754638671875, - -0.0025501251220703125, - -0.01512908935546875, - 0.0025997161865234375, - 0.01202392578125, - -0.0182342529296875, - -0.01168060302734375, - -0.061309814453125, - -0.08642578125, - 0.0090484619140625, - -0.06427001953125, - -0.001190185546875, - 0.0169525146484375, - 0.021881103515625, - 0.004726409912109375, - -0.018646240234375, - 0.03106689453125, - -0.019989013671875, - -0.01357269287109375, - -0.013641357421875, - 0.018646240234375, - -0.011749267578125, - 0.0210723876953125, - 0.03729248046875, - -0.02728271484375, - 0.013916015625, - -0.0133056640625, - -0.005741119384765625, - -0.032958984375, - -0.0003440380096435547, - -0.0229644775390625, - 0.027008056640625, - -0.02783203125, - -0.0194549560546875, - 0.01242828369140625, - 0.035919189453125, - 0.0240478515625, - -0.03729248046875, - 0.0545654296875, - -0.0287628173828125, - -0.052398681640625, - 0.0341796875, - -0.00675201416015625, - -0.0367431640625, - 0.0217437744140625, - 0.00445556640625, - -0.012359619140625, - 0.015533447265625, - 0.034027099609375, - 0.040802001953125, - 0.03729248046875, - 0.027008056640625, - -0.02606201171875, - -0.00992584228515625, - -0.01290130615234375, - 0.0518798828125, - 0.02728271484375, - 0.02349853515625, - 0.0204010009765625, - 0.0306549072265625, - 0.0005612373352050781, - -0.09185791015625, - 0.0177001953125, - 0.005603790283203125, - -0.04376220703125, - 0.026336669921875, - 0.06536865234375, - 0.042938232421875, - 0.01134490966796875, - 0.039703369140625, - 0.05023193359375, - 0.04241943359375, - -0.00786590576171875, - -0.02349853515625, - -0.0712890625, - -0.0224151611328125, - 0.00466156005859375, - 0.0084381103515625, - -0.0621337890625, - 0.0670166015625, - 0.07025146484375, - -0.021881103515625, - -0.013916015625, - -0.01141357421875, - -0.01458740234375, - 0.043212890625, - 0.04888916015625, - 0.01451873779296875, - -0.063232421875, - 0.03350830078125, - 0.01959228515625, - -0.0261993408203125, - -0.01100921630859375, - 0.00992584228515625, - -0.0295867919921875, - 0.039703369140625, - -0.08050537109375, - -0.00753021240234375, - -0.0004706382751464844, - 0.059173583984375, - 0.0135040283203125, - -0.038360595703125, - -0.01397705078125, - 0.0204010009765625, - 0.00641632080078125, - -0.01120758056640625, - 0.01168060302734375, - 0.0228271484375, - -0.01215362548828125, - 0.04132080078125, - 0.032135009765625, - 0.0038318634033203125, - 0.044830322265625, - 0.01404571533203125, - -0.059967041015625, - 0.017425537109375, - 0.0115509033203125, - 0.0032749176025390625, - -0.009857177734375, - -0.0391845703125, - -0.0185089111328125, - -0.0274200439453125, - 0.01337432861328125, - -0.009796142578125, - 0.0306549072265625, - 0.0112762451171875, - -0.01087188720703125, - -0.0144500732421875, - 0.00830841064453125, - 0.005840301513671875, - 0.0556640625, - 0.02984619140625, - 0.01080322265625, - 0.01134490966796875, - 0.037017822265625, - 0.01114654541015625, - -0.0267486572265625, - 0.0297088623046875, - -0.061859130859375, - 0.0065155029296875, - -0.0306549072265625, - 0.0002448558807373047, - 0.00347900390625, - -0.016204833984375, - -0.021881103515625, - -0.027557373046875, - 0.013916015625, - -0.0101318359375, - -0.032684326171875, - -0.0017137527465820312, - 0.0521240234375, - -0.0343017578125, - 0.0164794921875, - 0.0191802978515625, - -0.008209228515625, - -0.012969970703125, - -0.0670166015625, - 0.08160400390625, - 0.050506591796875, - 0.0103302001953125, - -0.005706787109375, - 0.02349853515625, - 0.049713134765625, - 0.00229644775390625, - 0.00945281982421875, - 0.03564453125, - -0.0010595321655273438, - 0.06268310546875, - 0.066162109375, - 0.0243072509765625, - -0.04241943359375, - 0.035919189453125, - 0.001705169677734375, - -0.051605224609375, - 0.0316162109375, - 0.01715087890625, - 0.026336669921875, - -0.0204010009765625, - -0.02215576171875, - -0.0164794921875, - -0.037811279296875, - 0.05401611328125, - 0.01384735107421875, - -0.01384735107421875, - 0.02606201171875, - -0.056732177734375, - 0.0391845703125, - -0.0037136077880859375, - 0.052398681640625, - -0.040252685546875, - 0.05023193359375, - -0.016204833984375, - -0.01039886474609375, - 0.0213470458984375, - 0.0367431640625, - -0.025115966796875, - 0.006988525390625, - -0.0017642974853515625, - 0.057525634765625, - 0.039703369140625, - 0.01432037353515625, - -0.04132080078125, - -0.004795074462890625, - 0.0055389404296875, - -0.0248565673828125, - 0.0232391357421875, - -0.0213470458984375, - -0.0115509033203125, - -0.0033435821533203125, - 0.03228759765625, - 0.048370361328125, - -0.023101806640625, - 0.043212890625, - 0.018646240234375, - -0.0003292560577392578, - -0.005130767822265625, - -0.0264739990234375 + -0.0011644363403320312, + 0.0261077880859375, + 0.016998291015625, + 0.0031375885009765625, + 0.0227813720703125, + 0.0052642822265625, + 0.0263214111328125, + 0.02166748046875, + -0.005767822265625, + 0.019134521484375, + -0.021453857421875, + 0.00597381591796875, + 0.05181884765625, + 0.019439697265625, + 0.018524169921875, + 0.01139068603515625, + -0.00835418701171875, + -0.0261077880859375, + -0.005947113037109375, + -0.04412841796875, + 0.0283355712890625, + 0.02996826171875, + 0.027740478515625, + 0.039886474609375, + -0.052215576171875, + -0.0858154296875, + 0.0408935546875, + -0.03643798828125, + 0.061126708984375, + 0.02459716796875, + 0.0138702392578125, + 0.0384521484375, + -0.03887939453125, + 0.023590087890625, + 0.0283355712890625, + 0.00322723388671875, + 0.0218658447265625, + 0.0251007080078125, + 0.036651611328125, + 0.011688232421875, + -0.0498046875, + 0.013763427734375, + 0.0157928466796875, + 0.0070343017578125, + 0.0132598876953125, + 0.0279388427734375, + 0.0164031982421875, + -0.00351715087890625, + -0.03887939453125, + 0.052215576171875, + 0.006252288818359375, + -0.010223388671875, + 0.00839996337890625, + 0.0019989013671875, + -0.005794525146484375, + -0.050018310546875, + -0.007843017578125, + -0.01209259033203125, + -0.004199981689453125, + 0.020751953125, + 0.032196044921875, + -0.034820556640625, + -0.0004744529724121094, + 0.0599365234375, + -0.045745849609375, + 0.044525146484375, + 0.008453369140625, + -0.041107177734375, + 0.0119476318359375, + -0.00824737548828125, + -0.070068359375, + -0.002681732177734375, + -0.053436279296875, + -0.053863525390625, + -0.0103759765625, + 0.0190277099609375, + -0.050018310546875, + -0.0267181396484375, + -0.057891845703125, + -0.036224365234375, + -0.0107269287109375, + -0.0177154541015625, + 0.031982421875, + -0.0015687942504882812, + -0.0103759765625, + 0.04150390625, + 0.067626953125, + -0.01174163818359375, + -0.0224761962890625, + 0.046966552734375, + -0.014373779296875, + -0.0408935546875, + 0.04412841796875, + 0.0017337799072265625, + 0.013763427734375, + -0.030975341796875, + -0.0261077880859375, + -0.02166748046875, + 0.0325927734375, + -0.01113128662109375, + 0.0138702392578125, + -0.056671142578125, + -0.041290283203125, + -0.0251007080078125, + 0.061126708984375, + 0.0154876708984375, + 0.032379150390625, + 0.0068817138671875, + -0.058319091796875, + 0.0183258056640625, + -0.056671142578125, + -0.02752685546875, + 0.0206451416015625, + 0.003795623779296875, + -0.00662994384765625, + 0.07452392578125, + -0.0212554931640625, + 0.0225677490234375, + -0.0228729248046875, + 0.039276123046875, + 0.02996826171875, + -0.006198883056640625, + -0.03643798828125, + 0.038665771484375, + 0.023284912109375, + -0.08502197265625, + -0.0159912109375, + -0.0291595458984375, + -0.003795623779296875, + 0.053436279296875, + -0.060333251953125, + -0.0186309814453125, + -0.0172119140625, + -0.06195068359375, + -0.02813720703125, + -0.0138702392578125, + -0.0038471221923828125, + -0.025604248046875, + 0.013763427734375, + 0.030364990234375, + 0.0108795166015625, + 0.03948974609375, + 0.018829345703125, + -0.007389068603515625, + 0.009613037109375, + -0.013763427734375, + 0.0071868896484375, + 0.0250091552734375, + -0.04656982421875, + -0.0228729248046875, + -0.0305633544921875, + 0.0291595458984375, + -0.0036945343017578125, + -0.01158905029296875, + -0.0221710205078125, + -0.0215606689453125, + 0.0273284912109375, + -0.025299072265625, + -0.0020999908447265625, + -0.0154876708984375, + -0.027130126953125, + -0.034210205078125, + -0.0203399658203125, + 0.01235198974609375, + -0.006122589111328125, + -0.030975341796875, + 0.019134521484375, + 0.0035419464111328125, + -0.036834716796875, + 0.035430908203125, + 0.0283355712890625, + 0.005390167236328125, + 0.00543975830078125, + -0.0009870529174804688, + -0.004581451416015625, + 0.0273284912109375, + 0.02197265625, + -0.0307769775390625, + -0.02996826171875, + -0.06475830078125, + 0.0390625, + 0.0015687942504882812, + -0.0171051025390625, + 0.003948211669921875, + -0.03582763671875, + -0.087890625, + -0.0164031982421875, + 0.02874755859375, + 0.001201629638671875, + -0.032196044921875, + -0.0027828216552734375, + -0.035430908203125, + -0.007289886474609375, + -0.040069580078125, + 0.02337646484375, + -0.033203125, + 0.043121337890625, + -0.007694244384765625, + -0.021148681640625, + 0.02581787109375, + 0.01508331298828125, + 0.032379150390625, + 0.041900634765625, + 0.00820159912109375, + -0.0247039794921875, + 0.01366424560546875, + -0.023681640625, + -0.0160980224609375, + -0.0157928466796875, + -0.0301666259765625, + 0.0224761962890625, + -0.01396942138671875, + -0.025909423828125, + 0.039886474609375, + 0.031768798828125, + 0.01922607421875, + -0.0103759765625, + -0.026519775390625, + 0.02752685546875, + -0.0009927749633789062, + 0.057098388671875, + -0.022369384765625, + -0.0716552734375, + 0.00693511962890625, + -0.0006642341613769531, + 0.0237884521484375, + 0.01346588134765625, + 0.0020618438720703125, + -0.033203125, + 0.0230712890625, + 0.06964111328125, + -0.031585693359375, + -0.03765869140625, + -0.0108795166015625, + 0.01209259033203125, + 0.0240936279296875, + 0.052215576171875, + 0.03582763671875, + 0.0906982421875, + 0.006198883056640625, + -0.0171051025390625, + 0.056671142578125, + 0.045135498046875, + 0.018524169921875, + -0.036651611328125, + -0.042510986328125, + 0.01093292236328125, + 0.005565643310546875, + -0.037872314453125, + -0.019439697265625, + -0.0164031982421875, + 0.076904296875, + -0.05303955078125, + 0.022979736328125, + -0.004100799560546875, + -0.0128021240234375, + 0.0129547119140625, + 0.01219940185546875, + -0.035430908203125, + 0.006072998046875, + -0.00920867919921875, + -0.02337646484375, + -0.02105712890625, + -0.0013284683227539062, + 0.0231781005859375, + 0.05548095703125, + 0.046142578125, + -0.029754638671875, + 0.0491943359375, + 0.010223388671875, + 0.0261077880859375, + 0.0311737060546875, + 0.040283203125, + -0.0009741783142089844, + 0.01068115234375, + 0.044952392578125, + 0.06317138671875, + -0.01629638671875, + -0.01953125, + 0.0174102783203125, + 0.017822265625, + 0.035430908203125, + 0.030364990234375, + 0.0177154541015625, + -0.01062774658203125, + -0.00247955322265625, + -0.0550537109375, + -0.00839996337890625, + -0.00485992431640625, + -0.00966644287109375, + -0.044525146484375, + -0.0037708282470703125, + -0.0114898681640625, + -0.04595947265625, + 0.0467529296875, + 0.021759033203125, + -0.0350341796875, + -0.01305389404296875, + 0.0257110595703125, + 0.01007080078125, + -0.031585693359375, + 0.0020999908447265625, + 0.01270294189453125, + 0.004505157470703125, + -0.0291595458984375, + -0.01001739501953125, + 0.0396728515625, + -0.02166748046875, + -0.07489013671875, + -0.027130126953125, + 0.02935791015625, + -0.0237884521484375, + -0.0350341796875, + -0.01538848876953125, + -0.0164947509765625, + -0.0135650634765625, + -0.050018310546875, + -0.051025390625, + -0.0135650634765625, + 0.0088043212890625, + -0.0261077880859375, + -0.00946807861328125, + -0.00662994384765625, + -0.0267181396484375, + -0.031768798828125, + -0.01922607421875, + -0.04718017578125, + 0.04656982421875, + -0.050201416015625, + 0.031585693359375, + 0.0107269287109375, + 0.0200347900390625, + 0.03643798828125, + 0.05426025390625, + -0.0479736328125, + 0.0009927749633789062, + -0.0157928466796875, + -0.0587158203125, + 0.03460693359375, + 0.0291595458984375, + -0.0028591156005859375, + -0.06561279296875, + -0.0113372802734375, + 0.050811767578125, + -0.060333251953125, + 0.0202484130859375, + -0.00824737548828125, + -0.00008064508438110352, + -0.034820556640625, + 0.0028095245361328125, + 0.018829345703125, + 0.033416748046875, + 0.112548828125, + 0.037872314453125, + -0.0295562744140625, + -0.01214599609375, + -0.01396942138671875, + 0.048583984375, + 0.014068603515625, + 0.040069580078125, + -0.048583984375, + 0.02874755859375, + -0.005718231201171875, + -0.0190277099609375, + 0.035430908203125, + -0.0679931640625, + 0.00662994384765625, + 0.01457977294921875, + 0.01250457763671875, + -0.01629638671875, + -0.014678955078125, + -0.04150390625, + -0.053863525390625, + -0.0279388427734375, + 0.0209503173828125, + -0.01078033447265625, + -0.00830078125, + -0.03765869140625, + 0.01113128662109375, + 0.0014934539794921875, + -0.033203125, + -0.02996826171875, + -0.033599853515625, + 0.036651611328125, + -0.00582122802734375, + -0.06317138671875, + 0.0311737060546875, + -0.0019741058349609375, + 0.0225677490234375, + 0.0062255859375, + 0.043121337890625, + -0.062744140625, + 0.005084991455078125, + 0.007793426513671875, + 0.005035400390625, + 0.02813720703125, + -0.006023406982421875, + -0.0015439987182617188, + 0.023681640625, + 0.022674560546875, + -0.01922607421875, + 0.05120849609375, + 0.02105712890625, + -0.018524169921875, + -0.045135498046875, + -0.0291595458984375, + -0.00470733642578125, + 0.0151824951171875, + -0.0032901763916015625, + 0.03643798828125, + 0.03887939453125, + -0.0190277099609375, + -0.05548095703125, + 0.0587158203125, + -0.053863525390625, + 0.039276123046875, + -0.00860595703125, + -0.000980377197265625, + -0.055877685546875, + -0.026519775390625, + -0.014068603515625, + 0.03521728515625, + -0.0174102783203125, + 0.034423828125, + 0.001277923583984375, + 0.01189422607421875, + -0.01528167724609375, + -0.036041259765625, + -0.00835418701171875, + 0.037445068359375, + 0.0224761962890625, + -0.016998291015625, + 0.048797607421875, + -0.0295562744140625, + 0.0273284912109375, + -0.0181121826171875, + 0.01316070556640625, + 0.032989501953125, + 0.01113128662109375, + -0.02459716796875, + -0.00789642333984375, + 0.0186309814453125, + 0.036041259765625, + -0.019744873046875, + 0.006732940673828125, + -0.01235198974609375, + 0.01447296142578125, + 0.01690673828125, + -0.022369384765625, + 0.014984130859375, + 0.00951385498046875, + -0.00589752197265625, + -0.027740478515625, + -0.06475830078125, + -0.081787109375, + -0.01016998291015625, + -0.05426025390625, + -0.01153564453125, + -0.00997161865234375, + 0.0138702392578125, + 0.004428863525390625, + -0.0224761962890625, + 0.0212554931640625, + -0.0118408203125, + 0.006099700927734375, + -0.0338134765625, + 0.014678955078125, + -0.0095672607421875, + 0.032379150390625, + 0.005161285400390625, + -0.04290771484375, + 0.0384521484375, + -0.0184173583984375, + -0.0019989013671875, + -0.0018978118896484375, + -0.0020999908447265625, + -0.03582763671875, + 0.02105712890625, + -0.065185546875, + -0.0042266845703125, + 0.01123809814453125, + 0.02044677734375, + 0.027130126953125, + -0.033203125, + 0.041900634765625, + -0.0148773193359375, + -0.059112548828125, + 0.00835418701171875, + -0.0107269287109375, + -0.0408935546875, + 0.019439697265625, + -0.00860595703125, + 0.0218658447265625, + -0.004756927490234375, + 0.05059814453125, + 0.019134521484375, + 0.0283355712890625, + -0.007289886474609375, + -0.006984710693359375, + -0.0129547119140625, + 0.00543975830078125, + 0.00804901123046875, + 0.02197265625, + 0.017913818359375, + -0.006679534912109375, + 0.0172119140625, + -0.0018854141235351562, + -0.09393310546875, + -0.01078033447265625, + -0.044342041015625, + -0.02752685546875, + -0.016998291015625, + 0.08746337890625, + 0.02874755859375, + -0.00946807861328125, + 0.0254058837890625, + 0.07086181640625, + 0.0269317626953125, + 0.0209503173828125, + -0.01153564453125, + -0.039886474609375, + 0.004276275634765625, + -0.0088043212890625, + 0.0117950439453125, + -0.059112548828125, + 0.040069580078125, + 0.0716552734375, + -0.022064208984375, + -0.01113128662109375, + -0.00662994384765625, + -0.0241851806640625, + 0.005214691162109375, + 0.03399658203125, + 0.023590087890625, + -0.03399658203125, + 0.01346588134765625, + 0.0164031982421875, + -0.007640838623046875, + 0.0004239082336425781, + -0.01335906982421875, + -0.048370361328125, + 0.052215576171875, + -0.046966552734375, + -0.0129547119140625, + 0.006275177001953125, + 0.09027099609375, + 0.0180206298828125, + -0.01316070556640625, + -0.0132598876953125, + 0.0283355712890625, + 0.02752685546875, + -0.038055419921875, + 0.012451171875, + -0.01189422607421875, + -0.01209259033203125, + 0.0227813720703125, + 0.051025390625, + -0.005619049072265625, + 0.033599853515625, + 0.0269317626953125, + -0.058319091796875, + 0.032196044921875, + -0.018218994140625, + 0.0009551048278808594, + 0.0255126953125, + -0.046142578125, + -0.0307769775390625, + -0.0789794921875, + 0.0205535888671875, + 0.0269317626953125, + 0.0193328857421875, + 0.034210205078125, + 0.016998291015625, + -0.00678253173828125, + 0.0013980865478515625, + -0.007389068603515625, + 0.0313720703125, + 0.031982421875, + 0.0119476318359375, + 0.0097198486328125, + 0.00662994384765625, + 0.0205535888671875, + -0.049407958984375, + 0.037261962890625, + -0.03460693359375, + -0.010223388671875, + -0.043731689453125, + 0.0010814666748046875, + 0.0089111328125, + -0.057891845703125, + 0.00006008148193359375, + -0.01558685302734375, + -0.00311279296875, + -0.0241851806640625, + -0.0479736328125, + -0.01275634765625, + 0.05120849609375, + 0.0006704330444335938, + 0.003948211669921875, + 0.01224517822265625, + -0.0014238357543945312, + 0.002719879150390625, + -0.048797607421875, + 0.039886474609375, + 0.014373779296875, + 0.032806396484375, + -0.007843017578125, + -0.01528167724609375, + -0.02752685546875, + -0.002315521240234375, + 0.02813720703125, + 0.02197265625, + -0.0390625, + 0.043121337890625, + 0.034820556640625, + 0.0243988037109375, + -0.0218658447265625, + 0.0190277099609375, + 0.004024505615234375, + -0.03704833984375, + 0.0421142578125, + 0.0244903564453125, + 0.0227813720703125, + -0.00366973876953125, + 0.0028095245361328125, + -0.01629638671875, + -0.048187255859375, + 0.07330322265625, + 0.01751708984375, + -0.0006704330444335938, + 0.042510986328125, + -0.03521728515625, + 0.06439208984375, + -0.003314971923828125, + 0.0679931640625, + -0.022369384765625, + 0.0433349609375, + -0.0218658447265625, + 0.0113372802734375, + 0.018829345703125, + 0.02520751953125, + -0.017822265625, + 0.0110321044921875, + -0.026519775390625, + 0.0504150390625, + 0.017608642578125, + -0.017913818359375, + -0.06597900390625, + 0.001354217529296875, + -0.014678955078125, + 0.0035686492919921875, + 0.0350341796875, + -0.046142578125, + -0.012908935546875, + -0.0094146728515625, + 0.03643798828125, + 0.07330322265625, + 0.0098724365234375, + 0.03765869140625, + -0.006526947021484375, + -0.0040740966796875, + 0.009613037109375, + -0.006072998046875 ], "metadata": { "domains": [ - "ics-forensics", "incident-response", + "static-investigations", "malware-analysis" ], "phases": [ - "data-collection", "examination", "analysis" ], "tags": [ - "command-line", - "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_Tsurugi_Linux", - "type": "tool", - "name": "Tsurugi Linux", - "content": "tsurugi linux die forensik-distribution kombiniert tools für ultimative ermittlungs-power. spezialisiert auf mobile- und malware-forensik mit einzigartigen features. der integrierte hardware-write-blocker verhindert beweis-kontamination. bento-menü organisiert tools nach japanischer effizienz-philosophie. besonders stark: android-forensik-suite mit adb-automatisierung, ios-backup-analyzer, umfangreiche malware-sandbox. die acquire-edition ist optimiert für schnelles imaging mit minimalem ram. performance- kernel speziell für forensik-hardware. einzigartig: integrierte übersetzungs-tools für internationale ermittlungen, unterstützung asiatischer zeichensätze, line-messenger-parser. die 64-bit-only- architektur nutzt modernen ram voll aus. live-patching hält tools aktuell ohne neustart. der stealth-mode deaktiviert alle netzwerk- interfaces. die alternative für ermittler die mehr als standard-distributionen wollen. 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.0249786376953125, - 0.0277099609375, - 0.0511474609375, - -0.0007104873657226562, - 0.01326751708984375, - 0.03375244140625, - 0.008392333984375, - -0.00824737548828125, - -0.0257568359375, - -0.00902557373046875, - -0.026153564453125, - 0.059326171875, - 0.002597808837890625, - -0.00029730796813964844, - -0.04449462890625, - 0.0345458984375, - 0.00495147705078125, - 0.004901885986328125, - 0.027130126953125, - 0.00678253173828125, - -0.0219573974609375, - -0.025177001953125, - -0.058929443359375, - 0.01727294921875, - -0.006977081298828125, - 0.00678253173828125, - -0.006244659423828125, - -0.06011962890625, - -0.037261962890625, - -0.018829345703125, - 0.0002834796905517578, - -0.0345458984375, - 0.00470733642578125, - 0.03570556640625, - -0.0032444000244140625, - -0.0238037109375, - 0.01678466796875, - -0.02166748046875, - -0.0277099609375, - 0.047607421875, - -0.016387939453125, - -0.005634307861328125, - -0.0160980224609375, - -0.006122589111328125, - -0.0325927734375, - -0.041961669921875, - -0.01415252685546875, - -0.016387939453125, - 0.0026950836181640625, - -0.0296630859375, - 0.0121002197265625, - 0.027130126953125, - 0.0195159912109375, - -0.026153564453125, - -0.036102294921875, - 0.01385498046875, - 0.0225372314453125, - -0.033172607421875, - -0.034942626953125, - 0.04156494140625, - -0.07025146484375, - -0.007904052734375, - -0.002475738525390625, - -0.0253753662109375, - 0.0017080307006835938, - 0.02215576171875, - -0.01971435546875, - -0.0335693359375, - -0.005733489990234375, - 0.01424407958984375, - 0.0294647216796875, - -0.0273284912109375, - -0.01395416259765625, - 0.040985107421875, - -0.0242919921875, - -0.050750732421875, - 0.0103912353515625, - 0.006732940673828125, - 0.00482940673828125, - -0.0164947509765625, - -0.035919189453125, - 0.00252532958984375, - 0.0253753662109375, - -0.031036376953125, - -0.0005974769592285156, - -0.0030364990234375, - 0.0020618438720703125, - 0.0052947998046875, - 0.0061492919921875, - -0.01044464111328125, - -0.00222015380859375, - 0.0035381317138671875, - -0.01483154296875, - -0.017669677734375, - 0.0472412109375, - 0.053466796875, - -0.0263519287109375, - -0.0238037109375, - -0.01385498046875, - 0.0208892822265625, - 0.03570556640625, - -0.023223876953125, - 0.036102294921875, - -0.0034160614013671875, - 0.0247802734375, - -0.046630859375, - 0.0052947998046875, - -0.00018596649169921875, - -0.003147125244140625, - -0.01580810546875, - -0.084716796875, - -0.01493072509765625, - -0.0286865234375, - -0.076904296875, - -0.01464080810546875, - -0.0007534027099609375, - -0.0145416259765625, - 0.02020263671875, - -0.04644775390625, - -0.041778564453125, - 0.01395416259765625, - 0.0239105224609375, - -0.00653839111328125, - 0.030059814453125, - -0.057769775390625, - -0.0452880859375, - 0.017669677734375, - 0.02264404296875, - -0.049957275390625, - -0.032989501953125, - -0.03375244140625, - -0.0472412109375, - -0.0253753662109375, - -0.0273284912109375, - -0.0204925537109375, - -0.0304412841796875, - 0.0283050537109375, - -0.01326751708984375, - -0.015716552734375, - 0.0277099609375, - 0.038238525390625, - -0.021759033203125, - -0.071044921875, - 0.0199127197265625, - -0.031219482421875, - 0.0018053054809570312, - -0.0015249252319335938, - 0.050750732421875, - -0.0364990234375, - -0.01971435546875, - -0.005977630615234375, - 0.0218505859375, - 0.05426025390625, - 0.0288848876953125, - 0.0088348388671875, - -0.04742431640625, - 0.005828857421875, - 0.003269195556640625, - 0.027130126953125, - -0.00775909423828125, - -0.0384521484375, - 0.004878997802734375, - -0.01522064208984375, - 0.01776123046875, - -0.016204833984375, - -0.03765869140625, - -0.004367828369140625, - 0.01922607421875, - 0.0209808349609375, - 0.0060272216796875, - 0.02557373046875, - 0.0200042724609375, - 0.060882568359375, - 0.039825439453125, - 0.0002713203430175781, - -0.0002608299255371094, - -0.01434326171875, - -0.0279083251953125, - 0.04254150390625, - 0.0286865234375, - -0.0209808349609375, - -0.0151214599609375, - 0.0296630859375, - 0.017852783203125, - 0.01190185546875, - -0.012298583984375, - -0.00653839111328125, - -0.0125885009765625, - -0.03472900390625, - 0.0184478759765625, - -0.036102294921875, - -0.01116943359375, - -0.01195526123046875, - 0.042755126953125, - 0.012786865234375, - 0.050750732421875, - 0.0275115966796875, - -0.03338623046875, - 0.03961181640625, - -0.00507354736328125, - -0.01126861572265625, - 0.038238525390625, - -0.01346588134765625, - 0.04840087890625, - 0.0179595947265625, - 0.01287841796875, - 0.00270843505859375, - 0.032989501953125, - 0.01326751708984375, - 0.0009822845458984375, - -0.0001951456069946289, - 0.061676025390625, - -0.00780487060546875, - -0.036102294921875, - -0.0150299072265625, - -0.0292816162109375, - 0.017364501953125, - -0.01776123046875, - -0.01126861572265625, - 0.0130767822265625, - -0.0006313323974609375, - -0.063232421875, - 0.022735595703125, - 0.0225372314453125, - 0.00012046098709106445, - 0.0364990234375, - 0.0185394287109375, - -0.04058837890625, - -0.03143310546875, - 0.0292816162109375, - 0.0292816162109375, - 0.0269317626953125, - -0.00951385498046875, - 0.001964569091796875, - -0.0316162109375, - -0.0413818359375, - 0.03472900390625, - 0.0151214599609375, - 0.029083251953125, - 0.00023627281188964844, - -0.0007319450378417969, - 0.0156097412109375, - -0.024688720703125, - 0.063232421875, - 0.051513671875, - -0.0044403076171875, - -0.0034885406494140625, - 0.004779815673828125, - 0.0224456787109375, - 0.053070068359375, - -0.056976318359375, - -0.00775909423828125, - -0.0687255859375, - -0.0020008087158203125, - -0.053863525390625, - -0.0265350341796875, - -0.037872314453125, - -0.04840087890625, - 0.0279083251953125, - -0.037872314453125, - -0.031036376953125, - -0.0031108856201171875, - 0.032012939453125, - -0.019805908203125, - 0.0210723876953125, - 0.01727294921875, - -0.0443115234375, - 0.01580810546875, - 0.04547119140625, - -0.0005702972412109375, - -0.007320404052734375, - -0.0035610198974609375, - 0.023223876953125, - -0.0084381103515625, - 0.0026950836181640625, - -0.0298614501953125, - -0.0005397796630859375, - 0.0248870849609375, - 0.0234222412109375, - 0.040802001953125, - -0.025177001953125, - 0.0384521484375, - -0.01044464111328125, - 0.0036602020263671875, - -0.06793212890625, - -0.0014696121215820312, - -0.0196075439453125, - -0.011077880859375, - -0.016693115234375, - -0.05816650390625, - -0.0035381317138671875, - 0.053070068359375, - -0.0015735626220703125, - 0.01385498046875, - 0.036285400390625, - -0.041778564453125, - 0.0273284912109375, - -0.0008597373962402344, - 0.0012254714965820312, - 0.0085906982421875, - 0.045867919921875, - -0.01287841796875, - 0.0257568359375, - 0.0035858154296875, - 0.0013360977172851562, - -0.0279083251953125, - -0.0482177734375, - -0.0061492919921875, - -0.005489349365234375, - -0.058563232421875, - -0.03961181640625, - 0.0304412841796875, - -0.0199127197265625, - -0.0008111000061035156, - -0.01424407958984375, - -0.01190185546875, - -0.03143310546875, - -0.037872314453125, - 0.0033416748046875, - -0.0269317626953125, - -0.04156494140625, - -0.0091705322265625, - 0.030242919921875, - 0.01287841796875, - 0.01297760009765625, - -0.0257568359375, - -0.004123687744140625, - -0.016387939453125, - 0.0213775634765625, - 0.006343841552734375, - 0.006977081298828125, - -0.0006160736083984375, - 0.04058837890625, - 0.0204925537109375, - 0.0175628662109375, - 0.0239105224609375, - 0.053466796875, - 0.0239105224609375, - -0.0199127197265625, - -0.00203704833984375, - -0.00897979736328125, - -0.00531768798828125, - 0.01326751708984375, - -0.0228271484375, - -0.0374755859375, - 0.01375579833984375, - -0.041961669921875, - 0.01629638671875, - 0.036102294921875, - 0.01385498046875, - 0.01434326171875, - -0.037872314453125, - 0.01297760009765625, - 0.061279296875, - 0.01444244384765625, - 0.094482421875, - -0.0296630859375, - -0.04254150390625, - 0.0179595947265625, - 0.030059814453125, - -0.01395416259765625, - 0.016876220703125, - 0.029083251953125, - 0.01268768310546875, - -0.01415252685546875, - 0.0273284912109375, - -0.01922607421875, - 0.047027587890625, - -0.027130126953125, - -0.01317596435546875, - 0.0238037109375, - -0.007171630859375, - 0.00800323486328125, - 0.031219482421875, - 0.03570556640625, - -0.006927490234375, - 0.03436279296875, - -0.03143310546875, - -0.0111236572265625, - -0.0229339599609375, - -0.058563232421875, - 0.0296630859375, - 0.05816650390625, - -0.0033168792724609375, - 0.048583984375, - -0.0240020751953125, - -0.08160400390625, - 0.029083251953125, - -0.05621337890625, - 0.054656982421875, - 0.0286865234375, - 0.0160980224609375, - 0.028106689453125, - -0.0269317626953125, - -0.01776123046875, - 0.0170745849609375, - -0.001140594482421875, - 0.02215576171875, - 0.037261962890625, - 0.04254150390625, - -0.00907135009765625, - -0.044891357421875, - 0.033966064453125, - 0.0423583984375, - 0.0145416259765625, - -0.012054443359375, - 0.0275115966796875, - 0.022735595703125, - 0.0433349609375, - -0.0195159912109375, - 0.036285400390625, - 0.0364990234375, - -0.0209808349609375, - 0.004611968994140625, - -0.01824951171875, - 0.0118560791015625, - -0.05035400390625, - 0.01444244384765625, - -0.0036830902099609375, - 0.0063934326171875, - -0.004535675048828125, - 0.029083251953125, - -0.0511474609375, - -0.004146575927734375, - 0.0462646484375, - -0.07574462890625, - 0.0269317626953125, - 0.01116943359375, - -0.0253753662109375, - 0.01346588134765625, - -0.01629638671875, - -0.0316162109375, - 0.0160064697265625, - 0.0019025802612304688, - -0.038055419921875, - 0.01102447509765625, - 0.0259552001953125, - -0.043914794921875, - -0.05035400390625, - -0.0294647216796875, - -0.0140533447265625, - -0.004756927490234375, - -0.024200439453125, - 0.045074462890625, - 0.00307464599609375, - -0.00873565673828125, - 0.0242919921875, - 0.042938232421875, - -0.01727294921875, - -0.047821044921875, - 0.05230712890625, - -0.01483154296875, - -0.0304412841796875, - 0.0230255126953125, - 0.017852783203125, - 0.038848876953125, - -0.01000213623046875, - -0.00222015380859375, - 0.00185394287109375, - 0.0292816162109375, - 0.0195159912109375, - 0.0174713134765625, - -0.035125732421875, - -0.040008544921875, - -0.04254150390625, - 0.0304412841796875, - 0.0116119384765625, - 0.048797607421875, - 0.00873565673828125, - -0.0675048828125, - 0.04547119140625, - -0.0413818359375, - -0.0204925537109375, - -0.00017917156219482422, - 0.0013113021850585938, - -0.043914794921875, - 0.06048583984375, - -0.0288848876953125, - 0.0032196044921875, - -0.03338623046875, - 0.0374755859375, - 0.01366424560546875, - -0.0242919921875, - -0.01493072509765625, - 0.048583984375, - 0.0491943359375, - -0.0687255859375, - -0.00804901123046875, - 0.01078033447265625, - -0.0056610107421875, - 0.053070068359375, - -0.051910400390625, - 0.01195526123046875, - 0.0125885009765625, - -0.057769775390625, - -0.03765869140625, - -0.043914794921875, - -0.010833740234375, - -0.0210723876953125, - 0.0191192626953125, - 0.0345458984375, - -0.0023174285888671875, - 0.033966064453125, - -0.0156097412109375, - 0.0160980224609375, - 0.00222015380859375, - 0.01126861572265625, - -0.022247314453125, - 0.0219573974609375, - -0.07025146484375, - -0.0259552001953125, - -0.01415252685546875, - 0.0277099609375, - -0.0296630859375, - -0.0184478759765625, - 0.0355224609375, - -0.006977081298828125, - 0.03338623046875, - -0.024688720703125, - 0.005611419677734375, - -0.017669677734375, - -0.0209808349609375, - -0.0247802734375, - -0.0253753662109375, - 0.0038299560546875, - 0.01531982421875, - 0.002147674560546875, - 0.0243988037109375, - 0.0228271484375, - -0.059326171875, - 0.0275115966796875, - 0.0085906982421875, - 0.01078033447265625, - -0.01434326171875, - 0.0103912353515625, - 0.00246429443359375, - 0.01873779296875, - 0.03436279296875, - -0.0190277099609375, - -0.038055419921875, - -0.08233642578125, - 0.0195159912109375, - -0.0059051513671875, - 0.01195526123046875, - -0.0037326812744140625, - -0.04254150390625, - -0.051513671875, - 0.0032196044921875, - 0.0151214599609375, - 0.003513336181640625, - 0.00005829334259033203, - -0.0269317626953125, - -0.010833740234375, - 0.021270751953125, - -0.021759033203125, - 0.033172607421875, - -0.0130767822265625, - 0.018829345703125, - 0.0284881591796875, - -0.0224456787109375, - 0.01531982421875, - 0.01287841796875, - 0.032196044921875, - 0.01375579833984375, - 0.03436279296875, - -0.0259552001953125, - 0.02410888671875, - -0.01522064208984375, - -0.0208892822265625, - -0.01326751708984375, - -0.002025604248046875, - 0.01000213623046875, - -0.0273284912109375, - -0.01678466796875, - 0.00012731552124023438, - 0.01219940185546875, - 0.0263519287109375, - -0.02410888671875, - 0.0028781890869140625, - 0.0205841064453125, - -0.0008172988891601562, - 0.08740234375, - -0.017181396484375, - -0.041961669921875, - 0.00922393798828125, - 0.01219940185546875, - 0.057373046875, - 0.0404052734375, - 0.00429534912109375, - -0.035919189453125, - 0.0063934326171875, - 0.040985107421875, - -0.015716552734375, - -0.023712158203125, - -0.0249786376953125, - 0.016876220703125, - 0.01336669921875, - 0.043701171875, - 0.0199127197265625, - 0.09210205078125, - 0.00429534912109375, - 0.007904052734375, - 0.017852783203125, - 0.088623046875, - 0.02410888671875, - -0.03533935546875, - -0.043701171875, - 0.0019397735595703125, - -0.01219940185546875, - -0.048797607421875, - -0.0384521484375, - 0.02215576171875, - 0.071044921875, - -0.06439208984375, - -0.0160980224609375, - -0.01415252685546875, - -0.00568389892578125, - 0.008880615234375, - -0.00035834312438964844, - -0.02069091796875, - 0.03765869140625, - 0.0233154296875, - -0.046051025390625, - -0.019805908203125, - -0.011077880859375, - 0.0283050537109375, - 0.053070068359375, - 0.0103912353515625, - -0.0034637451171875, - 0.019805908203125, - 0.033966064453125, - 0.025177001953125, - 0.015716552734375, - 0.03863525390625, - 0.032196044921875, - 0.017181396484375, - 0.03375244140625, - 0.048583984375, - -0.01126861572265625, - -0.015716552734375, - 0.0239105224609375, - 0.01629638671875, - 0.06988525390625, - 0.071044921875, - -0.0011043548583984375, - 0.03338623046875, - -0.01580810546875, - -0.051910400390625, - 0.011077880859375, - -0.0031719207763671875, - 0.0016469955444335938, - -0.059326171875, - -0.049957275390625, - 0.007415771484375, - -0.0225372314453125, - 0.0296630859375, - 0.0284881591796875, - -0.0151214599609375, - -0.01297760009765625, - 0.048797607421875, - -0.0234222412109375, - -0.0306396484375, - 0.01346588134765625, - -0.021270751953125, - -0.01629638671875, - -0.036895751953125, - -0.037872314453125, - 0.027130126953125, - -0.006927490234375, - -0.06439208984375, - -0.0284881591796875, - 0.039031982421875, - -0.0218505859375, - -0.041168212890625, - -0.0026721954345703125, - 0.012298583984375, - -0.01195526123046875, - -0.050750732421875, - -0.054656982421875, - -0.0248870849609375, - 0.0209808349609375, - -0.018341064453125, - 0.03179931640625, - -0.0316162109375, - -0.0253753662109375, - -0.0273284912109375, - -0.035919189453125, - -0.0116119384765625, - 0.01366424560546875, - -0.04058837890625, - 0.0296630859375, - 0.003147125244140625, - 0.0164947509765625, - 0.04547119140625, - 0.08392333984375, - -0.01493072509765625, - 0.000039637088775634766, - -0.007465362548828125, - -0.050750732421875, - 0.002048492431640625, - 0.00025010108947753906, - 0.007122039794921875, - -0.06048583984375, - 0.020294189453125, - 0.0655517578125, - -0.07806396484375, - 0.0041961669921875, - 0.00592803955078125, - -0.01214599609375, - -0.047027587890625, - -0.007366180419921875, - -0.01053619384765625, - 0.0277099609375, - 0.09014892578125, - -0.0019397735595703125, - 0.00470733642578125, - -0.0005369186401367188, - -0.03436279296875, - 0.039215087890625, - 0.051910400390625, - -0.0025501251220703125, - -0.048583984375, - 0.021270751953125, - 0.03240966796875, - -0.01366424560546875, - 0.00980377197265625, - -0.0667724609375, - -0.016204833984375, - 0.0267333984375, - 0.0026950836181640625, - -0.0016469955444335938, - -0.01141357421875, - -0.02020263671875, - -0.01375579833984375, - -0.022247314453125, - 0.0306396484375, - 0.006977081298828125, - 0.007415771484375, - -0.0325927734375, - -0.00592803955078125, - -0.01004791259765625, - -0.046630859375, - -0.025177001953125, - -0.0253753662109375, - 0.032012939453125, - -0.040008544921875, - -0.034149169921875, - 0.02166748046875, - -0.00829315185546875, - 0.01483154296875, - 0.01493072509765625, - 0.056610107421875, - -0.047821044921875, - 0.0024509429931640625, - -0.0013723373413085938, - 0.03765869140625, - -0.017852783203125, - 0.0043182373046875, - 0.011810302734375, - 0.006244659423828125, - 0.02069091796875, - -0.035919189453125, - 0.051513671875, - 0.04547119140625, - -0.037261962890625, - -0.054656982421875, - -0.04351806640625, - -0.0243988037109375, - 0.0223388671875, - 0.0010738372802734375, - 0.03240966796875, - -0.0086822509765625, - 0.006244659423828125, - -0.11712646484375, - 0.05035400390625, - -0.0160980224609375, - -0.0004239082336425781, - 0.0220489501953125, - 0.01366424560546875, - -0.07843017578125, - -0.047607421875, - -0.0023670196533203125, - 0.01971435546875, - -0.0273284912109375, - 0.0215606689453125, - 0.004657745361328125, - 0.0179595947265625, - -0.01000213623046875, - -0.01678466796875, - 0.0190277099609375, - 0.0462646484375, - 0.0284881591796875, - -0.02362060546875, - 0.0655517578125, - -0.040802001953125, - -0.0037326812744140625, - -0.0160980224609375, - -0.0009636878967285156, - 0.0018901824951171875, - -0.00209808349609375, - 0.004535675048828125, - 0.006122589111328125, - 0.0233154296875, - 0.055816650390625, - -0.01151275634765625, - 0.0170745849609375, - -0.0026226043701171875, - 0.01097869873046875, - 0.02362060546875, - -0.039215087890625, - -0.007366180419921875, - 0.01141357421875, - -0.031036376953125, - -0.0010976791381835938, - -0.08935546875, - -0.08160400390625, - 0.0083465576171875, - -0.032989501953125, - -0.011810302734375, - 0.0208892822265625, - 0.01678466796875, - 0.00926971435546875, - -0.037261962890625, - 0.032989501953125, - -0.01000213623046875, - -0.038055419921875, - -0.0200958251953125, - 0.02166748046875, - -0.026153564453125, - 0.047607421875, - -0.008392333984375, - -0.04156494140625, - 0.0240020751953125, - -0.0204010009765625, - -0.01219940185546875, - -0.03240966796875, - -0.03436279296875, - -0.031219482421875, - 0.015716552734375, - -0.0635986328125, - -0.031036376953125, - 0.0233154296875, - 0.032012939453125, - 0.026153564453125, - -0.018341064453125, - 0.049560546875, - 0.01248931884765625, - -0.06634521484375, - 0.037261962890625, - -0.00434112548828125, - -0.04254150390625, - 0.0023288726806640625, - -0.00926971435546875, - 0.00617218017578125, - 0.0238037109375, - 0.046844482421875, - 0.0263519287109375, - 0.0443115234375, - -0.004779815673828125, - -0.0335693359375, - 0.0089263916015625, - -0.03179931640625, - 0.0284881591796875, - 0.03338623046875, - 0.01102447509765625, - 0.0145416259765625, - 0.001201629638671875, - 0.0180511474609375, - -0.09912109375, - -0.012298583984375, - -0.04156494140625, - -0.053863525390625, - 0.01824951171875, - 0.078857421875, - 0.0229339599609375, - -0.0079498291015625, - 0.0215606689453125, - 0.0482177734375, - 0.032989501953125, - 0.0060272216796875, - 0.0011463165283203125, - -0.06634521484375, - -0.0155181884765625, - -0.006244659423828125, - 0.0200958251953125, - -0.051910400390625, - 0.040008544921875, - 0.0482177734375, - -0.0028171539306640625, - -0.01541900634765625, - 0.001384735107421875, - -0.00148773193359375, - 0.047027587890625, - 0.002964019775390625, - 0.0204925537109375, - -0.069091796875, - 0.0205841064453125, - 0.0279083251953125, - 0.0061492919921875, - -0.01078033447265625, - -0.01248931884765625, - -0.0006556510925292969, - 0.01971435546875, - -0.0635986328125, - -0.030242919921875, - 0.0165863037109375, - 0.0648193359375, - 0.01024627685546875, - -0.04058837890625, - -0.030242919921875, - 0.046630859375, - 0.0184478759765625, - -0.034942626953125, - 0.0038547515869140625, - 0.0169830322265625, - -0.0034389495849609375, - 0.007659912109375, - 0.050750732421875, - 0.0094146728515625, - 0.042144775390625, - 0.0190277099609375, - -0.059326171875, - 0.01971435546875, - 0.00556182861328125, - 0.01971435546875, - -0.01078033447265625, - -0.039825439453125, - -0.01195526123046875, - -0.053466796875, - 0.0374755859375, - 0.0160064697265625, - 0.023223876953125, - 0.00824737548828125, - -0.0015001296997070312, - -0.0209808349609375, - -0.003269195556640625, - 0.0306396484375, - 0.0491943359375, - 0.038848876953125, - 0.017364501953125, - 0.0181427001953125, - 0.00568389892578125, - 0.00853729248046875, - -0.0269317626953125, - 0.03179931640625, - -0.023223876953125, - -0.007709503173828125, - -0.07025146484375, - -0.00751495361328125, - 0.0017194747924804688, - -0.0208892822265625, - -0.006927490234375, - -0.0294647216796875, - 0.0189361572265625, - -0.00971221923828125, - -0.042755126953125, - -0.0210723876953125, - 0.0452880859375, - -0.03277587890625, - 0.0265350341796875, - 0.01219940185546875, - -0.035919189453125, - -0.005146026611328125, - -0.03570556640625, - 0.08978271484375, - 0.0306396484375, - 0.0244903564453125, - 0.00011056661605834961, - 0.015899658203125, - 0.040985107421875, - -0.0081939697265625, - 0.0032939910888671875, - 0.0184478759765625, - -0.0200958251953125, - 0.03863525390625, - 0.051513671875, - 0.005001068115234375, - -0.03863525390625, - 0.0191192626953125, - 0.005977630615234375, - -0.049560546875, - 0.057769775390625, - 0.03533935546875, - 0.0279083251953125, - -0.003902435302734375, - -0.003780364990234375, - -0.0284881591796875, - -0.08551025390625, - 0.06048583984375, - 0.0325927734375, - 0.0031223297119140625, - 0.042755126953125, - -0.03533935546875, - 0.040008544921875, - 0.02362060546875, - 0.04547119140625, - -0.055816650390625, - 0.0413818359375, - -0.0113677978515625, - -0.0194244384765625, - 0.00010901689529418945, - 0.02215576171875, - -0.016387939453125, - 0.0267333984375, - -0.0259552001953125, - 0.058563232421875, - 0.005268096923828125, - -0.032012939453125, - -0.0635986328125, - -0.0277099609375, - 0.00568389892578125, - 0.00441741943359375, - 0.044097900390625, - -0.040008544921875, - -0.003086090087890625, - -0.016204833984375, - 0.01092529296875, - 0.0714111328125, - -0.00270843505859375, - 0.0288848876953125, - -0.00780487060546875, - -0.025177001953125, - -0.0019512176513671875, - -0.02215576171875 - ], - "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_Zeek", - "type": "tool", - "name": "Zeek", - "content": "zeek das programmierbare netzwerk-analysis-framework (vormals bro) geht weit über traditionelle packet-inspection hinaus - es interpretiert protokolle und extrahiert strukturierte logs für forensische analyse. die eingebaute scripting-sprache ermöglicht custom-protocol-decoder und anomalie-detection- logic. besonders wertvoll: connection-logs zeigen alle netzwerk-sessions, http/dns/tls-logs extrahieren metadaten, file-analysis erkennt übertragene malware automatisch. integration mit intelligence-frameworks für ioc- matching. cluster-deployment skaliert auf enterprise-netzwerke. die script-community teilt detectors für moderne threats: cobalt-strike- beacons, dns-tunneling, lateral-movement-patterns. real-time-streaming zu siems oder offline-analysis für incident-response. die lernkurve ist steil aber die analysemächtigkeit unübertroffen. basis für kommerzielle nsm-lösungen und akademische forschung. standard in security-teams die netzwerk-forensik ernst nehmen. nsm scripting network-forensics analysis", - "embedding": [ - -0.036895751953125, - 0.019195556640625, - 0.0188140869140625, - 0.006847381591796875, - 0.044708251953125, - 0.02850341796875, - 0.0180816650390625, - -0.01183319091796875, - -0.0164031982421875, - -0.01369476318359375, - -0.020782470703125, - 0.036163330078125, - 0.01528167724609375, - -0.010528564453125, - -0.06072998046875, - 0.033905029296875, - 0.001194000244140625, - -0.0013628005981445312, - 0.01006317138671875, - 0.0223541259765625, - -0.0219879150390625, - -0.00749969482421875, - -0.04156494140625, - 0.01267242431640625, - -0.00661468505859375, - 0.0018053054809570312, - -0.017791748046875, - -0.06707763671875, - 0.00852203369140625, - 0.030364990234375, - -0.004589080810546875, - -0.030181884765625, - -0.0012521743774414062, - 0.0114593505859375, - 0.004146575927734375, - -0.0562744140625, - 0.0171356201171875, - -0.048431396484375, - -0.0277557373046875, - 0.050689697265625, - -0.0202178955078125, - -0.00391387939453125, - 0.00661468505859375, - -0.037628173828125, - -0.0294342041015625, - -0.047332763671875, - -0.015838623046875, - 0.001956939697265625, - 0.01462554931640625, - -0.007778167724609375, - 0.032989501953125, - 0.00666046142578125, - 0.0133209228515625, - -0.003353118896484375, - -0.0570068359375, - 0.01276397705078125, - 0.026275634765625, - -0.0186309814453125, - -0.04638671875, - 0.0499267578125, - -0.04302978515625, - -0.0221710205078125, - 0.01285552978515625, - -0.02813720703125, - 0.0251617431640625, - 0.023193359375, - -0.01537322998046875, - -0.03167724609375, - 0.01192474365234375, - -0.011505126953125, - 0.0307464599609375, - -0.01201629638671875, - -0.0183563232421875, - 0.037628173828125, - -0.043243408203125, - -0.03802490234375, - -0.00670623779296875, - 0.021514892578125, - 0.0036106109619140625, - 0.012481689453125, - -0.040802001953125, - 0.0149078369140625, - 0.044891357421875, - -0.007778167724609375, - -0.0149078369140625, - -0.006473541259765625, - 0.029632568359375, - -0.00475311279296875, - 0.0079193115234375, - 0.0038433074951171875, - 0.019195556640625, - -0.016204833984375, - 0.01201629638671875, - 0.00908660888671875, - 0.040069580078125, - 0.046783447265625, - -0.0288848876953125, - -0.012298583984375, - 0.00287628173828125, - 0.02142333984375, - 0.0235748291015625, - -0.03167724609375, - 0.05999755859375, - -0.0217132568359375, - 0.06854248046875, - -0.03167724609375, - -0.005123138427734375, - -0.01537322998046875, - 0.005542755126953125, - -0.0034694671630859375, - -0.0831298828125, - -0.03802490234375, - -0.040435791015625, - -0.061126708984375, - -0.0186309814453125, - 0.0187225341796875, - -0.00435638427734375, - 0.050689697265625, - -0.05218505859375, - -0.04638671875, - 0.0322265625, - 0.006053924560546875, - -0.0023174285888671875, - -0.00833892822265625, - -0.06561279296875, - -0.0562744140625, - 0.00833892822265625, - 0.009552001953125, - -0.043792724609375, - -0.0164031982421875, - 0.0016422271728515625, - -0.00904083251953125, - -0.01210784912109375, - -0.037445068359375, - 0.0216217041015625, - -0.0277557373046875, - 0.0196533203125, - -0.017425537109375, - -0.0027370452880859375, - 0.0150909423828125, - 0.04248046875, - -0.023193359375, - -0.061859130859375, - -0.006473541259765625, - -0.029815673828125, - -0.023101806640625, - -0.005031585693359375, - 0.051422119140625, - -0.007965087890625, - -0.005542755126953125, - -0.0025844573974609375, - 0.006473541259765625, - 0.0771484375, - 0.0023059844970703125, - 0.0244140625, - -0.057403564453125, - -0.01351165771484375, - 0.00838470458984375, - 0.0185394287109375, - -0.022552490234375, - 0.001560211181640625, - 0.001537322998046875, - -0.00475311279296875, - 0.01020050048828125, - -0.01239013671875, - -0.0115509033203125, - -0.0228271484375, - 0.01015472412109375, - 0.008941650390625, - -0.0131378173828125, - 0.037445068359375, - -0.00475311279296875, - 0.0253448486328125, - 0.0775146484375, - -0.00489044189453125, - 0.0168609619140625, - -0.004703521728515625, - -0.0164947509765625, - 0.0204010009765625, - 0.035400390625, - -0.00829315185546875, - -0.01090240478515625, - 0.0283203125, - -0.0150909423828125, - 0.0150909423828125, - -0.0185394287109375, - -0.0200347900390625, - -0.01416015625, - -0.0113677978515625, - 0.044342041015625, - -0.034088134765625, - -0.006290435791015625, - -0.017425537109375, - 0.03912353515625, - 0.041748046875, - 0.07562255859375, - 0.0040740966796875, - -0.006938934326171875, - 0.051055908203125, - -0.01258087158203125, - 0.00820159912109375, - 0.01258087158203125, - -0.00044846534729003906, - 0.017791748046875, - 0.00833892822265625, - -0.012298583984375, - -0.00992584228515625, - 0.04266357421875, - 0.050323486328125, - -0.0244140625, - -0.01555633544921875, - 0.06298828125, - -0.01471710205078125, - -0.020782470703125, - -0.0251617431640625, - -0.037445068359375, - 0.0169525146484375, - -0.0201263427734375, - 0.00016891956329345703, - -0.00582122802734375, - -0.01024627685546875, - -0.051055908203125, - -0.019195556640625, - 0.03912353515625, - -0.048431396484375, - 0.0389404296875, - 0.04248046875, - -0.01103973388671875, - -0.0294342041015625, - 0.034271240234375, - 0.02496337890625, - 0.01267242431640625, - -0.0012226104736328125, - -0.006103515625, - -0.0185394287109375, - -0.0290679931640625, - 0.0240325927734375, - 0.051055908203125, - 0.00312042236328125, - 0.005962371826171875, - 0.002155303955078125, - 0.0382080078125, - -0.0036334991455078125, - 0.04266357421875, - 0.01629638671875, - -0.034088134765625, - 0.017242431640625, - -0.0011415481567382812, - 0.02459716796875, - 0.05999755859375, - -0.055908203125, - -0.00913238525390625, - -0.064453125, - 0.0011587142944335938, - -0.06597900390625, - -0.029632568359375, - -0.02850341796875, - -0.05291748046875, - 0.0357666015625, - -0.0030975341796875, - -0.0223541259765625, - -0.00852203369140625, - 0.01387786865234375, - -0.0002677440643310547, - 0.065185546875, - 0.0106201171875, - -0.0275726318359375, - -0.0007219314575195312, - 0.09429931640625, - -0.00482177734375, - -0.031494140625, - -0.0236663818359375, - 0.0182647705078125, - 0.00177001953125, - 0.01220703125, - -0.04638671875, - 0.0032138824462890625, - 0.0357666015625, - 0.01220703125, - 0.03167724609375, - -0.023284912109375, - 0.00652313232421875, - -0.0011415481567382812, - 0.048065185546875, - -0.04302978515625, - 0.0131378173828125, - 0.006473541259765625, - -0.0106658935546875, - -0.0150909423828125, - -0.036529541015625, - 0.006427764892578125, - 0.021514892578125, - 0.03240966796875, - 0.0236663818359375, - 0.01751708984375, - -0.04193115234375, - 0.008056640625, - 0.005008697509765625, - 0.00238800048828125, - 0.01351165771484375, - 0.07342529296875, - -0.0277557373046875, - -0.00572967529296875, - -0.01201629638671875, - 0.00838470458984375, - -0.034088134765625, - -0.0290679931640625, - -0.032989501953125, - 0.01258087158203125, - -0.0202178955078125, - -0.0017232894897460938, - 0.0103912353515625, - 0.006336212158203125, - 0.026458740234375, - -0.0294342041015625, - -0.0081024169921875, - -0.051422119140625, - -0.05328369140625, - 0.0088043212890625, - -0.0275726318359375, - -0.051422119140625, - -0.0181732177734375, - 0.058502197265625, - 0.002597808837890625, - 0.0273895263671875, - -0.007686614990234375, - 0.012481689453125, - -0.055908203125, - 0.03448486328125, - -0.021331787109375, - 0.0272064208984375, - -0.0130462646484375, - 0.029632568359375, - 0.02496337890625, - 0.017608642578125, - 0.0287017822265625, - 0.054046630859375, - 0.022918701171875, - -0.019378662109375, - -0.0044708251953125, - 0.0009140968322753906, - -0.00745391845703125, - 0.0237579345703125, - -0.0149078369140625, - -0.01751708984375, - 0.003795623779296875, - -0.0198516845703125, - 0.0088958740234375, - 0.00537872314453125, - 0.0216217041015625, - 0.0247802734375, - -0.012298583984375, - 0.0149078369140625, - 0.07489013671875, - -0.00931549072265625, - 0.09539794921875, - 0.00524139404296875, - -0.036346435546875, - -0.0016069412231445312, - 0.032989501953125, - -0.041748046875, - 0.036346435546875, - 0.043609619140625, - 0.0238494873046875, - 0.0116424560546875, - 0.011505126953125, - -0.017608642578125, - 0.0290679931640625, - -0.0036334991455078125, - -0.01117706298828125, - 0.0034236907958984375, - 0.0103912353515625, - -0.00917816162109375, - 0.06072998046875, - 0.0350341796875, - 0.01220703125, - 0.04583740234375, - -0.037811279296875, - -0.035400390625, - -0.049560546875, - -0.08831787109375, - 0.00917816162109375, - 0.044708251953125, - 0.0150909423828125, - 0.062225341796875, - -0.039703369140625, - -0.0428466796875, - 0.0288848876953125, - -0.04156494140625, - 0.08270263671875, - 0.0491943359375, - 0.022552490234375, - 0.03167724609375, - -0.030181884765625, - -0.0113677978515625, - 0.026458740234375, - 0.0018281936645507812, - 0.0253448486328125, - 0.06561279296875, - 0.012298583984375, - 0.0170440673828125, - -0.01910400390625, - -0.00007641315460205078, - 0.04547119140625, - 0.0022716522216796875, - -0.007640838623046875, - 0.021148681640625, - -0.0034008026123046875, - 0.0164947509765625, - -0.03912353515625, - 0.050323486328125, - 0.040985107421875, - -0.0255279541015625, - 0.01435089111328125, - -0.0134124755859375, - 0.0149993896484375, - -0.061492919921875, - -0.01387786865234375, - 0.0234832763671875, - 0.0185394287109375, - 0.03948974609375, - 0.0255279541015625, - -0.033538818359375, - 0.007778167724609375, - 0.0452880859375, - -0.05364990234375, - 0.012481689453125, - 0.04156494140625, - -0.02459716796875, - 0.0184478759765625, - -0.037445068359375, - -0.0277557373046875, - -0.0009083747863769531, - -0.0382080078125, - -0.043426513671875, - 0.007221221923828125, - -0.00312042236328125, - -0.03240966796875, - -0.0237579345703125, - -0.033172607421875, - -0.00652313232421875, - -0.01444244384765625, - -0.036529541015625, - 0.03558349609375, - -0.006195068359375, - 0.01015472412109375, - 0.033172607421875, - 0.033172607421875, - -0.012481689453125, - -0.0279541015625, - 0.05328369140625, - -0.01435089111328125, - -0.048828125, - 0.043975830078125, - 0.0237579345703125, - 0.01103973388671875, - -0.00524139404296875, - -0.037445068359375, - -0.0015840530395507812, - 0.003936767578125, - -0.0008616447448730469, - 0.01043701171875, - -0.05999755859375, - -0.0168609619140625, - -0.04583740234375, - 0.043426513671875, - 0.00856781005859375, - 0.0228271484375, - 0.0008559226989746094, - -0.058135986328125, - 0.0235748291015625, - -0.06671142578125, - -0.007221221923828125, - -0.00312042236328125, - 0.0130462646484375, - -0.009735107421875, - 0.058868408203125, - -0.03167724609375, - 0.0012054443359375, - -0.00820159912109375, - 0.04266357421875, - 0.0130462646484375, - -0.0222625732421875, - -0.0562744140625, - 0.021240234375, - 0.037811279296875, - -0.04510498046875, - 0.0164947509765625, - -0.01471710205078125, - 0.0056610107421875, - 0.051055908203125, - -0.07080078125, - 0.0222625732421875, - 0.002666473388671875, - -0.050323486328125, - -0.033172607421875, - -0.03948974609375, - -0.0169525146484375, - -0.03485107421875, - 0.023193359375, - 0.0272064208984375, - 0.01043701171875, - 0.039886474609375, - 0.00312042236328125, - -0.004238128662109375, - 0.026458740234375, - 0.0004832744598388672, - -0.004261016845703125, - 0.01528167724609375, - -0.036712646484375, - -0.01751708984375, - -0.0097808837890625, - 0.03912353515625, - -0.0258941650390625, - -0.0034942626953125, - 0.0005064010620117188, - -0.023193359375, - 0.04266357421875, - -0.029815673828125, - 0.0114593505859375, - -0.006103515625, - -0.031494140625, - -0.03594970703125, - -0.051055908203125, - 0.0112762451171875, - 0.0287017822265625, - -0.006427764892578125, - -0.0020618438720703125, - 0.040252685546875, - -0.0236663818359375, - 0.01094818115234375, - 0.00433349609375, - -0.0224456787109375, - 0.012298583984375, - -0.0018053054809570312, - 0.00312042236328125, - -0.0130462646484375, - 0.036895751953125, - -0.0255279541015625, - -0.0238494873046875, - -0.07940673828125, - 0.0292510986328125, - 0.001560211181640625, - -0.0222625732421875, - -0.0164031982421875, - -0.036712646484375, - -0.0452880859375, - -0.0218963623046875, - 0.0200347900390625, - 0.026275634765625, - -0.008941650390625, - -0.019195556640625, - -0.0189056396484375, - -0.00012958049774169922, - -0.036712646484375, - 0.0275726318359375, - -0.00039315223693847656, - 0.00405120849609375, - -0.0273895263671875, - -0.050323486328125, - 0.002422332763671875, - 0.0237579345703125, - 0.0206756591796875, - 0.003330230712890625, - 0.0255279541015625, - -0.0157470703125, - 0.03131103515625, - -0.01629638671875, - -0.01444244384765625, - 0.004962921142578125, - -0.01210784912109375, - 0.0283203125, - -0.023193359375, - -0.0151824951171875, - 0.0199432373046875, - -0.0023174285888671875, - 0.01397705078125, - 0.0030269622802734375, - -0.01090240478515625, - 0.02496337890625, - 0.00563812255859375, - 0.041351318359375, - -0.065185546875, - -0.046783447265625, - 0.0032367706298828125, - -0.01029205322265625, - 0.0350341796875, - 0.0307464599609375, - -0.0019683837890625, - -0.004913330078125, - 0.021331787109375, - 0.05999755859375, - -0.0199432373046875, - -0.05218505859375, - -0.045654296875, - 0.004634857177734375, - 0.01947021484375, - 0.0626220703125, - -0.0095062255859375, - 0.051055908203125, - 0.021148681640625, - 0.00012814998626708984, - 0.015655517578125, - 0.076416015625, - 0.016204833984375, - 0.01397705078125, - -0.05926513671875, - -0.0030975341796875, - 0.03466796875, - -0.045654296875, - -0.034271240234375, - -0.00563812255859375, - 0.0491943359375, - -0.05963134765625, - -0.011322021484375, - -0.03204345703125, - -0.007175445556640625, - -0.01192474365234375, - 0.012481689453125, - -0.0244140625, - 0.026824951171875, - 0.0008616447448730469, - -0.05255126953125, - 0.00759124755859375, - -0.0251617431640625, - -0.0022945404052734375, - 0.023193359375, - 0.019561767578125, - -0.0290679931640625, - 0.01453399658203125, - 0.01788330078125, - 0.041351318359375, - 0.0251617431640625, - 0.014251708984375, - 0.01122283935546875, - 0.0275726318359375, - 0.0318603515625, - 0.0428466796875, - -0.0204925537109375, - -0.0200347900390625, - 0.004543304443359375, - 0.044708251953125, - 0.029815673828125, - 0.0275726318359375, - 0.014068603515625, - -0.019561767578125, - -0.0251617431640625, - -0.047332763671875, - 0.0016307830810546875, - 0.002864837646484375, - -0.032989501953125, - -0.037078857421875, - -0.037445068359375, - 0.017608642578125, - -0.02301025390625, - 0.03948974609375, - 0.015655517578125, - -0.026275634765625, - 0.002655029296875, - 0.0270233154296875, - -0.0181732177734375, - -0.055908203125, - 0.01397705078125, - -0.0166778564453125, - -0.03466796875, - -0.0350341796875, - -0.022918701171875, - 0.0428466796875, - -0.0016069412231445312, - -0.07525634765625, - -0.03448486328125, - 0.0169525146484375, - -0.00740814208984375, - -0.0186309814453125, - -0.019287109375, - 0.026458740234375, - -0.0257110595703125, - -0.043243408203125, - -0.05328369140625, - -0.0201263427734375, - 0.011505126953125, - -0.044525146484375, - -0.02459716796875, - 0.005939483642578125, - -0.023101806640625, - -0.004215240478515625, - -0.0277557373046875, - -0.0292510986328125, - 0.0283203125, - -0.06072998046875, - 0.051055908203125, - 0.01043701171875, - 0.0170440673828125, - 0.01239013671875, - 0.051055908203125, - 0.007778167724609375, - 0.005519866943359375, - 0.001007080078125, - -0.054412841796875, - 0.0189056396484375, - -0.008148193359375, - -0.016204833984375, - -0.0909423828125, - -0.01378631591796875, - 0.0309295654296875, - -0.0499267578125, - 0.0171356201171875, - -0.01239013671875, - -0.0038661956787109375, - -0.054412841796875, - 0.04656982421875, - 0.00014126300811767578, - -0.005847930908203125, - 0.07452392578125, - -0.004913330078125, - -0.0182647705078125, - 0.0086669921875, - -0.056640625, - 0.047149658203125, - 0.00533294677734375, - 0.0097808837890625, - -0.01010894775390625, - 0.0200347900390625, - 0.004726409912109375, - -0.023284912109375, - 0.0184478759765625, - -0.09356689453125, - -0.0180816650390625, - 0.02850341796875, - 0.017242431640625, - -0.0053558349609375, - -0.0018053054809570312, - -0.0460205078125, - -0.033905029296875, - -0.019287109375, - 0.03521728515625, - 0.00982666015625, - 0.0006461143493652344, - -0.051788330078125, - -0.021240234375, - -0.02301025390625, - -0.047515869140625, - -0.037811279296875, - -0.034271240234375, - 0.040985107421875, - 0.01113128662109375, - -0.064453125, - 0.041351318359375, - 0.0294342041015625, - 0.032806396484375, - 0.0311126708984375, - 0.040618896484375, - -0.033538818359375, - -0.006427764892578125, - 0.0019683837890625, - 0.0251617431640625, - 0.0038661956787109375, - -0.01528167724609375, - 0.004543304443359375, - 0.007080078125, - 0.0292510986328125, - -0.04193115234375, - 0.03240966796875, - 0.03131103515625, - -0.0216217041015625, - -0.0697021484375, - -0.00992584228515625, - -0.0116424560546875, - 0.048431396484375, - 0.007965087890625, - 0.035400390625, - 0.0251617431640625, - -0.0115509033203125, - -0.08905029296875, - 0.048065185546875, - -0.02496337890625, - 0.0270233154296875, - 0.01192474365234375, - -0.029815673828125, - -0.04583740234375, - -0.037261962890625, - -0.005962371826171875, - 0.00435638427734375, - -0.044891357421875, - 0.044342041015625, - 0.0114593505859375, - -0.031494140625, - 0.01220703125, - -0.0032138824462890625, - -0.0011882781982421875, - 0.0562744140625, - 0.016021728515625, - -0.03167724609375, - 0.08087158203125, - -0.0305633544921875, - 0.026641845703125, - -0.0290679931640625, - 0.01010894775390625, - -0.048431396484375, - 0.0078277587890625, - -0.041351318359375, - 0.007080078125, - 0.03594970703125, - 0.0307464599609375, - -0.00904083251953125, - 0.01369476318359375, - -0.036529541015625, - 0.037261962890625, - 0.02850341796875, - -0.01555633544921875, - 0.0167694091796875, - -0.01258087158203125, - -0.01210784912109375, - -0.01267242431640625, - -0.058135986328125, - -0.051788330078125, - 0.0096893310546875, - -0.061492919921875, - -0.006938934326171875, - 0.036346435546875, - 0.0270233154296875, - 0.0233917236328125, - -0.0382080078125, - 0.036163330078125, - -0.01555633544921875, - -0.0237579345703125, - -0.0283203125, - 0.0018978118896484375, - -0.016204833984375, - 0.03448486328125, - 0.006195068359375, - 0.0022125244140625, - 0.00004404783248901367, - -0.00043964385986328125, - -0.0107574462890625, - -0.0047760009765625, - 0.019561767578125, - -0.002223968505859375, - 0.00936126708984375, - -0.06817626953125, - -0.012298583984375, - 0.022735595703125, - 0.04620361328125, - 0.001216888427734375, - -0.0171356201171875, - 0.03857421875, - -0.01471710205078125, - -0.06781005859375, - 0.0189056396484375, - -0.00307464599609375, - -0.03521728515625, - 0.019561767578125, - -0.0200347900390625, - 0.0199432373046875, - 0.0166778564453125, - 0.05328369140625, - 0.0272064208984375, - 0.037445068359375, - 0.03521728515625, - -0.0166778564453125, - -0.0208740234375, - -0.021240234375, - 0.0218048095703125, - 0.02105712890625, - 0.036712646484375, - 0.0088958740234375, - 0.032989501953125, - -0.01113128662109375, - -0.1058349609375, - -0.00356292724609375, - -0.01183319091796875, - -0.050323486328125, - -0.0088043212890625, - 0.08087158203125, - 0.036529541015625, - 0.0098724365234375, - 0.041168212890625, - 0.030364990234375, - 0.0305633544921875, - 0.022552490234375, - 0.0044708251953125, - -0.08795166015625, - -0.006103515625, - 0.007266998291015625, - 0.02850341796875, - -0.061859130859375, - 0.0357666015625, - 0.0789794921875, - -0.0167694091796875, - -0.017608642578125, - -0.00484466552734375, - -0.019195556640625, - 0.026824951171875, - 0.01276397705078125, - 0.01611328125, - -0.07342529296875, - 0.0003871917724609375, - 0.01267242431640625, - 0.003330230712890625, - -0.0004425048828125, - -0.0023174285888671875, - -0.0151824951171875, - 0.03167724609375, - -0.041748046875, - 0.0011701583862304688, - 0.0273895263671875, - 0.07305908203125, - 0.0104827880859375, - -0.03167724609375, - -0.021148681640625, - 0.026275634765625, - 0.01453399658203125, - -0.0183563232421875, - 0.0218963623046875, - 0.0043792724609375, - 0.0032138824462890625, - 0.00405120849609375, - 0.048431396484375, - 0.00431060791015625, - 0.0428466796875, - 0.043792724609375, - -0.0648193359375, - 0.0322265625, - 0.00820159912109375, - 0.01294708251953125, - 0.000492095947265625, - -0.049560546875, - -0.006381988525390625, - -0.0460205078125, - 0.01369476318359375, - 0.026824951171875, - 0.0270233154296875, - 0.020965576171875, - 0.017242431640625, - 0.0013971328735351562, - 0.0203094482421875, - 0.03131103515625, - 0.026641845703125, - 0.0640869140625, - 0.0294342041015625, - 0.03857421875, - 0.0115509033203125, - -0.0233917236328125, - -0.005077362060546875, - 0.039306640625, - -0.040069580078125, - 0.01555633544921875, - -0.039703369140625, - -0.0061492919921875, - 0.00997161865234375, - -0.026092529296875, - -0.0180816650390625, - -0.043426513671875, - 0.01453399658203125, - -0.0223541259765625, - -0.045654296875, - 0.003704071044921875, - 0.06072998046875, - -0.0570068359375, - 0.033905029296875, - 0.01108551025390625, - 0.00267791748046875, - -0.0029239654541015625, - -0.034088134765625, - 0.06036376953125, - 0.030181884765625, - 0.0187225341796875, - -0.01416015625, - -0.01453399658203125, - 0.02813720703125, - -0.01141357421875, - 0.015838623046875, - 0.046966552734375, - -0.0189056396484375, - 0.054779052734375, - 0.026458740234375, - -0.00008952617645263672, - -0.043243408203125, - 0.0219879150390625, - 0.012481689453125, - -0.041168212890625, - 0.054412841796875, - 0.00203704833984375, - 0.0012226104736328125, - -0.005847930908203125, - -0.004192352294921875, - 0.0036106109619140625, - -0.05364990234375, - 0.0272064208984375, - 0.01099395751953125, - -0.0149993896484375, - 0.00945281982421875, - -0.06744384765625, - 0.06072998046875, - 0.01546478271484375, - 0.04547119140625, - -0.046783447265625, - 0.04583740234375, - -0.00820159912109375, - 0.01169586181640625, - -0.026824951171875, - 0.0171356201171875, - 0.005008697509765625, - 0.037445068359375, - -0.0184478759765625, - 0.058135986328125, - 0.040435791015625, - 0.0169525146484375, - -0.06671142578125, - 0.0029811859130859375, - 0.010711669921875, - -0.0017004013061523438, - 0.0238494873046875, - -0.041748046875, - -0.01546478271484375, - 0.05218505859375, - 0.036529541015625, - 0.0782470703125, - -0.01528167724609375, - 0.033172607421875, - -0.006938934326171875, - -0.006988525390625, - 0.0025844573974609375, - -0.0206756591796875 - ], - "metadata": { - "domains": [ - "network-forensics" - ], - "phases": [ - "analysis" - ], - "tags": [ - "nsm", - "scripting" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, - { - "id": "tool_ewfacquire", - "type": "tool", - "name": "ewfacquire", - "content": "ewfacquire command-line tool aus der libewf-bibliothek zum erstellen forensischer images im expert witness format (e01/ex01). erstellt segmentierte archive mit md5/sha1-hash-verifizierung und optionaler kompression. besonders wertvoll für linux-basierte imaging-workflows ohne gui-overhead. unterstützt case-metadaten, examiner-notizen und error-granularity für defekte sektoren. die segment-größe ist konfigurierbar für verschiedene storage-medien. integration in autopsy und andere tools über libewf. alternative zu proprietären windows-imaging-tools für open-source-forensik-umgebungen. besonders geschätzt: zuverlässigkeit, cross-platform-kompatibilität und standards-compliance für gerichtsfeste images. command-line 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.000774383544921875, - 0.021270751953125, - 0.0274200439453125, - -0.032501220703125, - 0.039886474609375, - 0.03497314453125, - 0.0127410888671875, - -0.001125335693359375, - -0.0095367431640625, - 0.013092041015625, - -0.03338623046875, - 0.032684326171875, - -0.0050506591796875, - -0.031646728515625, - -0.03814697265625, - 0.04534912109375, - -0.01045989990234375, - 0.018890380859375, - 0.00711822509765625, - 0.004547119140625, - -0.022491455078125, - -0.0134429931640625, - -0.047454833984375, - 0.01001739501953125, - 0.01221466064453125, - 0.0171356201171875, - -0.01221466064453125, - -0.0762939453125, - -0.00038433074951171875, - 0.010986328125, - 0.0170440673828125, - -0.00597381591796875, - 0.01076507568359375, - 0.0467529296875, - -0.00225067138671875, - -0.01361846923828125, - -0.020294189453125, - -0.038848876953125, - -0.0288238525390625, - 0.031463623046875, - -0.02899169921875, - 0.0030307769775390625, - 0.0199432373046875, - -0.0435791015625, - -0.0177459716796875, - -0.0159912109375, - 0.013092041015625, - -0.002986907958984375, - -0.013092041015625, - -0.024078369140625, - 0.033050537109375, - 0.034454345703125, - 0.007686614990234375, - -0.021087646484375, - -0.0423583984375, - 0.0302276611328125, - 0.01898193359375, - -0.01678466796875, - -0.0404052734375, - 0.051666259765625, - -0.06292724609375, - -0.0093994140625, - -0.023895263671875, - -0.0258331298828125, - 0.0014171600341796875, - 0.023193359375, - -0.02899169921875, - -0.03515625, - -0.01432037353515625, - 0.006237030029296875, - -0.0258331298828125, - 0.0010595321655273438, - -0.01221466064453125, - 0.047088623046875, - -0.027587890625, - -0.060089111328125, - 0.0223236083984375, - 0.01318359375, - -0.01116180419921875, - -0.010498046875, - -0.048492431640625, - -0.00507354736328125, - 0.0237274169921875, - -0.019683837890625, - -0.003536224365234375, - -0.00926971435546875, - 0.0040435791015625, - -0.00861358642578125, - -0.01036834716796875, - 0.004962921142578125, - 0.025299072265625, - -0.01111602783203125, - -0.0126495361328125, - -0.02899169921875, - 0.0311126708984375, - 0.0611572265625, - -0.0184478759765625, - 0.00034046173095703125, - 0.00817108154296875, - 0.032684326171875, - 0.03619384765625, - -0.041473388671875, - 0.054840087890625, - 0.01406097412109375, - 0.0699462890625, - -0.021087646484375, - 0.01511383056640625, - -0.002384185791015625, - -0.00746917724609375, - -0.037261962890625, - -0.10052490234375, - -0.034454345703125, - -0.0265350341796875, - -0.07489013671875, - -0.0009169578552246094, - -0.00909423828125, - -0.0033168792724609375, - 0.0467529296875, - -0.045684814453125, - -0.0157318115234375, - 0.01019287109375, - 0.0215301513671875, - 0.007293701171875, - 0.01502227783203125, - -0.033050537109375, - -0.03460693359375, - 0.00812530517578125, - 0.0157318115234375, - -0.06329345703125, - -0.02618408203125, - -0.033905029296875, - -0.010986328125, - -0.027587890625, - -0.003559112548828125, - -0.0017576217651367188, - -0.021270751953125, - 0.0286407470703125, - 0.00856781005859375, - -0.0170440673828125, - 0.006984710693359375, - 0.03057861328125, - -0.023895263671875, - -0.062225341796875, - 0.01247406005859375, - -0.028289794921875, - 0.0030307769775390625, - -0.031982421875, - 0.058349609375, - -0.032684326171875, - -0.01678466796875, - -0.01142120361328125, - 0.037078857421875, - 0.055877685546875, - -0.00202178955078125, - 0.0094451904296875, - -0.034271240234375, - 0.0030307769775390625, - -0.01361846923828125, - 0.0025043487548828125, - 0.006061553955078125, - -0.0281219482421875, - -0.00707244873046875, - 0.0016918182373046875, - 0.041107177734375, - -0.019500732421875, - -0.0423583984375, - -0.0177459716796875, - 0.000024020671844482422, - 0.0309295654296875, - 0.017486572265625, - 0.001537322998046875, - -0.01291656494140625, - 0.059051513671875, - 0.07135009765625, - 0.01361846923828125, - -0.0018453598022460938, - 0.0002224445343017578, - 0.01212310791015625, - 0.0555419921875, - 0.02337646484375, - -0.0101470947265625, - -0.0220489501953125, - 0.00887298583984375, - -0.007381439208984375, - 0.00830078125, - -0.034088134765625, - -0.0102386474609375, - 0.0149383544921875, - -0.04815673828125, - 0.0215301513671875, - -0.0307464599609375, - -0.01142120361328125, - -0.02197265625, - 0.024078369140625, - 0.0244293212890625, - 0.060089111328125, - 0.03515625, - -0.035491943359375, - 0.04534912109375, - -0.00597381591796875, - 0.005756378173828125, - 0.05377197265625, - -0.03515625, - 0.039703369140625, - 0.032867431640625, - 0.0008840560913085938, - 0.01617431640625, - 0.0391845703125, - 0.0223236083984375, - -0.0467529296875, - -0.0263671875, - 0.03814697265625, - -0.0065460205078125, - -0.048858642578125, - -0.0137939453125, - -0.017486572265625, - 0.0200347900390625, - -0.027069091796875, - -0.019775390625, - 0.01519775390625, - 0.00511932373046875, - -0.07415771484375, - -0.0003199577331542969, - 0.0113372802734375, - -0.0094451904296875, - 0.0170440673828125, - 0.0094451904296875, - -0.041290283203125, - -0.031982421875, - 0.0391845703125, - 0.007030487060546875, - 0.033050537109375, - -0.01396942138671875, - -0.0013179779052734375, - -0.01247406005859375, - -0.01151275634765625, - 0.06396484375, - 0.0159912109375, - 0.0207366943359375, - 0.0176544189453125, - -0.0033168792724609375, - 0.014495849609375, - -0.004657745361328125, - 0.034454345703125, - 0.0165252685546875, - -0.0295257568359375, - -0.0058441162109375, - 0.004459381103515625, - 0.025482177734375, - 0.0256500244140625, - -0.05377197265625, - 0.0003075599670410156, - -0.0927734375, - -0.0166015625, - -0.0723876953125, - -0.01511383056640625, - -0.0256500244140625, - -0.01739501953125, - 0.037445068359375, - -0.044097900390625, - -0.03778076171875, - -0.007732391357421875, - 0.026885986328125, - -0.019500732421875, - 0.049896240234375, - -0.006984710693359375, - -0.03814697265625, - -0.00347137451171875, - 0.0850830078125, - 0.0009832382202148438, - -0.0034923553466796875, - -0.038482666015625, - 0.0065460205078125, - 0.0020313262939453125, - 0.022674560546875, - -0.034271240234375, - -0.0256500244140625, - 0.023895263671875, - 0.041473388671875, - -0.004085540771484375, - -0.042694091796875, - 0.01502227783203125, - 0.0076446533203125, - 0.034454345703125, - -0.021881103515625, - 0.026885986328125, - 0.0201263427734375, - 0.015289306640625, - -0.03497314453125, - -0.062225341796875, - 0.02099609375, - 0.04534912109375, - 0.016876220703125, - -0.00936126708984375, - 0.0186309814453125, - -0.035308837890625, - 0.03460693359375, - -0.0017242431640625, - 0.0050506591796875, - 0.0220489501953125, - 0.02618408203125, - -0.0228424072265625, - 0.03338623046875, - 0.0003733634948730469, - 0.0134429931640625, - -0.0184478759765625, - -0.0303955078125, - -0.00931549072265625, - -0.0222320556640625, - -0.03057861328125, - -0.0251312255859375, - 0.03216552734375, - -0.0379638671875, - 0.0178375244140625, - -0.004413604736328125, - -0.0010328292846679688, - -0.036376953125, - -0.048858642578125, - -0.005405426025390625, - -0.0323486328125, - -0.0491943359375, - -0.0172271728515625, - 0.022491455078125, - -0.0209197998046875, - 0.003536224365234375, - -0.0127410888671875, - -0.0023059844970703125, - -0.0230255126953125, - 0.0230255126953125, - -0.005710601806640625, - 0.0555419921875, - 0.00579833984375, - 0.050262451171875, - 0.031982421875, - 0.00542449951171875, - 0.0187225341796875, - 0.0404052734375, - 0.03179931640625, - -0.02777099609375, - -0.0230255126953125, - -0.0127410888671875, - -0.0015048980712890625, - 0.0185394287109375, - -0.03515625, - -0.01898193359375, - -0.0142364501953125, - -0.01432037353515625, - 0.004283905029296875, - 0.023895263671875, - 0.0256500244140625, - 0.0235443115234375, - -0.06781005859375, - -0.007293701171875, - 0.054840087890625, - 0.006237030029296875, - 0.09490966796875, - -0.0137939453125, - -0.0391845703125, - 0.03900146484375, - 0.041473388671875, - -0.018096923828125, - -0.0120391845703125, - 0.041656494140625, - -0.006061553955078125, - 0.008087158203125, - 0.0237274169921875, - 0.0050506591796875, - 0.01045989990234375, - -0.0220489501953125, - -0.00027179718017578125, - 0.00799560546875, - -0.01256561279296875, - 0.0009169578552246094, - 0.053436279296875, - 0.03216552734375, - 0.01326751708984375, - 0.0137939453125, - -0.034088134765625, - -0.0187225341796875, - -0.021087646484375, - -0.059051513671875, - -0.01396942138671875, - 0.05517578125, - 0.02178955078125, - 0.034454345703125, - -0.035675048828125, - -0.048858642578125, - -0.0000349879264831543, - -0.032684326171875, - 0.05694580078125, - 0.0258331298828125, - 0.0181884765625, - 0.041839599609375, - -0.0267181396484375, - 0.01318359375, - 0.0379638671875, - -0.0005326271057128906, - 0.0230255126953125, - 0.0215301513671875, - 0.053070068359375, - 0.0215301513671875, - -0.0295257568359375, - 0.0247802734375, - 0.042877197265625, - 0.0113372802734375, - 0.004985809326171875, - 0.0093994140625, - 0.010498046875, - 0.00562286376953125, - -0.03619384765625, - 0.044281005859375, - 0.0260162353515625, - -0.00637054443359375, - 0.0230255126953125, - -0.005756378173828125, - 0.00025534629821777344, - -0.047088623046875, - -0.00511932373046875, - 0.0080413818359375, - -0.0222320556640625, - 0.019775390625, - 0.048492431640625, - -0.07275390625, - 0.007732391357421875, - 0.03497314453125, - -0.06817626953125, - 0.033203125, - 0.016876220703125, - -0.041839599609375, - -0.0094451904296875, - -0.01898193359375, - -0.038848876953125, - 0.033050537109375, - -0.023193359375, - -0.04217529296875, - 0.021881103515625, - 0.025482177734375, - -0.043060302734375, - -0.024078369140625, - -0.0300445556640625, - 0.01678466796875, - -0.022491455078125, - -0.0247802734375, - 0.061859130859375, - 0.0016803741455078125, - -0.0035152435302734375, - 0.0017681121826171875, - 0.0435791015625, - -0.01406097412109375, - -0.0230255126953125, - 0.06396484375, - -0.032684326171875, - -0.053436279296875, - 0.04779052734375, - -0.00417327880859375, - -0.00021970272064208984, - -0.041656494140625, - -0.0126495361328125, - -0.001987457275390625, - -0.007598876953125, - 0.019683837890625, - 0.0311126708984375, - -0.0404052734375, - -0.051666259765625, - -0.03515625, - 0.0281219482421875, - -0.00547027587890625, - 0.0265350341796875, - 0.01959228515625, - -0.04638671875, - 0.0220489501953125, - -0.042694091796875, - -0.0237274169921875, - -0.00164794921875, - 0.01239013671875, - -0.040252685546875, - 0.060791015625, - -0.0137939453125, - -0.027587890625, - -0.02020263671875, - 0.039703369140625, - 0.010589599609375, - 0.00821685791015625, - -0.010986328125, - 0.005580902099609375, - 0.0347900390625, - -0.06610107421875, - -0.0169525146484375, - -0.0169525146484375, - -0.01432037353515625, - 0.03778076171875, - -0.05517578125, - 0.00856781005859375, - -0.0115966796875, - -0.059051513671875, - -0.0404052734375, - -0.020477294921875, - -0.0036907196044921875, - -0.029693603515625, - 0.0141448974609375, - 0.061859130859375, - -0.033203125, - 0.0265350341796875, - 0.01519775390625, - 0.004634857177734375, - 0.0159912109375, - -0.017578125, - -0.01800537109375, - 0.04534912109375, - -0.058349609375, - -0.03936767578125, - -0.019775390625, - 0.047088623046875, - -0.023193359375, - -0.0169525146484375, - 0.008087158203125, - 0.0023937225341796875, - 0.03936767578125, - -0.042694091796875, - -0.0020313262939453125, - -0.027069091796875, - -0.027069091796875, - -0.01511383056640625, - -0.022674560546875, - 0.0025157928466796875, - 0.0286407470703125, - 0.00507354736328125, - 0.0193328857421875, - 0.03759765625, - -0.056243896484375, - 0.06640625, - 0.01406097412109375, - 0.0120391845703125, - -0.0187225341796875, - 0.0025157928466796875, - 0.003734588623046875, - 0.01959228515625, - 0.027587890625, - -0.010986328125, - -0.00439453125, - -0.06890869140625, - 0.0281219482421875, - 0.013092041015625, - 0.0016698837280273438, - -0.0084381103515625, - -0.052032470703125, - -0.080810546875, - -0.007293701171875, - 0.033905029296875, - 0.0010213851928710938, - 0.0014495849609375, - -0.02777099609375, - -0.03656005859375, - 0.0001709461212158203, - -0.033905029296875, - 0.0286407470703125, - -0.0221405029296875, - 0.01458740234375, - 0.004413604736328125, - -0.026885986328125, - 0.0184478759765625, - 0.038482666015625, - 0.028289794921875, - -0.0033397674560546875, - 0.010894775390625, - -0.013092041015625, - 0.0119476318359375, - -0.0203857421875, - -0.0523681640625, - -0.01458740234375, - -0.016693115234375, - 0.0097503662109375, - -0.0286407470703125, - -0.02777099609375, - 0.00542449951171875, - 0.038482666015625, - 0.0435791015625, - -0.0185394287109375, - -0.001361846923828125, - 0.0263671875, - -0.00799560546875, - 0.07061767578125, - -0.01476287841796875, - -0.033203125, - 0.00926971435546875, - 0.01537322998046875, - 0.043060302734375, - 0.033203125, - 0.0033168792724609375, - -0.021881103515625, - -0.0061492919921875, - 0.0379638671875, - -0.0194244384765625, - -0.0157318115234375, - -0.0163421630859375, - 0.015899658203125, - 0.017486572265625, - 0.060791015625, - 0.006679534912109375, - 0.061859130859375, - 0.003997802734375, - -0.0036468505859375, - 0.031646728515625, - 0.08013916015625, - 0.03057861328125, - -0.027069091796875, - -0.0286407470703125, - 0.006107330322265625, - 0.001224517822265625, - -0.034271240234375, - -0.04779052734375, - -0.00882720947265625, - 0.08929443359375, - -0.06640625, - 0.002086639404296875, - -0.023193359375, - -0.0181884765625, - -0.0026798248291015625, - 0.035491943359375, - -0.01107025146484375, - 0.01076507568359375, - 0.0028553009033203125, - -0.048492431640625, - -0.0094451904296875, - -0.067138671875, - 0.00252532958984375, - 0.0302276611328125, - 0.041839599609375, - -0.0244293212890625, - 0.0249481201171875, - -0.0020313262939453125, - 0.0014276504516601562, - 0.0300445556640625, - 0.044464111328125, - 0.01300811767578125, - 0.01221466064453125, - 0.051666259765625, - 0.0435791015625, - -0.0120391845703125, - -0.022674560546875, - -0.00362396240234375, - 0.044281005859375, - 0.04638671875, - 0.0811767578125, - 0.0249481201171875, - 0.007556915283203125, - 0.00209808349609375, - -0.041107177734375, - -0.0214385986328125, - 0.0192413330078125, - 0.0214385986328125, - -0.054473876953125, - -0.03057861328125, - 0.0171356201171875, - -0.04217529296875, - 0.0272369384765625, - 0.01326751708984375, - -0.00452423095703125, - -0.0156402587890625, - 0.0347900390625, - -0.0293426513671875, - -0.045684814453125, - 0.0176544189453125, - -0.023895263671875, - -0.0360107421875, - -0.032684326171875, - -0.017303466796875, - 0.0286407470703125, - -0.0176544189453125, - -0.05975341796875, - -0.0419921875, - 0.0291748046875, - -0.0086517333984375, - -0.03936767578125, - -0.053070068359375, - -0.0031414031982421875, - -0.01256561279296875, - -0.057281494140625, - -0.0579833984375, - -0.006809234619140625, - 0.018280029296875, - -0.0272369384765625, - 0.007160186767578125, - -0.00676727294921875, - -0.0272369384765625, - -0.0228424072265625, - -0.027069091796875, - -0.0200347900390625, - 0.0256500244140625, - -0.044281005859375, - 0.031646728515625, - 0.011199951171875, - 0.02777099609375, - 0.0213470458984375, - 0.06573486328125, - -0.0291748046875, - 0.01617431640625, - -0.03375244140625, - -0.061859130859375, - 0.0258331298828125, - 0.00882720947265625, - -0.0101470947265625, - -0.05096435546875, - -0.01959228515625, - 0.0523681640625, - -0.054473876953125, - 0.0055999755859375, - -0.00562286376953125, - -0.00821685791015625, - -0.031646728515625, - -0.0223236083984375, - -0.0249481201171875, - 0.01300811767578125, - 0.08575439453125, - -0.00882720947265625, - -0.0208282470703125, - -0.0222320556640625, - -0.024078369140625, - 0.05377197265625, - 0.00812530517578125, - 0.0149383544921875, - -0.040069580078125, - 0.027587890625, - 0.0228424072265625, - -0.0137939453125, - 0.0237274169921875, - -0.060089111328125, - 0.00020325183868408203, - 0.01116180419921875, - 0.032501220703125, - -0.028289794921875, - -0.0256500244140625, - -0.048492431640625, - -0.029876708984375, - -0.034271240234375, - 0.044281005859375, - 0.0007524490356445312, - 0.0137939453125, - -0.038482666015625, - -0.0029659271240234375, - -0.01282501220703125, - -0.0203857421875, - -0.023193359375, - -0.037445068359375, - 0.0491943359375, - 0.004547119140625, - -0.057281494140625, - 0.031280517578125, - 0.031982421875, - -0.01335906982421875, - 0.00909423828125, - 0.06890869140625, - -0.01546478271484375, - 0.013092041015625, - -0.00799560546875, - 0.049560546875, - 0.00861358642578125, - -0.003536224365234375, - 0.0022296905517578125, - -0.0006093978881835938, - 0.03656005859375, - -0.021087646484375, - 0.0692138671875, - 0.005710601806640625, - -0.049896240234375, - -0.058349609375, - -0.042694091796875, - -0.04815673828125, - 0.0206451416015625, - -0.0323486328125, - 0.050262451171875, - 0.01837158203125, - -0.0025043487548828125, - -0.11737060546875, - 0.06890869140625, - -0.004261016845703125, - 0.04254150390625, - 0.0072479248046875, - -0.01326751708984375, - -0.0258331298828125, - -0.0423583984375, - 0.00005900859832763672, - 0.0186309814453125, - -0.0491943359375, - 0.0166015625, - -0.005008697509765625, - 0.01335906982421875, - 0.0222320556640625, - -0.0101470947265625, - -0.0265350341796875, - 0.041839599609375, - 0.0086517333984375, - -0.0193328857421875, - 0.0643310546875, - -0.0221405029296875, - 0.0184478759765625, - -0.00040912628173828125, - -0.0163421630859375, - 0.001087188720703125, - -0.005580902099609375, - 0.005008697509765625, - -0.008087158203125, - 0.0302276611328125, - 0.05694580078125, - -0.01221466064453125, - 0.01441192626953125, - 0.00058746337890625, - 0.0162506103515625, - 0.01959228515625, - -0.029876708984375, - 0.01458740234375, - -0.0036678314208984375, - -0.0272369384765625, - -0.01537322998046875, - -0.06396484375, - -0.087890625, - 0.027587890625, - -0.02618408203125, - -0.0272369384765625, - 0.0165252685546875, - 0.044281005859375, - 0.0205535888671875, - -0.037261962890625, - 0.01432037353515625, - -0.010101318359375, - 0.0020542144775390625, - -0.01678466796875, - 0.050262451171875, - -0.018096923828125, - 0.0286407470703125, - 0.0012187957763671875, - -0.07171630859375, - 0.0065460205078125, - -0.0115966796875, - 0.019683837890625, - -0.0080413818359375, - -0.0163421630859375, - -0.0391845703125, - 0.022491455078125, - -0.08892822265625, - -0.031280517578125, - 0.0119476318359375, - 0.0170440673828125, - 0.01071929931640625, - -0.0242462158203125, - 0.0491943359375, - -0.00597381591796875, - -0.04095458984375, - 0.0288238525390625, - -0.01502227783203125, - -0.02337646484375, - 0.033203125, - -0.012298583984375, - 0.0017242431640625, - 0.005161285400390625, - 0.044281005859375, - 0.0228424072265625, - 0.048492431640625, - -0.01045989990234375, - -0.0200347900390625, - 0.0032291412353515625, - -0.01519775390625, - 0.0185394287109375, - 0.035491943359375, - 0.0015926361083984375, - -0.00562286376953125, - 0.0112457275390625, - -0.0013341903686523438, - -0.0811767578125, - -0.0216217041015625, - -0.0166015625, - -0.0360107421875, - -0.0010986328125, - 0.08154296875, - 0.04254150390625, - 0.0135345458984375, - 0.00856781005859375, - 0.061492919921875, - 0.017486572265625, - 0.021881103515625, - -0.00676727294921875, - -0.044097900390625, - -0.033050537109375, - 0.0010814666748046875, - -0.00882720947265625, - -0.057647705078125, - 0.059051513671875, - 0.044647216796875, - -0.0135345458984375, - -0.00922393798828125, - 0.0206451416015625, - 0.00637054443359375, - 0.057647705078125, - 0.0169525146484375, - 0.0069427490234375, - -0.05377197265625, - 0.0303955078125, - 0.004108428955078125, - -0.00966644287109375, - -0.005359649658203125, - -0.004283905029296875, - -0.027069091796875, - 0.02337646484375, - -0.069580078125, - -0.014495849609375, - -0.0134429931640625, - 0.060089111328125, - 0.01151275634765625, - -0.03900146484375, - -0.03955078125, - 0.0367431640625, - -0.0007796287536621094, - -0.016082763671875, - 0.0038890838623046875, - 0.011688232421875, - -0.00852203369140625, - 0.0230255126953125, - 0.032867431640625, - 0.00746917724609375, - 0.040069580078125, - 0.0094451904296875, - -0.04815673828125, - 0.0003514289855957031, - -0.02020263671875, - 0.01371002197265625, - -0.0166015625, - -0.03179931640625, - -0.005580902099609375, - -0.069580078125, - 0.060791015625, - 0.0023059844970703125, - 0.049896240234375, - 0.025299072265625, - 0.008087158203125, - 0.005756378173828125, - 0.01239013671875, - 0.006591796875, - 0.0206451416015625, - 0.0176544189453125, - 0.01519775390625, - 0.01361846923828125, - -0.00637054443359375, - 0.0094451904296875, - -0.03619384765625, - 0.0307464599609375, - -0.037261962890625, - 0.00799560546875, - -0.061492919921875, - 0.012298583984375, - 0.0036468505859375, - -0.0230255126953125, - 0.005931854248046875, - -0.019500732421875, - 0.01151275634765625, - -0.01291656494140625, - -0.026885986328125, - 0.0113372802734375, - 0.014495849609375, - -0.00852203369140625, - 0.0105438232421875, - 0.0201263427734375, - -0.0093994140625, - -0.0127410888671875, - -0.055877685546875, - 0.073486328125, - 0.04638671875, - 0.004306793212890625, - 0.008697509765625, - 0.0274200439453125, - 0.01898193359375, - 0.0127410888671875, - 0.032867431640625, - 0.01212310791015625, - -0.03497314453125, - 0.033905029296875, - 0.05096435546875, - -0.00882720947265625, - -0.02618408203125, - 0.033203125, - 0.0222320556640625, - -0.0274200439453125, - 0.043060302734375, - 0.027587890625, - 0.023193359375, - 0.0012845993041992188, - -0.0142364501953125, - -0.0186309814453125, - -0.037445068359375, - 0.06292724609375, - 0.03778076171875, - -0.006591796875, - 0.044647216796875, - -0.0251312255859375, - 0.035858154296875, - 0.000024020671844482422, - 0.060455322265625, - -0.0335693359375, - 0.057281494140625, - -0.022674560546875, - 0.00791168212890625, - 0.0058441162109375, - 0.0311126708984375, - -0.0008730888366699219, - 0.0086517333984375, - -0.01371002197265625, - 0.05694580078125, - 0.04638671875, - -0.0209197998046875, - -0.058349609375, - -0.0228424072265625, - -0.002735137939453125, - 0.002536773681640625, - 0.051300048828125, - -0.0288238525390625, - -0.011199951171875, - 0.02337646484375, - 0.05059814453125, - 0.05413818359375, - -0.006237030029296875, - 0.04638671875, - 0.00002473592758178711, - -0.023193359375, - -0.0260162353515625, - -0.0006260871887207031 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "command-line", - "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_WinPmem", - "type": "tool", - "name": "WinPmem", - "content": "winpmem velociraptors windows-memory-imager revolutioniert ram-akquisition durch flexibles driver-system und moderne winapi-integration. drei acquisition- modi: kernel-driver für maximum-access, winapi für modern-windows, live-service für remote-collection. die elf64-ausgabe enthält metadaten für volatility-auto-detection. besonders clever: pagefile-integration erweitert verfügbaren memory-space, registry-acquisition parallel zum ram-dump, hash-verification für forensische integrität. driver-signing für secure-boot-kompatibilität. die portable-version läuft ohne installation von usb-stick. json-metadata dokumentiert system-configuration zum akquisitionszeitpunkt. performance-optimierung für ssd-storage. integration in kape-workflows für automatisierte collection. der open-source-ansatz ermöglicht anpassungen für spezielle anforderungen. standard-tool für windows-memory-forensics wenn kommerzielle alternativen nicht verfügbar oder zu teuer sind. memory acquisition scenario:memory_dump incident-response data-collection", - "embedding": [ - -0.0252685546875, - 0.027801513671875, - 0.036102294921875, - -0.01335906982421875, - 0.04693603515625, - 0.02545166015625, - -0.0013990402221679688, - 0.0163421630859375, - -0.01218414306640625, - -0.01227569580078125, - -0.040618896484375, - 0.03448486328125, - 0.007671356201171875, - -0.0176849365234375, - -0.05523681640625, - 0.036834716796875, - -0.0169677734375, - -0.0012464523315429688, - 0.01100921630859375, - 0.004421234130859375, - -0.02581787109375, - -0.0220184326171875, - -0.053436279296875, - 0.007354736328125, - 0.00473785400390625, - 0.007312774658203125, - -0.005573272705078125, - -0.048736572265625, - -0.02301025390625, - -0.01123809814453125, - 0.0022220611572265625, - -0.01922607421875, - 0.0294189453125, - 0.04351806640625, - -0.0162506103515625, - -0.005733489990234375, - 0.0137176513671875, - -0.02996826171875, - -0.041168212890625, - 0.04766845703125, - 0.003971099853515625, - 0.0177764892578125, - -0.0028667449951171875, - 0.0105133056640625, - -0.035919189453125, - -0.0267181396484375, - 0.004650115966796875, - -0.00136566162109375, - 0.0117340087890625, - -0.049468994140625, - 0.023101806640625, - 0.0243682861328125, - 0.0107879638671875, - -0.03338623046875, - -0.0220184326171875, - 0.02618408203125, - 0.0038814544677734375, - -0.0011167526245117188, - -0.036102294921875, - 0.067138671875, - -0.050201416015625, - -0.0433349609375, - -0.000008404254913330078, - -0.027618408203125, - 0.0204010009765625, - 0.0380859375, - -0.0118255615234375, - -0.054168701171875, - -0.006137847900390625, - 0.031402587890625, - 0.023284912109375, - -0.023101806640625, - -0.03448486328125, - 0.0011510848999023438, - -0.0141754150390625, - -0.05670166015625, - 0.03033447265625, - 0.0384521484375, - 0.005550384521484375, - -0.033203125, - -0.061737060546875, - -0.0157012939453125, - 0.0202178955078125, - -0.005031585693359375, - -0.023651123046875, - -0.0012979507446289062, - 0.027984619140625, - -0.00530242919921875, - 0.0038585662841796875, - 0.005664825439453125, - 0.03826904296875, - -0.0063629150390625, - 0.01904296875, - -0.032684326171875, - 0.0312347412109375, - 0.05126953125, - -0.004467010498046875, - -0.008758544921875, - -0.00893402099609375, - 0.0204010009765625, - 0.03033447265625, - -0.053070068359375, - 0.054534912109375, - -0.015167236328125, - 0.023101806640625, - -0.0305023193359375, - 0.00525665283203125, - -0.0243682861328125, - -0.032501220703125, - -0.0290679931640625, - -0.101806640625, - -0.032684326171875, - 0.009613037109375, - -0.08050537109375, - -0.00492095947265625, - -0.01335906982421875, - -0.01128387451171875, - 0.03485107421875, - -0.032318115234375, - -0.05633544921875, - 0.0222930908203125, - 0.00897979736328125, - -0.0007390975952148438, - 0.033050537109375, - -0.04766845703125, - -0.05560302734375, - -0.0202178955078125, - 0.041351318359375, - -0.010650634765625, - -0.0206756591796875, - -0.023284912109375, - -0.01236724853515625, - -0.0118255615234375, - -0.033935546875, - -0.0098876953125, - -0.006500244140625, - 0.0249176025390625, - 0.007266998291015625, - -0.018951416015625, - 0.004131317138671875, - 0.041534423828125, - -0.0201263427734375, - -0.036468505859375, - 0.01317596435546875, - -0.027801513671875, - -0.0163421630859375, - -0.004421234130859375, - 0.035369873046875, - -0.0222930908203125, - -0.019683837890625, - -0.0105133056640625, - 0.0241851806640625, - 0.05523681640625, - -0.000400543212890625, - 0.01534271240234375, - -0.04766845703125, - -0.0335693359375, - -0.0186004638671875, - 0.042236328125, - -0.033050537109375, - -0.0098419189453125, - 0.01055908203125, - 0.0117340087890625, - 0.0260009765625, - -0.0163421630859375, - -0.0269012451171875, - -0.001636505126953125, - 0.017425537109375, - 0.0107879638671875, - 0.0179595947265625, - 0.027801513671875, - -0.0184173583984375, - 0.0682373046875, - 0.0599365234375, - -0.0008349418640136719, - -0.0008859634399414062, - 0.00794219970703125, - -0.0035877227783203125, - 0.0095672607421875, - 0.032135009765625, - -0.0225677490234375, - -0.01345062255859375, - 0.0260009765625, - -0.025634765625, - 0.00600433349609375, - -0.0027751922607421875, - -0.0004456043243408203, - 0.00916290283203125, - -0.03448486328125, - 0.03033447265625, - -0.050201416015625, - -0.033050537109375, - -0.0186920166015625, - 0.0165252685546875, - 0.037384033203125, - 0.06536865234375, - 0.0270843505859375, - -0.03466796875, - 0.0252685546875, - -0.01507568359375, - 0.01092529296875, - 0.040069580078125, - -0.021759033203125, - 0.0426025390625, - 0.0107421875, - 0.035369873046875, - 0.023468017578125, - 0.039703369140625, - 0.00699615478515625, - -0.036651611328125, - 0.00586700439453125, - 0.054168701171875, - -0.01317596435546875, - -0.045135498046875, - -0.019500732421875, - -0.028350830078125, - 0.0377197265625, - -0.01263427734375, - -0.00695037841796875, - 0.0038356781005859375, - -0.0137176513671875, - -0.0516357421875, - 0.0251007080078125, - 0.017242431640625, - -0.00067138671875, - 0.032867431640625, - 0.0227508544921875, - -0.03448486328125, - -0.01885986328125, - 0.019317626953125, - 0.03900146484375, - 0.0433349609375, - -0.002685546875, - -0.00188446044921875, - -0.023651123046875, - -0.0115509033203125, - 0.05487060546875, - 0.01209259033203125, - 0.02996826171875, - 0.03375244140625, - -0.013092041015625, - 0.0241851806640625, - -0.019500732421875, - 0.04278564453125, - 0.03338623046875, - -0.0017147064208984375, - -0.00543975830078125, - -0.0043792724609375, - 0.0509033203125, - 0.053070068359375, - -0.053436279296875, - -0.0120086669921875, - -0.061370849609375, - -0.019775390625, - -0.058135986328125, - -0.045684814453125, - -0.01218414306640625, - -0.0343017578125, - 0.0391845703125, - -0.058837890625, - -0.041534423828125, - 0.00023555755615234375, - 0.014801025390625, - 0.004962921142578125, - 0.05523681640625, - 0.01209259033203125, - -0.048370361328125, - 0.0035877227783203125, - 0.053802490234375, - 0.0009646415710449219, - -0.023101806640625, - -0.0290679931640625, - 0.0169677734375, - -0.027618408203125, - 0.0139007568359375, - -0.01678466796875, - -0.01335906982421875, - 0.04620361328125, - 0.0184173583984375, - -0.0036334991455078125, - -0.0418701171875, - -0.00235748291015625, - -0.0010099411010742188, - 0.028350830078125, - -0.049835205078125, - 0.018768310546875, - 0.01209259033203125, - 0.00817108154296875, - -0.0272674560546875, - -0.06536865234375, - 0.00157928466796875, - 0.0433349609375, - -0.00916290283203125, - -0.0014553070068359375, - 0.00911712646484375, - -0.0205841064453125, - 0.023284912109375, - 0.00016927719116210938, - -0.0012750625610351562, - 0.021026611328125, - 0.037017822265625, - -0.041351318359375, - 0.0014781951904296875, - 0.01020050048828125, - -0.0033168792724609375, - -0.0308685302734375, - -0.07440185546875, - -0.019500732421875, - -0.0206756591796875, - -0.04278564453125, - -0.0380859375, - 0.0138092041015625, - -0.00708770751953125, - -0.01317596435546875, - -0.016876220703125, - -0.0006036758422851562, - -0.019500732421875, - -0.058135986328125, - 0.0251007080078125, - -0.004512786865234375, - -0.057769775390625, - -0.0117340087890625, - 0.06787109375, - 0.010467529296875, - 0.0312347412109375, - -0.027435302734375, - -0.0020542144775390625, - -0.0460205078125, - 0.0116424560546875, - -0.0243682861328125, - 0.021759033203125, - -0.007671356201171875, - 0.048736572265625, - 0.002132415771484375, - 0.01335906982421875, - 0.0128173828125, - 0.03466796875, - 0.0350341796875, - -0.000020265579223632812, - -0.006275177001953125, - -0.00807952880859375, - 0.01300048828125, - 0.0343017578125, - -0.0287017822265625, - -0.05670166015625, - -0.0160675048828125, - 0.0027980804443359375, - -0.0047607421875, - 0.005123138427734375, - 0.0178680419921875, - 0.043853759765625, - -0.0138092041015625, - 0.01561737060546875, - 0.0391845703125, - 0.00930023193359375, - 0.09967041015625, - -0.0200347900390625, - -0.03448486328125, - 0.01904296875, - 0.05560302734375, - -0.00640869140625, - -0.00916290283203125, - 0.05523681640625, - 0.004673004150390625, - -0.007129669189453125, - 0.0116424560546875, - 0.00494384765625, - 0.0245513916015625, - -0.019683837890625, - 0.007221221923828125, - 0.0260009765625, - -0.0088043212890625, - 0.019134521484375, - 0.031951904296875, - 0.0377197265625, - 0.017333984375, - 0.031951904296875, - -0.014801025390625, - -0.0117340087890625, - -0.02960205078125, - -0.07330322265625, - -0.00013113021850585938, - 0.044769287109375, - 0.0086212158203125, - 0.0599365234375, - -0.032318115234375, - -0.08050537109375, - 0.0269012451171875, - -0.03900146484375, - 0.06787109375, - 0.04351806640625, - 0.01335906982421875, - 0.045684814453125, - 0.007221221923828125, - 0.0141754150390625, - 0.0119171142578125, - 0.0016021728515625, - 0.006137847900390625, - 0.0310516357421875, - 0.044036865234375, - -0.00690460205078125, - -0.031951904296875, - 0.038818359375, - 0.054534912109375, - 0.031768798828125, - -0.0036334991455078125, - 0.00911712646484375, - -0.0128173828125, - 0.0222015380859375, - -0.00884246826171875, - 0.0516357421875, - 0.041534423828125, - -0.0137176513671875, - 0.0350341796875, - -0.01317596435546875, - 0.006317138671875, - -0.054534912109375, - 0.004062652587890625, - 0.00440216064453125, - -0.02166748046875, - 0.0201263427734375, - 0.023284912109375, - -0.057037353515625, - -0.023651123046875, - 0.04205322265625, - -0.05670166015625, - 0.024017333984375, - 0.0006628036499023438, - -0.0120086669921875, - 0.0052337646484375, - -0.017242431640625, - -0.05633544921875, - 0.06353759765625, - -0.044219970703125, - -0.0139007568359375, - 0.0310516357421875, - 0.0198516845703125, - -0.023834228515625, - -0.016693115234375, - -0.0119171142578125, - -0.01345062255859375, - -0.032867431640625, - -0.0272674560546875, - 0.04766845703125, - 0.01300048828125, - 0.0094757080078125, - 0.0033397674560546875, - 0.062103271484375, - -0.0222015380859375, - -0.0380859375, - 0.0260009765625, - -0.03448486328125, - -0.0163421630859375, - 0.01904296875, - 0.004535675048828125, - 0.03466796875, - -0.049468994140625, - -0.019500732421875, - 0.0224761962890625, - -0.007671356201171875, - 0.004535675048828125, - 0.023834228515625, - -0.03826904296875, - -0.049102783203125, - -0.052703857421875, - 0.0509033203125, - -0.0011682510375976562, - 0.03521728515625, - 0.01354217529296875, - -0.04730224609375, - 0.0312347412109375, - -0.06610107421875, - -0.00007265806198120117, - -0.014984130859375, - 0.04656982421875, - -0.0270843505859375, - 0.07183837890625, - -0.0221099853515625, - -0.01326751708984375, - 0.009429931640625, - 0.040069580078125, - -0.000041961669921875, - 0.0182342529296875, - -0.032501220703125, - 0.031951904296875, - 0.0202178955078125, - -0.03521728515625, - -0.00897979736328125, - -0.00708770751953125, - -0.003520965576171875, - 0.0859375, - -0.028167724609375, - 0.028167724609375, - -0.0137176513671875, - -0.0675048828125, - -0.007129669189453125, - -0.033203125, - -0.01363372802734375, - -0.028350830078125, - 0.021209716796875, - 0.0308685302734375, - -0.0015010833740234375, - 0.04351806640625, - -0.001049041748046875, - 0.0263519287109375, - 0.02581787109375, - -0.0008406639099121094, - -0.0180511474609375, - 0.01751708984375, - -0.067138671875, - -0.0157012939453125, - -0.023101806640625, - 0.0292510986328125, - -0.014801025390625, - -0.0182342529296875, - 0.027801513671875, - -0.0064544677734375, - 0.0335693359375, - -0.078369140625, - -0.00266265869140625, - -0.0166015625, - -0.01885986328125, - -0.0166015625, - -0.00478363037109375, - 0.0227508544921875, - 0.0308685302734375, - -0.003204345703125, - -0.01444244384765625, - 0.035369873046875, - -0.03955078125, - 0.04278564453125, - 0.001895904541015625, - 0.006587982177734375, - -0.006229400634765625, - -0.01444244384765625, - 0.0267181396484375, - 0.0199432373046875, - 0.0523681640625, - 0.005214691162109375, - -0.0287017822265625, - -0.07476806640625, - 0.00997161865234375, - 0.0222930908203125, - 0.016876220703125, - -0.0139923095703125, - -0.038818359375, - -0.03753662109375, - -0.0094757080078125, - 0.0252685546875, - 0.0139923095703125, - 0.010467529296875, - -0.037017822265625, - -0.0160675048828125, - 0.0118255615234375, - -0.023834228515625, - 0.032867431640625, - -0.027801513671875, - 0.002109527587890625, - -0.0012979507446289062, - -0.014801025390625, - 0.01444244384765625, - 0.03375244140625, - 0.039703369140625, - 0.0157928466796875, - 0.01218414306640625, - -0.0001550912857055664, - 0.0033855438232421875, - -0.032501220703125, - -0.0310516357421875, - -0.00907135009765625, - -0.01317596435546875, - 0.01543426513671875, - -0.03411865234375, - -0.0116424560546875, - -0.0003399848937988281, - 0.036651611328125, - 0.0211181640625, - -0.0219268798828125, - -0.016876220703125, - 0.0108795166015625, - -0.0140838623046875, - 0.0269012451171875, - -0.0204010009765625, - -0.0249176025390625, - 0.0159759521484375, - 0.023468017578125, - 0.06427001953125, - 0.037017822265625, - 0.0098419189453125, - -0.0203094482421875, - 0.0019063949584960938, - 0.057037353515625, - -0.03033447265625, - -0.035552978515625, - -0.0272674560546875, - 0.0290679931640625, - 0.00817108154296875, - 0.0288848876953125, - 0.01425933837890625, - 0.075439453125, - 0.021392822265625, - -0.00897979736328125, - 0.03485107421875, - 0.0682373046875, - 0.0178680419921875, - -0.0177764892578125, - -0.040252685546875, - 0.0117340087890625, - 0.0020427703857421875, - -0.048370361328125, - -0.044219970703125, - 0.0158843994140625, - 0.07147216796875, - -0.09027099609375, - -0.02166748046875, - -0.00209808349609375, - -0.01263427734375, - 0.0160675048828125, - -0.01534271240234375, - -0.005462646484375, - 0.0206756591796875, - 0.0211181640625, - -0.04730224609375, - -0.0138092041015625, - -0.0086669921875, - 0.0263519287109375, - 0.032135009765625, - 0.01227569580078125, - 0.0226593017578125, - 0.02166748046875, - -0.00848388671875, - 0.028167724609375, - 0.01462554931640625, - 0.049835205078125, - 0.005687713623046875, - 0.019775390625, - 0.03936767578125, - 0.048736572265625, - -0.0182342529296875, - -0.01010894775390625, - 0.0178680419921875, - 0.0178680419921875, - 0.06353759765625, - 0.057037353515625, - 0.006137847900390625, - 0.0120086669921875, - -0.0157012939453125, - -0.04766845703125, - -0.0120086669921875, - 0.02301025390625, - 0.01317596435546875, - -0.06353759765625, - -0.023284912109375, - 0.040802001953125, - -0.04278564453125, - 0.03033447265625, - 0.0301513671875, - -0.0252685546875, - -0.0137176513671875, - 0.03033447265625, - -0.012725830078125, - -0.0310516357421875, - 0.0265350341796875, - -0.01015472412109375, - -0.0272674560546875, - -0.021759033203125, - -0.03448486328125, - 0.044219970703125, - -0.0308685302734375, - -0.08123779296875, - -0.0107879638671875, - 0.03790283203125, - -0.023834228515625, - -0.031402587890625, - -0.0241851806640625, - -0.0085296630859375, - -0.023468017578125, - -0.045501708984375, - -0.04730224609375, - -0.02978515625, - 0.0179595947265625, - -0.005462646484375, - 0.0292510986328125, - -0.01317596435546875, - -0.023834228515625, - -0.006092071533203125, - -0.0177764892578125, - -0.033203125, - 0.0204925537109375, - -0.01552581787109375, - 0.053070068359375, - -0.003993988037109375, - 0.0227508544921875, - 0.00821685791015625, - 0.07977294921875, - -0.00640869140625, - 0.012725830078125, - -0.027801513671875, - -0.08770751953125, - 0.0208587646484375, - 0.01470947265625, - 0.0115509033203125, - -0.06787109375, - 0.021392822265625, - 0.05560302734375, - -0.0689697265625, - 0.01255035400390625, - 0.0001100301742553711, - -0.01105499267578125, - -0.04730224609375, - 0.0009870529174804688, - -0.01326751708984375, - 0.01678466796875, - 0.07366943359375, - 0.0010099411010742188, - -0.0074920654296875, - -0.0183258056640625, - -0.054534912109375, - 0.04278564453125, - 0.01363372802734375, - 0.014984130859375, - -0.067138671875, - 0.0095672607421875, - 0.023468017578125, - -0.0165252685546875, - 0.0160675048828125, - -0.06463623046875, - -0.016876220703125, - 0.0308685302734375, - 0.023101806640625, - -0.01715087890625, - 0.0009927749633789062, - -0.0592041015625, - -0.027801513671875, - -0.02960205078125, - 0.00817108154296875, - -0.017333984375, - 0.01715087890625, - -0.02618408203125, - -0.01042938232421875, - -0.021484375, - -0.044952392578125, - -0.040252685546875, - -0.0301513671875, - 0.0241851806640625, - -0.00270843505859375, - -0.06463623046875, - 0.04730224609375, - 0.0222930908203125, - -0.01552581787109375, - 0.023834228515625, - 0.035919189453125, - -0.02978515625, - 0.0141754150390625, - -0.0272674560546875, - 0.0433349609375, - -0.0004315376281738281, - -0.0020656585693359375, - -0.0106048583984375, - -0.00162506103515625, - 0.021026611328125, - -0.045867919921875, - 0.0267181396484375, - 0.0138092041015625, - -0.0241851806640625, - -0.054534912109375, - -0.035369873046875, - -0.031402587890625, - 0.01245880126953125, - -0.016876220703125, - 0.033203125, - 0.01552581787109375, - -0.01552581787109375, - -0.08233642578125, - 0.05126953125, - -0.01245880126953125, - 0.03466796875, - 0.0211181640625, - 0.00008565187454223633, - -0.040069580078125, - -0.054534912109375, - -0.017059326171875, - 0.0169677734375, - -0.023651123046875, - 0.03448486328125, - -0.00270843505859375, - 0.0014047622680664062, - 0.0251007080078125, - -0.023651123046875, - -0.0008463859558105469, - 0.032684326171875, - 0.0020542144775390625, - -0.03485107421875, - 0.062469482421875, - -0.04278564453125, - -0.0086212158203125, - 0.009429931640625, - -0.0265350341796875, - 0.01024627685546875, - -0.00266265869140625, - -0.0160675048828125, - -0.006771087646484375, - 0.0128173828125, - 0.0267181396484375, - -0.0120086669921875, - -0.0020084381103515625, - -0.01263427734375, - 0.04351806640625, - 0.0083465576171875, - -0.02093505859375, - -0.00997161865234375, - 0.0116424560546875, - -0.0098419189453125, - -0.0247344970703125, - -0.07220458984375, - -0.08880615234375, - 0.0267181396484375, - -0.027618408203125, - -0.0119171142578125, - -0.002719879150390625, - 0.01092529296875, - 0.021209716796875, - -0.0384521484375, - 0.015167236328125, - 0.00826263427734375, - -0.0107421875, - -0.0310516357421875, - 0.05560302734375, - 0.0007448196411132812, - 0.016693115234375, - 0.0186920166015625, - -0.040618896484375, - -0.0009365081787109375, - -0.010650634765625, - -0.0007023811340332031, - -0.025634765625, - -0.02130126953125, - -0.04241943359375, - 0.035369873046875, - -0.06463623046875, - -0.031585693359375, - 0.0272674560546875, - 0.041168212890625, - 0.023834228515625, - -0.035736083984375, - 0.05670166015625, - -0.01105499267578125, - -0.0433349609375, - 0.027618408203125, - -0.02545166015625, - -0.0391845703125, - 0.027435302734375, - -0.0087127685546875, - 0.014892578125, - 0.0012187957763671875, - 0.06317138671875, - 0.03955078125, - 0.0460205078125, - -0.015167236328125, - -0.0200347900390625, - -0.0087127685546875, - -0.0211181640625, - 0.032684326171875, - 0.03955078125, - 0.01010894775390625, - -0.0107879638671875, - 0.007312774658203125, - 0.007266998291015625, - -0.0667724609375, - -0.023834228515625, - -0.0269012451171875, - -0.06280517578125, - -0.0106048583984375, - 0.06280517578125, - 0.03863525390625, - 0.0263519287109375, - 0.019683837890625, - 0.04656982421875, - 0.041534423828125, - -0.014984130859375, - -0.0117340087890625, - -0.032135009765625, - -0.0085296630859375, - 0.01534271240234375, - 0.0163421630859375, - -0.0667724609375, - 0.049835205078125, - 0.0306854248046875, - -0.00214385986328125, - -0.024017333984375, - 0.0186920166015625, - 0.0011005401611328125, - 0.08087158203125, - 0.0265350341796875, - 0.0034084320068359375, - -0.06390380859375, - 0.006679534912109375, - 0.035919189453125, - -0.012908935546875, - -0.00897979736328125, - -0.00012481212615966797, - -0.03826904296875, - 0.01263427734375, - -0.057769775390625, - 0.0022335052490234375, - 0.0022220611572265625, - 0.0791015625, - -0.01543426513671875, - -0.0120086669921875, - -0.00600433349609375, - 0.042236328125, - 0.0019178390502929688, - -0.04315185546875, - 0.012725830078125, - 0.0229339599609375, - -0.0306854248046875, - 0.031585693359375, - 0.04241943359375, - 0.0032501220703125, - 0.01453399658203125, - 0.027801513671875, - -0.044769287109375, - 0.03375244140625, - -0.01209259033203125, - 0.0229339599609375, - 0.00539398193359375, - -0.040435791015625, - -0.023834228515625, - -0.04278564453125, - 0.0308685302734375, - 0.023834228515625, - 0.038818359375, - 0.006229400634765625, - -0.015167236328125, - -0.0033397674560546875, - 0.0194091796875, - 0.023468017578125, - 0.0138092041015625, - 0.01561737060546875, - 0.014801025390625, - -0.01119232177734375, - 0.0019063949584960938, - 0.006275177001953125, - -0.04766845703125, - 0.039703369140625, - -0.0335693359375, - 0.002368927001953125, - -0.05487060546875, - 0.0030231475830078125, - 0.01354217529296875, - -0.015167236328125, - 0.004512786865234375, - -0.048370361328125, - -0.00244903564453125, - -0.0160675048828125, - -0.054168701171875, - -0.0075836181640625, - 0.04656982421875, - -0.049468994140625, - -0.00803375244140625, - 0.0010433197021484375, - -0.0294189453125, - -0.0007219314575195312, - -0.07110595703125, - 0.0787353515625, - 0.01453399658203125, - 0.0225677490234375, - -0.002979278564453125, - 0.0252685546875, - 0.01425933837890625, - 0.01453399658203125, - 0.01055908203125, - 0.006275177001953125, - -0.004852294921875, - 0.057769775390625, - 0.049468994140625, - -0.01128387451171875, - -0.037017822265625, - 0.0137176513671875, - 0.023834228515625, - -0.03936767578125, - 0.0088043212890625, - 0.0017147064208984375, - 0.0267181396484375, - 0.0036773681640625, - 0.00888824462890625, - -0.0292510986328125, - -0.0523681640625, - 0.060302734375, - 0.0218505859375, - 0.0033626556396484375, - 0.0247344970703125, - -0.036834716796875, - 0.0509033203125, - 0.0117340087890625, - 0.062469482421875, - -0.0772705078125, - 0.02301025390625, - -0.0343017578125, - 0.00884246826171875, - -0.0006093978881835938, - 0.017242431640625, - 0.002979278564453125, - 0.0139923095703125, - -0.004581451416015625, - 0.04656982421875, - 0.0119171142578125, - -0.0037689208984375, - -0.076904296875, - -0.017425537109375, - 0.0001932382583618164, - 0.02618408203125, - 0.027618408203125, - -0.0305023193359375, - -0.04205322265625, - 0.025634765625, - 0.01218414306640625, - 0.04656982421875, - 0.00046539306640625, - 0.04278564453125, - 0.01444244384765625, - -0.0222930908203125, - -0.01534271240234375, - -0.009796142578125 - ], - "metadata": { - "domains": [ - "incident-response" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "memory", - "acquisition", - "scenario:memory_dump" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, - { - "id": "tool_Parrot_Security_OS", - "type": "tool", - "name": "Parrot Security OS", - "content": "parrot security os die privacy-fokussierte alternative zu kali linux mit eingebautem anonymisierungs-framework. anonsurf routet traffic durch tor für verdeckte ermittlungen. forensik-tools treffen auf pentesting-arsenal in datenschutzfreundlicher umgebung. rolling-release hält 600+ tools aktuell ohne neuinstallation. der ressourcenschonende mate-desktop läuft flüssig auf älteren laptops. besonders wertvoll: eingebaute kryptographie-tools, sichere kommunikations-apps, sandbox für malware. die forensik-edition fokussiert auf incident-response. docker-support für tool-isolation. arm-versionen für raspberry pi und mobile-forensik. die italienische entwicklung bringt europäische datenschutz-werte. mehrere desktop-umgebungen wählbar. live-boot mit persistence für feldarbeit. der apparmor-schutz härtet gegen exploits. community kleiner aber engagierter als kali. perfekt für ermittler die privatsphäre und sicherheit priorisieren. gui command-line 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.035400390625, - -0.004650115966796875, - 0.0587158203125, - -0.0007729530334472656, - 0.0193023681640625, - 0.028350830078125, - 0.014984130859375, - -0.004978179931640625, - -0.01337432861328125, - -0.00673675537109375, - -0.0297698974609375, - 0.053497314453125, - -0.023223876953125, - -0.016082763671875, - -0.0599365234375, - 0.03802490234375, - -0.0141754150390625, - 0.00432586669921875, - 0.00417327880859375, - 0.007694244384765625, - 0.00040221214294433594, - -0.01197052001953125, - -0.06597900390625, - 0.00885009765625, - -0.0026531219482421875, - 0.00630950927734375, - -0.0247344970703125, - -0.07080078125, - -0.00623321533203125, - -0.01251983642578125, - -0.006587982177734375, - -0.00475311279296875, - 0.002338409423828125, - 0.042449951171875, - -0.006786346435546875, - -0.0142822265625, - -0.0093536376953125, - -0.0382080078125, - -0.0167999267578125, - 0.04486083984375, - -0.01568603515625, - -0.0210113525390625, - 0.019805908203125, - 0.0161895751953125, - -0.0195159912109375, - -0.019805908203125, - -0.0171966552734375, - -0.005229949951171875, - 0.0277557373046875, - -0.0211181640625, - 0.0230255126953125, - 0.031768798828125, - -0.006988525390625, - -0.01629638671875, - -0.0416259765625, - 0.0205078125, - 0.0254364013671875, - -0.061126708984375, - -0.0341796875, - 0.047271728515625, - -0.046661376953125, - -0.0205078125, - 0.008697509765625, - -0.0305633544921875, - 0.0107574462890625, - 0.00475311279296875, - 0.004573822021484375, - -0.0291595458984375, - -0.027557373046875, - -0.005580902099609375, - 0.02996826171875, - -0.01201629638671875, - -0.0229339599609375, - 0.025238037109375, - -0.03558349609375, - -0.0277557373046875, - 0.04986572265625, - 0.033782958984375, - 0.0229339599609375, - -0.01171875, - -0.038421630859375, - 0.0141754150390625, - 0.037017822265625, - -0.031982421875, - 0.01558685302734375, - -0.0036449432373046875, - 0.0175018310546875, - 0.008697509765625, - -0.01201629638671875, - -0.00001895427703857422, - 0.037017822265625, - -0.0021495819091796875, - 0.0020732879638671875, - -0.036590576171875, - 0.006160736083984375, - 0.059539794921875, - -0.01387786865234375, - -0.01236724853515625, - -0.016998291015625, - 0.035003662109375, - 0.0233306884765625, - -0.01271820068359375, - 0.041839599609375, - 0.023834228515625, - 0.02081298828125, - -0.0134735107421875, - 0.00560760498046875, - -0.03558349609375, - -0.00673675537109375, - -0.00724029541015625, - -0.0711669921875, - -0.0301666259765625, - -0.01065826416015625, - -0.061126708984375, - -0.0009050369262695312, - 0.006786346435546875, - -0.0084991455078125, - 0.036590576171875, - -0.0305633544921875, - -0.0751953125, - 0.040008544921875, - 0.0185089111328125, - 0.008148193359375, - 0.006435394287109375, - -0.06719970703125, - -0.050689697265625, - 0.01568603515625, - 0.017303466796875, - -0.05670166015625, - -0.03399658203125, - -0.0185089111328125, - -0.027557373046875, - -0.0195159912109375, - -0.045257568359375, - -0.01030731201171875, - -0.049072265625, - 0.026947021484375, - -0.006435394287109375, - -0.0017223358154296875, - 0.018096923828125, - 0.022125244140625, - -0.032379150390625, - -0.051300048828125, - 0.0062103271484375, - -0.0360107421875, - -0.00560760498046875, - -0.00965118408203125, - 0.04827880859375, - -0.01407623291015625, - 0.006336212158203125, - 0.00839996337890625, - 0.0209197998046875, - 0.052276611328125, - 0.0025272369384765625, - 0.031585693359375, - -0.035186767578125, - -0.020111083984375, - 0.005706787109375, - 0.046051025390625, - -0.0186004638671875, - -0.01050567626953125, - -0.007640838623046875, - 0.0011749267578125, - 0.0193023681640625, - -0.0210113525390625, - -0.0219268798828125, - -0.00688934326171875, - -0.0095062255859375, - 0.033599853515625, - 0.020111083984375, - 0.031585693359375, - 0.020721435546875, - 0.057525634765625, - 0.05029296875, - 0.01568603515625, - 0.0209197998046875, - -0.0175018310546875, - 0.00213623046875, - 0.0291595458984375, - 0.050689697265625, - -0.0271453857421875, - -0.009857177734375, - 0.0297698974609375, - -0.00759124755859375, - 0.012969970703125, - 0.0175933837890625, - -0.0246429443359375, - 0.002475738525390625, - -0.04022216796875, - 0.044647216796875, - -0.03338623046875, - -0.0177001953125, - 0.012969970703125, - 0.022125244140625, - -0.004199981689453125, - 0.04022216796875, - 0.040008544921875, - -0.01030731201171875, - 0.057525634765625, - -0.016998291015625, - 0.005985260009765625, - 0.0267486572265625, - -0.0120697021484375, - 0.0287628173828125, - 0.03680419921875, - 0.00980377197265625, - 0.006988525390625, - 0.041229248046875, - 0.0178985595703125, - -0.0209197998046875, - -0.02252197265625, - 0.039215087890625, - -0.0200042724609375, - -0.02423095703125, - -0.0171966552734375, - -0.036590576171875, - -0.0004901885986328125, - -0.033599853515625, - -0.002010345458984375, - -0.00875091552734375, - -0.005252838134765625, - -0.0291595458984375, - 0.01357269287109375, - 0.038818359375, - -0.04022216796875, - 0.0518798828125, - 0.0287628173828125, - -0.0195159912109375, - -0.01131439208984375, - 0.0210113525390625, - 0.02593994140625, - 0.03216552734375, - -0.01306915283203125, - 0.003017425537109375, - -0.0164947509765625, - -0.042449951171875, - 0.039825439453125, - 0.03680419921875, - 0.02593994140625, - -0.004802703857421875, - -0.035003662109375, - 0.047271728515625, - -0.0158843994140625, - 0.05389404296875, - 0.0428466796875, - 0.016387939453125, - -0.006988525390625, - 0.014678955078125, - 0.039825439453125, - 0.0599365234375, - -0.055511474609375, - -0.0100555419921875, - -0.03802490234375, - 0.01317596435546875, - -0.060333251953125, - -0.02593994140625, - -0.019012451171875, - -0.049468994140625, - 0.039031982421875, - -0.0195159912109375, - -0.053497314453125, - -0.008148193359375, - 0.01407623291015625, - -0.00894927978515625, - 0.0291595458984375, - -0.003871917724609375, - -0.04425048828125, - 0.001659393310546875, - 0.05389404296875, - -0.0024890899658203125, - -0.018798828125, - -0.0297698974609375, - 0.0291595458984375, - 0.0093994140625, - 0.01065826416015625, - 0.006134033203125, - -0.0011310577392578125, - 0.040435791015625, - 0.029571533203125, - 0.022430419921875, - -0.031585693359375, - 0.0271453857421875, - 0.0120697021484375, - 0.01407623291015625, - -0.05047607421875, - 0.014678955078125, - -0.00914764404296875, - 0.0159912109375, - -0.01081085205078125, - -0.06195068359375, - 0.002223968505859375, - 0.02655029296875, - 0.003948211669921875, - -0.012969970703125, - -0.00914764404296875, - -0.04083251953125, - 0.01287078857421875, - 0.0025634765625, - -0.0081939697265625, - 0.02935791015625, - 0.040618896484375, - -0.021820068359375, - 0.002349853515625, - -0.01050567626953125, - 0.0022125244140625, - -0.05712890625, - -0.031982421875, - -0.013275146484375, - -0.006359100341796875, - -0.06475830078125, - -0.03759765625, - 0.00859832763671875, - -0.007442474365234375, - 0.0157928466796875, - -0.002552032470703125, - -0.00708770751953125, - -0.022216796875, - -0.050872802734375, - 0.0263519287109375, - -0.036590576171875, - -0.013275146484375, - -0.0239410400390625, - 0.0234375, - 0.01055908203125, - -0.00603485107421875, - -0.01528167724609375, - -0.01629638671875, - -0.04345703125, - 0.0273590087890625, - -0.0212249755859375, - 0.05108642578125, - -0.006534576416015625, - 0.0277557373046875, - 0.04022216796875, - 0.046875, - 0.0228271484375, - 0.022125244140625, - 0.020111083984375, - -0.009002685546875, - 0.006988525390625, - 0.0093994140625, - -0.0066375732421875, - 0.0307769775390625, - -0.020416259765625, - -0.0164947509765625, - -0.005001068115234375, - -0.035186767578125, - 0.01629638671875, - 0.00444793701171875, - 0.0074920654296875, - 0.039215087890625, - -0.0205078125, - 0.02935791015625, - 0.038604736328125, - -0.006839752197265625, - 0.08123779296875, - -0.002010345458984375, - -0.036407470703125, - 0.004573822021484375, - 0.031982421875, - 0.01186370849609375, - -0.0056304931640625, - 0.0496826171875, - 0.018707275390625, - 0.006435394287109375, - 0.054290771484375, - -0.042236328125, - 0.0209197998046875, - -0.006259918212890625, - -0.01050567626953125, - 0.0167999267578125, - -0.016998291015625, - -0.0003566741943359375, - 0.0103607177734375, - 0.0496826171875, - -0.00595855712890625, - 0.0287628173828125, - -0.041015625, - -0.018402099609375, - -0.021820068359375, - -0.041229248046875, - 0.007442474365234375, - 0.041839599609375, - 0.00260162353515625, - 0.0679931640625, - -0.03216552734375, - -0.08123779296875, - 0.0243377685546875, - -0.046661376953125, - 0.06597900390625, - 0.0243377685546875, - 0.03680419921875, - 0.035797119140625, - -0.0240325927734375, - -0.00809478759765625, - 0.046661376953125, - 0.0006756782531738281, - 0.026947021484375, - 0.053497314453125, - 0.02996826171875, - 0.02655029296875, - -0.0281524658203125, - 0.00980377197265625, - 0.036407470703125, - 0.00688934326171875, - 0.007442474365234375, - 0.0034942626953125, - -0.00452423095703125, - 0.02313232421875, - -0.046051025390625, - 0.054718017578125, - 0.01528167724609375, - -0.01146697998046875, - 0.0019855499267578125, - -0.01528167724609375, - 0.016082763671875, - -0.04827880859375, - 0.01508331298828125, - 0.0016717910766601562, - -0.0035190582275390625, - 0.002941131591796875, - 0.03759765625, - -0.050689697265625, - -0.0093536376953125, - 0.039215087890625, - -0.06719970703125, - 0.01131439208984375, - 0.0158843994140625, - -0.0220184326171875, - 0.00965118408203125, - -0.03460693359375, - -0.061553955078125, - -0.0159912109375, - -0.0142822265625, - -0.0394287109375, - 0.00460052490234375, - 0.01151275634765625, - -0.052276611328125, - -0.035003662109375, - -0.0428466796875, - -0.006534576416015625, - -0.0034942626953125, - -0.003795623779296875, - 0.03759765625, - 0.002979278564453125, - -0.03558349609375, - 0.02996826171875, - 0.035003662109375, - 0.009002685546875, - -0.0216217041015625, - 0.04364013671875, - -0.027557373046875, - -0.025146484375, - 0.033172607421875, - -0.004425048828125, - 0.002941131591796875, - -0.00560760498046875, - 0.0029163360595703125, - -0.0223236083984375, - 0.03460693359375, - 0.003696441650390625, - 0.0186004638671875, - -0.041229248046875, - -0.0305633544921875, - -0.0711669921875, - 0.037017822265625, - 0.0022125244140625, - 0.03680419921875, - -0.0213165283203125, - -0.052703857421875, - 0.06195068359375, - -0.048858642578125, - -0.01971435546875, - -0.0168914794921875, - -0.0033435821533203125, - -0.0014390945434570312, - 0.032379150390625, - -0.014678955078125, - 0.0036449432373046875, - -0.0277557373046875, - 0.047271728515625, - 0.0034694671630859375, - 0.004878997802734375, - -0.037200927734375, - 0.0301666259765625, - 0.0382080078125, - -0.05389404296875, - 0.01558685302734375, - -0.00638580322265625, - -0.018798828125, - 0.03759765625, - -0.08526611328125, - -0.0168914794921875, - 0.0341796875, - -0.0804443359375, - -0.0273590087890625, - -0.04644775390625, - -0.035003662109375, - -0.040435791015625, - -0.00824737548828125, - 0.0311737060546875, - -0.0052032470703125, - 0.018707275390625, - -0.0092010498046875, - 0.00628662109375, - 0.01971435546875, - 0.007640838623046875, - -0.026947021484375, - 0.020721435546875, - -0.047454833984375, - -0.0599365234375, - -0.01488494873046875, - 0.04443359375, - -0.025238037109375, - 0.0009241104125976562, - 0.0038471221923828125, - 0.004398345947265625, - 0.05047607421875, - -0.0450439453125, - 0.01096343994140625, - -0.0127716064453125, - -0.041839599609375, - -0.04144287109375, - -0.0599365234375, - 0.0203094482421875, - 0.017303466796875, - -0.00945281982421875, - 0.045867919921875, - 0.036407470703125, - -0.054290771484375, - 0.038818359375, - 0.01387786865234375, - 0.00510406494140625, - 0.017303466796875, - -0.005054473876953125, - -0.0010938644409179688, - -0.0206146240234375, - 0.032989501953125, - -0.01488494873046875, - -0.0246429443359375, - -0.062744140625, - -0.002941131591796875, - -0.017303466796875, - -0.033599853515625, - -0.01186370849609375, - -0.0297698974609375, - -0.08367919921875, - -0.03619384765625, - 0.0267486572265625, - 0.00032520294189453125, - 0.0033435821533203125, - -0.0273590087890625, - -0.0154876708984375, - -0.0029163360595703125, - -0.038421630859375, - 0.03558349609375, - -0.0035953521728515625, - 0.030975341796875, - -0.0080413818359375, - -0.0271453857421875, - 0.021728515625, - 0.0263519287109375, - 0.0186004638671875, - 0.01397705078125, - 0.035797119140625, - -0.01971435546875, - 0.03619384765625, - 0.00844573974609375, - 0.004573822021484375, - 0.01629638671875, - -0.031585693359375, - 0.05029296875, - -0.0347900390625, - -0.011260986328125, - -0.0009870529174804688, - 0.017303466796875, - 0.02996826171875, - -0.005580902099609375, - -0.018402099609375, - 0.0194091796875, - -0.005481719970703125, - 0.051483154296875, - -0.0360107421875, - -0.056304931640625, - -0.003948211669921875, - -0.005832672119140625, - 0.05047607421875, - 0.029571533203125, - -0.0234375, - -0.032989501953125, - 0.0210113525390625, - 0.051483154296875, - 0.00036144256591796875, - -0.01166534423828125, - -0.0240325927734375, - 0.0025768280029296875, - 0.025543212890625, - 0.038818359375, - 0.0142822265625, - 0.08770751953125, - 0.040435791015625, - -0.0032939910888671875, - 0.0234375, - 0.058319091796875, - 0.00267791748046875, - -0.0165863037109375, - -0.04644775390625, - 0.0011501312255859375, - 0.0175018310546875, - -0.0518798828125, - -0.030364990234375, - 0.00995635986328125, - 0.0723876953125, - -0.09375, - -0.041229248046875, - -0.001621246337890625, - -0.0263519287109375, - 0.0234375, - 0.01151275634765625, - -0.01357269287109375, - 0.035186767578125, - -0.002338409423828125, - -0.034393310546875, - 0.01116180419921875, - -0.01407623291015625, - 0.0237274169921875, - 0.07000732421875, - 0.04144287109375, - -0.031768798828125, - 0.037811279296875, - 0.045257568359375, - 0.018402099609375, - 0.03741455078125, - 0.047454833984375, - 0.029571533203125, - 0.0229339599609375, - 0.03338623046875, - 0.047882080078125, - -0.0126190185546875, - -0.030975341796875, - -0.00628662109375, - 0.0206146240234375, - 0.06317138671875, - 0.047271728515625, - -0.0093536376953125, - 0.0012006759643554688, - -0.0144805908203125, - -0.041015625, - 0.012969970703125, - 0.009857177734375, - -0.013275146484375, - -0.06195068359375, - -0.036590576171875, - 0.00965118408203125, - 0.00374603271484375, - 0.0234375, - 0.0227203369140625, - -0.0307769775390625, - 0.016387939453125, - 0.033782958984375, - -0.0240325927734375, - -0.04345703125, - 0.003543853759765625, - -0.0168914794921875, - -0.039825439453125, - -0.03277587890625, - -0.0199127197265625, - 0.049285888671875, - -0.0151824951171875, - -0.055511474609375, - -0.03558349609375, - 0.0223236083984375, - -0.039825439453125, - -0.0211181640625, - -0.004474639892578125, - 0.00302886962890625, - -0.03802490234375, - -0.06878662109375, - -0.02593994140625, - -0.045257568359375, - 0.0182037353515625, - -0.0212249755859375, - 0.01306915283203125, - -0.0127716064453125, - -0.031768798828125, - -0.0194091796875, - 0.0018606185913085938, - -0.03277587890625, - 0.0157928466796875, - -0.0394287109375, - 0.01387786865234375, - 0.0142822265625, - 0.035797119140625, - 0.052276611328125, - 0.051483154296875, - 0.0171966552734375, - -0.0175018310546875, - -0.0056304931640625, - -0.0711669921875, - -0.0154876708984375, - -0.0271453857421875, - 0.0297698974609375, - -0.06756591796875, - -0.0006976127624511719, - 0.04766845703125, - -0.07037353515625, - 0.030975341796875, - 0.021514892578125, - 0.004123687744140625, - -0.0245361328125, - 0.0301666259765625, - 0.006587982177734375, - 0.033599853515625, - 0.106201171875, - 0.00424957275390625, - -0.0110626220703125, - 0.006134033203125, - -0.042449951171875, - 0.04705810546875, - 0.024932861328125, - 0.020111083984375, - -0.048675537109375, - 0.00914764404296875, - 0.0277557373046875, - -0.0032939910888671875, - 0.00794219970703125, - -0.065185546875, - 0.01528167724609375, - 0.02593994140625, - 0.007843017578125, - -0.01282501220703125, - -0.005153656005859375, - -0.04705810546875, - -0.0185089111328125, - -0.007190704345703125, - 0.01236724853515625, - 0.021514892578125, - 0.004852294921875, - -0.0161895751953125, - -0.0240325927734375, - -0.026947021484375, - -0.051300048828125, - -0.0360107421875, - -0.005126953125, - 0.04486083984375, - 0.00203704833984375, - -0.049285888671875, - 0.0291595458984375, - -0.01739501953125, - 0.012969970703125, - 0.00809478759765625, - 0.058319091796875, - -0.06634521484375, - 0.01337432861328125, - -0.0008234977722167969, - 0.058319091796875, - -0.01317596435546875, - -0.00759124755859375, - 0.0034198760986328125, - -0.004901885986328125, - 0.042449951171875, - -0.028350830078125, - 0.037017822265625, - 0.016998291015625, - -0.0212249755859375, - -0.06317138671875, - -0.049468994140625, - -0.05914306640625, - 0.04705810546875, - -0.005252838134765625, - 0.019012451171875, - -0.00015401840209960938, - -0.034393310546875, - -0.06756591796875, - 0.0243377685546875, - -0.005733489990234375, - 0.00545501708984375, - 0.019012451171875, - -0.0254364013671875, - -0.06597900390625, - -0.0233306884765625, - -0.01357269287109375, - -0.0030422210693359375, - -0.043853759765625, - 0.0192108154296875, - -0.005657196044921875, - 0.0033435821533203125, - -0.01910400390625, - -0.007694244384765625, - 0.0134735107421875, - 0.04345703125, - 0.0347900390625, - -0.0263519287109375, - 0.053497314453125, - -0.03216552734375, - 0.0305633544921875, - 0.004425048828125, - -0.006259918212890625, - -0.007843017578125, - -0.0291595458984375, - -0.0281524658203125, - 0.03277587890625, - 0.01221466064453125, - 0.03399658203125, - -0.024139404296875, - 0.01251983642578125, - -0.02252197265625, - 0.004825592041015625, - 0.031982421875, - -0.03460693359375, - 0.0005121231079101562, - 0.01367950439453125, - 0.006587982177734375, - -0.006587982177734375, - -0.060333251953125, - -0.08001708984375, - -0.0023250579833984375, - -0.036590576171875, - 0.00146484375, - 0.01488494873046875, - 0.0057830810546875, - 0.0291595458984375, - -0.03399658203125, - 0.05712890625, - -0.0035953521728515625, - -0.01568603515625, - -0.0531005859375, - 0.0005216598510742188, - -0.01216888427734375, - 0.05511474609375, - 0.00502777099609375, - -0.009552001953125, - 0.03216552734375, - -0.01739501953125, - 0.00121307373046875, - -0.012969970703125, - 0.007793426513671875, - -0.0305633544921875, - 0.0034942626953125, - -0.06597900390625, - -0.01317596435546875, - 0.0287628173828125, - 0.045867919921875, - 0.0233306884765625, - -0.02423095703125, - 0.0643310546875, - 0.01317596435546875, - -0.07037353515625, - 0.018402099609375, - -0.0171966552734375, - -0.049468994140625, - 0.01197052001953125, - -0.01287078857421875, - 0.01015472412109375, - 0.034393310546875, - 0.042449951171875, - 0.0142822265625, - 0.060333251953125, - 0.02655029296875, - -0.028961181640625, - 0.0080413818359375, - 0.0008168220520019531, - 0.05108642578125, - 0.0216217041015625, - 0.01488494873046875, - 0.0011186599731445312, - 0.0233306884765625, - 0.00799560546875, - -0.0599365234375, - -0.01010894775390625, - -0.0643310546875, - -0.04345703125, - -0.0023136138916015625, - 0.090087890625, - 0.0177001953125, - -0.0024261474609375, - 0.045654296875, - 0.055511474609375, - 0.037811279296875, - -0.006786346435546875, - -0.0151824951171875, - -0.07281494140625, - 0.005504608154296875, - 0.01528167724609375, - 0.0086517333984375, - -0.061126708984375, - 0.039215087890625, - 0.0496826171875, - -0.0267486572265625, - -0.004573822021484375, - -0.006839752197265625, - 0.00467681884765625, - 0.0257415771484375, - 0.0099029541015625, - 0.005229949951171875, - -0.059539794921875, - 0.019805908203125, - 0.0220184326171875, - 0.027557373046875, - -0.003948211669921875, - -0.0267486572265625, - -0.0045013427734375, - 0.039215087890625, - -0.056304931640625, - -0.0088958740234375, - 0.01407623291015625, - 0.049285888671875, - 0.016998291015625, - -0.05029296875, - -0.0205078125, - 0.032989501953125, - 0.03741455078125, - -0.025543212890625, - 0.03460693359375, - 0.021728515625, - -0.0083465576171875, - 0.0291595458984375, - 0.05389404296875, - -0.00475311279296875, - 0.035797119140625, - -0.007843017578125, - -0.03741455078125, - -0.0026645660400390625, - -0.01337432861328125, - 0.014678955078125, - -0.022430419921875, - -0.05029296875, - -0.0325927734375, - -0.040008544921875, - 0.032989501953125, - 0.0234375, - 0.038604736328125, - 0.02142333984375, - -0.00774383544921875, - -0.020416259765625, - 0.0092010498046875, - 0.0233306884765625, - 0.045257568359375, - 0.01568603515625, - 0.017791748046875, - 0.0237274169921875, - 0.0164947509765625, - 0.0236358642578125, - -0.01100921630859375, - 0.04766845703125, - -0.035400390625, - -0.01558685302734375, - -0.040435791015625, - -0.005504608154296875, - -0.0016031265258789062, - -0.04083251953125, - 0.012420654296875, - -0.028350830078125, - 0.0030536651611328125, - 0.0007228851318359375, - -0.038421630859375, - 0.0009741783142089844, - 0.0325927734375, - -0.0325927734375, - 0.005859375, - 0.0257415771484375, - -0.00623321533203125, - -0.00975799560546875, - -0.042633056640625, - 0.046051025390625, - 0.0186004638671875, - 0.0158843994140625, - -0.0007009506225585938, - 0.0193023681640625, - 0.027557373046875, - -0.0196075439453125, - 0.01508331298828125, - 0.00965118408203125, - -0.0194091796875, - 0.04022216796875, - 0.037200927734375, - 0.0018482208251953125, - -0.050079345703125, - 0.0216217041015625, - -0.00859832763671875, - -0.04022216796875, - 0.037017822265625, - 0.0240325927734375, - 0.041839599609375, - -0.0099029541015625, - -0.013275146484375, - -0.023834228515625, - -0.0736083984375, - 0.0692138671875, - 0.0185089111328125, - 0.0088958740234375, - 0.0307769775390625, - -0.038818359375, - 0.069580078125, - 0.02655029296875, - 0.04022216796875, - -0.07318115234375, - 0.06719970703125, - -0.005306243896484375, - 0.0100555419921875, - -0.01015472412109375, - 0.0164947509765625, - -0.0253448486328125, - 0.037200927734375, - -0.0311737060546875, - 0.040618896484375, - 0.049072265625, - -0.018096923828125, - -0.051300048828125, - -0.0151824951171875, - 0.028350830078125, - 0.004550933837890625, - 0.0226287841796875, - -0.068359375, - 0.01739501953125, - -0.006534576416015625, - 0.021728515625, - 0.047882080078125, - -0.0074920654296875, - 0.023223876953125, - 0.005054473876953125, - -0.014678955078125, - -0.0019483566284179688, - 0.01251983642578125 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "malware-analysis", - "network-forensics" - ], - "phases": [], - "tags": [ - "gui", - "command-line", - "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_Strings", - "type": "tool", - "name": "Strings", - "content": "strings das unterschätzte basis-tool extrahiert lesbare ascii- und unicode-strings aus binärdateien - oft der erste hinweis auf malware-funktionalität. findet urls für c2-server, hardcoded-passwords, pfadangaben, error-messages. die sysinternals-version (windows) bietet gui und erweiterte features. gnu-strings (linux) integriert perfekt in pipe-workflows. encoding-options (-e) für unicode-varianten essentiell bei modernen samples. minimum-length (-n) filtert rauschen. offset-anzeige (-o) für spätere hex-editor-analyse. besonders wertvoll: kombination mit grep für pattern-matching, sort/uniq für häufigkeitsanalyse, integration in automatisierte malware-triage. die einfachheit täuscht - erfahrene analysten extrahieren erstaunliche intelligence. perfekt für verschlüsselte/gepackte malware wenn strings im unpacking-stub verbleiben. output oft ausgangspunkt für yara-rules. das 5-minuten-tool das stunden detaillierter analyse spart. command-line 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.01044464111328125, - 0.03948974609375, - 0.046905517578125, - -0.00412750244140625, - 0.0224609375, - 0.01090240478515625, - 0.0054931640625, - -0.0007276535034179688, - 0.003902435302734375, - 0.01155853271484375, - -0.037994384765625, - 0.05517578125, - 0.023956298828125, - 0.0242767333984375, - -0.053192138671875, - 0.038970947265625, - 0.0007948875427246094, - -0.0012903213500976562, - -0.005100250244140625, - 0.018341064453125, - -0.03765869140625, - -0.004192352294921875, - -0.04144287109375, - 0.0012025833129882812, - 0.0008826255798339844, - -0.0016727447509765625, - -0.00540924072265625, - -0.0584716796875, - -0.02362060546875, - 0.00751495361328125, - 0.0251007080078125, - -0.0421142578125, - -0.0147857666015625, - 0.035186767578125, - -0.0095367431640625, - 0.010650634765625, - 0.01073455810546875, - -0.037322998046875, - 0.00408935546875, - 0.036834716796875, - -0.023284912109375, - 0.00904083251953125, - 0.02130126953125, - -0.03253173828125, - -0.004150390625, - -0.035186767578125, - 0.00862884521484375, - -0.01239013671875, - 0.0008258819580078125, - -0.03717041015625, - 0.047576904296875, - 0.037811279296875, - -0.0036334991455078125, - -0.045928955078125, - -0.014862060546875, - 0.057464599609375, - 0.036163330078125, - -0.024932861328125, - -0.040618896484375, - 0.049560546875, - -0.060455322265625, - -0.007556915283203125, - -0.0274200439453125, - -0.0195770263671875, - 0.0124664306640625, - 0.0158538818359375, - 0.00809478759765625, - -0.0088348388671875, - 0.0133819580078125, - -0.00447845458984375, - 0.0172576904296875, - -0.040802001953125, - -0.003116607666015625, - 0.04986572265625, - -0.011810302734375, - -0.04229736328125, - 0.0144500732421875, - 0.02056884765625, - 0.010528564453125, - 0.01189422607421875, - -0.028411865234375, - -0.0237884521484375, - 0.03765869140625, - -0.01708984375, - -0.0003085136413574219, - 0.005451202392578125, - 0.0237884521484375, - 0.004314422607421875, - 0.00974273681640625, - -0.0189056396484375, - -0.0018062591552734375, - -0.00540924072265625, - -0.0005059242248535156, - 0.0039215087890625, - 0.0209808349609375, - 0.052520751953125, - -0.0189971923828125, - -0.01535797119140625, - -0.025604248046875, - 0.045257568359375, - 0.032379150390625, - -0.03436279296875, - 0.051849365234375, - -0.006317138671875, - 0.0528564453125, - -0.038330078125, - 0.03533935546875, - -0.014617919921875, - 0.0009446144104003906, - -0.010284423828125, - -0.09912109375, - -0.03436279296875, - -0.039642333984375, - -0.07830810546875, - -0.00394439697265625, - -0.0017652511596679688, - 0.005947113037109375, - 0.011810302734375, - -0.0538330078125, - -0.0472412109375, - 0.00958251953125, - 0.0196533203125, - -0.01329803466796875, - 0.00421142578125, - -0.06805419921875, - -0.050537109375, - -0.0019817352294921875, - 0.0014657974243164062, - -0.0192413330078125, - -0.0274200439453125, - -0.0203094482421875, - -0.0130462646484375, - -0.0279083251953125, - -0.039306640625, - -0.02105712890625, - -0.032379150390625, - 0.015777587890625, - -0.0037784576416015625, - -0.006481170654296875, - 0.00867462158203125, - 0.047576904296875, - -0.0247802734375, - -0.050537109375, - 0.0173492431640625, - -0.03765869140625, - -0.003200531005859375, - -0.017425537109375, - 0.03668212890625, - -0.024932861328125, - -0.027252197265625, - 0.002529144287109375, - -0.01148223876953125, - 0.0650634765625, - -0.00623321533203125, - -0.0024776458740234375, - -0.0224609375, - -0.017181396484375, - -0.039794921875, - 0.047576904296875, - -0.0198211669921875, - 0.00821685791015625, - -0.0059051513671875, - -0.0196533203125, - 0.04144287109375, - 0.004192352294921875, - -0.0360107421875, - -0.0186614990234375, - 0.0195770263671875, - 0.0161895751953125, - 0.00669097900390625, - 0.028076171875, - -0.0231170654296875, - 0.05682373046875, - 0.0650634765625, - -0.0031585693359375, - 0.004791259765625, - 0.0164337158203125, - -0.0234527587890625, - 0.0355224609375, - 0.031219482421875, - 0.0023326873779296875, - -0.028900146484375, - 0.02642822265625, - -0.007061004638671875, - 0.0274200439453125, - -0.0201568603515625, - -0.033355712890625, - -0.0017957687377929688, - -0.005615234375, - 0.0095367431640625, - -0.0270843505859375, - -0.0045623779296875, - 0.00862884521484375, - 0.049560546875, - 0.003200531005859375, - 0.05914306640625, - 0.01470184326171875, - -0.0014553070068359375, - 0.038818359375, - -0.0252685546875, - 0.0136260986328125, - 0.0226287841796875, - 0.0039215087890625, - 0.050872802734375, - 0.00371551513671875, - 0.026092529296875, - -0.0184173583984375, - 0.044921875, - 0.0482177734375, - -0.036834716796875, - -0.0020542144775390625, - 0.05780029296875, - -0.0016927719116210938, - -0.00001901388168334961, - -0.0287322998046875, - -0.049224853515625, - 0.0173492431640625, - -0.0023632049560546875, - -0.0307159423828125, - -0.0231170654296875, - 0.0010223388671875, - -0.05450439453125, - -0.0030345916748046875, - 0.040313720703125, - -0.0208892822265625, - 0.0369873046875, - 0.050537109375, - -0.0099945068359375, - -0.0251007080078125, - 0.0028705596923828125, - 0.03302001953125, - 0.02410888671875, - 0.0005292892456054688, - -0.0130462646484375, - -0.0294036865234375, - -0.04327392578125, - 0.04046630859375, - 0.0226287841796875, - -0.005573272705078125, - -0.00994873046875, - -0.0341796875, - 0.0274200439453125, - -0.0021991729736328125, - 0.016021728515625, - 0.033203125, - -0.01824951171875, - -0.006977081298828125, - -0.011810302734375, - 0.0287322998046875, - 0.044586181640625, - -0.035675048828125, - -0.0007123947143554688, - -0.033538818359375, - -0.0012340545654296875, - -0.03271484375, - -0.0142059326171875, - -0.009246826171875, - -0.05517578125, - 0.02972412109375, - -0.0020961761474609375, - -0.01073455810546875, - -0.0016622543334960938, - 0.023956298828125, - -0.026092529296875, - 0.049224853515625, - 0.01849365234375, - -0.040130615234375, - 0.031890869140625, - 0.0762939453125, - -0.0222930908203125, - -0.030059814453125, - -0.006443023681640625, - 0.035186767578125, - -0.009002685546875, - 0.01123046875, - -0.0262603759765625, - -0.0290679931640625, - 0.03814697265625, - 0.00797271728515625, - 0.0262603759765625, - -0.0122222900390625, - -0.00652313232421875, - 0.001331329345703125, - 0.0416259765625, - -0.044921875, - 0.01412200927734375, - -0.004108428955078125, - 0.0194091796875, - 0.00701904296875, - -0.0482177734375, - -0.0167694091796875, - 0.03253173828125, - 0.0298919677734375, - 0.01003265380859375, - 0.0313720703125, - -0.0313720703125, - 0.00920867919921875, - 0.0067291259765625, - -0.04425048828125, - 0.0252685546875, - 0.05682373046875, - -0.0270843505859375, - 0.0360107421875, - -0.0159454345703125, - 0.00412750244140625, - -0.033355712890625, - -0.041290283203125, - -0.0341796875, - -0.03948974609375, - -0.0294036865234375, - -0.007472991943359375, - 0.00751495361328125, - -0.025604248046875, - 0.0341796875, - -0.026092529296875, - -0.0160980224609375, - -0.031707763671875, - -0.0231170654296875, - 0.00681304931640625, - -0.0251007080078125, - -0.0411376953125, - -0.03302001953125, - 0.06243896484375, - -0.0270843505859375, - -0.0020122528076171875, - -0.0231170654296875, - -0.01114654541015625, - -0.05352783203125, - 0.019073486328125, - -0.024444580078125, - 0.006565093994140625, - 0.0038604736328125, - 0.061126708984375, - 0.028411865234375, - 0.033538818359375, - 0.038330078125, - 0.0528564453125, - -0.0007791519165039062, - -0.03668212890625, - -0.029571533203125, - -0.0009188652038574219, - 0.004913330078125, - 0.006565093994140625, - -0.01271820068359375, - -0.0030975341796875, - -0.019073486328125, - -0.030059814453125, - 0.032379150390625, - 0.011810302734375, - 0.040802001953125, - 0.013458251953125, - -0.02691650390625, - -0.01470184326171875, - 0.051849365234375, - 0.0237884521484375, - 0.0911865234375, - -0.01800537109375, - -0.0161895751953125, - -0.02642822265625, - 0.03155517578125, - -0.039642333984375, - 0.02972412109375, - 0.0341796875, - 0.0277557373046875, - 0.0092926025390625, - 0.01263427734375, - -0.0098724365234375, - 0.00652313232421875, - 0.00582122802734375, - 0.033203125, - 0.01148223876953125, - 0.0029735565185546875, - 0.00394439697265625, - 0.044586181640625, - 0.03948974609375, - 0.038970947265625, - 0.045257568359375, - -0.007266998291015625, - -0.024932861328125, - -0.0262603759765625, - -0.06903076171875, - -0.006771087646484375, - 0.0080108642578125, - 0.00371551513671875, - 0.041961669921875, - -0.0194091796875, - -0.071044921875, - 0.02105712890625, - -0.04888916015625, - 0.08355712890625, - 0.0673828125, - -0.01123046875, - 0.0265960693359375, - -0.0308837890625, - 0.00833892822265625, - -0.002178192138671875, - -0.0130462646484375, - 0.039154052734375, - 0.0584716796875, - 0.03863525390625, - -0.0029735565185546875, - -0.031890869140625, - 0.0270843505859375, - 0.03533935546875, - 0.0242767333984375, - -0.01271820068359375, - 0.02972412109375, - 0.007720947265625, - 0.0214691162109375, - -0.0482177734375, - 0.0242767333984375, - 0.0308837890625, - 0.01213836669921875, - 0.00441741943359375, - -0.01824951171875, - 0.0016307830810546875, - -0.059783935546875, - 0.01172637939453125, - -0.00751495361328125, - 0.03369140625, - 0.023956298828125, - 0.01239013671875, - -0.04327392578125, - -0.004192352294921875, - 0.051544189453125, - -0.05218505859375, - -0.0004000663757324219, - 0.035003662109375, - -0.0226287841796875, - 0.00809478759765625, - -0.018341064453125, - -0.0677490234375, - 0.0308837890625, - -0.046905517578125, - -0.0355224609375, - 0.0246124267578125, - 0.0259246826171875, - -0.042938232421875, - -0.05218505859375, - -0.0584716796875, - -0.01453399658203125, - -0.0038204193115234375, - -0.036346435546875, - 0.035186767578125, - 0.0006866455078125, - 0.013458251953125, - 0.03155517578125, - 0.047576904296875, - -0.027587890625, - -0.00937652587890625, - 0.05517578125, - -0.018829345703125, - -0.07037353515625, - 0.0189056396484375, - 0.0088348388671875, - 0.0052032470703125, - -0.031219482421875, - -0.05615234375, - -0.006649017333984375, - 0.01824951171875, - 0.0016622543334960938, - -0.01354217529296875, - -0.06903076171875, - -0.04888916015625, - -0.03436279296875, - 0.049224853515625, - 0.007472991943359375, - 0.045257568359375, - 0.021148681640625, - -0.0538330078125, - 0.04229736328125, - -0.0538330078125, - -0.0156097412109375, - -0.00833892822265625, - -0.017913818359375, - -0.028900146484375, - 0.07794189453125, - -0.01528167724609375, - -0.00499725341796875, - -0.00945281982421875, - 0.03271484375, - 0.00458526611328125, - -0.006938934326171875, - -0.040313720703125, - 0.0594482421875, - 0.04327392578125, - -0.04888916015625, - -0.0160980224609375, - -0.02105712890625, - 0.0051422119140625, - 0.0369873046875, - -0.04986572265625, - -0.027587890625, - -0.0144500732421875, - -0.0640869140625, - -0.0677490234375, - -0.027587890625, - -0.037322998046875, - -0.0341796875, - 0.0208892822265625, - 0.036163330078125, - -0.00301361083984375, - 0.039642333984375, - 0.0270843505859375, - -0.01020050048828125, - -0.0008153915405273438, - -0.003406524658203125, - -0.03302001953125, - 0.02642822265625, - -0.054840087890625, - -0.0294036865234375, - -0.0189056396484375, - 0.027587890625, - -0.0214691162109375, - 0.0204010009765625, - -0.021148681640625, - -0.03387451171875, - 0.028900146484375, - -0.0472412109375, - -0.00739288330078125, - 0.006443023681640625, - 0.0024566650390625, - -0.021636962890625, - -0.016845703125, - 0.00962066650390625, - 0.002910614013671875, - -0.0140380859375, - 0.030059814453125, - 0.02081298828125, - -0.02130126953125, - 0.022125244140625, - 0.0045013427734375, - -0.01296234130859375, - 0.0032405853271484375, - 0.01412200927734375, - 0.01271820068359375, - -0.0178375244140625, - 0.039642333984375, - -0.027252197265625, - -0.004108428955078125, - -0.0789794921875, - 0.021148681640625, - -0.00429534912109375, - -0.0023956298828125, - -0.00879669189453125, - -0.03436279296875, - -0.07000732421875, - 0.004852294921875, - 0.0310516357421875, - 0.027252197265625, - -0.0214691162109375, - -0.02081298828125, - -0.0191650390625, - -0.001506805419921875, - -0.047576904296875, - 0.04144287109375, - -0.0200653076171875, - 0.009002685546875, - -0.01470184326171875, - -0.0246124267578125, - 0.044586181640625, - 0.028076171875, - 0.0222930908203125, - 0.0369873046875, - 0.0313720703125, - -0.021148681640625, - 0.01288604736328125, - 0.004749298095703125, - -0.03436279296875, - -0.01148223876953125, - -0.00669097900390625, - 0.007472991943359375, - -0.024932861328125, - -0.021148681640625, - 0.0251007080078125, - 0.020477294921875, - 0.023284912109375, - -0.011810302734375, - -0.00652313232421875, - 0.027587890625, - -0.0136260986328125, - 0.0654296875, - -0.032379150390625, - -0.04425048828125, - -0.024444580078125, - 0.0290679931640625, - 0.052520751953125, - 0.00937652587890625, - 0.005161285400390625, - -0.0355224609375, - 0.02081298828125, - 0.039154052734375, - -0.031219482421875, - -0.0251007080078125, - -0.043609619140625, - -0.000026285648345947266, - 0.0035305023193359375, - 0.048553466796875, - 0.0005340576171875, - 0.07928466796875, - -0.0017137527465820312, - -0.006195068359375, - 0.044921875, - 0.05218505859375, - 0.0201568603515625, - -0.039154052734375, - -0.04888916015625, - -0.0113983154296875, - -0.00086212158203125, - -0.034515380859375, - -0.036346435546875, - 0.017913818359375, - 0.043609619140625, - -0.041290283203125, - -0.0308837890625, - -0.01313018798828125, - 0.02056884765625, - 0.016845703125, - 0.007144927978515625, - -0.026763916015625, - 0.0173492431640625, - -0.0181732177734375, - -0.0360107421875, - -0.019989013671875, - -0.0194854736328125, - 0.0073089599609375, - 0.054840087890625, - 0.0426025390625, - -0.01453399658203125, - 0.0224609375, - -0.00421142578125, - 0.033203125, - -0.008880615234375, - 0.0252685546875, - -0.0167694091796875, - 0.032379150390625, - 0.045928955078125, - 0.0251007080078125, - -0.028411865234375, - -0.0411376953125, - 0.00830078125, - 0.0287322998046875, - 0.045257568359375, - 0.054168701171875, - 0.0023021697998046875, - 0.02362060546875, - -0.01073455810546875, - -0.060455322265625, - 0.0184173583984375, - 0.0027256011962890625, - -0.0142059326171875, - -0.040313720703125, - -0.0257720947265625, - 0.016357421875, - -0.049560546875, - 0.049560546875, - 0.013458251953125, - -0.026763916015625, - -0.0161895751953125, - 0.054168701171875, - 0.0037994384765625, - -0.056488037109375, - 0.02691650390625, - -0.0092926025390625, - 0.0011196136474609375, - -0.026763916015625, - -0.0305633544921875, - 0.034698486328125, - -0.026763916015625, - -0.0660400390625, - -0.0426025390625, - 0.034515380859375, - -0.0024261474609375, - -0.0229644775390625, - 0.00958251953125, - -0.0014352798461914062, - -0.01544189453125, - -0.0287322998046875, - -0.0743408203125, - -0.01189422607421875, - 0.0203094482421875, - -0.04656982421875, - 0.0251007080078125, - -0.01296234130859375, - -0.01528167724609375, - 0.0102386474609375, - -0.00400543212890625, - -0.068359375, - 0.06011962890625, - -0.044921875, - 0.0364990234375, - 0.0242767333984375, - 0.01131439208984375, - 0.009124755859375, - 0.0743408203125, - -0.01824951171875, - -0.0229644775390625, - -0.0287322998046875, - -0.052520751953125, - 0.0187530517578125, - 0.024444580078125, - -0.0073089599609375, - -0.07830810546875, - 0.00982666015625, - 0.0305633544921875, - -0.062744140625, - 0.021148681640625, - 0.0101165771484375, - -0.007720947265625, - -0.044921875, - 0.0124664306640625, - 0.005657196044921875, - -0.0102386474609375, - 0.08721923828125, - 0.024932861328125, - -0.007598876953125, - -0.0037364959716796875, - -0.03863525390625, - 0.0845947265625, - 0.005100250244140625, - 0.0203094482421875, - -0.034515380859375, - 0.0282440185546875, - 0.0224609375, - -0.031219482421875, - 0.028076171875, - -0.06243896484375, - -0.016937255859375, - 0.0251007080078125, - 0.0313720703125, - -0.0046234130859375, - -0.00423431396484375, - -0.0310516357421875, - -0.039306640625, - -0.0011510848999023438, - 0.023284912109375, - 0.0124664306640625, - -0.01007843017578125, - -0.050872802734375, - -0.00429534912109375, - -0.0030975341796875, - -0.041778564453125, - -0.033355712890625, - -0.0308837890625, - 0.033538818359375, - 0.00023353099822998047, - -0.061126708984375, - 0.01849365234375, - 0.0059051513671875, - -0.003116607666015625, - 0.01255035400390625, - 0.040313720703125, - -0.05682373046875, - -0.0082550048828125, - -0.0144500732421875, - 0.0307159423828125, - -0.0010995864868164062, - -0.0012540817260742188, - 0.004108428955078125, - 0.02691650390625, - -0.0037364959716796875, - -0.04559326171875, - 0.03997802734375, - 0.019073486328125, - -0.004375457763671875, - -0.055511474609375, - -0.015777587890625, - -0.01776123046875, - 0.038818359375, - -0.0101165771484375, - 0.018829345703125, - 0.01090240478515625, - -0.007183074951171875, - -0.087890625, - 0.054840087890625, - -0.028900146484375, - 0.01494598388671875, - 0.0108184814453125, - -0.01395416259765625, - -0.08587646484375, - -0.028900146484375, - -0.027252197265625, - 0.01395416259765625, - -0.03204345703125, - 0.036346435546875, - 0.040618896484375, - 0.00958251953125, - 0.0198211669921875, - -0.007678985595703125, - -0.0025501251220703125, - 0.02197265625, - 0.01123046875, - -0.049224853515625, - 0.06640625, - -0.033203125, - 0.01800537109375, - -0.0270843505859375, - 0.0224609375, - -0.00821685791015625, - 0.0224609375, - -0.0426025390625, - -0.0251007080078125, - 0.027252197265625, - 0.046234130859375, - -0.019744873046875, - 0.0073089599609375, - -0.03533935546875, - 0.006977081298828125, - 0.025604248046875, - -0.016510009765625, - 0.018585205078125, - -0.0038394927978515625, - -0.033203125, - -0.021148681640625, - -0.07598876953125, - -0.0584716796875, - 0.0092926025390625, - -0.050872802734375, - -0.00689697265625, - 0.016021728515625, - 0.003551483154296875, - -0.0030975341796875, - -0.034027099609375, - 0.029571533203125, - -0.03765869140625, - -0.045257568359375, - -0.0191650390625, - 0.00681304931640625, - -0.017669677734375, - 0.0158538818359375, - 0.0067291259765625, - -0.00421142578125, - 0.040130615234375, - -0.0105743408203125, - -0.00611114501953125, - -0.0259246826171875, - 0.005222320556640625, - -0.049224853515625, - 0.002498626708984375, - -0.06011962890625, - 0.0014142990112304688, - 0.0108184814453125, - -0.00007033348083496094, - 0.012054443359375, - -0.037506103515625, - 0.036346435546875, - -0.0150299072265625, - -0.0654296875, - 0.0242767333984375, - -0.03765869140625, - -0.03302001953125, - 0.021148681640625, - -0.02691650390625, - 0.0262603759765625, - 0.041290283203125, - 0.03948974609375, - 0.050201416015625, - 0.0341796875, - 0.027252197265625, - -0.040130615234375, - -0.00412750244140625, - -0.014862060546875, - 0.018341064453125, - 0.031219482421875, - 0.0303955078125, - -0.024932861328125, - 0.0191650390625, - 0.004150390625, - -0.07696533203125, - -0.0022602081298828125, - -0.0087127685546875, - -0.028411865234375, - 0.00231170654296875, - 0.056488037109375, - 0.031890869140625, - 0.01552581787109375, - 0.0122222900390625, - 0.0472412109375, - 0.047576904296875, - -0.014617919921875, - -0.028411865234375, - -0.0673828125, - 0.0034885406494140625, - -0.007843017578125, - 0.005615234375, - -0.07269287109375, - 0.0218048095703125, - 0.050537109375, - 0.0074310302734375, - -0.00505828857421875, - -0.00982666015625, - -0.016845703125, - 0.05352783203125, - 0.0119781494140625, - 0.048553466796875, - -0.06573486328125, - 0.0224609375, - 0.0158538818359375, - -0.020721435546875, - -0.01494598388671875, - -0.006153106689453125, - -0.0130462646484375, - 0.041961669921875, - -0.040618896484375, - 0.017425537109375, - 0.0173492431640625, - 0.073974609375, - 0.00879669189453125, - -0.054168701171875, - -0.027587890625, - 0.0198211669921875, - 0.0003380775451660156, - -0.02130126953125, - 0.00681304931640625, - -0.00441741943359375, - -0.0036754608154296875, - 0.005657196044921875, - 0.037506103515625, - 0.014862060546875, - 0.027252197265625, - 0.02130126953125, - -0.05120849609375, - 0.0224609375, - 0.01073455810546875, - 0.0094146728515625, - 0.001857757568359375, - -0.0198974609375, - -0.00974273681640625, - -0.048553466796875, - 0.037994384765625, - -0.0020961761474609375, - 0.0369873046875, - 0.01436614990234375, - 0.0175933837890625, - -0.0341796875, - 0.0277557373046875, - 0.0194854736328125, - 0.03485107421875, - 0.0133819580078125, - 0.0181732177734375, - 0.01263427734375, - 0.0421142578125, - -0.0026836395263671875, - -0.0251007080078125, - 0.0122222900390625, - -0.037506103515625, - 0.020477294921875, - -0.050872802734375, - 0.0060272216796875, - 0.0128021240234375, - -0.054168701171875, - 0.01412200927734375, - -0.039642333984375, - -0.01494598388671875, - -0.005863189697265625, - -0.0482177734375, - -0.0173492431640625, - 0.046234130859375, - -0.038482666015625, - 0.0038814544677734375, - 0.013458251953125, - -0.0018167495727539062, - 0.0028705596923828125, - -0.04986572265625, - 0.0528564453125, - 0.0247802734375, - 0.01552581787109375, - 0.00010126829147338867, - 0.005863189697265625, - 0.0287322998046875, - -0.0242767333984375, - 0.045257568359375, - 0.026763916015625, - 0.000949859619140625, - 0.04559326171875, - 0.031707763671875, - 0.01172637939453125, - -0.038330078125, - 0.0214691162109375, - 0.0285797119140625, - -0.031707763671875, - 0.037322998046875, - 0.0360107421875, - 0.039306640625, - -0.01020050048828125, - -0.039154052734375, - 0.00862884521484375, - -0.0673828125, - 0.07830810546875, - -0.0019102096557617188, - 0.0030765533447265625, - 0.0247802734375, - -0.0206451416015625, - 0.0287322998046875, - 0.016510009765625, - 0.061126708984375, - -0.038330078125, - 0.056488037109375, - -0.0237884521484375, - -0.016937255859375, - 0.003612518310546875, - 0.028411865234375, - -0.0053253173828125, - 0.034515380859375, - -0.01412200927734375, - 0.07135009765625, - 0.01395416259765625, - -0.007266998291015625, - -0.045257568359375, - 0.020233154296875, - 0.0073089599609375, - 0.01412200927734375, - 0.0200653076171875, - -0.0360107421875, - -0.04046630859375, - 0.00937652587890625, - 0.0285797119140625, - 0.054840087890625, - -0.0096588134765625, - 0.01371002197265625, - 0.004024505615234375, - -0.0105743408203125, - 0.0035305023193359375, - -0.019073486328125 - ], - "metadata": { - "domains": [ - "incident-response", - "malware-analysis", - "static-investigations" - ], - "phases": [ - "examination" - ], - "tags": [ - "command-line", - "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_NetworkMiner", - "type": "tool", - "name": "NetworkMiner", - "content": "networkminer der forensische netzwerk-analyzer extrahiert artefakte aus pcap-dateien mit fokus auf inhalts-rekonstruktion statt paket-details. automatische extraktion von dateien (bilder, dokumente, executables) aus http, ftp, tftp und smb-traffic. credentials-harvesting findet passwörter in klartext- protokollen. host-inventar mit os-fingerprinting, offenen ports und services. dns-resolution-timeline zeigt domain-lookups. keyword-search über alle extrahierten inhalte. die professional-version bietet geo-ip-lokalisierung, voip-rekonstruktion und kommandozeilen-scripting. besonders wertvoll: frame-reassembly auch bei packet-loss. export zu csv/xml für weitere analyse. die intuitive gui macht es zugänglich für nicht-netzwerk-spezialisten. limitiert bei verschlüsseltem traffic, glänzt bei klartext-protokollen und malware-c2-analyse. gui file-reconstruction pcap-capture session-reconstruction dns-resolution triage credential-extraction os-fingerprinting keyword-search artifact-extraction cleartext-protocols frame-reassembly incident-response static-investigations malware-analysis network-forensics examination analysis", - "embedding": [ - -0.01593017578125, - 0.01442718505859375, - 0.028106689453125, - 0.01021575927734375, - 0.03973388671875, - 0.01629638671875, - 0.0066070556640625, - -0.00604248046875, - -0.0204315185546875, - -0.030731201171875, - -0.04833984375, - 0.049835205078125, - 0.0194854736328125, - -0.0194854736328125, - -0.0640869140625, - 0.02679443359375, - 0.0016279220581054688, - 0.0010423660278320312, - 0.007587432861328125, - 0.005435943603515625, - -0.01358795166015625, - -0.0185546875, - -0.02398681640625, - 0.002704620361328125, - 0.004192352294921875, - 0.017425537109375, - -0.02239990234375, - -0.068603515625, - -0.0301666259765625, - 0.0205230712890625, - -0.0060882568359375, - -0.02398681640625, - 0.012176513671875, - 0.02923583984375, - 0.00604248046875, - -0.0343017578125, - 0.01715087890625, - -0.040863037109375, - -0.044219970703125, - 0.042724609375, - -0.0169525146484375, - 0.0053863525390625, - 0.00899505615234375, - -0.0164031982421875, - -0.045166015625, - -0.035980224609375, - -0.007495880126953125, - -0.0012178421020507812, - 0.01517486572265625, - -0.0311126708984375, - 0.033721923828125, - 0.009185791015625, - -0.001827239990234375, - -0.00330352783203125, - -0.044219970703125, - 0.0269775390625, - 0.03521728515625, - -0.01593017578125, - -0.036529541015625, - 0.070068359375, - -0.03485107421875, - -0.0249176025390625, - 0.0028228759765625, - -0.02679443359375, - 0.0127410888671875, - 0.0236968994140625, - -0.0177154541015625, - -0.038787841796875, - 0.024169921875, - 0.003021240234375, - 0.01091766357421875, - -0.025115966796875, - -0.017333984375, - 0.041229248046875, - -0.040863037109375, - -0.0455322265625, - 0.005809783935546875, - 0.0245513916015625, - 0.0107269287109375, - 0.0027179718017578125, - -0.06109619140625, - 0.019866943359375, - 0.039337158203125, - -0.007778167724609375, - -0.0221099853515625, - -0.0022487640380859375, - 0.041412353515625, - -0.0141448974609375, - 0.007167816162109375, - 0.0040283203125, - 0.0301666259765625, - 0.0010662078857421875, - 0.017608642578125, - -0.0322265625, - 0.044586181640625, - 0.05322265625, - -0.02679443359375, - 0.00927734375, - 0.01490020751953125, - 0.0236968994140625, - 0.021270751953125, - -0.03955078125, - 0.0738525390625, - 0.0007963180541992188, - 0.0180816650390625, - -0.0294189453125, - 0.01129150390625, - -0.0027294158935546875, - -0.0099334716796875, - -0.0273590087890625, - -0.09033203125, - -0.0284881591796875, - -0.0247344970703125, - -0.06109619140625, - -0.00025773048400878906, - 0.0207061767578125, - -0.022491455078125, - 0.06781005859375, - -0.04833984375, - -0.039337158203125, - 0.0273590087890625, - 0.0020961761474609375, - -0.0125579833984375, - -0.022674560546875, - -0.074951171875, - -0.06561279296875, - -0.0260467529296875, - 0.047027587890625, - -0.038421630859375, - -0.006557464599609375, - -0.007167816162109375, - -0.01593017578125, - 0.0026111602783203125, - -0.0030918121337890625, - 0.0086212158203125, - -0.025299072265625, - 0.0311126708984375, - -0.00627899169921875, - -0.0225830078125, - 0.017608642578125, - 0.057342529296875, - -0.028289794921875, - -0.046661376953125, - 0.0060882568359375, - -0.033172607421875, - -0.01100921630859375, - -0.01049041748046875, - 0.0528564453125, - -0.0218353271484375, - 0.005340576171875, - -0.00693511962890625, - 0.027740478515625, - 0.062225341796875, - -0.0019445419311523438, - 0.0235137939453125, - -0.0693359375, - -0.0231475830078125, - -0.035797119140625, - 0.040283203125, - -0.0258636474609375, - -0.0207977294921875, - -0.00405120849609375, - -0.010589599609375, - 0.0127410888671875, - -0.0114288330078125, - -0.028289794921875, - -0.0423583984375, - 0.01114654541015625, - 0.003208160400390625, - -0.016204833984375, - 0.017242431640625, - 0.01091766357421875, - 0.073486328125, - 0.06781005859375, - 0.022491455078125, - 0.049835205078125, - 0.00010687112808227539, - -0.004825592041015625, - 0.01293182373046875, - 0.0399169921875, - -0.007354736328125, - -0.0059967041015625, - 0.039154052734375, - 0.009185791015625, - 0.0232391357421875, - -0.01715087890625, - -0.0262298583984375, - -0.0205230712890625, - -0.0106353759765625, - 0.0245513916015625, - -0.036529541015625, - -0.0399169921875, - -0.0177154541015625, - 0.0273590087890625, - 0.028289794921875, - 0.081298828125, - 0.019866943359375, - -0.01087188720703125, - 0.04833984375, - -0.0164031982421875, - 0.0024471282958984375, - 0.0181732177734375, - -0.0290374755859375, - 0.016021728515625, - 0.0298004150390625, - 0.01245880126953125, - -0.013214111328125, - 0.040863037109375, - 0.01166534423828125, - -0.02435302734375, - -0.0029163360595703125, - 0.06561279296875, - -0.00913238525390625, - -0.01157379150390625, - -0.0269775390625, - -0.0399169921875, - 0.012176513671875, - -0.0081024169921875, - -0.003864288330078125, - 0.01161956787109375, - -0.002811431884765625, - -0.051727294921875, - 0.006137847900390625, - 0.028106689453125, - -0.01629638671875, - 0.04779052734375, - 0.0262298583984375, - -0.038787841796875, - -0.025299072265625, - 0.0303497314453125, - 0.0262298583984375, - 0.01114654541015625, - 0.0024013519287109375, - 0.0153656005859375, - 0.0020847320556640625, - -0.0156402587890625, - 0.0528564453125, - 0.049468994140625, - 0.0182647705078125, - 0.01166534423828125, - -0.007167816162109375, - 0.0219268798828125, - -0.03204345703125, - 0.04327392578125, - 0.031494140625, - -0.021270751953125, - -0.00042748451232910156, - 0.005645751953125, - 0.02117919921875, - 0.04010009765625, - -0.033721923828125, - 0.01021575927734375, - -0.0697021484375, - -0.026611328125, - -0.0704345703125, - -0.0178985595703125, - -0.0528564453125, - -0.049835205078125, - 0.04010009765625, - -0.0153656005859375, - -0.0318603515625, - 0.0018739700317382812, - -0.00028395652770996094, - 0.018646240234375, - 0.06744384765625, - -0.01311492919921875, - -0.032806396484375, - 0.0029506683349609375, - 0.0753173828125, - 0.002002716064453125, - -0.02435302734375, - -0.01433563232421875, - 0.024169921875, - -0.003162384033203125, - 0.032806396484375, - -0.0207977294921875, - 0.0194854736328125, - 0.053955078125, - 0.0260467529296875, - 0.028289794921875, - -0.008056640625, - 0.0017566680908203125, - -0.00824737548828125, - 0.016204833984375, - -0.05657958984375, - -0.0006499290466308594, - -0.0020618438720703125, - 0.0018968582153320312, - 0.0141448974609375, - -0.0648193359375, - -0.0081024169921875, - 0.0301666259765625, - -0.0022258758544921875, - 0.0182647705078125, - 0.0221099853515625, - -0.052459716796875, - 0.0169525146484375, - -0.023895263671875, - 0.00505828857421875, - 0.025482177734375, - 0.047607421875, - -0.0165863037109375, - 0.026611328125, - 0.003513336181640625, - 0.0032787322998046875, - -0.0299835205078125, - -0.05657958984375, - -0.033172607421875, - -0.00702667236328125, - -0.03521728515625, - -0.035614013671875, - 0.02032470703125, - -0.022674560546875, - 0.014617919921875, - -0.00908660888671875, - 0.0016279220581054688, - -0.0154571533203125, - -0.05584716796875, - -0.000010073184967041016, - -0.007541656494140625, - -0.03521728515625, - -0.0108184814453125, - 0.06744384765625, - 0.015838623046875, - 0.027923583984375, - 0.0098876953125, - 0.016204833984375, - -0.052093505859375, - 0.0423583984375, - -0.003864288330078125, - 0.01180267333984375, - 0.00829315185546875, - 0.03765869140625, - 0.0238037109375, - 0.00965118408203125, - 0.05023193359375, - 0.043487548828125, - 0.01751708984375, - -0.030914306640625, - -0.0099334716796875, - 0.0207061767578125, - -0.00199127197265625, - 0.041595458984375, - 0.0003044605255126953, - -0.0288543701171875, - -0.0218353271484375, - -0.04046630859375, - 0.0081024169921875, - 0.02435302734375, - 0.03485107421875, - 0.01087188720703125, - -0.01100921630859375, - -0.0011301040649414062, - 0.051727294921875, - 0.0080108642578125, - 0.1124267578125, - 0.0037479400634765625, - -0.035430908203125, - 0.01348876953125, - 0.06781005859375, - -0.0030918121337890625, - -0.01377105712890625, - 0.036529541015625, - 0.006885528564453125, - 0.01311492919921875, - 0.02276611328125, - -0.01611328125, - 0.0191192626953125, - 0.00475311279296875, - -0.0298004150390625, - -0.00566864013671875, - -0.023895263671875, - 0.01157379150390625, - 0.0648193359375, - 0.0139617919921875, - 0.0053863525390625, - 0.041778564453125, - -0.0343017578125, - -0.028106689453125, - -0.0584716796875, - -0.07757568359375, - -0.007965087890625, - 0.027923583984375, - -0.0006413459777832031, - 0.043853759765625, - -0.0238037109375, - -0.07830810546875, - 0.00838470458984375, - -0.046661376953125, - 0.0753173828125, - 0.041778564453125, - 0.03466796875, - 0.033905029296875, - -0.0050811767578125, - 0.017608642578125, - 0.03240966796875, - 0.01049041748046875, - 0.018646240234375, - 0.0689697265625, - 0.0284881591796875, - 0.0039825439453125, - -0.00913238525390625, - 0.0140533447265625, - 0.0258636474609375, - 0.01367950439453125, - -0.005130767822265625, - 0.033721923828125, - 0.0003483295440673828, - 0.044403076171875, - -0.038787841796875, - 0.0350341796875, - 0.02117919921875, - -0.0133056640625, - 0.0164947509765625, - -0.0208892822265625, - 0.01995849609375, - -0.036163330078125, - 0.00431060791015625, - 0.0004391670227050781, - 0.017242431640625, - 0.0406494140625, - 0.0178985595703125, - -0.052093505859375, - -0.0350341796875, - 0.040283203125, - -0.047393798828125, - 0.017333984375, - 0.005107879638671875, - -0.01039886474609375, - 0.01451873779296875, - -0.0179901123046875, - -0.024169921875, - 0.0290374755859375, - -0.02642822265625, - -0.0406494140625, - 0.0141448974609375, - 0.0032558441162109375, - -0.044403076171875, - -0.041595458984375, - -0.0193939208984375, - -0.0290374755859375, - -0.0141448974609375, - -0.03167724609375, - 0.016204833984375, - -0.00395965576171875, - 0.01129150390625, - 0.027740478515625, - 0.033538818359375, - 0.0003044605255126953, - -0.0234222412109375, - 0.0374755859375, - -0.01358795166015625, - -0.0367431640625, - 0.046112060546875, - 0.010772705078125, - 0.0127410888671875, - -0.037109375, - -0.02960205078125, - 0.0005474090576171875, - 0.00284576416015625, - 0.0019683837890625, - 0.014801025390625, - -0.021087646484375, - -0.0234222412109375, - -0.046112060546875, - 0.0528564453125, - -0.009979248046875, - 0.027740478515625, - -0.01293182373046875, - -0.040863037109375, - 0.004638671875, - -0.036346435546875, - 0.000179290771484375, - 0.01873779296875, - -0.0066070556640625, - -0.0245513916015625, - 0.07421875, - -0.0023651123046875, - -0.02032470703125, - -0.00960540771484375, - 0.038238525390625, - -0.005901336669921875, - -0.00787353515625, - -0.03167724609375, - 0.040863037109375, - 0.0057373046875, - -0.058074951171875, - -0.007167816162109375, - -0.01837158203125, - -0.007587432861328125, - 0.046661376953125, - -0.043853759765625, - 0.00965118408203125, - -0.01091766357421875, - -0.05621337890625, - -0.0205230712890625, - -0.02154541015625, - -0.01508331298828125, - -0.049102783203125, - 0.0260467529296875, - 0.031280517578125, - 0.0166778564453125, - 0.038604736328125, - 0.0269775390625, - -0.0156402587890625, - 0.0249176025390625, - -0.00833892822265625, - -0.02960205078125, - 0.04833984375, - -0.0535888671875, - -0.0209808349609375, - 0.01190185546875, - 0.0298004150390625, - -0.0218353271484375, - 0.00304412841796875, - 0.01302337646484375, - -0.0262298583984375, - 0.033172607421875, - -0.063720703125, - 0.0026702880859375, - -0.0113372802734375, - -0.03204345703125, - -0.0231475830078125, - -0.004215240478515625, - 0.0374755859375, - 0.041229248046875, - -0.01377105712890625, - -0.01490020751953125, - 0.043487548828125, - -0.038421630859375, - 0.0275421142578125, - 0.0208892822265625, - -0.0003952980041503906, - 0.0052947998046875, - 0.00016546249389648438, - 0.00965118408203125, - 0.0019445419311523438, - 0.037109375, - -0.01110076904296875, - -0.030731201171875, - -0.07086181640625, - 0.01180267333984375, - -0.0245513916015625, - -0.0028228759765625, - -0.0222015380859375, - -0.052459716796875, - -0.030731201171875, - -0.01100921630859375, - 0.044586181640625, - 0.022491455078125, - 0.01311492919921875, - -0.0288543701171875, - -0.0209808349609375, - -0.0006589889526367188, - -0.0301666259765625, - 0.0271759033203125, - -0.00702667236328125, - 0.0260467529296875, - 0.025482177734375, - -0.0236968994140625, - 0.03485107421875, - 0.0245513916015625, - 0.036163330078125, - 0.02923583984375, - 0.004169464111328125, - -0.025482177734375, - -0.0112457275390625, - -0.00475311279296875, - -0.01190185546875, - 0.005435943603515625, - -0.01629638671875, - 0.0206146240234375, - -0.0046844482421875, - 0.003185272216796875, - 0.0025539398193359375, - 0.033538818359375, - 0.0204315185546875, - -0.0009546279907226562, - 0.01087188720703125, - 0.037841796875, - -0.0194854736328125, - 0.06182861328125, - -0.0218353271484375, - -0.0217437744140625, - 0.0133056640625, - -0.013214111328125, - 0.049102783203125, - 0.027923583984375, - -0.017242431640625, - -0.0325927734375, - 0.00885772705078125, - 0.054351806640625, - -0.00632476806640625, - -0.0528564453125, - -0.017242431640625, - 0.0249176025390625, - 0.036346435546875, - 0.047027587890625, - 0.00978851318359375, - 0.0322265625, - 0.01377105712890625, - -0.004428863525390625, - 0.057708740234375, - 0.07421875, - 0.0139617919921875, - -0.0164947509765625, - -0.049102783203125, - -0.006885528564453125, - 0.0010128021240234375, - -0.0165863037109375, - -0.043853759765625, - -0.01007080078125, - 0.059600830078125, - -0.064453125, - -0.0325927734375, - 0.005855560302734375, - 0.02923583984375, - 0.0029392242431640625, - 0.00365447998046875, - -0.030914306640625, - 0.0325927734375, - 0.01021575927734375, - -0.05322265625, - 0.0006794929504394531, - -0.01110076904296875, - 0.0204315185546875, - 0.04833984375, - 0.021636962890625, - -0.0294189453125, - 0.043487548828125, - 0.04217529296875, - 0.049102783203125, - 0.018463134765625, - 0.05657958984375, - 0.031280517578125, - 0.007587432861328125, - 0.035797119140625, - 0.06146240234375, - -0.0249176025390625, - -0.0156402587890625, - 0.0288543701171875, - 0.03411865234375, - 0.04833984375, - 0.049468994140625, - 0.00627899169921875, - -0.0016164779663085938, - 0.0011539459228515625, - -0.0487060546875, - -0.0060882568359375, - 0.0017213821411132812, - -0.00838470458984375, - -0.0233306884765625, - -0.03411865234375, - 0.0301666259765625, - -0.0458984375, - 0.0290374755859375, - 0.007167816162109375, - -0.04217529296875, - -0.0113372802734375, - 0.0423583984375, - -0.0168609619140625, - -0.07232666015625, - 0.032989501953125, - -0.0133056640625, - -0.040283203125, - -0.0208892822265625, - -0.04217529296875, - 0.033538818359375, - -0.017333984375, - -0.053955078125, - -0.0247344970703125, - 0.0299835205078125, - -0.01555633544921875, - -0.03485107421875, - -0.01611328125, - 0.0245513916015625, - -0.028106689453125, - -0.037109375, - -0.054351806640625, - -0.0238037109375, - 0.0207977294921875, - -0.0231475830078125, - -0.00899505615234375, - -0.003841400146484375, - -0.0154571533203125, - 0.0022602081298828125, - 0.00698089599609375, - -0.0286712646484375, - 0.040863037109375, - -0.0455322265625, - 0.055084228515625, - 0.0217437744140625, - 0.001827239990234375, - 0.0194854736328125, - 0.062225341796875, - -0.0052947998046875, - 0.005573272705078125, - -0.0219268798828125, - -0.05133056640625, - -0.0031147003173828125, - 0.0098876953125, - 0.025115966796875, - -0.0584716796875, - 0.0168609619140625, - 0.038970947265625, - -0.07421875, - -0.004428863525390625, - 0.005573272705078125, - -0.016021728515625, - -0.046844482421875, - 0.03204345703125, - 0.005458831787109375, - -0.01236724853515625, - 0.08056640625, - -0.00698089599609375, - -0.01629638671875, - 0.01433563232421875, - -0.059600830078125, - 0.052093505859375, - 0.0053863525390625, - 0.0217437744140625, - -0.038421630859375, - 0.026611328125, - 0.025115966796875, - -0.0322265625, - -0.0016632080078125, - -0.0858154296875, - -0.025115966796875, - 0.0152740478515625, - 0.0207061767578125, - -0.0053863525390625, - 0.00006151199340820312, - -0.039154052734375, - -0.01715087890625, - -0.01555633544921875, - 0.00847625732421875, - -0.00016391277313232422, - 0.01517486572265625, - -0.0458984375, - 0.0033969879150390625, - 0.003162384033203125, - -0.068603515625, - -0.047027587890625, - -0.0189208984375, - 0.01180267333984375, - 0.0066070556640625, - -0.052459716796875, - 0.0262298583984375, - 0.0207061767578125, - 0.0019092559814453125, - 0.0311126708984375, - 0.043670654296875, - -0.047027587890625, - 0.00496673583984375, - -0.0024127960205078125, - 0.040863037109375, - -0.004474639892578125, - 0.01068115234375, - -0.021636962890625, - -0.001094818115234375, - 0.0221099853515625, - -0.03973388671875, - 0.0303497314453125, - 0.038604736328125, - -0.03973388671875, - -0.063720703125, - -0.0245513916015625, - 0.0039825439453125, - 0.0208892822265625, - 0.0021190643310546875, - 0.02679443359375, - -0.021270751953125, - -0.0112457275390625, - -0.097412109375, - 0.049468994140625, - -0.00540924072265625, - 0.018646240234375, - 0.03240966796875, - -0.021636962890625, - -0.07794189453125, - -0.03521728515625, - -0.0221099853515625, - 0.033721923828125, - -0.039154052734375, - 0.05657958984375, - 0.01499176025390625, - 0.01161956787109375, - 0.00279998779296875, - -0.00041866302490234375, - 0.004894256591796875, - 0.049102783203125, - 0.0262298583984375, - -0.05023193359375, - 0.0791015625, - -0.0286712646484375, - 0.0002751350402832031, - -0.02960205078125, - -0.0128326416015625, - -0.0213623046875, - -0.0164031982421875, - -0.0343017578125, - 0.0013408660888671875, - 0.02642822265625, - 0.041229248046875, - -0.023895263671875, - 0.0249176025390625, - 0.0016164779663085938, - 0.0138702392578125, - 0.020050048828125, - -0.0013818740844726562, - 0.0087127685546875, - 0.0140533447265625, - -0.0027179718017578125, - -0.036163330078125, - -0.0592041015625, - -0.07232666015625, - -0.0011129379272460938, - -0.046661376953125, - -0.0011186599731445312, - 0.0133056640625, - 0.0092315673828125, - 0.00665283203125, - -0.0233306884765625, - 0.013214111328125, - -0.01311492919921875, - -0.03729248046875, - -0.0273590087890625, - 0.01129150390625, - -0.002330780029296875, - 0.025482177734375, - 0.006885528564453125, - -0.00969696044921875, - 0.021087646484375, - 0.0094146728515625, - -0.0133056640625, - -0.0235137939453125, - 0.0107269287109375, - -0.0374755859375, - 0.006183624267578125, - -0.07568359375, - -0.02032470703125, - 0.01114654541015625, - 0.04254150390625, - -0.007965087890625, - -0.025665283203125, - 0.047393798828125, - -0.0206146240234375, - -0.06707763671875, - 0.02923583984375, - -0.0168609619140625, - -0.04779052734375, - 0.0275421142578125, - -0.0247344970703125, - -0.0009369850158691406, - 0.0192108154296875, - 0.0479736328125, - 0.05322265625, - 0.0288543701171875, - 0.0269775390625, - -0.0247344970703125, - -0.0207977294921875, - -0.02154541015625, - 0.0301666259765625, - 0.0181732177734375, - 0.02679443359375, - -0.00540924072265625, - 0.030914306640625, - -0.0157470703125, - -0.0791015625, - -0.0311126708984375, - -0.0180816650390625, - -0.051727294921875, - 0.0004887580871582031, - 0.06707763671875, - 0.05023193359375, - -0.0138702392578125, - 0.0209808349609375, - 0.025482177734375, - 0.0258636474609375, - 0.00637054443359375, - -0.019775390625, - -0.059600830078125, - -0.0095062255859375, - 0.036529541015625, - 0.0218353271484375, - -0.064453125, - 0.039154052734375, - 0.06109619140625, - -0.0107269287109375, - -0.02117919921875, - 0.0008492469787597656, - 0.0004069805145263672, - 0.03521728515625, - 0.0193023681640625, - 0.02679443359375, - -0.054718017578125, - 0.0085296630859375, - 0.011474609375, - -0.0026702880859375, - -0.01044464111328125, - -0.007122039794921875, - -0.0374755859375, - 0.03411865234375, - -0.060333251953125, - -0.0027866363525390625, - 0.0156402587890625, - 0.051727294921875, - 0.0311126708984375, - -0.03973388671875, - -0.0225830078125, - 0.0311126708984375, - 0.0177154541015625, - -0.030548095703125, - 0.0192108154296875, - -0.0009427070617675781, - -0.0262298583984375, - 0.043853759765625, - 0.036529541015625, - 0.009185791015625, - 0.036163330078125, - 0.0286712646484375, - -0.062225341796875, - 0.01629638671875, - -0.0079193115234375, - 0.015838623046875, - 0.00824737548828125, - -0.030914306640625, - -0.01087188720703125, - -0.051727294921875, - 0.0487060546875, - 0.0294189453125, - 0.027740478515625, - 0.0140533447265625, - -0.00885772705078125, - 0.017425537109375, - 0.00440216064453125, - 0.01348876953125, - 0.025115966796875, - 0.035614013671875, - 0.01236724853515625, - 0.023895263671875, - 0.01190185546875, - -0.00763702392578125, - -0.0288543701171875, - 0.0182647705078125, - -0.02960205078125, - -0.00284576416015625, - -0.040863037109375, - -0.0154571533203125, - 0.0005884170532226562, - -0.005901336669921875, - -0.04327392578125, - -0.049835205078125, - -0.003021240234375, - -0.013214111328125, - -0.0447998046875, - 0.0015344619750976562, - 0.049835205078125, - -0.04217529296875, - 0.018646240234375, - 0.03521728515625, - -0.0004010200500488281, - 0.036346435546875, - -0.06597900390625, - 0.07830810546875, - 0.00927734375, - 0.020233154296875, - -0.0168609619140625, - 0.00400543212890625, - 0.01180267333984375, - -0.00461578369140625, - 0.0012769699096679688, - 0.0322265625, - -0.03448486328125, - 0.038421630859375, - 0.042724609375, - 0.003864288330078125, - -0.0232391357421875, - 0.011474609375, - -0.0019207000732421875, - -0.040283203125, - 0.032989501953125, - -0.0036067962646484375, - 0.0125579833984375, - -0.0247344970703125, - -0.0060882568359375, - -0.0006732940673828125, - -0.046295166015625, - 0.052459716796875, - 0.038238525390625, - -0.0138702392578125, - 0.01030731201171875, - -0.0738525390625, - 0.0367431640625, - 0.00061798095703125, - 0.058074951171875, - -0.043853759765625, - 0.0286712646484375, - -0.0303497314453125, - 0.01433563232421875, - -0.0154571533203125, - 0.0019550323486328125, - 0.0026111602783203125, - 0.0165863037109375, - -0.01026153564453125, - 0.06256103515625, - 0.01302337646484375, - 0.0029048919677734375, - -0.06671142578125, - -0.005527496337890625, - 0.0016279220581054688, - 0.015838623046875, - 0.0207061767578125, - -0.036346435546875, - -0.025665283203125, - 0.025482177734375, - 0.030731201171875, - 0.0753173828125, - -0.01030731201171875, - 0.0367431640625, - 0.011474609375, - -0.0003514289855957031, - -0.0100250244140625, - -0.0178985595703125 - ], - "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" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_Kibana", - "type": "tool", - "name": "Kibana", - "content": "kibana das visualisierungs-frontend des elastic-stacks verwandelt rohe forensik-daten in aussagekräftige dashboards und echtzeit-analysen. drag-and-drop-interface erstellt komplexe queries ohne programmierkenntnisse. besonders wertvoll für incident-response: timeline-visualisierungen korrelieren events über verschiedene systeme, geo-maps zeigen angriffs-ursprünge, heat-maps identifizieren aktivitätsmuster. die discover-funktion ermöglicht explorative datenanalyse mit drill-down-capabilities. canvas erstellt infografiken für management-reports. machine-learning-integration erkennt anomalien automatisch. alerting-framework triggert bei verdächtigen mustern. dashboard-sharing für soc-teams. der dev-tools-bereich bietet direkten elasticsearch-zugriff für power-user. spaces isolieren verschiedene ermittlungen. die integration mit wazuh, suricata und anderen siem-komponenten macht es zum standard-dashboard moderner security-operations. kostenlos bis zu basic-features, x-pack-lizenzierung für enterprise-funktionen. dashboards analytics incident-response analysis reporting", - "embedding": [ - -0.0298309326171875, - 0.033782958984375, - 0.05853271484375, - 0.01198577880859375, - 0.01849365234375, - 0.005615234375, - 0.01641845703125, - 0.0117034912109375, - -0.02227783203125, - -0.01491546630859375, - -0.022369384765625, - 0.051727294921875, - 0.01198577880859375, - -0.01132965087890625, - -0.0528564453125, - 0.03228759765625, - -0.006938934326171875, - 0.00485992431640625, - 0.0004069805145263672, - -0.0220794677734375, - 0.0001437664031982422, - 0.006793975830078125, - -0.060394287109375, - -0.0041046142578125, - 0.0241546630859375, - 0.018218994140625, - -0.0190582275390625, - -0.052093505859375, - -0.01203155517578125, - 0.02850341796875, - 0.01245880126953125, - -0.0279388427734375, - 0.01151275634765625, - 0.0328369140625, - -0.02642822265625, - -0.01312255859375, - 0.023406982421875, - -0.069091796875, - -0.0249176025390625, - 0.0369873046875, - -0.032470703125, - 0.01953125, - 0.002689361572265625, - -0.0268096923828125, - -0.0245361328125, - -0.050201416015625, - 0.01557159423828125, - -0.034912109375, - 0.00839996337890625, - -0.0279388427734375, - 0.0191650390625, - 0.01042938232421875, - 0.00839996337890625, - 0.00783538818359375, - -0.04058837890625, - 0.03302001953125, - 0.033966064453125, - -0.0241546630859375, - -0.052490234375, - 0.035858154296875, - -0.007785797119140625, - -0.00637054443359375, - 0.0030918121337890625, - -0.004505157470703125, - 0.0191650390625, - 0.029632568359375, - 0.0027256011962890625, - -0.019256591796875, - -0.0040130615234375, - 0.009674072265625, - 0.043212890625, - 0.006015777587890625, - -0.039825439453125, - 0.0247344970703125, - -0.033782958984375, - -0.021148681640625, - 0.0226593017578125, - 0.03076171875, - 0.003658294677734375, - -0.01340484619140625, - -0.044158935546875, - 0.01500701904296875, - 0.033966064453125, - -0.00952911376953125, - -0.03851318359375, - -0.00213623046875, - 0.00382232666015625, - 0.01207733154296875, - 0.0086822509765625, - -0.02020263671875, - 0.0127410888671875, - -0.0010385513305664062, - 0.0309600830078125, - -0.02642822265625, - 0.0411376953125, - 0.072509765625, - -0.04022216796875, - -0.0251007080078125, - -0.003986358642578125, - 0.033599853515625, - 0.0048828125, - -0.039459228515625, - 0.047760009765625, - -0.00179290771484375, - 0.0728759765625, - -0.03472900390625, - -0.009765625, - -0.029632568359375, - 0.0010318756103515625, - -0.0233154296875, - -0.0849609375, - -0.0258636474609375, - -0.0175628662109375, - -0.047393798828125, - -0.00688934326171875, - 0.006465911865234375, - -0.0258636474609375, - 0.044158935546875, - -0.031707763671875, - -0.041534423828125, - 0.02850341796875, - 0.007503509521484375, - 0.0081634521484375, - 0.01953125, - -0.032470703125, - -0.0386962890625, - 0.0035152435302734375, - 0.01155853271484375, - -0.03851318359375, - -0.0236968994140625, - -0.00930023193359375, - -0.022369384765625, - -0.00887298583984375, - -0.041900634765625, - -0.002655029296875, - -0.01444244384765625, - 0.03887939453125, - -0.001781463623046875, - -0.00844573974609375, - 0.01557159423828125, - 0.02642822265625, - -0.032470703125, - -0.051727294921875, - -0.0117034912109375, - -0.0219879150390625, - -0.0262451171875, - -0.027557373046875, - 0.034912109375, - -0.041351318359375, - 0.0177459716796875, - -0.00011795759201049805, - 0.0106658935546875, - 0.0428466796875, - -0.002288818359375, - -0.001079559326171875, - -0.0237884521484375, - -0.0180206298828125, - 0.0011091232299804688, - 0.0251007080078125, - -0.0012149810791015625, - 0.01416015625, - 0.03662109375, - 0.006561279296875, - 0.0100555419921875, - -0.003704071044921875, - -0.0190582275390625, - -0.04473876953125, - 0.03265380859375, - 0.0036106109619140625, - -0.0238800048828125, - 0.01491546630859375, - -0.01099395751953125, - 0.043792724609375, - 0.07666015625, - -0.00788116455078125, - 0.0111846923828125, - -0.00637054443359375, - -0.0159454345703125, - 0.0286865234375, - 0.050201416015625, - 0.01302337646484375, - -0.0147247314453125, - 0.04229736328125, - -0.01491546630859375, - 0.03076171875, - -0.0022525787353515625, - -0.025482177734375, - -0.002063751220703125, - -0.03662109375, - 0.0190582275390625, - -0.053619384765625, - -0.031524658203125, - -0.01708984375, - 0.033599853515625, - 0.004505157470703125, - 0.049835205078125, - 0.01226806640625, - -0.0230255126953125, - 0.01444244384765625, - 0.005710601806640625, - 0.006511688232421875, - 0.0208587646484375, - 0.0034694671630859375, - 0.02642822265625, - 0.004955291748046875, - 0.021514892578125, - -0.01509857177734375, - 0.046234130859375, - 0.0177459716796875, - -0.025299072265625, - -0.003681182861328125, - 0.065673828125, - -0.00032138824462890625, - -0.03076171875, - -0.029449462890625, - -0.0188751220703125, - 0.041534423828125, - -0.02435302734375, - 0.01557159423828125, - -0.004436492919921875, - -0.02642822265625, - -0.055511474609375, - -0.006984710693359375, - 0.036041259765625, - -0.0428466796875, - 0.033966064453125, - 0.0190582275390625, - 0.0177459716796875, - -0.0175628662109375, - 0.035675048828125, - 0.04437255859375, - 0.032470703125, - -0.0199127197265625, - -0.0005693435668945312, - 0.004436492919921875, - -0.01155853271484375, - 0.02227783203125, - 0.052093505859375, - 0.01444244384765625, - 0.00981903076171875, - -0.01387786865234375, - 0.037200927734375, - -0.00872802734375, - 0.021514892578125, - 0.031524658203125, - -0.035858154296875, - 0.0085906982421875, - 0.00849151611328125, - 0.0268096923828125, - 0.050201416015625, - -0.055877685546875, - 0.021514892578125, - -0.048126220703125, - 0.0011034011840820312, - -0.06756591796875, - -0.0487060546875, - -0.040008544921875, - -0.05853271484375, - 0.04248046875, - -0.022369384765625, - -0.019439697265625, - 0.0245361328125, - 0.004909515380859375, - 0.01641845703125, - 0.0300140380859375, - -0.0008139610290527344, - -0.0390625, - 0.00035691261291503906, - 0.09661865234375, - 0.0060882568359375, - -0.0111846923828125, - 0.01047515869140625, - 0.0301971435546875, - 0.026611328125, - 0.0218048095703125, - -0.01500701904296875, - 0.0005192756652832031, - 0.0147247314453125, - 0.034912109375, - 0.014251708984375, - 0.004482269287109375, - 0.0111846923828125, - 0.0004069805145263672, - 0.052093505859375, - -0.04229736328125, - -0.003963470458984375, - -0.00986480712890625, - 0.006793975830078125, - -0.00531005859375, - -0.047760009765625, - -0.0133056640625, - 0.04302978515625, - 0.046051025390625, - 0.010284423828125, - 0.006229400634765625, - -0.01641845703125, - 0.012176513671875, - 0.0013866424560546875, - 0.005828857421875, - 0.047943115234375, - 0.038330078125, - -0.039825439453125, - -0.0081634521484375, - 0.007221221923828125, - 0.0268096923828125, - -0.035675048828125, - -0.033233642578125, - -0.021514892578125, - -0.0241546630859375, - -0.050201416015625, - -0.013214111328125, - 0.01090240478515625, - -0.033966064453125, - 0.025482177734375, - -0.037933349609375, - 0.0085906982421875, - -0.0237884521484375, - -0.044921875, - 0.0251007080078125, - -0.004222869873046875, - -0.06304931640625, - -0.0288848876953125, - 0.05322265625, - 0.01349639892578125, - 0.0159454345703125, - -0.01812744140625, - -0.013214111328125, - -0.041534423828125, - 0.005664825439453125, - -0.02056884765625, - 0.0487060546875, - -0.009246826171875, - 0.03228759765625, - 0.0197296142578125, - 0.0341796875, - 0.006702423095703125, - 0.065673828125, - 0.0258636474609375, - -0.00788116455078125, - -0.00811767578125, - 0.004955291748046875, - 0.014251708984375, - 0.035675048828125, - -0.006702423095703125, - -0.01047515869140625, - -0.0006194114685058594, - -0.0328369140625, - 0.02850341796875, - 0.0236968994140625, - 0.018310546875, - 0.019256591796875, - -0.033233642578125, - 0.0281219482421875, - 0.049072265625, - 0.007503509521484375, - 0.0887451171875, - -0.00958251953125, - -0.044158935546875, - 0.0019817352294921875, - 0.00783538818359375, - -0.0241546630859375, - 0.0208587646484375, - 0.03302001953125, - -0.005992889404296875, - 0.0189666748046875, - 0.039276123046875, - -0.0147247314453125, - 0.03887939453125, - -0.006038665771484375, - 0.0007314682006835938, - -0.00797271728515625, - -0.004909515380859375, - 0.0197296142578125, - 0.0262451171875, - 0.0209503173828125, - 0.004791259765625, - 0.047393798828125, - -0.0186920166015625, - -0.00958251953125, - -0.078125, - -0.05133056640625, - 0.02349853515625, - -0.01812744140625, - 0.00688934326171875, - 0.03662109375, - -0.057373046875, - -0.07476806640625, - 0.0092010498046875, - -0.0208587646484375, - 0.069091796875, - 0.029449462890625, - 0.0404052734375, - 0.0290679931640625, - -0.03265380859375, - -0.00637054443359375, - 0.035491943359375, - 0.0127410888671875, - 0.03076171875, - 0.06494140625, - 0.03302001953125, - 0.033966064453125, - -0.01812744140625, - 0.0013742446899414062, - 0.007740020751953125, - 0.0198211669921875, - -0.00797271728515625, - 0.0245361328125, - -0.006038665771484375, - 0.0199127197265625, - -0.02056884765625, - 0.07061767578125, - 0.059661865234375, - -0.03851318359375, - 0.0290679931640625, - -0.0005574226379394531, - 0.0037994384765625, - -0.06683349609375, - -0.014251708984375, - -0.01293182373046875, - 0.0169830322265625, - 0.01519775390625, - 0.0168914794921875, - -0.03887939453125, - 0.02227783203125, - 0.044158935546875, - -0.06982421875, - 0.04095458984375, - 0.0190582275390625, - -0.03057861328125, - 0.0219879150390625, - -0.031524658203125, - -0.02850341796875, - 0.0156707763671875, - -0.0286865234375, - -0.033599853515625, - 0.003986358642578125, - 0.0303955078125, - -0.041351318359375, - -0.0311431884765625, - -0.00930023193359375, - -0.0188751220703125, - -0.004764556884765625, - -0.01953125, - 0.01312255859375, - -0.0085906982421875, - -0.0218963623046875, - 0.03228759765625, - 0.0191650390625, - 0.0015926361083984375, - -0.0229339599609375, - 0.049835205078125, - -0.0177459716796875, - -0.05889892578125, - 0.0048370361328125, - -0.00457763671875, - 0.01151275634765625, - -0.0158538818359375, - -0.015289306640625, - -0.01312255859375, - 0.0300140380859375, - 0.018218994140625, - -0.0016164779663085938, - -0.057769775390625, - -0.0404052734375, - -0.06378173828125, - 0.04095458984375, - 0.0168914794921875, - 0.03057861328125, - 0.0055694580078125, - -0.0428466796875, - 0.00412750244140625, - -0.04681396484375, - -0.01953125, - -0.01302337646484375, - -0.00533294677734375, - 0.0006103515625, - 0.06683349609375, - -0.006183624267578125, - 0.0076446533203125, - -0.01302337646484375, - 0.069091796875, - 0.0030078887939453125, - -0.0007519721984863281, - -0.046630859375, - 0.0345458984375, - 0.035858154296875, - -0.040771484375, - -0.0216064453125, - -0.00891876220703125, - -0.0009083747863769531, - 0.05133056640625, - -0.0777587890625, - -0.0298309326171875, - 0.0168914794921875, - -0.05474853515625, - -0.021148681640625, - -0.040008544921875, - -0.0167083740234375, - -0.037567138671875, - 0.03436279296875, - 0.047576904296875, - -0.0020999908447265625, - 0.03265380859375, - -0.00153350830078125, - -0.0008907318115234375, - 0.0226593017578125, - 0.0116119384765625, - -0.0218048095703125, - 0.00872802734375, - -0.03302001953125, - -0.0245361328125, - -0.0216064453125, - 0.029266357421875, - 0.004650115966796875, - 0.005001068115234375, - 0.0002491474151611328, - -0.0300140380859375, - 0.05474853515625, - -0.0231170654296875, - -0.004459381103515625, - -0.005828857421875, - -0.008209228515625, - -0.0260467529296875, - -0.025299072265625, - 0.0016632080078125, - 0.0178375244140625, - 0.00101470947265625, - 0.016510009765625, - 0.025482177734375, - -0.03851318359375, - 0.00981903076171875, - 0.0147247314453125, - 0.01387786865234375, - 0.019256591796875, - -0.0176544189453125, - -0.005756378173828125, - -0.040771484375, - 0.021148681640625, - -0.023406982421875, - -0.043426513671875, - -0.07928466796875, - 0.0147247314453125, - -0.0027484893798828125, - -0.0177459716796875, - -0.0258636474609375, - -0.040771484375, - -0.064208984375, - -0.03302001953125, - 0.0269927978515625, - 0.0012445449829101562, - 0.0206756591796875, - -0.04229736328125, - -0.035491943359375, - -0.009246826171875, - -0.03228759765625, - 0.038116455078125, - -0.00896453857421875, - 0.017181396484375, - -0.00896453857421875, - -0.04510498046875, - 0.034912109375, - 0.0085906982421875, - 0.027374267578125, - 0.035675048828125, - 0.0158538818359375, - -0.0362548828125, - 0.023590087890625, - -0.040771484375, - 0.005191802978515625, - 0.027374267578125, - -0.035675048828125, - 0.0230255126953125, - -0.039642333984375, - 0.006748199462890625, - -0.0082550048828125, - 0.0258636474609375, - 0.0167083740234375, - 0.01226806640625, - -0.032470703125, - 0.0179290771484375, - 0.01312255859375, - 0.06494140625, - -0.00872802734375, - -0.047576904296875, - -0.00811767578125, - -0.00783538818359375, - 0.04095458984375, - 0.046051025390625, - 0.0007138252258300781, - -0.003208160400390625, - 0.010101318359375, - 0.023406982421875, - -0.02642822265625, - -0.033599853515625, - -0.03076171875, - 0.00995635986328125, - 0.050201416015625, - 0.049835205078125, - 0.00200653076171875, - 0.07135009765625, - 0.00027871131896972656, - 0.02056884765625, - 0.01312255859375, - 0.05511474609375, - 0.01519775390625, - -0.0281219482421875, - -0.05096435546875, - -0.00878143310546875, - 0.023406982421875, - -0.04266357421875, - -0.043426513671875, - -0.001911163330078125, - 0.06341552734375, - -0.052093505859375, - -0.03076171875, - -0.0227508544921875, - -0.01094818115234375, - -0.006229400634765625, - 0.0157623291015625, - -0.006748199462890625, - 0.01812744140625, - 0.0010976791381835938, - -0.0167999267578125, - -0.002017974853515625, - -0.0236968994140625, - -0.01605224609375, - 0.05322265625, - 0.023223876953125, - -0.006465911865234375, - 0.01519775390625, - 0.0116119384765625, - 0.0176544189453125, - 0.01349639892578125, - 0.040771484375, - 0.0137786865234375, - 0.0249176025390625, - 0.0033969879150390625, - 0.07025146484375, - -0.037933349609375, - -0.01509857177734375, - 0.021240234375, - 0.02142333984375, - 0.0386962890625, - 0.0288848876953125, - -0.015380859375, - 0.00930023193359375, - 0.008544921875, - -0.035125732421875, - -0.0035858154296875, - 0.0200042724609375, - 0.0021228790283203125, - -0.0269927978515625, - -0.07135009765625, - 0.029449462890625, - -0.027557373046875, - 0.043212890625, - -0.01123046875, - -0.0097198486328125, - 0.0066070556640625, - 0.0300140380859375, - -0.02056884765625, - -0.0615234375, - 0.0158538818359375, - -0.004718780517578125, - -0.033416748046875, - -0.015289306640625, - -0.02227783203125, - 0.036041259765625, - -0.0003287792205810547, - -0.0653076171875, - 0.004459381103515625, - 0.04022216796875, - -0.0281219482421875, - -0.0283203125, - -0.0277557373046875, - 0.00952911376953125, - -0.03472900390625, - -0.0168914794921875, - -0.047943115234375, - -0.03302001953125, - -0.0034694671630859375, - -0.0048828125, - 0.004199981689453125, - 0.002429962158203125, - -0.035125732421875, - -0.0309600830078125, - -0.0247344970703125, - -0.01812744140625, - 0.023223876953125, - -0.04473876953125, - 0.022369384765625, - 0.0156707763671875, - 0.014251708984375, - 0.0031147003173828125, - 0.06494140625, - 0.01605224609375, - 0.0262451171875, - -0.0328369140625, - -0.0341796875, - 0.03302001953125, - -0.018218994140625, - 0.0022296905517578125, - -0.07476806640625, - 0.0019588470458984375, - 0.0311431884765625, - -0.09100341796875, - 0.02850341796875, - 0.0117950439453125, - -0.0251007080078125, - -0.06494140625, - -0.005828857421875, - 0.005779266357421875, - 0.004764556884765625, - 0.077392578125, - 0.001079559326171875, - -0.00637054443359375, - 0.00995635986328125, - -0.0228424072265625, - 0.0653076171875, - 0.007549285888671875, - 0.004695892333984375, - -0.039825439453125, - 0.0127410888671875, - -0.0034923553466796875, - -0.03662109375, - 0.01491546630859375, - -0.06793212890625, - 0.0014219284057617188, - 0.0208587646484375, - 0.0178375244140625, - 0.005451202392578125, - 0.0247344970703125, - -0.062286376953125, - -0.016326904296875, - -0.03057861328125, - 0.031707763671875, - 0.012176513671875, - 0.0148162841796875, - -0.052093505859375, - -0.00792694091796875, - -0.0271759033203125, - -0.048309326171875, - -0.034912109375, - -0.03302001953125, - 0.0157623291015625, - 0.01207733154296875, - -0.07965087890625, - 0.0247344970703125, - -0.007221221923828125, - 0.0321044921875, - 0.01509857177734375, - 0.05059814453125, - -0.056243896484375, - 0.00460052490234375, - 0.01548004150390625, - 0.0224609375, - -0.01396942138671875, - 0.003963470458984375, - -0.0027484893798828125, - 0.03265380859375, - 0.002773284912109375, - -0.04248046875, - 0.052490234375, - 0.033782958984375, - -0.037750244140625, - -0.053985595703125, - -0.031341552734375, - -0.033782958984375, - 0.073974609375, - -0.0167083740234375, - 0.0311431884765625, - -0.01444244384765625, - 0.002559661865234375, - -0.07928466796875, - 0.033416748046875, - -0.029266357421875, - 0.046051025390625, - 0.019256591796875, - -0.0226593017578125, - -0.0528564453125, - -0.03076171875, - -0.00330352783203125, - 0.0428466796875, - -0.056243896484375, - 0.0281219482421875, - -0.00011652708053588867, - -0.005519866943359375, - 0.00412750244140625, - -0.01132965087890625, - 0.0226593017578125, - 0.037933349609375, - 0.0020771026611328125, - -0.0487060546875, - 0.043609619140625, - -0.0341796875, - 0.01245880126953125, - -0.0038700103759765625, - 0.0028553009033203125, - -0.005970001220703125, - -0.0236968994140625, - -0.01605224609375, - -0.0004513263702392578, - 0.0105743408203125, - 0.035675048828125, - -0.031890869140625, - 0.004058837890625, - -0.007080078125, - 0.0217132568359375, - 0.002689361572265625, - -0.0006251335144042969, - 0.00896453857421875, - 0.0002772808074951172, - -0.04022216796875, - -0.037384033203125, - -0.0687255859375, - -0.073974609375, - -0.021240234375, - -0.0528564453125, - -0.01416015625, - 0.0014390945434570312, - 0.018402099609375, - 0.0207672119140625, - -0.02850341796875, - 0.05322265625, - -0.0178375244140625, - 0.0260467529296875, - -0.0404052734375, - 0.001651763916015625, - -0.01396942138671875, - 0.060791015625, - -0.004245758056640625, - -0.01548004150390625, - 0.025482177734375, - -0.0260467529296875, - 0.003208160400390625, - -0.0187835693359375, - -0.0003361701965332031, - -0.037567138671875, - 0.01934814453125, - -0.07476806640625, - 0.009765625, - 0.00632476806640625, - 0.05059814453125, - -0.0218048095703125, - -0.0277557373046875, - 0.04022216796875, - -0.01708984375, - -0.038330078125, - -0.0029621124267578125, - -0.00533294677734375, - -0.0107574462890625, - -0.0288848876953125, - 0.00896453857421875, - 0.005947113037109375, - 0.005451202392578125, - 0.008544921875, - 0.041900634765625, - 0.053985595703125, - 0.0210418701171875, - -0.043212890625, - -0.0290679931640625, - -0.005401611328125, - 0.0096282958984375, - 0.0166168212890625, - 0.0247344970703125, - -0.0258636474609375, - 0.00887298583984375, - -0.015289306640625, - -0.08984375, - -0.0190582275390625, - -0.040771484375, - -0.050201416015625, - -0.0042724609375, - 0.0777587890625, - 0.0268096923828125, - -0.0249176025390625, - 0.022369384765625, - 0.0286865234375, - 0.04022216796875, - 0.01548004150390625, - -0.007171630859375, - -0.0653076171875, - 0.01849365234375, - 0.053985595703125, - 0.037567138671875, - -0.04510498046875, - 0.056640625, - 0.07928466796875, - -0.0217132568359375, - -0.033416748046875, - -0.003658294677734375, - -0.02435302734375, - 0.044158935546875, - 0.0180206298828125, - 0.035125732421875, - -0.060028076171875, - 0.0007462501525878906, - 0.01491546630859375, - 0.006938934326171875, - -0.00872802734375, - -0.01641845703125, - -0.00930023193359375, - 0.035858154296875, - -0.06378173828125, - -0.027557373046875, - 0.00507354736328125, - 0.07891845703125, - 0.018310546875, - -0.03076171875, - -0.0035400390625, - 0.0445556640625, - 0.044921875, - -0.004909515380859375, - 0.009674072265625, - 0.00844573974609375, - 0.004245758056640625, - 0.039459228515625, - 0.052490234375, - 0.018218994140625, - 0.0687255859375, - 0.01349639892578125, - -0.043609619140625, - 0.0228424072265625, - 0.004364013671875, - -0.0133056640625, - 0.007598876953125, - -0.049468994140625, - -0.01387786865234375, - -0.037933349609375, - 0.035308837890625, - 0.0147247314453125, - 0.031890869140625, - 0.050201416015625, - -0.0015687942504882812, - -0.00047779083251953125, - 0.01557159423828125, - 0.032470703125, - 0.06378173828125, - 0.0251007080078125, - 0.0258636474609375, - 0.01453399658203125, - 0.005428314208984375, - -0.0066070556640625, - -0.01236724853515625, - 0.0303955078125, - -0.0369873046875, - -0.00872802734375, - -0.04510498046875, - -0.01387786865234375, - -0.00991058349609375, - -0.027374267578125, - -0.00943756103515625, - -0.0175628662109375, - 0.00481414794921875, - -0.03265380859375, - -0.0570068359375, - -0.008544921875, - 0.02642822265625, - -0.035491943359375, - 0.0091552734375, - 0.0321044921875, - -0.0048370361328125, - 0.0186004638671875, - -0.059661865234375, - 0.051727294921875, - 0.017364501953125, - 0.027374267578125, - -0.00948333740234375, - -0.0007963180541992188, - 0.0362548828125, - 0.01387786865234375, - -0.00830841064453125, - 0.016510009765625, - -0.03265380859375, - 0.039825439453125, - 0.04473876953125, - 0.00872802734375, - -0.0390625, - 0.0240631103515625, - 0.035675048828125, - -0.060394287109375, - 0.06341552734375, - -0.0101470947265625, - 0.03436279296875, - 0.0224609375, - 0.0159454345703125, - -0.04644775390625, - -0.062286376953125, - 0.05474853515625, - 0.0136871337890625, - 0.0038928985595703125, - 0.01708984375, - -0.056243896484375, - 0.0445556640625, - 0.008026123046875, - 0.035491943359375, - -0.0341796875, - 0.05926513671875, - -0.0186004638671875, - 0.02056884765625, - 0.00009882450103759766, - 0.0106201171875, - -0.027374267578125, - 0.0262451171875, - -0.039459228515625, - 0.0732421875, - 0.01557159423828125, - -0.0157623291015625, - -0.049072265625, - 0.00018656253814697266, - 0.0210418701171875, - 0.003704071044921875, - 0.06304931640625, - -0.053619384765625, - -0.022186279296875, - 0.004390716552734375, - 0.04302978515625, - 0.05096435546875, - -0.04510498046875, - 0.04644775390625, - 0.0176544189453125, - -0.0186920166015625, - -0.003162384033203125, - -0.0236968994140625 - ], - "metadata": { - "domains": [ - "incident-response" - ], - "phases": [ - "analysis", - "reporting" - ], - "tags": [ - "dashboards", - "analytics" + "commandline", + "hashing", + "integrity" ], "skillLevel": "beginner", "type": "tool" @@ -79033,6287 +86477,6 @@ "type": "tool" } }, - { - "id": "tool_Elasticsearch", - "type": "tool", - "name": "Elasticsearch", - "content": "elasticsearch die verteilte such- und analytics-engine bildet das herzstück moderner forensik-infrastrukturen durch near-real-time-indexierung von petabytes. lucene-basierte volltext-suche findet iocs in sekunden über millionen logs. die json-native architektur verarbeitet strukturierte und unstrukturierte daten gleichermäßen. besonders wertvoll: aggregations-framework erstellt komplexe timeline-analysen, geo-queries korrelieren events geografisch, machine-learning-features erkennen anomalien automatisch. horizontal- skalierung von single-node bis multi-datacenter-clusters. die restful-api integriert mit allen forensik-tools. ingest-pipelines normalisieren verschiedene log-formate. security-features (x-pack) bieten encryption und rbac für sensitive ermittlungen. snapshot-funktionen sichern forensische integrität. die index-lifecycle-management rotiert alte daten automatisch. basis für elk-stack (logstash, kibana) und siem-systeme. unverzichtbar für moderne socs und incident-response-teams. search big-data incident-response network-forensics analysis", - "embedding": [ - -0.0154571533203125, - 0.0374755859375, - 0.0360107421875, - 0.01013946533203125, - 0.009185791015625, - 0.0241851806640625, - 0.0254669189453125, - -0.005252838134765625, - 0.00963592529296875, - -0.0164642333984375, - -0.022369384765625, - 0.03564453125, - 0.017913818359375, - -0.006591796875, - -0.049102783203125, - 0.046905517578125, - 0.00447845458984375, - 0.0228271484375, - 0.033447265625, - -0.00818634033203125, - -0.0030689239501953125, - -0.005046844482421875, - -0.0531005859375, - -0.0009489059448242188, - 0.01336669921875, - 0.0156402587890625, - -0.0052947998046875, - -0.0445556640625, - -0.002239227294921875, - 0.030181884765625, - 0.004138946533203125, - -0.0545654296875, - 0.01264190673828125, - 0.01763916015625, - -0.0158233642578125, - -0.0181884765625, - 0.006092071533203125, - -0.0538330078125, - -0.021270751953125, - 0.040374755859375, - 0.00009232759475708008, - 0.030181884765625, - 0.01727294921875, - -0.032928466796875, - -0.038909912109375, - -0.0538330078125, - -0.01190948486328125, - -0.018463134765625, - 0.0009431838989257812, - -0.0352783203125, - 0.0281829833984375, - 0.0160064697265625, - 0.005908966064453125, - -0.0006365776062011719, - -0.057098388671875, - 0.0088653564453125, - 0.0290985107421875, - -0.0196380615234375, - -0.048004150390625, - 0.0374755859375, - -0.0263671875, - -0.005615234375, - -0.0153656005859375, - 0.0007843971252441406, - 0.0084075927734375, - 0.0274658203125, - -0.005908966064453125, - -0.01436614990234375, - 0.025634765625, - -0.0155487060546875, - 0.0189056396484375, - -0.008819580078125, - -0.0164642333984375, - 0.042724609375, - 0.003749847412109375, - -0.03472900390625, - 0.0189056396484375, - 0.01837158203125, - -0.00577545166015625, - 0.0018749237060546875, - -0.0281829833984375, - 0.016632080078125, - 0.044189453125, - -0.0008525848388671875, - -0.04400634765625, - -0.0208282470703125, - 0.0210113525390625, - 0.00981903076171875, - -0.030731201171875, - 0.0029315948486328125, - 0.007137298583984375, - -0.00995635986328125, - 0.01837158203125, - -0.0163726806640625, - 0.052001953125, - 0.067626953125, - -0.032562255859375, - -0.02691650390625, - -0.0194549560546875, - 0.04290771484375, - 0.0167236328125, - -0.03564453125, - 0.0701904296875, - -0.00823211669921875, - 0.042724609375, - -0.0252838134765625, - -0.00981903076171875, - -0.052734375, - 0.011322021484375, - -0.0156402587890625, - -0.09967041015625, - -0.0290985107421875, - -0.0197296142578125, - -0.0430908203125, - 0.0090484619140625, - 0.0014657974243164062, - -0.0196380615234375, - 0.047271728515625, - -0.041656494140625, - -0.0552978515625, - 0.0201873779296875, - 0.0283660888671875, - 0.00749969482421875, - 0.0251007080078125, - -0.039825439453125, - -0.04510498046875, - -0.003772735595703125, - 0.007045745849609375, - -0.04437255859375, - -0.0279998779296875, - -0.008636474609375, - -0.0205535888671875, - -0.0151824951171875, - -0.030548095703125, - -0.006500244140625, - -0.03546142578125, - 0.040740966796875, - 0.004749298095703125, - -0.0149993896484375, - 0.023193359375, - 0.038360595703125, - -0.0238189697265625, - -0.06439208984375, - 0.00331878662109375, - -0.032196044921875, - -0.0294647216796875, - -0.02691650390625, - 0.0545654296875, - -0.03582763671875, - -0.004047393798828125, - -0.01236724853515625, - 0.0260009765625, - 0.048004150390625, - 0.0112762451171875, - 0.0192718505859375, - -0.048736572265625, - -0.0087738037109375, - -0.0042724609375, - 0.039093017578125, - -0.0022735595703125, - 0.00046324729919433594, - 0.03729248046875, - -0.0031147003173828125, - 0.01491546630859375, - -0.0064544677734375, - -0.0029544830322265625, - -0.03692626953125, - 0.037994384765625, - 0.01491546630859375, - -0.00823211669921875, - 0.0005283355712890625, - -0.007457733154296875, - 0.052001953125, - 0.0687255859375, - -0.01209259033203125, - 0.01454925537109375, - -0.00791168212890625, - -0.0189971923828125, - 0.0367431640625, - 0.042022705078125, - -0.001682281494140625, - -0.0161895751953125, - 0.050201416015625, - -0.01004791259765625, - 0.010589599609375, - -0.009368896484375, - -0.0294647216796875, - -0.0083160400390625, - -0.031280517578125, - 0.0105438232421875, - -0.0274658203125, - -0.01427459716796875, - -0.007457733154296875, - 0.033447265625, - 0.0208282470703125, - 0.048370361328125, - 0.005001068115234375, - -0.0238189697265625, - 0.0238189697265625, - 0.0018415451049804688, - 0.00452423095703125, - 0.0289154052734375, - -0.0032501220703125, - 0.0238189697265625, - 0.0109100341796875, - 0.0160980224609375, - 0.01690673828125, - 0.052001953125, - 0.0240020751953125, - -0.0249176025390625, - -0.01264190673828125, - 0.07672119140625, - 0.002262115478515625, - -0.0198211669921875, - -0.0352783203125, - -0.01727294921875, - 0.022003173828125, - -0.0430908203125, - 0.0109100341796875, - 0.003978729248046875, - -0.0267333984375, - -0.067626953125, - -0.01023101806640625, - 0.030181884765625, - -0.0247344970703125, - 0.038726806640625, - 0.031463623046875, - -0.0030231475830078125, - 0.0010290145874023438, - 0.01727294921875, - 0.0367431640625, - 0.04620361328125, - -0.017730712890625, - 0.0035915374755859375, - -0.004886627197265625, - -0.0057525634765625, - 0.032562255859375, - 0.0289154052734375, - -0.00084686279296875, - 0.0155487060546875, - -0.00959014892578125, - 0.0150909423828125, - -0.0198211669921875, - 0.030731201171875, - 0.030364990234375, - -0.0247344970703125, - 0.0007557868957519531, - 0.00823211669921875, - 0.03692626953125, - 0.048370361328125, - -0.034912109375, - 0.005207061767578125, - -0.06036376953125, - -0.00782012939453125, - -0.08221435546875, - -0.0531005859375, - -0.04437255859375, - -0.0552978515625, - 0.0423583984375, - -0.0245513916015625, - -0.0228271484375, - 0.0083160400390625, - 0.005954742431640625, - 0.021270751953125, - 0.01163482666015625, - 0.013458251953125, - -0.025634765625, - 0.00345611572265625, - 0.09307861328125, - -0.0085906982421875, - 0.0034332275390625, - 0.0254669189453125, - 0.01190948486328125, - 0.006183624267578125, - 0.0007901191711425781, - -0.030364990234375, - -0.0020694732666015625, - 0.0156402587890625, - 0.040557861328125, - 0.018646240234375, - -0.0005598068237304688, - 0.0234527587890625, - 0.0045928955078125, - 0.04400634765625, - -0.032745361328125, - 0.0249176025390625, - -0.0023746490478515625, - 0.01473236083984375, - 0.0108642578125, - -0.052734375, - 0.007183074951171875, - 0.02691650390625, - 0.02691650390625, - 0.01023101806640625, - -0.0055694580078125, - -0.02728271484375, - 0.0243682861328125, - -0.00759124755859375, - 0.0026035308837890625, - 0.0208282470703125, - 0.05419921875, - -0.0112762451171875, - -0.0037059783935546875, - -0.003932952880859375, - 0.0192718505859375, - -0.04290771484375, - -0.03546142578125, - -0.03509521484375, - -0.01491546630859375, - -0.057098388671875, - -0.00211334228515625, - 0.0245513916015625, - -0.027099609375, - 0.0296478271484375, - -0.0254669189453125, - 0.005863189697265625, - -0.0135498046875, - -0.056365966796875, - 0.01041412353515625, - -0.04437255859375, - -0.07781982421875, - -0.030181884765625, - 0.059295654296875, - 0.0155487060546875, - 0.0089111328125, - -0.0089569091796875, - 0.00264739990234375, - -0.032928466796875, - 0.00420379638671875, - -0.030181884765625, - 0.057830810546875, - -0.0181884765625, - 0.03399658203125, - 0.039459228515625, - 0.01123046875, - 0.01763916015625, - 0.044189453125, - 0.0150909423828125, - -0.01445770263671875, - -0.0090484619140625, - 0.0035915374755859375, - -0.01104736328125, - 0.0197296142578125, - -0.039642333984375, - -0.01873779296875, - 0.022003173828125, - -0.01708984375, - 0.0234527587890625, - 0.0108184814453125, - 0.032745361328125, - 0.0290985107421875, - -0.037811279296875, - 0.031097412109375, - 0.06622314453125, - 0.0025119781494140625, - 0.1025390625, - -0.00782012939453125, - -0.04638671875, - -0.004749298095703125, - 0.0234527587890625, - -0.0287322998046875, - 0.01690673828125, - 0.044921875, - 0.01482391357421875, - 0.0089569091796875, - 0.017822265625, - -0.007091522216796875, - 0.03326416015625, - -0.0193634033203125, - -0.00545501708984375, - 0.0162811279296875, - -0.007045745849609375, - 0.0236358642578125, - 0.040008544921875, - 0.0254669189453125, - -0.001323699951171875, - 0.056732177734375, - -0.017822265625, - -0.021636962890625, - -0.0716552734375, - -0.0738525390625, - 0.04473876953125, - 0.02764892578125, - 0.0043182373046875, - 0.06292724609375, - -0.041290283203125, - -0.07708740234375, - 0.0201873779296875, - -0.006500244140625, - 0.07421875, - 0.040008544921875, - 0.02264404296875, - 0.047637939453125, - -0.01708984375, - -0.0037288665771484375, - 0.032928466796875, - -0.004749298095703125, - 0.018096923828125, - 0.055633544921875, - 0.0352783203125, - 0.02764892578125, - -0.006000518798828125, - 0.006046295166015625, - 0.0194549560546875, - 0.016998291015625, - -0.0165557861328125, - 0.0292816162109375, - 0.0128173828125, - 0.031463623046875, - -0.00754547119140625, - 0.050933837890625, - 0.0430908203125, - -0.033447265625, - 0.039093017578125, - -0.007045745849609375, - 0.009185791015625, - -0.06072998046875, - 0.0090484619140625, - -0.0194549560546875, - 0.0195465087890625, - 0.040008544921875, - 0.030181884765625, - -0.044189453125, - 0.00791168212890625, - 0.06475830078125, - -0.074951171875, - 0.03656005859375, - 0.02264404296875, - -0.02691650390625, - -0.00818634033203125, - -0.0206451416015625, - -0.0274658203125, - 0.0338134765625, - -0.038360595703125, - -0.0245513916015625, - 0.0252838134765625, - 0.0243682861328125, - -0.050201416015625, - -0.034912109375, - -0.02191162109375, - -0.02618408203125, - -0.0165557861328125, - -0.0069122314453125, - 0.030914306640625, - -0.0057525634765625, - -0.0193634033203125, - 0.021820068359375, - 0.03436279296875, - -0.004024505615234375, - -0.0298309326171875, - 0.06549072265625, - 0.0011539459228515625, - -0.047637939453125, - 0.0243682861328125, - 0.0054779052734375, - 0.0189971923828125, - -0.0285491943359375, - -0.009185791015625, - -0.01436614990234375, - 0.0207366943359375, - 0.01104736328125, - 0.0017843246459960938, - -0.048736572265625, - -0.0452880859375, - -0.04400634765625, - 0.0345458984375, - -0.00457000732421875, - 0.0197296142578125, - -0.0036602020263671875, - -0.044921875, - 0.0263671875, - -0.06182861328125, - -0.04290771484375, - -0.0298309326171875, - 0.0296478271484375, - -0.0341796875, - 0.04620361328125, - -0.004116058349609375, - -0.0149993896484375, - -0.0345458984375, - 0.050933837890625, - 0.0251007080078125, - -0.01482391357421875, - -0.044921875, - 0.046539306640625, - 0.058929443359375, - -0.046905517578125, - -0.01482391357421875, - 0.0035457611083984375, - 0.0254669189453125, - 0.06402587890625, - -0.06549072265625, - -0.0224609375, - 0.01141357421875, - -0.06622314453125, - -0.0285491943359375, - -0.040557861328125, - -0.0267333984375, - -0.049835205078125, - 0.0157318115234375, - 0.05999755859375, - -0.007228851318359375, - 0.041656494140625, - -0.0030689239501953125, - 0.001438140869140625, - 0.032562255859375, - 0.0160980224609375, - -0.021636962890625, - 0.032196044921875, - -0.046905517578125, - -0.022735595703125, - -0.01336669921875, - 0.053466796875, - -0.022369384765625, - -0.004180908203125, - 0.0012788772583007812, - -0.0245513916015625, - 0.052734375, - -0.0241851806640625, - 0.018646240234375, - -0.02264404296875, - -0.0067291259765625, - -0.006366729736328125, - -0.03692626953125, - -0.00677490234375, - 0.0241851806640625, - -0.003818511962890625, - 0.01454925537109375, - 0.04638671875, - -0.055999755859375, - 0.016815185546875, - 0.01708984375, - -0.00331878662109375, - -0.002716064453125, - -0.01300048828125, - -0.00287628173828125, - -0.0263671875, - 0.01390838623046875, - -0.009185791015625, - -0.0352783203125, - -0.0731201171875, - 0.01763916015625, - 0.0005769729614257812, - -0.007091522216796875, - -0.0298309326171875, - -0.04327392578125, - -0.053466796875, - -0.039642333984375, - 0.049468994140625, - 0.004001617431640625, - 0.01023101806640625, - -0.030731201171875, - -0.0445556640625, - -0.005001068115234375, - -0.0149993896484375, - 0.038726806640625, - -0.00791168212890625, - 0.0005002021789550781, - -0.002353668212890625, - -0.057830810546875, - 0.010772705078125, - 0.0163726806640625, - 0.0252838134765625, - 0.037109375, - 0.013824462890625, - -0.0281829833984375, - 0.01436614990234375, - -0.01436614990234375, - -0.01255035400390625, - 0.0068206787109375, - -0.02581787109375, - 0.0285491943359375, - -0.033447265625, - -0.0021820068359375, - 0.0193634033203125, - 0.02117919921875, - 0.041107177734375, - 0.0068206787109375, - -0.009368896484375, - 0.02227783203125, - 0.006000518798828125, - 0.056732177734375, - -0.032928466796875, - -0.041656494140625, - 0.004726409912109375, - -0.0198211669921875, - 0.042724609375, - 0.04583740234375, - -0.00818634033203125, - -0.0267333984375, - 0.01708984375, - 0.0203704833984375, - -0.0234527587890625, - -0.030548095703125, - -0.03326416015625, - 0.01227569580078125, - 0.0198211669921875, - 0.068359375, - 0.01873779296875, - 0.059661865234375, - 0.0008182525634765625, - 0.0224609375, - 0.01690673828125, - 0.06292724609375, - 0.01036834716796875, - -0.0252838134765625, - -0.046539306640625, - -0.00749969482421875, - 0.0185546875, - -0.041656494140625, - -0.03729248046875, - -0.0154571533203125, - 0.0545654296875, - -0.0665283203125, - -0.0003139972686767578, - -0.00429534912109375, - 0.0110931396484375, - -0.0006165504455566406, - 0.000690460205078125, - -0.00949859619140625, - 0.01036834716796875, - 0.004840850830078125, - -0.03472900390625, - 0.00827789306640625, - -0.01464080810546875, - -0.0005540847778320312, - 0.0352783203125, - 0.0151824951171875, - 0.0092315673828125, - 0.0189056396484375, - 0.0149993896484375, - 0.0241851806640625, - 0.032928466796875, - 0.031829833984375, - 0.0158233642578125, - 0.038909912109375, - 0.0128173828125, - 0.06689453125, - -0.0160980224609375, - -0.013824462890625, - 0.0112762451171875, - 0.04290771484375, - 0.0238189697265625, - 0.048736572265625, - -0.013458251953125, - 0.0159149169921875, - 0.002899169921875, - -0.0236358642578125, - 0.00677490234375, - 0.008453369140625, - 0.001056671142578125, - -0.03564453125, - -0.06292724609375, - 0.0224609375, - -0.030914306640625, - 0.040924072265625, - -0.00823211669921875, - -0.022552490234375, - -0.0112762451171875, - 0.038909912109375, - -0.034912109375, - -0.048370361328125, - 0.0165557861328125, - 0.00220489501953125, - -0.038177490234375, - -0.01482391357421875, - -0.01491546630859375, - 0.017364501953125, - -0.0036144256591796875, - -0.06622314453125, - -0.00447845458984375, - 0.039825439453125, - -0.010955810546875, - -0.0516357421875, - -0.006229400634765625, - 0.0281829833984375, - -0.016998291015625, - -0.0260009765625, - -0.0438232421875, - -0.032928466796875, - -0.00768280029296875, - -0.03619384765625, - 0.01436614990234375, - -0.006683349609375, - -0.01373291015625, - -0.00754547119140625, - -0.01050567626953125, - -0.004180908203125, - 0.02154541015625, - -0.0251007080078125, - 0.022369384765625, - 0.02264404296875, - 0.0158233642578125, - 0.005207061767578125, - 0.057098388671875, - 0.009002685546875, - 0.01336669921875, - -0.017730712890625, - -0.045654296875, - -0.00331878662109375, - -0.0028533935546875, - -0.002841949462890625, - -0.067626953125, - -0.004955291748046875, - 0.0552978515625, - -0.0709228515625, - 0.01163482666015625, - 0.004047393798828125, - -0.0029544830322265625, - -0.06109619140625, - -0.00991058349609375, - -0.0012502670288085938, - 0.01163482666015625, - 0.10040283203125, - -0.017822265625, - 0.0135498046875, - 0.0018529891967773438, - -0.038360595703125, - 0.06292724609375, - 0.01763916015625, - 0.0108184814453125, - -0.037994384765625, - 0.0267333984375, - 0.01245880126953125, - -0.032379150390625, - 0.022918701171875, - -0.07781982421875, - -0.01018524169921875, - 0.01708984375, - 0.013092041015625, - -0.017181396484375, - -0.0020465850830078125, - -0.058929443359375, - -0.038360595703125, - -0.032012939453125, - 0.037109375, - 0.0174560546875, - 0.0162811279296875, - -0.04364013671875, - 0.007137298583984375, - -0.00927734375, - -0.057464599609375, - -0.041473388671875, - -0.02618408203125, - 0.0115509033203125, - 0.02301025390625, - -0.0665283203125, - 0.0247344970703125, - 0.005908966064453125, - 0.03326416015625, - 0.031097412109375, - 0.06256103515625, - -0.0360107421875, - -0.0201873779296875, - 0.029998779296875, - 0.02728271484375, - -0.0135498046875, - 0.00981903076171875, - 0.003887176513671875, - 0.030364990234375, - 0.031829833984375, - -0.032928466796875, - 0.04345703125, - 0.0352783203125, - -0.040008544921875, - -0.0672607421875, - -0.032562255859375, - -0.03326416015625, - 0.06512451171875, - -0.0024547576904296875, - 0.02655029296875, - -0.0156402587890625, - -0.007045745849609375, - -0.0902099609375, - 0.0240020751953125, - -0.0234527587890625, - 0.0552978515625, - 0.018463134765625, - -0.031646728515625, - -0.049102783203125, - -0.021636962890625, - -0.01390838623046875, - 0.0203704833984375, - -0.03399658203125, - 0.0249176025390625, - 0.00954437255859375, - -0.00777435302734375, - 0.005046844482421875, - 0.0015687942504882812, - 0.00559234619140625, - 0.048736572265625, - -0.0006818771362304688, - -0.049468994140625, - 0.04364013671875, - -0.03509521484375, - 0.00768280029296875, - 0.0029544830322265625, - 0.004978179931640625, - -0.01190948486328125, - -0.01482391357421875, - -0.0196380615234375, - -0.0162811279296875, - 0.0279998779296875, - 0.0238189697265625, - -0.006500244140625, - 0.01445770263671875, - 0.00809478759765625, - 0.032196044921875, - 0.0191802978515625, - -0.0093231201171875, - 0.01172637939453125, - 0.00527191162109375, - -0.031280517578125, - -0.01399993896484375, - -0.06219482421875, - -0.0712890625, - 0.00782012939453125, - -0.052734375, - -0.01004791259765625, - 0.007457733154296875, - 0.0552978515625, - 0.021270751953125, - -0.0279998779296875, - 0.0238189697265625, - -0.0197296142578125, - 0.002124786376953125, - -0.04345703125, - 0.0013866424560546875, - -0.018829345703125, - 0.050201416015625, - -0.018463134765625, - -0.037811279296875, - 0.02728271484375, - -0.0113677978515625, - -0.0068206787109375, - -0.0234527587890625, - -0.0201873779296875, - -0.0338134765625, - 0.0234527587890625, - -0.0716552734375, - -0.005184173583984375, - 0.01763916015625, - 0.057098388671875, - 0.0190887451171875, - -0.03363037109375, - 0.06256103515625, - -0.0238189697265625, - -0.047271728515625, - 0.00836181640625, - -0.0068206787109375, - -0.018463134765625, - -0.00927734375, - -0.00963592529296875, - 0.0234527587890625, - -0.01491546630859375, - 0.0287322998046875, - 0.04364013671875, - 0.052734375, - 0.01373291015625, - -0.025634765625, - -0.0243682861328125, - -0.017181396484375, - 0.0209197998046875, - 0.03765869140625, - 0.0086822509765625, - -0.004364013671875, - 0.0283660888671875, - -0.0197296142578125, - -0.090576171875, - -0.0199127197265625, - -0.03564453125, - -0.055999755859375, - -0.011322021484375, - 0.06689453125, - 0.0367431640625, - -0.0105438232421875, - 0.0289154052734375, - 0.039642333984375, - 0.034912109375, - -0.00568389892578125, - 0.00981903076171875, - -0.06402587890625, - -0.004180908203125, - 0.0224609375, - 0.02581787109375, - -0.049102783203125, - 0.039642333984375, - 0.06475830078125, - -0.0154571533203125, - -0.004116058349609375, - 0.0042724609375, - -0.00954437255859375, - 0.0338134765625, - 0.0010175704956054688, - 0.013824462890625, - -0.047637939453125, - 0.0195465087890625, - 0.0287322998046875, - 0.007091522216796875, - 0.004863739013671875, - -0.0045928955078125, - -0.032562255859375, - 0.046539306640625, - -0.05126953125, - -0.0290985107421875, - -0.013458251953125, - 0.0701904296875, - 0.0162811279296875, - -0.034912109375, - -0.00763702392578125, - 0.04473876953125, - 0.02764892578125, - -0.013092041015625, - -0.0115966796875, - 0.0243682861328125, - 0.006999969482421875, - 0.02154541015625, - 0.041107177734375, - 0.032928466796875, - 0.06585693359375, - 0.031463623046875, - -0.05126953125, - 0.0192718505859375, - 0.005340576171875, - -0.00959014892578125, - -0.006591796875, - -0.031829833984375, - -0.00959014892578125, - -0.048370361328125, - 0.0287322998046875, - 0.0241851806640625, - 0.031463623046875, - 0.030181884765625, - -0.00809478759765625, - -0.021636962890625, - -0.003955841064453125, - 0.0220947265625, - 0.057464599609375, - 0.034912109375, - -0.00791168212890625, - 0.0205535888671875, - -0.00452423095703125, - 0.00963592529296875, - -0.01273345947265625, - 0.0236358642578125, - -0.042724609375, - 0.013092041015625, - -0.041290283203125, - -0.008544921875, - -0.004180908203125, - -0.01690673828125, - -0.0165557861328125, - -0.0015344619750976562, - 0.0084075927734375, - -0.0296478271484375, - -0.039093017578125, - -0.002262115478515625, - 0.030914306640625, - -0.0438232421875, - 0.0245513916015625, - 0.01800537109375, - -0.025634765625, - 0.003204345703125, - -0.01427459716796875, - 0.06402587890625, - 0.0292816162109375, - 0.03692626953125, - -0.0263671875, - 0.007457733154296875, - 0.040924072265625, - 0.0036144256591796875, - 0.01373291015625, - 0.0201873779296875, - -0.02618408203125, - 0.031829833984375, - 0.0545654296875, - 0.005817413330078125, - -0.0251007080078125, - 0.0243682861328125, - 0.02264404296875, - -0.037811279296875, - 0.06182861328125, - -0.00234222412109375, - 0.012908935546875, - 0.006092071533203125, - 0.0220947265625, - -0.017181396484375, - -0.048004150390625, - 0.053466796875, - 0.0287322998046875, - -0.01209259033203125, - 0.013458251953125, - -0.0374755859375, - 0.0452880859375, - 0.01264190673828125, - 0.074951171875, - -0.0274658203125, - 0.04437255859375, - -0.0160064697265625, - 0.0251007080078125, - -0.012908935546875, - -0.006137847900390625, - -0.0199127197265625, - 0.022369384765625, - -0.02691650390625, - 0.046539306640625, - 0.022186279296875, - -0.0012331008911132812, - -0.050933837890625, - 0.0024318695068359375, - 0.008544921875, - 0.003204345703125, - 0.06146240234375, - -0.049102783203125, - -0.0196380615234375, - 0.0203704833984375, - 0.06549072265625, - 0.06109619140625, - -0.03326416015625, - 0.0294647216796875, - 0.0032501220703125, - -0.01837158203125, - 0.0013637542724609375, - -0.032562255859375 - ], - "metadata": { - "domains": [ - "incident-response", - "network-forensics" - ], - "phases": [ - "analysis" - ], - "tags": [ - "search", - "big-data" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_VirusTotal", - "type": "tool", - "name": "VirusTotal", - "content": "virustotal googles malware-intelligence-plattform aggregiert erkennungen von 70+ antivirus-engines und sandboxes für sofortige threat-assessment. upload verdächtiger dateien, urls oder domains liefert umfassende reports: av-detections, behavioral-analysis, yara-matches, community-comments. besonders wertvoll: retro-hunt findet ähnliche samples in der milliarden-sample-datenbank, graph-view visualisiert malware-familien- beziehungen, crowdsourced-iocs von security-forschern weltweit. die premium-api ermöglicht bulk-searches und private scans. integration in alle major-security-tools durch offene apis. livehunt-service alertiert bei neuen samples matching custom yara-rules. vorsicht: public-uploads sind für alle sichtbar - keine vertraulichen samples! die kostenlose nutzung macht es zum standard-tool für initiale malware-triage. unverzichtbar für threat-intelligence und soc-analysten. sandbox av-scan malware-analysis examination", - "embedding": [ - -0.02313232421875, - 0.0297393798828125, - 0.031951904296875, - 0.0255584716796875, - 0.01409912109375, - 0.0257720947265625, - 0.020263671875, - -0.0208282470703125, - -0.014434814453125, - 0.0165252685546875, - -0.031280517578125, - 0.04473876953125, - 0.0255584716796875, - 0.00005161762237548828, - -0.056396484375, - 0.048919677734375, - 0.004047393798828125, - 0.0247802734375, - 0.015869140625, - 0.0013427734375, - -0.0295257568359375, - -0.02093505859375, - -0.040985107421875, - -0.0201568603515625, - 0.00727081298828125, - -0.01123809814453125, - -0.037017822265625, - -0.07623291015625, - -0.03570556640625, - -0.0159759521484375, - 0.0297393798828125, - -0.0328369140625, - -0.00997161865234375, - 0.0252227783203125, - -0.01206207275390625, - -0.00843048095703125, - 0.0086517333984375, - -0.047149658203125, - -0.000017642974853515625, - 0.021697998046875, - -0.0196075439453125, - -0.017730712890625, - -0.0014390945434570312, - -0.00641632080078125, - -0.042755126953125, - -0.032623291015625, - -0.017303466796875, - -0.0072174072265625, - 0.02886962890625, - -0.0168609619140625, - 0.0284271240234375, - 0.0190582275390625, - 0.01641845703125, - -0.031494140625, - -0.043853759765625, - 0.022369384765625, - 0.01806640625, - -0.0219268798828125, - -0.048919677734375, - 0.048919677734375, - -0.046478271484375, - -0.0179595947265625, - 0.00012826919555664062, - 0.0199432373046875, - 0.012176513671875, - 0.01261138916015625, - 0.001232147216796875, - -0.01641845703125, - -0.0024089813232421875, - 0.00782012939453125, - 0.005645751953125, - 0.00641632080078125, - -0.0260009765625, - 0.0484619140625, - -0.0219268798828125, - -0.012451171875, - 0.00980377197265625, - 0.031951904296875, - 0.009918212890625, - 0.017181396484375, - -0.04119873046875, - -0.0169677734375, - 0.046051025390625, - -0.03656005859375, - -0.01971435546875, - 0.007434844970703125, - 0.0146484375, - 0.02423095703125, - -0.022247314453125, - 0.0063629150390625, - 0.0185089111328125, - -0.003772735595703125, - 0.0255584716796875, - -0.01520538330078125, - 0.035919189453125, - 0.02764892578125, - -0.0269927978515625, - -0.0091400146484375, - -0.0086517333984375, - 0.052001953125, - -0.0007572174072265625, - -0.0201568603515625, - 0.05816650390625, - -0.01019287109375, - 0.046722412109375, - -0.0221405029296875, - 0.00727081298828125, - -0.009307861328125, - 0.01294708251953125, - -0.007434844970703125, - -0.0982666015625, - -0.06256103515625, - -0.01107025146484375, - -0.06695556640625, - -0.0045166015625, - 0.0179595947265625, - -0.0163116455078125, - 0.0297393798828125, - -0.03680419921875, - -0.0823974609375, - 0.04229736328125, - 0.01239013671875, - -0.007602691650390625, - 0.0199432373046875, - -0.002643585205078125, - -0.0634765625, - 0.0109100341796875, - 0.03216552734375, - -0.016632080078125, - -0.0215911865234375, - -0.001377105712890625, - -0.0232391357421875, - -0.00501251220703125, - -0.037689208984375, - -0.0035533905029296875, - -0.0304107666015625, - 0.00836944580078125, - 0.0281982421875, - -0.012176513671875, - 0.00614166259765625, - 0.046051025390625, - -0.030853271484375, - -0.04364013671875, - -0.00843048095703125, - -0.038116455078125, - 0.00559234619140625, - -0.034149169921875, - 0.034820556640625, - -0.04052734375, - 0.0179595947265625, - 0.00415802001953125, - 0.007049560546875, - 0.042510986328125, - 0.001308441162109375, - 0.01531219482421875, - -0.0281982421875, - 0.01161956787109375, - -0.0207061767578125, - 0.03546142578125, - -0.0022029876708984375, - -0.0212554931640625, - -0.00008046627044677734, - 0.0221405029296875, - 0.02886962890625, - -0.013824462890625, - -0.034149169921875, - -0.0261077880859375, - 0.0170745849609375, - 0.00815582275390625, - 0.00528717041015625, - 0.025665283203125, - -0.004985809326171875, - 0.0246734619140625, - 0.055084228515625, - -0.0005269050598144531, - 0.01250457763671875, - 0.0009365081787109375, - -0.038787841796875, - 0.044281005859375, - 0.0284271240234375, - -0.0190582275390625, - -0.01288604736328125, - 0.044952392578125, - -0.0035533905029296875, - 0.018951416015625, - -0.0002598762512207031, - -0.0193939208984375, - -0.029083251953125, - -0.03326416015625, - 0.03106689453125, - -0.046722412109375, - -0.0255584716796875, - -0.00952911376953125, - 0.05487060546875, - -0.001445770263671875, - 0.04803466796875, - 0.022369384765625, - -0.015869140625, - 0.026214599609375, - 0.0045166015625, - -0.004848480224609375, - 0.0161895751953125, - 0.032379150390625, - 0.043182373046875, - -0.020263671875, - 0.00952911376953125, - 0.01377105712890625, - 0.021148681640625, - 0.012176513671875, - -0.0134429931640625, - 0.0089263916015625, - 0.05859375, - -0.0150909423828125, - -0.023468017578125, - -0.017730712890625, - -0.034149169921875, - 0.0257720947265625, - 0.0024089813232421875, - -0.021697998046875, - 0.015533447265625, - -0.01233673095703125, - -0.031951904296875, - -0.006938934326171875, - 0.0139923095703125, - -0.01861572265625, - 0.0170745849609375, - 0.01300048828125, - 0.0012254714965820312, - -0.00897979736328125, - 0.006252288818359375, - 0.01349639892578125, - 0.0418701171875, - -0.003910064697265625, - -0.030181884765625, - -0.00881195068359375, - -0.005702972412109375, - 0.049346923828125, - 0.0204925537109375, - -0.0009641647338867188, - -0.0163116455078125, - -0.00028228759765625, - 0.042755126953125, - -0.0199432373046875, - 0.026336669921875, - 0.0012254714965820312, - -0.00627899169921875, - 0.00881195068359375, - -0.0118408203125, - 0.0111236572265625, - 0.053985595703125, - -0.06787109375, - -0.01806640625, - -0.05596923828125, - 0.023468017578125, - -0.06787109375, - -0.050445556640625, - -0.0193939208984375, - -0.060821533203125, - 0.047821044921875, - -0.0394287109375, - -0.0100250244140625, - 0.0033740997314453125, - 0.0213775634765625, - -0.00318145751953125, - 0.033935546875, - 0.00218963623046875, - -0.042755126953125, - -0.031951904296875, - 0.08770751953125, - 0.0080413818359375, - -0.0266571044921875, - -0.021484375, - 0.05133056640625, - -0.01062774658203125, - 0.0210418701171875, - -0.01641845703125, - 0.01531219482421875, - 0.0159759521484375, - 0.005260467529296875, - 0.0161895751953125, - 0.0074920654296875, - -0.01486968994140625, - -0.0080413818359375, - 0.055755615234375, - -0.049346923828125, - -0.008209228515625, - -0.01983642578125, - 0.00836944580078125, - 0.032379150390625, - -0.06695556640625, - -0.0016803741455078125, - 0.04296875, - 0.0134429931640625, - 0.0088653564453125, - -0.0089263916015625, - -0.05377197265625, - 0.0000023245811462402344, - 0.0049591064453125, - -0.0120086669921875, - 0.019500732421875, - 0.04229736328125, - -0.0531005859375, - 0.00826263427734375, - -0.0361328125, - 0.0007920265197753906, - -0.02203369140625, - -0.03656005859375, - -0.0013151168823242188, - -0.0167388916015625, - -0.023681640625, - -0.0207061767578125, - 0.0145416259765625, - -0.03173828125, - 0.0165252685546875, - 0.0111236572265625, - -0.00754547119140625, - -0.038330078125, - -0.026763916015625, - 0.022918701171875, - -0.024017333984375, - -0.0350341796875, - -0.03460693359375, - 0.044952392578125, - 0.0086517333984375, - 0.0146484375, - -0.01751708984375, - -0.0165252685546875, - -0.0484619140625, - -0.005756378173828125, - -0.0225830078125, - -0.00374603271484375, - -0.006610870361328125, - 0.05133056640625, - 0.04296875, - 0.003345489501953125, - 0.0111236572265625, - 0.0802001953125, - 0.0228118896484375, - 0.00040268898010253906, - -0.01486968994140625, - 0.0187225341796875, - 0.005397796630859375, - 0.051544189453125, - -0.021697998046875, - 0.00732421875, - -0.0350341796875, - -0.041656494140625, - -0.0024509429931640625, - 0.033935546875, - 0.0418701171875, - 0.018280029296875, - 0.003993988037109375, - 0.00815582275390625, - 0.08990478515625, - 0.01007843017578125, - 0.1048583984375, - -0.014434814453125, - -0.051544189453125, - -0.00826263427734375, - 0.037689208984375, - -0.025115966796875, - 0.018402099609375, - -0.0154266357421875, - 0.01140594482421875, - -0.034149169921875, - 0.0169677734375, - -0.033477783203125, - 0.03436279296875, - 0.005096435546875, - 0.0167388916015625, - 0.032379150390625, - -0.01641845703125, - 0.031951904296875, - 0.0199432373046875, - 0.041656494140625, - 0.0199432373046875, - 0.04583740234375, - -0.0163116455078125, - -0.01239013671875, - -0.05377197265625, - -0.07623291015625, - 0.0204925537109375, - -0.00261688232421875, - 0.004405975341796875, - 0.0208282470703125, - -0.021697998046875, - -0.05596923828125, - 0.0286407470703125, - -0.021148681640625, - 0.08197021484375, - 0.04693603515625, - -0.010467529296875, - 0.02655029296875, - -0.0156402587890625, - 0.02093505859375, - 0.026885986328125, - 0.01134490966796875, - 0.0226898193359375, - 0.06298828125, - 0.054656982421875, - 0.01476287841796875, - -0.021148681640625, - 0.003635406494140625, - 0.009857177734375, - 0.0272064208984375, - 0.01178741455078125, - 0.0394287109375, - 0.006748199462890625, - 0.0208282470703125, - -0.0226898193359375, - 0.037017822265625, - 0.01052093505859375, - -0.017181396484375, - -0.0199432373046875, - -0.021484375, - 0.024017333984375, - -0.0328369140625, - 0.0023956298828125, - -0.0208282470703125, - 0.031494140625, - 0.002147674560546875, - 0.00047850608825683594, - -0.0823974609375, - -0.0060577392578125, - 0.05419921875, - -0.0665283203125, - 0.03173828125, - 0.0074920654296875, - -0.022918701171875, - 0.0215911865234375, - 0.0089263916015625, - -0.0552978515625, - 0.047576904296875, - -0.0250091552734375, - -0.079345703125, - -0.00798797607421875, - 0.0207061767578125, - -0.05023193359375, - -0.03546142578125, - -0.040313720703125, - -0.0108489990234375, - -0.014434814453125, - -0.0304107666015625, - 0.027099609375, - -0.01239013671875, - 0.00942230224609375, - 0.03436279296875, - 0.030181884765625, - -0.018402099609375, - -0.038116455078125, - 0.03173828125, - -0.02764892578125, - -0.043853759765625, - 0.0174102783203125, - -0.0165252685546875, - 0.012451171875, - -0.03900146484375, - -0.004352569580078125, - -0.00936126708984375, - 0.036346435546875, - 0.0107421875, - 0.01206207275390625, - -0.023681640625, - -0.046478271484375, - -0.0286407470703125, - 0.08154296875, - 0.021820068359375, - 0.042755126953125, - -0.00669097900390625, - -0.056854248046875, - 0.0255584716796875, - -0.0599365234375, - 0.00225830078125, - -0.022247314453125, - 0.03106689453125, - -0.0111236572265625, - 0.08502197265625, - -0.019500732421875, - -0.017730712890625, - -0.007434844970703125, - 0.031494140625, - 0.01195526123046875, - 0.0266571044921875, - -0.04296875, - 0.053985595703125, - 0.0255584716796875, - -0.07183837890625, - -0.029083251953125, - -0.029083251953125, - 0.0157470703125, - 0.04913330078125, - -0.046722412109375, - 0.0038280487060546875, - 0.0022449493408203125, - -0.040771484375, - -0.031280517578125, - -0.0372314453125, - -0.0191650390625, - -0.044952392578125, - 0.034149169921875, - 0.014434814453125, - -0.00218963623046875, - 0.040313720703125, - 0.01052093505859375, - -0.01052093505859375, - 0.00853729248046875, - 0.030181884765625, - -0.013824462890625, - 0.0281982421875, - -0.06787109375, - -0.0462646484375, - -0.00727081298828125, - 0.034820556640625, - -0.01421356201171875, - 0.01267242431640625, - -0.0179595947265625, - -0.0005850791931152344, - 0.0304107666015625, - -0.016082763671875, - 0.0150909423828125, - -0.0156402587890625, - -0.0286407470703125, - -0.0295257568359375, - 0.00826263427734375, - 0.0260009765625, - -0.0008745193481445312, - -0.0018453598022460938, - 0.02886962890625, - 0.039886474609375, - -0.046722412109375, - -0.0120086669921875, - 0.0085906982421875, - -0.0035533905029296875, - 0.01300048828125, - -0.0133819580078125, - -0.014434814453125, - -0.0221405029296875, - 0.01641845703125, - -0.04449462890625, - -0.0019006729125976562, - -0.0709228515625, - 0.0233612060546875, - -0.01161956787109375, - 0.0212554931640625, - -0.0204925537109375, - -0.0191650390625, - -0.038543701171875, - -0.0174102783203125, - 0.0275421142578125, - 0.0190582275390625, - -0.01861572265625, - -0.031280517578125, - -0.031280517578125, - 0.0014944076538085938, - -0.040985107421875, - 0.0277557373046875, - -0.004215240478515625, - 0.0196075439453125, - -0.006336212158203125, - -0.03656005859375, - 0.0306243896484375, - 0.023681640625, - 0.045379638671875, - 0.0156402587890625, - 0.03216552734375, - -0.027984619140625, - 0.00046133995056152344, - 0.00460052490234375, - -0.012176513671875, - -0.0131072998046875, - -0.0210418701171875, - 0.040985107421875, - -0.03656005859375, - -0.018951416015625, - 0.0297393798828125, - 0.03570556640625, - 0.0169677734375, - -0.00952911376953125, - -0.030853271484375, - 0.0188446044921875, - 0.000530242919921875, - 0.05859375, - -0.0246734619140625, - -0.04364013671875, - -0.025665283203125, - 0.0193939208984375, - 0.053314208984375, - 0.04693603515625, - 0.01387786865234375, - -0.052001953125, - 0.00771331787109375, - 0.056854248046875, - -0.01432037353515625, - -0.056182861328125, - -0.0258941650390625, - 0.0210418701171875, - -0.002712249755859375, - 0.059051513671875, - 0.029296875, - 0.1004638671875, - 0.0272064208984375, - -0.022369384765625, - 0.0284271240234375, - 0.048248291015625, - 0.031494140625, - -0.035247802734375, - -0.06610107421875, - -0.006500244140625, - 0.0224761962890625, - -0.030853271484375, - -0.0179595947265625, - -0.003360748291015625, - 0.06787109375, - -0.08856201171875, - -0.026336669921875, - -0.005702972412109375, - -0.0146484375, - 0.015869140625, - 0.0020656585693359375, - -0.00559234619140625, - 0.0179595947265625, - 0.015533447265625, - -0.007106781005859375, - -0.0011081695556640625, - -0.024017333984375, - -0.006031036376953125, - 0.05816650390625, - 0.0212554931640625, - -0.01421356201171875, - 0.0272064208984375, - 0.022918701171875, - 0.0094757080078125, - 0.0255584716796875, - 0.0097503662109375, - -0.00798797607421875, - 0.029296875, - 0.038116455078125, - 0.0634765625, - -0.013275146484375, - -0.0157470703125, - 0.0012531280517578125, - 0.01520538330078125, - 0.006443023681640625, - 0.038787841796875, - 0.01178741455078125, - -0.01062774658203125, - 0.00897979736328125, - -0.06298828125, - -0.00015401840209960938, - 0.01222991943359375, - -0.0023555755615234375, - -0.038330078125, - -0.044281005859375, - 0.0277557373046875, - -0.042755126953125, - 0.040313720703125, - 0.030181884765625, - -0.0394287109375, - -0.03460693359375, - 0.0621337890625, - -0.0105743408203125, - -0.042755126953125, - 0.016082763671875, - 0.0077667236328125, - -0.02093505859375, - 0.016632080078125, - -0.009033203125, - 0.041412353515625, - -0.014434814453125, - -0.059478759765625, - -0.01751708984375, - 0.008209228515625, - -0.01261138916015625, - -0.0156402587890625, - -0.0077667236328125, - 0.01052093505859375, - -0.005207061767578125, - -0.030853271484375, - -0.04736328125, - 0.0032634735107421875, - 0.0030155181884765625, - -0.0250091552734375, - 0.017303466796875, - 0.004711151123046875, - -0.044281005859375, - 0.0185089111328125, - -0.0083160400390625, - -0.02093505859375, - 0.042755126953125, - -0.038787841796875, - 0.0258941650390625, - 0.00815582275390625, - 0.00225830078125, - 0.047149658203125, - 0.06829833984375, - 0.002368927001953125, - -0.01983642578125, - 0.0057830810546875, - -0.039886474609375, - 0.0118408203125, - -0.01168060302734375, - 0.00514984130859375, - -0.065673828125, - 0.0191650390625, - 0.057281494140625, - -0.06475830078125, - 0.0199432373046875, - 0.0038280487060546875, - -0.004817962646484375, - -0.047576904296875, - 0.004791259765625, - 0.007160186767578125, - 0.007106781005859375, - 0.06036376953125, - 0.006664276123046875, - -0.01861572265625, - 0.0201568603515625, - -0.05419921875, - 0.038116455078125, - 0.01305389404296875, - 0.033050537109375, - -0.047821044921875, - 0.03173828125, - 0.018402099609375, - -0.0272064208984375, - -0.007381439208984375, - -0.07843017578125, - 0.033721923828125, - 0.03436279296875, - 0.0204925537109375, - 0.00699615478515625, - 0.01206207275390625, - -0.038116455078125, - -0.0150909423828125, - -0.0244598388671875, - 0.0038280487060546875, - 0.0219268798828125, - 0.0125579833984375, - -0.041412353515625, - -0.021148681640625, - -0.004711151123046875, - -0.046722412109375, - -0.033935546875, - -0.035919189453125, - 0.0306243896484375, - -0.00881195068359375, - -0.06695556640625, - 0.01068878173828125, - -0.035919189453125, - 0.005123138427734375, - 0.0169677734375, - 0.0484619140625, - -0.039215087890625, - -0.0161895751953125, - 0.0272064208984375, - 0.030853271484375, - -0.00162506103515625, - 0.01206207275390625, - 0.0137176513671875, - 0.005260467529296875, - 0.005207061767578125, - -0.035919189453125, - 0.04913330078125, - 0.0440673828125, - -0.033477783203125, - -0.03570556640625, - -0.0233612060546875, - -0.034149169921875, - 0.043853759765625, - -0.01261138916015625, - 0.0207061767578125, - 0.004047393798828125, - -0.0176239013671875, - -0.08551025390625, - 0.05419921875, - 0.0003960132598876953, - 0.006748199462890625, - 0.0235748291015625, - -0.032379150390625, - -0.0440673828125, - -0.0462646484375, - -0.0118408203125, - 0.0187225341796875, - -0.0232391357421875, - 0.0145416259765625, - 0.027984619140625, - 0.01068878173828125, - 0.014434814453125, - 0.0100250244140625, - 0.00908660888671875, - 0.0230255126953125, - 0.01366424560546875, - -0.036346435546875, - 0.06170654296875, - -0.037689208984375, - 0.00853729248046875, - 0.0108489990234375, - 0.0207061767578125, - 0.037017822265625, - -0.0006299018859863281, - -0.04119873046875, - 0.014984130859375, - 0.046051025390625, - 0.060821533203125, - -0.03790283203125, - 0.017730712890625, - -0.01377105712890625, - 0.0033321380615234375, - 0.03106689453125, - -0.01322174072265625, - -0.00289154052734375, - 0.0159759521484375, - -0.01024627685546875, - -0.0196075439453125, - -0.054656982421875, - -0.06390380859375, - 0.005313873291015625, - -0.048248291015625, - -0.012725830078125, - 0.0079345703125, - 0.00908660888671875, - 0.036346435546875, - -0.0552978515625, - 0.049560546875, - -0.0016460418701171875, - -0.0212554931640625, - 0.0111236572265625, - 0.0012531280517578125, - -0.00537109375, - 0.03326416015625, - 0.0224761962890625, - -0.034820556640625, - 0.0191650390625, - -0.041656494140625, - -0.025665283203125, - -0.030181884765625, - -0.006305694580078125, - -0.05859375, - 0.041412353515625, - -0.0731201171875, - -0.024017333984375, - -0.0013217926025390625, - 0.0247802734375, - 0.00782012939453125, - -0.0418701171875, - 0.045166015625, - -0.0022449493408203125, - -0.055755615234375, - 0.01520538330078125, - -0.03656005859375, - -0.041412353515625, - -0.017181396484375, - -0.01322174072265625, - 0.03216552734375, - -0.005977630615234375, - 0.042510986328125, - 0.0498046875, - 0.030181884765625, - 0.01983642578125, - -0.0010118484497070312, - 0.00592041015625, - 0.0091400146484375, - 0.040313720703125, - 0.0306243896484375, - 0.0266571044921875, - -0.00997161865234375, - 0.0208282470703125, - 0.017730712890625, - -0.06610107421875, - -0.0203857421875, - -0.026885986328125, - -0.056396484375, - 0.013824462890625, - 0.05023193359375, - 0.035919189453125, - -0.017730712890625, - 0.01387786865234375, - 0.029296875, - 0.032379150390625, - 0.023681640625, - -0.020263671875, - -0.04296875, - -0.0225830078125, - 0.04296875, - 0.034820556640625, - -0.07489013671875, - 0.0462646484375, - 0.07049560546875, - -0.0203857421875, - -0.01421356201171875, - -0.0131072998046875, - 0.00047516822814941406, - 0.046051025390625, - 0.0418701171875, - 0.035919189453125, - -0.0802001953125, - -0.0037174224853515625, - 0.0176239013671875, - -0.00600433349609375, - -0.0191650390625, - -0.0020923614501953125, - -0.031951904296875, - 0.052886962890625, - -0.059051513671875, - -0.01520538330078125, - 0.0105743408203125, - 0.07843017578125, - -0.007160186767578125, - -0.0212554931640625, - 0.01409912109375, - 0.016082763671875, - 0.02435302734375, - -0.0207061767578125, - -0.00826263427734375, - 0.030181884765625, - -0.003662109375, - 0.0168609619140625, - 0.0531005859375, - 0.024566650390625, - 0.022369384765625, - -0.0094757080078125, - -0.0304107666015625, - 0.0284271240234375, - -0.00331878662109375, - -0.0023136138916015625, - 0.00870513916015625, - -0.050445556640625, - -0.02203369140625, - -0.0233612060546875, - 0.026885986328125, - 0.0284271240234375, - 0.06829833984375, - 0.01421356201171875, - 0.0196075439453125, - -0.015533447265625, - 0.0019683837890625, - 0.01134490966796875, - 0.04296875, - 0.0255584716796875, - 0.002864837646484375, - 0.0192718505859375, - 0.0092010498046875, - 0.01288604736328125, - -0.018280029296875, - 0.037445068359375, - -0.043853759765625, - -0.003208160400390625, - -0.052001953125, - -0.026885986328125, - 0.0192718505859375, - -0.007602691650390625, - 0.0072174072265625, - -0.0255584716796875, - 0.0023822784423828125, - -0.0272064208984375, - -0.04449462890625, - -0.037689208984375, - 0.03173828125, - -0.03790283203125, - 0.01531219482421875, - 0.0226898193359375, - -0.004901885986328125, - 0.0024929046630859375, - -0.022369384765625, - 0.059478759765625, - 0.0187225341796875, - 0.035919189453125, - -0.0176239013671875, - -0.0026302337646484375, - 0.00942230224609375, - -0.004184722900390625, - 0.0260009765625, - 0.0135498046875, - 0.00600433349609375, - 0.05859375, - 0.0304107666015625, - 0.0278778076171875, - -0.040771484375, - 0.0167388916015625, - 0.01206207275390625, - -0.046722412109375, - 0.026336669921875, - 0.0278778076171875, - 0.016082763671875, - 0.012115478515625, - -0.00826263427734375, - 0.005619049072265625, - -0.06524658203125, - 0.06475830078125, - -0.0052337646484375, - -0.0157470703125, - 0.0269927978515625, - -0.046722412109375, - 0.06170654296875, - 0.03173828125, - 0.06744384765625, - -0.07183837890625, - 0.0277557373046875, - -0.0201568603515625, - 0.0269927978515625, - -0.00232696533203125, - -0.01983642578125, - -0.01178741455078125, - 0.0150909423828125, - -0.0181732177734375, - 0.0577392578125, - 0.0237884521484375, - -0.0089263916015625, - -0.060821533203125, - 0.0035800933837890625, - 0.00415802001953125, - 0.01332855224609375, - 0.049560546875, - -0.043182373046875, - -0.034820556640625, - 0.01332855224609375, - 0.0247802734375, - 0.0714111328125, - -0.02093505859375, - 0.006526947021484375, - -0.036346435546875, - -0.0015287399291992188, - 0.00036144256591796875, - -0.018951416015625 - ], - "metadata": { - "domains": [ - "malware-analysis" - ], - "phases": [ - "examination" - ], - "tags": [ - "sandbox", - "av-scan" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_Radare2", - "type": "tool", - "name": "Radare2", - "content": "radare2 das modulare reverse-engineering-framework vereint disassembler, debugger, hex-editor und scripter in einer mächtigen cli-suite. die unix-philosophie \"do one thing well\" ermöglicht granulare kontrolle über jeden analyse-schritt. besonders innovativ: r2pipe-integration bindet das framework in python, node.js, go-scripts ein, visual-mode bietet pseudo-gui im terminal, project-files speichern komplexe analysen persistent. über 20 architekturen unterstützt von x86 bis webassembly. die aktive community entwickelt ständig neue features: r2ghidra-decompiler, r2dec für pseudocode, cutter als gui- frontend. besonders stark bei firmware-analyse und ctf-challenges. die steep-learning-curve wird durch unübertroffene flexibilität belohnt. docker-images vereinfachen deployment. die lgpl-lizenz ermöglicht kommerzielle integration. perfekt für sicherheitsforscher die maximale kontrolle über ihre analyse-umgebung benötigen. reverse-engineering scripting malware-analysis analysis", - "embedding": [ - -0.025360107421875, - 0.0030384063720703125, - 0.040130615234375, - -0.00244140625, - 0.03778076171875, - 0.0341796875, - 0.0086517333984375, - -0.00981903076171875, - -0.0276031494140625, - -0.00554656982421875, - -0.02886962890625, - 0.05859375, - 0.014862060546875, - 0.0229339599609375, - -0.04180908203125, - 0.028228759765625, - -0.009552001953125, - -0.0104522705078125, - 0.006687164306640625, - 0.0228271484375, - -0.0042724609375, - -0.032470703125, - -0.05816650390625, - -0.016021728515625, - -0.00695037841796875, - 0.0007796287536621094, - 0.000025928020477294922, - -0.0870361328125, - -0.004642486572265625, - 0.007801055908203125, - 0.003635406494140625, - -0.0145416259765625, - 0.0200653076171875, - 0.0216522216796875, - 0.011993408203125, - -0.02154541015625, - -0.0192108154296875, - -0.06964111328125, - 0.001598358154296875, - 0.054779052734375, - -0.02886962890625, - -0.009124755859375, - 0.00870513916015625, - -0.036102294921875, - -0.0041656494140625, - -0.040130615234375, - 0.0049896240234375, - -0.0084381103515625, - 0.0181427001953125, - -0.04266357421875, - 0.027801513671875, - 0.01528167724609375, - 0.0005903244018554688, - -0.0243072509765625, - -0.079833984375, - 0.0145416259765625, - 0.042022705078125, - -0.0276031494140625, - -0.0382080078125, - 0.063232421875, - -0.01666259765625, - -0.039276123046875, - 0.005146026611328125, - -0.006473541259765625, - 0.0186767578125, - 0.0245208740234375, - -0.018890380859375, - -0.01236724853515625, - 0.0053863525390625, - -0.00021886825561523438, - 0.0196380615234375, - 0.0181427001953125, - -0.002971649169921875, - 0.042877197265625, - -0.061553955078125, - -0.03375244140625, - 0.020172119140625, - 0.035888671875, - 0.00960540771484375, - 0.01024627685546875, - -0.0240936279296875, - 0.0013132095336914062, - 0.032257080078125, - -0.01146697998046875, - -0.00360870361328125, - 0.0034236907958984375, - 0.036102294921875, - 0.012420654296875, - 0.0312042236328125, - -0.038848876953125, - 0.037353515625, - -0.0139007568359375, - 0.02069091796875, - -0.040771484375, - 0.029937744140625, - 0.038421630859375, - -0.0350341796875, - -0.0038204193115234375, - -0.052001953125, - 0.03546142578125, - 0.0202789306640625, - -0.0189971923828125, - 0.08154296875, - -0.01258087158203125, - 0.062408447265625, - -0.02801513671875, - 0.00310516357421875, - 0.01146697998046875, - 0.0106658935546875, - 0.003223419189453125, - -0.0772705078125, - -0.0333251953125, - -0.01380157470703125, - -0.05816650390625, - -0.00748443603515625, - 0.005680084228515625, - -0.010772705078125, - 0.03289794921875, - -0.03948974609375, - -0.0263214111328125, - 0.00411224365234375, - 0.004669189453125, - -0.0163421630859375, - 0.021331787109375, - -0.044586181640625, - -0.045654296875, - 0.006900787353515625, - 0.0183563232421875, - -0.038848876953125, - -0.01273345947265625, - -0.0178375244140625, - -0.037994384765625, - -0.0139007568359375, - -0.0145416259765625, - 0.006237030029296875, - -0.0305633544921875, - 0.0316162109375, - -0.0057830810546875, - -0.011993408203125, - 0.00208282470703125, - 0.01580810546875, - -0.033966064453125, - -0.050323486328125, - 0.0238800048828125, - -0.0180511474609375, - -0.0229339599609375, - -0.0125274658203125, - 0.0276031494140625, - -0.0229339599609375, - 0.01055908203125, - 0.0204925537109375, - 0.017730712890625, - 0.07684326171875, - -0.01549530029296875, - 0.01024627685546875, - -0.047332763671875, - -0.01517486572265625, - 0.000942230224609375, - 0.03778076171875, - -0.01507568359375, - -0.00795745849609375, - 0.0014524459838867188, - 0.01560211181640625, - 0.038421630859375, - -0.0307769775390625, - -0.0276031494140625, - 0.006420135498046875, - 0.00907135009765625, - 0.0211181640625, - 0.00432586669921875, - 0.04669189453125, - -0.0022945404052734375, - 0.0210113525390625, - 0.05242919921875, - -0.0082244873046875, - 0.01172637939453125, - -0.0006465911865234375, - -0.0025081634521484375, - 0.027801513671875, - 0.0200653076171875, - -0.01326751708984375, - -0.0187835693359375, - 0.0496826171875, - -0.01305389404296875, - 0.0276031494140625, - -0.0013866424560546875, - -0.0309906005859375, - -0.0364990234375, - -0.037353515625, - 0.01093292236328125, - -0.041595458984375, - -0.0194244384765625, - -0.0126800537109375, - 0.02886962890625, - 0.025787353515625, - 0.054351806640625, - 0.04669189453125, - -0.000988006591796875, - 0.031829833984375, - 0.0214385986328125, - -0.004669189453125, - 0.03692626953125, - 0.0086517333984375, - 0.036102294921875, - 0.031402587890625, - -0.0225067138671875, - -0.00902557373046875, - 0.0479736328125, - 0.023773193359375, - -0.0192108154296875, - -0.00870513916015625, - 0.037567138671875, - -0.009765625, - 0.01369476318359375, - -0.02685546875, - -0.01751708984375, - 0.0276031494140625, - -0.01507568359375, - 0.00472259521484375, - 0.0014390945434570312, - -0.01114654541015625, - -0.03692626953125, - -0.021759033203125, - 0.0244140625, - -0.03692626953125, - 0.046478271484375, - 0.053070068359375, - -0.0245208740234375, - -0.032684326171875, - 0.047119140625, - 0.0202789306640625, - 0.02801513671875, - 0.007587432861328125, - 0.0055999755859375, - -0.004405975341796875, - -0.0033702850341796875, - 0.0174102783203125, - 0.04351806640625, - 0.0059967041015625, - 0.036712646484375, - -0.03948974609375, - 0.004138946533203125, - -0.0183563232421875, - 0.0430908203125, - 0.03460693359375, - -0.0084381103515625, - 0.0167694091796875, - -0.0021495819091796875, - 0.003131866455078125, - 0.0399169921875, - -0.06878662109375, - -0.01666259765625, - -0.028228759765625, - -0.006500244140625, - -0.08404541015625, - -0.036712646484375, - -0.0211181640625, - -0.03692626953125, - 0.05010986328125, - -0.029083251953125, - -0.028228759765625, - 0.00732421875, - 0.0180511474609375, - -0.0149688720703125, - 0.01953125, - -0.01549530029296875, - -0.041595458984375, - 0.00732421875, - 0.07855224609375, - -0.006103515625, - -0.03289794921875, - -0.0133209228515625, - 0.0192108154296875, - 0.01141357421875, - -0.01422119140625, - -0.0305633544921875, - -0.005146026611328125, - 0.045440673828125, - 0.0196380615234375, - 0.0303497314453125, - -0.005199432373046875, - -0.0015392303466796875, - 0.0019235610961914062, - 0.043731689453125, - -0.03948974609375, - -0.005279541015625, - 0.0174102783203125, - -0.0018968582153320312, - 0.00716400146484375, - -0.06878662109375, - 0.0030918121337890625, - 0.029510498046875, - 0.025787353515625, - 0.01666259765625, - 0.01093292236328125, - -0.060699462890625, - 0.01560211181640625, - 0.00213623046875, - -0.00795745849609375, - 0.0284423828125, - 0.05010986328125, - -0.0234527587890625, - 0.005573272705078125, - -0.020172119140625, - 0.0200653076171875, - -0.020172119140625, - -0.04522705078125, - -0.007694244384765625, - 0.0121002197265625, - -0.0271759033203125, - -0.008331298828125, - 0.0072174072265625, - -0.0149688720703125, - 0.01708984375, - -0.0256805419921875, - -0.00716400146484375, - -0.046051025390625, - -0.036712646484375, - 0.0017118453979492188, - -0.0212249755859375, - -0.01358795166015625, - -0.028228759765625, - 0.0675048828125, - -0.01273345947265625, - 0.0240936279296875, - 0.00048089027404785156, - -0.006847381591796875, - -0.019744873046875, - 0.0205841064453125, - -0.0192108154296875, - 0.0176239013671875, - 0.0096588134765625, - 0.05816650390625, - 0.0067138671875, - 0.0227203369140625, - 0.037994384765625, - 0.0692138671875, - 0.048614501953125, - 0.0003516674041748047, - -0.016021728515625, - 0.00806427001953125, - -0.00043129920959472656, - 0.020172119140625, - -0.0273895263671875, - -0.0263214111328125, - -0.01422119140625, - -0.0180511474609375, - 0.022613525390625, - 0.0145416259765625, - 0.03948974609375, - 0.032684326171875, - 0.004589080810546875, - 0.002162933349609375, - 0.05902099609375, - 0.0019369125366210938, - 0.0887451171875, - -0.0162353515625, - -0.03692626953125, - 0.00279998779296875, - 0.0307769775390625, - -0.00371551513671875, - -0.00634002685546875, - 0.0205841064453125, - 0.005359649658203125, - -0.0025615692138671875, - 0.0462646484375, - -0.00981903076171875, - 0.00330352783203125, - 0.004642486572265625, - 0.0157012939453125, - 0.016876220703125, - -0.02239990234375, - -0.00655364990234375, - 0.042449951171875, - 0.03375244140625, - 0.043731689453125, - 0.038848876953125, - -0.035888671875, - -0.003383636474609375, - -0.046478271484375, - -0.048828125, - 0.0005507469177246094, - 0.0271759033203125, - -0.0027065277099609375, - 0.032470703125, - -0.037567138671875, - -0.044586181640625, - 0.02313232421875, - -0.036285400390625, - 0.08746337890625, - 0.043304443359375, - -0.004909515380859375, - 0.0181427001953125, - -0.0316162109375, - 0.0098724365234375, - 0.01141357421875, - -0.004299163818359375, - 0.05560302734375, - 0.049468994140625, - 0.02197265625, - 0.029296875, - -0.031829833984375, - 0.006847381591796875, - 0.035675048828125, - 0.00949859619140625, - -0.01369476318359375, - 0.0447998046875, - 0.0276031494140625, - 0.0260009765625, - -0.01177978515625, - 0.06793212890625, - 0.0271759033203125, - -0.009979248046875, - 0.043304443359375, - -0.0251617431640625, - 0.0245208740234375, - -0.05242919921875, - 0.00472259521484375, - 0.0303497314453125, - 0.01141357421875, - 0.00881195068359375, - 0.041595458984375, - -0.0496826171875, - 0.01024627685546875, - 0.0333251953125, - -0.08197021484375, - 0.0212249755859375, - 0.0207977294921875, - -0.01953125, - 0.001598358154296875, - -0.0284423828125, - -0.0772705078125, - 0.02313232421875, - -0.03375244140625, - -0.056884765625, - 0.01093292236328125, - 0.0234527587890625, - -0.0447998046875, - -0.0149688720703125, - -0.0382080078125, - -0.004405975341796875, - -0.025360107421875, - -0.027069091796875, - 0.037994384765625, - -0.00400543212890625, - 0.01071929931640625, - 0.05328369140625, - 0.039703369140625, - -0.036102294921875, - -0.01050567626953125, - 0.0265350341796875, - -0.0214385986328125, - -0.046905517578125, - 0.0244140625, - 0.01226043701171875, - -0.00827789306640625, - -0.0305633544921875, - -0.032257080078125, - 0.0031452178955078125, - -0.0094451904296875, - -0.0005736351013183594, - -0.007537841796875, - -0.05328369140625, - -0.037994384765625, - -0.06494140625, - 0.044586181640625, - 0.0267486572265625, - 0.028228759765625, - -0.0014066696166992188, - -0.05560302734375, - 0.008331298828125, - -0.06451416015625, - -0.01136016845703125, - 0.006076812744140625, - -0.0072174072265625, - -0.00666046142578125, - 0.063232421875, - -0.00785064697265625, - -0.004669189453125, - -0.0121002197265625, - 0.036102294921875, - 0.006900787353515625, - 0.009124755859375, - -0.034393310546875, - 0.052001953125, - 0.0165557861328125, - -0.05859375, - 0.00615692138671875, - -0.0247344970703125, - 0.00705718994140625, - 0.0496826171875, - -0.05328369140625, - -0.02398681640625, - -0.0139007568359375, - -0.06536865234375, - -0.0303497314453125, - -0.0252685546875, - -0.0098724365234375, - -0.01824951171875, - 0.010345458984375, - 0.033111572265625, - 0.0017251968383789062, - 0.034393310546875, - 0.0230255126953125, - -0.007801055908203125, - 0.004589080810546875, - 0.035247802734375, - -0.0447998046875, - 0.029296875, - -0.05859375, - -0.0178375244140625, - -0.01422119140625, - 0.032684326171875, - -0.02801513671875, - 0.0230255126953125, - 0.014007568359375, - -0.016448974609375, - 0.0210113525390625, - -0.0301513671875, - 0.0012674331665039062, - -0.025054931640625, - -0.029510498046875, - -0.0350341796875, - -0.03204345703125, - 0.01114654541015625, - 0.0171966552734375, - -0.01294708251953125, - 0.0167694091796875, - 0.003170013427734375, - -0.046478271484375, - 0.005413055419921875, - 0.00907135009765625, - -0.0167694091796875, - 0.0183563232421875, - 0.00849151611328125, - -0.0218658447265625, - 0.006740570068359375, - 0.01055908203125, - -0.032470703125, - -0.03204345703125, - -0.082763671875, - 0.033111572265625, - -0.00817108154296875, - -0.0161285400390625, - -0.0303497314453125, - -0.05645751953125, - -0.070068359375, - -0.0010881423950195312, - 0.0269622802734375, - 0.0128936767578125, - 0.01161956787109375, - -0.025787353515625, - -0.0350341796875, - -0.0162353515625, - -0.032470703125, - 0.047760009765625, - -0.023773193359375, - -0.0047760009765625, - -0.02154541015625, - -0.037994384765625, - 0.032684326171875, - 0.02197265625, - 0.02685546875, - -0.003978729248046875, - 0.007801055908203125, - -0.025054931640625, - 0.0307769775390625, - 0.0016984939575195312, - -0.0157012939453125, - -0.0185699462890625, - -0.01358795166015625, - 0.0261077880859375, - -0.0305633544921875, - -0.042022705078125, - 0.0214385986328125, - 0.01708984375, - 0.020904541015625, - -0.0147552490234375, - -0.03948974609375, - 0.01316070556640625, - -0.001598358154296875, - 0.061553955078125, - -0.0063934326171875, - -0.055206298828125, - -0.0012674331665039062, - 0.002918243408203125, - 0.043731689453125, - 0.037353515625, - -0.0228271484375, - -0.028228759765625, - 0.00727081298828125, - 0.055206298828125, - -0.0312042236328125, - -0.01751708984375, - -0.05816650390625, - 0.00827789306640625, - 0.00737762451171875, - 0.0789794921875, - -0.0113067626953125, - 0.06964111328125, - -0.0038738250732421875, - -0.0034236907958984375, - 0.0181427001953125, - 0.06536865234375, - 0.05157470703125, - -0.0230255126953125, - -0.048614501953125, - -0.0126800537109375, - -0.0165557861328125, - -0.0273895263671875, - -0.032470703125, - -0.00695037841796875, - 0.052001953125, - -0.06536865234375, - -0.027801513671875, - -0.0229339599609375, - -0.01517486572265625, - 0.005706787109375, - 0.0187835693359375, - -0.014862060546875, - 0.029083251953125, - 0.0011739730834960938, - -0.0594482421875, - 0.01071929931640625, - -0.0187835693359375, - -0.006473541259765625, - 0.07135009765625, - -0.00152587890625, - -0.0399169921875, - 0.053924560546875, - 0.0251617431640625, - 0.020172119140625, - 0.0017251968383789062, - 0.02197265625, - 0.027069091796875, - 0.029510498046875, - 0.05413818359375, - 0.05731201171875, - -0.0341796875, - -0.0309906005859375, - 0.005706787109375, - 0.00319671630859375, - 0.0207977294921875, - 0.033111572265625, - 0.01125335693359375, - -0.00142669677734375, - -0.008544921875, - -0.04754638671875, - 0.002613067626953125, - 0.0012607574462890625, - -0.019744873046875, - -0.03692626953125, - -0.036712646484375, - 0.005279541015625, - -0.031829833984375, - 0.032257080078125, - 0.01273345947265625, - 0.005279541015625, - 0.0009617805480957031, - 0.034393310546875, - -0.0106658935546875, - -0.044586181640625, - 0.0048828125, - -0.0247344970703125, - -0.0205841064453125, - -0.04522705078125, - -0.01824951171875, - 0.040985107421875, - -0.023773193359375, - -0.056884765625, - -0.00335693359375, - 0.053497314453125, - -0.0141143798828125, - -0.020172119140625, - -0.0106658935546875, - 0.01305389404296875, - -0.037994384765625, - -0.05987548828125, - -0.04840087890625, - -0.0238800048828125, - 0.0020694732666015625, - -0.038848876953125, - 0.024627685546875, - 0.01263427734375, - -0.0263214111328125, - 0.00493621826171875, - -0.031829833984375, - -0.0560302734375, - 0.048828125, - -0.043304443359375, - 0.0496826171875, - 0.010986328125, - 0.00411224365234375, - 0.048828125, - 0.0462646484375, - -0.0220794677734375, - 0.007110595703125, - -0.0149688720703125, - -0.08404541015625, - 0.01549530029296875, - 0.005252838134765625, - -0.01666259765625, - -0.09173583984375, - -0.0180511474609375, - 0.02484130859375, - -0.063232421875, - 0.012786865234375, - -0.0180511474609375, - -0.016021728515625, - -0.038421630859375, - 0.01380157470703125, - 0.0176239013671875, - -0.0180511474609375, - 0.08660888671875, - 0.01136016845703125, - -0.0181427001953125, - 0.0016384124755859375, - -0.04180908203125, - 0.054779052734375, - 0.0143280029296875, - 0.0261077880859375, - -0.04522705078125, - 0.0307769775390625, - 0.01003265380859375, - -0.010345458984375, - 0.0176239013671875, - -0.0789794921875, - 0.01103973388671875, - 0.017730712890625, - 0.0305633544921875, - -0.00411224365234375, - 0.0232391357421875, - -0.0146484375, - -0.01220703125, - -0.0307769775390625, - 0.0146484375, - 0.01215362548828125, - -0.0011873245239257812, - -0.044586181640625, - -0.029937744140625, - 0.01995849609375, - -0.04266357421875, - -0.025787353515625, - -0.0301513671875, - 0.042449951171875, - 0.0147552490234375, - -0.06964111328125, - 0.0271759033203125, - -0.01204681396484375, - -0.01422119140625, - 0.0364990234375, - 0.05816650390625, - -0.028228759765625, - -0.014434814453125, - 0.01071929931640625, - 0.0382080078125, - 0.01953125, - 0.00870513916015625, - 0.01125335693359375, - 0.0178375244140625, - 0.005306243896484375, - -0.0276031494140625, - 0.042236328125, - 0.029296875, - -0.00785064697265625, - -0.038421630859375, - -0.033966064453125, - -0.01580810546875, - 0.04034423828125, - -0.0123138427734375, - 0.05072021484375, - 0.03692626953125, - -0.01422119140625, - -0.08917236328125, - 0.047119140625, - 0.005069732666015625, - 0.02972412109375, - 0.00902557373046875, - -0.019317626953125, - -0.07598876953125, - -0.049041748046875, - -0.0008754730224609375, - 0.0106658935546875, - -0.042877197265625, - 0.05816650390625, - -0.003662109375, - -0.01326751708984375, - 0.0271759033203125, - 0.0092315673828125, - -0.006183624267578125, - 0.053497314453125, - -0.0024280548095703125, - -0.0227203369140625, - 0.078125, - -0.045013427734375, - 0.033966064453125, - -0.01061248779296875, - 0.0146484375, - 0.0167694091796875, - 0.009979248046875, - -0.036712646484375, - 0.0000655055046081543, - 0.01337432861328125, - 0.05413818359375, - -0.00785064697265625, - 0.018890380859375, - -0.0316162109375, - 0.00493621826171875, - -0.0227203369140625, - -0.01226043701171875, - -0.001857757568359375, - -0.0008821487426757812, - -0.031402587890625, - 0.007747650146484375, - -0.05987548828125, - -0.06494140625, - -0.0072174072265625, - -0.036285400390625, - -0.0133209228515625, - 0.006103515625, - 0.0249481201171875, - 0.0496826171875, - -0.05987548828125, - 0.033966064453125, - -0.006580352783203125, - -0.0118865966796875, - 0.00949859619140625, - 0.0276031494140625, - -0.031829833984375, - 0.037139892578125, - 0.016876220703125, - -0.0220794677734375, - 0.0229339599609375, - -0.027069091796875, - 0.0066070556640625, - -0.0094451904296875, - -0.00732421875, - -0.0240936279296875, - 0.033966064453125, - -0.061981201171875, - -0.00583648681640625, - 0.036712646484375, - 0.0284423828125, - 0.006526947021484375, - -0.0333251953125, - 0.025787353515625, - 0.006580352783203125, - -0.055206298828125, - 0.008758544921875, - -0.029510498046875, - -0.041168212890625, - -0.0029850006103515625, - -0.01549530029296875, - -0.0004246234893798828, - 0.01300048828125, - 0.0350341796875, - 0.0203857421875, - 0.066650390625, - 0.009552001953125, - -0.025787353515625, - 0.01177978515625, - -0.01369476318359375, - 0.0594482421875, - 0.0252685546875, - 0.0341796875, - 0.0011148452758789062, - 0.0198516845703125, - 0.011566162109375, - -0.06964111328125, - 0.00472259521484375, - -0.029937744140625, - -0.041168212890625, - -0.0169830322265625, - 0.0836181640625, - 0.024200439453125, - 0.0309906005859375, - 0.0198516845703125, - 0.0528564453125, - 0.029083251953125, - -0.0104522705078125, - -0.031829833984375, - -0.0692138671875, - -0.00461578369140625, - 0.024200439453125, - 0.017303466796875, - -0.061981201171875, - 0.054779052734375, - 0.0560302734375, - -0.0034503936767578125, - -0.01284027099609375, - -0.036712646484375, - -0.0149688720703125, - 0.03375244140625, - 0.032470703125, - 0.0276031494140625, - -0.07049560546875, - -0.0018711090087890625, - 0.0265350341796875, - -0.004032135009765625, - -0.00928497314453125, - -0.0214385986328125, - -0.0080108642578125, - 0.01125335693359375, - -0.040985107421875, - 0.00615692138671875, - 0.046478271484375, - 0.05157470703125, - 0.008758544921875, - -0.039703369140625, - -0.03204345703125, - 0.0163421630859375, - 0.0057830810546875, - -0.00881195068359375, - -0.00716400146484375, - 0.0350341796875, - -0.035888671875, - 0.02197265625, - 0.035247802734375, - -0.0014858245849609375, - 0.0145416259765625, - 0.031402587890625, - -0.040985107421875, - 0.0118865966796875, - -0.02197265625, - 0.009124755859375, - -0.0096588134765625, - -0.0333251953125, - -0.002826690673828125, - -0.031402587890625, - 0.0123138427734375, - 0.0186767578125, - 0.0276031494140625, - 0.021331787109375, - 0.00716400146484375, - 0.004459381103515625, - -0.0004742145538330078, - 0.027801513671875, - 0.03948974609375, - 0.032257080078125, - 0.018463134765625, - 0.0179443359375, - 0.016448974609375, - -0.0005307197570800781, - -0.0189971923828125, - 0.040985107421875, - -0.048828125, - 0.019744873046875, - -0.05157470703125, - -0.01114654541015625, - 0.0146484375, - -0.031829833984375, - -0.022613525390625, - -0.047119140625, - -0.00716400146484375, - -0.0333251953125, - -0.050933837890625, - -0.018890380859375, - 0.05560302734375, - -0.03863525390625, - 0.01560211181640625, - 0.034820556640625, - 0.035888671875, - 0.0026397705078125, - -0.042236328125, - 0.06964111328125, - 0.032257080078125, - 0.046478271484375, - -0.00279998779296875, - 0.001750946044921875, - 0.012786865234375, - -0.0212249755859375, - 0.0245208740234375, - 0.040557861328125, - -0.01751708984375, - 0.056884765625, - 0.0165557861328125, - 0.0230255126953125, - -0.0227203369140625, - 0.045013427734375, - -0.01194000244140625, - -0.042877197265625, - 0.005096435546875, - 0.0131072998046875, - 0.01380157470703125, - -0.005970001220703125, - -0.005916595458984375, - -0.0273895263671875, - -0.060699462890625, - 0.05859375, - 0.01422119140625, - -0.018463134765625, - 0.042236328125, - -0.0176239013671875, - 0.0577392578125, - 0.0062103271484375, - 0.045013427734375, - -0.0640869140625, - 0.05560302734375, - -0.016876220703125, - 0.0080108642578125, - 0.0009021759033203125, - 0.0028400421142578125, - -0.01528167724609375, - 0.029937744140625, - -0.00827789306640625, - 0.06494140625, - 0.0333251953125, - -0.009765625, - -0.0447998046875, - -0.00695037841796875, - 0.0030651092529296875, - 0.005252838134765625, - 0.034393310546875, - -0.0333251953125, - -0.00727081298828125, - 0.01013946533203125, - 0.0312042236328125, - 0.042022705078125, - -0.006290435791015625, - 0.0030384063720703125, - 0.005756378173828125, - -0.01549530029296875, - -0.0247344970703125, - -0.0072174072265625 - ], - "metadata": { - "domains": [ - "malware-analysis" - ], - "phases": [ - "analysis" - ], - "tags": [ - "reverse-engineering", - "scripting" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, - { - "id": "tool_IDA_Pro", - "type": "tool", - "name": "IDA Pro", - "content": "ida pro vertreten im bereich des reverse engineering seit über 30 jahren - hexrays ida pro definierte die statische binary-analyse. der disassembler unterstützt über 50 prozessor-architekturen von x86 über arm bis zu exotischen dsps. der decompiler wandelt assembly in lesbaren c-pseudocode um, interaktive cross-references visualisieren code-beziehungen, der graph-view zeigt control-flow intuitiv. idapython ermöglicht automatisierung komplexer analysen. die signature- datenbank (flirt) identifiziert standard-bibliotheken automatisch. collaborative-features für teamanalysen. besonders stark bei malware- dekonstruktion, vulnerability-research und firmware-analyse. der preis schreckt hobbyisten ab. disassembler decompiler malware-analysis static-investigations analysis", - "embedding": [ - -0.045074462890625, - 0.005062103271484375, - 0.03778076171875, - 0.02777099609375, - 0.022125244140625, - 0.03570556640625, - 0.02264404296875, - 0.0159759521484375, - -0.034637451171875, - -0.007411956787109375, - -0.034454345703125, - 0.05426025390625, - 0.004932403564453125, - 0.03173828125, - -0.053436279296875, - 0.041534423828125, - -0.0160675048828125, - 0.01221466064453125, - -0.00446319580078125, - -0.0014028549194335938, - -0.013671875, - -0.0159759521484375, - -0.03424072265625, - -0.0306854248046875, - 0.018890380859375, - 0.00839996337890625, - -0.01534271240234375, - -0.0496826171875, - -0.0103302001953125, - -0.0182647705078125, - 0.0202484130859375, - -0.006290435791015625, - 0.01309967041015625, - 0.0202484130859375, - 0.01544952392578125, - -0.018890380859375, - 0.0037059783935546875, - -0.059295654296875, - -0.0184783935546875, - 0.044677734375, - -0.01111602783203125, - 0.013671875, - 0.01617431640625, - -0.00347137451171875, - 0.00975799560546875, - -0.0452880859375, - 0.01174163818359375, - -0.01023101806640625, - 0.005321502685546875, - -0.008453369140625, - 0.045928955078125, - 0.025054931640625, - 0.0089263916015625, - -0.04132080078125, - -0.050323486328125, - 0.045501708984375, - 0.0296478271484375, - -0.0338134765625, - -0.036102294921875, - 0.049468994140625, - -0.0338134765625, - 0.005218505859375, - 0.0123138427734375, - 0.0001125335693359375, - -0.00751495361328125, - 0.04571533203125, - -0.007099151611328125, - -0.04425048828125, - 0.0007634162902832031, - 0.0170135498046875, - 0.009185791015625, - -0.007358551025390625, - -0.032989501953125, - 0.039031982421875, - -0.0546875, - -0.027557373046875, - 0.0200347900390625, - 0.04071044921875, - -0.0054779052734375, - 0.005191802978515625, - -0.04071044921875, - 0.01012420654296875, - 0.053436279296875, - -0.0089263916015625, - 0.002269744873046875, - -0.00211334228515625, - 0.029022216796875, - 0.0184783935546875, - 0.01523590087890625, - -0.0003979206085205078, - 0.035064697265625, - -0.01461029052734375, - 0.033599853515625, - -0.021820068359375, - 0.008819580078125, - 0.025360107421875, - -0.03424072265625, - -0.01064300537109375, - -0.046356201171875, - 0.028594970703125, - 0.0230712890625, - 0.0011806488037109375, - 0.05218505859375, - -0.027130126953125, - 0.0396728515625, - -0.040496826171875, - 0.0264129638671875, - -0.0060272216796875, - -0.004150390625, - -0.01346588134765625, - -0.0714111328125, - -0.025054931640625, - -0.00923919677734375, - -0.0626220703125, - 0.0024127960205078125, - 0.004802703857421875, - -0.0187835693359375, - 0.01461029052734375, - -0.047393798828125, - -0.0302734375, - 0.0173187255859375, - 0.0031452178955078125, - 0.0022182464599609375, - 0.034027099609375, - -0.0467529296875, - -0.05718994140625, - 0.003940582275390625, - 0.034454345703125, - -0.05010986328125, - -0.020660400390625, - -0.005062103271484375, - -0.0242156982421875, - -0.01544952392578125, - 0.01409149169921875, - -0.0081939697265625, - -0.02056884765625, - 0.02984619140625, - 0.0012788772583007812, - -0.009552001953125, - -0.002948760986328125, - 0.0193023681640625, - -0.02191162109375, - -0.06927490234375, - 0.021087646484375, - -0.00238800048828125, - -0.0245208740234375, - -0.0032100677490234375, - 0.022125244140625, - -0.046966552734375, - 0.0032100677490234375, - -0.0030651092529296875, - 0.0009984970092773438, - 0.060943603515625, - -0.002140045166015625, - 0.026092529296875, - -0.0269317626953125, - 0.01007080078125, - -0.0382080078125, - 0.041961669921875, - -0.01335906982421875, - -0.01148223876953125, - 0.0170135498046875, - -0.01012420654296875, - 0.03924560546875, - -0.0294342041015625, - -0.046966552734375, - -0.0001443624496459961, - 0.02734375, - 0.0208740234375, - -0.0177459716796875, - 0.00751495361328125, - -0.01080322265625, - 0.0296478271484375, - 0.06011962890625, - -0.0216064453125, - 0.022857666015625, - -0.019622802734375, - -0.0128936767578125, - 0.028594970703125, - 0.0172271728515625, - -0.00887298583984375, - -0.0323486328125, - 0.0308990478515625, - -0.01116943359375, - 0.0269317626953125, - 0.01273345947265625, - -0.0036525726318359375, - -0.0145111083984375, - -0.0302734375, - 0.045501708984375, - -0.0279693603515625, - -0.0242156982421875, - -0.01038360595703125, - 0.0411376953125, - 0.00814056396484375, - 0.059295654296875, - 0.037353515625, - -0.01059722900390625, - 0.0517578125, - -0.00665283203125, - 0.0302734375, - 0.021392822265625, - 0.003261566162109375, - 0.07183837890625, - 0.0236968994140625, - -0.00933837890625, - -0.0030269622802734375, - 0.025360107421875, - 0.03338623046875, - -0.006107330322265625, - 0.0004730224609375, - 0.0244293212890625, - 0.0010700225830078125, - 0.0037059783935546875, - -0.019927978515625, - -0.040496826171875, - 0.042999267578125, - -0.0007729530334472656, - 0.00913238525390625, - -0.0279693603515625, - 0.0015134811401367188, - -0.03173828125, - -0.01049041748046875, - 0.019622802734375, - -0.051971435546875, - 0.037994384765625, - 0.031524658203125, - -0.0162811279296875, - -0.0028839111328125, - 0.02630615234375, - 0.038421630859375, - 0.0209808349609375, - 0.0294342041015625, - -0.00665283203125, - -0.03131103515625, - -0.0109100341796875, - 0.0201416015625, - 0.032135009765625, - 0.0201416015625, - 0.00714874267578125, - -0.0396728515625, - 0.047607421875, - -0.02484130859375, - 0.039459228515625, - 0.036529541015625, - -0.0200347900390625, - 0.00830078125, - 0.00238800048828125, - 0.031097412109375, - 0.038818359375, - -0.034637451171875, - -0.025054931640625, - -0.050933837890625, - 0.017852783203125, - -0.060546875, - -0.02557373046875, - -0.01471710205078125, - -0.055938720703125, - 0.040496826171875, - -0.02777099609375, - -0.039031982421875, - 0.027557373046875, - 0.035491943359375, - -0.005428314208984375, - 0.014404296875, - 0.00498199462890625, - -0.053436279296875, - 0.0069427490234375, - 0.0697021484375, - 0.0038356781005859375, - -0.023895263671875, - -0.0279693603515625, - 0.0173187255859375, - 0.0011615753173828125, - 0.01983642578125, - -0.0110626220703125, - 0.004825592041015625, - 0.0302734375, - 0.030059814453125, - 0.0208740234375, - -0.025360107421875, - 0.0159759521484375, - -0.010955810546875, - 0.06890869140625, - -0.03985595703125, - 0.0030536651611328125, - 0.001735687255859375, - -0.00301361083984375, - -0.005035400390625, - -0.041961669921875, - -0.005504608154296875, - 0.0352783203125, - 0.03131103515625, - 0.0294342041015625, - 0.0119476318359375, - -0.07470703125, - 0.00121307373046875, - 0.0261993408203125, - -0.008087158203125, - 0.038604736328125, - 0.051971435546875, - -0.04925537109375, - -0.004695892333984375, - -0.01085662841796875, - 0.003993988037109375, - -0.044464111328125, - -0.02587890625, - -0.0438232421875, - 0.0145111083984375, - -0.044891357421875, - -0.0259857177734375, - 0.0200347900390625, - -0.037994384765625, - 0.026092529296875, - -0.0160675048828125, - 0.0157623291015625, - -0.053863525390625, - -0.042388916015625, - 0.0006031990051269531, - -0.0037059783935546875, - -0.04071044921875, - -0.053009033203125, - 0.05072021484375, - 0.01910400390625, - 0.024627685546875, - 0.0101776123046875, - 0.0267181396484375, - -0.0252532958984375, - 0.01910400390625, - -0.018585205078125, - 0.01012420654296875, - 0.01482391357421875, - 0.044464111328125, - 0.023590087890625, - 0.00788116455078125, - 0.04278564453125, - 0.0743408203125, - 0.0411376953125, - -0.021392822265625, - -0.00798797607421875, - 0.01111602783203125, - 0.02734375, - 0.015655517578125, - -0.039031982421875, - -0.0234832763671875, - -0.0323486328125, - -0.01513671875, - 0.00861358642578125, - -0.00876617431640625, - 0.053863525390625, - 0.0546875, - 0.01023101806640625, - -0.01236724853515625, - 0.053009033203125, - 0.0058441162109375, - 0.0885009765625, - -0.00634002685546875, - -0.049896240234375, - 0.00257110595703125, - 0.036102294921875, - -0.019927978515625, - -0.027130126953125, - 0.0382080078125, - 0.01325225830078125, - -0.0162811279296875, - 0.046142578125, - -0.0110626220703125, - 0.004489898681640625, - -0.02484130859375, - -0.0014219284057617188, - 0.0212860107421875, - -0.02191162109375, - 0.0214996337890625, - 0.00824737548828125, - 0.039031982421875, - 0.0214996337890625, - 0.029022216796875, - -0.058868408203125, - -0.003887176513671875, - -0.044464111328125, - -0.034454345703125, - 0.032135009765625, - 0.00814056396484375, - -0.0016698837280273438, - 0.04425048828125, - -0.042572021484375, - -0.06719970703125, - 0.01226043701171875, - -0.048004150390625, - 0.12109375, - 0.05426025390625, - -0.0162811279296875, - 0.018890380859375, - -0.034637451171875, - 0.030059814453125, - 0.0214996337890625, - 0.01100921630859375, - 0.046356201171875, - 0.0626220703125, - 0.037994384765625, - 0.0121612548828125, - -0.053009033203125, - 0.011688232421875, - 0.02337646484375, - 0.005401611328125, - 0.0062103271484375, - 0.056365966796875, - -0.003940582275390625, - 0.02630615234375, - -0.00301361083984375, - 0.044891357421875, - 0.04364013671875, - -0.034027099609375, - 0.040924072265625, - -0.005218505859375, - 0.021820068359375, - -0.049896240234375, - -0.00788116455078125, - 0.014923095703125, - 0.0261993408203125, - 0.030059814453125, - 0.035491943359375, - -0.05718994140625, - -0.0037841796875, - 0.05072021484375, - -0.067626953125, - 0.018585205078125, - -0.01122283935546875, - -0.017120361328125, - -0.0160675048828125, - -0.0396728515625, - -0.0596923828125, - 0.01398468017578125, - -0.036102294921875, - -0.0517578125, - -0.01001739501953125, - 0.01137542724609375, - -0.0195159912109375, - -0.0094451904296875, - -0.017425537109375, - -0.014923095703125, - -0.0238037109375, - -0.01158905029296875, - 0.032989501953125, - 0.0026226043701171875, - -0.007724761962890625, - 0.03985595703125, - 0.04217529296875, - -0.0164947509765625, - -0.02337646484375, - 0.02630615234375, - -0.00986480712890625, - -0.0279693603515625, - 0.0238037109375, - 0.01059722900390625, - 0.005428314208984375, - -0.037353515625, - -0.0202484130859375, - 0.014404296875, - -0.0007958412170410156, - 0.02587890625, - 0.0247344970703125, - -0.0251617431640625, - -0.047393798828125, - -0.03131103515625, - 0.047393798828125, - 0.00850677490234375, - 0.0452880859375, - -0.0038089752197265625, - -0.05322265625, - 0.0155487060546875, - -0.05426025390625, - -0.0323486328125, - -0.01116943359375, - 0.01299285888671875, - -0.0011615753173828125, - 0.048431396484375, - 0.004199981689453125, - -0.00527191162109375, - 0.0023097991943359375, - 0.04217529296875, - -0.00527191162109375, - 0.004932403564453125, - -0.0626220703125, - 0.0323486328125, - 0.0064697265625, - -0.040283203125, - -0.0068359375, - -0.02337646484375, - -0.012054443359375, - 0.03924560546875, - -0.0467529296875, - -0.0211944580078125, - -0.00644683837890625, - -0.07513427734375, - -0.0338134765625, - -0.0306854248046875, - -0.0010175704956054688, - -0.03570556640625, - 0.0281829833984375, - 0.01126861572265625, - 0.00850677490234375, - 0.02734375, - 0.037567138671875, - -0.04718017578125, - 0.0256805419921875, - -0.0081939697265625, - -0.0150299072265625, - 0.0173187255859375, - -0.047393798828125, - -0.0155487060546875, - -0.00688934326171875, - 0.0182647705078125, - -0.034637451171875, - 0.020660400390625, - -0.0013828277587890625, - -0.0079345703125, - 0.047607421875, - -0.042388916015625, - -0.019622802734375, - -0.027557373046875, - -0.05426025390625, - -0.0452880859375, - -0.03570556640625, - -0.0021648406982421875, - 0.0227508544921875, - -0.017120361328125, - 0.032135009765625, - 0.032989501953125, - -0.020355224609375, - -0.0021915435791015625, - -0.01163482666015625, - -0.02410888671875, - 0.0119476318359375, - 0.01221466064453125, - -0.0018529891967773438, - -0.0166015625, - 0.02777099609375, - -0.040496826171875, - -0.05157470703125, - -0.07806396484375, - 0.027130126953125, - -0.02410888671875, - -0.00446319580078125, - -0.0200347900390625, - -0.0187835693359375, - -0.06890869140625, - 0.01523590087890625, - 0.01763916015625, - 0.00545501708984375, - 0.01190185546875, - -0.049041748046875, - -0.0269317626953125, - -0.01482391357421875, - -0.0511474609375, - 0.033203125, - -0.0338134765625, - 0.00428009033203125, - 0.006313323974609375, - -0.049468994140625, - 0.029022216796875, - 0.0194091796875, - 0.03173828125, - 0.037994384765625, - 0.036529541015625, - -0.0230712890625, - 0.0184783935546875, - -0.01007080078125, - -0.00949859619140625, - -0.03277587890625, - -0.00788116455078125, - 0.049041748046875, - -0.0173187255859375, - -0.041534423828125, - 0.0338134765625, - 0.0382080078125, - -0.0128936767578125, - 0.0186767578125, - -0.039459228515625, - 0.0308990478515625, - -0.00347137451171875, - 0.036956787109375, - -0.020355224609375, - -0.0555419921875, - 0.001194000244140625, - 0.01001739501953125, - 0.05072021484375, - 0.050323486328125, - 0.003326416015625, - -0.0294342041015625, - 0.003940582275390625, - 0.035064697265625, - -0.01346588134765625, - -0.03338623046875, - -0.0396728515625, - -0.0078277587890625, - 0.019927978515625, - 0.0555419921875, - -0.01690673828125, - 0.0814208984375, - 0.016693115234375, - -0.0033664703369140625, - 0.02630615234375, - 0.04779052734375, - 0.0555419921875, - -0.0209808349609375, - -0.035064697265625, - -0.01137542724609375, - -0.021087646484375, - -0.024322509765625, - -0.037994384765625, - 0.0074615478515625, - 0.018585205078125, - -0.04071044921875, - -0.0234832763671875, - -0.023895263671875, - -0.0009393692016601562, - 0.01471710205078125, - 0.0242156982421875, - -0.020660400390625, - 0.02984619140625, - -0.014404296875, - -0.044464111328125, - 0.00534820556640625, - -0.0201416015625, - 0.007671356201171875, - 0.056793212890625, - 0.0304718017578125, - -0.0259857177734375, - 0.0452880859375, - 0.00824737548828125, - 0.0245208740234375, - -0.00005745887756347656, - 0.025054931640625, - 0.030059814453125, - 0.051971435546875, - 0.027130126953125, - 0.0655517578125, - -0.027557373046875, - -0.024322509765625, - -0.002582550048828125, - 0.00665283203125, - 0.0256805419921875, - 0.0283966064453125, - -0.0009717941284179688, - -0.0279693603515625, - -0.0160675048828125, - -0.06011962890625, - 0.000118255615234375, - 0.00861358642578125, - -0.0099639892578125, - -0.045501708984375, - -0.044464111328125, - -0.0021533966064453125, - -0.0526123046875, - 0.04425048828125, - 0.02056884765625, - -0.01043701171875, - 0.016693115234375, - 0.049041748046875, - 0.0186767578125, - -0.040069580078125, - 0.0220184326171875, - -0.0189971923828125, - -0.0128936767578125, - -0.059295654296875, - -0.045501708984375, - 0.0296478271484375, - -0.031951904296875, - -0.060546875, - -0.005245208740234375, - 0.051971435546875, - -0.004852294921875, - -0.02880859375, - -0.004619598388671875, - 0.01210784912109375, - -0.02410888671875, - -0.03131103515625, - -0.0367431640625, - -0.0265045166015625, - -0.00933837890625, - -0.0232696533203125, - 0.03570556640625, - 0.00319671630859375, - -0.013885498046875, - 0.0005741119384765625, - -0.01236724853515625, - -0.04364013671875, - 0.0367431640625, - -0.036102294921875, - 0.0411376953125, - 0.013671875, - 0.0175323486328125, - 0.048431396484375, - 0.043426513671875, - -0.0214996337890625, - -0.00652313232421875, - -0.019622802734375, - -0.061370849609375, - 0.00652313232421875, - 0.004253387451171875, - -0.001644134521484375, - -0.052398681640625, - -0.01001739501953125, - 0.037353515625, - -0.064697265625, - -0.0013637542724609375, - 0.0016698837280273438, - -0.0208740234375, - -0.060546875, - -0.00777435302734375, - 0.007099151611328125, - -0.0225372314453125, - 0.06719970703125, - 0.01273345947265625, - -0.03717041015625, - 0.00830078125, - -0.053863525390625, - 0.053436279296875, - 0.0145111083984375, - 0.028594970703125, - -0.05804443359375, - 0.0306854248046875, - 0.0222320556640625, - -0.0382080078125, - -0.017425537109375, - -0.07598876953125, - 0.0099639892578125, - 0.0229644775390625, - 0.038421630859375, - -0.0193023681640625, - 0.01262664794921875, - -0.021087646484375, - -0.0024013519287109375, - -0.005741119384765625, - 0.01262664794921875, - -0.001735687255859375, - 0.0126800537109375, - -0.0338134765625, - -0.023895263671875, - 0.01398468017578125, - -0.031951904296875, - -0.0323486328125, - -0.044677734375, - 0.0382080078125, - -0.0038623809814453125, - -0.06427001953125, - 0.0189971923828125, - -0.01910400390625, - 0.013153076171875, - 0.0007143020629882812, - 0.05426025390625, - -0.0467529296875, - -0.022857666015625, - -0.01409149169921875, - 0.04132080078125, - 0.01346588134765625, - 0.028594970703125, - 0.0005807876586914062, - 0.0245208740234375, - -0.01200103759765625, - -0.0195159912109375, - 0.04864501953125, - 0.0117950439453125, - -0.00652313232421875, - -0.04278564453125, - -0.0236968994140625, - -0.048858642578125, - 0.044464111328125, - 0.008087158203125, - 0.06219482421875, - 0.01690673828125, - 0.0058441162109375, - -0.08892822265625, - 0.07012939453125, - -0.00975799560546875, - 0.027130126953125, - 0.01059722900390625, - -0.029022216796875, - -0.070556640625, - -0.035064697265625, - -0.024322509765625, - -0.004619598388671875, - -0.035919189453125, - 0.02056884765625, - 0.022125244140625, - 0.004619598388671875, - 0.031524658203125, - -0.00725555419921875, - 0.0098114013671875, - 0.032562255859375, - -0.006603240966796875, - -0.03631591796875, - 0.05157470703125, - -0.053436279296875, - 0.0047760009765625, - 0.0013437271118164062, - 0.02056884765625, - 0.030059814453125, - -0.002635955810546875, - -0.02630615234375, - -0.005401611328125, - 0.02557373046875, - 0.039459228515625, - -0.01043701171875, - 0.0189971923828125, - -0.0166015625, - 0.027557373046875, - -0.00933837890625, - 0.01763916015625, - 0.011322021484375, - -0.0060272216796875, - -0.0323486328125, - 0.0101776123046875, - -0.08099365234375, - -0.076416015625, - -0.010284423828125, - -0.01471710205078125, - -0.0211944580078125, - 0.013885498046875, - 0.016693115234375, - 0.0172271728515625, - -0.045501708984375, - 0.031524658203125, - 0.006420135498046875, - -0.0294342041015625, - -0.006992340087890625, - 0.0279693603515625, - -0.034637451171875, - 0.0265045166015625, - 0.01910400390625, - -0.046142578125, - 0.01398468017578125, - -0.0137786865234375, - -0.01148223876953125, - 0.003261566162109375, - 0.00022339820861816406, - -0.021392822265625, - 0.0496826171875, - -0.05157470703125, - -0.005687713623046875, - 0.0212860107421875, - 0.0294342041015625, - 0.01409149169921875, - -0.028594970703125, - 0.026092529296875, - -0.01419830322265625, - -0.0555419921875, - 0.004329681396484375, - -0.0179595947265625, - -0.08056640625, - 0.00803375244140625, - -0.037994384765625, - 0.01482391357421875, - 0.0231781005859375, - 0.047607421875, - 0.037353515625, - 0.05718994140625, - 0.0166015625, - -0.04364013671875, - 0.0175323486328125, - 0.0194091796875, - 0.046966552734375, - 0.0175323486328125, - 0.02410888671875, - -0.0009984970092773438, - 0.01763916015625, - 0.01126861572265625, - -0.08013916015625, - -0.00665283203125, - -0.0164947509765625, - -0.05804443359375, - 0.008819580078125, - 0.061798095703125, - 0.034637451171875, - 0.0261993408203125, - 0.0304718017578125, - 0.06927490234375, - 0.048858642578125, - 0.0159759521484375, - -0.0261993408203125, - -0.060943603515625, - -0.017852783203125, - 0.0382080078125, - 0.027557373046875, - -0.06927490234375, - 0.058441162109375, - 0.0684814453125, - -0.0145111083984375, - -0.01983642578125, - -0.015869140625, - -0.027130126953125, - 0.041748046875, - 0.0006685256958007812, - 0.00688934326171875, - -0.07183837890625, - 0.01409149169921875, - 0.00652313232421875, - 0.01043701171875, - 0.0031185150146484375, - -0.0216064453125, - -0.03277587890625, - 0.050933837890625, - -0.053863525390625, - 0.0155487060546875, - 0.0193023681640625, - 0.049041748046875, - 0.00865936279296875, - -0.040496826171875, - 0.014923095703125, - 0.0180511474609375, - 0.00229644775390625, - -0.0212860107421875, - 0.00007337331771850586, - 0.0094451904296875, - -0.03424072265625, - 0.0187835693359375, - 0.059295654296875, - 0.00464630126953125, - 0.0240020751953125, - 0.0137786865234375, - -0.038818359375, - 0.0254669189453125, - -0.035919189453125, - 0.034454345703125, - 0.005924224853515625, - -0.045501708984375, - -0.032989501953125, - -0.029022216796875, - 0.016387939453125, - -0.00341796875, - 0.037353515625, - 0.00798797607421875, - -0.0037841796875, - -0.00751495361328125, - -0.0204620361328125, - 0.0202484130859375, - 0.0438232421875, - 0.0008153915405273438, - 0.03173828125, - 0.00814056396484375, - 0.04925537109375, - 0.004878997802734375, - -0.02056884765625, - 0.03338623046875, - -0.025787353515625, - 0.0296478271484375, - -0.056793212890625, - 0.0004239082336425781, - 0.029022216796875, - -0.0259857177734375, - -0.005115509033203125, - -0.027557373046875, - -0.004619598388671875, - -0.0063934326171875, - -0.0279693603515625, - -0.0145111083984375, - 0.03277587890625, - -0.039459228515625, - 0.0023097991943359375, - 0.043426513671875, - 0.014404296875, - 0.01409149169921875, - -0.024322509765625, - 0.05072021484375, - 0.040924072265625, - 0.0230712890625, - -0.004749298095703125, - 0.00678253173828125, - 0.0323486328125, - -0.0267181396484375, - 0.01837158203125, - 0.043212890625, - 0.018585205078125, - 0.053436279296875, - 0.0193023681640625, - 0.0267181396484375, - -0.04217529296875, - 0.0220184326171875, - -0.01163482666015625, - -0.039459228515625, - 0.02410888671875, - 0.01320648193359375, - 0.0172271728515625, - -0.010955810546875, - -0.013153076171875, - -0.00652313232421875, - -0.0576171875, - 0.06927490234375, - 0.0006327629089355469, - -0.0231781005859375, - 0.025787353515625, - -0.03277587890625, - 0.0596923828125, - -0.002452850341796875, - 0.06427001953125, - -0.0172271728515625, - 0.0596923828125, - -0.035919189453125, - 0.014404296875, - 0.01080322265625, - 0.01544952392578125, - 0.01007080078125, - 0.0192108154296875, - -0.01398468017578125, - 0.056793212890625, - 0.01064300537109375, - 0.0087127685546875, - -0.0281829833984375, - -0.02264404296875, - -0.001461029052734375, - 0.0126800537109375, - 0.0106964111328125, - -0.038421630859375, - -0.0145111083984375, - -0.0155487060546875, - 0.0114288330078125, - 0.06219482421875, - -0.0137786865234375, - 0.01085662841796875, - -0.0009589195251464844, - 0.0015134811401367188, - -0.00913238525390625, - 0.004150390625 - ], - "metadata": { - "domains": [ - "malware-analysis", - "static-investigations" - ], - "phases": [ - "analysis" - ], - "tags": [ - "disassembler", - "decompiler" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, - { - "id": "tool_Oxygen_Forensic_Suite", - "type": "tool", - "name": "Oxygen Forensic Suite", - "content": "oxygen forensic suite die umfassende mobile-forensik-suite positioniert sich als alternative zu westlichen lösungen mit fokus auf android-geräte und cloud-services. besonders stark: deep-extraction chinesischer smartphones (xiaomi, huawei, oneplus), telegram-forensics inklusive secret-chats, signal-database- decryption bei root-access. die cloud-explorer-module greifen auf 50+ services zu: google-takeout, icloud-backups, microsoft-accounts ohne premium-pricing. physical-analyzer visualisiert timeline und geo-locations. die sqlite-viewer parst app-databases direkt. besonders innovativ: ufed-image-import ermöglicht cross-platform-analysis, live-memory-dumps von android-geräten, malware-detection in apks. der preis (ab 8.000€) unterbietet marktführer deutlich. technisch solide lösung mit umfangreichem cloud-support und regelmäßigen updates für neue smartphone-modelle und apps. mobile cloud decryption mobile-forensics examination analysis", - "embedding": [ - -0.0152435302734375, - 0.0302886962890625, - 0.0279083251953125, - -0.007472991943359375, - 0.03009033203125, - 0.056610107421875, - 0.03582763671875, - -0.0009341239929199219, - -0.0003712177276611328, - -0.026519775390625, - -0.0310821533203125, - 0.06292724609375, - 0.0165252685546875, - 0.0030193328857421875, - -0.0732421875, - 0.034454345703125, - -0.004058837890625, - 0.00846099853515625, - 0.03582763671875, - -0.01088714599609375, - -0.006877899169921875, - -0.0193939208984375, - -0.04791259765625, - -0.0025482177734375, - -0.0127716064453125, - 0.00010591745376586914, - -0.0165252685546875, - -0.057403564453125, - -0.037811279296875, - -0.00447845458984375, - 0.0111846923828125, - -0.023651123046875, - -0.0028209686279296875, - 0.0193939208984375, - 0.0064849853515625, - -0.01306915283203125, - -0.00507354736328125, - -0.035247802734375, - -0.032470703125, - 0.032470703125, - -0.014251708984375, - -0.0032672882080078125, - 0.0287017822265625, - 0.0023021697998046875, - -0.03485107421875, - -0.032470703125, - -0.021881103515625, - -0.040771484375, - 0.021087646484375, - -0.01029205322265625, - 0.011627197265625, - 0.024444580078125, - -0.01861572265625, - 0.00290679931640625, - -0.031463623046875, - 0.036041259765625, - 0.0180206298828125, - -0.0245513916015625, - -0.054229736328125, - 0.0423583984375, - -0.04791259765625, - -0.01751708984375, - -0.01132965087890625, - 0.00428009033203125, - 0.00304412841796875, - 0.01415252685546875, - -0.014251708984375, - -0.016632080078125, - -0.01355743408203125, - 0.00826263427734375, - 0.003662109375, - 0.006435394287109375, - -0.0267181396484375, - 0.027313232421875, - -0.037994384765625, - -0.041961669921875, - 0.0290985107421875, - 0.0169219970703125, - -0.004428863525390625, - -0.01088714599609375, - -0.055023193359375, - 0.01227569580078125, - 0.039794921875, - -0.0201873779296875, - -0.01385498046875, - -0.01554107666015625, - 0.0277099609375, - 0.010589599609375, - 0.01335906982421875, - 0.009307861328125, - -0.000006198883056640625, - -0.03009033203125, - 0.0221710205078125, - -0.0164337158203125, - 0.019989013671875, - 0.0732421875, - -0.02276611328125, - -0.012420654296875, - -0.005641937255859375, - 0.03009033203125, - 0.006435394287109375, - -0.029693603515625, - 0.0318603515625, - -0.0035877227783203125, - 0.0176239013671875, - -0.0263214111328125, - 0.007373809814453125, - -0.0306854248046875, - -0.036834716796875, - -0.023651123046875, - -0.08984375, - -0.041961669921875, - -0.0038604736328125, - -0.06494140625, - -0.0177154541015625, - -0.005664825439453125, - -0.007472991943359375, - 0.03564453125, - -0.052276611328125, - -0.0413818359375, - 0.0169219970703125, - 0.0261383056640625, - 0.00218963623046875, - 0.018218994140625, - -0.0257415771484375, - -0.060577392578125, - 0.005023956298828125, - 0.023162841796875, - -0.0257415771484375, - -0.035430908203125, - -0.0372314453125, - -0.0423583984375, - 0.00435638427734375, - -0.0298919677734375, - -0.0002675056457519531, - -0.02691650390625, - 0.052276611328125, - -0.0095977783203125, - -0.007373809814453125, - 0.00965118408203125, - 0.0290985107421875, - -0.0136566162109375, - -0.06256103515625, - -0.0020160675048828125, - -0.04888916015625, - 0.004306793212890625, - -0.0287017822265625, - 0.0570068359375, - -0.056610107421875, - -0.0095977783203125, - -0.0198974609375, - 0.006679534912109375, - 0.0168304443359375, - 0.004306793212890625, - -0.00042057037353515625, - -0.04217529296875, - 0.005741119384765625, - -0.04376220703125, - 0.0221710205078125, - -0.004329681396484375, - -0.034637451171875, - 0.0140533447265625, - 0.0034389495849609375, - 0.0279083251953125, - -0.02276611328125, - -0.03009033203125, - -0.01009368896484375, - 0.01959228515625, - -0.007770538330078125, - -0.005962371826171875, - 0.0257415771484375, - 0.004180908203125, - 0.084716796875, - 0.06768798828125, - -0.0010395050048828125, - 0.0294952392578125, - 0.00881195068359375, - -0.012969970703125, - 0.00722503662109375, - 0.04376220703125, - -0.012969970703125, - -0.0193023681640625, - 0.0267181396484375, - 0.01544189453125, - 0.01128387451171875, - -0.0197906494140625, - -0.057403564453125, - 0.0025119781494140625, - -0.051483154296875, - 0.0189056396484375, - -0.03662109375, - -0.033050537109375, - 0.01355743408203125, - 0.00702667236328125, - 0.0167236328125, - 0.05108642578125, - 0.0287017822265625, - -0.0127716064453125, - 0.0253448486328125, - -0.0011568069458007812, - 0.00846099853515625, - 0.0294952392578125, - 0.0165252685546875, - 0.068115234375, - 0.0152435302734375, - 0.026519775390625, - 0.0203857421875, - 0.038787841796875, - 0.0093994140625, - -0.01306915283203125, - -0.005615234375, - 0.049896240234375, - -0.01355743408203125, - -0.00786590576171875, - -0.030487060546875, - -0.0221710205078125, - 0.0197906494140625, - -0.031280517578125, - -0.0173187255859375, - 0.01024627685546875, - 0.00537109375, - -0.068115234375, - -0.0071258544921875, - 0.033447265625, - 0.0031299591064453125, - 0.05859375, - 0.017120361328125, - -0.00881195068359375, - -0.0310821533203125, - 0.00479888916015625, - -0.00310516357421875, - 0.0176239013671875, - -0.0193023681640625, - 0.025146484375, - -0.0261383056640625, - -0.0391845703125, - 0.027313232421875, - 0.0172271728515625, - 0.036834716796875, - 0.01355743408203125, - -0.0172271728515625, - 0.04791259765625, - -0.0277099609375, - 0.036224365234375, - 0.0298919677734375, - -0.01187896728515625, - -0.00455474853515625, - 0.021484375, - 0.0267181396484375, - 0.061370849609375, - -0.049102783203125, - 0.0010271072387695312, - -0.0863037109375, - 0.0000483393669128418, - -0.05621337890625, - -0.04473876953125, - -0.0261383056640625, - -0.070068359375, - 0.058990478515625, - -0.0261383056640625, - -0.023956298828125, - -0.005764007568359375, - 0.035247802734375, - 0.0123748779296875, - 0.0136566162109375, - -0.00782012939453125, - -0.0198974609375, - 0.03424072265625, - 0.044342041015625, - -0.00018787384033203125, - 0.0005936622619628906, - 0.00702667236328125, - 0.03326416015625, - -0.01702880859375, - 0.00009435415267944336, - -0.021087646484375, - 0.0089569091796875, - 0.0308837890625, - 0.045928955078125, - 0.0169219970703125, - -0.0275115966796875, - 0.0205841064453125, - -0.0160369873046875, - 0.0245513916015625, - -0.034454345703125, - -0.008758544921875, - -0.024749755859375, - 0.007472991943359375, - -0.00591278076171875, - -0.03662109375, - 0.00801849365234375, - 0.04949951171875, - -0.005519866943359375, - 0.0101470947265625, - -0.0054931640625, - -0.033660888671875, - 0.0029697418212890625, - 0.03564453125, - 0.01554107666015625, - 0.0439453125, - 0.0167236328125, - -0.038604736328125, - 0.01514434814453125, - 0.01316070556640625, - -0.00507354736328125, - -0.0257415771484375, - -0.0382080078125, - -0.017120361328125, - 0.0263214111328125, - -0.062164306640625, - -0.025543212890625, - 0.0302886962890625, - -0.02593994140625, - 0.0032672882080078125, - -0.00238800048828125, - 0.004306793212890625, - -0.034454345703125, - -0.0653076171875, - -0.0089569091796875, - -0.019989013671875, - -0.0340576171875, - 0.00173187255859375, - 0.053436279296875, - 0.00244903564453125, - 0.0114288330078125, - -0.004405975341796875, - -0.024444580078125, - -0.04571533203125, - 0.01514434814453125, - 0.0004763603210449219, - 0.0193939208984375, - -0.039398193359375, - 0.04296875, - 0.0201873779296875, - 0.01267242431640625, - 0.019989013671875, - 0.05303955078125, - 0.040191650390625, - -0.0173187255859375, - 0.00881195068359375, - 0.0140533447265625, - 0.0091552734375, - 0.01227569580078125, - -0.03839111328125, - -0.01554107666015625, - 0.0024623870849609375, - -0.0423583984375, - 0.02850341796875, - 0.034454345703125, - 0.0308837890625, - 0.0089569091796875, - -0.03582763671875, - 0.002994537353515625, - 0.0697021484375, - -0.0052947998046875, - 0.107666015625, - -0.0230560302734375, - -0.05108642578125, - -0.0032901763916015625, - 0.03265380859375, - -0.02276611328125, - -0.031280517578125, - 0.04058837890625, - -0.01132965087890625, - -0.002040863037109375, - 0.027313232421875, - -0.0176239013671875, - 0.012969970703125, - -0.0035381317138671875, - -0.0234527587890625, - 0.023162841796875, - -0.0127716064453125, - 0.007274627685546875, - 0.03662109375, - 0.0340576171875, - 0.0168304443359375, - 0.01084136962890625, - -0.00479888916015625, - -0.023651123046875, - -0.031280517578125, - -0.049896240234375, - 0.0308837890625, - 0.04058837890625, - 0.01103973388671875, - 0.041778564453125, - -0.031463623046875, - -0.062164306640625, - -0.00989532470703125, - -0.04058837890625, - 0.07879638671875, - 0.06689453125, - 0.01287078857421875, - 0.021881103515625, - -0.01415252685546875, - -0.00662994384765625, - 0.01514434814453125, - 0.01187896728515625, - 0.01019287109375, - 0.0340576171875, - 0.0306854248046875, - 0.021484375, - -0.039398193359375, - 0.034454345703125, - 0.038787841796875, - -0.00019180774688720703, - -0.0213775634765625, - 0.032470703125, - 0.03424072265625, - 0.051483154296875, - -0.01306915283203125, - 0.021087646484375, - 0.0177154541015625, - 0.0016336441040039062, - 0.005840301513671875, - -0.01593017578125, - 0.00479888916015625, - -0.049102783203125, - -0.0087127685546875, - 0.028106689453125, - 0.0168304443359375, - 0.024749755859375, - 0.0212860107421875, - -0.05029296875, - -0.0026607513427734375, - 0.0382080078125, - -0.0413818359375, - 0.004058837890625, - 0.059783935546875, - -0.0197906494140625, - 0.000051021575927734375, - -0.0290985107421875, - -0.047515869140625, - 0.0245513916015625, - -0.000701904296875, - -0.03759765625, - 0.007472991943359375, - 0.0306854248046875, - -0.03424072265625, - -0.0423583984375, - -0.040191650390625, - -0.004405975341796875, - -0.0122222900390625, - -0.018310546875, - 0.04315185546875, - -0.003055572509765625, - -0.004528045654296875, - 0.030487060546875, - 0.03424072265625, - 0.004924774169921875, - -0.0220794677734375, - 0.055023193359375, - -0.0213775634765625, - -0.0209808349609375, - 0.02484130859375, - 0.018218994140625, - 0.041778564453125, - -0.040771484375, - -0.0308837890625, - -0.0026721954345703125, - 0.007472991943359375, - 0.0109405517578125, - 0.029693603515625, - -0.01385498046875, - -0.02691650390625, - -0.041961669921875, - 0.0391845703125, - 0.021575927734375, - 0.055023193359375, - -0.0212860107421875, - -0.04791259765625, - 0.029693603515625, - -0.03564453125, - -0.01702880859375, - -0.0193939208984375, - 0.01316070556640625, - -0.0445556640625, - 0.070068359375, - 0.01148223876953125, - -0.0146484375, - 0.0004856586456298828, - 0.07244873046875, - 0.001880645751953125, - -0.00356292724609375, - -0.058197021484375, - 0.0350341796875, - 0.037017822265625, - -0.0350341796875, - 0.0075225830078125, - -0.0016574859619140625, - -0.0233612060546875, - 0.03265380859375, - -0.031463623046875, - -0.00782012939453125, - 0.007770538330078125, - -0.05303955078125, - -0.042572021484375, - -0.043548583984375, - -0.0008106231689453125, - -0.0257415771484375, - 0.03643798828125, - 0.0391845703125, - -0.008514404296875, - 0.05047607421875, - -0.01029205322265625, - 0.016632080078125, - 0.029693603515625, - -0.01168060302734375, - -0.01415252685546875, - 0.0095977783203125, - -0.076416015625, - -0.0318603515625, - -0.017120361328125, - 0.0277099609375, - -0.0279083251953125, - -0.0167236328125, - -0.0148468017578125, - -0.0026226043701171875, - 0.0275115966796875, - -0.0245513916015625, - -0.01152801513671875, - 0.007274627685546875, - -0.040771484375, - -0.028106689453125, - -0.0009279251098632812, - 0.0156402587890625, - 0.024444580078125, - -0.00445556640625, - -0.01152801513671875, - 0.036041259765625, - -0.054229736328125, - 0.0310821533203125, - 0.0169219970703125, - 0.014251708984375, - -0.005046844482421875, - 0.00965118408203125, - 0.00762176513671875, - 0.0181121826171875, - 0.036224365234375, - -0.018218994140625, - -0.020294189453125, - -0.052276611328125, - 0.032257080078125, - -0.0093536376953125, - -0.0136566162109375, - -0.0167236328125, - -0.0382080078125, - -0.0633544921875, - -0.0081634521484375, - 0.024749755859375, - 0.0275115966796875, - -0.01267242431640625, - -0.0382080078125, - -0.0308837890625, - 0.00885772705078125, - -0.014251708984375, - 0.05029296875, - -0.03424072265625, - 0.0046539306640625, - 0.01207733154296875, - -0.0391845703125, - 0.01009368896484375, - 0.026519775390625, - 0.03265380859375, - 0.0279083251953125, - 0.034637451171875, - -0.0087127685546875, - 0.0277099609375, - -0.0275115966796875, - -0.024749755859375, - 0.02593994140625, - -0.034637451171875, - 0.020294189453125, - -0.020294189453125, - -0.0287017822265625, - -0.0081634521484375, - -0.003612518310546875, - 0.00861358642578125, - -0.0193023681640625, - -0.00067138671875, - 0.04376220703125, - 0.004604339599609375, - 0.048095703125, - -0.03759765625, - -0.0306854248046875, - -0.0160369873046875, - -0.01910400390625, - 0.0283050537109375, - 0.041168212890625, - 0.002536773681640625, - -0.0413818359375, - 0.027313232421875, - 0.03265380859375, - 0.0056915283203125, - -0.0298919677734375, - -0.00618743896484375, - 0.0015344619750976562, - 0.01152801513671875, - 0.059783935546875, - 0.00989532470703125, - 0.09539794921875, - -0.01287078857421875, - 0.02117919921875, - 0.039398193359375, - 0.06414794921875, - 0.03741455078125, - -0.0180206298828125, - -0.052276611328125, - 0.0180206298828125, - -0.006137847900390625, - -0.04156494140625, - -0.041961669921875, - -0.007671356201171875, - 0.046112060546875, - -0.06732177734375, - 0.005664825439453125, - 0.004032135009765625, - 0.0241546630859375, - 0.0029697418212890625, - 0.01375579833984375, - -0.01227569580078125, - 0.0156402587890625, - 0.0032176971435546875, - -0.029296875, - 0.01306915283203125, - -0.012176513671875, - 0.02325439453125, - 0.06494140625, - 0.028900146484375, - -0.016632080078125, - 0.0496826171875, - -0.0015592575073242188, - 0.0241546630859375, - 0.024749755859375, - 0.041168212890625, - 0.0224609375, - 0.0209808349609375, - 0.046722412109375, - 0.04376220703125, - -0.006336212158203125, - -0.01751708984375, - 0.0032901763916015625, - 0.0107879638671875, - 0.055023193359375, - 0.0712890625, - 0.006435394287109375, - -0.017913818359375, - -0.007274627685546875, - -0.05303955078125, - -0.004505157470703125, - 0.007274627685546875, - 0.00618743896484375, - -0.03326416015625, - -0.0445556640625, - 0.028106689453125, - -0.06494140625, - 0.0257415771484375, - 0.009307861328125, - -0.023162841796875, - 0.00499725341796875, - 0.047119140625, - -0.015045166015625, - -0.043548583984375, - 0.00415802001953125, - -0.0075225830078125, - -0.03582763671875, - -0.03326416015625, - -0.051483154296875, - 0.01910400390625, - -0.007770538330078125, - -0.057403564453125, - -0.00722503662109375, - 0.038604736328125, - 0.0013427734375, - -0.033050537109375, - 0.002079010009765625, - 0.004058837890625, - -0.005046844482421875, - -0.045135498046875, - -0.048309326171875, - -0.046722412109375, - 0.01287078857421875, - -0.034637451171875, - 0.0114288330078125, - -0.0105438232421875, - -0.0017070770263671875, - 0.003154754638671875, - -0.021484375, - 0.0081634521484375, - 0.025543212890625, - -0.033660888671875, - 0.03009033203125, - 0.0107879638671875, - 0.0372314453125, - 0.040985107421875, - 0.0372314453125, - 0.015045166015625, - 0.00539398193359375, - -0.018798828125, - -0.041168212890625, - 0.009796142578125, - 0.0036869049072265625, - 0.01251983642578125, - -0.08673095703125, - 0.00861358642578125, - 0.061370849609375, - -0.10455322265625, - 0.004924774169921875, - 0.0035877227783203125, - -0.018707275390625, - -0.03265380859375, - -0.012969970703125, - 0.00469970703125, - 0.0168304443359375, - 0.103759765625, - 0.007965087890625, - -0.019500732421875, - 0.0224609375, - -0.0277099609375, - 0.04058837890625, - 0.011627197265625, - 0.0240478515625, - -0.05938720703125, - 0.02850341796875, - 0.00786590576171875, - -0.011627197265625, - -0.0089569091796875, - -0.04632568359375, - -0.0062103271484375, - 0.044158935546875, - 0.030487060546875, - -0.01019287109375, - -0.028106689453125, - -0.02227783203125, - -0.036834716796875, - -0.0294952392578125, - 0.01335906982421875, - 0.019989013671875, - 0.005123138427734375, - -0.0423583984375, - -0.017120361328125, - -0.00455474853515625, - -0.059783935546875, - -0.036224365234375, - -0.036041259765625, - 0.04949951171875, - 0.0005936622619628906, - -0.04376220703125, - 0.01910400390625, - 0.0250396728515625, - -0.0067291259765625, - 0.002079010009765625, - 0.04730224609375, - -0.0310821533203125, - -0.0261383056640625, - -0.01306915283203125, - 0.026519775390625, - -0.005245208740234375, - 0.0034885406494140625, - 0.0013427734375, - 0.011138916015625, - 0.02117919921875, - -0.04632568359375, - 0.017425537109375, - 0.0189971923828125, - -0.0181121826171875, - -0.045318603515625, - -0.00445556640625, - -0.0318603515625, - 0.047119140625, - -0.018707275390625, - 0.05938720703125, - -0.006259918212890625, - -0.024444580078125, - -0.1171875, - 0.033660888671875, - -0.031280517578125, - -0.0064849853515625, - 0.0111846923828125, - -0.0144500732421875, - -0.0697021484375, - -0.02197265625, - -0.038787841796875, - 0.0152435302734375, - -0.01415252685546875, - 0.029296875, - -0.021881103515625, - 0.0025234222412109375, - -0.0006928443908691406, - -0.006877899169921875, - -0.0075225830078125, - 0.055023193359375, - 0.0127716064453125, - -0.03564453125, - 0.061767578125, - -0.030487060546875, - -0.01232147216796875, - -0.014251708984375, - -0.0034389495849609375, - -0.0091552734375, - 0.01267242431640625, - -0.023651123046875, - 0.021087646484375, - 0.040374755859375, - 0.054229736328125, - -0.0308837890625, - 0.02325439453125, - -0.0101470947265625, - 0.007472991943359375, - 0.010345458984375, - -0.0271148681640625, - -0.004108428955078125, - 0.0024871826171875, - -0.020294189453125, - -0.02069091796875, - -0.049285888671875, - -0.0843505859375, - 0.012420654296875, - -0.04473876953125, - -0.00989532470703125, - 0.019989013671875, - 0.01702880859375, - 0.0016088485717773438, - -0.0229644775390625, - 0.0382080078125, - -0.0263214111328125, - -0.0203857421875, - -0.004230499267578125, - 0.0318603515625, - -0.0209808349609375, - 0.052642822265625, - -0.004528045654296875, - -0.06097412109375, - 0.03424072265625, - 0.0031299591064453125, - 0.0156402587890625, - -0.01108551025390625, - -0.005046844482421875, - -0.01084136962890625, - 0.043365478515625, - -0.09185791015625, - -0.040985107421875, - 0.0156402587890625, - 0.056610107421875, - 0.004627227783203125, - -0.004627227783203125, - 0.054229736328125, - -0.00290679931640625, - -0.050689697265625, - 0.00140380859375, - -0.0220794677734375, - -0.061767578125, - 0.03265380859375, - -0.0016574859619140625, - 0.0290985107421875, - 0.0208892822265625, - 0.0382080078125, - 0.012420654296875, - 0.033660888671875, - 0.00579071044921875, - -0.0382080078125, - -0.00682830810546875, - -0.0140533447265625, - 0.01395416259765625, - 0.0237579345703125, - 0.0277099609375, - -0.0004763603210449219, - 0.028106689453125, - 0.0006651878356933594, - -0.0633544921875, - -0.0189971923828125, - -0.02850341796875, - -0.055419921875, - -0.004974365234375, - 0.08392333984375, - 0.054229736328125, - -0.01544189453125, - 0.00662994384765625, - 0.04156494140625, - 0.012969970703125, - -0.0127716064453125, - -0.034637451171875, - -0.055419921875, - -0.009796142578125, - 0.0118255615234375, - 0.0235595703125, - -0.054229736328125, - 0.023956298828125, - 0.034637451171875, - -0.01064300537109375, - -0.012969970703125, - 0.0006308555603027344, - 0.025146484375, - 0.0487060546875, - 0.0229644775390625, - 0.00801849365234375, - -0.05859375, - 0.00949859619140625, - 0.02197265625, - 0.02325439453125, - -0.0103912353515625, - -0.007274627685546875, - -0.035247802734375, - 0.0465087890625, - -0.055023193359375, - 0.023162841796875, - 0.0123748779296875, - 0.06732177734375, - 0.00682830810546875, - -0.03582763671875, - -0.0298919677734375, - 0.04730224609375, - 0.0180206298828125, - -0.0308837890625, - 0.03662109375, - 0.015838623046875, - 0.000029385089874267578, - 0.0465087890625, - 0.03265380859375, - 0.0027599334716796875, - 0.017120361328125, - 0.01088714599609375, - -0.047698974609375, - 0.037017822265625, - 0.0118255615234375, - 0.0169219970703125, - -0.0275115966796875, - -0.037811279296875, - -0.02435302734375, - -0.04791259765625, - 0.0230560302734375, - -0.011138916015625, - 0.026519775390625, - 0.021575927734375, - 0.00547027587890625, - -0.029296875, - -0.01593017578125, - 0.028900146484375, - 0.03997802734375, - 0.0004329681396484375, - 0.0064849853515625, - 0.01335906982421875, - 0.0107879638671875, - 0.0209808349609375, - -0.03643798828125, - 0.03326416015625, - -0.0024127960205078125, - 0.00821685791015625, - -0.058990478515625, - 0.0161285400390625, - 0.007373809814453125, - 0.0123748779296875, - -0.0107879638671875, - -0.02484130859375, - 0.0169219970703125, - 0.006061553955078125, - -0.036041259765625, - -0.0022144317626953125, - 0.0283050537109375, - -0.04217529296875, - 0.039794921875, - 0.0290985107421875, - -0.01202392578125, - -0.004058837890625, - -0.04296875, - 0.10687255859375, - 0.0263214111328125, - 0.0246429443359375, - -0.004428863525390625, - 0.019195556640625, - 0.034454345703125, - 0.002349853515625, - 0.00559234619140625, - 0.01910400390625, - -0.0189971923828125, - 0.055023193359375, - 0.035430908203125, - -0.0213775634765625, - -0.041778564453125, - 0.06927490234375, - 0.01192474365234375, - -0.0633544921875, - 0.03839111328125, - 0.04058837890625, - 0.002140045166015625, - 0.0008473396301269531, - -0.0240478515625, - -0.0173187255859375, - -0.05462646484375, - 0.058990478515625, - -0.0024623870849609375, - 0.009552001953125, - 0.01514434814453125, - -0.062164306640625, - 0.033447265625, - 0.01049041748046875, - 0.0413818359375, - -0.032257080078125, - 0.06890869140625, - -0.01009368896484375, - 0.007373809814453125, - 0.00091552734375, - 0.021484375, - 0.0058135986328125, - 0.032867431640625, - -0.01702880859375, - 0.059783935546875, - 0.00324249267578125, - -0.00826263427734375, - -0.0914306640625, - 0.0009403228759765625, - 0.00324249267578125, - 0.0012865066528320312, - 0.03662109375, - -0.04473876953125, - -0.00638580322265625, - -0.01306915283203125, - 0.032257080078125, - 0.06927490234375, - -0.018798828125, - 0.0225677490234375, - 0.0032176971435546875, - 0.00447845458984375, - 0.021484375, - -0.01192474365234375 - ], - "metadata": { - "domains": [ - "mobile-forensics" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "mobile", - "cloud", - "decryption" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, - { - "id": "tool_Binary_Ninja", - "type": "tool", - "name": "Binary Ninja", - "content": "binary ninja vector 35s moderne reverse-engineering-plattform kombiniert traditionelle disassembly mit fortschrittlicher program-analysis. die multi-level-ir (intermediate representation) ermöglicht cross-architecture-analysen durch einheitliche abstraktion. besonders innovativ: der decompiler erzeugt lesbaren high-level-code, type-recovery rekonstruiert datenstrukturen automatisch, die plugin-api (python/c++) erlaubt tiefe customization. cloud-integration synchronisiert analysen zwischen teams. die moderne gui mit multiple-workspaces übertrifft ida in usability. debugger-integration für dynamic-analysis. scripting-console für ad-hoc-automation. die personal-license (399€) macht professionelle binary-analysis erschwinglich. commercial-lizenzen bieten team-features und cloud-sync. besonders stark bei modernen architekturen (arm64, risc-v) die ida vernachlässigt. die zukunft des reverse engineering für eine neue generation von analysten. reverse-engineering decompiler malware-analysis static-investigations analysis", - "embedding": [ - -0.016693115234375, - 0.022705078125, - 0.040802001953125, - 0.0247955322265625, - 0.01490020751953125, - 0.0233001708984375, - -0.0019245147705078125, - 0.0010995864868164062, - -0.025390625, - -0.01509857177734375, - -0.0548095703125, - 0.07037353515625, - 0.004650115966796875, - 0.006099700927734375, - -0.05279541015625, - 0.022796630859375, - -0.0115509033203125, - -0.0092010498046875, - 0.00749969482421875, - -0.002750396728515625, - -0.0229949951171875, - -0.0115966796875, - -0.0236053466796875, - -0.0164947509765625, - 0.016204833984375, - 0.01184844970703125, - -0.0258026123046875, - -0.06402587890625, - -0.00217437744140625, - -0.0279998779296875, - 0.01259613037109375, - -0.013702392578125, - 0.01409912109375, - 0.02099609375, - -0.00460052490234375, - 0.00252532958984375, - 0.007350921630859375, - -0.034210205078125, - -0.01439666748046875, - 0.0369873046875, - -0.032012939453125, - 0.00824737548828125, - 0.0305938720703125, - -0.005374908447265625, - 0.0026988983154296875, - -0.0447998046875, - 0.004276275634765625, - 0.0068511962890625, - -0.0005125999450683594, - 0.0019121170043945312, - 0.048004150390625, - 0.021392822265625, - 0.002086639404296875, - -0.0218048095703125, - -0.048583984375, - 0.0243988037109375, - 0.0149993896484375, - -0.0236968994140625, - -0.03558349609375, - 0.06878662109375, - -0.0303955078125, - -0.0233917236328125, - 0.0029754638671875, - 0.0051727294921875, - -0.010101318359375, - 0.0238037109375, - -0.026397705078125, - -0.04998779296875, - 0.0122528076171875, - 0.0178985595703125, - 0.01200103759765625, - 0.0175018310546875, - -0.03900146484375, - 0.0261993408203125, - -0.0469970703125, - -0.05059814453125, - 0.0200042724609375, - 0.0182037353515625, - -0.0164031982421875, - 0.00019061565399169922, - -0.055999755859375, - 0.01739501953125, - 0.022003173828125, - -0.007648468017578125, - -0.0260009765625, - 0.0012559890747070312, - -0.0033245086669921875, - 0.03179931640625, - 0.00914764404296875, - -0.00800323486328125, - 0.0093994140625, - -0.019500732421875, - 0.013702392578125, - -0.00534820556640625, - 0.02679443359375, - 0.05120849609375, - -0.0276031494140625, - -0.03338623046875, - -0.037994384765625, - 0.0276031494140625, - 0.028594970703125, - 0.0023746490478515625, - 0.07476806640625, - -0.0303955078125, - 0.033782958984375, - -0.047210693359375, - 0.024505615234375, - -0.013702392578125, - -0.013702392578125, - -0.01239776611328125, - -0.10638427734375, - -0.03961181640625, - -0.00839996337890625, - -0.078369140625, - 0.00217437744140625, - 0.006549835205078125, - -0.0053253173828125, - 0.0303955078125, - -0.04901123046875, - -0.020599365234375, - 0.00624847412109375, - 0.0178985595703125, - -0.0128021240234375, - 0.042205810546875, - -0.036590576171875, - -0.056793212890625, - -0.0005216598510742188, - 0.03680419921875, - -0.040985107421875, - -0.0261993408203125, - 0.0020122528076171875, - -0.038604736328125, - -0.00934600830078125, - -0.01560211181640625, - -0.01409912109375, - -0.0168914794921875, - 0.04278564453125, - -0.00577545166015625, - 0.0164031982421875, - 0.0115966796875, - 0.0305938720703125, - -0.026397705078125, - -0.061187744140625, - 0.0088958740234375, - -0.0218048095703125, - -0.00789642333984375, - 0.00452423095703125, - 0.04638671875, - -0.023895263671875, - -0.009796142578125, - -0.001194000244140625, - 0.0074005126953125, - 0.055999755859375, - 0.02069091796875, - 0.0207977294921875, - -0.031585693359375, - -0.00030612945556640625, - -0.0139007568359375, - 0.04998779296875, - -0.0010251998901367188, - -0.011749267578125, - 0.0160064697265625, - -0.015899658203125, - 0.0281982421875, - -0.03839111328125, - -0.026397705078125, - 0.01039886474609375, - 0.0294036865234375, - -0.0006465911865234375, - -0.034393310546875, - 0.033203125, - -0.006549835205078125, - 0.06402587890625, - 0.05438232421875, - -0.01380157470703125, - 0.0171051025390625, - -0.028594970703125, - -0.02349853515625, - 0.05999755859375, - 0.0115966796875, - -0.02020263671875, - -0.0177001953125, - 0.03399658203125, - -0.005924224853515625, - 0.03558349609375, - -0.01059722900390625, - -0.0035991668701171875, - -0.005924224853515625, - -0.02679443359375, - 0.006275177001953125, - -0.03558349609375, - -0.0200958251953125, - -0.025390625, - 0.05078125, - 0.0258026123046875, - 0.0592041015625, - 0.011749267578125, - -0.01849365234375, - 0.0391845703125, - -0.0149993896484375, - 0.0236968994140625, - 0.025604248046875, - 0.004726409912109375, - 0.07879638671875, - 0.0178985595703125, - -0.0182952880859375, - 0.007049560546875, - 0.044189453125, - 0.0222930908203125, - -0.010101318359375, - -0.004100799560546875, - 0.0469970703125, - 0.0110015869140625, - -0.0220947265625, - -0.0086517333984375, - -0.0276031494140625, - 0.031402587890625, - -0.007099151611328125, - 0.001087188720703125, - -0.01004791259765625, - 0.0113983154296875, - -0.0491943359375, - -0.0164031982421875, - -0.0040740966796875, - -0.033203125, - 0.0214996337890625, - 0.046600341796875, - -0.0034503936767578125, - 0.007099151611328125, - 0.0182952880859375, - 0.0535888671875, - 0.00311279296875, - -0.0015869140625, - 0.01399993896484375, - -0.019195556640625, - -0.00342559814453125, - 0.018798828125, - 0.0298004150390625, - 0.02099609375, - 0.028594970703125, - -0.04339599609375, - 0.016693115234375, - -0.0276031494140625, - 0.045196533203125, - 0.0276031494140625, - -0.023101806640625, - 0.0139007568359375, - -0.0016994476318359375, - 0.034393310546875, - 0.0426025390625, - -0.0648193359375, - -0.00789642333984375, - -0.05279541015625, - 0.0142974853515625, - -0.0592041015625, - -0.0276031494140625, - -0.00417327880859375, - -0.052398681640625, - 0.05438232421875, - -0.0261993408203125, - -0.047607421875, - 0.0122528076171875, - 0.01255035400390625, - -0.010101318359375, - 0.03759765625, - -0.0008497238159179688, - -0.047607421875, - 0.0011377334594726562, - 0.05279541015625, - -0.022003173828125, - -0.0189056396484375, - -0.0004405975341796875, - 0.01739501953125, - -0.0027256011962890625, - -0.0001976490020751953, - -0.00262451171875, - 0.00984954833984375, - 0.0498046875, - 0.033203125, - 0.0198974609375, - -0.036590576171875, - 0.03179931640625, - 0.00820159912109375, - 0.0635986328125, - -0.05438232421875, - -0.0024871826171875, - 0.001556396484375, - -0.0046234130859375, - 0.01020050048828125, - -0.0298004150390625, - -0.00875091552734375, - 0.04620361328125, - 0.036590576171875, - 0.005275726318359375, - 0.0186004638671875, - -0.0667724609375, - 0.01470184326171875, - 0.04400634765625, - -0.00844573974609375, - 0.034393310546875, - 0.0498046875, - -0.04559326171875, - -0.0004248619079589844, - -0.0083465576171875, - -0.007198333740234375, - -0.02740478515625, - -0.0535888671875, - -0.0229949951171875, - 0.01380157470703125, - -0.03460693359375, - -0.02459716796875, - 0.0175018310546875, - -0.0247955322265625, - 0.01349639892578125, - -0.0243988037109375, - 0.01349639892578125, - -0.056396484375, - -0.06640625, - 0.007198333740234375, - -0.005123138427734375, - -0.0269927978515625, - -0.045806884765625, - 0.060394287109375, - -0.00679779052734375, - 0.0269927978515625, - -0.006500244140625, - 0.00945281982421875, - -0.027801513671875, - 0.0027370452880859375, - -0.007549285888671875, - 0.0240020751953125, - 0.0247039794921875, - 0.044189453125, - 0.0186920166015625, - 0.0025997161865234375, - 0.0404052734375, - 0.0723876953125, - 0.0261993408203125, - -0.0166015625, - -0.0068511962890625, - 0.01180267333984375, - 0.00969696044921875, - -0.00894927978515625, - -0.00949859619140625, - -0.06402587890625, - -0.01090240478515625, - -0.03240966796875, - 0.005847930908203125, - -0.0025615692138671875, - 0.03399658203125, - 0.03338623046875, - 0.0119476318359375, - 0.0142974853515625, - 0.04998779296875, - 0.006999969482421875, - 0.09478759765625, - -0.0126953125, - -0.04541015625, - 0.0010690689086914062, - 0.04339599609375, - -0.037200927734375, - -0.0072479248046875, - 0.0166015625, - 0.031585693359375, - -0.007099151611328125, - 0.033599853515625, - -0.010650634765625, - 0.0178985595703125, - -0.016204833984375, - 0.0097503662109375, - 0.0218048095703125, - -0.02069091796875, - 0.02490234375, - 0.01074981689453125, - 0.0287933349609375, - 0.004550933837890625, - 0.0347900390625, - -0.0469970703125, - 0.00910186767578125, - -0.05999755859375, - -0.04400634765625, - 0.048583984375, - 0.011749267578125, - 0.0037994384765625, - 0.02130126953125, - -0.01509857177734375, - -0.050994873046875, - 0.010345458984375, - -0.06640625, - 0.08477783203125, - 0.053192138671875, - -0.0037994384765625, - 0.0251922607421875, - -0.040802001953125, - 0.00934600830078125, - 0.0113983154296875, - 0.006900787353515625, - 0.060791015625, - 0.051605224609375, - 0.052001953125, - 0.0086517333984375, - -0.0198974609375, - 0.0016994476318359375, - 0.00859832763671875, - 0.025390625, - -0.0037746429443359375, - 0.053985595703125, - 0.006198883056640625, - 0.035797119140625, - -0.004825592041015625, - 0.05438232421875, - 0.05078125, - -0.0222930908203125, - 0.039398193359375, - -0.01959228515625, - 0.040008544921875, - -0.05438232421875, - -0.009796142578125, - -0.003063201904296875, - 0.0347900390625, - 0.0222015380859375, - 0.0214996337890625, - -0.04620361328125, - 0.004299163818359375, - 0.045806884765625, - -0.06561279296875, - 0.0021381378173828125, - -0.0035991668701171875, - -0.00714874267578125, - -0.0013751983642578125, - -0.0298004150390625, - -0.06719970703125, - 0.032196044921875, - -0.03399658203125, - -0.048187255859375, - 0.01079559326171875, - 0.050994873046875, - -0.02899169921875, - -0.01529693603515625, - -0.035186767578125, - 0.003063201904296875, - -0.0108489990234375, - -0.04400634765625, - 0.061981201171875, - 0.00028896331787109375, - -0.0008873939514160156, - 0.032806396484375, - 0.04180908203125, - -0.0207977294921875, - -0.0276031494140625, - 0.045196533203125, - -0.027191162109375, - -0.03900146484375, - 0.0218963623046875, - 0.027801513671875, - 0.00984954833984375, - -0.048187255859375, - -0.0287933349609375, - 0.0142974853515625, - 0.007747650146484375, - 0.025390625, - 0.01094818115234375, - -0.04400634765625, - -0.052001953125, - -0.03240966796875, - 0.05120849609375, - 0.0110015869140625, - 0.04779052734375, - 0.01059722900390625, - -0.0498046875, - 0.016204833984375, - -0.046783447265625, - -0.01509857177734375, - -0.0135955810546875, - 0.0167999267578125, - 0.001987457275390625, - 0.065185546875, - 0.021697998046875, - 0.0022125244140625, - -0.01399993896484375, - 0.01959228515625, - 0.0126953125, - 0.006500244140625, - -0.056793212890625, - 0.037994384765625, - 0.00875091552734375, - -0.0469970703125, - -0.0024242401123046875, - -0.0160980224609375, - 0.00824737548828125, - 0.0491943359375, - -0.06640625, - -0.01910400390625, - 0.00785064697265625, - -0.089599609375, - -0.048583984375, - -0.016693115234375, - 0.001331329345703125, - -0.048004150390625, - 0.02960205078125, - 0.01519775390625, - -0.0101470947265625, - 0.060394287109375, - 0.0175933837890625, - -0.034393310546875, - 0.01329803466796875, - -0.00844573974609375, - -0.01399993896484375, - 0.00965118408203125, - -0.06640625, - 0.007099151611328125, - -0.0047760009765625, - 0.0149993896484375, - -0.0164947509765625, - 0.00949859619140625, - 0.021392822265625, - -0.0124969482421875, - 0.0220947265625, - -0.048187255859375, - 0.00013899803161621094, - -0.00789642333984375, - -0.044586181640625, - -0.042388916015625, - -0.0146026611328125, - -0.0027256011962890625, - 0.0301971435546875, - -0.01519775390625, - 0.018798828125, - 0.0189056396484375, - -0.035400390625, - -0.0126495361328125, - -0.0115509033203125, - -0.0247039794921875, - 0.0008311271667480469, - 0.00844573974609375, - -0.01059722900390625, - -0.0167999267578125, - 0.030792236328125, - -0.0287933349609375, - -0.0382080078125, - -0.07000732421875, - 0.01020050048828125, - -0.028594970703125, - -0.0215911865234375, - -0.033782958984375, - -0.03680419921875, - -0.0679931640625, - 0.005275726318359375, - 0.005100250244140625, - -0.0124969482421875, - 0.00370025634765625, - -0.04058837890625, - -0.035186767578125, - -0.0022754669189453125, - -0.0369873046875, - 0.0360107421875, - -0.02899169921875, - -0.020904541015625, - -0.002536773681640625, - -0.03961181640625, - 0.033599853515625, - 0.007648468017578125, - 0.02740478515625, - 0.0007219314575195312, - 0.0122528076171875, - -0.027191162109375, - 0.00514984130859375, - -0.0018377304077148438, - -0.02099609375, - -0.00965118408203125, - -0.01259613037109375, - 0.026397705078125, - -0.03558349609375, - -0.046783447265625, - 0.01560211181640625, - 0.0325927734375, - -0.0102996826171875, - -0.00022339820861816406, - -0.034210205078125, - 0.025604248046875, - -0.0007686614990234375, - 0.0498046875, - -0.0153961181640625, - -0.044403076171875, - -0.00452423095703125, - -0.0014371871948242188, - 0.046600341796875, - 0.048187255859375, - 0.010650634765625, - -0.0309906005859375, - 0.004024505615234375, - 0.04400634765625, - 0.0015439987182617188, - -0.0498046875, - -0.05718994140625, - -0.01255035400390625, - 0.0260009765625, - 0.056793212890625, - -0.01509857177734375, - 0.09039306640625, - 0.01509857177734375, - 0.0022125244140625, - 0.040191650390625, - 0.052001953125, - 0.04638671875, - -0.0261993408203125, - -0.033599853515625, - -0.0115966796875, - -0.0113983154296875, - -0.037994384765625, - -0.02099609375, - 0.009002685546875, - 0.032989501953125, - -0.056396484375, - -0.0240936279296875, - -0.0309906005859375, - 0.003925323486328125, - 0.0189056396484375, - 0.01024627685546875, - -0.00469970703125, - 0.026397705078125, - -0.0166015625, - -0.055999755859375, - 0.007648468017578125, - -0.01219940185546875, - -0.0171966552734375, - 0.04541015625, - 0.027801513671875, - -0.028594970703125, - 0.035797119140625, - 0.0186920166015625, - 0.0171966552734375, - 0.01329803466796875, - 0.00612640380859375, - 0.017791748046875, - 0.04541015625, - 0.0258026123046875, - 0.047607421875, - -0.032989501953125, - -0.030792236328125, - -0.01165008544921875, - 0.01214599609375, - 0.02960205078125, - 0.027801513671875, - -0.019500732421875, - -0.0196990966796875, - -0.00397491455078125, - -0.06280517578125, - 0.004425048828125, - 0.004848480224609375, - -0.01349639892578125, - -0.044189453125, - -0.0229949951171875, - 0.006099700927734375, - -0.0298004150390625, - 0.029205322265625, - 0.00949859619140625, - -0.005825042724609375, - 0.00405120849609375, - 0.04400634765625, - -0.0014123916625976562, - -0.050201416015625, - 0.01849365234375, - -0.050384521484375, - -0.014801025390625, - -0.06280517578125, - -0.03179931640625, - 0.03680419921875, - -0.02679443359375, - -0.08160400390625, - -0.01519775390625, - 0.04779052734375, - -0.014801025390625, - -0.0325927734375, - -0.00855255126953125, - 0.03619384765625, - -0.00894927978515625, - -0.038787841796875, - -0.050384521484375, - -0.0153961181640625, - 0.0207977294921875, - -0.04058837890625, - 0.025604248046875, - -0.0008497238159179688, - -0.01255035400390625, - -0.0186004638671875, - -0.0164031982421875, - -0.02899169921875, - 0.04339599609375, - -0.0635986328125, - 0.047210693359375, - 0.0021381378173828125, - 0.003398895263671875, - 0.02899169921875, - 0.047607421875, - -0.0236053466796875, - 0.0164947509765625, - -0.0160064697265625, - -0.0723876953125, - -0.01004791259765625, - 0.0008625984191894531, - 0.0108489990234375, - -0.06756591796875, - 0.00659942626953125, - 0.01739501953125, - -0.062408447265625, - 0.01419830322265625, - -0.0157012939453125, - -0.003849029541015625, - -0.056396484375, - 0.002162933349609375, - 0.0092010498046875, - -0.0051727294921875, - 0.08837890625, - 0.0287933349609375, - -0.03558349609375, - 0.000058591365814208984, - -0.042999267578125, - 0.061981201171875, - 0.0135955810546875, - 0.01259613037109375, - -0.032806396484375, - 0.0233001708984375, - 0.0095977783203125, - -0.0469970703125, - -0.0168914794921875, - -0.07159423828125, - -0.0047760009765625, - 0.000051975250244140625, - 0.01255035400390625, - 0.004425048828125, - 0.035003662109375, - -0.0369873046875, - -0.0294036865234375, - -0.015899658203125, - 0.019500732421875, - 0.01129913330078125, - 0.00695037841796875, - -0.0469970703125, - -0.035186767578125, - -0.014495849609375, - -0.0032749176025390625, - -0.031402587890625, - -0.02960205078125, - 0.036590576171875, - -0.00252532958984375, - -0.06842041015625, - 0.03961181640625, - 0.01329803466796875, - 0.023895263671875, - 0.004974365234375, - 0.058807373046875, - -0.0243988037109375, - -0.0196990966796875, - -0.006999969482421875, - 0.039398193359375, - 0.01409912109375, - 0.005397796630859375, - 0.0032501220703125, - 0.01519775390625, - -0.0006251335144042969, - -0.0084991455078125, - 0.03759765625, - 0.0079498291015625, - -0.0242919921875, - -0.0305938720703125, - -0.016204833984375, - -0.027801513671875, - 0.03558349609375, - 0.0035495758056640625, - 0.047393798828125, - 0.0236968994140625, - 0.0113983154296875, - -0.0711669921875, - 0.0535888671875, - -0.00914764404296875, - 0.000020384788513183594, - 0.0040740966796875, - -0.027801513671875, - -0.0592041015625, - -0.056793212890625, - -0.04339599609375, - -0.01274871826171875, - -0.0447998046875, - 0.035003662109375, - 0.03338623046875, - 0.004299163818359375, - 0.0139007568359375, - 0.0233917236328125, - 0.00969696044921875, - 0.05120849609375, - 0.0037250518798828125, - -0.036590576171875, - 0.0692138671875, - -0.04541015625, - 0.0011749267578125, - 0.0110015869140625, - 0.023101806640625, - 0.0222015380859375, - 0.0029754638671875, - -0.0200042724609375, - -0.0182952880859375, - 0.005001068115234375, - 0.037994384765625, - -0.01004791259765625, - 0.022796630859375, - -0.0164031982421875, - 0.033599853515625, - 0.001850128173828125, - 0.0283966064453125, - -0.01145172119140625, - -0.014495849609375, - -0.027801513671875, - -0.003475189208984375, - -0.051605224609375, - -0.05841064453125, - 0.0005559921264648438, - -0.0189971923828125, - -0.024200439453125, - 0.01200103759765625, - 0.00994873046875, - 0.0303955078125, - -0.0667724609375, - 0.04779052734375, - 0.0214996337890625, - -0.0236968994140625, - -0.0229034423828125, - 0.004425048828125, - -0.01910400390625, - 0.0426025390625, - 0.0003750324249267578, - -0.029205322265625, - -0.0030498504638671875, - 0.003025054931640625, - -0.034210205078125, - -0.01560211181640625, - -0.0020503997802734375, - -0.0182037353515625, - 0.046600341796875, - -0.03759765625, - -0.015899658203125, - 0.01399993896484375, - 0.01219940185546875, - 0.00005739927291870117, - -0.004550933837890625, - 0.0325927734375, - 0.002887725830078125, - -0.045806884765625, - 0.00855255126953125, - -0.02899169921875, - -0.029205322265625, - -0.0189971923828125, - -0.020294189453125, - 0.003475189208984375, - 0.0240936279296875, - 0.03619384765625, - 0.0149993896484375, - 0.062408447265625, - -0.002086639404296875, - -0.02740478515625, - 0.007598876953125, - 0.00879669189453125, - 0.01529693603515625, - 0.017791748046875, - 0.010101318359375, - -0.01519775390625, - 0.02099609375, - 0.0182037353515625, - -0.085205078125, - 0.001468658447265625, - -0.0298004150390625, - -0.042999267578125, - 0.0083465576171875, - 0.06439208984375, - 0.047393798828125, - 0.01519775390625, - 0.0175933837890625, - 0.043609619140625, - 0.0283966064453125, - 0.01290130615234375, - -0.0287933349609375, - -0.06561279296875, - -0.01039886474609375, - 0.0303955078125, - 0.027191162109375, - -0.06597900390625, - 0.06597900390625, - 0.0679931640625, - 0.007049560546875, - 0.0008435249328613281, - -0.0160064697265625, - -0.01509857177734375, - 0.053192138671875, - -0.0021381378173828125, - 0.0301971435546875, - -0.08599853515625, - 0.01399993896484375, - 0.0225982666015625, - -0.000812530517578125, - -0.02349853515625, - -0.003398895263671875, - -0.019195556640625, - 0.04559326171875, - -0.057586669921875, - 0.0167999267578125, - 0.0251922607421875, - 0.055206298828125, - 0.0160064697265625, - -0.0247955322265625, - -0.00424957275390625, - 0.01519775390625, - -0.008148193359375, - -0.01380157470703125, - -0.001811981201171875, - 0.0229949951171875, - -0.050201416015625, - 0.00769805908203125, - 0.04400634765625, - -0.0033245086669921875, - 0.0391845703125, - 0.0229949951171875, - -0.050201416015625, - 0.033782958984375, - -0.004474639892578125, - 0.025390625, - -0.006275177001953125, - -0.0229034423828125, - -0.03961181640625, - -0.0171966552734375, - 0.040191650390625, - 0.00008475780487060547, - 0.042205810546875, - 0.0093994140625, - -0.004550933837890625, - 0.00714874267578125, - -0.036590576171875, - 0.000031054019927978516, - 0.0214996337890625, - 0.022491455078125, - 0.0265960693359375, - -0.00021088123321533203, - 0.0261993408203125, - 0.0135955810546875, - -0.01380157470703125, - 0.05279541015625, - -0.0369873046875, - 0.0325927734375, - -0.0498046875, - -0.0126953125, - 0.013702392578125, - -0.01519775390625, - -0.0005125999450683594, - -0.04180908203125, - -0.027191162109375, - 0.01200103759765625, - -0.053192138671875, - -0.00844573974609375, - 0.0413818359375, - -0.037200927734375, - 0.01849365234375, - 0.047210693359375, - 0.0099029541015625, - 0.048583984375, - -0.04498291015625, - 0.07598876953125, - 0.00014066696166992188, - 0.039398193359375, - -0.0171966552734375, - 0.0276031494140625, - 0.035003662109375, - -0.00800323486328125, - 0.0261993408203125, - 0.045196533203125, - 0.0175933837890625, - 0.051605224609375, - 0.022491455078125, - 0.0222015380859375, - -0.022796630859375, - 0.036407470703125, - 0.0007028579711914062, - -0.051605224609375, - 0.024505615234375, - -0.0016374588012695312, - 0.00914764404296875, - 0.004749298095703125, - -0.015899658203125, - -0.0142974853515625, - -0.06158447265625, - 0.04278564453125, - 0.0113983154296875, - -0.0090484619140625, - 0.01549530029296875, - -0.03460693359375, - 0.056793212890625, - 0.00034999847412109375, - 0.065185546875, - -0.020294189453125, - 0.057586669921875, - -0.0279998779296875, - -0.00769805908203125, - -0.0033245086669921875, - 0.0178985595703125, - -0.007350921630859375, - 0.040985107421875, - -0.033599853515625, - 0.04541015625, - 0.006500244140625, - -0.0031490325927734375, - -0.057586669921875, - -0.0102996826171875, - -0.0030498504638671875, - 0.02069091796875, - 0.0171051025390625, - -0.035400390625, - -0.01309967041015625, - -0.00879669189453125, - 0.01959228515625, - 0.050201416015625, - -0.03240966796875, - 0.0198974609375, - 0.003475189208984375, - 0.0005559921264648438, - -0.013702392578125, - 0.007801055908203125 - ], - "metadata": { - "domains": [ - "malware-analysis", - "static-investigations" - ], - "phases": [ - "analysis" - ], - "tags": [ - "reverse-engineering", - "decompiler" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, { "id": "tool_X_Ways_Forensics", "type": "tool", @@ -86374,21160 +87537,2112 @@ } }, { - "id": "tool_Kali_Linux", + "id": "tool_ICSpector", "type": "tool", - "name": "Kali Linux", - "content": "kali linux die legendäre penetration-testing-distribution dient forensikern als schweizer taschenmesser mit 600+ vorinstallierten security-tools. live-boot ermöglicht forensische untersuchungen ohne host-kontamination. forensics-mode deaktiviert auto-mount und netzwerk für saubere akquisition. die tool-kategorien decken alle phasen ab: imaging (dc3dd), carving (foremost), memory-analyse (volatility), netzwerk (wireshark), mobile (adb), krypto (hashcat). metapackages installieren tool-gruppen gezielt. die rolling-release-natur hält alles aktuell. arm-images für raspberry pi und mobile-forensik. nethunter bringt kali aufs smartphone. anpassbare iso-builds für spezialisierte teams. die dokumentation und community sind exzellent. vorsicht: viele tools sind offensiv - klare policies nötig! der standard für incident-response-teams weltweit. gui command-line 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", + "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. command-line 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.035980224609375, - 0.01071929931640625, - 0.045166015625, - 0.00982666015625, - 0.0263519287109375, - 0.043914794921875, - 0.0192413330078125, - -0.01244354248046875, - -0.0269775390625, - 0.001483917236328125, - -0.036590576171875, - 0.0294952392578125, - 0.008209228515625, - -0.022064208984375, - -0.055633544921875, - 0.038482666015625, - -0.0179901123046875, - -0.0006766319274902344, - 0.01009368896484375, - 0.0185089111328125, - -0.023529052734375, - -0.020599365234375, - -0.058135986328125, - -0.004261016845703125, - -0.01155853271484375, - -0.007633209228515625, - -0.0328369140625, - -0.08447265625, - -0.0219573974609375, - -0.01348876953125, - -0.00705718994140625, - -0.018096923828125, - 0.00104522705078125, - 0.034515380859375, - -0.015899658203125, - -0.0099334716796875, - 0.007373809814453125, - -0.018402099609375, - -0.0265655517578125, - 0.03240966796875, - -0.01548004150390625, - -0.006900787353515625, - 0.01155853271484375, - -0.00815582275390625, - -0.0357666015625, - -0.01401519775390625, - -0.010772705078125, - -0.01548004150390625, - 0.021331787109375, - -0.0276031494140625, - 0.0203857421875, - 0.022796630859375, - 0.008575439453125, - -0.016937255859375, - -0.051666259765625, - 0.046417236328125, - 0.04559326171875, - -0.0216522216796875, - -0.034088134765625, - 0.055633544921875, - -0.0401611328125, - -0.0217437744140625, - 0.007633209228515625, - -0.0305328369140625, - 0.0148468017578125, - 0.019134521484375, - -0.0207061767578125, - -0.022064208984375, - -0.0061187744140625, - 0.018402099609375, - 0.01207733154296875, - 0.00040030479431152344, - -0.023529052734375, - 0.02667236328125, - -0.00679779052734375, - -0.042877197265625, - 0.0278167724609375, - 0.01934814453125, - 0.0194549560546875, - -0.01129150390625, - -0.033660888671875, - 0.00470733642578125, - 0.034515380859375, - -0.027191162109375, - 0.003948211669921875, - -0.0042877197265625, - 0.0207061767578125, - 0.019134521484375, - -0.005176544189453125, - -0.0218505859375, - 0.0110321044921875, - -0.005306243896484375, - 0.0194549560546875, - -0.01934814453125, - 0.0181884765625, - 0.053955078125, - -0.01568603515625, - -0.0167236328125, - -0.0328369140625, - 0.028656005859375, - 0.0248870849609375, - -0.0175628662109375, - 0.04119873046875, - 0.0016336441040039062, - 0.056060791015625, - -0.049346923828125, - 0.01009368896484375, - -0.01160430908203125, - -0.0240478515625, - -0.02081298828125, - -0.060638427734375, - -0.022796630859375, - -0.02081298828125, - -0.06524658203125, - 0.0013074874877929688, - 0.008941650390625, - -0.019561767578125, - 0.040771484375, - -0.04705810546875, - -0.056060791015625, - 0.028656005859375, - 0.01009368896484375, - -0.00988006591796875, - 0.0026798248291015625, - -0.07696533203125, - -0.03472900390625, - 0.00925445556640625, - 0.0207061767578125, - -0.05291748046875, - -0.0303192138671875, - -0.025299072265625, - -0.034088134765625, - -0.0372314453125, - -0.043701171875, - -0.01464080810546875, - -0.0262451171875, - 0.0430908203125, - -0.00909423828125, - -0.01380157470703125, - 0.01024627685546875, - 0.0204925537109375, - -0.026031494140625, - -0.0677490234375, - 0.01526641845703125, - -0.0229034423828125, - -0.0079498291015625, - -0.00972747802734375, - 0.058563232421875, - -0.01119232177734375, - -0.006744384765625, - 0.00909423828125, - 0.0185089111328125, - 0.05352783203125, - 0.00878143310546875, - 0.01715087890625, - -0.028656005859375, - -0.006534576416015625, - 0.01050567626953125, - 0.018096923828125, - -0.0135955810546875, - -0.01934814453125, - 0.0106658935546875, - -0.01401519775390625, - 0.01165771484375, - -0.01244354248046875, - -0.0223846435546875, - -0.01134490966796875, - -0.01526641845703125, - 0.03765869140625, - 0.004627227783203125, - 0.0179901123046875, - 0.02593994140625, - 0.046844482421875, - 0.048095703125, - 0.0168304443359375, - -0.0013589859008789062, - -0.0175628662109375, - -0.01380157470703125, - 0.03912353515625, - 0.055633544921875, - -0.01641845703125, - -0.0190277099609375, - 0.01328277587890625, - 0.024566650390625, - 0.0204925537109375, - 0.008575439453125, - -0.0328369140625, - -0.013336181640625, - -0.0518798828125, - 0.03179931640625, - -0.0284423828125, - -0.0313720703125, - -0.0007843971252441406, - 0.0269775390625, - -0.0031108856201171875, - 0.046844482421875, - 0.050201416015625, - -0.01082611083984375, - 0.060638427734375, - 0.00232696533203125, - 0.0160980224609375, - 0.01568603515625, - -0.0017518997192382812, - 0.037445068359375, - 0.015899658203125, - 0.01369476318359375, - -0.00679779052734375, - 0.032623291015625, - 0.044952392578125, - -0.01464080810546875, - 0.0094146728515625, - 0.0460205078125, - -0.019561767578125, - -0.0251007080078125, - -0.0201873779296875, - -0.036590576171875, - -0.0015554428100585938, - -0.042022705078125, - -0.00946044921875, - -0.01568603515625, - -0.0187225341796875, - -0.047271728515625, - 0.010040283203125, - 0.04412841796875, - -0.042236328125, - 0.05206298828125, - -0.005252838134765625, - -0.0219573974609375, - -0.01270294189453125, - 0.0292816162109375, - 0.01537322998046875, - 0.0309600830078125, - 0.00588226318359375, - 0.0024566650390625, - 0.000545501708984375, - -0.0236358642578125, - 0.052703857421875, - 0.03680419921875, - 0.028228759765625, - -0.00669097900390625, - -0.0305328369140625, - 0.034912109375, - -0.0357666015625, - 0.03533935546875, - 0.023834228515625, - 0.00936126708984375, - 0.006168365478515625, - -0.0189208984375, - 0.0288543701171875, - 0.051666259765625, - -0.07025146484375, - 0.0013074874877929688, - -0.061492919921875, - -0.0143280029296875, - -0.061065673828125, - -0.0163116455078125, - -0.031158447265625, - -0.0460205078125, - 0.018402099609375, - -0.03240966796875, - -0.03826904296875, - -0.018096923828125, - 0.00679779052734375, - -0.00669097900390625, - 0.04266357421875, - -0.0008692741394042969, - -0.03973388671875, - -0.005908966064453125, - 0.061492919921875, - 0.0038700103759765625, - -0.0207061767578125, - -0.01165771484375, - 0.0177764892578125, - 0.003162384033203125, - 0.00606536865234375, - -0.00569915771484375, - -0.018096923828125, - 0.023529052734375, - 0.0288543701171875, - 0.0307464599609375, - -0.03533935546875, - 0.0343017578125, - 0.007740020751953125, - 0.036590576171875, - -0.034088134765625, - -0.00716400146484375, - 0.01024627685546875, - 0.0036602020263671875, - 0.0086822509765625, - -0.0648193359375, - 0.0160980224609375, - 0.037841796875, - 0.007579803466796875, - 0.0022487640380859375, - -0.002391815185546875, - -0.0677490234375, - 0.0218505859375, - -0.0037384033203125, - 0.016204833984375, - 0.044342041015625, - 0.03240966796875, - -0.0243682861328125, - 0.0132293701171875, - -0.00914764404296875, - 0.002300262451171875, - -0.03533935546875, - -0.045166015625, - -0.019134521484375, - 0.006561279296875, - -0.045166015625, - -0.0232086181640625, - 0.015899658203125, - -0.0119171142578125, - 0.019561767578125, - -0.0130157470703125, - -0.02081298828125, - -0.0313720703125, - -0.0160980224609375, - 0.0246734619140625, - -0.02520751953125, - -0.038909912109375, - -0.01788330078125, - 0.04266357421875, - 0.007740020751953125, - 0.0135955810546875, - -0.01082611083984375, - -0.0086822509765625, - -0.032012939453125, - 0.031158447265625, - -0.01097869873046875, - 0.048309326171875, - -0.0008072853088378906, - 0.0489501953125, - 0.03387451171875, - 0.040374755859375, - 0.01165771484375, - 0.05645751953125, - 0.0328369140625, - -0.01348876953125, - -0.02227783203125, - 0.0018167495727539062, - -0.0038166046142578125, - 0.01197052001953125, - -0.02008056640625, - -0.0229034423828125, - 0.010772705078125, - -0.0170440673828125, - 0.008941650390625, - 0.024261474609375, - 0.01035308837890625, - 0.0299072265625, - -0.0240478515625, - 0.0265655517578125, - 0.050811767578125, - 0.0190277099609375, - 0.0823974609375, - -0.003032684326171875, - -0.06689453125, - -0.0024051666259765625, - 0.017364501953125, - 0.01134490966796875, - 0.01348876953125, - 0.0343017578125, - 0.01306915283203125, - -0.006900787353515625, - 0.03912353515625, - -0.01061248779296875, - 0.032623291015625, - -0.010406494140625, - -0.0006699562072753906, - 0.0290679931640625, - -0.01202392578125, - -0.0017518997192382812, - 0.052703857421875, - 0.042236328125, - -0.0064849853515625, - 0.0262451171875, - -0.0175628662109375, - -0.0003104209899902344, - -0.0247802734375, - -0.0665283203125, - 0.0079498291015625, - 0.034515380859375, - -0.00753021240234375, - 0.048736572265625, - -0.025299072265625, - -0.08740234375, - 0.028228759765625, - -0.04766845703125, - 0.061920166015625, - 0.0172576904296875, - 0.01380157470703125, - 0.05938720703125, - -0.0211181640625, - 0.0033721923828125, - 0.0251007080078125, - 0.007213592529296875, - 0.0234222412109375, - 0.034088134765625, - 0.03326416015625, - 0.0099334716796875, - -0.024566650390625, - 0.004390716552734375, - 0.032012939453125, - 0.0218505859375, - -0.003582000732421875, - 0.0088348388671875, - 0.00988006591796875, - 0.00037741661071777344, - -0.0518798828125, - 0.0445556640625, - 0.027191162109375, - -0.01092529296875, - 0.00029087066650390625, - -0.028228759765625, - -0.002666473388671875, - -0.053955078125, - 0.00988006591796875, - -0.00753021240234375, - -0.01071929931640625, - 0.0126495361328125, - 0.02520751953125, - -0.050201416015625, - -0.0160980224609375, - 0.046630859375, - -0.07781982421875, - 0.0303192138671875, - 0.004730224609375, - -0.024993896484375, - -0.007579803466796875, - -0.0197601318359375, - -0.048736572265625, - -0.01155853271484375, - -0.01108551025390625, - -0.0328369140625, - 0.0095672607421875, - 0.01526641845703125, - -0.048095703125, - -0.034088134765625, - -0.024993896484375, - -0.01181793212890625, - -0.02374267578125, - -0.0034236907958984375, - 0.0328369140625, - 0.00836181640625, - 0.005306243896484375, - 0.019866943359375, - 0.034912109375, - -0.0009541511535644531, - -0.0269775390625, - 0.046630859375, - -0.006378173828125, - -0.0313720703125, - 0.00669097900390625, - -0.00214385986328125, - 0.01097869873046875, - -0.01548004150390625, - -0.00742340087890625, - 0.004131317138671875, - 0.049346923828125, - 0.0236358642578125, - 0.00742340087890625, - -0.03326416015625, - -0.0246734619140625, - -0.056884765625, - 0.034515380859375, - -0.0216522216796875, - 0.058135986328125, - 0.0048370361328125, - -0.061065673828125, - 0.042236328125, - -0.03472900390625, - -0.0239410400390625, - -0.00946044921875, - -0.0141143798828125, - -0.007266998291015625, - 0.055206298828125, - -0.0223846435546875, - -0.007373809814453125, - -0.03765869140625, - 0.03765869140625, - -0.00035119056701660156, - -0.00551605224609375, - -0.031158447265625, - 0.0303192138671875, - 0.038909912109375, - -0.06817626953125, - 0.01312255859375, - -0.0177764892578125, - -0.0219573974609375, - 0.03912353515625, - -0.040771484375, - -0.0035552978515625, - 0.01548004150390625, - -0.08367919921875, - -0.02081298828125, - -0.0386962890625, - -0.0313720703125, - -0.0239410400390625, - 0.018829345703125, - 0.042449951171875, - -0.00145721435546875, - 0.032623291015625, - -0.00009310245513916016, - 0.00815582275390625, - 0.0079498291015625, - -0.0033721923828125, - -0.0160980224609375, - 0.015899658203125, - -0.04266357421875, - -0.062744140625, - -0.0160064697265625, - 0.032623291015625, - -0.0248870849609375, - -0.0160064697265625, - 0.00716400146484375, - -0.0117645263671875, - 0.04119873046875, - -0.0292816162109375, - 0.004390716552734375, - -0.019866943359375, - -0.023529052734375, - -0.031158447265625, - -0.032012939453125, - 0.00669097900390625, - 0.037445068359375, - -0.001575469970703125, - 0.01155853271484375, - 0.0214385986328125, - -0.0518798828125, - 0.04412841796875, - 0.0212249755859375, - 0.02154541015625, - 0.0083160400390625, - -0.0003056526184082031, - -0.02227783203125, - -0.0083160400390625, - 0.0290679931640625, - -0.021331787109375, - -0.032196044921875, - -0.07904052734375, - 0.0209197998046875, - -0.003345489501953125, - -0.0021572113037109375, - -0.0263519287109375, - -0.0328369140625, - -0.08660888671875, - -0.0113983154296875, - 0.023529052734375, - -0.00914764404296875, - -0.002079010009765625, - -0.0299072265625, - -0.0307464599609375, - -0.00168609619140625, - -0.029693603515625, - 0.0278167724609375, - -0.0197601318359375, - 0.026458740234375, - 0.01145172119140625, - -0.047882080078125, - 0.02667236328125, - 0.038055419921875, - 0.034515380859375, - 0.01055908203125, - 0.0309600830078125, - -0.0255126953125, - 0.037841796875, - -0.006168365478515625, - -0.0017518997192382812, - 0.00104522705078125, - -0.0226898193359375, - 0.032623291015625, - -0.007007598876953125, - -0.01495361328125, - 0.00196075439453125, - 0.00002962350845336914, - 0.046234130859375, - -0.007843017578125, - -0.016204833984375, - 0.0280303955078125, - 0.0021572113037109375, - 0.046234130859375, - -0.0309600830078125, - -0.043304443359375, - 0.01197052001953125, - -0.0024318695068359375, - 0.0460205078125, - 0.02374267578125, - -0.0280303955078125, - -0.02154541015625, - 0.038909912109375, - 0.048736572265625, - -0.0269775390625, - -0.0148468017578125, - -0.045379638671875, - 0.00836181640625, - 0.030120849609375, - 0.06317138671875, - 0.0207061767578125, - 0.0941162109375, - 0.00836181640625, - -0.01181793212890625, - 0.032012939453125, - 0.08282470703125, - 0.0247802734375, - -0.03179931640625, - -0.039520263671875, - 0.0199737548828125, - 0.0133819580078125, - -0.040374755859375, - -0.026458740234375, - 0.006011962890625, - 0.09619140625, - -0.071533203125, - -0.002079010009765625, - -0.007740020751953125, - -0.0241546630859375, - 0.0204925537109375, - 0.01255035400390625, - -0.0218505859375, - 0.0299072265625, - 0.0211181640625, - -0.033050537109375, - -0.03240966796875, - -0.00679779052734375, - 0.00878143310546875, - 0.08111572265625, - 0.02593994140625, - -0.0036334991455078125, - 0.031585693359375, - 0.024993896484375, - 0.0276031494140625, - 0.02667236328125, - 0.034088134765625, - 0.0225830078125, - 0.0179901123046875, - 0.025726318359375, - 0.041839599609375, - -0.01348876953125, - -0.0130157470703125, - 0.010040283203125, - 0.00551605224609375, - 0.06689453125, - 0.046630859375, - 0.007320404052734375, - 0.0036602020263671875, - -0.0386962890625, - -0.039947509765625, - 0.0236358642578125, - 0.006275177001953125, - -0.004207611083984375, - -0.049774169921875, - -0.045166015625, - 0.0226898193359375, - -0.02374267578125, - 0.045166015625, - 0.0182952880859375, - -0.037017822265625, - -0.004444122314453125, - 0.0243682861328125, - -0.0155792236328125, - -0.035980224609375, - -0.00778961181640625, - -0.0256195068359375, - -0.0288543701171875, - -0.0401611328125, - -0.02301025390625, - 0.040985107421875, - 0.00205230712890625, - -0.04766845703125, - -0.035552978515625, - 0.0269775390625, - -0.03619384765625, - -0.02667236328125, - -0.034515380859375, - 0.003215789794921875, - -0.051025390625, - -0.0706787109375, - -0.04852294921875, - -0.036376953125, - 0.00643157958984375, - -0.02520751953125, - 0.01233673095703125, - -0.0313720703125, - -0.0168304443359375, - -0.018829345703125, - -0.0175628662109375, - -0.0255126953125, - 0.02227783203125, - -0.032012939453125, - 0.0294952392578125, - -0.0023651123046875, - 0.045166015625, - 0.031585693359375, - 0.0648193359375, - -0.0135955810546875, - -0.016937255859375, - 0.0003056526184082031, - -0.055206298828125, - 0.006168365478515625, - -0.0081024169921875, - 0.0037899017333984375, - -0.0706787109375, - -0.004913330078125, - 0.054779052734375, - -0.07989501953125, - 0.034912109375, - 0.00470733642578125, - -0.0167236328125, - -0.040374755859375, - -0.00804901123046875, - 0.0189208984375, - -0.00010865926742553711, - 0.0982666015625, - 0.0090484619140625, - 0.0135955810546875, - 0.024993896484375, - -0.03912353515625, - 0.053955078125, - 0.035552978515625, - 0.0236358642578125, - -0.051666259765625, - 0.017364501953125, - 0.0232086181640625, - -0.01328277587890625, - 0.03387451171875, - -0.06982421875, - -0.005252838134765625, - 0.0167236328125, - 0.016937255859375, - -0.024566650390625, - -0.004261016845703125, - -0.058135986328125, - -0.007843017578125, - -0.033447265625, - 0.0212249755859375, - -0.00789642333984375, - 0.0113983154296875, - -0.0401611328125, - -0.0232086181640625, - -0.0148468017578125, - -0.048095703125, - -0.033660888671875, - -0.01526641845703125, - 0.03619384765625, - 0.0059356689453125, - -0.056060791015625, - 0.032012939453125, - 0.0007419586181640625, - 0.01244354248046875, - 0.00936126708984375, - 0.0665283203125, - -0.04705810546875, - 0.0307464599609375, - -0.0034236907958984375, - 0.06024169921875, - -0.026458740234375, - 0.01197052001953125, - 0.005229949951171875, - 0.0192413330078125, - 0.03680419921875, - -0.034515380859375, - 0.038055419921875, - 0.0233154296875, - -0.036376953125, - -0.07110595703125, - -0.044952392578125, - -0.0234222412109375, - 0.041412353515625, - 0.006744384765625, - 0.0175628662109375, - -0.023529052734375, - -0.0167236328125, - -0.08489990234375, - 0.037445068359375, - -0.033660888671875, - 0.0155792236328125, - 0.00800323486328125, - 0.009674072265625, - -0.0723876953125, - -0.031158447265625, - -0.0010128021240234375, - 0.0185089111328125, - -0.042449951171875, - 0.00925445556640625, - -0.00315093994140625, - 0.00669097900390625, - 0.0005064010620117188, - -0.0273895263671875, - 0.00632476806640625, - 0.040985107421875, - 0.0278167724609375, - -0.0203857421875, - 0.06439208984375, - -0.036590576171875, - 0.022796630859375, - -0.0025348663330078125, - -0.0165252685546875, - -0.0133819580078125, - -0.007476806640625, - -0.034515380859375, - 0.019866943359375, - 0.01515960693359375, - 0.048736572265625, - -0.0284423828125, - -0.005252838134765625, - -0.010772705078125, - 0.01071929931640625, - 0.024566650390625, - -0.0280303955078125, - -0.0106658935546875, - -0.0097808837890625, - -0.0094146728515625, - -0.007843017578125, - -0.058990478515625, - -0.0853271484375, - 0.0018434524536132812, - -0.02227783203125, - -0.01255035400390625, - -0.0014963150024414062, - 0.0299072265625, - 0.01207733154296875, - -0.0284423828125, - 0.045379638671875, - -0.00423431396484375, - -0.005046844482421875, - -0.03387451171875, - 0.0299072265625, - -0.0170440673828125, - 0.056884765625, - -0.00305938720703125, - -0.046630859375, - 0.03619384765625, - -0.00753021240234375, - -0.0155792236328125, - -0.0029277801513671875, - 0.0009083747863769531, - -0.01306915283203125, - 0.0027313232421875, - -0.06732177734375, - -0.0258331298828125, - 0.006954193115234375, - 0.049346923828125, - 0.034515380859375, - -0.016204833984375, - 0.055633544921875, - 0.0170440673828125, - -0.061492919921875, - 0.005985260009765625, - -0.028228759765625, - -0.0263519287109375, - -0.00661468505859375, - -0.0016078948974609375, - 0.00569915771484375, - 0.02008056640625, - 0.0518798828125, - 0.0357666015625, - 0.031585693359375, - 0.03326416015625, - -0.037017822265625, - 0.00324249267578125, - -0.01453399658203125, - 0.038055419921875, - 0.0128631591796875, - 0.01233673095703125, - -0.00925445556640625, - 0.009307861328125, - 0.01197052001953125, - -0.0782470703125, - -0.0256195068359375, - -0.0430908203125, - -0.0706787109375, - -0.01071929931640625, - 0.08367919921875, - 0.0263519287109375, - -0.013336181640625, - 0.0386962890625, - 0.03912353515625, - 0.02301025390625, - -0.00397491455078125, - -0.01024627685546875, - -0.0677490234375, - -0.00324249267578125, - 0.00753021240234375, - 0.0084686279296875, - -0.0635986328125, - 0.051239013671875, - 0.06982421875, - -0.0255126953125, - -0.00925445556640625, - -0.00018787384033203125, - -0.003894805908203125, - 0.037017822265625, - 0.002262115478515625, - 0.00988006591796875, - -0.07318115234375, - 0.00588226318359375, - 0.027191162109375, - 0.0041046142578125, - -0.0024051666259765625, - -0.036590576171875, - -0.0017910003662109375, - 0.017364501953125, - -0.074462890625, - -0.01453399658203125, - 0.026458740234375, - 0.0782470703125, - 0.022064208984375, - -0.02081298828125, - -0.0160064697265625, - 0.0305328369140625, - 0.00872802734375, - -0.033447265625, - 0.027191162109375, - 0.0216522216796875, - -0.0210113525390625, - 0.028228759765625, - 0.039947509765625, - -0.0055694580078125, - 0.049774169921875, - 0.0214385986328125, - -0.0723876953125, - 0.0218505859375, - -0.028656005859375, - 0.01515960693359375, - 0.0036334991455078125, - -0.0303192138671875, - -0.0313720703125, - -0.03973388671875, - 0.043701171875, - 0.00650787353515625, - 0.045806884765625, - 0.0280303955078125, - -0.0020904541015625, - -0.01380157470703125, - -0.005908966064453125, - 0.0143280029296875, - 0.05731201171875, - 0.0288543701171875, - 0.02227783203125, - 0.033447265625, - 0.0036602020263671875, - -0.0006175041198730469, - -0.03326416015625, - 0.037841796875, - -0.0203857421875, - -0.01207733154296875, - -0.05352783203125, - -0.01788330078125, - 0.0022220611572265625, - -0.024261474609375, - -0.007843017578125, - -0.032012939453125, - -0.0128631591796875, - -0.00232696533203125, - -0.04998779296875, - -0.018402099609375, - 0.043487548828125, - -0.02447509765625, - 0.0014314651489257812, - 0.024261474609375, - -0.0016078948974609375, - 0.003582000732421875, - -0.053131103515625, - 0.032196044921875, - 0.0233154296875, - 0.0303192138671875, - -0.0011434555053710938, - -0.01171112060546875, - 0.024566650390625, - -0.0203857421875, - 0.0025482177734375, - 0.004444122314453125, - -0.0328369140625, - 0.054779052734375, - 0.046417236328125, - 0.0181884765625, - -0.0276031494140625, - 0.0143280029296875, - 0.01108551025390625, - -0.0276031494140625, - 0.043701171875, - 0.037017822265625, - 0.0262451171875, - -0.000682830810546875, - -0.01348876953125, - -0.0280303955078125, - -0.06317138671875, - 0.0665283203125, - 0.040374755859375, - 0.0273895263671875, - 0.040557861328125, - -0.048736572265625, - 0.0416259765625, - -0.0010004043579101562, - 0.03472900390625, - -0.05352783203125, - 0.058135986328125, - -0.005306243896484375, - -0.005306243896484375, - -0.0006566047668457031, - 0.005176544189453125, - -0.01641845703125, - 0.0256195068359375, - -0.03912353515625, - 0.051025390625, - 0.0309600830078125, - -0.03912353515625, - -0.061065673828125, - -0.01171112060546875, - 0.006404876708984375, - -0.0041046142578125, - 0.039947509765625, - -0.044952392578125, - 0.00441741943359375, - -0.004207611083984375, - 0.0143280029296875, - 0.08197021484375, - -0.022064208984375, - 0.02154541015625, - -0.005855560302734375, - -0.006954193115234375, - -0.00223541259765625, - 0.003765106201171875 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "malware-analysis", - "fraud-investigation", - "network-forensics", - "mobile-forensics", - "cloud-forensics", - "ics-forensics" - ], - "phases": [], - "tags": [ - "gui", - "command-line", - "cross-platform", - "live-acquisition", - "write-blocker", - "opensource", - "forensics-mode", - "tool-collection", - "arm-support", - "nethunter", - "custom-builds", - "rolling-release" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_EnCase", - "type": "tool", - "name": "EnCase", - "content": "encase der veteran der digitalen forensik seit 1997 - in vielen behörden noch immer verwendet. enscript-programmierung ermöglicht komplexe automatisierungen die andere tools nicht bieten. die gerichtserfahrung ist unübertroffen - tausende erfolgreiche verfahren weltweit. version 21 modernisiert die alternde architektur mit cloud-forensik und mobile-support. besonders stark: evidence-processor für batch-verarbeitung, umfangreiche dateisystem-unterstützung, integrierte hex-ansicht. die ence-zertifizierung öffnet karrieretüren. physical-analyzer-modul für smartphones konkurriert mit cellebrite. die case-management-features skalieren auf großverfahren. nachteile: hohe kosten (20.000€+), steile lernkurve, performance-probleme bei großen images. opentext-übernahme bringt unsicherheit. der dongle-schutz nervt im feldeinsatz. viele wechseln zu moderneren alternativen, aber für enscript-power-user noch immer unverzichtbar. das prestige-tool das langsam seine krone verliert. 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.020782470703125, - 0.03564453125, - 0.00841522216796875, - -0.007350921630859375, - 0.041717529296875, - 0.0399169921875, - 0.024139404296875, - -0.005584716796875, - -0.003162384033203125, - -0.0081329345703125, - -0.0307159423828125, - 0.0413818359375, - 0.0027103424072265625, - -0.0318603515625, - -0.063720703125, - 0.041229248046875, - -0.008087158203125, - 0.0228271484375, - 0.047637939453125, - 0.0142059326171875, - -0.0218505859375, - 0.004619598388671875, - -0.047943115234375, - -0.0099334716796875, - -0.0128936767578125, - 0.0155181884765625, - -0.00894927978515625, - -0.05322265625, - 0.01453399658203125, - -0.0005540847778320312, - -0.005664825439453125, - -0.017486572265625, - 0.016998291015625, - 0.0233154296875, - -0.0174102783203125, - -0.02117919921875, - -0.0194549560546875, - -0.03759765625, - -0.03515625, - 0.037109375, - -0.0006465911865234375, - 0.0089111328125, - 0.0071868896484375, - 0.0008006095886230469, - -0.016510009765625, - -0.034820556640625, - 0.005069732666015625, - -0.017486572265625, - -0.0015497207641601562, - -0.02923583984375, - 0.0285797119140625, - 0.065673828125, - -0.02923583984375, - 0.00457763671875, - -0.026763916015625, - 0.01305389404296875, - 0.0251312255859375, - -0.034149169921875, - -0.0169219970703125, - 0.04632568359375, - -0.0736083984375, - -0.02545166015625, - 0.0016832351684570312, - -0.007061004638671875, - 0.01322174072265625, - 0.0221710205078125, - -0.0120697021484375, - -0.00899505615234375, - -0.005828857421875, - -0.004863739013671875, - 0.010223388671875, - -0.0089111328125, - -0.0202789306640625, - 0.0413818359375, - -0.0251312255859375, - -0.06304931640625, - 0.0126495361328125, - 0.02496337890625, - -0.019378662109375, - -0.0203704833984375, - -0.03546142578125, - 0.0131378173828125, - 0.045654296875, - -0.0118255615234375, - 0.003162384033203125, - 0.0038604736328125, - 0.02545166015625, - -0.01165771484375, - 0.0005364418029785156, - 0.00490570068359375, - 0.0225067138671875, - 0.0004286766052246094, - 0.0256195068359375, - -0.0155181884765625, - 0.03546142578125, - 0.05059814453125, - 0.0099334716796875, - -0.017730712890625, - 0.0118255615234375, - 0.032196044921875, - 0.017730712890625, - -0.041229248046875, - 0.055511474609375, - -0.0137939453125, - 0.048614501953125, - -0.05352783203125, - 0.007061004638671875, - -0.0165863037109375, - -0.027099609375, - -0.0039005279541015625, - -0.0880126953125, - -0.03466796875, - -0.02447509765625, - -0.06304931640625, - -0.002689361572265625, - 0.0216827392578125, - 0.004001617431640625, - 0.0418701171875, - -0.052215576171875, - -0.0361328125, - 0.03778076171875, - 0.023162841796875, - 0.00948333740234375, - 0.032684326171875, - -0.040740966796875, - -0.05487060546875, - 0.0290679931640625, - 0.01666259765625, - -0.03778076171875, - -0.007144927978515625, - -0.030059814453125, - -0.0239715576171875, - -0.0234832763671875, - -0.027099609375, - -0.0115814208984375, - -0.0135498046875, - 0.0187225341796875, - -0.0052337646484375, - 0.01001739501953125, - 0.0096893310546875, - 0.0272674560546875, - -0.0328369140625, - -0.06866455078125, - 0.0272674560546875, - -0.0423583984375, - -0.0190582275390625, - -0.0269317626953125, - 0.06964111328125, - -0.027435302734375, - -0.01165771484375, - -0.03466796875, - 0.0139617919921875, - 0.07489013671875, - 0.0157623291015625, - 0.026275634765625, - -0.033660888671875, - -0.00989532470703125, - -0.012237548828125, - 0.0225067138671875, - 0.004947662353515625, - -0.0020008087158203125, - 0.02117919921875, - 0.006404876708984375, - 0.0246429443359375, - -0.0206146240234375, - -0.0115814208984375, - -0.0004875659942626953, - 0.0205230712890625, - 0.0027923583984375, - 0.01428985595703125, - 0.01165771484375, - -0.02447509765625, - 0.06011962890625, - 0.0784912109375, - -0.0025043487548828125, - 0.01641845703125, - -0.01084136962890625, - -0.01297760009765625, - 0.023162841796875, - 0.006610870361328125, - -0.02874755859375, - -0.0139617919921875, - 0.00710296630859375, - -0.005706787109375, - 0.0205230712890625, - -0.0277557373046875, - -0.032012939453125, - 0.002063751220703125, - -0.0259552001953125, - 0.0307159423828125, - -0.03680419921875, - -0.01593017578125, - -0.01141357421875, - 0.01165771484375, - 0.038604736328125, - 0.05682373046875, - 0.030059814453125, - -0.01593017578125, - 0.043701171875, - -0.0052947998046875, - -0.014617919921875, - 0.0269317626953125, - 0.00478363037109375, - 0.047943115234375, - 0.002750396728515625, - 0.0152740478515625, - 0.026275634765625, - 0.040740966796875, - 0.0246429443359375, - -0.035797119140625, - -0.02447509765625, - 0.05517578125, - -0.01125335693359375, - -0.01042938232421875, - -0.0247955322265625, - -0.0264434814453125, - 0.0019092559814453125, - -0.017486572265625, - -0.03924560546875, - 0.0203704833984375, - -0.036956787109375, - -0.0703125, - -0.0050506591796875, - 0.01568603515625, - -0.02447509765625, - 0.038604736328125, - 0.0313720703125, - -0.0194549560546875, - -0.02447509765625, - 0.022003173828125, - 0.0226593017578125, - 0.0246429443359375, - -0.023162841796875, - 0.027435302734375, - -0.017486572265625, - -0.04400634765625, - 0.045013427734375, - 0.01108551025390625, - 0.0152740478515625, - 0.01971435546875, - -0.0285797119140625, - 0.0128936767578125, - -0.017822265625, - 0.0328369140625, - 0.04302978515625, - -0.0006184577941894531, - 0.007061004638671875, - 0.016510009765625, - 0.042694091796875, - 0.0361328125, - -0.048614501953125, - -0.0158538818359375, - -0.0860595703125, - -0.004497528076171875, - -0.08673095703125, - -0.0298919677734375, - -0.0282440185546875, - -0.047943115234375, - 0.04156494140625, - -0.0007953643798828125, - -0.0194549560546875, - 0.020782470703125, - 0.018890380859375, - -0.0092010498046875, - 0.03448486328125, - 0.028900146484375, - -0.01305389404296875, - 0.00689697265625, - 0.0650634765625, - 0.0168304443359375, - -0.027435302734375, - 0.00603485107421875, - 0.016265869140625, - -0.0205230712890625, - 0.0142059326171875, - -0.0604248046875, - -0.0061187744140625, - 0.0243072509765625, - 0.04400634765625, - 0.00977325439453125, - -0.035980224609375, - 0.0023708343505859375, - 0.00846099853515625, - 0.028900146484375, - -0.02923583984375, - -0.00632476806640625, - -0.00927734375, - -0.00496673583984375, - -0.0243072509765625, - -0.079833984375, - 0.00923919677734375, - 0.05584716796875, - 0.026275634765625, - -0.010101318359375, - 0.0333251953125, - -0.02496337890625, - 0.005420684814453125, - 0.00196075439453125, - 0.0115814208984375, - 0.00936126708984375, - 0.0361328125, - -0.02093505859375, - 0.00952911376953125, - -0.01084136962890625, - 0.0137176513671875, - -0.03302001953125, - -0.041717529296875, - -0.0081329345703125, - -0.00199127197265625, - -0.046630859375, - 0.0036945343017578125, - 0.0160980224609375, - -0.0160064697265625, - 0.0131378173828125, - -0.0272674560546875, - -0.01494598388671875, - -0.03497314453125, - -0.065673828125, - 0.01305389404296875, - -0.033172607421875, - -0.032012939453125, - -0.0261077880859375, - 0.0679931640625, - -0.005130767822265625, - 0.006610870361328125, - -0.0229949951171875, - -0.01806640625, - -0.0280914306640625, - 0.023651123046875, - -0.03253173828125, - 0.027435302734375, - -0.026611328125, - 0.0238189697265625, - 0.036285400390625, - 0.057159423828125, - 0.002227783203125, - 0.03497314453125, - 0.0206146240234375, - -0.0333251953125, - 0.00632476806640625, - -0.005462646484375, - 0.0126495361328125, - 0.01641845703125, - -0.033843994140625, - -0.0256195068359375, - 0.00882720947265625, - -0.0182342529296875, - 0.0049896240234375, - 0.01568603515625, - 0.03924560546875, - 0.0308837890625, - -0.0272674560546875, - 0.005420684814453125, - 0.0594482421875, - 0.014373779296875, - 0.07586669921875, - -0.03662109375, - -0.0423583984375, - 0.007801055908203125, - 0.019134521484375, - -0.040252685546875, - 0.002166748046875, - 0.0205230712890625, - 0.0139617919921875, - 0.025299072265625, - 0.0216827392578125, - -0.002956390380859375, - 0.026275634765625, - -0.01453399658203125, - -0.007061004638671875, - 0.0280914306640625, - -0.012481689453125, - 0.0272674560546875, - 0.0408935546875, - 0.024139404296875, - 0.0027103424072265625, - 0.0194549560546875, - -0.018310546875, - -0.03973388671875, - -0.0261077880859375, - -0.0509033203125, - 0.008209228515625, - 0.056182861328125, - 0.0137939453125, - 0.04827880859375, - -0.0285797119140625, - -0.0604248046875, - 0.005626678466796875, - -0.0312042236328125, - 0.0693359375, - 0.0251312255859375, - -0.0008878707885742188, - 0.058135986328125, - -0.01494598388671875, - 0.0010318756103515625, - 0.026763916015625, - 0.00377655029296875, - 0.018402099609375, - 0.044677734375, - 0.0261077880859375, - 0.02020263671875, - -0.027923583984375, - 0.031524658203125, - 0.045013427734375, - -0.00846099853515625, - 0.0179901123046875, - 0.009857177734375, - 0.003940582275390625, - 0.018402099609375, - -0.01453399658203125, - 0.04730224609375, - 0.0413818359375, - -0.00040030479431152344, - 0.0201263427734375, - 0.0012731552124023438, - 0.005420684814453125, - -0.036285400390625, - -0.0030803680419921875, - -0.0034084320068359375, - 0.009979248046875, - 0.0282440185546875, - 0.0103912353515625, - -0.0650634765625, - -0.0135498046875, - 0.052886962890625, - -0.045318603515625, - 0.020782470703125, - 0.02545166015625, - -0.0251312255859375, - 0.01470184326171875, - -0.018646240234375, - -0.037933349609375, - 0.0312042236328125, - 0.00039768218994140625, - -0.02496337890625, - 0.018890380859375, - 0.0261077880859375, - -0.03778076171875, - -0.023651123046875, - -0.044677734375, - -0.006282806396484375, - -0.01030731201171875, - 0.00722503662109375, - 0.037109375, - -0.01149749755859375, - -0.0033664703369140625, - 0.017730712890625, - 0.055511474609375, - 0.0062408447265625, - -0.0333251953125, - 0.044677734375, - -0.01519012451171875, - -0.0184783935546875, - 0.02069091796875, - 0.04205322265625, - 0.0303802490234375, - -0.0308837890625, - -0.023651123046875, - 0.0029144287109375, - 0.026763916015625, - 0.0032024383544921875, - 0.01494598388671875, - -0.03350830078125, - -0.044342041015625, - -0.06732177734375, - 0.0604248046875, - 0.00591278076171875, - 0.040252685546875, - -0.0016222000122070312, - -0.0328369140625, - 0.045654296875, - -0.058135986328125, - -0.0294036865234375, - -0.0256195068359375, - -0.000023245811462402344, - -0.0303802490234375, - 0.0294036865234375, - -0.021514892578125, - -0.0015192031860351562, - -0.0238189697265625, - 0.0594482421875, - 0.0040435791015625, - 0.005828857421875, - -0.041229248046875, - 0.02923583984375, - 0.040557861328125, - -0.065673828125, - -0.00841522216796875, - -0.02044677734375, - -0.0137176513671875, - 0.063720703125, - -0.0712890625, - 0.005069732666015625, - 0.018402099609375, - -0.08209228515625, - -0.042694091796875, - -0.017242431640625, - -0.026763916015625, - -0.053863525390625, - 0.0259552001953125, - 0.05352783203125, - -0.0014476776123046875, - 0.0139617919921875, - 0.005870819091796875, - 0.0032024383544921875, - 0.04205322265625, - 0.02117919921875, - -0.0137939453125, - 0.0256195068359375, - -0.06011962890625, - -0.045654296875, - -0.0029354095458984375, - 0.0509033203125, - -0.033172607421875, - -0.0155181884765625, - 0.006488800048828125, - -0.03662109375, - 0.03564453125, - -0.05352783203125, - -0.0052947998046875, - -0.0168304443359375, - -0.017242431640625, - -0.031707763671875, - -0.0318603515625, - -0.017486572265625, - 0.03924560546875, - 0.00025653839111328125, - -0.0004978179931640625, - 0.045654296875, - -0.066650390625, - 0.0264434814453125, - 0.00965118408203125, - -0.0160980224609375, - -0.00550079345703125, - -0.0008111000061035156, - 0.0139617919921875, - -0.003284454345703125, - 0.021026611328125, - -0.022003173828125, - -0.021514892578125, - -0.0703125, - 0.021026611328125, - -0.0041046142578125, - -0.0303802490234375, - -0.0277557373046875, - -0.0169219970703125, - -0.064697265625, - 0.00841522216796875, - 0.0318603515625, - 0.01544189453125, - 0.0135498046875, - -0.02117919921875, - -0.0174102783203125, - 0.00722503662109375, - -0.00579071044921875, - 0.027587890625, - -0.0190582275390625, - 0.0218505859375, - 0.019866943359375, - -0.042694091796875, - 0.0218505859375, - 0.00466156005859375, - 0.00775909423828125, - 0.02447509765625, - 0.031707763671875, - -0.039093017578125, - 0.0213470458984375, - -0.018798828125, - -0.03729248046875, - 0.017242431640625, - -0.0251312255859375, - 0.00439453125, - -0.01125335693359375, - -0.02972412109375, - 0.0174102783203125, - 0.01108551025390625, - 0.026611328125, - -0.01428985595703125, - -0.023162841796875, - 0.00710296630859375, - 0.0084991455078125, - 0.050262451171875, - -0.01108551025390625, - -0.0509033203125, - -0.008087158203125, - 0.0062408447265625, - 0.059783935546875, - 0.0323486328125, - 0.00923919677734375, - -0.027435302734375, - 0.00751495361328125, - 0.03729248046875, - -0.0169219970703125, - -0.0246429443359375, - -0.0259552001953125, - 0.0247955322265625, - 0.0233154296875, - 0.041229248046875, - 0.0003414154052734375, - 0.0965576171875, - -0.012237548828125, - -0.0028324127197265625, - 0.0298919677734375, - 0.0660400390625, - 0.0223388671875, - -0.0051727294921875, - -0.05352783203125, - 0.00537872314453125, - 0.0131378173828125, - -0.039581298828125, - -0.03448486328125, - -0.0155181884765625, - 0.056488037109375, - -0.0604248046875, - -0.0261077880859375, - -0.0087432861328125, - -0.0096893310546875, - 0.008209228515625, - 0.030548095703125, - -0.026611328125, - 0.01617431640625, - -0.007061004638671875, - -0.0418701171875, - 0.010101318359375, - -0.0194549560546875, - 0.0216827392578125, - 0.038116455078125, - 0.036285400390625, - -0.003818511962890625, - 0.0489501953125, - -0.0005979537963867188, - -0.0012159347534179688, - 0.0176544189453125, - 0.03662109375, - 0.0082550048828125, - 0.012725830078125, - 0.056488037109375, - 0.051239013671875, - -0.0051727294921875, - -0.012237548828125, - -0.01280975341796875, - 0.039093017578125, - 0.032196044921875, - 0.058135986328125, - -0.0225067138671875, - -0.0128936767578125, - -0.003429412841796875, - -0.02496337890625, - -0.017242431640625, - -0.00952911376953125, - 0.007965087890625, - -0.0179901123046875, - -0.04400634765625, - 0.015106201171875, - -0.045989990234375, - 0.045989990234375, - -0.006816864013671875, - -0.00763702392578125, - 0.0144500732421875, - 0.02972412109375, - -0.0190582275390625, - -0.05780029296875, - -0.005336761474609375, - -0.016754150390625, - -0.026275634765625, - -0.043365478515625, - -0.046966552734375, - 0.028411865234375, - -0.0247955322265625, - -0.054534912109375, - -0.03497314453125, - 0.03680419921875, - -0.023162841796875, - -0.0399169921875, - -0.0189666748046875, - -0.0025463104248046875, - -0.0226593017578125, - -0.044677734375, - -0.03759765625, - -0.0135498046875, - 0.0063629150390625, - -0.053863525390625, - 0.0063629150390625, - -0.0096893310546875, - -0.032196044921875, - -0.01470184326171875, - -0.01190948486328125, - 0.0009393692016601562, - 0.0163421630859375, - -0.03302001953125, - 0.0693359375, - -0.00788116455078125, - 0.05584716796875, - 0.0290679931640625, - 0.0499267578125, - 0.00193023681640625, - 0.0118255615234375, - -0.0126495361328125, - -0.06011962890625, - -0.01165771484375, - 0.0206146240234375, - 0.0007905960083007812, - -0.09527587890625, - 0.0027103424072265625, - 0.056182861328125, - -0.0693359375, - 0.0182342529296875, - 0.0202789306640625, - -0.018402099609375, - -0.0489501953125, - 0.012237548828125, - -0.00418853759765625, - 0.0213470458984375, - 0.07818603515625, - 0.004207611083984375, - -0.00804901123046875, - 0.0229949951171875, - -0.054534912109375, - 0.0689697265625, - 0.027099609375, - 0.0073089599609375, - -0.032012939453125, - 0.0328369140625, - 0.0170745849609375, - -0.0312042236328125, - 0.00466156005859375, - -0.061431884765625, - -0.0221710205078125, - 0.031707763671875, - 0.0223388671875, - -0.01617431640625, - 0.0139617919921875, - -0.031036376953125, - -0.033843994140625, - -0.031707763671875, - 0.0298919677734375, - -0.0251312255859375, - 0.0234832763671875, - -0.03253173828125, - -0.026275634765625, - -0.01174163818359375, - -0.046966552734375, - -0.0272674560546875, - -0.02447509765625, - 0.0333251953125, - 0.001010894775390625, - -0.05487060546875, - 0.0256195068359375, - 0.007720947265625, - 0.01232147216796875, - 0.007472991943359375, - 0.05059814453125, - -0.02093505859375, - -0.032012939453125, - 0.002391815185546875, - 0.03021240234375, - -0.00261688232421875, - -0.010467529296875, - 0.01280975341796875, - 0.004619598388671875, - 0.03826904296875, - -0.04302978515625, - 0.05322265625, - 0.037933349609375, - -0.035797119140625, - -0.05517578125, - -0.02496337890625, - -0.02117919921875, - 0.0259552001953125, - -0.018402099609375, - 0.031036376953125, - 0.0009083747863769531, - -0.0290679931640625, - -0.1116943359375, - 0.033843994140625, - -0.0282440185546875, - 0.023162841796875, - -0.00894927978515625, - -0.023162841796875, - -0.047637939453125, - -0.04632568359375, - -0.00689697265625, - 0.005706787109375, - -0.03546142578125, - 0.031707763671875, - 0.01067352294921875, - -0.0049896240234375, - -0.0009393692016601562, - 0.007965087890625, - -0.00431060791015625, - 0.05517578125, - 0.0155181884765625, - -0.036956787109375, - 0.040069580078125, - -0.0272674560546875, - 0.0030994415283203125, - -0.01453399658203125, - 0.00948333740234375, - 0.006816864013671875, - 0.00775909423828125, - -0.03826904296875, - 0.01593017578125, - 0.027923583984375, - 0.040069580078125, - -0.01560211181640625, - 0.019622802734375, - -0.005992889404296875, - 0.0223388671875, - -0.0001360177993774414, - -0.0239715576171875, - -0.0157623291015625, - -0.0142059326171875, - -0.0133056640625, - -0.03564453125, - -0.049591064453125, - -0.09130859375, - 0.0178985595703125, - -0.036285400390625, - -0.01412200927734375, - 0.027587890625, - 0.038604736328125, - 0.01239776611328125, - -0.054534912109375, - 0.01617431640625, - -0.02117919921875, - -0.0197906494140625, - -0.0272674560546875, - 0.0233154296875, - -0.035797119140625, - 0.0394287109375, - 0.0099334716796875, - -0.0489501953125, - -0.0024433135986328125, - -0.003162384033203125, - -0.0086212158203125, - -0.018798828125, - -0.0034084320068359375, - -0.037445068359375, - 0.04156494140625, - -0.051239013671875, - -0.0086212158203125, - 0.0020008087158203125, - 0.045013427734375, - 0.010467529296875, - -0.0290679931640625, - 0.055511474609375, - -0.0052947998046875, - -0.047637939453125, - 0.0399169921875, - -0.016265869140625, - -0.0256195068359375, - 0.01453399658203125, - -0.026763916015625, - -0.0082550048828125, - -0.00431060791015625, - 0.03729248046875, - 0.042694091796875, - 0.043365478515625, - 0.00698089599609375, - -0.0272674560546875, - -0.00424957275390625, - 0.0158538818359375, - 0.036468505859375, - 0.0239715576171875, - 0.0160980224609375, - 0.007350921630859375, - 0.0157623291015625, - -0.0115814208984375, - -0.07916259765625, - -0.007350921630859375, - -0.04730224609375, - -0.04827880859375, - -0.00763702392578125, - 0.0693359375, - 0.043701171875, - -0.0001354217529296875, - 0.01666259765625, - 0.06866455078125, - 0.03021240234375, - 0.0139617919921875, - 0.00710296630859375, - -0.06536865234375, - -0.03466796875, - 0.0019092559814453125, - 0.018310546875, - -0.0693359375, - 0.0192108154296875, - 0.063720703125, - 0.0021762847900390625, - -0.017242431640625, - -0.01544189453125, - 0.0071868896484375, - 0.06011962890625, - 0.018310546875, - 0.00469970703125, - -0.06964111328125, - 0.01239776611328125, - 0.026275634765625, - -0.00763702392578125, - 0.012237548828125, - 0.0082550048828125, - -0.033172607421875, - 0.0604248046875, - -0.054534912109375, - -0.0034084320068359375, - -0.003387451171875, - 0.058807373046875, - 0.005069732666015625, - -0.044342041015625, - -0.023162841796875, - 0.04827880859375, - -0.0006055831909179688, - -0.0223388671875, - 0.01042938232421875, - 0.02044677734375, - -0.046630859375, - 0.033843994140625, - 0.04205322265625, - 0.0088653564453125, - 0.040252685546875, - 0.01593017578125, - -0.059783935546875, - 0.0225067138671875, - -0.01092529296875, - 0.005748748779296875, - -0.03350830078125, - -0.032196044921875, - -0.0197906494140625, - -0.03466796875, - 0.039581298828125, - 0.0088653564453125, - 0.03826904296875, - 0.0394287109375, - -0.00689697265625, - -0.02069091796875, - 0.005992889404296875, - 0.02117919921875, - 0.0239715576171875, - 0.007801055908203125, - 0.01232147216796875, - 0.0142059326171875, - 0.04827880859375, - 0.026275634765625, - -0.01092529296875, - 0.03350830078125, - -0.044342041015625, - 0.00965118408203125, - -0.041229248046875, - 0.028900146484375, - 0.0071868896484375, - -0.031036376953125, - -0.0155181884765625, - -0.0176544189453125, - 0.00804901123046875, - -0.0016632080078125, - -0.0594482421875, - -0.000980377197265625, - 0.0243072509765625, - -0.0294036865234375, - 0.0038394927978515625, - 0.0233154296875, - -0.0264434814453125, - -0.009857177734375, - -0.05419921875, - 0.06768798828125, - 0.038116455078125, - 0.026611328125, - -0.005828857421875, - 0.02020263671875, - 0.02874755859375, - -0.0016317367553710938, - 0.015106201171875, - 0.0190582275390625, - -0.0213470458984375, - 0.0226593017578125, - 0.058135986328125, - 0.00977325439453125, - -0.050262451171875, - 0.0239715576171875, - 0.00258636474609375, - -0.0679931640625, - 0.0303802490234375, - 0.043365478515625, - -0.005069732666015625, - -0.0014781951904296875, - -0.00484466552734375, - -0.00472259521484375, - -0.0423583984375, - 0.07391357421875, - 0.0178985595703125, - -0.02496337890625, - 0.0178985595703125, - -0.0280914306640625, - 0.0413818359375, - 0.0133819580078125, - 0.07061767578125, - -0.0269317626953125, - 0.059783935546875, - -0.03253173828125, - 0.00196075439453125, - -0.0139617919921875, - 0.0277557373046875, - -0.002597808837890625, - 0.02545166015625, - -0.047943115234375, - 0.05517578125, - 0.034820556640625, - -0.00792694091796875, - -0.06109619140625, - 0.0026073455810546875, - -0.005706787109375, - 0.007389068603515625, - 0.041717529296875, - -0.0333251953125, - -0.00022840499877929688, - -0.002689361572265625, - 0.016998291015625, - 0.07623291015625, - -0.0223388671875, - 0.023162841796875, - -0.0017347335815429688, - -0.002895355224609375, - 0.0052947998046875, - -0.0137176513671875 - ], - "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_Chainalysis", - "type": "tool", - "name": "Chainalysis", - "content": "chainalysis die blockchain-intelligence-plattform ist wohlbekannt in krypto-forensik mit einer der größten attribution-datenbank weltweit. clustering-algorithmen identifizieren millionen von services: exchanges, darknet-märkte, mixer, ransomware-wallets, scams. reactor visualisiert transaktionsflüsse mit automatischer risikobewertung. kyt (know your transaction) für echtzeit- compliance. sanctions screening gegen ofac und internationale listen. der investigation-workflow traced funds durch mixer und tumblers. intelligente alerts bei verdächtigen bewegungen. court-ready reports mit blockchain-beweiskette. die api integriert in bestehende case- management-systeme. unterstützt bitcoin, ethereum, und 100+ andere blockchains. trainings und zertifizierungen für ermittler. die lizenzkosten (sechsstellig) und us-zentrierung 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.006839752197265625, - 0.0275726318359375, - 0.0275726318359375, - -0.005466461181640625, - 0.0286102294921875, - 0.0275726318359375, - 0.0286102294921875, - -0.00823974609375, - -0.0029659271240234375, - -0.0043792724609375, - -0.036468505859375, - 0.048095703125, - 0.01103973388671875, - 0.021240234375, - -0.060943603515625, - 0.037109375, - -0.0003578662872314453, - 0.031707763671875, - 0.0091705322265625, - 0.005985260009765625, - -0.00855255126953125, - -0.02166748046875, - -0.0323486328125, - -0.00004273653030395508, - 0.026214599609375, - 0.0281829833984375, - -0.0218658447265625, - -0.04290771484375, - -0.00829315185546875, - -0.0079803466796875, - -0.00391387939453125, - -0.0239410400390625, - -0.02301025390625, - 0.00098419189453125, - -0.0096893310546875, - -0.004974365234375, - 0.0029277801513671875, - -0.04248046875, - 0.0015869140625, - 0.01160430908203125, - -0.0260162353515625, - -0.0026950836181640625, - -0.004146575927734375, - 0.0012569427490234375, - -0.0296478271484375, - -0.060516357421875, - -0.01119232177734375, - -0.019073486328125, - 0.01751708984375, - -0.01171112060546875, - 0.0108795166015625, - 0.029022216796875, - 0.0184478759765625, - -0.005336761474609375, - -0.0439453125, - 0.021453857421875, - 0.0181427001953125, - -0.060943603515625, - -0.0543212890625, - 0.035430908203125, - -0.03607177734375, - 0.01202392578125, - 0.0032520294189453125, - 0.0117645263671875, - 0.00933074951171875, - 0.043121337890625, - -0.023529052734375, - -0.031097412109375, - -0.0054168701171875, - -0.004119873046875, - 0.0168914794921875, - 0.01233673095703125, - -0.01959228515625, - 0.035430908203125, - -0.031494140625, - -0.0198974609375, - 0.0160675048828125, - 0.038543701171875, - 0.0001684427261352539, - 0.00432586669921875, - -0.0155487060546875, - 0.0025787353515625, - 0.049530029296875, - -0.0273590087890625, - -0.023529052734375, - -0.0150299072265625, - 0.01233673095703125, - 0.02716064453125, - -0.007617950439453125, - -0.0234222412109375, - 0.021240234375, - 0.0084991455078125, - 0.032745361328125, - -0.001800537109375, - 0.06591796875, - 0.06591796875, - -0.02880859375, - -0.02166748046875, - -0.0242462158203125, - 0.043731689453125, - 0.01222991943359375, - -0.0229034423828125, - 0.043121337890625, - -0.01129913330078125, - 0.05389404296875, - -0.0185546875, - 0.029022216796875, - -0.0184478759765625, - -0.01026153564453125, - -0.053466796875, - -0.08416748046875, - -0.05224609375, - -0.016693115234375, - -0.053466796875, - 0.00021696090698242188, - 0.01367950439453125, - -0.02777099609375, - 0.02777099609375, - -0.056365966796875, - -0.0247650146484375, - 0.0171051025390625, - 0.0110931396484375, - 0.005802154541015625, - 0.02716064453125, - -0.0252838134765625, - -0.06427001953125, - 0.0205230712890625, - 0.044769287109375, - -0.03399658203125, - -0.0323486328125, - -0.0108795166015625, - -0.00011980533599853516, - 0.00209808349609375, - -0.01212310791015625, - 0.00859832763671875, - -0.005649566650390625, - 0.04022216796875, - -0.0233154296875, - -0.006320953369140625, - 0.01751708984375, - 0.0286102294921875, - -0.035858154296875, - -0.049346923828125, - 0.004352569580078125, - -0.039794921875, - -0.0100555419921875, - 0.000965118408203125, - 0.05120849609375, - -0.038543701171875, - 0.016265869140625, - -0.003757476806640625, - 0.01316070556640625, - 0.05224609375, - -0.00528717041015625, - 0.01015472412109375, - -0.024871826171875, - 0.0189666748046875, - -0.005672454833984375, - 0.0236358642578125, - 0.00484466552734375, - 0.0007805824279785156, - 0.0247650146484375, - 0.01482391357421875, - 0.0460205078125, - -0.021453857421875, - -0.03399658203125, - -0.042694091796875, - 0.0155487060546875, - 0.0182342529296875, - -0.0179290771484375, - 0.00948333740234375, - 0.004741668701171875, - 0.0487060546875, - 0.08953857421875, - -0.009429931640625, - 0.01471710205078125, - 0.01031494140625, - -0.0187530517578125, - 0.0286102294921875, - 0.03668212890625, - 0.00933074951171875, - -0.0018787384033203125, - 0.05389404296875, - 0.00859832763671875, - 0.0273590087890625, - 0.00595855712890625, - -0.046844482421875, - 0.0001481771469116211, - -0.02716064453125, - 0.01336669921875, - -0.0308837890625, - -0.042083740234375, - -0.01119232177734375, - 0.0294342041015625, - 0.0150299072265625, - 0.07672119140625, - 0.02435302734375, - -0.01336669921875, - 0.030059814453125, - 0.0150299072265625, - -0.00018298625946044922, - 0.0018787384033203125, - 0.009796142578125, - 0.0281829833984375, - 0.02716064453125, - 0.0218658447265625, - 0.00673675537109375, - 0.020111083984375, - 0.01300811767578125, - -0.01482391357421875, - -0.01367950439453125, - 0.040008544921875, - -0.027984619140625, - -0.00922393798828125, - -0.032745361328125, - -0.045196533203125, - -0.01959228515625, - -0.0125885009765625, - -0.0019817352294921875, - 0.0014896392822265625, - -0.00777435302734375, - -0.04498291015625, - -0.012542724609375, - 0.026123046875, - -0.03460693359375, - 0.03399658203125, - 0.01186370849609375, - -0.021453857421875, - 0.01430511474609375, - 0.0292205810546875, - 0.03399658203125, - 0.00989532470703125, - -0.0015935897827148438, - -0.0025386810302734375, - -0.0100555419921875, - -0.0018787384033203125, - 0.035247802734375, - 0.0692138671875, - 0.00640106201171875, - -0.006633758544921875, - -0.01523590087890625, - 0.026214599609375, - -0.0244598388671875, - 0.045196533203125, - 0.039398193359375, - -0.01544189453125, - -0.017303466796875, - -0.00859832763671875, - 0.0108795166015625, - 0.04229736328125, - -0.052032470703125, - -0.00896453857421875, - -0.070068359375, - 0.021759033203125, - -0.07708740234375, - -0.029022216796875, - -0.04248046875, - -0.034210205078125, - 0.0460205078125, - -0.02984619140625, - -0.0215606689453125, - 0.0153350830078125, - 0.001605987548828125, - 0.056365966796875, - 0.02227783203125, - 0.00699615478515625, - -0.0308837890625, - -0.02227783203125, - 0.06634521484375, - 0.006450653076171875, - -0.031494140625, - -0.01290130615234375, - 0.048309326171875, - 0.00025916099548339844, - 0.033782958984375, - -0.0124359130859375, - 0.016998291015625, - 0.0281829833984375, - 0.056365966796875, - 0.025390625, - -0.00855255126953125, - 0.01197052001953125, - 0.00922393798828125, - 0.045196533203125, - -0.039794921875, - -0.006114959716796875, - -0.0191802978515625, - 0.005828857421875, - 0.0079803466796875, - -0.059295654296875, - 0.005519866943359375, - 0.051605224609375, - 0.008758544921875, - -0.0011920928955078125, - 0.00818634033203125, - -0.056793212890625, - 0.0011854171752929688, - 0.004871368408203125, - -0.0139923095703125, - 0.04913330078125, - 0.044158935546875, - -0.04559326171875, - 0.0335693359375, - 0.0019683837890625, - 0.005260467529296875, - -0.050567626953125, - -0.0179290771484375, - -0.0119171142578125, - -0.01336669921875, - -0.04248046875, - -0.02716064453125, - 0.00963592529296875, - -0.04144287109375, - -0.0013799667358398438, - -0.01300811767578125, - 0.007305145263671875, - -0.06341552734375, - -0.05389404296875, - -0.00006759166717529297, - -0.045806884765625, - -0.047454833984375, - -0.0433349609375, - 0.0240478515625, - 0.00042438507080078125, - 0.0047149658203125, - -0.031494140625, - -0.00963592529296875, - -0.0283966064453125, - -0.0083465576171875, - 0.0021381378173828125, - 0.0025386810302734375, - -0.0210418701171875, - 0.0308837890625, - 0.0185546875, - 0.044158935546875, - 0.014923095703125, - 0.06964111328125, - 0.05035400390625, - -0.0296478271484375, - -0.001956939697265625, - -0.0179290771484375, - 0.020721435546875, - 0.026947021484375, - -0.0205230712890625, - -0.00907135009765625, - -0.0308837890625, - -0.0294342041015625, - 0.016693115234375, - 0.04229736328125, - 0.00792694091796875, - 0.0197906494140625, - -0.0103607177734375, - 0.003627777099609375, - 0.06341552734375, - -0.013885498046875, - 0.0982666015625, - -0.0233154296875, - -0.06427001953125, - -0.0026035308837890625, - 0.021240234375, - -0.0052337646484375, - -0.00399017333984375, - 0.0125885009765625, - -0.00823974609375, - 0.0160675048828125, - 0.034393310546875, - -0.02777099609375, - 0.0210418701171875, - 0.0069427490234375, - 0.00278472900390625, - 0.02716064453125, - -0.0184478759765625, - 0.0030059814453125, - 0.046630859375, - 0.00911712646484375, - 0.032135009765625, - 0.02642822265625, - -0.032745361328125, - 0.0055694580078125, - -0.0404052734375, - -0.089111328125, - 0.01617431640625, - 0.02880859375, - -0.005130767822265625, - 0.0246734619140625, - -0.02984619140625, - -0.047882080078125, - 0.0232086181640625, - -0.01155853271484375, - 0.07879638671875, - 0.059295654296875, - 0.01751708984375, - 0.0292205810546875, - -0.0418701171875, - 0.0197906494140625, - 0.0246734619140625, - 0.0267333984375, - 0.033172607421875, - 0.0391845703125, - 0.037322998046875, - 0.0145111083984375, - -0.045196533203125, - 0.01617431640625, - -0.0007610321044921875, - 0.025390625, - 0.003368377685546875, - 0.036468505859375, - 0.037322998046875, - 0.023529052734375, - -0.016693115234375, - 0.08746337890625, - 0.008758544921875, - -0.031707763671875, - 0.004276275634765625, - -0.0240478515625, - 0.0117645263671875, - -0.0350341796875, - 0.006168365478515625, - 0.00003844499588012695, - 0.0081329345703125, - 0.0036792755126953125, - 0.008758544921875, - -0.03131103515625, - 0.0139923095703125, - 0.047882080078125, - -0.0576171875, - 0.035858154296875, - 0.025909423828125, - -0.0215606689453125, - 0.035858154296875, - -0.00989532470703125, - -0.034820556640625, - 0.04437255859375, - -0.030059814453125, - -0.03399658203125, - -0.01617431640625, - 0.03253173828125, - -0.02093505859375, - -0.029022216796875, - -0.0237274169921875, - -0.0078277587890625, - -0.00278472900390625, - -0.0304718017578125, - 0.034393310546875, - -0.027984619140625, - -0.0103607177734375, - 0.04229736328125, - 0.025909423828125, - -0.0242462158203125, - -0.02880859375, - 0.0404052734375, - -0.0246734619140625, - -0.04351806640625, - 0.0124359130859375, - 0.0231170654296875, - 0.0258026123046875, - -0.0283966064453125, - -0.018035888671875, - -0.00202178955078125, - 0.0023193359375, - 0.0102081298828125, - 0.0232086181640625, - -0.03131103515625, - -0.05120849609375, - -0.0543212890625, - 0.041046142578125, - 0.039398193359375, - 0.02642822265625, - 0.0072021484375, - -0.05035400390625, - 0.020721435546875, - -0.0721435546875, - -0.0013866424560546875, - 0.00989532470703125, - -0.01409149169921875, - -0.0283966064453125, - 0.052032470703125, - -0.008087158203125, - -0.022491455078125, - -0.01326751708984375, - 0.0555419921875, - 0.006633758544921875, - 0.02227783203125, - -0.038360595703125, - 0.06634521484375, - 0.0019044876098632812, - -0.07171630859375, - 0.00128936767578125, - -0.0240478515625, - -0.024566650390625, - 0.037506103515625, - -0.06427001953125, - 0.0011529922485351562, - 0.0281829833984375, - -0.07916259765625, - -0.025604248046875, - -0.05078125, - -0.016998291015625, - -0.031494140625, - 0.0294342041015625, - 0.0041961669921875, - -0.00476837158203125, - 0.0445556640625, - 0.0233154296875, - -0.020416259765625, - 0.0198974609375, - -0.019073486328125, - -0.02642822265625, - 0.00829315185546875, - -0.0596923828125, - -0.01617431640625, - -0.003887176513671875, - 0.0237274169921875, - -0.01751708984375, - 0.0242462158203125, - 0.00588226318359375, - -0.0576171875, - 0.0267333984375, - -0.01316070556640625, - 0.0031223297119140625, - -0.02301025390625, - -0.03192138671875, - -0.041046142578125, - -0.017303466796875, - 0.017303466796875, - 0.030670166015625, - 0.000965118408203125, - 0.0181427001953125, - 0.037933349609375, - -0.06134033203125, - -0.00417327880859375, - 0.01378631591796875, - -0.021759033203125, - 0.007099151611328125, - -0.0157470703125, - -0.0258026123046875, - -0.0240478515625, - 0.0460205078125, - -0.036285400390625, - -0.03607177734375, - -0.0804443359375, - 0.01419830322265625, - -0.0185546875, - 0.006038665771484375, - -0.037506103515625, - -0.0308837890625, - -0.05804443359375, - -0.017822265625, - 0.0302581787109375, - 0.02777099609375, - -0.0032253265380859375, - -0.04913330078125, - -0.01617431640625, - -0.0122833251953125, - -0.03131103515625, - 0.041259765625, - 0.00959014892578125, - 0.0184478759765625, - 0.0226898193359375, - -0.03875732421875, - 0.032958984375, - 0.0011920928955078125, - 0.0267333984375, - 0.0019683837890625, - 0.0265350341796875, - -0.0205230712890625, - 0.035430908203125, - -0.018341064453125, - -0.0182342529296875, - 0.006839752197265625, - -0.0163726806640625, - 0.038970947265625, - -0.018341064453125, - -0.0145111083984375, - 0.0160675048828125, - 0.00922393798828125, - 0.01367950439453125, - 0.001522064208984375, - -0.021759033203125, - 0.0273590087890625, - 0.0122833251953125, - 0.053070068359375, - -0.049957275390625, - -0.047454833984375, - -0.03460693359375, - -0.0210418701171875, - 0.04083251953125, - 0.08624267578125, - 0.0100555419921875, - -0.0273590087890625, - 0.006839752197265625, - 0.03607177734375, - -0.00792694091796875, - -0.054718017578125, - -0.0197906494140625, - 0.003147125244140625, - 0.021759033203125, - 0.061767578125, - 0.00261688232421875, - 0.06842041015625, - -0.004482269287109375, - 0.00792694091796875, - 0.020416259765625, - 0.048095703125, - 0.029022216796875, - -0.026947021484375, - -0.04974365234375, - 0.0038089752197265625, - -0.00595855712890625, - -0.04974365234375, - -0.029022216796875, - 0.0006380081176757812, - 0.03875732421875, - -0.09906005859375, - -0.0181427001953125, - -0.01419830322265625, - 0.00569915771484375, - -0.0030841827392578125, - 0.0241546630859375, - -0.030059814453125, - 0.0176239013671875, - 0.0157470703125, - -0.02777099609375, - -0.0165863037109375, - -0.004222869873046875, - 0.021148681640625, - 0.0650634765625, - 0.0323486328125, - -0.009796142578125, - 0.032135009765625, - 0.005077362060546875, - 0.0171051025390625, - 0.0232086181640625, - 0.047271728515625, - 0.0249786376953125, - 0.0091705322265625, - 0.0100555419921875, - 0.07171630859375, - -0.0130615234375, - -0.0198974609375, - -0.0008292198181152344, - 0.00018131732940673828, - 0.0254974365234375, - 0.0265350341796875, - -0.0240478515625, - 0.0171966552734375, - -0.012176513671875, - -0.047882080078125, - -0.0145111083984375, - -0.0054168701171875, - -0.0005636215209960938, - -0.0275726318359375, - -0.039398193359375, - 0.03399658203125, - -0.025390625, - 0.037109375, - 0.0089111328125, - -0.0181427001953125, - -0.01171112060546875, - 0.0296478271484375, - -0.00844573974609375, - -0.058441162109375, - 0.032958984375, - -0.0032520294189453125, - -0.01885986328125, - 0.004222869873046875, - -0.031707763671875, - 0.030670166015625, - -0.01378631591796875, - -0.0555419921875, - 0.001354217529296875, - 0.0196990966796875, - -0.0218658447265625, - -0.046844482421875, - -0.01212310791015625, - 0.005802154541015625, - 0.004016876220703125, - -0.03875732421875, - -0.047454833984375, - -0.043121337890625, - 0.01471710205078125, - -0.039794921875, - -0.004276275634765625, - -0.01222991943359375, - -0.033782958984375, - -0.0165863037109375, - -0.00699615478515625, - -0.0040435791015625, - 0.02716064453125, - -0.0439453125, - 0.023529052734375, - 0.0226898193359375, - 0.01274871826171875, - 0.035247802734375, - 0.047882080078125, - -0.0273590087890625, - 0.0066070556640625, - -0.00885772705078125, - -0.056793212890625, - 0.0296478271484375, - -0.01471710205078125, - 0.01300811767578125, - -0.08001708984375, - -0.0005507469177246094, - 0.06134033203125, - -0.0887451171875, - 0.015960693359375, - 0.005260467529296875, - -0.01093292236328125, - -0.034210205078125, - 0.00588226318359375, - 0.004947662353515625, - 0.004795074462890625, - 0.06219482421875, - -0.0054931640625, - -0.00595855712890625, - 0.03814697265625, - -0.01482391357421875, - 0.04559326171875, - -0.007617950439453125, - 0.0304718017578125, - -0.059295654296875, - 0.03253173828125, - -0.00629425048828125, - -0.04083251953125, - -0.0215606689453125, - -0.08416748046875, - -0.0220794677734375, - 0.0237274169921875, - 0.024566650390625, - -0.0011072158813476562, - 0.0069427490234375, - -0.0296478271484375, - -0.006320953369140625, - -0.027984619140625, - 0.030059814453125, - 0.000492095947265625, - 0.001697540283203125, - -0.026947021484375, - -0.0286102294921875, - -0.04083251953125, - -0.053466796875, - -0.01264190673828125, - -0.025177001953125, - 0.0273590087890625, - -0.0079803466796875, - -0.046234130859375, - -0.0208282470703125, - -0.0145111083984375, - 0.026123046875, - 0.004535675048828125, - 0.0721435546875, - -0.02880859375, - -0.00933074951171875, - -0.005390167236328125, - 0.05804443359375, - 0.004924774169921875, - 0.00948333740234375, - -0.00911712646484375, - 0.01155853271484375, - 0.0203094482421875, - -0.0445556640625, - 0.053466796875, - 0.0391845703125, - -0.00896453857421875, - -0.0404052734375, - 0.0009522438049316406, - -0.0265350341796875, - 0.034210205078125, - -0.0164794921875, - 0.026947021484375, - -0.000835418701171875, - 0.01134490966796875, - -0.07464599609375, - 0.059295654296875, - 0.00937652587890625, - 0.053466796875, - 0.00531005859375, - -0.034210205078125, - -0.042083740234375, - -0.049530029296875, - -0.0335693359375, - 0.038543701171875, - -0.02984619140625, - 0.0186614990234375, - 0.0182342529296875, - 0.005672454833984375, - 0.033782958984375, - 0.0119171142578125, - -0.01078033447265625, - 0.049346923828125, - 0.02227783203125, - -0.0304718017578125, - 0.0721435546875, - -0.0192718505859375, - 0.0231170654296875, - -0.007152557373046875, - 0.019073486328125, - 0.0012826919555664062, - -0.00406646728515625, - -0.047454833984375, - 0.0404052734375, - 0.045196533203125, - 0.0679931640625, - -0.0232086181640625, - 0.01430511474609375, - -0.0323486328125, - 0.0168914794921875, - -0.0026302337646484375, - -0.0239410400390625, - -0.005672454833984375, - -0.0016841888427734375, - -0.018341064453125, - -0.00792694091796875, - -0.06341552734375, - -0.06964111328125, - -0.004817962646484375, - -0.07708740234375, - -0.0177154541015625, - -0.0025005340576171875, - 0.010833740234375, - 0.0304718017578125, - -0.03338623046875, - 0.031494140625, - -0.005466461181640625, - -0.0036525726318359375, - -0.0174102783203125, - 0.0102081298828125, - -0.02777099609375, - 0.05035400390625, - 0.0350341796875, - -0.04766845703125, - 0.02301025390625, - -0.0184478759765625, - -0.02197265625, - -0.01103973388671875, - -0.01471710205078125, - -0.025390625, - 0.03668212890625, - -0.06298828125, - -0.0134735107421875, - 0.0003578662872314453, - 0.00818634033203125, - 0.0134735107421875, - -0.01197052001953125, - 0.0445556640625, - -0.013214111328125, - -0.049957275390625, - 0.022796630859375, - 0.00829315185546875, - -0.041656494140625, - -0.01461029052734375, - -0.011505126953125, - -0.00536346435546875, - 0.007045745849609375, - 0.0226898193359375, - 0.03460693359375, - 0.05224609375, - 0.01367950439453125, - -0.004924774169921875, - 0.0391845703125, - -0.0026035308837890625, - 0.01119232177734375, - 0.0181427001953125, - 0.006450653076171875, - 0.0011014938354492188, - 0.015655517578125, - -0.0191802978515625, - -0.07501220703125, - -0.010833740234375, - -0.02166748046875, - -0.061767578125, - -0.0036525726318359375, - 0.08538818359375, - 0.045196533203125, - -0.0254974365234375, - 0.01544189453125, - 0.0194854736328125, - 0.03607177734375, - 0.035858154296875, - -0.0095367431640625, - -0.067138671875, - -0.01207733154296875, - 0.0160675048828125, - 0.033172607421875, - -0.04498291015625, - 0.054718017578125, - 0.058868408203125, - -0.0247650146484375, - -0.037322998046875, - -0.0029659271240234375, - 0.0011529922485351562, - 0.0445556640625, - 0.0176239013671875, - 0.0296478271484375, - -0.052032470703125, - 0.01212310791015625, - 0.013580322265625, - -0.01523590087890625, - -0.0069427490234375, - -0.0179290771484375, - -0.025390625, - 0.0528564453125, - -0.04083251953125, - -0.0177154541015625, - 0.00766754150390625, - 0.0576171875, - 0.01482391357421875, - -0.016693115234375, - 0.0074615478515625, - 0.0294342041015625, - 0.0205230712890625, - -0.0182342529296875, - 0.025390625, - 0.021240234375, - -0.003757476806640625, - 0.00989532470703125, - 0.05389404296875, - 0.0139923095703125, - 0.067138671875, - 0.02093505859375, - -0.04498291015625, - 0.0252838134765625, - -0.00896453857421875, - -0.00016117095947265625, - -0.00870513916015625, - -0.041656494140625, - -0.0233154296875, - -0.00777435302734375, - 0.03564453125, - -0.0012369155883789062, - 0.053466796875, - 0.02435302734375, - 0.003887176513671875, - -0.00974273681640625, - 0.01367950439453125, - 0.020111083984375, - 0.039581298828125, - 0.016998291015625, - 0.007411956787109375, - 0.0215606689453125, - 0.014404296875, - -0.00391387939453125, - -0.044769287109375, - 0.0294342041015625, - -0.013580322265625, - -0.0022678375244140625, - -0.0418701171875, - -0.004299163818359375, - 0.0106201171875, - -0.01751708984375, - -0.003757476806640625, - -0.0215606689453125, - 0.0164794921875, - -0.01326751708984375, - -0.029022216796875, - -0.0158538818359375, - 0.035430908203125, - -0.03814697265625, - 0.04498291015625, - 0.045806884765625, - -0.00989532470703125, - 0.033172607421875, - -0.04022216796875, - 0.0626220703125, - 0.03338623046875, - 0.040618896484375, - -0.0241546630859375, - 0.01052093505859375, - 0.037109375, - -0.01119232177734375, - 0.00984954833984375, - 0.025177001953125, - -0.01197052001953125, - 0.048095703125, - 0.030059814453125, - 0.01248931884765625, - -0.038543701171875, - 0.05181884765625, - 0.0040435791015625, - -0.045379638671875, - 0.0304718017578125, - 0.0050506591796875, - 0.03338623046875, - -0.02093505859375, - 0.01026153564453125, - -0.01207733154296875, - -0.058441162109375, - 0.07049560546875, - 0.0229034423828125, - -0.01751708984375, - 0.0034465789794921875, - -0.06134033203125, - 0.046234130859375, - 0.01461029052734375, - 0.039794921875, - -0.032958984375, - 0.059295654296875, - 0.021240234375, - 0.01326751708984375, - -0.02020263671875, - 0.0171966552734375, - 0.0119171142578125, - 0.033782958984375, - -0.0543212890625, - 0.053466796875, - 0.03875732421875, - 0.008087158203125, - -0.049346923828125, - 0.0011138916015625, - 0.0081329345703125, - -0.0025787353515625, - 0.025909423828125, - -0.05078125, - -0.0234222412109375, - 0.01207733154296875, - 0.02508544921875, - 0.08538818359375, - -0.018341064453125, - 0.0229034423828125, - -0.01409149169921875, - -0.005336761474609375, - 0.0013275146484375, - -0.0160675048828125 - ], - "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_GCHQ_Tools", - "type": "tool", - "name": "GCHQ Tools", - "content": "gchq tools sammlung freier gchq‑utilities, allen voran cyberchef\\_– das „cyber‑schweizer‑taschenmesser“ für encoding, crypto und datenanalyse. encoding crypto parsing domain-agnostic-software analysis", - "embedding": [ - -0.0223846435546875, - 0.041290283203125, - 0.036041259765625, - -0.01071929931640625, - 0.027313232421875, - 0.014923095703125, - 0.038421630859375, - 0.005359649658203125, - -0.0374755859375, - -0.04254150390625, - -0.0231781005859375, - 0.05938720703125, - 0.00901031494140625, - 0.0090484619140625, - -0.025238037109375, - 0.046661376953125, - -0.0118255615234375, - 0.00670623779296875, - -0.01317596435546875, - 0.002956390380859375, - -0.0285797119140625, - -0.01119232177734375, - -0.039520263671875, - -0.00426483154296875, - -0.02587890625, - -0.038909912109375, - 0.00041174888610839844, - -0.053985595703125, - -0.0311126708984375, - -0.0126190185546875, - 0.014923095703125, - -0.02349853515625, - 0.03271484375, - 0.0140533447265625, - -0.018341064453125, - -0.006191253662109375, - 0.031585693359375, - -0.035888671875, - 0.0144500732421875, - 0.0040283203125, - -0.03460693359375, - -0.02032470703125, - 0.035400390625, - 0.02667236328125, - -0.02984619140625, - -0.03173828125, - 0.00643157958984375, - -0.017852783203125, - 0.01087188720703125, - -0.0145263671875, - 0.01270294189453125, - 0.0114288330078125, - -0.00897216796875, - -0.0285797119140625, - -0.0164337158203125, - 0.0177764892578125, - 0.04412841796875, - -0.03936767578125, - -0.027618408203125, - 0.049224853515625, - -0.0295257568359375, - 0.003612518310546875, - 0.0007939338684082031, - 0.019683837890625, - 0.0005831718444824219, - -0.00571441650390625, - -0.00021958351135253906, - -0.0233306884765625, - 0.0031948089599609375, - -0.0025806427001953125, - 0.007144927978515625, - 0.00749969482421875, - -0.0169830322265625, - 0.05145263671875, - -0.055572509765625, - -0.0201568603515625, - 0.015960693359375, - 0.017547607421875, - 0.029998779296875, - 0.0214385986328125, - -0.024444580078125, - 0.0046234130859375, - 0.0501708984375, - -0.0169830322265625, - -0.022857666015625, - 0.0040283203125, - 0.005954742431640625, - 0.026824951171875, - 0.00868988037109375, - -0.01436614990234375, - 0.005992889404296875, - -0.01357269287109375, - 0.0198516845703125, - -0.0144500732421875, - 0.0246124267578125, - 0.050811767578125, - -0.02032470703125, - 0.018890380859375, - 0.01039886474609375, - 0.046051025390625, - -0.00948333740234375, - -0.02032470703125, - 0.040313720703125, - 0.0009918212890625, - 0.02349853515625, - -0.02349853515625, - 0.01468658447265625, - -0.003353118896484375, - -0.005237579345703125, - -0.01079559326171875, - -0.05841064453125, - -0.036346435546875, - -0.046661376953125, - -0.05682373046875, - -0.005634307861328125, - 0.0016965866088867188, - -0.01079559326171875, - 0.022705078125, - -0.039703369140625, - -0.0249176025390625, - 0.01230621337890625, - 0.01039886474609375, - -0.0223846435546875, - -0.002033233642578125, - -0.0338134765625, - -0.032379150390625, - 0.0008335113525390625, - 0.01047515869140625, - -0.0374755859375, - -0.00008249282836914062, - -0.0369873046875, - -0.01071929931640625, - -0.035247802734375, - -0.0254058837890625, - -0.0146026611328125, - -0.014129638671875, - 0.0255584716796875, - -0.0189666748046875, - 0.00662994384765625, - 0.0160369873046875, - 0.03350830078125, - -0.057464599609375, - -0.042877197265625, - -0.0269927978515625, - -0.021270751953125, - 0.0196075439453125, - -0.033966064453125, - 0.053985595703125, - -0.01349639892578125, - 0.0122222900390625, - -0.0005011558532714844, - -0.00801849365234375, - 0.04254150390625, - -0.0095672607421875, - -0.0018253326416015625, - -0.037322998046875, - 0.0176239013671875, - -0.0185699462890625, - 0.025238037109375, - 0.0099639892578125, - -0.0271453857421875, - 0.00742340087890625, - -0.0246124267578125, - 0.0301666259765625, - -0.035552978515625, - -0.0225372314453125, - -0.029998779296875, - -0.00014019012451171875, - -0.011749267578125, - 0.0098419189453125, - 0.0279388427734375, - -0.040496826171875, - 0.0533447265625, - 0.03826904296875, - 0.01166534423828125, - 0.0184173583984375, - -0.0036907196044921875, - -0.006587982177734375, - 0.035400390625, - 0.031280517578125, - -0.01151275634765625, - -0.0233306884765625, - 0.033660888671875, - 0.01119232177734375, - 0.02984619140625, - 0.0031757354736328125, - -0.045074462890625, - -0.0079345703125, - -0.0090484619140625, - 0.0242919921875, - -0.03460693359375, - -0.03271484375, - 0.0007195472717285156, - 0.0309600830078125, - -0.005435943603515625, - 0.05047607421875, - 0.0263519287109375, - -0.0161895751953125, - 0.0390625, - 0.0085296630859375, - 0.015960693359375, - 0.047943115234375, - 0.012542724609375, - 0.057159423828125, - 0.0172271728515625, - 0.005359649658203125, - -0.0118255615234375, - 0.047637939453125, - 0.0189666748046875, - -0.041900634765625, - -0.0293731689453125, - 0.052398681640625, - -0.010955810546875, - -0.022857666015625, - -0.05523681640625, - -0.03143310546875, - 0.00710296630859375, - -0.0214385986328125, - -0.0246124267578125, - -0.00478363037109375, - 0.01214599609375, - -0.03668212890625, - -0.020477294921875, - 0.03253173828125, - -0.026519775390625, - 0.03936767578125, - 0.029998779296875, - 0.005832672119140625, - -0.01079559326171875, - 0.022064208984375, - 0.0128631591796875, - 0.022705078125, - 0.0172271728515625, - -0.0168304443359375, - -0.0190582275390625, - -0.01357269287109375, - 0.048583984375, - 0.0153961181640625, - 0.022705078125, - -0.002410888671875, - -0.041900634765625, - 0.038116455078125, - 0.0017566680908203125, - 0.040496826171875, - 0.01357269287109375, - 0.01012420654296875, - 0.038726806640625, - 0.005756378173828125, - 0.0374755859375, - 0.06414794921875, - -0.07843017578125, - -0.0239715576171875, - -0.049835205078125, - -0.00044155120849609375, - -0.0628662109375, - -0.02508544921875, - -0.0004639625549316406, - -0.0374755859375, - 0.024444580078125, - -0.00567626953125, - -0.00933074951171875, - 0.01396942138671875, - 0.02508544921875, - -0.0249176025390625, - 0.06414794921875, - 0.013336181640625, - -0.025238037109375, - 0.005237579345703125, - 0.045074462890625, - -0.01373291015625, - -0.0222320556640625, - -0.011749267578125, - 0.0146026611328125, - 0.01047515869140625, - 0.009246826171875, - -0.035247802734375, - -0.0024204254150390625, - 0.04095458984375, - 0.007740020751953125, - 0.02349853515625, - -0.006946563720703125, - 0.03143310546875, - -0.00872802734375, - 0.04730224609375, - -0.046356201171875, - -0.0003447532653808594, - -0.022705078125, - 0.01515960693359375, - -0.00670623779296875, - -0.0670166015625, - -0.014129638671875, - 0.055877685546875, - 0.01111602783203125, - 0.00432586669921875, - 0.0038299560546875, - -0.05999755859375, - -0.00920867919921875, - -0.00885009765625, - -0.01158905029296875, - 0.023651123046875, - 0.046051025390625, - -0.03936767578125, - 0.0196075439453125, - -0.00901031494140625, - 0.006866455078125, - -0.01270294189453125, - -0.038116455078125, - 0.0274658203125, - 0.0165863037109375, - -0.02349853515625, - 0.0012798309326171875, - 0.01715087890625, - -0.048583984375, - 0.0168304443359375, - 0.0026988983154296875, - -0.0085296630859375, - -0.05621337890625, - -0.05145263671875, - 0.0207977294921875, - -0.03509521484375, - -0.0015478134155273438, - -0.025238037109375, - 0.046356201171875, - -0.002292633056640625, - -0.0146026611328125, - 0.0177001953125, - 0.01190948486328125, - -0.044464111328125, - -0.01087188720703125, - -0.0238189697265625, - 0.024444580078125, - -0.01190948486328125, - 0.031280517578125, - 0.044769287109375, - 0.0027980804443359375, - 0.0241241455078125, - 0.061920166015625, - 0.036346435546875, - -0.029205322265625, - 0.002559661865234375, - 0.0007443428039550781, - -0.0169830322265625, - 0.0401611328125, - -0.03570556640625, - -0.0247650146484375, - -0.0149993896484375, - -0.033660888671875, - 0.029998779296875, - 0.005794525146484375, - 0.0198516845703125, - 0.004703521728515625, - 0.00201416015625, - 0.0215911865234375, - 0.06317138671875, - 0.01230621337890625, - 0.09271240234375, - -0.0058746337890625, - -0.042236328125, - -0.00650787353515625, - 0.0185699462890625, - -0.037933349609375, - -0.0017461776733398438, - 0.0438232421875, - -0.0008382797241210938, - 0.01206207275390625, - -0.005596160888671875, - -0.01666259765625, - 0.01047515869140625, - 0.003154754638671875, - -0.00406646728515625, - 0.01349639892578125, - -0.04541015625, - 0.031280517578125, - 0.027313232421875, - -0.002292633056640625, - 0.0223846435546875, - 0.04254150390625, - -0.0207977294921875, - -0.00901031494140625, - -0.02984619140625, - -0.05364990234375, - 0.0231781005859375, - 0.0295257568359375, - 0.0279388427734375, - 0.03936767578125, - -0.01158905029296875, - -0.054931640625, - 0.0263519287109375, - -0.0469970703125, - 0.08697509765625, - 0.03460693359375, - 0.046356201171875, - 0.0303192138671875, - -0.02008056640625, - -0.0070648193359375, - 0.00551605224609375, - 0.04888916015625, - 0.045074462890625, - 0.049835205078125, - 0.0261993408203125, - 0.01715087890625, - -0.0255584716796875, - 0.0074615478515625, - 0.0017070770263671875, - -0.004047393798828125, - -0.0114288330078125, - 0.0279388427734375, - 0.0369873046875, - 0.00988006591796875, - -0.01611328125, - 0.0311126708984375, - 0.01436614990234375, - -0.032379150390625, - 0.0079803466796875, - -0.019927978515625, - 0.007144927978515625, - -0.046356201171875, - -0.0225372314453125, - 0.004863739013671875, - 0.007740020751953125, - 0.022064208984375, - 0.02191162109375, - -0.0692138671875, - -0.0215911865234375, - 0.04888916015625, - -0.048583984375, - 0.01270294189453125, - 0.04541015625, - -0.02032470703125, - -0.0018949508666992188, - -0.036834716796875, - -0.0660400390625, - 0.0263519287109375, - -0.0271453857421875, - -0.03192138671875, - 0.0030956268310546875, - 0.0145263671875, - -0.043182373046875, - -0.00849151611328125, - -0.0533447265625, - -0.0138092041015625, - -0.005992889404296875, - -0.032379150390625, - 0.033966064453125, - 0.00762176513671875, - -0.00452423095703125, - 0.039703369140625, - 0.06158447265625, - -0.03619384765625, - -0.024444580078125, - 0.040496826171875, - -0.019287109375, - -0.0469970703125, - 0.005435943603515625, - 0.0301666259765625, - 0.005237579345703125, - -0.0023517608642578125, - -0.0197601318359375, - -0.0074615478515625, - 0.0085296630859375, - -0.004047393798828125, - 0.007778167724609375, - -0.0787353515625, - -0.0301666259765625, - -0.0303192138671875, - 0.034912109375, - -0.0058746337890625, - 0.03857421875, - 0.0118255615234375, - -0.044464111328125, - 0.017852783203125, - -0.049835205078125, - 0.009246826171875, - 0.00611114501953125, - -0.003711700439453125, - -0.002658843994140625, - 0.07940673828125, - -0.02349853515625, - -0.01428985595703125, - -0.02825927734375, - 0.04571533203125, - -0.00988006591796875, - 0.005237579345703125, - -0.0306396484375, - 0.0650634765625, - 0.01245880126953125, - -0.0660400390625, - -0.0173797607421875, - -0.02191162109375, - 0.0079803466796875, - 0.04541015625, - -0.0650634765625, - -0.0005631446838378906, - -0.0200042724609375, - -0.067626953125, - -0.040496826171875, - -0.026824951171875, - -0.0438232421875, - -0.06256103515625, - 0.02008056640625, - 0.04254150390625, - 0.008056640625, - 0.00821685791015625, - 0.01214599609375, - 0.0018854141235351562, - 0.0222320556640625, - -0.005832672119140625, - 0.00036454200744628906, - 0.06573486328125, - -0.060333251953125, - -0.026519775390625, - 0.0066680908203125, - 0.0136566162109375, - -0.01071929931640625, - -0.01126861572265625, - -0.01428985595703125, - -0.04254150390625, - 0.04412841796875, - -0.00710296630859375, - -0.0014286041259765625, - 0.0132598876953125, - -0.048248291015625, - -0.037628173828125, - -0.03173828125, - 0.00690460205078125, - 0.015869140625, - 0.0004987716674804688, - 0.047637939453125, - 0.030792236328125, - -0.037139892578125, - -0.01007843017578125, - 0.028900146484375, - -0.03271484375, - -0.02349853515625, - 0.01508331298828125, - 0.0012054443359375, - -0.014129638671875, - 0.050811767578125, - -0.05303955078125, - -0.03460693359375, - -0.08258056640625, - 0.033660888671875, - -0.004802703857421875, - 0.00591278076171875, - -0.01126861572265625, - -0.047637939453125, - -0.07940673828125, - 0.01309967041015625, - 0.0197601318359375, - 0.0085296630859375, - -0.005596160888671875, - -0.035247802734375, - -0.0099639892578125, - -0.0242919921875, - -0.0222320556640625, - 0.054931640625, - -0.0231781005859375, - 0.0194549560546875, - -0.006587982177734375, - -0.00551605224609375, - 0.0285797119140625, - 0.01166534423828125, - 0.033172607421875, - 0.0255584716796875, - 0.0303192138671875, - -0.0263519287109375, - 0.0192108154296875, - -0.0046234130859375, - -0.00492095947265625, - 0.01953125, - -0.027313232421875, - 0.029052734375, - -0.0007839202880859375, - -0.01476287841796875, - 0.0160369873046875, - 0.00960540771484375, - 0.0138092041015625, - -0.003810882568359375, - -0.0012655258178710938, - 0.0269927978515625, - 0.0196075439453125, - 0.05047607421875, - -0.0140533447265625, - -0.05047607421875, - 0.00591278076171875, - -0.001567840576171875, - 0.03570556640625, - 0.027618408203125, - 0.003353118896484375, - -0.033966064453125, - 0.03350830078125, - 0.062225341796875, - -0.0241241455078125, - -0.01548004150390625, - -0.034912109375, - 0.0309600830078125, - 0.017303466796875, - 0.057159423828125, - -0.0242919921875, - 0.10540771484375, - 0.009368896484375, - -0.029693603515625, - 0.0174560546875, - 0.0733642578125, - 0.026519775390625, - -0.0206451416015625, - -0.0231781005859375, - 0.01508331298828125, - 0.01119232177734375, - -0.028411865234375, - -0.025238037109375, - 0.005596160888671875, - 0.06951904296875, - -0.06732177734375, - -0.027313232421875, - -0.00551605224609375, - 0.006946563720703125, - 0.00722503662109375, - 0.023651123046875, - -0.03350830078125, - 0.017303466796875, - -0.0079345703125, - -0.05810546875, - -0.002262115478515625, - 0.0085296630859375, - -0.004962921142578125, - 0.044464111328125, - 0.0230255126953125, - -0.040008544921875, - 0.0009179115295410156, - 0.003353118896484375, - 0.01277923583984375, - 0.018890380859375, - 0.032073974609375, - -0.0013294219970703125, - 0.042236328125, - 0.037628173828125, - 0.06634521484375, - -0.0215911865234375, - -0.035400390625, - 0.01047515869140625, - 0.0246124267578125, - 0.028900146484375, - 0.0180206298828125, - 0.01007843017578125, - 0.0004589557647705078, - -0.00980377197265625, - -0.0501708984375, - -0.002857208251953125, - 0.01158905029296875, - 0.015716552734375, - -0.06475830078125, - -0.043487548828125, - -0.0005331039428710938, - -0.0533447265625, - 0.005062103271484375, - 0.0241241455078125, - -0.060638427734375, - 0.0070648193359375, - 0.0202484130859375, - -0.007740020751953125, - -0.042877197265625, - 0.02587890625, - -0.03411865234375, - -0.038726806640625, - -0.0239715576171875, - -0.0211181640625, - 0.06982421875, - -0.0217437744140625, - -0.07366943359375, - -0.0217437744140625, - 0.022857666015625, - -0.0231781005859375, - -0.036041259765625, - 0.0022716522216796875, - -0.0094451904296875, - -0.0239715576171875, - -0.025726318359375, - -0.03411865234375, - -0.019134521484375, - 0.0152435302734375, - -0.052703857421875, - 0.0136566162109375, - 0.023651123046875, - -0.0030765533447265625, - 0.0011510848999023438, - -0.01119232177734375, - -0.0565185546875, - 0.03411865234375, - -0.078125, - 0.035247802734375, - 0.016510009765625, - -0.01230621337890625, - 0.0390625, - 0.064453125, - 0.005161285400390625, - 0.007381439208984375, - 0.028106689453125, - -0.0369873046875, - 0.014923095703125, - -0.0138092041015625, - 0.0185699462890625, - -0.0908203125, - -0.017303466796875, - 0.03619384765625, - -0.050811767578125, - 0.0160369873046875, - -0.014923095703125, - -0.0185699462890625, - -0.0374755859375, - -0.0176239013671875, - 0.014923095703125, - 0.0241241455078125, - 0.07177734375, - 0.0009226799011230469, - -0.01270294189453125, - 0.00861358642578125, - -0.02032470703125, - 0.06634521484375, - 0.01555633544921875, - 0.0181732177734375, - -0.0026187896728515625, - 0.038726806640625, - -0.014923095703125, - -0.037933349609375, - 0.022857666015625, - -0.07305908203125, - -0.0182647705078125, - 0.0211181640625, - -0.00702667236328125, - 0.0145263671875, - -0.022064208984375, - -0.04254150390625, - -0.02508544921875, - -0.00897216796875, - 0.041290283203125, - -0.015716552734375, - 0.0184173583984375, - -0.046051025390625, - -0.029693603515625, - 0.03460693359375, - -0.0650634765625, - -0.0144500732421875, - -0.01531982421875, - 0.02587890625, - 0.0254058837890625, - -0.032867431640625, - 0.010955810546875, - -0.00251007080078125, - -0.00571441650390625, - 0.0202484130859375, - 0.05841064453125, - -0.05780029296875, - -0.004741668701171875, - -0.0164337158203125, - 0.05047607421875, - 0.022857666015625, - -0.01357269287109375, - -0.0018453598022460938, - 0.00872802734375, - 0.021270751953125, - -0.01032257080078125, - 0.057159423828125, - 0.0596923828125, - -0.017547607421875, - -0.05810546875, - -0.02032470703125, - -0.025238037109375, - 0.041900634765625, - -0.030487060546875, - 0.049835205078125, - 0.038116455078125, - -0.00913238525390625, - -0.10162353515625, - 0.067626953125, - -0.041900634765625, - 0.010162353515625, - -0.00749969482421875, - -0.0013294219970703125, - -0.07208251953125, - -0.0390625, - -0.0197601318359375, - 0.00885009765625, - -0.0306396484375, - 0.0186614990234375, - 0.024444580078125, - 0.012939453125, - 0.0037899017333984375, - -0.005832672119140625, - -0.0016574859619140625, - 0.032867431640625, - 0.0287322998046875, - -0.04412841796875, - 0.078125, - -0.003215789794921875, - 0.0271453857421875, - 0.01548004150390625, - 0.045074462890625, - 0.01039886474609375, - 0.01515960693359375, - -0.03302001953125, - 0.0008435249328613281, - 0.0033740997314453125, - 0.006072998046875, - -0.0215911865234375, - -0.0022830963134765625, - -0.035552978515625, - 0.00988006591796875, - 0.0024318695068359375, - -0.00662994384765625, - -0.0110321044921875, - -0.031280517578125, - -0.032867431640625, - -0.02349853515625, - -0.05364990234375, - -0.07586669921875, - 0.00273895263671875, - -0.0254058837890625, - -0.045074462890625, - 0.0094451904296875, - -0.001964569091796875, - 0.05145263671875, - -0.03570556640625, - 0.020477294921875, - -0.016357421875, - 0.0026988983154296875, - -0.0238189697265625, - 0.0223846435546875, - -0.00972747802734375, - 0.041290283203125, - 0.0246124267578125, - -0.028900146484375, - 0.04541015625, - -0.043182373046875, - -0.029052734375, - 0.005435943603515625, - 0.0181732177734375, - -0.0079345703125, - 0.0269927978515625, - -0.041900634765625, - -0.0173797607421875, - -0.001220703125, - -0.000030994415283203125, - 0.0012502670288085938, - -0.0343017578125, - 0.04095458984375, - 0.01389312744140625, - -0.08062744140625, - 0.00254058837890625, - -0.0184173583984375, - -0.043182373046875, - -0.01953125, - -0.019683837890625, - 0.01508331298828125, - 0.0122222900390625, - 0.049224853515625, - 0.0009975433349609375, - 0.042877197265625, - 0.016265869140625, - -0.031280517578125, - -0.01396942138671875, - 0.00551605224609375, - -0.00498199462890625, - 0.006191253662109375, - 0.041900634765625, - -0.0145263671875, - 0.006587982177734375, - -0.0293731689453125, - -0.0670166015625, - 0.0144500732421875, - -0.0225372314453125, - -0.060333251953125, - 0.01214599609375, - 0.0914306640625, - 0.03857421875, - -0.0165863037109375, - 0.02587890625, - 0.036041259765625, - 0.049530029296875, - 0.01039886474609375, - 0.0035724639892578125, - -0.06982421875, - -0.02191162109375, - -0.0008978843688964844, - 0.0027790069580078125, - -0.05523681640625, - 0.033966064453125, - 0.048583984375, - -0.0246124267578125, - -0.016754150390625, - -0.0230255126953125, - 0.01166534423828125, - 0.046356201171875, - 0.040496826171875, - 0.029052734375, - -0.055572509765625, - 0.005279541015625, - 0.02984619140625, - -0.006748199462890625, - -0.01357269287109375, - -0.0106353759765625, - -0.019927978515625, - 0.06256103515625, - -0.057159423828125, - -0.010955810546875, - 0.0034923553466796875, - 0.052703857421875, - 0.01206207275390625, - -0.05682373046875, - -0.0177001953125, - 0.053985595703125, - 0.017059326171875, - -0.0029163360595703125, - 0.0110321044921875, - 0.012542724609375, - -0.0322265625, - 0.0200042724609375, - 0.05523681640625, - 0.019927978515625, - 0.036346435546875, - 0.0079345703125, - -0.038726806640625, - 0.022705078125, - -0.027618408203125, - -0.0002963542938232422, - 0.0160369873046875, - -0.030487060546875, - -0.036346435546875, - -0.03570556640625, - 0.0333251953125, - 0.01396942138671875, - 0.05682373046875, - 0.0157928466796875, - 0.0174560546875, - -0.0165863037109375, - 0.0022525787353515625, - 0.005279541015625, - 0.0209503173828125, - 0.0238189697265625, - 0.01611328125, - 0.041290283203125, - 0.036041259765625, - 0.01555633544921875, - 0.009246826171875, - 0.00872802734375, - -0.05206298828125, - 0.0014190673828125, - -0.05145263671875, - 0.0149993896484375, - 0.018341064453125, - -0.059051513671875, - 0.0096435546875, - -0.0295257568359375, - -0.0134124755859375, - 0.00492095947265625, - -0.041900634765625, - -0.0177764892578125, - 0.049530029296875, - -0.02984619140625, - 0.04254150390625, - 0.005237579345703125, - 0.01277923583984375, - 0.0196075439453125, - -0.060333251953125, - 0.08953857421875, - 0.010955810546875, - 0.0628662109375, - -0.0087738037109375, - 0.0027790069580078125, - 0.049224853515625, - -0.0238189697265625, - 0.049224853515625, - 0.007183074951171875, - -0.0098419189453125, - 0.0374755859375, - 0.0222320556640625, - 0.0233306884765625, - -0.049530029296875, - 0.034912109375, - 0.00722503662109375, - -0.0322265625, - 0.046356201171875, - 0.039520263671875, - 0.004703521728515625, - -0.0176239013671875, - -0.0215911865234375, - -0.0011758804321289062, - -0.0650634765625, - 0.05621337890625, - -0.0002281665802001953, - -0.007778167724609375, - 0.0233306884765625, - -0.015869140625, - 0.0369873046875, - 0.0176239013671875, - 0.03460693359375, - -0.0406494140625, - 0.05621337890625, - 0.0089263916015625, - -0.018096923828125, - -0.0271453857421875, - 0.033172607421875, - -0.0231781005859375, - 0.02984619140625, - -0.0217437744140625, - 0.0682373046875, - 0.036834716796875, - -0.0024814605712890625, - -0.0390625, - 0.00208282470703125, - -0.01032257080078125, - 0.0249176025390625, - 0.01690673828125, - -0.0469970703125, - -0.00928497314453125, - -0.01047515869140625, - 0.0246124267578125, - 0.0692138671875, - 0.0269927978515625, - 0.01468658447265625, - -0.01190948486328125, - -0.01309967041015625, - 0.01245880126953125, - -0.0118255615234375 - ], - "metadata": { - "domains": [ - "domain-agnostic-software" - ], - "phases": [ - "analysis" - ], - "tags": [ - "encoding", - "crypto", - "parsing" - ], - "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.00145721435546875, - 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_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. command-line 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.024139404296875, - 0.05615234375, - 0.057220458984375, - 0.00872039794921875, - 0.03076171875, - 0.0330810546875, - -0.0167236328125, - -0.0023250579833984375, - -0.006214141845703125, - -0.00853729248046875, - -0.0311126708984375, - 0.056488037109375, - 0.0037994384765625, - -0.006748199462890625, - -0.0850830078125, - 0.033447265625, - -0.007465362548828125, - 0.0232391357421875, - 0.006748199462890625, - -0.0159149169921875, - -0.0259246826171875, - -0.0172576904296875, - -0.042205810546875, - -0.0050048828125, - 0.01385498046875, - 0.0284271240234375, - -0.01519775390625, - -0.0611572265625, - -0.003307342529296875, - 0.01287078857421875, - 0.008270263671875, - -0.013946533203125, - 0.00104522705078125, - 0.0081329345703125, - 0.00724029541015625, - -0.0300445556640625, - 0.0259246826171875, - -0.0298614501953125, - -0.0144805908203125, - 0.041656494140625, - -0.01045989990234375, - 0.02557373046875, - 0.0140380859375, - 0.005229949951171875, - -0.032012939453125, - -0.033447265625, - 0.00872039794921875, - -0.0089874267578125, - 0.0173492431640625, - -0.0284271240234375, - 0.0209197998046875, - 0.0237884521484375, - 0.012786865234375, - 0.0013074874877929688, - -0.0234222412109375, - 0.01922607421875, - 0.02056884765625, - -0.03326416015625, - -0.05364990234375, - 0.046478271484375, - -0.05792236328125, - -0.0246734619140625, - 0.00867462158203125, - -0.0234222412109375, - 0.01751708984375, - 0.02789306640625, - -0.0257415771484375, - -0.0207366943359375, - 0.01189422607421875, - 0.01377105712890625, - -0.017974853515625, - -0.0223541259765625, - -0.034698486328125, - 0.0711669921875, - -0.006214141845703125, - -0.06756591796875, - 0.00473785400390625, - 0.012603759765625, - -0.00867462158203125, - -0.0160064697265625, - -0.057220458984375, - -0.020477294921875, - 0.0350341796875, - -0.0197601318359375, - -0.039337158203125, - 0.0171661376953125, - 0.01904296875, - 0.0094757080078125, - -0.0009164810180664062, - 0.0037555694580078125, - 0.0357666015625, - -0.02154541015625, - -0.00728607177734375, - 0.005229949951171875, - 0.034149169921875, - 0.0611572265625, - 0.0017099380493164062, - 0.01055145263671875, - -0.04864501953125, - 0.0262908935546875, - 0.021820068359375, - -0.0218963623046875, - 0.07940673828125, - -0.01032257080078125, - 0.01045989990234375, - -0.01242828369140625, - 0.01117706298828125, - -0.02056884765625, - -0.035400390625, - -0.007419586181640625, - -0.12017822265625, - -0.04345703125, - -0.0107269287109375, - -0.060791015625, - -0.0050506591796875, - -0.0236053466796875, - 0.00666046142578125, - 0.055419921875, - -0.05078125, - -0.04290771484375, - 0.031646728515625, - -0.009033203125, - -0.024322509765625, - -0.0014028549194335938, - -0.04290771484375, - -0.048980712890625, - 0.0082244873046875, - 0.034332275390625, - -0.050079345703125, - -0.017608642578125, - -0.01296234130859375, - -0.0303955078125, - 0.00415802001953125, - -0.0282440185546875, - -0.0185089111328125, - -0.03271484375, - 0.04058837890625, - 0.0050506591796875, - -0.0113983154296875, - 0.0195770263671875, - -0.006481170654296875, - -0.0210113525390625, - -0.052215576171875, - -0.0145721435546875, - -0.03271484375, - -0.02056884765625, - -0.03021240234375, - 0.04290771484375, - -0.031829833984375, - 0.003955841064453125, - -0.026824951171875, - 0.0411376953125, - 0.036285400390625, - -0.00844573974609375, - 0.034332275390625, - -0.046142578125, - 0.0257415771484375, - -0.01068115234375, - 0.022796630859375, - -0.0209197998046875, - -0.0002123117446899414, - 0.0024814605712890625, - -0.007598876953125, - 0.005611419677734375, - -0.01171112060546875, - -0.033966064453125, - -0.018951416015625, - 0.034698486328125, - 0.01358795166015625, - -0.00531768798828125, - 0.0018663406372070312, - -0.03271484375, - 0.0611572265625, - 0.06689453125, - -0.02288818359375, - 0.02056884765625, - -0.00511932373046875, - -0.012786865234375, - 0.0230712890625, - 0.054351806640625, - 0.006839752197265625, - 0.006572723388671875, - 0.033966064453125, - -0.0017099380493164062, - 0.0275421142578125, - 0.007778167724609375, - -0.0357666015625, - 0.001888275146484375, - -0.01546478271484375, - 0.028076171875, - -0.033447265625, - -0.038970947265625, - -0.020111083984375, - 0.039520263671875, - -0.0013914108276367188, - 0.0511474609375, - 0.059356689453125, - -0.00916290283203125, - 0.031829833984375, - 0.007598876953125, - 0.039154052734375, - 0.03271484375, - -0.01161956787109375, - 0.048980712890625, - 0.0203857421875, - 0.0133209228515625, - -0.0102386474609375, - 0.041839599609375, - 0.0029735565185546875, - -0.00024437904357910156, - -0.01032257080078125, - 0.044158935546875, - -0.00449371337890625, - -0.0171661376953125, - -0.024322509765625, - -0.042724609375, - 0.016632080078125, - -0.041290283203125, - -0.004360198974609375, - 0.01474761962890625, - -0.006927490234375, - -0.05291748046875, - 0.0034198760986328125, - 0.0275421142578125, - -0.000720977783203125, - 0.051483154296875, - 0.0063018798828125, - -0.00862884521484375, - -0.03021240234375, - 0.03790283203125, - 0.0236053466796875, - 0.02789306640625, - -0.0022125244140625, - 0.004917144775390625, - -0.01050567626953125, - -0.01233673095703125, - 0.060791015625, - 0.0193939208984375, - 0.034515380859375, - 0.005542755126953125, - -0.044158935546875, - 0.0311126708984375, - -0.0259246826171875, - 0.03289794921875, - 0.051483154296875, - -0.0294952392578125, - -0.0094757080078125, - 0.00862884521484375, - 0.025390625, - 0.056488037109375, - -0.05078125, - -0.0134124755859375, - -0.0704345703125, - 0.00911712646484375, - -0.0361328125, - -0.0167236328125, - -0.022705078125, - -0.03289794921875, - 0.066162109375, - -0.038970947265625, - -0.005096435546875, - -0.018768310546875, - 0.0024471282958984375, - -0.01367950439453125, - 0.0261077880859375, - -0.007511138916015625, - -0.031280517578125, - -0.012603759765625, - 0.06365966796875, - -0.018768310546875, - 0.01113128662109375, - -0.01377105712890625, - 0.01094818115234375, - -0.03076171875, - 0.0282440185546875, - -0.0511474609375, - -0.0020008087158203125, - 0.0244903564453125, - 0.0261077880859375, - 0.00531768798828125, - -0.0177001953125, - 0.0047607421875, - -0.047210693359375, - -0.0004749298095703125, - -0.037017822265625, - 0.006748199462890625, - -0.005611419677734375, - 0.0027370452880859375, - 0.0089874267578125, - -0.042022705078125, - -0.004291534423828125, - 0.0248565673828125, - -0.01099395751953125, - -0.0282440185546875, - -0.00348663330078125, - -0.03863525390625, - 0.017974853515625, - 0.0262908935546875, - 0.0004470348358154297, - 0.0377197265625, - 0.0557861328125, - -0.0171661376953125, - -0.0186004638671875, - 0.0183258056640625, - 0.012603759765625, - -0.039520263671875, - -0.0250396728515625, - -0.03289794921875, - 0.02520751953125, - -0.046844482421875, - -0.0032405853271484375, - 0.0244903564453125, - -0.0303955078125, - 0.01483917236328125, - 0.0027713775634765625, - -0.015106201171875, - -0.051483154296875, - -0.05792236328125, - 0.0140380859375, - -0.0222625732421875, - -0.025390625, - -0.0140380859375, - 0.03057861328125, - 0.01439666748046875, - 0.00701904296875, - -0.00916290283203125, - 0.00885009765625, - -0.04827880859375, - 0.016448974609375, - -0.029144287109375, - 0.005901336669921875, - -0.0208282470703125, - 0.0309295654296875, - 0.0430908203125, - 0.0194854736328125, - 0.0282440185546875, - 0.04364013671875, - -0.01904296875, - 0.0021800994873046875, - 0.0213623046875, - 0.0007710456848144531, - -0.013946533203125, - 0.0000642538070678711, - -0.026641845703125, - -0.023956298828125, - -0.0100555419921875, - -0.0100555419921875, - 0.0246734619140625, - 0.0257415771484375, - 0.02520751953125, - 0.041473388671875, - -0.0167236328125, - 0.01385498046875, - 0.05364990234375, - -0.002079010009765625, - 0.11016845703125, - -0.0246734619140625, - -0.0411376953125, - -0.0016317367553710938, - 0.0244903564453125, - -0.0248565673828125, - -0.005947113037109375, - 0.038787841796875, - 0.01287078857421875, - 0.0286102294921875, - 0.019317626953125, - 0.007373809814453125, - 0.020111083984375, - -0.0145721435546875, - -0.008270263671875, - 0.0029506683349609375, - -0.01439666748046875, - 0.0208282470703125, - 0.037384033203125, - 0.016265869140625, - -0.0003018379211425781, - 0.0457763671875, - -0.041656494140625, - -0.0257415771484375, - -0.0273590087890625, - -0.0650634765625, - 0.017791748046875, - 0.01546478271484375, - 0.0257415771484375, - 0.091552734375, - -0.009429931640625, - -0.05615234375, - 0.02520751953125, - -0.04827880859375, - 0.066162109375, - 0.052215576171875, - -0.01032257080078125, - 0.0298614501953125, - -0.01385498046875, - 0.004001617431640625, - 0.01474761962890625, - 0.0132293701171875, - 0.037017822265625, - 0.034698486328125, - 0.00930023193359375, - 0.007778167724609375, - -0.031280517578125, - 0.00603485107421875, - 0.028961181640625, - 0.00411224365234375, - -0.0206451416015625, - 0.01296234130859375, - 0.031646728515625, - 0.031463623046875, - -0.0108642578125, - 0.05828857421875, - 0.0224456787109375, - 0.0101470947265625, - -0.004917144775390625, - 0.0024356842041015625, - 0.010284423828125, - -0.037200927734375, - 0.0132293701171875, - -0.00415802001953125, - 0.00800323486328125, - 0.022796630859375, - 0.0171661376953125, - -0.07330322265625, - 0.0075531005859375, - 0.0450439453125, - -0.05865478515625, - 0.01439666748046875, - 0.0400390625, - -0.038787841796875, - 0.00598907470703125, - -0.02557373046875, - -0.041290283203125, - 0.04559326171875, - -0.0101470947265625, - -0.046478271484375, - 0.026458740234375, - 0.0284271240234375, - -0.0650634765625, - -0.043792724609375, - -0.041473388671875, - -0.0108184814453125, - -0.0140380859375, - -0.028961181640625, - 0.037200927734375, - -0.00733184814453125, - -0.01171112060546875, - 0.037017822265625, - 0.049346923828125, - -0.004848480224609375, - -0.043975830078125, - 0.035400390625, - -0.0196685791015625, - -0.0411376953125, - 0.043975830078125, - 0.02252197265625, - 0.028076171875, - -0.043792724609375, - -0.0126953125, - 0.0209197998046875, - -0.0203857421875, - 0.0088043212890625, - 0.0010004043579101562, - -0.03021240234375, - -0.07366943359375, - -0.046478271484375, - 0.06866455078125, - -0.0007486343383789062, - 0.0298614501953125, - -0.03253173828125, - -0.026458740234375, - 0.0294952392578125, - -0.0604248046875, - -0.0174407958984375, - -0.00598907470703125, - -0.0063934326171875, - -0.0296783447265625, - 0.051483154296875, - -0.03253173828125, - 0.00315093994140625, - -0.01519775390625, - 0.064697265625, - 0.017974853515625, - 0.00724029541015625, - -0.044708251953125, - 0.033782958984375, - 0.026824951171875, - -0.0330810546875, - -0.01439666748046875, - -0.0206451416015625, - -0.01430511474609375, - 0.0294952392578125, - -0.0380859375, - -0.019317626953125, - 0.00858306884765625, - -0.048980712890625, - -0.0296783447265625, - 0.002826690673828125, - -0.0230712890625, - -0.03753662109375, - 0.018768310546875, - 0.021728515625, - 0.0011682510375976562, - 0.003932952880859375, - 0.01385498046875, - 0.0218963623046875, - 0.024139404296875, - -0.0160064697265625, - -0.03594970703125, - 0.026641845703125, - -0.066162109375, - -0.0257415771484375, - -0.0032634735107421875, - 0.0361328125, - -0.0181427001953125, - 0.0133209228515625, - -0.029144287109375, - -0.0219879150390625, - 0.0286102294921875, - -0.02789306640625, - -0.003173828125, - -0.01045989990234375, - -0.0094757080078125, - -0.04522705078125, - -0.0208282470703125, - 0.00384521484375, - 0.00978851318359375, - -0.007061004638671875, - 0.00319671630859375, - 0.0221710205078125, - -0.06329345703125, - 0.0157318115234375, - 0.037384033203125, - 0.0007767677307128906, - 0.019134521484375, - 0.00449371337890625, - -0.0008215904235839844, - 0.012786865234375, - 0.01233673095703125, - -0.0257415771484375, - -0.03863525390625, - -0.059356689453125, - 0.0210113525390625, - -0.0037555694580078125, - -0.00997161865234375, - -0.0043792724609375, - -0.049346923828125, - -0.071533203125, - 0.0007486343383789062, - 0.053985595703125, - 0.02020263671875, - 0.0222625732421875, - -0.02557373046875, - -0.01251983642578125, - -0.00036597251892089844, - -0.03326416015625, - 0.0330810546875, - 0.01242828369140625, - 0.025390625, - 0.00916290283203125, - -0.033447265625, - 0.0296783447265625, - 0.0108642578125, - 0.01493072509765625, - 0.0181427001953125, - 0.03253173828125, - -0.036834716796875, - 0.0230712890625, - -0.0303955078125, - -0.01617431640625, - 0.01367950439453125, - -0.021636962890625, - 0.01045989990234375, - -0.042022705078125, - -0.0234222412109375, - 0.0035533905029296875, - 0.00044417381286621094, - 0.0250396728515625, - -0.02056884765625, - 0.0017652511596679688, - 0.024139404296875, - 0.00603485107421875, - 0.05828857421875, - -0.021270751953125, - -0.0248565673828125, - -0.0063934326171875, - 0.0037326812744140625, - 0.04522705078125, - 0.049346923828125, - 0.0120697021484375, - -0.031280517578125, - 0.0160980224609375, - 0.0330810546875, - -0.0107269287109375, - -0.046844482421875, - -0.0113067626953125, - -0.005565643310546875, - 0.01349639892578125, - 0.0404052734375, - 0.01161956787109375, - 0.091552734375, - 0.002056121826171875, - 0.0284271240234375, - 0.0050506591796875, - 0.0557861328125, - 0.0273590087890625, - -0.0167236328125, - -0.0361328125, - -0.0186004638671875, - -0.007598876953125, - -0.04559326171875, - -0.04559326171875, - 0.01305389404296875, - 0.04345703125, - -0.072265625, - -0.0236053466796875, - -0.01242828369140625, - 0.00795745849609375, - 0.02288818359375, - 0.00440216064453125, - -0.019317626953125, - 0.035400390625, - 0.044708251953125, - -0.041290283203125, - 0.0262908935546875, - -0.00286102294921875, - 0.024322509765625, - 0.0604248046875, - 0.033447265625, - -0.0230712890625, - 0.00997161865234375, - -0.0032634735107421875, - 0.0323486328125, - 0.01242828369140625, - 0.041656494140625, - 0.020294189453125, - 0.002391815185546875, - 0.06402587890625, - 0.039337158203125, - -0.026824951171875, - -0.008758544921875, - 0.0109100341796875, - 0.0211029052734375, - 0.0286102294921875, - 0.058990478515625, - 0.0010280609130859375, - -0.005901336669921875, - -0.01385498046875, - -0.04559326171875, - 0.015106201171875, - 0.0160064697265625, - 0.0102386474609375, - -0.05291748046875, - -0.03021240234375, - 0.02288818359375, - -0.046478271484375, - 0.0224456787109375, - 0.00858306884765625, - -0.036285400390625, - -0.00791168212890625, - 0.052581787109375, - -0.037200927734375, - -0.06365966796875, - -0.0113983154296875, - -0.039520263671875, - -0.005161285400390625, - -0.0185089111328125, - -0.041656494140625, - 0.04864501953125, - -0.0309295654296875, - -0.044342041015625, - -0.0284271240234375, - 0.033966064453125, - -0.02557373046875, - -0.041839599609375, - -0.01113128662109375, - -0.01314544677734375, - 0.002033233642578125, - -0.018951416015625, - -0.0323486328125, - -0.03271484375, - 0.02520751953125, - -0.047210693359375, - -0.005809783935546875, - -0.02520751953125, - 0.0026378631591796875, - -0.01421356201171875, - -0.0018100738525390625, - -0.01474761962890625, - 0.02252197265625, - -0.039154052734375, - 0.0218963623046875, - -0.004024505615234375, - 0.033782958984375, - 0.0259246826171875, - 0.0504150390625, - 0.0121612548828125, - 0.018951416015625, - -0.021453857421875, - -0.03753662109375, - -0.004024505615234375, - 0.01654052734375, - 0.0167236328125, - -0.05615234375, - 0.00070953369140625, - 0.054718017578125, - -0.08868408203125, - 0.01377105712890625, - 0.01242828369140625, - -0.005767822265625, - -0.04791259765625, - -0.0109100341796875, - -0.003307342529296875, - 0.0126953125, - 0.10015869140625, - 0.00502777099609375, - -0.0140380859375, - 0.002994537353515625, - -0.0450439453125, - 0.047576904296875, - -0.00024437904357910156, - 0.0357666015625, - -0.05792236328125, - 0.0303955078125, - 0.026824951171875, - -0.0300445556640625, - -0.0096588134765625, - -0.0750732421875, - -0.003910064697265625, - 0.01171112060546875, - 0.0183258056640625, - -0.0007653236389160156, - 0.0177001953125, - -0.02520751953125, - -0.0273590087890625, - -0.0076446533203125, - 0.005588531494140625, - 0.0033969879150390625, - -0.005496978759765625, - -0.021820068359375, - 0.005207061767578125, - -0.01296234130859375, - -0.044158935546875, - -0.053985595703125, - -0.01617431640625, - 0.0457763671875, - 0.01180267333984375, - -0.039886474609375, - 0.0160064697265625, - 0.0196685791015625, - 0.0259246826171875, - 0.005161285400390625, - 0.054351806640625, - -0.054718017578125, - -0.0294952392578125, - -0.0120697021484375, - 0.043975830078125, - 0.0172576904296875, - -0.0007543563842773438, - 0.0008492469787597656, - -0.0030841827392578125, - 0.0119781494140625, - -0.0160980224609375, - 0.055419921875, - 0.053985595703125, - -0.02154541015625, - -0.06365966796875, - -0.04022216796875, - -0.01546478271484375, - 0.03021240234375, - -0.0384521484375, - 0.0195770263671875, - 0.008087158203125, - -0.0134124755859375, - -0.09796142578125, - 0.053985595703125, - -0.007732391357421875, - 0.0236053466796875, - 0.0145721435546875, - -0.02001953125, - -0.05828857421875, - -0.04541015625, - -0.0311126708984375, - 0.0287933349609375, - -0.02288818359375, - 0.00969696044921875, - -0.01617431640625, - 0.02557373046875, - -0.0045166015625, - -0.006168365478515625, - 0.002368927001953125, - 0.05364990234375, - 0.0275421142578125, - -0.0323486328125, - 0.032196044921875, - -0.0237884521484375, - -0.00348663330078125, - -0.0083160400390625, - 0.012786865234375, - -0.002658843994140625, - -0.0294952392578125, - -0.03021240234375, - -0.00839996337890625, - 0.044891357421875, - 0.044342041015625, - -0.051849365234375, - 0.0145721435546875, - -0.0017995834350585938, - 0.0145721435546875, - -0.005252838134765625, - -0.0013580322265625, - 0.0012350082397460938, - 0.01349639892578125, - -0.01493072509765625, - -0.015380859375, - -0.059722900390625, - -0.07440185546875, - 0.0022792816162109375, - -0.06829833984375, - -0.026824951171875, - -0.004314422607421875, - 0.0195770263671875, - 0.0209197998046875, - -0.010772705078125, - 0.0604248046875, - 0.0005249977111816406, - 0.0047149658203125, - -0.0184173583984375, - 0.0323486328125, - -0.01654052734375, - 0.0257415771484375, - 0.024139404296875, - -0.037200927734375, - 0.0294952392578125, - -0.02252197265625, - 0.00449371337890625, - -0.0296783447265625, - -0.00569915771484375, - -0.0244903564453125, - 0.01412200927734375, - -0.060089111328125, - -0.0182342529296875, - 0.0126953125, - 0.03326416015625, - 0.00724029541015625, - -0.0269927978515625, - 0.0298614501953125, - -0.015106201171875, - -0.059356689453125, - 0.00930023193359375, - -0.0174407958984375, - -0.0194854736328125, - 0.04058837890625, - 0.003955841064453125, - 0.01117706298828125, - 0.02252197265625, - 0.032196044921875, - 0.0244903564453125, - 0.05078125, - 0.004001617431640625, - -0.0450439453125, - -0.01171112060546875, - -0.0198516845703125, - 0.0282440185546875, - 0.04058837890625, - 0.028076171875, - -0.0006480216979980469, - 0.01546478271484375, - 0.0101470947265625, - -0.0711669921875, - -0.026824951171875, - -0.01305389404296875, - -0.0457763671875, - 0.0275421142578125, - 0.056488037109375, - 0.03057861328125, - -0.01751708984375, - 0.044342041015625, - 0.058990478515625, - 0.021453857421875, - 0.02001953125, - -0.00728607177734375, - -0.05615234375, - -0.0284271240234375, - 0.0017213821411132812, - 0.0007767677307128906, - -0.0819091796875, - 0.054718017578125, - 0.071533203125, - -0.0209197998046875, - -0.01233673095703125, - 0.00044989585876464844, - 0.023956298828125, - 0.03753662109375, - 0.02020263671875, - 0.01617431640625, - -0.046844482421875, - 0.01180267333984375, - 0.036285400390625, - -0.005767822265625, - 0.006168365478515625, - -0.016265869140625, - -0.031829833984375, - 0.0323486328125, - -0.051849365234375, - 0.001598358154296875, - 0.0170745849609375, - 0.05078125, - 0.0053863525390625, - -0.024139404296875, - -0.0303955078125, - 0.0430908203125, - 0.0106353759765625, - -0.018768310546875, - 0.0211029052734375, - 0.02520751953125, - -0.03289794921875, - 0.062225341796875, - 0.06329345703125, - 0.0182342529296875, - 0.0248565673828125, - 0.0224456787109375, - -0.07330322265625, - 0.015380859375, - 0.0009832382202148438, - -0.0168914794921875, - -0.01055145263671875, - -0.046478271484375, - -0.0357666015625, - -0.049713134765625, - 0.04022216796875, - -0.006435394287109375, - 0.037200927734375, - 0.0171661376953125, - 0.0173492431640625, - -0.01349639892578125, - -0.006435394287109375, - 0.0303955078125, - 0.04791259765625, - -0.007061004638671875, - -0.0029506683349609375, - 0.007598876953125, - 0.0126953125, - 0.04254150390625, - -0.052581787109375, - 0.0277099609375, - -0.0167236328125, - -0.0211029052734375, - -0.052215576171875, - 0.01045989990234375, - 0.022705078125, - -0.0145721435546875, - -0.0009274482727050781, - -0.029327392578125, - 0.0003883838653564453, - 0.00728607177734375, - -0.019134521484375, - -0.026641845703125, - 0.0100555419921875, - -0.0277099609375, - 0.0236053466796875, - -0.0027370452880859375, - -0.0269927978515625, - 0.012786865234375, - -0.056854248046875, - 0.0904541015625, - 0.0259246826171875, - 0.005184173583984375, - -0.0093841552734375, - 0.0232391357421875, - 0.043792724609375, - 0.0232391357421875, - 0.01161956787109375, - 0.01439666748046875, - -0.0303955078125, - 0.0557861328125, - 0.06365966796875, - -0.0020008087158203125, - -0.038970947265625, - 0.031280517578125, - -0.0024700164794921875, - -0.049713134765625, - 0.047576904296875, - 0.0076904296875, - 0.016265869140625, - 0.01180267333984375, - 0.0038890838623046875, - -0.0044708251953125, - -0.047210693359375, - 0.076171875, - 0.01806640625, - -0.01055145263671875, - 0.01108551025390625, - -0.06976318359375, - 0.052581787109375, - 0.005474090576171875, - 0.049346923828125, - -0.042205810546875, - 0.0611572265625, - -0.0132293701171875, - -0.0016536712646484375, - -0.0144805908203125, - 0.00862884521484375, - -0.005161285400390625, - 0.0275421142578125, - -0.0034427642822265625, - 0.051483154296875, - 0.0159149169921875, - 0.01474761962890625, - -0.076171875, - 0.017974853515625, - 0.0020904541015625, - -0.005767822265625, - 0.01904296875, - -0.0282440185546875, - -0.0132293701171875, - 0.020111083984375, - 0.01251983642578125, - 0.04522705078125, - -0.0261077880859375, - 0.03826904296875, - 0.008087158203125, - -0.034698486328125, - 0.00733184814453125, - -0.0038661956787109375 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "mobile-forensics", - "fraud-investigation" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "command-line", - "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_Wireshark", - "type": "tool", - "name": "Wireshark", - "content": "wireshark der unangefochtene könig der netzwerk-protokoll-analyse dekodiert die meisten netzwerkprotokolle von ethernet bis zu exotischen ics-protokollen. display-filter mit mächtiger syntax ermöglichen chirurgisch präzise paket-selektion. follow-stream rekonstruiert komplette tcp-sessions, http-uploads oder ftp-transfers. expert-info identifiziert anomalien wie retransmissions, malformed packets oder protokoll-violations. die statistik-funktionen visualisieren conversations, io-graphs und protocol-hierarchien. export-objekte extrahiert übertragene dateien aus http, smb oder tftp. coloring-rules heben verdächtige pakete hervor. geoip-integration zeigt geografische verbindungsdaten. tls-decryption mit private keys oder sslkeylogfile. die lua- und c-plugin-api erlaubt custom-dissectors. unverzichtbar für malware-c2-analyse, data-exfiltration-erkennung und netzwerk-troubleshooting. gui protocol-decode packet-filtering pcap-capture cross-platform session-reconstruction display-filters follow-stream expert-info statistics coloring-rules tls-decryption incident-response malware-analysis network-forensics cloud-forensics ics-forensics fraud-investigation examination analysis", - "embedding": [ - -0.02032470703125, - 0.0014066696166992188, - 0.04583740234375, - 0.027374267578125, - 0.034637451171875, - 0.0231170654296875, - 0.0142059326171875, - 0.005886077880859375, - -0.040863037109375, - -0.005573272705078125, - -0.039398193359375, - 0.044586181640625, - 0.0245819091796875, - -0.0015554428100585938, - -0.07342529296875, - 0.033599853515625, - -0.02447509765625, - -0.0014390945434570312, - -0.0012121200561523438, - 0.01441192626953125, - -0.02001953125, - 0.0011539459228515625, - -0.052886962890625, - 0.00736236572265625, - -0.0185546875, - -0.0014581680297851562, - -0.0207366943359375, - -0.0845947265625, - -0.01389312744140625, - 0.0206298828125, - 0.013275146484375, - -0.01181793212890625, - -0.0043792724609375, - 0.031951904296875, - 0.00331878662109375, - -0.0173187255859375, - 0.022918701171875, - -0.060546875, - -0.0240631103515625, - 0.055999755859375, - -0.0159759521484375, - -0.0220794677734375, - 0.014312744140625, - -0.00969696044921875, - -0.0202178955078125, - -0.0269622802734375, - -0.0029544830322265625, - -0.0034732818603515625, - 0.019805908203125, - -0.018035888671875, - 0.046875, - 0.0084991455078125, - -0.00824737548828125, - -0.0071563720703125, - -0.041259765625, - 0.027587890625, - 0.04376220703125, - -0.034423828125, - -0.037109375, - 0.067626953125, - -0.0234375, - -0.0217742919921875, - -0.01255035400390625, - -0.015869140625, - 0.0251922607421875, - 0.0005283355712890625, - -0.020538330078125, - -0.0262298583984375, - -0.0121307373046875, - -0.00339508056640625, - 0.00829315185546875, - -0.018035888671875, - -0.00658416748046875, - 0.0302734375, - -0.0269622802734375, - -0.03607177734375, - 0.00547027587890625, - 0.020843505859375, - 0.015869140625, - 0.0131683349609375, - -0.045623779296875, - 0.01409912109375, - 0.05474853515625, - -0.00015878677368164062, - -0.0050048828125, - -0.0015039443969726562, - 0.035675048828125, - -0.0071563720703125, - 0.0136871337890625, - 0.006351470947265625, - 0.0302734375, - -0.020843505859375, - 0.0277862548828125, - -0.019287109375, - 0.0447998046875, - 0.036712646484375, - -0.0311126708984375, - 0.0016460418701171875, - -0.0004730224609375, - 0.02374267578125, - 0.030487060546875, - -0.030487060546875, - 0.0516357421875, - 0.00296783447265625, - 0.046234130859375, - -0.018768310546875, - -0.0025272369384765625, - -0.0104217529296875, - -0.004924774169921875, - -0.0222930908203125, - -0.0845947265625, - -0.02655029296875, - -0.0219879150390625, - -0.064697265625, - -0.008758544921875, - 0.0027866363525390625, - -0.019073486328125, - 0.037109375, - -0.03857421875, - -0.046234130859375, - 0.01125335693359375, - 0.00495147705078125, - -0.017425537109375, - -0.0016851425170898438, - -0.05682373046875, - -0.06884765625, - 0.0017757415771484375, - 0.02105712890625, - -0.049346923828125, - -0.01203155517578125, - 0.00803375244140625, - 0.005313873291015625, - 0.000010907649993896484, - 0.00865936279296875, - -0.00218963623046875, - -0.0251922607421875, - 0.02862548828125, - -0.0005736351013183594, - -0.01103973388671875, - 0.0006384849548339844, - 0.0298614501953125, - -0.023223876953125, - -0.05059814453125, - -0.0032787322998046875, - -0.0248870849609375, - -0.01151275634765625, - -0.0188751220703125, - 0.0264434814453125, - -0.01140594482421875, - -0.00865936279296875, - -0.0162811279296875, - 0.0202178955078125, - 0.04437255859375, - -0.001659393310546875, - 0.02032470703125, - -0.036285400390625, - -0.00829315185546875, - -0.0311126708984375, - 0.0233306884765625, - -0.0302734375, - 0.0019445419311523438, - 0.0083465576171875, - -0.0231170654296875, - 0.01099395751953125, - 0.00482177734375, - -0.0277862548828125, - -0.00443267822265625, - 0.003810882568359375, - 0.0214691162109375, - -0.0199127197265625, - 0.01270294189453125, - 0.0013675689697265625, - 0.048126220703125, - 0.0780029296875, - 0.01010894775390625, - 0.02447509765625, - 0.0102691650390625, - -0.016693115234375, - 0.0081939697265625, - 0.036712646484375, - -0.00710296630859375, - -0.01171875, - 0.03131103515625, - 0.006015777587890625, - 0.027587890625, - -0.0277862548828125, - -0.0296630859375, - -0.0176239013671875, - -0.03131103515625, - 0.01125335693359375, - -0.033599853515625, - -0.018768310546875, - -0.01140594482421875, - 0.0093841552734375, - 0.026336669921875, - 0.0543212890625, - 0.05059814453125, - 0.009490966796875, - 0.045196533203125, - -0.00865936279296875, - -0.0004115104675292969, - 0.019287109375, - -0.00658416748046875, - 0.027374267578125, - 0.007778167724609375, - 0.022918701171875, - -0.0157623291015625, - 0.033172607421875, - 0.00710296630859375, - -0.02716064453125, - -0.01285552978515625, - 0.036712646484375, - -0.0185546875, - -0.00632476806640625, - -0.008453369140625, - -0.02862548828125, - 0.0228118896484375, - -0.0090179443359375, - 0.01280975341796875, - -0.0084991455078125, - 0.0031490325927734375, - -0.04376220703125, - -0.0078277587890625, - 0.048736572265625, - -0.042510986328125, - 0.051422119140625, - 0.0259246826171875, - -0.027374267578125, - -0.01544952392578125, - 0.023956298828125, - 0.018768310546875, - 0.006221771240234375, - 0.004848480224609375, - -0.015350341796875, - -0.01409912109375, - -0.011871337890625, - 0.06597900390625, - 0.050201416015625, - 0.005107879638671875, - 0.0193939208984375, - -0.021881103515625, - 0.032135009765625, - -0.02374267578125, - 0.0264434814453125, - 0.01306915283203125, - -0.0196990966796875, - 0.01296234130859375, - 0.0030975341796875, - 0.00736236572265625, - 0.062225341796875, - -0.06842041015625, - 0.00339508056640625, - -0.0572509765625, - -0.0152435302734375, - -0.0738525390625, - -0.0308990478515625, - -0.045013427734375, - -0.051239013671875, - 0.03961181640625, - -0.0027217864990234375, - -0.0350341796875, - 0.0009074211120605469, - -0.00814056396484375, - -0.01409912109375, - 0.046661376953125, - -0.0298614501953125, - -0.0196990966796875, - -0.01140594482421875, - 0.0999755859375, - -0.0020084381103515625, - -0.0188751220703125, - -0.0225982666015625, - 0.0199127197265625, - -0.00030303001403808594, - 0.01068115234375, - -0.01409912109375, - 0.00933074951171875, - 0.042938232421875, - 0.00038242340087890625, - 0.03338623046875, - -0.02374267578125, - -0.007724761962890625, - 0.00736236572265625, - 0.04791259765625, - -0.02862548828125, - 0.0096435546875, - 0.01348114013671875, - -0.019073486328125, - 0.0004634857177734375, - -0.052886962890625, - 0.00572967529296875, - 0.0248870849609375, - 0.01192474365234375, - 0.0191802978515625, - 0.01275634765625, - -0.053924560546875, - 0.007465362548828125, - 0.01959228515625, - 0.005367279052734375, - 0.0119781494140625, - 0.04791259765625, - -0.03753662109375, - 0.006145477294921875, - 0.00567626953125, - 0.01207733154296875, - -0.050811767578125, - -0.03070068359375, - -0.01337432861328125, - 0.012237548828125, - -0.0400390625, - -0.026031494140625, - 0.02581787109375, - -0.01203155517578125, - 0.03857421875, - -0.006351470947265625, - -0.0225982666015625, - -0.0323486328125, - -0.03753662109375, - 0.015869140625, - -0.043975830078125, - -0.04437255859375, - -0.042510986328125, - 0.05682373046875, - 0.004486083984375, - 0.0290374755859375, - 0.00788116455078125, - 0.0262298583984375, - -0.050811767578125, - 0.048126220703125, - -0.0107879638671875, - 0.016998291015625, - 0.00487518310546875, - 0.048309326171875, - 0.033599853515625, - 0.03753662109375, - 0.03692626953125, - 0.052276611328125, - 0.01441192626953125, - 0.0018405914306640625, - 0.0016202926635742188, - 0.0186614990234375, - 0.0037078857421875, - 0.050384521484375, - -0.004329681396484375, - -0.02862548828125, - -0.0259246826171875, - -0.04107666015625, - 0.0113525390625, - 0.031951904296875, - 0.01285552978515625, - 0.0136871337890625, - -0.018463134765625, - -0.0081939697265625, - 0.044158935546875, - 0.018035888671875, - 0.08172607421875, - -0.00891876220703125, - -0.04583740234375, - 0.01207733154296875, - 0.023956298828125, - -0.041259765625, - 0.016387939453125, - 0.036712646484375, - 0.01285552978515625, - 0.01337432861328125, - 0.0256195068359375, - -0.0204315185546875, - 0.03173828125, - -0.0196990966796875, - -0.02001953125, - -0.0350341796875, - -0.00684356689453125, - -0.01441192626953125, - 0.04437255859375, - 0.01068115234375, - 0.01239013671875, - 0.049346923828125, - -0.03692626953125, - -0.032989501953125, - -0.0400390625, - -0.07550048828125, - -0.01207733154296875, - 0.0105743408203125, - 0.01062774658203125, - 0.067626953125, - -0.050201416015625, - -0.0543212890625, - 0.0137939453125, - -0.042938232421875, - 0.07421875, - 0.0433349609375, - 0.012908935546875, - 0.047088623046875, - -0.01207733154296875, - -0.0000311732292175293, - 0.02923583984375, - 0.007049560546875, - 0.00824737548828125, - 0.070068359375, - 0.01409912109375, - 0.013275146484375, - -0.0308990478515625, - -0.010833740234375, - 0.042724609375, - -0.0061187744140625, - -0.0126495361328125, - 0.03546142578125, - 0.01047515869140625, - 0.0255126953125, - -0.045623779296875, - 0.04791259765625, - 0.0243682861328125, - -0.02447509765625, - 0.006298065185546875, - 0.0016717910766601562, - 0.01441192626953125, - -0.049346923828125, - 0.00650787353515625, - 0.02032470703125, - 0.0236358642578125, - 0.03607177734375, - 0.016387939453125, - -0.03070068359375, - -0.01171875, - 0.049163818359375, - -0.0572509765625, - 0.005367279052734375, - 0.030487060546875, - -0.007518768310546875, - 0.0160675048828125, - -0.049163818359375, - -0.04852294921875, - 0.00907135009765625, - -0.033599853515625, - -0.047088623046875, - 0.023223876953125, - 0.016387939453125, - -0.055572509765625, - -0.037109375, - -0.032562255859375, - -0.00658416748046875, - -0.01192474365234375, - -0.0308990478515625, - 0.02923583984375, - -0.00521087646484375, - 0.01171875, - 0.0256195068359375, - 0.00984954833984375, - -0.011199951171875, - -0.0379638671875, - 0.050811767578125, - -0.006221771240234375, - -0.021881103515625, - 0.018035888671875, - 0.0238494873046875, - 0.0021514892578125, - -0.0233306884765625, - -0.0152435302734375, - -0.0005865097045898438, - 0.0028133392333984375, - 0.0206298828125, - 0.008758544921875, - -0.0447998046875, - -0.0090179443359375, - -0.0447998046875, - 0.037750244140625, - 0.007518768310546875, - 0.041259765625, - 0.007205963134765625, - -0.0634765625, - 0.0081939697265625, - -0.046051025390625, - -0.004638671875, - 0.01824951171875, - 0.0092315673828125, - -0.010833740234375, - 0.055572509765625, - -0.007778167724609375, - 0.0095367431640625, - 0.006999969482421875, - 0.0267486572265625, - 0.0207366943359375, - -0.0048980712890625, - -0.046875, - 0.051849365234375, - 0.0207366943359375, - -0.0614013671875, - 0.001827239990234375, - -0.03070068359375, - -0.01270294189453125, - 0.0262298583984375, - -0.03399658203125, - 0.0038890838623046875, - -0.0217742919921875, - -0.05206298828125, - -0.00487518310546875, - -0.049346923828125, - -0.011871337890625, - -0.03692626953125, - 0.0181427001953125, - 0.01114654541015625, - 0.01151275634765625, - 0.029449462890625, - 0.01255035400390625, - -0.01348114013671875, - 0.0257110595703125, - -0.01239013671875, - -0.0204315185546875, - 0.00250244140625, - -0.0572509765625, - -0.01177215576171875, - 0.00409698486328125, - 0.059326171875, - -0.02862548828125, - -0.005573272705078125, - -0.003810882568359375, - -0.00469207763671875, - 0.03338623046875, - -0.03753662109375, - -0.01129913330078125, - -0.0185546875, - -0.017425537109375, - -0.033599853515625, - -0.030487060546875, - 0.02923583984375, - 0.0288238525390625, - -0.0261383056640625, - -0.01285552978515625, - 0.039398193359375, - -0.04107666015625, - 0.01409912109375, - 0.0311126708984375, - -0.02716064453125, - 0.00296783447265625, - -0.0131683349609375, - 0.01959228515625, - -0.01898193359375, - 0.020111083984375, - -0.0288238525390625, - -0.0350341796875, - -0.080078125, - 0.0296630859375, - -0.01285552978515625, - -0.01824951171875, - -0.031524658203125, - -0.049163818359375, - -0.05059814453125, - -0.0207366943359375, - 0.035247802734375, - -0.007465362548828125, - -0.015350341796875, - -0.03900146484375, - -0.0186614990234375, - -0.032562255859375, - -0.0338134765625, - 0.052886962890625, - -0.01259613037109375, - 0.0113525390625, - 0.0105743408203125, - -0.04376220703125, - 0.04998779296875, - 0.0256195068359375, - 0.02105712890625, - 0.0279998779296875, - 0.014312744140625, - -0.00865936279296875, - 0.01337432861328125, - -0.0040435791015625, - -0.0188751220703125, - 0.00917816162109375, - -0.00417327880859375, - 0.023223876953125, - -0.02166748046875, - -0.00461578369140625, - 0.014312744140625, - 0.03399658203125, - 0.0217742919921875, - 0.00450897216796875, - -0.00881195068359375, - 0.042510986328125, - -0.0029430389404296875, - 0.0421142578125, - -0.0251922607421875, - -0.0308990478515625, - -0.006999969482421875, - 0.01229095458984375, - 0.0281982421875, - 0.0379638671875, - 0.0067901611328125, - -0.015655517578125, - 0.00860595703125, - 0.055572509765625, - -0.0277862548828125, - -0.03607177734375, - -0.042510986328125, - -0.0228118896484375, - 0.0165863037109375, - 0.05474853515625, - -0.022918701171875, - 0.0655517578125, - 0.01233673095703125, - -0.01151275634765625, - 0.048736572265625, - 0.0667724609375, - 0.034423828125, - -0.0090179443359375, - -0.04583740234375, - -0.00279998779296875, - 0.0076751708984375, - -0.0323486328125, - -0.03900146484375, - -0.016998291015625, - 0.07342529296875, - -0.06719970703125, - -0.009124755859375, - -0.0259246826171875, - 0.00824737548828125, - -0.0040435791015625, - -0.003993988037109375, - -0.036285400390625, - 0.02862548828125, - -0.01088714599609375, - -0.03607177734375, - 0.00855255126953125, - -0.0206298828125, - 0.01824951171875, - 0.041473388671875, - 0.04541015625, - -0.032135009765625, - 0.01229095458984375, - 0.0350341796875, - 0.060546875, - 0.019073486328125, - 0.061798095703125, - 0.02032470703125, - 0.031524658203125, - 0.04022216796875, - 0.033599853515625, - -0.01296234130859375, - -0.0300750732421875, - 0.0288238525390625, - 0.0379638671875, - 0.037322998046875, - 0.0489501953125, - 0.00855255126953125, - -0.033599853515625, - -0.0228118896484375, - -0.0391845703125, - 0.005832672119140625, - 0.0012187957763671875, - -0.0217742919921875, - -0.055572509765625, - -0.059326171875, - 0.02923583984375, - -0.05517578125, - 0.046875, - 0.03131103515625, - -0.00502777099609375, - -0.0213623046875, - 0.0199127197265625, - 0.006557464599609375, - -0.055999755859375, - 0.010009765625, - -0.01959228515625, - -0.03900146484375, - -0.0391845703125, - -0.02655029296875, - 0.03607177734375, - -0.01270294189453125, - -0.07672119140625, - -0.0246734619140625, - 0.033172607421875, - -0.026031494140625, - 0.0032138824462890625, - -0.0220794677734375, - 0.021881103515625, - -0.0160675048828125, - -0.0181427001953125, - -0.049774169921875, - -0.00762176513671875, - 0.0083465576171875, - -0.0204315185546875, - -0.01483154296875, - -0.001659393310546875, - -0.00528717041015625, - 0.0109405517578125, - -0.01483154296875, - -0.034210205078125, - 0.04998779296875, - -0.030487060546875, - 0.037109375, - 0.00995635986328125, - 0.02447509765625, - 0.046234130859375, - 0.0572509765625, - 0.003681182861328125, - 0.0032405853271484375, - -0.0032405853271484375, - -0.0584716796875, - 0.01088714599609375, - -0.0002884864807128906, - -0.0009527206420898438, - -0.08831787109375, - 0.005107879638671875, - 0.037750244140625, - -0.084228515625, - 0.007465362548828125, - 0.01036834716796875, - -0.010009765625, - -0.053497314453125, - -0.0030975341796875, - 0.01068115234375, - -0.0179443359375, - 0.0833740234375, - 0.0107879638671875, - -0.0167999267578125, - 0.022705078125, - -0.05267333984375, - 0.0584716796875, - 0.00689697265625, - 0.050201416015625, - -0.045196533203125, - 0.024261474609375, - 0.00798797607421875, - -0.0281982421875, - -0.00572967529296875, - -0.07879638671875, - 0.0031757354736328125, - 0.02001953125, - 0.0296630859375, - -0.0100555419921875, - -0.0100555419921875, - -0.055572509765625, - 0.0029430389404296875, - -0.019073486328125, - 0.0008230209350585938, - 0.0243682861328125, - 0.0013608932495117188, - -0.0391845703125, - -0.0061187744140625, - -0.0181427001953125, - -0.052886962890625, - -0.042938232421875, - -0.0262298583984375, - 0.04791259765625, - 0.025299072265625, - -0.06304931640625, - 0.0199127197265625, - 0.0073089599609375, - -0.00128936767578125, - 0.0247802734375, - 0.0400390625, - -0.0721435546875, - 0.0081939697265625, - -0.007259368896484375, - 0.01483154296875, - 0.006740570068359375, - 0.00710296630859375, - 0.0024623870849609375, - 0.0147247314453125, - 0.01239013671875, - -0.0234375, - 0.049163818359375, - 0.049560546875, - 0.0012445449829101562, - -0.061798095703125, - -0.0107879638671875, - -0.00969696044921875, - 0.0391845703125, - 0.00244903564453125, - 0.051422119140625, - 0.0096435546875, - -0.0350341796875, - -0.09454345703125, - 0.0489501953125, - -0.025299072265625, - 0.035888671875, - 0.006534576416015625, - -0.030487060546875, - -0.06390380859375, - -0.04852294921875, - -0.034637451171875, - 0.0290374755859375, - -0.029449462890625, - 0.04437255859375, - 0.01259613037109375, - -0.007568359375, - 0.02032470703125, - -0.0186614990234375, - -0.0026187896728515625, - 0.04168701171875, - 0.010833740234375, - -0.041900634765625, - 0.060546875, - -0.016693115234375, - 0.03546142578125, - -0.03173828125, - 0.008758544921875, - -0.02001953125, - -0.006610870361328125, - -0.0213623046875, - -0.00383758544921875, - 0.032562255859375, - 0.03753662109375, - -0.0209503173828125, - -0.005519866943359375, - -0.0288238525390625, - 0.034637451171875, - 0.01337432861328125, - 0.0033702850341796875, - 0.015655517578125, - 0.00228118896484375, - -0.006351470947265625, - -0.0323486328125, - -0.060150146484375, - -0.0916748046875, - 0.0008683204650878906, - -0.049346923828125, - 0.0037078857421875, - 0.00598907470703125, - 0.027374267578125, - 0.0212554931640625, - -0.0193939208984375, - 0.0290374755859375, - -0.009796142578125, - -0.0196990966796875, - -0.034637451171875, - 0.00461578369140625, - -0.01483154296875, - 0.04376220703125, - 0.0165863037109375, - -0.0199127197265625, - 0.0241546630859375, - -0.00443267822265625, - -0.01239013671875, - -0.0006384849548339844, - 0.007415771484375, - -0.0338134765625, - 0.0212554931640625, - -0.08172607421875, - -0.00502777099609375, - 0.0251007080078125, - 0.055999755859375, - -0.0023193359375, - -0.01270294189453125, - 0.047271728515625, - -0.02032470703125, - -0.0584716796875, - 0.0236358642578125, - -0.0234375, - -0.0474853515625, - 0.026336669921875, - -0.0256195068359375, - 0.020843505859375, - 0.017730712890625, - 0.042510986328125, - 0.040863037109375, - 0.023956298828125, - 0.03692626953125, - -0.052459716796875, - -0.0071563720703125, - -0.014312744140625, - 0.0279998779296875, - 0.0084991455078125, - 0.02923583984375, - -0.00025916099548339844, - 0.02923583984375, - -0.0269622802734375, - -0.08172607421875, - -0.01348114013671875, - -0.040863037109375, - -0.05059814453125, - 0.0102691650390625, - 0.07257080078125, - 0.046661376953125, - -0.019073486328125, - 0.01177215576171875, - 0.0308990478515625, - 0.0308990478515625, - -0.002410888671875, - -0.00417327880859375, - -0.06427001953125, - -0.0028133392333984375, - 0.0379638671875, - -0.013275146484375, - -0.062225341796875, - 0.0421142578125, - 0.0584716796875, - -0.01088714599609375, - -0.0206298828125, - 0.026336669921875, - 0.005313873291015625, - 0.051849365234375, - 0.0172119140625, - 0.032989501953125, - -0.07879638671875, - 0.032989501953125, - 0.020538330078125, - -0.00839996337890625, - -0.004589080810546875, - -0.01348114013671875, - -0.02001953125, - 0.04107666015625, - -0.064697265625, - -0.00012636184692382812, - 0.03692626953125, - 0.07672119140625, - 0.00554656982421875, - -0.03173828125, - -0.02862548828125, - 0.0255126953125, - 0.01617431640625, - -0.0204315185546875, - -0.00003445148468017578, - 0.023223876953125, - -0.00045680999755859375, - 0.0338134765625, - 0.05267333984375, - -0.012237548828125, - 0.01959228515625, - 0.004486083984375, - -0.055572509765625, - 0.0206298828125, - -0.006221771240234375, - 0.0269622802734375, - 0.002643585205078125, - -0.0323486328125, - -0.02001953125, - -0.053924560546875, - 0.0281982421875, - 0.014617919921875, - 0.04644775390625, - 0.0050811767578125, - -0.01451873779296875, - 0.01451873779296875, - -0.00829315185546875, - 0.030487060546875, - 0.0447998046875, - 0.01493072509765625, - 0.01337432861328125, - 0.03857421875, - 0.0090179443359375, - -0.0028896331787109375, - -0.010162353515625, - 0.0214691162109375, - -0.037750244140625, - 0.003421783447265625, - -0.032562255859375, - -0.0004439353942871094, - 0.0032405853271484375, - -0.0220794677734375, - -0.023956298828125, - -0.038360595703125, - 0.0024623870849609375, - -0.019073486328125, - -0.02923583984375, - -0.01088714599609375, - 0.044158935546875, - -0.0338134765625, - 0.001827239990234375, - 0.02655029296875, - 0.01177215576171875, - 0.0447998046875, - -0.0400390625, - 0.06634521484375, - 0.01959228515625, - 0.0238494873046875, - -0.0037078857421875, - -0.0119781494140625, - 0.03814697265625, - -0.015869140625, - 0.00417327880859375, - 0.047271728515625, - -0.037322998046875, - 0.06304931640625, - 0.0298614501953125, - 0.0172119140625, - -0.05517578125, - 0.013580322265625, - 0.019500732421875, - -0.03961181640625, - 0.04998779296875, - 0.0095367431640625, - 0.006378173828125, - -0.0269622802734375, - 0.0024623870849609375, - -0.0269622802734375, - -0.050384521484375, - 0.06842041015625, - 0.022918701171875, - 0.0037326812744140625, - 0.0084991455078125, - -0.053924560546875, - 0.055572509765625, - 0.0183563232421875, - 0.053497314453125, - -0.03961181640625, - 0.05517578125, - -0.0191802978515625, - -0.00017333030700683594, - -0.0251007080078125, - 0.009124755859375, - 0.007724761962890625, - 0.0279998779296875, - 0.0018014907836914062, - 0.06719970703125, - 0.0162811279296875, - -0.005519866943359375, - -0.061798095703125, - -0.00450897216796875, - 0.0193939208984375, - 0.002384185791015625, - 0.01690673828125, - -0.0447998046875, - -0.0228118896484375, - 0.005184173583984375, - 0.0290374755859375, - 0.06719970703125, - -0.0188751220703125, - 0.0400390625, - 0.0008101463317871094, - 0.0015096664428710938, - -0.0181427001953125, - -0.01068115234375 - ], - "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" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Neo4j", - "type": "tool", - "name": "Neo4j", - "content": "neo4j die graph-datenbank transformiert komplexe beziehungsgeflechte in verständliche visualisierungen. cypher-query-language ermöglicht intuitive abfragen: \"match (person)-[:transferred_to]->(account) return *\". perfekt für fraud-rings, social-networks, geldwäsche-netzwerke und kommunikations-analysen. graph-algorithmen finden kürzeste pfade, communities und influencer. der visual-graph-explorer macht verborgene verbindungen sichtbar. import aus csv, json und relationalen datenbanken. die apoc-bibliothek bietet 450+ prozeduren für erweiterte analysen. bloom visualisiert für nicht-technische stakeholder. integration mit elasticsearch für volltext-suche. multi-datenbank für case-isolation. die community-edition (kostenlos) limitiert auf 1 user und 4 cpu-cores. skaliert auf große mengen von nodes und relationships. unverzichtbar für moderne financial-crime-investigations. 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.01033782958984375, - 0.0066070556640625, - 0.045135498046875, - 0.01416015625, - 0.0225677490234375, - 0.04681396484375, - 0.0262451171875, - -0.00939178466796875, - -0.0218963623046875, - -0.0120391845703125, - -0.043243408203125, - 0.05474853515625, - 0.01548004150390625, - 0.00434112548828125, - -0.0562744140625, - 0.03662109375, - 0.0070343017578125, - 0.0521240234375, - 0.02435302734375, - -0.0032329559326171875, - 0.0021839141845703125, - -0.01123809814453125, - -0.033599853515625, - 0.00934600830078125, - 0.0110015869140625, - 0.0179443359375, - -0.016998291015625, - -0.057769775390625, - -0.0155792236328125, - -0.018310546875, - 0.00977325439453125, - -0.037567138671875, - -0.0224761962890625, - 0.0196380615234375, - -0.00325775146484375, - -0.01378631591796875, - 0.01378631591796875, - -0.0638427734375, - -0.01708984375, - 0.02435302734375, - -0.0031871795654296875, - -0.00958251953125, - -0.002902984619140625, - -0.01898193359375, - -0.0238800048828125, - -0.03985595703125, - -0.01529693603515625, - -0.021331787109375, - 0.00304412841796875, - -0.011566162109375, - 0.023223876953125, - 0.055877685546875, - 0.006137847900390625, - 0.0019121170043945312, - -0.0196380615234375, - 0.020111083984375, - -0.0080718994140625, - -0.0135040283203125, - -0.053619384765625, - 0.03851318359375, - -0.0277557373046875, - -0.006938934326171875, - -0.0125579833984375, - 0.0030918121337890625, - 0.0227508544921875, - 0.0309600830078125, - -0.0238800048828125, - -0.0258636474609375, - 0.0006814002990722656, - 0.00778961181640625, - 0.0197296142578125, - 0.00066375732421875, - 0.01293182373046875, - 0.029083251953125, - -0.027374267578125, - -0.0309600830078125, - -0.00145721435546875, - 0.035308837890625, - -0.0220947265625, - 0.013214111328125, - -0.03851318359375, - -0.00826263427734375, - 0.029449462890625, - -0.027374267578125, - -0.00991058349609375, - -0.024169921875, - 0.0309600830078125, - 0.0017824172973632812, - 0.00455474853515625, - 0.02435302734375, - 0.0057830810546875, - 0.006938934326171875, - 0.016143798828125, - -0.021331787109375, - 0.049102783203125, - 0.061920166015625, - -0.03265380859375, - 0.01137542724609375, - 0.0303955078125, - 0.027008056640625, - 0.01227569580078125, - -0.02642822265625, - 0.07666015625, - -0.0247344970703125, - 0.047393798828125, - -0.035125732421875, - 0.035491943359375, - -0.011566162109375, - -0.00873565673828125, - -0.0303955078125, - -0.1004638671875, - -0.019256591796875, - -0.004367828369140625, - -0.05023193359375, - -0.018310546875, - 0.004909515380859375, - -0.0178375244140625, - 0.03662109375, - -0.06610107421875, - -0.05438232421875, - 0.0185089111328125, - 0.01123809814453125, - -0.0086822509765625, - -0.000377655029296875, - -0.04058837890625, - -0.047576904296875, - 0.0117034912109375, - 0.02606201171875, - -0.03021240234375, - -0.0179443359375, - -0.00450897216796875, - -0.02813720703125, - 0.005451202392578125, - -0.032867431640625, - 0.016326904296875, - -0.0203857421875, - 0.04400634765625, - -0.0008792877197265625, - -0.0047454833984375, - 0.010101318359375, - 0.0146331787109375, - -0.031158447265625, - -0.05401611328125, - 0.01396942138671875, - -0.0421142578125, - -0.0048370361328125, - -0.008544921875, - 0.05816650390625, - -0.019073486328125, - -0.0042266845703125, - 0.0008616447448730469, - 0.02313232421875, - 0.0521240234375, - 0.0022182464599609375, - 0.01435089111328125, - -0.0187835693359375, - -0.03228759765625, - 0.00330352783203125, - 0.0404052734375, - -0.0256805419921875, - 0.01227569580078125, - 0.03607177734375, - 0.0262451171875, - 0.04229736328125, - -0.006420135498046875, - -0.04229736328125, - -0.06268310546875, - 0.0120391845703125, - 0.006183624267578125, - -0.00507354736328125, - 0.0055694580078125, - 0.0023021697998046875, - 0.043426513671875, - 0.06304931640625, - -0.01340484619140625, - 0.02105712890625, - 0.00476837158203125, - -0.0236968994140625, - 0.033599853515625, - 0.027191162109375, - 0.0305938720703125, - 0.00897216796875, - 0.032470703125, - 0.006893157958984375, - 0.01519775390625, - -0.0228424072265625, - -0.037384033203125, - 0.00024187564849853516, - -0.005191802978515625, - 0.0177459716796875, - -0.0298309326171875, - -0.02642822265625, - -0.0167083740234375, - 0.035675048828125, - 0.040985107421875, - 0.05059814453125, - 0.0017824172973632812, - -0.0386962890625, - 0.01690673828125, - 0.019927978515625, - 0.00830841064453125, - 0.005664825439453125, - -0.01274871826171875, - 0.0458984375, - 0.018310546875, - 0.01194000244140625, - -0.03472900390625, - 0.05059814453125, - 0.0032329559326171875, - -0.0005517005920410156, - 0.006938934326171875, - 0.04400634765625, - -0.0214385986328125, - -0.0400390625, - -0.035125732421875, - -0.0321044921875, - 0.0005044937133789062, - -0.01274871826171875, - -0.005947113037109375, - -0.034942626953125, - 0.0014810562133789062, - -0.05023193359375, - -0.04229736328125, - 0.0225677490234375, - -0.037017822265625, - 0.0279388427734375, - 0.0254974365234375, - -0.027374267578125, - 0.0218963623046875, - 0.0175628662109375, - 0.017181396484375, - 0.0176544189453125, - -0.019927978515625, - -0.0075531005859375, - -0.00826263427734375, - -0.00873565673828125, - 0.049102783203125, - 0.037384033203125, - 0.0238800048828125, - -0.0011796951293945312, - -0.03021240234375, - 0.0176544189453125, - -0.02020263671875, - 0.00972747802734375, - 0.020294189453125, - -0.00920867919921875, - 0.0007109642028808594, - 0.00882720947265625, - 0.04608154296875, - 0.06005859375, - -0.0309600830078125, - 0.0338134765625, - -0.06005859375, - 0.0001327991485595703, - -0.0770263671875, - -0.049835205078125, - -0.029266357421875, - -0.0288848876953125, - 0.050994873046875, - -0.0379638671875, - 0.007129669189453125, - -0.00351715087890625, - 0.00943756103515625, - 0.0521240234375, - 0.03814697265625, - -0.0150146484375, - -0.0404052734375, - -0.02313232421875, - 0.0687255859375, - -0.00821685791015625, - -0.0075531005859375, - -0.01033782958984375, - 0.039642333984375, - 0.00684356689453125, - 0.00977325439453125, - -0.001079559326171875, - 0.049835205078125, - 0.036834716796875, - 0.04022216796875, - 0.01416015625, - -0.0205841064453125, - 0.023406982421875, - -0.007080078125, - 0.043243408203125, - -0.055145263671875, - -0.0187835693359375, - 0.00873565673828125, - 0.0166168212890625, - 0.004436492919921875, - -0.0849609375, - 0.0034465789794921875, - 0.037750244140625, - 0.0362548828125, - 0.00026416778564453125, - -0.00580596923828125, - -0.050994873046875, - 0.02435302734375, - 0.0106658935546875, - 0.01142120361328125, - 0.0386962890625, - 0.041717529296875, - -0.053619384765625, - 0.029266357421875, - 0.0156707763671875, - 0.01690673828125, - -0.05474853515625, - -0.01519775390625, - -0.027374267578125, - -0.0120391845703125, - -0.038909912109375, - -0.032470703125, - 0.03985595703125, - -0.0208587646484375, - 0.00457763671875, - -0.01312255859375, - -0.0125579833984375, - -0.01538848876953125, - -0.047576904296875, - -0.00977325439453125, - -0.04229736328125, - -0.0604248046875, - -0.024169921875, - 0.053253173828125, - 0.005191802978515625, - 0.0096282958984375, - 0.01284027099609375, - 0.00887298583984375, - -0.01340484619140625, - 0.001068115234375, - -0.0104827880859375, - 0.037384033203125, - 0.01189422607421875, - 0.04815673828125, - 0.03436279296875, - 0.0196380615234375, - 0.034942626953125, - 0.06573486328125, - 0.031707763671875, - -0.04193115234375, - 0.01227569580078125, - 0.022186279296875, - -0.00792694091796875, - 0.0321044921875, - -0.018035888671875, - -0.0101470947265625, - -0.038330078125, - -0.0521240234375, - 0.035125732421875, - 0.01038360595703125, - 0.0305938720703125, - 0.03643798828125, - -0.0185089111328125, - -0.006656646728515625, - 0.06005859375, - -0.027008056640625, - 0.1080322265625, - -0.0235137939453125, - -0.06231689453125, - 0.01090240478515625, - 0.0462646484375, - -0.0362548828125, - -0.016998291015625, - 0.0386962890625, - -0.03851318359375, - -0.01312255859375, - 0.0262451171875, - -0.0220947265625, - 0.037017822265625, - -0.02001953125, - -0.004177093505859375, - 0.0268096923828125, - -0.0224761962890625, - 0.01038360595703125, - 0.0258636474609375, - 0.037750244140625, - 0.00250244140625, - 0.0256805419921875, - -0.029449462890625, - -0.005382537841796875, - -0.044952392578125, - -0.07476806640625, - 0.033599853515625, - 0.01416015625, - -0.0033283233642578125, - 0.033050537109375, - -0.04473876953125, - -0.061920166015625, - 0.01416015625, - -0.0224761962890625, - 0.06494140625, - 0.0421142578125, - 0.0079803466796875, - 0.0146331787109375, - -0.0235137939453125, - 0.0165252685546875, - 0.04608154296875, - 0.0245513916015625, - 0.0528564453125, - 0.047576904296875, - 0.019073486328125, - 0.02813720703125, - -0.0236053466796875, - 0.032470703125, - 0.003658294677734375, - 0.025299072265625, - -0.00934600830078125, - 0.034942626953125, - 0.039276123046875, - 0.0214385986328125, - -0.04437255859375, - 0.0528564453125, - 0.0275726318359375, - -0.039642333984375, - -0.001434326171875, - -0.0285186767578125, - -0.0032806396484375, - -0.06988525390625, - -0.0007433891296386719, - -0.0033283233642578125, - 0.0177459716796875, - 0.029449462890625, - 0.01387786865234375, - -0.039276123046875, - -0.006561279296875, - 0.053619384765625, - -0.043792724609375, - 0.0266265869140625, - 0.0205841064453125, - -0.041534423828125, - 0.0057830810546875, - -0.0216217041015625, - -0.0379638671875, - 0.045684814453125, - -0.04193115234375, - -0.01396942138671875, - 0.02813720703125, - 0.024078369140625, - -0.037200927734375, - -0.0194549560546875, - -0.037750244140625, - 0.0198211669921875, - -0.0135955810546875, - -0.016326904296875, - 0.0218963623046875, - -0.005405426025390625, - 0.0030918121337890625, - 0.0096282958984375, - 0.01538848876953125, - -0.020965576171875, - -0.04473876953125, - 0.049835205078125, - -0.0024662017822265625, - -0.02642822265625, - 0.0006875991821289062, - 0.01175689697265625, - 0.031524658203125, - -0.03192138671875, - -0.0258636474609375, - 0.005359649658203125, - 0.0022068023681640625, - -0.007080078125, - 0.00434112548828125, - -0.041168212890625, - -0.00727081298828125, - -0.0277557373046875, - 0.057037353515625, - 0.0266265869140625, - 0.0156707763671875, - 0.0135040283203125, - -0.0687255859375, - 0.01690673828125, - -0.052490234375, - -0.00476837158203125, - -0.01708984375, - 0.0034923553466796875, - -0.0303955078125, - 0.0638427734375, - 0.01708984375, - -0.00934600830078125, - -0.0162353515625, - 0.050994873046875, - 0.01033782958984375, - 0.0066070556640625, - -0.051361083984375, - 0.032867431640625, - 0.0081634521484375, - -0.055877685546875, - 0.0157623291015625, - -0.01387786865234375, - 0.007648468017578125, - 0.0638427734375, - -0.041168212890625, - -0.0258636474609375, - 0.00041294097900390625, - -0.0732421875, - -0.0195465087890625, - -0.01340484619140625, - -0.0196380615234375, - -0.0279388427734375, - 0.0091094970703125, - 0.02813720703125, - -0.01194000244140625, - 0.01538848876953125, - 0.0283203125, - -0.0245513916015625, - 0.0288848876953125, - 0.013031005859375, - -0.0167083740234375, - 0.0218963623046875, - -0.043060302734375, - -0.03192138671875, - -0.01245880126953125, - 0.0283203125, - -0.01042938232421875, - 0.004413604736328125, - -0.015106201171875, - -0.0195465087890625, - 0.03472900390625, - -0.01898193359375, - -0.0012388229370117188, - -0.0025615692138671875, - -0.0125579833984375, - -0.01132965087890625, - -0.04815673828125, - -0.0023593902587890625, - 0.0187835693359375, - 0.01180267333984375, - 0.01444244384765625, - 0.039642333984375, - -0.0604248046875, - 0.013031005859375, - 0.022186279296875, - -0.027374267578125, - -0.017364501953125, - -0.0115203857421875, - -0.007598876953125, - -0.017364501953125, - 0.059661865234375, - -0.041351318359375, - -0.0479736328125, - -0.09820556640625, - 0.0066070556640625, - 0.022186279296875, - -0.0238800048828125, - -0.0167083740234375, - -0.04437255859375, - -0.055145263671875, - -0.00554656982421875, - 0.035491943359375, - 0.031707763671875, - 0.0268096923828125, - -0.049468994140625, - -0.0150146484375, - -0.0262451171875, - -0.043792724609375, - 0.025299072265625, - -0.005878448486328125, - 0.03607177734375, - -0.009063720703125, - -0.01482391357421875, - 0.021240234375, - 0.03436279296875, - 0.007411956787109375, - 0.036834716796875, - 0.003917694091796875, - -0.043060302734375, - 0.02435302734375, - -0.01293182373046875, - -0.035675048828125, - -0.0167999267578125, - -0.0135040283203125, - 0.041717529296875, - -0.044952392578125, - -0.013031005859375, - 0.014068603515625, - 0.010101318359375, - 0.0487060546875, - 0.006561279296875, - -0.0220947265625, - 0.009063720703125, - -0.00839996337890625, - 0.04681396484375, - -0.0341796875, - -0.067626953125, - -0.02227783203125, - -0.006893157958984375, - 0.03436279296875, - 0.049835205078125, - -0.007457733154296875, - -0.0029735565185546875, - 0.0009675025939941406, - 0.0487060546875, - -0.022369384765625, - -0.043426513671875, - -0.0303955078125, - 0.00576019287109375, - 0.02435302734375, - 0.057769775390625, - -0.007221221923828125, - 0.07177734375, - 0.00455474853515625, - -0.0080718994140625, - 0.02020263671875, - 0.0479736328125, - 0.03265380859375, - -0.00627899169921875, - -0.04248046875, - -0.008544921875, - 0.016143798828125, - -0.06646728515625, - -0.049468994140625, - -0.0060882568359375, - 0.037384033203125, - -0.0838623046875, - -0.020965576171875, - -0.0205841064453125, - 0.0037288665771484375, - 0.018218994140625, - -0.0194549560546875, - -0.01435089111328125, - 0.02642822265625, - 0.01081085205078125, - -0.027191162109375, - -0.00035858154296875, - -0.00627899169921875, - 0.02435302734375, - 0.04644775390625, - 0.00958251953125, - -0.007740020751953125, - 0.0400390625, - 0.00958251953125, - 0.01293182373046875, - 0.0167999267578125, - 0.038909912109375, - 0.0177459716796875, - 0.016326904296875, - 0.0279388427734375, - 0.09442138671875, - -0.025299072265625, - -0.0184173583984375, - -0.0036106109619140625, - 0.0262451171875, - 0.037200927734375, - 0.035125732421875, - -0.0184173583984375, - 0.0037288665771484375, - 0.0003349781036376953, - -0.037017822265625, - -0.0158538818359375, - 0.007221221923828125, - 0.00112152099609375, - -0.0305938720703125, - -0.0421142578125, - 0.00873565673828125, - -0.055145263671875, - 0.03021240234375, - -0.00897216796875, - -0.0175628662109375, - 0.0008912086486816406, - 0.021240234375, - -0.007457733154296875, - -0.05401611328125, - 0.040985107421875, - -0.0105743408203125, - -0.01387786865234375, - -0.03472900390625, - -0.0226593017578125, - 0.0305938720703125, - -0.0010499954223632812, - -0.069091796875, - 0.0019588470458984375, - 0.032867431640625, - -0.008026123046875, - -0.050994873046875, - 0.0176544189453125, - 0.01482391357421875, - -0.0166168212890625, - -0.0345458984375, - -0.03985595703125, - -0.017181396484375, - -0.004413604736328125, - -0.0249176025390625, - 0.035675048828125, - -0.0026912689208984375, - -0.04193115234375, - 0.0018644332885742188, - -0.0059967041015625, - 0.0027370452880859375, - 0.036834716796875, - -0.035888671875, - 0.022186279296875, - 0.038909912109375, - 0.027374267578125, - -0.0037994384765625, - 0.055877685546875, - 0.0009617805480957031, - -0.01227569580078125, - -0.01184844970703125, - -0.0287017822265625, - 0.0303955078125, - -0.0214385986328125, - 0.003376007080078125, - -0.06494140625, - -0.01024627685546875, - 0.0288848876953125, - -0.07891845703125, - 0.0262451171875, - 0.027374267578125, - -0.01137542724609375, - -0.05889892578125, - 0.00778961181640625, - -0.0081634521484375, - 0.007411956787109375, - 0.09326171875, - -0.015960693359375, - 0.016998291015625, - -0.009490966796875, - -0.03851318359375, - 0.043243408203125, - 0.00429534912109375, - 0.016998291015625, - -0.03192138671875, - 0.02105712890625, - 0.009490966796875, - -0.0032329559326171875, - -0.00377655029296875, - -0.07061767578125, - -0.009490966796875, - 0.04644775390625, - -0.0009794235229492188, - -0.00958251953125, - 0.011566162109375, - -0.046630859375, - -0.01236724853515625, - -0.03192138671875, - 0.043243408203125, - 0.003021240234375, - 0.0116119384765625, - -0.051361083984375, - -0.0167083740234375, - 0.00200653076171875, - -0.0604248046875, - -0.044189453125, - -0.0081634521484375, - 0.01378631591796875, - 0.01071929931640625, - -0.03228759765625, - 0.0258636474609375, - 0.007221221923828125, - 0.022003173828125, - 0.006702423095703125, - 0.055511474609375, - -0.03814697265625, - -0.01425933837890625, - -0.0013399124145507812, - 0.027008056640625, - -0.00330352783203125, - 0.020111083984375, - 0.005428314208984375, - 0.0217132568359375, - 0.01038360595703125, - -0.02642822265625, - 0.0379638671875, - 0.043243408203125, - -0.006137847900390625, - -0.0604248046875, - 0.01340484619140625, - -0.022186279296875, - 0.05023193359375, - -0.0050506591796875, - 0.041351318359375, - 0.0066070556640625, - -0.0050048828125, - -0.07928466796875, - 0.039642333984375, - -0.00830841064453125, - 0.035675048828125, - 0.0379638671875, - -0.02398681640625, - -0.057403564453125, - -0.047760009765625, - -0.0266265869140625, - 0.02227783203125, - -0.0341796875, - 0.0458984375, - 0.0283203125, - -0.0080718994140625, - 0.0204925537109375, - 0.0136871337890625, - -0.014068603515625, - 0.0191650390625, - 0.006183624267578125, - -0.0309600830078125, - 0.05023193359375, - -0.017364501953125, - 0.0277557373046875, - 0.01274871826171875, - -0.007175445556640625, - -0.01690673828125, - -0.0214385986328125, - -0.027374267578125, - -0.00835418701171875, - 0.02105712890625, - 0.03399658203125, - 0.00030684471130371094, - -0.003681182861328125, - -0.00507354736328125, - 0.02642822265625, - 0.0166168212890625, - -0.0187835693359375, - 0.0126495361328125, - -0.00675201416015625, - -0.008636474609375, - -0.0262451171875, - -0.044189453125, - -0.07818603515625, - -0.023040771484375, - -0.049835205078125, - -0.0125579833984375, - -0.0009908676147460938, - 0.0007376670837402344, - 0.02642822265625, - -0.057403564453125, - 0.0279388427734375, - 0.00047206878662109375, - -0.02606201171875, - -0.0287017822265625, - -0.00450897216796875, - 0.0111846923828125, - 0.05059814453125, - 0.00891876220703125, - -0.02313232421875, - 0.046630859375, - -0.0052642822265625, - -0.00920867919921875, - 0.005474090576171875, - -0.0106658935546875, - -0.044952392578125, - 0.022186279296875, - -0.07366943359375, - -0.01194000244140625, - 0.0105743408203125, - 0.029449462890625, - 0.005405426025390625, - -0.022369384765625, - 0.04022216796875, - -0.0217132568359375, - -0.075927734375, - 0.018218994140625, - 0.006374359130859375, - -0.032470703125, - 0.0227508544921875, - -0.0288848876953125, - -0.0038700103759765625, - 0.0014104843139648438, - 0.035125732421875, - 0.05059814453125, - 0.049102783203125, - 0.0285186767578125, - 0.00972747802734375, - -0.0020885467529296875, - -0.0262451171875, - 0.0254974365234375, - 0.01165771484375, - 0.0296478271484375, - 0.0101470947265625, - 0.025299072265625, - -0.0145416259765625, - -0.09027099609375, - -0.023223876953125, - -0.0268096923828125, - -0.0721435546875, - 0.0035400390625, - 0.08197021484375, - 0.0404052734375, - -0.01898193359375, - 0.020294189453125, - 0.0136871337890625, - 0.0096282958984375, - 0.029083251953125, - 0.0012216567993164062, - -0.06494140625, - -0.021148681640625, - 0.005828857421875, - 0.0245513916015625, - -0.07135009765625, - 0.064208984375, - 0.0604248046875, - -0.01128387451171875, - -0.04058837890625, - 0.0009975433349609375, - -0.0007405281066894531, - 0.0362548828125, - 0.0341796875, - 0.00783538818359375, - -0.05889892578125, - 0.0026798248291015625, - 0.01812744140625, - -0.007175445556640625, - 0.003398895263671875, - -0.034942626953125, - -0.01132965087890625, - 0.05889892578125, - -0.02294921875, - -0.0105743408203125, - 0.0106201171875, - 0.064208984375, - 0.0279388427734375, - -0.037384033203125, - -0.00533294677734375, - 0.047027587890625, - 0.01519775390625, - -0.0035877227783203125, - 0.009490966796875, - 0.00873565673828125, - -0.0120849609375, - 0.033233642578125, - 0.055877685546875, - 0.0116119384765625, - 0.047210693359375, - 0.01605224609375, - -0.0362548828125, - 0.016326904296875, - 0.01416015625, - 0.0009908676147460938, - -0.0165252685546875, - -0.0296478271484375, - -0.03472900390625, - -0.038909912109375, - 0.037384033203125, - 0.02435302734375, - 0.04815673828125, - 0.0237884521484375, - -0.01435089111328125, - -0.00011432170867919922, - -0.00507354736328125, - 0.037567138671875, - 0.0386962890625, - 0.011138916015625, - -0.0167083740234375, - 0.021240234375, - -0.006229400634765625, - -0.00675201416015625, - -0.0019474029541015625, - 0.029266357421875, - -0.007648468017578125, - 0.0179443359375, - -0.06573486328125, - 0.0120849609375, - 0.00524139404296875, - -0.0233154296875, - -0.0298309326171875, - -0.0177459716796875, - 0.0236968994140625, - -0.031158447265625, - -0.0042724609375, - -0.0110931396484375, - 0.0225677490234375, - -0.05023193359375, - 0.0266265869140625, - 0.035491943359375, - -0.01538848876953125, - 0.0247344970703125, - -0.05889892578125, - 0.07061767578125, - 0.025299072265625, - 0.0185089111328125, - -0.0162353515625, - 0.01123809814453125, - 0.059661865234375, - -0.01387786865234375, - 0.005146026611328125, - 0.020965576171875, - 0.001628875732421875, - 0.039642333984375, - 0.03643798828125, - 0.0099639892578125, - -0.041351318359375, - 0.047393798828125, - 0.0279388427734375, - -0.04681396484375, - 0.01708984375, - 0.0100555419921875, - 0.016326904296875, - 0.0116119384765625, - -0.0038700103759765625, - -0.00424957275390625, - -0.0721435546875, - 0.029449462890625, - 0.0379638671875, - -0.02227783203125, - 0.02606201171875, - -0.059661865234375, - 0.06005859375, - 0.0120391845703125, - 0.0307769775390625, - -0.043792724609375, - 0.03436279296875, - -0.01227569580078125, - -0.00020945072174072266, - -0.0217132568359375, - -0.0279388427734375, - 0.0238800048828125, - 0.02398681640625, - -0.0208587646484375, - 0.049835205078125, - 0.0521240234375, - 0.01184844970703125, - -0.0400390625, - -0.0047454833984375, - 0.0085906982421875, - 0.035491943359375, - 0.07818603515625, - -0.04437255859375, - -0.0287017822265625, - 0.014068603515625, - 0.029083251953125, - 0.05889892578125, - -0.023223876953125, - 0.01331329345703125, - -0.0004572868347167969, - 0.00351715087890625, - -0.0019235610961914062, - -0.00897216796875 - ], - "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_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_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.00003075599670410156, - 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_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. command-line mobile-app-data artifact-parser timeline html-export sqlite-viewer protobuf-parser whatsapp-analysis google-artifacts battery-stats well-being-data cross-platform incident-response static-investigations mobile-forensics fraud-investigation examination analysis", - "embedding": [ - -0.01549530029296875, - 0.059478759765625, - 0.0288543701171875, - -0.0022487640380859375, - 0.0256500244140625, - 0.026885986328125, - 0.00872802734375, - -0.002960205078125, - -0.0012798309326171875, - -0.0035400390625, - -0.034027099609375, - 0.061614990234375, - 0.0020809173583984375, - -0.01496124267578125, - -0.061248779296875, - 0.039886474609375, - -0.015045166015625, - 0.01219940185546875, - -0.004673004150390625, - -0.0027599334716796875, - -0.02581787109375, - -0.0189666748046875, - -0.047027587890625, - 0.01175689697265625, - -0.01006317138671875, - 0.037750244140625, - -0.0372314453125, - -0.056976318359375, - -0.0233306884765625, - 0.0165557861328125, - 0.01486968994140625, - -0.007434844970703125, - -0.00734710693359375, - 0.032958984375, - -0.0092620849609375, - -0.01317596435546875, - 0.026885986328125, - -0.031707763671875, - -0.019775390625, - 0.04559326171875, - -0.0008401870727539062, - 0.042205810546875, - 0.0015134811401367188, - 0.022979736328125, - -0.053070068359375, - -0.03436279296875, - -0.025115966796875, - -0.0174560546875, - 0.027252197265625, - -0.0124664306640625, - 0.01824951171875, - 0.03045654296875, - 0.0200347900390625, - -0.0059661865234375, - -0.037567138671875, - 0.0252838134765625, - 0.01531219482421875, - -0.0254669189453125, - -0.04559326171875, - 0.042205810546875, - -0.051300048828125, - -0.0134429931640625, - 0.016204833984375, - -0.0164794921875, - -0.0034275054931640625, - 0.0156707763671875, - -0.0211029052734375, - -0.024932861328125, - -0.00376129150390625, - -0.0036945343017578125, - 0.0027713775634765625, - -0.011932373046875, - -0.0260009765625, - 0.0601806640625, - -0.00569915771484375, - -0.05413818359375, - -0.0125579833984375, - 0.012908935546875, - -0.008148193359375, - -0.01157379150390625, - -0.06695556640625, - -0.00006020069122314453, - 0.050933837890625, - -0.0174560546875, - -0.0252838134765625, - 0.0308074951171875, - 0.051300048828125, - 0.010772705078125, - -0.0188751220703125, - 0.0178985595703125, - 0.0302734375, - -0.014068603515625, - 0.0033397674560546875, - -0.008636474609375, - 0.0308074951171875, - 0.050567626953125, - -0.00885772705078125, - 0.0027599334716796875, - -0.0384521484375, - 0.036163330078125, - 0.0159454345703125, - -0.01010894775390625, - 0.068359375, - -0.0123748779296875, - 0.01861572265625, - -0.0341796875, - 0.0103759765625, - -0.002704620361328125, - -0.0016803741455078125, - -0.015228271484375, - -0.11968994140625, - -0.031524658203125, - 0.0034275054931640625, - -0.069091796875, - -0.0091705322265625, - -0.009796142578125, - -0.007568359375, - 0.056640625, - -0.040252685546875, - -0.05023193359375, - 0.0279541015625, - 0.00827789306640625, - -0.0114898681640625, - -0.002559661865234375, - -0.043975830078125, - -0.053436279296875, - 0.02056884765625, - 0.019500732421875, - -0.042572021484375, - -0.01202392578125, - 0.00009948015213012695, - -0.005344390869140625, - 0.0085906982421875, - -0.03936767578125, - -0.01389312744140625, - -0.0276031494140625, - 0.0341796875, - 0.0263519287109375, - -0.00031447410583496094, - 0.0145111083984375, - 0.01824951171875, - -0.035247802734375, - -0.0726318359375, - -0.0017805099487304688, - -0.055908203125, - -0.02056884765625, - -0.017364501953125, - 0.057708740234375, - -0.04345703125, - 0.00569915771484375, - -0.0170135498046875, - 0.0200347900390625, - 0.050933837890625, - -0.00792694091796875, - 0.024932861328125, - -0.04595947265625, - 0.01335906982421875, - -0.00015020370483398438, - 0.035614013671875, - -0.038818359375, - -0.0194091796875, - 0.0092620849609375, - -0.0043182373046875, - 0.0223541259765625, - -0.00934600830078125, - -0.0252838134765625, - -0.022613525390625, - 0.0260009765625, - 0.00948333740234375, - -0.01166534423828125, - 0.01371002197265625, - -0.047027587890625, - 0.03277587890625, - 0.059844970703125, - -0.0145111083984375, - 0.0284881591796875, - -0.003139495849609375, - -0.017181396484375, - 0.040252685546875, - 0.0176239013671875, - 0.01300048828125, - -0.0029392242431640625, - 0.0345458984375, - 0.014068603515625, - 0.03955078125, - -0.010955810546875, - -0.025115966796875, - 0.0080108642578125, - -0.0252838134765625, - 0.035980224609375, - -0.01326751708984375, - -0.03631591796875, - -0.00574493408203125, - 0.050933837890625, - 0.00832366943359375, - 0.0477294921875, - 0.059112548828125, - -0.021728515625, - 0.03277587890625, - -0.0256500244140625, - 0.0265350341796875, - 0.0309906005859375, - 0.016204833984375, - 0.04986572265625, - 0.00494384765625, - 0.005031585693359375, - -0.020751953125, - 0.0274200439453125, - 0.000110626220703125, - 0.00943756103515625, - 0.002025604248046875, - 0.042388916015625, - 0.0009737014770507812, - -0.01219940185546875, - -0.017181396484375, - -0.056976318359375, - 0.0179901123046875, - -0.040252685546875, - -0.0202178955078125, - 0.0212860107421875, - 0.0224456787109375, - -0.04095458984375, - 0.0016918182373046875, - 0.0210113525390625, - 0.02154541015625, - 0.04168701171875, - 0.023681640625, - -0.0156707763671875, - -0.03936767578125, - 0.009307861328125, - 0.01229095458984375, - 0.038116455078125, - -0.01424407958984375, - 0.006366729736328125, - -0.0159454345703125, - -0.037384033203125, - 0.0869140625, - 0.04541015625, - 0.02056884765625, - 0.02581787109375, - -0.031707763671875, - 0.03009033203125, - -0.0114898681640625, - 0.05023193359375, - 0.033843994140625, - -0.024932861328125, - -0.00734710693359375, - 0.01015472412109375, - 0.034027099609375, - 0.061614990234375, - -0.046661376953125, - -0.009124755859375, - -0.050567626953125, - 0.0157623291015625, - -0.0640869140625, - -0.054840087890625, - -0.03668212890625, - -0.03900146484375, - 0.06378173828125, - -0.04541015625, - -0.00948333740234375, - -0.018157958984375, - -0.006366729736328125, - -0.0056304931640625, - 0.039703369140625, - 0.0157623291015625, - -0.027252197265625, - -0.003963470458984375, - 0.059844970703125, - 0.00201416015625, - -0.0009293556213378906, - -0.022705078125, - 0.022705078125, - -0.0221710205078125, - 0.0309906005859375, - -0.0194091796875, - -0.00885772705078125, - 0.0438232421875, - 0.0064544677734375, - 0.008636474609375, - -0.0019140243530273438, - 0.01175689697265625, - -0.022979736328125, - -0.006900787353515625, - -0.0286712646484375, - 0.00281524658203125, - 0.00003844499588012695, - 0.0157623291015625, - -0.0109100341796875, - -0.03436279296875, - -0.0081939697265625, - 0.0302734375, - -0.0032501220703125, - -0.0159454345703125, - -0.0033168792724609375, - -0.03863525390625, - 0.0135345458984375, - 0.0145111083984375, - -0.01282501220703125, - 0.0523681640625, - 0.04290771484375, - -0.00627899169921875, - -0.0027828216552734375, - 0.0256500244140625, - 0.0345458984375, - -0.033660888671875, - -0.0384521484375, - -0.01549530029296875, - 0.029205322265625, - -0.048095703125, - -0.0254669189453125, - 0.0114898681640625, - -0.03436279296875, - 0.016387939453125, - 0.003894805908203125, - -0.021820068359375, - -0.04986572265625, - -0.05023193359375, - 0.004138946533203125, - -0.024932861328125, - -0.013092041015625, - -0.0164794921875, - 0.048797607421875, - 0.0015468597412109375, - -0.0003046989440917969, - -0.0260009765625, - -0.00681304931640625, - -0.04095458984375, - 0.00943756103515625, - -0.0201263427734375, - -0.00623321533203125, - -0.0156707763671875, - 0.039703369140625, - 0.038299560546875, - 0.025115966796875, - 0.016204833984375, - 0.056640625, - 0.00429534912109375, - 0.006500244140625, - 0.0104217529296875, - 0.00536346435546875, - 0.0059661865234375, - 0.01549530029296875, - -0.03009033203125, - -0.01326751708984375, - -0.00725555419921875, - -0.0212860107421875, - 0.019500732421875, - 0.016204833984375, - 0.0477294921875, - 0.0295562744140625, - -0.0209197998046875, - -0.016387939453125, - 0.0787353515625, - 0.0146942138671875, - 0.09759521484375, - -0.0166473388671875, - -0.04541015625, - 0.006855010986328125, - 0.0263519287109375, - -0.0170135498046875, - -0.0188751220703125, - 0.031341552734375, - 0.004364013671875, - 0.0309906005859375, - 0.01380157470703125, - 0.0010852813720703125, - 0.0245819091796875, - -0.01433563232421875, - 0.002605438232421875, - 0.0156707763671875, - -0.020660400390625, - -0.0025482177734375, - 0.00952911376953125, - 0.00948333740234375, - -0.0013971328735351562, - 0.016387939453125, - -0.03277587890625, - 0.0010967254638671875, - -0.0302734375, - -0.0687255859375, - 0.005519866943359375, - 0.027069091796875, - 0.037384033203125, - 0.07086181640625, - -0.01068878173828125, - -0.051300048828125, - 0.0176239013671875, - -0.03936767578125, - 0.07159423828125, - 0.053070068359375, - 0.007213592529296875, - 0.0220794677734375, - -0.039886474609375, - -0.0000852346420288086, - -0.00102996826171875, - 0.0295562744140625, - 0.01424407958984375, - 0.051300048828125, - 0.029388427734375, - 0.006053924560546875, - -0.03277587890625, - 0.00832366943359375, - 0.0523681640625, - 0.017547607421875, - -0.02386474609375, - 0.0231475830078125, - 0.022796630859375, - 0.024749755859375, - -0.0265350341796875, - 0.051300048828125, - 0.006053924560546875, - 0.0231475830078125, - 0.005832672119140625, - -0.0146026611328125, - -0.0002281665802001953, - -0.0450439453125, - 0.0211029052734375, - -0.01416015625, - 0.005229949951171875, - 0.029205322265625, - 0.021636962890625, - -0.0733642578125, - 0.005229949951171875, - 0.03472900390625, - -0.0655517578125, - 0.0085906982421875, - 0.040771484375, - -0.0477294921875, - 0.0076141357421875, - -0.03668212890625, - -0.034027099609375, - 0.03277587890625, - -0.0092620849609375, - -0.0438232421875, - 0.037384033203125, - 0.0306243896484375, - -0.0372314453125, - -0.032958984375, - -0.03668212890625, - 0.00487518310546875, - 0.0004730224609375, - -0.032958984375, - 0.03668212890625, - -0.00676727294921875, - -0.01010894775390625, - 0.035980224609375, - 0.0302734375, - -0.01099395751953125, - -0.044525146484375, - 0.03204345703125, - -0.0219879150390625, - -0.04345703125, - 0.051300048828125, - 0.020477294921875, - 0.034027099609375, - -0.050567626953125, - -0.01433563232421875, - 0.0203857421875, - -0.01282501220703125, - 0.01513671875, - 0.051300048828125, - -0.02056884765625, - -0.05377197265625, - -0.038116455078125, - 0.05377197265625, - -0.004608154296875, - 0.0221710205078125, - -0.0277862548828125, - -0.01629638671875, - 0.042755126953125, - -0.052001953125, - -0.0235137939453125, - -0.01959228515625, - 0.007213592529296875, - -0.024749755859375, - 0.06378173828125, - -0.01433563232421875, - -0.0118408203125, - 0.0003924369812011719, - 0.0640869140625, - 0.0098419189453125, - 0.001880645751953125, - -0.051300048828125, - 0.048797607421875, - 0.0146942138671875, - -0.035247802734375, - -0.0450439453125, - 0.007747650146484375, - -0.0345458984375, - 0.042205810546875, - -0.03009033203125, - -0.005542755126953125, - 0.0045623779296875, - -0.0477294921875, - -0.038116455078125, - -0.0265350341796875, - -0.007701873779296875, - -0.0260009765625, - 0.0178985595703125, - 0.042755126953125, - 0.00904083251953125, - 0.006679534912109375, - 0.0276031494140625, - 0.01549530029296875, - 0.027252197265625, - 0.007213592529296875, - -0.038818359375, - 0.020843505859375, - -0.048095703125, - -0.029205322265625, - 0.0059661865234375, - 0.035797119140625, - -0.03668212890625, - 0.0187835693359375, - -0.04595947265625, - -0.0032939910888671875, - 0.03704833984375, - -0.00011616945266723633, - -0.008544921875, - -0.0155792236328125, - -0.0221710205078125, - -0.050567626953125, - -0.0284881591796875, - -0.01477813720703125, - 0.0134429931640625, - 0.002460479736328125, - -0.002681732177734375, - 0.0243988037109375, - -0.04345703125, - 0.004474639892578125, - 0.0209197998046875, - 0.0012187957763671875, - 0.01010894775390625, - 0.0009236335754394531, - -0.01264190673828125, - 0.00618743896484375, - 0.010284423828125, - -0.042388916015625, - -0.0384521484375, - -0.06591796875, - 0.0187835693359375, - -0.0012636184692382812, - 0.0023937225341796875, - -0.0029392242431640625, - -0.03509521484375, - -0.040618896484375, - 0.0087738037109375, - 0.0601806640625, - 0.01486968994140625, - 0.0033397674560546875, - -0.0306243896484375, - -0.017364501953125, - 0.0164794921875, - -0.050933837890625, - 0.037750244140625, - -0.0080108642578125, - 0.0252838134765625, - 0.02618408203125, - -0.0256500244140625, - 0.005588531494140625, - 0.0166473388671875, - 0.0265350341796875, - 0.0233306884765625, - 0.0098419189453125, - -0.03704833984375, - 0.0233306884765625, - -0.031158447265625, - -0.023681640625, - 0.001018524169921875, - -0.03509521484375, - 0.01513671875, - -0.037933349609375, - -0.00823974609375, - 0.0046539306640625, - 0.0102386474609375, - 0.031890869140625, - -0.057342529296875, - -0.01629638671875, - 0.03045654296875, - -0.005832672119140625, - 0.06268310546875, - -0.024932861328125, - -0.048797607421875, - -0.03668212890625, - -0.0034942626953125, - 0.042572021484375, - 0.0210113525390625, - 0.0202178955078125, - -0.04986572265625, - 0.0146942138671875, - 0.03936767578125, - 0.0114898681640625, - -0.0609130859375, - -0.005786895751953125, - 0.012908935546875, - 0.0156707763671875, - 0.053436279296875, - 0.0113525390625, - 0.0830078125, - 0.0263519287109375, - 0.037567138671875, - -0.00380706787109375, - 0.05450439453125, - 0.01922607421875, - -0.0203857421875, - -0.057342529296875, - -0.0203094482421875, - -0.01264190673828125, - -0.03240966796875, - -0.04736328125, - 0.00681304931640625, - 0.053070068359375, - -0.06378173828125, - -0.01273345947265625, - 0.0098419189453125, - 0.023681640625, - 0.01496124267578125, - 0.0274200439453125, - -0.042755126953125, - 0.0191497802734375, - 0.029022216796875, - -0.04132080078125, - -0.0016031265258789062, - -0.015045166015625, - 0.0156707763671875, - 0.0562744140625, - 0.024932861328125, - -0.009307861328125, - 0.02056884765625, - -0.0023040771484375, - 0.03009033203125, - 0.03509521484375, - 0.040618896484375, - 0.002471923828125, - -0.00792694091796875, - 0.0477294921875, - 0.033660888671875, - -0.0260009765625, - -0.0186920166015625, - 0.0065460205078125, - 0.044525146484375, - 0.02191162109375, - 0.04327392578125, - -0.0025272369384765625, - 0.018341064453125, - -0.016021728515625, - -0.04595947265625, - 0.01099395751953125, - 0.00788116455078125, - -0.0145111083984375, - -0.05413818359375, - -0.054840087890625, - 0.024749755859375, - -0.047027587890625, - 0.0231475830078125, - -0.005588531494140625, - -0.03472900390625, - -0.01416015625, - 0.0274200439453125, - -0.03045654296875, - -0.06622314453125, - -0.005786895751953125, - -0.0299224853515625, - -0.033660888671875, - 0.004474639892578125, - -0.0372314453125, - 0.0274200439453125, - -0.0042724609375, - -0.029205322265625, - -0.0391845703125, - 0.032958984375, - -0.02813720703125, - -0.0430908203125, - -0.017547607421875, - -0.007480621337890625, - 0.0005650520324707031, - -0.033477783203125, - -0.04559326171875, - -0.0240478515625, - 0.0030498504638671875, - -0.0210113525390625, - -0.0014801025390625, - -0.0201263427734375, - -0.0286712646484375, - -0.0036067962646484375, - -0.004852294921875, - -0.01264190673828125, - 0.032958984375, - -0.039703369140625, - 0.02154541015625, - 0.00899505615234375, - 0.0113983154296875, - 0.04132080078125, - 0.04736328125, - 0.001201629638671875, - 0.01229095458984375, - -0.0302734375, - -0.05413818359375, - -0.01380157470703125, - 0.0186920166015625, - 0.0180816650390625, - -0.061248779296875, - -0.00064849853515625, - 0.06378173828125, - -0.090087890625, - 0.017364501953125, - 0.0087738037109375, - -0.01477813720703125, - -0.0411376953125, - -0.0009627342224121094, - -0.0220794677734375, - 0.01496124267578125, - 0.07623291015625, - -0.0014133453369140625, - 0.00031447410583496094, - 0.020477294921875, - -0.04168701171875, - 0.05450439453125, - -0.00162506103515625, - 0.0231475830078125, - -0.04986572265625, - 0.01300048828125, - 0.036163330078125, - -0.031890869140625, - -0.00921630859375, - -0.078369140625, - 0.0134429931640625, - 0.04345703125, - 0.0098876953125, - -0.0018033981323242188, - -0.00102996826171875, - -0.033843994140625, - -0.022705078125, - -0.0174560546875, - 0.021453857421875, - -0.001068115234375, - -0.00904083251953125, - -0.042022705078125, - -0.0029392242431640625, - -0.0164794921875, - -0.048797607421875, - -0.0209197998046875, - -0.04150390625, - 0.051300048828125, - 0.0200347900390625, - -0.054840087890625, - 0.01433563232421875, - 0.017181396484375, - -0.0165557861328125, - -0.0008516311645507812, - 0.059478759765625, - -0.048431396484375, - -0.0118408203125, - 0.00846099853515625, - 0.0224456787109375, - 0.004695892333984375, - 0.0107269287109375, - -0.01229095458984375, - 0.01210784912109375, - 0.01122283935546875, - -0.046295166015625, - 0.019500732421875, - 0.03936767578125, - -0.0114898681640625, - -0.07623291015625, - -0.038299560546875, - -0.008148193359375, - 0.036865234375, - -0.0213775634765625, - 0.0299224853515625, - 0.00872802734375, - -0.00109100341796875, - -0.10186767578125, - 0.04168701171875, - -0.0008459091186523438, - 0.017364501953125, - 0.021820068359375, - -0.00992584228515625, - -0.07049560546875, - -0.036865234375, - -0.0166473388671875, - 0.03009033203125, - -0.0145111083984375, - 0.0260009765625, - -0.012908935546875, - 0.0235137939453125, - 0.01397705078125, - 0.00429534912109375, - -0.00850677490234375, - 0.056640625, - 0.022979736328125, - -0.04345703125, - 0.049163818359375, - -0.0200347900390625, - -0.0031833648681640625, - -0.0102386474609375, - 0.0006704330444335938, - -0.0020599365234375, - -0.01059722900390625, - -0.0240478515625, - 0.0187835693359375, - 0.056640625, - 0.06231689453125, - -0.04345703125, - 0.00730133056640625, - -0.022613525390625, - 0.003116607666015625, - -0.00783538818359375, - -0.003116607666015625, - 0.006412506103515625, - 0.022796630859375, - -0.0252838134765625, - -0.00841522216796875, - -0.0523681640625, - -0.0701904296875, - -0.0008349418640136719, - -0.039703369140625, - 0.00797271728515625, - 0.0019931793212890625, - 0.0188751220703125, - 0.018157958984375, - -0.0309906005859375, - 0.07049560546875, - 0.002727508544921875, - -0.01416015625, - 0.00003272294998168945, - 0.0231475830078125, - -0.01477813720703125, - 0.0233306884765625, - 0.02154541015625, - -0.05450439453125, - 0.00778961181640625, - -0.040435791015625, - 0.0198516845703125, - -0.0284881591796875, - 0.004405975341796875, - -0.004787445068359375, - 0.003940582275390625, - -0.076904296875, - -0.05450439453125, - 0.0245819091796875, - 0.0477294921875, - 0.0030498504638671875, - -0.0167388916015625, - 0.01922607421875, - -0.031524658203125, - -0.07550048828125, - 0.007080078125, - -0.01531219482421875, - -0.021820068359375, - 0.0260009765625, - 0.00943756103515625, - 0.006366729736328125, - 0.021636962890625, - 0.0201263427734375, - 0.035430908203125, - 0.035430908203125, - 0.0080108642578125, - -0.035797119140625, - -0.0051422119140625, - -0.022796630859375, - 0.02813720703125, - 0.0391845703125, - 0.046661376953125, - -0.024749755859375, - 0.016204833984375, - 0.0103302001953125, - -0.068359375, - -0.040252685546875, - -0.01416015625, - -0.055206298828125, - 0.01861572265625, - 0.0516357421875, - 0.0231475830078125, - -0.016204833984375, - 0.03704833984375, - 0.05377197265625, - 0.0276031494140625, - 0.0277862548828125, - -0.01122283935546875, - -0.07122802734375, - -0.007568359375, - -0.0015134811401367188, - 0.01001739501953125, - -0.048797607421875, - 0.05450439453125, - 0.05804443359375, - -0.005786895751953125, - -0.0070343017578125, - 0.00487518310546875, - 0.037750244140625, - 0.034027099609375, - 0.036163330078125, - -0.01416015625, - -0.04949951171875, - -0.00017952919006347656, - 0.0284881591796875, - 0.0031833648681640625, - 0.00783538818359375, - -0.00997161865234375, - -0.0146942138671875, - 0.0242156982421875, - -0.042022705078125, - 0.0035610198974609375, - 0.0124664306640625, - 0.053070068359375, - 0.010284423828125, - -0.060546875, - -0.0210113525390625, - 0.055206298828125, - 0.033111572265625, - -0.026885986328125, - 0.01442718505859375, - 0.0276031494140625, - -0.0219879150390625, - 0.0279541015625, - 0.056976318359375, - 0.012908935546875, - 0.04345703125, - -0.00228118896484375, - -0.060546875, - 0.0302734375, - -0.00026702880859375, - 0.003917694091796875, - -0.0198516845703125, - -0.03955078125, - -0.01727294921875, - -0.04364013671875, - 0.057708740234375, - 0.019683837890625, - 0.0267181396484375, - 0.005321502685546875, - 0.0019254684448242188, - -0.0190582275390625, - 0.01486968994140625, - 0.03668212890625, - 0.048095703125, - 0.0034275054931640625, - -0.01629638671875, - -0.0146942138671875, - -0.006320953369140625, - 0.0200347900390625, - -0.042572021484375, - 0.0114898681640625, - -0.009307861328125, - -0.020751953125, - -0.04345703125, - 0.01371002197265625, - 0.01103973388671875, - -0.0065460205078125, - -0.01001739501953125, - -0.015045166015625, - -0.0087738037109375, - -0.01486968994140625, - -0.0265350341796875, - -0.0213775634765625, - 0.0299224853515625, - -0.00943756103515625, - 0.0325927734375, - 0.00904083251953125, - -0.006500244140625, - 0.006679534912109375, - -0.057342529296875, - 0.104736328125, - 0.02618408203125, - 0.0156707763671875, - 0.0038509368896484375, - 0.004787445068359375, - 0.034027099609375, - 0.0098876953125, - 0.01045989990234375, - 0.03277587890625, - -0.0156707763671875, - 0.031707763671875, - 0.055206298828125, - -0.0159454345703125, - -0.040435791015625, - 0.0364990234375, - 0.0006008148193359375, - -0.053436279296875, - 0.0477294921875, - 0.0081024169921875, - 0.0283203125, - 0.01540374755859375, - -0.0085906982421875, - -0.022613525390625, - -0.04559326171875, - 0.07513427734375, - 0.0242156982421875, - -0.0124664306640625, - 0.0372314453125, - -0.07513427734375, - 0.03009033203125, - -0.0027599334716796875, - 0.056640625, - -0.0267181396484375, - 0.061614990234375, - -0.0011796951293945312, - 0.0189666748046875, - -0.004741668701171875, - -0.00569915771484375, - 0.0168304443359375, - 0.0124664306640625, - -0.0213775634765625, - 0.047027587890625, - 0.024932861328125, - -0.00494384765625, - -0.07196044921875, - -0.0167388916015625, - 0.005031585693359375, - 0.00797271728515625, - 0.035430908203125, - -0.0200347900390625, - -0.01317596435546875, - 0.0306243896484375, - 0.044525146484375, - 0.0364990234375, - -0.027252197265625, - 0.035430908203125, - 0.0002574920654296875, - -0.008544921875, - -0.0113983154296875, - -0.0231475830078125 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "mobile-forensics", - "fraud-investigation" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "command-line", - "mobile-app-data", - "artifact-parser", - "timeline", - "html-export", - "sqlite-viewer", - "protobuf-parser", - "whatsapp-analysis", - "google-artifacts", - "battery-stats", - "well-being-data", - "cross-platform" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_RegRipper", - "type": "tool", - "name": "RegRipper", - "content": "regripper harlan carveys registry-analyse-framework revolutioniert windows-forensik durch plugin-basierte automatisierung. über 300 plugins extrahieren spezifische artefakte aus registry-hives: usb-historie, installierte software, user-aktivitäten, malware-spuren. die perl-basierte architektur ermöglicht einfache plugin-entwicklung für neue artefakte. besonders wertvoll: timeline-plugins für zeitbasierte analyse, regripper-reports im strukturierten format, automatische korrelation zwischen hives. profile-system gruppiert plugins nach untersuchungstyp (malware, user- activity, network). die community teilt ständig neue plugins für aktuelle bedrohungen. integration mit anderen tools über csv-export. besonders stark bei apt-investigations: services-analyse, run-keys, scheduled-tasks. die plugin-dokumentation erklärt forensische relevanz jedes artefakts. version 3.0 modernisiert für aktuelle windows-versionen. der time-saver für registry-deep-dives - was manuell stunden dauert, erledigt regripper in minuten. command-line 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.042999267578125, - 0.0157318115234375, - 0.025177001953125, - -0.01617431640625, - 0.0124969482421875, - 0.0144195556640625, - 0.0170440673828125, - 0.00225067138671875, - -0.040740966796875, - -0.00384521484375, - -0.03741455078125, - 0.067138671875, - -0.00952911376953125, - 0.00887298583984375, - -0.0594482421875, - 0.048248291015625, - -0.01044464111328125, - 0.01232147216796875, - 0.00469970703125, - -0.005046844482421875, - -0.04754638671875, - -0.005596160888671875, - -0.056304931640625, - -0.004390716552734375, - -0.0118865966796875, - 0.02325439453125, - -0.018707275390625, - -0.069580078125, - -0.0096588134765625, - -0.0015516281127929688, - -0.00720977783203125, - -0.04351806640625, - 0.0024356842041015625, - 0.033905029296875, - -0.00760650634765625, - -0.00482940673828125, - 0.006076812744140625, - -0.04998779296875, - -0.01922607421875, - 0.0594482421875, - -0.009918212890625, - 0.00659942626953125, - 0.0166015625, - -0.00417327880859375, - -0.0223846435546875, - -0.00882720947265625, - 0.0201873779296875, - -0.006557464599609375, - 0.01180267333984375, - -0.04388427734375, - 0.02587890625, - 0.04107666015625, - -0.0008578300476074219, - -0.041595458984375, - -0.045440673828125, - 0.0291900634765625, - 0.0246429443359375, - -0.0081329345703125, - -0.0190582275390625, - 0.05767822265625, - -0.0570068359375, - 0.00799560546875, - 0.007080078125, - -0.018096923828125, - 0.0051116943359375, - 0.027099609375, - 0.00007033348083496094, - -0.029022216796875, - 0.01180267333984375, - 0.0189666748046875, - 0.01153564453125, - -0.00760650634765625, - -0.0286712646484375, - 0.038818359375, - -0.01529693603515625, - -0.053497314453125, - 0.00970458984375, - 0.0206298828125, - 0.0093536376953125, - -0.0102691650390625, - -0.05035400390625, - 0.0012674331665039062, - 0.0253448486328125, - -0.02044677734375, - -0.0005545616149902344, - 0.0311126708984375, - 0.0396728515625, - -0.001781463623046875, - 0.003299713134765625, - -0.0092620849609375, - 0.01433563232421875, - 0.002590179443359375, - -0.0027980804443359375, - -0.029022216796875, - 0.0234222412109375, - 0.053497314453125, - 0.0083465576171875, - -0.00518035888671875, - -0.02569580078125, - 0.035675048828125, - 0.005420684814453125, - -0.0138092041015625, - 0.07623291015625, - -0.0209808349609375, - 0.0335693359375, - -0.0372314453125, - 0.0281524658203125, - -0.0006175041198730469, - -0.01232147216796875, - -0.002338409423828125, - -0.081787109375, - -0.00594329833984375, - -0.01529693603515625, - -0.045806884765625, - -0.0157318115234375, - 0.0234222412109375, - -0.00826263427734375, - 0.0274505615234375, - -0.049285888671875, - -0.037933349609375, - 0.037933349609375, - 0.031829833984375, - -0.0053558349609375, - 0.015472412109375, - -0.030426025390625, - -0.04791259765625, - -0.0019445419311523438, - 0.045806884765625, - -0.04791259765625, - -0.039337158203125, - -0.034271240234375, - -0.00847625732421875, - -0.0125885009765625, - -0.0241241455078125, - -0.01044464111328125, - -0.005855560302734375, - 0.0248260498046875, - 0.01529693603515625, - -0.0227203369140625, - -0.00048613548278808594, - 0.0428466796875, - -0.03338623046875, - -0.04266357421875, - -0.003955841064453125, - -0.036712646484375, - -0.003692626953125, - -0.0262298583984375, - 0.0618896484375, - -0.02587890625, - 0.0147705078125, - -0.0236053466796875, - 0.049285888671875, - 0.07659912109375, - -0.00782012939453125, - 0.01468658447265625, - -0.06610107421875, - -0.0151214599609375, - -0.017913818359375, - 0.02587890625, - -0.0147705078125, - 0.00469970703125, - 0.01084136962890625, - 0.00782012939453125, - 0.0176544189453125, - 0.011016845703125, - -0.042999267578125, - -0.0169525146484375, - 0.019317626953125, - -0.003932952880859375, - 0.0077362060546875, - 0.028839111328125, - 0.0145111083984375, - 0.0538330078125, - 0.0716552734375, - -0.031982421875, - 0.039154052734375, - 0.006992340087890625, - 0.0025787353515625, - 0.045806884765625, - 0.04510498046875, - -0.01276397705078125, - -0.0246429443359375, - 0.0236053466796875, - -0.00799560546875, - -0.004589080810546875, - 0.0035839080810546875, - -0.04266357421875, - -0.00952911376953125, - -0.01416015625, - 0.02569580078125, - -0.027618408203125, - -0.050689697265625, - -0.018096923828125, - 0.026580810546875, - 0.0291900634765625, - 0.06329345703125, - 0.033203125, - -0.006862640380859375, - 0.05523681640625, - -0.038818359375, - -0.01617431640625, - 0.0281524658203125, - -0.0210723876953125, - 0.052459716796875, - 0.020538330078125, - -0.0024356842041015625, - 0.00943756103515625, - 0.03497314453125, - 0.01049041748046875, - -0.038299560546875, - -0.006206512451171875, - 0.0751953125, - 0.00042057037353515625, - -0.0311126708984375, - -0.03253173828125, - -0.032684326171875, - 0.004764556884765625, - 0.0008087158203125, - -0.012847900390625, - -0.0064239501953125, - -0.023773193359375, - -0.06329345703125, - 0.01468658447265625, - 0.0262298583984375, - -0.0184478759765625, - 0.01215362548828125, - 0.03460693359375, - -0.03338623046875, - -0.002590179443359375, - 0.0019121170043945312, - 0.04351806640625, - 0.04107666015625, - 0.0215911865234375, - -0.00978851318359375, - 0.00356292724609375, - -0.007343292236328125, - 0.038970947265625, - 0.0191497802734375, - 0.01074981689453125, - 0.01110076904296875, - -0.02325439453125, - 0.029541015625, - -0.018524169921875, - 0.0465087890625, - 0.028839111328125, - -0.0181884765625, - -0.0196685791015625, - -0.01153564453125, - 0.00948333740234375, - 0.030426025390625, - -0.06365966796875, - -0.0023822784423828125, - -0.0797119140625, - -0.023773193359375, - -0.0570068359375, - -0.03338623046875, - -0.02325439453125, - -0.0283203125, - 0.031280517578125, - -0.0165252685546875, - -0.031463623046875, - 0.01302337646484375, - 0.038970947265625, - -0.00799560546875, - 0.027099609375, - 0.004390716552734375, - -0.0223846435546875, - 0.00022268295288085938, - 0.069580078125, - -0.0291900634765625, - -0.0064697265625, - -0.0166015625, - -0.00421905517578125, - -0.04229736328125, - -0.0045013427734375, - -0.015472412109375, - -0.0139007568359375, - 0.03375244140625, - 0.031463623046875, - 0.00821685791015625, - -0.0311126708984375, - -0.00624847412109375, - 0.004787445068359375, - 0.021942138671875, - -0.0279693603515625, - -0.005680084228515625, - 0.007080078125, - 0.00786590576171875, - -0.0241241455078125, - -0.059783935546875, - -0.00452423095703125, - 0.042999267578125, - -0.014251708984375, - 0.005725860595703125, - 0.026397705078125, - -0.023773193359375, - -0.0010433197021484375, - -0.016082763671875, - -0.001010894775390625, - 0.01555633544921875, - 0.048248291015625, - -0.031463623046875, - -0.00791168212890625, - -0.0246429443359375, - 0.0197601318359375, - -0.0323486328125, - -0.07098388671875, - -0.0255279541015625, - -0.0194854736328125, - -0.04022216796875, - -0.0109710693359375, - -0.0036716461181640625, - -0.011016845703125, - 0.01468658447265625, - -0.011627197265625, - -0.002349853515625, - -0.019927978515625, - -0.038116455078125, - 0.003387451171875, - -0.025177001953125, - -0.045440673828125, - -0.0281524658203125, - 0.06292724609375, - -0.00217437744140625, - 0.0124969482421875, - -0.0236053466796875, - -0.009613037109375, - -0.029022216796875, - 0.026580810546875, - -0.0283203125, - 0.0281524658203125, - -0.015380859375, - 0.0274505615234375, - 0.04144287109375, - 0.035491943359375, - 0.02569580078125, - 0.0699462890625, - 0.0132904052734375, - -0.052459716796875, - -0.007297515869140625, - 0.009307861328125, - 0.00791168212890625, - 0.00518035888671875, - -0.019927978515625, - -0.0253448486328125, - -0.0138092041015625, - -0.00371551513671875, - 0.0163421630859375, - 0.03094482421875, - 0.03985595703125, - 0.017486572265625, - -0.03338623046875, - -0.0077362060546875, - 0.038970947265625, - -0.01092529296875, - 0.103515625, - -0.01039886474609375, - -0.0335693359375, - 0.017486572265625, - 0.04791259765625, - -0.016876220703125, - -0.03094482421875, - 0.03076171875, - -0.02142333984375, - 0.0064697265625, - 0.0305938720703125, - 0.00786590576171875, - 0.0165252685546875, - -0.0214996337890625, - -0.00275421142578125, - 0.0191497802734375, - -0.03497314453125, - 0.0064239501953125, - 0.06536865234375, - 0.021148681640625, - 0.0159149169921875, - 0.03704833984375, - -0.0323486328125, - -0.0230712890625, - -0.03582763671875, - -0.0594482421875, - -0.0152130126953125, - 0.052093505859375, - 0.011627197265625, - 0.07061767578125, - -0.0360107421875, - -0.0675048828125, - 0.046142578125, - -0.0517578125, - 0.08673095703125, - 0.043365478515625, - 0.0209808349609375, - 0.0043487548828125, - -0.01171112060546875, - -0.006862640380859375, - 0.0163421630859375, - -0.001453399658203125, - -0.012939453125, - 0.0408935546875, - 0.034088134765625, - -0.0030803680419921875, - -0.0227203369140625, - 0.02142333984375, - 0.039520263671875, - 0.04791259765625, - -0.0034961700439453125, - 0.0274505615234375, - 0.01800537109375, - 0.042999267578125, - 0.0058135986328125, - 0.043701171875, - 0.04351806640625, - 0.01416015625, - 0.0195770263671875, - -0.01433563232421875, - 0.00830078125, - -0.036376953125, - 0.0159149169921875, - -0.0035400390625, - 0.00978851318359375, - 0.01433563232421875, - 0.0281524658203125, - -0.05316162109375, - -0.0197601318359375, - 0.029541015625, - -0.05035400390625, - 0.009002685546875, - 0.034088134765625, - -0.0005846023559570312, - -0.0005788803100585938, - -0.028839111328125, - -0.0675048828125, - 0.0384521484375, - -0.02972412109375, - -0.03582763671875, - 0.0170440673828125, - 0.00659942626953125, - -0.034088134765625, - -0.005550384521484375, - -0.035675048828125, - -0.02691650390625, - -0.01459503173828125, - -0.0183563232421875, - 0.024993896484375, - -0.0058135986328125, - -0.00371551513671875, - 0.05316162109375, - 0.049652099609375, - -0.01084136962890625, - -0.0283203125, - 0.04510498046875, - 0.0035190582275390625, - -0.05767822265625, - 0.024993896484375, - 0.027099609375, - 0.01206207275390625, - -0.0215911865234375, - -0.017303466796875, - 0.0234222412109375, - 0.00738525390625, - 0.0132904052734375, - 0.026580810546875, - -0.045806884765625, - -0.0384521484375, - -0.04229736328125, - 0.05767822265625, - 0.00305938720703125, - 0.0253448486328125, - -0.007472991943359375, - -0.04351806640625, - 0.0281524658203125, - -0.06854248046875, - -0.02001953125, - 0.005245208740234375, - -0.0014200210571289062, - -0.0005707740783691406, - 0.0347900390625, - -0.0132904052734375, - -0.036376953125, - 0.0018796920776367188, - 0.060150146484375, - -0.00695037841796875, - 0.0131988525390625, - -0.033203125, - 0.03460693359375, - 0.0221099853515625, - -0.01084136962890625, - -0.0203704833984375, - -0.02691650390625, - -0.0230712890625, - 0.02142333984375, - -0.053497314453125, - 0.004261016845703125, - -0.016265869140625, - -0.05767822265625, - -0.040374755859375, - -0.022552490234375, - -0.0081329345703125, - -0.048614501953125, - 0.0050048828125, - 0.0023937225341796875, - 0.0175628662109375, - 0.042144775390625, - -0.00046706199645996094, - -0.0009179115295410156, - 0.02325439453125, - 0.0209808349609375, - -0.016693115234375, - 0.0335693359375, - -0.056304931640625, - -0.002490997314453125, - -0.023956298828125, - 0.0172271728515625, - -0.04510498046875, - 0.01136016845703125, - 0.0262298583984375, - -0.0281524658203125, - 0.040740966796875, - -0.059783935546875, - 0.006160736083984375, - -0.034088134765625, - 0.0027103424072265625, - -0.03375244140625, - -0.02972412109375, - 0.0064239501953125, - 0.0221099853515625, - 0.0009508132934570312, - 0.008087158203125, - 0.0234222412109375, - -0.05523681640625, - 0.02587890625, - 0.021240234375, - 0.0041961669921875, - -0.0119781494140625, - 0.0109710693359375, - 0.0135498046875, - 0.0272674560546875, - 0.046844482421875, - -0.01617431640625, - -0.0182647705078125, - -0.06085205078125, - 0.0132904052734375, - 0.0194854736328125, - -0.0241241455078125, - -0.002655029296875, - -0.0311126708984375, - -0.06292724609375, - -0.0102691650390625, - 0.034454345703125, - 0.0248260498046875, - -0.0067291259765625, - -0.00856781005859375, - 0.00386810302734375, - -0.0080413818359375, - -0.0311126708984375, - 0.0181884765625, - -0.022552490234375, - 0.02325439453125, - 0.01433563232421875, - -0.035491943359375, - 0.036529541015625, - 0.040740966796875, - 0.02691650390625, - 0.022552490234375, - 0.00948333740234375, - -0.032684326171875, - 0.01241302490234375, - 0.013458251953125, - -0.0176544189453125, - -0.014862060546875, - 0.0012178421020507812, - -0.0074310302734375, - -0.0281524658203125, - -0.01180267333984375, - 0.01739501953125, - 0.016265869140625, - 0.0384521484375, - -0.0166015625, - -0.005725860595703125, - 0.02001953125, - -0.0262298583984375, - 0.046142578125, - -0.03076171875, - -0.022552490234375, - 0.01074981689453125, - 0.01311492919921875, - 0.07305908203125, - 0.041259765625, - -0.00821685791015625, - -0.0248260498046875, - 0.02691650390625, - 0.05804443359375, - -0.020721435546875, - -0.00891876220703125, - -0.03253173828125, - -0.001682281494140625, - -0.003932952880859375, - 0.049652099609375, - -0.01044464111328125, - 0.07867431640625, - -0.00563812255859375, - 0.012237548828125, - 0.01433563232421875, - 0.0538330078125, - 0.03375244140625, - -0.007167816162109375, - -0.0692138671875, - -0.0119781494140625, - -0.0040435791015625, - -0.02850341796875, - -0.04144287109375, - 0.01206207275390625, - 0.058380126953125, - -0.0849609375, - -0.0428466796875, - 0.00830078125, - 0.01800537109375, - 0.00760650634765625, - 0.018707275390625, - -0.0236053466796875, - 0.040374755859375, - 0.01529693603515625, - -0.06048583984375, - 0.0038890838623046875, - -0.000009953975677490234, - 0.0248260498046875, - 0.0513916015625, - 0.0248260498046875, - -0.0135498046875, - 0.0360107421875, - 0.0023708343505859375, - 0.026580810546875, - -0.0014638900756835938, - 0.06085205078125, - 0.0176544189453125, - 0.0151214599609375, - 0.05035400390625, - 0.031280517578125, - -0.0093536376953125, - -0.0241241455078125, - 0.031646728515625, - 0.03338623046875, - 0.05908203125, - 0.0513916015625, - 0.01084136962890625, - 0.002742767333984375, - 0.0223846435546875, - -0.0400390625, - 0.0045013427734375, - -0.01433563232421875, - -0.007343292236328125, - -0.03497314453125, - -0.0286712646484375, - 0.041961669921875, - -0.0279693603515625, - 0.043701171875, - 0.00629425048828125, - -0.02850341796875, - -0.008697509765625, - 0.025177001953125, - -0.02569580078125, - -0.01119232177734375, - 0.0086517333984375, - -0.03497314453125, - -0.040557861328125, - -0.0311126708984375, - -0.038970947265625, - 0.05523681640625, - -0.026580810546875, - -0.06890869140625, - -0.04791259765625, - 0.041595458984375, - -0.0093994140625, - -0.05560302734375, - -0.0183563232421875, - -0.0034313201904296875, - -0.0253448486328125, - -0.04022216796875, - -0.0360107421875, - -0.058746337890625, - 0.038818359375, - -0.03338623046875, - -0.021240234375, - -0.00826263427734375, - -0.0230712890625, - -0.0184478759765625, - -0.01136016845703125, - -0.022552490234375, - 0.038299560546875, - -0.0300750732421875, - 0.023956298828125, - 0.00830078125, - 0.03759765625, - 0.010711669921875, - 0.06854248046875, - -0.0076904296875, - -0.0182647705078125, - -0.024993896484375, - -0.06396484375, - -0.0067291259765625, - 0.01416015625, - -0.0014314651489257812, - -0.0740966796875, - 0.01267242431640625, - 0.041778564453125, - -0.05523681640625, - 0.0222015380859375, - 0.002994537353515625, - -0.02203369140625, - -0.031463623046875, - 0.0019550323486328125, - -0.00533294677734375, - 0.006511688232421875, - 0.097900390625, - 0.007038116455078125, - -0.0176544189453125, - -0.0135498046875, - -0.05523681640625, - 0.052093505859375, - 0.00795745849609375, - 0.0291900634765625, - -0.029541015625, - 0.03216552734375, - 0.0241241455078125, - -0.00852203369140625, - 0.0031032562255859375, - -0.05523681640625, - -0.00756072998046875, - 0.031280517578125, - 0.0165252685546875, - 0.00952911376953125, - -0.018096923828125, - -0.041259765625, - -0.0112762451171875, - -0.025177001953125, - -0.002010345458984375, - -0.02203369140625, - 0.031280517578125, - -0.048614501953125, - -0.018524169921875, - -0.006557464599609375, - -0.044219970703125, - -0.04229736328125, - -0.043701171875, - 0.0159912109375, - 0.0031681060791015625, - -0.07659912109375, - 0.029022216796875, - 0.016082763671875, - 0.009613037109375, - 0.029022216796875, - 0.046844482421875, - -0.0615234375, - 0.00978851318359375, - 0.00002664327621459961, - 0.041778564453125, - -0.003604888916015625, - -0.0223846435546875, - 0.0014200210571289062, - 0.020538330078125, - 0.0202789306640625, - -0.054534912109375, - 0.0692138671875, - 0.04107666015625, - -0.01555633544921875, - -0.0538330078125, - -0.051055908203125, - -0.025177001953125, - 0.034271240234375, - -0.0360107421875, - 0.0260467529296875, - 0.004611968994140625, - -0.0283203125, - -0.09161376953125, - 0.05419921875, - -0.00690460205078125, - 0.040374755859375, - 0.026397705078125, - -0.0215911865234375, - -0.060150146484375, - -0.061187744140625, - -0.0182647705078125, - -0.0124969482421875, - -0.010223388671875, - 0.03375244140625, - 0.0181884765625, - 0.0006008148193359375, - -0.01039886474609375, - -0.009002685546875, - 0.0214996337890625, - 0.042144775390625, - 0.03338623046875, - -0.041961669921875, - 0.055938720703125, - -0.0087432861328125, - -0.033905029296875, - -0.0208892822265625, - 0.00970458984375, - 0.003978729248046875, - 0.0011796951293945312, - -0.02447509765625, - -0.01009368896484375, - 0.0125885009765625, - 0.026397705078125, - -0.01018524169921875, - 0.0234222412109375, - -0.039337158203125, - 0.0102691650390625, - 0.004390716552734375, - -0.030426025390625, - 0.0214996337890625, - 0.0031032562255859375, - -0.010009765625, - -0.022552490234375, - -0.06329345703125, - -0.079345703125, - 0.00922393798828125, - -0.046844482421875, - 0.005046844482421875, - 0.0017919540405273438, - 0.0178375244140625, - 0.0183563232421875, - -0.0221099853515625, - 0.03216552734375, - -0.003452301025390625, - -0.0513916015625, - -0.0215911865234375, - 0.0372314453125, - -0.01503753662109375, - 0.0118865966796875, - 0.029541015625, - -0.024993896484375, - -0.003299713134765625, - -0.032867431640625, - -0.0132904052734375, - -0.0262298583984375, - -0.004547119140625, - -0.04351806640625, - 0.00594329833984375, - -0.05419921875, - -0.027099609375, - 0.0311126708984375, - 0.0223846435546875, - 0.0103607177734375, - -0.0274505615234375, - 0.038818359375, - -0.0305938720703125, - -0.05279541015625, - 0.01529693603515625, - -0.0106658935546875, - -0.0274505615234375, - 0.0139007568359375, - -0.01398468017578125, - 0.0027637481689453125, - 0.0135498046875, - 0.0489501953125, - 0.0323486328125, - 0.033905029296875, - 0.022552490234375, - 0.003452301025390625, - 0.0001761913299560547, - -0.0093994140625, - 0.0260467529296875, - 0.031463623046875, - 0.0145111083984375, - 0.006816864013671875, - 0.002162933349609375, - -0.01145172119140625, - -0.074462890625, - -0.003124237060546875, - -0.0125885009765625, - -0.08636474609375, - 0.0019550323486328125, - 0.1007080078125, - 0.043701171875, - 0.00821685791015625, - 0.0305938720703125, - 0.045440673828125, - 0.036712646484375, - -0.0053558349609375, - -0.01468658447265625, - -0.06854248046875, - -0.018096923828125, - 0.0125885009765625, - 0.01503753662109375, - -0.06610107421875, - 0.06048583984375, - 0.057342529296875, - -0.0022068023681640625, - -0.0178375244140625, - 0.01363372802734375, - -0.01311492919921875, - 0.06396484375, - -0.00356292724609375, - 0.005462646484375, - -0.056304931640625, - 0.0045013427734375, - 0.03985595703125, - -0.001087188720703125, - -0.0164337158203125, - -0.01363372802734375, - -0.01241302490234375, - 0.044586181640625, - -0.031982421875, - 0.0139007568359375, - -0.006031036376953125, - 0.049652099609375, - -0.00384521484375, - -0.06536865234375, - 0.004589080810546875, - 0.02447509765625, - -0.006992340087890625, - -0.0024261474609375, - 0.030242919921875, - 0.0234222412109375, - -0.00629425048828125, - 0.031982421875, - 0.0347900390625, - 0.0034961700439453125, - 0.0260467529296875, - 0.0166015625, - -0.054901123046875, - 0.0236053466796875, - -0.01372528076171875, - -0.0058135986328125, - -0.010223388671875, - -0.03216552734375, - -0.0170440673828125, - -0.056304931640625, - 0.041961669921875, - 0.009002685546875, - 0.0465087890625, - 0.0183563232421875, - -0.002315521240234375, - -0.00321197509765625, - 0.003124237060546875, - 0.026580810546875, - 0.0262298583984375, - 0.022552490234375, - 0.021240234375, - -0.00177001953125, - 0.0305938720703125, - 0.0159912109375, - -0.0286712646484375, - -0.00447845458984375, - -0.01678466796875, - -0.02587890625, - -0.031982421875, - -0.0214996337890625, - 0.0071258544921875, - -0.023773193359375, - 0.01114654541015625, - -0.044586181640625, - 0.00957489013671875, - 0.007080078125, - -0.058380126953125, - 0.0010709762573242188, - 0.03582763671875, - -0.0513916015625, - 0.012847900390625, - 0.0195770263671875, - -0.00498199462890625, - 0.005046844482421875, - -0.0643310546875, - 0.0751953125, - 0.02691650390625, - 0.018798828125, - 0.0144195556640625, - 0.0267486572265625, - 0.03076171875, - 0.01800537109375, - 0.00690460205078125, - 0.01363372802734375, - -0.012237548828125, - 0.035308837890625, - 0.04266357421875, - 0.0272674560546875, - -0.051055908203125, - 0.0384521484375, - 0.01494598388671875, - -0.04791259765625, - 0.0194854736328125, - 0.01311492919921875, - 0.036376953125, - -0.00725555419921875, - -0.018524169921875, - 0.01407623291015625, - -0.038970947265625, - 0.07098388671875, - 0.030426025390625, - -0.01861572265625, - 0.0300750732421875, - -0.021148681640625, - 0.06048583984375, - -0.0035190582275390625, - 0.051055908203125, - -0.064697265625, - 0.038116455078125, - -0.0118865966796875, - 0.0184478759765625, - -0.0006418228149414062, - -0.00016868114471435547, - -0.0241241455078125, - 0.0272674560546875, - 0.00240325927734375, - 0.04998779296875, - 0.0283203125, - -0.0159912109375, - -0.040557861328125, - -0.0428466796875, - -0.00598907470703125, - 0.007038116455078125, - 0.034271240234375, - -0.045806884765625, - -0.01153564453125, - 0.0015735626220703125, - 0.002162933349609375, - 0.0347900390625, - 0.018798828125, - 0.0260467529296875, - 0.025177001953125, - -0.00978851318359375, - 0.0022735595703125, - -0.0067291259765625 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "malware-analysis" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "command-line", - "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_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.000009834766387939453, - -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.00007426738739013672, - 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_QGIS", - "type": "tool", - "name": "QGIS", - "content": "qgis das open-source geographic information system verwandelt forensik-daten mit geobezug in aussagekräftige karten und analysen. visualisiert bewegungsprofile aus smartphone-gps, fahrzeug-telematik oder fitness-trackern. heatmaps zeigen aufenthaltsschwerpunkte. buffer-analysen identifizieren mögliche treffpunkte. die python-integration (pyqgis) automatisiert massen-datenverarbeitung. import aus gpx, kml, csv mit koordinaten. temporal controller animiert bewegungen über zeit. spatial queries finden überschneidungen: \"wer war wann am selben ort?\". openstreetmap- integration für kontext. 3d-visualisierung für drohnen-flugpfade. print composer erstellt gerichtsfeste karten. die steile lernkurve wird durch exzellente tutorials gemildert. plugins erweitern für spezialfälle wie cell-tower-analyse. unverzichtbar wenn wo-und-wann zur schlüsselfrage wird. 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.0290679931640625, - 0.0299530029296875, - 0.037872314453125, - 0.00841522216796875, - 0.0186767578125, - 0.0234222412109375, - 0.01849365234375, - -0.0019702911376953125, - 0.009246826171875, - -0.0014972686767578125, - -0.02783203125, - 0.055328369140625, - 0.0006909370422363281, - 0.0037212371826171875, - -0.058135986328125, - 0.020782470703125, - -0.019287109375, - 0.0088958740234375, - 0.01171112060546875, - -0.016387939453125, - -0.00673675537109375, - -0.0006852149963378906, - -0.048614501953125, - 0.0197296142578125, - -0.003566741943359375, - 0.0167388916015625, - -0.0230712890625, - -0.041046142578125, - -0.011627197265625, - 0.0191192626953125, - 0.0227203369140625, - -0.032073974609375, - -0.00841522216796875, - 0.0325927734375, - -0.01065826416015625, - -0.020965576171875, - 0.00678253173828125, - -0.05145263671875, - -0.031005859375, - 0.0224609375, - -0.0160369873046875, - 0.0006604194641113281, - -0.0008091926574707031, - -0.0014638900756835938, - -0.0099945068359375, - -0.04315185546875, - -0.008544921875, - -0.0229034423828125, - 0.0265960693359375, - -0.045806884765625, - 0.0265960693359375, - 0.048614501953125, - 0.021759033203125, - 0.00409698486328125, - -0.021575927734375, - 0.0196380615234375, - 0.017181396484375, - -0.028717041015625, - -0.038055419921875, - 0.0401611328125, - -0.018402099609375, - -0.002685546875, - -0.01690673828125, - -0.0092926025390625, - 0.02801513671875, - 0.03857421875, - -0.01189422607421875, - -0.0297698974609375, - 0.0013704299926757812, - -0.0013208389282226562, - 0.008056640625, - -0.0119781494140625, - -0.00506591796875, - 0.0220184326171875, - -0.0341796875, - -0.05072021484375, - 0.022552490234375, - 0.01690673828125, - 0.002994537353515625, - -0.006252288818359375, - -0.06060791015625, - -0.003986358642578125, - 0.0560302734375, - -0.03082275390625, - -0.025726318359375, - 0.0158538818359375, - 0.0234222412109375, - 0.023956298828125, - 0.0004925727844238281, - 0.01329803466796875, - 0.031707763671875, - -0.0038967132568359375, - 0.048614501953125, - -0.019195556640625, - 0.01418304443359375, - 0.065185546875, - -0.010345458984375, - -0.003963470458984375, - -0.0150604248046875, - 0.01294708251953125, - 0.0186767578125, - -0.047576904296875, - 0.050018310546875, - -0.00713348388671875, - 0.047576904296875, - -0.03399658203125, - 0.006870269775390625, - 0.00409698486328125, - 0.0224609375, - -0.0288848876953125, - -0.099365234375, - -0.039276123046875, - -0.0008697509765625, - -0.048614501953125, - -0.0015745162963867188, - 0.01532745361328125, - -0.033477783203125, - 0.0560302734375, - -0.056365966796875, - -0.047576904296875, - 0.02325439453125, - 0.047210693359375, - 0.01180267333984375, - 0.0281829833984375, - -0.03857421875, - -0.0272979736328125, - 0.0073089599609375, - 0.01136016845703125, - -0.04791259765625, - -0.016204833984375, - -0.031341552734375, - -0.04296875, - 0.00862884521484375, - -0.0199127197265625, - 0.0221099853515625, - 0.006519317626953125, - 0.036468505859375, - -0.0151519775390625, - -0.01690673828125, - 0.0205230712890625, - 0.005107879638671875, - -0.01259613037109375, - -0.062347412109375, - 0.0026645660400390625, - -0.058135986328125, - -0.0168304443359375, - -0.014617919921875, - 0.041229248046875, - -0.0260772705078125, - -0.0180511474609375, - -0.00643157958984375, - 0.00907135009765625, - 0.0556640625, - 0.0032596588134765625, - -0.00365447998046875, - -0.03399658203125, - -0.0108795166015625, - 0.0120697021484375, - 0.0357666015625, - -0.0244903564453125, - -0.0283660888671875, - 0.02105712890625, - 0.0172576904296875, - 0.0274810791015625, - -0.00243377685546875, - -0.048980712890625, - -0.024139404296875, - 0.02642822265625, - 0.01153564453125, - 0.00563812255859375, - 0.031890869140625, - -0.034881591796875, - 0.06622314453125, - 0.056732177734375, - 0.00986480712890625, - 0.041748046875, - -0.01061248779296875, - -0.0281829833984375, - 0.033294677734375, - 0.01523590087890625, - -0.0003097057342529297, - -0.01189422607421875, - 0.028717041015625, - 0.0112762451171875, - 0.04052734375, - 0.003391265869140625, - -0.033294677734375, - -0.0032806396484375, - -0.0267791748046875, - 0.033477783203125, - -0.028717041015625, - -0.0214080810546875, - -0.00907135009765625, - 0.0465087890625, - 0.0250091552734375, - 0.05743408203125, - 0.00911712646484375, - -0.007793426513671875, - 0.007045745849609375, - 0.0070037841796875, - 0.01171112060546875, - 0.0465087890625, - -0.01171112060546875, - 0.0325927734375, - 0.006694793701171875, - 0.0180511474609375, - -0.00017547607421875, - 0.0496826171875, - 0.0205230712890625, - -0.01690673828125, - 0.005306243896484375, - 0.04791259765625, - -0.00933837890625, - -0.01215362548828125, - -0.024658203125, - -0.033477783203125, - 0.0007543563842773438, - -0.021575927734375, - -0.005901336669921875, - 0.006694793701171875, - -0.0262451171875, - -0.053192138671875, - -0.00797271728515625, - 0.039459228515625, - -0.019378662109375, - 0.033111572265625, - 0.0341796875, - -0.0221099853515625, - -0.0054168701171875, - 0.01453399658203125, - 0.00603485107421875, - 0.022369384765625, - 0.0081024169921875, - 0.00598907470703125, - 0.0018053054809570312, - -0.04315185546875, - 0.036651611328125, - 0.0126800537109375, - 0.02801513671875, - 0.00678253173828125, - -0.033111572265625, - 0.050018310546875, - -0.01312255859375, - 0.025543212890625, - 0.039825439453125, - -0.0281829833984375, - 0.009735107421875, - -0.0038967132568359375, - 0.01030731201171875, - 0.034515380859375, - -0.051788330078125, - -0.0019483566284179688, - -0.05743408203125, - -0.008453369140625, - -0.0433349609375, - -0.0325927734375, - -0.0036983489990234375, - -0.0258941650390625, - 0.059539794921875, - -0.036102294921875, - -0.0272979736328125, - 0.003215789794921875, - 0.0272979736328125, - -0.01070404052734375, - 0.016998291015625, - -0.005107879638671875, - -0.025360107421875, - -0.002994537353515625, - 0.06976318359375, - -0.00258636474609375, - -0.0027408599853515625, - -0.0167388916015625, - 0.031890869140625, - -0.020782470703125, - 0.03558349609375, - -0.0306549072265625, - 0.0195465087890625, - 0.0272979736328125, - 0.00753021240234375, - 0.0108795166015625, - -0.0119781494140625, - 0.007091522216796875, - -0.01096343994140625, - 0.01947021484375, - -0.0560302734375, - 0.0107879638671875, - 0.002300262451171875, - -0.0069580078125, - -0.00876617431640625, - -0.06341552734375, - -0.00783538818359375, - 0.059173583984375, - -0.0003178119659423828, - 0.0005698204040527344, - 0.00603485107421875, - -0.0208740234375, - 0.0219268798828125, - -0.00201416015625, - -0.0220184326171875, - 0.031524658203125, - 0.0251922607421875, - -0.036102294921875, - 0.004207611083984375, - 0.017791748046875, - 0.0295867919921875, - -0.06024169921875, - -0.041229248046875, - -0.01153564453125, - -0.019287109375, - -0.054962158203125, - -0.007442474365234375, - -0.006473541259765625, - -0.04351806640625, - -0.0033245086669921875, - -0.0211334228515625, - 0.0288848876953125, - -0.013214111328125, - -0.057769775390625, - 0.020782470703125, - -0.0338134765625, - -0.059173583984375, - -0.0258941650390625, - 0.068359375, - 0.0189361572265625, - 0.00440216064453125, - -0.0234222412109375, - -0.0120697021484375, - -0.0123291015625, - -0.0262451171875, - -0.0222015380859375, - 0.03240966796875, - -0.005153656005859375, - 0.045440673828125, - 0.031341552734375, - 0.0182342529296875, - 0.0014753341674804688, - 0.06903076171875, - 0.034515380859375, - -0.0020694732666015625, - 0.01224517822265625, - 0.0230712890625, - 0.039825439453125, - 0.03436279296875, - -0.024658203125, - -0.0294189453125, - -0.0070037841796875, - -0.0290679931640625, - 0.03857421875, - 0.0413818359375, - 0.0222015380859375, - 0.0283660888671875, - -0.02923583984375, - -0.0101318359375, - 0.039459228515625, - -0.00598907470703125, - 0.084228515625, - -0.0274810791015625, - -0.059906005859375, - 0.003391265869140625, - 0.00775146484375, - -0.01303863525390625, - -0.0281829833984375, - 0.052490234375, - -0.00867462158203125, - 0.00616455078125, - 0.023956298828125, - -0.0028400421142578125, - 0.0295867919921875, - -0.0341796875, - -0.0198211669921875, - 0.002696990966796875, - -0.01383209228515625, - 0.0191192626953125, - 0.047576904296875, - 0.0190277099609375, - -0.0016841888427734375, - 0.0173492431640625, - -0.034881591796875, - -0.006649017333984375, - -0.0421142578125, - -0.06060791015625, - 0.0158538818359375, - 0.0213165283203125, - 0.01180267333984375, - 0.044403076171875, - -0.04034423828125, - -0.077880859375, - 0.025726318359375, - -0.025360107421875, - 0.06024169921875, - 0.0718994140625, - 0.01043701171875, - 0.031707763671875, - -0.03277587890625, - -0.0044708251953125, - 0.05072021484375, - 0.007045745849609375, - 0.0213165283203125, - 0.057769775390625, - 0.0073089599609375, - 0.00231170654296875, - -0.0369873046875, - 0.0341796875, - 0.0234222412109375, - 0.03997802734375, - -0.00977325439453125, - 0.0244903564453125, - 0.033477783203125, - 0.01383209228515625, - -0.025543212890625, - 0.034698486328125, - 0.0413818359375, - -0.0288848876953125, - -0.00032901763916015625, - -0.0297698974609375, - 0.0297698974609375, - -0.045806884765625, - -0.004184722900390625, - -0.01153564453125, - 0.006252288818359375, - 0.01488494873046875, - 0.030303955078125, - -0.051788330078125, - 0.0229034423828125, - 0.00942230224609375, - -0.0704345703125, - 0.0299530029296875, - 0.025360107421875, - -0.0267791748046875, - 0.0584716796875, - -0.043853759765625, - -0.04510498046875, - 0.03558349609375, - -0.031707763671875, - -0.0260772705078125, - 0.013214111328125, - 0.0262451171875, - -0.04827880859375, - -0.050384521484375, - -0.031524658203125, - -0.00499725341796875, - -0.01259613037109375, - 0.002147674560546875, - 0.047210693359375, - 0.0191192626953125, - 0.00872039794921875, - 0.028717041015625, - 0.031524658203125, - 0.01145172119140625, - -0.0251922607421875, - 0.0281829833984375, - -0.031005859375, - -0.0401611328125, - 0.021484375, - 0.0338134765625, - 0.0288848876953125, - -0.03839111328125, - -0.024658203125, - -0.022552490234375, - 0.01453399658203125, - 0.01479339599609375, - 0.01444244384765625, - -0.04791259765625, - -0.0229034423828125, - -0.0294189453125, - 0.0294189453125, - -0.0015087127685546875, - 0.02801513671875, - -0.01021575927734375, - -0.06268310546875, - 0.01611328125, - -0.0687255859375, - -0.0212249755859375, - -0.006916046142578125, - 0.01558685302734375, - -0.0160369873046875, - 0.053192138671875, - 0.01470947265625, - 0.00916290283203125, - -0.0101318359375, - 0.073974609375, - -0.024139404296875, - -0.00757598876953125, - -0.048980712890625, - 0.05072021484375, - -0.00942230224609375, - -0.05108642578125, - 0.00144195556640625, - -0.01453399658203125, - -0.006694793701171875, - 0.0496826171875, - -0.054962158203125, - -0.013916015625, - 0.003566741943359375, - -0.056732177734375, - -0.0218505859375, - -0.054962158203125, - -0.0167388916015625, - -0.02069091796875, - 0.034881591796875, - 0.033294677734375, - 0.0127716064453125, - 0.0218505859375, - 0.01708984375, - 0.021759033203125, - 0.010040283203125, - 0.0281829833984375, - -0.002201080322265625, - 0.0236053466796875, - -0.0251922607421875, - -0.03680419921875, - -0.011627197265625, - 0.0276641845703125, - -0.03875732421875, - -0.0190277099609375, - 0.0120697021484375, - -0.0230712890625, - 0.048614501953125, - -0.0244903564453125, - -0.025360107421875, - -0.037353515625, - -0.006824493408203125, - -0.037689208984375, - -0.04510498046875, - 0.01016998291015625, - 0.0229034423828125, - 0.0070037841796875, - 0.002685546875, - 0.020172119140625, - -0.07330322265625, - 0.00643157958984375, - 0.033294677734375, - 0.01259613037109375, - 0.0181427001953125, - 0.005855560302734375, - -0.002048492431640625, - -0.01611328125, - 0.0272979736328125, - -0.0401611328125, - -0.037689208984375, - -0.0775146484375, - 0.0128631591796875, - -0.00223541259765625, - -0.0227203369140625, - -0.021575927734375, - -0.0258941650390625, - -0.0433349609375, - 0.0012445449829101562, - 0.025360107421875, - -0.0031490325927734375, - -0.01026153564453125, - -0.0306549072265625, - 0.00429534912109375, - -0.014007568359375, - -0.001651763916015625, - 0.0218505859375, - -0.0007486343383789062, - 0.002048492431640625, - -0.011627197265625, - -0.046844482421875, - 0.031707763671875, - 0.004932403564453125, - 0.02642822265625, - -0.004360198974609375, - 0.0221099853515625, - -0.0496826171875, - 0.0186767578125, - -0.01611328125, - 0.01303863525390625, - 0.00757598876953125, - -0.0258941650390625, - 0.0297698974609375, - -0.0528564453125, - -0.003765106201171875, - -0.0003771781921386719, - 0.003566741943359375, - 0.01189422607421875, - -0.004756927490234375, - -0.0213165283203125, - 0.0401611328125, - 0.00775146484375, - 0.071533203125, - -0.0180511474609375, - -0.057769775390625, - 0.00025177001953125, - 0.003192901611328125, - 0.04296875, - 0.05389404296875, - -0.011627197265625, - -0.0123291015625, - 0.00350189208984375, - 0.02642822265625, - -0.0025539398193359375, - -0.027130126953125, - -0.0224609375, - 0.02923583984375, - 0.0214080810546875, - 0.05426025390625, - 0.0009741783142089844, - 0.0965576171875, - 0.0007319450378417969, - -0.008453369140625, - 0.019989013671875, - 0.0736083984375, - 0.031005859375, - -0.050384521484375, - -0.045806884765625, - 0.0034580230712890625, - 0.00539398193359375, -0.03997802734375, - -0.0274810791015625, - 0.0243072509765625, - 0.034515380859375, - -0.0616455078125, - -0.01145172119140625, - -0.02642822265625, - -0.01497650146484375, - 0.0037441253662109375, - 0.025726318359375, - -0.020172119140625, - 0.0244903564453125, - -0.002399444580078125, - -0.0219268798828125, - -0.006076812744140625, - -0.0077056884765625, - 0.009246826171875, - 0.055328369140625, - 0.0258941650390625, - -0.02069091796875, - 0.019195556640625, - 0.025543212890625, - 0.0272979736328125, - -0.004978179931640625, - 0.047576904296875, - 0.0134735107421875, - 0.0033245086669921875, - 0.037872314453125, - 0.055328369140625, - -0.0311737060546875, - -0.026947021484375, - 0.01145172119140625, - 0.0222015380859375, - 0.05389404296875, - 0.06976318359375, - -0.0281829833984375, - 0.0107879638671875, - 0.0026645660400390625, - -0.041046142578125, - -0.003940582275390625, - 0.0008754730224609375, - 0.024139404296875, - -0.0283660888671875, - -0.052490234375, - 0.020263671875, - -0.044036865234375, - 0.053558349609375, - -0.008453369140625, - -0.01312255859375, - -0.006694793701171875, - 0.0243072509765625, - -0.00797271728515625, - -0.052154541015625, - 0.01136016845703125, - -0.0048675537109375, - -0.0250091552734375, - -0.0096893310546875, - -0.043701171875, - 0.02801513671875, - -0.019989013671875, - -0.0311737060546875, - -0.0030612945556640625, - 0.02325439453125, - -0.0213165283203125, - -0.048614501953125, - -0.025360107421875, - 0.019195556640625, - -0.0230712890625, - -0.01947021484375, - -0.052490234375, - -0.0158538818359375, - 0.00827789306640625, - -0.0229034423828125, - 0.01444244384765625, - 0.00986480712890625, - -0.037872314453125, - -0.00634002685546875, - -0.00440216064453125, - -0.028717041015625, - 0.03240966796875, - -0.04052734375, - 0.0172576904296875, - 0.011138916015625, - 0.019195556640625, - 0.040863037109375, - 0.03521728515625, - -0.00021326541900634766, - 0.000583648681640625, - -0.03277587890625, - -0.010528564453125, - 0.0206146240234375, - 0.0092926025390625, - 0.0033245086669921875, - -0.09722900390625, - 0.0173492431640625, - 0.059173583984375, - -0.08135986328125, - 0.006916046142578125, - 0.0191192626953125, - -0.0191192626953125, - -0.035064697265625, - -0.00801849365234375, - -0.0142669677734375, - 0.01026153564453125, - 0.10919189453125, - -0.0168304443359375, - 0.00717926025390625, - 0.0199127197265625, - -0.0357666015625, - 0.052154541015625, - 0.0304718017578125, - 0.0198211669921875, - -0.0290679931640625, - 0.0297698974609375, - 0.0160369873046875, - -0.0311737060546875, - 0.0038089752197265625, - -0.07220458984375, - -0.01383209228515625, - 0.0224609375, - 0.0024547576904296875, - -0.0214080810546875, - 0.003566741943359375, - -0.0556640625, - -0.038238525390625, - -0.05426025390625, - 0.028717041015625, - 0.002994537353515625, - 0.00946807861328125, - -0.056365966796875, - -0.025360107421875, - -0.013916015625, - -0.0687255859375, - -0.03558349609375, - -0.0258941650390625, - 0.0244903564453125, - 0.01418304443359375, - -0.0528564453125, - 0.008148193359375, - -0.0004925727844238281, - 0.0014867782592773438, - 0.008453369140625, - 0.07220458984375, - -0.0528564453125, - -0.006473541259765625, - 0.00027942657470703125, - -0.00792694091796875, - 0.00757598876953125, - 0.0002243518829345703, - -0.01180267333984375, - 0.027130126953125, - 0.01303863525390625, - -0.043701171875, - 0.037872314453125, - 0.056365966796875, - -0.017791748046875, - -0.05108642578125, - -0.01096343994140625, - -0.057769775390625, - 0.051788330078125, - -0.0123291015625, - 0.05743408203125, - -0.0009026527404785156, - -0.0011892318725585938, - -0.08209228515625, - 0.0297698974609375, - -0.0281829833984375, - 0.042266845703125, - 0.0274810791015625, - -0.01479339599609375, - -0.0771484375, - -0.048614501953125, - -0.034881591796875, - 0.03875732421875, - -0.03240966796875, - 0.0250091552734375, - -0.005767822265625, - 0.0150604248046875, - -0.006298065185546875, - -0.0322265625, - 0.01096343994140625, - 0.039459228515625, - -0.0005421638488769531, - -0.038055419921875, - 0.0465087890625, - -0.0258941650390625, - 0.01497650146484375, - 0.01171112060546875, - 0.0151519775390625, - -0.0123291015625, - -0.0019159317016601562, - -0.039093017578125, - -0.002819061279296875, - 0.0465087890625, - 0.057769775390625, - -0.0084991455078125, - 0.00449371337890625, - -0.025543212890625, - 0.01303863525390625, - -0.03082275390625, - -0.02325439453125, - 0.00867462158203125, - 0.005615234375, - -0.0219268798828125, - -0.0150604248046875, - -0.06304931640625, - -0.1029052734375, - -0.0012607574462890625, - -0.044921875, - -0.0267791748046875, - -0.01303863525390625, - 0.01947021484375, - 0.0007433891296386719, - -0.0265960693359375, - 0.03436279296875, - -0.00405120849609375, - -0.00841522216796875, - -0.045440673828125, - 0.0128631591796875, - -0.01374053955078125, - 0.04034423828125, - 0.0027408599853515625, - -0.0262451171875, - 0.00823211669921875, - -0.0204315185546875, - 0.0008974075317382812, - -0.001739501953125, - 0.01250457763671875, - -0.0157623291015625, - 0.0189361572265625, - -0.05145263671875, - -0.036285400390625, - 0.02783203125, - 0.02008056640625, - -0.004337310791015625, - -0.032928466796875, - 0.04052734375, - 0.00023257732391357422, - -0.060943603515625, - 0.01180267333984375, - -0.01136016845703125, - -0.031890869140625, - 0.017791748046875, - 0.00841522216796875, - 0.0024776458740234375, - 0.00519561767578125, - 0.02227783203125, - 0.0206146240234375, - 0.0389404296875, - 0.00643157958984375, - -0.0020580291748046875, - 0.0107879638671875, - -0.01611328125, - 0.0037441253662109375, - 0.0288848876953125, - 0.025726318359375, - -0.02325439453125, - 0.01708984375, - 0.0166473388671875, - -0.0870361328125, - -0.0174407958984375, - -0.0198211669921875, - -0.047576904296875, - 0.005504608154296875, - 0.056732177734375, - 0.043701171875, - -0.0164642333984375, - 0.0445556640625, - 0.0230712890625, - 0.034515380859375, - -0.01250457763671875, - -0.0182342529296875, - -0.0810546875, - -0.0265960693359375, - 0.0283660888671875, - 0.0341796875, - -0.050384521484375, - 0.036102294921875, - 0.067626953125, - 0.0019588470458984375, - -0.01497650146484375, - -0.0172576904296875, - -0.0009794235229492188, - 0.05108642578125, - 0.031005859375, - 0.004581451416015625, - -0.08489990234375, - -0.007091522216796875, - 0.0243072509765625, - -0.016204833984375, - 0.00907135009765625, - -0.021759033203125, - -0.0401611328125, - 0.04351806640625, - -0.050018310546875, - -0.0127716064453125, - -0.0070037841796875, - 0.06268310546875, - 0.033477783203125, - -0.043853759765625, - -0.01690673828125, - 0.045440673828125, - 0.028533935546875, - -0.03594970703125, - 0.035064697265625, - -0.01312255859375, - -0.00753021240234375, - 0.0265960693359375, - 0.050384521484375, - -0.00022840499877929688, - 0.048980712890625, - 0.01444244384765625, - -0.039642333984375, - 0.0024547576904296875, - -0.00524139404296875, - 0.023956298828125, - -0.00270843505859375, - -0.047210693359375, - -0.0267791748046875, - -0.064453125, - 0.025726318359375, - 0.01338958740234375, - 0.01374053955078125, - 0.0181427001953125, - 0.019287109375, - -0.006519317626953125, - 0.0165557861328125, - 0.0174407958984375, - 0.040679931640625, - 0.018768310546875, - -0.0058135986328125, - 0.003192901611328125, - 0.0243072509765625, - 0.01092529296875, - -0.0299530029296875, - 0.0274810791015625, - -0.0283660888671875, - -0.004207611083984375, - -0.0297698974609375, - -0.01303863525390625, - 0.0005502700805664062, - -0.0197296142578125, - -0.0103912353515625, - -0.0267791748046875, - 0.00946807861328125, - -0.0150604248046875, - -0.0205230712890625, - -0.0134735107421875, - 0.023956298828125, - -0.0655517578125, - 0.00977325439453125, - 0.044219970703125, - -0.039459228515625, - 0.00603485107421875, - -0.058837890625, - 0.0771484375, - 0.0234222412109375, - 0.025726318359375, - -0.009735107421875, - 0.026947021484375, - 0.036102294921875, - -0.0034122467041015625, - -0.016204833984375, - 0.041046142578125, - -0.00539398193359375, - 0.043853759765625, - 0.05706787109375, - 0.0218505859375, - -0.039276123046875, - 0.0181427001953125, - -0.0011730194091796875, - -0.06304931640625, - 0.052154541015625, - -0.0019817352294921875, - 0.01338958740234375, - -0.017974853515625, - 0.0164642333984375, - -0.00801849365234375, - -0.053192138671875, - 0.06414794921875, - 0.031524658203125, - -0.007396697998046875, - 0.00885009765625, - -0.042633056640625, - 0.0155029296875, - 0.02227783203125, - 0.020965576171875, - -0.053558349609375, - 0.0560302734375, - -0.018402099609375, - 0.005306243896484375, - -0.0088958740234375, - 0.01409149169921875, - -0.0189361572265625, - 0.04791259765625, - -0.0164642333984375, - 0.056732177734375, - 0.01145172119140625, - 0.01021575927734375, - -0.050384521484375, - -0.01532745361328125, - 0.02227783203125, - 0.0100860595703125, - 0.06268310546875, - -0.05426025390625, - -0.02227783203125, - 0.001827239990234375, - 0.046142578125, - 0.07965087890625, - -0.00365447998046875, - 0.037689208984375, - 0.00603485107421875, - -0.0009360313415527344, - -0.01444244384765625, - -0.02923583984375 - ], - "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_SIFT_Workstation", - "type": "tool", - "name": "SIFT Workstation", - "content": "sift workstation sans investigative forensic toolkit vereint über 500 open-source-tools in einer kuratierten ubuntu-distribution. rob lees vision einer kostenlosen alternative zu kommerziellen suiten wurde realität. vorinstalliert und konfiguriert: autopsy, volatility, plaso, registry-tools, timeline-analyzer. die dfir-menüstruktur gruppiert tools nach untersuchungsphasen. besonders wertvoll: vorkonfigurierte python-umgebungen, aktualisierte tool-versionen, integrierte dokumentation. remnux-integration für malware-analyse. die vm kann als appliance oder wsl2 laufen. regelmäßige updates durch sans- community. die mitgelieferten cheat-sheets beschleunigen einarbeitung. mount-image-pro automatisiert evidence-mounting. sift-cli verwaltet updates. die kostenlosen workbooks führen durch typische untersuchungen. performance optimiert für forensik-workloads. die alternative wenn budget für kommerzielle tools fehlt. gui command-line 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.01529693603515625, - 0.043701171875, - 0.04071044921875, - -0.0224456787109375, - 0.033172607421875, - 0.0173797607421875, - 0.0006084442138671875, - -0.00439453125, - -0.0298004150390625, - -0.00263214111328125, - -0.02264404296875, - 0.045867919921875, - 0.002544403076171875, - -0.0007758140563964844, - -0.055206298828125, - 0.0192718505859375, - 0.014801025390625, - 0.01409912109375, - 0.01197052001953125, - 0.011871337890625, - -0.03912353515625, - -0.03277587890625, - -0.040924072265625, - 0.00243377685546875, - 0.0135040283203125, - -0.001346588134765625, - -0.0234375, - -0.0845947265625, - -0.00958251953125, - -0.0091400146484375, - 0.002109527587890625, - -0.0201568603515625, - 0.0027179718017578125, - 0.04229736328125, - 0.00923919677734375, - -0.0016508102416992188, - -0.0038242340087890625, - -0.037139892578125, - -0.0247344970703125, - 0.0216522216796875, - -0.01360321044921875, - 0.00794219970703125, - 0.01678466796875, - 0.0060577392578125, - -0.00011014938354492188, - -0.038726806640625, - 0.01280975341796875, - -0.0191650390625, - 0.0279998779296875, - -0.03594970703125, - 0.04229736328125, - 0.034759521484375, - -0.0170745849609375, - -0.0158843994140625, - -0.04150390625, - 0.0200653076171875, - 0.0162811279296875, - -0.01146697998046875, - -0.051239013671875, - 0.028594970703125, - -0.038330078125, - -0.0221405029296875, - -0.032958984375, - -0.01568603515625, - 0.0021724700927734375, - 0.00908660888671875, - 0.01490020751953125, - -0.02740478515625, - 0.005985260009765625, - 0.00024211406707763672, - -0.00833892822265625, - -0.01087188720703125, - -0.02899169921875, - 0.0232391357421875, - -0.03973388671875, - -0.04052734375, - 0.0057830810546875, - 0.0149993896484375, - 0.0247344970703125, - 0.00963592529296875, - -0.04986572265625, - 0.0208587646484375, - 0.044097900390625, - -0.0189666748046875, - -0.00829315185546875, - -0.00457000732421875, - 0.0115203857421875, - 0.0010862350463867188, - -0.005512237548828125, - -0.010772705078125, - 0.0252227783203125, - -0.0139007568359375, - 0.0027313232421875, - -0.02740478515625, - 0.054412841796875, - 0.04071044921875, - -0.00730133056640625, - -0.026611328125, - -0.0120697021484375, - 0.037750244140625, - 0.0201568603515625, - -0.04449462890625, - 0.0305938720703125, - -0.014495849609375, - 0.0301971435546875, - -0.051239013671875, - 0.016387939453125, - -0.017974853515625, - -0.0015583038330078125, - -0.01439666748046875, - -0.09375, - -0.03277587890625, - -0.01146697998046875, - -0.06988525390625, - -0.015594482421875, - 0.016876220703125, - -0.00730133056640625, - 0.025421142578125, - -0.04449462890625, - -0.051239013671875, - 0.02374267578125, - 0.022735595703125, - -0.001850128173828125, - 0.007843017578125, - -0.04986572265625, - -0.04925537109375, - 0.004119873046875, - 0.0229339599609375, - -0.03814697265625, - -0.00958251953125, - -0.020751953125, - -0.0220489501953125, - -0.031768798828125, - -0.0192718505859375, - -0.00829315185546875, - -0.029998779296875, - 0.02581787109375, - 0.0103302001953125, - -0.00675201416015625, - 0.00868988037109375, - 0.032958984375, - -0.01380157470703125, - -0.04827880859375, - -0.0089874267578125, - -0.041717529296875, - -0.0188751220703125, - -0.0164794921875, - 0.052825927734375, - -0.02374267578125, - 0.002582550048828125, - 0.00714874267578125, - 0.0158843994140625, - 0.02264404296875, - 0.004119873046875, - 0.013702392578125, - -0.037750244140625, - 0.00370025634765625, - -0.006702423095703125, - 0.045074462890625, - -0.00823974609375, - 0.003749847412109375, - 0.0035991668701171875, - 0.00296783447265625, - 0.00904083251953125, - -0.00316619873046875, - -0.03753662109375, - -0.01519775390625, - 0.0218505859375, - 0.0252227783203125, - 0.00215911865234375, - 0.045684814453125, - 0.01027679443359375, - 0.0283966064453125, - 0.060394287109375, - 0.006999969482421875, - 0.021453857421875, - -0.00963592529296875, - -0.00516510009765625, + 0.0312042236328125, + 0.0312042236328125, + -0.00499725341796875, 0.04132080078125, - 0.044891357421875, - -0.017181396484375, - -0.01947021484375, - 0.032379150390625, - 0.00302886962890625, - 0.0024204254150390625, - 0.0173797607421875, - -0.0313720703125, - -0.029998779296875, - -0.032562255859375, - 0.0268096923828125, - -0.03814697265625, - -0.0153961181640625, - -0.016082763671875, - 0.00873565673828125, - 0.0158843994140625, - 0.058807373046875, - 0.003276824951171875, - -0.00823974609375, - 0.019866943359375, - -0.0057830810546875, - 0.004917144775390625, - 0.03515625, - 0.007598876953125, - 0.023345947265625, - 0.003971099853515625, - 0.0204620361328125, - 0.009979248046875, - 0.045867919921875, - 0.00730133056640625, - -0.029205322265625, - -0.0135040283203125, - 0.077880859375, - -0.042510986328125, - -0.0276031494140625, - -0.0357666015625, - -0.035369873046875, - 0.01102447509765625, - -0.00603485107421875, - -0.0146026611328125, - -0.00714874267578125, - -0.002346038818359375, - -0.04986572265625, - -0.0014333724975585938, - 0.0247344970703125, - 0.01201629638671875, - 0.032562255859375, - 0.00958251953125, - -0.01146697998046875, - -0.029998779296875, - 0.031585693359375, - 0.01519775390625, - 0.04229736328125, - 0.0157928466796875, - -0.0009927749633789062, - -0.0309906005859375, - -0.027801513671875, - 0.039520263671875, - 0.0196685791015625, - 0.00904083251953125, - 0.00799560546875, - -0.006183624267578125, - 0.0260162353515625, - -0.0097808837890625, - 0.053619384765625, - 0.041717529296875, - -0.017974853515625, - -0.006603240966796875, - 0.01490020751953125, - 0.0013589859008789062, - 0.034942626953125, - -0.0579833984375, - -0.0116729736328125, - -0.08062744140625, - 0.0191650390625, - -0.059600830078125, - -0.0229339599609375, - -0.00823974609375, - -0.040130615234375, - 0.052032470703125, - -0.0294036865234375, - -0.029205322265625, - 0.01399993896484375, - 0.035552978515625, - 0.0059356689453125, - 0.03912353515625, - 0.005462646484375, - -0.0188751220703125, - -0.005313873291015625, - 0.05718994140625, - -0.00928497314453125, - -0.033966064453125, - -0.00928497314453125, - 0.005138397216796875, - -0.0276031494140625, - 0.018280029296875, - -0.00923919677734375, - 0.010772705078125, - 0.0204620361328125, - 0.028594970703125, - 0.0252227783203125, - -0.003376007080078125, - 0.005985260009765625, - 0.01470184326171875, - 0.050262451171875, - -0.033172607421875, - -0.0005774497985839844, - -0.0225372314453125, - 0.002483367919921875, - -0.0212554931640625, - -0.07586669921875, - 0.00829315185546875, - 0.040313720703125, - 0.01340484619140625, - 0.005512237548828125, - 0.0303955078125, - -0.04290771484375, - -0.009979248046875, - -0.0225372314453125, - 0.0305938720703125, - 0.0095367431640625, - 0.0279998779296875, - -0.01409912109375, - 0.00730133056640625, - -0.0091400146484375, - 0.0146026611328125, - -0.023040771484375, - -0.045684814453125, - -0.02264404296875, - -0.01027679443359375, - -0.033355712890625, - -0.023345947265625, - 0.0303955078125, - -0.02581787109375, - 0.01340484619140625, - -0.00983428955078125, - -0.005908966064453125, - -0.0146026611328125, - -0.052032470703125, - 0.007450103759765625, - -0.0224456787109375, - -0.044677734375, - 0.007198333740234375, - 0.04669189453125, - 0.00958251953125, - -0.0028171539306640625, - -0.02899169921875, - -0.021942138671875, - -0.03814697265625, - 0.0038738250732421875, - -0.003276824951171875, - 0.032958984375, - -0.0095367431640625, - 0.03973388671875, - 0.0181732177734375, - 0.0294036865234375, - 0.01236724853515625, - 0.0643310546875, - 0.02374267578125, - -0.023040771484375, - -0.01047515869140625, - 0.0087890625, - 0.005313873291015625, - -0.005859375, - -0.0305938720703125, - -0.01241302490234375, - -0.00794219970703125, - -0.0085906982421875, - 0.004344940185546875, - 0.0139007568359375, - 0.02960205078125, - 0.031768798828125, - -0.046478271484375, - -0.0024089813232421875, - 0.062744140625, - 0.00853729248046875, - 0.1080322265625, - -0.0169830322265625, - -0.055999755859375, - 0.014495849609375, - 0.0298004150390625, - 0.0008687973022460938, - -0.0028171539306640625, - 0.02740478515625, - 0.00849151611328125, - 0.0028171539306640625, - 0.041717529296875, - -0.027008056640625, - 0.02581787109375, - -0.01280975341796875, - 0.0023593902587890625, - 0.034942626953125, - 0.0010547637939453125, - 0.031585693359375, - 0.043701171875, - 0.031768798828125, - 0.00283050537109375, - 0.043304443359375, - -0.0197601318359375, - -0.033355712890625, - -0.033966064453125, - -0.08380126953125, - 0.01409912109375, - 0.021453857421875, - 0.00928497314453125, - 0.028594970703125, - -0.0133056640625, - -0.05242919921875, - 0.0247344970703125, - -0.0357666015625, - 0.031768798828125, - 0.03973388671875, - 0.029205322265625, - 0.0196685791015625, - -0.02374267578125, - 0.034942626953125, - 0.03656005859375, - 0.00402069091796875, - 0.039520263671875, - 0.0298004150390625, - 0.036163330078125, - 0.01529693603515625, - -0.033172607421875, - 0.03216552734375, - 0.04608154296875, - 0.00176239013671875, - 0.026214599609375, - 0.00421905517578125, - 0.0184783935546875, + 0.0279541015625, 0.0232391357421875, - -0.0287933349609375, - 0.0298004150390625, - 0.038543701171875, - -0.002445220947265625, - -0.0223388671875, - 0.00263214111328125, - 0.0003771781921386719, - -0.06512451171875, - -0.00809478759765625, - -0.01529693603515625, - 0.00615692138671875, - 0.00888824462890625, - 0.022247314453125, - -0.07391357421875, - 0.0019245147705078125, - 0.029205322265625, - -0.08026123046875, - 0.006008148193359375, - 0.034759521484375, - 0.004119873046875, - 0.0186767578125, - -0.0208587646484375, - -0.047882080078125, - 0.0197601318359375, - -0.02423095703125, - -0.044281005859375, - 0.027801513671875, - 0.0159912109375, - -0.0548095703125, - -0.01727294921875, - -0.023834228515625, - -0.0250244140625, - -0.0223388671875, - -0.01221466064453125, - 0.033355712890625, - 0.01226806640625, - -0.00814056396484375, - 0.0224456787109375, - 0.033355712890625, - -0.035552978515625, - -0.0264129638671875, - 0.038543701171875, - -0.045684814453125, - -0.036346435546875, - 0.0252227783203125, - -0.0022602081298828125, - 0.020660400390625, - -0.029205322265625, - -0.02374267578125, - 0.0008006095886230469, - 0.01062774658203125, - 0.01568603515625, - 0.0256195068359375, - -0.039520263671875, - -0.031585693359375, - -0.0462646484375, - 0.0357666015625, - 0.0036754608154296875, - 0.041900634765625, - 0.00269317626953125, - -0.0718994140625, - 0.045074462890625, - -0.060791015625, - -0.028594970703125, - 0.00044989585876464844, - 0.0229339599609375, - -0.0139007568359375, - 0.05841064453125, - -0.01568603515625, - -0.023834228515625, - -0.03436279296875, - 0.045867919921875, - -0.0020351409912109375, - 0.01007843017578125, - -0.044097900390625, - 0.0256195068359375, - 0.037139892578125, - -0.04290771484375, - -0.02899169921875, - -0.0162811279296875, - -0.031585693359375, - 0.047882080078125, - -0.06317138671875, - 0.004146575927734375, - 0.0208587646484375, - -0.0655517578125, - -0.0022716522216796875, - -0.03515625, - -0.02313232421875, - -0.052032470703125, - 0.02423095703125, - 0.0037994384765625, - -0.011871337890625, - 0.0303955078125, - 0.0035247802734375, - -0.005138397216796875, - 0.0164794921875, - -0.0005960464477539062, - -0.0234375, - 0.02740478515625, - -0.048858642578125, - -0.043487548828125, - -0.004543304443359375, - 0.045074462890625, - -0.038726806640625, - 0.0097808837890625, - -0.007049560546875, - -0.0264129638671875, - 0.045684814453125, - -0.049468994140625, - 0.004047393798828125, - -0.0283966064453125, - -0.0234375, - -0.00884246826171875, - -0.01409912109375, - 0.01470184326171875, - 0.029205322265625, - -0.0158843994140625, - 0.0204620361328125, - 0.03594970703125, - -0.0643310546875, - 0.029205322265625, - 0.0248260498046875, - 0.01490020751953125, - -0.0053863525390625, - 0.01549530029296875, - -0.01409912109375, - -0.004367828369140625, - 0.01549530029296875, - -0.03216552734375, - -0.021453857421875, - -0.08062744140625, - 0.01788330078125, - -0.00302886962890625, - 0.00489044189453125, - -0.00518798828125, - -0.0212554931640625, - -0.050262451171875, - -0.0272064208984375, - 0.03973388671875, - 0.0158843994140625, - -0.01142120361328125, - -0.03973388671875, - -0.01007843017578125, - 0.004741668701171875, - -0.0301971435546875, - 0.0345458984375, - -0.00506591796875, - 0.00675201416015625, - -0.004268646240234375, - -0.056793212890625, - 0.0173797607421875, - 0.027801513671875, - 0.036956787109375, - 0.01126861572265625, - 0.0149993896484375, - -0.0256195068359375, - 0.007843017578125, - -0.01340484619140625, - 0.001949310302734375, - -0.0068511962890625, - 0.0018625259399414062, - 0.03814697265625, - -0.0228424072265625, - 0.0133056640625, - -0.015594482421875, - -0.0037746429443359375, - 0.00730133056640625, - 0.01122283935546875, - -0.04071044921875, - 0.0201568603515625, - -0.006603240966796875, - 0.06988525390625, - -0.039520263671875, - -0.027801513671875, - -0.002147674560546875, - 0.01947021484375, - 0.0243377685546875, - 0.04547119140625, - -0.01102447509765625, - -0.033172607421875, - 0.014801025390625, - 0.0399169921875, - -0.0127105712890625, - -0.0204620361328125, - -0.04071044921875, - 0.000766754150390625, - 0.035552978515625, - 0.048065185546875, - 0.01146697998046875, - 0.10565185546875, - 0.006504058837890625, - 0.00409698486328125, - 0.034942626953125, - 0.053619384765625, - 0.03216552734375, - -0.03375244140625, - -0.050445556640625, - -0.0010671615600585938, - 0.0072479248046875, - -0.0205535888671875, - -0.03216552734375, - -0.0186767578125, - 0.0810546875, - -0.07745361328125, - -0.01490020751953125, - 0.00013494491577148438, - -0.0234375, - 0.01529693603515625, - -0.0006580352783203125, - -0.0064544677734375, - 0.0162811279296875, - -0.01082611083984375, - -0.0430908203125, - 0.01122283935546875, - -0.0056610107421875, - 0.028594970703125, - 0.06158447265625, - 0.0220489501953125, - 0.01419830322265625, - 0.0213470458984375, - 0.00223541259765625, - 0.03594970703125, - 0.0283966064453125, - 0.0205535888671875, - 0.02532958984375, - 0.0099334716796875, - 0.0228424072265625, - 0.0430908203125, - -0.0345458984375, - -0.027008056640625, - 0.0103302001953125, - 0.042510986328125, - 0.05322265625, - 0.0548095703125, - -0.0200653076171875, - 0.0166778564453125, - -0.0164794921875, - -0.024932861328125, - 0.0142974853515625, - -0.0077972412109375, - -0.0017995834350585938, - -0.048065185546875, - -0.033172607421875, - 0.0113677978515625, - -0.05322265625, - 0.03753662109375, - 0.012908935546875, - -0.04052734375, - -0.0201568603515625, - 0.029998779296875, - -0.0036754608154296875, - -0.03973388671875, - 0.0283966064453125, - 0.00516510009765625, - -0.0243377685546875, - -0.01092529296875, - -0.026611328125, - 0.0516357421875, - -0.0107269287109375, - -0.046875, - -0.0243377685546875, - 0.028594970703125, - -0.01087188720703125, - -0.036163330078125, - -0.039520263671875, - 0.048065185546875, - -0.0177764892578125, - -0.039337158203125, - -0.033966064453125, - -0.050262451171875, - 0.015594482421875, - -0.017974853515625, - 0.0169830322265625, - 0.0002605915069580078, - -0.03277587890625, - -0.0180816650390625, - -0.01409912109375, - -0.0200653076171875, - 0.04229736328125, - -0.031585693359375, - 0.0430908203125, - 0.0089874267578125, - 0.048858642578125, - 0.0186767578125, - 0.055999755859375, - -0.0139007568359375, - -0.00714874267578125, - -0.0064544677734375, - -0.062744140625, - 0.01161956787109375, - 0.00102996826171875, - 0.0173797607421875, - -0.07073974609375, - 0.0020732879638671875, - 0.0718994140625, - -0.052825927734375, - 0.03436279296875, - 0.0169830322265625, - -0.0181732177734375, - -0.05084228515625, - -0.0014209747314453125, - 0.002979278564453125, - 0.0245361328125, - 0.10247802734375, - -0.007747650146484375, - -0.0081939697265625, - -0.0166778564453125, - -0.0225372314453125, - 0.0506591796875, - 0.00576019287109375, - 0.03594970703125, - -0.0421142578125, - 0.017974853515625, - 0.0399169921875, - -0.038330078125, - 0.006256103515625, - -0.044097900390625, - 0.03216552734375, - 0.017974853515625, - -0.001712799072265625, - 0.0032024383544921875, - -0.01399993896484375, - -0.049652099609375, - -0.00849151611328125, - -0.028594970703125, - 0.031585693359375, - 0.004817962646484375, - 0.00615692138671875, - -0.0245361328125, - 0.0015392303466796875, - -0.01177215576171875, - -0.0452880859375, - -0.02313232421875, - -0.056793212890625, - 0.041717529296875, - 0.0028553009033203125, - -0.0430908203125, - 0.017181396484375, - 0.0025577545166015625, - -0.004070281982421875, - 0.01409912109375, - 0.0830078125, - -0.0399169921875, - -0.0036754608154296875, - 0.0303955078125, - 0.005908966064453125, - -0.004791259765625, - -0.01419830322265625, - -0.00963592529296875, - 0.027008056640625, - 0.0287933349609375, - -0.032379150390625, - 0.038543701171875, - 0.04449462890625, - -0.047271728515625, - -0.056396484375, - -0.04449462890625, - -0.04052734375, - 0.0313720703125, - -0.0107269287109375, - 0.025421142578125, - -0.01509857177734375, - -0.004245758056640625, - -0.1048583984375, - 0.047271728515625, - -0.01678466796875, - 0.01216888427734375, - 0.00296783447265625, - -0.01116943359375, - -0.06591796875, - -0.061187744140625, - 0.0146026611328125, - 0.02960205078125, - -0.02313232421875, - 0.0131072998046875, - 0.01251220703125, - -0.01003265380859375, - 0.0091400146484375, - 0.005733489990234375, - -0.00012564659118652344, - 0.0303955078125, - 0.02960205078125, - -0.032958984375, - 0.07269287109375, - -0.037933349609375, - 0.03216552734375, - -0.0173797607421875, - 0.0196685791015625, - -0.003116607666015625, - 0.00296783447265625, - -0.0177764892578125, - 0.01197052001953125, - 0.037933349609375, - 0.03515625, - -0.0170745849609375, - 0.0173797607421875, - -0.0177764892578125, - 0.00695037841796875, - -0.00888824462890625, - -0.026611328125, - 0.0074005126953125, - 0.01439666748046875, - -0.02581787109375, - -0.0027561187744140625, - -0.057586669921875, - -0.09771728515625, - 0.0157928466796875, - -0.05322265625, - -0.02105712890625, - 0.006702423095703125, - 0.01102447509765625, - 0.0035991668701171875, - -0.037750244140625, - 0.030792236328125, - -0.00794219970703125, - -0.016387939453125, - -0.039520263671875, - 0.033966064453125, - -0.0309906005859375, - 0.0335693359375, - 0.0064544677734375, - -0.0389404296875, - 0.0251312255859375, - -0.039520263671875, - 0.00249481201171875, - -0.02105712890625, - -0.0283966064453125, - -0.026611328125, - 0.0133056640625, - -0.0548095703125, - -0.01261138916015625, - 0.00635528564453125, - 0.0281982421875, - 0.0035495758056640625, - -0.006900787353515625, - 0.055206298828125, - 0.00409698486328125, - -0.053619384765625, - 0.03656005859375, - -0.0239410400390625, - -0.044097900390625, - -0.005908966064453125, - 0.0059356689453125, - 0.0037250518798828125, - 0.0033512115478515625, - 0.033172607421875, - 0.047271728515625, - 0.03277587890625, - -0.01439666748046875, - -0.0174713134765625, - -0.004421234130859375, - -0.0012044906616210938, - 0.0305938720703125, - 0.01146697998046875, - 0.018280029296875, - 0.0084381103515625, - 0.0228424072265625, - -0.02313232421875, - -0.096923828125, - -0.01236724853515625, - -0.04925537109375, - -0.05841064453125, - 0.02154541015625, - 0.0889892578125, - 0.03375244140625, - -0.002285003662109375, - 0.0301971435546875, - 0.042694091796875, - 0.052825927734375, - 0.017578125, - -0.0016508102416992188, - -0.03912353515625, - -0.005733489990234375, - 0.023834228515625, - 0.02532958984375, - -0.049652099609375, - 0.04766845703125, - 0.08184814453125, - -0.0024089813232421875, - 0.00015747547149658203, - 0.01490020751953125, - 0.006206512451171875, - 0.045684814453125, - 0.0216522216796875, - 0.0252227783203125, - -0.026214599609375, - 0.004245758056640625, - 0.01995849609375, - 0.0113677978515625, - -0.023834228515625, - -0.01439666748046875, - -0.026611328125, - 0.036163330078125, - -0.0731201171875, - -0.007598876953125, - 0.00655364990234375, - 0.0623779296875, - 0.019561767578125, - -0.036346435546875, - -0.0294036865234375, - 0.06353759765625, - 0.031982421875, - 0.000980377197265625, - 0.0192718505859375, - -0.0010366439819335938, - -0.006107330322265625, - 0.009979248046875, - 0.056793212890625, - 0.02532958984375, - 0.0731201171875, - 0.01003265380859375, - -0.05560302734375, - 0.03973388671875, - -0.0008749961853027344, - 0.00823974609375, - -0.00064849853515625, - -0.038543701171875, - -0.01116943359375, - -0.046478271484375, - 0.05401611328125, - 0.0116729736328125, - 0.036163330078125, - 0.0093841552734375, - -0.0116729736328125, - -0.007549285888671875, - 0.00603485107421875, - 0.0256195068359375, - 0.037139892578125, - 0.024932861328125, - 0.027008056640625, - 0.0309906005859375, - 0.026214599609375, - -0.0048675537109375, - -0.006282806396484375, - 0.038330078125, - -0.02899169921875, - -0.019073486328125, - -0.0484619140625, - -0.01256561279296875, - 0.0124664306640625, - -0.029205322265625, - -0.0035495758056640625, - -0.0146026611328125, - 0.012908935546875, - 0.005237579345703125, - -0.056793212890625, - -0.003326416015625, - 0.05718994140625, - -0.0421142578125, - 0.0272064208984375, - 0.01320648193359375, - -0.0221405029296875, - 0.0146026611328125, - -0.04827880859375, - 0.07110595703125, - 0.0127105712890625, - 0.012908935546875, - -0.003177642822265625, - 0.01241302490234375, - 0.0119171142578125, - 0.004146575927734375, - 0.0204620361328125, - 0.01201629638671875, - -0.050262451171875, - 0.049652099609375, - 0.037353515625, - 0.01116943359375, - -0.04150390625, - 0.046478271484375, - 0.01409912109375, - -0.07269287109375, - 0.050262451171875, - 0.01529693603515625, - 0.039337158203125, - -0.01837158203125, - 0.005809783935546875, - -0.00849151611328125, - -0.054412841796875, - 0.047088623046875, - 0.05322265625, - -0.027801513671875, - 0.0272064208984375, - -0.0548095703125, - 0.039520263671875, - 0.01409912109375, - 0.07745361328125, - -0.0687255859375, - 0.07470703125, - -0.006999969482421875, - 0.01197052001953125, - -0.012908935546875, - 0.027801513671875, - -0.0287933349609375, - 0.03515625, - -0.04388427734375, - 0.05841064453125, - 0.034149169921875, - -0.0301971435546875, - -0.0623779296875, - 0.0031032562255859375, - 0.041107177734375, - 0.00655364990234375, - 0.041107177734375, - -0.03973388671875, - -0.0097808837890625, - -0.015594482421875, - 0.047088623046875, - 0.07867431640625, - -0.004840850830078125, - 0.006504058837890625, - 0.005584716796875, - -0.006999969482421875, - -0.007450103759765625, - -0.023834228515625 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "malware-analysis", - "network-forensics", - "mobile-forensics" - ], - "phases": [], - "tags": [ - "gui", - "command-line", - "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_hashdeep", - "type": "tool", - "name": "hashdeep", - "content": "hashdeep multithread‑fähiges audit‑werkzeug, das dateien rekursiv einliest und gleich mehrere hash‑algorithmen (md5, sha‑1, sha‑256, tiger u.a.) erzeugt. unterstützt „baseline auditing“ zum automatischen wieder­erkennen neuer oder veränderter dateien und kann hash‑listen in nist‑nsrl‑ oder csv‑format ausgeben – perfekt für große datenträger‑batches. hashing auditing multihash static-investigations cloud-forensics examination analysis", - "embedding": [ - -0.0201263427734375, - 0.0172576904296875, - 0.052093505859375, - -0.019927978515625, - 0.029205322265625, - 0.011688232421875, - 0.038665771484375, - 0.0089263916015625, - -0.015289306640625, - -0.01390838623046875, - -0.032745361328125, - 0.05523681640625, - -0.0004284381866455078, - -0.01873779296875, - -0.059967041015625, - 0.04083251953125, - -0.0112457275390625, - 0.0009984970092773438, - 0.022491455078125, - 0.024261474609375, - -0.0274200439453125, - 0.00922393798828125, - -0.027618408203125, - 0.0118865966796875, - 0.006561279296875, - -0.011444091796875, - -0.032958984375, - -0.07220458984375, - -0.0311737060546875, - 0.02239990234375, - 0.00942230224609375, - -0.04931640625, - 0.0169677734375, - 0.02032470703125, - 0.01390838623046875, - -0.0192413330078125, - 0.023284912109375, - -0.037078857421875, - -0.01430511474609375, - 0.02130126953125, - -0.0133209228515625, - 0.01776123046875, - -0.002292633056640625, - -0.01080322265625, - -0.0174560546875, - -0.03985595703125, - 0.00981903076171875, - -0.017364501953125, - 0.0189361572265625, - -0.049530029296875, - 0.01873779296875, - 0.0272216796875, - 0.0184478759765625, - -0.017852783203125, - -0.0307769775390625, - 0.0282135009765625, - 0.04736328125, - -0.01129150390625, - -0.03375244140625, - 0.0278167724609375, - -0.03729248046875, - 0.0234832763671875, - 0.0243682861328125, - -0.031768798828125, - 0.039276123046875, - 0.020416259765625, - -0.04595947265625, - -0.0260467529296875, - 0.0006780624389648438, - 0.0264434814453125, - 0.0110015869140625, - -0.0076446533203125, - 0.0029964447021484375, - 0.03668212890625, - -0.03216552734375, - -0.04241943359375, - 0.00902557373046875, - 0.0138092041015625, - 0.0123291015625, - 0.00244140625, - -0.033538818359375, - 0.01479339599609375, - 0.0457763671875, - -0.025054931640625, - -0.00666046142578125, - 0.01361083984375, - 0.01361083984375, - -0.0038967132568359375, - 0.005794525146484375, - 0.007495880126953125, - 0.0222930908203125, - -0.011444091796875, - 0.031768798828125, - -0.018341064453125, - 0.031768798828125, - 0.06866455078125, - 0.01410675048828125, - -0.002132415771484375, - 0.01519012451171875, - 0.0272216796875, - 0.0198211669921875, - -0.01194000244140625, - 0.051300048828125, - -0.0260467529296875, - 0.04241943359375, - -0.0256500244140625, - 0.005374908447265625, - -0.0390625, - -0.01218414306640625, - -0.00710296630859375, - -0.09429931640625, - -0.039459228515625, - -0.042236328125, - -0.0662841796875, - 0.001590728759765625, - 0.005352020263671875, - -0.00228118896484375, - 0.04913330078125, - -0.052490234375, - -0.05841064453125, - -0.00260162353515625, - 0.0084381103515625, - -0.02081298828125, - -0.01390838623046875, - -0.045166015625, - -0.059967041015625, - 0.01134490966796875, - 0.01129150390625, - -0.017364501953125, - -0.0218048095703125, - -0.0036754608154296875, - 0.00966644287109375, - 0.0172576904296875, - -0.05328369140625, - 0.0028228759765625, - -0.026641845703125, - 0.016571044921875, - -0.02337646484375, - 0.01568603515625, - -0.01312255859375, - 0.035919189453125, - -0.031768798828125, - -0.06671142578125, - 0.017364501953125, - -0.00690460205078125, - -0.0142059326171875, - -0.0222015380859375, - 0.03668212890625, - -0.039276123046875, - 0.01282501220703125, - -0.004364013671875, - 0.0188446044921875, - 0.054443359375, - -0.00946807861328125, - 0.01558685302734375, - -0.04498291015625, - 0.007595062255859375, - -0.0295867919921875, - 0.0256500244140625, - -0.005573272705078125, - -0.02130126953125, - 0.0055999755859375, - -0.0278167724609375, - 0.024658203125, - -0.0272216796875, - -0.047943115234375, - -0.0174560546875, - 0.037689208984375, - -0.0016155242919921875, - 0.01499176025390625, - 0.059967041015625, - -0.0214996337890625, - 0.045379638671875, - 0.06671142578125, - -0.01430511474609375, - 0.025054931640625, - 0.0033779144287109375, - -0.00414276123046875, - 0.0631103515625, - 0.0121307373046875, - -0.02801513671875, - -0.0017633438110351562, - 0.08367919921875, - 0.00878143310546875, - 0.004810333251953125, - -0.009521484375, - -0.025054931640625, - 0.0244598388671875, - -0.004833221435546875, - 0.020721435546875, - -0.026641845703125, - -0.0180511474609375, - -0.02978515625, - 0.02288818359375, - 0.035308837890625, - 0.04083251953125, - 0.0227813720703125, - 0.004810333251953125, - 0.0560302734375, - -0.0146026611328125, - 0.0035762786865234375, - 0.0176544189453125, - 0.014007568359375, - 0.05328369140625, - 0.0205230712890625, - -0.0142059326171875, - 0.01262664794921875, - 0.035125732421875, - 0.031768798828125, - -0.036895751953125, - -0.0172576904296875, - 0.041229248046875, - -0.003070831298828125, - -0.0023670196533203125, - -0.04913330078125, - -0.034912109375, - -0.00466156005859375, - -0.00666046142578125, - -0.0274200439453125, - 0.003650665283203125, - -0.03411865234375, - -0.045166015625, - -0.005130767822265625, - 0.022003173828125, - -0.0256500244140625, - 0.0171661376953125, - 0.030975341796875, - -0.030181884765625, - -0.01361083984375, - 0.025054931640625, - -0.004364013671875, - 0.02081298828125, - 0.01390838623046875, - 0.014892578125, - 0.0023670196533203125, - -0.019134521484375, - 0.04913330078125, - 0.02545166015625, - 0.0112457275390625, - 0.014892578125, - -0.0205230712890625, - 0.0286102294921875, - -0.0171661376953125, - 0.040435791015625, - 0.0162811279296875, - -0.00818634033203125, - -0.0035762786865234375, - 0.00848388671875, - 0.018646240234375, - 0.04931640625, - -0.050506591796875, - -0.007350921630859375, - -0.059967041015625, - 0.00833892822265625, - -0.034332275390625, - -0.025848388671875, - -0.055633544921875, - -0.08050537109375, - 0.054840087890625, - -0.032562255859375, - 0.00902557373046875, - -0.0012826919555664062, - 0.030181884765625, - 0.0138092041015625, - 0.00542449951171875, - -0.0014429092407226562, - -0.056427001953125, - 0.036895751953125, - 0.06353759765625, - -0.0134124755859375, - -0.017364501953125, - -0.019927978515625, - 0.00690460205078125, - 0.0133209228515625, - 0.0134124755859375, - -0.0025157928466796875, - 0.014404296875, - 0.028411865234375, - 0.022003173828125, - 0.0080413818359375, - -0.006015777587890625, - -0.0013685226440429688, - -0.00666046142578125, - 0.03668212890625, - -0.0294036865234375, - -0.0150909423828125, - -0.02239990234375, - 0.0185394287109375, - -0.0185394287109375, - -0.04595947265625, - -0.01104736328125, - 0.0467529296875, - 0.001190185546875, - 0.011444091796875, - -0.0209197998046875, - -0.054046630859375, - 0.0037479400634765625, - 0.00394439697265625, - -0.0264434814453125, - 0.024566650390625, - 0.06591796875, - -0.045562744140625, - 0.0102081298828125, - -0.01045989990234375, - 0.00838470458984375, - -0.032562255859375, - -0.055633544921875, - -0.01030731201171875, - 0.0001348257064819336, - -0.01558685302734375, - -0.0278167724609375, - 0.0074462890625, - -0.031951904296875, - 0.01312255859375, - -0.00794219970703125, - -0.00574493408203125, - -0.05682373046875, - -0.0364990234375, - 0.005523681640625, - -0.03826904296875, - -0.0313720703125, - -0.035919189453125, - 0.057220458984375, - -0.006805419921875, - -0.004932403564453125, - -0.017059326171875, - 0.01070404052734375, - -0.010650634765625, - 0.011199951171875, - -0.03631591796875, - 0.03887939453125, - 0.0004715919494628906, - 0.0611572265625, - 0.02880859375, + -0.004795074462890625, + -0.01959228515625, + 0.0232391357421875, + -0.02606201171875, 0.040252685546875, - 0.03631591796875, - 0.06036376953125, - 0.02337646484375, - -0.0286102294921875, - 0.01178741455078125, - -0.0018987655639648438, - 0.0015535354614257812, - 0.0142059326171875, - -0.011444091796875, - -0.0247650146484375, - -0.0108489990234375, - -0.035308837890625, - 0.0158843994140625, - 0.014404296875, - 0.032562255859375, - 0.0210113525390625, - -0.01242828369140625, - 0.0133209228515625, - 0.0765380859375, - -0.0106048583984375, - 0.1136474609375, - -0.005970001220703125, - -0.055633544921875, - 0.00897979736328125, - 0.05682373046875, - -0.0303802490234375, - 0.0019855499267578125, - 0.0274200439453125, - 0.02288818359375, - 0.0142059326171875, - 0.036102294921875, - -0.018341064453125, - 0.032958984375, - 0.0227813720703125, - 0.0004439353942871094, - 0.0264434814453125, - -0.0019359588623046875, - 0.0234832763671875, - 0.0380859375, - -0.0009307861328125, - 0.02880859375, - 0.031951904296875, - -0.022979736328125, - -0.0295867919921875, - -0.03631591796875, - -0.0675048828125, - 0.01262664794921875, - 0.037078857421875, - 0.0235748291015625, - 0.0390625, - -0.0238800048828125, - -0.07574462890625, - 0.0295867919921875, - -0.04144287109375, - 0.0509033203125, - 0.0509033203125, - 0.01371002197265625, - 0.01312255859375, - -0.0163726806640625, - 0.023284912109375, - 0.034515380859375, - 0.01154327392578125, - 0.02130126953125, - 0.039459228515625, - 0.047760009765625, - 0.00250244140625, - -0.041046142578125, - 0.021697998046875, - 0.03375244140625, - 0.0225830078125, - 0.0196380615234375, - 0.0218963623046875, - -0.002552032470703125, - 0.0256500244140625, - -0.0226898193359375, - 0.061553955078125, - 0.01470184326171875, - -0.0169677734375, - -0.005794525146484375, - -0.0028476715087890625, - 0.0192413330078125, - -0.014404296875, - 0.01351165771484375, - -0.0001341104507446289, - 0.0142059326171875, - 0.0037479400634765625, - 0.021209716796875, - -0.0467529296875, - -0.003871917724609375, - 0.0234832763671875, - -0.040435791015625, - 0.03826904296875, - 0.0295867919921875, - -0.0374755859375, - 0.00730133056640625, - -0.01074981689453125, - -0.07379150390625, - 0.06390380859375, - -0.0457763671875, - -0.03155517578125, - 0.003231048583984375, - 0.014404296875, - -0.044189453125, - -0.0235748291015625, - -0.0426025390625, - -0.019134521484375, - -0.01361083984375, - -0.01312255859375, - 0.0179595947265625, - -0.0214996337890625, - 0.015777587890625, - 0.05841064453125, - 0.0509033203125, - -0.0225830078125, - -0.049713134765625, - 0.047149658203125, - 0.0009188652038574219, - -0.052886962890625, - 0.03411865234375, - 0.0070037841796875, - 0.01203155517578125, - -0.029205322265625, - -0.050506591796875, - -0.0154876708984375, + 0.0096588134765625, + -0.0189056396484375, + -0.0596923828125, + 0.04052734375, + -0.020660400390625, + 0.00325775146484375, + 0.01195526123046875, + 0.01397705078125, + -0.005336761474609375, + -0.01073455810546875, + -0.043212890625, + -0.021881103515625, + 0.0058746337890625, + 0.0177001953125, + 0.01120758056640625, + -0.0723876953125, + -0.0279541015625, + 0.009185791015625, + 0.01837158203125, + -0.033905029296875, + 0.00959014892578125, 0.0106048583984375, - -0.0076446533203125, - 0.008880615234375, - -0.042022705078125, - -0.018157958984375, - -0.02978515625, - 0.05010986328125, - 0.006561279296875, - 0.033538818359375, - -0.02545166015625, - -0.04595947265625, - 0.0264434814453125, - -0.072998046875, - -0.047149658203125, - -0.0016527175903320312, - 0.0198211669921875, - 0.009521484375, - 0.0447998046875, - -0.0063629150390625, - 0.0095672607421875, - -0.0294036865234375, - 0.037078857421875, - 0.039276123046875, - -0.01312255859375, - -0.0733642578125, - 0.03216552734375, - 0.010406494140625, - -0.07537841796875, - -0.0189361572265625, - -0.032745361328125, - 0.0163726806640625, - 0.032745361328125, - -0.0576171875, - -0.007152557373046875, - -0.00902557373046875, - -0.01953125, - -0.034912109375, - -0.03472900390625, - -0.014404296875, - -0.02880859375, - 0.023284912109375, - 0.0295867919921875, - -0.0146026611328125, - 0.042999267578125, - 0.00991058349609375, - -0.0125274658203125, - 0.0159759521484375, - 0.0016279220581054688, - -0.004909515380859375, - 0.0509033203125, - -0.035125732421875, - -0.010650634765625, - -0.0167694091796875, - 0.0447998046875, - -0.014892578125, - -0.004390716552734375, - -0.00037598609924316406, - -0.05169677734375, - 0.047760009765625, - -0.05841064453125, - 0.01568603515625, - -0.020721435546875, - -0.033538818359375, - -0.06866455078125, - -0.017364501953125, - 0.0243682861328125, - 0.0102081298828125, - 0.0029354095458984375, - -0.019439697265625, - 0.0179595947265625, - -0.04595947265625, - 0.0230865478515625, - 0.0154876708984375, - -0.0167694091796875, - -0.00360107421875, - -0.0014057159423828125, - 0.042816162109375, - -0.0006966590881347656, - 0.026824951171875, - -0.0239715576171875, - -0.0218048095703125, - -0.072998046875, - 0.034515380859375, - -0.0036258697509765625, - -0.01258087158203125, - -0.017059326171875, - -0.045166015625, - -0.078125, - -0.00106048583984375, - 0.04595947265625, - 0.030181884765625, - -0.0211181640625, - -0.0274200439453125, - -0.024169921875, - -0.00882720947265625, - -0.025848388671875, - 0.02545166015625, - -0.0225830078125, - -0.0021820068359375, - 0.0072021484375, - -0.0222930908203125, - 0.054046630859375, - 0.033538818359375, - 0.0121307373046875, - 0.02978515625, - -0.0210113525390625, - -0.03375244140625, - 0.01312255859375, - -0.0240631103515625, - -0.04736328125, - -0.00902557373046875, - -0.0012025833129882812, - 0.048919677734375, - -0.032745361328125, - -0.020416259765625, - 0.030975341796875, - 0.025848388671875, - 0.0256500244140625, - -0.0057220458984375, - -0.019134521484375, - 0.0150909423828125, - -0.007396697998046875, - 0.058807373046875, - -0.03375244140625, - -0.06787109375, - 0.00882720947265625, - -0.006191253662109375, - 0.054046630859375, - 0.03314208984375, - -0.0286102294921875, - -0.026641845703125, - 0.022003173828125, - 0.07183837890625, - -0.026641845703125, - -0.01873779296875, - -0.0034770965576171875, - -0.007843017578125, - 0.0146026611328125, - 0.057220458984375, - 0.01050567626953125, - 0.08642578125, - 0.02130126953125, - 0.0118408203125, - 0.0166778564453125, - 0.035919189453125, - -0.0013132095336914062, - -0.02337646484375, - -0.0777587890625, - -0.00350189208984375, - 0.0169677734375, - -0.033538818359375, - -0.00614166259765625, - -0.04144287109375, - 0.042236328125, - -0.06982421875, - -0.02880859375, - 0.00670623779296875, - -0.01953125, - 0.0303802490234375, - 0.0256500244140625, - -0.0355224609375, - -0.0007677078247070312, - 0.016571044921875, - -0.024169921875, - -0.017059326171875, - 0.002971649169921875, - 0.0252532958984375, - 0.048919677734375, - 0.0192413330078125, - -0.043792724609375, - 0.03216552734375, - 0.01282501220703125, - 0.03631591796875, - 0.0406494140625, - 0.039459228515625, - 0.026641845703125, - 0.02496337890625, - 0.0313720703125, - 0.057220458984375, - -0.0123291015625, - -0.0238800048828125, - 0.03216552734375, - 0.01090240478515625, - 0.03631591796875, - 0.045562744140625, - -0.00426483154296875, - -0.00164031982421875, - 0.0222015380859375, - -0.059967041015625, - -0.0106048583984375, - -0.01114654541015625, - -0.0247650146484375, - -0.04913330078125, - -0.00530242919921875, - 0.018646240234375, - -0.040252685546875, - 0.0560302734375, - 0.0256500244140625, - -0.042236328125, - -0.0103607177734375, - 0.0256500244140625, - 0.012481689453125, - -0.047943115234375, - -0.0122833251953125, - -0.0235748291015625, - -0.0162811279296875, - -0.031768798828125, - -0.050506591796875, - 0.031768798828125, - -0.0019483566284179688, - -0.062347412109375, - -0.031768798828125, - 0.035919189453125, - -0.0031452178955078125, - -0.03985595703125, - -0.03216552734375, - -0.005374908447265625, - -0.035919189453125, - -0.009124755859375, - -0.039642333984375, - -0.0222930908203125, - 0.041046142578125, - -0.026641845703125, - -0.00690460205078125, - -0.017059326171875, - -0.0264434814453125, - -0.00966644287109375, - -0.00394439697265625, - -0.0035762786865234375, - 0.0169677734375, - -0.0240631103515625, - 0.046356201171875, - 0.0154876708984375, - 0.0169677734375, - 0.035919189453125, - 0.046966552734375, - 0.00279998779296875, - 0.011199951171875, - -0.01371002197265625, - -0.046173095703125, - 0.01030731201171875, - 0.00394439697265625, - 0.022491455078125, - -0.0714111328125, - 0.001110076904296875, - 0.05841064453125, - -0.059173583984375, - 0.0303802490234375, - 0.0011529922485351562, - 0.00646209716796875, - -0.044189453125, - -0.00360107421875, - 0.0211181640625, - 0.004070281982421875, - 0.09429931640625, - 0.019927978515625, - -0.0260467529296875, - 0.0016527175903320312, - -0.04656982421875, - 0.0311737060546875, - 0.029205322265625, - 0.017364501953125, - -0.0231781005859375, - 0.0294036865234375, - 0.0036754608154296875, - -0.0274200439453125, - 0.0196380615234375, - -0.0867919921875, - -0.006511688232421875, - -0.0017757415771484375, - 0.01312255859375, - -0.0260467529296875, - -0.00466156005859375, - -0.054443359375, - -0.045166015625, - -0.04144287109375, - 0.01568603515625, - -0.0025157928466796875, - 0.0222015380859375, - -0.07574462890625, - -0.01222991943359375, - 0.0150909423828125, - -0.03887939453125, - -0.0311737060546875, - -0.024261474609375, - 0.033935546875, - -0.0032806396484375, - -0.04656982421875, - 0.012725830078125, - 0.0214080810546875, - 0.038665771484375, - 0.02801513671875, - 0.01361083984375, - -0.0390625, - -0.0142059326171875, - 0.01499176025390625, - 0.042816162109375, - 0.01538848876953125, - -0.0129241943359375, - 0.0037975311279296875, - 0.012481689453125, - 0.01470184326171875, - -0.056427001953125, - 0.0005116462707519531, - 0.0256500244140625, - 0.0016765594482421875, - -0.07537841796875, - -0.0323486328125, - -0.024566650390625, - 0.050323486328125, - -0.009521484375, - 0.027618408203125, - 0.0134124755859375, - -0.00902557373046875, - -0.0714111328125, - 0.0643310546875, - -0.0185394287109375, - 0.0222930908203125, - 0.019134521484375, - -0.0307769775390625, - -0.042022705078125, - -0.0595703125, - -0.02081298828125, - 0.02001953125, - -0.0209197998046875, - 0.044403076171875, - 0.0270233154296875, - 0.001190185546875, - 0.00902557373046875, - -0.006290435791015625, - 0.00024962425231933594, - 0.047943115234375, - -0.0022563934326171875, - -0.00646209716796875, - 0.061553955078125, - -0.040252685546875, - 0.01450347900390625, - -0.007053375244140625, - 0.009521484375, - 0.005130767822265625, - 0.006855010986328125, - 0.003032684326171875, - 0.007793426513671875, - 0.034332275390625, - 0.0290069580078125, - -0.018646240234375, - 0.0003883838653564453, - -0.01302337646484375, - 0.032958984375, - 0.031951904296875, - 0.01390838623046875, - -0.0171661376953125, - -0.0024547576904296875, - -0.007595062255859375, - -0.020416259765625, - -0.042999267578125, - -0.0726318359375, - -0.0032062530517578125, - -0.01538848876953125, - -0.019439697265625, - 0.0164794921875, - 0.019439697265625, - 0.003452301025390625, - -0.024169921875, - 0.0234832763671875, - 0.01050567626953125, - -0.0102081298828125, - -0.026641845703125, - 0.01055908203125, - -0.0138092041015625, - 0.0355224609375, - -0.009368896484375, - -0.0218048095703125, - 0.041046142578125, - 0.0018491744995117188, - -0.008880615234375, - -0.004955291748046875, - -0.010009765625, - -0.042236328125, - 0.0218963623046875, - -0.04852294921875, - -0.0355224609375, - 0.032958984375, - 0.0176544189453125, - 0.0014362335205078125, - -0.045379638671875, - 0.052490234375, - -0.01110076904296875, - -0.0682373046875, - -0.0028228759765625, - -0.0146026611328125, - -0.0726318359375, - 0.0313720703125, - -0.0180511474609375, - 0.0218963623046875, - -0.015777587890625, - 0.01904296875, - 0.026824951171875, - 0.04339599609375, - 0.01824951171875, - -0.0093231201171875, - -0.01519012451171875, - -0.0133209228515625, - 0.016571044921875, - 0.04498291015625, - 0.0012025833129882812, - -0.005870819091796875, - 0.015289306640625, - -0.0122833251953125, - -0.08209228515625, - 0.0037479400634765625, - -0.0252532958984375, - -0.04498291015625, - 0.019927978515625, - 0.0970458984375, - 0.035919189453125, - 0.0097198486328125, - 0.0218048095703125, - 0.0509033203125, - 0.0214080810546875, - 0.019927978515625, - -0.011688232421875, - -0.054443359375, - -0.01470184326171875, - -0.0026397705078125, - 0.047943115234375, - -0.06549072265625, - 0.045562744140625, - 0.043792724609375, - -0.0226898193359375, - -0.0154876708984375, - 0.00962066650390625, - -0.00574493408203125, - 0.052886962890625, - 0.01238250732421875, - 0.034332275390625, - -0.04656982421875, - 0.0044403076171875, - -0.0015659332275390625, - 0.01110076904296875, - -0.010650634765625, - 0.016571044921875, - -0.02001953125, - 0.03155517578125, - -0.04736328125, - 0.004734039306640625, - -0.004070281982421875, - 0.07537841796875, - -0.008087158203125, - -0.058807373046875, - -0.0262451171875, - 0.048126220703125, - 0.024261474609375, - -0.031951904296875, - 0.0035266876220703125, - -0.01194000244140625, - -0.01361083984375, - 0.04083251953125, - 0.045562744140625, - -0.00028824806213378906, - 0.0163726806640625, - 0.00614166259765625, - -0.0374755859375, - 0.036895751953125, - -0.00666046142578125, - 0.01178741455078125, - -0.0016279220581054688, - -0.045562744140625, - -0.01050567626953125, - -0.05364990234375, - 0.032562255859375, - 0.011444091796875, - 0.00446319580078125, - 0.025848388671875, - -0.00170135498046875, - -0.0264434814453125, - -0.0021572113037109375, - 0.010406494140625, - 0.022003173828125, - 0.004634857177734375, - -0.017364501953125, - 0.0256500244140625, - 0.038665771484375, - -0.012481689453125, - -0.05169677734375, - 0.0509033203125, - -0.0164794921875, - -0.004489898681640625, - -0.04736328125, - 0.0015411376953125, - -0.0004622936248779297, - -0.0264434814453125, - 0.000006079673767089844, - -0.02130126953125, - 0.03411865234375, - -0.0218048095703125, - -0.039642333984375, - -0.0129241943359375, - 0.043609619140625, - -0.0252532958984375, - 0.052490234375, - 0.018157958984375, - -0.023284912109375, - 0.0264434814453125, - -0.0675048828125, - 0.054046630859375, - 0.032745361328125, - 0.01129150390625, - 0.00228118896484375, - 0.009521484375, - 0.0231781005859375, - -0.01074981689453125, - 0.005130767822265625, - 0.009368896484375, - -0.014007568359375, - 0.033355712890625, - 0.0256500244140625, - 0.0142059326171875, - -0.0313720703125, - 0.0307769775390625, - 0.0016765594482421875, - -0.03314208984375, - 0.042999267578125, - 0.0374755859375, - 0.00981903076171875, - 0.001220703125, - -0.025848388671875, - 0.0093231201171875, - -0.061553955078125, - 0.032958984375, - 0.032562255859375, - -0.003021240234375, - 0.034332275390625, - -0.03668212890625, - 0.052490234375, - 0.019134521484375, - 0.0611572265625, - -0.0189361572265625, - 0.034515380859375, - -0.018646240234375, - 0.0167694091796875, - -0.00942230224609375, - 0.0089263916015625, - -0.023681640625, - 0.0447998046875, - -0.040252685546875, - 0.04913330078125, - 0.032562255859375, - -0.0003082752227783203, - -0.0509033203125, - -0.0270233154296875, - -0.016876220703125, - 0.0163726806640625, - 0.034332275390625, - -0.037078857421875, - 0.00202178955078125, - 0.0014057159423828125, - 0.0595703125, - 0.044586181640625, - 0.002429962158203125, - 0.0220947265625, - -0.021209716796875, - 0.0006504058837890625, - 0.0086822509765625, - -0.0012454986572265625 - ], - "metadata": { - "domains": [ - "static-investigations", - "cloud-forensics" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "hashing", - "auditing", - "multihash" - ], - "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. command-line 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.044921875, - 0.0172882080078125, - 0.04730224609375, - -0.004322052001953125, - 0.0271148681640625, - 0.0206451416015625, - -0.01319122314453125, - 0.00714111328125, - -0.004367828369140625, - 0.01273345947265625, - -0.0156402587890625, - 0.0589599609375, - -0.0222015380859375, - -0.00582122802734375, - -0.060394287109375, - 0.0574951171875, - -0.0120086669921875, - -0.0007958412170410156, - 0.0019664764404296875, - 0.0164642333984375, - -0.019012451171875, - -0.03985595703125, - -0.04656982421875, - 0.00795745849609375, - -0.0005712509155273438, - -0.002285003662109375, - -0.0012226104736328125, - -0.0567626953125, - -0.023468017578125, - -0.0006594657897949219, - 0.0092315673828125, - -0.0196533203125, - 0.006458282470703125, - 0.0158233642578125, - 0.01355743408203125, - -0.0216522216796875, - 0.00498199462890625, - -0.014556884765625, - -0.013916015625, - 0.061859130859375, - -0.0089111328125, - -0.0118255615234375, - -0.00582122802734375, - -0.01328277587890625, - -0.004230499267578125, - -0.043487548828125, - 0.0169219970703125, - -0.0120086669921875, - 0.0301971435546875, - -0.0305633544921875, - 0.032196044921875, - 0.044921875, - -0.01355743408203125, - -0.02911376953125, - -0.0382080078125, - 0.032196044921875, - 0.042022705078125, - -0.0025119781494140625, - -0.033477783203125, - 0.06622314453125, - -0.052764892578125, - -0.0274658203125, - 0.0009212493896484375, - -0.02911376953125, - 0.0094146728515625, - 0.0185546875, - -0.018096923828125, - -0.042022705078125, - -0.014007568359375, - -0.009735107421875, - -0.00035381317138671875, - -0.004344940185546875, - -0.01947021484375, - 0.0222930908203125, - -0.040924072265625, - -0.06658935546875, - 0.005596160888671875, - 0.037109375, - 0.004070281982421875, - -0.002468109130859375, - -0.060028076171875, - 0.01337432861328125, - 0.032745361328125, - -0.0307464599609375, - -0.01041412353515625, - 0.01073455810546875, - 0.034393310546875, - 0.01009368896484375, - -0.0071868896484375, - -0.0037059783935546875, - 0.033843994140625, - -0.01446533203125, - 0.01373291015625, - -0.0301971435546875, - 0.0545654296875, - 0.050567626953125, - -0.0210113525390625, - -0.007049560546875, - -0.0116424560546875, - 0.01409912109375, - 0.031646728515625, - -0.05712890625, - 0.04840087890625, - -0.01873779296875, - 0.040557861328125, - -0.0281982421875, - 0.034393310546875, - -0.018829345703125, - -0.0252838134765625, - -0.01036834716796875, - -0.0902099609375, - -0.02874755859375, - -0.00595855712890625, - -0.054931640625, - 0.005596160888671875, - 0.010009765625, - 0.004913330078125, - 0.0382080078125, - -0.04510498046875, - -0.02838134765625, - 0.0181884765625, - 0.01319122314453125, - -0.018646240234375, - 0.003910064697265625, - -0.0731201171875, - -0.052398681640625, - -0.01245880126953125, - 0.014556884765625, - -0.0389404296875, - -0.0267486572265625, - -0.017913818359375, - -0.0159149169921875, - -0.0274658203125, - -0.041473388671875, - -0.002910614013671875, - -0.005115509033203125, - 0.033111572265625, - -0.005138397216796875, - -0.02801513671875, - 0.003002166748046875, - 0.0224609375, - -0.023834228515625, - -0.052032470703125, - -0.0160980224609375, - -0.03875732421875, - -0.018096923828125, - -0.037841796875, - 0.040374755859375, - -0.0146484375, - -0.014190673828125, - -0.0160064697265625, - 0.0452880859375, - 0.0281982421875, - 0.00586700439453125, - 0.00832366943359375, - -0.059661865234375, - -0.00445556640625, - -0.01409912109375, - 0.02838134765625, - -0.0301971435546875, - -0.0022068023681640625, - 0.005706787109375, - -0.0209197998046875, - 0.0157318115234375, - -0.01482391357421875, - -0.0202789306640625, - -0.0157318115234375, - 0.013824462890625, - 0.0168304443359375, - -0.006458282470703125, - 0.0146484375, - -0.01446533203125, - 0.04547119140625, - 0.06695556640625, - -0.005115509033203125, - 0.002864837646484375, - 0.01059722900390625, - -0.01491546630859375, - 0.018280029296875, - 0.03912353515625, - -0.023468017578125, - -0.0211029052734375, - 0.033111572265625, - -0.001819610595703125, - 0.024566650390625, - 0.0070037841796875, - -0.01528167724609375, - -0.01910400390625, - -0.041473388671875, - 0.017730712890625, - -0.043670654296875, - -0.041839599609375, - -0.006595611572265625, - 0.01983642578125, - 0.0269317626953125, - 0.054931640625, - 0.0298309326171875, - -0.00609588623046875, - 0.028564453125, - -0.00572967529296875, - 0.01123046875, - 0.040924072265625, - -0.0217437744140625, - 0.024383544921875, - -0.01291656494140625, - 0.009368896484375, - -0.00287628173828125, - 0.04638671875, - 0.032196044921875, - -0.0168304443359375, - -0.0168304443359375, - 0.061492919921875, - -0.014556884765625, - -0.02728271484375, - -0.040374755859375, - -0.017913818359375, - 0.033660888671875, - -0.0173797607421875, - -0.023284912109375, - 0.009368896484375, - -0.01873779296875, - -0.03985595703125, - -0.00140380859375, - 0.03912353515625, - -0.0173797607421875, - 0.04803466796875, - 0.0170135498046875, - -0.03582763671875, - -0.0249176025390625, - 0.007549285888671875, - 0.022552490234375, - 0.031463623046875, - 0.0037288665771484375, - 0.0175628662109375, - -0.019927978515625, - -0.0274658203125, - 0.054931640625, - 0.061492919921875, - 0.0015125274658203125, - 0.01328277587890625, - -0.0123748779296875, - 0.050567626953125, - -0.034027099609375, - 0.02764892578125, - 0.023284912109375, - -0.0090484619140625, - 0.00823211669921875, - 0.005596160888671875, - 0.0271148681640625, - 0.06695556640625, - -0.0574951171875, - -0.013641357421875, - -0.05712890625, - -0.006412506103515625, - -0.0589599609375, - -0.0309295654296875, - -0.0374755859375, - -0.042022705078125, - 0.042572021484375, - -0.01837158203125, - -0.0367431640625, - -0.0254669189453125, - 0.006458282470703125, - -0.002410888671875, - 0.06585693359375, - -0.01983642578125, - -0.0301971435546875, - 0.0254669189453125, - 0.06695556640625, - -0.01091766357421875, - -0.0165557861328125, - -0.01027679443359375, - 0.0156402587890625, - 0.000087738037109375, - 0.01983642578125, - -0.033111572265625, - -0.0033664703369140625, - 0.03912353515625, - 0.02728271484375, - 0.0204620361328125, - -0.0160980224609375, - -0.0012454986572265625, - 0.0073699951171875, - 0.032562255859375, - -0.0360107421875, - 0.0019102096557617188, - 0.0120086669921875, - -0.00359344482421875, - -0.0205535888671875, - -0.06658935546875, - -0.0161895751953125, - 0.0303802490234375, - 0.006458282470703125, - 0.02947998046875, - 0.005115509033203125, - -0.04949951171875, - 0.005207061767578125, - -0.0189208984375, - 0.010009765625, - 0.024566650390625, - 0.040374755859375, - -0.042388916015625, - -0.007732391357421875, - 0.004116058349609375, - 0.0027751922607421875, - -0.044219970703125, - -0.0560302734375, - -0.0118255615234375, - -0.00827789306640625, - -0.04620361328125, - -0.00234222412109375, - 0.0091400146484375, - -0.0021953582763671875, - -0.00600433349609375, - -0.005023956298828125, - -0.018096923828125, - -0.05859375, - -0.061859130859375, - -0.009735107421875, - -0.031463623046875, - -0.034576416015625, - -0.0224609375, - 0.050933837890625, - 0.004024505615234375, - 0.042205810546875, - -0.018463134765625, - 0.01528167724609375, - -0.039306640625, - 0.023193359375, - -0.01282501220703125, - 0.024566650390625, - -0.013824462890625, - 0.050567626953125, - 0.050933837890625, - 0.0120086669921875, - 0.01114654541015625, - 0.074951171875, - 0.02801513671875, - 0.005344390869140625, - -0.004413604736328125, - -0.0038890838623046875, - -0.0020809173583984375, - 0.014373779296875, - -0.0115966796875, - -0.03619384765625, - 0.003570556640625, - -0.0069580078125, - 0.01319122314453125, - -0.0004093647003173828, - 0.01555633544921875, - 0.023101806640625, - -0.022552490234375, - 0.01319122314453125, - 0.0589599609375, - -0.00618743896484375, - 0.0960693359375, - -0.01519012451171875, - -0.0218353271484375, - 0.0209197998046875, - 0.0222930908203125, - -0.0213775634765625, - -0.0096893310546875, - 0.0460205078125, - 0.0166473388671875, - 0.0010004043579101562, - 0.044586181640625, - -0.0018987655639648438, - 0.01055145263671875, - -0.007411956787109375, - -0.022552490234375, - -0.006504058837890625, - 0.00982666015625, - 0.0020923614501953125, - 0.077880859375, - 0.0254669189453125, - 0.00350189208984375, - 0.0254669189453125, - -0.0300140380859375, - -0.024383544921875, - -0.041473388671875, - -0.07275390625, - -0.01110076904296875, - 0.0271148681640625, - 0.0119171142578125, - 0.04803466796875, - -0.033660888671875, - -0.061492919921875, - 0.0217437744140625, - -0.0560302734375, - 0.0712890625, - 0.0389404296875, - 0.017730712890625, - 0.041107177734375, - -0.0008525848388671875, - -0.007411956787109375, - 0.032379150390625, - -0.00814056396484375, - 0.0171051025390625, - 0.03839111328125, - 0.023651123046875, - 0.0211029052734375, - -0.0303802490234375, - 0.0254669189453125, - 0.033843994140625, - 0.0070953369140625, - -0.009368896484375, - 0.023284912109375, - 0.0289306640625, - 0.01947021484375, - -0.049835205078125, - 0.03802490234375, - 0.00609588623046875, - -0.0122833251953125, - 0.023651123046875, - -0.01023101806640625, - 0.007049560546875, - -0.04620361328125, - 0.0007562637329101562, - 0.00868988037109375, - 0.0004150867462158203, - 0.024200439453125, - 0.0301971435546875, - -0.049835205078125, - -0.01500701904296875, - 0.03656005859375, - -0.060028076171875, - 0.032379150390625, - 0.0396728515625, - -0.0210113525390625, - 0.009918212890625, - -0.0367431640625, - -0.034210205078125, - 0.024200439453125, - -0.039306640625, - -0.023101806640625, - 0.0073699951171875, - 0.01018524169921875, - -0.024749755859375, - -0.0269317626953125, - -0.01546478271484375, - -0.013824462890625, - -0.017730712890625, - -0.02947998046875, - 0.056396484375, - -0.011322021484375, - 0.007232666015625, - 0.0252838134765625, - 0.04913330078125, - -0.007732391357421875, - -0.023468017578125, - 0.03912353515625, - -0.01947021484375, - -0.03546142578125, - 0.0360107421875, - 0.003570556640625, - 0.024749755859375, - -0.023468017578125, - -0.019561767578125, - -0.00582122802734375, - 0.00868988037109375, - 0.005092620849609375, - 0.0032520294189453125, - -0.04840087890625, - -0.040740966796875, - -0.040374755859375, - 0.050933837890625, - 0.0221099853515625, - 0.0301971435546875, - -0.0098724365234375, - -0.03985595703125, - 0.0374755859375, - -0.0574951171875, - -0.0260162353515625, - -0.004913330078125, - 0.0096893310546875, - -0.01546478271484375, - 0.06658935546875, - -0.01537322998046875, - -0.0026035308837890625, - -0.023468017578125, - 0.04876708984375, - -0.002933502197265625, - -0.01123046875, - -0.0254669189453125, - 0.033294677734375, - 0.031829833984375, - -0.0460205078125, - -0.0089111328125, - -0.0213775634765625, - 0.005458831787109375, - 0.06658935546875, - -0.054229736328125, - -0.00283050537109375, - -0.0168304443359375, - -0.06329345703125, - -0.035125732421875, - -0.02801513671875, - 0.01087188720703125, - -0.034393310546875, - 0.0185546875, - 0.033477783203125, - 0.007549285888671875, - 0.01091766357421875, - 0.0212860107421875, - 0.022918701171875, - 0.01114654541015625, - -0.007503509521484375, - -0.0209197998046875, - 0.043304443359375, - -0.0731201171875, - -0.04876708984375, - -0.01491546630859375, - 0.04656982421875, - -0.01983642578125, - -0.0018758773803710938, - 0.0025806427001953125, - -0.00732421875, - 0.053863525390625, - -0.04730224609375, - -0.006275177001953125, - -0.0115966796875, - -0.03582763671875, - -0.0396728515625, - -0.0360107421875, - 0.006549835205078125, - 0.04693603515625, - -0.0001691579818725586, - 0.0162811279296875, - 0.03948974609375, - -0.045654296875, - 0.031280517578125, - 0.01273345947265625, - 0.01519012451171875, - 0.0037517547607421875, - -0.009002685546875, - 0.0175628662109375, - 0.01123046875, - 0.044219970703125, - -0.019561767578125, - -0.051300048828125, - -0.0789794921875, - 0.0174713134765625, - -0.006275177001953125, - -0.00878143310546875, - -0.032928466796875, - -0.0382080078125, - -0.06842041015625, - -0.0038890838623046875, - 0.032562255859375, - 0.0165557861328125, - -0.00002467632293701172, - -0.024200439453125, - -0.00489044189453125, - -0.0170135498046875, - -0.0214691162109375, - 0.040924072265625, - -0.0166473388671875, - 0.0271148681640625, - -0.01519012451171875, - -0.01273345947265625, - 0.0296478271484375, - 0.0117340087890625, - 0.0222930908203125, - 0.041290283203125, - 0.033477783203125, - -0.0211029052734375, - 0.01245880126953125, - -0.02301025390625, - -0.0095062255859375, - -0.0119171142578125, - 0.0117340087890625, - 0.0159149169921875, - -0.0200958251953125, - -0.0211944580078125, - 0.014373779296875, - 0.01528167724609375, - 0.049835205078125, - -0.01282501220703125, - 0.0025806427001953125, - 0.03546142578125, - -0.006229400634765625, - 0.044921875, - -0.0252838134765625, - -0.0209197998046875, - 0.0211029052734375, - 0.013824462890625, - 0.04949951171875, - 0.0360107421875, - -0.01555633544921875, - -0.02947998046875, - 0.02783203125, - 0.051300048828125, - -0.006687164306640625, - -0.043304443359375, - -0.0206451416015625, - 0.0160980224609375, - 0.02947998046875, - 0.04693603515625, - -0.01245880126953125, - 0.06512451171875, - 0.033660888671875, - -0.0114593505859375, - 0.032562255859375, - 0.06292724609375, - 0.00595855712890625, - -0.022918701171875, - -0.0567626953125, - 0.0031147003173828125, - 0.01032257080078125, - -0.00498199462890625, - -0.0552978515625, - 0.0073699951171875, - 0.04913330078125, - -0.060760498046875, - -0.01110076904296875, - -0.004390716552734375, - -0.0119171142578125, - -0.0021953582763671875, - 0.0168304443359375, - -0.031280517578125, - 0.04949951171875, - 0.006732940673828125, - -0.041839599609375, - 0.0000756978988647461, - -0.0252838134765625, - 0.0396728515625, - 0.03729248046875, - 0.0289306640625, - -0.0016946792602539062, - 0.031280517578125, - 0.0031147003173828125, - 0.044403076171875, - 0.02838134765625, - 0.050567626953125, - 0.0160980224609375, - 0.0258331298828125, - 0.0367431640625, - 0.03912353515625, - -0.024566650390625, - -0.02874755859375, - 0.024200439453125, - 0.02838134765625, - 0.06622314453125, - 0.06805419921875, - 0.01023101806640625, - -0.0020694732666015625, - -0.02838134765625, - -0.042938232421875, - -0.00023734569549560547, - 0.01059722900390625, - -0.0205535888671875, - -0.062225341796875, - -0.03546142578125, - 0.03948974609375, - -0.03656005859375, - 0.04949951171875, - 0.023651123046875, - -0.0221099853515625, - -0.032196044921875, - 0.041290283203125, - -0.023193359375, - -0.04913330078125, - 0.0307464599609375, - -0.019195556640625, - -0.052032470703125, - -0.0163726806640625, - -0.0170135498046875, - 0.044921875, - -0.01009368896484375, - -0.0567626953125, - -0.035125732421875, - 0.0208282470703125, - -0.01509857177734375, - -0.0176544189453125, - -0.0208282470703125, - -0.0070953369140625, - 0.000044226646423339844, - -0.0251007080078125, - -0.043304443359375, - -0.02783203125, - 0.0115966796875, - -0.01409912109375, - -0.01509857177734375, - -0.013824462890625, - -0.0120086669921875, - 0.01537322998046875, - -0.0014667510986328125, - -0.0252838134765625, - 0.0252838134765625, - -0.06402587890625, - 0.053131103515625, - 0.01087188720703125, - 0.032196044921875, - 0.019012451171875, - 0.06475830078125, - -0.01555633544921875, - 0.009552001953125, - -0.01555633544921875, - -0.059661865234375, - 0.01328277587890625, - 0.0367431640625, - 0.01491546630859375, - -0.06732177734375, - -0.0117340087890625, - 0.0556640625, - -0.0775146484375, - 0.02001953125, - 0.0031147003173828125, - -0.0311126708984375, - -0.043304443359375, - 0.0098724365234375, - 0.009368896484375, - 0.005069732666015625, - 0.10845947265625, - 0.002887725830078125, - -0.009918212890625, - -0.00482177734375, - -0.07061767578125, - 0.054229736328125, - 0.018463134765625, - 0.034759521484375, - -0.043670654296875, - 0.01509857177734375, - 0.007595062255859375, - -0.023651123046875, - 0.006412506103515625, - -0.07025146484375, - 0.0019779205322265625, - 0.02874755859375, - 0.02728271484375, - -0.014007568359375, - -0.01087188720703125, - -0.050201416015625, - -0.0263824462890625, - -0.01319122314453125, - 0.00577545166015625, - -0.0031833648681640625, - 0.0119171142578125, - -0.037841796875, - -0.0215606689453125, - -0.0026607513427734375, - -0.0260162353515625, - -0.036376953125, - -0.0220184326171875, - 0.06439208984375, - -0.002490997314453125, - -0.054931640625, - 0.023651123046875, - 0.0167388916015625, - -0.0019216537475585938, - 0.042205810546875, - 0.050201416015625, - -0.032196044921875, - -0.0005030632019042969, - -0.007595062255859375, - 0.032745361328125, - -0.006229400634765625, - -0.01328277587890625, - -0.0007843971252441406, - 0.00452423095703125, - 0.02838134765625, - -0.0271148681640625, - 0.04620361328125, - 0.023193359375, - -0.03912353515625, - -0.073486328125, - -0.00795745849609375, - -0.03985595703125, - 0.019744873046875, - -0.01546478271484375, - 0.0163726806640625, - 0.003662109375, - -0.032379150390625, - -0.111328125, - 0.0251007080078125, - -0.006687164306640625, - 0.0160980224609375, - 0.005298614501953125, - -0.0089111328125, - -0.076416015625, - -0.037841796875, - -0.0162811279296875, - 0.033294677734375, - -0.03619384765625, - 0.0258331298828125, - -0.0019893646240234375, - -0.014556884765625, - 0.018280029296875, - -0.00171661376953125, - 0.01064300537109375, - 0.035308837890625, - 0.03729248046875, - -0.043304443359375, - 0.04583740234375, - -0.0093231201171875, - 0.0099639892578125, - -0.01114654541015625, - -0.005092620849609375, - -0.0211944580078125, - -0.0094146728515625, - -0.0360107421875, - -0.024566650390625, - 0.019195556640625, - 0.03765869140625, - -0.01300811767578125, - 0.024566650390625, - -0.0396728515625, - 0.04510498046875, - 0.0115966796875, - -0.0170135498046875, - -0.014007568359375, - 0.002864837646484375, - -0.002864837646484375, - -0.0211029052734375, - -0.06805419921875, - -0.06768798828125, - 0.0289306640625, - -0.052032470703125, - 0.0048675537109375, - 0.00878143310546875, - 0.0305633544921875, - 0.0174713134765625, - -0.0215606689453125, - 0.0254669189453125, - -0.017822265625, - -0.0158233642578125, - -0.0258331298828125, - 0.02911376953125, - 0.006320953369140625, - 0.0400390625, - -0.006504058837890625, - -0.0261993408203125, - 0.0161895751953125, - 0.007778167724609375, - -0.002445220947265625, - 0.0032062530517578125, - 0.00878143310546875, - -0.0208282470703125, - -0.0019893646240234375, - -0.040557861328125, - -0.0296478271484375, - 0.0017852783203125, - 0.042205810546875, - 0.022552490234375, - -0.03546142578125, - 0.0582275390625, - -0.00841522216796875, - -0.054229736328125, - 0.005298614501953125, - -0.019012451171875, - -0.0582275390625, - 0.00823211669921875, - -0.0216522216796875, - 0.013641357421875, - 0.00618743896484375, - 0.03985595703125, - 0.041107177734375, - 0.044769287109375, - 0.0382080078125, - -0.0256500244140625, - -0.01910400390625, - -0.009918212890625, - 0.02728271484375, - 0.052398681640625, - 0.0160980224609375, - -0.0037746429443359375, - 0.02911376953125, - -0.003932952880859375, - -0.06951904296875, - 0.023101806640625, - -0.0360107421875, - -0.0452880859375, - -0.00354766845703125, - 0.0771484375, - 0.044219970703125, - 0.024749755859375, - 0.024200439453125, - 0.050567626953125, - 0.0218353271484375, - -0.00946044921875, - -0.01328277587890625, - -0.06622314453125, - -0.00832366943359375, - 0.0121002197265625, - -0.0157318115234375, - -0.06256103515625, - 0.059295654296875, - 0.07025146484375, + 0.00469207763671875, + -0.007022857666015625, + -0.00972747802734375, + -0.033233642578125, + -0.01229095458984375, + 0.033905029296875, -0.0068206787109375, - -0.0196533203125, - -0.004116058349609375, - -0.0020923614501953125, - 0.042205810546875, - 0.024749755859375, - 0.0261993408203125, - -0.03875732421875, - 0.042572021484375, - 0.0263824462890625, - 0.01273345947265625, - -0.01055145263671875, - -0.024017333984375, - -0.0221099853515625, - 0.0300140380859375, - -0.061492919921875, - 0.014190673828125, - 0.001739501953125, - 0.077880859375, - 0.024749755859375, - -0.053131103515625, - -0.01319122314453125, - 0.03875732421875, - 0.023284912109375, - -0.0263824462890625, - 0.0260162353515625, + 0.005809783935546875, + 0.0115509033203125, + -0.0005950927734375, + -0.026336669921875, + -0.035919189453125, + 0.01546478271484375, + -0.0189056396484375, + 0.0061798095703125, + -0.0343017578125, + 0.048095703125, + 0.033233642578125, + -0.01067352294921875, + -0.0175628662109375, + -0.029449462890625, + 0.0367431640625, + 0.0316162109375, + -0.0106048583984375, + -0.040802001953125, + 0.040252685546875, + -0.06671142578125, + -0.00577545166015625, + -0.0029201507568359375, + -0.020263671875, + 0.02783203125, + 0.035919189453125, + -0.006923675537109375, + -0.03228759765625, + 0.0226898193359375, + -0.0240478515625, + -0.011077880859375, + -0.0014858245849609375, + -0.020660400390625, + 0.0175628662109375, + -0.01959228515625, + -0.060516357421875, + -0.0083770751953125, + 0.0160064697265625, + -0.01715087890625, + 0.0179595947265625, + -0.035125732421875, + -0.00045371055603027344, + 0.047821044921875, + -0.01715087890625, + -0.0207977294921875, + 0.01397705078125, + 0.034576416015625, + 0.0226898193359375, + -0.00885009765625, + -0.002094268798828125, + 0.016143798828125, + 0.004119873046875, + 0.026885986328125, + -0.02349853515625, + 0.048370361328125, + 0.047821044921875, + -0.04132080078125, + -0.004863739013671875, + -0.02783203125, + 0.036468505859375, + 0.048095703125, + -0.0303955078125, + 0.049713134765625, + -0.033233642578125, + 0.045654296875, + -0.0243072509765625, + 0.0164794921875, + 0.007022857666015625, + -0.01479339599609375, + 0.00033354759216308594, + -0.09454345703125, + -0.032684326171875, + -0.0226898193359375, + -0.0518798828125, + -0.0106048583984375, + 0.00627899169921875, + 0.0032749176025390625, + 0.0494384765625, + -0.018768310546875, + -0.02606201171875, + 0.01560211181640625, + 0.04132080078125, + -0.0032749176025390625, + 0.01485443115234375, + -0.0675048828125, + -0.032684326171875, + 0.008575439453125, + 0.0144500732421875, + -0.0280914306640625, + -0.0061798095703125, + -0.01020050048828125, + -0.0164794921875, + -0.01161956787109375, + -0.031463623046875, + -0.008544921875, + 0.00035881996154785156, + 0.04376220703125, + 0.0141143798828125, + -0.01202392578125, + -0.005367279052734375, + 0.0153961181640625, + -0.0172882080078125, + -0.0596923828125, + 0.0019588470458984375, + -0.02593994140625, + -0.021209716796875, + -0.0293121337890625, + 0.03619384765625, + -0.033355712890625, + -0.01134490966796875, + -0.0166168212890625, 0.0228271484375, - -0.0267486572265625, - 0.0307464599609375, - 0.0258331298828125, - 0.0026264190673828125, - 0.0204620361328125, - 0.023101806640625, - -0.0731201171875, - 0.02728271484375, - 0.0206451416015625, - 0.0168304443359375, - 0.0015802383422851562, - -0.024200439453125, - -0.0168304443359375, - -0.04620361328125, - 0.02874755859375, - 0.00818634033203125, - 0.0269317626953125, - 0.0214691162109375, - -0.00354766845703125, - 0.0072784423828125, - -0.0009212493896484375, - 0.0189208984375, - 0.040374755859375, - 0.0271148681640625, - 0.01482391357421875, - 0.01482391357421875, - 0.0016717910766601562, - -0.022552490234375, - -0.01509857177734375, - 0.03765869140625, - -0.032745361328125, - 0.0016832351684570312, - -0.050201416015625, - -0.01309967041015625, - -0.019744873046875, - -0.0254669189453125, - 0.01059722900390625, - -0.03765869140625, - 0.0252838134765625, - -0.0207366943359375, - -0.042388916015625, - 0.0031604766845703125, - 0.061492919921875, - -0.02801513671875, - 0.014007568359375, - 0.02728271484375, - -0.01910400390625, - -0.0007786750793457031, - -0.059295654296875, - 0.059661865234375, - 0.029296875, - 0.01264190673828125, - 0.003570556640625, - 0.0185546875, - 0.0267486572265625, - 0.00618743896484375, - 0.004547119140625, - 0.023834228515625, - 0.0056610107421875, - 0.06256103515625, - 0.0545654296875, - 0.0173797607421875, - -0.019927978515625, + 0.062408447265625, + 0.007328033447265625, + 0.0303955078125, + -0.057281494140625, + 0.0118865966796875, + -0.01512908935546875, + 0.027557373046875, + -0.0312042236328125, + -0.0087127685546875, + 0.0170135498046875, + -0.00045800209045410156, + 0.007396697998046875, + -0.01432037353515625, + -0.03375244140625, + 0.0006709098815917969, + 0.032012939453125, + 0.0303955078125, + 0.004795074462890625, + 0.03228759765625, + -0.0182342529296875, + 0.059173583984375, + 0.0648193359375, + -0.006786346435546875, + 0.01580810546875, + 0.0222930908203125, + -0.0302581787109375, + 0.027557373046875, + 0.042694091796875, + -0.01323699951171875, + -0.027008056640625, + 0.03997802734375, + -0.01580810546875, + 0.015533447265625, + -0.00675201416015625, + -0.0312042236328125, + -0.019989013671875, + -0.019989013671875, + 0.033355712890625, + -0.0521240234375, + -0.037811279296875, + -0.00925445556640625, + 0.0164794921875, + 0.0027866363525390625, + 0.054840087890625, + 0.03564453125, + -0.0162811279296875, + 0.008575439453125, + 0.0009708404541015625, + 0.00135040283203125, + 0.0182342529296875, + -0.0112762451171875, + 0.05078125, + 0.0160675048828125, + 0.0029201507568359375, + -0.01959228515625, + 0.04754638671875, + 0.0287628173828125, + -0.011077880859375, + -0.01479339599609375, + 0.058624267578125, + -0.01708984375, + -0.0228271484375, + -0.0312042236328125, + -0.05780029296875, + 0.0291748046875, + -0.02728271484375, + -0.024444580078125, + 0.007732391357421875, + -0.018646240234375, + -0.056182861328125, + -0.00850677490234375, + 0.01479339599609375, + 0.0026683807373046875, + 0.044586181640625, 0.0172882080078125, - -0.0006623268127441406, - -0.037109375, - 0.044036865234375, - 0.01446533203125, - 0.0146484375, - -0.017913818359375, - -0.0156402587890625, - -0.013641357421875, - -0.060760498046875, - 0.050567626953125, - 0.032196044921875, - -0.007049560546875, - 0.034210205078125, - -0.060394287109375, - 0.053497314453125, - -0.004253387451171875, - 0.040191650390625, - -0.036376953125, - 0.059661865234375, - -0.01264190673828125, - 0.013824462890625, - 0.00909423828125, - 0.0271148681640625, - -0.003955841064453125, - 0.01409912109375, - 0.01082611083984375, - 0.04656982421875, - 0.03857421875, - -0.0001506805419921875, - -0.04949951171875, - -0.0021495819091796875, - 0.014556884765625, - 0.002307891845703125, + -0.01397705078125, + -0.0048980712890625, + 0.020263671875, + 0.032012939453125, + 0.03375244140625, + -0.009857177734375, + 0.0118865966796875, + -0.0443115234375, + -0.00786590576171875, + 0.03863525390625, + 0.0494384765625, + 0.01479339599609375, + 0.018096923828125, + -0.0177001953125, + 0.0303955078125, + -0.0297088623046875, + 0.025390625, + 0.03363037109375, + -0.0261993408203125, + -0.0179595947265625, + 0.0083770751953125, + 0.0122222900390625, + 0.047821044921875, + -0.0391845703125, + -0.004558563232421875, + -0.060791015625, + 0.0089111328125, + -0.058349609375, + -0.024444580078125, + -0.0267486572265625, + -0.047821044921875, + 0.0312042236328125, + -0.0011568069458007812, + -0.0391845703125, + -0.011077880859375, + 0.031341552734375, + 0.0003314018249511719, + 0.033355712890625, + -0.011749267578125, + -0.042144775390625, + 0.00594329833984375, + 0.09832763671875, + -0.006046295166015625, + 0.002330780029296875, + 0.00833892822265625, + 0.0267486572265625, + -0.00373077392578125, + 0.048370361328125, + -0.01959228515625, + 0.0033435821533203125, + 0.04510498046875, + 0.016204833984375, + 0.0252532958984375, + -0.034454345703125, + 0.01141357421875, + -0.0115509033203125, + 0.016754150390625, + -0.06378173828125, + -0.00019943714141845703, + -0.005504608154296875, + 0.0011730194091796875, + -0.00006699562072753906, + -0.06378173828125, + -0.00658416748046875, + 0.03619384765625, + 0.01229095458984375, + 0.0013341903686523438, + 0.028900146484375, + -0.0391845703125, + 0.0065155029296875, + -0.018646240234375, + 0.0027179718017578125, + 0.0295867919921875, + 0.045928955078125, + -0.0177001953125, + -0.006214141845703125, + -0.01262664794921875, + -0.007495880126953125, + -0.035125732421875, + -0.060791015625, + -0.0418701171875, + -0.00675201416015625, + -0.049713134765625, + -0.00945281982421875, + 0.01337432861328125, + -0.00627899169921875, + 0.00482940673828125, + -0.009521484375, + -0.0137786865234375, + -0.036468505859375, + -0.031341552734375, + -0.007328033447265625, + -0.0124969482421875, + -0.0391845703125, + -0.043487548828125, + 0.048370361328125, + 0.007396697998046875, + 0.0163421630859375, + 0.01432037353515625, + 0.01485443115234375, + -0.0316162109375, 0.035125732421875, - -0.0256500244140625, - -0.023193359375, - 0.0006880760192871094, - 0.03582763671875, - 0.0771484375, - -0.0123748779296875, - 0.024017333984375, - 0.004299163818359375, - -0.0019445419311523438, - -0.0156402587890625, - -0.017913818359375 + -0.004962921142578125, + 0.004425048828125, + -0.0241851806640625, + 0.054840087890625, + 0.0252532958984375, + 0.01080322265625, + 0.01134490966796875, + 0.0697021484375, + 0.0185089111328125, + -0.0228271484375, + 0.002346038818359375, + -0.00627899169921875, + 0.014251708984375, + 0.0229644775390625, + -0.0013589859008789062, + -0.0220184326171875, + 0.00516510009765625, + -0.0124969482421875, + 0.01134490966796875, + 0.0201263427734375, + 0.036468505859375, + 0.0228271484375, + -0.0025997161865234375, + -0.0240478515625, + 0.0645751953125, + 0.01026153564453125, + 0.09832763671875, + -0.01526641845703125, + -0.01229095458984375, + 0.021881103515625, + 0.01519775390625, + -0.0280914306640625, + 0.002346038818359375, + 0.044036865234375, + 0.038909912109375, + -0.00945281982421875, + 0.0239105224609375, + 0.016815185546875, + 0.0239105224609375, + -0.01134490966796875, + -0.01357269287109375, + 0.0185089111328125, + -0.0099945068359375, + 0.0299835205078125, + 0.063232421875, + 0.0189056396484375, + -0.005401611328125, + 0.014251708984375, + -0.0297088623046875, + -0.02215576171875, + -0.043212890625, + -0.0675048828125, + 0.0029048919677734375, + 0.05267333984375, + 0.01451873779296875, + 0.04241943359375, + -0.03564453125, + -0.0723876953125, + 0.024993896484375, + -0.0280914306640625, + 0.07293701171875, + 0.05023193359375, + 0.01215362548828125, + 0.0394287109375, + -0.009185791015625, + 0.0027179718017578125, + 0.0166168212890625, + 0.0034942626953125, + 0.029449462890625, + 0.0645751953125, + 0.037017822265625, + 0.00864410400390625, + -0.0224151611328125, + 0.01242828369140625, + 0.03485107421875, + 0.0096588134765625, + -0.0096588134765625, + 0.01087188720703125, + 0.00992584228515625, + 0.027008056640625, + -0.0299835205078125, + 0.03240966796875, + 0.0309295654296875, + -0.003292083740234375, + 0.024444580078125, + -0.0084381103515625, + 0.0283660888671875, + -0.031890869140625, + 0.0014009475708007812, + -0.0020847320556640625, + 0.0239105224609375, + 0.0207977294921875, + 0.03106689453125, + -0.0394287109375, + -0.00021529197692871094, + 0.038909912109375, + -0.07562255859375, + 0.0261993408203125, + 0.05511474609375, + -0.021881103515625, + -0.00800323486328125, + -0.018646240234375, + -0.054840087890625, + 0.04052734375, + -0.0297088623046875, + -0.0293121337890625, + 0.000029802322387695312, + 0.03228759765625, + -0.027557373046875, + -0.038360595703125, + -0.0302581787109375, + -0.00803375244140625, + -0.03753662109375, + -0.017425537109375, + 0.03485107421875, + 0.01904296875, + 0.0065155029296875, + 0.052398681640625, + 0.037811279296875, + -0.012359619140625, + -0.0316162109375, + 0.047821044921875, + -0.00506591796875, + -0.02728271484375, + 0.027008056640625, + 0.03564453125, + 0.0065155029296875, + -0.03619384765625, + -0.014251708984375, + 0.01026153564453125, + 0.026611328125, + -0.004306793212890625, + 0.01337432861328125, + -0.051055908203125, + -0.057525634765625, + -0.02984619140625, + 0.03485107421875, + -0.0035457611083984375, + 0.0518798828125, + -0.002330780029296875, + -0.06268310546875, + 0.0229644775390625, + -0.05511474609375, + -0.0185089111328125, + -0.004169464111328125, + 0.0222930908203125, + 0.007732391357421875, + 0.06292724609375, + -0.0243072509765625, + -0.0290374755859375, + -0.0182342529296875, + 0.07183837890625, + -0.001468658447265625, + -0.00675201416015625, + -0.0391845703125, + 0.053497314453125, + 0.02471923828125, + -0.044036865234375, + -0.0124969482421875, + -0.003612518310546875, + 0.0045928955078125, + 0.041595458984375, + -0.05645751953125, + -0.01120758056640625, + -0.02349853515625, + -0.062408447265625, + -0.044586181640625, + -0.0198516845703125, + -0.0201263427734375, + -0.039703369140625, + 0.0240478515625, + 0.038360595703125, + 0.0087127685546875, + 0.0341796875, + 0.01067352294921875, + -0.0013418197631835938, + 0.0147247314453125, + -0.002819061279296875, + -0.03863525390625, + 0.0494384765625, + -0.0469970703125, + -0.031890869140625, + -0.01039886474609375, + 0.03619384765625, + -0.040802001953125, + 0.020660400390625, + 0.01337432861328125, + -0.018768310546875, + 0.03564453125, + -0.046722412109375, + 0.00396728515625, + -0.00864410400390625, + -0.0248565673828125, + -0.0252532958984375, + -0.0236358642578125, + -0.0074615478515625, + 0.04620361328125, + -0.0028362274169921875, + 0.019317626953125, + 0.06024169921875, + -0.033233642578125, + 0.0109405517578125, + 0.0210723876953125, + -0.0166168212890625, + 0.0198516845703125, + -0.002346038818359375, + 0.0009202957153320312, + -0.007564544677734375, + 0.0367431640625, + -0.0232391357421875, + -0.038909912109375, + -0.1053466796875, + 0.02606201171875, + -0.00634765625, + -0.0002522468566894531, + -0.01485443115234375, + -0.04754638671875, + -0.049713134765625, + -0.01141357421875, + 0.03485107421875, + 0.034576416015625, + -0.006450653076171875, + -0.0252532958984375, + 0.016204833984375, + -0.0005993843078613281, + -0.01532745361328125, + 0.0236358642578125, + -0.0005106925964355469, + 0.0101318359375, + -0.0201263427734375, + -0.029449462890625, + 0.024444580078125, + 0.004085540771484375, + 0.025115966796875, + 0.01114654541015625, + 0.0164794921875, + -0.011749267578125, + 0.01020050048828125, + -0.00722503662109375, + -0.013916015625, + -0.037811279296875, + -0.023773193359375, + -0.0021610260009765625, + -0.005706787109375, + -0.01641845703125, + 0.01708984375, + 0.0172882080078125, + 0.0286407470703125, + -0.00959014892578125, + -0.027008056640625, + 0.02984619140625, + -0.0122222900390625, + 0.045654296875, + -0.01080322265625, + -0.04052734375, + 0.01276397705078125, + -0.0118865966796875, + 0.0418701171875, + 0.048370361328125, + -0.031463623046875, + -0.0276947021484375, + 0.0159454345703125, + 0.040252685546875, + -0.0001857280731201172, + -0.0341796875, + -0.03997802734375, + 0.0191802978515625, + 0.00341033935546875, + 0.065673828125, + -0.0010890960693359375, + 0.083740234375, + 0.039703369140625, + 0.002651214599609375, + 0.036468505859375, + 0.066162109375, + 0.045928955078125, + -0.025390625, + -0.06402587890625, + -0.0214691162109375, + 0.01141357421875, + -0.037811279296875, + -0.0556640625, + 0.0002932548522949219, + 0.043212890625, + -0.05023193359375, + -0.025665283203125, + -0.0115509033203125, + -0.005268096923828125, + 0.006046295166015625, + 0.01229095458984375, + -0.0160675048828125, + 0.041046142578125, + 0.00189971923828125, + -0.0418701171875, + 0.0012407302856445312, + -0.0005698204040527344, + 0.01053619384765625, + 0.03485107421875, + 0.053497314453125, + -0.00885009765625, + 0.0287628173828125, + 0.00850677490234375, + 0.03350830078125, + 0.021209716796875, + 0.048614501953125, + 0.0182342529296875, + 0.0306549072265625, + 0.046478271484375, + 0.0295867919921875, + -0.0141143798828125, + -0.007328033447265625, + 0.0109405517578125, + 0.038909912109375, + 0.03729248046875, + 0.058624267578125, + 0.0147247314453125, + 0.01148223876953125, + -0.0175628662109375, + -0.0570068359375, + 0.0004432201385498047, + 0.008270263671875, + 0.00324249267578125, + -0.0312042236328125, + -0.01337432861328125, + 0.0276947021484375, + -0.0264739990234375, + 0.03997802734375, + 0.0019931793212890625, + -0.020263671875, + -0.00705718994140625, + 0.045654296875, + -0.02984619140625, + -0.041595458984375, + 0.0164794921875, + -0.0182342529296875, + -0.046722412109375, + -0.0316162109375, + -0.02850341796875, + 0.044036865234375, + -0.0220184326171875, + -0.054840087890625, + -0.0239105224609375, + 0.05377197265625, + -0.00861358642578125, + -0.01020050048828125, + -0.0207977294921875, + -0.01114654541015625, + -0.01120758056640625, + -0.03729248046875, + -0.03729248046875, + -0.0287628173828125, + 0.01020050048828125, + -0.030792236328125, + 0.002971649169921875, + -0.005435943603515625, + 0.0172882080078125, + -0.024444580078125, + -0.01209259033203125, + -0.0220184326171875, + 0.028228759765625, + -0.0443115234375, + 0.053497314453125, + 0.0305328369140625, + 0.025115966796875, + 0.042694091796875, + 0.08160400390625, + 0.007598876953125, + 0.0144500732421875, + 0.00705718994140625, + -0.055908203125, + 0.019317626953125, + 0.029449462890625, + 0.01708984375, + -0.06671142578125, + -0.01546478271484375, + 0.04888916015625, + -0.05645751953125, + -0.0035800933837890625, + 0.0252532958984375, + -0.0290374755859375, + -0.044830322265625, + 0.01202392578125, + -0.0005993843078613281, + 0.00665283203125, + 0.07940673828125, + 0.004726409912109375, + -0.0036468505859375, + 0.024444580078125, + -0.046722412109375, + 0.05078125, + 0.0276947021484375, + 0.0169525146484375, + -0.055389404296875, + -0.0013256072998046875, + 0.019989013671875, + -0.0297088623046875, + -0.00021636486053466797, + -0.049713134765625, + -0.006011962890625, + 0.0367431640625, + 0.02349853515625, + -0.01290130615234375, + -0.0232391357421875, + -0.045379638671875, + -0.0229644775390625, + -0.0189056396484375, + 0.018646240234375, + 0.008209228515625, + -0.00466156005859375, + -0.0312042236328125, + -0.0016803741455078125, + 0.00246429443359375, + -0.0518798828125, + -0.04620361328125, + -0.040252685546875, + 0.037017822265625, + 0.006076812744140625, + -0.04376220703125, + -0.002819061279296875, + 0.022552490234375, + 0.026611328125, + 0.0248565673828125, + 0.068603515625, + -0.03863525390625, + -0.02606201171875, + 0.00992584228515625, + 0.05322265625, + 0.0035457611083984375, + -0.00466156005859375, + -0.00043272972106933594, + 0.0177001953125, + 0.0469970703125, + -0.034576416015625, + 0.03997802734375, + 0.031463623046875, + -0.007190704345703125, + -0.04998779296875, + -0.01418304443359375, + -0.025115966796875, + 0.0303955078125, + -0.01067352294921875, + 0.042938232421875, + -0.0162811279296875, + -0.004489898681640625, + -0.1102294921875, + 0.040252685546875, + -0.03240966796875, + 0.0090484619140625, + 0.006988525390625, + -0.0134429931640625, + -0.06268310546875, + -0.0418701171875, + -0.0226898193359375, + 0.00885009765625, + -0.03753662109375, + 0.0137786865234375, + 0.012969970703125, + 0.004962921142578125, + 0.01006317138671875, + 0.0185089111328125, + 0.0069580078125, + 0.0556640625, + 0.0182342529296875, + -0.0239105224609375, + 0.05401611328125, + -0.04052734375, + 0.01073455810546875, + -0.005130767822265625, + 0.01479339599609375, + 0.0034275054931640625, + -0.01290130615234375, + -0.048095703125, + -0.032684326171875, + 0.00658416748046875, + 0.07183837890625, + -0.019989013671875, + 0.027557373046875, + -0.01168060302734375, + 0.04754638671875, + -0.0025501251220703125, + -0.01512908935546875, + 0.0025997161865234375, + 0.01202392578125, + -0.0182342529296875, + -0.01168060302734375, + -0.061309814453125, + -0.08642578125, + 0.0090484619140625, + -0.06427001953125, + -0.001190185546875, + 0.0169525146484375, + 0.021881103515625, + 0.004726409912109375, + -0.018646240234375, + 0.03106689453125, + -0.019989013671875, + -0.01357269287109375, + -0.013641357421875, + 0.018646240234375, + -0.011749267578125, + 0.0210723876953125, + 0.03729248046875, + -0.02728271484375, + 0.013916015625, + -0.0133056640625, + -0.005741119384765625, + -0.032958984375, + -0.0003440380096435547, + -0.0229644775390625, + 0.027008056640625, + -0.02783203125, + -0.0194549560546875, + 0.01242828369140625, + 0.035919189453125, + 0.0240478515625, + -0.03729248046875, + 0.0545654296875, + -0.0287628173828125, + -0.052398681640625, + 0.0341796875, + -0.00675201416015625, + -0.0367431640625, + 0.0217437744140625, + 0.00445556640625, + -0.012359619140625, + 0.015533447265625, + 0.034027099609375, + 0.040802001953125, + 0.03729248046875, + 0.027008056640625, + -0.02606201171875, + -0.00992584228515625, + -0.01290130615234375, + 0.0518798828125, + 0.02728271484375, + 0.02349853515625, + 0.0204010009765625, + 0.0306549072265625, + 0.0005612373352050781, + -0.09185791015625, + 0.0177001953125, + 0.005603790283203125, + -0.04376220703125, + 0.026336669921875, + 0.06536865234375, + 0.042938232421875, + 0.01134490966796875, + 0.039703369140625, + 0.05023193359375, + 0.04241943359375, + -0.00786590576171875, + -0.02349853515625, + -0.0712890625, + -0.0224151611328125, + 0.00466156005859375, + 0.0084381103515625, + -0.0621337890625, + 0.0670166015625, + 0.07025146484375, + -0.021881103515625, + -0.013916015625, + -0.01141357421875, + -0.01458740234375, + 0.043212890625, + 0.04888916015625, + 0.01451873779296875, + -0.063232421875, + 0.03350830078125, + 0.01959228515625, + -0.0261993408203125, + -0.01100921630859375, + 0.00992584228515625, + -0.0295867919921875, + 0.039703369140625, + -0.08050537109375, + -0.00753021240234375, + -0.0004706382751464844, + 0.059173583984375, + 0.0135040283203125, + -0.038360595703125, + -0.01397705078125, + 0.0204010009765625, + 0.00641632080078125, + -0.01120758056640625, + 0.01168060302734375, + 0.0228271484375, + -0.01215362548828125, + 0.04132080078125, + 0.032135009765625, + 0.0038318634033203125, + 0.044830322265625, + 0.01404571533203125, + -0.059967041015625, + 0.017425537109375, + 0.0115509033203125, + 0.0032749176025390625, + -0.009857177734375, + -0.0391845703125, + -0.0185089111328125, + -0.0274200439453125, + 0.01337432861328125, + -0.009796142578125, + 0.0306549072265625, + 0.0112762451171875, + -0.01087188720703125, + -0.0144500732421875, + 0.00830841064453125, + 0.005840301513671875, + 0.0556640625, + 0.02984619140625, + 0.01080322265625, + 0.01134490966796875, + 0.037017822265625, + 0.01114654541015625, + -0.0267486572265625, + 0.0297088623046875, + -0.061859130859375, + 0.0065155029296875, + -0.0306549072265625, + 0.0002448558807373047, + 0.00347900390625, + -0.016204833984375, + -0.021881103515625, + -0.027557373046875, + 0.013916015625, + -0.0101318359375, + -0.032684326171875, + -0.0017137527465820312, + 0.0521240234375, + -0.0343017578125, + 0.0164794921875, + 0.0191802978515625, + -0.008209228515625, + -0.012969970703125, + -0.0670166015625, + 0.08160400390625, + 0.050506591796875, + 0.0103302001953125, + -0.005706787109375, + 0.02349853515625, + 0.049713134765625, + 0.00229644775390625, + 0.00945281982421875, + 0.03564453125, + -0.0010595321655273438, + 0.06268310546875, + 0.066162109375, + 0.0243072509765625, + -0.04241943359375, + 0.035919189453125, + 0.001705169677734375, + -0.051605224609375, + 0.0316162109375, + 0.01715087890625, + 0.026336669921875, + -0.0204010009765625, + -0.02215576171875, + -0.0164794921875, + -0.037811279296875, + 0.05401611328125, + 0.01384735107421875, + -0.01384735107421875, + 0.02606201171875, + -0.056732177734375, + 0.0391845703125, + -0.0037136077880859375, + 0.052398681640625, + -0.040252685546875, + 0.05023193359375, + -0.016204833984375, + -0.01039886474609375, + 0.0213470458984375, + 0.0367431640625, + -0.025115966796875, + 0.006988525390625, + -0.0017642974853515625, + 0.057525634765625, + 0.039703369140625, + 0.01432037353515625, + -0.04132080078125, + -0.004795074462890625, + 0.0055389404296875, + -0.0248565673828125, + 0.0232391357421875, + -0.0213470458984375, + -0.0115509033203125, + -0.0033435821533203125, + 0.03228759765625, + 0.048370361328125, + -0.023101806640625, + 0.043212890625, + 0.018646240234375, + -0.0003292560577392578, + -0.005130767822265625, + -0.0264739990234375 ], "metadata": { "domains": [ + "ics-forensics", "incident-response", - "network-forensics", "malware-analysis" ], "phases": [ "data-collection", - "examination" + "examination", + "analysis" ], "tags": [ "command-line", - "remote-collection", + "system-metadata", + "artifact-parser", + "cross-platform", "scripting", - "scenario:persistence", - "protocol-decode", - "live-process-view", - "windows-protocols", - "credential-extraction", - "lateral-movement", - "registry-access", - "wmi-forensics", - "python-library", - "scenario:credential_theft" + "opensource", + "plc-analysis", + "scada-forensics", + "ladder-logic", + "protocol-parser", + "configuration-analysis", + "ot-security" ], "skillLevel": "advanced", "type": "tool" } }, { - "id": "tool_CyberChef", + "id": "tool_Firmware_Analysis_Toolkit", "type": "tool", - "name": "CyberChef", - "content": "cyberchef das \"schweizer taschenmesser\" der daten-manipulation vereint über 400 operations für encoding, verschlüsselung, analyse und transformation. die visuelle \"rezept\"-metapher macht komplexe operationsketten intuitiv: base64 dekodieren → xor entschlüsseln → strings extrahieren → hashes berechnen. besonders wertvoll für malware-deobfuskation, ctf-challenges und forensische datenanalyse. magic-mode erkennt automatisch encodings. regex-support für pattern-extraktion. entropy-visualisierung identifiziert verschlüsselte bereiche. die offline-fähigkeit (läuft komplett im browser) macht es dsgvo-konform für sensible daten. import/export von rezepten für wiederverwendung. unterstützt dateien bis 2gb. code-beautifier für javascript, json, xml. image-forensik mit exif-extraktion. die github-version kann selbst gehostet werden. unverzichtbar für jeden digitalen ermittler. web-interface binary-decode decryption malware-unpacking string-search triage regex-operations magic-detection entropy-analysis recipe-based offline-capable data-transformation incident-response static-investigations malware-analysis network-forensics fraud-investigation examination analysis", + "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.0253753662109375, - 0.04022216796875, - 0.053741455078125, - 0.00411224365234375, - 0.008880615234375, - 0.0148468017578125, - 0.023590087890625, - 0.01212310791015625, - -0.031402587890625, + -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.00001913309097290039, + 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.00011944770812988281, + -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.056396484375, - -0.0024318695068359375, - 0.00017178058624267578, - -0.046234130859375, - 0.024627685546875, - 0.0088348388671875, - -0.00798797607421875, - 0.0266876220703125, - 0.0142822265625, - -0.02142333984375, - -0.007472991943359375, - -0.04266357421875, - -0.0037593841552734375, - -0.00528717041015625, - -0.00354766845703125, - -0.0070953369140625, - -0.044158935546875, - -0.0191650390625, - -0.034027099609375, - 0.00925445556640625, - -0.027435302734375, - 0.016632080078125, - 0.023773193359375, - -0.016632080078125, - -0.0265045166015625, - 0.024810791015625, - -0.034759521484375, - -0.020294189453125, - 0.021514892578125, - -0.0404052734375, - -0.01103973388671875, - 0.037200927734375, - 0.0007810592651367188, - -0.028564453125, - -0.0266876220703125, - 0.006626129150390625, - -0.006954193115234375, - 0.00620269775390625, - -0.00585174560546875, - 0.031951904296875, - 0.02105712890625, - 0.01390838623046875, - -0.0041351318359375, - -0.036651611328125, - 0.0287628173828125, - 0.043243408203125, - 0.00441741943359375, - -0.029510498046875, - 0.06842041015625, - -0.04058837890625, - -0.001033782958984375, - 0.01343536376953125, - -0.0036411285400390625, - -0.0081787109375, - 0.0193634033203125, - -0.022369384765625, - -0.031585693359375, - -0.00507354736328125, - 0.00615692138671875, - -0.011749267578125, - 0.01151275634765625, - -0.0244293212890625, - 0.039276123046875, - -0.056396484375, - -0.039093017578125, - -0.006908416748046875, - 0.0157012939453125, - 0.01042938232421875, - 0.027435302734375, - -0.0265045166015625, - 0.005496978759765625, - 0.034759521484375, - -0.0161590576171875, - -0.0195465087890625, - 0.00015938282012939453, - 0.00836181640625, - 0.0240631103515625, - 0.026123046875, - -0.005474090576171875, - 0.00191497802734375, - -0.0100555419921875, - 0.036468505859375, - -0.0157012939453125, - 0.0289459228515625, - 0.048858642578125, - -0.036834716796875, - 0.021514892578125, - 0.0208587646484375, - 0.0287628173828125, - 0.0240631103515625, - -0.016357421875, - 0.04248046875, - -0.0160675048828125, - 0.0268707275390625, - -0.0298919677734375, - 0.005237579345703125, - -0.01503753662109375, - -0.0083160400390625, - -0.01094818115234375, - -0.08831787109375, - -0.059783935546875, - -0.031768798828125, - -0.058258056640625, - -0.02386474609375, - 0.00676727294921875, - -0.0112762451171875, - 0.040985107421875, - -0.034210205078125, - -0.046234130859375, - 0.01399993896484375, - 0.0268707275390625, - 0.0101470947265625, - 0.0291290283203125, - -0.05487060546875, - -0.06878662109375, - -0.02264404296875, - 0.024627685546875, - -0.055633544921875, - -0.0087890625, - -0.031402587890625, - -0.0167236328125, - -0.018890380859375, - -0.01268768310546875, - -0.0053558349609375, - -0.0204010009765625, - 0.028564453125, - -0.02593994140625, - -0.0160675048828125, - 0.01146697998046875, - 0.0665283203125, - -0.0220794677734375, - -0.06280517578125, - 0.0011510848999023438, - -0.0255584716796875, - 0.01325225830078125, - -0.0204925537109375, - 0.055267333984375, - -0.0186004638671875, - -0.003688812255859375, - -0.0171051025390625, - 0.00380706787109375, - 0.0654296875, - 0.0056610107421875, - 0.004840850830078125, - -0.0208587646484375, - -0.0084075927734375, - -0.0298919677734375, - 0.036468505859375, - 0.01447296142578125, - -0.01277923583984375, - 0.0233001708984375, - -0.034210205078125, - 0.041900634765625, - -0.01390838623046875, - -0.03515625, - -0.03497314453125, - 0.024627685546875, - -0.007472991943359375, - -0.00742340087890625, - 0.0219879150390625, - -0.03778076171875, - 0.057891845703125, - 0.041351318359375, - 0.0081329345703125, - 0.00846099853515625, - 0.00855255126953125, - 0.0124053955078125, - 0.027069091796875, - 0.046417236328125, - -0.01099395751953125, - -0.0257568359375, - 0.0255584716796875, - 0.0257568359375, - 0.015228271484375, - -0.006999969482421875, - -0.0253753662109375, - -0.0089263916015625, - -0.004039764404296875, - 0.0300750732421875, - -0.0518798828125, - -0.0291290283203125, - -0.01409912109375, - 0.041534423828125, - 0.01259613037109375, - 0.04437255859375, - 0.04473876953125, - -0.0036182403564453125, - 0.008880615234375, - 0.00925445556640625, - -0.0084075927734375, - 0.0197296142578125, - -0.005123138427734375, - 0.037017822265625, - -0.01042938232421875, - 0.010009765625, - -0.0029964447021484375, - 0.046051025390625, - 0.0255584716796875, - -0.03515625, - 0.004581451416015625, - 0.06201171875, - -0.024993896484375, - -0.034210205078125, - -0.04925537109375, - -0.034759521484375, - 0.01776123046875, - -0.0037822723388671875, - -0.0003788471221923828, - -0.0182342529296875, - -0.004322052001953125, - -0.029693603515625, - -0.003101348876953125, - 0.037200927734375, - -0.03326416015625, - 0.031768798828125, - 0.034576416015625, - -0.01531982421875, - -0.0191650390625, - 0.01898193359375, - 0.01198577880859375, - 0.036834716796875, - 0.01142120361328125, - 0.0017385482788085938, - -0.0135345458984375, - -0.004791259765625, - 0.04998779296875, - 0.01160430908203125, - 0.0287628173828125, - -0.0158843994140625, - -0.0181427001953125, - 0.037200927734375, - -0.0035953521728515625, - 0.03759765625, - 0.0209503173828125, - -0.01390838623046875, - 0.033843994140625, - 0.0041351318359375, - 0.016632080078125, - 0.027252197265625, - -0.0797119140625, - -0.01029205322265625, - -0.0657958984375, - -0.0107574462890625, - -0.057891845703125, - -0.041351318359375, - -0.01983642578125, - -0.05712890625, - 0.029693603515625, - 0.00528717041015625, - -0.002960205078125, - 0.01203155517578125, - 0.0110931396484375, - 0.00176239013671875, - 0.04058837890625, - -0.01277923583984375, - -0.039093017578125, - -0.0012865066528320312, - 0.060516357421875, - -0.0113677978515625, - -0.0278167724609375, - -0.005428314208984375, - 0.01503753662109375, - -0.0161590576171875, - -0.00864410400390625, - -0.027435302734375, - 0.0228424072265625, - 0.034759521484375, - 0.0076141357421875, - 0.027435302734375, - 0.00859832763671875, - 0.04229736328125, - 0.004039764404296875, - 0.036285400390625, - -0.053741455078125, - -0.0014276504516601562, - -0.008270263671875, - 0.00594329833984375, - -0.0148468017578125, - -0.04718017578125, - -0.0181427001953125, - 0.04022216796875, - 0.0015392303466796875, - 0.008880615234375, - 0.010528564453125, - -0.051116943359375, - 0.0208587646484375, - 0.004039764404296875, - -0.006343841552734375, - 0.057525634765625, - 0.05712890625, - -0.0330810546875, - 0.01399993896484375, - -0.01531982421875, - -0.002101898193359375, - -0.031402587890625, - -0.044921875, - 0.017486572265625, - -0.0018091201782226562, - -0.0242462158203125, - 0.0012454986572265625, - 0.004558563232421875, - -0.041717529296875, - 0.01099395751953125, - -0.006626129150390625, - -0.007659912109375, - -0.048126220703125, - -0.036468505859375, - 0.0158843994140625, - -0.01155853271484375, - -0.0302581787109375, - -0.016815185546875, - 0.050750732421875, - 0.0244293212890625, - -0.006717681884765625, - 0.000022292137145996094, - 0.03515625, - -0.034393310546875, - -0.01123046875, - -0.00807952880859375, - 0.01438140869140625, - -0.00972747802734375, - 0.04925537109375, - 0.043243408203125, - 0.016632080078125, - 0.0452880859375, - 0.080810546875, - 0.035888671875, - -0.032318115234375, - -0.01390838623046875, - -0.016815185546875, - -0.0196380615234375, - 0.04266357421875, - -0.035888671875, - -0.01343536376953125, - -0.0181427001953125, - -0.0206756591796875, - 0.005779266357421875, - 0.003665924072265625, - 0.029510498046875, - 0.0136260986328125, - -0.01898193359375, - 0.004039764404296875, - 0.0665283203125, - 0.0216217041015625, - 0.08685302734375, - -0.005992889404296875, - -0.0518798828125, - -0.007190704345703125, - 0.021148681640625, - -0.0137176513671875, - -0.0167236328125, - 0.027069091796875, - 0.006439208984375, - -0.00585174560546875, - 0.0020084381103515625, - -0.0014801025390625, - 0.034759521484375, - 0.010528564453125, - -0.018798828125, - -0.004932403564453125, - -0.00902557373046875, - 0.01085662841796875, - 0.03271484375, - 0.01325225830078125, - 0.0204010009765625, - 0.03759765625, - -0.0289459228515625, - -0.01165008544921875, - -0.0400390625, - -0.07220458984375, - 0.02349853515625, - 0.0291290283203125, - 0.00028634071350097656, - 0.046600341796875, - -0.0094451904296875, - -0.0703125, - 0.0257568359375, - -0.03778076171875, - 0.07177734375, - 0.019927978515625, - 0.0204925537109375, - 0.0183258056640625, - -0.0230255126953125, - 0.00737762451171875, - 0.023681640625, - 0.03253173828125, - 0.046051025390625, - 0.048126220703125, - 0.034759521484375, - 0.0281982421875, - -0.0452880859375, - 0.0055694580078125, - 0.01212310791015625, - 0.005496978759765625, - 0.005146026611328125, - 0.043609619140625, - 0.0217132568359375, - 0.0169219970703125, - -0.00958251953125, - 0.0300750732421875, - 0.0312042236328125, - -0.01447296142578125, - 0.0173797607421875, - -0.01390838623046875, - 0.017852783203125, - -0.0445556640625, - -0.003265380859375, - 0.006107330322265625, - 0.0232086181640625, - 0.0287628173828125, - 0.04302978515625, - -0.033447265625, - -0.007801055908203125, - 0.048492431640625, - -0.05865478515625, - 0.0117034912109375, - 0.035888671875, - -0.023681640625, - 0.002819061279296875, - -0.043243408203125, - -0.04510498046875, - 0.007472991943359375, - -0.02349853515625, - -0.0400390625, - 0.00846099853515625, - 0.040802001953125, - -0.05865478515625, - -0.03045654296875, - -0.048858642578125, - -0.01494598388671875, - -0.016357421875, - -0.031402587890625, - 0.0291290283203125, - 0.0011339187622070312, - -0.01029205322265625, - 0.01531982421875, - 0.043609619140625, - -0.0251922607421875, - -0.023681640625, - 0.04925537109375, - -0.00855255126953125, - -0.019073486328125, - 0.0030307769775390625, - 0.00589752197265625, - 0.02020263671875, - -0.016632080078125, - -0.0207672119140625, - 0.01334381103515625, - 0.0306396484375, - 0.018890380859375, - 0.00920867919921875, - -0.04718017578125, - -0.032135009765625, - -0.031402587890625, - 0.050750732421875, - 0.0095367431640625, - 0.024627685546875, - 0.0124053955078125, - -0.03271484375, - 0.00681304931640625, - -0.034210205078125, - 0.006389617919921875, - 0.01456451416015625, - -0.00681304931640625, - -0.0118865966796875, - 0.060150146484375, - -0.0124053955078125, - -0.011138916015625, - -0.038330078125, - 0.053741455078125, - -0.006671905517578125, - 0.004909515380859375, - -0.05413818359375, - 0.051513671875, - 0.0278167724609375, - -0.060150146484375, - -0.01029205322265625, - -0.01983642578125, - 0.006908416748046875, - 0.039459228515625, - -0.0616455078125, - -0.006580352783203125, - -0.01531982421875, - -0.046600341796875, - -0.038909912109375, - -0.023406982421875, - -0.0231170654296875, - -0.05224609375, - 0.003665924072265625, - 0.0287628173828125, - 0.01456451416015625, - 0.0239715576171875, - 0.004276275634765625, - -0.00902557373046875, - 0.00016963481903076172, - 0.0135345458984375, - 0.007659912109375, - 0.034759521484375, - -0.060516357421875, - -0.0251922607421875, - -0.00925445556640625, - 0.0257568359375, - -0.00140380859375, - -0.023590087890625, - 0.00794219970703125, - -0.029693603515625, - 0.04998779296875, - -0.0124969482421875, - -0.0012807846069335938, - 0.005100250244140625, - -0.048492431640625, - -0.027252197265625, - -0.0263214111328125, - 0.008270263671875, - 0.034027099609375, - -0.00789642333984375, - 0.0182342529296875, - 0.043243408203125, - -0.03814697265625, - 0.0240631103515625, - 0.0172882080078125, - -0.011932373046875, - -0.0142822265625, - 0.02349853515625, - -0.0155029296875, - -0.016632080078125, - 0.044158935546875, - -0.0469970703125, - -0.0302581787109375, - -0.09625244140625, - 0.041717529296875, - 0.00930023193359375, - -0.00789642333984375, - -0.0050048828125, - -0.035888671875, - -0.061279296875, - 0.0123138427734375, - 0.01512908935546875, - 0.01343536376953125, - -0.0087432861328125, - -0.01654052734375, - -0.0206756591796875, - -0.0182342529296875, - -0.0298919677734375, - 0.04266357421875, - -0.0124969482421875, - 0.004512786865234375, - 0.0053558349609375, - -0.01560211181640625, - 0.03759765625, - 0.02105712890625, - 0.0229339599609375, - 0.0170135498046875, - 0.0117950439453125, - -0.038909912109375, - 0.0278167724609375, - -0.0087890625, - -0.005405426025390625, - 0.007282257080078125, - -0.0300750732421875, - 0.0242462158203125, - -0.0224609375, - -0.0019502639770507812, - 0.0233001708984375, - 0.009490966796875, - 0.033843994140625, - -0.0130615234375, - 0.0001366138458251953, - 0.03253173828125, - -0.00594329833984375, - 0.0672607421875, - -0.0265045166015625, - -0.051513671875, - 0.03082275390625, - -0.000560760498046875, - 0.055633544921875, - 0.040802001953125, - 0.0179443359375, - -0.0278167724609375, - 0.0312042236328125, - 0.041900634765625, - -0.01287841796875, - -0.0191650390625, - -0.04229736328125, - 0.031402587890625, - 0.0278167724609375, - 0.06353759765625, - -0.0195465087890625, - 0.09625244140625, - 0.0111846923828125, - -0.0179443359375, - 0.029510498046875, - 0.055633544921875, - 0.0379638671875, - -0.031005859375, - -0.04754638671875, - -0.0076141357421875, - -0.0146636962890625, - -0.0306396484375, - -0.016632080078125, - -0.0032901763916015625, - 0.07257080078125, - -0.0567626953125, - -0.03271484375, - -0.0180511474609375, - -0.0034542083740234375, - 0.0031719207763671875, - 0.0034770965576171875, - -0.04437255859375, - 0.0194549560546875, - -0.02227783203125, - -0.033843994140625, - 0.024627685546875, - 0.003570556640625, - 0.010711669921875, - 0.0650634765625, - 0.0263214111328125, - -0.006439208984375, - 0.034576416015625, - 0.0106201171875, - 0.03271484375, - 0.02264404296875, - 0.04058837890625, - 0.018890380859375, - 0.0287628173828125, - 0.038726806640625, - 0.057525634765625, - -0.02593994140625, - -0.00972747802734375, - 0.039276123046875, - 0.027069091796875, - 0.03570556640625, - 0.0229339599609375, - 0.00005251169204711914, - -0.0032196044921875, - -0.0084075927734375, - -0.031585693359375, - 0.0047454833984375, - -0.00714111328125, - -0.0193634033203125, - -0.055633544921875, - -0.046417236328125, - -0.00420379638671875, - -0.048126220703125, - 0.023590087890625, - 0.0186004638671875, - -0.0251922607421875, - 0.007659912109375, - 0.041900634765625, - 0.0033130645751953125, - -0.0665283203125, - 0.036102294921875, - -0.022369384765625, - -0.0244293212890625, - -0.03985595703125, - -0.01456451416015625, - 0.0477294921875, - -0.01316070556640625, - -0.0748291015625, - -0.0205841064453125, - 0.04248046875, - -0.0173797607421875, - -0.0242462158203125, - -0.00531005859375, - 0.01287841796875, - 0.0016794204711914062, - -0.02349853515625, - -0.053741455078125, - -0.0142822265625, - 0.014190673828125, - -0.05413818359375, - 0.034576416015625, - 0.016632080078125, - -0.021331787109375, - -0.0019626617431640625, - -0.00846099853515625, - -0.05938720703125, - 0.04248046875, - -0.0609130859375, - 0.0276336669921875, - 0.01776123046875, - 0.034027099609375, - 0.03253173828125, - 0.04248046875, - -0.00420379638671875, - 0.0279998779296875, - -0.0032196044921875, - -0.059783935546875, - 0.0027370452880859375, - -0.006671905517578125, - 0.00902557373046875, - -0.06280517578125, - -0.012969970703125, - 0.018798828125, - -0.055633544921875, - 0.01094818115234375, - -0.0049591064453125, - -0.00624847412109375, - -0.0654296875, - -0.02020263671875, - -0.0124053955078125, - 0.031402587890625, - 0.0992431640625, - 0.0117034912109375, - -0.039093017578125, - 0.0024089813232421875, - -0.01654052734375, - 0.06805419921875, - 0.017486572265625, - 0.020294189453125, - -0.02593994140625, - 0.0263214111328125, - 0.010711669921875, - -0.0291290283203125, - 0.003993988037109375, - -0.0902099609375, - -0.0268707275390625, - 0.0194549560546875, - -0.00714111328125, - 0.00018644332885742188, - -0.01212310791015625, - -0.04998779296875, - -0.027435302734375, - -0.024627685546875, - 0.035888671875, - -0.0107574462890625, - 0.011322021484375, - -0.043243408203125, - -0.01503753662109375, - -0.00030994415283203125, - -0.0650634765625, - -0.026123046875, - -0.0183258056640625, - 0.022186279296875, - 0.003101348876953125, - -0.04302978515625, - 0.04022216796875, - 0.0130615234375, - 0.00972747802734375, - 0.028564453125, - 0.05865478515625, - -0.039093017578125, - -0.0148468017578125, - -0.01123046875, - 0.05865478515625, - 0.01381683349609375, - -0.0031948089599609375, - -0.00789642333984375, - 0.02227783203125, - -0.0007371902465820312, - -0.0157928466796875, - 0.06427001953125, - 0.0609130859375, - -0.033843994140625, - -0.036468505859375, - -0.002819061279296875, - -0.0287628173828125, - 0.04681396484375, - -0.01155853271484375, - 0.048126220703125, - 0.0197296142578125, - -0.0008692741394042969, - -0.1090087890625, - 0.055267333984375, - -0.0207672119140625, - 0.009918212890625, - -0.004276275634765625, - 0.002361297607421875, - -0.0751953125, - -0.0330810546875, - -0.019073486328125, - 0.0167236328125, - -0.0276336669921875, - 0.0219879150390625, - 0.00476837158203125, - 0.01447296142578125, - 0.0035953521728515625, - -0.006671905517578125, - -0.02593994140625, - 0.0300750732421875, - 0.0036182403564453125, - -0.034210205078125, - 0.04547119140625, - -0.016265869140625, - 0.031402587890625, - 0.020294189453125, - 0.024993896484375, - -0.0123138427734375, - -0.015228271484375, - -0.02838134765625, - -0.01165008544921875, - 0.038909912109375, - 0.037017822265625, - -0.01512908935546875, - 0.01123046875, - -0.03759765625, - 0.024627685546875, - -0.011749267578125, - -0.00469970703125, - -0.0117950439453125, - -0.033843994140625, - -0.019073486328125, - -0.022552490234375, - -0.06353759765625, - -0.103759765625, - 0.0007371902465820312, - -0.0428466796875, - -0.03363037109375, - -0.002796173095703125, - 0.0033130645751953125, - 0.034576416015625, - -0.036285400390625, - 0.045867919921875, - -0.0009045600891113281, - -0.02105712890625, - -0.01438140869140625, - 0.01776123046875, - 0.01438140869140625, - 0.05712890625, - -0.0018911361694335938, - -0.0179443359375, - 0.043426513671875, - -0.0170135498046875, - -0.007472991943359375, - -0.00789642333984375, - 0.006954193115234375, - -0.0191650390625, - 0.032135009765625, - -0.06689453125, - -0.016448974609375, - 0.0006198883056640625, - 0.0265045166015625, - 0.0291290283203125, - -0.0216217041015625, - 0.04925537109375, - 0.00902557373046875, - -0.0762939453125, - -0.004627227783203125, - -0.0265045166015625, - -0.039276123046875, - -0.00498199462890625, - -0.0186004638671875, - 0.0111846923828125, - 0.006015777587890625, - 0.041168212890625, - 0.0172882080078125, - 0.05224609375, - 0.0172882080078125, - -0.038909912109375, - -0.02001953125, - 0.0027599334716796875, - -0.007049560546875, - 0.007801055908203125, - 0.0404052734375, - 0.007659912109375, - 0.020294189453125, - -0.00003927946090698242, - -0.08306884765625, - 0.0006341934204101562, - -0.0477294921875, - -0.05450439453125, - 0.021148681640625, - 0.09283447265625, - 0.028564453125, - -0.004909515380859375, - 0.024810791015625, - 0.04736328125, - 0.029510498046875, - -0.0018091201782226562, - -0.01456451416015625, - -0.08197021484375, - -0.0266876220703125, - 0.006954193115234375, - 0.01503753662109375, - -0.036102294921875, - 0.0396728515625, - 0.053741455078125, - -0.0208587646484375, - -0.023590087890625, - -0.0181427001953125, - 0.028564453125, - 0.020294189453125, - 0.043243408203125, - 0.048126220703125, - -0.046051025390625, - 0.01512908935546875, - 0.0204010009765625, - -0.0084075927734375, - -0.01268768310546875, - -0.002361297607421875, - 0.003993988037109375, - 0.05450439453125, - -0.0714111328125, - 0.005146026611328125, - 0.0111846923828125, - 0.0609130859375, - 0.02001953125, - -0.05450439453125, - -0.03045654296875, - 0.0469970703125, - 0.0253753662109375, - -0.01654052734375, - 0.01898193359375, - 0.0171966552734375, - -0.036468505859375, - 0.031402587890625, - 0.060516357421875, - 0.0204925537109375, - 0.048126220703125, - 0.01531982421875, - -0.05413818359375, - 0.0291290283203125, - -0.0030307769775390625, - -0.00437164306640625, - -0.002960205078125, - -0.038726806640625, - -0.038726806640625, - -0.0654296875, - 0.0233001708984375, - 0.02386474609375, - 0.048126220703125, - 0.038726806640625, - 0.006908416748046875, - -0.0182342529296875, - 0.01399993896484375, - 0.03271484375, - 0.04547119140625, - 0.02386474609375, - 0.014190673828125, - 0.0330810546875, - 0.022369384765625, - 0.00855255126953125, - -0.0169219970703125, - 0.004627227783203125, - -0.040802001953125, - 0.0087432861328125, - -0.04962158203125, - 0.0084075927734375, - 0.004276275634765625, - -0.03814697265625, - 0.002361297607421875, - -0.0276336669921875, - -0.0088348388671875, - -0.01409912109375, - -0.04302978515625, - 0.002349853515625, - 0.0242462158203125, - -0.05938720703125, - 0.03814697265625, - 0.02001953125, - 0.004016876220703125, - 0.0278167724609375, - -0.055633544921875, - 0.0751953125, - 0.010711669921875, - 0.033843994140625, - -0.0197296142578125, - 0.01221466064453125, - 0.03778076171875, - -0.00406646728515625, - 0.027069091796875, - 0.0170135498046875, - -0.02386474609375, - 0.039276123046875, - 0.0240631103515625, - 0.0265045166015625, - -0.039276123046875, - 0.0268707275390625, - 0.01898193359375, - -0.03253173828125, - 0.0231170654296875, - 0.01094818115234375, - 0.0183258056640625, - 0.01390838623046875, - -0.016357421875, - -0.010711669921875, - -0.045867919921875, - 0.0518798828125, - 0.01343536376953125, - -0.002044677734375, - 0.031951904296875, - -0.03778076171875, - 0.0355224609375, - 0.026123046875, - 0.03363037109375, - -0.0706787109375, - 0.051513671875, - -0.00263214111328125, - -0.01316070556640625, - -0.01277923583984375, - 0.008880615234375, - -0.007472991943359375, - 0.0268707275390625, - -0.01438140869140625, - 0.0860595703125, - 0.04058837890625, - -0.023590087890625, - -0.041900634765625, - 0.003429412841796875, - -0.006298065185546875, - 0.00160980224609375, - -0.005123138427734375, - -0.031951904296875, - -0.00897216796875, - -0.004840850830078125, - 0.0255584716796875, - 0.06689453125, - -0.01776123046875, - 0.031402587890625, - -0.007518768310546875, - 0.0003936290740966797, - -0.00958251953125, - 0.0013332366943359375 - ], - "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-capable", - "data-transformation" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_Volatility_3", - "type": "tool", - "name": "Volatility 3", - "content": "volatility 3 der standard für memory-forensik - komplett neu entwickelt für moderne ermittlungen. version 3 (feature-parity mai 2025) eliminiert das lästige --profile durch automatische os-erkennung. revolutionäre performance durch symbolbasierte analyse verarbeitet multi-gb-dumps in sekunden statt minuten. über 100 plugins dekodieren prozesse, dll-injections, netzwerkverbindungen, registry-hives und versteckte rootkits. native python-3-architektur mit timeline-integration und cloud-storage-support (s3, gcs). neue plugins: windows.hollowprocesses für process-ghosting, linux.ebpf für kernel-hooks, windows.shimcachemem für persistence. yara-integration und sigma-rules direkt im framework. die intuitivere api beschleunigt plugin-entwicklung drastisch. unterstützt aktuelle windows 11, linux 6.x und macos sonoma. der umstieg von v2 lohnt sich allein wegen der performance - analysen die früher stunden dauerten sind jetzt in minuten erledigt. command-line plugin-support scripting memory-timeline process-analysis network-artifacts rootkit-detection code-injection yara-integration python-api scenario:memory_dump opensource incident-response static-investigations malware-analysis network-forensics examination analysis", - "embedding": [ - -0.03472900390625, - 0.0278167724609375, - 0.05352783203125, - -0.0188751220703125, - 0.041290283203125, - 0.041107177734375, - -0.0010576248168945312, - 0.01019287109375, - -0.01453399658203125, - 0.005580902099609375, - -0.03631591796875, - 0.0194091796875, - 0.0002548694610595703, - -0.0233917236328125, - -0.062744140625, - 0.041107177734375, - -0.012939453125, - 0.01213836669921875, - 0.0052490234375, - 0.0064697265625, - -0.0208282470703125, - -0.02569580078125, - -0.06378173828125, - 0.0162200927734375, - 0.0288848876953125, - 0.02587890625, - -0.0106353759765625, - -0.052459716796875, - -0.006999969482421875, - 0.0027141571044921875, - 0.0281829833984375, - -0.02960205078125, - 0.02374267578125, - 0.021087646484375, - -0.0014181137084960938, - -0.0052490234375, - 0.007175445556640625, - -0.054931640625, - -0.0269317626953125, - 0.052093505859375, - -0.0152435302734375, - 0.0018053054809570312, - 0.023040771484375, - -0.01666259765625, - -0.054229736328125, - -0.028350830078125, - 0.0177154541015625, - -0.01532745361328125, - 0.039703369140625, - -0.043243408203125, - 0.01435089111328125, - 0.0288848876953125, - 0.002658843994140625, - -0.01222991943359375, - -0.04254150390625, - 0.0159454345703125, - -0.004451751708984375, - 0.001617431640625, - -0.035980224609375, - 0.0474853515625, - -0.0765380859375, - -0.031707763671875, - -0.001850128173828125, - -0.032073974609375, - 0.0109405517578125, - 0.04449462890625, - -0.0033016204833984375, - -0.03155517578125, - 0.02215576171875, - 0.01444244384765625, - 0.00036835670471191406, - -0.0281829833984375, - -0.0423583984375, - 0.02410888671875, - 0.0022144317626953125, - -0.054931640625, - 0.00970458984375, - 0.043609619140625, - 0.006511688232421875, - -0.001728057861328125, - -0.0552978515625, - 0.00904083251953125, - 0.039703369140625, - -0.001972198486328125, - -0.016571044921875, - 0.013824462890625, - 0.03118896484375, - 0.0272979736328125, - 0.0160369873046875, - -0.00948333740234375, - 0.04217529296875, - 0.00215911865234375, - 0.0281829833984375, - -0.0124053955078125, - 0.037750244140625, - 0.041656494140625, - -0.00522613525390625, - -0.0313720703125, - -0.011871337890625, - 0.035614013671875, - 0.016387939453125, - -0.04217529296875, - 0.022857666015625, - 0.0020046234130859375, - 0.041656494140625, - -0.039154052734375, - 0.01267242431640625, - -0.0171966552734375, - -0.00930023193359375, - -0.0180816650390625, - -0.10205078125, - -0.03350830078125, - -0.00032806396484375, - -0.046417236328125, - -0.012054443359375, - -0.00013709068298339844, - -0.00551605224609375, - 0.054931640625, - -0.03826904296875, - -0.06341552734375, - 0.0114288330078125, - 0.0161285400390625, - -0.007488250732421875, - 0.0271148681640625, - -0.0216217041015625, - -0.039337158203125, - 0.010009765625, - 0.04022216796875, - -0.013824462890625, - -0.016571044921875, - -0.01470947265625, - -0.0005927085876464844, - -0.0158538818359375, - -0.03472900390625, - 0.0050048828125, - -0.0158538818359375, - 0.0306549072265625, - -0.0024929046630859375, - -0.023040771484375, - 0.02569580078125, - 0.04022216796875, - -0.02215576171875, - -0.04998779296875, - 0.03155517578125, - -0.0271148681640625, - -0.01090240478515625, - -0.007354736328125, - 0.032073974609375, - -0.00997161865234375, - -0.01444244384765625, - -0.01727294921875, - 0.005428314208984375, - 0.04998779296875, - 0.0189666748046875, - 0.00997161865234375, - -0.04217529296875, - -0.0186004638671875, - -0.024993896484375, - 0.054931640625, - -0.02197265625, - -0.0225982666015625, - -0.0002548694610595703, - -0.0132904052734375, - 0.0225982666015625, - -0.037384033203125, - -0.024810791015625, - 0.017364501953125, - 0.0288848876953125, - 0.0090789794921875, - 0.0187835693359375, - 0.03900146484375, - 0.0024471282958984375, - 0.058135986328125, - 0.07940673828125, - -0.021087646484375, - 0.0030345916748046875, - 0.0006313323974609375, - -0.002857208251953125, - 0.034210205078125, - 0.0287017822265625, - -0.0198516845703125, - -0.01409149169921875, - 0.0274658203125, - -0.01311492919921875, - 0.00855255126953125, - -0.0064239501953125, - -0.0171966552734375, - 0.0010690689086914062, - -0.04608154296875, - 0.01444244384765625, - -0.056365966796875, - -0.0262298583984375, - -0.03509521484375, - 0.04058837890625, - 0.00934600830078125, - 0.072998046875, - 0.02587890625, - -0.002269744873046875, - 0.02410888671875, - 0.01568603515625, - 0.0168304443359375, - 0.039337158203125, - -0.018157958984375, - 0.0482177734375, - -0.00003999471664428711, - 0.0297698974609375, - -0.01373291015625, - 0.07086181640625, - -0.01027679443359375, - -0.010498046875, - -0.0069122314453125, - 0.055999755859375, - -0.0141754150390625, - -0.0217132568359375, - -0.0177154541015625, - -0.038116455078125, - 0.0132904052734375, - -0.01134490966796875, - -0.004077911376953125, - -0.0064697265625, - -0.0272979736328125, - -0.046783447265625, - -0.0177154541015625, - 0.02960205078125, - -0.0087738037109375, - 0.045013427734375, - 0.046783447265625, - -0.01023101806640625, - -0.040771484375, - 0.007663726806640625, - 0.01027679443359375, - 0.016754150390625, - 0.00571441650390625, - -0.0009908676147460938, - -0.018341064453125, - -0.033660888671875, - 0.030303955078125, - 0.0109405517578125, - 0.0271148681640625, - 0.00952911376953125, - -0.00664520263671875, - 0.0513916015625, - -0.011871337890625, - 0.04571533203125, - 0.035980224609375, - -0.01125335693359375, - -0.00615692138671875, - 0.00502777099609375, - 0.03668212890625, - 0.06878662109375, - -0.0482177734375, - -0.00159454345703125, - -0.08575439453125, - -0.0032787322998046875, - -0.07196044921875, - -0.035980224609375, - -0.01320648193359375, - -0.051025390625, - 0.041473388671875, - -0.03277587890625, - -0.02392578125, - 0.004119873046875, - 0.006378173828125, - 0.01763916015625, - 0.0552978515625, - 0.0207366943359375, - -0.035430908203125, - -0.005603790283203125, - 0.0592041015625, - -0.0083770751953125, - -0.02392578125, - -0.0016832351684570312, - 0.0196685791015625, - -0.032257080078125, - 0.01302337646484375, - -0.0290679931640625, - 0.01727294921875, - 0.04571533203125, - 0.0169219970703125, - 0.0184326171875, - -0.0206451416015625, - 0.003787994384765625, - -0.0215301513671875, - 0.039520263671875, - -0.032257080078125, - -0.0016613006591796875, - 0.0013399124145507812, - -0.007175445556640625, - -0.0260467529296875, - -0.058837890625, - 0.0161285400390625, - 0.062744140625, - -0.0014505386352539062, - -0.0005731582641601562, - -0.0012235641479492188, - -0.050323486328125, - 0.0279998779296875, - -0.0059814453125, - 0.0026912689208984375, - 0.0206451416015625, - 0.050323486328125, - -0.0255126953125, - 0.003765106201171875, - -0.0059814453125, - -0.00576019287109375, - -0.035430908203125, - -0.06060791015625, - -0.0288848876953125, - -0.00952911376953125, - -0.03863525390625, - 0.0009412765502929688, - 0.0262298583984375, - -0.006378173828125, - 0.00797271728515625, - -0.00904083251953125, - -0.012939453125, - -0.035430908203125, - -0.042877197265625, - 0.0269317626953125, - -0.022064208984375, - -0.03509521484375, - -0.0204620361328125, - 0.04608154296875, - 0.00792694091796875, - 0.01470947265625, - -0.0251617431640625, - -0.010498046875, - -0.0215301513671875, - 0.0039215087890625, - -0.0095672607421875, - 0.037933349609375, - -0.0030574798583984375, - 0.04376220703125, - 0.036865234375, - 0.012847900390625, - 0.01134490966796875, - 0.048553466796875, - 0.015594482421875, - -0.0216217041015625, - -0.0016508102416992188, - -0.004032135009765625, - 0.01125335693359375, - 0.0106353759765625, - -0.0164794921875, - -0.0142669677734375, - -0.0244598388671875, - -0.01435089111328125, - 0.0195770263671875, - 0.0017719268798828125, - 0.03277587890625, - 0.0345458984375, - -0.006999969482421875, - 0.01027679443359375, - 0.028350830078125, - 0.0006532669067382812, - 0.09356689453125, - -0.01320648193359375, - -0.057403564453125, - 0.0008473396301269531, - 0.0242767333984375, - -0.021087646484375, - -0.001140594482421875, - 0.045013427734375, - 0.0059814453125, - -0.00934600830078125, - 0.0189666748046875, - 0.0000851750373840332, - 0.02923583984375, - -0.02215576171875, - 0.0008916854858398438, - 0.03118896484375, - -0.0208282470703125, - 0.012054443359375, - 0.03668212890625, - 0.051025390625, - 0.0255126953125, - 0.048553466796875, - -0.041656494140625, - -0.021087646484375, - -0.032623291015625, - -0.061676025390625, - 0.0012845993041992188, - 0.0278167724609375, - 0.01568603515625, - 0.05316162109375, - -0.0244598388671875, - -0.0804443359375, - 0.026763916015625, - -0.039154052734375, - 0.07159423828125, - 0.06378173828125, - -0.003875732421875, - 0.04217529296875, - 0.0005536079406738281, - -0.00885772705078125, - 0.01399993896484375, - 0.014801025390625, - 0.0290679931640625, - 0.0288848876953125, - 0.04217529296875, - -0.0097503662109375, - -0.037567138671875, - 0.034912109375, - 0.046417236328125, - 0.0188751220703125, - -0.0133819580078125, - 0.0297698974609375, - 0.005649566650390625, - 0.02923583984375, - -0.023040771484375, - 0.0364990234375, - 0.046417236328125, - -0.0004706382751464844, - 0.03277587890625, - -0.015777587890625, - 0.0308380126953125, - -0.0299530029296875, - 0.00576019287109375, - 0.01071929931640625, - -0.0015287399291992188, - 0.009613037109375, - 0.013824462890625, - -0.05670166015625, - -0.01532745361328125, - 0.041473388671875, - -0.047149658203125, - 0.005672454833984375, - 0.042724609375, - -0.0297698974609375, - 0.01541900634765625, - -0.0077972412109375, - -0.043426513671875, - 0.037200927734375, - -0.02410888671875, - -0.023040771484375, - 0.006290435791015625, - 0.041290283203125, - -0.04022216796875, - -0.045379638671875, - -0.0288848876953125, - 0.0006508827209472656, - -0.0018939971923828125, - -0.041290283203125, - 0.036163330078125, - 0.0008859634399414062, - -0.022247314453125, - 0.034210205078125, - 0.04998779296875, - -0.005428314208984375, - -0.01169586181640625, - 0.03314208984375, - -0.0213623046875, - -0.0313720703125, - 0.0290679931640625, - -0.0081939697265625, - 0.0169219970703125, - -0.032073974609375, - -0.0208282470703125, - 0.0096588134765625, - -0.00370025634765625, - -0.00792694091796875, - -0.0060272216796875, - -0.04608154296875, - -0.022247314453125, - -0.059539794921875, - 0.04254150390625, - -0.00757598876953125, - 0.01120758056640625, - -0.004917144775390625, - -0.0513916015625, - 0.03118896484375, - -0.07476806640625, - -0.0584716796875, - -0.0106353759765625, - 0.0226898193359375, - -0.003543853759765625, - 0.06732177734375, - -0.0170135498046875, - -0.00007474422454833984, - 0.0007367134094238281, - 0.0400390625, - 0.0035877227783203125, - 0.0114288330078125, - -0.038116455078125, - 0.030120849609375, - 0.012847900390625, - -0.0223236083984375, - 0.015777587890625, - -0.01041412353515625, - -0.0027027130126953125, - 0.0384521484375, - -0.05352783203125, - -0.00502777099609375, - 0.0199432373046875, - -0.0474853515625, - -0.0279998779296875, - -0.054595947265625, - 0.0008807182312011719, - -0.0482177734375, - 0.044830322265625, - 0.046783447265625, - 0.0159454345703125, - 0.0592041015625, - 0.0124969482421875, - -0.01824951171875, - 0.012054443359375, - -0.00841522216796875, - -0.0123138427734375, - 0.0224151611328125, - -0.0623779296875, - -0.0225067138671875, - -0.02410888671875, - 0.00948333740234375, - -0.0384521484375, - -0.017547607421875, - 0.00262451171875, - -0.0114288330078125, - 0.0299530029296875, - -0.052093505859375, - 0.01302337646484375, - -0.016387939453125, - 0.01036834716796875, - -0.04254150390625, - -0.012939453125, - 0.0169219970703125, - 0.01267242431640625, - 0.0024471282958984375, - -0.004009246826171875, - 0.0217132568359375, - -0.054595947265625, - 0.032958984375, - 0.01222991943359375, - 0.01222991943359375, - -0.0005121231079101562, - -0.0028018951416015625, - 0.01311492919921875, - 0.0186004638671875, - 0.041473388671875, - -0.00815582275390625, - -0.041656494140625, - -0.07196044921875, - 0.005649566650390625, - 0.0033016204833984375, - -0.037567138671875, - -0.030120849609375, - -0.0244598388671875, - -0.06805419921875, - 0.0012569427490234375, - 0.02923583984375, - 0.0294189453125, - 0.00841522216796875, - -0.04449462890625, - -0.024993896484375, - 0.0004513263702392578, - -0.0217132568359375, - 0.044830322265625, - -0.0226898193359375, - 0.0005097389221191406, - -0.00797271728515625, - -0.02215576171875, - 0.024993896484375, - 0.034210205078125, - 0.021087646484375, - 0.020111083984375, - 0.0177154541015625, - -0.0196685791015625, - 0.01355743408203125, - -0.0015287399291992188, - -0.01076507568359375, - 0.0030345916748046875, - -0.023040771484375, - 0.0272979736328125, - -0.040924072265625, - -0.0271148681640625, - 0.02099609375, - 0.01488494873046875, - 0.018524169921875, - -0.0306549072265625, - -0.030303955078125, - 0.02569580078125, - -0.00841522216796875, - 0.06341552734375, - -0.031707763671875, - -0.031890869140625, - 0.0035228729248046875, - -0.014617919921875, - 0.031890869140625, - 0.0404052734375, - -0.00939178466796875, - -0.043060302734375, - 0.0101470947265625, - 0.037750244140625, - -0.0081939697265625, - -0.0364990234375, - -0.036163330078125, - 0.0132904052734375, - 0.00792694091796875, - 0.07086181640625, - 0.0012187957763671875, - 0.09283447265625, - 0.02099609375, - 0.018157958984375, - 0.044830322265625, - 0.07122802734375, - 0.01666259765625, - -0.016571044921875, - -0.062744140625, - -0.0151519775390625, - 0.018524169921875, - -0.0278167724609375, - -0.0313720703125, - -0.031890869140625, - 0.0662841796875, - -0.087890625, - -0.0215301513671875, - 0.0028247833251953125, - -0.012054443359375, - 0.04608154296875, - 0.01311492919921875, - -0.0133819580078125, - 0.01488494873046875, - 0.02569580078125, - -0.037200927734375, - 0.00846099853515625, - -0.0208282470703125, - 0.035797119140625, - 0.04962158203125, - 0.0064697265625, - -0.00978851318359375, - 0.0224151611328125, - -0.00624847412109375, - 0.00846099853515625, - 0.03900146484375, - 0.0244598388671875, - 0.0064697265625, - -0.0009303092956542969, - 0.04998779296875, - 0.047149658203125, - -0.01390838623046875, - -0.0206451416015625, - 0.024993896484375, - 0.03350830078125, - 0.056365966796875, - 0.0439453125, - 0.01497650146484375, - 0.0090789794921875, - 0.0021266937255859375, - -0.05352783203125, - -0.01023101806640625, - 0.00547027587890625, - 0.0012350082397460938, - -0.0478515625, - -0.033660888671875, - 0.01355743408203125, - -0.045379638671875, - 0.03509521484375, - 0.0114288330078125, - -0.0478515625, - -0.006954193115234375, - 0.0278167724609375, - -0.0097503662109375, - -0.0306549072265625, - 0.0123138427734375, - -0.0031452178955078125, - -0.035430908203125, - -0.038116455078125, - -0.039886474609375, - 0.020904541015625, - -0.0255126953125, - -0.0655517578125, - -0.022064208984375, - 0.023040771484375, - -0.03350830078125, - -0.053863525390625, - -0.021087646484375, - 0.011077880859375, - -0.01213836669921875, - -0.037750244140625, - -0.03863525390625, - -0.024627685546875, - 0.012847900390625, - -0.0513916015625, - 0.0274658203125, - -0.02569580078125, - -0.037567138671875, - -0.007663726806640625, - -0.0225982666015625, - -0.0264129638671875, - 0.024810791015625, - -0.04376220703125, - 0.042724609375, - -0.01071929931640625, - 0.0253448486328125, - 0.01267242431640625, - 0.06341552734375, - -0.0197601318359375, - 0.007442474365234375, - -0.0064239501953125, - -0.06842041015625, - -0.0007367134094238281, - 0.000606536865234375, - 0.0029010772705078125, - -0.0726318359375, - 0.022064208984375, - 0.0478515625, - -0.076904296875, - 0.0306549072265625, - -0.0013628005981445312, - -0.020111083984375, - -0.037567138671875, - -0.00815582275390625, - -0.0005316734313964844, - 0.004650115966796875, - 0.09075927734375, - 0.0159454345703125, - -0.002857208251953125, - -0.0029239654541015625, - -0.045013427734375, - 0.059539794921875, - 0.00571441650390625, - 0.0168304443359375, - -0.050689697265625, - 0.0281829833984375, - 0.01267242431640625, - -0.03472900390625, - -0.0124053955078125, - -0.07122802734375, - -0.0124969482421875, - 0.0262298583984375, - 0.036163330078125, - 0.0016727447509765625, - 0.0155029296875, - -0.039337158203125, - -0.0288848876953125, - -0.030120849609375, - 0.01444244384765625, - -0.00762176513671875, - 0.01090240478515625, - -0.0279998779296875, - 0.0281829833984375, - 0.0033664703369140625, - -0.04925537109375, - -0.0235748291015625, - -0.034912109375, - 0.046783447265625, - -0.0024471282958984375, - -0.053863525390625, - 0.039337158203125, - 0.0213623046875, - 0.0124053955078125, - 0.023040771484375, - 0.050323486328125, - -0.026580810546875, - -0.005626678466796875, - 0.01346588134765625, - 0.039886474609375, - 0.012847900390625, - 0.0006866455078125, - 0.0170135498046875, - 0.01346588134765625, - 0.0104522705078125, - -0.040924072265625, - 0.037200927734375, - 0.030303955078125, - -0.02960205078125, - -0.0290679931640625, - -0.040771484375, - -0.038116455078125, - 0.034912109375, - -0.0031890869140625, - 0.0478515625, - 0.00792694091796875, - -0.0159454345703125, - -0.0992431640625, - 0.038818359375, - -0.0169219970703125, - 0.0279998779296875, - 0.0110321044921875, - -0.022857666015625, - -0.07830810546875, - -0.06732177734375, - -0.024810791015625, - 0.0050048828125, - -0.0109405517578125, - 0.02923583984375, - 0.01568603515625, - -0.005893707275390625, - 0.028350830078125, - 0.0025482177734375, - -0.016387939453125, - 0.034912109375, - 0.014617919921875, - -0.033660888671875, - 0.06842041015625, - -0.044647216796875, - -0.0028362274169921875, - 0.01090240478515625, - 0.021881103515625, - -0.00463104248046875, - 0.0090789794921875, - -0.0159454345703125, - -0.0290679931640625, - 0.0251617431640625, - 0.03826904296875, - -0.01090240478515625, - 0.02117919921875, - -0.0262298583984375, - 0.021087646484375, - 0.0123138427734375, - 0.0023479461669921875, - 0.00669097900390625, - 0.02374267578125, - -0.0223236083984375, - -0.0012903213500976562, - -0.06097412109375, - -0.07763671875, - 0.041107177734375, - -0.039337158203125, - 0.00615692138671875, - 0.007663726806640625, - 0.00930023193359375, - 0.01346588134765625, - -0.026763916015625, - 0.04217529296875, - -0.0003018379211425781, - -0.006336212158203125, - -0.028533935546875, - 0.0552978515625, - -0.0171051025390625, - 0.022064208984375, - 0.01346588134765625, - -0.034912109375, - 0.00823974609375, - 0.00102996826171875, - -0.0096588134765625, - -0.0294189453125, - -0.01160430908203125, - -0.005672454833984375, - 0.0189666748046875, - -0.06488037109375, - 0.001312255859375, - 0.0288848876953125, - 0.03509521484375, - -0.004364013671875, - -0.04022216796875, - 0.0384521484375, - -0.006954193115234375, - -0.06768798828125, - 0.02374267578125, - -0.0044097900390625, - -0.041290283203125, - 0.0160369873046875, - -0.01085662841796875, - 0.01041412353515625, - 0.01444244384765625, - 0.03509521484375, - 0.0474853515625, - 0.026580810546875, - -0.005138397216796875, - -0.0168304443359375, - 0.01169586181640625, - -0.02764892578125, - 0.026580810546875, - 0.021087646484375, - 0.0115203857421875, - -0.0083770751953125, - -0.0008139610290527344, - 0.012847900390625, - -0.076904296875, - -0.0179901123046875, - -0.0262298583984375, - -0.061309814453125, - -0.0004513263702392578, - 0.07476806640625, - 0.045013427734375, - -0.0008306503295898438, - 0.016754150390625, - 0.0400390625, - 0.045379638671875, - 0.00939178466796875, - -0.02410888671875, - -0.0513916015625, - -0.0313720703125, - 0.0152435302734375, - 0.034027099609375, - -0.045196533203125, - 0.0517578125, - 0.054595947265625, - -0.01258087158203125, - -0.00939178466796875, - -0.0159454345703125, - 0.00487518310546875, - 0.057769775390625, - 0.0233917236328125, - 0.011871337890625, - -0.0552978515625, - 0.00669097900390625, - 0.036163330078125, - -0.00806427001953125, - 0.00463104248046875, - -0.00952911376953125, - -0.024627685546875, - 0.021270751953125, - -0.042724609375, - -0.003078460693359375, - 0.0044097900390625, - 0.0811767578125, - 0.00708770751953125, - -0.03826904296875, - -0.00394439697265625, - 0.037200927734375, - 0.01081085205078125, - -0.0345458984375, - 0.0218048095703125, - 0.0207366943359375, - -0.03668212890625, - 0.0161285400390625, - 0.0225982666015625, - 0.003345489501953125, - 0.02923583984375, - 0.0133819580078125, - -0.0400390625, - 0.0199432373046875, - 0.0150604248046875, - 0.004207611083984375, - -0.00025200843811035156, - -0.039154052734375, - -0.030303955078125, - -0.04412841796875, - 0.02020263671875, - 0.00478363037109375, - 0.04254150390625, - 0.01068115234375, - -0.00992584228515625, - -0.01169586181640625, - 0.01076507568359375, - 0.031707763671875, - 0.01390838623046875, - 0.0225982666015625, - -0.0015621185302734375, - -0.0034332275390625, - 0.01267242431640625, - 0.026580810546875, - -0.045013427734375, - 0.04962158203125, + 0.006805419921875, + 0.01873779296875, + -0.0032138824462890625, + 0.0014390945434570312, -0.04571533203125, - -0.000005304813385009766, - -0.051025390625, - 0.02215576171875, - 0.001617431640625, - -0.016571044921875, - 0.004718780517578125, - -0.04925537109375, - 0.01120758056640625, - -0.0214385986328125, - -0.057769775390625, - -0.000576019287109375, - 0.046417236328125, - -0.044830322265625, - 0.03155517578125, - 0.016387939453125, - -0.01081085205078125, - 0.004520416259765625, - -0.07196044921875, - 0.09039306640625, - 0.0090789794921875, - 0.0242767333984375, - -0.0163116455078125, - 0.0073089599609375, - 0.01568603515625, - 0.0031681060791015625, - -0.0022373199462890625, - 0.0186920166015625, - -0.0180816650390625, - 0.06024169921875, - 0.0262298583984375, - -0.0078887939453125, - -0.0180816650390625, - 0.00934600830078125, - 0.0207366943359375, - -0.056365966796875, - 0.032073974609375, - 0.040771484375, - 0.03472900390625, - 0.00296783447265625, - -0.01116180419921875, - 0.004608154296875, - -0.06378173828125, - 0.06451416015625, + -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.00669097900390625, - 0.034912109375, - -0.05352783203125, - 0.052825927734375, - 0.0215301513671875, - 0.0384521484375, - -0.04925537109375, - 0.043060302734375, - -0.0152435302734375, - 0.0059356689453125, - 0.01346588134765625, - 0.0005288124084472656, - 0.01222991943359375, - 0.01453399658203125, - -0.0197601318359375, - 0.045379638671875, - 0.00020074844360351562, - 0.01435089111328125, - -0.0850830078125, - -0.0170135498046875, - -0.01129913330078125, - 0.01666259765625, - 0.02587890625, - -0.0242767333984375, - -0.02587890625, - 0.0033893585205078125, - 0.039154052734375, - 0.0584716796875, - -0.00952911376953125, - 0.032958984375, - 0.0225067138671875, - -0.023040771484375, + 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.005847930908203125 + 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": [ - "incident-response", - "static-investigations", - "malware-analysis", - "network-forensics" + "ics-forensics", + "malware-analysis" ], "phases": [ - "examination", "analysis" ], "tags": [ - "command-line", - "plugin-support", - "scripting", - "memory-timeline", - "process-analysis", - "network-artifacts", - "rootkit-detection", - "code-injection", - "yara-integration", - "python-api", - "scenario:memory_dump", - "opensource" + "emulation", + "firmware" ], "skillLevel": "advanced", "type": "tool" } }, - { - "id": "tool_Google_Earth_Pro", - "type": "tool", - "name": "Google Earth Pro", - "content": "google earth pro googles professionelle geo-intelligence-plattform bietet forensische capabilities weit jenseits der consumer-version. historische satellitenbilder ab 1984 ermöglichen timeline-analysis von tatorten, gebäude-entwicklungen, umwelt-veränderungen. high-resolution-imagery (bis 60cm/pixel) zeigt details für crime-scene-reconstruction. besonders wertvoll: kml/kmz-import von gps-tracks für movement-analysis, measurement-tools für genaue distanzen, 3d-buildings für sichtlinien-analysen. movie-maker erstellt flyover-animations für jury-präsentationen. the street-view-integration zeigt ground-truth-perspective. polygon-tools markieren search-areas. koordinaten-anzeige in verschiedenen formaten (lat/long, utm, mgrs). offline-caching für field-operations. die kostenlose professional-lizenz (seit 2015) demokratisiert geo-intelligence. gps-data-import von smartphones, fitness-trackern, fahrzeug-systemen. standard-tool für osint-verification und court-room-presentations weltweit. satellite osint fraud-investigation reporting", - "embedding": [ - -0.031402587890625, - 0.026092529296875, - 0.046478271484375, - 0.001312255859375, - 0.0007600784301757812, - 0.025299072265625, - 0.038238525390625, - -0.005687713623046875, - 0.005664825439453125, - -0.009124755859375, - -0.04022216796875, - 0.0394287109375, - -0.0037021636962890625, - -0.01088714599609375, - -0.06591796875, - 0.052978515625, - 0.0061798095703125, - -0.0002053976058959961, - 0.0175628662109375, - -0.0300140380859375, - -0.0249176025390625, - 0.0032367706298828125, - -0.04864501953125, - 0.0244293212890625, - 0.00539398193359375, - 0.0191192626953125, - -0.02099609375, - -0.046112060546875, - -0.0162811279296875, - 0.0019989013671875, - 0.02423095703125, - -0.0180511474609375, - 0.0012807846069335938, - 0.0355224609375, - -0.01422119140625, - -0.01500701904296875, - -0.00862884521484375, - -0.06280517578125, - -0.03961181640625, - 0.0102996826171875, - -0.01064300537109375, - -0.00274658203125, - 0.0290374755859375, - 0.0139312744140625, - -0.0258941650390625, - -0.042755126953125, - -0.017852783203125, - -0.021575927734375, - -0.0019006729125976562, - -0.0099029541015625, - 0.042572021484375, - 0.04296875, - 0.0189361572265625, - -0.003261566162109375, - -0.0135345458984375, - 0.018341064453125, - -0.00409698486328125, - -0.04669189453125, - -0.029815673828125, - 0.0184326171875, - -0.0245208740234375, - 0.0036296844482421875, - -0.01044464111328125, - -0.0002161264419555664, - -0.001232147216796875, - 0.0167694091796875, - -0.007602691650390625, - -0.023345947265625, - 0.03277587890625, - 0.036865234375, - 0.004314422607421875, - 0.0144195556640625, - -0.0189361572265625, - 0.0230560302734375, - -0.0296173095703125, - -0.02423095703125, - 0.005908966064453125, - 0.0162811279296875, - 0.00696563720703125, - -0.01123046875, - -0.06353759765625, - 0.006130218505859375, - 0.06475830078125, - -0.0309906005859375, - -0.02569580078125, - 0.0026607513427734375, - 0.043365478515625, - 0.0105438232421875, - -0.01324462890625, - 0.0153045654296875, - 0.037078857421875, - -0.0002911090850830078, - 0.0262908935546875, - 0.01245880126953125, - 0.01088714599609375, - 0.07177734375, - -0.01520538330078125, - 0.01171875, - -0.012115478515625, - 0.0236358642578125, - 0.006572723388671875, - -0.033355712890625, - 0.05023193359375, - 0.01294708251953125, - 0.04571533203125, - -0.03765869140625, - 0.030792236328125, - -0.015106201171875, - -0.00414276123046875, - -0.037078857421875, - -0.0772705078125, - -0.041595458984375, - -0.0169677734375, - -0.06866455078125, - 0.004070281982421875, - 0.02423095703125, - -0.036865234375, - 0.038848876953125, - -0.06353759765625, - -0.0374755859375, - 0.03021240234375, - 0.04412841796875, - -0.006916046142578125, - 0.0180511474609375, - -0.0276641845703125, - -0.056488037109375, - 0.0245208740234375, - 0.02020263671875, - -0.034332275390625, - -0.0286407470703125, - -0.00853729248046875, - -0.0404052734375, - -0.004268646240234375, - -0.0169677734375, - -0.0013484954833984375, - -0.0171661376953125, - 0.0484619140625, - 0.01500701904296875, - -0.010986328125, - 0.0235443115234375, - 0.01549530029296875, - -0.01274871826171875, - -0.045318603515625, - 0.00652313232421875, - -0.0394287109375, - -0.002857208251953125, - -0.0216827392578125, - 0.047271728515625, - -0.02569580078125, - -0.01108551025390625, - -0.01181793212890625, - 0.0140228271484375, - 0.038055419921875, - 0.0221710205078125, - -0.0140228271484375, - -0.0494384765625, - -0.003383636474609375, - -0.0262908935546875, - 0.0230560302734375, - -0.005687713623046875, - -0.02020263671875, - 0.0144195556640625, - 0.00409698486328125, - 0.0245208740234375, - -0.0091705322265625, - -0.0234375, - -0.0286407470703125, - -0.0021953582763671875, - -0.00165557861328125, - 0.01221466064453125, - 0.0309906005859375, - -0.00620269775390625, - 0.050018310546875, - 0.053741455078125, - 0.0199127197265625, - 0.016876220703125, - -0.021575927734375, - -0.0227508544921875, - 0.028045654296875, - 0.01500701904296875, - 0.006374359130859375, - -0.00365447998046875, - 0.0084381103515625, - -0.0031871795654296875, - 0.015106201171875, - 0.00745391845703125, - -0.01500701904296875, - -0.0157928466796875, - 0.0015506744384765625, - 0.02392578125, - -0.021575927734375, - -0.04571533203125, - 0.004512786865234375, - 0.06903076171875, - 0.03277587890625, - 0.05963134765625, - 0.023345947265625, - -0.01314544677734375, - 0.0258941650390625, - 0.0081939697265625, - -0.00595855712890625, - 0.048858642578125, - -0.0096588134765625, - 0.032958984375, - -0.0007476806640625, - 0.0300140380859375, - -0.00823974609375, - 0.037872314453125, - 0.0268707275390625, - -0.0394287109375, - -0.0022430419921875, - 0.05413818359375, - -0.0185394287109375, - -0.030792236328125, - -0.031402587890625, - -0.037078857421875, - -0.01363372802734375, - -0.0284423828125, - -0.009368896484375, - -0.00853729248046875, - -0.0059356689453125, - -0.044525146484375, - -0.0022563934326171875, - 0.0218658447265625, - -0.0140228271484375, - 0.0179443359375, - 0.0262908935546875, - -0.0204010009765625, - 0.00926971435546875, - -0.005809783935546875, - 0.01068878173828125, - 0.03472900390625, - -0.0052490234375, - -0.002696990966796875, - -0.0111846923828125, - -0.0241241455078125, - 0.027862548828125, - 0.0081939697265625, - 0.0264892578125, - -0.0008826255798339844, - -0.048248291015625, - 0.051788330078125, - -0.0008645057678222656, - 0.0290374755859375, - 0.015594482421875, - -0.01206207275390625, - 0.015106201171875, - 0.0073089599609375, - 0.01113128662109375, - 0.005542755126953125, - -0.055328369140625, - -0.02020263671875, - -0.06866455078125, - -0.00872802734375, - -0.056884765625, - -0.0207977294921875, - -0.02423095703125, - -0.031768798828125, - 0.06591796875, - -0.034912109375, - -0.0213775634765625, - -0.0003478527069091797, - 0.0241241455078125, - -0.041778564453125, - 0.02117919921875, - 0.0179443359375, - -0.021484375, - -0.0169677734375, - 0.0604248046875, - 0.0290374755859375, - -0.0015573501586914062, - -0.0284423828125, - 0.0419921875, - -0.034515380859375, - 0.028045654296875, - -0.038848876953125, - 0.0254974365234375, - 0.0164794921875, - 0.019805908203125, - 0.01520538330078125, - -0.04315185546875, - 0.0244293212890625, - 0.0099029541015625, - 0.0218658447265625, - -0.017852783203125, - 0.004634857177734375, - 0.009613037109375, - 0.004856109619140625, - -0.0073089599609375, - -0.05059814453125, - -0.0010852813720703125, - 0.040985107421875, - 0.02471923828125, - 0.01363372802734375, - 0.01520538330078125, - -0.043365478515625, - 0.01294708251953125, - 0.0231475830078125, - -0.00931549072265625, - 0.0296173095703125, - 0.043365478515625, - -0.032562255859375, - -0.00321197509765625, - 0.0195159912109375, - 0.000560760498046875, - -0.0245208740234375, - -0.0374755859375, - -0.01084136962890625, - 0.00595855712890625, - -0.07257080078125, - 0.00286865234375, - 0.009368896484375, - -0.028045654296875, - 0.0218658447265625, - -0.0162811279296875, - 0.0171661376953125, - -0.02117919921875, - -0.05059814453125, - 0.03021240234375, - -0.058074951171875, - -0.0494384765625, - -0.017364501953125, - 0.06591796875, - 0.01068878173828125, - -0.0021457672119140625, - -0.0200042724609375, - -0.0216827392578125, - -0.0282440185546875, - -0.003505706787109375, - -0.027862548828125, - 0.0170745849609375, - -0.0262908935546875, - 0.0224609375, - 0.046478271484375, - 0.0116729736328125, - -0.0126495361328125, - 0.0513916015625, - 0.0276641845703125, - -0.0048065185546875, - -0.005809783935546875, - 0.0199127197265625, - 0.01451873779296875, - 0.025299072265625, - -0.038238525390625, - -0.0276641845703125, - -0.0227508544921875, - -0.04473876953125, - 0.030792236328125, - 0.025299072265625, - 0.01480865478515625, - 0.02099609375, - -0.0272674560546875, - -0.0105438232421875, - 0.06280517578125, - 0.005687713623046875, - 0.09375, - -0.016876220703125, - -0.0643310546875, - 0.004268646240234375, - 0.01824951171875, - -0.00823974609375, - -0.02197265625, - 0.00234222412109375, - 0.004978179931640625, - -0.01824951171875, - 0.0272674560546875, - -0.027069091796875, - 0.0077972412109375, - -0.037078857421875, - -0.0036773681640625, - 0.01432037353515625, - -0.035308837890625, - 0.021484375, - 0.034332275390625, - 0.0216827392578125, - 0.006622314453125, - 0.002696990966796875, - -0.042572021484375, - -0.007602691650390625, - -0.053741455078125, - -0.02471923828125, - 0.050018310546875, - 0.0404052734375, - 0.00745391845703125, - 0.02117919921875, - -0.05218505859375, - -0.06903076171875, - 0.0355224609375, - -0.035888671875, - 0.07025146484375, - 0.05767822265625, - 0.00838470458984375, - 0.04669189453125, - -0.0181427001953125, - 0.003849029541015625, - 0.0419921875, - 0.0096588134765625, - 0.036865234375, - 0.04296875, - 0.042572021484375, - -0.016876220703125, - -0.0258941650390625, - 0.043731689453125, - 0.0304107666015625, - 0.006866455078125, - 0.00490570068359375, - 0.031585693359375, - 0.040008544921875, - 0.01824951171875, - -0.0089263916015625, - 0.0199127197265625, - 0.0200042724609375, - -0.023834228515625, - -0.020599365234375, - -0.02569580078125, - 0.02667236328125, - -0.0419921875, - -0.00652313232421875, - -0.0019741058349609375, - 0.0264892578125, - 0.0276641845703125, - 0.00005131959915161133, - -0.080810546875, - 0.025115966796875, - 0.0189361572265625, - -0.09771728515625, - 0.0199127197265625, - 0.017364501953125, - -0.0212860107421875, - 0.044921875, - -0.0296173095703125, - -0.054931640625, - 0.032562255859375, - -0.0170745849609375, - -0.036285400390625, - -0.0030155181884765625, - 0.01549530029296875, - -0.0753173828125, - -0.05059814453125, - -0.04473876953125, - 0.003849029541015625, - -0.005466461181640625, - 0.0036296844482421875, - 0.0478515625, - 0.0158843994140625, - 0.007110595703125, - 0.0034332275390625, - 0.049224853515625, - -0.01383209228515625, - -0.039031982421875, - 0.034515380859375, - -0.028045654296875, - -0.05963134765625, - 0.0096588134765625, - 0.012359619140625, - 0.0216827392578125, - -0.071044921875, - 0.001667022705078125, - -0.0018758773803710938, - 0.0028934478759765625, - 0.0098114013671875, - 0.011871337890625, - -0.00794219970703125, - -0.040985107421875, - -0.0249176025390625, - 0.05218505859375, - 0.016571044921875, - 0.035308837890625, - -0.00951385498046875, - -0.06829833984375, - 0.056884765625, - -0.05059814453125, - -0.021087646484375, - -0.016876220703125, - 0.0180511474609375, - -0.027862548828125, - 0.05218505859375, - -0.0249176025390625, - -0.0374755859375, - -0.01314544677734375, - 0.06280517578125, - -0.00946807861328125, - -0.0075531005859375, - -0.05767822265625, - 0.05413818359375, - 0.01161956787109375, - -0.050994873046875, - 0.00765228271484375, - -0.004314422607421875, - -0.0028934478759765625, - 0.0439453125, - -0.0355224609375, - 0.01161956787109375, - 0.002758026123046875, - -0.060028076171875, - 0.0001747608184814453, - -0.048248291015625, - -0.0309906005859375, - -0.03118896484375, - 0.051788330078125, - 0.04962158203125, - 0.007503509521484375, - 0.025299072265625, - 0.01373291015625, - 0.0199127197265625, - 0.0224609375, - 0.02569580078125, - -0.0021820068359375, - 0.0282440185546875, - -0.049041748046875, - -0.033935546875, - -0.006622314453125, - 0.054931640625, - -0.0221710205078125, - -0.00402069091796875, - 0.00745391845703125, - -0.025299072265625, - 0.049041748046875, - 0.004756927490234375, - -0.0296173095703125, - -0.0169677734375, - -0.049835205078125, - -0.0513916015625, - -0.030609130859375, - 0.0189361572265625, - 0.0075531005859375, - 0.0024280548095703125, - 0.0064239501953125, - 0.021087646484375, - -0.058837890625, - -0.0034084320068359375, - 0.0272674560546875, - 0.0116729736328125, - 0.00931549072265625, - -0.00262451171875, - -0.005466461181640625, - -0.0098114013671875, - 0.0159912109375, - -0.031982421875, - -0.0276641845703125, - -0.06280517578125, - 0.0235443115234375, - -0.00926971435546875, - -0.00785064697265625, - -0.0098114013671875, - -0.040985107421875, - -0.040802001953125, - 0.0036296844482421875, - 0.035888671875, - -0.02069091796875, - 0.0304107666015625, - -0.033935546875, - -0.007354736328125, - -0.009857177734375, - -0.027862548828125, - 0.028045654296875, - -0.0135345458984375, - 0.0110321044921875, - 0.015106201171875, - -0.054534912109375, - 0.0296173095703125, - 0.01108551025390625, - 0.02294921875, - -0.002071380615234375, - 0.0419921875, - -0.03765869140625, - 0.0012998580932617188, - -0.0268707275390625, - -0.003482818603515625, - 0.00252532958984375, - -0.0355224609375, - 0.039031982421875, - -0.0272674560546875, - -0.0153045654296875, - 0.02099609375, - 0.004119873046875, - 0.01776123046875, - -0.00563812255859375, - -0.0171661376953125, - 0.006473541259765625, - 0.006374359130859375, - 0.05413818359375, - -0.0232391357421875, - -0.055328369140625, - -0.00024366378784179688, - -0.0027217864990234375, - 0.054931640625, - 0.05413818359375, - -0.010345458984375, - -0.017364501953125, - 0.015594482421875, - 0.0221710205078125, - 0.00020694732666015625, - -0.007354736328125, - -0.028045654296875, - 0.01108551025390625, - 0.0091705322265625, - 0.0355224609375, - 0.0167694091796875, - 0.07257080078125, - 0.025115966796875, - 0.0107421875, - 0.01520538330078125, - 0.082763671875, - 0.05059814453125, - -0.046112060546875, - -0.056884765625, - 0.01245880126953125, - -0.0025386810302734375, - -0.0413818359375, - -0.0286407470703125, - 0.022064208984375, - 0.046295166015625, - -0.0655517578125, - -0.0296173095703125, - -0.0384521484375, - 0.01108551025390625, - 0.00240325927734375, - 0.00833892822265625, - 0.005344390869140625, - 0.022064208984375, - -0.00789642333984375, - -0.028839111328125, - -0.0100555419921875, - -0.01451873779296875, - -0.0027828216552734375, - 0.0284423828125, - 0.037872314453125, - -0.01230621337890625, - 0.0264892578125, - 0.006816864013671875, - 0.0309906005859375, - 0.00799560546875, - 0.0250091552734375, - -0.00975799560546875, - 0.02099609375, - 0.0190277099609375, - 0.04473876953125, - 0.001827239990234375, - -0.04217529296875, - 0.0195159912109375, - 0.01451873779296875, - 0.060821533203125, - 0.07177734375, - -0.0189361572265625, - -0.00296783447265625, - 0.007259368896484375, - -0.03021240234375, - -0.005859375, - 0.00745391845703125, - 0.0250091552734375, - -0.05023193359375, - -0.042572021484375, - 0.01971435546875, - -0.04510498046875, - 0.0274658203125, - 0.0116729736328125, - -0.028839111328125, - 0.00995635986328125, - 0.0364990234375, - -0.0114288330078125, - -0.03863525390625, - 0.0139312744140625, - -0.00583648681640625, - -0.0172576904296875, - -0.0364990234375, - -0.054931640625, - 0.054931640625, - -0.019317626953125, - -0.040618896484375, - -0.007354736328125, - 0.0235443115234375, - -0.037872314453125, - -0.02392578125, - 0.00286865234375, - 0.0024394989013671875, - -0.011962890625, - -0.0272674560546875, - -0.0474853515625, - -0.004512786865234375, - 0.01000213623046875, - -0.0052947998046875, - 0.0181427001953125, - 0.00632476806640625, - -0.049224853515625, - -0.01363372802734375, - 0.0110321044921875, - -0.0374755859375, - 0.026092529296875, - -0.03668212890625, - 0.0458984375, - 0.0195159912109375, - 0.030792236328125, - 0.0484619140625, - 0.0513916015625, - 0.01373291015625, - -0.01274871826171875, - -0.037872314453125, - -0.02667236328125, - 0.004291534423828125, - -0.0116729736328125, - 0.01480865478515625, - -0.074951171875, - 0.02099609375, - 0.0458984375, - -0.0859375, - -0.0016794204711914062, - 0.040985107421875, - -0.023345947265625, - -0.0246124267578125, - 0.01206207275390625, - -0.03570556640625, - 0.01137542724609375, - 0.057281494140625, - -0.0077972412109375, - 0.01274871826171875, - 0.0204010009765625, - -0.02471923828125, - 0.05413818359375, - 0.015106201171875, - 0.03021240234375, - -0.031982421875, - 0.01422119140625, - 0.035888671875, - -0.036285400390625, - 0.007110595703125, - -0.056884765625, - -0.0114288330078125, - 0.04766845703125, - -0.01171875, - -0.005199432373046875, - 0.00024819374084472656, - -0.0274658203125, - 0.0021209716796875, - -0.038055419921875, - 0.036285400390625, - 0.024322509765625, - 0.025299072265625, - -0.053741455078125, - -0.0226593017578125, - 0.00389862060546875, - -0.053741455078125, - -0.0355224609375, - -0.0236358642578125, - 0.0272674560546875, - -0.00034332275390625, - -0.043365478515625, - 0.00946807861328125, - 0.01093292236328125, - 0.007061004638671875, - 0.007259368896484375, - 0.05609130859375, - -0.0662841796875, - -0.019805908203125, - -0.0125579833984375, - 0.00809478759765625, - 0.00389862060546875, - 0.00595855712890625, - -0.02020263671875, - 0.012847900390625, - 0.029815673828125, - -0.050994873046875, - 0.061981201171875, - 0.056488037109375, - -0.0484619140625, - -0.04669189453125, - -0.007160186767578125, - -0.05572509765625, - 0.058837890625, - -0.01549530029296875, - 0.045318603515625, - -0.0174560546875, - -0.006866455078125, - -0.09063720703125, - 0.02471923828125, - -0.007503509521484375, - 0.03924560546875, - 0.06317138671875, - -0.0080413818359375, - -0.06903076171875, - -0.03961181640625, - -0.0166778564453125, - 0.0180511474609375, - -0.0274658203125, - 0.01480865478515625, - -0.0082855224609375, - -0.0130462646484375, - -0.0116729736328125, - -0.0204010009765625, - -0.006717681884765625, - 0.02423095703125, - 0.007602691650390625, - -0.034912109375, - 0.057281494140625, - -0.0184326171875, - 0.030792236328125, - 0.005664825439453125, - -0.0008707046508789062, - 0.01922607421875, - 0.005123138427734375, - -0.054931640625, - -0.0066680908203125, - 0.044921875, - 0.052978515625, - -0.0264892578125, - -0.004241943359375, - -0.0290374755859375, - 0.01020050048828125, - 0.00799560546875, - -0.0181427001953125, - -0.007354736328125, - 0.0016794204711914062, - -0.02423095703125, - -0.04510498046875, - -0.06707763671875, - -0.08160400390625, - 0.00029277801513671875, - -0.0494384765625, - -0.0224609375, - 0.004608154296875, - 0.0218658447265625, - 0.0232391357421875, - -0.05218505859375, - 0.031402587890625, - -0.0005273818969726562, - -0.0038738250732421875, - -0.0218658447265625, - 0.00470733642578125, - -0.022552490234375, - 0.03375244140625, - -0.007354736328125, - -0.03765869140625, - 0.0231475830078125, - -0.018829345703125, - 0.0014410018920898438, - 0.0002834796905517578, - 0.0023784637451171875, - -0.016571044921875, - 0.0236358642578125, - -0.07452392578125, - -0.051788330078125, - 0.020599365234375, - 0.036285400390625, - -0.0034084320068359375, - -0.0189361572265625, - 0.040618896484375, - 0.0020847320556640625, - -0.0533447265625, - 0.038055419921875, - -0.0224609375, - -0.0162811279296875, - -0.004169464111328125, - 0.00897216796875, - 0.028045654296875, - 0.00907135009765625, - 0.0231475830078125, - 0.02392578125, - 0.01500701904296875, - -0.0171661376953125, - 0.0000027418136596679688, - 0.01422119140625, - -0.00409698486328125, - 0.03668212890625, - 0.01873779296875, - 0.025299072265625, - 0.00099945068359375, - 0.01324462890625, - 0.00897216796875, - -0.0733642578125, - -0.007259368896484375, - -0.0216827392578125, - -0.07177734375, - 0.007259368896484375, - 0.05767822265625, - 0.04766845703125, - -0.040008544921875, - 0.0268707275390625, - 0.037261962890625, - 0.004047393798828125, - 0.0017290115356445312, - -0.0268707275390625, - -0.05572509765625, - -0.0207977294921875, - 0.03216552734375, - 0.037261962890625, - -0.048858642578125, - 0.046875, - 0.06353759765625, - -0.004512786865234375, - 0.0004138946533203125, - -0.004291534423828125, - 0.0189361572265625, - 0.043548583984375, - 0.0282440185546875, - 0.006916046142578125, - -0.08001708984375, - -0.01020050048828125, - 0.04296875, - 0.012359619140625, - -0.00627899169921875, - -0.0121612548828125, - -0.047271728515625, - 0.0643310546875, - -0.045501708984375, - -0.016571044921875, - -0.0130462646484375, - 0.084716796875, - 0.028839111328125, - -0.0171661376953125, - -0.00222015380859375, - 0.05609130859375, - 0.005687713623046875, - -0.0167694091796875, - 0.01922607421875, - -0.0091705322265625, - 0.01088714599609375, - 0.032958984375, - 0.04669189453125, - 0.020111083984375, - 0.0413818359375, - 0.022064208984375, - -0.042755126953125, - 0.01480865478515625, - -0.006916046142578125, - 0.01294708251953125, - -0.0300140380859375, - -0.042755126953125, - -0.02923583984375, - -0.05413818359375, - 0.04669189453125, - 0.0276641845703125, - 0.0423583984375, - 0.006916046142578125, - 0.00833892822265625, - -0.02569580078125, - 0.0135345458984375, - -0.01324462890625, - 0.040008544921875, - 0.02069091796875, - 0.00563812255859375, - 0.0161895751953125, - 0.0172576904296875, - 0.0004475116729736328, - -0.0364990234375, - 0.0276641845703125, - -0.03021240234375, - 0.0073089599609375, - -0.030609130859375, - 0.0033588409423828125, - 0.0254974365234375, - -0.000858306884765625, - 0.0203094482421875, - -0.0010356903076171875, - -0.01776123046875, - -0.00931549072265625, - -0.04510498046875, - -0.0164794921875, - 0.007110595703125, - -0.0221710205078125, - 0.0158843994140625, - 0.038055419921875, - -0.01549530029296875, - 0.015594482421875, - -0.0474853515625, - 0.0914306640625, - 0.02392578125, - 0.0423583984375, - -0.0012264251708984375, - 0.028045654296875, - 0.05059814453125, - -0.0036296844482421875, - 0.038055419921875, - 0.0276641845703125, - -0.012847900390625, - 0.047271728515625, - 0.048248291015625, - -0.0102996826171875, - -0.0533447265625, - 0.00872802734375, - -0.0029544830322265625, - -0.0753173828125, - 0.043548583984375, - 0.0057373046875, - -0.005001068115234375, - 0.002513885498046875, - -0.008880615234375, - 0.0119171142578125, - -0.06903076171875, - 0.05572509765625, - 0.0186309814453125, - 0.01274871826171875, - 0.044525146484375, - -0.04510498046875, - 0.036865234375, - 0.00252532958984375, - 0.0384521484375, - -0.037261962890625, - 0.06475830078125, - -0.0304107666015625, - 0.034515380859375, - -0.01451873779296875, - 0.013336181640625, - 0.01015472412109375, - 0.0184326171875, - -0.01922607421875, - 0.04766845703125, - 0.0264892578125, - -0.013336181640625, - -0.0439453125, - -0.001605987548828125, - -0.00701141357421875, - 0.0274658203125, - 0.0458984375, - -0.03924560546875, - -0.034332275390625, - 0.00470733642578125, - 0.031768798828125, - 0.0714111328125, - -0.00858306884765625, - 0.035888671875, - -0.00258636474609375, - -0.0096588134765625, - -0.0049285888671875, - -0.0172576904296875 - ], - "metadata": { - "domains": [ - "fraud-investigation" - ], - "phases": [ - "reporting" - ], - "tags": [ - "satellite", - "osint" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, { "id": "tool_TheHive_5", "type": "tool", @@ -108591,6 +90706,1057 @@ "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.00252532958984375, + -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_GraphSense", "type": "tool", @@ -109651,1070 +92817,7389 @@ } }, { - "id": "tool_Microsoft_Office_365", + "id": "tool_Kibana", "type": "tool", - "name": "Microsoft Office 365", - "content": "microsoft office 365 der industriestandard bietet mehr als textverarbeitung - ein mächtiges forensik-analyse-toolkit. excel's power query transformiert komplexe log-dateien in aussagekräftige visualisierungen. power pivot verarbeitet millionen datensätze für big-data-forensik. die kollaborations-features ermöglichen echtzeit-teamarbeit an ermittlungen. besonders wertvoll: cloud-storage für große beweis-sammlungen, version-history für audit-trails, advanced ediscovery für compliance. teams integriert sichere kommunikation. der compliance-manager dokumentiert datenschutz-konform. onenote sammelt notizen und screenshots strukturiert. die ki-features in editor verbessern report-qualität. makros automatisieren routine-analysen. die mobile-apps ermöglichen feld-dokumentation. power automate verbindet mit forensik-tools. der industriestandard hat seinen preis, aber die integration und support sind unübertroffen. vorsicht: cloud-storage kann datenschutz-problematisch sein für sensible ermittlungen. 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", + "name": "Kibana", + "content": "kibana das visualisierungs-frontend des elastic-stacks verwandelt rohe forensik-daten in aussagekräftige dashboards und echtzeit-analysen. drag-and-drop-interface erstellt komplexe queries ohne programmierkenntnisse. besonders wertvoll für incident-response: timeline-visualisierungen korrelieren events über verschiedene systeme, geo-maps zeigen angriffs-ursprünge, heat-maps identifizieren aktivitätsmuster. die discover-funktion ermöglicht explorative datenanalyse mit drill-down-capabilities. canvas erstellt infografiken für management-reports. machine-learning-integration erkennt anomalien automatisch. alerting-framework triggert bei verdächtigen mustern. dashboard-sharing für soc-teams. der dev-tools-bereich bietet direkten elasticsearch-zugriff für power-user. spaces isolieren verschiedene ermittlungen. die integration mit wazuh, suricata und anderen siem-komponenten macht es zum standard-dashboard moderner security-operations. kostenlos bis zu basic-features, x-pack-lizenzierung für enterprise-funktionen. dashboards analytics incident-response analysis reporting", "embedding": [ - -0.0113067626953125, - 0.041046142578125, - 0.05047607421875, - 0.00630950927734375, - 0.032135009765625, - 0.0294189453125, - 0.0350341796875, - 0.01398468017578125, - -0.0107574462890625, - 0.0229644775390625, - -0.05230712890625, - 0.0364990234375, - 0.0006413459777832031, - -0.0012598037719726562, - -0.060638427734375, - 0.04412841796875, - -0.0194244384765625, - 0.0276031494140625, - 0.0308685302734375, - -0.0159759521484375, - -0.0169830322265625, - -0.00569915771484375, - -0.048309326171875, - 0.0025768280029296875, - -0.0007147789001464844, - 0.041961669921875, - -0.018798828125, - -0.06793212890625, - -0.00839996337890625, - -0.018707275390625, - 0.014434814453125, - -0.034149169921875, - 0.00630950927734375, - 0.05084228515625, - 0.00853729248046875, - -0.009307861328125, - 0.018524169921875, - -0.053375244140625, - -0.04486083984375, - 0.01416778564453125, - 0.00458526611328125, - -0.0129852294921875, - 0.01788330078125, - 0.0124359130859375, - -0.031402587890625, - -0.026336669921875, - -0.002361297607421875, - -0.026153564453125, - 0.005084991455078125, - -0.0113067626953125, - 0.02923583984375, - 0.0245208740234375, - 0.0025768280029296875, - 0.0016117095947265625, - -0.0237884521484375, - 0.038665771484375, - 0.0157928466796875, - -0.010894775390625, - -0.038665771484375, - 0.043212890625, - -0.04412841796875, - -0.0010156631469726562, - -0.010528564453125, - 0.0024852752685546875, - 0.008758544921875, - 0.00812530517578125, - -0.014801025390625, - -0.0239715576171875, - -0.0029277801513671875, - -0.032867431640625, - 0.0012254714965820312, - 0.0247039794921875, - -0.0281524658203125, - 0.0357666015625, - -0.025238037109375, - -0.046478271484375, - -0.01216888427734375, - 0.0274200439453125, - -0.004016876220703125, - -0.0089874267578125, - -0.058837890625, - -0.01026153564453125, - 0.038330078125, - -0.0198822021484375, - -0.044677734375, - 0.00435638427734375, - 0.0229644775390625, - 0.017608642578125, - 0.004062652587890625, - 0.00962066650390625, - 0.026153564453125, - -0.00528717041015625, - 0.018707275390625, - -0.0283355712890625, - 0.0312347412109375, - 0.061370849609375, - -0.00994110107421875, - -0.0010442733764648438, - -0.014434814453125, - 0.017425537109375, - 0.0277862548828125, - -0.044677734375, - 0.041961669921875, - -0.01216888427734375, - 0.0157928466796875, - -0.049041748046875, - 0.025970458984375, - 0.001861572265625, - -0.0239715576171875, - 0.002735137939453125, - -0.0994873046875, - -0.053375244140625, - -0.035400390625, - -0.08026123046875, - -0.0019626617431640625, - 0.017608642578125, - -0.007808685302734375, - 0.056671142578125, - -0.055938720703125, - -0.046112060546875, - 0.05047607421875, - 0.01398468017578125, - -0.00885009765625, - 0.0161590576171875, - -0.05010986328125, - -0.04248046875, - 0.006038665771484375, - 0.033416748046875, - -0.034515380859375, - -0.0450439453125, - -0.01407623291015625, - -0.021697998046875, - -0.006809234619140625, - -0.0306854248046875, - -0.0072174072265625, - -0.0361328125, - 0.047943115234375, - 0.01806640625, - 0.014801025390625, - 0.009307861328125, + -0.0298309326171875, + 0.033782958984375, + 0.05853271484375, + 0.01198577880859375, + 0.01849365234375, + 0.005615234375, + 0.01641845703125, + 0.0117034912109375, + -0.02227783203125, + -0.01491546630859375, + -0.022369384765625, + 0.051727294921875, + 0.01198577880859375, + -0.01132965087890625, + -0.0528564453125, + 0.03228759765625, + -0.006938934326171875, + 0.00485992431640625, + 0.0004069805145263672, + -0.0220794677734375, + 0.0001437664031982422, + 0.006793975830078125, + -0.060394287109375, + -0.0041046142578125, 0.0241546630859375, - -0.00649261474609375, - -0.0718994140625, - -0.00726318359375, - -0.0443115234375, - -0.004291534423828125, - -0.005062103271484375, - 0.0584716796875, - -0.031768798828125, - -0.0206146240234375, - -0.014617919921875, - 0.00015103816986083984, - 0.049041748046875, - 0.0276031494140625, - 0.0109405517578125, - -0.02960205078125, - 0.005107879638671875, - -0.018890380859375, - 0.048309326171875, - -0.0164337158203125, - -0.00789642333984375, - 0.0279693603515625, - -0.0016345977783203125, - 0.0159759521484375, - 0.0012998580932617188, - -0.03485107421875, - -0.01152801513671875, - 0.021881103515625, - -0.0071258544921875, - 0.014251708984375, - 0.01039886474609375, - -0.019073486328125, - 0.06866455078125, - 0.074462890625, - 0.00551605224609375, - 0.031951904296875, - -0.007762908935546875, - -0.0283355712890625, + 0.018218994140625, + -0.0190582275390625, + -0.052093505859375, + -0.01203155517578125, 0.02850341796875, - 0.0198822021484375, - -0.025970458984375, - -0.0092620849609375, - 0.0357666015625, - 0.010528564453125, - 0.0095367431640625, - -0.0007662773132324219, - -0.03594970703125, - -0.01507568359375, - -0.04974365234375, - 0.025238037109375, - -0.05194091796875, - -0.032684326171875, - -0.017425537109375, - 0.0197906494140625, - 0.006855010986328125, - 0.054473876953125, - 0.021331787109375, - 0.006084442138671875, - 0.0125274658203125, - -0.003108978271484375, - -0.0027923583984375, - 0.0172576904296875, - 0.003108978271484375, - 0.033416748046875, - -0.00640106201171875, - 0.025054931640625, - -0.01226043701171875, - 0.0274200439453125, - 0.02923583984375, - -0.0170745849609375, - -0.0113067626953125, - 0.0584716796875, - -0.0029964447021484375, - -0.0308685302734375, - -0.03558349609375, - -0.02215576171875, - -0.01012420654296875, - -0.022705078125, - 0.004016876220703125, - 0.00440216064453125, - -0.00476837158203125, - -0.055206298828125, - -0.00626373291015625, - 0.0130767822265625, + 0.01245880126953125, + -0.0279388427734375, + 0.01151275634765625, + 0.0328369140625, + -0.02642822265625, + -0.01312255859375, + 0.023406982421875, + -0.069091796875, + -0.0249176025390625, + 0.0369873046875, + -0.032470703125, + 0.01953125, + 0.002689361572265625, + -0.0268096923828125, + -0.0245361328125, + -0.050201416015625, + 0.01557159423828125, + -0.034912109375, + 0.00839996337890625, + -0.0279388427734375, + 0.0191650390625, + 0.01042938232421875, + 0.00839996337890625, + 0.00783538818359375, + -0.04058837890625, + 0.03302001953125, + 0.033966064453125, -0.0241546630859375, - 0.0130767822265625, - 0.0361328125, - -0.01161956787109375, - -0.0270538330078125, - -0.00989532470703125, - 0.021331787109375, - 0.02215576171875, - -0.0303192138671875, - 0.0167999267578125, - -0.0008683204650878906, - -0.034698486328125, - 0.032867431640625, - 0.0130767822265625, - 0.0205230712890625, - -0.002223968505859375, - -0.0192413330078125, - 0.024871826171875, - -0.0283355712890625, - 0.040313720703125, - 0.0281524658203125, - -0.00644683837890625, - -0.01216888427734375, - 0.0071258544921875, - 0.039031982421875, - 0.031585693359375, - -0.046844482421875, - -0.01824951171875, - -0.08282470703125, - 0.0093536376953125, - -0.06829833984375, - -0.048675537109375, - -0.0443115234375, - -0.062469482421875, - 0.06610107421875, - -0.025421142578125, - -0.0308685302734375, - 0.007537841796875, - 0.0241546630859375, - 0.0033817291259765625, - 0.019073486328125, - 0.006946563720703125, - -0.0228729248046875, - 0.0038356781005859375, - 0.06903076171875, - 0.0194244384765625, - -0.01007843017578125, - 0.0128021240234375, - 0.00794219970703125, - -0.014984130859375, - 0.033233642578125, - -0.0312347412109375, - 0.0128936767578125, - 0.02960205078125, - 0.03704833984375, - 0.014984130859375, - -0.03521728515625, - 0.0364990234375, - 0.01021575927734375, - 0.0364990234375, - -0.047943115234375, - -0.038665771484375, - 0.0011234283447265625, - 0.026336669921875, - -0.005039215087890625, - -0.06646728515625, - 0.00115203857421875, - 0.056671142578125, - 0.02886962890625, - -0.034332275390625, - -0.0017023086547851562, - -0.0162506103515625, - -0.004947662353515625, - 0.0202484130859375, - -0.0010042190551757812, - 0.031585693359375, - 0.038665771484375, - -0.039398193359375, - 0.00649261474609375, - 0.0025653839111328125, - 0.0021343231201171875, - -0.033416748046875, - -0.053375244140625, - -0.018524169921875, - 0.0108489990234375, - -0.04486083984375, - -0.005176544189453125, - 0.0243377685546875, - -0.0159759521484375, - -0.01171112060546875, - -0.0234222412109375, - 0.02215576171875, - -0.0234222412109375, - -0.05303955078125, - 0.0003533363342285156, - -0.03521728515625, - -0.05267333984375, - -0.0088958740234375, - 0.04449462890625, - 0.0037899017333984375, - 0.017608642578125, - -0.014801025390625, - -0.0277862548828125, - -0.05010986328125, - 0.0129852294921875, - -0.0128936767578125, - 0.018798828125, - -0.0184326171875, - 0.014617919921875, - 0.0294189453125, - 0.055206298828125, - 0.0012769699096679688, - 0.047943115234375, - 0.01561737060546875, - -0.022064208984375, - 0.01343536376953125, - 0.0274200439453125, - -0.0093536376953125, - 0.0164337158203125, - -0.0054473876953125, - -0.031951904296875, - 0.0043792724609375, - -0.0450439453125, - 0.014892578125, - 0.032318115234375, - 0.0203399658203125, - 0.032318115234375, - -0.0223388671875, - 0.003631591796875, - 0.056304931640625, - 0.0236053466796875, - 0.09588623046875, - -0.01389312744140625, - -0.04376220703125, - -0.0172576904296875, - 0.032684326171875, - -0.0092620849609375, - -0.0286865234375, - 0.0443115234375, - 0.006130218505859375, - -0.0168914794921875, - 0.039031982421875, - -0.017608642578125, + -0.052490234375, + 0.035858154296875, + -0.007785797119140625, + -0.00637054443359375, + 0.0030918121337890625, + -0.004505157470703125, + 0.0191650390625, + 0.029632568359375, + 0.0027256011962890625, + -0.019256591796875, + -0.0040130615234375, + 0.009674072265625, + 0.043212890625, + 0.006015777587890625, + -0.039825439453125, + 0.0247344970703125, + -0.033782958984375, + -0.021148681640625, + 0.0226593017578125, + 0.03076171875, + 0.003658294677734375, + -0.01340484619140625, + -0.044158935546875, + 0.01500701904296875, + 0.033966064453125, + -0.00952911376953125, + -0.03851318359375, + -0.00213623046875, + 0.00382232666015625, + 0.01207733154296875, + 0.0086822509765625, + -0.02020263671875, + 0.0127410888671875, + -0.0010385513305664062, + 0.0309600830078125, + -0.02642822265625, + 0.0411376953125, + 0.072509765625, + -0.04022216796875, + -0.0251007080078125, + -0.003986358642578125, + 0.033599853515625, + 0.0048828125, + -0.039459228515625, + 0.047760009765625, + -0.00179290771484375, + 0.0728759765625, + -0.03472900390625, + -0.009765625, + -0.029632568359375, + 0.0010318756103515625, + -0.0233154296875, + -0.0849609375, + -0.0258636474609375, + -0.0175628662109375, + -0.047393798828125, + -0.00688934326171875, + 0.006465911865234375, + -0.0258636474609375, + 0.044158935546875, + -0.031707763671875, + -0.041534423828125, + 0.02850341796875, + 0.007503509521484375, + 0.0081634521484375, + 0.01953125, + -0.032470703125, + -0.0386962890625, + 0.0035152435302734375, + 0.01155853271484375, + -0.03851318359375, + -0.0236968994140625, + -0.00930023193359375, + -0.022369384765625, + -0.00887298583984375, + -0.041900634765625, + -0.002655029296875, + -0.01444244384765625, + 0.03887939453125, + -0.001781463623046875, + -0.00844573974609375, + 0.01557159423828125, + 0.02642822265625, + -0.032470703125, + -0.051727294921875, + -0.0117034912109375, + -0.0219879150390625, + -0.0262451171875, + -0.027557373046875, + 0.034912109375, + -0.041351318359375, + 0.0177459716796875, + -0.00011795759201049805, + 0.0106658935546875, 0.0428466796875, - -0.00826263427734375, - -0.0108489990234375, - 0.005855560302734375, - -0.01216888427734375, - 0.0160675048828125, - 0.05120849609375, - 0.02850341796875, - 0.002655029296875, - 0.01044464111328125, - -0.006900787353515625, - -0.031768798828125, - -0.05047607421875, - -0.04974365234375, - 0.03778076171875, - 0.041778564453125, - -0.0007772445678710938, - 0.039398193359375, - -0.01352691650390625, - -0.05047607421875, - 0.01026153564453125, - -0.0364990234375, - 0.0751953125, - 0.0308685302734375, - 0.029052734375, - 0.045928955078125, - -0.025054931640625, - 0.0193328857421875, - 0.0231475830078125, - -0.0009474754333496094, - 0.0105743408203125, - 0.01861572265625, - 0.05120849609375, - -0.0090789794921875, - -0.039764404296875, - 0.033416748046875, - 0.0435791015625, - 0.01552581787109375, - 0.004154205322265625, - 0.018157958984375, - 0.0012140274047851562, - 0.0277862548828125, - -0.03704833984375, - 0.049041748046875, - 0.031585693359375, - -0.0239715576171875, - 0.007762908935546875, - -0.00803375244140625, - 0.0294189453125, - -0.032867431640625, - 0.00469970703125, - -0.0126190185546875, - 0.0234222412109375, - 0.01434326171875, - 0.0266876220703125, - -0.0230560302734375, - 0.009490966796875, - 0.047576904296875, - -0.047943115234375, - 0.0234222412109375, - 0.036865234375, - -0.03485107421875, - 0.01361846923828125, - -0.01035308837890625, - -0.021331787109375, - 0.0199737548828125, - -0.006900787353515625, - -0.02996826171875, - 0.01049041748046875, - 0.02996826171875, - -0.048675537109375, - -0.046112060546875, - -0.0231475830078125, - -0.018341064453125, - -0.00803375244140625, - 0.0014524459838867188, - 0.03558349609375, - 0.0009136199951171875, - -0.0164337158203125, - 0.01012420654296875, - 0.038330078125, - 0.002338409423828125, - -0.04974365234375, - 0.0570068359375, - -0.018707275390625, - -0.03778076171875, - 0.0194244384765625, - 0.014984130859375, - 0.0268707275390625, - -0.025970458984375, - -0.01161956787109375, - 0.01407623291015625, - 0.02886962890625, - 0.00958251953125, - -0.0167999267578125, - -0.0294189453125, - -0.047576904296875, - -0.0301513671875, - 0.0241546630859375, - 0.021331787109375, - 0.05810546875, - -0.0110321044921875, - -0.0279693603515625, - 0.0207061767578125, - -0.032135009765625, - -0.039581298828125, - -0.0200653076171875, - 0.0357666015625, - -0.03668212890625, - 0.05120849609375, - -0.026519775390625, - 0.004016876220703125, - -0.0207061767578125, - 0.06500244140625, - 0.025054931640625, - -0.0131683349609375, - -0.04486083984375, - 0.049407958984375, - 0.039764404296875, - -0.04559326171875, - -0.0191650390625, - -0.00821685791015625, - -0.005039215087890625, - 0.0450439453125, - -0.056671142578125, - -0.00966644287109375, - 0.0228729248046875, - -0.06903076171875, - -0.01352691650390625, - -0.041046142578125, - -0.002780914306640625, - -0.047576904296875, - 0.0216064453125, - 0.02850341796875, - -0.0089874267578125, - 0.0167999267578125, - -0.0034732818603515625, - 0.022613525390625, - 0.0145263671875, - 0.0015439987182617188, - -0.01507568359375, - 0.038848876953125, - -0.06500244140625, - -0.0268707275390625, - -0.0173492431640625, - 0.05157470703125, - -0.0310516357421875, - -0.009124755859375, - 0.01226043701171875, - 0.0023040771484375, - 0.056671142578125, - -0.04248046875, - 0.0106201171875, - -0.0018949508666992188, - -0.0361328125, - -0.0305023193359375, - -0.0173492431640625, - 0.0127105712890625, - 0.021331787109375, - -0.01021575927734375, - 0.01352691650390625, - 0.048675537109375, - -0.072998046875, - 0.010711669921875, - 0.022705078125, - -0.005130767822265625, - -0.01012420654296875, - -0.01003265380859375, - -0.0024852752685546875, - 0.005764007568359375, - 0.0229644775390625, - -0.0266876220703125, - -0.0234222412109375, - -0.0860595703125, - 0.0206146240234375, - -0.025604248046875, - -0.014434814453125, - -0.03594970703125, - -0.041046142578125, - -0.054473876953125, - -0.006763458251953125, - 0.034515380859375, - 0.0305023193359375, - 0.0173492431640625, - -0.034332275390625, - -0.00630950927734375, - 0.017974853515625, - -0.025421142578125, - 0.022430419921875, - -0.032318115234375, - -0.0006837844848632812, - 0.047210693359375, - -0.0584716796875, - 0.0279693603515625, - 0.00635528564453125, - 0.039215087890625, - 0.0279693603515625, - 0.0239715576171875, - -0.0247039794921875, - 0.01525115966796875, - -0.041046142578125, - -0.0125274658203125, - -0.02178955078125, - -0.009033203125, - 0.0204315185546875, - -0.0164337158203125, - -0.0171661376953125, - 0.025238037109375, - 0.018707275390625, - 0.0305023193359375, - -0.00370025634765625, - -0.0007038116455078125, - 0.022247314453125, - 0.0002453327178955078, - 0.054107666015625, - -0.0310516357421875, - -0.054107666015625, - -0.0127105712890625, - 0.00453948974609375, - 0.040863037109375, - 0.053741455078125, - -0.00835418701171875, - -0.02252197265625, - 0.01534271240234375, - 0.0361328125, - -0.0173492431640625, - -0.02923583984375, - -0.038482666015625, - 0.0230560302734375, - 0.0088043212890625, - 0.0726318359375, - -0.002643585205078125, - 0.088623046875, - -0.0010213851928710938, - 0.00630950927734375, - 0.03485107421875, - 0.057373046875, - 0.0162506103515625, - -0.01788330078125, - -0.0595703125, - 0.00971221923828125, - -0.004337310791015625, - -0.03485107421875, - -0.0274200439453125, - -0.004791259765625, - 0.0310516357421875, - -0.07989501953125, - -0.0128936767578125, - -0.021240234375, - 0.0011749267578125, - 0.00034618377685546875, - 0.0357666015625, - 0.0028591156005859375, - 0.017608642578125, - 0.02142333984375, - -0.034332275390625, - 0.0163421630859375, - -0.0092620849609375, - -0.0128936767578125, - 0.05303955078125, - 0.04229736328125, - -0.01470947265625, - 0.0350341796875, - -0.002292633056640625, - 0.0207977294921875, - 0.033050537109375, - 0.03741455078125, - 0.01861572265625, - 0.0165252685546875, - 0.048675537109375, - 0.054473876953125, - -0.01361846923828125, - -0.018341064453125, - 0.0245208740234375, - 0.021881103515625, - 0.034149169921875, - 0.05230712890625, - -0.014617919921875, - 0.0113067626953125, - 0.021240234375, - -0.0247039794921875, - -0.014984130859375, - 0.022064208984375, - 0.00531005859375, - -0.05230712890625, - -0.054107666015625, - 0.01861572265625, - -0.05120849609375, - 0.025604248046875, - 0.0022125244140625, - -0.022247314453125, - 0.00042557716369628906, - 0.032501220703125, - -0.025970458984375, - -0.040130615234375, - 0.000014126300811767578, - -0.0034961700439453125, - -0.0164337158203125, - -0.045745849609375, - -0.046478271484375, - 0.025970458984375, - -0.0056304931640625, - -0.05303955078125, - -0.018707275390625, - 0.017974853515625, - -0.01380157470703125, - -0.0308685302734375, - -0.031951904296875, - 0.02105712890625, - -0.00449371337890625, - -0.021240234375, - -0.056671142578125, - -0.03485107421875, - 0.007354736328125, - -0.03778076171875, - -0.0194244384765625, - -0.01434326171875, - -0.0157928466796875, - -0.0034275054931640625, - -0.01361846923828125, - 0.009124755859375, - 0.019073486328125, - -0.031951904296875, - 0.0247039794921875, - 0.0196075439453125, - 0.0247039794921875, - 0.03594970703125, - 0.08099365234375, - 0.004291534423828125, - 0.009490966796875, - -0.02978515625, - -0.039031982421875, - 0.017974853515625, - 0.0045623779296875, - 0.018157958984375, - -0.05157470703125, - -0.0017480850219726562, - 0.054840087890625, - -0.07843017578125, - 0.02996826171875, - 0.0274200439453125, - -0.0372314453125, - -0.055938720703125, - 0.00958251953125, - -0.01039886474609375, - 0.0312347412109375, - 0.0904541015625, - 0.025054931640625, - -0.0038814544677734375, - 0.0168914794921875, - -0.04522705078125, - 0.062103271484375, - 0.02105712890625, - 0.0054473876953125, - -0.033782958984375, - 0.00830841064453125, - -0.001163482666015625, - -0.039215087890625, - -0.00726318359375, - -0.07080078125, - -0.0268707275390625, - 0.0350341796875, - 0.00826263427734375, - -0.0029048919677734375, - -0.025238037109375, - -0.044677734375, - -0.039031982421875, - -0.0303192138671875, - 0.041778564453125, - 0.026153564453125, - 0.0272369384765625, - -0.039215087890625, - -0.0013055801391601562, - -0.02850341796875, - -0.047943115234375, - -0.025054931640625, - -0.02923583984375, - 0.033599853515625, - 0.005992889404296875, - -0.04559326171875, - 0.0197906494140625, - 0.0128021240234375, - 0.0199737548828125, - -0.00569915771484375, - 0.04449462890625, - -0.046478271484375, - -0.0270538330078125, - -0.001186370849609375, - 0.057373046875, - -0.018798828125, - -0.00803375244140625, - 0.0157012939453125, - 0.0173492431640625, - 0.039398193359375, - -0.032684326171875, - 0.0592041015625, - 0.01226043701171875, - -0.025787353515625, - -0.038482666015625, - -0.0229644775390625, - -0.0166168212890625, - 0.05047607421875, - -0.01235198974609375, - 0.0270538330078125, - -0.018890380859375, - -0.0204315185546875, - -0.08209228515625, - 0.05084228515625, - -0.0197906494140625, - -0.0128936767578125, - 0.006084442138671875, - -0.007625579833984375, - -0.03668212890625, - -0.01416778564453125, - -0.038482666015625, - 0.0145263671875, - -0.0270538330078125, + -0.002288818359375, + -0.001079559326171875, + -0.0237884521484375, + -0.0180206298828125, + 0.0011091232299804688, + 0.0251007080078125, + -0.0012149810791015625, + 0.01416015625, + 0.03662109375, + 0.006561279296875, + 0.0100555419921875, + -0.003704071044921875, + -0.0190582275390625, + -0.04473876953125, + 0.03265380859375, + 0.0036106109619140625, + -0.0238800048828125, + 0.01491546630859375, + -0.01099395751953125, + 0.043792724609375, + 0.07666015625, + -0.00788116455078125, + 0.0111846923828125, + -0.00637054443359375, + -0.0159454345703125, 0.0286865234375, - -0.01543426513671875, - -0.01180267333984375, - 0.006992340087890625, - 0.0165252685546875, - -0.01788330078125, - 0.0364990234375, - 0.0109405517578125, - -0.006946563720703125, - 0.0350341796875, - -0.0312347412109375, - -0.0020427703857421875, - -0.00547027587890625, - -0.00794219970703125, - -0.0171661376953125, - 0.002361297607421875, - -0.0199737548828125, - -0.0020656585693359375, - 0.0286865234375, - 0.0450439453125, - -0.01416778564453125, - -0.002758026123046875, - -0.0003020763397216797, - 0.0165252685546875, - -0.004154205322265625, - -0.01407623291015625, - -0.00980377197265625, - -0.00726318359375, - -0.0199737548828125, - -0.0283355712890625, - -0.055206298828125, - -0.09661865234375, - -0.004901885986328125, - -0.0711669921875, - 0.0025196075439453125, - -0.0029506683349609375, - 0.05267333984375, - 0.0167083740234375, - -0.031951904296875, - 0.040496826171875, - -0.010986328125, - -0.01371002197265625, - -0.02978515625, - 0.0160675048828125, - -0.0191650390625, + 0.050201416015625, + 0.01302337646484375, + -0.0147247314453125, 0.04229736328125, - 0.0012369155883789062, - -0.04339599609375, - 0.0207977294921875, - -0.010711669921875, - 0.004810333251953125, - -0.00994110107421875, - 0.005176544189453125, - -0.0421142578125, - 0.01552581787109375, - -0.060638427734375, - -0.01012420654296875, - 0.01049041748046875, - 0.055206298828125, - 0.007537841796875, - -0.025970458984375, - 0.046478271484375, - -0.01470947265625, - -0.06353759765625, - 0.029052734375, - -0.0197906494140625, - -0.039031982421875, - 0.00626373291015625, - -0.01398468017578125, - 0.00469970703125, - 0.00998687744140625, - 0.02886962890625, - 0.02923583984375, - 0.025054931640625, - 0.025604248046875, - -0.0199737548828125, - -0.0026226043701171875, - -0.004291534423828125, - 0.02996826171875, - 0.031951904296875, - 0.01470947265625, - -0.006671905517578125, - 0.029052734375, - -0.0126190185546875, - -0.08062744140625, - -0.0191650390625, - -0.0270538330078125, - -0.047943115234375, - -0.0025539398193359375, - 0.0882568359375, - 0.053741455078125, - -0.01751708984375, - 0.0199737548828125, - 0.0584716796875, - 0.02923583984375, - 0.0247039794921875, - -0.026153564453125, - -0.057373046875, - -0.017425537109375, - 0.02886962890625, - 0.01806640625, - -0.06280517578125, - 0.05267333984375, - 0.06427001953125, - 0.0044708251953125, - -0.0007548332214355469, - -0.0167999267578125, - 0.01371002197265625, - 0.05047607421875, - 0.0305023193359375, - 0.014251708984375, - -0.05120849609375, + -0.01491546630859375, + 0.03076171875, + -0.0022525787353515625, + -0.025482177734375, + -0.002063751220703125, + -0.03662109375, + 0.0190582275390625, + -0.053619384765625, + -0.031524658203125, + -0.01708984375, 0.033599853515625, - 0.0229644775390625, - 0.02105712890625, - -0.018157958984375, - -0.01007843017578125, - -0.0279693603515625, - 0.056304931640625, - -0.046478271484375, - 0.0090789794921875, - 0.0089874267578125, - 0.06390380859375, - 0.0281524658203125, - -0.040130615234375, - -0.025054931640625, - 0.07373046875, - 0.021331787109375, - -0.0207977294921875, - 0.0093994140625, - 0.00980377197265625, - -0.01543426513671875, - 0.039031982421875, - 0.0266876220703125, - -0.0009927749633789062, - 0.03759765625, - -0.001316070556640625, - -0.06866455078125, - 0.0570068359375, - 0.004970550537109375, - 0.024871826171875, - -0.0009927749633789062, - -0.053375244140625, - -0.01235198974609375, - -0.034515380859375, - 0.034515380859375, - 0.017425537109375, - 0.031951904296875, - 0.0126190185546875, - -0.00476837158203125, - -0.0270538330078125, - 0.009490966796875, - 0.0228729248046875, - 0.02197265625, - -0.006130218505859375, - -0.009124755859375, - 0.01861572265625, - 0.0268707275390625, - 0.0184326171875, - -0.02923583984375, - 0.0232391357421875, - -0.0272369384765625, - -0.0106658935546875, - -0.032867431640625, - 0.0310516357421875, - 0.00547027587890625, - 0.0016002655029296875, - 0.00994110107421875, - -0.001129150390625, - 0.0239715576171875, - -0.02178955078125, - -0.047943115234375, - 0.018707275390625, - 0.0074920654296875, - -0.0276031494140625, - 0.02886962890625, - 0.004199981689453125, - -0.0216064453125, - 0.0093994140625, - -0.04559326171875, - 0.08026123046875, - 0.0279693603515625, - 0.0303192138671875, - -0.006130218505859375, - 0.0301513671875, - 0.055938720703125, - 0.009033203125, - -0.01044464111328125, - 0.022796630859375, - -0.0198822021484375, - 0.06829833984375, - 0.055572509765625, - -0.0038356781005859375, - -0.033782958984375, - 0.025970458984375, - 0.005992889404296875, - -0.05047607421875, - 0.0113067626953125, - 0.0165252685546875, - 0.0006666183471679688, - -0.02923583984375, - -0.008941650390625, - 0.0165252685546875, - -0.0592041015625, - 0.05157470703125, - 0.0310516357421875, - -0.0013113021850585938, - 0.03631591796875, - -0.05303955078125, + 0.004505157470703125, + 0.049835205078125, + 0.01226806640625, + -0.0230255126953125, + 0.01444244384765625, + 0.005710601806640625, + 0.006511688232421875, + 0.0208587646484375, + 0.0034694671630859375, + 0.02642822265625, + 0.004955291748046875, + 0.021514892578125, + -0.01509857177734375, + 0.046234130859375, + 0.0177459716796875, + -0.025299072265625, + -0.003681182861328125, + 0.065673828125, + -0.00032138824462890625, + -0.03076171875, + -0.029449462890625, + -0.0188751220703125, + 0.041534423828125, + -0.02435302734375, + 0.01557159423828125, + -0.004436492919921875, + -0.02642822265625, + -0.055511474609375, + -0.006984710693359375, + 0.036041259765625, + -0.0428466796875, + 0.033966064453125, + 0.0190582275390625, + 0.0177459716796875, + -0.0175628662109375, + 0.035675048828125, + 0.04437255859375, + 0.032470703125, + -0.0199127197265625, + -0.0005693435668945312, + 0.004436492919921875, + -0.01155853271484375, + 0.02227783203125, + 0.052093505859375, + 0.01444244384765625, + 0.00981903076171875, + -0.01387786865234375, + 0.037200927734375, + -0.00872802734375, + 0.021514892578125, + 0.031524658203125, + -0.035858154296875, + 0.0085906982421875, + 0.00849151611328125, + 0.0268096923828125, + 0.050201416015625, + -0.055877685546875, + 0.021514892578125, + -0.048126220703125, + 0.0011034011840820312, + -0.06756591796875, + -0.0487060546875, + -0.040008544921875, + -0.05853271484375, 0.04248046875, - 0.00862884521484375, - 0.05010986328125, - -0.0312347412109375, - 0.05810546875, - -0.025421142578125, + -0.022369384765625, + -0.019439697265625, + 0.0245361328125, + 0.004909515380859375, + 0.01641845703125, + 0.0300140380859375, + -0.0008139610290527344, + -0.0390625, + 0.00035691261291503906, + 0.09661865234375, + 0.0060882568359375, + -0.0111846923828125, + 0.01047515869140625, + 0.0301971435546875, + 0.026611328125, + 0.0218048095703125, + -0.01500701904296875, + 0.0005192756652832031, + 0.0147247314453125, + 0.034912109375, + 0.014251708984375, + 0.004482269287109375, + 0.0111846923828125, + 0.0004069805145263672, + 0.052093505859375, + -0.04229736328125, + -0.003963470458984375, + -0.00986480712890625, + 0.006793975830078125, + -0.00531005859375, + -0.047760009765625, + -0.0133056640625, + 0.04302978515625, + 0.046051025390625, + 0.010284423828125, + 0.006229400634765625, + -0.01641845703125, + 0.012176513671875, + 0.0013866424560546875, + 0.005828857421875, + 0.047943115234375, + 0.038330078125, + -0.039825439453125, + -0.0081634521484375, + 0.007221221923828125, + 0.0268096923828125, + -0.035675048828125, + -0.033233642578125, + -0.021514892578125, + -0.0241546630859375, + -0.050201416015625, + -0.013214111328125, + 0.01090240478515625, + -0.033966064453125, + 0.025482177734375, + -0.037933349609375, + 0.0085906982421875, + -0.0237884521484375, + -0.044921875, + 0.0251007080078125, + -0.004222869873046875, + -0.06304931640625, + -0.0288848876953125, + 0.05322265625, + 0.01349639892578125, + 0.0159454345703125, + -0.01812744140625, + -0.013214111328125, + -0.041534423828125, + 0.005664825439453125, + -0.02056884765625, + 0.0487060546875, + -0.009246826171875, + 0.03228759765625, + 0.0197296142578125, + 0.0341796875, + 0.006702423095703125, + 0.065673828125, + 0.0258636474609375, + -0.00788116455078125, + -0.00811767578125, + 0.004955291748046875, + 0.014251708984375, + 0.035675048828125, + -0.006702423095703125, + -0.01047515869140625, + -0.0006194114685058594, + -0.0328369140625, + 0.02850341796875, + 0.0236968994140625, + 0.018310546875, + 0.019256591796875, + -0.033233642578125, + 0.0281219482421875, + 0.049072265625, + 0.007503509521484375, + 0.0887451171875, + -0.00958251953125, + -0.044158935546875, + 0.0019817352294921875, + 0.00783538818359375, + -0.0241546630859375, + 0.0208587646484375, + 0.03302001953125, + -0.005992889404296875, + 0.0189666748046875, + 0.039276123046875, + -0.0147247314453125, + 0.03887939453125, + -0.006038665771484375, + 0.0007314682006835938, + -0.00797271728515625, + -0.004909515380859375, + 0.0197296142578125, + 0.0262451171875, + 0.0209503173828125, + 0.004791259765625, + 0.047393798828125, + -0.0186920166015625, + -0.00958251953125, + -0.078125, + -0.05133056640625, + 0.02349853515625, + -0.01812744140625, + 0.00688934326171875, + 0.03662109375, + -0.057373046875, + -0.07476806640625, + 0.0092010498046875, + -0.0208587646484375, + 0.069091796875, + 0.029449462890625, + 0.0404052734375, + 0.0290679931640625, + -0.03265380859375, + -0.00637054443359375, + 0.035491943359375, + 0.0127410888671875, + 0.03076171875, + 0.06494140625, + 0.03302001953125, + 0.033966064453125, + -0.01812744140625, + 0.0013742446899414062, + 0.007740020751953125, + 0.0198211669921875, + -0.00797271728515625, + 0.0245361328125, + -0.006038665771484375, + 0.0199127197265625, + -0.02056884765625, + 0.07061767578125, + 0.059661865234375, + -0.03851318359375, + 0.0290679931640625, + -0.0005574226379394531, + 0.0037994384765625, + -0.06683349609375, + -0.014251708984375, + -0.01293182373046875, 0.0169830322265625, - 0.00971221923828125, - 0.0231475830078125, - 0.0223388671875, - 0.0272369384765625, - -0.02886962890625, - 0.06463623046875, - 0.0159759521484375, - 0.0024623870849609375, - -0.049407958984375, - -0.0045166015625, - 0.00785064697265625, - 0.0239715576171875, + 0.01519775390625, + 0.0168914794921875, + -0.03887939453125, + 0.02227783203125, + 0.044158935546875, + -0.06982421875, + 0.04095458984375, + 0.0190582275390625, + -0.03057861328125, + 0.0219879150390625, + -0.031524658203125, + -0.02850341796875, + 0.0156707763671875, + -0.0286865234375, + -0.033599853515625, + 0.003986358642578125, + 0.0303955078125, + -0.041351318359375, + -0.0311431884765625, + -0.00930023193359375, + -0.0188751220703125, + -0.004764556884765625, + -0.01953125, + 0.01312255859375, + -0.0085906982421875, + -0.0218963623046875, + 0.03228759765625, + 0.0191650390625, + 0.0015926361083984375, + -0.0229339599609375, + 0.049835205078125, + -0.0177459716796875, + -0.05889892578125, + 0.0048370361328125, + -0.00457763671875, + 0.01151275634765625, + -0.0158538818359375, + -0.015289306640625, + -0.01312255859375, + 0.0300140380859375, + 0.018218994140625, + -0.0016164779663085938, + -0.057769775390625, + -0.0404052734375, + -0.06378173828125, + 0.04095458984375, + 0.0168914794921875, + 0.03057861328125, + 0.0055694580078125, + -0.0428466796875, + 0.00412750244140625, + -0.04681396484375, + -0.01953125, + -0.01302337646484375, + -0.00533294677734375, + 0.0006103515625, + 0.06683349609375, + -0.006183624267578125, + 0.0076446533203125, + -0.01302337646484375, + 0.069091796875, + 0.0030078887939453125, + -0.0007519721984863281, + -0.046630859375, + 0.0345458984375, + 0.035858154296875, + -0.040771484375, + -0.0216064453125, + -0.00891876220703125, + -0.0009083747863769531, + 0.05133056640625, + -0.0777587890625, + -0.0298309326171875, + 0.0168914794921875, + -0.05474853515625, + -0.021148681640625, + -0.040008544921875, + -0.0167083740234375, + -0.037567138671875, + 0.03436279296875, + 0.047576904296875, + -0.0020999908447265625, + 0.03265380859375, + -0.00153350830078125, + -0.0008907318115234375, + 0.0226593017578125, + 0.0116119384765625, + -0.0218048095703125, + 0.00872802734375, + -0.03302001953125, + -0.0245361328125, + -0.0216064453125, + 0.029266357421875, + 0.004650115966796875, + 0.005001068115234375, + 0.0002491474151611328, + -0.0300140380859375, + 0.05474853515625, + -0.0231170654296875, + -0.004459381103515625, + -0.005828857421875, + -0.008209228515625, + -0.0260467529296875, + -0.025299072265625, + 0.0016632080078125, + 0.0178375244140625, + 0.00101470947265625, + 0.016510009765625, + 0.025482177734375, + -0.03851318359375, + 0.00981903076171875, + 0.0147247314453125, + 0.01387786865234375, + 0.019256591796875, + -0.0176544189453125, + -0.005756378173828125, + -0.040771484375, + 0.021148681640625, + -0.023406982421875, + -0.043426513671875, + -0.07928466796875, + 0.0147247314453125, + -0.0027484893798828125, + -0.0177459716796875, + -0.0258636474609375, + -0.040771484375, + -0.064208984375, + -0.03302001953125, + 0.0269927978515625, + 0.0012445449829101562, + 0.0206756591796875, + -0.04229736328125, + -0.035491943359375, + -0.009246826171875, + -0.03228759765625, + 0.038116455078125, + -0.00896453857421875, + 0.017181396484375, + -0.00896453857421875, + -0.04510498046875, + 0.034912109375, + 0.0085906982421875, + 0.027374267578125, + 0.035675048828125, + 0.0158538818359375, + -0.0362548828125, + 0.023590087890625, + -0.040771484375, + 0.005191802978515625, + 0.027374267578125, + -0.035675048828125, + 0.0230255126953125, + -0.039642333984375, + 0.006748199462890625, + -0.0082550048828125, + 0.0258636474609375, + 0.0167083740234375, + 0.01226806640625, + -0.032470703125, + 0.0179290771484375, + 0.01312255859375, + 0.06494140625, + -0.00872802734375, + -0.047576904296875, + -0.00811767578125, + -0.00783538818359375, + 0.04095458984375, + 0.046051025390625, + 0.0007138252258300781, + -0.003208160400390625, + 0.010101318359375, + 0.023406982421875, + -0.02642822265625, + -0.033599853515625, + -0.03076171875, + 0.00995635986328125, + 0.050201416015625, + 0.049835205078125, + 0.00200653076171875, + 0.07135009765625, + 0.00027871131896972656, + 0.02056884765625, + 0.01312255859375, + 0.05511474609375, + 0.01519775390625, + -0.0281219482421875, + -0.05096435546875, + -0.00878143310546875, + 0.023406982421875, + -0.04266357421875, + -0.043426513671875, + -0.001911163330078125, + 0.06341552734375, + -0.052093505859375, + -0.03076171875, + -0.0227508544921875, + -0.01094818115234375, + -0.006229400634765625, + 0.0157623291015625, + -0.006748199462890625, + 0.01812744140625, + 0.0010976791381835938, + -0.0167999267578125, + -0.002017974853515625, + -0.0236968994140625, + -0.01605224609375, + 0.05322265625, + 0.023223876953125, + -0.006465911865234375, + 0.01519775390625, + 0.0116119384765625, + 0.0176544189453125, + 0.01349639892578125, + 0.040771484375, + 0.0137786865234375, + 0.0249176025390625, + 0.0033969879150390625, + 0.07025146484375, + -0.037933349609375, + -0.01509857177734375, + 0.021240234375, + 0.02142333984375, + 0.0386962890625, + 0.0288848876953125, + -0.015380859375, + 0.00930023193359375, + 0.008544921875, + -0.035125732421875, + -0.0035858154296875, + 0.0200042724609375, + 0.0021228790283203125, + -0.0269927978515625, + -0.07135009765625, + 0.029449462890625, + -0.027557373046875, + 0.043212890625, + -0.01123046875, + -0.0097198486328125, + 0.0066070556640625, + 0.0300140380859375, + -0.02056884765625, + -0.0615234375, + 0.0158538818359375, + -0.004718780517578125, + -0.033416748046875, + -0.015289306640625, + -0.02227783203125, + 0.036041259765625, + -0.0003287792205810547, + -0.0653076171875, + 0.004459381103515625, + 0.04022216796875, + -0.0281219482421875, + -0.0283203125, + -0.0277557373046875, + 0.00952911376953125, + -0.03472900390625, + -0.0168914794921875, + -0.047943115234375, + -0.03302001953125, + -0.0034694671630859375, + -0.0048828125, + 0.004199981689453125, + 0.002429962158203125, + -0.035125732421875, + -0.0309600830078125, + -0.0247344970703125, + -0.01812744140625, + 0.023223876953125, + -0.04473876953125, + 0.022369384765625, + 0.0156707763671875, + 0.014251708984375, + 0.0031147003173828125, + 0.06494140625, + 0.01605224609375, + 0.0262451171875, + -0.0328369140625, + -0.0341796875, + 0.03302001953125, + -0.018218994140625, + 0.0022296905517578125, + -0.07476806640625, + 0.0019588470458984375, + 0.0311431884765625, + -0.09100341796875, + 0.02850341796875, + 0.0117950439453125, + -0.0251007080078125, + -0.06494140625, + -0.005828857421875, + 0.005779266357421875, + 0.004764556884765625, + 0.077392578125, + 0.001079559326171875, + -0.00637054443359375, + 0.00995635986328125, + -0.0228424072265625, + 0.0653076171875, + 0.007549285888671875, + 0.004695892333984375, + -0.039825439453125, + 0.0127410888671875, + -0.0034923553466796875, + -0.03662109375, + 0.01491546630859375, + -0.06793212890625, + 0.0014219284057617188, + 0.0208587646484375, + 0.0178375244140625, + 0.005451202392578125, + 0.0247344970703125, + -0.062286376953125, + -0.016326904296875, + -0.03057861328125, + 0.031707763671875, + 0.012176513671875, + 0.0148162841796875, + -0.052093505859375, + -0.00792694091796875, + -0.0271759033203125, + -0.048309326171875, + -0.034912109375, + -0.03302001953125, + 0.0157623291015625, + 0.01207733154296875, + -0.07965087890625, + 0.0247344970703125, + -0.007221221923828125, + 0.0321044921875, + 0.01509857177734375, + 0.05059814453125, + -0.056243896484375, + 0.00460052490234375, + 0.01548004150390625, + 0.0224609375, + -0.01396942138671875, + 0.003963470458984375, + -0.0027484893798828125, + 0.03265380859375, + 0.002773284912109375, + -0.04248046875, + 0.052490234375, + 0.033782958984375, + -0.037750244140625, + -0.053985595703125, + -0.031341552734375, + -0.033782958984375, + 0.073974609375, + -0.0167083740234375, + 0.0311431884765625, + -0.01444244384765625, + 0.002559661865234375, + -0.07928466796875, + 0.033416748046875, + -0.029266357421875, + 0.046051025390625, + 0.019256591796875, + -0.0226593017578125, + -0.0528564453125, + -0.03076171875, + -0.00330352783203125, + 0.0428466796875, + -0.056243896484375, + 0.0281219482421875, + -0.00011652708053588867, + -0.005519866943359375, + 0.00412750244140625, + -0.01132965087890625, + 0.0226593017578125, + 0.037933349609375, + 0.0020771026611328125, + -0.0487060546875, + 0.043609619140625, + -0.0341796875, + 0.01245880126953125, + -0.0038700103759765625, + 0.0028553009033203125, + -0.005970001220703125, + -0.0236968994140625, + -0.01605224609375, + -0.0004513263702392578, + 0.0105743408203125, + 0.035675048828125, + -0.031890869140625, + 0.004058837890625, + -0.007080078125, + 0.0217132568359375, + 0.002689361572265625, + -0.0006251335144042969, + 0.00896453857421875, + 0.0002772808074951172, + -0.04022216796875, + -0.037384033203125, + -0.0687255859375, + -0.073974609375, + -0.021240234375, + -0.0528564453125, + -0.01416015625, + 0.0014390945434570312, + 0.018402099609375, + 0.0207672119140625, + -0.02850341796875, + 0.05322265625, + -0.0178375244140625, + 0.0260467529296875, + -0.0404052734375, + 0.001651763916015625, + -0.01396942138671875, + 0.060791015625, + -0.004245758056640625, + -0.01548004150390625, + 0.025482177734375, + -0.0260467529296875, + 0.003208160400390625, + -0.0187835693359375, + -0.0003361701965332031, + -0.037567138671875, + 0.01934814453125, + -0.07476806640625, + 0.009765625, + 0.00632476806640625, + 0.05059814453125, + -0.0218048095703125, + -0.0277557373046875, + 0.04022216796875, + -0.01708984375, + -0.038330078125, + -0.0029621124267578125, + -0.00533294677734375, + -0.0107574462890625, + -0.0288848876953125, + 0.00896453857421875, + 0.005947113037109375, + 0.005451202392578125, + 0.008544921875, + 0.041900634765625, + 0.053985595703125, + 0.0210418701171875, + -0.043212890625, + -0.0290679931640625, + -0.005401611328125, + 0.0096282958984375, + 0.0166168212890625, + 0.0247344970703125, + -0.0258636474609375, + 0.00887298583984375, + -0.015289306640625, + -0.08984375, + -0.0190582275390625, + -0.040771484375, + -0.050201416015625, + -0.0042724609375, + 0.0777587890625, + 0.0268096923828125, + -0.0249176025390625, + 0.022369384765625, + 0.0286865234375, + 0.04022216796875, + 0.01548004150390625, + -0.007171630859375, + -0.0653076171875, + 0.01849365234375, + 0.053985595703125, + 0.037567138671875, + -0.04510498046875, + 0.056640625, + 0.07928466796875, + -0.0217132568359375, + -0.033416748046875, + -0.003658294677734375, + -0.02435302734375, + 0.044158935546875, + 0.0180206298828125, + 0.035125732421875, + -0.060028076171875, + 0.0007462501525878906, + 0.01491546630859375, + 0.006938934326171875, + -0.00872802734375, + -0.01641845703125, + -0.00930023193359375, + 0.035858154296875, + -0.06378173828125, + -0.027557373046875, + 0.00507354736328125, + 0.07891845703125, + 0.018310546875, + -0.03076171875, + -0.0035400390625, + 0.0445556640625, + 0.044921875, + -0.004909515380859375, + 0.009674072265625, + 0.00844573974609375, + 0.004245758056640625, + 0.039459228515625, + 0.052490234375, + 0.018218994140625, + 0.0687255859375, + 0.01349639892578125, + -0.043609619140625, + 0.0228424072265625, + 0.004364013671875, + -0.0133056640625, + 0.007598876953125, + -0.049468994140625, + -0.01387786865234375, + -0.037933349609375, + 0.035308837890625, + 0.0147247314453125, + 0.031890869140625, + 0.050201416015625, + -0.0015687942504882812, + -0.00047779083251953125, + 0.01557159423828125, + 0.032470703125, + 0.06378173828125, + 0.0251007080078125, + 0.0258636474609375, + 0.01453399658203125, + 0.005428314208984375, + -0.0066070556640625, + -0.01236724853515625, + 0.0303955078125, + -0.0369873046875, + -0.00872802734375, + -0.04510498046875, + -0.01387786865234375, + -0.00991058349609375, + -0.027374267578125, + -0.00943756103515625, + -0.0175628662109375, + 0.00481414794921875, + -0.03265380859375, + -0.0570068359375, + -0.008544921875, + 0.02642822265625, + -0.035491943359375, + 0.0091552734375, + 0.0321044921875, + -0.0048370361328125, + 0.0186004638671875, + -0.059661865234375, + 0.051727294921875, + 0.017364501953125, + 0.027374267578125, + -0.00948333740234375, + -0.0007963180541992188, + 0.0362548828125, + 0.01387786865234375, + -0.00830841064453125, + 0.016510009765625, + -0.03265380859375, + 0.039825439453125, + 0.04473876953125, + 0.00872802734375, + -0.0390625, + 0.0240631103515625, + 0.035675048828125, + -0.060394287109375, + 0.06341552734375, + -0.0101470947265625, + 0.03436279296875, + 0.0224609375, + 0.0159454345703125, + -0.04644775390625, + -0.062286376953125, + 0.05474853515625, + 0.0136871337890625, + 0.0038928985595703125, + 0.01708984375, + -0.056243896484375, + 0.0445556640625, + 0.008026123046875, + 0.035491943359375, + -0.0341796875, + 0.05926513671875, + -0.0186004638671875, + 0.02056884765625, + 0.00009882450103759766, + 0.0106201171875, + -0.027374267578125, + 0.0262451171875, + -0.039459228515625, + 0.0732421875, + 0.01557159423828125, + -0.0157623291015625, + -0.049072265625, + 0.00018656253814697266, + 0.0210418701171875, + 0.003704071044921875, + 0.06304931640625, + -0.053619384765625, + -0.022186279296875, + 0.004390716552734375, + 0.04302978515625, + 0.05096435546875, + -0.04510498046875, + 0.04644775390625, + 0.0176544189453125, + -0.0186920166015625, + -0.003162384033203125, + -0.0236968994140625 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "analysis", + "reporting" + ], + "tags": [ + "dashboards", + "analytics" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Android_Backup_Extractor", + "type": "tool", + "name": "Android Backup Extractor", + "content": "android backup extractor das bewährte kommandozeilen‑werkzeug zum entpacken und packen von android‑backups (.ab) aus »adb backup« – inklusive entschlüsselung passwort­geschützter archive dank integrierter aes‑routinen. ideal für die extraktion forensisch relevanter app‑daten ohne root‑zugriff und damit ein must‑have für mobile‑analysen. :contentreference[oaicite:0]{index=0} commandline backup encryption artifact-extraction android scenario:file_recovery mobile-forensics static-investigations examination analysis", + "embedding": [ + 0.0143280029296875, + 0.008697509765625, + 0.01348876953125, + -0.00018095970153808594, + 0.01971435546875, + 0.0202789306640625, + 0.034423828125, + 0.000033974647521972656, + -0.01209259033203125, + -0.00534820556640625, + -0.00423431396484375, + 0.08074951171875, + 0.0104217529296875, + 0.0067901611328125, + -0.0280914306640625, + 0.0067901611328125, + 0.0036983489990234375, + 0.002696990966796875, + -0.006931304931640625, + -0.004512786865234375, + -0.007022857666015625, + -0.0260467529296875, + -0.06439208984375, + -0.00893402099609375, + -0.01302337646484375, + 0.020751953125, + -0.0180511474609375, + -0.05096435546875, + -0.0243682861328125, + 0.00623321533203125, + 0.023345947265625, + -0.0277252197265625, + -0.0015811920166015625, + 0.039825439453125, + 0.0037899017333984375, + -0.01506805419921875, + -0.006000518798828125, + -0.017486572265625, + -0.0256805419921875, + 0.053955078125, + -0.0122833251953125, + 0.01200103759765625, + 0.01515960693359375, + 0.0048828125, + -0.034423828125, + -0.0269775390625, + -0.00836944580078125, + -0.01055908203125, + 0.020751953125, + -0.0277252197265625, + 0.0167388916015625, + 0.024932861328125, + 0.02679443359375, + -0.007022857666015625, + -0.04150390625, + 0.05023193359375, + 0.026611328125, + -0.03887939453125, + -0.058807373046875, + 0.0535888671875, + -0.05096435546875, + -0.0008373260498046875, + 0.0180511474609375, + -0.006046295166015625, + 0.0009708404541015625, + 0.00836944580078125, + -0.013397216796875, + -0.023345947265625, + -0.0078582763671875, + 0.00428009033203125, + -0.00762939453125, + -0.021392822265625, + -0.01186370849609375, + 0.05804443359375, + -0.004116058349609375, + -0.0535888671875, + 0.0143280029296875, + -0.00836944580078125, + -0.00623321533203125, + 0.01200103759765625, + -0.04278564453125, + -0.0107421875, + 0.01515960693359375, + -0.02716064453125, + 0.006931304931640625, + 0.020843505859375, + 0.0205535888671875, + -0.0032787322998046875, + -0.006977081298828125, + -0.019622802734375, + 0.0152587890625, + -0.01776123046875, + 0.019439697265625, + -0.013671875, + 0.056182861328125, + 0.059173583984375, + -0.033477783203125, + 0.006000518798828125, + 0.0164642333984375, + 0.0390625, + 0.00016641616821289062, + -0.04278564453125, + 0.0628662109375, + 0.0013484954833984375, + 0.039825439453125, + -0.0260467529296875, + 0.0163726806640625, + -0.0216827392578125, + -0.025299072265625, + -0.022796630859375, + -0.12353515625, + -0.041290283203125, + -0.024749755859375, + -0.04205322265625, + -0.01776123046875, + -0.0086517333984375, + -0.0029544830322265625, + 0.045196533203125, + -0.056549072265625, + -0.032196044921875, + 0.00762939453125, + 0.031829833984375, + -0.024566650390625, + -0.0107879638671875, + -0.05059814453125, + -0.026611328125, + -0.0013551712036132812, + 0.005092620849609375, + -0.05059814453125, + -0.035736083984375, + -0.0316162109375, + -0.011627197265625, + -0.03070068359375, + -0.0340576171875, + -0.0160064697265625, + -0.048736572265625, + 0.032379150390625, + 0.00261688232421875, + 0.0015468597412109375, + 0.00823211669921875, + 0.031829833984375, + -0.05731201171875, + -0.07293701171875, + 0.015625, + -0.034423828125, + 0.006511688232421875, + -0.03070068359375, + 0.06658935546875, + -0.037017822265625, + -0.0167388916015625, + -0.020843505859375, + -0.005558013916015625, + 0.03497314453125, + -0.01386260986328125, + -0.002140045166015625, + -0.044281005859375, + -0.00476837158203125, + -0.0264129638671875, + 0.01544189453125, + -0.02093505859375, + -0.033294677734375, + 0.0167388916015625, + -0.023345947265625, + 0.032379150390625, + -0.01404571533203125, + -0.0299530029296875, + -0.031829833984375, + 0.0093994140625, + -0.019073486328125, + -0.0003707408905029297, + 0.00911712646484375, + -0.02716064453125, + 0.040008544921875, + 0.0703125, + 0.0105133056640625, + 0.0264129638671875, + -0.00469970703125, + 0.0105133056640625, + 0.0145111083984375, + 0.04986572265625, + -0.01284027099609375, + -0.0295867919921875, + 0.04913330078125, + 0.02734375, + 0.0230712890625, + -0.015716552734375, + -0.03887939453125, + 0.0020008087158203125, + -0.0280914306640625, + 0.0625, + -0.023345947265625, + -0.0178680419921875, + 0.015625, + 0.01898193359375, + 0.0224151611328125, + 0.036651611328125, + 0.0280914306640625, + -0.019073486328125, + 0.040924072265625, + -0.00958251953125, + 0.028656005859375, + 0.058807373046875, + 0.00991058349609375, + 0.044647216796875, + 0.006511688232421875, + 0.002872467041015625, + -0.01470184326171875, + 0.036102294921875, + 0.0260467529296875, + -0.021209716796875, + -0.0222320556640625, + 0.00804901123046875, + 0.015350341796875, + -0.028839111328125, + -0.01544189453125, + -0.0347900390625, + 0.025299072265625, + -0.036102294921875, + -0.03106689453125, + -0.00006395578384399414, + -0.0103759765625, + -0.0784912109375, + 0.01953125, + 0.0256805419921875, + -0.0260467529296875, + 0.03070068359375, + 0.033477783203125, + -0.013397216796875, + -0.04278564453125, + 0.029022216796875, + -0.006977081298828125, + 0.034423828125, + 0.00916290283203125, + 0.040008544921875, + -0.0161895751953125, + -0.0066986083984375, + 0.056182861328125, + 0.03125, + 0.0093994140625, + -0.00730133056640625, + -0.0303192138671875, + 0.04913330078125, + -0.03460693359375, + 0.0301361083984375, + 0.0316162109375, + -0.0535888671875, + -0.0127410888671875, + 0.005443572998046875, + 0.048370361328125, + 0.039825439453125, + -0.036834716796875, + 0.007534027099609375, + -0.063232421875, + 0.003604888916015625, + -0.0784912109375, + -0.048370361328125, + -0.024749755859375, + -0.051727294921875, + 0.048736572265625, + -0.017120361328125, + -0.0144195556640625, + 0.004791259765625, + -0.00995635986328125, + -0.0145111083984375, + 0.035736083984375, + 0.0103759765625, + -0.06884765625, + 0.02288818359375, + 0.06622314453125, + -0.0178680419921875, + 0.0025806427001953125, + -0.01084136962890625, + 0.0122833251953125, + 0.01293182373046875, + 0.03533935546875, + -0.0178680419921875, + -0.029205322265625, + 0.0282745361328125, + 0.0003952980041503906, + 0.01116180419921875, + -0.006885528564453125, + 0.0122833251953125, + -0.0204620361328125, + 0.029022216796875, + -0.024749755859375, + 0.0013027191162109375, + 0.0053253173828125, + 0.01506805419921875, + -0.01000213623046875, + -0.03387451171875, + -0.0162811279296875, + 0.02679443359375, + 0.03070068359375, + 0.0182342529296875, + 0.024932861328125, + -0.051727294921875, + -0.01580810546875, + -0.01004791259765625, + -0.022796630859375, + 0.04669189453125, + 0.01971435546875, + -0.0185089111328125, + 0.00991058349609375, + 0.032562255859375, + 0.0186004638671875, + -0.0017795562744140625, + -0.040374755859375, + -0.00795745849609375, + -0.01027679443359375, + -0.044281005859375, + -0.038330078125, + 0.017669677734375, + -0.0238189697265625, + 0.0282745361328125, + 0.003326416015625, + -0.003139495849609375, + -0.03387451171875, + -0.038330078125, + -0.01702880859375, + -0.01348876953125, + -0.0280914306640625, + -0.021026611328125, + 0.0122833251953125, + 0.00725555419921875, + -0.024566650390625, + -0.00893402099609375, + -0.0162811279296875, + -0.05731201171875, + 0.026611328125, + 0.0042572021484375, + 0.00244140625, + -0.03125, + 0.06732177734375, + 0.0390625, + 0.026611328125, + 0.03497314453125, + 0.075927734375, + 0.0308837890625, + -0.0237274169921875, + 0.01032257080078125, + -0.01776123046875, + 0.01544189453125, + 0.013671875, + -0.03424072265625, + -0.0159149169921875, + 0.002197265625, + -0.0161895751953125, + 0.01153564453125, + 0.024749755859375, + 0.04949951171875, + 0.0243682861328125, + -0.052093505859375, + -0.0022563934326171875, + 0.05694580078125, + -0.0142364501953125, + 0.08709716796875, + -0.00958251953125, + -0.034423828125, + -0.01190948486328125, + 0.030517578125, + -0.028656005859375, + -0.004001617431640625, + 0.036834716796875, + 0.0049285888671875, + 0.0113983154296875, + 0.033111572265625, + 0.015533447265625, + -0.00730133056640625, + -0.0146026611328125, + -0.005558013916015625, + 0.0133056640625, + -0.0279083251953125, + 0.0015583038330078125, + 0.0279083251953125, + 0.03125, + 0.01580810546875, + 0.040740966796875, + 0.0029296875, + 0.0103759765625, + -0.00920867919921875, + -0.037200927734375, + 0.004184722900390625, + 0.03533935546875, + 0.017486572265625, + 0.04315185546875, + -0.004024505615234375, + -0.07403564453125, + -0.00902557373046875, + -0.036468505859375, + 0.08184814453125, + 0.03125, + 0.0007386207580566406, + -0.003093719482421875, + -0.03851318359375, + -0.00832366943359375, + 0.0020580291748046875, + 0.0160064697265625, + 0.005767822265625, + 0.019622802734375, + 0.025482177734375, + 0.00814056396484375, + -0.048736572265625, + 0.0143280029296875, + 0.018798828125, + 0.01284027099609375, + -0.024932861328125, + 0.0107879638671875, + 0.0095367431640625, + 0.03759765625, + -0.0279083251953125, + 0.0386962890625, + 0.01413726806640625, + 0.0123748779296875, + 0.020751953125, + -0.004512786865234375, + -0.0103759765625, + -0.018890380859375, + -0.0123748779296875, + -0.0098114013671875, + 0.015716552734375, + 0.0770263671875, + 0.01776123046875, + -0.071044921875, + 0.00623321533203125, + 0.046142578125, + -0.06622314453125, + 0.00809478759765625, + 0.0230712890625, + -0.0543212890625, + -0.007720947265625, + -0.0152587890625, + -0.055084228515625, + 0.0236358642578125, + -0.01953125, + -0.048736572265625, + 0.0087432861328125, + 0.041107177734375, + -0.036102294921875, + -0.0340576171875, + -0.044281005859375, + -0.01125335693359375, + -0.0011167526245117188, + -0.0167388916015625, + 0.032012939453125, + 0.00809478759765625, + -0.01181793212890625, + 0.03778076171875, + 0.043365478515625, + 0.0020694732666015625, + -0.040924072265625, + 0.04913330078125, + 0.004207611083984375, + -0.0535888671875, + 0.04541015625, + 0.0088348388671875, + 0.05804443359375, + -0.051361083984375, + -0.033660888671875, + 0.006744384765625, + 0.007022857666015625, + 0.015533447265625, + 0.0241851806640625, + -0.0279083251953125, + -0.040008544921875, + -0.033111572265625, + 0.06365966796875, + 0.01739501953125, + 0.05322265625, + -0.01116180419921875, + -0.00893402099609375, + 0.025115966796875, + -0.0535888671875, + -0.0260467529296875, + -0.00048542022705078125, + 0.017303466796875, + -0.044097900390625, + 0.06439208984375, + -0.029205322265625, + -0.01018524169921875, + -0.0036983489990234375, + 0.06439208984375, + 0.0013027191162109375, + 0.0152587890625, + -0.03143310546875, + 0.042236328125, + 0.03106689453125, + -0.02679443359375, + -0.036285400390625, + -0.01116180419921875, + 0.00067138671875, + 0.044830322265625, + -0.040191650390625, + 0.01190948486328125, + -0.03125, + -0.058807373046875, + -0.048736572265625, + -0.00920867919921875, + -0.0067901611328125, + -0.03778076171875, + 0.034423828125, + 0.032196044921875, + -0.0017671585083007812, + 0.021209716796875, + 0.032196044921875, + -0.0066986083984375, + 0.043548583984375, + -0.0106048583984375, + -0.0303192138671875, + 0.0238189697265625, + -0.0628662109375, + -0.04913330078125, + -0.0003662109375, + 0.0303192138671875, + -0.033111572265625, + 0.021392822265625, + -0.00716400146484375, + 0.0016050338745117188, + 0.020843505859375, + -0.0180511474609375, + -0.007022857666015625, + -0.01386260986328125, + -0.0294036865234375, + -0.041290283203125, + -0.015350341796875, + 0.00725555419921875, + 0.0264129638671875, + -0.0006074905395507812, + 0.01009368896484375, + 0.041107177734375, + -0.04595947265625, + -0.002197265625, + 0.0088348388671875, + 0.00637054443359375, + -0.0234375, + 0.0106048583984375, + 0.0106048583984375, + 0.0308837890625, + 0.01580810546875, + -0.01125335693359375, + -0.022979736328125, + -0.07220458984375, + 0.0282745361328125, + -0.0015115737915039062, + 0.0023956298828125, + -0.006046295166015625, + -0.0277252197265625, + -0.06549072265625, + 0.0116729736328125, + 0.0543212890625, + 0.023529052734375, + -0.002185821533203125, + -0.029022216796875, + -0.036285400390625, + -0.0009417533874511719, + -0.0258636474609375, + 0.032745361328125, + -0.035919189453125, + 0.032928466796875, + 0.0181427001953125, + -0.031829833984375, + 0.01209259033203125, + 0.0418701171875, + 0.01055908203125, + 0.043914794921875, + 0.023529052734375, + -0.034423828125, + 0.02325439453125, + -0.025482177734375, + -0.0379638671875, + 0.00006687641143798828, + -0.0256805419921875, + 0.00911712646484375, + -0.01320648193359375, + -0.0216827392578125, + 0.01120758056640625, + 0.0117645263671875, + 0.019622802734375, + -0.0165557861328125, + -0.0106964111328125, + 0.040924072265625, + -0.0218658447265625, + 0.06549072265625, + -0.0186004638671875, + -0.028656005859375, + -0.032562255859375, + -0.006885528564453125, + 0.04150390625, + 0.00588226318359375, + 0.01479339599609375, + -0.056182861328125, + 0.005443572998046875, + 0.053955078125, + 0.0243682861328125, + -0.031829833984375, + -0.019073486328125, + 0.009674072265625, + 0.0179595947265625, + 0.0258636474609375, + 0.01209259033203125, + 0.060638427734375, + 0.0009012222290039062, + 0.0008487701416015625, + 0.0282745361328125, + 0.052825927734375, + 0.03125, + -0.01320648193359375, + -0.05096435546875, + 0.0179595947265625, + -0.0168304443359375, + -0.0340576171875, + -0.05096435546875, + 0.006046295166015625, + 0.04913330078125, + -0.041107177734375, + -0.0107879638671875, + 0.0236358642578125, + 0.009857177734375, + -0.0127410888671875, + 0.020843505859375, + -0.0340576171875, + 0.018890380859375, + -0.004627227783203125, + -0.036651611328125, + -0.030517578125, + -0.040374755859375, + 0.040557861328125, + 0.03924560546875, + 0.032196044921875, + -0.048370361328125, + 0.044647216796875, + 0.0005755424499511719, + 0.0277252197265625, + 0.013671875, + 0.039642333984375, + 0.01013946533203125, + 0.02734375, + 0.0275421142578125, + 0.01739501953125, + -0.0260467529296875, + -0.0107421875, + 0.0224151611328125, + 0.0386962890625, + 0.040557861328125, + 0.0628662109375, + 0.02679443359375, + -0.000293731689453125, + 0.0020923614501953125, + -0.0543212890625, + 0.01018524169921875, + 0.004116058349609375, + -0.01404571533203125, + -0.0535888671875, + -0.036102294921875, + 0.0068359375, + -0.07257080078125, + 0.0260467529296875, + 0.01171875, + -0.01186370849609375, + -0.0162811279296875, + 0.033111572265625, + -0.0007905960083007812, + -0.060272216796875, + 0.011627197265625, + -0.00168609619140625, + -0.00485992431640625, + -0.029022216796875, + -0.01497650146484375, + 0.042236328125, + 0.006092071533203125, + -0.05096435546875, + -0.0699462890625, + 0.042236328125, + -0.0225067138671875, + -0.05059814453125, + -0.039642333984375, + -0.0095367431640625, + -0.0238189697265625, + -0.025482177734375, + -0.024566650390625, + -0.036102294921875, + 0.0015811920166015625, + -0.032562255859375, + -0.01404571533203125, + -0.043914794921875, + -0.017486572265625, + -0.0002486705780029297, + 0.00007265806198120117, + -0.0303192138671875, + 0.0164642333984375, + -0.045196533203125, + 0.03387451171875, + 0.0222320556640625, + 0.0106048583984375, + 0.04913330078125, + 0.0684814453125, + 0.019622802734375, + 0.008697509765625, + -0.017120361328125, + -0.05322265625, + 0.0048370361328125, + 0.0058135986328125, + 0.00045943260192871094, + -0.05804443359375, + 0.0217742919921875, + 0.03924560546875, + -0.0848388671875, + 0.0165557861328125, + -0.0034656524658203125, + -0.0234375, + -0.04559326171875, + -0.0015583038330078125, + -0.018798828125, + 0.01004791259765625, + 0.09228515625, + 0.0125579833984375, + -0.021026611328125, + 0.01102447509765625, + -0.00725555419921875, + 0.0241851806640625, + 0.022705078125, + 0.01009368896484375, + -0.052825927734375, + 0.0238189697265625, + 0.0277252197265625, + -0.000843048095703125, + 0.018798828125, + -0.06512451171875, + 0.01488494873046875, + 0.02716064453125, + 0.017120361328125, + 0.004673004150390625, + -0.0202789306640625, + -0.032745361328125, + -0.055084228515625, + -0.0219573974609375, + 0.0179595947265625, + -0.0032329559326171875, + -0.006420135498046875, + -0.0241851806640625, + 0.000029265880584716797, + -0.01348876953125, + -0.03851318359375, + -0.006000518798828125, + -0.0218658447265625, + 0.05694580078125, + 0.005931854248046875, + -0.04913330078125, + 0.0182342529296875, + 0.008514404296875, + -0.016937255859375, + -0.005626678466796875, + 0.055450439453125, + -0.03759765625, + -0.0165557861328125, + -0.0124664306640625, + 0.017578125, + 0.006931304931640625, + 0.01348876953125, + -0.01107025146484375, + 0.01377105712890625, + 0.0037899017333984375, + -0.032562255859375, + 0.036834716796875, + 0.04705810546875, + -0.019622802734375, + -0.077392578125, + -0.02325439453125, + -0.017669677734375, + 0.0160980224609375, + -0.01470184326171875, + 0.056182861328125, + 0.0185089111328125, + -0.004093170166015625, + -0.1160888671875, + 0.041290283203125, + -0.0355224609375, + 0.03387451171875, + 0.03924560546875, + 0.00995635986328125, + -0.0625, + -0.035736083984375, + -0.006977081298828125, + 0.06365966796875, + -0.0025234222412109375, + 0.0203704833984375, + -0.009674072265625, + 0.0262298583984375, + -0.005069732666015625, + 0.0146026611328125, + -0.022796630859375, + 0.052093505859375, + 0.019439697265625, + -0.024566650390625, + 0.0535888671875, + -0.03460693359375, + 0.002197265625, + -0.0234375, + -0.0033721923828125, + 0.020843505859375, + -0.00530242919921875, + -0.02130126953125, + -0.007720947265625, + 0.0546875, + 0.0625, + -0.034423828125, + 0.0168304443359375, + -0.0308837890625, + 0.0168304443359375, + -0.0043487548828125, + 0.00010395050048828125, + 0.007488250732421875, + 0.0114898681640625, + -0.005069732666015625, + -0.018890380859375, + -0.04241943359375, + -0.078125, + -0.021484375, + -0.03497314453125, + -0.0126495361328125, + 0.0355224609375, + -0.00893402099609375, + 0.0236358642578125, + -0.0240020751953125, + 0.032745361328125, + -0.033660888671875, + -0.03125, + -0.0166473388671875, + 0.036285400390625, + -0.00823211669921875, + 0.032745361328125, + -0.009765625, + -0.041107177734375, + 0.0221405029296875, + -0.010650634765625, + 0.0386962890625, + -0.0180511474609375, + -0.002140045166015625, + -0.0166473388671875, + 0.0116729736328125, + -0.0863037109375, + -0.048370361328125, + 0.005023956298828125, + 0.036102294921875, + -0.00567626953125, + -0.032928466796875, + 0.03887939453125, + -0.00902557373046875, + -0.061767578125, + 0.008697509765625, + -0.0048370361328125, + -0.032379150390625, + 0.01377105712890625, + 0.0019893646240234375, + -0.0219573974609375, + 0.019622802734375, + 0.0347900390625, + 0.025115966796875, + 0.06402587890625, + 0.0168304443359375, + -0.0234375, + -0.006744384765625, + -0.0167388916015625, + 0.045013427734375, + 0.031829833984375, + 0.0243682861328125, + -0.02679443359375, + 0.019622802734375, + -0.00006937980651855469, + -0.069580078125, + -0.01386260986328125, + 0.005046844482421875, + -0.0258636474609375, + 0.036468505859375, + 0.05804443359375, + 0.0279083251953125, + 0.0127410888671875, + 0.0219573974609375, + 0.056182861328125, + 0.004558563232421875, + 0.0181427001953125, + -0.0295867919921875, + -0.078857421875, + -0.0066986083984375, + 0.0241851806640625, + 0.0095367431640625, + -0.07366943359375, + 0.038330078125, + 0.051727294921875, + -0.007534027099609375, + 0.0008897781372070312, + -0.0094451904296875, + 0.00730133056640625, + 0.024932861328125, + 0.024749755859375, + -0.00437164306640625, + -0.055084228515625, + -0.005279541015625, + 0.01702880859375, + -0.00860595703125, + -0.0002340078353881836, + -0.01348876953125, + -0.01470184326171875, + 0.0234375, + -0.04949951171875, + 0.0007615089416503906, + -0.023529052734375, + 0.059539794921875, + 0.013671875, + -0.040557861328125, + -0.0426025390625, + 0.037384033203125, + 0.00841522216796875, + -0.04296875, + 0.016937255859375, + 0.021209716796875, + -0.033111572265625, + 0.032196044921875, + 0.051361083984375, + 0.0161895751953125, + 0.034423828125, + 0.00958251953125, + -0.019439697265625, + 0.025115966796875, + -0.0303192138671875, + 0.0036983489990234375, + -0.036651611328125, + -0.0217742919921875, + -0.0277252197265625, + -0.05731201171875, + 0.056549072265625, + 0.017578125, + 0.03460693359375, + 0.0275421142578125, + -0.002140045166015625, + -0.0032329559326171875, + -0.0032329559326171875, + 0.0205535888671875, + 0.039642333984375, + 0.0241851806640625, + 0.006420135498046875, + 0.01190948486328125, + 0.00009447336196899414, + 0.0094451904296875, + -0.05322265625, + 0.00958251953125, + -0.0033721923828125, + -0.005954742431640625, + -0.046875, + -0.0014066696166992188, + 0.01377105712890625, + -0.04296875, + 0.005626678466796875, + -0.03387451171875, + 0.01284027099609375, + -0.000732421875, + -0.0145111083984375, + -0.0087890625, + 0.02734375, + -0.0164642333984375, + 0.045013427734375, + 0.0221405029296875, + -0.0023365020751953125, + 0.00665283203125, + -0.09375, + 0.0859375, + 0.035919189453125, + 0.042236328125, + 0.0032787322998046875, + 0.022979736328125, + 0.0125579833984375, + 0.006046295166015625, + 0.0546875, + 0.0203704833984375, + -0.028472900390625, + 0.032562255859375, + 0.030517578125, + -0.0206451416015625, + -0.01311492919921875, + 0.040924072265625, + 0.0114898681640625, + -0.03070068359375, + 0.044647216796875, + -0.01032257080078125, + 0.0125579833984375, + 0.00583648681640625, + -0.006931304931640625, + -0.033660888671875, + -0.053955078125, + 0.0784912109375, + 0.004673004150390625, + -0.03106689453125, + 0.061767578125, + -0.05694580078125, + 0.02325439453125, + 0.005489349365234375, + 0.036468505859375, + -0.004627227783203125, + 0.043914794921875, + -0.032196044921875, + -0.007396697998046875, + -0.0179595947265625, + 0.00841522216796875, + -0.003093719482421875, + -0.01116180419921875, + -0.01580810546875, + 0.0625, + 0.017578125, + -0.0222320556640625, + -0.060638427734375, + -0.0106048583984375, + 0.007579803466796875, + -0.00579071044921875, + 0.0426025390625, + -0.03533935546875, + -0.01125335693359375, + -0.006420135498046875, + 0.056549072265625, + 0.0183258056640625, + -0.003185272216796875, + 0.025482177734375, + 0.00958251953125, + -0.007442474365234375, + -0.017578125, + 0.005954742431640625 + ], + "metadata": { + "domains": [ + "mobile-forensics", + "static-investigations" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "commandline", + "backup", + "encryption", + "artifact-extraction", + "android", + "scenario:file_recovery" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_RegRipper", + "type": "tool", + "name": "RegRipper", + "content": "regripper harlan carveys registry-analyse-framework revolutioniert windows-forensik durch plugin-basierte automatisierung. über 300 plugins extrahieren spezifische artefakte aus registry-hives: usb-historie, installierte software, user-aktivitäten, malware-spuren. die perl-basierte architektur ermöglicht einfache plugin-entwicklung für neue artefakte. besonders wertvoll: timeline-plugins für zeitbasierte analyse, regripper-reports im strukturierten format, automatische korrelation zwischen hives. profile-system gruppiert plugins nach untersuchungstyp (malware, user- activity, network). die community teilt ständig neue plugins für aktuelle bedrohungen. integration mit anderen tools über csv-export. besonders stark bei apt-investigations: services-analyse, run-keys, scheduled-tasks. die plugin-dokumentation erklärt forensische relevanz jedes artefakts. version 3.0 modernisiert für aktuelle windows-versionen. der time-saver für registry-deep-dives - was manuell stunden dauert, erledigt regripper in minuten. command-line 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.042999267578125, + 0.0157318115234375, + 0.025177001953125, + -0.01617431640625, + 0.0124969482421875, + 0.0144195556640625, + 0.0170440673828125, + 0.00225067138671875, + -0.040740966796875, + -0.00384521484375, + -0.03741455078125, + 0.067138671875, + -0.00952911376953125, + 0.00887298583984375, + -0.0594482421875, + 0.048248291015625, + -0.01044464111328125, + 0.01232147216796875, + 0.00469970703125, + -0.005046844482421875, + -0.04754638671875, + -0.005596160888671875, + -0.056304931640625, + -0.004390716552734375, + -0.0118865966796875, + 0.02325439453125, + -0.018707275390625, + -0.069580078125, + -0.0096588134765625, + -0.0015516281127929688, + -0.00720977783203125, + -0.04351806640625, + 0.0024356842041015625, + 0.033905029296875, + -0.00760650634765625, + -0.00482940673828125, + 0.006076812744140625, + -0.04998779296875, + -0.01922607421875, + 0.0594482421875, + -0.009918212890625, + 0.00659942626953125, + 0.0166015625, + -0.00417327880859375, + -0.0223846435546875, + -0.00882720947265625, + 0.0201873779296875, + -0.006557464599609375, + 0.01180267333984375, + -0.04388427734375, + 0.02587890625, + 0.04107666015625, + -0.0008578300476074219, + -0.041595458984375, + -0.045440673828125, + 0.0291900634765625, + 0.0246429443359375, + -0.0081329345703125, + -0.0190582275390625, + 0.05767822265625, + -0.0570068359375, + 0.00799560546875, + 0.007080078125, + -0.018096923828125, + 0.0051116943359375, + 0.027099609375, + 0.00007033348083496094, + -0.029022216796875, + 0.01180267333984375, + 0.0189666748046875, + 0.01153564453125, + -0.00760650634765625, + -0.0286712646484375, + 0.038818359375, + -0.01529693603515625, + -0.053497314453125, + 0.00970458984375, + 0.0206298828125, + 0.0093536376953125, + -0.0102691650390625, + -0.05035400390625, + 0.0012674331665039062, + 0.0253448486328125, + -0.02044677734375, + -0.0005545616149902344, + 0.0311126708984375, + 0.0396728515625, + -0.001781463623046875, + 0.003299713134765625, + -0.0092620849609375, + 0.01433563232421875, + 0.002590179443359375, + -0.0027980804443359375, + -0.029022216796875, + 0.0234222412109375, + 0.053497314453125, + 0.0083465576171875, + -0.00518035888671875, + -0.02569580078125, + 0.035675048828125, + 0.005420684814453125, + -0.0138092041015625, + 0.07623291015625, + -0.0209808349609375, + 0.0335693359375, + -0.0372314453125, + 0.0281524658203125, + -0.0006175041198730469, + -0.01232147216796875, + -0.002338409423828125, + -0.081787109375, + -0.00594329833984375, + -0.01529693603515625, + -0.045806884765625, + -0.0157318115234375, + 0.0234222412109375, + -0.00826263427734375, + 0.0274505615234375, + -0.049285888671875, + -0.037933349609375, + 0.037933349609375, + 0.031829833984375, + -0.0053558349609375, + 0.015472412109375, + -0.030426025390625, + -0.04791259765625, + -0.0019445419311523438, + 0.045806884765625, + -0.04791259765625, + -0.039337158203125, + -0.034271240234375, + -0.00847625732421875, + -0.0125885009765625, + -0.0241241455078125, + -0.01044464111328125, + -0.005855560302734375, + 0.0248260498046875, + 0.01529693603515625, + -0.0227203369140625, + -0.00048613548278808594, + 0.0428466796875, + -0.03338623046875, + -0.04266357421875, + -0.003955841064453125, + -0.036712646484375, + -0.003692626953125, + -0.0262298583984375, + 0.0618896484375, + -0.02587890625, + 0.0147705078125, + -0.0236053466796875, + 0.049285888671875, + 0.07659912109375, + -0.00782012939453125, + 0.01468658447265625, + -0.06610107421875, + -0.0151214599609375, + -0.017913818359375, + 0.02587890625, + -0.0147705078125, + 0.00469970703125, + 0.01084136962890625, + 0.00782012939453125, + 0.0176544189453125, + 0.011016845703125, + -0.042999267578125, + -0.0169525146484375, + 0.019317626953125, + -0.003932952880859375, + 0.0077362060546875, + 0.028839111328125, + 0.0145111083984375, + 0.0538330078125, + 0.0716552734375, + -0.031982421875, + 0.039154052734375, + 0.006992340087890625, + 0.0025787353515625, + 0.045806884765625, + 0.04510498046875, + -0.01276397705078125, + -0.0246429443359375, + 0.0236053466796875, + -0.00799560546875, + -0.004589080810546875, + 0.0035839080810546875, + -0.04266357421875, + -0.00952911376953125, + -0.01416015625, + 0.02569580078125, + -0.027618408203125, + -0.050689697265625, + -0.018096923828125, + 0.026580810546875, + 0.0291900634765625, + 0.06329345703125, + 0.033203125, + -0.006862640380859375, + 0.05523681640625, + -0.038818359375, + -0.01617431640625, + 0.0281524658203125, + -0.0210723876953125, + 0.052459716796875, + 0.020538330078125, + -0.0024356842041015625, + 0.00943756103515625, + 0.03497314453125, + 0.01049041748046875, + -0.038299560546875, + -0.006206512451171875, + 0.0751953125, + 0.00042057037353515625, + -0.0311126708984375, + -0.03253173828125, + -0.032684326171875, + 0.004764556884765625, + 0.0008087158203125, + -0.012847900390625, + -0.0064239501953125, + -0.023773193359375, + -0.06329345703125, + 0.01468658447265625, + 0.0262298583984375, + -0.0184478759765625, + 0.01215362548828125, + 0.03460693359375, + -0.03338623046875, + -0.002590179443359375, + 0.0019121170043945312, + 0.04351806640625, + 0.04107666015625, + 0.0215911865234375, + -0.00978851318359375, + 0.00356292724609375, + -0.007343292236328125, + 0.038970947265625, + 0.0191497802734375, + 0.01074981689453125, + 0.01110076904296875, + -0.02325439453125, + 0.029541015625, + -0.018524169921875, + 0.0465087890625, + 0.028839111328125, + -0.0181884765625, + -0.0196685791015625, + -0.01153564453125, + 0.00948333740234375, + 0.030426025390625, + -0.06365966796875, + -0.0023822784423828125, + -0.0797119140625, + -0.023773193359375, + -0.0570068359375, + -0.03338623046875, + -0.02325439453125, + -0.0283203125, + 0.031280517578125, + -0.0165252685546875, + -0.031463623046875, + 0.01302337646484375, + 0.038970947265625, + -0.00799560546875, + 0.027099609375, + 0.004390716552734375, + -0.0223846435546875, + 0.00022268295288085938, + 0.069580078125, + -0.0291900634765625, + -0.0064697265625, + -0.0166015625, + -0.00421905517578125, + -0.04229736328125, + -0.0045013427734375, + -0.015472412109375, + -0.0139007568359375, + 0.03375244140625, + 0.031463623046875, + 0.00821685791015625, + -0.0311126708984375, + -0.00624847412109375, + 0.004787445068359375, + 0.021942138671875, + -0.0279693603515625, + -0.005680084228515625, + 0.007080078125, + 0.00786590576171875, + -0.0241241455078125, + -0.059783935546875, + -0.00452423095703125, + 0.042999267578125, + -0.014251708984375, + 0.005725860595703125, + 0.026397705078125, + -0.023773193359375, + -0.0010433197021484375, + -0.016082763671875, + -0.001010894775390625, + 0.01555633544921875, + 0.048248291015625, + -0.031463623046875, + -0.00791168212890625, + -0.0246429443359375, + 0.0197601318359375, + -0.0323486328125, + -0.07098388671875, + -0.0255279541015625, + -0.0194854736328125, + -0.04022216796875, + -0.0109710693359375, + -0.0036716461181640625, + -0.011016845703125, + 0.01468658447265625, + -0.011627197265625, + -0.002349853515625, + -0.019927978515625, + -0.038116455078125, + 0.003387451171875, + -0.025177001953125, + -0.045440673828125, + -0.0281524658203125, + 0.06292724609375, + -0.00217437744140625, + 0.0124969482421875, + -0.0236053466796875, + -0.009613037109375, + -0.029022216796875, + 0.026580810546875, + -0.0283203125, + 0.0281524658203125, + -0.015380859375, + 0.0274505615234375, + 0.04144287109375, + 0.035491943359375, + 0.02569580078125, + 0.0699462890625, + 0.0132904052734375, + -0.052459716796875, + -0.007297515869140625, + 0.009307861328125, + 0.00791168212890625, + 0.00518035888671875, + -0.019927978515625, + -0.0253448486328125, + -0.0138092041015625, + -0.00371551513671875, + 0.0163421630859375, + 0.03094482421875, + 0.03985595703125, + 0.017486572265625, + -0.03338623046875, + -0.0077362060546875, + 0.038970947265625, + -0.01092529296875, + 0.103515625, + -0.01039886474609375, + -0.0335693359375, + 0.017486572265625, + 0.04791259765625, + -0.016876220703125, + -0.03094482421875, + 0.03076171875, + -0.02142333984375, + 0.0064697265625, + 0.0305938720703125, + 0.00786590576171875, + 0.0165252685546875, + -0.0214996337890625, + -0.00275421142578125, + 0.0191497802734375, + -0.03497314453125, + 0.0064239501953125, + 0.06536865234375, + 0.021148681640625, + 0.0159149169921875, + 0.03704833984375, + -0.0323486328125, + -0.0230712890625, + -0.03582763671875, + -0.0594482421875, + -0.0152130126953125, + 0.052093505859375, + 0.011627197265625, + 0.07061767578125, + -0.0360107421875, + -0.0675048828125, + 0.046142578125, + -0.0517578125, + 0.08673095703125, + 0.043365478515625, + 0.0209808349609375, + 0.0043487548828125, + -0.01171112060546875, + -0.006862640380859375, + 0.0163421630859375, + -0.001453399658203125, + -0.012939453125, + 0.0408935546875, + 0.034088134765625, + -0.0030803680419921875, + -0.0227203369140625, + 0.02142333984375, + 0.039520263671875, + 0.04791259765625, + -0.0034961700439453125, + 0.0274505615234375, + 0.01800537109375, + 0.042999267578125, + 0.0058135986328125, + 0.043701171875, + 0.04351806640625, + 0.01416015625, + 0.0195770263671875, + -0.01433563232421875, + 0.00830078125, + -0.036376953125, + 0.0159149169921875, + -0.0035400390625, + 0.00978851318359375, + 0.01433563232421875, + 0.0281524658203125, + -0.05316162109375, + -0.0197601318359375, + 0.029541015625, + -0.05035400390625, + 0.009002685546875, + 0.034088134765625, + -0.0005846023559570312, + -0.0005788803100585938, + -0.028839111328125, + -0.0675048828125, + 0.0384521484375, + -0.02972412109375, + -0.03582763671875, + 0.0170440673828125, + 0.00659942626953125, + -0.034088134765625, + -0.005550384521484375, + -0.035675048828125, + -0.02691650390625, + -0.01459503173828125, + -0.0183563232421875, + 0.024993896484375, + -0.0058135986328125, + -0.00371551513671875, + 0.05316162109375, + 0.049652099609375, + -0.01084136962890625, + -0.0283203125, + 0.04510498046875, + 0.0035190582275390625, + -0.05767822265625, + 0.024993896484375, + 0.027099609375, + 0.01206207275390625, + -0.0215911865234375, + -0.017303466796875, + 0.0234222412109375, + 0.00738525390625, + 0.0132904052734375, + 0.026580810546875, + -0.045806884765625, + -0.0384521484375, + -0.04229736328125, + 0.05767822265625, + 0.00305938720703125, + 0.0253448486328125, + -0.007472991943359375, + -0.04351806640625, + 0.0281524658203125, + -0.06854248046875, + -0.02001953125, + 0.005245208740234375, + -0.0014200210571289062, + -0.0005707740783691406, + 0.0347900390625, + -0.0132904052734375, + -0.036376953125, + 0.0018796920776367188, + 0.060150146484375, + -0.00695037841796875, + 0.0131988525390625, + -0.033203125, + 0.03460693359375, + 0.0221099853515625, + -0.01084136962890625, + -0.0203704833984375, + -0.02691650390625, + -0.0230712890625, + 0.02142333984375, + -0.053497314453125, + 0.004261016845703125, + -0.016265869140625, + -0.05767822265625, + -0.040374755859375, + -0.022552490234375, + -0.0081329345703125, + -0.048614501953125, + 0.0050048828125, + 0.0023937225341796875, + 0.0175628662109375, + 0.042144775390625, + -0.00046706199645996094, + -0.0009179115295410156, + 0.02325439453125, + 0.0209808349609375, + -0.016693115234375, + 0.0335693359375, + -0.056304931640625, + -0.002490997314453125, + -0.023956298828125, + 0.0172271728515625, + -0.04510498046875, + 0.01136016845703125, + 0.0262298583984375, + -0.0281524658203125, + 0.040740966796875, + -0.059783935546875, + 0.006160736083984375, + -0.034088134765625, + 0.0027103424072265625, + -0.03375244140625, + -0.02972412109375, + 0.0064239501953125, + 0.0221099853515625, + 0.0009508132934570312, + 0.008087158203125, + 0.0234222412109375, + -0.05523681640625, + 0.02587890625, + 0.021240234375, + 0.0041961669921875, + -0.0119781494140625, + 0.0109710693359375, + 0.0135498046875, + 0.0272674560546875, 0.046844482421875, - -0.05303955078125, - -0.01235198974609375, - -0.004314422607421875, - 0.05230712890625, - 0.0595703125, - -0.0207061767578125, - 0.0361328125, - -0.0038814544677734375, - -0.0000826120376586914, - -0.003200531005859375, - -0.0281524658203125 + -0.01617431640625, + -0.0182647705078125, + -0.06085205078125, + 0.0132904052734375, + 0.0194854736328125, + -0.0241241455078125, + -0.002655029296875, + -0.0311126708984375, + -0.06292724609375, + -0.0102691650390625, + 0.034454345703125, + 0.0248260498046875, + -0.0067291259765625, + -0.00856781005859375, + 0.00386810302734375, + -0.0080413818359375, + -0.0311126708984375, + 0.0181884765625, + -0.022552490234375, + 0.02325439453125, + 0.01433563232421875, + -0.035491943359375, + 0.036529541015625, + 0.040740966796875, + 0.02691650390625, + 0.022552490234375, + 0.00948333740234375, + -0.032684326171875, + 0.01241302490234375, + 0.013458251953125, + -0.0176544189453125, + -0.014862060546875, + 0.0012178421020507812, + -0.0074310302734375, + -0.0281524658203125, + -0.01180267333984375, + 0.01739501953125, + 0.016265869140625, + 0.0384521484375, + -0.0166015625, + -0.005725860595703125, + 0.02001953125, + -0.0262298583984375, + 0.046142578125, + -0.03076171875, + -0.022552490234375, + 0.01074981689453125, + 0.01311492919921875, + 0.07305908203125, + 0.041259765625, + -0.00821685791015625, + -0.0248260498046875, + 0.02691650390625, + 0.05804443359375, + -0.020721435546875, + -0.00891876220703125, + -0.03253173828125, + -0.001682281494140625, + -0.003932952880859375, + 0.049652099609375, + -0.01044464111328125, + 0.07867431640625, + -0.00563812255859375, + 0.012237548828125, + 0.01433563232421875, + 0.0538330078125, + 0.03375244140625, + -0.007167816162109375, + -0.0692138671875, + -0.0119781494140625, + -0.0040435791015625, + -0.02850341796875, + -0.04144287109375, + 0.01206207275390625, + 0.058380126953125, + -0.0849609375, + -0.0428466796875, + 0.00830078125, + 0.01800537109375, + 0.00760650634765625, + 0.018707275390625, + -0.0236053466796875, + 0.040374755859375, + 0.01529693603515625, + -0.06048583984375, + 0.0038890838623046875, + -0.000009953975677490234, + 0.0248260498046875, + 0.0513916015625, + 0.0248260498046875, + -0.0135498046875, + 0.0360107421875, + 0.0023708343505859375, + 0.026580810546875, + -0.0014638900756835938, + 0.06085205078125, + 0.0176544189453125, + 0.0151214599609375, + 0.05035400390625, + 0.031280517578125, + -0.0093536376953125, + -0.0241241455078125, + 0.031646728515625, + 0.03338623046875, + 0.05908203125, + 0.0513916015625, + 0.01084136962890625, + 0.002742767333984375, + 0.0223846435546875, + -0.0400390625, + 0.0045013427734375, + -0.01433563232421875, + -0.007343292236328125, + -0.03497314453125, + -0.0286712646484375, + 0.041961669921875, + -0.0279693603515625, + 0.043701171875, + 0.00629425048828125, + -0.02850341796875, + -0.008697509765625, + 0.025177001953125, + -0.02569580078125, + -0.01119232177734375, + 0.0086517333984375, + -0.03497314453125, + -0.040557861328125, + -0.0311126708984375, + -0.038970947265625, + 0.05523681640625, + -0.026580810546875, + -0.06890869140625, + -0.04791259765625, + 0.041595458984375, + -0.0093994140625, + -0.05560302734375, + -0.0183563232421875, + -0.0034313201904296875, + -0.0253448486328125, + -0.04022216796875, + -0.0360107421875, + -0.058746337890625, + 0.038818359375, + -0.03338623046875, + -0.021240234375, + -0.00826263427734375, + -0.0230712890625, + -0.0184478759765625, + -0.01136016845703125, + -0.022552490234375, + 0.038299560546875, + -0.0300750732421875, + 0.023956298828125, + 0.00830078125, + 0.03759765625, + 0.010711669921875, + 0.06854248046875, + -0.0076904296875, + -0.0182647705078125, + -0.024993896484375, + -0.06396484375, + -0.0067291259765625, + 0.01416015625, + -0.0014314651489257812, + -0.0740966796875, + 0.01267242431640625, + 0.041778564453125, + -0.05523681640625, + 0.0222015380859375, + 0.002994537353515625, + -0.02203369140625, + -0.031463623046875, + 0.0019550323486328125, + -0.00533294677734375, + 0.006511688232421875, + 0.097900390625, + 0.007038116455078125, + -0.0176544189453125, + -0.0135498046875, + -0.05523681640625, + 0.052093505859375, + 0.00795745849609375, + 0.0291900634765625, + -0.029541015625, + 0.03216552734375, + 0.0241241455078125, + -0.00852203369140625, + 0.0031032562255859375, + -0.05523681640625, + -0.00756072998046875, + 0.031280517578125, + 0.0165252685546875, + 0.00952911376953125, + -0.018096923828125, + -0.041259765625, + -0.0112762451171875, + -0.025177001953125, + -0.002010345458984375, + -0.02203369140625, + 0.031280517578125, + -0.048614501953125, + -0.018524169921875, + -0.006557464599609375, + -0.044219970703125, + -0.04229736328125, + -0.043701171875, + 0.0159912109375, + 0.0031681060791015625, + -0.07659912109375, + 0.029022216796875, + 0.016082763671875, + 0.009613037109375, + 0.029022216796875, + 0.046844482421875, + -0.0615234375, + 0.00978851318359375, + 0.00002664327621459961, + 0.041778564453125, + -0.003604888916015625, + -0.0223846435546875, + 0.0014200210571289062, + 0.020538330078125, + 0.0202789306640625, + -0.054534912109375, + 0.0692138671875, + 0.04107666015625, + -0.01555633544921875, + -0.0538330078125, + -0.051055908203125, + -0.025177001953125, + 0.034271240234375, + -0.0360107421875, + 0.0260467529296875, + 0.004611968994140625, + -0.0283203125, + -0.09161376953125, + 0.05419921875, + -0.00690460205078125, + 0.040374755859375, + 0.026397705078125, + -0.0215911865234375, + -0.060150146484375, + -0.061187744140625, + -0.0182647705078125, + -0.0124969482421875, + -0.010223388671875, + 0.03375244140625, + 0.0181884765625, + 0.0006008148193359375, + -0.01039886474609375, + -0.009002685546875, + 0.0214996337890625, + 0.042144775390625, + 0.03338623046875, + -0.041961669921875, + 0.055938720703125, + -0.0087432861328125, + -0.033905029296875, + -0.0208892822265625, + 0.00970458984375, + 0.003978729248046875, + 0.0011796951293945312, + -0.02447509765625, + -0.01009368896484375, + 0.0125885009765625, + 0.026397705078125, + -0.01018524169921875, + 0.0234222412109375, + -0.039337158203125, + 0.0102691650390625, + 0.004390716552734375, + -0.030426025390625, + 0.0214996337890625, + 0.0031032562255859375, + -0.010009765625, + -0.022552490234375, + -0.06329345703125, + -0.079345703125, + 0.00922393798828125, + -0.046844482421875, + 0.005046844482421875, + 0.0017919540405273438, + 0.0178375244140625, + 0.0183563232421875, + -0.0221099853515625, + 0.03216552734375, + -0.003452301025390625, + -0.0513916015625, + -0.0215911865234375, + 0.0372314453125, + -0.01503753662109375, + 0.0118865966796875, + 0.029541015625, + -0.024993896484375, + -0.003299713134765625, + -0.032867431640625, + -0.0132904052734375, + -0.0262298583984375, + -0.004547119140625, + -0.04351806640625, + 0.00594329833984375, + -0.05419921875, + -0.027099609375, + 0.0311126708984375, + 0.0223846435546875, + 0.0103607177734375, + -0.0274505615234375, + 0.038818359375, + -0.0305938720703125, + -0.05279541015625, + 0.01529693603515625, + -0.0106658935546875, + -0.0274505615234375, + 0.0139007568359375, + -0.01398468017578125, + 0.0027637481689453125, + 0.0135498046875, + 0.0489501953125, + 0.0323486328125, + 0.033905029296875, + 0.022552490234375, + 0.003452301025390625, + 0.0001761913299560547, + -0.0093994140625, + 0.0260467529296875, + 0.031463623046875, + 0.0145111083984375, + 0.006816864013671875, + 0.002162933349609375, + -0.01145172119140625, + -0.074462890625, + -0.003124237060546875, + -0.0125885009765625, + -0.08636474609375, + 0.0019550323486328125, + 0.1007080078125, + 0.043701171875, + 0.00821685791015625, + 0.0305938720703125, + 0.045440673828125, + 0.036712646484375, + -0.0053558349609375, + -0.01468658447265625, + -0.06854248046875, + -0.018096923828125, + 0.0125885009765625, + 0.01503753662109375, + -0.06610107421875, + 0.06048583984375, + 0.057342529296875, + -0.0022068023681640625, + -0.0178375244140625, + 0.01363372802734375, + -0.01311492919921875, + 0.06396484375, + -0.00356292724609375, + 0.005462646484375, + -0.056304931640625, + 0.0045013427734375, + 0.03985595703125, + -0.001087188720703125, + -0.0164337158203125, + -0.01363372802734375, + -0.01241302490234375, + 0.044586181640625, + -0.031982421875, + 0.0139007568359375, + -0.006031036376953125, + 0.049652099609375, + -0.00384521484375, + -0.06536865234375, + 0.004589080810546875, + 0.02447509765625, + -0.006992340087890625, + -0.0024261474609375, + 0.030242919921875, + 0.0234222412109375, + -0.00629425048828125, + 0.031982421875, + 0.0347900390625, + 0.0034961700439453125, + 0.0260467529296875, + 0.0166015625, + -0.054901123046875, + 0.0236053466796875, + -0.01372528076171875, + -0.0058135986328125, + -0.010223388671875, + -0.03216552734375, + -0.0170440673828125, + -0.056304931640625, + 0.041961669921875, + 0.009002685546875, + 0.0465087890625, + 0.0183563232421875, + -0.002315521240234375, + -0.00321197509765625, + 0.003124237060546875, + 0.026580810546875, + 0.0262298583984375, + 0.022552490234375, + 0.021240234375, + -0.00177001953125, + 0.0305938720703125, + 0.0159912109375, + -0.0286712646484375, + -0.00447845458984375, + -0.01678466796875, + -0.02587890625, + -0.031982421875, + -0.0214996337890625, + 0.0071258544921875, + -0.023773193359375, + 0.01114654541015625, + -0.044586181640625, + 0.00957489013671875, + 0.007080078125, + -0.058380126953125, + 0.0010709762573242188, + 0.03582763671875, + -0.0513916015625, + 0.012847900390625, + 0.0195770263671875, + -0.00498199462890625, + 0.005046844482421875, + -0.0643310546875, + 0.0751953125, + 0.02691650390625, + 0.018798828125, + 0.0144195556640625, + 0.0267486572265625, + 0.03076171875, + 0.01800537109375, + 0.00690460205078125, + 0.01363372802734375, + -0.012237548828125, + 0.035308837890625, + 0.04266357421875, + 0.0272674560546875, + -0.051055908203125, + 0.0384521484375, + 0.01494598388671875, + -0.04791259765625, + 0.0194854736328125, + 0.01311492919921875, + 0.036376953125, + -0.00725555419921875, + -0.018524169921875, + 0.01407623291015625, + -0.038970947265625, + 0.07098388671875, + 0.030426025390625, + -0.01861572265625, + 0.0300750732421875, + -0.021148681640625, + 0.06048583984375, + -0.0035190582275390625, + 0.051055908203125, + -0.064697265625, + 0.038116455078125, + -0.0118865966796875, + 0.0184478759765625, + -0.0006418228149414062, + -0.00016868114471435547, + -0.0241241455078125, + 0.0272674560546875, + 0.00240325927734375, + 0.04998779296875, + 0.0283203125, + -0.0159912109375, + -0.040557861328125, + -0.0428466796875, + -0.00598907470703125, + 0.007038116455078125, + 0.034271240234375, + -0.045806884765625, + -0.01153564453125, + 0.0015735626220703125, + 0.002162933349609375, + 0.0347900390625, + 0.018798828125, + 0.0260467529296875, + 0.025177001953125, + -0.00978851318359375, + 0.0022735595703125, + -0.0067291259765625 ], "metadata": { "domains": [ "incident-response", "static-investigations", - "malware-analysis", - "fraud-investigation", - "network-forensics", - "mobile-forensics", - "cloud-forensics", - "ics-forensics" + "malware-analysis" ], "phases": [ "examination", - "analysis", - "reporting" + "analysis" + ], + "tags": [ + "command-line", + "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_ssdeep", + "type": "tool", + "name": "ssdeep", + "content": "ssdeep tool zur berechnung „fuzzy hashes“ (context triggered piecewise hashing, ctph) für ähnlichkeits­analysen von dateien. kann binäre malware‑varianten, dokumentschablonen oder logs selbst bei nur teilweisen überschneidungen matchen. ausgabe‑hashes lassen sich in datenbanken oder yara‑regeln integrieren. fuzzy-hashing similarity malware-analysis incident-response analysis", + "embedding": [ + -0.029693603515625, + 0.0132293701171875, + 0.0716552734375, + 0.00258636474609375, + 0.029693603515625, + 0.0097198486328125, + 0.016204833984375, + -0.012420654296875, + -0.0250244140625, + 0.0002601146697998047, + -0.01277923583984375, + 0.04266357421875, + -0.0114288330078125, + -0.016204833984375, + -0.03546142578125, + 0.0318603515625, + 0.005847930908203125, + 0.005420684814453125, + 0.01467132568359375, + 0.0002644062042236328, + -0.0171051025390625, + 0.006793975830078125, + -0.026458740234375, + 0.0168304443359375, + -0.0012483596801757812, + -0.0023403167724609375, + -0.01898193359375, + -0.06658935546875, + -0.01971435546875, + 0.01277923583984375, + 0.011474609375, + -0.037078857421875, + -0.01007843017578125, + 0.0273590087890625, + 0.0171051025390625, + -0.02142333984375, + -0.0034198760986328125, + -0.041229248046875, + -0.0150299072265625, + 0.0035762786865234375, + -0.0053558349609375, + 0.0165557861328125, + -0.003757476806640625, + -0.015655517578125, + -0.0191650390625, + -0.047515869140625, + 0.0070648193359375, + -0.001422882080078125, + -0.00008505582809448242, + -0.03564453125, + 0.023223876953125, + 0.0130462646484375, + 0.0105743408203125, + -0.00958251953125, + -0.03436279296875, + 0.0235748291015625, + 0.050384521484375, + -0.017730712890625, + -0.047149658203125, + 0.040496826171875, + -0.058685302734375, + 0.016021728515625, + 0.019622802734375, + -0.0021266937255859375, + 0.00286865234375, + 0.01611328125, + -0.00827789306640625, + -0.033477783203125, + -0.005016326904296875, + 0.00048089027404785156, + 0.022857666015625, + 0.01520538330078125, + -0.004634857177734375, + 0.033660888671875, + -0.0201568603515625, + -0.0182647705078125, + 0.031494140625, + 0.0242919921875, + -0.000492095947265625, + 0.00936126708984375, + -0.057220458984375, + 0.0069732666015625, + 0.04229736328125, + -0.01448822021484375, + 0.002170562744140625, + -0.0013446807861328125, + 0.01457977294921875, + -0.0174560546875, + -0.005603790283203125, + 0.009765625, + 0.02447509765625, + -0.003688812255859375, + 0.0277099609375, + -0.0293426513671875, + 0.047149658203125, + 0.04193115234375, + 0.01349639892578125, + 0.008056640625, + -0.00017368793487548828, + 0.047149658203125, + 0.0287933349609375, + -0.017730712890625, + 0.05364990234375, + -0.01430511474609375, + 0.030059814453125, + -0.019622802734375, + -0.0096282958984375, + 0.005084991455078125, + 0.0043182373046875, + -0.01169586181640625, + -0.09356689453125, + -0.03472900390625, + -0.0275421142578125, + -0.0557861328125, + -0.0318603515625, + 0.003082275390625, + 0.00917816162109375, + 0.0322265625, + -0.0131378173828125, + -0.050750732421875, + 0.0106658935546875, + 0.0275421142578125, + 0.0015974044799804688, + 0.002597808837890625, + -0.05255126953125, + -0.061187744140625, + 0.0189056396484375, + -0.0007538795471191406, + -0.040313720703125, + -0.026824951171875, + 0.0016536712646484375, + 0.0001926422119140625, + -0.017822265625, + -0.03204345703125, + -0.00846099853515625, + -0.03546142578125, + 0.028076171875, + 0.0032405853271484375, + -0.0029697418212890625, + 0.00656890869140625, + 0.04931640625, + -0.064453125, + -0.06549072265625, + 0.0011816024780273438, + -0.01214599609375, + -0.034027099609375, + -0.0253753662109375, + 0.0277099609375, + -0.028076171875, + -0.01934814453125, + -0.015655517578125, + 0.038330078125, + 0.075927734375, + 0.00305938720703125, + 0.0116119384765625, + -0.06298828125, + 0.0203399658203125, + -0.00447845458984375, + 0.0309600830078125, + -0.01026153564453125, + -0.031494140625, + 0.0273590087890625, + -0.0257415771484375, + 0.03961181640625, + -0.01197052001953125, + -0.050750732421875, + -0.01111602783203125, + 0.062286376953125, + -0.00666046142578125, + 0.02484130859375, + 0.0009784698486328125, + -0.026824951171875, + 0.047149658203125, + 0.034912109375, + -0.003082275390625, + 0.0253753662109375, + 0.006885528564453125, + -0.00836944580078125, + 0.051483154296875, + 0.0251922607421875, + -0.0014009475708007812, + -0.026824951171875, + 0.060821533203125, + -0.00481414794921875, + 0.01385498046875, + 0.01727294921875, + -0.0181732177734375, + 0.005893707275390625, + -0.00012445449829101562, + 0.026641845703125, + -0.0289764404296875, + -0.03131103515625, + -0.00652313232421875, + 0.03564453125, + 0.009765625, + 0.05218505859375, + 0.0496826171875, + -0.009857177734375, + 0.037628173828125, + 0.012237548828125, + 0.0191650390625, + 0.0237579345703125, + 0.0165557861328125, + 0.0694580078125, + -0.00098419189453125, + -0.0167388916015625, + -0.006435394287109375, + 0.043548583984375, + 0.020782470703125, + -0.0218658447265625, + -0.01102447509765625, + 0.044647216796875, + 0.022674560546875, + -0.037628173828125, + -0.0322265625, + -0.0489501953125, + 0.016021728515625, + 0.01367950439453125, + -0.034912109375, + -0.00994110107421875, + 0.0000692605972290039, + -0.06585693359375, + -0.01529693603515625, + 0.033660888671875, + 0.0020923614501953125, + 0.04498291015625, + 0.017730712890625, + -0.03582763671875, + -0.021148681640625, + 0.01197052001953125, + 0.002902984619140625, + 0.01097869873046875, + -0.004611968994140625, + 0.0032176971435546875, + -0.010711669921875, + -0.0019006729125976562, + 0.0242919921875, + 0.02484130859375, + 0.007198333740234375, + 0.0009393692016601562, + -0.0251922607421875, + 0.04644775390625, + -0.034912109375, + 0.044830322265625, + 0.0123291015625, + -0.0217742919921875, + 0.0277099609375, + 0.001422882080078125, + 0.0237579345703125, + 0.04302978515625, + -0.04931640625, + -0.00656890869140625, + -0.07525634765625, + 0.0277099609375, + -0.04156494140625, + -0.038330078125, + -0.03472900390625, + -0.058319091796875, + 0.03564453125, + -0.03204345703125, + -0.00661468505859375, + 0.01251220703125, + 0.0123291015625, + 0.00666046142578125, + 0.033294677734375, + -0.01129150390625, + -0.060821533203125, + -0.0123291015625, + 0.060821533203125, + -0.0221405029296875, + -0.0131378173828125, + -0.0271759033203125, + 0.01367950439453125, + -0.0253753662109375, + 0.00746917724609375, + -0.0163726806640625, + 0.003307342529296875, + 0.0259246826171875, + 0.01593017578125, + 0.017547607421875, + 0.0134124755859375, + -0.005466461181640625, + -0.01358795166015625, + 0.048248291015625, + -0.047882080078125, + -0.0006580352783203125, + -0.0275421142578125, + 0.01430511474609375, + -0.03509521484375, + -0.047515869140625, + -0.0311431884765625, + 0.044830322265625, + -0.0018901824951171875, + 0.01169586181640625, + 0.0047454833984375, + -0.055084228515625, + 0.00438690185546875, + 0.00756072998046875, + -0.036529541015625, + 0.044830322265625, + 0.07305908203125, + -0.034027099609375, + -0.004093170166015625, + -0.01030731201171875, + 0.0220489501953125, + -0.0253753662109375, + -0.03240966796875, + -0.017913818359375, + -0.0181732177734375, + -0.017181396484375, + -0.023040771484375, + 0.0171051025390625, + -0.04644775390625, + -0.0057373046875, + -0.0157470703125, + -0.00751495361328125, + -0.033477783203125, + -0.057952880859375, + 0.01259613037109375, + -0.0360107421875, + -0.0259246826171875, + -0.0167388916015625, + 0.05255126953125, + -0.0182647705078125, + -0.0020923614501953125, + -0.033843994140625, + 0.007740020751953125, + -0.033477783203125, + 0.0251922607421875, + -0.026641845703125, + 0.0293426513671875, + 0.006839752197265625, + 0.047149658203125, + 0.033111572265625, + 0.0031948089599609375, + 0.01422119140625, + 0.05975341796875, + 0.00616455078125, + 0.005603790283203125, + -0.005985260009765625, + 0.01520538330078125, + 0.0345458984375, + 0.0304107666015625, + -0.01377105712890625, + -0.0224151611328125, + 0.0039825439453125, + -0.00832366943359375, + 0.01259613037109375, + 0.0163726806640625, + 0.037445068359375, + 0.0242919921875, + -0.0150299072265625, + -0.01097869873046875, + 0.08062744140625, + -0.006839752197265625, + 0.08892822265625, + -0.006793975830078125, + -0.04931640625, + 0.02484130859375, + 0.0291595458984375, + -0.037078857421875, + 0.00836944580078125, + 0.0168304443359375, + 0.00434112548828125, + -0.015838623046875, + 0.0148468017578125, + -0.0079193115234375, + 0.0188140869140625, + 0.00666046142578125, + 0.0171051025390625, + 0.057952880859375, + -0.032928466796875, + 0.0318603515625, + 0.04248046875, + 0.0149383544921875, + 0.006748199462890625, + 0.03814697265625, + -0.0269927978515625, + -0.041748046875, + -0.03814697265625, + -0.057952880859375, + 0.0224151611328125, + 0.0255584716796875, + 0.0132293701171875, + 0.0170135498046875, + -0.04608154296875, + -0.06298828125, + 0.040313720703125, + -0.0237579345703125, + 0.060821533203125, + 0.032745361328125, + 0.019805908203125, + -0.0018901824951171875, + -0.019256591796875, + 0.0259246826171875, + 0.0307769775390625, + 0.026641845703125, + 0.030242919921875, + 0.03472900390625, + 0.0273590087890625, + 0.0005598068237304688, + -0.040679931640625, + 0.0275421142578125, + 0.03564453125, + 0.02825927734375, + 0.0027561187744140625, + 0.016204833984375, + 0.014129638671875, + 0.0005879402160644531, + -0.04644775390625, + 0.040130615234375, + 0.023040771484375, + -0.04644775390625, + 0.01030731201171875, + -0.0039825439453125, + 0.0271759033203125, + -0.0257415771484375, + 0.0103912353515625, + -0.0253753662109375, + 0.0049285888671875, + 0.01296234130859375, + 0.036346435546875, + -0.043365478515625, + 0.005893707275390625, + 0.048248291015625, + -0.063720703125, + 0.0284423828125, + 0.02447509765625, + -0.064453125, + 0.0200653076171875, + -0.0189056396484375, + -0.06512451171875, + 0.02484130859375, + -0.034912109375, + -0.05615234375, + 0.0056915283203125, + 0.0188140869140625, + -0.032562255859375, + -0.0386962890625, + -0.060821533203125, + -0.006256103515625, + 0.00827789306640625, + -0.0394287109375, + 0.0241241455078125, + 0.0018787384033203125, + 0.005039215087890625, + 0.063720703125, + 0.040679931640625, + -0.026275634765625, + -0.0257415771484375, + 0.0626220703125, + -0.00751495361328125, + -0.0307769775390625, + 0.01467132568359375, + 0.0242919921875, + -0.0019350051879882812, + -0.0318603515625, + -0.04498291015625, + -0.017547607421875, + 0.0008716583251953125, + 0.0079193115234375, + 0.026275634765625, + -0.07562255859375, + -0.045166015625, + -0.0112457275390625, + 0.051849365234375, + 0.01084136962890625, + 0.04931640625, + 0.005512237548828125, + -0.0489501953125, + 0.0269927978515625, + -0.06695556640625, + -0.01611328125, + 0.01422119140625, + -0.006927490234375, + 0.017822265625, + 0.08135986328125, + -0.0036678314208984375, + -0.006072998046875, + 0.0010128021240234375, + 0.039947509765625, + 0.01422119140625, + -0.0008435249328613281, + -0.024658203125, + 0.048583984375, + 0.0069732666015625, + -0.05255126953125, + -0.00818634033203125, + -0.01953125, + 0.0014286041259765625, + 0.04534912109375, + -0.069091796875, + -0.0251922607421875, + -0.0103912353515625, + -0.030242919921875, + -0.03509521484375, + -0.03564453125, + 0.000888824462890625, + -0.06011962890625, + 0.0215911865234375, + 0.01430511474609375, + -0.009490966796875, + 0.0287933349609375, + 0.0134124755859375, + 0.012420654296875, + 0.005893707275390625, + 0.00936126708984375, + -0.01277923583984375, + 0.0565185546875, + -0.06695556640625, + -0.01538848876953125, + -0.0360107421875, + 0.02789306640625, + -0.01093292236328125, + -0.01430511474609375, + -0.01430511474609375, + -0.02484130859375, + 0.0390625, + -0.029693603515625, + 0.0085906982421875, + -0.032928466796875, + -0.009674072265625, + -0.0557861328125, + -0.0257415771484375, + 0.005084991455078125, + 0.0199737548828125, + -0.03131103515625, + 0.0030364990234375, + 0.0106201171875, + -0.034210205078125, + 0.039764404296875, + 0.012237548828125, + -0.013946533203125, + 0.00850677490234375, + -0.0061187744140625, + 0.017730712890625, + -0.0183563232421875, + 0.0203399658203125, + -0.01529693603515625, + -0.037445068359375, + -0.0777587890625, + 0.040496826171875, + -0.007198333740234375, + -0.0007481575012207031, + -0.01187896728515625, + -0.02484130859375, + -0.0762939453125, + 0.008819580078125, + 0.0289764404296875, + 0.01030731201171875, + -0.01169586181640625, + -0.0352783203125, + -0.0307769775390625, + -0.0081024169921875, + -0.047882080078125, + 0.017730712890625, + -0.0168304443359375, + 0.01611328125, + -0.01593017578125, + -0.006793975830078125, + 0.01430511474609375, + 0.034912109375, + 0.02447509765625, + 0.03204345703125, + -0.0000413060188293457, + -0.034912109375, + 0.026275634765625, + 0.00571441650390625, + -0.006481170654296875, + -0.0217742919921875, + -0.017364501953125, + 0.041748046875, + -0.044281005859375, + -0.01593017578125, + 0.04498291015625, + 0.043548583984375, + 0.01088714599609375, + -0.0217742919921875, + -0.01169586181640625, + 0.034027099609375, + -0.030242919921875, + 0.10150146484375, + -0.01422119140625, + -0.04608154296875, + 0.0107574462890625, + 0.0097198486328125, + 0.06842041015625, + 0.0496826171875, + -0.0216827392578125, + -0.0379638671875, + 0.029693603515625, + 0.064453125, + -0.02276611328125, + -0.03546142578125, + -0.0216827392578125, + 0.01953125, + 0.007965087890625, + 0.048248291015625, + 0.00814056396484375, + 0.0914306640625, + 0.01206207275390625, + 0.0015411376953125, + 0.034027099609375, + 0.053985595703125, + 0.0271759033203125, + -0.019439697265625, + -0.058319091796875, + -0.008636474609375, + 0.0217742919921875, + -0.040679931640625, + -0.03204345703125, + -0.01538848876953125, + 0.058319091796875, + -0.07452392578125, + -0.00263214111328125, + 0.0010232925415039062, + -0.01026153564453125, + 0.0241241455078125, + -0.007602691650390625, + -0.037811279296875, + 0.004161834716796875, + -0.0012655258178710938, + -0.0307769775390625, + -0.0157470703125, + 0.01197052001953125, + 0.0149383544921875, + 0.063720703125, + 0.037078857421875, + 0.00533294677734375, + 0.04193115234375, + 0.011474609375, + 0.04644775390625, + -0.003307342529296875, + 0.021331787109375, + 0.0029697418212890625, + 0.0014848709106445312, + 0.0489501953125, + 0.05938720703125, + 0.0040283203125, + -0.0029697418212890625, + -0.002689361572265625, + 0.0069732666015625, + 0.050384521484375, + 0.05291748046875, + 0.007198333740234375, + 0.01012420654296875, + 0.004070281982421875, + -0.0626220703125, + -0.005153656005859375, + -0.0163726806640625, + -0.039764404296875, + -0.06695556640625, + -0.011383056640625, + 0.0225830078125, + -0.0379638671875, + 0.006389617919921875, + 0.04248046875, + -0.033111572265625, + -0.01611328125, + 0.040496826171875, + 0.00438690185546875, + -0.0287933349609375, + 0.029510498046875, + -0.0269927978515625, + -0.033477783203125, + -0.02447509765625, + -0.0047454833984375, + 0.04248046875, + -0.021148681640625, + -0.06658935546875, + -0.01021575927734375, + 0.022491455078125, + 0.0012989044189453125, + -0.057952880859375, + -0.036529541015625, + -0.01287078857421875, + -0.007335662841796875, + -0.0255584716796875, + -0.050750732421875, + -0.0271759033203125, + 0.0150299072265625, + -0.029510498046875, + 0.021331787109375, + -0.007110595703125, + -0.0379638671875, + -0.01593017578125, + -0.00998687744140625, + -0.0286102294921875, + -0.0014057159423828125, + -0.0626220703125, + 0.047149658203125, + 0.0018339157104492188, + 0.0181732177734375, + 0.0257415771484375, + 0.05291748046875, + -0.030242919921875, + -0.03131103515625, + -0.0140380859375, + -0.03472900390625, + -0.0105743408203125, + 0.0061187744140625, + -0.0225830078125, + -0.054351806640625, + -0.0088653564453125, + 0.0184478759765625, + -0.06658935546875, + 0.0307769775390625, + -0.0008435249328613281, + 0.022674560546875, + -0.0784912109375, + -0.01169586181640625, + -0.00850677490234375, + 0.0237579345703125, + 0.082763671875, + -0.00443267822265625, + -0.0130462646484375, + 0.0053558349609375, + -0.0284423828125, + 0.058685302734375, + 0.0305938720703125, + 0.03509521484375, + -0.0413818359375, + 0.0255584716796875, + 0.01259613037109375, + -0.0250244140625, + 0.01377105712890625, + -0.09429931640625, + -0.003711700439453125, + 0.019073486328125, + 0.0269927978515625, + -0.0257415771484375, + -0.00904083251953125, + -0.050750732421875, + -0.0352783203125, + -0.017181396484375, + 0.0237579345703125, + -0.00524139404296875, + 0.007152557373046875, + -0.051483154296875, + 0.021240234375, + -0.0027103424072265625, + -0.033843994140625, + -0.0284423828125, + -0.06732177734375, + 0.03924560546875, + -0.01439666748046875, + -0.0701904296875, + 0.043548583984375, + 0.0029468536376953125, + 0.014129638671875, + 0.016204833984375, + 0.01107025146484375, + -0.0307769775390625, + 0.0253753662109375, + -0.00263214111328125, + 0.009490966796875, + 0.020965576171875, + 0.005645751953125, + -0.0056915283203125, + 0.0255584716796875, + 0.022491455078125, + -0.0162811279296875, + 0.0390625, + 0.0257415771484375, + -0.0183563232421875, + -0.054351806640625, + -0.032562255859375, + -0.0183563232421875, + 0.0222320556640625, + 0.01611328125, + 0.06622314453125, + 0.0318603515625, + -0.01557159423828125, + -0.10009765625, + 0.0565185546875, + -0.00576019287109375, + 0.0235748291015625, + 0.0036449432373046875, + -0.00670623779296875, + -0.037078857421875, + -0.053985595703125, + -0.01439666748046875, + 0.0106658935546875, + -0.034912109375, + 0.0273590087890625, + 0.0284423828125, + -0.0255584716796875, + 0.008819580078125, + -0.00841522216796875, + -0.0031719207763671875, + 0.0286102294921875, + -0.00495147705078125, + -0.044647216796875, + 0.069091796875, + -0.02105712890625, + 0.01268768310546875, + 0.005535125732421875, + 0.0078277587890625, + 0.026458740234375, + 0.009765625, + -0.01422119140625, + -0.019256591796875, + 0.0171051025390625, + 0.02825927734375, + -0.0224151611328125, + -0.01016998291015625, + -0.02069091796875, + 0.0099029541015625, + 0.02789306640625, + -0.01548004150390625, + -0.0032405853271484375, + 0.00580596923828125, + -0.00011247396469116211, + -0.034210205078125, + -0.0557861328125, + -0.0648193359375, + 0.0034637451171875, + -0.037628173828125, + -0.0242919921875, + 0.0015077590942382812, + 0.0009169578552246094, + 0.006839752197265625, + -0.01287078857421875, + 0.021331787109375, + 0.00524139404296875, + -0.0253753662109375, + -0.034210205078125, + 0.00533294677734375, + -0.0250244140625, + 0.03582763671875, + 0.004276275634765625, + -0.01385498046875, + 0.0394287109375, + -0.01448822021484375, + -0.02447509765625, + 0.00018274784088134766, + -0.0021266937255859375, + -0.03436279296875, + 0.026092529296875, + -0.056884765625, + -0.007602691650390625, + 0.0123291015625, + -0.002811431884765625, + 0.0273590087890625, + -0.03546142578125, + 0.04931640625, + -0.0031490325927734375, + -0.0770263671875, + -0.00855255126953125, + -0.0223236083984375, + -0.048248291015625, + 0.0106201171875, + -0.00998687744140625, + 0.0219573974609375, + 0.0019683837890625, + 0.0304107666015625, + 0.0257415771484375, + 0.05255126953125, + 0.0012989044189453125, + -0.0106658935546875, + 0.0043182373046875, + -0.019073486328125, + 0.01385498046875, + 0.037078857421875, + 0.0157470703125, + -0.0025539398193359375, + -0.004520416259765625, + 0.00481414794921875, + -0.077392578125, + -0.0006976127624511719, + -0.01439666748046875, + -0.040496826171875, + -0.0001392364501953125, + 0.08782958984375, + 0.0147552490234375, + 0.00958251953125, + 0.0201568603515625, + 0.061920166015625, + 0.0273590087890625, + 0.0181732177734375, + -0.00652313232421875, + -0.041748046875, + -0.009490966796875, + 0.019805908203125, + 0.02825927734375, + -0.061553955078125, + 0.0428466796875, + 0.024658203125, + -0.0241241455078125, + -0.0147552490234375, + 0.02484130859375, + 0.01457977294921875, + 0.032928466796875, + 0.0269927978515625, + 0.033843994140625, + -0.03240966796875, + 0.024658203125, + -0.007152557373046875, + -0.0007028579711914062, + 0.01043701171875, + 0.007110595703125, + -0.033660888671875, + 0.058319091796875, + -0.055084228515625, + 0.006389617919921875, + 0.0287933349609375, + 0.09576416015625, + -0.00445556640625, + -0.040679931640625, + -0.01206207275390625, + 0.050048828125, + 0.0322265625, + -0.017181396484375, + -0.003284454345703125, + -0.0242919921875, + -0.001220703125, + 0.032562255859375, + 0.077392578125, + 0.01727294921875, + 0.0219573974609375, + 0.0174560546875, + -0.037261962890625, + 0.0293426513671875, + -0.01520538330078125, + 0.026275634765625, + 0.0087738037109375, + -0.0291595458984375, + -0.0157470703125, + -0.05255126953125, + 0.0057373046875, + 0.034912109375, + 0.0277099609375, + 0.00616455078125, + 0.01520538330078125, + -0.0033969879150390625, + -0.004791259765625, + 0.01611328125, + 0.03204345703125, + 0.0150299072265625, + -0.004970550537109375, + 0.006343841552734375, + 0.0309600830078125, + -0.0170135498046875, + -0.03472900390625, + 0.0307769775390625, + -0.026092529296875, + 0.00908660888671875, + -0.043365478515625, + -0.003353118896484375, + 0.028076171875, + -0.022491455078125, + -0.0021266937255859375, + -0.0307769775390625, + 0.013946533203125, + -0.00917816162109375, + -0.053985595703125, + -0.00701904296875, + 0.050384521484375, + -0.031494140625, + 0.0293426513671875, + 0.00787353515625, + -0.00263214111328125, + -0.002597808837890625, + -0.0701904296875, + 0.047882080078125, + 0.050384521484375, + 0.01012420654296875, + -0.00447845458984375, + -0.00742340087890625, + 0.026824951171875, + -0.015655517578125, + 0.0251922607421875, + -0.004253387451171875, + -0.026641845703125, + 0.0458984375, + 0.01727294921875, + 0.0166473388671875, + 0.00913238525390625, + 0.048248291015625, + -0.0149383544921875, + -0.0239410400390625, + 0.051116943359375, + 0.01971435546875, + 0.0413818359375, + 0.0014514923095703125, + -0.044281005859375, + -0.005084991455078125, + -0.037445068359375, + 0.050384521484375, + -0.013946533203125, + -0.017913818359375, + 0.0394287109375, + -0.03546142578125, + 0.0709228515625, + -0.0189056396484375, + 0.057952880859375, + -0.036163330078125, + 0.036712646484375, + -0.00656890869140625, + 0.0286102294921875, + -0.009002685546875, + 0.017822265625, + -0.026641845703125, + 0.0273590087890625, + -0.0291595458984375, + 0.06585693359375, + 0.01520538330078125, + -0.0016870498657226562, + -0.032562255859375, + -0.00004988908767700195, + -0.0189056396484375, + 0.0133209228515625, + 0.0199737548828125, + -0.043365478515625, + 0.007785797119140625, + 0.0025653839111328125, + 0.03204345703125, + 0.0694580078125, + 0.0123291015625, + 0.0269927978515625, + -0.0048828125, + 0.005107879638671875, + -0.004726409912109375, + -0.0035991668701171875 + ], + "metadata": { + "domains": [ + "malware-analysis", + "incident-response" + ], + "phases": [ + "analysis" + ], + "tags": [ + "fuzzy-hashing", + "similarity" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_MSAB_XRY", + "type": "tool", + "name": "MSAB XRY", + "content": "msab xry die schwedische mobile-forensik-suite bietet physical und logical extraction für ios und android mit regelmäßigen exploit-updates. besonders stark bei chinesischen smartphones (huawei, xiaomi) und speziellen hardware-typen. der drone-module extrahiert flugdaten von dji und parrot. xry camera identifiziert geräte aus bildern. die analyze-software visualisiert kommunikationsmuster und bewegungs- profile. xamn-elements für link-analyse zwischen mehreren geräten. cloud-extraction für 30+ services. die pin-code-breaker-hardware knackt 4-6 stellige codes. training und zertifizierung inklusive. preislich mit cellebrite vergleichbar (15.000€+) aber mit transparenterer verkaufspolitik. updates alle 6-8 wochen für neue apps. eu-basierte alternative zu us-amerikanischen lösungen. 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.0089874267578125, + 0.030853271484375, + 0.0281982421875, + 0.00841522216796875, + 0.0504150390625, + 0.05181884765625, + 0.03912353515625, + 0.0013494491577148438, + -0.01093292236328125, + -0.01163482666015625, + -0.0239715576171875, + 0.07012939453125, + 0.01154327392578125, + -0.000514984130859375, + -0.07122802734375, + 0.06414794921875, + 0.0168304443359375, + 0.021148681640625, + 0.01983642578125, + -0.007843017578125, + 0.0106201171875, + -0.0269775390625, + -0.0241546630859375, + 0.0045166015625, + 0.00881195068359375, + -0.005859375, + -0.0287322998046875, + -0.021942138671875, + -0.038787841796875, + 0.00771331787109375, + 0.02362060546875, + -0.01480865478515625, + -0.011810302734375, + 0.030670166015625, + 0.0022029876708984375, + -0.02362060546875, + 0.006786346435546875, + -0.0079345703125, + -0.0053558349609375, + 0.0303192138671875, + -0.00612640380859375, + 0.0066986083984375, + 0.0017957687377929688, + 0.01154327392578125, + -0.032623291015625, + -0.036651611328125, + -0.00890350341796875, + -0.033843994140625, + 0.0191192626953125, + -0.007625579833984375, + 0.010711669921875, + 0.022735595703125, + -0.01666259765625, + 0.002170562744140625, + -0.039306640625, + 0.006744384765625, + 0.00995635986328125, + -0.0312042236328125, + -0.054290771484375, + 0.0726318359375, + -0.05322265625, + -0.01242828369140625, + -0.0142822265625, + 0.00916290283203125, + 0.00275421142578125, + 0.035430908203125, + -0.01207733154296875, + -0.0224761962890625, + -0.00841522216796875, + 0.0280303955078125, + 0.0224761962890625, + -0.0200042724609375, + -0.028564453125, + 0.0114593505859375, + -0.030670166015625, + -0.038238525390625, + 0.022918701171875, + 0.01401519775390625, + -0.00665283203125, + -0.01093292236328125, + -0.027496337890625, + 0.000022709369659423828, + 0.039306640625, + 0.00122833251953125, + -0.0178070068359375, + -0.014190673828125, + 0.0238037109375, + -0.01049041748046875, + -0.00982666015625, + -0.0105743408203125, + 0.0210723876953125, + -0.01277923583984375, + 0.015960693359375, + 0.0017518997192382812, + 0.037017822265625, + 0.05816650390625, + -0.0162200927734375, + 0.0013551712036132812, + -0.034912109375, + 0.048309326171875, + 0.004383087158203125, + -0.0269775390625, + 0.049346923828125, + -0.0208892822265625, + 0.049346923828125, + -0.0377197265625, + -0.00010395050048828125, + -0.0301361083984375, + -0.0239715576171875, + -0.0011568069458007812, + -0.08746337890625, + -0.035064697265625, + -0.019561767578125, + -0.052520751953125, + -0.0234375, + -0.00876617431640625, + -0.0234375, + 0.02838134765625, + -0.03753662109375, + -0.033660888671875, + 0.042144775390625, + -0.007579803466796875, + 0.00766754150390625, + 0.00334930419921875, + -0.046875, + -0.05535888671875, + 0.0138397216796875, + 0.0239715576171875, + -0.0146331787109375, + -0.02520751953125, + -0.019561767578125, + -0.0271453857421875, + -0.0163116455078125, + -0.037200927734375, + -0.007801055908203125, + -0.05499267578125, + 0.0238037109375, + 0.00665283203125, + -0.01000213623046875, + 0.027679443359375, + 0.0305023193359375, + 0.003856658935546875, + -0.09307861328125, + 0.009124755859375, + -0.046173095703125, + -0.0074462890625, + -0.0312042236328125, + 0.0631103515625, + -0.057830810546875, + -0.004627227783203125, + -0.00930023193359375, + 0.0208892822265625, + 0.051483154296875, + 0.00069427490234375, + -0.009918212890625, + -0.029266357421875, + -0.0002396106719970703, + -0.032257080078125, + 0.033477783203125, + -0.0016632080078125, + -0.019744873046875, + 0.0217742919921875, + 0.01088714599609375, + 0.035430908203125, + -0.0262603759765625, + -0.034210205078125, + -0.0224761962890625, + 0.019744873046875, + 0.009521484375, + -0.0026111602783203125, + 0.0294342041015625, + -0.025390625, + 0.07861328125, + 0.07086181640625, + -0.005573272705078125, + 0.05712890625, + 0.0185089111328125, + -0.016387939453125, + 0.0009751319885253906, + 0.0241546630859375, + -0.0305023193359375, + -0.00982666015625, + 0.03155517578125, + 0.005641937255859375, + 0.016387939453125, + -0.01357269287109375, + -0.043731689453125, + 0.005245208740234375, + -0.04583740234375, + 0.052520751953125, + -0.0238037109375, + -0.02362060546875, + 0.0011568069458007812, + 0.0264434814453125, + 0.0281982421875, + 0.0849609375, + 0.03790283203125, + -0.036834716796875, + 0.035614013671875, + -0.0037021636962890625, + -0.004428863525390625, + 0.04248046875, + -0.005443572998046875, + 0.048309326171875, + 0.0345458984375, + 0.0232696533203125, + -0.010711669921875, + 0.05078125, + 0.01190185546875, + -0.007358551025390625, + -0.0174560546875, + 0.052886962890625, + -0.01313018798828125, + -0.01093292236328125, + -0.0310211181640625, + -0.021148681640625, + 0.0176239013671875, + -0.0262603759765625, + -0.0313720703125, + -0.01366424560546875, + 0.01392364501953125, + -0.062408447265625, + -0.0002493858337402344, + 0.03173828125, + -0.0289154052734375, + 0.0222930908203125, + 0.022918701171875, + -0.00372314453125, + -0.04248046875, + 0.009521484375, + 0.032440185546875, + 0.0262603759765625, + 0.021240234375, + -0.0045166015625, + -0.027496337890625, + -0.016571044921875, + 0.0241546630859375, + 0.0215911865234375, + 0.035614013671875, + 0.0142822265625, + -0.0200042724609375, + 0.057464599609375, + -0.017364501953125, + 0.027679443359375, + 0.03472900390625, + -0.0121612548828125, + -0.00019693374633789062, + 0.032958984375, + 0.029266357421875, + 0.037017822265625, + -0.05181884765625, + -0.00449371337890625, + -0.08428955078125, + 0.0207977294921875, + -0.061004638671875, + -0.037200927734375, + -0.00334930419921875, + -0.04901123046875, + 0.061004638671875, + -0.0207977294921875, + -0.038970947265625, + -0.01039886474609375, + 0.0224761962890625, + 0.021148681640625, + 0.03173828125, + 0.0145416259765625, + -0.035430908203125, + 0.0223846435546875, + 0.06695556640625, + 0.00045990943908691406, + -0.01207733154296875, + -0.02362060546875, + 0.026611328125, + -0.01568603515625, + 0.0280303955078125, + -0.0257415771484375, + 0.00009775161743164062, + 0.034210205078125, + 0.0313720703125, + 0.0138397216796875, + -0.046539306640625, + 0.0428466796875, + -0.0184173583984375, + 0.020355224609375, + -0.04388427734375, + -0.01357269287109375, + 0.0036144256591796875, + 0.004913330078125, + -0.011810302734375, + -0.0440673828125, + 0.003459930419921875, + 0.04248046875, + -0.0011682510375976562, + 0.0094757080078125, + -0.0074462890625, + -0.032958984375, + -0.0079803466796875, + 0.0171051025390625, + 0.0146331787109375, + 0.046875, + 0.01506805419921875, + -0.0287322998046875, + 0.00974273681640625, + 0.00453948974609375, + 0.005245208740234375, + -0.044769287109375, + -0.040191650390625, + -0.011016845703125, + 0.0013055801391601562, + -0.038421630859375, + -0.0162200927734375, + 0.005443572998046875, + -0.0333251953125, + 0.009918212890625, + -0.0066986083984375, + 0.003437042236328125, + -0.0238037109375, + -0.06805419921875, + -0.0154266357421875, + -0.0079803466796875, + -0.036651611328125, + -0.01322174072265625, + 0.06414794921875, + 0.00890350341796875, + 0.01128387451171875, + -0.01401519775390625, + -0.035064697265625, + -0.04248046875, + 0.0262603759765625, + 0.010711669921875, + 0.014892578125, + -0.042144775390625, + 0.0310211181640625, + 0.0015420913696289062, + 0.024322509765625, + 0.0200042724609375, + 0.0687255859375, + 0.05181884765625, + -0.00823974609375, + -0.00102996826171875, + 0.01198577880859375, + 0.01207733154296875, + 0.040191650390625, + -0.029266357421875, + -0.035247802734375, + -0.003833770751953125, + -0.03192138671875, + 0.036651611328125, + 0.035430908203125, + 0.042999267578125, + 0.0248565673828125, + -0.035614013671875, + 0.001773834228515625, + 0.0634765625, + -0.0029296875, + 0.08111572265625, + -0.0086822509765625, + -0.0312042236328125, + 0.005157470703125, + 0.040557861328125, + -0.0313720703125, + -0.005859375, + 0.050048828125, + -0.0029964447021484375, + 0.005222320556640625, + 0.0186920166015625, + -0.033477783203125, + 0.0214996337890625, + -0.0074920654296875, + -0.0201873779296875, + 0.01983642578125, + -0.0215911865234375, + 0.006565093994140625, + 0.035247802734375, + 0.047943115234375, + 0.00608062744140625, + 0.01000213623046875, + -0.034210205078125, + -0.006389617919921875, + -0.01154327392578125, + -0.047607421875, + 0.03173828125, + 0.0264434814453125, + 0.034912109375, + 0.034027099609375, + -0.032623291015625, + -0.079345703125, + 0.01044464111328125, + -0.047943115234375, + 0.0567626953125, + 0.054656982421875, + 0.01824951171875, + 0.0241546630859375, + -0.0142822265625, + 0.010711669921875, + 0.01445770263671875, + 0.006214141845703125, + 0.01207733154296875, + 0.04107666015625, + 0.02520751953125, + 0.0137481689453125, + -0.019744873046875, + 0.0234375, + 0.0273284912109375, + 0.00647735595703125, + -0.003437042236328125, + 0.046875, + 0.0210723876953125, + 0.049346923828125, + -0.007007598876953125, + 0.060638427734375, + -0.0004131793975830078, + 0.01198577880859375, + 0.01123809814453125, + -0.013397216796875, + 0.01163482666015625, + -0.04901123046875, + -0.00916290283203125, + -0.005992889404296875, + -0.0079345703125, + 0.021148681640625, + 0.0301361083984375, + -0.0638427734375, + -0.020538330078125, + 0.049346923828125, + -0.057464599609375, + 0.0223846435546875, + 0.03472900390625, + -0.033660888671875, + -0.0012674331665039062, + -0.01392364501953125, + -0.033660888671875, + 0.049713134765625, + 0.011016845703125, + -0.033660888671875, + 0.008636474609375, + 0.0217742919921875, + -0.0167388916015625, + -0.0273284912109375, + -0.042999267578125, + -0.0184173583984375, + -0.006256103515625, + -0.027679443359375, + 0.0380859375, + -0.0005593299865722656, + -0.00396728515625, + 0.0303192138671875, + 0.04443359375, + 0.00555419921875, + -0.0183258056640625, + 0.028564453125, + -0.0162200927734375, + -0.038970947265625, + 0.01568603515625, + 0.01251220703125, + 0.0472412109375, + -0.0201873779296875, + -0.0264434814453125, + 0.00066375732421875, + -0.00811004638671875, + 0.03173828125, + 0.0207061767578125, + -0.009521484375, + -0.0289154052734375, + -0.0396728515625, + 0.047943115234375, + 0.0230865478515625, + 0.05712890625, + -0.027496337890625, + -0.034912109375, + 0.0269775390625, + -0.04864501953125, + -0.0241546630859375, + -0.022918701171875, + 0.008636474609375, + -0.03173828125, + 0.072998046875, + -0.01198577880859375, + 0.00409698486328125, + -0.0035915374755859375, + 0.061004638671875, + 0.005596160888671875, + 0.0011348724365234375, + -0.059234619140625, + 0.032958984375, + 0.044769287109375, + -0.041778564453125, + -0.01357269287109375, + -0.0028858184814453125, + -0.03790283203125, + 0.0312042236328125, + -0.0199127197265625, + 0.0019063949584960938, + 0.01277923583984375, + -0.0726318359375, + -0.047943115234375, + -0.0287322998046875, + 0.00548553466796875, + -0.0137481689453125, + 0.03472900390625, + 0.029083251953125, + -0.035064697265625, + 0.0130462646484375, + -0.0113677978515625, + 0.0097808837890625, + 0.00836944580078125, + 0.00555419921875, + -0.0303192138671875, + 0.0199127197265625, + -0.062042236328125, + -0.01154327392578125, + -0.01190185546875, + 0.00855255126953125, + -0.016571044921875, + 0.00005370378494262695, + 0.0138397216796875, + -0.0184173583984375, + 0.030853271484375, + -0.035247802734375, + -0.015777587890625, + -0.004383087158203125, + -0.04388427734375, + -0.033660888671875, + 0.0070953369140625, + 0.004802703857421875, + 0.0239715576171875, + -0.020538330078125, + -0.0019283294677734375, + 0.03436279296875, + -0.061004638671875, + 0.0106201171875, + -0.0017080307006835938, + -0.007228851318359375, + -0.0011625289916992188, + -0.006744384765625, + -0.011810302734375, + 0.00920867919921875, + 0.049346923828125, + -0.0176239013671875, + -0.0208892822265625, + -0.0821533203125, + 0.00731658935546875, + -0.010711669921875, + -0.0208892822265625, + -0.01409912109375, + -0.055694580078125, + -0.05712890625, + -0.0006308555603027344, + 0.03192138671875, + 0.00766754150390625, + 0.0082855224609375, + -0.043548583984375, + -0.004055023193359375, + -0.0016412734985351562, + -0.0271453857421875, + 0.05218505859375, + -0.046875, + -0.003063201904296875, + -0.0017299652099609375, + -0.041595458984375, + 0.005619049072265625, + 0.0273284912109375, + 0.02679443359375, + 0.032440185546875, + 0.046875, + -0.011810302734375, + 0.041412353515625, + -0.0164794921875, + -0.016387939453125, + 0.0024356842041015625, + -0.0160369873046875, + 0.040557861328125, + -0.02996826171875, + -0.0313720703125, + -0.000049591064453125, + 0.01207733154296875, + 0.00687408447265625, + -0.030670166015625, + 0.0106658935546875, + 0.02838134765625, + -0.02978515625, + 0.03631591796875, + -0.0207977294921875, + -0.056396484375, + -0.0130462646484375, + -0.020355224609375, + 0.0361328125, + 0.03912353515625, + 0.00920867919921875, + -0.047607421875, + 0.0200042724609375, + 0.040374755859375, + -0.00008296966552734375, + -0.04388427734375, + -0.003459930419921875, + 0.01233673095703125, + 0.014984130859375, + 0.05712890625, + -0.0002932548522949219, + 0.08709716796875, + -0.0033721923828125, + 0.01525115966796875, + 0.030670166015625, + 0.040557861328125, + 0.034210205078125, + -0.01366424560546875, + -0.05181884765625, + 0.00885772705078125, + -0.019561767578125, + -0.042144775390625, + -0.051483154296875, + 0.009429931640625, + 0.03192138671875, + -0.062744140625, + -0.00608062744140625, + 0.01666259765625, + 0.0301361083984375, + -0.0020160675048828125, + -0.003658294677734375, + -0.0145416259765625, + 0.0239715576171875, + -0.001773834228515625, + -0.038238525390625, + -0.01904296875, + -0.0191192626953125, + 0.0239715576171875, + 0.05712890625, + 0.03314208984375, + 0.0153350830078125, + 0.0364990234375, + 0.022918701171875, + 0.014892578125, + 0.0273284912109375, + 0.04071044921875, + -0.0009417533874511719, + 0.0296173095703125, + 0.06170654296875, + 0.034027099609375, + -0.01480865478515625, + -0.0218658447265625, + -0.005420684814453125, + 0.0026874542236328125, + 0.037017822265625, + 0.061004638671875, + -0.0216827392578125, + -0.0041656494140625, + -0.016571044921875, + -0.05535888671875, + 0.01366424560546875, + 0.00872802734375, + 0.01277923583984375, + -0.0504150390625, + -0.046173095703125, + 0.0142822265625, + -0.042144775390625, + 0.04107666015625, + 0.005157470703125, + -0.038421630859375, + 0.0110626220703125, + 0.046875, + -0.01471710205078125, + -0.036651611328125, + 0.018768310546875, + -0.00731658935546875, + -0.030670166015625, + -0.049346923828125, + -0.042999267578125, + 0.008331298828125, + -0.02996826171875, + -0.038238525390625, + -0.022735595703125, + 0.05499267578125, + -0.01242828369140625, + -0.0305023193359375, + -0.0250244140625, + -0.00399017333984375, + -0.009429931640625, + -0.042144775390625, + -0.041259765625, + -0.0287322998046875, + 0.020538330078125, + -0.026092529296875, + 0.0122528076171875, + -0.009124755859375, + -0.007534027099609375, + -0.00647735595703125, + -0.00449371337890625, + -0.01436614990234375, + 0.00841522216796875, + -0.03594970703125, + 0.036651611328125, + 0.01009368896484375, + 0.0241546630859375, + 0.037384033203125, + 0.057830810546875, + -0.01357269287109375, + 0.0081939697265625, + -0.03277587890625, + -0.04547119140625, + 0.021331787109375, + 0.00469207763671875, + 0.003833770751953125, + -0.08428955078125, + 0.0138397216796875, + 0.069091796875, + -0.1099853515625, + 0.0126953125, + -0.007228851318359375, + -0.0163116455078125, + -0.028564453125, + -0.01287078857421875, + -0.003658294677734375, + 0.01348876953125, + 0.0853271484375, + -0.0090789794921875, + -0.02838134765625, + 0.014892578125, + -0.01824951171875, + 0.046173095703125, + -0.0031948089599609375, + 0.0019502639770507812, + -0.029083251953125, + 0.0287322998046875, + 0.0010461807250976562, + -0.00969696044921875, + 0.00156402587890625, + -0.061004638671875, + -0.006256103515625, + 0.03631591796875, + 0.0345458984375, + 0.0218658447265625, + -0.034027099609375, + -0.030670166015625, + -0.01551055908203125, + -0.01824951171875, + 0.034210205078125, + 0.0066986083984375, + -0.007358551025390625, + -0.0634765625, + -0.0163116455078125, + -0.0045623779296875, + -0.04901123046875, + -0.01904296875, + -0.0269775390625, + 0.04864501953125, + 0.00815582275390625, + -0.032073974609375, + 0.018768310546875, + 0.0278472900390625, + -0.00354766845703125, + -0.0038776397705078125, + 0.05078125, + -0.0428466796875, + -0.0168304443359375, + -0.0031948089599609375, + 0.02679443359375, + -0.011810302734375, + -0.0113677978515625, + -0.0014982223510742188, + 0.00836944580078125, + 0.0239715576171875, + -0.0310211181640625, + 0.0161285400390625, + 0.035247802734375, + -0.0146331787109375, + -0.04547119140625, + -0.0281982421875, + -0.032257080078125, + 0.0281982421875, + -0.0130462646484375, + 0.051483154296875, + -0.00801849365234375, + -0.0142822265625, + -0.08990478515625, + 0.049346923828125, + -0.0303192138671875, + -0.007534027099609375, + 0.0214996337890625, + -0.030853271484375, + -0.0845947265625, + -0.043548583984375, + -0.029083251953125, + -0.00449371337890625, + -0.030853271484375, + 0.0113677978515625, + -0.0287322998046875, + 0.0209808349609375, + -0.0070953369140625, + 0.005573272705078125, + -0.0014209747314453125, + 0.057830810546875, + 0.01506805419921875, + -0.0440673828125, + 0.060272216796875, + -0.0440673828125, + -0.0122528076171875, + -0.0106658935546875, + 0.00612640380859375, + 0.01074981689453125, + -0.0049591064453125, + 0.0081939697265625, + -0.0122528076171875, + 0.041595458984375, + 0.04583740234375, + -0.04547119140625, + 0.02996826171875, + -0.0171051025390625, + 0.01088714599609375, + -0.0090789794921875, + -0.0168304443359375, + 0.0020275115966796875, + 0.005046844482421875, + -0.030853271484375, + -0.0018510818481445312, + -0.049346923828125, + -0.06695556640625, + 0.010711669921875, + -0.03594970703125, + -0.00691986083984375, + 0.016387939453125, + 0.01824951171875, + 0.0024242401123046875, + -0.0655517578125, + 0.02142333984375, + -0.02978515625, + -0.02978515625, + -0.009033203125, + 0.0175323486328125, + -0.022216796875, + 0.05816650390625, + -0.020355224609375, + -0.0535888671875, + 0.02978515625, + -0.007183074951171875, + -0.0006003379821777344, + -0.01445770263671875, + 0.02996826171875, + -0.0238037109375, + 0.033477783203125, + -0.0789794921875, + -0.0178985595703125, + 0.0154266357421875, + 0.041778564453125, + -0.01471710205078125, + -0.013397216796875, + 0.046539306640625, + -0.024322509765625, + -0.0224761962890625, + -0.005992889404296875, + -0.021240234375, + -0.046875, + 0.030670166015625, + 0.00015974044799804688, + 0.05181884765625, + 0.035430908203125, + 0.0305023193359375, + 0.0129547119140625, + 0.044952392578125, + -0.01568603515625, + -0.040008544921875, + -0.00608062744140625, + -0.0278472900390625, + 0.0183258056640625, + 0.007843017578125, + -0.0002906322479248047, + 0.00007677078247070312, + 0.01031494140625, + 0.00572967529296875, + -0.07647705078125, + -0.0011453628540039062, + -0.0294342041015625, + -0.058868408203125, + -0.015960693359375, + 0.07366943359375, + 0.0024013519287109375, + -0.0194854736328125, + 0.00531005859375, + 0.0250244140625, + 0.0023365020751953125, + -0.0094757080078125, + -0.0303192138671875, + -0.052886962890625, + -0.00031256675720214844, + 0.032073974609375, + 0.04547119140625, + -0.0638427734375, + 0.0216827392578125, + 0.052886962890625, + -0.0312042236328125, + -0.025909423828125, + -0.00612640380859375, + -0.0030841827392578125, + 0.0333251953125, + 0.0114593505859375, + 0.0079345703125, + -0.044586181640625, + 0.01401519775390625, + 0.033843994140625, + 0.01171875, + 0.004978179931640625, + -0.018768310546875, + -0.0396728515625, + 0.05816650390625, + -0.04425048828125, + 0.02679443359375, + -0.0011072158813476562, + 0.04901123046875, + 0.041778564453125, + -0.0273284912109375, + -0.0114593505859375, + 0.057464599609375, + -0.0041656494140625, + -0.01322174072265625, + 0.0137481689453125, + 0.035430908203125, + -0.0234375, + 0.0303192138671875, + 0.049346923828125, + 0.004428863525390625, + 0.04901123046875, + 0.007404327392578125, + -0.058868408203125, + 0.050048828125, + -0.007404327392578125, + 0.03173828125, + -0.00836944580078125, + -0.02679443359375, + -0.024322509765625, + -0.03314208984375, + 0.02978515625, + 0.004779815673828125, + 0.028564453125, + 0.028564453125, + -0.030853271484375, + -0.0207977294921875, + -0.002246856689453125, + 0.0230865478515625, + 0.01506805419921875, + 0.012603759765625, + 0.01666259765625, + 0.00982666015625, + 0.0178070068359375, + 0.0175323486328125, + -0.043365478515625, + 0.02838134765625, + -0.01009368896484375, + 0.02044677734375, + -0.049713134765625, + -0.01242828369140625, + 0.01171875, + -0.01525115966796875, + -0.0164794921875, + -0.027496337890625, + -0.0177154541015625, + -0.0028858184814453125, + -0.01568603515625, + 0.0037670135498046875, + 0.0222930908203125, + -0.0269775390625, + 0.049346923828125, + 0.0106658935546875, + -0.0012226104736328125, + -0.0153350830078125, + -0.04248046875, + 0.12548828125, + 0.029266357421875, + 0.022125244140625, + 0.016387939453125, + 0.02838134765625, + 0.049346923828125, + 0.00841522216796875, + 0.0232696533203125, + 0.0239715576171875, + -0.0174560546875, + 0.0255584716796875, + 0.04901123046875, + -0.005199432373046875, + -0.037200927734375, + 0.056060791015625, + 0.008331298828125, + -0.035797119140625, + 0.022918701171875, + 0.025390625, + 0.0184173583984375, + -0.01727294921875, + -0.01000213623046875, + -0.014892578125, + -0.058868408203125, + 0.07440185546875, + 0.003437042236328125, + -0.0214996337890625, + 0.0262603759765625, + -0.0631103515625, + 0.047943115234375, + -0.006832122802734375, + 0.026092529296875, + -0.021148681640625, + 0.052520751953125, + -0.0238037109375, + 0.01013946533203125, + -0.002777099609375, + 0.0248565673828125, + 0.005771636962890625, + 0.03173828125, + -0.021148681640625, + 0.0694580078125, + 0.006744384765625, + 0.005859375, + -0.07012939453125, + -0.0027866363525390625, + 0.025909423828125, + 0.01004791259765625, + 0.0333251953125, + -0.052886962890625, + 0.005950927734375, + -0.01039886474609375, + 0.0232696533203125, + 0.07684326171875, + -0.0257415771484375, + 0.005443572998046875, + 0.0097808837890625, + -0.0207061767578125, + 0.0114593505859375, + 0.002468109130859375 + ], + "metadata": { + "domains": [ + "mobile-forensics", + "static-investigations", + "fraud-investigation" + ], + "phases": [ + "data-collection", + "examination", + "analysis" ], "tags": [ "gui", - "web-interface", "commercial", - "collaboration", - "visualization", - "cloud-artifacts", - "power-query", - "ediscovery", - "version-control", - "team-integration", - "mobile-apps", - "automation-capable" + "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_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. command-line 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.0232696533203125, + 0.039886474609375, + 0.0232696533203125, + -0.014801025390625, + 0.0276641845703125, + 0.00997161865234375, + 0.0285186767578125, + 0.0285186767578125, + 0.00922393798828125, + -0.00901031494140625, + -0.056182861328125, + 0.036468505859375, + 0.03387451171875, + 0.015869140625, + -0.056182861328125, + 0.045257568359375, + -0.0003032684326171875, + 0.004180908203125, + 0.02734375, + 0.01447296142578125, + -0.0127105712890625, + -0.005390167236328125, + -0.044189453125, + 0.0278778076171875, + 0.00836181640625, + 0.0091705322265625, + -0.00986480712890625, + -0.05963134765625, + 0.01174163818359375, + 0.0079345703125, + 0.0283050537109375, + -0.0022792816162109375, + 0.01276397705078125, + 0.0343017578125, + 0.0168304443359375, + -0.01018524169921875, + -0.0117950439453125, + -0.06005859375, + -0.0255279541015625, + 0.042449951171875, + -0.0276641845703125, + -0.0008511543273925781, + 0.0259552001953125, + -0.01383209228515625, + -0.03131103515625, + -0.0236968994140625, + 0.0188751220703125, + -0.01812744140625, + 0.00579071044921875, + -0.050384521484375, + 0.046966552734375, + 0.0178070068359375, + 0.007129669189453125, + 0.0034580230712890625, + -0.029388427734375, + 0.015869140625, + 0.0168304443359375, + -0.0224151611328125, + -0.049530029296875, + 0.034515380859375, + -0.047607421875, + -0.032806396484375, + -0.0197296142578125, + -0.0249786376953125, + 0.0194091796875, + 0.0033779144287109375, + 0.0013942718505859375, + -0.00292205810546875, + -0.004772186279296875, + 0.025848388671875, + -0.0035114288330078125, + -0.001461029052734375, + -0.0003249645233154297, + 0.037750244140625, + -0.0168304443359375, + -0.04010009765625, + 0.0014476776123046875, + 0.0111541748046875, + -0.0058441162109375, + 0.0031909942626953125, + -0.036468505859375, + 0.02337646484375, + 0.06219482421875, + -0.03173828125, + 0.00986480712890625, + -0.005817413330078125, + 0.024444580078125, + 0.01425933837890625, + 0.0017957687377929688, + 0.0012865066528320312, + 0.042022705078125, + 0.004314422607421875, + 0.0078277587890625, + -0.0161895751953125, + 0.026275634765625, + 0.051055908203125, + -0.016937255859375, + 0.0234832763671875, + -0.003780364990234375, + 0.030029296875, + 0.0236968994140625, + -0.056610107421875, + 0.057891845703125, + -0.0030956268310546875, + 0.016937255859375, + -0.017486572265625, + 0.01287078857421875, + -0.0151214599609375, + -0.00830841064453125, + -0.018341064453125, + -0.109375, + -0.02337646484375, + -0.0234832763671875, + -0.05169677734375, + 0.01287078857421875, + -0.02252197265625, + 0.01259613037109375, + 0.05963134765625, + -0.037109375, + -0.039886474609375, + 0.0122222900390625, + 0.024444580078125, + 0.0008544921875, + -0.00008040666580200195, + -0.038604736328125, + -0.07208251953125, + 0.004100799560546875, + 0.0219879150390625, + -0.0245513916015625, + -0.0180206298828125, + -0.020050048828125, + -0.035400390625, + -0.0102386474609375, + -0.0222015380859375, + -0.00788116455078125, + -0.0161895751953125, + 0.0396728515625, + 0.0028018951416015625, + -0.017486572265625, + 0.005336761474609375, + 0.0164031982421875, + -0.01216888427734375, + -0.06304931640625, + 0.01078033447265625, + -0.0236968994140625, + -0.00391387939453125, + -0.0308837890625, + 0.06219482421875, + -0.0287322998046875, + 0.0078277587890625, + -0.005306243896484375, + 0.0241241455078125, + 0.051055908203125, + 0.0115814208984375, + 0.0224151611328125, + -0.04461669921875, + 0.00035858154296875, + -0.0285186767578125, + 0.0133514404296875, + -0.00640869140625, + -0.0219879150390625, + 0.030670166015625, + -0.01104736328125, + 0.03131103515625, + -0.0186614990234375, + -0.040313720703125, + -0.016937255859375, + 0.0101318359375, + 0.00809478759765625, + 0.006755828857421875, + 0.001186370849609375, + -0.007076263427734375, + 0.0546875, + 0.07550048828125, + -0.00777435302734375, + 0.00616455078125, + 0.00038361549377441406, + 0.0025997161865234375, + 0.0205841064453125, + 0.036041259765625, + -0.024871826171875, + -0.016937255859375, + 0.020263671875, + 0.0036182403564453125, + 0.0002932548522949219, + -0.01329803466796875, + -0.03839111328125, + -0.0159759521484375, + -0.0278778076171875, + 0.0203704833984375, + -0.0450439453125, + -0.0241241455078125, + 0.0014276504516601562, + 0.038177490234375, + 0.006755828857421875, + 0.057464599609375, + 0.05963134765625, + -0.0188751220703125, + 0.032379150390625, + 0.0087432861328125, + 0.0018901824951171875, + 0.030670166015625, + -0.0241241455078125, + 0.039031982421875, + 0.030029296875, + 0.01078033447265625, + 0.01308441162109375, + 0.03497314453125, + 0.0234832763671875, + -0.02294921875, + -0.0325927734375, + 0.055328369140625, + 0.0028018951416015625, + -0.006244659423828125, + -0.0265960693359375, + -0.046112060546875, + 0.007022857666015625, + -0.02734375, + -0.0167236328125, + 0.00589752197265625, + -0.0010519027709960938, + -0.0694580078125, + 0.013458251953125, + 0.0230560302734375, + -0.0308837890625, + 0.040313720703125, + 0.0484619140625, + -0.0276641845703125, + -0.0135650634765625, + 0.021881103515625, + -0.0036182403564453125, + 0.020477294921875, + 0.00640869140625, + 0.00667572021484375, + -0.0008778572082519531, + -0.0079345703125, + 0.049530029296875, + 0.03173828125, + 0.011474609375, + -0.0213470458984375, + -0.02337646484375, + 0.052978515625, + 0.019195556640625, + 0.0215606689453125, + 0.0093841552734375, + -0.00511932373046875, + 0.018768310546875, + 0.02252197265625, + 0.0413818359375, + 0.0268096923828125, + -0.06005859375, + -0.0222015380859375, + -0.10980224609375, + 0.004398345947265625, + -0.04888916015625, + -0.02166748046875, + -0.0210113525390625, + -0.041168212890625, + 0.0750732421875, + 0.0008378028869628906, + -0.0159759521484375, + -0.000045418739318847656, + 0.01383209228515625, + -0.020477294921875, + 0.03497314453125, + 0.0019969940185546875, + -0.05340576171875, + -0.005092620849609375, + 0.06134033203125, + -0.0014543533325195312, + -0.0253143310546875, + -0.023162841796875, + 0.01174163818359375, + -0.0213470458984375, + 0.010345458984375, + -0.0274505615234375, + -0.001682281494140625, + 0.02508544921875, + 0.025634765625, + 0.0251922607421875, + -0.042236328125, + 0.01812744140625, + -0.03173828125, + 0.0257415771484375, + -0.0308837890625, + 0.005924224853515625, + 0.0257415771484375, + 0.006542205810546875, + 0.001903533935546875, + -0.06048583984375, + -0.002506256103515625, + 0.0278778076171875, + 0.00203704833984375, + -0.020050048828125, + 0.013458251953125, + -0.046539306640625, + 0.0129241943359375, + -0.011688232421875, + -0.0195159912109375, + 0.0308837890625, + 0.040740966796875, + -0.054901123046875, + 0.01184844970703125, + 0.01238250732421875, + 0.026275634765625, + -0.0175933837890625, + -0.052764892578125, + -0.00579071044921875, + 0.00396728515625, + -0.027130126953125, + -0.006191253662109375, + 0.0255279541015625, + -0.03753662109375, + 0.01195526123046875, + 0.0270233154296875, + 0.00879669189453125, + -0.035614013671875, + -0.0538330078125, + 0.00536346435546875, + -0.04010009765625, + -0.030029296875, + -0.04095458984375, + 0.02960205078125, + 0.00579071044921875, + -0.0245513916015625, + -0.00777435302734375, + -0.00970458984375, + -0.036895751953125, + -0.001132965087890625, + -0.01265716552734375, + 0.025634765625, + 0.00852203369140625, + 0.039886474609375, + 0.0232696533203125, + 0.00018513202667236328, + 0.024444580078125, + 0.0458984375, + 0.00885009765625, + -0.01383209228515625, + -0.00458526611328125, + 0.003726959228515625, + -0.00380706787109375, + 0.01324462890625, + -0.029815673828125, + -0.030029296875, + -0.01227569580078125, + -0.0161895751953125, + -0.0027217864990234375, + 0.0362548828125, + 0.043548583984375, + 0.0207977294921875, + -0.072509765625, + -0.016510009765625, + 0.06219482421875, + -0.00997161865234375, + 0.08489990234375, + -0.01078033447265625, + -0.03045654296875, + -0.00412750244140625, + 0.0091705322265625, + -0.0170440673828125, + 0.00013399124145507812, + 0.0080413818359375, + 0.0261688232421875, + -0.0027217864990234375, + 0.0245513916015625, + -0.0197296142578125, + 0.01544189453125, + -0.004852294921875, + 0.00879669189453125, + 0.00841522216796875, + -0.0276641845703125, + 0.0185546875, + 0.037750244140625, + 0.01216888427734375, + 0.01544189453125, + 0.0396728515625, + -0.0170440673828125, + -0.0057373046875, + -0.0343017578125, + -0.05426025390625, + 0.0201568603515625, + 0.040313720703125, + 0.019195556640625, + 0.057464599609375, + -0.0180206298828125, + -0.065185546875, + 0.02294921875, + -0.044403076171875, + 0.06646728515625, + 0.04290771484375, + -0.01174163818359375, + 0.036895751953125, + -0.05084228515625, + 0.005279541015625, + 0.0207977294921875, + 0.014801025390625, + 0.019195556640625, + 0.0272369384765625, + 0.06219482421875, + -0.00841522216796875, + -0.051483154296875, + 0.0289459228515625, + 0.034088134765625, + 0.00954437255859375, + 0.01351165771484375, + 0.01383209228515625, + 0.0161895751953125, + 0.011474609375, + -0.0159759521484375, + 0.00841522216796875, + 0.029815673828125, + -0.0029354095458984375, + 0.0014009475708007812, + 0.0011196136474609375, + -0.003108978271484375, + -0.0484619140625, + 0.0146942138671875, + 0.01715087890625, + 0.0228424072265625, + 0.031524658203125, + 0.0182342529296875, + -0.052337646484375, + 0.0155487060546875, + 0.05169677734375, + -0.06219482421875, + 0.016510009765625, + 0.037109375, + -0.00901031494140625, + 0.0124359130859375, + -0.058349609375, + -0.0484619140625, + 0.03173828125, + -0.0151214599609375, + -0.04931640625, + -0.0078277587890625, + 0.03753662109375, + -0.07806396484375, + -0.041595458984375, + -0.04888916015625, + -0.0230560302734375, + -0.0186614990234375, + -0.004718780517578125, + 0.0433349609375, + -0.0010318756103515625, + 0.006969451904296875, + 0.01715087890625, + 0.04803466796875, + 0.007183074951171875, + -0.0245513916015625, + 0.032806396484375, + -0.0194091796875, + -0.07421875, + 0.01351165771484375, + 0.00501251220703125, + 0.01088714599609375, + -0.05877685546875, + -0.0212249755859375, + 0.0197296142578125, + 0.017913818359375, + 0.018768310546875, + 0.0100250244140625, + -0.030029296875, + -0.055755615234375, + -0.03497314453125, + 0.056182861328125, + 0.00911712646484375, + 0.0458984375, + 0.015869140625, + -0.00922393798828125, + 0.04803466796875, + -0.057891845703125, + -0.0210113525390625, + 0.00756072998046875, + -0.002735137939453125, + -0.01308441162109375, + 0.05169677734375, + -0.0129241943359375, + -0.014801025390625, + -0.03472900390625, + 0.04376220703125, + 0.03753662109375, + 0.0091705322265625, + -0.054473876953125, + 0.0261688232421875, + 0.029388427734375, + -0.0626220703125, + -0.0274505615234375, + -0.0226287841796875, + -0.0087432861328125, + 0.03216552734375, + -0.036895751953125, + -0.016510009765625, + -0.003231048583984375, + -0.043121337890625, + -0.044403076171875, + -0.02734375, + -0.02960205078125, + -0.03582763671875, + 0.0122222900390625, + 0.056610107421875, + -0.0028820037841796875, + 0.0093841552734375, + 0.0038604736328125, + 0.00933074951171875, + 0.0153350830078125, + 0.0009517669677734375, + -0.02960205078125, + 0.0289459228515625, + -0.0450439453125, + -0.05169677734375, + -0.0215606689453125, + 0.0450439453125, + -0.0201568603515625, + -0.0122222900390625, + -0.0051727294921875, + -0.0057373046875, + 0.04632568359375, + -0.01055908203125, + -0.0170440673828125, + -0.0224151611328125, + -0.034088134765625, + -0.035186767578125, + -0.015869140625, + 0.01050567626953125, + 0.005924224853515625, + -0.00667572021484375, + -0.002452850341796875, + 0.04803466796875, + -0.053192138671875, + 0.038604736328125, + 0.03497314453125, + -0.00766754150390625, + -0.015228271484375, + 0.0042877197265625, + -0.017486572265625, + 0.0261688232421875, + 0.0228424072265625, + -0.017364501953125, + -0.0245513916015625, + -0.07293701171875, + 0.06005859375, + 0.01383209228515625, + 0.0025463104248046875, + -0.007293701171875, + -0.033447265625, + -0.05426025390625, + 0.00325775146484375, + 0.03753662109375, + 0.00458526611328125, + -0.0215606689453125, + -0.0185546875, + 0.01206207275390625, + -0.0166168212890625, + -0.0278778076171875, + 0.004314422607421875, + 0.0178070068359375, + 0.020477294921875, + -0.0234832763671875, + -0.0265960693359375, + 0.040313720703125, + 0.0249786376953125, + 0.020477294921875, + 0.006191253662109375, + 0.03497314453125, + -0.0263824462890625, + 0.0194091796875, + -0.031951904296875, + -0.01061248779296875, + 0.00954437255859375, + 0.00970458984375, + -0.0010118484497070312, + -0.0247650146484375, + -0.0188751220703125, + 0.0184478759765625, + 0.01812744140625, + 0.019195556640625, + -0.01404571533203125, + 0.00986480712890625, + 0.00885009765625, + 0.0017557144165039062, + 0.0802001953125, + -0.02960205078125, + -0.015655517578125, + 0.001956939697265625, + 0.0021572113037109375, + 0.038177490234375, + 0.0287322998046875, + 0.0054168701171875, + -0.01055908203125, + 0.00469207763671875, + 0.06048583984375, + 0.002063751220703125, + -0.030670166015625, + -0.0224151611328125, + 0.026275634765625, + 0.01078033447265625, + 0.06005859375, + 0.03173828125, + 0.051483154296875, + 0.00841522216796875, + -0.0084686279296875, + 0.0131378173828125, + 0.0802001953125, + 0.039886474609375, + -0.030242919921875, + -0.0268096923828125, + 0.015655517578125, + 0.005870819091796875, + -0.0213470458984375, + -0.0379638671875, + 0.0211181640625, + 0.0699462890625, + -0.06304931640625, + -0.01715087890625, + 0.007129669189453125, + 0.01216888427734375, + -0.00777435302734375, + -0.003726959228515625, + -0.0226287841796875, + 0.0276641845703125, + 0.0019702911376953125, + -0.042449951171875, + -0.0076141357421875, + -0.031524658203125, + 0.034088134765625, + 0.0501708984375, + 0.02423095703125, + -0.01163482666015625, + 0.055755615234375, + 0.013671875, + 0.02294921875, + 0.029815673828125, + 0.042236328125, + -0.0009183883666992188, + 0.02960205078125, + 0.0450439453125, + 0.04632568359375, + -0.02166748046875, + -0.00479888916015625, + -0.0008978843688964844, + 0.035614013671875, + 0.036468505859375, + 0.07379150390625, + 0.01216888427734375, + -0.01195526123046875, + -0.01227569580078125, + -0.0433349609375, + 0.01216888427734375, + 0.00458526611328125, + 0.011260986328125, + -0.04095458984375, + -0.038818359375, + 0.0238037109375, + -0.03216552734375, + 0.01898193359375, + -0.004180908203125, + -0.0226287841796875, + -0.043975830078125, + 0.0396728515625, + -0.0164031982421875, + -0.0609130859375, + 0.0027618408203125, + -0.024658203125, + -0.00788116455078125, + -0.049957275390625, + -0.026702880859375, + 0.03387451171875, + -0.0201568603515625, + -0.072509765625, + -0.041595458984375, + 0.040313720703125, + -0.032806396484375, + -0.035400390625, + -0.032379150390625, + -0.0006098747253417969, + -0.01383209228515625, + -0.02691650390625, + -0.05340576171875, + 0.0006937980651855469, + 0.01544189453125, + -0.0287322998046875, + 0.0107269287109375, + -0.008148193359375, + -0.0008144378662109375, + 0.01174163818359375, + -0.004878997802734375, + -0.052978515625, + 0.0278778076171875, + -0.0484619140625, + 0.05255126953125, + -0.0035915374755859375, + 0.0150146484375, + 0.045684814453125, + 0.040313720703125, + 0.0184478759765625, + -0.00286865234375, + -0.0325927734375, + -0.057891845703125, + 0.00015747547149658203, + -0.0009984970092773438, + -0.0178070068359375, + -0.07293701171875, + -0.0009918212890625, + 0.04888916015625, + -0.08489990234375, + -0.002506256103515625, + 0.012115478515625, + -0.0109405517578125, + -0.06903076171875, + 0.0195159912109375, + -0.02734375, + 0.00922393798828125, + 0.07635498046875, + -0.00678253173828125, + 0.0029354095458984375, + -0.016082763671875, + -0.0024127960205078125, + 0.053192138671875, + 0.0164031982421875, + 0.03302001953125, + -0.029815673828125, + 0.0285186767578125, + 0.0161895751953125, + 0.0047454833984375, + 0.02734375, + -0.07635498046875, + -0.006809234619140625, + 0.0245513916015625, + -0.0068359375, + -0.014801025390625, + -0.0222015380859375, + -0.049957275390625, + -0.011474609375, + -0.030029296875, + 0.0263824462890625, + 0.00635528564453125, + 0.0036182403564453125, + -0.044403076171875, + 0.0166168212890625, + 0.01715087890625, + -0.0379638671875, + -0.050628662109375, + -0.043975830078125, + 0.03472900390625, + 0.01393890380859375, + -0.042022705078125, + 0.0213470458984375, + 0.016082763671875, + -0.01340484619140625, + 0.0362548828125, + 0.05340576171875, + -0.043121337890625, + -0.0219879150390625, + -0.0029354095458984375, + 0.0343017578125, + -0.006191253662109375, + -0.01329803466796875, + 0.01287078857421875, + 0.0012731552124023438, + 0.037322998046875, + -0.039031982421875, + 0.058349609375, + 0.040740966796875, + -0.0285186767578125, + -0.046966552734375, + -0.02606201171875, + -0.036041259765625, + 0.0213470458984375, + -0.003993988037109375, + 0.0280914306640625, + 0.0167236328125, + -0.005523681640625, + -0.0819091796875, + 0.039459228515625, + -0.037109375, + 0.023590087890625, + 0.01629638671875, + -0.0082550048828125, + -0.057891845703125, + -0.04290771484375, + -0.0450439453125, + 0.01436614990234375, + -0.033447265625, + 0.0167236328125, + 0.00370025634765625, + 0.00547027587890625, + -0.01104736328125, + -0.00506591796875, + -0.00809478759765625, + 0.0278778076171875, + -0.0036182403564453125, + -0.046539306640625, + 0.035614013671875, + 0.001956939697265625, + 0.021881103515625, + 0.0117950439453125, + -0.0287322998046875, + 0.0060577392578125, + -0.0188751220703125, + -0.02294921875, + -0.0224151611328125, + 0.038818359375, + 0.0694580078125, + -0.016937255859375, + -0.0054168701171875, + -0.023162841796875, + 0.0261688232421875, + 0.005603790283203125, + 0.0006670951843261719, + -0.007022857666015625, + -0.0182342529296875, + -0.019622802734375, + -0.04718017578125, + -0.0501708984375, + -0.0909423828125, + -0.01163482666015625, + -0.038604736328125, + -0.01458740234375, + 0.0234832763671875, + 0.0325927734375, + 0.0180206298828125, + -0.0124359130859375, + 0.042236328125, + -0.01227569580078125, + 0.00148773193359375, + -0.01120758056640625, + 0.03753662109375, + -0.015869140625, + 0.020050048828125, + 0.0010652542114257812, + -0.040740966796875, + 0.014801025390625, + -0.007076263427734375, + 0.0014743804931640625, + -0.006622314453125, + 0.0188751220703125, + -0.03131103515625, + 0.021453857421875, + -0.082763671875, + -0.0170440673828125, + 0.01018524169921875, + 0.0195159912109375, + 0.01007843017578125, + -0.0259552001953125, + 0.036468505859375, + 0.0093841552734375, + -0.06390380859375, + 0.03045654296875, + -0.0178070068359375, + -0.041595458984375, + 0.0190887451171875, + -0.0226287841796875, + 0.0168304443359375, + 0.0190887451171875, + 0.04803466796875, + 0.035614013671875, + 0.049530029296875, + 0.00862884521484375, + -0.0276641845703125, + 0.01088714599609375, + -0.0127105712890625, + 0.02069091796875, + 0.023590087890625, + 0.0035648345947265625, + -0.017913818359375, + 0.021453857421875, + 0.00885009765625, + -0.07208251953125, + 0.0115814208984375, + -0.03131103515625, + -0.052978515625, + 0.0033779144287109375, + 0.058349609375, + 0.0207977294921875, + -0.042694091796875, + 0.032379150390625, + 0.0413818359375, + 0.0157623291015625, + 0.0014410018920898438, + -0.008575439453125, + -0.072509765625, + -0.0178070068359375, + 0.0325927734375, + 0.015228271484375, + -0.04547119140625, + 0.0458984375, + 0.034515380859375, + -0.024017333984375, + -0.006916046142578125, + 0.007183074951171875, + -0.01276397705078125, + 0.03472900390625, + 0.030029296875, + 0.00943756103515625, + -0.0546875, + 0.018768310546875, + 0.03753662109375, + -0.0029888153076171875, + 0.000965118408203125, + -0.00943756103515625, + -0.041595458984375, + 0.0660400390625, + -0.055328369140625, + -0.0023326873779296875, + -0.02069091796875, + 0.07208251953125, + 0.0251922607421875, + -0.034515380859375, + -0.0592041015625, + 0.053192138671875, + 0.0007238388061523438, + -0.002788543701171875, + 0.00954437255859375, + -0.0219879150390625, + -0.01163482666015625, + 0.023162841796875, + 0.0634765625, + 0.006649017333984375, + 0.049957275390625, + -0.0080413818359375, + -0.06048583984375, + 0.0117950439453125, + -0.025848388671875, + 0.016082763671875, + -0.0006198883056640625, + -0.056610107421875, + -0.051055908203125, + -0.06689453125, + 0.04547119140625, + -0.0001399517059326172, + 0.055328369140625, + 0.0238037109375, + 0.002506256103515625, + 0.00667572021484375, + 0.017364501953125, + 0.016082763671875, + 0.056182861328125, + 0.0153350830078125, + -0.000965118408203125, + 0.02337646484375, + 0.0021991729736328125, + 0.0241241455078125, + -0.0626220703125, + 0.0101318359375, + -0.020477294921875, + 0.0004925727844238281, + -0.036041259765625, + 0.0151214599609375, + 0.0007338523864746094, + -0.005279541015625, + -0.01324462890625, + -0.0278778076171875, + -0.01163482666015625, + -0.008148193359375, + -0.056182861328125, + -0.030029296875, + 0.018341064453125, + -0.03753662109375, + -0.01425933837890625, + 0.03497314453125, + -0.0283050537109375, + 0.021881103515625, + -0.04974365234375, + 0.07550048828125, + 0.0253143310546875, + 0.0159759521484375, + 0.001514434814453125, + 0.003204345703125, + 0.0226287841796875, + -0.00841522216796875, + 0.031097412109375, + 0.00412750244140625, + -0.01297760009765625, + 0.035186767578125, + 0.06689453125, + -0.00879669189453125, + -0.0217742919921875, + 0.0291748046875, + 0.002117156982421875, + -0.03839111328125, + 0.0270233154296875, + -0.00018262863159179688, + 0.002010345458984375, + -0.0020236968994140625, + 0.00568389892578125, + -0.00568389892578125, + -0.0184478759765625, + 0.09051513671875, + 0.024017333984375, + -0.00927734375, + 0.0149078369140625, + -0.030670166015625, + 0.04718017578125, + 0.02423095703125, + 0.045684814453125, + -0.057891845703125, + 0.07122802734375, + -0.033660888671875, + -0.00568389892578125, + 0.0045318603515625, + 0.03839111328125, + 0.0009984970092773438, + 0.030670166015625, + -0.0220947265625, + 0.06817626953125, + 0.0501708984375, + -0.042236328125, + -0.05169677734375, + 0.0151214599609375, + 0.0013875961303710938, + 0.03497314453125, + 0.01195526123046875, + -0.055755615234375, + -0.01163482666015625, + 0.0172576904296875, + 0.038177490234375, + 0.07080078125, + -0.0016622543334960938, + 0.0236968994140625, + -0.02606201171875, + -0.02423095703125, + 0.01050567626953125, + 0.01447296142578125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "fraud-investigation", + "mobile-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_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.00145721435546875, + 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_Android_Logical_Imaging", "type": "tool", @@ -111165,7 +100650,7 @@ -0.0098724365234375, -0.01739501953125, 0.044219970703125, - 0.01348876953125, + 0.0134124755859375, -0.004390716552734375, 0.0343017578125, 0.0435791015625, @@ -111256,7 +100741,7 @@ 0.0099945068359375, -0.0169830322265625, -0.0009093284606933594, - -0.000015616416931152344, + -0.000015556812286376953, 0.01373291015625, 0.0256805419921875, -0.0237274169921875, @@ -111771,1063 +101256,11578 @@ } }, { - "id": "tool_Magnet_AXIOM", + "id": "tool_dd", "type": "tool", - "name": "Magnet AXIOM", - "content": "magnet axiom die umfassende digital-investigation-plattform kombiniert akquisition, analyse und reporting in einer integrierten suite für end-to-end-forensik. axiom process sammelt artefakte von über 300 datenquellen: computers, mobile devices, cloud services, iot-geräte. die ki-gestützte artifact- categorization klassifiziert automatisch verdächtige inhalte und reduziert manuelle review-zeit drastisch. besonders wertvoll: internet evidence finder (ief) engine extrahiert web-artefakte aus allen major-browsern, magnet.ai beschleunigt csam-detection, connections-view visualisiert kommunikations-patterns zwischen personen. cloud-forensics-module greifen auf google, microsoft, apple-accounts zu. die parallel-processing-engine analysiert terabytes in stunden statt tagen. advanced-carving rekonstruiert gelöschte multimedia-dateien. timeline-engine korreliert events über alle evidenzen. report-templates generieren gerichtsfeste dokumentation. integration mit axiom cyber für endpoint-response. eine etablierte software für high-volume-ermittlungen mit budget für enterprise-lizenzen. 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", + "name": "dd", + "content": "dd das unix-urgestein 'data duplicator' ist seit 1974 der minimalistische standard für bit-genaue datenträger-kopien. keine gui, keine extras - nur pure zuverlässigkeit. die wichtigsten forensischen parameter: conv=noerror,sync für defekte sektoren, bs=4m für optimale performance, status=progress für fortschrittsanzeige. pipe zu hash-tools für simultane verifizierung: dd if=/dev/sda | tee image.raw | md5sum. die einfachheit ist die stärke: funktioniert auf jedem unix-system ohne installation. vorsicht vor klassischen fehlern: if/of-verwechslung zerstört beweise! dcfldd und dc3dd sind forensische weiterentwicklungen mit eingebauter hash-verifizierung. split-feature für fat32-limits: dd if=/dev/sda | split -b 4g. network-imaging via netcat möglich. der respekt vor dd trennt profis von amateuren - ein falscher parameter vernichtet unwiederbringlich daten. immer noch die basis vieler kommerzieller imaging-tools. command-line 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 incident-response static-investigations data-collection", "embedding": [ - -0.0099334716796875, - 0.041900634765625, - 0.06494140625, - 0.0161285400390625, - 0.03070068359375, - 0.05548095703125, - 0.0222320556640625, - 0.0023975372314453125, - -0.01180267333984375, - -0.01003265380859375, - -0.0070343017578125, - 0.05902099609375, - 0.005901336669921875, - -0.00959014892578125, - -0.06298828125, - 0.03521728515625, - -0.009490966796875, - 0.0231170654296875, - 0.022918701171875, - -0.007427215576171875, - -0.0187835693359375, - 0.00038433074951171875, - -0.05194091796875, - 0.00914764404296875, - 0.01751708984375, - -0.01018524169921875, - -0.038177490234375, - -0.052734375, - -0.0360107421875, - -0.004650115966796875, - 0.00885772705078125, - -0.0157470703125, - -0.0008053779602050781, - 0.00860595703125, - 0.00516510009765625, - -0.01416778564453125, - -0.0017833709716796875, - -0.044464111328125, - -0.0293121337890625, - 0.0161285400390625, - -0.019775390625, - 0.0061492919921875, - 0.036590576171875, - 0.00341796875, - -0.024993896484375, - -0.0305023193359375, - 0.00107574462890625, - -0.00939178466796875, - -0.00341796875, - -0.007526397705078125, - 0.023223876953125, - 0.0283355712890625, - -0.007724761962890625, - 0.00484466552734375, - -0.032073974609375, - 0.02716064453125, - 0.0096435546875, - -0.0299072265625, - -0.053131103515625, - 0.048614501953125, - -0.053924560546875, - -0.00978851318359375, - -0.0114593505859375, - -0.0067901611328125, - 0.00910186767578125, - 0.042510986328125, - -0.00890350341796875, - -0.01505279541015625, - 0.018890380859375, - 0.0038623809814453125, - -0.0012111663818359375, - -0.0079193115234375, - -0.0161285400390625, - 0.037384033203125, - -0.01348114013671875, - -0.03973388671875, - 0.0257720947265625, - 0.0223388671875, - 0.019287109375, - -0.006298065185546875, - -0.04052734375, - -0.0010519027709960938, - 0.029510498046875, - -0.00865936279296875, - -0.045440673828125, - -0.00870513916015625, - 0.0379638671875, - 0.0114593505859375, - -0.0096893310546875, - 0.016326904296875, - 0.0147552490234375, - 0.00782012939453125, - 0.0186004638671875, - -0.01525115966796875, - 0.04998779296875, - 0.053131103515625, - -0.02105712890625, - -0.0085601806640625, - -0.00101470947265625, - 0.0289306640625, - 0.01751708984375, - -0.0350341796875, - 0.05194091796875, - -0.0170135498046875, - 0.035614013671875, - -0.019775390625, - 0.004894256591796875, - -0.0174102783203125, - -0.009490966796875, - -0.0283355712890625, - -0.0999755859375, - -0.019378662109375, - -0.01190185546875, - -0.053924560546875, - 0.00737762451171875, - 0.03778076171875, - -0.0165252685546875, - 0.0379638671875, - -0.06256103515625, - -0.037200927734375, - 0.04150390625, - -0.005092620849609375, - 0.0085601806640625, - -0.0028400421142578125, - -0.037200927734375, - -0.053924560546875, - 0.006000518798828125, - 0.01116943359375, - -0.040740966796875, - -0.0174102783203125, - -0.032257080078125, - -0.0253753662109375, - -0.0085601806640625, - -0.01396942138671875, - 0.00914764404296875, - -0.0269622802734375, - 0.04998779296875, - 0.004871368408203125, - -0.00199127197265625, - 0.0187835693359375, - 0.0369873046875, - -0.00313568115234375, - -0.053131103515625, - -0.0024471282958984375, - -0.058624267578125, - -0.00870513916015625, - -0.0019063949584960938, - 0.06884765625, - -0.041900634765625, - -0.005435943603515625, - -0.006984710693359375, - 0.01465606689453125, - 0.04052734375, - 0.0098876953125, - 0.020751953125, - -0.04290771484375, - 0.0114593505859375, - -0.038177490234375, - 0.021148681640625, - 0.0013093948364257812, - -0.0015192031860351562, - 0.013671875, - 0.0020294189453125, - 0.0360107421875, - -0.022430419921875, - -0.04998779296875, - -0.0244903564453125, - 0.01525115966796875, - 0.01259613037109375, - -0.0203704833984375, - 0.019378662109375, - -0.01116943359375, - 0.06414794921875, - 0.06964111328125, - -0.002532958984375, - 0.013580322265625, - 0.010772705078125, - -0.0046234130859375, - 0.0283355712890625, - 0.00492095947265625, - 0.001697540283203125, - -0.0191802978515625, - 0.0248870849609375, - 0.0168304443359375, - 0.0121002197265625, - 0.0006794929504394531, - -0.01751708984375, - 0.015350341796875, - -0.034423828125, - 0.031494140625, - -0.03167724609375, - -0.02557373046875, - -0.02557373046875, - 0.0263671875, - 0.033050537109375, - 0.07440185546875, - 0.0263671875, - -0.0223388671875, - 0.035797119140625, - 0.0062713623046875, - 0.03167724609375, - 0.030303955078125, - 0.01593017578125, - 0.04229736328125, - 0.012786865234375, - 0.0129852294921875, - 0.00528717041015625, - 0.03936767578125, - 0.0178985595703125, - -0.02911376953125, - 0.00649261474609375, - 0.045654296875, - -0.0090484619140625, - -0.007083892822265625, - -0.03167724609375, - -0.00811767578125, - 0.0162353515625, - -0.0169219970703125, - -0.012542724609375, - 0.0099334716796875, - 0.009246826171875, - -0.0546875, - -0.0221405029296875, - 0.00939178466796875, - -0.007724761962890625, - 0.00934600830078125, - 0.0209503173828125, - -0.029510498046875, - -0.0186004638671875, - 0.00821685791015625, - 0.034820556640625, - 0.034637451171875, - -0.01180267333984375, - 0.017120361328125, - -0.0029144287109375, - -0.006298065185546875, - 0.038177490234375, - 0.013671875, - 0.047607421875, - 0.0012731552124023438, - 0.00023365020751953125, - 0.02056884765625, - -0.0186004638671875, - 0.0301055908203125, - 0.0265655517578125, - -0.0187835693359375, - 0.0038127899169921875, - 0.004550933837890625, - 0.03521728515625, - 0.0491943359375, - -0.05706787109375, - -0.013580322265625, - -0.07476806640625, - 0.013671875, - -0.07989501953125, - -0.0546875, - -0.019378662109375, - -0.04290771484375, - 0.06060791015625, - -0.03619384765625, - -0.028533935546875, - 0.0032215118408203125, - 0.014068603515625, - 0.0261688232421875, - 0.0430908203125, - -0.0053863525390625, - -0.037200927734375, - 0.005657196044921875, - 0.04840087890625, - 0.0178070068359375, - 0.0038623809814453125, - -0.0028285980224609375, - 0.0212554931640625, - -0.011260986328125, - 0.015838623046875, - -0.02716064453125, - 0.021942138671875, - 0.043670654296875, - 0.049591064453125, - 0.0098419189453125, - -0.0243988037109375, - 0.01244354248046875, - -0.00496673583984375, - 0.0186920166015625, - -0.040130615234375, - 0.0017337799072265625, - 0.005313873291015625, - 0.00460052490234375, - 0.0248870849609375, - -0.072021484375, - 0.0187835693359375, - 0.052337646484375, - 0.0203704833984375, - 0.014556884765625, - 0.0018939971923828125, - -0.0293121337890625, - 0.00713348388671875, - -0.00005650520324707031, - -0.011016845703125, - 0.0213470458984375, - 0.04937744140625, - -0.032073974609375, - 0.0186920166015625, - -0.01018524169921875, - 0.0067901611328125, - -0.0440673828125, - -0.044677734375, - -0.0217437744140625, - -0.013671875, - -0.046844482421875, - -0.0289306640625, - 0.0172119140625, - -0.03619384765625, - 0.0008425712585449219, - -0.0178070068359375, - 0.025970458984375, - -0.023223876953125, - -0.06494140625, - -0.0142669677734375, - -0.0063934326171875, - -0.037200927734375, - -0.0182037353515625, - 0.05706787109375, - 0.00492095947265625, - 0.008758544921875, - 0.00811767578125, - -0.007770538330078125, - -0.052734375, - -0.002410888671875, - -0.004451751708984375, - 0.0161285400390625, - -0.0369873046875, - 0.04742431640625, - 0.01171112060546875, - 0.021942138671875, - 0.0186004638671875, - 0.044281005859375, - 0.03619384765625, - -0.01018524169921875, - 0.001598358154296875, - -0.0070343017578125, - -0.0022258758544921875, - 0.043670654296875, - -0.032470703125, - -0.017120361328125, - 0.0031108856201171875, - -0.0209503173828125, - 0.02911376953125, - 0.028533935546875, - 0.01259613037109375, - 0.0186004638671875, - -0.0161285400390625, - 0.00978851318359375, - 0.061004638671875, - 0.0004611015319824219, - 0.09405517578125, - -0.0105743408203125, - -0.06768798828125, - -0.002643585205078125, - 0.0287322998046875, - -0.01436614990234375, - -0.00954437255859375, - 0.0293121337890625, - -0.01751708984375, - 0.005584716796875, - 0.014068603515625, - -0.009490966796875, - 0.040130615234375, - 0.006443023681640625, - -0.009490966796875, - 0.0199737548828125, - -0.0283355712890625, - 0.0305023193359375, - 0.0162353515625, - 0.01348114013671875, - 0.0240020751953125, - 0.021636962890625, - -0.04132080078125, - -0.00237274169921875, - -0.044464111328125, - -0.06732177734375, - 0.005950927734375, - 0.041900634765625, - 0.0279388427734375, - 0.045440673828125, - -0.01042938232421875, - -0.0665283203125, - -0.00452423095703125, - -0.0223388671875, - 0.08343505859375, - 0.042510986328125, - -0.007724761962890625, - 0.027740478515625, - -0.0019683837890625, - 0.0213470458984375, - 0.016326904296875, - 0.017608642578125, - 0.0156402587890625, - 0.045440673828125, - 0.049591064453125, - -0.0005812644958496094, - -0.0151519775390625, - 0.0235137939453125, - 0.0235137939453125, - 0.0103759765625, - 0.006221771240234375, - 0.0037384033203125, - 0.006984710693359375, - 0.0543212890625, - -0.02459716796875, - 0.05548095703125, - 0.032470703125, - -0.015350341796875, - 0.004550933837890625, - -0.029510498046875, - 0.0161285400390625, - -0.03167724609375, - 0.01151275634765625, - -0.0010824203491210938, - 0.0222320556640625, - 0.03875732421875, - 0.0164337158203125, - -0.06805419921875, - -0.00043654441833496094, - 0.052734375, - -0.06573486328125, - 0.01244354248046875, - 0.021148681640625, - -0.0162353515625, - 0.02716064453125, - 0.012786865234375, - -0.04150390625, - 0.027740478515625, - -0.0218353271484375, - -0.03936767578125, - 0.019378662109375, - 0.04583740234375, - -0.029510498046875, - -0.023223876953125, - -0.04229736328125, - -0.0169219970703125, - 0.0142669677734375, - -0.006641387939453125, - 0.043670654296875, - -0.013671875, - -0.0047454833984375, - 0.01268768310546875, - 0.03857421875, - 0.005313873291015625, - -0.02716064453125, - 0.05706787109375, - -0.0129852294921875, - -0.034637451171875, - 0.0369873046875, - 0.01396942138671875, - 0.01062774658203125, - -0.05902099609375, - -0.0178070068359375, - 0.0162353515625, - 0.0164337158203125, - 0.0062713623046875, - -0.00484466552734375, - -0.04840087890625, - -0.04388427734375, - -0.04937744140625, - 0.0360107421875, - 0.0081634521484375, - 0.04150390625, - -0.0170135498046875, - -0.06964111328125, - 0.042694091796875, - -0.043670654296875, - -0.019775390625, - -0.0221405029296875, - 0.0161285400390625, - -0.0308990478515625, - 0.062164306640625, - -0.008758544921875, - -0.0174102783203125, - -0.00974273681640625, - 0.05706787109375, - 0.007328033447265625, - -0.0133819580078125, - -0.06494140625, - 0.03973388671875, - 0.033447265625, - -0.06732177734375, - -0.0161285400390625, - -0.00496673583984375, - -0.01180267333984375, - 0.033447265625, - -0.053924560546875, - -0.0103759765625, - 0.0257720947265625, - -0.08935546875, - -0.025970458984375, - -0.032470703125, - -0.020263671875, - -0.024993896484375, - 0.004573822021484375, - 0.035797119140625, - -0.0186004638671875, - 0.0269622802734375, - 0.00870513916015625, - -0.01151275634765625, - 0.040130615234375, - 0.0204620361328125, - -0.017608642578125, - 0.02716064453125, - -0.06805419921875, - -0.022430419921875, - -0.0014200210571289062, - 0.01465606689453125, - -0.012298583984375, - -0.020751953125, - 0.00787353515625, - -0.0305023193359375, - 0.036590576171875, - -0.0251922607421875, - -0.00998687744140625, - 0.00263214111328125, - -0.043670654296875, - -0.0421142578125, - -0.0005316734313964844, - 0.040740966796875, - 0.0310821533203125, - -0.002681732177734375, - 0.00737762451171875, - 0.059417724609375, - -0.0653076171875, - 0.032867431640625, - 0.0103759765625, - 0.00408172607421875, - -0.0233154296875, - 0.01190185546875, - -0.004352569580078125, - 0.004573822021484375, - 0.01544952392578125, - -0.0116119384765625, - -0.0269622802734375, - -0.051544189453125, - 0.023223876953125, - 0.0072784423828125, - 0.0213470458984375, - -0.04052734375, - -0.050384521484375, - -0.0684814453125, - -0.00605010986328125, - 0.041717529296875, - 0.02911376953125, - 0.01751708984375, - -0.049774169921875, - -0.012054443359375, - -0.006740570068359375, - -0.01800537109375, - 0.0308990478515625, - -0.006076812744140625, - 0.0157470703125, - 0.028533935546875, - -0.047821044921875, - 0.002593994140625, - 0.00757598876953125, - 0.034423828125, - 0.029510498046875, - 0.041717529296875, - -0.034027099609375, - 0.0227203369140625, - -0.0230255126953125, - -0.0261688232421875, - 0.0172119140625, - 0.0035915374755859375, - 0.013580322265625, - -0.03955078125, - -0.0028533935546875, - 0.00821685791015625, - 0.0016603469848632812, - 0.02154541015625, - 0.002803802490234375, - 0.0008301734924316406, - 0.00910186767578125, - 0.002483367919921875, - 0.031494140625, - -0.01505279541015625, - -0.047210693359375, - -0.0013284683227539062, - -0.0165252685546875, - 0.03680419921875, - 0.045440673828125, - -0.01155853271484375, - -0.03778076171875, - 0.0227203369140625, - 0.0174102783203125, - -0.003566741943359375, - -0.03857421875, - -0.030303955078125, - 0.037200927734375, - 0.00811767578125, - 0.0501708984375, - 0.0052642822265625, - 0.0897216796875, - -0.01593017578125, - 0.0008177757263183594, - 0.0301055908203125, - 0.049591064453125, - 0.02813720703125, - -0.0062713623046875, - -0.033050537109375, - -0.0011377334594726562, - -0.0067901611328125, - -0.04327392578125, - -0.0360107421875, - 0.0013523101806640625, - 0.0450439453125, - -0.073974609375, - -0.01244354248046875, - -0.0031719207763671875, - -0.01308441162109375, - -0.005855560302734375, - 0.015350341796875, - -0.004253387451171875, - 0.020263671875, - 0.014556884765625, - -0.02410888671875, - -0.0112152099609375, - -0.031280517578125, - 0.015838623046875, - 0.0301055908203125, - 0.044281005859375, - 0.006740570068359375, + 0.0002942085266113281, + 0.03173828125, 0.01800537109375, - 0.007770538330078125, - 0.0186920166015625, - 0.032867431640625, - 0.06768798828125, - 0.0251922607421875, - -0.00237274169921875, - 0.0482177734375, - 0.07635498046875, - -0.0169219970703125, - -0.04034423828125, - 0.0174102783203125, - 0.0178070068359375, - 0.0450439453125, - 0.062164306640625, - -0.0107269287109375, - 0.0056304931640625, - -0.0005869865417480469, - -0.0430908203125, - 0.007526397705078125, - -0.00841522216796875, - -0.025970458984375, - -0.0218353271484375, - -0.058624267578125, - 0.021453857421875, - -0.0614013671875, - 0.0265655517578125, - 0.0034427642822265625, - -0.0279388427734375, - -0.0096435546875, - 0.0283355712890625, - -0.01446533203125, - -0.043670654296875, - 0.00572967529296875, - 0.00890350341796875, - -0.0147552490234375, - -0.021636962890625, - -0.0261688232421875, - 0.038970947265625, - -0.01446533203125, - -0.05706787109375, - -0.0052642822265625, - 0.04132080078125, - -0.01268768310546875, - -0.04742431640625, - -0.012542724609375, - 0.0160369873046875, - -0.01107025146484375, - -0.0491943359375, - -0.04327392578125, - -0.03857421875, - 0.0208587646484375, - -0.032073974609375, - -0.0016603469848632812, - -0.030303955078125, - -0.0263671875, - -0.01175689697265625, - -0.020263671875, - -0.0094451904296875, - 0.032257080078125, - -0.043670654296875, - 0.04132080078125, - 0.013671875, - 0.02410888671875, - 0.034027099609375, - 0.06298828125, - -0.007526397705078125, - 0.00351715087890625, - -0.04327392578125, - -0.0511474609375, - 0.017120361328125, - 0.00846099853515625, - 0.0018320083618164062, - -0.05548095703125, - -0.006591796875, - 0.06414794921875, - -0.0830078125, - 0.0129852294921875, - 0.0297088623046875, - 0.0015621185302734375, - -0.04742431640625, - 0.010528564453125, - 0.00669097900390625, - 0.0079193115234375, - 0.07318115234375, - -0.0162353515625, - -0.0318603515625, - 0.0026569366455078125, - -0.01131439208984375, - 0.052337646484375, - 0.025970458984375, - 0.005855560302734375, - -0.04840087890625, - 0.0305023193359375, - 0.00782012939453125, - -0.019683837890625, - -0.0172119140625, - -0.0897216796875, - -0.004474639892578125, - 0.032470703125, - -0.01308441162109375, - 0.0020542144775390625, - -0.0174102783203125, - -0.034820556640625, - -0.0032711029052734375, - -0.037384033203125, - 0.0169219970703125, - 0.01067352294921875, - 0.0191802978515625, - -0.0411376953125, - -0.034820556640625, - -0.00914764404296875, - -0.061798095703125, - -0.030303955078125, - -0.012298583984375, - 0.021942138671875, - -0.0038623809814453125, - -0.0360107421875, - 0.01190185546875, - 0.013580322265625, - 0.00998687744140625, - -0.017120361328125, - 0.05352783203125, - -0.03619384765625, - -0.0031108856201171875, - 0.0007410049438476562, - 0.021636962890625, - -0.01131439208984375, - 0.004550933837890625, - 0.005756378173828125, - 0.00693511962890625, - 0.0301055908203125, - -0.047210693359375, - 0.022918701171875, - 0.038177490234375, - -0.037567138671875, - -0.046844482421875, - -0.033050537109375, - -0.0172119140625, - 0.036407470703125, - -0.03875732421875, - 0.046051025390625, - -0.012298583984375, - 0.00826263427734375, - -0.10546875, - 0.057861328125, - -0.01849365234375, - 0.0293121337890625, - 0.0275421142578125, - -0.0369873046875, - -0.0665283203125, - -0.03424072265625, - -0.037384033203125, - 0.012786865234375, - -0.007965087890625, - 0.026763916015625, - 0.013580322265625, - -0.0020542144775390625, - 0.0234222412109375, - -0.014068603515625, - -0.0030498504638671875, - 0.0665283203125, - 0.00910186767578125, - -0.0190887451171875, - 0.06964111328125, - -0.047210693359375, - -0.00713348388671875, - 0.0020542144775390625, - -0.005657196044921875, - 0.004131317138671875, - 0.0029888153076171875, - -0.013580322265625, - 0.010772705078125, - 0.0491943359375, - 0.04229736328125, - -0.035797119140625, - 0.00494384765625, - 0.01003265380859375, - 0.00811767578125, - -0.004673004150390625, - -0.01751708984375, - 0.0090484619140625, - -0.0070343017578125, - -0.031280517578125, - -0.0167236328125, - -0.047821044921875, - -0.1290283203125, - 0.0021266937255859375, - -0.048004150390625, - -0.0182037353515625, - 0.006591796875, - 0.0253753662109375, - -0.006591796875, - -0.0450439453125, - 0.029510498046875, - -0.001567840576171875, - -0.00811767578125, - -0.0116119384765625, - 0.0187835693359375, - -0.0360107421875, - 0.053131103515625, - -0.007625579833984375, - -0.060211181640625, - 0.012786865234375, - -0.0238037109375, - 0.0090484619140625, - -0.0247955322265625, - 0.003787994384765625, - -0.03521728515625, - 0.042510986328125, - -0.0665283203125, - -0.017608642578125, - 0.005828857421875, - 0.03424072265625, - 0.01136016845703125, - -0.01215362548828125, - 0.0614013671875, - -0.021148681640625, - -0.0543212890625, - 0.021942138671875, - -0.0279388427734375, - -0.0293121337890625, - 0.0151519775390625, - -0.005779266357421875, - 0.01396942138671875, - 0.0200653076171875, - 0.0440673828125, - 0.0251922607421875, - 0.03778076171875, - 0.022430419921875, - -0.0244903564453125, - 0.001377105712890625, - -0.0308990478515625, - 0.0015249252319335938, - 0.034027099609375, - -0.0013036727905273438, - -0.0164337158203125, - 0.019866943359375, - 0.0147552490234375, - -0.10467529296875, - -0.015350341796875, - -0.021942138671875, - -0.0614013671875, - 0.01348114013671875, - 0.07794189453125, - 0.0310821533203125, - -0.0008115768432617188, - 0.026763916015625, - 0.048614501953125, - 0.025970458984375, - 0.024993896484375, - -0.02252197265625, - -0.0723876953125, - -0.012298583984375, - 0.02716064453125, - 0.0240020751953125, - -0.045257568359375, - 0.057861328125, - 0.07122802734375, - -0.0279388427734375, - -0.0204620361328125, - 0.018096923828125, - 0.00482177734375, - 0.03070068359375, - 0.01328277587890625, - 0.040130615234375, - -0.033050537109375, - 0.012786865234375, - 0.033660888671875, - 0.0168304443359375, - -0.00801849365234375, - -0.0350341796875, - -0.0243988037109375, - 0.0546875, - -0.0421142578125, - 0.0005750656127929688, - -0.01175689697265625, - 0.06451416015625, - 0.01505279541015625, - -0.036590576171875, - -0.03424072265625, - 0.046051025390625, - 0.007770538330078125, - -0.00846099853515625, - 0.0279388427734375, - 0.009002685546875, - -0.007427215576171875, - 0.03326416015625, - 0.04486083984375, - 0.024200439453125, - 0.038177490234375, - 0.006885528564453125, - -0.035430908203125, - 0.0293121337890625, - -0.0022754669189453125, - 0.027740478515625, - -0.0129852294921875, - -0.02813720703125, - -0.0227203369140625, - -0.047027587890625, - 0.04840087890625, - 0.006076812744140625, - 0.024688720703125, - 0.0305023193359375, - 0.001377105712890625, - -0.0162353515625, - 0.00415802001953125, - 0.005115509033203125, - 0.0297088623046875, - 0.0178070068359375, - -0.00022602081298828125, - 0.0173187255859375, - 0.01003265380859375, - 0.011016845703125, - -0.02716064453125, - 0.03857421875, - 0.005115509033203125, - -0.009490966796875, - -0.04998779296875, - 0.01495361328125, - 0.005313873291015625, - -0.0156402587890625, - -0.00010377168655395508, - -0.024993896484375, - 0.006591796875, - -0.031494140625, - -0.0501708984375, - 0.011016845703125, - 0.033843994140625, - -0.0221405029296875, - 0.0133819580078125, - 0.03857421875, - -0.016632080078125, - 0.00383758544921875, - -0.046630859375, - 0.0787353515625, - 0.00617218017578125, - 0.0265655517578125, - -0.0162353515625, - 0.05706787109375, - 0.0247955322265625, - 0.02911376953125, - -0.0034427642822265625, - 0.0182037353515625, - 0.00022602081298828125, - 0.0543212890625, + -0.0095062255859375, + 0.043792724609375, + 0.039703369140625, + 0.004779815673828125, + 0.0115966796875, + 0.01456451416015625, + 0.015777587890625, + -0.0243072509765625, 0.05194091796875, - -0.017608642578125, - -0.041717529296875, - 0.031280517578125, - 0.034820556640625, - -0.042694091796875, - 0.0263671875, - 0.003936767578125, - 0.003086090087890625, - 0.006641387939453125, - -0.001094818115234375, - -0.0101318359375, - -0.0440673828125, - 0.047607421875, - 0.0350341796875, - 0.00560760498046875, - 0.038360595703125, - -0.07476806640625, - 0.030303955078125, - 0.004207611083984375, - 0.053924560546875, - -0.0283355712890625, - 0.062164306640625, - -0.0200653076171875, - 0.005435943603515625, - -0.0101318359375, - -0.0098876953125, - 0.01446533203125, - 0.0269622802734375, - -0.0003459453582763672, - 0.0562744140625, - 0.0118560791015625, - -0.0209503173828125, - -0.059814453125, - -0.01318359375, - 0.020172119140625, - 0.0090484619140625, - 0.03955078125, - -0.0350341796875, - -0.00649261474609375, - 0.0160369873046875, + 0.0009160041809082031, + -0.0127105712890625, + -0.039520263671875, + 0.030059814453125, + -0.0150299072265625, + -0.007793426513671875, + -0.0013799667358398438, + 0.01308441162109375, + -0.0093231201171875, + 0.000881195068359375, + -0.06048583984375, + 0.0103912353515625, + -0.0078887939453125, + -0.004894256591796875, + -0.03619384765625, + -0.08905029296875, + -0.004222869873046875, + 0.007843017578125, + -0.0178070068359375, + -0.02032470703125, + 0.0171661376953125, + 0.0367431640625, + -0.00171661376953125, + -0.0281982421875, + -0.0010499954223632812, + -0.043792724609375, + -0.01113128662109375, + 0.041015625, + -0.0269012451171875, + 0.005008697509765625, + 0.0270843505859375, + -0.02264404296875, + -0.0114593505859375, + -0.0244903564453125, + 0.016510009765625, + -0.047515869140625, + 0.0008525848388671875, + -0.04119873046875, + 0.0308074951171875, + 0.038421630859375, + 0.0185546875, + -0.0125274658203125, + -0.0460205078125, + 0.020416259765625, + 0.04656982421875, + -0.00890350341796875, + -0.033966064453125, + 0.049346923828125, + -0.037841796875, + -0.00024509429931640625, + -0.01335906982421875, + -0.025054931640625, + -0.0069580078125, + -0.00031304359436035156, + -0.0274658203125, + -0.0293121337890625, + 0.013824462890625, + 0.01837158203125, + 0.00960540771484375, + -0.01438140869140625, + -0.002285003662109375, + 0.018096923828125, + -0.0201263427734375, + -0.043792724609375, + 0.019012451171875, + 0.0269012451171875, + -0.0069122314453125, + -0.004058837890625, + -0.06756591796875, + 0.006725311279296875, + 0.018280029296875, + -0.01308441162109375, + -0.006633758544921875, + 0.013824462890625, + 0.0413818359375, + 0.00142669677734375, + -0.0011949539184570312, + -0.006725311279296875, + 0.01206207275390625, + -0.019012451171875, + 0.00965118408203125, + -0.025604248046875, + 0.03802490234375, + 0.048248291015625, + -0.005008697509765625, + 0.00142669677734375, + 0.0201263427734375, + 0.032470703125, + 0.022735595703125, + -0.020599365234375, + 0.05157470703125, + -0.003177642822265625, + 0.05975341796875, + -0.0181884765625, + 0.005031585693359375, + 0.030242919921875, + -0.02801513671875, + -0.019012451171875, + -0.07757568359375, + -0.0218963623046875, + -0.021148681640625, + -0.058624267578125, + -0.0016813278198242188, + -0.023193359375, + -0.02801513671875, + 0.04620361328125, + -0.03173828125, + -0.025054931640625, + 0.0010499954223632812, + 0.0150299072265625, + 0.0017747879028320312, + 0.0024585723876953125, + -0.053070068359375, + -0.04266357421875, + -0.004940032958984375, + 0.0024471282958984375, + -0.04193115234375, + -0.035797119140625, + -0.015869140625, + -0.0267181396484375, + -0.0274658203125, + -0.02783203125, + 0.00394439697265625, + -0.025787353515625, + 0.043243408203125, + 0.005611419677734375, + -0.0201263427734375, + -0.01428985595703125, + 0.035247802734375, + -0.034881591796875, + -0.052703857421875, + 0.025054931640625, + -0.01354217529296875, + -0.0020294189453125, + -0.0181884765625, + 0.033599853515625, + -0.034881591796875, + -0.0178070068359375, + 0.0175323486328125, + 0.0285797119140625, + 0.047119140625, + -0.01010894775390625, + 0.00853729248046875, + -0.03338623046875, + 0.0016813278198242188, + 0.006122589111328125, + 0.0311737060546875, + -0.0035724639892578125, + -0.025421142578125, + 0.018463134765625, + -0.00858306884765625, + 0.039520263671875, + -0.01099395751953125, + -0.047515869140625, + -0.03619384765625, + -0.006725311279296875, + 0.009002685546875, + 0.00396728515625, + 0.03338623046875, + -0.01354217529296875, + 0.057525634765625, + 0.07904052734375, + 0.023101806640625, + 0.016693115234375, + 0.0017862319946289062, + 0.018829345703125, + 0.0152130126953125, + 0.0285797119140625, + -0.0169830322265625, + -0.02764892578125, + 0.0265350341796875, + -0.007190704345703125, + 0.004291534423828125, + -0.0169830322265625, + -0.0128936767578125, + -0.0005102157592773438, + -0.041015625, + 0.04656982421875, + -0.0270843505859375, + 0.0003695487976074219, + 0.006679534912109375, + 0.0214385986328125, + -0.0092315673828125, + 0.053070068359375, + 0.025970458984375, + -0.0095062255859375, + 0.0406494140625, + -0.0000030994415283203125, + 0.0127105712890625, + -0.004547119140625, + 0.0033626556396484375, + 0.044158935546875, + 0.018463134765625, + -0.0013399124145507812, + -0.007099151611328125, + 0.05157470703125, + 0.038787841796875, + -0.04583740234375, + 0.0008115768432617188, + 0.02783203125, + 0.000980377197265625, + -0.035797119140625, + -0.044891357421875, + -0.01177978515625, + 0.0106658935546875, + -0.00531005859375, + -0.00457000732421875, + -0.025787353515625, + -0.01224517822265625, + -0.042877197265625, + 0.0221710205078125, + 0.0176239013671875, + -0.029876708984375, + 0.053802490234375, + 0.0125274658203125, + -0.0308074951171875, + -0.04974365234375, + 0.0224456787109375, + 0.02783203125, + 0.030426025390625, + -0.01605224609375, + 0.00867462158203125, + 0.0018901824951171875, + -0.0166015625, + 0.038421630859375, + 0.020599365234375, + 0.01206207275390625, + 0.00399017333984375, + -0.038604736328125, + 0.02783203125, + -0.02069091796875, + 0.029876708984375, + 0.006725311279296875, + -0.043975830078125, + 0.0007104873657226562, + 0.0205078125, + 0.0202178955078125, + 0.02032470703125, + -0.05194091796875, + -0.00890350341796875, + -0.0731201171875, + -0.00568389892578125, + -0.044525146484375, + -0.00524139404296875, + -0.05010986328125, + -0.03338623046875, + 0.07159423828125, + -0.025604248046875, + -0.0270843505859375, + 0.0079803466796875, + 0.0265350341796875, + -0.0285797119140625, + 0.03265380859375, + 0.0216217041015625, + -0.05047607421875, + 0.0270843505859375, + 0.07647705078125, + -0.0189208984375, + -0.005706787109375, + -0.035247802734375, + 0.01837158203125, + -0.0024127960205078125, + 0.03802490234375, + -0.036376953125, + -0.01117706298828125, + 0.0003769397735595703, + 0.016510009765625, + 0.005588531494140625, + -0.040069580078125, + -0.013916015625, + -0.010528564453125, + 0.030059814453125, + -0.0374755859375, + -0.007190704345703125, + 0.005451202392578125, + 0.01006317138671875, + -0.0267181396484375, + -0.07086181640625, + 0.0235595703125, 0.039154052734375, + 0.013641357421875, + -0.0000019669532775878906, + 0.01206207275390625, + -0.043243408203125, + 0.00510406494140625, + -0.0007829666137695312, + -0.007701873779296875, + 0.0197601318359375, + 0.0283966064453125, + -0.020782470703125, + 0.0093231201171875, + -0.0002796649932861328, + 0.000858306884765625, + -0.0224456787109375, + -0.0328369140625, + -0.039886474609375, + -0.020965576171875, + -0.025604248046875, + -0.02801513671875, + -0.0038738250732421875, + -0.04156494140625, + 0.00572967529296875, + -0.007099151611328125, + -0.0083465576171875, + -0.0127105712890625, + -0.040069580078125, + 0.013824462890625, + -0.03173828125, + -0.057891845703125, + -0.0261688232421875, + 0.02801513671875, + -0.0166015625, + -0.0038509368896484375, + -0.01419830322265625, + 0.0001232624053955078, + -0.023101806640625, + -0.0021343231201171875, + -0.023101806640625, + 0.0467529296875, + 0.016693115234375, + 0.053070068359375, + 0.0421142578125, + 0.0281982421875, + 0.02301025390625, + 0.0552978515625, + 0.018463134765625, + -0.007843017578125, + -0.006076812744140625, + -0.01465606689453125, + 0.0328369140625, + 0.030426025390625, + -0.0291290283203125, + -0.0216217041015625, + 0.0093231201171875, + -0.0189208984375, + 0.0267181396484375, + 0.0309906005859375, + 0.02069091796875, + 0.01605224609375, + -0.05902099609375, + -0.0015659332275390625, + 0.0291290283203125, + 0.0151214599609375, + 0.08612060546875, + -0.0149383544921875, + -0.04119873046875, + 0.003757476806640625, + 0.029510498046875, + 0.0003712177276611328, + -0.005031585693359375, + 0.03619384765625, + -0.0016813278198242188, + -0.0004639625549316406, + 0.038970947265625, + 0.0193939208984375, + 0.0192108154296875, + 0.0150299072265625, + -0.00283050537109375, + 0.006866455078125, + 0.003803253173828125, + 0.00751495361328125, + 0.056793212890625, + 0.0261688232421875, + 0.018463134765625, + 0.024871826171875, + -0.0287628173828125, + -0.0178070068359375, + -0.021148681640625, + -0.06939697265625, + 0.005428314208984375, + 0.043426513671875, + 0.01081085205078125, + 0.034698486328125, + -0.01641845703125, + -0.0645751953125, + 0.0003769397735595703, + -0.05120849609375, + 0.07275390625, + 0.038787841796875, + 0.0034332275390625, + 0.025787353515625, + -0.004337310791015625, + 0.0192108154296875, + 0.038787841796875, + -0.006725311279296875, + 0.030059814453125, + 0.025970458984375, + 0.0237579345703125, + 0.0002275705337524414, + -0.037109375, + 0.036376953125, + 0.041748046875, + 0.018463134765625, + 0.009368896484375, + 0.0214385986328125, + -0.006679534912109375, + -0.00649261474609375, + -0.047119140625, + 0.0293121337890625, + 0.0265350341796875, + -0.0225372314453125, + 0.023651123046875, + 0.00591278076171875, + 0.007099151611328125, + -0.034698486328125, + -0.011505126953125, + 0.004940032958984375, + 0.004779815673828125, + 0.0311737060546875, + 0.0274658203125, + -0.05120849609375, + -0.005054473876953125, + 0.047882080078125, + -0.05084228515625, + 0.0189208984375, + 0.004985809326171875, + -0.03656005859375, + 0.03302001953125, + -0.0116424560546875, + -0.0823974609375, + -0.0045928955078125, + -0.025421142578125, + -0.056793212890625, + 0.0181884765625, + 0.056793212890625, + -0.06121826171875, + -0.0285797119140625, + -0.054168701171875, + -0.0223541259765625, + -0.0293121337890625, + -0.0287628173828125, + 0.0413818359375, + 0.0079803466796875, + -0.01605224609375, + 0.02764892578125, + 0.052337646484375, + 0.01345062255859375, + -0.0024242401123046875, + 0.0321044921875, + -0.020416259765625, + -0.072021484375, + 0.0308074951171875, + -0.003803253173828125, + -0.0185546875, + -0.0195770263671875, + -0.025054931640625, + -0.0079345703125, + 0.0102081298828125, + 0.01428985595703125, + 0.0116424560546875, + -0.06719970703125, + -0.034515380859375, + -0.0413818359375, + 0.0270843505859375, + -0.0091400146484375, + 0.0289459228515625, + 0.0235595703125, + -0.043609619140625, + 0.0221710205078125, + -0.049346923828125, + -0.052703857421875, + 0.010345458984375, + -0.0032939910888671875, + -0.030059814453125, + 0.0653076171875, + -0.05120849609375, + 0.01206207275390625, + -0.034332275390625, + 0.03765869140625, + 0.0166015625, + -0.013641357421875, + -0.0289459228515625, + 0.03192138671875, + 0.0313720703125, + -0.03692626953125, + -0.025421142578125, + -0.0413818359375, + -0.0038967132568359375, + 0.03692626953125, + -0.04547119140625, + -0.0169830322265625, + -0.009368896484375, + -0.07049560546875, + -0.05084228515625, + -0.005611419677734375, + -0.03302001953125, + -0.0243072509765625, + 0.01113128662109375, + 0.0545654296875, + 0.006168365478515625, + 0.02264404296875, + 0.01558685302734375, + 0.01233673095703125, + 0.0270843505859375, + -0.0175323486328125, + 0.002040863037109375, + 0.018463134765625, + -0.0556640625, + -0.049346923828125, + -0.016326904296875, + 0.053802490234375, + -0.029510498046875, + -0.0237579345703125, + 0.01006317138671875, + -0.0289459228515625, + 0.030059814453125, + -0.045074462890625, + 0.0016698837280273438, + -0.0263519287109375, + -0.01558685302734375, + -0.04693603515625, + -0.034881591796875, + 0.0115509033203125, + 0.0018787384033203125, + -0.013641357421875, + 0.0104827880859375, + 0.0176239013671875, + -0.04119873046875, + 0.056793212890625, + 0.0149383544921875, + 0.006587982177734375, + -0.006866455078125, + 0.005359649658203125, + 0.0035495758056640625, + 0.0093231201171875, + 0.03302001953125, + -0.01419830322265625, + -0.0094146728515625, + -0.06793212890625, + 0.025787353515625, + -0.0166015625, + -0.0021457672119140625, + -0.0095062255859375, + -0.0289459228515625, + -0.06939697265625, + 0.0237579345703125, + 0.0293121337890625, + 0.01103973388671875, + 0.001728057861328125, + -0.0269012451171875, + -0.00881195068359375, + -0.0217132568359375, + -0.01326751708984375, + 0.037841796875, + -0.0192108154296875, + 0.03692626953125, + 0.004199981689453125, + -0.038238525390625, + 0.030609130859375, + 0.0208740234375, + 0.0012464523315429688, + 0.0151214599609375, + -0.007793426513671875, + -0.044708251953125, + 0.015869140625, + -0.02783203125, + -0.03692626953125, + -0.006587982177734375, + -0.023193359375, + 0.0116424560546875, + -0.0281982421875, + -0.018096923828125, + 0.040252685546875, + 0.0128021240234375, + 0.04119873046875, + 0.0019254684448242188, + -0.0147552490234375, + 0.0081634521484375, + -0.0082550048828125, + 0.072021484375, + -0.03265380859375, + -0.0374755859375, + 0.01438140869140625, + -0.0081634521484375, + 0.043060302734375, + 0.04248046875, + 0.0013914108276367188, + -0.0228271484375, + -0.01141357421875, + 0.045654296875, + -0.037841796875, + -0.0267181396484375, + -0.0222625732421875, + 0.0200347900390625, + 0.0113677978515625, + 0.056793212890625, + 0.0191192626953125, + 0.06121826171875, + -0.0006089210510253906, + 0.003246307373046875, + 0.040435791015625, + 0.05010986328125, + 0.038604736328125, + -0.022918701171875, + -0.047882080078125, + -0.0004813671112060547, + 0.018646240234375, + -0.03228759765625, + -0.045074462890625, + 0.00412750244140625, + 0.047119140625, + -0.0552978515625, + -0.0191192626953125, + 0.00876617431640625, + -0.018646240234375, + 0.0171661376953125, + 0.034698486328125, + 0.0018558502197265625, + 0.03192138671875, + -0.030609130859375, + -0.045654296875, + -0.0189208984375, + -0.02337646484375, + 0.034332275390625, + 0.06085205078125, + 0.03765869140625, + 0.0082550048828125, + 0.039520263671875, + 0.0045013427734375, + 0.0117340087890625, + 0.0413818359375, + 0.029693603515625, + 0.01447296142578125, + 0.034881591796875, + 0.030426025390625, + 0.054168701171875, + -0.030242919921875, + -0.01549530029296875, + 0.0191192626953125, + 0.0261688232421875, + 0.06121826171875, + 0.07086181640625, + 0.004779815673828125, + 0.013916015625, + -0.01001739501953125, + -0.03338623046875, + -0.02032470703125, + 0.006866455078125, + 0.001983642578125, + -0.048614501953125, + -0.018463134765625, + 0.0020294189453125, + -0.030609130859375, + 0.053802490234375, + 0.029510498046875, + -0.0285797119140625, + -0.00640106201171875, + 0.0178985595703125, + 0.00635528564453125, + -0.0421142578125, + 0.007144927978515625, + -0.02801513671875, + -0.01224517822265625, + -0.04193115234375, + -0.006122589111328125, + 0.0217132568359375, + -0.03729248046875, + -0.0631103515625, + -0.034332275390625, + 0.038238525390625, + -0.01103973388671875, + -0.0241241455078125, + -0.0421142578125, + -0.003154754638671875, + -0.018646240234375, + -0.047882080078125, + -0.035064697265625, + 0.0015659332275390625, + 0.00988006591796875, + -0.0225372314453125, + 0.025970458984375, + -0.0218963623046875, + -0.034881591796875, + -0.0197601318359375, + -0.0125274658203125, + -0.034698486328125, + 0.04193115234375, + -0.044891357421875, + 0.048248291015625, + 0.0289459228515625, + 0.016693115234375, + 0.0360107421875, + 0.061614990234375, + -0.02801513671875, + 0.0036411285400390625, + -0.0167999267578125, + -0.062744140625, + 0.022918701171875, + -0.00635528564453125, + 0.005451202392578125, + -0.062744140625, + 0.002643585205078125, + 0.025970458984375, + -0.061981201171875, + 0.02801513671875, + -0.0151214599609375, + -0.0019254684448242188, + -0.03155517578125, + -0.0080718994140625, + 0.0003247261047363281, + 0.0009565353393554688, + 0.08758544921875, + 0.0069580078125, + -0.0198516845703125, + -0.030609130859375, + -0.018096923828125, + 0.04974365234375, + 0.02728271484375, + 0.040435791015625, + -0.039703369140625, + 0.029510498046875, + 0.00470733642578125, + -0.0289459228515625, + 0.01001739501953125, + -0.07867431640625, + 0.0172576904296875, + 0.04193115234375, + 0.0115966796875, + -0.040252685546875, + -0.03265380859375, + -0.033599853515625, + -0.01456451416015625, + -0.05194091796875, + 0.039337158203125, + 0.0185546875, + -0.0006842613220214844, + -0.044891357421875, + 0.0018444061279296875, + -0.0147552490234375, + -0.05084228515625, + -0.032470703125, + -0.056793212890625, + 0.03173828125, + 0.004940032958984375, + -0.045654296875, + 0.044158935546875, + 0.0095062255859375, + -0.008026123046875, + 0.00867462158203125, + 0.040435791015625, + -0.032470703125, + -0.00872039794921875, + -0.018280029296875, + 0.04229736328125, + -0.0009860992431640625, + 0.00396728515625, + -0.0010957717895507812, + 0.005031585693359375, + 0.039520263671875, + -0.01540374755859375, + 0.07122802734375, + 0.01113128662109375, + -0.010162353515625, + -0.054168701171875, + -0.022918701171875, + -0.00830078125, + 0.0241241455078125, + -0.0189208984375, + 0.05194091796875, + 0.0195770263671875, + -0.005542755126953125, + -0.109130859375, + 0.06121826171875, + -0.030242919921875, + 0.039337158203125, + 0.01438140869140625, + 0.00858306884765625, + -0.039337158203125, + -0.034515380859375, + -0.0115966796875, + 0.0360107421875, + -0.010162353515625, + 0.029876708984375, + -0.0005826950073242188, + 0.0010204315185546875, + 0.0009450912475585938, + -0.044158935546875, + 0.0127105712890625, + 0.0560302734375, + 0.022735595703125, + -0.0128936767578125, + 0.04156494140625, + -0.0291290283203125, + 0.0173492431640625, + 0.004360198974609375, + -0.0019369125366210938, + 0.0285797119140625, + 0.00890350341796875, + -0.0269012451171875, + -0.01094818115234375, + 0.0170745849609375, + 0.044708251953125, + 0.002956390380859375, + 0.0167999267578125, + -0.0225372314453125, + 0.01094818115234375, + -0.0035247802734375, + -0.0173492431640625, + 0.01177978515625, + -0.007793426513671875, + -0.00417327880859375, + -0.0291290283203125, + -0.06719970703125, + -0.0931396484375, + -0.0010671615600585938, + -0.02301025390625, + -0.033599853515625, + -0.0002608299255371094, + 0.0309906005859375, + 0.0082550048828125, + -0.02337646484375, + 0.0222625732421875, + 0.00635528564453125, + -0.01326751708984375, + -0.0285797119140625, + 0.030426025390625, + -0.039520263671875, + 0.03656005859375, + -0.0018901824951171875, + -0.057159423828125, + 0.040435791015625, + -0.00577545166015625, + 0.0225372314453125, + -0.00862884521484375, + -0.00347900390625, + -0.0285797119140625, + 0.0241241455078125, + -0.06976318359375, + -0.003688812255859375, + 0.0191192626953125, + 0.034881591796875, + 0.01641845703125, + -0.05047607421875, + 0.037109375, + -0.00582122802734375, + -0.047882080078125, + 0.02801513671875, + -0.035797119140625, + -0.0311737060546875, + 0.01099395751953125, + -0.00894927978515625, + 0.00018334388732910156, + 0.01335906982421875, + 0.01873779296875, + 0.04119873046875, + 0.04229736328125, + -0.01043701171875, + -0.038604736328125, + -0.00742340087890625, + -0.0175323486328125, + -0.006633758544921875, + 0.0285797119140625, + 0.030059814453125, + -0.004638671875, + -0.004199981689453125, + -0.005706787109375, + -0.109130859375, + -0.0126190185546875, + -0.038238525390625, + -0.03302001953125, + -0.00992584228515625, + 0.09423828125, + 0.04656982421875, + 0.0102081298828125, + 0.00765228271484375, + 0.08648681640625, + 0.003780364990234375, + 0.00287628173828125, + 0.0014495849609375, + -0.057891845703125, + -0.01224517822265625, + -0.007328033447265625, + 0.003780364990234375, + -0.0660400390625, + 0.030059814453125, + 0.0660400390625, + -0.025787353515625, + -0.0034332275390625, + -0.007282257080078125, + -0.0005826950073242188, + 0.0199432373046875, + 0.029876708984375, + 0.00881195068359375, + -0.061981201171875, + 0.006168365478515625, + 0.022735595703125, + -0.0046844482421875, + 0.007328033447265625, + 0.0005478858947753906, + -0.0169830322265625, + 0.048980712890625, + -0.0638427734375, + -0.029876708984375, + 0.00872039794921875, + 0.08203125, + 0.0095062255859375, + -0.043975830078125, + -0.0460205078125, + 0.06939697265625, + 0.024871826171875, + -0.0068206787109375, + 0.016510009765625, + -0.00965118408203125, + -0.033966064453125, + 0.0287628173828125, + 0.06085205078125, + -0.0150299072265625, + 0.03302001953125, + 0.00955963134765625, + -0.056793212890625, + 0.02728271484375, + -0.047882080078125, + 0.0197601318359375, + -0.00765228271484375, + -0.041015625, + -0.018646240234375, + -0.07086181640625, + 0.043060302734375, + 0.02301025390625, + 0.021331787109375, + 0.048248291015625, + 0.009002685546875, + 0.00021457672119140625, + -0.00751495361328125, + 0.045074462890625, + 0.03729248046875, + 0.0269012451171875, + -0.01113128662109375, + -0.00760650634765625, + 0.0102996826171875, + 0.00988006591796875, + -0.034332275390625, + 0.0267181396484375, + -0.0265350341796875, + 0.010528564453125, + -0.054168701171875, + 0.0106658935546875, + 0.00345611572265625, + -0.0467529296875, + -0.004199981689453125, + -0.025421142578125, + 0.01568603515625, + -0.015960693359375, + -0.035430908203125, + 0.0095062255859375, + 0.035430908203125, + 0.003757476806640625, + 0.0129852294921875, + 0.018646240234375, + -0.0094146728515625, + 0.0024814605712890625, + -0.05902099609375, + 0.0753173828125, + 0.0202178955078125, + 0.01373291015625, + -0.0082550048828125, + 0.020416259765625, + -0.002262115478515625, + 0.00765228271484375, + 0.062347412109375, + 0.00992584228515625, + -0.0638427734375, + 0.041748046875, + 0.04193115234375, + 0.03155517578125, + -0.040435791015625, + 0.0178070068359375, + 0.019012451171875, + -0.0308074951171875, + 0.0308074951171875, + 0.0239410400390625, + 0.0199432373046875, + 0.0178985595703125, + 0.01419830322265625, + -0.0265350341796875, + -0.04583740234375, + 0.040435791015625, + 0.00200653076171875, + 0.0265350341796875, + 0.0556640625, + -0.0237579345703125, + 0.047882080078125, + -0.0009975433349609375, + 0.04266357421875, + -0.03302001953125, + 0.0545654296875, + -0.01197052001953125, + 0.0189208984375, + 0.003734588623046875, + -0.006122589111328125, + -0.0199432373046875, + 0.002864837646484375, + -0.00974273681640625, + 0.084228515625, + 0.030426025390625, + -0.0170745849609375, + -0.047119140625, + -0.0147552490234375, + -0.021148681640625, + -0.0170745849609375, + 0.030609130859375, + -0.05047607421875, + -0.033203125, + 0.040069580078125, + 0.048980712890625, + 0.061614990234375, + -0.0153045654296875, + 0.039154052734375, + -0.0035953521728515625, + -0.00965118408203125, + 0.0018320083618164062, + -0.0194854736328125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "command-line", + "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" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Guymager", + "type": "tool", + "name": "Guymager", + "content": "guymager das schlanke linux-imaging-tool maximiert performance durch intelligentes multi-threading und optimierte i/o-operationen. die qt-basierte gui macht forensisches imaging auch für linux-neulinge zugänglich. gleichzeitiges schreiben mehrerer formate (raw + ewf) ohne performance-verlust. die eingebaute fifo-architektur ermöglicht pipe-operationen für netzwerk-imaging. besonders geschätzt: automatische badblock-erkennung mit detailliertem logging, simultane hash-berechnung (md5, sha1, sha256), fortschrittsbalken mit zeitschätzung. die clone-funktion dupliziert datenträger direkt. hpa/dco-erkennung warnt vor versteckten bereichen. unterstützt usb-write- blocker für zusätzliche sicherheit. die performance übertrifft oft kommerzielle tools bei gleicher zuverlässigkeit. debian-pakete vereinfachen installation. der niedrige ressourcen-verbrauch erlaubt imaging auf älteren systemen. logging im detail-level konfigurierbar für verschiedene compliance-anforderungen. 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.01059722900390625, + 0.0181732177734375, + 0.06024169921875, + -0.0263824462890625, + 0.04364013671875, + 0.042999267578125, + 0.00930023193359375, + 0.012725830078125, + -0.00170135498046875, + 0.0240020751953125, + -0.0274200439453125, + 0.04986572265625, + 0.0079498291015625, + -0.0309600830078125, + -0.047576904296875, + 0.0565185546875, + -0.0355224609375, + -0.004180908203125, + 0.0225372314453125, + -0.0003018379211425781, + -0.00930023193359375, + -0.03033447265625, + -0.062744140625, + 0.00763702392578125, + 0.0026874542236328125, + -0.002506256103515625, + -0.01776123046875, + -0.06646728515625, + -0.001766204833984375, + 0.0189056396484375, + 0.005584716796875, + -0.005374908447265625, + 0.012359619140625, + 0.0288848876953125, + 0.0178680419921875, + -0.0250396728515625, + -0.0166168212890625, + -0.04425048828125, + -0.0199432373046875, + 0.06439208984375, + -0.0101318359375, + -0.0016422271728515625, + 0.00029540061950683594, + -0.0272216796875, + -0.02264404296875, + -0.033447265625, + 0.00732421875, + -0.029083251953125, + -0.009918212890625, + -0.03033447265625, + -0.0011491775512695312, + 0.0299224853515625, + 0.00997161865234375, + -0.015167236328125, + -0.0288848876953125, + 0.03179931640625, + 0.01303863525390625, + -0.032196044921875, + -0.0229644775390625, + 0.057769775390625, + -0.0309600830078125, + -0.00799560546875, + -0.0297088623046875, + -0.02679443359375, + 0.00257110595703125, + 0.046966552734375, + -0.0005326271057128906, + -0.0146484375, + 0.01200103759765625, + 0.00130462646484375, + 0.0036106109619140625, + -0.0176544189453125, + -0.0035572052001953125, + 0.035308837890625, + -0.035125732421875, + -0.044677734375, + 0.00882720947265625, + 0.02679443359375, + 0.0034027099609375, + -0.01085662841796875, + -0.05194091796875, + 0.005401611328125, + 0.01953125, + 0.003765106201171875, + -0.0186004638671875, + 0.011322021484375, + 0.0257568359375, + -0.00960540771484375, + 0.0018825531005859375, + 0.00170135498046875, + 0.01776123046875, + 0.0082550048828125, + 0.006595611572265625, + -0.0299224853515625, + 0.01267242431640625, + 0.0535888671875, + -0.017242431640625, + -0.00971221923828125, + 0.00037169456481933594, + 0.0220184326171875, + 0.0246124267578125, + -0.0173492431640625, + 0.0286712646484375, + 0.0307464599609375, + 0.03302001953125, + -0.0240936279296875, + 0.01126861572265625, + 0.020050048828125, + -0.0253448486328125, + -0.036346435546875, + -0.101806640625, + -0.0240020751953125, + -0.027008056640625, + -0.058990478515625, + 0.0018825531005859375, + 0.0121002197265625, + -0.04156494140625, + 0.027008056640625, + -0.04840087890625, + -0.03240966796875, + -0.004364013671875, + 0.01548004150390625, + 0.0021419525146484375, + 0.00955963134765625, + -0.043426513671875, + -0.0677490234375, + -0.003894805908203125, + 0.0265960693359375, + -0.04779052734375, + -0.01433563232421875, + -0.015899658203125, + -0.018798828125, + -0.0284576416015625, + -0.01548004150390625, + 0.00945281982421875, + -0.035308837890625, + 0.0181732177734375, + 0.0044403076171875, + -0.01251983642578125, + 0.005115509033203125, + 0.039886474609375, + -0.01116943359375, + -0.0535888671875, + 0.01007843017578125, + -0.0178680419921875, + -0.00804901123046875, + -0.02337646484375, + 0.04278564453125, + -0.025238037109375, + -0.01422882080078125, + -0.00815582275390625, + 0.0114288330078125, + 0.0635986328125, + -0.0018053054809570312, + 0.027008056640625, + -0.023895263671875, + 0.0106964111328125, + -0.0173492431640625, + 0.0199432373046875, + -0.0100250244140625, + -0.02337646484375, + 0.0191192626953125, + -0.002117156982421875, + 0.040313720703125, + -0.02130126953125, + -0.054443359375, + -0.019317626953125, + -0.006259918212890625, + 0.00508880615234375, + 0.010284423828125, + 0.0186004638671875, + -0.0008311271667480469, + 0.07440185546875, + 0.057769775390625, + 0.023681640625, + 0.026275634765625, + 0.01641845703125, + 0.0234832763671875, + 0.020263671875, + 0.0159912109375, + -0.0091400146484375, + -0.032196044921875, + 0.01324462890625, + -0.0031299591064453125, + 0.02471923828125, + -0.004261016845703125, + -0.01361083984375, + 0.0007467269897460938, + -0.03302001953125, + 0.027008056640625, + -0.04071044921875, + -0.01444244384765625, + -0.01537322998046875, + 0.0286712646484375, + -0.002544403076171875, + 0.0509033203125, + 0.04156494140625, + -0.0126190185546875, + 0.0157928466796875, + -0.0079498291015625, + 0.0086212158203125, + 0.059844970703125, + -0.026275634765625, + 0.03387451171875, + 0.004596710205078125, + -0.004364013671875, + 0.0026092529296875, + 0.0369873046875, + 0.0355224609375, + -0.050079345703125, + -0.00960540771484375, + 0.041748046875, + 0.01329803466796875, + -0.036163330078125, + -0.01277923583984375, + -0.035308837890625, + 0.0124664306640625, + -0.009918212890625, + -0.014129638671875, + 0.00856781005859375, + -0.0140228271484375, + -0.044036865234375, + 0.01059722900390625, + 0.0299224853515625, + -0.0186004638671875, + 0.03179931640625, + 0.002597808837890625, + -0.02679443359375, + -0.061492919921875, + 0.04052734375, + 0.01474761962890625, + 0.03948974609375, + -0.00244140625, + 0.00423431396484375, + -0.00919342041015625, + -0.0170440673828125, + 0.0201568603515625, + 0.03656005859375, + 0.021820068359375, + 0.0227508544921875, + -0.01953125, + 0.0211944580078125, + -0.02825927734375, + 0.03759765625, + 0.0297088623046875, + 0.00553131103515625, + -0.00152587890625, + -0.0009412765502929688, + 0.0299224853515625, + 0.0313720703125, + -0.04736328125, + -0.0225372314453125, + -0.0843505859375, + -0.0272216796875, + -0.05133056640625, + -0.01226043701171875, + -0.0159912109375, + -0.0438232421875, + 0.062744140625, + -0.04010009765625, + -0.04571533203125, + 0.01392364501953125, + 0.0284576416015625, + -0.0175628662109375, + 0.048004150390625, + -0.0105438232421875, + -0.034088134765625, + 0.01361083984375, + 0.07562255859375, + 0.0031948089599609375, + -0.00981903076171875, + -0.031585693359375, + 0.0121002197265625, + 0.0018310546875, + 0.033447265625, + -0.029296875, + 0.01422882080078125, + 0.0180816650390625, + 0.01953125, + 0.013397216796875, + -0.0237884521484375, + 0.01122283935546875, + -0.020050048828125, + 0.026275634765625, + -0.0313720703125, + -0.005741119384765625, + 0.007843017578125, + 0.00649261474609375, + -0.0178680419921875, + -0.0718994140625, + 0.01111602783203125, + 0.056915283203125, + -0.00852203369140625, + -0.00334930419921875, + 0.010650634765625, + -0.046539306640625, + 0.03302001953125, + -0.007167816162109375, + 0.005039215087890625, + 0.0288848876953125, + 0.0328369140625, + -0.0278472900390625, + 0.043212890625, + -0.0178680419921875, + 0.004985809326171875, + -0.0126190185546875, + -0.0278472900390625, + -0.006855010986328125, + -0.0030517578125, + -0.03240966796875, + -0.01548004150390625, + -0.0174560546875, + -0.040313720703125, + -0.0105438232421875, + -0.005558013916015625, + 0.0005550384521484375, + -0.0467529296875, + -0.0565185546875, + 0.00475311279296875, + -0.03448486328125, + -0.05401611328125, + -0.020782470703125, + 0.050079345703125, + 0.002025604248046875, + 0.0001493692398071289, + -0.022125244140625, + -0.0229644775390625, + -0.02337646484375, + 0.003143310546875, + -0.01381683349609375, + 0.0235748291015625, + -0.00727081298828125, + 0.05859375, + 0.02679443359375, + 0.0272216796875, + 0.019744873046875, + 0.0313720703125, + 0.030548095703125, + -0.027008056640625, + -0.032196044921875, + -0.004364013671875, + 0.0309600830078125, + 0.0355224609375, + -0.01422882080078125, + -0.0237884521484375, + -0.0016880035400390625, + -0.0284576416015625, + 0.007843017578125, + 0.0174560546875, + 0.02191162109375, + 0.034698486328125, + -0.0313720703125, + 0.0081024169921875, + 0.050689697265625, + -0.004283905029296875, + 0.09722900390625, + 0.006595611572265625, + -0.04779052734375, + 0.025238037109375, + 0.035308837890625, + 0.01033782958984375, + -0.004726409912109375, + 0.0369873046875, + 0.00457000732421875, + 0.0183868408203125, + 0.031158447265625, + 0.0061798095703125, + 0.02825927734375, + 0.0000941157341003418, + -0.0168304443359375, + 0.009246826171875, + 0.0121002197265625, + 0.0089874267578125, + 0.045501708984375, + 0.0250396728515625, + 0.0180816650390625, + 0.006961822509765625, + -0.0248260498046875, + 0.006259918212890625, + -0.041748046875, + -0.057769775390625, + -0.01548004150390625, + 0.04052734375, + 0.0263824462890625, + 0.034271240234375, + -0.029083251953125, + -0.041351318359375, + 0.030120849609375, + -0.045928955078125, + 0.065673828125, + 0.03656005859375, + 0.005298614501953125, + 0.038238525390625, + -0.00872802734375, + 0.009246826171875, + 0.028045654296875, + 0.0098724365234375, + 0.037200927734375, + 0.038421630859375, + 0.032196044921875, + -0.00919342041015625, + -0.0196380615234375, + 0.0294952392578125, + 0.054840087890625, + 0.0260772705078125, + 0.0272216796875, + 0.01059722900390625, + 0.0163116455078125, + 0.010955810546875, + -0.02056884765625, + 0.044677734375, + 0.058990478515625, + 0.0025196075439453125, + 0.04217529296875, + 0.01174163818359375, + 0.0037403106689453125, + -0.059417724609375, + 0.0211944580078125, + 0.0103912353515625, + -0.003894805908203125, + 0.046112060546875, + 0.01433563232421875, + -0.0565185546875, + 0.01137542724609375, + 0.050079345703125, + -0.0855712890625, + 0.03759765625, + -0.005428314208984375, + -0.0248260498046875, + 0.016510009765625, + -0.003635406494140625, + -0.059417724609375, + 0.007480621337890625, + -0.032196044921875, + -0.054840087890625, + 0.0026226043701171875, + 0.016510009765625, + -0.0276336669921875, + -0.038421630859375, + -0.034088134765625, + -0.007114410400390625, + -0.021820068359375, + -0.0126190185546875, + 0.054443359375, + 0.0232696533203125, + -0.0030002593994140625, + 0.00908660888671875, + 0.044677734375, + 0.00273895263671875, + -0.0124664306640625, + 0.059844970703125, + -0.030548095703125, + -0.045074462890625, + 0.0328369140625, + 0.01496124267578125, + 0.00397491455078125, + -0.026275634765625, + -0.0145416259765625, + -0.01392364501953125, + 0.0160980224609375, + 0.0128326416015625, + 0.006000518798828125, + -0.050079345703125, + -0.01277923583984375, + -0.047576904296875, + 0.05255126953125, + -0.0191192626953125, + 0.019744873046875, + 0.01174163818359375, + -0.037811279296875, + 0.0390625, + -0.0299224853515625, + -0.02056884765625, + -0.0014934539794921875, + 0.0014476776123046875, + -0.00852203369140625, + 0.05401611328125, + -0.0355224609375, + -0.003154754638671875, + -0.02545166015625, + 0.04052734375, + 0.0232696533203125, + -0.006259918212890625, + -0.0191192626953125, + 0.031158447265625, + 0.027008056640625, + -0.0535888671875, + 0.00475311279296875, + -0.0157928466796875, + -0.004283905029296875, + 0.03759765625, + -0.0396728515625, + -0.01474761962890625, + 0.0032596588134765625, + -0.0467529296875, + -0.02825927734375, + -0.033660888671875, + -0.0274200439453125, + -0.016510009765625, + 0.0146484375, + 0.05133056640625, + 0.0036106109619140625, + -0.0007076263427734375, + 0.00904083251953125, + 0.0209808349609375, + -0.0014734268188476562, + 0.0030651092529296875, + -0.02337646484375, + 0.03448486328125, + -0.07061767578125, + -0.044677734375, + -0.01496124267578125, + 0.01392364501953125, + -0.0217132568359375, + -0.017974853515625, + 0.01023101806640625, + -0.025970458984375, + 0.044464111328125, + -0.06109619140625, + 0.005039215087890625, + -0.04052734375, + -0.0174560546875, + -0.0234832763671875, + -0.039276123046875, + 0.0229644775390625, + 0.01189422607421875, + 0.0155792236328125, + -0.0026226043701171875, + 0.00893402099609375, + -0.05609130859375, + 0.04156494140625, + 0.022857666015625, + 0.0178680419921875, + -0.0286712646484375, + -0.01220703125, + 0.0286712646484375, + 0.015167236328125, + 0.05859375, + -0.034088134765625, + -0.046966552734375, + -0.0677490234375, + 0.025146484375, + -0.00960540771484375, + -0.016937255859375, + -0.0160980224609375, + -0.04779052734375, + -0.065673828125, + 0.01111602783203125, + 0.0294952392578125, + 0.0237884521484375, + 0.0013570785522460938, + -0.0255584716796875, + -0.0009088516235351562, + -0.00605010986328125, + -0.021820068359375, + 0.0255584716796875, + -0.0171356201171875, + 0.01241302490234375, + -0.0025196075439453125, + -0.042999267578125, + 0.0299224853515625, + 0.0174560546875, + 0.034088134765625, + 0.04052734375, + 0.031158447265625, + -0.04425048828125, + 0.004596710205078125, + -0.0163116455078125, + -0.0146484375, + 0.0030765533447265625, + -0.03033447265625, + 0.004364013671875, + -0.031982421875, + -0.018280029296875, + 0.017242431640625, + 0.0313720703125, + 0.03594970703125, + -0.007167816162109375, + -0.005870819091796875, + -0.0049591064453125, + 0.00353240966796875, + 0.06982421875, + -0.011688232421875, + -0.034698486328125, + 0.01983642578125, + -0.002155303955078125, + 0.05047607421875, + 0.023681640625, + 0.0124664306640625, + -0.0240936279296875, + 0.0181732177734375, + 0.029083251953125, + -0.0211944580078125, + -0.0313720703125, + -0.0264892578125, + 0.01241302490234375, + 0.0272216796875, + 0.07025146484375, + 0.005634307861328125, + 0.0810546875, + -0.005504608154296875, + -0.0174560546875, + 0.038848876953125, + 0.0718994140625, + 0.018798828125, + -0.042999267578125, + -0.0452880859375, + 0.00205230712890625, + 0.0129852294921875, + -0.034912109375, + -0.0225372314453125, + 0.0176544189453125, + 0.06689453125, + -0.065673828125, + -0.04425048828125, + -0.017974853515625, + -0.0119476318359375, + 0.014129638671875, + 0.0224456787109375, + -0.01074981689453125, + 0.035125732421875, + 0.0066986083984375, + -0.0229644775390625, + -0.01023101806640625, + -0.0307464599609375, + 0.016204833984375, + 0.05816650390625, + 0.01230621337890625, + -0.007740020751953125, + 0.024200439453125, + 0.00527191162109375, + 0.0021820068359375, + 0.03240966796875, + 0.06817626953125, + 0.01485443115234375, + 0.004985809326171875, + 0.038848876953125, + 0.0452880859375, + -0.03387451171875, + -0.0105438232421875, + 0.0103912353515625, + 0.036163330078125, + 0.055267333984375, + 0.061492919921875, + 0.00997161865234375, + 0.00893402099609375, + -0.0025577545166015625, + -0.051727294921875, + -0.01329803466796875, + 0.0034809112548828125, + -0.0103912353515625, + -0.039276123046875, + -0.033447265625, + 0.028045654296875, + -0.044677734375, + 0.04071044921875, + 0.01329803466796875, + -0.0274200439453125, + -0.018798828125, + 0.0225372314453125, + 0.0086212158203125, + -0.021087646484375, + 0.0093994140625, + -0.034271240234375, + -0.03448486328125, + -0.043426513671875, + -0.0091400146484375, + 0.018798828125, + -0.0186920166015625, + -0.061492919921875, + -0.01496124267578125, + 0.034271240234375, + -0.018280029296875, + -0.04632568359375, + -0.031982421875, + -0.0066986083984375, + -0.03448486328125, + -0.0648193359375, + -0.033447265625, + -0.0121002197265625, + 0.00431060791015625, + -0.027008056640625, + 0.0309600830078125, + -0.0206756591796875, + -0.02825927734375, + -0.01849365234375, + -0.01033782958984375, + -0.052154541015625, + 0.0204620361328125, + -0.054443359375, + 0.04156494140625, + 0.0017404556274414062, + 0.0248260498046875, + 0.0217132568359375, + 0.07232666015625, + -0.01049041748046875, + 0.007114410400390625, + 0.0004513263702392578, + -0.05255126953125, + 0.0265960693359375, + 0.0049591064453125, + 0.0220184326171875, + -0.06939697265625, + 0.00327301025390625, + 0.038848876953125, + -0.0718994140625, + 0.01074981689453125, + 0.0070648193359375, + 0.005893707275390625, + -0.029083251953125, + 0.007740020751953125, + 0.007114410400390625, + 0.0237884521484375, + 0.06817626953125, + 0.0157928466796875, + -0.01422882080078125, + -0.0278472900390625, + -0.024932861328125, + 0.055694580078125, + 0.0278472900390625, + 0.0163116455078125, + -0.0216064453125, + 0.00882720947265625, + -0.0109100341796875, + -0.0103912353515625, + 0.01422882080078125, + -0.06982421875, + -0.01277923583984375, + 0.04425048828125, + 0.0098724365234375, + -0.0274200439453125, + -0.025970458984375, + -0.05859375, + -0.00701141357421875, + -0.054840087890625, + 0.010650634765625, + 0.01226043701171875, + 0.006649017333984375, + -0.045928955078125, + 0.004364013671875, + 0.01148223876953125, + -0.050689697265625, + -0.0276336669921875, + -0.0263824462890625, + 0.02191162109375, + -0.004856109619140625, + -0.047149658203125, + 0.0216064453125, + 0.01474761962890625, + -0.01277923583984375, + 0.02264404296875, + 0.05029296875, + -0.0204620361328125, + 0.0106964111328125, + -0.01849365234375, + 0.0606689453125, + 0.0030651092529296875, + -0.007843017578125, + -0.0299224853515625, + 0.0222320556640625, + 0.010955810546875, + -0.0229644775390625, + 0.041351318359375, + 0.036346435546875, + -0.039886474609375, + -0.041748046875, + -0.06317138671875, + -0.00519561767578125, + 0.0081024169921875, + -0.01303863525390625, + 0.054840087890625, + 0.01371002197265625, + -0.00701141357421875, + -0.09722900390625, + 0.05609130859375, + -0.0246124267578125, + 0.0274200439453125, + 0.00753021240234375, + -0.002285003662109375, + -0.048187255859375, + -0.048614501953125, + -0.050079345703125, + 0.019012451171875, + -0.029296875, + 0.0222320556640625, + 0.00501251220703125, + 0.0189056396484375, + 0.004283905029296875, + -0.042999267578125, + 0.019012451171875, + 0.049041748046875, + 0.01148223876953125, + -0.004520416259765625, + 0.0565185546875, + -0.015167236328125, + 0.004802703857421875, + -0.00830841064453125, + -0.006000518798828125, + 0.010284423828125, + 0.01007843017578125, + -0.01485443115234375, + 0.004779815673828125, + 0.0263824462890625, + 0.049041748046875, + -0.0246124267578125, + 0.0022602081298828125, + -0.01122283935546875, + 0.0155792236328125, + 0.0082550048828125, + -0.0276336669921875, + 0.0015974044799804688, + -0.0109100341796875, + -0.0135040283203125, + -0.028045654296875, + -0.0523681640625, + -0.079345703125, + 0.0018434524536132812, + -0.0232696533203125, + -0.051513671875, + 0.012359619140625, + 0.047576904296875, + -0.001239776611328125, + -0.032196044921875, + 0.03179931640625, + -0.026275634765625, + 0.00091552734375, + -0.0278472900390625, + 0.0276336669921875, + 0.0020904541015625, + 0.045501708984375, + 0.01049041748046875, + -0.049224853515625, + 0.00882720947265625, + -0.0288848876953125, + 0.01126861572265625, + -0.0183868408203125, + -0.00623321533203125, + -0.041351318359375, + 0.03448486328125, + -0.08062744140625, + -0.008209228515625, + 0.04071044921875, + 0.009765625, + -0.01329803466796875, + -0.044677734375, + 0.0452880859375, + -0.0036106109619140625, + -0.0250396728515625, + 0.026275634765625, + -0.01474761962890625, + -0.046966552734375, + 0.041748046875, + -0.0288848876953125, + 0.00882720947265625, + 0.0021686553955078125, + 0.043426513671875, + 0.0246124267578125, + 0.0635986328125, + -0.0007305145263671875, + -0.0369873046875, + 0.01392364501953125, + -0.0038700103759765625, + 0.01953125, + 0.030120849609375, + 0.038421630859375, + -0.0208740234375, + 0.006153106689453125, + 0.01329803466796875, + -0.0997314453125, + -0.044464111328125, + -0.0199432373046875, + -0.03594970703125, + -0.0159912109375, + 0.0751953125, + 0.0309600830078125, + 0.005374908447265625, + 0.01329803466796875, + 0.046539306640625, + 0.026275634765625, + 0.004207611083984375, + -0.01100921630859375, + -0.049224853515625, + -0.02618408203125, + 0.0105438232421875, + 0.02130126953125, + -0.0731201171875, + 0.043212890625, + 0.06231689453125, + -0.01953125, + -0.03302001953125, + -0.00571441650390625, + 0.00836181640625, + 0.078125, + -0.00020122528076171875, + -0.0011234283447265625, + -0.06024169921875, + 0.033447265625, + 0.03302001953125, + -0.01444244384765625, + -0.0140228271484375, + -0.02679443359375, + -0.019744873046875, + 0.031158447265625, + -0.0772705078125, + -0.0095062255859375, + 0.00836181640625, + 0.07562255859375, + 0.011688232421875, + -0.04156494140625, + -0.034271240234375, + 0.02825927734375, + 0.0284576416015625, + -0.02056884765625, + -0.00019800662994384766, + 0.0075836181640625, + -0.03802490234375, + 0.006908416748046875, + 0.0535888671875, + -0.0313720703125, + 0.031158447265625, + 0.0098724365234375, + -0.048828125, + 0.0096588134765625, + -0.03802490234375, + 0.0175628662109375, + -0.0006656646728515625, + -0.0396728515625, + -0.007427215576171875, + -0.0565185546875, + 0.05029296875, + 0.0204620361328125, + 0.036346435546875, + 0.0044403076171875, + -0.015899658203125, + -0.002246856689453125, + 0.008209228515625, + 0.019317626953125, + 0.029083251953125, + 0.055267333984375, + 0.0309600830078125, + 0.005611419677734375, + 0.039886474609375, + -0.00205230712890625, + -0.0167236328125, + 0.030120849609375, + -0.025146484375, + 0.029083251953125, + -0.0789794921875, + 0.0106964111328125, + 0.004180908203125, + -0.0237884521484375, + -0.005634307861328125, + -0.033447265625, + 0.00830841064453125, + -0.0194244384765625, + -0.03948974609375, + -0.0253448486328125, + 0.03863525390625, + -0.051727294921875, + 0.007480621337890625, + 0.035125732421875, + -0.01303863525390625, + 0.01174163818359375, + -0.05401611328125, + 0.07562255859375, + 0.01381683349609375, + 0.00318145751953125, + -0.013397216796875, + 0.048828125, + 0.01568603515625, + 0.00579071044921875, + 0.031585693359375, + 0.0150604248046875, + -0.0244140625, + 0.055267333984375, + 0.058990478515625, + 0.013397216796875, + -0.043212890625, + 0.006103515625, + 0.0146484375, + -0.049041748046875, + 0.047576904296875, + 0.034912109375, + 0.0152740478515625, + -0.004520416259765625, + -0.007167816162109375, + -0.0235748291015625, + -0.0313720703125, + 0.051513671875, + 0.023681640625, + 0.007480621337890625, + 0.04736328125, + -0.0355224609375, + 0.06854248046875, + 0.00904083251953125, + 0.044891357421875, + -0.042999267578125, + 0.0689697265625, + -0.01641845703125, + 0.0214996337890625, + 0.0079498291015625, + 0.00675201416015625, + -0.0206756591796875, + 0.016510009765625, + -0.0039215087890625, + 0.061492919921875, + 0.021820068359375, + -0.02056884765625, + -0.040924072265625, + -0.017974853515625, + -0.00893402099609375, + 0.006855010986328125, + 0.049041748046875, + -0.0535888671875, + -0.01849365234375, + 0.0224456787109375, + 0.0183868408203125, + 0.06689453125, + 0.02130126953125, + 0.0313720703125, + -0.0021419525146484375, + -0.007740020751953125, + -0.030120849609375, + -0.006595611572265625 + ], + "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_OpenCTI", + "type": "tool", + "name": "OpenCTI", + "content": "opencti filigrans cyber-threat-intelligence-plattform orchestriert moderne threat-research durch knowledge-graph-basierte datenmodellierung nach stix-standards. import von iocs, ttps, malware-analysen aus hunderten quellen: misp-feeds, commercial-intel, custom-research. die graph-engine korreliert scheinbar unabhängige indicators zu attack-campaigns. besonders mächtig: automated-enrichment durch connector-ecosystem, confidence-scoring gewichtet intel-quality, observable-pivoting findet related-indicators automatisch. playbook-integration ermöglicht automated-response. team-collaboration durch workspaces und knowledge-sharing. export zu siem-systemen in real-time. the modern-react-ui macht komplexe intelligence-workflows intuitiv. docker-compose-deployment für schnelle installation. enterprise- features: multi-tenancy, rbac, audit-logging. open-source aber commercial-support verfügbar. standard-platform für moderne cti-teams die structured intelligence-sharing benötigen. threat-intel graph incident-response analysis", + "embedding": [ + -0.0289459228515625, + 0.00899505615234375, + 0.06121826171875, + 0.0211639404296875, + 0.01739501953125, + 0.0257568359375, + 0.0247650146484375, + -0.0184783935546875, + -0.02777099609375, + 0.0005879402160644531, + -0.0124664306640625, + 0.033111572265625, + 0.004703521728515625, + 0.00765228271484375, + -0.06256103515625, + 0.046173095703125, + 0.0004887580871582031, + 0.015899658203125, + 0.026092529296875, + -0.0244293212890625, + -0.035797119140625, + -0.0111236572265625, + -0.046844482421875, + -0.006984710693359375, + -0.006439208984375, + -0.00556182861328125, + 0.0130462646484375, + -0.056549072265625, + -0.039825439453125, + 0.0135498046875, + 0.0374755859375, + -0.0217437744140625, + 0.0033245086669921875, + 0.019073486328125, + 0.00811004638671875, + -0.002330780029296875, + -0.0012388229370117188, + -0.05755615234375, + 0.0016832351684570312, + -0.00849151611328125, + -0.0087432861328125, + 0.0182342529296875, + 0.01287841796875, + 0.01129150390625, + -0.0184783935546875, + -0.0582275390625, + 0.00798797607421875, + -0.0079498291015625, + 0.023590087890625, + -0.00685882568359375, + 0.0269317626953125, + 0.0230865478515625, + -0.007904052734375, + 0.002216339111328125, + -0.02777099609375, + 0.005687713623046875, + 0.0156402587890625, + -0.020904541015625, + -0.028778076171875, + 0.03228759765625, + -0.02392578125, + -0.007568359375, + -0.004016876220703125, + 0.0140533447265625, + 0.0019969940185546875, + 0.006107330322265625, + -0.01296234130859375, + -0.0080718994140625, + 0.0001392364501953125, + -0.0033664703369140625, + 0.0087432861328125, + 0.01120758056640625, + -0.00104522705078125, + 0.005435943603515625, + -0.0167236328125, + -0.0284423828125, + 0.026763916015625, + 0.050201416015625, + -0.020416259765625, + 0.01087188720703125, + -0.057891845703125, + -0.0036182403564453125, + 0.0736083984375, + 0.004558563232421875, + -0.037139892578125, + -0.020904541015625, + 0.040496826171875, + 0.0035343170166015625, + 0.007110595703125, + -0.010955810546875, + 0.01087188720703125, + 0.0140533447265625, + 0.03497314453125, + -0.0284423828125, + 0.04852294921875, + 0.051849365234375, + -0.027099609375, + -0.0000584721565246582, + 0.0124664306640625, + 0.039825439453125, + 0.0135498046875, + -0.01087188720703125, + 0.0343017578125, + -0.022918701171875, + 0.057891845703125, + -0.0259246826171875, + 0.01187896728515625, + -0.0286102294921875, + 0.0237579345703125, + -0.0159759521484375, + -0.09234619140625, + -0.058563232421875, + -0.0143890380859375, + -0.04266357421875, + -0.004955291748046875, + 0.009368896484375, + -0.021575927734375, + 0.032958984375, + -0.0582275390625, + -0.028106689453125, + 0.03228759765625, + 0.03094482421875, + 0.007568359375, + 0.002498626708984375, + -0.02008056640625, + -0.042816162109375, + -0.00982666015625, + 0.00811004638671875, + -0.0220794677734375, + -0.0191497802734375, + -0.013214111328125, + -0.0204925537109375, + 0.01287841796875, + -0.046173095703125, + 0.00911712646484375, + -0.025421142578125, + 0.028106689453125, + -0.003910064697265625, + 0.0046844482421875, + -0.0140533447265625, + 0.0211639404296875, + -0.036956787109375, + -0.05755615234375, + -0.0147247314453125, + -0.028778076171875, + -0.010498046875, + -0.00995635986328125, + 0.051849365234375, + -0.020660400390625, + -0.02459716796875, + 0.005603790283203125, + 0.01422119140625, + 0.072265625, + 0.0027179718017578125, + 0.022918701171875, + -0.0172271728515625, + -0.0035343170166015625, + -0.0093231201171875, + 0.042816162109375, + -0.0168914794921875, + -0.001255035400390625, + 0.0196533203125, + 0.010955810546875, + 0.00916290283203125, + -0.0304412841796875, + -0.011962890625, + -0.0234222412109375, + -0.017059326171875, + -0.0143890380859375, + 0.0237579345703125, + 0.0178985595703125, + -0.00844573974609375, + 0.04718017578125, + 0.036956787109375, + -0.0020904541015625, + 0.0019550323486328125, + 0.01137542724609375, + -0.014556884765625, + 0.040313720703125, + 0.0217437744140625, + 0.002780914306640625, + 0.000522613525390625, + 0.0307769775390625, + -0.00702667236328125, + 0.0194854736328125, + 0.0011968612670898438, + -0.0401611328125, + 0.0192413330078125, + -0.0162200927734375, + 0.00556182861328125, + -0.038482666015625, + -0.0478515625, + -0.0227508544921875, + 0.032623291015625, + 0.03631591796875, + 0.04132080078125, + 0.020660400390625, + -0.0195770263671875, + 0.00719451904296875, + -0.0021648406982421875, + -0.0008730888366699219, + 0.0183258056640625, + -0.00849151611328125, + 0.0182342529296875, + 0.013214111328125, + -0.010955810546875, + -0.0269317626953125, + 0.052520751953125, + 0.0143890380859375, + -0.0347900390625, + 0.010498046875, + 0.047515869140625, + -0.00836181640625, + -0.0117950439453125, + -0.02642822265625, + -0.040985107421875, + 0.0160675048828125, + -0.0130462646484375, + -0.03546142578125, + 0.0006403923034667969, + -0.0211639404296875, + -0.038299560546875, + -0.01329803466796875, + 0.019989013671875, + -0.00798797607421875, + 0.0595703125, + 0.028778076171875, + -0.004306793212890625, + 0.01041412353515625, + 0.0189056396484375, + 0.048187255859375, + 0.024261474609375, + -0.00899505615234375, + -0.0244293212890625, + -0.056549072265625, + -0.0227508544921875, + 0.0182342529296875, + 0.0199127197265625, + 0.0234222412109375, + 0.005352020263671875, + -0.0374755859375, + 0.033782958984375, + -0.01053619384765625, + 0.051849365234375, + 0.00827789306640625, + -0.018646240234375, + -0.017486572265625, + 0.026763916015625, + 0.043487548828125, + 0.06658935546875, + -0.028106689453125, + 0.005645751953125, + -0.0406494140625, + 0.03948974609375, + -0.06256103515625, + -0.030609130859375, + -0.020660400390625, + -0.045501708984375, + 0.0582275390625, + -0.0199127197265625, + 0.0069427490234375, + 0.033111572265625, + 0.0166473388671875, + -0.0007686614990234375, + 0.03948974609375, + -0.0085296630859375, + -0.0528564453125, + -0.0026340484619140625, + 0.069580078125, + 0.0194091796875, + -0.0234222412109375, + 0.0207366943359375, + 0.0595703125, + 0.0019130706787109375, + 0.0307769775390625, + -0.02911376953125, + 0.0163116455078125, + 0.0478515625, + 0.028778076171875, + 0.03411865234375, + -0.00531005859375, + 0.0292816162109375, + -0.03411865234375, + 0.043487548828125, + -0.06756591796875, + 0.0030117034912109375, + -0.0133819580078125, + -0.0009150505065917969, + 0.005268096923828125, + -0.05987548828125, + -0.0098724365234375, + 0.050201416015625, + 0.0255889892578125, + -0.005645751953125, + 0.0289459228515625, + -0.02978515625, + 0.0225830078125, + -0.00844573974609375, + -0.00957489013671875, + 0.029937744140625, + 0.052520751953125, + -0.031280517578125, + 0.0217437744140625, + -0.01430511474609375, + 0.01070404052734375, + -0.01187896728515625, + -0.04315185546875, + -0.00445556640625, + -0.019744873046875, + -0.06256103515625, + -0.0240936279296875, + 0.00882720947265625, + -0.007320404052734375, + -0.0016202926635742188, + -0.0194091796875, + 0.0000483393669128418, + -0.033782958984375, + -0.039154052734375, + 0.012298583984375, + -0.029937744140625, + -0.05419921875, + -0.0224151611328125, + 0.06256103515625, + 0.0089111328125, + 0.0010347366333007812, + -0.0007109642028808594, + -0.035125732421875, + -0.04315185546875, + 0.0276031494140625, + -0.014892578125, + -0.0010662078857421875, + -0.0159759521484375, + 0.035308837890625, + 0.0251007080078125, + 0.055206298828125, + 0.0018091201782226562, + 0.0745849609375, + 0.0066070556640625, + -0.0304412841796875, + -0.01129150390625, + 0.0276031494140625, + 0.0121307373046875, + 0.0465087890625, + -0.006191253662109375, + 0.0026340484619140625, + -0.02459716796875, + -0.040496826171875, + 0.029449462890625, + 0.018402099609375, + 0.035797119140625, + 0.016815185546875, + -0.0137176513671875, + 0.001087188720703125, + 0.0699462890625, + -0.0084075927734375, + 0.09234619140625, + -0.01263427734375, + -0.0374755859375, + 0.0103302001953125, + 0.0169830322265625, + -0.04583740234375, + -0.01279449462890625, + 0.0175628662109375, + 0.01087188720703125, + 0.0007996559143066406, + 0.0316162109375, + -0.0087432861328125, + 0.03729248046875, + -0.0121307373046875, + 0.0107879638671875, + 0.05889892578125, + -0.01346588134765625, + 0.04180908203125, + 0.045166015625, + 0.019073486328125, + 0.0292816162109375, + 0.009490966796875, + -0.0195770263671875, + 0.00832366943359375, + -0.04180908203125, + -0.072265625, + 0.014892578125, + 0.022247314453125, + 0.006900787353515625, + 0.0265960693359375, + -0.0262603759765625, + -0.06658935546875, + 0.0204925537109375, + -0.0201568603515625, + 0.07025146484375, + 0.044830322265625, + 0.01739501953125, + 0.0379638671875, + -0.03363037109375, + -0.0061492919921875, + 0.017059326171875, + 0.034637451171875, + 0.0292816162109375, + 0.035797119140625, + 0.018402099609375, + -0.0047454833984375, + -0.02911376953125, + 0.016143798828125, + 0.004642486572265625, + 0.0225830078125, + -0.0085296630859375, + 0.0167236328125, + 0.0247650146484375, + 0.039825439453125, + -0.0555419921875, + 0.04583740234375, + 0.0208282470703125, + -0.061553955078125, + 0.00861358642578125, + -0.023590087890625, + 0.0284423828125, + -0.0745849609375, + 0.00589752197265625, + -0.002101898193359375, + 0.0225830078125, + -0.00141143798828125, + 0.01422119140625, + -0.054534912109375, + -0.0137176513671875, + 0.054534912109375, + -0.098388671875, + 0.0188140869140625, + 0.037628173828125, + -0.015472412109375, + 0.042816162109375, + -0.020660400390625, + -0.035125732421875, + 0.02978515625, + -0.0210723876953125, + -0.0121307373046875, + -0.0007109642028808594, + 0.024932861328125, + -0.060546875, + -0.009490966796875, + -0.0419921875, + -0.01513671875, + 0.0133819580078125, + -0.042816162109375, + 0.0156402587890625, + -0.0237579345703125, + -0.007320404052734375, + 0.049530029296875, + 0.03863525390625, + -0.00572967529296875, + -0.01313018798828125, + 0.03546142578125, + -0.015899658203125, + -0.038299560546875, + 0.02191162109375, + 0.0316162109375, + 0.00041031837463378906, + -0.0304412841796875, + -0.00865936279296875, + -0.0202484130859375, + 0.0301055908203125, + -0.00748443603515625, + -0.004077911376953125, + -0.0478515625, + -0.03179931640625, + -0.039154052734375, + 0.05487060546875, + 0.03863525390625, + 0.035125732421875, + 0.012298583984375, + -0.050201416015625, + 0.018402099609375, + -0.08697509765625, + -0.006107330322265625, + -0.0106658935546875, + -0.00037384033203125, + -0.00254058837890625, + 0.075927734375, + -0.0301055908203125, + 0.0038051605224609375, + -0.0234222412109375, + 0.05218505859375, + 0.014556884765625, + 0.01103973388671875, + -0.046173095703125, + 0.032958984375, + 0.029937744140625, + -0.0645751953125, + -0.0183258056640625, + 0.00031375885009765625, + 0.019073486328125, + 0.04449462890625, + -0.06524658203125, + 0.00273895263671875, + -0.0269317626953125, + -0.06524658203125, + -0.01007843017578125, + -0.01024627685546875, + -0.00669097900390625, + -0.050201416015625, + 0.0301055908203125, + 0.0143890380859375, + -0.004894256591796875, + 0.0265960693359375, + 0.012298583984375, + -0.00685882568359375, + 0.0099945068359375, + 0.0159759521484375, + -0.03228759765625, + 0.033294677734375, + -0.060546875, + -0.038818359375, + -0.00849151611328125, + 0.0244293212890625, + -0.0095367431640625, + 0.010040283203125, + -0.021331787109375, + -0.013885498046875, + 0.01087188720703125, + -0.0289459228515625, + -0.00844573974609375, + 0.007568359375, + -0.020660400390625, + -0.022247314453125, + -0.03631591796875, + 0.023590087890625, + 0.018402099609375, + 0.01898193359375, + 0.03497314453125, + 0.032440185546875, + -0.04180908203125, + 0.029449462890625, + 0.0179901123046875, + -0.0176544189453125, + 0.004245758056640625, + -0.019989013671875, + -0.0013380050659179688, + -0.01221466064453125, + 0.026092529296875, + -0.004055023193359375, + -0.054534912109375, + -0.06689453125, + 0.0292816162109375, + -0.00736236572265625, + 0.0024051666259765625, + -0.0279388427734375, + -0.0262603759765625, + -0.04986572265625, + -0.01898193359375, + 0.0259246826171875, + 0.0296173095703125, + 0.0005698204040527344, + -0.04248046875, + -0.0014848709106445312, + -0.0234222412109375, + -0.0419921875, + 0.02642822265625, + 0.00482940673828125, + 0.012298583984375, + -0.02032470703125, + -0.013214111328125, + 0.0220794677734375, + 0.0032405853271484375, + 0.037811279296875, + 0.00273895263671875, + 0.0252685546875, + -0.045166015625, + 0.0201568603515625, + -0.0029277801513671875, + -0.0149688720703125, + 0.0036602020263671875, + -0.0107879638671875, + -0.00539398193359375, + -0.030609130859375, + -0.032958984375, + 0.0024566650390625, + 0.0296173095703125, + 0.00572967529296875, + -0.0004916191101074219, + -0.044158935546875, + 0.035980224609375, + -0.01447296142578125, + 0.0555419921875, + -0.01007843017578125, + -0.07562255859375, + -0.01538848876953125, + 0.00635528564453125, + 0.05755615234375, + 0.0582275390625, + 0.00836181640625, + -0.05352783203125, + 0.0107879638671875, + 0.04449462890625, + 0.00982666015625, + -0.050537109375, + -0.034454345703125, + 0.030609130859375, + 0.00995635986328125, + 0.02459716796875, + -0.01154327392578125, + 0.093017578125, + 0.01204681396484375, + 0.0010404586791992188, + 0.0265960693359375, + 0.0826416015625, + 0.02777099609375, + -0.0006246566772460938, + -0.05084228515625, + 0.005645751953125, + -0.00466156005859375, + -0.0635986328125, + -0.024261474609375, + -0.00606536865234375, + 0.06622314453125, + -0.0709228515625, + -0.020416259765625, + -0.0042877197265625, + -0.01221466064453125, + 0.0227508544921875, + -0.007110595703125, + -0.006107330322265625, + 0.018157958984375, + 0.00372314453125, + -0.02642822265625, + 0.01279449462890625, + -0.0167236328125, + -0.0224151611328125, + 0.028778076171875, + 0.035125732421875, + 0.0011081695556640625, + 0.006481170654296875, + -0.0104522705078125, + 0.0196533203125, + 0.0137176513671875, + 0.0220794677734375, + 0.042816162109375, + 0.00748443603515625, + 0.052520751953125, 0.06927490234375, - -0.021636962890625, - 0.01544952392578125, - 0.011016845703125, - -0.004451751708984375, + -0.0031986236572265625, + -0.0257568359375, + 0.00970458984375, + 0.0289459228515625, + 0.01204681396484375, + 0.03814697265625, + 0.00765228271484375, + 0.036956787109375, + -0.0014219284057617188, + -0.027099609375, + -0.01555633544921875, + 0.006984710693359375, + -0.024932861328125, + -0.02392578125, + -0.054534912109375, + 0.0088653564453125, + -0.03094482421875, + 0.0347900390625, + 0.003742218017578125, + -0.0269317626953125, + -0.0227508544921875, + 0.04852294921875, + -0.00669097900390625, + -0.050201416015625, + 0.019989013671875, + -0.01522064208984375, + -0.034454345703125, + -0.00827789306640625, + -0.02191162109375, + 0.060882568359375, + -0.0211639404296875, + -0.05621337890625, + -0.0140533447265625, + 0.04852294921875, + 0.01329803466796875, + -0.024932861328125, + 0.019073486328125, + 0.0024051666259765625, + -0.019744873046875, + -0.03997802734375, + -0.03411865234375, + -0.0284423828125, + -0.01346588134765625, + -0.053863525390625, + 0.01024627685546875, + -0.00736236572265625, + -0.01422119140625, + -0.039642333984375, + -0.011627197265625, + -0.050537109375, + 0.049530029296875, + -0.0307769775390625, + 0.048858642578125, + 0.00798797607421875, + 0.0023632049560546875, + 0.046173095703125, + 0.0712890625, + -0.00012087821960449219, + -0.00945281982421875, + -0.01120758056640625, + -0.039825439453125, + 0.0093231201171875, + -0.0023517608642578125, + -0.00006568431854248047, + -0.0491943359375, + 0.015899658203125, + 0.047515869140625, + -0.0789794921875, + 0.01120758056640625, + 0.02777099609375, + 0.01255035400390625, + -0.0465087890625, + -0.0007319450378417969, + -0.000331878662109375, + 0.01137542724609375, + 0.04180908203125, + -0.01129150390625, + -0.0015478134155273438, + -0.006397247314453125, + -0.045501708984375, + 0.04986572265625, + 0.0069427490234375, + 0.01555633544921875, + -0.0311126708984375, + 0.00911712646484375, + 0.019317626953125, + -0.03363037109375, + 0.030609130859375, + -0.0582275390625, + -0.0140533447265625, + 0.0224151611328125, + 0.01873779296875, + -0.0149688720703125, + 0.013885498046875, + -0.042816162109375, + -0.0251007080078125, + -0.037811279296875, + 0.007568359375, + 0.0006246566772460938, + 0.0079498291015625, + -0.046173095703125, + -0.051513671875, + -0.0058135986328125, + -0.032440185546875, + -0.0595703125, + -0.020904541015625, + 0.0178985595703125, + 0.0121307373046875, + -0.046844482421875, + -0.007152557373046875, + 0.001735687255859375, + 0.014556884765625, + 0.040496826171875, + 0.0645751953125, + -0.0374755859375, + -0.012298583984375, + 0.01898193359375, + 0.0296173095703125, + 0.01505279541015625, + -0.010955810546875, + -0.01154327392578125, + -0.0074462890625, + 0.00516510009765625, + -0.04449462890625, + 0.032958984375, + 0.0595703125, + -0.0276031494140625, + -0.0478515625, + -0.01221466064453125, + -0.055877685546875, + 0.0214080810546875, + -0.005519866943359375, + 0.05621337890625, + -0.0127105712890625, + -0.005268096923828125, + -0.08428955078125, + 0.045501708984375, + -0.01505279541015625, + 0.0210723876953125, + 0.01522064208984375, + -0.0307769775390625, + -0.033782958984375, + -0.03497314453125, + -0.026092529296875, + 0.0296173095703125, + -0.042816162109375, + 0.018402099609375, + 0.01739501953125, + -0.0252685546875, + 0.03729248046875, + 0.003513336181640625, + -0.0032825469970703125, + 0.0272674560546875, + 0.0164794921875, + -0.02978515625, + 0.10235595703125, + -0.01263427734375, + 0.033782958984375, + -0.00234222412109375, + 0.01313018798828125, + 0.00878143310546875, + -0.002864837646484375, + -0.050201416015625, + 0.006439208984375, + 0.024932861328125, + 0.04315185546875, + -0.0183258056640625, + 0.01806640625, + -0.00299072265625, + 0.0178985595703125, + 0.01053619384765625, + -0.016143798828125, + -0.021331787109375, + -0.004703521728515625, + -0.0347900390625, + 0.0019969940185546875, + -0.03863525390625, + -0.06622314453125, + -0.0024776458740234375, + -0.060882568359375, + -0.0046844482421875, + 0.007904052734375, + 0.0106658935546875, + 0.0230865478515625, + -0.02642822265625, + 0.041656494140625, + 0.0016832351684570312, + 0.004306793212890625, + -0.016387939453125, + -0.0185699462890625, + -0.026092529296875, + 0.0491943359375, + 0.0255889892578125, + -0.0251007080078125, + 0.0247650146484375, + -0.032135009765625, + -0.039825439453125, + -0.0224151611328125, + 0.006816864013671875, + -0.048858642578125, + 0.044830322265625, + -0.050201416015625, + -0.015472412109375, + 0.02642822265625, + 0.019989013671875, + 0.00970458984375, + 0.00815582275390625, + 0.053863525390625, + -0.026092529296875, + -0.055877685546875, + 0.01873779296875, + -0.0021953582763671875, + -0.0092010498046875, + 0.0224151611328125, + 0.004558563232421875, + -0.014556884765625, + 0.01029205322265625, + 0.035980224609375, + 0.004642486572265625, + 0.033111572265625, + 0.036956787109375, + -0.004871368408203125, + 0.0184783935546875, + -0.02392578125, + 0.033111572265625, + 0.005519866943359375, + 0.01263427734375, + 0.004913330078125, + 0.0220794677734375, + -0.02459716796875, + -0.07659912109375, + -0.0156402587890625, + -0.01103973388671875, + -0.055206298828125, + 0.007068634033203125, + 0.051177978515625, + 0.0307769775390625, + -0.0184783935546875, + 0.033111572265625, + 0.04132080078125, + 0.016815185546875, + 0.005184173583984375, + -0.0029277801513671875, + -0.04132080078125, + 0.00823974609375, + 0.035980224609375, + 0.048858642578125, + -0.050201416015625, + 0.050537109375, + 0.07293701171875, + -0.0191497802734375, + -0.0201568603515625, + -0.006023406982421875, + -0.0167236328125, + 0.060211181640625, + 0.054534912109375, + 0.01103973388671875, + -0.06890869140625, + -0.004787445068359375, + 0.01513671875, + -0.004978179931640625, + -0.0127105712890625, + 0.01806640625, + -0.0286102294921875, + 0.04449462890625, + -0.075927734375, + -0.022247314453125, + 0.0182342529296875, + 0.056549072265625, + -0.0050201416015625, + -0.017822265625, + -0.0143890380859375, + 0.031951904296875, + 0.0296173095703125, + -0.02099609375, + 0.025421142578125, + 0.0347900390625, + -0.020904541015625, + 0.0286102294921875, + 0.04315185546875, + 0.02392578125, + 0.06292724609375, + 0.042327880859375, + -0.0133819580078125, + 0.0237579345703125, + 0.003513336181640625, + 0.011627197265625, + 0.0252685546875, + -0.042816162109375, + -0.04248046875, + -0.0224151611328125, + 0.01255035400390625, + -0.000024318695068359375, + 0.06622314453125, + 0.0069427490234375, + -0.00991058349609375, + -0.01204681396484375, + 0.0163116455078125, + 0.025421142578125, + 0.0265960693359375, + 0.058563232421875, + -0.01739501953125, + 0.037811279296875, + 0.02392578125, + 0.01137542724609375, + -0.035308837890625, + 0.043487548828125, + -0.03948974609375, + 0.0196533203125, + -0.046173095703125, -0.018402099609375, - -0.0165252685546875 + -0.0252685546875, + -0.0201568603515625, + -0.0292816162109375, + -0.03497314453125, + 0.0117950439453125, + -0.02911376953125, + -0.0478515625, + -0.0244293212890625, + 0.04852294921875, + -0.03497314453125, + 0.01255035400390625, + 0.0257568359375, + -0.006023406982421875, + 0.0143890380859375, + -0.043487548828125, + 0.08563232421875, + 0.02325439453125, + 0.044830322265625, + -0.0069427490234375, + 0.0220794677734375, + 0.032623291015625, + -0.0220794677734375, + -0.0018405914306640625, + -0.007610321044921875, + 0.002948760986328125, + 0.07427978515625, + 0.0167236328125, + 0.01255035400390625, + -0.051513671875, + 0.01513671875, + 0.002552032470703125, + -0.033111572265625, + 0.027099609375, + 0.0140533447265625, + 0.019073486328125, + -0.018646240234375, + -0.0059814453125, + -0.006317138671875, + -0.06488037109375, + 0.06488037109375, + -0.0124664306640625, + 0.020904541015625, + 0.042327880859375, + -0.042327880859375, + 0.0419921875, + 0.0117950439453125, + 0.043487548828125, + -0.050537109375, + 0.06256103515625, + -0.016387939453125, + -0.020660400390625, + 0.006732940673828125, + 0.006397247314453125, + -0.0183258056640625, + 0.044158935546875, + -0.019744873046875, + 0.046173095703125, + 0.0406494140625, + 0.0173187255859375, + -0.06488037109375, + -0.01221466064453125, + 0.0008730888366699219, + -0.0012025833129882812, + 0.0595703125, + -0.03546142578125, + -0.00962066650390625, + 0.004474639892578125, + 0.04083251953125, + 0.05987548828125, + 0.003826141357421875, + 0.027435302734375, + 0.0014638900756835938, + -0.006397247314453125, + 0.0137176513671875, + -0.018646240234375 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "analysis" + ], + "tags": [ + "threat-intel", + "graph" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_FOCA", + "type": "tool", + "name": "FOCA", + "content": "foca elevenpaths (telefonica) entwickelte dieses osint-kraftpaket zur extraktion von metadaten aus öffentlich verfügbaren dokumenten für infrastructure- reconnaissance. crawlt systematisch websites nach pdfs, office-docs, bildern und extrahiert: autor-namen (potentielle mitarbeiter), software- versionen (attack-surface), interne pfade (network-topology), drucker- namen (physical-access-points). die dns-analysis korreliert domains mit gefundenen infrastrukturdaten. geolocation-features mappen ip-ranges. besonders wertvoll für social-engineering-vorbereitung: email-pattern- recognition generiert username-listen, organization-chart-reconstruction aus metadaten. plugin-system erweitert für custom-document-types. shodan-integration enrichert ip-intelligence. die gui macht komplexe osint-workflows auch für non-technical-investigators zugänglich. export-funktionen für weitere analysis-tools. unverzichtbar für penetration-tester und financial-crime-investigators die target- organizations verstehen müssen. metadata osint static-investigations fraud-investigation examination", + "embedding": [ + -0.042999267578125, + 0.042633056640625, + 0.054351806640625, + 0.019012451171875, + 0.0243377685546875, + 0.002254486083984375, + 0.0223846435546875, + 0.013946533203125, + -0.004642486572265625, + -0.0015096664428710938, + -0.035003662109375, + 0.0382080078125, + -0.0025653839111328125, + -0.006618499755859375, + -0.08172607421875, + 0.07427978515625, + -0.0078582763671875, + 0.01207733154296875, + 0.029144287109375, + 0.01812744140625, + -0.0145721435546875, + 0.0026760101318359375, + -0.04388427734375, + -0.006927490234375, + -0.004909515380859375, + 0.01412200927734375, + 0.00875091552734375, + -0.047607421875, + -0.0182037353515625, + -0.01412200927734375, + 0.04034423828125, + -0.0154571533203125, + -0.00577545166015625, + 0.0213165283203125, + 0.0232696533203125, + 0.0025653839111328125, + -0.01421356201171875, + -0.0518798828125, + -0.044769287109375, + 0.04034423828125, + -0.018829345703125, + 0.0085296630859375, + 0.0046844482421875, + 0.010345458984375, + -0.0236358642578125, + -0.0255889892578125, + -0.0029754638671875, + -0.007373809814453125, + 0.0184783935546875, + -0.02789306640625, + 0.04974365234375, + 0.01323699951171875, + 0.006927490234375, + -0.016876220703125, + -0.0362548828125, + 0.01261138916015625, + 0.01226043701171875, + -0.040496826171875, + -0.046905517578125, + 0.039794921875, + -0.036773681640625, + -0.0124359130859375, + -0.00994873046875, + -0.0277099609375, + 0.0284271240234375, + 0.0225677490234375, + -0.0189208984375, + -0.006885528564453125, + 0.0039520263671875, + -0.00003123283386230469, + 0.006084442138671875, + 0.0135040283203125, + 0.005462646484375, + -0.0029544830322265625, + -0.0479736328125, + -0.047271728515625, + 0.0036869049072265625, + 0.0185699462890625, + -0.00865936279296875, + 0.00821685791015625, + -0.053314208984375, + 0.006572723388671875, + 0.050811767578125, + -0.03216552734375, + -0.0175018310546875, + -0.00865936279296875, + 0.0271759033203125, + 0.0007772445678710938, + -0.00777435302734375, + 0.01172637939453125, + 0.0105743408203125, + 0.00994873046875, + 0.016876220703125, + -0.019012451171875, + 0.0273590087890625, + 0.052581787109375, + -0.0115509033203125, + 0.033050537109375, + -0.00879669189453125, + 0.0284271240234375, + 0.038360595703125, + -0.038360595703125, + 0.038726806640625, + -0.0004303455352783203, + 0.0262908935546875, + -0.0202484130859375, + -0.00148773193359375, + -0.0518798828125, + -0.0153656005859375, + 0.00621795654296875, + -0.0916748046875, + -0.042449951171875, + -0.0176849365234375, + -0.067138671875, + 0.0108795166015625, + 0.0255889892578125, + 0.005062103271484375, + 0.04620361328125, + -0.04034423828125, + -0.06219482421875, + 0.032684326171875, + 0.031982421875, + -0.0006384849548339844, + 0.0124359130859375, + -0.05224609375, + -0.06964111328125, + -0.0009937286376953125, + 0.02398681640625, + -0.02984619140625, + -0.0176849365234375, + 0.002597808837890625, + -0.01412200927734375, + 0.0100860595703125, + -0.03765869140625, + -0.01216888427734375, + 0.006351470947265625, + 0.0374755859375, + -0.01270294189453125, + -0.0009217262268066406, + 0.005374908447265625, + 0.0099029541015625, + -0.01412200927734375, + -0.044586181640625, + -0.026824951171875, + -0.0252227783203125, + -0.020172119140625, + -0.0271759033203125, + 0.046539306640625, + -0.044586181640625, + 0.0019550323486328125, + 0.0035533905029296875, + 0.02069091796875, + 0.058990478515625, + 0.01190185546875, + 0.00675201416015625, + -0.037841796875, + 0.0031986236572265625, + -0.0236358642578125, + 0.030914306640625, + 0.00160980224609375, + -0.006572723388671875, + 0.0124359130859375, + 0.0174102783203125, + 0.0236358642578125, + -0.01910400390625, + -0.0275421142578125, + -0.0114593505859375, + 0.0343017578125, + 0.0135040283203125, + 0.0069732666015625, + 0.0243377685546875, + -0.02166748046875, + 0.063232421875, + 0.05755615234375, + -0.004795074462890625, + 0.0153656005859375, + 0.0266571044921875, + -0.0130615234375, + 0.057220458984375, + 0.034637451171875, + -0.026123046875, + -0.004795074462890625, + 0.0421142578125, + -0.0064849853515625, + -0.0020427703857421875, + -0.01110076904296875, + -0.01812744140625, + 0.008087158203125, + -0.01367950439453125, + 0.038543701171875, + -0.0323486328125, + -0.0215911865234375, + -0.031982421875, + 0.038726806640625, + 0.036773681640625, + 0.044769287109375, + 0.0114593505859375, + -0.019989013671875, + 0.0134124755859375, + 0.028961181640625, + 0.004730224609375, + 0.028076171875, + 0.0006303787231445312, + 0.058624267578125, + 0.0179443359375, + 0.00617218017578125, + -0.02593994140625, + 0.04351806640625, + 0.0323486328125, + -0.021759033203125, + -0.01971435546875, + 0.06182861328125, + -0.00772857666015625, + -0.004974365234375, + -0.0241546630859375, + -0.0208740234375, + 0.0343017578125, + -0.0175018310546875, + -0.033233642578125, + 0.0175933837890625, + 0.004550933837890625, + -0.060394287109375, + 0.00553131103515625, + 0.0275421142578125, + -0.005352020263671875, + 0.0355224609375, + 0.02105712890625, + -0.006397247314453125, + -0.0014438629150390625, + 0.0174102783203125, + 0.0316162109375, + 0.01617431640625, + -0.0179443359375, + -0.005397796630859375, + -0.020965576171875, + -0.01261138916015625, + 0.04937744140625, + 0.04156494140625, + 0.030914306640625, + 0.01065826416015625, + -0.0335693359375, + 0.061126708984375, + -0.02789306640625, + 0.041046142578125, + 0.0196380615234375, + 0.00234222412109375, + -0.003509521484375, + 0.0192718505859375, + 0.0518798828125, + 0.06927490234375, + -0.024688720703125, + -0.00026226043701171875, + -0.08489990234375, + 0.0172271728515625, + -0.035888671875, + -0.0182952880859375, + -0.016693115234375, + -0.06005859375, + 0.06005859375, + -0.01332855224609375, + -0.0294952392578125, + -0.0023651123046875, + 0.0479736328125, + -0.007328033447265625, + 0.04547119140625, + 0.001010894775390625, + -0.050811767578125, + 0.02203369140625, + 0.07781982421875, + -0.004486083984375, + -0.03179931640625, + -0.0009603500366210938, + 0.035888671875, + -0.0145721435546875, + 0.0193634033203125, + -0.036956787109375, + 0.0004608631134033203, + 0.059326171875, + 0.0286102294921875, + 0.045318603515625, + -0.033050537109375, + 0.022735595703125, + -0.005863189697265625, + 0.0413818359375, + -0.07781982421875, + -0.01812744140625, + -0.0134124755859375, + 0.0243377685546875, + -0.0296630859375, + -0.047271728515625, + 0.0115509033203125, + 0.03338623046875, + 0.005084991455078125, + -0.02105712890625, + 0.0245208740234375, + -0.054718017578125, + 0.00728607177734375, + -0.0009937286376953125, + -0.00799560546875, + 0.05010986328125, + 0.042816162109375, + -0.0255889892578125, + 0.01367950439453125, + 0.006927490234375, + 0.0017766952514648438, + -0.0144805908203125, + -0.0667724609375, + -0.04937744140625, + 0.030731201171875, + -0.05615234375, + -0.00040531158447265625, + 0.01207733154296875, + -0.009552001953125, + 0.039794921875, + -0.0135040283203125, + 0.002765655517578125, + -0.039276123046875, + -0.0323486328125, + -0.0003247261047363281, + -0.0433349609375, + -0.02984619140625, + -0.02984619140625, + 0.072509765625, + 0.01519012451171875, + -0.0019207000732421875, + 0.00577545166015625, + -0.004550933837890625, + -0.04937744140625, + 0.020782470703125, + -0.0262908935546875, + 0.033050537109375, + 0.0078582763671875, + 0.042633056640625, + 0.0266571044921875, + 0.00402069091796875, + 0.01074981689453125, + 0.051513671875, + 0.028076171875, + -0.027008056640625, + 0.0040435791015625, + 0.0084381103515625, + 0.006927490234375, + 0.011016845703125, + -0.0343017578125, + -0.0196380615234375, + -0.0214080810546875, + -0.0284271240234375, + 0.0293121337890625, + 0.0165252685546875, + 0.03802490234375, + 0.00719451904296875, + -0.019012451171875, + 0.00548553466796875, + 0.067138671875, + 0.0105743408203125, + 0.11444091796875, + -0.0264739990234375, + -0.03802490234375, + 0.004398345947265625, + 0.0189208984375, + -0.0286102294921875, + -0.00018465518951416016, + 0.0284271240234375, + 0.01287841796875, + -0.020172119140625, + 0.044586181640625, + -0.0123443603515625, + 0.0316162109375, + -0.01226043701171875, + 0.00675201416015625, + 0.032501220703125, + -0.0275421142578125, + 0.00450897216796875, + 0.06182861328125, + -0.00006347894668579102, + 0.0172271728515625, + 0.052581787109375, + -0.03961181640625, + -0.007373809814453125, + -0.0479736328125, + -0.060760498046875, + 0.015899658203125, + 0.038909912109375, + 0.0213165283203125, + 0.04937744140625, + -0.01483154296875, + -0.06610107421875, + 0.02789306640625, + -0.05755615234375, + 0.08917236328125, + 0.04547119140625, + 0.032501220703125, + 0.028961181640625, + -0.01430511474609375, + 0.0010938644409179688, + 0.037841796875, + 0.032501220703125, + 0.016876220703125, + 0.0518798828125, + 0.0374755859375, + 0.0343017578125, + -0.04034423828125, + 0.0255889892578125, + 0.05010986328125, + 0.036773681640625, + 0.0202484130859375, + 0.03216552734375, + 0.008575439453125, + 0.04193115234375, + -0.014923095703125, + 0.031097412109375, + 0.01812744140625, + -0.0277099609375, + 0.002353668212890625, + -0.0134124755859375, + 0.031097412109375, + -0.06396484375, + 0.003131866455078125, + -0.015899658203125, + 0.007061004638671875, + 0.005218505859375, + 0.01483154296875, + -0.0667724609375, + -0.005374908447265625, + 0.0335693359375, + -0.06573486328125, + 0.004665374755859375, + 0.0226593017578125, + -0.0083465576171875, + 0.0273590087890625, + -0.021759033203125, + -0.042633056640625, + 0.041229248046875, + -0.028778076171875, + -0.0266571044921875, + 0.0031528472900390625, + 0.0145721435546875, + -0.0479736328125, + -0.009063720703125, + -0.04034423828125, + -0.0100860595703125, + -0.0184783935546875, + 0.003841400146484375, + 0.0421142578125, + 0.0069732666015625, + 0.0164337158203125, + 0.0243377685546875, + 0.05755615234375, + -0.0080413818359375, + -0.01030731201171875, + 0.024688720703125, + -0.0114593505859375, + -0.07781982421875, + 0.022735595703125, + 0.02203369140625, + 0.0028095245361328125, + -0.054718017578125, + 0.0006856918334960938, + -0.0103912353515625, + -0.00499725341796875, + -0.00528717041015625, + 0.022918701171875, + -0.03338623046875, + -0.037139892578125, + -0.040679931640625, + 0.0316162109375, + 0.020782470703125, + 0.034820556640625, + 0.01421356201171875, + -0.01181793212890625, + 0.0238037109375, + -0.074951171875, + -0.0134124755859375, + -0.006397247314453125, + -0.001110076904296875, + -0.01367950439453125, + 0.05755615234375, + -0.018035888671875, + -0.01163482666015625, + -0.024688720703125, + 0.042449951171875, + 0.037322998046875, + 0.0064849853515625, + -0.04583740234375, + 0.040679931640625, + 0.017852783203125, + -0.037322998046875, + -0.01110076904296875, + -0.0012712478637695312, + 0.026123046875, + 0.050811767578125, + -0.043701171875, + -0.00928497314453125, + -0.0134124755859375, + -0.06256103515625, + -0.046905517578125, + -0.047271728515625, + -0.031097412109375, + -0.0254058837890625, + 0.0163421630859375, + 0.0355224609375, + -0.004306793212890625, + 0.029144287109375, + -0.003509521484375, + 0.00861358642578125, + 0.02593994140625, + 0.020172119140625, + -0.030029296875, + 0.038726806640625, + -0.052581787109375, + -0.049041748046875, + -0.0238037109375, + 0.0243377685546875, + -0.0134124755859375, + 0.0021762847900390625, + 0.0051727294921875, + -0.03570556640625, + 0.047271728515625, + -0.0266571044921875, + -0.010528564453125, + 0.01580810546875, + -0.042999267578125, + -0.0374755859375, + -0.0243377685546875, + 0.015899658203125, + 0.02166748046875, + 0.0007772445678710938, + 0.0222930908203125, + 0.07000732421875, + -0.0303802490234375, + 0.0213165283203125, + 0.01043701171875, + -0.0026531219482421875, + -0.01079559326171875, + 0.0003802776336669922, + -0.0050201416015625, + -0.00222015380859375, + 0.02008056640625, + -0.0033969879150390625, + -0.021759033203125, + -0.071044921875, + 0.0266571044921875, + -0.002376556396484375, + 0.0125274658203125, + -0.0143890380859375, + -0.047271728515625, + -0.054718017578125, + 0.006351470947265625, + 0.024688720703125, + 0.023101806640625, + -0.0175018310546875, + -0.041046142578125, + -0.00499725341796875, + -0.0005331039428710938, + -0.0303802490234375, + 0.04583740234375, + -0.0196380615234375, + 0.0205230712890625, + 0.0005025863647460938, + -0.0236358642578125, + 0.041748046875, + 0.0085296630859375, + 0.03961181640625, + -0.0016984939575195312, + 0.03179931640625, + -0.03216552734375, + 0.0042877197265625, + -0.0031528472900390625, + 0.005352020263671875, + 0.011016845703125, + -0.027008056640625, + 0.0179443359375, + -0.0262908935546875, + -0.018035888671875, + 0.02593994140625, + 0.0203399658203125, + 0.0186614990234375, + -0.01812744140625, + -0.0027866363525390625, + 0.007415771484375, + 0.004596710205078125, + 0.051513671875, + -0.032501220703125, + -0.053314208984375, + -0.00994873046875, + -0.028076171875, + 0.04547119140625, + 0.0236358642578125, + -0.0284271240234375, + -0.02398681640625, + 0.01314544677734375, + 0.04425048828125, + 0.01910400390625, + -0.055084228515625, + -0.03802490234375, + 0.031097412109375, + 0.02789306640625, + 0.046905517578125, + -0.003353118896484375, + 0.06573486328125, + 0.002742767333984375, + -0.00397491455078125, + 0.0162506103515625, + 0.06146240234375, + 0.0185699462890625, + -0.032867431640625, + -0.0343017578125, + -0.005817413330078125, + 0.01385498046875, + -0.06219482421875, + -0.03607177734375, + -0.005596160888671875, + 0.048675537109375, + -0.0714111328125, + -0.03338623046875, + -0.01016998291015625, + 0.0074615478515625, + 0.005664825439453125, + -0.006572723388671875, + -0.0202484130859375, + 0.01279449462890625, + 0.013946533203125, + -0.0273590087890625, + -0.01128387451171875, + -0.020782470703125, + -0.01261138916015625, + 0.0382080078125, + 0.0282440185546875, + -0.0162506103515625, + 0.0323486328125, + 0.007373809814453125, + 0.0223846435546875, + 0.03802490234375, + 0.036773681640625, + 0.01216888427734375, + 0.033233642578125, + 0.039093017578125, + 0.06182861328125, + -0.0271759033203125, + -0.01528167724609375, + -0.01128387451171875, + 0.0362548828125, + 0.034637451171875, + 0.040679931640625, + -0.006130218505859375, + -0.0130615234375, + -0.006664276123046875, + -0.0163421630859375, + -0.0005216598510742188, + 0.004131317138671875, + 0.00426483154296875, + -0.06219482421875, + -0.0286102294921875, + -0.005306243896484375, + -0.037139892578125, + 0.023101806640625, + 0.0046844482421875, + -0.0374755859375, + -0.00981903076171875, + 0.0374755859375, + -0.0185699462890625, + -0.04974365234375, + 0.021148681640625, + -0.007061004638671875, + -0.028961181640625, + -0.02398681640625, + -0.0362548828125, + 0.047607421875, + -0.0305633544921875, + -0.07318115234375, + -0.024871826171875, + 0.0301971435546875, + 0.007549285888671875, + -0.0382080078125, + -0.00029969215393066406, + 0.0173187255859375, + -0.0172271728515625, + -0.004062652587890625, + -0.0374755859375, + -0.0156402587890625, + 0.0033092498779296875, + -0.04620361328125, + 0.0175018310546875, + -0.0163421630859375, + -0.0090179443359375, + -0.002841949462890625, + 0.00524139404296875, + -0.048309326171875, + 0.0174102783203125, + -0.044403076171875, + 0.048675537109375, + 0.00910186767578125, + 0.0206146240234375, + 0.0273590087890625, + 0.0479736328125, + 0.0090179443359375, + 0.002887725830078125, + -0.00994873046875, + -0.03338623046875, + 0.0028209686279296875, + -0.01358795166015625, + 0.00772857666015625, + -0.0557861328125, + -0.00777435302734375, + 0.03607177734375, + -0.09808349609375, + 0.008392333984375, + 0.003841400146484375, + -0.0271759033203125, + -0.042633056640625, + 0.0052642822265625, + -0.0078582763671875, + 0.0195465087890625, + 0.06146240234375, + -0.0012712478637695312, + -0.007415771484375, + 0.0104827880859375, + -0.0236358642578125, + 0.044403076171875, + 0.0035533905029296875, + 0.024871826171875, + -0.03411865234375, + 0.028778076171875, + 0.036590576171875, + -0.019989013671875, + 0.008880615234375, + -0.05755615234375, + -0.02398681640625, + 0.042633056640625, + 0.01430511474609375, + -0.01119232177734375, + -0.00010061264038085938, + -0.01270294189453125, + -0.0294952392578125, + 0.00009506940841674805, + 0.00994873046875, + 0.0029087066650390625, + 0.016082763671875, + -0.024688720703125, + -0.02203369140625, + 0.02069091796875, + -0.059326171875, + -0.0413818359375, + -0.030731201171875, + 0.04620361328125, + 0.0296630859375, + -0.056488037109375, + 0.0089263916015625, + -0.006664276123046875, + -0.000469207763671875, + 0.0236358642578125, + 0.053314208984375, + -0.047271728515625, + -0.014923095703125, + -0.023101806640625, + 0.018035888671875, + 0.0090179443359375, + -0.01163482666015625, + -0.015899658203125, + -0.00099945068359375, + 0.051513671875, + -0.0205230712890625, + 0.031097412109375, + 0.025054931640625, + -0.04583740234375, + -0.034454345703125, + -0.005352020263671875, + -0.025054931640625, + 0.034820556640625, + 0.0051727294921875, + 0.01465606689453125, + -0.007904052734375, + -0.01323699951171875, + -0.1002197265625, + 0.0273590087890625, + -0.03216552734375, + 0.01678466796875, + 0.03802490234375, + -0.020782470703125, + -0.053314208984375, + -0.0335693359375, + -0.01812744140625, + 0.0293121337890625, + -0.047607421875, + 0.035003662109375, + 0.0202484130859375, + -0.01043701171875, + 0.0017099380493164062, + 0.017852783203125, + -0.006927490234375, + 0.051513671875, + -0.0002720355987548828, + -0.031097412109375, + 0.0885009765625, + -0.0294952392578125, + 0.0018873214721679688, + 0.022125244140625, + -0.0226593017578125, + 0.0034198760986328125, + -0.01181793212890625, + -0.045135498046875, + -0.0275421142578125, + 0.049041748046875, + 0.047271728515625, + -0.0275421142578125, + 0.020965576171875, + -0.0198974609375, + 0.0355224609375, + 0.0074615478515625, + 0.0059967041015625, + -0.0036869049072265625, + -0.0007495880126953125, + -0.0236358642578125, + -0.0241546630859375, + -0.0675048828125, + -0.05364990234375, + 0.00870513916015625, + -0.056488037109375, + 0.00524139404296875, + 0.0264739990234375, + 0.0033321380615234375, + 0.0355224609375, + -0.056854248046875, + 0.0479736328125, + 0.004974365234375, + -0.00701904296875, + -0.01367950439453125, + 0.038726806640625, + -0.01412200927734375, + 0.038543701171875, + 0.0124359130859375, + -0.01190185546875, + -0.001743316650390625, + -0.004550933837890625, + -0.00799560546875, + -0.0175018310546875, + 0.0401611328125, + -0.01971435546875, + 0.0017547607421875, + -0.051513671875, + -0.01358795166015625, + 0.022918701171875, + 0.035186767578125, + 0.022918701171875, + -0.0078582763671875, + 0.028961181640625, + -0.00028324127197265625, + -0.05755615234375, + 0.0394287109375, + -0.0078582763671875, + -0.01910400390625, + 0.0179443359375, + -0.00981903076171875, + 0.0105743408203125, + 0.009368896484375, + 0.036773681640625, + 0.022735595703125, + 0.0413818359375, + 0.01483154296875, + -0.0362548828125, + -0.0156402587890625, + 0.0008549690246582031, + 0.017852783203125, + -0.0019207000732421875, + 0.0179443359375, + -0.0262908935546875, + 0.0557861328125, + -0.0156402587890625, + -0.0675048828125, + 0.0015764236450195312, + -0.0110626220703125, + -0.047607421875, + 0.0266571044921875, + 0.054718017578125, + 0.0205230712890625, + 0.009063720703125, + 0.0343017578125, + 0.0316162109375, + 0.0303802490234375, + 0.01065826416015625, + -0.005573272705078125, + -0.055084228515625, + -0.01061248779296875, + 0.049041748046875, + 0.0479736328125, + -0.060394287109375, + 0.03570556640625, + 0.047607421875, + -0.0205230712890625, + -0.034637451171875, + 0.004886627197265625, + -0.0271759033203125, + 0.034637451171875, + 0.05010986328125, + 0.0113677978515625, + -0.049041748046875, + 0.0124359130859375, + 0.01776123046875, + -0.00884246826171875, + 0.0135040283203125, + -0.0099945068359375, + -0.03997802734375, + 0.044403076171875, + -0.072509765625, + -0.010345458984375, + -0.0055084228515625, + 0.07568359375, + 0.004329681396484375, + -0.0440673828125, + -0.022735595703125, + 0.036773681640625, + 0.0109710693359375, + -0.01216888427734375, + 0.0238037109375, + 0.00013458728790283203, + 0.002620697021484375, + 0.0255889892578125, + 0.039794921875, + 0.0271759033203125, + 0.038726806640625, + 0.04034423828125, + -0.041229248046875, + 0.01678466796875, + 0.0156402587890625, + 0.0193634033203125, + 0.01270294189453125, + -0.034820556640625, + -0.0305633544921875, + -0.054718017578125, + 0.0234527587890625, + 0.0224761962890625, + 0.031280517578125, + -0.0033092498779296875, + 0.00879669189453125, + -0.01061248779296875, + -0.01412200927734375, + 0.00470733642578125, + 0.041046142578125, + 0.00830841064453125, + -0.0125274658203125, + 0.002231597900390625, + 0.034637451171875, + -0.0179443359375, + -0.033050537109375, + 0.03802490234375, + -0.0433349609375, + 0.0031757354736328125, + -0.0255889892578125, + 0.0040435791015625, + -0.0013875961303710938, + 0.009063720703125, + -0.0104827880859375, + -0.04351806640625, + -0.019805908203125, + -0.004375457763671875, + -0.0362548828125, + -0.0257568359375, + 0.0479736328125, + -0.04937744140625, + 0.0036640167236328125, + 0.043701171875, + -0.01123809814453125, + 0.0035305023193359375, + -0.053314208984375, + 0.0667724609375, + 0.035186767578125, + 0.0164337158203125, + 0.003864288330078125, + -0.0019550323486328125, + 0.0596923828125, + -0.004398345947265625, + 0.02069091796875, + 0.019989013671875, + -0.0252227783203125, + 0.048675537109375, + 0.061126708984375, + -0.005306243896484375, + -0.0421142578125, + 0.021759033203125, + 0.01021575927734375, + -0.032867431640625, + 0.041748046875, + 0.0005688667297363281, + 0.0194549560546875, + -0.004730224609375, + -0.01465606689453125, + -0.01314544677734375, + -0.0557861328125, + 0.052581787109375, + 0.008392333984375, + 0.005950927734375, + 0.0150146484375, + -0.046539306640625, + 0.02789306640625, + 0.02398681640625, + 0.048675537109375, + -0.042816162109375, + 0.07427978515625, + -0.0184783935546875, + 0.0172271728515625, + -0.024871826171875, + 0.01430511474609375, + -0.0154571533203125, + 0.0401611328125, + -0.0192718505859375, + 0.052581787109375, + 0.0183868408203125, + 0.004108428955078125, + -0.07708740234375, + -0.003353118896484375, + 0.006839752197265625, + 0.0264739990234375, + 0.032684326171875, + -0.058624267578125, + -0.03216552734375, + 0.035003662109375, + 0.030731201171875, + 0.05224609375, + -0.017852783203125, + 0.0215911865234375, + 0.00617218017578125, + -0.011016845703125, + 0.005950927734375, + -0.0202484130859375 + ], + "metadata": { + "domains": [ + "static-investigations", + "fraud-investigation" + ], + "phases": [ + "examination" + ], + "tags": [ + "metadata", + "osint" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_REMnux", + "type": "tool", + "name": "REMnux", + "content": "remnux remnux ist eine auf ubuntu basierende linux‑distribution, die eine kuratierte sammlung frei verfügbarer tools für malware‑analyse, reverse engineering und speicherforensik in einer sofort einsatzbereiten vm vereint. sie erspart analyst:innen das mühsame zusammenstellen einzelner werkzeuge, da paketverwaltung, desktop‑integration und lab‑skripte bereits vorkonfiguriert sind. zu den integrierten highlights zählen unter anderem ghidra, radare2, volatility, stegdetect sowie diverse netzwerk‑ und sandboxing‑utilities, die regelmäßig in koordinierten releases aktualisiert werden. linux-distro toolkit reverse-engineering virtualization malware-analysis incident-response network-forensics examination analysis", + "embedding": [ + -0.0181427001953125, + 0.031829833984375, + 0.0273895263671875, + -0.0163421630859375, + 0.042449951171875, + 0.0149688720703125, + 0.0018444061279296875, + -0.001293182373046875, + -0.0382080078125, + -0.00644683837890625, + -0.0301361083984375, + 0.027801513671875, + 0.01380157470703125, + -0.01580810546875, + -0.035247802734375, + 0.0212249755859375, + -0.005359649658203125, + -0.003025054931640625, + -0.0006866455078125, + 0.0159149169921875, + -0.0249481201171875, + -0.028656005859375, + -0.055206298828125, + -0.02886962890625, + -0.0102386474609375, + 0.00727081298828125, + -0.01369476318359375, + -0.0950927734375, + -0.01161956787109375, + -0.0033969879150390625, + -0.020477294921875, + -0.029937744140625, + 0.0037937164306640625, + 0.0200653076171875, + 0.004245758056640625, + -0.0312042236328125, + 0.0010547637939453125, + -0.036712646484375, + -0.02642822265625, + 0.08233642578125, + -0.002002716064453125, + 0.00572967529296875, + 0.01666259765625, + -0.0252685546875, + -0.0232391357421875, + -0.044158935546875, + 0.00732421875, + -0.01103973388671875, + 0.00705718994140625, + -0.04925537109375, + 0.040557861328125, + 0.00572967529296875, + 0.01061248779296875, + -0.04669189453125, + -0.05816650390625, + 0.0032501220703125, + 0.0307769775390625, + -0.02886962890625, + -0.046905517578125, + 0.0309906005859375, + -0.033966064453125, + -0.038848876953125, + -0.004512786865234375, + -0.016876220703125, + 0.0167694091796875, + 0.033538818359375, + -0.013214111328125, + -0.0307769775390625, + 0.0074310302734375, + 0.0133209228515625, + 0.0216522216796875, + 0.01050567626953125, + -0.01220703125, + 0.037567138671875, + -0.0430908203125, + -0.040557861328125, + 0.003978729248046875, + 0.01019287109375, + 0.01549530029296875, + 0.00817108154296875, + -0.014434814453125, + -0.0038471221923828125, + 0.04583740234375, + -0.0123138427734375, + -0.0263214111328125, + -0.006740570068359375, + 0.0189971923828125, + -0.00019407272338867188, + 0.01226043701171875, + -0.027069091796875, + 0.03289794921875, + 0.007640838623046875, + 0.02484130859375, + -0.0364990234375, + 0.0261077880859375, + 0.040557861328125, + -0.02313232421875, + -0.01560211181640625, + -0.0341796875, + 0.0245208740234375, + 0.0316162109375, + -0.036102294921875, + 0.0303497314453125, + -0.0048828125, + 0.0133209228515625, + -0.034820556640625, + -0.01380157470703125, + 0.0030117034912109375, + -0.0031585693359375, + -0.0018177032470703125, + -0.0836181640625, + -0.0116729736328125, + -0.032470703125, + -0.042877197265625, + -0.00615692138671875, + 0.01183319091796875, + -0.0029582977294921875, + 0.03546142578125, + -0.05328369140625, + -0.0657958984375, + 0.0312042236328125, + 0.00785064697265625, + -0.016021728515625, + 0.0159149169921875, + -0.053924560546875, + -0.04669189453125, + -0.0183563232421875, + 0.0303497314453125, + -0.032684326171875, + -0.001552581787109375, + -0.0303497314453125, + -0.031402587890625, + -0.038848876953125, + -0.01019287109375, + -0.0018444061279296875, + -0.04437255859375, + 0.025360107421875, + 0.0072174072265625, + -0.0238800048828125, + 0.02069091796875, + 0.0594482421875, + -0.0267486572265625, + -0.0305633544921875, + 0.0113067626953125, + -0.01824951171875, + 0.0178375244140625, + -0.0051727294921875, + 0.06622314453125, + -0.01358795166015625, + 0.01549530029296875, + -0.01204681396484375, + 0.02801513671875, + 0.043304443359375, + 0.006130218505859375, + -0.0074310302734375, + -0.05731201171875, + -0.007801055908203125, + 0.00626373291015625, + 0.033966064453125, + 0.003978729248046875, + -0.005573272705078125, + -0.0165557861328125, + 0.0086517333984375, + 0.01284027099609375, + -0.002414703369140625, + -0.045013427734375, + -0.0214385986328125, + -0.0238800048828125, + 0.024200439453125, + -0.0005936622619628906, + 0.02972412109375, + 0.0189971923828125, + 0.053497314453125, + 0.050537109375, + -0.0133209228515625, + 0.036102294921875, + -0.00533294677734375, + 0.0043792724609375, + 0.027069091796875, + 0.01369476318359375, + -0.035247802734375, + -0.023773193359375, + 0.047760009765625, + -0.0012607574462890625, + 0.021759033203125, + 0.0022029876708984375, + -0.01560211181640625, + -0.0364990234375, + -0.014434814453125, + 0.0176239013671875, + -0.024627685546875, + -0.0043792724609375, + -0.007747650146484375, + 0.0094451904296875, + -0.01071929931640625, + 0.0560302734375, + 0.032257080078125, + -0.0179443359375, + 0.05242919921875, + -0.00019156932830810547, + -0.00197601318359375, + 0.022613525390625, + 0.0284423828125, + 0.0307769775390625, + 0.0211181640625, + 0.0019235610961914062, + 0.024200439453125, + 0.039276123046875, + 0.0165557861328125, + -0.00949859619140625, + -0.0207977294921875, + 0.06964111328125, + -0.010986328125, + -0.0159149169921875, + -0.029510498046875, + -0.020477294921875, + 0.0169830322265625, + -0.00554656982421875, + 0.0207977294921875, + 0.0020294189453125, + -0.0225067138671875, + -0.018890380859375, + 0.019744873046875, + 0.0341796875, + -0.00543975830078125, + 0.0430908203125, + 0.018463134765625, + -0.03863525390625, + -0.024200439453125, + 0.03692626953125, + 0.0041656494140625, + 0.054779052734375, + 0.0176239013671875, + -0.00817108154296875, + -0.031402587890625, + -0.020477294921875, + 0.025787353515625, + 0.03375244140625, + 0.01708984375, + 0.0066070556640625, + -0.01194000244140625, + -0.006420135498046875, + -0.0303497314453125, + 0.05072021484375, + 0.01751708984375, + 0.0003466606140136719, + 0.0008425712585449219, + -0.005146026611328125, + 0.03692626953125, + 0.0657958984375, + -0.06878662109375, + -0.0179443359375, + -0.05902099609375, + -0.0015659332275390625, + -0.05987548828125, + -0.0192108154296875, + -0.01337432861328125, + -0.0305633544921875, + 0.061126708984375, + -0.02197265625, + -0.036285400390625, + 0.000457763671875, + 0.0254669189453125, + -0.0038471221923828125, + 0.05413818359375, + -0.0014858245849609375, + -0.0271759033203125, + 0.00443267822265625, + 0.05987548828125, + -0.0161285400390625, + -0.024200439453125, + -0.010772705078125, + -0.0238800048828125, + 0.004695892333984375, + -0.01141357421875, + -0.0018968582153320312, + -0.014862060546875, + 0.037353515625, + 0.0228271484375, + 0.027801513671875, + -0.0180511474609375, + 0.006900787353515625, + -0.006130218505859375, + 0.062408447265625, + -0.026214599609375, + 0.0042724609375, + 0.0017251968383789062, + -0.00795745849609375, + 0.003978729248046875, + -0.043304443359375, + -0.0003249645233154297, + 0.0309906005859375, + 0.007587432861328125, + 0.02557373046875, + -0.00371551513671875, + -0.06536865234375, + 0.013427734375, + -0.0146484375, + 0.00666046142578125, + 0.00849151611328125, + 0.02239990234375, + -0.03948974609375, + 0.01528167724609375, + -0.0165557861328125, + 0.0176239013671875, + -0.0263214111328125, + -0.042022705078125, + 0.00849151611328125, + 0.01294708251953125, + -0.03948974609375, + -0.00917816162109375, + 0.010345458984375, + -0.038848876953125, + 0.0042724609375, + -0.025360107421875, + -0.01039886474609375, + -0.04754638671875, + -0.05157470703125, + 0.01708984375, + -0.0305633544921875, + -0.01953125, + -0.01082611083984375, + 0.040557861328125, + -0.0063934326171875, + -0.0011472702026367188, + -0.0082244873046875, + 0.004245758056640625, + -0.0261077880859375, + 0.00992584228515625, + -0.02069091796875, + 0.0447998046875, + 0.005916595458984375, + 0.04266357421875, + 0.029083251953125, + 0.0212249755859375, + 0.0276031494140625, + 0.052642822265625, + 0.043304443359375, + -0.0203857421875, + -0.0116729736328125, + -0.006237030029296875, + 0.01226043701171875, + 0.006740570068359375, + -0.040130615234375, + -0.019317626953125, + 0.001598358154296875, + -0.01183319091796875, + -0.0005006790161132812, + 0.0273895263671875, + 0.028228759765625, + 0.04266357421875, + -0.020477294921875, + 0.005626678466796875, + 0.05731201171875, + 0.0114593505859375, + 0.08404541015625, + 0.00695037841796875, + -0.042236328125, + 0.0022029876708984375, + 0.046051025390625, + 0.0165557861328125, + 0.0157012939453125, + 0.0307769775390625, + 0.007904052734375, + -0.0054931640625, + 0.055206298828125, + -0.011993408203125, + 0.02972412109375, + 0.0024814605712890625, + 0.0012674331665039062, + 0.0033969879150390625, + -0.0205841064453125, + 0.04180908203125, + 0.03692626953125, + 0.04522705078125, + 0.0146484375, + 0.03948974609375, + -0.0238800048828125, + -0.0230255126953125, + -0.0080108642578125, + -0.049468994140625, + -0.0001251697540283203, + 0.043304443359375, + 0.0057830810546875, + 0.0228271484375, + -0.00795745849609375, + -0.05413818359375, + 0.0307769775390625, + -0.03289794921875, + 0.06964111328125, + 0.0247344970703125, + 0.00716400146484375, + 0.03863525390625, + -0.0227203369140625, + 0.0301361083984375, + 0.040557861328125, + -0.01422119140625, + 0.020477294921875, + 0.0228271484375, + 0.0364990234375, + 0.027801513671875, + -0.036285400390625, + 0.0267486572265625, + 0.045013427734375, + 0.010986328125, + -0.009552001953125, + 0.0263214111328125, + 0.0180511474609375, + 0.004486083984375, + -0.0312042236328125, + 0.036712646484375, + 0.037567138671875, + -0.00817108154296875, + 0.0007662773132324219, + -0.0179443359375, + 0.0026397705078125, + -0.061981201171875, + -0.00583648681640625, + -0.0104522705078125, + 0.00655364990234375, + 0.0009417533874511719, + 0.026214599609375, + -0.05987548828125, + -0.016876220703125, + 0.05859375, + -0.078125, + 0.0254669189453125, + -0.0141143798828125, + -0.0074310302734375, + 0.00795745849609375, + -0.00817108154296875, + -0.056884765625, + 0.00917816162109375, + -0.053070068359375, + -0.05645751953125, + 0.0260009765625, + 0.0234527587890625, + -0.05413818359375, + -0.032470703125, + -0.01136016845703125, + -0.0249481201171875, + -0.024200439453125, + -0.0030517578125, + 0.04840087890625, + -0.0143280029296875, + 0.009979248046875, + 0.005573272705078125, + 0.035675048828125, + -0.0316162109375, + -0.006687164306640625, + 0.0254669189453125, + -0.005680084228515625, + -0.03289794921875, + 0.02972412109375, + -0.00727081298828125, + 0.0269622802734375, + -0.0025730133056640625, + -0.016021728515625, + -0.01316070556640625, + 0.029296875, + -0.0016050338745117188, + 0.018463134765625, + -0.0312042236328125, + -0.0183563232421875, + -0.02154541015625, + 0.037139892578125, + 0.00019407272338867188, + 0.04522705078125, + -0.00594329833984375, + -0.05902099609375, + 0.01995849609375, + -0.0462646484375, + -0.0161285400390625, + -0.0038738250732421875, + -0.0059967041015625, + 0.0084381103515625, + 0.087890625, + -0.01284027099609375, + -0.035247802734375, + -0.0350341796875, + 0.0341796875, + 0.00785064697265625, + -0.00737762451171875, + -0.044158935546875, + 0.07513427734375, + 0.046478271484375, + -0.050323486328125, + -0.01506805419921875, + -0.044586181640625, + 0.0094451904296875, + 0.05560302734375, + -0.053924560546875, + 0.00716400146484375, + 0.0012674331665039062, + -0.070068359375, + -0.025054931640625, + -0.01358795166015625, + -0.042236328125, + -0.0265350341796875, + 0.032684326171875, + 0.0207977294921875, + -0.00907135009765625, + 0.03692626953125, + 0.01751708984375, + -0.0020427703857421875, + 0.019317626953125, + -0.0005006790161132812, + -0.020477294921875, + 0.006183624267578125, + -0.051361083984375, + -0.0303497314453125, + -0.00727081298828125, + 0.0430908203125, + -0.050537109375, + 0.01422119140625, + 0.00048089027404785156, + -0.021759033203125, + 0.041168212890625, + -0.03289794921875, + 0.0092315673828125, + -0.05157470703125, + -0.0309906005859375, + -0.016876220703125, + -0.01751708984375, + 0.0118865966796875, + 0.039703369140625, + 0.00360870361328125, + 0.047119140625, + 0.0100860595703125, + -0.048187255859375, + 0.01517486572265625, + 0.0020427703857421875, + 0.00101470947265625, + 0.011993408203125, + -0.0030117034912109375, + -0.0251617431640625, + 0.0016384124755859375, + 0.04180908203125, + -0.022918701171875, + -0.004405975341796875, + -0.08319091796875, + 0.01273345947265625, + 0.01161956787109375, + -0.02557373046875, + -0.0162353515625, + -0.031829833984375, + -0.05859375, + 0.00400543212890625, + 0.00933837890625, + -0.0008559226989746094, + -0.00238800048828125, + -0.041595458984375, + -0.046905517578125, + 0.00907135009765625, + -0.0271759033203125, + 0.043304443359375, + -0.0247344970703125, + -0.007587432861328125, + 0.006076812744140625, + -0.041595458984375, + 0.007110595703125, + 0.036712646484375, + 0.0222930908203125, + 0.0125274658203125, + 0.04669189453125, + -0.0192108154296875, + 0.041168212890625, + 0.008544921875, + -0.0180511474609375, + -0.00971221923828125, + -0.0094451904296875, + 0.034393310546875, + -0.027801513671875, + -0.01666259765625, + 0.02886962890625, + 0.016876220703125, + -0.00594329833984375, + 0.001247406005859375, + -0.0227203369140625, + 0.0227203369140625, + -0.00350189208984375, + 0.042236328125, + -0.053924560546875, + -0.0399169921875, + -0.0102386474609375, + 0.0185699462890625, + 0.01910400390625, + 0.0131072998046875, + -0.01177978515625, + -0.027801513671875, + -0.0126800537109375, + 0.045654296875, + -0.037353515625, + -0.01236724853515625, + -0.04925537109375, + 0.01506805419921875, + 0.0009813308715820312, + 0.052215576171875, + 0.0007262229919433594, + 0.0657958984375, + 0.01751708984375, + -0.0043792724609375, + 0.033966064453125, + 0.055206298828125, + 0.02313232421875, + -0.033111572265625, + -0.06494140625, + 0.0203857421875, + 0.0030117034912109375, + -0.01666259765625, + -0.023773193359375, + 0.01114654541015625, + 0.07769775390625, + -0.0819091796875, + -0.006847381591796875, + -0.0022029876708984375, + 0.0039005279541015625, + 0.01226043701171875, + 0.014007568359375, + 0.004669189453125, + 0.01273345947265625, + -0.00795745849609375, + -0.032470703125, + -0.0009551048278808594, + 0.0032634735107421875, + 0.012786865234375, + 0.06365966796875, + 0.00360870361328125, + -0.0511474609375, + 0.061981201171875, + 0.014434814453125, + 0.0333251953125, + 0.041595458984375, + 0.01337432861328125, + 0.01560211181640625, + 0.01263427734375, + 0.0162353515625, + 0.06622314453125, + -0.0258941650390625, + -0.0236663818359375, + 0.00511932373046875, + 0.0145416259765625, + 0.0341796875, + 0.03289794921875, + -0.005016326904296875, + 0.006076812744140625, + -0.0051727294921875, + -0.06536865234375, + 0.0146484375, + 0.0196380615234375, + -0.0214385986328125, + -0.0350341796875, + -0.0772705078125, + 0.0149688720703125, + -0.04925537109375, + 0.036712646484375, + -0.00705718994140625, + -0.024200439453125, + -0.0163421630859375, + 0.051788330078125, + 0.01161956787109375, + -0.01824951171875, + 0.041595458984375, + -0.005306243896484375, + -0.00634002685546875, + -0.004642486572265625, + -0.0276031494140625, + 0.01580810546875, + -0.035675048828125, + -0.08917236328125, + -0.0176239013671875, + 0.02069091796875, + -0.0149688720703125, + -0.039276123046875, + -0.0252685546875, + 0.027069091796875, + -0.02557373046875, + -0.056884765625, + -0.038421630859375, + -0.036102294921875, + 0.0100860595703125, + -0.00705718994140625, + -0.000659942626953125, + -0.004405975341796875, + -0.03204345703125, + -0.005680084228515625, + -0.0002834796905517578, + -0.0210113525390625, + 0.0382080078125, + -0.036712646484375, + 0.03546142578125, + 0.0220794677734375, + 0.00897216796875, + 0.028228759765625, + 0.054779052734375, + -0.008758544921875, + 0.0038738250732421875, + -0.01258087158203125, + -0.07135009765625, + 0.006847381591796875, + -0.01380157470703125, + 0.0010747909545898438, + -0.07769775390625, + 0.002559661865234375, + 0.054779052734375, + -0.0640869140625, + 0.0104522705078125, + -0.020477294921875, + -0.00666046142578125, + -0.02886962890625, + 0.0165557861328125, + 0.0205841064453125, + 0.0254669189453125, + 0.08489990234375, + 0.00634002685546875, + -0.0143280029296875, + -0.00902557373046875, + -0.05731201171875, + 0.0447998046875, + 0.020904541015625, + 0.0316162109375, + -0.038421630859375, + 0.03289794921875, + 0.00443267822265625, + -0.0157012939453125, + 0.006687164306640625, + -0.07049560546875, + 0.05560302734375, + 0.0006432533264160156, + 0.004352569580078125, + 0.00572967529296875, + 0.01560211181640625, + -0.032470703125, + -0.0165557861328125, + -0.03460693359375, + 0.01141357421875, + -0.01019287109375, + 0.0072174072265625, + -0.0220794677734375, + -0.0147552490234375, + -0.01580810546875, + -0.060272216796875, + -0.00859832763671875, + -0.04669189453125, + 0.0256805419921875, + -0.0260009765625, + -0.0640869140625, + 0.04266357421875, + -0.00666046142578125, + -0.007587432861328125, + 0.01172637939453125, + 0.05645751953125, + -0.0316162109375, + 0.0247344970703125, + 0.005069732666015625, + 0.0341796875, + 0.006130218505859375, + -0.0028133392333984375, + -0.0031833648681640625, + 0.040771484375, + 0.0094451904296875, + -0.048828125, + 0.054351806640625, + 0.01136016845703125, + -0.0301361083984375, + -0.05645751953125, + -0.0309906005859375, + -0.0169830322265625, + 0.0247344970703125, + 0.0026798248291015625, + 0.02239990234375, + 0.026214599609375, + -0.0113067626953125, + -0.0985107421875, + 0.04754638671875, + -0.0159149169921875, + 0.031829833984375, + 0.01125335693359375, + -0.01708984375, + -0.0836181640625, + -0.04925537109375, + 0.0037937164306640625, + 0.0169830322265625, + -0.03778076171875, + 0.052001953125, + 0.0284423828125, + 0.0108795166015625, + -0.009552001953125, + -0.0149688720703125, + 0.01125335693359375, + 0.041168212890625, + 0.01995849609375, + -0.032470703125, + 0.07769775390625, + -0.035675048828125, + 0.03546142578125, + -0.0271759033203125, + 0.0133209228515625, + -0.0027866363525390625, + 0.004085540771484375, + -0.032470703125, + 0.0157012939453125, + 0.0067138671875, + 0.0382080078125, + -0.0018835067749023438, + 0.0032634735107421875, + -0.032470703125, + 0.01114654541015625, + 0.00228118896484375, + -0.004192352294921875, + 0.00289154052734375, + 0.00533294677734375, + -0.0273895263671875, + -0.0055999755859375, + -0.09210205078125, + -0.06878662109375, + 0.01194000244140625, + -0.02154541015625, + -0.01305389404296875, + 0.0205841064453125, + 0.006793975830078125, + 0.022613525390625, + -0.047760009765625, + 0.00870513916015625, + -0.005809783935546875, + -0.01506805419921875, + -0.025360107421875, + 0.035247802734375, + -0.01506805419921875, + 0.01125335693359375, + 0.0014390945434570312, + -0.04583740234375, + 0.0149688720703125, + -0.022186279296875, + -0.01506805419921875, + -0.016876220703125, + -0.014007568359375, + -0.035888671875, + 0.0263214111328125, + -0.06451416015625, + -0.0106658935546875, + 0.0169830322265625, + 0.0214385986328125, + -0.005199432373046875, + -0.0261077880859375, + 0.041595458984375, + 0.01220703125, + -0.06622314453125, + 0.0169830322265625, + -0.0159149169921875, + -0.03546142578125, + -0.0220794677734375, + -0.01580810546875, + 0.0005970001220703125, + 0.019317626953125, + 0.042022705078125, + 0.046051025390625, + 0.050933837890625, + -0.01273345947265625, + -0.034820556640625, + 0.028228759765625, + -0.03289794921875, + 0.039703369140625, + 0.0251617431640625, + 0.00695037841796875, + -0.0015125274658203125, + 0.019317626953125, + 0.0041656494140625, + -0.06707763671875, + -0.0240936279296875, + -0.042022705078125, + -0.046051025390625, + -0.00981903076171875, + 0.092529296875, + 0.032684326171875, + 0.01183319091796875, + 0.04095458984375, + 0.028228759765625, + 0.029083251953125, + -0.00992584228515625, + -0.006103515625, + -0.06365966796875, + 0.0019369125366210938, + 0.04034423828125, + 0.003276824951171875, + -0.06964111328125, + 0.06964111328125, + 0.08154296875, + 0.0004246234893798828, + 0.0128936767578125, + -0.0198516845703125, + -0.0159149169921875, + 0.0364990234375, + 0.0234527587890625, + 0.0011472702026367188, + -0.06494140625, + -0.006317138671875, + 0.0123138427734375, + 0.0072174072265625, + -0.02069091796875, + -0.027801513671875, + -0.01560211181640625, + 0.032684326171875, + -0.06451416015625, + -0.00827789306640625, + 0.01380157470703125, + 0.06451416015625, + -0.01953125, + -0.01013946533203125, + -0.03863525390625, + 0.05010986328125, + 0.029510498046875, + 0.001373291015625, + -0.0080108642578125, + 0.0114593505859375, + -0.0146484375, + 0.0161285400390625, + 0.0657958984375, + 0.0207977294921875, + 0.049041748046875, + 0.00360870361328125, + -0.04583740234375, + 0.0218658447265625, + -0.0176239013671875, + 0.0194244384765625, + -0.0186767578125, + -0.031402587890625, + -0.037139892578125, + -0.0174102783203125, + 0.03289794921875, + 0.007694244384765625, + 0.045654296875, + 0.03546142578125, + 0.00572967529296875, + -0.01194000244140625, + -0.0032634735107421875, + 0.02972412109375, + 0.0462646484375, + 0.044586181640625, + 0.03948974609375, + 0.018890380859375, + 0.04266357421875, + 0.0030651092529296875, + -0.014434814453125, + 0.031402587890625, + -0.03692626953125, + 0.012786865234375, + -0.0692138671875, + -0.02972412109375, + 0.02642822265625, + -0.029296875, + 0.0167694091796875, + -0.0243072509765625, + -0.0245208740234375, + -0.017730712890625, + -0.0528564453125, + -0.007904052734375, + 0.053497314453125, + -0.047332763671875, + 0.01580810546875, + 0.035888671875, + -0.029937744140625, + 0.020172119140625, + -0.038848876953125, + 0.050537109375, + 0.0211181640625, + 0.041168212890625, + -0.0035552978515625, + -0.01050567626953125, + 0.0029850006103515625, + -0.01177978515625, + 0.00949859619140625, + 0.0307769775390625, + -0.0263214111328125, + 0.053497314453125, + 0.02972412109375, + 0.01316070556640625, + -0.0333251953125, + 0.0183563232421875, + 0.0096588134765625, + -0.07427978515625, + 0.035675048828125, + 0.01666259765625, + 0.03204345703125, + -0.00157928466796875, + -0.0033969879150390625, + -0.019317626953125, + -0.060272216796875, + 0.052642822265625, + 0.040130615234375, + -0.016448974609375, + 0.034393310546875, + -0.0212249755859375, + 0.0341796875, + 0.00036644935607910156, + 0.072998046875, + -0.0413818359375, + 0.05859375, + 0.0024814605712890625, + 0.0202789306640625, + 0.0022430419921875, + 0.005573272705078125, + -0.0207977294921875, + 0.036102294921875, + -0.033966064453125, + 0.0537109375, + 0.0305633544921875, + -0.036285400390625, + -0.04351806640625, + -0.0232391357421875, + 0.02801513671875, + -0.0029048919677734375, + 0.05242919921875, + -0.05731201171875, + -0.006900787353515625, + -0.0309906005859375, + 0.0316162109375, + 0.07049560546875, + 0.0030651092529296875, + 0.009552001953125, + -0.00565338134765625, + 0.0011873245239257812, + -0.0139007568359375, + 0.0026397705078125 + ], + "metadata": { + "domains": [ + "malware-analysis", + "incident-response", + "network-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "linux-distro", + "toolkit", + "reverse-engineering", + "virtualization" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_ArcGIS", + "type": "tool", + "name": "ArcGIS", + "content": "arcgis esris kommerzielle gis-plattform transformiert forensische geodaten in aussagekräftige räumliche analysen für ermittlungen. besonders wertvoll für komplexe bewegungsprofile aus gps-logs, cell-tower-triangulation und fahrzeug-telematik. die arcmap-desktop-anwendung bietet erweiterte spatial-queries: buffer-analysen identifizieren verdächtige in tatort-nähe, hot-spot-detection findet kriminalitätsschwerpunkte, network-analyst berechnet optimale fluchtrouten. integration mit datenbanken ermöglicht korrelation von orten mit personen, fahrzeugen, kommunikation. die 3d-scene-funktionen rekonstruieren tatorte photorealistisch. crime-mapping- extensions speziell für strafverfolgung. der enterprise-fokus bedeutet hohe kosten (ab 7.000€) und schulungsaufwand, aber bewährte kompetenz für geo-intelligence. mapping visualization fraud-investigation network-forensics reporting", + "embedding": [ + -0.036041259765625, + 0.0237274169921875, + 0.04058837890625, + -0.01078033447265625, + 0.0096893310546875, + 0.0212860107421875, + 0.0219268798828125, + -0.0033969879150390625, + -0.01322174072265625, + -0.000014483928680419922, + -0.04473876953125, + 0.042205810546875, + 0.0008096694946289062, + -0.0163116455078125, + -0.049652099609375, + 0.048553466796875, + -0.005252838134765625, + 0.0180206298828125, + 0.00891876220703125, + -0.031707763671875, + -0.0131378173828125, + 0.0216522216796875, + -0.03515625, + 0.0192108154296875, + 0.01241302490234375, + 0.02264404296875, + -0.030975341796875, + -0.0244598388671875, + -0.017486572265625, + 0.010101318359375, + 0.01377105712890625, + -0.032257080078125, + -0.01422119140625, + 0.0557861328125, + -0.017669677734375, + -0.0269927978515625, + -0.00942230224609375, + -0.017120361328125, + -0.0216522216796875, + 0.0182037353515625, + -0.016387939453125, + -0.0180206298828125, + 0.01195526123046875, + -0.00942230224609375, + -0.02899169921875, + -0.0411376953125, + -0.00423431396484375, + -0.014495849609375, + -0.0035552978515625, + -0.019287109375, + 0.016754150390625, + 0.041290283203125, + 0.007610321044921875, + 0.00428009033203125, + -0.036224365234375, + 0.01666259765625, + -0.001064300537109375, + -0.016937255859375, + -0.0266265869140625, + 0.05072021484375, + -0.0180206298828125, + -0.00860595703125, + -0.01503753662109375, + 0.01096343994140625, + -0.006793975830078125, + 0.0277252197265625, + -0.02337646484375, + -0.006885528564453125, + 0.003826141357421875, + 0.0178375244140625, + 0.004550933837890625, + 0.00011461973190307617, + -0.0129547119140625, + 0.022918701171875, + -0.006610870361328125, + -0.0218353271484375, + 0.0115966796875, + 0.014129638671875, + -0.0031032562255859375, + -0.0277252197265625, + -0.055084228515625, + 0.0162200927734375, + 0.047454833984375, + -0.0404052734375, + -0.0086517333984375, + 0.0131378173828125, + 0.031158447265625, + 0.0085601806640625, + 0.002071380615234375, + -0.0056610107421875, + 0.0131378173828125, + 0.0020160675048828125, + 0.0467529296875, + -0.03369140625, + 0.0214691162109375, + 0.07501220703125, + -0.0129547119140625, + -0.01377105712890625, + -0.0005097389221191406, + 0.0277252197265625, + -0.006069183349609375, + -0.0302581787109375, + 0.041656494140625, + -0.00348663330078125, + 0.054351806640625, + -0.042205810546875, + 0.023193359375, + 0.00005447864532470703, + 0.007610321044921875, + -0.0242767333984375, + -0.07647705078125, + -0.044189453125, + -0.00923919677734375, + -0.06378173828125, + 0.0183868408203125, + 0.0212860107421875, + -0.0228271484375, + 0.045654296875, + -0.071044921875, + -0.0129547119140625, + 0.037872314453125, + 0.03277587890625, + 0.00634002685546875, + 0.00647735595703125, + -0.042572021484375, + -0.054351806640625, + 0.02825927734375, + 0.005458831787109375, + -0.053985595703125, + 0.0014324188232421875, + -0.036956787109375, + -0.042572021484375, + -0.008697509765625, + -0.014312744140625, + 0.019927978515625, + 0.0014095306396484375, + 0.03515625, + -0.01232147216796875, + -0.0182952880859375, + 0.0291748046875, + 0.01186370849609375, + -0.0203857421875, + -0.04638671875, + -0.0026607513427734375, + -0.053985595703125, + -0.01322174072265625, + -0.005931854248046875, + 0.05181884765625, + -0.011322021484375, + -0.0021514892578125, + -0.00792694091796875, + -0.0070648193359375, + 0.048187255859375, + 0.016754150390625, + 0.0012454986572265625, + -0.05218505859375, + -0.0034656524658203125, + -0.0022411346435546875, + 0.04998779296875, + -0.0016527175903320312, + -0.01340484619140625, + 0.0300750732421875, + 0.022552490234375, + 0.0235443115234375, + -0.0211029052734375, + -0.0579833984375, + -0.036956787109375, + 0.0273590087890625, + 0.01096343994140625, + -0.00482177734375, + 0.02001953125, + -0.0340576171875, + 0.058685302734375, + 0.0703125, + -0.0010528564453125, + 0.0404052734375, + 0.0083770751953125, + -0.031158447265625, + 0.0248260498046875, + 0.01045989990234375, + -0.0214691162109375, + -0.0069732666015625, + 0.0188446044921875, + -0.013946533203125, + 0.0246429443359375, + 0.00554656982421875, + -0.0218353271484375, + -0.007335662841796875, + -0.0131378173828125, + 0.031341552734375, + -0.043853759765625, + -0.0297088623046875, + -0.00441741943359375, + 0.03424072265625, + 0.0153961181640625, + 0.07861328125, + -0.01241302490234375, + -0.005344390869140625, + 0.01522064208984375, + -0.0031032562255859375, + -0.01073455810546875, + 0.049285888671875, + 0.007335662841796875, + 0.01522064208984375, + 0.01213836669921875, + 0.0214691162109375, + 0.01322174072265625, + 0.03460693359375, + 0.0215606689453125, + -0.02337646484375, + -0.00652313232421875, + 0.04638671875, + -0.0207366943359375, + -0.0203857421875, + -0.034423828125, + -0.0467529296875, + -0.0153045654296875, + -0.00896453857421875, + -0.0015058517456054688, + 0.003509521484375, + -0.0207366943359375, + -0.054718017578125, + -0.020294189453125, + 0.017303466796875, + -0.0266265869140625, + 0.0190277099609375, + 0.0284423828125, + -0.0295257568359375, + -0.0112762451171875, + -0.01358795166015625, + 0.032440185546875, + 0.023193359375, + -0.0240936279296875, + -0.00031280517578125, + 0.003917694091796875, + -0.025543212890625, + 0.0246429443359375, + 0.00806427001953125, + 0.042205810546875, + 0.0011777877807617188, + -0.03369140625, + 0.022186279296875, + -0.0240936279296875, + 0.0269927978515625, + 0.037872314453125, + -0.0128631591796875, + -0.0048675537109375, + -0.00910186767578125, + 0.01195526123046875, + 0.0411376953125, + -0.055450439453125, + -0.00765228271484375, + -0.07501220703125, + 0.0211944580078125, + -0.0411376953125, + -0.037322998046875, + -0.031341552734375, + -0.007472991943359375, + 0.042205810546875, + -0.04022216796875, + -0.038421630859375, + -0.00428009033203125, + 0.0244598388671875, + 0.014495849609375, + 0.0340576171875, + 0.03277587890625, + -0.034423828125, + -0.0128631591796875, + 0.0662841796875, + 0.0184783935546875, + 0.002796173095703125, + -0.004032135009765625, + 0.049652099609375, + -0.006656646728515625, + 0.04022216796875, + -0.03985595703125, + 0.02337646484375, + 0.0244598388671875, + 0.024993896484375, + 0.005977630615234375, + -0.0153045654296875, + 0.035858154296875, + 0.0027179718017578125, + 0.031341552734375, + -0.044921875, + -0.034423828125, + -0.0030574798583984375, + 0.0400390625, + -0.0189361572265625, + -0.07244873046875, + -0.004665374755859375, + 0.06414794921875, + 0.005275726318359375, + 0.004573822021484375, + 0.01213836669921875, + -0.025909423828125, + 0.02880859375, + 0.003215789794921875, + -0.00004088878631591797, + 0.03277587890625, + 0.0389404296875, + -0.042388916015625, + -0.0051422119140625, + 0.0185699462890625, + 0.022552490234375, + -0.055084228515625, + -0.0298919677734375, + -0.01467132568359375, + 0.00022363662719726562, + -0.0706787109375, + -0.0015735626220703125, + 0.0191192626953125, + -0.025909423828125, + 0.00559234619140625, + -0.04095458984375, + 0.0298919677734375, + -0.025177001953125, + -0.05108642578125, + 0.00769805908203125, + -0.05035400390625, + -0.047821044921875, + -0.0277252197265625, + 0.0452880859375, + 0.008514404296875, + 0.0182952880859375, + -0.01104736328125, + -0.0190277099609375, + -0.0154876708984375, + -0.01522064208984375, + -0.0266265869140625, + 0.022369384765625, + -0.00942230224609375, + 0.025909423828125, + 0.0239105224609375, + 0.0347900390625, + -0.0019474029541015625, + 0.059051513671875, + 0.048187255859375, + -0.017303466796875, + 0.0026721954345703125, + 0.0189361572265625, + 0.0240936279296875, + 0.0264434814453125, + -0.0182952880859375, + -0.0269927978515625, + -0.01377105712890625, + -0.043853759765625, + 0.005615234375, + 0.0246429443359375, + 0.0013704299926757812, + 0.016754150390625, + -0.035858154296875, + -0.0187530517578125, + 0.0692138671875, + -0.009918212890625, + 0.1021728515625, + -0.022186279296875, + -0.043853759765625, + 0.0071563720703125, + 0.01032257080078125, + -0.01386260986328125, + -0.03314208984375, + 0.042205810546875, + -0.0128631591796875, + -0.00652313232421875, + 0.0083770751953125, + -0.020111083984375, + 0.041290283203125, + -0.0248260498046875, + -0.0209197998046875, + 0.0110931396484375, + -0.0179290771484375, + 0.002468109130859375, + 0.048187255859375, + 0.043304443359375, + -0.01186370849609375, + 0.005252838134765625, + -0.060882568359375, + -0.019378662109375, + -0.04998779296875, + -0.044921875, + 0.0340576171875, + 0.0291748046875, + 0.0129547119140625, + 0.026092529296875, + -0.0655517578125, + -0.09637451171875, + 0.025543212890625, + -0.011688232421875, + 0.0670166015625, + 0.059783935546875, + -0.00946807861328125, + 0.0467529296875, + -0.038238525390625, + 0.00656890869140625, + 0.0302581787109375, + 0.00806427001953125, + 0.030609130859375, + 0.05255126953125, + 0.031158447265625, + -0.0035552978515625, + -0.020111083984375, + 0.0347900390625, + 0.01386260986328125, + 0.0182037353515625, + -0.019744873046875, + 0.03350830078125, + 0.032440185546875, + 0.01485443115234375, + -0.00769805908203125, + 0.036407470703125, + 0.02001953125, + -0.047088623046875, + -0.0220947265625, + -0.031707763671875, + 0.0208282470703125, + -0.0452880859375, + -0.0015287399291992188, + -0.01386260986328125, + 0.005523681640625, + 0.017303466796875, + 0.008880615234375, + -0.05181884765625, + 0.0157623291015625, + 0.0298919677734375, + -0.06304931640625, + 0.032073974609375, + 0.0211944580078125, + -0.03497314453125, + 0.019378662109375, + -0.0213775634765625, + -0.05108642578125, + 0.0467529296875, + -0.030792236328125, + -0.02227783203125, + 0.019744873046875, + 0.0027618408203125, + -0.038421630859375, + -0.042022705078125, + -0.0219268798828125, + -0.0018568038940429688, + 0.00140380859375, + 0.0111846923828125, + 0.0460205078125, + 0.00414276123046875, + -0.0191192626953125, + 0.01055145263671875, + 0.04510498046875, + 0.0021514892578125, + -0.03985595703125, + 0.037322998046875, + -0.0248260498046875, + -0.0295257568359375, + 0.01045989990234375, + 0.0237274169921875, + 0.0266265869140625, + -0.036224365234375, + -0.002536773681640625, + -0.0115966796875, + 0.023193359375, + 0.0129547119140625, + 0.01386260986328125, + -0.0239105224609375, + -0.05181884765625, + -0.036773681640625, + 0.0269927978515625, + 0.007427215576171875, + 0.03460693359375, + -0.0057525634765625, + -0.07318115234375, + 0.032073974609375, + -0.05255126953125, + -0.0184783935546875, + -0.00811004638671875, + 0.02337646484375, + -0.02880859375, + 0.060150146484375, + 0.01241302490234375, + -0.0266265869140625, + -0.0125885009765625, + 0.06378173828125, + 0.0004925727844238281, + 0.00647735595703125, + -0.06488037109375, + 0.048187255859375, + -0.002445220947265625, + -0.049285888671875, + -0.003940582275390625, + -0.02056884765625, + -0.006839752197265625, + 0.0355224609375, + -0.048553466796875, + 0.006702423095703125, + 0.006114959716796875, + -0.080810546875, + -0.01666259765625, + -0.044189453125, + -0.0333251953125, + -0.0297088623046875, + 0.0239105224609375, + 0.03515625, + -0.0069732666015625, + 0.03912353515625, + 0.0239105224609375, + 0.0209197998046875, + 0.0275421142578125, + 0.0211944580078125, + -0.0083770751953125, + 0.0300750732421875, + -0.05108642578125, + -0.014404296875, + -0.02337646484375, + 0.0411376953125, + -0.043121337890625, + 0.003192901611328125, + 0.0163116455078125, + -0.0192108154296875, + 0.0237274169921875, + -0.01204681396484375, + -0.01096343994140625, + -0.022918701171875, + -0.0214691162109375, + -0.0271759033203125, + -0.04058837890625, + -0.00418853759765625, + 0.034423828125, + -0.01123046875, + 0.0153045654296875, + 0.0445556640625, + -0.07171630859375, + -0.00022649765014648438, + 0.019744873046875, + -0.014129638671875, + 0.0164794921875, + 0.002422332763671875, + -0.0081939697265625, + -0.0400390625, + 0.0277252197265625, + -0.0340576171875, + -0.02056884765625, + -0.077880859375, + 0.03277587890625, + -0.00801849365234375, + -0.0183868408203125, + -0.02301025390625, + -0.036041259765625, + -0.054718017578125, + -0.0273590087890625, + 0.0297088623046875, + 0.00769805908203125, + 0.02337646484375, + -0.042572021484375, + -0.00788116455078125, + 0.0009226799011230469, + -0.01064300537109375, + 0.03875732421875, + -0.0181121826171875, + 0.0186614990234375, + 0.00891876220703125, + -0.04998779296875, + 0.022918701171875, + 0.009735107421875, + 0.0179290771484375, + 0.0130462646484375, + 0.019561767578125, + -0.031890869140625, + -0.00019252300262451172, + -0.037139892578125, + -0.0030574798583984375, + -0.00783538818359375, + -0.023193359375, + 0.0188446044921875, + -0.03497314453125, + -0.01386260986328125, + 0.01100921630859375, + 0.0034656524658203125, + 0.0220184326171875, + 0.0008945465087890625, + -0.0014944076538085938, + 0.01702880859375, + 0.00044155120849609375, + 0.047821044921875, + -0.0264434814453125, + -0.06451416015625, + 0.0004131793975830078, + -0.017669677734375, + 0.05145263671875, + 0.0565185546875, + -0.0220947265625, + -0.003871917724609375, + 0.0099639892578125, + 0.0304412841796875, + 0.00034117698669433594, + -0.024993896484375, + -0.01494598388671875, + 0.0114593505859375, + 0.02301025390625, + 0.06591796875, + 0.0013132095336914062, + 0.09637451171875, + 0.01232147216796875, + 0.01222991943359375, + 0.041473388671875, + 0.059417724609375, + 0.05108642578125, + -0.01947021484375, + -0.05035400390625, + 0.0235443115234375, + -0.00360107421875, + -0.037322998046875, + -0.025726318359375, + 0.006069183349609375, + 0.058685302734375, + -0.07647705078125, + -0.020111083984375, + -0.0246429443359375, + 0.0035552978515625, + 0.01983642578125, + 0.019287109375, + -0.019561767578125, + 0.0271759033203125, + 0.0018682479858398438, + -0.036407470703125, + -0.00765228271484375, + -0.014404296875, + 0.00901031494140625, + 0.05072021484375, + 0.0355224609375, + -0.00788116455078125, + 0.0295257568359375, + 0.0014829635620117188, + 0.0182037353515625, + 0.002887725830078125, + 0.0244598388671875, + 0.01123046875, + 0.01213836669921875, + 0.0297088623046875, + 0.0576171875, + 0.00919342041015625, + -0.04095458984375, + 0.02056884765625, + 0.0189361572265625, + 0.053985595703125, + 0.06341552734375, + -0.031158447265625, + 0.0011548995971679688, + 0.022552490234375, + -0.0295257568359375, + -0.0033740997314453125, + 0.003124237060546875, + 0.0214691162109375, + -0.042755126953125, + -0.038238525390625, + 0.02789306640625, + -0.041839599609375, + 0.0300750732421875, + -0.00021660327911376953, + -0.017669677734375, + -0.0031032562255859375, + 0.0269927978515625, + -0.0185699462890625, + -0.05035400390625, + 0.030609130859375, + 0.0011262893676757812, + -0.024993896484375, + -0.028076171875, + -0.052886962890625, + 0.04095458984375, + -0.01331329345703125, + -0.059051513671875, + -0.006656646728515625, + 0.031341552734375, + -0.00212860107421875, + -0.03460693359375, + 0.00493621826171875, + 0.030792236328125, + -0.0034198760986328125, + -0.0273590087890625, + -0.0699462890625, + -0.020111083984375, + 0.0182037353515625, + -0.0271759033203125, + 0.0124969482421875, + -0.0026721954345703125, + -0.055084228515625, + -0.00701904296875, + -0.0010814666748046875, + -0.0127716064453125, + 0.019287109375, + -0.05035400390625, + 0.0214691162109375, + 0.0235443115234375, + 0.020111083984375, + 0.03387451171875, + 0.048919677734375, + 0.0010585784912109375, + -0.0190277099609375, + -0.036773681640625, + -0.04547119140625, + 0.00579833984375, + -0.01036834716796875, + 0.002445220947265625, + -0.0703125, + 0.0026493072509765625, + 0.04583740234375, + -0.07861328125, + -0.0030117034912109375, + 0.0086517333984375, + -0.0239105224609375, + -0.03350830078125, + 0.005615234375, + -0.014404296875, + 0.01091766357421875, + 0.08514404296875, + -0.020111083984375, + -0.0037136077880859375, + 0.01422119140625, + -0.0333251953125, + 0.053985595703125, + 0.0244598388671875, + 0.025726318359375, + -0.04998779296875, + 0.0242767333984375, + 0.0161285400390625, + -0.03460693359375, + -0.0030345916748046875, + -0.047454833984375, + -0.026092529296875, + 0.044189453125, + 0.011322021484375, + 0.00937652587890625, + 0.01422119140625, + -0.048187255859375, + -0.01503753662109375, + -0.04473876953125, + 0.014495849609375, + 0.01512908935546875, + 0.0207366943359375, + -0.0400390625, + -0.02899169921875, + 0.003509521484375, + -0.0557861328125, + -0.0224609375, + -0.03350830078125, + 0.00901031494140625, + 0.0011892318725585938, + -0.048553466796875, + -0.0006623268127441406, + 0.003963470458984375, + 0.0277252197265625, + 0.003849029541015625, + 0.07354736328125, + -0.04998779296875, + -0.0295257568359375, + 0.006023406982421875, + -0.003147125244140625, + 0.01045989990234375, + 0.00891876220703125, + -0.0087432861328125, + 0.009735107421875, + 0.0012454986572265625, + -0.0295257568359375, + 0.039306640625, + 0.048553466796875, + -0.0128631591796875, + -0.038055419921875, + 0.0154876708984375, + -0.05145263671875, + 0.02789306640625, + -0.004032135009765625, + 0.05145263671875, + -0.014312744140625, + -0.01458740234375, + -0.09930419921875, + 0.02880859375, + -0.0153961181640625, + 0.043670654296875, + 0.05218505859375, + -0.0128631591796875, + -0.0572509765625, + -0.030975341796875, + -0.00860595703125, + 0.030792236328125, + -0.0284423828125, + 0.0130462646484375, + -0.006114959716796875, + 0.0011205673217773438, + -0.0099639892578125, + -0.0029430389404296875, + 0.0016307830810546875, + 0.03948974609375, + 0.00292205810546875, + -0.043853759765625, + 0.032440185546875, + -0.03350830078125, + 0.0291748046875, + 0.01213836669921875, + 0.00815582275390625, + -0.0007700920104980469, + -0.0115966796875, + -0.0293426513671875, + -0.005931854248046875, + 0.055084228515625, + 0.06195068359375, + -0.0140380859375, + 0.00860595703125, + -0.0160369873046875, + 0.0246429443359375, + -0.01458740234375, + -0.031707763671875, + 0.0128631591796875, + 0.01666259765625, + -0.041290283203125, + -0.0291748046875, + -0.07171630859375, + -0.09637451171875, + 0.0023441314697265625, + -0.06304931640625, + -0.00923919677734375, + -0.0180206298828125, + 0.0293426513671875, + 0.025909423828125, + -0.047821044921875, + 0.0269927978515625, + 0.00292205810546875, + -0.014495849609375, + -0.025360107421875, + 0.022369384765625, + -0.00901031494140625, + 0.03497314453125, + 0.0030117034912109375, + -0.041473388671875, + 0.0271759033203125, + -0.03424072265625, + 0.007518768310546875, + 0.0006113052368164062, + 0.01177215576171875, + -0.037322998046875, + 0.0333251953125, + -0.060150146484375, + -0.0400390625, + 0.0293426513671875, + 0.00783538818359375, + 0.0082855224609375, + -0.037689208984375, + 0.020111083984375, + -0.001811981201171875, + -0.043304443359375, + 0.0557861328125, + 0.00783538818359375, + -0.019378662109375, + 0.0179290771484375, + -0.0005888938903808594, + 0.022186279296875, + 0.007518768310546875, + 0.0264434814453125, + 0.04998779296875, + 0.0130462646484375, + -0.003170013427734375, + 0.006839752197265625, + 0.019744873046875, + -0.0184783935546875, + 0.016387939453125, + 0.028076171875, + 0.0024013519287109375, + 0.004119873046875, + 0.0126800537109375, + 0.0127716064453125, + -0.08624267578125, + -0.0051422119140625, + -0.0264434814453125, + -0.07391357421875, + -0.0157623291015625, + 0.06414794921875, + 0.05218505859375, + -0.01522064208984375, + 0.025543212890625, + 0.044921875, + 0.0209197998046875, + 0.010284423828125, + -0.019287109375, + -0.05181884765625, + -0.031707763671875, + 0.03533935546875, + 0.05218505859375, + -0.049285888671875, + 0.042938232421875, + 0.053619384765625, + -0.0019025802612304688, + -0.0216522216796875, + -0.003963470458984375, + 0.01458740234375, + 0.031524658203125, + 0.0304412841796875, + 0.00765228271484375, + -0.066650390625, + 0.0041656494140625, + 0.014312744140625, + -0.0019245147705078125, + 0.0006852149963378906, + -0.0027179718017578125, + -0.05035400390625, + 0.0673828125, + -0.049285888671875, + -0.0182037353515625, + -0.004619598388671875, + 0.058349609375, + 0.041656494140625, + -0.036956787109375, + -0.0088348388671875, + 0.03857421875, + 0.01123046875, + -0.0264434814453125, + -0.01204681396484375, + 0.01512908935546875, + 0.0070648193359375, + 0.0196533203125, + 0.041473388671875, + 0.0055694580078125, + 0.035675048828125, + 0.0291748046875, + -0.055450439453125, + 0.0217437744140625, + -0.00801849365234375, + 0.0026264190673828125, + -0.00647735595703125, + -0.05035400390625, + -0.0085601806640625, + -0.031158447265625, + 0.0244598388671875, + 0.01123046875, + 0.034423828125, + 0.05035400390625, + 0.0023326873779296875, + 0.00778961181640625, + 0.00942230224609375, + -0.01485443115234375, + 0.03948974609375, + 0.022186279296875, + 0.0096893310546875, + 0.0037364959716796875, + 0.037322998046875, + -0.00127410888671875, + -0.0452880859375, + 0.0302581787109375, + -0.020294189453125, + 0.0024013519287109375, + -0.0246429443359375, + 0.0015516281127929688, + 0.01503753662109375, + -0.0242767333984375, + -0.00414276123046875, + -0.0333251953125, + 0.00498199462890625, + -0.005161285400390625, + -0.0295257568359375, + -0.0209197998046875, + 0.01322174072265625, + -0.049285888671875, + 0.00901031494140625, + 0.041473388671875, + -0.0297088623046875, + 0.0022869110107421875, + -0.052886962890625, + 0.1014404296875, + 0.0467529296875, + 0.025543212890625, + 0.0029659271240234375, + 0.01349639892578125, + 0.037322998046875, + 0.00222015380859375, + -0.00554656982421875, + 0.02020263671875, + -0.023101806640625, + 0.032073974609375, + 0.0670166015625, + 0.0019931793212890625, + -0.02825927734375, + 0.037322998046875, + 0.00634002685546875, + -0.05255126953125, + 0.04583740234375, + 0.01322174072265625, + 0.02227783203125, + -0.01322174072265625, + -0.004642486572265625, + -0.0034198760986328125, + -0.053619384765625, + 0.0576171875, + 0.042938232421875, + -0.0217437744140625, + 0.03985595703125, + -0.045654296875, + 0.0244598388671875, + 0.0112762451171875, + 0.0460205078125, + -0.04547119140625, + 0.0445556640625, + -0.019927978515625, + 0.0034198760986328125, + -0.017120361328125, + 0.0156707763671875, + -0.0188446044921875, + 0.048187255859375, + -0.037506103515625, + 0.053253173828125, + 0.0220184326171875, + -0.01073455810546875, + -0.043304443359375, + -0.004642486572265625, + 0.0218353271484375, + 0.0264434814453125, + 0.048187255859375, + -0.03948974609375, + -0.042388916015625, + 0.00007396936416625977, + 0.0347900390625, + 0.07427978515625, + -0.043121337890625, + 0.03387451171875, + 0.0158538818359375, + 0.0023899078369140625, + 0.006023406982421875, + -0.016387939453125 + ], + "metadata": { + "domains": [ + "fraud-investigation", + "network-forensics" + ], + "phases": [ + "reporting" + ], + "tags": [ + "mapping", + "visualization" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Google_Earth_Pro", + "type": "tool", + "name": "Google Earth Pro", + "content": "google earth pro googles professionelle geo-intelligence-plattform bietet forensische capabilities weit jenseits der consumer-version. historische satellitenbilder ab 1984 ermöglichen timeline-analysis von tatorten, gebäude-entwicklungen, umwelt-veränderungen. high-resolution-imagery (bis 60cm/pixel) zeigt details für crime-scene-reconstruction. besonders wertvoll: kml/kmz-import von gps-tracks für movement-analysis, measurement-tools für genaue distanzen, 3d-buildings für sichtlinien-analysen. movie-maker erstellt flyover-animations für jury-präsentationen. the street-view-integration zeigt ground-truth-perspective. polygon-tools markieren search-areas. koordinaten-anzeige in verschiedenen formaten (lat/long, utm, mgrs). offline-caching für field-operations. die kostenlose professional-lizenz (seit 2015) demokratisiert geo-intelligence. gps-data-import von smartphones, fitness-trackern, fahrzeug-systemen. standard-tool für osint-verification und court-room-presentations weltweit. satellite osint fraud-investigation reporting", + "embedding": [ + -0.031402587890625, + 0.026092529296875, + 0.046478271484375, + 0.001312255859375, + 0.0007600784301757812, + 0.025299072265625, + 0.038238525390625, + -0.005687713623046875, + 0.005664825439453125, + -0.009124755859375, + -0.04022216796875, + 0.0394287109375, + -0.0037021636962890625, + -0.01088714599609375, + -0.06591796875, + 0.052978515625, + 0.0061798095703125, + -0.0002053976058959961, + 0.0175628662109375, + -0.0300140380859375, + -0.0249176025390625, + 0.0032367706298828125, + -0.04864501953125, + 0.0244293212890625, + 0.00539398193359375, + 0.0191192626953125, + -0.02099609375, + -0.046112060546875, + -0.0162811279296875, + 0.0019989013671875, + 0.02423095703125, + -0.0180511474609375, + 0.0012807846069335938, + 0.0355224609375, + -0.01422119140625, + -0.01500701904296875, + -0.00862884521484375, + -0.06280517578125, + -0.03961181640625, + 0.0102996826171875, + -0.01064300537109375, + -0.00274658203125, + 0.0290374755859375, + 0.0139312744140625, + -0.0258941650390625, + -0.042755126953125, + -0.017852783203125, + -0.021575927734375, + -0.0019006729125976562, + -0.0099029541015625, + 0.042572021484375, + 0.04296875, + 0.0189361572265625, + -0.003261566162109375, + -0.0135345458984375, + 0.018341064453125, + -0.00409698486328125, + -0.04669189453125, + -0.029815673828125, + 0.0184326171875, + -0.0245208740234375, + 0.0036296844482421875, + -0.01044464111328125, + -0.0002161264419555664, + -0.001232147216796875, + 0.0167694091796875, + -0.007602691650390625, + -0.023345947265625, + 0.03277587890625, + 0.036865234375, + 0.004314422607421875, + 0.0144195556640625, + -0.0189361572265625, + 0.0230560302734375, + -0.0296173095703125, + -0.02423095703125, + 0.005908966064453125, + 0.0162811279296875, + 0.00696563720703125, + -0.01123046875, + -0.06353759765625, + 0.006130218505859375, + 0.06475830078125, + -0.0309906005859375, + -0.02569580078125, + 0.0026607513427734375, + 0.043365478515625, + 0.0105438232421875, + -0.01324462890625, + 0.0153045654296875, + 0.037078857421875, + -0.0002911090850830078, + 0.0262908935546875, + 0.01245880126953125, + 0.01088714599609375, + 0.07177734375, + -0.01520538330078125, + 0.01171875, + -0.012115478515625, + 0.0236358642578125, + 0.006572723388671875, + -0.033355712890625, + 0.05023193359375, + 0.01294708251953125, + 0.04571533203125, + -0.03765869140625, + 0.030792236328125, + -0.015106201171875, + -0.00414276123046875, + -0.037078857421875, + -0.0772705078125, + -0.041595458984375, + -0.0169677734375, + -0.06866455078125, + 0.004070281982421875, + 0.02423095703125, + -0.036865234375, + 0.038848876953125, + -0.06353759765625, + -0.0374755859375, + 0.03021240234375, + 0.04412841796875, + -0.006916046142578125, + 0.0180511474609375, + -0.0276641845703125, + -0.056488037109375, + 0.0245208740234375, + 0.02020263671875, + -0.034332275390625, + -0.0286407470703125, + -0.00853729248046875, + -0.0404052734375, + -0.004268646240234375, + -0.0169677734375, + -0.0013484954833984375, + -0.0171661376953125, + 0.0484619140625, + 0.01500701904296875, + -0.010986328125, + 0.0235443115234375, + 0.01549530029296875, + -0.01274871826171875, + -0.045318603515625, + 0.00652313232421875, + -0.0394287109375, + -0.002857208251953125, + -0.0216827392578125, + 0.047271728515625, + -0.02569580078125, + -0.01108551025390625, + -0.01181793212890625, + 0.0140228271484375, + 0.038055419921875, + 0.0221710205078125, + -0.0140228271484375, + -0.0494384765625, + -0.003383636474609375, + -0.0262908935546875, + 0.0230560302734375, + -0.005687713623046875, + -0.02020263671875, + 0.0144195556640625, + 0.00409698486328125, + 0.0245208740234375, + -0.0091705322265625, + -0.0234375, + -0.0286407470703125, + -0.0021953582763671875, + -0.00165557861328125, + 0.01221466064453125, + 0.0309906005859375, + -0.00620269775390625, + 0.050018310546875, + 0.053741455078125, + 0.0199127197265625, + 0.016876220703125, + -0.021575927734375, + -0.0227508544921875, + 0.028045654296875, + 0.01500701904296875, + 0.006374359130859375, + -0.00365447998046875, + 0.0084381103515625, + -0.0031871795654296875, + 0.015106201171875, + 0.00745391845703125, + -0.01500701904296875, + -0.0157928466796875, + 0.0015506744384765625, + 0.02392578125, + -0.021575927734375, + -0.04571533203125, + 0.004512786865234375, + 0.06903076171875, + 0.03277587890625, + 0.05963134765625, + 0.023345947265625, + -0.01314544677734375, + 0.0258941650390625, + 0.0081939697265625, + -0.00595855712890625, + 0.048858642578125, + -0.0096588134765625, + 0.032958984375, + -0.0007476806640625, + 0.0300140380859375, + -0.00823974609375, + 0.037872314453125, + 0.0268707275390625, + -0.0394287109375, + -0.0022430419921875, + 0.05413818359375, + -0.0185394287109375, + -0.030792236328125, + -0.031402587890625, + -0.037078857421875, + -0.01363372802734375, + -0.0284423828125, + -0.009368896484375, + -0.00853729248046875, + -0.0059356689453125, + -0.044525146484375, + -0.0022563934326171875, + 0.0218658447265625, + -0.0140228271484375, + 0.0179443359375, + 0.0262908935546875, + -0.0204010009765625, + 0.00926971435546875, + -0.005809783935546875, + 0.01068878173828125, + 0.03472900390625, + -0.0052490234375, + -0.002696990966796875, + -0.0111846923828125, + -0.0241241455078125, + 0.027862548828125, + 0.0081939697265625, + 0.0264892578125, + -0.0008826255798339844, + -0.048248291015625, + 0.051788330078125, + -0.0008645057678222656, + 0.0290374755859375, + 0.015594482421875, + -0.01206207275390625, + 0.015106201171875, + 0.0073089599609375, + 0.01113128662109375, + 0.005542755126953125, + -0.055328369140625, + -0.02020263671875, + -0.06866455078125, + -0.00872802734375, + -0.056884765625, + -0.0207977294921875, + -0.02423095703125, + -0.031768798828125, + 0.06591796875, + -0.034912109375, + -0.0213775634765625, + -0.0003478527069091797, + 0.0241241455078125, + -0.041778564453125, + 0.02117919921875, + 0.0179443359375, + -0.021484375, + -0.0169677734375, + 0.0604248046875, + 0.0290374755859375, + -0.0015573501586914062, + -0.0284423828125, + 0.0419921875, + -0.034515380859375, + 0.028045654296875, + -0.038848876953125, + 0.0254974365234375, + 0.0164794921875, + 0.019805908203125, + 0.01520538330078125, + -0.04315185546875, + 0.0244293212890625, + 0.0099029541015625, + 0.0218658447265625, + -0.017852783203125, + 0.004634857177734375, + 0.009613037109375, + 0.004856109619140625, + -0.0073089599609375, + -0.05059814453125, + -0.0010852813720703125, + 0.040985107421875, + 0.02471923828125, + 0.01363372802734375, + 0.01520538330078125, + -0.043365478515625, + 0.01294708251953125, + 0.0231475830078125, + -0.00931549072265625, + 0.0296173095703125, + 0.043365478515625, + -0.032562255859375, + -0.00321197509765625, + 0.0195159912109375, + 0.000560760498046875, + -0.0245208740234375, + -0.0374755859375, + -0.01084136962890625, + 0.00595855712890625, + -0.07257080078125, + 0.00286865234375, + 0.009368896484375, + -0.028045654296875, + 0.0218658447265625, + -0.0162811279296875, + 0.0171661376953125, + -0.02117919921875, + -0.05059814453125, + 0.03021240234375, + -0.058074951171875, + -0.0494384765625, + -0.017364501953125, + 0.06591796875, + 0.01068878173828125, + -0.0021457672119140625, + -0.0200042724609375, + -0.0216827392578125, + -0.0282440185546875, + -0.003505706787109375, + -0.027862548828125, + 0.0170745849609375, + -0.0262908935546875, + 0.0224609375, + 0.046478271484375, + 0.0116729736328125, + -0.0126495361328125, + 0.0513916015625, + 0.0276641845703125, + -0.0048065185546875, + -0.005809783935546875, + 0.0199127197265625, + 0.01451873779296875, + 0.025299072265625, + -0.038238525390625, + -0.0276641845703125, + -0.0227508544921875, + -0.04473876953125, + 0.030792236328125, + 0.025299072265625, + 0.01480865478515625, + 0.02099609375, + -0.0272674560546875, + -0.0105438232421875, + 0.06280517578125, + 0.005687713623046875, + 0.09375, + -0.016876220703125, + -0.0643310546875, + 0.004268646240234375, + 0.01824951171875, + -0.00823974609375, + -0.02197265625, + 0.00234222412109375, + 0.004978179931640625, + -0.01824951171875, + 0.0272674560546875, + -0.027069091796875, + 0.0077972412109375, + -0.037078857421875, + -0.0036773681640625, + 0.01432037353515625, + -0.035308837890625, + 0.021484375, + 0.034332275390625, + 0.0216827392578125, + 0.006622314453125, + 0.002696990966796875, + -0.042572021484375, + -0.007602691650390625, + -0.053741455078125, + -0.02471923828125, + 0.050018310546875, + 0.0404052734375, + 0.00745391845703125, + 0.02117919921875, + -0.05218505859375, + -0.06903076171875, + 0.0355224609375, + -0.035888671875, + 0.07025146484375, + 0.05767822265625, + 0.00838470458984375, + 0.04669189453125, + -0.0181427001953125, + 0.003849029541015625, + 0.0419921875, + 0.0096588134765625, + 0.036865234375, + 0.04296875, + 0.042572021484375, + -0.016876220703125, + -0.0258941650390625, + 0.043731689453125, + 0.0304107666015625, + 0.006866455078125, + 0.00490570068359375, + 0.031585693359375, + 0.040008544921875, + 0.01824951171875, + -0.0089263916015625, + 0.0199127197265625, + 0.0200042724609375, + -0.023834228515625, + -0.020599365234375, + -0.02569580078125, + 0.02667236328125, + -0.0419921875, + -0.00652313232421875, + -0.0019741058349609375, + 0.0264892578125, + 0.0276641845703125, + 0.00005131959915161133, + -0.080810546875, + 0.025115966796875, + 0.0189361572265625, + -0.09771728515625, + 0.0199127197265625, + 0.017364501953125, + -0.0212860107421875, + 0.044921875, + -0.0296173095703125, + -0.054931640625, + 0.032562255859375, + -0.0170745849609375, + -0.036285400390625, + -0.0030155181884765625, + 0.01549530029296875, + -0.0753173828125, + -0.05059814453125, + -0.04473876953125, + 0.003849029541015625, + -0.005466461181640625, + 0.0036296844482421875, + 0.0478515625, + 0.0158843994140625, + 0.007110595703125, + 0.0034332275390625, + 0.049224853515625, + -0.01383209228515625, + -0.039031982421875, + 0.034515380859375, + -0.028045654296875, + -0.05963134765625, + 0.0096588134765625, + 0.012359619140625, + 0.0216827392578125, + -0.071044921875, + 0.001667022705078125, + -0.0018758773803710938, + 0.0028934478759765625, + 0.0098114013671875, + 0.011871337890625, + -0.00794219970703125, + -0.040985107421875, + -0.0249176025390625, + 0.05218505859375, + 0.016571044921875, + 0.035308837890625, + -0.00951385498046875, + -0.06829833984375, + 0.056884765625, + -0.05059814453125, + -0.021087646484375, + -0.016876220703125, + 0.0180511474609375, + -0.027862548828125, + 0.05218505859375, + -0.0249176025390625, + -0.0374755859375, + -0.01314544677734375, + 0.06280517578125, + -0.00946807861328125, + -0.0075531005859375, + -0.05767822265625, + 0.05413818359375, + 0.01161956787109375, + -0.050994873046875, + 0.00765228271484375, + -0.004314422607421875, + -0.0028934478759765625, + 0.0439453125, + -0.0355224609375, + 0.01161956787109375, + 0.002758026123046875, + -0.060028076171875, + 0.0001747608184814453, + -0.048248291015625, + -0.0309906005859375, + -0.03118896484375, + 0.051788330078125, + 0.04962158203125, + 0.007503509521484375, + 0.025299072265625, + 0.01373291015625, + 0.0199127197265625, + 0.0224609375, + 0.02569580078125, + -0.0021820068359375, + 0.0282440185546875, + -0.049041748046875, + -0.033935546875, + -0.006622314453125, + 0.054931640625, + -0.0221710205078125, + -0.00402069091796875, + 0.00745391845703125, + -0.025299072265625, + 0.049041748046875, + 0.004756927490234375, + -0.0296173095703125, + -0.0169677734375, + -0.049835205078125, + -0.0513916015625, + -0.030609130859375, + 0.0189361572265625, + 0.0075531005859375, + 0.0024280548095703125, + 0.0064239501953125, + 0.021087646484375, + -0.058837890625, + -0.0034084320068359375, + 0.0272674560546875, + 0.0116729736328125, + 0.00931549072265625, + -0.00262451171875, + -0.005466461181640625, + -0.0098114013671875, + 0.0159912109375, + -0.031982421875, + -0.0276641845703125, + -0.06280517578125, + 0.0235443115234375, + -0.00926971435546875, + -0.00785064697265625, + -0.0098114013671875, + -0.040985107421875, + -0.040802001953125, + 0.0036296844482421875, + 0.035888671875, + -0.02069091796875, + 0.0304107666015625, + -0.033935546875, + -0.007354736328125, + -0.009857177734375, + -0.027862548828125, + 0.028045654296875, + -0.0135345458984375, + 0.0110321044921875, + 0.015106201171875, + -0.054534912109375, + 0.0296173095703125, + 0.01108551025390625, + 0.02294921875, + -0.002071380615234375, + 0.0419921875, + -0.03765869140625, + 0.0012998580932617188, + -0.0268707275390625, + -0.003482818603515625, + 0.00252532958984375, + -0.0355224609375, + 0.039031982421875, + -0.0272674560546875, + -0.0153045654296875, + 0.02099609375, + 0.004119873046875, + 0.01776123046875, + -0.00563812255859375, + -0.0171661376953125, + 0.006473541259765625, + 0.006374359130859375, + 0.05413818359375, + -0.0232391357421875, + -0.055328369140625, + -0.00024366378784179688, + -0.0027217864990234375, + 0.054931640625, + 0.05413818359375, + -0.010345458984375, + -0.017364501953125, + 0.015594482421875, + 0.0221710205078125, + 0.00020694732666015625, + -0.007354736328125, + -0.028045654296875, + 0.01108551025390625, + 0.0091705322265625, + 0.0355224609375, + 0.0167694091796875, + 0.07257080078125, + 0.025115966796875, + 0.0107421875, + 0.01520538330078125, + 0.082763671875, + 0.05059814453125, + -0.046112060546875, + -0.056884765625, + 0.01245880126953125, + -0.0025386810302734375, + -0.0413818359375, + -0.0286407470703125, + 0.022064208984375, + 0.046295166015625, + -0.0655517578125, + -0.0296173095703125, + -0.0384521484375, + 0.01108551025390625, + 0.00240325927734375, + 0.00833892822265625, + 0.005344390869140625, + 0.022064208984375, + -0.00789642333984375, + -0.028839111328125, + -0.0100555419921875, + -0.01451873779296875, + -0.0027828216552734375, + 0.0284423828125, + 0.037872314453125, + -0.01230621337890625, + 0.0264892578125, + 0.006816864013671875, + 0.0309906005859375, + 0.00799560546875, + 0.0250091552734375, + -0.00975799560546875, + 0.02099609375, + 0.0190277099609375, + 0.04473876953125, + 0.001827239990234375, + -0.04217529296875, + 0.0195159912109375, + 0.01451873779296875, + 0.060821533203125, + 0.07177734375, + -0.0189361572265625, + -0.00296783447265625, + 0.007259368896484375, + -0.03021240234375, + -0.005859375, + 0.00745391845703125, + 0.0250091552734375, + -0.05023193359375, + -0.042572021484375, + 0.01971435546875, + -0.04510498046875, + 0.0274658203125, + 0.0116729736328125, + -0.028839111328125, + 0.00995635986328125, + 0.0364990234375, + -0.0114288330078125, + -0.03863525390625, + 0.0139312744140625, + -0.00583648681640625, + -0.0172576904296875, + -0.0364990234375, + -0.054931640625, + 0.054931640625, + -0.019317626953125, + -0.040618896484375, + -0.007354736328125, + 0.0235443115234375, + -0.037872314453125, + -0.02392578125, + 0.00286865234375, + 0.0024394989013671875, + -0.011962890625, + -0.0272674560546875, + -0.0474853515625, + -0.004512786865234375, + 0.01000213623046875, + -0.0052947998046875, + 0.0181427001953125, + 0.00632476806640625, + -0.049224853515625, + -0.01363372802734375, + 0.0110321044921875, + -0.0374755859375, + 0.026092529296875, + -0.03668212890625, + 0.0458984375, + 0.0195159912109375, + 0.030792236328125, + 0.0484619140625, + 0.0513916015625, + 0.01373291015625, + -0.01274871826171875, + -0.037872314453125, + -0.02667236328125, + 0.004291534423828125, + -0.0116729736328125, + 0.01480865478515625, + -0.074951171875, + 0.02099609375, + 0.0458984375, + -0.0859375, + -0.0016794204711914062, + 0.040985107421875, + -0.023345947265625, + -0.0246124267578125, + 0.01206207275390625, + -0.03570556640625, + 0.01137542724609375, + 0.057281494140625, + -0.0077972412109375, + 0.01274871826171875, + 0.0204010009765625, + -0.02471923828125, + 0.05413818359375, + 0.015106201171875, + 0.03021240234375, + -0.031982421875, + 0.01422119140625, + 0.035888671875, + -0.036285400390625, + 0.007110595703125, + -0.056884765625, + -0.0114288330078125, + 0.04766845703125, + -0.01171875, + -0.005199432373046875, + 0.00024819374084472656, + -0.0274658203125, + 0.0021209716796875, + -0.038055419921875, + 0.036285400390625, + 0.024322509765625, + 0.025299072265625, + -0.053741455078125, + -0.0226593017578125, + 0.00389862060546875, + -0.053741455078125, + -0.0355224609375, + -0.0236358642578125, + 0.0272674560546875, + -0.00034332275390625, + -0.043365478515625, + 0.00946807861328125, + 0.01093292236328125, + 0.007061004638671875, + 0.007259368896484375, + 0.05609130859375, + -0.0662841796875, + -0.019805908203125, + -0.0125579833984375, + 0.00809478759765625, + 0.00389862060546875, + 0.00595855712890625, + -0.02020263671875, + 0.012847900390625, + 0.029815673828125, + -0.050994873046875, + 0.061981201171875, + 0.056488037109375, + -0.0484619140625, + -0.04669189453125, + -0.007160186767578125, + -0.05572509765625, + 0.058837890625, + -0.01549530029296875, + 0.045318603515625, + -0.0174560546875, + -0.006866455078125, + -0.09063720703125, + 0.02471923828125, + -0.007503509521484375, + 0.03924560546875, + 0.06317138671875, + -0.0080413818359375, + -0.06903076171875, + -0.03961181640625, + -0.0166778564453125, + 0.0180511474609375, + -0.0274658203125, + 0.01480865478515625, + -0.0082855224609375, + -0.0130462646484375, + -0.0116729736328125, + -0.0204010009765625, + -0.006717681884765625, + 0.02423095703125, + 0.007602691650390625, + -0.034912109375, + 0.057281494140625, + -0.0184326171875, + 0.030792236328125, + 0.005664825439453125, + -0.0008707046508789062, + 0.01922607421875, + 0.005123138427734375, + -0.054931640625, + -0.0066680908203125, + 0.044921875, + 0.052978515625, + -0.0264892578125, + -0.004241943359375, + -0.0290374755859375, + 0.01020050048828125, + 0.00799560546875, + -0.0181427001953125, + -0.007354736328125, + 0.0016794204711914062, + -0.02423095703125, + -0.04510498046875, + -0.06707763671875, + -0.08160400390625, + 0.00029277801513671875, + -0.0494384765625, + -0.0224609375, + 0.004608154296875, + 0.0218658447265625, + 0.0232391357421875, + -0.05218505859375, + 0.031402587890625, + -0.0005273818969726562, + -0.0038738250732421875, + -0.0218658447265625, + 0.00470733642578125, + -0.022552490234375, + 0.03375244140625, + -0.007354736328125, + -0.03765869140625, + 0.0231475830078125, + -0.018829345703125, + 0.0014410018920898438, + 0.0002834796905517578, + 0.0023784637451171875, + -0.016571044921875, + 0.0236358642578125, + -0.07452392578125, + -0.051788330078125, + 0.020599365234375, + 0.036285400390625, + -0.0034084320068359375, + -0.0189361572265625, + 0.040618896484375, + 0.0020847320556640625, + -0.0533447265625, + 0.038055419921875, + -0.0224609375, + -0.0162811279296875, + -0.004169464111328125, + 0.00897216796875, + 0.028045654296875, + 0.00907135009765625, + 0.0231475830078125, + 0.02392578125, + 0.01500701904296875, + -0.0171661376953125, + 0.0000027418136596679688, + 0.01422119140625, + -0.00409698486328125, + 0.03668212890625, + 0.01873779296875, + 0.025299072265625, + 0.00099945068359375, + 0.01324462890625, + 0.00897216796875, + -0.0733642578125, + -0.007259368896484375, + -0.0216827392578125, + -0.07177734375, + 0.007259368896484375, + 0.05767822265625, + 0.04766845703125, + -0.040008544921875, + 0.0268707275390625, + 0.037261962890625, + 0.004047393798828125, + 0.0017290115356445312, + -0.0268707275390625, + -0.05572509765625, + -0.0207977294921875, + 0.03216552734375, + 0.037261962890625, + -0.048858642578125, + 0.046875, + 0.06353759765625, + -0.004512786865234375, + 0.0004138946533203125, + -0.004291534423828125, + 0.0189361572265625, + 0.043548583984375, + 0.0282440185546875, + 0.006916046142578125, + -0.08001708984375, + -0.01020050048828125, + 0.04296875, + 0.012359619140625, + -0.00627899169921875, + -0.0121612548828125, + -0.047271728515625, + 0.0643310546875, + -0.045501708984375, + -0.016571044921875, + -0.0130462646484375, + 0.084716796875, + 0.028839111328125, + -0.0171661376953125, + -0.00222015380859375, + 0.05609130859375, + 0.005687713623046875, + -0.0167694091796875, + 0.01922607421875, + -0.0091705322265625, + 0.01088714599609375, + 0.032958984375, + 0.04669189453125, + 0.020111083984375, + 0.0413818359375, + 0.022064208984375, + -0.042755126953125, + 0.01480865478515625, + -0.006916046142578125, + 0.01294708251953125, + -0.0300140380859375, + -0.042755126953125, + -0.02923583984375, + -0.05413818359375, + 0.04669189453125, + 0.0276641845703125, + 0.0423583984375, + 0.006916046142578125, + 0.00833892822265625, + -0.02569580078125, + 0.0135345458984375, + -0.01324462890625, + 0.040008544921875, + 0.02069091796875, + 0.00563812255859375, + 0.0161895751953125, + 0.0172576904296875, + 0.0004475116729736328, + -0.0364990234375, + 0.0276641845703125, + -0.03021240234375, + 0.0073089599609375, + -0.030609130859375, + 0.0033588409423828125, + 0.0254974365234375, + -0.000858306884765625, + 0.0203094482421875, + -0.0010356903076171875, + -0.01776123046875, + -0.00931549072265625, + -0.04510498046875, + -0.0164794921875, + 0.007110595703125, + -0.0221710205078125, + 0.0158843994140625, + 0.038055419921875, + -0.01549530029296875, + 0.015594482421875, + -0.0474853515625, + 0.0914306640625, + 0.02392578125, + 0.0423583984375, + -0.0012264251708984375, + 0.028045654296875, + 0.05059814453125, + -0.0036296844482421875, + 0.038055419921875, + 0.0276641845703125, + -0.012847900390625, + 0.047271728515625, + 0.048248291015625, + -0.0102996826171875, + -0.0533447265625, + 0.00872802734375, + -0.0029544830322265625, + -0.0753173828125, + 0.043548583984375, + 0.0057373046875, + -0.005001068115234375, + 0.002513885498046875, + -0.008880615234375, + 0.0119171142578125, + -0.06903076171875, + 0.05572509765625, + 0.0186309814453125, + 0.01274871826171875, + 0.044525146484375, + -0.04510498046875, + 0.036865234375, + 0.00252532958984375, + 0.0384521484375, + -0.037261962890625, + 0.06475830078125, + -0.0304107666015625, + 0.034515380859375, + -0.01451873779296875, + 0.013336181640625, + 0.01015472412109375, + 0.0184326171875, + -0.01922607421875, + 0.04766845703125, + 0.0264892578125, + -0.013336181640625, + -0.0439453125, + -0.001605987548828125, + -0.00701141357421875, + 0.0274658203125, + 0.0458984375, + -0.03924560546875, + -0.034332275390625, + 0.00470733642578125, + 0.031768798828125, + 0.0714111328125, + -0.00858306884765625, + 0.035888671875, + -0.00258636474609375, + -0.0096588134765625, + -0.0049285888671875, + -0.0172576904296875 + ], + "metadata": { + "domains": [ + "fraud-investigation" + ], + "phases": [ + "reporting" + ], + "tags": [ + "satellite", + "osint" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Maltego", + "type": "tool", + "name": "Maltego", + "content": "maltego die link-analysis-suite transformiert osint-recherchen in visuelle netzwerke für fraud-ermittlungen und threat-intelligence. graph-basierte darstellung zeigt verbindungen zwischen personen, domains, ip-adressen, social-media- accounts intuitiv. transform-engine automatisiert datensammlung aus hunderten quellen: dns-records, whois-daten, social-networks, darkweb-mentions. besonders mächtig für bec-fraud: email-to-domain-to-infrastructure-mapping enthüllt scammer-netzwerke. die maltego-teeth-integration bringt kommerzielle datenquellen. machine-learning-algorithmen finden versteckte cluster. collaboration-features für team-ermittlungen. case-management dokumentiert recherche-pfade. export zu verschiedenen formaten für reports. die community-edition (kostenlos) limitiert auf 12 entities, aber ausreichend für kleinere fälle. professional-versionen (ab 999€) entfernen limits. standard-tool für financial-crime-units und osint-analysten weltweit. osint link-analysis fraud-investigation network-forensics analysis", + "embedding": [ + -0.03369140625, + 0.027008056640625, + 0.04547119140625, + 0.00036597251892089844, + 0.030609130859375, + 0.035400390625, + 0.041534423828125, + -0.018890380859375, + -0.00914764404296875, + 0.005298614501953125, + -0.0186309814453125, + 0.0328369140625, + -0.002532958984375, + 0.00696563720703125, + -0.06500244140625, + 0.061553955078125, + 0.0058135986328125, + 0.0230865478515625, + 0.00867462158203125, + 0.00589752197265625, + -0.00611114501953125, + 0.004123687744140625, + -0.05438232421875, + 0.001987457275390625, + 0.019744873046875, + 0.00957489013671875, + -0.03607177734375, + -0.05780029296875, + -0.003612518310546875, + -0.00765228271484375, + 0.01171112060546875, + -0.037628173828125, + -0.023773193359375, + 0.033172607421875, + -0.0122222900390625, + -0.02923583984375, + -0.009063720703125, + -0.031982421875, + -0.04034423828125, + 0.016754150390625, + -0.0084228515625, + -0.0010471343994140625, + 0.0216217041015625, + -0.00782012939453125, + -0.053680419921875, + -0.033843994140625, + -0.00675201416015625, + -0.0101318359375, + 0.0010690689086914062, + 0.008636474609375, + 0.018890380859375, + 0.03436279296875, + 0.01555633544921875, + -0.01081085205078125, + -0.039154052734375, + 0.0222320556640625, + 0.0199127197265625, + -0.03094482421875, + -0.045135498046875, + 0.026336669921875, + -0.047882080078125, + 0.00408172607421875, + -0.009490966796875, + -0.007778167724609375, + 0.0123138427734375, + 0.01047515869140625, + -0.0239410400390625, + -0.0282135009765625, + 0.013763427734375, + -0.002971649169921875, + 0.00812530517578125, + 0.00931549072265625, + 0.0166778564453125, + 0.0017843246459960938, + -0.0173492431640625, + -0.0413818359375, + -0.0156402587890625, + 0.037445068359375, + -0.01256561279296875, + 0.0015497207641601562, + -0.046173095703125, + 0.0010528564453125, + 0.050262451171875, + -0.0276947021484375, + -0.0139312744140625, + -0.003162384033203125, + 0.039154052734375, + 0.0006651878356933594, + -0.0049591064453125, + 0.0019779205322265625, + 0.00504302978515625, + 0.0084228515625, + 0.02239990234375, + -0.02752685546875, + 0.053680419921875, + 0.034881591796875, + -0.0304412841796875, + 0.00974273681640625, + -0.0130767822265625, + 0.035552978515625, + 0.0194854736328125, + -0.0166778564453125, + 0.035919189453125, + 0.00675201416015625, + 0.039154052734375, + -0.02581787109375, + 0.02496337890625, + -0.0265045166015625, + -0.00919342041015625, + -0.0282135009765625, + -0.07183837890625, + -0.0161590576171875, + -0.0166778564453125, + -0.0670166015625, + -0.0004944801330566406, + 0.0194854736328125, + -0.012054443359375, + 0.0276947021484375, + -0.057098388671875, + -0.050262451171875, + 0.036407470703125, + 0.026336669921875, + 0.0019989013671875, + 0.00012958049774169922, + -0.03863525390625, + -0.06256103515625, + 0.01256561279296875, + 0.033355712890625, + -0.042755126953125, + -0.009918212890625, + -0.0265045166015625, + -0.026153564453125, + 0.0028858184814453125, + -0.02667236328125, + 0.013336181640625, + -0.0213775634765625, + 0.0247955322265625, + 0.011199951171875, + 0.00036072731018066406, + -0.0126495361328125, + 0.04412841796875, + -0.005405426025390625, + -0.07080078125, + 0.021881103515625, + -0.040679931640625, + -0.0126495361328125, + -0.0058135986328125, + 0.049591064453125, + -0.0287322998046875, + -0.002307891845703125, + -0.0114593505859375, + 0.02154541015625, + 0.06463623046875, + 0.0110321044921875, + 0.0036754608154296875, + -0.03369140625, + -0.0135955810546875, + -0.00354766845703125, + 0.062225341796875, + -0.0020084381103515625, + 0.00611114501953125, + 0.00807952880859375, + 0.02752685546875, + 0.0242767333984375, + -0.0003685951232910156, + -0.0294036865234375, + -0.0225677490234375, + 0.0247955322265625, + 0.00867462158203125, + -0.003292083740234375, + 0.0196685791015625, + 0.0098724365234375, + 0.028045654296875, + 0.061553955078125, + -0.0032062530517578125, + 0.030609130859375, + -0.00572967529296875, + -0.003162384033203125, + 0.03778076171875, + 0.0230865478515625, + -0.011627197265625, + -0.00876617431640625, + 0.040191650390625, + -0.0175323486328125, + 0.020263671875, + -0.0014209747314453125, + -0.0265045166015625, + -0.0148773193359375, + -0.01898193359375, + 0.00829315185546875, + -0.033355712890625, + -0.0200042724609375, + -0.011199951171875, + 0.0273590087890625, + 0.03607177734375, + 0.072509765625, + -0.0204315185546875, + -0.0191497802734375, + 0.034698486328125, + 0.02239990234375, + -0.00743865966796875, + 0.030609130859375, + -0.00962066650390625, + 0.033843994140625, + 0.0225677490234375, + 0.00572967529296875, + -0.0157318115234375, + 0.03369140625, + 0.0328369140625, + -0.0171051025390625, + -0.00611114501953125, + 0.06329345703125, + -0.0207672119140625, + -0.007610321044921875, + -0.0157318115234375, + -0.022064208984375, + -0.01239776611328125, + -0.01727294921875, + -0.00615692138671875, + -0.00765228271484375, + -0.0011272430419921875, + -0.046844482421875, + -0.0170135498046875, + 0.03265380859375, + -0.0135955810546875, + 0.0234222412109375, + 0.004852294921875, + -0.037261962890625, + -0.005985260009765625, + 0.02154541015625, + 0.040679931640625, + 0.011199951171875, + -0.0161590576171875, + -0.0019235610961914062, + -0.006198883056640625, + -0.01090240478515625, + 0.04205322265625, + 0.0499267578125, + 0.0256500244140625, + 0.012054443359375, + -0.0194854736328125, + 0.0265045166015625, + -0.0251312255859375, + 0.0379638671875, + 0.026153564453125, + -0.0049591064453125, + -0.03094482421875, + -0.004573822021484375, + 0.01479339599609375, + 0.07696533203125, + -0.04583740234375, + -0.01325225830078125, + -0.07421875, + 0.0207672119140625, + -0.06671142578125, + -0.04754638671875, + -0.0379638671875, + -0.037109375, + 0.07080078125, + -0.0282135009765625, + -0.0194854736328125, + 0.0019025802612304688, + 0.018890380859375, + 0.0139312744140625, + 0.05572509765625, + 0.0019989013671875, + -0.0276947021484375, + 0.01059722900390625, + 0.0550537109375, + -0.0005745887756347656, + -0.020172119140625, + -0.0005369186401367188, + 0.039154052734375, + -0.0005903244018554688, + 0.0213775634765625, + -0.01367950439453125, + 0.0212860107421875, + 0.033172607421875, + 0.040008544921875, + 0.033843994140625, + -0.0259857177734375, + 0.0196685791015625, + 0.008209228515625, + 0.06396484375, + -0.05780029296875, + -0.03179931640625, + -0.007480621337890625, + 0.02325439453125, + -0.01042938232421875, + -0.046844482421875, + 0.00632476806640625, + 0.02838134765625, + 0.00036072731018066406, + -0.0107269287109375, + -0.00015294551849365234, + -0.037445068359375, + 0.023773193359375, + 0.0018491744995117188, + -0.00931549072265625, + 0.018463134765625, + 0.057098388671875, + -0.04547119140625, + 0.02325439453125, + -0.01239776611328125, + 0.013336181640625, + -0.031280517578125, + -0.039825439453125, + -0.0230865478515625, + -0.0211944580078125, + -0.046844482421875, + -0.0196685791015625, + 0.0174407958984375, + -0.017608642578125, + -0.0038471221923828125, + -0.01384735107421875, + 0.0008068084716796875, + -0.041046142578125, + -0.031646728515625, + 0.00722503662109375, + -0.0302581787109375, + -0.04119873046875, + -0.021881103515625, + 0.04547119140625, + -0.0122222900390625, + -0.0017099380493164062, + -0.00376129150390625, + -0.0311126708984375, + -0.03948974609375, + 0.0011806488037109375, + -0.0247955322265625, + 0.01522064208984375, + 0.004917144775390625, + 0.042388916015625, + 0.0178680419921875, + 0.043426513671875, + 0.0162506103515625, + 0.07110595703125, + 0.035919189453125, + -0.0182952880859375, + 0.00978851318359375, + -0.00008547306060791016, + 0.0186309814453125, + 0.0177764892578125, + -0.01436614990234375, + -0.0204315185546875, + -0.009490966796875, + -0.05059814453125, + 0.02239990234375, + 0.00472259521484375, + 0.0066680908203125, + 0.028045654296875, + -0.0311126708984375, + -0.007480621337890625, + 0.0858154296875, + -0.0005822181701660156, + 0.10736083984375, + -0.0307769775390625, + -0.05780029296875, + 0.003932952880859375, + 0.04754638671875, + -0.029754638671875, + -0.024627685546875, + 0.031280517578125, + -0.01197052001953125, + -0.0161590576171875, + 0.02496337890625, + -0.0127410888671875, + 0.04718017578125, + -0.0196685791015625, + -0.0123138427734375, + 0.035919189453125, + -0.0213775634765625, + -0.003078460693359375, + 0.044464111328125, + 0.028900146484375, + 0.002971649169921875, + 0.0192413330078125, + -0.0211944580078125, + -0.0018596649169921875, + -0.03948974609375, + -0.05572509765625, + 0.035064697265625, + 0.04547119140625, + 0.01128387451171875, + 0.0171051025390625, + -0.02410888671875, + -0.05609130859375, + 0.040008544921875, + -0.028045654296875, + 0.05267333984375, + 0.0482177734375, + 0.00589752197265625, + 0.020599365234375, + -0.037628173828125, + 0.00696563720703125, + 0.050262451171875, + 0.035400390625, + 0.05230712890625, + 0.06329345703125, + 0.026336669921875, + 0.012908935546875, + -0.039337158203125, + 0.02923583984375, + 0.003162384033203125, + -0.0036983489990234375, + 0.007564544677734375, + 0.044464111328125, + 0.0218048095703125, + 0.035552978515625, + -0.0256500244140625, + 0.05096435546875, + 0.030609130859375, + -0.039825439453125, + 0.00807952880859375, + -0.031280517578125, + 0.0222320556640625, + -0.062225341796875, + 0.0009298324584960938, + -0.0005235671997070312, + 0.0100860595703125, + -0.002758026123046875, + 0.0113677978515625, + -0.04754638671875, + -0.0005612373352050781, + 0.056427001953125, + -0.055389404296875, + 0.0170135498046875, + 0.01538848876953125, + -0.01727294921875, + 0.005558013916015625, + -0.016326904296875, + -0.035400390625, + 0.0161590576171875, + -0.050262451171875, + -0.0188140869140625, + 0.006412506103515625, + 0.02496337890625, + -0.0673828125, + -0.01154327392578125, + -0.0482177734375, + -0.01026153564453125, + -0.007480621337890625, + -0.018890380859375, + 0.043243408203125, + -0.004638671875, + 0.00696563720703125, + 0.037628173828125, + 0.0126495361328125, + -0.020599365234375, + -0.03265380859375, + 0.034881591796875, + -0.006626129150390625, + -0.05780029296875, + 0.00722503662109375, + 0.0199127197265625, + 0.011627197265625, + -0.021026611328125, + -0.00322723388671875, + -0.01384735107421875, + 0.02838134765625, + 0.006923675537109375, + 0.020599365234375, + -0.045135498046875, + -0.027191162109375, + -0.0251312255859375, + 0.0447998046875, + 0.012908935546875, + 0.02410888671875, + 0.0157318115234375, + -0.05438232421875, + 0.03179931640625, + -0.06842041015625, + -0.01128387451171875, + -0.0083770751953125, + 0.00637054443359375, + -0.033355712890625, + 0.0653076171875, + -0.0285491943359375, + -0.027191162109375, + -0.0107269287109375, + 0.061553955078125, + 0.0182037353515625, + -0.007778167724609375, + -0.046844482421875, + 0.044464111328125, + 0.01983642578125, + -0.05267333984375, + 0.0131683349609375, + -0.0118865966796875, + 0.0178680419921875, + 0.03094482421875, + -0.049591064453125, + -0.0166778564453125, + -0.0011434555053710938, + -0.0772705078125, + -0.036773681640625, + -0.036590576171875, + -0.036407470703125, + -0.040863037109375, + 0.032135009765625, + 0.0135040283203125, + -0.00568389892578125, + 0.036590576171875, + 0.023590087890625, + -0.004787445068359375, + 0.003910064697265625, + 0.01239776611328125, + -0.026153564453125, + 0.035919189453125, + -0.05780029296875, + -0.036590576171875, + -0.0170135498046875, + 0.035919189453125, + -0.005641937255859375, + 0.0123138427734375, + -0.00824737548828125, + -0.0084228515625, + 0.035400390625, + -0.01727294921875, + -0.00765228271484375, + 0.007266998291015625, + -0.035736083984375, + -0.037109375, + -0.041046142578125, + 0.0212860107421875, + 0.00957489013671875, + -0.00983428955078125, + 0.021881103515625, + 0.0482177734375, + -0.051300048828125, + 0.005855560302734375, + 0.03009033203125, + 0.004383087158203125, + -0.0018377304077148438, + -0.00301361083984375, + -0.00429534912109375, + -0.000012934207916259766, + 0.03265380859375, + -0.035736083984375, + -0.028900146484375, + -0.093017578125, + 0.04547119140625, + 0.0025539398193359375, + -0.0192413330078125, + -0.030609130859375, + -0.04547119140625, + -0.054718017578125, + 0.012054443359375, + 0.048553466796875, + 0.017608642578125, + 0.027191162109375, + -0.0447998046875, + -0.009490966796875, + 0.015899658203125, + -0.05609130859375, + 0.03350830078125, + -0.0006837844848632812, + 0.0114593505859375, + 0.0251312255859375, + -0.053680419921875, + 0.0213775634765625, + 0.01064300537109375, + 0.027191162109375, + 0.002628326416015625, + 0.02239990234375, + -0.0345458984375, + 0.02923583984375, + 0.00927734375, + -0.0247955322265625, + 0.01038360595703125, + -0.00568389892578125, + 0.04119873046875, + -0.028900146484375, + -0.00829315185546875, + 0.017608642578125, + -0.0051727294921875, + 0.0294036865234375, + -0.003910064697265625, + 0.0090179443359375, + 0.0211944580078125, + -0.0038051605224609375, + 0.0653076171875, + -0.042388916015625, + -0.059173583984375, + -0.024444580078125, + 0.017608642578125, + 0.041046142578125, + 0.046844482421875, + 0.010772705078125, + -0.01522064208984375, + 0.0171051025390625, + 0.037445068359375, + 0.0070953369140625, + -0.07421875, + -0.0704345703125, + 0.04376220703125, + 0.038299560546875, + 0.0533447265625, + -0.0022869110107421875, + 0.0858154296875, + 0.0183868408203125, + 0.004703521728515625, + 0.031982421875, + 0.054718017578125, + 0.038818359375, + -0.0178680419921875, + -0.056427001953125, + 0.00914764404296875, + 0.009918212890625, + -0.06597900390625, + -0.047882080078125, + 0.012054443359375, + 0.065673828125, + -0.07080078125, + -0.0032062530517578125, + -0.0282135009765625, + -0.00397491455078125, + 0.025299072265625, + 0.002735137939453125, + -0.006626129150390625, + 0.01213836669921875, + -0.0090179443359375, + -0.02325439453125, + 0.004253387451171875, + -0.0222320556640625, + 0.0014858245849609375, + 0.040008544921875, + 0.0122222900390625, + -0.0234222412109375, + 0.0170135498046875, + 0.013763427734375, + 0.00970458984375, + 0.0311126708984375, + 0.03436279296875, + 0.03350830078125, + 0.00995635986328125, + 0.0396728515625, + 0.07696533203125, + -0.01171112060546875, + -0.027008056640625, + 0.0110321044921875, + 0.021453857421875, + 0.03179931640625, + 0.03607177734375, + -0.0038890838623046875, + 0.026336669921875, + -0.0020084381103515625, + -0.03265380859375, + -0.0256500244140625, + 0.0092315673828125, + -0.01197052001953125, + -0.05230712890625, + -0.0482177734375, + 0.003055572509765625, + -0.0256500244140625, + 0.0212860107421875, + 0.02496337890625, + -0.01812744140625, + -0.0015926361083984375, + 0.03607177734375, + -0.0160675048828125, + -0.02410888671875, + 0.00931549072265625, + 0.0019989013671875, + -0.024444580078125, + -0.01812744140625, + -0.0256500244140625, + 0.023590087890625, + -0.0173492431640625, + -0.07183837890625, + -0.00846099853515625, + 0.036773681640625, + 0.004062652587890625, + -0.031982421875, + 0.02410888671875, + 0.0183868408203125, + -0.00290679931640625, + -0.0635986328125, + -0.038818359375, + -0.007480621337890625, + 0.012481689453125, + -0.036590576171875, + 0.02838134765625, + 0.005771636962890625, + -0.04034423828125, + -0.00028061866760253906, + 0.003932952880859375, + -0.0169219970703125, + 0.028900146484375, + -0.06292724609375, + 0.028900146484375, + 0.002414703369140625, + 0.00572967529296875, + 0.0256500244140625, + 0.07452392578125, + -0.0256500244140625, + 0.0022754669189453125, + -0.0188140869140625, + -0.03521728515625, + 0.0230865478515625, + -0.0256500244140625, + 0.00333404541015625, + -0.053009033203125, + 0.01171112060546875, + 0.051971435546875, + -0.0533447265625, + 0.01299285888671875, + 0.0218048095703125, + -0.01282501220703125, + -0.039825439453125, + 0.018890380859375, + -0.002864837646484375, + 0.0118865966796875, + 0.065673828125, + 0.00970458984375, + 0.0036983489990234375, + -0.0139312744140625, + -0.034698486328125, + 0.050262451171875, + 0.008209228515625, + 0.0242767333984375, + -0.0212860107421875, + 0.0192413330078125, + 0.007350921630859375, + -0.032135009765625, + 0.01042938232421875, + -0.07659912109375, + -0.0060272216796875, + 0.046173095703125, + 0.0118865966796875, + -0.0024051666259765625, + -0.009918212890625, + -0.060882568359375, + -0.01538848876953125, + -0.0190582275390625, + 0.029754638671875, + 0.024444580078125, + 0.0194091796875, + -0.038116455078125, + -0.0290679931640625, + 0.012054443359375, + -0.050262451171875, + -0.0130767822265625, + -0.0211181640625, + 0.007480621337890625, + 0.013336181640625, + -0.0465087890625, + 0.022064208984375, + 0.02667236328125, + 0.015045166015625, + 0.0036334991455078125, + 0.038116455078125, + -0.034027099609375, + 0.00658416748046875, + 0.005855560302734375, + 0.0259857177734375, + 0.0011644363403320312, + -0.00799560546875, + -0.002201080322265625, + 0.018035888671875, + 0.036590576171875, + -0.041717529296875, + 0.01171112060546875, + 0.03179931640625, + -0.0268402099609375, + -0.039825439453125, + 0.0023517608642578125, + -0.0239410400390625, + 0.0550537109375, + -0.00824737548828125, + 0.04547119140625, + 0.004123687744140625, + 0.0038051605224609375, + -0.08892822265625, + 0.04376220703125, + -0.0183868408203125, + 0.0282135009765625, + 0.024444580078125, + -0.024444580078125, + -0.059173583984375, + -0.057098388671875, + -0.00893402099609375, + 0.0159912109375, + -0.0299224853515625, + 0.034698486328125, + 0.03094482421875, + 0.01427459716796875, + 0.0177764892578125, + 0.01171112060546875, + -0.0090179443359375, + 0.034210205078125, + 0.0225677490234375, + -0.039825439453125, + 0.07452392578125, + -0.027008056640625, + 0.04034423828125, + 0.005985260009765625, + -0.0029277801513671875, + 0.0183868408203125, + 0.001667022705078125, + -0.043243408203125, + 0.00504302978515625, + 0.06396484375, + 0.035919189453125, + -0.035400390625, + 0.0208587646484375, + -0.005298614501953125, + 0.0205230712890625, + -0.0015392303466796875, + -0.0211181640625, + 0.005428314208984375, + -0.000014603137969970703, + -0.038970947265625, + -0.01641845703125, + -0.072509765625, + -0.06671142578125, + 0.01026153564453125, + -0.042755126953125, + 0.005321502685546875, + -0.0013895034790039062, + 0.009063720703125, + 0.0118865966796875, + -0.060516357421875, + 0.036590576171875, + -0.015472412109375, + -0.034210205078125, + -0.00803375244140625, + 0.0118865966796875, + -0.028045654296875, + 0.053680419921875, + 0.0242767333984375, + -0.038299560546875, + -0.0135040283203125, + -0.0222320556640625, + 0.00269317626953125, + -0.0008230209350585938, + 0.007183074951171875, + -0.037109375, + 0.0242767333984375, + -0.06396484375, + -0.0256500244140625, + 0.0188140869140625, + 0.0196685791015625, + 0.005214691162109375, + -0.0139312744140625, + 0.035736083984375, + -0.01410675048828125, + -0.057464599609375, + 0.03009033203125, + -0.00011289119720458984, + 0.0005717277526855469, + 0.0251312255859375, + -0.0158233642578125, + -0.01256561279296875, + -0.0135040283203125, + 0.039825439453125, + 0.0182952880859375, + 0.01812744140625, + 0.0199127197265625, + -0.0218048095703125, + 0.00927734375, + -0.01055908203125, + 0.03179931640625, + 0.0014963150024414062, + -0.00110626220703125, + -0.004467010498046875, + 0.018463134765625, + -0.004425048828125, + -0.096435546875, + -0.021026611328125, + -0.031982421875, + -0.059844970703125, + -0.0007638931274414062, + 0.0687255859375, + 0.026153564453125, + -0.003292083740234375, + 0.03179931640625, + 0.0127410888671875, + 0.01038360595703125, + 0.019744873046875, + -0.01282501220703125, + -0.0704345703125, + -0.0194091796875, + 0.04376220703125, + 0.026153564453125, + -0.069091796875, + 0.046844482421875, + 0.0635986328125, + -0.0092315673828125, + -0.042755126953125, + 0.0029277801513671875, + -0.01055908203125, + 0.044464111328125, + 0.04290771484375, + 0.007396697998046875, + -0.05267333984375, + 0.00722503662109375, + 0.011627197265625, + 0.006496429443359375, + 0.01055908203125, + -0.0205230712890625, + -0.0311126708984375, + 0.07867431640625, + -0.0704345703125, + -0.004253387451171875, + 0.024627685546875, + 0.075927734375, + 0.0268402099609375, + -0.038482666015625, + -0.00658416748046875, + 0.0259857177734375, + 0.0218048095703125, + -0.007564544677734375, + 0.0135040283203125, + -0.0012025833129882812, + 0.0191497802734375, + 0.0135955810546875, + 0.05267333984375, + 0.0025119781494140625, + 0.051971435546875, + 0.0194854736328125, + -0.0430908203125, + 0.0182037353515625, + 0.01812744140625, + 0.00957489013671875, + -0.01410675048828125, + -0.033843994140625, + -0.00872039794921875, + -0.04718017578125, + 0.0299224853515625, + 0.02752685546875, + 0.035919189453125, + 0.028045654296875, + -0.01171112060546875, + -0.0126495361328125, + 0.007694244384765625, + 0.035064697265625, + 0.0287322998046875, + 0.0276947021484375, + -0.0029277801513671875, + 0.02239990234375, + 0.0186309814453125, + 0.00919342041015625, + -0.0185546875, + 0.033843994140625, + -0.01342010498046875, + 0.0010957717895507812, + -0.038970947265625, + 0.012908935546875, + 0.012481689453125, + -0.0140228271484375, + -0.01342010498046875, + -0.032501220703125, + 0.00504302978515625, + -0.033843994140625, + -0.036590576171875, + -0.0183868408203125, + 0.039154052734375, + -0.040191650390625, + 0.0114593505859375, + 0.0294036865234375, + -0.0282135009765625, + 0.01555633544921875, + -0.039154052734375, + 0.0789794921875, + 0.037628173828125, + 0.02581787109375, + -0.0118865966796875, + 0.0171051025390625, + 0.047882080078125, + -0.0109405517578125, + 0.012908935546875, + 0.02154541015625, + 0.006839752197265625, + 0.059844970703125, + 0.0465087890625, + 0.0008654594421386719, + -0.0482177734375, + 0.046844482421875, + 0.00791168212890625, + -0.03179931640625, + 0.051971435546875, + 0.024627685546875, + 0.00322723388671875, + -0.01239776611328125, + -0.007778167724609375, + 0.005001068115234375, + -0.056427001953125, + 0.06597900390625, + 0.019317626953125, + 0.0098724365234375, + 0.022918701171875, + -0.07147216796875, + 0.042236328125, + 0.0139312744140625, + 0.058135986328125, + -0.0259857177734375, + 0.050262451171875, + 0.006282806396484375, + -0.007480621337890625, + -0.00807952880859375, + 0.019744873046875, + 0.01410675048828125, + 0.043426513671875, + -0.00872039794921875, + 0.04718017578125, + 0.042388916015625, + 0.001560211181640625, + -0.04754638671875, + -0.0230865478515625, + 0.03179931640625, + 0.0165863037109375, + 0.041717529296875, + -0.05267333984375, + -0.035736083984375, + 0.003932952880859375, + 0.0140228271484375, + 0.07659912109375, + -0.044464111328125, + -0.0161590576171875, + 0.0171051025390625, + -0.00696563720703125, + -0.005344390869140625, + -0.0304412841796875 + ], + "metadata": { + "domains": [ + "fraud-investigation", + "network-forensics" + ], + "phases": [ + "analysis" + ], + "tags": [ + "osint", + "link-analysis" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Tsurugi_Linux", + "type": "tool", + "name": "Tsurugi Linux", + "content": "tsurugi linux die forensik-distribution kombiniert tools für ultimative ermittlungs-power. spezialisiert auf mobile- und malware-forensik mit einzigartigen features. der integrierte hardware-write-blocker verhindert beweis-kontamination. bento-menü organisiert tools nach japanischer effizienz-philosophie. besonders stark: android-forensik-suite mit adb-automatisierung, ios-backup-analyzer, umfangreiche malware-sandbox. die acquire-edition ist optimiert für schnelles imaging mit minimalem ram. performance- kernel speziell für forensik-hardware. einzigartig: integrierte übersetzungs-tools für internationale ermittlungen, unterstützung asiatischer zeichensätze, line-messenger-parser. die 64-bit-only- architektur nutzt modernen ram voll aus. live-patching hält tools aktuell ohne neustart. der stealth-mode deaktiviert alle netzwerk- interfaces. die alternative für ermittler die mehr als standard-distributionen wollen. 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.0249786376953125, + 0.0277099609375, + 0.0511474609375, + -0.0007104873657226562, + 0.01326751708984375, + 0.03375244140625, + 0.008392333984375, + -0.00824737548828125, + -0.0257568359375, + -0.00902557373046875, + -0.026153564453125, + 0.059326171875, + 0.002597808837890625, + -0.00029730796813964844, + -0.04449462890625, + 0.0345458984375, + 0.00495147705078125, + 0.004901885986328125, + 0.027130126953125, + 0.00678253173828125, + -0.0219573974609375, + -0.025177001953125, + -0.058929443359375, + 0.01727294921875, + -0.006977081298828125, + 0.00678253173828125, + -0.006244659423828125, + -0.06011962890625, + -0.037261962890625, + -0.018829345703125, + 0.0002834796905517578, + -0.0345458984375, + 0.00470733642578125, + 0.03570556640625, + -0.0032444000244140625, + -0.0238037109375, + 0.01678466796875, + -0.02166748046875, + -0.0277099609375, + 0.047607421875, + -0.016387939453125, + -0.005634307861328125, + -0.0160980224609375, + -0.006122589111328125, + -0.0325927734375, + -0.041961669921875, + -0.01415252685546875, + -0.016387939453125, + 0.0026950836181640625, + -0.0296630859375, + 0.0121002197265625, + 0.027130126953125, + 0.0195159912109375, + -0.026153564453125, + -0.036102294921875, + 0.01385498046875, + 0.0225372314453125, + -0.033172607421875, + -0.034942626953125, + 0.04156494140625, + -0.07025146484375, + -0.007904052734375, + -0.002475738525390625, + -0.0253753662109375, + 0.0017080307006835938, + 0.02215576171875, + -0.01971435546875, + -0.0335693359375, + -0.005733489990234375, + 0.01424407958984375, + 0.0294647216796875, + -0.0273284912109375, + -0.01395416259765625, + 0.040985107421875, + -0.0242919921875, + -0.050750732421875, + 0.0103912353515625, + 0.006732940673828125, + 0.00482940673828125, + -0.0164947509765625, + -0.035919189453125, + 0.00252532958984375, + 0.0253753662109375, + -0.031036376953125, + -0.0005974769592285156, + -0.0030364990234375, + 0.0020618438720703125, + 0.0052947998046875, + 0.0061492919921875, + -0.01044464111328125, + -0.00222015380859375, + 0.0035381317138671875, + -0.01483154296875, + -0.017669677734375, + 0.0472412109375, + 0.053466796875, + -0.0263519287109375, + -0.0238037109375, + -0.01385498046875, + 0.0208892822265625, + 0.03570556640625, + -0.023223876953125, + 0.036102294921875, + -0.0034160614013671875, + 0.0247802734375, + -0.046630859375, + 0.0052947998046875, + -0.00018596649169921875, + -0.003147125244140625, + -0.01580810546875, + -0.084716796875, + -0.01493072509765625, + -0.0286865234375, + -0.076904296875, + -0.01464080810546875, + -0.0007534027099609375, + -0.0145416259765625, + 0.02020263671875, + -0.04644775390625, + -0.041778564453125, + 0.01395416259765625, + 0.0239105224609375, + -0.00653839111328125, + 0.030059814453125, + -0.057769775390625, + -0.0452880859375, + 0.017669677734375, + 0.02264404296875, + -0.049957275390625, + -0.032989501953125, + -0.03375244140625, + -0.0472412109375, + -0.0253753662109375, + -0.0273284912109375, + -0.0204925537109375, + -0.0304412841796875, + 0.0283050537109375, + -0.01326751708984375, + -0.015716552734375, + 0.0277099609375, + 0.038238525390625, + -0.021759033203125, + -0.071044921875, + 0.0199127197265625, + -0.031219482421875, + 0.0018053054809570312, + -0.0015249252319335938, + 0.050750732421875, + -0.0364990234375, + -0.01971435546875, + -0.005977630615234375, + 0.0218505859375, + 0.05426025390625, + 0.0288848876953125, + 0.0088348388671875, + -0.04742431640625, + 0.005828857421875, + 0.003269195556640625, + 0.027130126953125, + -0.00775909423828125, + -0.0384521484375, + 0.004878997802734375, + -0.01522064208984375, + 0.01776123046875, + -0.016204833984375, + -0.03765869140625, + -0.004367828369140625, + 0.01922607421875, + 0.0209808349609375, + 0.0060272216796875, + 0.02557373046875, + 0.0200042724609375, + 0.060882568359375, + 0.039825439453125, + 0.0002713203430175781, + -0.0002608299255371094, + -0.01434326171875, + -0.0279083251953125, + 0.04254150390625, + 0.0286865234375, + -0.0209808349609375, + -0.0151214599609375, + 0.0296630859375, + 0.017852783203125, + 0.01190185546875, + -0.012298583984375, + -0.00653839111328125, + -0.0125885009765625, + -0.03472900390625, + 0.0184478759765625, + -0.036102294921875, + -0.01116943359375, + -0.01195526123046875, + 0.042755126953125, + 0.012786865234375, + 0.050750732421875, + 0.0275115966796875, + -0.03338623046875, + 0.03961181640625, + -0.00507354736328125, + -0.01126861572265625, + 0.038238525390625, + -0.01346588134765625, + 0.04840087890625, + 0.0179595947265625, + 0.01287841796875, + 0.00270843505859375, + 0.032989501953125, + 0.01326751708984375, + 0.0009822845458984375, + -0.0001951456069946289, + 0.061676025390625, + -0.00780487060546875, + -0.036102294921875, + -0.0150299072265625, + -0.0292816162109375, + 0.017364501953125, + -0.01776123046875, + -0.01126861572265625, + 0.0130767822265625, + -0.0006313323974609375, + -0.063232421875, + 0.022735595703125, + 0.0225372314453125, + 0.00012046098709106445, + 0.0364990234375, + 0.0185394287109375, + -0.04058837890625, + -0.03143310546875, + 0.0292816162109375, + 0.0292816162109375, + 0.0269317626953125, + -0.00951385498046875, + 0.001964569091796875, + -0.0316162109375, + -0.0413818359375, + 0.03472900390625, + 0.0151214599609375, + 0.029083251953125, + 0.00023627281188964844, + -0.0007319450378417969, + 0.0156097412109375, + -0.024688720703125, + 0.063232421875, + 0.051513671875, + -0.0044403076171875, + -0.0034885406494140625, + 0.004779815673828125, + 0.0224456787109375, + 0.053070068359375, + -0.056976318359375, + -0.00775909423828125, + -0.0687255859375, + -0.0020008087158203125, + -0.053863525390625, + -0.0265350341796875, + -0.037872314453125, + -0.04840087890625, + 0.0279083251953125, + -0.037872314453125, + -0.031036376953125, + -0.0031108856201171875, + 0.032012939453125, + -0.019805908203125, + 0.0210723876953125, + 0.01727294921875, + -0.0443115234375, + 0.01580810546875, + 0.04547119140625, + -0.0005702972412109375, + -0.007320404052734375, + -0.0035610198974609375, + 0.023223876953125, + -0.0084381103515625, + 0.0026950836181640625, + -0.0298614501953125, + -0.0005397796630859375, + 0.0248870849609375, + 0.0234222412109375, + 0.040802001953125, + -0.025177001953125, + 0.0384521484375, + -0.01044464111328125, + 0.0036602020263671875, + -0.06793212890625, + -0.0014696121215820312, + -0.0196075439453125, + -0.011077880859375, + -0.016693115234375, + -0.05816650390625, + -0.0035381317138671875, + 0.053070068359375, + -0.0015735626220703125, + 0.01385498046875, + 0.036285400390625, + -0.041778564453125, + 0.0273284912109375, + -0.0008597373962402344, + 0.0012254714965820312, + 0.0085906982421875, + 0.045867919921875, + -0.01287841796875, + 0.0257568359375, + 0.0035858154296875, + 0.0013360977172851562, + -0.0279083251953125, + -0.0482177734375, + -0.0061492919921875, + -0.005489349365234375, + -0.058563232421875, + -0.03961181640625, + 0.0304412841796875, + -0.0199127197265625, + -0.0008111000061035156, + -0.01424407958984375, + -0.01190185546875, + -0.03143310546875, + -0.037872314453125, + 0.0033416748046875, + -0.0269317626953125, + -0.04156494140625, + -0.0091705322265625, + 0.030242919921875, + 0.01287841796875, + 0.01297760009765625, + -0.0257568359375, + -0.004123687744140625, + -0.016387939453125, + 0.0213775634765625, + 0.006343841552734375, + 0.006977081298828125, + -0.0006160736083984375, + 0.04058837890625, + 0.0204925537109375, + 0.0175628662109375, + 0.0239105224609375, + 0.053466796875, + 0.0239105224609375, + -0.0199127197265625, + -0.00203704833984375, + -0.00897979736328125, + -0.00531768798828125, + 0.01326751708984375, + -0.0228271484375, + -0.0374755859375, + 0.01375579833984375, + -0.041961669921875, + 0.01629638671875, + 0.036102294921875, + 0.01385498046875, + 0.01434326171875, + -0.037872314453125, + 0.01297760009765625, + 0.061279296875, + 0.01444244384765625, + 0.094482421875, + -0.0296630859375, + -0.04254150390625, + 0.0179595947265625, + 0.030059814453125, + -0.01395416259765625, + 0.016876220703125, + 0.029083251953125, + 0.01268768310546875, + -0.01415252685546875, + 0.0273284912109375, + -0.01922607421875, + 0.047027587890625, + -0.027130126953125, + -0.01317596435546875, + 0.0238037109375, + -0.007171630859375, + 0.00800323486328125, + 0.031219482421875, + 0.03570556640625, + -0.006927490234375, + 0.03436279296875, + -0.03143310546875, + -0.0111236572265625, + -0.0229339599609375, + -0.058563232421875, + 0.0296630859375, + 0.05816650390625, + -0.0033168792724609375, + 0.048583984375, + -0.0240020751953125, + -0.08160400390625, + 0.029083251953125, + -0.05621337890625, + 0.054656982421875, + 0.0286865234375, + 0.0160980224609375, + 0.028106689453125, + -0.0269317626953125, + -0.01776123046875, + 0.0170745849609375, + -0.001140594482421875, + 0.02215576171875, + 0.037261962890625, + 0.04254150390625, + -0.00907135009765625, + -0.044891357421875, + 0.033966064453125, + 0.0423583984375, + 0.0145416259765625, + -0.012054443359375, + 0.0275115966796875, + 0.022735595703125, + 0.0433349609375, + -0.0195159912109375, + 0.036285400390625, + 0.0364990234375, + -0.0209808349609375, + 0.004611968994140625, + -0.01824951171875, + 0.0118560791015625, + -0.05035400390625, + 0.01444244384765625, + -0.0036830902099609375, + 0.0063934326171875, + -0.004535675048828125, + 0.029083251953125, + -0.0511474609375, + -0.004146575927734375, + 0.0462646484375, + -0.07574462890625, + 0.0269317626953125, + 0.01116943359375, + -0.0253753662109375, + 0.01346588134765625, + -0.01629638671875, + -0.0316162109375, + 0.0160064697265625, + 0.0019025802612304688, + -0.038055419921875, + 0.01102447509765625, + 0.0259552001953125, + -0.043914794921875, + -0.05035400390625, + -0.0294647216796875, + -0.0140533447265625, + -0.004756927490234375, + -0.024200439453125, + 0.045074462890625, + 0.00307464599609375, + -0.00873565673828125, + 0.0242919921875, + 0.042938232421875, + -0.01727294921875, + -0.047821044921875, + 0.05230712890625, + -0.01483154296875, + -0.0304412841796875, + 0.0230255126953125, + 0.017852783203125, + 0.038848876953125, + -0.01000213623046875, + -0.00222015380859375, + 0.00185394287109375, + 0.0292816162109375, + 0.0195159912109375, + 0.0174713134765625, + -0.035125732421875, + -0.040008544921875, + -0.04254150390625, + 0.0304412841796875, + 0.0116119384765625, + 0.048797607421875, + 0.00873565673828125, + -0.0675048828125, + 0.04547119140625, + -0.0413818359375, + -0.0204925537109375, + -0.00017917156219482422, + 0.0013113021850585938, + -0.043914794921875, + 0.06048583984375, + -0.0288848876953125, + 0.0032196044921875, + -0.03338623046875, + 0.0374755859375, + 0.01366424560546875, + -0.0242919921875, + -0.01493072509765625, + 0.048583984375, + 0.0491943359375, + -0.0687255859375, + -0.00804901123046875, + 0.01078033447265625, + -0.0056610107421875, + 0.053070068359375, + -0.051910400390625, + 0.01195526123046875, + 0.0125885009765625, + -0.057769775390625, + -0.03765869140625, + -0.043914794921875, + -0.010833740234375, + -0.0210723876953125, + 0.0191192626953125, + 0.0345458984375, + -0.0023174285888671875, + 0.033966064453125, + -0.0156097412109375, + 0.0160980224609375, + 0.002231597900390625, + 0.01126861572265625, + -0.022247314453125, + 0.0219573974609375, + -0.07025146484375, + -0.0259552001953125, + -0.01415252685546875, + 0.0277099609375, + -0.0296630859375, + -0.0184478759765625, + 0.0355224609375, + -0.006977081298828125, + 0.03338623046875, + -0.024688720703125, + 0.005611419677734375, + -0.017669677734375, + -0.0209808349609375, + -0.0247802734375, + -0.0253753662109375, + 0.0038299560546875, + 0.01531982421875, + 0.002147674560546875, + 0.0243988037109375, + 0.0228271484375, + -0.059326171875, + 0.0275115966796875, + 0.0085906982421875, + 0.01078033447265625, + -0.01434326171875, + 0.0103912353515625, + 0.00246429443359375, + 0.01873779296875, + 0.03436279296875, + -0.0190277099609375, + -0.038055419921875, + -0.08233642578125, + 0.0195159912109375, + -0.0059051513671875, + 0.01195526123046875, + -0.0037326812744140625, + -0.04254150390625, + -0.051513671875, + 0.0032196044921875, + 0.0151214599609375, + 0.003513336181640625, + 0.00005829334259033203, + -0.0269317626953125, + -0.010833740234375, + 0.021270751953125, + -0.021759033203125, + 0.033172607421875, + -0.0130767822265625, + 0.018829345703125, + 0.0284881591796875, + -0.0224456787109375, + 0.01531982421875, + 0.01287841796875, + 0.032196044921875, + 0.01375579833984375, + 0.03436279296875, + -0.0259552001953125, + 0.02410888671875, + -0.01522064208984375, + -0.0208892822265625, + -0.01326751708984375, + -0.002025604248046875, + 0.01000213623046875, + -0.0273284912109375, + -0.01678466796875, + 0.00012731552124023438, + 0.01219940185546875, + 0.0263519287109375, + -0.02410888671875, + 0.0028781890869140625, + 0.0205841064453125, + -0.0008172988891601562, + 0.08740234375, + -0.017181396484375, + -0.041961669921875, + 0.00922393798828125, + 0.01219940185546875, + 0.057373046875, + 0.0404052734375, + 0.00429534912109375, + -0.035919189453125, + 0.0063934326171875, + 0.040985107421875, + -0.015716552734375, + -0.023712158203125, + -0.0249786376953125, + 0.016876220703125, + 0.01336669921875, + 0.043701171875, + 0.0199127197265625, + 0.09210205078125, + 0.00429534912109375, + 0.007904052734375, + 0.017852783203125, + 0.088623046875, + 0.02410888671875, + -0.03533935546875, + -0.043701171875, + 0.0019397735595703125, + -0.01219940185546875, + -0.048797607421875, + -0.0384521484375, + 0.02215576171875, + 0.071044921875, + -0.06439208984375, + -0.0160980224609375, + -0.01415252685546875, + -0.00568389892578125, + 0.008880615234375, + -0.00035834312438964844, + -0.02069091796875, + 0.03765869140625, + 0.0233154296875, + -0.046051025390625, + -0.019805908203125, + -0.011077880859375, + 0.0283050537109375, + 0.053070068359375, + 0.0103912353515625, + -0.0034637451171875, + 0.019805908203125, + 0.033966064453125, + 0.025177001953125, + 0.015716552734375, + 0.03863525390625, + 0.032196044921875, + 0.017181396484375, + 0.03375244140625, + 0.048583984375, + -0.01126861572265625, + -0.015716552734375, + 0.0239105224609375, + 0.01629638671875, + 0.06988525390625, + 0.071044921875, + -0.0011043548583984375, + 0.03338623046875, + -0.01580810546875, + -0.051910400390625, + 0.011077880859375, + -0.0031719207763671875, + 0.0016469955444335938, + -0.059326171875, + -0.049957275390625, + 0.007415771484375, + -0.0225372314453125, + 0.0296630859375, + 0.0284881591796875, + -0.0151214599609375, + -0.01297760009765625, + 0.048797607421875, + -0.0234222412109375, + -0.0306396484375, + 0.01346588134765625, + -0.021270751953125, + -0.01629638671875, + -0.036895751953125, + -0.037872314453125, + 0.027130126953125, + -0.006927490234375, + -0.06439208984375, + -0.0284881591796875, + 0.039031982421875, + -0.0218505859375, + -0.041168212890625, + -0.0026721954345703125, + 0.012298583984375, + -0.01195526123046875, + -0.050750732421875, + -0.054656982421875, + -0.0248870849609375, + 0.0209808349609375, + -0.018341064453125, + 0.03179931640625, + -0.0316162109375, + -0.0253753662109375, + -0.0273284912109375, + -0.035919189453125, + -0.0116119384765625, + 0.01366424560546875, + -0.04058837890625, + 0.0296630859375, + 0.003147125244140625, + 0.0164947509765625, + 0.04547119140625, + 0.08392333984375, + -0.01493072509765625, + 0.000039637088775634766, + -0.007465362548828125, + -0.050750732421875, + 0.002048492431640625, + 0.00025010108947753906, + 0.007122039794921875, + -0.06048583984375, + 0.020294189453125, + 0.0655517578125, + -0.07806396484375, + 0.0041961669921875, + 0.00592803955078125, + -0.01214599609375, + -0.047027587890625, + -0.007366180419921875, + -0.01053619384765625, + 0.0277099609375, + 0.09014892578125, + -0.0019397735595703125, + 0.00470733642578125, + -0.0005369186401367188, + -0.03436279296875, + 0.039215087890625, + 0.051910400390625, + -0.0025501251220703125, + -0.048583984375, + 0.021270751953125, + 0.03240966796875, + -0.01366424560546875, + 0.00980377197265625, + -0.0667724609375, + -0.016204833984375, + 0.0267333984375, + 0.0026950836181640625, + -0.0016469955444335938, + -0.01141357421875, + -0.02020263671875, + -0.01375579833984375, + -0.022247314453125, + 0.0306396484375, + 0.006977081298828125, + 0.007415771484375, + -0.0325927734375, + -0.00592803955078125, + -0.01004791259765625, + -0.046630859375, + -0.025177001953125, + -0.0253753662109375, + 0.032012939453125, + -0.040008544921875, + -0.034149169921875, + 0.02166748046875, + -0.00829315185546875, + 0.01483154296875, + 0.01493072509765625, + 0.056610107421875, + -0.047821044921875, + 0.0024509429931640625, + -0.0013723373413085938, + 0.03765869140625, + -0.017852783203125, + 0.0043182373046875, + 0.011810302734375, + 0.006244659423828125, + 0.02069091796875, + -0.035919189453125, + 0.051513671875, + 0.04547119140625, + -0.037261962890625, + -0.054656982421875, + -0.04351806640625, + -0.0243988037109375, + 0.0223388671875, + 0.0010738372802734375, + 0.03240966796875, + -0.0086822509765625, + 0.006244659423828125, + -0.11712646484375, + 0.05035400390625, + -0.0160980224609375, + -0.0004239082336425781, + 0.0220489501953125, + 0.01366424560546875, + -0.07843017578125, + -0.047607421875, + -0.0023670196533203125, + 0.01971435546875, + -0.0273284912109375, + 0.0215606689453125, + 0.004657745361328125, + 0.0179595947265625, + -0.01000213623046875, + -0.01678466796875, + 0.0190277099609375, + 0.0462646484375, + 0.0284881591796875, + -0.02362060546875, + 0.0655517578125, + -0.040802001953125, + -0.0037326812744140625, + -0.0160980224609375, + -0.0009636878967285156, + 0.0018901824951171875, + -0.00209808349609375, + 0.004535675048828125, + 0.006122589111328125, + 0.0233154296875, + 0.055816650390625, + -0.01151275634765625, + 0.0170745849609375, + -0.0026226043701171875, + 0.01097869873046875, + 0.02362060546875, + -0.039215087890625, + -0.007366180419921875, + 0.01141357421875, + -0.031036376953125, + -0.0010976791381835938, + -0.08935546875, + -0.08160400390625, + 0.0083465576171875, + -0.032989501953125, + -0.011810302734375, + 0.0208892822265625, + 0.01678466796875, + 0.00926971435546875, + -0.037261962890625, + 0.032989501953125, + -0.01000213623046875, + -0.038055419921875, + -0.0200958251953125, + 0.02166748046875, + -0.026153564453125, + 0.047607421875, + -0.008392333984375, + -0.04156494140625, + 0.0240020751953125, + -0.0204010009765625, + -0.01219940185546875, + -0.03240966796875, + -0.03436279296875, + -0.031219482421875, + 0.015716552734375, + -0.0635986328125, + -0.031036376953125, + 0.0233154296875, + 0.032012939453125, + 0.026153564453125, + -0.018341064453125, + 0.049560546875, + 0.01248931884765625, + -0.06634521484375, + 0.037261962890625, + -0.00434112548828125, + -0.04254150390625, + 0.0023288726806640625, + -0.00926971435546875, + 0.00617218017578125, + 0.0238037109375, + 0.046844482421875, + 0.0263519287109375, + 0.0443115234375, + -0.004779815673828125, + -0.0335693359375, + 0.0089263916015625, + -0.03179931640625, + 0.0284881591796875, + 0.03338623046875, + 0.01102447509765625, + 0.0145416259765625, + 0.001201629638671875, + 0.0180511474609375, + -0.09912109375, + -0.012298583984375, + -0.04156494140625, + -0.053863525390625, + 0.01824951171875, + 0.078857421875, + 0.0229339599609375, + -0.0079498291015625, + 0.0215606689453125, + 0.0482177734375, + 0.032989501953125, + 0.0060272216796875, + 0.0011463165283203125, + -0.06634521484375, + -0.0155181884765625, + -0.006244659423828125, + 0.0200958251953125, + -0.051910400390625, + 0.040008544921875, + 0.0482177734375, + -0.0028171539306640625, + -0.01541900634765625, + 0.001384735107421875, + -0.00148773193359375, + 0.047027587890625, + 0.002964019775390625, + 0.0204925537109375, + -0.069091796875, + 0.0205841064453125, + 0.0279083251953125, + 0.0061492919921875, + -0.01078033447265625, + -0.01248931884765625, + -0.0006556510925292969, + 0.01971435546875, + -0.0635986328125, + -0.030242919921875, + 0.0165863037109375, + 0.0648193359375, + 0.01024627685546875, + -0.04058837890625, + -0.030242919921875, + 0.046630859375, + 0.0184478759765625, + -0.034942626953125, + 0.0038547515869140625, + 0.0169830322265625, + -0.0034389495849609375, + 0.007659912109375, + 0.050750732421875, + 0.0094146728515625, + 0.042144775390625, + 0.0190277099609375, + -0.059326171875, + 0.01971435546875, + 0.00556182861328125, + 0.01971435546875, + -0.01078033447265625, + -0.039825439453125, + -0.01195526123046875, + -0.053466796875, + 0.0374755859375, + 0.0160064697265625, + 0.023223876953125, + 0.00824737548828125, + -0.0015001296997070312, + -0.0209808349609375, + -0.003269195556640625, + 0.0306396484375, + 0.0491943359375, + 0.038848876953125, + 0.017364501953125, + 0.0181427001953125, + 0.00568389892578125, + 0.00853729248046875, + -0.0269317626953125, + 0.03179931640625, + -0.023223876953125, + -0.007709503173828125, + -0.07025146484375, + -0.00751495361328125, + 0.0017194747924804688, + -0.0208892822265625, + -0.006927490234375, + -0.0294647216796875, + 0.0189361572265625, + -0.00971221923828125, + -0.042755126953125, + -0.0210723876953125, + 0.0452880859375, + -0.03277587890625, + 0.0265350341796875, + 0.01219940185546875, + -0.035919189453125, + -0.005146026611328125, + -0.03570556640625, + 0.08978271484375, + 0.0306396484375, + 0.0244903564453125, + 0.00011056661605834961, + 0.015899658203125, + 0.040985107421875, + -0.0081939697265625, + 0.0032939910888671875, + 0.0184478759765625, + -0.0200958251953125, + 0.03863525390625, + 0.051513671875, + 0.005001068115234375, + -0.03863525390625, + 0.0191192626953125, + 0.005977630615234375, + -0.049560546875, + 0.057769775390625, + 0.03533935546875, + 0.0279083251953125, + -0.003902435302734375, + -0.003780364990234375, + -0.0284881591796875, + -0.08551025390625, + 0.06048583984375, + 0.0325927734375, + 0.0031223297119140625, + 0.042755126953125, + -0.03533935546875, + 0.040008544921875, + 0.02362060546875, + 0.04547119140625, + -0.055816650390625, + 0.0413818359375, + -0.0113677978515625, + -0.0194244384765625, + 0.00010901689529418945, + 0.02215576171875, + -0.016387939453125, + 0.0267333984375, + -0.0259552001953125, + 0.058563232421875, + 0.005268096923828125, + -0.032012939453125, + -0.0635986328125, + -0.0277099609375, + 0.00568389892578125, + 0.00441741943359375, + 0.044097900390625, + -0.040008544921875, + -0.003086090087890625, + -0.016204833984375, + 0.01092529296875, + 0.0714111328125, + -0.00270843505859375, + 0.0288848876953125, + -0.00780487060546875, + -0.025177001953125, + -0.0019512176513671875, + -0.02215576171875 ], "metadata": { "domains": [ "incident-response", "static-investigations", - "mobile-forensics", - "cloud-forensics", - "fraud-investigation" + "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_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", - "reporting" + "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_NetworkMiner", + "type": "tool", + "name": "NetworkMiner", + "content": "networkminer der forensische netzwerk-analyzer extrahiert artefakte aus pcap-dateien mit fokus auf inhalts-rekonstruktion statt paket-details. automatische extraktion von dateien (bilder, dokumente, executables) aus http, ftp, tftp und smb-traffic. credentials-harvesting findet passwörter in klartext- protokollen. host-inventar mit os-fingerprinting, offenen ports und services. dns-resolution-timeline zeigt domain-lookups. keyword-search über alle extrahierten inhalte. die professional-version bietet geo-ip-lokalisierung, voip-rekonstruktion und kommandozeilen-scripting. besonders wertvoll: frame-reassembly auch bei packet-loss. export zu csv/xml für weitere analyse. die intuitive gui macht es zugänglich für nicht-netzwerk-spezialisten. limitiert bei verschlüsseltem traffic, glänzt bei klartext-protokollen und malware-c2-analyse. gui file-reconstruction pcap-capture session-reconstruction dns-resolution triage credential-extraction os-fingerprinting keyword-search artifact-extraction cleartext-protocols frame-reassembly incident-response static-investigations malware-analysis network-forensics examination analysis", + "embedding": [ + -0.01593017578125, + 0.01442718505859375, + 0.028106689453125, + 0.01021575927734375, + 0.03973388671875, + 0.01629638671875, + 0.0066070556640625, + -0.00604248046875, + -0.0204315185546875, + -0.030731201171875, + -0.04833984375, + 0.049835205078125, + 0.0194854736328125, + -0.0194854736328125, + -0.0640869140625, + 0.02679443359375, + 0.0016279220581054688, + 0.0010423660278320312, + 0.007587432861328125, + 0.005435943603515625, + -0.01358795166015625, + -0.0185546875, + -0.02398681640625, + 0.002704620361328125, + 0.004192352294921875, + 0.017425537109375, + -0.02239990234375, + -0.068603515625, + -0.0301666259765625, + 0.0205230712890625, + -0.0060882568359375, + -0.02398681640625, + 0.012176513671875, + 0.02923583984375, + 0.00604248046875, + -0.0343017578125, + 0.01715087890625, + -0.040863037109375, + -0.044219970703125, + 0.042724609375, + -0.0169525146484375, + 0.0053863525390625, + 0.00899505615234375, + -0.0164031982421875, + -0.045166015625, + -0.035980224609375, + -0.007495880126953125, + -0.0012178421020507812, + 0.01517486572265625, + -0.0311126708984375, + 0.033721923828125, + 0.009185791015625, + -0.001827239990234375, + -0.00330352783203125, + -0.044219970703125, + 0.0269775390625, + 0.03521728515625, + -0.01593017578125, + -0.036529541015625, + 0.070068359375, + -0.03485107421875, + -0.0249176025390625, + 0.0028228759765625, + -0.02679443359375, + 0.0127410888671875, + 0.0236968994140625, + -0.0177154541015625, + -0.038787841796875, + 0.024169921875, + 0.003021240234375, + 0.01091766357421875, + -0.025115966796875, + -0.017333984375, + 0.041229248046875, + -0.040863037109375, + -0.0455322265625, + 0.005809783935546875, + 0.0245513916015625, + 0.0107269287109375, + 0.0027179718017578125, + -0.06109619140625, + 0.019866943359375, + 0.039337158203125, + -0.007778167724609375, + -0.0221099853515625, + -0.0022487640380859375, + 0.041412353515625, + -0.0141448974609375, + 0.007167816162109375, + 0.0040283203125, + 0.0301666259765625, + 0.0010662078857421875, + 0.017608642578125, + -0.0322265625, + 0.044586181640625, + 0.05322265625, + -0.02679443359375, + 0.00927734375, + 0.01490020751953125, + 0.0236968994140625, + 0.021270751953125, + -0.03955078125, + 0.0738525390625, + 0.0007963180541992188, + 0.0180816650390625, + -0.0294189453125, + 0.01129150390625, + -0.0027294158935546875, + -0.0099334716796875, + -0.0273590087890625, + -0.09033203125, + -0.0284881591796875, + -0.0247344970703125, + -0.06109619140625, + -0.00025773048400878906, + 0.0207061767578125, + -0.022491455078125, + 0.06781005859375, + -0.04833984375, + -0.039337158203125, + 0.0273590087890625, + 0.0020961761474609375, + -0.0125579833984375, + -0.022674560546875, + -0.074951171875, + -0.06561279296875, + -0.0260467529296875, + 0.047027587890625, + -0.038421630859375, + -0.006557464599609375, + -0.007167816162109375, + -0.01593017578125, + 0.0026111602783203125, + -0.0030918121337890625, + 0.0086212158203125, + -0.025299072265625, + 0.0311126708984375, + -0.00627899169921875, + -0.0225830078125, + 0.017608642578125, + 0.057342529296875, + -0.028289794921875, + -0.046661376953125, + 0.0060882568359375, + -0.033172607421875, + -0.01100921630859375, + -0.01049041748046875, + 0.0528564453125, + -0.0218353271484375, + 0.005340576171875, + -0.00693511962890625, + 0.027740478515625, + 0.062225341796875, + -0.0019445419311523438, + 0.0235137939453125, + -0.0693359375, + -0.0231475830078125, + -0.035797119140625, + 0.040283203125, + -0.0258636474609375, + -0.0207977294921875, + -0.00405120849609375, + -0.010589599609375, + 0.0127410888671875, + -0.0114288330078125, + -0.028289794921875, + -0.0423583984375, + 0.01114654541015625, + 0.003208160400390625, + -0.016204833984375, + 0.017242431640625, + 0.01091766357421875, + 0.073486328125, + 0.06781005859375, + 0.022491455078125, + 0.049835205078125, + 0.00010687112808227539, + -0.004825592041015625, + 0.01293182373046875, + 0.0399169921875, + -0.007354736328125, + -0.0059967041015625, + 0.039154052734375, + 0.009185791015625, + 0.0232391357421875, + -0.01715087890625, + -0.0262298583984375, + -0.0205230712890625, + -0.0106353759765625, + 0.0245513916015625, + -0.036529541015625, + -0.0399169921875, + -0.0177154541015625, + 0.0273590087890625, + 0.028289794921875, + 0.081298828125, + 0.019866943359375, + -0.01087188720703125, + 0.04833984375, + -0.0164031982421875, + 0.0024471282958984375, + 0.0181732177734375, + -0.0290374755859375, + 0.016021728515625, + 0.0298004150390625, + 0.01245880126953125, + -0.013214111328125, + 0.040863037109375, + 0.01166534423828125, + -0.02435302734375, + -0.0029163360595703125, + 0.06561279296875, + -0.00913238525390625, + -0.01157379150390625, + -0.0269775390625, + -0.0399169921875, + 0.012176513671875, + -0.0081024169921875, + -0.003864288330078125, + 0.01161956787109375, + -0.002811431884765625, + -0.051727294921875, + 0.006137847900390625, + 0.028106689453125, + -0.01629638671875, + 0.04779052734375, + 0.0262298583984375, + -0.038787841796875, + -0.025299072265625, + 0.0303497314453125, + 0.0262298583984375, + 0.01114654541015625, + 0.0024013519287109375, + 0.0153656005859375, + 0.0020847320556640625, + -0.0156402587890625, + 0.0528564453125, + 0.049468994140625, + 0.0182647705078125, + 0.01166534423828125, + -0.007167816162109375, + 0.0219268798828125, + -0.03204345703125, + 0.04327392578125, + 0.031494140625, + -0.021270751953125, + -0.00042748451232910156, + 0.005645751953125, + 0.02117919921875, + 0.04010009765625, + -0.033721923828125, + 0.01021575927734375, + -0.0697021484375, + -0.026611328125, + -0.0704345703125, + -0.0178985595703125, + -0.0528564453125, + -0.049835205078125, + 0.04010009765625, + -0.0153656005859375, + -0.0318603515625, + 0.0018739700317382812, + -0.00028395652770996094, + 0.018646240234375, + 0.06744384765625, + -0.01311492919921875, + -0.032806396484375, + 0.0029506683349609375, + 0.0753173828125, + 0.002002716064453125, + -0.02435302734375, + -0.01433563232421875, + 0.024169921875, + -0.003162384033203125, + 0.032806396484375, + -0.0207977294921875, + 0.0194854736328125, + 0.053955078125, + 0.0260467529296875, + 0.028289794921875, + -0.008056640625, + 0.0017566680908203125, + -0.00824737548828125, + 0.016204833984375, + -0.05657958984375, + -0.0006499290466308594, + -0.0020618438720703125, + 0.0018968582153320312, + 0.0141448974609375, + -0.0648193359375, + -0.0081024169921875, + 0.0301666259765625, + -0.0022258758544921875, + 0.0182647705078125, + 0.0221099853515625, + -0.052459716796875, + 0.0169525146484375, + -0.023895263671875, + 0.00505828857421875, + 0.025482177734375, + 0.047607421875, + -0.0165863037109375, + 0.026611328125, + 0.003513336181640625, + 0.0032787322998046875, + -0.0299835205078125, + -0.05657958984375, + -0.033172607421875, + -0.00702667236328125, + -0.03521728515625, + -0.035614013671875, + 0.02032470703125, + -0.022674560546875, + 0.014617919921875, + -0.00908660888671875, + 0.0016279220581054688, + -0.0154571533203125, + -0.05584716796875, + -0.000010073184967041016, + -0.007541656494140625, + -0.03521728515625, + -0.0108184814453125, + 0.06744384765625, + 0.015838623046875, + 0.027923583984375, + 0.0098876953125, + 0.016204833984375, + -0.052093505859375, + 0.0423583984375, + -0.003864288330078125, + 0.01180267333984375, + 0.00829315185546875, + 0.03765869140625, + 0.0238037109375, + 0.00965118408203125, + 0.05023193359375, + 0.043487548828125, + 0.01751708984375, + -0.030914306640625, + -0.0099334716796875, + 0.0207061767578125, + -0.00199127197265625, + 0.041595458984375, + 0.0003044605255126953, + -0.0288543701171875, + -0.0218353271484375, + -0.04046630859375, + 0.0081024169921875, + 0.02435302734375, + 0.03485107421875, + 0.01087188720703125, + -0.01100921630859375, + -0.0011301040649414062, + 0.051727294921875, + 0.0080108642578125, + 0.1124267578125, + 0.0037479400634765625, + -0.035430908203125, + 0.01348876953125, + 0.06781005859375, + -0.0030918121337890625, + -0.01377105712890625, + 0.036529541015625, + 0.006885528564453125, + 0.01311492919921875, + 0.02276611328125, + -0.01611328125, + 0.0191192626953125, + 0.00475311279296875, + -0.0298004150390625, + -0.00566864013671875, + -0.023895263671875, + 0.01157379150390625, + 0.0648193359375, + 0.0139617919921875, + 0.0053863525390625, + 0.041778564453125, + -0.0343017578125, + -0.028106689453125, + -0.0584716796875, + -0.07757568359375, + -0.007965087890625, + 0.027923583984375, + -0.0006413459777832031, + 0.043853759765625, + -0.0238037109375, + -0.07830810546875, + 0.00838470458984375, + -0.046661376953125, + 0.0753173828125, + 0.041778564453125, + 0.03466796875, + 0.033905029296875, + -0.0050811767578125, + 0.017608642578125, + 0.03240966796875, + 0.01049041748046875, + 0.018646240234375, + 0.0689697265625, + 0.0284881591796875, + 0.0039825439453125, + -0.00913238525390625, + 0.0140533447265625, + 0.0258636474609375, + 0.01367950439453125, + -0.005130767822265625, + 0.033721923828125, + 0.0003483295440673828, + 0.044403076171875, + -0.038787841796875, + 0.0350341796875, + 0.02117919921875, + -0.0133056640625, + 0.0164947509765625, + -0.0208892822265625, + 0.01995849609375, + -0.036163330078125, + 0.00431060791015625, + 0.0004391670227050781, + 0.017242431640625, + 0.0406494140625, + 0.0178985595703125, + -0.052093505859375, + -0.0350341796875, + 0.040283203125, + -0.047393798828125, + 0.017333984375, + 0.005107879638671875, + -0.01039886474609375, + 0.01451873779296875, + -0.0179901123046875, + -0.024169921875, + 0.0290374755859375, + -0.02642822265625, + -0.0406494140625, + 0.0141448974609375, + 0.0032558441162109375, + -0.044403076171875, + -0.041595458984375, + -0.0193939208984375, + -0.0290374755859375, + -0.0141448974609375, + -0.03167724609375, + 0.016204833984375, + -0.00395965576171875, + 0.01129150390625, + 0.027740478515625, + 0.033538818359375, + 0.0003044605255126953, + -0.0234222412109375, + 0.0374755859375, + -0.01358795166015625, + -0.0367431640625, + 0.046112060546875, + 0.010772705078125, + 0.0127410888671875, + -0.037109375, + -0.02960205078125, + 0.0005474090576171875, + 0.00284576416015625, + 0.0019683837890625, + 0.014801025390625, + -0.021087646484375, + -0.0234222412109375, + -0.046112060546875, + 0.0528564453125, + -0.009979248046875, + 0.027740478515625, + -0.01293182373046875, + -0.040863037109375, + 0.004638671875, + -0.036346435546875, + 0.000179290771484375, + 0.01873779296875, + -0.0066070556640625, + -0.0245513916015625, + 0.07421875, + -0.0023651123046875, + -0.02032470703125, + -0.00960540771484375, + 0.038238525390625, + -0.005901336669921875, + -0.00787353515625, + -0.03167724609375, + 0.040863037109375, + 0.0057373046875, + -0.058074951171875, + -0.007167816162109375, + -0.01837158203125, + -0.007587432861328125, + 0.046661376953125, + -0.043853759765625, + 0.00965118408203125, + -0.01091766357421875, + -0.05621337890625, + -0.0205230712890625, + -0.02154541015625, + -0.01508331298828125, + -0.049102783203125, + 0.0260467529296875, + 0.031280517578125, + 0.0166778564453125, + 0.038604736328125, + 0.0269775390625, + -0.0156402587890625, + 0.0249176025390625, + -0.00833892822265625, + -0.02960205078125, + 0.04833984375, + -0.0535888671875, + -0.0209808349609375, + 0.01190185546875, + 0.0298004150390625, + -0.0218353271484375, + 0.00304412841796875, + 0.01302337646484375, + -0.0262298583984375, + 0.033172607421875, + -0.063720703125, + 0.0026702880859375, + -0.0113372802734375, + -0.03204345703125, + -0.0231475830078125, + -0.004215240478515625, + 0.0374755859375, + 0.041229248046875, + -0.01377105712890625, + -0.01490020751953125, + 0.043487548828125, + -0.038421630859375, + 0.0275421142578125, + 0.0208892822265625, + -0.0003952980041503906, + 0.0052947998046875, + 0.00016546249389648438, + 0.00965118408203125, + 0.0019445419311523438, + 0.037109375, + -0.01110076904296875, + -0.030731201171875, + -0.07086181640625, + 0.01180267333984375, + -0.0245513916015625, + -0.0028228759765625, + -0.0222015380859375, + -0.052459716796875, + -0.030731201171875, + -0.01100921630859375, + 0.044586181640625, + 0.022491455078125, + 0.01311492919921875, + -0.0288543701171875, + -0.0209808349609375, + -0.0006589889526367188, + -0.0301666259765625, + 0.0271759033203125, + -0.00702667236328125, + 0.0260467529296875, + 0.025482177734375, + -0.0236968994140625, + 0.03485107421875, + 0.0245513916015625, + 0.036163330078125, + 0.02923583984375, + 0.004169464111328125, + -0.025482177734375, + -0.0112457275390625, + -0.00475311279296875, + -0.01190185546875, + 0.005435943603515625, + -0.01629638671875, + 0.0206146240234375, + -0.0046844482421875, + 0.003185272216796875, + 0.0025539398193359375, + 0.033538818359375, + 0.0204315185546875, + -0.0009546279907226562, + 0.01087188720703125, + 0.037841796875, + -0.0194854736328125, + 0.06182861328125, + -0.0218353271484375, + -0.0217437744140625, + 0.0133056640625, + -0.013214111328125, + 0.049102783203125, + 0.027923583984375, + -0.017242431640625, + -0.0325927734375, + 0.00885772705078125, + 0.054351806640625, + -0.00632476806640625, + -0.0528564453125, + -0.017242431640625, + 0.0249176025390625, + 0.036346435546875, + 0.047027587890625, + 0.00978851318359375, + 0.0322265625, + 0.01377105712890625, + -0.004428863525390625, + 0.057708740234375, + 0.07421875, + 0.0139617919921875, + -0.0164947509765625, + -0.049102783203125, + -0.006885528564453125, + 0.0010128021240234375, + -0.0165863037109375, + -0.043853759765625, + -0.01007080078125, + 0.059600830078125, + -0.064453125, + -0.0325927734375, + 0.005855560302734375, + 0.02923583984375, + 0.0029392242431640625, + 0.00365447998046875, + -0.030914306640625, + 0.0325927734375, + 0.01021575927734375, + -0.05322265625, + 0.0006794929504394531, + -0.01110076904296875, + 0.0204315185546875, + 0.04833984375, + 0.021636962890625, + -0.0294189453125, + 0.043487548828125, + 0.04217529296875, + 0.049102783203125, + 0.018463134765625, + 0.05657958984375, + 0.031280517578125, + 0.007587432861328125, + 0.035797119140625, + 0.06146240234375, + -0.0249176025390625, + -0.0156402587890625, + 0.0288543701171875, + 0.03411865234375, + 0.04833984375, + 0.049468994140625, + 0.00627899169921875, + -0.0016164779663085938, + 0.0011539459228515625, + -0.0487060546875, + -0.0060882568359375, + 0.0017213821411132812, + -0.00838470458984375, + -0.0233306884765625, + -0.03411865234375, + 0.0301666259765625, + -0.0458984375, + 0.0290374755859375, + 0.007167816162109375, + -0.04217529296875, + -0.0113372802734375, + 0.0423583984375, + -0.0168609619140625, + -0.07232666015625, + 0.032989501953125, + -0.0133056640625, + -0.040283203125, + -0.0208892822265625, + -0.04217529296875, + 0.033538818359375, + -0.017333984375, + -0.053955078125, + -0.0247344970703125, + 0.0299835205078125, + -0.01555633544921875, + -0.03485107421875, + -0.01611328125, + 0.0245513916015625, + -0.028106689453125, + -0.037109375, + -0.054351806640625, + -0.0238037109375, + 0.0207977294921875, + -0.0231475830078125, + -0.00899505615234375, + -0.003841400146484375, + -0.0154571533203125, + 0.0022602081298828125, + 0.00698089599609375, + -0.0286712646484375, + 0.040863037109375, + -0.0455322265625, + 0.055084228515625, + 0.0217437744140625, + 0.001827239990234375, + 0.0194854736328125, + 0.062225341796875, + -0.0052947998046875, + 0.005573272705078125, + -0.0219268798828125, + -0.05133056640625, + -0.0031147003173828125, + 0.0098876953125, + 0.025115966796875, + -0.0584716796875, + 0.0168609619140625, + 0.038970947265625, + -0.07421875, + -0.004428863525390625, + 0.005573272705078125, + -0.016021728515625, + -0.046844482421875, + 0.03204345703125, + 0.005458831787109375, + -0.01236724853515625, + 0.08056640625, + -0.00698089599609375, + -0.01629638671875, + 0.01433563232421875, + -0.059600830078125, + 0.052093505859375, + 0.0053863525390625, + 0.0217437744140625, + -0.038421630859375, + 0.026611328125, + 0.025115966796875, + -0.0322265625, + -0.0016632080078125, + -0.0858154296875, + -0.025115966796875, + 0.0152740478515625, + 0.0207061767578125, + -0.0053863525390625, + 0.00006151199340820312, + -0.039154052734375, + -0.01715087890625, + -0.01555633544921875, + 0.00847625732421875, + -0.00016391277313232422, + 0.01517486572265625, + -0.0458984375, + 0.0033969879150390625, + 0.003162384033203125, + -0.068603515625, + -0.047027587890625, + -0.0189208984375, + 0.01180267333984375, + 0.0066070556640625, + -0.052459716796875, + 0.0262298583984375, + 0.0207061767578125, + 0.0019092559814453125, + 0.0311126708984375, + 0.043670654296875, + -0.047027587890625, + 0.00496673583984375, + -0.0024127960205078125, + 0.040863037109375, + -0.004474639892578125, + 0.01068115234375, + -0.021636962890625, + -0.001094818115234375, + 0.0221099853515625, + -0.03973388671875, + 0.0303497314453125, + 0.038604736328125, + -0.03973388671875, + -0.063720703125, + -0.0245513916015625, + 0.0039825439453125, + 0.0208892822265625, + 0.0021190643310546875, + 0.02679443359375, + -0.021270751953125, + -0.0112457275390625, + -0.097412109375, + 0.049468994140625, + -0.00540924072265625, + 0.018646240234375, + 0.03240966796875, + -0.021636962890625, + -0.07794189453125, + -0.03521728515625, + -0.0221099853515625, + 0.033721923828125, + -0.039154052734375, + 0.05657958984375, + 0.01499176025390625, + 0.01161956787109375, + 0.00279998779296875, + -0.00041866302490234375, + 0.004894256591796875, + 0.049102783203125, + 0.0262298583984375, + -0.05023193359375, + 0.0791015625, + -0.0286712646484375, + 0.0002751350402832031, + -0.02960205078125, + -0.0128326416015625, + -0.0213623046875, + -0.0164031982421875, + -0.0343017578125, + 0.0013408660888671875, + 0.02642822265625, + 0.041229248046875, + -0.023895263671875, + 0.0249176025390625, + 0.0016164779663085938, + 0.0138702392578125, + 0.020050048828125, + -0.0013818740844726562, + 0.0087127685546875, + 0.0140533447265625, + -0.0027179718017578125, + -0.036163330078125, + -0.0592041015625, + -0.07232666015625, + -0.0011129379272460938, + -0.046661376953125, + -0.0011186599731445312, + 0.0133056640625, + 0.0092315673828125, + 0.00665283203125, + -0.0233306884765625, + 0.013214111328125, + -0.01311492919921875, + -0.03729248046875, + -0.0273590087890625, + 0.01129150390625, + -0.002330780029296875, + 0.025482177734375, + 0.006885528564453125, + -0.00969696044921875, + 0.021087646484375, + 0.0094146728515625, + -0.0133056640625, + -0.0235137939453125, + 0.0107269287109375, + -0.0374755859375, + 0.006183624267578125, + -0.07568359375, + -0.02032470703125, + 0.01114654541015625, + 0.04254150390625, + -0.007965087890625, + -0.025665283203125, + 0.047393798828125, + -0.0206146240234375, + -0.06707763671875, + 0.02923583984375, + -0.0168609619140625, + -0.04779052734375, + 0.0275421142578125, + -0.0247344970703125, + -0.0009369850158691406, + 0.0192108154296875, + 0.0479736328125, + 0.05322265625, + 0.0288543701171875, + 0.0269775390625, + -0.0247344970703125, + -0.0207977294921875, + -0.02154541015625, + 0.0301666259765625, + 0.0181732177734375, + 0.02679443359375, + -0.00540924072265625, + 0.030914306640625, + -0.0157470703125, + -0.0791015625, + -0.0311126708984375, + -0.0180816650390625, + -0.051727294921875, + 0.0004887580871582031, + 0.06707763671875, + 0.05023193359375, + -0.0138702392578125, + 0.0209808349609375, + 0.025482177734375, + 0.0258636474609375, + 0.00637054443359375, + -0.019775390625, + -0.059600830078125, + -0.0095062255859375, + 0.036529541015625, + 0.0218353271484375, + -0.064453125, + 0.039154052734375, + 0.06109619140625, + -0.0107269287109375, + -0.02117919921875, + 0.0008492469787597656, + 0.0004069805145263672, + 0.03521728515625, + 0.0193023681640625, + 0.02679443359375, + -0.054718017578125, + 0.0085296630859375, + 0.011474609375, + -0.0026702880859375, + -0.01044464111328125, + -0.007122039794921875, + -0.0374755859375, + 0.03411865234375, + -0.060333251953125, + -0.0027866363525390625, + 0.0156402587890625, + 0.051727294921875, + 0.0311126708984375, + -0.03973388671875, + -0.0225830078125, + 0.0311126708984375, + 0.0177154541015625, + -0.030548095703125, + 0.0192108154296875, + -0.0009427070617675781, + -0.0262298583984375, + 0.043853759765625, + 0.036529541015625, + 0.009185791015625, + 0.036163330078125, + 0.0286712646484375, + -0.062225341796875, + 0.01629638671875, + -0.0079193115234375, + 0.015838623046875, + 0.00824737548828125, + -0.030914306640625, + -0.01087188720703125, + -0.051727294921875, + 0.0487060546875, + 0.0294189453125, + 0.027740478515625, + 0.0140533447265625, + -0.00885772705078125, + 0.017425537109375, + 0.00440216064453125, + 0.01348876953125, + 0.025115966796875, + 0.035614013671875, + 0.01236724853515625, + 0.023895263671875, + 0.01190185546875, + -0.00763702392578125, + -0.0288543701171875, + 0.0182647705078125, + -0.02960205078125, + -0.00284576416015625, + -0.040863037109375, + -0.0154571533203125, + 0.0005884170532226562, + -0.005901336669921875, + -0.04327392578125, + -0.049835205078125, + -0.003021240234375, + -0.013214111328125, + -0.0447998046875, + 0.0015344619750976562, + 0.049835205078125, + -0.04217529296875, + 0.018646240234375, + 0.03521728515625, + -0.0004010200500488281, + 0.036346435546875, + -0.06597900390625, + 0.07830810546875, + 0.00927734375, + 0.020233154296875, + -0.0168609619140625, + 0.00400543212890625, + 0.01180267333984375, + -0.00461578369140625, + 0.0012769699096679688, + 0.0322265625, + -0.03448486328125, + 0.038421630859375, + 0.042724609375, + 0.003864288330078125, + -0.0232391357421875, + 0.011474609375, + -0.0019207000732421875, + -0.040283203125, + 0.032989501953125, + -0.0036067962646484375, + 0.0125579833984375, + -0.0247344970703125, + -0.0060882568359375, + -0.0006732940673828125, + -0.046295166015625, + 0.052459716796875, + 0.038238525390625, + -0.0138702392578125, + 0.01030731201171875, + -0.0738525390625, + 0.0367431640625, + 0.00061798095703125, + 0.058074951171875, + -0.043853759765625, + 0.0286712646484375, + -0.0303497314453125, + 0.01433563232421875, + -0.0154571533203125, + 0.0019550323486328125, + 0.0026111602783203125, + 0.0165863037109375, + -0.01026153564453125, + 0.06256103515625, + 0.01302337646484375, + 0.0029048919677734375, + -0.06671142578125, + -0.005527496337890625, + 0.0016279220581054688, + 0.015838623046875, + 0.0207061767578125, + -0.036346435546875, + -0.025665283203125, + 0.025482177734375, + 0.030731201171875, + 0.0753173828125, + -0.01030731201171875, + 0.0367431640625, + 0.011474609375, + -0.0003514289855957031, + -0.0100250244140625, + -0.0178985595703125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis", + "network-forensics" + ], + "phases": [ + "examination", + "analysis" ], "tags": [ "gui", - "commercial", - "cloud-artifacts", - "mobile-app-data", - "automation-ready", - "court-admissible", - "ai-categorization", - "ief-engine", - "connections-view", - "timeline-analysis", - "csam-detection", - "parallel-processing" + "file-reconstruction", + "pcap-capture", + "session-reconstruction", + "dns-resolution", + "triage", + "credential-extraction", + "os-fingerprinting", + "keyword-search", + "artifact-extraction", + "cleartext-protocols", + "frame-reassembly" ], "skillLevel": "beginner", "type": "tool" @@ -113892,6 +113892,1067 @@ "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_Hash_Functions___Digital_Signatures", "type": "concept", @@ -116009,1067 +117070,6 @@ "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" - } } ] } \ No newline at end of file diff --git a/src/components/AIQueryInterface.astro b/src/components/AIQueryInterface.astro index 15e2804..bf17ebb 100644 --- a/src/components/AIQueryInterface.astro +++ b/src/components/AIQueryInterface.astro @@ -497,50 +497,62 @@ document.addEventListener('DOMContentLoaded', () => { } function formatWorkflowSuggestion(text) { - // Improved handling for different list formats - const numberedListPattern = /(\d+\.\s)/g; - - if (numberedListPattern.test(text)) { - const items = text.split(/\d+\.\s/).filter(item => item.trim().length > 0); + // Type safety: ensure text is a string + if (!text || typeof text !== 'string') { + console.warn('[FORMAT] Invalid text input:', typeof text, text); + return `

Inhalt nicht verfügbar

`; + } - if (items.length > 1) { - const listItems = items.map(item => - `
  • ${item.trim()}
  • ` - ).join(''); - - return `
      ${listItems}
    `; + // Sanitize and trim the text + const cleanText = text.trim(); + if (cleanText.length === 0) { + return `

    Keine Informationen verfügbar

    `; } - } - - // Handle bullet points - const bulletPattern = /^[\s]*[-\*•]\s/gm; - if (bulletPattern.test(text)) { - const items = text.split(/^[\s]*[-\*•]\s/gm).filter(item => item.trim().length > 0); - if (items.length > 1) { - const listItems = items.map(item => - `
  • ${item.trim()}
  • ` - ).join(''); + // Improved handling for different list formats + const numberedListPattern = /(\d+\.\s)/g; + + if (numberedListPattern.test(cleanText)) { + const items = cleanText.split(/\d+\.\s/).filter(item => item.trim().length > 0); - return `
      ${listItems}
    `; + if (items.length > 1) { + const listItems = items.map(item => + `
  • ${sanitizeHTML(item.trim())}
  • ` + ).join(''); + + return `
      ${listItems}
    `; + } } - } - - // Handle line breaks as lists - if (text.includes('\n')) { - const lines = text.split('\n').filter(line => line.trim().length > 0); - if (lines.length > 1) { - const listItems = lines.map(line => - `
  • ${line.trim()}
  • ` - ).join(''); + + // Handle bullet points + const bulletPattern = /^[\s]*[-\*•]\s/gm; + if (bulletPattern.test(cleanText)) { + const items = cleanText.split(/^[\s]*[-\*•]\s/gm).filter(item => item.trim().length > 0); - return `
      ${listItems}
    `; + if (items.length > 1) { + const listItems = items.map(item => + `
  • ${sanitizeHTML(item.trim())}
  • ` + ).join(''); + + return `
      ${listItems}
    `; + } } + + // Handle line breaks as lists + if (cleanText.includes('\n')) { + const lines = cleanText.split('\n').filter(line => line.trim().length > 0); + if (lines.length > 1) { + const listItems = lines.map(line => + `
  • ${sanitizeHTML(line.trim())}
  • ` + ).join(''); + + return `
      ${listItems}
    `; + } + } + + // Default paragraph formatting + return `

    ${sanitizeHTML(cleanText)}

    `; } - - // Default paragraph formatting - return `

    ${text}

    `; - } function renderBackgroundKnowledge(backgroundKnowledge) { if (!backgroundKnowledge || backgroundKnowledge.length === 0) { From 680a2c311d8bf119e73cfb3e962c966f12b00623 Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Thu, 31 Jul 2025 21:43:05 +0200 Subject: [PATCH 04/10] progress --- .env.example | 37 +- data/embeddings.json | 203524 +++++++++++------------ src/components/AIQueryInterface.astro | 2032 +- src/pages/api/ai/query.ts | 106 +- src/styles/global.css | 124 + src/utils/aiPipeline.ts | 1019 +- src/utils/dataService.ts | 222 +- 7 files changed, 103853 insertions(+), 103211 deletions(-) diff --git a/.env.example b/.env.example index dfb7b46..95157ed 100644 --- a/.env.example +++ b/.env.example @@ -40,9 +40,40 @@ AI_EMBEDDINGS_BATCH_DELAY_MS=1000 AI_EMBEDDING_CANDIDATES=30 AI_SIMILARITY_THRESHOLD=0.3 -# === AI Processing Configuration === -AI_MAX_SELECTED_ITEMS=15 -AI_RATE_LIMIT_DELAY_MS=2000 +# Delay between micro-tasks to respect rate limits (milliseconds) +AI_MICRO_TASK_DELAY_MS=500 + +# Micro-task specific rate limiting (requests per minute per user) +AI_MICRO_TASK_RATE_LIMIT=30 + +# Maximum parallel micro-tasks (for future parallel processing) +AI_MAX_PARALLEL_TASKS=3 + +# Micro-task timeout settings (milliseconds) +AI_MICRO_TASK_TIMEOUT_MS=15000 + +# ENHANCED: Rate Limiting Configuration +# Main query rate limiting (reduced due to micro-tasks) +AI_RATE_LIMIT_DELAY_MS=3000 +AI_RATE_LIMIT_MAX_REQUESTS=8 + +# Smart prompting rate limiting +AI_SMART_PROMPTING_RATE_LIMIT=5 +AI_SMART_PROMPTING_WINDOW_MS=60000 + +# Queue management settings +AI_QUEUE_MAX_SIZE=50 +AI_QUEUE_CLEANUP_INTERVAL_MS=300000 + +# === Performance & Monitoring === +# Enable detailed micro-task logging +AI_MICRO_TASK_DEBUG=false + +# Enable performance metrics collection +AI_PERFORMANCE_METRICS=true + +# Cache settings for AI responses +AI_RESPONSE_CACHE_TTL_MS=3600000 # === Application Configuration === PUBLIC_BASE_URL=http://localhost:4321 diff --git a/data/embeddings.json b/data/embeddings.json index 78cf5a0..9d238d1 100644 --- a/data/embeddings.json +++ b/data/embeddings.json @@ -1,1037 +1,11584 @@ { - "version": "eyJ0b29scyI6W3sibmFtZSI6IkNvcnRl", - "lastUpdated": 1753980333773, + "version": "eyJ0b29scyI6W3sibmFtZSI6IkV4aWZU", + "lastUpdated": 1753989863105, "embeddings": [ { - "id": "tool_Cortex", + "id": "tool_ExifTool", "type": "tool", - "name": "Cortex", - "content": "cortex thehives analyzer-engine automatisiert observable-intelligence durch über 100 integrierte services von virustotal bis shodan. ein file-hash triggert parallel: av-scans, sandbox-detonation, yara-matching, reputation-checks in sekunden statt manueller stunden-arbeit. die plugin-architektur erweitert für custom-apis und interne threat-intelligence. besonders wertvoll: responder-actions ermöglichen automatische incident-response (block-ip, quarantine-host), taxonomy-integration kategorisiert threats nach misp- standards, job-history dokumentiert alle analysen für audit-trails. docker-deployment skaliert workers je nach load. rate-limiting verhindert api-quota-erschöpfung. die restful-api integriert in soar-playbooks. json-templates definieren analyzer-konfigurationen. community-analyzer erweitern für spezielle use-cases. nach thehive-übernahme durch strangebee wird cortex 3.x als open-source weiterentwickelt. standard-component moderner soc-automatisierung. automation threat-intel incident-response malware-analysis analysis", + "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. command-line 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.0238800048828125, - 0.0304107666015625, - 0.05694580078125, - 0.007694244384765625, - 0.0229949951171875, - 0.01910400390625, - 0.01264190673828125, - -0.0297088623046875, - -0.03253173828125, - 0.00543975830078125, - -0.01352691650390625, - 0.045989990234375, - -0.004467010498046875, - 0.006366729736328125, - -0.05908203125, - 0.058013916015625, - 0.0143280029296875, - 0.00977325439453125, - 0.0238800048828125, - 0.0094146728515625, - -0.033599853515625, - 0.0175933837890625, - -0.04296875, - -0.0247650146484375, - 0.0125579833984375, - 0.0032501220703125, - -0.0245819091796875, - -0.04669189453125, - -0.022552490234375, - 0.0134429931640625, - 0.012115478515625, - -0.052337646484375, - 0.028472900390625, - 0.01007843017578125, - 0.01485443115234375, - -0.0178680419921875, - 0.026702880859375, - -0.041900634765625, - -0.0107421875, - 0.0219268798828125, - -0.00791168212890625, - 0.0008015632629394531, - -0.0037136077880859375, - -0.0019235610961914062, - -0.0210418701171875, - -0.03765869140625, - 0.0091094970703125, - -0.0099029541015625, - 0.01047515869140625, - -0.0177764892578125, - 0.020782470703125, - 0.021392822265625, - 0.0008563995361328125, - -0.01096343994140625, - -0.039794921875, - 0.033782958984375, - 0.005702972412109375, - -0.0185699462890625, - -0.033233642578125, - 0.0235137939453125, - -0.02423095703125, - -0.01238250732421875, - -0.0094146728515625, - 0.0210418701171875, - -0.001613616943359375, - 0.038726806640625, - -0.016357421875, - -0.0176849365234375, - -0.00124359130859375, - -0.0150299072265625, - 0.018829345703125, - 0.006320953369140625, - -0.04473876953125, - 0.0290069580078125, - -0.03662109375, - -0.0229949951171875, - 0.0288238525390625, - 0.035888671875, - 0.02069091796875, - 0.0094146728515625, - -0.04986572265625, - -0.00495147705078125, - 0.066162109375, - -0.03485107421875, - -0.05023193359375, - -0.0005002021789550781, - 0.0202484130859375, - 0.004398345947265625, - -0.0194549560546875, - -0.0124664306640625, - 0.0362548828125, - 0.00994873046875, - 0.024932861328125, - -0.021392822265625, - 0.0245819091796875, - 0.04119873046875, - -0.0270538330078125, - -0.0297088623046875, - -0.007251739501953125, - 0.036956787109375, - 0.0204315185546875, - -0.01282501220703125, - 0.0516357421875, - 0.005329132080078125, - 0.03131103515625, - -0.04632568359375, - -0.005458831787109375, - -0.0323486328125, - 0.01538848876953125, - -0.026885986328125, - -0.10400390625, - -0.05657958984375, - -0.007472991943359375, - -0.048095703125, - 0.000701904296875, - 0.01140594482421875, - -0.0203399658203125, - 0.026702880859375, - -0.06365966796875, - -0.061187744140625, - 0.04278564453125, - 0.0208740234375, - -0.00667572021484375, - 0.0205078125, - -0.047393798828125, - -0.044921875, - -0.0178680419921875, - 0.0305938720703125, - -0.0228118896484375, - -0.01529693603515625, - -0.020782470703125, - 0.002376556396484375, - -0.0236968994140625, - -0.047760009765625, - 0.007472991943359375, - -0.02227783203125, - 0.0235137939453125, - 0.0037364959716796875, - -0.017242431640625, - 0.027587890625, - 0.028656005859375, - -0.033599853515625, - -0.0330810546875, - -0.0095062255859375, - -0.0413818359375, - -0.01352691650390625, - -0.0081329345703125, - 0.040679931640625, - -0.02740478515625, - 0.01043701171875, - 0.0133514404296875, - 0.035369873046875, - 0.0753173828125, - 0.005062103271484375, - 0.038543701171875, - -0.05023193359375, - -0.00539398193359375, - -0.0125579833984375, - 0.0288238525390625, - -0.01105499267578125, - 0.0008177757263183594, - -0.01485443115234375, - 0.0040435791015625, - 0.01406097412109375, - 0.0020999908447265625, - -0.023345947265625, - -0.03765869140625, - 0.013885498046875, - 0.0040435791015625, - -0.0008287429809570312, - 0.0263519287109375, - -0.013885498046875, - 0.03094482421875, - 0.0657958984375, - -0.01047515869140625, - 0.004154205322265625, - 0.01910400390625, - -0.02581787109375, - 0.035369873046875, - 0.049530029296875, - -0.019012451171875, - -0.00006598234176635742, - 0.052001953125, - -0.01012420654296875, - 0.005527496337890625, - -0.015472412109375, - -0.03802490234375, - -0.00738525390625, - -0.0150299072265625, - 0.0102996826171875, - -0.038543701171875, - -0.03607177734375, - -0.036773681640625, - 0.022369384765625, - 0.042633056640625, - 0.0516357421875, - 0.017059326171875, - -0.013885498046875, - 0.03607177734375, - -0.00627899169921875, - 0.0124664306640625, - 0.036773681640625, - -0.004730224609375, - 0.0305938720703125, - 0.004024505615234375, - 0.0382080078125, - -0.0073394775390625, - 0.05694580078125, - 0.00514984130859375, - -0.035003662109375, - 0.00583648681640625, - 0.078857421875, - 0.01007843017578125, - -0.0186614990234375, - -0.0192718505859375, - -0.030242919921875, - 0.0086212158203125, - -0.00470733642578125, - -0.0098114013671875, - 0.001934051513671875, - -0.0116729736328125, - -0.045623779296875, - -0.00008291006088256836, - 0.0362548828125, - -0.0068511962890625, - 0.035552978515625, - 0.029541015625, - -0.0209503173828125, - -0.0236968994140625, - 0.00667572021484375, - 0.0210418701171875, - 0.0200653076171875, - 0.0189208984375, - -0.00499725341796875, - -0.0169830322265625, - -0.02581787109375, - 0.020782470703125, - 0.02581787109375, - 0.01396942138671875, - 0.017425537109375, - -0.00839996337890625, - 0.01494598388671875, - 0.005748748779296875, - 0.054107666015625, - 0.0247650146484375, - -0.0009007453918457031, - -0.00897216796875, - -0.0013980865478515625, - 0.04156494140625, - 0.03485107421875, - -0.07000732421875, - -0.0124664306640625, - -0.047393798828125, - 0.023345947265625, - -0.08807373046875, - -0.0618896484375, - -0.0143280029296875, - -0.040496826171875, - 0.0236968994140625, - -0.033233642578125, - -0.007472991943359375, - 0.0252838134765625, - 0.03607177734375, - 0.0256500244140625, - 0.0452880859375, - 0.004375457763671875, - -0.03411865234375, - -0.00897216796875, - 0.0654296875, - 0.0124664306640625, - -0.03662109375, - 0.002597808837890625, - 0.03253173828125, - -0.007694244384765625, - 0.0240478515625, - -0.05303955078125, - -0.00839996337890625, - 0.047393798828125, - 0.02740478515625, - 0.0238800048828125, - 0.006145477294921875, - -0.00386810302734375, - -0.0025196075439453125, - 0.0323486328125, - -0.041748046875, - -0.0159149169921875, - -0.023162841796875, - -0.01654052734375, - 0.0193634033203125, - -0.050933837890625, - -0.002353668212890625, - 0.03094482421875, - 0.048797607421875, - 0.012908935546875, - 0.00963592529296875, - -0.036956787109375, - 0.003116607666015625, - 0.00202178955078125, - 0.005237579345703125, - 0.03839111328125, - 0.037841796875, - -0.040496826171875, - 0.002277374267578125, - -0.016265869140625, - 0.004398345947265625, - -0.0452880859375, - -0.058349609375, - -0.0166168212890625, - -0.0112762451171875, - -0.061187744140625, - -0.03289794921875, - 0.005504608154296875, - 0.0006685256958007812, - 0.01100921630859375, - -0.00884246826171875, - -0.0007572174072265625, - -0.032196044921875, - -0.04278564453125, - 0.015655517578125, - -0.038543701171875, - -0.0445556640625, - -0.0291748046875, - 0.0831298828125, - 0.01361846923828125, - 0.0073394775390625, - -0.030059814453125, - -0.006542205810546875, - -0.06329345703125, - 0.009063720703125, - -0.033599853515625, - 0.00499725341796875, - -0.0222015380859375, - 0.0298919677734375, - 0.02264404296875, - 0.035552978515625, - 0.0208740234375, - 0.0760498046875, - 0.0229949951171875, - -0.0031604766845703125, - 0.0095062255859375, - 0.0260009765625, - 0.00711822509765625, - 0.0452880859375, - -0.0270538330078125, - 0.00804901123046875, - -0.02740478515625, - -0.0270538330078125, - -0.0134429931640625, - 0.0261688232421875, - 0.056243896484375, - 0.0445556640625, - -0.0137939453125, - 0.00968170166015625, - 0.060821533203125, - 0.0081329345703125, - 0.09906005859375, - -0.0236968994140625, - -0.039093017578125, - 0.0124664306640625, - 0.0177764892578125, - -0.02935791015625, - -0.0252838134765625, - 0.035186767578125, - -0.001613616943359375, - -0.0069427490234375, - 0.03961181640625, - -0.020782470703125, - 0.0203399658203125, - 0.014678955078125, - -0.001934051513671875, - 0.0279388427734375, - -0.0229949951171875, - 0.0228118896484375, - 0.01494598388671875, - 0.033966064453125, - 0.0143280029296875, - 0.032196044921875, - -0.056243896484375, - -0.0245819091796875, - -0.054473876953125, - -0.06439208984375, - 0.00408935546875, - 0.009857177734375, - 0.004886627197265625, - 0.01450347900390625, - -0.0240478515625, - -0.05377197265625, - 0.01091766357421875, - -0.01396942138671875, - 0.08453369140625, - 0.055877685546875, - 0.025115966796875, - 0.004444122314453125, - -0.029541015625, - -0.005062103271484375, - 0.01025390625, - 0.00029850006103515625, - 0.0116729736328125, - 0.043670654296875, - 0.035552978515625, - 0.040863037109375, - -0.0272369384765625, - 0.0157318115234375, - 0.038909912109375, - 0.016448974609375, - -0.0151214599609375, - 0.021484375, - 0.0008955001831054688, - 0.038543701171875, - -0.00672149658203125, - 0.045623779296875, - 0.0151214599609375, - -0.0209503173828125, - 0.0254669189453125, - -0.0014810562133789062, - 0.03448486328125, - -0.049530029296875, - 0.001712799072265625, - -0.0011444091796875, - 0.0038242340087890625, - 0.0017461776733398438, - 0.0228118896484375, - -0.03411865234375, - 0.011322021484375, - 0.05303955078125, - -0.07745361328125, - 0.028472900390625, - 0.031829833984375, - -0.018035888671875, - 0.03765869140625, - -0.0011997222900390625, - -0.0279388427734375, - 0.06646728515625, - -0.0054168701171875, - -0.0247650146484375, - -0.00112152099609375, - 0.01458740234375, - -0.040496826171875, - -0.030059814453125, - -0.026885986328125, - -0.01406097412109375, - 0.005062103271484375, - -0.0175018310546875, - 0.01007843017578125, - -0.0323486328125, - -0.018829345703125, - 0.0261688232421875, - 0.02581787109375, - -0.01016998291015625, - -0.0116729736328125, - 0.0445556640625, - -0.01406097412109375, - -0.0330810546875, - 0.027587890625, - 0.0261688232421875, - 0.00000858306884765625, - -0.01494598388671875, - -0.02264404296875, - -0.01520538330078125, - -0.0213165283203125, - -0.0229949951171875, - -0.003559112548828125, - -0.04632568359375, - -0.01458740234375, - -0.03289794921875, - 0.050567626953125, - 0.03253173828125, - 0.049530029296875, - 0.003559112548828125, - -0.037506103515625, - 0.02264404296875, - -0.05303955078125, - -0.0081787109375, - -0.0028743743896484375, - 0.0031604766845703125, - -0.0017681121826171875, - 0.062255859375, - 0.005550384521484375, - -0.0219268798828125, - -0.0167999267578125, - 0.030242919921875, - 0.01219940185546875, - -0.0013818740844726562, - -0.049163818359375, - 0.04473876953125, - 0.02777099609375, - -0.06646728515625, - -0.035186767578125, - -0.0125579833984375, - 0.0099029541015625, - 0.052001953125, - -0.072509765625, - -0.0134429931640625, - 0.0023651123046875, - -0.06402587890625, - -0.041748046875, - -0.035736083984375, - 0.00800323486328125, - -0.048095703125, - 0.022369384765625, - 0.0260009765625, - 0.0060577392578125, - 0.035552978515625, - 0.007472991943359375, - -0.0098114013671875, - 0.01520538330078125, - 0.00879669189453125, - -0.03253173828125, - 0.023345947265625, - -0.0587158203125, - -0.044219970703125, - -0.0245819091796875, - 0.01184844970703125, - -0.0198974609375, - 0.005260467529296875, - -0.019622802734375, - -0.02777099609375, - 0.00043392181396484375, - -0.047393798828125, - -0.0222015380859375, - -0.0238800048828125, - 0.0020771026611328125, - -0.033416748046875, - -0.0281219482421875, - 0.025115966796875, - 0.03643798828125, - 0.0023651123046875, - 0.0270538330078125, - 0.042449951171875, - -0.059783935546875, - 0.0224609375, - 0.0017023086547851562, - -0.018310546875, - -0.0099945068359375, - -0.011322021484375, - -0.01123046875, - -0.0115814208984375, - 0.0291748046875, - -0.0036029815673828125, - -0.0307769775390625, - -0.066162109375, - 0.02777099609375, - -0.049163818359375, - 0.00579071044921875, - -0.03131103515625, - -0.040313720703125, - -0.05377197265625, - -0.026519775390625, - 0.044403076171875, - 0.0219268798828125, - -0.01105499267578125, - -0.042266845703125, - -0.01617431640625, - 0.001712799072265625, - -0.061553955078125, - 0.032196044921875, - 0.0008897781372070312, - 0.0260009765625, - -0.0143280029296875, - -0.030242919921875, - 0.006809234619140625, - 0.007781982421875, - 0.04632568359375, - 0.0087127685546875, - 0.018829345703125, - -0.05908203125, - 0.024932861328125, - 0.00751495361328125, - -0.01264190673828125, - 0.0011110305786132812, - -0.017242431640625, - 0.0245819091796875, - -0.01617431640625, - -0.005970001220703125, - 0.011138916015625, - 0.04296875, - 0.0133514404296875, - 0.01317596435546875, - -0.04986572265625, - 0.03765869140625, - -0.0219268798828125, - 0.052703857421875, - -0.0252838134765625, - -0.037139892578125, - -0.00893402099609375, - 0.0270538330078125, - 0.035552978515625, - 0.03961181640625, - -0.003978729248046875, - -0.0330810546875, - 0.01529693603515625, - 0.052001953125, - -0.007694244384765625, - -0.05517578125, - -0.035369873046875, - -0.00879669189453125, - 0.01458740234375, - 0.0823974609375, - -0.0236968994140625, - 0.089111328125, - 0.0056610107421875, - -0.01003265380859375, - 0.041748046875, - 0.05657958984375, - 0.0167083740234375, - -0.0270538330078125, - -0.050933837890625, - -0.00738525390625, - 0.0175933837890625, - -0.040496826171875, - -0.0330810546875, - -0.0038242340087890625, - 0.048797607421875, - -0.0732421875, - -0.031463623046875, - -0.0159149169921875, - -0.00086212158203125, - 0.035369873046875, - 0.00711822509765625, - -0.008087158203125, - 0.0178680419921875, - 0.01406097412109375, - -0.03607177734375, - 0.0187530517578125, - -0.0081787109375, - -0.0254669189453125, - 0.056243896484375, - 0.0261688232421875, - -0.002166748046875, - 0.048797607421875, - 0.0281219482421875, - 0.0270538330078125, - 0.025115966796875, - 0.0548095703125, - 0.0288238525390625, - 0.0218353271484375, - 0.035552978515625, - 0.04632568359375, - -0.040679931640625, - -0.030059814453125, - -0.00202178955078125, - 0.0229949951171875, - 0.026885986328125, - 0.033599853515625, - 0.007694244384765625, - 0.029541015625, - 0.0187530517578125, - -0.04632568359375, - -0.0023441314697265625, - -0.0192718505859375, - -0.02423095703125, - -0.0133514404296875, - -0.031829833984375, - 0.01396942138671875, - -0.056243896484375, - 0.02581787109375, - -0.0256500244140625, - -0.03802490234375, - -0.0175018310546875, - 0.04296875, - -0.006500244140625, - -0.0413818359375, - 0.0394287109375, - -0.0184783935546875, - -0.024932861328125, - -0.0030727386474609375, - -0.031829833984375, - 0.0238800048828125, - -0.0238800048828125, - -0.07568359375, - -0.018035888671875, - 0.04156494140625, - -0.00667572021484375, - -0.05694580078125, - -0.0382080078125, - 0.0150299072265625, - -0.029541015625, - -0.0297088623046875, - -0.03271484375, - -0.00946044921875, - 0.0224609375, - -0.0132598876953125, - -0.0008511543273925781, - 0.00946044921875, - -0.016357421875, - -0.01441192626953125, - -0.0307769775390625, - -0.02264404296875, - 0.042266845703125, - -0.044036865234375, - 0.024932861328125, - -0.0025539398193359375, - 0.0193634033203125, - 0.0311279296875, - 0.057647705078125, - -0.0125579833984375, - -0.0198974609375, - -0.01123046875, - -0.0167083740234375, - 0.004421234130859375, - -0.0189208984375, - 0.00946044921875, - -0.0587158203125, - 0.00366973876953125, - 0.07147216796875, - -0.06683349609375, - 0.0201568603515625, - -0.00977325439453125, - -0.0124664306640625, - -0.052337646484375, - 0.019989013671875, - 0.01110076904296875, - -0.002254486083984375, - 0.06646728515625, - -0.004375457763671875, - -0.0290069580078125, - -0.007472991943359375, - -0.05517578125, - 0.07745361328125, - 0.0094146728515625, - 0.0017681121826171875, - -0.0281219482421875, - 0.052001953125, - -0.01175689697265625, - 0.007602691650390625, - 0.01441192626953125, - -0.07818603515625, - -0.00888824462890625, - 0.022369384765625, - 0.0224609375, - -0.01202392578125, - 0.01229095458984375, - -0.03271484375, - -0.050933837890625, - 0.0006852149963378906, - 0.0177764892578125, - 0.011138916015625, - 0.0270538330078125, - -0.0210418701171875, - -0.0413818359375, - -0.0143280029296875, - -0.04986572265625, - -0.0166168212890625, - -0.047027587890625, - 0.0452880859375, - 0.013702392578125, - -0.0548095703125, - 0.01352691650390625, - 0.006412506103515625, - 0.01065826416015625, - 0.026885986328125, - 0.06048583984375, - -0.05023193359375, - -0.014678955078125, - 0.02423095703125, - 0.051300048828125, - 0.003932952880859375, - -0.0017023086547851562, - 0.0013484954833984375, - 0.0185699462890625, - 0.0141448974609375, - -0.059783935546875, - 0.0211334228515625, - 0.0323486328125, - -0.01529693603515625, - -0.033782958984375, - -0.030242919921875, - -0.033416748046875, - 0.055877685546875, - -0.002895355224609375, - 0.052001953125, - 0.00711822509765625, - -0.0175933837890625, - -0.07354736328125, - 0.054473876953125, - -0.028472900390625, - 0.035552978515625, - 0.006984710693359375, - -0.026519775390625, - -0.057647705078125, - -0.04632568359375, - -0.0382080078125, - 0.0176849365234375, - -0.025115966796875, - 0.032012939453125, - 0.038909912109375, - -0.006191253662109375, - 0.035003662109375, - 0.0288238525390625, - 0.0220184326171875, - 0.0112762451171875, - 0.019622802734375, - -0.0343017578125, - 0.07818603515625, - -0.04315185546875, - 0.0036029815673828125, - -0.021392822265625, - 0.0305938720703125, - 0.01219940185546875, - -0.0000756382942199707, - -0.0297088623046875, - -0.00756072998046875, - 0.0298919677734375, - 0.0254669189453125, - -0.012908935546875, - 0.0003619194030761719, - -0.01812744140625, - -0.005062103271484375, - 0.0177764892578125, - -0.005062103271484375, - 0.01529693603515625, - 0.0211334228515625, - -0.044403076171875, - 0.0036258697509765625, - -0.040496826171875, - -0.0548095703125, - 0.0012159347534179688, - -0.051300048828125, - -0.0236968994140625, - -0.0124664306640625, - 0.01406097412109375, - 0.00800323486328125, - -0.0413818359375, - 0.0068511962890625, - 0.00689697265625, - -0.01140594482421875, - -0.002475738525390625, - -0.015655517578125, - -0.00928497314453125, - 0.04632568359375, - 0.024932861328125, - -0.035552978515625, - 0.0187530517578125, - -0.029541015625, - -0.044036865234375, - -0.0261688232421875, - 0.0323486328125, - -0.029541015625, - 0.0220184326171875, - -0.03094482421875, - -0.00514984130859375, - 0.026702880859375, - 0.018035888671875, - -0.00888824462890625, - -0.0298919677734375, - 0.0307769775390625, - -0.0305938720703125, - -0.045623779296875, - -0.0010614395141601562, - -0.0298919677734375, - -0.0219268798828125, - 0.037322998046875, - 0.00490570068359375, - 0.004375457763671875, - -0.0034923553466796875, - 0.047393798828125, - 0.0205078125, - 0.03839111328125, - -0.002056121826171875, - -0.0159149169921875, - 0.004199981689453125, - -0.02935791015625, - 0.029541015625, - 0.006587982177734375, - 0.0238800048828125, - -0.0103912353515625, - -0.0005970001220703125, - -0.00499725341796875, - -0.061553955078125, - 0.0018568038940429688, - -0.0167999267578125, - -0.06292724609375, - 0.01175689697265625, - 0.07781982421875, - 0.029541015625, - -0.01494598388671875, - 0.033416748046875, - 0.02069091796875, - 0.04119873046875, - 0.01910400390625, - -0.0247650146484375, - -0.0682373046875, - -0.00342559814453125, - 0.052337646484375, - 0.0362548828125, - -0.050933837890625, - 0.03094482421875, - 0.07818603515625, - -0.01654052734375, - -0.01361846923828125, - -0.019195556640625, - -0.0124664306640625, - 0.042449951171875, + -0.0232696533203125, + 0.039886474609375, + 0.0232696533203125, + -0.014801025390625, + 0.0276641845703125, + 0.00997161865234375, + 0.0285186767578125, + 0.0285186767578125, + 0.00922393798828125, + -0.00901031494140625, + -0.056182861328125, + 0.036468505859375, + 0.03387451171875, + 0.015869140625, + -0.056182861328125, + 0.045257568359375, + -0.0003032684326171875, + 0.004180908203125, + 0.02734375, + 0.01447296142578125, + -0.0127105712890625, + -0.005390167236328125, + -0.044189453125, + 0.0278778076171875, + 0.00836181640625, + 0.0091705322265625, + -0.00986480712890625, + -0.05963134765625, + 0.01174163818359375, + 0.0079345703125, + 0.0283050537109375, + -0.0022792816162109375, + 0.01276397705078125, 0.0343017578125, - 0.027587890625, - -0.057647705078125, - 0.0169830322265625, - 0.015655517578125, - -0.00756072998046875, - -0.0038909912109375, - -0.004375457763671875, - -0.043853759765625, - 0.02264404296875, - -0.045623779296875, - -0.0068511962890625, - 0.005237579345703125, - 0.0555419921875, - -0.01025390625, - -0.0311279296875, - -0.005970001220703125, - 0.018310546875, - 0.019012451171875, - 0.00689697265625, - 0.0024433135986328125, - 0.0176849365234375, + 0.0168304443359375, + -0.01018524169921875, + -0.0117950439453125, + -0.06005859375, + -0.0255279541015625, + 0.042449951171875, + -0.0276641845703125, + -0.0008511543273925781, + 0.0259552001953125, + -0.01383209228515625, + -0.03131103515625, + -0.0236968994140625, + 0.0188751220703125, + -0.01812744140625, + 0.00579071044921875, + -0.050384521484375, + 0.046966552734375, + 0.0178070068359375, + 0.007129669189453125, + 0.0034580230712890625, + -0.029388427734375, + 0.015869140625, + 0.0168304443359375, + -0.0224151611328125, + -0.049530029296875, + 0.034515380859375, + -0.047607421875, + -0.032806396484375, + -0.0197296142578125, + -0.0249786376953125, + 0.0194091796875, + 0.0033779144287109375, + 0.0013942718505859375, + -0.00292205810546875, + -0.004772186279296875, + 0.025848388671875, + -0.0035114288330078125, + -0.001461029052734375, + -0.0003249645233154297, + 0.037750244140625, + -0.0168304443359375, + -0.04010009765625, + 0.0014476776123046875, + 0.0111541748046875, + -0.0058441162109375, + 0.0031909942626953125, + -0.036468505859375, + 0.02337646484375, + 0.06219482421875, + -0.03173828125, + 0.00986480712890625, + -0.005817413330078125, + 0.024444580078125, + 0.01425933837890625, + 0.0017957687377929688, + 0.0012865066528320312, + 0.042022705078125, + 0.004314422607421875, + 0.0078277587890625, + -0.0161895751953125, + 0.026275634765625, + 0.051055908203125, + -0.016937255859375, + 0.0234832763671875, + -0.003780364990234375, + 0.030029296875, + 0.0236968994140625, + -0.056610107421875, + 0.057891845703125, + -0.0030956268310546875, + 0.016937255859375, + -0.017486572265625, + 0.01287078857421875, -0.0151214599609375, - 0.0205078125, - 0.048797607421875, - 0.0238800048828125, - 0.03839111328125, - 0.039794921875, - -0.01016998291015625, - 0.025115966796875, - 0.0176849365234375, - 0.00583648681640625, - -0.003692626953125, - -0.035888671875, - -0.01065826416015625, - -0.0587158203125, - 0.018035888671875, - 0.01229095458984375, - 0.0618896484375, - 0.01971435546875, - 0.0041351318359375, - 0.004688262939453125, - 0.014678955078125, - 0.0297088623046875, - 0.05908203125, - 0.0228118896484375, - 0.0134429931640625, - 0.005702972412109375, - 0.04156494140625, - -0.008270263671875, - -0.020599365234375, - 0.02423095703125, - -0.051300048828125, - -0.01458740234375, - -0.0433349609375, - -0.01300048828125, - -0.00977325439453125, - -0.01300048828125, - -0.0157318115234375, - -0.0298919677734375, - 0.0012493133544921875, - -0.044219970703125, - -0.057647705078125, - -0.0087127685546875, - 0.0445556640625, - -0.0452880859375, - 0.02423095703125, - 0.024932861328125, - 0.018035888671875, - 0.0256500244140625, - -0.0548095703125, - 0.08880615234375, - 0.043853759765625, - 0.03271484375, - -0.01264190673828125, - 0.010345458984375, - 0.035736083984375, - -0.01175689697265625, - -0.01264190673828125, - 0.0211334228515625, - -0.0159149169921875, - 0.039794921875, - 0.019805908203125, - 0.022552490234375, - -0.040130615234375, - 0.045989990234375, - -0.0143280029296875, - -0.062255859375, - 0.0243988037109375, - 0.00011259317398071289, - 0.01458740234375, - -0.0178680419921875, - -0.021484375, - 0.0125579833984375, - -0.055877685546875, - 0.03997802734375, - 0.0175018310546875, - -0.0179443359375, - 0.037139892578125, - -0.07745361328125, - 0.038726806640625, - 0.003116607666015625, - 0.05908203125, - -0.047027587890625, - 0.02777099609375, - 0.005878448486328125, - 0.005084991455078125, - -0.004730224609375, - 0.012908935546875, - -0.01450347900390625, - 0.0060577392578125, - -0.023345947265625, - 0.06329345703125, + -0.00830841064453125, + -0.018341064453125, + -0.109375, + -0.02337646484375, + -0.0234832763671875, + -0.05169677734375, + 0.01287078857421875, + -0.02252197265625, + 0.01259613037109375, + 0.05963134765625, + -0.037109375, + -0.039886474609375, + 0.0122222900390625, + 0.024444580078125, + 0.0008544921875, + -0.00008040666580200195, + -0.038604736328125, + -0.07208251953125, + 0.004100799560546875, + 0.0219879150390625, + -0.0245513916015625, + -0.0180206298828125, + -0.020050048828125, + -0.035400390625, + -0.0102386474609375, + -0.0222015380859375, + -0.00788116455078125, + -0.0161895751953125, + 0.0396728515625, + 0.0028018951416015625, + -0.017486572265625, + 0.005336761474609375, + 0.0164031982421875, + -0.01216888427734375, + -0.06304931640625, + 0.01078033447265625, + -0.0236968994140625, + -0.00391387939453125, + -0.0308837890625, + 0.06219482421875, + -0.0287322998046875, + 0.0078277587890625, + -0.005306243896484375, + 0.0241241455078125, + 0.051055908203125, + 0.0115814208984375, + 0.0224151611328125, + -0.04461669921875, + 0.00035858154296875, + -0.0285186767578125, + 0.0133514404296875, + -0.00640869140625, + -0.0219879150390625, + 0.030670166015625, + -0.01104736328125, + 0.03131103515625, + -0.0186614990234375, + -0.040313720703125, + -0.016937255859375, + 0.0101318359375, + 0.00809478759765625, + 0.006755828857421875, + 0.001186370849609375, + -0.007076263427734375, + 0.0546875, + 0.07550048828125, + -0.00777435302734375, + 0.00616455078125, + 0.00038361549377441406, + 0.0025997161865234375, + 0.0205841064453125, + 0.036041259765625, + -0.024871826171875, + -0.016937255859375, + 0.020263671875, + 0.0036182403564453125, + 0.0002932548522949219, + -0.01329803466796875, + -0.03839111328125, + -0.0159759521484375, + -0.0278778076171875, + 0.0203704833984375, + -0.0450439453125, + -0.0241241455078125, + 0.0014276504516601562, + 0.038177490234375, + 0.006755828857421875, + 0.057464599609375, + 0.05963134765625, + -0.0188751220703125, + 0.032379150390625, + 0.0087432861328125, + 0.0018901824951171875, + 0.030670166015625, + -0.0241241455078125, + 0.039031982421875, + 0.030029296875, + 0.01078033447265625, + 0.01308441162109375, + 0.03497314453125, + 0.0234832763671875, + -0.02294921875, + -0.0325927734375, + 0.055328369140625, + 0.0028018951416015625, + -0.006244659423828125, + -0.0265960693359375, + -0.046112060546875, + 0.007022857666015625, + -0.02734375, + -0.0167236328125, + 0.00589752197265625, + -0.0010519027709960938, + -0.0694580078125, + 0.013458251953125, + 0.0230560302734375, + -0.0308837890625, 0.040313720703125, - 0.006500244140625, - -0.05023193359375, - -0.006099700927734375, - 0.01202392578125, - 0.012115478515625, - 0.060821533203125, - -0.019989013671875, - -0.0147705078125, - 0.0243988037109375, - 0.052337646484375, - 0.04669189453125, - -0.0211334228515625, + 0.0484619140625, + -0.0276641845703125, + -0.0135650634765625, + 0.021881103515625, + -0.0036182403564453125, + 0.020477294921875, + 0.00640869140625, + 0.00667572021484375, + -0.0008778572082519531, + -0.0079345703125, + 0.049530029296875, + 0.03173828125, + 0.011474609375, + -0.0213470458984375, + -0.02337646484375, + 0.052978515625, + 0.019195556640625, + 0.0215606689453125, + 0.0093841552734375, + -0.00511932373046875, + 0.018768310546875, + 0.02252197265625, + 0.0413818359375, + 0.0268096923828125, + -0.06005859375, + -0.0222015380859375, + -0.10980224609375, + 0.004398345947265625, + -0.04888916015625, + -0.02166748046875, + -0.0210113525390625, + -0.041168212890625, + 0.0750732421875, + 0.0008378028869628906, + -0.0159759521484375, + -0.000045418739318847656, + 0.01383209228515625, + -0.020477294921875, + 0.03497314453125, + 0.0019969940185546875, + -0.05340576171875, + -0.005092620849609375, + 0.06134033203125, + -0.0014543533325195312, + -0.0253143310546875, + -0.023162841796875, + 0.01174163818359375, + -0.0213470458984375, + 0.010345458984375, + -0.0274505615234375, + -0.001682281494140625, + 0.02508544921875, + 0.025634765625, + 0.0251922607421875, + -0.042236328125, + 0.01812744140625, + -0.03173828125, + 0.0257415771484375, + -0.0308837890625, 0.005924224853515625, - -0.00003540515899658203, + 0.0257415771484375, + 0.006542205810546875, + 0.001903533935546875, + -0.06048583984375, + -0.002506256103515625, + 0.0278778076171875, + 0.00203704833984375, + -0.020050048828125, + 0.013458251953125, + -0.046539306640625, + 0.0129241943359375, + -0.011688232421875, + -0.0195159912109375, + 0.0308837890625, + 0.040740966796875, + -0.054901123046875, + 0.01184844970703125, + 0.01238250732421875, + 0.026275634765625, + -0.0175933837890625, + -0.052764892578125, + -0.00579071044921875, + 0.00396728515625, + -0.027130126953125, + -0.006191253662109375, + 0.0255279541015625, + -0.03753662109375, + 0.01195526123046875, + 0.0270233154296875, + 0.00879669189453125, + -0.035614013671875, + -0.0538330078125, + 0.00536346435546875, + -0.04010009765625, + -0.030029296875, + -0.04095458984375, + 0.02960205078125, + 0.00579071044921875, + -0.0245513916015625, + -0.00777435302734375, + -0.00970458984375, + -0.036895751953125, + -0.001132965087890625, + -0.01265716552734375, + 0.025634765625, + 0.00852203369140625, + 0.039886474609375, + 0.0232696533203125, + 0.00018513202667236328, + 0.024444580078125, + 0.0458984375, + 0.00885009765625, + -0.01383209228515625, + -0.00458526611328125, + 0.003726959228515625, + -0.00380706787109375, + 0.01324462890625, + -0.029815673828125, + -0.030029296875, + -0.01227569580078125, + -0.0161895751953125, + -0.0027217864990234375, + 0.0362548828125, + 0.043548583984375, + 0.0207977294921875, + -0.072509765625, + -0.016510009765625, + 0.06219482421875, + -0.00997161865234375, + 0.08489990234375, + -0.01078033447265625, + -0.03045654296875, + -0.00412750244140625, + 0.0091705322265625, + -0.0170440673828125, + 0.00013399124145507812, + 0.0080413818359375, + 0.0261688232421875, + -0.0027217864990234375, + 0.0245513916015625, + -0.0197296142578125, + 0.01544189453125, + -0.004852294921875, + 0.00879669189453125, + 0.00841522216796875, + -0.0276641845703125, + 0.0185546875, + 0.037750244140625, + 0.01216888427734375, + 0.01544189453125, + 0.0396728515625, + -0.0170440673828125, + -0.0057373046875, + -0.0343017578125, + -0.05426025390625, + 0.0201568603515625, + 0.040313720703125, + 0.019195556640625, + 0.057464599609375, + -0.0180206298828125, + -0.065185546875, + 0.02294921875, + -0.044403076171875, + 0.06646728515625, + 0.04290771484375, + -0.01174163818359375, + 0.036895751953125, + -0.05084228515625, + 0.005279541015625, + 0.0207977294921875, + 0.014801025390625, + 0.019195556640625, + 0.0272369384765625, + 0.06219482421875, + -0.00841522216796875, + -0.051483154296875, + 0.0289459228515625, + 0.034088134765625, + 0.00954437255859375, + 0.01351165771484375, + 0.01383209228515625, + 0.0161895751953125, + 0.011474609375, + -0.0159759521484375, + 0.00841522216796875, + 0.029815673828125, + -0.0029354095458984375, + 0.0014009475708007812, + 0.0011196136474609375, + -0.003108978271484375, + -0.0484619140625, + 0.0146942138671875, + 0.01715087890625, + 0.0228424072265625, + 0.031524658203125, + 0.0182342529296875, + -0.052337646484375, + 0.0155487060546875, + 0.05169677734375, + -0.06219482421875, + 0.016510009765625, + 0.037109375, + -0.00901031494140625, + 0.0124359130859375, + -0.058349609375, + -0.0484619140625, + 0.03173828125, + -0.0151214599609375, + -0.04931640625, + -0.0078277587890625, + 0.03753662109375, + -0.07806396484375, + -0.041595458984375, + -0.04888916015625, + -0.0230560302734375, + -0.0186614990234375, + -0.004718780517578125, + 0.0433349609375, + -0.0010318756103515625, + 0.006969451904296875, + 0.01715087890625, + 0.04803466796875, + 0.007183074951171875, + -0.0245513916015625, + 0.032806396484375, + -0.0194091796875, + -0.07421875, + 0.01351165771484375, + 0.00501251220703125, + 0.01088714599609375, + -0.05877685546875, + -0.0212249755859375, + 0.0197296142578125, + 0.017913818359375, + 0.018768310546875, + 0.0100250244140625, + -0.030029296875, + -0.055755615234375, + -0.03497314453125, + 0.056182861328125, + 0.00911712646484375, + 0.0458984375, + 0.015869140625, + -0.00922393798828125, + 0.04803466796875, + -0.057891845703125, + -0.0210113525390625, + 0.00756072998046875, + -0.002735137939453125, + -0.01308441162109375, + 0.05169677734375, + -0.0129241943359375, + -0.014801025390625, + -0.03472900390625, + 0.04376220703125, + 0.03753662109375, + 0.0091705322265625, + -0.054473876953125, + 0.0261688232421875, + 0.029388427734375, + -0.0626220703125, + -0.0274505615234375, + -0.0226287841796875, + -0.0087432861328125, + 0.03216552734375, + -0.036895751953125, + -0.016510009765625, + -0.003231048583984375, + -0.043121337890625, + -0.044403076171875, + -0.02734375, + -0.02960205078125, + -0.03582763671875, + 0.0122222900390625, + 0.056610107421875, + -0.0028820037841796875, + 0.0093841552734375, + 0.0038604736328125, + 0.00933074951171875, + 0.0153350830078125, + 0.0009517669677734375, + -0.02960205078125, + 0.0289459228515625, + -0.0450439453125, + -0.05169677734375, + -0.0215606689453125, + 0.0450439453125, + -0.0201568603515625, + -0.0122222900390625, + -0.0051727294921875, + -0.0057373046875, + 0.04632568359375, + -0.01055908203125, + -0.0170440673828125, + -0.0224151611328125, + -0.034088134765625, + -0.035186767578125, + -0.015869140625, + 0.01050567626953125, + 0.005924224853515625, + -0.00667572021484375, + -0.002452850341796875, + 0.04803466796875, + -0.053192138671875, + 0.038604736328125, + 0.03497314453125, + -0.00766754150390625, + -0.015228271484375, + 0.0042877197265625, + -0.017486572265625, + 0.0261688232421875, + 0.0228424072265625, + -0.017364501953125, + -0.0245513916015625, + -0.07293701171875, + 0.06005859375, + 0.01383209228515625, + 0.0025463104248046875, + -0.007293701171875, + -0.033447265625, + -0.05426025390625, + 0.00325775146484375, + 0.03753662109375, + 0.00458526611328125, + -0.0215606689453125, + -0.0185546875, + 0.01206207275390625, + -0.0166168212890625, + -0.0278778076171875, + 0.004314422607421875, + 0.0178070068359375, + 0.020477294921875, + -0.0234832763671875, + -0.0265960693359375, + 0.040313720703125, + 0.0249786376953125, + 0.020477294921875, + 0.006191253662109375, + 0.03497314453125, + -0.0263824462890625, + 0.0194091796875, + -0.031951904296875, + -0.01061248779296875, + 0.00954437255859375, + 0.00970458984375, + -0.0010118484497070312, + -0.0247650146484375, + -0.0188751220703125, + 0.0184478759765625, + 0.01812744140625, + 0.019195556640625, + -0.01404571533203125, + 0.00986480712890625, + 0.00885009765625, + 0.0017557144165039062, + 0.0802001953125, + -0.02960205078125, + -0.015655517578125, + 0.001956939697265625, + 0.0021572113037109375, + 0.038177490234375, + 0.0287322998046875, + 0.0054168701171875, + -0.01055908203125, + 0.00469207763671875, + 0.06048583984375, + 0.002063751220703125, + -0.030670166015625, + -0.0224151611328125, + 0.026275634765625, + 0.01078033447265625, + 0.06005859375, + 0.03173828125, + 0.051483154296875, + 0.00841522216796875, + -0.0084686279296875, + 0.0131378173828125, + 0.0802001953125, + 0.039886474609375, + -0.030242919921875, + -0.0268096923828125, + 0.015655517578125, + 0.005870819091796875, + -0.0213470458984375, + -0.0379638671875, + 0.0211181640625, + 0.0699462890625, + -0.06304931640625, + -0.01715087890625, + 0.007129669189453125, + 0.01216888427734375, + -0.00777435302734375, + -0.003726959228515625, + -0.0226287841796875, + 0.0276641845703125, + 0.0019702911376953125, + -0.042449951171875, + -0.0076141357421875, + -0.031524658203125, + 0.034088134765625, + 0.0501708984375, + 0.02423095703125, + -0.01163482666015625, + 0.055755615234375, + 0.013671875, + 0.02294921875, + 0.029815673828125, + 0.042236328125, + -0.0009183883666992188, + 0.02960205078125, + 0.0450439453125, + 0.04632568359375, + -0.02166748046875, + -0.00479888916015625, + -0.0008978843688964844, + 0.035614013671875, + 0.036468505859375, + 0.07379150390625, + 0.01216888427734375, + -0.01195526123046875, + -0.01227569580078125, + -0.0433349609375, + 0.01216888427734375, + 0.00458526611328125, + 0.011260986328125, + -0.04095458984375, + -0.038818359375, + 0.0238037109375, + -0.03216552734375, + 0.01898193359375, + -0.004180908203125, + -0.0226287841796875, + -0.043975830078125, + 0.0396728515625, + -0.0164031982421875, + -0.0609130859375, + 0.0027618408203125, + -0.024658203125, + -0.00788116455078125, + -0.049957275390625, + -0.026702880859375, + 0.03387451171875, + -0.0201568603515625, + -0.072509765625, + -0.041595458984375, + 0.040313720703125, + -0.032806396484375, + -0.035400390625, + -0.032379150390625, + -0.0006098747253417969, + -0.01383209228515625, + -0.02691650390625, + -0.05340576171875, + 0.0006937980651855469, + 0.01544189453125, + -0.0287322998046875, + 0.0107269287109375, + -0.008148193359375, + -0.0008144378662109375, + 0.01174163818359375, + -0.004878997802734375, + -0.052978515625, + 0.0278778076171875, + -0.0484619140625, + 0.05255126953125, + -0.0035915374755859375, + 0.0150146484375, + 0.045684814453125, + 0.040313720703125, + 0.0184478759765625, + -0.00286865234375, + -0.0325927734375, + -0.057891845703125, + 0.00015747547149658203, + -0.0009984970092773438, + -0.0178070068359375, + -0.07293701171875, + -0.0009918212890625, + 0.04888916015625, + -0.08489990234375, + -0.002506256103515625, + 0.012115478515625, + -0.0109405517578125, + -0.06903076171875, + 0.0195159912109375, + -0.02734375, + 0.00922393798828125, + 0.07635498046875, + -0.00678253173828125, + 0.0029354095458984375, + -0.016082763671875, + -0.0024127960205078125, + 0.053192138671875, + 0.0164031982421875, + 0.03302001953125, + -0.029815673828125, + 0.0285186767578125, + 0.0161895751953125, + 0.0047454833984375, + 0.02734375, + -0.07635498046875, + -0.006809234619140625, + 0.0245513916015625, + -0.0068359375, + -0.014801025390625, + -0.0222015380859375, + -0.049957275390625, + -0.011474609375, + -0.030029296875, + 0.0263824462890625, + 0.00635528564453125, + 0.0036182403564453125, + -0.044403076171875, + 0.0166168212890625, + 0.01715087890625, + -0.0379638671875, + -0.050628662109375, + -0.043975830078125, + 0.03472900390625, + 0.01393890380859375, + -0.042022705078125, + 0.0213470458984375, + 0.016082763671875, + -0.01340484619140625, + 0.0362548828125, + 0.05340576171875, + -0.043121337890625, + -0.0219879150390625, + -0.0029354095458984375, + 0.0343017578125, + -0.006191253662109375, + -0.01329803466796875, + 0.01287078857421875, + 0.0012731552124023438, + 0.037322998046875, + -0.039031982421875, + 0.058349609375, + 0.040740966796875, + -0.0285186767578125, + -0.046966552734375, + -0.02606201171875, + -0.036041259765625, + 0.0213470458984375, + -0.003993988037109375, + 0.0280914306640625, + 0.0167236328125, + -0.005523681640625, + -0.0819091796875, + 0.039459228515625, + -0.037109375, + 0.023590087890625, + 0.01629638671875, + -0.0082550048828125, + -0.057891845703125, + -0.04290771484375, + -0.0450439453125, + 0.01436614990234375, + -0.033447265625, + 0.0167236328125, + 0.00370025634765625, + 0.00547027587890625, + -0.01104736328125, + -0.00506591796875, + -0.00809478759765625, + 0.0278778076171875, + -0.0036182403564453125, + -0.046539306640625, + 0.035614013671875, + 0.001956939697265625, + 0.021881103515625, + 0.0117950439453125, + -0.0287322998046875, + 0.0060577392578125, + -0.0188751220703125, + -0.02294921875, + -0.0224151611328125, + 0.038818359375, + 0.0694580078125, + -0.016937255859375, + -0.0054168701171875, + -0.023162841796875, + 0.0261688232421875, + 0.005603790283203125, + 0.0006670951843261719, + -0.007022857666015625, + -0.0182342529296875, + -0.019622802734375, + -0.04718017578125, + -0.0501708984375, + -0.0909423828125, + -0.01163482666015625, + -0.038604736328125, + -0.01458740234375, + 0.0234832763671875, + 0.0325927734375, + 0.0180206298828125, + -0.0124359130859375, + 0.042236328125, + -0.01227569580078125, + 0.00148773193359375, + -0.01120758056640625, + 0.03753662109375, + -0.015869140625, + 0.020050048828125, + 0.0010652542114257812, + -0.040740966796875, + 0.014801025390625, + -0.007076263427734375, + 0.0014743804931640625, + -0.006622314453125, + 0.0188751220703125, + -0.03131103515625, + 0.021453857421875, + -0.082763671875, + -0.0170440673828125, + 0.01018524169921875, + 0.0195159912109375, + 0.01007843017578125, + -0.0259552001953125, + 0.036468505859375, + 0.0093841552734375, + -0.06390380859375, + 0.03045654296875, + -0.0178070068359375, + -0.041595458984375, + 0.0190887451171875, + -0.0226287841796875, + 0.0168304443359375, + 0.0190887451171875, + 0.04803466796875, + 0.035614013671875, + 0.049530029296875, + 0.00862884521484375, + -0.0276641845703125, + 0.01088714599609375, + -0.0127105712890625, + 0.02069091796875, + 0.023590087890625, + 0.0035648345947265625, + -0.017913818359375, + 0.021453857421875, + 0.00885009765625, + -0.07208251953125, + 0.0115814208984375, + -0.03131103515625, + -0.052978515625, + 0.0033779144287109375, + 0.058349609375, + 0.0207977294921875, + -0.042694091796875, + 0.032379150390625, + 0.0413818359375, + 0.0157623291015625, + 0.0014410018920898438, + -0.008575439453125, + -0.072509765625, + -0.0178070068359375, + 0.0325927734375, + 0.015228271484375, + -0.04547119140625, + 0.0458984375, + 0.034515380859375, + -0.024017333984375, + -0.006916046142578125, + 0.007183074951171875, + -0.01276397705078125, + 0.03472900390625, + 0.030029296875, + 0.00943756103515625, + -0.0546875, + 0.018768310546875, + 0.03753662109375, + -0.0029888153076171875, + 0.000965118408203125, + -0.00943756103515625, + -0.041595458984375, + 0.0660400390625, + -0.055328369140625, + -0.0023326873779296875, + -0.02069091796875, + 0.07208251953125, + 0.0251922607421875, + -0.034515380859375, + -0.0592041015625, + 0.053192138671875, + 0.0007238388061523438, + -0.002788543701171875, + 0.00954437255859375, + -0.0219879150390625, + -0.01163482666015625, + 0.023162841796875, + 0.0634765625, + 0.006649017333984375, + 0.049957275390625, + -0.0080413818359375, + -0.06048583984375, + 0.0117950439453125, + -0.025848388671875, + 0.016082763671875, + -0.0006198883056640625, + -0.056610107421875, + -0.051055908203125, + -0.06689453125, + 0.04547119140625, + -0.0001399517059326172, + 0.055328369140625, + 0.0238037109375, + 0.002506256103515625, + 0.00667572021484375, + 0.017364501953125, + 0.016082763671875, + 0.056182861328125, + 0.0153350830078125, + -0.000965118408203125, + 0.02337646484375, + 0.0021991729736328125, + 0.0241241455078125, + -0.0626220703125, + 0.0101318359375, + -0.020477294921875, + 0.0004925727844238281, + -0.036041259765625, + 0.0151214599609375, + 0.0007338523864746094, + -0.005279541015625, + -0.01324462890625, + -0.0278778076171875, + -0.01163482666015625, + -0.008148193359375, + -0.056182861328125, + -0.030029296875, + 0.018341064453125, + -0.03753662109375, + -0.01425933837890625, + 0.03497314453125, + -0.0283050537109375, + 0.021881103515625, + -0.04974365234375, + 0.07550048828125, + 0.0253143310546875, + 0.0159759521484375, + 0.001514434814453125, + 0.003204345703125, + 0.0226287841796875, + -0.00841522216796875, + 0.031097412109375, + 0.00412750244140625, + -0.01297760009765625, + 0.035186767578125, + 0.06689453125, + -0.00879669189453125, + -0.0217742919921875, + 0.0291748046875, + 0.002117156982421875, + -0.03839111328125, + 0.0270233154296875, + -0.00018262863159179688, + 0.002010345458984375, + -0.0020236968994140625, + 0.00568389892578125, + -0.00568389892578125, + -0.0184478759765625, + 0.09051513671875, + 0.024017333984375, + -0.00927734375, + 0.0149078369140625, + -0.030670166015625, + 0.04718017578125, + 0.02423095703125, + 0.045684814453125, + -0.057891845703125, + 0.07122802734375, + -0.033660888671875, + -0.00568389892578125, + 0.0045318603515625, + 0.03839111328125, + 0.0009984970092773438, + 0.030670166015625, + -0.0220947265625, + 0.06817626953125, + 0.0501708984375, + -0.042236328125, + -0.05169677734375, + 0.0151214599609375, + 0.0013875961303710938, + 0.03497314453125, + 0.01195526123046875, + -0.055755615234375, + -0.01163482666015625, + 0.0172576904296875, + 0.038177490234375, + 0.07080078125, + -0.0016622543334960938, + 0.0236968994140625, + -0.02606201171875, + -0.02423095703125, + 0.01050567626953125, + 0.01447296142578125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "fraud-investigation", + "mobile-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_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_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.0000032782554626464844, + 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_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.00001913309097290039, + 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.00011944770812988281, + -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_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. command-line 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.005252838134765625, + 0.02484130859375, + 0.045166015625, + -0.0188446044921875, + 0.0357666015625, + 0.0291748046875, + 0.0109405517578125, + -0.00659942626953125, + -0.01129150390625, + -0.006298065185546875, + -0.0183258056640625, + 0.06463623046875, + 0.0042572021484375, + -0.0277862548828125, + -0.06982421875, + 0.040130615234375, + -0.00231170654296875, + 0.02239990234375, + 0.01003265380859375, + -0.01458740234375, + -0.02691650390625, + -0.00855255126953125, + -0.050384521484375, + -0.005451202392578125, + 0.0027141571044921875, + 0.013458251953125, + -0.02093505859375, + -0.040802001953125, + -0.029693603515625, + 0.0079498291015625, + -0.00101470947265625, + -0.03717041015625, + 0.0159759521484375, + 0.051422119140625, + 0.034210205078125, + -0.0184173583984375, + 0.0010690689086914062, + -0.019195556640625, + -0.02239990234375, + 0.03143310546875, + -0.019012451171875, + 0.00482177734375, + 0.007381439208984375, + 0.0067291259765625, + -0.00634002685546875, + -0.0328369140625, + -0.00141143798828125, + -0.0016069412231445312, + 0.046905517578125, + -0.0394287109375, + 0.0257110595703125, + 0.038909912109375, + 0.0016393661499023438, + 0.00746917724609375, + -0.0184173583984375, + 0.037353515625, + 0.00336456298828125, + -0.0255279541015625, + -0.02239990234375, + 0.0538330078125, + -0.042724609375, + 0.0016717910766601562, + 0.0055999755859375, + -0.01450347900390625, + -0.0166778564453125, + 0.0394287109375, + -0.00026726722717285156, + -0.0382080078125, + -0.00608062744140625, + 0.0084686279296875, + -0.01424407958984375, + -0.0283050537109375, + -0.040130615234375, + 0.0227508544921875, + -0.042724609375, + -0.03857421875, + -0.00521087646484375, + -0.00677490234375, + 0.0026264190673828125, + -0.01224517822265625, + -0.043243408203125, + -0.008514404296875, + 0.0164947509765625, + -0.0244903564453125, + -0.0160675048828125, + 0.0135498046875, + 0.01511383056640625, + 0.022064208984375, + -0.0155487060546875, + -0.00189971923828125, + 0.0229339599609375, + -0.01337432861328125, + -0.00746917724609375, + 0.0029964447021484375, + 0.0250091552734375, + 0.052093505859375, + 0.005992889404296875, + -0.0277862548828125, + 0.0012807846069335938, + 0.03472900390625, + 0.024139404296875, + -0.0229339599609375, + 0.0406494140625, + -0.0176239013671875, + 0.0635986328125, + -0.0222320556640625, + 0.00968170166015625, + -0.01806640625, + -0.0225830078125, + -0.0104217529296875, + -0.089599609375, + -0.01528167724609375, + -0.0257110595703125, + -0.08270263671875, + 0.007686614990234375, + 0.00238800048828125, + -0.0031909942626953125, + 0.0328369140625, + -0.04150390625, + -0.0037555694580078125, + 0.0200653076171875, + 0.0307464599609375, + -0.0019102096557617188, + 0.02813720703125, + -0.041168212890625, + -0.050384521484375, + 0.00742340087890625, + 0.0148468017578125, + -0.05072021484375, + -0.043243408203125, + -0.0279693603515625, + -0.041168212890625, + -0.032470703125, + -0.0295257568359375, + 0.002410888671875, + -0.000385284423828125, + 0.0305633544921875, + -0.020233154296875, + -0.0183258056640625, + -0.0019969940185546875, + 0.03387451171875, + -0.032318115234375, + -0.05279541015625, + -0.003887176513671875, + -0.029876708984375, + -0.024658203125, + -0.0418701171875, + 0.044464111328125, + -0.0291748046875, + -0.028656005859375, + 0.01146697998046875, + 0.03802490234375, + 0.0496826171875, + 0.022064208984375, + 0.0020732879638671875, + -0.03631591796875, + -0.0262298583984375, + -0.0106353759765625, + 0.018157958984375, + -0.0234527587890625, + -0.0234527587890625, + -0.0107269287109375, + -0.0178070068359375, + 0.01702880859375, + -0.037689208984375, + -0.028839111328125, + -0.01910400390625, + 0.010467529296875, + 0.01511383056640625, + -0.00742340087890625, + 0.01511383056640625, + 0.00772857666015625, + 0.0538330078125, + 0.052093505859375, + 0.0227508544921875, + -0.00916290283203125, + -0.006687164306640625, + -0.00859832763671875, + 0.026397705078125, + 0.04290771484375, + -0.02362060546875, + -0.006427764892578125, + 0.054901123046875, + 0.010467529296875, + 0.006511688232421875, + 0.0216217041015625, + -0.01111602783203125, + 0.00505828857421875, + -0.05419921875, + 0.0232696533203125, + -0.040802001953125, + -0.006816864013671875, + -0.024322509765625, + 0.046539306640625, + 0.003887176513671875, + 0.056976318359375, + 0.035430908203125, + -0.01641845703125, + 0.0194549560546875, + 0.01259613037109375, + -0.007122039794921875, + 0.037689208984375, + -0.02813720703125, + 0.051422119140625, + 0.003387451171875, + 0.007904052734375, + -0.0187530517578125, + 0.026580810546875, + 0.043426513671875, + -0.0303955078125, + 0.006252288818359375, + 0.047576904296875, + -0.005863189697265625, + -0.044464111328125, + -0.0369873046875, + -0.043426513671875, + 0.03924560546875, + -0.0143280029296875, + -0.01172637939453125, + 0.00464630126953125, + 0.003040313720703125, + -0.04864501953125, + 0.01311492919921875, + -0.003734588623046875, + -0.0166778564453125, + 0.0357666015625, + -0.0037994384765625, + -0.04168701171875, + -0.045867919921875, + 0.040130615234375, + 0.00933837890625, + 0.02032470703125, + -0.0050811767578125, + 0.0215301513671875, + -0.0295257568359375, + -0.008941650390625, + 0.02032470703125, + 0.0291748046875, + 0.0159759521484375, + 0.004364013671875, + -0.0255279541015625, + 0.026397705078125, + -0.01450347900390625, + 0.025360107421875, + 0.039764404296875, + -0.0295257568359375, + -0.007598876953125, + -0.00125885009765625, + 0.0164947509765625, + 0.043609619140625, + -0.035614013671875, + -0.0083770751953125, + -0.073974609375, + -0.0154571533203125, + -0.03802490234375, + -0.0009937286376953125, + -0.00677490234375, + -0.045166015625, + 0.060089111328125, + -0.046539306640625, + -0.043609619140625, + 0.005035400390625, + 0.0221405029296875, + 0.002094268798828125, + 0.054534912109375, + -0.00482177734375, + -0.05767822265625, + 0.01003265380859375, + 0.043243408203125, + -0.01519775390625, + -0.0159759521484375, + -0.0120697021484375, + 0.0148468017578125, + -0.0014543533325195312, + 0.02197265625, + -0.044464111328125, + -0.0028667449951171875, + 0.0222320556640625, + 0.03143310546875, + 0.037506103515625, + -0.01537322998046875, + 0.01029205322265625, + 0.006862640380859375, + 0.0251922607421875, + -0.039947509765625, + 0.01081085205078125, + -0.034576416015625, + 0.023101806640625, + -0.03839111328125, + -0.068115234375, + -0.005252838134765625, + 0.054901123046875, + -0.01076507568359375, + 0.0009717941284179688, + 0.00864410400390625, + -0.058013916015625, + 0.004604339599609375, + 0.01033782958984375, + 0.012420654296875, + 0.01580810546875, + 0.04254150390625, + -0.00872802734375, + 0.019195556640625, + -0.00720977783203125, + 0.00295257568359375, + -0.032989501953125, + -0.050018310546875, + -0.027099609375, + -0.0067291259765625, + -0.032470703125, + -0.042205810546875, + 0.020751953125, + -0.042724609375, + 0.0272674560546875, + -0.0120697021484375, + -0.0204925537109375, + -0.00720977783203125, + -0.037506103515625, + 0.0160675048828125, + -0.050384521484375, + -0.042022705078125, + -0.0307464599609375, + 0.042022705078125, + 0.0155487060546875, + 0.002094268798828125, + -0.01250457763671875, + -0.0199737548828125, + -0.0340576171875, + 0.004451751708984375, + -0.01806640625, + 0.0227508544921875, + -0.0300445556640625, + 0.0670166015625, + 0.018157958984375, + 0.056610107421875, + -0.0045166015625, + 0.06427001953125, + 0.0171051025390625, + -0.01137542724609375, + -0.013458251953125, + -0.021270751953125, + 0.0284881591796875, + 0.0131988525390625, + -0.03594970703125, + -0.0279693603515625, + -0.006687164306640625, + -0.0262298583984375, + 0.0120697021484375, + 0.0123291015625, + 0.0232696533203125, + 0.030914306640625, + -0.054901123046875, + 0.0250091552734375, + 0.040283203125, + 0.0034732818603515625, + 0.1063232421875, + -0.03631591796875, + -0.04290771484375, + 0.041168212890625, + 0.034576416015625, + -0.01250457763671875, + 0.0218048095703125, + 0.0382080078125, + -0.01198577880859375, + 0.006122589111328125, + 0.00859832763671875, + 0.00449371337890625, + 0.040985107421875, + -0.004039764404296875, + -0.004016876220703125, + 0.016845703125, + 0.00603485107421875, + 0.01029205322265625, + 0.056610107421875, + 0.047576904296875, + -0.0003826618194580078, + 0.045166015625, + -0.027618408203125, + -0.035430908203125, + -0.023101806640625, + -0.06463623046875, + 0.0115509033203125, + 0.04620361328125, + 0.02362060546875, + 0.03594970703125, + -0.0195465087890625, + -0.0628662109375, + 0.006298065185546875, + -0.0272674560546875, + 0.0718994140625, + 0.045166015625, + 0.018585205078125, + 0.00881195068359375, + -0.0008955001831054688, + -0.0210113525390625, + 0.032318115234375, + -0.0050811767578125, + 0.01806640625, + 0.027099609375, + 0.050384521484375, + 0.007076263427734375, + -0.03472900390625, + 0.024658203125, + 0.046905517578125, + 0.0260467529296875, + -0.006252288818359375, + 0.004016876220703125, + 0.0177154541015625, + 0.019805908203125, + -0.0126800537109375, + 0.05419921875, + 0.0291748046875, + -0.02032470703125, + 0.00855255126953125, + -0.017974853515625, + 0.01580810546875, + -0.043426513671875, + 0.0132904052734375, + -0.01302337646484375, + -0.02032470703125, + 0.0064697265625, + 0.007904052734375, + -0.068115234375, + -0.0008578300476074219, + 0.0418701171875, + -0.065673828125, + 0.034393310546875, + 0.00608062744140625, + -0.0171051025390625, + 0.0204925537109375, + -0.01971435546875, + -0.04290771484375, + 0.01971435546875, + 0.00677490234375, + -0.0538330078125, + 0.014068603515625, + 0.0229339599609375, + -0.045867919921875, + -0.047576904296875, + -0.035614013671875, + -0.00803375244140625, + -0.01302337646484375, + -0.015716552734375, + 0.0303955078125, + -0.0251922607421875, + -0.019012451171875, + 0.0279693603515625, + 0.040130615234375, + -0.0131988525390625, + -0.036468505859375, + 0.071533203125, + -0.04150390625, + -0.06494140625, + 0.0496826171875, + 0.0055999755859375, + 0.03509521484375, + -0.026397705078125, + -0.0135498046875, + -0.005992889404296875, + 0.00397491455078125, + 0.01537322998046875, + 0.0272674560546875, + -0.05767822265625, + -0.05279541015625, + -0.044464111328125, + 0.045867919921875, + 0.0218048095703125, + 0.039093017578125, + -0.02484130859375, + -0.059051513671875, + 0.02935791015625, + -0.0635986328125, + -0.03631591796875, + -0.00690460205078125, + 0.0032787322998046875, + -0.0160675048828125, + 0.06671142578125, + -0.032989501953125, + 0.0121612548828125, + 0.003017425537109375, + 0.048980712890625, + 0.01146697998046875, + -0.02813720703125, + -0.03350830078125, + 0.030914306640625, + 0.03179931640625, + -0.055572509765625, + -0.01276397705078125, + -0.0047760009765625, + 0.009552001953125, + 0.045166015625, + -0.061492919921875, + -0.0009551048278808594, + 0.006557464599609375, + -0.061126708984375, + -0.024139404296875, + -0.0154571533203125, + 0.004016876220703125, + -0.022064208984375, + 0.0205841064453125, + 0.0277862548828125, + -0.0014543533325195312, + 0.0004341602325439453, + 0.024322509765625, + 0.00664520263671875, + 0.0109405517578125, + -0.01424407958984375, + -0.006687164306640625, + 0.0232696533203125, + -0.0587158203125, + -0.01971435546875, + -0.023101806640625, + 0.0257110595703125, + -0.01788330078125, + -0.0201416015625, + -0.0052337646484375, + -0.03369140625, + 0.0211029052734375, + -0.05731201171875, + -0.0023021697998046875, + -0.01137542724609375, + -0.0361328125, + -0.027099609375, + 0.0005588531494140625, + 0.039947509765625, + 0.0067291259765625, + -0.003993988037109375, + -0.00855255126953125, + 0.035614013671875, + -0.045166015625, + 0.06878662109375, + 0.0186767578125, + -0.00798797607421875, + -0.004711151123046875, + -0.0044708251953125, + 0.00872802734375, + 0.005016326904296875, + 0.027618408203125, + -0.00490570068359375, + -0.031097412109375, + -0.061126708984375, + 0.0260467529296875, + 0.00608062744140625, + 0.0155487060546875, + -0.00323486328125, + -0.037353515625, + -0.051055908203125, + 0.0008683204650878906, + 0.039764404296875, + 0.0073394775390625, + 0.01528167724609375, + -0.029876708984375, + -0.01415252685546875, + -0.00811767578125, + 0.00016689300537109375, + 0.04150390625, + -0.009552001953125, + 0.03369140625, + -0.01788330078125, + -0.037872314453125, + 0.034576416015625, + 0.0250091552734375, + 0.0239715576171875, + 0.032135009765625, + 0.0194549560546875, + -0.037689208984375, + 0.0204925537109375, + -0.005863189697265625, + -0.00829315185546875, + 0.0021381378173828125, + -0.004322052001953125, + 0.050018310546875, + -0.020843505859375, + -0.0210113525390625, + -0.019622802734375, + 0.021270751953125, + 0.02484130859375, + -0.0213623046875, + -0.0221405029296875, + 0.00366973876953125, + -0.003993988037109375, + 0.073974609375, + -0.02813720703125, + -0.046905517578125, + -0.01511383056640625, + 0.0004911422729492188, + 0.06182861328125, + 0.0628662109375, + -0.011199951171875, + -0.03350830078125, + 0.00018584728240966797, + 0.0439453125, + -0.010467529296875, + -0.0302276611328125, + -0.00279998779296875, + 0.00920867919921875, + 0.0303955078125, + 0.051055908203125, + 0.0172882080078125, + 0.0850830078125, + -0.0089874267578125, + -0.0164947509765625, + 0.0239715576171875, + 0.0718994140625, + 0.0307464599609375, + 0.0009822845458984375, + -0.0277862548828125, + 0.0006895065307617188, + 0.00041794776916503906, + -0.04168701171875, + -0.052093505859375, + 0.007686614990234375, + 0.06878662109375, + -0.065673828125, + -0.038726806640625, + -0.01528167724609375, + -0.0120697021484375, + 0.01146697998046875, + 0.01020050048828125, + -0.0084686279296875, + 0.01537322998046875, + 0.0204010009765625, + -0.03143310546875, + -0.00577545166015625, + -0.0204925537109375, + 0.0032558441162109375, + 0.06982421875, + 0.0218048095703125, + 0.004669189453125, + 0.025360107421875, + 0.0217132568359375, + 0.028839111328125, + 0.007381439208984375, + 0.035247802734375, + 0.0200653076171875, + 0.0277862548828125, + 0.040130615234375, + 0.046905517578125, + -0.01424407958984375, + -0.0284881591796875, + 0.00916290283203125, + 0.0034313201904296875, + 0.06878662109375, + 0.0726318359375, + -0.00933837890625, + 0.01059722900390625, + -0.0017366409301757812, + -0.044464111328125, + 0.0225830078125, + 0.011810302734375, + 0.00475311279296875, + -0.040130615234375, + -0.0229339599609375, + 0.0194549560546875, + -0.03961181640625, + 0.0283050537109375, + 0.036834716796875, + -0.035430908203125, + 0.00438690185546875, + 0.060455322265625, + -0.0034084320068359375, + -0.045166015625, + 0.0044708251953125, + -0.0300445556640625, + -0.01971435546875, + -0.042205810546875, + -0.020233154296875, + 0.0328369140625, + -0.024139404296875, + -0.043060302734375, + -0.024139404296875, + 0.030914306640625, + -0.02032470703125, + -0.0406494140625, + -0.0121612548828125, + 0.0300445556640625, + -0.010467529296875, + -0.024322509765625, + -0.0472412109375, + -0.01702880859375, + 0.01076507568359375, + -0.03961181640625, + 0.024139404296875, + -0.0138092041015625, + -0.035614013671875, + -0.030914306640625, + -0.031097412109375, + -0.033172607421875, + -0.004428863525390625, + -0.03839111328125, + 0.0305633544921875, + -0.007556915283203125, + 0.040130615234375, + 0.0587158203125, + 0.060455322265625, + -0.0222320556640625, + -0.00829315185546875, + -0.033355712890625, + -0.05767822265625, + 0.0159759521484375, + 0.004039764404296875, + -0.0027141571044921875, + -0.036651611328125, + -0.0025844573974609375, + 0.05523681640625, + -0.06982421875, + 0.040283203125, + -0.00742340087890625, + -0.031951904296875, + -0.043243408203125, + -0.0171966552734375, + -0.0062103271484375, + 0.040130615234375, + 0.1014404296875, + 0.004840850830078125, + -0.01224517822265625, + -0.00933837890625, + -0.056610107421875, + 0.06634521484375, + 0.0045166015625, + 0.0187530517578125, + -0.042022705078125, + 0.02032470703125, + 0.035614013671875, + -0.03265380859375, + 0.0067291259765625, + -0.0743408203125, + -0.00885772705078125, + 0.035614013671875, + 0.036651611328125, + -0.0211944580078125, + -0.0295257568359375, + -0.026397705078125, + -0.01337432861328125, + -0.017974853515625, + 0.01849365234375, + 0.00664520263671875, + -0.0003135204315185547, + -0.03125, + 0.0003066062927246094, + 0.00942230224609375, + -0.036834716796875, + -0.0300445556640625, + -0.0234527587890625, + 0.06915283203125, + -0.00742340087890625, + -0.0193634033203125, + 0.028656005859375, + 0.0194549560546875, + -0.021881103515625, + -0.0126800537109375, + 0.028839111328125, + -0.028656005859375, + -0.007122039794921875, + -0.017364501953125, 0.01450347900390625, - 0.0036468505859375, - -0.00888824462890625 + -0.0123291015625, + 0.01311492919921875, + -0.0011348724365234375, + 0.007251739501953125, + 0.0166778564453125, + -0.042022705078125, + 0.065673828125, + 0.024322509765625, + -0.058013916015625, + -0.05767822265625, + -0.042388916015625, + -0.0205841064453125, + 0.0255279541015625, + -0.02587890625, + 0.036834716796875, + 0.01224517822265625, + 0.00043964385986328125, + -0.1063232421875, + 0.04864501953125, + -0.00798797607421875, + 0.0162353515625, + -0.007251739501953125, + -0.014678955078125, + -0.0394287109375, + -0.051055908203125, + -0.00295257568359375, + 0.032135009765625, + -0.026397705078125, + 0.034393310546875, + -0.0215301513671875, + -0.0087738037109375, + 0.0034313201904296875, + -0.021881103515625, + 0.02587890625, + 0.052093505859375, + 0.005992889404296875, + -0.03350830078125, + 0.063232421875, + -0.0472412109375, + 0.0165863037109375, + -0.00014519691467285156, + -0.004016876220703125, + 0.01146697998046875, + -0.0182342529296875, + -0.003387451171875, + 0.0025501251220703125, + 0.029693603515625, + 0.0182342529296875, + -0.0229339599609375, + 0.0183258056640625, + -0.0267486572265625, + 0.01450347900390625, + 0.02239990234375, + -0.03857421875, + 0.0189361572265625, + 0.0229339599609375, + -0.0090789794921875, + -0.0303955078125, + -0.06463623046875, + -0.078857421875, + 0.0121612548828125, + -0.039947509765625, + -0.0295257568359375, + 0.01302337646484375, + 0.026580810546875, + 0.028656005859375, + -0.031097412109375, + 0.026397705078125, + -0.01198577880859375, + 0.0007166862487792969, + -0.03509521484375, + 0.034393310546875, + -0.025360107421875, + 0.031951904296875, + 0.01276397705078125, + -0.037353515625, + 0.0262298583984375, + 0.0024967193603515625, + 0.0138092041015625, + -0.051422119140625, + -0.0213623046875, + -0.0291748046875, + 0.0206756591796875, + -0.0587158203125, + -0.015899658203125, + 0.01085662841796875, + 0.0204010009765625, + 0.024322509765625, + -0.0291748046875, + 0.0538330078125, + -0.0034961700439453125, + -0.060455322265625, + 0.029876708984375, + -0.00551605224609375, + -0.026397705078125, + 0.00659942626953125, + 0.00942230224609375, + -0.0115509033203125, + 0.0171051025390625, + 0.0257110595703125, + 0.00890350341796875, + 0.031951904296875, + -0.00933837890625, + -0.0307464599609375, + 0.00829315185546875, + 0.01276397705078125, + 0.006862640380859375, + 0.00505828857421875, + 0.0232696533203125, + -0.0121612548828125, + 0.01085662841796875, + -0.00720977783203125, + -0.07952880859375, + -0.0121612548828125, + -0.01398468017578125, + -0.065673828125, + 0.0030612945556640625, + 0.0771484375, + 0.025360107421875, + -0.00616455078125, + 0.004711151123046875, + 0.0587158203125, + 0.0307464599609375, + 0.01398468017578125, + -0.00475311279296875, + -0.060089111328125, + -0.020843505859375, + 0.0017480850219726562, + -0.00518798828125, + -0.06634521484375, + 0.038726806640625, + 0.044281005859375, + -0.00890350341796875, + -0.0290069580078125, + -0.01129150390625, + -0.0078582763671875, + 0.052093505859375, + 0.01580810546875, + 0.01806640625, + -0.0673828125, + 0.000705718994140625, + 0.035247802734375, + -0.0184173583984375, + -0.0070343017578125, + -0.02239990234375, + 0.004146575927734375, + 0.036834716796875, + -0.0635986328125, + -0.004146575927734375, + 0.0005755424499511719, + 0.0635986328125, + 0.0195465087890625, + -0.02362060546875, + -0.04168701171875, + 0.060455322265625, + 0.0255279541015625, + -0.0302276611328125, + 0.0006999969482421875, + 0.019287109375, + -0.017547607421875, + 0.02813720703125, + 0.045501708984375, + 0.0005321502685546875, + 0.01172637939453125, + 0.02587890625, + -0.046905517578125, + 0.0186767578125, + -0.0187530517578125, + 0.01806640625, + -0.01007080078125, + -0.0283050537109375, + -0.0188446044921875, + -0.07293701171875, + 0.048980712890625, + 0.019195556640625, + 0.03509521484375, + 0.00859832763671875, + 0.002735137939453125, + -0.0041046142578125, + 0.0244903564453125, + 0.00279998779296875, + 0.01458740234375, + 0.0132904052734375, + 0.0210113525390625, + 0.0272674560546875, + 0.00490570068359375, + 0.0295257568359375, + -0.0143280029296875, + 0.045867919921875, + -0.045501708984375, + 0.00261688232421875, + -0.052459716796875, + -0.010467529296875, + -0.002410888671875, + -0.00911712646484375, + 0.00390625, + -0.050384521484375, + 0.01971435546875, + -0.01302337646484375, + -0.046539306640625, + -0.0013628005981445312, + 0.036468505859375, + -0.040802001953125, + 0.006862640380859375, + 0.005558013916015625, + -0.01172637939453125, + 0.0054931640625, + -0.03472900390625, + 0.0743408203125, + 0.03839111328125, + 0.003887176513671875, + -0.0014333724975585938, + 0.058013916015625, + 0.01259613037109375, + 0.0239715576171875, + 0.02587890625, + 0.017974853515625, + -0.02239990234375, + 0.04620361328125, + 0.04046630859375, + -0.0035610198974609375, + -0.040283203125, + 0.026397705078125, + 0.016326904296875, + -0.028656005859375, + 0.034912109375, + -0.005687713623046875, + 0.0104217529296875, + 0.005451202392578125, + 0.0143280029296875, + -0.02691650390625, + -0.038909912109375, + 0.04290771484375, + 0.0012426376342773438, + 0.00205230712890625, + 0.0279693603515625, + -0.054901123046875, + 0.061492919921875, + 0.00972747802734375, + 0.071533203125, + -0.052459716796875, + 0.052459716796875, + -0.0234527587890625, + -0.0017910003662109375, + -0.01528167724609375, + 0.0174560546875, + -0.0096435546875, + 0.032470703125, + -0.025360107421875, + 0.07818603515625, + 0.006557464599609375, + -0.01398468017578125, + -0.0517578125, + -0.0260467529296875, + -0.00616455078125, + -0.0012750625610351562, + 0.0300445556640625, + -0.05523681640625, + -0.002040863037109375, + 0.0089874267578125, + 0.0369873046875, + 0.055572509765625, + -0.0013456344604492188, + 0.039093017578125, + 0.01372528076171875, + -0.014678955078125, + -0.020843505859375, + -0.0232696533203125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "command-line", + "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_KAPE", + "type": "tool", + "name": "KAPE", + "content": "kape kroll artifact parser and extractor revolutioniert windows-forensik durch intelligente ziel-basierte sammlung. statt full-disk-images extrahiert kape gezielt kritische artefakte: registry-hives, event-logs, prefetch, browser- daten, scheduled-tasks in minuten statt stunden. die target-files definieren was gesammelt wird, module-files wie es verarbeitet wird. besonders clever: compound-targets gruppieren zusammengehörige artefakte (z.b. \"browser\" sammelt chrome+firefox+edge), die gkape-gui macht es auch für nicht-techniker zugänglich. batch-mode verarbeitet mehrere images parallel. output direkt kompatibel zu timeline-tools wie plaso. die ständigen community-updates halten mit windows-entwicklungen schritt. vss-processing analysiert shadow- copies automatisch. der remote-collection-mode sammelt über netzwerk. kostenlos aber enterprise-support verfügbar. der neue standard für effiziente windows-forensik-triage. artifact-collection triage incident-response static-investigations data-collection", + "embedding": [ + -0.035614013671875, + 0.00966644287109375, + 0.031463623046875, + 0.0221710205078125, + 0.060638427734375, + 0.0168609619140625, + 0.0157318115234375, + 0.0014333724975585938, + -0.006633758544921875, + -0.00362396240234375, + -0.035430908203125, + 0.065185546875, + -0.0004203319549560547, + 0.0010128021240234375, + -0.06744384765625, + 0.04150390625, + -0.0149688720703125, + -0.00360107421875, + 0.00847625732421875, + -0.0016460418701171875, + -0.024444580078125, + -0.0089569091796875, + -0.04376220703125, + -0.007534027099609375, + -0.00521087646484375, + 0.01629638671875, + -0.01279449462890625, + -0.047943115234375, + -0.025390625, + 0.007293701171875, + -0.0099029541015625, + -0.012603759765625, + 0.00933074951171875, + 0.0149688720703125, + -0.03411865234375, + -0.01904296875, + -0.0006513595581054688, + -0.044342041015625, + -0.01885986328125, + 0.054962158203125, + -0.0045013427734375, + 0.01525115966796875, + -0.00971221923828125, + -0.00606536865234375, + -0.023681640625, + -0.02520751953125, + -0.0148773193359375, + 0.0034351348876953125, + 0.007770538330078125, + -0.007152557373046875, + 0.0276641845703125, + 0.0230255126953125, + 0.0086212158203125, + -0.01525115966796875, + -0.0255889892578125, + 0.03277587890625, + 0.0187530517578125, + -0.0203704833984375, + -0.048309326171875, + 0.06707763671875, + -0.0576171875, + -0.0035762786865234375, + 0.0212249755859375, + -0.0091400146484375, + 0.013641357421875, + 0.017913818359375, + -0.0149688720703125, + -0.034881591796875, + 0.0167694091796875, + 0.006916046142578125, + -0.005352020263671875, + -0.0112762451171875, + -0.0195159912109375, + 0.0169525146484375, + -0.0276641845703125, + -0.06402587890625, + 0.0117950439453125, + 0.02899169921875, + 0.0004887580871582031, + -0.0159149169921875, + -0.036956787109375, + -0.00315093994140625, + 0.0545654296875, + -0.0091400146484375, + -0.0148773193359375, + 0.003910064697265625, + 0.03466796875, + 0.0274810791015625, + 0.0141143798828125, + -0.0012140274047851562, + 0.0168609619140625, + -0.01198577880859375, + -0.00677490234375, + -0.0228271484375, + 0.033538818359375, + 0.08642578125, + -0.028228759765625, + -0.00426483154296875, + -0.0274810791015625, + 0.026153564453125, + 0.031463623046875, + -0.0325927734375, + 0.06634521484375, + -0.007389068603515625, + 0.0303192138671875, + -0.03277587890625, + 0.00518798828125, + -0.0305023193359375, + -0.0158233642578125, + -0.0274810791015625, + -0.09588623046875, + -0.0248260498046875, + -0.002819061279296875, + -0.07733154296875, + 0.01146697998046875, + 0.00433349609375, + -0.00786590576171875, + 0.01335906982421875, + -0.043212890625, + -0.0394287109375, + 0.0158233642578125, + 0.0165863037109375, + 0.00919342041015625, + -0.0123138427734375, + -0.048126220703125, + -0.06256103515625, + -0.01103973388671875, + 0.03411865234375, + -0.03582763671875, + -0.03448486328125, + -0.0003685951232910156, + -0.0118408203125, + -0.025390625, + -0.035247802734375, + -0.01099395751953125, + -0.019805908203125, + 0.01383209228515625, + 0.00823974609375, + -0.016204833984375, + 0.00748443603515625, + 0.0122222900390625, + -0.04302978515625, + -0.07049560546875, + -0.01544189453125, + -0.053436279296875, + -0.00748443603515625, + -0.00909423828125, + 0.04150390625, + -0.0286102294921875, + -0.00409698486328125, + -0.0187530517578125, + 0.031280517578125, + 0.040740966796875, + -0.01374053955078125, + 0.024444580078125, + -0.040374755859375, + 0.00495147705078125, + -0.01165008544921875, + 0.0545654296875, + -0.0141143798828125, + -0.02728271484375, + 0.007579803466796875, + 0.005115509033203125, + 0.0184783935546875, + -0.006870269775390625, + -0.051544189453125, + -0.0394287109375, + 0.028045654296875, + 0.002475738525390625, + -0.0130767822265625, + 0.036773681640625, + -0.0139312744140625, + 0.03582763671875, + 0.065185546875, + -0.0126953125, + 0.028045654296875, + -0.0010595321655273438, + 0.0005359649658203125, + 0.0168609619140625, + 0.04205322265625, + -0.006870269775390625, + -0.0025234222412109375, + 0.0291748046875, + 0.0177154541015625, + -0.006443023681640625, + 0.016387939453125, + -0.01421356201171875, + -0.0219879150390625, + -0.051177978515625, + 0.0257720947265625, + -0.0090484619140625, + -0.038665771484375, + -0.0160064697265625, + 0.01477813720703125, + 0.0178070068359375, + 0.057220458984375, + 0.03997802734375, + -0.01013946533203125, + 0.04132080078125, + 0.0237884521484375, + 0.0040740966796875, + 0.0303192138671875, + -0.01468658447265625, + 0.03997802734375, + 0.0291748046875, + 0.0168609619140625, + -0.017059326171875, + 0.0377197265625, + 0.01525115966796875, + -0.0158233642578125, + -0.01544189453125, + 0.08111572265625, + -0.0011310577392578125, + -0.0255889892578125, + -0.0198974609375, + -0.046417236328125, + 0.02520751953125, + 0.0029010772705078125, + -0.01061248779296875, + 0.001178741455078125, + -0.00975799560546875, + -0.047576904296875, + -0.000675201416015625, + 0.0241546630859375, + -0.0325927734375, + 0.0216064453125, + 0.020660400390625, + -0.017913818359375, + -0.0267181396484375, + 0.0198974609375, + 0.014495849609375, + 0.0118408203125, + -0.019989013671875, + 0.01335906982421875, + 0.00013840198516845703, + -0.0220794677734375, + 0.06976318359375, + 0.0186614990234375, + 0.0198974609375, + 0.0169525146484375, + -0.00589752197265625, + 0.053070068359375, + -0.0213165283203125, + 0.04888916015625, + 0.0435791015625, + -0.0303192138671875, + 0.0008940696716308594, + -0.00838470458984375, + 0.053436279296875, + 0.035430908203125, + -0.042449951171875, + -0.00847625732421875, + -0.0867919921875, + -0.002498626708984375, + -0.07012939453125, + -0.033905029296875, + -0.044708251953125, + -0.049652099609375, + 0.053070068359375, + -0.033355712890625, + -0.01922607421875, + 0.018951416015625, + -0.00786590576171875, + -0.0122222900390625, + 0.07049560546875, + 0.010894775390625, + -0.044525146484375, + -0.0224609375, + 0.064453125, + 0.00833892822265625, + -0.0019893646240234375, + -0.0222625732421875, + 0.0201873779296875, + -0.0295562744140625, + 0.0274810791015625, + -0.024261474609375, + -0.01018524169921875, + 0.04888916015625, + 0.035064697265625, + 0.015350341796875, + -0.00933074951171875, + 0.01544189453125, + -0.0018596649169921875, + 0.0284271240234375, + -0.033355712890625, + -0.006488800048828125, + -0.0094757080078125, + 0.021697998046875, + -0.0005388259887695312, + -0.04681396484375, + -0.01279449462890625, + 0.026336669921875, + 0.00360107421875, + -0.0076751708984375, + 0.0042877197265625, + -0.037322998046875, + 0.0160064697265625, + -0.0257720947265625, + -0.02349853515625, + 0.0175323486328125, + 0.039215087890625, + -0.029937744140625, + 0.0107574462890625, + -0.0008230209350585938, + 0.007389068603515625, + -0.01099395751953125, + -0.0716552734375, + -0.0255889892578125, + -0.01335906982421875, + -0.020843505859375, + -0.0343017578125, + 0.0274810791015625, + -0.0220794677734375, + 0.0164794921875, + -0.028228759765625, + 0.0094757080078125, + -0.01155853271484375, + -0.0291748046875, + 0.0168609619140625, + -0.03411865234375, + -0.0205535888671875, + -0.01009368896484375, + 0.043212890625, + 0.002155303955078125, + 0.006633758544921875, + -0.02728271484375, + -0.016387939453125, + -0.031463623046875, + 0.0233001708984375, + -0.040557861328125, + 0.0123138427734375, + -0.01430511474609375, + 0.01027679443359375, + 0.031829833984375, + 0.0005297660827636719, + 0.01155853271484375, + 0.043975830078125, + 0.017242431640625, + -0.0284271240234375, + 0.004119873046875, + 0.0007314682006835938, + 0.026336669921875, + 0.0139312744140625, + -0.0229339599609375, + -0.0165863037109375, + -0.0183868408203125, + -0.016387939453125, + 0.0239715576171875, + 0.01297760009765625, + 0.035614013671875, + 0.033721923828125, + -0.028045654296875, + -0.003387451171875, + 0.06402587890625, + 0.0148773193359375, + 0.1015625, + 0.0022735595703125, + -0.060272216796875, + 0.036773681640625, + 0.0579833984375, + -0.0036716461181640625, + 0.0009355545043945312, + 0.031463623046875, + 0.0023097991943359375, + 0.0126953125, + 0.0291748046875, + -0.01468658447265625, + 0.024444580078125, + -0.0149688720703125, + 0.00748443603515625, + 0.0178070068359375, + -0.0276641845703125, + 0.004596710205078125, + 0.04132080078125, + 0.01279449462890625, + 0.019805908203125, + 0.033905029296875, + -0.0435791015625, + -0.03448486328125, + -0.044921875, + -0.06402587890625, + 0.005825042724609375, + -0.0031986236572265625, + 0.0113677978515625, + 0.047943115234375, + -0.051544189453125, + -0.06707763671875, + 0.0156402587890625, + -0.042633056640625, + 0.08489990234375, + 0.02880859375, + -0.0023441314697265625, + 0.0250091552734375, + -0.0089569091796875, + -0.002948760986328125, + 0.0107574462890625, + 0.0045013427734375, + 0.0203704833984375, + 0.0384521484375, + 0.03826904296875, + 0.0072021484375, + -0.0010900497436523438, + 0.01151275634765625, + 0.02264404296875, + 0.03070068359375, + 0.00975799560546875, + 0.0118408203125, + 0.0010128021240234375, + 0.033905029296875, + -0.0202789306640625, + 0.05645751953125, + 0.03411865234375, + 0.02008056640625, + 0.029937744140625, + -0.01241302490234375, + -0.0003020763397216797, + -0.035614013671875, + -0.006633758544921875, + -0.0158233642578125, + -0.0018358230590820312, + 0.02008056640625, + 0.031280517578125, + -0.07122802734375, + -0.0005979537963867188, + 0.039031982421875, + -0.0579833984375, + 0.033172607421875, + 0.019805908203125, + -0.024261474609375, + 0.0004055500030517578, + -0.011749267578125, + -0.06292724609375, + 0.04925537109375, + -0.00782012939453125, + -0.0360107421875, + -0.00786590576171875, + 0.0121307373046875, + -0.04168701171875, + -0.0310821533203125, + -0.040557861328125, + -0.0212249755859375, + -0.01203155517578125, + -0.04925537109375, + 0.042266845703125, + -0.01885986328125, + -0.0016698837280273438, + 0.05230712890625, + 0.0286102294921875, + -0.0160064697265625, + -0.02520751953125, + 0.0384521484375, + -0.018280029296875, + -0.0276641845703125, + 0.049652099609375, + 0.00696563720703125, + 0.043975830078125, + -0.053070068359375, + -0.0228271484375, + -0.0036468505859375, + -0.004878997802734375, + -0.006252288818359375, + 0.004451751708984375, + -0.0576171875, + -0.053802490234375, + -0.0418701171875, + 0.07769775390625, + -0.0193328857421875, + 0.0394287109375, + -0.008148193359375, + -0.03582763671875, + 0.033721923828125, + -0.061767578125, + -0.028045654296875, + -0.01009368896484375, + 0.00782012939453125, + -0.01971435546875, + 0.06591796875, + -0.01885986328125, + -0.021697998046875, + 0.015350341796875, + 0.037322998046875, + 0.01554107666015625, + 0.0201873779296875, + -0.049652099609375, + 0.042266845703125, + 0.037322998046875, + -0.04888916015625, + -0.01123046875, + -0.0223541259765625, + 0.019805908203125, + 0.038848876953125, + -0.04168701171875, + -0.007293701171875, + -0.005306243896484375, + -0.07012939453125, + -0.0305023193359375, + -0.0377197265625, + -0.00800323486328125, + -0.053070068359375, + -0.0028667449951171875, + 0.039031982421875, + -0.00833892822265625, + 0.0126953125, + 0.006015777587890625, + 0.018280029296875, + 0.0121307373046875, + -0.0086212158203125, + -0.028228759765625, + 0.043212890625, + -0.08795166015625, + -0.014404296875, + -0.011749267578125, + 0.037322998046875, + -0.0036468505859375, + 0.00634765625, + 0.0130767822265625, + -0.003932952880859375, + 0.049652099609375, + -0.02264404296875, + -0.01189422607421875, + -0.008575439453125, + 0.00261688232421875, + -0.04150390625, + -0.01458740234375, + 0.0212249755859375, + 0.01194000244140625, + -0.003482818603515625, + 0.00885772705078125, + 0.04205322265625, + -0.0308837890625, + 0.033538818359375, + 0.03411865234375, + 0.01922607421875, + 0.0213165283203125, + -0.00743865966796875, + -0.0105133056640625, + -0.0034351348876953125, + 0.02520751953125, + 0.0022735595703125, + -0.036956787109375, + -0.06781005859375, + 0.0174407958984375, + 0.0015516281127929688, + 0.0384521484375, + -0.00315093994140625, + -0.032958984375, + -0.06707763671875, + -0.006443023681640625, + 0.04718017578125, + 0.04150390625, + 0.032012939453125, + -0.00696563720703125, + -0.007389068603515625, + -0.006679534912109375, + -0.051910400390625, + 0.03411865234375, + -0.007389068603515625, + 0.03240966796875, + 0.004665374755859375, + -0.044342041015625, + 0.0196075439453125, + 0.03961181640625, + 0.027099609375, + 0.0228271484375, + 0.005615234375, + -0.01477813720703125, + 0.003742218017578125, + -0.020843505859375, + -0.016387939453125, + -0.0031032562255859375, + -0.0284271240234375, + 0.020843505859375, + -0.032012939453125, + -0.0198974609375, + -0.0185699462890625, + -0.01468658447265625, + 0.0224609375, + -0.0237884521484375, + -0.006870269775390625, + 0.017242431640625, + -0.00980377197265625, + 0.057220458984375, + -0.0305023193359375, + -0.036376953125, + 0.008056640625, + 0.01629638671875, + 0.042449951171875, + 0.035247802734375, + -0.006725311279296875, + -0.01345062255859375, + 0.01506805419921875, + 0.02008056640625, + 0.01027679443359375, + -0.049652099609375, + -0.0016460418701171875, + 0.0187530517578125, + -0.0029964447021484375, + 0.044708251953125, + 0.0107574462890625, + 0.06707763671875, + 0.0220794677734375, + 0.0201873779296875, + 0.00909423828125, + 0.07733154296875, + 0.027862548828125, + -0.01146697998046875, + -0.05609130859375, + -0.02880859375, + -0.0259552001953125, + -0.04888916015625, + -0.04681396484375, + 0.00521087646484375, + 0.054962158203125, + -0.0648193359375, + -0.00611114501953125, + -0.0117034912109375, + 0.00015544891357421875, + 0.004974365234375, + 0.021026611328125, + -0.022735595703125, + 0.01080322265625, + 0.01279449462890625, + -0.040740966796875, + 0.0183868408203125, + -0.0159149169921875, + 0.0159149169921875, + 0.046417236328125, + 0.0230255126953125, + -0.00881195068359375, + 0.0286102294921875, + -0.00743865966796875, + 0.0418701171875, + -0.0021190643310546875, + 0.053802490234375, + 0.0109405517578125, + 0.01326751708984375, + 0.0250091552734375, + 0.061767578125, + -0.0105133056640625, + -0.00743865966796875, + 0.005970001220703125, + 0.0303192138671875, + 0.040740966796875, + 0.04925537109375, + 0.01629638671875, + 0.0117950439453125, + -0.005115509033203125, + -0.0291748046875, + 0.0148773193359375, + 0.0131683349609375, + -0.0123138427734375, + -0.03448486328125, + -0.0360107421875, + 0.03790283203125, + -0.0308837890625, + 0.03070068359375, + 0.01611328125, + -0.02520751953125, + 0.019805908203125, + 0.045867919921875, + -0.0295562744140625, + -0.03277587890625, + 0.0255889892578125, + -0.01160430908203125, + -0.046600341796875, + -0.0274810791015625, + -0.039794921875, + 0.04736328125, + -0.0284271240234375, + -0.04132080078125, + -0.035430908203125, + 0.0452880859375, + -0.02899169921875, + -0.0343017578125, + -0.0126953125, + -0.01160430908203125, + -0.0267181396484375, + -0.035064697265625, + -0.0276641845703125, + -0.04718017578125, + 0.0248260498046875, + -0.02880859375, + -0.00037741661071777344, + -0.00516510009765625, + -0.0259552001953125, + -0.006038665771484375, + -0.0148773193359375, + -0.037322998046875, + 0.02093505859375, + -0.0343017578125, + 0.056854248046875, + 0.00994873046875, + 0.025390625, + 0.023406982421875, + 0.072021484375, + 0.00261688232421875, + -0.01885986328125, + -0.0198974609375, + -0.08984375, + 0.0072479248046875, + 0.01421356201171875, + 0.004974365234375, + -0.064453125, + 0.0068206787109375, + 0.05230712890625, + -0.0841064453125, + 0.0250091552734375, + 0.0031986236572265625, + -0.00847625732421875, + -0.06365966796875, + -0.02264404296875, + -0.036956787109375, + 0.037322998046875, + 0.07733154296875, + -0.003173828125, + -0.009002685546875, + 0.01250457763671875, + -0.042266845703125, + 0.058746337890625, + -0.004001617431640625, + 0.01525115966796875, + -0.024444580078125, + 0.0156402587890625, + 0.0322265625, + -0.03277587890625, + 0.0038604736328125, + -0.0875244140625, + 0.0072479248046875, + 0.006488800048828125, + 0.020660400390625, + 0.003742218017578125, + -0.002605438232421875, + -0.046234130859375, + -0.0202789306640625, + -0.0184783935546875, + 0.0178070068359375, + -0.004878997802734375, + 0.0205535888671875, + -0.05572509765625, + -0.006916046142578125, + -0.01099395751953125, + -0.04339599609375, + -0.051544189453125, + -0.0220794677734375, + 0.024444580078125, + -0.0159149169921875, + -0.06256103515625, + 0.015350341796875, + 0.0303192138671875, + 0.01468658447265625, + 0.01297760009765625, + 0.046417236328125, + -0.0377197265625, + 0.01904296875, + 0.0045013427734375, + 0.034881591796875, + 0.00677490234375, + -0.0183868408203125, + -0.01061248779296875, + -0.00847625732421875, + 0.0301361083984375, + -0.060272216796875, + 0.03277587890625, + 0.0233001708984375, + -0.047943115234375, + -0.07843017578125, + -0.047943115234375, + 0.001201629638671875, + 0.046417236328125, + -0.02880859375, + 0.037322998046875, + -0.03656005859375, + -0.0117034912109375, + -0.09283447265625, + 0.044342041015625, + 0.00201416015625, + 0.01506805419921875, + 0.027099609375, + -0.0086669921875, + -0.040374755859375, + -0.031280517578125, + -0.01065826416015625, + 0.004596710205078125, + -0.0255889892578125, + 0.0220794677734375, + 0.002819061279296875, + -0.00007218122482299805, + 0.0276641845703125, + 0.00283050537109375, + 0.005733489990234375, + 0.0295562744140625, + 0.029937744140625, + -0.03619384765625, + 0.06329345703125, + -0.0293731689453125, + -0.01009368896484375, + 0.0005211830139160156, + -0.01800537109375, + 0.0009832382202148438, + -0.00975799560546875, + -0.029754638671875, + -0.002239227294921875, + 0.03411865234375, + 0.0257720947265625, + -0.02880859375, + 0.004856109619140625, + -0.0113677978515625, + 0.01554107666015625, + 0.00823974609375, + -0.033905029296875, + -0.003932952880859375, + 0.0122222900390625, + -0.0105133056640625, + -0.025390625, + -0.0579833984375, + -0.08984375, + 0.0028667449951171875, + -0.0452880859375, + 0.009613037109375, + -0.0085296630859375, + 0.01468658447265625, + 0.005588531494140625, + -0.018280029296875, + 0.0269012451171875, + 0.0013675689697265625, + -0.0193328857421875, + -0.038665771484375, + 0.01554107666015625, + 0.015350341796875, + 0.05572509765625, + 0.0184783935546875, + -0.0222625732421875, + 0.00795745849609375, + -0.02899169921875, + 0.006679534912109375, + -0.0193328857421875, + -0.0169525146484375, + -0.05267333984375, + 0.00843048095703125, + -0.060272216796875, + -0.00786590576171875, + 0.00696563720703125, + 0.059112548828125, + 0.004833221435546875, + -0.00885772705078125, + 0.03790283203125, + 0.00383758544921875, + -0.050018310546875, + 0.0274810791015625, + -0.013641357421875, + -0.004878997802734375, + 0.0184783935546875, + 0.0303192138671875, + 0.0257720947265625, + 0.02520751953125, + 0.050018310546875, + 0.040740966796875, + 0.03070068359375, + 0.00634765625, + -0.0130767822265625, + -0.0156402587890625, + -0.0121307373046875, + 0.03656005859375, + 0.031646728515625, + 0.0248260498046875, + -0.017059326171875, + 0.026153564453125, + 0.00606536865234375, + -0.07806396484375, + -0.020751953125, + -0.0202789306640625, + -0.06671142578125, + 0.0013561248779296875, + 0.060638427734375, + 0.040374755859375, + -0.0185699462890625, + 0.0469970703125, + 0.0648193359375, + 0.0308837890625, + 0.00705718994140625, + -0.0308837890625, + -0.07391357421875, + -0.0008821487426757812, + 0.0241546630859375, + 0.0035762786865234375, + -0.049652099609375, + 0.05609130859375, + 0.05950927734375, + -0.0072479248046875, + -0.0223541259765625, + 0.0038127899169921875, + 0.0031032562255859375, + 0.021514892578125, + 0.016387939453125, + 0.0193328857421875, + -0.06976318359375, + 0.021026611328125, + 0.01250457763671875, + -0.01123046875, + 0.026153564453125, + -0.025390625, + -0.03411865234375, + 0.04718017578125, + -0.058746337890625, + 0.01080322265625, + 0.0213165283203125, + 0.06292724609375, + 0.0181884765625, + -0.029754638671875, + -0.0156402587890625, + 0.040557861328125, + 0.0033168792724609375, + -0.046234130859375, + 0.013641357421875, + 0.02264404296875, + -0.0203704833984375, + -0.004833221435546875, + 0.038848876953125, + 0.0255889892578125, + 0.038665771484375, + 0.0085296630859375, + -0.0435791015625, + 0.008575439453125, + -0.00634765625, + 0.0038604736328125, + -0.004001617431640625, + -0.038848876953125, + -0.034881591796875, + -0.050018310546875, + 0.043212890625, + 0.0149688720703125, + 0.022735595703125, + 0.006679534912109375, + -0.01629638671875, + 0.018280029296875, + 0.0267181396484375, + 0.0274810791015625, + 0.0165863037109375, + 0.0211334228515625, + 0.015350341796875, + 0.009521484375, + 0.01430511474609375, + 0.004878997802734375, + -0.0325927734375, + 0.0219879150390625, + -0.0141143798828125, + -0.031646728515625, + -0.04150390625, + 0.00701141357421875, + 0.01070404052734375, + -0.00994873046875, + 0.0195159912109375, + -0.05267333984375, + 0.003505706787109375, + -0.01800537109375, + -0.060638427734375, + 0.0029010772705078125, + 0.0305023193359375, + -0.0203704833984375, + 0.024261474609375, + 0.024261474609375, + -0.016387939453125, + 0.0033168792724609375, + -0.07501220703125, + 0.093994140625, + 0.033355712890625, + 0.0295562744140625, + 0.0015993118286132812, + 0.023681640625, + 0.0230255126953125, + 0.00743865966796875, + 0.01250457763671875, + 0.0274810791015625, + -0.018951416015625, + 0.054962158203125, + 0.04168701171875, + -0.0016813278198242188, + -0.032012939453125, + 0.024627685546875, + 0.00843048095703125, + -0.05419921875, + 0.0284271240234375, + -0.0017290115356445312, + 0.003742218017578125, + -0.003978729248046875, + 0.02520751953125, + 0.0038604736328125, + -0.05950927734375, + 0.04547119140625, + -0.0034580230712890625, + -0.033172607421875, + 0.021881103515625, + -0.05267333984375, + 0.03826904296875, + 0.003910064697265625, + 0.037506103515625, + -0.045654296875, + 0.04888916015625, + 0.0009946823120117188, + 0.0186614990234375, + -0.0020732879638671875, + 0.003932952880859375, + 0.004642486572265625, + 0.0018358230590820312, + -0.00495147705078125, + 0.076904296875, + 0.0216064453125, + -0.0196075439453125, + -0.0360107421875, + -0.0166778564453125, + -0.0023441314697265625, + -0.00240325927734375, + 0.042449951171875, + -0.03070068359375, + -0.0293731689453125, + 0.0195159912109375, + 0.0343017578125, + 0.056854248046875, + -0.004974365234375, + 0.01515960693359375, + -0.0011014938354492188, + -0.03961181640625, + -0.00872039794921875, + -0.0008645057678222656 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "artifact-collection", + "triage" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_dcfldd", + "type": "tool", + "name": "dcfldd", + "content": "dcfldd defense computer forensics lab dd erweitert das klassische dd um essenzielle forensische features. simultane hash-berechnung (md5, sha1, sha256) während des imaging spart zeit und garantiert integrität. status-output zeigt geschwindigkeit, verbleibende zeit und übertragene daten. split-on-the-fly für multi-volume-archives ohne zwischenspeicherung. pattern-wiping für sicheres löschen nach dod-standards. log-output dokumentiert jeden schritt für chain-of-custody. die verify-funktion prüft geschriebene daten sofort. besonders wertvoll: hashing einzelner blöcke für granulare integritätsprüfung, fortsetzen unterbrochener images, mehrere output-ziele gleichzeitig. die forensischen erweiterungen machen es zur ersten wahl für professionelle labore. syntax bleibt dd-kompatibel für einfachen umstieg. performance mit großen blockgrößen optimiert. die aktive entwicklung hält mit modernen anforderungen schritt. standard in vielen forensik-distributionen. command-line 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.002399444580078125, + 0.0101776123046875, + 0.031646728515625, + -0.0239410400390625, + 0.041534423828125, + 0.03521728515625, + 0.002437591552734375, + 0.002346038818359375, + -0.0088043212890625, + 0.01476287841796875, + -0.033966064453125, + 0.04449462890625, + 0.0095977783203125, + -0.0076446533203125, + -0.05780029296875, + 0.05230712890625, + -0.01291656494140625, + -0.00780487060546875, + 0.01824951171875, + 0.012969970703125, + -0.02203369140625, + -0.0017271041870117188, + -0.059478759765625, + 0.0115966796875, + -0.0020961761474609375, + 0.0007710456848144531, + -0.0253143310546875, + -0.08941650390625, + -0.0240478515625, + 0.01096343994140625, + -0.00780487060546875, + -0.0027942657470703125, + 0.0153961181640625, + 0.035430908203125, + 0.0014495849609375, + -0.0233001708984375, + -0.01023101806640625, + -0.03753662109375, + -0.01497650146484375, + 0.040496826171875, + -0.0341796875, + 0.01012420654296875, + 0.01255035400390625, + -0.017822265625, + -0.019195556640625, + -0.035430908203125, + 0.01255035400390625, + -0.019500732421875, + 0.0124969482421875, + -0.039215087890625, + 0.0221405029296875, + 0.0290985107421875, + 0.0049285888671875, + -0.0021610260009765625, + -0.049774169921875, + 0.035858154296875, + 0.03375244140625, + -0.023406982421875, + -0.039215087890625, + 0.06622314453125, + -0.043853759765625, + -0.006221771240234375, + -0.0042724609375, + -0.0264739990234375, + -0.006908416748046875, + 0.0103302001953125, + -0.030364990234375, + -0.0163421630859375, + 0.01186370849609375, + 0.0301513671875, + 0.004901885986328125, + -0.0200347900390625, + -0.002544403076171875, + 0.040283203125, + -0.0090179443359375, + -0.04364013671875, + 0.0140228271484375, + 0.0347900390625, + -0.0007414817810058594, + 0.005008697509765625, + -0.050628662109375, + 0.0242462158203125, + 0.0242462158203125, + -0.039642333984375, + -0.0248870849609375, + 0.0233001708984375, + 0.02056884765625, + 0.0024776458740234375, + -0.00980377197265625, + -0.000014543533325195312, + 0.01476287841796875, + -0.01739501953125, + 0.0221405029296875, + -0.02288818359375, + 0.03057861328125, + 0.048492431640625, + 0.00965118408203125, + 0.0151824951171875, + 0.017181396484375, + 0.043853759765625, + 0.041961669921875, + -0.0295257568359375, + 0.043243408203125, + 0.0064849853515625, + 0.058197021484375, + -0.0172882080078125, + 0.007488250732421875, + 0.0041656494140625, + -0.0272064208984375, + -0.0128631591796875, + -0.0733642578125, + -0.04345703125, + -0.0264739990234375, + -0.07171630859375, + -0.0036373138427734375, + -0.01497650146484375, + 0.0023193359375, + 0.053558349609375, + -0.023406982421875, + -0.0169830322265625, + 0.01265716552734375, + 0.028900146484375, + 0.00411224365234375, + 0.0144500732421875, + -0.04217529296875, + -0.0426025390625, + 0.0059051513671875, + 0.00213623046875, + -0.051239013671875, + -0.031219482421875, + -0.0023059844970703125, + -0.0209808349609375, + -0.01059722900390625, + -0.0140228271484375, + -0.0045623779296875, + -0.023834228515625, + 0.039215087890625, + -0.0080108642578125, + -0.0260467529296875, + -0.0010213851928710938, + 0.03204345703125, + -0.040496826171875, + -0.06915283203125, + 0.0276336669921875, + -0.0235137939453125, + -0.02783203125, + -0.0247802734375, + 0.0202484130859375, + -0.028045654296875, + -0.044921875, + 0.01038360595703125, + 0.02520751953125, + 0.050628662109375, + -0.0008172988891601562, + 0.01149749755859375, + -0.03204345703125, + -0.004192352294921875, + -0.0097503662109375, + 0.0184478759765625, + 0.001575469970703125, + -0.043853759765625, + 0.02362060546875, + -0.019195556640625, + 0.035430908203125, + -0.01244354248046875, + -0.0341796875, + -0.0241546630859375, + 0.021087646484375, + 0.008331298828125, + 0.00811767578125, + 0.0295257568359375, + -0.0201416015625, + 0.052093505859375, + 0.07843017578125, + 0.0211944580078125, + 0.02783203125, + 0.0010547637939453125, + 0.0115966796875, + 0.0394287109375, + 0.01476287841796875, + -0.03521728515625, + -0.0295257568359375, + 0.035003662109375, + -0.0026226043701171875, + 0.00875091552734375, + -0.023834228515625, + -0.0214080810546875, + 0.0272064208984375, + -0.0487060546875, + 0.03753662109375, + -0.0221405029296875, + -0.002056121826171875, + -0.0142364501953125, + 0.041961669921875, + -0.0036907196044921875, + 0.063720703125, + 0.03753662109375, + -0.01244354248046875, + 0.051666259765625, + -0.0194091796875, + -0.00421905517578125, + 0.006038665771484375, + -0.0008897781372070312, + 0.053131103515625, + 0.02825927734375, + 0.011444091796875, + -0.002544403076171875, + 0.033966064453125, + 0.036895751953125, + -0.040496826171875, + -0.021820068359375, + 0.030792236328125, + -0.0163421630859375, + -0.059051513671875, + -0.043853759765625, + -0.0227813720703125, + 0.0111236572265625, + -0.0227813720703125, + 0.00304412841796875, + -0.0186614990234375, + 0.006378173828125, + -0.0341796875, + 0.00701141357421875, + 0.01476287841796875, + -0.004825592041015625, + 0.033966064453125, + 0.006511688232421875, + -0.0293121337890625, + -0.059478759765625, + 0.0440673828125, + 0.00954437255859375, + 0.020660400390625, + -0.0130767822265625, + 0.006641387939453125, + 0.002925872802734375, + -0.0163421630859375, + 0.059478759765625, + 0.01096343994140625, + 0.0244598388671875, + -0.0103302001953125, + -0.014129638671875, + 0.043853759765625, + -0.028045654296875, + 0.033111572265625, + 0.01023101806640625, + -0.033538818359375, + 0.0186614990234375, + 0.01476287841796875, + 0.021087646484375, + 0.042388916015625, + -0.059906005859375, + -0.0019779205322265625, + -0.08563232421875, + 0.00545501708984375, + -0.06201171875, + -0.016876220703125, + -0.047454833984375, + -0.04681396484375, + 0.042816162109375, + -0.0295257568359375, + -0.040069580078125, + -0.00516510009765625, + 0.0253143310546875, + -0.0043487548828125, + 0.032470703125, + 0.00011861324310302734, + -0.04449462890625, + 0.0295257568359375, + 0.09027099609375, + -0.0036907196044921875, + 0.00026702880859375, + -0.03143310546875, + 0.030792236328125, + -0.021820068359375, + 0.038818359375, + -0.0293121337890625, + -0.01338958740234375, + 0.004718780517578125, + 0.0198211669921875, + 0.0151824951171875, + -0.0274200439453125, + 0.001964569091796875, + -0.006565093994140625, + 0.045562744140625, + -0.030792236328125, + 0.0007843971252441406, + -0.0012722015380859375, + 0.01291656494140625, + -0.0333251953125, + -0.068359375, + 0.0235137939453125, + 0.0297393798828125, + -0.0025043487548828125, + -0.0014562606811523438, + 0.00672149658203125, + -0.0333251953125, + 0.0007481575012207031, + 0.0091705322265625, + -0.01001739501953125, + 0.023193359375, + 0.0341796875, + -0.035003662109375, + -0.00025534629821777344, + -0.0032958984375, + 0.01486968994140625, + -0.05694580078125, + -0.04071044921875, + -0.0299530029296875, + -0.0253143310546875, + -0.04534912109375, + -0.028472900390625, + 0.0080108642578125, + -0.03204345703125, + -0.0030574798583984375, + -0.01070404052734375, + -0.00012683868408203125, + -0.025726318359375, + -0.017822265625, + 0.0194091796875, + -0.0246734619140625, + -0.044281005859375, + -0.01360321044921875, + 0.035430908203125, + 0.0084381103515625, + 0.0013580322265625, + -0.0010080337524414062, + 0.0055084228515625, + -0.0109100341796875, + 0.00759124755859375, + -0.00970458984375, + 0.046173095703125, + 0.0090179443359375, + 0.049560546875, + 0.0209808349609375, + 0.038177490234375, + 0.00347900390625, + 0.058624267578125, + 0.0193023681640625, + -0.013916015625, + -0.0188751220703125, + -0.0216217041015625, + 0.00811767578125, + 0.0333251953125, + -0.0177154541015625, + -0.018768310546875, + 0.01186370849609375, + -0.0163421630859375, + 0.009857177734375, + 0.026153564453125, + 0.016021728515625, + 0.0318603515625, + -0.036285400390625, + 0.01096343994140625, + 0.037109375, + 0.0156097412109375, + 0.09490966796875, + -0.0028076171875, + -0.028472900390625, + 0.00672149658203125, + 0.0225677490234375, + -0.00864410400390625, + -0.023193359375, + 0.0251007080078125, + 0.0169830322265625, + -0.002292633056640625, + 0.0216217041015625, + 0.0264739990234375, + 0.01381683349609375, + -0.005748748779296875, + -0.0099639892578125, + 0.0229949951171875, + -0.0099639892578125, + -0.003849029541015625, + 0.046600341796875, + 0.0269927978515625, + 0.02520751953125, + 0.032684326171875, + -0.030364990234375, + -0.021728515625, + -0.03143310546875, + -0.063720703125, + 0.0027942657470703125, + 0.055267333984375, + 0.01898193359375, + 0.052520751953125, + -0.019195556640625, + -0.053985595703125, + 0.0204620361328125, + -0.042816162109375, + 0.057373046875, + 0.028900146484375, + 0.019500732421875, + 0.03204345703125, + 0.01186370849609375, + 0.0085906982421875, + 0.0299530029296875, + 0.01593017578125, + 0.0297393798828125, + 0.019927978515625, + 0.03564453125, + 0.0042724609375, + -0.048919677734375, + 0.0140228271484375, + 0.037750244140625, + 0.0241546630859375, + 0.01708984375, + 0.022674560546875, + 0.002399444580078125, + 0.004638671875, + -0.0297393798828125, + 0.04132080078125, + 0.02435302734375, + -0.0019378662109375, + 0.0254058837890625, + -0.0216217041015625, + 0.0111236572265625, + -0.0487060546875, + -0.001377105712890625, + 0.0049285888671875, + 0.0088043212890625, + 0.0297393798828125, + 0.024566650390625, + -0.05145263671875, + -0.0162353515625, + 0.033538818359375, + -0.05694580078125, + 0.02667236328125, + 0.01117706298828125, + -0.046173095703125, + 0.0230865478515625, + -0.00927734375, + -0.06793212890625, + 0.004058837890625, + -0.033538818359375, + -0.021820068359375, + 0.0101776123046875, + 0.052947998046875, + -0.050811767578125, + -0.031646728515625, + -0.0394287109375, + -0.01739501953125, + -0.0221405029296875, + -0.0299530029296875, + 0.0297393798828125, + 0.0057220458984375, + -0.002716064453125, + 0.0269927978515625, + 0.063720703125, + -0.003124237060546875, + 0.001911163330078125, + 0.053131103515625, + -0.01123046875, + -0.053985595703125, + 0.041961669921875, + 0.01507568359375, + 0.00016641616821289062, + -0.0225677490234375, + -0.01371002197265625, + -0.006061553955078125, + 0.0090179443359375, + 0.00864410400390625, + 0.01486968994140625, + -0.051666259765625, + -0.048095703125, + -0.037750244140625, + 0.0233001708984375, + 0.003902435302734375, + 0.0290985107421875, + 0.0117034912109375, + -0.04132080078125, + 0.01001739501953125, + -0.046173095703125, + -0.057373046875, + 0.0188751220703125, + 0.0035858154296875, + -0.0237274169921875, + 0.07421875, + -0.032257080078125, + 0.0233001708984375, + -0.01824951171875, + 0.03607177734375, + 0.0184478759765625, + -0.01043701171875, + -0.04132080078125, + 0.035003662109375, + 0.03985595703125, + -0.0565185546875, + -0.0263671875, + -0.040283203125, + -0.009124755859375, + 0.0487060546875, + -0.06536865234375, + -0.013916015625, + -0.005115509033203125, + -0.059906005859375, + -0.040924072265625, + -0.0272064208984375, + -0.01328277587890625, + -0.0364990234375, + 0.03839111328125, + 0.0504150390625, + -0.004322052001953125, + 0.0269927978515625, + 0.011810302734375, + 0.00806427001953125, + 0.02203369140625, + 0.0011272430419921875, + -0.008697509765625, + 0.037750244140625, + -0.059478759765625, + -0.040283203125, + -0.0186614990234375, + 0.04132080078125, + -0.035003662109375, + -0.016876220703125, + 0.00347900390625, + -0.0379638671875, + 0.02783203125, + -0.054412841796875, + 0.006855010986328125, + -0.0230865478515625, + -0.0190887451171875, + -0.045562744140625, + -0.0193023681640625, + 0.00556182861328125, + 0.0194091796875, + -0.01360321044921875, + -0.00537872314453125, + 0.0155029296875, + -0.05145263671875, + 0.051239013671875, + 0.00965118408203125, + 0.005481719970703125, + -0.00556182861328125, + -0.01434326171875, + 0.006061553955078125, + 0.0153961181640625, + 0.0293121337890625, + -0.022247314453125, + -0.01280975341796875, + -0.059478759765625, + 0.024566650390625, + -0.00411224365234375, + -0.0036640167236328125, + -0.006801605224609375, + -0.0333251953125, + -0.07257080078125, + -0.0006852149963378906, + 0.026153564453125, + 0.011016845703125, + 0.002147674560546875, + -0.019195556640625, + -0.00025534629821777344, + -0.01222991943359375, + -0.019927978515625, + 0.054840087890625, + -0.0169830322265625, + 0.019500732421875, + 0.024566650390625, + -0.0265655517578125, + 0.026885986328125, + 0.01128387451171875, + 0.0043487548828125, + 0.0204620361328125, + -0.00237274169921875, + -0.0293121337890625, + 0.0097503662109375, + -0.012176513671875, + -0.035003662109375, + -0.0097503662109375, + -0.0269927978515625, + 0.0144500732421875, + -0.0227813720703125, + -0.01349639892578125, + 0.03668212890625, + 0.02288818359375, + 0.030364990234375, + -0.01049041748046875, + -0.0034008026123046875, + 0.020660400390625, + -0.00927734375, + 0.06201171875, + -0.01197052001953125, + -0.0411376953125, + 0.0161285400390625, + -0.01454925537109375, + 0.045562744140625, + 0.0394287109375, + -0.00838470458984375, + -0.0109100341796875, + -0.01898193359375, + 0.0394287109375, + -0.0208740234375, + -0.03375244140625, + -0.023406982421875, + 0.0109100341796875, + 0.0223541259765625, + 0.04071044921875, + -0.0012254714965820312, + 0.0687255859375, + -0.0021610260009765625, + 0.0295257568359375, + 0.059906005859375, + 0.058624267578125, + 0.037750244140625, + -0.021820068359375, + -0.068359375, + 0.01149749755859375, + 0.00759124755859375, + -0.04132080078125, + -0.050811767578125, + -0.0027942657470703125, + 0.07421875, + -0.042388916015625, + -0.0208740234375, + 0.004638671875, + -0.0177154541015625, + 0.023406982421875, + 0.0247802734375, + -0.01708984375, + 0.016021728515625, + 0.0015687942504882812, + -0.03289794921875, + -0.0165557861328125, + -0.014129638671875, + 0.00991058349609375, + 0.050811767578125, + 0.0565185546875, + -0.00382232666015625, + 0.031219482421875, + 0.00875091552734375, + 0.0209808349609375, + 0.0301513671875, + 0.01465606689453125, + 0.021728515625, + 0.0258331298828125, + 0.04534912109375, + 0.037109375, + 0.00907135009765625, + -0.0151824951171875, + 0.0208740234375, + 0.0333251953125, + 0.031005859375, + 0.060302734375, + 0.0221405029296875, + -0.00838470458984375, + -0.006855010986328125, + -0.0556640625, + -0.0130767822265625, + 0.00980377197265625, + 0.010650634765625, + -0.051239013671875, + -0.0235137939453125, + 0.010650634765625, + -0.035430908203125, + 0.057373046875, + 0.026885986328125, + -0.01465606689453125, + -0.0031375885009765625, + 0.0267791748046875, + 0.000606536865234375, + -0.032684326171875, + -0.006038665771484375, + -0.0299530029296875, + -0.03057861328125, + -0.042388916015625, + -0.028900146484375, + 0.024993896484375, + -0.03668212890625, + -0.04913330078125, + -0.037109375, + 0.03436279296875, + -0.0015354156494140625, + -0.0299530029296875, + -0.023406982421875, + -0.01898193359375, + -0.0158233642578125, + -0.042388916015625, + -0.043853759765625, + -0.01043701171875, + 0.01454925537109375, + -0.0286865234375, + 0.0216217041015625, + -0.01202392578125, + -0.034576416015625, + -0.0216217041015625, + -0.0207672119140625, + -0.0253143310546875, + 0.0293121337890625, + -0.035003662109375, + 0.04217529296875, + -0.00150299072265625, + 0.0167694091796875, + 0.03289794921875, + 0.06201171875, + -0.0229949951171875, + 0.005115509033203125, + -0.0221405029296875, + -0.04071044921875, + 0.02593994140625, + -0.00545501708984375, + 0.0167694091796875, + -0.054412841796875, + -0.01038360595703125, + 0.0440673828125, + -0.0611572265625, + 0.03143310546875, + -0.0030574798583984375, + -0.02130126953125, + -0.052734375, + -0.015289306640625, + 0.005588531494140625, + 0.00875091552734375, + 0.09490966796875, + 0.017608642578125, + -0.0037441253662109375, + -0.0175018310546875, + -0.0295257568359375, + 0.05145263671875, + 0.03375244140625, + 0.0472412109375, + -0.04364013671875, + 0.0230865478515625, + 0.0103302001953125, + -0.0255126953125, + 0.0124969482421875, + -0.069580078125, + 0.0103302001953125, + 0.04071044921875, + 0.0185546875, + -0.032684326171875, + -0.030364990234375, + -0.04071044921875, + -0.01275634765625, + -0.054412841796875, + 0.0202484130859375, + -0.00479888916015625, + -0.0019245147705078125, + -0.037109375, + -0.006748199462890625, + 0.00759124755859375, + -0.043243408203125, + -0.044708251953125, + -0.0533447265625, + 0.050628662109375, + -0.005695343017578125, + -0.0611572265625, + 0.04217529296875, + 0.01476287841796875, + 0.003795623779296875, + 0.01107025146484375, + 0.048492431640625, + -0.04766845703125, + 0.0193023681640625, + -0.01255035400390625, + 0.03057861328125, + 0.00806427001953125, + 0.0184478759765625, + 0.0011005401611328125, + 0.0258331298828125, + 0.03753662109375, + -0.0156097412109375, + 0.048492431640625, + 0.0082244873046875, + -0.0297393798828125, + -0.047454833984375, + -0.042388916015625, + -0.0165557861328125, + 0.03753662109375, + -0.02203369140625, + 0.059478759765625, + 0.01244354248046875, + -0.006908416748046875, + -0.1121826171875, + 0.054412841796875, + -0.044921875, + 0.04132080078125, + 0.021820068359375, + 0.003902435302734375, + -0.048919677734375, + -0.0267791748046875, + -0.0158233642578125, + 0.04345703125, + -0.0186614990234375, + 0.048919677734375, + 0.006748199462890625, + -0.004375457763671875, + -0.002227783203125, + -0.050811767578125, + -0.0045623779296875, + 0.054840087890625, + 0.00933074951171875, + -0.005985260009765625, + 0.047027587890625, + -0.0276336669921875, + 0.019500732421875, + -0.00021588802337646484, + -0.0010080337524414062, + 0.012603759765625, + 0.0030059814453125, + -0.0175018310546875, + -0.00875091552734375, + 0.021728515625, + 0.0518798828125, + -0.0109100341796875, + 0.00722503662109375, + -0.002727508544921875, + 0.0200347900390625, + -0.00759124755859375, + -0.0286865234375, + 0.007488250732421875, + 0.0036640167236328125, + -0.01007080078125, + -0.018768310546875, + -0.069580078125, + -0.09320068359375, + 0.0172882080078125, + -0.031005859375, + -0.018035888671875, + 0.0262603759765625, + 0.037750244140625, + 0.01270294189453125, + -0.01222991943359375, + 0.0032958984375, + -0.013916015625, + -0.013336181640625, + -0.054412841796875, + 0.0318603515625, + -0.01139068603515625, + 0.044921875, + 0.0007314682006835938, + -0.03607177734375, + 0.0364990234375, + -0.017822265625, + 0.00411224365234375, + -0.01349639892578125, + -0.0013179779052734375, + -0.0240478515625, + 0.0269927978515625, + -0.0657958984375, + -0.016448974609375, + 0.0202484130859375, + 0.03436279296875, + 0.0175018310546875, + -0.050628662109375, + 0.040069580078125, + -0.0172882080078125, + -0.058624267578125, + 0.026153564453125, + -0.023406982421875, + -0.030364990234375, + 0.023193359375, + -0.02783203125, + 0.01265716552734375, + -0.005115509033203125, + 0.0457763671875, + 0.041961669921875, + 0.039215087890625, + -0.0027675628662109375, + -0.0286865234375, + -0.01049041748046875, + -0.00545501708984375, + 0.0037689208984375, + 0.032257080078125, + 0.016021728515625, + 0.002437591552734375, + 0.00885772705078125, + -0.00028014183044433594, + -0.0999755859375, + -0.028900146484375, + -0.0379638671875, + -0.046600341796875, + 0.00922393798828125, + 0.10418701171875, + 0.021820068359375, + 0.01239013671875, + 0.0155029296875, + 0.07379150390625, + 0.01302337646484375, + 0.024993896484375, + -0.009124755859375, + -0.043243408203125, + -0.01123046875, + -0.01165008544921875, + 0.0144500732421875, + -0.04534912109375, + 0.02783203125, + 0.050628662109375, + -0.022247314453125, + -0.005218505859375, + -0.0108642578125, + 0.00817108154296875, + 0.0286865234375, + 0.048492431640625, + 0.0186614990234375, + -0.0565185546875, + 0.018341064453125, + 0.0124969482421875, + -0.01302337646484375, + 0.014129638671875, + 0.01096343994140625, + -0.009857177734375, + 0.049774169921875, + -0.066650390625, + -0.0172882080078125, + 0.00545501708984375, + 0.07379150390625, + 0.0005764961242675781, + -0.040283203125, + -0.0263671875, + 0.059051513671875, + 0.0274200439453125, + -0.0241546630859375, + 0.00722503662109375, + -0.03057861328125, + -0.0286865234375, + 0.0240478515625, + 0.038818359375, + -0.023834228515625, + 0.044921875, + 0.017822265625, + -0.043853759765625, + 0.0185546875, + -0.019195556640625, + 0.01038360595703125, + 0.0036373138427734375, + -0.0341796875, + -0.0274200439453125, + -0.069580078125, + 0.03436279296875, + 0.01038360595703125, + 0.0274200439453125, + 0.035858154296875, + -0.01059722900390625, + -0.00806427001953125, + 0.0153961181640625, + 0.0295257568359375, + 0.038604736328125, + 0.0240478515625, + 0.0089111328125, + 0.0006127357482910156, + 0.0153961181640625, + 0.03143310546875, + -0.0260467529296875, + 0.0267791748046875, + -0.03564453125, + -0.00429534912109375, + -0.050201416015625, + 0.00965118408203125, + 0.013916015625, + -0.0457763671875, + -0.006168365478515625, + -0.03057861328125, + 0.0093841552734375, + -0.0440673828125, + -0.024566650390625, + -0.0070648193359375, + 0.043853759765625, + -0.01971435546875, + 0.0188751220703125, + 0.020355224609375, + -0.0009622573852539062, + 0.004611968994140625, + -0.0472412109375, + 0.078857421875, + 0.031646728515625, + 0.01023101806640625, + -0.0066680908203125, + 0.017822265625, + 0.002780914306640625, + -0.00922393798828125, + 0.040496826171875, + 0.01708984375, + -0.050811767578125, + 0.0333251953125, + 0.044921875, + 0.01507568359375, + -0.041961669921875, + 0.0181427001953125, + 0.00954437255859375, + -0.021728515625, + 0.05780029296875, + 0.015289306640625, + 0.02783203125, + 0.00769805908203125, + -0.00907135009765625, + -0.0172882080078125, + -0.054412841796875, + 0.040283203125, + 0.00907135009765625, + 0.01291656494140625, + 0.053985595703125, + -0.0333251953125, + 0.0556640625, + -0.0082244873046875, + 0.04217529296875, + -0.0251007080078125, + 0.059906005859375, + -0.0095977783203125, + 0.00556182861328125, + 0.01898193359375, + 0.0020294189453125, + -0.0097503662109375, + 0.0233001708984375, + -0.01349639892578125, + 0.0750732421875, + 0.04071044921875, + -0.01012420654296875, + -0.0657958984375, + -0.0286865234375, + -0.0379638671875, + -0.01507568359375, + 0.028900146484375, + -0.048492431640625, + -0.01507568359375, + 0.0225677490234375, + 0.036285400390625, + 0.0750732421875, + -0.0208740234375, + 0.05609130859375, + -0.00922393798828125, + -0.00943756103515625, + 0.0004184246063232422, + -0.015289306640625 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "command-line", + "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_Rekall", + "type": "tool", + "name": "Rekall", + "content": "rekall googles memory-analysis-framework erweiterte volatility um cloud-scale- capabilities und moderne storage-formate. aff4-integration ermöglicht streaming-analysis von multi-terabyte-memory-images ohne lokale storage. besonders innovativ: live-memory-analysis über http-endpoints, rekall-agent für remote-collection, timeline-integration für memory-events. python-3-native-architecture mit jupyter-notebook- integration für interactive-analysis. web-ui demokratisiert memory- forensics für non-cli-users. machine-learning-plugins für anomaly- detection. enterprise-features: distributed-analysis, multi-investigator-collaboration, case-management. die development wurde 2018 eingestellt zugunsten anderer google-projekte, aber community-forks setzen entwicklung fort. legacy-code läuft noch stable für viele use-cases. historical-significance als volatility- herausforderer und cloud-memory-forensics-pioneer. lessons-learned fließen in moderne tools wie velociraptor ein. memory python incident-response analysis", + "embedding": [ + -0.0252838134765625, + 0.0202789306640625, + 0.0399169921875, + -0.0227508544921875, + 0.048675537109375, + 0.037841796875, + -0.01105499267578125, + 0.004573822021484375, + -0.0257720947265625, + -0.020843505859375, + -0.0305328369140625, + 0.0227508544921875, + 0.008270263671875, + 0.0006361007690429688, + -0.06683349609375, + 0.047088623046875, + 0.0013723373413085938, + 0.018768310546875, + -0.002544403076171875, + -0.00843048095703125, + -0.0131988525390625, + -0.035003662109375, + -0.056304931640625, + 0.0006661415100097656, + 0.018524169921875, + 0.007793426513671875, + -0.0191650390625, + -0.0572509765625, + -0.0124053955078125, + -0.0281524658203125, + 0.00045990943908691406, + -0.0249786376953125, + 0.009185791015625, + 0.01073455810546875, + -0.002017974853515625, + -0.00600433349609375, + 0.01184844970703125, + -0.0477294921875, + -0.0201263427734375, + 0.040069580078125, + -0.0142364501953125, + 0.021636962890625, + 0.0259246826171875, + -0.00981903076171875, + -0.054412841796875, + -0.047393798828125, + -0.02862548828125, + -0.035797119140625, + 0.01033782958984375, + -0.044525146484375, + 0.00528717041015625, + 0.0297393798828125, + -0.017181396484375, + -0.033416748046875, + -0.05279541015625, + 0.017578125, + 0.0166168212890625, + 0.0024166107177734375, + -0.044525146484375, + 0.042938232421875, + -0.06298828125, + -0.045501708984375, + 0.00429534912109375, + -0.01399993896484375, + 0.016143798828125, + 0.055023193359375, + -0.02545166015625, + -0.0419921875, + 0.0419921875, + 0.01558685302734375, + 0.023223876953125, + 0.0158233642578125, + -0.021636962890625, + 0.032440185546875, + -0.03228759765625, + -0.031341552734375, + 0.021148681640625, + 0.0311737060546875, + 0.0124053955078125, + 0.0018787384033203125, + -0.0305328369140625, + -0.0006513595581054688, + 0.04803466796875, + 0.0146331787109375, + -0.031494140625, + 0.007198333740234375, + 0.00855255126953125, + 0.020355224609375, + 0.00005936622619628906, + -0.00423431396484375, + 0.0229034423828125, + -0.033233642578125, + 0.0221099853515625, + -0.0325927734375, + 0.0303802490234375, + 0.047393798828125, + -0.00870513916015625, + -0.00620269775390625, + -0.0206756591796875, + 0.038665771484375, + 0.0252838134765625, + -0.0677490234375, + 0.036590576171875, + -0.0193328857421875, + 0.0213165283203125, + -0.0235443115234375, + 0.014312744140625, + -0.00540924072265625, + -0.01184844970703125, + -0.034820556640625, + -0.101806640625, + -0.038665771484375, + -0.024658203125, + -0.05694580078125, + -0.004154205322265625, + 0.006282806396484375, + -0.004016876220703125, + 0.057586669921875, + -0.037689208984375, + -0.042633056640625, + 0.01137542724609375, + 0.0227508544921875, + -0.02703857421875, + 0.0294342041015625, + -0.0225830078125, + -0.0283203125, + 0.0201263427734375, + 0.026092529296875, + -0.0170135498046875, + 0.0087890625, + 0.006244659423828125, + -0.001049041748046875, + 0.0026836395263671875, + -0.04803466796875, + -0.001033782958984375, + -0.01861572265625, + 0.0166168212890625, + 0.00397491455078125, + -0.0168609619140625, + 0.034027099609375, + 0.039764404296875, + -0.024169921875, + -0.036895751953125, + 0.0120086669921875, + -0.03387451171875, + -0.00862884521484375, + 0.0059661865234375, + 0.03643798828125, + -0.039764404296875, + -0.004314422607421875, + 0.0023860931396484375, + 0.01439666748046875, + 0.050262451171875, + 0.0015802383422851562, + -0.015899658203125, + -0.030059814453125, + -0.047393798828125, + -0.017822265625, + 0.0257720947265625, + -0.0249786376953125, + -0.0095062255859375, + 0.018218994140625, + 0.005565643310546875, + 0.0196380615234375, + -0.003936767578125, + -0.012725830078125, + -0.0325927734375, + 0.0146331787109375, + 0.0235443115234375, + 0.00616455078125, + 0.010894775390625, + -0.020355224609375, + 0.04833984375, + 0.0509033203125, + -0.0243377685546875, + 0.026092529296875, + 0.00659942626953125, + -0.020843505859375, + 0.0202789306640625, + 0.0243377685546875, + -0.016937255859375, + -0.0174102783203125, + 0.01328277587890625, + -0.0174102783203125, + 0.01264190673828125, + -0.0150299072265625, + -0.022430419921875, + 0.004730224609375, + -0.04071044921875, + 0.010894775390625, + -0.040252685546875, + -0.0244903564453125, + -0.0037384033203125, + 0.0325927734375, + 0.0002460479736328125, + 0.06964111328125, + 0.0303802490234375, + -0.020355224609375, + 0.0259246826171875, + 0.0022869110107421875, + 0.0230712890625, + 0.0243377685546875, + -0.00009816884994506836, + 0.047088623046875, + 0.0235443115234375, + 0.03546142578125, + 0.01519012451171875, + 0.038177490234375, + 0.02783203125, + -0.0093841552734375, + 0.00771331787109375, + 0.054718017578125, + -0.02386474609375, + -0.0205230712890625, + -0.038665771484375, + -0.0302276611328125, + 0.03546142578125, + -0.0273590087890625, + 0.01312255859375, + 0.00489044189453125, + -0.0251312255859375, + -0.0080718994140625, + 0.006084442138671875, + 0.01375579833984375, + -0.0015802383422851562, + 0.038818359375, + 0.038970947265625, + -0.0054473876953125, + -0.007038116455078125, + 0.0123291015625, + -0.007358551025390625, + 0.03961181640625, + 0.00012981891632080078, + 0.00966644287109375, + -0.00337982177734375, + -0.031341552734375, + 0.0509033203125, + 0.00799560546875, + 0.032928466796875, + 0.0222625732421875, + -0.0201263427734375, + 0.04168701171875, + -0.0120849609375, + 0.0367431640625, + 0.0404052734375, + -0.011932373046875, + 0.004611968994140625, + -0.002605438232421875, + 0.031646728515625, + 0.041351318359375, + -0.033721923828125, + 0.0052490234375, + -0.07000732421875, + -0.02337646484375, + -0.09735107421875, + -0.0467529296875, + -0.016143798828125, + -0.058868408203125, + 0.04486083984375, + -0.0279998779296875, + -0.041351318359375, + -0.00616455078125, + 0.005527496337890625, + 0.020843505859375, + 0.066162109375, + 0.01216888427734375, + -0.038970947265625, + 0.01105499267578125, + 0.07568359375, + 0.0028438568115234375, + -0.0294342041015625, + -0.007396697998046875, + 0.005489349365234375, + -0.03643798828125, + -0.002704620361328125, + -0.017730712890625, + 0.0008549690246582031, + 0.0372314453125, + 0.01105499267578125, + 0.0093841552734375, + -0.02099609375, + 0.0214691162109375, + 0.00206756591796875, + 0.045501708984375, + -0.03387451171875, + 0.01137542724609375, + -0.00409698486328125, + -0.0007805824279785156, + -0.01526641845703125, + -0.045501708984375, + 0.003021240234375, + 0.06329345703125, + 0.01184844970703125, + 0.00791168212890625, + 0.00403594970703125, + -0.058868408203125, + 0.0229034423828125, + 0.0035991668701171875, + -0.0045928955078125, + 0.0283203125, + 0.030853271484375, + -0.041351318359375, + 0.00604248046875, + 0.0158233642578125, + -0.006122589111328125, + -0.050567626953125, + -0.03912353515625, + -0.01439666748046875, + -0.003459930419921875, + -0.04962158203125, + -0.0092620849609375, + 0.0189208984375, + -0.0294342041015625, + 0.0249786376953125, + -0.00791168212890625, + -0.0154266357421875, + -0.024017333984375, + -0.042938232421875, + 0.00616455078125, + -0.0200347900390625, + -0.03912353515625, + -0.017822265625, + 0.05853271484375, + -0.00013113021850585938, + -0.0011186599731445312, + 0.0004622936248779297, + -0.00489044189453125, + -0.0267181396484375, + 0.01407623291015625, + -0.0243377685546875, + 0.038970947265625, + -0.011932373046875, + 0.048675537109375, + 0.035797119140625, + -0.00016772747039794922, + 0.01001739501953125, + 0.0477294921875, + 0.040252685546875, + -0.019561767578125, + -0.0006861686706542969, + -0.011688232421875, + 0.01312255859375, + 0.00835418701171875, + -0.012725830078125, + -0.0222625732421875, + -0.0272064208984375, + -0.01479339599609375, + -0.0028438568115234375, + 0.0206756591796875, + 0.0166168212890625, + 0.0170135498046875, + -0.00942230224609375, + 0.0311737060546875, + 0.061065673828125, + -0.0008649826049804688, + 0.10308837890625, + -0.0038776397705078125, + -0.0477294921875, + 0.0156707763671875, + 0.0302276611328125, + 0.0146331787109375, + -0.00560760498046875, + 0.041046142578125, + 0.017181396484375, + 0.00922393798828125, + 0.0176544189453125, + -0.0273590087890625, + 0.040557861328125, + -0.00528717041015625, + 0.00018393993377685547, + 0.0180511474609375, + -0.0257720947265625, + 0.02337646484375, + 0.040069580078125, + 0.026397705078125, + 0.026397705078125, + 0.0419921875, + -0.0072784423828125, + -0.01375579833984375, + -0.0582275390625, + -0.07476806640625, + -0.0067596435546875, + 0.03704833984375, + 0.00855255126953125, + 0.03961181640625, + -0.0262451171875, + -0.057586669921875, + 0.044525146484375, + -0.0058441162109375, + 0.0782470703125, + 0.06744384765625, + 0.002544403076171875, + 0.010894775390625, + 0.009979248046875, + 0.011932373046875, + 0.01526641845703125, + 0.01328277587890625, + 0.0142364501953125, + 0.0191650390625, + 0.0399169921875, + 0.01328277587890625, + -0.06011962890625, + 0.03643798828125, + 0.0289459228515625, + 0.026397705078125, + -0.0154266357421875, + 0.01296234130859375, + -0.00981903076171875, + 0.0213165283203125, + -0.017181396484375, + 0.04229736328125, + 0.045806884765625, + 0.01216888427734375, + 0.0273590087890625, + -0.0244903564453125, + 0.0197296142578125, + -0.02783203125, + 0.00600433349609375, + 0.0180511474609375, + -0.0095062255859375, + 0.01511383056640625, + 0.0086669921875, + -0.08111572265625, + 0.001049041748046875, + 0.0294342041015625, + -0.045806884765625, + 0.0202789306640625, + 0.03643798828125, + -0.02545166015625, + -0.01995849609375, + -0.006839752197265625, + -0.038665771484375, + 0.038665771484375, + -0.0251312255859375, + -0.039459228515625, + 0.0095062255859375, + 0.0214691162109375, + -0.035797119140625, + -0.0244903564453125, + -0.0202789306640625, + -0.0008249282836914062, + -0.0201263427734375, + -0.0164642333984375, + 0.042938232421875, + -0.01105499267578125, + -0.0008249282836914062, + 0.0229034423828125, + 0.062347412109375, + -0.008270263671875, + -0.0167083740234375, + 0.0477294921875, + -0.0303802490234375, + -0.047088623046875, + 0.0281524658203125, + 0.0105743408203125, + 0.0289459228515625, + -0.0335693359375, + -0.0214691162109375, + -0.0131988525390625, + -0.00433349609375, + -0.0166168212890625, + 0.0154266357421875, + -0.055023193359375, + -0.0509033203125, + -0.06396484375, + 0.0335693359375, + -0.0002522468566894531, + 0.0198822021484375, + 0.00902557373046875, + -0.06011962890625, + 0.0222625732421875, + -0.0740966796875, + -0.0225830078125, + -0.01288604736328125, + 0.041046142578125, + -0.0034389495849609375, + 0.07379150390625, + -0.0262451171875, + -0.0311737060546875, + 0.007198333740234375, + 0.02337646484375, + -0.00616455078125, + 0.0123291015625, + -0.050567626953125, + 0.05218505859375, + 0.033416748046875, + -0.043914794921875, + -0.0116119384765625, + 0.00023233890533447266, + 0.005489349365234375, + 0.038818359375, + -0.0283203125, + 0.002643585205078125, + -0.011932373046875, + -0.0655517578125, + -0.0156707763671875, + -0.04229736328125, + -0.01678466796875, + -0.039459228515625, + 0.052490234375, + 0.04071044921875, + 0.006122589111328125, + 0.051544189453125, + 0.0229034423828125, + -0.002475738525390625, + 0.01145172119140625, + 0.00830841064453125, + -0.01312255859375, + 0.0295867919921875, + -0.066162109375, + -0.03704833984375, + -0.0225830078125, + 0.018524169921875, + -0.0182952880859375, + 0.002227783203125, + 0.0031604766845703125, + -0.00616455078125, + 0.04803466796875, + -0.04168701171875, + 0.0194091796875, + 0.0014715194702148438, + -0.00711822509765625, + -0.0252838134765625, + -0.00540924072265625, + 0.016387939453125, + 0.02020263671875, + 0.010498046875, + 0.00445556640625, + 0.0303802490234375, + -0.05377197265625, + 0.031341552734375, + -0.00357818603515625, + -0.0120849609375, + 0.01113128662109375, + -0.01399993896484375, + 0.0011386871337890625, + -0.006320953369140625, + 0.032928466796875, + -0.0267181396484375, + -0.0294342041015625, + -0.07891845703125, + 0.016937255859375, + 0.0160675048828125, + -0.01065826416015625, + -0.037841796875, + -0.05853271484375, + -0.051849365234375, + -0.0032806396484375, + 0.0289459228515625, + 0.023223876953125, + 0.01013946533203125, + -0.04644775390625, + -0.042633056640625, + 0.00429534912109375, + -0.0303802490234375, + 0.0477294921875, + -0.0303802490234375, + -0.0014314651489257812, + -0.006999969482421875, + -0.00783538818359375, + 0.0198822021484375, + 0.0142364501953125, + 0.047393798828125, + 0.0123291015625, + 0.0235443115234375, + -0.000009655952453613281, + 0.01145172119140625, + -0.0052490234375, + -0.0192413330078125, + 0.0164642333984375, + -0.0170135498046875, + 0.0362548828125, + -0.03277587890625, + -0.0190887451171875, + 0.0178985595703125, + 0.0028228759765625, + 0.0157470703125, + -0.01558685302734375, + -0.00672149658203125, + 0.0244903564453125, + -0.013519287109375, + 0.0477294921875, + -0.03277587890625, + -0.0134429931640625, + 0.00974273681640625, + -0.017730712890625, + 0.044219970703125, + 0.030059814453125, + -0.01153564453125, + -0.0279998779296875, + 0.0150299072265625, + 0.04486083984375, + -0.00799560546875, + -0.01812744140625, + -0.0214691162109375, + 0.006801605224609375, + 0.0089111328125, + 0.058868408203125, + -0.005767822265625, + 0.08843994140625, + 0.04486083984375, + -0.0128021240234375, + 0.00942230224609375, + 0.059478759765625, + 0.0230712890625, + -0.0229034423828125, + -0.0782470703125, + 0.00934600830078125, + 0.0034389495849609375, + -0.02386474609375, + -0.04071044921875, + 0.0014019012451171875, + 0.066162109375, + -0.07635498046875, + -0.0154266357421875, + -0.001918792724609375, + -0.00875091552734375, + 0.0325927734375, + 0.02783203125, + -0.0236968994140625, + 0.0267181396484375, + 0.0302276611328125, + -0.047088623046875, + 0.006443023681640625, + -0.0112152099609375, + 0.00942230224609375, + 0.031982421875, + -0.00922393798828125, + 0.00495147705078125, + 0.0273590087890625, + -0.01447296142578125, + 0.02783203125, + 0.031982421875, + 0.00787353515625, + -0.011932373046875, + 0.01439666748046875, + 0.0372314453125, + 0.04833984375, + -0.0299072265625, + -0.017730712890625, + 0.016143798828125, + 0.007434844970703125, + 0.042938232421875, + 0.051544189453125, + 0.0174102783203125, + 0.0172576904296875, + 0.0142364501953125, + -0.033233642578125, + -0.0018291473388671875, + 0.024658203125, + -0.00009691715240478516, + -0.04229736328125, + -0.049957275390625, + 0.0236968994140625, + -0.0273590087890625, + 0.020843505859375, + 0.01558685302734375, + -0.020843505859375, + 0.0025844573974609375, + 0.04229736328125, + -0.01629638671875, + -0.04644775390625, + -0.00054168701171875, + -0.0229034423828125, + -0.0227508544921875, + -0.005767822265625, + -0.045501708984375, + 0.05853271484375, + -0.0200347900390625, + -0.0540771484375, + -0.0189208984375, + 0.01312255859375, + -0.0281524658203125, + -0.0467529296875, + -0.0180511474609375, + -0.00042748451232910156, + 0.005130767822265625, + -0.03564453125, + -0.041351318359375, + -0.035797119140625, + 0.005489349365234375, + -0.045806884765625, + 0.005886077880859375, + 0.0059661865234375, + -0.0243377685546875, + -0.0191650390625, + -0.0267181396484375, + -0.024810791015625, + 0.00640106201171875, + -0.0287933349609375, + 0.0404052734375, + -0.00811004638671875, + 0.024658203125, + 0.01439666748046875, + 0.072509765625, + 0.00946044921875, + 0.01001739501953125, + -0.005008697509765625, + -0.07537841796875, + 0.0236968994140625, + -0.0244903564453125, + 0.009979248046875, + -0.0750732421875, + 0.0251312255859375, + 0.04071044921875, + -0.065185546875, + 0.018524169921875, + -0.0067596435546875, + 0.004276275634765625, + -0.045166015625, + -0.003936767578125, + 0.0009145736694335938, + 0.005130767822265625, + 0.08843994140625, + 0.005489349365234375, + -0.016143798828125, + 0.017822265625, + -0.05377197265625, + 0.039764404296875, + 0.004711151123046875, + 0.014312744140625, + -0.0556640625, + 0.024658203125, + 0.01654052734375, + -0.05853271484375, + 0.00521087646484375, + -0.09228515625, + -0.0089874267578125, + 0.03436279296875, + 0.021148681640625, + -0.01861572265625, + -0.011688232421875, + -0.0310211181640625, + -0.0206756591796875, + -0.043914794921875, + 0.00616455078125, + -0.00429534912109375, + 0.00443267822265625, + -0.021148681640625, + 0.0035991668701171875, + -0.01654052734375, + -0.057891845703125, + -0.0236968994140625, + -0.04327392578125, + 0.06842041015625, + -0.0104217529296875, + -0.052490234375, + 0.044219970703125, + 0.0142364501953125, + 0.00771331787109375, + 0.0142364501953125, + 0.052490234375, + -0.01812744140625, + -0.00229644775390625, + -0.007595062255859375, + 0.05853271484375, + 0.0027637481689453125, + -0.006481170654296875, + 0.006320953369140625, + 0.030853271484375, + 0.0259246826171875, + -0.0556640625, + 0.0249786376953125, + 0.004413604736328125, + -0.01360321044921875, + -0.0295867919921875, + -0.015350341796875, + -0.0330810546875, + 0.0335693359375, + 0.0142364501953125, + 0.04803466796875, + 0.01248931884765625, + -0.02783203125, + -0.11260986328125, + 0.031646728515625, + -0.0093841552734375, + 0.0262451171875, + 0.007476806640625, + -0.0184478759765625, + -0.06842041015625, + -0.037384033203125, + -0.01033782958984375, + 0.004810333251953125, + -0.024658203125, + 0.04327392578125, + 0.007793426513671875, + -0.0010938644409179688, + 0.02020263671875, + 0.0112152099609375, + -0.0134429931640625, + 0.05120849609375, + 0.0191650390625, + -0.031341552734375, + 0.0740966796875, + -0.0305328369140625, + 0.003997802734375, + 0.014556884765625, + -0.00449371337890625, + -0.01486968994140625, + -0.01026153564453125, + -0.01447296142578125, + -0.00731658935546875, + 0.0311737060546875, + 0.036895751953125, + -0.0089874267578125, + 0.0188446044921875, + -0.0302276611328125, + 0.010894775390625, + 0.01407623291015625, + -0.0174102783203125, + -0.0071563720703125, + 0.0184478759765625, + -0.0088653564453125, + 0.0013818740844726562, + -0.05853271484375, + -0.087158203125, + 0.024017333984375, + -0.057891845703125, + -0.0007157325744628906, + 0.01526641845703125, + 0.0310211181640625, + 0.011688232421875, + -0.03564453125, + 0.0227508544921875, + 0.006877899169921875, + 0.006999969482421875, + -0.01105499267578125, + 0.06011962890625, + 0.007198333740234375, + 0.026397705078125, + 0.015350341796875, + -0.020355224609375, + 0.0081939697265625, + -0.0099029541015625, + -0.0283203125, + -0.0222625732421875, + 0.0063629150390625, + -0.0134429931640625, + 0.0283203125, + -0.08587646484375, + -0.0257720947265625, + 0.03515625, + 0.031494140625, + 0.0050506591796875, + -0.033721923828125, + 0.0273590087890625, + 0.01065826416015625, + -0.048675537109375, + 0.018524169921875, + 0.0025157928466796875, + -0.045806884765625, + -0.0018091201782226562, + -0.0081939697265625, + 0.0184478759765625, + 0.00017023086547851562, + 0.041351318359375, + 0.038818359375, + 0.05279541015625, + -0.01678466796875, + -0.0243377685546875, + -0.0191650390625, + -0.02703857421875, + 0.045166015625, + 0.0235443115234375, + 0.0201263427734375, + -0.01551055908203125, + -0.00882720947265625, + -0.0188446044921875, + -0.07000732421875, + -0.01335906982421875, + -0.029266357421875, + -0.052490234375, + -0.00966644287109375, + 0.08050537109375, + 0.0294342041015625, + 0.024658203125, + 0.02911376953125, + 0.039459228515625, + 0.045501708984375, + 0.00691986083984375, + -0.0251312255859375, + -0.054412841796875, + -0.00528717041015625, + 0.0259246826171875, + 0.0330810546875, + -0.05377197265625, + 0.0703125, + 0.060760498046875, + -0.017578125, + -0.00835418701171875, + 0.006122589111328125, + 0.00659942626953125, + 0.039764404296875, + 0.02386474609375, + 0.032135009765625, + -0.054718017578125, + 0.006999969482421875, + 0.038482666015625, + -0.024658203125, + -0.026885986328125, + -0.019561767578125, + -0.0069580078125, + 0.013916015625, + -0.0614013671875, + -0.00652313232421875, + -0.017974853515625, + 0.07952880859375, + -0.0225830078125, + -0.023223876953125, + -0.0150299072265625, + 0.0230712890625, + -0.004711151123046875, + -0.02545166015625, + 0.028472900390625, + 0.0330810546875, + -0.03228759765625, + 0.035308837890625, + 0.03436279296875, + 0.0012722015380859375, + 0.03564453125, + 0.00226593017578125, + -0.053436279296875, + 0.005031585693359375, + -0.01065826416015625, + 0.00791168212890625, + -0.00835418701171875, + -0.0283203125, + -0.01486968994140625, + -0.030059814453125, + 0.04931640625, + 0.01678466796875, + 0.0419921875, + 0.015350341796875, + 0.00902557373046875, + -0.00347900390625, + 0.030059814453125, + 0.02545166015625, + 0.035308837890625, + 0.03070068359375, + -0.0005640983581542969, + 0.004711151123046875, + 0.00771331787109375, + 0.01407623291015625, + -0.0156707763671875, + 0.05218505859375, + -0.0311737060546875, + 0.0213165283203125, + -0.07000732421875, + 0.024810791015625, + 0.011932373046875, + -0.01137542724609375, + 0.01375579833984375, + -0.030059814453125, + 0.01137542724609375, + -0.0200347900390625, + -0.0693359375, + -0.007476806640625, + 0.061065673828125, + -0.037841796875, + 0.009307861328125, + 0.0303802490234375, + -0.015899658203125, + 0.02099609375, + -0.057586669921875, + 0.07696533203125, + 0.02703857421875, + 0.045166015625, + -0.016143798828125, + 0.00429534912109375, + 0.04486083984375, + 0.02099609375, + 0.0092620849609375, + 0.0201263427734375, + -0.004711151123046875, + 0.053436279296875, + 0.04327392578125, + -0.005168914794921875, + -0.0194091796875, + 0.0244903564453125, + 0.017578125, + -0.06683349609375, + 0.0021266937255859375, + 0.034515380859375, + 0.031982421875, + -0.0012922286987304688, + -0.01486968994140625, + -0.022430419921875, + -0.06805419921875, + 0.04962158203125, + 0.01812744140625, + -0.018524169921875, + 0.0295867919921875, + -0.0262451171875, + 0.044525146484375, + -0.0003094673156738281, + 0.054412841796875, + -0.0677490234375, + 0.03753662109375, + -0.005687713623046875, + 0.0178985595703125, + -0.013519287109375, + 0.0186920166015625, + -0.01407623291015625, + -0.0123291015625, + -0.012725830078125, + 0.059173583984375, + -0.007793426513671875, + -0.00004285573959350586, + -0.066162109375, + -0.0193328857421875, + 0.005489349365234375, + 0.0156707763671875, + 0.04931640625, + -0.038482666015625, + -0.0221099853515625, + 0.017578125, + 0.0222625732421875, + 0.054718017578125, + -0.017730712890625, + 0.02862548828125, + -0.002643585205078125, + -0.0283203125, + -0.023223876953125, + -0.025604248046875 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "analysis" + ], + "tags": [ + "memory", + "python" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Magnet_AXIOM", + "type": "tool", + "name": "Magnet AXIOM", + "content": "magnet axiom die umfassende digital-investigation-plattform kombiniert akquisition, analyse und reporting in einer integrierten suite für end-to-end-forensik. axiom process sammelt artefakte von über 300 datenquellen: computers, mobile devices, cloud services, iot-geräte. die ki-gestützte artifact- categorization klassifiziert automatisch verdächtige inhalte und reduziert manuelle review-zeit drastisch. besonders wertvoll: internet evidence finder (ief) engine extrahiert web-artefakte aus allen major-browsern, magnet.ai beschleunigt csam-detection, connections-view visualisiert kommunikations-patterns zwischen personen. cloud-forensics-module greifen auf google, microsoft, apple-accounts zu. die parallel-processing-engine analysiert terabytes in stunden statt tagen. advanced-carving rekonstruiert gelöschte multimedia-dateien. timeline-engine korreliert events über alle evidenzen. report-templates generieren gerichtsfeste dokumentation. integration mit axiom cyber für endpoint-response. eine etablierte software für high-volume-ermittlungen mit budget für enterprise-lizenzen. 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.0099334716796875, + 0.041900634765625, + 0.06494140625, + 0.0161285400390625, + 0.03070068359375, + 0.05548095703125, + 0.0222320556640625, + 0.0023975372314453125, + -0.01180267333984375, + -0.01003265380859375, + -0.0070343017578125, + 0.05902099609375, + 0.005901336669921875, + -0.00959014892578125, + -0.06298828125, + 0.03521728515625, + -0.009490966796875, + 0.0231170654296875, + 0.022918701171875, + -0.007427215576171875, + -0.0187835693359375, + 0.00038433074951171875, + -0.05194091796875, + 0.00914764404296875, + 0.01751708984375, + -0.01018524169921875, + -0.038177490234375, + -0.052734375, + -0.0360107421875, + -0.004650115966796875, + 0.00885772705078125, + -0.0157470703125, + -0.0008053779602050781, + 0.00860595703125, + 0.00516510009765625, + -0.01416778564453125, + -0.0017833709716796875, + -0.044464111328125, + -0.0293121337890625, + 0.0161285400390625, + -0.019775390625, + 0.0061492919921875, + 0.036590576171875, + 0.00341796875, + -0.024993896484375, + -0.0305023193359375, + 0.00107574462890625, + -0.00939178466796875, + -0.00341796875, + -0.007526397705078125, + 0.023223876953125, + 0.0283355712890625, + -0.007724761962890625, + 0.00484466552734375, + -0.032073974609375, + 0.02716064453125, + 0.0096435546875, + -0.0299072265625, + -0.053131103515625, + 0.048614501953125, + -0.053924560546875, + -0.00978851318359375, + -0.0114593505859375, + -0.0067901611328125, + 0.00910186767578125, + 0.042510986328125, + -0.00890350341796875, + -0.01505279541015625, + 0.018890380859375, + 0.0038623809814453125, + -0.0012111663818359375, + -0.0079193115234375, + -0.0161285400390625, + 0.037384033203125, + -0.01348114013671875, + -0.03973388671875, + 0.0257720947265625, + 0.0223388671875, + 0.019287109375, + -0.006298065185546875, + -0.04052734375, + -0.0010519027709960938, + 0.029510498046875, + -0.00865936279296875, + -0.045440673828125, + -0.00870513916015625, + 0.0379638671875, + 0.0114593505859375, + -0.0096893310546875, + 0.016326904296875, + 0.0147552490234375, + 0.00782012939453125, + 0.0186004638671875, + -0.01525115966796875, + 0.04998779296875, + 0.053131103515625, + -0.02105712890625, + -0.0085601806640625, + -0.00101470947265625, + 0.0289306640625, + 0.01751708984375, + -0.0350341796875, + 0.05194091796875, + -0.0170135498046875, + 0.035614013671875, + -0.019775390625, + 0.004894256591796875, + -0.0174102783203125, + -0.009490966796875, + -0.0283355712890625, + -0.0999755859375, + -0.019378662109375, + -0.01190185546875, + -0.053924560546875, + 0.00737762451171875, + 0.03778076171875, + -0.0165252685546875, + 0.0379638671875, + -0.06256103515625, + -0.037200927734375, + 0.04150390625, + -0.005092620849609375, + 0.0085601806640625, + -0.0028400421142578125, + -0.037200927734375, + -0.053924560546875, + 0.006000518798828125, + 0.01116943359375, + -0.040740966796875, + -0.0174102783203125, + -0.032257080078125, + -0.0253753662109375, + -0.0085601806640625, + -0.01396942138671875, + 0.00914764404296875, + -0.0269622802734375, + 0.04998779296875, + 0.004871368408203125, + -0.0019931793212890625, + 0.0187835693359375, + 0.0369873046875, + -0.00313568115234375, + -0.053131103515625, + -0.0024471282958984375, + -0.058624267578125, + -0.00870513916015625, + -0.0019063949584960938, + 0.06884765625, + -0.041900634765625, + -0.005435943603515625, + -0.006984710693359375, + 0.01465606689453125, + 0.04052734375, + 0.0098876953125, + 0.020751953125, + -0.04290771484375, + 0.0114593505859375, + -0.038177490234375, + 0.021148681640625, + 0.0013093948364257812, + -0.0015192031860351562, + 0.013671875, + 0.0020294189453125, + 0.0360107421875, + -0.022430419921875, + -0.04998779296875, + -0.0244903564453125, + 0.01525115966796875, + 0.01259613037109375, + -0.0203704833984375, + 0.019378662109375, + -0.01116943359375, + 0.06414794921875, + 0.06964111328125, + -0.002532958984375, + 0.013580322265625, + 0.010772705078125, + -0.0046234130859375, + 0.0283355712890625, + 0.00492095947265625, + 0.001697540283203125, + -0.0191802978515625, + 0.0248870849609375, + 0.0168304443359375, + 0.0121002197265625, + 0.0006794929504394531, + -0.01751708984375, + 0.015350341796875, + -0.034423828125, + 0.031494140625, + -0.03167724609375, + -0.02557373046875, + -0.02557373046875, + 0.0263671875, + 0.033050537109375, + 0.07440185546875, + 0.0263671875, + -0.0223388671875, + 0.035797119140625, + 0.0062713623046875, + 0.03167724609375, + 0.030303955078125, + 0.0159454345703125, + 0.04229736328125, + 0.012786865234375, + 0.0129852294921875, + 0.00528717041015625, + 0.03936767578125, + 0.0178985595703125, + -0.02911376953125, + 0.00649261474609375, + 0.045654296875, + -0.0090484619140625, + -0.007083892822265625, + -0.03167724609375, + -0.00811767578125, + 0.0162353515625, + -0.0169219970703125, + -0.012542724609375, + 0.0099334716796875, + 0.009246826171875, + -0.0546875, + -0.0221405029296875, + 0.00939178466796875, + -0.007724761962890625, + 0.00934600830078125, + 0.0209503173828125, + -0.029510498046875, + -0.0186004638671875, + 0.00821685791015625, + 0.034820556640625, + 0.034637451171875, + -0.01180267333984375, + 0.017120361328125, + -0.0029144287109375, + -0.006298065185546875, + 0.038177490234375, + 0.013671875, + 0.047607421875, + 0.0012731552124023438, + 0.00023365020751953125, + 0.02056884765625, + -0.0186004638671875, + 0.0301055908203125, + 0.0265655517578125, + -0.0187835693359375, + 0.0038127899169921875, + 0.004550933837890625, + 0.03521728515625, + 0.0491943359375, + -0.05706787109375, + -0.013580322265625, + -0.07476806640625, + 0.013671875, + -0.07989501953125, + -0.0546875, + -0.019378662109375, + -0.04290771484375, + 0.06060791015625, + -0.03619384765625, + -0.028533935546875, + 0.0032215118408203125, + 0.014068603515625, + 0.0261688232421875, + 0.0430908203125, + -0.0053863525390625, + -0.037200927734375, + 0.005657196044921875, + 0.04840087890625, + 0.0178070068359375, + 0.0038623809814453125, + -0.0028285980224609375, + 0.0212554931640625, + -0.011260986328125, + 0.015838623046875, + -0.02716064453125, + 0.021942138671875, + 0.043670654296875, + 0.049591064453125, + 0.0098419189453125, + -0.0243988037109375, + 0.01244354248046875, + -0.00496673583984375, + 0.0186920166015625, + -0.040130615234375, + 0.0017337799072265625, + 0.005313873291015625, + 0.00460052490234375, + 0.0248870849609375, + -0.072021484375, + 0.0187835693359375, + 0.052337646484375, + 0.0203704833984375, + 0.014556884765625, + 0.0018939971923828125, + -0.0293121337890625, + 0.00713348388671875, + -0.00005650520324707031, + -0.011016845703125, + 0.0213470458984375, + 0.04937744140625, + -0.032073974609375, + 0.0186920166015625, + -0.01018524169921875, + 0.0067901611328125, + -0.0440673828125, + -0.044677734375, + -0.0217437744140625, + -0.013671875, + -0.046844482421875, + -0.0289306640625, + 0.0172119140625, + -0.03619384765625, + 0.0008425712585449219, + -0.0178070068359375, + 0.025970458984375, + -0.023223876953125, + -0.06494140625, + -0.0142669677734375, + -0.0063934326171875, + -0.037200927734375, + -0.0182037353515625, + 0.05706787109375, + 0.00492095947265625, + 0.008758544921875, + 0.00811767578125, + -0.007770538330078125, + -0.052734375, + -0.002410888671875, + -0.004451751708984375, + 0.0161285400390625, + -0.0369873046875, + 0.04742431640625, + 0.01171112060546875, + 0.021942138671875, + 0.0186004638671875, + 0.044281005859375, + 0.03619384765625, + -0.01018524169921875, + 0.001598358154296875, + -0.0070343017578125, + -0.0022258758544921875, + 0.043670654296875, + -0.032470703125, + -0.017120361328125, + 0.0031108856201171875, + -0.0209503173828125, + 0.02911376953125, + 0.028533935546875, + 0.01259613037109375, + 0.0186004638671875, + -0.0161285400390625, + 0.00978851318359375, + 0.061004638671875, + 0.0004611015319824219, + 0.09405517578125, + -0.0105743408203125, + -0.06768798828125, + -0.002643585205078125, + 0.0287322998046875, + -0.01436614990234375, + -0.00954437255859375, + 0.0293121337890625, + -0.01751708984375, + 0.005584716796875, + 0.014068603515625, + -0.009490966796875, + 0.040130615234375, + 0.006443023681640625, + -0.009490966796875, + 0.0199737548828125, + -0.0283355712890625, + 0.0305023193359375, + 0.0162353515625, + 0.01348114013671875, + 0.0240020751953125, + 0.021636962890625, + -0.04132080078125, + -0.00237274169921875, + -0.044464111328125, + -0.06732177734375, + 0.005950927734375, + 0.041900634765625, + 0.0279388427734375, + 0.045440673828125, + -0.01042938232421875, + -0.0665283203125, + -0.00452423095703125, + -0.0223388671875, + 0.08343505859375, + 0.042510986328125, + -0.007724761962890625, + 0.027740478515625, + -0.0019683837890625, + 0.0213470458984375, + 0.016326904296875, + 0.017608642578125, + 0.0156402587890625, + 0.045440673828125, + 0.049591064453125, + -0.0005812644958496094, + -0.0151519775390625, + 0.0235137939453125, + 0.0235137939453125, + 0.0103759765625, + 0.006221771240234375, + 0.0037384033203125, + 0.006984710693359375, + 0.0543212890625, + -0.02459716796875, + 0.05548095703125, + 0.032470703125, + -0.015350341796875, + 0.004550933837890625, + -0.029510498046875, + 0.0161285400390625, + -0.03167724609375, + 0.01151275634765625, + -0.0010824203491210938, + 0.0222320556640625, + 0.03875732421875, + 0.0164337158203125, + -0.06805419921875, + -0.00043654441833496094, + 0.052734375, + -0.06573486328125, + 0.01244354248046875, + 0.021148681640625, + -0.0162353515625, + 0.02716064453125, + 0.012786865234375, + -0.04150390625, + 0.027740478515625, + -0.0218353271484375, + -0.03936767578125, + 0.019378662109375, + 0.04583740234375, + -0.029510498046875, + -0.023223876953125, + -0.04229736328125, + -0.0169219970703125, + 0.0142669677734375, + -0.006641387939453125, + 0.043670654296875, + -0.013671875, + -0.0047454833984375, + 0.01268768310546875, + 0.03857421875, + 0.005313873291015625, + -0.02716064453125, + 0.05706787109375, + -0.0129852294921875, + -0.034637451171875, + 0.0369873046875, + 0.01396942138671875, + 0.01062774658203125, + -0.05902099609375, + -0.0178070068359375, + 0.0162353515625, + 0.0164337158203125, + 0.0062713623046875, + -0.00484466552734375, + -0.04840087890625, + -0.04388427734375, + -0.04937744140625, + 0.0360107421875, + 0.0081634521484375, + 0.04150390625, + -0.0170135498046875, + -0.06964111328125, + 0.042694091796875, + -0.043670654296875, + -0.019775390625, + -0.0221405029296875, + 0.0161285400390625, + -0.0308990478515625, + 0.062164306640625, + -0.008758544921875, + -0.0174102783203125, + -0.00974273681640625, + 0.05706787109375, + 0.007328033447265625, + -0.0133819580078125, + -0.06494140625, + 0.03973388671875, + 0.033447265625, + -0.06732177734375, + -0.0161285400390625, + -0.00496673583984375, + -0.01180267333984375, + 0.033447265625, + -0.053924560546875, + -0.0103759765625, + 0.0257720947265625, + -0.08935546875, + -0.025970458984375, + -0.032470703125, + -0.020263671875, + -0.024993896484375, + 0.004573822021484375, + 0.035797119140625, + -0.0186004638671875, + 0.0269622802734375, + 0.00870513916015625, + -0.01151275634765625, + 0.040130615234375, + 0.0204620361328125, + -0.017608642578125, + 0.02716064453125, + -0.06805419921875, + -0.022430419921875, + -0.0014200210571289062, + 0.01465606689453125, + -0.012298583984375, + -0.020751953125, + 0.00787353515625, + -0.0305023193359375, + 0.036590576171875, + -0.0251922607421875, + -0.00998687744140625, + 0.00263214111328125, + -0.043670654296875, + -0.0421142578125, + -0.0005316734313964844, + 0.040740966796875, + 0.0310821533203125, + -0.002681732177734375, + 0.00737762451171875, + 0.059417724609375, + -0.0653076171875, + 0.032867431640625, + 0.0103759765625, + 0.00408172607421875, + -0.0233154296875, + 0.01190185546875, + -0.004352569580078125, + 0.004573822021484375, + 0.01544952392578125, + -0.0116119384765625, + -0.0269622802734375, + -0.051544189453125, + 0.023223876953125, + 0.0072784423828125, + 0.0213470458984375, + -0.04052734375, + -0.050384521484375, + -0.0684814453125, + -0.00605010986328125, + 0.041717529296875, + 0.02911376953125, + 0.01751708984375, + -0.049774169921875, + -0.012054443359375, + -0.006740570068359375, + -0.01800537109375, + 0.0308990478515625, + -0.006076812744140625, + 0.0157470703125, + 0.028533935546875, + -0.047821044921875, + 0.002593994140625, + 0.00757598876953125, + 0.034423828125, + 0.029510498046875, + 0.041717529296875, + -0.034027099609375, + 0.0227203369140625, + -0.0230255126953125, + -0.0261688232421875, + 0.0172119140625, + 0.0035915374755859375, + 0.013580322265625, + -0.03955078125, + -0.0028533935546875, + 0.00821685791015625, + 0.0016603469848632812, + 0.02154541015625, + 0.002803802490234375, + 0.0008301734924316406, + 0.00910186767578125, + 0.002483367919921875, + 0.031494140625, + -0.01505279541015625, + -0.047210693359375, + -0.0013284683227539062, + -0.0165252685546875, + 0.03680419921875, + 0.045440673828125, + -0.01155853271484375, + -0.03778076171875, + 0.0227203369140625, + 0.0174102783203125, + -0.003566741943359375, + -0.03857421875, + -0.030303955078125, + 0.037200927734375, + 0.00811767578125, + 0.0501708984375, + 0.0052642822265625, + 0.0897216796875, + -0.0159454345703125, + 0.0008177757263183594, + 0.0301055908203125, + 0.049591064453125, + 0.02813720703125, + -0.0062713623046875, + -0.033050537109375, + -0.0011377334594726562, + -0.0067901611328125, + -0.04327392578125, + -0.0360107421875, + 0.0013523101806640625, + 0.0450439453125, + -0.073974609375, + -0.01244354248046875, + -0.0031719207763671875, + -0.01308441162109375, + -0.005855560302734375, + 0.015350341796875, + -0.004253387451171875, + 0.020263671875, + 0.014556884765625, + -0.02410888671875, + -0.0112152099609375, + -0.031280517578125, + 0.015838623046875, + 0.0301055908203125, + 0.044281005859375, + 0.006740570068359375, + 0.01800537109375, + 0.007770538330078125, + 0.0186920166015625, + 0.032867431640625, + 0.06768798828125, + 0.0251922607421875, + -0.00237274169921875, + 0.0482177734375, + 0.07635498046875, + -0.0169219970703125, + -0.04034423828125, + 0.0174102783203125, + 0.0178070068359375, + 0.0450439453125, + 0.062164306640625, + -0.0107269287109375, + 0.0056304931640625, + -0.0005869865417480469, + -0.0430908203125, + 0.007526397705078125, + -0.00841522216796875, + -0.025970458984375, + -0.0218353271484375, + -0.058624267578125, + 0.021453857421875, + -0.0614013671875, + 0.0265655517578125, + 0.0034427642822265625, + -0.0279388427734375, + -0.0096435546875, + 0.0283355712890625, + -0.01446533203125, + -0.043670654296875, + 0.00572967529296875, + 0.00890350341796875, + -0.0147552490234375, + -0.021636962890625, + -0.0261688232421875, + 0.038970947265625, + -0.01446533203125, + -0.05706787109375, + -0.0052642822265625, + 0.04132080078125, + -0.01268768310546875, + -0.04742431640625, + -0.012542724609375, + 0.0160369873046875, + -0.01107025146484375, + -0.0491943359375, + -0.04327392578125, + -0.03857421875, + 0.0208587646484375, + -0.032073974609375, + -0.0016603469848632812, + -0.030303955078125, + -0.0263671875, + -0.01175689697265625, + -0.020263671875, + -0.0094451904296875, + 0.032257080078125, + -0.043670654296875, + 0.04132080078125, + 0.013671875, + 0.02410888671875, + 0.033843994140625, + 0.06298828125, + -0.007526397705078125, + 0.00351715087890625, + -0.04327392578125, + -0.0511474609375, + 0.017120361328125, + 0.00846099853515625, + 0.0018320083618164062, + -0.05548095703125, + -0.006591796875, + 0.06414794921875, + -0.0830078125, + 0.0129852294921875, + 0.0297088623046875, + 0.0015621185302734375, + -0.04742431640625, + 0.010528564453125, + 0.00669097900390625, + 0.0079193115234375, + 0.07318115234375, + -0.0162353515625, + -0.031890869140625, + 0.0026569366455078125, + -0.01131439208984375, + 0.052337646484375, + 0.025970458984375, + 0.005855560302734375, + -0.04840087890625, + 0.0305023193359375, + 0.00782012939453125, + -0.019683837890625, + -0.0172119140625, + -0.0897216796875, + -0.004474639892578125, + 0.032470703125, + -0.01308441162109375, + 0.0020542144775390625, + -0.0174102783203125, + -0.034820556640625, + -0.0032711029052734375, + -0.037384033203125, + 0.0169219970703125, + 0.01067352294921875, + 0.0191802978515625, + -0.0411376953125, + -0.034820556640625, + -0.00914764404296875, + -0.061798095703125, + -0.030303955078125, + -0.012298583984375, + 0.021942138671875, + -0.0038623809814453125, + -0.0360107421875, + 0.01190185546875, + 0.013580322265625, + 0.00998687744140625, + -0.017120361328125, + 0.05352783203125, + -0.03619384765625, + -0.0031108856201171875, + 0.0007410049438476562, + 0.021636962890625, + -0.01131439208984375, + 0.004550933837890625, + 0.005756378173828125, + 0.00693511962890625, + 0.0301055908203125, + -0.047210693359375, + 0.022918701171875, + 0.038177490234375, + -0.037567138671875, + -0.046844482421875, + -0.033050537109375, + -0.0172119140625, + 0.036407470703125, + -0.03875732421875, + 0.046051025390625, + -0.012298583984375, + 0.00826263427734375, + -0.10546875, + 0.057861328125, + -0.01849365234375, + 0.0293121337890625, + 0.0275421142578125, + -0.0369873046875, + -0.0665283203125, + -0.03424072265625, + -0.037384033203125, + 0.012786865234375, + -0.00797271728515625, + 0.026763916015625, + 0.013580322265625, + -0.0020542144775390625, + 0.0234222412109375, + -0.014068603515625, + -0.0030498504638671875, + 0.0665283203125, + 0.00910186767578125, + -0.0190887451171875, + 0.06964111328125, + -0.047210693359375, + -0.00713348388671875, + 0.0020542144775390625, + -0.005657196044921875, + 0.004131317138671875, + 0.0029888153076171875, + -0.013580322265625, + 0.010772705078125, + 0.0491943359375, + 0.04229736328125, + -0.035797119140625, + 0.00494384765625, + 0.01003265380859375, + 0.00811767578125, + -0.004673004150390625, + -0.01751708984375, + 0.0090484619140625, + -0.0070343017578125, + -0.031280517578125, + -0.0167236328125, + -0.047821044921875, + -0.1290283203125, + 0.0021266937255859375, + -0.048004150390625, + -0.0182037353515625, + 0.006591796875, + 0.0253753662109375, + -0.006591796875, + -0.0450439453125, + 0.029510498046875, + -0.001567840576171875, + -0.00811767578125, + -0.0116119384765625, + 0.0187835693359375, + -0.0360107421875, + 0.053131103515625, + -0.007625579833984375, + -0.060211181640625, + 0.012786865234375, + -0.0238037109375, + 0.0090484619140625, + -0.0247955322265625, + 0.003787994384765625, + -0.03521728515625, + 0.042510986328125, + -0.0665283203125, + -0.017608642578125, + 0.005828857421875, + 0.03424072265625, + 0.01136016845703125, + -0.01215362548828125, + 0.0614013671875, + -0.021148681640625, + -0.0543212890625, + 0.021942138671875, + -0.0279388427734375, + -0.0293121337890625, + 0.0151519775390625, + -0.005779266357421875, + 0.01396942138671875, + 0.0200653076171875, + 0.0440673828125, + 0.0251922607421875, + 0.03778076171875, + 0.022430419921875, + -0.0244903564453125, + 0.001377105712890625, + -0.0308990478515625, + 0.0015249252319335938, + 0.034027099609375, + -0.0013036727905273438, + -0.0164337158203125, + 0.019866943359375, + 0.0147552490234375, + -0.10467529296875, + -0.015350341796875, + -0.021942138671875, + -0.0614013671875, + 0.01348114013671875, + 0.07794189453125, + 0.0310821533203125, + -0.0008115768432617188, + 0.026763916015625, + 0.048614501953125, + 0.025970458984375, + 0.024993896484375, + -0.02252197265625, + -0.0723876953125, + -0.012298583984375, + 0.02716064453125, + 0.0240020751953125, + -0.045257568359375, + 0.057861328125, + 0.07122802734375, + -0.0279388427734375, + -0.0204620361328125, + 0.018096923828125, + 0.00482177734375, + 0.03070068359375, + 0.01328277587890625, + 0.040130615234375, + -0.033050537109375, + 0.012786865234375, + 0.033660888671875, + 0.0168304443359375, + -0.00801849365234375, + -0.0350341796875, + -0.0243988037109375, + 0.0546875, + -0.0421142578125, + 0.0005750656127929688, + -0.01175689697265625, + 0.06451416015625, + 0.01505279541015625, + -0.036590576171875, + -0.03424072265625, + 0.046051025390625, + 0.007770538330078125, + -0.00846099853515625, + 0.0279388427734375, + 0.009002685546875, + -0.007427215576171875, + 0.03326416015625, + 0.04486083984375, + 0.024200439453125, + 0.038177490234375, + 0.006885528564453125, + -0.035430908203125, + 0.0293121337890625, + -0.0022754669189453125, + 0.027740478515625, + -0.0129852294921875, + -0.02813720703125, + -0.0227203369140625, + -0.047027587890625, + 0.04840087890625, + 0.006076812744140625, + 0.024688720703125, + 0.0305023193359375, + 0.001377105712890625, + -0.0162353515625, + 0.00415802001953125, + 0.005115509033203125, + 0.0297088623046875, + 0.0178070068359375, + -0.00022602081298828125, + 0.0173187255859375, + 0.01003265380859375, + 0.011016845703125, + -0.02716064453125, + 0.03857421875, + 0.005115509033203125, + -0.009490966796875, + -0.04998779296875, + 0.01495361328125, + 0.005313873291015625, + -0.0156402587890625, + -0.00010377168655395508, + -0.024993896484375, + 0.006591796875, + -0.031494140625, + -0.0501708984375, + 0.011016845703125, + 0.033843994140625, + -0.0221405029296875, + 0.0133819580078125, + 0.03857421875, + -0.016632080078125, + 0.00383758544921875, + -0.046630859375, + 0.0787353515625, + 0.00617218017578125, + 0.0265655517578125, + -0.0162353515625, + 0.05706787109375, + 0.0247955322265625, + 0.02911376953125, + -0.0034427642822265625, + 0.0182037353515625, + 0.00022602081298828125, + 0.0543212890625, + 0.05194091796875, + -0.017608642578125, + -0.041717529296875, + 0.031280517578125, + 0.034820556640625, + -0.042694091796875, + 0.0263671875, + 0.003936767578125, + 0.003086090087890625, + 0.006641387939453125, + -0.001094818115234375, + -0.0101318359375, + -0.0440673828125, + 0.047607421875, + 0.0350341796875, + 0.00560760498046875, + 0.038360595703125, + -0.07476806640625, + 0.030303955078125, + 0.004207611083984375, + 0.053924560546875, + -0.0283355712890625, + 0.062164306640625, + -0.0200653076171875, + 0.005435943603515625, + -0.0101318359375, + -0.0098876953125, + 0.01446533203125, + 0.0269622802734375, + -0.0003459453582763672, + 0.0562744140625, + 0.0118560791015625, + -0.0209503173828125, + -0.059814453125, + -0.01318359375, + 0.020172119140625, + 0.0090484619140625, + 0.03955078125, + -0.0350341796875, + -0.00649261474609375, + 0.0160369873046875, + 0.039154052734375, + 0.06927490234375, + -0.021636962890625, + 0.01544952392578125, + 0.011016845703125, + -0.004451751708984375, + -0.018402099609375, + -0.0165252685546875 + ], + "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_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. command-line 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.00493621826171875, + 0.0308837890625, + 0.0167388916015625, + 0.004795074462890625, + 0.0286102294921875, + 0.035125732421875, + 0.0290985107421875, + -0.0162506103515625, + 0.00238800048828125, + -0.01332855224609375, + -0.0303955078125, + 0.080322265625, + 0.00025773048400878906, + -0.01178741455078125, + -0.058197021484375, + 0.0333251953125, + -0.005161285400390625, + 0.00511932373046875, + 0.020233154296875, + -0.0004851818084716797, + -0.01690673828125, + -0.0367431640625, + -0.046478271484375, + -0.01397705078125, + -0.01300048828125, + 0.0178070068359375, + -0.0141448974609375, + -0.0312042236328125, + -0.03704833984375, + 0.01544189453125, + 0.019989013671875, + -0.0255279541015625, + -0.0227508544921875, + 0.032196044921875, + 0.0196685791015625, + -0.032012939453125, + -0.0165863037109375, + -0.019989013671875, + -0.018035888671875, + 0.040802001953125, + -0.00788116455078125, + -0.0053253173828125, + 0.00817108154296875, + 0.0014829635620117188, + -0.01308441162109375, + -0.04583740234375, + -0.007678985595703125, + -0.0302276611328125, + 0.021942138671875, + -0.0232391357421875, + 0.0098724365234375, + 0.0318603515625, + 0.0189361572265625, + 0.0028247833251953125, + -0.05169677734375, + 0.04876708984375, + 0.00560760498046875, + -0.025360107421875, + -0.04779052734375, + 0.046478271484375, + -0.050079345703125, + -0.01885986328125, + 0.0019407272338867188, + -0.0279541015625, + 0.010284423828125, + 0.029266357421875, + -0.01154327392578125, + -0.01007843017578125, + 0.003536224365234375, + 0.0148773193359375, + 0.0162506103515625, + -0.00890350341796875, + -0.0013713836669921875, + 0.052337646484375, + 0.007556915283203125, + -0.056884765625, + -0.0012187957763671875, + -0.0119476318359375, + 0.0021839141845703125, + -0.0026416778564453125, + -0.053955078125, + -0.01227569580078125, + 0.0256805419921875, + -0.01203155517578125, + -0.0028247833251953125, + 0.01308441162109375, + 0.0289306640625, + 0.006053924560546875, + -0.00812530517578125, + 0.0052032470703125, + 0.01535797119140625, + -0.0264892578125, + 0.01861572265625, + -0.0036373138427734375, + 0.053955078125, + 0.052978515625, + -0.0256805419921875, + 0.0016155242919921875, + -0.01007843017578125, + 0.0164947509765625, + 0.028289794921875, + -0.0338134765625, + 0.05755615234375, + -0.01032257080078125, + 0.04388427734375, + -0.033966064453125, + 0.018280029296875, + -0.009429931640625, + -0.0256805419921875, + -0.018524169921875, + -0.12091064453125, + -0.032684326171875, + -0.027801513671875, + -0.052337646484375, + -0.01715087890625, + -0.00800323486328125, + -0.02178955078125, + 0.055908203125, + -0.05072021484375, + -0.04583740234375, + 0.01837158203125, + 0.04876708984375, + -0.007598876953125, + -0.0033111572265625, + -0.061431884765625, + -0.04046630859375, + 0.007476806640625, + 0.0179595947265625, + -0.0391845703125, + -0.04144287109375, + -0.01837158203125, + -0.01593017578125, + -0.0227508544921875, + -0.032684326171875, + -0.01007843017578125, + -0.05560302734375, + 0.0416259765625, + 0.006053924560546875, + -0.003475189208984375, + 0.00487518310546875, + 0.032684326171875, + -0.022918701171875, + -0.08905029296875, + 0.0163421630859375, + -0.039825439453125, + -0.0109710693359375, + -0.0189361572265625, + 0.060455322265625, + -0.06402587890625, + -0.0189361572265625, + -0.01519775390625, + 0.0126800537109375, + 0.0372314453125, + 0.0017375946044921875, + -0.0033111572265625, + -0.03900146484375, + 0.00469207763671875, + -0.0199127197265625, + 0.0256805419921875, + -0.0240631103515625, + -0.019744873046875, + 0.037384033203125, + -0.0136566162109375, + 0.0247039794921875, + -0.01690673828125, + -0.0328369140625, + -0.02081298828125, + 0.0247039794921875, + -0.010406494140625, + -0.0023365020751953125, + -0.0008230209350585938, + -0.0222625732421875, + 0.04046630859375, + 0.07122802734375, + 0.010284423828125, + 0.0426025390625, + 0.009796142578125, + 0.0003554821014404297, + 0.0136566162109375, + 0.031707763671875, + -0.006420135498046875, + -0.026336669921875, + 0.043243408203125, + 0.03607177734375, + 0.0169830322265625, + -0.03948974609375, + -0.046478271484375, + 0.01137542724609375, + -0.041290283203125, + 0.057220458984375, + -0.01763916015625, + -0.029754638671875, + 0.0038204193115234375, + 0.0242156982421875, + 0.0255279541015625, + 0.058837890625, + 0.0250396728515625, + -0.046478271484375, + 0.0112152099609375, + -0.010406494140625, + 0.01284027099609375, + 0.04290771484375, + -0.0041656494140625, + 0.0411376953125, + 0.00829315185546875, + 0.00812530517578125, + -0.01430511474609375, + 0.0290985107421875, + 0.0162506103515625, + -0.0141448974609375, + -0.00707244873046875, + 0.027313232421875, + -0.01324462890625, + -0.044219970703125, + -0.0255279541015625, + -0.0225982666015625, + 0.0260009765625, + -0.0396728515625, + -0.0204010009765625, + 0.002498626708984375, + 0.0157623291015625, + -0.047454833984375, + 0.01788330078125, + 0.005809783935546875, + -0.0194244384765625, + 0.044525146484375, + 0.0279541015625, + -0.0261688232421875, + -0.04193115234375, + 0.0119476318359375, + 0.020965576171875, + 0.0338134765625, + 0.019012451171875, + 0.01259613037109375, + -0.0274658203125, + -0.020965576171875, + 0.053955078125, + 0.0318603515625, + 0.0163421630859375, + 0.022918701171875, + -0.0386962890625, + 0.045501708984375, + -0.034637451171875, + 0.0221099853515625, + 0.0318603515625, + -0.04583740234375, + -0.006381988525390625, + 0.0260009765625, + 0.0300750732421875, + 0.05267333984375, + -0.050384521484375, + -0.001300811767578125, + -0.063720703125, + 0.0034942626953125, + -0.062103271484375, + -0.052001953125, + -0.0269775390625, + -0.061767578125, + 0.05169677734375, + -0.024383544921875, + -0.0347900390625, + -0.0184478759765625, + 0.01641845703125, + 0.005687713623046875, + 0.0240631103515625, + 0.009674072265625, + -0.032989501953125, + 0.01934814453125, + 0.06536865234375, + 0.00560760498046875, + -0.003231048583984375, + -0.029266357421875, + 0.01934814453125, + -0.01113128662109375, + 0.0333251953125, + -0.0191802978515625, + -0.0170745849609375, + 0.034149169921875, + 0.0131683349609375, + 0.01324462890625, + -0.01154327392578125, + 0.0141448974609375, + -0.0117034912109375, + 0.0266571044921875, + -0.04046630859375, + -0.007640838623046875, + 0.0099945068359375, + 0.0013914108276367188, + -0.0169830322265625, + -0.04046630859375, + 0.005809783935546875, + 0.040802001953125, + 0.0179595947265625, + 0.01276397705078125, + 0.00536346435546875, + -0.0426025390625, + -0.003231048583984375, + -0.004428863525390625, + 0.0023365020751953125, + 0.0382080078125, + 0.0271453857421875, + -0.0158538818359375, + 0.0042877197265625, + 0.019989013671875, + 0.00792694091796875, + -0.0109710693359375, + -0.0372314453125, + -0.01560211181640625, + 0.003047943115234375, + -0.049102783203125, + -0.03656005859375, + 0.0177154541015625, + -0.0260009765625, + 0.01560211181640625, + -0.00524139404296875, + 0.0004138946533203125, + -0.033660888671875, + -0.039337158203125, + -0.006786346435546875, + -0.0221099853515625, + -0.047454833984375, + -0.006053924560546875, + 0.0227508544921875, + 0.01763916015625, + 0.0030879974365234375, + -0.0104827880859375, + -0.0216217041015625, + -0.04681396484375, + 0.0167388916015625, + 0.0010061264038085938, + 0.00829315185546875, + -0.0279541015625, + 0.05267333984375, + 0.01763916015625, + 0.01910400390625, + 0.0136566162109375, + 0.09429931640625, + 0.0184478759765625, + -0.0240631103515625, + -0.0191802978515625, + 0.0007367134094238281, + 0.0264892578125, + 0.01113128662109375, + -0.01959228515625, + -0.0312042236328125, + 0.02056884765625, + -0.01910400390625, + 0.026336669921875, + 0.03656005859375, + 0.033660888671875, + 0.01324462890625, + -0.0382080078125, + 0.0041046142578125, + 0.06500244140625, + 0.0021343231201171875, + 0.08648681640625, + -0.018524169921875, + -0.0303955078125, + -0.01308441162109375, + 0.0227508544921875, + -0.01397705078125, + -0.001056671142578125, + 0.0426025390625, + 0.01357269287109375, + 0.0037784576416015625, + 0.0211334228515625, + -0.0014524459838867188, + 0.024871826171875, + 0.00006413459777832031, + -0.006137847900390625, + 0.0194244384765625, + -0.0260009765625, + 0.006988525390625, + 0.051055908203125, + 0.0271453857421875, + -0.0024890899658203125, + 0.0240631103515625, + -0.0029468536376953125, + 0.0124359130859375, + -0.01300048828125, + -0.038360595703125, + 0.0227508544921875, + 0.033660888671875, + 0.0357666015625, + 0.0333251953125, + -0.01332855224609375, + -0.0721435546875, + 0.00743865966796875, + -0.0310516357421875, + 0.06536865234375, + 0.055267333984375, + -0.0047760009765625, + 0.021942138671875, + -0.00226593017578125, + 0.008575439453125, + 0.01056671142578125, + 0.00959014892578125, + 0.033477783203125, + 0.051361083984375, + 0.009674072265625, + 0.01056671142578125, + -0.03753662109375, + 0.020965576171875, + 0.05560302734375, + 0.01446533203125, + -0.02130126953125, + 0.0178070068359375, + 0.01812744140625, + 0.049407958984375, + -0.04193115234375, + 0.03802490234375, + 0.004856109619140625, + 0.00853729248046875, + 0.029266357421875, + -0.01983642578125, + 0.0143890380859375, + -0.037872314453125, + 0.0090179443359375, + -0.009063720703125, + 0.0109710693359375, + 0.061431884765625, + 0.0232391357421875, + -0.0750732421875, + 0.00518035888671875, + 0.062744140625, + -0.061126708984375, + 0.0093841552734375, + 0.01934814453125, + -0.046173095703125, + -0.00890350341796875, + -0.0196685791015625, + -0.053955078125, + 0.0289306640625, + -0.00824737548828125, + -0.04779052734375, + 0.0119476318359375, + 0.0372314453125, + -0.026336669921875, + -0.037872314453125, + -0.019012451171875, + -0.006015777587890625, + -0.0098724365234375, + -0.01739501953125, + 0.044219970703125, + 0.0134124755859375, + -0.004390716552734375, + 0.0343017578125, + 0.0435791015625, + 0.000036835670471191406, + -0.04388427734375, + 0.04193115234375, + -0.019500732421875, + -0.0396728515625, + 0.032989501953125, + 0.00824737548828125, + 0.0347900390625, + -0.05267333984375, + -0.0308837890625, + -0.009429931640625, + 0.005809783935546875, + 0.01837158203125, + 0.033477783203125, + -0.022918701171875, + -0.042266845703125, + -0.043243408203125, + 0.031524658203125, + 0.01503753662109375, + 0.05364990234375, + -0.01959228515625, + -0.028778076171875, + 0.039825439453125, + -0.034454345703125, + -0.034942626953125, + -0.0027828216552734375, + 0.0251922607421875, + -0.043243408203125, + 0.072509765625, + -0.0269775390625, + -0.01446533203125, + -0.00829315185546875, + 0.073486328125, + 0.0005741119384765625, + 0.00572967529296875, + -0.026824951171875, + 0.057861328125, + 0.053955078125, + -0.018035888671875, + -0.0362548828125, + 0.0037994384765625, + 0.005649566650390625, + 0.04779052734375, + -0.0266571044921875, + -0.000934600830078125, + -0.00646209716796875, + -0.059173583984375, + -0.04681396484375, + -0.01511383056640625, + 0.0186920166015625, + -0.0318603515625, + 0.0299072265625, + 0.0290985107421875, + -0.01259613037109375, + 0.0199127197265625, + 0.0162506103515625, + 0.01178741455078125, + 0.0251922607421875, + -0.0052032470703125, + -0.025848388671875, + 0.0240631103515625, + -0.06341552734375, + -0.0312042236328125, + 0.005283355712890625, + 0.0162506103515625, + -0.0264892578125, + 0.01430511474609375, + 0.007232666015625, + -0.00817108154296875, + 0.0299072265625, + -0.023895263671875, + -0.0104827880859375, + -0.023895263671875, + -0.023406982421875, + -0.042266845703125, + -0.01511383056640625, + 0.006664276123046875, + 0.0266571044921875, + 0.0008382797241210938, + 0.0046539306640625, + 0.0416259765625, + -0.052001953125, + 0.00743865966796875, + -0.0018796920776367188, + 0.0099945068359375, + -0.0169830322265625, + -0.0009093284606933594, + -0.000015556812286376953, + 0.01373291015625, + 0.0256805419921875, + -0.0237274169921875, + -0.02178955078125, + -0.06597900390625, + 0.027313232421875, + -0.005809783935546875, + -0.00890350341796875, + -0.01373291015625, + -0.043243408203125, + -0.05560302734375, + 0.0204010009765625, + 0.034942626953125, + 0.018280029296875, + 0.010650634765625, + -0.044525146484375, + -0.01210784912109375, + 0.01454925537109375, + -0.02056884765625, + 0.032989501953125, + -0.0225982666015625, + 0.01535797119140625, + 0.00658416748046875, + -0.040313720703125, + -0.005687713623046875, + 0.0343017578125, + -0.00030612945556640625, + 0.037384033203125, + 0.039825439453125, + -0.0357666015625, + 0.0174713134765625, + -0.0295867919921875, + -0.0204010009765625, + -0.0007925033569335938, + -0.01397705078125, + 0.01348876953125, + -0.020233154296875, + -0.0328369140625, + 0.0091400146484375, + 0.00946807861328125, + 0.0222625732421875, + -0.0227508544921875, + -0.0028438568115234375, + 0.0271453857421875, + -0.01552581787109375, + 0.0416259765625, + -0.0401611328125, + -0.0300750732421875, + -0.033477783203125, + -0.010894775390625, + 0.0269775390625, + 0.018768310546875, + 0.00849151611328125, + -0.069580078125, + 0.0134124755859375, + 0.045501708984375, + -0.0004470348358154297, + -0.048431396484375, + -0.01560211181640625, + 0.0191802978515625, + 0.0305633544921875, + 0.050384521484375, + -0.00475311279296875, + 0.0740966796875, + 0.00511932373046875, + 0.01406097412109375, + 0.035614013671875, + 0.061126708984375, + 0.036407470703125, + -0.008941650390625, + -0.05169677734375, + 0.0009298324584960938, + -0.004673004150390625, + -0.052337646484375, + -0.056243896484375, + 0.019744873046875, + 0.054931640625, + -0.032501220703125, + -0.01397705078125, + 0.00719451904296875, + 0.006908416748046875, + -0.007762908935546875, + 0.0093841552734375, + -0.019256591796875, + 0.0269775390625, + 0.00983428955078125, + -0.04486083984375, + -0.024871826171875, + -0.0216217041015625, + 0.0300750732421875, + 0.0426025390625, + 0.031707763671875, + -0.007843017578125, + 0.0307159423828125, + 0.0164947509765625, + 0.018768310546875, + 0.0126800537109375, + 0.0302276611328125, + 0.006137847900390625, + 0.0310516357421875, + 0.033477783203125, + 0.0146331787109375, + -0.0271453857421875, + -0.006664276123046875, + 0.0134124755859375, + 0.047454833984375, + 0.054931640625, + 0.075439453125, + 0.01885986328125, + 0.002498626708984375, + -0.029266357421875, + -0.047149658203125, + -0.00013649463653564453, + -0.006866455078125, + -0.00621795654296875, + -0.053314208984375, + -0.0269775390625, + 0.019256591796875, + -0.05950927734375, + 0.0416259765625, + 0.0225982666015625, + -0.004085540771484375, + -0.004329681396484375, + 0.027313232421875, + -0.0124359130859375, + -0.041290283203125, + 0.009918212890625, + -0.0281219482421875, + -0.0240631103515625, + -0.0343017578125, + -0.0232391357421875, + 0.052978515625, + -0.01430511474609375, + -0.05462646484375, + -0.0382080078125, + 0.036407470703125, + -0.02178955078125, + -0.04681396484375, + -0.035919189453125, + -0.008087158203125, + -0.021942138671875, + -0.027313232421875, + -0.03948974609375, + -0.018768310546875, + -0.0011224746704101562, + -0.019012451171875, + -0.000980377197265625, + -0.0286102294921875, + -0.02178955078125, + -0.009918212890625, + -0.01129913330078125, + -0.01544189453125, + 0.02178955078125, + -0.044219970703125, + 0.04974365234375, + 0.024871826171875, + 0.01812744140625, + 0.04388427734375, + 0.06927490234375, + 0.0018291473388671875, + -0.0038204193115234375, + -0.002742767333984375, + -0.052978515625, + 0.0169830322265625, + 0.0037593841552734375, + 0.0039825439453125, + -0.06634521484375, + 0.00597381591796875, + 0.04486083984375, + -0.09039306640625, + 0.01373291015625, + 0.01203155517578125, + -0.025848388671875, + -0.0302276611328125, + -0.0014429092407226562, + -0.018035888671875, + 0.006744384765625, + 0.09039306640625, + 0.0097503662109375, + 0.008453369140625, + 0.0134124755859375, + -0.0274658203125, + 0.0406494140625, + 0.02130126953125, + 0.003940582275390625, + -0.05462646484375, + 0.01641845703125, + 0.019256591796875, + -0.01535797119140625, + 0.00817108154296875, + -0.06402587890625, + 0.009796142578125, + 0.0372314453125, + 0.01348876953125, + -0.01227569580078125, + -0.027801513671875, + -0.0281219482421875, + -0.0377197265625, + -0.021942138671875, + 0.0237274169921875, + -0.0033321380615234375, + -0.0117034912109375, + -0.038848876953125, + 0.0010061264038085938, + -0.0157623291015625, + -0.06890869140625, + -0.01739501953125, + -0.043243408203125, + 0.045196533203125, + 0.0211334228515625, + -0.0377197265625, + 0.031524658203125, + 0.01763916015625, + 0.01535797119140625, + 0.0013914108276367188, + 0.057861328125, + -0.02081298828125, + -0.01332855224609375, + -0.01519775390625, + 0.028778076171875, + 0.00238800048828125, + 0.0119476318359375, + -0.020477294921875, + 0.00817108154296875, + 0.0157623291015625, + -0.033477783203125, + 0.034942626953125, + 0.04144287109375, + -0.0175628662109375, + -0.071533203125, + -0.0312042236328125, + -0.021942138671875, + 0.0005335807800292969, + -0.007232666015625, + 0.0382080078125, + 0.0274658203125, + 0.01430511474609375, + -0.11572265625, + 0.04144287109375, + -0.019256591796875, + 0.024871826171875, + 0.038848876953125, + 0.005809783935546875, + -0.06927490234375, + -0.035614013671875, + -0.023406982421875, + 0.0357666015625, + -0.0012445449829101562, + 0.0107269287109375, + -0.01300048828125, + 0.0284423828125, + -0.0030078887939453125, + -0.01763916015625, + 0.00266265869140625, + 0.062744140625, + 0.0281219482421875, + -0.023406982421875, + 0.042266845703125, + -0.0264892578125, + -0.010894775390625, + -0.0279541015625, + 0.01154327392578125, + 0.007354736328125, + -0.01348876953125, + -0.0284423828125, + -0.0104827880859375, + 0.0406494140625, + 0.057861328125, + -0.025360107421875, + 0.036895751953125, + -0.0179595947265625, + 0.0284423828125, + 0.0004115104675292969, + -0.020721435546875, + -0.0041656494140625, + 0.01308441162109375, + -0.0126800537109375, + 0.00018417835235595703, + -0.056884765625, + -0.082275390625, + -0.0121917724609375, + -0.0406494140625, + -0.0107269287109375, + 0.036895751953125, + 0.02081298828125, + 0.0182037353515625, + -0.033477783203125, + 0.022430419921875, + -0.02081298828125, + -0.01454925537109375, + -0.0054473876953125, + 0.01511383056640625, + -0.019500732421875, + 0.035125732421875, + -0.01210784912109375, + -0.0271453857421875, + 0.0264892578125, + -0.020477294921875, + 0.0119476318359375, + -0.034149169921875, + 0.01837158203125, + -0.00873565673828125, + 0.0312042236328125, + -0.0955810546875, + -0.050384521484375, + 0.01593017578125, + 0.062408447265625, + 0.0169830322265625, + -0.0255279541015625, + 0.0338134765625, + -0.0240631103515625, + -0.05755615234375, + 0.006744384765625, + 0.002742767333984375, + -0.0294189453125, + 0.0146331787109375, + 0.006786346435546875, + 0.0025806427001953125, + 0.019500732421875, + 0.04095458984375, + 0.0372314453125, + 0.053955078125, + 0.0017881393432617188, + -0.0260009765625, + -0.01934814453125, + -0.01641845703125, + 0.03607177734375, + 0.04681396484375, + 0.0279541015625, + -0.032501220703125, + 0.0286102294921875, + 0.00597381591796875, + -0.08062744140625, + 0.002986907958984375, + -0.01381683349609375, + -0.044219970703125, + 0.0276336669921875, + 0.052978515625, + 0.01763916015625, + 0.01113128662109375, + 0.004367828369140625, + 0.047149658203125, + -0.0005865097045898438, + 0.0230865478515625, + -0.039337158203125, + -0.07379150390625, + -0.01203155517578125, + 0.005931854248046875, + 0.0148773193359375, + -0.06927490234375, + 0.037384033203125, + 0.04583740234375, + -0.0173187255859375, + -0.0102386474609375, + -0.001102447509765625, + 0.023895263671875, + 0.0302276611328125, + 0.0225982666015625, + -0.005649566650390625, + -0.052978515625, + -0.003170013427734375, + 0.0333251953125, + -0.0139007568359375, + -0.00853729248046875, + -0.02081298828125, + -0.01560211181640625, + 0.018768310546875, + -0.05462646484375, + 0.00016641616821289062, + 0.0006856918334960938, + 0.07025146484375, + 0.01511383056640625, + -0.05169677734375, + -0.0281219482421875, + 0.0391845703125, + 0.01178741455078125, + -0.025848388671875, + -0.0007009506225585938, + 0.0261688232421875, + -0.0204010009765625, + 0.027801513671875, + 0.044525146484375, + 0.003658294677734375, + 0.03656005859375, + 0.006542205810546875, + -0.05169677734375, + 0.0289306640625, + -0.0042877197265625, + 0.00983428955078125, + -0.021453857421875, + -0.020965576171875, + -0.0227508544921875, + -0.0721435546875, + 0.052337646484375, + 0.0028438568115234375, + 0.028778076171875, + 0.01259613037109375, + -0.0164947509765625, + -0.0240631103515625, + 0.01113128662109375, + 0.046478271484375, + 0.024383544921875, + 0.0097503662109375, + 0.01454925537109375, + 0.0003783702850341797, + -0.0103607177734375, + 0.034637451171875, + -0.032684326171875, + 0.01210784912109375, + -0.004550933837890625, + 0.0096282958984375, + -0.05560302734375, + 0.0010976791381835938, + 0.026336669921875, + -0.0372314453125, + -0.008087158203125, + -0.0323486328125, + 0.0024890899658203125, + -0.01081085205078125, + -0.0204010009765625, + -0.0031299591064453125, + 0.04779052734375, + -0.0302276611328125, + 0.04486083984375, + 0.009796142578125, + -0.02178955078125, + -0.008941650390625, + -0.06988525390625, + 0.10211181640625, + 0.035125732421875, + 0.01739501953125, + 0.00244903564453125, + 0.035919189453125, + 0.05364990234375, + 0.01641845703125, + 0.038360595703125, + 0.034149169921875, + -0.018524169921875, + 0.032501220703125, + 0.033660888671875, + -0.020721435546875, + -0.0260009765625, + 0.035614013671875, + 0.006053924560546875, + -0.0347900390625, + 0.0426025390625, + 0.0146331787109375, + 0.01154327392578125, + 0.0046539306640625, + 0.00487518310546875, + -0.0227508544921875, + -0.060455322265625, + 0.06439208984375, + 0.0015344619750976562, + 0.000009417533874511719, + 0.06634521484375, + -0.078369140625, + 0.04681396484375, + -0.008941650390625, + 0.039825439453125, + -0.0221099853515625, + 0.051361083984375, + -0.0175628662109375, + 0.00812530517578125, + -0.006786346435546875, + 0.0037994384765625, + 0.0093841552734375, + 0.00817108154296875, + -0.02178955078125, + 0.051361083984375, + 0.0037593841552734375, + -0.0194244384765625, + -0.059173583984375, + -0.00634002685546875, + 0.007843017578125, + -0.0167388916015625, + 0.050079345703125, + -0.0328369140625, + -0.0030269622802734375, + 0.0009908676147460938, + 0.0294189453125, + 0.04681396484375, + -0.025848388671875, + 0.0300750732421875, + 0.020965576171875, + -0.01308441162109375, + 0.0017881393432617188, + -0.029754638671875 + ], + "metadata": { + "domains": [ + "mobile-forensics", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "command-line", + "logical-copy", + "mobile-app-data", + "triage", + "adb-based", + "legacy-devices", + "content-providers", + "backup-extraction", + "permission-based", + "court-considerations" + ], + "skillLevel": "advanced", + "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.000014007091522216797, + -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.004886627197265625, + 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.000014185905456542969, + -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": [ @@ -1039,2124 +11586,10579 @@ "malware-analysis" ], "phases": [ + "examination", "analysis" ], "tags": [ - "automation", - "threat-intel" + "web-interface", + "sandboxing", + "behavioral-analysis", + "malware-unpacking", + "virtual-analysis", + "sandbox-reports", + "api-monitoring", + "network-capture", + "memory-analysis", + "mitre-attack", + "distributed-analysis", + "anti-evasion" ], - "skillLevel": "intermediate", + "skillLevel": "advanced", "type": "tool" } }, { - "id": "tool_Wireshark", + "id": "tool_VirusTotal", "type": "tool", - "name": "Wireshark", - "content": "wireshark der unangefochtene könig der netzwerk-protokoll-analyse dekodiert die meisten netzwerkprotokolle von ethernet bis zu exotischen ics-protokollen. display-filter mit mächtiger syntax ermöglichen chirurgisch präzise paket-selektion. follow-stream rekonstruiert komplette tcp-sessions, http-uploads oder ftp-transfers. expert-info identifiziert anomalien wie retransmissions, malformed packets oder protokoll-violations. die statistik-funktionen visualisieren conversations, io-graphs und protocol-hierarchien. export-objekte extrahiert übertragene dateien aus http, smb oder tftp. coloring-rules heben verdächtige pakete hervor. geoip-integration zeigt geografische verbindungsdaten. tls-decryption mit private keys oder sslkeylogfile. die lua- und c-plugin-api erlaubt custom-dissectors. unverzichtbar für malware-c2-analyse, data-exfiltration-erkennung und netzwerk-troubleshooting. gui protocol-decode packet-filtering pcap-capture cross-platform session-reconstruction display-filters follow-stream expert-info statistics coloring-rules tls-decryption incident-response malware-analysis network-forensics cloud-forensics ics-forensics fraud-investigation examination analysis", + "name": "VirusTotal", + "content": "virustotal googles malware-intelligence-plattform aggregiert erkennungen von 70+ antivirus-engines und sandboxes für sofortige threat-assessment. upload verdächtiger dateien, urls oder domains liefert umfassende reports: av-detections, behavioral-analysis, yara-matches, community-comments. besonders wertvoll: retro-hunt findet ähnliche samples in der milliarden-sample-datenbank, graph-view visualisiert malware-familien- beziehungen, crowdsourced-iocs von security-forschern weltweit. die premium-api ermöglicht bulk-searches und private scans. integration in alle major-security-tools durch offene apis. livehunt-service alertiert bei neuen samples matching custom yara-rules. vorsicht: public-uploads sind für alle sichtbar - keine vertraulichen samples! die kostenlose nutzung macht es zum standard-tool für initiale malware-triage. unverzichtbar für threat-intelligence und soc-analysten. sandbox av-scan malware-analysis examination", "embedding": [ - -0.02032470703125, - 0.0014066696166992188, - 0.04583740234375, - 0.027374267578125, - 0.034637451171875, - 0.0231170654296875, - 0.0142059326171875, - 0.005886077880859375, - -0.040863037109375, - -0.005573272705078125, - -0.039398193359375, - 0.044586181640625, - 0.0245819091796875, - -0.0015554428100585938, - -0.07342529296875, - 0.033599853515625, - -0.02447509765625, - -0.0014390945434570312, - -0.0012121200561523438, - 0.01441192626953125, - -0.02001953125, - 0.0011539459228515625, - -0.052886962890625, - 0.00736236572265625, - -0.0185546875, - -0.0014581680297851562, - -0.0207366943359375, - -0.0845947265625, - -0.01389312744140625, - 0.0206298828125, - 0.013275146484375, - -0.01181793212890625, - -0.0043792724609375, + -0.02313232421875, + 0.0297393798828125, 0.031951904296875, - 0.00331878662109375, - -0.0173187255859375, - 0.022918701171875, - -0.060546875, - -0.0240631103515625, - 0.055999755859375, - -0.0159759521484375, - -0.0220794677734375, - 0.014312744140625, - -0.00969696044921875, - -0.0202178955078125, - -0.0269622802734375, - -0.0029544830322265625, - -0.0034732818603515625, - 0.019805908203125, - -0.018035888671875, - 0.046875, - 0.0084991455078125, - -0.00824737548828125, - -0.0071563720703125, - -0.041259765625, - 0.027587890625, - 0.04376220703125, - -0.034423828125, - -0.037109375, - 0.067626953125, - -0.0234375, - -0.0217742919921875, - -0.01255035400390625, - -0.015869140625, - 0.0251922607421875, - 0.0005283355712890625, - -0.020538330078125, - -0.0262298583984375, - -0.0121307373046875, - -0.00339508056640625, - 0.00829315185546875, - -0.018035888671875, - -0.00658416748046875, - 0.0302734375, - -0.0269622802734375, - -0.03607177734375, - 0.00547027587890625, - 0.020843505859375, - 0.015869140625, - 0.0131683349609375, - -0.045623779296875, + 0.0255584716796875, 0.01409912109375, - 0.05474853515625, - -0.00015878677368164062, - -0.0050048828125, - -0.0015039443969726562, - 0.035675048828125, - -0.0071563720703125, - 0.0136871337890625, - 0.006351470947265625, - 0.0302734375, - -0.020843505859375, - 0.0277862548828125, - -0.019287109375, - 0.0447998046875, - 0.036712646484375, - -0.0311126708984375, - 0.0016460418701171875, - -0.0004730224609375, - 0.02374267578125, - 0.030487060546875, - -0.030487060546875, - 0.0516357421875, - 0.00296783447265625, - 0.046234130859375, - -0.018768310546875, - -0.0025272369384765625, - -0.0104217529296875, - -0.004924774169921875, - -0.0222930908203125, - -0.0845947265625, - -0.02655029296875, - -0.0219879150390625, - -0.064697265625, - -0.008758544921875, - 0.0027866363525390625, - -0.019073486328125, - 0.037109375, - -0.03857421875, - -0.046234130859375, - 0.01125335693359375, - 0.00495147705078125, - -0.017425537109375, - -0.0016851425170898438, - -0.05682373046875, - -0.06884765625, - 0.0017757415771484375, - 0.02105712890625, - -0.049346923828125, - -0.01203155517578125, - 0.00803375244140625, - 0.005313873291015625, - 0.000010907649993896484, - 0.00865936279296875, - -0.00218963623046875, - -0.0251922607421875, - 0.02862548828125, - -0.0005736351013183594, - -0.01103973388671875, - 0.0006384849548339844, - 0.0298614501953125, - -0.023223876953125, - -0.05059814453125, - -0.0032787322998046875, - -0.0248870849609375, - -0.01151275634765625, - -0.0188751220703125, - 0.0264434814453125, - -0.01140594482421875, - -0.00865936279296875, - -0.0162811279296875, - 0.0202178955078125, - 0.04437255859375, - -0.001659393310546875, - 0.02032470703125, - -0.036285400390625, - -0.00829315185546875, - -0.0311126708984375, - 0.0233306884765625, - -0.0302734375, - 0.0019445419311523438, - 0.0083465576171875, - -0.0231170654296875, - 0.01099395751953125, - 0.00482177734375, - -0.0277862548828125, - -0.00443267822265625, - 0.003810882568359375, - 0.0214691162109375, - -0.0199127197265625, - 0.01270294189453125, - 0.0013675689697265625, - 0.048126220703125, - 0.0780029296875, - 0.01010894775390625, - 0.02447509765625, - 0.0102691650390625, - -0.016693115234375, - 0.0081939697265625, - 0.036712646484375, - -0.00710296630859375, - -0.01171875, - 0.03131103515625, - 0.006015777587890625, - 0.027587890625, - -0.0277862548828125, - -0.0296630859375, - -0.0176239013671875, - -0.03131103515625, - 0.01125335693359375, - -0.033599853515625, - -0.018768310546875, - -0.01140594482421875, - 0.0093841552734375, - 0.026336669921875, - 0.0543212890625, - 0.05059814453125, - 0.009490966796875, - 0.045196533203125, - -0.00865936279296875, - -0.0004115104675292969, - 0.019287109375, - -0.00658416748046875, - 0.027374267578125, - 0.007778167724609375, - 0.022918701171875, - -0.0157623291015625, - 0.033172607421875, - 0.00710296630859375, - -0.02716064453125, - -0.01285552978515625, - 0.036712646484375, - -0.0185546875, - -0.00632476806640625, - -0.008453369140625, - -0.02862548828125, - 0.0228118896484375, - -0.0090179443359375, - 0.01280975341796875, - -0.0084991455078125, - 0.0031490325927734375, - -0.04376220703125, - -0.0078277587890625, - 0.048736572265625, - -0.042510986328125, - 0.051422119140625, - 0.0259246826171875, - -0.027374267578125, - -0.01544952392578125, - 0.023956298828125, - 0.018768310546875, - 0.006221771240234375, - 0.004848480224609375, - -0.015350341796875, - -0.01409912109375, - -0.011871337890625, - 0.06597900390625, - 0.050201416015625, - 0.005107879638671875, - 0.0193939208984375, - -0.021881103515625, - 0.032135009765625, - -0.02374267578125, - 0.0264434814453125, - 0.01306915283203125, - -0.0196990966796875, - 0.01296234130859375, - 0.0030975341796875, - 0.00736236572265625, - 0.062225341796875, - -0.06842041015625, - 0.00339508056640625, - -0.0572509765625, - -0.0152435302734375, - -0.0738525390625, - -0.0308990478515625, - -0.045013427734375, - -0.051239013671875, - 0.03961181640625, - -0.0027217864990234375, - -0.0350341796875, - 0.0009074211120605469, - -0.00814056396484375, - -0.01409912109375, - 0.046661376953125, - -0.0298614501953125, - -0.0196990966796875, - -0.01140594482421875, - 0.0999755859375, - -0.0020084381103515625, - -0.0188751220703125, - -0.0225982666015625, - 0.0199127197265625, - -0.00030303001403808594, - 0.01068115234375, - -0.01409912109375, - 0.00933074951171875, - 0.042938232421875, - 0.00038242340087890625, - 0.03338623046875, - -0.02374267578125, - -0.007724761962890625, - 0.00736236572265625, - 0.04791259765625, - -0.02862548828125, - 0.0096435546875, - 0.01348114013671875, - -0.019073486328125, - 0.0004634857177734375, - -0.052886962890625, - 0.00572967529296875, - 0.0248870849609375, - 0.01192474365234375, - 0.0191802978515625, - 0.01275634765625, - -0.053924560546875, - 0.007465362548828125, - 0.01959228515625, - 0.005367279052734375, - 0.0119781494140625, - 0.04791259765625, - -0.03753662109375, - 0.006145477294921875, - 0.00567626953125, - 0.01207733154296875, - -0.050811767578125, - -0.03070068359375, - -0.01337432861328125, - 0.012237548828125, - -0.0400390625, - -0.026031494140625, - 0.02581787109375, - -0.01203155517578125, - 0.03857421875, - -0.006351470947265625, - -0.0225982666015625, - -0.0323486328125, - -0.03753662109375, - 0.015869140625, - -0.043975830078125, - -0.04437255859375, - -0.042510986328125, - 0.05682373046875, - 0.004486083984375, - 0.0290374755859375, - 0.00788116455078125, - 0.0262298583984375, - -0.050811767578125, - 0.048126220703125, - -0.0107879638671875, - 0.016998291015625, - 0.00487518310546875, - 0.048309326171875, - 0.033599853515625, - 0.03753662109375, - 0.03692626953125, - 0.052276611328125, - 0.01441192626953125, - 0.0018405914306640625, - 0.0016202926635742188, - 0.0186614990234375, - 0.0037078857421875, - 0.050384521484375, - -0.004329681396484375, - -0.02862548828125, - -0.0259246826171875, - -0.04107666015625, - 0.0113525390625, - 0.031951904296875, - 0.01285552978515625, - 0.0136871337890625, - -0.018463134765625, - -0.0081939697265625, - 0.044158935546875, - 0.018035888671875, - 0.08172607421875, - -0.00891876220703125, - -0.04583740234375, - 0.01207733154296875, - 0.023956298828125, - -0.041259765625, - 0.016387939453125, - 0.036712646484375, - 0.01285552978515625, - 0.01337432861328125, - 0.0256195068359375, - -0.0204315185546875, - 0.03173828125, - -0.0196990966796875, - -0.02001953125, - -0.0350341796875, - -0.00684356689453125, - -0.01441192626953125, - 0.04437255859375, - 0.01068115234375, - 0.01239013671875, - 0.049346923828125, - -0.03692626953125, - -0.032989501953125, - -0.0400390625, - -0.07550048828125, - -0.01207733154296875, - 0.0105743408203125, - 0.01062774658203125, - 0.067626953125, - -0.050201416015625, - -0.0543212890625, - 0.0137939453125, - -0.042938232421875, - 0.07421875, - 0.0433349609375, - 0.012908935546875, - 0.047088623046875, - -0.01207733154296875, - -0.0000311732292175293, - 0.02923583984375, - 0.007049560546875, - 0.00824737548828125, - 0.070068359375, - 0.01409912109375, - 0.013275146484375, - -0.0308990478515625, - -0.010833740234375, - 0.042724609375, - -0.0061187744140625, - -0.0126495361328125, - 0.03546142578125, - 0.01047515869140625, - 0.0255126953125, - -0.045623779296875, - 0.04791259765625, - 0.0243682861328125, - -0.02447509765625, - 0.006298065185546875, - 0.0016717910766601562, - 0.01441192626953125, - -0.049346923828125, - 0.00650787353515625, - 0.02032470703125, - 0.0236358642578125, - 0.03607177734375, - 0.016387939453125, - -0.03070068359375, - -0.01171875, - 0.049163818359375, - -0.0572509765625, - 0.005367279052734375, - 0.030487060546875, - -0.007518768310546875, - 0.0160675048828125, - -0.049163818359375, - -0.04852294921875, - 0.00907135009765625, - -0.033599853515625, - -0.047088623046875, - 0.023223876953125, - 0.016387939453125, - -0.055572509765625, - -0.037109375, - -0.032562255859375, - -0.00658416748046875, - -0.01192474365234375, - -0.0308990478515625, - 0.02923583984375, - -0.00521087646484375, - 0.01171875, - 0.0256195068359375, - 0.00984954833984375, - -0.011199951171875, - -0.0379638671875, - 0.050811767578125, - -0.006221771240234375, - -0.021881103515625, - 0.018035888671875, - 0.0238494873046875, - 0.0021514892578125, - -0.0233306884765625, - -0.0152435302734375, - -0.0005865097045898438, - 0.0028133392333984375, - 0.0206298828125, - 0.008758544921875, - -0.0447998046875, - -0.0090179443359375, - -0.0447998046875, - 0.037750244140625, - 0.007518768310546875, - 0.041259765625, - 0.007205963134765625, - -0.0634765625, - 0.0081939697265625, - -0.046051025390625, - -0.004638671875, - 0.01824951171875, - 0.0092315673828125, - -0.010833740234375, - 0.055572509765625, - -0.007778167724609375, - 0.0095367431640625, - 0.006999969482421875, - 0.0267486572265625, - 0.0207366943359375, - -0.0048980712890625, - -0.046875, - 0.051849365234375, - 0.0207366943359375, - -0.0614013671875, - 0.001827239990234375, - -0.03070068359375, - -0.01270294189453125, - 0.0262298583984375, - -0.03399658203125, - 0.0038890838623046875, - -0.0217742919921875, - -0.05206298828125, - -0.00487518310546875, - -0.049346923828125, - -0.011871337890625, - -0.03692626953125, - 0.0181427001953125, - 0.01114654541015625, - 0.01151275634765625, - 0.029449462890625, - 0.01255035400390625, - -0.01348114013671875, - 0.0257110595703125, - -0.01239013671875, - -0.0204315185546875, - 0.00250244140625, - -0.0572509765625, - -0.01177215576171875, - 0.00409698486328125, - 0.059326171875, - -0.02862548828125, - -0.005573272705078125, - -0.003810882568359375, - -0.00469207763671875, - 0.03338623046875, - -0.03753662109375, - -0.01129913330078125, - -0.0185546875, - -0.017425537109375, - -0.033599853515625, - -0.030487060546875, - 0.02923583984375, - 0.0288238525390625, - -0.0261383056640625, - -0.01285552978515625, - 0.039398193359375, - -0.04107666015625, - 0.01409912109375, - 0.0311126708984375, - -0.02716064453125, - 0.00296783447265625, - -0.0131683349609375, - 0.01959228515625, - -0.01898193359375, - 0.020111083984375, - -0.0288238525390625, - -0.0350341796875, - -0.080078125, - 0.0296630859375, - -0.01285552978515625, - -0.01824951171875, - -0.031524658203125, - -0.049163818359375, - -0.05059814453125, - -0.0207366943359375, - 0.035247802734375, - -0.007465362548828125, - -0.015350341796875, - -0.03900146484375, - -0.0186614990234375, - -0.032562255859375, - -0.0338134765625, - 0.052886962890625, - -0.01259613037109375, - 0.0113525390625, - 0.0105743408203125, - -0.04376220703125, - 0.04998779296875, - 0.0256195068359375, - 0.02105712890625, - 0.0279998779296875, - 0.014312744140625, - -0.00865936279296875, - 0.01337432861328125, - -0.0040435791015625, - -0.0188751220703125, - 0.00917816162109375, - -0.00417327880859375, - 0.023223876953125, - -0.02166748046875, - -0.00461578369140625, - 0.014312744140625, - 0.03399658203125, - 0.0217742919921875, - 0.00450897216796875, - -0.00881195068359375, - 0.042510986328125, - -0.0029430389404296875, - 0.0421142578125, - -0.0251922607421875, - -0.0308990478515625, - -0.006999969482421875, - 0.01229095458984375, - 0.0281982421875, - 0.0379638671875, - 0.0067901611328125, - -0.015655517578125, - 0.00860595703125, - 0.055572509765625, - -0.0277862548828125, - -0.03607177734375, - -0.042510986328125, - -0.0228118896484375, - 0.0165863037109375, - 0.05474853515625, - -0.022918701171875, - 0.0655517578125, - 0.01233673095703125, - -0.01151275634765625, - 0.048736572265625, - 0.0667724609375, - 0.034423828125, - -0.0090179443359375, - -0.04583740234375, - -0.00279998779296875, - 0.0076751708984375, - -0.0323486328125, - -0.03900146484375, - -0.016998291015625, - 0.07342529296875, - -0.06719970703125, - -0.009124755859375, - -0.0259246826171875, - 0.00824737548828125, - -0.0040435791015625, - -0.003993988037109375, - -0.036285400390625, - 0.02862548828125, - -0.01088714599609375, - -0.03607177734375, - 0.00855255126953125, - -0.0206298828125, - 0.01824951171875, - 0.041473388671875, - 0.04541015625, - -0.032135009765625, - 0.01229095458984375, - 0.0350341796875, - 0.060546875, - 0.019073486328125, - 0.061798095703125, - 0.02032470703125, - 0.031524658203125, - 0.04022216796875, - 0.033599853515625, - -0.01296234130859375, - -0.0300750732421875, - 0.0288238525390625, - 0.0379638671875, - 0.037322998046875, - 0.0489501953125, - 0.00855255126953125, - -0.033599853515625, - -0.0228118896484375, - -0.0391845703125, - 0.005832672119140625, - 0.0012187957763671875, - -0.0217742919921875, - -0.055572509765625, - -0.059326171875, - 0.02923583984375, - -0.05517578125, - 0.046875, - 0.03131103515625, - -0.00502777099609375, - -0.0213623046875, - 0.0199127197265625, - 0.006557464599609375, - -0.055999755859375, - 0.010009765625, - -0.01959228515625, - -0.03900146484375, - -0.0391845703125, - -0.02655029296875, - 0.03607177734375, - -0.01270294189453125, - -0.07672119140625, - -0.0246734619140625, - 0.033172607421875, - -0.026031494140625, - 0.0032138824462890625, - -0.0220794677734375, - 0.021881103515625, - -0.0160675048828125, - -0.0181427001953125, - -0.049774169921875, - -0.00762176513671875, - 0.0083465576171875, - -0.0204315185546875, - -0.01483154296875, - -0.001659393310546875, - -0.00528717041015625, - 0.0109405517578125, - -0.01483154296875, - -0.034210205078125, - 0.04998779296875, - -0.030487060546875, - 0.037109375, - 0.00995635986328125, - 0.02447509765625, - 0.046234130859375, - 0.0572509765625, - 0.003681182861328125, - 0.0032405853271484375, - -0.0032405853271484375, - -0.0584716796875, - 0.01088714599609375, - -0.0002884864807128906, - -0.0009527206420898438, - -0.08831787109375, - 0.005107879638671875, - 0.037750244140625, - -0.084228515625, - 0.007465362548828125, - 0.01036834716796875, - -0.010009765625, - -0.053497314453125, - -0.0030975341796875, - 0.01068115234375, - -0.0179443359375, - 0.0833740234375, - 0.0107879638671875, - -0.0167999267578125, - 0.022705078125, - -0.05267333984375, - 0.0584716796875, - 0.00689697265625, - 0.050201416015625, - -0.045196533203125, - 0.024261474609375, - 0.00798797607421875, - -0.0281982421875, - -0.00572967529296875, - -0.07879638671875, - 0.0031757354736328125, - 0.02001953125, - 0.0296630859375, - -0.0100555419921875, - -0.0100555419921875, - -0.055572509765625, - 0.0029430389404296875, - -0.019073486328125, - 0.0008230209350585938, - 0.0243682861328125, - 0.0013608932495117188, - -0.0391845703125, - -0.0061187744140625, - -0.0181427001953125, - -0.052886962890625, - -0.042938232421875, - -0.0262298583984375, - 0.04791259765625, - 0.025299072265625, - -0.06304931640625, - 0.0199127197265625, - 0.0073089599609375, - -0.00128936767578125, + 0.0257720947265625, + 0.020263671875, + -0.0208282470703125, + -0.014434814453125, + 0.0165252685546875, + -0.031280517578125, + 0.04473876953125, + 0.0255584716796875, + 0.00005161762237548828, + -0.056396484375, + 0.048919677734375, + 0.004047393798828125, 0.0247802734375, - 0.0400390625, - -0.0721435546875, - 0.0081939697265625, - -0.007259368896484375, - 0.01483154296875, - 0.006740570068359375, - 0.00710296630859375, - 0.0024623870849609375, - 0.0147247314453125, + 0.015869140625, + 0.0013427734375, + -0.0295257568359375, + -0.02093505859375, + -0.040985107421875, + -0.0201568603515625, + 0.00727081298828125, + -0.01123809814453125, + -0.037017822265625, + -0.07623291015625, + -0.03570556640625, + -0.0159759521484375, + 0.0297393798828125, + -0.0328369140625, + -0.00997161865234375, + 0.0252227783203125, + -0.01206207275390625, + -0.00843048095703125, + 0.0086517333984375, + -0.047149658203125, + -0.000017642974853515625, + 0.021697998046875, + -0.0196075439453125, + -0.017730712890625, + -0.0014390945434570312, + -0.00641632080078125, + -0.042755126953125, + -0.032623291015625, + -0.017303466796875, + -0.0072174072265625, + 0.02886962890625, + -0.0168609619140625, + 0.0284271240234375, + 0.0190582275390625, + 0.01641845703125, + -0.031494140625, + -0.043853759765625, + 0.022369384765625, + 0.01806640625, + -0.0219268798828125, + -0.048919677734375, + 0.048919677734375, + -0.046478271484375, + -0.0179595947265625, + 0.00012826919555664062, + 0.0199432373046875, + 0.012176513671875, + 0.01261138916015625, + 0.001232147216796875, + -0.01641845703125, + -0.0024089813232421875, + 0.00782012939453125, + 0.005645751953125, + 0.00641632080078125, + -0.0260009765625, + 0.0484619140625, + -0.0219268798828125, + -0.012451171875, + 0.00980377197265625, + 0.031951904296875, + 0.009918212890625, + 0.017181396484375, + -0.04119873046875, + -0.0169677734375, + 0.046051025390625, + -0.03656005859375, + -0.01971435546875, + 0.007434844970703125, + 0.0146484375, + 0.02423095703125, + -0.022247314453125, + 0.0063629150390625, + 0.0185089111328125, + -0.003772735595703125, + 0.0255584716796875, + -0.01520538330078125, + 0.035919189453125, + 0.02764892578125, + -0.0269927978515625, + -0.0091400146484375, + -0.0086517333984375, + 0.052001953125, + -0.0007572174072265625, + -0.0201568603515625, + 0.05816650390625, + -0.01019287109375, + 0.046722412109375, + -0.0221405029296875, + 0.00727081298828125, + -0.009307861328125, + 0.01294708251953125, + -0.007434844970703125, + -0.0982666015625, + -0.06256103515625, + -0.01107025146484375, + -0.06695556640625, + -0.0045166015625, + 0.0179595947265625, + -0.0163116455078125, + 0.0297393798828125, + -0.03680419921875, + -0.0823974609375, + 0.04229736328125, 0.01239013671875, - -0.0234375, - 0.049163818359375, - 0.049560546875, - 0.0012445449829101562, - -0.061798095703125, - -0.0107879638671875, - -0.00969696044921875, - 0.0391845703125, - 0.00244903564453125, - 0.051422119140625, - 0.0096435546875, - -0.0350341796875, - -0.09454345703125, - 0.0489501953125, - -0.025299072265625, - 0.035888671875, - 0.006534576416015625, - -0.030487060546875, - -0.06390380859375, - -0.04852294921875, - -0.034637451171875, - 0.0290374755859375, - -0.029449462890625, - 0.04437255859375, - 0.01259613037109375, - -0.007568359375, - 0.02032470703125, - -0.0186614990234375, - -0.0026187896728515625, - 0.04168701171875, - 0.010833740234375, - -0.041900634765625, - 0.060546875, - -0.016693115234375, - 0.03546142578125, - -0.03173828125, - 0.008758544921875, - -0.02001953125, - -0.006610870361328125, - -0.0213623046875, - -0.00383758544921875, - 0.032562255859375, - 0.03753662109375, - -0.0209503173828125, - -0.005519866943359375, - -0.0288238525390625, - 0.034637451171875, - 0.01337432861328125, - 0.0033702850341796875, - 0.015655517578125, - 0.00228118896484375, - -0.006351470947265625, - -0.0323486328125, - -0.060150146484375, - -0.0916748046875, - 0.0008683204650878906, - -0.049346923828125, - 0.0037078857421875, - 0.00598907470703125, - 0.027374267578125, - 0.0212554931640625, - -0.0193939208984375, - 0.0290374755859375, - -0.009796142578125, - -0.0196990966796875, - -0.034637451171875, - 0.00461578369140625, - -0.01483154296875, - 0.04376220703125, - 0.0165863037109375, - -0.0199127197265625, - 0.0241546630859375, - -0.00443267822265625, - -0.01239013671875, - -0.0006384849548339844, - 0.007415771484375, - -0.0338134765625, - 0.0212554931640625, - -0.08172607421875, - -0.00502777099609375, - 0.0251007080078125, - 0.055999755859375, - -0.0023193359375, - -0.01270294189453125, - 0.047271728515625, - -0.02032470703125, - -0.0584716796875, - 0.0236358642578125, - -0.0234375, - -0.0474853515625, - 0.026336669921875, - -0.0256195068359375, - 0.020843505859375, - 0.017730712890625, - 0.042510986328125, - 0.040863037109375, - 0.023956298828125, - 0.03692626953125, - -0.052459716796875, - -0.0071563720703125, - -0.014312744140625, - 0.0279998779296875, - 0.0084991455078125, - 0.02923583984375, - -0.00025916099548339844, - 0.02923583984375, - -0.0269622802734375, - -0.08172607421875, - -0.01348114013671875, - -0.040863037109375, - -0.05059814453125, - 0.0102691650390625, - 0.07257080078125, - 0.046661376953125, - -0.019073486328125, - 0.01177215576171875, - 0.0308990478515625, - 0.0308990478515625, - -0.002410888671875, - -0.00417327880859375, - -0.06427001953125, - -0.0028133392333984375, - 0.0379638671875, - -0.013275146484375, - -0.062225341796875, - 0.0421142578125, - 0.0584716796875, - -0.01088714599609375, - -0.0206298828125, - 0.026336669921875, - 0.005313873291015625, - 0.051849365234375, - 0.0172119140625, - 0.032989501953125, - -0.07879638671875, - 0.032989501953125, - 0.020538330078125, - -0.00839996337890625, - -0.004589080810546875, - -0.01348114013671875, - -0.02001953125, - 0.04107666015625, - -0.064697265625, - -0.00012636184692382812, - 0.03692626953125, - 0.07672119140625, - 0.00554656982421875, - -0.03173828125, - -0.02862548828125, - 0.0255126953125, - 0.01617431640625, - -0.0204315185546875, - -0.00003445148468017578, - 0.023223876953125, - -0.00045680999755859375, - 0.0338134765625, - 0.05267333984375, - -0.012237548828125, - 0.01959228515625, - 0.004486083984375, - -0.055572509765625, - 0.0206298828125, - -0.006221771240234375, - 0.0269622802734375, - 0.002643585205078125, - -0.0323486328125, - -0.02001953125, - -0.053924560546875, + -0.007602691650390625, + 0.0199432373046875, + -0.002643585205078125, + -0.0634765625, + 0.0109100341796875, + 0.03216552734375, + -0.016632080078125, + -0.0215911865234375, + -0.001377105712890625, + -0.0232391357421875, + -0.00501251220703125, + -0.037689208984375, + -0.0035533905029296875, + -0.0304107666015625, + 0.00836944580078125, 0.0281982421875, - 0.014617919921875, - 0.04644775390625, - 0.0050811767578125, - -0.01451873779296875, - 0.01451873779296875, - -0.00829315185546875, - 0.030487060546875, - 0.0447998046875, - 0.01493072509765625, - 0.01337432861328125, - 0.03857421875, - 0.0090179443359375, - -0.0028896331787109375, - -0.010162353515625, - 0.0214691162109375, - -0.037750244140625, - 0.003421783447265625, - -0.032562255859375, - -0.0004439353942871094, - 0.0032405853271484375, - -0.0220794677734375, - -0.023956298828125, - -0.038360595703125, - 0.0024623870849609375, - -0.019073486328125, - -0.02923583984375, - -0.01088714599609375, - 0.044158935546875, - -0.0338134765625, - 0.001827239990234375, - 0.02655029296875, - 0.01177215576171875, - 0.0447998046875, - -0.0400390625, - 0.06634521484375, - 0.01959228515625, - 0.0238494873046875, - -0.0037078857421875, - -0.0119781494140625, - 0.03814697265625, + -0.012176513671875, + 0.00614166259765625, + 0.046051025390625, + -0.030853271484375, + -0.04364013671875, + -0.00843048095703125, + -0.038116455078125, + 0.00559234619140625, + -0.034149169921875, + 0.034820556640625, + -0.04052734375, + 0.0179595947265625, + 0.00415802001953125, + 0.007049560546875, + 0.042510986328125, + 0.001308441162109375, + 0.01531219482421875, + -0.0281982421875, + 0.01161956787109375, + -0.0207061767578125, + 0.03546142578125, + -0.0022029876708984375, + -0.0212554931640625, + -0.00008046627044677734, + 0.0221405029296875, + 0.02886962890625, + -0.013824462890625, + -0.034149169921875, + -0.0261077880859375, + 0.0170745849609375, + 0.00815582275390625, + 0.00528717041015625, + 0.025665283203125, + -0.004985809326171875, + 0.0246734619140625, + 0.055084228515625, + -0.0005269050598144531, + 0.01250457763671875, + 0.0009365081787109375, + -0.038787841796875, + 0.044281005859375, + 0.0284271240234375, + -0.0190582275390625, + -0.01288604736328125, + 0.044952392578125, + -0.0035533905029296875, + 0.018951416015625, + -0.0002598762512207031, + -0.0193939208984375, + -0.029083251953125, + -0.03326416015625, + 0.03106689453125, + -0.046722412109375, + -0.0255584716796875, + -0.00952911376953125, + 0.05487060546875, + -0.001445770263671875, + 0.04803466796875, + 0.022369384765625, -0.015869140625, - 0.00417327880859375, - 0.047271728515625, - -0.037322998046875, - 0.06304931640625, - 0.0298614501953125, - 0.0172119140625, - -0.05517578125, - 0.013580322265625, + 0.026214599609375, + 0.0045166015625, + -0.004848480224609375, + 0.0161895751953125, + 0.032379150390625, + 0.043182373046875, + -0.020263671875, + 0.00952911376953125, + 0.01377105712890625, + 0.021148681640625, + 0.012176513671875, + -0.0134429931640625, + 0.0089263916015625, + 0.05859375, + -0.0150909423828125, + -0.023468017578125, + -0.017730712890625, + -0.034149169921875, + 0.0257720947265625, + 0.0024089813232421875, + -0.021697998046875, + 0.015533447265625, + -0.01233673095703125, + -0.031951904296875, + -0.006938934326171875, + 0.0139923095703125, + -0.01861572265625, + 0.0170745849609375, + 0.01300048828125, + 0.0012254714965820312, + -0.00897979736328125, + 0.006252288818359375, + 0.01349639892578125, + 0.0418701171875, + -0.003910064697265625, + -0.030181884765625, + -0.00881195068359375, + -0.005702972412109375, + 0.049346923828125, + 0.0204925537109375, + -0.0009641647338867188, + -0.0163116455078125, + -0.00028228759765625, + 0.042755126953125, + -0.0199432373046875, + 0.026336669921875, + 0.0012254714965820312, + -0.00627899169921875, + 0.00881195068359375, + -0.0118408203125, + 0.0111236572265625, + 0.053985595703125, + -0.06787109375, + -0.01806640625, + -0.05596923828125, + 0.023468017578125, + -0.06787109375, + -0.050445556640625, + -0.0193939208984375, + -0.060821533203125, + 0.047821044921875, + -0.0394287109375, + -0.0100250244140625, + 0.0033740997314453125, + 0.0213775634765625, + -0.00318145751953125, + 0.033935546875, + 0.00218963623046875, + -0.042755126953125, + -0.031951904296875, + 0.08770751953125, + 0.0080413818359375, + -0.0266571044921875, + -0.021484375, + 0.05133056640625, + -0.01062774658203125, + 0.0210418701171875, + -0.01641845703125, + 0.01531219482421875, + 0.0159759521484375, + 0.005260467529296875, + 0.0161895751953125, + 0.0074920654296875, + -0.01486968994140625, + -0.0080413818359375, + 0.055755615234375, + -0.049346923828125, + -0.008209228515625, + -0.01983642578125, + 0.00836944580078125, + 0.032379150390625, + -0.06695556640625, + -0.0016803741455078125, + 0.04296875, + 0.0134429931640625, + 0.0088653564453125, + -0.0089263916015625, + -0.05377197265625, + 0.0000023245811462402344, + 0.0049591064453125, + -0.0120086669921875, 0.019500732421875, - -0.03961181640625, - 0.04998779296875, - 0.0095367431640625, - 0.006378173828125, - -0.0269622802734375, - 0.0024623870849609375, - -0.0269622802734375, - -0.050384521484375, - 0.06842041015625, + 0.04229736328125, + -0.0531005859375, + 0.00826263427734375, + -0.0361328125, + 0.0007920265197753906, + -0.02203369140625, + -0.03656005859375, + -0.0013151168823242188, + -0.0167388916015625, + -0.023681640625, + -0.0207061767578125, + 0.0145416259765625, + -0.03173828125, + 0.0165252685546875, + 0.0111236572265625, + -0.00754547119140625, + -0.038330078125, + -0.026763916015625, 0.022918701171875, - 0.0037326812744140625, - 0.0084991455078125, - -0.053924560546875, - 0.055572509765625, - 0.0183563232421875, - 0.053497314453125, - -0.03961181640625, - 0.05517578125, - -0.0191802978515625, - -0.00017333030700683594, - -0.0251007080078125, - 0.009124755859375, - 0.007724761962890625, - 0.0279998779296875, - 0.0018014907836914062, - 0.06719970703125, - 0.0162811279296875, - -0.005519866943359375, - -0.061798095703125, - -0.00450897216796875, + -0.024017333984375, + -0.0350341796875, + -0.03460693359375, + 0.044952392578125, + 0.0086517333984375, + 0.0146484375, + -0.01751708984375, + -0.0165252685546875, + -0.0484619140625, + -0.005756378173828125, + -0.0225830078125, + -0.00374603271484375, + -0.006610870361328125, + 0.05133056640625, + 0.04296875, + 0.003345489501953125, + 0.0111236572265625, + 0.0802001953125, + 0.0228118896484375, + 0.00040268898010253906, + -0.01486968994140625, + 0.0187225341796875, + 0.005397796630859375, + 0.051544189453125, + -0.021697998046875, + 0.00732421875, + -0.0350341796875, + -0.041656494140625, + -0.0024509429931640625, + 0.033935546875, + 0.0418701171875, + 0.018280029296875, + 0.003993988037109375, + 0.00815582275390625, + 0.08990478515625, + 0.01007843017578125, + 0.1048583984375, + -0.014434814453125, + -0.051544189453125, + -0.00826263427734375, + 0.037689208984375, + -0.025115966796875, + 0.018402099609375, + -0.0154266357421875, + 0.01140594482421875, + -0.034149169921875, + 0.0169677734375, + -0.033477783203125, + 0.03436279296875, + 0.005096435546875, + 0.0167388916015625, + 0.032379150390625, + -0.01641845703125, + 0.031951904296875, + 0.0199432373046875, + 0.041656494140625, + 0.0199432373046875, + 0.04583740234375, + -0.0163116455078125, + -0.01239013671875, + -0.05377197265625, + -0.07623291015625, + 0.0204925537109375, + -0.00261688232421875, + 0.004405975341796875, + 0.0208282470703125, + -0.021697998046875, + -0.05596923828125, + 0.0286407470703125, + -0.021148681640625, + 0.08197021484375, + 0.04693603515625, + -0.010467529296875, + 0.02655029296875, + -0.0156402587890625, + 0.02093505859375, + 0.026885986328125, + 0.01134490966796875, + 0.0226898193359375, + 0.06298828125, + 0.054656982421875, + 0.01476287841796875, + -0.021148681640625, + 0.003635406494140625, + 0.009857177734375, + 0.0272064208984375, + 0.01178741455078125, + 0.0394287109375, + 0.006748199462890625, + 0.0208282470703125, + -0.0226898193359375, + 0.037017822265625, + 0.01052093505859375, + -0.017181396484375, + -0.0199432373046875, + -0.021484375, + 0.024017333984375, + -0.0328369140625, + 0.0023956298828125, + -0.0208282470703125, + 0.031494140625, + 0.002147674560546875, + 0.00047850608825683594, + -0.0823974609375, + -0.0060577392578125, + 0.05419921875, + -0.0665283203125, + 0.03173828125, + 0.0074920654296875, + -0.022918701171875, + 0.0215911865234375, + 0.0089263916015625, + -0.0552978515625, + 0.047576904296875, + -0.0250091552734375, + -0.079345703125, + -0.00798797607421875, + 0.0207061767578125, + -0.05023193359375, + -0.03546142578125, + -0.040313720703125, + -0.0108489990234375, + -0.014434814453125, + -0.0304107666015625, + 0.027099609375, + -0.01239013671875, + 0.00942230224609375, + 0.03436279296875, + 0.030181884765625, + -0.018402099609375, + -0.038116455078125, + 0.03173828125, + -0.02764892578125, + -0.043853759765625, + 0.0174102783203125, + -0.0165252685546875, + 0.012451171875, + -0.03900146484375, + -0.004352569580078125, + -0.00936126708984375, + 0.036346435546875, + 0.0107421875, + 0.01206207275390625, + -0.023681640625, + -0.046478271484375, + -0.0286407470703125, + 0.08154296875, + 0.021820068359375, + 0.042755126953125, + -0.00669097900390625, + -0.056854248046875, + 0.0255584716796875, + -0.0599365234375, + 0.00225830078125, + -0.022247314453125, + 0.03106689453125, + -0.0111236572265625, + 0.08502197265625, + -0.019500732421875, + -0.017730712890625, + -0.007434844970703125, + 0.031494140625, + 0.01195526123046875, + 0.0266571044921875, + -0.04296875, + 0.053985595703125, + 0.0255584716796875, + -0.07183837890625, + -0.029083251953125, + -0.029083251953125, + 0.0157470703125, + 0.04913330078125, + -0.046722412109375, + 0.0038280487060546875, + 0.0022449493408203125, + -0.040771484375, + -0.031280517578125, + -0.0372314453125, + -0.0191650390625, + -0.044952392578125, + 0.034149169921875, + 0.014434814453125, + -0.00218963623046875, + 0.040313720703125, + 0.01052093505859375, + -0.01052093505859375, + 0.00853729248046875, + 0.030181884765625, + -0.013824462890625, + 0.0281982421875, + -0.06787109375, + -0.0462646484375, + -0.00727081298828125, + 0.034820556640625, + -0.01421356201171875, + 0.01267242431640625, + -0.0179595947265625, + -0.0005850791931152344, + 0.0304107666015625, + -0.016082763671875, + 0.0150909423828125, + -0.0156402587890625, + -0.0286407470703125, + -0.0295257568359375, + 0.00826263427734375, + 0.0260009765625, + -0.0008745193481445312, + -0.0018453598022460938, + 0.02886962890625, + 0.039886474609375, + -0.046722412109375, + -0.0120086669921875, + 0.0085906982421875, + -0.0035533905029296875, + 0.01300048828125, + -0.0133819580078125, + -0.014434814453125, + -0.0221405029296875, + 0.01641845703125, + -0.04449462890625, + -0.0019006729125976562, + -0.0709228515625, + 0.0233612060546875, + -0.01161956787109375, + 0.0212554931640625, + -0.0204925537109375, + -0.0191650390625, + -0.038543701171875, + -0.0174102783203125, + 0.0275421142578125, + 0.0190582275390625, + -0.01861572265625, + -0.031280517578125, + -0.031280517578125, + 0.0014944076538085938, + -0.040985107421875, + 0.0277557373046875, + -0.004215240478515625, + 0.0196075439453125, + -0.006336212158203125, + -0.03656005859375, + 0.0306243896484375, + 0.023681640625, + 0.045379638671875, + 0.0156402587890625, + 0.03216552734375, + -0.027984619140625, + 0.00046133995056152344, + 0.00460052490234375, + -0.012176513671875, + -0.0131072998046875, + -0.0210418701171875, + 0.040985107421875, + -0.03656005859375, + -0.018951416015625, + 0.0297393798828125, + 0.03570556640625, + 0.0169677734375, + -0.00952911376953125, + -0.030853271484375, + 0.0188446044921875, + 0.000530242919921875, + 0.05859375, + -0.0246734619140625, + -0.04364013671875, + -0.025665283203125, 0.0193939208984375, - 0.002384185791015625, - 0.01690673828125, - -0.0447998046875, - -0.0228118896484375, - 0.005184173583984375, - 0.0290374755859375, - 0.06719970703125, - -0.0188751220703125, - 0.0400390625, - 0.0008101463317871094, - 0.0015096664428710938, - -0.0181427001953125, - -0.01068115234375 + 0.053314208984375, + 0.04693603515625, + 0.01387786865234375, + -0.052001953125, + 0.00771331787109375, + 0.056854248046875, + -0.01432037353515625, + -0.056182861328125, + -0.0258941650390625, + 0.0210418701171875, + -0.002712249755859375, + 0.059051513671875, + 0.029296875, + 0.1004638671875, + 0.0272064208984375, + -0.022369384765625, + 0.0284271240234375, + 0.048248291015625, + 0.031494140625, + -0.035247802734375, + -0.06610107421875, + -0.006500244140625, + 0.0224761962890625, + -0.030853271484375, + -0.0179595947265625, + -0.003360748291015625, + 0.06787109375, + -0.08856201171875, + -0.026336669921875, + -0.005702972412109375, + -0.0146484375, + 0.015869140625, + 0.0020656585693359375, + -0.00559234619140625, + 0.0179595947265625, + 0.015533447265625, + -0.007106781005859375, + -0.0011081695556640625, + -0.024017333984375, + -0.006031036376953125, + 0.05816650390625, + 0.0212554931640625, + -0.01421356201171875, + 0.0272064208984375, + 0.022918701171875, + 0.0094757080078125, + 0.0255584716796875, + 0.0097503662109375, + -0.00798797607421875, + 0.029296875, + 0.038116455078125, + 0.0634765625, + -0.013275146484375, + -0.0157470703125, + 0.0012531280517578125, + 0.01520538330078125, + 0.006443023681640625, + 0.038787841796875, + 0.01178741455078125, + -0.01062774658203125, + 0.00897979736328125, + -0.06298828125, + -0.00015401840209960938, + 0.01222991943359375, + -0.0023555755615234375, + -0.038330078125, + -0.044281005859375, + 0.0277557373046875, + -0.042755126953125, + 0.040313720703125, + 0.030181884765625, + -0.0394287109375, + -0.03460693359375, + 0.0621337890625, + -0.0105743408203125, + -0.042755126953125, + 0.016082763671875, + 0.0077667236328125, + -0.02093505859375, + 0.016632080078125, + -0.009033203125, + 0.041412353515625, + -0.014434814453125, + -0.059478759765625, + -0.01751708984375, + 0.008209228515625, + -0.01261138916015625, + -0.0156402587890625, + -0.0077667236328125, + 0.01052093505859375, + -0.005207061767578125, + -0.030853271484375, + -0.04736328125, + 0.0032634735107421875, + 0.0030155181884765625, + -0.0250091552734375, + 0.017303466796875, + 0.004711151123046875, + -0.044281005859375, + 0.0185089111328125, + -0.0083160400390625, + -0.02093505859375, + 0.042755126953125, + -0.038787841796875, + 0.0258941650390625, + 0.00815582275390625, + 0.00225830078125, + 0.047149658203125, + 0.06829833984375, + 0.002368927001953125, + -0.01983642578125, + 0.0057830810546875, + -0.039886474609375, + 0.0118408203125, + -0.01168060302734375, + 0.00514984130859375, + -0.065673828125, + 0.0191650390625, + 0.057281494140625, + -0.06475830078125, + 0.0199432373046875, + 0.0038280487060546875, + -0.004817962646484375, + -0.047576904296875, + 0.004791259765625, + 0.007160186767578125, + 0.007106781005859375, + 0.06036376953125, + 0.006664276123046875, + -0.01861572265625, + 0.0201568603515625, + -0.05419921875, + 0.038116455078125, + 0.01305389404296875, + 0.033050537109375, + -0.047821044921875, + 0.03173828125, + 0.018402099609375, + -0.0272064208984375, + -0.007381439208984375, + -0.07843017578125, + 0.033721923828125, + 0.03436279296875, + 0.0204925537109375, + 0.00699615478515625, + 0.01206207275390625, + -0.038116455078125, + -0.0150909423828125, + -0.0244598388671875, + 0.0038280487060546875, + 0.0219268798828125, + 0.0125579833984375, + -0.041412353515625, + -0.021148681640625, + -0.004711151123046875, + -0.046722412109375, + -0.033935546875, + -0.035919189453125, + 0.0306243896484375, + -0.00881195068359375, + -0.06695556640625, + 0.01068878173828125, + -0.035919189453125, + 0.005123138427734375, + 0.0169677734375, + 0.0484619140625, + -0.039215087890625, + -0.0161895751953125, + 0.0272064208984375, + 0.030853271484375, + -0.00162506103515625, + 0.01206207275390625, + 0.0137176513671875, + 0.005260467529296875, + 0.005207061767578125, + -0.035919189453125, + 0.04913330078125, + 0.0440673828125, + -0.033477783203125, + -0.03570556640625, + -0.0233612060546875, + -0.034149169921875, + 0.043853759765625, + -0.01261138916015625, + 0.0207061767578125, + 0.004047393798828125, + -0.0176239013671875, + -0.08551025390625, + 0.05419921875, + 0.0003960132598876953, + 0.006748199462890625, + 0.0235748291015625, + -0.032379150390625, + -0.0440673828125, + -0.0462646484375, + -0.0118408203125, + 0.0187225341796875, + -0.0232391357421875, + 0.0145416259765625, + 0.027984619140625, + 0.01068878173828125, + 0.014434814453125, + 0.0100250244140625, + 0.00908660888671875, + 0.0230255126953125, + 0.01366424560546875, + -0.036346435546875, + 0.06170654296875, + -0.037689208984375, + 0.00853729248046875, + 0.0108489990234375, + 0.0207061767578125, + 0.037017822265625, + -0.0006299018859863281, + -0.04119873046875, + 0.014984130859375, + 0.046051025390625, + 0.060821533203125, + -0.03790283203125, + 0.017730712890625, + -0.01377105712890625, + 0.0033321380615234375, + 0.03106689453125, + -0.01322174072265625, + -0.00289154052734375, + 0.0159759521484375, + -0.01024627685546875, + -0.0196075439453125, + -0.054656982421875, + -0.06390380859375, + 0.005313873291015625, + -0.048248291015625, + -0.012725830078125, + 0.0079345703125, + 0.00908660888671875, + 0.036346435546875, + -0.0552978515625, + 0.049560546875, + -0.0016460418701171875, + -0.0212554931640625, + 0.0111236572265625, + 0.0012531280517578125, + -0.00537109375, + 0.03326416015625, + 0.0224761962890625, + -0.034820556640625, + 0.0191650390625, + -0.041656494140625, + -0.025665283203125, + -0.030181884765625, + -0.006305694580078125, + -0.05859375, + 0.041412353515625, + -0.0731201171875, + -0.024017333984375, + -0.0013217926025390625, + 0.0247802734375, + 0.00782012939453125, + -0.0418701171875, + 0.045166015625, + -0.0022449493408203125, + -0.055755615234375, + 0.01520538330078125, + -0.03656005859375, + -0.041412353515625, + -0.017181396484375, + -0.01322174072265625, + 0.03216552734375, + -0.005977630615234375, + 0.042510986328125, + 0.0498046875, + 0.030181884765625, + 0.01983642578125, + -0.0010118484497070312, + 0.00592041015625, + 0.0091400146484375, + 0.040313720703125, + 0.0306243896484375, + 0.0266571044921875, + -0.00997161865234375, + 0.0208282470703125, + 0.017730712890625, + -0.06610107421875, + -0.0203857421875, + -0.026885986328125, + -0.056396484375, + 0.013824462890625, + 0.05023193359375, + 0.035919189453125, + -0.017730712890625, + 0.01387786865234375, + 0.029296875, + 0.032379150390625, + 0.023681640625, + -0.020263671875, + -0.04296875, + -0.0225830078125, + 0.04296875, + 0.034820556640625, + -0.07489013671875, + 0.0462646484375, + 0.07049560546875, + -0.0203857421875, + -0.01421356201171875, + -0.0131072998046875, + 0.00047516822814941406, + 0.046051025390625, + 0.0418701171875, + 0.035919189453125, + -0.0802001953125, + -0.0037174224853515625, + 0.0176239013671875, + -0.00600433349609375, + -0.0191650390625, + -0.0020923614501953125, + -0.031951904296875, + 0.052886962890625, + -0.059051513671875, + -0.01520538330078125, + 0.0105743408203125, + 0.07843017578125, + -0.007160186767578125, + -0.0212554931640625, + 0.01409912109375, + 0.016082763671875, + 0.02435302734375, + -0.0207061767578125, + -0.00826263427734375, + 0.030181884765625, + -0.003662109375, + 0.0168609619140625, + 0.0531005859375, + 0.024566650390625, + 0.022369384765625, + -0.0094757080078125, + -0.0304107666015625, + 0.0284271240234375, + -0.00331878662109375, + -0.0023136138916015625, + 0.00870513916015625, + -0.050445556640625, + -0.02203369140625, + -0.0233612060546875, + 0.026885986328125, + 0.0284271240234375, + 0.06829833984375, + 0.01421356201171875, + 0.0196075439453125, + -0.015533447265625, + 0.0019683837890625, + 0.01134490966796875, + 0.04296875, + 0.0255584716796875, + 0.002864837646484375, + 0.0192718505859375, + 0.0092010498046875, + 0.01288604736328125, + -0.018280029296875, + 0.037445068359375, + -0.043853759765625, + -0.003208160400390625, + -0.052001953125, + -0.026885986328125, + 0.0192718505859375, + -0.007602691650390625, + 0.0072174072265625, + -0.0255584716796875, + 0.0023822784423828125, + -0.0272064208984375, + -0.04449462890625, + -0.037689208984375, + 0.03173828125, + -0.03790283203125, + 0.01531219482421875, + 0.0226898193359375, + -0.004901885986328125, + 0.0024929046630859375, + -0.022369384765625, + 0.059478759765625, + 0.0187225341796875, + 0.035919189453125, + -0.0176239013671875, + -0.0026302337646484375, + 0.00942230224609375, + -0.004184722900390625, + 0.0260009765625, + 0.0135498046875, + 0.00600433349609375, + 0.05859375, + 0.0304107666015625, + 0.0278778076171875, + -0.040771484375, + 0.0167388916015625, + 0.01206207275390625, + -0.046722412109375, + 0.026336669921875, + 0.0278778076171875, + 0.016082763671875, + 0.012115478515625, + -0.00826263427734375, + 0.005619049072265625, + -0.06524658203125, + 0.06475830078125, + -0.0052337646484375, + -0.0157470703125, + 0.0269927978515625, + -0.046722412109375, + 0.06170654296875, + 0.03173828125, + 0.06744384765625, + -0.07183837890625, + 0.0277557373046875, + -0.0201568603515625, + 0.0269927978515625, + -0.00232696533203125, + -0.01983642578125, + -0.01178741455078125, + 0.0150909423828125, + -0.0181732177734375, + 0.0577392578125, + 0.0237884521484375, + -0.0089263916015625, + -0.060821533203125, + 0.0035800933837890625, + 0.00415802001953125, + 0.01332855224609375, + 0.049560546875, + -0.043182373046875, + -0.034820556640625, + 0.01332855224609375, + 0.0247802734375, + 0.0714111328125, + -0.02093505859375, + 0.006526947021484375, + -0.036346435546875, + -0.0015287399291992188, + 0.00036144256591796875, + -0.018951416015625 + ], + "metadata": { + "domains": [ + "malware-analysis" + ], + "phases": [ + "examination" + ], + "tags": [ + "sandbox", + "av-scan" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Nextcloud", + "type": "tool", + "name": "Nextcloud", + "content": "nextcloud die dsgvo-konforme cloud-collaboration-suite für sichere forensik-team- zusammenarbeit. end-to-end-verschlüsselung schützt sensitive ermittlungs- daten. file-sharing mit granularen berechtigungen und ablaufdaten. versionierung dokumentiert alle änderungen. collabora/onlyoffice-integration für gemeinsame berichterstellung. talk ermöglicht verschlüsselte video- konferenzen für remote-teams. der kalender koordiniert ermittlungen. flow automatisiert workflows: \"wenn report fertig → benachrichtige team\". audit-logs für compliance. external storage bindet bestehende shares ein. die federation vernetzt mehrere behörden-instanzen. two-factor-auth und sso für enterprise-security. apps erweitern für passwort-management, projekt-boards und notizen. skaliert vom raspberry pi für kleine teams bis zur high-availability-cluster. die kontrolle über die eigenen daten macht es zur ersten wahl für behörden und consultants. 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.03271484375, + 0.0019006729125976562, + 0.0204620361328125, + 0.01511383056640625, + 0.030609130859375, + 0.040374755859375, + 0.0455322265625, + 0.004688262939453125, + -0.031768798828125, + -0.012908935546875, + -0.0230560302734375, + 0.034423828125, + -0.0153045654296875, + -0.00946807861328125, + -0.062347412109375, + 0.040557861328125, + -0.016448974609375, + 0.03424072265625, + 0.0275421142578125, + -0.002044677734375, + -0.006839752197265625, + -0.0037784576416015625, + -0.0543212890625, + -0.00803375244140625, + -0.0218048095703125, + 0.0036830902099609375, + -0.0158843994140625, + -0.09490966796875, + -0.02056884765625, + 0.019134521484375, + 0.01434326171875, + -0.039215087890625, + -0.01377105712890625, + 0.037506103515625, + 0.005977630615234375, + -0.0210418701171875, + 0.00605010986328125, + -0.05548095703125, + -0.033843994140625, + 0.0244903564453125, + -0.00908660888671875, + 0.0036106109619140625, + 0.0246734619140625, + 0.027923583984375, + -0.031951904296875, + -0.03424072265625, + -0.033294677734375, + -0.024871826171875, + 0.000014007091522216797, + -0.032318115234375, + 0.007030487060546875, + 0.035003662109375, + -0.007221221923828125, + 0.007366180419921875, + -0.021331787109375, + 0.01434326171875, + -0.005069732666015625, + -0.0211334228515625, + -0.058929443359375, + 0.0428466796875, + -0.024383544921875, + -0.005523681640625, + -0.0037059783935546875, + -0.0008130073547363281, + 0.00750732421875, + 0.0281219482421875, + -0.035003662109375, + -0.025054931640625, + 0.0021152496337890625, + -0.037506103515625, + 0.01161956787109375, + 0.0275421142578125, + -0.0294647216796875, + 0.03271484375, + -0.040374755859375, + -0.044769287109375, + 0.037689208984375, + 0.0269775390625, + 0.0033473968505859375, + 0.00870513916015625, + -0.057769775390625, + 0.0007052421569824219, + 0.0265960693359375, + -0.0067901611328125, + -0.040374755859375, + -0.02362060546875, + 0.022003173828125, + 0.0220947265625, + -0.005523681640625, + 0.0313720703125, + 0.02581787109375, + -0.0357666015625, + 0.01233673095703125, + -0.033660888671875, + 0.0516357421875, + 0.05584716796875, + -0.01157379150390625, + -0.0188446044921875, + 0.0202789306640625, + 0.040924072265625, + 0.0041351318359375, + -0.032135009765625, + 0.053558349609375, + -0.010040283203125, + 0.0260162353515625, + -0.0281219482421875, + -0.004352569580078125, + -0.004688262939453125, + -0.01009368896484375, + 0.005237579345703125, + -0.09796142578125, + -0.056243896484375, + -0.016357421875, + -0.05816650390625, + 0.0012731552124023438, + 0.005809783935546875, + 0.01056671142578125, + 0.060821533203125, + -0.054718017578125, + -0.03271484375, + 0.004756927490234375, + 0.0224761962890625, + -0.0018529891967773438, + 0.008941650390625, + -0.0482177734375, + -0.05548095703125, + 0.0218048095703125, + 0.01702880859375, + -0.01161956787109375, + -0.040924072265625, + -0.01081085205078125, + -0.033843994140625, + -0.00803375244140625, + -0.050872802734375, + -0.0125274658203125, + -0.03424072265625, + 0.03594970703125, + -0.003971099853515625, + 0.00798797607421875, + 0.014251708984375, + 0.035400390625, + -0.040740966796875, + -0.04840087890625, + -0.0217132568359375, + -0.059295654296875, + -0.024871826171875, + -0.03826904296875, + 0.06158447265625, + -0.0357666015625, + -0.030029296875, + 0.00444793701171875, + -0.0024261474609375, + 0.034820556640625, + 0.0150146484375, + 0.00257110595703125, + -0.006359100341796875, + -0.004756927490234375, + 0.000008165836334228516, + 0.0265960693359375, + 0.0175933837890625, + -0.0275421142578125, + 0.0121002197265625, + 0.009613037109375, + 0.03997802734375, + -0.0110931396484375, + -0.0260162353515625, + -0.01271820068359375, + 0.010711669921875, + -0.0082244873046875, + 0.0190277099609375, + 0.0182647705078125, + 0.0125274658203125, + 0.056610107421875, + 0.050872802734375, + -0.0016622543334960938, + 0.036346435546875, + 0.006122589111328125, + -0.0246734619140625, + 0.04132080078125, + 0.019317626953125, + -0.003971099853515625, + -0.00865936279296875, + 0.059295654296875, + 0.00021219253540039062, + 0.00478363037109375, + -0.0013685226440429688, + -0.050506591796875, + 0.001476287841796875, + -0.033660888671875, + 0.01549530029296875, + -0.030029296875, + -0.0311737060546875, + -0.0074615478515625, + 0.0168304443359375, + 0.044586181640625, + 0.06353759765625, + 0.0304107666015625, + -0.017120361328125, + 0.037506103515625, + -0.0124359130859375, + -0.0117645263671875, + 0.01654052734375, + -0.002689361572265625, + 0.0304107666015625, + 0.0103302001953125, + 0.0089874267578125, + 0.002941131591796875, + 0.0543212890625, + 0.017120361328125, + -0.0174102783203125, + 0.0003407001495361328, + 0.034423828125, + -0.0198974609375, + -0.035400390625, + -0.06732177734375, + -0.0283050537109375, + -0.00750732421875, + -0.025054931640625, + -0.048583984375, + 0.024200439453125, + -0.00727081298828125, + -0.05126953125, + -0.022674560546875, + 0.032318115234375, + 0.00518798828125, + 0.0516357421875, + 0.036529541015625, + -0.01511383056640625, + -0.0273590087890625, + 0.005237579345703125, + 0.01214599609375, + 0.03289794921875, + -0.0188446044921875, + 0.0309906005859375, + 0.005405426025390625, + -0.039215087890625, + 0.039031982421875, + 0.035400390625, + 0.0189361572265625, + 0.0145416259765625, + -0.004878997802734375, + 0.033294677734375, + -0.01152801513671875, + 0.043243408203125, + 0.03253173828125, + -0.004878997802734375, + 0.004638671875, + -0.0027256011962890625, + 0.03997802734375, + 0.0296478271484375, + -0.0357666015625, + -0.00026154518127441406, + -0.07037353515625, + -0.01482391357421875, + -0.06927490234375, + -0.047454833984375, + -0.044952392578125, + -0.060821533203125, + 0.0650634765625, + -0.043426513671875, + -0.0153961181640625, + -0.030609130859375, + 0.0078887939453125, + -0.011810302734375, + 0.04266357421875, + -0.0121917724609375, + -0.026397705078125, + 0.01434326171875, + 0.0631103515625, + 0.0224761962890625, + -0.01434326171875, + 0.001476287841796875, + 0.01654052734375, + 0.0153045654296875, + 0.01233673095703125, + -0.005115509033203125, + 0.0139617919921875, + 0.035003662109375, + 0.0145416259765625, + 0.0265960693359375, + -0.00836944580078125, + 0.0267791748046875, + 0.004734039306640625, + 0.0267791748046875, + -0.043426513671875, + -0.005619049072265625, + -0.006072998046875, + 0.0139617919921875, + -0.0085601806640625, + -0.07537841796875, + 0.025054931640625, + 0.06732177734375, + -0.004016876220703125, + -0.004184722900390625, + 0.01186370849609375, + -0.0265960693359375, + -0.0031795501708984375, + 0.013580322265625, + -0.009185791015625, + 0.0269775390625, + 0.053955078125, + -0.037506103515625, + 0.0019130706787109375, + -0.01114654541015625, + -0.008941650390625, + -0.032135009765625, + -0.04266357421875, + 0.0019855499267578125, + -0.00798797607421875, + -0.03961181640625, + -0.01654052734375, + 0.039215087890625, + -0.01549530029296875, + -0.0026187896728515625, + -0.00731658935546875, + 0.0125274658203125, + -0.037109375, + -0.06658935546875, + -0.005786895751953125, + -0.05010986328125, + -0.027923583984375, + -0.01081085205078125, + 0.0367431640625, + 0.005859375, + 0.021240234375, + -0.00322723388671875, + -0.0260162353515625, + -0.0302276611328125, + 0.01434326171875, + -0.0088958740234375, + 0.0265960693359375, + 0.0088958740234375, + 0.02716064453125, + 0.0288848876953125, + 0.044189453125, + 0.0159759521484375, + 0.05853271484375, + 0.0138702392578125, + -0.0185546875, + 0.0117645263671875, + -0.0030612945556640625, + -0.0048065185546875, + 0.034423828125, + -0.012908935546875, + -0.0304107666015625, + 0.01090240478515625, + -0.0472412109375, + 0.02294921875, + 0.024383544921875, + 0.018646240234375, + 0.034423828125, + -0.0089874267578125, + 0.02581787109375, + 0.0472412109375, + 0.01009368896484375, + 0.080322265625, + -0.0210418701171875, + -0.04840087890625, + 0.0078887939453125, + 0.038818359375, + -0.0309906005859375, + -0.012908935546875, + 0.05279541015625, + -0.0015897750854492188, + 0.00411224365234375, + 0.01434326171875, + -0.020660400390625, + 0.02410888671875, + -0.026397705078125, + -0.004230499267578125, + -0.0168304443359375, + -0.0202789306640625, + 0.00975799560546875, + 0.044586181640625, + 0.037872314453125, + 0.0021648406982421875, + 0.0159759521484375, + -0.00621795654296875, + -0.0265960693359375, + -0.05279541015625, + -0.06390380859375, + 0.007793426513671875, + 0.0309906005859375, + -0.002044677734375, + 0.0401611328125, + -0.000621795654296875, + -0.06427001953125, + 0.01329803466796875, + -0.027923583984375, + 0.053558349609375, + 0.02850341796875, + 0.035186767578125, + 0.042266845703125, + -0.0239105224609375, + -0.00994873046875, + 0.032318115234375, + 0.00605010986328125, + 0.0198974609375, + 0.0180816650390625, + 0.04974365234375, + -0.007411956787109375, + -0.0302276611328125, + 0.027740478515625, + 0.042083740234375, + 0.01444244384765625, + 0.00406646728515625, + 0.0201873779296875, + 0.0254364013671875, + 0.03155517578125, + -0.0340576171875, + 0.049346923828125, + 0.0166473388671875, + -0.034637451171875, + -0.00206756591796875, + 0.0037059783935546875, + 0.01056671142578125, + -0.050872802734375, + -0.0167388916015625, + -0.004543304443359375, + 0.030029296875, + -0.0106201171875, + 0.029266357421875, + -0.0252532958984375, + 0.00020170211791992188, + 0.0139617919921875, + -0.05853271484375, + 0.017974853515625, + 0.0204620361328125, + -0.01473236083984375, + 0.0202789306640625, + -0.031951904296875, + -0.01023101806640625, + 0.033294677734375, + -0.00571441650390625, + -0.0275421142578125, + 0.0146331787109375, + 0.047454833984375, + -0.05584716796875, + -0.0455322265625, + -0.033294677734375, + -0.01568603515625, + 0.00408935546875, + -0.0246734619140625, + 0.0187530517578125, + -0.007366180419921875, + -0.0095672607421875, + 0.00975799560546875, + 0.046295166015625, + 0.02410888671875, + -0.0428466796875, + 0.0543212890625, + -0.005283355712890625, + -0.0516357421875, + 0.0273590087890625, + 0.024200439453125, + 0.014923095703125, + -0.038055419921875, + -0.024200439453125, + -0.012908935546875, + 0.02142333984375, + -0.01081085205078125, + 0.01271820068359375, + -0.0283050537109375, + -0.02984619140625, + -0.0543212890625, + 0.0288848876953125, + 0.0146331787109375, + 0.040374755859375, + -0.0222930908203125, + -0.025634765625, + 0.019317626953125, + -0.053558349609375, + -0.038818359375, + -0.021240234375, + 0.025634765625, + -0.024871826171875, + 0.04876708984375, + 0.0017690658569335938, + 0.0153961181640625, + -0.024200439453125, + 0.037689208984375, + 0.0019245147705078125, + -0.02984619140625, + -0.06005859375, + 0.044769287109375, + 0.030029296875, + -0.0654296875, + 0.00010389089584350586, + 0.0009860992431640625, + 0.0018768310546875, + 0.039794921875, + -0.058929443359375, + -0.0013093948364257812, + 0.018646240234375, + -0.0650634765625, + -0.034637451171875, + -0.03253173828125, + -0.009185791015625, + -0.032135009765625, + 0.02716064453125, + 0.04437255859375, + -0.0117645263671875, + 0.02581787109375, + 0.004711151123046875, + 0.01415252685546875, + 0.031951904296875, + -0.01434326171875, + -0.029083251953125, + 0.03997802734375, + -0.0654296875, + -0.030609130859375, + -0.0051422119140625, + 0.050506591796875, + -0.01788330078125, + -0.01788330078125, + 0.0302276611328125, + -0.0012493133544921875, + 0.044952392578125, + -0.040557861328125, + -0.00727081298828125, + -0.0340576171875, + -0.037689208984375, + -0.0246734619140625, + -0.014251708984375, + -0.00832366943359375, + 0.005405426025390625, + 0.00807952880859375, + -0.0021762847900390625, + 0.039031982421875, + -0.06390380859375, + 0.010711669921875, + 0.032135009765625, + -0.006504058837890625, + 0.0082244873046875, + 0.0128173828125, + -0.00571441650390625, + 0.0089874267578125, + 0.007843017578125, + -0.03424072265625, + -0.04437255859375, + -0.060821533203125, + 0.032318115234375, + -0.00994873046875, + 0.0038967132568359375, + -0.042266845703125, + -0.033843994140625, + -0.06964111328125, + -0.00975799560546875, + 0.057769775390625, + 0.0283050537109375, + 0.0216217041015625, + -0.0021152496337890625, + -0.018646240234375, + 0.00693511962890625, + -0.0175018310546875, + 0.0153961181640625, + -0.01161956787109375, + -0.0015420913696289062, + 0.0283050537109375, + -0.053192138671875, + 0.012054443359375, + 0.005786895751953125, + 0.01922607421875, + 0.0150146484375, + 0.020660400390625, + -0.040557861328125, + 0.0246734619140625, + -0.01224517822265625, + -0.036529541015625, + 0.002593994140625, + -0.022857666015625, + 0.00537872314453125, + -0.037109375, + 0.01329803466796875, + 0.0022602081298828125, + 0.0286865234375, + 0.0275421142578125, + -0.00698089599609375, + -0.01558685302734375, + 0.020843505859375, + 0.0056915283203125, + 0.0482177734375, + -0.0296478271484375, + -0.060821533203125, + -0.01271820068359375, + -0.0242919921875, + 0.0181732177734375, + 0.05584716796875, + -0.01018524169921875, + -0.0240020751953125, + -0.00394439697265625, + 0.0260162353515625, + 0.00951385498046875, + -0.026397705078125, + 0.00339508056640625, + 0.0153961181640625, + 0.02581787109375, + 0.05242919921875, + 0.01702880859375, + 0.08758544921875, + 0.006359100341796875, + -0.004688262939453125, + 0.056610107421875, + 0.043792724609375, + 0.027740478515625, + -0.03594970703125, + -0.05548095703125, + -0.01406097412109375, + 0.01922607421875, + -0.027923583984375, + -0.0283050537109375, + 0.00019431114196777344, + 0.040924072265625, + -0.073486328125, + -0.0139617919921875, + -0.0175933837890625, + 0.014923095703125, + 0.0017337799072265625, + 0.0209503173828125, + 0.01338958740234375, + 0.00499725341796875, + 0.0071258544921875, + -0.020660400390625, + 0.005115509033203125, + -0.0088958740234375, + 0.0160675048828125, + 0.04876708984375, + 0.01654052734375, + -0.02581787109375, + 0.039031982421875, + 0.0304107666015625, + 0.01128387451171875, + 0.040740966796875, + 0.030029296875, + 0.048004150390625, + 0.0260162353515625, + 0.04150390625, + 0.07537841796875, + -0.0169219970703125, + -0.0252532958984375, + 0.030029296875, + 0.004352569580078125, + 0.0596923828125, + 0.060455322265625, + 0.0008845329284667969, + 0.0089874267578125, + -0.0012912750244140625, + -0.0240020751953125, + -0.0196990966796875, + 0.0011358261108398438, + -0.0121917724609375, + -0.030029296875, + -0.05279541015625, + 0.0239105224609375, + -0.03271484375, + 0.00411224365234375, + -0.016448974609375, + -0.006359100341796875, + 0.0030841827392578125, + 0.022186279296875, + -0.0117645263671875, + -0.055084228515625, + 0.0168304443359375, + -0.012054443359375, + -0.026214599609375, + -0.047454833984375, + -0.024200439453125, + 0.033843994140625, + -0.0089874267578125, + -0.0596923828125, + -0.0008068084716796875, + 0.0275421142578125, + -0.00836944580078125, + -0.01558685302734375, + -0.0182647705078125, + 0.0059051513671875, + -0.0138702392578125, + -0.050506591796875, + -0.052032470703125, + -0.02850341796875, + 0.003204345703125, + -0.0158843994140625, + 0.00875091552734375, + -0.017974853515625, + -0.0153961181640625, + -0.0064544677734375, + -0.0124359130859375, + 0.00885009765625, + -0.00022864341735839844, + -0.044586181640625, + 0.03155517578125, + 0.0275421142578125, + 0.02581787109375, + 0.04705810546875, + 0.062744140625, + -0.0017452239990234375, + 0.0160675048828125, + -0.0234375, + -0.0296478271484375, + 0.0010166168212890625, + 0.006122589111328125, + 0.023529052734375, + -0.05548095703125, + -0.01009368896484375, + 0.06927490234375, + -0.06732177734375, + 0.037506103515625, + 0.0150146484375, + -0.0269775390625, + -0.0311737060546875, + -0.0125274658203125, + -0.002666473388671875, + 0.033843994140625, + 0.09527587890625, + 0.03997802734375, + -0.019805908203125, + 0.003658294677734375, + -0.040374755859375, + 0.046478271484375, + 0.01837158203125, + 0.0173187255859375, + -0.034637451171875, + -0.0005321502685546875, + 0.0113372802734375, + -0.022186279296875, + -0.01018524169921875, + -0.0830078125, + -0.014923095703125, + 0.039398193359375, + -0.0006546974182128906, + -0.030792236328125, + -0.024200439453125, + -0.033843994140625, + -0.039215087890625, + -0.038818359375, + 0.02984619140625, + 0.011383056640625, + 0.00223541259765625, + -0.0269775390625, + -0.0167388916015625, + -0.0009860992431640625, + -0.055084228515625, + -0.033660888671875, + -0.00937652587890625, + 0.03692626953125, + -0.00550079345703125, + -0.0252532958984375, + 0.037109375, + 0.019805908203125, + 0.0001538991928100586, + 0.0038738250732421875, + 0.054718017578125, + -0.030792236328125, + -0.0038967132568359375, + 0.009613037109375, + 0.029266357421875, + -0.025054931640625, + 0.005046844482421875, + 0.00860595703125, + 0.01482391357421875, + 0.05126953125, + -0.0273590087890625, + 0.0455322265625, + 0.04150390625, + -0.017791748046875, + -0.034423828125, + -0.00937652587890625, + -0.0428466796875, + 0.053192138671875, + -0.00832366943359375, + 0.0252532958984375, + 0.00444793701171875, + -0.0570068359375, + -0.08074951171875, + 0.0283050537109375, + -0.0146331787109375, + -0.0006337165832519531, + 0.001255035400390625, + -0.0180816650390625, + -0.039031982421875, + -0.02008056640625, + -0.027923583984375, + 0.027923583984375, + -0.03155517578125, + 0.019805908203125, + -0.0031566619873046875, + -0.0004930496215820312, + -0.004711151123046875, + 0.00942230224609375, + -0.0153045654296875, + 0.05816650390625, + 0.00373077392578125, + -0.0181732177734375, + 0.061981201171875, + -0.01224517822265625, + 0.0146331787109375, + -0.006313323974609375, + -0.0159759521484375, + -0.00408935546875, + -0.033294677734375, + -0.0198974609375, + 0.0194091796875, + 0.011474609375, + 0.03692626953125, + -0.00482940673828125, + 0.0204620361328125, + -0.019805908203125, + -0.005977630615234375, + 0.0160675048828125, + -0.0222930908203125, + -0.0202789306640625, + -0.010711669921875, + -0.036163330078125, + -0.0260162353515625, + -0.057769775390625, + -0.09027099609375, + -0.0033245086669921875, + -0.05548095703125, + -0.016448974609375, + 0.021331787109375, + 0.038055419921875, + 0.03594970703125, + -0.0174102783203125, + 0.004878997802734375, + -0.0244903564453125, + -0.0018177032470703125, + -0.044586181640625, + -0.0078887939453125, + -0.0150146484375, + 0.052032470703125, + 0.016357421875, + -0.044769287109375, + 0.03424072265625, + -0.019989013671875, + -0.0013990402221679688, + -0.031768798828125, + -0.0121917724609375, + -0.0190277099609375, + 0.0260162353515625, + -0.07501220703125, + -0.0260162353515625, + 0.04132080078125, + 0.057373046875, + 0.007793426513671875, + -0.032318115234375, + 0.048980712890625, + -0.035400390625, + -0.05126953125, + -0.0252532958984375, + -0.004352569580078125, + -0.0267791748046875, + 0.0089874267578125, + -0.005451202392578125, + 0.0180816650390625, + -0.00408935546875, + 0.0254364013671875, + 0.00927734375, + 0.0267791748046875, + 0.027740478515625, + -0.0260162353515625, + -0.01837158203125, + 0.006649017333984375, + 0.0139617919921875, + 0.048583984375, + 0.03594970703125, + -0.0009503364562988281, + 0.0269775390625, + -0.0104217529296875, + -0.0860595703125, + -0.018463134765625, + -0.049346923828125, + -0.036163330078125, + -0.005596160888671875, + 0.09295654296875, + 0.03961181640625, + 0.0019483566284179688, + 0.033660888671875, + 0.057373046875, + 0.0139617919921875, + 0.0153961181640625, + -0.0265960693359375, + -0.046295166015625, + -0.00394439697265625, + 0.0035858154296875, + 0.00794219970703125, + -0.047454833984375, + 0.037506103515625, + 0.050872802734375, + -0.01047515869140625, + -0.0275421142578125, + -0.0160675048828125, + 0.008514404296875, + 0.03271484375, + 0.0401611328125, + 0.0010461807250976562, + -0.0650634765625, + 0.0222930908203125, + 0.0124359130859375, + 0.0012197494506835938, + -0.031951904296875, + -0.026397705078125, + -0.00984954833984375, + 0.050872802734375, + -0.057373046875, + -0.00860595703125, + 0.0014467239379882812, + 0.080322265625, + 0.00803375244140625, + -0.03289794921875, + -0.0309906005859375, + 0.055084228515625, + 0.0198974609375, + -0.022674560546875, + 0.0225677490234375, + 0.0242919921875, + -0.0166473388671875, + 0.03155517578125, + 0.05279541015625, + -0.00406646728515625, + 0.04534912109375, + 0.007747650146484375, + -0.0267791748046875, + 0.0455322265625, + 0.01085662841796875, + 0.030029296875, + -0.033477783203125, + -0.03289794921875, + -0.019805908203125, + -0.040924072265625, + 0.047821044921875, + -0.0009565353393554688, + 0.0286865234375, + 0.03594970703125, + 0.016265869140625, + -0.020660400390625, + -0.0022716522216796875, + 0.015777587890625, + 0.0240020751953125, + 0.0202789306640625, + -0.0153045654296875, + 0.004425048828125, + -0.0023784637451171875, + 0.01329803466796875, + -0.033843994140625, + 0.0304107666015625, + -0.0296478271484375, + 0.0033721923828125, + -0.0273590087890625, + 0.018463134765625, + 0.00698089599609375, + -0.02581787109375, + -0.00794219970703125, + -0.03729248046875, + 0.03997802734375, + -0.048004150390625, + -0.0223846435546875, + 0.0099029541015625, + 0.03289794921875, + -0.029266357421875, + 0.04132080078125, + 0.01377105712890625, + -0.0313720703125, + 0.00518798828125, + -0.05279541015625, + 0.08380126953125, + 0.0104217529296875, + 0.039031982421875, + -0.003971099853515625, + 0.0275421142578125, + 0.039794921875, + 0.025634765625, + -0.0059051513671875, + 0.0275421142578125, + -0.04437255859375, + 0.037109375, + 0.050872802734375, + -0.01329803466796875, + -0.056243896484375, + 0.03729248046875, + 0.01119232177734375, + -0.0657958984375, + 0.018646240234375, + 0.030792236328125, + 0.0153961181640625, + -0.0180816650390625, + -0.00727081298828125, + 0.00794219970703125, + -0.07232666015625, + 0.056610107421875, + 0.016448974609375, + 0.01348876953125, + 0.0296478271484375, + -0.0304107666015625, + 0.052032470703125, + 0.0217132568359375, + 0.05010986328125, + -0.021240234375, + 0.04974365234375, + 0.00937652587890625, + -0.004878997802734375, + -0.0125274658203125, + 0.003047943115234375, + 0.001697540283203125, + 0.0340576171875, + -0.03558349609375, + 0.060821533203125, + 0.055084228515625, + 0.00229644775390625, + -0.07269287109375, + -0.01161956787109375, + 0.0019369125366210938, + 0.0202789306640625, + 0.040924072265625, + -0.06658935546875, + -0.006000518798828125, + 0.0110931396484375, + 0.04840087890625, + 0.0738525390625, + -0.003490447998046875, + 0.0188446044921875, + -0.0006575584411621094, + -0.01338958740234375, + -0.00588226318359375, + -0.0138702392578125 ], "metadata": { "domains": [ "incident-response", + "static-investigations", "malware-analysis", + "fraud-investigation", "network-forensics", + "mobile-forensics", "cloud-forensics", - "ics-forensics", - "fraud-investigation" + "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_Volatility_3", + "type": "tool", + "name": "Volatility 3", + "content": "volatility 3 der standard für memory-forensik - komplett neu entwickelt für moderne ermittlungen. version 3 (feature-parity mai 2025) eliminiert das lästige --profile durch automatische os-erkennung. revolutionäre performance durch symbolbasierte analyse verarbeitet multi-gb-dumps in sekunden statt minuten. über 100 plugins dekodieren prozesse, dll-injections, netzwerkverbindungen, registry-hives und versteckte rootkits. native python-3-architektur mit timeline-integration und cloud-storage-support (s3, gcs). neue plugins: windows.hollowprocesses für process-ghosting, linux.ebpf für kernel-hooks, windows.shimcachemem für persistence. yara-integration und sigma-rules direkt im framework. die intuitivere api beschleunigt plugin-entwicklung drastisch. unterstützt aktuelle windows 11, linux 6.x und macos sonoma. der umstieg von v2 lohnt sich allein wegen der performance - analysen die früher stunden dauerten sind jetzt in minuten erledigt. command-line plugin-support scripting memory-timeline process-analysis network-artifacts rootkit-detection code-injection yara-integration python-api scenario:memory_dump opensource incident-response static-investigations malware-analysis network-forensics examination analysis", + "embedding": [ + -0.03472900390625, + 0.0278167724609375, + 0.05352783203125, + -0.0188751220703125, + 0.041290283203125, + 0.041107177734375, + -0.0010576248168945312, + 0.01019287109375, + -0.01453399658203125, + 0.005580902099609375, + -0.03631591796875, + 0.0194091796875, + 0.0002548694610595703, + -0.0233917236328125, + -0.062744140625, + 0.041107177734375, + -0.012939453125, + 0.01213836669921875, + 0.0052490234375, + 0.0064697265625, + -0.0208282470703125, + -0.02569580078125, + -0.06378173828125, + 0.0162200927734375, + 0.0288848876953125, + 0.02587890625, + -0.0106353759765625, + -0.052459716796875, + -0.006999969482421875, + 0.0027141571044921875, + 0.0281829833984375, + -0.02960205078125, + 0.02374267578125, + 0.021087646484375, + -0.0014181137084960938, + -0.0052490234375, + 0.007175445556640625, + -0.054931640625, + -0.0269317626953125, + 0.052093505859375, + -0.0152435302734375, + 0.0018053054809570312, + 0.023040771484375, + -0.01666259765625, + -0.054229736328125, + -0.028350830078125, + 0.0177154541015625, + -0.01532745361328125, + 0.039703369140625, + -0.043243408203125, + 0.01435089111328125, + 0.0288848876953125, + 0.002658843994140625, + -0.01222991943359375, + -0.04254150390625, + 0.0159454345703125, + -0.004451751708984375, + 0.001617431640625, + -0.035980224609375, + 0.0474853515625, + -0.0765380859375, + -0.031707763671875, + -0.001850128173828125, + -0.032073974609375, + 0.0109405517578125, + 0.04449462890625, + -0.0033016204833984375, + -0.03155517578125, + 0.02215576171875, + 0.01444244384765625, + 0.00036835670471191406, + -0.0281829833984375, + -0.0423583984375, + 0.02410888671875, + 0.0022144317626953125, + -0.054931640625, + 0.00970458984375, + 0.043609619140625, + 0.006511688232421875, + -0.001728057861328125, + -0.0552978515625, + 0.00904083251953125, + 0.039703369140625, + -0.001972198486328125, + -0.016571044921875, + 0.013824462890625, + 0.03118896484375, + 0.0272979736328125, + 0.0160369873046875, + -0.00948333740234375, + 0.04217529296875, + 0.00215911865234375, + 0.0281829833984375, + -0.0124053955078125, + 0.037750244140625, + 0.041656494140625, + -0.00522613525390625, + -0.0313720703125, + -0.011871337890625, + 0.035614013671875, + 0.016387939453125, + -0.04217529296875, + 0.022857666015625, + 0.0020046234130859375, + 0.041656494140625, + -0.039154052734375, + 0.01267242431640625, + -0.0171966552734375, + -0.00930023193359375, + -0.0180816650390625, + -0.10205078125, + -0.03350830078125, + -0.00032806396484375, + -0.046417236328125, + -0.012054443359375, + -0.00013709068298339844, + -0.00551605224609375, + 0.054931640625, + -0.03826904296875, + -0.06341552734375, + 0.0114288330078125, + 0.0161285400390625, + -0.007488250732421875, + 0.0271148681640625, + -0.0216217041015625, + -0.039337158203125, + 0.010009765625, + 0.04022216796875, + -0.013824462890625, + -0.016571044921875, + -0.01470947265625, + -0.0005927085876464844, + -0.0158538818359375, + -0.03472900390625, + 0.0050048828125, + -0.0158538818359375, + 0.0306549072265625, + -0.0024929046630859375, + -0.023040771484375, + 0.02569580078125, + 0.04022216796875, + -0.02215576171875, + -0.04998779296875, + 0.03155517578125, + -0.0271148681640625, + -0.01090240478515625, + -0.007354736328125, + 0.032073974609375, + -0.00997161865234375, + -0.01444244384765625, + -0.01727294921875, + 0.005428314208984375, + 0.04998779296875, + 0.0189666748046875, + 0.00997161865234375, + -0.04217529296875, + -0.0186004638671875, + -0.024993896484375, + 0.054931640625, + -0.02197265625, + -0.0225982666015625, + -0.0002548694610595703, + -0.0132904052734375, + 0.0225982666015625, + -0.037384033203125, + -0.024810791015625, + 0.017364501953125, + 0.0288848876953125, + 0.0090789794921875, + 0.0187835693359375, + 0.03900146484375, + 0.0024471282958984375, + 0.058135986328125, + 0.07940673828125, + -0.021087646484375, + 0.0030345916748046875, + 0.0006313323974609375, + -0.002857208251953125, + 0.034210205078125, + 0.0287017822265625, + -0.0198516845703125, + -0.01409149169921875, + 0.0274658203125, + -0.01311492919921875, + 0.00855255126953125, + -0.0064239501953125, + -0.0171966552734375, + 0.0010690689086914062, + -0.04608154296875, + 0.01444244384765625, + -0.056365966796875, + -0.0262298583984375, + -0.03509521484375, + 0.04058837890625, + 0.00934600830078125, + 0.072998046875, + 0.02587890625, + -0.002269744873046875, + 0.02410888671875, + 0.01568603515625, + 0.0168304443359375, + 0.039337158203125, + -0.018157958984375, + 0.0482177734375, + -0.00004017353057861328, + 0.0297698974609375, + -0.01373291015625, + 0.07086181640625, + -0.01027679443359375, + -0.010498046875, + -0.0069122314453125, + 0.055999755859375, + -0.0141754150390625, + -0.0217132568359375, + -0.0177154541015625, + -0.038116455078125, + 0.0132904052734375, + -0.01134490966796875, + -0.004077911376953125, + -0.0064697265625, + -0.0272979736328125, + -0.046783447265625, + -0.0177154541015625, + 0.02960205078125, + -0.0087738037109375, + 0.045013427734375, + 0.046783447265625, + -0.01023101806640625, + -0.040771484375, + 0.007663726806640625, + 0.01027679443359375, + 0.016754150390625, + 0.00571441650390625, + -0.0009908676147460938, + -0.018341064453125, + -0.033660888671875, + 0.030303955078125, + 0.0109405517578125, + 0.0271148681640625, + 0.00952911376953125, + -0.00664520263671875, + 0.0513916015625, + -0.011871337890625, + 0.04571533203125, + 0.035980224609375, + -0.01125335693359375, + -0.00615692138671875, + 0.00502777099609375, + 0.03668212890625, + 0.06878662109375, + -0.0482177734375, + -0.00159454345703125, + -0.08575439453125, + -0.0032787322998046875, + -0.07196044921875, + -0.035980224609375, + -0.01320648193359375, + -0.051025390625, + 0.041473388671875, + -0.03277587890625, + -0.02392578125, + 0.004119873046875, + 0.006378173828125, + 0.01763916015625, + 0.0552978515625, + 0.0207366943359375, + -0.035430908203125, + -0.005603790283203125, + 0.0592041015625, + -0.0083770751953125, + -0.02392578125, + -0.0016832351684570312, + 0.0196685791015625, + -0.032257080078125, + 0.01302337646484375, + -0.0290679931640625, + 0.01727294921875, + 0.04571533203125, + 0.0169219970703125, + 0.0184326171875, + -0.0206451416015625, + 0.003787994384765625, + -0.0215301513671875, + 0.039520263671875, + -0.032257080078125, + -0.0016613006591796875, + 0.0013399124145507812, + -0.007175445556640625, + -0.0260467529296875, + -0.058837890625, + 0.0161285400390625, + 0.062744140625, + -0.0014505386352539062, + -0.0005731582641601562, + -0.0012235641479492188, + -0.050323486328125, + 0.0279998779296875, + -0.0059814453125, + 0.0026912689208984375, + 0.0206451416015625, + 0.050323486328125, + -0.0255126953125, + 0.003765106201171875, + -0.0059814453125, + -0.00576019287109375, + -0.035430908203125, + -0.06060791015625, + -0.0288848876953125, + -0.00952911376953125, + -0.03863525390625, + 0.0009412765502929688, + 0.0262298583984375, + -0.006378173828125, + 0.00797271728515625, + -0.00904083251953125, + -0.012939453125, + -0.035430908203125, + -0.042877197265625, + 0.0269317626953125, + -0.022064208984375, + -0.03509521484375, + -0.0204620361328125, + 0.04608154296875, + 0.00792694091796875, + 0.01470947265625, + -0.0251617431640625, + -0.010498046875, + -0.0215301513671875, + 0.0039215087890625, + -0.0095672607421875, + 0.037933349609375, + -0.0030574798583984375, + 0.04376220703125, + 0.036865234375, + 0.012847900390625, + 0.01134490966796875, + 0.048553466796875, + 0.015594482421875, + -0.0216217041015625, + -0.0016508102416992188, + -0.004032135009765625, + 0.01125335693359375, + 0.0106353759765625, + -0.0164794921875, + -0.0142669677734375, + -0.0244598388671875, + -0.01435089111328125, + 0.0195770263671875, + 0.0017719268798828125, + 0.03277587890625, + 0.0345458984375, + -0.006999969482421875, + 0.01027679443359375, + 0.028350830078125, + 0.0006532669067382812, + 0.09356689453125, + -0.01320648193359375, + -0.057403564453125, + 0.0008473396301269531, + 0.0242767333984375, + -0.021087646484375, + -0.001140594482421875, + 0.045013427734375, + 0.0059814453125, + -0.00934600830078125, + 0.0189666748046875, + 0.0000851750373840332, + 0.02923583984375, + -0.02215576171875, + 0.0008916854858398438, + 0.03118896484375, + -0.0208282470703125, + 0.012054443359375, + 0.03668212890625, + 0.051025390625, + 0.0255126953125, + 0.048553466796875, + -0.041656494140625, + -0.021087646484375, + -0.032623291015625, + -0.061676025390625, + 0.0012845993041992188, + 0.0278167724609375, + 0.01568603515625, + 0.05316162109375, + -0.0244598388671875, + -0.0804443359375, + 0.026763916015625, + -0.039154052734375, + 0.07159423828125, + 0.06378173828125, + -0.003875732421875, + 0.04217529296875, + 0.0005536079406738281, + -0.00885772705078125, + 0.01399993896484375, + 0.014801025390625, + 0.0290679931640625, + 0.0288848876953125, + 0.04217529296875, + -0.0097503662109375, + -0.037567138671875, + 0.034912109375, + 0.046417236328125, + 0.0188751220703125, + -0.0133819580078125, + 0.0297698974609375, + 0.005649566650390625, + 0.02923583984375, + -0.023040771484375, + 0.0364990234375, + 0.046417236328125, + -0.0004706382751464844, + 0.03277587890625, + -0.015777587890625, + 0.0308380126953125, + -0.0299530029296875, + 0.00576019287109375, + 0.01071929931640625, + -0.0015287399291992188, + 0.009613037109375, + 0.013824462890625, + -0.05670166015625, + -0.01532745361328125, + 0.041473388671875, + -0.047149658203125, + 0.005672454833984375, + 0.042724609375, + -0.0297698974609375, + 0.01541900634765625, + -0.0077972412109375, + -0.043426513671875, + 0.037200927734375, + -0.02410888671875, + -0.023040771484375, + 0.006290435791015625, + 0.041290283203125, + -0.04022216796875, + -0.045379638671875, + -0.0288848876953125, + 0.0006508827209472656, + -0.0018939971923828125, + -0.041290283203125, + 0.036163330078125, + 0.0008859634399414062, + -0.022247314453125, + 0.034210205078125, + 0.04998779296875, + -0.005428314208984375, + -0.01169586181640625, + 0.03314208984375, + -0.0213623046875, + -0.0313720703125, + 0.0290679931640625, + -0.0081939697265625, + 0.0169219970703125, + -0.032073974609375, + -0.0208282470703125, + 0.0096588134765625, + -0.00370025634765625, + -0.00792694091796875, + -0.0060272216796875, + -0.04608154296875, + -0.022247314453125, + -0.059539794921875, + 0.04254150390625, + -0.00757598876953125, + 0.01120758056640625, + -0.004917144775390625, + -0.0513916015625, + 0.03118896484375, + -0.07476806640625, + -0.0584716796875, + -0.0106353759765625, + 0.0226898193359375, + -0.003543853759765625, + 0.06732177734375, + -0.0170135498046875, + -0.00007474422454833984, + 0.0007367134094238281, + 0.0400390625, + 0.0035877227783203125, + 0.0114288330078125, + -0.038116455078125, + 0.030120849609375, + 0.012847900390625, + -0.0223236083984375, + 0.015777587890625, + -0.01041412353515625, + -0.0027027130126953125, + 0.0384521484375, + -0.05352783203125, + -0.00502777099609375, + 0.0199432373046875, + -0.0474853515625, + -0.0279998779296875, + -0.054595947265625, + 0.0008807182312011719, + -0.0482177734375, + 0.044830322265625, + 0.046783447265625, + 0.0159454345703125, + 0.0592041015625, + 0.0124969482421875, + -0.01824951171875, + 0.012054443359375, + -0.00841522216796875, + -0.0123138427734375, + 0.0224151611328125, + -0.0623779296875, + -0.0225067138671875, + -0.02410888671875, + 0.00948333740234375, + -0.0384521484375, + -0.017547607421875, + 0.00262451171875, + -0.0114288330078125, + 0.0299530029296875, + -0.052093505859375, + 0.01302337646484375, + -0.016387939453125, + 0.01036834716796875, + -0.04254150390625, + -0.012939453125, + 0.0169219970703125, + 0.01267242431640625, + 0.0024471282958984375, + -0.004009246826171875, + 0.0217132568359375, + -0.054595947265625, + 0.032958984375, + 0.01222991943359375, + 0.01222991943359375, + -0.0005121231079101562, + -0.0028018951416015625, + 0.01311492919921875, + 0.0186004638671875, + 0.041473388671875, + -0.00815582275390625, + -0.041656494140625, + -0.07196044921875, + 0.005649566650390625, + 0.0033016204833984375, + -0.037567138671875, + -0.030120849609375, + -0.0244598388671875, + -0.06805419921875, + 0.0012569427490234375, + 0.02923583984375, + 0.0294189453125, + 0.00841522216796875, + -0.04449462890625, + -0.024993896484375, + 0.0004513263702392578, + -0.0217132568359375, + 0.044830322265625, + -0.0226898193359375, + 0.0005097389221191406, + -0.00797271728515625, + -0.02215576171875, + 0.024993896484375, + 0.034210205078125, + 0.021087646484375, + 0.020111083984375, + 0.0177154541015625, + -0.0196685791015625, + 0.01355743408203125, + -0.0015287399291992188, + -0.01076507568359375, + 0.0030345916748046875, + -0.023040771484375, + 0.0272979736328125, + -0.040924072265625, + -0.0271148681640625, + 0.02099609375, + 0.01488494873046875, + 0.018524169921875, + -0.0306549072265625, + -0.030303955078125, + 0.02569580078125, + -0.00841522216796875, + 0.06341552734375, + -0.031707763671875, + -0.031890869140625, + 0.0035228729248046875, + -0.014617919921875, + 0.031890869140625, + 0.0404052734375, + -0.00939178466796875, + -0.043060302734375, + 0.0101470947265625, + 0.037750244140625, + -0.0081939697265625, + -0.0364990234375, + -0.036163330078125, + 0.0132904052734375, + 0.00792694091796875, + 0.07086181640625, + 0.0012187957763671875, + 0.09283447265625, + 0.02099609375, + 0.018157958984375, + 0.044830322265625, + 0.07122802734375, + 0.01666259765625, + -0.016571044921875, + -0.062744140625, + -0.0151519775390625, + 0.018524169921875, + -0.0278167724609375, + -0.0313720703125, + -0.031890869140625, + 0.0662841796875, + -0.087890625, + -0.0215301513671875, + 0.0028247833251953125, + -0.012054443359375, + 0.04608154296875, + 0.01311492919921875, + -0.0133819580078125, + 0.01488494873046875, + 0.02569580078125, + -0.037200927734375, + 0.00846099853515625, + -0.0208282470703125, + 0.035797119140625, + 0.04962158203125, + 0.0064697265625, + -0.00978851318359375, + 0.0224151611328125, + -0.00624847412109375, + 0.00846099853515625, + 0.03900146484375, + 0.0244598388671875, + 0.0064697265625, + -0.0009303092956542969, + 0.04998779296875, + 0.047149658203125, + -0.01390838623046875, + -0.0206451416015625, + 0.024993896484375, + 0.03350830078125, + 0.056365966796875, + 0.0439453125, + 0.01497650146484375, + 0.0090789794921875, + 0.0021266937255859375, + -0.05352783203125, + -0.01023101806640625, + 0.00547027587890625, + 0.0012350082397460938, + -0.0478515625, + -0.033660888671875, + 0.01355743408203125, + -0.045379638671875, + 0.03509521484375, + 0.0114288330078125, + -0.0478515625, + -0.006954193115234375, + 0.0278167724609375, + -0.0097503662109375, + -0.0306549072265625, + 0.0123138427734375, + -0.0031452178955078125, + -0.035430908203125, + -0.038116455078125, + -0.039886474609375, + 0.020904541015625, + -0.0255126953125, + -0.0655517578125, + -0.022064208984375, + 0.023040771484375, + -0.03350830078125, + -0.053863525390625, + -0.021087646484375, + 0.011077880859375, + -0.01213836669921875, + -0.037750244140625, + -0.03863525390625, + -0.024627685546875, + 0.012847900390625, + -0.0513916015625, + 0.0274658203125, + -0.02569580078125, + -0.037567138671875, + -0.007663726806640625, + -0.0225982666015625, + -0.0264129638671875, + 0.024810791015625, + -0.04376220703125, + 0.042724609375, + -0.01071929931640625, + 0.0253448486328125, + 0.01267242431640625, + 0.06341552734375, + -0.0197601318359375, + 0.007442474365234375, + -0.0064239501953125, + -0.06842041015625, + -0.0007367134094238281, + 0.000606536865234375, + 0.0029010772705078125, + -0.0726318359375, + 0.022064208984375, + 0.0478515625, + -0.076904296875, + 0.0306549072265625, + -0.0013628005981445312, + -0.020111083984375, + -0.037567138671875, + -0.00815582275390625, + -0.0005316734313964844, + 0.004650115966796875, + 0.09075927734375, + 0.0159454345703125, + -0.002857208251953125, + -0.0029239654541015625, + -0.045013427734375, + 0.059539794921875, + 0.00571441650390625, + 0.0168304443359375, + -0.050689697265625, + 0.0281829833984375, + 0.01267242431640625, + -0.03472900390625, + -0.0124053955078125, + -0.07122802734375, + -0.0124969482421875, + 0.0262298583984375, + 0.036163330078125, + 0.0016727447509765625, + 0.0155029296875, + -0.039337158203125, + -0.0288848876953125, + -0.030120849609375, + 0.01444244384765625, + -0.00762176513671875, + 0.01090240478515625, + -0.0279998779296875, + 0.0281829833984375, + 0.0033664703369140625, + -0.04925537109375, + -0.0235748291015625, + -0.034912109375, + 0.046783447265625, + -0.0024471282958984375, + -0.053863525390625, + 0.039337158203125, + 0.0213623046875, + 0.0124053955078125, + 0.023040771484375, + 0.050323486328125, + -0.026580810546875, + -0.005626678466796875, + 0.01346588134765625, + 0.039886474609375, + 0.012847900390625, + 0.0006866455078125, + 0.0170135498046875, + 0.01346588134765625, + 0.0104522705078125, + -0.040924072265625, + 0.037200927734375, + 0.030303955078125, + -0.02960205078125, + -0.0290679931640625, + -0.040771484375, + -0.038116455078125, + 0.034912109375, + -0.0031890869140625, + 0.0478515625, + 0.00792694091796875, + -0.0159454345703125, + -0.0992431640625, + 0.038818359375, + -0.0169219970703125, + 0.0279998779296875, + 0.0110321044921875, + -0.022857666015625, + -0.07830810546875, + -0.06732177734375, + -0.024810791015625, + 0.0050048828125, + -0.0109405517578125, + 0.02923583984375, + 0.01568603515625, + -0.005893707275390625, + 0.028350830078125, + 0.0025482177734375, + -0.016387939453125, + 0.034912109375, + 0.014617919921875, + -0.033660888671875, + 0.06842041015625, + -0.044647216796875, + -0.0028362274169921875, + 0.01090240478515625, + 0.021881103515625, + -0.00463104248046875, + 0.0090789794921875, + -0.0159454345703125, + -0.0290679931640625, + 0.0251617431640625, + 0.03826904296875, + -0.01090240478515625, + 0.02117919921875, + -0.0262298583984375, + 0.021087646484375, + 0.0123138427734375, + 0.0023479461669921875, + 0.00669097900390625, + 0.02374267578125, + -0.0223236083984375, + -0.0012903213500976562, + -0.06097412109375, + -0.07763671875, + 0.041107177734375, + -0.039337158203125, + 0.00615692138671875, + 0.007663726806640625, + 0.00930023193359375, + 0.01346588134765625, + -0.026763916015625, + 0.04217529296875, + -0.0003018379211425781, + -0.006336212158203125, + -0.028533935546875, + 0.0552978515625, + -0.0171051025390625, + 0.022064208984375, + 0.01346588134765625, + -0.034912109375, + 0.00823974609375, + 0.00102996826171875, + -0.0096588134765625, + -0.0294189453125, + -0.01160430908203125, + -0.005672454833984375, + 0.0189666748046875, + -0.06488037109375, + 0.001312255859375, + 0.0288848876953125, + 0.03509521484375, + -0.004364013671875, + -0.04022216796875, + 0.0384521484375, + -0.006954193115234375, + -0.06768798828125, + 0.02374267578125, + -0.0044097900390625, + -0.041290283203125, + 0.0160369873046875, + -0.01085662841796875, + 0.01041412353515625, + 0.01444244384765625, + 0.03509521484375, + 0.0474853515625, + 0.026580810546875, + -0.005138397216796875, + -0.0168304443359375, + 0.01169586181640625, + -0.02764892578125, + 0.026580810546875, + 0.021087646484375, + 0.0115203857421875, + -0.0083770751953125, + -0.0008139610290527344, + 0.012847900390625, + -0.076904296875, + -0.0179901123046875, + -0.0262298583984375, + -0.061309814453125, + -0.0004513263702392578, + 0.07476806640625, + 0.045013427734375, + -0.0008306503295898438, + 0.016754150390625, + 0.0400390625, + 0.045379638671875, + 0.00939178466796875, + -0.02410888671875, + -0.0513916015625, + -0.0313720703125, + 0.0152435302734375, + 0.034027099609375, + -0.045196533203125, + 0.0517578125, + 0.054595947265625, + -0.01258087158203125, + -0.00939178466796875, + -0.0159454345703125, + 0.00487518310546875, + 0.057769775390625, + 0.0233917236328125, + 0.011871337890625, + -0.0552978515625, + 0.00669097900390625, + 0.036163330078125, + -0.00806427001953125, + 0.00463104248046875, + -0.00952911376953125, + -0.024627685546875, + 0.021270751953125, + -0.042724609375, + -0.003078460693359375, + 0.0044097900390625, + 0.0811767578125, + 0.00708770751953125, + -0.03826904296875, + -0.00394439697265625, + 0.037200927734375, + 0.01081085205078125, + -0.0345458984375, + 0.0218048095703125, + 0.0207366943359375, + -0.03668212890625, + 0.0161285400390625, + 0.0225982666015625, + 0.003345489501953125, + 0.02923583984375, + 0.0133819580078125, + -0.0400390625, + 0.0199432373046875, + 0.0150604248046875, + 0.004207611083984375, + -0.00025200843811035156, + -0.039154052734375, + -0.030303955078125, + -0.04412841796875, + 0.02020263671875, + 0.00478363037109375, + 0.04254150390625, + 0.01068115234375, + -0.00992584228515625, + -0.01169586181640625, + 0.01076507568359375, + 0.031707763671875, + 0.01390838623046875, + 0.0225982666015625, + -0.0015621185302734375, + -0.0034332275390625, + 0.01267242431640625, + 0.026580810546875, + -0.045013427734375, + 0.04962158203125, + -0.04571533203125, + -0.000005364418029785156, + -0.051025390625, + 0.02215576171875, + 0.001617431640625, + -0.016571044921875, + 0.004718780517578125, + -0.04925537109375, + 0.01120758056640625, + -0.0214385986328125, + -0.057769775390625, + -0.000576019287109375, + 0.046417236328125, + -0.044830322265625, + 0.03155517578125, + 0.016387939453125, + -0.01081085205078125, + 0.004520416259765625, + -0.07196044921875, + 0.09039306640625, + 0.0090789794921875, + 0.0242767333984375, + -0.0163116455078125, + 0.0073089599609375, + 0.01568603515625, + 0.0031681060791015625, + -0.0022373199462890625, + 0.0186920166015625, + -0.0180816650390625, + 0.06024169921875, + 0.0262298583984375, + -0.0078887939453125, + -0.0180816650390625, + 0.00934600830078125, + 0.0207366943359375, + -0.056365966796875, + 0.032073974609375, + 0.040771484375, + 0.03472900390625, + 0.00296783447265625, + -0.01116180419921875, + 0.004608154296875, + -0.06378173828125, + 0.06451416015625, + 0.0162200927734375, + -0.00669097900390625, + 0.034912109375, + -0.05352783203125, + 0.052825927734375, + 0.0215301513671875, + 0.0384521484375, + -0.04925537109375, + 0.043060302734375, + -0.0152435302734375, + 0.0059356689453125, + 0.01346588134765625, + 0.0005288124084472656, + 0.01222991943359375, + 0.01453399658203125, + -0.0197601318359375, + 0.045379638671875, + 0.00020074844360351562, + 0.01435089111328125, + -0.0850830078125, + -0.0170135498046875, + -0.01129913330078125, + 0.01666259765625, + 0.02587890625, + -0.0242767333984375, + -0.02587890625, + 0.0033893585205078125, + 0.039154052734375, + 0.0584716796875, + -0.00952911376953125, + 0.032958984375, + 0.0225067138671875, + -0.023040771484375, + -0.0064697265625, + -0.005847930908203125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis", + "network-forensics" ], "phases": [ "examination", "analysis" ], "tags": [ - "gui", - "protocol-decode", - "packet-filtering", - "pcap-capture", + "command-line", + "plugin-support", + "scripting", + "memory-timeline", + "process-analysis", + "network-artifacts", + "rootkit-detection", + "code-injection", + "yara-integration", + "python-api", + "scenario:memory_dump", + "opensource" + ], + "skillLevel": "advanced", + "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.0000317692756652832, + 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", - "session-reconstruction", - "display-filters", - "follow-stream", - "expert-info", - "statistics", - "coloring-rules", - "tls-decryption" + "triage", + "vql-queries", + "hunt-campaigns", + "real-time-monitoring", + "offline-collector", + "artifact-packs", + "multi-tenancy" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_FRED", + "type": "tool", + "name": "FRED", + "content": "fred forensic recovery of evidence device - die high-end-hardware-lösung für professionelle forensik-labore. kombiniert workstation, imager und write-blocker in einem system. die ultrabay-technologie ermöglicht hot-swap von bis zu 8 laufwerken gleichzeitig. eingebaute hardware- write-blocker für alle gängigen interfaces: sata, sas, ide, usb, firewire. die raid-rekonstruktion arbeitet mit defekten arrays. besonders wertvoll: paralleles imaging mehrerer evidenzen, hardware- beschleunigte hashing, unterstützung exotischer formate. die touchscreen- konsole steuert imaging-vorgänge. field-kit-version für vor-ort-einsätze. integration mit ftk, encase, x-ways. die workstation-komponente analysiert während des imaging. der hohe preis macht es zur investition für high-volume-labs. der support durch digital intelligence ist erstklassig. die modulare bauweise erlaubt upgrades. für kleine teams overkill, für behörden-labs oft standard. die hardware-zuverlässigkeit rechtfertigt den premium-preis. 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.01389312744140625, + 0.032928466796875, + 0.0333251953125, + -0.0010042190551757812, + 0.031951904296875, + 0.045440673828125, + 0.018951416015625, + -0.0017118453979492188, + 0.000911712646484375, + -0.0093231201171875, + -0.033538818359375, + 0.06549072265625, + 0.01071929931640625, + -0.006500244140625, + -0.053192138671875, + 0.0203399658203125, + -0.012451171875, + -0.0035724639892578125, + 0.004611968994140625, + 0.0293731689453125, + -0.00689697265625, + -0.0202484130859375, + -0.0599365234375, + -0.0052337646484375, + -0.012451171875, + 0.012451171875, + -0.0222320556640625, + -0.054779052734375, + -0.022918701171875, + 0.00024187564849853516, + -0.0032253265380859375, + -0.0100250244140625, + 0.0016498565673828125, + 0.0289764404296875, + 0.0323486328125, + -0.0226287841796875, + -0.01824951171875, + -0.0239105224609375, + -0.0135955810546875, + 0.03253173828125, + -0.0032749176025390625, + 0.011016845703125, + -0.0015134811401367188, + -0.0033740997314453125, + -0.03155517578125, + -0.043060302734375, + -0.0203399658203125, + -0.0009303092956542969, + -0.0025310516357421875, + -0.0233154296875, + 0.01235198974609375, + 0.03851318359375, + 0.0169677734375, + -0.00659942626953125, + -0.02679443359375, + 0.0052337646484375, + 0.004863739013671875, + -0.03155517578125, + -0.0418701171875, + 0.05059814453125, + -0.064697265625, + -0.001041412353515625, + 0.011810302734375, + 0.0007071495056152344, + -0.0230255126953125, + 0.0297698974609375, + -0.0100250244140625, + -0.032135009765625, + 0.0102691650390625, + 0.003398895263671875, + 0.00872802734375, + -0.00927734375, + -0.020050048828125, + 0.0188446044921875, + -0.027984619140625, + -0.05120849609375, + 0.0179595947265625, + 0.034332275390625, + -0.000010669231414794922, + 0.0020961761474609375, + -0.045654296875, + 0.01165771484375, + 0.003917694091796875, + -0.0081329345703125, + -0.02362060546875, + 0.021331787109375, + 0.0010662078857421875, + 0.03314208984375, + -0.02490234375, + -0.014190673828125, + 0.0137939453125, + -0.0104217529296875, + 0.01458740234375, + -0.014984130859375, + 0.047821044921875, + 0.043060302734375, + -0.01131439208984375, + -0.017059326171875, + 0.004688262939453125, + 0.020843505859375, + 0.01349639892578125, + -0.02490234375, + 0.047821044921875, + -0.006175994873046875, + 0.040679931640625, + -0.045440673828125, + 0.0408935546875, + -0.037506103515625, + -0.02838134765625, + -0.0615234375, + -0.0960693359375, + -0.027984619140625, + -0.003162384033203125, + -0.07501220703125, + 0.0032749176025390625, + 0.0258026123046875, + -0.0202484130859375, + 0.0297698974609375, + -0.039093017578125, + -0.0246124267578125, + 0.0164642333984375, + 0.017059326171875, + 0.00972747802734375, + -0.0004620552062988281, + -0.041473388671875, + -0.04583740234375, + 0.0171661376953125, + 0.03411865234375, + -0.01468658447265625, + -0.0305633544921875, + -0.01528167724609375, + -0.0260009765625, + -0.0218353271484375, + -0.01300048828125, + -0.013397216796875, + -0.037506103515625, + 0.03155517578125, + -0.013397216796875, + -0.0118560791015625, + 0.023712158203125, + 0.0082855224609375, + -0.027984619140625, + -0.06982421875, + 0.0030765533447265625, + -0.048614501953125, + -0.0234222412109375, + -0.0285797119140625, + 0.058746337890625, + -0.050201416015625, + -0.0137939453125, + -0.007343292236328125, + 0.035919189453125, + 0.039703369140625, + 0.0155792236328125, + 0.002716064453125, + -0.0440673828125, + 0.01508331298828125, + -0.03729248046875, + 0.03851318359375, + 0.02520751953125, + -0.02093505859375, + 0.0277862548828125, + 0.001773834228515625, + 0.036712646484375, + -0.028778076171875, + -0.05596923828125, + -0.0285797119140625, + 0.030364990234375, + 0.001140594482421875, + -0.01270294189453125, + 0.0223236083984375, + -0.0230255126953125, + 0.053192138671875, + 0.07421875, + -0.004638671875, + 0.0258026123046875, + 0.00521087646484375, + 0.014984130859375, + 0.03729248046875, + 0.0207366943359375, + -0.026397705078125, + -0.01448822021484375, + 0.039093017578125, + 0.003299713134765625, + 0.0063018798828125, + -0.0040435791015625, + -0.035308837890625, + -0.0110626220703125, + -0.048828125, + 0.0273895263671875, + -0.0305633544921875, + -0.007740020751953125, + -0.0194549560546875, + 0.01111602783203125, + 0.0108184814453125, + 0.0472412109375, + 0.0355224609375, + -0.037506103515625, + 0.02838134765625, + -0.017364501953125, + -0.006649017333984375, + 0.0301666259765625, + -0.0185546875, + 0.038909912109375, + -0.00882720947265625, + 0.03253173828125, + 0.021728515625, + 0.017364501953125, + 0.024017333984375, + -0.004962921142578125, + -0.042877197265625, + 0.0289764404296875, + 0.01215362548828125, + -0.037689208984375, + -0.0355224609375, + -0.039703369140625, + 0.01007080078125, + -0.006649017333984375, + -0.01309967041015625, + -0.00778961181640625, + 0.0106658935546875, + -0.046051025390625, + 0.00937652587890625, + 0.02252197265625, + -0.0029144287109375, + 0.04345703125, + 0.004863739013671875, + -0.0175628662109375, + -0.056365966796875, + 0.03948974609375, + 0.0261993408203125, + 0.00396728515625, + -0.01488494873046875, + -0.0016498565673828125, + -0.0195465087890625, + -0.007244110107421875, + 0.01428985595703125, + 0.02362060546875, + 0.01548004150390625, + 0.00798797607421875, + -0.0323486328125, + 0.0176544189453125, + -0.034912109375, + 0.052398681640625, + 0.053192138671875, + -0.02679443359375, + -0.0011529922485351562, + 0.021240234375, + 0.0176544189453125, + 0.020843505859375, + -0.057159423828125, + -0.011260986328125, + -0.09765625, + -0.01468658447265625, + -0.04742431640625, + -0.046234130859375, + -0.03253173828125, + -0.076171875, + 0.061126708984375, + -0.0135955810546875, + -0.04010009765625, + 0.0202484130859375, + 0.014190673828125, + 0.007343292236328125, + 0.0164642333984375, + 0.039093017578125, + -0.045440673828125, + 0.00858306884765625, + 0.05914306640625, + 0.01300048828125, + -0.00315093994140625, + -0.0029144287109375, + 0.017364501953125, + -0.00778961181640625, + 0.025299072265625, + -0.046234130859375, + -0.0048370361328125, + 0.0231170654296875, + 0.04803466796875, + 0.0159759521484375, + -0.007293701171875, + 0.03314208984375, + 0.016571044921875, + 0.03253173828125, + -0.035919189453125, + -0.01448822021484375, + -0.00553131103515625, + 0.020538330078125, + -0.0076904296875, + -0.04168701171875, + 0.036895751953125, + 0.038909912109375, + -0.01016998291015625, + 0.01349639892578125, + -0.0003256797790527344, + -0.039306640625, + 0.00572967529296875, + 0.0008807182312011719, + 0.01052093505859375, + 0.021240234375, + -0.00125885009765625, + -0.0118560791015625, + 0.005382537841796875, + 0.000579833984375, + -0.01309967041015625, + -0.0198516845703125, + -0.031341552734375, + 0.0045623779296875, + -0.005828857421875, + -0.050018310546875, + -0.034515380859375, + 0.0126495361328125, + -0.0011281967163085938, + 0.0163726806640625, + -0.0227203369140625, + 0.00275421142578125, + -0.0223236083984375, + -0.0482177734375, + 0.0002727508544921875, + -0.03631591796875, + -0.05517578125, + -0.0251007080078125, + 0.03570556640625, + -0.00818634033203125, + 0.0151824951171875, + -0.002506256103515625, + -0.0196533203125, + -0.01548004150390625, + 0.01012420654296875, + 0.014984130859375, + 0.046630859375, + -0.0025177001953125, + 0.039093017578125, + 0.0156707763671875, + 0.032135009765625, + -0.005558013916015625, + 0.047821044921875, + 0.040679931640625, + -0.0323486328125, + 0.0139923095703125, + 0.0131988525390625, + 0.009124755859375, + 0.011260986328125, + -0.00957489013671875, + -0.020050048828125, + 0.0147857666015625, + -0.0273895263671875, + -0.0005736351013183594, + 0.02679443359375, + 0.0171661376953125, + 0.0156707763671875, + -0.04266357421875, + 0.0160675048828125, + 0.06268310546875, + 0.019744873046875, + 0.10797119140625, + -0.01488494873046875, + -0.052001953125, + 0.026397705078125, + 0.050811767578125, + -0.02996826171875, + -0.0195465087890625, + 0.03076171875, + 0.01195526123046875, + -0.0044403076171875, + 0.0260009765625, + 0.01300048828125, + 0.052001953125, + -0.024017333984375, + -0.01036834716796875, + 0.006946563720703125, + 0.01195526123046875, + 0.0289764404296875, + 0.037109375, + 0.021636962890625, + 0.005481719970703125, + 0.01250457763671875, + -0.0227203369140625, + -0.00897979736328125, + -0.0261993408203125, + -0.07421875, + 0.01076507568359375, + 0.058746337890625, + -0.00922393798828125, + 0.046051025390625, + -0.0172576904296875, + -0.059539794921875, + -0.00041556358337402344, + -0.0243072509765625, + 0.0662841796875, + 0.04266357421875, + 0.027984619140625, + 0.02410888671875, + 0.0191497802734375, + 0.03076171875, + 0.0094757080078125, + 0.014984130859375, + 0.03570556640625, + 0.0323486328125, + 0.042877197265625, + -0.00041866302490234375, + -0.047821044921875, + 0.032745361328125, + 0.01096343994140625, + 0.0418701171875, + 0.01300048828125, + 0.0164642333984375, + 0.025299072265625, + 0.0156707763671875, + -0.0108184814453125, + 0.037506103515625, + 0.04107666015625, + 0.00027751922607421875, + 0.0227203369140625, + -0.036712646484375, + 0.0128021240234375, + -0.0615234375, + -0.0114593505859375, + 0.0076904296875, + 0.00632476806640625, + 0.0184478759765625, + -0.00521087646484375, + -0.06390380859375, + -0.0183563232421875, + 0.05279541015625, + -0.07220458984375, + 0.04327392578125, + 0.0164642333984375, + -0.017852783203125, + 0.01255035400390625, + -0.037506103515625, + -0.06866455078125, + 0.027587890625, + -0.014984130859375, + -0.022430419921875, + 0.007144927978515625, + 0.0269927978515625, + -0.03631591796875, + -0.0168609619140625, + -0.01220703125, + -0.0231170654296875, + -0.041290283203125, + -0.0108642578125, + 0.04425048828125, + -0.0008683204650878906, + -0.01508331298828125, + 0.049407958984375, + 0.042877197265625, + -0.003398895263671875, + -0.03155517578125, + 0.04266357421875, + -0.033721923828125, + -0.0504150390625, + 0.019744873046875, + 0.027191162109375, + 0.032745361328125, + -0.0171661376953125, + -0.01428985595703125, + 0.0143890380859375, + -0.004413604736328125, + -0.01250457763671875, + 0.0333251953125, + -0.027191162109375, + -0.0631103515625, + -0.0301666259765625, + 0.043853759765625, + 0.0159759521484375, + 0.035125732421875, + 0.0034236907958984375, + -0.048431396484375, + 0.01329803466796875, + -0.031951904296875, + -0.029571533203125, + -0.04248046875, + 0.0104217529296875, + -0.04107666015625, + 0.040496826171875, + -0.0143890380859375, + -0.0023059844970703125, + -0.0156707763671875, + 0.03253173828125, + 0.0027408599853515625, + -0.004638671875, + -0.04962158203125, + 0.04107666015625, + 0.046051025390625, + -0.057952880859375, + 0.006500244140625, + -0.0151824951171875, + -0.0003132820129394531, + 0.0472412109375, + -0.032745361328125, + -0.00334930419921875, + 0.0018854141235351562, + -0.0567626953125, + 0.0016374588012695312, + -0.0218353271484375, + -0.0048370361328125, + -0.03729248046875, + 0.0202484130859375, + 0.031158447265625, + -0.0187530517578125, + 0.00977325439453125, + 0.005084991455078125, + 0.015869140625, + 0.021728515625, + -0.00862884521484375, + -0.01032257080078125, + 0.0250091552734375, + -0.056365966796875, + -0.035125732421875, + -0.009124755859375, + 0.04010009765625, + -0.04803466796875, + -0.013397216796875, + 0.015380859375, + 0.0041656494140625, + 0.039703369140625, + -0.06231689453125, + 0.00937652587890625, + -0.01824951171875, + -0.032745361328125, + -0.00838470458984375, + 0.001922607421875, + 0.015869140625, + 0.0191497802734375, + -0.000812530517578125, + 0.00679779052734375, + 0.0159759521484375, + -0.083740234375, + 0.03155517578125, + 0.015869140625, + 0.005184173583984375, + 0.0011968612670898438, + -0.0079345703125, + 0.015869140625, + -0.00783538818359375, + 0.04742431640625, + -0.03155517578125, + -0.028778076171875, + -0.0694580078125, + 0.043853759765625, + 0.01131439208984375, + 0.0096282958984375, + -0.0156707763671875, + -0.0281829833984375, + -0.0682373046875, + -0.0007567405700683594, + 0.0333251953125, + 0.0176544189453125, + 0.004886627197265625, + -0.01016998291015625, + -0.007045745849609375, + -0.0155792236328125, + -0.0380859375, + 0.056365966796875, + -0.0265960693359375, + 0.006153106689453125, + 0.0211334228515625, + -0.03631591796875, + 0.0293731689453125, + 0.0291748046875, + 0.04248046875, + 0.01617431640625, + 0.039703369140625, + -0.02996826171875, + -0.0086822509765625, + 0.0037212371826171875, + -0.035919189453125, + -0.00739288330078125, + -0.01904296875, + 0.010467529296875, + -0.0171661376953125, + -0.0207366943359375, + 0.01215362548828125, + 0.01824951171875, + 0.05755615234375, + 0.00162506103515625, + -0.01528167724609375, + 0.00354766845703125, + 0.0008993148803710938, + 0.0869140625, + -0.0174560546875, + -0.0174560546875, + 0.0164642333984375, + -0.00699615478515625, + 0.050811767578125, + 0.055572509765625, + -0.010467529296875, + -0.022430419921875, + -0.0035228729248046875, + 0.037506103515625, + -0.0188446044921875, + -0.0118560791015625, + -0.0218353271484375, + -0.0156707763671875, + 0.0215301513671875, + 0.0297698974609375, + 0.0012655258178710938, + 0.07781982421875, + -0.0094757080078125, + 0.035125732421875, + 0.04486083984375, + 0.0770263671875, + 0.03631591796875, + -0.0180511474609375, + -0.0726318359375, + -0.00208282470703125, + -0.0012960433959960938, + -0.034912109375, + -0.034515380859375, + 0.0056304931640625, + 0.06707763671875, + -0.05755615234375, + -0.02679443359375, + -0.0040435791015625, + -0.01548004150390625, + 0.00039696693420410156, + 0.0180511474609375, + -0.006053924560546875, + 0.019256591796875, + 0.0002263784408569336, + -0.0226287841796875, + 0.008087158203125, + -0.0293731689453125, + 0.0215301513671875, + 0.04901123046875, + 0.0106658935546875, + -0.00689697265625, + 0.0243072509765625, + 0.0171661376953125, + 0.0159759521484375, + 0.014984130859375, + 0.018646240234375, + 0.0277862548828125, + 0.035919189453125, + 0.039886474609375, + 0.0634765625, + -0.00942230224609375, + -0.0116119384765625, + 0.01617431640625, + 0.0214385986328125, + 0.058349609375, + 0.06231689453125, + -0.01250457763671875, + -0.0017614364624023438, + -0.01548004150390625, + -0.04010009765625, + -0.0074920654296875, + -0.0047607421875, + 0.0063018798828125, + -0.07421875, + -0.050811767578125, + 0.031158447265625, + -0.0694580078125, + 0.043060302734375, + 0.0250091552734375, + -0.01617431640625, + -0.0013399124145507812, + 0.0231170654296875, + -0.00560760498046875, + -0.01409149169921875, + 0.0035724639892578125, + -0.00334930419921875, + -0.00992584228515625, + -0.051605224609375, + -0.03631591796875, + 0.0023441314697265625, + -0.0179595947265625, + -0.054779052734375, + -0.032928466796875, + 0.0535888671875, + 0.0024814605712890625, + -0.032928466796875, + -0.0176544189453125, + -0.0022563934326171875, + 0.00453948974609375, + -0.050811767578125, + -0.01141357421875, + -0.0355224609375, + 0.019744873046875, + -0.0250091552734375, + 0.0175628662109375, + -0.02838134765625, + -0.034912109375, + -0.02203369140625, + -0.0250091552734375, + -0.032135009765625, + 0.01141357421875, + -0.0293731689453125, + 0.03173828125, + 0.0010538101196289062, + 0.02093505859375, + 0.05059814453125, + 0.08099365234375, + 0.00008916854858398438, + 0.01141357421875, + -0.0235137939453125, + -0.045440673828125, + 0.024810791015625, + -0.014190673828125, + 0.02203369140625, + -0.049224853515625, + 0.0116119384765625, + 0.05279541015625, + -0.0745849609375, + 0.034515380859375, + -0.01230621337890625, + -0.0277862548828125, + -0.040679931640625, + -0.01508331298828125, + 0.0137939453125, + 0.03472900390625, + 0.08294677734375, + -0.00493621826171875, + 0.00882720947265625, + -0.0008993148803710938, + -0.0364990234375, + 0.039886474609375, + 0.0167694091796875, + 0.016571044921875, + -0.024505615234375, + 0.04742431640625, + 0.007740020751953125, + -0.040496826171875, + -0.0074920654296875, + -0.0634765625, + -0.034912109375, + 0.0273895263671875, + 0.0137939453125, + 0.00818634033203125, + -0.0228271484375, + -0.0261993408203125, + -0.015869140625, + -0.042266845703125, + 0.00334930419921875, + 0.0036468505859375, + 0.011016845703125, + -0.0273895263671875, + -0.0014142990112304688, + -0.005680084228515625, + -0.052398681640625, + -0.037506103515625, + -0.037506103515625, + 0.018157958984375, + 0.0106201171875, + -0.032135009765625, + 0.007293701171875, + 0.031951904296875, + -0.0017366409301757812, + 0.0179595947265625, + 0.0650634765625, + -0.040679931640625, + 0.005359649658203125, + -0.0006232261657714844, + 0.036712646484375, + 0.0031375885009765625, + -0.015869140625, + -0.016265869140625, + 0.007740020751953125, + -0.005458831787109375, + -0.024505615234375, + 0.033935546875, + 0.014984130859375, + -0.0160675048828125, + -0.052001953125, + -0.033721923828125, + -0.0155792236328125, + 0.0305633544921875, + -0.022918701171875, + 0.03948974609375, + -0.005558013916015625, + -0.0116119384765625, + -0.11114501953125, + 0.06231689453125, + -0.0244140625, + 0.0380859375, + 0.0203399658203125, + 0.0116119384765625, + -0.0418701171875, + -0.034912109375, + -0.00739288330078125, + 0.021331787109375, + -0.038299560546875, + 0.02996826171875, + 0.007541656494140625, + -0.00823211669921875, + 0.0195465087890625, + 0.0017490386962890625, + 0.003398895263671875, + 0.06268310546875, + 0.0032749176025390625, + -0.02203369140625, + 0.0323486328125, + -0.0168609619140625, + 0.006847381591796875, + -0.0037212371826171875, + 0.006847381591796875, + 0.020050048828125, + -0.0155792236328125, + -0.01617431640625, + 0.0269927978515625, + 0.045257568359375, + 0.0247039794921875, + -0.037689208984375, + 0.028778076171875, + 0.0151824951171875, + 0.01409149169921875, + -0.0030765533447265625, + -0.027587890625, + 0.0029888153076171875, + 0.032745361328125, + -0.01448822021484375, + -0.036895751953125, + -0.06585693359375, + -0.06903076171875, + 0.0230255126953125, + -0.0195465087890625, + -0.022125244140625, + 0.046234130859375, + 0.041473388671875, + 0.015869140625, + -0.02044677734375, + 0.0017862319946289062, + -0.003299713134765625, + 0.011260986328125, + -0.037109375, + 0.01776123046875, + -0.035308837890625, + 0.053192138671875, + -0.00426483154296875, + -0.0273895263671875, + 0.03411865234375, + -0.0418701171875, + 0.00374603271484375, + -0.021636962890625, + -0.0305633544921875, + -0.00115966796875, + 0.01617431640625, + -0.07781982421875, + -0.00406646728515625, + 0.01300048828125, + 0.03411865234375, + 0.017852783203125, + -0.0301666259765625, + 0.043853759765625, + -0.0333251953125, + -0.051605224609375, + 0.05120849609375, + -0.00434112548828125, + -0.0261993408203125, + -0.0009918212890625, + -0.03173828125, + 0.01076507568359375, + 0.007293701171875, + 0.055572509765625, + 0.039703369140625, + 0.0277862548828125, + 0.004016876220703125, + -0.02679443359375, + -0.0023059844970703125, + -0.0034236907958984375, + 0.021728515625, + 0.00902557373046875, + 0.01190948486328125, + 0.0128021240234375, + 0.00862884521484375, + -0.037506103515625, + -0.09527587890625, + -0.0100250244140625, + -0.025299072265625, + -0.06787109375, + -0.01071929931640625, + 0.088134765625, + 0.03631591796875, + 0.006500244140625, + 0.0293731689453125, + 0.0631103515625, + -0.003894805908203125, + 0.0047607421875, + -0.003398895263671875, + -0.04742431640625, + -0.035125732421875, + -0.006351470947265625, + 0.03314208984375, + -0.057952880859375, + 0.014190673828125, + 0.058746337890625, + 0.0023555755615234375, + -0.037689208984375, + 0.00513458251953125, + 0.0242156982421875, + 0.041473388671875, + -0.00560760498046875, + 0.01255035400390625, + -0.07342529296875, + 0.036895751953125, + 0.031341552734375, + -0.010223388671875, + -0.0079345703125, + -0.005706787109375, + -0.0012836456298828125, + 0.055572509765625, + -0.0897216796875, + -0.0063018798828125, + 0.01389312744140625, + 0.0504150390625, + -0.01349639892578125, + -0.043060302734375, + -0.014190673828125, + 0.055572509765625, + 0.01007080078125, + -0.03253173828125, + 0.03472900390625, + 0.01052093505859375, + 0.001476287841796875, + 0.003894805908203125, + 0.048614501953125, + -0.001983642578125, + 0.053985595703125, + 0.0289764404296875, + -0.047637939453125, + 0.0244140625, + -0.01389312744140625, + 0.01032257080078125, + -0.01458740234375, + -0.0277862548828125, + -0.00823211669921875, + -0.05438232421875, + 0.037109375, + 0.0036716461181640625, + 0.0289764404296875, + 0.0289764404296875, + -0.036102294921875, + -0.020050048828125, + -0.0012960433959960938, + 0.0244140625, + 0.0261993408203125, + 0.021636962890625, + 0.004985809326171875, + -0.0020961761474609375, + 0.0250091552734375, + 0.02044677734375, + -0.0440673828125, + 0.03155517578125, + -0.048614501953125, + 0.0187530517578125, + -0.042083740234375, + 0.00580596923828125, + 0.0114593505859375, + -0.033538818359375, + 0.004364013671875, + -0.0211334228515625, + 0.025604248046875, + -0.0244140625, + -0.030364990234375, + 0.001674652099609375, + 0.0269927978515625, + -0.0194549560546875, + 0.0089263916015625, + 0.0185546875, + -0.0305633544921875, + -0.0036716461181640625, + -0.059539794921875, + 0.0948486328125, + 0.033721923828125, + 0.01468658447265625, + 0.0151824951171875, + 0.048431396484375, + 0.0408935546875, + 0.0163726806640625, + 0.00858306884765625, + 0.0147857666015625, + -0.05279541015625, + 0.04644775390625, + 0.044647216796875, + -0.01824951171875, + -0.0567626953125, + 0.02203369140625, + 0.0031757354736328125, + -0.046844482421875, + 0.032135009765625, + 0.0251007080078125, + 0.0006666183471679688, + -0.01329803466796875, + -0.00109100341796875, + -0.01934814453125, + -0.055572509765625, + 0.038299560546875, + 0.00012636184692382812, + -0.004093170166015625, + 0.038299560546875, + -0.033935546875, + 0.0380859375, + -0.0020961761474609375, + 0.053985595703125, + -0.032745361328125, + 0.053192138671875, + -0.0269927978515625, + 0.003398895263671875, + -0.01165771484375, + 0.00689697265625, + -0.00838470458984375, + 0.041473388671875, + -0.0323486328125, + 0.066650390625, + 0.0297698974609375, + -0.02410888671875, + -0.04901123046875, + -0.020843505859375, + 0.0010728836059570312, + 0.004241943359375, + 0.034332275390625, + -0.042877197265625, + -0.0155792236328125, + 0.0032749176025390625, + 0.013397216796875, + 0.06787109375, + -0.01091766357421875, + 0.025299072265625, + -0.005184173583984375, + -0.01617431640625, + -0.01141357421875, + -0.043060302734375 + ], + "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_Loki", + "id": "tool_Kali_Linux", "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", + "name": "Kali Linux", + "content": "kali linux die legendäre penetration-testing-distribution dient forensikern als schweizer taschenmesser mit 600+ vorinstallierten security-tools. live-boot ermöglicht forensische untersuchungen ohne host-kontamination. forensics-mode deaktiviert auto-mount und netzwerk für saubere akquisition. die tool-kategorien decken alle phasen ab: imaging (dc3dd), carving (foremost), memory-analyse (volatility), netzwerk (wireshark), mobile (adb), krypto (hashcat). metapackages installieren tool-gruppen gezielt. die rolling-release-natur hält alles aktuell. arm-images für raspberry pi und mobile-forensik. nethunter bringt kali aufs smartphone. anpassbare iso-builds für spezialisierte teams. die dokumentation und community sind exzellent. vorsicht: viele tools sind offensiv - klare policies nötig! der standard für incident-response-teams weltweit. gui command-line 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.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.035980224609375, + 0.01071929931640625, + 0.045166015625, + 0.00982666015625, + 0.0263519287109375, + 0.043914794921875, + 0.0192413330078125, + -0.01244354248046875, + -0.0269775390625, + 0.001483917236328125, + -0.036590576171875, + 0.0294952392578125, + 0.008209228515625, + -0.022064208984375, + -0.055633544921875, + 0.038482666015625, -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.0006766319274902344, + 0.01009368896484375, + 0.0185089111328125, + -0.023529052734375, + -0.020599365234375, + -0.058135986328125, + -0.004261016845703125, + -0.01155853271484375, + -0.007633209228515625, + -0.0328369140625, + -0.08447265625, + -0.0219573974609375, + -0.01348876953125, + -0.00705718994140625, + -0.018096923828125, + 0.00104522705078125, + 0.034515380859375, + -0.015899658203125, + -0.0099334716796875, + 0.007373809814453125, + -0.018402099609375, + -0.0265655517578125, + 0.03240966796875, + -0.01548004150390625, + -0.006900787353515625, + 0.01155853271484375, + -0.00815582275390625, + -0.0357666015625, + -0.01401519775390625, + -0.010772705078125, + -0.01548004150390625, + 0.021331787109375, + -0.0276031494140625, + 0.0203857421875, + 0.022796630859375, + 0.008575439453125, + -0.016937255859375, + -0.051666259765625, + 0.046417236328125, + 0.04559326171875, + -0.0216522216796875, + -0.034088134765625, + 0.055633544921875, + -0.0401611328125, + -0.0217437744140625, + 0.007633209228515625, + -0.0305328369140625, + 0.0148468017578125, + 0.019134521484375, + -0.0207061767578125, + -0.022064208984375, + -0.0061187744140625, + 0.018402099609375, + 0.01207733154296875, + 0.00040030479431152344, + -0.023529052734375, + 0.02667236328125, + -0.00679779052734375, + -0.042877197265625, + 0.0278167724609375, + 0.01934814453125, + 0.0194549560546875, + -0.01129150390625, + -0.033660888671875, + 0.00470733642578125, + 0.034515380859375, + -0.027191162109375, + 0.003948211669921875, + -0.0042877197265625, + 0.0207061767578125, + 0.019134521484375, + -0.005176544189453125, + -0.0218505859375, + 0.0110321044921875, + -0.005306243896484375, + 0.0194549560546875, + -0.01934814453125, + 0.0181884765625, + 0.053955078125, + -0.01568603515625, + -0.0167236328125, + -0.0328369140625, + 0.028656005859375, + 0.0248870849609375, + -0.0175628662109375, + 0.04119873046875, + 0.0016336441040039062, + 0.056060791015625, + -0.049346923828125, + 0.01009368896484375, + -0.01160430908203125, + -0.0240478515625, + -0.02081298828125, + -0.060638427734375, + -0.022796630859375, + -0.02081298828125, + -0.06524658203125, + 0.0013074874877929688, + 0.008941650390625, + -0.019561767578125, + 0.040771484375, + -0.04705810546875, + -0.056060791015625, + 0.028656005859375, + 0.01009368896484375, + -0.00988006591796875, + 0.0026798248291015625, + -0.07696533203125, + -0.03472900390625, + 0.00925445556640625, + 0.0207061767578125, + -0.05291748046875, + -0.0303192138671875, + -0.025299072265625, + -0.034088134765625, + -0.0372314453125, -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.01464080810546875, + -0.0262451171875, + 0.0430908203125, + -0.00909423828125, + -0.01380157470703125, + 0.01024627685546875, + 0.0204925537109375, + -0.026031494140625, + -0.0677490234375, + 0.01526641845703125, + -0.0229034423828125, + -0.0079498291015625, + -0.00972747802734375, + 0.058563232421875, + -0.01119232177734375, + -0.006744384765625, + 0.00909423828125, + 0.0185089111328125, + 0.05352783203125, + 0.00878143310546875, + 0.01715087890625, + -0.028656005859375, + -0.006534576416015625, + 0.01050567626953125, + 0.018096923828125, + -0.0135955810546875, + -0.01934814453125, + 0.0106658935546875, + -0.01401519775390625, + 0.01165771484375, + -0.01244354248046875, + -0.0223846435546875, + -0.01134490966796875, + -0.01526641845703125, + 0.03765869140625, + 0.004627227783203125, + 0.0179901123046875, + 0.02593994140625, + 0.046844482421875, + 0.048095703125, + 0.0168304443359375, + -0.0013589859008789062, + -0.0175628662109375, + -0.01380157470703125, + 0.03912353515625, + 0.055633544921875, + -0.01641845703125, + -0.0190277099609375, + 0.01328277587890625, + 0.024566650390625, + 0.0204925537109375, + 0.008575439453125, + -0.0328369140625, + -0.013336181640625, + -0.0518798828125, + 0.03179931640625, + -0.0284423828125, + -0.0313720703125, + -0.0007843971252441406, + 0.0269775390625, + -0.0031108856201171875, + 0.046844482421875, + 0.050201416015625, + -0.01082611083984375, + 0.060638427734375, + 0.00232696533203125, + 0.0160980224609375, + 0.01568603515625, + -0.0017518997192382812, + 0.037445068359375, + 0.015899658203125, + 0.01369476318359375, + -0.00679779052734375, + 0.032623291015625, + 0.044952392578125, + -0.01464080810546875, + 0.0094146728515625, + 0.0460205078125, + -0.019561767578125, + -0.0251007080078125, + -0.0201873779296875, + -0.036590576171875, + -0.0015554428100585938, + -0.042022705078125, + -0.00946044921875, + -0.01568603515625, + -0.0187225341796875, + -0.047271728515625, + 0.010040283203125, + 0.04412841796875, + -0.042236328125, + 0.05206298828125, + -0.005252838134765625, + -0.0219573974609375, + -0.01270294189453125, + 0.0292816162109375, + 0.01537322998046875, + 0.0309600830078125, + 0.00588226318359375, + 0.0024566650390625, + 0.000545501708984375, + -0.0236358642578125, + 0.052703857421875, + 0.03680419921875, + 0.028228759765625, + -0.00669097900390625, + -0.0305328369140625, + 0.034912109375, + -0.0357666015625, + 0.03533935546875, + 0.023834228515625, + 0.00936126708984375, + 0.006168365478515625, + -0.0189208984375, + 0.0288543701171875, + 0.051666259765625, + -0.07025146484375, + 0.0013074874877929688, + -0.061492919921875, + -0.0143280029296875, + -0.061065673828125, + -0.0163116455078125, + -0.031158447265625, + -0.0460205078125, + 0.018402099609375, + -0.03240966796875, + -0.03826904296875, + -0.018096923828125, + 0.00679779052734375, + -0.00669097900390625, + 0.04266357421875, + -0.0008692741394042969, + -0.03973388671875, -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.061492919921875, + 0.0038700103759765625, + -0.0207061767578125, + -0.01165771484375, + 0.0177764892578125, + 0.003162384033203125, + 0.00606536865234375, + -0.00569915771484375, + -0.018096923828125, + 0.023529052734375, + 0.0288543701171875, + 0.0307464599609375, + -0.03533935546875, + 0.0343017578125, + 0.007740020751953125, + 0.036590576171875, + -0.034088134765625, + -0.00716400146484375, + 0.01024627685546875, + 0.0036602020263671875, + 0.0086822509765625, + -0.0648193359375, + 0.0160980224609375, + 0.037841796875, + 0.007579803466796875, + 0.0022487640380859375, + -0.002391815185546875, + -0.0677490234375, + 0.0218505859375, + -0.0037384033203125, + 0.016204833984375, + 0.044342041015625, + 0.03240966796875, + -0.0243682861328125, + 0.0132293701171875, + -0.00914764404296875, + 0.002300262451171875, + -0.03533935546875, + -0.045166015625, + -0.019134521484375, + 0.006561279296875, + -0.045166015625, + -0.0232086181640625, + 0.015899658203125, + -0.0119171142578125, + 0.019561767578125, + -0.0130157470703125, + -0.02081298828125, + -0.0313720703125, + -0.0160980224609375, + 0.0246734619140625, + -0.02520751953125, + -0.038909912109375, + -0.01788330078125, + 0.04266357421875, + 0.007740020751953125, + 0.0135955810546875, + -0.01082611083984375, + -0.0086822509765625, + -0.032012939453125, + 0.031158447265625, + -0.01097869873046875, + 0.048309326171875, + -0.0008072853088378906, + 0.0489501953125, + 0.03387451171875, + 0.040374755859375, + 0.01165771484375, + 0.05645751953125, + 0.0328369140625, + -0.01348876953125, + -0.02227783203125, + 0.0018167495727539062, + -0.0038166046142578125, + 0.01197052001953125, + -0.02008056640625, + -0.0229034423828125, + 0.010772705078125, -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.008941650390625, + 0.024261474609375, + 0.01035308837890625, + 0.0299072265625, + -0.0240478515625, 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.050811767578125, + 0.0190277099609375, + 0.0823974609375, + -0.003032684326171875, + -0.06689453125, + -0.0024051666259765625, + 0.017364501953125, + 0.01134490966796875, + 0.01348876953125, + 0.0343017578125, + 0.01306915283203125, + -0.006900787353515625, + 0.03912353515625, + -0.01061248779296875, + 0.032623291015625, + -0.010406494140625, + -0.0006699562072753906, + 0.0290679931640625, + -0.01202392578125, + -0.0017518997192382812, + 0.052703857421875, + 0.042236328125, + -0.0064849853515625, + 0.0262451171875, + -0.0175628662109375, + -0.0003104209899902344, + -0.0247802734375, + -0.0665283203125, + 0.0079498291015625, + 0.034515380859375, + -0.00753021240234375, + 0.048736572265625, + -0.025299072265625, + -0.08740234375, + 0.028228759765625, + -0.04766845703125, + 0.061920166015625, + 0.0172576904296875, + 0.01380157470703125, + 0.05938720703125, + -0.0211181640625, + 0.0033721923828125, + 0.0251007080078125, + 0.007213592529296875, + 0.0234222412109375, 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.03326416015625, + 0.0099334716796875, + -0.024566650390625, + 0.004390716552734375, + 0.032012939453125, + 0.0218505859375, + -0.003582000732421875, + 0.0088348388671875, + 0.00988006591796875, + 0.00037741661071777344, + -0.0518798828125, + 0.0445556640625, + 0.027191162109375, + -0.01092529296875, + 0.00029087066650390625, + -0.028228759765625, + -0.002666473388671875, + -0.053955078125, + 0.00988006591796875, + -0.00753021240234375, + -0.01071929931640625, + 0.0126495361328125, + 0.02520751953125, + -0.050201416015625, + -0.0160980224609375, + 0.046630859375, + -0.07781982421875, + 0.0303192138671875, + 0.004730224609375, + -0.024993896484375, + -0.007579803466796875, + -0.0197601318359375, + -0.048736572265625, + -0.01155853271484375, + -0.01108551025390625, + -0.0328369140625, + 0.0095672607421875, + 0.01526641845703125, + -0.048095703125, + -0.034088134765625, + -0.024993896484375, + -0.01181793212890625, + -0.02374267578125, + -0.0034236907958984375, + 0.0328369140625, + 0.00836181640625, + 0.005306243896484375, + 0.019866943359375, + 0.034912109375, + -0.0009541511535644531, + -0.0269775390625, + 0.046630859375, + -0.006378173828125, + -0.0313720703125, + 0.00669097900390625, + -0.00214385986328125, + 0.01097869873046875, + -0.01548004150390625, + -0.00742340087890625, + 0.004131317138671875, 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.0236358642578125, + 0.00742340087890625, + -0.03326416015625, + -0.0246734619140625, + -0.056884765625, + 0.034515380859375, + -0.0216522216796875, + 0.058135986328125, + 0.0048370361328125, + -0.061065673828125, + 0.042236328125, + -0.03472900390625, + -0.0239410400390625, + -0.00946044921875, + -0.0141143798828125, + -0.007266998291015625, + 0.055206298828125, + -0.0223846435546875, + -0.007373809814453125, + -0.03765869140625, + 0.03765869140625, + -0.00035119056701660156, + -0.00551605224609375, + -0.031158447265625, + 0.0303192138671875, + 0.038909912109375, + -0.06817626953125, + 0.01312255859375, + -0.0177764892578125, + -0.0219573974609375, + 0.03912353515625, + -0.040771484375, + -0.0035552978515625, + 0.01548004150390625, + -0.08367919921875, + -0.02081298828125, + -0.0386962890625, + -0.0313720703125, + -0.0239410400390625, + 0.018829345703125, + 0.042449951171875, + -0.00145721435546875, + 0.032623291015625, + -0.00009310245513916016, + 0.00815582275390625, + 0.0079498291015625, + -0.0033721923828125, + -0.0160980224609375, + 0.015899658203125, + -0.04266357421875, + -0.062744140625, + -0.0160064697265625, + 0.032623291015625, + -0.0248870849609375, + -0.0160064697265625, + 0.00716400146484375, + -0.0117645263671875, + 0.04119873046875, + -0.0292816162109375, + 0.004390716552734375, + -0.019866943359375, + -0.023529052734375, + -0.031158447265625, + -0.032012939453125, + 0.00669097900390625, + 0.037445068359375, + -0.001575469970703125, + 0.01155853271484375, + 0.0214385986328125, + -0.0518798828125, + 0.04412841796875, + 0.0212249755859375, + 0.02154541015625, + 0.0083160400390625, + -0.0003056526184082031, + -0.02227783203125, + -0.0083160400390625, + 0.0290679931640625, + -0.021331787109375, + -0.032196044921875, + -0.07904052734375, + 0.0209197998046875, + -0.003345489501953125, + -0.0021572113037109375, + -0.0263519287109375, + -0.0328369140625, + -0.08660888671875, + -0.0113983154296875, + 0.023529052734375, + -0.00914764404296875, + -0.002079010009765625, + -0.0299072265625, + -0.0307464599609375, + -0.00168609619140625, + -0.029693603515625, + 0.0278167724609375, + -0.0197601318359375, + 0.026458740234375, + 0.01145172119140625, + -0.047882080078125, + 0.02667236328125, + 0.038055419921875, + 0.034515380859375, + 0.01055908203125, + 0.0309600830078125, + -0.0255126953125, + 0.037841796875, + -0.006168365478515625, + -0.0017518997192382812, + 0.00104522705078125, + -0.0226898193359375, + 0.032623291015625, + -0.007007598876953125, + -0.01495361328125, + 0.00196075439453125, + 0.00002962350845336914, + 0.046234130859375, + -0.007843017578125, + -0.016204833984375, + 0.0280303955078125, + 0.0021572113037109375, + 0.046234130859375, + -0.0309600830078125, + -0.043304443359375, + 0.01197052001953125, + -0.0024318695068359375, + 0.0460205078125, + 0.02374267578125, + -0.0280303955078125, + -0.02154541015625, + 0.038909912109375, + 0.048736572265625, + -0.0269775390625, + -0.0148468017578125, + -0.045379638671875, + 0.00836181640625, + 0.030120849609375, + 0.06317138671875, + 0.0207061767578125, + 0.0941162109375, + 0.00836181640625, + -0.01181793212890625, + 0.032012939453125, + 0.08282470703125, + 0.0247802734375, + -0.03179931640625, + -0.039520263671875, + 0.0199737548828125, + 0.0133819580078125, + -0.040374755859375, + -0.026458740234375, + 0.006011962890625, + 0.09619140625, + -0.071533203125, + -0.002079010009765625, + -0.007740020751953125, + -0.0241546630859375, + 0.0204925537109375, + 0.01255035400390625, + -0.0218505859375, + 0.0299072265625, + 0.0211181640625, + -0.033050537109375, + -0.03240966796875, + -0.00679779052734375, + 0.00878143310546875, + 0.08111572265625, + 0.02593994140625, + -0.0036334991455078125, + 0.031585693359375, + 0.024993896484375, + 0.0276031494140625, + 0.02667236328125, + 0.034088134765625, + 0.0225830078125, + 0.0179901123046875, + 0.025726318359375, + 0.041839599609375, + -0.01348876953125, + -0.0130157470703125, + 0.010040283203125, + 0.00551605224609375, + 0.06689453125, + 0.046630859375, + 0.007320404052734375, + 0.0036602020263671875, + -0.0386962890625, + -0.039947509765625, + 0.0236358642578125, + 0.006275177001953125, + -0.004207611083984375, + -0.049774169921875, + -0.045166015625, + 0.0226898193359375, + -0.02374267578125, + 0.045166015625, + 0.0182952880859375, + -0.037017822265625, + -0.004444122314453125, + 0.0243682861328125, + -0.0155792236328125, + -0.035980224609375, + -0.00778961181640625, + -0.0256195068359375, + -0.0288543701171875, + -0.0401611328125, + -0.02301025390625, + 0.040985107421875, + 0.00205230712890625, + -0.04766845703125, + -0.035552978515625, + 0.0269775390625, + -0.03619384765625, + -0.02667236328125, + -0.034515380859375, + 0.003215789794921875, + -0.051025390625, + -0.0706787109375, + -0.04852294921875, + -0.036376953125, + 0.00643157958984375, + -0.02520751953125, + 0.01233673095703125, + -0.0313720703125, + -0.0168304443359375, + -0.018829345703125, + -0.0175628662109375, + -0.0255126953125, + 0.02227783203125, + -0.032012939453125, + 0.0294952392578125, + -0.0023651123046875, + 0.045166015625, + 0.031585693359375, + 0.0648193359375, + -0.0135955810546875, + -0.016937255859375, + 0.0003056526184082031, + -0.055206298828125, + 0.006168365478515625, + -0.0081024169921875, + 0.0037899017333984375, + -0.0706787109375, + -0.004913330078125, + 0.054779052734375, + -0.07989501953125, + 0.034912109375, + 0.00470733642578125, + -0.0167236328125, + -0.040374755859375, + -0.00804901123046875, + 0.0189208984375, + -0.00010865926742553711, + 0.0982666015625, + 0.0090484619140625, + 0.0135955810546875, + 0.024993896484375, + -0.03912353515625, + 0.053955078125, + 0.035552978515625, + 0.0236358642578125, + -0.051666259765625, + 0.017364501953125, + 0.0232086181640625, + -0.01328277587890625, + 0.03387451171875, + -0.06982421875, + -0.005252838134765625, + 0.0167236328125, + 0.016937255859375, + -0.024566650390625, + -0.004261016845703125, + -0.058135986328125, + -0.007843017578125, + -0.033447265625, + 0.0212249755859375, + -0.00789642333984375, + 0.0113983154296875, + -0.0401611328125, + -0.0232086181640625, + -0.0148468017578125, + -0.048095703125, + -0.033660888671875, + -0.01526641845703125, + 0.03619384765625, + 0.0059356689453125, + -0.056060791015625, + 0.032012939453125, + 0.0007419586181640625, + 0.01244354248046875, + 0.00936126708984375, + 0.0665283203125, + -0.04705810546875, + 0.0307464599609375, + -0.0034236907958984375, + 0.06024169921875, + -0.026458740234375, + 0.01197052001953125, + 0.005229949951171875, + 0.0192413330078125, + 0.03680419921875, + -0.034515380859375, + 0.038055419921875, + 0.0233154296875, + -0.036376953125, + -0.07110595703125, + -0.044952392578125, + -0.0234222412109375, + 0.041412353515625, + 0.006744384765625, + 0.0175628662109375, + -0.023529052734375, + -0.0167236328125, + -0.08489990234375, + 0.037445068359375, + -0.033660888671875, + 0.0155792236328125, + 0.00800323486328125, + 0.009674072265625, + -0.0723876953125, + -0.031158447265625, + -0.0010128021240234375, + 0.0185089111328125, + -0.042449951171875, + 0.00925445556640625, + -0.00315093994140625, + 0.00669097900390625, + 0.0005064010620117188, + -0.0273895263671875, + 0.00632476806640625, + 0.040985107421875, + 0.0278167724609375, + -0.0203857421875, + 0.06439208984375, + -0.036590576171875, + 0.022796630859375, + -0.0025348663330078125, + -0.0165252685546875, + -0.0133819580078125, + -0.007476806640625, + -0.034515380859375, + 0.019866943359375, + 0.01515960693359375, + 0.048736572265625, + -0.0284423828125, + -0.005252838134765625, + -0.010772705078125, + 0.01071929931640625, + 0.024566650390625, + -0.0280303955078125, + -0.0106658935546875, + -0.0097808837890625, + -0.0094146728515625, + -0.007843017578125, + -0.058990478515625, + -0.0853271484375, + 0.0018434524536132812, + -0.02227783203125, + -0.01255035400390625, + -0.0014963150024414062, + 0.0299072265625, + 0.01207733154296875, + -0.0284423828125, + 0.045379638671875, + -0.00423431396484375, + -0.005046844482421875, + -0.03387451171875, + 0.0299072265625, + -0.0170440673828125, + 0.056884765625, + -0.00305938720703125, + -0.046630859375, + 0.03619384765625, + -0.00753021240234375, + -0.0155792236328125, + -0.0029277801513671875, + 0.0009083747863769531, + -0.01306915283203125, + 0.0027313232421875, + -0.06732177734375, + -0.0258331298828125, + 0.006954193115234375, + 0.049346923828125, + 0.034515380859375, + -0.016204833984375, + 0.055633544921875, + 0.0170440673828125, + -0.061492919921875, + 0.005985260009765625, + -0.028228759765625, + -0.0263519287109375, + -0.00661468505859375, + -0.0016078948974609375, + 0.00569915771484375, + 0.02008056640625, + 0.0518798828125, + 0.0357666015625, + 0.031585693359375, + 0.03326416015625, + -0.037017822265625, + 0.00324249267578125, + -0.01453399658203125, + 0.038055419921875, + 0.0128631591796875, + 0.01233673095703125, + -0.00925445556640625, + 0.009307861328125, + 0.01197052001953125, + -0.0782470703125, + -0.0256195068359375, + -0.0430908203125, + -0.0706787109375, + -0.01071929931640625, + 0.08367919921875, + 0.0263519287109375, + -0.013336181640625, + 0.0386962890625, + 0.03912353515625, + 0.02301025390625, + -0.00397491455078125, + -0.01024627685546875, + -0.0677490234375, + -0.00324249267578125, + 0.00753021240234375, + 0.0084686279296875, + -0.0635986328125, + 0.051239013671875, + 0.06982421875, + -0.0255126953125, + -0.00925445556640625, + -0.00018787384033203125, + -0.003894805908203125, + 0.037017822265625, + 0.002262115478515625, + 0.00988006591796875, + -0.07318115234375, + 0.00588226318359375, + 0.027191162109375, + 0.0041046142578125, + -0.0024051666259765625, + -0.036590576171875, + -0.0017910003662109375, + 0.017364501953125, + -0.074462890625, + -0.01453399658203125, + 0.026458740234375, + 0.0782470703125, + 0.022064208984375, + -0.02081298828125, + -0.0160064697265625, + 0.0305328369140625, + 0.00872802734375, + -0.033447265625, + 0.027191162109375, + 0.0216522216796875, + -0.0210113525390625, + 0.028228759765625, + 0.039947509765625, + -0.0055694580078125, + 0.049774169921875, + 0.0214385986328125, + -0.0723876953125, + 0.0218505859375, + -0.028656005859375, + 0.01515960693359375, + 0.0036334991455078125, + -0.0303192138671875, + -0.0313720703125, + -0.03973388671875, + 0.043701171875, + 0.00650787353515625, + 0.045806884765625, + 0.0280303955078125, + -0.0020904541015625, + -0.01380157470703125, + -0.005908966064453125, + 0.0143280029296875, + 0.05731201171875, + 0.0288543701171875, + 0.02227783203125, + 0.033447265625, + 0.0036602020263671875, + -0.0006175041198730469, + -0.03326416015625, + 0.037841796875, + -0.0203857421875, + -0.01207733154296875, + -0.05352783203125, + -0.01788330078125, + 0.0022220611572265625, + -0.024261474609375, + -0.007843017578125, + -0.032012939453125, + -0.0128631591796875, + -0.00232696533203125, + -0.04998779296875, + -0.018402099609375, + 0.043487548828125, + -0.02447509765625, + 0.0014314651489257812, + 0.024261474609375, + -0.0016078948974609375, + 0.003582000732421875, + -0.053131103515625, + 0.032196044921875, + 0.0233154296875, + 0.0303192138671875, + -0.0011434555053710938, + -0.01171112060546875, + 0.024566650390625, + -0.0203857421875, + 0.0025482177734375, + 0.004444122314453125, + -0.0328369140625, + 0.054779052734375, + 0.046417236328125, + 0.0181884765625, + -0.0276031494140625, + 0.0143280029296875, + 0.01108551025390625, + -0.0276031494140625, + 0.043701171875, + 0.037017822265625, + 0.0262451171875, + -0.000682830810546875, + -0.01348876953125, + -0.0280303955078125, + -0.06317138671875, + 0.0665283203125, + 0.040374755859375, + 0.0273895263671875, + 0.040557861328125, + -0.048736572265625, + 0.0416259765625, + -0.0010004043579101562, + 0.03472900390625, + -0.05352783203125, + 0.058135986328125, + -0.005306243896484375, + -0.005306243896484375, + -0.0006566047668457031, + 0.005176544189453125, + -0.01641845703125, 0.0256195068359375, - 0.027313232421875, - -0.0125274658203125, - 0.01450347900390625, - -0.0275115966796875, - -0.0065460205078125, - 0.0025310516357421875, - -0.0179901123046875 + -0.03912353515625, + 0.051025390625, + 0.0309600830078125, + -0.03912353515625, + -0.061065673828125, + -0.01171112060546875, + 0.006404876708984375, + -0.0041046142578125, + 0.039947509765625, + -0.044952392578125, + 0.00441741943359375, + -0.004207611083984375, + 0.0143280029296875, + 0.08197021484375, + -0.022064208984375, + 0.02154541015625, + -0.005855560302734375, + -0.006954193115234375, + -0.00223541259765625, + 0.003765106201171875 ], "metadata": { "domains": [ - "incident-response" - ], - "phases": [ - "examination" + "incident-response", + "static-investigations", + "malware-analysis", + "fraud-investigation", + "network-forensics", + "mobile-forensics", + "cloud-forensics", + "ics-forensics" ], + "phases": [], "tags": [ - "ioc", - "yara" + "gui", + "command-line", + "cross-platform", + "live-acquisition", + "write-blocker", + "opensource", + "forensics-mode", + "tool-collection", + "arm-support", + "nethunter", + "custom-builds", + "rolling-release" ], "skillLevel": "intermediate", "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 incident-response mobile-forensics data-collection", + "embedding": [ + -0.0102996826171875, + 0.0400390625, + 0.03179931640625, + -0.0166778564453125, + 0.034881591796875, + 0.03448486328125, + -0.015045166015625, + 0.015716552734375, + -0.009246826171875, + -0.0014495849609375, + -0.04083251953125, + 0.051727294921875, + 0.0164794921875, + -0.027984619140625, + -0.043701171875, + 0.025482177734375, + 0.006134033203125, + 0.010589599609375, + -0.013702392578125, + 0.00527191162109375, + -0.005199432373046875, + -0.041595458984375, + -0.07208251953125, + 0.0004940032958984375, + 0.01456451416015625, + 0.0014848709106445312, + -0.0249176025390625, + -0.057098388671875, + -0.03143310546875, + -0.0017604827880859375, + 0.0188751220703125, + -0.01523590087890625, + 0.00804901123046875, + 0.041595458984375, + -0.0039520263671875, + -0.0186920166015625, + 0.0196380615234375, + -0.02874755859375, + -0.0249176025390625, + 0.0467529296875, + 0.0002111196517944336, + 0.01485443115234375, + 0.00737762451171875, + -0.0160064697265625, + -0.0194549560546875, + -0.0283660888671875, + 0.01010894775390625, + -0.019927978515625, + 0.01934814453125, + -0.050201416015625, + 0.0251007080078125, + 0.01380157470703125, + 0.00133514404296875, + -0.0015926361083984375, + -0.044647216796875, + 0.02740478515625, + 0.003017425537109375, + -0.00510406494140625, + -0.03546142578125, + 0.057861328125, + -0.057098388671875, + -0.0601806640625, + -0.0006766319274902344, + -0.02337646484375, + 0.0203094482421875, + 0.048095703125, + -0.0147552490234375, + -0.03851318359375, + -0.006946563720703125, + 0.036224365234375, + 0.01284027099609375, + -0.029510498046875, + -0.0188751220703125, + 0.025482177734375, + 0.0082855224609375, + -0.04119873046875, + 0.0209808349609375, + 0.038909912109375, + 0.011016845703125, + -0.01629638671875, + -0.041015625, + 0.0003337860107421875, + 0.022613525390625, + 0.00843048095703125, + -0.0174407958984375, + -0.0075225830078125, + 0.036590576171875, + -0.01245880126953125, + 0.0006556510925292969, + -0.00876617431640625, + 0.0369873046875, + -0.01049041748046875, + 0.0217437744140625, + -0.023956298828125, + 0.03314208984375, + 0.0494384765625, + -0.0325927734375, + -0.025482177734375, + -0.01580810546875, + 0.0312347412109375, + 0.0229034423828125, + -0.0423583984375, + 0.048492431640625, + 0.00943756103515625, + 0.0423583984375, + -0.048675537109375, + -0.011016845703125, + -0.006946563720703125, + -0.0298919677734375, + -0.0277862548828125, + -0.09814453125, + -0.043701171875, + -0.01010894775390625, + -0.051361083984375, + -0.00881195068359375, + -0.022705078125, + -0.01284027099609375, + 0.041595458984375, + -0.061309814453125, + -0.0709228515625, + 0.01322174072265625, + 0.0120697021484375, + -0.017059326171875, + 0.00981903076171875, + -0.06170654296875, + -0.040435791015625, + 0.0018682479858398438, + 0.01561737060546875, + -0.033538818359375, + -0.00460052490234375, + -0.0205078125, + -0.00481414794921875, + 0.00514984130859375, + -0.0245361328125, + -0.0009579658508300781, + -0.048095703125, + 0.0167694091796875, + 0.005435943603515625, + -0.0166778564453125, + 0.01629638671875, + 0.055206298828125, + -0.032958984375, + -0.050201416015625, + 0.03680419921875, + -0.0166778564453125, + -0.0085296630859375, + -0.0021076202392578125, + 0.040252685546875, + -0.03985595703125, + -0.028167724609375, + -0.015716552734375, + 0.0343017578125, + 0.052886962890625, + 0.01523590087890625, + 0.01174163818359375, + -0.0736083984375, + -0.0423583984375, + -0.01068115234375, + 0.026824951171875, + -0.01446533203125, + -0.0276031494140625, + 0.018585205078125, + -0.00128173828125, + 0.04791259765625, + -0.0134124755859375, + -0.021087646484375, + -0.0010776519775390625, + -0.0020847320556640625, + 0.026641845703125, + 0.01532745361328125, + 0.00804901123046875, + 0.00481414794921875, + 0.0662841796875, + 0.03564453125, + -0.001880645751953125, + 0.0182037353515625, + -0.0095367431640625, + 0.003856658935546875, + 0.0169525146484375, + 0.03143310546875, + -0.0140838623046875, + -0.0031147003173828125, + 0.03717041015625, + -0.0270233154296875, + 0.0243377685546875, + -0.00876617431640625, + -0.0302734375, + 0.0085296630859375, + -0.036041259765625, + 0.01494598388671875, + -0.05096435546875, + -0.01494598388671875, + -0.00431060791015625, + 0.0237579345703125, + 0.0139923095703125, + 0.0823974609375, + 0.041595458984375, + -0.02740478515625, + 0.0369873046875, + -0.00019311904907226562, + 0.0140838623046875, + 0.03680419921875, + -0.002071380615234375, + 0.035247802734375, + 0.0264434814453125, + 0.0188751220703125, + 0.01389312744140625, + 0.037933349609375, + 0.0031375885009765625, + -0.01092529296875, + -0.0222320556640625, + 0.0628662109375, + -0.005390167236328125, + -0.05328369140625, + -0.00948333740234375, + -0.032379150390625, + 0.034698486328125, + -0.0189666748046875, + -0.0020122528076171875, + 0.0119781494140625, + -0.03411865234375, + -0.048858642578125, + -0.0071868896484375, + 0.0046234130859375, + -0.01284027099609375, + 0.06475830078125, + 0.026641845703125, + -0.0291290283203125, + -0.0262603759765625, + 0.0221405029296875, + 0.0008625984191894531, + 0.04254150390625, + -0.018585205078125, + 0.01552581787109375, + -0.032012939453125, + -0.0127410888671875, + 0.038330078125, + 0.0214691162109375, + 0.043701171875, + 0.0276031494140625, + -0.01068115234375, + 0.02069091796875, + -0.00939178466796875, + 0.03985595703125, + 0.0256805419921875, + -0.0203094482421875, + -0.0088653564453125, + 0.017822265625, + 0.0316162109375, + 0.037750244140625, + -0.051361083984375, + -0.00699615478515625, + -0.06744384765625, + -0.01552581787109375, + -0.0662841796875, + -0.041015625, + -0.026641845703125, + -0.062469482421875, + 0.0262603759765625, + -0.0306549072265625, + -0.025299072265625, + -0.0089111328125, + 0.006946563720703125, + -0.012359619140625, + 0.05328369140625, + -0.0009822845458984375, + -0.038330078125, + 0.0012874603271484375, + 0.056732177734375, + -0.01427459716796875, + -0.01446533203125, + -0.0168609619140625, + 0.01313018798828125, + -0.0018568038940429688, + -0.0037136077880859375, + -0.0017366409301757812, + -0.00958251953125, + 0.0302734375, + 0.0277862548828125, + 0.0236663818359375, + -0.05328369140625, + 0.002216339111328125, + -0.03179931640625, + 0.01245880126953125, + -0.032958984375, + 0.027984619140625, + 0.006011962890625, + 0.0126495361328125, + -0.03009033203125, + -0.062103271484375, + 0.007568359375, + 0.052520751953125, + 0.00342559814453125, + 0.00514984130859375, + 0.002899169921875, + -0.06591796875, + 0.017822265625, + -0.01983642578125, + 0.015716552734375, + 0.0244293212890625, + 0.045806884765625, + -0.0276031494140625, + 0.0276031494140625, + -0.007762908935546875, + -0.00016546249389648438, + -0.032379150390625, + -0.041961669921875, + -0.00872039794921875, + 0.003498077392578125, + -0.068603515625, + -0.02069091796875, + 0.03448486328125, + -0.037750244140625, + 0.005893707275390625, + -0.00958251953125, + -0.0119781494140625, + -0.03814697265625, + -0.05902099609375, + 0.0140838623046875, + 0.0038318634033203125, + -0.036590576171875, + 0.00670623779296875, + 0.017822265625, + 0.0015153884887695312, + 0.02740478515625, + -0.0234832763671875, + -0.00392913818359375, + -0.048858642578125, + 0.01552581787109375, + -0.00872039794921875, + 0.034881591796875, + -0.01284027099609375, + 0.04827880859375, + 0.01284027099609375, + 0.01078033447265625, + 0.0242462158203125, + 0.032958984375, + 0.04541015625, + -0.00189208984375, + 0.0021915435791015625, + -0.0140838623046875, + 0.0191650390625, + 0.025299072265625, + -0.03717041015625, + -0.050201416015625, + -0.00800323486328125, + -0.0216522216796875, + 0.01629638671875, + 0.02606201171875, + 0.006755828857421875, + 0.0262603759765625, + -0.029327392578125, + 0.0258636474609375, + 0.048095703125, + 0.005916595458984375, + 0.10504150390625, + -0.0099639892578125, + -0.06781005859375, + 0.01715087890625, + 0.037750244140625, + 0.019927978515625, + -0.021942138671875, + 0.04656982421875, + 0.0302734375, + -0.01202392578125, + 0.0189666748046875, + -0.00699615478515625, + 0.0316162109375, + -0.00308990478515625, + 0.01049041748046875, + 0.0016651153564453125, + -0.0126495361328125, + 0.0167694091796875, + 0.040618896484375, + 0.037567138671875, + 0.0228118896484375, + 0.0270233154296875, + -0.0039520263671875, + -0.01044464111328125, + -0.0251007080078125, + -0.0689697265625, + -0.0012454986572265625, + 0.043487548828125, + 0.009918212890625, + 0.054046630859375, + -0.0264434814453125, + -0.0816650390625, + 0.012359619140625, + -0.049835205078125, + 0.06707763671875, + 0.036590576171875, + 0.01360321044921875, + 0.042724609375, + -0.0042877197265625, + 0.00934600830078125, + 0.0236663818359375, + -0.00958251953125, + 0.027984619140625, + 0.03717041015625, + 0.02740478515625, + 0.005462646484375, + -0.02203369140625, + 0.03448486328125, + 0.050201416015625, + 0.0215606689453125, + -0.0015926361083984375, + 0.0202178955078125, + 0.00737762451171875, + 0.04083251953125, + -0.0310516357421875, + 0.0188751220703125, + 0.0302734375, + -0.003688812255859375, + 0.0013179779052734375, + -0.027984619140625, + 0.00189208984375, + -0.0276031494140625, + 0.003185272216796875, + 0.0026702880859375, + -0.007762908935546875, + 0.033721923828125, + 0.0078582763671875, + -0.06744384765625, + -0.0223236083984375, + 0.048492431640625, + -0.0601806640625, + 0.006420135498046875, + 0.0180206298828125, + -0.02874755859375, + -0.02117919921875, + -0.02252197265625, + -0.0494384765625, + 0.0310516357421875, + -0.032958984375, + -0.0272064208984375, + 0.01284027099609375, + 0.0400390625, + -0.052520751953125, + -0.03009033203125, + -0.0036411285400390625, + -0.01513671875, + -0.02203369140625, + -0.018402099609375, + 0.0283660888671875, + -0.0160064697265625, + 0.0113525390625, + 0.0181121826171875, + 0.054412841796875, + -0.01216888427734375, + -0.0291290283203125, + 0.034881591796875, + -0.01418304443359375, + -0.0291290283203125, + 0.043701171875, + 0.0025634765625, + 0.0291290283203125, + -0.0230865478515625, + -0.035064697265625, + 0.00733184814453125, + 0.0262603759765625, + 0.0004191398620605469, + 0.027984619140625, + -0.0256805419921875, + -0.024139404296875, + -0.044281005859375, + 0.043701171875, + 0.0048370361328125, + 0.036041259765625, + 0.00948333740234375, + -0.025482177734375, + 0.045623779296875, + -0.040435791015625, + -0.0175323486328125, + -0.0013837814331054688, + 0.0049591064453125, + -0.0205078125, + 0.0762939453125, + -0.019927978515625, + -0.032379150390625, + 0.00041031837463378906, + 0.01360321044921875, + 0.02069091796875, + -0.00867462158203125, + -0.03680419921875, + 0.065185546875, + 0.0316162109375, + -0.033538818359375, + -0.020599365234375, + -0.0147552490234375, + -0.0056304931640625, + 0.0494384765625, + -0.029510498046875, + -0.00325775146484375, + 0.0018682479858398438, + -0.0709228515625, + -0.0310516357421875, + -0.030853271484375, + -0.0230865478515625, + -0.0240478515625, + 0.03143310546875, + 0.05596923828125, + -0.01456451416015625, + 0.034881591796875, + 0.0161895751953125, + 0.0182952880859375, + 0.00833892822265625, + -0.0038814544677734375, + -0.0310516357421875, + 0.0209808349609375, + -0.062469482421875, + -0.026641845703125, + -0.013031005859375, + 0.004550933837890625, + -0.021270751953125, + 0.01006317138671875, + 0.004505157470703125, + -0.00006365776062011719, + 0.0196380615234375, + -0.065185546875, + 0.007617950439453125, + -0.0218505859375, + -0.039093017578125, + -0.0230865478515625, + -0.0208892822265625, + 0.02117919921875, + 0.0223236083984375, + -0.016571044921875, + -0.0113525390625, + 0.0245361328125, + -0.036041259765625, + 0.037567138671875, + 0.0102081298828125, + 0.012359619140625, + -0.00548553466796875, + -0.01934814453125, + 0.0113525390625, + 0.01418304443359375, + 0.03948974609375, + -0.0079498291015625, + -0.0262603759765625, + -0.08050537109375, + 0.003856658935546875, + 0.0262603759765625, + -0.0079498291015625, + -0.017242431640625, + -0.037567138671875, + -0.042938232421875, + 0.00292205810546875, + 0.0285491943359375, + 0.0109710693359375, + 0.005222320556640625, + -0.04827880859375, + -0.054046630859375, + 0.005870819091796875, + -0.016571044921875, + 0.0413818359375, + -0.0423583984375, + -0.0028629302978515625, + 0.00804901123046875, + -0.0298919677734375, + 0.0258636474609375, + 0.040435791015625, + 0.03582763671875, + 0.00666046142578125, + 0.02740478515625, + -0.01178741455078125, + 0.037384033203125, + -0.003017425537109375, + -0.026824951171875, + -0.01178741455078125, + -0.014373779296875, + 0.0277862548828125, + -0.034881591796875, + -0.029510498046875, + 0.006610870361328125, + 0.0229034423828125, + 0.0312347412109375, + -0.0195465087890625, + -0.01418304443359375, + 0.0304718017578125, + -0.011688232421875, + 0.050201416015625, + -0.036407470703125, + -0.037567138671875, + 0.00342559814453125, + 0.0217437744140625, + 0.03851318359375, + 0.0234832763671875, + 0.0007004737854003906, + -0.050201416015625, + 0.00443267822265625, + 0.041961669921875, + -0.023956298828125, + -0.0440673828125, + -0.03411865234375, + 0.02117919921875, + 0.0298919677734375, + 0.0548095703125, + -0.005054473876953125, + 0.0574951171875, + 0.014373779296875, + -0.00531768798828125, + 0.0187835693359375, + 0.06671142578125, + 0.03411865234375, + -0.01255035400390625, + -0.04827880859375, + 0.008575439453125, + 0.01523590087890625, + -0.0396728515625, + -0.033538818359375, + 0.0099639892578125, + 0.0843505859375, + -0.054412841796875, + -0.020416259765625, + -0.0023956298828125, + -0.002132415771484375, + 0.0059661865234375, + 0.016571044921875, + -0.00189208984375, + 0.038909912109375, + 0.004528045654296875, + -0.056732177734375, + -0.0213623046875, + -0.01255035400390625, + 0.0256805419921875, + 0.04388427734375, + 0.0147552490234375, + -0.0176239013671875, + 0.0202178955078125, + -0.0008745193481445312, + 0.03179931640625, + 0.0140838623046875, + 0.0450439453125, + -0.0038814544677734375, + -0.0026226043701171875, + 0.025299072265625, + 0.047332763671875, + -0.0140838623046875, + -0.03009033203125, + 0.0256805419921875, + 0.0325927734375, + 0.05633544921875, + 0.049072265625, + 0.037384033203125, + 0.004550933837890625, + -0.006801605224609375, + -0.043304443359375, + -0.0186920166015625, + 0.037567138671875, + -0.00943756103515625, + -0.0386962890625, + -0.0440673828125, + 0.037384033203125, + -0.043701171875, + 0.038909912109375, + 0.00443267822265625, + -0.032012939453125, + -0.01485443115234375, + 0.0467529296875, + 0.00264739990234375, + -0.0272064208984375, + 0.01073455810546875, + -0.0283660888671875, + -0.034881591796875, + -0.032958984375, + -0.03277587890625, + 0.0396728515625, + -0.0413818359375, + -0.06439208984375, + -0.01983642578125, + 0.0302734375, + -0.036041259765625, + -0.043487548828125, + -0.0249176025390625, + 0.007568359375, + -0.034881591796875, + -0.038330078125, + -0.036590576171875, + -0.025299072265625, + 0.011016845703125, + -0.036407470703125, + 0.0450439453125, + -0.01580810546875, + -0.036407470703125, + -0.005413055419921875, + -0.0256805419921875, + -0.0262603759765625, + 0.00737762451171875, + -0.0251007080078125, + 0.03564453125, + 0.00598907470703125, + 0.02252197265625, + 0.0215606689453125, + 0.060546875, + -0.0027675628662109375, + 0.019256591796875, + -0.0306549072265625, + -0.0655517578125, + 0.00527191162109375, + 0.007568359375, + -0.00632476806640625, + -0.0789794921875, + 0.00493621826171875, + 0.058258056640625, + -0.1072998046875, + 0.02001953125, + -0.0182037353515625, + -0.0022869110107421875, + -0.030853271484375, + -0.0058441162109375, + 0.00445556640625, + 0.01039886474609375, + 0.09698486328125, + 0.01849365234375, + -0.03179931640625, + -0.02117919921875, + -0.0635986328125, + 0.05865478515625, + 0.017242431640625, + 0.006610870361328125, + -0.06439208984375, + -0.0028743743896484375, + 0.01380157470703125, + -0.0160064697265625, + 0.0180206298828125, + -0.057861328125, + 0.00843048095703125, + 0.0196380615234375, + 0.021942138671875, + -0.01532745361328125, + -0.008148193359375, + -0.05596923828125, + -0.028167724609375, + -0.03411865234375, + 0.0195465087890625, + -0.01360321044921875, + 0.007091522216796875, + -0.033355712890625, + -0.0205078125, + -0.01427459716796875, + -0.047515869140625, + -0.04522705078125, + -0.04217529296875, + 0.042938232421875, + 0.00666046142578125, + -0.04656982421875, + 0.0662841796875, + 0.043701171875, + -0.020599365234375, + -0.0026836395263671875, + 0.05059814453125, + -0.025482177734375, + 0.005939483642578125, + -0.00843048095703125, + 0.0258636474609375, + 0.00872039794921875, + 0.00843048095703125, + -0.00325775146484375, + -0.004024505615234375, + 0.0234832763671875, + -0.0548095703125, + 0.0251007080078125, + 0.01485443115234375, + -0.04119873046875, + -0.049835205078125, + -0.0222320556640625, + -0.03582763671875, + 0.005870819091796875, + -0.00325775146484375, + 0.0302734375, + 0.01351165771484375, + 0.0004372596740722656, + -0.1072998046875, + 0.04656982421875, + -0.0127410888671875, + 0.0262603759765625, + 0.0234832763671875, + -0.00843048095703125, + -0.06707763671875, + -0.032379150390625, + -0.0161895751953125, + 0.032379150390625, + -0.004863739013671875, + 0.02471923828125, + 0.0017604827880859375, + -0.00020205974578857422, + 0.005126953125, + -0.0251007080078125, + 0.0046234130859375, + 0.028167724609375, + 0.01513671875, + -0.004695892333984375, + 0.058258056640625, + -0.06744384765625, + 0.0030670166015625, + -0.002838134765625, + -0.0174407958984375, + -0.0013532638549804688, + 0.008148193359375, + -0.0113525390625, + 0.0027904510498046875, + 0.0270233154296875, + 0.0240478515625, + -0.0188751220703125, + 0.0027065277099609375, + 0.00666046142578125, + 0.0180206298828125, + 0.009674072265625, + -0.0304718017578125, + 0.003688812255859375, + 0.0218505859375, + -0.0276031494140625, + -0.01140594482421875, + -0.08966064453125, + -0.07666015625, + 0.014373779296875, + -0.043304443359375, + -0.01934814453125, + 0.00804901123046875, + -0.0008444786071777344, + 0.0139923095703125, + -0.0306549072265625, + 0.01216888427734375, + 0.004047393798828125, + -0.0188751220703125, + -0.0071868896484375, + 0.051727294921875, + -0.0109710693359375, + 0.01418304443359375, + 0.01360321044921875, + -0.047515869140625, + -0.0012998580932617188, + -0.02606201171875, + -0.0023956298828125, + -0.041961669921875, + 0.0075225830078125, + -0.0207977294921875, + 0.0256805419921875, + -0.073974609375, + -0.020599365234375, + 0.00977325439453125, + 0.0302734375, + 0.0140838623046875, + -0.0302734375, + 0.035064697265625, + -0.00939178466796875, + -0.0548095703125, + 0.0217437744140625, + -0.0264434814453125, + -0.0175323486328125, + 0.032012939453125, + 0.0008382797241210938, + 0.002994537353515625, + 0.02606201171875, + 0.04656982421875, + 0.0146636962890625, + 0.06170654296875, + -0.007808685302734375, + -0.0306549072265625, + -0.016571044921875, + -0.019927978515625, + 0.0277862548828125, + 0.0297088623046875, + 0.006610870361328125, + -0.01284027099609375, + 0.01552581787109375, + 0.00010031461715698242, + -0.07586669921875, + -0.035247802734375, + -0.032196044921875, + -0.0400390625, + 0.0089111328125, + 0.06671142578125, + 0.0221405029296875, + 0.0168609619140625, + 0.0216522216796875, + 0.051727294921875, + 0.01212310791015625, + 0.006946563720703125, + -0.0188751220703125, + -0.0423583984375, + -0.002048492431640625, + -0.00136566162109375, + 0.012359619140625, + -0.06744384765625, + 0.057098388671875, + 0.0386962890625, + -0.0240478515625, + -0.019744873046875, + 0.000017404556274414062, + 0.01715087890625, + 0.057861328125, + 0.009246826171875, + 0.009918212890625, + -0.04119873046875, + 0.00901031494140625, + 0.0302734375, + 0.00498199462890625, + -0.006610870361328125, + -0.0205078125, + -0.0209808349609375, + -0.0009341239929199219, + -0.06707763671875, + -0.016571044921875, + 0.0161895751953125, + 0.057098388671875, + 0.00901031494140625, + -0.033355712890625, + -0.0310516357421875, + 0.03277587890625, + 0.00189208984375, + -0.01418304443359375, + 0.01380157470703125, + 0.03411865234375, + -0.0034732818603515625, + 0.014373779296875, + 0.044281005859375, + 0.00028586387634277344, + 0.03564453125, + 0.0240478515625, + -0.051727294921875, + 0.038909912109375, + -0.025299072265625, + 0.01715087890625, + -0.00258636474609375, + -0.0270233154296875, + 0.00136566162109375, + -0.05865478515625, + 0.0285491943359375, + 0.0169525146484375, + 0.042724609375, + 0.0146636962890625, + -0.02337646484375, + -0.00565338134765625, + 0.019744873046875, + 0.0477294921875, + 0.037567138671875, + 0.0298919677734375, + 0.00582122802734375, + 0.006755828857421875, + -0.0102996826171875, + 0.017822265625, + -0.0521240234375, + 0.036041259765625, + -0.0369873046875, + 0.0026226043701171875, + -0.059417724609375, + 0.0004730224609375, + 0.0173492431640625, + -0.007282257080078125, + -0.006755828857421875, + -0.034698486328125, + -0.02252197265625, + 0.0011377334594726562, + -0.06170654296875, + 0.0004131793975830078, + 0.065185546875, + -0.025482177734375, + 0.0230865478515625, + 0.0272064208984375, + -0.01293182373046875, + -0.011016845703125, + -0.06939697265625, + 0.05865478515625, + 0.0291290283203125, + 0.0228118896484375, + 0.00298309326171875, + 0.0092010498046875, + 0.0283660888671875, + -0.005725860595703125, + 0.0285491943359375, + 0.005558013916015625, + -0.0298919677734375, + 0.05364990234375, + 0.033355712890625, + 0.00241851806640625, + -0.0270233154296875, + 0.019927978515625, + 0.0291290283203125, + -0.037384033203125, + 0.0249176025390625, + 0.0262603759765625, + 0.045806884765625, + -0.0025272369384765625, + -0.012359619140625, + -0.0160980224609375, + -0.0601806640625, + 0.06402587890625, + 0.0234832763671875, + -0.003498077392578125, + 0.02874755859375, + -0.0494384765625, + 0.03717041015625, + 0.002635955810546875, + 0.058258056640625, + -0.05596923828125, + 0.0400390625, + -0.004405975341796875, + -0.0075225830078125, + 0.004238128662109375, + 0.0106353759765625, + -0.00579833984375, + 0.0215606689453125, + -0.018585205078125, + 0.040435791015625, + 0.00876617431640625, + -0.0010776519775390625, + -0.068603515625, + -0.00038933753967285156, + -0.004001617431640625, + 0.0182037353515625, + 0.007663726806640625, + -0.036407470703125, + -0.0182952880859375, + 0.0243377685546875, + 0.035247802734375, + 0.062103271484375, + 0.0021800994873046875, + 0.02874755859375, + 0.00872039794921875, + -0.025482177734375, + -0.004215240478515625, + -0.018402099609375 + ], + "metadata": { + "domains": [ + "incident-response", + "mobile-forensics" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "memory", + "acquisition", + "scenario:memory_dump" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Ghidra", + "type": "tool", + "name": "Ghidra", + "content": "ghidra nsas reverse-engineering-suite demokratisiert binary-analyse auf ida-pro-niveau. der decompiler transformiert assembly in lesbaren c-code für intuitiveres verständnis von programm-logik. unterstützt über 30 prozessor-architekturen von x86/x64 über arm bis zu obskuren embedded-cpus. das software reverse engineering framework ermöglicht kollaborative analyse durch ghidra-server. pcode als intermediate language vereinheitlicht cross-architecture-analysen. der function-graph visualisiert control-flow. data-type-manager rekonstruiert strukturen und klassen. script-manager automatisiert mit python/java wiederkehrende analysen. version tracking vergleicht binaries über versionen. cryptographic-signature-finder identifiziert verschlüsselungs-routinen. die extension-architektur erlaubt custom-analyzers. perfekt für malware-dekonstruktion, vulnerability-research und firmware-analyse. die steile lernkurve wird durch exzellente dokumentation und nsa-trainingsmaterial gemildert. 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.03759765625, + 0.00899505615234375, + 0.03900146484375, + 0.0203094482421875, + 0.01099395751953125, + 0.032623291015625, + 0.0313720703125, + 0.0134735107421875, + -0.0292510986328125, + -0.0255279541015625, + -0.0237579345703125, + 0.057098388671875, + 0.01187896728515625, + 0.00806427001953125, + -0.06561279296875, + 0.0285491943359375, + -0.017913818359375, + 0.00855255126953125, + 0.008819580078125, + 0.017822265625, + -0.0230560302734375, + -0.0221710205078125, + -0.0321044921875, + -0.0190582275390625, + 0.0065155029296875, + 0.00917816162109375, + -0.017730712890625, + -0.0830078125, + -0.0230560302734375, + -0.00347900390625, + 0.03173828125, + -0.016845703125, + -0.006561279296875, + 0.0161285400390625, + 0.0094451904296875, + -0.01471710205078125, + -0.00775909423828125, + -0.037933349609375, + 0.005718231201171875, + 0.04718017578125, + -0.030853271484375, + 0.0117034912109375, + 0.021270751953125, + -0.007843017578125, + -0.017730712890625, + -0.0521240234375, + -0.00007933378219604492, + -0.01568603515625, + 0.01214599609375, + -0.042388916015625, + 0.03546142578125, + 0.01276397705078125, + 0.01568603515625, + -0.030670166015625, + -0.024993896484375, + 0.01471710205078125, + 0.01471710205078125, + -0.0292510986328125, + -0.0303192138671875, + 0.07342529296875, + -0.0226898193359375, + -0.00899505615234375, + 0.00350189208984375, + -0.01525115966796875, + 0.0202178955078125, + 0.027130126953125, + -0.0171051025390625, + -0.03173828125, + 0.01409912109375, + 0.0001475811004638672, + 0.0093536376953125, + 0.0038127899169921875, + -0.0182647705078125, + 0.036346435546875, + -0.05816650390625, + -0.04998779296875, + 0.0061187744140625, + 0.02410888671875, + 0.025360107421875, + 0.018707275390625, + -0.02447509765625, + 0.0035247802734375, + 0.036346435546875, + -0.0192413330078125, + -0.007091522216796875, + 0.01312255859375, + 0.016845703125, + 0.0211029052734375, + 0.005451202392578125, + -0.006206512451171875, + 0.0007009506225585938, + -0.019683837890625, + 0.0294342041015625, + -0.00970458984375, + 0.0219879150390625, + 0.056396484375, + -0.04718017578125, + -0.002559661865234375, + -0.041656494140625, + 0.0106353759765625, + 0.032440185546875, + -0.0011911392211914062, + 0.03704833984375, + -0.0116119384765625, + 0.036163330078125, + -0.03546142578125, + 0.01462554931640625, + -0.0124969482421875, + -0.006473541259765625, + -0.00917816162109375, + -0.08721923828125, + -0.02996826171875, + -0.0242919921875, + -0.061004638671875, + -0.0061187744140625, + -0.004566192626953125, + -0.01197052001953125, + 0.0333251953125, + -0.04681396484375, + -0.021270751953125, + 0.018798828125, + 0.00899505615234375, + -0.0037899017333984375, + 0.02410888671875, + -0.06134033203125, + -0.045379638671875, + 0.0021610260009765625, + 0.0305023193359375, + -0.03387451171875, + 0.0008645057678222656, + -0.006694793701171875, + -0.0285491943359375, + -0.0165863037109375, + -0.0014295578002929688, + -0.019775390625, + -0.0313720703125, + 0.044342041015625, + -0.0194091796875, + 0.003879547119140625, + 0.004566192626953125, + 0.03173828125, + -0.0283660888671875, + -0.04254150390625, + 0.018524169921875, + -0.0021610260009765625, + -0.019866943359375, + 0.0099334716796875, + 0.04486083984375, + -0.0274810791015625, + -0.00864410400390625, + -0.006072998046875, + -0.0039215087890625, + 0.0634765625, + 0.005672454833984375, + 0.0035457611083984375, + -0.0257110595703125, + -0.01427459716796875, + -0.0125885009765625, + 0.042205810546875, + -0.0015954971313476562, + -0.01090240478515625, + 0.0203094482421875, + -0.00970458984375, + 0.04132080078125, + -0.032440185546875, + -0.040252685546875, + -0.0040130615234375, + 0.0230560302734375, + 0.00957489013671875, + -0.0125885009765625, + 0.03350830078125, + 0.0088653564453125, + 0.04486083984375, + 0.056396484375, + -0.01214599609375, + 0.0161285400390625, + -0.01418304443359375, + -0.004852294921875, + 0.0255279541015625, + 0.0161285400390625, + -0.0372314453125, + -0.0294342041015625, + 0.0333251953125, + 0.008026123046875, + 0.034759521484375, + -0.00855255126953125, + -0.0242919921875, + -0.05072021484375, + -0.0201263427734375, + 0.0218048095703125, + -0.04290771484375, + -0.007843017578125, + -0.019775390625, + 0.047515869140625, + 0.01143646240234375, + 0.07232666015625, + 0.01959228515625, + -0.01418304443359375, + 0.047882080078125, + -0.0108184814453125, + 0.01409912109375, + 0.041839599609375, + -0.00281524658203125, + 0.061004638671875, + 0.023406982421875, + 0.00027561187744140625, + -0.0153350830078125, + 0.044158935546875, + 0.0267791748046875, + -0.0103759765625, + -0.0125885009765625, + 0.045379638671875, + 0.001873016357421875, + 0.007358551025390625, + -0.04644775390625, + -0.038482666015625, + 0.03350830078125, + -0.00372314453125, + 0.00899505615234375, + 0.00396728515625, + -0.006473541259765625, + -0.04290771484375, + -0.007534027099609375, + 0.018707275390625, + -0.0074920654296875, + 0.033172607421875, + 0.041839599609375, + -0.015869140625, + -0.0125885009765625, + 0.03350830078125, + 0.03582763671875, + 0.02801513671875, + 0.004589080810546875, + -0.007312774658203125, + -0.023590087890625, + -0.036529541015625, + 0.01409912109375, + 0.04718017578125, + 0.0230560302734375, + 0.0312042236328125, + -0.04327392578125, + 0.0313720703125, + -0.0287322998046875, + 0.051422119140625, + 0.023590087890625, + -0.02252197265625, + -0.00200653076171875, + -0.007137298583984375, + 0.03509521484375, + 0.05072021484375, + -0.053558349609375, + -0.019500732421875, + -0.040771484375, + 0.0125885009765625, + -0.056396484375, + -0.030670166015625, + 0.004276275634765625, + -0.05426025390625, + 0.045745849609375, + -0.005451202392578125, + -0.040252685546875, + -0.00301361083984375, + 0.031036376953125, + -0.01134490966796875, + 0.040435791015625, + 0.01320648193359375, + -0.03546142578125, + 0.0124969482421875, + 0.08154296875, + -0.004764556884765625, + -0.0208282470703125, + -0.0155181884765625, + 0.010284423828125, + -0.002437591552734375, + 0.01515960693359375, + -0.017913818359375, + 0.0108642578125, + 0.042022705078125, + 0.0246429443359375, + 0.04150390625, + -0.0267791748046875, + 0.01294708251953125, + -0.0089111328125, + 0.059234619140625, + -0.039886474609375, + -0.00771331787109375, + 0.00560760498046875, + -0.00815582275390625, + 0.0011911392211914062, + -0.051422119140625, + -0.00966644287109375, + 0.0411376953125, + 0.029083251953125, + 0.0038127899169921875, + 0.02978515625, + -0.055328369140625, + 0.025177001953125, + 0.010284423828125, + -0.02606201171875, + 0.023223876953125, + 0.05780029296875, + -0.0489501953125, + -0.00281524658203125, + -0.006916046142578125, + -0.00049591064453125, + -0.0411376953125, + -0.0450439453125, + -0.0164947509765625, + 0.0033473968505859375, + -0.0303192138671875, + -0.0333251953125, + 0.0004901885986328125, + -0.0013685226440429688, + 0.022247314453125, + -0.01320648193359375, + -0.001739501953125, + -0.05389404296875, + -0.03509521484375, + -0.0106353759765625, + -0.036712646484375, + -0.019500732421875, + -0.038665771484375, + 0.0701904296875, + 0.00815582275390625, + 0.01010894775390625, + -0.0022487640380859375, + 0.0030803680419921875, + -0.0287322998046875, + 0.01861572265625, + -0.0163116455078125, + 0.0025386810302734375, + 0.0003628730773925781, + 0.06451416015625, + 0.032806396484375, + 0.00673675537109375, + 0.032257080078125, + 0.06170654296875, + 0.042205810546875, + -0.0303192138671875, + -0.0117950439453125, + 0.00766754150390625, + 0.0136566162109375, + -0.0079803466796875, + -0.00815582275390625, + -0.032440185546875, + -0.0202178955078125, + -0.01232147216796875, + 0.01338958740234375, + 0.00469970703125, + 0.048583984375, + 0.0183563232421875, + 0.0074920654296875, + -0.007091522216796875, + 0.054962158203125, + 0.027313232421875, + 0.1007080078125, + 0.00917816162109375, + -0.052825927734375, + 0.005985260009765625, + 0.03704833984375, + -0.03778076171875, + -0.025177001953125, + 0.0257110595703125, + 0.02447509765625, + -0.006649017333984375, + 0.026947021484375, + -0.027130126953125, + 0.0171966552734375, + -0.02606201171875, + 0.0192413330078125, + 0.030670166015625, + -0.023223876953125, + 0.0189666748046875, + 0.0173797607421875, + 0.0312042236328125, + 0.01436614990234375, + 0.03350830078125, + -0.02783203125, + -0.015960693359375, + -0.052825927734375, + -0.03759765625, + 0.0255279541015625, + 0.026947021484375, + 0.0220794677734375, + 0.036895751953125, + -0.0242919921875, + -0.047515869140625, + 0.01320648193359375, + -0.052490234375, + 0.09075927734375, + 0.0305023193359375, + -0.00536346435546875, + 0.0321044921875, + -0.0296173095703125, + 0.0061187744140625, + 0.005764007568359375, + 0.01605224609375, + 0.0482177734375, + 0.06207275390625, + 0.040069580078125, + 0.01763916015625, + -0.039886474609375, + 0.023223876953125, + 0.019500732421875, + 0.026947021484375, + -0.0218963623046875, + 0.040069580078125, + 0.0008091926574707031, + 0.0208282470703125, + -0.0179901123046875, + 0.038665771484375, + 0.0219879150390625, + -0.0174713134765625, + 0.0303192138671875, + -0.0303192138671875, + 0.034393310546875, + -0.046112060546875, + -0.0032138824462890625, + 0.007534027099609375, + 0.0210113525390625, + 0.02996826171875, + 0.036529541015625, + -0.0595703125, + -0.00678253173828125, + 0.04522705078125, + -0.07232666015625, + 0.0237579345703125, + 0.00443267822265625, + -0.005298614501953125, + 0.005939483642578125, + -0.0208282470703125, + -0.0595703125, + 0.03955078125, + -0.036895751953125, + -0.037933349609375, + 0.0164031982421875, + 0.00904083251953125, + -0.0211029052734375, + -0.020477294921875, + -0.0340576171875, + -0.0040130615234375, + -0.027313232421875, + -0.029083251953125, + 0.03955078125, + 0.0017957687377929688, + -0.0027713775634765625, + 0.05035400390625, + 0.02606201171875, + -0.026947021484375, + -0.00511932373046875, + 0.0208282470703125, + -0.02154541015625, + -0.03582763671875, + 0.019500732421875, + 0.0303192138671875, + 0.003879547119140625, + -0.043792724609375, + -0.0194091796875, + 0.01320648193359375, + -0.003635406494140625, + -0.0006260871887207031, + 0.0098876953125, + -0.039886474609375, + -0.03582763671875, + -0.03192138671875, + 0.035980224609375, + -0.0007257461547851562, + 0.03155517578125, + 0.0014629364013671875, + -0.06561279296875, + 0.01480865478515625, + -0.049285888671875, + -0.01374053955078125, + -0.00917816162109375, + 0.0135650634765625, + 0.01055145263671875, + 0.051788330078125, + -0.0023708343505859375, + -0.041656494140625, + -0.00044608116149902344, + 0.0411376953125, + 0.021270751953125, + 0.0211944580078125, + -0.04998779296875, + 0.0701904296875, + 0.0228729248046875, + -0.033172607421875, + -0.00829315185546875, + -0.0219879150390625, + 0.005008697509765625, + 0.038818359375, + -0.057464599609375, + -0.0126800537109375, + -0.0287322998046875, + -0.0677490234375, + -0.051422119140625, + -0.019866943359375, + -0.01374053955078125, + -0.0313720703125, + 0.02978515625, + 0.019500732421875, + 0.01605224609375, + 0.040618896484375, + -0.001003265380859375, + -0.0283660888671875, + 0.0219879150390625, + -0.0001786947250366211, + -0.0239410400390625, + 0.0201263427734375, + -0.040618896484375, + -0.007801055908203125, + -0.0213623046875, + 0.023590087890625, + -0.02801513671875, + 0.0201263427734375, + 0.0262451171875, + -0.020660400390625, + 0.038818359375, + -0.03369140625, + -0.0218963623046875, + -0.034576416015625, + -0.054962158203125, + -0.042022705078125, + -0.0213623046875, + 0.00055694580078125, + 0.0294342041015625, + -0.0126800537109375, + 0.04150390625, + 0.019866943359375, + -0.04254150390625, + 0.007625579833984375, + 0.00859832763671875, + -0.030670166015625, + 0.0213623046875, + -0.006381988525390625, + 0.0024051666259765625, + -0.0264129638671875, + 0.018890380859375, + -0.0239410400390625, + -0.040435791015625, + -0.0897216796875, + 0.0258941650390625, + -0.032623291015625, + -0.0239410400390625, + -0.0221710205078125, + -0.030670166015625, + -0.054962158203125, + 0.0036792755126953125, + 0.006916046142578125, + -0.0113067626953125, + 0.01276397705078125, + -0.0391845703125, + -0.0003712177276611328, + -0.0134735107421875, + -0.032806396484375, + 0.04644775390625, + -0.0274810791015625, + -0.010284423828125, + -0.0191497802734375, + -0.03973388671875, + 0.0285491943359375, + 0.0303192138671875, + 0.017547607421875, + 0.02447509765625, + 0.032806396484375, + -0.0191497802734375, + 0.0265960693359375, + 0.021636962890625, + -0.0093536376953125, + -0.0283660888671875, + -0.006206512451171875, + 0.036529541015625, + -0.01702880859375, + -0.038665771484375, + 0.015960693359375, + 0.03741455078125, + -0.004055023193359375, + -0.0026035308837890625, + -0.029083251953125, + 0.030853271484375, + 0.00864410400390625, + 0.0391845703125, + -0.00673675537109375, + -0.040618896484375, + -0.0126800537109375, + -0.01187896728515625, + 0.0489501953125, + 0.04718017578125, + 0.00232696533203125, + -0.03973388671875, + 0.00516510009765625, + 0.045745849609375, + -0.0165863037109375, + -0.02978515625, + -0.037933349609375, + 0.004543304443359375, + 0.01506805419921875, + 0.056396484375, + -0.01506805419921875, + 0.0858154296875, + 0.019775390625, + 0.00467681884765625, + 0.0264129638671875, + 0.05426025390625, + 0.0489501953125, + -0.018890380859375, + -0.041656494140625, + -0.007625579833984375, + -0.013031005859375, + -0.023406982421875, + -0.048583984375, + 0.0163116455078125, + 0.030853271484375, + -0.0521240234375, + -0.0313720703125, + -0.022247314453125, + 0.019500732421875, + 0.014984130859375, + 0.02996826171875, + -0.007579803466796875, + 0.03582763671875, + -0.01294708251953125, + -0.04254150390625, + 0.0018510818481445312, + -0.0218048095703125, + 0.01427459716796875, + 0.0430908203125, + 0.0274810791015625, + -0.0321044921875, + 0.0237579345703125, + 0.01116943359375, + 0.01329803466796875, + 0.0012302398681640625, + 0.0221710205078125, + 0.0182647705078125, + 0.040069580078125, + 0.04345703125, + 0.03369140625, + -0.033172607421875, + -0.021453857421875, + -0.0262451171875, + 0.0321044921875, + 0.020477294921875, + 0.026947021484375, + 0.00443267822265625, + -0.01099395751953125, + -0.005672454833984375, + -0.05426025390625, + 0.0034580230712890625, + -0.001750946044921875, + -0.006561279296875, + -0.03759765625, + -0.031036376953125, + -0.005008697509765625, + -0.03973388671875, + 0.0255279541015625, + 0.0200347900390625, + -0.0208282470703125, + -0.007358551025390625, + 0.052490234375, + 0.00511932373046875, + -0.03741455078125, + 0.03387451171875, + -0.02447509765625, + -0.032989501953125, + -0.052825927734375, + -0.038482666015625, + 0.04095458984375, + -0.0294342041015625, + -0.07696533203125, + -0.0239410400390625, + 0.045379638671875, + -0.0136566162109375, + -0.03350830078125, + -0.0078887939453125, + 0.0022487640380859375, + -0.040252685546875, + -0.0248260498046875, + -0.034759521484375, + -0.021636962890625, + 0.0012187957763671875, + -0.0599365234375, + 0.0116119384765625, + 0.00727081298828125, + 0.002948760986328125, + -0.0113067626953125, + -0.0172882080078125, + -0.04522705078125, + 0.066650390625, + -0.0556640625, + 0.06207275390625, + 0.00904083251953125, + 0.015777587890625, + 0.04290771484375, + 0.05035400390625, + -0.01187896728515625, + 0.00678253173828125, + -0.0061187744140625, + -0.0780029296875, + -0.0051422119140625, + 0.006473541259765625, + 0.01143646240234375, + -0.06597900390625, + -0.00811004638671875, + 0.0262451171875, + -0.0638427734375, + -0.005496978759765625, + 0.003170013427734375, + -0.0239410400390625, + -0.0391845703125, + 0.007625579833984375, + -0.0079803466796875, + -0.01294708251953125, + 0.0869140625, + 0.01276397705078125, + -0.01152801513671875, + 0.0276641845703125, + -0.053192138671875, + 0.0521240234375, + 0.028900146484375, + 0.047515869140625, + -0.042205810546875, + 0.019683837890625, + 0.0228729248046875, + -0.015777587890625, + -0.00469970703125, + -0.068115234375, + -0.01471710205078125, + 0.0276641845703125, + 0.036895751953125, + -0.004055023193359375, + 0.002658843994140625, + -0.01959228515625, + -0.0078887939453125, + -0.023223876953125, + 0.0220794677734375, + 0.018890380859375, + 0.012054443359375, + -0.05426025390625, + -0.0209197998046875, + 0.01480865478515625, + -0.040771484375, + -0.01763916015625, + -0.034942626953125, + 0.02606201171875, + -0.00824737548828125, + -0.06207275390625, + 0.03369140625, + 0.003414154052734375, + 0.0230560302734375, + 0.0220794677734375, + 0.049652099609375, + -0.04522705078125, + -0.0027599334716796875, + -0.0038127899169921875, + 0.04644775390625, + 0.0283660888671875, + 0.0237579345703125, + -0.0125885009765625, + 0.032440185546875, + 0.00727081298828125, + -0.019866943359375, + 0.04486083984375, + 0.01374053955078125, + -0.0008254051208496094, + -0.048583984375, + -0.034759521484375, + -0.025360107421875, + 0.04327392578125, + 0.016754150390625, + 0.040435791015625, + 0.0032367706298828125, + 0.003368377685546875, + -0.08795166015625, + 0.0521240234375, + -0.0255279541015625, + 0.0008254051208496094, + 0.018707275390625, + -0.0283660888671875, + -0.0709228515625, + -0.04998779296875, + -0.01329803466796875, + 0.0009140968322753906, + -0.02996826171875, + 0.03350830078125, + 0.035980224609375, + 0.001102447509765625, + -0.00023412704467773438, + -0.00540924072265625, + 0.0098419189453125, + 0.04132080078125, + -0.00855255126953125, + -0.03546142578125, + 0.059234619140625, + -0.04718017578125, + 0.002471923828125, + 0.00580596923828125, + 0.032623291015625, + 0.007534027099609375, + 0.01515960693359375, + -0.036712646484375, + -0.007183074951171875, + 0.0190582275390625, + 0.044158935546875, + -0.0210113525390625, + -0.00200653076171875, + -0.02056884765625, + 0.032989501953125, + -0.001861572265625, + 0.018707275390625, + 0.0004627704620361328, + -0.0239410400390625, + -0.0340576171875, + -0.002826690673828125, + -0.057098388671875, + -0.0791015625, + -0.01134490966796875, + -0.031036376953125, + -0.0022602081298828125, + 0.0264129638671875, + 0.00673675537109375, + 0.03350830078125, + -0.0391845703125, + 0.027313232421875, + -0.0117034912109375, + -0.018798828125, + -0.01099395751953125, + 0.0265960693359375, + -0.003391265869140625, + 0.0303192138671875, + 0.032989501953125, + -0.0135650634765625, + 0.03387451171875, + -0.0208282470703125, + -0.0267791748046875, + -0.00766754150390625, + 0.00908660888671875, + -0.0208282470703125, + 0.0489501953125, + -0.070556640625, + -0.019683837890625, + 0.01329803466796875, + 0.0164947509765625, + 0.004611968994140625, + -0.0211944580078125, + 0.038482666015625, + 0.00176239013671875, + -0.07196044921875, + 0.00678253173828125, + -0.016754150390625, + -0.0321044921875, + -0.008819580078125, + -0.0294342041015625, + 0.01276397705078125, + 0.025360107421875, + 0.0595703125, + 0.01294708251953125, + 0.06951904296875, + 0.0164031982421875, + -0.0301361083984375, + 0.005519866943359375, + -0.01001739501953125, + 0.03564453125, + 0.014984130859375, + 0.0303192138671875, + 0.00045990943908691406, + 0.0296173095703125, + -0.0014629364013671875, + -0.08831787109375, + 0.00301361083984375, + -0.0183563232421875, + -0.05426025390625, + 0.006206512451171875, + 0.0673828125, + 0.025177001953125, + 0.0257110595703125, + 0.0221710205078125, + 0.06634521484375, + 0.042205810546875, + -0.00003063678741455078, + -0.0292510986328125, + -0.0673828125, + -0.013031005859375, + 0.045745849609375, + 0.025177001953125, + -0.0634765625, + 0.0340576171875, + 0.08013916015625, + 0.005298614501953125, + -0.0008645057678222656, + -0.00962066650390625, + -0.0246429443359375, + 0.062744140625, + 0.0248260498046875, + 0.02606201171875, + -0.08868408203125, + -0.00806427001953125, + 0.0125885009765625, + -0.0111236572265625, + -0.004344940185546875, + -0.017822265625, + -0.013916015625, + 0.05462646484375, + -0.07342529296875, + 0.008819580078125, + 0.038299560546875, + 0.05816650390625, + 0.0028591156005859375, + -0.043792724609375, + 0.01409912109375, + 0.016845703125, + -0.00004279613494873047, + -0.006473541259765625, + -0.01276397705078125, + 0.0005650520324707031, + -0.0450439453125, + 0.019775390625, + 0.04644775390625, + -0.00908660888671875, + 0.0489501953125, + 0.019775390625, + -0.04644775390625, + 0.0267791748046875, + -0.015869140625, + 0.01427459716796875, + 0.00629425048828125, + -0.0391845703125, + -0.03900146484375, + -0.0257110595703125, + 0.0226898193359375, + -0.0036792755126953125, + 0.036163330078125, + -0.01409912109375, + -0.0039215087890625, + -0.0008978843688964844, + -0.00438690185546875, + 0.017913818359375, + 0.0301361083984375, + 0.02801513671875, + 0.045745849609375, + 0.019775390625, + 0.0116119384765625, + 0.00899505615234375, + -0.017547607421875, + 0.049652099609375, + -0.0333251953125, + 0.032623291015625, + -0.051055908203125, + -0.00374603271484375, + 0.01338958740234375, + -0.0257110595703125, + -0.0025482177734375, + -0.0274810791015625, + -0.0190582275390625, + -0.023590087890625, + -0.0226898193359375, + 0.018707275390625, + 0.051422119140625, + -0.051055908203125, + 0.006603240966796875, + 0.0312042236328125, + 0.005229949951171875, + 0.019500732421875, + -0.04486083984375, + 0.0780029296875, + 0.00970458984375, + 0.036163330078125, + -0.007137298583984375, + 0.0116119384765625, + 0.043975830078125, + -0.0184478759765625, + 0.017822265625, + 0.05035400390625, + 0.0274810791015625, + 0.059234619140625, + 0.0352783203125, + 0.023223876953125, + -0.03155517578125, + 0.034576416015625, + 0.0108642578125, + -0.0450439453125, + 0.01480865478515625, + 0.0069580078125, + 0.0021610260009765625, + -0.007843017578125, + -0.01462554931640625, + -0.00042939186096191406, + -0.051788330078125, + 0.04522705078125, + 0.0089111328125, + -0.01152801513671875, + 0.03155517578125, + -0.027313232421875, + 0.058868408203125, + -0.0029697418212890625, + 0.059234619140625, + -0.03759765625, + 0.07379150390625, + -0.01506805419921875, + 0.004520416259765625, + -0.002948760986328125, + 0.0181732177734375, + -0.001407623291015625, + 0.04644775390625, + -0.0111236572265625, + 0.06207275390625, + 0.0173797607421875, + 0.012237548828125, + -0.056396484375, + -0.036529541015625, + -0.00257110595703125, + 0.00820159912109375, + 0.041839599609375, + -0.034576416015625, + -0.0230560302734375, + -0.01241302490234375, + 0.023590087890625, + 0.06597900390625, + -0.0134735107421875, + 0.0226898193359375, + 0.004833221435546875, + -0.0060272216796875, + -0.00806427001953125, + 0.0005817413330078125 + ], + "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_hashcat", + "type": "tool", + "name": "hashcat", + "content": "hashcat höchstperformanter passwort‑recovery‑accelerator, der cpus, gpus, fpgas und sogar asics parallel nutzen kann. unterstützt über 300 hash‑formate (u.a. bcrypt, ntlm, kerberos, wpa‑pmkid) und besitzt flexible angriffsmodi (dictionary, mask, hybrid, rule‑based). dank opencl‑backend skaliert hashcat von laptop‑gpu bis zu verteilten clustern – unverzichtbar für credential‑audits und incident‑response. password-recovery gpu-acceleration cracking scenario:credential_theft incident-response fraud-investigation analysis", + "embedding": [ + -0.00949859619140625, + -0.0177001953125, + 0.048858642578125, + 0.00295257568359375, + 0.0257415771484375, + 0.0090484619140625, + 0.0240325927734375, + -0.02874755859375, + -0.0177001953125, + 0.0008168220520019531, + -0.0090484619140625, + 0.05267333984375, + -0.010955810546875, + -0.01427459716796875, + -0.05267333984375, + 0.0088958740234375, + -0.00949859619140625, + 0.0011434555053710938, + -0.01427459716796875, + -0.00588226318359375, + -0.00658416748046875, + 0.01025390625, + -0.07879638671875, + -0.01849365234375, + -0.0012760162353515625, + -0.035400390625, + -0.0015897750854492188, + -0.041229248046875, + -0.01397705078125, + -0.0106048583984375, + -0.006633758544921875, + -0.043426513671875, + 0.0279541015625, + 0.018096923828125, + -0.00965118408203125, + 0.014678955078125, + 0.019195556640625, + -0.02593994140625, + -0.003719329833984375, + 0.06475830078125, + -0.0301666259765625, + 0.033782958984375, + 0.0023746490478515625, + 0.00260162353515625, + -0.03399658203125, + -0.032989501953125, + 0.0230255126953125, + -0.01216888427734375, + 0.0240325927734375, + -0.0182952880859375, + 0.01528167724609375, + 0.025238037109375, + 0.02734375, + -0.0124664306640625, + -0.0214080810546875, + 0.03619384765625, + 0.02252197265625, + -0.02423095703125, + -0.0189056396484375, + 0.05670166015625, + -0.033172607421875, + -0.02935791015625, + 0.01708984375, + -0.0265350341796875, + 0.0313720703125, + 0.0210113525390625, + -0.00724029541015625, + -0.04705810546875, + -0.01070404052734375, + 0.01100921630859375, + 0.0211181640625, + -0.01337432861328125, + -0.00545501708984375, + 0.01739501953125, + -0.0518798828125, + -0.0313720703125, + 0.042816162109375, + 0.0119171142578125, + 0.0008358955383300781, + -0.0015268325805664062, + -0.03338623046875, + 0.0291595458984375, + 0.03680419921875, + -0.02532958984375, + -0.0196990966796875, + 0.01025390625, + 0.031982421875, + 0.007793426513671875, + -0.031982421875, + 0.00595855712890625, + 0.010406494140625, + 0.00965118408203125, + 0.05950927734375, + -0.0159912109375, + 0.032989501953125, + 0.041229248046875, + -0.0144805908203125, + 0.017486572265625, + 0.041015625, + 0.0279541015625, + -0.0033168792724609375, + -0.0038967132568359375, + 0.05108642578125, + -0.0059051513671875, + 0.0224151611328125, + -0.0090484619140625, + 0.0110626220703125, + -0.05047607421875, + 0.01045989990234375, + -0.044036865234375, + -0.10052490234375, + -0.05950927734375, + -0.00444793701171875, + -0.0723876953125, + 0.00537872314453125, + -0.032562255859375, + -0.0182952880859375, + 0.01120758056640625, + -0.034576416015625, + -0.0200042724609375, + 0.0064849853515625, + 0.01015472412109375, + -0.0144805908203125, + 0.01397705078125, + -0.032562255859375, + -0.053070068359375, + 0.0311737060546875, + 0.0248260498046875, + -0.042236328125, + -0.0027523040771484375, + -0.04425048828125, + -0.034393310546875, + 0.0213165283203125, + -0.03277587890625, + -0.0233306884765625, + -0.01427459716796875, + 0.053497314453125, + -0.0164947509765625, + -0.0013828277587890625, + -0.005077362060546875, + 0.03155517578125, + -0.053497314453125, + -0.067138671875, + 0.002513885498046875, + -0.0313720703125, + -0.01377105712890625, + 0.009552001953125, + 0.053070068359375, + -0.002513885498046875, + 0.00015866756439208984, + -0.01708984375, + -0.0171966552734375, + 0.03216552734375, + -0.006988525390625, + 0.01035308837890625, + -0.04705810546875, + 0.0159912109375, + -0.058319091796875, + 0.01155853271484375, + -0.01337432861328125, + -0.0227203369140625, + 0.00424957275390625, + -0.0196075439453125, + 0.01427459716796875, + -0.0313720703125, + -0.044830322265625, + -0.0230255126953125, + 0.01256561279296875, + 0.0186004638671875, + 0.0171966552734375, + 0.0217132568359375, + -0.0237274169921875, + 0.039825439453125, + 0.02935791015625, + -0.015380859375, + 0.03680419921875, + 0.01000213623046875, + 0.0019102096557617188, + 0.016387939453125, + 0.032562255859375, + -0.0177001953125, + -0.0309600830078125, + 0.0404052734375, + 0.022216796875, + 0.0158843994140625, + 0.012969970703125, + -0.052276611328125, + 0.0206146240234375, + -0.039825439453125, + 0.0247344970703125, + -0.0194091796875, + -0.07720947265625, + 0.0034694671630859375, + 0.0177001953125, + 0.0248260498046875, + 0.035797119140625, + 0.032989501953125, + -0.036590576171875, + 0.029754638671875, + 0.005657196044921875, + 0.020111083984375, + 0.0250396728515625, + -0.00502777099609375, + 0.03680419921875, + 0.0241241455078125, + 0.0021610260009765625, + -0.002941131591796875, + 0.060333251953125, + 0.01377105712890625, + -0.0117645263671875, + -0.006259918212890625, + 0.028961181640625, + 0.008392333984375, + -0.042816162109375, + -0.02734375, + -0.045654296875, + 0.019500732421875, + 0.02734375, + 0.006435394287109375, + 0.0004398822784423828, + -0.02081298828125, + -0.0200042724609375, + 0.01337432861328125, + 0.04443359375, + 0.02392578125, + 0.0369873046875, + 0.025543212890625, + 0.0039215087890625, + -0.0189971923828125, + 0.0295562744140625, + -0.0009613037109375, + 0.0233306884765625, + -0.0126190185546875, + 0.0261383056640625, + -0.0217132568359375, + -0.0267486572265625, + 0.0478515625, + 0.049468994140625, + 0.01166534423828125, + 0.003795623779296875, + -0.062744140625, + 0.021514892578125, + -0.0599365234375, + 0.050079345703125, + 0.03277587890625, + 0.006084442138671875, + -0.01081085205078125, + 0.0035190582275390625, + 0.055908203125, + 0.049072265625, + -0.061920166015625, + 0.0038204193115234375, + -0.059112548828125, + 0.00899505615234375, + -0.07037353515625, + -0.035797119140625, + -0.020416259765625, + -0.0615234375, + 0.0506591796875, + -0.030364990234375, + -0.0285491943359375, + 0.01226806640625, + 0.006633758544921875, + -0.0216217041015625, + 0.040618896484375, + -0.01050567626953125, + -0.06353759765625, + 0.0151824951171875, + 0.04443359375, + -0.0017347335815429688, + -0.03216552734375, + -0.014984130859375, + 0.0240325927734375, + 0.0217132568359375, + 0.0347900390625, + 0.0042724609375, + 0.0050506591796875, + 0.0257415771484375, + 0.0111083984375, + 0.01508331298828125, + -0.011260986328125, + 0.006282806396484375, + -0.029754638671875, + 0.014373779296875, + -0.0309600830078125, + -0.0090484619140625, + -0.01558685302734375, + 0.0165863037109375, + -0.01457977294921875, + -0.053070068359375, + -0.0090484619140625, + 0.038818359375, + 0.001407623291015625, + 0.0228271484375, + -0.0241241455078125, + -0.040008544921875, + 0.00027179718017578125, + 0.0087432861328125, + -0.044036865234375, + 0.028350830078125, + 0.034393310546875, + -0.039215087890625, + -0.01508331298828125, + 0.00394439697265625, + -0.0194091796875, + -0.048675537109375, + -0.02362060546875, + -0.00829315185546875, + -0.0083465576171875, + -0.05950927734375, + -0.0347900390625, + -0.01055908203125, + -0.0257415771484375, + 0.018798828125, + -0.0230255126953125, + -0.0093536376953125, + -0.068359375, + -0.05047607421875, + 0.01377105712890625, + -0.02996826171875, + -0.0193023681640625, + -0.022125244140625, + 0.0574951171875, + -0.00260162353515625, + -0.022125244140625, + -0.017486572265625, + -0.01131439208984375, + -0.03338623046875, + 0.028961181640625, + -0.0247344970703125, + 0.00879669189453125, + -0.004070281982421875, + 0.05267333984375, + 0.01357269287109375, + 0.0279541015625, + 0.055084228515625, + 0.04644775390625, + 0.00759124755859375, + -0.0022373199462890625, + 0.01739501953125, + -0.006084442138671875, + 0.0301666259765625, + 0.035980224609375, + -0.0031299591064453125, + -0.0007381439208984375, + -0.023834228515625, + -0.035797119140625, + -0.01085662841796875, + 0.0291595458984375, + 0.031982421875, + 0.034576416015625, + -0.00615692138671875, + 0.0203094482421875, + 0.03680419921875, + -0.0071868896484375, + 0.10174560546875, + -0.0237274169921875, + -0.07843017578125, + 0.035980224609375, + 0.022216796875, + -0.040008544921875, + -0.004573822021484375, + 0.0233306884765625, + 0.018402099609375, + 0.006687164306640625, + 0.0305633544921875, + 0.00502777099609375, + 0.039825439453125, + 0.006008148193359375, + 0.00495147705078125, + -0.0021991729736328125, + -0.0271453857421875, + 0.0250396728515625, + 0.06072998046875, + 0.05126953125, + 0.019195556640625, + 0.048065185546875, + -0.0309600830078125, + -0.021514892578125, + -0.01849365234375, + -0.041412353515625, + -0.00545501708984375, + 0.0438232421875, + 0.0093994140625, + 0.0546875, + -0.05047607421875, + -0.07598876953125, + 0.036407470703125, + -0.0128173828125, + 0.06353759765625, + 0.0285491943359375, + 0.018402099609375, + 0.0023250579833984375, + -0.0172882080078125, + 0.022216796875, + 0.03759765625, + 0.00824737548828125, + 0.012115478515625, + 0.0213165283203125, + 0.0484619140625, + -0.01377105712890625, + -0.052276611328125, + 0.01678466796875, + 0.006534576416015625, + 0.03216552734375, + -0.01201629638671875, + 0.01226806640625, + -0.006633758544921875, + 0.005229949951171875, + -0.03155517578125, + 0.07196044921875, + 0.0295562744140625, + -0.0241241455078125, + 0.0305633544921875, + -0.00980377197265625, + -0.0177001953125, + -0.0450439453125, + 0.007389068603515625, + -0.006031036376953125, + 0.0003535747528076172, + 0.025543212890625, + 0.022125244140625, + -0.042022705078125, + -0.03277587890625, + 0.0084991455078125, + -0.055084228515625, + 0.0175933837890625, + 0.0193023681640625, + -0.033782958984375, + 0.026947021484375, + -0.0216217041015625, + -0.0599365234375, + 0.04986572265625, + -0.0126190185546875, + -0.031768798828125, + 0.002902984619140625, + 0.0347900390625, + -0.0254364013671875, + -0.0271453857421875, + -0.041412353515625, + -0.0271453857421875, + -0.00864410400390625, + -0.03076171875, + 0.048248291015625, + -0.01030731201171875, + -0.0279541015625, + 0.0200042724609375, + 0.05047607421875, + 0.0030536651611328125, + -0.01508331298828125, + 0.038818359375, + -0.0158843994140625, + -0.0301666259765625, + -0.00110626220703125, + 0.0151824951171875, + 0.012969970703125, + -0.0277557373046875, + -0.01226806640625, + -0.010406494140625, + 0.0203094482421875, + 0.007137298583984375, + -0.01708984375, + -0.0574951171875, + -0.028350830078125, + -0.04083251953125, + 0.05670166015625, + -0.0011501312255859375, + 0.046661376953125, + -0.0182037353515625, + -0.0347900390625, + 0.0093536376953125, + -0.043243408203125, + -0.0194091796875, + 0.0005621910095214844, + -0.0231170654296875, + -0.004726409912109375, + 0.08404541015625, + -0.037200927734375, + 0.005706787109375, + 0.004047393798828125, + 0.07843017578125, + -0.0025005340576171875, + -0.0200042724609375, + -0.061126708984375, + 0.03839111328125, + 0.01131439208984375, + -0.053070068359375, + 0.00814056396484375, + -0.004726409912109375, + 0.020111083984375, + 0.048675537109375, + -0.05047607421875, + -0.0216217041015625, + -0.04022216796875, + -0.04766845703125, + -0.01407623291015625, + -0.044647216796875, + -0.02020263671875, + -0.034576416015625, + 0.04443359375, + 0.0587158203125, + 0.013671875, + 0.005603790283203125, + 0.032562255859375, + 0.019500732421875, + 0.03277587890625, + -0.0035190582275390625, + -0.042633056640625, + 0.03741455078125, + -0.061920166015625, + -0.03216552734375, + -0.0234222412109375, + 0.03680419921875, + -0.0196990966796875, + 0.01000213623046875, + 0.00930023193359375, + -0.038604736328125, + 0.042022705078125, + -0.049072265625, + 0.0207061767578125, + -0.0177001953125, + -0.03680419921875, + -0.0233306884765625, + -0.0203094482421875, + 0.0007290840148925781, + 0.0271453857421875, + 0.0001036524772644043, + 0.0220184326171875, + 0.025238037109375, + -0.0404052734375, + 0.0228271484375, + 0.004497528076171875, + -0.00708770751953125, + -0.007038116455078125, + -0.00510406494140625, + 0.0095977783203125, + -0.01427459716796875, + 0.03558349609375, + -0.021514892578125, + -0.058319091796875, + -0.046661376953125, + 0.0267486572265625, + -0.0016841888427734375, + -0.039215087890625, + -0.01558685302734375, + -0.05267333984375, + -0.06475830078125, + -0.01236724853515625, + 0.036590576171875, + 0.0281524658203125, + 0.001049041748046875, + -0.006107330322265625, + -0.0050506591796875, + -0.0295562744140625, + -0.01568603515625, + 0.0175933837890625, + -0.0203094482421875, + 0.006008148193359375, + -0.006435394287109375, + -0.0117645263671875, + 0.04302978515625, + 0.0134735107421875, + 0.0106048583984375, + 0.02996826171875, + 0.0194091796875, + -0.0295562744140625, + 0.01477813720703125, + -0.016082763671875, + -0.021209716796875, + 0.00759124755859375, + -0.004222869873046875, + 0.012664794921875, + 0.00588226318359375, + 0.00452423095703125, + 0.01508331298828125, + 0.018096923828125, + 0.04241943359375, + -0.01849365234375, + -0.0189971923828125, + 0.037811279296875, + -0.018798828125, + 0.050872802734375, + 0.01206207275390625, + -0.04925537109375, + -0.0023250579833984375, + -0.0200042724609375, + 0.029754638671875, + 0.011810302734375, + -0.01477813720703125, + -0.0279541015625, + 0.019195556640625, + 0.07037353515625, + -0.00384521484375, + -0.022918701171875, + 0.012969970703125, + -0.010955810546875, + 0.01508331298828125, + 0.043243408203125, + -0.00844573974609375, + 0.07720947265625, + 0.00949859619140625, + -0.01427459716796875, + 0.0416259765625, + 0.062744140625, + 0.0248260498046875, + -0.026947021484375, + -0.031768798828125, + 0.0175933837890625, + -0.00724029541015625, + -0.03338623046875, + -0.028961181640625, + -0.0010557174682617188, + 0.05792236328125, + -0.08807373046875, + -0.00980377197265625, + 0.00995635986328125, + -0.0093536376953125, + 0.015380859375, + 0.0220184326171875, + -0.022918701171875, + 0.0203094482421875, + 0.01357269287109375, + -0.0028781890869140625, + -0.0220184326171875, + 0.0078887939453125, + 0.00444793701171875, + 0.05792236328125, + 0.045257568359375, + -0.048858642578125, + 0.035400390625, + 0.0005593299865722656, + 0.0243377685546875, + 0.013671875, + 0.0335693359375, + 0.0171966552734375, + 0.031768798828125, + 0.0309600830078125, + 0.06878662109375, + -0.0020236968994140625, + -0.00879669189453125, + 0.005279541015625, + -0.00595855712890625, + 0.04425048828125, + 0.053070068359375, + 0.0128173828125, + -0.00110626220703125, + 0.022216796875, + -0.03741455078125, + -0.011260986328125, + 0.006206512451171875, + -0.040618896484375, + -0.055084228515625, + -0.03619384765625, + 0.0216217041015625, + -0.0313720703125, + 0.053497314453125, + 0.0247344970703125, + -0.03338623046875, + -0.01085662841796875, + 0.0271453857421875, + 0.0095977783203125, + -0.04302978515625, + 0.018798828125, + -0.034393310546875, + -0.02252197265625, + -0.01050567626953125, + -0.0114593505859375, + 0.037811279296875, + 0.01201629638671875, + -0.08526611328125, + -0.01201629638671875, + 0.052276611328125, + -0.0279541015625, + -0.03558349609375, + -0.004550933837890625, + -0.023834228515625, + -0.02935791015625, + -0.059112548828125, + -0.03839111328125, + -0.0209197998046875, + 0.007843017578125, + -0.0250396728515625, + 0.0025005340576171875, + -0.019500732421875, + -0.005428314208984375, + -0.0209197998046875, + -0.026336669921875, + -0.043243408203125, + 0.0301666259765625, + -0.0450439453125, + 0.0295562744140625, + 0.01306915283203125, + 0.019805908203125, + 0.040618896484375, + 0.06475830078125, + -0.01151275634765625, + -0.019500732421875, + -0.0024261474609375, + -0.0723876953125, + -0.00555419921875, + -0.01387786865234375, + 0.01100921630859375, + -0.0271453857421875, + 0.0012311935424804688, + 0.043426513671875, + -0.061126708984375, + -0.0020351409912109375, + -0.01251983642578125, + -0.0248260498046875, + -0.04925537109375, + 0.0017843246459960938, + 0.00844573974609375, + 0.02423095703125, + 0.07080078125, + 0.01050567626953125, + -0.0171966552734375, + -0.00595855712890625, + -0.01528167724609375, + 0.041839599609375, + 0.0271453857421875, + 0.0311737060546875, + -0.02874755859375, + 0.0275421142578125, + 0.021209716796875, + -0.01000213623046875, + 0.021209716796875, + -0.08123779296875, + -0.01739501953125, + 0.0179901123046875, + -0.0030040740966796875, + -0.0128173828125, + -0.02593994140625, + -0.049072265625, + -0.028961181640625, + -0.048675537109375, + 0.001300811767578125, + 0.004398345947265625, + 0.023834228515625, + -0.0347900390625, + -0.01558685302734375, + 0.002185821533203125, + -0.0347900390625, + -0.031982421875, + -0.0382080078125, + 0.0223236083984375, + -0.00965118408203125, + -0.030364990234375, + 0.02996826171875, + 0.002979278564453125, + 0.032379150390625, + 0.041412353515625, + 0.042022705078125, + -0.0243377685546875, + 0.014373779296875, + -0.01035308837890625, + 0.03900146484375, + 0.0224151611328125, + -0.0026760101318359375, + 0.002727508544921875, + 0.0024261474609375, + 0.00510406494140625, + -0.00444793701171875, + 0.050262451171875, + 0.03839111328125, + -0.041015625, + -0.052276611328125, + -0.02191162109375, + -0.01910400390625, + 0.0004930496215820312, + -0.031982421875, + 0.03741455078125, + 0.00623321533203125, + -0.01226806640625, + -0.07196044921875, + 0.047454833984375, + -0.031982421875, + 0.04644775390625, + 0.0369873046875, + -0.0281524658203125, + -0.05389404296875, + -0.05792236328125, + -0.0281524658203125, + 0.026336669921875, + -0.05108642578125, + 0.04022216796875, + 0.0277557373046875, + 0.0114593505859375, + 0.0248260498046875, + -0.017791748046875, + -0.0295562744140625, + 0.00945281982421875, + 0.0102081298828125, + -0.0161895751953125, + 0.054290771484375, + -0.0248260498046875, + 0.035400390625, + -0.021209716796875, + 0.0005373954772949219, + 0.018402099609375, + 0.008544921875, + -0.020416259765625, + 0.00142669677734375, + 0.017486572265625, + 0.0194091796875, + -0.041015625, + -0.00894927978515625, + -0.0305633544921875, + 0.0171966552734375, + -0.0231170654296875, + -0.02593994140625, + -0.0012063980102539062, + 0.0277557373046875, + 0.00970458984375, + -0.0301666259765625, + -0.04425048828125, + -0.06756591796875, + 0.0078887939453125, + -0.006938934326171875, + -0.007640838623046875, + -0.0110626220703125, + 0.0313720703125, + -0.003078460693359375, + -0.0182952880859375, + -0.0012254714965820312, + 0.0144805908203125, + -0.01206207275390625, + -0.035400390625, + 0.0217132568359375, + 0.01427459716796875, + 0.049468994140625, + 0.0216217041015625, + -0.025238037109375, + 0.0699462890625, + 0.00502777099609375, + -0.002437591552734375, + -0.0148773193359375, + -0.0213165283203125, + -0.017791748046875, + -0.004425048828125, + -0.061126708984375, + -0.0478515625, + 0.01171112060546875, + 0.00302886962890625, + 0.0078887939453125, + -0.0291595458984375, + 0.050079345703125, + -0.0203094482421875, + -0.060333251953125, + 0.009552001953125, + -0.003795623779296875, + -0.06634521484375, + 0.0347900390625, + -0.0223236083984375, + 0.046844482421875, + -0.006183624267578125, + 0.03839111328125, + -0.00949859619140625, + 0.07562255859375, + 0.049652099609375, + -0.02593994140625, + 0.0022869110107421875, + 0.001068115234375, + 0.0196075439453125, + 0.03497314453125, + 0.0382080078125, + 0.0168914794921875, + 0.001087188720703125, + 0.004070281982421875, + -0.07318115234375, + -0.0335693359375, + 0.00864410400390625, + -0.02362060546875, + -0.01141357421875, + 0.095703125, + 0.00970458984375, + 0.037200927734375, + 0.0313720703125, + 0.045654296875, + 0.039825439453125, + -0.01206207275390625, + 0.018096923828125, + -0.0723876953125, + -0.02996826171875, + 0.01910400390625, + 0.025238037109375, + -0.067138671875, + 0.022918701171875, + 0.047454833984375, + -0.015380859375, + -0.00894927978515625, + -0.0007352828979492188, + -0.0124664306640625, + 0.0285491943359375, + 0.016387939453125, + 0.022216796875, + -0.0472412109375, + 0.0189971923828125, + 0.01548004150390625, + -0.0162811279296875, + 0.003543853759765625, + 0.00743865966796875, + -0.03399658203125, + 0.041015625, + -0.04302978515625, + 0.008392333984375, + 0.0214080810546875, + 0.0751953125, + 0.00658416748046875, + -0.026336669921875, + 0.0031032562255859375, + 0.0182952880859375, + 0.02593994140625, + -0.019500732421875, + 0.0102081298828125, + 0.01116180419921875, + -0.0309600830078125, + 0.03338623046875, + 0.038818359375, + 0.0182037353515625, + 0.03399658203125, + 0.035797119140625, + -0.0277557373046875, + 0.03741455078125, + -0.018402099609375, + 0.0093536376953125, + -0.0026645660400390625, + -0.010406494140625, + -0.029754638671875, + -0.035400390625, + 0.023834228515625, + 0.039825439453125, + 0.00984954833984375, + 0.004550933837890625, + 0.0100555419921875, + -0.0161895751953125, + -0.0189056396484375, + 0.01085662841796875, + 0.0404052734375, + 0.004299163818359375, + -0.0021610260009765625, + 0.018707275390625, + 0.0039215087890625, + 0.01326751708984375, + -0.030364990234375, + 0.00945281982421875, + -0.02935791015625, + 0.01055908203125, + -0.04083251953125, + -0.0144805908203125, + -0.0092010498046875, + -0.031768798828125, + 0.0013828277587890625, + -0.0382080078125, + 0.02532958984375, + -0.0023250579833984375, + -0.0450439453125, + -0.03900146484375, + 0.05389404296875, + -0.043243408203125, + 0.008544921875, + 0.0179901123046875, + 0.007541656494140625, + -0.0107574462890625, + -0.08685302734375, + 0.062744140625, + 0.0311737060546875, + 0.0382080078125, + -0.01568603515625, + 0.013671875, + 0.0196990966796875, + -0.008544921875, + -0.0012311935424804688, + 0.01236724853515625, + -0.01528167724609375, + 0.07562255859375, + 0.035980224609375, + 0.0106048583984375, + -0.039398193359375, + 0.0254364013671875, + -0.005329132080078125, + -0.039215087890625, + 0.0341796875, + 0.0245361328125, + 0.023529052734375, + -0.0123138427734375, + -0.0241241455078125, + -0.02252197265625, + -0.0667724609375, + 0.067138671875, + 0.0168914794921875, + 0.0014581680297851562, + 0.0186004638671875, + -0.0643310546875, + 0.05047607421875, + 0.0009112358093261719, + 0.042236328125, + -0.035980224609375, + 0.04083251953125, + -0.023834228515625, + 0.0016584396362304688, + -0.0281524658203125, + 0.01739501953125, + -0.0092010498046875, + 0.0237274169921875, + -0.03338623046875, + 0.061920166015625, + 0.0151824951171875, + 0.0309600830078125, + -0.0484619140625, + -0.00658416748046875, + -0.01849365234375, + 0.0025634765625, + 0.037994384765625, + -0.0599365234375, + -0.016693115234375, + -0.017791748046875, + 0.035186767578125, + 0.06915283203125, + 0.015777587890625, + 0.0587158203125, + -0.0059051513671875, + -0.013671875, + -0.01739501953125, + 0.01287078857421875 + ], + "metadata": { + "domains": [ + "incident-response", + "fraud-investigation" + ], + "phases": [ + "analysis" + ], + "tags": [ + "password-recovery", + "gpu-acceleration", + "cracking", + "scenario:credential_theft" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_FACT", + "type": "tool", + "name": "FACT", + "content": "fact das firmware analysis and comparison tool des bsi revolutioniert iot-security durch automatisierte bulk-analysis von embedded-firmware. web-interface ermöglicht upload ganzer firmware-sammlungen für parallele verarbeitung. über 50 analyzer dekomprimieren archive, extrahieren dateisysteme, identifizieren crypto-keys, finden backdoors. besonders mächtig: diff-analysis vergleicht firmware-versionen und identifiziert security- patches, cve-matching findet bekannte vulnerabilities in embedded libraries, entropy-analysis lokalisiert verschlüsselte bereiche. die plugin-architektur ermöglicht custom-analyzer für proprietäre formate. yara-integration für malware-detection. collaboration-features für team-analysis. rest-api automatisiert bulk-submissions. die postgresql-backend speichert metadaten durchsuchbar. perfekt für router-hersteller, security-researcher und incident-response-teams die iot-compromises untersuchen. open-source aber enterprise-ready für kritische infrastruktur-assessments. firmware automation ics-forensics malware-analysis analysis", + "embedding": [ + -0.0006856918334960938, + 0.0310211181640625, + 0.03497314453125, + 0.0323486328125, + 0.028564453125, + 0.047454833984375, + 0.0223236083984375, + 0.0028247833251953125, + -0.03460693359375, + -0.0216522216796875, + -0.013519287109375, + 0.052581787109375, + 0.010589599609375, + 0.00690460205078125, + -0.0733642578125, + 0.029693603515625, + -0.015411376953125, + -0.01068878173828125, + -0.00022161006927490234, + 0.01134490966796875, + -0.024200439453125, + 0.001010894775390625, + -0.06390380859375, + -0.02685546875, + -0.01560211181640625, + -0.0095977783203125, + -0.025909423828125, + -0.07940673828125, + -0.02667236328125, + -0.0020084381103515625, + -0.0015125274658203125, + -0.0302581787109375, + 0.0119171142578125, + 0.0213775634765625, + 0.0057220458984375, + -0.0262908935546875, + 0.01560211181640625, + -0.047271728515625, + -0.013519287109375, + 0.0218505859375, + -0.01512908935546875, + 0.001796722412109375, + 0.016265869140625, + -0.00785064697265625, + -0.0245819091796875, + -0.0310211181640625, + 0.0055084228515625, + -0.00238800048828125, + 0.0195770263671875, + -0.037445068359375, + 0.0274200439453125, + 0.01531982421875, + 0.017303466796875, + -0.0119171142578125, + -0.0440673828125, + 0.0217437744140625, + 0.042938232421875, + -0.039154052734375, + -0.0255279541015625, + 0.051055908203125, + -0.035552978515625, + -0.00411224365234375, + 0.006381988525390625, + 0.00013887882232666016, + -0.014373779296875, + 0.0289306640625, + -0.001560211181640625, + -0.021942138671875, + -0.005672454833984375, + -0.01739501953125, + 0.01617431640625, + -0.00014698505401611328, + -0.0179595947265625, + 0.009979248046875, + -0.0465087890625, + -0.032135009765625, + 0.0175933837890625, + 0.01361846923828125, + -0.01021575927734375, + -0.005908966064453125, + -0.0457763671875, + 0.012481689453125, + 0.044647216796875, + -0.0323486328125, + -0.003734588623046875, + -0.01276397705078125, + 0.009124755859375, + 0.01177215576171875, + 0.00652313232421875, + -0.02032470703125, + 0.0323486328125, + -0.0062408447265625, + 0.0167388916015625, + -0.0233612060546875, + 0.009552001953125, + 0.0499267578125, + -0.028564453125, + -0.00301361083984375, + -0.0120086669921875, + 0.05029296875, + 0.00695037841796875, + -0.0234527587890625, + 0.027618408203125, + 0.00029540061950683594, + 0.049560546875, + -0.03668212890625, + 0.0230712890625, + -0.00479888916015625, + -0.0225067138671875, + 0.007045745849609375, + -0.09832763671875, + -0.037445068359375, + -0.027801513671875, + -0.060516357421875, + -0.01409149169921875, + 0.0245819091796875, + -0.008270263671875, + 0.0226898193359375, + -0.0197601318359375, + -0.03460693359375, + 0.0197601318359375, + -0.004207611083984375, + 0.00699615478515625, + 0.002506256103515625, + -0.045196533203125, + -0.064697265625, + 0.01503753662109375, + 0.02703857421875, + -0.0347900390625, + -0.0243988037109375, + -0.00841522216796875, + -0.0235443115234375, + -0.025726318359375, + -0.0382080078125, + -0.007518768310546875, + -0.017303466796875, + 0.00992584228515625, + -0.0032863616943359375, + 0.021087646484375, + 0.01560211181640625, + 0.013427734375, + -0.044647216796875, + -0.07415771484375, + 0.0159759521484375, + -0.029876708984375, + -0.0293121337890625, + -0.038970947265625, + 0.0533447265625, + -0.0264739990234375, + 0.00039005279541015625, + -0.00505828857421875, + 0.01092529296875, + 0.069580078125, + -0.01039886474609375, + 0.01474761962890625, + -0.04840087890625, + -0.01276397705078125, + -0.0138092041015625, + 0.026092529296875, + -0.018157958984375, + -0.019378662109375, + -0.039337158203125, + -0.01522064208984375, + 0.00028061866760253906, + -0.01219940185546875, + -0.03424072265625, + 0.0067138671875, + 0.038970947265625, + 0.024017333984375, + 0.004398345947265625, + 0.0283660888671875, + -0.0087432861328125, + 0.0225067138671875, + 0.060882568359375, + 0.00115203857421875, + 0.0018672943115234375, + -0.0207061767578125, + -0.003002166748046875, + 0.039337158203125, + 0.0312042236328125, + -0.0087432861328125, + -0.021270751953125, + 0.050689697265625, + 0.01068878173828125, + 0.0419921875, + 0.0157012939453125, + -0.0172119140625, + 0.0005555152893066406, + -0.0227813720703125, + 0.037261962890625, + -0.034423828125, + -0.013427734375, + -0.034027099609375, + 0.047088623046875, + -0.0018558502197265625, + 0.056365966796875, + 0.03082275390625, + 0.0010404586791992188, + 0.034423828125, + 0.00888824462890625, + 0.027618408203125, + 0.0406494140625, + -0.00003898143768310547, + 0.0650634765625, + 0.0031909942626953125, + 0.01371002197265625, + -0.0012826919555664062, + 0.044647216796875, + 0.0274200439453125, + -0.0120086669921875, + -0.017303466796875, + 0.052947998046875, + 0.01654052734375, + -0.01531982421875, + -0.03668212890625, + -0.017486572265625, + 0.0109710693359375, + -0.00714111328125, + -0.005413055419921875, + 0.0012407302856445312, + 0.007659912109375, + -0.05596923828125, + -0.025146484375, + 0.028564453125, + -0.0215606689453125, + 0.03424072265625, + 0.025909423828125, + -0.013336181640625, + -0.03271484375, + 0.039703369140625, + 0.0399169921875, + 0.0499267578125, + 0.0176849365234375, + -0.013427734375, + -0.040863037109375, + -0.025726318359375, + 0.0138092041015625, + 0.0274200439453125, + 0.02117919921875, + 0.002635955810546875, + -0.0253448486328125, + 0.041046142578125, + -0.0142822265625, + 0.039337158203125, + 0.037445068359375, + -0.032135009765625, + 0.00888824462890625, + 0.01186370849609375, + 0.037261962890625, + 0.04388427734375, + -0.06317138671875, + -0.017303466796875, + -0.06768798828125, + 0.037261962890625, + -0.064697265625, + -0.0306396484375, + -0.0224151611328125, + -0.0361328125, + 0.029693603515625, + -0.007373809814453125, + -0.049560546875, + 0.007232666015625, + 0.005435943603515625, + 0.01068878173828125, + 0.0406494140625, + -0.0012111663818359375, + -0.05218505859375, + -0.0045166015625, + 0.096435546875, + -0.037261962890625, + -0.028564453125, + 0.01153564453125, + 0.049560546875, + 0.00936126708984375, + 0.0014009475708007812, + -0.007373809814453125, + 0.0032863616943359375, + 0.032135009765625, + 0.0291290283203125, + 0.026092529296875, + -0.019012451171875, + 0.010589599609375, + 0.011016845703125, + 0.0440673828125, + -0.01995849609375, + -0.004184722900390625, + -0.016357421875, + 0.025146484375, + 0.0233612060546875, + -0.060516357421875, + -0.0262908935546875, + 0.046905517578125, + 0.0207061767578125, + 0.01617431640625, + 0.00945281982421875, + -0.05596923828125, + -0.0066680908203125, + -0.0227813720703125, + -0.0206146240234375, + 0.0245819091796875, + 0.0478515625, + -0.0157012939453125, + 0.002410888671875, + -0.028564453125, + 0.0071868896484375, + -0.029876708984375, + -0.036865234375, + -0.0215606689453125, + -0.00484466552734375, + -0.0347900390625, + 0.00647735595703125, + 0.0005021095275878906, + -0.025909423828125, + 0.035552978515625, + -0.01078033447265625, + -0.0129547119140625, + -0.02392578125, + -0.0304412841796875, + 0.0148468017578125, + -0.0030498504638671875, + -0.035919189453125, + -0.045379638671875, + 0.0537109375, + 0.021942138671875, + -0.005130767822265625, + 0.013519287109375, + -0.004184722900390625, + -0.01512908935546875, + 0.0224151611328125, + -0.01120758056640625, + 0.0142822265625, + -0.0169219970703125, + 0.05596923828125, + 0.03253173828125, + 0.025726318359375, + 0.0160675048828125, + 0.066162109375, + 0.03875732421875, + -0.005199432373046875, + -0.01219940185546875, + 0.01446533203125, + 0.00045800209045410156, + 0.0160675048828125, + -0.0294952392578125, + -0.04803466796875, + 0.004016876220703125, + -0.01168060302734375, + 0.0184326171875, + 0.020050048828125, + 0.013519287109375, + 0.00115203857421875, + -0.0364990234375, + 0.0139007568359375, + 0.0657958984375, + -0.0006589889526367188, + 0.09832763671875, + 0.0025653839111328125, + -0.0465087890625, + 0.01446533203125, + 0.033294677734375, + -0.0235443115234375, + 0.0130462646484375, + 0.0272369384765625, + 0.021942138671875, + 0.021087646484375, + 0.03082275390625, + -0.0024814605712890625, + 0.0207977294921875, + 0.0186309814453125, + -0.0062408447265625, + 0.0206146240234375, + -0.0175933837890625, + 0.01219940185546875, + 0.01910400390625, + 0.056365966796875, + 0.0121002197265625, + 0.02685546875, + -0.0215606689453125, + -0.01995849609375, + -0.076416015625, + -0.072265625, + -0.019012451171875, + 0.0537109375, + 0.0139923095703125, + 0.08056640625, + -0.0281829833984375, + -0.04443359375, + 0.0218505859375, + -0.025909423828125, + 0.1005859375, + 0.0300750732421875, + 0.006145477294921875, + 0.019378662109375, + -0.0185394287109375, + -0.0018434524536132812, + 0.017486572265625, + 0.01617431640625, + 0.04180908203125, + 0.08660888671875, + 0.04010009765625, + 0.0291290283203125, + -0.0215606689453125, + 0.00643157958984375, + 0.032135009765625, + 0.0262908935546875, + -0.0020809173583984375, + 0.035736083984375, + 0.013336181640625, + 0.033294677734375, + -0.0283660888671875, + 0.07415771484375, + 0.049560546875, + -0.005603790283203125, + 0.0194854736328125, + -0.02288818359375, + 0.02288818359375, + -0.023162841796875, + 0.00714111328125, + 0.0128631591796875, + 0.03271484375, + 0.02703857421875, + 0.0235443115234375, + -0.04254150390625, + -0.00931549072265625, + 0.054473876953125, + -0.05218505859375, + 0.0293121337890625, + 0.0406494140625, + -0.018341064453125, + 0.0217437744140625, + -0.01409149169921875, + -0.028564453125, + 0.0184326171875, + -0.00803375244140625, + -0.03631591796875, + -0.000576019287109375, + 0.0499267578125, + -0.027984619140625, + -0.043304443359375, + -0.03253173828125, + -0.005672454833984375, + -0.0274200439453125, + -0.018157958984375, + 0.033660888671875, + -0.020904541015625, + -0.0019741058349609375, + 0.0281829833984375, + 0.0111083984375, + -0.01531982421875, + -0.0499267578125, + 0.06427001953125, + -0.00301361083984375, + -0.052947998046875, + 0.0245819091796875, + 0.0087432861328125, + 0.0090789794921875, + -0.00803375244140625, + -0.0302581787109375, + 0.0003383159637451172, + 0.033660888671875, + 0.013336181640625, + -0.0013418197631835938, + -0.052581787109375, + -0.05181884765625, + -0.0499267578125, + 0.01551055908203125, + 0.031951904296875, + 0.0206146240234375, + 0.020233154296875, + -0.05975341796875, + 0.0114898681640625, + -0.058990478515625, + -0.0294952392578125, + 0.0215606689453125, + -0.0029544830322265625, + -0.00846099853515625, + 0.064697265625, + 0.0142822265625, + 0.0196685791015625, + -0.0169219970703125, + 0.054840087890625, + 0.031585693359375, + 0.000033974647521972656, + -0.03271484375, + 0.037811279296875, + 0.018341064453125, + -0.062042236328125, + -0.00262451171875, + 0.005107879638671875, + -0.008087158203125, + 0.0382080078125, + -0.06658935546875, + -0.005344390869140625, + 0.0003192424774169922, + -0.08319091796875, + -0.043701171875, + -0.043121337890625, + -0.01418304443359375, + -0.05596923828125, + 0.02874755859375, + 0.0170135498046875, + -0.007659912109375, + 0.033477783203125, + 0.0024585723876953125, + -0.029876708984375, + 0.0121002197265625, + 0.0090789794921875, + -0.01172637939453125, + 0.046722412109375, + -0.041229248046875, + -0.03424072265625, + -0.0091705322265625, + 0.0255279541015625, + -0.0312042236328125, + 0.01186370849609375, + 0.002044677734375, + -0.01522064208984375, + 0.037628173828125, + -0.03497314453125, + 0.0002186298370361328, + -0.0207977294921875, + -0.039520263671875, + -0.03424072265625, + -0.01531982421875, + 0.007091522216796875, + 0.01617431640625, + 0.0128631591796875, + 0.01371002197265625, + 0.054473876953125, + -0.04840087890625, + 0.021270751953125, + 0.01082611083984375, + -0.0223236083984375, + 0.00527191162109375, + -0.025146484375, + 0.004230499267578125, + -0.03631591796875, + 0.02496337890625, + -0.05145263671875, + -0.03631591796875, + -0.0650634765625, + 0.01551055908203125, + -0.0225067138671875, + -0.01068878173828125, + -0.017120361328125, + -0.03631591796875, + -0.058624267578125, + -0.004398345947265625, + 0.0125732421875, + -0.00275421142578125, + 0.009979248046875, + -0.04254150390625, + -0.0264739990234375, + 0.0019025802612304688, + -0.043304443359375, + 0.039154052734375, + -0.019012451171875, + 0.003948211669921875, + -0.0096893310546875, + -0.031951904296875, + 0.02203369140625, + 0.018341064453125, + 0.0330810546875, + 0.0207977294921875, + 0.02392578125, + -0.01995849609375, + 0.035186767578125, + 0.004230499267578125, + 0.0058135986328125, + -0.0025997161865234375, + -0.01446533203125, + 0.005435943603515625, + -0.03460693359375, + -0.016357421875, + 0.0198516845703125, + 0.0302581787109375, + 0.034027099609375, + -0.020050048828125, + -0.039703369140625, + 0.027801513671875, + -0.0095977783203125, + 0.0293121337890625, + -0.040863037109375, + -0.047088623046875, + 0.0194854736328125, + -0.013427734375, + 0.041595458984375, + 0.036865234375, + -0.00794219970703125, + -0.0294952392578125, + 0.00225830078125, + 0.056732177734375, + -0.0128631591796875, + -0.039703369140625, + -0.043487548828125, + 0.01116180419921875, + 0.0224151611328125, + 0.06390380859375, + -0.02685546875, + 0.07525634765625, + 0.019378662109375, + 0.0012054443359375, + 0.033843994140625, + 0.06768798828125, + 0.0457763671875, + -0.01910400390625, + -0.049560546875, + -0.025146484375, + -0.0002601146697998047, + -0.052947998046875, + -0.046905517578125, + -0.0036163330078125, + 0.05029296875, + -0.041046142578125, + -0.031402587890625, + -0.013336181640625, + -0.00988006591796875, + -0.0004076957702636719, + 0.04010009765625, + -0.0302581787109375, + 0.019287109375, + 0.0139007568359375, + -0.047088623046875, + 0.0111083984375, + -0.01446533203125, + -0.0227813720703125, + 0.050689697265625, + 0.0274200439453125, + -0.0233612060546875, + 0.01120758056640625, + 0.010162353515625, + 0.0253448486328125, + 0.0247802734375, + 0.017303466796875, + 0.01035308837890625, + 0.03839111328125, + 0.02392578125, + 0.05560302734375, + -0.00879669189453125, + -0.0245819091796875, + -0.0027065277099609375, + 0.0227813720703125, + 0.015411376953125, + 0.049560546875, + 0.022216796875, + 0.014373779296875, + 0.01229095458984375, + -0.05029296875, + 0.0158843994140625, + 0.0017137527465820312, + 0.0289306640625, + -0.0330810546875, + -0.0243988037109375, + 0.0017137527465820312, + -0.027984619140625, + 0.035552978515625, + 0.01551055908203125, + -0.0300750732421875, + 0.00897979736328125, + 0.03271484375, + 0.006381988525390625, + -0.0226898193359375, + 0.019378662109375, + -0.019378662109375, + -0.03631591796875, + -0.027984619140625, + -0.00628662109375, + 0.0537109375, + -0.029876708984375, + -0.058624267578125, + -0.0291290283203125, + 0.029693603515625, + -0.00484466552734375, + -0.0364990234375, + -0.04425048828125, + 0.0217437744140625, + -0.02703857421875, + -0.035919189453125, + -0.0330810546875, + -0.032135009765625, + 0.01021575927734375, + -0.01116180419921875, + -0.0216522216796875, + -0.0179595947265625, + 0.006195068359375, + 0.00029850006103515625, + -0.04388427734375, + -0.023162841796875, + 0.027801513671875, + -0.054840087890625, + 0.04595947265625, + -0.0009336471557617188, + 0.007755279541015625, + 0.041229248046875, + 0.06658935546875, + 0.007518768310546875, + 0.027801513671875, + 0.0009336471557617188, + -0.058258056640625, + 0.0215606689453125, + -0.0004935264587402344, + 0.00005984306335449219, + -0.0654296875, + 0.016357421875, + 0.0253448486328125, + -0.05145263671875, + 0.021087646484375, + 0.00225830078125, + 0.00992584228515625, + -0.05560302734375, + -0.00785064697265625, + 0.02099609375, + 0.0077056884765625, + 0.056365966796875, + 0.0157928466796875, + -0.022125244140625, + -0.0003502368927001953, + -0.047454833984375, + 0.041412353515625, + 0.0347900390625, + 0.01219940185546875, + -0.0226898193359375, + 0.01617431640625, + -0.0062408447265625, + -0.03857421875, + -0.011016845703125, + -0.0888671875, + -0.00893402099609375, + 0.021270751953125, + 0.039337158203125, + -0.01168060302734375, + -0.005908966064453125, + -0.058990478515625, + -0.027801513671875, + -0.0172119140625, + 0.02288818359375, + 0.01465606689453125, + 0.0233612060546875, + -0.02392578125, + -0.0024585723876953125, + -0.0082244873046875, + -0.05029296875, + -0.0247802734375, + -0.019195556640625, + 0.028564453125, + 0.0004019737243652344, + -0.0692138671875, + 0.03668212890625, + 0.0081787109375, + -0.010498046875, + 0.0283660888671875, + 0.058258056640625, + -0.04425048828125, + -0.0178680419921875, + 0.01446533203125, + 0.027984619140625, + 0.0003960132598876953, + -0.004207611083984375, + -0.0017023086547851562, + 0.00841522216796875, + 0.0125732421875, + -0.035552978515625, + 0.03289794921875, + 0.032135009765625, + -0.01446533203125, + -0.058990478515625, + -0.031768798828125, + -0.04840087890625, + 0.035919189453125, + -0.02117919921875, + 0.04180908203125, + 0.0184326171875, + -0.021270751953125, + -0.1043701171875, + 0.0650634765625, + -0.0128631591796875, + 0.0302581787109375, + 0.01129913330078125, + -0.020233154296875, + -0.0440673828125, + -0.0419921875, + 0.01139068603515625, + 0.0169219970703125, + -0.060150146484375, + 0.037261962890625, + -0.004253387451171875, + -0.00931549072265625, + 0.00945281982421875, + -0.01739501953125, + 0.007282257080078125, + 0.039154052734375, + 0.002410888671875, + -0.02392578125, + 0.05975341796875, + -0.0657958984375, + 0.0206146240234375, + -0.007755279541015625, + 0.034027099609375, + 0.01522064208984375, + -0.00643157958984375, + -0.031402587890625, + -0.00191497802734375, + 0.0312042236328125, + 0.03424072265625, + -0.0253448486328125, + 0.0016078948974609375, + -0.0168304443359375, + 0.047271728515625, + 0.001270294189453125, + -0.01276397705078125, + 0.011627197265625, + -0.00803375244140625, + -0.0347900390625, + 0.0157012939453125, + -0.047271728515625, + -0.07794189453125, + 0.0006794929504394531, + -0.054840087890625, + -0.01531982421875, + 0.00841522216796875, + 0.0225982666015625, + 0.015411376953125, + -0.0304412841796875, + 0.037445068359375, + 0.0081787109375, + -0.009033203125, + -0.021942138671875, + 0.0253448486328125, + -0.0281829833984375, + 0.041595458984375, + 0.0096435546875, + -0.0125732421875, + 0.016448974609375, + -0.0227813720703125, + -0.01456451416015625, + -0.027618408203125, + 0.0224151611328125, + -0.01503753662109375, + 0.037078857421875, + -0.0457763671875, + 0.007282257080078125, + 0.029876708984375, + 0.0169219970703125, + 0.0201416015625, + -0.02667236328125, + 0.042938232421875, + -0.0157012939453125, + -0.047088623046875, + 0.0095977783203125, + -0.034423828125, + -0.01177215576171875, + 0.0312042236328125, + -0.0264739990234375, + -0.0021266937255859375, + 0.00884246826171875, + 0.028564453125, + 0.0204315185546875, + 0.0198516845703125, + 0.01153564453125, + -0.027618408203125, + -0.00290679931640625, + -0.00643157958984375, + 0.0245819091796875, + 0.0001964569091796875, + 0.03857421875, + -0.0167388916015625, + 0.03271484375, + 0.0077056884765625, + -0.0888671875, + 0.018157958984375, + -0.0170135498046875, + -0.049560546875, + 0.0184326171875, + 0.0540771484375, + 0.039154052734375, + -0.0027065277099609375, + 0.045562744140625, + 0.05712890625, + 0.037445068359375, + 0.0130462646484375, + -0.01456451416015625, + -0.08319091796875, + -0.01314544677734375, + 0.035369873046875, + 0.0300750732421875, + -0.054473876953125, + 0.0465087890625, + 0.054473876953125, + -0.006381988525390625, + 0.0217437744140625, + -0.006572723388671875, + -0.00337982177734375, + 0.0540771484375, + 0.0185394287109375, + 0.034027099609375, + -0.05181884765625, + 0.00595855712890625, + 0.0187225341796875, + -0.007564544677734375, + 0.0011644363403320312, + 0.00522613525390625, + 0.005886077880859375, + 0.044830322265625, + -0.07147216796875, + 0.007518768310546875, + 0.0226898193359375, + 0.05596923828125, + 0.00432586669921875, + -0.020233154296875, + -0.01276397705078125, + 0.0291290283203125, + 0.026092529296875, + -0.004680633544921875, + 0.0186309814453125, + 0.0197601318359375, + -0.0091705322265625, + 0.00475311279296875, + 0.060882568359375, + -0.00180816650390625, + 0.032135009765625, + 0.033294677734375, + -0.03460693359375, + 0.037078857421875, + -0.01474761962890625, + 0.039154052734375, + 0.006145477294921875, + -0.036865234375, + -0.0149383544921875, + -0.033660888671875, + 0.0293121337890625, + 0.001377105712890625, + 0.0364990234375, + 0.0036869049072265625, + -0.028564453125, + -0.0006766319274902344, + 0.0218505859375, + 0.0015840530395507812, + 0.0540771484375, + 0.03082275390625, + 0.01267242431640625, + 0.019195556640625, + 0.0245819091796875, + 0.0224151611328125, + -0.046905517578125, + 0.045013427734375, + -0.02496337890625, + -0.0188140869140625, + -0.04443359375, + -0.01267242431640625, + 0.0007328987121582031, + -0.0281829833984375, + -0.0100250244140625, + -0.051055908203125, + 0.00897979736328125, + -0.01465606689453125, + -0.037261962890625, + 0.0218505859375, + 0.05523681640625, + -0.0306396484375, + 0.01910400390625, + 0.0234527587890625, + -0.005603790283203125, + 0.00992584228515625, + -0.05596923828125, + 0.079833984375, + 0.058258056640625, + 0.0223236083984375, + -0.005767822265625, + -0.01418304443359375, + 0.037261962890625, + 0.006336212158203125, + 0.01026153564453125, + 0.01824951171875, + -0.00019800662994384766, + 0.05560302734375, + 0.0302581787109375, + 0.01219940185546875, + -0.05029296875, + 0.0281829833984375, + 0.00742340087890625, + -0.036865234375, + 0.0179595947265625, + 0.013427734375, + 0.00921630859375, + -0.02685546875, + -0.01007080078125, + -0.0225067138671875, + -0.04254150390625, + 0.05596923828125, + -0.037445068359375, + -0.0217437744140625, + 0.015411376953125, + -0.043487548828125, + 0.031951904296875, + 0.0179595947265625, + 0.04840087890625, + -0.0283660888671875, + 0.049560546875, + -0.0274200439453125, + 0.0149383544921875, + 0.006809234619140625, + 0.035552978515625, + -0.025909423828125, + 0.0616455078125, + -0.037811279296875, + 0.05560302734375, + 0.0196685791015625, + -0.0204315185546875, + -0.035186767578125, + -0.0095977783203125, + 0.0172119140625, + 0.0004551410675048828, + 0.03839111328125, + -0.04595947265625, + 0.0039005279541015625, + 0.00337982177734375, + 0.050689697265625, + 0.0482177734375, + -0.019012451171875, + -0.00045800209045410156, + 0.00974273681640625, + -0.0008630752563476562, + -0.01139068603515625, + -0.0025882720947265625 + ], + "metadata": { + "domains": [ + "ics-forensics", + "malware-analysis" + ], + "phases": [ + "analysis" + ], + "tags": [ + "firmware", + "automation" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, { "id": "tool_LibreOffice", "type": "tool", @@ -4223,29547 +23225,2111 @@ } }, { - "id": "tool_WinHex", + "id": "tool_Cortex", "type": "tool", - "name": "WinHex", - "content": "winhex x-ways software entwickelt seit 1995 den vielseitigsten hex-editor mit forensischen superkräften. über die reine hex-bearbeitung hinaus bietet winhex: disk-cloning mit defekten sektoren, ram-editor für live-system- analyse, file-recovery durch signature-scanning, template-engine für datenstruktur-parsing. die scripting-engine automatisiert wiederkehrende aufgaben. besonders wertvoll: ntfs-alternate-data-streams-support, mft-browser zeigt dateisystem-metadaten, die registry-viewer parst hives direkt. integration mit forensischen workstations über api. der specialist-license (499€) bietet erweiterte forensik-features, während die standard-version (38€) bereits beeindruckende capabilities liefert. die kompakte exe-datei (2mb) läuft ohne installation. besonders geschätzt: die präzise byte-level-kontrolle die bei komplexen datenrettungen entscheidend ist. der geheimtipp vieler forensiker für spezialfälle. hex-editor carving static-investigations examination", + "name": "Cortex", + "content": "cortex thehives analyzer-engine automatisiert observable-intelligence durch über 100 integrierte services von virustotal bis shodan. ein file-hash triggert parallel: av-scans, sandbox-detonation, yara-matching, reputation-checks in sekunden statt manueller stunden-arbeit. die plugin-architektur erweitert für custom-apis und interne threat-intelligence. besonders wertvoll: responder-actions ermöglichen automatische incident-response (block-ip, quarantine-host), taxonomy-integration kategorisiert threats nach misp- standards, job-history dokumentiert alle analysen für audit-trails. docker-deployment skaliert workers je nach load. rate-limiting verhindert api-quota-erschöpfung. die restful-api integriert in soar-playbooks. json-templates definieren analyzer-konfigurationen. community-analyzer erweitern für spezielle use-cases. nach thehive-übernahme durch strangebee wird cortex 3.x als open-source weiterentwickelt. standard-component moderner soc-automatisierung. automation threat-intel incident-response malware-analysis analysis", "embedding": [ - -0.0155181884765625, - 0.0233917236328125, - 0.01255035400390625, - -0.01540374755859375, - 0.032623291015625, - 0.0096435546875, - 0.007587432861328125, - 0.0285186767578125, - -0.01192474365234375, - -0.023040771484375, - -0.048614501953125, - 0.04266357421875, - 0.031707763671875, - 0.0015401840209960938, - -0.04815673828125, - 0.039031982421875, - -0.025787353515625, - 0.01483154296875, - 0.01169586181640625, - 0.0251007080078125, - -0.031036376953125, - -0.00730133056640625, - -0.0367431640625, - -0.0022525787353515625, - -0.005702972412109375, - -0.0159759521484375, - -0.02886962890625, - -0.06573486328125, - -0.0172271728515625, - -0.00992584228515625, - 0.0027103424072265625, - -0.039947509765625, - 0.022247314453125, - 0.04473876953125, - 0.0438232421875, - -0.017120361328125, - -0.017913818359375, - -0.041290283203125, - -0.03216552734375, - 0.0625, - -0.0180206298828125, - -0.022369384765625, - 0.0286407470703125, - -0.01192474365234375, - -0.01078033447265625, - -0.01032257080078125, - 0.0089569091796875, - -0.0308074951171875, - 0.003337860107421875, - -0.0255584716796875, - 0.024078369140625, - 0.0176849365234375, - -0.005191802978515625, - -0.042449951171875, - -0.0225982666015625, - 0.03558349609375, - 0.01192474365234375, - -0.0028247833251953125, - -0.0238494873046875, - 0.0540771484375, - -0.058197021484375, - -0.010040283203125, - -0.00510406494140625, - -0.02532958984375, - 0.0009555816650390625, - -0.0013980865478515625, - -0.0232696533203125, - -0.0294342041015625, - 0.00006461143493652344, - -0.005306243896484375, - 0.019287109375, - -0.0215606689453125, - -0.0262451171875, - 0.0203094482421875, - -0.0285186767578125, - -0.05841064453125, - 0.0285186767578125, - 0.027496337890625, - 0.019744873046875, - -0.0207672119140625, - -0.052032470703125, - 0.0085601806640625, - 0.01824951171875, - -0.0168914794921875, - 0.007129669189453125, - 0.006988525390625, - 0.03948974609375, - 0.0206451416015625, - -0.00690460205078125, - 0.003265380859375, - 0.02716064453125, - 0.0015192031860351562, - -0.006046295166015625, - -0.0303497314453125, - 0.041534423828125, - 0.055908203125, - 0.0054779052734375, - -0.00533294677734375, - -0.0203094482421875, - 0.0113525390625, - 0.0186004638671875, - -0.0268096923828125, - 0.050201416015625, - -0.03216552734375, - 0.044036865234375, - -0.03515625, - 0.0174560546875, - -0.01494598388671875, - -0.0168914794921875, - -0.036956787109375, - -0.09814453125, - -0.041748046875, - 0.00439453125, - -0.09857177734375, - 0.0128936767578125, - -0.0124359130859375, - 0.0011625289916992188, - 0.0679931640625, - -0.037872314453125, - -0.04266357421875, - 0.033538818359375, - 0.003551483154296875, - -0.01454925537109375, - 0.0286407470703125, - -0.044281005859375, - -0.07623291015625, - 0.00130462646484375, - 0.037200927734375, - -0.03424072265625, - -0.035369873046875, - -0.036041259765625, - -0.029205322265625, - -0.005191802978515625, - -0.0050201416015625, - -0.00821685791015625, - -0.0159759521484375, - 0.0190582275390625, - -0.018829345703125, - -0.016204833984375, - 0.0124969482421875, - 0.0294342041015625, - -0.0184783935546875, - -0.08624267578125, - -0.003009796142578125, - -0.021331787109375, - 0.0159759521484375, - -0.002666473388671875, - 0.056365966796875, - -0.0330810546875, - 0.00930023193359375, - -0.02362060546875, - 0.036041259765625, - 0.066162109375, - -0.006732940673828125, - -0.0008521080017089844, - -0.045867919921875, - 0.0036792755126953125, - -0.0277252197265625, - 0.033782958984375, - -0.00798797607421875, - -0.01140594482421875, - 0.0206451416015625, - -0.00273895263671875, - 0.040618896484375, - -0.008270263671875, - -0.03857421875, - -0.04266357421875, - 0.0272674560546875, - -0.00861358642578125, - 0.0102081298828125, - 0.049072265625, - -0.0124359130859375, - 0.05340576171875, - 0.08349609375, - 0.00046706199645996094, - 0.0199737548828125, - -0.0076446533203125, - -0.0004563331604003906, - 0.031707763671875, - 0.03558349609375, - -0.0364990234375, - -0.052703857421875, - 0.00992584228515625, - -0.0024242401123046875, - 0.0163116455078125, - -0.00730133056640625, - -0.01163482666015625, - -0.03424072265625, - -0.0195159912109375, - 0.03741455078125, - -0.0228118896484375, - -0.007587432861328125, - -0.0096435546875, - 0.00293731689453125, - 0.01471710205078125, - 0.048614501953125, - 0.0438232421875, - -0.01043701171875, - 0.036285400390625, - -0.0096435546875, - 0.0026531219482421875, - -0.003936767578125, - 0.01238250732421875, - 0.03216552734375, - 0.0009765625, - 0.0208740234375, - 0.02008056640625, - 0.057037353515625, - 0.00030493736267089844, - -0.0247650146484375, - -0.031707763671875, - 0.034912109375, - -0.0254364013671875, - -0.023956298828125, - -0.059326171875, - -0.018829345703125, - 0.015289306640625, - -0.017913818359375, - -0.0330810546875, - -0.00867462158203125, - -0.03582763671875, - -0.05133056640625, - 0.01454925537109375, - 0.0308074951171875, - -0.030120849609375, - 0.0330810546875, - 0.0078125, - -0.03057861328125, - -0.006618499755859375, - -0.006191253662109375, - 0.03948974609375, - 0.02008056640625, - -0.016082763671875, - 0.0098724365234375, - 0.005191802978515625, - -0.00907135009765625, - 0.04632568359375, - 0.00815582275390625, - 0.008270263671875, - 0.0215606689453125, - -0.046539306640625, - 0.03582763671875, - 0.002796173095703125, - 0.040374755859375, - 0.0277252197265625, - -0.002780914306640625, - 0.0364990234375, - 0.007358551025390625, - 0.02874755859375, - 0.031951904296875, - -0.05316162109375, - -0.029205322265625, - -0.09173583984375, - -0.0180206298828125, - -0.050872802734375, - -0.045196533203125, - -0.047454833984375, - -0.03515625, - 0.031951904296875, - -0.0128936767578125, - -0.039703369140625, - 0.0037364959716796875, - 0.02874755859375, - -0.0207672119140625, - 0.0232696533203125, - 0.00034236907958984375, - -0.03857421875, - 0.01448822021484375, - 0.040618896484375, - 0.004108428955078125, - -0.0037937164306640625, - 0.01312255859375, - 0.0203094482421875, - -0.019622802734375, - 0.0189361572265625, - -0.045623779296875, - -0.005390167236328125, - 0.0233917236328125, - 0.039703369140625, - 0.007415771484375, - -0.0207672119140625, - 0.01346588134765625, - 0.005046844482421875, - 0.041290283203125, - -0.03240966796875, - -0.01666259765625, - 0.0007557868957519531, - 0.0173492431640625, - -0.007358551025390625, - -0.0504150390625, - 0.0009627342224121094, - 0.045623779296875, - 0.0084991455078125, - 0.007415771484375, - 0.0005526542663574219, - -0.034698486328125, - 0.0158538818359375, - -0.02520751953125, - -0.0215606689453125, - 0.01238250732421875, - 0.0333251953125, - -0.03558349609375, - 0.002010345458984375, - -0.006931304931640625, - 0.007472991943359375, - -0.066162109375, - -0.056121826171875, - -0.022369384765625, - -0.0163116455078125, - -0.017913818359375, - -0.02886962890625, - 0.0076446533203125, - -0.01448822021484375, - -0.00787353515625, - 0.00185394287109375, - 0.02703857421875, - -0.0540771484375, - -0.054534912109375, - 0.0001266002655029297, - -0.00815582275390625, - -0.034454345703125, - -0.0246429443359375, - 0.02532958984375, - -0.0087890625, - -0.004993438720703125, - -0.0018968582153320312, - 0.002140045166015625, - -0.044281005859375, - 0.006931304931640625, - -0.00730133056640625, - 0.0296630859375, - -0.00787353515625, - 0.041748046875, - 0.0159759521484375, - 0.0034656524658203125, - 0.016082763671875, - 0.04608154296875, - 0.04791259765625, - -0.039947509765625, - 0.00039577484130859375, - 0.02191162109375, - -0.0138092041015625, - 0.04266357421875, - -0.0246429443359375, - -0.044281005859375, - -0.027496337890625, - -0.0191650390625, - 0.0111236572265625, - 0.043365478515625, - 0.057037353515625, - 0.029205322265625, - -0.023162841796875, - 0.0018396377563476562, - 0.061614990234375, - 0.00029778480529785156, - 0.0753173828125, - -0.007415771484375, - -0.049072265625, - 0.02008056640625, - 0.04632568359375, - -0.00012123584747314453, - -0.0124359130859375, - 0.0237274169921875, - 0.00884246826171875, - -0.0076446533203125, - 0.01824951171875, - -0.004535675048828125, - 0.0255584716796875, - -0.01192474365234375, - 0.0021686553955078125, - 0.0246429443359375, - -0.004192352294921875, - -0.0017681121826171875, - 0.0173492431640625, - 0.019622802734375, - 0.005702972412109375, - 0.0173492431640625, - -0.0367431640625, - -0.02532958984375, - -0.0251007080078125, - -0.06756591796875, - 0.015289306640625, - 0.059783935546875, - 0.0130615234375, - 0.06298828125, - -0.0190582275390625, - -0.0469970703125, - 0.0233917236328125, - -0.054779052734375, - 0.043121337890625, - 0.03240966796875, - -0.00174713134765625, - 0.02349853515625, - -0.0251007080078125, - 0.023956298828125, - 0.0225982666015625, - 0.006160736083984375, - 0.0298919677734375, - 0.0206451416015625, - 0.0298919677734375, - -0.0018682479858398438, - -0.039947509765625, - 0.023162841796875, - 0.044952392578125, - 0.0289764404296875, - 0.004077911376953125, - 0.0543212890625, - 0.00958251953125, - 0.0124359130859375, - -0.00707244873046875, - 0.0277252197265625, - 0.01666259765625, - 0.023040771484375, - 0.00024247169494628906, - -0.022705078125, - -0.005619049072265625, - -0.05133056640625, - -0.0059051513671875, - -0.004337310791015625, - 0.0157470703125, - 0.045196533203125, - 0.022369384765625, - -0.042449951171875, - -0.0184783935546875, - 0.0472412109375, - -0.04473876953125, - 0.01666259765625, - 0.0296630859375, - -0.00969696044921875, - 0.0011339187622070312, - -0.0243072509765625, - -0.05657958984375, - 0.0435791015625, - -0.0181427001953125, - -0.0298919677734375, - 0.00798797607421875, - 0.0294342041015625, - -0.04791259765625, - -0.024871826171875, - -0.0245361328125, - -0.03240966796875, - -0.00867462158203125, - -0.00339508056640625, - 0.05133056640625, - 0.00792694091796875, - 0.0027523040771484375, - 0.0199737548828125, - 0.039031982421875, - 0.00730133056640625, - -0.0225982666015625, - 0.032867431640625, - 0.00009137392044067383, - -0.046539306640625, - 0.0251007080078125, - 0.0172271728515625, - 0.025665283203125, - -0.031036376953125, - -0.0167694091796875, - 0.00861358642578125, - -0.00016307830810546875, - -0.01032257080078125, - 0.022369384765625, - -0.030120849609375, - -0.04791259765625, - -0.017120361328125, - 0.03948974609375, - -0.00098419189453125, - 0.0469970703125, - 0.008270263671875, - -0.061614990234375, - 0.033782958984375, - -0.07257080078125, - -0.004535675048828125, - -0.0195159912109375, - 0.017791748046875, - -0.025665283203125, - 0.043365478515625, - -0.010498046875, - -0.0190582275390625, - -0.005962371826171875, - 0.0419921875, - 0.00482177734375, - -0.00035643577575683594, - -0.049285888671875, - 0.022369384765625, - 0.033538818359375, - -0.049072265625, - -0.0163116455078125, - -0.031707763671875, - 0.016204833984375, - 0.04083251953125, - -0.0703125, - -0.004505157470703125, - -0.01209259033203125, - -0.06982421875, - -0.03424072265625, - -0.036956787109375, - -0.0128936767578125, - -0.0264739990234375, - 0.018707275390625, - 0.019622802734375, - -0.02178955078125, - 0.0264739990234375, - 0.0008559226989746094, - -0.006134033203125, - 0.01055145263671875, - -0.00923919677734375, - 0.0054473876953125, - 0.02178955078125, - -0.06024169921875, - -0.022705078125, - -0.0098114013671875, - 0.03558349609375, - -0.038116455078125, - 0.0029239654541015625, - 0.01312255859375, - -0.0184783935546875, - 0.049530029296875, - -0.058868408203125, - -0.0241851806640625, - -0.01409149169921875, - -0.015289306640625, - -0.0364990234375, - -0.00536346435546875, - 0.002552032470703125, - 0.0012836456298828125, - -0.0146026611328125, - 0.0119781494140625, - 0.036956787109375, - -0.052703857421875, - 0.0298919677734375, - 0.01397705078125, - 0.002468109130859375, - -0.003936767578125, - 0.027496337890625, - 0.00787353515625, - 0.00998687744140625, - 0.049072265625, - -0.023162841796875, - -0.010498046875, - -0.08074951171875, - 0.044281005859375, - 0.0007452964782714844, - -0.006702423095703125, - -0.01129913330078125, - -0.0232696533203125, - -0.057952880859375, - 0.00098419189453125, - 0.033538818359375, - 0.0237274169921875, - -0.00998687744140625, - -0.03765869140625, - -0.027618408203125, - -0.01294708251953125, - -0.00992584228515625, - 0.023162841796875, - -0.008331298828125, - 0.0289764404296875, - 0.017791748046875, - -0.0556640625, - 0.042205810546875, - 0.0225982666015625, - 0.0146026611328125, - 0.025665283203125, - 0.0211029052734375, - -0.0106658935546875, - 0.007415771484375, - -0.032867431640625, - -0.047454833984375, - -0.0088958740234375, - 0.01540374755859375, - 0.001140594482421875, - -0.016998291015625, - -0.041534423828125, - 0.016998291015625, - 0.038330078125, - 0.037200927734375, - -0.0031375885009765625, - -0.0228118896484375, - 0.006103515625, - -0.02783203125, - 0.0648193359375, - -0.0089569091796875, - -0.0330810546875, - -0.006191253662109375, - 0.005649566650390625, - 0.052703857421875, - 0.0285186767578125, - -0.002895355224609375, - -0.05657958984375, - 0.0034942626953125, - 0.04266357421875, - -0.0199737548828125, - -0.0155181884765625, - -0.0238494873046875, - 0.0004100799560546875, - 0.0133514404296875, - 0.055450439453125, - 0.0176849365234375, - 0.073486328125, - -0.017120361328125, - -0.005218505859375, - 0.0296630859375, - 0.06298828125, - 0.04266357421875, - -0.025787353515625, - -0.0643310546875, - -0.007701873779296875, - -0.0216827392578125, - -0.0268096923828125, - -0.02886962890625, - -0.030120849609375, - 0.037200927734375, - -0.0816650390625, - 0.0012483596801757812, - -0.01540374755859375, - 0.004535675048828125, - 0.004337310791015625, - 0.0238494873046875, - 0.00019872188568115234, - 0.024871826171875, - -0.0251007080078125, - -0.0504150390625, - 0.0176849365234375, - -0.0193939208984375, - 0.0190582275390625, - 0.038787841796875, - 0.023040771484375, - -0.01654052734375, - 0.056121826171875, - 0.01346588134765625, - 0.0098114013671875, - 0.036956787109375, - 0.044036865234375, - 0.034454345703125, - 0.03216552734375, - 0.044281005859375, - 0.05682373046875, - -0.031494140625, - -0.02783203125, - 0.018707275390625, - 0.031707763671875, - 0.054779052734375, - 0.057952880859375, - -0.01397705078125, - -0.013916015625, - -0.01540374755859375, - -0.036041259765625, - 0.008331298828125, - 0.0174560546875, - -0.0198516845703125, - -0.042205810546875, - -0.0294342041015625, - 0.0184783935546875, - -0.048370361328125, - 0.006702423095703125, - 0.003993988037109375, - -0.0089569091796875, - -0.013916015625, - 0.0138092041015625, - 0.00815582275390625, - -0.03857421875, - 0.017120361328125, - -0.017120361328125, - -0.019287109375, - -0.0472412109375, - -0.0438232421875, - -0.0001666545867919922, - -0.0081024169921875, - -0.06982421875, - -0.019744873046875, - 0.047698974609375, - 0.003963470458984375, - -0.0279541015625, - -0.0294342041015625, - 0.017913818359375, - -0.031036376953125, - -0.03765869140625, - -0.048370361328125, - 0.006134033203125, - 0.01540374755859375, - -0.01163482666015625, - 0.022369384765625, - -0.016082763671875, - -0.0308074951171875, - -0.0098114013671875, - -0.022705078125, - -0.0438232421875, - 0.04449462890625, - -0.037872314453125, - 0.0211029052734375, - 0.0190582275390625, - 0.0303497314453125, - 0.038116455078125, - 0.0703125, - -0.025665283203125, - -0.006587982177734375, - -0.03424072265625, - -0.073486328125, - 0.00493621826171875, - 0.017120361328125, - -0.0010766983032226562, - -0.07391357421875, - -0.0019397735595703125, - 0.07208251953125, - -0.0748291015625, - 0.00405120849609375, - 0.0022678375244140625, - -0.0330810546875, - -0.045867919921875, - -0.0058746337890625, - -0.00098419189453125, - 0.0201873779296875, - 0.08489990234375, - 0.01140594482421875, - -0.0158538818359375, - 0.007472991943359375, - -0.042449951171875, - 0.05499267578125, - 0.0244140625, - 0.032867431640625, - -0.051788330078125, - 0.050872802734375, - 0.02349853515625, - -0.01369476318359375, - 0.0030384063720703125, - -0.033538818359375, - 0.00975799560546875, - 0.03240966796875, - 0.00510406494140625, - -0.004764556884765625, - -0.00428009033203125, - -0.053863525390625, - -0.0133514404296875, - -0.029205322265625, - 0.0246429443359375, - 0.0007414817810058594, - 0.01483154296875, - -0.044036865234375, - -0.01494598388671875, - -0.031707763671875, - -0.052032470703125, - -0.04791259765625, - -0.0251007080078125, - 0.0303497314453125, - 0.00621795654296875, - -0.052490234375, - 0.0330810546875, - 0.0198516845703125, - -0.00273895263671875, - 0.01038360595703125, - 0.056121826171875, - -0.036285400390625, - -0.004108428955078125, - -0.0190582275390625, - 0.01837158203125, - 0.005275726318359375, - -0.031494140625, - 0.0132904052734375, - -0.002124786376953125, - 0.022705078125, - -0.033782958984375, - 0.058197021484375, - 0.0330810546875, - -0.01146697998046875, - -0.047454833984375, - -0.01494598388671875, - -0.00011408329010009766, - 0.036956787109375, - -0.016998291015625, - 0.048614501953125, - -0.0015401840209960938, - -0.0203094482421875, - -0.080322265625, - 0.058868408203125, - -0.022369384765625, - 0.02886962890625, - 0.020538330078125, - -0.0254364013671875, - -0.06982421875, - -0.05133056640625, - -0.02191162109375, - 0.0237274169921875, - -0.01038360595703125, - 0.0264739990234375, - 0.01140594482421875, - -0.0023956298828125, - 0.00901031494140625, - 0.01192474365234375, - -0.01483154296875, - 0.0264739990234375, - 0.01837158203125, - -0.03515625, - 0.04632568359375, - -0.0286407470703125, - 0.0176849365234375, - -0.006618499755859375, - 0.02008056640625, - 0.003993988037109375, - 0.00272369384765625, - -0.017120361328125, - -0.01837158203125, - 0.032623291015625, - 0.049530029296875, - 0.0081024169921875, - 0.0224761962890625, - -0.006076812744140625, - 0.0232696533203125, - -0.01043701171875, - -0.00998687744140625, - -0.0026950836181640625, - 0.000926971435546875, - -0.0173492431640625, - -0.0308074951171875, - -0.059326171875, - -0.1204833984375, - 0.007358551025390625, - -0.03057861328125, - -0.04608154296875, - 0.0296630859375, - 0.049530029296875, - 0.023956298828125, - -0.0189361572265625, - 0.057281494140625, - -0.0006170272827148438, - -0.0232696533203125, - -0.0254364013671875, - 0.02099609375, - -0.0193939208984375, - 0.037872314453125, - -0.00402069091796875, - -0.032623291015625, - 0.0124969482421875, - -0.011749267578125, - 0.0010271072387695312, - 0.00444793701171875, - -0.0050201416015625, - -0.031036376953125, - 0.01346588134765625, - -0.05682373046875, - -0.0221405029296875, - 0.01666259765625, - 0.0333251953125, - 0.0003101825714111328, - -0.045867919921875, - 0.06024169921875, - -0.0163116455078125, - -0.06524658203125, - 0.0013475418090820312, - -0.036285400390625, - -0.041290283203125, - 0.0168914794921875, - -0.02349853515625, - 0.0211029052734375, - 0.0124969482421875, - 0.0289764404296875, - 0.039947509765625, - 0.041290283203125, - -0.0037078857421875, - -0.031036376953125, - -0.0180206298828125, - 0.0198516845703125, - 0.02099609375, - 0.024871826171875, - -0.00867462158203125, - -0.0130615234375, - 0.0098114013671875, - 0.0026092529296875, - -0.08489990234375, - -0.0102691650390625, - -0.01471710205078125, - -0.055450439453125, - -0.002895355224609375, - 0.0821533203125, - 0.0173492431640625, - 0.0007877349853515625, - 0.00861358642578125, - 0.036285400390625, - -0.0032367706298828125, - -0.015625, - -0.0128936767578125, - -0.0679931640625, - -0.0367431640625, - -0.003650665283203125, - 0.007472991943359375, - -0.0438232421875, - 0.038116455078125, - 0.047454833984375, - 0.026702880859375, - -0.010955810546875, - 0.0067901611328125, - -0.013519287109375, - 0.04107666015625, - 0.0021114349365234375, - 0.010955810546875, - -0.080322265625, - 0.0203094482421875, - 0.01517486572265625, - -0.00621795654296875, - 0.0025386810302734375, - 0.00012743473052978516, - -0.04998779296875, - 0.04974365234375, - -0.04998779296875, - 0.0052490234375, - -0.00536346435546875, - 0.0789794921875, - 0.0330810546875, - -0.02362060546875, - -0.037200927734375, - 0.040374755859375, - 0.009124755859375, - -0.0069580078125, - -0.0007915496826171875, - -0.00707244873046875, - -0.0244140625, - 0.044036865234375, - 0.06939697265625, - 0.03424072265625, - 0.0191650390625, - -0.00792694091796875, - -0.043121337890625, - 0.014434814453125, - -0.00644683837890625, - 0.0212249755859375, - 0.009124755859375, - -0.03741455078125, - -0.015289306640625, - -0.05224609375, - 0.02178955078125, - -0.01369476318359375, - 0.0611572265625, - 0.0308074951171875, - -0.01078033447265625, - -0.0159759521484375, - 0.005962371826171875, - 0.0138092041015625, - 0.030120849609375, - 0.004764556884765625, - -0.00907135009765625, - 0.00884246826171875, - 0.05340576171875, - -0.011810302734375, - -0.035369873046875, - 0.0119781494140625, - -0.00272369384765625, - 0.0128936767578125, - -0.04290771484375, - 0.002780914306640625, - 0.01494598388671875, - -0.0002281665802001953, - 0.0033664703369140625, - -0.0308074951171875, - -0.004650115966796875, - 0.0111846923828125, - -0.04266357421875, - -0.0128326416015625, - 0.00998687744140625, - -0.050872802734375, - 0.01312255859375, - 0.0260162353515625, - -0.014373779296875, - -0.00208282470703125, - -0.043121337890625, - 0.08349609375, - 0.0245361328125, - 0.04473876953125, - -0.0030956268310546875, - 0.026580810546875, - 0.0246429443359375, - 0.0308074951171875, - 0.030120849609375, - 0.0189361572265625, - -0.01226806640625, - 0.033782958984375, - 0.043121337890625, - 0.00490570068359375, - -0.050201416015625, - 0.02783203125, - 0.00946807861328125, - -0.0611572265625, - 0.048828125, - 0.007160186767578125, - -0.0009126663208007812, - 0.0023250579833984375, - -0.01837158203125, - -0.012603759765625, - -0.052032470703125, - 0.05523681640625, - 0.025665283203125, - -0.0076446533203125, - 0.01277923583984375, - -0.04449462890625, - 0.042449951171875, - 0.0159759521484375, - 0.08990478515625, - -0.04266357421875, - 0.0543212890625, - -0.0087890625, - 0.0078125, - -0.0038509368896484375, - 0.004650115966796875, - 0.010040283203125, - 0.016082763671875, - -0.015625, - 0.08258056640625, - 0.0190582275390625, - -0.0289764404296875, - -0.04998779296875, - -0.0216827392578125, - -0.0035228729248046875, - -0.002197265625, - -0.0010051727294921875, - -0.00444793701171875, - -0.013519287109375, - -0.0069580078125, - 0.02178955078125, - 0.0643310546875, - -0.021331787109375, - 0.0212249755859375, - 0.004650115966796875, - -0.00844573974609375, - 0.0038509368896484375, - -0.003452301025390625 - ], - "metadata": { - "domains": [ - "static-investigations" - ], - "phases": [ - "examination" - ], - "tags": [ - "hex-editor", - "carving" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Eric_Zimmerman_Tools", - "type": "tool", - "name": "Eric Zimmerman Tools", - "content": "eric zimmerman tools die tool-suite des windows-forensik-gurus eric zimmerman dekodiert windows-artefakte mit unübertroffener präzision. jedes tool ein spezialist: shellbags explorer zeigt ordner-zugriffe, pecmd parst prefetch für programm-ausführungen, amcacheparser findet programm- installationen, jumplistexplorer enthüllt recent documents. registry explorer mit bookmarks und plugins. mftecmd extrahiert ntfs-metadaten. timeline explorer visualisiert csv-output aller tools gemeinsam. kape orchestriert die tool-collection. besonders wertvoll: ständige updates für neue windows-versionen und cloud-artefakte wie onedrive. die kommandozeilen-tools ermöglichen batch-processing. kostenlos aber spenden erwünscht. die aktive community im discord teilt erfahrungen. dokumentation durch cheat-sheets und blog-posts. 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 incident-response static-investigations malware-analysis examination analysis", - "embedding": [ - -0.044464111328125, - 0.0189208984375, - 0.056549072265625, - -0.02008056640625, - 0.032958984375, - 0.02496337890625, - 0.00858306884765625, - 0.01413726806640625, - -0.0110626220703125, - 0.01111602783203125, - -0.039794921875, - 0.061614990234375, - 0.01087188720703125, - 0.0017061233520507812, - -0.05303955078125, - 0.053436279296875, - -0.00799560546875, - -0.00487518310546875, - 0.0142364501953125, - -0.005092620849609375, - -0.0401611328125, - -0.00858306884765625, - -0.043304443359375, - -0.00833892822265625, - 0.0013828277587890625, - 0.03216552734375, - -0.0120391845703125, - -0.062408447265625, - -0.0232086181640625, - 0.00823974609375, - 0.017547607421875, - -0.0171661376953125, - 0.0153045654296875, - 0.0181427001953125, - -0.00760650634765625, - -0.00965118408203125, - 0.0104827880859375, - -0.059661865234375, - -0.0276947021484375, - 0.06671142578125, - -0.022918701171875, - 0.02008056640625, - 0.019989013671875, - -0.00638580322265625, - -0.028076171875, - -0.03900146484375, - 0.00818634033203125, - -0.0005817413330078125, - 0.009552001953125, - -0.0192108154296875, - 0.033538818359375, - 0.004680633544921875, - 0.000013709068298339844, - -0.01413726806640625, - -0.0253448486328125, - 0.0109710693359375, - 0.004558563232421875, - -0.0085296630859375, - -0.04718017578125, - 0.0372314453125, - -0.04095458984375, - -0.0008349418640136719, - -0.009307861328125, - -0.0181427001953125, - 0.00030159950256347656, - 0.0153045654296875, - -0.003681182861328125, - -0.0157928466796875, - 0.0067291259765625, - 0.003875732421875, - -0.0019130706787109375, - -0.01482391357421875, - -0.0247650146484375, - 0.036285400390625, - -0.021453857421875, - -0.06744384765625, - 0.007068634033203125, - 0.02691650390625, - 0.0053863525390625, - 0.0036563873291015625, - -0.05499267578125, - -0.0061187744140625, - 0.05499267578125, - -0.026519775390625, - -0.00572967529296875, - 0.0302276611328125, - 0.0223236083984375, - 0.0211639404296875, - 0.006191253662109375, - -0.0112152099609375, - 0.01316070556640625, - -0.0016574859619140625, - 0.00287628173828125, - -0.0201873779296875, - 0.05108642578125, - 0.06707763671875, - -0.00760650634765625, - -0.0010728836059570312, - -0.020477294921875, - 0.04486083984375, - 0.02008056640625, - -0.035308837890625, - 0.0635986328125, - -0.00414276123046875, - 0.0286712646484375, - -0.02056884765625, - 0.027099609375, - -0.03179931640625, - -0.0263214111328125, - -0.0203704833984375, - -0.10064697265625, - -0.03900146484375, - -0.01033782958984375, - -0.06121826171875, - -0.00965118408203125, - 0.004337310791015625, - 0.016571044921875, - 0.033935546875, - -0.0391845703125, - -0.0401611328125, - 0.0171661376953125, - -0.0023040771484375, - 0.0006670951843261719, - -0.0018644332885742188, - -0.047393798828125, - -0.06475830078125, - -0.00572967529296875, - 0.036651611328125, - -0.0257415771484375, - -0.030426025390625, - -0.0292510986328125, - -0.0302276611328125, - -0.0184326171875, - -0.032379150390625, - -0.013946533203125, - -0.0095062255859375, - 0.038818359375, - 0.0137481689453125, - -0.0102386474609375, - -0.004852294921875, - 0.037628173828125, - -0.04583740234375, - -0.05419921875, - -0.0169677734375, - -0.0557861328125, - 0.00994873046875, - -0.007701873779296875, - 0.046417236328125, - -0.024566650390625, - 0.02154541015625, - -0.016571044921875, - 0.0182342529296875, - 0.048370361328125, - 0.00765228271484375, - 0.0237884521484375, - -0.055389404296875, - -0.0171661376953125, - -0.01491546630859375, - 0.0308074951171875, - 0.004169464111328125, - -0.0178375244140625, - 0.012481689453125, - -0.0179443359375, - 0.026123046875, - -0.0142364501953125, - -0.0411376953125, - -0.03997802734375, - 0.0267181396484375, - -0.0030460357666015625, - 0.0130615234375, - 0.02105712890625, - -0.01189422607421875, - 0.050689697265625, - 0.07177734375, - -0.0026569366455078125, - 0.0192108154296875, - -0.00414276123046875, - 0.0161895751953125, - 0.04583740234375, - 0.039794921875, - -0.01560211181640625, - -0.0079498291015625, - 0.0308074951171875, - -0.01433563232421875, - 0.0142364501953125, - 0.00499725341796875, - -0.01959228515625, - -0.01959228515625, - -0.026123046875, - 0.02349853515625, - -0.0372314453125, - -0.0518798828125, - -0.0007219314575195312, - 0.032745361328125, - 0.027496337890625, - 0.06591796875, - 0.00891876220703125, - -0.0015840530395507812, - 0.047393798828125, - -0.004413604736328125, - 0.007457733154296875, - 0.02252197265625, - -0.0233001708984375, - 0.06475830078125, - 0.01091766357421875, - 0.0152130126953125, - -0.0052642822265625, - 0.048370361328125, - 0.037841796875, - -0.036651611328125, - -0.02593994140625, - 0.06982421875, - -0.007411956787109375, - -0.0251617431640625, - -0.0247650146484375, - -0.0257415771484375, - 0.022125244140625, - -0.006824493408203125, - -0.01462554931640625, - -0.00858306884765625, - -0.0207672119140625, - -0.06475830078125, - 0.0003533363342285156, - 0.031005859375, - -0.032562255859375, - 0.035308837890625, - 0.017059326171875, - -0.033935546875, - -0.039581298828125, - 0.0036067962646484375, - 0.0272979736328125, - 0.00940704345703125, - -0.00336456298828125, - 0.027496337890625, - 0.002887725830078125, - -0.034332275390625, - 0.0643310546875, - 0.0272979736328125, - 0.0312042236328125, - -0.0122833251953125, - -0.021942138671875, - 0.03509521484375, - -0.026519775390625, - 0.029449462890625, - 0.0251617431640625, - -0.0153045654296875, - 0.006191253662109375, - 0.002620697021484375, - 0.038818359375, - 0.029052734375, - -0.034332275390625, - 0.00018286705017089844, - -0.06939697265625, - -0.00013637542724609375, - -0.053436279296875, - -0.0401611328125, - -0.024078369140625, - -0.04095458984375, - 0.0469970703125, - -0.04290771484375, - -0.0267181396484375, - -0.0025463104248046875, - 0.0079498291015625, - -0.00760650634765625, - 0.0411376953125, - 0.007411956787109375, - -0.0213470458984375, - 0.0085296630859375, - 0.06549072265625, - 0.001529693603515625, - -0.00887298583984375, - -0.0119476318359375, - 0.007801055908203125, - -0.010772705078125, - 0.0212554931640625, - -0.0157012939453125, - -0.00711822509765625, - 0.05615234375, - 0.0217437744140625, - 0.00818634033203125, - -0.0198974609375, - 0.026123046875, - -0.01335906982421875, - 0.01433563232421875, - -0.036285400390625, - -0.0147247314453125, - 0.0008349418640136719, - 0.016082763671875, - -0.01511383056640625, - -0.07373046875, - -0.02252197265625, - 0.046417236328125, - 0.01218414306640625, - 0.0024127960205078125, - 0.026123046875, - -0.0382080078125, - -0.010772705078125, - -0.00789642333984375, - -0.01267242431640625, - 0.0276947021484375, - 0.042694091796875, - -0.036651611328125, - 0.0127716064453125, - -0.0157012939453125, - 0.017547607421875, - -0.0237884521484375, - -0.07525634765625, - -0.017059326171875, - -0.0007314682006835938, - -0.0440673828125, - -0.0069732666015625, - 0.02789306640625, - -0.00858306884765625, - 0.01491546630859375, - -0.00994873046875, - -0.0024261474609375, - -0.043304443359375, - -0.04290771484375, - 0.0099945068359375, - -0.043487548828125, - -0.03216552734375, - -0.017547607421875, - 0.039581298828125, - 0.00015842914581298828, - 0.00833892822265625, - -0.03216552734375, - -0.01140594482421875, - -0.027496337890625, - 0.010772705078125, - -0.0085296630859375, - 0.0001150369644165039, - -0.023101806640625, - 0.0176544189453125, - 0.032958984375, - 0.021453857421875, - 0.006092071533203125, - 0.049530029296875, - 0.01364898681640625, - -0.040740966796875, - 0.01087188720703125, - -0.00499725341796875, - 0.00324249267578125, - 0.00662994384765625, - -0.0181427001953125, - -0.04290771484375, - -0.01335906982421875, - -0.0198974609375, - 0.02349853515625, - 0.0020236968994140625, - 0.0372314453125, - 0.043487548828125, - -0.052642822265625, - -0.002803802490234375, - 0.074462890625, - -0.006046295166015625, - 0.10064697265625, - -0.0163726806640625, - -0.0198974609375, - 0.0298309326171875, - 0.0104827880859375, - -0.00858306884765625, - -0.0145263671875, - 0.04583740234375, - -0.00818634033203125, - 0.0117034912109375, - 0.034332275390625, - -0.003437042236328125, - 0.01462554931640625, - -0.01540374755859375, - -0.00940704345703125, - 0.0174560546875, - -0.0212554931640625, - 0.0178375244140625, - 0.051483154296875, - 0.0167694091796875, - 0.00010204315185546875, - 0.038818359375, - -0.041717529296875, - -0.032379150390625, - -0.03411865234375, - -0.06866455078125, - -0.004364013671875, - 0.043670654296875, - 0.0253448486328125, + -0.0238800048828125, + 0.0304107666015625, 0.05694580078125, - -0.03607177734375, - -0.08465576171875, - 0.0391845703125, - -0.039581298828125, - 0.08111572265625, - 0.038818359375, - 0.00244903564453125, - 0.031982421875, - -0.031585693359375, - -0.0006184577941894531, - 0.0080413818359375, - 0.01242828369140625, - 0.031402587890625, - 0.0253448486328125, - 0.046600341796875, - 0.0006308555603027344, - -0.023101806640625, - 0.015899658203125, - 0.0298309326171875, - 0.0308074951171875, - -0.00965118408203125, - 0.0276947021484375, - 0.0298309326171875, - 0.01091766357421875, - -0.00989532470703125, - 0.03179931640625, - 0.037628173828125, - -0.00251007080078125, - 0.01287078857421875, - -0.012481689453125, - -0.017059326171875, - -0.04913330078125, - 0.00035953521728515625, - 0.01462554931640625, - -0.004192352294921875, - 0.0286712646484375, - 0.0298309326171875, - -0.0662841796875, - 0.00921630859375, - 0.05499267578125, - -0.05889892578125, - 0.0184326171875, - 0.0372314453125, - -0.0372314453125, - 0.00487518310546875, - -0.0246734619140625, - -0.0489501953125, - 0.029449462890625, - -0.029052734375, - -0.05419921875, - 0.0046539306640625, - 0.00789642333984375, - -0.0421142578125, - -0.0246734619140625, - -0.031402587890625, - -0.0251617431640625, - -0.022430419921875, - -0.003265380859375, - 0.030426025390625, - -0.0013713836669921875, - -0.0022678375244140625, - 0.036865234375, - 0.0557861328125, - -0.01038360595703125, - -0.050689697265625, - 0.05224609375, - -0.003070831298828125, - -0.04620361328125, - 0.0253448486328125, - 0.0206756591796875, - 0.02593994140625, - -0.040557861328125, - -0.0233001708984375, - 0.0069732666015625, - 0.0057525634765625, - -0.026519775390625, - 0.0201873779296875, - -0.039794921875, - -0.03509521484375, - -0.042510986328125, - 0.06549072265625, - -0.003826141357421875, - 0.05108642578125, - 0.0067291259765625, - -0.038421630859375, - 0.033538818359375, - -0.05224609375, - -0.01038360595703125, - -0.023590087890625, - -0.005046844482421875, - -0.019989013671875, - 0.052642822265625, - -0.02789306640625, - -0.0372314453125, - -0.0015172958374023438, - 0.048736572265625, - -0.00638580322265625, - 0.023101806640625, - -0.033721923828125, - 0.0237884521484375, - 0.0206756591796875, - -0.0391845703125, - -0.0137481689453125, - -0.02203369140625, - -0.00106048583984375, - 0.04486083984375, - -0.042327880859375, - 0.0009813308715820312, - 0.01287078857421875, - -0.054595947265625, - -0.035675048828125, - -0.0202789306640625, - -0.0132598876953125, - -0.039398193359375, - 0.01540374755859375, - 0.0181427001953125, - 0.00585174560546875, - 0.0286712646484375, - 0.019989013671875, - -0.0022678375244140625, - 0.01067352294921875, - -0.010528564453125, - -0.00940704345703125, - 0.0213470458984375, - -0.07330322265625, - -0.035491943359375, - -0.0243682861328125, - 0.04193115234375, - -0.0227203369140625, - -0.0026073455810546875, - 0.00785064697265625, - -0.007801055908203125, - 0.034332275390625, - -0.034515380859375, - -0.00843048095703125, - -0.0189208984375, - -0.015899658203125, - -0.0263214111328125, - -0.043670654296875, - 0.0137481689453125, - 0.01442718505859375, - -0.0115509033203125, - 0.01413726806640625, - 0.043487548828125, - -0.029052734375, - 0.0179443359375, - 0.0107269287109375, - 0.01540374755859375, - -0.002986907958984375, - -0.002765655517578125, - -0.007801055908203125, - 0.02349853515625, - 0.04095458984375, - -0.01482391357421875, - -0.035675048828125, - -0.08465576171875, - 0.0167694091796875, - 0.0162811279296875, - 0.01442718505859375, - -0.00940704345703125, - -0.06005859375, - -0.05615234375, - -0.0023651123046875, - 0.0401611328125, - 0.009552001953125, - 0.006679534912109375, - -0.0193023681640625, - -0.01540374755859375, - 0.00994873046875, - -0.032379150390625, - 0.03216552734375, - -0.0022907257080078125, - 0.0162811279296875, - -0.005702972412109375, - -0.026123046875, - 0.030426025390625, - 0.01165008544921875, - 0.036468505859375, - 0.041351318359375, - 0.0090179443359375, - -0.00897216796875, - 0.039581298828125, - -0.0164794921875, - -0.003631591796875, - -0.0153045654296875, - -0.0159912109375, - 0.01413726806640625, - -0.016082763671875, - -0.00989532470703125, - 0.004825592041015625, - 0.0004875659942626953, - 0.03179931640625, - -0.0095062255859375, - 0.0097503662109375, - 0.00785064697265625, - -0.037841796875, - 0.06005859375, - -0.038818359375, - -0.003631591796875, - 0.021942138671875, - 0.0003275871276855469, - 0.036468505859375, - 0.05224609375, - 0.0113067626953125, - -0.00858306884765625, - 0.018524169921875, - 0.0401611328125, - -0.0107269287109375, - -0.038604736328125, - -0.043670654296875, - 0.029449462890625, - -0.0024261474609375, - 0.038421630859375, - 0.00848388671875, - 0.07061767578125, - 0.0002148151397705078, - 0.0031452178955078125, - 0.03179931640625, - 0.05499267578125, - 0.040557861328125, - -0.00020110607147216797, - -0.049713134765625, - -0.0267181396484375, - 0.01384735107421875, - -0.0228118896484375, - -0.038421630859375, - 0.009307861328125, - 0.061614990234375, - -0.080322265625, - -0.0237884521484375, - 0.0015354156494140625, - 0.01116180419921875, - -0.0181427001953125, - 0.01861572265625, - -0.032379150390625, - 0.029449462890625, - 0.016571044921875, - -0.046417236328125, - -0.003826141357421875, - -0.0135498046875, - 0.01413726806640625, - 0.040740966796875, - 0.0246734619140625, - -0.0213470458984375, - 0.0157928466796875, - -0.0189208984375, - 0.00872802734375, - 0.0018768310546875, - 0.035675048828125, - 0.0171661376953125, - 0.0236968994140625, - 0.049713134765625, - 0.05615234375, - -0.0193023681640625, - -0.0232086181640625, - 0.0208587646484375, - 0.049713134765625, - 0.059295654296875, - 0.05889892578125, - 0.0082855224609375, - 0.0145263671875, - 0.0177459716796875, - -0.047576904296875, - -0.00638580322265625, - 0.03607177734375, - 0.0018892288208007812, - -0.035675048828125, - -0.042327880859375, - 0.031402587890625, - -0.04388427734375, - 0.01165008544921875, - 0.023895263671875, - -0.0292510986328125, - -0.0120391845703125, - 0.0233001708984375, - -0.03179931640625, - -0.041534423828125, - 0.030426025390625, - -0.01136016845703125, - -0.0312042236328125, - -0.034515380859375, - -0.04193115234375, - 0.039794921875, - -0.01910400390625, - -0.057708740234375, - -0.0162811279296875, - 0.021942138671875, - 0.0007648468017578125, - -0.0192108154296875, - -0.02691650390625, - 0.0233001708984375, - -0.01433563232421875, - -0.04522705078125, - -0.035491943359375, - -0.043487548828125, - 0.0010786056518554688, - -0.006336212158203125, - 0.0115509033203125, - -0.0119476318359375, - -0.02398681640625, - -0.0117034912109375, - -0.0135498046875, - -0.0272979736328125, - 0.0302276611328125, - -0.05419921875, - 0.03900146484375, - 0.00560760498046875, - 0.037628173828125, - 0.022613525390625, - 0.0662841796875, - -0.01482391357421875, - -0.00018894672393798828, - -0.002315521240234375, - -0.053436279296875, - 0.0182342529296875, - 0.02154541015625, - 0.023895263671875, - -0.07135009765625, - -0.005046844482421875, - 0.053436279296875, - -0.0721435546875, - 0.005168914794921875, - 0.0079498291015625, - -0.040557861328125, - -0.04193115234375, - -0.00965118408203125, - -0.0005850791931152344, - 0.0169677734375, - 0.0877685546875, - 0.002826690673828125, - -0.01058197021484375, - -0.00891876220703125, - -0.0499267578125, - 0.059295654296875, - 0.009552001953125, - 0.0253448486328125, - -0.050689697265625, - 0.019012451171875, - 0.01413726806640625, - -0.0192108154296875, - 0.006679534912109375, - -0.07257080078125, - 0.0022907257080078125, - 0.026519775390625, - 0.00006324052810668945, - -0.01258087158203125, - -0.01267242431640625, - -0.043304443359375, - -0.00536346435546875, - -0.0168609619140625, - 0.004314422607421875, - 0.003948211669921875, - 0.01482391357421875, - -0.048736572265625, - -0.00823974609375, - -0.0102386474609375, - -0.034912109375, - -0.041534423828125, - -0.0302276611328125, - 0.0169677734375, - -0.0248565673828125, - -0.06085205078125, - 0.0253448486328125, - 0.01013946533203125, - -0.000621795654296875, - 0.0312042236328125, - 0.056549072265625, - -0.0312042236328125, - -0.00809478759765625, - -0.0017919540405273438, - 0.0272979736328125, - -0.01165008544921875, - 0.00536346435546875, - 0.0017309188842773438, - 0.0253448486328125, - 0.02447509765625, - -0.037841796875, - 0.05108642578125, - 0.0312042236328125, - -0.033721923828125, - -0.059661865234375, - -0.037841796875, - -0.020965576171875, - 0.021453857421875, - -0.035675048828125, - 0.0499267578125, - -0.0002682209014892578, - -0.0189208984375, - -0.0982666015625, - 0.055389404296875, - -0.0188140869140625, - 0.006290435791015625, - 0.0161895751953125, - -0.010772705078125, - -0.06903076171875, - -0.03704833984375, - -0.0213470458984375, - 0.023101806640625, - -0.03179931640625, - 0.030609130859375, - -0.0150146484375, - 0.0183258056640625, - -0.0059967041015625, - -0.004852294921875, - -0.0135498046875, - 0.033538818359375, - 0.030029296875, - -0.038421630859375, - 0.05224609375, - -0.01242828369140625, - 0.012237548828125, - -0.0201873779296875, - 0.00015163421630859375, - 0.009552001953125, - -0.00438690185546875, - -0.00960540771484375, - -0.00867462158203125, - 0.0196990966796875, - 0.03509521484375, - -0.022918701171875, - 0.0127716064453125, - -0.0192108154296875, - 0.02593994140625, - -0.0171661376953125, - -0.0008592605590820312, - 0.02691650390625, - -0.0011339187622070312, - -0.032379150390625, - -0.034515380859375, - -0.04290771484375, - -0.0819091796875, - 0.0253448486328125, - -0.053436279296875, - -0.01560211181640625, - 0.0013036727905273438, - -0.0018157958984375, - 0.017059326171875, - -0.047393798828125, - 0.040374755859375, - -0.0201873779296875, - -0.0207672119140625, - -0.0237884521484375, - 0.0308074951171875, - -0.0020599365234375, - 0.01258087158203125, - 0.01287078857421875, - -0.030609130859375, - 0.018524169921875, - -0.01560211181640625, - 0.00994873046875, - -0.00843048095703125, - -0.0114593505859375, - -0.03900146484375, - -0.00862884521484375, - -0.057708740234375, - -0.02203369140625, - 0.01287078857421875, - 0.03509521484375, - 0.003875732421875, - -0.03704833984375, - 0.0248565673828125, - -0.0161895751953125, - -0.0557861328125, - 0.047393798828125, - -0.0292510986328125, - -0.022918701171875, - -0.005435943603515625, - -0.00305938720703125, - 0.00324249267578125, - 0.01491546630859375, - 0.0469970703125, - 0.06939697265625, - 0.00601959228515625, - 0.0150146484375, - -0.0272979736328125, - -0.0052642822265625, - -0.0251617431640625, - 0.03179931640625, - 0.030609130859375, - 0.0120391845703125, - 0.00760650634765625, - 0.026519775390625, - -0.00823974609375, - -0.10528564453125, - -0.00096893310546875, - -0.0282745361328125, - -0.06707763671875, - 0.026123046875, - 0.07916259765625, - 0.034515380859375, - 0.003192901611328125, - 0.043487548828125, - 0.032562255859375, - 0.028472900390625, - 0.002498626708984375, - -0.0069732666015625, - -0.06201171875, - -0.030609130859375, - 0.0182342529296875, - -0.00687408447265625, - -0.057342529296875, - 0.055389404296875, - 0.04620361328125, - -0.00823974609375, - -0.0122833251953125, - -0.0161895751953125, - 0.000438690185546875, - 0.05303955078125, - 0.01091766357421875, - 0.027496337890625, - -0.07330322265625, - 0.0282745361328125, - 0.02789306640625, - -0.0183258056640625, - 0.0102386474609375, - -0.019500732421875, - -0.032379150390625, - 0.05615234375, - -0.044647216796875, - 0.0184326171875, - -0.00818634033203125, - 0.0662841796875, - 0.0147247314453125, - -0.035888671875, - -0.02593994140625, - 0.0518798828125, - 0.01910400390625, - -0.0174560546875, - 0.0127716064453125, - -0.0216522216796875, - -0.0024871826171875, - 0.032562255859375, - 0.06475830078125, - 0.023406982421875, - 0.0372314453125, - -0.0037059783935546875, - -0.05810546875, - 0.0142364501953125, - -0.0025844573974609375, - -0.00653076171875, - -0.0097503662109375, - -0.05224609375, - -0.028472900390625, - -0.057342529296875, - 0.042694091796875, - 0.00614166259765625, - 0.037628173828125, - 0.0286712646484375, - -0.0172576904296875, - 0.004119873046875, - 0.01433563232421875, - 0.029052734375, - 0.032958984375, - 0.031982421875, - 0.03607177734375, - -0.00789642333984375, - 0.0167694091796875, - 0.004364013671875, - -0.0242767333984375, - 0.0024738311767578125, - -0.02593994140625, - -0.030029296875, - -0.039398193359375, - 0.0019378662109375, - 0.02008056640625, - -0.00872802734375, - 0.01242828369140625, - -0.0440673828125, - 0.02008056640625, - 0.00838470458984375, - -0.05694580078125, - -0.0302276611328125, - 0.0382080078125, - -0.035308837890625, - 0.0302276611328125, - 0.0189208984375, - -0.00118255615234375, - 0.01287078857421875, - -0.07489013671875, - 0.07525634765625, - 0.046600341796875, - 0.037841796875, - -0.004241943359375, - 0.011993408203125, - 0.0247650146484375, - 0.0171661376953125, - 0.01384735107421875, - 0.012237548828125, - -0.0113067626953125, - 0.05108642578125, - 0.06121826171875, - 0.0037059783935546875, - -0.03411865234375, - 0.039398193359375, - -0.0035343170166015625, - -0.038604736328125, - 0.033538818359375, - 0.0228118896484375, - 0.02593994140625, - -0.0157012939453125, - -0.0082855224609375, - 0.00994873046875, - -0.057708740234375, - 0.05224609375, - 0.029052734375, - -0.02203369140625, - 0.03411865234375, - -0.06121826171875, - 0.038818359375, - 0.00916290283203125, - 0.04522705078125, - -0.06201171875, - 0.04486083984375, - -0.0132598876953125, - 0.0242767333984375, - -0.0034618377685546875, - 0.0079498291015625, - -0.00711822509765625, - 0.01189422607421875, - -0.00572967529296875, - 0.052642822265625, - 0.033355712890625, - -0.00799560546875, - -0.04522705078125, - 0.003437042236328125, - 0.0018281936645507812, - 0.0020599365234375, - 0.03179931640625, - -0.03704833984375, - -0.0276947021484375, - 0.003875732421875, - 0.0198974609375, - 0.056549072265625, - -0.0009870529174804688, - 0.023101806640625, - 0.02008056640625, - -0.035888671875, - -0.0028514862060546875, - -0.0058746337890625 - ], - "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" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_osquery", - "type": "tool", - "name": "osquery", - "content": "osquery facebooks revolutionäre endpoint-telemetry-engine transformiert betriebssystem- zustand in sql-queries für forensische untersuchungen. das \"operating system as database\"-konzept ermöglicht abfragen wie \"select * from processes where name like '%malware%'\". über 200 tables exposieren system-internals: prozesse, netzwerkverbindungen, dateien, registry, scheduled-tasks. besonders mächtig für fleet-wide-hunting: eine query durchsucht tausende endpoints parallel. die event-framework publiziert changes in real-time. extensions erweitern für cloud-apis, yara-scanning, custom-tables. json-output integriert nahtlos in siems. distributed-queries über tls-verschlüsselte channels. der lightweight-agent (< 50mb ram) minimiert performance-impact. configuration- management via json/yaml. die active-community entwickelt ständig neue tables. basis für zahlreiche kommerzielle endpoint-security-produkte. unverzichtbar für moderne threat-hunting und incident-response at scale. endpoint sql incident-response examination", - "embedding": [ - -0.00732421875, - 0.031585693359375, - 0.037628173828125, - -0.01342010498046875, - 0.030242919921875, - 0.00992584228515625, - 0.03118896484375, - -0.0187225341796875, - -0.02911376953125, - 0.01007080078125, - -0.0313720703125, - 0.037628173828125, - 0.00699615478515625, - -0.020599365234375, - -0.057098388671875, - 0.036102294921875, - -0.0304412841796875, - 0.01129913330078125, - 0.01148223876953125, - -0.0004165172576904297, - -0.024200439453125, - -0.015411376953125, - -0.048004150390625, - -0.01200103759765625, - -0.005695343017578125, - 0.01474761962890625, - -0.005176544189453125, - -0.05670166015625, - 0.0028839111328125, - 0.0139923095703125, - 0.016632080078125, - -0.0178680419921875, - -0.005222320556640625, - 0.037445068359375, - 0.00794219970703125, - -0.0199432373046875, - 0.021453857421875, - -0.04876708984375, - -0.0245819091796875, - 0.027984619140625, - -0.0058135986328125, - 0.0180511474609375, - 0.0018787384033203125, - -0.03497314453125, - -0.043670654296875, - -0.0447998046875, - -0.0020904541015625, - -0.037628173828125, - 0.0389404296875, - -0.0276031494140625, - 0.02410888671875, - 0.04443359375, - 0.0016546249389648438, - 0.00807952880859375, - -0.036865234375, - 0.0430908203125, - 0.01389312744140625, - -0.022125244140625, - -0.03497314453125, - 0.037628173828125, - -0.047088623046875, - 0.00841522216796875, - -0.0146484375, - -0.0031909942626953125, - 0.0255279541015625, - 0.006381988525390625, - -0.00997161865234375, - -0.036102294921875, - -0.01091766357421875, - -0.01947021484375, - -0.001087188720703125, - 0.007419586181640625, - 0.0002777576446533203, - 0.01739501953125, - -0.0219268798828125, - -0.03460693359375, - 0.0157928466796875, - 0.0150299072265625, - -0.004535675048828125, - -0.00846099853515625, - -0.045745849609375, - -0.002529144287109375, - 0.044036865234375, - -0.031005859375, - -0.045379638671875, - 0.004703521728515625, - 0.0169219970703125, - -0.0014057159423828125, - 0.0226898193359375, - 0.0406494140625, - 0.019378662109375, - 0.0276031494140625, - 0.0151214599609375, - -0.020416259765625, - 0.033447265625, - 0.02911376953125, - -0.02532958984375, - -0.003971099853515625, - -0.01654052734375, - 0.0313720703125, - 0.032135009765625, - -0.0249481201171875, - 0.0540771484375, - -0.01380157470703125, - 0.057464599609375, - -0.036102294921875, - 0.0146484375, - -0.0157928466796875, - -0.003993988037109375, - -0.020599365234375, - -0.1119384765625, - -0.0506591796875, - -0.011627197265625, - -0.06048583984375, - -0.0060272216796875, - -0.0111541748046875, - -0.0095977783203125, - 0.0245819091796875, - -0.033843994140625, - -0.026092529296875, - 0.0257110595703125, - 0.0230712890625, - 0.0170135498046875, - 0.0230712890625, - -0.0623779296875, - -0.05670166015625, - 0.018341064453125, - 0.0169219970703125, - -0.0277862548828125, - -0.01380157470703125, - -0.0249481201171875, - -0.004680633544921875, - -0.01947021484375, - -0.043304443359375, - 0.00484466552734375, - -0.00855255126953125, - 0.051788330078125, - -0.0205078125, - 0.002399444580078125, - 0.006710052490234375, - 0.024200439453125, - 0.004608154296875, - -0.05596923828125, - 0.0216522216796875, - -0.04461669921875, - -0.005859375, - 0.00091552734375, - 0.053314208984375, - -0.00907135009765625, - 0.0091705322265625, - 0.01100921630859375, - 0.0285491943359375, - 0.040069580078125, - 0.002044677734375, - 0.03515625, - -0.0226898193359375, - -0.007419586181640625, - -0.004489898681640625, - 0.042724609375, - -0.029876708984375, - -0.00484466552734375, - 0.0294952392578125, - -0.01007080078125, - 0.0277862548828125, - -0.022308349609375, - -0.0289306640625, - -0.0266571044921875, - 0.0236358642578125, - -0.0019855499267578125, - 0.00949859619140625, - 0.0210723876953125, - -0.0012645721435546875, - 0.058990478515625, - 0.05029296875, - 0.002056121826171875, - -0.00531768798828125, - -0.000028431415557861328, - -0.033660888671875, - 0.03460693359375, - 0.022308349609375, - -0.024383544921875, - 0.0208892822265625, - 0.024383544921875, - 0.00243377685546875, - 0.0169219970703125, - -0.008270263671875, - -0.0091705322265625, - -0.019378662109375, - -0.051422119140625, - 0.04840087890625, - -0.0294952392578125, - -0.0184326171875, - -0.003284454345703125, - 0.00936126708984375, - 0.002788543701171875, - 0.045745849609375, - 0.0217437744140625, - -0.04632568359375, - 0.032135009765625, - -0.037811279296875, - 0.01371002197265625, - 0.055206298828125, - -0.004608154296875, - 0.035736083984375, - -0.01436614990234375, - 0.0189056396484375, - -0.0184326171875, - 0.03875732421875, - 0.038177490234375, - -0.039703369140625, - 0.01568603515625, - 0.055206298828125, - -0.0197601318359375, - -0.0657958984375, - -0.0200347900390625, - -0.0268402099609375, - 0.04443359375, - -0.0330810546875, - -0.01134490966796875, - -0.0036869049072265625, - 0.005458831787109375, - -0.037628173828125, - 0.0150299072265625, - 0.042144775390625, - -0.0125732421875, - 0.029876708984375, - 0.03704833984375, - -0.019378662109375, - -0.01294708251953125, - 0.0022335052490234375, - 0.0306243896484375, - 0.0482177734375, - -0.037445068359375, - 0.00228118896484375, - -0.0229644775390625, - -0.01739501953125, - 0.036102294921875, - 0.019561767578125, - 0.030059814453125, - 0.004608154296875, - -0.00936126708984375, - 0.0247650146484375, - -0.00439453125, - 0.0234375, - 0.013519287109375, - -0.04119873046875, - 0.0097808837890625, - -0.00732421875, - 0.026275634765625, - 0.06427001953125, - -0.036865234375, - -0.001140594482421875, - -0.034393310546875, - -0.019378662109375, - -0.06353759765625, - -0.052947998046875, - -0.039703369140625, - -0.043670654296875, - 0.051055908203125, - -0.0347900390625, - -0.0255279541015625, - 0.016632080078125, - 0.00756072998046875, - 0.031585693359375, - 0.034393310546875, - 0.0021381378173828125, - -0.05859375, - 0.0018548965454101562, - 0.06201171875, - -0.0181427001953125, - 0.00798797607421875, - -0.0060272216796875, - 0.053314208984375, - -0.002044677734375, - -0.00798797607421875, - -0.03118896484375, - 0.0157928466796875, - 0.049530029296875, - 0.0013647079467773438, - 0.0372314453125, - -0.034027099609375, - 0.01332855224609375, - -0.0264739990234375, - 0.0257110595703125, - -0.06048583984375, - 0.005481719970703125, - -0.043487548828125, - -0.0146484375, - 0.007610321044921875, - -0.08544921875, - 0.010772705078125, - 0.0106353759765625, - 0.007419586181640625, - -0.0013942718505859375, - 0.00463104248046875, - -0.043853759765625, - 0.0255279541015625, - 0.04632568359375, - 0.01186370849609375, - 0.035919189453125, - 0.054840087890625, - -0.01361083984375, - 0.0198516845703125, - -0.01474761962890625, - 0.0150299072265625, - -0.03533935546875, - -0.034210205078125, - -0.03082275390625, - -0.0313720703125, - -0.054840087890625, - -0.019195556640625, - -0.01436614990234375, - -0.02703857421875, - 0.0207061767578125, - -0.027984619140625, - 0.0022563934326171875, - -0.01143646240234375, - -0.03460693359375, - -0.0023517608642578125, - -0.028350830078125, - -0.054443359375, - -0.01371002197265625, - 0.06842041015625, - 0.0196685791015625, - 0.0121002197265625, - -0.00794219970703125, - 0.0023517608642578125, - -0.0111541748046875, - 0.033843994140625, - -0.037445068359375, - 0.01824951171875, - -0.003025054931640625, - 0.0582275390625, - 0.044036865234375, - 0.00794219970703125, - 0.0033092498779296875, - 0.06201171875, - 0.026275634765625, - -0.0006794929504394531, - -0.004039764404296875, - -0.0002422332763671875, - -0.0239105224609375, - 0.0199432373046875, - -0.01947021484375, - 0.0009632110595703125, - -0.030059814453125, - -0.0272216796875, - 0.00945281982421875, - 0.005718231201171875, - 0.034210205078125, - 0.0208892822265625, - -0.0287322998046875, - -0.005504608154296875, - 0.054840087890625, - 0.0096435546875, - 0.10589599609375, - -0.03875732421875, - -0.0423583984375, - 0.0140838623046875, - 0.01035308837890625, - -0.04461669921875, - -0.01361083984375, - 0.051422119140625, - -0.00803375244140625, - 0.0097808837890625, - 0.0220184326171875, - -0.005672454833984375, - 0.031585693359375, - 0.01049041748046875, - 0.006946563720703125, - 0.00180816650390625, - 0.012664794921875, - 0.0257110595703125, - 0.057861328125, - 0.041412353515625, - 0.0009274482727050781, - 0.053314208984375, - -0.017669677734375, - -0.029296875, - -0.03533935546875, - -0.043304443359375, - 0.0200347900390625, - 0.0178680419921875, - -0.01082611083984375, - 0.045928955078125, - -0.01474761962890625, - -0.05633544921875, - 0.047088623046875, - -0.02032470703125, - 0.07867431640625, - 0.062744140625, - 0.0219268798828125, - 0.0266571044921875, - -0.040069580078125, - -0.01082611083984375, - 0.023345947265625, - -0.006618499755859375, - 0.0236358642578125, - 0.072998046875, - 0.0347900390625, - 0.01053619384765625, - -0.042724609375, - 0.01824951171875, - 0.027984619140625, - 0.041412353515625, - 0.0019969940185546875, - 0.02154541015625, - 0.003143310546875, - 0.02117919921875, - -0.01531219482421875, - 0.035919189453125, - 0.0161590576171875, - -0.0181427001953125, - -0.002529144287109375, - -0.0218353271484375, - 0.007843017578125, - -0.055206298828125, - 0.01427459716796875, - -0.0115814208984375, - -0.01238250732421875, - 0.0030727386474609375, - 0.0276031494140625, - -0.029876708984375, - 0.0196685791015625, - 0.041778564453125, - -0.06390380859375, - 0.039337158203125, - 0.034027099609375, - -0.037811279296875, - -0.0029773712158203125, - -0.04840087890625, - -0.0364990234375, - 0.0294952392578125, - -0.01361083984375, - -0.01323699951171875, - -0.01134490966796875, - 0.00997161865234375, - -0.042144775390625, - -0.039886474609375, - -0.039886474609375, - 0.00514984130859375, - -0.020599365234375, - -0.002410888671875, - 0.046875, - -0.02911376953125, - 0.0110626220703125, - 0.01824951171875, - 0.051788330078125, - 0.021270751953125, - -0.042144775390625, - 0.055572509765625, - -0.040069580078125, - -0.04046630859375, - 0.019287109375, - 0.0168304443359375, - 0.00859832763671875, - -0.022491455078125, - -0.01276397705078125, - 0.006381988525390625, - 0.0032367706298828125, - 0.00841522216796875, - 0.0225982666015625, - -0.06689453125, - -0.0258941650390625, - -0.036865234375, - 0.051788330078125, - 0.007610321044921875, - 0.04119873046875, - 0.00936126708984375, - -0.09039306640625, - 0.0189056396484375, - -0.051055908203125, - -0.022308349609375, - -0.053314208984375, - 0.03118896484375, - -0.0077972412109375, - 0.06011962890625, - -0.01522064208984375, - -0.02154541015625, - -0.020599365234375, - 0.066162109375, - 0.0238189697265625, - 0.0015363693237304688, - -0.036865234375, - 0.052947998046875, - 0.0277862548828125, - -0.049896240234375, - -0.00921630859375, - -0.0032138824462890625, - -0.003284454345703125, - 0.0616455078125, - -0.061248779296875, - -0.00855255126953125, - -0.0151214599609375, - -0.04461669921875, - -0.028167724609375, - -0.019195556640625, - -0.0024585723876953125, - -0.0465087890625, - 0.0030727386474609375, - 0.028350830078125, - -0.0082244873046875, - 0.022308349609375, - 0.01068115234375, - 0.0197601318359375, - 0.0197601318359375, - 0.031951904296875, - 0.0028839111328125, - 0.0116729736328125, - -0.049896240234375, - -0.031768798828125, - -0.03289794921875, - 0.042724609375, - -0.01091766357421875, - -0.007373809814453125, - -0.0296783447265625, - -0.0146484375, - 0.033660888671875, - -0.069580078125, - 0.001270294189453125, - -0.002681732177734375, - -0.01361083984375, - -0.0264739990234375, - -0.042144775390625, - 0.0229644775390625, - -0.003543853759765625, - 0.01947021484375, - 0.0264739990234375, - 0.049530029296875, - -0.05633544921875, - 0.03326416015625, - 0.0207977294921875, - -0.0101165771484375, - -0.00656890869140625, - -0.02532958984375, - 0.0019969940185546875, - 0.0189971923828125, - 0.00907135009765625, - -0.001033782958984375, - -0.029296875, - -0.0506591796875, - 0.0237274169921875, - 0.0160675048828125, - -0.03515625, - -0.006145477294921875, - -0.04443359375, - -0.033660888671875, - 0.00945281982421875, - 0.0013589859008789062, - 0.01323699951171875, - -0.010162353515625, - -0.040283203125, - -0.00992584228515625, - -0.0199432373046875, - -0.0161590576171875, - 0.00269317626953125, - -0.00988006591796875, - 0.01143646240234375, - 0.00836181640625, - -0.0230712890625, - 0.0272216796875, - 0.04840087890625, - 0.03082275390625, - 0.028350830078125, - 0.021270751953125, - -0.03533935546875, - 0.0017957687377929688, - 0.007183074951171875, - -0.0228729248046875, - -0.0087432861328125, - -0.03668212890625, - 0.024383544921875, - -0.035919189453125, - -0.01531219482421875, - 0.025146484375, - 0.016357421875, - 0.0249481201171875, - -0.00553131103515625, - -0.01181793212890625, - 0.05218505859375, - -0.02410888671875, - 0.06011962890625, - -0.05029296875, - -0.04632568359375, - 0.0258941650390625, - 0.01139068603515625, - 0.05633544921875, - 0.049163818359375, - 0.0227813720703125, - -0.0171051025390625, - 0.0017604827880859375, - 0.0285491943359375, - -0.0219268798828125, - -0.047088623046875, - -0.0088348388671875, - 0.0116729736328125, - -0.007137298583984375, - 0.0623779296875, - 0.0150299072265625, - 0.07147216796875, - 0.0006880760192871094, - -0.00732421875, - 0.01332855224609375, - 0.039886474609375, - 0.03497314453125, - -0.008697509765625, - -0.030242919921875, - -0.01654052734375, - 0.0258941650390625, - -0.0430908203125, - -0.0313720703125, - -0.0010747909545898438, - 0.07110595703125, - -0.061248779296875, - -0.00196075439453125, - -0.01947021484375, - -0.017486572265625, - 0.0125732421875, - 0.0125732421875, - -0.007373809814453125, - 0.004772186279296875, - 0.00907135009765625, - -0.030059814453125, - 0.01427459716796875, - -0.0187225341796875, - -0.0021152496337890625, - 0.0277862548828125, - 0.0272216796875, - -0.02325439453125, - 0.0239105224609375, - 0.0208892822265625, - 0.015594482421875, - 0.0272216796875, - -0.0020904541015625, - 0.0225982666015625, - 0.030059814453125, - 0.062744140625, - 0.0465087890625, - 0.00936126708984375, - -0.01323699951171875, - 0.01824951171875, - 0.021270751953125, - 0.023162841796875, - 0.03839111328125, - 0.0045623779296875, - 0.01427459716796875, - 0.00232696533203125, - -0.011627197265625, - 0.01134490966796875, - 0.0188140869140625, - -0.0155029296875, - -0.042724609375, - -0.0506591796875, - -0.0097808837890625, - -0.05218505859375, - 0.0482177734375, - 0.026092529296875, - -0.0026702880859375, - 0.0012350082397460938, - 0.039337158203125, - -0.0423583984375, - -0.051055908203125, - 0.01861572265625, - -0.007843017578125, - -0.0081787109375, - -0.00850677490234375, - -0.039886474609375, - 0.0189056396484375, - -0.0050811767578125, - -0.0654296875, - -0.0169219970703125, - 0.03875732421875, - 0.0015363693237304688, - -0.04083251953125, - 0.006427764892578125, - -0.006473541259765625, - -0.0245819091796875, - -0.036102294921875, - -0.041015625, - -0.019287109375, - 0.016448974609375, - -0.0220184326171875, - 0.0220184326171875, - -0.00855255126953125, - -0.006855010986328125, - -0.0009746551513671875, - -0.020233154296875, - -0.01238250732421875, - 0.0140838623046875, - -0.041015625, - 0.0289306640625, - 0.0198516845703125, - -0.006946563720703125, - 0.0257110595703125, - 0.08697509765625, - 0.02532958984375, - 0.01654052734375, - -0.03857421875, - -0.04461669921875, - 0.03253173828125, - 0.0121002197265625, - -0.007610321044921875, - -0.040069580078125, - -0.00510406494140625, - 0.049530029296875, - -0.066162109375, - 0.0240020751953125, - -0.00043129920959472656, - -0.0304412841796875, - -0.048004150390625, - -0.0003249645233154297, - -0.01654052734375, - 0.031768798828125, - 0.0968017578125, - -0.00316619873046875, - -0.007656097412109375, - 0.0207977294921875, - -0.04632568359375, - 0.041412353515625, - -0.0171051025390625, - 0.04046630859375, - -0.032135009765625, - 0.0161590576171875, - 0.0009570121765136719, - -0.0171966552734375, - 0.006805419921875, - -0.08203125, - -0.016357421875, - 0.040069580078125, - 0.01238250732421875, - -0.0423583984375, - 0.019287109375, - -0.031005859375, - -0.054840087890625, - -0.0255279541015625, - 0.044036865234375, - 0.03875732421875, - -0.00949859619140625, - -0.0482177734375, - -0.01001739501953125, - 0.0285491943359375, - -0.0692138671875, - -0.036102294921875, - 0.0010814666748046875, - 0.0287322998046875, - 0.0170135498046875, - -0.046142578125, - 0.005695343017578125, - -0.01371002197265625, - 0.039703369140625, - 0.0159759521484375, - 0.02410888671875, - -0.049163818359375, - -0.022308349609375, - 0.0184326171875, - 0.03289794921875, - -0.01654052734375, - -0.0019025802612304688, - 0.008270263671875, - 0.01025390625, - 0.0274200439453125, - -0.026092529296875, - 0.0304412841796875, - 0.027984619140625, - -0.01049041748046875, - -0.03533935546875, - -0.024383544921875, - -0.023162841796875, - 0.03668212890625, - 0.0036163330078125, - 0.03912353515625, - 0.0201416015625, - -0.01371002197265625, - -0.06317138671875, - 0.0285491943359375, - -0.0161590576171875, - 0.0268402099609375, - 0.02117919921875, - -0.017669677734375, - -0.060882568359375, - -0.0706787109375, - -0.0237274169921875, - 0.0082244873046875, - -0.043670654296875, - 0.0258941650390625, - 0.039886474609375, - 0.0015001296997070312, - 0.0200347900390625, - -0.0184326171875, - 0.00803375244140625, - 0.0364990234375, - -0.006427764892578125, - 0.00028204917907714844, - 0.051422119140625, - -0.04083251953125, - 0.00029397010803222656, - 0.00732421875, - 0.0016069412231445312, - 0.007656097412109375, - -0.018341064453125, - -0.0177764892578125, - -0.004276275634765625, - 0.0266571044921875, - 0.0274200439453125, - 0.005008697509765625, - 0.0465087890625, - -0.016632080078125, - 0.015594482421875, - 0.03289794921875, - -0.0506591796875, - -0.00836181640625, - 0.0170135498046875, - 0.0149383544921875, - 0.003261566162109375, - -0.06732177734375, - -0.058990478515625, - 0.0170135498046875, - -0.0692138671875, - -0.00531768798828125, - 0.0038280487060546875, - 0.033447265625, - 0.0266571044921875, - -0.04876708984375, - 0.041412353515625, - -0.013519287109375, - 0.007419586181640625, - -0.0188140869140625, - 0.0160675048828125, - 0.006427764892578125, - 0.0389404296875, - 0.0111541748046875, - -0.03668212890625, - 0.0199432373046875, - 0.01247406005859375, - -0.03082275390625, - -0.0304412841796875, - 0.003261566162109375, - -0.022491455078125, - 0.023162841796875, - -0.06048583984375, - -0.006191253662109375, - 0.0178680419921875, - 0.046875, - 0.013519287109375, - -0.0180511474609375, - 0.045196533203125, - -0.016448974609375, - -0.0699462890625, - 0.02532958984375, - -0.0239105224609375, - -0.03271484375, - 0.01446533203125, - -0.01824951171875, - 0.0140838623046875, - 0.016357421875, - 0.04254150390625, - 0.0272216796875, - 0.043853759765625, - 0.016448974609375, - 0.0011463165283203125, - 0.02154541015625, - -0.01171875, - 0.020599365234375, - 0.005481719970703125, - 0.024200439453125, - -0.016357421875, - 0.054443359375, - 0.01380157470703125, - -0.0582275390625, - -0.026092529296875, - 0.0141754150390625, - -0.043853759765625, - -0.027984619140625, - 0.09564208984375, - 0.05218505859375, - 0.0010814666748046875, - 0.01091766357421875, - 0.0181427001953125, - 0.031005859375, - 0.00803375244140625, - -0.031768798828125, - -0.07489013671875, - -0.020233154296875, - 0.00579071044921875, - 0.029876708984375, - -0.053314208984375, - 0.0430908203125, - 0.07977294921875, - -0.031768798828125, - -0.051422119140625, - -0.0013055801391601562, - -0.02325439453125, - 0.054840087890625, - 0.02154541015625, - 0.01474761962890625, - -0.0699462890625, - -0.0009746551513671875, - 0.01824951171875, - 0.031005859375, - 0.006381988525390625, - -0.01371002197265625, - -0.0169219970703125, - 0.0264739990234375, - -0.040283203125, - -0.0146484375, - 0.0247650146484375, - 0.07904052734375, - 0.01285552978515625, - -0.036102294921875, - -0.0235443115234375, - 0.0465087890625, - 0.0218353271484375, - -0.0207061767578125, - 0.0043487548828125, - 0.032135009765625, - 0.0158843994140625, - 0.0125732421875, - 0.02911376953125, - 0.039520263671875, - 0.021453857421875, - 0.021453857421875, - -0.053680419921875, - 0.044036865234375, - -0.022308349609375, - 0.01001739501953125, - 0.015411376953125, - -0.048004150390625, - -0.047637939453125, - -0.051055908203125, - 0.035736083984375, - 0.0112457275390625, - 0.0266571044921875, - -0.0009746551513671875, - 0.00940704345703125, - -0.0190887451171875, - 0.0372314453125, - 0.0177764892578125, - 0.055572509765625, - 0.03082275390625, - 0.01568603515625, - 0.0213623046875, - -0.009124755859375, - -0.02532958984375, - -0.02325439453125, - 0.053314208984375, - -0.031951904296875, - -0.0110626220703125, - -0.03857421875, - -0.015594482421875, - -0.003047943115234375, - -0.015594482421875, - -0.0029544830322265625, - -0.0112457275390625, - 0.0158843994140625, - -0.0287322998046875, - -0.040283203125, - -0.0116729736328125, - 0.02239990234375, - -0.015411376953125, - 0.008697509765625, - 0.03497314453125, - -0.005126953125, - 0.0096893310546875, - -0.06011962890625, - 0.089599609375, - 0.041412353515625, - -0.0009570121765136719, - -0.026275634765625, - 0.003662109375, - 0.030059814453125, - 0.002788543701171875, - 0.011627197265625, - 0.0157928466796875, - -0.0087432861328125, - 0.041595458984375, - 0.006805419921875, - -0.00997161865234375, - -0.03289794921875, - 0.006710052490234375, - -0.002044677734375, - -0.024200439453125, - 0.041595458984375, - 0.00704193115234375, - 0.030059814453125, - 0.01276397705078125, - 0.0014295578002929688, - -0.007843017578125, - -0.061248779296875, - 0.0229644775390625, - 0.005672454833984375, - -0.0001875162124633789, - 0.0266571044921875, - -0.041595458984375, - 0.06463623046875, - 0.012664794921875, - 0.06463623046875, - -0.06048583984375, - 0.03515625, - -0.0003898143768310547, - -0.01143646240234375, - -0.0111083984375, - 0.0190887451171875, - -0.01861572265625, - 0.0205078125, - 0.00746917724609375, - 0.039520263671875, - 0.036102294921875, - 0.01276397705078125, - -0.055572509765625, - -0.0150299072265625, - 0.01139068603515625, - 0.039703369140625, - 0.0771484375, - -0.053314208984375, - -0.03460693359375, - 0.0245819091796875, - 0.0209808349609375, - 0.06805419921875, - -0.01568603515625, - 0.01177215576171875, - 0.0038280487060546875, - -0.006900787353515625, - 0.00337982177734375, - -0.012664794921875 - ], - "metadata": { - "domains": [ - "incident-response" - ], - "phases": [ - "examination" - ], - "tags": [ - "endpoint", - "sql" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Zeek", - "type": "tool", - "name": "Zeek", - "content": "zeek das programmierbare netzwerk-analysis-framework (vormals bro) geht weit über traditionelle packet-inspection hinaus - es interpretiert protokolle und extrahiert strukturierte logs für forensische analyse. die eingebaute scripting-sprache ermöglicht custom-protocol-decoder und anomalie-detection- logic. besonders wertvoll: connection-logs zeigen alle netzwerk-sessions, http/dns/tls-logs extrahieren metadaten, file-analysis erkennt übertragene malware automatisch. integration mit intelligence-frameworks für ioc- matching. cluster-deployment skaliert auf enterprise-netzwerke. die script-community teilt detectors für moderne threats: cobalt-strike- beacons, dns-tunneling, lateral-movement-patterns. real-time-streaming zu siems oder offline-analysis für incident-response. die lernkurve ist steil aber die analysemächtigkeit unübertroffen. basis für kommerzielle nsm-lösungen und akademische forschung. standard in security-teams die netzwerk-forensik ernst nehmen. nsm scripting network-forensics analysis", - "embedding": [ - -0.036895751953125, - 0.019195556640625, - 0.0188140869140625, - 0.006847381591796875, - 0.044708251953125, - 0.02850341796875, - 0.0180816650390625, - -0.01183319091796875, - -0.0164031982421875, - -0.01369476318359375, - -0.020782470703125, - 0.036163330078125, - 0.01528167724609375, - -0.010528564453125, - -0.06072998046875, - 0.033905029296875, - 0.001194000244140625, - -0.0013628005981445312, - 0.01006317138671875, - 0.0223541259765625, - -0.0219879150390625, - -0.00749969482421875, - -0.04156494140625, - 0.01267242431640625, - -0.00661468505859375, - 0.0018053054809570312, - -0.017791748046875, - -0.06707763671875, - 0.00852203369140625, - 0.030364990234375, - -0.004589080810546875, - -0.030181884765625, - -0.0012521743774414062, - 0.0114593505859375, - 0.004146575927734375, - -0.0562744140625, - 0.0171356201171875, - -0.048431396484375, - -0.0277557373046875, - 0.050689697265625, - -0.0202178955078125, - -0.00391387939453125, - 0.00661468505859375, - -0.037628173828125, - -0.0294342041015625, - -0.047332763671875, - -0.015838623046875, - 0.001956939697265625, - 0.01462554931640625, - -0.007778167724609375, - 0.032989501953125, - 0.00666046142578125, - 0.0133209228515625, - -0.003353118896484375, - -0.0570068359375, - 0.01276397705078125, - 0.026275634765625, - -0.0186309814453125, - -0.04638671875, - 0.0499267578125, - -0.04302978515625, - -0.0221710205078125, - 0.01285552978515625, - -0.02813720703125, - 0.0251617431640625, - 0.023193359375, - -0.01537322998046875, - -0.03167724609375, - 0.01192474365234375, - -0.011505126953125, - 0.0307464599609375, - -0.01201629638671875, - -0.0183563232421875, - 0.037628173828125, - -0.043243408203125, - -0.03802490234375, - -0.00670623779296875, - 0.021514892578125, - 0.0036106109619140625, - 0.012481689453125, - -0.040802001953125, - 0.0149078369140625, - 0.044891357421875, - -0.007778167724609375, - -0.0149078369140625, - -0.006473541259765625, - 0.029632568359375, - -0.00475311279296875, - 0.0079193115234375, - 0.0038433074951171875, - 0.019195556640625, - -0.016204833984375, - 0.01201629638671875, - 0.00908660888671875, - 0.040069580078125, - 0.046783447265625, - -0.0288848876953125, - -0.012298583984375, - 0.00287628173828125, - 0.02142333984375, - 0.0235748291015625, - -0.03167724609375, - 0.05999755859375, - -0.0217132568359375, - 0.06854248046875, - -0.03167724609375, - -0.005123138427734375, - -0.01537322998046875, - 0.005542755126953125, - -0.0034694671630859375, - -0.0831298828125, - -0.03802490234375, - -0.040435791015625, - -0.061126708984375, - -0.0186309814453125, - 0.0187225341796875, - -0.00435638427734375, - 0.050689697265625, - -0.05218505859375, - -0.04638671875, - 0.0322265625, - 0.006053924560546875, - -0.0023174285888671875, - -0.00833892822265625, - -0.06561279296875, - -0.0562744140625, - 0.00833892822265625, - 0.009552001953125, - -0.043792724609375, - -0.0164031982421875, - 0.0016422271728515625, - -0.00904083251953125, - -0.01210784912109375, - -0.037445068359375, - 0.0216217041015625, - -0.0277557373046875, - 0.0196533203125, - -0.017425537109375, - -0.0027370452880859375, - 0.0150909423828125, - 0.04248046875, - -0.023193359375, - -0.061859130859375, - -0.006473541259765625, - -0.029815673828125, - -0.023101806640625, - -0.005031585693359375, - 0.051422119140625, - -0.007965087890625, - -0.005542755126953125, - -0.0025844573974609375, - 0.006473541259765625, - 0.0771484375, - 0.0023059844970703125, - 0.0244140625, - -0.057403564453125, - -0.01351165771484375, - 0.00838470458984375, - 0.0185394287109375, - -0.022552490234375, - 0.001560211181640625, - 0.001537322998046875, - -0.00475311279296875, - 0.01020050048828125, - -0.01239013671875, - -0.0115509033203125, - -0.0228271484375, - 0.01015472412109375, - 0.008941650390625, - -0.0131378173828125, - 0.037445068359375, - -0.00475311279296875, - 0.0253448486328125, - 0.0775146484375, - -0.00489044189453125, - 0.0168609619140625, - -0.004703521728515625, - -0.0164947509765625, - 0.0204010009765625, - 0.035400390625, - -0.00829315185546875, - -0.01090240478515625, - 0.0283203125, - -0.0150909423828125, - 0.0150909423828125, - -0.0185394287109375, - -0.0200347900390625, - -0.01416015625, - -0.0113677978515625, - 0.044342041015625, - -0.034088134765625, - -0.006290435791015625, - -0.017425537109375, - 0.03912353515625, - 0.041748046875, - 0.07562255859375, - 0.0040740966796875, - -0.006938934326171875, - 0.051055908203125, - -0.01258087158203125, - 0.00820159912109375, - 0.01258087158203125, - -0.00044846534729003906, - 0.017791748046875, - 0.00833892822265625, - -0.012298583984375, - -0.00992584228515625, - 0.04266357421875, - 0.050323486328125, - -0.0244140625, - -0.01555633544921875, - 0.06298828125, - -0.01471710205078125, - -0.020782470703125, - -0.0251617431640625, - -0.037445068359375, - 0.0169525146484375, - -0.0201263427734375, - 0.00016891956329345703, - -0.00582122802734375, - -0.01024627685546875, - -0.051055908203125, - -0.019195556640625, - 0.03912353515625, - -0.048431396484375, - 0.0389404296875, - 0.04248046875, - -0.01103973388671875, - -0.0294342041015625, - 0.034271240234375, - 0.02496337890625, - 0.01267242431640625, - -0.0012226104736328125, - -0.006103515625, - -0.0185394287109375, - -0.0290679931640625, - 0.0240325927734375, - 0.051055908203125, - 0.00312042236328125, - 0.005962371826171875, - 0.002155303955078125, - 0.0382080078125, - -0.0036334991455078125, - 0.04266357421875, - 0.01629638671875, - -0.034088134765625, - 0.017242431640625, - -0.0011415481567382812, - 0.02459716796875, - 0.05999755859375, - -0.055908203125, - -0.00913238525390625, - -0.064453125, - 0.0011587142944335938, - -0.06597900390625, - -0.029632568359375, - -0.02850341796875, - -0.05291748046875, - 0.0357666015625, - -0.0030975341796875, - -0.0223541259765625, - -0.00852203369140625, - 0.01387786865234375, - -0.0002677440643310547, - 0.065185546875, - 0.0106201171875, - -0.0275726318359375, - -0.0007219314575195312, - 0.09429931640625, - -0.00482177734375, - -0.031494140625, - -0.0236663818359375, - 0.0182647705078125, - 0.00177001953125, - 0.01220703125, - -0.04638671875, - 0.0032138824462890625, - 0.0357666015625, - 0.01220703125, - 0.03167724609375, - -0.023284912109375, - 0.00652313232421875, - -0.0011415481567382812, - 0.048065185546875, - -0.04302978515625, - 0.0131378173828125, - 0.006473541259765625, - -0.0106658935546875, - -0.0150909423828125, - -0.036529541015625, - 0.006427764892578125, - 0.021514892578125, - 0.03240966796875, - 0.0236663818359375, - 0.01751708984375, - -0.04193115234375, - 0.008056640625, - 0.005008697509765625, - 0.00238800048828125, - 0.01351165771484375, - 0.07342529296875, - -0.0277557373046875, - -0.00572967529296875, - -0.01201629638671875, - 0.00838470458984375, - -0.034088134765625, - -0.0290679931640625, - -0.032989501953125, - 0.01258087158203125, - -0.0202178955078125, - -0.0017232894897460938, - 0.0103912353515625, - 0.006336212158203125, - 0.026458740234375, - -0.0294342041015625, - -0.0081024169921875, - -0.051422119140625, - -0.05328369140625, - 0.0088043212890625, - -0.0275726318359375, - -0.051422119140625, - -0.0181732177734375, - 0.058502197265625, - 0.002597808837890625, - 0.0273895263671875, - -0.007686614990234375, - 0.012481689453125, - -0.055908203125, - 0.03448486328125, - -0.021331787109375, - 0.0272064208984375, - -0.0130462646484375, - 0.029632568359375, - 0.02496337890625, - 0.017608642578125, - 0.0287017822265625, - 0.054046630859375, - 0.022918701171875, - -0.019378662109375, - -0.0044708251953125, - 0.0009140968322753906, - -0.00745391845703125, - 0.0237579345703125, - -0.0149078369140625, - -0.01751708984375, - 0.003795623779296875, - -0.0198516845703125, - 0.0088958740234375, - 0.00537872314453125, - 0.0216217041015625, - 0.0247802734375, - -0.012298583984375, - 0.0149078369140625, - 0.07489013671875, - -0.00931549072265625, - 0.09539794921875, - 0.00524139404296875, - -0.036346435546875, - -0.0016069412231445312, - 0.032989501953125, - -0.041748046875, - 0.036346435546875, - 0.043609619140625, - 0.0238494873046875, - 0.0116424560546875, - 0.011505126953125, - -0.017608642578125, - 0.0290679931640625, - -0.0036334991455078125, - -0.01117706298828125, - 0.0034236907958984375, - 0.0103912353515625, - -0.00917816162109375, - 0.06072998046875, - 0.0350341796875, - 0.01220703125, - 0.04583740234375, - -0.037811279296875, - -0.035400390625, - -0.049560546875, - -0.08831787109375, - 0.00917816162109375, - 0.044708251953125, - 0.0150909423828125, - 0.062225341796875, - -0.039703369140625, - -0.0428466796875, - 0.0288848876953125, - -0.04156494140625, - 0.08270263671875, - 0.0491943359375, - 0.022552490234375, - 0.03167724609375, - -0.030181884765625, - -0.0113677978515625, - 0.026458740234375, - 0.0018281936645507812, - 0.0253448486328125, - 0.06561279296875, - 0.012298583984375, - 0.0170440673828125, - -0.01910400390625, - -0.00007641315460205078, - 0.04547119140625, - 0.0022716522216796875, - -0.007640838623046875, - 0.021148681640625, - -0.0034008026123046875, - 0.0164947509765625, - -0.03912353515625, - 0.050323486328125, - 0.040985107421875, - -0.0255279541015625, - 0.01435089111328125, - -0.0134124755859375, - 0.0149993896484375, - -0.061492919921875, - -0.01387786865234375, - 0.0234832763671875, - 0.0185394287109375, - 0.03948974609375, - 0.0255279541015625, - -0.033538818359375, - 0.007778167724609375, - 0.0452880859375, - -0.05364990234375, - 0.012481689453125, - 0.04156494140625, - -0.02459716796875, - 0.0184478759765625, - -0.037445068359375, - -0.0277557373046875, - -0.0009083747863769531, - -0.0382080078125, - -0.043426513671875, - 0.007221221923828125, - -0.00312042236328125, - -0.03240966796875, - -0.0237579345703125, - -0.033172607421875, - -0.00652313232421875, - -0.01444244384765625, - -0.036529541015625, - 0.03558349609375, - -0.006195068359375, - 0.01015472412109375, - 0.033172607421875, - 0.033172607421875, - -0.012481689453125, - -0.0279541015625, - 0.05328369140625, - -0.01435089111328125, - -0.048828125, - 0.043975830078125, - 0.0237579345703125, - 0.01103973388671875, - -0.00524139404296875, - -0.037445068359375, - -0.0015840530395507812, - 0.003936767578125, - -0.0008616447448730469, - 0.01043701171875, - -0.05999755859375, - -0.0168609619140625, - -0.04583740234375, - 0.043426513671875, - 0.00856781005859375, - 0.0228271484375, - 0.0008559226989746094, - -0.058135986328125, - 0.0235748291015625, - -0.06671142578125, - -0.007221221923828125, - -0.00312042236328125, - 0.0130462646484375, - -0.009735107421875, - 0.058868408203125, - -0.03167724609375, - 0.0012054443359375, - -0.00820159912109375, - 0.04266357421875, - 0.0130462646484375, - -0.0222625732421875, - -0.0562744140625, - 0.021240234375, - 0.037811279296875, - -0.04510498046875, - 0.0164947509765625, - -0.01471710205078125, - 0.0056610107421875, - 0.051055908203125, - -0.07080078125, - 0.0222625732421875, - 0.002666473388671875, - -0.050323486328125, - -0.033172607421875, - -0.03948974609375, - -0.0169525146484375, - -0.03485107421875, - 0.023193359375, - 0.0272064208984375, - 0.01043701171875, - 0.039886474609375, - 0.00312042236328125, - -0.004238128662109375, - 0.026458740234375, - 0.0004832744598388672, - -0.004261016845703125, - 0.01528167724609375, - -0.036712646484375, - -0.01751708984375, - -0.0097808837890625, - 0.03912353515625, - -0.0258941650390625, - -0.0034942626953125, - 0.0005064010620117188, - -0.023193359375, - 0.04266357421875, - -0.029815673828125, - 0.0114593505859375, - -0.006103515625, - -0.031494140625, - -0.03594970703125, - -0.051055908203125, - 0.0112762451171875, - 0.0287017822265625, - -0.006427764892578125, - -0.0020618438720703125, - 0.040252685546875, - -0.0236663818359375, - 0.01094818115234375, - 0.00433349609375, - -0.0224456787109375, - 0.012298583984375, - -0.0018053054809570312, - 0.00312042236328125, - -0.0130462646484375, - 0.036895751953125, - -0.0255279541015625, - -0.0238494873046875, - -0.07940673828125, - 0.0292510986328125, - 0.001560211181640625, - -0.0222625732421875, - -0.0164031982421875, - -0.036712646484375, - -0.0452880859375, - -0.0218963623046875, - 0.0200347900390625, - 0.026275634765625, - -0.008941650390625, - -0.019195556640625, - -0.0189056396484375, - -0.00012958049774169922, - -0.036712646484375, - 0.0275726318359375, - -0.00039315223693847656, - 0.00405120849609375, - -0.0273895263671875, - -0.050323486328125, - 0.002422332763671875, - 0.0237579345703125, - 0.0206756591796875, - 0.003330230712890625, - 0.0255279541015625, - -0.0157470703125, - 0.03131103515625, - -0.01629638671875, - -0.01444244384765625, - 0.004962921142578125, - -0.01210784912109375, - 0.0283203125, - -0.023193359375, - -0.0151824951171875, - 0.0199432373046875, - -0.0023174285888671875, - 0.01397705078125, - 0.0030269622802734375, - -0.01090240478515625, - 0.02496337890625, - 0.00563812255859375, - 0.041351318359375, - -0.065185546875, - -0.046783447265625, - 0.0032367706298828125, - -0.01029205322265625, - 0.0350341796875, - 0.0307464599609375, - -0.0019683837890625, - -0.004913330078125, - 0.021331787109375, - 0.05999755859375, - -0.0199432373046875, - -0.05218505859375, - -0.045654296875, - 0.004634857177734375, - 0.01947021484375, - 0.0626220703125, - -0.0095062255859375, - 0.051055908203125, - 0.021148681640625, - 0.00012814998626708984, - 0.015655517578125, - 0.076416015625, - 0.016204833984375, - 0.01397705078125, - -0.05926513671875, - -0.0030975341796875, - 0.03466796875, - -0.045654296875, - -0.034271240234375, - -0.00563812255859375, - 0.0491943359375, - -0.05963134765625, - -0.011322021484375, - -0.03204345703125, - -0.007175445556640625, - -0.01192474365234375, - 0.012481689453125, - -0.0244140625, - 0.026824951171875, - 0.0008616447448730469, - -0.05255126953125, - 0.00759124755859375, - -0.0251617431640625, - -0.0022945404052734375, - 0.023193359375, - 0.019561767578125, - -0.0290679931640625, - 0.01453399658203125, - 0.01788330078125, - 0.041351318359375, - 0.0251617431640625, - 0.014251708984375, - 0.01122283935546875, - 0.0275726318359375, - 0.0318603515625, - 0.0428466796875, - -0.0204925537109375, - -0.0200347900390625, - 0.004543304443359375, - 0.044708251953125, - 0.029815673828125, - 0.0275726318359375, - 0.014068603515625, - -0.019561767578125, - -0.0251617431640625, - -0.047332763671875, - 0.0016307830810546875, - 0.002864837646484375, - -0.032989501953125, - -0.037078857421875, - -0.037445068359375, - 0.017608642578125, - -0.02301025390625, - 0.03948974609375, - 0.015655517578125, - -0.026275634765625, - 0.002655029296875, - 0.0270233154296875, - -0.0181732177734375, - -0.055908203125, - 0.01397705078125, - -0.0166778564453125, - -0.03466796875, - -0.0350341796875, - -0.022918701171875, - 0.0428466796875, - -0.0016069412231445312, - -0.07525634765625, - -0.03448486328125, - 0.0169525146484375, - -0.00740814208984375, - -0.0186309814453125, - -0.019287109375, - 0.026458740234375, - -0.0257110595703125, - -0.043243408203125, - -0.05328369140625, - -0.0201263427734375, - 0.011505126953125, - -0.044525146484375, - -0.02459716796875, - 0.005939483642578125, - -0.023101806640625, - -0.004215240478515625, - -0.0277557373046875, - -0.0292510986328125, - 0.0283203125, - -0.06072998046875, - 0.051055908203125, - 0.01043701171875, - 0.0170440673828125, - 0.01239013671875, - 0.051055908203125, - 0.007778167724609375, - 0.005519866943359375, - 0.001007080078125, - -0.054412841796875, - 0.0189056396484375, - -0.008148193359375, - -0.016204833984375, - -0.0909423828125, - -0.01378631591796875, - 0.0309295654296875, - -0.0499267578125, - 0.0171356201171875, - -0.01239013671875, - -0.0038661956787109375, - -0.054412841796875, - 0.04656982421875, - 0.00014126300811767578, - -0.005847930908203125, - 0.07452392578125, - -0.004913330078125, - -0.0182647705078125, - 0.0086669921875, - -0.056640625, - 0.047149658203125, - 0.00533294677734375, - 0.0097808837890625, - -0.01010894775390625, - 0.0200347900390625, - 0.004726409912109375, - -0.023284912109375, - 0.0184478759765625, - -0.09356689453125, - -0.0180816650390625, - 0.02850341796875, - 0.017242431640625, - -0.0053558349609375, - -0.0018053054809570312, - -0.0460205078125, - -0.033905029296875, - -0.019287109375, - 0.03521728515625, - 0.00982666015625, - 0.0006461143493652344, - -0.051788330078125, - -0.021240234375, - -0.02301025390625, - -0.047515869140625, - -0.037811279296875, - -0.034271240234375, - 0.040985107421875, - 0.01113128662109375, - -0.064453125, - 0.041351318359375, - 0.0294342041015625, - 0.032806396484375, - 0.0311126708984375, - 0.040618896484375, - -0.033538818359375, - -0.006427764892578125, - 0.0019683837890625, - 0.0251617431640625, - 0.0038661956787109375, - -0.01528167724609375, - 0.004543304443359375, - 0.007080078125, - 0.0292510986328125, - -0.04193115234375, - 0.03240966796875, - 0.03131103515625, - -0.0216217041015625, - -0.0697021484375, - -0.00992584228515625, - -0.0116424560546875, - 0.048431396484375, - 0.007965087890625, - 0.035400390625, - 0.0251617431640625, - -0.0115509033203125, - -0.08905029296875, - 0.048065185546875, - -0.02496337890625, - 0.0270233154296875, - 0.01192474365234375, - -0.029815673828125, - -0.04583740234375, - -0.037261962890625, - -0.005962371826171875, - 0.00435638427734375, - -0.044891357421875, - 0.044342041015625, - 0.0114593505859375, - -0.031494140625, - 0.01220703125, - -0.0032138824462890625, - -0.0011882781982421875, - 0.0562744140625, - 0.016021728515625, - -0.03167724609375, - 0.08087158203125, - -0.0305633544921875, - 0.026641845703125, - -0.0290679931640625, - 0.01010894775390625, - -0.048431396484375, - 0.0078277587890625, - -0.041351318359375, - 0.007080078125, - 0.03594970703125, - 0.0307464599609375, - -0.00904083251953125, - 0.01369476318359375, - -0.036529541015625, - 0.037261962890625, - 0.02850341796875, - -0.01555633544921875, - 0.0167694091796875, - -0.01258087158203125, - -0.01210784912109375, - -0.01267242431640625, - -0.058135986328125, - -0.051788330078125, - 0.0096893310546875, - -0.061492919921875, - -0.006938934326171875, - 0.036346435546875, - 0.0270233154296875, - 0.0233917236328125, - -0.0382080078125, - 0.036163330078125, - -0.01555633544921875, - -0.0237579345703125, - -0.0283203125, - 0.0018978118896484375, - -0.016204833984375, - 0.03448486328125, - 0.006195068359375, - 0.0022125244140625, - 0.00004404783248901367, - -0.00043964385986328125, - -0.0107574462890625, - -0.0047760009765625, - 0.019561767578125, - -0.002223968505859375, - 0.00936126708984375, - -0.06817626953125, - -0.012298583984375, - 0.022735595703125, - 0.04620361328125, - 0.001216888427734375, - -0.0171356201171875, - 0.03857421875, - -0.01471710205078125, - -0.06781005859375, - 0.0189056396484375, - -0.00307464599609375, - -0.03521728515625, - 0.019561767578125, - -0.0200347900390625, - 0.0199432373046875, - 0.0166778564453125, - 0.05328369140625, - 0.0272064208984375, - 0.037445068359375, - 0.03521728515625, - -0.0166778564453125, - -0.0208740234375, - -0.021240234375, - 0.0218048095703125, - 0.02105712890625, - 0.036712646484375, - 0.0088958740234375, - 0.032989501953125, - -0.01113128662109375, - -0.1058349609375, - -0.00356292724609375, - -0.01183319091796875, - -0.050323486328125, - -0.0088043212890625, - 0.08087158203125, - 0.036529541015625, - 0.0098724365234375, - 0.041168212890625, - 0.030364990234375, - 0.0305633544921875, - 0.022552490234375, - 0.0044708251953125, - -0.08795166015625, - -0.006103515625, - 0.007266998291015625, - 0.02850341796875, - -0.061859130859375, - 0.0357666015625, - 0.0789794921875, - -0.0167694091796875, - -0.017608642578125, - -0.00484466552734375, - -0.019195556640625, - 0.026824951171875, - 0.01276397705078125, - 0.01611328125, - -0.07342529296875, - 0.0003871917724609375, - 0.01267242431640625, - 0.003330230712890625, - -0.0004425048828125, - -0.0023174285888671875, - -0.0151824951171875, - 0.03167724609375, - -0.041748046875, - 0.0011701583862304688, - 0.0273895263671875, - 0.07305908203125, - 0.0104827880859375, - -0.03167724609375, - -0.021148681640625, - 0.026275634765625, - 0.01453399658203125, - -0.0183563232421875, - 0.0218963623046875, - 0.0043792724609375, - 0.0032138824462890625, - 0.00405120849609375, - 0.048431396484375, - 0.00431060791015625, - 0.0428466796875, - 0.043792724609375, - -0.0648193359375, - 0.0322265625, - 0.00820159912109375, - 0.01294708251953125, - 0.000492095947265625, - -0.049560546875, - -0.006381988525390625, - -0.0460205078125, - 0.01369476318359375, - 0.026824951171875, - 0.0270233154296875, - 0.020965576171875, - 0.017242431640625, - 0.0013971328735351562, - 0.0203094482421875, - 0.03131103515625, - 0.026641845703125, - 0.0640869140625, - 0.0294342041015625, - 0.03857421875, - 0.0115509033203125, - -0.0233917236328125, - -0.005077362060546875, - 0.039306640625, - -0.040069580078125, - 0.01555633544921875, - -0.039703369140625, - -0.0061492919921875, - 0.00997161865234375, - -0.026092529296875, - -0.0180816650390625, - -0.043426513671875, - 0.01453399658203125, - -0.0223541259765625, - -0.045654296875, - 0.003704071044921875, - 0.06072998046875, - -0.0570068359375, - 0.033905029296875, - 0.01108551025390625, - 0.00267791748046875, - -0.0029239654541015625, - -0.034088134765625, - 0.06036376953125, - 0.030181884765625, - 0.0187225341796875, - -0.01416015625, - -0.01453399658203125, - 0.02813720703125, - -0.01141357421875, - 0.015838623046875, - 0.046966552734375, - -0.0189056396484375, - 0.054779052734375, - 0.026458740234375, - -0.00008952617645263672, - -0.043243408203125, - 0.0219879150390625, - 0.012481689453125, - -0.041168212890625, - 0.054412841796875, - 0.00203704833984375, - 0.0012226104736328125, - -0.005847930908203125, - -0.004192352294921875, - 0.0036106109619140625, - -0.05364990234375, - 0.0272064208984375, - 0.01099395751953125, - -0.0149993896484375, - 0.00945281982421875, - -0.06744384765625, - 0.06072998046875, - 0.01546478271484375, - 0.04547119140625, - -0.046783447265625, - 0.04583740234375, - -0.00820159912109375, - 0.01169586181640625, - -0.026824951171875, - 0.0171356201171875, - 0.005008697509765625, - 0.037445068359375, - -0.0184478759765625, - 0.058135986328125, - 0.040435791015625, - 0.0169525146484375, - -0.06671142578125, - 0.0029811859130859375, - 0.010711669921875, - -0.0017004013061523438, - 0.0238494873046875, - -0.041748046875, - -0.01546478271484375, - 0.05218505859375, - 0.036529541015625, - 0.0782470703125, - -0.01528167724609375, - 0.033172607421875, - -0.006938934326171875, - -0.006988525390625, - 0.0025844573974609375, - -0.0206756591796875 - ], - "metadata": { - "domains": [ - "network-forensics" - ], - "phases": [ - "analysis" - ], - "tags": [ - "nsm", - "scripting" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, - { - "id": "tool_Strings", - "type": "tool", - "name": "Strings", - "content": "strings das unterschätzte basis-tool extrahiert lesbare ascii- und unicode-strings aus binärdateien - oft der erste hinweis auf malware-funktionalität. findet urls für c2-server, hardcoded-passwords, pfadangaben, error-messages. die sysinternals-version (windows) bietet gui und erweiterte features. gnu-strings (linux) integriert perfekt in pipe-workflows. encoding-options (-e) für unicode-varianten essentiell bei modernen samples. minimum-length (-n) filtert rauschen. offset-anzeige (-o) für spätere hex-editor-analyse. besonders wertvoll: kombination mit grep für pattern-matching, sort/uniq für häufigkeitsanalyse, integration in automatisierte malware-triage. die einfachheit täuscht - erfahrene analysten extrahieren erstaunliche intelligence. perfekt für verschlüsselte/gepackte malware wenn strings im unpacking-stub verbleiben. output oft ausgangspunkt für yara-rules. das 5-minuten-tool das stunden detaillierter analyse spart. command-line 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.01044464111328125, - 0.03948974609375, - 0.046905517578125, - -0.00412750244140625, - 0.0224609375, - 0.01090240478515625, - 0.0054931640625, - -0.0007276535034179688, - 0.003902435302734375, - 0.01155853271484375, - -0.037994384765625, - 0.05517578125, - 0.023956298828125, - 0.0242767333984375, - -0.053192138671875, - 0.038970947265625, - 0.0007948875427246094, - -0.0012903213500976562, - -0.005100250244140625, - 0.018341064453125, - -0.03765869140625, - -0.004192352294921875, - -0.04144287109375, - 0.0012025833129882812, - 0.0008826255798339844, - -0.0016727447509765625, - -0.00540924072265625, - -0.0584716796875, - -0.02362060546875, - 0.00751495361328125, - 0.0251007080078125, - -0.0421142578125, - -0.0147857666015625, - 0.035186767578125, - -0.0095367431640625, - 0.010650634765625, - 0.01073455810546875, - -0.037322998046875, - 0.00408935546875, - 0.036834716796875, - -0.023284912109375, - 0.00904083251953125, - 0.02130126953125, - -0.03253173828125, - -0.004150390625, - -0.035186767578125, - 0.00862884521484375, - -0.01239013671875, - 0.0008258819580078125, - -0.03717041015625, - 0.047576904296875, - 0.037811279296875, - -0.0036334991455078125, - -0.045928955078125, - -0.014862060546875, - 0.057464599609375, - 0.036163330078125, - -0.024932861328125, - -0.040618896484375, - 0.049560546875, - -0.060455322265625, - -0.007556915283203125, - -0.0274200439453125, - -0.0195770263671875, - 0.0124664306640625, - 0.0158538818359375, - 0.00809478759765625, - -0.0088348388671875, - 0.0133819580078125, - -0.00447845458984375, - 0.0172576904296875, - -0.040802001953125, - -0.003116607666015625, - 0.04986572265625, - -0.011810302734375, - -0.04229736328125, - 0.0144500732421875, - 0.02056884765625, - 0.010528564453125, - 0.01189422607421875, - -0.028411865234375, - -0.0237884521484375, - 0.03765869140625, - -0.01708984375, - -0.0003085136413574219, - 0.005451202392578125, - 0.0237884521484375, - 0.004314422607421875, - 0.00974273681640625, - -0.0189056396484375, - -0.0018062591552734375, - -0.00540924072265625, - -0.0005059242248535156, - 0.0039215087890625, - 0.0209808349609375, - 0.052520751953125, - -0.0189971923828125, - -0.01535797119140625, - -0.025604248046875, - 0.045257568359375, - 0.032379150390625, - -0.03436279296875, - 0.051849365234375, - -0.006317138671875, - 0.0528564453125, - -0.038330078125, - 0.03533935546875, - -0.014617919921875, - 0.0009446144104003906, - -0.010284423828125, - -0.09912109375, - -0.03436279296875, - -0.039642333984375, - -0.07830810546875, - -0.00394439697265625, - -0.0017652511596679688, - 0.005947113037109375, - 0.011810302734375, - -0.0538330078125, - -0.0472412109375, - 0.00958251953125, - 0.0196533203125, - -0.01329803466796875, - 0.00421142578125, - -0.06805419921875, - -0.050537109375, - -0.0019817352294921875, - 0.0014657974243164062, - -0.0192413330078125, - -0.0274200439453125, - -0.0203094482421875, - -0.0130462646484375, - -0.0279083251953125, - -0.039306640625, - -0.02105712890625, - -0.032379150390625, - 0.015777587890625, - -0.0037784576416015625, - -0.006481170654296875, - 0.00867462158203125, - 0.047576904296875, - -0.0247802734375, - -0.050537109375, - 0.0173492431640625, - -0.03765869140625, - -0.003200531005859375, - -0.017425537109375, - 0.03668212890625, - -0.024932861328125, - -0.027252197265625, - 0.002529144287109375, - -0.01148223876953125, - 0.0650634765625, - -0.00623321533203125, - -0.0024776458740234375, - -0.0224609375, - -0.017181396484375, - -0.039794921875, - 0.047576904296875, - -0.0198211669921875, - 0.00821685791015625, - -0.0059051513671875, - -0.0196533203125, - 0.04144287109375, - 0.004192352294921875, - -0.0360107421875, - -0.0186614990234375, - 0.0195770263671875, - 0.0161895751953125, - 0.00669097900390625, - 0.028076171875, - -0.0231170654296875, - 0.05682373046875, - 0.0650634765625, - -0.0031585693359375, - 0.004791259765625, - 0.0164337158203125, - -0.0234527587890625, - 0.0355224609375, - 0.031219482421875, - 0.0023326873779296875, - -0.028900146484375, - 0.02642822265625, - -0.007061004638671875, - 0.0274200439453125, - -0.0201568603515625, - -0.033355712890625, - -0.0017957687377929688, - -0.005615234375, - 0.0095367431640625, - -0.0270843505859375, - -0.0045623779296875, - 0.00862884521484375, - 0.049560546875, - 0.003200531005859375, - 0.05914306640625, - 0.01470184326171875, - -0.0014553070068359375, - 0.038818359375, - -0.0252685546875, - 0.0136260986328125, - 0.0226287841796875, - 0.0039215087890625, - 0.050872802734375, - 0.00371551513671875, - 0.026092529296875, - -0.0184173583984375, - 0.044921875, - 0.0482177734375, - -0.036834716796875, - -0.0020542144775390625, - 0.05780029296875, - -0.0016927719116210938, - -0.00001901388168334961, - -0.0287322998046875, - -0.049224853515625, - 0.0173492431640625, - -0.0023632049560546875, - -0.0307159423828125, - -0.0231170654296875, - 0.0010223388671875, - -0.05450439453125, - -0.0030345916748046875, - 0.040313720703125, - -0.0208892822265625, - 0.0369873046875, - 0.050537109375, - -0.0099945068359375, - -0.0251007080078125, - 0.0028705596923828125, - 0.03302001953125, - 0.02410888671875, - 0.0005292892456054688, - -0.0130462646484375, - -0.0294036865234375, - -0.04327392578125, - 0.04046630859375, - 0.0226287841796875, - -0.005573272705078125, - -0.00994873046875, - -0.0341796875, - 0.0274200439453125, - -0.0021991729736328125, - 0.016021728515625, - 0.033203125, - -0.01824951171875, - -0.006977081298828125, - -0.011810302734375, - 0.0287322998046875, - 0.044586181640625, - -0.035675048828125, - -0.0007123947143554688, - -0.033538818359375, - -0.0012340545654296875, - -0.03271484375, - -0.0142059326171875, - -0.009246826171875, - -0.05517578125, - 0.02972412109375, - -0.0020961761474609375, - -0.01073455810546875, - -0.0016622543334960938, - 0.023956298828125, - -0.026092529296875, - 0.049224853515625, - 0.01849365234375, - -0.040130615234375, - 0.031890869140625, - 0.0762939453125, - -0.0222930908203125, - -0.030059814453125, - -0.006443023681640625, - 0.035186767578125, - -0.009002685546875, - 0.01123046875, - -0.0262603759765625, - -0.0290679931640625, - 0.03814697265625, - 0.00797271728515625, - 0.0262603759765625, - -0.0122222900390625, - -0.00652313232421875, - 0.001331329345703125, - 0.0416259765625, - -0.044921875, - 0.01412200927734375, - -0.004108428955078125, - 0.0194091796875, - 0.00701904296875, - -0.0482177734375, - -0.0167694091796875, - 0.03253173828125, - 0.0298919677734375, - 0.01003265380859375, - 0.0313720703125, - -0.0313720703125, - 0.00920867919921875, - 0.0067291259765625, - -0.04425048828125, - 0.0252685546875, - 0.05682373046875, - -0.0270843505859375, - 0.0360107421875, - -0.0159454345703125, - 0.00412750244140625, - -0.033355712890625, - -0.041290283203125, - -0.0341796875, - -0.03948974609375, - -0.0294036865234375, - -0.007472991943359375, - 0.00751495361328125, - -0.025604248046875, - 0.0341796875, - -0.026092529296875, - -0.0160980224609375, - -0.031707763671875, - -0.0231170654296875, - 0.00681304931640625, - -0.0251007080078125, - -0.0411376953125, - -0.03302001953125, - 0.06243896484375, - -0.0270843505859375, - -0.0020122528076171875, - -0.0231170654296875, - -0.01114654541015625, - -0.05352783203125, - 0.019073486328125, - -0.024444580078125, - 0.006565093994140625, - 0.0038604736328125, - 0.061126708984375, - 0.028411865234375, - 0.033538818359375, - 0.038330078125, - 0.0528564453125, - -0.0007791519165039062, - -0.03668212890625, - -0.029571533203125, - -0.0009188652038574219, - 0.004913330078125, - 0.006565093994140625, - -0.01271820068359375, - -0.0030975341796875, - -0.019073486328125, - -0.030059814453125, - 0.032379150390625, - 0.011810302734375, - 0.040802001953125, - 0.013458251953125, - -0.02691650390625, - -0.01470184326171875, - 0.051849365234375, - 0.0237884521484375, - 0.0911865234375, - -0.01800537109375, - -0.0161895751953125, - -0.02642822265625, - 0.03155517578125, - -0.039642333984375, - 0.02972412109375, - 0.0341796875, - 0.0277557373046875, - 0.0092926025390625, - 0.01263427734375, - -0.0098724365234375, - 0.00652313232421875, - 0.00582122802734375, - 0.033203125, - 0.01148223876953125, - 0.0029735565185546875, - 0.00394439697265625, - 0.044586181640625, - 0.03948974609375, - 0.038970947265625, - 0.045257568359375, - -0.007266998291015625, - -0.024932861328125, - -0.0262603759765625, - -0.06903076171875, - -0.006771087646484375, - 0.0080108642578125, - 0.00371551513671875, - 0.041961669921875, - -0.0194091796875, - -0.071044921875, - 0.02105712890625, - -0.04888916015625, - 0.08355712890625, - 0.0673828125, - -0.01123046875, - 0.0265960693359375, - -0.0308837890625, - 0.00833892822265625, - -0.002178192138671875, - -0.0130462646484375, - 0.039154052734375, - 0.0584716796875, - 0.03863525390625, - -0.0029735565185546875, - -0.031890869140625, - 0.0270843505859375, - 0.03533935546875, - 0.0242767333984375, - -0.01271820068359375, - 0.02972412109375, - 0.007720947265625, - 0.0214691162109375, - -0.0482177734375, - 0.0242767333984375, - 0.0308837890625, - 0.01213836669921875, - 0.00441741943359375, - -0.01824951171875, - 0.0016307830810546875, - -0.059783935546875, - 0.01172637939453125, - -0.00751495361328125, - 0.03369140625, - 0.023956298828125, - 0.01239013671875, - -0.04327392578125, - -0.004192352294921875, - 0.051544189453125, - -0.05218505859375, - -0.0004000663757324219, - 0.035003662109375, - -0.0226287841796875, - 0.00809478759765625, - -0.018341064453125, - -0.0677490234375, - 0.0308837890625, - -0.046905517578125, - -0.0355224609375, - 0.0246124267578125, - 0.0259246826171875, - -0.042938232421875, - -0.05218505859375, - -0.0584716796875, - -0.01453399658203125, - -0.0038204193115234375, - -0.036346435546875, - 0.035186767578125, - 0.0006866455078125, - 0.013458251953125, - 0.03155517578125, - 0.047576904296875, - -0.027587890625, - -0.00937652587890625, - 0.05517578125, - -0.018829345703125, - -0.07037353515625, - 0.0189056396484375, - 0.0088348388671875, - 0.0052032470703125, - -0.031219482421875, - -0.05615234375, - -0.006649017333984375, - 0.01824951171875, - 0.0016622543334960938, - -0.01354217529296875, - -0.06903076171875, - -0.04888916015625, - -0.03436279296875, - 0.049224853515625, - 0.007472991943359375, - 0.045257568359375, - 0.021148681640625, - -0.0538330078125, - 0.04229736328125, - -0.0538330078125, - -0.0156097412109375, - -0.00833892822265625, - -0.017913818359375, - -0.028900146484375, - 0.07794189453125, - -0.01528167724609375, - -0.00499725341796875, - -0.00945281982421875, - 0.03271484375, - 0.00458526611328125, - -0.006938934326171875, - -0.040313720703125, - 0.0594482421875, - 0.04327392578125, - -0.04888916015625, - -0.0160980224609375, - -0.02105712890625, - 0.0051422119140625, - 0.0369873046875, - -0.04986572265625, - -0.027587890625, - -0.0144500732421875, - -0.0640869140625, - -0.0677490234375, - -0.027587890625, - -0.037322998046875, - -0.0341796875, - 0.0208892822265625, - 0.036163330078125, - -0.00301361083984375, - 0.039642333984375, - 0.0270843505859375, - -0.01020050048828125, - -0.0008153915405273438, - -0.003406524658203125, - -0.03302001953125, - 0.02642822265625, - -0.054840087890625, - -0.0294036865234375, - -0.0189056396484375, - 0.027587890625, - -0.0214691162109375, - 0.0204010009765625, - -0.021148681640625, - -0.03387451171875, - 0.028900146484375, - -0.0472412109375, - -0.00739288330078125, - 0.006443023681640625, - 0.0024566650390625, - -0.021636962890625, - -0.016845703125, - 0.00962066650390625, - 0.002910614013671875, - -0.0140380859375, - 0.030059814453125, - 0.02081298828125, - -0.02130126953125, - 0.022125244140625, - 0.0045013427734375, - -0.01296234130859375, - 0.0032405853271484375, - 0.01412200927734375, - 0.01271820068359375, - -0.0178375244140625, - 0.039642333984375, - -0.027252197265625, - -0.004108428955078125, - -0.0789794921875, - 0.021148681640625, - -0.00429534912109375, - -0.0023956298828125, - -0.00879669189453125, - -0.03436279296875, - -0.07000732421875, - 0.004852294921875, - 0.0310516357421875, - 0.027252197265625, - -0.0214691162109375, - -0.02081298828125, - -0.0191650390625, - -0.001506805419921875, - -0.047576904296875, - 0.04144287109375, - -0.0200653076171875, - 0.009002685546875, - -0.01470184326171875, - -0.0246124267578125, - 0.044586181640625, - 0.028076171875, - 0.0222930908203125, - 0.0369873046875, - 0.0313720703125, - -0.021148681640625, - 0.01288604736328125, - 0.004749298095703125, - -0.03436279296875, - -0.01148223876953125, - -0.00669097900390625, - 0.007472991943359375, - -0.024932861328125, - -0.021148681640625, - 0.0251007080078125, - 0.020477294921875, - 0.023284912109375, - -0.011810302734375, - -0.00652313232421875, - 0.027587890625, - -0.0136260986328125, - 0.0654296875, - -0.032379150390625, - -0.04425048828125, - -0.024444580078125, - 0.0290679931640625, - 0.052520751953125, - 0.00937652587890625, - 0.005161285400390625, - -0.0355224609375, - 0.02081298828125, - 0.039154052734375, - -0.031219482421875, - -0.0251007080078125, - -0.043609619140625, - -0.000026285648345947266, - 0.0035305023193359375, - 0.048553466796875, - 0.0005340576171875, - 0.07928466796875, - -0.0017137527465820312, - -0.006195068359375, - 0.044921875, - 0.05218505859375, - 0.0201568603515625, - -0.039154052734375, - -0.04888916015625, - -0.0113983154296875, - -0.00086212158203125, - -0.034515380859375, - -0.036346435546875, - 0.017913818359375, - 0.043609619140625, - -0.041290283203125, - -0.0308837890625, - -0.01313018798828125, - 0.02056884765625, - 0.016845703125, - 0.007144927978515625, - -0.026763916015625, - 0.0173492431640625, - -0.0181732177734375, - -0.0360107421875, - -0.019989013671875, - -0.0194854736328125, - 0.0073089599609375, - 0.054840087890625, - 0.0426025390625, - -0.01453399658203125, - 0.0224609375, - -0.00421142578125, - 0.033203125, - -0.008880615234375, - 0.0252685546875, - -0.0167694091796875, - 0.032379150390625, - 0.045928955078125, - 0.0251007080078125, - -0.028411865234375, - -0.0411376953125, - 0.00830078125, - 0.0287322998046875, - 0.045257568359375, - 0.054168701171875, - 0.0023021697998046875, - 0.02362060546875, - -0.01073455810546875, - -0.060455322265625, - 0.0184173583984375, - 0.0027256011962890625, - -0.0142059326171875, - -0.040313720703125, - -0.0257720947265625, - 0.016357421875, - -0.049560546875, - 0.049560546875, - 0.013458251953125, - -0.026763916015625, - -0.0161895751953125, - 0.054168701171875, - 0.0037994384765625, - -0.056488037109375, - 0.02691650390625, - -0.0092926025390625, - 0.0011196136474609375, - -0.026763916015625, - -0.0305633544921875, - 0.034698486328125, - -0.026763916015625, - -0.0660400390625, - -0.0426025390625, - 0.034515380859375, - -0.0024261474609375, - -0.0229644775390625, - 0.00958251953125, - -0.0014352798461914062, - -0.01544189453125, - -0.0287322998046875, - -0.0743408203125, - -0.01189422607421875, - 0.0203094482421875, - -0.04656982421875, - 0.0251007080078125, - -0.01296234130859375, - -0.01528167724609375, - 0.0102386474609375, - -0.00400543212890625, - -0.068359375, - 0.06011962890625, - -0.044921875, - 0.0364990234375, - 0.0242767333984375, - 0.01131439208984375, - 0.009124755859375, - 0.0743408203125, - -0.01824951171875, - -0.0229644775390625, - -0.0287322998046875, - -0.052520751953125, - 0.0187530517578125, - 0.024444580078125, - -0.0073089599609375, - -0.07830810546875, - 0.00982666015625, - 0.0305633544921875, - -0.062744140625, - 0.021148681640625, - 0.0101165771484375, - -0.007720947265625, - -0.044921875, - 0.0124664306640625, - 0.005657196044921875, - -0.0102386474609375, - 0.08721923828125, - 0.024932861328125, - -0.007598876953125, - -0.0037364959716796875, - -0.03863525390625, - 0.0845947265625, - 0.005100250244140625, - 0.0203094482421875, - -0.034515380859375, - 0.0282440185546875, - 0.0224609375, - -0.031219482421875, - 0.028076171875, - -0.06243896484375, - -0.016937255859375, - 0.0251007080078125, - 0.0313720703125, - -0.0046234130859375, - -0.00423431396484375, - -0.0310516357421875, - -0.039306640625, - -0.0011510848999023438, - 0.023284912109375, - 0.0124664306640625, - -0.01007843017578125, - -0.050872802734375, - -0.00429534912109375, - -0.0030975341796875, - -0.041778564453125, - -0.033355712890625, - -0.0308837890625, - 0.033538818359375, - 0.00023353099822998047, - -0.061126708984375, - 0.01849365234375, - 0.0059051513671875, - -0.003116607666015625, - 0.01255035400390625, - 0.040313720703125, - -0.05682373046875, - -0.0082550048828125, - -0.0144500732421875, - 0.0307159423828125, - -0.0010995864868164062, - -0.0012540817260742188, - 0.004108428955078125, - 0.02691650390625, - -0.0037364959716796875, - -0.04559326171875, - 0.03997802734375, - 0.019073486328125, - -0.004375457763671875, - -0.055511474609375, - -0.015777587890625, - -0.01776123046875, - 0.038818359375, - -0.0101165771484375, - 0.018829345703125, - 0.01090240478515625, - -0.007183074951171875, - -0.087890625, - 0.054840087890625, - -0.028900146484375, - 0.01494598388671875, - 0.0108184814453125, - -0.01395416259765625, - -0.08587646484375, - -0.028900146484375, - -0.027252197265625, - 0.01395416259765625, - -0.03204345703125, - 0.036346435546875, - 0.040618896484375, - 0.00958251953125, - 0.0198211669921875, - -0.007678985595703125, - -0.0025501251220703125, - 0.02197265625, - 0.01123046875, - -0.049224853515625, - 0.06640625, - -0.033203125, - 0.01800537109375, - -0.0270843505859375, - 0.0224609375, - -0.00821685791015625, - 0.0224609375, - -0.0426025390625, - -0.0251007080078125, - 0.027252197265625, - 0.046234130859375, - -0.019744873046875, - 0.0073089599609375, - -0.03533935546875, - 0.006977081298828125, - 0.025604248046875, - -0.016510009765625, - 0.018585205078125, - -0.0038394927978515625, - -0.033203125, - -0.021148681640625, - -0.07598876953125, - -0.0584716796875, - 0.0092926025390625, - -0.050872802734375, - -0.00689697265625, - 0.016021728515625, - 0.003551483154296875, - -0.0030975341796875, - -0.034027099609375, - 0.029571533203125, - -0.03765869140625, - -0.045257568359375, - -0.0191650390625, - 0.00681304931640625, - -0.017669677734375, - 0.0158538818359375, - 0.0067291259765625, - -0.00421142578125, - 0.040130615234375, - -0.0105743408203125, - -0.00611114501953125, - -0.0259246826171875, - 0.005222320556640625, - -0.049224853515625, - 0.002498626708984375, - -0.06011962890625, - 0.0014142990112304688, - 0.0108184814453125, - -0.00007033348083496094, - 0.012054443359375, - -0.037506103515625, - 0.036346435546875, - -0.0150299072265625, - -0.0654296875, - 0.0242767333984375, - -0.03765869140625, - -0.03302001953125, - 0.021148681640625, - -0.02691650390625, - 0.0262603759765625, - 0.041290283203125, - 0.03948974609375, - 0.050201416015625, - 0.0341796875, - 0.027252197265625, - -0.040130615234375, - -0.00412750244140625, - -0.014862060546875, - 0.018341064453125, - 0.031219482421875, - 0.0303955078125, - -0.024932861328125, - 0.0191650390625, - 0.004150390625, - -0.07696533203125, - -0.0022602081298828125, - -0.0087127685546875, - -0.028411865234375, - 0.00231170654296875, - 0.056488037109375, - 0.031890869140625, - 0.01552581787109375, - 0.0122222900390625, - 0.0472412109375, - 0.047576904296875, - -0.014617919921875, - -0.028411865234375, - -0.0673828125, - 0.0034885406494140625, - -0.007843017578125, - 0.005615234375, - -0.07269287109375, - 0.0218048095703125, - 0.050537109375, - 0.0074310302734375, - -0.00505828857421875, - -0.00982666015625, - -0.016845703125, - 0.05352783203125, - 0.0119781494140625, - 0.048553466796875, - -0.06573486328125, - 0.0224609375, - 0.0158538818359375, - -0.020721435546875, - -0.01494598388671875, - -0.006153106689453125, - -0.0130462646484375, - 0.041961669921875, - -0.040618896484375, - 0.017425537109375, - 0.0173492431640625, - 0.073974609375, - 0.00879669189453125, - -0.054168701171875, - -0.027587890625, - 0.0198211669921875, - 0.0003380775451660156, - -0.02130126953125, - 0.00681304931640625, - -0.00441741943359375, - -0.0036754608154296875, - 0.005657196044921875, - 0.037506103515625, - 0.014862060546875, - 0.027252197265625, - 0.02130126953125, - -0.05120849609375, - 0.0224609375, - 0.01073455810546875, - 0.0094146728515625, - 0.001857757568359375, - -0.0198974609375, - -0.00974273681640625, - -0.048553466796875, - 0.037994384765625, - -0.0020961761474609375, - 0.0369873046875, - 0.01436614990234375, - 0.0175933837890625, - -0.0341796875, - 0.0277557373046875, - 0.0194854736328125, - 0.03485107421875, - 0.0133819580078125, - 0.0181732177734375, - 0.01263427734375, - 0.0421142578125, - -0.0026836395263671875, - -0.0251007080078125, - 0.0122222900390625, - -0.037506103515625, - 0.020477294921875, - -0.050872802734375, - 0.0060272216796875, - 0.0128021240234375, - -0.054168701171875, - 0.01412200927734375, - -0.039642333984375, - -0.01494598388671875, - -0.005863189697265625, - -0.0482177734375, - -0.0173492431640625, - 0.046234130859375, - -0.038482666015625, - 0.0038814544677734375, - 0.013458251953125, - -0.0018167495727539062, - 0.0028705596923828125, - -0.04986572265625, - 0.0528564453125, - 0.0247802734375, - 0.01552581787109375, - 0.00010126829147338867, - 0.005863189697265625, - 0.0287322998046875, - -0.0242767333984375, - 0.045257568359375, - 0.026763916015625, - 0.000949859619140625, - 0.04559326171875, - 0.031707763671875, - 0.01172637939453125, - -0.038330078125, - 0.0214691162109375, - 0.0285797119140625, - -0.031707763671875, - 0.037322998046875, - 0.0360107421875, - 0.039306640625, - -0.01020050048828125, - -0.039154052734375, - 0.00862884521484375, - -0.0673828125, - 0.07830810546875, - -0.0019102096557617188, - 0.0030765533447265625, - 0.0247802734375, - -0.0206451416015625, - 0.0287322998046875, - 0.016510009765625, - 0.061126708984375, - -0.038330078125, - 0.056488037109375, - -0.0237884521484375, - -0.016937255859375, - 0.003612518310546875, - 0.028411865234375, - -0.0053253173828125, - 0.034515380859375, - -0.01412200927734375, - 0.07135009765625, - 0.01395416259765625, - -0.007266998291015625, - -0.045257568359375, - 0.020233154296875, - 0.0073089599609375, - 0.01412200927734375, - 0.0200653076171875, - -0.0360107421875, - -0.04046630859375, - 0.00937652587890625, - 0.0285797119140625, - 0.054840087890625, - -0.0096588134765625, - 0.01371002197265625, - 0.004024505615234375, - -0.0105743408203125, - 0.0035305023193359375, - -0.019073486328125 - ], - "metadata": { - "domains": [ - "incident-response", - "malware-analysis", - "static-investigations" - ], - "phases": [ - "examination" - ], - "tags": [ - "command-line", - "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_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_Rekall", - "type": "tool", - "name": "Rekall", - "content": "rekall googles memory-analysis-framework erweiterte volatility um cloud-scale- capabilities und moderne storage-formate. aff4-integration ermöglicht streaming-analysis von multi-terabyte-memory-images ohne lokale storage. besonders innovativ: live-memory-analysis über http-endpoints, rekall-agent für remote-collection, timeline-integration für memory-events. python-3-native-architecture mit jupyter-notebook- integration für interactive-analysis. web-ui demokratisiert memory- forensics für non-cli-users. machine-learning-plugins für anomaly- detection. enterprise-features: distributed-analysis, multi-investigator-collaboration, case-management. die development wurde 2018 eingestellt zugunsten anderer google-projekte, aber community-forks setzen entwicklung fort. legacy-code läuft noch stable für viele use-cases. historical-significance als volatility- herausforderer und cloud-memory-forensics-pioneer. lessons-learned fließen in moderne tools wie velociraptor ein. memory python incident-response analysis", - "embedding": [ - -0.0252838134765625, - 0.0202789306640625, - 0.0399169921875, - -0.0227508544921875, - 0.048675537109375, - 0.037841796875, - -0.01105499267578125, - 0.004573822021484375, - -0.0257720947265625, - -0.020843505859375, - -0.0305328369140625, - 0.0227508544921875, - 0.008270263671875, - 0.0006361007690429688, - -0.06683349609375, - 0.047088623046875, - 0.0013723373413085938, - 0.018768310546875, - -0.002544403076171875, - -0.00843048095703125, - -0.0131988525390625, - -0.035003662109375, - -0.056304931640625, - 0.0006661415100097656, - 0.018524169921875, - 0.007793426513671875, - -0.0191650390625, - -0.0572509765625, - -0.0124053955078125, - -0.0281524658203125, - 0.00045990943908691406, - -0.0249786376953125, - 0.009185791015625, - 0.01073455810546875, - -0.002017974853515625, - -0.00600433349609375, - 0.01184844970703125, - -0.0477294921875, - -0.0201263427734375, - 0.040069580078125, - -0.0142364501953125, - 0.021636962890625, - 0.0259246826171875, - -0.00981903076171875, - -0.054412841796875, - -0.047393798828125, - -0.02862548828125, - -0.035797119140625, - 0.01033782958984375, - -0.044525146484375, - 0.00528717041015625, - 0.0297393798828125, - -0.017181396484375, - -0.033416748046875, - -0.05279541015625, - 0.017578125, - 0.0166168212890625, - 0.0024166107177734375, - -0.044525146484375, - 0.042938232421875, - -0.06298828125, - -0.045501708984375, - 0.00429534912109375, - -0.01399993896484375, - 0.016143798828125, - 0.055023193359375, - -0.02545166015625, - -0.0419921875, - 0.0419921875, - 0.01558685302734375, - 0.023223876953125, - 0.0158233642578125, - -0.021636962890625, - 0.032440185546875, - -0.03228759765625, - -0.031341552734375, - 0.021148681640625, - 0.0311737060546875, - 0.0124053955078125, - 0.0018787384033203125, - -0.0305328369140625, - -0.0006513595581054688, - 0.04803466796875, - 0.0146331787109375, - -0.031494140625, - 0.007198333740234375, - 0.00855255126953125, - 0.020355224609375, - 0.00005936622619628906, - -0.00423431396484375, - 0.0229034423828125, - -0.033233642578125, - 0.0221099853515625, - -0.0325927734375, - 0.0303802490234375, - 0.047393798828125, - -0.00870513916015625, - -0.00620269775390625, - -0.0206756591796875, - 0.038665771484375, - 0.0252838134765625, - -0.0677490234375, - 0.036590576171875, - -0.0193328857421875, - 0.0213165283203125, - -0.0235443115234375, - 0.014312744140625, - -0.00540924072265625, - -0.01184844970703125, - -0.034820556640625, - -0.101806640625, - -0.038665771484375, - -0.024658203125, - -0.05694580078125, - -0.004154205322265625, - 0.006282806396484375, - -0.004016876220703125, - 0.057586669921875, - -0.037689208984375, - -0.042633056640625, - 0.01137542724609375, - 0.0227508544921875, - -0.02703857421875, - 0.0294342041015625, - -0.0225830078125, - -0.0283203125, - 0.0201263427734375, - 0.026092529296875, - -0.0170135498046875, - 0.0087890625, - 0.006244659423828125, - -0.001049041748046875, - 0.0026836395263671875, - -0.04803466796875, - -0.001033782958984375, - -0.01861572265625, - 0.0166168212890625, - 0.00397491455078125, - -0.0168609619140625, - 0.034027099609375, - 0.039764404296875, - -0.024169921875, - -0.036895751953125, - 0.0120086669921875, - -0.03387451171875, - -0.00862884521484375, - 0.0059661865234375, - 0.03643798828125, - -0.039764404296875, - -0.004314422607421875, - 0.0023860931396484375, - 0.01439666748046875, - 0.050262451171875, - 0.0015802383422851562, - -0.015899658203125, - -0.030059814453125, - -0.047393798828125, - -0.017822265625, - 0.0257720947265625, - -0.0249786376953125, - -0.0095062255859375, - 0.018218994140625, - 0.005565643310546875, - 0.0196380615234375, - -0.003936767578125, - -0.012725830078125, - -0.0325927734375, - 0.0146331787109375, - 0.0235443115234375, - 0.00616455078125, - 0.010894775390625, - -0.020355224609375, - 0.04833984375, - 0.0509033203125, - -0.0243377685546875, - 0.026092529296875, - 0.00659942626953125, - -0.020843505859375, - 0.0202789306640625, - 0.0243377685546875, - -0.016937255859375, - -0.0174102783203125, - 0.01328277587890625, - -0.0174102783203125, - 0.01264190673828125, - -0.0150299072265625, - -0.022430419921875, - 0.004730224609375, - -0.04071044921875, - 0.010894775390625, - -0.040252685546875, - -0.0244903564453125, - -0.0037384033203125, - 0.0325927734375, - 0.0002460479736328125, - 0.06964111328125, - 0.0303802490234375, - -0.020355224609375, - 0.0259246826171875, - 0.0022869110107421875, - 0.0230712890625, - 0.0243377685546875, - -0.00009816884994506836, - 0.047088623046875, - 0.0235443115234375, - 0.03546142578125, - 0.01519012451171875, - 0.038177490234375, - 0.02783203125, - -0.0093841552734375, - 0.00771331787109375, - 0.054718017578125, - -0.02386474609375, - -0.0205230712890625, - -0.038665771484375, - -0.0302276611328125, - 0.03546142578125, - -0.0273590087890625, - 0.01312255859375, - 0.00489044189453125, - -0.0251312255859375, - -0.0080718994140625, - 0.006084442138671875, - 0.01375579833984375, - -0.0015802383422851562, - 0.038818359375, - 0.038970947265625, - -0.0054473876953125, - -0.007038116455078125, - 0.0123291015625, - -0.007358551025390625, - 0.03961181640625, - 0.00012981891632080078, - 0.00966644287109375, - -0.00337982177734375, - -0.031341552734375, - 0.0509033203125, - 0.00799560546875, - 0.032928466796875, - 0.0222625732421875, - -0.0201263427734375, - 0.04168701171875, - -0.0120849609375, - 0.0367431640625, - 0.0404052734375, - -0.011932373046875, - 0.004611968994140625, - -0.002605438232421875, - 0.031646728515625, - 0.041351318359375, - -0.033721923828125, - 0.0052490234375, - -0.07000732421875, - -0.02337646484375, - -0.09735107421875, - -0.0467529296875, - -0.016143798828125, - -0.058868408203125, - 0.04486083984375, - -0.0279998779296875, - -0.041351318359375, - -0.00616455078125, - 0.005527496337890625, - 0.020843505859375, - 0.066162109375, - 0.01216888427734375, - -0.038970947265625, - 0.01105499267578125, - 0.07568359375, - 0.0028438568115234375, - -0.0294342041015625, - -0.007396697998046875, - 0.005489349365234375, - -0.03643798828125, - -0.002704620361328125, - -0.017730712890625, - 0.0008549690246582031, - 0.0372314453125, - 0.01105499267578125, - 0.0093841552734375, - -0.02099609375, - 0.0214691162109375, - 0.00206756591796875, - 0.045501708984375, - -0.03387451171875, - 0.01137542724609375, - -0.00409698486328125, - -0.0007805824279785156, - -0.01526641845703125, - -0.045501708984375, - 0.003021240234375, - 0.06329345703125, - 0.01184844970703125, - 0.00791168212890625, - 0.00403594970703125, - -0.058868408203125, - 0.0229034423828125, - 0.0035991668701171875, - -0.0045928955078125, - 0.0283203125, - 0.030853271484375, - -0.041351318359375, - 0.00604248046875, - 0.0158233642578125, - -0.006122589111328125, - -0.050567626953125, - -0.03912353515625, - -0.01439666748046875, - -0.003459930419921875, - -0.04962158203125, - -0.0092620849609375, - 0.0189208984375, - -0.0294342041015625, - 0.0249786376953125, - -0.00791168212890625, - -0.0154266357421875, - -0.024017333984375, - -0.042938232421875, - 0.00616455078125, - -0.0200347900390625, - -0.03912353515625, - -0.017822265625, - 0.05853271484375, - -0.00013113021850585938, - -0.0011186599731445312, - 0.0004622936248779297, - -0.00489044189453125, - -0.0267181396484375, - 0.01407623291015625, - -0.0243377685546875, - 0.038970947265625, - -0.011932373046875, - 0.048675537109375, - 0.035797119140625, - -0.00016772747039794922, - 0.01001739501953125, - 0.0477294921875, - 0.040252685546875, - -0.019561767578125, - -0.0006861686706542969, - -0.011688232421875, - 0.01312255859375, - 0.00835418701171875, - -0.012725830078125, - -0.0222625732421875, - -0.0272064208984375, - -0.01479339599609375, - -0.0028438568115234375, - 0.0206756591796875, - 0.0166168212890625, - 0.0170135498046875, - -0.00942230224609375, - 0.0311737060546875, - 0.061065673828125, - -0.0008649826049804688, - 0.10308837890625, - -0.0038776397705078125, - -0.0477294921875, - 0.0156707763671875, - 0.0302276611328125, - 0.0146331787109375, - -0.00560760498046875, - 0.041046142578125, - 0.017181396484375, - 0.00922393798828125, - 0.0176544189453125, - -0.0273590087890625, - 0.040557861328125, - -0.00528717041015625, - 0.00018393993377685547, - 0.0180511474609375, - -0.0257720947265625, - 0.02337646484375, - 0.040069580078125, - 0.026397705078125, - 0.026397705078125, - 0.0419921875, - -0.0072784423828125, - -0.01375579833984375, - -0.0582275390625, - -0.07476806640625, - -0.0067596435546875, - 0.03704833984375, - 0.00855255126953125, - 0.03961181640625, - -0.0262451171875, - -0.057586669921875, - 0.044525146484375, - -0.0058441162109375, - 0.0782470703125, - 0.06744384765625, - 0.002544403076171875, - 0.010894775390625, - 0.009979248046875, - 0.011932373046875, - 0.01526641845703125, - 0.01328277587890625, - 0.0142364501953125, - 0.0191650390625, - 0.0399169921875, - 0.01328277587890625, - -0.06011962890625, - 0.03643798828125, - 0.0289459228515625, - 0.026397705078125, - -0.0154266357421875, - 0.01296234130859375, - -0.00981903076171875, - 0.0213165283203125, - -0.017181396484375, - 0.04229736328125, - 0.045806884765625, - 0.01216888427734375, - 0.0273590087890625, - -0.0244903564453125, - 0.0197296142578125, - -0.02783203125, - 0.00600433349609375, - 0.0180511474609375, - -0.0095062255859375, - 0.01511383056640625, - 0.0086669921875, - -0.08111572265625, - 0.001049041748046875, - 0.0294342041015625, - -0.045806884765625, - 0.0202789306640625, - 0.03643798828125, - -0.02545166015625, - -0.01995849609375, - -0.006839752197265625, - -0.038665771484375, - 0.038665771484375, - -0.0251312255859375, - -0.039459228515625, - 0.0095062255859375, - 0.0214691162109375, - -0.035797119140625, - -0.0244903564453125, - -0.0202789306640625, - -0.0008249282836914062, - -0.0201263427734375, - -0.0164642333984375, - 0.042938232421875, - -0.01105499267578125, - -0.0008249282836914062, - 0.0229034423828125, - 0.062347412109375, - -0.008270263671875, - -0.0167083740234375, - 0.0477294921875, - -0.0303802490234375, - -0.047088623046875, - 0.0281524658203125, - 0.0105743408203125, - 0.0289459228515625, - -0.0335693359375, - -0.0214691162109375, - -0.0131988525390625, - -0.00433349609375, - -0.0166168212890625, - 0.0154266357421875, - -0.055023193359375, - -0.0509033203125, - -0.06396484375, - 0.0335693359375, - -0.0002522468566894531, - 0.0198822021484375, - 0.00902557373046875, - -0.06011962890625, - 0.0222625732421875, - -0.0740966796875, - -0.0225830078125, - -0.01288604736328125, - 0.041046142578125, - -0.0034389495849609375, - 0.07379150390625, - -0.0262451171875, - -0.0311737060546875, - 0.007198333740234375, - 0.02337646484375, - -0.00616455078125, - 0.0123291015625, - -0.050567626953125, - 0.05218505859375, - 0.033416748046875, - -0.043914794921875, - -0.0116119384765625, - 0.00023233890533447266, - 0.005489349365234375, - 0.038818359375, - -0.0283203125, - 0.002643585205078125, - -0.011932373046875, - -0.0655517578125, - -0.0156707763671875, - -0.04229736328125, - -0.01678466796875, - -0.039459228515625, - 0.052490234375, - 0.04071044921875, - 0.006122589111328125, - 0.051544189453125, - 0.0229034423828125, - -0.002475738525390625, - 0.01145172119140625, - 0.00830841064453125, - -0.01312255859375, - 0.0295867919921875, - -0.066162109375, - -0.03704833984375, - -0.0225830078125, - 0.018524169921875, - -0.0182952880859375, - 0.002227783203125, - 0.0031604766845703125, - -0.00616455078125, - 0.04803466796875, - -0.04168701171875, - 0.0194091796875, - 0.0014715194702148438, - -0.00711822509765625, - -0.0252838134765625, - -0.00540924072265625, - 0.016387939453125, - 0.02020263671875, - 0.010498046875, - 0.00445556640625, - 0.0303802490234375, - -0.05377197265625, - 0.031341552734375, - -0.00357818603515625, - -0.0120849609375, - 0.01113128662109375, - -0.01399993896484375, - 0.0011386871337890625, - -0.006320953369140625, - 0.032928466796875, - -0.0267181396484375, - -0.0294342041015625, - -0.07891845703125, - 0.016937255859375, - 0.0160675048828125, - -0.01065826416015625, - -0.037841796875, - -0.05853271484375, - -0.051849365234375, - -0.0032806396484375, - 0.0289459228515625, - 0.023223876953125, - 0.01013946533203125, - -0.04644775390625, - -0.042633056640625, - 0.00429534912109375, - -0.0303802490234375, - 0.0477294921875, - -0.0303802490234375, - -0.0014314651489257812, - -0.006999969482421875, - -0.00783538818359375, - 0.0198822021484375, - 0.0142364501953125, - 0.047393798828125, - 0.0123291015625, - 0.0235443115234375, - -0.000009655952453613281, - 0.01145172119140625, - -0.0052490234375, - -0.0192413330078125, - 0.0164642333984375, - -0.0170135498046875, - 0.0362548828125, - -0.03277587890625, - -0.0190887451171875, - 0.0178985595703125, - 0.0028228759765625, - 0.0157470703125, - -0.01558685302734375, - -0.00672149658203125, - 0.0244903564453125, - -0.013519287109375, - 0.0477294921875, - -0.03277587890625, - -0.0134429931640625, - 0.00974273681640625, - -0.017730712890625, - 0.044219970703125, - 0.030059814453125, - -0.01153564453125, - -0.0279998779296875, - 0.0150299072265625, - 0.04486083984375, - -0.00799560546875, - -0.01812744140625, - -0.0214691162109375, - 0.006801605224609375, - 0.0089111328125, - 0.058868408203125, - -0.005767822265625, - 0.08843994140625, - 0.04486083984375, - -0.0128021240234375, - 0.00942230224609375, - 0.059478759765625, - 0.0230712890625, - -0.0229034423828125, - -0.0782470703125, - 0.00934600830078125, - 0.0034389495849609375, - -0.02386474609375, - -0.04071044921875, - 0.0014019012451171875, - 0.066162109375, - -0.07635498046875, - -0.0154266357421875, - -0.001918792724609375, - -0.00875091552734375, - 0.0325927734375, - 0.02783203125, - -0.0236968994140625, - 0.0267181396484375, - 0.0302276611328125, - -0.047088623046875, - 0.006443023681640625, - -0.0112152099609375, - 0.00942230224609375, - 0.031982421875, - -0.00922393798828125, - 0.00495147705078125, - 0.0273590087890625, - -0.01447296142578125, - 0.02783203125, - 0.031982421875, - 0.00787353515625, - -0.011932373046875, - 0.01439666748046875, - 0.0372314453125, - 0.04833984375, - -0.0299072265625, - -0.017730712890625, - 0.016143798828125, - 0.007434844970703125, - 0.042938232421875, - 0.051544189453125, - 0.0174102783203125, - 0.0172576904296875, - 0.0142364501953125, - -0.033233642578125, - -0.0018291473388671875, - 0.024658203125, - -0.00009691715240478516, - -0.04229736328125, - -0.049957275390625, - 0.0236968994140625, - -0.0273590087890625, - 0.020843505859375, - 0.01558685302734375, - -0.020843505859375, - 0.0025844573974609375, - 0.04229736328125, - -0.01629638671875, - -0.04644775390625, - -0.00054168701171875, - -0.0229034423828125, - -0.0227508544921875, - -0.005767822265625, - -0.045501708984375, - 0.05853271484375, - -0.0200347900390625, - -0.0540771484375, - -0.0189208984375, - 0.01312255859375, - -0.0281524658203125, - -0.0467529296875, - -0.0180511474609375, - -0.00042748451232910156, - 0.005130767822265625, - -0.03564453125, - -0.041351318359375, - -0.035797119140625, - 0.005489349365234375, - -0.045806884765625, - 0.005886077880859375, - 0.0059661865234375, - -0.0243377685546875, - -0.0191650390625, - -0.0267181396484375, - -0.024810791015625, - 0.00640106201171875, - -0.0287933349609375, - 0.0404052734375, - -0.00811004638671875, - 0.024658203125, - 0.01439666748046875, - 0.072509765625, - 0.00946044921875, - 0.01001739501953125, - -0.005008697509765625, - -0.07537841796875, - 0.0236968994140625, - -0.0244903564453125, - 0.009979248046875, - -0.0750732421875, - 0.0251312255859375, - 0.04071044921875, - -0.065185546875, - 0.018524169921875, - -0.0067596435546875, - 0.004276275634765625, - -0.045166015625, - -0.003936767578125, - 0.0009145736694335938, - 0.005130767822265625, - 0.08843994140625, - 0.005489349365234375, - -0.016143798828125, - 0.017822265625, - -0.05377197265625, - 0.039764404296875, - 0.004711151123046875, - 0.014312744140625, - -0.0556640625, - 0.024658203125, - 0.01654052734375, - -0.05853271484375, - 0.00521087646484375, - -0.09228515625, - -0.0089874267578125, - 0.03436279296875, - 0.021148681640625, - -0.01861572265625, - -0.011688232421875, - -0.0310211181640625, - -0.0206756591796875, - -0.043914794921875, - 0.00616455078125, - -0.00429534912109375, - 0.00443267822265625, - -0.021148681640625, - 0.0035991668701171875, - -0.01654052734375, - -0.057891845703125, - -0.0236968994140625, - -0.04327392578125, - 0.06842041015625, - -0.0104217529296875, - -0.052490234375, - 0.044219970703125, - 0.0142364501953125, - 0.00771331787109375, - 0.0142364501953125, - 0.052490234375, - -0.01812744140625, - -0.00229644775390625, - -0.007595062255859375, - 0.05853271484375, - 0.0027637481689453125, - -0.006481170654296875, - 0.006320953369140625, - 0.030853271484375, - 0.0259246826171875, - -0.0556640625, - 0.0249786376953125, - 0.004413604736328125, - -0.01360321044921875, - -0.0295867919921875, - -0.015350341796875, - -0.0330810546875, - 0.0335693359375, - 0.0142364501953125, - 0.04803466796875, - 0.01248931884765625, - -0.02783203125, - -0.11260986328125, - 0.031646728515625, - -0.0093841552734375, - 0.0262451171875, - 0.007476806640625, - -0.0184478759765625, - -0.06842041015625, - -0.037384033203125, - -0.01033782958984375, - 0.004810333251953125, - -0.024658203125, - 0.04327392578125, - 0.007793426513671875, - -0.0010938644409179688, - 0.02020263671875, - 0.0112152099609375, - -0.0134429931640625, - 0.05120849609375, - 0.0191650390625, - -0.031341552734375, - 0.0740966796875, - -0.0305328369140625, - 0.003997802734375, - 0.014556884765625, - -0.00449371337890625, - -0.01486968994140625, - -0.01026153564453125, - -0.01447296142578125, - -0.00731658935546875, - 0.0311737060546875, - 0.036895751953125, - -0.0089874267578125, - 0.0188446044921875, - -0.0302276611328125, - 0.010894775390625, - 0.01407623291015625, - -0.0174102783203125, - -0.0071563720703125, - 0.0184478759765625, - -0.0088653564453125, - 0.0013818740844726562, - -0.05853271484375, - -0.087158203125, - 0.024017333984375, - -0.057891845703125, - -0.0007157325744628906, - 0.01526641845703125, - 0.0310211181640625, - 0.011688232421875, - -0.03564453125, - 0.0227508544921875, - 0.006877899169921875, - 0.006999969482421875, - -0.01105499267578125, - 0.06011962890625, - 0.007198333740234375, - 0.026397705078125, - 0.015350341796875, - -0.020355224609375, - 0.0081939697265625, - -0.0099029541015625, - -0.0283203125, - -0.0222625732421875, - 0.0063629150390625, - -0.0134429931640625, - 0.0283203125, - -0.08587646484375, - -0.0257720947265625, - 0.03515625, - 0.031494140625, - 0.0050506591796875, - -0.033721923828125, - 0.0273590087890625, - 0.01065826416015625, - -0.048675537109375, - 0.018524169921875, - 0.0025157928466796875, - -0.045806884765625, - -0.0018091201782226562, - -0.0081939697265625, - 0.0184478759765625, - 0.00017023086547851562, - 0.041351318359375, - 0.038818359375, - 0.05279541015625, - -0.01678466796875, - -0.0243377685546875, - -0.0191650390625, - -0.02703857421875, - 0.045166015625, - 0.0235443115234375, - 0.0201263427734375, - -0.01551055908203125, - -0.00882720947265625, - -0.0188446044921875, - -0.07000732421875, - -0.01335906982421875, - -0.029266357421875, - -0.052490234375, - -0.00966644287109375, - 0.08050537109375, - 0.0294342041015625, - 0.024658203125, - 0.02911376953125, - 0.039459228515625, - 0.045501708984375, - 0.00691986083984375, - -0.0251312255859375, - -0.054412841796875, - -0.00528717041015625, - 0.0259246826171875, - 0.0330810546875, - -0.05377197265625, - 0.0703125, - 0.060760498046875, - -0.017578125, - -0.00835418701171875, - 0.006122589111328125, - 0.00659942626953125, - 0.039764404296875, - 0.02386474609375, - 0.032135009765625, - -0.054718017578125, - 0.006999969482421875, - 0.038482666015625, - -0.024658203125, - -0.026885986328125, - -0.019561767578125, - -0.0069580078125, - 0.013916015625, - -0.0614013671875, - -0.00652313232421875, - -0.017974853515625, - 0.07952880859375, - -0.0225830078125, - -0.023223876953125, - -0.0150299072265625, - 0.0230712890625, - -0.004711151123046875, - -0.02545166015625, - 0.028472900390625, - 0.0330810546875, - -0.03228759765625, - 0.035308837890625, - 0.03436279296875, - 0.0012722015380859375, - 0.03564453125, - 0.00226593017578125, - -0.053436279296875, - 0.005031585693359375, - -0.01065826416015625, - 0.00791168212890625, - -0.00835418701171875, - -0.0283203125, - -0.01486968994140625, - -0.030059814453125, - 0.04931640625, - 0.01678466796875, - 0.0419921875, - 0.015350341796875, - 0.00902557373046875, - -0.00347900390625, - 0.030059814453125, - 0.02545166015625, - 0.035308837890625, - 0.03070068359375, - -0.0005640983581542969, - 0.004711151123046875, - 0.00771331787109375, - 0.01407623291015625, - -0.0156707763671875, - 0.05218505859375, - -0.0311737060546875, - 0.0213165283203125, - -0.07000732421875, - 0.024810791015625, - 0.011932373046875, - -0.01137542724609375, - 0.01375579833984375, - -0.030059814453125, - 0.01137542724609375, - -0.0200347900390625, - -0.0693359375, - -0.007476806640625, - 0.061065673828125, - -0.037841796875, - 0.009307861328125, - 0.0303802490234375, - -0.015899658203125, - 0.02099609375, - -0.057586669921875, - 0.07696533203125, - 0.02703857421875, - 0.045166015625, - -0.016143798828125, - 0.00429534912109375, - 0.04486083984375, - 0.02099609375, - 0.0092620849609375, - 0.0201263427734375, - -0.004711151123046875, - 0.053436279296875, - 0.04327392578125, - -0.005168914794921875, - -0.0194091796875, - 0.0244903564453125, - 0.017578125, - -0.06683349609375, - 0.0021266937255859375, - 0.034515380859375, - 0.031982421875, - -0.0012922286987304688, - -0.01486968994140625, - -0.022430419921875, - -0.06805419921875, - 0.04962158203125, - 0.01812744140625, - -0.018524169921875, - 0.0295867919921875, - -0.0262451171875, - 0.044525146484375, - -0.0003094673156738281, - 0.054412841796875, - -0.0677490234375, - 0.03753662109375, - -0.005687713623046875, - 0.0178985595703125, - -0.013519287109375, - 0.0186920166015625, - -0.01407623291015625, - -0.0123291015625, - -0.012725830078125, - 0.059173583984375, - -0.007793426513671875, - -0.00004285573959350586, - -0.066162109375, - -0.0193328857421875, - 0.005489349365234375, - 0.0156707763671875, - 0.04931640625, - -0.038482666015625, - -0.0221099853515625, - 0.017578125, - 0.0222625732421875, - 0.054718017578125, - -0.017730712890625, - 0.02862548828125, - -0.002643585205078125, - -0.0283203125, - -0.023223876953125, - -0.025604248046875 - ], - "metadata": { - "domains": [ - "incident-response" - ], - "phases": [ - "analysis" - ], - "tags": [ - "memory", - "python" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, - { - "id": "tool_tcpdump", - "type": "tool", - "name": "tcpdump", - "content": "tcpdump der 1987 entwickelte packet-sniffer bleibt nach fast 40 jahren das fundamentale tool für netzwerk-troubleshooting und traffic-analysis. die bpf-filter-syntax (berkeley packet filter) ermöglicht chirurgisch präzise packet-selektion: \"host 192.168.1.1 and port 80\". besonders wertvoll: memory-effiziente capture auch bei high-speed-interfaces, ascii/hex-output für quick-analysis, timestamp-precision für timeline-correlation. ring-buffer-mode rotiert captures automatisch. die libpcap-basis macht captures kompatibel zu allen major-analysis-tools. remote-capture via ssh-tunneling für network-forensics. integration in scripts für automatisierte collection. besonders geschätzt: die stabilität auch bei defekten frames, minimaler cpu-overhead, verfügbar auf jedem unix-system ohne installation. der syntax mag archaisch wirken, aber die effizienz ist unübertroffen. basis-skill für jeden netzwerk-forensiker und oft einziges tool in restricted environments. pcap cli network-forensics data-collection", - "embedding": [ - -0.0255584716796875, - 0.0005240440368652344, - 0.01384735107421875, - 0.021270751953125, - 0.0577392578125, - 0.01102447509765625, - 0.000545501708984375, - -0.00970458984375, - -0.0201873779296875, - -0.01004791259765625, - -0.048370361328125, - 0.0290679931640625, - 0.0211639404296875, - 0.0009694099426269531, - -0.040374755859375, - 0.057342529296875, - 0.004924774169921875, - -0.0033893585205078125, - -0.01136016845703125, - 0.01629638671875, - -0.00022399425506591797, - -0.0079498291015625, - -0.0176544189453125, - 0.004169464111328125, - -0.005558013916015625, - 0.0021953582763671875, - 0.00848388671875, - -0.07177734375, - -0.0261383056640625, - 0.031402587890625, - -0.0097503662109375, - -0.0221405029296875, - 0.01531219482421875, - 0.005168914794921875, - -0.0196075439453125, - -0.03570556640625, - 0.032379150390625, - -0.044464111328125, - -0.0300445556640625, - 0.0694580078125, - -0.01136016845703125, - 0.0022678375244140625, - -0.0038280487060546875, - -0.020477294921875, - 0.0014200210571289062, - -0.0290679931640625, - 0.021942138671875, - 0.0062408447265625, - 0.02447509765625, - -0.029449462890625, - 0.043304443359375, - 0.02593994140625, - -0.0018529891967773438, - -0.01151275634765625, - -0.062042236328125, - 0.0306243896484375, - 0.05267333984375, - -0.0241851806640625, - -0.044677734375, - 0.043304443359375, - -0.038818359375, - -0.035125732421875, - -0.00785064697265625, - -0.0300445556640625, - 0.0233154296875, - 0.00946044921875, - -0.027313232421875, - -0.0240020751953125, - -0.007904052734375, - -0.01531219482421875, - 0.0096588134765625, - -0.00872802734375, - -0.0030117034912109375, - 0.01502227783203125, - -0.0180511474609375, - -0.04583740234375, - 0.017364501953125, - 0.015411376953125, - 0.0018777847290039062, - 0.004608154296875, - -0.041351318359375, - 0.0267181396484375, - 0.03179931640625, - -0.0220489501953125, - 0.01019287109375, - 0.0009632110595703125, - 0.041748046875, - -0.00658416748046875, - 0.03375244140625, - 0.0166778564453125, - 0.0236053466796875, - -0.0310211181640625, - 0.03997802734375, - -0.0246734619140625, - 0.034515380859375, - 0.04095458984375, - -0.03277587890625, - -0.024871826171875, - -0.00760650634765625, - 0.0222320556640625, - 0.0221405029296875, - -0.0160980224609375, - 0.0557861328125, - 0.0156097412109375, - 0.0236053466796875, - -0.0194091796875, - 0.0013589859008789062, - -0.004413604736328125, - -0.0215606689453125, - -0.0169677734375, - -0.10614013671875, - -0.031402587890625, - -0.032958984375, - -0.046051025390625, - -0.0017681121826171875, - 0.0081939697265625, - -0.00980377197265625, - 0.049163818359375, - -0.06439208984375, - -0.033172607421875, - 0.01404571533203125, - 0.0012311935424804688, - -0.01384735107421875, - -0.0161895751953125, - -0.045440673828125, - -0.04486083984375, - 0.01384735107421875, - 0.01009368896484375, - -0.038421630859375, - -0.0228271484375, - -0.00980377197265625, - 0.004802703857421875, - -0.0086822509765625, - -0.02789306640625, - 0.0034389495849609375, - -0.0182342529296875, - 0.046051025390625, - -0.0002849102020263672, - -0.00495147705078125, - 0.006439208984375, - 0.039215087890625, - 0.0018529891967773438, - -0.05072021484375, - -0.0255584716796875, - -0.0186309814453125, - -0.01204681396484375, - -0.01190185546875, - 0.053070068359375, - -0.0181427001953125, - -0.004535675048828125, - -0.0316162109375, - 0.0300445556640625, - 0.07293701171875, - 0.01229095458984375, - 0.040191650390625, - -0.058135986328125, - -0.02691650390625, - -0.03375244140625, - 0.032958984375, - -0.047393798828125, - -0.01239013671875, - 0.00736236572265625, - -0.0300445556640625, - 0.0136566162109375, - 0.0117034912109375, - -0.0280914306640625, - -0.0230255126953125, - -0.0159912109375, - -0.006168365478515625, - -0.00931549072265625, - 0.0280914306640625, - 0.0026340484619140625, - 0.0538330078125, - 0.056976318359375, - 0.017364501953125, - -0.0002865791320800781, - -0.0005517005920410156, - -0.0033893585205078125, - 0.002231597900390625, - 0.051116943359375, - -0.0310211181640625, - -0.012969970703125, - 0.05462646484375, - -0.01180267333984375, - 0.0136566162109375, - 0.0038280487060546875, - -0.046234130859375, - -0.00634002685546875, - -0.029266357421875, - 0.0236968994140625, - -0.029449462890625, - -0.038421630859375, - -0.0189208984375, - 0.0232086181640625, - -0.006534576416015625, - 0.0577392578125, - 0.024871826171875, - -0.006778717041015625, - 0.063232421875, - -0.00970458984375, - 0.0172576904296875, - 0.00994873046875, - 0.003902435302734375, - 0.01531219482421875, - 0.020782470703125, - -0.004802703857421875, - -0.0271148681640625, - 0.0126800537109375, - 0.029449462890625, - -0.053070068359375, - -0.0232086181640625, - 0.036468505859375, - -0.021453857421875, - -0.035888671875, - -0.030426025390625, - -0.049346923828125, - 0.0007925033569335938, - -0.01155853271484375, - -0.005168914794921875, - -0.00005412101745605469, - 0.0022563934326171875, - -0.03997802734375, - 0.00907135009765625, - 0.0157012939453125, - -0.01580810546875, - 0.07843017578125, - 0.014923095703125, - -0.031219482421875, - -0.0236968994140625, - 0.0210723876953125, - 0.0165863037109375, - 0.01033782958984375, - -0.0286712646484375, - -0.00804901123046875, - 0.00421905517578125, - -0.034332275390625, - 0.058135986328125, - 0.0499267578125, - 0.00634002685546875, - 0.045257568359375, - -0.022430419921875, - 0.0275115966796875, - -0.0136566162109375, - 0.038818359375, - 0.0017557144165039062, - -0.038055419921875, - 0.00907135009765625, - -0.00197601318359375, - 0.0271148681640625, - 0.06475830078125, - -0.037078857421875, - -0.0084381103515625, - -0.0499267578125, - -0.0152130126953125, - -0.08038330078125, - -0.01107025146484375, - -0.0489501953125, - -0.034912109375, - 0.0316162109375, - 0.004364013671875, - -0.022430419921875, - -0.00531768798828125, - 0.00838470458984375, - -0.03082275390625, - 0.043701171875, - -0.0257568359375, - -0.03179931640625, - -0.00634002685546875, - 0.07611083984375, - -0.005584716796875, - -0.0210723876953125, - -0.01433563232421875, - 0.004730224609375, - -0.0018777847290039062, - 0.00951385498046875, - -0.0206756591796875, - 0.0002727508544921875, - 0.0635986328125, - 0.01209259033203125, - 0.040191650390625, - -0.019500732421875, - -0.01184844970703125, - -0.0017309188842773438, - 0.04058837890625, - -0.0235137939453125, - 0.0306243896484375, - 0.0091705322265625, - -0.00951385498046875, - -0.035491943359375, - -0.07061767578125, - 0.00682830810546875, - 0.01502227783203125, - -0.00109100341796875, - 0.0171661376953125, - 0.01209259033203125, - -0.049163818359375, - 0.0185394287109375, - -0.01082611083984375, - 0.03961181640625, - 0.028289794921875, - 0.043304443359375, - -0.0172576904296875, - 0.00634002685546875, - 0.01453399658203125, - 0.00682830810546875, - -0.02984619140625, - -0.031982421875, - -0.0306243896484375, - 0.0069732666015625, - -0.04486083984375, - -0.03179931640625, - 0.0310211181640625, - -0.0084381103515625, - 0.040771484375, - -0.0027561187744140625, - -0.02789306640625, - -0.0216522216796875, - -0.02593994140625, - 0.01326751708984375, - -0.0213623046875, - -0.04388427734375, - -0.037078857421875, - 0.054229736328125, - 0.0211639404296875, - 0.0222320556640625, - -0.01239013671875, - 0.0267181396484375, - -0.054229736328125, - 0.040771484375, - -0.038818359375, - 0.0196990966796875, - 0.02789306640625, - 0.05657958984375, - 0.037078857421875, - 0.0265350341796875, - 0.034149169921875, - 0.055389404296875, - 0.01053619384765625, - 0.00018286705017089844, - 0.002437591552734375, - 0.0189208984375, - 0.00409698486328125, - 0.046417236328125, - -0.018829345703125, - -0.0194091796875, - -0.0131683349609375, - -0.0175628662109375, - -0.00858306884765625, - 0.033355712890625, - 0.02593994140625, - 0.0271148681640625, - -0.013946533203125, - -0.004146575927734375, - 0.063232421875, - -0.00621795654296875, - 0.06475830078125, - -0.004119873046875, - -0.032196044921875, - 0.016387939453125, - 0.0216522216796875, - -0.0196990966796875, - 0.0179443359375, - 0.039215087890625, - 0.0240936279296875, - 0.004852294921875, - 0.01424407958984375, - 0.01160430908203125, - 0.018829345703125, - -0.0175628662109375, - 0.005435943603515625, - -0.007022857666015625, - -0.0232086181640625, - -0.0198974609375, - 0.0753173828125, - 0.020477294921875, - 0.0015850067138671875, - 0.050323486328125, - -0.01082611083984375, - -0.045654296875, - -0.030242919921875, - -0.056182861328125, - -0.0038776397705078125, - 0.039794921875, - 0.0181427001953125, - 0.05853271484375, - -0.02496337890625, - -0.0616455078125, - 0.00858306884765625, - -0.043121337890625, - 0.09912109375, - 0.06048583984375, - 0.01019287109375, - 0.02984619140625, - -0.0218505859375, - 0.003658294677734375, - 0.0251617431640625, - -0.00446319580078125, - -0.01141357421875, - 0.0792236328125, - 0.0141448974609375, - 0.005096435546875, - -0.0261383056640625, - 0.006046295166015625, - 0.032196044921875, - 0.013458251953125, - 0.0015544891357421875, - 0.056976318359375, - 0.01009368896484375, - 0.0177459716796875, - -0.031982421875, - 0.01239013671875, - 0.040771484375, - -0.02789306640625, - 0.0147247314453125, - -0.002109527587890625, - 0.01082611083984375, - -0.03900146484375, - -0.0020599365234375, - 0.02447509765625, - -0.00760650634765625, - 0.0257568359375, - 0.01502227783203125, - -0.034515380859375, - -0.0296478271484375, - 0.058135986328125, - -0.06085205078125, - 0.017852783203125, - 0.032958984375, - -0.0247802734375, - -0.01404571533203125, - -0.01287841796875, - -0.05267333984375, - 0.0030841827392578125, - -0.046417236328125, - -0.033355712890625, - 0.006534576416015625, - 0.015899658203125, - -0.055023193359375, - -0.019317626953125, - -0.033538818359375, - -0.01433563232421875, - -0.0275115966796875, - -0.0276947021484375, - 0.01092529296875, - 0.0215606689453125, - -0.006389617919921875, - 0.0261383056640625, - 0.036102294921875, - -0.032379150390625, - -0.039215087890625, - 0.055023193359375, - 0.0016336441040039062, - -0.038818359375, - 0.007904052734375, - -0.005924224853515625, - 0.007511138916015625, - -0.036865234375, - -0.0152130126953125, - 0.0011091232299804688, - 0.0009021759033203125, - 0.0218505859375, - 0.0172576904296875, - -0.039215087890625, - -0.0257568359375, - -0.01375579833984375, - 0.0280914306640625, - -0.007411956787109375, - 0.031402587890625, - 0.00006020069122314453, - -0.046417236328125, - 0.025360107421875, - -0.06396484375, - -0.0236053466796875, - 0.0215606689453125, - 0.01068115234375, - -0.019989013671875, - 0.07061767578125, - -0.022918701171875, - 0.00139617919921875, - 0.0079498291015625, - 0.034149169921875, - 0.036865234375, - -0.0074615478515625, - -0.040374755859375, - 0.054229736328125, - 0.0255584716796875, - -0.042327880859375, - -0.025360107421875, - -0.0189208984375, - -0.015899658203125, - 0.03997802734375, - -0.038818359375, - -0.00421905517578125, - -0.015411376953125, - -0.04388427734375, - -0.0271148681640625, - -0.0160980224609375, - -0.01078033447265625, - -0.031219482421875, - -0.0015544891357421875, - 0.04876708984375, - 0.0222320556640625, - 0.0231170654296875, - 0.042724609375, - 0.0165863037109375, - 0.02496337890625, - -0.0019512176513671875, - -0.0230255126953125, - -0.00024390220642089844, - -0.0499267578125, - -0.0187225341796875, - 0.005828857421875, - 0.039398193359375, - -0.02984619140625, - -0.0024509429931640625, - 0.00658416748046875, - -0.008148193359375, - 0.0167694091796875, - -0.06671142578125, - -0.0174560546875, - -0.01287841796875, - -0.0265350341796875, - -0.032196044921875, - -0.026336669921875, - 0.020965576171875, - 0.0261383056640625, - -0.037078857421875, - -0.034515380859375, - 0.033172607421875, - -0.013946533203125, - 0.041168212890625, - 0.020294189453125, - -0.013946533203125, - 0.0021209716796875, - -0.0172576904296875, - 0.0146331787109375, - -0.0157012939453125, - 0.044464111328125, - -0.0316162109375, - -0.0236968994140625, - -0.0714111328125, - 0.01180267333984375, - 0.0003886222839355469, - -0.0230255126953125, - -0.01033782958984375, - -0.041351318359375, - -0.05072021484375, - -0.022918701171875, - 0.0284881591796875, - 0.0182342529296875, - 0.006046295166015625, - -0.031219482421875, - -0.0325927734375, - -0.00707244873046875, - -0.01424407958984375, - 0.0194091796875, - -0.04058837890625, - 0.0286712646484375, - -0.01424407958984375, - -0.04156494140625, - 0.04156494140625, - 0.040374755859375, - 0.033172607421875, - 0.035491943359375, - 0.046051025390625, - -0.00823974609375, - 0.029266357421875, - -0.03082275390625, - -0.033172607421875, - -0.00385284423828125, - -0.0017194747924804688, - 0.023895263671875, - -0.01141357421875, - -0.006679534912109375, - 0.015411376953125, - 0.0236968994140625, - 0.0131683349609375, - 0.01004791259765625, - 0.0032672882080078125, - 0.063232421875, - -0.0131683349609375, - 0.04486083984375, - -0.038818359375, - -0.032379150390625, - -0.01233673095703125, - -0.0005059242248535156, - 0.034515380859375, - 0.033538818359375, - -0.01551055908203125, - -0.0240936279296875, - 0.0247802734375, - 0.060089111328125, - -0.0196990966796875, - -0.0284881591796875, - -0.036865234375, - -0.005023956298828125, - 0.0035610198974609375, - 0.041748046875, - -0.0035839080810546875, - 0.06280517578125, - 0.0159912109375, - -0.000667572021484375, - 0.051513671875, - 0.050323486328125, - 0.042327880859375, - -0.007511138916015625, - -0.0175628662109375, - 0.0157012939453125, - 0.0233154296875, - -0.035888671875, - -0.049346923828125, - -0.02691650390625, - 0.08428955078125, - -0.046234130859375, - -0.016387939453125, - -0.00658416748046875, - -0.007122039794921875, - 0.005634307861328125, - 0.0121917724609375, - -0.031219482421875, - 0.04193115234375, - 0.00536346435546875, - -0.06475830078125, - 0.01355743408203125, - -0.0035114288330078125, - 0.01424407958984375, - 0.07177734375, - 0.041351318359375, - -0.00960540771484375, - 0.0107269287109375, - 0.03863525390625, - 0.056182861328125, - 0.025360107421875, - 0.037841796875, - -0.01102447509765625, - 0.018341064453125, - 0.034149169921875, - 0.054229736328125, - -0.0251617431640625, - -0.01433563232421875, - 0.0245819091796875, - 0.0518798828125, - 0.07025146484375, - 0.05267333984375, - 0.0074615478515625, - -0.0164794921875, - -0.0286712646484375, - -0.0306243896484375, - 0.005096435546875, - -0.0007863044738769531, - -0.0107269287109375, - -0.0218505859375, - -0.045257568359375, - 0.034515380859375, - -0.033538818359375, - 0.0316162109375, - 0.0180511474609375, - -0.0286712646484375, - -0.01141357421875, - 0.040771484375, - -0.0160980224609375, - -0.053436279296875, - 0.03179931640625, - -0.04290771484375, - -0.047210693359375, - -0.01068115234375, - -0.00951385498046875, - 0.050323486328125, - -0.014434814453125, - -0.08270263671875, - -0.01082611083984375, - 0.039794921875, - -0.030426025390625, - -0.032958984375, - -0.0191192626953125, - 0.00926971435546875, - -0.0218505859375, - -0.0233154296875, - -0.06048583984375, - -0.035491943359375, - 0.0017557144165039062, - -0.02691650390625, - 0.0103912353515625, - 0.003536224365234375, - -0.033355712890625, - 0.01029205322265625, - -0.0186309814453125, - -0.01087188720703125, - 0.042144775390625, - -0.046417236328125, - 0.045257568359375, - 0.0271148681640625, - 0.017364501953125, - 0.00955963134765625, - 0.041168212890625, - -0.019500732421875, - -0.013458251953125, - 0.00833892822265625, - -0.07611083984375, - -0.0026454925537109375, - -0.00658416748046875, - 0.0019388198852539062, - -0.0714111328125, - 0.0014142990112304688, - 0.039398193359375, - -0.06243896484375, - 0.018341064453125, - -0.0240936279296875, - -0.0208740234375, - -0.046630859375, - 0.0300445556640625, - -0.0004878044128417969, - 0.004024505615234375, - 0.0850830078125, - 0.027313232421875, - -0.0222320556640625, - 0.0077056884765625, - -0.048583984375, - 0.04156494140625, - 0.0114593505859375, - 0.038818359375, - -0.0271148681640625, - 0.0159912109375, - 0.0290679931640625, - -0.006439208984375, - 0.007266998291015625, - -0.0831298828125, - -0.003292083740234375, - 0.0225372314453125, - 0.0159912109375, - -0.0030727386474609375, - -0.0181427001953125, - -0.04779052734375, - -0.01107025146484375, - -0.0310211181640625, - 0.0231170654296875, - 0.017852783203125, - -0.003925323486328125, - -0.0286712646484375, - 0.00682830810546875, - -0.018341064453125, - -0.055023193359375, - -0.050323486328125, - -0.022918701171875, - 0.03570556640625, - 0.0177459716796875, - -0.06591796875, - 0.0306243896484375, - 0.0255584716796875, - -0.00951385498046875, - 0.013946533203125, - 0.0489501953125, - -0.055389404296875, - -0.0027313232421875, - -0.004047393798828125, - 0.0205841064453125, - 0.00360870361328125, - -0.007904052734375, - 0.01204681396484375, - 0.007167816162109375, - 0.033172607421875, - -0.0159912109375, - 0.03179931640625, - 0.058135986328125, - -0.01009368896484375, - -0.06439208984375, - -0.0201873779296875, - -0.01009368896484375, - 0.0211639404296875, - 0.016387939453125, - 0.04974365234375, - 0.027313232421875, - -0.037841796875, - -0.08233642578125, - 0.023406982421875, - -0.01131439208984375, - 0.031402587890625, - 0.00124359130859375, - -0.01160430908203125, - -0.060089111328125, - -0.042327880859375, - -0.01482391357421875, - 0.019317626953125, - -0.0175628662109375, - 0.04095458984375, - 0.01082611083984375, - -0.01102447509765625, - 0.02789306640625, - -0.0009202957153320312, - 0.004779815673828125, - 0.039398193359375, - 0.0217437744140625, - -0.050323486328125, - 0.0596923828125, - -0.0231170654296875, - 0.0276947021484375, - -0.041351318359375, - 0.00115203857421875, - -0.015899658203125, - 0.0126800537109375, - -0.03900146484375, - -0.03179931640625, - 0.025360107421875, - 0.04388427734375, - 0.000022113323211669922, - -0.00897216796875, - -0.0192108154296875, - 0.0136566162109375, - 0.02691650390625, - -0.013458251953125, - 0.019805908203125, - -0.00312042236328125, - 0.01433563232421875, - -0.040191650390625, - -0.0655517578125, - -0.10614013671875, - 0.00858306884765625, - -0.044677734375, - 0.00324249267578125, - 0.0010480880737304688, - -0.000545501708984375, - 0.0226287841796875, - -0.0210723876953125, - 0.005340576171875, - -0.0079498291015625, - -0.01239013671875, - -0.04974365234375, - 0.00921630859375, - -0.007167816162109375, - 0.0247802734375, - 0.0010671615600585938, - -0.035125732421875, - 0.0189208984375, - 0.0019512176513671875, - -0.0102386474609375, - -0.0316162109375, - 0.0210723876953125, - -0.0221405029296875, - 0.0192108154296875, - -0.07293701171875, - -0.030426025390625, - 0.0176544189453125, - 0.06243896484375, - 0.0306243896484375, - -0.0310211181640625, - 0.05657958984375, - 0.00109100341796875, - -0.08697509765625, - 0.03997802734375, - -0.01326751708984375, - -0.037445068359375, - 0.032196044921875, - -0.0196990966796875, - 0.00936126708984375, - 0.0024013519287109375, - 0.0557861328125, - 0.044281005859375, - 0.0126800537109375, - 0.032379150390625, - -0.0246734619140625, - -0.01126861572265625, - -0.0192108154296875, - 0.0194091796875, - 0.01229095458984375, - 0.030426025390625, - -0.0064849853515625, - 0.0203857421875, - -0.0220489501953125, - -0.09326171875, - -0.0035114288330078125, - -0.035491943359375, - -0.04254150390625, - -0.00970458984375, - 0.061248779296875, - 0.052276611328125, - 0.0009450912475585938, - 0.020782470703125, - 0.034912109375, - 0.0228271484375, - 0.0067291259765625, - -0.0021572113037109375, - -0.051513671875, - -0.013946533203125, - 0.014923095703125, - 0.00799560546875, - -0.060089111328125, - 0.04095458984375, - 0.043701171875, - -0.00756072998046875, - -0.0240020751953125, - 0.0236053466796875, - -0.0034618377685546875, - 0.031402587890625, - 0.029449462890625, - 0.0240936279296875, - -0.060089111328125, - 0.003658294677734375, - 0.006290435791015625, - 0.006439208984375, - 0.002925872802734375, - -0.00511932373046875, - -0.0265350341796875, - 0.0236053466796875, - -0.03570556640625, - 0.016387939453125, - 0.0213623046875, - 0.08233642578125, - 0.01053619384765625, - -0.043487548828125, - -0.0196075439453125, - 0.044677734375, - 0.037445068359375, - -0.0103912353515625, - 0.00984954833984375, - 0.01053619384765625, - -0.003902435302734375, - 0.0261383056640625, - 0.04095458984375, - -0.0014448165893554688, - 0.03375244140625, - 0.01078033447265625, - -0.055389404296875, - 0.020965576171875, - -0.006633758544921875, - 0.0198974609375, - -0.003047943115234375, - -0.01326751708984375, - -0.0286712646484375, - -0.05657958984375, - 0.027313232421875, - 0.031402587890625, - 0.034912109375, - -0.0003337860107421875, - 0.003925323486328125, - 0.0010976791381835938, - -0.01580810546875, - 0.022918701171875, - 0.043304443359375, - 0.0251617431640625, - 0.0102386474609375, - 0.033935546875, - 0.0136566162109375, - -0.004756927490234375, - -0.013458251953125, - 0.031402587890625, - -0.044464111328125, - 0.00911712646484375, - -0.06591796875, - 0.0169677734375, - -0.0007681846618652344, - -0.03863525390625, - -0.00785064697265625, - -0.039215087890625, - 0.022430419921875, - -0.01629638671875, - -0.041351318359375, - 0.0015726089477539062, - 0.05267333984375, - -0.0171661376953125, - 0.0034618377685546875, - 0.0156097412109375, - 0.0036334991455078125, - 0.0203857421875, - -0.046630859375, - 0.05889892578125, - 0.034515380859375, - 0.0196990966796875, - -0.0184326171875, - 0.01200103759765625, - 0.032379150390625, - 0.0102386474609375, - -0.006290435791015625, - 0.042724609375, - -0.04058837890625, - 0.0518798828125, - 0.0211639404296875, - 0.0109710693359375, - -0.033935546875, - 0.0109710693359375, - 0.03082275390625, - -0.03668212890625, - 0.050323486328125, - 0.00994873046875, - 0.00902557373046875, - -0.01629638671875, - 0.007411956787109375, - -0.030242919921875, - -0.04156494140625, - 0.054229736328125, - 0.015899658203125, - 0.00482940673828125, - 0.0184326171875, - -0.05267333984375, - 0.06085205078125, - 0.000743865966796875, - 0.039794921875, - -0.06866455078125, - 0.0325927734375, - -0.0198974609375, - 0.01335906982421875, - -0.003414154052734375, - 0.014923095703125, - -0.00878143310546875, - 0.00809478759765625, - -0.0023288726806640625, - 0.060089111328125, - 0.01102447509765625, - -0.0166778564453125, - -0.051116943359375, - 0.01107025146484375, - 0.0165863037109375, - -0.005340576171875, - -0.0020236968994140625, - -0.058135986328125, - -0.005706787109375, - 0.0275115966796875, - 0.034149169921875, - 0.06048583984375, - 0.00736236572265625, - 0.02984619140625, - -0.00862884521484375, - -0.0030364990234375, - 0.0033397674560546875, - -0.0089263916015625 - ], - "metadata": { - "domains": [ - "network-forensics" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "pcap", - "cli" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Parrot_Security_OS", - "type": "tool", - "name": "Parrot Security OS", - "content": "parrot security os die privacy-fokussierte alternative zu kali linux mit eingebautem anonymisierungs-framework. anonsurf routet traffic durch tor für verdeckte ermittlungen. forensik-tools treffen auf pentesting-arsenal in datenschutzfreundlicher umgebung. rolling-release hält 600+ tools aktuell ohne neuinstallation. der ressourcenschonende mate-desktop läuft flüssig auf älteren laptops. besonders wertvoll: eingebaute kryptographie-tools, sichere kommunikations-apps, sandbox für malware. die forensik-edition fokussiert auf incident-response. docker-support für tool-isolation. arm-versionen für raspberry pi und mobile-forensik. die italienische entwicklung bringt europäische datenschutz-werte. mehrere desktop-umgebungen wählbar. live-boot mit persistence für feldarbeit. der apparmor-schutz härtet gegen exploits. community kleiner aber engagierter als kali. perfekt für ermittler die privatsphäre und sicherheit priorisieren. gui command-line 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.035400390625, - -0.004650115966796875, - 0.0587158203125, - -0.0007729530334472656, - 0.0193023681640625, - 0.028350830078125, - 0.014984130859375, - -0.004978179931640625, - -0.01337432861328125, - -0.00673675537109375, - -0.0297698974609375, - 0.053497314453125, - -0.023223876953125, - -0.016082763671875, - -0.0599365234375, - 0.03802490234375, - -0.0141754150390625, - 0.00432586669921875, - 0.00417327880859375, 0.007694244384765625, - 0.00040221214294433594, - -0.01197052001953125, - -0.06597900390625, - 0.00885009765625, - -0.0026531219482421875, - 0.00630950927734375, - -0.0247344970703125, - -0.07080078125, - -0.00623321533203125, - -0.01251983642578125, - -0.006587982177734375, - -0.00475311279296875, - 0.002338409423828125, - 0.042449951171875, - -0.006786346435546875, - -0.0142822265625, - -0.0093536376953125, - -0.0382080078125, - -0.0167999267578125, - 0.04486083984375, - -0.01568603515625, - -0.0210113525390625, - 0.019805908203125, - 0.0161895751953125, - -0.0195159912109375, - -0.019805908203125, - -0.0171966552734375, - -0.005229949951171875, - 0.0277557373046875, - -0.0211181640625, - 0.0230255126953125, - 0.031768798828125, - -0.006988525390625, - -0.01629638671875, - -0.0416259765625, - 0.0205078125, - 0.0254364013671875, - -0.061126708984375, - -0.0341796875, - 0.047271728515625, - -0.046661376953125, - -0.0205078125, - 0.008697509765625, - -0.0305633544921875, - 0.0107574462890625, - 0.00475311279296875, - 0.004573822021484375, - -0.0291595458984375, - -0.027557373046875, - -0.005580902099609375, - 0.02996826171875, - -0.01201629638671875, - -0.0229339599609375, - 0.025238037109375, - -0.03558349609375, - -0.0277557373046875, - 0.04986572265625, - 0.033782958984375, - 0.0229339599609375, - -0.01171875, - -0.038421630859375, - 0.0141754150390625, - 0.037017822265625, - -0.031982421875, - 0.01558685302734375, - -0.0036449432373046875, - 0.0175018310546875, - 0.008697509765625, - -0.01201629638671875, - -0.00001895427703857422, - 0.037017822265625, - -0.0021495819091796875, - 0.0020732879638671875, - -0.036590576171875, - 0.006160736083984375, - 0.059539794921875, - -0.01387786865234375, - -0.01236724853515625, - -0.016998291015625, - 0.035003662109375, - 0.0233306884765625, - -0.01271820068359375, - 0.041839599609375, - 0.023834228515625, - 0.02081298828125, - -0.0134735107421875, - 0.00560760498046875, - -0.03558349609375, - -0.00673675537109375, - -0.00724029541015625, - -0.0711669921875, - -0.0301666259765625, - -0.01065826416015625, - -0.061126708984375, - -0.0009050369262695312, - 0.006786346435546875, - -0.0084991455078125, - 0.036590576171875, - -0.0305633544921875, - -0.0751953125, - 0.040008544921875, - 0.0185089111328125, - 0.008148193359375, - 0.006435394287109375, - -0.06719970703125, - -0.050689697265625, - 0.01568603515625, - 0.017303466796875, - -0.05670166015625, - -0.03399658203125, - -0.0185089111328125, - -0.027557373046875, - -0.0195159912109375, - -0.045257568359375, - -0.01030731201171875, - -0.049072265625, - 0.026947021484375, - -0.006435394287109375, - -0.0017223358154296875, - 0.018096923828125, - 0.022125244140625, - -0.032379150390625, - -0.051300048828125, - 0.0062103271484375, - -0.0360107421875, - -0.00560760498046875, - -0.00965118408203125, - 0.04827880859375, - -0.01407623291015625, - 0.006336212158203125, - 0.00839996337890625, - 0.0209197998046875, - 0.052276611328125, - 0.0025272369384765625, - 0.031585693359375, - -0.035186767578125, - -0.020111083984375, - 0.005706787109375, - 0.046051025390625, - -0.0186004638671875, - -0.01050567626953125, - -0.007640838623046875, - 0.0011749267578125, - 0.0193023681640625, - -0.0210113525390625, - -0.0219268798828125, - -0.00688934326171875, - -0.0095062255859375, - 0.033599853515625, - 0.020111083984375, - 0.031585693359375, - 0.020721435546875, - 0.057525634765625, - 0.05029296875, - 0.01568603515625, - 0.0209197998046875, - -0.0175018310546875, - 0.00213623046875, - 0.0291595458984375, - 0.050689697265625, - -0.0271453857421875, - -0.009857177734375, - 0.0297698974609375, - -0.00759124755859375, - 0.012969970703125, - 0.0175933837890625, - -0.0246429443359375, - 0.002475738525390625, - -0.04022216796875, - 0.044647216796875, - -0.03338623046875, - -0.0177001953125, - 0.012969970703125, - 0.022125244140625, - -0.004199981689453125, - 0.04022216796875, - 0.040008544921875, - -0.01030731201171875, - 0.057525634765625, - -0.016998291015625, - 0.005985260009765625, - 0.0267486572265625, - -0.0120697021484375, - 0.0287628173828125, - 0.03680419921875, - 0.00980377197265625, - 0.006988525390625, - 0.041229248046875, - 0.0178985595703125, - -0.0209197998046875, - -0.02252197265625, - 0.039215087890625, - -0.0200042724609375, - -0.02423095703125, - -0.0171966552734375, - -0.036590576171875, - -0.0004901885986328125, - -0.033599853515625, - -0.002010345458984375, - -0.00875091552734375, - -0.005252838134765625, - -0.0291595458984375, - 0.01357269287109375, - 0.038818359375, - -0.04022216796875, - 0.0518798828125, - 0.0287628173828125, - -0.0195159912109375, - -0.01131439208984375, - 0.0210113525390625, - 0.02593994140625, - 0.03216552734375, - -0.01306915283203125, - 0.003017425537109375, - -0.0164947509765625, - -0.042449951171875, - 0.039825439453125, - 0.03680419921875, - 0.02593994140625, - -0.004802703857421875, - -0.035003662109375, - 0.047271728515625, - -0.0158843994140625, - 0.05389404296875, - 0.0428466796875, - 0.016387939453125, - -0.006988525390625, - 0.014678955078125, - 0.039825439453125, - 0.0599365234375, - -0.055511474609375, - -0.0100555419921875, - -0.03802490234375, - 0.01317596435546875, - -0.060333251953125, - -0.02593994140625, - -0.019012451171875, - -0.049468994140625, - 0.039031982421875, - -0.0195159912109375, - -0.053497314453125, - -0.008148193359375, - 0.01407623291015625, - -0.00894927978515625, - 0.0291595458984375, - -0.003871917724609375, - -0.04425048828125, - 0.001659393310546875, - 0.05389404296875, - -0.0024890899658203125, - -0.018798828125, - -0.0297698974609375, - 0.0291595458984375, - 0.0093994140625, - 0.01065826416015625, - 0.006134033203125, - -0.0011310577392578125, - 0.040435791015625, - 0.029571533203125, - 0.022430419921875, - -0.031585693359375, - 0.0271453857421875, - 0.0120697021484375, - 0.01407623291015625, - -0.05047607421875, - 0.014678955078125, - -0.00914764404296875, - 0.0159912109375, - -0.01081085205078125, - -0.06195068359375, - 0.002223968505859375, - 0.02655029296875, - 0.003948211669921875, - -0.012969970703125, - -0.00914764404296875, - -0.04083251953125, - 0.01287078857421875, - 0.0025634765625, - -0.0081939697265625, - 0.02935791015625, - 0.040618896484375, - -0.021820068359375, - 0.002349853515625, - -0.01050567626953125, - 0.0022125244140625, - -0.05712890625, - -0.031982421875, - -0.013275146484375, - -0.006359100341796875, - -0.06475830078125, - -0.03759765625, - 0.00859832763671875, - -0.007442474365234375, - 0.0157928466796875, - -0.002552032470703125, - -0.00708770751953125, - -0.022216796875, - -0.050872802734375, - 0.0263519287109375, - -0.036590576171875, - -0.013275146484375, - -0.0239410400390625, - 0.0234375, - 0.01055908203125, - -0.00603485107421875, - -0.01528167724609375, - -0.01629638671875, - -0.04345703125, - 0.0273590087890625, - -0.0212249755859375, - 0.05108642578125, - -0.006534576416015625, - 0.0277557373046875, - 0.04022216796875, - 0.046875, - 0.0228271484375, - 0.022125244140625, - 0.020111083984375, - -0.009002685546875, - 0.006988525390625, - 0.0093994140625, - -0.0066375732421875, - 0.0307769775390625, - -0.020416259765625, - -0.0164947509765625, - -0.005001068115234375, - -0.035186767578125, - 0.01629638671875, - 0.00444793701171875, - 0.0074920654296875, - 0.039215087890625, - -0.0205078125, - 0.02935791015625, - 0.038604736328125, - -0.006839752197265625, - 0.08123779296875, - -0.002010345458984375, - -0.036407470703125, - 0.004573822021484375, - 0.031982421875, - 0.01186370849609375, - -0.0056304931640625, - 0.0496826171875, - 0.018707275390625, - 0.006435394287109375, - 0.054290771484375, - -0.042236328125, - 0.0209197998046875, - -0.006259918212890625, - -0.01050567626953125, - 0.0167999267578125, - -0.016998291015625, - -0.0003566741943359375, - 0.0103607177734375, - 0.0496826171875, - -0.00595855712890625, - 0.0287628173828125, - -0.041015625, - -0.018402099609375, - -0.021820068359375, - -0.041229248046875, - 0.007442474365234375, - 0.041839599609375, - 0.00260162353515625, - 0.0679931640625, - -0.03216552734375, - -0.08123779296875, - 0.0243377685546875, - -0.046661376953125, - 0.06597900390625, - 0.0243377685546875, - 0.03680419921875, - 0.035797119140625, - -0.0240325927734375, - -0.00809478759765625, - 0.046661376953125, - 0.0006756782531738281, - 0.026947021484375, - 0.053497314453125, - 0.02996826171875, - 0.02655029296875, - -0.0281524658203125, - 0.00980377197265625, - 0.036407470703125, - 0.00688934326171875, - 0.007442474365234375, - 0.0034942626953125, - -0.00452423095703125, - 0.02313232421875, - -0.046051025390625, - 0.054718017578125, - 0.01528167724609375, - -0.01146697998046875, - 0.0019855499267578125, - -0.01528167724609375, - 0.016082763671875, - -0.04827880859375, - 0.01508331298828125, - 0.0016717910766601562, - -0.0035190582275390625, - 0.002941131591796875, - 0.03759765625, - -0.050689697265625, - -0.0093536376953125, - 0.039215087890625, - -0.06719970703125, - 0.01131439208984375, - 0.0158843994140625, - -0.0220184326171875, - 0.00965118408203125, - -0.03460693359375, - -0.061553955078125, - -0.0159912109375, - -0.0142822265625, - -0.0394287109375, - 0.00460052490234375, - 0.01151275634765625, - -0.052276611328125, - -0.035003662109375, - -0.0428466796875, - -0.006534576416015625, - -0.0034942626953125, - -0.003795623779296875, - 0.03759765625, - 0.002979278564453125, - -0.03558349609375, - 0.02996826171875, - 0.035003662109375, - 0.009002685546875, - -0.0216217041015625, - 0.04364013671875, - -0.027557373046875, - -0.025146484375, - 0.033172607421875, - -0.004425048828125, - 0.002941131591796875, - -0.00560760498046875, - 0.0029163360595703125, - -0.0223236083984375, - 0.03460693359375, - 0.003696441650390625, - 0.0186004638671875, - -0.041229248046875, - -0.0305633544921875, - -0.0711669921875, - 0.037017822265625, - 0.0022125244140625, - 0.03680419921875, - -0.0213165283203125, - -0.052703857421875, - 0.06195068359375, - -0.048858642578125, - -0.01971435546875, - -0.0168914794921875, - -0.0033435821533203125, - -0.0014390945434570312, - 0.032379150390625, - -0.014678955078125, - 0.0036449432373046875, - -0.0277557373046875, - 0.047271728515625, - 0.0034694671630859375, - 0.004878997802734375, - -0.037200927734375, - 0.0301666259765625, - 0.0382080078125, - -0.05389404296875, - 0.01558685302734375, - -0.00638580322265625, - -0.018798828125, - 0.03759765625, - -0.08526611328125, - -0.0168914794921875, - 0.0341796875, - -0.0804443359375, - -0.0273590087890625, - -0.04644775390625, - -0.035003662109375, - -0.040435791015625, - -0.00824737548828125, - 0.0311737060546875, - -0.0052032470703125, - 0.018707275390625, - -0.0092010498046875, - 0.00628662109375, - 0.01971435546875, - 0.007640838623046875, - -0.026947021484375, - 0.020721435546875, - -0.047454833984375, - -0.0599365234375, - -0.01488494873046875, - 0.04443359375, - -0.025238037109375, - 0.0009241104125976562, - 0.0038471221923828125, - 0.004398345947265625, - 0.05047607421875, - -0.0450439453125, - 0.01096343994140625, - -0.0127716064453125, - -0.041839599609375, - -0.04144287109375, - -0.0599365234375, - 0.0203094482421875, - 0.017303466796875, - -0.00945281982421875, - 0.045867919921875, - 0.036407470703125, - -0.054290771484375, - 0.038818359375, - 0.01387786865234375, - 0.00510406494140625, - 0.017303466796875, - -0.005054473876953125, - -0.0010938644409179688, - -0.0206146240234375, - 0.032989501953125, - -0.01488494873046875, - -0.0246429443359375, - -0.062744140625, - -0.002941131591796875, - -0.017303466796875, - -0.033599853515625, - -0.01186370849609375, - -0.0297698974609375, - -0.08367919921875, - -0.03619384765625, - 0.0267486572265625, - 0.00032520294189453125, - 0.0033435821533203125, - -0.0273590087890625, - -0.0154876708984375, - -0.0029163360595703125, - -0.038421630859375, - 0.03558349609375, - -0.0035953521728515625, - 0.030975341796875, - -0.0080413818359375, - -0.0271453857421875, - 0.021728515625, - 0.0263519287109375, - 0.0186004638671875, - 0.01397705078125, - 0.035797119140625, - -0.01971435546875, - 0.03619384765625, - 0.00844573974609375, - 0.004573822021484375, - 0.01629638671875, - -0.031585693359375, - 0.05029296875, - -0.0347900390625, - -0.011260986328125, - -0.0009870529174804688, - 0.017303466796875, - 0.02996826171875, - -0.005580902099609375, - -0.018402099609375, - 0.0194091796875, - -0.005481719970703125, - 0.051483154296875, - -0.0360107421875, - -0.056304931640625, - -0.003948211669921875, - -0.005832672119140625, - 0.05047607421875, - 0.029571533203125, - -0.0234375, - -0.032989501953125, - 0.0210113525390625, - 0.051483154296875, - 0.00036144256591796875, - -0.01166534423828125, - -0.0240325927734375, - 0.0025768280029296875, - 0.025543212890625, - 0.038818359375, - 0.0142822265625, - 0.08770751953125, - 0.040435791015625, - -0.0032939910888671875, - 0.0234375, - 0.058319091796875, - 0.00267791748046875, - -0.0165863037109375, - -0.04644775390625, - 0.0011501312255859375, - 0.0175018310546875, - -0.0518798828125, - -0.030364990234375, - 0.00995635986328125, - 0.0723876953125, - -0.09375, - -0.041229248046875, - -0.001621246337890625, - -0.0263519287109375, - 0.0234375, - 0.01151275634765625, - -0.01357269287109375, - 0.035186767578125, - -0.002338409423828125, - -0.034393310546875, - 0.01116180419921875, - -0.01407623291015625, - 0.0237274169921875, - 0.07000732421875, - 0.04144287109375, - -0.031768798828125, - 0.037811279296875, - 0.045257568359375, - 0.018402099609375, - 0.03741455078125, - 0.047454833984375, - 0.029571533203125, - 0.0229339599609375, - 0.03338623046875, - 0.047882080078125, - -0.0126190185546875, - -0.030975341796875, - -0.00628662109375, - 0.0206146240234375, - 0.06317138671875, - 0.047271728515625, - -0.0093536376953125, - 0.0012006759643554688, - -0.0144805908203125, - -0.041015625, - 0.012969970703125, - 0.009857177734375, - -0.013275146484375, - -0.06195068359375, - -0.036590576171875, - 0.00965118408203125, - 0.00374603271484375, - 0.0234375, - 0.0227203369140625, - -0.0307769775390625, - 0.016387939453125, - 0.033782958984375, - -0.0240325927734375, - -0.04345703125, - 0.003543853759765625, - -0.0168914794921875, - -0.039825439453125, - -0.03277587890625, - -0.0199127197265625, - 0.049285888671875, - -0.0151824951171875, - -0.055511474609375, - -0.03558349609375, - 0.0223236083984375, - -0.039825439453125, - -0.0211181640625, - -0.004474639892578125, - 0.00302886962890625, - -0.03802490234375, - -0.06878662109375, - -0.02593994140625, - -0.045257568359375, - 0.0182037353515625, - -0.0212249755859375, - 0.01306915283203125, - -0.0127716064453125, - -0.031768798828125, - -0.0194091796875, - 0.0018606185913085938, - -0.03277587890625, - 0.0157928466796875, - -0.0394287109375, - 0.01387786865234375, - 0.0142822265625, - 0.035797119140625, - 0.052276611328125, - 0.051483154296875, - 0.0171966552734375, - -0.0175018310546875, - -0.0056304931640625, - -0.0711669921875, - -0.0154876708984375, - -0.0271453857421875, - 0.0297698974609375, - -0.06756591796875, - -0.0006976127624511719, - 0.04766845703125, - -0.07037353515625, - 0.030975341796875, - 0.021514892578125, - 0.004123687744140625, - -0.0245361328125, - 0.0301666259765625, - 0.006587982177734375, - 0.033599853515625, - 0.106201171875, - 0.00424957275390625, - -0.0110626220703125, - 0.006134033203125, - -0.042449951171875, - 0.04705810546875, - 0.024932861328125, - 0.020111083984375, - -0.048675537109375, - 0.00914764404296875, - 0.0277557373046875, - -0.0032939910888671875, - 0.00794219970703125, - -0.065185546875, - 0.01528167724609375, - 0.02593994140625, - 0.007843017578125, - -0.01282501220703125, - -0.005153656005859375, - -0.04705810546875, - -0.0185089111328125, - -0.007190704345703125, - 0.01236724853515625, - 0.021514892578125, - 0.004852294921875, - -0.0161895751953125, - -0.0240325927734375, - -0.026947021484375, - -0.051300048828125, - -0.0360107421875, - -0.005126953125, - 0.04486083984375, - 0.00203704833984375, - -0.049285888671875, - 0.0291595458984375, - -0.01739501953125, - 0.012969970703125, - 0.00809478759765625, - 0.058319091796875, - -0.06634521484375, - 0.01337432861328125, - -0.0008234977722167969, - 0.058319091796875, - -0.01317596435546875, - -0.00759124755859375, - 0.0034198760986328125, - -0.004901885986328125, - 0.042449951171875, - -0.028350830078125, - 0.037017822265625, - 0.016998291015625, - -0.0212249755859375, - -0.06317138671875, - -0.049468994140625, - -0.05914306640625, - 0.04705810546875, - -0.005252838134765625, - 0.019012451171875, - -0.00015401840209960938, - -0.034393310546875, - -0.06756591796875, - 0.0243377685546875, - -0.005733489990234375, - 0.00545501708984375, - 0.019012451171875, - -0.0254364013671875, - -0.06597900390625, - -0.0233306884765625, - -0.01357269287109375, - -0.0030422210693359375, - -0.043853759765625, - 0.0192108154296875, - -0.005657196044921875, - 0.0033435821533203125, - -0.01910400390625, - -0.007694244384765625, - 0.0134735107421875, - 0.04345703125, - 0.0347900390625, - -0.0263519287109375, - 0.053497314453125, - -0.03216552734375, - 0.0305633544921875, - 0.004425048828125, - -0.006259918212890625, - -0.007843017578125, - -0.0291595458984375, - -0.0281524658203125, - 0.03277587890625, - 0.01221466064453125, - 0.03399658203125, - -0.024139404296875, - 0.01251983642578125, - -0.02252197265625, - 0.004825592041015625, - 0.031982421875, - -0.03460693359375, - 0.0005121231079101562, - 0.01367950439453125, - 0.006587982177734375, - -0.006587982177734375, - -0.060333251953125, - -0.08001708984375, - -0.0023250579833984375, - -0.036590576171875, - 0.00146484375, - 0.01488494873046875, - 0.0057830810546875, - 0.0291595458984375, - -0.03399658203125, - 0.05712890625, - -0.0035953521728515625, - -0.01568603515625, - -0.0531005859375, - 0.0005216598510742188, - -0.01216888427734375, - 0.05511474609375, - 0.00502777099609375, - -0.009552001953125, - 0.03216552734375, - -0.01739501953125, - 0.00121307373046875, - -0.012969970703125, - 0.007793426513671875, - -0.0305633544921875, - 0.0034942626953125, - -0.06597900390625, - -0.01317596435546875, - 0.0287628173828125, - 0.045867919921875, - 0.0233306884765625, - -0.02423095703125, - 0.0643310546875, - 0.01317596435546875, - -0.07037353515625, - 0.018402099609375, - -0.0171966552734375, - -0.049468994140625, - 0.01197052001953125, - -0.01287078857421875, - 0.01015472412109375, - 0.034393310546875, - 0.042449951171875, - 0.0142822265625, - 0.060333251953125, - 0.02655029296875, - -0.028961181640625, - 0.0080413818359375, - 0.0008168220520019531, - 0.05108642578125, - 0.0216217041015625, - 0.01488494873046875, - 0.0011186599731445312, - 0.0233306884765625, - 0.00799560546875, - -0.0599365234375, - -0.01010894775390625, - -0.0643310546875, - -0.04345703125, - -0.0023136138916015625, - 0.090087890625, - 0.0177001953125, - -0.0024261474609375, - 0.045654296875, - 0.055511474609375, - 0.037811279296875, - -0.006786346435546875, - -0.0151824951171875, - -0.07281494140625, - 0.005504608154296875, - 0.01528167724609375, - 0.0086517333984375, - -0.061126708984375, - 0.039215087890625, - 0.0496826171875, - -0.0267486572265625, - -0.004573822021484375, - -0.006839752197265625, - 0.00467681884765625, - 0.0257415771484375, - 0.0099029541015625, - 0.005229949951171875, - -0.059539794921875, - 0.019805908203125, - 0.0220184326171875, - 0.027557373046875, - -0.003948211669921875, - -0.0267486572265625, - -0.0045013427734375, - 0.039215087890625, - -0.056304931640625, - -0.0088958740234375, - 0.01407623291015625, - 0.049285888671875, - 0.016998291015625, - -0.05029296875, - -0.0205078125, - 0.032989501953125, - 0.03741455078125, - -0.025543212890625, - 0.03460693359375, - 0.021728515625, - -0.0083465576171875, - 0.0291595458984375, - 0.05389404296875, - -0.00475311279296875, - 0.035797119140625, - -0.007843017578125, - -0.03741455078125, - -0.0026645660400390625, - -0.01337432861328125, - 0.014678955078125, - -0.022430419921875, - -0.05029296875, - -0.0325927734375, - -0.040008544921875, - 0.032989501953125, - 0.0234375, - 0.038604736328125, - 0.02142333984375, - -0.00774383544921875, - -0.020416259765625, - 0.0092010498046875, - 0.0233306884765625, - 0.045257568359375, - 0.01568603515625, - 0.017791748046875, - 0.0237274169921875, - 0.0164947509765625, - 0.0236358642578125, - -0.01100921630859375, - 0.04766845703125, - -0.035400390625, - -0.01558685302734375, - -0.040435791015625, - -0.005504608154296875, - -0.0016031265258789062, - -0.04083251953125, - 0.012420654296875, - -0.028350830078125, - 0.0030536651611328125, - 0.0007228851318359375, - -0.038421630859375, - 0.0009741783142089844, - 0.0325927734375, - -0.0325927734375, - 0.005859375, - 0.0257415771484375, - -0.00623321533203125, - -0.00975799560546875, - -0.042633056640625, - 0.046051025390625, - 0.0186004638671875, - 0.0158843994140625, - -0.0007009506225585938, - 0.0193023681640625, - 0.027557373046875, - -0.0196075439453125, - 0.01508331298828125, - 0.00965118408203125, - -0.0194091796875, - 0.04022216796875, - 0.037200927734375, - 0.0018482208251953125, - -0.050079345703125, - 0.0216217041015625, - -0.00859832763671875, - -0.04022216796875, - 0.037017822265625, - 0.0240325927734375, - 0.041839599609375, - -0.0099029541015625, - -0.013275146484375, - -0.023834228515625, - -0.0736083984375, - 0.0692138671875, - 0.0185089111328125, - 0.0088958740234375, - 0.0307769775390625, - -0.038818359375, - 0.069580078125, - 0.02655029296875, - 0.04022216796875, - -0.07318115234375, - 0.06719970703125, - -0.005306243896484375, - 0.0100555419921875, - -0.01015472412109375, - 0.0164947509765625, - -0.0253448486328125, - 0.037200927734375, - -0.0311737060546875, - 0.040618896484375, - 0.049072265625, - -0.018096923828125, - -0.051300048828125, - -0.0151824951171875, - 0.028350830078125, - 0.004550933837890625, - 0.0226287841796875, - -0.068359375, - 0.01739501953125, - -0.006534576416015625, - 0.021728515625, - 0.047882080078125, - -0.0074920654296875, - 0.023223876953125, - 0.005054473876953125, - -0.014678955078125, - -0.0019483566284179688, - 0.01251983642578125 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "malware-analysis", - "network-forensics" - ], - "phases": [], - "tags": [ - "gui", - "command-line", - "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_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.0000032782554626464844, - 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_dcfldd", - "type": "tool", - "name": "dcfldd", - "content": "dcfldd defense computer forensics lab dd erweitert das klassische dd um essenzielle forensische features. simultane hash-berechnung (md5, sha1, sha256) während des imaging spart zeit und garantiert integrität. status-output zeigt geschwindigkeit, verbleibende zeit und übertragene daten. split-on-the-fly für multi-volume-archives ohne zwischenspeicherung. pattern-wiping für sicheres löschen nach dod-standards. log-output dokumentiert jeden schritt für chain-of-custody. die verify-funktion prüft geschriebene daten sofort. besonders wertvoll: hashing einzelner blöcke für granulare integritätsprüfung, fortsetzen unterbrochener images, mehrere output-ziele gleichzeitig. die forensischen erweiterungen machen es zur ersten wahl für professionelle labore. syntax bleibt dd-kompatibel für einfachen umstieg. performance mit großen blockgrößen optimiert. die aktive entwicklung hält mit modernen anforderungen schritt. standard in vielen forensik-distributionen. command-line 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.002399444580078125, - 0.0101776123046875, - 0.031646728515625, - -0.0239410400390625, - 0.041534423828125, - 0.03521728515625, - 0.002437591552734375, - 0.002346038818359375, - -0.0088043212890625, - 0.01476287841796875, - -0.033966064453125, - 0.04449462890625, - 0.0095977783203125, - -0.0076446533203125, - -0.05780029296875, - 0.05230712890625, - -0.01291656494140625, - -0.00780487060546875, - 0.01824951171875, - 0.012969970703125, - -0.02203369140625, - -0.0017271041870117188, - -0.059478759765625, - 0.0115966796875, - -0.0020961761474609375, - 0.0007710456848144531, - -0.0253143310546875, - -0.08941650390625, - -0.0240478515625, - 0.01096343994140625, - -0.00780487060546875, - -0.0027942657470703125, - 0.0153961181640625, - 0.035430908203125, - 0.0014495849609375, - -0.0233001708984375, - -0.01023101806640625, - -0.03753662109375, - -0.01497650146484375, - 0.040496826171875, - -0.0341796875, - 0.01012420654296875, - 0.01255035400390625, - -0.017822265625, - -0.019195556640625, - -0.035430908203125, - 0.01255035400390625, - -0.019500732421875, - 0.0124969482421875, - -0.039215087890625, - 0.0221405029296875, - 0.0290985107421875, - 0.0049285888671875, - -0.0021610260009765625, - -0.049774169921875, - 0.035858154296875, - 0.03375244140625, - -0.023406982421875, - -0.039215087890625, - 0.06622314453125, - -0.043853759765625, - -0.006221771240234375, - -0.0042724609375, - -0.0264739990234375, - -0.006908416748046875, - 0.0103302001953125, - -0.030364990234375, - -0.0163421630859375, - 0.01186370849609375, - 0.0301513671875, - 0.004901885986328125, - -0.0200347900390625, - -0.002544403076171875, - 0.040283203125, - -0.0090179443359375, - -0.04364013671875, - 0.0140228271484375, - 0.0347900390625, - -0.0007414817810058594, - 0.005008697509765625, - -0.050628662109375, - 0.0242462158203125, - 0.0242462158203125, - -0.039642333984375, - -0.0248870849609375, - 0.0233001708984375, - 0.02056884765625, - 0.0024776458740234375, - -0.00980377197265625, - -0.000014543533325195312, - 0.01476287841796875, - -0.01739501953125, - 0.0221405029296875, - -0.02288818359375, - 0.03057861328125, - 0.048492431640625, - 0.00965118408203125, - 0.0151824951171875, - 0.017181396484375, - 0.043853759765625, - 0.041961669921875, - -0.0295257568359375, - 0.043243408203125, - 0.0064849853515625, - 0.058197021484375, - -0.0172882080078125, - 0.007488250732421875, - 0.0041656494140625, - -0.0272064208984375, - -0.0128631591796875, - -0.0733642578125, - -0.04345703125, - -0.0264739990234375, - -0.07171630859375, - -0.0036373138427734375, - -0.01497650146484375, - 0.0023193359375, - 0.053558349609375, - -0.023406982421875, - -0.0169830322265625, - 0.01265716552734375, - 0.028900146484375, - 0.00411224365234375, - 0.0144500732421875, - -0.04217529296875, - -0.0426025390625, - 0.0059051513671875, - 0.00213623046875, - -0.051239013671875, - -0.031219482421875, - -0.0023059844970703125, - -0.0209808349609375, - -0.01059722900390625, - -0.0140228271484375, - -0.0045623779296875, - -0.023834228515625, - 0.039215087890625, - -0.0080108642578125, - -0.0260467529296875, - -0.0010213851928710938, - 0.03204345703125, - -0.040496826171875, - -0.06915283203125, - 0.0276336669921875, - -0.0235137939453125, - -0.02783203125, - -0.0247802734375, - 0.0202484130859375, - -0.028045654296875, - -0.044921875, - 0.01038360595703125, - 0.02520751953125, - 0.050628662109375, - -0.0008172988891601562, - 0.01149749755859375, - -0.03204345703125, - -0.004192352294921875, - -0.0097503662109375, - 0.0184478759765625, - 0.001575469970703125, - -0.043853759765625, - 0.02362060546875, - -0.019195556640625, - 0.035430908203125, - -0.01244354248046875, - -0.0341796875, - -0.0241546630859375, - 0.021087646484375, - 0.008331298828125, - 0.00811767578125, - 0.0295257568359375, - -0.0201416015625, - 0.052093505859375, - 0.07843017578125, - 0.0211944580078125, - 0.02783203125, - 0.0010547637939453125, - 0.0115966796875, - 0.0394287109375, - 0.01476287841796875, - -0.03521728515625, - -0.0295257568359375, - 0.035003662109375, - -0.0026226043701171875, - 0.00875091552734375, - -0.023834228515625, - -0.0214080810546875, - 0.0272064208984375, - -0.0487060546875, - 0.03753662109375, - -0.0221405029296875, - -0.002056121826171875, - -0.0142364501953125, - 0.041961669921875, - -0.0036907196044921875, - 0.063720703125, - 0.03753662109375, - -0.01244354248046875, - 0.051666259765625, - -0.0194091796875, - -0.00421905517578125, - 0.006038665771484375, - -0.0008897781372070312, - 0.053131103515625, - 0.02825927734375, - 0.011444091796875, - -0.002544403076171875, - 0.033966064453125, - 0.036895751953125, - -0.040496826171875, - -0.021820068359375, - 0.030792236328125, - -0.0163421630859375, - -0.059051513671875, - -0.043853759765625, - -0.0227813720703125, - 0.0111236572265625, - -0.0227813720703125, - 0.00304412841796875, - -0.0186614990234375, - 0.006378173828125, - -0.0341796875, - 0.00701141357421875, - 0.01476287841796875, - -0.004825592041015625, - 0.033966064453125, - 0.006511688232421875, - -0.0293121337890625, - -0.059478759765625, - 0.0440673828125, - 0.00954437255859375, - 0.020660400390625, - -0.0130767822265625, - 0.006641387939453125, - 0.002925872802734375, - -0.0163421630859375, - 0.059478759765625, - 0.01096343994140625, - 0.0244598388671875, - -0.0103302001953125, - -0.014129638671875, - 0.043853759765625, - -0.028045654296875, - 0.033111572265625, - 0.01023101806640625, - -0.033538818359375, - 0.0186614990234375, - 0.01476287841796875, - 0.021087646484375, - 0.042388916015625, - -0.059906005859375, - -0.0019779205322265625, - -0.08563232421875, - 0.00545501708984375, - -0.06201171875, - -0.016876220703125, - -0.047454833984375, - -0.04681396484375, - 0.042816162109375, - -0.0295257568359375, - -0.040069580078125, - -0.00516510009765625, - 0.0253143310546875, - -0.0043487548828125, - 0.032470703125, - 0.00011861324310302734, - -0.04449462890625, - 0.0295257568359375, - 0.09027099609375, - -0.0036907196044921875, - 0.00026702880859375, - -0.03143310546875, - 0.030792236328125, - -0.021820068359375, - 0.038818359375, - -0.0293121337890625, - -0.01338958740234375, - 0.004718780517578125, - 0.0198211669921875, - 0.0151824951171875, - -0.0274200439453125, - 0.001964569091796875, - -0.006565093994140625, - 0.045562744140625, - -0.030792236328125, - 0.0007843971252441406, - -0.0012722015380859375, - 0.01291656494140625, - -0.0333251953125, - -0.068359375, - 0.0235137939453125, - 0.0297393798828125, - -0.0025043487548828125, - -0.0014562606811523438, - 0.00672149658203125, - -0.0333251953125, - 0.0007481575012207031, - 0.0091705322265625, - -0.01001739501953125, - 0.023193359375, - 0.0341796875, - -0.035003662109375, - -0.00025534629821777344, - -0.0032958984375, - 0.01486968994140625, - -0.05694580078125, - -0.04071044921875, - -0.0299530029296875, - -0.0253143310546875, - -0.04534912109375, - -0.028472900390625, - 0.0080108642578125, - -0.03204345703125, - -0.0030574798583984375, - -0.01070404052734375, - -0.00012683868408203125, - -0.025726318359375, - -0.017822265625, - 0.0194091796875, - -0.0246734619140625, - -0.044281005859375, - -0.01360321044921875, - 0.035430908203125, - 0.0084381103515625, - 0.0013580322265625, - -0.0010080337524414062, - 0.0055084228515625, - -0.0109100341796875, - 0.00759124755859375, - -0.00970458984375, - 0.046173095703125, - 0.0090179443359375, - 0.049560546875, - 0.0209808349609375, - 0.038177490234375, - 0.00347900390625, - 0.058624267578125, - 0.0193023681640625, - -0.013916015625, - -0.0188751220703125, - -0.0216217041015625, - 0.00811767578125, - 0.0333251953125, - -0.0177154541015625, - -0.018768310546875, - 0.01186370849609375, - -0.0163421630859375, - 0.009857177734375, - 0.026153564453125, - 0.016021728515625, - 0.0318603515625, - -0.036285400390625, - 0.01096343994140625, - 0.037109375, - 0.0156097412109375, - 0.09490966796875, - -0.0028076171875, - -0.028472900390625, - 0.00672149658203125, - 0.0225677490234375, - -0.00864410400390625, - -0.023193359375, - 0.0251007080078125, - 0.0169830322265625, - -0.002292633056640625, - 0.0216217041015625, - 0.0264739990234375, - 0.01381683349609375, - -0.005748748779296875, - -0.0099639892578125, 0.0229949951171875, - -0.0099639892578125, - -0.003849029541015625, - 0.046600341796875, - 0.0269927978515625, - 0.02520751953125, - 0.032684326171875, - -0.030364990234375, - -0.021728515625, - -0.03143310546875, - -0.063720703125, - 0.0027942657470703125, - 0.055267333984375, - 0.01898193359375, - 0.052520751953125, - -0.019195556640625, - -0.053985595703125, - 0.0204620361328125, - -0.042816162109375, - 0.057373046875, - 0.028900146484375, - 0.019500732421875, - 0.03204345703125, - 0.01186370849609375, - 0.0085906982421875, - 0.0299530029296875, - 0.01593017578125, - 0.0297393798828125, - 0.019927978515625, - 0.03564453125, - 0.0042724609375, - -0.048919677734375, - 0.0140228271484375, - 0.037750244140625, - 0.0241546630859375, - 0.01708984375, - 0.022674560546875, - 0.002399444580078125, - 0.004638671875, - -0.0297393798828125, - 0.04132080078125, - 0.02435302734375, - -0.0019378662109375, - 0.0254058837890625, - -0.0216217041015625, - 0.0111236572265625, - -0.0487060546875, - -0.001377105712890625, - 0.0049285888671875, - 0.0088043212890625, - 0.0297393798828125, - 0.024566650390625, - -0.05145263671875, - -0.0162353515625, - 0.033538818359375, - -0.05694580078125, - 0.02667236328125, - 0.01117706298828125, - -0.046173095703125, - 0.0230865478515625, - -0.00927734375, - -0.06793212890625, - 0.004058837890625, - -0.033538818359375, - -0.021820068359375, - 0.0101776123046875, - 0.052947998046875, - -0.050811767578125, - -0.031646728515625, - -0.0394287109375, - -0.01739501953125, - -0.0221405029296875, - -0.0299530029296875, - 0.0297393798828125, - 0.0057220458984375, - -0.002716064453125, - 0.0269927978515625, - 0.063720703125, - -0.003124237060546875, - 0.001911163330078125, - 0.053131103515625, - -0.01123046875, - -0.053985595703125, - 0.041961669921875, - 0.01507568359375, - 0.00016641616821289062, - -0.0225677490234375, - -0.01371002197265625, - -0.006061553955078125, - 0.0090179443359375, - 0.00864410400390625, - 0.01486968994140625, - -0.051666259765625, - -0.048095703125, - -0.037750244140625, - 0.0233001708984375, - 0.003902435302734375, - 0.0290985107421875, - 0.0117034912109375, - -0.04132080078125, - 0.01001739501953125, - -0.046173095703125, - -0.057373046875, - 0.0188751220703125, - 0.0035858154296875, - -0.0237274169921875, - 0.07421875, - -0.032257080078125, - 0.0233001708984375, - -0.01824951171875, - 0.03607177734375, - 0.0184478759765625, - -0.01043701171875, - -0.04132080078125, - 0.035003662109375, - 0.03985595703125, - -0.0565185546875, - -0.0263671875, - -0.040283203125, - -0.009124755859375, - 0.0487060546875, - -0.06536865234375, - -0.013916015625, - -0.005115509033203125, - -0.059906005859375, - -0.040924072265625, - -0.0272064208984375, - -0.01328277587890625, - -0.0364990234375, - 0.03839111328125, - 0.0504150390625, - -0.004322052001953125, - 0.0269927978515625, - 0.011810302734375, - 0.00806427001953125, - 0.02203369140625, - 0.0011272430419921875, - -0.008697509765625, - 0.037750244140625, - -0.059478759765625, - -0.040283203125, - -0.0186614990234375, - 0.04132080078125, - -0.035003662109375, - -0.016876220703125, - 0.00347900390625, - -0.0379638671875, - 0.02783203125, - -0.054412841796875, - 0.006855010986328125, - -0.0230865478515625, - -0.0190887451171875, - -0.045562744140625, - -0.0193023681640625, - 0.00556182861328125, - 0.0194091796875, - -0.01360321044921875, - -0.00537872314453125, - 0.0155029296875, - -0.05145263671875, - 0.051239013671875, - 0.00965118408203125, - 0.005481719970703125, - -0.00556182861328125, - -0.01434326171875, - 0.006061553955078125, - 0.0153961181640625, - 0.0293121337890625, - -0.022247314453125, - -0.01280975341796875, - -0.059478759765625, - 0.024566650390625, - -0.00411224365234375, - -0.0036640167236328125, - -0.006801605224609375, - -0.0333251953125, - -0.07257080078125, - -0.0006852149963378906, - 0.026153564453125, - 0.011016845703125, - 0.002147674560546875, - -0.019195556640625, - -0.00025534629821777344, - -0.01222991943359375, - -0.019927978515625, - 0.054840087890625, - -0.0169830322265625, - 0.019500732421875, - 0.024566650390625, - -0.0265655517578125, - 0.026885986328125, - 0.01128387451171875, - 0.0043487548828125, - 0.0204620361328125, - -0.00237274169921875, - -0.0293121337890625, - 0.0097503662109375, - -0.012176513671875, - -0.035003662109375, - -0.0097503662109375, - -0.0269927978515625, - 0.0144500732421875, - -0.0227813720703125, - -0.01349639892578125, - 0.03668212890625, - 0.02288818359375, - 0.030364990234375, - -0.01049041748046875, - -0.0034008026123046875, - 0.020660400390625, - -0.00927734375, - 0.06201171875, - -0.01197052001953125, - -0.0411376953125, - 0.0161285400390625, - -0.01454925537109375, - 0.045562744140625, - 0.0394287109375, - -0.00838470458984375, - -0.0109100341796875, - -0.01898193359375, - 0.0394287109375, - -0.0208740234375, - -0.03375244140625, - -0.023406982421875, - 0.0109100341796875, - 0.0223541259765625, - 0.04071044921875, - -0.0012254714965820312, - 0.0687255859375, - -0.0021610260009765625, - 0.0295257568359375, - 0.059906005859375, - 0.058624267578125, - 0.037750244140625, - -0.021820068359375, - -0.068359375, - 0.01149749755859375, - 0.00759124755859375, - -0.04132080078125, - -0.050811767578125, - -0.0027942657470703125, - 0.07421875, - -0.042388916015625, - -0.0208740234375, - 0.004638671875, - -0.0177154541015625, - 0.023406982421875, - 0.0247802734375, - -0.01708984375, - 0.016021728515625, - 0.0015687942504882812, - -0.03289794921875, - -0.0165557861328125, - -0.014129638671875, - 0.00991058349609375, - 0.050811767578125, - 0.0565185546875, - -0.00382232666015625, - 0.031219482421875, - 0.00875091552734375, - 0.0209808349609375, - 0.0301513671875, - 0.01465606689453125, - 0.021728515625, - 0.0258331298828125, - 0.04534912109375, - 0.037109375, - 0.00907135009765625, - -0.0151824951171875, - 0.0208740234375, - 0.0333251953125, - 0.031005859375, - 0.060302734375, - 0.0221405029296875, - -0.00838470458984375, - -0.006855010986328125, - -0.0556640625, - -0.0130767822265625, - 0.00980377197265625, - 0.010650634765625, - -0.051239013671875, - -0.0235137939453125, - 0.010650634765625, - -0.035430908203125, - 0.057373046875, - 0.026885986328125, - -0.01465606689453125, - -0.0031375885009765625, - 0.0267791748046875, - 0.000606536865234375, - -0.032684326171875, - -0.006038665771484375, - -0.0299530029296875, - -0.03057861328125, - -0.042388916015625, - -0.028900146484375, - 0.024993896484375, - -0.03668212890625, - -0.04913330078125, - -0.037109375, - 0.03436279296875, - -0.0015354156494140625, - -0.0299530029296875, - -0.023406982421875, - -0.01898193359375, - -0.0158233642578125, - -0.042388916015625, - -0.043853759765625, - -0.01043701171875, - 0.01454925537109375, - -0.0286865234375, - 0.0216217041015625, - -0.01202392578125, - -0.034576416015625, - -0.0216217041015625, - -0.0207672119140625, - -0.0253143310546875, - 0.0293121337890625, - -0.035003662109375, - 0.04217529296875, - -0.00150299072265625, - 0.0167694091796875, - 0.03289794921875, - 0.06201171875, - -0.0229949951171875, - 0.005115509033203125, - -0.0221405029296875, - -0.04071044921875, - 0.02593994140625, - -0.00545501708984375, - 0.0167694091796875, - -0.054412841796875, - -0.01038360595703125, - 0.0440673828125, - -0.0611572265625, - 0.03143310546875, - -0.0030574798583984375, - -0.02130126953125, - -0.052734375, - -0.015289306640625, - 0.005588531494140625, - 0.00875091552734375, - 0.09490966796875, - 0.017608642578125, - -0.0037441253662109375, - -0.0175018310546875, - -0.0295257568359375, - 0.05145263671875, - 0.03375244140625, - 0.0472412109375, - -0.04364013671875, - 0.0230865478515625, - 0.0103302001953125, - -0.0255126953125, - 0.0124969482421875, - -0.069580078125, - 0.0103302001953125, - 0.04071044921875, - 0.0185546875, - -0.032684326171875, - -0.030364990234375, - -0.04071044921875, - -0.01275634765625, - -0.054412841796875, - 0.0202484130859375, - -0.00479888916015625, - -0.0019245147705078125, - -0.037109375, - -0.006748199462890625, - 0.00759124755859375, - -0.043243408203125, - -0.044708251953125, - -0.0533447265625, - 0.050628662109375, - -0.005695343017578125, - -0.0611572265625, - 0.04217529296875, - 0.01476287841796875, - 0.003795623779296875, - 0.01107025146484375, - 0.048492431640625, - -0.04766845703125, - 0.0193023681640625, - -0.01255035400390625, - 0.03057861328125, - 0.00806427001953125, - 0.0184478759765625, - 0.0011005401611328125, - 0.0258331298828125, - 0.03753662109375, - -0.0156097412109375, - 0.048492431640625, - 0.0082244873046875, - -0.0297393798828125, - -0.047454833984375, - -0.042388916015625, - -0.0165557861328125, - 0.03753662109375, - -0.02203369140625, - 0.059478759765625, - 0.01244354248046875, - -0.006908416748046875, - -0.1121826171875, - 0.054412841796875, - -0.044921875, - 0.04132080078125, - 0.021820068359375, - 0.003902435302734375, - -0.048919677734375, - -0.0267791748046875, - -0.0158233642578125, - 0.04345703125, - -0.0186614990234375, - 0.048919677734375, - 0.006748199462890625, - -0.004375457763671875, - -0.002227783203125, - -0.050811767578125, - -0.0045623779296875, - 0.054840087890625, - 0.00933074951171875, - -0.005985260009765625, - 0.047027587890625, - -0.0276336669921875, - 0.019500732421875, - -0.00021588802337646484, - -0.0010080337524414062, - 0.012603759765625, - 0.0030059814453125, - -0.0175018310546875, - -0.00875091552734375, - 0.021728515625, - 0.0518798828125, - -0.0109100341796875, - 0.00722503662109375, - -0.002727508544921875, - 0.0200347900390625, - -0.00759124755859375, - -0.0286865234375, - 0.007488250732421875, - 0.0036640167236328125, - -0.01007080078125, - -0.018768310546875, - -0.069580078125, - -0.09320068359375, - 0.0172882080078125, - -0.031005859375, - -0.018035888671875, - 0.0262603759765625, - 0.037750244140625, - 0.01270294189453125, - -0.01222991943359375, - 0.0032958984375, - -0.013916015625, - -0.013336181640625, - -0.054412841796875, - 0.0318603515625, - -0.01139068603515625, - 0.044921875, - 0.0007314682006835938, - -0.03607177734375, - 0.0364990234375, - -0.017822265625, - 0.00411224365234375, - -0.01349639892578125, - -0.0013179779052734375, - -0.0240478515625, - 0.0269927978515625, - -0.0657958984375, - -0.016448974609375, - 0.0202484130859375, - 0.03436279296875, - 0.0175018310546875, - -0.050628662109375, - 0.040069580078125, - -0.0172882080078125, - -0.058624267578125, - 0.026153564453125, - -0.023406982421875, - -0.030364990234375, - 0.023193359375, - -0.02783203125, - 0.01265716552734375, - -0.005115509033203125, - 0.0457763671875, - 0.041961669921875, - 0.039215087890625, - -0.0027675628662109375, - -0.0286865234375, - -0.01049041748046875, - -0.00545501708984375, - 0.0037689208984375, - 0.032257080078125, - 0.016021728515625, - 0.002437591552734375, - 0.00885772705078125, - -0.00028014183044433594, - -0.0999755859375, - -0.028900146484375, - -0.0379638671875, - -0.046600341796875, - 0.00922393798828125, - 0.10418701171875, - 0.021820068359375, - 0.01239013671875, - 0.0155029296875, - 0.07379150390625, - 0.01302337646484375, - 0.024993896484375, - -0.009124755859375, - -0.043243408203125, - -0.01123046875, - -0.01165008544921875, - 0.0144500732421875, - -0.04534912109375, - 0.02783203125, - 0.050628662109375, - -0.022247314453125, - -0.005218505859375, - -0.0108642578125, - 0.00817108154296875, - 0.0286865234375, - 0.048492431640625, - 0.0186614990234375, - -0.0565185546875, - 0.018341064453125, - 0.0124969482421875, - -0.01302337646484375, - 0.014129638671875, - 0.01096343994140625, - -0.009857177734375, - 0.049774169921875, - -0.066650390625, - -0.0172882080078125, - 0.00545501708984375, - 0.07379150390625, - 0.0005764961242675781, - -0.040283203125, - -0.0263671875, - 0.059051513671875, - 0.0274200439453125, - -0.0241546630859375, - 0.00722503662109375, - -0.03057861328125, - -0.0286865234375, - 0.0240478515625, - 0.038818359375, - -0.023834228515625, - 0.044921875, - 0.017822265625, - -0.043853759765625, - 0.0185546875, - -0.019195556640625, - 0.01038360595703125, - 0.0036373138427734375, - -0.0341796875, - -0.0274200439453125, - -0.069580078125, - 0.03436279296875, - 0.01038360595703125, - 0.0274200439453125, - 0.035858154296875, - -0.01059722900390625, - -0.00806427001953125, - 0.0153961181640625, - 0.0295257568359375, - 0.038604736328125, - 0.0240478515625, - 0.0089111328125, - 0.0006127357482910156, - 0.0153961181640625, - 0.03143310546875, - -0.0260467529296875, - 0.0267791748046875, - -0.03564453125, - -0.00429534912109375, - -0.050201416015625, - 0.00965118408203125, - 0.013916015625, - -0.0457763671875, - -0.006168365478515625, - -0.03057861328125, - 0.0093841552734375, - -0.0440673828125, - -0.024566650390625, - -0.0070648193359375, - 0.043853759765625, - -0.01971435546875, - 0.0188751220703125, - 0.020355224609375, - -0.0009622573852539062, - 0.004611968994140625, - -0.0472412109375, - 0.078857421875, - 0.031646728515625, - 0.01023101806640625, - -0.0066680908203125, - 0.017822265625, - 0.002780914306640625, - -0.00922393798828125, - 0.040496826171875, - 0.01708984375, - -0.050811767578125, - 0.0333251953125, - 0.044921875, - 0.01507568359375, - -0.041961669921875, - 0.0181427001953125, - 0.00954437255859375, - -0.021728515625, - 0.05780029296875, - 0.015289306640625, - 0.02783203125, - 0.00769805908203125, - -0.00907135009765625, - -0.0172882080078125, - -0.054412841796875, - 0.040283203125, - 0.00907135009765625, - 0.01291656494140625, - 0.053985595703125, - -0.0333251953125, - 0.0556640625, - -0.0082244873046875, - 0.04217529296875, - -0.0251007080078125, - 0.059906005859375, - -0.0095977783203125, - 0.00556182861328125, - 0.01898193359375, - 0.0020294189453125, - -0.0097503662109375, - 0.0233001708984375, - -0.01349639892578125, - 0.0750732421875, - 0.04071044921875, - -0.01012420654296875, - -0.0657958984375, - -0.0286865234375, - -0.0379638671875, - -0.01507568359375, - 0.028900146484375, - -0.048492431640625, - -0.01507568359375, - 0.0225677490234375, - 0.036285400390625, - 0.0750732421875, - -0.0208740234375, - 0.05609130859375, - -0.00922393798828125, - -0.00943756103515625, - 0.0004184246063232422, - -0.015289306640625 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "command-line", - "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_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.000014007091522216797, - -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.004886627197265625, - 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.000014185905456542969, - -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_Binary_Ninja", - "type": "tool", - "name": "Binary Ninja", - "content": "binary ninja vector 35s moderne reverse-engineering-plattform kombiniert traditionelle disassembly mit fortschrittlicher program-analysis. die multi-level-ir (intermediate representation) ermöglicht cross-architecture-analysen durch einheitliche abstraktion. besonders innovativ: der decompiler erzeugt lesbaren high-level-code, type-recovery rekonstruiert datenstrukturen automatisch, die plugin-api (python/c++) erlaubt tiefe customization. cloud-integration synchronisiert analysen zwischen teams. die moderne gui mit multiple-workspaces übertrifft ida in usability. debugger-integration für dynamic-analysis. scripting-console für ad-hoc-automation. die personal-license (399€) macht professionelle binary-analysis erschwinglich. commercial-lizenzen bieten team-features und cloud-sync. besonders stark bei modernen architekturen (arm64, risc-v) die ida vernachlässigt. die zukunft des reverse engineering für eine neue generation von analysten. reverse-engineering decompiler malware-analysis static-investigations analysis", - "embedding": [ - -0.016693115234375, - 0.022705078125, - 0.040802001953125, - 0.0247955322265625, - 0.01490020751953125, - 0.0233001708984375, - -0.0019245147705078125, - 0.0010995864868164062, - -0.025390625, - -0.01509857177734375, - -0.0548095703125, - 0.07037353515625, - 0.004650115966796875, - 0.006099700927734375, - -0.05279541015625, - 0.022796630859375, - -0.0115509033203125, - -0.0092010498046875, - 0.00749969482421875, - -0.002750396728515625, - -0.0229949951171875, - -0.0115966796875, - -0.0236053466796875, - -0.0164947509765625, - 0.016204833984375, - 0.01184844970703125, - -0.0258026123046875, - -0.06402587890625, - -0.00217437744140625, - -0.0279998779296875, - 0.01259613037109375, - -0.013702392578125, - 0.01409912109375, - 0.02099609375, - -0.00460052490234375, - 0.00252532958984375, - 0.007350921630859375, - -0.034210205078125, - -0.01439666748046875, - 0.0369873046875, - -0.032012939453125, - 0.00824737548828125, - 0.0305938720703125, - -0.005374908447265625, - 0.0026988983154296875, - -0.0447998046875, - 0.004276275634765625, - 0.0068511962890625, - -0.0005125999450683594, - 0.0019121170043945312, - 0.048004150390625, - 0.021392822265625, - 0.002086639404296875, - -0.0218048095703125, - -0.048583984375, - 0.0243988037109375, - 0.0149993896484375, - -0.0236968994140625, - -0.03558349609375, - 0.06878662109375, - -0.0303955078125, - -0.0233917236328125, - 0.0029754638671875, - 0.0051727294921875, - -0.010101318359375, - 0.0238037109375, - -0.026397705078125, - -0.04998779296875, - 0.0122528076171875, - 0.0178985595703125, - 0.01200103759765625, - 0.0175018310546875, - -0.03900146484375, - 0.0261993408203125, - -0.0469970703125, - -0.05059814453125, - 0.0200042724609375, - 0.0182037353515625, - -0.0164031982421875, - 0.00019061565399169922, - -0.055999755859375, - 0.01739501953125, - 0.022003173828125, - -0.007648468017578125, - -0.0260009765625, - 0.0012559890747070312, - -0.0033245086669921875, - 0.03179931640625, - 0.00914764404296875, - -0.00800323486328125, - 0.0093994140625, - -0.019500732421875, - 0.013702392578125, - -0.00534820556640625, - 0.02679443359375, - 0.05120849609375, - -0.0276031494140625, - -0.03338623046875, - -0.037994384765625, - 0.0276031494140625, - 0.028594970703125, - 0.0023746490478515625, - 0.07476806640625, - -0.0303955078125, - 0.033782958984375, - -0.047210693359375, - 0.024505615234375, - -0.013702392578125, - -0.013702392578125, - -0.01239776611328125, - -0.10638427734375, - -0.03961181640625, - -0.00839996337890625, - -0.078369140625, - 0.00217437744140625, - 0.006549835205078125, - -0.0053253173828125, - 0.0303955078125, - -0.04901123046875, - -0.020599365234375, - 0.00624847412109375, - 0.0178985595703125, - -0.0128021240234375, - 0.042205810546875, - -0.036590576171875, - -0.056793212890625, - -0.0005216598510742188, - 0.03680419921875, - -0.040985107421875, - -0.0261993408203125, - 0.0020122528076171875, - -0.038604736328125, - -0.00934600830078125, - -0.01560211181640625, - -0.01409912109375, - -0.0168914794921875, - 0.04278564453125, - -0.00577545166015625, - 0.0164031982421875, - 0.0115966796875, - 0.0305938720703125, - -0.026397705078125, - -0.061187744140625, - 0.0088958740234375, - -0.0218048095703125, - -0.00789642333984375, - 0.00452423095703125, - 0.04638671875, - -0.023895263671875, - -0.009796142578125, - -0.001194000244140625, - 0.0074005126953125, - 0.055999755859375, - 0.02069091796875, - 0.0207977294921875, - -0.031585693359375, - -0.00030612945556640625, - -0.0139007568359375, - 0.04998779296875, - -0.0010251998901367188, - -0.011749267578125, - 0.0160064697265625, - -0.015899658203125, - 0.0281982421875, - -0.03839111328125, - -0.026397705078125, - 0.01039886474609375, - 0.0294036865234375, - -0.0006465911865234375, - -0.034393310546875, - 0.033203125, - -0.006549835205078125, - 0.06402587890625, - 0.05438232421875, - -0.01380157470703125, - 0.0171051025390625, - -0.028594970703125, - -0.02349853515625, - 0.05999755859375, - 0.0115966796875, - -0.02020263671875, - -0.0177001953125, - 0.03399658203125, - -0.005924224853515625, - 0.03558349609375, - -0.01059722900390625, - -0.0035991668701171875, - -0.005924224853515625, - -0.02679443359375, - 0.006275177001953125, - -0.03558349609375, - -0.0200958251953125, - -0.025390625, - 0.05078125, - 0.0258026123046875, - 0.0592041015625, - 0.011749267578125, - -0.01849365234375, - 0.0391845703125, - -0.0149993896484375, - 0.0236968994140625, - 0.025604248046875, - 0.004726409912109375, - 0.07879638671875, - 0.0178985595703125, - -0.0182952880859375, - 0.007049560546875, - 0.044189453125, - 0.0222930908203125, - -0.010101318359375, - -0.004100799560546875, - 0.0469970703125, - 0.0110015869140625, - -0.0220947265625, - -0.0086517333984375, - -0.0276031494140625, - 0.031402587890625, - -0.007099151611328125, - 0.001087188720703125, - -0.01004791259765625, - 0.0113983154296875, - -0.0491943359375, - -0.0164031982421875, - -0.0040740966796875, - -0.033203125, - 0.0214996337890625, - 0.046600341796875, - -0.0034503936767578125, - 0.007099151611328125, - 0.0182952880859375, - 0.0535888671875, - 0.00311279296875, - -0.0015869140625, - 0.01399993896484375, - -0.019195556640625, - -0.00342559814453125, - 0.018798828125, - 0.0298004150390625, - 0.02099609375, - 0.028594970703125, - -0.04339599609375, - 0.016693115234375, - -0.0276031494140625, - 0.045196533203125, - 0.0276031494140625, - -0.023101806640625, - 0.0139007568359375, - -0.0016994476318359375, - 0.034393310546875, - 0.0426025390625, - -0.0648193359375, - -0.00789642333984375, - -0.05279541015625, - 0.0142974853515625, - -0.0592041015625, - -0.0276031494140625, - -0.00417327880859375, - -0.052398681640625, - 0.05438232421875, - -0.0261993408203125, - -0.047607421875, - 0.0122528076171875, - 0.01255035400390625, - -0.010101318359375, - 0.03759765625, - -0.0008497238159179688, - -0.047607421875, - 0.0011377334594726562, - 0.05279541015625, - -0.022003173828125, - -0.0189056396484375, - -0.0004405975341796875, - 0.01739501953125, - -0.0027256011962890625, - -0.0001976490020751953, - -0.00262451171875, - 0.00984954833984375, - 0.0498046875, - 0.033203125, - 0.0198974609375, - -0.036590576171875, - 0.03179931640625, - 0.00820159912109375, - 0.0635986328125, - -0.05438232421875, - -0.0024871826171875, - 0.001556396484375, - -0.0046234130859375, - 0.01020050048828125, - -0.0298004150390625, - -0.00875091552734375, - 0.04620361328125, - 0.036590576171875, - 0.005275726318359375, - 0.0186004638671875, - -0.0667724609375, - 0.01470184326171875, - 0.04400634765625, - -0.00844573974609375, - 0.034393310546875, - 0.0498046875, - -0.04559326171875, - -0.0004248619079589844, - -0.0083465576171875, - -0.007198333740234375, - -0.02740478515625, - -0.0535888671875, - -0.0229949951171875, - 0.01380157470703125, - -0.03460693359375, - -0.02459716796875, - 0.0175018310546875, - -0.0247955322265625, - 0.01349639892578125, - -0.0243988037109375, - 0.01349639892578125, - -0.056396484375, - -0.06640625, - 0.007198333740234375, - -0.005123138427734375, - -0.0269927978515625, - -0.045806884765625, - 0.060394287109375, - -0.00679779052734375, - 0.0269927978515625, - -0.006500244140625, - 0.00945281982421875, - -0.027801513671875, - 0.0027370452880859375, - -0.007549285888671875, - 0.0240020751953125, - 0.0247039794921875, - 0.044189453125, - 0.0186920166015625, - 0.0025997161865234375, - 0.0404052734375, - 0.0723876953125, - 0.0261993408203125, - -0.0166015625, - -0.0068511962890625, - 0.01180267333984375, - 0.00969696044921875, - -0.00894927978515625, - -0.00949859619140625, - -0.06402587890625, - -0.01090240478515625, - -0.03240966796875, - 0.005847930908203125, - -0.0025615692138671875, - 0.03399658203125, - 0.03338623046875, - 0.0119476318359375, - 0.0142974853515625, - 0.04998779296875, - 0.006999969482421875, - 0.09478759765625, - -0.0126953125, - -0.04541015625, - 0.0010690689086914062, - 0.04339599609375, - -0.037200927734375, - -0.0072479248046875, - 0.0166015625, - 0.031585693359375, - -0.007099151611328125, - 0.033599853515625, - -0.010650634765625, - 0.0178985595703125, - -0.016204833984375, - 0.0097503662109375, - 0.0218048095703125, - -0.02069091796875, - 0.02490234375, - 0.01074981689453125, - 0.0287933349609375, - 0.004550933837890625, - 0.0347900390625, - -0.0469970703125, - 0.00910186767578125, - -0.05999755859375, - -0.04400634765625, - 0.048583984375, - 0.011749267578125, - 0.0037994384765625, - 0.02130126953125, - -0.01509857177734375, - -0.050994873046875, - 0.010345458984375, - -0.06640625, - 0.08477783203125, - 0.053192138671875, - -0.0037994384765625, - 0.0251922607421875, - -0.040802001953125, - 0.00934600830078125, - 0.0113983154296875, - 0.006900787353515625, - 0.060791015625, - 0.051605224609375, - 0.052001953125, - 0.0086517333984375, - -0.0198974609375, - 0.0016994476318359375, - 0.00859832763671875, - 0.025390625, - -0.0037746429443359375, - 0.053985595703125, - 0.006198883056640625, - 0.035797119140625, - -0.004825592041015625, - 0.05438232421875, - 0.05078125, - -0.0222930908203125, - 0.039398193359375, - -0.01959228515625, - 0.040008544921875, - -0.05438232421875, - -0.009796142578125, - -0.003063201904296875, - 0.0347900390625, - 0.0222015380859375, - 0.0214996337890625, - -0.04620361328125, - 0.004299163818359375, - 0.045806884765625, - -0.06561279296875, - 0.0021381378173828125, - -0.0035991668701171875, - -0.00714874267578125, - -0.0013751983642578125, - -0.0298004150390625, - -0.06719970703125, - 0.032196044921875, - -0.03399658203125, - -0.048187255859375, - 0.01079559326171875, - 0.050994873046875, - -0.02899169921875, - -0.01529693603515625, - -0.035186767578125, - 0.003063201904296875, - -0.0108489990234375, - -0.04400634765625, - 0.061981201171875, - 0.00028896331787109375, - -0.0008873939514160156, - 0.032806396484375, - 0.04180908203125, - -0.0207977294921875, - -0.0276031494140625, - 0.045196533203125, - -0.027191162109375, - -0.03900146484375, - 0.0218963623046875, - 0.027801513671875, - 0.00984954833984375, - -0.048187255859375, - -0.0287933349609375, - 0.0142974853515625, - 0.007747650146484375, - 0.025390625, - 0.01094818115234375, - -0.04400634765625, - -0.052001953125, - -0.03240966796875, - 0.05120849609375, - 0.0110015869140625, - 0.04779052734375, - 0.01059722900390625, - -0.0498046875, - 0.016204833984375, - -0.046783447265625, - -0.01509857177734375, - -0.0135955810546875, - 0.0167999267578125, - 0.001987457275390625, - 0.065185546875, - 0.021697998046875, - 0.0022125244140625, - -0.01399993896484375, - 0.01959228515625, - 0.0126953125, - 0.006500244140625, - -0.056793212890625, - 0.037994384765625, - 0.00875091552734375, - -0.0469970703125, - -0.0024242401123046875, - -0.0160980224609375, - 0.00824737548828125, - 0.0491943359375, - -0.06640625, - -0.01910400390625, - 0.00785064697265625, - -0.089599609375, - -0.048583984375, - -0.016693115234375, - 0.001331329345703125, - -0.048004150390625, - 0.02960205078125, - 0.01519775390625, - -0.0101470947265625, - 0.060394287109375, - 0.0175933837890625, - -0.034393310546875, - 0.01329803466796875, - -0.00844573974609375, - -0.01399993896484375, - 0.00965118408203125, - -0.06640625, - 0.007099151611328125, - -0.0047760009765625, - 0.0149993896484375, - -0.0164947509765625, - 0.00949859619140625, - 0.021392822265625, - -0.0124969482421875, - 0.0220947265625, - -0.048187255859375, - 0.00013899803161621094, - -0.00789642333984375, - -0.044586181640625, - -0.042388916015625, - -0.0146026611328125, - -0.0027256011962890625, - 0.0301971435546875, - -0.01519775390625, - 0.018798828125, - 0.0189056396484375, - -0.035400390625, - -0.0126495361328125, - -0.0115509033203125, - -0.0247039794921875, - 0.0008311271667480469, - 0.00844573974609375, - -0.01059722900390625, - -0.0167999267578125, - 0.030792236328125, - -0.0287933349609375, - -0.0382080078125, - -0.07000732421875, - 0.01020050048828125, - -0.028594970703125, - -0.0215911865234375, - -0.033782958984375, - -0.03680419921875, - -0.0679931640625, - 0.005275726318359375, - 0.005100250244140625, - -0.0124969482421875, - 0.00370025634765625, - -0.04058837890625, - -0.035186767578125, - -0.0022754669189453125, - -0.0369873046875, - 0.0360107421875, - -0.02899169921875, - -0.020904541015625, - -0.002536773681640625, - -0.03961181640625, - 0.033599853515625, - 0.007648468017578125, - 0.02740478515625, - 0.0007219314575195312, - 0.0122528076171875, - -0.027191162109375, - 0.00514984130859375, - -0.0018377304077148438, - -0.02099609375, - -0.00965118408203125, - -0.01259613037109375, - 0.026397705078125, - -0.03558349609375, - -0.046783447265625, - 0.01560211181640625, - 0.0325927734375, - -0.0102996826171875, - -0.00022339820861816406, - -0.034210205078125, - 0.025604248046875, - -0.0007686614990234375, - 0.0498046875, - -0.0153961181640625, - -0.044403076171875, - -0.00452423095703125, - -0.0014371871948242188, - 0.046600341796875, - 0.048187255859375, - 0.010650634765625, - -0.0309906005859375, - 0.004024505615234375, - 0.04400634765625, - 0.0015439987182617188, - -0.0498046875, - -0.05718994140625, - -0.01255035400390625, - 0.0260009765625, - 0.056793212890625, - -0.01509857177734375, - 0.09039306640625, - 0.01509857177734375, - 0.0022125244140625, - 0.040191650390625, - 0.052001953125, - 0.04638671875, - -0.0261993408203125, - -0.033599853515625, - -0.0115966796875, - -0.0113983154296875, - -0.037994384765625, - -0.02099609375, - 0.009002685546875, - 0.032989501953125, - -0.056396484375, - -0.0240936279296875, - -0.0309906005859375, - 0.003925323486328125, - 0.0189056396484375, - 0.01024627685546875, - -0.00469970703125, - 0.026397705078125, - -0.0166015625, - -0.055999755859375, - 0.007648468017578125, - -0.01219940185546875, - -0.0171966552734375, - 0.04541015625, - 0.027801513671875, - -0.028594970703125, - 0.035797119140625, - 0.0186920166015625, - 0.0171966552734375, - 0.01329803466796875, - 0.00612640380859375, - 0.017791748046875, - 0.04541015625, - 0.0258026123046875, - 0.047607421875, - -0.032989501953125, - -0.030792236328125, - -0.01165008544921875, - 0.01214599609375, - 0.02960205078125, - 0.027801513671875, - -0.019500732421875, - -0.0196990966796875, - -0.00397491455078125, - -0.06280517578125, - 0.004425048828125, - 0.004848480224609375, - -0.01349639892578125, - -0.044189453125, - -0.0229949951171875, - 0.006099700927734375, - -0.0298004150390625, - 0.029205322265625, - 0.00949859619140625, - -0.005825042724609375, - 0.00405120849609375, - 0.04400634765625, - -0.0014123916625976562, - -0.050201416015625, - 0.01849365234375, - -0.050384521484375, - -0.014801025390625, - -0.06280517578125, - -0.03179931640625, - 0.03680419921875, - -0.02679443359375, - -0.08160400390625, - -0.01519775390625, - 0.04779052734375, - -0.014801025390625, - -0.0325927734375, - -0.00855255126953125, - 0.03619384765625, - -0.00894927978515625, - -0.038787841796875, - -0.050384521484375, - -0.0153961181640625, - 0.0207977294921875, - -0.04058837890625, - 0.025604248046875, - -0.0008497238159179688, - -0.01255035400390625, - -0.0186004638671875, - -0.0164031982421875, - -0.02899169921875, - 0.04339599609375, - -0.0635986328125, - 0.047210693359375, - 0.0021381378173828125, - 0.003398895263671875, - 0.02899169921875, - 0.047607421875, - -0.0236053466796875, - 0.0164947509765625, - -0.0160064697265625, - -0.0723876953125, - -0.01004791259765625, - 0.0008625984191894531, - 0.0108489990234375, - -0.06756591796875, - 0.00659942626953125, - 0.01739501953125, - -0.062408447265625, - 0.01419830322265625, - -0.0157012939453125, - -0.003849029541015625, - -0.056396484375, - 0.002162933349609375, - 0.0092010498046875, - -0.0051727294921875, - 0.08837890625, - 0.0287933349609375, - -0.03558349609375, - 0.000058591365814208984, - -0.042999267578125, - 0.061981201171875, - 0.0135955810546875, - 0.01259613037109375, - -0.032806396484375, - 0.0233001708984375, - 0.0095977783203125, - -0.0469970703125, - -0.0168914794921875, - -0.07159423828125, - -0.0047760009765625, - 0.000051975250244140625, - 0.01255035400390625, - 0.004425048828125, - 0.035003662109375, - -0.0369873046875, - -0.0294036865234375, - -0.015899658203125, - 0.019500732421875, - 0.01129913330078125, - 0.00695037841796875, - -0.0469970703125, - -0.035186767578125, - -0.014495849609375, - -0.0032749176025390625, - -0.031402587890625, - -0.02960205078125, - 0.036590576171875, - -0.00252532958984375, - -0.06842041015625, - 0.03961181640625, - 0.01329803466796875, - 0.023895263671875, - 0.004974365234375, - 0.058807373046875, - -0.0243988037109375, - -0.0196990966796875, - -0.006999969482421875, - 0.039398193359375, - 0.01409912109375, - 0.005397796630859375, - 0.0032501220703125, - 0.01519775390625, - -0.0006251335144042969, - -0.0084991455078125, - 0.03759765625, - 0.0079498291015625, - -0.0242919921875, - -0.0305938720703125, - -0.016204833984375, - -0.027801513671875, - 0.03558349609375, - 0.0035495758056640625, - 0.047393798828125, - 0.0236968994140625, - 0.0113983154296875, - -0.0711669921875, - 0.0535888671875, - -0.00914764404296875, - 0.000020384788513183594, - 0.0040740966796875, - -0.027801513671875, - -0.0592041015625, - -0.056793212890625, - -0.04339599609375, - -0.01274871826171875, - -0.0447998046875, - 0.035003662109375, - 0.03338623046875, - 0.004299163818359375, - 0.0139007568359375, - 0.0233917236328125, - 0.00969696044921875, - 0.05120849609375, - 0.0037250518798828125, - -0.036590576171875, - 0.0692138671875, - -0.04541015625, - 0.0011749267578125, - 0.0110015869140625, - 0.023101806640625, - 0.0222015380859375, - 0.0029754638671875, - -0.0200042724609375, - -0.0182952880859375, - 0.005001068115234375, - 0.037994384765625, - -0.01004791259765625, - 0.022796630859375, - -0.0164031982421875, - 0.033599853515625, - 0.001850128173828125, - 0.0283966064453125, - -0.01145172119140625, - -0.014495849609375, - -0.027801513671875, - -0.003475189208984375, - -0.051605224609375, - -0.05841064453125, - 0.0005559921264648438, - -0.0189971923828125, - -0.024200439453125, - 0.01200103759765625, - 0.00994873046875, - 0.0303955078125, - -0.0667724609375, - 0.04779052734375, - 0.0214996337890625, - -0.0236968994140625, - -0.0229034423828125, - 0.004425048828125, - -0.01910400390625, - 0.0426025390625, - 0.0003750324249267578, - -0.029205322265625, - -0.0030498504638671875, - 0.003025054931640625, - -0.034210205078125, - -0.01560211181640625, - -0.0020503997802734375, - -0.0182037353515625, - 0.046600341796875, - -0.03759765625, - -0.015899658203125, - 0.01399993896484375, - 0.01219940185546875, - 0.00005739927291870117, - -0.004550933837890625, - 0.0325927734375, - 0.002887725830078125, - -0.045806884765625, - 0.00855255126953125, - -0.02899169921875, - -0.029205322265625, - -0.0189971923828125, - -0.020294189453125, - 0.003475189208984375, - 0.0240936279296875, - 0.03619384765625, - 0.0149993896484375, - 0.062408447265625, - -0.002086639404296875, - -0.02740478515625, - 0.007598876953125, - 0.00879669189453125, - 0.01529693603515625, - 0.017791748046875, - 0.010101318359375, - -0.01519775390625, - 0.02099609375, - 0.0182037353515625, - -0.085205078125, - 0.001468658447265625, - -0.0298004150390625, - -0.042999267578125, - 0.0083465576171875, - 0.06439208984375, - 0.047393798828125, - 0.01519775390625, - 0.0175933837890625, - 0.043609619140625, - 0.0283966064453125, - 0.01290130615234375, - -0.0287933349609375, - -0.06561279296875, - -0.01039886474609375, - 0.0303955078125, - 0.027191162109375, - -0.06597900390625, - 0.06597900390625, - 0.0679931640625, - 0.007049560546875, - 0.0008435249328613281, - -0.0160064697265625, - -0.01509857177734375, - 0.053192138671875, - -0.0021381378173828125, - 0.0301971435546875, - -0.08599853515625, - 0.01399993896484375, - 0.0225982666015625, - -0.000812530517578125, - -0.02349853515625, - -0.003398895263671875, - -0.019195556640625, - 0.04559326171875, - -0.057586669921875, - 0.0167999267578125, - 0.0251922607421875, - 0.055206298828125, - 0.0160064697265625, - -0.0247955322265625, - -0.00424957275390625, - 0.01519775390625, - -0.008148193359375, - -0.01380157470703125, - -0.001811981201171875, - 0.0229949951171875, - -0.050201416015625, - 0.00769805908203125, - 0.04400634765625, - -0.0033245086669921875, - 0.0391845703125, - 0.0229949951171875, - -0.050201416015625, - 0.033782958984375, - -0.004474639892578125, - 0.025390625, - -0.006275177001953125, - -0.0229034423828125, - -0.03961181640625, - -0.0171966552734375, - 0.040191650390625, - 0.00008475780487060547, - 0.042205810546875, - 0.0093994140625, - -0.004550933837890625, - 0.00714874267578125, - -0.036590576171875, - 0.000031054019927978516, - 0.0214996337890625, - 0.022491455078125, - 0.0265960693359375, - -0.00021088123321533203, - 0.0261993408203125, - 0.0135955810546875, - -0.01380157470703125, - 0.05279541015625, - -0.0369873046875, - 0.0325927734375, - -0.0498046875, - -0.0126953125, - 0.013702392578125, - -0.01519775390625, - -0.0005125999450683594, - -0.04180908203125, - -0.027191162109375, - 0.01200103759765625, - -0.053192138671875, - -0.00844573974609375, - 0.0413818359375, - -0.037200927734375, - 0.01849365234375, - 0.047210693359375, - 0.0099029541015625, - 0.048583984375, - -0.04498291015625, - 0.07598876953125, - 0.00014066696166992188, - 0.039398193359375, - -0.0171966552734375, - 0.0276031494140625, - 0.035003662109375, - -0.00800323486328125, - 0.0261993408203125, - 0.045196533203125, - 0.0175933837890625, - 0.051605224609375, - 0.022491455078125, - 0.0222015380859375, - -0.022796630859375, - 0.036407470703125, - 0.0007028579711914062, - -0.051605224609375, - 0.024505615234375, - -0.0016374588012695312, - 0.00914764404296875, - 0.004749298095703125, - -0.015899658203125, - -0.0142974853515625, - -0.06158447265625, - 0.04278564453125, - 0.0113983154296875, - -0.0090484619140625, - 0.01549530029296875, - -0.03460693359375, - 0.056793212890625, - 0.00034999847412109375, - 0.065185546875, - -0.020294189453125, - 0.057586669921875, - -0.0279998779296875, - -0.00769805908203125, - -0.0033245086669921875, - 0.0178985595703125, - -0.007350921630859375, - 0.040985107421875, - -0.033599853515625, - 0.04541015625, - 0.006500244140625, - -0.0031490325927734375, - -0.057586669921875, - -0.0102996826171875, - -0.0030498504638671875, - 0.02069091796875, - 0.0171051025390625, - -0.035400390625, - -0.01309967041015625, - -0.00879669189453125, - 0.01959228515625, - 0.050201416015625, - -0.03240966796875, - 0.0198974609375, - 0.003475189208984375, - 0.0005559921264648438, - -0.013702392578125, - 0.007801055908203125 - ], - "metadata": { - "domains": [ - "malware-analysis", - "static-investigations" - ], - "phases": [ - "analysis" - ], - "tags": [ - "reverse-engineering", - "decompiler" - ], - "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.000004887580871582031, - -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_EnCase", - "type": "tool", - "name": "EnCase", - "content": "encase der veteran der digitalen forensik seit 1997 - in vielen behörden noch immer verwendet. enscript-programmierung ermöglicht komplexe automatisierungen die andere tools nicht bieten. die gerichtserfahrung ist unübertroffen - tausende erfolgreiche verfahren weltweit. version 21 modernisiert die alternde architektur mit cloud-forensik und mobile-support. besonders stark: evidence-processor für batch-verarbeitung, umfangreiche dateisystem-unterstützung, integrierte hex-ansicht. die ence-zertifizierung öffnet karrieretüren. physical-analyzer-modul für smartphones konkurriert mit cellebrite. die case-management-features skalieren auf großverfahren. nachteile: hohe kosten (20.000€+), steile lernkurve, performance-probleme bei großen images. opentext-übernahme bringt unsicherheit. der dongle-schutz nervt im feldeinsatz. viele wechseln zu moderneren alternativen, aber für enscript-power-user noch immer unverzichtbar. das prestige-tool das langsam seine krone verliert. 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.020782470703125, - 0.03564453125, - 0.00841522216796875, - -0.007350921630859375, - 0.041717529296875, - 0.0399169921875, - 0.024139404296875, - -0.005584716796875, - -0.003162384033203125, - -0.0081329345703125, - -0.0307159423828125, - 0.0413818359375, - 0.0027103424072265625, - -0.0318603515625, - -0.063720703125, - 0.041229248046875, - -0.008087158203125, - 0.0228271484375, - 0.047637939453125, - 0.0142059326171875, - -0.0218505859375, - 0.004619598388671875, - -0.047943115234375, - -0.0099334716796875, - -0.0128936767578125, - 0.0155181884765625, - -0.00894927978515625, - -0.05322265625, - 0.01453399658203125, - -0.0005540847778320312, - -0.005664825439453125, - -0.017486572265625, - 0.016998291015625, - 0.0233154296875, - -0.0174102783203125, - -0.02117919921875, - -0.0194549560546875, - -0.03759765625, - -0.03515625, - 0.037109375, - -0.0006465911865234375, - 0.0089111328125, - 0.0071868896484375, - 0.0008006095886230469, - -0.016510009765625, - -0.034820556640625, - 0.005069732666015625, - -0.017486572265625, - -0.0015497207641601562, - -0.02923583984375, - 0.0285797119140625, - 0.065673828125, - -0.02923583984375, - 0.00457763671875, - -0.026763916015625, - 0.01305389404296875, - 0.0251312255859375, - -0.034149169921875, - -0.0169219970703125, - 0.04632568359375, - -0.0736083984375, - -0.02545166015625, - 0.0016832351684570312, - -0.007061004638671875, - 0.01322174072265625, - 0.0221710205078125, - -0.0120697021484375, - -0.00899505615234375, - -0.005828857421875, - -0.004863739013671875, - 0.010223388671875, - -0.0089111328125, - -0.0202789306640625, - 0.0413818359375, - -0.0251312255859375, - -0.06304931640625, - 0.0126495361328125, - 0.02496337890625, - -0.019378662109375, - -0.0203704833984375, - -0.03546142578125, - 0.0131378173828125, - 0.045654296875, - -0.0118255615234375, - 0.003162384033203125, - 0.0038604736328125, - 0.02545166015625, - -0.01165771484375, - 0.0005364418029785156, - 0.00490570068359375, - 0.0225067138671875, - 0.0004286766052246094, - 0.0256195068359375, - -0.0155181884765625, - 0.03546142578125, - 0.05059814453125, - 0.0099334716796875, - -0.017730712890625, - 0.0118255615234375, - 0.032196044921875, - 0.017730712890625, - -0.041229248046875, - 0.055511474609375, - -0.0137939453125, - 0.048614501953125, - -0.05352783203125, - 0.007061004638671875, - -0.0165863037109375, - -0.027099609375, - -0.0039005279541015625, - -0.0880126953125, - -0.03466796875, - -0.02447509765625, - -0.06304931640625, - -0.002689361572265625, - 0.0216827392578125, - 0.004001617431640625, - 0.0418701171875, - -0.052215576171875, - -0.0361328125, - 0.03778076171875, - 0.023162841796875, - 0.00948333740234375, - 0.032684326171875, - -0.040740966796875, - -0.05487060546875, - 0.0290679931640625, - 0.01666259765625, - -0.03778076171875, - -0.007144927978515625, - -0.030059814453125, - -0.0239715576171875, - -0.0234832763671875, - -0.027099609375, - -0.0115814208984375, - -0.0135498046875, - 0.0187225341796875, - -0.0052337646484375, - 0.01001739501953125, - 0.0096893310546875, - 0.0272674560546875, - -0.0328369140625, - -0.06866455078125, - 0.0272674560546875, - -0.0423583984375, - -0.0190582275390625, - -0.0269317626953125, - 0.06964111328125, - -0.027435302734375, - -0.01165771484375, - -0.03466796875, - 0.0139617919921875, - 0.07489013671875, - 0.0157623291015625, - 0.026275634765625, - -0.033660888671875, - -0.00989532470703125, - -0.012237548828125, - 0.0225067138671875, - 0.004947662353515625, - -0.0020008087158203125, - 0.02117919921875, - 0.006404876708984375, - 0.0246429443359375, - -0.0206146240234375, - -0.0115814208984375, - -0.0004875659942626953, - 0.0205230712890625, - 0.0027923583984375, - 0.01428985595703125, - 0.01165771484375, - -0.02447509765625, - 0.06011962890625, - 0.0784912109375, - -0.0025043487548828125, - 0.01641845703125, - -0.01084136962890625, - -0.01297760009765625, - 0.023162841796875, - 0.006610870361328125, - -0.02874755859375, - -0.0139617919921875, - 0.00710296630859375, - -0.005706787109375, - 0.0205230712890625, - -0.0277557373046875, - -0.032012939453125, - 0.002063751220703125, - -0.0259552001953125, - 0.0307159423828125, - -0.03680419921875, - -0.01593017578125, - -0.01141357421875, - 0.01165771484375, - 0.038604736328125, - 0.05682373046875, - 0.030059814453125, - -0.01593017578125, - 0.043701171875, - -0.0052947998046875, - -0.014617919921875, - 0.0269317626953125, - 0.00478363037109375, - 0.047943115234375, - 0.002750396728515625, - 0.0152740478515625, - 0.026275634765625, - 0.040740966796875, - 0.0246429443359375, - -0.035797119140625, - -0.02447509765625, - 0.05517578125, - -0.01125335693359375, - -0.01042938232421875, - -0.0247955322265625, - -0.0264434814453125, - 0.0019092559814453125, - -0.017486572265625, - -0.03924560546875, - 0.0203704833984375, - -0.036956787109375, - -0.0703125, - -0.0050506591796875, - 0.01568603515625, - -0.02447509765625, - 0.038604736328125, - 0.0313720703125, - -0.0194549560546875, - -0.02447509765625, - 0.022003173828125, - 0.0226593017578125, - 0.0246429443359375, - -0.023162841796875, - 0.027435302734375, - -0.017486572265625, - -0.04400634765625, - 0.045013427734375, - 0.01108551025390625, - 0.0152740478515625, - 0.01971435546875, - -0.0285797119140625, - 0.0128936767578125, - -0.017822265625, - 0.0328369140625, - 0.04302978515625, - -0.0006184577941894531, - 0.007061004638671875, - 0.016510009765625, - 0.042694091796875, - 0.0361328125, - -0.048614501953125, - -0.0158538818359375, - -0.0860595703125, - -0.004497528076171875, - -0.08673095703125, - -0.0298919677734375, - -0.0282440185546875, - -0.047943115234375, - 0.04156494140625, - -0.0007953643798828125, - -0.0194549560546875, - 0.020782470703125, - 0.018890380859375, - -0.0092010498046875, - 0.03448486328125, - 0.028900146484375, - -0.01305389404296875, - 0.00689697265625, - 0.0650634765625, - 0.0168304443359375, - -0.027435302734375, - 0.00603485107421875, - 0.016265869140625, - -0.0205230712890625, - 0.0142059326171875, - -0.0604248046875, - -0.0061187744140625, - 0.0243072509765625, - 0.04400634765625, - 0.00977325439453125, - -0.035980224609375, - 0.0023708343505859375, - 0.00846099853515625, - 0.028900146484375, - -0.02923583984375, - -0.00632476806640625, - -0.00927734375, - -0.00496673583984375, - -0.0243072509765625, - -0.079833984375, - 0.00923919677734375, - 0.05584716796875, - 0.026275634765625, - -0.010101318359375, - 0.0333251953125, - -0.02496337890625, - 0.005420684814453125, - 0.00196075439453125, - 0.0115814208984375, - 0.00936126708984375, - 0.0361328125, - -0.02093505859375, - 0.00952911376953125, - -0.01084136962890625, - 0.0137176513671875, - -0.03302001953125, - -0.041717529296875, - -0.0081329345703125, - -0.00199127197265625, - -0.046630859375, - 0.0036945343017578125, - 0.0160980224609375, - -0.0160064697265625, - 0.0131378173828125, - -0.0272674560546875, - -0.01494598388671875, - -0.03497314453125, - -0.065673828125, - 0.01305389404296875, - -0.033172607421875, - -0.032012939453125, - -0.0261077880859375, - 0.0679931640625, - -0.005130767822265625, - 0.006610870361328125, - -0.0229949951171875, - -0.01806640625, - -0.0280914306640625, - 0.023651123046875, + 0.01910400390625, + 0.01264190673828125, + -0.0297088623046875, -0.03253173828125, - 0.027435302734375, - -0.026611328125, - 0.0238189697265625, - 0.036285400390625, - 0.057159423828125, - 0.002227783203125, - 0.03497314453125, - 0.0206146240234375, - -0.0333251953125, - 0.00632476806640625, - -0.005462646484375, - 0.0126495361328125, - 0.01641845703125, - -0.033843994140625, - -0.0256195068359375, - 0.00882720947265625, - -0.0182342529296875, - 0.0049896240234375, - 0.01568603515625, - 0.03924560546875, - 0.0308837890625, - -0.0272674560546875, - 0.005420684814453125, - 0.0594482421875, - 0.014373779296875, - 0.07586669921875, - -0.03662109375, - -0.0423583984375, - 0.007801055908203125, - 0.019134521484375, - -0.040252685546875, - 0.002166748046875, - 0.0205230712890625, - 0.0139617919921875, - 0.025299072265625, - 0.0216827392578125, - -0.002956390380859375, - 0.026275634765625, - -0.01453399658203125, - -0.007061004638671875, - 0.0280914306640625, - -0.012481689453125, - 0.0272674560546875, - 0.0408935546875, - 0.024139404296875, - 0.0027103424072265625, - 0.0194549560546875, - -0.018310546875, - -0.03973388671875, - -0.0261077880859375, - -0.0509033203125, - 0.008209228515625, - 0.056182861328125, - 0.0137939453125, - 0.04827880859375, - -0.0285797119140625, - -0.0604248046875, - 0.005626678466796875, - -0.0312042236328125, - 0.0693359375, - 0.0251312255859375, - -0.0008878707885742188, - 0.058135986328125, - -0.01494598388671875, - 0.0010318756103515625, - 0.026763916015625, - 0.00377655029296875, - 0.018402099609375, - 0.044677734375, - 0.0261077880859375, - 0.02020263671875, - -0.027923583984375, - 0.031524658203125, - 0.045013427734375, - -0.00846099853515625, - 0.0179901123046875, - 0.009857177734375, - 0.003940582275390625, - 0.018402099609375, - -0.01453399658203125, - 0.04730224609375, - 0.0413818359375, - -0.00040030479431152344, - 0.0201263427734375, - 0.0012731552124023438, - 0.005420684814453125, - -0.036285400390625, - -0.0030803680419921875, - -0.0034084320068359375, - 0.009979248046875, - 0.0282440185546875, - 0.0103912353515625, - -0.0650634765625, - -0.0135498046875, - 0.052886962890625, - -0.045318603515625, - 0.020782470703125, - 0.02545166015625, - -0.0251312255859375, - 0.01470184326171875, - -0.018646240234375, - -0.037933349609375, - 0.0312042236328125, - 0.00039768218994140625, - -0.02496337890625, - 0.018890380859375, - 0.0261077880859375, - -0.03778076171875, - -0.023651123046875, - -0.044677734375, - -0.006282806396484375, - -0.01030731201171875, - 0.00722503662109375, - 0.037109375, - -0.01149749755859375, - -0.0033664703369140625, - 0.017730712890625, - 0.055511474609375, - 0.0062408447265625, - -0.0333251953125, - 0.044677734375, - -0.01519012451171875, - -0.0184783935546875, - 0.02069091796875, - 0.04205322265625, - 0.0303802490234375, - -0.0308837890625, - -0.023651123046875, - 0.0029144287109375, - 0.026763916015625, - 0.0032024383544921875, - 0.01494598388671875, - -0.03350830078125, - -0.044342041015625, - -0.06732177734375, - 0.0604248046875, - 0.00591278076171875, - 0.040252685546875, - -0.0016222000122070312, - -0.0328369140625, - 0.045654296875, - -0.058135986328125, - -0.0294036865234375, - -0.0256195068359375, - -0.000023245811462402344, - -0.0303802490234375, - 0.0294036865234375, - -0.021514892578125, - -0.0015192031860351562, - -0.0238189697265625, - 0.0594482421875, - 0.0040435791015625, - 0.005828857421875, - -0.041229248046875, - 0.02923583984375, - 0.040557861328125, - -0.065673828125, - -0.00841522216796875, - -0.02044677734375, - -0.0137176513671875, - 0.063720703125, - -0.0712890625, - 0.005069732666015625, - 0.018402099609375, - -0.08209228515625, - -0.042694091796875, - -0.017242431640625, - -0.026763916015625, - -0.053863525390625, - 0.0259552001953125, - 0.05352783203125, - -0.0014476776123046875, - 0.0139617919921875, - 0.005870819091796875, - 0.0032024383544921875, - 0.04205322265625, - 0.02117919921875, - -0.0137939453125, - 0.0256195068359375, - -0.06011962890625, - -0.045654296875, - -0.0029354095458984375, - 0.0509033203125, - -0.033172607421875, - -0.0155181884765625, - 0.006488800048828125, - -0.03662109375, - 0.03564453125, - -0.05352783203125, - -0.0052947998046875, - -0.0168304443359375, - -0.017242431640625, - -0.031707763671875, - -0.0318603515625, - -0.017486572265625, - 0.03924560546875, - 0.00025653839111328125, - -0.0004978179931640625, - 0.045654296875, - -0.066650390625, - 0.0264434814453125, - 0.00965118408203125, - -0.0160980224609375, - -0.00550079345703125, - -0.0008111000061035156, - 0.0139617919921875, - -0.003284454345703125, - 0.021026611328125, - -0.022003173828125, - -0.021514892578125, - -0.0703125, - 0.021026611328125, - -0.0041046142578125, - -0.0303802490234375, - -0.0277557373046875, - -0.0169219970703125, - -0.064697265625, - 0.00841522216796875, - 0.0318603515625, - 0.01544189453125, - 0.0135498046875, - -0.02117919921875, - -0.0174102783203125, - 0.00722503662109375, - -0.00579071044921875, - 0.027587890625, - -0.0190582275390625, - 0.0218505859375, - 0.019866943359375, - -0.042694091796875, - 0.0218505859375, - 0.00466156005859375, - 0.00775909423828125, - 0.02447509765625, - 0.031707763671875, - -0.039093017578125, - 0.0213470458984375, - -0.018798828125, - -0.03729248046875, - 0.017242431640625, - -0.0251312255859375, - 0.00439453125, - -0.01125335693359375, - -0.02972412109375, - 0.0174102783203125, - 0.01108551025390625, - 0.026611328125, - -0.01428985595703125, - -0.023162841796875, - 0.00710296630859375, - 0.0084991455078125, - 0.050262451171875, - -0.01108551025390625, - -0.0509033203125, - -0.008087158203125, - 0.0062408447265625, - 0.059783935546875, - 0.0323486328125, - 0.00923919677734375, - -0.027435302734375, - 0.00751495361328125, - 0.03729248046875, - -0.0169219970703125, - -0.0246429443359375, - -0.0259552001953125, - 0.0247955322265625, - 0.0233154296875, - 0.041229248046875, - 0.0003414154052734375, - 0.0965576171875, - -0.012237548828125, - -0.0028324127197265625, - 0.0298919677734375, - 0.0660400390625, - 0.0223388671875, - -0.0051727294921875, - -0.05352783203125, - 0.00537872314453125, - 0.0131378173828125, - -0.039581298828125, - -0.03448486328125, - -0.0155181884765625, - 0.056488037109375, - -0.0604248046875, - -0.0261077880859375, - -0.0087432861328125, - -0.0096893310546875, - 0.008209228515625, - 0.030548095703125, - -0.026611328125, - 0.01617431640625, - -0.007061004638671875, - -0.0418701171875, - 0.010101318359375, - -0.0194549560546875, - 0.0216827392578125, - 0.038116455078125, - 0.036285400390625, - -0.003818511962890625, - 0.0489501953125, - -0.0005979537963867188, - -0.0012159347534179688, - 0.0176544189453125, - 0.03662109375, - 0.0082550048828125, - 0.012725830078125, - 0.056488037109375, - 0.051239013671875, - -0.0051727294921875, - -0.012237548828125, - -0.01280975341796875, - 0.039093017578125, - 0.032196044921875, - 0.058135986328125, - -0.0225067138671875, - -0.0128936767578125, - -0.003429412841796875, - -0.02496337890625, - -0.017242431640625, - -0.00952911376953125, - 0.007965087890625, - -0.0179901123046875, - -0.04400634765625, - 0.015106201171875, - -0.045989990234375, + 0.00543975830078125, + -0.01352691650390625, 0.045989990234375, - -0.006816864013671875, - -0.00763702392578125, - 0.0144500732421875, - 0.02972412109375, - -0.0190582275390625, - -0.05780029296875, - -0.005336761474609375, - -0.016754150390625, - -0.026275634765625, - -0.043365478515625, - -0.046966552734375, - 0.028411865234375, - -0.0247955322265625, - -0.054534912109375, - -0.03497314453125, - 0.03680419921875, - -0.023162841796875, - -0.0399169921875, - -0.0189666748046875, - -0.0025463104248046875, - -0.0226593017578125, - -0.044677734375, - -0.03759765625, - -0.0135498046875, - 0.0063629150390625, - -0.053863525390625, - 0.0063629150390625, - -0.0096893310546875, - -0.032196044921875, - -0.01470184326171875, - -0.01190948486328125, - 0.0009393692016601562, - 0.0163421630859375, - -0.03302001953125, - 0.0693359375, - -0.00788116455078125, - 0.05584716796875, - 0.0290679931640625, - 0.0499267578125, - 0.00193023681640625, - 0.0118255615234375, - -0.0126495361328125, - -0.06011962890625, - -0.01165771484375, - 0.0206146240234375, - 0.0007905960083007812, - -0.09527587890625, - 0.0027103424072265625, - 0.056182861328125, - -0.0693359375, - 0.0182342529296875, - 0.0202789306640625, - -0.018402099609375, - -0.0489501953125, - 0.012237548828125, - -0.00418853759765625, - 0.0213470458984375, - 0.07818603515625, - 0.004207611083984375, - -0.00804901123046875, - 0.0229949951171875, - -0.054534912109375, - 0.0689697265625, - 0.027099609375, - 0.0073089599609375, - -0.032012939453125, - 0.0328369140625, - 0.0170745849609375, - -0.0312042236328125, - 0.00466156005859375, - -0.061431884765625, - -0.0221710205078125, - 0.031707763671875, - 0.0223388671875, - -0.01617431640625, - 0.0139617919921875, - -0.031036376953125, - -0.033843994140625, - -0.031707763671875, - 0.0298919677734375, - -0.0251312255859375, - 0.0234832763671875, - -0.03253173828125, - -0.026275634765625, - -0.01174163818359375, - -0.046966552734375, - -0.0272674560546875, - -0.02447509765625, - 0.0333251953125, - 0.001010894775390625, - -0.05487060546875, - 0.0256195068359375, - 0.007720947265625, - 0.01232147216796875, - 0.007472991943359375, - 0.05059814453125, - -0.02093505859375, - -0.032012939453125, - 0.002391815185546875, - 0.03021240234375, - -0.00261688232421875, - -0.010467529296875, - 0.01280975341796875, - 0.004619598388671875, - 0.03826904296875, - -0.04302978515625, - 0.05322265625, - 0.037933349609375, - -0.035797119140625, - -0.05517578125, - -0.02496337890625, - -0.02117919921875, - 0.0259552001953125, - -0.018402099609375, - 0.031036376953125, - 0.0009083747863769531, - -0.0290679931640625, - -0.1116943359375, - 0.033843994140625, - -0.0282440185546875, - 0.023162841796875, - -0.00894927978515625, - -0.023162841796875, - -0.047637939453125, - -0.04632568359375, - -0.00689697265625, - 0.005706787109375, - -0.03546142578125, - 0.031707763671875, - 0.01067352294921875, - -0.0049896240234375, - -0.0009393692016601562, - 0.007965087890625, - -0.00431060791015625, - 0.05517578125, - 0.0155181884765625, - -0.036956787109375, - 0.040069580078125, - -0.0272674560546875, - 0.0030994415283203125, - -0.01453399658203125, - 0.00948333740234375, - 0.006816864013671875, - 0.00775909423828125, - -0.03826904296875, - 0.01593017578125, - 0.027923583984375, - 0.040069580078125, - -0.01560211181640625, - 0.019622802734375, - -0.005992889404296875, - 0.0223388671875, - -0.0001360177993774414, - -0.0239715576171875, - -0.0157623291015625, - -0.0142059326171875, - -0.0133056640625, - -0.03564453125, - -0.049591064453125, - -0.09130859375, - 0.0178985595703125, - -0.036285400390625, - -0.01412200927734375, - 0.027587890625, - 0.038604736328125, - 0.01239776611328125, - -0.054534912109375, - 0.01617431640625, - -0.02117919921875, - -0.0197906494140625, - -0.0272674560546875, - 0.0233154296875, - -0.035797119140625, - 0.0394287109375, - 0.0099334716796875, - -0.0489501953125, - -0.0024433135986328125, - -0.003162384033203125, - -0.0086212158203125, - -0.018798828125, - -0.0034084320068359375, - -0.037445068359375, - 0.04156494140625, - -0.051239013671875, - -0.0086212158203125, - 0.0020008087158203125, - 0.045013427734375, - 0.010467529296875, - -0.0290679931640625, - 0.055511474609375, - -0.0052947998046875, - -0.047637939453125, - 0.0399169921875, - -0.016265869140625, - -0.0256195068359375, - 0.01453399658203125, - -0.026763916015625, - -0.0082550048828125, - -0.00431060791015625, - 0.03729248046875, - 0.042694091796875, - 0.043365478515625, - 0.00698089599609375, - -0.0272674560546875, - -0.00424957275390625, - 0.0158538818359375, - 0.036468505859375, - 0.0239715576171875, - 0.0160980224609375, - 0.007350921630859375, - 0.0157623291015625, - -0.0115814208984375, - -0.07916259765625, - -0.007350921630859375, - -0.04730224609375, - -0.04827880859375, - -0.00763702392578125, - 0.0693359375, - 0.043701171875, - -0.0001354217529296875, - 0.01666259765625, - 0.06866455078125, - 0.03021240234375, - 0.0139617919921875, - 0.00710296630859375, - -0.06536865234375, - -0.03466796875, - 0.0019092559814453125, - 0.018310546875, - -0.0693359375, - 0.0192108154296875, - 0.063720703125, - 0.0021762847900390625, - -0.017242431640625, - -0.01544189453125, - 0.0071868896484375, - 0.06011962890625, - 0.018310546875, - 0.00469970703125, - -0.06964111328125, - 0.01239776611328125, - 0.026275634765625, - -0.00763702392578125, - 0.012237548828125, - 0.0082550048828125, - -0.033172607421875, - 0.0604248046875, - -0.054534912109375, - -0.0034084320068359375, - -0.003387451171875, - 0.058807373046875, - 0.005069732666015625, - -0.044342041015625, - -0.023162841796875, - 0.04827880859375, - -0.0006055831909179688, - -0.0223388671875, - 0.01042938232421875, - 0.02044677734375, - -0.046630859375, - 0.033843994140625, - 0.04205322265625, - 0.0088653564453125, - 0.040252685546875, - 0.01593017578125, - -0.059783935546875, - 0.0225067138671875, - -0.01092529296875, - 0.005748748779296875, - -0.03350830078125, - -0.032196044921875, - -0.0197906494140625, - -0.03466796875, - 0.039581298828125, - 0.0088653564453125, - 0.03826904296875, - 0.0394287109375, - -0.00689697265625, - -0.02069091796875, - 0.005992889404296875, - 0.02117919921875, - 0.0239715576171875, - 0.007801055908203125, - 0.01232147216796875, - 0.0142059326171875, - 0.04827880859375, - 0.026275634765625, - -0.01092529296875, - 0.03350830078125, - -0.044342041015625, - 0.00965118408203125, - -0.041229248046875, - 0.028900146484375, - 0.0071868896484375, - -0.031036376953125, - -0.0155181884765625, - -0.0176544189453125, - 0.00804901123046875, - -0.0016632080078125, - -0.0594482421875, - -0.000980377197265625, - 0.0243072509765625, - -0.0294036865234375, - 0.0038394927978515625, - 0.0233154296875, - -0.0264434814453125, - -0.009857177734375, - -0.05419921875, - 0.06768798828125, - 0.038116455078125, - 0.026611328125, - -0.005828857421875, - 0.02020263671875, - 0.02874755859375, - -0.0016317367553710938, - 0.015106201171875, - 0.0190582275390625, - -0.0213470458984375, - 0.0226593017578125, - 0.058135986328125, + -0.004467010498046875, + 0.006366729736328125, + -0.05908203125, + 0.058013916015625, + 0.0143280029296875, 0.00977325439453125, - -0.050262451171875, - 0.0239715576171875, - 0.00258636474609375, - -0.0679931640625, - 0.0303802490234375, - 0.043365478515625, - -0.005069732666015625, - -0.0014781951904296875, - -0.00484466552734375, - -0.00472259521484375, - -0.0423583984375, - 0.07391357421875, - 0.0178985595703125, - -0.02496337890625, - 0.0178985595703125, - -0.0280914306640625, - 0.0413818359375, - 0.0133819580078125, - 0.07061767578125, - -0.0269317626953125, - 0.059783935546875, - -0.03253173828125, - 0.00196075439453125, - -0.0139617919921875, - 0.0277557373046875, - -0.002597808837890625, - 0.02545166015625, - -0.047943115234375, - 0.05517578125, - 0.034820556640625, - -0.00792694091796875, - -0.06109619140625, - 0.0026073455810546875, - -0.005706787109375, - 0.007389068603515625, - 0.041717529296875, - -0.0333251953125, - -0.00022840499877929688, - -0.002689361572265625, - 0.016998291015625, - 0.07623291015625, - -0.0223388671875, - 0.023162841796875, - -0.0017347335815429688, - -0.002895355224609375, - 0.0052947998046875, - -0.0137176513671875 - ], - "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_grep", - "type": "tool", - "name": "grep", - "content": "grep klassisches unix-werkzeug zur zeilenfilterung, entwickelt 1973 von ken thompson zur schnellen suche nach regulären ausdrücken in dateien oder datenströmen. der name leitet sich vom ed‑kommando „g/re/p“ ab und spiegelt die funktionsweise wider: globaler ausdruck, zeile drucken. gnu grep unterstützt drei regex‑dialekte (bre, ere, pcre), farb‑highlighting und zero‑copy‑block‑pufferung für höchstgeschwindigkeit auch in riesigen logs. dank seiner pipe‑kompatibilität ist grep grundbaustein unzähliger dfir‑einzeiler zum parsen von artefakten, netzwerk‑flows und memory‑dumps. commandline regular-expressions piping filtering incident-response static-investigations examination analysis", - "embedding": [ - -0.0298919677734375, - 0.0235443115234375, - 0.0133056640625, - -0.005809783935546875, - 0.0341796875, - 0.0252838134765625, - 0.014434814453125, - 0.01351165771484375, - -0.01617431640625, - 0.0015993118286132812, - -0.040313720703125, - 0.064697265625, - 0.0399169921875, - 0.0137176513671875, - -0.022003173828125, - 0.036834716796875, - -0.032958984375, - 0.0018682479858398438, - -0.004657745361328125, - 0.018829345703125, - -0.01268768310546875, - -0.0143280029296875, - -0.04974365234375, - -0.0038890838623046875, - 0.0011386871337890625, - 0.0249786376953125, - 0.002750396728515625, - -0.0692138671875, - -0.0059356689453125, - 0.0183258056640625, - -0.005527496337890625, - -0.03192138671875, - 0.01351165771484375, - 0.0399169921875, - -0.0255889892578125, - -0.02886962890625, - 0.01141357421875, - -0.067138671875, - -0.004016876220703125, - 0.056488037109375, - -0.0399169921875, - 0.030914306640625, - 0.044830322265625, - -0.015960693359375, - -0.0094146728515625, - -0.027435302734375, - 0.048919677734375, - -0.00901031494140625, - 0.0012798309326171875, - -0.055267333984375, - 0.0221099853515625, - 0.015960693359375, - 0.0164794921875, - -0.039703369140625, - -0.051177978515625, - 0.015655517578125, - 0.049346923828125, - -0.02117919921875, - -0.037872314453125, - 0.04278564453125, - -0.03704833984375, - 0.0021114349365234375, - -0.00988006591796875, - -0.01007843017578125, - 0.0092620849609375, - 0.00665283203125, - -0.024566650390625, - -0.01453399658203125, - 0.0232391357421875, - 0.01617431640625, - 0.0229339599609375, - -0.024261474609375, - -0.00716400146484375, - 0.06634521484375, - -0.0143280029296875, - -0.05035400390625, - 0.0178070068359375, - 0.0270233154296875, - 0.004222869873046875, - -0.00988006591796875, - -0.03643798828125, - -0.00470733642578125, - 0.0386962890625, - -0.0234375, - -0.0197601318359375, - 0.01422882080078125, - 0.0276336669921875, - -0.02117919921875, - 0.01555633544921875, - 0.0030193328857421875, - 0.01253509521484375, - 0.00598907470703125, - -0.0006780624389648438, - -0.011566162109375, - 0.04052734375, - 0.043792724609375, - -0.0103912353515625, - -0.01340484619140625, - -0.0323486328125, - 0.009521484375, - 0.0130462646484375, - -0.000850677490234375, - 0.0513916015625, - 0.01161956787109375, - 0.05853271484375, - -0.0335693359375, - 0.01340484619140625, - -0.021392822265625, - 0.001842498779296875, - -0.0154571533203125, - -0.0970458984375, - -0.03521728515625, - -0.03521728515625, - -0.07208251953125, - -0.015350341796875, - -0.00606536865234375, - 0.0008573532104492188, - 0.037445068359375, - -0.037445068359375, - -0.036834716796875, - -0.00031828880310058594, - 0.0227203369140625, - -0.00818634033203125, - -0.00701141357421875, - -0.029266357421875, - -0.055267333984375, - -0.00875091552734375, - 0.0249786376953125, - -0.045440673828125, - -0.022216796875, - -0.014739990234375, - -0.00875091552734375, - -0.020263671875, - -0.0228271484375, - 0.00637054443359375, - -0.006114959716796875, - 0.0347900390625, - 0.01141357421875, - 0.0017910003662109375, - 0.0113067626953125, - 0.042572021484375, - -0.039520263671875, - -0.0221099853515625, - 0.009979248046875, - -0.00550079345703125, - -0.00885009765625, - -0.004375457763671875, - 0.05218505859375, - 0.01018524169921875, - -0.00281524658203125, - -0.0244598388671875, - 0.035614013671875, - 0.045867919921875, - 0.0212860107421875, - 0.0157623291015625, - -0.0487060546875, - 0.015045166015625, - -0.04400634765625, - 0.021697998046875, - -0.0276336669921875, - -0.01181793212890625, - 0.02947998046875, - -0.003940582275390625, - 0.01412200927734375, - 0.0244598388671875, - -0.04852294921875, - -0.0311126708984375, - -0.0143280029296875, - -0.0244598388671875, - 0.01300048828125, - 0.021392822265625, - -0.006603240966796875, - 0.032745361328125, - 0.08026123046875, - -0.020263671875, - 0.0164794921875, - -0.01120758056640625, - 0.01043701171875, - 0.0230255126953125, - 0.0264129638671875, + 0.0238800048828125, 0.0094146728515625, - -0.024871826171875, - 0.0180206298828125, - -0.01248931884765625, - 0.00470733642578125, - -0.007625579833984375, - -0.0165863037109375, - 0.001323699951171875, - -0.0076751708984375, - 0.05157470703125, - -0.01222991943359375, - -0.05487060546875, - -0.004119873046875, - 0.0423583984375, - -0.019439697265625, - 0.02886962890625, - 0.033966064453125, - -0.03009033203125, - 0.038482666015625, - -0.0192413330078125, - 0.01617431640625, - 0.02056884765625, - 0.00018787384033203125, - 0.025482177734375, - 0.050750732421875, - -0.015045166015625, - -0.00936126708984375, - 0.0399169921875, - 0.045654296875, - -0.0474853515625, - -0.0264129638671875, - 0.048309326171875, - -0.0073699951171875, - -0.018218994140625, - -0.0386962890625, - -0.033966064453125, - -0.00440216064453125, - -0.01483917236328125, - -0.01422882080078125, - -0.0197601318359375, - -0.0423583984375, - -0.04461669921875, - -0.0110015869140625, - 0.0124359130859375, - -0.007778167724609375, - 0.05157470703125, - 0.061004638671875, - -0.024566650390625, - 0.01904296875, - 0.0261993408203125, - -0.00383758544921875, - 0.03582763671875, - -0.01233673095703125, - 0.008697509765625, - 0.01074981689453125, - -0.032562255859375, - 0.052825927734375, - 0.01678466796875, - 0.015350341796875, - 0.01294708251953125, - -0.05853271484375, - 0.015960693359375, - -0.0240478515625, - 0.035400390625, - -0.005451202392578125, - -0.01678466796875, - 0.00391387939453125, - 0.0017652511596679688, - 0.032958984375, - 0.0487060546875, - -0.048919677734375, - -0.0164794921875, - -0.07366943359375, - -0.01090240478515625, - -0.0614013671875, - -0.054046630859375, - -0.052825927734375, - -0.0233306884765625, - 0.039703369140625, - -0.0023670196533203125, - 0.0091094970703125, - -0.00685882568359375, - 0.0323486328125, - -0.035614013671875, - 0.048919677734375, - 0.003429412841796875, - -0.0241546630859375, - 0.033172607421875, - 0.09539794921875, - -0.05157470703125, - -0.00506591796875, - -0.01320648193359375, - -0.0015163421630859375, - -0.007778167724609375, - 0.00823974609375, - -0.0113067626953125, - -0.03460693359375, - 0.0162811279296875, - -0.0009918212890625, - 0.0249786376953125, - -0.03460693359375, - -0.0121307373046875, - -0.006908416748046875, - 0.036041259765625, - -0.0106964111328125, - 0.0154571533203125, - 0.0017147064208984375, - 0.0018167495727539062, - 0.0042724609375, - -0.049957275390625, - -0.01739501953125, - 0.0462646484375, - -0.0016632080078125, - 0.00511932373046875, - 0.00988006591796875, - -0.052825927734375, - 0.01233673095703125, - 0.0203704833984375, - -0.0163726806640625, - 0.039093017578125, - 0.038482666015625, - -0.01453399658203125, - 0.002994537353515625, - -0.01995849609375, - 0.01708984375, - -0.0246734619140625, - -0.018829345703125, - -0.0032367706298828125, - 0.0111083984375, - -0.0487060546875, - -0.01279449462890625, - 0.042999267578125, - -0.026611328125, - 0.043182373046875, - 0.0011510848999023438, - 0.0006399154663085938, - -0.01049041748046875, - -0.042572021484375, - -0.02435302734375, - -0.0450439453125, - -0.041748046875, - -0.0282440185546875, - 0.053619384765625, - -0.0169830322265625, - -0.006473541259765625, - -0.01253509521484375, - 0.015655517578125, - -0.045654296875, - 0.00859832763671875, - -0.0209808349609375, - 0.046875, - 0.01514434814453125, - 0.0246734619140625, - 0.056915283203125, - 0.0236358642578125, - 0.03826904296875, - 0.051177978515625, - 0.0296783447265625, - -0.029266357421875, - -0.00289154052734375, - -0.00885009765625, - -0.0007486343383789062, - 0.026611328125, - -0.0244598388671875, - -0.0023670196533203125, - -0.017608642578125, - -0.01483917236328125, - 0.005039215087890625, - 0.0218048095703125, - 0.0474853515625, - 0.00391387939453125, - -0.018218994140625, - -0.0171966552734375, - 0.05096435546875, - -0.00534820556640625, - 0.09619140625, - 0.0031986236572265625, - -0.046875, - 0.0233306884765625, - 0.041961669921875, - -0.0146331787109375, - 0.036041259765625, - 0.0137176513671875, - 0.0106964111328125, - -0.008087158203125, - 0.028656005859375, - -0.0022258758544921875, - 0.028045654296875, - 0.003070831298828125, - 0.0137176513671875, - 0.01064300537109375, - -0.033172607421875, - -0.007114410400390625, - 0.05322265625, - 0.021697998046875, - 0.0075225830078125, - 0.033966064453125, - -0.01120758056640625, - -0.040313720703125, - -0.025787353515625, - -0.067138671875, - -0.003658294677734375, - 0.022613525390625, - 0.0024700164794921875, - 0.048919677734375, - -0.046875, - -0.060577392578125, - 0.041748046875, - -0.049530029296875, - 0.09210205078125, - 0.037872314453125, - 0.0201568603515625, - -0.01233673095703125, - -0.0183258056640625, - -0.00988006591796875, - 0.0162811279296875, - -0.0026607513427734375, - 0.039703369140625, - 0.0249786376953125, - 0.03826904296875, - -0.01007843017578125, - -0.030914306640625, - 0.00890350341796875, - 0.0166778564453125, - 0.0214996337890625, - -0.01202392578125, - 0.040130615234375, - 0.0200653076171875, - 0.0305023193359375, - -0.0192413330078125, - 0.036651611328125, - 0.019134521484375, - -0.01934814453125, - 0.0137176513671875, - -0.01233673095703125, - -0.0198516845703125, - -0.048095703125, - 0.015350341796875, - 0.01739501953125, - 0.0164794921875, - 0.0380859375, - 0.0311126708984375, - -0.04443359375, - -0.045867919921875, - 0.0347900390625, - -0.043609619140625, - -0.0108489990234375, - 0.0302886962890625, - -0.01678466796875, - 0.0284576416015625, - -0.0305023193359375, - -0.0777587890625, - 0.022003173828125, - -0.04339599609375, - -0.046478271484375, - 0.0214996337890625, - 0.0411376953125, - -0.05731201171875, - -0.00788116455078125, - -0.0556640625, - -0.02056884765625, + -0.033599853515625, + 0.0175933837890625, + -0.04296875, + -0.0247650146484375, + 0.0125579833984375, + 0.0032501220703125, + -0.0245819091796875, + -0.04669189453125, + -0.022552490234375, + 0.0134429931640625, + 0.012115478515625, + -0.052337646484375, + 0.028472900390625, 0.01007843017578125, - -0.00859832763671875, - 0.05322265625, - -0.0146331787109375, - 0.0013885498046875, - 0.02313232421875, - 0.039306640625, - -0.020263671875, - -0.0008826255798339844, - 0.050567626953125, - -0.0113067626953125, - -0.04522705078125, - 0.00399017333984375, - -0.0230255126953125, - -0.0069580078125, - -0.033172607421875, - -0.0171966552734375, - 0.0027637481689453125, - 0.0249786376953125, - 0.0224151611328125, - 0.022003173828125, - -0.07080078125, - -0.0335693359375, - -0.01678466796875, - 0.08392333984375, - -0.0124359130859375, - 0.047698974609375, - 0.005016326904296875, - -0.052398681640625, - 0.032562255859375, - -0.053619384765625, - -0.02313232421875, - 0.02374267578125, - 0.01340484619140625, - -0.0178070068359375, - 0.035003662109375, - -0.033966064453125, - 0.0041961669921875, - -0.014739990234375, - 0.015045166015625, - 0.005397796630859375, - -0.012847900390625, - -0.042999267578125, - 0.061004638671875, - 0.019439697265625, - -0.0577392578125, - -0.027435302734375, - -0.0195465087890625, - -0.00037097930908203125, - 0.027435302734375, - -0.05609130859375, - -0.005908966064453125, - -0.0196533203125, - -0.0634765625, - -0.0209808349609375, - 0.0296783447265625, - -0.036041259765625, - -0.0165863037109375, - -0.001739501953125, - 0.0157623291015625, - -0.01340484619140625, - 0.0260009765625, - -0.0036334991455078125, - 0.0184173583984375, - 0.03826904296875, - 0.0177001953125, - -0.0023403167724609375, - 0.0018167495727539062, - -0.028045654296875, - -0.03643798828125, - -0.0015611648559570312, - 0.040313720703125, - -0.020477294921875, - 0.0200653076171875, - -0.01202392578125, - -0.019134521484375, - 0.030914306640625, - -0.0634765625, - -0.0060882568359375, - -0.004016876220703125, - -0.00447845458984375, - -0.03009033203125, - -0.03521728515625, - 0.001605987548828125, - 0.011871337890625, - -0.003582000732421875, - -0.00665283203125, - 0.0201568603515625, - -0.017303466796875, - 0.01934814453125, - 0.0284576416015625, - 0.00046706199645996094, - -0.00814056396484375, - -0.004222869873046875, - -0.00829315185546875, - 0.0028667449951171875, - 0.0335693359375, - -0.008087158203125, - -0.028656005859375, - -0.056915283203125, - 0.0272216796875, - 0.0128936767578125, - -0.01739501953125, - 0.009674072265625, - -0.0296783447265625, - -0.064697265625, - -0.0113067626953125, - 0.017608642578125, - 0.0235443115234375, - -0.032135009765625, - -0.0252838134765625, - -0.0215911865234375, - -0.03521728515625, - -0.04443359375, + 0.01485443115234375, + -0.0178680419921875, + 0.026702880859375, + -0.041900634765625, + -0.0107421875, + 0.0219268798828125, + -0.00791168212890625, + 0.0008015632629394531, + -0.0037136077880859375, + -0.0019235610961914062, + -0.0210418701171875, + -0.03765869140625, + 0.0091094970703125, + -0.0099029541015625, + 0.01047515869140625, + -0.0177764892578125, + 0.020782470703125, + 0.021392822265625, + 0.0008563995361328125, + -0.01096343994140625, + -0.039794921875, 0.033782958984375, - -0.0214996337890625, - 0.020477294921875, - -0.0016889572143554688, - -0.0450439453125, - 0.035614013671875, - 0.05035400390625, - 0.0234375, + 0.005702972412109375, + -0.0185699462890625, + -0.033233642578125, + 0.0235137939453125, + -0.02423095703125, + -0.01238250732421875, + -0.0094146728515625, + 0.0210418701171875, + -0.001613616943359375, + 0.038726806640625, + -0.016357421875, + -0.0176849365234375, + -0.00124359130859375, + -0.0150299072265625, + 0.018829345703125, + 0.006320953369140625, + -0.04473876953125, + 0.0290069580078125, + -0.03662109375, + -0.0229949951171875, + 0.0288238525390625, + 0.035888671875, + 0.02069091796875, + 0.0094146728515625, + -0.04986572265625, + -0.00495147705078125, + 0.066162109375, + -0.03485107421875, + -0.05023193359375, + -0.0005002021789550781, + 0.0202484130859375, + 0.004398345947265625, + -0.0194549560546875, + -0.0124664306640625, + 0.0362548828125, + 0.00994873046875, + 0.024932861328125, + -0.021392822265625, + 0.0245819091796875, + 0.04119873046875, + -0.0270538330078125, + -0.0297088623046875, + -0.007251739501953125, + 0.036956787109375, + 0.0204315185546875, + -0.01282501220703125, + 0.0516357421875, + 0.005329132080078125, + 0.03131103515625, + -0.04632568359375, + -0.005458831787109375, + -0.0323486328125, + 0.01538848876953125, + -0.026885986328125, + -0.10400390625, + -0.05657958984375, + -0.007472991943359375, + -0.048095703125, + 0.000701904296875, + 0.01140594482421875, + -0.0203399658203125, + 0.026702880859375, + -0.06365966796875, + -0.061187744140625, + 0.04278564453125, + 0.0208740234375, + -0.00667572021484375, + 0.0205078125, + -0.047393798828125, + -0.044921875, + -0.0178680419921875, + 0.0305938720703125, + -0.0228118896484375, + -0.01529693603515625, + -0.020782470703125, + 0.002376556396484375, + -0.0236968994140625, + -0.047760009765625, + 0.007472991943359375, + -0.02227783203125, + 0.0235137939453125, + 0.0037364959716796875, + -0.017242431640625, + 0.027587890625, + 0.028656005859375, + -0.033599853515625, + -0.0330810546875, + -0.0095062255859375, + -0.0413818359375, + -0.01352691650390625, + -0.0081329345703125, + 0.040679931640625, + -0.02740478515625, + 0.01043701171875, + 0.0133514404296875, + 0.035369873046875, + 0.0753173828125, + 0.005062103271484375, + 0.038543701171875, + -0.05023193359375, + -0.00539398193359375, + -0.0125579833984375, + 0.0288238525390625, + -0.01105499267578125, + 0.0008177757263183594, + -0.01485443115234375, + 0.0040435791015625, + 0.01406097412109375, + 0.0020999908447265625, + -0.023345947265625, + -0.03765869140625, + 0.013885498046875, + 0.0040435791015625, + -0.0008287429809570312, + 0.0263519287109375, + -0.013885498046875, + 0.03094482421875, + 0.0657958984375, + -0.01047515869140625, + 0.004154205322265625, + 0.01910400390625, + -0.02581787109375, + 0.035369873046875, + 0.049530029296875, + -0.019012451171875, + -0.00006598234176635742, + 0.052001953125, + -0.01012420654296875, + 0.005527496337890625, + -0.015472412109375, + -0.03802490234375, + -0.00738525390625, + -0.0150299072265625, + 0.0102996826171875, + -0.038543701171875, + -0.03607177734375, + -0.036773681640625, + 0.022369384765625, + 0.042633056640625, + 0.0516357421875, + 0.017059326171875, + -0.013885498046875, + 0.03607177734375, + -0.00627899169921875, + 0.0124664306640625, + 0.036773681640625, + -0.004730224609375, + 0.0305938720703125, + 0.004024505615234375, + 0.0382080078125, + -0.0073394775390625, + 0.05694580078125, + 0.00514984130859375, + -0.035003662109375, + 0.00583648681640625, + 0.078857421875, + 0.01007843017578125, + -0.0186614990234375, + -0.0192718505859375, + -0.030242919921875, + 0.0086212158203125, + -0.00470733642578125, + -0.0098114013671875, + 0.001934051513671875, + -0.0116729736328125, + -0.045623779296875, + -0.00008291006088256836, + 0.0362548828125, + -0.0068511962890625, + 0.035552978515625, + 0.029541015625, + -0.0209503173828125, + -0.0236968994140625, + 0.00667572021484375, + 0.0210418701171875, + 0.0200653076171875, + 0.0189208984375, + -0.00499725341796875, + -0.0169830322265625, + -0.02581787109375, + 0.020782470703125, + 0.02581787109375, + 0.01396942138671875, + 0.017425537109375, + -0.00839996337890625, + 0.01494598388671875, + 0.005748748779296875, + 0.054107666015625, + 0.0247650146484375, + -0.0009007453918457031, + -0.00897216796875, + -0.0013980865478515625, + 0.04156494140625, + 0.03485107421875, + -0.07000732421875, + -0.0124664306640625, + -0.047393798828125, + 0.023345947265625, + -0.08807373046875, + -0.0618896484375, + -0.0143280029296875, + -0.040496826171875, + 0.0236968994140625, + -0.033233642578125, + -0.007472991943359375, + 0.0252838134765625, + 0.03607177734375, + 0.0256500244140625, + 0.0452880859375, + 0.004375457763671875, + -0.03411865234375, + -0.00897216796875, + 0.0654296875, + 0.0124664306640625, + -0.03662109375, + 0.002597808837890625, + 0.03253173828125, + -0.007694244384765625, + 0.0240478515625, + -0.05303955078125, + -0.00839996337890625, + 0.047393798828125, + 0.02740478515625, + 0.0238800048828125, + 0.006145477294921875, + -0.00386810302734375, + -0.0025196075439453125, + 0.0323486328125, + -0.041748046875, + -0.0159149169921875, + -0.023162841796875, + -0.01654052734375, + 0.0193634033203125, + -0.050933837890625, + -0.002353668212890625, + 0.03094482421875, + 0.048797607421875, + 0.012908935546875, + 0.00963592529296875, + -0.036956787109375, + 0.003116607666015625, + 0.00202178955078125, + 0.005237579345703125, + 0.03839111328125, + 0.037841796875, + -0.040496826171875, + 0.002277374267578125, + -0.016265869140625, + 0.004398345947265625, + -0.0452880859375, + -0.058349609375, + -0.0166168212890625, + -0.0112762451171875, + -0.061187744140625, + -0.03289794921875, + 0.005504608154296875, + 0.0006685256958007812, + 0.01100921630859375, + -0.00884246826171875, + -0.0007572174072265625, + -0.032196044921875, + -0.04278564453125, + 0.015655517578125, + -0.038543701171875, + -0.0445556640625, + -0.0291748046875, + 0.0831298828125, + 0.01361846923828125, + 0.0073394775390625, + -0.030059814453125, + -0.006542205810546875, + -0.06329345703125, + 0.009063720703125, + -0.033599853515625, + 0.00499725341796875, + -0.0222015380859375, + 0.0298919677734375, + 0.02264404296875, + 0.035552978515625, + 0.0208740234375, + 0.0760498046875, + 0.0229949951171875, + -0.0031604766845703125, + 0.0095062255859375, + 0.0260009765625, + 0.00711822509765625, + 0.0452880859375, + -0.0270538330078125, + 0.00804901123046875, + -0.02740478515625, + -0.0270538330078125, + -0.0134429931640625, + 0.0261688232421875, + 0.056243896484375, + 0.0445556640625, + -0.0137939453125, + 0.00968170166015625, + 0.060821533203125, + 0.0081329345703125, + 0.09906005859375, + -0.0236968994140625, + -0.039093017578125, + 0.0124664306640625, + 0.0177764892578125, + -0.02935791015625, + -0.0252838134765625, + 0.035186767578125, + -0.001613616943359375, + -0.0069427490234375, + 0.03961181640625, + -0.020782470703125, + 0.0203399658203125, + 0.014678955078125, + -0.001934051513671875, + 0.0279388427734375, + -0.0229949951171875, + 0.0228118896484375, 0.01494598388671875, 0.033966064453125, - -0.02056884765625, - 0.01514434814453125, - -0.005374908447265625, - -0.026611328125, - -0.004070281982421875, - -0.01248931884765625, - 0.011566162109375, - -0.0302886962890625, - -0.01161956787109375, - 0.00962066650390625, - 0.020477294921875, - 0.03070068359375, - -0.0240478515625, - -0.01555633544921875, - 0.037872314453125, - -0.0014581680297851562, - 0.0589599609375, - -0.0399169921875, - -0.046661376953125, - 0.0128936767578125, - 0.0057830810546875, - 0.039520263671875, - 0.017913818359375, - 0.0137176513671875, - -0.02435302734375, - -0.005474090576171875, - 0.0626220703125, - -0.0474853515625, - -0.0079345703125, - -0.08062744140625, - -0.00519561767578125, - -0.004886627197265625, - 0.06793212890625, - 0.011871337890625, - 0.055267333984375, - -0.004810333251953125, - -0.02886962890625, - 0.0016632080078125, - 0.0380859375, - 0.05853271484375, - -0.0201568603515625, - -0.03826904296875, - 0.015045166015625, - 0.0029296875, - -0.046875, - -0.037445068359375, - -0.0009465217590332031, - 0.047271728515625, - -0.0638427734375, - -0.01268768310546875, - -0.01453399658203125, - 0.0186309814453125, - 0.0268096923828125, - 0.028656005859375, - -0.0296783447265625, - 0.043609619140625, - 0.0163726806640625, - -0.05487060546875, - -0.01300048828125, - -0.0212860107421875, - 0.005962371826171875, - 0.0513916015625, - 0.032562255859375, - -0.0614013671875, - 0.054046630859375, - 0.006805419921875, - 0.0386962890625, - 0.018829345703125, - 0.02117919921875, - -0.007472991943359375, - 0.035614013671875, - 0.0230255126953125, - 0.04974365234375, - -0.0302886962890625, - -0.007419586181640625, - 0.028656005859375, - 0.052398681640625, - 0.042572021484375, - 0.0198516845703125, - 0.00916290283203125, - 0.009521484375, - -0.03643798828125, - -0.03887939453125, - 0.036651611328125, - 0.01136016845703125, - -0.015960693359375, - -0.01995849609375, - -0.0487060546875, - 0.02435302734375, - -0.02117919921875, - 0.00803375244140625, - 0.0004382133483886719, - -0.0462646484375, - -0.032958984375, - 0.0162811279296875, - -0.0195465087890625, - -0.05487060546875, - 0.039306640625, - -0.03192138671875, - 0.001880645751953125, - -0.041961669921875, - -0.00920867919921875, - 0.046661376953125, - -0.0209808349609375, - -0.08349609375, - -0.0423583984375, - 0.0311126708984375, - -0.01003265380859375, - -0.0305023193359375, - 0.00162506103515625, - 0.0178070068359375, - -0.0276336669921875, - -0.045440673828125, - -0.050140380859375, - -0.031524658203125, - 0.028656005859375, - -0.0305023193359375, - 0.012847900390625, - -0.0000635981559753418, - -0.01320648193359375, - -0.00788116455078125, - -0.0203704833984375, - -0.061004638671875, - 0.035614013671875, - -0.031524658203125, - 0.0215911865234375, - 0.0282440185546875, - 0.02056884765625, - 0.0215911865234375, - 0.05731201171875, - 0.0197601318359375, - -0.00946807861328125, - -0.01146697998046875, - -0.0634765625, - 0.0296783447265625, - 0.0000775456428527832, - -0.01146697998046875, - -0.036834716796875, - -0.01294708251953125, - 0.052398681640625, - -0.032135009765625, - 0.0015096664428710938, - -0.00614166259765625, - -0.001880645751953125, - -0.03070068359375, - 0.01177215576171875, - 0.0018930435180664062, - -0.0002830028533935547, - 0.10723876953125, - 0.0214996337890625, - -0.022216796875, - -0.01514434814453125, - -0.027435302734375, - 0.045654296875, - 0.0212860107421875, - 0.041961669921875, - -0.01161956787109375, - 0.0128936767578125, - 0.01222991943359375, - -0.0005373954772949219, - 0.0162811279296875, - -0.0880126953125, - 0.0031223297119140625, - 0.02252197265625, - -0.00399017333984375, - -0.0101318359375, - 0.00550079345703125, - -0.0195465087890625, - 0.0165863037109375, - -0.044219970703125, - 0.01361083984375, - -0.004299163818359375, - -0.0197601318359375, - -0.04522705078125, - -0.011871337890625, - -0.0215911865234375, - -0.0264129638671875, - -0.01678466796875, - -0.028656005859375, - 0.0196533203125, - 0.01171875, - -0.060577392578125, - 0.0250701904296875, - 0.01483917236328125, - 0.006549835205078125, - 0.0218963623046875, - 0.0247650146484375, - -0.05487060546875, - -0.00818634033203125, - 0.0051422119140625, - 0.02783203125, - 0.00606536865234375, - -0.0130462646484375, - 0.00716400146484375, - 0.0154571533203125, - 0.0072174072265625, - -0.039306640625, - 0.08062744140625, - 0.0227203369140625, - -0.01294708251953125, - -0.05853271484375, - -0.04443359375, - -0.0089569091796875, - 0.0169830322265625, - -0.00555419921875, - 0.033355712890625, - 0.0187225341796875, - -0.0214996337890625, - -0.07489013671875, - 0.04278564453125, - -0.0227203369140625, - 0.02252197265625, - 0.006473541259765625, - -0.0075225830078125, - -0.06549072265625, - -0.0487060546875, - -0.039703369140625, - 0.00399017333984375, - -0.00281524658203125, - 0.04461669921875, - 0.039306640625, - 0.005733489990234375, - 0.0270233154296875, - 0.01309967041015625, - -0.0028533935546875, - 0.02435302734375, - 0.040130615234375, - -0.05096435546875, - 0.04443359375, - -0.025787353515625, - 0.0162811279296875, - 0.0125885009765625, - 0.01708984375, - 0.0075225830078125, - 0.0034027099609375, - -0.040740966796875, - -0.01995849609375, - 0.039306640625, - 0.032135009765625, - -0.0178070068359375, - 0.006038665771484375, - -0.028045654296875, - 0.015045166015625, - -0.00321197509765625, - -0.0180206298828125, - 0.035003662109375, - -0.026611328125, - -0.044830322265625, - -0.01033782958984375, - -0.05487060546875, - -0.0880126953125, - -0.0164794921875, - -0.05157470703125, - -0.03131103515625, - 0.005680084228515625, - 0.0305023193359375, - 0.049530029296875, - -0.026092529296875, - 0.0276336669921875, - -0.0111541748046875, - -0.03009033203125, - -0.043182373046875, - 0.0175018310546875, - -0.0302886962890625, - 0.0296783447265625, - 0.040130615234375, - -0.0305023193359375, - 0.005832672119140625, - 0.00844573974609375, - -0.00122833251953125, - -0.0198516845703125, - 0.0051422119140625, - -0.043609619140625, - 0.0290679931640625, - -0.049957275390625, - -0.007778167724609375, - 0.0423583984375, - -0.00238037109375, - 0.0268096923828125, - -0.0140228271484375, - 0.049346923828125, - -0.04052734375, - -0.0614013671875, - 0.00988006591796875, - -0.017913818359375, - -0.0227203369140625, - 0.00470733642578125, - -0.01192474365234375, - -0.0089569091796875, - -0.000005125999450683594, - 0.036651611328125, - 0.0282440185546875, - 0.04095458984375, - 0.0247650146484375, - -0.022613525390625, - -0.0166778564453125, - -0.0017652511596679688, - 0.0282440185546875, - 0.00506591796875, - 0.0244598388671875, - -0.023956298828125, - -0.0048370361328125, - -0.01233673095703125, - -0.08636474609375, - -0.001880645751953125, - -0.032745361328125, - -0.050567626953125, - -0.01514434814453125, - 0.06671142578125, - 0.03765869140625, - -0.00685882568359375, - 0.0233306884765625, - 0.06182861328125, - 0.036224365234375, - 0.004425048828125, - 0.0023288726806640625, - -0.07122802734375, - -0.001247406005859375, - 0.004913330078125, - 0.012847900390625, - -0.08270263671875, - 0.05731201171875, - 0.054046630859375, - 0.01453399658203125, - -0.01192474365234375, - -0.0006618499755859375, - -0.0106964111328125, - 0.0171966552734375, - 0.03009033203125, - 0.013916015625, - -0.04400634765625, - 0.00859832763671875, - 0.0166778564453125, - -0.01351165771484375, 0.0143280029296875, - -0.002201080322265625, - -0.0380859375, - 0.0577392578125, - -0.03070068359375, - 0.002391815185546875, - 0.007472991943359375, - 0.07208251953125, - 0.00946807861328125, - -0.052001953125, - -0.032562255859375, - 0.02783203125, - 0.01514434814453125, - -0.0026874542236328125, - 0.0017271041870117188, - 0.01525115966796875, - 0.00637054443359375, - -0.00519561767578125, - 0.046051025390625, - -0.00360870361328125, - 0.06756591796875, - 0.026611328125, - -0.077392578125, - 0.0305023193359375, - -0.042999267578125, - -0.006320953369140625, - -0.01320648193359375, - -0.044830322265625, - -0.04217529296875, - -0.05853271484375, - 0.0162811279296875, - 0.0110015869140625, - 0.052398681640625, - 0.032562255859375, - 0.0162811279296875, - 0.0140228271484375, - 0.0017271041870117188, - 0.0246734619140625, - 0.03521728515625, - 0.005832672119140625, - -0.00859832763671875, - 0.005756378173828125, - 0.01555633544921875, - 0.00772857666015625, - -0.032958984375, - 0.020477294921875, - -0.0276336669921875, - 0.023956298828125, - -0.029266357421875, - 0.0008153915405273438, - 0.01525115966796875, - -0.042999267578125, - -0.0113067626953125, - -0.014434814453125, - 0.0006651878356933594, - -0.0201568603515625, - -0.048919677734375, - 0.0034542083740234375, - 0.0250701904296875, - -0.025482177734375, - -0.01320648193359375, - 0.0073699951171875, - -0.0057830810546875, - 0.01094818115234375, - -0.046661376953125, - 0.04461669921875, - 0.01412200927734375, - 0.036834716796875, - 0.0103912353515625, - 0.0009403228759765625, - 0.01514434814453125, - -0.0021228790283203125, - 0.0268096923828125, - 0.0201568603515625, - -0.053619384765625, - 0.07940673828125, - 0.02374267578125, - 0.004299163818359375, - -0.036651611328125, - 0.0183258056640625, - 0.0113067626953125, - -0.033782958984375, - 0.0253753662109375, - 0.00901031494140625, - 0.033355712890625, - -0.0033512115478515625, - -0.0041961669921875, - 0.00039649009704589844, - -0.06182861328125, - 0.06512451171875, - 0.00901031494140625, - 0.0169830322265625, - 0.0192413330078125, - -0.0146331787109375, - 0.0634765625, - 0.0014200210571289062, - 0.054443359375, - -0.05218505859375, - 0.041961669921875, - -0.030914306640625, - -0.0154571533203125, - -0.0036334991455078125, - 0.00555419921875, - -0.007778167724609375, - 0.005474090576171875, - -0.015655517578125, - 0.07366943359375, - 0.028045654296875, - -0.0196533203125, - -0.037445068359375, - -0.01422882080078125, - -0.002239227294921875, - 0.005451202392578125, - 0.045867919921875, - -0.06793212890625, - -0.0264129638671875, - 0.004425048828125, - 0.04052734375, - 0.032562255859375, - 0.035614013671875, - 0.03131103515625, - 0.0009784698486328125, - -0.002277374267578125, - 0.03009033203125, - -0.0228271484375 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "commandline", - "regular-expressions", - "piping", - "filtering" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_Ghidra", - "type": "tool", - "name": "Ghidra", - "content": "ghidra nsas reverse-engineering-suite demokratisiert binary-analyse auf ida-pro-niveau. der decompiler transformiert assembly in lesbaren c-code für intuitiveres verständnis von programm-logik. unterstützt über 30 prozessor-architekturen von x86/x64 über arm bis zu obskuren embedded-cpus. das software reverse engineering framework ermöglicht kollaborative analyse durch ghidra-server. pcode als intermediate language vereinheitlicht cross-architecture-analysen. der function-graph visualisiert control-flow. data-type-manager rekonstruiert strukturen und klassen. script-manager automatisiert mit python/java wiederkehrende analysen. version tracking vergleicht binaries über versionen. cryptographic-signature-finder identifiziert verschlüsselungs-routinen. die extension-architektur erlaubt custom-analyzers. perfekt für malware-dekonstruktion, vulnerability-research und firmware-analyse. die steile lernkurve wird durch exzellente dokumentation und nsa-trainingsmaterial gemildert. 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.03759765625, - 0.00899505615234375, - 0.03900146484375, - 0.0203094482421875, - 0.01099395751953125, - 0.032623291015625, - 0.0313720703125, - 0.0134735107421875, - -0.0292510986328125, - -0.0255279541015625, - -0.0237579345703125, - 0.057098388671875, - 0.01187896728515625, - 0.00806427001953125, - -0.06561279296875, - 0.0285491943359375, - -0.017913818359375, - 0.00855255126953125, - 0.008819580078125, - 0.017822265625, - -0.0230560302734375, - -0.0221710205078125, - -0.0321044921875, - -0.0190582275390625, - 0.0065155029296875, - 0.00917816162109375, - -0.017730712890625, - -0.0830078125, - -0.0230560302734375, - -0.00347900390625, - 0.03173828125, - -0.016845703125, - -0.006561279296875, - 0.0161285400390625, - 0.0094451904296875, - -0.01471710205078125, - -0.00775909423828125, - -0.037933349609375, - 0.005718231201171875, - 0.04718017578125, - -0.030853271484375, - 0.0117034912109375, - 0.021270751953125, - -0.007843017578125, - -0.017730712890625, - -0.0521240234375, - -0.00007933378219604492, - -0.01568603515625, - 0.01214599609375, - -0.042388916015625, - 0.03546142578125, - 0.01276397705078125, - 0.01568603515625, - -0.030670166015625, - -0.024993896484375, - 0.01471710205078125, - 0.01471710205078125, - -0.0292510986328125, - -0.0303192138671875, - 0.07342529296875, - -0.0226898193359375, - -0.00899505615234375, - 0.00350189208984375, - -0.01525115966796875, - 0.0202178955078125, - 0.027130126953125, - -0.0171051025390625, - -0.03173828125, - 0.01409912109375, - 0.0001475811004638672, - 0.0093536376953125, - 0.0038127899169921875, - -0.0182647705078125, - 0.036346435546875, - -0.05816650390625, - -0.04998779296875, - 0.0061187744140625, - 0.02410888671875, - 0.025360107421875, - 0.018707275390625, - -0.02447509765625, - 0.0035247802734375, - 0.036346435546875, - -0.0192413330078125, - -0.007091522216796875, - 0.01312255859375, - 0.016845703125, - 0.0211029052734375, - 0.005451202392578125, - -0.006206512451171875, - 0.0007009506225585938, - -0.019683837890625, - 0.0294342041015625, - -0.00970458984375, - 0.0219879150390625, - 0.056396484375, - -0.04718017578125, - -0.002559661865234375, - -0.041656494140625, - 0.0106353759765625, - 0.032440185546875, - -0.0011911392211914062, - 0.03704833984375, - -0.0116119384765625, - 0.036163330078125, - -0.03546142578125, - 0.01462554931640625, - -0.0124969482421875, - -0.006473541259765625, - -0.00917816162109375, - -0.08721923828125, - -0.02996826171875, - -0.0242919921875, - -0.061004638671875, - -0.0061187744140625, - -0.004566192626953125, - -0.01197052001953125, - 0.0333251953125, - -0.04681396484375, - -0.021270751953125, - 0.018798828125, - 0.00899505615234375, - -0.0037899017333984375, - 0.02410888671875, - -0.06134033203125, - -0.045379638671875, - 0.0021610260009765625, - 0.0305023193359375, - -0.03387451171875, - 0.0008645057678222656, - -0.006694793701171875, - -0.0285491943359375, - -0.0165863037109375, - -0.0014295578002929688, - -0.019775390625, - -0.0313720703125, - 0.044342041015625, - -0.0194091796875, - 0.003879547119140625, - 0.004566192626953125, - 0.03173828125, - -0.0283660888671875, - -0.04254150390625, - 0.018524169921875, - -0.0021610260009765625, - -0.019866943359375, - 0.0099334716796875, - 0.04486083984375, - -0.0274810791015625, - -0.00864410400390625, - -0.006072998046875, - -0.0039215087890625, - 0.0634765625, - 0.005672454833984375, - 0.0035457611083984375, - -0.0257110595703125, - -0.01427459716796875, - -0.0125885009765625, - 0.042205810546875, - -0.0015954971313476562, - -0.01090240478515625, - 0.0203094482421875, - -0.00970458984375, - 0.04132080078125, - -0.032440185546875, - -0.040252685546875, - -0.0040130615234375, - 0.0230560302734375, - 0.00957489013671875, - -0.0125885009765625, - 0.03350830078125, - 0.0088653564453125, - 0.04486083984375, - 0.056396484375, - -0.01214599609375, - 0.0161285400390625, - -0.01418304443359375, - -0.004852294921875, - 0.0255279541015625, - 0.0161285400390625, - -0.0372314453125, - -0.0294342041015625, - 0.0333251953125, - 0.008026123046875, - 0.034759521484375, - -0.00855255126953125, - -0.0242919921875, - -0.05072021484375, - -0.0201263427734375, - 0.0218048095703125, - -0.04290771484375, - -0.007843017578125, - -0.019775390625, - 0.047515869140625, - 0.01143646240234375, - 0.07232666015625, - 0.01959228515625, - -0.01418304443359375, - 0.047882080078125, - -0.0108184814453125, - 0.01409912109375, - 0.041839599609375, - -0.00281524658203125, - 0.061004638671875, - 0.023406982421875, - 0.00027561187744140625, - -0.0153350830078125, - 0.044158935546875, - 0.0267791748046875, - -0.0103759765625, - -0.0125885009765625, - 0.045379638671875, - 0.001873016357421875, - 0.007358551025390625, - -0.04644775390625, - -0.038482666015625, - 0.03350830078125, - -0.00372314453125, - 0.00899505615234375, - 0.00396728515625, - -0.006473541259765625, - -0.04290771484375, - -0.007534027099609375, - 0.018707275390625, - -0.0074920654296875, - 0.033172607421875, - 0.041839599609375, - -0.015869140625, - -0.0125885009765625, - 0.03350830078125, - 0.03582763671875, - 0.02801513671875, - 0.004589080810546875, - -0.007312774658203125, - -0.023590087890625, - -0.036529541015625, - 0.01409912109375, - 0.04718017578125, - 0.0230560302734375, - 0.0312042236328125, - -0.04327392578125, - 0.0313720703125, - -0.0287322998046875, - 0.051422119140625, - 0.023590087890625, - -0.02252197265625, - -0.00200653076171875, - -0.007137298583984375, - 0.03509521484375, - 0.05072021484375, - -0.053558349609375, - -0.019500732421875, - -0.040771484375, - 0.0125885009765625, - -0.056396484375, - -0.030670166015625, - 0.004276275634765625, - -0.05426025390625, - 0.045745849609375, - -0.005451202392578125, - -0.040252685546875, - -0.00301361083984375, - 0.031036376953125, - -0.01134490966796875, - 0.040435791015625, - 0.01320648193359375, - -0.03546142578125, - 0.0124969482421875, - 0.08154296875, - -0.004764556884765625, - -0.0208282470703125, - -0.0155181884765625, - 0.010284423828125, - -0.002437591552734375, - 0.01515960693359375, - -0.017913818359375, - 0.0108642578125, - 0.042022705078125, - 0.0246429443359375, - 0.04150390625, - -0.0267791748046875, - 0.01294708251953125, - -0.0089111328125, - 0.059234619140625, - -0.039886474609375, - -0.00771331787109375, - 0.00560760498046875, - -0.00815582275390625, - 0.0011911392211914062, - -0.051422119140625, - -0.00966644287109375, - 0.0411376953125, - 0.029083251953125, - 0.0038127899169921875, - 0.02978515625, - -0.055328369140625, - 0.025177001953125, - 0.010284423828125, - -0.02606201171875, - 0.023223876953125, - 0.05780029296875, - -0.0489501953125, - -0.00281524658203125, - -0.006916046142578125, - -0.00049591064453125, - -0.0411376953125, - -0.0450439453125, - -0.0164947509765625, - 0.0033473968505859375, - -0.0303192138671875, - -0.0333251953125, - 0.0004901885986328125, - -0.0013685226440429688, - 0.022247314453125, - -0.01320648193359375, - -0.001739501953125, - -0.05389404296875, - -0.03509521484375, - -0.0106353759765625, - -0.036712646484375, - -0.019500732421875, - -0.038665771484375, - 0.0701904296875, - 0.00815582275390625, - 0.01010894775390625, - -0.0022487640380859375, - 0.0030803680419921875, - -0.0287322998046875, - 0.01861572265625, - -0.0163116455078125, - 0.0025386810302734375, - 0.0003628730773925781, - 0.06451416015625, - 0.032806396484375, - 0.00673675537109375, - 0.032257080078125, - 0.06170654296875, - 0.042205810546875, - -0.0303192138671875, - -0.0117950439453125, - 0.00766754150390625, - 0.0136566162109375, - -0.0079803466796875, - -0.00815582275390625, - -0.032440185546875, - -0.0202178955078125, - -0.01232147216796875, - 0.01338958740234375, - 0.00469970703125, - 0.048583984375, - 0.0183563232421875, - 0.0074920654296875, - -0.007091522216796875, - 0.054962158203125, - 0.027313232421875, - 0.1007080078125, - 0.00917816162109375, - -0.052825927734375, - 0.005985260009765625, - 0.03704833984375, - -0.03778076171875, - -0.025177001953125, - 0.0257110595703125, - 0.02447509765625, - -0.006649017333984375, - 0.026947021484375, - -0.027130126953125, - 0.0171966552734375, - -0.02606201171875, - 0.0192413330078125, - 0.030670166015625, - -0.023223876953125, - 0.0189666748046875, - 0.0173797607421875, - 0.0312042236328125, - 0.01436614990234375, - 0.03350830078125, - -0.02783203125, - -0.015960693359375, - -0.052825927734375, - -0.03759765625, - 0.0255279541015625, - 0.026947021484375, - 0.0220794677734375, - 0.036895751953125, - -0.0242919921875, - -0.047515869140625, - 0.01320648193359375, - -0.052490234375, - 0.09075927734375, - 0.0305023193359375, - -0.00536346435546875, - 0.0321044921875, - -0.0296173095703125, - 0.0061187744140625, - 0.005764007568359375, - 0.01605224609375, - 0.0482177734375, - 0.06207275390625, - 0.040069580078125, - 0.01763916015625, - -0.039886474609375, - 0.023223876953125, - 0.019500732421875, - 0.026947021484375, - -0.0218963623046875, - 0.040069580078125, - 0.0008091926574707031, - 0.0208282470703125, - -0.0179901123046875, - 0.038665771484375, - 0.0219879150390625, - -0.0174713134765625, - 0.0303192138671875, - -0.0303192138671875, - 0.034393310546875, - -0.046112060546875, - -0.0032138824462890625, - 0.007534027099609375, - 0.0210113525390625, - 0.02996826171875, - 0.036529541015625, - -0.0595703125, - -0.00678253173828125, - 0.04522705078125, - -0.07232666015625, - 0.0237579345703125, - 0.00443267822265625, - -0.005298614501953125, - 0.005939483642578125, - -0.0208282470703125, - -0.0595703125, - 0.03955078125, - -0.036895751953125, - -0.037933349609375, - 0.0164031982421875, - 0.00904083251953125, - -0.0211029052734375, - -0.020477294921875, - -0.0340576171875, - -0.0040130615234375, - -0.027313232421875, - -0.029083251953125, - 0.03955078125, - 0.0017957687377929688, - -0.0027713775634765625, - 0.05035400390625, - 0.02606201171875, - -0.026947021484375, - -0.00511932373046875, - 0.0208282470703125, - -0.02154541015625, - -0.03582763671875, - 0.019500732421875, - 0.0303192138671875, - 0.003879547119140625, - -0.043792724609375, - -0.0194091796875, - 0.01320648193359375, - -0.003635406494140625, - -0.0006260871887207031, - 0.0098876953125, - -0.039886474609375, - -0.03582763671875, - -0.03192138671875, - 0.035980224609375, - -0.0007257461547851562, - 0.03155517578125, - 0.0014629364013671875, - -0.06561279296875, - 0.01480865478515625, - -0.049285888671875, - -0.01374053955078125, - -0.00917816162109375, - 0.0135650634765625, - 0.01055145263671875, - 0.051788330078125, - -0.0023708343505859375, - -0.041656494140625, - -0.00044608116149902344, - 0.0411376953125, - 0.021270751953125, - 0.0211944580078125, - -0.04998779296875, - 0.0701904296875, - 0.0228729248046875, - -0.033172607421875, - -0.00829315185546875, - -0.0219879150390625, - 0.005008697509765625, - 0.038818359375, - -0.057464599609375, - -0.0126800537109375, - -0.0287322998046875, - -0.0677490234375, - -0.051422119140625, - -0.019866943359375, - -0.01374053955078125, - -0.0313720703125, - 0.02978515625, - 0.019500732421875, - 0.01605224609375, - 0.040618896484375, - -0.001003265380859375, - -0.0283660888671875, - 0.0219879150390625, - -0.0001786947250366211, - -0.0239410400390625, - 0.0201263427734375, - -0.040618896484375, - -0.007801055908203125, - -0.0213623046875, - 0.023590087890625, - -0.02801513671875, - 0.0201263427734375, - 0.0262451171875, - -0.020660400390625, - 0.038818359375, - -0.03369140625, - -0.0218963623046875, - -0.034576416015625, - -0.054962158203125, - -0.042022705078125, - -0.0213623046875, - 0.00055694580078125, - 0.0294342041015625, - -0.0126800537109375, - 0.04150390625, - 0.019866943359375, - -0.04254150390625, - 0.007625579833984375, - 0.00859832763671875, - -0.030670166015625, - 0.0213623046875, - -0.006381988525390625, - 0.0024051666259765625, - -0.0264129638671875, - 0.018890380859375, - -0.0239410400390625, - -0.040435791015625, - -0.0897216796875, - 0.0258941650390625, - -0.032623291015625, - -0.0239410400390625, - -0.0221710205078125, - -0.030670166015625, - -0.054962158203125, - 0.0036792755126953125, - 0.006916046142578125, - -0.0113067626953125, - 0.01276397705078125, - -0.0391845703125, - -0.0003712177276611328, - -0.0134735107421875, - -0.032806396484375, - 0.04644775390625, - -0.0274810791015625, - -0.010284423828125, - -0.0191497802734375, - -0.03973388671875, - 0.0285491943359375, - 0.0303192138671875, - 0.017547607421875, - 0.02447509765625, - 0.032806396484375, - -0.0191497802734375, - 0.0265960693359375, - 0.021636962890625, - -0.0093536376953125, - -0.0283660888671875, - -0.006206512451171875, - 0.036529541015625, - -0.01702880859375, - -0.038665771484375, - 0.015960693359375, - 0.03741455078125, - -0.004055023193359375, - -0.0026035308837890625, - -0.029083251953125, - 0.030853271484375, - 0.00864410400390625, - 0.0391845703125, - -0.00673675537109375, - -0.040618896484375, - -0.0126800537109375, - -0.01187896728515625, - 0.0489501953125, - 0.04718017578125, - 0.00232696533203125, - -0.03973388671875, - 0.00516510009765625, - 0.045745849609375, - -0.0165863037109375, - -0.02978515625, - -0.037933349609375, - 0.004543304443359375, - 0.01506805419921875, - 0.056396484375, - -0.01506805419921875, - 0.0858154296875, - 0.019775390625, - 0.00467681884765625, - 0.0264129638671875, - 0.05426025390625, - 0.0489501953125, - -0.018890380859375, - -0.041656494140625, - -0.007625579833984375, - -0.013031005859375, - -0.023406982421875, - -0.048583984375, - 0.0163116455078125, - 0.030853271484375, - -0.0521240234375, - -0.0313720703125, - -0.022247314453125, - 0.019500732421875, - 0.014984130859375, - 0.02996826171875, - -0.007579803466796875, - 0.03582763671875, - -0.01294708251953125, - -0.04254150390625, - 0.0018510818481445312, - -0.0218048095703125, - 0.01427459716796875, - 0.0430908203125, - 0.0274810791015625, - -0.0321044921875, - 0.0237579345703125, - 0.01116943359375, - 0.01329803466796875, - 0.0012302398681640625, - 0.0221710205078125, - 0.0182647705078125, - 0.040069580078125, - 0.04345703125, - 0.03369140625, - -0.033172607421875, - -0.021453857421875, - -0.0262451171875, - 0.0321044921875, - 0.020477294921875, - 0.026947021484375, - 0.00443267822265625, - -0.01099395751953125, - -0.005672454833984375, - -0.05426025390625, - 0.0034580230712890625, - -0.001750946044921875, - -0.006561279296875, - -0.03759765625, - -0.031036376953125, - -0.005008697509765625, - -0.03973388671875, - 0.0255279541015625, - 0.0200347900390625, - -0.0208282470703125, - -0.007358551025390625, - 0.052490234375, - 0.00511932373046875, - -0.03741455078125, - 0.03387451171875, - -0.02447509765625, - -0.032989501953125, - -0.052825927734375, - -0.038482666015625, - 0.04095458984375, - -0.0294342041015625, - -0.07696533203125, - -0.0239410400390625, - 0.045379638671875, - -0.0136566162109375, - -0.03350830078125, - -0.0078887939453125, - 0.0022487640380859375, - -0.040252685546875, - -0.0248260498046875, - -0.034759521484375, - -0.021636962890625, - 0.0012187957763671875, - -0.0599365234375, - 0.0116119384765625, - 0.00727081298828125, - 0.002948760986328125, - -0.0113067626953125, - -0.0172882080078125, - -0.04522705078125, - 0.066650390625, - -0.0556640625, - 0.06207275390625, - 0.00904083251953125, - 0.015777587890625, - 0.04290771484375, - 0.05035400390625, - -0.01187896728515625, - 0.00678253173828125, - -0.0061187744140625, - -0.0780029296875, - -0.0051422119140625, - 0.006473541259765625, - 0.01143646240234375, - -0.06597900390625, - -0.00811004638671875, - 0.0262451171875, - -0.0638427734375, - -0.005496978759765625, - 0.003170013427734375, - -0.0239410400390625, - -0.0391845703125, - 0.007625579833984375, - -0.0079803466796875, - -0.01294708251953125, - 0.0869140625, - 0.01276397705078125, - -0.01152801513671875, - 0.0276641845703125, - -0.053192138671875, - 0.0521240234375, - 0.028900146484375, - 0.047515869140625, - -0.042205810546875, - 0.019683837890625, - 0.0228729248046875, - -0.015777587890625, - -0.00469970703125, - -0.068115234375, - -0.01471710205078125, - 0.0276641845703125, - 0.036895751953125, - -0.004055023193359375, - 0.002658843994140625, - -0.01959228515625, - -0.0078887939453125, - -0.023223876953125, - 0.0220794677734375, - 0.018890380859375, - 0.012054443359375, - -0.05426025390625, - -0.0209197998046875, - 0.01480865478515625, - -0.040771484375, - -0.01763916015625, - -0.034942626953125, - 0.02606201171875, - -0.00824737548828125, - -0.06207275390625, - 0.03369140625, - 0.003414154052734375, - 0.0230560302734375, - 0.0220794677734375, - 0.049652099609375, - -0.04522705078125, - -0.0027599334716796875, - -0.0038127899169921875, - 0.04644775390625, - 0.0283660888671875, - 0.0237579345703125, - -0.0125885009765625, - 0.032440185546875, - 0.00727081298828125, - -0.019866943359375, - 0.04486083984375, - 0.01374053955078125, - -0.0008254051208496094, - -0.048583984375, - -0.034759521484375, - -0.025360107421875, - 0.04327392578125, - 0.016754150390625, - 0.040435791015625, - 0.0032367706298828125, - 0.003368377685546875, - -0.08795166015625, - 0.0521240234375, - -0.0255279541015625, - 0.0008254051208496094, - 0.018707275390625, - -0.0283660888671875, - -0.0709228515625, - -0.04998779296875, - -0.01329803466796875, - 0.0009140968322753906, - -0.02996826171875, - 0.03350830078125, - 0.035980224609375, - 0.001102447509765625, - -0.00023412704467773438, - -0.00540924072265625, - 0.0098419189453125, - 0.04132080078125, - -0.00855255126953125, - -0.03546142578125, - 0.059234619140625, - -0.04718017578125, - 0.002471923828125, - 0.00580596923828125, - 0.032623291015625, - 0.007534027099609375, - 0.01515960693359375, - -0.036712646484375, - -0.007183074951171875, - 0.0190582275390625, - 0.044158935546875, - -0.0210113525390625, - -0.00200653076171875, - -0.02056884765625, - 0.032989501953125, - -0.001861572265625, - 0.018707275390625, - 0.0004627704620361328, - -0.0239410400390625, - -0.0340576171875, - -0.002826690673828125, - -0.057098388671875, - -0.0791015625, - -0.01134490966796875, - -0.031036376953125, - -0.0022602081298828125, - 0.0264129638671875, - 0.00673675537109375, - 0.03350830078125, - -0.0391845703125, - 0.027313232421875, - -0.0117034912109375, - -0.018798828125, - -0.01099395751953125, - 0.0265960693359375, - -0.003391265869140625, - 0.0303192138671875, - 0.032989501953125, - -0.0135650634765625, - 0.03387451171875, - -0.0208282470703125, - -0.0267791748046875, - -0.00766754150390625, - 0.00908660888671875, - -0.0208282470703125, - 0.0489501953125, - -0.070556640625, - -0.019683837890625, - 0.01329803466796875, - 0.0164947509765625, - 0.004611968994140625, - -0.0211944580078125, - 0.038482666015625, - 0.00176239013671875, - -0.07196044921875, - 0.00678253173828125, - -0.016754150390625, - -0.0321044921875, - -0.008819580078125, - -0.0294342041015625, - 0.01276397705078125, - 0.025360107421875, - 0.0595703125, - 0.01294708251953125, - 0.06951904296875, - 0.0164031982421875, - -0.0301361083984375, - 0.005519866943359375, - -0.01001739501953125, - 0.03564453125, - 0.014984130859375, - 0.0303192138671875, - 0.00045990943908691406, - 0.0296173095703125, - -0.0014629364013671875, - -0.08831787109375, - 0.00301361083984375, - -0.0183563232421875, - -0.05426025390625, - 0.006206512451171875, - 0.0673828125, - 0.025177001953125, - 0.0257110595703125, - 0.0221710205078125, - 0.06634521484375, - 0.042205810546875, - -0.00003063678741455078, - -0.0292510986328125, - -0.0673828125, - -0.013031005859375, - 0.045745849609375, - 0.025177001953125, - -0.0634765625, - 0.0340576171875, - 0.08013916015625, - 0.005298614501953125, - -0.0008645057678222656, - -0.00962066650390625, - -0.0246429443359375, - 0.062744140625, - 0.0248260498046875, - 0.02606201171875, - -0.08868408203125, - -0.00806427001953125, - 0.0125885009765625, - -0.0111236572265625, - -0.004344940185546875, - -0.017822265625, - -0.013916015625, - 0.05462646484375, - -0.07342529296875, - 0.008819580078125, - 0.038299560546875, - 0.05816650390625, - 0.0028591156005859375, - -0.043792724609375, - 0.01409912109375, - 0.016845703125, - -0.00004279613494873047, - -0.006473541259765625, - -0.01276397705078125, - 0.0005650520324707031, - -0.0450439453125, - 0.019775390625, - 0.04644775390625, - -0.00908660888671875, - 0.0489501953125, - 0.019775390625, - -0.04644775390625, - 0.0267791748046875, - -0.015869140625, - 0.01427459716796875, - 0.00629425048828125, - -0.0391845703125, - -0.03900146484375, - -0.0257110595703125, - 0.0226898193359375, - -0.0036792755126953125, - 0.036163330078125, - -0.01409912109375, - -0.0039215087890625, - -0.0008978843688964844, - -0.00438690185546875, - 0.017913818359375, - 0.0301361083984375, - 0.02801513671875, - 0.045745849609375, - 0.019775390625, - 0.0116119384765625, - 0.00899505615234375, - -0.017547607421875, - 0.049652099609375, - -0.0333251953125, - 0.032623291015625, - -0.051055908203125, - -0.00374603271484375, - 0.01338958740234375, - -0.0257110595703125, - -0.0025482177734375, - -0.0274810791015625, - -0.0190582275390625, - -0.023590087890625, - -0.0226898193359375, - 0.018707275390625, - 0.051422119140625, - -0.051055908203125, - 0.006603240966796875, - 0.0312042236328125, - 0.005229949951171875, - 0.019500732421875, - -0.04486083984375, - 0.0780029296875, - 0.00970458984375, - 0.036163330078125, - -0.007137298583984375, - 0.0116119384765625, - 0.043975830078125, - -0.0184478759765625, - 0.017822265625, - 0.05035400390625, - 0.0274810791015625, - 0.059234619140625, - 0.0352783203125, - 0.023223876953125, - -0.03155517578125, - 0.034576416015625, - 0.0108642578125, - -0.0450439453125, - 0.01480865478515625, - 0.0069580078125, - 0.0021610260009765625, - -0.007843017578125, - -0.01462554931640625, - -0.00042939186096191406, - -0.051788330078125, - 0.04522705078125, - 0.0089111328125, - -0.01152801513671875, - 0.03155517578125, - -0.027313232421875, - 0.058868408203125, - -0.0029697418212890625, - 0.059234619140625, - -0.03759765625, - 0.07379150390625, - -0.01506805419921875, - 0.004520416259765625, - -0.002948760986328125, - 0.0181732177734375, - -0.001407623291015625, - 0.04644775390625, - -0.0111236572265625, - 0.06207275390625, - 0.0173797607421875, - 0.012237548828125, - -0.056396484375, - -0.036529541015625, - -0.00257110595703125, - 0.00820159912109375, - 0.041839599609375, - -0.034576416015625, - -0.0230560302734375, - -0.01241302490234375, - 0.023590087890625, - 0.06597900390625, - -0.0134735107421875, - 0.0226898193359375, - 0.004833221435546875, - -0.0060272216796875, - -0.00806427001953125, - 0.0005817413330078125 - ], - "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_Magnet_AXIOM", - "type": "tool", - "name": "Magnet AXIOM", - "content": "magnet axiom die umfassende digital-investigation-plattform kombiniert akquisition, analyse und reporting in einer integrierten suite für end-to-end-forensik. axiom process sammelt artefakte von über 300 datenquellen: computers, mobile devices, cloud services, iot-geräte. die ki-gestützte artifact- categorization klassifiziert automatisch verdächtige inhalte und reduziert manuelle review-zeit drastisch. besonders wertvoll: internet evidence finder (ief) engine extrahiert web-artefakte aus allen major-browsern, magnet.ai beschleunigt csam-detection, connections-view visualisiert kommunikations-patterns zwischen personen. cloud-forensics-module greifen auf google, microsoft, apple-accounts zu. die parallel-processing-engine analysiert terabytes in stunden statt tagen. advanced-carving rekonstruiert gelöschte multimedia-dateien. timeline-engine korreliert events über alle evidenzen. report-templates generieren gerichtsfeste dokumentation. integration mit axiom cyber für endpoint-response. eine etablierte software für high-volume-ermittlungen mit budget für enterprise-lizenzen. 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.0099334716796875, - 0.041900634765625, - 0.06494140625, - 0.0161285400390625, - 0.03070068359375, - 0.05548095703125, - 0.0222320556640625, - 0.0023975372314453125, - -0.01180267333984375, - -0.01003265380859375, - -0.0070343017578125, - 0.05902099609375, - 0.005901336669921875, - -0.00959014892578125, - -0.06298828125, - 0.03521728515625, - -0.009490966796875, - 0.0231170654296875, - 0.022918701171875, - -0.007427215576171875, - -0.0187835693359375, - 0.00038433074951171875, - -0.05194091796875, - 0.00914764404296875, - 0.01751708984375, - -0.01018524169921875, - -0.038177490234375, - -0.052734375, - -0.0360107421875, - -0.004650115966796875, - 0.00885772705078125, - -0.0157470703125, - -0.0008053779602050781, - 0.00860595703125, - 0.00516510009765625, - -0.01416778564453125, - -0.0017833709716796875, - -0.044464111328125, - -0.0293121337890625, - 0.0161285400390625, - -0.019775390625, - 0.0061492919921875, - 0.036590576171875, - 0.00341796875, - -0.024993896484375, - -0.0305023193359375, - 0.00107574462890625, - -0.00939178466796875, - -0.00341796875, - -0.007526397705078125, - 0.023223876953125, - 0.0283355712890625, - -0.007724761962890625, - 0.00484466552734375, - -0.032073974609375, - 0.02716064453125, - 0.0096435546875, - -0.0299072265625, - -0.053131103515625, - 0.048614501953125, - -0.053924560546875, - -0.00978851318359375, - -0.0114593505859375, - -0.0067901611328125, - 0.00910186767578125, - 0.042510986328125, - -0.00890350341796875, - -0.01505279541015625, - 0.018890380859375, - 0.0038623809814453125, - -0.0012111663818359375, - -0.0079193115234375, - -0.0161285400390625, - 0.037384033203125, - -0.01348114013671875, - -0.03973388671875, - 0.0257720947265625, - 0.0223388671875, - 0.019287109375, - -0.006298065185546875, - -0.04052734375, - -0.0010519027709960938, - 0.029510498046875, - -0.00865936279296875, - -0.045440673828125, - -0.00870513916015625, - 0.0379638671875, - 0.0114593505859375, - -0.0096893310546875, - 0.016326904296875, - 0.0147552490234375, - 0.00782012939453125, - 0.0186004638671875, - -0.01525115966796875, - 0.04998779296875, - 0.053131103515625, - -0.02105712890625, - -0.0085601806640625, - -0.00101470947265625, - 0.0289306640625, - 0.01751708984375, - -0.0350341796875, - 0.05194091796875, - -0.0170135498046875, - 0.035614013671875, - -0.019775390625, - 0.004894256591796875, - -0.0174102783203125, - -0.009490966796875, - -0.0283355712890625, - -0.0999755859375, - -0.019378662109375, - -0.01190185546875, - -0.053924560546875, - 0.00737762451171875, - 0.03778076171875, - -0.0165252685546875, - 0.0379638671875, - -0.06256103515625, - -0.037200927734375, - 0.04150390625, - -0.005092620849609375, - 0.0085601806640625, - -0.0028400421142578125, - -0.037200927734375, - -0.053924560546875, - 0.006000518798828125, - 0.01116943359375, - -0.040740966796875, - -0.0174102783203125, - -0.032257080078125, - -0.0253753662109375, - -0.0085601806640625, - -0.01396942138671875, - 0.00914764404296875, - -0.0269622802734375, - 0.04998779296875, - 0.004871368408203125, - -0.0019931793212890625, - 0.0187835693359375, - 0.0369873046875, - -0.00313568115234375, - -0.053131103515625, - -0.0024471282958984375, - -0.058624267578125, - -0.00870513916015625, - -0.0019063949584960938, - 0.06884765625, - -0.041900634765625, - -0.005435943603515625, - -0.006984710693359375, - 0.01465606689453125, - 0.04052734375, - 0.0098876953125, - 0.020751953125, - -0.04290771484375, - 0.0114593505859375, - -0.038177490234375, - 0.021148681640625, - 0.0013093948364257812, - -0.0015192031860351562, - 0.013671875, - 0.0020294189453125, - 0.0360107421875, - -0.022430419921875, - -0.04998779296875, - -0.0244903564453125, - 0.01525115966796875, - 0.01259613037109375, - -0.0203704833984375, - 0.019378662109375, - -0.01116943359375, - 0.06414794921875, - 0.06964111328125, - -0.002532958984375, - 0.013580322265625, - 0.010772705078125, - -0.0046234130859375, - 0.0283355712890625, - 0.00492095947265625, - 0.001697540283203125, - -0.0191802978515625, - 0.0248870849609375, - 0.0168304443359375, - 0.0121002197265625, - 0.0006794929504394531, - -0.01751708984375, - 0.015350341796875, - -0.034423828125, - 0.031494140625, - -0.03167724609375, - -0.02557373046875, - -0.02557373046875, - 0.0263671875, - 0.033050537109375, - 0.07440185546875, - 0.0263671875, - -0.0223388671875, - 0.035797119140625, - 0.0062713623046875, - 0.03167724609375, - 0.030303955078125, - 0.0159454345703125, - 0.04229736328125, - 0.012786865234375, - 0.0129852294921875, - 0.00528717041015625, - 0.03936767578125, - 0.0178985595703125, - -0.02911376953125, - 0.00649261474609375, - 0.045654296875, - -0.0090484619140625, - -0.007083892822265625, - -0.03167724609375, - -0.00811767578125, - 0.0162353515625, - -0.0169219970703125, - -0.012542724609375, - 0.0099334716796875, - 0.009246826171875, - -0.0546875, - -0.0221405029296875, - 0.00939178466796875, - -0.007724761962890625, - 0.00934600830078125, - 0.0209503173828125, - -0.029510498046875, - -0.0186004638671875, - 0.00821685791015625, - 0.034820556640625, - 0.034637451171875, - -0.01180267333984375, - 0.017120361328125, - -0.0029144287109375, - -0.006298065185546875, - 0.038177490234375, - 0.013671875, - 0.047607421875, - 0.0012731552124023438, - 0.00023365020751953125, - 0.02056884765625, - -0.0186004638671875, - 0.0301055908203125, - 0.0265655517578125, - -0.0187835693359375, - 0.0038127899169921875, - 0.004550933837890625, - 0.03521728515625, - 0.0491943359375, - -0.05706787109375, - -0.013580322265625, - -0.07476806640625, - 0.013671875, - -0.07989501953125, - -0.0546875, - -0.019378662109375, - -0.04290771484375, - 0.06060791015625, - -0.03619384765625, - -0.028533935546875, - 0.0032215118408203125, - 0.014068603515625, - 0.0261688232421875, - 0.0430908203125, - -0.0053863525390625, - -0.037200927734375, - 0.005657196044921875, - 0.04840087890625, - 0.0178070068359375, - 0.0038623809814453125, - -0.0028285980224609375, - 0.0212554931640625, - -0.011260986328125, - 0.015838623046875, - -0.02716064453125, - 0.021942138671875, - 0.043670654296875, - 0.049591064453125, - 0.0098419189453125, - -0.0243988037109375, - 0.01244354248046875, - -0.00496673583984375, - 0.0186920166015625, - -0.040130615234375, - 0.0017337799072265625, - 0.005313873291015625, - 0.00460052490234375, - 0.0248870849609375, - -0.072021484375, - 0.0187835693359375, - 0.052337646484375, - 0.0203704833984375, - 0.014556884765625, - 0.0018939971923828125, - -0.0293121337890625, - 0.00713348388671875, - -0.00005650520324707031, - -0.011016845703125, - 0.0213470458984375, - 0.04937744140625, - -0.032073974609375, - 0.0186920166015625, - -0.01018524169921875, - 0.0067901611328125, - -0.0440673828125, - -0.044677734375, - -0.0217437744140625, - -0.013671875, - -0.046844482421875, - -0.0289306640625, - 0.0172119140625, - -0.03619384765625, - 0.0008425712585449219, - -0.0178070068359375, - 0.025970458984375, - -0.023223876953125, - -0.06494140625, - -0.0142669677734375, - -0.0063934326171875, - -0.037200927734375, - -0.0182037353515625, - 0.05706787109375, - 0.00492095947265625, - 0.008758544921875, - 0.00811767578125, - -0.007770538330078125, - -0.052734375, - -0.002410888671875, - -0.004451751708984375, - 0.0161285400390625, - -0.0369873046875, - 0.04742431640625, - 0.01171112060546875, - 0.021942138671875, - 0.0186004638671875, - 0.044281005859375, - 0.03619384765625, - -0.01018524169921875, - 0.001598358154296875, - -0.0070343017578125, - -0.0022258758544921875, - 0.043670654296875, - -0.032470703125, - -0.017120361328125, - 0.0031108856201171875, - -0.0209503173828125, - 0.02911376953125, - 0.028533935546875, - 0.01259613037109375, - 0.0186004638671875, - -0.0161285400390625, - 0.00978851318359375, - 0.061004638671875, - 0.0004611015319824219, - 0.09405517578125, - -0.0105743408203125, - -0.06768798828125, - -0.002643585205078125, - 0.0287322998046875, - -0.01436614990234375, - -0.00954437255859375, - 0.0293121337890625, - -0.01751708984375, - 0.005584716796875, - 0.014068603515625, - -0.009490966796875, - 0.040130615234375, - 0.006443023681640625, - -0.009490966796875, - 0.0199737548828125, - -0.0283355712890625, - 0.0305023193359375, - 0.0162353515625, - 0.01348114013671875, - 0.0240020751953125, - 0.021636962890625, - -0.04132080078125, - -0.00237274169921875, - -0.044464111328125, - -0.06732177734375, - 0.005950927734375, - 0.041900634765625, - 0.0279388427734375, - 0.045440673828125, - -0.01042938232421875, - -0.0665283203125, - -0.00452423095703125, - -0.0223388671875, - 0.08343505859375, - 0.042510986328125, - -0.007724761962890625, - 0.027740478515625, - -0.0019683837890625, - 0.0213470458984375, - 0.016326904296875, - 0.017608642578125, - 0.0156402587890625, - 0.045440673828125, - 0.049591064453125, - -0.0005812644958496094, - -0.0151519775390625, - 0.0235137939453125, - 0.0235137939453125, - 0.0103759765625, - 0.006221771240234375, - 0.0037384033203125, - 0.006984710693359375, - 0.0543212890625, - -0.02459716796875, - 0.05548095703125, - 0.032470703125, - -0.015350341796875, - 0.004550933837890625, - -0.029510498046875, - 0.0161285400390625, - -0.03167724609375, - 0.01151275634765625, - -0.0010824203491210938, - 0.0222320556640625, - 0.03875732421875, - 0.0164337158203125, - -0.06805419921875, - -0.00043654441833496094, - 0.052734375, - -0.06573486328125, - 0.01244354248046875, - 0.021148681640625, - -0.0162353515625, - 0.02716064453125, - 0.012786865234375, - -0.04150390625, - 0.027740478515625, - -0.0218353271484375, - -0.03936767578125, - 0.019378662109375, - 0.04583740234375, - -0.029510498046875, - -0.023223876953125, - -0.04229736328125, - -0.0169219970703125, - 0.0142669677734375, - -0.006641387939453125, - 0.043670654296875, - -0.013671875, - -0.0047454833984375, - 0.01268768310546875, - 0.03857421875, - 0.005313873291015625, - -0.02716064453125, - 0.05706787109375, - -0.0129852294921875, - -0.034637451171875, - 0.0369873046875, - 0.01396942138671875, - 0.01062774658203125, - -0.05902099609375, - -0.0178070068359375, - 0.0162353515625, - 0.0164337158203125, - 0.0062713623046875, - -0.00484466552734375, - -0.04840087890625, - -0.04388427734375, - -0.04937744140625, - 0.0360107421875, - 0.0081634521484375, - 0.04150390625, - -0.0170135498046875, - -0.06964111328125, - 0.042694091796875, - -0.043670654296875, - -0.019775390625, - -0.0221405029296875, - 0.0161285400390625, - -0.0308990478515625, - 0.062164306640625, - -0.008758544921875, - -0.0174102783203125, - -0.00974273681640625, - 0.05706787109375, - 0.007328033447265625, - -0.0133819580078125, - -0.06494140625, - 0.03973388671875, - 0.033447265625, - -0.06732177734375, - -0.0161285400390625, - -0.00496673583984375, - -0.01180267333984375, - 0.033447265625, - -0.053924560546875, - -0.0103759765625, - 0.0257720947265625, - -0.08935546875, - -0.025970458984375, - -0.032470703125, - -0.020263671875, - -0.024993896484375, - 0.004573822021484375, - 0.035797119140625, - -0.0186004638671875, - 0.0269622802734375, - 0.00870513916015625, - -0.01151275634765625, - 0.040130615234375, - 0.0204620361328125, - -0.017608642578125, - 0.02716064453125, - -0.06805419921875, - -0.022430419921875, - -0.0014200210571289062, - 0.01465606689453125, - -0.012298583984375, - -0.020751953125, - 0.00787353515625, - -0.0305023193359375, - 0.036590576171875, - -0.0251922607421875, - -0.00998687744140625, - 0.00263214111328125, - -0.043670654296875, - -0.0421142578125, - -0.0005316734313964844, - 0.040740966796875, - 0.0310821533203125, - -0.002681732177734375, - 0.00737762451171875, - 0.059417724609375, - -0.0653076171875, - 0.032867431640625, - 0.0103759765625, - 0.00408172607421875, - -0.0233154296875, - 0.01190185546875, - -0.004352569580078125, - 0.004573822021484375, - 0.01544952392578125, - -0.0116119384765625, - -0.0269622802734375, - -0.051544189453125, - 0.023223876953125, - 0.0072784423828125, - 0.0213470458984375, - -0.04052734375, - -0.050384521484375, - -0.0684814453125, - -0.00605010986328125, - 0.041717529296875, - 0.02911376953125, - 0.01751708984375, - -0.049774169921875, - -0.012054443359375, - -0.006740570068359375, - -0.01800537109375, - 0.0308990478515625, - -0.006076812744140625, - 0.0157470703125, - 0.028533935546875, - -0.047821044921875, - 0.002593994140625, - 0.00757598876953125, - 0.034423828125, - 0.029510498046875, - 0.041717529296875, - -0.034027099609375, - 0.0227203369140625, - -0.0230255126953125, - -0.0261688232421875, - 0.0172119140625, - 0.0035915374755859375, - 0.013580322265625, - -0.03955078125, - -0.0028533935546875, - 0.00821685791015625, - 0.0016603469848632812, - 0.02154541015625, - 0.002803802490234375, - 0.0008301734924316406, - 0.00910186767578125, - 0.002483367919921875, - 0.031494140625, - -0.01505279541015625, - -0.047210693359375, - -0.0013284683227539062, - -0.0165252685546875, - 0.03680419921875, - 0.045440673828125, - -0.01155853271484375, - -0.03778076171875, - 0.0227203369140625, - 0.0174102783203125, - -0.003566741943359375, - -0.03857421875, - -0.030303955078125, - 0.037200927734375, - 0.00811767578125, - 0.0501708984375, - 0.0052642822265625, - 0.0897216796875, - -0.0159454345703125, - 0.0008177757263183594, - 0.0301055908203125, - 0.049591064453125, - 0.02813720703125, - -0.0062713623046875, - -0.033050537109375, - -0.0011377334594726562, - -0.0067901611328125, - -0.04327392578125, - -0.0360107421875, - 0.0013523101806640625, - 0.0450439453125, - -0.073974609375, - -0.01244354248046875, - -0.0031719207763671875, - -0.01308441162109375, - -0.005855560302734375, - 0.015350341796875, - -0.004253387451171875, - 0.020263671875, - 0.014556884765625, - -0.02410888671875, - -0.0112152099609375, - -0.031280517578125, - 0.015838623046875, - 0.0301055908203125, - 0.044281005859375, - 0.006740570068359375, - 0.01800537109375, - 0.007770538330078125, - 0.0186920166015625, - 0.032867431640625, - 0.06768798828125, - 0.0251922607421875, - -0.00237274169921875, - 0.0482177734375, - 0.07635498046875, - -0.0169219970703125, - -0.04034423828125, - 0.0174102783203125, - 0.0178070068359375, - 0.0450439453125, - 0.062164306640625, - -0.0107269287109375, - 0.0056304931640625, - -0.0005869865417480469, - -0.0430908203125, - 0.007526397705078125, - -0.00841522216796875, - -0.025970458984375, - -0.0218353271484375, - -0.058624267578125, - 0.021453857421875, - -0.0614013671875, - 0.0265655517578125, - 0.0034427642822265625, - -0.0279388427734375, - -0.0096435546875, - 0.0283355712890625, - -0.01446533203125, - -0.043670654296875, - 0.00572967529296875, - 0.00890350341796875, - -0.0147552490234375, - -0.021636962890625, - -0.0261688232421875, - 0.038970947265625, - -0.01446533203125, - -0.05706787109375, - -0.0052642822265625, - 0.04132080078125, - -0.01268768310546875, - -0.04742431640625, - -0.012542724609375, - 0.0160369873046875, - -0.01107025146484375, - -0.0491943359375, - -0.04327392578125, - -0.03857421875, - 0.0208587646484375, - -0.032073974609375, - -0.0016603469848632812, - -0.030303955078125, - -0.0263671875, - -0.01175689697265625, - -0.020263671875, - -0.0094451904296875, - 0.032257080078125, - -0.043670654296875, - 0.04132080078125, - 0.013671875, - 0.02410888671875, - 0.033843994140625, - 0.06298828125, - -0.007526397705078125, - 0.00351715087890625, - -0.04327392578125, - -0.0511474609375, - 0.017120361328125, - 0.00846099853515625, - 0.0018320083618164062, - -0.05548095703125, - -0.006591796875, - 0.06414794921875, - -0.0830078125, - 0.0129852294921875, - 0.0297088623046875, - 0.0015621185302734375, - -0.04742431640625, - 0.010528564453125, - 0.00669097900390625, - 0.0079193115234375, - 0.07318115234375, - -0.0162353515625, - -0.031890869140625, - 0.0026569366455078125, - -0.01131439208984375, - 0.052337646484375, - 0.025970458984375, - 0.005855560302734375, - -0.04840087890625, - 0.0305023193359375, - 0.00782012939453125, - -0.019683837890625, - -0.0172119140625, - -0.0897216796875, - -0.004474639892578125, - 0.032470703125, - -0.01308441162109375, - 0.0020542144775390625, - -0.0174102783203125, - -0.034820556640625, - -0.0032711029052734375, - -0.037384033203125, - 0.0169219970703125, - 0.01067352294921875, - 0.0191802978515625, - -0.0411376953125, - -0.034820556640625, - -0.00914764404296875, - -0.061798095703125, - -0.030303955078125, - -0.012298583984375, - 0.021942138671875, - -0.0038623809814453125, - -0.0360107421875, - 0.01190185546875, - 0.013580322265625, - 0.00998687744140625, - -0.017120361328125, - 0.05352783203125, - -0.03619384765625, - -0.0031108856201171875, - 0.0007410049438476562, - 0.021636962890625, - -0.01131439208984375, - 0.004550933837890625, - 0.005756378173828125, - 0.00693511962890625, - 0.0301055908203125, - -0.047210693359375, - 0.022918701171875, - 0.038177490234375, - -0.037567138671875, - -0.046844482421875, - -0.033050537109375, - -0.0172119140625, - 0.036407470703125, - -0.03875732421875, - 0.046051025390625, - -0.012298583984375, - 0.00826263427734375, - -0.10546875, - 0.057861328125, - -0.01849365234375, - 0.0293121337890625, - 0.0275421142578125, - -0.0369873046875, - -0.0665283203125, - -0.03424072265625, - -0.037384033203125, - 0.012786865234375, - -0.00797271728515625, - 0.026763916015625, - 0.013580322265625, - -0.0020542144775390625, - 0.0234222412109375, - -0.014068603515625, - -0.0030498504638671875, - 0.0665283203125, - 0.00910186767578125, - -0.0190887451171875, - 0.06964111328125, - -0.047210693359375, - -0.00713348388671875, - 0.0020542144775390625, - -0.005657196044921875, - 0.004131317138671875, - 0.0029888153076171875, - -0.013580322265625, - 0.010772705078125, - 0.0491943359375, - 0.04229736328125, - -0.035797119140625, - 0.00494384765625, - 0.01003265380859375, - 0.00811767578125, - -0.004673004150390625, - -0.01751708984375, - 0.0090484619140625, - -0.0070343017578125, - -0.031280517578125, - -0.0167236328125, - -0.047821044921875, - -0.1290283203125, - 0.0021266937255859375, - -0.048004150390625, - -0.0182037353515625, - 0.006591796875, - 0.0253753662109375, - -0.006591796875, - -0.0450439453125, - 0.029510498046875, - -0.001567840576171875, - -0.00811767578125, - -0.0116119384765625, - 0.0187835693359375, - -0.0360107421875, - 0.053131103515625, - -0.007625579833984375, - -0.060211181640625, - 0.012786865234375, - -0.0238037109375, - 0.0090484619140625, - -0.0247955322265625, - 0.003787994384765625, - -0.03521728515625, - 0.042510986328125, - -0.0665283203125, - -0.017608642578125, - 0.005828857421875, - 0.03424072265625, - 0.01136016845703125, - -0.01215362548828125, - 0.0614013671875, - -0.021148681640625, - -0.0543212890625, - 0.021942138671875, - -0.0279388427734375, - -0.0293121337890625, - 0.0151519775390625, - -0.005779266357421875, - 0.01396942138671875, - 0.0200653076171875, - 0.0440673828125, - 0.0251922607421875, - 0.03778076171875, - 0.022430419921875, - -0.0244903564453125, - 0.001377105712890625, - -0.0308990478515625, - 0.0015249252319335938, - 0.034027099609375, - -0.0013036727905273438, - -0.0164337158203125, - 0.019866943359375, - 0.0147552490234375, - -0.10467529296875, - -0.015350341796875, - -0.021942138671875, - -0.0614013671875, - 0.01348114013671875, - 0.07794189453125, - 0.0310821533203125, - -0.0008115768432617188, - 0.026763916015625, - 0.048614501953125, - 0.025970458984375, - 0.024993896484375, - -0.02252197265625, - -0.0723876953125, - -0.012298583984375, - 0.02716064453125, - 0.0240020751953125, - -0.045257568359375, - 0.057861328125, - 0.07122802734375, - -0.0279388427734375, - -0.0204620361328125, - 0.018096923828125, - 0.00482177734375, - 0.03070068359375, - 0.01328277587890625, - 0.040130615234375, - -0.033050537109375, - 0.012786865234375, - 0.033660888671875, - 0.0168304443359375, - -0.00801849365234375, - -0.0350341796875, - -0.0243988037109375, - 0.0546875, - -0.0421142578125, - 0.0005750656127929688, - -0.01175689697265625, - 0.06451416015625, - 0.01505279541015625, - -0.036590576171875, - -0.03424072265625, - 0.046051025390625, - 0.007770538330078125, - -0.00846099853515625, - 0.0279388427734375, - 0.009002685546875, - -0.007427215576171875, - 0.03326416015625, - 0.04486083984375, - 0.024200439453125, - 0.038177490234375, - 0.006885528564453125, - -0.035430908203125, - 0.0293121337890625, - -0.0022754669189453125, - 0.027740478515625, - -0.0129852294921875, - -0.02813720703125, - -0.0227203369140625, - -0.047027587890625, - 0.04840087890625, - 0.006076812744140625, - 0.024688720703125, - 0.0305023193359375, - 0.001377105712890625, - -0.0162353515625, - 0.00415802001953125, - 0.005115509033203125, - 0.0297088623046875, - 0.0178070068359375, - -0.00022602081298828125, - 0.0173187255859375, - 0.01003265380859375, - 0.011016845703125, - -0.02716064453125, - 0.03857421875, - 0.005115509033203125, - -0.009490966796875, - -0.04998779296875, - 0.01495361328125, - 0.005313873291015625, - -0.0156402587890625, - -0.00010377168655395508, - -0.024993896484375, - 0.006591796875, - -0.031494140625, - -0.0501708984375, - 0.011016845703125, - 0.033843994140625, - -0.0221405029296875, - 0.0133819580078125, - 0.03857421875, - -0.016632080078125, - 0.00383758544921875, - -0.046630859375, - 0.0787353515625, - 0.00617218017578125, - 0.0265655517578125, - -0.0162353515625, - 0.05706787109375, - 0.0247955322265625, - 0.02911376953125, - -0.0034427642822265625, - 0.0182037353515625, - 0.00022602081298828125, - 0.0543212890625, - 0.05194091796875, - -0.017608642578125, - -0.041717529296875, - 0.031280517578125, - 0.034820556640625, - -0.042694091796875, - 0.0263671875, - 0.003936767578125, - 0.003086090087890625, - 0.006641387939453125, - -0.001094818115234375, - -0.0101318359375, - -0.0440673828125, - 0.047607421875, - 0.0350341796875, - 0.00560760498046875, - 0.038360595703125, - -0.07476806640625, - 0.030303955078125, - 0.004207611083984375, - 0.053924560546875, - -0.0283355712890625, - 0.062164306640625, - -0.0200653076171875, - 0.005435943603515625, - -0.0101318359375, - -0.0098876953125, - 0.01446533203125, - 0.0269622802734375, - -0.0003459453582763672, - 0.0562744140625, - 0.0118560791015625, - -0.0209503173828125, - -0.059814453125, - -0.01318359375, - 0.020172119140625, - 0.0090484619140625, - 0.03955078125, - -0.0350341796875, - -0.00649261474609375, - 0.0160369873046875, - 0.039154052734375, - 0.06927490234375, - -0.021636962890625, - 0.01544952392578125, - 0.011016845703125, - -0.004451751708984375, - -0.018402099609375, - -0.0165252685546875 - ], - "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_Collabora_Online", - "type": "tool", - "name": "Collabora Online", - "content": "collabora online web‑basierte open‑source‑office‑suite mit kompletter dokumenten‑bearbeitung und live‑kollaboration. office collaboration collaboration-general reporting", - "embedding": [ - -0.051544189453125, - 0.0221099853515625, - 0.05035400390625, - 0.0175018310546875, - 0.051239013671875, - 0.0265045166015625, - 0.06939697265625, - 0.023284912109375, - -0.030303955078125, - 0.007171630859375, - -0.01500701904296875, - 0.061187744140625, - -0.0098114013671875, - 0.0017843246459960938, - -0.04156494140625, - 0.039520263671875, - 0.0041351318359375, - 0.00298309326171875, - 0.04071044921875, - -0.009185791015625, - -0.005893707275390625, - -0.0179290771484375, - -0.064697265625, - -0.03643798828125, - -0.01354217529296875, - 0.01024627685546875, - 0.00647735595703125, - -0.051239013671875, - -0.0374755859375, - -0.0111236572265625, - 0.04888916015625, - -0.019622802734375, - -0.01105499267578125, - 0.04449462890625, - 0.03643798828125, - -0.0241546630859375, - 0.0191802978515625, - -0.0653076171875, - -0.0265045166015625, - 0.025177001953125, - -0.015960693359375, - -0.0219573974609375, - 0.005123138427734375, - 0.0038242340087890625, - 0.046844482421875, - -0.016326904296875, - 0.0166168212890625, - -0.0158843994140625, - -0.002414703369140625, - -0.01690673828125, - 0.0057830810546875, - 0.0345458984375, - -0.0116424560546875, - -0.01236724853515625, - -0.019622802734375, - 0.0016107559204101562, - 0.0007824897766113281, - -0.012298583984375, - -0.0565185546875, - 0.01134490966796875, - -0.0263519287109375, - 0.0094451904296875, - -0.03631591796875, - 0.0212249755859375, - 0.02752685546875, - 0.01207733154296875, - -0.01244354248046875, - -0.03338623046875, - -0.0156707763671875, - -0.0270843505859375, - -0.00775909423828125, - 0.0462646484375, - -0.008087158203125, - 0.0283966064453125, - -0.051239013671875, - -0.0345458984375, - 0.01354217529296875, - 0.055633544921875, - 0.04156494140625, - 0.0256195068359375, - -0.04449462890625, - 0.0122222900390625, - 0.04364013671875, - -0.0182952880859375, - -0.04217529296875, - -0.020782470703125, - 0.006992340087890625, - 0.015594482421875, - 0.018890380859375, - 0.0300140380859375, - 0.0433349609375, - -0.0111236572265625, - 0.017059326171875, - -0.03631591796875, - 0.0301513671875, - 0.04510498046875, - -0.02679443359375, - 0.01273345947265625, - 0.010833740234375, - 0.032928466796875, - -0.00024127960205078125, - -0.015228271484375, - 0.0374755859375, - 0.0112762451171875, - 0.0178680419921875, - -0.0155181884765625, - 0.047149658203125, - 0.0044097900390625, - 0.0144195556640625, - -0.032073974609375, - -0.095458984375, - -0.04156494140625, - -0.0160369873046875, - -0.067626953125, - -0.0013637542724609375, - -0.0166168212890625, - -0.01024627685546875, - 0.0278167724609375, - -0.043914794921875, - -0.03704833984375, - 0.0243072509765625, - -0.00031566619873046875, - -0.02532958984375, - 0.00995635986328125, - -0.0784912109375, - -0.0653076171875, - 0.0204925537109375, - 0.0038242340087890625, - -0.014495849609375, - -0.03558349609375, - 0.01763916015625, - -0.0206451416015625, - 0.009368896484375, - -0.0535888671875, - -0.00849151611328125, - -0.004756927490234375, 0.032196044921875, - -0.0151519775390625, - 0.0009379386901855469, - -0.01097869873046875, - 0.033966064453125, - -0.045379638671875, - -0.032806396484375, - -0.003787994384765625, - -0.036895751953125, - 0.01142120361328125, - 0.0027637481689453125, - 0.053009033203125, - -0.036590576171875, - -0.01507568359375, - -0.01142120361328125, - 0.004756927490234375, - 0.04595947265625, - 0.0030002593994140625, - 0.00841522216796875, - 0.0077972412109375, - -0.00527191162109375, - -0.0039520263671875, - 0.015960693359375, - -0.004337310791015625, - -0.0197601318359375, - -0.0012264251708984375, - 0.0010614395141601562, - 0.038055419921875, - -0.0243072509765625, - -0.0276641845703125, - -0.00010520219802856445, - 0.0122222900390625, - -0.022979736328125, - -0.007282257080078125, - 0.038360595703125, - -0.0091094970703125, - 0.03558349609375, - 0.0345458984375, - -0.0235748291015625, - 0.03192138671875, - -0.01361846923828125, - -0.0171356201171875, - 0.042755126953125, - -0.002635955810546875, - 0.0002493858337402344, - 0.0029468536376953125, - 0.04217529296875, - 0.004428863525390625, - 0.01273345947265625, - -0.020355224609375, - -0.027374267578125, - -0.0029277801513671875, - -0.0206451416015625, - 0.01580810546875, - -0.018157958984375, - -0.013397216796875, - -0.00783538818359375, - -0.004756927490234375, - 0.0221099853515625, - 0.037322998046875, - 0.02020263671875, - -0.00820159912109375, - 0.028839111328125, - 0.01317596435546875, - 0.01207733154296875, - 0.03778076171875, - -0.0179290771484375, - 0.04742431640625, - 0.02532958984375, - 0.0133209228515625, - -0.0184478759765625, - 0.032928466796875, - 0.0257720947265625, - -0.03778076171875, - -0.01434326171875, - 0.0243072509765625, - 0.00563812255859375, - -0.0447998046875, - -0.025177001953125, - -0.0352783203125, - 0.009185791015625, - -0.0140533447265625, - -0.0212249755859375, - 0.0077972412109375, - -0.0050506591796875, - -0.06585693359375, - -0.0057830810546875, - 0.03411865234375, - 0.00988006591796875, - 0.0256195068359375, - 0.01317596435546875, - 0.004207611083984375, - 0.0005192756652832031, - 0.00841522216796875, - 0.0180816650390625, - 0.03643798828125, - -0.0030918121337890625, - 0.012298583984375, - -0.0109100341796875, - -0.052703857421875, - 0.063232421875, - 0.0521240234375, - 0.006626129150390625, - -0.0033130645751953125, - -0.052398681640625, - 0.039520263671875, - 0.002819061279296875, - 0.039520263671875, - 0.0263519287109375, - -0.014129638671875, - 0.018218994140625, - -0.002414703369140625, - 0.06292724609375, - 0.0594482421875, - -0.0506591796875, - 0.01236724853515625, - -0.07464599609375, - -0.0243072509765625, - -0.077880859375, - -0.0294189453125, - -0.0173492431640625, - -0.04449462890625, - 0.05767822265625, - -0.0243072509765625, - 0.0021419525146484375, - 0.0009746551513671875, - 0.0234222412109375, - -0.043914794921875, - 0.06500244140625, - 0.0011987686157226562, - -0.03643798828125, - -0.0065155029296875, - 0.0418701171875, - -0.01456451416015625, - -0.02532958984375, - -0.01171112060546875, - 0.023284912109375, - 0.0243072509765625, - -0.01207733154296875, - -0.0068817138671875, - 0.011199951171875, - 0.0447998046875, - 0.009735107421875, - 0.0250396728515625, - -0.01654052734375, - 0.039520263671875, - -0.0109100341796875, - 0.07025146484375, - -0.0285491943359375, - 0.00399017333984375, - -0.00008004903793334961, - -0.0118560791015625, - -0.00757598876953125, - -0.0418701171875, - 0.00959014892578125, - 0.0404052734375, - 0.00545501708984375, - -0.004665374755859375, - 0.0256195068359375, - -0.020355224609375, - 0.0092926025390625, - 0.02093505859375, - -0.0098114013671875, - 0.0243072509765625, - 0.028106689453125, - -0.04364013671875, - -0.0197601318359375, - 0.0070648193359375, - 0.011932373046875, - 0.0021686553955078125, - -0.03863525390625, - 0.005123138427734375, - 0.018585205078125, - -0.058258056640625, - -0.0156707763671875, - -0.003055572509765625, - -0.041290283203125, - 0.0087127685546875, - 0.007099151611328125, - 0.019622802734375, - -0.07025146484375, - -0.073486328125, - -0.0029468536376953125, - -0.073486328125, - -0.02386474609375, - -0.035003662109375, - 0.06292724609375, - -0.0034770965576171875, - 0.033233642578125, - -0.0008373260498046875, - -0.021514892578125, - -0.040985107421875, - 0.018585205078125, - -0.02972412109375, - -0.0007276535034179688, - -0.00838470458984375, - 0.0506591796875, - 0.0254669189453125, - 0.0298614501953125, - 0.025909423828125, - 0.0250396728515625, - 0.0212249755859375, - -0.0240020751953125, - -0.00279998779296875, - 0.028839111328125, - -0.0136871337890625, - 0.0243072509765625, - 0.002040863037109375, - -0.0276641845703125, - -0.025177001953125, - -0.032806396484375, - 0.0219573974609375, - 0.01947021484375, - 0.051239013671875, - 0.0114898681640625, - -0.0276641845703125, - -0.00849151611328125, - 0.04510498046875, - 0.014495849609375, - 0.0860595703125, - -0.0083465576171875, - -0.03045654296875, - 0.01325225830078125, - 0.051239013671875, - -0.03631591796875, - -0.014862060546875, - 0.051239013671875, - -0.00490570068359375, - -0.0285491943359375, - 0.042755126953125, - -0.04302978515625, - 0.021087646484375, - -0.01280975341796875, - -0.022247314453125, - -0.008087158203125, - -0.0278167724609375, - -0.024444580078125, - 0.0535888671875, - 0.035736083984375, - 0.051544189453125, - -0.015960693359375, - -0.0261993408203125, - -0.011932373046875, - -0.036163330078125, - -0.042755126953125, - 0.02606201171875, - 0.01456451416015625, - 0.00885772705078125, - 0.0167694091796875, - -0.032501220703125, - -0.0433349609375, - 0.023712158203125, - -0.004390716552734375, - 0.09661865234375, - 0.023712158203125, - 0.0726318359375, - 0.030303955078125, - -0.04071044921875, - 0.0081634521484375, - 0.03192138671875, - 0.036163330078125, - 0.004940032958984375, - 0.021514892578125, - 0.032928466796875, - -0.021087646484375, - -0.02239990234375, - 0.047149658203125, - 0.03045654296875, - 0.0261993408203125, - 0.0087127685546875, - 0.0105438232421875, - 0.01309967041015625, - 0.031768798828125, - -0.031463623046875, - 0.0477294921875, - 0.041290283203125, - -0.03778076171875, - -0.00563812255859375, - 0.0042266845703125, - -0.007354736328125, - -0.06268310546875, - 0.004978179931640625, - -0.00252532958984375, - 0.03045654296875, - 0.0040435791015625, - 0.02679443359375, - -0.0065155029296875, - -0.00464630126953125, - 0.00453948974609375, - -0.059722900390625, - 0.02166748046875, - 0.02386474609375, - -0.01354217529296875, - 0.03863525390625, - -0.05035400390625, - -0.0112762451171875, - 0.044219970703125, - -0.01654052734375, - -0.0594482421875, - -0.01317596435546875, - 0.01134490966796875, - -0.063232421875, - -0.028106689453125, - -0.033660888671875, - -0.01390838623046875, - 0.009185791015625, - 0.00243377685546875, - 0.023284912109375, - -0.0105438232421875, - -0.007465362548828125, - 0.010833740234375, - 0.033660888671875, - 0.0212249755859375, - -0.0565185546875, - 0.017059326171875, - -0.020782470703125, - -0.04010009765625, - 0.0389404296875, - 0.0206451416015625, - 0.009735107421875, - -0.055633544921875, - -0.023712158203125, - -0.030303955078125, - 0.020782470703125, - -0.005161285400390625, - 0.002086639404296875, - -0.04217529296875, - -0.050933837890625, - -0.0140533447265625, - 0.06414794921875, - 0.032928466796875, - 0.05914306640625, - -0.032806396484375, - -0.0345458984375, - 0.007465362548828125, - -0.03778076171875, - -0.0144195556640625, - 0.0213775634765625, - 0.019317626953125, - -0.00951385498046875, - 0.0535888671875, - -0.0030002593994140625, - 0.0012073516845703125, - -0.005710601806640625, - 0.054168701171875, - 0.010467529296875, - 0.0160980224609375, - -0.03778076171875, - 0.044219970703125, - 0.0168304443359375, - -0.063232421875, - -0.05328369140625, - 0.00006693601608276367, - 0.0011892318725585938, - 0.04595947265625, - -0.074951171875, - -0.0005216598510742188, - 0.0009059906005859375, - -0.06585693359375, - -0.041290283203125, - 0.01427459716796875, - 0.006771087646484375, - -0.036163330078125, - 0.0265045166015625, - 0.033966064453125, - -0.0133209228515625, - 0.0178680419921875, - -0.010101318359375, - 0.0265045166015625, - 0.0179290771484375, - -0.03485107421875, - -0.00261688232421875, - 0.0007548332214355469, - -0.038055419921875, - -0.01325225830078125, - 0.00812530517578125, - 0.036590576171875, - -0.02166748046875, - 0.00875091552734375, - -0.0017566680908203125, - -0.0256195068359375, - 0.036895751953125, - -0.0404052734375, - 0.00179290771484375, - -0.0010843276977539062, - -0.0169830322265625, - -0.0338134765625, - -0.0276641845703125, - 0.0219573974609375, - 0.015228271484375, - -0.00417327880859375, - 0.0147857666015625, - 0.038360595703125, - -0.038055419921875, - 0.006992340087890625, - 0.0248870849609375, - -0.0155181884765625, - 0.0294189453125, - -0.01390838623046875, - -0.012664794921875, - 0.0100250244140625, - 0.0136871337890625, - -0.038055419921875, - -0.06268310546875, - -0.064697265625, - 0.00904083251953125, - -0.0033664703369140625, - -0.00959014892578125, - -0.06793212890625, - -0.04449462890625, - -0.0831298828125, - -0.022247314453125, - 0.03411865234375, - 0.036163330078125, - -0.01178741455078125, - -0.02825927734375, - 0.003879547119140625, - -0.01456451416015625, - -0.034271240234375, - 0.042755126953125, - -0.0206451416015625, - 0.0050506591796875, - 0.00959014892578125, - -0.0286865234375, - 0.0265045166015625, - 0.0206451416015625, - 0.0491943359375, - 0.0036773681640625, - 0.0034580230712890625, - -0.055328369140625, - 0.027374267578125, - -0.015960693359375, - -0.04071044921875, - 0.027374267578125, - -0.01800537109375, - 0.00501251220703125, - -0.03778076171875, - 0.00417327880859375, - 0.00463104248046875, - 0.04595947265625, - -0.0167694091796875, - -0.0247344970703125, - -0.0033855438232421875, - 0.0272369384765625, - -0.0023975372314453125, - 0.04742431640625, - -0.0129547119140625, - -0.06793212890625, - -0.0109100341796875, - -0.002780914306640625, - 0.042755126953125, - 0.0283966064453125, - 0.004795074462890625, - -0.02606201171875, - -0.01024627685546875, - 0.0433349609375, - -0.0338134765625, - -0.0257720947265625, - 0.0039520263671875, - 0.01464080810546875, - 0.0316162109375, - 0.05181884765625, - 0.0144195556640625, - 0.09136962890625, - 0.0206451416015625, - -0.0008511543273925781, - 0.02313232421875, - 0.043914794921875, - 0.02093505859375, - -0.03924560546875, - -0.060028076171875, - 0.000919342041015625, - 0.0269317626953125, - -0.0191802978515625, - -0.0158843994140625, - -0.001079559326171875, - 0.057373046875, - -0.057373046875, - 0.00036144256591796875, - -0.045379638671875, - 0.0360107421875, - -0.00684356689453125, - 0.031341552734375, - 0.01061248779296875, - 0.00702667236328125, - 0.0308837890625, - -0.0228424072265625, - 0.003917694091796875, - 0.00563812255859375, - -0.0257720947265625, - 0.0374755859375, - 0.01309967041015625, - -0.04010009765625, - 0.0316162109375, - 0.00038886070251464844, - 0.014862060546875, - 0.0261993408203125, - 0.0433349609375, - 0.038360595703125, - 0.00019443035125732422, - 0.04071044921875, - 0.0579833984375, - -0.014862060546875, - -0.0105438232421875, - 0.0030384063720703125, - 0.0186614990234375, - 0.033538818359375, - 0.045379638671875, - 0.0061492919921875, - 0.0046844482421875, - -0.006259918212890625, - -0.0261993408203125, - -0.043914794921875, - 0.027374267578125, - -0.0285491943359375, - -0.0248870849609375, - -0.0726318359375, - 0.0061492919921875, - -0.0212249755859375, - 0.00951385498046875, - 0.042449951171875, - 0.00611114501953125, - -0.019317626953125, - 0.035858154296875, - -0.0029277801513671875, - -0.052703857421875, - 0.0129547119140625, - -0.0261993408203125, - 0.00527191162109375, - -0.03118896484375, - -0.0269317626953125, - 0.0226898193359375, - -0.0158843994140625, - -0.064697265625, - -0.0212249755859375, - 0.03192138671875, - -0.01236724853515625, - -0.01947021484375, - 0.004978179931640625, - 0.004062652587890625, - -0.00034999847412109375, - -0.02166748046875, - -0.0404052734375, - -0.01032257080078125, - -0.017425537109375, - -0.037322998046875, - -0.013031005859375, - 0.01244354248046875, - 0.005306243896484375, - -0.0276641845703125, - -0.0006909370422363281, - -0.055938720703125, - 0.035736083984375, - -0.0171966552734375, - 0.0087127685546875, - 0.0147857666015625, - -0.0338134765625, - 0.045684814453125, - 0.053009033203125, - -0.00399017333984375, - 0.0213775634765625, - -0.0008692741394042969, - -0.039520263671875, - 0.00988006591796875, - -0.01529693603515625, - 0.04510498046875, - -0.0129547119140625, - 0.0122222900390625, - 0.0843505859375, - -0.057373046875, - 0.01354217529296875, - 0.004428863525390625, - -0.043914794921875, - -0.0114898681640625, - 0.036895751953125, - -0.0103912353515625, - 0.020355224609375, - 0.0740966796875, - 0.0169830322265625, - -0.0077972412109375, - 0.011199951171875, - -0.034393310546875, - 0.04449462890625, - -0.007686614990234375, - 0.00841522216796875, - -0.0308837890625, - -0.022552490234375, - -0.0013818740844726562, - -0.00029730796813964844, - 0.00914764404296875, - -0.08197021484375, - 0.013397216796875, - 0.0521240234375, - 0.004154205322265625, - -0.00830841064453125, - -0.005123138427734375, - -0.041290283203125, - -0.041290283203125, - -0.0286865234375, - 0.039825439453125, - 0.0147857666015625, - 0.0002562999725341797, - -0.03863525390625, - -0.02020263671875, - -0.00914764404296875, - -0.04510498046875, - -0.0160369873046875, - -0.0199127197265625, - 0.00959014892578125, - 0.01024627685546875, - -0.04156494140625, - 0.04156494140625, - -0.0066986083984375, - -0.031341552734375, - -0.004375457763671875, - 0.0092926025390625, - -0.0234222412109375, - 0.045379638671875, - -0.00030875205993652344, - 0.0291290283203125, - -0.028106689453125, - 0.00904083251953125, - 0.0166168212890625, - -0.01215362548828125, - 0.04010009765625, - -0.0158843994140625, - 0.048614501953125, - 0.006809234619140625, - -0.01317596435546875, - -0.033233642578125, - -0.038055419921875, - -0.0285491943359375, - 0.0257720947265625, - 0.00775909423828125, - 0.00885772705078125, - -0.006954193115234375, - -0.0447998046875, - -0.0506591796875, - 0.012664794921875, - -0.0307464599609375, - -0.01068878173828125, - -0.01654052734375, - -0.0579833984375, - -0.025909423828125, - -0.04656982421875, - -0.00988006591796875, - 0.018218994140625, - -0.02239990234375, - 0.0278167724609375, - -0.0116424560546875, - -0.001262664794921875, - -0.0270843505859375, - 0.0250396728515625, - -0.00044608116149902344, - 0.039520263671875, - 0.0240020751953125, - -0.015594482421875, - 0.089599609375, - -0.03411865234375, - 0.013031005859375, - -0.01236724853515625, - -0.02752685546875, - 0.034271240234375, - -0.001583099365234375, - -0.028839111328125, - -0.019317626953125, - 0.00563812255859375, - 0.02972412109375, - -0.01280975341796875, - -0.019317626953125, - -0.00794219970703125, - -0.0173492431640625, - -0.018157958984375, - -0.0160369873046875, - 0.00959014892578125, - -0.011932373046875, - -0.046844482421875, - -0.00951385498046875, - -0.040985107421875, - -0.08258056640625, - -0.0276641845703125, - -0.0323486328125, - -0.0294189453125, - -0.0164642333984375, - 0.04595947265625, - 0.0213775634765625, - -0.021514892578125, - 0.0345458984375, - 0.0177154541015625, - -0.0204925537109375, - -0.04156494140625, - 0.03192138671875, - -0.01354217529296875, - 0.07904052734375, - 0.031768798828125, - -0.04595947265625, - 0.024444580078125, - 0.006771087646484375, - -0.00757598876953125, - -0.02606201171875, - 0.0162506103515625, - -0.044219970703125, - 0.00592803955078125, - -0.049468994140625, - -0.01456451416015625, - 0.022979736328125, - 0.006587982177734375, - -0.014129638671875, - -0.01544189453125, - 0.0250396728515625, - -0.032073974609375, - -0.04071044921875, - 0.0015459060668945312, - 0.0046844482421875, - -0.03192138671875, - -0.0122222900390625, - -0.00353240966796875, - -0.0092926025390625, - 0.0171966552734375, - 0.03558349609375, - -0.01763916015625, - 0.023284912109375, - 0.04302978515625, - -0.00243377685546875, - 0.00472259521484375, - 0.00849151611328125, - 0.02752685546875, - 0.0160980224609375, - 0.051544189453125, - -0.031768798828125, - 0.0101776123046875, - -0.008087158203125, - -0.049774169921875, - 0.00215911865234375, - -0.0228424072265625, - -0.034698486328125, - -0.0173492431640625, - 0.08782958984375, - 0.0270843505859375, - 0.0112762451171875, - 0.0285491943359375, - 0.054473876953125, - 0.04595947265625, - 0.02166748046875, - -0.0389404296875, - -0.0579833984375, - 0.0235748291015625, - 0.015228271484375, - -0.00012576580047607422, - -0.046844482421875, - 0.02532958984375, - 0.0755615234375, - 0.01800537109375, - -0.038360595703125, - -0.00611114501953125, - -0.014862060546875, - 0.0565185546875, - 0.036895751953125, - -0.0007410049438476562, - -0.055938720703125, - 0.023712158203125, - -0.00856781005859375, - 0.01464080810546875, - -0.018157958984375, - 0.005527496337890625, - -0.007099151611328125, - 0.04888916015625, - -0.06414794921875, - 0.00841522216796875, - 0.017059326171875, - 0.05621337890625, - -0.0199127197265625, - -0.05474853515625, - -0.02313232421875, - 0.0477294921875, - 0.0235748291015625, - -0.0374755859375, - -0.0112762451171875, - 0.01544189453125, - 0.0219573974609375, - -0.00040721893310546875, - 0.054473876953125, - 0.02459716796875, - 0.06500244140625, - 0.01507568359375, - -0.0103912353515625, - 0.049468994140625, - -0.00279998779296875, - 0.0404052734375, - 0.0033664703369140625, - -0.04595947265625, - -0.025177001953125, - -0.042755126953125, - 0.054473876953125, - 0.032073974609375, - 0.0199127197265625, - -0.003055572509765625, - 0.01383209228515625, - -0.01361846923828125, - 0.01068878173828125, - 0.043914794921875, - 0.02386474609375, - 0.015594482421875, - -0.00875091552734375, - 0.004192352294921875, - -0.01537322998046875, - 0.00035691261291503906, - -0.0038433074951171875, - 0.0308837890625, - -0.046844482421875, - -0.032196044921875, - -0.03863525390625, - 0.0160369873046875, - -0.0034770965576171875, - -0.033233642578125, - 0.0038433074951171875, - -0.01727294921875, - 0.03411865234375, - -0.0506591796875, - -0.0279693603515625, - 0.010467529296875, - 0.018157958984375, - -0.0168304443359375, - 0.0330810546875, - 0.006404876708984375, - 0.00775909423828125, - 0.007904052734375, - -0.0772705078125, - 0.0682373046875, - 0.0286865234375, - 0.047149658203125, - -0.003971099853515625, - 0.034271240234375, - 0.03411865234375, - -0.0197601318359375, - -0.0285491943359375, - 0.00545501708984375, - -0.0254669189453125, - 0.0728759765625, - 0.028106689453125, - 0.025177001953125, - -0.0743408203125, - 0.00252532958984375, - -0.00995635986328125, - -0.0711669921875, - -0.00435638427734375, - 0.032928466796875, - 0.00501251220703125, - 0.02166748046875, - -0.0228424072265625, - -0.006366729736328125, - -0.0462646484375, - 0.06939697265625, - 0.0285491943359375, - 0.006732940673828125, - 0.015594482421875, - -0.032196044921875, - 0.038360595703125, - 0.01171112060546875, - 0.063232421875, - -0.009735107421875, - 0.0535888671875, - -0.024444580078125, - 0.0077972412109375, - 0.005527496337890625, - 0.0204925537109375, - -0.02093505859375, - 0.0182952880859375, - -0.033660888671875, - 0.028106689453125, - 0.031463623046875, - 0.006183624267578125, - -0.0697021484375, - -0.0199127197265625, - 0.0133209228515625, - 0.011566162109375, - 0.04888916015625, - -0.05328369140625, - -0.0433349609375, - 0.007282257080078125, - 0.04010009765625, - 0.048309326171875, - 0.0050506591796875, - 0.03924560546875, - 0.005710601806640625, - -0.0168304443359375, - -0.0184478759765625, - -0.032196044921875 - ], - "metadata": { - "domains": [ - "collaboration-general" - ], - "phases": [ - "reporting" - ], - "tags": [ - "office", - "collaboration" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_Neo4j", - "type": "tool", - "name": "Neo4j", - "content": "neo4j die graph-datenbank transformiert komplexe beziehungsgeflechte in verständliche visualisierungen. cypher-query-language ermöglicht intuitive abfragen: \"match (person)-[:transferred_to]->(account) return *\". perfekt für fraud-rings, social-networks, geldwäsche-netzwerke und kommunikations-analysen. graph-algorithmen finden kürzeste pfade, communities und influencer. der visual-graph-explorer macht verborgene verbindungen sichtbar. import aus csv, json und relationalen datenbanken. die apoc-bibliothek bietet 450+ prozeduren für erweiterte analysen. bloom visualisiert für nicht-technische stakeholder. integration mit elasticsearch für volltext-suche. multi-datenbank für case-isolation. die community-edition (kostenlos) limitiert auf 1 user und 4 cpu-cores. skaliert auf große mengen von nodes und relationships. unverzichtbar für moderne financial-crime-investigations. 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.01033782958984375, - 0.0066070556640625, - 0.045135498046875, - 0.01416015625, - 0.0225677490234375, - 0.04681396484375, - 0.0262451171875, - -0.00939178466796875, - -0.0218963623046875, - -0.0120391845703125, - -0.043243408203125, - 0.05474853515625, - 0.01548004150390625, - 0.00434112548828125, - -0.0562744140625, - 0.03662109375, - 0.0070343017578125, - 0.0521240234375, - 0.02435302734375, - -0.0032329559326171875, - 0.0021839141845703125, - -0.01123809814453125, - -0.033599853515625, - 0.00934600830078125, - 0.0110015869140625, - 0.0179443359375, - -0.016998291015625, - -0.057769775390625, - -0.0155792236328125, - -0.018310546875, - 0.00977325439453125, - -0.037567138671875, - -0.0224761962890625, - 0.0196380615234375, - -0.00325775146484375, - -0.01378631591796875, - 0.01378631591796875, - -0.0638427734375, - -0.01708984375, - 0.02435302734375, - -0.0031871795654296875, - -0.00958251953125, - -0.002902984619140625, - -0.01898193359375, - -0.0238800048828125, - -0.03985595703125, - -0.01529693603515625, - -0.021331787109375, - 0.00304412841796875, - -0.011566162109375, - 0.023223876953125, - 0.055877685546875, - 0.006137847900390625, - 0.0019121170043945312, - -0.0196380615234375, - 0.020111083984375, - -0.0080718994140625, - -0.0135040283203125, - -0.053619384765625, - 0.03851318359375, - -0.0277557373046875, - -0.006938934326171875, - -0.0125579833984375, - 0.0030918121337890625, - 0.0227508544921875, - 0.0309600830078125, - -0.0238800048828125, - -0.0258636474609375, - 0.0006814002990722656, - 0.00778961181640625, - 0.0197296142578125, - 0.00066375732421875, - 0.01293182373046875, - 0.029083251953125, - -0.027374267578125, - -0.0309600830078125, - -0.00145721435546875, - 0.035308837890625, - -0.0220947265625, - 0.013214111328125, - -0.03851318359375, - -0.00826263427734375, - 0.029449462890625, - -0.027374267578125, - -0.00991058349609375, - -0.024169921875, - 0.0309600830078125, - 0.0017824172973632812, - 0.00455474853515625, - 0.02435302734375, - 0.0057830810546875, - 0.006938934326171875, - 0.016143798828125, - -0.021331787109375, - 0.049102783203125, - 0.061920166015625, - -0.03265380859375, - 0.01137542724609375, - 0.0303955078125, - 0.027008056640625, - 0.01227569580078125, - -0.02642822265625, - 0.07666015625, - -0.0247344970703125, - 0.047393798828125, - -0.035125732421875, - 0.035491943359375, - -0.011566162109375, - -0.00873565673828125, - -0.0303955078125, - -0.1004638671875, - -0.019256591796875, - -0.004367828369140625, - -0.05023193359375, - -0.018310546875, - 0.004909515380859375, - -0.0178375244140625, - 0.03662109375, - -0.06610107421875, - -0.05438232421875, - 0.0185089111328125, - 0.01123809814453125, - -0.0086822509765625, - -0.000377655029296875, - -0.04058837890625, - -0.047576904296875, - 0.0117034912109375, - 0.02606201171875, - -0.03021240234375, - -0.0179443359375, - -0.00450897216796875, - -0.02813720703125, - 0.005451202392578125, - -0.032867431640625, - 0.016326904296875, - -0.0203857421875, - 0.04400634765625, - -0.0008792877197265625, - -0.0047454833984375, - 0.010101318359375, - 0.0146331787109375, - -0.031158447265625, - -0.05401611328125, - 0.01396942138671875, - -0.0421142578125, - -0.0048370361328125, - -0.008544921875, - 0.05816650390625, - -0.019073486328125, - -0.0042266845703125, - 0.0008616447448730469, - 0.02313232421875, - 0.0521240234375, - 0.0022182464599609375, - 0.01435089111328125, - -0.0187835693359375, - -0.03228759765625, - 0.00330352783203125, - 0.0404052734375, - -0.0256805419921875, - 0.01227569580078125, - 0.03607177734375, - 0.0262451171875, - 0.04229736328125, - -0.006420135498046875, - -0.04229736328125, - -0.06268310546875, - 0.0120391845703125, - 0.006183624267578125, - -0.00507354736328125, - 0.0055694580078125, - 0.0023021697998046875, - 0.043426513671875, - 0.06304931640625, - -0.01340484619140625, - 0.02105712890625, - 0.00476837158203125, - -0.0236968994140625, - 0.033599853515625, - 0.027191162109375, - 0.0305938720703125, - 0.00897216796875, - 0.032470703125, - 0.006893157958984375, - 0.01519775390625, - -0.0228424072265625, - -0.037384033203125, - 0.00024187564849853516, - -0.005191802978515625, - 0.0177459716796875, - -0.0298309326171875, - -0.02642822265625, - -0.0167083740234375, - 0.035675048828125, - 0.040985107421875, - 0.05059814453125, - 0.0017824172973632812, - -0.0386962890625, - 0.01690673828125, - 0.019927978515625, - 0.00830841064453125, - 0.005664825439453125, - -0.01274871826171875, - 0.0458984375, - 0.018310546875, - 0.01194000244140625, - -0.03472900390625, - 0.05059814453125, - 0.0032329559326171875, - -0.0005517005920410156, - 0.006938934326171875, - 0.04400634765625, - -0.0214385986328125, - -0.0400390625, - -0.035125732421875, - -0.0321044921875, - 0.0005044937133789062, - -0.01274871826171875, - -0.005947113037109375, - -0.034942626953125, - 0.0014810562133789062, - -0.05023193359375, - -0.04229736328125, - 0.0225677490234375, - -0.037017822265625, - 0.0279388427734375, - 0.0254974365234375, - -0.027374267578125, - 0.0218963623046875, - 0.0175628662109375, - 0.017181396484375, - 0.0176544189453125, - -0.019927978515625, - -0.0075531005859375, - -0.00826263427734375, - -0.00873565673828125, - 0.049102783203125, - 0.037384033203125, - 0.0238800048828125, - -0.0011796951293945312, - -0.03021240234375, - 0.0176544189453125, - -0.02020263671875, - 0.00972747802734375, - 0.020294189453125, - -0.00920867919921875, - 0.0007109642028808594, - 0.00882720947265625, - 0.04608154296875, - 0.06005859375, - -0.0309600830078125, - 0.0338134765625, - -0.06005859375, - 0.0001327991485595703, - -0.0770263671875, - -0.049835205078125, - -0.029266357421875, - -0.0288848876953125, - 0.050994873046875, - -0.0379638671875, - 0.007129669189453125, - -0.00351715087890625, - 0.00943756103515625, - 0.0521240234375, - 0.03814697265625, - -0.0150146484375, - -0.0404052734375, - -0.02313232421875, - 0.0687255859375, - -0.00821685791015625, - -0.0075531005859375, - -0.01033782958984375, - 0.039642333984375, - 0.00684356689453125, - 0.00977325439453125, - -0.001079559326171875, - 0.049835205078125, - 0.036834716796875, - 0.04022216796875, - 0.01416015625, - -0.0205841064453125, - 0.023406982421875, - -0.007080078125, - 0.043243408203125, - -0.055145263671875, - -0.0187835693359375, - 0.00873565673828125, - 0.0166168212890625, - 0.004436492919921875, - -0.0849609375, - 0.0034465789794921875, - 0.037750244140625, - 0.0362548828125, - 0.00026416778564453125, - -0.00580596923828125, - -0.050994873046875, - 0.02435302734375, - 0.0106658935546875, - 0.01142120361328125, - 0.0386962890625, - 0.041717529296875, - -0.053619384765625, - 0.029266357421875, - 0.0156707763671875, - 0.01690673828125, - -0.05474853515625, - -0.01519775390625, - -0.027374267578125, - -0.0120391845703125, - -0.038909912109375, - -0.032470703125, - 0.03985595703125, - -0.0208587646484375, - 0.00457763671875, - -0.01312255859375, - -0.0125579833984375, - -0.01538848876953125, - -0.047576904296875, - -0.00977325439453125, - -0.04229736328125, - -0.0604248046875, - -0.024169921875, - 0.053253173828125, - 0.005191802978515625, - 0.0096282958984375, - 0.01284027099609375, - 0.00887298583984375, - -0.01340484619140625, - 0.001068115234375, - -0.0104827880859375, - 0.037384033203125, - 0.01189422607421875, - 0.04815673828125, - 0.03436279296875, - 0.0196380615234375, - 0.034942626953125, - 0.06573486328125, - 0.031707763671875, - -0.04193115234375, - 0.01227569580078125, - 0.022186279296875, - -0.00792694091796875, - 0.0321044921875, - -0.018035888671875, - -0.0101470947265625, - -0.038330078125, - -0.0521240234375, - 0.035125732421875, - 0.01038360595703125, - 0.0305938720703125, - 0.03643798828125, - -0.0185089111328125, - -0.006656646728515625, - 0.06005859375, - -0.027008056640625, - 0.1080322265625, - -0.0235137939453125, - -0.06231689453125, - 0.01090240478515625, - 0.0462646484375, - -0.0362548828125, - -0.016998291015625, - 0.0386962890625, - -0.03851318359375, - -0.01312255859375, - 0.0262451171875, - -0.0220947265625, - 0.037017822265625, - -0.02001953125, - -0.004177093505859375, - 0.0268096923828125, - -0.0224761962890625, - 0.01038360595703125, - 0.0258636474609375, - 0.037750244140625, - 0.00250244140625, - 0.0256805419921875, - -0.029449462890625, - -0.005382537841796875, - -0.044952392578125, - -0.07476806640625, - 0.033599853515625, - 0.01416015625, - -0.0033283233642578125, - 0.033050537109375, - -0.04473876953125, - -0.061920166015625, - 0.01416015625, - -0.0224761962890625, - 0.06494140625, - 0.0421142578125, - 0.0079803466796875, - 0.0146331787109375, - -0.0235137939453125, - 0.0165252685546875, - 0.04608154296875, - 0.0245513916015625, - 0.0528564453125, - 0.047576904296875, - 0.019073486328125, - 0.02813720703125, - -0.0236053466796875, - 0.032470703125, - 0.003658294677734375, - 0.025299072265625, - -0.00934600830078125, - 0.034942626953125, - 0.039276123046875, - 0.0214385986328125, - -0.04437255859375, - 0.0528564453125, - 0.0275726318359375, - -0.039642333984375, - -0.001434326171875, - -0.0285186767578125, - -0.0032806396484375, - -0.06988525390625, - -0.0007433891296386719, - -0.0033283233642578125, - 0.0177459716796875, - 0.029449462890625, - 0.01387786865234375, - -0.039276123046875, - -0.006561279296875, - 0.053619384765625, - -0.043792724609375, - 0.0266265869140625, - 0.0205841064453125, - -0.041534423828125, - 0.0057830810546875, - -0.0216217041015625, - -0.0379638671875, - 0.045684814453125, - -0.04193115234375, + -0.056243896484375, + -0.0245819091796875, + -0.054473876953125, + -0.06439208984375, + 0.00408935546875, + 0.009857177734375, + 0.004886627197265625, + 0.01450347900390625, + -0.0240478515625, + -0.05377197265625, + 0.01091766357421875, -0.01396942138671875, - 0.02813720703125, - 0.024078369140625, - -0.037200927734375, - -0.0194549560546875, - -0.037750244140625, - 0.0198211669921875, - -0.0135955810546875, - -0.016326904296875, - 0.0218963623046875, - -0.005405426025390625, - 0.0030918121337890625, - 0.0096282958984375, - 0.01538848876953125, - -0.020965576171875, - -0.04473876953125, - 0.049835205078125, - -0.0024662017822265625, - -0.02642822265625, - 0.0006875991821289062, - 0.01175689697265625, - 0.031524658203125, - -0.03192138671875, - -0.0258636474609375, - 0.005359649658203125, - 0.0022068023681640625, - -0.007080078125, - 0.00434112548828125, - -0.041168212890625, - -0.00727081298828125, - -0.0277557373046875, - 0.057037353515625, - 0.0266265869140625, - 0.0156707763671875, - 0.0135040283203125, - -0.0687255859375, - 0.01690673828125, - -0.052490234375, - -0.00476837158203125, - -0.01708984375, - 0.0034923553466796875, - -0.0303955078125, - 0.0638427734375, - 0.01708984375, - -0.00934600830078125, - -0.0162353515625, - 0.050994873046875, - 0.01033782958984375, - 0.0066070556640625, - -0.051361083984375, - 0.032867431640625, - 0.0081634521484375, - -0.055877685546875, - 0.0157623291015625, - -0.01387786865234375, - 0.007648468017578125, - 0.0638427734375, - -0.041168212890625, - -0.0258636474609375, - 0.00041294097900390625, - -0.0732421875, - -0.0195465087890625, - -0.01340484619140625, - -0.0196380615234375, + 0.08453369140625, + 0.055877685546875, + 0.025115966796875, + 0.004444122314453125, + -0.029541015625, + -0.005062103271484375, + 0.01025390625, + 0.00029850006103515625, + 0.0116729736328125, + 0.043670654296875, + 0.035552978515625, + 0.040863037109375, + -0.0272369384765625, + 0.0157318115234375, + 0.038909912109375, + 0.016448974609375, + -0.0151214599609375, + 0.021484375, + 0.0008955001831054688, + 0.038543701171875, + -0.00672149658203125, + 0.045623779296875, + 0.0151214599609375, + -0.0209503173828125, + 0.0254669189453125, + -0.0014810562133789062, + 0.03448486328125, + -0.049530029296875, + 0.001712799072265625, + -0.0011444091796875, + 0.0038242340087890625, + 0.0017461776733398438, + 0.0228118896484375, + -0.03411865234375, + 0.011322021484375, + 0.05303955078125, + -0.07745361328125, + 0.028472900390625, + 0.031829833984375, + -0.018035888671875, + 0.03765869140625, + -0.0011997222900390625, -0.0279388427734375, - 0.0091094970703125, - 0.02813720703125, - -0.01194000244140625, - 0.01538848876953125, - 0.0283203125, - -0.0245513916015625, - 0.0288848876953125, - 0.013031005859375, - -0.0167083740234375, - 0.0218963623046875, - -0.043060302734375, - -0.03192138671875, - -0.01245880126953125, - 0.0283203125, - -0.01042938232421875, - 0.004413604736328125, - -0.015106201171875, - -0.0195465087890625, - 0.03472900390625, - -0.01898193359375, - -0.0012388229370117188, - -0.0025615692138671875, - -0.0125579833984375, - -0.01132965087890625, - -0.04815673828125, - -0.0023593902587890625, - 0.0187835693359375, - 0.01180267333984375, - 0.01444244384765625, - 0.039642333984375, - -0.0604248046875, - 0.013031005859375, - 0.022186279296875, - -0.027374267578125, - -0.017364501953125, - -0.0115203857421875, - -0.007598876953125, - -0.017364501953125, - 0.059661865234375, - -0.041351318359375, - -0.0479736328125, - -0.09820556640625, - 0.0066070556640625, - 0.022186279296875, - -0.0238800048828125, - -0.0167083740234375, - -0.04437255859375, - -0.055145263671875, - -0.00554656982421875, - 0.035491943359375, - 0.031707763671875, - 0.0268096923828125, - -0.049468994140625, - -0.0150146484375, - -0.0262451171875, - -0.043792724609375, - 0.025299072265625, - -0.005878448486328125, - 0.03607177734375, - -0.009063720703125, - -0.01482391357421875, - 0.021240234375, - 0.03436279296875, - 0.007411956787109375, - 0.036834716796875, - 0.003917694091796875, - -0.043060302734375, - 0.02435302734375, - -0.01293182373046875, - -0.035675048828125, + 0.06646728515625, + -0.0054168701171875, + -0.0247650146484375, + -0.00112152099609375, + 0.01458740234375, + -0.040496826171875, + -0.030059814453125, + -0.026885986328125, + -0.01406097412109375, + 0.005062103271484375, + -0.0175018310546875, + 0.01007843017578125, + -0.0323486328125, + -0.018829345703125, + 0.0261688232421875, + 0.02581787109375, + -0.01016998291015625, + -0.0116729736328125, + 0.0445556640625, + -0.01406097412109375, + -0.0330810546875, + 0.027587890625, + 0.0261688232421875, + 0.00000858306884765625, + -0.01494598388671875, + -0.02264404296875, + -0.01520538330078125, + -0.0213165283203125, + -0.0229949951171875, + -0.003559112548828125, + -0.04632568359375, + -0.01458740234375, + -0.03289794921875, + 0.050567626953125, + 0.03253173828125, + 0.049530029296875, + 0.003559112548828125, + -0.037506103515625, + 0.02264404296875, + -0.05303955078125, + -0.0081787109375, + -0.0028743743896484375, + 0.0031604766845703125, + -0.0017681121826171875, + 0.062255859375, + 0.005550384521484375, + -0.0219268798828125, -0.0167999267578125, - -0.0135040283203125, - 0.041717529296875, - -0.044952392578125, - -0.013031005859375, - 0.014068603515625, - 0.010101318359375, - 0.0487060546875, - 0.006561279296875, - -0.0220947265625, - 0.009063720703125, - -0.00839996337890625, - 0.04681396484375, - -0.0341796875, - -0.067626953125, - -0.02227783203125, - -0.006893157958984375, - 0.03436279296875, - 0.049835205078125, - -0.007457733154296875, - -0.0029735565185546875, - 0.0009675025939941406, - 0.0487060546875, - -0.022369384765625, - -0.043426513671875, - -0.0303955078125, - 0.00576019287109375, - 0.02435302734375, - 0.057769775390625, - -0.007221221923828125, - 0.07177734375, - 0.00455474853515625, - -0.0080718994140625, - 0.02020263671875, - 0.0479736328125, - 0.03265380859375, - -0.00627899169921875, - -0.04248046875, - -0.008544921875, - 0.016143798828125, + 0.030242919921875, + 0.01219940185546875, + -0.0013818740844726562, + -0.049163818359375, + 0.04473876953125, + 0.02777099609375, -0.06646728515625, - -0.049468994140625, - -0.0060882568359375, - 0.037384033203125, - -0.0838623046875, - -0.020965576171875, - -0.0205841064453125, - 0.0037288665771484375, - 0.018218994140625, - -0.0194549560546875, - -0.01435089111328125, - 0.02642822265625, - 0.01081085205078125, - -0.027191162109375, - -0.00035858154296875, - -0.00627899169921875, - 0.02435302734375, - 0.04644775390625, - 0.00958251953125, - -0.007740020751953125, - 0.0400390625, - 0.00958251953125, - 0.01293182373046875, - 0.0167999267578125, - 0.038909912109375, - 0.0177459716796875, - 0.016326904296875, - 0.0279388427734375, - 0.09442138671875, - -0.025299072265625, - -0.0184173583984375, - -0.0036106109619140625, - 0.0262451171875, - 0.037200927734375, - 0.035125732421875, - -0.0184173583984375, - 0.0037288665771484375, - 0.0003349781036376953, - -0.037017822265625, - -0.0158538818359375, - 0.007221221923828125, - 0.00112152099609375, - -0.0305938720703125, - -0.0421142578125, - 0.00873565673828125, - -0.055145263671875, - 0.03021240234375, - -0.00897216796875, - -0.0175628662109375, - 0.0008912086486816406, - 0.021240234375, - -0.007457733154296875, - -0.05401611328125, - 0.040985107421875, - -0.0105743408203125, - -0.01387786865234375, - -0.03472900390625, - -0.0226593017578125, - 0.0305938720703125, - -0.0010499954223632812, - -0.069091796875, - 0.0019588470458984375, - 0.032867431640625, - -0.008026123046875, - -0.050994873046875, - 0.0176544189453125, - 0.01482391357421875, - -0.0166168212890625, - -0.0345458984375, - -0.03985595703125, - -0.017181396484375, - -0.004413604736328125, - -0.0249176025390625, - 0.035675048828125, - -0.0026912689208984375, - -0.04193115234375, - 0.0018644332885742188, - -0.0059967041015625, - 0.0027370452880859375, - 0.036834716796875, - -0.035888671875, - 0.022186279296875, - 0.038909912109375, - 0.027374267578125, - -0.0037994384765625, - 0.055877685546875, - 0.0009617805480957031, - -0.01227569580078125, - -0.01184844970703125, - -0.0287017822265625, - 0.0303955078125, - -0.0214385986328125, - 0.003376007080078125, - -0.06494140625, - -0.01024627685546875, - 0.0288848876953125, - -0.07891845703125, - 0.0262451171875, - 0.027374267578125, - -0.01137542724609375, - -0.05889892578125, - 0.00778961181640625, - -0.0081634521484375, - 0.007411956787109375, - 0.09326171875, - -0.015960693359375, - 0.016998291015625, - -0.009490966796875, - -0.03851318359375, - 0.043243408203125, - 0.00429534912109375, - 0.016998291015625, - -0.03192138671875, - 0.02105712890625, - 0.009490966796875, - -0.0032329559326171875, - -0.00377655029296875, - -0.07061767578125, - -0.009490966796875, - 0.04644775390625, - -0.0009794235229492188, - -0.00958251953125, - 0.011566162109375, - -0.046630859375, - -0.01236724853515625, - -0.03192138671875, - 0.043243408203125, - 0.003021240234375, - 0.0116119384765625, - -0.051361083984375, - -0.0167083740234375, - 0.00200653076171875, - -0.0604248046875, - -0.044189453125, - -0.0081634521484375, - 0.01378631591796875, - 0.01071929931640625, - -0.03228759765625, - 0.0258636474609375, - 0.007221221923828125, - 0.022003173828125, - 0.006702423095703125, - 0.055511474609375, - -0.03814697265625, - -0.01425933837890625, - -0.0013399124145507812, - 0.027008056640625, - -0.00330352783203125, - 0.020111083984375, - 0.005428314208984375, - 0.0217132568359375, - 0.01038360595703125, - -0.02642822265625, - 0.0379638671875, - 0.043243408203125, - -0.006137847900390625, - -0.0604248046875, - 0.01340484619140625, - -0.022186279296875, - 0.05023193359375, - -0.0050506591796875, - 0.041351318359375, - 0.0066070556640625, - -0.0050048828125, - -0.07928466796875, - 0.039642333984375, - -0.00830841064453125, - 0.035675048828125, - 0.0379638671875, - -0.02398681640625, - -0.057403564453125, - -0.047760009765625, - -0.0266265869140625, - 0.02227783203125, - -0.0341796875, - 0.0458984375, - 0.0283203125, - -0.0080718994140625, - 0.0204925537109375, - 0.0136871337890625, - -0.014068603515625, - 0.0191650390625, - 0.006183624267578125, - -0.0309600830078125, - 0.05023193359375, - -0.017364501953125, - 0.0277557373046875, - 0.01274871826171875, - -0.007175445556640625, - -0.01690673828125, - -0.0214385986328125, - -0.027374267578125, - -0.00835418701171875, - 0.02105712890625, - 0.03399658203125, - 0.00030684471130371094, - -0.003681182861328125, - -0.00507354736328125, - 0.02642822265625, - 0.0166168212890625, - -0.0187835693359375, - 0.0126495361328125, - -0.00675201416015625, - -0.008636474609375, - -0.0262451171875, - -0.044189453125, - -0.07818603515625, - -0.023040771484375, - -0.049835205078125, + -0.035186767578125, -0.0125579833984375, - -0.0009908676147460938, - 0.0007376670837402344, - 0.02642822265625, - -0.057403564453125, - 0.0279388427734375, - 0.00047206878662109375, - -0.02606201171875, - -0.0287017822265625, - -0.00450897216796875, - 0.0111846923828125, - 0.05059814453125, - 0.00891876220703125, - -0.02313232421875, - 0.046630859375, - -0.0052642822265625, - -0.00920867919921875, - 0.005474090576171875, - -0.0106658935546875, - -0.044952392578125, - 0.022186279296875, - -0.07366943359375, - -0.01194000244140625, - 0.0105743408203125, - 0.029449462890625, - 0.005405426025390625, - -0.022369384765625, - 0.04022216796875, - -0.0217132568359375, - -0.075927734375, - 0.018218994140625, - 0.006374359130859375, - -0.032470703125, - 0.0227508544921875, - -0.0288848876953125, - -0.0038700103759765625, - 0.0014104843139648438, - 0.035125732421875, - 0.05059814453125, - 0.049102783203125, - 0.0285186767578125, - 0.00972747802734375, - -0.0020885467529296875, - -0.0262451171875, - 0.0254974365234375, - 0.01165771484375, - 0.0296478271484375, - 0.0101470947265625, - 0.025299072265625, - -0.0145416259765625, - -0.09027099609375, - -0.023223876953125, - -0.0268096923828125, - -0.0721435546875, - 0.0035400390625, - 0.08197021484375, - 0.0404052734375, - -0.01898193359375, - 0.020294189453125, - 0.0136871337890625, - 0.0096282958984375, - 0.029083251953125, - 0.0012216567993164062, - -0.06494140625, - -0.021148681640625, - 0.005828857421875, - 0.0245513916015625, - -0.07135009765625, - 0.064208984375, - 0.0604248046875, - -0.01128387451171875, - -0.04058837890625, - 0.0009975433349609375, - -0.0007405281066894531, - 0.0362548828125, - 0.0341796875, - 0.00783538818359375, - -0.05889892578125, - 0.0026798248291015625, - 0.01812744140625, - -0.007175445556640625, - 0.003398895263671875, - -0.034942626953125, - -0.01132965087890625, - 0.05889892578125, - -0.02294921875, - -0.0105743408203125, - 0.0106201171875, - 0.064208984375, - 0.0279388427734375, - -0.037384033203125, - -0.00533294677734375, - 0.047027587890625, - 0.01519775390625, - -0.0035877227783203125, - 0.009490966796875, - 0.00873565673828125, - -0.0120849609375, - 0.033233642578125, - 0.055877685546875, - 0.0116119384765625, - 0.047210693359375, - 0.01605224609375, - -0.0362548828125, - 0.016326904296875, - 0.01416015625, - 0.0009908676147460938, - -0.0165252685546875, - -0.0296478271484375, - -0.03472900390625, - -0.038909912109375, - 0.037384033203125, - 0.02435302734375, - 0.04815673828125, - 0.0237884521484375, - -0.01435089111328125, - -0.00011432170867919922, - -0.00507354736328125, - 0.037567138671875, - 0.0386962890625, - 0.011138916015625, - -0.0167083740234375, - 0.021240234375, - -0.006229400634765625, - -0.00675201416015625, - -0.0019474029541015625, - 0.029266357421875, - -0.007648468017578125, - 0.0179443359375, - -0.06573486328125, - 0.0120849609375, - 0.00524139404296875, - -0.0233154296875, - -0.0298309326171875, - -0.0177459716796875, - 0.0236968994140625, - -0.031158447265625, - -0.0042724609375, - -0.0110931396484375, - 0.0225677490234375, - -0.05023193359375, - 0.0266265869140625, - 0.035491943359375, - -0.01538848876953125, - 0.0247344970703125, - -0.05889892578125, - 0.07061767578125, - 0.025299072265625, - 0.0185089111328125, - -0.0162353515625, - 0.01123809814453125, - 0.059661865234375, - -0.01387786865234375, - 0.005146026611328125, - 0.020965576171875, - 0.001628875732421875, - 0.039642333984375, - 0.03643798828125, - 0.0099639892578125, - -0.041351318359375, - 0.047393798828125, - 0.0279388427734375, - -0.04681396484375, - 0.01708984375, - 0.0100555419921875, - 0.016326904296875, - 0.0116119384765625, - -0.0038700103759765625, - -0.00424957275390625, - -0.0721435546875, - 0.029449462890625, - 0.0379638671875, - -0.02227783203125, - 0.02606201171875, - -0.059661865234375, - 0.06005859375, - 0.0120391845703125, - 0.0307769775390625, - -0.043792724609375, - 0.03436279296875, - -0.01227569580078125, - -0.00020945072174072266, - -0.0217132568359375, - -0.0279388427734375, - 0.0238800048828125, - 0.02398681640625, - -0.0208587646484375, - 0.049835205078125, - 0.0521240234375, + 0.0099029541015625, + 0.052001953125, + -0.072509765625, + -0.0134429931640625, + 0.0023651123046875, + -0.06402587890625, + -0.041748046875, + -0.035736083984375, + 0.00800323486328125, + -0.048095703125, + 0.022369384765625, + 0.0260009765625, + 0.0060577392578125, + 0.035552978515625, + 0.007472991943359375, + -0.0098114013671875, + 0.01520538330078125, + 0.00879669189453125, + -0.03253173828125, + 0.023345947265625, + -0.0587158203125, + -0.044219970703125, + -0.0245819091796875, 0.01184844970703125, - -0.0400390625, - -0.0047454833984375, - 0.0085906982421875, - 0.035491943359375, + -0.0198974609375, + 0.005260467529296875, + -0.019622802734375, + -0.02777099609375, + 0.00043392181396484375, + -0.047393798828125, + -0.0222015380859375, + -0.0238800048828125, + 0.0020771026611328125, + -0.033416748046875, + -0.0281219482421875, + 0.025115966796875, + 0.03643798828125, + 0.0023651123046875, + 0.0270538330078125, + 0.042449951171875, + -0.059783935546875, + 0.0224609375, + 0.0017023086547851562, + -0.018310546875, + -0.0099945068359375, + -0.011322021484375, + -0.01123046875, + -0.0115814208984375, + 0.0291748046875, + -0.0036029815673828125, + -0.0307769775390625, + -0.066162109375, + 0.02777099609375, + -0.049163818359375, + 0.00579071044921875, + -0.03131103515625, + -0.040313720703125, + -0.05377197265625, + -0.026519775390625, + 0.044403076171875, + 0.0219268798828125, + -0.01105499267578125, + -0.042266845703125, + -0.01617431640625, + 0.001712799072265625, + -0.061553955078125, + 0.032196044921875, + 0.0008897781372070312, + 0.0260009765625, + -0.0143280029296875, + -0.030242919921875, + 0.006809234619140625, + 0.007781982421875, + 0.04632568359375, + 0.0087127685546875, + 0.018829345703125, + -0.05908203125, + 0.024932861328125, + 0.00751495361328125, + -0.01264190673828125, + 0.0011110305786132812, + -0.017242431640625, + 0.0245819091796875, + -0.01617431640625, + -0.005970001220703125, + 0.011138916015625, + 0.04296875, + 0.0133514404296875, + 0.01317596435546875, + -0.04986572265625, + 0.03765869140625, + -0.0219268798828125, + 0.052703857421875, + -0.0252838134765625, + -0.037139892578125, + -0.00893402099609375, + 0.0270538330078125, + 0.035552978515625, + 0.03961181640625, + -0.003978729248046875, + -0.0330810546875, + 0.01529693603515625, + 0.052001953125, + -0.007694244384765625, + -0.05517578125, + -0.035369873046875, + -0.00879669189453125, + 0.01458740234375, + 0.0823974609375, + -0.0236968994140625, + 0.089111328125, + 0.0056610107421875, + -0.01003265380859375, + 0.041748046875, + 0.05657958984375, + 0.0167083740234375, + -0.0270538330078125, + -0.050933837890625, + -0.00738525390625, + 0.0175933837890625, + -0.040496826171875, + -0.0330810546875, + -0.0038242340087890625, + 0.048797607421875, + -0.0732421875, + -0.031463623046875, + -0.0159149169921875, + -0.00086212158203125, + 0.035369873046875, + 0.00711822509765625, + -0.008087158203125, + 0.0178680419921875, + 0.01406097412109375, + -0.03607177734375, + 0.0187530517578125, + -0.0081787109375, + -0.0254669189453125, + 0.056243896484375, + 0.0261688232421875, + -0.002166748046875, + 0.048797607421875, + 0.0281219482421875, + 0.0270538330078125, + 0.025115966796875, + 0.0548095703125, + 0.0288238525390625, + 0.0218353271484375, + 0.035552978515625, + 0.04632568359375, + -0.040679931640625, + -0.030059814453125, + -0.00202178955078125, + 0.0229949951171875, + 0.026885986328125, + 0.033599853515625, + 0.007694244384765625, + 0.029541015625, + 0.0187530517578125, + -0.04632568359375, + -0.0023441314697265625, + -0.0192718505859375, + -0.02423095703125, + -0.0133514404296875, + -0.031829833984375, + 0.01396942138671875, + -0.056243896484375, + 0.02581787109375, + -0.0256500244140625, + -0.03802490234375, + -0.0175018310546875, + 0.04296875, + -0.006500244140625, + -0.0413818359375, + 0.0394287109375, + -0.0184783935546875, + -0.024932861328125, + -0.0030727386474609375, + -0.031829833984375, + 0.0238800048828125, + -0.0238800048828125, + -0.07568359375, + -0.018035888671875, + 0.04156494140625, + -0.00667572021484375, + -0.05694580078125, + -0.0382080078125, + 0.0150299072265625, + -0.029541015625, + -0.0297088623046875, + -0.03271484375, + -0.00946044921875, + 0.0224609375, + -0.0132598876953125, + -0.0008511543273925781, + 0.00946044921875, + -0.016357421875, + -0.01441192626953125, + -0.0307769775390625, + -0.02264404296875, + 0.042266845703125, + -0.044036865234375, + 0.024932861328125, + -0.0025539398193359375, + 0.0193634033203125, + 0.0311279296875, + 0.057647705078125, + -0.0125579833984375, + -0.0198974609375, + -0.01123046875, + -0.0167083740234375, + 0.004421234130859375, + -0.0189208984375, + 0.00946044921875, + -0.0587158203125, + 0.00366973876953125, + 0.07147216796875, + -0.06683349609375, + 0.0201568603515625, + -0.00977325439453125, + -0.0124664306640625, + -0.052337646484375, + 0.019989013671875, + 0.01110076904296875, + -0.002254486083984375, + 0.06646728515625, + -0.004375457763671875, + -0.0290069580078125, + -0.007472991943359375, + -0.05517578125, + 0.07745361328125, + 0.0094146728515625, + 0.0017681121826171875, + -0.0281219482421875, + 0.052001953125, + -0.01175689697265625, + 0.007602691650390625, + 0.01441192626953125, + -0.07818603515625, + -0.00888824462890625, + 0.022369384765625, + 0.0224609375, + -0.01202392578125, + 0.01229095458984375, + -0.03271484375, + -0.050933837890625, + 0.0006852149963378906, + 0.0177764892578125, + 0.011138916015625, + 0.0270538330078125, + -0.0210418701171875, + -0.0413818359375, + -0.0143280029296875, + -0.04986572265625, + -0.0166168212890625, + -0.047027587890625, + 0.0452880859375, + 0.013702392578125, + -0.0548095703125, + 0.01352691650390625, + 0.006412506103515625, + 0.01065826416015625, + 0.026885986328125, + 0.06048583984375, + -0.05023193359375, + -0.014678955078125, + 0.02423095703125, + 0.051300048828125, + 0.003932952880859375, + -0.0017023086547851562, + 0.0013484954833984375, + 0.0185699462890625, + 0.0141448974609375, + -0.059783935546875, + 0.0211334228515625, + 0.0323486328125, + -0.01529693603515625, + -0.033782958984375, + -0.030242919921875, + -0.033416748046875, + 0.055877685546875, + -0.002895355224609375, + 0.052001953125, + 0.00711822509765625, + -0.0175933837890625, + -0.07354736328125, + 0.054473876953125, + -0.028472900390625, + 0.035552978515625, + 0.006984710693359375, + -0.026519775390625, + -0.057647705078125, + -0.04632568359375, + -0.0382080078125, + 0.0176849365234375, + -0.025115966796875, + 0.032012939453125, + 0.038909912109375, + -0.006191253662109375, + 0.035003662109375, + 0.0288238525390625, + 0.0220184326171875, + 0.0112762451171875, + 0.019622802734375, + -0.0343017578125, 0.07818603515625, - -0.04437255859375, - -0.0287017822265625, - 0.014068603515625, - 0.029083251953125, - 0.05889892578125, - -0.023223876953125, - 0.01331329345703125, - -0.0004572868347167969, - 0.00351715087890625, - -0.0019235610961914062, - -0.00897216796875 + -0.04315185546875, + 0.0036029815673828125, + -0.021392822265625, + 0.0305938720703125, + 0.01219940185546875, + -0.0000756382942199707, + -0.0297088623046875, + -0.00756072998046875, + 0.0298919677734375, + 0.0254669189453125, + -0.012908935546875, + 0.0003619194030761719, + -0.01812744140625, + -0.005062103271484375, + 0.0177764892578125, + -0.005062103271484375, + 0.01529693603515625, + 0.0211334228515625, + -0.044403076171875, + 0.0036258697509765625, + -0.040496826171875, + -0.0548095703125, + 0.0012159347534179688, + -0.051300048828125, + -0.0236968994140625, + -0.0124664306640625, + 0.01406097412109375, + 0.00800323486328125, + -0.0413818359375, + 0.0068511962890625, + 0.00689697265625, + -0.01140594482421875, + -0.002475738525390625, + -0.015655517578125, + -0.00928497314453125, + 0.04632568359375, + 0.024932861328125, + -0.035552978515625, + 0.0187530517578125, + -0.029541015625, + -0.044036865234375, + -0.0261688232421875, + 0.0323486328125, + -0.029541015625, + 0.0220184326171875, + -0.03094482421875, + -0.00514984130859375, + 0.026702880859375, + 0.018035888671875, + -0.00888824462890625, + -0.0298919677734375, + 0.0307769775390625, + -0.0305938720703125, + -0.045623779296875, + -0.0010614395141601562, + -0.0298919677734375, + -0.0219268798828125, + 0.037322998046875, + 0.00490570068359375, + 0.004375457763671875, + -0.0034923553466796875, + 0.047393798828125, + 0.0205078125, + 0.03839111328125, + -0.002056121826171875, + -0.0159149169921875, + 0.004199981689453125, + -0.02935791015625, + 0.029541015625, + 0.006587982177734375, + 0.0238800048828125, + -0.0103912353515625, + -0.0005970001220703125, + -0.00499725341796875, + -0.061553955078125, + 0.0018568038940429688, + -0.0167999267578125, + -0.06292724609375, + 0.01175689697265625, + 0.07781982421875, + 0.029541015625, + -0.01494598388671875, + 0.033416748046875, + 0.02069091796875, + 0.04119873046875, + 0.01910400390625, + -0.0247650146484375, + -0.0682373046875, + -0.00342559814453125, + 0.052337646484375, + 0.0362548828125, + -0.050933837890625, + 0.03094482421875, + 0.07818603515625, + -0.01654052734375, + -0.01361846923828125, + -0.019195556640625, + -0.0124664306640625, + 0.042449951171875, + 0.0343017578125, + 0.027587890625, + -0.057647705078125, + 0.0169830322265625, + 0.015655517578125, + -0.00756072998046875, + -0.0038909912109375, + -0.004375457763671875, + -0.043853759765625, + 0.02264404296875, + -0.045623779296875, + -0.0068511962890625, + 0.005237579345703125, + 0.0555419921875, + -0.01025390625, + -0.0311279296875, + -0.005970001220703125, + 0.018310546875, + 0.019012451171875, + 0.00689697265625, + 0.0024433135986328125, + 0.0176849365234375, + -0.0151214599609375, + 0.0205078125, + 0.048797607421875, + 0.0238800048828125, + 0.03839111328125, + 0.039794921875, + -0.01016998291015625, + 0.025115966796875, + 0.0176849365234375, + 0.00583648681640625, + -0.003692626953125, + -0.035888671875, + -0.01065826416015625, + -0.0587158203125, + 0.018035888671875, + 0.01229095458984375, + 0.0618896484375, + 0.01971435546875, + 0.0041351318359375, + 0.004688262939453125, + 0.014678955078125, + 0.0297088623046875, + 0.05908203125, + 0.0228118896484375, + 0.0134429931640625, + 0.005702972412109375, + 0.04156494140625, + -0.008270263671875, + -0.020599365234375, + 0.02423095703125, + -0.051300048828125, + -0.01458740234375, + -0.0433349609375, + -0.01300048828125, + -0.00977325439453125, + -0.01300048828125, + -0.0157318115234375, + -0.0298919677734375, + 0.0012493133544921875, + -0.044219970703125, + -0.057647705078125, + -0.0087127685546875, + 0.0445556640625, + -0.0452880859375, + 0.02423095703125, + 0.024932861328125, + 0.018035888671875, + 0.0256500244140625, + -0.0548095703125, + 0.08880615234375, + 0.043853759765625, + 0.03271484375, + -0.01264190673828125, + 0.010345458984375, + 0.035736083984375, + -0.01175689697265625, + -0.01264190673828125, + 0.0211334228515625, + -0.0159149169921875, + 0.039794921875, + 0.019805908203125, + 0.022552490234375, + -0.040130615234375, + 0.045989990234375, + -0.0143280029296875, + -0.062255859375, + 0.0243988037109375, + 0.00011259317398071289, + 0.01458740234375, + -0.0178680419921875, + -0.021484375, + 0.0125579833984375, + -0.055877685546875, + 0.03997802734375, + 0.0175018310546875, + -0.0179443359375, + 0.037139892578125, + -0.07745361328125, + 0.038726806640625, + 0.003116607666015625, + 0.05908203125, + -0.047027587890625, + 0.02777099609375, + 0.005878448486328125, + 0.005084991455078125, + -0.004730224609375, + 0.012908935546875, + -0.01450347900390625, + 0.0060577392578125, + -0.023345947265625, + 0.06329345703125, + 0.040313720703125, + 0.006500244140625, + -0.05023193359375, + -0.006099700927734375, + 0.01202392578125, + 0.012115478515625, + 0.060821533203125, + -0.019989013671875, + -0.0147705078125, + 0.0243988037109375, + 0.052337646484375, + 0.04669189453125, + -0.0211334228515625, + 0.005924224853515625, + -0.00003540515899658203, + 0.01450347900390625, + 0.0036468505859375, + -0.00888824462890625 ], "metadata": { "domains": [ - "static-investigations", - "malware-analysis", - "fraud-investigation", - "network-forensics", - "cloud-forensics" + "incident-response", + "malware-analysis" ], "phases": [ - "analysis", - "reporting" + "analysis" ], "tags": [ - "web-interface", - "graph-view", - "visualization", - "correlation-engine", - "cross-platform", - "api", - "cypher-queries", - "community-detection", - "path-finding", - "bloom-visualization", - "apoc-procedures", - "import-tools" + "automation", + "threat-intel" ], "skillLevel": "intermediate", "type": "tool" } }, { - "id": "tool_Thumbcache_Viewer", + "id": "tool_Aftermath", "type": "tool", - "name": "Thumbcache Viewer", - "content": "thumbcache viewer windows speichert miniaturansichten aller betrachteten bilder in versteckten thumbcache_*.db dateien - ein goldschatz für forensiker. das tool extrahiert diese thumbnails inklusive exif-zeitstempel, selbst wenn originalbilder längst gelöscht sind. beweist unwiderlegbar, dass bilder auf dem system vorhanden waren. besonders wertvoll bei csam-ermittlungen und datendiebstahl. die verschiedenen auflösungen (32, 96, 256, 1024) zeigen detailgrade. timestamp-analyse rekonstruiert betrachtungszeitpunkte. export als einzelne bilder oder html-report. die gui macht es auch für nicht-technische ermittler zugänglich. unterstützt windows vista bis 11. der batch-mode verarbeitet mehrere thumbcache-dateien. hash-matching gegen bekannte csam-datenbanken möglich. integration mit timeline-tools über csv-export. die kostenlose lizenz demokratisiert wichtige forensik-fähigkeiten. oft der entscheidende beweis in kinderschutz-fällen. 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", + "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. command-line 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.030487060546875, - 0.035247802734375, - 0.026702880859375, - -0.0264892578125, - 0.0318603515625, - 0.02789306640625, - 0.01702880859375, - 0.0302886962890625, - 0.006923675537109375, - -0.0340576171875, - -0.046630859375, - 0.032470703125, - -0.0045318603515625, - 0.006175994873046875, - -0.0697021484375, + -0.0079498291015625, + 0.040130615234375, 0.057373046875, - -0.01219940185546875, - 0.012298583984375, - 0.02789306640625, - -0.0024662017822265625, - -0.0163421630859375, - 0.01180267333984375, - -0.024200439453125, - -0.0164337158203125, - 0.02569580078125, - 0.00605010986328125, - -0.01654052734375, - -0.05218505859375, - -0.031463623046875, - 0.023712158203125, - 0.0272979736328125, - -0.0247955322265625, - 0.00395965576171875, - 0.037841796875, - 0.0187225341796875, - -0.0064239501953125, - 0.0001766681671142578, - -0.0513916015625, - -0.039031982421875, - 0.06573486328125, - -0.020721435546875, - -0.00841522216796875, - 0.00955963134765625, - -0.0007748603820800781, - -0.058563232421875, - -0.042022705078125, - 0.006198883056640625, - -0.008270263671875, - 0.0130462646484375, - -0.040435791015625, - 0.0201263427734375, - 0.01239776611328125, - -0.006622314453125, - 0.00677490234375, - -0.0296783447265625, - 0.0201263427734375, - 0.01534271240234375, - -0.01140594482421875, - -0.0243072509765625, - 0.044036865234375, - -0.0709228515625, - -0.0103607177734375, - 0.0039825439453125, - -0.0243072509765625, - -0.00193023681640625, - 0.018829345703125, - 0.0005044937133789062, - -0.020721435546875, - 0.003162384033203125, - 0.0164337158203125, - 0.01404571533203125, - -0.018524169921875, - -0.033477783203125, - 0.036468505859375, - -0.0061492919921875, - -0.060577392578125, - 0.0031757354736328125, - -0.0010271072387695312, - -0.01200103759765625, - -0.01055908203125, - -0.03924560546875, - 0.001979827880859375, - 0.0557861328125, - -0.0149383544921875, - -0.003734588623046875, - 0.006351470947265625, - 0.03546142578125, - 0.01364898681640625, - 0.00020384788513183594, - 0.00821685791015625, - 0.0178375244140625, - 0.0099639892578125, - 0.00975799560546875, - -0.015838623046875, - 0.047210693359375, - 0.06890869140625, - -0.01554107666015625, - -0.007171630859375, - -0.0007500648498535156, - 0.02410888671875, - 0.017730712890625, - -0.0482177734375, - 0.04302978515625, - -0.0213165283203125, - 0.021209716796875, - -0.00836944580078125, - 0.0195159912109375, - -0.026092529296875, - -0.0137481689453125, - -0.01270294189453125, - -0.0816650390625, - -0.036651611328125, - 0.002590179443359375, - -0.06494140625, - -0.004779815673828125, - 0.0087127685546875, - -0.0086669921875, - 0.04522705078125, - -0.03924560546875, - -0.029876708984375, - 0.004459381103515625, - 0.0137481689453125, - 0.00727081298828125, - -0.02191162109375, - -0.035675048828125, - -0.052978515625, - -0.00971221923828125, - 0.03485107421875, - -0.0240020751953125, - -0.0280914306640625, - -0.01274871826171875, - -0.021820068359375, - 0.003536224365234375, - -0.039459228515625, - -0.01483917236328125, - -0.026702880859375, - 0.0400390625, - -0.01026153564453125, - -0.0022029876708984375, - -0.00971221923828125, - 0.048797607421875, - -0.0302886962890625, - -0.059356689453125, - 0.012847900390625, - -0.042022705078125, - -0.00817108154296875, - -0.0416259765625, - 0.072509765625, - -0.04241943359375, - -0.00301361083984375, - -0.0168304443359375, - 0.0225067138671875, - 0.0262908935546875, - 0.01190185546875, - 0.0063018798828125, - -0.062164306640625, - -0.0006628036499023438, - -0.0250091552734375, - 0.0162353515625, - 0.01384735107421875, - -0.0302886962890625, - 0.044036865234375, - -0.0276947021484375, - 0.0168304443359375, - -0.0080718994140625, - -0.035675048828125, - -0.0201263427734375, - 0.0243072509765625, - 0.019622802734375, - 0.0053558349609375, - 0.0145416259765625, - 0.0137481689453125, - 0.08087158203125, - 0.058563232421875, - 0.0157318115234375, - 0.0201263427734375, - 0.017333984375, - -0.0113525390625, - 0.052581787109375, - 0.0111083984375, - -0.0086669921875, - -0.0130462646484375, - 0.0330810546875, - -0.00585174560546875, - 0.0133514404296875, - -0.0121002197265625, - -0.0240020751953125, - -0.018829345703125, - -0.0262908935546875, - 0.021514892578125, - -0.035247802734375, - -0.05419921875, - -0.012847900390625, - 0.0276947021484375, - 0.0014820098876953125, - 0.062164306640625, - 0.01085662841796875, - 0.0019178390502929688, - 0.0416259765625, - -0.01483917236328125, - 0.018035888671875, - 0.0258941650390625, - -0.0179290771484375, - 0.05340576171875, - 0.007122039794921875, - 0.0026149749755859375, - -0.0111083984375, - 0.025299072265625, - 0.0133514404296875, - -0.0292816162109375, - -0.01434326171875, - 0.05340576171875, - -0.0264892578125, - -0.032073974609375, - -0.036865234375, - -0.035064697265625, - 0.010955810546875, - -0.005527496337890625, - -0.045623779296875, - 0.0017185211181640625, - -0.004856109619140625, - -0.04364013671875, - 0.0284881591796875, - 0.005802154541015625, - 0.007320404052734375, - 0.047821044921875, - 0.00433349609375, - -0.0238037109375, - -0.02459716796875, - 0.002727508544921875, - 0.0236053466796875, - 0.00435638427734375, - -0.013946533203125, - 0.009063720703125, - 0.0005574226379394531, - -0.02301025390625, - 0.056976318359375, - 0.04364013671875, - 0.00936126708984375, - 0.00921630859375, - -0.0254058837890625, - 0.04522705078125, - -0.028289794921875, - 0.032867431640625, - 0.0302886962890625, - -0.007419586181640625, - 0.006824493408203125, - -0.0032863616943359375, - 0.02789306640625, - 0.0216217041015625, - -0.0428466796875, - -0.0137481689453125, - -0.11474609375, - -0.021514892578125, - -0.046630859375, - -0.0362548828125, - -0.03167724609375, - -0.0482177734375, - 0.03863525390625, - -0.019317626953125, - -0.050201416015625, - -0.0009212493896484375, - -0.0002522468566894531, - -0.00727081298828125, - 0.044036865234375, - 0.0171356201171875, - -0.0087127685546875, - 0.0111083984375, - 0.06732177734375, - 0.006099700927734375, - -0.01554107666015625, - -0.0006227493286132812, - 0.0288848876953125, - -0.0236053466796875, - 0.025299072265625, - -0.00605010986328125, - 0.0102081298828125, - 0.03387451171875, - 0.0310821533203125, - 0.01010894775390625, - -0.0280914306640625, - 0.0038852691650390625, - -0.01235198974609375, - 0.0007157325744628906, - -0.0262908935546875, - -0.019317626953125, - -0.0013322830200195312, - 0.02410888671875, - -0.026092529296875, - -0.045623779296875, - -0.01324462890625, - 0.0225067138671875, - -0.0236053466796875, - 0.00084686279296875, - 0.041839599609375, - -0.04144287109375, - -0.0137481689453125, - -0.02301025390625, - -0.01812744140625, - 0.019317626953125, - 0.06494140625, - -0.037841796875, - 0.0179290771484375, - 0.01250457763671875, - 0.01050567626953125, - -0.01654052734375, - -0.05816650390625, - -0.00206756591796875, - -0.02947998046875, - -0.032867431640625, - -0.035858154296875, - 0.0288848876953125, - -0.005901336669921875, - 0.01081085205078125, - 0.0061492919921875, - -0.0036106109619140625, - -0.0284881591796875, - -0.05499267578125, - 0.022216796875, - -0.0106048583984375, + 0.00951385498046875, + 0.0249481201171875, + 0.026824951171875, + 0.0175628662109375, + -0.01788330078125, + -0.0170440673828125, + 0.004261016845703125, + -0.0134124755859375, + 0.061553955078125, + -0.0011243820190429688, + -0.00020956993103027344, + -0.074462890625, + 0.0552978515625, + 0.0180816650390625, + 0.0055084228515625, + 0.009613037109375, + -0.0011501312255859375, + -0.0086822509765625, + -0.00608062744140625, + -0.056549072265625, + 0.01325225830078125, + 0.00537872314453125, + 0.0343017578125, -0.02142333984375, - -0.02459716796875, - 0.050018310546875, - 0.020416259765625, - 0.0197296142578125, - -0.009613037109375, - -0.0019426345825195312, - -0.04742431640625, - -0.0111541748046875, - -0.00881195068359375, - 0.01314544677734375, - -0.01081085205078125, - 0.045623779296875, - 0.039459228515625, - 0.021209716796875, - 0.00687408447265625, - 0.046234130859375, - -0.0010833740234375, - -0.00821685791015625, - 0.0224151611328125, - -0.002353668212890625, - 0.007221221923828125, - 0.0247039794921875, - -0.00101470947265625, - -0.03387451171875, - -0.00986480712890625, - -0.018035888671875, - -0.01195526123046875, - 0.021514892578125, - 0.043243408203125, - 0.02569580078125, - -0.038238525390625, - 0.00470733642578125, - 0.06732177734375, - -0.00921630859375, - 0.08807373046875, - -0.0086669921875, - -0.04461669921875, - 0.01702880859375, - 0.031463623046875, - -0.0210113525390625, - -0.0225067138671875, - 0.029876708984375, - 0.00921630859375, - -0.013946533203125, - 0.0130462646484375, - 0.00986480712890625, - 0.01554107666015625, - 0.0019664764404296875, - 0.0005445480346679688, - 0.0239105224609375, - -0.022308349609375, - 0.0157318115234375, - 0.032073974609375, - -0.01175689697265625, - -0.001743316650390625, - 0.039642333984375, - -0.004184722900390625, - -0.0308837890625, - -0.0229034423828125, - -0.0633544921875, - 0.015838623046875, - 0.032867431640625, - 0.00415802001953125, - 0.060577392578125, - -0.01026153564453125, - -0.07489013671875, - 0.029876708984375, - -0.04144287109375, - 0.054595947265625, - 0.04241943359375, - 0.004657745361328125, - 0.05419921875, - -0.039031982421875, - 0.0269012451171875, - 0.0238037109375, - 0.0262908935546875, - 0.00921630859375, - 0.016632080078125, - 0.0262908935546875, - -0.0164337158203125, - -0.0288848876953125, - 0.023406982421875, - 0.032470703125, - 0.026092529296875, - 0.0167388916015625, - 0.0135498046875, - 0.01190185546875, - 0.0010213851928710938, - -0.0269012451171875, - 0.03765869140625, - 0.03607177734375, - -0.0088653564453125, - 0.0247955322265625, - 0.0038852691650390625, - 0.0039825439453125, - -0.04742431640625, - 0.0103607177734375, - -0.01195526123046875, - 0.0026149749755859375, - 0.03863525390625, - 0.026092529296875, - -0.0828857421875, - 0.0033111572265625, - 0.052978515625, - -0.057373046875, - 0.044830322265625, - 0.03167724609375, - -0.044830322265625, - -0.00403594970703125, - -0.01424407958984375, - -0.0633544921875, - 0.03863525390625, - -0.0254974365234375, - -0.0310821533203125, - -0.00931549072265625, - 0.0113067626953125, - -0.041229248046875, - -0.04901123046875, - -0.01345062255859375, - -0.03546142578125, - -0.0187225341796875, - -0.0145416259765625, - 0.0308837890625, - 0.004878997802734375, - 0.007671356201171875, - 0.0272979736328125, - 0.0292816162109375, - -0.01120758056640625, - -0.03607177734375, - 0.028289794921875, - -0.032073974609375, - -0.045013427734375, - 0.0286865234375, - 0.0054779052734375, - 0.02569580078125, - -0.037445068359375, - -0.050201416015625, - 0.00841522216796875, - -0.01255035400390625, - -0.007320404052734375, - 0.031280517578125, - -0.040252685546875, - -0.054595947265625, - -0.054595947265625, - 0.056976318359375, - -0.0064239501953125, - 0.046417236328125, - 0.0031871795654296875, - -0.0238037109375, - 0.01922607421875, - -0.0633544921875, - -0.00786590576171875, - -0.01702880859375, - -0.0102081298828125, - 0.004184722900390625, - 0.0860595703125, - -0.0217132568359375, - -0.0171356201171875, - -0.01165771484375, - 0.05499267578125, - 0.007022857666015625, - -0.0079193115234375, - -0.0054779052734375, - 0.02081298828125, - 0.035858154296875, - -0.036865234375, - 0.0021038055419921875, - -0.00986480712890625, - -0.0133514404296875, - 0.018035888671875, - -0.038055419921875, - -0.0238037109375, - 0.00667572021484375, - -0.0306854248046875, - -0.035064697265625, - -0.05499267578125, - -0.016937255859375, - -0.04541015625, - 0.0162353515625, - 0.038238525390625, - -0.004283905029296875, - 0.021514892578125, - 0.0152435302734375, - 0.00891876220703125, - 0.0280914306640625, - -0.0015878677368164062, - -0.012847900390625, - 0.026702880859375, - -0.060150146484375, - -0.0254974365234375, - -0.0362548828125, - 0.01105499267578125, - -0.0491943359375, - -0.0018672943115234375, - 0.01593017578125, - -0.0027523040771484375, - 0.041839599609375, - -0.0269012451171875, - -0.0164337158203125, - -0.044219970703125, - -0.0306854248046875, - -0.05499267578125, - -0.01165771484375, - 0.0239105224609375, - -0.0008091926574707031, - -0.01593017578125, - 0.004779815673828125, - 0.0296783447265625, - -0.07171630859375, - 0.0362548828125, - 0.0302886962890625, - 0.000007867813110351562, - 0.0179290771484375, - -0.0243072509765625, - -0.0007224082946777344, - 0.028289794921875, - 0.02569580078125, - -0.00786590576171875, - -0.04901123046875, - -0.08685302734375, - 0.039642333984375, - -0.01434326171875, - 0.00946044921875, - -0.00817108154296875, - -0.027099609375, - -0.05499267578125, - -0.005031585693359375, - 0.048614501953125, - 0.0220184326171875, - 0.01654052734375, - -0.02301025390625, - 0.000591278076171875, - -0.007965087890625, - -0.0340576171875, - 0.031463623046875, - -0.0195159912109375, - 0.0090179443359375, - -0.0250091552734375, - -0.023406982421875, - 0.0141448974609375, - 0.0258941650390625, - 0.021820068359375, - 0.03466796875, - 0.0162353515625, - -0.0186309814453125, - 0.037261962890625, - -0.0217132568359375, - -0.017333984375, - -0.0211181640625, - -0.019622802734375, - 0.02081298828125, - -0.0117034912109375, - -0.0099639892578125, - 0.0201263427734375, - 0.0262908935546875, - 0.0247955322265625, - -0.0269012451171875, - 0.031280517578125, - 0.0137481689453125, - -0.0164337158203125, - 0.07489013671875, - -0.0152435302734375, - -0.050201416015625, - -0.01424407958984375, - 0.000156402587890625, - 0.039642333984375, - 0.03985595703125, - 0.0039825439453125, - -0.036468505859375, - 0.005279541015625, - 0.04541015625, - 0.004856109619140625, - -0.040435791015625, - -0.0194244384765625, - 0.0276947021484375, - 0.0005135536193847656, - 0.028289794921875, - 0.03485107421875, - 0.0633544921875, - -0.0024662017822265625, - -0.0121002197265625, - 0.03607177734375, - 0.0740966796875, - 0.032684326171875, - -0.03326416015625, - -0.051788330078125, - -0.0086669921875, - -0.0008215904235839844, - -0.026092529296875, - -0.04901123046875, - 0.004482269287109375, - 0.0589599609375, - -0.08087158203125, - -0.00612640380859375, - 0.006572723388671875, - 0.0006723403930664062, - 0.01065826416015625, - 0.0023651123046875, - -0.026092529296875, - 0.02569580078125, - 0.0183258056640625, - -0.027099609375, - -0.01055908203125, - -0.0205230712890625, - 0.036865234375, - 0.0513916015625, - 0.017730712890625, - 0.01404571533203125, - 0.032684326171875, - -0.007022857666015625, - 0.0137481689453125, - 0.022308349609375, - 0.048614501953125, - -0.01055908203125, - 0.0141448974609375, - 0.046234130859375, - 0.0709228515625, - -0.0008902549743652344, - 0.00254058837890625, - 0.0460205078125, - 0.0232086181640625, - 0.056976318359375, - 0.07373046875, - 0.006000518798828125, - 0.02301025390625, - 0.0013132095336914062, - -0.0460205078125, - -0.015838623046875, - 0.0167388916015625, - 0.022613525390625, - -0.04364013671875, - -0.0288848876953125, - 0.036865234375, - -0.0482177734375, - 0.00811767578125, - 0.0001806020736694336, - -0.0236053466796875, - -0.019317626953125, - 0.014739990234375, - -0.01006317138671875, - -0.05059814453125, - 0.01593017578125, - -0.015838623046875, - -0.0292816162109375, - -0.031463623046875, - -0.034271240234375, - 0.05218505859375, - -0.0216217041015625, - -0.03228759765625, - -0.0308837890625, - 0.027496337890625, - -0.00991058349609375, - -0.05419921875, - -0.032684326171875, - 0.005405426025390625, - -0.01175689697265625, - -0.03985595703125, - -0.039031982421875, - -0.019927978515625, - 0.0145416259765625, - -0.02459716796875, - -0.01554107666015625, - -0.0088653564453125, - -0.04522705078125, - -0.027496337890625, - 0.0079193115234375, - -0.031280517578125, - 0.038848876953125, - -0.06097412109375, - 0.0201263427734375, - 0.018524169921875, - 0.033660888671875, - 0.0310821533203125, - 0.0721435546875, - -0.0054779052734375, - 0.0006036758422851562, - -0.0225067138671875, - -0.05419921875, - 0.00727081298828125, - 0.027099609375, - 0.0137481689453125, - -0.06097412109375, - 0.00015246868133544922, - 0.044219970703125, - -0.0753173828125, - 0.02142333984375, - 0.01534271240234375, - -0.026702880859375, - -0.050811767578125, - 0.027496337890625, - 0.0014696121215820312, - 0.0264892578125, - 0.08245849609375, - 0.0121002197265625, - -0.0286865234375, - 0.01250457763671875, - -0.0491943359375, - 0.07049560546875, - -0.00007355213165283203, - 0.03546142578125, - -0.04083251953125, - 0.029083251953125, - 0.00936126708984375, - -0.0300750732421875, - -0.0018548965454101562, - -0.08648681640625, - -0.00986480712890625, - 0.032867431640625, - 0.018035888671875, - -0.01294708251953125, - -0.0310821533203125, - -0.057769775390625, - -0.01554107666015625, - -0.038238525390625, - 0.01030731201171875, - -0.0023040771484375, - 0.027099609375, - -0.05340576171875, - 0.01155853271484375, - 0.007572174072265625, - -0.04541015625, - -0.045013427734375, - -0.0288848876953125, - 0.01294708251953125, - -0.007965087890625, - -0.060577392578125, - 0.029876708984375, - 0.017730712890625, - -0.01364898681640625, - 0.040435791015625, - 0.037841796875, - -0.03326416015625, - -0.0090179443359375, - -0.01294708251953125, - 0.024200439453125, - 0.002353668212890625, - -0.004405975341796875, - 0.016937255859375, - 0.02191162109375, - 0.00861358642578125, - -0.037261962890625, - 0.04840087890625, - 0.0589599609375, - -0.0229034423828125, - -0.06854248046875, - -0.0264892578125, - -0.017730712890625, - 0.031280517578125, - -0.0121002197265625, - 0.0286865234375, - 0.01314544677734375, - 0.004383087158203125, - -0.1068115234375, - 0.06732177734375, - -0.0284881591796875, - 0.0186309814453125, - 0.01155853271484375, + -0.05780029296875, + -0.024017333984375, + 0.0233917236328125, + 0.000023424625396728516, + -0.031402587890625, + 0.006366729736328125, + 0.030975341796875, + 0.002819061279296875, + -0.026824951171875, + 0.00925445556640625, + -0.0357666015625, + -0.01263427734375, + 0.035552978515625, + -0.0072784423828125, + 0.0008382797241210938, + 0.0188140869140625, + -0.00022745132446289062, + -0.026824951171875, + -0.040130615234375, + 0.00966644287109375, + -0.018707275390625, + 0.028900146484375, + -0.024749755859375, + 0.0272369384765625, + 0.0228729248046875, + -0.0017671585083007812, + 0.0022869110107421875, + -0.0272369384765625, + 0.041168212890625, + 0.0051727294921875, + -0.00670623779296875, + -0.05780029296875, + 0.03887939453125, + -0.02764892578125, + -0.0140380859375, + -0.012420654296875, + -0.0169525146484375, + 0.00504302978515625, + 0.03369140625, + -0.00644683837890625, + -0.01143646240234375, + 0.0274505615234375, + -0.00345611572265625, + -0.014556884765625, + -0.00888824462890625, + -0.0246429443359375, + 0.0140380859375, + -0.0297393798828125, + -0.07232666015625, + 0.0116424560546875, + 0.00951385498046875, + -0.0134124755859375, + 0.0064697265625, + -0.040557861328125, + -0.01091766357421875, + 0.034942626953125, -0.016632080078125, - -0.07769775390625, - -0.0145416259765625, - -0.02301025390625, - 0.00971221923828125, - -0.0183258056640625, - 0.0171356201171875, - -0.020721435546875, - -0.01050567626953125, - -0.00307464599609375, - -0.0292816162109375, - -0.00612640380859375, - 0.047607421875, - 0.0149383544921875, - -0.035247802734375, - 0.04901123046875, - -0.005626678466796875, - -0.00026154518127441406, - -0.007770538330078125, - -0.007320404052734375, - 0.022308349609375, - -0.006923675537109375, - -0.020416259765625, - -0.024505615234375, - 0.0202178955078125, - 0.049407958984375, - 0.0010461807250976562, - 0.00782012939453125, - -0.017730712890625, - 0.0186309814453125, - 0.01314544677734375, - -0.0258941650390625, - 0.005977630615234375, - 0.00782012939453125, - 0.005054473876953125, - -0.0498046875, - -0.060150146484375, - -0.07293701171875, - 0.0262908935546875, - -0.038238525390625, - -0.0064239501953125, - 0.0113067626953125, - 0.01503753662109375, - -0.006473541259765625, - -0.0191192626953125, - 0.0250091552734375, - -0.0113525390625, - -0.033477783203125, + -0.0207977294921875, + -0.0100860595703125, + 0.0230865478515625, + 0.0109710693359375, + -0.01517486572265625, + 0.01528167724609375, + 0.01486968994140625, + -0.004184722900390625, + 0.006809234619140625, + -0.0005588531494140625, + 0.034515380859375, + 0.0848388671875, + -0.0175628662109375, + -0.00042891502380371094, + -0.006053924560546875, + 0.0265045166015625, + 0.00899505615234375, + -0.045318603515625, + 0.035980224609375, + -0.00345611572265625, + 0.041168212890625, + -0.00543212890625, + -0.007537841796875, + -0.01507568359375, + -0.01465606689453125, + -0.006809234619140625, + -0.1064453125, + -0.0213165283203125, -0.0167388916015625, - -0.004878997802734375, - -0.01554107666015625, - 0.01424407958984375, - 0.01554107666015625, - -0.0292816162109375, - 0.02490234375, - -0.016143798828125, - -0.0015497207641601562, - -0.0187225341796875, - -0.026092529296875, - -0.03924560546875, - 0.0003314018249511719, - -0.09002685546875, - -0.03466796875, - 0.022216796875, - 0.02789306640625, - -0.0106048583984375, - -0.041839599609375, - 0.032684326171875, - -0.004856109619140625, - -0.05816650390625, - 0.03546142578125, - -0.00443267822265625, - -0.041839599609375, - 0.018829345703125, - -0.021820068359375, - -0.0035858154296875, - 0.0220184326171875, - 0.036651611328125, - 0.039459228515625, - 0.038848876953125, - -0.0122528076171875, - -0.021209716796875, - -0.0025768280029296875, - -0.015838623046875, - 0.0235137939453125, - 0.031280517578125, - 0.0179290771484375, - 0.0009398460388183594, - 0.00936126708984375, - 0.007320404052734375, - -0.0709228515625, - -0.0254058837890625, - -0.017425537109375, - -0.0438232421875, - 0.00677490234375, - 0.062164306640625, - 0.032073974609375, - -0.0235137939453125, - 0.0400390625, - 0.0513916015625, - 0.02459716796875, - 0.01294708251953125, - -0.00975799560546875, - -0.0645751953125, - -0.01294708251953125, - 0.026702880859375, - 0.0079193115234375, - -0.038848876953125, - 0.0308837890625, - 0.05499267578125, - -0.006076812744140625, - -0.0171356201171875, - -0.0197296142578125, - -0.0020542144775390625, - 0.054595947265625, - 0.00193023681640625, - 0.006099700927734375, - -0.056976318359375, - 0.01314544677734375, - 0.040252685546875, - -0.0187225341796875, - -0.0201263427734375, - -0.00817108154296875, - -0.0384521484375, - 0.05340576171875, - -0.0504150390625, - 0.01239776611328125, - -0.003635406494140625, - 0.07769775390625, - 0.015838623046875, - -0.046417236328125, - -0.01294708251953125, - 0.039031982421875, - 0.0232086181640625, - -0.00951385498046875, - 0.01544189453125, - -0.01404571533203125, - -0.00567626953125, - 0.037261962890625, - 0.048614501953125, - 0.0064239501953125, - 0.040435791015625, - 0.012451171875, - -0.061370849609375, - 0.0160369873046875, - -0.003337860107421875, - 0.00046062469482421875, - -0.00821685791015625, - -0.048004150390625, - -0.0175323486328125, - -0.0645751953125, - 0.0362548828125, - 0.0017805099487304688, - 0.046417236328125, - 0.02789306640625, - 0.0015878677368164062, - -0.01345062255859375, - 0.0190277099609375, - 0.0028133392333984375, + -0.059051513671875, + -0.00899505615234375, + -0.005901336669921875, + -0.00397491455078125, + 0.046356201171875, + -0.033905029296875, + -0.0343017578125, + 0.027862548828125, + 0.016326904296875, + 0.0149688720703125, + 0.01320648193359375, + -0.05157470703125, + -0.043243408203125, + 0.002559661865234375, + 0.036163330078125, + -0.040740966796875, + -0.03472900390625, + -0.0274505615234375, + -0.0496826171875, + -0.0252685546875, + -0.0256805419921875, + 0.003482818603515625, + -0.01226806640625, + 0.028900146484375, + 0.00785064697265625, + -0.004444122314453125, + 0.01413726806640625, + 0.034088134765625, + -0.023284912109375, + -0.063232421875, + -0.0274505615234375, + -0.044708251953125, + -0.001987457275390625, + -0.0264129638671875, + 0.039703369140625, + -0.0049896240234375, + -0.0029621124267578125, + -0.002391815185546875, + 0.0322265625, + 0.03680419921875, + 0.0305633544921875, + 0.01013946533203125, + -0.022979736328125, + -0.004055023193359375, + -0.01143646240234375, + 0.040740966796875, + -0.01018524169921875, + -0.0249481201171875, + 0.006549835205078125, + 0.01039886474609375, + 0.0072784423828125, + -0.00618743896484375, + -0.039093017578125, + -0.0202789306640625, + 0.018707275390625, + -0.0102386474609375, + 0.003742218017578125, + 0.026611328125, + -0.005535125732421875, + 0.07025146484375, + 0.061126708984375, + 0.0036640167236328125, + 0.0293121337890625, + -0.00701904296875, + -0.006496429443359375, + 0.0517578125, + 0.03887939453125, + -0.01424407958984375, + -0.010711669921875, + 0.0428466796875, + 0.0270233154296875, + -0.0004711151123046875, + -0.0097198486328125, + -0.0185089111328125, + -0.0033016204833984375, + -0.025360107421875, + 0.037628173828125, + -0.0125274658203125, + -0.0139312744140625, + -0.0092010498046875, + 0.02069091796875, + 0.00925445556640625, + 0.063232421875, + 0.034515380859375, + -0.0169525146484375, + 0.04595947265625, + -0.0019235610961914062, + 0.00009542703628540039, + 0.05322265625, + -0.01029205322265625, + 0.047607421875, + 0.01486968994140625, + -0.012786865234375, + -0.01715087890625, + 0.029937744140625, + 0.018402099609375, + -0.041168212890625, + -0.005199432373046875, + 0.054901123046875, + -0.020477294921875, + -0.0140380859375, + -0.0274505615234375, + -0.031402587890625, + 0.029937744140625, + -0.01413726806640625, + -0.0130462646484375, + 0.0013513565063476562, + 0.0033016204833984375, + -0.0665283203125, + 0.0029888153076171875, + 0.0140380859375, + 0.00015437602996826172, + 0.01091766357421875, 0.037841796875, - 0.02947998046875, - 0.010955810546875, - -0.00518035888671875, - 0.02081298828125, - 0.0251007080078125, - -0.01294708251953125, - 0.02142333984375, - -0.005405426025390625, - -0.004756927490234375, - -0.05419921875, - 0.01404571533203125, - 0.01235198974609375, - -0.019317626953125, - -0.014739990234375, - -0.0178375244140625, - 0.010955810546875, - -0.0084686279296875, - -0.0645751953125, - -0.031463623046875, - 0.022216796875, - -0.05419921875, - 0.026092529296875, - 0.0296783447265625, - -0.0160369873046875, - 0.00287628173828125, - -0.0645751953125, - 0.09918212890625, - 0.0135498046875, - 0.022216796875, - -0.01434326171875, - 0.0318603515625, - 0.0206146240234375, - 0.0232086181640625, - 0.02301025390625, - 0.00856781005859375, - -0.022216796875, - 0.0362548828125, - 0.0557861328125, - -0.016937255859375, - -0.0288848876953125, - 0.028289794921875, - 0.0107574462890625, - -0.046417236328125, - 0.0310821533203125, - 0.035247802734375, - 0.00946044921875, - 0.0036602020263671875, - -0.02410888671875, - -0.00403594970703125, - -0.052581787109375, - 0.07891845703125, + -0.0189208984375, + -0.051971435546875, + 0.032440185546875, + 0.007381439208984375, + 0.01922607421875, + -0.01273345947265625, + 0.034515380859375, + 0.000896453857421875, + -0.0282745361328125, + 0.04656982421875, + 0.012420654296875, + 0.0213165283203125, + 0.00556182861328125, + -0.033050537109375, + 0.039703369140625, + -0.0357666015625, + 0.019134521484375, + 0.057373046875, + -0.03680419921875, + 0.0112762451171875, + -0.0013446807861328125, + 0.022979736328125, + 0.049072265625, + -0.0286865234375, + -0.00862884521484375, + -0.07818603515625, + 0.004520416259765625, + -0.05218505859375, + -0.0167388916015625, + -0.009613037109375, + -0.054046630859375, + 0.031402587890625, + -0.06280517578125, + -0.009613037109375, + -0.01247406005859375, + 0.00914764404296875, + -0.01538848876953125, + 0.056549072265625, + -0.0114898681640625, + -0.05218505859375, + -0.016845703125, + 0.054473876953125, + 0.0010652542114257812, + -0.00478363037109375, + -0.00467681884765625, + 0.0295257568359375, + -0.0072784423828125, + 0.01018524169921875, + -0.056976318359375, + 0.0170440673828125, + 0.0357666015625, + 0.0238037109375, + 0.0270233154296875, + -0.0175628662109375, + 0.0169525146484375, + -0.0190277099609375, + 0.0328369140625, + -0.035552978515625, + -0.00045800209045410156, + -0.0149688720703125, + 0.007328033447265625, + -0.00992584228515625, + -0.08026123046875, + -0.0189208984375, + 0.0301513671875, + -0.005950927734375, + 0.0010528564453125, + 0.0021305084228515625, + -0.048858642578125, + -0.0044708251953125, + -0.01641845703125, + 0.001422882080078125, + 0.03533935546875, + 0.048248291015625, + -0.033050537109375, + 0.0018587112426757812, + -0.01018524169921875, + 0.01413726806640625, + -0.0224609375, + -0.05780029296875, + -0.0249481201171875, + -0.0190277099609375, + -0.0265045166015625, + -0.0197601318359375, + 0.033050537109375, + -0.029937744140625, + 0.0236968994140625, + -0.01018524169921875, + 0.00045800209045410156, + -0.0256805419921875, + -0.03680419921875, + 0.028076171875, + -0.0154876708984375, + -0.02484130859375, + -0.01538848876953125, + 0.050323486328125, + -0.0032749176025390625, + 0.010498046875, + -0.005222320556640625, + -0.01507568359375, + -0.0399169921875, + 0.01284027099609375, + -0.0133056640625, + 0.01195526123046875, + -0.0165252685546875, + 0.04949951171875, + 0.039093017578125, + 0.0249481201171875, + 0.01132965087890625, + 0.0526123046875, + 0.01507568359375, + -0.042205810546875, + -0.0133056640625, + -0.006031036376953125, + 0.00899505615234375, + 0.023284912109375, + -0.0246429443359375, + -0.0202789306640625, + 0.005222320556640625, + -0.0037689208984375, + 0.004627227783203125, + 0.0293121337890625, + 0.03887939453125, + 0.0264129638671875, + -0.0455322265625, + 0.0015659332275390625, + 0.059478759765625, + -0.0108642578125, + 0.10272216796875, + -0.00925445556640625, + -0.040740966796875, + 0.0254669189453125, + 0.0455322265625, + -0.0177764892578125, + 0.0053558349609375, + 0.033905029296875, + -0.00275421142578125, + 0.0010328292846679688, + 0.009307861328125, + 0.00696563720703125, + 0.035552978515625, + -0.0008087158203125, + 0.0013055801391601562, + 0.005924224853515625, + -0.0120086669921875, + 0.0256805419921875, + 0.033477783203125, + 0.0181884765625, + 0.010711669921875, + 0.050323486328125, + -0.0419921875, + -0.0236968994140625, + -0.032012939453125, + -0.0848388671875, + 0.008209228515625, + 0.026824951171875, + 0.039520263671875, + 0.0517578125, + -0.0372314453125, + -0.063232421875, + 0.0174713134765625, + -0.0107574462890625, + 0.068603515625, + 0.021514892578125, + 0.01486968994140625, + 0.007328033447265625, + -0.0063934326171875, + -0.00940704345703125, + 0.03118896484375, + 0.004055023193359375, + 0.00904083251953125, + 0.0316162109375, + 0.0517578125, + 0.000009834766387939453, + -0.0284881591796875, + 0.007122039794921875, + 0.0188140869140625, + 0.0282745361328125, + 0.006862640380859375, + 0.022552490234375, + 0.0228729248046875, + 0.0125274658203125, + -0.001617431640625, + 0.06195068359375, + 0.01641845703125, + 0.005588531494140625, + 0.02276611328125, + -0.012939453125, + 0.0223541259765625, + -0.0428466796875, + 0.0106048583984375, + 0.005405426025390625, + -0.0177764892578125, + 0.0079498291015625, + 0.043670654296875, + -0.0706787109375, 0.0190277099609375, - -0.00667572021484375, - 0.0247955322265625, - -0.04302978515625, - 0.04144287109375, - 0.007221221923828125, - 0.07373046875, - -0.04541015625, - 0.03607177734375, - -0.0152435302734375, - 0.01155853271484375, - -0.007518768310546875, - 0.0308837890625, - 0.00145721435546875, - 0.01026153564453125, - 0.01125335693359375, - 0.055389404296875, - 0.01120758056640625, - -0.004878997802734375, - -0.066162109375, - 0.005828857421875, - -0.0217132568359375, - 0.01294708251953125, - 0.030487060546875, - -0.0235137939453125, - -0.0152435302734375, - -0.021820068359375, - 0.006076812744140625, - 0.057769775390625, - 0.007518768310546875, - 0.02520751953125, - -0.007770538330078125, - -0.007770538330078125, - -0.0205230712890625, - 0.01190185546875 + 0.040740966796875, + -0.064453125, + 0.04388427734375, + 0.025360107421875, + -0.0245361328125, + 0.00701904296875, + -0.01180267333984375, + -0.05322265625, + 0.016326904296875, + -0.0140380859375, + -0.046173095703125, + 0.0036640167236328125, + 0.020477294921875, + -0.0673828125, + -0.038055419921875, + -0.04345703125, + -0.01154327392578125, + 0.0017671585083007812, + -0.03741455078125, + 0.04095458984375, + -0.01158905029296875, + -0.0007863044738769531, + 0.0343017578125, + 0.050537109375, + 0.00665283203125, + -0.0316162109375, + 0.044921875, + -0.036163330078125, + -0.07861328125, + 0.05010986328125, + -0.01372528076171875, + 0.060699462890625, + -0.036163330078125, + -0.0200653076171875, + 0.0011959075927734375, + 0.0007343292236328125, + 0.01372528076171875, + 0.022979736328125, + -0.046356201171875, + -0.022552490234375, + -0.03887939453125, + 0.047393798828125, + 0.005718231201171875, + 0.036376953125, + -0.022247314453125, + -0.0305633544921875, + 0.0185089111328125, + -0.06195068359375, + -0.044708251953125, + -0.0112762451171875, + 0.006160736083984375, + -0.012786865234375, + 0.07611083984375, + -0.0251617431640625, + -0.0185089111328125, + -0.00665283203125, + 0.048248291015625, + 0.0100860595703125, + 0.0029754638671875, + -0.0455322265625, + 0.032012939453125, + 0.048248291015625, + -0.0673828125, + -0.00774383544921875, + -0.00826263427734375, + 0.00310516357421875, + 0.037841796875, + -0.054901123046875, + 0.01013946533203125, + 0.00909423828125, + -0.0706787109375, + -0.034088134765625, + -0.005771636962890625, + -0.005771636962890625, + -0.041778564453125, + -0.02587890625, + 0.04345703125, + -0.0126800537109375, + 0.028076171875, + 0.003742218017578125, + 0.0044708251953125, + 0.00811004638671875, + -0.00460052490234375, + -0.01861572265625, + 0.02099609375, + -0.06781005859375, + -0.0196533203125, + -0.0211029052734375, + 0.0384521484375, + -0.01029205322265625, + 0.018402099609375, + -0.0035858154296875, + -0.00644683837890625, + 0.05322265625, + -0.054473876953125, + -0.0198516845703125, + 0.01273345947265625, + -0.02764892578125, + -0.0251617431640625, + -0.01003265380859375, + 0.0195465087890625, + 0.004703521728515625, + 0.0116424560546875, + 0.004001617431640625, + 0.061553955078125, + -0.026092529296875, + 0.0419921875, + 0.0167388916015625, + 0.000896453857421875, + 0.01424407958984375, + 0.008941650390625, + 0.0005130767822265625, + 0.00319671630859375, + 0.034942626953125, + -0.00036716461181640625, + -0.037841796875, + -0.071533203125, + 0.03326416015625, + 0.0316162109375, + 0.00284576416015625, + -0.017669677734375, + -0.046173095703125, + -0.0496826171875, + -0.0196533203125, + 0.0511474609375, + 0.0303497314453125, + 0.01018524169921875, + -0.02349853515625, + -0.0165252685546875, + -0.0218353271484375, + 0.00004851818084716797, + 0.0303497314453125, + 0.007434844970703125, + 0.01132965087890625, + -0.022979736328125, + -0.049285888671875, + 0.012939453125, + 0.00665283203125, + 0.028076171875, + 0.036163330078125, + 0.0197601318359375, + -0.01486968994140625, + 0.00982666015625, + -0.0200653076171875, + -0.01206207275390625, + -0.0011568069458007812, + 0.0005130767822265625, + 0.0130462646484375, + -0.0179901123046875, + -0.0197601318359375, + 0.01424407958984375, + 0.008209228515625, + 0.003093719482421875, + -0.0016632080078125, + 0.008056640625, + 0.03118896484375, + -0.01641845703125, + 0.05572509765625, + -0.039306640625, + -0.0384521484375, + -0.0044708251953125, + -0.007171630859375, + 0.0372314453125, + 0.04949951171875, + 0.0033130645751953125, + -0.034088134765625, + 0.0029754638671875, + 0.037841796875, + 0.004184722900390625, + -0.054046630859375, + -0.009979248046875, + 0.01611328125, + -0.00670623779296875, + 0.060302734375, + 0.03326416015625, + 0.09063720703125, + 0.00873565673828125, + 0.0092010498046875, + 0.0328369140625, + 0.04803466796875, + 0.019134521484375, + -0.022247314453125, + -0.045318603515625, + -0.0238037109375, + -0.001247406005859375, + -0.0384521484375, + -0.042205810546875, + -0.0013713836669921875, + 0.07232666015625, + -0.056976318359375, + 0.0022735595703125, + -0.0022602081298828125, + 0.0006561279296875, + 0.002170562744140625, + 0.01486968994140625, + -0.01154327392578125, + 0.02099609375, + 0.040557861328125, + -0.031402587890625, + 0.0238037109375, + -0.033905029296875, + 0.0270233154296875, + 0.0706787109375, + 0.021209716796875, + -0.0114898681640625, + 0.035552978515625, + 0.0097198486328125, + 0.03472900390625, + 0.03118896484375, + 0.0413818359375, + 0.0295257568359375, + 0.01528167724609375, + 0.0582275390625, + 0.051971435546875, + -0.009979248046875, + -0.01117706298828125, + 0.0282745361328125, + 0.0245361328125, + 0.0419921875, + 0.060699462890625, + 0.0056915283203125, + 0.0305633544921875, + -0.0029239654541015625, + -0.050323486328125, + 0.0088348388671875, + 0.01325225830078125, + 0.0196533203125, + -0.03326416015625, + -0.03472900390625, + -0.0021190643310546875, + -0.03326416015625, + 0.0242156982421875, + 0.0207977294921875, + -0.030975341796875, + -0.0203704833984375, + 0.035980224609375, + -0.01413726806640625, + -0.05010986328125, + 0.00847625732421875, + -0.01247406005859375, + -0.0322265625, + -0.035125732421875, + -0.0233917236328125, + 0.032440185546875, + -0.0193328857421875, + -0.0455322265625, + -0.0251617431640625, + 0.0274505615234375, + -0.005405426025390625, + -0.0440673828125, + -0.0244293212890625, + 0.028900146484375, + -0.007537841796875, + -0.056976318359375, + -0.03741455078125, + -0.033905029296875, + 0.01641845703125, + -0.0440673828125, + 0.0036640167236328125, + -0.034515380859375, + -0.03741455078125, + -0.01538848876953125, + -0.016632080078125, + -0.015899658203125, + 0.01221466064453125, + -0.045745849609375, + 0.049285888671875, + 0.0149688720703125, + 0.02587890625, + 0.03326416015625, + 0.06817626953125, + 0.004833221435546875, + -0.01195526123046875, + -0.0205841064453125, + -0.074462890625, + -0.0160064697265625, + 0.00914764404296875, + -0.00293731689453125, + -0.05572509765625, + 0.0012407302856445312, + 0.059051513671875, + -0.056549072265625, + 0.0218353271484375, + -0.01538848876953125, + -0.01580810546875, + -0.054473876953125, + 0.00421142578125, + -0.00847625732421875, + 0.01788330078125, + 0.099365234375, + -0.020477294921875, + -0.005069732666015625, + -0.01465606689453125, + -0.03533935546875, + 0.0706787109375, + -0.002170562744140625, + 0.027862548828125, + -0.036590576171875, + 0.0079498291015625, + 0.0241241455078125, + -0.0202789306640625, + 0.021514892578125, + -0.07025146484375, + 0.0213165283203125, + 0.04095458984375, + 0.0274505615234375, + -0.01154327392578125, + -0.01413726806640625, + -0.047393798828125, + -0.02349853515625, + -0.032012939453125, + 0.0301513671875, + 0.026824951171875, + 0.004886627197265625, + -0.034088134765625, + 0.00878143310546875, + 0.0203704833984375, + -0.05364990234375, + -0.0526123046875, + -0.03326416015625, + 0.03826904296875, + -0.0093536376953125, + -0.0384521484375, + 0.043243408203125, + 0.0284881591796875, + 0.005535125732421875, + 0.006809234619140625, + 0.06280517578125, + -0.037841796875, + -0.003612518310546875, + 0.01372528076171875, + -0.0010652542114257812, + -0.0077972412109375, + -0.0003249645233154297, + 0.01424407958984375, + -0.003925323486328125, + 0.0190277099609375, + -0.039520263671875, + 0.033905029296875, + 0.04595947265625, + -0.054901123046875, + -0.074462890625, + -0.05780029296875, + -0.0081634521484375, + -0.004703521728515625, + -0.02764892578125, + 0.0236968994140625, + -0.0006365776062011719, + -0.01861572265625, + -0.110595703125, + 0.032012939453125, + -0.01476287841796875, + 0.01351165771484375, + 0.006134033203125, + -0.05072021484375, + -0.0526123046875, + -0.0673828125, + -0.00574493408203125, + 0.02142333984375, + -0.0264129638671875, + 0.0307769775390625, + -0.012786865234375, + 0.01580810546875, + 0.01158905029296875, + -0.01361846923828125, + 0.00328826904296875, + 0.050323486328125, + 0.01226806640625, + -0.0307769775390625, + 0.057373046875, + -0.030975341796875, + 0.00548553466796875, + -0.0006628036499023438, + 0.003093719482421875, + 0.0002551078796386719, + -0.0286865234375, + -0.008209228515625, + 0.0036640167236328125, + 0.040557861328125, + 0.02069091796875, + -0.0241241455078125, + 0.0205841064453125, + -0.029937744140625, + 0.02911376953125, + 0.0134124755859375, + -0.0198516845703125, + 0.01413726806640625, + 0.0108642578125, + -0.03533935546875, + -0.005718231201171875, + -0.04241943359375, + -0.06781005859375, + 0.0216217041015625, + -0.047393798828125, + -0.0236053466796875, + 0.00434112548828125, + 0.03826904296875, + 0.00556182861328125, + -0.0207977294921875, + 0.0196533203125, + -0.04095458984375, + 0.0109710693359375, + -0.025360107421875, + 0.013824462890625, + 0.010711669921875, + 0.00904083251953125, + 0.01861572265625, + -0.0284881591796875, + 0.0093536376953125, + -0.001644134521484375, + 0.006603240966796875, + -0.0274505615234375, + -0.016845703125, + -0.010498046875, + 0.002780914306640625, + -0.06695556640625, + -0.0134124755859375, + 0.0157012939453125, + 0.0316162109375, + 0.00878143310546875, + -0.00977325439453125, + 0.041595458984375, + -0.0154876708984375, + -0.054473876953125, + 0.019439697265625, + -0.006053924560546875, + -0.03326416015625, + 0.0188140869140625, + -0.0016241073608398438, + 0.00878143310546875, + 0.0109710693359375, + 0.025360107421875, + 0.03326416015625, + 0.0244293212890625, + 0.00670623779296875, + -0.029937744140625, + -0.01309967041015625, + -0.032012939453125, + 0.00966644287109375, + 0.0272369384765625, + 0.020172119140625, + -0.0041046142578125, + 0.02069091796875, + -0.00701904296875, + -0.07403564453125, + -0.02764892578125, + -0.0228729248046875, + -0.07525634765625, + 0.01029205322265625, + 0.06817626953125, + 0.007694244384765625, + -0.0077972412109375, + 0.034942626953125, + 0.06195068359375, + 0.031402587890625, + 0.0100860595703125, + -0.00899505615234375, + -0.06817626953125, + -0.0052490234375, + -0.004520416259765625, + 0.0114898681640625, + -0.06695556640625, + 0.03741455078125, + 0.064453125, + -0.0193328857421875, + -0.0305633544921875, + -0.007587432861328125, + -0.005458831787109375, + 0.01641845703125, + 0.01091766357421875, + -0.0024566650390625, + -0.0623779296875, + 0.007694244384765625, + 0.0228729248046875, + -0.00023066997528076172, + 0.0055084228515625, + -0.03369140625, + -0.0102386474609375, + 0.04510498046875, + -0.0665283203125, + 0.00013887882232666016, + 0.01995849609375, + 0.04595947265625, + 0.0134124755859375, + -0.02142333984375, + -0.0469970703125, + 0.058624267578125, + 0.025360107421875, + -0.02276611328125, + 0.023284912109375, + 0.01055145263671875, + -0.012939453125, + 0.0216217041015625, + 0.05364990234375, + 0.0228729248046875, + 0.032012939453125, + 0.0162200927734375, + -0.064453125, + 0.006420135498046875, + -0.00022745132446289062, + -0.0012149810791015625, + 0.020172119140625, + -0.035980224609375, + -0.024322509765625, + -0.06195068359375, + 0.0428466796875, + -0.004573822021484375, + 0.0130462646484375, + 0.0001380443572998047, + -0.01081085205078125, + 0.00267791748046875, + 0.0272369384765625, + 0.0160064697265625, + 0.0251617431640625, + 0.04510498046875, + 0.00940704345703125, + 0.0284881591796875, + 0.006366729736328125, + 0.0036640167236328125, + -0.023284912109375, + 0.03887939453125, + -0.054901123046875, + -0.0307769775390625, + -0.0419921875, + -0.0022735595703125, + 0.010498046875, + -0.00644683837890625, + -0.0027294158935546875, + -0.0286865234375, + 0.015594482421875, + -0.017669677734375, + -0.030975341796875, + -0.005092620849609375, + 0.051971435546875, + -0.06402587890625, + 0.0384521484375, + 0.0172576904296875, + -0.0195465087890625, + -0.005588531494140625, + -0.03472900390625, + 0.08856201171875, + 0.0307769775390625, + 0.0004515647888183594, + -0.006755828857421875, + 0.0301513671875, + 0.0012607574462890625, + 0.035980224609375, + 0.0079498291015625, + -0.0003037452697753906, + -0.01424407958984375, + 0.03680419921875, + 0.042205810546875, + -0.011749267578125, + -0.036163330078125, + 0.0303497314453125, + 0.01247406005859375, + -0.044281005859375, + 0.0428466796875, + 0.008575439453125, + 0.0053558349609375, + 0.007328033447265625, + -0.002872467041015625, + -0.0111236572265625, + -0.047210693359375, + 0.043670654296875, + 0.006755828857421875, + -0.0017805099487304688, + 0.0305633544921875, + -0.06903076171875, + 0.04656982421875, + 0.01206207275390625, + 0.06488037109375, + -0.0413818359375, + 0.04864501953125, + 0.004573822021484375, + -0.0252685546875, + -0.01184844970703125, + 0.0211029052734375, + -0.0014362335205078125, + 0.027862548828125, + -0.0134124755859375, + 0.057373046875, + 0.0165252685546875, + -0.021514892578125, + -0.0765380859375, + -0.006862640380859375, + 0.016632080078125, + -0.0031452178955078125, + 0.022552490234375, + -0.0526123046875, + -0.0031452178955078125, + -0.006862640380859375, + 0.01486968994140625, + 0.09063720703125, + -0.00537872314453125, + 0.0265045166015625, + 0.0233917236328125, + -0.01788330078125, + -0.0208892822265625, + -0.0022487640380859375 ], "metadata": { "domains": [ + "incident-response", "static-investigations", - "fraud-investigation", - "incident-response" + "malware-analysis" ], "phases": [ - "examination", - "analysis" + "data-collection", + "examination" ], "tags": [ - "gui", - "deleted-file-recovery", - "metadata-parser", + "command-line", "triage", "system-metadata", - "thumbnail-analysis", - "exif-extraction", - "csam-investigation", - "timeline-creation", - "batch-processing", - "html-reporting", - "hash-export" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_Suricata", - "type": "tool", - "name": "Suricata", - "content": "suricata die open-source-ids/ips-engine der oisf revolutioniert netzwerk-security- monitoring durch multi-threading und moderne protokoll-decoder. lua-scripts ermöglichen custom-detection-logic jenseits einfacher pattern-matching. besonders mächtig: http-keyword-matching in request-bodies, tls-certificate- fingerprinting, dns-tunneling-detection, file-extraction aus netzwerk- streams. die json-ausgabe integriert nahtlos in elk-stack oder splunk. rule-updates von proofpoint, emerging-threats halten signaturen aktuell. bypass-funktionen reduzieren false-positives bei bekanntem traffic. hardware-acceleration durch dpdk/pf_ring steigert performance auf 100gbit+. cluster-mode verteilt load über mehrere instanzen. die engine bildet das herzstück kommerzieller siem-systeme von elastic security bis wazuh. python-output-plugins ermöglichen custom-integrations. unverzichtbar für moderne socs die leistungsstarke threat-detection ohne vendor-lock-in benötigen. der de-facto-standard für open-source-nsm. ids nsm network-forensics analysis", - "embedding": [ - -0.018096923828125, - 0.0267181396484375, - 0.04150390625, - 0.035430908203125, - 0.0250244140625, - 0.0195159912109375, - 0.0129852294921875, - -0.0231170654296875, - -0.026153564453125, - 0.0021915435791015625, - -0.030517578125, - 0.038299560546875, - 0.01013946533203125, - -0.005023956298828125, - -0.060638427734375, - 0.05572509765625, - 0.0017414093017578125, - -0.00919342041015625, - 0.01326751708984375, - 0.019805908203125, - -0.0152587890625, - -0.0107574462890625, - -0.051544189453125, - -0.0028438568115234375, - -0.0194244384765625, - -0.0047607421875, - 0.0166778564453125, - -0.06292724609375, - -0.0076751708984375, - 0.00885772705078125, - 0.01554107666015625, - -0.0322265625, - 0.008575439453125, - 0.03204345703125, - -0.00124359130859375, - -0.031463623046875, - 0.034881591796875, - -0.05230712890625, - -0.0135498046875, - 0.0428466796875, - -0.024444580078125, - 0.038848876953125, - 0.0033397674560546875, - -0.00971221923828125, - -0.0274810791015625, - -0.053436279296875, - -0.0036258697509765625, - -0.021697998046875, - 0.01885986328125, - -0.0293731689453125, - 0.02691650390625, - 0.01515960693359375, - 0.01335906982421875, - -0.0002887248992919922, - -0.0504150390625, - 0.009429931640625, - 0.028045654296875, - -0.003246307373046875, - -0.03753662109375, - 0.050811767578125, - -0.028045654296875, - -0.007297515869140625, - -0.005733489990234375, - -0.01232147216796875, - 0.023590087890625, - 0.00649261474609375, - -0.01506805419921875, - -0.0291900634765625, - 0.001800537109375, - -0.00762939453125, - 0.0272979736328125, - -0.02691650390625, - 0.001125335693359375, - 0.0257720947265625, - -0.029571533203125, - -0.031463623046875, - 0.015350341796875, - 0.02142333984375, - 0.0176239013671875, - 0.0140228271484375, - -0.038665771484375, - 0.01198577880859375, - 0.0504150390625, - -0.00653839111328125, - -0.010284423828125, - -0.01279449462890625, - 0.0360107421875, - -0.00701141357421875, - 0.016876220703125, - 0.005329132080078125, - 0.004169464111328125, - -0.0089569091796875, - 0.053070068359375, - -0.001575469970703125, - 0.04095458984375, - 0.056854248046875, - -0.03961181640625, - -0.0272979736328125, - -0.0017766952514648438, - 0.04150390625, - 0.0174407958984375, - -0.0209503173828125, - 0.047576904296875, - -0.020751953125, - 0.059906005859375, - -0.01364898681640625, - 0.00881195068359375, - -0.036376953125, - 0.0221710205078125, - 0.00791168212890625, - -0.100830078125, - -0.0394287109375, - -0.01374053955078125, - -0.06707763671875, - -0.0236968994140625, - -0.006443023681640625, - -0.0159149169921875, - 0.025970458984375, - -0.051177978515625, - -0.039794921875, - 0.0299530029296875, - 0.031829833984375, - 0.0152587890625, - 0.0265350341796875, - -0.035430908203125, - -0.065185546875, - 0.004669189453125, - 0.008575439453125, - -0.03070068359375, - -0.0200958251953125, - -0.019989013671875, - -0.0080108642578125, - -0.017913818359375, - -0.0293731689453125, - -0.0009360313415527344, - -0.0152587890625, - 0.035247802734375, - -0.00145721435546875, - -0.0181884765625, - -0.00701141357421875, - 0.044342041015625, - -0.004669189453125, - -0.068603515625, - -0.002498626708984375, - -0.03961181640625, - -0.038848876953125, - -0.0193328857421875, - 0.04302978515625, - -0.0254058837890625, - 0.001232147216796875, - -0.0094757080078125, - 0.01335906982421875, - 0.0576171875, - -0.0063018798828125, - 0.05572509765625, - -0.020660400390625, - 0.007343292236328125, - -0.0085296630859375, - 0.050811767578125, - -0.004596710205078125, - -0.023223876953125, - -0.00013184547424316406, - 0.00238037109375, - 0.005970001220703125, - -0.00113677978515625, - -0.01364898681640625, - -0.0020618438720703125, - 0.026153564453125, - 0.027679443359375, - -0.003269195556640625, - 0.034881591796875, - -0.00829315185546875, - 0.047760009765625, - 0.052703857421875, - -0.00696563720703125, - 0.01904296875, - -0.00030803680419921875, - 0.003505706787109375, - 0.00762939453125, - 0.016876220703125, - -0.020843505859375, - 0.003269195556640625, - 0.047760009765625, - -0.006443023681640625, - -0.0008649826049804688, - -0.01326751708984375, - -0.016387939453125, - 0.01165771484375, - -0.042083740234375, - 0.03277587890625, - -0.044158935546875, - -0.0135498046875, - -0.03448486328125, - 0.02862548828125, - 0.0272979736328125, - 0.040740966796875, - -0.0051422119140625, - -0.03277587890625, - 0.040557861328125, - -0.00786590576171875, - 0.023590087890625, - 0.0284271240234375, - -0.00909423828125, - 0.0213165283203125, - 0.02178955078125, - -0.002452850341796875, - -0.0038623809814453125, - 0.018096923828125, - 0.02691650390625, - -0.02264404296875, - 0.006206512451171875, - 0.060272216796875, - -0.01459503173828125, - -0.03375244140625, - -0.0201873779296875, - -0.038299560546875, - 0.01904296875, - -0.007343292236328125, - -0.0219879150390625, - 0.0248260498046875, - -0.00962066650390625, - -0.0254058837890625, - -0.00004851818084716797, - 0.038482666015625, - -0.031646728515625, - 0.04150390625, - 0.045867919921875, - -0.0116119384765625, - -0.00872039794921875, - 0.03582763671875, - 0.047760009765625, - 0.0015163421630859375, - 0.01146697998046875, - -0.010894775390625, - -0.0218963623046875, - -0.0122222900390625, - 0.0230255126953125, - 0.059906005859375, - 0.0086212158203125, - 0.0394287109375, - -0.005519866943359375, - 0.010284423828125, - 0.0038852691650390625, - 0.043975830078125, - 0.04718017578125, - -0.047760009765625, - -0.01364898681640625, - 0.018768310546875, - 0.031829833984375, - 0.0445556640625, - -0.053070068359375, - 0.00975799560546875, - -0.059906005859375, - 0.0291900634765625, - -0.08111572265625, - -0.036590576171875, - -0.02880859375, - -0.049285888671875, - 0.0435791015625, - -0.007770538330078125, - -0.01165771484375, - -0.0067291259765625, - 0.017242431640625, - 0.0166778564453125, - 0.036773681640625, - 0.00145721435546875, - -0.037139892578125, - -0.00383758544921875, - 0.0689697265625, - -0.0176239013671875, - -0.023590087890625, - -0.00739288330078125, - 0.052703857421875, - -0.00589752197265625, - 0.02142333984375, - -0.0216064453125, - 0.0089569091796875, - 0.0291900634765625, - 0.0267181396484375, - 0.05535888671875, - -0.01450347900390625, - 0.0006365776062011719, - -0.0183868408203125, - 0.044921875, - -0.0504150390625, - 0.0165863037109375, - -0.031829833984375, - -0.00971221923828125, - 0.01800537109375, - -0.059906005859375, - 0.0183868408203125, - 0.0177154541015625, - 0.02056884765625, - 0.0263519287109375, - 0.0147857666015625, - -0.051544189453125, - 0.02178955078125, - 0.0036258697509765625, - 0.00010585784912109375, - 0.01468658447265625, - 0.07012939453125, - -0.0218963623046875, - 0.00214385986328125, - -0.01146697998046875, - 0.0019550323486328125, - -0.03204345703125, - -0.016204833984375, - -0.03411865234375, - -0.0194244384765625, - -0.044158935546875, - -0.0303192138671875, - 0.017913818359375, - -0.01123046875, - 0.016876220703125, - -0.00962066650390625, - -0.00518798828125, - -0.02862548828125, - -0.04132080078125, - -0.0173492431640625, - -0.031280517578125, - -0.07354736328125, - -0.0445556640625, - 0.05230712890625, - 0.0284271240234375, - 0.02227783203125, - -0.003910064697265625, - 0.0156402587890625, - -0.04681396484375, - 0.00691986083984375, - -0.0250244140625, - 0.01421356201171875, - 0.011138916015625, - 0.04681396484375, - 0.0090484619140625, - 0.0174407958984375, - 0.034698486328125, - 0.076171875, - 0.01013946533203125, - 0.00225067138671875, - -0.006351470947265625, - 0.005733489990234375, - 0.00919342041015625, - 0.0377197265625, - -0.0174407958984375, - -0.015350341796875, - -0.00909423828125, - -0.01013946533203125, - 0.016021728515625, - 0.00762939453125, - 0.01629638671875, - 0.01468658447265625, - -0.0201873779296875, - 0.00357818603515625, - 0.060638427734375, - 0.002498626708984375, - 0.09136962890625, - -0.0090484619140625, - -0.028045654296875, - 0.00447845458984375, - 0.0360107421875, - -0.050811767578125, - 0.024444580078125, - 0.03448486328125, - 0.03753662109375, - 0.00653839111328125, - 0.036376953125, - 0.0037441253662109375, - 0.049285888671875, - -0.018096923828125, - -0.01515960693359375, - 0.0239715576171875, - 0.01715087890625, - 0.00824737548828125, - 0.0267181396484375, - 0.03997802734375, - 0.0094757080078125, - 0.06597900390625, - -0.0299530029296875, - -0.01629638671875, - -0.05572509765625, - -0.0716552734375, - 0.01241302490234375, - 0.0239715576171875, - -0.0004737377166748047, - 0.04888916015625, - -0.042266845703125, - -0.0902099609375, - 0.035247802734375, - -0.038299560546875, - 0.07733154296875, - 0.03997802734375, - 0.0282440185546875, - 0.029754638671875, - -0.018096923828125, - -0.0176239013671875, - 0.03619384765625, - -0.007343292236328125, - 0.038299560546875, - 0.0712890625, - -0.0011138916015625, - -0.00601959228515625, - -0.009857177734375, - 0.005023956298828125, - 0.034698486328125, - -0.0089569091796875, - -0.01800537109375, - 0.025970458984375, - 0.017059326171875, - 0.029754638671875, - -0.007061004638671875, - 0.04150390625, - 0.031829833984375, - -0.0308990478515625, - 0.027862548828125, - -0.0034122467041015625, - 0.030517578125, - -0.0614013671875, - 0.004383087158203125, - 0.01018524169921875, - -0.003055572509765625, - 0.02056884765625, - 0.0210418701171875, - -0.0218963623046875, - -0.0195159912109375, - 0.04473876953125, - -0.0799560546875, - 0.0116119384765625, - 0.0193328857421875, - 0.01151275634765625, - 0.00023102760314941406, - -0.033935546875, - -0.054962158203125, - 0.0229339599609375, - -0.038299560546875, - -0.024169921875, - 0.00782012939453125, - 0.0202789306640625, - -0.040191650390625, - -0.0220794677734375, - -0.0166778564453125, - -0.0010900497436523438, - -0.0250244140625, - -0.0267181396484375, - 0.0290069580078125, - -0.0184783935546875, - -0.03924560546875, - 0.038665771484375, - 0.002132415771484375, - -0.0094757080078125, - -0.0394287109375, - 0.0230255126953125, - -0.0322265625, - -0.0445556640625, - 0.02520751953125, - 0.0099945068359375, - 0.0148773193359375, - -0.01629638671875, - -0.0017414093017578125, - -0.0227508544921875, - 0.045501708984375, - -0.0010900497436523438, - 0.003246307373046875, - -0.0723876953125, - -0.03277587890625, - -0.049652099609375, - 0.04815673828125, - 0.020660400390625, - 0.033355712890625, - -0.01142120361328125, - -0.06707763671875, - 0.013458251953125, - -0.053436279296875, - -0.017242431640625, - -0.01270294189453125, - 0.026153564453125, - -0.01326751708984375, - 0.059906005859375, - -0.00876617431640625, - 0.002712249755859375, - -0.0228424072265625, - 0.047943115234375, - 0.0174407958984375, - -0.0191497802734375, - -0.045684814453125, - 0.03204345703125, - 0.042083740234375, - -0.047393798828125, - -0.0032939910888671875, - -0.00044417381286621094, - -0.006824493408203125, - 0.068603515625, - -0.0640869140625, - 0.00431060791015625, - -0.024169921875, - -0.0689697265625, - -0.0250244140625, - -0.027099609375, - -0.0308990478515625, - -0.05419921875, - 0.029571533203125, - 0.01198577880859375, - 0.0185699462890625, - 0.035247802734375, - 0.0005478858947753906, - -0.01450347900390625, - 0.0193328857421875, - -0.00516510009765625, - -0.01241302490234375, - 0.004405975341796875, - -0.024169921875, - -0.0254058837890625, - -0.01142120361328125, - 0.036590576171875, - -0.0173492431640625, - -0.0008349418640136719, - -0.00014138221740722656, - -0.01241302490234375, - 0.036956787109375, - -0.0343017578125, - 0.0004353523254394531, - -0.00848388671875, - -0.04644775390625, - -0.0282440185546875, - -0.0233154296875, - 0.00469207763671875, - 0.024444580078125, - -0.0040283203125, - 0.02691650390625, - 0.0272979736328125, - -0.029571533203125, - 0.01629638671875, - 0.0255889892578125, - -0.04339599609375, - 0.00495147705078125, - -0.0004649162292480469, - 0.002475738525390625, - -0.0194244384765625, - 0.023590087890625, - -0.0267181396484375, - -0.036590576171875, - -0.0640869140625, - 0.03582763671875, - -0.0120391845703125, - -0.0158233642578125, - -0.0192413330078125, - -0.018096923828125, - -0.040740966796875, - -0.040191650390625, - 0.0174407958984375, - 0.0411376953125, - 0.0013742446899414062, - -0.019805908203125, - -0.01374053955078125, - -0.01165771484375, - -0.03997802734375, - 0.028045654296875, - -0.01468658447265625, - 0.007297515869140625, - -0.020660400390625, - -0.058013916015625, - 0.024444580078125, - 0.0138397216796875, - 0.0310821533203125, - 0.0107574462890625, - 0.0282440185546875, - -0.0181884765625, - 0.01374053955078125, - -0.01544952392578125, - 0.007534027099609375, - -0.01241302490234375, - 0.001575469970703125, - 0.004337310791015625, - -0.03448486328125, - 0.017242431640625, - 0.0121307373046875, - 0.0108489990234375, - 0.0085296630859375, - 0.005306243896484375, - -0.047943115234375, - 0.045867919921875, - 0.0018949508666992188, - 0.05230712890625, - -0.043792724609375, - -0.06292724609375, - 0.01971435546875, - 0.0099945068359375, - 0.031280517578125, - 0.034881591796875, - 0.01270294189453125, - -0.0299530029296875, - 0.015350341796875, - 0.04150390625, - -0.0203704833984375, - -0.05194091796875, - -0.037353515625, - 0.0029964447021484375, - 0.01554107666015625, - 0.0640869140625, - -0.0012559890747070312, - 0.0784912109375, - 0.02520751953125, - -0.0076751708984375, - 0.024078369140625, - 0.060638427734375, - 0.006206512451171875, - -0.0181884765625, - -0.04888916015625, - -0.00701141357421875, - 0.05230712890625, - -0.047393798828125, - -0.038299560546875, - -0.033172607421875, - 0.049285888671875, - -0.06634521484375, - -0.0103302001953125, - -0.0274810791015625, - -0.00004458427429199219, - -0.003910064697265625, - -0.01004791259765625, - -0.008575439453125, - 0.033935546875, - -0.0094757080078125, - -0.032989501953125, - 0.033538818359375, - -0.017913818359375, - 0.00649261474609375, - 0.04833984375, - 0.031463623046875, - -0.002346038818359375, - 0.02880859375, - 0.006206512451171875, - 0.031280517578125, - 0.036956787109375, - 0.0089569091796875, - 0.0203704833984375, - 0.0248260498046875, - 0.0299530029296875, - 0.07427978515625, - -0.035064697265625, - -0.04302978515625, - 0.0159149169921875, - 0.033355712890625, - 0.031280517578125, - 0.0257720947265625, - 0.005756378173828125, - 0.013458251953125, - -0.00975799560546875, - -0.0380859375, - 0.03240966796875, - -0.0267181396484375, - -0.0274810791015625, - -0.0185699462890625, - -0.0360107421875, - 0.0184783935546875, - -0.0183868408203125, - 0.0445556640625, - 0.0177154541015625, - -0.022369384765625, - -0.0147857666015625, - 0.053436279296875, - -0.043212890625, - -0.043792724609375, - 0.004856109619140625, - 0.002475738525390625, - -0.0257720947265625, - -0.040191650390625, - -0.008148193359375, - 0.051177978515625, - -0.0111846923828125, - -0.07696533203125, - -0.031829833984375, - 0.04718017578125, - -0.0025119781494140625, - -0.0175323486328125, - -0.0011434555053710938, - 0.017913818359375, - -0.0212249755859375, - -0.04718017578125, - -0.05572509765625, - -0.0138397216796875, - 0.002452850341796875, - -0.0272979736328125, - -0.0027008056640625, - 0.007343292236328125, - -0.00928497314453125, - -0.033172607421875, - -0.005260467529296875, - -0.029754638671875, - 0.0263519287109375, - -0.04815673828125, - 0.04150390625, - 0.01497650146484375, - 0.0221710205078125, - 0.031646728515625, - 0.05609130859375, - 0.014404296875, - -0.003269195556640625, - -0.0010013580322265625, - -0.04339599609375, - 0.0104217529296875, - 0.004428863525390625, - 0.00009328126907348633, - -0.0675048828125, - 0.01194000244140625, - 0.04473876953125, - -0.05572509765625, - 0.0036716461181640625, - 0.0108489990234375, - -0.01288604736328125, - -0.07012939453125, - 0.01506805419921875, - -0.0002841949462890625, - 0.006256103515625, - 0.07769775390625, - -0.00696563720703125, - -0.0274810791015625, - -0.007579803466796875, - -0.0250244140625, - 0.049652099609375, - 0.01364898681640625, - 0.01108551025390625, - -0.02142333984375, - 0.005474090576171875, - 0.0284271240234375, - -0.0237884521484375, - 0.0218963623046875, - -0.08453369140625, - -0.0219879150390625, - 0.0284271240234375, - 0.0173492431640625, - -0.006160736083984375, - -0.01009368896484375, - -0.054595947265625, - -0.022369384765625, - -0.022552490234375, - 0.02264404296875, - 0.03411865234375, - 0.01270294189453125, - -0.02520751953125, - -0.0117950439453125, - -0.00604248046875, - -0.06103515625, - -0.037139892578125, - -0.0192413330078125, - 0.02691650390625, - 0.003696441650390625, - -0.046234130859375, - 0.008148193359375, - -0.0002841949462890625, - 0.044921875, - 0.031829833984375, - 0.03619384765625, - -0.0504150390625, - -0.023590087890625, - 0.016387939453125, - 0.034698486328125, - -0.00214385986328125, - -0.015350341796875, - -0.01800537109375, - 0.01198577880859375, - 0.0229339599609375, - -0.029754638671875, - 0.037353515625, - 0.040374755859375, - -0.021697998046875, - -0.050811767578125, - -0.017913818359375, - -0.050048828125, - 0.0380859375, - 0.00975799560546875, - 0.049652099609375, - -0.0089111328125, - -0.016876220703125, - -0.078857421875, - 0.046051025390625, - -0.0167694091796875, - 0.024444580078125, - 0.0183868408203125, - -0.0267181396484375, - -0.04888916015625, - -0.038482666015625, - -0.033538818359375, - 0.00928497314453125, - -0.0239715576171875, - 0.038482666015625, - 0.024169921875, - 0.0009474754333496094, - 0.01971435546875, - 0.0016469955444335938, - -0.0016231536865234375, - 0.038482666015625, - 0.021697998046875, - -0.042266845703125, - 0.0894775390625, - -0.036956787109375, - 0.0201873779296875, - -0.01554107666015625, - 0.005283355712890625, - -0.0104217529296875, - -0.0007758140563964844, - -0.03961181640625, - -0.0138397216796875, - 0.038299560546875, - 0.0166778564453125, - -0.01629638671875, - 0.027679443359375, - -0.0094757080078125, - 0.0216064453125, - 0.0112762451171875, - -0.022552490234375, - 0.00833892822265625, - 0.002593994140625, - -0.01611328125, - 0.014312744140625, - -0.05230712890625, - -0.051177978515625, - 0.016387939453125, - -0.0380859375, - -0.0056610107421875, - -0.01009368896484375, - 0.03619384765625, - 0.012603759765625, - -0.05230712890625, - 0.0246429443359375, - -0.022552490234375, - -0.001361846923828125, - -0.0157318115234375, - 0.00447845458984375, - -0.023406982421875, - 0.0435791015625, - 0.01251220703125, - -0.0310821533203125, - 0.0140228271484375, - 0.012603759765625, - -0.027099609375, - -0.029571533203125, - -0.00278472900390625, - -0.028045654296875, - 0.027679443359375, - -0.0689697265625, - -0.01165771484375, - 0.020843505859375, - 0.042449951171875, - 0.006633758544921875, - -0.038299560546875, - 0.053070068359375, - -0.0272979736328125, - -0.047576904296875, - 0.0254058837890625, - -0.01412200927734375, - -0.04132080078125, - 0.04852294921875, - -0.0156402587890625, - 0.0140228271484375, - -0.0147857666015625, - 0.03375244140625, - 0.0202789306640625, - 0.035064697265625, - 0.015350341796875, - -0.038482666015625, - -0.0049285888671875, - -0.012603759765625, - 0.031829833984375, - 0.0140228271484375, - 0.02227783203125, - 0.0121307373046875, - 0.032989501953125, - 0.0049285888671875, - -0.09857177734375, - 0.00521087646484375, - -0.03240966796875, - -0.047760009765625, - -0.00975799560546875, - 0.061798095703125, - 0.033538818359375, - 0.004192352294921875, - 0.021697998046875, - 0.046234130859375, - 0.0377197265625, - -0.00214385986328125, - 0.0024051666259765625, - -0.0538330078125, - -0.0015516281127929688, - 0.0139312744140625, - 0.038665771484375, - -0.06329345703125, - 0.036773681640625, - 0.082275390625, - -0.024169921875, - -0.00135040283203125, - 0.016021728515625, - -0.0122222900390625, - 0.023406982421875, - 0.03961181640625, - 0.0227508544921875, - -0.06256103515625, - -0.004642486572265625, - 0.0194244384765625, - 0.00521087646484375, - -0.00018727779388427734, - 0.01374053955078125, - -0.00604248046875, - 0.04168701171875, - -0.0716552734375, - -0.002155303955078125, - 0.01270294189453125, - 0.078857421875, - -0.0080108642578125, - -0.023406982421875, - 0.0099945068359375, - 0.03277587890625, - 0.02862548828125, - -0.03070068359375, - -0.01241302490234375, - 0.006443023681640625, - 0.004547119140625, - 0.00795745849609375, - 0.058380126953125, - 0.00975799560546875, - 0.03240966796875, - 0.034881591796875, - -0.03204345703125, - 0.047943115234375, - 0.004619598388671875, - 0.01459503173828125, - -0.00246429443359375, - -0.038848876953125, - -0.0140228271484375, - -0.037353515625, - 0.0229339599609375, - 0.0343017578125, - 0.026153564453125, - 0.0055694580078125, - -0.00604248046875, - 0.0089569091796875, - 0.0037670135498046875, - 0.02178955078125, - 0.027862548828125, - 0.038848876953125, - 0.0012731552124023438, - 0.0308990478515625, - 0.01554107666015625, - -0.01459503173828125, - 0.0012674331665039062, - 0.046051025390625, - -0.046051025390625, - 0.0175323486328125, - -0.0219879150390625, - -0.0025234222412109375, - 0.0111846923828125, - -0.027099609375, - -0.0177154541015625, - -0.033172607421875, - 0.0165863037109375, - -0.027862548828125, - -0.03448486328125, - -0.008148193359375, - 0.042083740234375, - -0.042633056640625, - 0.007579803466796875, - 0.027099609375, - -0.002109527587890625, - 0.01142120361328125, - -0.0377197265625, - 0.08795166015625, - 0.02142333984375, - 0.0282440185546875, - -0.0098114013671875, - 0.016876220703125, - 0.02227783203125, - -0.032989501953125, - 0.016387939453125, - 0.041900634765625, - -0.0006279945373535156, - 0.053436279296875, - 0.01421356201171875, - 0.00966644287109375, - -0.0682373046875, - 0.0267181396484375, - 0.007343292236328125, - -0.033355712890625, - 0.05572509765625, - -0.0031280517578125, - 0.025970458984375, - 0.002796173095703125, - 0.005237579345703125, - -0.0257720947265625, - -0.05609130859375, - 0.050811767578125, - 0.0159149169921875, - -0.017059326171875, - -0.01004791259765625, - -0.053436279296875, - 0.06365966796875, - 0.0229339599609375, - 0.0689697265625, - -0.046630859375, - 0.044921875, - -0.031280517578125, - 0.01335906982421875, - -0.0017061233520507812, - 0.0257720947265625, - -0.012603759765625, - 0.0274810791015625, - -0.042266845703125, - 0.034881591796875, - 0.035430908203125, - 0.0182952880859375, - -0.05194091796875, - 0.0017299652099609375, - 0.01270294189453125, - -0.00962066650390625, - 0.032989501953125, - -0.06365966796875, - -0.016204833984375, - 0.027099609375, - 0.0380859375, - 0.07012939453125, - -0.0108489990234375, - 0.033355712890625, - -0.0130767822265625, - 0.00400543212890625, - 0.0158233642578125, - -0.043792724609375 - ], - "metadata": { - "domains": [ - "network-forensics" - ], - "phases": [ - "analysis" - ], - "tags": [ - "ids", - "nsm" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Plaso__log2timeline_", - "type": "tool", - "name": "Plaso (log2timeline)", - "content": "plaso (log2timeline) der industrielle timeline-generator extrahiert zeitstempel aus hunderten artefakt-typen für lückenlose aktivitäts-rekonstruktion. parsers für windows event logs, registry, prefetch, browser-history, mobile apps, cloud-services und linux-logs. die storage-architektur verarbeitet massendaten effizient. output in standardisierten formaten für elasticsearch, timesketch oder csv. besonders wertvoll: normalisierung verschiedener zeitstempel-formate und zeitzonen in utc. filterung nach zeitraum, artefakt-typ oder keywords. die modulare parser-architektur erlaubt einfache erweiterung für neue formate. psort sortiert und dedupliziert events. analysis-plugins erkennen anomalien wie timestomping. docker-support vereinfacht deployment. die performance bei sehr großen datensätzen kann leiden, aber die vollständigkeit der timeline ist unübertroffen. integration mit timesketch für kollaborative analyse macht es zum forensik-kraftpaket. command-line timeline log-parser cross-platform timeline-merge time-normalization artifact-parser elasticsearch-export docker-support timestomping-detection modular-parsers batch-processing incident-response static-investigations network-forensics cloud-forensics mobile-forensics data-collection examination", - "embedding": [ - -0.0204925537109375, - 0.037811279296875, - 0.05621337890625, - -0.019500732421875, - 0.0253448486328125, - 0.0201873779296875, - 0.006259918212890625, - -0.007770538330078125, - -0.0028209686279296875, - 0.0233612060546875, - -0.00945281982421875, - 0.037811279296875, - 0.01346588134765625, - -0.0287017822265625, - -0.04730224609375, - 0.0570068359375, - -0.0048980712890625, - 0.008758544921875, - -0.005718231201171875, - -0.00801849365234375, - -0.032470703125, - -0.00591278076171875, - -0.05462646484375, - -0.0089569091796875, - -0.005420684814453125, - 0.0161285400390625, - -0.018310546875, - -0.063720703125, - 0.0038852691650390625, - 0.00945281982421875, - 0.0269317626953125, - -0.0165252685546875, - 0.0107421875, - 0.007572174072265625, - -0.004802703857421875, - -0.0261383056640625, - 0.01247406005859375, - -0.058197021484375, - -0.0455322265625, - 0.08355712890625, - -0.0038852691650390625, - 0.0229644775390625, - 0.006977081298828125, - -0.01103973388671875, - -0.03167724609375, - -0.02593994140625, - 0.036834716796875, - -0.015838623046875, - 0.0242462158203125, - -0.0265350341796875, - 0.031463623046875, - 0.00579071044921875, - 0.0047760009765625, - -0.01395416259765625, - -0.035430908203125, - 0.03485107421875, - -0.0026721954345703125, - -0.0275115966796875, - -0.058197021484375, - 0.052276611328125, - -0.0350341796875, - -0.0156402587890625, - 0.01326751708984375, - -0.0340576171875, - 0.035430908203125, - 0.01375579833984375, - 0.00127410888671875, - 0.00415802001953125, - 0.00638580322265625, - 0.0189056396484375, - -0.0037860870361328125, - -0.012420654296875, - -0.034454345703125, - 0.043548583984375, - -0.0148468017578125, - -0.06610107421875, - 0.0246429443359375, - 0.0200958251953125, - 0.0032672882080078125, - -0.00067138671875, - -0.070068359375, - 0.0018558502197265625, - 0.06451416015625, - 0.00881195068359375, - -0.02325439453125, - 0.019989013671875, - 0.036041259765625, - 0.017822265625, - -0.01088714599609375, - 0.0089111328125, - 0.0265350341796875, - 0.0038852691650390625, - 0.018218994140625, - -0.0201873779296875, - 0.05267333984375, - 0.06689453125, - -0.0020160675048828125, - -0.0267333984375, - -0.01702880859375, - 0.0249481201171875, - 0.0253448486328125, - -0.05267333984375, - 0.06768798828125, - -0.02435302734375, - 0.017425537109375, - -0.006011962890625, - 0.005889892578125, - -0.00925445556640625, - 0.0180206298828125, - -0.0269317626953125, - -0.10137939453125, - -0.0308837890625, - -0.02325439453125, - -0.047698974609375, - -0.00598907470703125, - -0.00925445556640625, - -0.0016336441040039062, - 0.04058837890625, - -0.0169219970703125, - -0.035247802734375, - 0.00547027587890625, - 0.0225677490234375, - -0.0017070770263671875, - -0.0012493133544921875, - -0.046722412109375, - -0.047119140625, - 0.023956298828125, - 0.033447265625, - -0.042755126953125, - -0.0205841064453125, - -0.0164337158203125, - -0.0136566162109375, - 0.0033893585205078125, - -0.018218994140625, - -0.017120361328125, - -0.0269317626953125, - 0.019989013671875, - -0.01103973388671875, - -0.006435394287109375, - 0.0009465217590332031, - 0.0152435302734375, - -0.034637451171875, - -0.0748291015625, - 0.011138916015625, - -0.037628173828125, - -0.0184173583984375, - -0.023162841796875, - 0.057403564453125, - -0.0173187255859375, - 0.01554107666015625, - -0.0277099609375, - 0.0310821533203125, - 0.047698974609375, - 0.016632080078125, - 0.0423583984375, - -0.04730224609375, - 0.033843994140625, - -0.007274627685546875, - 0.026336669921875, - -0.0275115966796875, - -0.0189056396484375, - 0.00455474853515625, - -0.0148468017578125, - 0.0209808349609375, - -0.028106689453125, - -0.026336669921875, - 0.0015592575073242188, - 0.033050537109375, - 0.01910400390625, - 0.01959228515625, - 0.0176239013671875, - -0.017120361328125, - 0.06097412109375, - 0.0716552734375, - 0.0008907318115234375, - 0.0225677490234375, - -0.0237579345703125, - -0.01247406005859375, - 0.0423583984375, - 0.01861572265625, - -0.0035381317138671875, - -0.01514434814453125, - 0.0372314453125, - -0.01024627685546875, - 0.01004791259765625, - 0.0020294189453125, - -0.0318603515625, - -0.0242462158203125, - -0.0234527587890625, - 0.001781463623046875, - -0.04315185546875, - -0.04376220703125, - -0.0196990966796875, - 0.05029296875, - 0.0013427734375, - 0.08154296875, - 0.0185089111328125, - 0.004528045654296875, - 0.0306854248046875, - -0.0089111328125, - 0.016326904296875, - 0.02850341796875, - -0.0160369873046875, - 0.055419921875, - 0.0148468017578125, - -0.0257415771484375, - -0.0131683349609375, - 0.053466796875, - -0.0038604736328125, - -0.01247406005859375, - -0.0279083251953125, - 0.0712890625, - 0.005443572998046875, - -0.019500732421875, - -0.040985107421875, - -0.04888916015625, - -0.00527191162109375, - -0.0277099609375, - -0.0009341239929199219, - 0.0005693435668945312, - 0.0020046234130859375, - -0.04949951171875, - 0.005046844482421875, - 0.0228729248046875, - -0.0257415771484375, - 0.05780029296875, - 0.0203857421875, - -0.02850341796875, - -0.0253448486328125, - 0.004032135009765625, - 0.01385498046875, - 0.0318603515625, - -0.024444580078125, - -0.001621246337890625, - 0.01128387451171875, - -0.0310821533203125, - 0.04315185546875, - 0.01415252685546875, - 0.03662109375, - 0.0091094970703125, - -0.0180206298828125, - 0.040771484375, - -0.0033416748046875, - 0.036834716796875, - 0.0156402587890625, - -0.0220794677734375, - -0.002536773681640625, - 0.0105438232421875, - 0.012969970703125, - 0.0382080078125, - -0.034637451171875, - -0.0005970001220703125, - -0.08831787109375, - -0.0032672882080078125, - -0.06732177734375, - -0.039398193359375, - -0.02117919921875, - -0.050689697265625, - 0.0445556640625, - -0.01415252685546875, - -0.0180206298828125, - -0.0006308555603027344, - -0.00925445556640625, - -0.00762176513671875, - 0.043365478515625, - -0.00702667236328125, - -0.0200958251953125, - 0.00104522705078125, - 0.07086181640625, - 0.0125732421875, - -0.0212860107421875, - -0.0064849853515625, - 0.0176239013671875, - 0.004405975341796875, - 0.00658416748046875, - -0.03662109375, - 0.01514434814453125, - 0.0382080078125, - 0.037017822265625, - 0.0216827392578125, - -0.0290985107421875, - 0.006633758544921875, - -0.0265350341796875, - 0.03662109375, - -0.01474761962890625, - 0.0164337158203125, - -0.0101470947265625, - 0.00658416748046875, - -0.014251708984375, - -0.0732421875, - -0.005519866943359375, - 0.032073974609375, - 0.01454925537109375, - -0.007572174072265625, - 0.0224761962890625, - -0.040191650390625, - 0.005889892578125, - 0.015045166015625, - -0.02325439453125, - 0.031463623046875, - 0.045135498046875, - -0.0287017822265625, - -0.0011692047119140625, - 0.005123138427734375, - 0.00945281982421875, - -0.033050537109375, - -0.048309326171875, - -0.0204925537109375, - -0.0006403923034667969, - -0.038421630859375, - 0.01247406005859375, - 0.01108551025390625, - -0.036041259765625, - 0.0189056396484375, - 0.00376129150390625, - -0.00786590576171875, - -0.04058837890625, - -0.05029296875, - 0.01435089111328125, - -0.038604736328125, - -0.037811279296875, - -0.0221710205078125, - 0.036224365234375, - 0.01084136962890625, - 0.0011386871337890625, - -0.031280517578125, - 0.0017070770263671875, - -0.0261383056640625, - 0.032867431640625, - -0.0233612060546875, - 0.0164337158203125, - -0.0168304443359375, - 0.0465087890625, - 0.04156494140625, - 0.0052947998046875, - 0.0213775634765625, - 0.06689453125, - 0.0185089111328125, - -0.0034389495849609375, - -0.0012187957763671875, - 0.0144500732421875, - -0.003612518310546875, - 0.00611114501953125, - -0.028900146484375, - -0.01306915283203125, - -0.00821685791015625, - -0.0257415771484375, - 0.0189056396484375, - 0.015838623046875, - 0.045135498046875, - 0.051483154296875, - -0.021575927734375, - -0.005939483642578125, - 0.060577392578125, - 0.0279083251953125, - 0.1021728515625, - 0.0005693435668945312, - -0.0633544921875, - 0.035430908203125, - 0.02593994140625, - -0.0173187255859375, - -0.01172637939453125, - 0.055023193359375, - 0.0249481201171875, - -0.0113372802734375, - 0.01534271240234375, - -0.017425537109375, - 0.0230712890625, - 0.001781463623046875, - -0.0052947998046875, - -0.002140045166015625, - -0.0173187255859375, - 0.03167724609375, - 0.0277099609375, - 0.029296875, - -0.0005846023559570312, - 0.0235595703125, - -0.035247802734375, - -0.0200958251953125, - -0.025543212890625, - -0.06732177734375, - 0.0109405517578125, - 0.0177154541015625, - 0.03009033203125, - 0.040985107421875, - -0.037628173828125, - -0.07684326171875, - 0.019500732421875, - -0.0310821533203125, - 0.05462646484375, - 0.0306854248046875, - 0.0245513916015625, - 0.0518798828125, - -0.02435302734375, - -0.004974365234375, - 0.0208892822265625, - 0.03167724609375, - 0.017822265625, - 0.0228729248046875, - 0.0633544921875, - -0.02484130859375, - -0.0250396728515625, - 0.010345458984375, - 0.037017822265625, - 0.025146484375, - 0.0003185272216796875, - 0.017913818359375, - 0.038604736328125, - 0.032867431640625, - -0.01024627685546875, - 0.062164306640625, - 0.037017822265625, - -0.0177154541015625, - 0.0197906494140625, - 0.0026721954345703125, - 0.0192108154296875, - -0.07403564453125, - 0.0180206298828125, - -0.0271148681640625, - 0.01355743408203125, - 0.02593994140625, - 0.020782470703125, - -0.06768798828125, - 0.00238800048828125, - 0.024444580078125, - -0.034637451171875, - 0.0240478515625, - 0.04949951171875, - -0.0173187255859375, - 0.0148468017578125, - 0.006877899169921875, - -0.03265380859375, - 0.0237579345703125, - -0.021484375, - -0.053863525390625, - 0.0157318115234375, - 0.036224365234375, - -0.054229736328125, - -0.035430908203125, - -0.0465087890625, - -0.01534271240234375, - -0.0181121826171875, - -0.02850341796875, - 0.03643798828125, - -0.01024627685546875, - -0.01385498046875, - 0.06097412109375, - 0.057403564453125, - -0.0109405517578125, - -0.038787841796875, - 0.030487060546875, - -0.01306915283203125, - -0.0350341796875, - 0.03741455078125, - 0.019989013671875, - 0.01172637939453125, - -0.037628173828125, - -0.029296875, - 0.016326904296875, - -0.00638580322265625, - 0.0032672882080078125, - -0.0122222900390625, - -0.03802490234375, - -0.037628173828125, - -0.0439453125, - 0.06573486328125, - -0.01029205322265625, - 0.038787841796875, - -0.0012807846069335938, - -0.022369384765625, - 0.05621337890625, - -0.053070068359375, - -0.04058837890625, - -0.0157318115234375, - -0.00811767578125, - 0.004825592041015625, - 0.04888916015625, - -0.0123748779296875, - -0.0240478515625, - 0.0064849853515625, - 0.058197021484375, - 0.03741455078125, - 0.00173187255859375, - -0.044158935546875, - 0.032073974609375, - 0.038604736328125, - -0.0382080078125, - -0.0261383056640625, - -0.01123809814453125, - -0.00324249267578125, - 0.02069091796875, - -0.0518798828125, - -0.003513336181640625, - 0.00598907470703125, - -0.0445556640625, - -0.0127716064453125, - -0.005519866943359375, - -0.012969970703125, - -0.03265380859375, - 0.0025615692138671875, - 0.0350341796875, - 0.0126190185546875, - 0.015838623046875, - 0.005641937255859375, - 0.003192901611328125, - 0.0184173583984375, - 0.000009298324584960938, - -0.027313232421875, - 0.039581298828125, - -0.06927490234375, - -0.04217529296875, - -0.0209808349609375, - 0.007572174072265625, - -0.0185089111328125, - -0.005519866943359375, - -0.0018062591552734375, - 0.0007023811340332031, - 0.037811279296875, - -0.0310821533203125, - -0.00011134147644042969, - -0.021484375, - -0.007472991943359375, - -0.04058837890625, - -0.04156494140625, - 0.0035381317138671875, - 0.0279083251953125, - 0.01306915283203125, - 0.01454925537109375, - 0.029693603515625, - -0.04156494140625, - 0.0030193328857421875, - 0.032867431640625, - 0.0136566162109375, - 0.01267242431640625, - -0.01375579833984375, - -0.00702667236328125, - 0.00806427001953125, - 0.023651123046875, - -0.0310821533203125, - -0.055419921875, - -0.070068359375, - 0.021484375, - 0.007965087890625, - -0.01172637939453125, - -0.0160369873046875, - -0.037017822265625, - -0.047119140625, - -0.0075225830078125, - 0.058990478515625, - 0.003192901611328125, - -0.00658416748046875, - -0.0372314453125, - -0.0306854248046875, - 0.01395416259765625, - -0.044342041015625, - 0.036834716796875, - -0.0039825439453125, - -0.001621246337890625, - 0.0290985107421875, - -0.0465087890625, - 0.016632080078125, - 0.0146484375, - 0.04534912109375, - 0.0277099609375, - 0.0007734298706054688, - -0.0310821533203125, - 0.01168060302734375, - -0.0277099609375, - -0.01247406005859375, - 0.006927490234375, - -0.0136566162109375, - 0.0261383056640625, - -0.0198974609375, - -0.02069091796875, - -0.005641937255859375, - 0.038604736328125, - 0.028106689453125, - -0.0089569091796875, - 0.0023517608642578125, - 0.011627197265625, - -0.00885772705078125, - 0.0780029296875, - -0.0302886962890625, - -0.0413818359375, - 0.0039825439453125, - -0.01435089111328125, - 0.03009033203125, - 0.042572021484375, - 0.007472991943359375, - -0.032867431640625, - 0.0213775634765625, - 0.039794921875, - -0.0204925537109375, - -0.0213775634765625, - -0.0169219970703125, - 0.01326751708984375, - -0.00826263427734375, - 0.04888916015625, - 0.040374755859375, - 0.070068359375, - 0.016632080078125, - 0.021484375, - 0.0038604736328125, - 0.05108642578125, - 0.018218994140625, - -0.003711700439453125, - -0.0487060546875, - -0.032257080078125, - 0.0267333984375, - -0.0208892822265625, - -0.0091552734375, - 0.01088714599609375, - 0.07049560546875, - -0.055419921875, - -0.02593994140625, - 0.0013303756713867188, - 0.025146484375, - -0.007472991943359375, - 0.005619049072265625, - -0.0240478515625, - 0.040985107421875, - 0.03485107421875, - -0.017913818359375, - 0.0161285400390625, - -0.0109405517578125, - 0.01375579833984375, - 0.045745849609375, - 0.0308837890625, - -0.00841522216796875, - 0.0189056396484375, - -0.0101470947265625, - 0.0423583984375, - 0.03741455078125, - 0.043365478515625, - 0.0173187255859375, - 0.01287078857421875, - 0.046722412109375, - 0.05938720703125, - -0.0271148681640625, - -0.0204925537109375, - 0.041168212890625, - 0.053466796875, - 0.043365478515625, - 0.06451416015625, - 0.0097503662109375, - 0.01123809814453125, - -0.006633758544921875, - -0.044158935546875, - -0.0164337158203125, - 0.022369384765625, - -0.00475311279296875, - -0.039581298828125, - -0.043548583984375, - 0.028106689453125, - -0.023162841796875, - 0.02227783203125, - 0.004329681396484375, - -0.0271148681640625, - -0.0230712890625, - 0.048095703125, - -0.03265380859375, - -0.04058837890625, - 0.0109405517578125, - -0.0064849853515625, - -0.02593994140625, - -0.024749755859375, - -0.010345458984375, - 0.047119140625, - -0.01084136962890625, - -0.055419921875, - -0.031463623046875, - 0.0279083251953125, - -0.03424072265625, - -0.055419921875, - -0.0229644775390625, - -0.0095062255859375, - -0.02593994140625, - -0.0350341796875, - -0.03485107421875, - -0.0413818359375, - 0.0127716064453125, - -0.026336669921875, - 0.016632080078125, - -0.0271148681640625, - -0.021484375, - -0.0181121826171875, - -0.0058135986328125, - -0.034454345703125, - 0.0193023681640625, - -0.037017822265625, - 0.03265380859375, - 0.005245208740234375, - 0.0269317626953125, - 0.0220794677734375, - 0.054229736328125, - 0.0006494522094726562, - -0.01385498046875, - -0.01084136962890625, - -0.06890869140625, - -0.0071258544921875, - 0.008514404296875, - 0.0228729248046875, - -0.04791259765625, - 0.0031681060791015625, - 0.084716796875, - -0.07757568359375, - 0.0131683349609375, - 0.01474761962890625, - -0.006633758544921875, - -0.054229736328125, - 0.0007052421569824219, - -0.016326904296875, - -0.004032135009765625, - 0.07049560546875, - 0.0091094970703125, - -0.002796173095703125, - -0.02227783203125, - -0.0518798828125, - 0.04888916015625, - 0.0111846923828125, - 0.037628173828125, - -0.047515869140625, - -0.0156402587890625, - 0.00984954833984375, - -0.037628173828125, - 0.00682830810546875, - -0.0601806640625, - -0.0021038055419921875, - 0.029296875, - 0.00925445556640625, - 0.0079193115234375, - 0.0123748779296875, - -0.058990478515625, - -0.03582763671875, - -0.0318603515625, - 0.033447265625, - -0.002635955810546875, - -0.00167083740234375, - -0.034454345703125, - 0.0180206298828125, - 0.005741119384765625, - -0.047698974609375, - -0.019012451171875, - -0.036834716796875, - 0.010345458984375, - -0.004505157470703125, - -0.053863525390625, - 0.0140533447265625, - 0.01544189453125, - 0.00960540771484375, - 0.035430908203125, - 0.076416015625, - -0.05621337890625, - -0.006877899169921875, - 0.042755126953125, - 0.040191650390625, - -0.004802703857421875, - 0.006237030029296875, - -0.006778717041015625, - 0.0193939208984375, - 0.0253448486328125, - -0.03009033203125, - 0.021484375, - 0.04296875, - -0.038787841796875, - -0.06573486328125, - -0.0294952392578125, - -0.01336669921875, - 0.045928955078125, - -0.026336669921875, - 0.034454345703125, - -0.020294189453125, - -0.0217742919921875, - -0.09503173828125, - 0.041168212890625, - -0.0160369873046875, - 0.0225677490234375, - 0.0093536376953125, - -0.0269317626953125, - -0.06927490234375, - -0.03582763671875, - -0.03643798828125, - 0.02593994140625, - -0.00826263427734375, - 0.040771484375, - -0.00018405914306640625, - 0.00008350610733032227, - 0.01084136962890625, - 0.004974365234375, - -0.0118255615234375, - 0.055816650390625, - 0.040191650390625, - -0.0310821533203125, - 0.0269317626953125, - -0.0235595703125, - -0.0020046234130859375, - -0.015838623046875, - -0.0083160400390625, - 0.003932952880859375, - -0.01336669921875, - -0.039398193359375, - -0.003414154052734375, - 0.023956298828125, - 0.07086181640625, - -0.0220794677734375, - -0.0008845329284667969, - 0.0091094970703125, - 0.02593994140625, - -0.006977081298828125, - -0.0148468017578125, - 0.003662109375, - 0.01415252685546875, - -0.0225677490234375, - -0.0221710205078125, - -0.07049560546875, - -0.0728759765625, - 0.0185089111328125, - -0.04473876953125, - 0.0131683349609375, - -0.01207733154296875, - -0.0003757476806640625, - 0.0093536376953125, - -0.01088714599609375, - 0.045928955078125, - -0.0224761962890625, - -0.018707275390625, - -0.0233612060546875, - 0.0167236328125, - -0.0038852691650390625, - 0.020782470703125, - 0.01202392578125, - -0.03582763671875, - 0.0234527587890625, - -0.01049041748046875, - -0.01202392578125, - -0.0287017822265625, - -0.0185089111328125, - -0.02117919921875, - 0.0022144317626953125, - -0.04217529296875, - -0.0161285400390625, - 0.036224365234375, - 0.0235595703125, - -0.0140533447265625, - -0.01128387451171875, - 0.0267333984375, - -0.017120361328125, - -0.055419921875, - 0.034637451171875, - -0.01385498046875, - -0.00846099853515625, - 0.026336669921875, - -0.01435089111328125, - 0.0189056396484375, - 0.01202392578125, - 0.0253448486328125, - 0.045745849609375, - 0.0445556640625, - 0.014251708984375, - -0.03802490234375, - -0.0173187255859375, - -0.032073974609375, - 0.0127716064453125, - 0.0518798828125, - -0.00040221214294433594, - 0.009307861328125, - 0.0146484375, - 0.00940704345703125, - -0.091064453125, - -0.00310516357421875, - -0.0127716064453125, - -0.05780029296875, - -0.00742340087890625, - 0.07403564453125, - 0.01435089111328125, - -0.01959228515625, - 0.045928955078125, - 0.050079345703125, - 0.032257080078125, - 0.00901031494140625, - -0.02276611328125, - -0.057403564453125, - -0.0018062591552734375, - 0.01232147216796875, - 0.037017822265625, - -0.04949951171875, - 0.053863525390625, - 0.052276611328125, - -0.033447265625, - -0.0109405517578125, - -0.0146484375, - -0.00455474853515625, - 0.033447265625, - 0.0193939208984375, - 0.00104522705078125, - -0.07757568359375, - 0.003612518310546875, - 0.0036373138427734375, - 0.0173187255859375, - 0.01084136962890625, - -0.00940704345703125, - -0.0269317626953125, - 0.0455322265625, - -0.0275115966796875, - -0.0087127685546875, - -0.006435394287109375, - 0.063720703125, - 0.00591278076171875, - -0.03424072265625, - -0.01415252685546875, - 0.033660888671875, - 0.0265350341796875, - -0.017120361328125, - 0.014251708984375, - 0.028106689453125, - -0.01227569580078125, - 0.01375579833984375, - 0.0487060546875, - 0.0208892822265625, - 0.060577392578125, - 0.0238494873046875, - -0.057403564453125, - 0.0093536376953125, - -0.0033168792724609375, - 0.0006494522094726562, - 0.00658416748046875, - -0.049102783203125, - -0.02276611328125, - -0.03997802734375, - 0.032257080078125, - 0.00861358642578125, - 0.031280517578125, - 0.0144500732421875, - -0.003192901611328125, - -0.0165252685546875, - -0.0015773773193359375, - 0.027313232421875, - 0.053863525390625, - 0.0220794677734375, - 0.003612518310546875, - 0.035247802734375, - -0.00658416748046875, - 0.0109405517578125, - -0.04730224609375, - 0.031463623046875, - -0.03741455078125, - -0.01019287109375, - -0.04156494140625, - 0.005443572998046875, - -0.006683349609375, - -0.018218994140625, - -0.00598907470703125, - -0.041778564453125, - 0.0010328292846679688, - -0.0350341796875, - -0.0423583984375, - -0.0161285400390625, - 0.0302886962890625, - -0.00428009033203125, - 0.01435089111328125, - 0.017822265625, - -0.0277099609375, - -0.00801849365234375, - -0.038421630859375, - 0.060577392578125, - 0.034454345703125, - 0.00881195068359375, - -0.009552001953125, - 0.0172271728515625, - 0.0240478515625, - 0.01227569580078125, - 0.0127716064453125, - 0.01959228515625, - -0.033843994140625, - 0.054229736328125, - 0.050689697265625, - 0.0008535385131835938, - -0.0115814208984375, - 0.024444580078125, - -0.0003046989440917969, - -0.043365478515625, - 0.062164306640625, - 0.02276611328125, - 0.029296875, - 0.0033893585205078125, - -0.005962371826171875, - 0.0189056396484375, - -0.06768798828125, - 0.06573486328125, - 0.021484375, - -0.005321502685546875, - 0.03424072265625, - -0.057403564453125, - 0.0382080078125, - 0.0172271728515625, - 0.059783935546875, - -0.0306854248046875, - 0.057403564453125, - -0.00885772705078125, - 0.025543212890625, - 0.015838623046875, - 0.01212310791015625, - 0.01267242431640625, - 0.01861572265625, - -0.01415252685546875, - 0.0423583984375, - 0.03424072265625, - 0.015838623046875, - -0.050689697265625, - -0.009796142578125, - 0.0054931640625, - -0.0011320114135742188, - 0.037017822265625, - -0.042755126953125, - -0.01593017578125, - 0.0235595703125, - 0.0249481201171875, - 0.05859375, - -0.045135498046875, - 0.03662109375, - -0.01267242431640625, - -0.033843994140625, - -0.015045166015625, - -0.00762176513671875 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "network-forensics", - "cloud-forensics", - "mobile-forensics" - ], - "phases": [ - "data-collection", - "examination" - ], - "tags": [ - "command-line", - "timeline", - "log-parser", - "cross-platform", - "timeline-merge", + "apfs", "time-normalization", - "artifact-parser", - "elasticsearch-export", - "docker-support", - "timestomping-detection", - "modular-parsers", - "batch-processing" + "structured-output", + "unified-log-parser", + "browser-artifacts", + "persistence-checks", + "tcc-analysis", + "remote-capable", + "json-export" ], "skillLevel": "intermediate", "type": "tool" } }, - { - "id": "tool_FRED", - "type": "tool", - "name": "FRED", - "content": "fred forensic recovery of evidence device - die high-end-hardware-lösung für professionelle forensik-labore. kombiniert workstation, imager und write-blocker in einem system. die ultrabay-technologie ermöglicht hot-swap von bis zu 8 laufwerken gleichzeitig. eingebaute hardware- write-blocker für alle gängigen interfaces: sata, sas, ide, usb, firewire. die raid-rekonstruktion arbeitet mit defekten arrays. besonders wertvoll: paralleles imaging mehrerer evidenzen, hardware- beschleunigte hashing, unterstützung exotischer formate. die touchscreen- konsole steuert imaging-vorgänge. field-kit-version für vor-ort-einsätze. integration mit ftk, encase, x-ways. die workstation-komponente analysiert während des imaging. der hohe preis macht es zur investition für high-volume-labs. der support durch digital intelligence ist erstklassig. die modulare bauweise erlaubt upgrades. für kleine teams overkill, für behörden-labs oft standard. die hardware-zuverlässigkeit rechtfertigt den premium-preis. 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.01389312744140625, - 0.032928466796875, - 0.0333251953125, - -0.0010042190551757812, - 0.031951904296875, - 0.045440673828125, - 0.018951416015625, - -0.0017118453979492188, - 0.000911712646484375, - -0.0093231201171875, - -0.033538818359375, - 0.06549072265625, - 0.01071929931640625, - -0.006500244140625, - -0.053192138671875, - 0.0203399658203125, - -0.012451171875, - -0.0035724639892578125, - 0.004611968994140625, - 0.0293731689453125, - -0.00689697265625, - -0.0202484130859375, - -0.0599365234375, - -0.0052337646484375, - -0.012451171875, - 0.012451171875, - -0.0222320556640625, - -0.054779052734375, - -0.022918701171875, - 0.00024187564849853516, - -0.0032253265380859375, - -0.0100250244140625, - 0.0016498565673828125, - 0.0289764404296875, - 0.0323486328125, - -0.0226287841796875, - -0.01824951171875, - -0.0239105224609375, - -0.0135955810546875, - 0.03253173828125, - -0.0032749176025390625, - 0.011016845703125, - -0.0015134811401367188, - -0.0033740997314453125, - -0.03155517578125, - -0.043060302734375, - -0.0203399658203125, - -0.0009303092956542969, - -0.0025310516357421875, - -0.0233154296875, - 0.01235198974609375, - 0.03851318359375, - 0.0169677734375, - -0.00659942626953125, - -0.02679443359375, - 0.0052337646484375, - 0.004863739013671875, - -0.03155517578125, - -0.0418701171875, - 0.05059814453125, - -0.064697265625, - -0.001041412353515625, - 0.011810302734375, - 0.0007071495056152344, - -0.0230255126953125, - 0.0297698974609375, - -0.0100250244140625, - -0.032135009765625, - 0.0102691650390625, - 0.003398895263671875, - 0.00872802734375, - -0.00927734375, - -0.020050048828125, - 0.0188446044921875, - -0.027984619140625, - -0.05120849609375, - 0.0179595947265625, - 0.034332275390625, - -0.000010669231414794922, - 0.0020961761474609375, - -0.045654296875, - 0.01165771484375, - 0.003917694091796875, - -0.0081329345703125, - -0.02362060546875, - 0.021331787109375, - 0.0010662078857421875, - 0.03314208984375, - -0.02490234375, - -0.014190673828125, - 0.0137939453125, - -0.0104217529296875, - 0.01458740234375, - -0.014984130859375, - 0.047821044921875, - 0.043060302734375, - -0.01131439208984375, - -0.017059326171875, - 0.004688262939453125, - 0.020843505859375, - 0.01349639892578125, - -0.02490234375, - 0.047821044921875, - -0.006175994873046875, - 0.040679931640625, - -0.045440673828125, - 0.0408935546875, - -0.037506103515625, - -0.02838134765625, - -0.0615234375, - -0.0960693359375, - -0.027984619140625, - -0.003162384033203125, - -0.07501220703125, - 0.0032749176025390625, - 0.0258026123046875, - -0.0202484130859375, - 0.0297698974609375, - -0.039093017578125, - -0.0246124267578125, - 0.0164642333984375, - 0.017059326171875, - 0.00972747802734375, - -0.0004620552062988281, - -0.041473388671875, - -0.04583740234375, - 0.0171661376953125, - 0.03411865234375, - -0.01468658447265625, - -0.0305633544921875, - -0.01528167724609375, - -0.0260009765625, - -0.0218353271484375, - -0.01300048828125, - -0.013397216796875, - -0.037506103515625, - 0.03155517578125, - -0.013397216796875, - -0.0118560791015625, - 0.023712158203125, - 0.0082855224609375, - -0.027984619140625, - -0.06982421875, - 0.0030765533447265625, - -0.048614501953125, - -0.0234222412109375, - -0.0285797119140625, - 0.058746337890625, - -0.050201416015625, - -0.0137939453125, - -0.007343292236328125, - 0.035919189453125, - 0.039703369140625, - 0.0155792236328125, - 0.002716064453125, - -0.0440673828125, - 0.01508331298828125, - -0.03729248046875, - 0.03851318359375, - 0.02520751953125, - -0.02093505859375, - 0.0277862548828125, - 0.001773834228515625, - 0.036712646484375, - -0.028778076171875, - -0.05596923828125, - -0.0285797119140625, - 0.030364990234375, - 0.001140594482421875, - -0.01270294189453125, - 0.0223236083984375, - -0.0230255126953125, - 0.053192138671875, - 0.07421875, - -0.004638671875, - 0.0258026123046875, - 0.00521087646484375, - 0.014984130859375, - 0.03729248046875, - 0.0207366943359375, - -0.026397705078125, - -0.01448822021484375, - 0.039093017578125, - 0.003299713134765625, - 0.0063018798828125, - -0.0040435791015625, - -0.035308837890625, - -0.0110626220703125, - -0.048828125, - 0.0273895263671875, - -0.0305633544921875, - -0.007740020751953125, - -0.0194549560546875, - 0.01111602783203125, - 0.0108184814453125, - 0.0472412109375, - 0.0355224609375, - -0.037506103515625, - 0.02838134765625, - -0.017364501953125, - -0.006649017333984375, - 0.0301666259765625, - -0.0185546875, - 0.038909912109375, - -0.00882720947265625, - 0.03253173828125, - 0.021728515625, - 0.017364501953125, - 0.024017333984375, - -0.004962921142578125, - -0.042877197265625, - 0.0289764404296875, - 0.01215362548828125, - -0.037689208984375, - -0.0355224609375, - -0.039703369140625, - 0.01007080078125, - -0.006649017333984375, - -0.01309967041015625, - -0.00778961181640625, - 0.0106658935546875, - -0.046051025390625, - 0.00937652587890625, - 0.02252197265625, - -0.0029144287109375, - 0.04345703125, - 0.004863739013671875, - -0.0175628662109375, - -0.056365966796875, - 0.03948974609375, - 0.0261993408203125, - 0.00396728515625, - -0.01488494873046875, - -0.0016498565673828125, - -0.0195465087890625, - -0.007244110107421875, - 0.01428985595703125, - 0.02362060546875, - 0.01548004150390625, - 0.00798797607421875, - -0.0323486328125, - 0.0176544189453125, - -0.034912109375, - 0.052398681640625, - 0.053192138671875, - -0.02679443359375, - -0.0011529922485351562, - 0.021240234375, - 0.0176544189453125, - 0.020843505859375, - -0.057159423828125, - -0.011260986328125, - -0.09765625, - -0.01468658447265625, - -0.04742431640625, - -0.046234130859375, - -0.03253173828125, - -0.076171875, - 0.061126708984375, - -0.0135955810546875, - -0.04010009765625, - 0.0202484130859375, - 0.014190673828125, - 0.007343292236328125, - 0.0164642333984375, - 0.039093017578125, - -0.045440673828125, - 0.00858306884765625, - 0.05914306640625, - 0.01300048828125, - -0.00315093994140625, - -0.0029144287109375, - 0.017364501953125, - -0.00778961181640625, - 0.025299072265625, - -0.046234130859375, - -0.0048370361328125, - 0.0231170654296875, - 0.04803466796875, - 0.0159759521484375, - -0.007293701171875, - 0.03314208984375, - 0.016571044921875, - 0.03253173828125, - -0.035919189453125, - -0.01448822021484375, - -0.00553131103515625, - 0.020538330078125, - -0.0076904296875, - -0.04168701171875, - 0.036895751953125, - 0.038909912109375, - -0.01016998291015625, - 0.01349639892578125, - -0.0003256797790527344, - -0.039306640625, - 0.00572967529296875, - 0.0008807182312011719, - 0.01052093505859375, - 0.021240234375, - -0.00125885009765625, - -0.0118560791015625, - 0.005382537841796875, - 0.000579833984375, - -0.01309967041015625, - -0.0198516845703125, - -0.031341552734375, - 0.0045623779296875, - -0.005828857421875, - -0.050018310546875, - -0.034515380859375, - 0.0126495361328125, - -0.0011281967163085938, - 0.0163726806640625, - -0.0227203369140625, - 0.00275421142578125, - -0.0223236083984375, - -0.0482177734375, - 0.0002727508544921875, - -0.03631591796875, - -0.05517578125, - -0.0251007080078125, - 0.03570556640625, - -0.00818634033203125, - 0.0151824951171875, - -0.002506256103515625, - -0.0196533203125, - -0.01548004150390625, - 0.01012420654296875, - 0.014984130859375, - 0.046630859375, - -0.0025177001953125, - 0.039093017578125, - 0.0156707763671875, - 0.032135009765625, - -0.005558013916015625, - 0.047821044921875, - 0.040679931640625, - -0.0323486328125, - 0.0139923095703125, - 0.0131988525390625, - 0.009124755859375, - 0.011260986328125, - -0.00957489013671875, - -0.020050048828125, - 0.0147857666015625, - -0.0273895263671875, - -0.0005736351013183594, - 0.02679443359375, - 0.0171661376953125, - 0.0156707763671875, - -0.04266357421875, - 0.0160675048828125, - 0.06268310546875, - 0.019744873046875, - 0.10797119140625, - -0.01488494873046875, - -0.052001953125, - 0.026397705078125, - 0.050811767578125, - -0.02996826171875, - -0.0195465087890625, - 0.03076171875, - 0.01195526123046875, - -0.0044403076171875, - 0.0260009765625, - 0.01300048828125, - 0.052001953125, - -0.024017333984375, - -0.01036834716796875, - 0.006946563720703125, - 0.01195526123046875, - 0.0289764404296875, - 0.037109375, - 0.021636962890625, - 0.005481719970703125, - 0.01250457763671875, - -0.0227203369140625, - -0.00897979736328125, - -0.0261993408203125, - -0.07421875, - 0.01076507568359375, - 0.058746337890625, - -0.00922393798828125, - 0.046051025390625, - -0.0172576904296875, - -0.059539794921875, - -0.00041556358337402344, - -0.0243072509765625, - 0.0662841796875, - 0.04266357421875, - 0.027984619140625, - 0.02410888671875, - 0.0191497802734375, - 0.03076171875, - 0.0094757080078125, - 0.014984130859375, - 0.03570556640625, - 0.0323486328125, - 0.042877197265625, - -0.00041866302490234375, - -0.047821044921875, - 0.032745361328125, - 0.01096343994140625, - 0.0418701171875, - 0.01300048828125, - 0.0164642333984375, - 0.025299072265625, - 0.0156707763671875, - -0.0108184814453125, - 0.037506103515625, - 0.04107666015625, - 0.00027751922607421875, - 0.0227203369140625, - -0.036712646484375, - 0.0128021240234375, - -0.0615234375, - -0.0114593505859375, - 0.0076904296875, - 0.00632476806640625, - 0.0184478759765625, - -0.00521087646484375, - -0.06390380859375, - -0.0183563232421875, - 0.05279541015625, - -0.07220458984375, - 0.04327392578125, - 0.0164642333984375, - -0.017852783203125, - 0.01255035400390625, - -0.037506103515625, - -0.06866455078125, - 0.027587890625, - -0.014984130859375, - -0.022430419921875, - 0.007144927978515625, - 0.0269927978515625, - -0.03631591796875, - -0.0168609619140625, - -0.01220703125, - -0.0231170654296875, - -0.041290283203125, - -0.0108642578125, - 0.04425048828125, - -0.0008683204650878906, - -0.01508331298828125, - 0.049407958984375, - 0.042877197265625, - -0.003398895263671875, - -0.03155517578125, - 0.04266357421875, - -0.033721923828125, - -0.0504150390625, - 0.019744873046875, - 0.027191162109375, - 0.032745361328125, - -0.0171661376953125, - -0.01428985595703125, - 0.0143890380859375, - -0.004413604736328125, - -0.01250457763671875, - 0.0333251953125, - -0.027191162109375, - -0.0631103515625, - -0.0301666259765625, - 0.043853759765625, - 0.0159759521484375, - 0.035125732421875, - 0.0034236907958984375, - -0.048431396484375, - 0.01329803466796875, - -0.031951904296875, - -0.029571533203125, - -0.04248046875, - 0.0104217529296875, - -0.04107666015625, - 0.040496826171875, - -0.0143890380859375, - -0.0023059844970703125, - -0.0156707763671875, - 0.03253173828125, - 0.0027408599853515625, - -0.004638671875, - -0.04962158203125, - 0.04107666015625, - 0.046051025390625, - -0.057952880859375, - 0.006500244140625, - -0.0151824951171875, - -0.0003132820129394531, - 0.0472412109375, - -0.032745361328125, - -0.00334930419921875, - 0.0018854141235351562, - -0.0567626953125, - 0.0016374588012695312, - -0.0218353271484375, - -0.0048370361328125, - -0.03729248046875, - 0.0202484130859375, - 0.031158447265625, - -0.0187530517578125, - 0.00977325439453125, - 0.005084991455078125, - 0.015869140625, - 0.021728515625, - -0.00862884521484375, - -0.01032257080078125, - 0.0250091552734375, - -0.056365966796875, - -0.035125732421875, - -0.009124755859375, - 0.04010009765625, - -0.04803466796875, - -0.013397216796875, - 0.015380859375, - 0.0041656494140625, - 0.039703369140625, - -0.06231689453125, - 0.00937652587890625, - -0.01824951171875, - -0.032745361328125, - -0.00838470458984375, - 0.001922607421875, - 0.015869140625, - 0.0191497802734375, - -0.000812530517578125, - 0.00679779052734375, - 0.0159759521484375, - -0.083740234375, - 0.03155517578125, - 0.015869140625, - 0.005184173583984375, - 0.0011968612670898438, - -0.0079345703125, - 0.015869140625, - -0.00783538818359375, - 0.04742431640625, - -0.03155517578125, - -0.028778076171875, - -0.0694580078125, - 0.043853759765625, - 0.01131439208984375, - 0.0096282958984375, - -0.0156707763671875, - -0.0281829833984375, - -0.0682373046875, - -0.0007567405700683594, - 0.0333251953125, - 0.0176544189453125, - 0.004886627197265625, - -0.01016998291015625, - -0.007045745849609375, - -0.0155792236328125, - -0.0380859375, - 0.056365966796875, - -0.0265960693359375, - 0.006153106689453125, - 0.0211334228515625, - -0.03631591796875, - 0.0293731689453125, - 0.0291748046875, - 0.04248046875, - 0.01617431640625, - 0.039703369140625, - -0.02996826171875, - -0.0086822509765625, - 0.0037212371826171875, - -0.035919189453125, - -0.00739288330078125, - -0.01904296875, - 0.010467529296875, - -0.0171661376953125, - -0.0207366943359375, - 0.01215362548828125, - 0.01824951171875, - 0.05755615234375, - 0.00162506103515625, - -0.01528167724609375, - 0.00354766845703125, - 0.0008993148803710938, - 0.0869140625, - -0.0174560546875, - -0.0174560546875, - 0.0164642333984375, - -0.00699615478515625, - 0.050811767578125, - 0.055572509765625, - -0.010467529296875, - -0.022430419921875, - -0.0035228729248046875, - 0.037506103515625, - -0.0188446044921875, - -0.0118560791015625, - -0.0218353271484375, - -0.0156707763671875, - 0.0215301513671875, - 0.0297698974609375, - 0.0012655258178710938, - 0.07781982421875, - -0.0094757080078125, - 0.035125732421875, - 0.04486083984375, - 0.0770263671875, - 0.03631591796875, - -0.0180511474609375, - -0.0726318359375, - -0.00208282470703125, - -0.0012960433959960938, - -0.034912109375, - -0.034515380859375, - 0.0056304931640625, - 0.06707763671875, - -0.05755615234375, - -0.02679443359375, - -0.0040435791015625, - -0.01548004150390625, - 0.00039696693420410156, - 0.0180511474609375, - -0.006053924560546875, - 0.019256591796875, - 0.0002263784408569336, - -0.0226287841796875, - 0.008087158203125, - -0.0293731689453125, - 0.0215301513671875, - 0.04901123046875, - 0.0106658935546875, - -0.00689697265625, - 0.0243072509765625, - 0.0171661376953125, - 0.0159759521484375, - 0.014984130859375, - 0.018646240234375, - 0.0277862548828125, - 0.035919189453125, - 0.039886474609375, - 0.0634765625, - -0.00942230224609375, - -0.0116119384765625, - 0.01617431640625, - 0.0214385986328125, - 0.058349609375, - 0.06231689453125, - -0.01250457763671875, - -0.0017614364624023438, - -0.01548004150390625, - -0.04010009765625, - -0.0074920654296875, - -0.0047607421875, - 0.0063018798828125, - -0.07421875, - -0.050811767578125, - 0.031158447265625, - -0.0694580078125, - 0.043060302734375, - 0.0250091552734375, - -0.01617431640625, - -0.0013399124145507812, - 0.0231170654296875, - -0.00560760498046875, - -0.01409149169921875, - 0.0035724639892578125, - -0.00334930419921875, - -0.00992584228515625, - -0.051605224609375, - -0.03631591796875, - 0.0023441314697265625, - -0.0179595947265625, - -0.054779052734375, - -0.032928466796875, - 0.0535888671875, - 0.0024814605712890625, - -0.032928466796875, - -0.0176544189453125, - -0.0022563934326171875, - 0.00453948974609375, - -0.050811767578125, - -0.01141357421875, - -0.0355224609375, - 0.019744873046875, - -0.0250091552734375, - 0.0175628662109375, - -0.02838134765625, - -0.034912109375, - -0.02203369140625, - -0.0250091552734375, - -0.032135009765625, - 0.01141357421875, - -0.0293731689453125, - 0.03173828125, - 0.0010538101196289062, - 0.02093505859375, - 0.05059814453125, - 0.08099365234375, - 0.00008916854858398438, - 0.01141357421875, - -0.0235137939453125, - -0.045440673828125, - 0.024810791015625, - -0.014190673828125, - 0.02203369140625, - -0.049224853515625, - 0.0116119384765625, - 0.05279541015625, - -0.0745849609375, - 0.034515380859375, - -0.01230621337890625, - -0.0277862548828125, - -0.040679931640625, - -0.01508331298828125, - 0.0137939453125, - 0.03472900390625, - 0.08294677734375, - -0.00493621826171875, - 0.00882720947265625, - -0.0008993148803710938, - -0.0364990234375, - 0.039886474609375, - 0.0167694091796875, - 0.016571044921875, - -0.024505615234375, - 0.04742431640625, - 0.007740020751953125, - -0.040496826171875, - -0.0074920654296875, - -0.0634765625, - -0.034912109375, - 0.0273895263671875, - 0.0137939453125, - 0.00818634033203125, - -0.0228271484375, - -0.0261993408203125, - -0.015869140625, - -0.042266845703125, - 0.00334930419921875, - 0.0036468505859375, - 0.011016845703125, - -0.0273895263671875, - -0.0014142990112304688, - -0.005680084228515625, - -0.052398681640625, - -0.037506103515625, - -0.037506103515625, - 0.018157958984375, - 0.0106201171875, - -0.032135009765625, - 0.007293701171875, - 0.031951904296875, - -0.0017366409301757812, - 0.0179595947265625, - 0.0650634765625, - -0.040679931640625, - 0.005359649658203125, - -0.0006232261657714844, - 0.036712646484375, - 0.0031375885009765625, - -0.015869140625, - -0.016265869140625, - 0.007740020751953125, - -0.005458831787109375, - -0.024505615234375, - 0.033935546875, - 0.014984130859375, - -0.0160675048828125, - -0.052001953125, - -0.033721923828125, - -0.0155792236328125, - 0.0305633544921875, - -0.022918701171875, - 0.03948974609375, - -0.005558013916015625, - -0.0116119384765625, - -0.11114501953125, - 0.06231689453125, - -0.0244140625, - 0.0380859375, - 0.0203399658203125, - 0.0116119384765625, - -0.0418701171875, - -0.034912109375, - -0.00739288330078125, - 0.021331787109375, - -0.038299560546875, - 0.02996826171875, - 0.007541656494140625, - -0.00823211669921875, - 0.0195465087890625, - 0.0017490386962890625, - 0.003398895263671875, - 0.06268310546875, - 0.0032749176025390625, - -0.02203369140625, - 0.0323486328125, - -0.0168609619140625, - 0.006847381591796875, - -0.0037212371826171875, - 0.006847381591796875, - 0.020050048828125, - -0.0155792236328125, - -0.01617431640625, - 0.0269927978515625, - 0.045257568359375, - 0.0247039794921875, - -0.037689208984375, - 0.028778076171875, - 0.0151824951171875, - 0.01409149169921875, - -0.0030765533447265625, - -0.027587890625, - 0.0029888153076171875, - 0.032745361328125, - -0.01448822021484375, - -0.036895751953125, - -0.06585693359375, - -0.06903076171875, - 0.0230255126953125, - -0.0195465087890625, - -0.022125244140625, - 0.046234130859375, - 0.041473388671875, - 0.015869140625, - -0.02044677734375, - 0.0017862319946289062, - -0.003299713134765625, - 0.011260986328125, - -0.037109375, - 0.01776123046875, - -0.035308837890625, - 0.053192138671875, - -0.00426483154296875, - -0.0273895263671875, - 0.03411865234375, - -0.0418701171875, - 0.00374603271484375, - -0.021636962890625, - -0.0305633544921875, - -0.00115966796875, - 0.01617431640625, - -0.07781982421875, - -0.00406646728515625, - 0.01300048828125, - 0.03411865234375, - 0.017852783203125, - -0.0301666259765625, - 0.043853759765625, - -0.0333251953125, - -0.051605224609375, - 0.05120849609375, - -0.00434112548828125, - -0.0261993408203125, - -0.0009918212890625, - -0.03173828125, - 0.01076507568359375, - 0.007293701171875, - 0.055572509765625, - 0.039703369140625, - 0.0277862548828125, - 0.004016876220703125, - -0.02679443359375, - -0.0023059844970703125, - -0.0034236907958984375, - 0.021728515625, - 0.00902557373046875, - 0.01190948486328125, - 0.0128021240234375, - 0.00862884521484375, - -0.037506103515625, - -0.09527587890625, - -0.0100250244140625, - -0.025299072265625, - -0.06787109375, - -0.01071929931640625, - 0.088134765625, - 0.03631591796875, - 0.006500244140625, - 0.0293731689453125, - 0.0631103515625, - -0.003894805908203125, - 0.0047607421875, - -0.003398895263671875, - -0.04742431640625, - -0.035125732421875, - -0.006351470947265625, - 0.03314208984375, - -0.057952880859375, - 0.014190673828125, - 0.058746337890625, - 0.0023555755615234375, - -0.037689208984375, - 0.00513458251953125, - 0.0242156982421875, - 0.041473388671875, - -0.00560760498046875, - 0.01255035400390625, - -0.07342529296875, - 0.036895751953125, - 0.031341552734375, - -0.010223388671875, - -0.0079345703125, - -0.005706787109375, - -0.0012836456298828125, - 0.055572509765625, - -0.0897216796875, - -0.0063018798828125, - 0.01389312744140625, - 0.0504150390625, - -0.01349639892578125, - -0.043060302734375, - -0.014190673828125, - 0.055572509765625, - 0.01007080078125, - -0.03253173828125, - 0.03472900390625, - 0.01052093505859375, - 0.001476287841796875, - 0.003894805908203125, - 0.048614501953125, - -0.001983642578125, - 0.053985595703125, - 0.0289764404296875, - -0.047637939453125, - 0.0244140625, - -0.01389312744140625, - 0.01032257080078125, - -0.01458740234375, - -0.0277862548828125, - -0.00823211669921875, - -0.05438232421875, - 0.037109375, - 0.0036716461181640625, - 0.0289764404296875, - 0.0289764404296875, - -0.036102294921875, - -0.020050048828125, - -0.0012960433959960938, - 0.0244140625, - 0.0261993408203125, - 0.021636962890625, - 0.004985809326171875, - -0.0020961761474609375, - 0.0250091552734375, - 0.02044677734375, - -0.0440673828125, - 0.03155517578125, - -0.048614501953125, - 0.0187530517578125, - -0.042083740234375, - 0.00580596923828125, - 0.0114593505859375, - -0.033538818359375, - 0.004364013671875, - -0.0211334228515625, - 0.025604248046875, - -0.0244140625, - -0.030364990234375, - 0.001674652099609375, - 0.0269927978515625, - -0.0194549560546875, - 0.0089263916015625, - 0.0185546875, - -0.0305633544921875, - -0.0036716461181640625, - -0.059539794921875, - 0.0948486328125, - 0.033721923828125, - 0.01468658447265625, - 0.0151824951171875, - 0.048431396484375, - 0.0408935546875, - 0.0163726806640625, - 0.00858306884765625, - 0.0147857666015625, - -0.05279541015625, - 0.04644775390625, - 0.044647216796875, - -0.01824951171875, - -0.0567626953125, - 0.02203369140625, - 0.0031757354736328125, - -0.046844482421875, - 0.032135009765625, - 0.0251007080078125, - 0.0006666183471679688, - -0.01329803466796875, - -0.00109100341796875, - -0.01934814453125, - -0.055572509765625, - 0.038299560546875, - 0.00012636184692382812, - -0.004093170166015625, - 0.038299560546875, - -0.033935546875, - 0.0380859375, - -0.0020961761474609375, - 0.053985595703125, - -0.032745361328125, - 0.053192138671875, - -0.0269927978515625, - 0.003398895263671875, - -0.01165771484375, - 0.00689697265625, - -0.00838470458984375, - 0.041473388671875, - -0.0323486328125, - 0.066650390625, - 0.0297698974609375, - -0.02410888671875, - -0.04901123046875, - -0.020843505859375, - 0.0010728836059570312, - 0.004241943359375, - 0.034332275390625, - -0.042877197265625, - -0.0155792236328125, - 0.0032749176025390625, - 0.013397216796875, - 0.06787109375, - -0.01091766357421875, - 0.025299072265625, - -0.005184173583984375, - -0.01617431640625, - -0.01141357421875, - -0.043060302734375 - ], - "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_FTK_Imager", - "type": "tool", - "name": "FTK Imager", - "content": "ftk imager der klassiker für windows-basierte disk-akquisition erstellt gerichtsfeste images mit bewährter zuverlässigkeit. unterstützt raw, smart, e01 und aff formate mit kompression und verschlüsselung. die gui führt durch den imaging-prozess mit hash-verifizierung (md5/sha1). preview-mode ermöglicht triage ohne full-image. memory-capture für live-ram-akquisition. mount als read-only für sichere analyse. die kostenlose version deckt standard-aufgaben ab, limitiert aber bei erweiterten features. besonders geschätzt: zuverlässigkeit bei defekten sektoren, detaillierte logs und breite gerichtsakzeptanz. protected-folder-viewing für systemdateien. cli-version für automatisierung. die proprietäre natur und windows-only sind nachteile, aber in vielen labors der de-facto-standard. perfekt für einsteiger und routine-akquisitionen. gui physical-copy hashing court-admissible scenario:disk_imaging ewf-support memory-capture preview-mode bad-sector-handling protected-folders cli-available triage static-investigations incident-response data-collection", - "embedding": [ - 0.002155303955078125, - 0.03656005859375, - 0.03326416015625, - -0.026336669921875, - 0.0316162109375, - 0.056182861328125, - 0.01373291015625, - -0.0008101463317871094, - -0.00335693359375, - -0.012908935546875, - -0.033660888671875, - 0.0623779296875, - -0.0011425018310546875, - -0.020751953125, - -0.059906005859375, - 0.04193115234375, - -0.01497650146484375, - 0.01079559326171875, - 0.01849365234375, - 0.00949859619140625, - -0.01373291015625, - -0.0213775634765625, - -0.054534912109375, - 0.0022335052490234375, - 0.007022857666015625, - 0.00970458984375, - -0.036346435546875, - -0.05865478515625, - -0.01084136962890625, - 0.017242431640625, - 0.01120758056640625, - -0.005084991455078125, - -0.003253936767578125, - 0.046875, - 0.00464630126953125, - -0.0264434814453125, - -0.043365478515625, - -0.03717041015625, - -0.01445770263671875, - 0.040069580078125, - -0.00882720947265625, - -0.01187896728515625, - 0.01007080078125, - -0.0025424957275390625, - -0.0256195068359375, - -0.0369873046875, - 0.003292083740234375, - -0.019927978515625, - -0.004932403564453125, - -0.0230255126953125, - 0.013427734375, - 0.01322174072265625, - 0.0092926025390625, - -0.0305633544921875, - -0.01161956787109375, - 0.034088134765625, - 0.00658416748046875, - -0.0343017578125, - -0.0038204193115234375, - 0.058258056640625, - -0.060302734375, - -0.007640838623046875, - -0.00800323486328125, - -0.026336669921875, - -0.004413604736328125, - 0.0289154052734375, - -0.004184722900390625, - -0.0255126953125, - 0.0022068023681640625, - 0.0016460418701171875, - 0.0131683349609375, - -0.0036411285400390625, - -0.0229339599609375, - 0.01549530029296875, - -0.04132080078125, - -0.043792724609375, - 0.006557464599609375, - 0.036773681640625, - 0.0037441253662109375, - 0.002685546875, - -0.06072998046875, - 0.01497650146484375, - 0.0396728515625, - -0.01027679443359375, - 0.001323699951171875, - 0.018585205078125, - 0.016632080078125, - 0.0255126953125, - -0.00800323486328125, - -0.01203155517578125, - 0.004802703857421875, - 0.00498199462890625, - -0.00041961669921875, - -0.0299530029296875, - 0.049560546875, - 0.054107666015625, - -0.005603790283203125, - -0.01151275634765625, - 0.0009102821350097656, - 0.034912109375, - 0.03326416015625, - -0.015899658203125, - 0.0328369140625, - -0.0005359649658203125, - 0.046051025390625, - -0.0272674560546875, - 0.01141357421875, - -0.01445770263671875, - -0.0305633544921875, - -0.029327392578125, - -0.08135986328125, - -0.0382080078125, - -0.0256195068359375, - -0.0665283203125, - -0.0036411285400390625, - -0.000039517879486083984, - -0.0256195068359375, - 0.0243682861328125, - -0.02789306640625, - -0.03387451171875, - 0.007488250732421875, - 0.033660888671875, - -0.0124969482421875, - -0.0016012191772460938, - -0.0369873046875, - -0.05865478515625, - 0.0103759765625, - 0.0291290283203125, - -0.054534912109375, - -0.033660888671875, - -0.006092071533203125, - -0.0237579345703125, - -0.0098114013671875, - -0.0259246826171875, - -0.018280029296875, - -0.0322265625, - 0.019927978515625, - 0.00449371337890625, - -0.0189056396484375, - 0.00785064697265625, - 0.007747650146484375, - -0.026641845703125, - -0.0635986328125, - 0.01311492919921875, - -0.049163818359375, - 0.0007066726684570312, - -0.04150390625, - 0.049560546875, - -0.048736572265625, - -0.028717041015625, - -0.012237548828125, - 0.04461669921875, - 0.063232421875, - -0.002826690673828125, - 0.004055023193359375, - -0.0259246826171875, - -0.0069732666015625, - -0.02447509765625, - 0.00882720947265625, - -0.01203155517578125, - -0.0255126953125, - 0.00632476806640625, - -0.01611328125, - 0.00975799560546875, - -0.028717041015625, - -0.045867919921875, - -0.029327392578125, - 0.0023632049560546875, - 0.0162200927734375, - -0.0063018798828125, - 0.0106353759765625, - -0.00121307373046875, - 0.061553955078125, - 0.06695556640625, - 0.0283050537109375, - 0.010894775390625, - 0.00048089027404785156, - 0.002658843994140625, - 0.027679443359375, - 0.0213775634765625, - -0.0174560546875, - -0.01983642578125, - 0.027679443359375, - -0.001987457275390625, - 0.0270538330078125, - -0.0006937980651855469, - -0.0084686279296875, - 0.00035834312438964844, - -0.03985595703125, - 0.030364990234375, - -0.03656005859375, - -0.0213775634765625, - -0.008209228515625, - 0.01549530029296875, - 0.007488250732421875, - 0.056610107421875, - 0.051849365234375, - -0.01497650146484375, - 0.0291290283203125, - -0.00800323486328125, - -0.0037174224853515625, - 0.043182373046875, - -0.0208587646484375, - 0.01497650146484375, - 0.01404571533203125, - 0.026641845703125, - 0.002414703369140625, - 0.01373291015625, - 0.0234375, - -0.02313232421875, - -0.0126495361328125, - 0.031402587890625, - -0.01053619384765625, - -0.05328369140625, - -0.00919342041015625, - -0.03387451171875, - 0.01776123046875, - -0.0083160400390625, - -0.0178680419921875, - -0.001678466796875, - -0.015899658203125, - -0.0462646484375, - 0.0229339599609375, - 0.0194091796875, - -0.0200347900390625, - 0.056610107421875, - 0.00738525390625, - -0.02117919921875, - -0.044403076171875, - 0.0322265625, - 0.0200347900390625, - 0.032440185546875, - -0.00841522216796875, - 0.0049591064453125, - -0.0289154052734375, - -0.0110015869140625, - 0.0355224609375, - 0.033477783203125, - 0.0208587646484375, - 0.022003173828125, - -0.0038204193115234375, - 0.0301513671875, - -0.0176544189453125, - 0.05206298828125, - 0.0272674560546875, - -0.01027679443359375, - -0.009246826171875, - -0.0010395050048828125, - 0.0160064697265625, - 0.0361328125, - -0.037994384765625, - -0.0123443603515625, - -0.084716796875, - -0.0111541748046875, - -0.0435791015625, - -0.033477783203125, - -0.023345947265625, - -0.048553466796875, - 0.041717529296875, - -0.035736083984375, - -0.049163818359375, - -0.0005002021789550781, - 0.0272674560546875, - 0.0034332275390625, - 0.040069580078125, - 0.00389862060546875, - -0.037811279296875, - 0.006092071533203125, - 0.07598876953125, - 0.0297393798828125, - 0.0038471221923828125, - -0.01641845703125, - 0.006763458251953125, - -0.024169921875, - 0.0264434814453125, - -0.0245819091796875, - 0.0002307891845703125, - 0.01373291015625, - 0.031402587890625, - 0.007022857666015625, - -0.0264434814453125, - -0.004878997802734375, - -0.007434844970703125, - 0.04833984375, - -0.04193115234375, - -0.01120758056640625, - 0.02117919921875, - 0.0230255126953125, - -0.0234375, - -0.0570068359375, - 0.007228851318359375, - 0.0477294921875, - 0.014251708984375, - 0.0014972686767578125, - 0.01806640625, - -0.035125732421875, - 0.004207611083984375, - -0.0003437995910644531, - 0.0026721954345703125, - 0.01404571533203125, - 0.0289154052734375, - -0.027679443359375, - 0.00516510009765625, - -0.006378173828125, - -0.004390716552734375, - -0.021484375, - -0.036773681640625, - -0.0014972686767578125, - -0.019317626953125, - -0.0343017578125, - -0.042144775390625, - 0.009552001953125, - -0.0183868408203125, - 0.004390716552734375, - -0.026123046875, - 0.0099639892578125, - -0.0195159912109375, - -0.046051025390625, - -0.0009164810180664062, - -0.035125732421875, - -0.04254150390625, - -0.01042938232421875, - 0.04998779296875, - 0.0023365020751953125, - 0.01849365234375, - -0.0024261474609375, - -0.01456451416015625, - -0.0194091796875, - 0.008056640625, - -0.0056304931640625, - 0.0248870849609375, - -0.005809783935546875, - 0.046875, - 0.0003387928009033203, - 0.0270538330078125, - -0.01255035400390625, - 0.051025390625, - 0.04254150390625, - -0.03924560546875, - -0.007640838623046875, - -0.0069732666015625, - 0.029327392578125, - 0.0343017578125, - -0.02685546875, - -0.035308837890625, - -0.00007140636444091797, - -0.01806640625, - 0.007282257080078125, - 0.01456451416015625, - 0.034912109375, - 0.0163116455078125, - -0.033050537109375, - 0.00650787353515625, - 0.040679931640625, - 0.0228271484375, - 0.10491943359375, - -0.0242767333984375, - -0.0477294921875, - 0.0369873046875, - 0.0489501953125, - 0.0017690658569335938, - -0.0133209228515625, - 0.0216827392578125, - -0.006610870361328125, - 0.0103302001953125, - 0.01486968994140625, - 0.0202484130859375, - 0.029327392578125, - -0.006275177001953125, - 0.01373291015625, - 0.023651123046875, - -0.0019369125366210938, - 0.01849365234375, - 0.044403076171875, - 0.0272674560546875, - 0.00624847412109375, - 0.0174560546875, - -0.006221771240234375, - -0.0009102821350097656, - -0.0489501953125, - -0.06695556640625, - 0.00482940673828125, - 0.05865478515625, - 0.0162200927734375, - 0.0382080078125, - -0.0435791015625, - -0.06732177734375, - 0.0008521080017089844, - -0.0299530029296875, - 0.059478759765625, - 0.0210723876953125, - 0.02386474609375, - 0.044403076171875, - -0.0025177001953125, - 0.0168304443359375, - 0.023345947265625, - 0.009246826171875, - 0.0138397216796875, - 0.030364990234375, - 0.059478759765625, - -0.0027751922607421875, - -0.0343017578125, - 0.0297393798828125, - 0.044403076171875, - 0.037994384765625, - 0.034912109375, - -0.0006165504455566406, - -0.004596710205078125, - 0.01580810546875, - -0.01027679443359375, - 0.037994384765625, - 0.03326416015625, - -0.00348663330078125, - 0.0274658203125, - -0.01146697998046875, - 0.0093994140625, - -0.043365478515625, - -0.0037441253662109375, - 0.011932373046875, - -0.008056640625, - 0.0138397216796875, - 0.0021038055419921875, - -0.06524658203125, - -0.00691986083984375, - 0.043792724609375, - -0.07684326171875, - 0.0262298583984375, - 0.00878143310546875, - -0.0178680419921875, - 0.01611328125, - -0.02044677734375, - -0.06280517578125, - 0.03985595703125, - -0.0230255126953125, - -0.02313232421875, - -0.01322174072265625, - 0.02178955078125, - -0.0256195068359375, - -0.0309906005859375, - -0.0220947265625, - -0.027679443359375, - -0.024169921875, - -0.026336669921875, - 0.044403076171875, - 0.022613525390625, - -0.0038738250732421875, - 0.0322265625, - 0.03985595703125, - -0.0012006759643554688, - -0.00949859619140625, - 0.05328369140625, - -0.0343017578125, - -0.04254150390625, - 0.027679443359375, - 0.00238800048828125, - 0.024688720703125, - -0.04254150390625, - -0.01611328125, - 0.01161956787109375, - 0.006816864013671875, - -0.00666046142578125, - 0.01456451416015625, - -0.038818359375, - -0.06524658203125, - -0.06610107421875, - 0.04254150390625, - -0.005809783935546875, - 0.021270751953125, - 0.005084991455078125, - -0.034088134765625, - 0.0183868408203125, - -0.057830810546875, - -0.0143585205078125, - -0.0181732177734375, - 0.0175628662109375, - -0.0264434814453125, - 0.05743408203125, - -0.01373291015625, - 0.0010976791381835938, - 0.0011873245239257812, - 0.04150390625, - 0.00986480712890625, - 0.0146636962890625, - -0.03179931640625, - 0.01445770263671875, - 0.039031982421875, - -0.064453125, - -0.006557464599609375, - -0.00815582275390625, - -0.0012264251708984375, - 0.038421630859375, - -0.051422119140625, - 0.0011873245239257812, - 0.003265380859375, - -0.06524658203125, - -0.03448486328125, - -0.038818359375, - -0.009918212890625, - -0.036773681640625, - 0.034698486328125, - 0.03759765625, - -0.0173492431640625, - 0.04150390625, - -0.0024662017822265625, - 0.00717926025390625, - 0.006816864013671875, - -0.01538848876953125, - -0.018585205078125, - 0.0316162109375, - -0.0784912109375, - -0.04791259765625, - -0.026641845703125, - 0.0322265625, - -0.036773681640625, - -0.01404571533203125, - 0.0130157470703125, - 0.007904052734375, - 0.038421630859375, - -0.046051025390625, - 0.00893402099609375, - -0.034912109375, - -0.0289154052734375, - -0.020660400390625, - -0.013427734375, - 0.03656005859375, - 0.01027679443359375, - 0.00970458984375, - -0.007640838623046875, - 0.043182373046875, - -0.07891845703125, - 0.04254150390625, - 0.0208587646484375, - 0.02044677734375, - -0.01983642578125, - -0.01136016845703125, - 0.024993896484375, - 0.024993896484375, - 0.046478271484375, - -0.0257110595703125, - -0.032440185546875, - -0.08837890625, - 0.0301513671875, - -0.0020275115966796875, - -0.0189971923828125, - -0.008880615234375, - -0.044830322265625, - -0.054931640625, - -0.01136016845703125, - 0.045867919921875, - 0.0283050537109375, - 0.0194091796875, - -0.0197296142578125, - 0.00598907470703125, - -0.006610870361328125, - -0.0435791015625, - 0.0396728515625, - -0.00624847412109375, - 0.0255126953125, - -0.0001533031463623047, - -0.044403076171875, - 0.0316162109375, - 0.0355224609375, - 0.03863525390625, - 0.0189971923828125, - 0.0079498291015625, - -0.0305633544921875, - -0.0086212158203125, - 0.00457000732421875, - -0.0272674560546875, - 0.0013875961303710938, - -0.01104736328125, - 0.01507568359375, - -0.020660400390625, - -0.034088134765625, - 0.021270751953125, - 0.03594970703125, - 0.03717041015625, - -0.004673004150390625, - -0.00759124755859375, - 0.005859375, - 0.006195068359375, - 0.054931640625, - -0.01363372802734375, - -0.0264434814453125, - -0.0014390945434570312, - 0.03179931640625, - 0.045440673828125, - 0.0247802734375, - 0.0167388916015625, - -0.038421630859375, - -0.000293731689453125, - 0.02520751953125, - -0.02520751953125, - -0.045440673828125, - -0.03656005859375, - 0.0038204193115234375, - 0.0201416015625, - 0.038818359375, - -0.0124969482421875, - 0.068603515625, - 0.0131683349609375, - 0.00537109375, - 0.03863525390625, - 0.056182861328125, - 0.03985595703125, - -0.0186920166015625, - -0.048736572265625, - -0.018280029296875, - -0.0251007080078125, - -0.040283203125, - -0.0309906005859375, - 0.0015230178833007812, - 0.06072998046875, - -0.0689697265625, - -0.01322174072265625, - -0.0038738250732421875, - -0.0173492431640625, - 0.012603759765625, - 0.00457000732421875, - 0.0021305084228515625, - 0.037994384765625, - -0.01275634765625, - -0.0200347900390625, - -0.007076263427734375, - -0.037384033203125, - 0.01641845703125, - 0.030364990234375, - 0.019622802734375, - -0.0186920166015625, - 0.0037174224853515625, - 0.002246856689453125, - 0.01042938232421875, - 0.01352691650390625, - 0.0537109375, - 0.0237579345703125, - 0.03924560546875, - 0.027679443359375, - 0.0423583984375, - -0.023956298828125, - -0.01255035400390625, - 0.0130157470703125, - 0.0307769775390625, - 0.05224609375, - 0.07806396484375, - 0.00919342041015625, - -0.0051116943359375, - -0.0157012939453125, - -0.054931640625, - -0.0064544677734375, - 0.0008907318115234375, - -0.0037174224853515625, - -0.0557861328125, - -0.03924560546875, - 0.0218963623046875, - -0.0557861328125, - 0.051239013671875, - 0.029327392578125, - -0.0009360313415527344, - -0.01580810546875, - 0.01486968994140625, - 0.003330230712890625, - -0.03717041015625, - -0.01104736328125, - -0.02789306640625, - -0.0175628662109375, - -0.0462646484375, - -0.03118896484375, - 0.0328369140625, - -0.0216827392578125, - -0.0369873046875, - -0.0077972412109375, - 0.039031982421875, - -0.0195159912109375, - -0.043792724609375, - -0.0301513671875, - 0.004878997802734375, - -0.016937255859375, - -0.054107666015625, - -0.0343017578125, - -0.0227203369140625, - 0.0130157470703125, - -0.027679443359375, - 0.01177215576171875, - -0.014251708984375, - -0.01445770263671875, - -0.0242767333984375, - -0.032012939453125, - -0.04296875, - 0.031402587890625, - -0.04193115234375, - 0.03118896484375, - -0.005523681640625, - 0.043365478515625, - 0.06072998046875, - 0.06524658203125, - -0.0047760009765625, - -0.001949310302734375, - -0.0035114288330078125, - -0.0477294921875, - 0.0305633544921875, - -0.00800323486328125, - 0.02447509765625, - -0.058258056640625, - 0.018280029296875, - 0.06982421875, - -0.07025146484375, - 0.0230255126953125, - 0.0181732177734375, - -0.01311492919921875, - -0.05328369140625, - -0.0002968311309814453, - 0.018280029296875, - 0.0256195068359375, - 0.0784912109375, - 0.0017042160034179688, - -0.006763458251953125, - 0.005474090576171875, - -0.04833984375, - 0.0423583984375, - 0.0029296875, - 0.0120849609375, - -0.044830322265625, - 0.04254150390625, - 0.0170440673828125, - -0.03759765625, - 0.01141357421875, - -0.0731201171875, - -0.0110015869140625, - 0.0189056396484375, - 0.026123046875, - -0.0067138671875, - -0.020965576171875, - -0.0537109375, - -0.01012420654296875, - -0.04296875, - -0.000015914440155029297, - -0.018280029296875, - 0.0178680419921875, - -0.037384033203125, - 0.01363372802734375, - 0.0013685226440429688, - -0.018798828125, - -0.0229339599609375, - -0.02789306640625, - 0.0504150390625, - -0.0025177001953125, - -0.061126708984375, - 0.0186920166015625, - 0.0229339599609375, - -0.01528167724609375, - 0.0201416015625, - 0.04522705078125, - -0.040283203125, - -0.0052947998046875, - -0.005733489990234375, - 0.029327392578125, - -0.0028018951416015625, - -0.00945281982421875, - -0.0165252685546875, - 0.007537841796875, - 0.01104736328125, - -0.032440185546875, - 0.04730224609375, - 0.0194091796875, - -0.0477294921875, - -0.050811767578125, - -0.02850341796875, - -0.01104736328125, - 0.011260986328125, - -0.01027679443359375, - 0.0489501953125, - 0.0181732177734375, - -0.01776123046875, - -0.10205078125, - 0.06610107421875, - -0.008880615234375, - 0.0477294921875, - 0.0099639892578125, - -0.0104827880859375, - -0.039459228515625, - -0.0248870849609375, - -0.0093994140625, - 0.01136016845703125, - -0.05328369140625, - 0.0274658203125, - 0.00666046142578125, - -0.01580810546875, - 0.034088134765625, - -0.02447509765625, - 0.0123443603515625, - 0.0557861328125, - -0.0026073455810546875, - -0.0227203369140625, - 0.0557861328125, - -0.01507568359375, - 0.0186920166015625, - -0.0037174224853515625, - 0.001678466796875, - 0.0018978118896484375, - 0.00733184814453125, - -0.006404876708984375, - 0.006557464599609375, - 0.0382080078125, - 0.04254150390625, - -0.01528167724609375, - 0.02117919921875, - 0.01270294189453125, - 0.033477783203125, - 0.0018205642700195312, - -0.0189056396484375, - -0.005939483642578125, - 0.01507568359375, - -0.00919342041015625, - -0.0309906005859375, - -0.061553955078125, - -0.09295654296875, - 0.011932373046875, - -0.041107177734375, - -0.0213775634765625, - 0.0301513671875, - 0.039031982421875, - 0.007640838623046875, - -0.01983642578125, - 0.0243682861328125, - -0.004802703857421875, - -0.001678466796875, - -0.044830322265625, - 0.0175628662109375, - -0.012237548828125, - 0.040679931640625, - 0.0118255615234375, - -0.04730224609375, - 0.0256195068359375, - -0.04132080078125, - 0.02447509765625, - 0.00315093994140625, - -0.0038738250732421875, - -0.034698486328125, - 0.046478271484375, - -0.08099365234375, - -0.021270751953125, - 0.034088134765625, - 0.035736083984375, - -0.00733184814453125, - -0.049774169921875, - 0.05865478515625, - -0.0165252685546875, - -0.038818359375, - 0.041717529296875, - -0.0107421875, - -0.036773681640625, - 0.033050537109375, - 0.010589599609375, - 0.01012420654296875, - 0.010223388671875, - 0.052886962890625, - 0.034912109375, - 0.050201416015625, - 0.005062103271484375, - -0.00305938720703125, - 0.00010329484939575195, - 0.006610870361328125, - 0.0309906005859375, - 0.0170440673828125, - 0.03118896484375, - -0.007022857666015625, - 0.018585205078125, - -0.01456451416015625, - -0.08221435546875, - -0.0227203369140625, - -0.04193115234375, - -0.047515869140625, - 0.00565338134765625, - 0.076416015625, - 0.041107177734375, - 0.004413604736328125, - 0.02313232421875, - 0.045654296875, - 0.0131683349609375, - 0.00960540771484375, - -0.00197601318359375, - -0.051422119140625, - -0.046478271484375, - 0.0096588134765625, - 0.0025691986083984375, - -0.0772705078125, - 0.042144775390625, - 0.054931640625, - -0.0038204193115234375, - -0.01549530029296875, - -0.00604248046875, - 0.018585205078125, - 0.057830810546875, - -0.005756378173828125, - 0.004596710205078125, - -0.06982421875, - 0.036346435546875, - 0.0174560546875, - -0.0272674560546875, - -0.01528167724609375, - 0.003692626953125, - -0.040069580078125, - 0.035125732421875, - -0.07806396484375, - 0.0079498291015625, - -0.0006036758422851562, - 0.07269287109375, - 0.0183868408203125, - -0.013946533203125, - -0.0262298583984375, - 0.03717041015625, - 0.03387451171875, - -0.0259246826171875, - 0.015899658203125, - 0.0126495361328125, - -0.0259246826171875, - 0.009246826171875, - 0.054107666015625, - -0.022003173828125, - 0.04791259765625, - 0.00018155574798583984, - -0.063232421875, - 0.00811004638671875, - -0.0133209228515625, - -0.00518798828125, - 0.010894775390625, - -0.04400634765625, - -0.0041046142578125, - -0.04669189453125, - 0.04400634765625, - -0.0036144256591796875, - 0.04296875, - 0.0189971923828125, - -0.01244354248046875, - 0.01776123046875, - 0.0264434814453125, - 0.006763458251953125, - 0.02520751953125, - 0.0309906005859375, - 0.036773681640625, - -0.0096588134765625, - 0.01776123046875, - 0.02685546875, - -0.035736083984375, - 0.037384033203125, - -0.0322265625, - 0.005886077880859375, - -0.046875, - 0.007694244384765625, - 0.0037689208984375, - -0.0240631103515625, - 0.0039520263671875, - -0.0343017578125, - 0.003795623779296875, - -0.0083160400390625, - -0.04150390625, - -0.0089874267578125, - 0.035308837890625, - -0.0369873046875, - 0.0014333724975585938, - 0.0084686279296875, - -0.0174560546875, - 0.01187896728515625, - -0.0570068359375, - 0.07891845703125, - 0.045440673828125, - 0.018280029296875, - -0.0035381317138671875, - 0.054534912109375, - 0.025299072265625, - 0.04132080078125, - 0.01538848876953125, - 0.002155303955078125, - -0.03118896484375, - 0.059478759765625, - 0.0623779296875, - -0.0107421875, - -0.04791259765625, - 0.0119781494140625, - -0.01151275634765625, - -0.029327392578125, - 0.041717529296875, - 0.01806640625, - 0.0215911865234375, - 0.0038471221923828125, - -0.00841522216796875, - -0.00214385986328125, - -0.048126220703125, - 0.048126220703125, - -0.00717926025390625, - -0.00934600830078125, - 0.0305633544921875, - -0.046051025390625, - 0.05535888671875, - 0.00658416748046875, - 0.08221435546875, - -0.029541015625, - 0.04461669921875, - -0.0242767333984375, - -0.0019235610961914062, - -0.01001739501953125, - 0.00841522216796875, - -0.005886077880859375, - 0.037811279296875, - -0.023345947265625, - 0.07061767578125, - 0.040069580078125, - -0.019317626953125, - -0.060302734375, - -0.034698486328125, - 0.002593994140625, - 0.005138397216796875, - 0.0489501953125, - -0.0408935546875, - -0.0205535888671875, - 0.0222015380859375, - 0.0297393798828125, - 0.063232421875, - 0.00841522216796875, - 0.040283203125, - 0.0170440673828125, - -0.020965576171875, - -0.0186920166015625, - -0.0162200927734375 - ], - "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" - ], - "skillLevel": "beginner", - "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.02374267578125, - 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.003864288330078125, - -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.02374267578125, - 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.0009660720825195312, - 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.02374267578125, - 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.030914306640625, - -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.06182861328125, - -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.02374267578125, - 0.003631591796875, - -0.0325927734375, - 0.01229095458984375, - -0.011871337890625, - 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.021881103515625, - -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.0019321441650390625, - 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.0154571533203125, - 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.0357666015625, - 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_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_Volatility_3", - "type": "tool", - "name": "Volatility 3", - "content": "volatility 3 der standard für memory-forensik - komplett neu entwickelt für moderne ermittlungen. version 3 (feature-parity mai 2025) eliminiert das lästige --profile durch automatische os-erkennung. revolutionäre performance durch symbolbasierte analyse verarbeitet multi-gb-dumps in sekunden statt minuten. über 100 plugins dekodieren prozesse, dll-injections, netzwerkverbindungen, registry-hives und versteckte rootkits. native python-3-architektur mit timeline-integration und cloud-storage-support (s3, gcs). neue plugins: windows.hollowprocesses für process-ghosting, linux.ebpf für kernel-hooks, windows.shimcachemem für persistence. yara-integration und sigma-rules direkt im framework. die intuitivere api beschleunigt plugin-entwicklung drastisch. unterstützt aktuelle windows 11, linux 6.x und macos sonoma. der umstieg von v2 lohnt sich allein wegen der performance - analysen die früher stunden dauerten sind jetzt in minuten erledigt. command-line plugin-support scripting memory-timeline process-analysis network-artifacts rootkit-detection code-injection yara-integration python-api scenario:memory_dump opensource incident-response static-investigations malware-analysis network-forensics examination analysis", - "embedding": [ - -0.03472900390625, - 0.0278167724609375, - 0.05352783203125, - -0.0188751220703125, - 0.041290283203125, - 0.041107177734375, - -0.0010576248168945312, - 0.01019287109375, - -0.01453399658203125, - 0.005580902099609375, - -0.03631591796875, - 0.0194091796875, - 0.0002548694610595703, - -0.0233917236328125, - -0.062744140625, - 0.041107177734375, - -0.012939453125, - 0.01213836669921875, - 0.0052490234375, - 0.0064697265625, - -0.0208282470703125, - -0.02569580078125, - -0.06378173828125, - 0.0162200927734375, - 0.0288848876953125, - 0.02587890625, - -0.0106353759765625, - -0.052459716796875, - -0.006999969482421875, - 0.0027141571044921875, - 0.0281829833984375, - -0.02960205078125, - 0.02374267578125, - 0.021087646484375, - -0.0014181137084960938, - -0.0052490234375, - 0.007175445556640625, - -0.054931640625, - -0.0269317626953125, - 0.052093505859375, - -0.0152435302734375, - 0.0018053054809570312, - 0.023040771484375, - -0.01666259765625, - -0.054229736328125, - -0.028350830078125, - 0.0177154541015625, - -0.01532745361328125, - 0.039703369140625, - -0.043243408203125, - 0.01435089111328125, - 0.0288848876953125, - 0.002658843994140625, - -0.01222991943359375, - -0.04254150390625, - 0.0159454345703125, - -0.004451751708984375, - 0.001617431640625, - -0.035980224609375, - 0.0474853515625, - -0.0765380859375, - -0.031707763671875, - -0.001850128173828125, - -0.032073974609375, - 0.0109405517578125, - 0.04449462890625, - -0.0033016204833984375, - -0.03155517578125, - 0.02215576171875, - 0.01444244384765625, - 0.00036835670471191406, - -0.0281829833984375, - -0.0423583984375, - 0.02410888671875, - 0.0022144317626953125, - -0.054931640625, - 0.00970458984375, - 0.043609619140625, - 0.006511688232421875, - -0.001728057861328125, - -0.0552978515625, - 0.00904083251953125, - 0.039703369140625, - -0.001972198486328125, - -0.016571044921875, - 0.013824462890625, - 0.03118896484375, - 0.0272979736328125, - 0.0160369873046875, - -0.00948333740234375, - 0.04217529296875, - 0.00215911865234375, - 0.0281829833984375, - -0.0124053955078125, - 0.037750244140625, - 0.041656494140625, - -0.00522613525390625, - -0.0313720703125, - -0.011871337890625, - 0.035614013671875, - 0.016387939453125, - -0.04217529296875, - 0.022857666015625, - 0.0020046234130859375, - 0.041656494140625, - -0.039154052734375, - 0.01267242431640625, - -0.0171966552734375, - -0.00930023193359375, - -0.0180816650390625, - -0.10205078125, - -0.03350830078125, - -0.00032806396484375, - -0.046417236328125, - -0.012054443359375, - -0.00013709068298339844, - -0.00551605224609375, - 0.054931640625, - -0.03826904296875, - -0.06341552734375, - 0.0114288330078125, - 0.0161285400390625, - -0.007488250732421875, - 0.0271148681640625, - -0.0216217041015625, - -0.039337158203125, - 0.010009765625, - 0.04022216796875, - -0.013824462890625, - -0.016571044921875, - -0.01470947265625, - -0.0005927085876464844, - -0.0158538818359375, - -0.03472900390625, - 0.0050048828125, - -0.0158538818359375, - 0.0306549072265625, - -0.0024929046630859375, - -0.023040771484375, - 0.02569580078125, - 0.04022216796875, - -0.02215576171875, - -0.04998779296875, - 0.03155517578125, - -0.0271148681640625, - -0.01090240478515625, - -0.007354736328125, - 0.032073974609375, - -0.00997161865234375, - -0.01444244384765625, - -0.01727294921875, - 0.005428314208984375, - 0.04998779296875, - 0.0189666748046875, - 0.00997161865234375, - -0.04217529296875, - -0.0186004638671875, - -0.024993896484375, - 0.054931640625, - -0.02197265625, - -0.0225982666015625, - -0.0002548694610595703, - -0.0132904052734375, - 0.0225982666015625, - -0.037384033203125, - -0.024810791015625, - 0.017364501953125, - 0.0288848876953125, - 0.0090789794921875, - 0.0187835693359375, - 0.03900146484375, - 0.0024471282958984375, - 0.058135986328125, - 0.07940673828125, - -0.021087646484375, - 0.0030345916748046875, - 0.0006313323974609375, - -0.002857208251953125, - 0.034210205078125, - 0.0287017822265625, - -0.0198516845703125, - -0.01409149169921875, - 0.0274658203125, - -0.01311492919921875, - 0.00855255126953125, - -0.0064239501953125, - -0.0171966552734375, - 0.0010690689086914062, - -0.04608154296875, - 0.01444244384765625, - -0.056365966796875, - -0.0262298583984375, - -0.03509521484375, - 0.04058837890625, - 0.00934600830078125, - 0.072998046875, - 0.02587890625, - -0.002269744873046875, - 0.02410888671875, - 0.01568603515625, - 0.0168304443359375, - 0.039337158203125, - -0.018157958984375, - 0.0482177734375, - -0.00004017353057861328, - 0.0297698974609375, - -0.01373291015625, - 0.07086181640625, - -0.01027679443359375, - -0.010498046875, - -0.0069122314453125, - 0.055999755859375, - -0.0141754150390625, - -0.0217132568359375, - -0.0177154541015625, - -0.038116455078125, - 0.0132904052734375, - -0.01134490966796875, - -0.004077911376953125, - -0.0064697265625, - -0.0272979736328125, - -0.046783447265625, - -0.0177154541015625, - 0.02960205078125, - -0.0087738037109375, - 0.045013427734375, - 0.046783447265625, - -0.01023101806640625, - -0.040771484375, - 0.007663726806640625, - 0.01027679443359375, - 0.016754150390625, - 0.00571441650390625, - -0.0009908676147460938, - -0.018341064453125, - -0.033660888671875, - 0.030303955078125, - 0.0109405517578125, - 0.0271148681640625, - 0.00952911376953125, - -0.00664520263671875, - 0.0513916015625, - -0.011871337890625, - 0.04571533203125, - 0.035980224609375, - -0.01125335693359375, - -0.00615692138671875, - 0.00502777099609375, - 0.03668212890625, - 0.06878662109375, - -0.0482177734375, - -0.00159454345703125, - -0.08575439453125, - -0.0032787322998046875, - -0.07196044921875, - -0.035980224609375, - -0.01320648193359375, - -0.051025390625, - 0.041473388671875, - -0.03277587890625, - -0.02392578125, - 0.004119873046875, - 0.006378173828125, - 0.01763916015625, - 0.0552978515625, - 0.0207366943359375, - -0.035430908203125, - -0.005603790283203125, - 0.0592041015625, - -0.0083770751953125, - -0.02392578125, - -0.0016832351684570312, - 0.0196685791015625, - -0.032257080078125, - 0.01302337646484375, - -0.0290679931640625, - 0.01727294921875, - 0.04571533203125, - 0.0169219970703125, - 0.0184326171875, - -0.0206451416015625, - 0.003787994384765625, - -0.0215301513671875, - 0.039520263671875, - -0.032257080078125, - -0.0016613006591796875, - 0.0013399124145507812, - -0.007175445556640625, - -0.0260467529296875, - -0.058837890625, - 0.0161285400390625, - 0.062744140625, - -0.0014505386352539062, - -0.0005731582641601562, - -0.0012235641479492188, - -0.050323486328125, - 0.0279998779296875, - -0.0059814453125, - 0.0026912689208984375, - 0.0206451416015625, - 0.050323486328125, - -0.0255126953125, - 0.003765106201171875, - -0.0059814453125, - -0.00576019287109375, - -0.035430908203125, - -0.06060791015625, - -0.0288848876953125, - -0.00952911376953125, - -0.03863525390625, - 0.0009412765502929688, - 0.0262298583984375, - -0.006378173828125, - 0.00797271728515625, - -0.00904083251953125, - -0.012939453125, - -0.035430908203125, - -0.042877197265625, - 0.0269317626953125, - -0.022064208984375, - -0.03509521484375, - -0.0204620361328125, - 0.04608154296875, - 0.00792694091796875, - 0.01470947265625, - -0.0251617431640625, - -0.010498046875, - -0.0215301513671875, - 0.0039215087890625, - -0.0095672607421875, - 0.037933349609375, - -0.0030574798583984375, - 0.04376220703125, - 0.036865234375, - 0.012847900390625, - 0.01134490966796875, - 0.048553466796875, - 0.015594482421875, - -0.0216217041015625, - -0.0016508102416992188, - -0.004032135009765625, - 0.01125335693359375, - 0.0106353759765625, - -0.0164794921875, - -0.0142669677734375, - -0.0244598388671875, - -0.01435089111328125, - 0.0195770263671875, - 0.0017719268798828125, - 0.03277587890625, - 0.0345458984375, - -0.006999969482421875, - 0.01027679443359375, - 0.028350830078125, - 0.0006532669067382812, - 0.09356689453125, - -0.01320648193359375, - -0.057403564453125, - 0.0008473396301269531, - 0.0242767333984375, - -0.021087646484375, - -0.001140594482421875, - 0.045013427734375, - 0.0059814453125, - -0.00934600830078125, - 0.0189666748046875, - 0.0000851750373840332, - 0.02923583984375, - -0.02215576171875, - 0.0008916854858398438, - 0.03118896484375, - -0.0208282470703125, - 0.012054443359375, - 0.03668212890625, - 0.051025390625, - 0.0255126953125, - 0.048553466796875, - -0.041656494140625, - -0.021087646484375, - -0.032623291015625, - -0.061676025390625, - 0.0012845993041992188, - 0.0278167724609375, - 0.01568603515625, - 0.05316162109375, - -0.0244598388671875, - -0.0804443359375, - 0.026763916015625, - -0.039154052734375, - 0.07159423828125, - 0.06378173828125, - -0.003875732421875, - 0.04217529296875, - 0.0005536079406738281, - -0.00885772705078125, - 0.01399993896484375, - 0.014801025390625, - 0.0290679931640625, - 0.0288848876953125, - 0.04217529296875, - -0.0097503662109375, - -0.037567138671875, - 0.034912109375, - 0.046417236328125, - 0.0188751220703125, - -0.0133819580078125, - 0.0297698974609375, - 0.005649566650390625, - 0.02923583984375, - -0.023040771484375, - 0.0364990234375, - 0.046417236328125, - -0.0004706382751464844, - 0.03277587890625, - -0.015777587890625, - 0.0308380126953125, - -0.0299530029296875, - 0.00576019287109375, - 0.01071929931640625, - -0.0015287399291992188, - 0.009613037109375, - 0.013824462890625, - -0.05670166015625, - -0.01532745361328125, - 0.041473388671875, - -0.047149658203125, - 0.005672454833984375, - 0.042724609375, - -0.0297698974609375, - 0.01541900634765625, - -0.0077972412109375, - -0.043426513671875, - 0.037200927734375, - -0.02410888671875, - -0.023040771484375, - 0.006290435791015625, - 0.041290283203125, - -0.04022216796875, - -0.045379638671875, - -0.0288848876953125, - 0.0006508827209472656, - -0.0018939971923828125, - -0.041290283203125, - 0.036163330078125, - 0.0008859634399414062, - -0.022247314453125, - 0.034210205078125, - 0.04998779296875, - -0.005428314208984375, - -0.01169586181640625, - 0.03314208984375, - -0.0213623046875, - -0.0313720703125, - 0.0290679931640625, - -0.0081939697265625, - 0.0169219970703125, - -0.032073974609375, - -0.0208282470703125, - 0.0096588134765625, - -0.00370025634765625, - -0.00792694091796875, - -0.0060272216796875, - -0.04608154296875, - -0.022247314453125, - -0.059539794921875, - 0.04254150390625, - -0.00757598876953125, - 0.01120758056640625, - -0.004917144775390625, - -0.0513916015625, - 0.03118896484375, - -0.07476806640625, - -0.0584716796875, - -0.0106353759765625, - 0.0226898193359375, - -0.003543853759765625, - 0.06732177734375, - -0.0170135498046875, - -0.00007474422454833984, - 0.0007367134094238281, - 0.0400390625, - 0.0035877227783203125, - 0.0114288330078125, - -0.038116455078125, - 0.030120849609375, - 0.012847900390625, - -0.0223236083984375, - 0.015777587890625, - -0.01041412353515625, - -0.0027027130126953125, - 0.0384521484375, - -0.05352783203125, - -0.00502777099609375, - 0.0199432373046875, - -0.0474853515625, - -0.0279998779296875, - -0.054595947265625, - 0.0008807182312011719, - -0.0482177734375, - 0.044830322265625, - 0.046783447265625, - 0.0159454345703125, - 0.0592041015625, - 0.0124969482421875, - -0.01824951171875, - 0.012054443359375, - -0.00841522216796875, - -0.0123138427734375, - 0.0224151611328125, - -0.0623779296875, - -0.0225067138671875, - -0.02410888671875, - 0.00948333740234375, - -0.0384521484375, - -0.017547607421875, - 0.00262451171875, - -0.0114288330078125, - 0.0299530029296875, - -0.052093505859375, - 0.01302337646484375, - -0.016387939453125, - 0.01036834716796875, - -0.04254150390625, - -0.012939453125, - 0.0169219970703125, - 0.01267242431640625, - 0.0024471282958984375, - -0.004009246826171875, - 0.0217132568359375, - -0.054595947265625, - 0.032958984375, - 0.01222991943359375, - 0.01222991943359375, - -0.0005121231079101562, - -0.0028018951416015625, - 0.01311492919921875, - 0.0186004638671875, - 0.041473388671875, - -0.00815582275390625, - -0.041656494140625, - -0.07196044921875, - 0.005649566650390625, - 0.0033016204833984375, - -0.037567138671875, - -0.030120849609375, - -0.0244598388671875, - -0.06805419921875, - 0.0012569427490234375, - 0.02923583984375, - 0.0294189453125, - 0.00841522216796875, - -0.04449462890625, - -0.024993896484375, - 0.0004513263702392578, - -0.0217132568359375, - 0.044830322265625, - -0.0226898193359375, - 0.0005097389221191406, - -0.00797271728515625, - -0.02215576171875, - 0.024993896484375, - 0.034210205078125, - 0.021087646484375, - 0.020111083984375, - 0.0177154541015625, - -0.0196685791015625, - 0.01355743408203125, - -0.0015287399291992188, - -0.01076507568359375, - 0.0030345916748046875, - -0.023040771484375, - 0.0272979736328125, - -0.040924072265625, - -0.0271148681640625, - 0.02099609375, - 0.01488494873046875, - 0.018524169921875, - -0.0306549072265625, - -0.030303955078125, - 0.02569580078125, - -0.00841522216796875, - 0.06341552734375, - -0.031707763671875, - -0.031890869140625, - 0.0035228729248046875, - -0.014617919921875, - 0.031890869140625, - 0.0404052734375, - -0.00939178466796875, - -0.043060302734375, - 0.0101470947265625, - 0.037750244140625, - -0.0081939697265625, - -0.0364990234375, - -0.036163330078125, - 0.0132904052734375, - 0.00792694091796875, - 0.07086181640625, - 0.0012187957763671875, - 0.09283447265625, - 0.02099609375, - 0.018157958984375, - 0.044830322265625, - 0.07122802734375, - 0.01666259765625, - -0.016571044921875, - -0.062744140625, - -0.0151519775390625, - 0.018524169921875, - -0.0278167724609375, - -0.0313720703125, - -0.031890869140625, - 0.0662841796875, - -0.087890625, - -0.0215301513671875, - 0.0028247833251953125, - -0.012054443359375, - 0.04608154296875, - 0.01311492919921875, - -0.0133819580078125, - 0.01488494873046875, - 0.02569580078125, - -0.037200927734375, - 0.00846099853515625, - -0.0208282470703125, - 0.035797119140625, - 0.04962158203125, - 0.0064697265625, - -0.00978851318359375, - 0.0224151611328125, - -0.00624847412109375, - 0.00846099853515625, - 0.03900146484375, - 0.0244598388671875, - 0.0064697265625, - -0.0009303092956542969, - 0.04998779296875, - 0.047149658203125, - -0.01390838623046875, - -0.0206451416015625, - 0.024993896484375, - 0.03350830078125, - 0.056365966796875, - 0.0439453125, - 0.01497650146484375, - 0.0090789794921875, - 0.0021266937255859375, - -0.05352783203125, - -0.01023101806640625, - 0.00547027587890625, - 0.0012350082397460938, - -0.0478515625, - -0.033660888671875, - 0.01355743408203125, - -0.045379638671875, - 0.03509521484375, - 0.0114288330078125, - -0.0478515625, - -0.006954193115234375, - 0.0278167724609375, - -0.0097503662109375, - -0.0306549072265625, - 0.0123138427734375, - -0.0031452178955078125, - -0.035430908203125, - -0.038116455078125, - -0.039886474609375, - 0.020904541015625, - -0.0255126953125, - -0.0655517578125, - -0.022064208984375, - 0.023040771484375, - -0.03350830078125, - -0.053863525390625, - -0.021087646484375, - 0.011077880859375, - -0.01213836669921875, - -0.037750244140625, - -0.03863525390625, - -0.024627685546875, - 0.012847900390625, - -0.0513916015625, - 0.0274658203125, - -0.02569580078125, - -0.037567138671875, - -0.007663726806640625, - -0.0225982666015625, - -0.0264129638671875, - 0.024810791015625, - -0.04376220703125, - 0.042724609375, - -0.01071929931640625, - 0.0253448486328125, - 0.01267242431640625, - 0.06341552734375, - -0.0197601318359375, - 0.007442474365234375, - -0.0064239501953125, - -0.06842041015625, - -0.0007367134094238281, - 0.000606536865234375, - 0.0029010772705078125, - -0.0726318359375, - 0.022064208984375, - 0.0478515625, - -0.076904296875, - 0.0306549072265625, - -0.0013628005981445312, - -0.020111083984375, - -0.037567138671875, - -0.00815582275390625, - -0.0005316734313964844, - 0.004650115966796875, - 0.09075927734375, - 0.0159454345703125, - -0.002857208251953125, - -0.0029239654541015625, - -0.045013427734375, - 0.059539794921875, - 0.00571441650390625, - 0.0168304443359375, - -0.050689697265625, - 0.0281829833984375, - 0.01267242431640625, - -0.03472900390625, - -0.0124053955078125, - -0.07122802734375, - -0.0124969482421875, - 0.0262298583984375, - 0.036163330078125, - 0.0016727447509765625, - 0.0155029296875, - -0.039337158203125, - -0.0288848876953125, - -0.030120849609375, - 0.01444244384765625, - -0.00762176513671875, - 0.01090240478515625, - -0.0279998779296875, - 0.0281829833984375, - 0.0033664703369140625, - -0.04925537109375, - -0.0235748291015625, - -0.034912109375, - 0.046783447265625, - -0.0024471282958984375, - -0.053863525390625, - 0.039337158203125, - 0.0213623046875, - 0.0124053955078125, - 0.023040771484375, - 0.050323486328125, - -0.026580810546875, - -0.005626678466796875, - 0.01346588134765625, - 0.039886474609375, - 0.012847900390625, - 0.0006866455078125, - 0.0170135498046875, - 0.01346588134765625, - 0.0104522705078125, - -0.040924072265625, - 0.037200927734375, - 0.030303955078125, - -0.02960205078125, - -0.0290679931640625, - -0.040771484375, - -0.038116455078125, - 0.034912109375, - -0.0031890869140625, - 0.0478515625, - 0.00792694091796875, - -0.0159454345703125, - -0.0992431640625, - 0.038818359375, - -0.0169219970703125, - 0.0279998779296875, - 0.0110321044921875, - -0.022857666015625, - -0.07830810546875, - -0.06732177734375, - -0.024810791015625, - 0.0050048828125, - -0.0109405517578125, - 0.02923583984375, - 0.01568603515625, - -0.005893707275390625, - 0.028350830078125, - 0.0025482177734375, - -0.016387939453125, - 0.034912109375, - 0.014617919921875, - -0.033660888671875, - 0.06842041015625, - -0.044647216796875, - -0.0028362274169921875, - 0.01090240478515625, - 0.021881103515625, - -0.00463104248046875, - 0.0090789794921875, - -0.0159454345703125, - -0.0290679931640625, - 0.0251617431640625, - 0.03826904296875, - -0.01090240478515625, - 0.02117919921875, - -0.0262298583984375, - 0.021087646484375, - 0.0123138427734375, - 0.0023479461669921875, - 0.00669097900390625, - 0.02374267578125, - -0.0223236083984375, - -0.0012903213500976562, - -0.06097412109375, - -0.07763671875, - 0.041107177734375, - -0.039337158203125, - 0.00615692138671875, - 0.007663726806640625, - 0.00930023193359375, - 0.01346588134765625, - -0.026763916015625, - 0.04217529296875, - -0.0003018379211425781, - -0.006336212158203125, - -0.028533935546875, - 0.0552978515625, - -0.0171051025390625, - 0.022064208984375, - 0.01346588134765625, - -0.034912109375, - 0.00823974609375, - 0.00102996826171875, - -0.0096588134765625, - -0.0294189453125, - -0.01160430908203125, - -0.005672454833984375, - 0.0189666748046875, - -0.06488037109375, - 0.001312255859375, - 0.0288848876953125, - 0.03509521484375, - -0.004364013671875, - -0.04022216796875, - 0.0384521484375, - -0.006954193115234375, - -0.06768798828125, - 0.02374267578125, - -0.0044097900390625, - -0.041290283203125, - 0.0160369873046875, - -0.01085662841796875, - 0.01041412353515625, - 0.01444244384765625, - 0.03509521484375, - 0.0474853515625, - 0.026580810546875, - -0.005138397216796875, - -0.0168304443359375, - 0.01169586181640625, - -0.02764892578125, - 0.026580810546875, - 0.021087646484375, - 0.0115203857421875, - -0.0083770751953125, - -0.0008139610290527344, - 0.012847900390625, - -0.076904296875, - -0.0179901123046875, - -0.0262298583984375, - -0.061309814453125, - -0.0004513263702392578, - 0.07476806640625, - 0.045013427734375, - -0.0008306503295898438, - 0.016754150390625, - 0.0400390625, - 0.045379638671875, - 0.00939178466796875, - -0.02410888671875, - -0.0513916015625, - -0.0313720703125, - 0.0152435302734375, - 0.034027099609375, - -0.045196533203125, - 0.0517578125, - 0.054595947265625, - -0.01258087158203125, - -0.00939178466796875, - -0.0159454345703125, - 0.00487518310546875, - 0.057769775390625, - 0.0233917236328125, - 0.011871337890625, - -0.0552978515625, - 0.00669097900390625, - 0.036163330078125, - -0.00806427001953125, - 0.00463104248046875, - -0.00952911376953125, - -0.024627685546875, - 0.021270751953125, - -0.042724609375, - -0.003078460693359375, - 0.0044097900390625, - 0.0811767578125, - 0.00708770751953125, - -0.03826904296875, - -0.00394439697265625, - 0.037200927734375, - 0.01081085205078125, - -0.0345458984375, - 0.0218048095703125, - 0.0207366943359375, - -0.03668212890625, - 0.0161285400390625, - 0.0225982666015625, - 0.003345489501953125, - 0.02923583984375, - 0.0133819580078125, - -0.0400390625, - 0.0199432373046875, - 0.0150604248046875, - 0.004207611083984375, - -0.00025200843811035156, - -0.039154052734375, - -0.030303955078125, - -0.04412841796875, - 0.02020263671875, - 0.00478363037109375, - 0.04254150390625, - 0.01068115234375, - -0.00992584228515625, - -0.01169586181640625, - 0.01076507568359375, - 0.031707763671875, - 0.01390838623046875, - 0.0225982666015625, - -0.0015621185302734375, - -0.0034332275390625, - 0.01267242431640625, - 0.026580810546875, - -0.045013427734375, - 0.04962158203125, - -0.04571533203125, - -0.000005364418029785156, - -0.051025390625, - 0.02215576171875, - 0.001617431640625, - -0.016571044921875, - 0.004718780517578125, - -0.04925537109375, - 0.01120758056640625, - -0.0214385986328125, - -0.057769775390625, - -0.000576019287109375, - 0.046417236328125, - -0.044830322265625, - 0.03155517578125, - 0.016387939453125, - -0.01081085205078125, - 0.004520416259765625, - -0.07196044921875, - 0.09039306640625, - 0.0090789794921875, - 0.0242767333984375, - -0.0163116455078125, - 0.0073089599609375, - 0.01568603515625, - 0.0031681060791015625, - -0.0022373199462890625, - 0.0186920166015625, - -0.0180816650390625, - 0.06024169921875, - 0.0262298583984375, - -0.0078887939453125, - -0.0180816650390625, - 0.00934600830078125, - 0.0207366943359375, - -0.056365966796875, - 0.032073974609375, - 0.040771484375, - 0.03472900390625, - 0.00296783447265625, - -0.01116180419921875, - 0.004608154296875, - -0.06378173828125, - 0.06451416015625, - 0.0162200927734375, - -0.00669097900390625, - 0.034912109375, - -0.05352783203125, - 0.052825927734375, - 0.0215301513671875, - 0.0384521484375, - -0.04925537109375, - 0.043060302734375, - -0.0152435302734375, - 0.0059356689453125, - 0.01346588134765625, - 0.0005288124084472656, - 0.01222991943359375, - 0.01453399658203125, - -0.0197601318359375, - 0.045379638671875, - 0.00020074844360351562, - 0.01435089111328125, - -0.0850830078125, - -0.0170135498046875, - -0.01129913330078125, - 0.01666259765625, - 0.02587890625, - -0.0242767333984375, - -0.02587890625, - 0.0033893585205078125, - 0.039154052734375, - 0.0584716796875, - -0.00952911376953125, - 0.032958984375, - 0.0225067138671875, - -0.023040771484375, - -0.0064697265625, - -0.005847930908203125 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "malware-analysis", - "network-forensics" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "command-line", - "plugin-support", - "scripting", - "memory-timeline", - "process-analysis", - "network-artifacts", - "rootkit-detection", - "code-injection", - "yara-integration", - "python-api", - "scenario:memory_dump", - "opensource" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, { "id": "tool_DFIR_IRIS", "type": "tool", @@ -34829,6 +26395,11596 @@ "type": "tool" } }, + { + "id": "tool_Android_Backup_Extractor", + "type": "tool", + "name": "Android Backup Extractor", + "content": "android backup extractor das bewährte kommandozeilen‑werkzeug zum entpacken und packen von android‑backups (.ab) aus »adb backup« – inklusive entschlüsselung passwort­geschützter archive dank integrierter aes‑routinen. ideal für die extraktion forensisch relevanter app‑daten ohne root‑zugriff und damit ein must‑have für mobile‑analysen. :contentreference[oaicite:0]{index=0} commandline backup encryption artifact-extraction android scenario:file_recovery mobile-forensics static-investigations examination analysis", + "embedding": [ + 0.0143280029296875, + 0.008697509765625, + 0.01348876953125, + -0.00018095970153808594, + 0.01971435546875, + 0.0202789306640625, + 0.034423828125, + 0.000033974647521972656, + -0.01209259033203125, + -0.00534820556640625, + -0.00423431396484375, + 0.08074951171875, + 0.0104217529296875, + 0.0067901611328125, + -0.0280914306640625, + 0.0067901611328125, + 0.0036983489990234375, + 0.002696990966796875, + -0.006931304931640625, + -0.004512786865234375, + -0.007022857666015625, + -0.0260467529296875, + -0.06439208984375, + -0.00893402099609375, + -0.01302337646484375, + 0.020751953125, + -0.0180511474609375, + -0.05096435546875, + -0.0243682861328125, + 0.00623321533203125, + 0.023345947265625, + -0.0277252197265625, + -0.0015811920166015625, + 0.039825439453125, + 0.0037899017333984375, + -0.01506805419921875, + -0.006000518798828125, + -0.017486572265625, + -0.0256805419921875, + 0.053955078125, + -0.0122833251953125, + 0.01200103759765625, + 0.01515960693359375, + 0.0048828125, + -0.034423828125, + -0.0269775390625, + -0.00836944580078125, + -0.01055908203125, + 0.020751953125, + -0.0277252197265625, + 0.0167388916015625, + 0.024932861328125, + 0.02679443359375, + -0.007022857666015625, + -0.04150390625, + 0.05023193359375, + 0.026611328125, + -0.03887939453125, + -0.058807373046875, + 0.0535888671875, + -0.05096435546875, + -0.0008373260498046875, + 0.0180511474609375, + -0.006046295166015625, + 0.0009708404541015625, + 0.00836944580078125, + -0.013397216796875, + -0.023345947265625, + -0.0078582763671875, + 0.00428009033203125, + -0.00762939453125, + -0.021392822265625, + -0.01186370849609375, + 0.05804443359375, + -0.004116058349609375, + -0.0535888671875, + 0.0143280029296875, + -0.00836944580078125, + -0.00623321533203125, + 0.01200103759765625, + -0.04278564453125, + -0.0107421875, + 0.01515960693359375, + -0.02716064453125, + 0.006931304931640625, + 0.020843505859375, + 0.0205535888671875, + -0.0032787322998046875, + -0.006977081298828125, + -0.019622802734375, + 0.0152587890625, + -0.01776123046875, + 0.019439697265625, + -0.013671875, + 0.056182861328125, + 0.059173583984375, + -0.033477783203125, + 0.006000518798828125, + 0.0164642333984375, + 0.0390625, + 0.00016641616821289062, + -0.04278564453125, + 0.0628662109375, + 0.0013484954833984375, + 0.039825439453125, + -0.0260467529296875, + 0.0163726806640625, + -0.0216827392578125, + -0.025299072265625, + -0.022796630859375, + -0.12353515625, + -0.041290283203125, + -0.024749755859375, + -0.04205322265625, + -0.01776123046875, + -0.0086517333984375, + -0.0029544830322265625, + 0.045196533203125, + -0.056549072265625, + -0.032196044921875, + 0.00762939453125, + 0.031829833984375, + -0.024566650390625, + -0.0107879638671875, + -0.05059814453125, + -0.026611328125, + -0.0013551712036132812, + 0.005092620849609375, + -0.05059814453125, + -0.035736083984375, + -0.0316162109375, + -0.011627197265625, + -0.03070068359375, + -0.0340576171875, + -0.0160064697265625, + -0.048736572265625, + 0.032379150390625, + 0.00261688232421875, + 0.0015468597412109375, + 0.00823211669921875, + 0.031829833984375, + -0.05731201171875, + -0.07293701171875, + 0.015625, + -0.034423828125, + 0.006511688232421875, + -0.03070068359375, + 0.06658935546875, + -0.037017822265625, + -0.0167388916015625, + -0.020843505859375, + -0.005558013916015625, + 0.03497314453125, + -0.01386260986328125, + -0.002140045166015625, + -0.044281005859375, + -0.00476837158203125, + -0.0264129638671875, + 0.01544189453125, + -0.02093505859375, + -0.033294677734375, + 0.0167388916015625, + -0.023345947265625, + 0.032379150390625, + -0.01404571533203125, + -0.0299530029296875, + -0.031829833984375, + 0.0093994140625, + -0.019073486328125, + -0.0003707408905029297, + 0.00911712646484375, + -0.02716064453125, + 0.040008544921875, + 0.0703125, + 0.0105133056640625, + 0.0264129638671875, + -0.00469970703125, + 0.0105133056640625, + 0.0145111083984375, + 0.04986572265625, + -0.01284027099609375, + -0.0295867919921875, + 0.04913330078125, + 0.02734375, + 0.0230712890625, + -0.015716552734375, + -0.03887939453125, + 0.0020008087158203125, + -0.0280914306640625, + 0.0625, + -0.023345947265625, + -0.0178680419921875, + 0.015625, + 0.01898193359375, + 0.0224151611328125, + 0.036651611328125, + 0.0280914306640625, + -0.019073486328125, + 0.040924072265625, + -0.00958251953125, + 0.028656005859375, + 0.058807373046875, + 0.00991058349609375, + 0.044647216796875, + 0.006511688232421875, + 0.002872467041015625, + -0.01470184326171875, + 0.036102294921875, + 0.0260467529296875, + -0.021209716796875, + -0.0222320556640625, + 0.00804901123046875, + 0.015350341796875, + -0.028839111328125, + -0.01544189453125, + -0.0347900390625, + 0.025299072265625, + -0.036102294921875, + -0.03106689453125, + -0.00006395578384399414, + -0.0103759765625, + -0.0784912109375, + 0.01953125, + 0.0256805419921875, + -0.0260467529296875, + 0.03070068359375, + 0.033477783203125, + -0.013397216796875, + -0.04278564453125, + 0.029022216796875, + -0.006977081298828125, + 0.034423828125, + 0.00916290283203125, + 0.040008544921875, + -0.0161895751953125, + -0.0066986083984375, + 0.056182861328125, + 0.03125, + 0.0093994140625, + -0.00730133056640625, + -0.0303192138671875, + 0.04913330078125, + -0.03460693359375, + 0.0301361083984375, + 0.0316162109375, + -0.0535888671875, + -0.0127410888671875, + 0.005443572998046875, + 0.048370361328125, + 0.039825439453125, + -0.036834716796875, + 0.007534027099609375, + -0.063232421875, + 0.003604888916015625, + -0.0784912109375, + -0.048370361328125, + -0.024749755859375, + -0.051727294921875, + 0.048736572265625, + -0.017120361328125, + -0.0144195556640625, + 0.004791259765625, + -0.00995635986328125, + -0.0145111083984375, + 0.035736083984375, + 0.0103759765625, + -0.06884765625, + 0.02288818359375, + 0.06622314453125, + -0.0178680419921875, + 0.0025806427001953125, + -0.01084136962890625, + 0.0122833251953125, + 0.01293182373046875, + 0.03533935546875, + -0.0178680419921875, + -0.029205322265625, + 0.0282745361328125, + 0.0003952980041503906, + 0.01116180419921875, + -0.006885528564453125, + 0.0122833251953125, + -0.0204620361328125, + 0.029022216796875, + -0.024749755859375, + 0.0013027191162109375, + 0.0053253173828125, + 0.01506805419921875, + -0.01000213623046875, + -0.03387451171875, + -0.0162811279296875, + 0.02679443359375, + 0.03070068359375, + 0.0182342529296875, + 0.024932861328125, + -0.051727294921875, + -0.01580810546875, + -0.01004791259765625, + -0.022796630859375, + 0.04669189453125, + 0.01971435546875, + -0.0185089111328125, + 0.00991058349609375, + 0.032562255859375, + 0.0186004638671875, + -0.0017795562744140625, + -0.040374755859375, + -0.00795745849609375, + -0.01027679443359375, + -0.044281005859375, + -0.038330078125, + 0.017669677734375, + -0.0238189697265625, + 0.0282745361328125, + 0.003326416015625, + -0.003139495849609375, + -0.03387451171875, + -0.038330078125, + -0.01702880859375, + -0.01348876953125, + -0.0280914306640625, + -0.021026611328125, + 0.0122833251953125, + 0.00725555419921875, + -0.024566650390625, + -0.00893402099609375, + -0.0162811279296875, + -0.05731201171875, + 0.026611328125, + 0.0042572021484375, + 0.00244140625, + -0.03125, + 0.06732177734375, + 0.0390625, + 0.026611328125, + 0.03497314453125, + 0.075927734375, + 0.0308837890625, + -0.0237274169921875, + 0.01032257080078125, + -0.01776123046875, + 0.01544189453125, + 0.013671875, + -0.03424072265625, + -0.0159149169921875, + 0.002197265625, + -0.0161895751953125, + 0.01153564453125, + 0.024749755859375, + 0.04949951171875, + 0.0243682861328125, + -0.052093505859375, + -0.0022563934326171875, + 0.05694580078125, + -0.0142364501953125, + 0.08709716796875, + -0.00958251953125, + -0.034423828125, + -0.01190948486328125, + 0.030517578125, + -0.028656005859375, + -0.004001617431640625, + 0.036834716796875, + 0.0049285888671875, + 0.0113983154296875, + 0.033111572265625, + 0.015533447265625, + -0.00730133056640625, + -0.0146026611328125, + -0.005558013916015625, + 0.0133056640625, + -0.0279083251953125, + 0.0015583038330078125, + 0.0279083251953125, + 0.03125, + 0.01580810546875, + 0.040740966796875, + 0.0029296875, + 0.0103759765625, + -0.00920867919921875, + -0.037200927734375, + 0.004184722900390625, + 0.03533935546875, + 0.017486572265625, + 0.04315185546875, + -0.004024505615234375, + -0.07403564453125, + -0.00902557373046875, + -0.036468505859375, + 0.08184814453125, + 0.03125, + 0.0007386207580566406, + -0.003093719482421875, + -0.03851318359375, + -0.00832366943359375, + 0.0020580291748046875, + 0.0160064697265625, + 0.005767822265625, + 0.019622802734375, + 0.025482177734375, + 0.00814056396484375, + -0.048736572265625, + 0.0143280029296875, + 0.018798828125, + 0.01284027099609375, + -0.024932861328125, + 0.0107879638671875, + 0.0095367431640625, + 0.03759765625, + -0.0279083251953125, + 0.0386962890625, + 0.01413726806640625, + 0.0123748779296875, + 0.020751953125, + -0.004512786865234375, + -0.0103759765625, + -0.018890380859375, + -0.0123748779296875, + -0.0098114013671875, + 0.015716552734375, + 0.0770263671875, + 0.01776123046875, + -0.071044921875, + 0.00623321533203125, + 0.046142578125, + -0.06622314453125, + 0.00809478759765625, + 0.0230712890625, + -0.0543212890625, + -0.007720947265625, + -0.0152587890625, + -0.055084228515625, + 0.0236358642578125, + -0.01953125, + -0.048736572265625, + 0.0087432861328125, + 0.041107177734375, + -0.036102294921875, + -0.0340576171875, + -0.044281005859375, + -0.01125335693359375, + -0.0011167526245117188, + -0.0167388916015625, + 0.032012939453125, + 0.00809478759765625, + -0.01181793212890625, + 0.03778076171875, + 0.043365478515625, + 0.0020694732666015625, + -0.040924072265625, + 0.04913330078125, + 0.004207611083984375, + -0.0535888671875, + 0.04541015625, + 0.0088348388671875, + 0.05804443359375, + -0.051361083984375, + -0.033660888671875, + 0.006744384765625, + 0.007022857666015625, + 0.015533447265625, + 0.0241851806640625, + -0.0279083251953125, + -0.040008544921875, + -0.033111572265625, + 0.06365966796875, + 0.01739501953125, + 0.05322265625, + -0.01116180419921875, + -0.00893402099609375, + 0.025115966796875, + -0.0535888671875, + -0.0260467529296875, + -0.00048542022705078125, + 0.017303466796875, + -0.044097900390625, + 0.06439208984375, + -0.029205322265625, + -0.01018524169921875, + -0.0036983489990234375, + 0.06439208984375, + 0.0013027191162109375, + 0.0152587890625, + -0.03143310546875, + 0.042236328125, + 0.03106689453125, + -0.02679443359375, + -0.036285400390625, + -0.01116180419921875, + 0.00067138671875, + 0.044830322265625, + -0.040191650390625, + 0.01190948486328125, + -0.03125, + -0.058807373046875, + -0.048736572265625, + -0.00920867919921875, + -0.0067901611328125, + -0.03778076171875, + 0.034423828125, + 0.032196044921875, + -0.0017671585083007812, + 0.021209716796875, + 0.032196044921875, + -0.0066986083984375, + 0.043548583984375, + -0.0106048583984375, + -0.0303192138671875, + 0.0238189697265625, + -0.0628662109375, + -0.04913330078125, + -0.0003662109375, + 0.0303192138671875, + -0.033111572265625, + 0.021392822265625, + -0.00716400146484375, + 0.0016050338745117188, + 0.020843505859375, + -0.0180511474609375, + -0.007022857666015625, + -0.01386260986328125, + -0.0294036865234375, + -0.041290283203125, + -0.015350341796875, + 0.00725555419921875, + 0.0264129638671875, + -0.0006074905395507812, + 0.01009368896484375, + 0.041107177734375, + -0.04595947265625, + -0.002197265625, + 0.0088348388671875, + 0.00637054443359375, + -0.0234375, + 0.0106048583984375, + 0.0106048583984375, + 0.0308837890625, + 0.01580810546875, + -0.01125335693359375, + -0.022979736328125, + -0.07220458984375, + 0.0282745361328125, + -0.0015115737915039062, + 0.0023956298828125, + -0.006046295166015625, + -0.0277252197265625, + -0.06549072265625, + 0.0116729736328125, + 0.0543212890625, + 0.023529052734375, + -0.002185821533203125, + -0.029022216796875, + -0.036285400390625, + -0.0009417533874511719, + -0.0258636474609375, + 0.032745361328125, + -0.035919189453125, + 0.032928466796875, + 0.0181427001953125, + -0.031829833984375, + 0.01209259033203125, + 0.0418701171875, + 0.01055908203125, + 0.043914794921875, + 0.023529052734375, + -0.034423828125, + 0.02325439453125, + -0.025482177734375, + -0.0379638671875, + 0.00006687641143798828, + -0.0256805419921875, + 0.00911712646484375, + -0.01320648193359375, + -0.0216827392578125, + 0.01120758056640625, + 0.0117645263671875, + 0.019622802734375, + -0.0165557861328125, + -0.0106964111328125, + 0.040924072265625, + -0.0218658447265625, + 0.06549072265625, + -0.0186004638671875, + -0.028656005859375, + -0.032562255859375, + -0.006885528564453125, + 0.04150390625, + 0.00588226318359375, + 0.01479339599609375, + -0.056182861328125, + 0.005443572998046875, + 0.053955078125, + 0.0243682861328125, + -0.031829833984375, + -0.019073486328125, + 0.009674072265625, + 0.0179595947265625, + 0.0258636474609375, + 0.01209259033203125, + 0.060638427734375, + 0.0009012222290039062, + 0.0008487701416015625, + 0.0282745361328125, + 0.052825927734375, + 0.03125, + -0.01320648193359375, + -0.05096435546875, + 0.0179595947265625, + -0.0168304443359375, + -0.0340576171875, + -0.05096435546875, + 0.006046295166015625, + 0.04913330078125, + -0.041107177734375, + -0.0107879638671875, + 0.0236358642578125, + 0.009857177734375, + -0.0127410888671875, + 0.020843505859375, + -0.0340576171875, + 0.018890380859375, + -0.004627227783203125, + -0.036651611328125, + -0.030517578125, + -0.040374755859375, + 0.040557861328125, + 0.03924560546875, + 0.032196044921875, + -0.048370361328125, + 0.044647216796875, + 0.0005755424499511719, + 0.0277252197265625, + 0.013671875, + 0.039642333984375, + 0.01013946533203125, + 0.02734375, + 0.0275421142578125, + 0.01739501953125, + -0.0260467529296875, + -0.0107421875, + 0.0224151611328125, + 0.0386962890625, + 0.040557861328125, + 0.0628662109375, + 0.02679443359375, + -0.000293731689453125, + 0.0020923614501953125, + -0.0543212890625, + 0.01018524169921875, + 0.004116058349609375, + -0.01404571533203125, + -0.0535888671875, + -0.036102294921875, + 0.0068359375, + -0.07257080078125, + 0.0260467529296875, + 0.01171875, + -0.01186370849609375, + -0.0162811279296875, + 0.033111572265625, + -0.0007905960083007812, + -0.060272216796875, + 0.011627197265625, + -0.00168609619140625, + -0.00485992431640625, + -0.029022216796875, + -0.01497650146484375, + 0.042236328125, + 0.006092071533203125, + -0.05096435546875, + -0.0699462890625, + 0.042236328125, + -0.0225067138671875, + -0.05059814453125, + -0.039642333984375, + -0.0095367431640625, + -0.0238189697265625, + -0.025482177734375, + -0.024566650390625, + -0.036102294921875, + 0.0015811920166015625, + -0.032562255859375, + -0.01404571533203125, + -0.043914794921875, + -0.017486572265625, + -0.0002486705780029297, + 0.00007265806198120117, + -0.0303192138671875, + 0.0164642333984375, + -0.045196533203125, + 0.03387451171875, + 0.0222320556640625, + 0.0106048583984375, + 0.04913330078125, + 0.0684814453125, + 0.019622802734375, + 0.008697509765625, + -0.017120361328125, + -0.05322265625, + 0.0048370361328125, + 0.0058135986328125, + 0.00045943260192871094, + -0.05804443359375, + 0.0217742919921875, + 0.03924560546875, + -0.0848388671875, + 0.0165557861328125, + -0.0034656524658203125, + -0.0234375, + -0.04559326171875, + -0.0015583038330078125, + -0.018798828125, + 0.01004791259765625, + 0.09228515625, + 0.0125579833984375, + -0.021026611328125, + 0.01102447509765625, + -0.00725555419921875, + 0.0241851806640625, + 0.022705078125, + 0.01009368896484375, + -0.052825927734375, + 0.0238189697265625, + 0.0277252197265625, + -0.000843048095703125, + 0.018798828125, + -0.06512451171875, + 0.01488494873046875, + 0.02716064453125, + 0.017120361328125, + 0.004673004150390625, + -0.0202789306640625, + -0.032745361328125, + -0.055084228515625, + -0.0219573974609375, + 0.0179595947265625, + -0.0032329559326171875, + -0.006420135498046875, + -0.0241851806640625, + 0.000029265880584716797, + -0.01348876953125, + -0.03851318359375, + -0.006000518798828125, + -0.0218658447265625, + 0.05694580078125, + 0.005931854248046875, + -0.04913330078125, + 0.0182342529296875, + 0.008514404296875, + -0.016937255859375, + -0.005626678466796875, + 0.055450439453125, + -0.03759765625, + -0.0165557861328125, + -0.0124664306640625, + 0.017578125, + 0.006931304931640625, + 0.01348876953125, + -0.01107025146484375, + 0.01377105712890625, + 0.0037899017333984375, + -0.032562255859375, + 0.036834716796875, + 0.04705810546875, + -0.019622802734375, + -0.077392578125, + -0.02325439453125, + -0.017669677734375, + 0.0160980224609375, + -0.01470184326171875, + 0.056182861328125, + 0.0185089111328125, + -0.004093170166015625, + -0.1160888671875, + 0.041290283203125, + -0.0355224609375, + 0.03387451171875, + 0.03924560546875, + 0.00995635986328125, + -0.0625, + -0.035736083984375, + -0.006977081298828125, + 0.06365966796875, + -0.0025234222412109375, + 0.0203704833984375, + -0.009674072265625, + 0.0262298583984375, + -0.005069732666015625, + 0.0146026611328125, + -0.022796630859375, + 0.052093505859375, + 0.019439697265625, + -0.024566650390625, + 0.0535888671875, + -0.03460693359375, + 0.002197265625, + -0.0234375, + -0.0033721923828125, + 0.020843505859375, + -0.00530242919921875, + -0.02130126953125, + -0.007720947265625, + 0.0546875, + 0.0625, + -0.034423828125, + 0.0168304443359375, + -0.0308837890625, + 0.0168304443359375, + -0.0043487548828125, + 0.00010395050048828125, + 0.007488250732421875, + 0.0114898681640625, + -0.005069732666015625, + -0.018890380859375, + -0.04241943359375, + -0.078125, + -0.021484375, + -0.03497314453125, + -0.0126495361328125, + 0.0355224609375, + -0.00893402099609375, + 0.0236358642578125, + -0.0240020751953125, + 0.032745361328125, + -0.033660888671875, + -0.03125, + -0.0166473388671875, + 0.036285400390625, + -0.00823211669921875, + 0.032745361328125, + -0.009765625, + -0.041107177734375, + 0.0221405029296875, + -0.010650634765625, + 0.0386962890625, + -0.0180511474609375, + -0.002140045166015625, + -0.0166473388671875, + 0.0116729736328125, + -0.0863037109375, + -0.048370361328125, + 0.005023956298828125, + 0.036102294921875, + -0.00567626953125, + -0.032928466796875, + 0.03887939453125, + -0.00902557373046875, + -0.061767578125, + 0.008697509765625, + -0.0048370361328125, + -0.032379150390625, + 0.01377105712890625, + 0.0019893646240234375, + -0.0219573974609375, + 0.019622802734375, + 0.0347900390625, + 0.025115966796875, + 0.06402587890625, + 0.0168304443359375, + -0.0234375, + -0.006744384765625, + -0.0167388916015625, + 0.045013427734375, + 0.031829833984375, + 0.0243682861328125, + -0.02679443359375, + 0.019622802734375, + -0.00006937980651855469, + -0.069580078125, + -0.01386260986328125, + 0.005046844482421875, + -0.0258636474609375, + 0.036468505859375, + 0.05804443359375, + 0.0279083251953125, + 0.0127410888671875, + 0.0219573974609375, + 0.056182861328125, + 0.004558563232421875, + 0.0181427001953125, + -0.0295867919921875, + -0.078857421875, + -0.0066986083984375, + 0.0241851806640625, + 0.0095367431640625, + -0.07366943359375, + 0.038330078125, + 0.051727294921875, + -0.007534027099609375, + 0.0008897781372070312, + -0.0094451904296875, + 0.00730133056640625, + 0.024932861328125, + 0.024749755859375, + -0.00437164306640625, + -0.055084228515625, + -0.005279541015625, + 0.01702880859375, + -0.00860595703125, + -0.0002340078353881836, + -0.01348876953125, + -0.01470184326171875, + 0.0234375, + -0.04949951171875, + 0.0007615089416503906, + -0.023529052734375, + 0.059539794921875, + 0.013671875, + -0.040557861328125, + -0.0426025390625, + 0.037384033203125, + 0.00841522216796875, + -0.04296875, + 0.016937255859375, + 0.021209716796875, + -0.033111572265625, + 0.032196044921875, + 0.051361083984375, + 0.0161895751953125, + 0.034423828125, + 0.00958251953125, + -0.019439697265625, + 0.025115966796875, + -0.0303192138671875, + 0.0036983489990234375, + -0.036651611328125, + -0.0217742919921875, + -0.0277252197265625, + -0.05731201171875, + 0.056549072265625, + 0.017578125, + 0.03460693359375, + 0.0275421142578125, + -0.002140045166015625, + -0.0032329559326171875, + -0.0032329559326171875, + 0.0205535888671875, + 0.039642333984375, + 0.0241851806640625, + 0.006420135498046875, + 0.01190948486328125, + 0.00009447336196899414, + 0.0094451904296875, + -0.05322265625, + 0.00958251953125, + -0.0033721923828125, + -0.005954742431640625, + -0.046875, + -0.0014066696166992188, + 0.01377105712890625, + -0.04296875, + 0.005626678466796875, + -0.03387451171875, + 0.01284027099609375, + -0.000732421875, + -0.0145111083984375, + -0.0087890625, + 0.02734375, + -0.0164642333984375, + 0.045013427734375, + 0.0221405029296875, + -0.0023365020751953125, + 0.00665283203125, + -0.09375, + 0.0859375, + 0.035919189453125, + 0.042236328125, + 0.0032787322998046875, + 0.022979736328125, + 0.0125579833984375, + 0.006046295166015625, + 0.0546875, + 0.0203704833984375, + -0.028472900390625, + 0.032562255859375, + 0.030517578125, + -0.0206451416015625, + -0.01311492919921875, + 0.040924072265625, + 0.0114898681640625, + -0.03070068359375, + 0.044647216796875, + -0.01032257080078125, + 0.0125579833984375, + 0.00583648681640625, + -0.006931304931640625, + -0.033660888671875, + -0.053955078125, + 0.0784912109375, + 0.004673004150390625, + -0.03106689453125, + 0.061767578125, + -0.05694580078125, + 0.02325439453125, + 0.005489349365234375, + 0.036468505859375, + -0.004627227783203125, + 0.043914794921875, + -0.032196044921875, + -0.007396697998046875, + -0.0179595947265625, + 0.00841522216796875, + -0.003093719482421875, + -0.01116180419921875, + -0.01580810546875, + 0.0625, + 0.017578125, + -0.0222320556640625, + -0.060638427734375, + -0.0106048583984375, + 0.007579803466796875, + -0.00579071044921875, + 0.0426025390625, + -0.03533935546875, + -0.01125335693359375, + -0.006420135498046875, + 0.056549072265625, + 0.0183258056640625, + -0.003185272216796875, + 0.025482177734375, + 0.00958251953125, + -0.007442474365234375, + -0.017578125, + 0.005954742431640625 + ], + "metadata": { + "domains": [ + "mobile-forensics", + "static-investigations" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "commandline", + "backup", + "encryption", + "artifact-extraction", + "android", + "scenario:file_recovery" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_ADB", + "type": "tool", + "name": "ADB", + "content": "adb vielseitiges client‑server‑kommandozeilenwerkzeug, mit dem fachleute über usb oder netzwerk mit android‑geräten und emulatoren kommunizieren: pakete installieren, dateien extrahieren, logcats erfassen, ports weiterleiten und logische wie physische datensicherungen erstellen. unverzichtbar für mobile forensik, incident‑response und app‑entwicklung. cli mobile device-management extraction mobile-forensics incident-response data-collection examination", + "embedding": [ + -0.005672454833984375, + 0.00954437255859375, + 0.02337646484375, + 0.0122222900390625, + 0.016754150390625, + 0.0215301513671875, + 0.034088134765625, + -0.00484466552734375, + 0.005893707275390625, + -0.01125335693359375, + -0.02337646484375, + 0.0650634765625, + 0.00492095947265625, + -0.006671905517578125, + -0.052978515625, + 0.0174407958984375, + -0.019195556640625, + 0.005870819091796875, + 0.0096893310546875, + 0.0255279541015625, + -0.0240631103515625, + 0.001461029052734375, + -0.04168701171875, + -0.00443267822265625, + -0.0313720703125, + -0.0123748779296875, + 0.01334381103515625, + -0.04888916015625, + -0.0323486328125, + 0.019378662109375, + 0.03662109375, + -0.0284423828125, + -0.0241546630859375, + 0.0274658203125, + 0.003604888916015625, + -0.0235748291015625, + -0.0089111328125, + -0.0246429443359375, + -0.01207733154296875, + 0.0496826171875, + -0.0036525726318359375, + 0.00431060791015625, + 0.02435302734375, + -0.0099334716796875, + -0.0109100341796875, + -0.0264892578125, + 0.006622314453125, + 0.0031909942626953125, + 0.04461669921875, + -0.033111572265625, + 0.01480865478515625, + 0.01529693603515625, + 0.018218994140625, + -0.0033111572265625, + -0.058441162109375, + 0.03564453125, + 0.017242431640625, + -0.0323486328125, + -0.04754638671875, + 0.0545654296875, + -0.025909423828125, + -0.0165557861328125, + -0.006137847900390625, + 0.005138397216796875, + 0.0276641845703125, + 0.0270843505859375, + -0.0205535888671875, + -0.046356201171875, + -0.019287109375, + 0.007160186767578125, + -0.0163726806640625, + -0.0204620361328125, + -0.0186004638671875, + 0.05572509765625, + -0.01470947265625, + -0.046173095703125, + 0.004749298095703125, + -0.0230865478515625, + -0.0160675048828125, + 0.01276397705078125, + -0.045989990234375, + -0.0005998611450195312, + 0.0323486328125, + -0.0091094970703125, + -0.017730712890625, + 0.016754150390625, + 0.02337646484375, + 0.0060882568359375, + -0.0019121170043945312, + -0.0024356842041015625, + 0.040130615234375, + -0.00847625732421875, + 0.02630615234375, + -0.00455474853515625, + 0.046173095703125, + 0.056121826171875, + -0.0086212158203125, + -0.0040435791015625, + 0.00720977783203125, + 0.034088134765625, + 0.024261474609375, + -0.0211334228515625, + 0.052978515625, + 0.00013399124145507812, + 0.03448486328125, + -0.036834716796875, + 0.01354217529296875, + -0.021728515625, + -0.028839111328125, + -0.003993988037109375, + -0.10443115234375, + -0.0447998046875, + -0.01558685302734375, + -0.054168701171875, + -0.01480865478515625, + 0.00896453857421875, + -0.002788543701171875, + 0.04791259765625, + -0.0670166015625, + -0.02728271484375, + 0.0160675048828125, + 0.0428466796875, + -0.0199737548828125, + -0.00847625732421875, + -0.06585693359375, + -0.0301971435546875, + 0.005748748779296875, + 0.0023021697998046875, + -0.033111572265625, + -0.0201568603515625, + -0.034881591796875, + -0.0229949951171875, + -0.030975341796875, + -0.033905029296875, + -0.0186004638671875, + -0.05963134765625, + 0.037200927734375, + 0.00925445556640625, + 0.00557708740234375, + -0.01509857177734375, + 0.04248046875, + -0.051055908203125, + -0.06781005859375, + 0.0185089111328125, + -0.01027679443359375, + -0.031951904296875, + -0.024444580078125, + 0.062744140625, + -0.0255279541015625, + -0.02142333984375, + -0.0018873214721679688, + 0.00394439697265625, + 0.0274658203125, + -0.00189971923828125, + -0.006282806396484375, + -0.03741455078125, + -0.018707275390625, + 0.008819580078125, + 0.025909423828125, + -0.004894256591796875, + -0.02728271484375, + 0.028839111328125, + -0.01007843017578125, + 0.037994384765625, + -0.02728271484375, + -0.02484130859375, + -0.0194854736328125, + 0.00177764892578125, + -0.021728515625, + 0.003726959228515625, + 0.0096435546875, + -0.01154327392578125, + 0.037017822265625, + 0.062347412109375, + -0.006381988525390625, + 0.017333984375, + 0.005649566650390625, + 0.0007791519165039062, + 0.0305938720703125, + 0.025909423828125, + -0.0121307373046875, + -0.050262451171875, + 0.0296173095703125, + 0.033111572265625, + 0.01763916015625, + -0.0165557861328125, + -0.049102783203125, + -0.005870819091796875, + -0.02630615234375, + 0.046356201171875, + -0.01174163818359375, + -0.0286407470703125, + -0.00725555419921875, + 0.032135009765625, + 0.0257110595703125, + 0.0467529296875, + 0.040313720703125, + -0.020263671875, + 0.053375244140625, + -0.021331787109375, + 0.00431060791015625, + 0.046966552734375, + 0.0018873214721679688, + 0.03857421875, + 0.01100921630859375, + 0.0170440673828125, + -0.016845703125, + 0.026885986328125, + 0.0205535888671875, + -0.024932861328125, + -0.0109100341796875, + 0.0245513916015625, + -0.016845703125, + -0.043243408203125, + -0.032745361328125, + -0.032745361328125, + 0.03350830078125, + -0.045013427734375, + -0.0294189453125, + -0.0266876220703125, + 0.003360748291015625, + -0.0689697265625, + -0.0081329345703125, + -0.0003867149353027344, + -0.02191162109375, + 0.0154876708984375, + 0.0169525146484375, + -0.03350830078125, + -0.058441162109375, + 0.0093994140625, + -0.0149993896484375, + 0.020263671875, + 0.00954437255859375, + -0.000263214111328125, + -0.0124664306640625, + -0.02239990234375, + 0.0284423828125, + 0.039154052734375, + 0.0013275146484375, + 0.0165557861328125, + -0.020751953125, + 0.00469970703125, + -0.0266876220703125, + 0.01558685302734375, + 0.01461029052734375, + -0.0477294921875, + -0.016754150390625, + 0.0118865966796875, + 0.02239990234375, + 0.058837890625, + -0.041290283203125, + -0.007793426513671875, + -0.0467529296875, + -0.0010232925415039062, + -0.0775146484375, + -0.036834716796875, + -0.033111572265625, + -0.056121826171875, + 0.052978515625, + -0.03253173828125, + -0.0245513916015625, + 0.0012722015380859375, + 0.0010900497436523438, + -0.0111541748046875, + 0.03564453125, + -0.006160736083984375, + -0.044219970703125, + 0.008331298828125, + 0.07171630859375, + -0.0189971923828125, + -0.012176513671875, + -0.038177490234375, + 0.00920867919921875, + 0.0083770751953125, + 0.0235748291015625, + -0.01529693603515625, + -0.0245513916015625, + 0.023956298828125, + 0.0065765380859375, + 0.0195770263671875, + -0.01285552978515625, + 0.028839111328125, + -0.01461029052734375, + 0.036834716796875, + -0.04052734375, + -0.0230865478515625, + 0.01529693603515625, + -0.0099334716796875, + -0.02239990234375, + -0.0477294921875, + -0.00852203369140625, + 0.027862548828125, + 0.006526947021484375, + 0.0215301513671875, + 0.02239990234375, + -0.037017822265625, + 0.01305389404296875, + 0.0118865966796875, + -0.0037746429443359375, + 0.0225982666015625, + 0.041900634765625, + -0.027862548828125, + 0.024749755859375, + 0.010711669921875, + 0.033905029296875, + -0.00555419921875, + -0.0457763671875, + -0.023956298828125, + 0.0206451416015625, + -0.05181884765625, + -0.036041259765625, + 0.016265869140625, + -0.0096893310546875, + 0.024932861328125, + -0.0118865966796875, + -0.01105499267578125, + -0.03857421875, + -0.03564453125, + -0.00533294677734375, + -0.00598907470703125, + -0.03253173828125, + -0.0158843994140625, + 0.032745361328125, + -0.0236663818359375, + -0.003604888916015625, + -0.026885986328125, + -0.017730712890625, + -0.060394287109375, + 0.01207733154296875, + -0.01509857177734375, + 0.0180206298828125, + -0.0261077880859375, + 0.03741455078125, + 0.01276397705078125, + 0.038970947265625, + 0.0211334228515625, + 0.0791015625, + 0.0225067138671875, + -0.007694244384765625, + -0.027862548828125, + 0.006771087646484375, + 0.010711669921875, + 0.0221099853515625, + -0.04150390625, + -0.020843505859375, + -0.0199737548828125, + -0.0221099853515625, + 0.006038665771484375, + 0.00696563720703125, + 0.037200927734375, + 0.03857421875, + -0.03936767578125, + 0.00847625732421875, + 0.048126220703125, + 0.010711669921875, + 0.07794189453125, + -0.0010232925415039062, + -0.0282440185546875, + -0.0035076141357421875, + 0.031768798828125, + -0.042266845703125, + 0.017730712890625, + 0.041107177734375, + -0.00852203369140625, + 0.00774383544921875, + 0.0307769775390625, + -0.01125335693359375, + 0.01568603515625, + 0.003726959228515625, + -0.0104217529296875, + -0.0034580230712890625, + 0.01715087890625, + -0.00433349609375, + 0.043060302734375, + 0.0276641845703125, + 0.01666259765625, + 0.0343017578125, + -0.01256561279296875, + 0.01256561279296875, + -0.0037021636962890625, + -0.058441162109375, + 0.007305145263671875, + 0.029022216796875, + 0.0189971923828125, + 0.04052734375, + -0.0086669921875, + -0.045196533203125, + 0.012664794921875, + -0.03253173828125, + 0.097412109375, + 0.049285888671875, + 0.00978851318359375, + 0.03778076171875, + -0.0091094970703125, + 0.01432037353515625, + 0.0035552978515625, + 0.0111541748046875, + 0.01763916015625, + 0.036224365234375, + 0.04248046875, + 0.0065765380859375, + -0.02484130859375, + 0.002349853515625, + 0.05804443359375, + 0.00467681884765625, + 0.01027679443359375, + 0.0134429931640625, + -0.007648468017578125, + 0.051422119140625, + -0.020355224609375, + 0.024932861328125, + 0.006526947021484375, + -0.002033233642578125, + 0.017730712890625, + -0.01509857177734375, + -0.0038967132568359375, + -0.04656982421875, + 0.0230865478515625, + -0.01529693603515625, + 0.0158843994140625, + 0.05377197265625, + 0.0211334228515625, + -0.03369140625, + -0.001972198486328125, + 0.047332763671875, + -0.060394287109375, + 0.0200653076171875, + 0.01480865478515625, + -0.04443359375, + 0.007061004638671875, + -0.01422119140625, + -0.0872802734375, + 0.0282440185546875, + -0.0301971435546875, + -0.018798828125, + 0.01538848876953125, + 0.036041259765625, + -0.051422119140625, + -0.0301971435546875, + -0.026885986328125, + -0.023284912109375, + -0.0185089111328125, + -0.013641357421875, + 0.03778076171875, + 0.01023101806640625, + -0.010711669921875, + 0.019195556640625, + 0.0545654296875, + -0.00034546852111816406, + -0.04461669921875, + 0.06585693359375, + -0.005016326904296875, + -0.0650634765625, + 0.0457763671875, + 0.0200653076171875, + 0.01509857177734375, + -0.051055908203125, + 0.020355224609375, + -0.0088653564453125, + 0.01568603515625, + 0.032928466796875, + 0.0236663818359375, + -0.01422119140625, + -0.03546142578125, + -0.04443359375, + 0.04345703125, + 0.024444580078125, + 0.0477294921875, + -0.005870819091796875, + -0.042083740234375, + 0.031768798828125, + -0.032745361328125, + -0.0303955078125, + -0.0139312744140625, + 0.0333251953125, + -0.042266845703125, + 0.0755615234375, + -0.0190887451171875, + -0.002777099609375, + 0.0018873214721679688, + 0.04248046875, + 0.02532958984375, + 0.035858154296875, + -0.025909423828125, + 0.0292205810546875, + 0.05804443359375, + -0.03875732421875, + -0.0292205810546875, + 0.00418853759765625, + -0.02288818359375, + 0.048309326171875, + -0.0230865478515625, + -0.001644134521484375, + -0.019378662109375, + -0.054931640625, + -0.01373291015625, + -0.00905609130859375, + -0.0002923011779785156, + -0.0333251953125, + 0.03839111328125, + 0.0457763671875, + -0.029022216796875, + 0.0284423828125, + 0.003055572509765625, + 0.005405426025390625, + 0.026885986328125, + 0.01461029052734375, + -0.020843505859375, + 0.0200653076171875, + -0.0631103515625, + -0.046173095703125, + 0.00055694580078125, + 0.04150390625, + 0.0017900466918945312, + 0.018310546875, + -0.01076507568359375, + 0.011199951171875, + 0.029022216796875, + -0.01285552978515625, + -0.006427764892578125, + -0.00304412841796875, + -0.01568603515625, + -0.016265869140625, + -0.02484130859375, + 0.01412200927734375, + 0.03973388671875, + 0.01509857177734375, + 0.0021190643310546875, + 0.051422119140625, + -0.02191162109375, + -0.003871917724609375, + 0.0276641845703125, + -0.0088653564453125, + 0.0019121170043945312, + -0.01354217529296875, + -0.0041656494140625, + -0.005527496337890625, + 0.0257110595703125, + -0.01529693603515625, + -0.03875732421875, + -0.0650634765625, + 0.017730712890625, + -0.00557708740234375, + -0.01149749755859375, + -0.03448486328125, + -0.03662109375, + -0.049285888671875, + 0.0264892578125, + 0.0284423828125, + 0.013641357421875, + -0.002532958984375, + -0.021820068359375, + -0.0160675048828125, + -0.002849578857421875, + -0.0129547119140625, + 0.045013427734375, + -0.0301971435546875, + -0.000001430511474609375, + -0.003726959228515625, + -0.007648468017578125, + -0.00496673583984375, + 0.044036865234375, + 0.021820068359375, + 0.03662109375, + 0.0477294921875, + -0.029815673828125, + 0.0292205810546875, + -0.029022216796875, + -0.0307769775390625, + 0.0068206787109375, + -0.0204620361328125, + 0.031768798828125, + -0.01617431640625, + -0.01256561279296875, + 0.01558685302734375, + 0.0352783203125, + 0.0042877197265625, + -0.0274658203125, + -0.0255279541015625, + 0.0428466796875, + 0.0002390146255493164, + 0.04949951171875, + -0.0352783203125, + -0.03253173828125, + -0.0251312255859375, + 0.0024356842041015625, + 0.0245513916015625, + -0.00696563720703125, + 0.0311737060546875, + -0.0294189453125, + 0.0018749237060546875, + 0.05572509765625, + -0.0124664306640625, + -0.052978515625, + -0.0230865478515625, + 0.002971649169921875, + 0.0144195556640625, + 0.06353759765625, + 0.01285552978515625, + 0.066650390625, + 0.01432037353515625, + -0.0088653564453125, + 0.0307769775390625, + 0.061187744140625, + 0.041900634765625, + -0.0013637542724609375, + -0.041107177734375, + 0.0220184326171875, + -0.007549285888671875, + -0.056121826171875, + -0.0206451416015625, + -0.0015344619750976562, + 0.06585693359375, + -0.056121826171875, + -0.0129547119140625, + -0.0005116462707519531, + 0.007305145263671875, + -0.0091552734375, + 0.019775390625, + -0.019378662109375, + 0.031768798828125, + 0.0108642578125, + -0.0438232421875, + -0.042266845703125, + -0.019866943359375, + 0.037200927734375, + 0.0496826171875, + 0.044036865234375, + -0.037200927734375, + 0.02386474609375, + 0.0301971435546875, + 0.0261077880859375, + 0.00037288665771484375, + 0.037017822265625, + 0.001972198486328125, + 0.0286407470703125, + 0.01305389404296875, + 0.031768798828125, + -0.0086669921875, + -0.0286407470703125, + 0.01158905029296875, + 0.053375244140625, + 0.0225982666015625, + 0.048309326171875, + 0.002727508544921875, + -0.01305389404296875, + -0.049285888671875, + -0.05181884765625, + 0.0109100341796875, + 0.01568603515625, + -0.0220184326171875, + -0.04052734375, + -0.04052734375, + 0.0303955078125, + -0.062744140625, + 0.046356201171875, + 0.0134429931640625, + -0.0264892578125, + -0.048126220703125, + 0.021728515625, + 0.006671905517578125, + -0.047332763671875, + 0.0195770263671875, + -0.006282806396484375, + -0.0264892578125, + -0.03564453125, + -0.0186004638671875, + 0.033111572265625, + 0.01276397705078125, + -0.0545654296875, + -0.05377197265625, + 0.03350830078125, + -0.01285552978515625, + -0.04071044921875, + -0.0457763671875, + -0.0031414031982421875, + -0.026885986328125, + -0.042083740234375, + -0.0215301513671875, + -0.019775390625, + 0.0210418701171875, + -0.0044097900390625, + -0.00484466552734375, + -0.0305938720703125, + -0.01052093505859375, + 0.0264892578125, + -0.021728515625, + -0.0294189453125, + 0.033905029296875, + -0.0301971435546875, + 0.05767822265625, + 0.020263671875, + -0.0009317398071289062, + 0.042266845703125, + 0.051055908203125, + 0.0026187896728515625, + 0.011444091796875, + 0.018218994140625, + -0.057281494140625, + 0.0035552978515625, + -0.01183319091796875, + 0.01538848876953125, + -0.054168701171875, + -0.01412200927734375, + 0.051055908203125, + -0.0814208984375, + 0.0154876708984375, + 0.016845703125, + -0.018890380859375, + -0.036041259765625, + -0.0013456344604492188, + 0.0017414093017578125, + -0.0204620361328125, + 0.08648681640625, + 0.023956298828125, + -0.003871917724609375, + -0.0041656494140625, + -0.02484130859375, + 0.051055908203125, + 0.012664794921875, + 0.0280609130859375, + -0.03973388671875, + 0.02532958984375, + -0.01129913330078125, + 0.00189971923828125, + -0.01403045654296875, + -0.07366943359375, + 0.0163726806640625, + 0.0257110595703125, + 0.0282440185546875, + -0.00606536865234375, + -0.00896453857421875, + -0.0296173095703125, + -0.041900634765625, + -0.0270843505859375, + 0.018798828125, + 0.016754150390625, + -0.0006241798400878906, + -0.0301971435546875, + 0.0000393986701965332, + -0.01076507568359375, + -0.047332763671875, + -0.0144195556640625, + -0.024932861328125, + 0.035858154296875, + 0.0099334716796875, + -0.043060302734375, + 0.0251312255859375, + 0.0014066696166992188, + -0.0286407470703125, + 0.0124664306640625, + 0.0428466796875, + -0.019378662109375, + 0.0018749237060546875, + -0.0021190643310546875, + 0.01422119140625, + 0.0033855438232421875, + 0.016845703125, + -0.0008950233459472656, + 0.0323486328125, + 0.0225982666015625, + -0.04168701171875, + 0.0506591796875, + 0.0467529296875, + -0.0276641845703125, + -0.0693359375, + -0.042266845703125, + -0.03662109375, + 0.024932861328125, + -0.006671905517578125, + 0.045196533203125, + 0.034088134765625, + -0.01227569580078125, + -0.0970458984375, + 0.0220184326171875, + -0.0506591796875, + 0.022796630859375, + 0.0670166015625, + 0.0015096664428710938, + -0.060394287109375, + -0.05767822265625, + -0.040313720703125, + 0.0305938720703125, + 0.0004780292510986328, + 0.018890380859375, + -0.031768798828125, + 0.004650115966796875, + 0.024444580078125, + 0.0086669921875, + -0.01305389404296875, + 0.066650390625, + 0.01558685302734375, + -0.0257110595703125, + 0.0257110595703125, + -0.0175323486328125, + -0.0009741783142089844, + -0.029815673828125, + 0.019683837890625, + -0.0024356842041015625, + -0.0095977783203125, + -0.018218994140625, + -0.017822265625, + 0.0236663818359375, + 0.06622314453125, + -0.0009012222290039062, + 0.02728271484375, + -0.037017822265625, + 0.03759765625, + -0.0012598037719726562, + -0.012664794921875, + 0.002216339111328125, + 0.01354217529296875, + -0.005870819091796875, + -0.01227569580078125, + -0.053375244140625, + -0.099365234375, + 0.0021305084228515625, + -0.04266357421875, + -0.0266876220703125, + 0.01383209228515625, + 0.019378662109375, + 0.03369140625, + -0.0194854736328125, + 0.01285552978515625, + -0.0124664306640625, + -0.0209503173828125, + -0.023773193359375, + 0.03857421875, + -0.037017822265625, + 0.043060302734375, + -0.0200653076171875, + -0.03253173828125, + 0.0174407958984375, + -0.02435302734375, + 0.0101776123046875, + -0.018707275390625, + -0.004261016845703125, + -0.039947509765625, + 0.003360748291015625, + -0.09625244140625, + -0.029815673828125, + 0.01763916015625, + 0.052215576171875, + 0.007598876953125, + -0.00010198354721069336, + 0.034881591796875, + -0.021240234375, + -0.056121826171875, + -0.0020694732666015625, + -0.01081085205078125, + -0.03973388671875, + -0.0116424560546875, + 0.00847625732421875, + 0.0099334716796875, + -0.0093536376953125, + 0.052215576171875, + 0.041900634765625, + 0.060791015625, + 0.037994384765625, + -0.03643798828125, + -0.021240234375, + -0.0264892578125, + 0.03546142578125, + 0.01422119140625, + 0.0225982666015625, + -0.020263671875, + 0.01461029052734375, + -0.0181121826171875, + -0.0771484375, + -0.0129547119140625, + -0.044219970703125, + -0.03155517578125, + 0.01558685302734375, + 0.0631103515625, + 0.0266876220703125, + -0.0149993896484375, + 0.0211334228515625, + 0.045196533203125, + 0.04888916015625, + 0.01558685302734375, + -0.024749755859375, + -0.043243408203125, + 0.01125335693359375, + 0.00394439697265625, + 0.016845703125, + -0.068603515625, + 0.05804443359375, + 0.06195068359375, + -0.03253173828125, + -0.0186004638671875, + -0.00847625732421875, + -0.016754150390625, + 0.041107177734375, + 0.03955078125, + 0.00720977783203125, + -0.056884765625, + 0.01027679443359375, + 0.0220184326171875, + 0.0026416778564453125, + -0.0116424560546875, + -0.02532958984375, + -0.038970947265625, + 0.0307769775390625, + -0.0670166015625, + 0.0134429931640625, + -0.0014486312866210938, + 0.07830810546875, + 0.002277374267578125, + -0.054168701171875, + -0.022796630859375, + 0.0467529296875, + -0.012664794921875, + -0.02337646484375, + 0.00618743896484375, + 0.00611114501953125, + -0.01666259765625, + 0.036224365234375, + 0.041107177734375, + 0.007160186767578125, + 0.0226898193359375, + 0.0106658935546875, + -0.0650634765625, + 0.0251312255859375, + -0.017822265625, + 0.0096435546875, + -0.007015228271484375, + -0.023773193359375, + -0.04443359375, + -0.058837890625, + 0.029022216796875, + 0.027862548828125, + 0.04461669921875, + 0.0199737548828125, + -0.00998687744140625, + 0.00876617431640625, + 0.006622314453125, + 0.0284423828125, + 0.0305938720703125, + 0.0286407470703125, + 0.0307769775390625, + 0.0158843994140625, + -0.004627227783203125, + 0.036224365234375, + -0.028839111328125, + 0.01027679443359375, + -0.02337646484375, + -0.0035076141357421875, + -0.05181884765625, + 0.00202178955078125, + 0.007404327392578125, + -0.04656982421875, + 0.01334381103515625, + -0.034881591796875, + 0.01558685302734375, + 0.011688232421875, + -0.040924072265625, + -0.0276641845703125, + 0.0477294921875, + -0.0284423828125, + 0.04461669921875, + 0.0179290771484375, + -0.008087158203125, + 0.00052642822265625, + -0.056121826171875, + 0.0810546875, + 0.04364013671875, + 0.0274658203125, + 0.00177764892578125, + 0.025909423828125, + 0.0296173095703125, + -0.00794219970703125, + 0.029998779296875, + 0.007160186767578125, + -0.031768798828125, + 0.04364013671875, + 0.029815673828125, + -0.00672149658203125, + -0.022308349609375, + 0.03155517578125, + -0.01509857177734375, + -0.029998779296875, + 0.03466796875, + 0.0185089111328125, + 0.00623321533203125, + 0.024261474609375, + 0.021728515625, + -0.036224365234375, + -0.062744140625, + 0.056121826171875, + 0.019775390625, + -0.0145111083984375, + 0.05572509765625, + -0.0545654296875, + 0.06353759765625, + 0.00872039794921875, + 0.051422119140625, + -0.032928466796875, + 0.0438232421875, + -0.019683837890625, + -0.005748748779296875, + -0.01305389404296875, + 0.03369140625, + -0.0209503173828125, + 0.005672454833984375, + -0.035858154296875, + 0.05963134765625, + 0.017242431640625, + -0.03350830078125, + -0.0771484375, + 0.0000502467155456543, + -0.00930023193359375, + 0.00954437255859375, + 0.046356201171875, + -0.0215301513671875, + -0.01422119140625, + 0.01354217529296875, + 0.019378662109375, + 0.0631103515625, + -0.00745391845703125, + 0.0294189453125, + -0.001010894775390625, + 0.0093536376953125, + -0.010711669921875, + -0.012420654296875 + ], + "metadata": { + "domains": [ + "mobile-forensics", + "incident-response" + ], + "phases": [ + "data-collection", + "examination" + ], + "tags": [ + "cli", + "mobile", + "device-management", + "extraction" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_PhotoRec", + "type": "tool", + "name": "PhotoRec", + "content": "photorec der datenretter ignoriert dateisysteme und findet gelöschte dateien durch signature-scanning - selbst nach formatierung. über 300 dateiformate von jpegs über office-dokumente bis zu verschlüsselten archives. die companion- software testdisk repariert zusätzlich partitionstabellen. arbeitet read-only für forensische integrität. besonders stark: recovery von fat/ntfs/ext-systemen, rettung von sd-karten und usb-sticks, funktioniert bei beschädigten dateisystemen. die brute-force-methode findet dateien die andere tools übersehen. konfigurierbare signaturen für spezielle formate. der paranoid-mode prüft jeden sektor. besonders wertvoll für multimedia-recovery bei kinderpornografie-fällen. die text-ui wirkt antiquiert, aber die effektivität ist unübertroffen. batch-mode für automatisierte recovery. die freie lizenz und cross-platform-support machen es zum standard-tool weltweit. oft letzte hoffnung wenn kommerzielle tools versagen. 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.007053375244140625, + -0.004638671875, + 0.01495361328125, + -0.024505615234375, + 0.03607177734375, + 0.03607177734375, + 0.0161285400390625, + 0.0017232894897460938, + -0.00530242919921875, + -0.013153076171875, + -0.034149169921875, + 0.053680419921875, + 0.0169677734375, + -0.0080108642578125, + -0.0712890625, + 0.034149169921875, + 0.01209259033203125, + 0.0172882080078125, + 0.005725860595703125, + 0.005092620849609375, + 0.0020294189453125, + -0.00821685791015625, + -0.06109619140625, + -0.0101318359375, + 0.00408172607421875, + -0.0009546279907226562, + -0.0279998779296875, + -0.083984375, + -0.0093841552734375, + 0.0026111602783203125, + -0.005146026611328125, + -0.00763702392578125, + 0.020263671875, + 0.04095458984375, + 0.03753662109375, + -0.0100250244140625, + -0.01288604736328125, + -0.040313720703125, + -0.01198577880859375, + 0.046234130859375, + -0.035003662109375, + -0.0237579345703125, + 0.0257720947265625, + -0.004428863525390625, + -0.032867431640625, + -0.03076171875, + 0.0009083747863769531, + -0.016326904296875, + 0.0266265869140625, + -0.049224853515625, + 0.039459228515625, + 0.01453399658203125, + -0.0037384033203125, + -0.01453399658203125, + -0.054107666015625, + 0.0157012939453125, + 0.0284271240234375, + -0.031402587890625, + -0.02142333984375, + 0.054718017578125, + -0.06109619140625, + -0.0223846435546875, + -0.00630950927734375, + -0.033294677734375, + -0.0001939535140991211, + 0.00965118408203125, + -0.0106048583984375, + -0.03033447265625, + 0.0016374588012695312, + -0.0020809173583984375, + 0.0101318359375, + -0.008697509765625, + -0.032257080078125, + 0.0161285400390625, + -0.0255584716796875, + -0.041778564453125, + -0.00046062469482421875, + 0.030975341796875, + 0.024078369140625, + -0.0154876708984375, + -0.06365966796875, + 0.021209716796875, + 0.009918212890625, + -0.0132598876953125, + 0.00562286376953125, + -0.002956390380859375, + 0.0316162109375, + 0.0264129638671875, + 0.0190887451171875, + 0.0027713775634765625, + 0.0284271240234375, + -0.00540924072265625, + 0.007160186767578125, + -0.00986480712890625, + 0.036712646484375, + 0.0589599609375, + -0.017822265625, + 0.0093841552734375, + -0.00843048095703125, + 0.0185546875, + 0.031829833984375, + -0.0419921875, + 0.0712890625, + -0.0201568603515625, + 0.03521728515625, + -0.0089111328125, + 0.0201568603515625, + -0.0124664306640625, + -0.045623779296875, + -0.0250396728515625, + -0.105224609375, + -0.03076171875, + -0.0164337158203125, + -0.0670166015625, + 0.007106781005859375, + -0.0208892822265625, + 0.0061798095703125, + 0.06365966796875, + -0.04412841796875, + -0.0419921875, + 0.0218505859375, + 0.007904052734375, + -0.01087188720703125, + 0.00848388671875, + -0.045806884765625, + -0.046875, + -0.00389862060546875, + 0.036285400390625, + -0.0237579345703125, + -0.0225982666015625, + -0.012725830078125, + -0.019622802734375, + -0.0162353515625, + -0.0217437744140625, + -0.01076507568359375, + -0.0288543701171875, + 0.0270538330078125, + -0.0019893646240234375, + -0.0205841064453125, + -0.0067901611328125, + 0.0379638671875, + -0.045196533203125, + -0.06195068359375, + 0.0243988037109375, + -0.039886474609375, + 0.0217437744140625, + -0.030120849609375, + 0.058563232421875, + -0.032470703125, + -0.0032215118408203125, + -0.003765106201171875, + 0.0273590087890625, + 0.050689697265625, + -0.0024261474609375, + 0.0059661865234375, + -0.0526123046875, + -0.003765106201171875, + -0.03350830078125, + 0.037109375, + 0.01432037353515625, + -0.0264129638671875, + 0.0460205078125, + -0.0188751220703125, + 0.033721923828125, + -0.0005536079406738281, + -0.0653076171875, + -0.020782470703125, + 0.0205841064453125, + 0.01177215576171875, + 0.0004973411560058594, + 0.030548095703125, + 0.0101318359375, + 0.042633056640625, + 0.07421875, + 0.00461578369140625, + 0.02545166015625, + 0.0090179443359375, + 0.0001176595687866211, + 0.030975341796875, + 0.031402587890625, + -0.0172882080078125, + -0.0379638671875, + 0.02716064453125, + 0.019622802734375, + 0.0106048583984375, + -0.0183563232421875, + -0.0251312255859375, + -0.00774383544921875, + -0.0257720947265625, + 0.04095458984375, + -0.01256561279296875, + -0.0023860931396484375, + 0.006603240966796875, + -0.00811767578125, + -0.00591278076171875, + 0.0712890625, + 0.045196533203125, + -0.01432037353515625, + 0.01824951171875, + -0.02142333984375, + 0.0154876708984375, + 0.039886474609375, + -0.033721923828125, + 0.048583984375, + 0.01389312744140625, + 0.026092529296875, + 0.01129913330078125, + 0.0264129638671875, + 0.01065826416015625, + -0.04156494140625, + -0.0186614990234375, + 0.055999755859375, + -0.01029205322265625, + -0.020782470703125, + -0.03265380859375, + -0.037109375, + 0.0225982666015625, + -0.0022144317626953125, + -0.00206756591796875, + 0.0051727294921875, + -0.029693603515625, + -0.049652099609375, + 0.024505615234375, + -0.0035266876220703125, + -0.0239715576171875, + 0.034149169921875, + 0.00811767578125, + -0.0179290771484375, + -0.032257080078125, + 0.0292816162109375, + 0.021636962890625, + 0.0251312255859375, + -0.0211029052734375, + 0.01277923583984375, + 0.000057578086853027344, + 0.00036454200744628906, + 0.043701171875, + 0.00864410400390625, + 0.02301025390625, + -0.007266998291015625, + -0.0396728515625, + 0.038818359375, + -0.03033447265625, + 0.038177490234375, + 0.03839111328125, + -0.01251983642578125, + 0.018035888671875, + 0.022705078125, + 0.045196533203125, + 0.041168212890625, + -0.048583984375, + -0.00917816162109375, + -0.1060791015625, + -0.0103912353515625, + -0.06658935546875, + -0.02630615234375, + -0.03839111328125, + -0.037322998046875, + 0.030548095703125, + -0.01087188720703125, + -0.0379638671875, + 0.0003879070281982422, + 0.0175018310546875, + -0.0255584716796875, + 0.030548095703125, + 0.0166473388671875, + -0.0218505859375, + 0.01654052734375, + 0.0712890625, + -0.01824951171875, + -0.015594482421875, + -0.01209259033203125, + 0.021636962890625, + -0.0033016204833984375, + 0.038818359375, + -0.0266265869140625, + -0.00028514862060546875, + 0.0292816162109375, + 0.0251312255859375, + 0.00785064697265625, + -0.01256561279296875, + -0.009918212890625, + -0.0217437744140625, + 0.005649566650390625, + -0.023223876953125, + -0.01256561279296875, + 0.01087188720703125, + 0.0253448486328125, + 0.0243988037109375, + -0.0687255859375, + 0.025238037109375, + 0.050262451171875, + -0.00875091552734375, + 0.0019893646240234375, + 0.015594482421875, + -0.0284271240234375, + 0.0019893646240234375, + 0.0102386474609375, + -0.0231170654296875, + 0.04052734375, + 0.0292816162109375, + -0.0292816162109375, + 0.0002734661102294922, + 0.0013055801391601562, + 0.0095977783203125, + -0.040313720703125, + -0.024505615234375, + 0.002956390380859375, + -0.002227783203125, + -0.01410675048828125, + -0.035003662109375, + 0.025238037109375, + -0.041778564453125, + 0.00986480712890625, + -0.0036602020263671875, + 0.0022945404052734375, + -0.0288543701171875, + -0.04986572265625, + -0.00247955322265625, + -0.04156494140625, + -0.040313720703125, + -0.04901123046875, + 0.0347900390625, + 0.01389312744140625, + -0.0061798095703125, + -0.001617431640625, + -0.0088043212890625, + -0.046875, + 0.017181396484375, + -0.01277923583984375, + 0.021636962890625, + -0.0215301513671875, + 0.0445556640625, + 0.037109375, + 0.021209716796875, + -0.002399444580078125, + 0.04095458984375, + 0.017822265625, + -0.03753662109375, + -0.00429534912109375, + -0.005146026611328125, + 0.0022678375244140625, + 0.0299072265625, + -0.02301025390625, + -0.017608642578125, + -0.0215301513671875, + -0.007106781005859375, + 0.0243988037109375, + 0.06829833984375, + 0.0543212890625, + 0.0103912353515625, + -0.0257720947265625, + 0.0118255615234375, + 0.049652099609375, + 0.003711700439453125, + 0.09930419921875, + 0.0015707015991210938, + -0.040313720703125, + 0.0112457275390625, + 0.0175018310546875, + 0.0014848709106445312, + -0.0150604248046875, + 0.0092315673828125, + 0.00506591796875, + -0.019622802734375, + 0.035430908203125, + -0.01108551025390625, + 0.034149169921875, + -0.004932403564453125, + 0.0012331008911132812, + 0.015167236328125, + -0.0290679931640625, + 0.004482269287109375, + 0.033294677734375, + 0.0152740478515625, + -0.007106781005859375, + 0.038818359375, + -0.019622802734375, + -0.0270538330078125, + -0.0290679931640625, + -0.07257080078125, + 0.0101318359375, + 0.054718017578125, + 0.0045623779296875, + 0.058563232421875, + -0.0179290771484375, + -0.053680419921875, + 0.00461578369140625, + -0.041168212890625, + 0.0589599609375, + 0.0246124267578125, + -0.01299285888671875, + 0.0213165283203125, + -0.03076171875, + -0.0019893646240234375, + 0.01299285888671875, + -0.015167236328125, + -0.00753021240234375, + 0.0282135009765625, + 0.033935546875, + -0.0018825531005859375, + -0.04241943359375, + 0.0188751220703125, + 0.036285400390625, + 0.0188751220703125, + 0.0095977783203125, + 0.0290679931640625, + 0.0052490234375, + 0.021209716796875, + -0.0116119384765625, + 0.04644775390625, + 0.0188751220703125, + 0.01432037353515625, + 0.01129913330078125, + -0.007266998291015625, + 0.01389312744140625, + -0.035858154296875, + 0.00379180908203125, + -0.00785064697265625, + 0.0152740478515625, + 0.0162353515625, + 0.016754150390625, + -0.0543212890625, + -0.0016641616821289062, + 0.035003662109375, + -0.0687255859375, + 0.020782470703125, + 0.0211029052734375, + -0.047088623046875, + 0.00975799560546875, + -0.036285400390625, + -0.06573486328125, + 0.0229034423828125, + -0.0270538330078125, + -0.06024169921875, + -0.0208892822265625, + 0.0250396728515625, + -0.037109375, + -0.033935546875, + -0.0379638671875, + -0.02587890625, + -0.0034732818603515625, + -0.0095977783203125, + 0.01044464111328125, + -0.00318145751953125, + 0.01087188720703125, + 0.031829833984375, + 0.037750244140625, + 0.0185546875, + -0.0009679794311523438, + 0.054107666015625, + -0.03436279296875, + -0.047088623046875, + 0.0169677734375, + 0.0190887451171875, + 0.0205841064453125, + -0.031402587890625, + -0.0010938644409179688, + -0.00753021240234375, + 0.015594482421875, + 0.0012865066528320312, + 0.01442718505859375, + -0.047515869140625, + -0.044342041015625, + -0.059814453125, + 0.057281494140625, + -0.004428863525390625, + 0.035003662109375, + 0.01087188720703125, + -0.038818359375, + 0.040313720703125, + -0.058563232421875, + -0.00970458984375, + 0.00875091552734375, + 0.016754150390625, + -0.00673675537109375, + 0.06787109375, + -0.044342041015625, + 0.0088043212890625, + -0.01378631591796875, + 0.0292816162109375, + 0.01464080810546875, + -0.00511932373046875, + -0.037109375, + 0.030548095703125, + 0.0460205078125, + -0.048797607421875, + -0.004032135009765625, + -0.033935546875, + 0.021636962890625, + 0.0190887451171875, + -0.041168212890625, + 0.003978729248046875, + -0.00023865699768066406, + -0.0347900390625, + -0.0175018310546875, + -0.0231170654296875, + -0.03076171875, + -0.0299072265625, + 0.0059661865234375, + 0.054718017578125, + 0.0010671615600585938, + 0.02142333984375, + -0.004772186279296875, + 0.01464080810546875, + 0.01442718505859375, + -0.00063323974609375, + -0.04052734375, + 0.0292816162109375, + -0.06451416015625, + -0.07000732421875, + -0.020477294921875, + 0.030548095703125, + -0.0168609619140625, + -0.0150604248046875, + 0.0166473388671875, + 0.0007953643798828125, + 0.06658935546875, + -0.04986572265625, + -0.00612640380859375, + -0.00662994384765625, + -0.030120849609375, + -0.037322998046875, + -0.00379180908203125, + 0.0234375, + 0.0279998779296875, + -0.00864410400390625, + 0.010345458984375, + 0.03607177734375, + -0.057281494140625, + 0.032257080078125, + 0.01352691650390625, + -0.0034732818603515625, + 0.0008883476257324219, + -0.0134735107421875, + 0.0057525634765625, + 0.0282135009765625, + 0.01410675048828125, + -0.035858154296875, + -0.00811767578125, + -0.069580078125, + 0.0316162109375, + 0.00479888916015625, + -0.0010538101196289062, + -0.021209716796875, + -0.04541015625, + -0.04730224609375, + 0.01389312744140625, + 0.033935546875, + 0.034576416015625, + -0.0034999847412109375, + -0.043060302734375, + -0.0098114013671875, + -0.0179290771484375, + -0.0286407470703125, + 0.01119232177734375, + -0.008270263671875, + 0.0460205078125, + -0.006336212158203125, + -0.02099609375, + 0.031402587890625, + 0.01092529296875, + 0.0275726318359375, + 0.033294677734375, + 0.0364990234375, + -0.03076171875, + -0.0030231475830078125, + 0.0081634521484375, + -0.0228118896484375, + 0.0008053779602050781, + -0.0299072265625, + 0.037322998046875, + -0.006893157958984375, + -0.015594482421875, + 0.016326904296875, + 0.0213165283203125, + 0.03033447265625, + -0.007160186767578125, + -0.01230621337890625, + 0.007320404052734375, + -0.013580322265625, + 0.092041015625, + 0.0035533905029296875, + -0.03204345703125, + 0.0006728172302246094, + -0.007160186767578125, + 0.031402587890625, + 0.0154876708984375, + 0.0013990402221679688, + -0.02099609375, + -0.02227783203125, + 0.06658935546875, + -0.0186614990234375, + -0.020782470703125, + -0.02630615234375, + 0.006946563720703125, + 0.006389617919921875, + 0.03753662109375, + 0.033721923828125, + 0.0640869140625, + 0.0273590087890625, + -0.0172882080078125, + 0.0299072265625, + 0.048583984375, + 0.033294677734375, + -0.023651123046875, + -0.057281494140625, + -0.002227783203125, + -0.00003272294998168945, + -0.043701171875, + -0.049652099609375, + 0.00997161865234375, + 0.055999755859375, + -0.08441162109375, + -0.017822265625, + 0.0246124267578125, + -0.017608642578125, + 0.0286407470703125, + 0.0024929046630859375, + -0.03033447265625, + 0.03350830078125, + 0.016326904296875, + -0.037322998046875, + -0.004932403564453125, + -0.0103912353515625, + 0.03692626953125, + 0.0509033203125, + 0.0003464221954345703, + -0.019622802734375, + 0.037322998046875, + 0.018768310546875, + 0.032470703125, + 0.043060302734375, + 0.04052734375, + 0.0286407470703125, + 0.023651123046875, + 0.0396728515625, + 0.050079345703125, + -0.01331329345703125, + -0.0024394989013671875, + 0.00379180908203125, + 0.039886474609375, + 0.063232421875, + 0.05047607421875, + 0.010498046875, + -0.003368377685546875, + -0.01155853271484375, + -0.04986572265625, + 0.017822265625, + 0.006946563720703125, + -0.005939483642578125, + -0.043701171875, + -0.0299072265625, + 0.0152740478515625, + -0.03753662109375, + 0.0413818359375, + 0.02301025390625, + -0.0014781951904296875, + 0.013580322265625, + 0.0248260498046875, + 0.01442718505859375, + -0.047943115234375, + 0.003063201904296875, + -0.05303955078125, + -0.015167236328125, + -0.046234130859375, + -0.0080108642578125, + 0.038177490234375, + -0.010345458984375, + -0.055572509765625, + -0.0164337158203125, + 0.042633056640625, + 0.0019626617431640625, + -0.0379638671875, + -0.031829833984375, + -0.0077972412109375, + -0.007053375244140625, + -0.053466796875, + -0.024932861328125, + 0.0009946823120117188, + 0.032470703125, + -0.0330810546875, + 0.011505126953125, + -0.018768310546875, + -0.011932373046875, + -0.00927734375, + 0.0010938644409179688, + -0.07464599609375, + 0.03692626953125, + -0.03076171875, + 0.050079345703125, + 0.008697509765625, + 0.0213165283203125, + 0.037109375, + 0.0704345703125, + -0.015380859375, + -0.0106048583984375, + -0.0290679931640625, + -0.06829833984375, + 0.0215301513671875, + -0.02069091796875, + 0.006389617919921875, + -0.03924560546875, + 0.0188751220703125, + 0.054718017578125, + -0.085693359375, + -0.00896453857421875, + 0.0067901611328125, + -0.016021728515625, + -0.0687255859375, + 0.001922607421875, + 0.018035888671875, + 0.0316162109375, + 0.069580078125, + 0.01331329345703125, + -0.0255584716796875, + -0.010498046875, + -0.03265380859375, + 0.03033447265625, + 0.0164337158203125, + 0.0193023681640625, + -0.029693603515625, + 0.04095458984375, + 0.01076507568359375, + -0.0101318359375, + 0.01464080810546875, + -0.07086181640625, + 0.0213165283203125, + 0.053466796875, + -0.00506591796875, + -0.0292816162109375, + -0.042205810546875, + -0.024078369140625, + -0.01389312744140625, + -0.0284271240234375, + 0.0017232894897460938, + 0.0080108642578125, + 0.015380859375, + -0.030975341796875, + -0.0036067962646484375, + 0.01464080810546875, + -0.055572509765625, + -0.025665283203125, + -0.0218505859375, + 0.00501251220703125, + -0.0022411346435546875, + -0.0477294921875, + 0.038604736328125, + -0.001338958740234375, + -0.0273590087890625, + 0.0179290771484375, + 0.040313720703125, + -0.03839111328125, + -0.00017154216766357422, + -0.01421356201171875, + 0.0266265869140625, + 0.006656646728515625, + -0.01580810546875, + -0.006656646728515625, + 0.0211029052734375, + 0.0203704833984375, + -0.03521728515625, + 0.032257080078125, + 0.045806884765625, + -0.04095458984375, + -0.022064208984375, + -0.03118896484375, + 0.0012464523315429688, + 0.020782470703125, + -0.0233306884765625, + 0.0288543701171875, + 0.0005636215209960938, + -0.022064208984375, + -0.108642578125, + 0.059814453125, + -0.043060302734375, + 0.0229034423828125, + 0.03607177734375, + -0.019195556640625, + -0.04498291015625, + -0.031402587890625, + -0.044342041015625, + 0.0255584716796875, + -0.0255584716796875, + 0.0273590087890625, + -0.017822265625, + 0.006389617919921875, + -0.0049591064453125, + -0.03076171875, + 0.006099700927734375, + 0.035858154296875, + -0.006046295166015625, + -0.0203704833984375, + 0.050262451171875, + -0.00875091552734375, + 0.00601959228515625, + 0.00228118896484375, + -0.020263671875, + 0.03204345703125, + -0.003711700439453125, + -0.0290679931640625, + 0.0012865066528320312, + 0.031402587890625, + 0.046875, + -0.0024929046630859375, + 0.023223876953125, + 0.003978729248046875, + 0.0169677734375, + -0.01065826416015625, + -0.03521728515625, + -0.00519561767578125, + 0.02947998046875, + -0.0223846435546875, + -0.022491455078125, + -0.06451416015625, + -0.0848388671875, + 0.002040863037109375, + -0.047088623046875, + -0.01464080810546875, + 0.0264129638671875, + 0.032867431640625, + 0.01219940185546875, + -0.02947998046875, + 0.0168609619140625, + 0.00970458984375, + -0.01898193359375, + -0.046234130859375, + 0.0364990234375, + -0.0024662017822265625, + 0.0122528076171875, + 0.011138916015625, + -0.031402587890625, + 0.00917816162109375, + 0.01108551025390625, + 0.00896453857421875, + -0.0120391845703125, + -0.003711700439453125, + -0.039031982421875, + 0.01898193359375, + -0.07000732421875, + -0.0268402099609375, + 0.03839111328125, + 0.04412841796875, + -0.0197296142578125, + -0.052398681640625, + 0.051544189453125, + -0.02947998046875, + -0.047088623046875, + 0.0273590087890625, + -0.03350830078125, + -0.022064208984375, + 0.004375457763671875, + -0.0277862548828125, + -0.00907135009765625, + 0.0194091796875, + 0.039031982421875, + 0.031829833984375, + 0.0460205078125, + 0.01898193359375, + -0.03204345703125, + -0.0116119384765625, + 0.0035533905029296875, + 0.032257080078125, + 0.03607177734375, + 0.02301025390625, + 0.005859375, + 0.003261566162109375, + -0.0014715194702148438, + -0.0784912109375, + 0.00384521484375, + -0.035003662109375, + -0.04644775390625, + -0.00461578369140625, + 0.0865478515625, + -0.004322052001953125, + -0.0199432373046875, + 0.0396728515625, + 0.049652099609375, + 0.005596160888671875, + -0.01367950439453125, + 0.00630950927734375, + -0.063232421875, + -0.004772186279296875, + 0.00408172607421875, + 0.02069091796875, + -0.0738525390625, + 0.0419921875, + 0.042633056640625, + 0.01097869873046875, + -0.0055694580078125, + -0.0067901611328125, + -0.00795745849609375, + 0.0255584716796875, + 0.02587890625, + 0.0330810546875, + -0.06829833984375, + 0.032470703125, + 0.007213592529296875, + -0.0172882080078125, + -0.0030498504638671875, + -0.005596160888671875, + -0.031829833984375, + 0.032257080078125, + -0.0261993408203125, + 0.0081634521484375, + -0.0000985860824584961, + 0.06195068359375, + -0.0024662017822265625, + -0.038818359375, + -0.055572509765625, + 0.0284271240234375, + 0.0188751220703125, + -0.00101470947265625, + 0.00445556640625, + 0.0186614990234375, + -0.0292816162109375, + 0.030548095703125, + 0.03924560546875, + 0.006282806396484375, + 0.043701171875, + 0.0064697265625, + -0.054718017578125, + 0.006046295166015625, + -0.03564453125, + 0.0213165283203125, + -0.0103912353515625, + -0.026519775390625, + -0.050262451171875, + -0.066162109375, + 0.035003662109375, + -0.003711700439453125, + 0.038604736328125, + 0.034576416015625, + 0.002227783203125, + -0.0157012939453125, + 0.01288604736328125, + 0.01352691650390625, + 0.0477294921875, + 0.0118255615234375, + 0.00017571449279785156, + -0.00106048583984375, + -0.008270263671875, + 0.0016307830810546875, + -0.0316162109375, + 0.01410675048828125, + -0.031402587890625, + 0.00927734375, + -0.040313720703125, + 0.022705078125, + 0.018463134765625, + -0.01898193359375, + -0.01155853271484375, + -0.02069091796875, + -0.007320404052734375, + -0.0219573974609375, + -0.041168212890625, + -0.011505126953125, + 0.043487548828125, + -0.03564453125, + 0.005462646484375, + 0.0284271240234375, + -0.0008320808410644531, + 0.0100250244140625, + -0.08526611328125, + 0.05938720703125, + 0.022705078125, + 0.0152740478515625, + -0.016754150390625, + 0.0132598876953125, + 0.0161285400390625, + 0.030548095703125, + 0.042633056640625, + 0.020263671875, + -0.0235443115234375, + 0.04901123046875, + 0.03521728515625, + -0.0053558349609375, + -0.025665283203125, + 0.025238037109375, + 0.003818511962890625, + -0.04901123046875, + 0.020263671875, + 0.03692626953125, + 0.0181427001953125, + -0.0134735107421875, + -0.01145172119140625, + -0.0004475116729736328, + -0.057281494140625, + 0.057281494140625, + -0.0011472702026367188, + 0.01256561279296875, + 0.0273590087890625, + -0.0615234375, + 0.079345703125, + 0.0148468017578125, + 0.0526123046875, + -0.0419921875, + 0.050689697265625, + -0.03204345703125, + 0.0134735107421875, + 0.01087188720703125, + -0.0083770751953125, + -0.006893157958984375, + 0.042633056640625, + -0.0031681060791015625, + 0.0750732421875, + 0.0347900390625, + -0.00917816162109375, + -0.055145263671875, + -0.022491455078125, + -0.0219573974609375, + -0.01007843017578125, + 0.0154876708984375, + -0.049652099609375, + -0.043701171875, + 0.0019359588623046875, + 0.036285400390625, + 0.06494140625, + 0.005462646484375, + 0.0288543701171875, + 0.003978729248046875, + -0.014739990234375, + -0.0316162109375, + 0.016021728515625 + ], + "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_ArcGIS", + "type": "tool", + "name": "ArcGIS", + "content": "arcgis esris kommerzielle gis-plattform transformiert forensische geodaten in aussagekräftige räumliche analysen für ermittlungen. besonders wertvoll für komplexe bewegungsprofile aus gps-logs, cell-tower-triangulation und fahrzeug-telematik. die arcmap-desktop-anwendung bietet erweiterte spatial-queries: buffer-analysen identifizieren verdächtige in tatort-nähe, hot-spot-detection findet kriminalitätsschwerpunkte, network-analyst berechnet optimale fluchtrouten. integration mit datenbanken ermöglicht korrelation von orten mit personen, fahrzeugen, kommunikation. die 3d-scene-funktionen rekonstruieren tatorte photorealistisch. crime-mapping- extensions speziell für strafverfolgung. der enterprise-fokus bedeutet hohe kosten (ab 7.000€) und schulungsaufwand, aber bewährte kompetenz für geo-intelligence. mapping visualization fraud-investigation network-forensics reporting", + "embedding": [ + -0.036041259765625, + 0.0237274169921875, + 0.04058837890625, + -0.01078033447265625, + 0.0096893310546875, + 0.0212860107421875, + 0.0219268798828125, + -0.0033969879150390625, + -0.01322174072265625, + -0.000014483928680419922, + -0.04473876953125, + 0.042205810546875, + 0.0008096694946289062, + -0.0163116455078125, + -0.049652099609375, + 0.048553466796875, + -0.005252838134765625, + 0.0180206298828125, + 0.00891876220703125, + -0.031707763671875, + -0.0131378173828125, + 0.0216522216796875, + -0.03515625, + 0.0192108154296875, + 0.01241302490234375, + 0.02264404296875, + -0.030975341796875, + -0.0244598388671875, + -0.017486572265625, + 0.010101318359375, + 0.01377105712890625, + -0.032257080078125, + -0.01422119140625, + 0.0557861328125, + -0.017669677734375, + -0.0269927978515625, + -0.00942230224609375, + -0.017120361328125, + -0.0216522216796875, + 0.0182037353515625, + -0.016387939453125, + -0.0180206298828125, + 0.01195526123046875, + -0.00942230224609375, + -0.02899169921875, + -0.0411376953125, + -0.00423431396484375, + -0.014495849609375, + -0.0035552978515625, + -0.019287109375, + 0.016754150390625, + 0.041290283203125, + 0.007610321044921875, + 0.00428009033203125, + -0.036224365234375, + 0.01666259765625, + -0.001064300537109375, + -0.016937255859375, + -0.0266265869140625, + 0.05072021484375, + -0.0180206298828125, + -0.00860595703125, + -0.01503753662109375, + 0.01096343994140625, + -0.006793975830078125, + 0.0277252197265625, + -0.02337646484375, + -0.006885528564453125, + 0.003826141357421875, + 0.0178375244140625, + 0.004550933837890625, + 0.00011461973190307617, + -0.0129547119140625, + 0.022918701171875, + -0.006610870361328125, + -0.0218353271484375, + 0.0115966796875, + 0.014129638671875, + -0.0031032562255859375, + -0.0277252197265625, + -0.055084228515625, + 0.0162200927734375, + 0.047454833984375, + -0.0404052734375, + -0.0086517333984375, + 0.0131378173828125, + 0.031158447265625, + 0.0085601806640625, + 0.002071380615234375, + -0.0056610107421875, + 0.0131378173828125, + 0.0020160675048828125, + 0.0467529296875, + -0.03369140625, + 0.0214691162109375, + 0.07501220703125, + -0.0129547119140625, + -0.01377105712890625, + -0.0005097389221191406, + 0.0277252197265625, + -0.006069183349609375, + -0.0302581787109375, + 0.041656494140625, + -0.00348663330078125, + 0.054351806640625, + -0.042205810546875, + 0.023193359375, + 0.00005447864532470703, + 0.007610321044921875, + -0.0242767333984375, + -0.07647705078125, + -0.044189453125, + -0.00923919677734375, + -0.06378173828125, + 0.0183868408203125, + 0.0212860107421875, + -0.0228271484375, + 0.045654296875, + -0.071044921875, + -0.0129547119140625, + 0.037872314453125, + 0.03277587890625, + 0.00634002685546875, + 0.00647735595703125, + -0.042572021484375, + -0.054351806640625, + 0.02825927734375, + 0.005458831787109375, + -0.053985595703125, + 0.0014324188232421875, + -0.036956787109375, + -0.042572021484375, + -0.008697509765625, + -0.014312744140625, + 0.019927978515625, + 0.0014095306396484375, + 0.03515625, + -0.01232147216796875, + -0.0182952880859375, + 0.0291748046875, + 0.01186370849609375, + -0.0203857421875, + -0.04638671875, + -0.0026607513427734375, + -0.053985595703125, + -0.01322174072265625, + -0.005931854248046875, + 0.05181884765625, + -0.011322021484375, + -0.0021514892578125, + -0.00792694091796875, + -0.0070648193359375, + 0.048187255859375, + 0.016754150390625, + 0.0012454986572265625, + -0.05218505859375, + -0.0034656524658203125, + -0.0022411346435546875, + 0.04998779296875, + -0.0016527175903320312, + -0.01340484619140625, + 0.0300750732421875, + 0.022552490234375, + 0.0235443115234375, + -0.0211029052734375, + -0.0579833984375, + -0.036956787109375, + 0.0273590087890625, + 0.01096343994140625, + -0.00482177734375, + 0.02001953125, + -0.0340576171875, + 0.058685302734375, + 0.0703125, + -0.0010585784912109375, + 0.0404052734375, + 0.0083770751953125, + -0.031158447265625, + 0.0248260498046875, + 0.01045989990234375, + -0.0214691162109375, + -0.0069732666015625, + 0.0188446044921875, + -0.013946533203125, + 0.0246429443359375, + 0.00554656982421875, + -0.0218353271484375, + -0.007335662841796875, + -0.0131378173828125, + 0.031341552734375, + -0.043853759765625, + -0.0297088623046875, + -0.00441741943359375, + 0.03424072265625, + 0.0153961181640625, + 0.07861328125, + -0.01241302490234375, + -0.005344390869140625, + 0.01522064208984375, + -0.0031032562255859375, + -0.01073455810546875, + 0.049285888671875, + 0.007335662841796875, + 0.01512908935546875, + 0.01213836669921875, + 0.0214691162109375, + 0.01322174072265625, + 0.03460693359375, + 0.0215606689453125, + -0.02337646484375, + -0.00652313232421875, + 0.04638671875, + -0.0207366943359375, + -0.0203857421875, + -0.034423828125, + -0.0467529296875, + -0.0153045654296875, + -0.00896453857421875, + -0.0015058517456054688, + 0.003509521484375, + -0.0207366943359375, + -0.054718017578125, + -0.020294189453125, + 0.017303466796875, + -0.0266265869140625, + 0.0190277099609375, + 0.0284423828125, + -0.0295257568359375, + -0.0112762451171875, + -0.01358795166015625, + 0.032440185546875, + 0.023193359375, + -0.0240936279296875, + -0.00031280517578125, + 0.003917694091796875, + -0.025543212890625, + 0.0246429443359375, + 0.00806427001953125, + 0.042205810546875, + 0.0011777877807617188, + -0.03369140625, + 0.022186279296875, + -0.0240936279296875, + 0.0269927978515625, + 0.037872314453125, + -0.0128631591796875, + -0.0048675537109375, + -0.00910186767578125, + 0.01195526123046875, + 0.0411376953125, + -0.055450439453125, + -0.00765228271484375, + -0.07501220703125, + 0.0211944580078125, + -0.0411376953125, + -0.037322998046875, + -0.031341552734375, + -0.007472991943359375, + 0.042205810546875, + -0.04022216796875, + -0.038421630859375, + -0.00428009033203125, + 0.0244598388671875, + 0.014495849609375, + 0.0340576171875, + 0.03277587890625, + -0.034423828125, + -0.0128631591796875, + 0.0662841796875, + 0.0184783935546875, + 0.002796173095703125, + -0.004032135009765625, + 0.049652099609375, + -0.006656646728515625, + 0.04022216796875, + -0.03985595703125, + 0.02337646484375, + 0.0244598388671875, + 0.024993896484375, + 0.005977630615234375, + -0.0153045654296875, + 0.035858154296875, + 0.0027179718017578125, + 0.031341552734375, + -0.044921875, + -0.034423828125, + -0.0030574798583984375, + 0.0400390625, + -0.0189361572265625, + -0.07244873046875, + -0.004665374755859375, + 0.06414794921875, + 0.005275726318359375, + 0.004573822021484375, + 0.01213836669921875, + -0.025909423828125, + 0.02880859375, + 0.003215789794921875, + -0.00004088878631591797, + 0.03277587890625, + 0.0389404296875, + -0.042388916015625, + -0.0051422119140625, + 0.0185699462890625, + 0.022552490234375, + -0.055084228515625, + -0.0298919677734375, + -0.01467132568359375, + 0.00022363662719726562, + -0.0706787109375, + -0.0015735626220703125, + 0.0191192626953125, + -0.025909423828125, + 0.00559234619140625, + -0.04095458984375, + 0.0298919677734375, + -0.025177001953125, + -0.05108642578125, + 0.00769805908203125, + -0.05035400390625, + -0.047821044921875, + -0.0277252197265625, + 0.0452880859375, + 0.008514404296875, + 0.0182952880859375, + -0.01104736328125, + -0.0190277099609375, + -0.0154876708984375, + -0.01522064208984375, + -0.0266265869140625, + 0.022369384765625, + -0.00942230224609375, + 0.025909423828125, + 0.0239105224609375, + 0.0347900390625, + -0.0019474029541015625, + 0.059051513671875, + 0.048187255859375, + -0.017303466796875, + 0.0026721954345703125, + 0.0189361572265625, + 0.0240936279296875, + 0.0264434814453125, + -0.0182952880859375, + -0.0269927978515625, + -0.01377105712890625, + -0.043853759765625, + 0.005615234375, + 0.0246429443359375, + 0.0013704299926757812, + 0.016754150390625, + -0.035858154296875, + -0.0187530517578125, + 0.0692138671875, + -0.009918212890625, + 0.1021728515625, + -0.022186279296875, + -0.043853759765625, + 0.0071563720703125, + 0.01032257080078125, + -0.01386260986328125, + -0.03314208984375, + 0.042205810546875, + -0.0128631591796875, + -0.00652313232421875, + 0.0083770751953125, + -0.020111083984375, + 0.041290283203125, + -0.0248260498046875, + -0.0209197998046875, + 0.0110931396484375, + -0.0179290771484375, + 0.002468109130859375, + 0.048187255859375, + 0.043304443359375, + -0.01186370849609375, + 0.005252838134765625, + -0.060882568359375, + -0.019378662109375, + -0.04998779296875, + -0.044921875, + 0.0340576171875, + 0.0291748046875, + 0.0129547119140625, + 0.026092529296875, + -0.0655517578125, + -0.09637451171875, + 0.025543212890625, + -0.011688232421875, + 0.0670166015625, + 0.059783935546875, + -0.00946807861328125, + 0.0467529296875, + -0.038238525390625, + 0.00656890869140625, + 0.0302581787109375, + 0.00806427001953125, + 0.030609130859375, + 0.05255126953125, + 0.031158447265625, + -0.0035552978515625, + -0.020111083984375, + 0.0347900390625, + 0.01386260986328125, + 0.0182037353515625, + -0.019744873046875, + 0.03350830078125, + 0.032440185546875, + 0.01485443115234375, + -0.00769805908203125, + 0.036407470703125, + 0.02001953125, + -0.047088623046875, + -0.0220947265625, + -0.031707763671875, + 0.0208282470703125, + -0.0452880859375, + -0.0015287399291992188, + -0.01386260986328125, + 0.005523681640625, + 0.017303466796875, + 0.008880615234375, + -0.05181884765625, + 0.0157623291015625, + 0.0298919677734375, + -0.06304931640625, + 0.032073974609375, + 0.0211944580078125, + -0.03497314453125, + 0.019378662109375, + -0.0213775634765625, + -0.05108642578125, + 0.0467529296875, + -0.030792236328125, + -0.02227783203125, + 0.019744873046875, + 0.0027618408203125, + -0.038421630859375, + -0.042022705078125, + -0.0219268798828125, + -0.0018568038940429688, + 0.00140380859375, + 0.0111846923828125, + 0.0460205078125, + 0.00414276123046875, + -0.0191192626953125, + 0.01055145263671875, + 0.04510498046875, + 0.0021514892578125, + -0.03985595703125, + 0.037322998046875, + -0.0248260498046875, + -0.0295257568359375, + 0.01045989990234375, + 0.0237274169921875, + 0.0266265869140625, + -0.036224365234375, + -0.002536773681640625, + -0.0115966796875, + 0.023193359375, + 0.0129547119140625, + 0.01386260986328125, + -0.0239105224609375, + -0.05181884765625, + -0.036773681640625, + 0.0269927978515625, + 0.007427215576171875, + 0.03460693359375, + -0.0057525634765625, + -0.07318115234375, + 0.032073974609375, + -0.05255126953125, + -0.0184783935546875, + -0.00811004638671875, + 0.02337646484375, + -0.02880859375, + 0.060150146484375, + 0.01241302490234375, + -0.0266265869140625, + -0.0125885009765625, + 0.06378173828125, + 0.0004925727844238281, + 0.00647735595703125, + -0.06488037109375, + 0.048187255859375, + -0.002445220947265625, + -0.049285888671875, + -0.003940582275390625, + -0.02056884765625, + -0.006839752197265625, + 0.0355224609375, + -0.048553466796875, + 0.006702423095703125, + 0.006114959716796875, + -0.080810546875, + -0.01666259765625, + -0.044189453125, + -0.0333251953125, + -0.0297088623046875, + 0.0239105224609375, + 0.03515625, + -0.0069732666015625, + 0.03912353515625, + 0.0239105224609375, + 0.0209197998046875, + 0.0275421142578125, + 0.0211944580078125, + -0.0083770751953125, + 0.0300750732421875, + -0.05108642578125, + -0.014404296875, + -0.02337646484375, + 0.0411376953125, + -0.043121337890625, + 0.003192901611328125, + 0.0163116455078125, + -0.0192108154296875, + 0.0237274169921875, + -0.01204681396484375, + -0.01096343994140625, + -0.022918701171875, + -0.0214691162109375, + -0.0271759033203125, + -0.04058837890625, + -0.00418853759765625, + 0.034423828125, + -0.01123046875, + 0.0153045654296875, + 0.0445556640625, + -0.07171630859375, + -0.00022649765014648438, + 0.019744873046875, + -0.014129638671875, + 0.0164794921875, + 0.002422332763671875, + -0.0081939697265625, + -0.0400390625, + 0.0277252197265625, + -0.0340576171875, + -0.02056884765625, + -0.077880859375, + 0.03277587890625, + -0.00801849365234375, + -0.0183868408203125, + -0.02301025390625, + -0.036041259765625, + -0.054718017578125, + -0.0273590087890625, + 0.0297088623046875, + 0.00769805908203125, + 0.02337646484375, + -0.042572021484375, + -0.00788116455078125, + 0.0009226799011230469, + -0.01064300537109375, + 0.03875732421875, + -0.0181121826171875, + 0.0186614990234375, + 0.00891876220703125, + -0.04998779296875, + 0.022918701171875, + 0.009735107421875, + 0.0179290771484375, + 0.0130462646484375, + 0.019561767578125, + -0.031890869140625, + -0.00019252300262451172, + -0.037139892578125, + -0.0030574798583984375, + -0.00783538818359375, + -0.023193359375, + 0.0188446044921875, + -0.03497314453125, + -0.01386260986328125, + 0.01100921630859375, + 0.0034656524658203125, + 0.0220184326171875, + 0.0008945465087890625, + -0.0014944076538085938, + 0.01702880859375, + 0.00044155120849609375, + 0.047821044921875, + -0.0264434814453125, + -0.06451416015625, + 0.0004131793975830078, + -0.017669677734375, + 0.05145263671875, + 0.0565185546875, + -0.0220947265625, + -0.003871917724609375, + 0.0099639892578125, + 0.0304412841796875, + 0.00034117698669433594, + -0.024993896484375, + -0.01494598388671875, + 0.0114593505859375, + 0.02301025390625, + 0.06591796875, + 0.0013132095336914062, + 0.09637451171875, + 0.01232147216796875, + 0.01222991943359375, + 0.041473388671875, + 0.059417724609375, + 0.05108642578125, + -0.01947021484375, + -0.05035400390625, + 0.0235443115234375, + -0.00360107421875, + -0.037322998046875, + -0.025726318359375, + 0.006069183349609375, + 0.058685302734375, + -0.07647705078125, + -0.020111083984375, + -0.0246429443359375, + 0.0035552978515625, + 0.01983642578125, + 0.019287109375, + -0.019561767578125, + 0.0271759033203125, + 0.0018682479858398438, + -0.036407470703125, + -0.00765228271484375, + -0.014404296875, + 0.00901031494140625, + 0.05072021484375, + 0.0355224609375, + -0.00788116455078125, + 0.0295257568359375, + 0.0014829635620117188, + 0.0182037353515625, + 0.002887725830078125, + 0.0244598388671875, + 0.01123046875, + 0.01213836669921875, + 0.0297088623046875, + 0.0576171875, + 0.00919342041015625, + -0.04095458984375, + 0.02056884765625, + 0.0189361572265625, + 0.053985595703125, + 0.06341552734375, + -0.031158447265625, + 0.0011548995971679688, + 0.022552490234375, + -0.0295257568359375, + -0.0033740997314453125, + 0.003124237060546875, + 0.0214691162109375, + -0.042755126953125, + -0.038238525390625, + 0.02789306640625, + -0.041839599609375, + 0.0300750732421875, + -0.00021660327911376953, + -0.017669677734375, + -0.0031032562255859375, + 0.0269927978515625, + -0.0185699462890625, + -0.05035400390625, + 0.030609130859375, + 0.0011262893676757812, + -0.024993896484375, + -0.028076171875, + -0.052886962890625, + 0.04095458984375, + -0.01331329345703125, + -0.059051513671875, + -0.006656646728515625, + 0.031341552734375, + -0.00212860107421875, + -0.03460693359375, + 0.00493621826171875, + 0.030792236328125, + -0.0034198760986328125, + -0.0273590087890625, + -0.0699462890625, + -0.020111083984375, + 0.0182037353515625, + -0.0271759033203125, + 0.0124969482421875, + -0.0026721954345703125, + -0.055084228515625, + -0.00701904296875, + -0.0010814666748046875, + -0.0127716064453125, + 0.019287109375, + -0.05035400390625, + 0.0214691162109375, + 0.0235443115234375, + 0.020111083984375, + 0.03387451171875, + 0.048919677734375, + 0.0010585784912109375, + -0.0190277099609375, + -0.036773681640625, + -0.04547119140625, + 0.00579833984375, + -0.01036834716796875, + 0.002445220947265625, + -0.0703125, + 0.0026493072509765625, + 0.04583740234375, + -0.07861328125, + -0.0030117034912109375, + 0.0086517333984375, + -0.0239105224609375, + -0.03350830078125, + 0.005615234375, + -0.014404296875, + 0.01091766357421875, + 0.08514404296875, + -0.020111083984375, + -0.0037136077880859375, + 0.01422119140625, + -0.0333251953125, + 0.053985595703125, + 0.0244598388671875, + 0.025726318359375, + -0.04998779296875, + 0.0242767333984375, + 0.0161285400390625, + -0.03460693359375, + -0.0030345916748046875, + -0.047454833984375, + -0.026092529296875, + 0.044189453125, + 0.011322021484375, + 0.00937652587890625, + 0.01422119140625, + -0.048187255859375, + -0.01503753662109375, + -0.04473876953125, + 0.014495849609375, + 0.01512908935546875, + 0.0207366943359375, + -0.0400390625, + -0.02899169921875, + 0.003509521484375, + -0.0557861328125, + -0.0224609375, + -0.03350830078125, + 0.00901031494140625, + 0.0011892318725585938, + -0.048553466796875, + -0.0006623268127441406, + 0.003963470458984375, + 0.0277252197265625, + 0.003849029541015625, + 0.07354736328125, + -0.04998779296875, + -0.0295257568359375, + 0.006023406982421875, + -0.003147125244140625, + 0.01045989990234375, + 0.00891876220703125, + -0.0087432861328125, + 0.009735107421875, + 0.0012454986572265625, + -0.0295257568359375, + 0.039306640625, + 0.048553466796875, + -0.0128631591796875, + -0.038055419921875, + 0.0154876708984375, + -0.05145263671875, + 0.02789306640625, + -0.004032135009765625, + 0.05145263671875, + -0.014312744140625, + -0.01458740234375, + -0.09930419921875, + 0.02880859375, + -0.0153961181640625, + 0.043670654296875, + 0.05218505859375, + -0.0128631591796875, + -0.0572509765625, + -0.030975341796875, + -0.00860595703125, + 0.030792236328125, + -0.0284423828125, + 0.0130462646484375, + -0.006114959716796875, + 0.0011205673217773438, + -0.0099639892578125, + -0.0029430389404296875, + 0.0016307830810546875, + 0.03948974609375, + 0.00292205810546875, + -0.043853759765625, + 0.032440185546875, + -0.03350830078125, + 0.0291748046875, + 0.01213836669921875, + 0.00815582275390625, + -0.0007700920104980469, + -0.0115966796875, + -0.0293426513671875, + -0.005931854248046875, + 0.055084228515625, + 0.06195068359375, + -0.0140380859375, + 0.00860595703125, + -0.0160369873046875, + 0.0246429443359375, + -0.01458740234375, + -0.031707763671875, + 0.0128631591796875, + 0.01666259765625, + -0.041290283203125, + -0.0291748046875, + -0.07171630859375, + -0.09637451171875, + 0.0023441314697265625, + -0.06304931640625, + -0.00923919677734375, + -0.0180206298828125, + 0.0293426513671875, + 0.025909423828125, + -0.047821044921875, + 0.0269927978515625, + 0.00292205810546875, + -0.014495849609375, + -0.025360107421875, + 0.022369384765625, + -0.00901031494140625, + 0.03497314453125, + 0.0030117034912109375, + -0.041473388671875, + 0.0271759033203125, + -0.03424072265625, + 0.007518768310546875, + 0.0006113052368164062, + 0.01177215576171875, + -0.037322998046875, + 0.0333251953125, + -0.060150146484375, + -0.0400390625, + 0.0293426513671875, + 0.00783538818359375, + 0.0082855224609375, + -0.037689208984375, + 0.020111083984375, + -0.001811981201171875, + -0.043304443359375, + 0.0557861328125, + 0.00783538818359375, + -0.019378662109375, + 0.0179290771484375, + -0.0005888938903808594, + 0.022186279296875, + 0.007518768310546875, + 0.0264434814453125, + 0.04998779296875, + 0.0130462646484375, + -0.003170013427734375, + 0.006839752197265625, + 0.019744873046875, + -0.0184783935546875, + 0.016387939453125, + 0.028076171875, + 0.0024013519287109375, + 0.004119873046875, + 0.0126800537109375, + 0.0127716064453125, + -0.08624267578125, + -0.0051422119140625, + -0.0264434814453125, + -0.07391357421875, + -0.0157623291015625, + 0.06414794921875, + 0.05218505859375, + -0.01522064208984375, + 0.025543212890625, + 0.044921875, + 0.0209197998046875, + 0.010284423828125, + -0.019287109375, + -0.05181884765625, + -0.031707763671875, + 0.03533935546875, + 0.05218505859375, + -0.049285888671875, + 0.042938232421875, + 0.053619384765625, + -0.0019025802612304688, + -0.0216522216796875, + -0.003963470458984375, + 0.01458740234375, + 0.031524658203125, + 0.0304412841796875, + 0.00765228271484375, + -0.066650390625, + 0.0041656494140625, + 0.014312744140625, + -0.0019245147705078125, + 0.0006852149963378906, + -0.0027179718017578125, + -0.05035400390625, + 0.0673828125, + -0.049285888671875, + -0.0182037353515625, + -0.004619598388671875, + 0.058349609375, + 0.041656494140625, + -0.036956787109375, + -0.0088348388671875, + 0.03857421875, + 0.01123046875, + -0.0264434814453125, + -0.01204681396484375, + 0.01512908935546875, + 0.0070648193359375, + 0.0196533203125, + 0.041473388671875, + 0.0055694580078125, + 0.035675048828125, + 0.0291748046875, + -0.055450439453125, + 0.0217437744140625, + -0.00801849365234375, + 0.0026264190673828125, + -0.00647735595703125, + -0.05035400390625, + -0.0085601806640625, + -0.031158447265625, + 0.0244598388671875, + 0.01123046875, + 0.034423828125, + 0.05035400390625, + 0.0023326873779296875, + 0.00778961181640625, + 0.00942230224609375, + -0.01485443115234375, + 0.03948974609375, + 0.022186279296875, + 0.0096893310546875, + 0.0037364959716796875, + 0.037322998046875, + -0.00127410888671875, + -0.0452880859375, + 0.0302581787109375, + -0.020294189453125, + 0.0024013519287109375, + -0.0246429443359375, + 0.0015516281127929688, + 0.01503753662109375, + -0.0242767333984375, + -0.00414276123046875, + -0.0333251953125, + 0.00498199462890625, + -0.005161285400390625, + -0.0295257568359375, + -0.0209197998046875, + 0.01322174072265625, + -0.049285888671875, + 0.00901031494140625, + 0.041473388671875, + -0.0297088623046875, + 0.0022869110107421875, + -0.052886962890625, + 0.1014404296875, + 0.0467529296875, + 0.025543212890625, + 0.0029659271240234375, + 0.01349639892578125, + 0.037322998046875, + 0.00222015380859375, + -0.00554656982421875, + 0.02020263671875, + -0.023101806640625, + 0.032073974609375, + 0.0670166015625, + 0.0019931793212890625, + -0.02825927734375, + 0.037322998046875, + 0.00634002685546875, + -0.05255126953125, + 0.04583740234375, + 0.01322174072265625, + 0.02227783203125, + -0.01322174072265625, + -0.004642486572265625, + -0.0034198760986328125, + -0.053619384765625, + 0.0576171875, + 0.042938232421875, + -0.0217437744140625, + 0.03985595703125, + -0.045654296875, + 0.0244598388671875, + 0.0112762451171875, + 0.0460205078125, + -0.04547119140625, + 0.0445556640625, + -0.019927978515625, + 0.0034198760986328125, + -0.017120361328125, + 0.0156707763671875, + -0.0188446044921875, + 0.048187255859375, + -0.037506103515625, + 0.053253173828125, + 0.0220184326171875, + -0.01073455810546875, + -0.043304443359375, + -0.004642486572265625, + 0.0218353271484375, + 0.0264434814453125, + 0.048187255859375, + -0.03948974609375, + -0.042388916015625, + 0.00007396936416625977, + 0.0347900390625, + 0.07427978515625, + -0.043121337890625, + 0.03387451171875, + 0.0158538818359375, + 0.0023899078369140625, + 0.006023406982421875, + -0.016387939453125 + ], + "metadata": { + "domains": [ + "fraud-investigation", + "network-forensics" + ], + "phases": [ + "reporting" + ], + "tags": [ + "mapping", + "visualization" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_CyberChef", + "type": "tool", + "name": "CyberChef", + "content": "cyberchef das \"schweizer taschenmesser\" der daten-manipulation vereint über 400 operations für encoding, verschlüsselung, analyse und transformation. die visuelle \"rezept\"-metapher macht komplexe operationsketten intuitiv: base64 dekodieren → xor entschlüsseln → strings extrahieren → hashes berechnen. besonders wertvoll für malware-deobfuskation, ctf-challenges und forensische datenanalyse. magic-mode erkennt automatisch encodings. regex-support für pattern-extraktion. entropy-visualisierung identifiziert verschlüsselte bereiche. die offline-fähigkeit (läuft komplett im browser) macht es dsgvo-konform für sensible daten. import/export von rezepten für wiederverwendung. unterstützt dateien bis 2gb. code-beautifier für javascript, json, xml. image-forensik mit exif-extraktion. die github-version kann selbst gehostet werden. unverzichtbar für jeden digitalen ermittler. web-interface binary-decode decryption malware-unpacking string-search triage regex-operations magic-detection entropy-analysis recipe-based offline-capable data-transformation incident-response static-investigations malware-analysis network-forensics fraud-investigation examination analysis", + "embedding": [ + -0.0253753662109375, + 0.04022216796875, + 0.053741455078125, + 0.00411224365234375, + 0.008880615234375, + 0.0148468017578125, + 0.023590087890625, + 0.01212310791015625, + -0.031402587890625, + -0.031585693359375, + -0.0396728515625, + 0.056396484375, + -0.0024318695068359375, + 0.00017178058624267578, + -0.046234130859375, + 0.024627685546875, + 0.0088348388671875, + -0.00798797607421875, + 0.0266876220703125, + 0.0142822265625, + -0.02142333984375, + -0.007472991943359375, + -0.04266357421875, + -0.0037593841552734375, + -0.00528717041015625, + -0.00354766845703125, + -0.0070953369140625, + -0.044158935546875, + -0.0191650390625, + -0.034027099609375, + 0.00925445556640625, + -0.027435302734375, + 0.016632080078125, + 0.023773193359375, + -0.016632080078125, + -0.0265045166015625, + 0.024810791015625, + -0.034759521484375, + -0.020294189453125, + 0.021514892578125, + -0.0404052734375, + -0.01103973388671875, + 0.037200927734375, + 0.0007810592651367188, + -0.028564453125, + -0.0266876220703125, + 0.006626129150390625, + -0.006954193115234375, + 0.00620269775390625, + -0.00585174560546875, + 0.031951904296875, + 0.02105712890625, + 0.01390838623046875, + -0.0041351318359375, + -0.036651611328125, + 0.0287628173828125, + 0.043243408203125, + 0.00441741943359375, + -0.029510498046875, + 0.06842041015625, + -0.04058837890625, + -0.001033782958984375, + 0.01343536376953125, + -0.0036411285400390625, + -0.0081787109375, + 0.0193634033203125, + -0.022369384765625, + -0.031585693359375, + -0.00507354736328125, + 0.00615692138671875, + -0.011749267578125, + 0.01151275634765625, + -0.0244293212890625, + 0.039276123046875, + -0.056396484375, + -0.039093017578125, + -0.006908416748046875, + 0.0157012939453125, + 0.01042938232421875, + 0.027435302734375, + -0.0265045166015625, + 0.005496978759765625, + 0.034759521484375, + -0.0161590576171875, + -0.0195465087890625, + 0.00015938282012939453, + 0.00836181640625, + 0.0240631103515625, + 0.026123046875, + -0.005474090576171875, + 0.00191497802734375, + -0.0100555419921875, + 0.036468505859375, + -0.0157012939453125, + 0.0289459228515625, + 0.048858642578125, + -0.036834716796875, + 0.021514892578125, + 0.0208587646484375, + 0.0287628173828125, + 0.0240631103515625, + -0.016357421875, + 0.04248046875, + -0.0160675048828125, + 0.0268707275390625, + -0.0298919677734375, + 0.005237579345703125, + -0.01503753662109375, + -0.0083160400390625, + -0.01094818115234375, + -0.08831787109375, + -0.059783935546875, + -0.031768798828125, + -0.058258056640625, + -0.02386474609375, + 0.00676727294921875, + -0.0112762451171875, + 0.040985107421875, + -0.034210205078125, + -0.046234130859375, + 0.01399993896484375, + 0.0268707275390625, + 0.0101470947265625, + 0.0291290283203125, + -0.05487060546875, + -0.06878662109375, + -0.02264404296875, + 0.024627685546875, + -0.055633544921875, + -0.0087890625, + -0.031402587890625, + -0.0167236328125, + -0.018890380859375, + -0.01268768310546875, + -0.0053558349609375, + -0.0204010009765625, + 0.028564453125, + -0.02593994140625, + -0.0160675048828125, + 0.01146697998046875, + 0.0665283203125, + -0.0220794677734375, + -0.06280517578125, + 0.0011510848999023438, + -0.0255584716796875, + 0.01325225830078125, + -0.0204925537109375, + 0.055267333984375, + -0.0186004638671875, + -0.003688812255859375, + -0.0171051025390625, + 0.00380706787109375, + 0.0654296875, + 0.0056610107421875, + 0.004840850830078125, + -0.0208587646484375, + -0.0084075927734375, + -0.0298919677734375, + 0.036468505859375, + 0.01447296142578125, + -0.01277923583984375, + 0.0233001708984375, + -0.034210205078125, + 0.041900634765625, + -0.01390838623046875, + -0.03515625, + -0.03497314453125, + 0.024627685546875, + -0.007472991943359375, + -0.00742340087890625, + 0.0219879150390625, + -0.03778076171875, + 0.057891845703125, + 0.041351318359375, + 0.0081329345703125, + 0.00846099853515625, + 0.00855255126953125, + 0.0124053955078125, + 0.027069091796875, + 0.046417236328125, + -0.01099395751953125, + -0.0257568359375, + 0.0255584716796875, + 0.0257568359375, + 0.015228271484375, + -0.006999969482421875, + -0.0253753662109375, + -0.0089263916015625, + -0.004039764404296875, + 0.0300750732421875, + -0.0518798828125, + -0.0291290283203125, + -0.01409912109375, + 0.041534423828125, + 0.01259613037109375, + 0.04437255859375, + 0.04473876953125, + -0.0036182403564453125, + 0.008880615234375, + 0.00925445556640625, + -0.0084075927734375, + 0.0197296142578125, + -0.005123138427734375, + 0.037017822265625, + -0.01042938232421875, + 0.010009765625, + -0.0029964447021484375, + 0.046051025390625, + 0.0255584716796875, + -0.03515625, + 0.004581451416015625, + 0.06201171875, + -0.024993896484375, + -0.034210205078125, + -0.04925537109375, + -0.034759521484375, + 0.01776123046875, + -0.0037822723388671875, + -0.0003788471221923828, + -0.0182342529296875, + -0.004322052001953125, + -0.029693603515625, + -0.003101348876953125, + 0.037200927734375, + -0.03326416015625, + 0.031768798828125, + 0.034576416015625, + -0.01531982421875, + -0.0191650390625, + 0.01898193359375, + 0.01198577880859375, + 0.036834716796875, + 0.01142120361328125, + 0.0017385482788085938, + -0.0135345458984375, + -0.004791259765625, + 0.04998779296875, + 0.01160430908203125, + 0.0287628173828125, + -0.0158843994140625, + -0.0181427001953125, + 0.037200927734375, + -0.0035953521728515625, + 0.03759765625, + 0.0209503173828125, + -0.01390838623046875, + 0.033843994140625, + 0.0041351318359375, + 0.016632080078125, + 0.027252197265625, + -0.0797119140625, + -0.01029205322265625, + -0.0657958984375, + -0.0107574462890625, + -0.057891845703125, + -0.041351318359375, + -0.01983642578125, + -0.05712890625, + 0.029693603515625, + 0.00528717041015625, + -0.002960205078125, + 0.01203155517578125, + 0.0110931396484375, + 0.00176239013671875, + 0.04058837890625, + -0.01277923583984375, + -0.039093017578125, + -0.0012865066528320312, + 0.060516357421875, + -0.0113677978515625, + -0.0278167724609375, + -0.005428314208984375, + 0.01503753662109375, + -0.0161590576171875, + -0.00864410400390625, + -0.027435302734375, + 0.0228424072265625, + 0.034759521484375, + 0.0076141357421875, + 0.027435302734375, + 0.00859832763671875, + 0.04229736328125, + 0.004039764404296875, + 0.036285400390625, + -0.053741455078125, + -0.0014276504516601562, + -0.008270263671875, + 0.00594329833984375, + -0.0148468017578125, + -0.04718017578125, + -0.0181427001953125, + 0.04022216796875, + 0.0015392303466796875, + 0.008880615234375, + 0.010528564453125, + -0.051116943359375, + 0.0208587646484375, + 0.004039764404296875, + -0.006343841552734375, + 0.057525634765625, + 0.05712890625, + -0.0330810546875, + 0.01399993896484375, + -0.01531982421875, + -0.002101898193359375, + -0.031402587890625, + -0.044921875, + 0.017486572265625, + -0.0018091201782226562, + -0.0242462158203125, + 0.0012454986572265625, + 0.004558563232421875, + -0.041717529296875, + 0.01099395751953125, + -0.006626129150390625, + -0.007659912109375, + -0.048126220703125, + -0.036468505859375, + 0.0158843994140625, + -0.01155853271484375, + -0.0302581787109375, + -0.016815185546875, + 0.050750732421875, + 0.0244293212890625, + -0.006717681884765625, + 0.000022292137145996094, + 0.03515625, + -0.034393310546875, + -0.01123046875, + -0.00807952880859375, + 0.01438140869140625, + -0.00972747802734375, + 0.04925537109375, + 0.043243408203125, + 0.016632080078125, + 0.0452880859375, + 0.080810546875, + 0.035888671875, + -0.032318115234375, + -0.01390838623046875, + -0.016815185546875, + -0.0196380615234375, + 0.04266357421875, + -0.035888671875, + -0.01343536376953125, + -0.0181427001953125, + -0.0206756591796875, + 0.005779266357421875, + 0.003665924072265625, + 0.029510498046875, + 0.0136260986328125, + -0.01898193359375, + 0.004039764404296875, + 0.0665283203125, + 0.0216217041015625, + 0.08685302734375, + -0.005992889404296875, + -0.0518798828125, + -0.007190704345703125, + 0.021148681640625, + -0.0137176513671875, + -0.0167236328125, + 0.027069091796875, + 0.006439208984375, + -0.00585174560546875, + 0.0020084381103515625, + -0.0014801025390625, + 0.034759521484375, + 0.010528564453125, + -0.018798828125, + -0.004932403564453125, + -0.00902557373046875, + 0.01085662841796875, + 0.03271484375, + 0.01325225830078125, + 0.0204010009765625, + 0.03759765625, + -0.0289459228515625, + -0.01165008544921875, + -0.0400390625, + -0.07220458984375, + 0.02349853515625, + 0.0291290283203125, + 0.00028634071350097656, + 0.046600341796875, + -0.0094451904296875, + -0.0703125, + 0.0257568359375, + -0.03778076171875, + 0.07177734375, + 0.019927978515625, + 0.0204925537109375, + 0.0183258056640625, + -0.0230255126953125, + 0.00737762451171875, + 0.023681640625, + 0.03253173828125, + 0.046051025390625, + 0.048126220703125, + 0.034759521484375, + 0.0281982421875, + -0.0452880859375, + 0.0055694580078125, + 0.01212310791015625, + 0.005496978759765625, + 0.005146026611328125, + 0.043609619140625, + 0.0217132568359375, + 0.0169219970703125, + -0.00958251953125, + 0.0300750732421875, + 0.0312042236328125, + -0.01447296142578125, + 0.0173797607421875, + -0.01390838623046875, + 0.017852783203125, + -0.0445556640625, + -0.003265380859375, + 0.006107330322265625, + 0.0232086181640625, + 0.0287628173828125, + 0.04302978515625, + -0.033447265625, + -0.007801055908203125, + 0.048492431640625, + -0.05865478515625, + 0.0117034912109375, + 0.035888671875, + -0.023681640625, + 0.002819061279296875, + -0.043243408203125, + -0.04510498046875, + 0.007472991943359375, + -0.02349853515625, + -0.0400390625, + 0.00846099853515625, + 0.040802001953125, + -0.05865478515625, + -0.03045654296875, + -0.048858642578125, + -0.01494598388671875, + -0.016357421875, + -0.031402587890625, + 0.0291290283203125, + 0.0011339187622070312, + -0.01029205322265625, + 0.01531982421875, + 0.043609619140625, + -0.0251922607421875, + -0.023681640625, + 0.04925537109375, + -0.00855255126953125, + -0.019073486328125, + 0.0030307769775390625, + 0.00589752197265625, + 0.02020263671875, + -0.016632080078125, + -0.0207672119140625, + 0.01334381103515625, + 0.0306396484375, + 0.018890380859375, + 0.00920867919921875, + -0.04718017578125, + -0.032135009765625, + -0.031402587890625, + 0.050750732421875, + 0.0095367431640625, + 0.024627685546875, + 0.0124053955078125, + -0.03271484375, + 0.00681304931640625, + -0.034210205078125, + 0.006389617919921875, + 0.01456451416015625, + -0.00681304931640625, + -0.0118865966796875, + 0.060150146484375, + -0.0124053955078125, + -0.011138916015625, + -0.038330078125, + 0.053741455078125, + -0.006671905517578125, + 0.004909515380859375, + -0.05413818359375, + 0.051513671875, + 0.0278167724609375, + -0.060150146484375, + -0.01029205322265625, + -0.01983642578125, + 0.006908416748046875, + 0.039459228515625, + -0.0616455078125, + -0.006580352783203125, + -0.01531982421875, + -0.046600341796875, + -0.038909912109375, + -0.023406982421875, + -0.0231170654296875, + -0.05224609375, + 0.003665924072265625, + 0.0287628173828125, + 0.01456451416015625, + 0.0239715576171875, + 0.004276275634765625, + -0.00902557373046875, + 0.00016963481903076172, + 0.0135345458984375, + 0.007659912109375, + 0.034759521484375, + -0.060516357421875, + -0.0251922607421875, + -0.00925445556640625, + 0.0257568359375, + -0.00140380859375, + -0.023590087890625, + 0.00794219970703125, + -0.029693603515625, + 0.04998779296875, + -0.0124969482421875, + -0.0012807846069335938, + 0.005100250244140625, + -0.048492431640625, + -0.027252197265625, + -0.0263214111328125, + 0.008270263671875, + 0.034027099609375, + -0.00789642333984375, + 0.0182342529296875, + 0.043243408203125, + -0.03814697265625, + 0.0240631103515625, + 0.0172882080078125, + -0.011932373046875, + -0.0142822265625, + 0.02349853515625, + -0.0155029296875, + -0.016632080078125, + 0.044158935546875, + -0.0469970703125, + -0.0302581787109375, + -0.09625244140625, + 0.041717529296875, + 0.00930023193359375, + -0.00789642333984375, + -0.0050048828125, + -0.035888671875, + -0.061279296875, + 0.0123138427734375, + 0.01512908935546875, + 0.01343536376953125, + -0.0087432861328125, + -0.01654052734375, + -0.0206756591796875, + -0.0182342529296875, + -0.0298919677734375, + 0.04266357421875, + -0.0124969482421875, + 0.004512786865234375, + 0.0053558349609375, + -0.01560211181640625, + 0.03759765625, + 0.02105712890625, + 0.0229339599609375, + 0.0170135498046875, + 0.0117950439453125, + -0.038909912109375, + 0.0278167724609375, + -0.0087890625, + -0.005405426025390625, + 0.007282257080078125, + -0.0300750732421875, + 0.0242462158203125, + -0.0224609375, + -0.0019502639770507812, + 0.0233001708984375, + 0.009490966796875, + 0.033843994140625, + -0.0130615234375, + 0.0001366138458251953, + 0.03253173828125, + -0.00594329833984375, + 0.0672607421875, + -0.0265045166015625, + -0.051513671875, + 0.03082275390625, + -0.000560760498046875, + 0.055633544921875, + 0.040802001953125, + 0.0179443359375, + -0.0278167724609375, + 0.0312042236328125, + 0.041900634765625, + -0.01287841796875, + -0.0191650390625, + -0.04229736328125, + 0.031402587890625, + 0.0278167724609375, + 0.06353759765625, + -0.0195465087890625, + 0.09625244140625, + 0.0111846923828125, + -0.0179443359375, + 0.029510498046875, + 0.055633544921875, + 0.0379638671875, + -0.031005859375, + -0.04754638671875, + -0.0076141357421875, + -0.0146636962890625, + -0.0306396484375, + -0.016632080078125, + -0.0032901763916015625, + 0.07257080078125, + -0.0567626953125, + -0.03271484375, + -0.0180511474609375, + -0.0034542083740234375, + 0.0031719207763671875, + 0.0034770965576171875, + -0.04437255859375, + 0.0194549560546875, + -0.02227783203125, + -0.033843994140625, + 0.024627685546875, + 0.003570556640625, + 0.010711669921875, + 0.0650634765625, + 0.0263214111328125, + -0.006439208984375, + 0.034576416015625, + 0.0106201171875, + 0.03271484375, + 0.02264404296875, + 0.04058837890625, + 0.018890380859375, + 0.0287628173828125, + 0.038726806640625, + 0.057525634765625, + -0.02593994140625, + -0.00972747802734375, + 0.039276123046875, + 0.027069091796875, + 0.03570556640625, + 0.0229339599609375, + 0.00005251169204711914, + -0.0032196044921875, + -0.0084075927734375, + -0.031585693359375, + 0.0047454833984375, + -0.00714111328125, + -0.0193634033203125, + -0.055633544921875, + -0.046417236328125, + -0.00420379638671875, + -0.048126220703125, + 0.023590087890625, + 0.0186004638671875, + -0.0251922607421875, + 0.007659912109375, + 0.041900634765625, + 0.0033130645751953125, + -0.0665283203125, + 0.036102294921875, + -0.022369384765625, + -0.0244293212890625, + -0.03985595703125, + -0.01456451416015625, + 0.0477294921875, + -0.01316070556640625, + -0.0748291015625, + -0.0205841064453125, + 0.04248046875, + -0.0173797607421875, + -0.0242462158203125, + -0.00531005859375, + 0.01287841796875, + 0.0016794204711914062, + -0.02349853515625, + -0.053741455078125, + -0.0142822265625, + 0.014190673828125, + -0.05413818359375, + 0.034576416015625, + 0.016632080078125, + -0.021331787109375, + -0.0019626617431640625, + -0.00846099853515625, + -0.05938720703125, + 0.04248046875, + -0.0609130859375, + 0.0276336669921875, + 0.01776123046875, + 0.034027099609375, + 0.03253173828125, + 0.04248046875, + -0.00420379638671875, + 0.0279998779296875, + -0.0032196044921875, + -0.059783935546875, + 0.0027370452880859375, + -0.006671905517578125, + 0.00902557373046875, + -0.06280517578125, + -0.012969970703125, + 0.018798828125, + -0.055633544921875, + 0.01094818115234375, + -0.0049591064453125, + -0.00624847412109375, + -0.0654296875, + -0.02020263671875, + -0.0124053955078125, + 0.031402587890625, + 0.0992431640625, + 0.0117034912109375, + -0.039093017578125, + 0.0024089813232421875, + -0.01654052734375, + 0.06805419921875, + 0.017486572265625, + 0.020294189453125, + -0.02593994140625, + 0.0263214111328125, + 0.010711669921875, + -0.0291290283203125, + 0.003993988037109375, + -0.0902099609375, + -0.0268707275390625, + 0.0194549560546875, + -0.00714111328125, + 0.00018644332885742188, + -0.01212310791015625, + -0.04998779296875, + -0.027435302734375, + -0.024627685546875, + 0.035888671875, + -0.0107574462890625, + 0.011322021484375, + -0.043243408203125, + -0.01503753662109375, + -0.00030994415283203125, + -0.0650634765625, + -0.026123046875, + -0.0183258056640625, + 0.022186279296875, + 0.003101348876953125, + -0.04302978515625, + 0.04022216796875, + 0.0130615234375, + 0.00972747802734375, + 0.028564453125, + 0.05865478515625, + -0.039093017578125, + -0.0148468017578125, + -0.01123046875, + 0.05865478515625, + 0.01381683349609375, + -0.0031948089599609375, + -0.00789642333984375, + 0.02227783203125, + -0.0007371902465820312, + -0.0157928466796875, + 0.06427001953125, + 0.0609130859375, + -0.033843994140625, + -0.036468505859375, + -0.002819061279296875, + -0.0287628173828125, + 0.04681396484375, + -0.01155853271484375, + 0.048126220703125, + 0.0197296142578125, + -0.0008692741394042969, + -0.1090087890625, + 0.055267333984375, + -0.0207672119140625, + 0.009918212890625, + -0.004276275634765625, + 0.002361297607421875, + -0.0751953125, + -0.0330810546875, + -0.019073486328125, + 0.0167236328125, + -0.0276336669921875, + 0.0219879150390625, + 0.00476837158203125, + 0.01447296142578125, + 0.0035953521728515625, + -0.006671905517578125, + -0.02593994140625, + 0.0300750732421875, + 0.0036182403564453125, + -0.034210205078125, + 0.04547119140625, + -0.016265869140625, + 0.031402587890625, + 0.020294189453125, + 0.024993896484375, + -0.0123138427734375, + -0.015228271484375, + -0.02838134765625, + -0.01165008544921875, + 0.038909912109375, + 0.037017822265625, + -0.01512908935546875, + 0.01123046875, + -0.03759765625, + 0.024627685546875, + -0.011749267578125, + -0.00469970703125, + -0.0117950439453125, + -0.033843994140625, + -0.019073486328125, + -0.022552490234375, + -0.06353759765625, + -0.103759765625, + 0.0007371902465820312, + -0.0428466796875, + -0.03363037109375, + -0.002796173095703125, + 0.0033130645751953125, + 0.034576416015625, + -0.036285400390625, + 0.045867919921875, + -0.0009045600891113281, + -0.02105712890625, + -0.01438140869140625, + 0.01776123046875, + 0.01438140869140625, + 0.05712890625, + -0.0018911361694335938, + -0.0179443359375, + 0.043426513671875, + -0.0170135498046875, + -0.007472991943359375, + -0.00789642333984375, + 0.006954193115234375, + -0.0191650390625, + 0.032135009765625, + -0.06689453125, + -0.016448974609375, + 0.0006198883056640625, + 0.0265045166015625, + 0.0291290283203125, + -0.0216217041015625, + 0.04925537109375, + 0.00902557373046875, + -0.0762939453125, + -0.004627227783203125, + -0.0265045166015625, + -0.039276123046875, + -0.00498199462890625, + -0.0186004638671875, + 0.0111846923828125, + 0.006015777587890625, + 0.041168212890625, + 0.0172882080078125, + 0.05224609375, + 0.0172882080078125, + -0.038909912109375, + -0.02001953125, + 0.0027599334716796875, + -0.007049560546875, + 0.007801055908203125, + 0.0404052734375, + 0.007659912109375, + 0.020294189453125, + -0.00003927946090698242, + -0.08306884765625, + 0.0006341934204101562, + -0.0477294921875, + -0.05450439453125, + 0.021148681640625, + 0.09283447265625, + 0.028564453125, + -0.004909515380859375, + 0.024810791015625, + 0.04736328125, + 0.029510498046875, + -0.0018091201782226562, + -0.01456451416015625, + -0.08197021484375, + -0.0266876220703125, + 0.006954193115234375, + 0.01503753662109375, + -0.036102294921875, + 0.0396728515625, + 0.053741455078125, + -0.0208587646484375, + -0.023590087890625, + -0.0181427001953125, + 0.028564453125, + 0.020294189453125, + 0.043243408203125, + 0.048126220703125, + -0.046051025390625, + 0.01512908935546875, + 0.0204010009765625, + -0.0084075927734375, + -0.01268768310546875, + -0.002361297607421875, + 0.003993988037109375, + 0.05450439453125, + -0.0714111328125, + 0.005146026611328125, + 0.0111846923828125, + 0.0609130859375, + 0.02001953125, + -0.05450439453125, + -0.03045654296875, + 0.0469970703125, + 0.0253753662109375, + -0.01654052734375, + 0.01898193359375, + 0.0171966552734375, + -0.036468505859375, + 0.031402587890625, + 0.060516357421875, + 0.0204925537109375, + 0.048126220703125, + 0.01531982421875, + -0.05413818359375, + 0.0291290283203125, + -0.0030307769775390625, + -0.00437164306640625, + -0.002960205078125, + -0.038726806640625, + -0.038726806640625, + -0.0654296875, + 0.0233001708984375, + 0.02386474609375, + 0.048126220703125, + 0.038726806640625, + 0.006908416748046875, + -0.0182342529296875, + 0.01399993896484375, + 0.03271484375, + 0.04547119140625, + 0.02386474609375, + 0.014190673828125, + 0.0330810546875, + 0.022369384765625, + 0.00855255126953125, + -0.0169219970703125, + 0.004627227783203125, + -0.040802001953125, + 0.0087432861328125, + -0.04962158203125, + 0.0084075927734375, + 0.004276275634765625, + -0.03814697265625, + 0.002361297607421875, + -0.0276336669921875, + -0.0088348388671875, + -0.01409912109375, + -0.04302978515625, + 0.002349853515625, + 0.0242462158203125, + -0.05938720703125, + 0.03814697265625, + 0.02001953125, + 0.004016876220703125, + 0.0278167724609375, + -0.055633544921875, + 0.0751953125, + 0.010711669921875, + 0.033843994140625, + -0.0197296142578125, + 0.01221466064453125, + 0.03778076171875, + -0.00406646728515625, + 0.027069091796875, + 0.0170135498046875, + -0.02386474609375, + 0.039276123046875, + 0.0240631103515625, + 0.0265045166015625, + -0.039276123046875, + 0.0268707275390625, + 0.01898193359375, + -0.03253173828125, + 0.0231170654296875, + 0.01094818115234375, + 0.0183258056640625, + 0.01390838623046875, + -0.016357421875, + -0.010711669921875, + -0.045867919921875, + 0.0518798828125, + 0.01343536376953125, + -0.002044677734375, + 0.031951904296875, + -0.03778076171875, + 0.0355224609375, + 0.026123046875, + 0.03363037109375, + -0.0706787109375, + 0.051513671875, + -0.00263214111328125, + -0.01316070556640625, + -0.01277923583984375, + 0.008880615234375, + -0.007472991943359375, + 0.0268707275390625, + -0.01438140869140625, + 0.0860595703125, + 0.04058837890625, + -0.023590087890625, + -0.041900634765625, + 0.003429412841796875, + -0.006298065185546875, + 0.00160980224609375, + -0.005123138427734375, + -0.031951904296875, + -0.00897216796875, + -0.004840850830078125, + 0.0255584716796875, + 0.06689453125, + -0.01776123046875, + 0.031402587890625, + -0.007518768310546875, + 0.0003936290740966797, + -0.00958251953125, + 0.0013332366943359375 + ], + "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-capable", + "data-transformation" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Maltego", + "type": "tool", + "name": "Maltego", + "content": "maltego die link-analysis-suite transformiert osint-recherchen in visuelle netzwerke für fraud-ermittlungen und threat-intelligence. graph-basierte darstellung zeigt verbindungen zwischen personen, domains, ip-adressen, social-media- accounts intuitiv. transform-engine automatisiert datensammlung aus hunderten quellen: dns-records, whois-daten, social-networks, darkweb-mentions. besonders mächtig für bec-fraud: email-to-domain-to-infrastructure-mapping enthüllt scammer-netzwerke. die maltego-teeth-integration bringt kommerzielle datenquellen. machine-learning-algorithmen finden versteckte cluster. collaboration-features für team-ermittlungen. case-management dokumentiert recherche-pfade. export zu verschiedenen formaten für reports. die community-edition (kostenlos) limitiert auf 12 entities, aber ausreichend für kleinere fälle. professional-versionen (ab 999€) entfernen limits. standard-tool für financial-crime-units und osint-analysten weltweit. osint link-analysis fraud-investigation network-forensics analysis", + "embedding": [ + -0.03369140625, + 0.027008056640625, + 0.04547119140625, + 0.00036597251892089844, + 0.030609130859375, + 0.035400390625, + 0.041534423828125, + -0.018890380859375, + -0.00914764404296875, + 0.005298614501953125, + -0.0186309814453125, + 0.0328369140625, + -0.002532958984375, + 0.00696563720703125, + -0.06500244140625, + 0.061553955078125, + 0.0058135986328125, + 0.0230865478515625, + 0.00867462158203125, + 0.00589752197265625, + -0.00611114501953125, + 0.004123687744140625, + -0.05438232421875, + 0.001987457275390625, + 0.019744873046875, + 0.00957489013671875, + -0.03607177734375, + -0.05780029296875, + -0.003612518310546875, + -0.00765228271484375, + 0.01171112060546875, + -0.037628173828125, + -0.023773193359375, + 0.033172607421875, + -0.0122222900390625, + -0.02923583984375, + -0.009063720703125, + -0.031982421875, + -0.04034423828125, + 0.016754150390625, + -0.0084228515625, + -0.0010471343994140625, + 0.0216217041015625, + -0.00782012939453125, + -0.053680419921875, + -0.033843994140625, + -0.00675201416015625, + -0.0101318359375, + 0.0010690689086914062, + 0.008636474609375, + 0.018890380859375, + 0.03436279296875, + 0.01555633544921875, + -0.01081085205078125, + -0.039154052734375, + 0.0222320556640625, + 0.0199127197265625, + -0.03094482421875, + -0.045135498046875, + 0.026336669921875, + -0.047882080078125, + 0.00408172607421875, + -0.009490966796875, + -0.007778167724609375, + 0.0123138427734375, + 0.01047515869140625, + -0.0239410400390625, + -0.0282135009765625, + 0.013763427734375, + -0.002971649169921875, + 0.00812530517578125, + 0.00931549072265625, + 0.0166778564453125, + 0.0017843246459960938, + -0.0173492431640625, + -0.0413818359375, + -0.0156402587890625, + 0.037445068359375, + -0.01256561279296875, + 0.0015497207641601562, + -0.046173095703125, + 0.0010528564453125, + 0.050262451171875, + -0.0276947021484375, + -0.0139312744140625, + -0.003162384033203125, + 0.039154052734375, + 0.0006651878356933594, + -0.0049591064453125, + 0.0019779205322265625, + 0.00504302978515625, + 0.0084228515625, + 0.02239990234375, + -0.02752685546875, + 0.053680419921875, + 0.034881591796875, + -0.0304412841796875, + 0.00974273681640625, + -0.0130767822265625, + 0.035552978515625, + 0.0194854736328125, + -0.0166778564453125, + 0.035919189453125, + 0.00675201416015625, + 0.039154052734375, + -0.02581787109375, + 0.02496337890625, + -0.0265045166015625, + -0.00919342041015625, + -0.0282135009765625, + -0.07183837890625, + -0.0161590576171875, + -0.0166778564453125, + -0.0670166015625, + -0.0004944801330566406, + 0.0194854736328125, + -0.012054443359375, + 0.0276947021484375, + -0.057098388671875, + -0.050262451171875, + 0.036407470703125, + 0.026336669921875, + 0.0019989013671875, + 0.00012958049774169922, + -0.03863525390625, + -0.06256103515625, + 0.01256561279296875, + 0.033355712890625, + -0.042755126953125, + -0.009918212890625, + -0.0265045166015625, + -0.026153564453125, + 0.0028858184814453125, + -0.02667236328125, + 0.013336181640625, + -0.0213775634765625, + 0.0247955322265625, + 0.011199951171875, + 0.00036072731018066406, + -0.0126495361328125, + 0.04412841796875, + -0.005405426025390625, + -0.07080078125, + 0.021881103515625, + -0.040679931640625, + -0.0126495361328125, + -0.0058135986328125, + 0.049591064453125, + -0.0287322998046875, + -0.002307891845703125, + -0.0114593505859375, + 0.02154541015625, + 0.06463623046875, + 0.0110321044921875, + 0.0036754608154296875, + -0.03369140625, + -0.0135955810546875, + -0.00354766845703125, + 0.062225341796875, + -0.0020084381103515625, + 0.00611114501953125, + 0.00807952880859375, + 0.02752685546875, + 0.0242767333984375, + -0.0003685951232910156, + -0.0294036865234375, + -0.0225677490234375, + 0.0247955322265625, + 0.00867462158203125, + -0.003292083740234375, + 0.0196685791015625, + 0.0098724365234375, + 0.028045654296875, + 0.061553955078125, + -0.0032062530517578125, + 0.030609130859375, + -0.00572967529296875, + -0.003162384033203125, + 0.03778076171875, + 0.0230865478515625, + -0.011627197265625, + -0.00876617431640625, + 0.040191650390625, + -0.0175323486328125, + 0.020263671875, + -0.0014209747314453125, + -0.0265045166015625, + -0.0148773193359375, + -0.01898193359375, + 0.00829315185546875, + -0.033355712890625, + -0.0200042724609375, + -0.011199951171875, + 0.0273590087890625, + 0.03607177734375, + 0.072509765625, + -0.0204315185546875, + -0.0191497802734375, + 0.034698486328125, + 0.02239990234375, + -0.00743865966796875, + 0.030609130859375, + -0.00962066650390625, + 0.033843994140625, + 0.0225677490234375, + 0.00572967529296875, + -0.0157318115234375, + 0.03369140625, + 0.0328369140625, + -0.0171051025390625, + -0.00611114501953125, + 0.06329345703125, + -0.0207672119140625, + -0.007610321044921875, + -0.0157318115234375, + -0.022064208984375, + -0.01239776611328125, + -0.01727294921875, + -0.00615692138671875, + -0.00765228271484375, + -0.0011272430419921875, + -0.046844482421875, + -0.0170135498046875, + 0.03265380859375, + -0.0135955810546875, + 0.0234222412109375, + 0.004852294921875, + -0.037261962890625, + -0.005985260009765625, + 0.02154541015625, + 0.040679931640625, + 0.011199951171875, + -0.0161590576171875, + -0.0019235610961914062, + -0.006198883056640625, + -0.01090240478515625, + 0.04205322265625, + 0.0499267578125, + 0.0256500244140625, + 0.012054443359375, + -0.0194854736328125, + 0.0265045166015625, + -0.0251312255859375, + 0.0379638671875, + 0.026153564453125, + -0.0049591064453125, + -0.03094482421875, + -0.004573822021484375, + 0.01479339599609375, + 0.07696533203125, + -0.04583740234375, + -0.01325225830078125, + -0.07421875, + 0.0207672119140625, + -0.06671142578125, + -0.04754638671875, + -0.0379638671875, + -0.037109375, + 0.07080078125, + -0.0282135009765625, + -0.0194854736328125, + 0.0019025802612304688, + 0.018890380859375, + 0.0139312744140625, + 0.05572509765625, + 0.0019989013671875, + -0.0276947021484375, + 0.01059722900390625, + 0.0550537109375, + -0.0005745887756347656, + -0.020172119140625, + -0.0005369186401367188, + 0.039154052734375, + -0.0005903244018554688, + 0.0213775634765625, + -0.01367950439453125, + 0.0212860107421875, + 0.033172607421875, + 0.040008544921875, + 0.033843994140625, + -0.0259857177734375, + 0.0196685791015625, + 0.008209228515625, + 0.06396484375, + -0.05780029296875, + -0.03179931640625, + -0.007480621337890625, + 0.02325439453125, + -0.01042938232421875, + -0.046844482421875, + 0.00632476806640625, + 0.02838134765625, + 0.00036334991455078125, + -0.0107269287109375, + -0.00015294551849365234, + -0.037445068359375, + 0.023773193359375, + 0.0018491744995117188, + -0.00931549072265625, + 0.018463134765625, + 0.057098388671875, + -0.04547119140625, + 0.02325439453125, + -0.01239776611328125, + 0.013336181640625, + -0.031280517578125, + -0.039825439453125, + -0.0230865478515625, + -0.0211944580078125, + -0.046844482421875, + -0.0196685791015625, + 0.0174407958984375, + -0.017608642578125, + -0.0038471221923828125, + -0.01384735107421875, + 0.0008068084716796875, + -0.041046142578125, + -0.031646728515625, + 0.00722503662109375, + -0.0302581787109375, + -0.04119873046875, + -0.021881103515625, + 0.04547119140625, + -0.0122222900390625, + -0.0017099380493164062, + -0.00376129150390625, + -0.0311126708984375, + -0.03948974609375, + 0.0011806488037109375, + -0.0247955322265625, + 0.01522064208984375, + 0.004917144775390625, + 0.042388916015625, + 0.0178680419921875, + 0.043426513671875, + 0.0162506103515625, + 0.07110595703125, + 0.035919189453125, + -0.0182952880859375, + 0.00978851318359375, + -0.00008547306060791016, + 0.0186309814453125, + 0.0177764892578125, + -0.01436614990234375, + -0.0204315185546875, + -0.009490966796875, + -0.05059814453125, + 0.02239990234375, + 0.00472259521484375, + 0.0066680908203125, + 0.028045654296875, + -0.0311126708984375, + -0.007480621337890625, + 0.0858154296875, + -0.0005822181701660156, + 0.10736083984375, + -0.0307769775390625, + -0.05780029296875, + 0.003932952880859375, + 0.04754638671875, + -0.029754638671875, + -0.024627685546875, + 0.031280517578125, + -0.01197052001953125, + -0.0161590576171875, + 0.02496337890625, + -0.0127410888671875, + 0.04718017578125, + -0.0196685791015625, + -0.0123138427734375, + 0.035919189453125, + -0.0213775634765625, + -0.003078460693359375, + 0.044464111328125, + 0.028900146484375, + 0.002971649169921875, + 0.0192413330078125, + -0.0211944580078125, + -0.0018596649169921875, + -0.03948974609375, + -0.05572509765625, + 0.035064697265625, + 0.04547119140625, + 0.01128387451171875, + 0.0171051025390625, + -0.02410888671875, + -0.05609130859375, + 0.040008544921875, + -0.028045654296875, + 0.05267333984375, + 0.0482177734375, + 0.00589752197265625, + 0.020599365234375, + -0.037628173828125, + 0.00696563720703125, + 0.050262451171875, + 0.035400390625, + 0.05230712890625, + 0.06329345703125, + 0.026336669921875, + 0.012908935546875, + -0.039337158203125, + 0.02923583984375, + 0.003162384033203125, + -0.0036983489990234375, + 0.007564544677734375, + 0.044464111328125, + 0.0218048095703125, + 0.035552978515625, + -0.0256500244140625, + 0.05096435546875, + 0.030609130859375, + -0.039825439453125, + 0.00807952880859375, + -0.031280517578125, + 0.0222320556640625, + -0.062225341796875, + 0.0009298324584960938, + -0.0005235671997070312, + 0.0100860595703125, + -0.002758026123046875, + 0.0113677978515625, + -0.04754638671875, + -0.0005612373352050781, + 0.056427001953125, + -0.055389404296875, + 0.0170135498046875, + 0.01538848876953125, + -0.01727294921875, + 0.005558013916015625, + -0.016326904296875, + -0.035400390625, + 0.0161590576171875, + -0.050262451171875, + -0.0188140869140625, + 0.006412506103515625, + 0.02496337890625, + -0.0673828125, + -0.01154327392578125, + -0.0482177734375, + -0.01026153564453125, + -0.007480621337890625, + -0.018890380859375, + 0.043243408203125, + -0.004638671875, + 0.00696563720703125, + 0.037628173828125, + 0.0126495361328125, + -0.020599365234375, + -0.03265380859375, + 0.034881591796875, + -0.006626129150390625, + -0.05780029296875, + 0.00722503662109375, + 0.0199127197265625, + 0.011627197265625, + -0.021026611328125, + -0.00322723388671875, + -0.01384735107421875, + 0.02838134765625, + 0.006923675537109375, + 0.020599365234375, + -0.045135498046875, + -0.027191162109375, + -0.0251312255859375, + 0.0447998046875, + 0.012908935546875, + 0.02410888671875, + 0.0157318115234375, + -0.05438232421875, + 0.03179931640625, + -0.06842041015625, + -0.01128387451171875, + -0.0083770751953125, + 0.00637054443359375, + -0.033355712890625, + 0.0653076171875, + -0.0285491943359375, + -0.027191162109375, + -0.0107269287109375, + 0.061553955078125, + 0.0182037353515625, + -0.007778167724609375, + -0.046844482421875, + 0.044464111328125, + 0.01983642578125, + -0.05267333984375, + 0.0131683349609375, + -0.0118865966796875, + 0.0178680419921875, + 0.03094482421875, + -0.049591064453125, + -0.0166778564453125, + -0.0011434555053710938, + -0.0772705078125, + -0.036773681640625, + -0.036590576171875, + -0.036407470703125, + -0.040863037109375, + 0.032135009765625, + 0.0135040283203125, + -0.00568389892578125, + 0.036590576171875, + 0.023590087890625, + -0.004787445068359375, + 0.003910064697265625, + 0.01239776611328125, + -0.026153564453125, + 0.035919189453125, + -0.05780029296875, + -0.036590576171875, + -0.0170135498046875, + 0.035919189453125, + -0.005641937255859375, + 0.0123138427734375, + -0.00824737548828125, + -0.0084228515625, + 0.035400390625, + -0.01727294921875, + -0.00765228271484375, + 0.007266998291015625, + -0.035736083984375, + -0.037109375, + -0.041046142578125, + 0.0212860107421875, + 0.00957489013671875, + -0.00983428955078125, + 0.021881103515625, + 0.0482177734375, + -0.051300048828125, + 0.005855560302734375, + 0.03009033203125, + 0.004383087158203125, + -0.0018377304077148438, + -0.00301361083984375, + -0.00429534912109375, + -0.000013053417205810547, + 0.03265380859375, + -0.035736083984375, + -0.028900146484375, + -0.093017578125, + 0.04547119140625, + 0.0025539398193359375, + -0.0192413330078125, + -0.030609130859375, + -0.04547119140625, + -0.054718017578125, + 0.012054443359375, + 0.048553466796875, + 0.017608642578125, + 0.027191162109375, + -0.0447998046875, + -0.009490966796875, + 0.015899658203125, + -0.05609130859375, + 0.03350830078125, + -0.0006837844848632812, + 0.0114593505859375, + 0.0251312255859375, + -0.053680419921875, + 0.0213775634765625, + 0.01064300537109375, + 0.027191162109375, + 0.002628326416015625, + 0.02239990234375, + -0.0345458984375, + 0.02923583984375, + 0.00927734375, + -0.0247955322265625, + 0.01038360595703125, + -0.00568389892578125, + 0.04119873046875, + -0.028900146484375, + -0.00829315185546875, + 0.017608642578125, + -0.0051727294921875, + 0.0294036865234375, + -0.003910064697265625, + 0.0090179443359375, + 0.0211944580078125, + -0.0038051605224609375, + 0.0653076171875, + -0.042388916015625, + -0.059173583984375, + -0.024444580078125, + 0.017608642578125, + 0.041046142578125, + 0.046844482421875, + 0.010772705078125, + -0.01522064208984375, + 0.0171051025390625, + 0.037445068359375, + 0.0070953369140625, + -0.07421875, + -0.0704345703125, + 0.04376220703125, + 0.038299560546875, + 0.0533447265625, + -0.0022869110107421875, + 0.0858154296875, + 0.0183868408203125, + 0.004703521728515625, + 0.031982421875, + 0.054718017578125, + 0.038818359375, + -0.0178680419921875, + -0.056427001953125, + 0.00914764404296875, + 0.009918212890625, + -0.06597900390625, + -0.047882080078125, + 0.012054443359375, + 0.065673828125, + -0.07080078125, + -0.0032062530517578125, + -0.0282135009765625, + -0.00397491455078125, + 0.025299072265625, + 0.002735137939453125, + -0.006626129150390625, + 0.01213836669921875, + -0.0090179443359375, + -0.02325439453125, + 0.004253387451171875, + -0.0222320556640625, + 0.0014858245849609375, + 0.040008544921875, + 0.0122222900390625, + -0.0234222412109375, + 0.0170135498046875, + 0.013763427734375, + 0.00970458984375, + 0.0311126708984375, + 0.03436279296875, + 0.03350830078125, + 0.00995635986328125, + 0.0396728515625, + 0.07696533203125, + -0.01171112060546875, + -0.027008056640625, + 0.0110321044921875, + 0.021453857421875, + 0.03179931640625, + 0.03607177734375, + -0.0038890838623046875, + 0.026336669921875, + -0.0020084381103515625, + -0.03265380859375, + -0.0256500244140625, + 0.0092315673828125, + -0.01197052001953125, + -0.05230712890625, + -0.0482177734375, + 0.003055572509765625, + -0.0256500244140625, + 0.0212860107421875, + 0.02496337890625, + -0.01812744140625, + -0.0015926361083984375, + 0.03607177734375, + -0.0160675048828125, + -0.02410888671875, + 0.00931549072265625, + 0.0019989013671875, + -0.024444580078125, + -0.01812744140625, + -0.0256500244140625, + 0.023590087890625, + -0.0173492431640625, + -0.07183837890625, + -0.00846099853515625, + 0.036773681640625, + 0.004062652587890625, + -0.031982421875, + 0.02410888671875, + 0.0183868408203125, + -0.00290679931640625, + -0.0635986328125, + -0.038818359375, + -0.007480621337890625, + 0.012481689453125, + -0.036590576171875, + 0.02838134765625, + 0.005771636962890625, + -0.04034423828125, + -0.00028061866760253906, + 0.003932952880859375, + -0.0169219970703125, + 0.028900146484375, + -0.06292724609375, + 0.028900146484375, + 0.002414703369140625, + 0.00572967529296875, + 0.0256500244140625, + 0.07452392578125, + -0.0256500244140625, + 0.0022754669189453125, + -0.0188140869140625, + -0.03521728515625, + 0.0230865478515625, + -0.0256500244140625, + 0.00333404541015625, + -0.053009033203125, + 0.01171112060546875, + 0.051971435546875, + -0.0533447265625, + 0.01299285888671875, + 0.0218048095703125, + -0.01282501220703125, + -0.039825439453125, + 0.018890380859375, + -0.002864837646484375, + 0.0118865966796875, + 0.065673828125, + 0.00970458984375, + 0.0036983489990234375, + -0.0139312744140625, + -0.034698486328125, + 0.050262451171875, + 0.008209228515625, + 0.0242767333984375, + -0.0212860107421875, + 0.0192413330078125, + 0.007350921630859375, + -0.032135009765625, + 0.01042938232421875, + -0.07659912109375, + -0.0060272216796875, + 0.046173095703125, + 0.0118865966796875, + -0.0024051666259765625, + -0.009918212890625, + -0.060882568359375, + -0.01538848876953125, + -0.0190582275390625, + 0.029754638671875, + 0.024444580078125, + 0.0194091796875, + -0.038116455078125, + -0.0290679931640625, + 0.012054443359375, + -0.050262451171875, + -0.0130767822265625, + -0.0211181640625, + 0.007480621337890625, + 0.013336181640625, + -0.0465087890625, + 0.022064208984375, + 0.02667236328125, + 0.015045166015625, + 0.0036334991455078125, + 0.038116455078125, + -0.034027099609375, + 0.00658416748046875, + 0.005855560302734375, + 0.0259857177734375, + 0.0011644363403320312, + -0.00799560546875, + -0.002201080322265625, + 0.018035888671875, + 0.036590576171875, + -0.041717529296875, + 0.01171112060546875, + 0.03179931640625, + -0.0268402099609375, + -0.039825439453125, + 0.0023517608642578125, + -0.0239410400390625, + 0.0550537109375, + -0.00824737548828125, + 0.04547119140625, + 0.004123687744140625, + 0.0038051605224609375, + -0.08892822265625, + 0.04376220703125, + -0.0183868408203125, + 0.0282135009765625, + 0.024444580078125, + -0.024444580078125, + -0.059173583984375, + -0.057098388671875, + -0.00893402099609375, + 0.0159912109375, + -0.0299224853515625, + 0.034698486328125, + 0.03094482421875, + 0.01427459716796875, + 0.0177764892578125, + 0.01171112060546875, + -0.0090179443359375, + 0.034210205078125, + 0.0225677490234375, + -0.039825439453125, + 0.07452392578125, + -0.027008056640625, + 0.04034423828125, + 0.005985260009765625, + -0.0029277801513671875, + 0.0183868408203125, + 0.001667022705078125, + -0.043243408203125, + 0.00504302978515625, + 0.06396484375, + 0.035919189453125, + -0.035400390625, + 0.0208587646484375, + -0.005298614501953125, + 0.0205230712890625, + -0.0015392303466796875, + -0.0211181640625, + 0.005428314208984375, + -0.000014543533325195312, + -0.038970947265625, + -0.01641845703125, + -0.072509765625, + -0.06671142578125, + 0.01026153564453125, + -0.042755126953125, + 0.005321502685546875, + -0.0013895034790039062, + 0.009063720703125, + 0.0118865966796875, + -0.060516357421875, + 0.036590576171875, + -0.015472412109375, + -0.034210205078125, + -0.00803375244140625, + 0.0118865966796875, + -0.028045654296875, + 0.053680419921875, + 0.0242767333984375, + -0.038299560546875, + -0.0135040283203125, + -0.0222320556640625, + 0.00269317626953125, + -0.0008230209350585938, + 0.007183074951171875, + -0.037109375, + 0.0242767333984375, + -0.06396484375, + -0.0256500244140625, + 0.0188140869140625, + 0.0196685791015625, + 0.005214691162109375, + -0.0139312744140625, + 0.035736083984375, + -0.01410675048828125, + -0.057464599609375, + 0.03009033203125, + -0.00011289119720458984, + 0.0005717277526855469, + 0.0251312255859375, + -0.0158233642578125, + -0.01256561279296875, + -0.0135040283203125, + 0.039825439453125, + 0.0182952880859375, + 0.01812744140625, + 0.0199127197265625, + -0.0218048095703125, + 0.00927734375, + -0.01055908203125, + 0.03179931640625, + 0.0014963150024414062, + -0.00110626220703125, + -0.004467010498046875, + 0.018463134765625, + -0.004425048828125, + -0.096435546875, + -0.021026611328125, + -0.031982421875, + -0.059844970703125, + -0.0007638931274414062, + 0.0687255859375, + 0.026153564453125, + -0.003292083740234375, + 0.03179931640625, + 0.0127410888671875, + 0.01038360595703125, + 0.019744873046875, + -0.01282501220703125, + -0.0704345703125, + -0.0194091796875, + 0.04376220703125, + 0.026153564453125, + -0.069091796875, + 0.046844482421875, + 0.0635986328125, + -0.0092315673828125, + -0.042755126953125, + 0.0029277801513671875, + -0.01055908203125, + 0.044464111328125, + 0.04290771484375, + 0.007396697998046875, + -0.05267333984375, + 0.00722503662109375, + 0.011627197265625, + 0.006496429443359375, + 0.01055908203125, + -0.0205230712890625, + -0.0311126708984375, + 0.07867431640625, + -0.0704345703125, + -0.004253387451171875, + 0.024627685546875, + 0.075927734375, + 0.0268402099609375, + -0.038482666015625, + -0.00658416748046875, + 0.0259857177734375, + 0.0218048095703125, + -0.007564544677734375, + 0.0135040283203125, + -0.0012025833129882812, + 0.0191497802734375, + 0.0135955810546875, + 0.05267333984375, + 0.0025119781494140625, + 0.051971435546875, + 0.0194854736328125, + -0.0430908203125, + 0.0182037353515625, + 0.01812744140625, + 0.00957489013671875, + -0.01410675048828125, + -0.033843994140625, + -0.00872039794921875, + -0.04718017578125, + 0.0299224853515625, + 0.02752685546875, + 0.035919189453125, + 0.028045654296875, + -0.01171112060546875, + -0.0126495361328125, + 0.007694244384765625, + 0.035064697265625, + 0.0287322998046875, + 0.0276947021484375, + -0.0029277801513671875, + 0.02239990234375, + 0.0186309814453125, + 0.00919342041015625, + -0.0185546875, + 0.033843994140625, + -0.01342010498046875, + 0.0010957717895507812, + -0.038970947265625, + 0.012908935546875, + 0.012481689453125, + -0.0140228271484375, + -0.01342010498046875, + -0.032501220703125, + 0.00504302978515625, + -0.033843994140625, + -0.036590576171875, + -0.0183868408203125, + 0.039154052734375, + -0.040191650390625, + 0.0114593505859375, + 0.0294036865234375, + -0.0282135009765625, + 0.01555633544921875, + -0.039154052734375, + 0.0789794921875, + 0.037628173828125, + 0.02581787109375, + -0.0118865966796875, + 0.0171051025390625, + 0.047882080078125, + -0.0109405517578125, + 0.012908935546875, + 0.02154541015625, + 0.006839752197265625, + 0.059844970703125, + 0.0465087890625, + 0.0008654594421386719, + -0.0482177734375, + 0.046844482421875, + 0.00791168212890625, + -0.03179931640625, + 0.051971435546875, + 0.024627685546875, + 0.00322723388671875, + -0.01239776611328125, + -0.007778167724609375, + 0.005001068115234375, + -0.056427001953125, + 0.06597900390625, + 0.019317626953125, + 0.0098724365234375, + 0.022918701171875, + -0.07147216796875, + 0.042236328125, + 0.0139312744140625, + 0.058135986328125, + -0.0259857177734375, + 0.050262451171875, + 0.006282806396484375, + -0.007480621337890625, + -0.00807952880859375, + 0.019744873046875, + 0.01410675048828125, + 0.043426513671875, + -0.00872039794921875, + 0.04718017578125, + 0.042388916015625, + 0.001560211181640625, + -0.04754638671875, + -0.0230865478515625, + 0.03179931640625, + 0.0165863037109375, + 0.041717529296875, + -0.05267333984375, + -0.035736083984375, + 0.003932952880859375, + 0.0140228271484375, + 0.07659912109375, + -0.044464111328125, + -0.0161590576171875, + 0.0171051025390625, + -0.00696563720703125, + -0.005344390869140625, + -0.0304412841796875 + ], + "metadata": { + "domains": [ + "fraud-investigation", + "network-forensics" + ], + "phases": [ + "analysis" + ], + "tags": [ + "osint", + "link-analysis" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_OpenCTI", + "type": "tool", + "name": "OpenCTI", + "content": "opencti filigrans cyber-threat-intelligence-plattform orchestriert moderne threat-research durch knowledge-graph-basierte datenmodellierung nach stix-standards. import von iocs, ttps, malware-analysen aus hunderten quellen: misp-feeds, commercial-intel, custom-research. die graph-engine korreliert scheinbar unabhängige indicators zu attack-campaigns. besonders mächtig: automated-enrichment durch connector-ecosystem, confidence-scoring gewichtet intel-quality, observable-pivoting findet related-indicators automatisch. playbook-integration ermöglicht automated-response. team-collaboration durch workspaces und knowledge-sharing. export zu siem-systemen in real-time. the modern-react-ui macht komplexe intelligence-workflows intuitiv. docker-compose-deployment für schnelle installation. enterprise- features: multi-tenancy, rbac, audit-logging. open-source aber commercial-support verfügbar. standard-platform für moderne cti-teams die structured intelligence-sharing benötigen. threat-intel graph incident-response analysis", + "embedding": [ + -0.0289459228515625, + 0.00899505615234375, + 0.06121826171875, + 0.0211639404296875, + 0.01739501953125, + 0.0257568359375, + 0.0247650146484375, + -0.0184783935546875, + -0.02777099609375, + 0.0005879402160644531, + -0.0124664306640625, + 0.033111572265625, + 0.004703521728515625, + 0.00765228271484375, + -0.06256103515625, + 0.046173095703125, + 0.0004887580871582031, + 0.015899658203125, + 0.026092529296875, + -0.0244293212890625, + -0.035797119140625, + -0.0111236572265625, + -0.046844482421875, + -0.006984710693359375, + -0.006439208984375, + -0.00556182861328125, + 0.0130462646484375, + -0.056549072265625, + -0.039825439453125, + 0.0135498046875, + 0.0374755859375, + -0.0217437744140625, + 0.0033245086669921875, + 0.019073486328125, + 0.00811004638671875, + -0.002330780029296875, + -0.0012388229370117188, + -0.05755615234375, + 0.0016832351684570312, + -0.00849151611328125, + -0.0087432861328125, + 0.0182342529296875, + 0.01287841796875, + 0.01129150390625, + -0.0184783935546875, + -0.0582275390625, + 0.00798797607421875, + -0.0079498291015625, + 0.023590087890625, + -0.00685882568359375, + 0.0269317626953125, + 0.0230865478515625, + -0.007904052734375, + 0.002216339111328125, + -0.02777099609375, + 0.005687713623046875, + 0.0156402587890625, + -0.020904541015625, + -0.028778076171875, + 0.03228759765625, + -0.02392578125, + -0.007568359375, + -0.004016876220703125, + 0.0140533447265625, + 0.0019969940185546875, + 0.006107330322265625, + -0.01296234130859375, + -0.0080718994140625, + 0.0001392364501953125, + -0.0033664703369140625, + 0.0087432861328125, + 0.01120758056640625, + -0.00104522705078125, + 0.005435943603515625, + -0.0167236328125, + -0.0284423828125, + 0.026763916015625, + 0.050201416015625, + -0.020416259765625, + 0.01087188720703125, + -0.057891845703125, + -0.0036182403564453125, + 0.0736083984375, + 0.004558563232421875, + -0.037139892578125, + -0.020904541015625, + 0.040496826171875, + 0.0035343170166015625, + 0.007110595703125, + -0.010955810546875, + 0.01087188720703125, + 0.0140533447265625, + 0.03497314453125, + -0.0284423828125, + 0.04852294921875, + 0.051849365234375, + -0.027099609375, + -0.0000584721565246582, + 0.0124664306640625, + 0.039825439453125, + 0.0135498046875, + -0.01087188720703125, + 0.0343017578125, + -0.022918701171875, + 0.057891845703125, + -0.0259246826171875, + 0.01187896728515625, + -0.0286102294921875, + 0.0237579345703125, + -0.0159759521484375, + -0.09234619140625, + -0.058563232421875, + -0.0143890380859375, + -0.04266357421875, + -0.004955291748046875, + 0.009368896484375, + -0.021575927734375, + 0.032958984375, + -0.0582275390625, + -0.028106689453125, + 0.03228759765625, + 0.03094482421875, + 0.007568359375, + 0.002498626708984375, + -0.02008056640625, + -0.042816162109375, + -0.00982666015625, + 0.00811004638671875, + -0.0220794677734375, + -0.0191497802734375, + -0.013214111328125, + -0.0204925537109375, + 0.01287841796875, + -0.046173095703125, + 0.00911712646484375, + -0.025421142578125, + 0.028106689453125, + -0.003910064697265625, + 0.0046844482421875, + -0.0140533447265625, + 0.0211639404296875, + -0.036956787109375, + -0.05755615234375, + -0.0147247314453125, + -0.028778076171875, + -0.010498046875, + -0.00995635986328125, + 0.051849365234375, + -0.020660400390625, + -0.02459716796875, + 0.005603790283203125, + 0.01422119140625, + 0.072265625, + 0.0027179718017578125, + 0.022918701171875, + -0.0172271728515625, + -0.0035343170166015625, + -0.0093231201171875, + 0.042816162109375, + -0.0168914794921875, + -0.001255035400390625, + 0.0196533203125, + 0.010955810546875, + 0.00916290283203125, + -0.0304412841796875, + -0.011962890625, + -0.0234222412109375, + -0.017059326171875, + -0.0143890380859375, + 0.0237579345703125, + 0.0178985595703125, + -0.00844573974609375, + 0.04718017578125, + 0.036956787109375, + -0.0020904541015625, + 0.0019550323486328125, + 0.01137542724609375, + -0.014556884765625, + 0.040313720703125, + 0.0217437744140625, + 0.002780914306640625, + 0.000522613525390625, + 0.0307769775390625, + -0.00702667236328125, + 0.0194854736328125, + 0.0011968612670898438, + -0.0401611328125, + 0.0192413330078125, + -0.0162200927734375, + 0.00556182861328125, + -0.038482666015625, + -0.0478515625, + -0.0227508544921875, + 0.032623291015625, + 0.03631591796875, + 0.04132080078125, + 0.020660400390625, + -0.0195770263671875, + 0.00719451904296875, + -0.0021648406982421875, + -0.0008730888366699219, + 0.0183258056640625, + -0.00849151611328125, + 0.0182342529296875, + 0.013214111328125, + -0.010955810546875, + -0.0269317626953125, + 0.052520751953125, + 0.0143890380859375, + -0.0347900390625, + 0.010498046875, + 0.047515869140625, + -0.00836181640625, + -0.0117950439453125, + -0.02642822265625, + -0.040985107421875, + 0.0160675048828125, + -0.0130462646484375, + -0.03546142578125, + 0.0006403923034667969, + -0.0211639404296875, + -0.038299560546875, + -0.01329803466796875, + 0.019989013671875, + -0.00798797607421875, + 0.0595703125, + 0.028778076171875, + -0.004306793212890625, + 0.01041412353515625, + 0.0189056396484375, + 0.048187255859375, + 0.024261474609375, + -0.00899505615234375, + -0.0244293212890625, + -0.056549072265625, + -0.0227508544921875, + 0.0182342529296875, + 0.0199127197265625, + 0.0234222412109375, + 0.005352020263671875, + -0.0374755859375, + 0.033782958984375, + -0.01053619384765625, + 0.051849365234375, + 0.00827789306640625, + -0.018646240234375, + -0.017486572265625, + 0.026763916015625, + 0.043487548828125, + 0.06658935546875, + -0.028106689453125, + 0.005645751953125, + -0.0406494140625, + 0.03948974609375, + -0.06256103515625, + -0.030609130859375, + -0.020660400390625, + -0.045501708984375, + 0.0582275390625, + -0.0199127197265625, + 0.0069427490234375, + 0.033111572265625, + 0.0166473388671875, + -0.0007686614990234375, + 0.03948974609375, + -0.0085296630859375, + -0.0528564453125, + -0.0026340484619140625, + 0.069580078125, + 0.0194091796875, + -0.0234222412109375, + 0.0207366943359375, + 0.0595703125, + 0.0019130706787109375, + 0.0307769775390625, + -0.02911376953125, + 0.0163116455078125, + 0.0478515625, + 0.028778076171875, + 0.03411865234375, + -0.00531005859375, + 0.0292816162109375, + -0.03411865234375, + 0.043487548828125, + -0.06756591796875, + 0.0030117034912109375, + -0.0133819580078125, + -0.0009150505065917969, + 0.005268096923828125, + -0.05987548828125, + -0.0098724365234375, + 0.050201416015625, + 0.0255889892578125, + -0.005645751953125, + 0.0289459228515625, + -0.02978515625, + 0.0225830078125, + -0.00844573974609375, + -0.00957489013671875, + 0.029937744140625, + 0.052520751953125, + -0.031280517578125, + 0.0217437744140625, + -0.01430511474609375, + 0.01070404052734375, + -0.01187896728515625, + -0.04315185546875, + -0.00445556640625, + -0.019744873046875, + -0.06256103515625, + -0.0240936279296875, + 0.00882720947265625, + -0.007320404052734375, + -0.0016202926635742188, + -0.0194091796875, + 0.0000483393669128418, + -0.033782958984375, + -0.039154052734375, + 0.012298583984375, + -0.029937744140625, + -0.05419921875, + -0.0224151611328125, + 0.06256103515625, + 0.0089111328125, + 0.0010347366333007812, + -0.0007109642028808594, + -0.035125732421875, + -0.04315185546875, + 0.0276031494140625, + -0.014892578125, + -0.0010662078857421875, + -0.0159759521484375, + 0.035308837890625, + 0.0251007080078125, + 0.055206298828125, + 0.0018091201782226562, + 0.0745849609375, + 0.0066070556640625, + -0.0304412841796875, + -0.01129150390625, + 0.0276031494140625, + 0.0121307373046875, + 0.0465087890625, + -0.006191253662109375, + 0.0026340484619140625, + -0.02459716796875, + -0.040496826171875, + 0.029449462890625, + 0.018402099609375, + 0.035797119140625, + 0.016815185546875, + -0.0137176513671875, + 0.001087188720703125, + 0.0699462890625, + -0.0084075927734375, + 0.09234619140625, + -0.01263427734375, + -0.0374755859375, + 0.0103302001953125, + 0.0169830322265625, + -0.04583740234375, + -0.01279449462890625, + 0.0175628662109375, + 0.01087188720703125, + 0.0007996559143066406, + 0.0316162109375, + -0.0087432861328125, + 0.03729248046875, + -0.0121307373046875, + 0.0107879638671875, + 0.05889892578125, + -0.01346588134765625, + 0.04180908203125, + 0.045166015625, + 0.019073486328125, + 0.0292816162109375, + 0.009490966796875, + -0.0195770263671875, + 0.00832366943359375, + -0.04180908203125, + -0.072265625, + 0.014892578125, + 0.022247314453125, + 0.006900787353515625, + 0.0265960693359375, + -0.0262603759765625, + -0.06658935546875, + 0.0204925537109375, + -0.0201568603515625, + 0.07025146484375, + 0.044830322265625, + 0.01739501953125, + 0.0379638671875, + -0.03363037109375, + -0.0061492919921875, + 0.017059326171875, + 0.034637451171875, + 0.0292816162109375, + 0.035797119140625, + 0.018402099609375, + -0.0047454833984375, + -0.02911376953125, + 0.016143798828125, + 0.004642486572265625, + 0.0225830078125, + -0.0085296630859375, + 0.0167236328125, + 0.0247650146484375, + 0.039825439453125, + -0.0555419921875, + 0.04583740234375, + 0.0208282470703125, + -0.061553955078125, + 0.00861358642578125, + -0.023590087890625, + 0.0284423828125, + -0.0745849609375, + 0.00589752197265625, + -0.002101898193359375, + 0.0225830078125, + -0.00141143798828125, + 0.01422119140625, + -0.054534912109375, + -0.0137176513671875, + 0.054534912109375, + -0.098388671875, + 0.0188140869140625, + 0.037628173828125, + -0.015472412109375, + 0.042816162109375, + -0.020660400390625, + -0.035125732421875, + 0.02978515625, + -0.0210723876953125, + -0.0121307373046875, + -0.0007109642028808594, + 0.024932861328125, + -0.060546875, + -0.009490966796875, + -0.0419921875, + -0.01513671875, + 0.0133819580078125, + -0.042816162109375, + 0.0156402587890625, + -0.0237579345703125, + -0.007320404052734375, + 0.049530029296875, + 0.03863525390625, + -0.00572967529296875, + -0.01313018798828125, + 0.03546142578125, + -0.015899658203125, + -0.038299560546875, + 0.02191162109375, + 0.0316162109375, + 0.00041031837463378906, + -0.0304412841796875, + -0.00865936279296875, + -0.0202484130859375, + 0.0301055908203125, + -0.00748443603515625, + -0.004077911376953125, + -0.0478515625, + -0.03179931640625, + -0.039154052734375, + 0.05487060546875, + 0.03863525390625, + 0.035125732421875, + 0.012298583984375, + -0.050201416015625, + 0.018402099609375, + -0.08697509765625, + -0.006107330322265625, + -0.0106658935546875, + -0.00037384033203125, + -0.00254058837890625, + 0.075927734375, + -0.0301055908203125, + 0.0038051605224609375, + -0.0234222412109375, + 0.05218505859375, + 0.014556884765625, + 0.01103973388671875, + -0.046173095703125, + 0.032958984375, + 0.029937744140625, + -0.0645751953125, + -0.0183258056640625, + 0.00031375885009765625, + 0.019073486328125, + 0.04449462890625, + -0.06524658203125, + 0.00273895263671875, + -0.0269317626953125, + -0.06524658203125, + -0.01007843017578125, + -0.01024627685546875, + -0.00669097900390625, + -0.050201416015625, + 0.0301055908203125, + 0.0143890380859375, + -0.004894256591796875, + 0.0265960693359375, + 0.012298583984375, + -0.00685882568359375, + 0.0099945068359375, + 0.0159759521484375, + -0.03228759765625, + 0.033294677734375, + -0.060546875, + -0.038818359375, + -0.00849151611328125, + 0.0244293212890625, + -0.0095367431640625, + 0.010040283203125, + -0.021331787109375, + -0.013885498046875, + 0.01087188720703125, + -0.0289459228515625, + -0.00844573974609375, + 0.007568359375, + -0.020660400390625, + -0.022247314453125, + -0.03631591796875, + 0.023590087890625, + 0.018402099609375, + 0.01898193359375, + 0.03497314453125, + 0.032440185546875, + -0.04180908203125, + 0.029449462890625, + 0.0179901123046875, + -0.0176544189453125, + 0.004245758056640625, + -0.019989013671875, + -0.0013380050659179688, + -0.01221466064453125, + 0.026092529296875, + -0.004055023193359375, + -0.054534912109375, + -0.06689453125, + 0.0292816162109375, + -0.00736236572265625, + 0.0024051666259765625, + -0.0279388427734375, + -0.0262603759765625, + -0.04986572265625, + -0.01898193359375, + 0.0259246826171875, + 0.0296173095703125, + 0.0005698204040527344, + -0.04248046875, + -0.0014848709106445312, + -0.0234222412109375, + -0.0419921875, + 0.02642822265625, + 0.00482940673828125, + 0.012298583984375, + -0.02032470703125, + -0.013214111328125, + 0.0220794677734375, + 0.0032405853271484375, + 0.037811279296875, + 0.00273895263671875, + 0.0252685546875, + -0.045166015625, + 0.0201568603515625, + -0.0029277801513671875, + -0.0149688720703125, + 0.0036602020263671875, + -0.0107879638671875, + -0.00539398193359375, + -0.030609130859375, + -0.032958984375, + 0.0024566650390625, + 0.0296173095703125, + 0.00572967529296875, + -0.0004916191101074219, + -0.044158935546875, + 0.035980224609375, + -0.01447296142578125, + 0.0555419921875, + -0.01007843017578125, + -0.07562255859375, + -0.01538848876953125, + 0.00635528564453125, + 0.05755615234375, + 0.0582275390625, + 0.00836181640625, + -0.05352783203125, + 0.0107879638671875, + 0.04449462890625, + 0.00982666015625, + -0.050537109375, + -0.034454345703125, + 0.030609130859375, + 0.00995635986328125, + 0.02459716796875, + -0.01154327392578125, + 0.093017578125, + 0.01204681396484375, + 0.0010404586791992188, + 0.0265960693359375, + 0.0826416015625, + 0.02777099609375, + -0.0006246566772460938, + -0.05084228515625, + 0.005645751953125, + -0.00466156005859375, + -0.0635986328125, + -0.024261474609375, + -0.00606536865234375, + 0.06622314453125, + -0.0709228515625, + -0.020416259765625, + -0.0042877197265625, + -0.01221466064453125, + 0.0227508544921875, + -0.007110595703125, + -0.006107330322265625, + 0.018157958984375, + 0.00372314453125, + -0.02642822265625, + 0.01279449462890625, + -0.0167236328125, + -0.0224151611328125, + 0.028778076171875, + 0.035125732421875, + 0.0011081695556640625, + 0.006481170654296875, + -0.0104522705078125, + 0.0196533203125, + 0.0137176513671875, + 0.0220794677734375, + 0.042816162109375, + 0.00748443603515625, + 0.052520751953125, + 0.06927490234375, + -0.0031986236572265625, + -0.0257568359375, + 0.00970458984375, + 0.0289459228515625, + 0.01204681396484375, + 0.03814697265625, + 0.00765228271484375, + 0.036956787109375, + -0.0014219284057617188, + -0.027099609375, + -0.01555633544921875, + 0.006984710693359375, + -0.024932861328125, + -0.02392578125, + -0.054534912109375, + 0.0088653564453125, + -0.03094482421875, + 0.0347900390625, + 0.003742218017578125, + -0.0269317626953125, + -0.0227508544921875, + 0.04852294921875, + -0.00669097900390625, + -0.050201416015625, + 0.019989013671875, + -0.01522064208984375, + -0.034454345703125, + -0.00827789306640625, + -0.02191162109375, + 0.060882568359375, + -0.0211639404296875, + -0.05621337890625, + -0.0140533447265625, + 0.04852294921875, + 0.01329803466796875, + -0.024932861328125, + 0.019073486328125, + 0.0024051666259765625, + -0.019744873046875, + -0.03997802734375, + -0.03411865234375, + -0.0284423828125, + -0.01346588134765625, + -0.053863525390625, + 0.01024627685546875, + -0.00736236572265625, + -0.01422119140625, + -0.039642333984375, + -0.011627197265625, + -0.050537109375, + 0.049530029296875, + -0.0307769775390625, + 0.048858642578125, + 0.00798797607421875, + 0.0023632049560546875, + 0.046173095703125, + 0.0712890625, + -0.00012087821960449219, + -0.00945281982421875, + -0.01120758056640625, + -0.039825439453125, + 0.0093231201171875, + -0.0023517608642578125, + -0.00006568431854248047, + -0.0491943359375, + 0.015899658203125, + 0.047515869140625, + -0.0789794921875, + 0.01120758056640625, + 0.02777099609375, + 0.01255035400390625, + -0.0465087890625, + -0.0007319450378417969, + -0.000331878662109375, + 0.01137542724609375, + 0.04180908203125, + -0.01129150390625, + -0.0015478134155273438, + -0.006397247314453125, + -0.045501708984375, + 0.04986572265625, + 0.0069427490234375, + 0.01555633544921875, + -0.0311126708984375, + 0.00911712646484375, + 0.019317626953125, + -0.03363037109375, + 0.030609130859375, + -0.0582275390625, + -0.0140533447265625, + 0.0224151611328125, + 0.01873779296875, + -0.0149688720703125, + 0.013885498046875, + -0.042816162109375, + -0.0251007080078125, + -0.037811279296875, + 0.007568359375, + 0.0006246566772460938, + 0.0079498291015625, + -0.046173095703125, + -0.051513671875, + -0.0058135986328125, + -0.032440185546875, + -0.0595703125, + -0.020904541015625, + 0.0178985595703125, + 0.0121307373046875, + -0.046844482421875, + -0.007152557373046875, + 0.001735687255859375, + 0.014556884765625, + 0.040496826171875, + 0.0645751953125, + -0.0374755859375, + -0.012298583984375, + 0.01898193359375, + 0.0296173095703125, + 0.01505279541015625, + -0.010955810546875, + -0.01154327392578125, + -0.0074462890625, + 0.00516510009765625, + -0.04449462890625, + 0.032958984375, + 0.0595703125, + -0.0276031494140625, + -0.0478515625, + -0.01221466064453125, + -0.055877685546875, + 0.0214080810546875, + -0.005519866943359375, + 0.05621337890625, + -0.0127105712890625, + -0.005268096923828125, + -0.08428955078125, + 0.045501708984375, + -0.01505279541015625, + 0.0210723876953125, + 0.01522064208984375, + -0.0307769775390625, + -0.033782958984375, + -0.03497314453125, + -0.026092529296875, + 0.0296173095703125, + -0.042816162109375, + 0.018402099609375, + 0.01739501953125, + -0.0252685546875, + 0.03729248046875, + 0.003513336181640625, + -0.0032825469970703125, + 0.0272674560546875, + 0.0164794921875, + -0.02978515625, + 0.10235595703125, + -0.01263427734375, + 0.033782958984375, + -0.00234222412109375, + 0.01313018798828125, + 0.00878143310546875, + -0.002864837646484375, + -0.050201416015625, + 0.006439208984375, + 0.024932861328125, + 0.04315185546875, + -0.0183258056640625, + 0.01806640625, + -0.00299072265625, + 0.0178985595703125, + 0.01053619384765625, + -0.016143798828125, + -0.021331787109375, + -0.004703521728515625, + -0.0347900390625, + 0.0019969940185546875, + -0.03863525390625, + -0.06622314453125, + -0.0024776458740234375, + -0.060882568359375, + -0.0046844482421875, + 0.007904052734375, + 0.0106658935546875, + 0.0230865478515625, + -0.02642822265625, + 0.041656494140625, + 0.0016832351684570312, + 0.004306793212890625, + -0.016387939453125, + -0.0185699462890625, + -0.026092529296875, + 0.0491943359375, + 0.0255889892578125, + -0.0251007080078125, + 0.0247650146484375, + -0.032135009765625, + -0.039825439453125, + -0.0224151611328125, + 0.006816864013671875, + -0.048858642578125, + 0.044830322265625, + -0.050201416015625, + -0.015472412109375, + 0.02642822265625, + 0.019989013671875, + 0.00970458984375, + 0.00815582275390625, + 0.053863525390625, + -0.026092529296875, + -0.055877685546875, + 0.01873779296875, + -0.0021953582763671875, + -0.0092010498046875, + 0.0224151611328125, + 0.004558563232421875, + -0.014556884765625, + 0.01029205322265625, + 0.035980224609375, + 0.004642486572265625, + 0.033111572265625, + 0.036956787109375, + -0.004871368408203125, + 0.0184783935546875, + -0.02392578125, + 0.033111572265625, + 0.005519866943359375, + 0.01263427734375, + 0.004913330078125, + 0.0220794677734375, + -0.02459716796875, + -0.07659912109375, + -0.0156402587890625, + -0.01103973388671875, + -0.055206298828125, + 0.007068634033203125, + 0.051177978515625, + 0.0307769775390625, + -0.0184783935546875, + 0.033111572265625, + 0.04132080078125, + 0.016815185546875, + 0.005184173583984375, + -0.0029277801513671875, + -0.04132080078125, + 0.00823974609375, + 0.035980224609375, + 0.048858642578125, + -0.050201416015625, + 0.050537109375, + 0.07293701171875, + -0.0191497802734375, + -0.0201568603515625, + -0.006023406982421875, + -0.0167236328125, + 0.060211181640625, + 0.054534912109375, + 0.01103973388671875, + -0.06890869140625, + -0.004787445068359375, + 0.01513671875, + -0.004978179931640625, + -0.0127105712890625, + 0.01806640625, + -0.0286102294921875, + 0.04449462890625, + -0.075927734375, + -0.022247314453125, + 0.0182342529296875, + 0.056549072265625, + -0.0050201416015625, + -0.017822265625, + -0.0143890380859375, + 0.031951904296875, + 0.0296173095703125, + -0.02099609375, + 0.025421142578125, + 0.0347900390625, + -0.020904541015625, + 0.0286102294921875, + 0.04315185546875, + 0.02392578125, + 0.06292724609375, + 0.042327880859375, + -0.0133819580078125, + 0.0237579345703125, + 0.003513336181640625, + 0.011627197265625, + 0.0252685546875, + -0.042816162109375, + -0.04248046875, + -0.0224151611328125, + 0.01255035400390625, + -0.000024318695068359375, + 0.06622314453125, + 0.0069427490234375, + -0.00991058349609375, + -0.01204681396484375, + 0.0163116455078125, + 0.025421142578125, + 0.0265960693359375, + 0.058563232421875, + -0.01739501953125, + 0.037811279296875, + 0.02392578125, + 0.01137542724609375, + -0.035308837890625, + 0.043487548828125, + -0.03948974609375, + 0.0196533203125, + -0.046173095703125, + -0.018402099609375, + -0.0252685546875, + -0.0201568603515625, + -0.0292816162109375, + -0.03497314453125, + 0.0117950439453125, + -0.02911376953125, + -0.0478515625, + -0.0244293212890625, + 0.04852294921875, + -0.03497314453125, + 0.01255035400390625, + 0.0257568359375, + -0.006023406982421875, + 0.0143890380859375, + -0.043487548828125, + 0.08563232421875, + 0.02325439453125, + 0.044830322265625, + -0.0069427490234375, + 0.0220794677734375, + 0.032623291015625, + -0.0220794677734375, + -0.0018405914306640625, + -0.007610321044921875, + 0.002948760986328125, + 0.07427978515625, + 0.0167236328125, + 0.01255035400390625, + -0.051513671875, + 0.01513671875, + 0.002552032470703125, + -0.033111572265625, + 0.027099609375, + 0.0140533447265625, + 0.019073486328125, + -0.018646240234375, + -0.0059814453125, + -0.006317138671875, + -0.06488037109375, + 0.06488037109375, + -0.0124664306640625, + 0.020904541015625, + 0.042327880859375, + -0.042327880859375, + 0.0419921875, + 0.0117950439453125, + 0.043487548828125, + -0.050537109375, + 0.06256103515625, + -0.016387939453125, + -0.020660400390625, + 0.006732940673828125, + 0.006397247314453125, + -0.0183258056640625, + 0.044158935546875, + -0.019744873046875, + 0.046173095703125, + 0.0406494140625, + 0.0173187255859375, + -0.06488037109375, + -0.01221466064453125, + 0.0008730888366699219, + -0.0012025833129882812, + 0.0595703125, + -0.03546142578125, + -0.00962066650390625, + 0.004474639892578125, + 0.04083251953125, + 0.05987548828125, + 0.003826141357421875, + 0.027435302734375, + 0.0014638900756835938, + -0.006397247314453125, + 0.0137176513671875, + -0.018646240234375 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "analysis" + ], + "tags": [ + "threat-intel", + "graph" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Cellebrite_UFED", + "type": "tool", + "name": "Cellebrite UFED", + "content": "cellebrite ufed der de-facto-behördenstandard der mobilen forensik greift aktuelle iphones und android-flaggschiffe durch zero-day-exploits und proprietäre bypass-methoden an, ist aber auch sehr teuer. physical extraction umgeht verschlüsselung für vollständigen dateisystem-zugriff. logical plus erweitert standard-backups um gelöschte daten. advanced services greifen auf cellebrites exploit-labor für besonders resistente geräte zurück. physical analyzer visualisiert extrahierte daten intelligent: timeline-ansicht, geo-location-maps, social-network-graphen, kommunikations-muster. project-vic integration für csam-erkennung. chain-of-custody-dokumentation erfüllt höchste forensische standards. die cloud-analyzer-lizenz ermöglicht zugriff auf über 50 cloud-services. updates alle 3 monate für neue geräte und apps. 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.036163330078125, + 0.0443115234375, + 0.04034423828125, + -0.005710601806640625, + 0.0266265869140625, + 0.048675537109375, + 0.0234375, + 0.01291656494140625, + -0.006061553955078125, + -0.0164947509765625, + -0.00963592529296875, + 0.059600830078125, + 0.022552490234375, + -0.019073486328125, + -0.05999755859375, + 0.034759521484375, + 0.00824737548828125, + 0.01361083984375, + 0.007152557373046875, + 0.0012044906616210938, + -0.029998779296875, + -0.006011962890625, + -0.040130615234375, + -0.0025081634521484375, + -0.005489349365234375, + 0.01898193359375, + -0.00928497314453125, + -0.05523681640625, + -0.044708251953125, + -0.006656646728515625, + 0.0160980224609375, + -0.0231475830078125, + -0.011322021484375, + 0.01509857177734375, + 0.0035762786865234375, + -0.016387939453125, + 0.01251983642578125, + -0.0159912109375, + -0.0272216796875, + 0.043914794921875, + -0.023651123046875, + 0.007450103759765625, + 0.03973388671875, + 0.00591278076171875, + -0.029205322265625, + -0.019378662109375, + -0.004245758056640625, + -0.0042724609375, + 0.00583648681640625, + -0.01078033447265625, + 0.01082611083984375, + 0.00983428955078125, + -0.0128173828125, + 0.008544921875, + -0.05206298828125, + 0.02801513671875, + 0.022552490234375, + -0.0207672119140625, + -0.041717529296875, + 0.0623779296875, + -0.041717529296875, + -0.0196685791015625, + 0.0242462158203125, + -0.0211639404296875, + -0.01102447509765625, + 0.0282135009765625, + -0.0128173828125, + -0.01371002197265625, + -0.001800537109375, + 0.0258331298828125, + 0.00116729736328125, + -0.0072021484375, + -0.0262298583984375, + 0.0219573974609375, + -0.04290771484375, + -0.042327880859375, + 0.004619598388671875, + -0.0128173828125, + -0.00563812255859375, + -0.014801025390625, + -0.04290771484375, + 0.00799560546875, + 0.0165863037109375, + 0.0018377304077148438, + -0.023651123046875, + -0.008392333984375, + 0.0576171875, + 0.00799560546875, + -0.0007481575012207031, + -0.01117706298828125, + 0.017181396484375, + -0.0177764892578125, + 0.01232147216796875, + 0.0041961669921875, + 0.047698974609375, + 0.04608154296875, + -0.005489349365234375, + -0.01117706298828125, + -0.00536346435546875, + 0.0506591796875, + -0.00028705596923828125, + -0.00884246826171875, + 0.06158447265625, + -0.01291656494140625, + 0.049468994140625, + -0.060394287109375, + -0.004146575927734375, + -0.032196044921875, + -0.01549530029296875, + -0.00710296630859375, + -0.101318359375, + -0.040740966796875, + -0.008941650390625, + -0.07427978515625, + -0.011322021484375, + 0.0037746429443359375, + 0.00330352783203125, + 0.0635986328125, + -0.03753662109375, + -0.0294036865234375, + 0.026031494140625, + 0.0146026611328125, + -0.01192474365234375, + 0.0272216796875, + -0.038543701171875, + -0.03277587890625, + 0.017578125, + 0.054046630859375, + -0.049285888671875, + -0.035552978515625, + -0.0303955078125, + -0.022247314453125, + -0.00789642333984375, + -0.0161895751953125, + -0.004669189453125, + -0.0309906005859375, + 0.043121337890625, + 0.01038360595703125, + -0.019073486328125, + 0.01450347900390625, + 0.041717529296875, + -0.0357666015625, + -0.0667724609375, + -0.00018703937530517578, + -0.052459716796875, + 0.00849151611328125, + -0.032989501953125, + 0.05841064453125, + -0.049468994140625, + -0.0301971435546875, + -0.002681732177734375, + 0.0290069580078125, + 0.041717529296875, + 0.0008568763732910156, + -0.00189971923828125, + -0.0251312255859375, + 0.020172119140625, + -0.040130615234375, + 0.0199737548828125, + 0.005313873291015625, + -0.03875732421875, + 0.04290771484375, + 0.006259918212890625, + 0.04449462890625, + -0.0245361328125, + -0.04052734375, + -0.0220489501953125, + 0.015594482421875, + -0.0016889572143554688, + -0.0051422119140625, + 0.01062774658203125, + -0.0212554931640625, + 0.06439208984375, + 0.09576416015625, + -0.0157928466796875, + 0.050872802734375, + 0.00959014892578125, + -0.004642486572265625, + 0.02264404296875, + 0.0309906005859375, + -0.004993438720703125, + -0.006805419921875, + 0.0258331298828125, + 0.0031299591064453125, + 0.035369873046875, + -0.02801513671875, + -0.036346435546875, + -0.01102447509765625, + -0.0239410400390625, + 0.01678466796875, + -0.0181732177734375, + -0.0224456787109375, + -0.0216522216796875, + 0.0093841552734375, + 0.026031494140625, + 0.06158447265625, + 0.03436279296875, + -0.01509857177734375, + 0.0357666015625, + 0.0211639404296875, + 0.002285003662109375, + 0.02532958984375, + 0.00469207763671875, + 0.06634521484375, + 0.0227508544921875, + 0.0228424072265625, + 0.006359100341796875, + 0.043914794921875, + 0.0126190185546875, + -0.00908660888671875, + -0.00829315185546875, + 0.0452880859375, + -0.0023345947265625, + -0.0220489501953125, + -0.0169830322265625, + -0.038543701171875, + 0.01371002197265625, + -0.031982421875, + 0.0111236572265625, + -0.006755828857421875, + 0.01837158203125, + -0.04730224609375, + 0.005512237548828125, + 0.0118255615234375, + -0.031402587890625, + 0.02264404296875, + 0.0134124755859375, + -0.0227508544921875, + -0.039337158203125, + 0.01410675048828125, + 0.0081939697265625, + 0.0115203857421875, + -0.006805419921875, + 0.012420654296875, + -0.030792236328125, + -0.01509857177734375, + 0.0335693359375, + 0.0303955078125, + 0.0177764892578125, + 0.0066070556640625, + -0.02960205078125, + 0.035552978515625, + -0.0112762451171875, + 0.01450347900390625, + 0.0243377685546875, + -0.01708984375, + -0.00484466552734375, + 0.03118896484375, + 0.05126953125, + 0.03814697265625, + -0.0687255859375, + 0.002780914306640625, + -0.07867431640625, + 0.0246429443359375, + -0.056427001953125, + -0.032989501953125, + -0.03436279296875, + -0.0592041015625, + 0.0443115234375, + -0.01898193359375, + -0.0270233154296875, + 0.00576019287109375, + 0.006458282470703125, + 0.00844573974609375, + 0.0169830322265625, + 0.00943756103515625, + -0.004669189453125, + 0.026031494140625, + 0.06158447265625, + 0.0022602081298828125, + -0.0108795166015625, + -0.01450347900390625, + 0.0153961181640625, + -0.0290069580078125, + 0.032989501953125, + -0.03656005859375, + -0.0048675537109375, + 0.0258331298828125, + 0.0443115234375, + 0.0242462158203125, + -0.034576416015625, + 0.0309906005859375, + -0.00640869140625, + 0.029205322265625, + -0.041717529296875, + -0.02801513671875, + 0.0099334716796875, + 0.0030422210693359375, + -0.01390838623046875, + -0.04052734375, + -0.0015277862548828125, + 0.047698974609375, + 0.0089874267578125, + 0.018280029296875, + -0.0066070556640625, + -0.03955078125, + -0.0036258697509765625, + 0.01157379150390625, + -0.002532958984375, + 0.047088623046875, + 0.0290069580078125, + -0.039947509765625, + 0.005809783935546875, + 0.004894256591796875, + 0.003650665283203125, + -0.03656005859375, + -0.0278167724609375, + -0.0303955078125, + 0.0130157470703125, + -0.0655517578125, + 0.0146026611328125, + 0.03875732421875, + -0.03955078125, + 0.029998779296875, + -0.0274200439453125, + 0.007152557373046875, + -0.0411376953125, + -0.061187744140625, + 0.01450347900390625, + -0.042327880859375, + -0.039154052734375, + -0.004024505615234375, + 0.044891357421875, + 0.020263671875, + 0.0181732177734375, + -0.017578125, + -0.031982421875, + -0.059600830078125, + 0.00437164306640625, + 0.004421234130859375, + 0.004421234130859375, + -0.042327880859375, + 0.03179931640625, + 0.028411865234375, + 0.03436279296875, + 0.01470184326171875, + 0.06439208984375, + 0.0074005126953125, + -0.011322021484375, + 0.00099945068359375, + 0.0218505859375, + 0.0022602081298828125, + 0.0186767578125, + -0.043304443359375, + -0.038543701171875, + -0.006557464599609375, + -0.039947509765625, + 0.036956787109375, + 0.032989501953125, + 0.02801513671875, + 0.0134124755859375, + -0.02484130859375, + 0.019775390625, + 0.07989501953125, + 0.00029659271240234375, + 0.1072998046875, + -0.0103302001953125, + -0.03515625, + 0.0196685791015625, + 0.033172607421875, + -0.03875732421875, + -0.01678466796875, + 0.04132080078125, + -0.01202392578125, + 0.0009126663208007812, + 0.025634765625, + -0.0142059326171875, + 0.0282135009765625, + 0.0111236572265625, + -0.0007200241088867188, + 0.032989501953125, + -0.0138092041015625, + -0.0020732879638671875, + 0.03973388671875, + 0.043304443359375, + -0.00019407272338867188, + 0.0188751220703125, + -0.0303955078125, + -0.013214111328125, + -0.02880859375, + -0.077880859375, + 0.02374267578125, + 0.0298004150390625, + 0.0157012939453125, + 0.040130615234375, + -0.008544921875, + -0.04986572265625, + 0.01226806640625, + -0.0421142578125, + 0.08782958984375, + 0.045684814453125, + 0.0098876953125, + 0.02264404296875, + -0.006855010986328125, + 0.005413055419921875, + 0.0203704833984375, + 0.021759033203125, + 0.0224456787109375, + 0.0165863037109375, + 0.0458984375, + -0.01018524169921875, + -0.0421142578125, + 0.016693115234375, + 0.0266265869140625, + 0.01161956787109375, + 0.0062103271484375, + 0.041534423828125, + 0.0103302001953125, + 0.052459716796875, + -0.0301971435546875, + 0.0411376953125, + 0.0107269287109375, + -0.0101318359375, + 0.007747650146484375, + -0.02294921875, + 0.0290069580078125, + -0.0389404296875, + -0.003353118896484375, + 0.02532958984375, + 0.0165863037109375, + 0.0247344970703125, + 0.024932861328125, + -0.0655517578125, + -0.0200653076171875, + 0.04608154296875, + -0.03955078125, + 0.00864410400390625, + 0.04449462890625, + -0.029205322265625, + 0.02642822265625, + -0.0235443115234375, + -0.0379638671875, + 0.02264404296875, + -0.0004191398620605469, + -0.0303955078125, + 0.019378662109375, + 0.04986572265625, + -0.0309906005859375, + -0.041534423828125, + -0.055633544921875, + -0.006160736083984375, + -0.0008382797241210938, + -0.0231475830078125, + 0.034759521484375, + -0.0015459060668945312, + -0.01331329345703125, + 0.036956787109375, + 0.03753662109375, + 0.001117706298828125, + -0.03277587890625, + 0.049468994140625, + -0.0367431640625, + -0.0452880859375, + 0.019073486328125, + 0.02880859375, + 0.0294036865234375, + -0.0474853515625, + -0.0128173828125, + -0.004322052001953125, + 0.01678466796875, + 0.02215576171875, + 0.01519775390625, + -0.0002808570861816406, + -0.05206298828125, + -0.039154052734375, + 0.041717529296875, + 0.0290069580078125, + 0.0592041015625, + -0.0218505859375, + -0.031982421875, + 0.0165863037109375, + -0.0272216796875, + -0.01271820068359375, + -0.003997802734375, + 0.005092620849609375, + -0.051666259765625, + 0.060791015625, + -0.00933837890625, + -0.0062103271484375, + -0.0012788772583007812, + 0.0655517578125, + -0.0012664794921875, + 0.004520416259765625, + -0.051666259765625, + 0.0298004150390625, + 0.0421142578125, + -0.05047607421875, + -0.004123687744140625, + -0.0027313232421875, + -0.022247314453125, + 0.0188751220703125, + -0.0066070556640625, + 0.017486572265625, + 0.0181732177734375, + -0.06793212890625, + -0.032989501953125, + -0.0203704833984375, + 0.01078033447265625, + -0.045501708984375, + 0.0272216796875, + 0.026031494140625, + -0.0116729736328125, + 0.0168914794921875, + -0.012664794921875, + 0.017578125, + 0.0301971435546875, + -0.0021228790283203125, + -0.031402587890625, + 0.043121337890625, + -0.06793212890625, + -0.024139404296875, + -0.01192474365234375, + 0.0298004150390625, + -0.0184783935546875, + 0.01097869873046875, + -0.01122283935546875, + -0.019866943359375, + 0.034759521484375, + -0.027618408203125, + -0.01509857177734375, + -0.0270233154296875, + -0.0238494873046875, + -0.0367431640625, + -0.01236724853515625, + 0.01042938232421875, + 0.025634765625, + 0.0059356689453125, + -0.023040771484375, + 0.044891357421875, + -0.050262451171875, + 0.0207672119140625, + 0.006011962890625, + 0.0013904571533203125, + 0.00804901123046875, + -0.01788330078125, + -0.0107269287109375, + 0.01236724853515625, + 0.020660400390625, + -0.0219573974609375, + -0.02642822265625, + -0.067138671875, + 0.034759521484375, + -0.0015401840209960938, + -0.0009374618530273438, + -0.0032291412353515625, + -0.054443359375, + -0.0592041015625, + 0.0057373046875, + 0.0341796875, + 0.00286865234375, + -0.00257110595703125, + -0.031402587890625, + -0.02960205078125, + -0.00469207763671875, + -0.0262298583984375, + 0.03118896484375, + -0.01549530029296875, + 0.001148223876953125, + -0.0005774497985839844, + -0.0278167724609375, + 0.013214111328125, + 0.029205322265625, + 0.0160980224609375, + -0.00928497314453125, + 0.051666259765625, + -0.043701171875, + 0.032196044921875, + -0.01678466796875, + -0.01529693603515625, + 0.0035762786865234375, + -0.00650787353515625, + 0.0303955078125, + -0.02264404296875, + -0.04608154296875, + -0.0021610260009765625, + 0.001483917236328125, + 0.031982421875, + -0.0290069580078125, + -0.01271820068359375, + 0.036346435546875, + -0.01122283935546875, + 0.040740966796875, + -0.028411865234375, + -0.027618408203125, + -0.02484130859375, + -0.01226806640625, + 0.0421142578125, + 0.04449462890625, + 0.028411865234375, + -0.038360595703125, + -0.00908660888671875, + 0.04888916015625, + -0.00370025634765625, + -0.0301971435546875, + -0.0168914794921875, + 0.00008225440979003906, + 0.01490020751953125, + 0.06396484375, + 0.004421234130859375, + 0.09619140625, + -0.01157379150390625, + 0.009735107421875, + 0.048492431640625, + 0.06317138671875, + 0.039154052734375, + -0.00710296630859375, + -0.0452880859375, + 0.022247314453125, + -0.007053375244140625, + -0.04608154296875, + -0.0458984375, + 0.016387939453125, + 0.04052734375, + -0.07232666015625, + -0.01078033447265625, + -0.00824737548828125, + 0.020965576171875, + -0.00730133056640625, + 0.0036258697509765625, + -0.01311492919921875, + 0.006084442138671875, + 0.0165863037109375, + -0.02264404296875, + 0.0184783935546875, + -0.0149993896484375, + 0.01509857177734375, + 0.05126953125, + 0.039154052734375, + -0.0186767578125, + 0.031585693359375, + 0.01097869873046875, + 0.0007233619689941406, + 0.01232147216796875, + 0.040130615234375, + 0.0130157470703125, + 0.0305938720703125, + 0.04351806640625, + 0.031982421875, + -0.006134033203125, + -0.0220489501953125, + 0.001316070556640625, + 0.01947021484375, + 0.03973388671875, + 0.0699462890625, + -0.0160980224609375, + 0.002185821533203125, + -0.024139404296875, + -0.051666259765625, + 0.01271820068359375, + 0.01898193359375, + -0.0034770965576171875, + -0.02642822265625, + -0.03753662109375, + 0.023040771484375, + -0.058807373046875, + 0.0458984375, + 0.0030422210693359375, + -0.037353515625, + 0.014007568359375, + 0.054840087890625, + -0.0016021728515625, + -0.033782958984375, + -0.0029048919677734375, + -0.038360595703125, + -0.0173797607421875, + -0.0212554931640625, + -0.03814697265625, + 0.032196044921875, + -0.044708251953125, + -0.054046630859375, + -0.01509857177734375, + 0.0309906005859375, + -0.024444580078125, + -0.049072265625, + -0.02801513671875, + -0.00804901123046875, + -0.002819061279296875, + -0.0443115234375, + -0.05364990234375, + -0.02960205078125, + 0.0159912109375, + -0.033782958984375, + 0.0087432861328125, + -0.006061553955078125, + -0.0232391357421875, + -0.0045928955078125, + -0.019775390625, + 0.015594482421875, + 0.0095367431640625, + -0.0389404296875, + 0.02880859375, + 0.0002856254577636719, + 0.03179931640625, + 0.0254364013671875, + 0.054443359375, + -0.0096893310546875, + 0.011077880859375, + -0.031585693359375, + -0.0379638671875, + 0.00150299072265625, + 0.001949310302734375, + 0.008392333984375, + -0.060791015625, + 0.00370025634765625, + 0.054443359375, + -0.091796875, + 0.008392333984375, + 0.0181732177734375, + -0.025634765625, + -0.0303955078125, + -0.02880859375, + 0.00923919677734375, + -0.0074005126953125, + 0.07550048828125, + 0.005214691162109375, + 0.00469207763671875, + 0.0138092041015625, + -0.0298004150390625, + 0.03497314453125, + 0.0124664306640625, + 0.01038360595703125, + -0.041717529296875, + 0.028411865234375, + 0.00623321533203125, + -0.031402587890625, + -0.00009894371032714844, + -0.058013916015625, + -0.0079498291015625, + 0.0286102294921875, + 0.0251312255859375, + -0.00849151611328125, + -0.01078033447265625, + -0.01788330078125, + -0.0243377685546875, + -0.039947509765625, + 0.0138092041015625, + -0.01058197021484375, + -0.0052642822265625, + -0.03338623046875, + -0.026031494140625, + -0.029205322265625, + -0.060791015625, + -0.0278167724609375, + -0.039154052734375, + 0.032196044921875, + 0.01212310791015625, + -0.04052734375, + 0.007152557373046875, + 0.0079498291015625, + -0.0172882080078125, + 0.011322021484375, + 0.06439208984375, + -0.04986572265625, + -0.0184783935546875, + 0.0016021728515625, + 0.041717529296875, + 0.00506591796875, + 0.0083465576171875, + -0.01197052001953125, + 0.020263671875, + 0.0091400146484375, + -0.035369873046875, + 0.023345947265625, + 0.026031494140625, + -0.00933837890625, + -0.04888916015625, + -0.0103302001953125, + -0.0200653076171875, + 0.03338623046875, + -0.011871337890625, + 0.049468994140625, + 0.01192474365234375, + -0.0042724609375, + -0.10968017578125, + 0.03594970703125, + -0.033782958984375, + 0.0298004150390625, + 0.0243377685546875, + -0.00785064697265625, + -0.0576171875, + -0.02642822265625, + -0.043914794921875, + 0.0212554931640625, + -0.007747650146484375, + 0.039947509765625, + -0.022552490234375, + 0.01450347900390625, + -0.0018625259399414062, + -0.006656646728515625, + 0.004619598388671875, + 0.06396484375, + 0.0029048919677734375, + -0.045501708984375, + 0.054840087890625, + -0.016387939453125, + -0.01509857177734375, + -0.01678466796875, + 0.01236724853515625, + 0.0266265869140625, + -0.005962371826171875, + -0.0228424072265625, + 0.0212554931640625, + 0.03594970703125, + 0.051666259765625, + -0.031585693359375, + 0.020965576171875, + -0.002780914306640625, + 0.0258331298828125, + -0.0220489501953125, + -0.0168914794921875, + 0.00409698486328125, + -0.00829315185546875, + -0.0130157470703125, + -0.0199737548828125, + -0.0635986328125, + -0.0826416015625, + 0.0238494873046875, + -0.0506591796875, + -0.022247314453125, + 0.039947509765625, + 0.019073486328125, + 0.014404296875, + -0.050262451171875, + 0.019775390625, + 0.00591278076171875, + -0.0128173828125, + -0.00978851318359375, + 0.026031494140625, + -0.022247314453125, + 0.0341796875, + -0.0104827880859375, + -0.047882080078125, + 0.04351806640625, + -0.0159912109375, + 0.0240478515625, + -0.00904083251953125, + 0.01003265380859375, + -0.007053375244140625, + 0.032196044921875, + -0.0889892578125, + -0.03955078125, + 0.0199737548828125, + 0.05206298828125, + 0.0138092041015625, + -0.00785064697265625, + 0.0270233154296875, + -0.0146026611328125, + -0.055633544921875, + 0.0079498291015625, + -0.0159912109375, + -0.03277587890625, + 0.0023097991943359375, + -0.004894256591796875, + 0.0030059814453125, + 0.0379638671875, + 0.0207672119140625, + 0.040130615234375, + 0.0443115234375, + 0.006855010986328125, + -0.0389404296875, + -0.0191802978515625, + -0.0101318359375, + 0.00829315185546875, + 0.005390167236328125, + 0.0239410400390625, + -0.0033779144287109375, + 0.0157928466796875, + -0.00769805908203125, + -0.08343505859375, + -0.02642822265625, + -0.0176849365234375, + -0.039947509765625, + -0.00014901161193847656, + 0.06793212890625, + 0.0443115234375, + -0.0238494873046875, + 0.01212310791015625, + 0.0305938720703125, + 0.0128173828125, + 0.0196685791015625, + -0.0176849365234375, + -0.05364990234375, + -0.007152557373046875, + -0.01171875, + 0.0195770263671875, + -0.04193115234375, + 0.0254364013671875, + 0.056427001953125, + -0.0224456787109375, + -0.014007568359375, + -0.0146026611328125, + 0.0176849365234375, + 0.047882080078125, + 0.03436279296875, + 0.0111236572265625, + -0.050079345703125, + 0.01212310791015625, + 0.0443115234375, + -0.006183624267578125, + 0.0037250518798828125, + -0.037139892578125, + -0.033172607421875, + 0.0411376953125, + -0.04034423828125, + 0.0112762451171875, + -0.006557464599609375, + 0.05999755859375, + 0.00189971923828125, + -0.044708251953125, + -0.0200653076171875, + 0.04608154296875, + 0.00868988037109375, + -0.0159912109375, + 0.031585693359375, + 0.0161895751953125, + -0.029998779296875, + 0.0528564453125, + 0.03814697265625, + -0.0013971328735351562, + 0.029205322265625, + 0.028411865234375, + -0.0411376953125, + 0.034759521484375, + 0.0006704330444335938, + -0.0012540817260742188, + -0.026824951171875, + -0.0443115234375, + -0.03814697265625, + -0.0576171875, + 0.0176849365234375, + 0.0016641616821289062, + 0.0576171875, + 0.0294036865234375, + 0.0010433197021484375, + -0.0157928466796875, + -0.00864410400390625, + 0.03753662109375, + 0.0274200439453125, + 0.0095367431640625, + 0.0272216796875, + 0.006458282470703125, + 0.0130157470703125, + 0.046295166015625, + -0.0452880859375, + 0.0164947509765625, + -0.01837158203125, + 0.01490020751953125, + -0.05999755859375, + -0.00933837890625, + 0.002956390380859375, + 0.0009374618530273438, + -0.00630950927734375, + -0.019378662109375, + -0.006656646728515625, + -0.0011110305786132812, + -0.03973388671875, + -0.00933837890625, + 0.030792236328125, + -0.048492431640625, + 0.0290069580078125, + 0.0025959014892578125, + -0.0120697021484375, + -0.0017757415771484375, + -0.042327880859375, + 0.1168212890625, + 0.0215606689453125, + 0.01898193359375, + 0.01078033447265625, + 0.02264404296875, + 0.04193115234375, + 0.005710601806640625, + 0.0024967193603515625, + 0.044891357421875, + -0.01216888427734375, + 0.04669189453125, + 0.04730224609375, + -0.010284423828125, + -0.032196044921875, + 0.05682373046875, + 0.003204345703125, + -0.045684814453125, + 0.02801513671875, + 0.0305938720703125, + 0.0149993896484375, + 0.005611419677734375, + -0.016693115234375, + -0.0181732177734375, + -0.06475830078125, + 0.061187744140625, + 0.00804901123046875, + -0.0038242340087890625, + 0.0357666015625, + -0.06951904296875, + 0.05523681640625, + 0.013214111328125, + 0.0251312255859375, + -0.044708251953125, + 0.043121337890625, + -0.0235443115234375, + -0.004520416259765625, + 0.005588531494140625, + 0.0028438568115234375, + -0.004047393798828125, + 0.031585693359375, + -0.034759521484375, + 0.07110595703125, + 0.0294036865234375, + -0.00009936094284057617, + -0.07110595703125, + -0.0116729736328125, + -0.00789642333984375, + -0.005462646484375, + 0.026824951171875, + -0.022247314453125, + -0.0016145706176757812, + 0.00769805908203125, + 0.0077972412109375, + 0.05523681640625, + -0.0218505859375, + 0.0238494873046875, + 0.01371002197265625, + -0.003353118896484375, + 0.025634765625, + -0.0172882080078125 + ], + "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_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.02374267578125, + 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.003864288330078125, + -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.02374267578125, + 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.0009660720825195312, + 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.02374267578125, + 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.030914306640625, + -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.06182861328125, + -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.02374267578125, + 0.003631591796875, + -0.0325927734375, + 0.01229095458984375, + -0.011871337890625, + 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.021881103515625, + -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.0019321441650390625, + 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.0154571533203125, + 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.0357666015625, + 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_x64dbg", + "type": "tool", + "name": "x64dbg", + "content": "x64dbg der kostenlose windows-debugger revolutioniert malware-analysis durch intuitive gui und plugin-ecosystem. ersetzt den veralteten ollydbg mit moderner 64-bit-architektur und active-development. besonders stark: anti-anti-debug-plugins umgehen evasion-techniken, script-engine automatisiert repetitive tasks, memory-map-viewer zeigt process-layout übersichtlich. die plugin-community entwickelt ständig neue extensions: unpacker für gepackte malware, crypto- finder identifiziert verschlüsselungsroutinen, api-logger trackt system-calls. integrated-disassembler mit syntax-highlighting. conditional-breakpoints für complex-debugging-scenarios. multi-threading-support für moderne malware. export-funktionen für weitere analysis. die portable version läuft von usb-stick. besonders wertvoll: zero-cost für hobbyisten und kleine teams bei professional-level-features. active-community in discord/github hilft bei problemen. der de-facto-standard für windows-malware- dynamic-analysis ohne budget-constraints. debugger reverse-engineering malware-analysis analysis", + "embedding": [ + -0.0308380126953125, + 0.0145721435546875, + 0.04339599609375, + -0.00872039794921875, + 0.0259552001953125, + 0.03997802734375, + 0.01934814453125, + 0.008880615234375, + -0.0159454345703125, + -0.006565093994140625, + -0.052734375, + 0.02764892578125, + 0.0321044921875, + 0.01776123046875, + -0.0310516357421875, + 0.047637939453125, + -0.0079193115234375, + 0.01690673828125, + -0.005847930908203125, + 0.0127105712890625, + -0.044464111328125, + -0.0014028549194335938, + -0.05126953125, + -0.0037212371826171875, + 0.01031494140625, + -0.00170135498046875, + -0.0246734619140625, + -0.0386962890625, + -0.005157470703125, + -0.004146575927734375, + 0.0036163330078125, + -0.05657958984375, + 0.0089874267578125, + 0.04083251953125, + 0.00872039794921875, + -0.0018482208251953125, + -0.0003604888916015625, + -0.06256103515625, + -0.0222320556640625, + 0.077392578125, + -0.0253143310546875, + -0.00582122802734375, + 0.009521484375, + -0.0110626220703125, + -0.0124969482421875, + -0.07867431640625, + -0.0016412734985351562, + -0.0308380126953125, + 0.015838623046875, + -0.0236053466796875, + 0.0310516357421875, + 0.02520751953125, + 0.01222991943359375, + -0.011962890625, + -0.032318115234375, + 0.04168701171875, + 0.0182952880859375, + -0.0242462158203125, + -0.041046142578125, + 0.050201416015625, + -0.027862548828125, + -0.01212310791015625, + -0.0071258544921875, + -0.00936126708984375, + 0.026153564453125, + 0.037017822265625, + -0.0009703636169433594, + -0.03680419921875, + -0.00893402099609375, + 0.010955810546875, + -0.00914764404296875, + -0.007495880126953125, + -0.031890869140625, + 0.0253143310546875, + -0.033599853515625, + -0.01446533203125, + 0.01026153564453125, + 0.041900634765625, + 0.00728607177734375, + -0.00325775146484375, + -0.061248779296875, + -0.016265869140625, + 0.03997802734375, + -0.0269012451171875, + 0.01345062255859375, + -0.0015888214111328125, + 0.02435302734375, + 0.0140380859375, + 0.0271148681640625, + 0.002605438232421875, + 0.03253173828125, + 0.0052642822265625, + 0.0224456787109375, + -0.0164794921875, + 0.03253173828125, + 0.050201416015625, + -0.004627227783203125, + -0.0081329345703125, + -0.028076171875, + 0.0386962890625, + 0.0139312744140625, + -0.031463623046875, + 0.057861328125, + -0.031463623046875, + 0.043609619140625, + -0.00728607177734375, + 0.0037479400634765625, + -0.01334381103515625, + -0.003643035888671875, + -0.008026123046875, + -0.09356689453125, + -0.05828857421875, + 0.01190948486328125, + -0.05401611328125, + 0.00460052490234375, + -0.0165863037109375, + -0.0176544189453125, + 0.03594970703125, + -0.026153564453125, + -0.048919677734375, + 0.005687713623046875, + -0.0007944107055664062, + -0.01446533203125, + 0.0246734619140625, + -0.043609619140625, + -0.05169677734375, + 0.017333984375, + 0.0167999267578125, + -0.03424072265625, + -0.0271148681640625, + -0.0145721435546875, + -0.02392578125, + -0.0207366943359375, + -0.04296875, + -0.0141448974609375, + -0.0380859375, + 0.031890869140625, + -0.009674072265625, + -0.00782012939453125, + -0.0032825469970703125, + 0.02435302734375, + -0.019561767578125, + -0.050628662109375, + 0.02105712890625, + -0.017120361328125, + 0.0107421875, + 0.003932952880859375, + 0.0206298828125, + 0.00011467933654785156, + 0.00872039794921875, + 0.0019273757934570312, + 0.01605224609375, + 0.05487060546875, + 0.006671905517578125, + 0.031463623046875, + -0.036590576171875, + -0.02191162109375, + -0.0180816650390625, + 0.0552978515625, + -0.017547607421875, + -0.0185089111328125, + 0.0110626220703125, + -0.01776123046875, + 0.0137176513671875, + -0.00839996337890625, + -0.01122283935546875, + -0.0065155029296875, + 0.03912353515625, + -0.00449371337890625, + -0.0222320556640625, + 0.05743408203125, + 0.00046515464782714844, + 0.061248779296875, + 0.05615234375, + -0.029571533203125, + 0.001110076904296875, + 0.0083465576171875, + -0.01776123046875, + 0.018829345703125, + 0.0083465576171875, + -0.022125244140625, + -0.029144287109375, + 0.02850341796875, + -0.013031005859375, + -0.0116424560546875, + -0.007549285888671875, + -0.0145721435546875, + -0.019775390625, + -0.05615234375, + 0.0120697021484375, + -0.05572509765625, + -0.051055908203125, + -0.033172607421875, + 0.047637939453125, + 0.01776123046875, + 0.0570068359375, + 0.007762908935546875, + -0.0263671875, + 0.0469970703125, + -0.000904083251953125, + 0.010955810546875, + 0.03167724609375, + 0.0022735595703125, + 0.0165863037109375, + 0.003986358642578125, + 0.01058197021484375, + -0.00334930419921875, + 0.02606201171875, + -0.001190185546875, + 0.006221771240234375, + 0.007549285888671875, + 0.060394287109375, + 0.0019140243530273438, + -0.0128173828125, + -0.016693115234375, + -0.0452880859375, + 0.03424072265625, + 0.0005717277526855469, + -0.006488800048828125, + -0.01158905029296875, + -0.0012426376342773438, + -0.03338623046875, + 0.0040130615234375, + 0.0404052734375, + -0.032318115234375, + 0.024993896484375, + 0.0145721435546875, + 0.004253387451171875, + -0.035308837890625, + 0.01488494873046875, + 0.0469970703125, + 0.031463623046875, + 0.00909423828125, + -0.01509857177734375, + 0.004467010498046875, + 0.007442474365234375, + 0.0255279541015625, + 0.04083251953125, + 0.0262603759765625, + 0.00882720947265625, + -0.0159454345703125, + 0.0196685791015625, + -0.0110626220703125, + 0.04510498046875, + 0.032745361328125, + 0.0021800994873046875, + 0.00614166259765625, + 0.00946807861328125, + 0.039764404296875, + 0.05487060546875, + -0.050201416015625, + -0.01531219482421875, + -0.0297698974609375, + -0.0104217529296875, + -0.054443359375, + -0.052734375, + -0.011749267578125, + -0.0372314453125, + 0.02935791015625, + 0.0002574920654296875, + -0.041900634765625, + 0.01509857177734375, + 0.031280517578125, + 0.0013093948364257812, + 0.0248870849609375, + -0.004863739013671875, + -0.0421142578125, + -0.00696563720703125, + 0.049560546875, + 0.01116943359375, + -0.023712158203125, + 0.003482818603515625, + 0.0002524852752685547, + 0.00449371337890625, + -0.012176513671875, + -0.017974853515625, + -0.00494384765625, + 0.0271148681640625, + 0.003124237060546875, + 0.0027523040771484375, + -0.02191162109375, + 0.04296875, + -0.0178680419921875, + 0.048492431640625, + -0.047210693359375, + -0.0023403167724609375, + 0.01148223876953125, + 0.0054779052734375, + -0.0174407958984375, + -0.0355224609375, + -0.00038886070251464844, + 0.03955078125, + 0.019134521484375, + 0.0037212371826171875, + 0.023284912109375, + -0.044464111328125, + 0.0116424560546875, + -0.0017948150634765625, + -0.008880615234375, + 0.00786590576171875, + 0.038482666015625, + -0.045501708984375, + 0.0259552001953125, + 0.00315093994140625, + -0.003536224365234375, + -0.0266876220703125, + -0.0304107666015625, + -0.036376953125, + -0.00728607177734375, + -0.026580810546875, + -0.021484375, + -0.004039764404296875, + 0.0018482208251953125, + 0.0009369850158691406, + -0.01934814453125, + -0.003482818603515625, + -0.034027099609375, + -0.032958984375, + 0.002910614013671875, + -0.01605224609375, + -0.0535888671875, + -0.039337158203125, + 0.05615234375, + -0.0025386810302734375, + 0.00839996337890625, + -0.0289306640625, + -0.014251708984375, + -0.0227508544921875, + 0.0240325927734375, + -0.03167724609375, + -0.0007944107055664062, + -0.00531768798828125, + 0.0289306640625, + 0.00553131103515625, + 0.042755126953125, + 0.00366973876953125, + 0.07952880859375, + 0.03167724609375, + -0.01361083984375, + -0.0141448974609375, + 0.01904296875, + 0.0203094482421875, + 0.0198822021484375, + -0.03997802734375, + -0.04571533203125, + -0.0187225341796875, + -0.05914306640625, + 0.0030574798583984375, + 0.010528564453125, + 0.05615234375, + 0.0306243896484375, + -0.00521087646484375, + -0.00818634033203125, + 0.0552978515625, + 0.015838623046875, + 0.0965576171875, + -0.0182952880859375, + -0.0321044921875, + 0.0016155242919921875, + 0.057861328125, + 0.01058197021484375, + 0.016693115234375, + 0.0189361572265625, + 0.01690673828125, + -0.0227508544921875, + 0.0178680419921875, + -0.0157318115234375, + -0.0028438568115234375, + -0.005611419677734375, + 0.00653839111328125, + 0.031463623046875, + -0.006221771240234375, + -0.01026153564453125, + 0.00113677978515625, + 0.0535888671875, + 0.04425048828125, + 0.041046142578125, + -0.027862548828125, + -0.00154876708984375, + -0.017120361328125, + -0.0782470703125, + 0.01111602783203125, + 0.0230712890625, + 0.0145721435546875, + 0.057861328125, + -0.01361083984375, + -0.07275390625, + 0.04339599609375, + -0.0552978515625, + 0.06591796875, + 0.045928955078125, + -0.01111602783203125, + 0.03338623046875, + -0.017333984375, + 0.001834869384765625, + -0.00263214111328125, + 0.0124969482421875, + 0.04998779296875, + 0.05487060546875, + 0.046356201171875, + 0.01313018798828125, + -0.0240325927734375, + 0.0194549560546875, + 0.0438232421875, + 0.031463623046875, + -0.0092010498046875, + 0.032745361328125, + 0.00839996337890625, + 0.0308380126953125, + -0.0140380859375, + 0.0667724609375, + 0.0255279541015625, + -0.00582122802734375, + 0.0207366943359375, + -0.004680633544921875, + 0.0211639404296875, + -0.0338134765625, + 0.00478363037109375, + 0.0135040283203125, + 0.010101318359375, + 0.05169677734375, + 0.04168701171875, + -0.04913330078125, + 0.0085601806640625, + 0.07867431640625, + -0.0693359375, + 0.019775390625, + 0.0141448974609375, + -0.023712158203125, + -0.0052642822265625, + -0.027862548828125, + -0.080810546875, + 0.0321044921875, + -0.027862548828125, + -0.046142578125, + 0.003696441650390625, + 0.0230712890625, + -0.035308837890625, + -0.041900634765625, + -0.0006012916564941406, + -0.005023956298828125, + -0.03997802734375, + -0.02606201171875, + 0.052947998046875, + 0.006725311279296875, + -0.00872039794921875, + 0.03338623046875, + 0.0040130615234375, + -0.0355224609375, + -0.0355224609375, + 0.04913330078125, + -0.00807952880859375, + -0.0299835205078125, + 0.03338623046875, + 0.0156402587890625, + 0.0224456787109375, + -0.0163726806640625, + -0.032318115234375, + 0.00972747802734375, + -0.00128936767578125, + 0.006435394287109375, + 0.00872039794921875, + -0.044677734375, + -0.02392578125, + -0.047637939453125, + 0.041900634765625, + 0.00946807861328125, + 0.034881591796875, + 0.0181884765625, + -0.040191650390625, + 0.039337158203125, + -0.06256103515625, + 0.010528564453125, + -0.0192413330078125, + 0.01297760009765625, + -0.014678955078125, + 0.08294677734375, + -0.00696563720703125, + -0.0206298828125, + 0.0081329345703125, + 0.04083251953125, + 0.0106353759765625, + 0.01361083984375, + -0.043609619140625, + 0.051910400390625, + 0.01026153564453125, + -0.0264739990234375, + -0.02520751953125, + -0.024993896484375, + -0.01265716552734375, + 0.0289306640625, + -0.0380859375, + 0.004039764404296875, + 0.0182952880859375, + -0.067626953125, + -0.0248870849609375, + -0.0271148681640625, + -0.00707244873046875, + -0.022552490234375, + 0.037017822265625, + 0.00786590576171875, + 0.031890869140625, + 0.023712158203125, + 0.0159454345703125, + -0.00531768798828125, + 0.004863739013671875, + 0.0140380859375, + -0.014251708984375, + 0.0203094482421875, + -0.0487060546875, + -0.003231048583984375, + -0.0266876220703125, + 0.03997802734375, + -0.037017822265625, + -0.00395965576171875, + 0.000047147274017333984, + -0.01047515869140625, + 0.04510498046875, + -0.060394287109375, + -0.0001977682113647461, + -0.0137176513671875, + -0.022552490234375, + -0.0304107666015625, + -0.026153564453125, + 0.019134521484375, + 0.0156402587890625, + -0.017974853515625, + 0.028076171875, + 0.032318115234375, + -0.050628662109375, + 0.01026153564453125, + 0.01212310791015625, + -0.021697998046875, + 0.008453369140625, + -0.0200958251953125, + 0.0110626220703125, + 0.0157318115234375, + 0.03680419921875, + -0.0251007080078125, + -0.0207366943359375, + -0.06890869140625, + 0.02435302734375, + -0.019561767578125, + -0.0170135498046875, + -0.010955810546875, + -0.032745361328125, + -0.06719970703125, + -0.0116424560546875, + 0.0086669921875, + 0.004199981689453125, + 0.005611419677734375, + -0.028717041015625, + -0.0380859375, + 0.004119873046875, + -0.03955078125, + 0.044677734375, + -0.0264739990234375, + -0.006435394287109375, + -0.0220184326171875, + -0.052734375, + 0.0251007080078125, + 0.02850341796875, + 0.046142578125, + 0.0143585205078125, + 0.02935791015625, + -0.01148223876953125, + 0.0156402587890625, + 0.0024051666259765625, + -0.0189361572265625, + -0.034881591796875, + -0.00489044189453125, + 0.0372314453125, + -0.05169677734375, + -0.03424072265625, + 0.004680633544921875, + 0.026153564453125, + 0.0066986083984375, + -0.01313018798828125, + -0.01318359375, + 0.0306243896484375, + -0.00013375282287597656, + 0.039337158203125, + -0.02020263671875, + -0.03594970703125, + 0.005130767822265625, + 0.0108489990234375, + 0.0570068359375, + 0.0355224609375, + -0.0127105712890625, + -0.02349853515625, + 0.006061553955078125, + 0.036590576171875, + -0.0263671875, + -0.0289306640625, + -0.0297698974609375, + -0.00850677490234375, + 0.019775390625, + 0.062103271484375, + -0.029144287109375, + 0.0718994140625, + -0.0112762451171875, + 0.032318115234375, + 0.041046142578125, + 0.071044921875, + 0.04296875, + -0.0338134765625, + -0.053802490234375, + -0.0086669921875, + -0.0135040283203125, + -0.0227508544921875, + -0.029144287109375, + 0.0002084970474243164, + 0.048919677734375, + -0.08935546875, + -0.0112762451171875, + 0.0008907318115234375, + -0.01776123046875, + 0.0174407958984375, + 0.0165863037109375, + -0.0266876220703125, + 0.022125244140625, + -0.00909423828125, + -0.031280517578125, + -0.01079559326171875, + -0.0099945068359375, + 0.000698089599609375, + 0.060394287109375, + 0.010101318359375, + -0.017547607421875, + 0.043609619140625, + 0.004627227783203125, + 0.0306243896484375, + 0.012603759765625, + 0.0259552001953125, + -0.002300262451171875, + 0.036590576171875, + 0.027435302734375, + 0.044036865234375, + -0.0164794921875, + -0.018829345703125, + 0.02349853515625, + -0.00707244873046875, + 0.016265869140625, + 0.034027099609375, + 0.01047515869140625, + 0.0116424560546875, + -0.008026123046875, + -0.05126953125, + 0.0017948150634765625, + -0.007602691650390625, + -0.00823974609375, + -0.06634521484375, + -0.031890869140625, + 0.0259552001953125, + -0.04827880859375, + 0.036590576171875, + 0.03826904296875, + -0.007495880126953125, + -0.029571533203125, + 0.0207366943359375, + -0.009674072265625, + -0.05487060546875, + 0.01313018798828125, + -0.0238189697265625, + -0.0251007080078125, + -0.0308380126953125, + -0.051055908203125, + 0.026153564453125, + -0.010101318359375, + -0.07867431640625, + -0.01079559326171875, + 0.0438232421875, + -0.00782012939453125, + 0.00603485107421875, + 0.006488800048828125, + 0.025421142578125, + -0.031890869140625, + -0.041046142578125, + -0.054443359375, + 0.005344390869140625, + 0.0008974075317382812, + -0.0386962890625, + 0.02520751953125, + 0.01605224609375, + -0.041473388671875, + 0.00571441650390625, + -0.027435302734375, + -0.044677734375, + 0.0587158203125, + -0.031890869140625, + 0.0438232421875, + 0.01116943359375, + 0.0240325927734375, + 0.02606201171875, + 0.060394287109375, + -0.001209259033203125, + -0.01222991943359375, + -0.0094146728515625, + -0.05828857421875, + 0.017547607421875, + -0.017120361328125, + 0.0018606185913085938, + -0.074462890625, + 0.0006647109985351562, + 0.0271148681640625, + -0.06591796875, + 0.0054779052734375, + -0.005184173583984375, + -0.0355224609375, + -0.05126953125, + 0.001575469970703125, + 0.0163726806640625, + 0.0081329345703125, + 0.08251953125, + 0.00909423828125, + -0.0018739700317382812, + -0.0010099411010742188, + -0.0650634765625, + 0.035308837890625, + 0.0220184326171875, + 0.041046142578125, + -0.007656097412109375, + 0.04339599609375, + 0.0189361572265625, + 0.0022869110107421875, + -0.004917144775390625, + -0.09442138671875, + -0.0009107589721679688, + 0.035736083984375, + 0.031463623046875, + 0.01531219482421875, + 0.006328582763671875, + -0.040191650390625, + -0.0215911865234375, + -0.0161590576171875, + 0.016693115234375, + -0.00653839111328125, + -0.009674072265625, + -0.054443359375, + -0.0048370361328125, + -0.006008148193359375, + -0.035736083984375, + -0.0299835205078125, + -0.04656982421875, + 0.054443359375, + -0.0116424560546875, + -0.04571533203125, + 0.0272216796875, + -0.00489044189453125, + 0.0095672607421875, + 0.02850341796875, + 0.07318115234375, + -0.032745361328125, + -0.01499176025390625, + -0.007549285888671875, + 0.02020263671875, + -0.0056610107421875, + 0.00395965576171875, + 0.0092010498046875, + 0.0372314453125, + -0.007495880126953125, + -0.0301971435546875, + 0.06292724609375, + 0.032958984375, + -0.00428009033203125, + -0.06976318359375, + -0.01499176025390625, + -0.0259552001953125, + 0.04510498046875, + -0.0005617141723632812, + 0.050201416015625, + 0.0167999267578125, + -0.00489044189453125, + -0.07781982421875, + 0.038909912109375, + -0.03424072265625, + 0.0478515625, + 0.0174407958984375, + -0.01313018798828125, + -0.08935546875, + -0.0587158203125, + -0.0207366943359375, + 0.0163726806640625, + -0.038909912109375, + 0.0262603759765625, + 0.034454345703125, + -0.0012559890747070312, + 0.002391815185546875, + -0.02679443359375, + -0.0009241104125976562, + 0.0321044921875, + 0.017974853515625, + -0.021697998046875, + 0.04742431640625, + -0.043609619140625, + 0.023284912109375, + -0.038909912109375, + 0.0033359527587890625, + 0.0218048095703125, + 0.006114959716796875, + -0.03466796875, + -0.0220184326171875, + 0.026153564453125, + 0.067626953125, + -0.0003972053527832031, + 0.0026454925537109375, + -0.041046142578125, + 0.0289306640625, + -0.002712249755859375, + 0.005558013916015625, + 0.00728607177734375, + 0.01036834716796875, + -0.021270751953125, + -0.0178680419921875, + -0.059967041015625, + -0.07147216796875, + -0.005741119384765625, + -0.039337158203125, + -0.01233673095703125, + 0.0026187896728515625, + 0.01861572265625, + 0.02020263671875, + -0.03509521484375, + 0.0139312744140625, + 0.0094146728515625, + -0.01100921630859375, + -0.00232696533203125, + 0.0180816650390625, + -0.0264739990234375, + 0.027435302734375, + 0.012603759765625, + -0.0310516357421875, + 0.018829345703125, + -0.0165863037109375, + -0.008880615234375, + -0.0161590576171875, + -0.0156402587890625, + -0.03680419921875, + 0.03466796875, + -0.0552978515625, + -0.00797271728515625, + 0.0157318115234375, + 0.01531219482421875, + -0.014251708984375, + -0.0355224609375, + 0.0421142578125, + -0.00038051605224609375, + -0.07867431640625, + 0.00739288330078125, + -0.03997802734375, + -0.060394287109375, + -0.008026123046875, + 0.00563812255859375, + 0.033172607421875, + -0.0147857666015625, + 0.05828857421875, + 0.0469970703125, + 0.028717041015625, + 0.018829345703125, + -0.046783447265625, + 0.0178680419921875, + -0.0108489990234375, + 0.0259552001953125, + 0.028717041015625, + 0.01541900634765625, + -0.0032176971435546875, + -0.0044403076171875, + 0.006618499755859375, + -0.0701904296875, + -0.006195068359375, + -0.0174407958984375, + -0.06256103515625, + -0.01079559326171875, + 0.06256103515625, + 0.048919677734375, + 0.0139312744140625, + 0.031463623046875, + 0.03997802734375, + 0.0304107666015625, + -0.004970550537109375, + -0.039337158203125, + -0.0850830078125, + -0.028289794921875, + 0.0355224609375, + 0.0085601806640625, + -0.052734375, + 0.031463623046875, + 0.03997802734375, + 0.0037479400634765625, + -0.01861572265625, + -0.01244354248046875, + -0.0196685791015625, + 0.04296875, + 0.0213775634765625, + 0.031280517578125, + -0.050201416015625, + 0.01361083984375, + 0.02935791015625, + -0.01488494873046875, + 0.0073394775390625, + 0.0007443428039550781, + -0.014678955078125, + 0.0240325927734375, + -0.05657958984375, + -0.01122283935546875, + 0.01212310791015625, + 0.064208984375, + 0.031890869140625, + -0.02935791015625, + -0.01446533203125, + 0.04168701171875, + 0.0213775634765625, + -0.0238189697265625, + -0.026153564453125, + 0.009307861328125, + -0.0159454345703125, + 0.0167999267578125, + 0.042755126953125, + 0.01552581787109375, + 0.03338623046875, + 0.0014286041259765625, + -0.04998779296875, + 0.0380859375, + -0.013824462890625, + 0.022125244140625, + -0.003536224365234375, + -0.0587158203125, + -0.0306243896484375, + -0.05230712890625, + -0.00238037109375, + 0.02520751953125, + 0.03680419921875, + 0.01904296875, + -0.00531768798828125, + -0.0163726806640625, + 0.012603759765625, + 0.035308837890625, + 0.01861572265625, + 0.023284912109375, + 0.044677734375, + 0.03253173828125, + 0.023284912109375, + 0.0058746337890625, + 0.0056610107421875, + 0.0229644775390625, + -0.0306243896484375, + 0.0170135498046875, + -0.05657958984375, + 0.0007710456848144531, + 0.014251708984375, + -0.03167724609375, + 0.0227508544921875, + -0.03955078125, + -0.0189361572265625, + -0.02435302734375, + -0.0504150390625, + -0.0297698974609375, + 0.0570068359375, + -0.036376953125, + 0.007709503173828125, + 0.059539794921875, + 0.005451202392578125, + 0.001728057861328125, + -0.0301971435546875, + 0.07574462890625, + 0.0301971435546875, + 0.03826904296875, + -0.01153564453125, + 0.0016546249389648438, + 0.043182373046875, + -0.0016813278198242188, + 0.00925445556640625, + 0.0231781005859375, + -0.010101318359375, + 0.062103271484375, + 0.01323699951171875, + 0.004547119140625, + -0.02105712890625, + 0.02850341796875, + 0.00839996337890625, + -0.049346923828125, + 0.04296875, + 0.0022735595703125, + 0.0272216796875, + 0.0006346702575683594, + -0.0271148681640625, + -0.024993896484375, + -0.0248870849609375, + 0.0782470703125, + -0.0022602081298828125, + -0.0338134765625, + 0.034027099609375, + -0.017333984375, + 0.032318115234375, + 0.01153564453125, + 0.0452880859375, + -0.07867431640625, + 0.054443359375, + -0.0030975341796875, + -0.00478363037109375, + 0.0092010498046875, + 0.00042366981506347656, + -0.007709503173828125, + -0.004573822021484375, + -0.033599853515625, + 0.0650634765625, + 0.014678955078125, + -0.0338134765625, + -0.041046142578125, + -0.00909423828125, + -0.0060882568359375, + 0.0095672607421875, + 0.01345062255859375, + -0.03466796875, + -0.0338134765625, + 0.008453369140625, + 0.0034027099609375, + 0.087646484375, + -0.021270751953125, + 0.01904296875, + 0.00029754638671875, + -0.01499176025390625, + -0.002658843994140625, + -0.0206298828125 + ], + "metadata": { + "domains": [ + "malware-analysis" + ], + "phases": [ + "analysis" + ], + "tags": [ + "debugger", + "reverse-engineering" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Eric_Zimmerman_Tools", + "type": "tool", + "name": "Eric Zimmerman Tools", + "content": "eric zimmerman tools die tool-suite des windows-forensik-gurus eric zimmerman dekodiert windows-artefakte mit unübertroffener präzision. jedes tool ein spezialist: shellbags explorer zeigt ordner-zugriffe, pecmd parst prefetch für programm-ausführungen, amcacheparser findet programm- installationen, jumplistexplorer enthüllt recent documents. registry explorer mit bookmarks und plugins. mftecmd extrahiert ntfs-metadaten. timeline explorer visualisiert csv-output aller tools gemeinsam. kape orchestriert die tool-collection. besonders wertvoll: ständige updates für neue windows-versionen und cloud-artefakte wie onedrive. die kommandozeilen-tools ermöglichen batch-processing. kostenlos aber spenden erwünscht. die aktive community im discord teilt erfahrungen. dokumentation durch cheat-sheets und blog-posts. 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 incident-response static-investigations malware-analysis examination analysis", + "embedding": [ + -0.044464111328125, + 0.0189208984375, + 0.056549072265625, + -0.02008056640625, + 0.032958984375, + 0.02496337890625, + 0.00858306884765625, + 0.01413726806640625, + -0.0110626220703125, + 0.01111602783203125, + -0.039794921875, + 0.061614990234375, + 0.01087188720703125, + 0.0017061233520507812, + -0.05303955078125, + 0.053436279296875, + -0.00799560546875, + -0.00487518310546875, + 0.0142364501953125, + -0.005092620849609375, + -0.0401611328125, + -0.00858306884765625, + -0.043304443359375, + -0.00833892822265625, + 0.0013828277587890625, + 0.03216552734375, + -0.0120391845703125, + -0.062408447265625, + -0.0232086181640625, + 0.00823974609375, + 0.017547607421875, + -0.0171661376953125, + 0.0153045654296875, + 0.0181427001953125, + -0.00760650634765625, + -0.00965118408203125, + 0.0104827880859375, + -0.059661865234375, + -0.0276947021484375, + 0.06671142578125, + -0.022918701171875, + 0.02008056640625, + 0.019989013671875, + -0.00638580322265625, + -0.028076171875, + -0.03900146484375, + 0.00818634033203125, + -0.0005817413330078125, + 0.009552001953125, + -0.0192108154296875, + 0.033538818359375, + 0.004680633544921875, + 0.000013709068298339844, + -0.01413726806640625, + -0.0253448486328125, + 0.0109710693359375, + 0.004558563232421875, + -0.0085296630859375, + -0.04718017578125, + 0.0372314453125, + -0.04095458984375, + -0.0008349418640136719, + -0.009307861328125, + -0.0181427001953125, + 0.00030159950256347656, + 0.0153045654296875, + -0.003681182861328125, + -0.0157928466796875, + 0.0067291259765625, + 0.003875732421875, + -0.0019130706787109375, + -0.01482391357421875, + -0.0247650146484375, + 0.036285400390625, + -0.021453857421875, + -0.06744384765625, + 0.007068634033203125, + 0.02691650390625, + 0.0053863525390625, + 0.0036563873291015625, + -0.05499267578125, + -0.0061187744140625, + 0.05499267578125, + -0.026519775390625, + -0.00572967529296875, + 0.0302276611328125, + 0.0223236083984375, + 0.0211639404296875, + 0.006191253662109375, + -0.0112152099609375, + 0.01316070556640625, + -0.0016574859619140625, + 0.00287628173828125, + -0.0201873779296875, + 0.05108642578125, + 0.06707763671875, + -0.00760650634765625, + -0.0010728836059570312, + -0.020477294921875, + 0.04486083984375, + 0.02008056640625, + -0.035308837890625, + 0.0635986328125, + -0.00414276123046875, + 0.0286712646484375, + -0.02056884765625, + 0.027099609375, + -0.03179931640625, + -0.0263214111328125, + -0.0203704833984375, + -0.10064697265625, + -0.03900146484375, + -0.01033782958984375, + -0.06121826171875, + -0.00965118408203125, + 0.004337310791015625, + 0.016571044921875, + 0.033935546875, + -0.0391845703125, + -0.0401611328125, + 0.0171661376953125, + -0.0023040771484375, + 0.0006670951843261719, + -0.0018644332885742188, + -0.047393798828125, + -0.06475830078125, + -0.00572967529296875, + 0.036651611328125, + -0.0257415771484375, + -0.030426025390625, + -0.0292510986328125, + -0.0302276611328125, + -0.0184326171875, + -0.032379150390625, + -0.013946533203125, + -0.0095062255859375, + 0.038818359375, + 0.0137481689453125, + -0.0102386474609375, + -0.004852294921875, + 0.037628173828125, + -0.04583740234375, + -0.05419921875, + -0.0169677734375, + -0.0557861328125, + 0.00994873046875, + -0.007701873779296875, + 0.046417236328125, + -0.024566650390625, + 0.02154541015625, + -0.016571044921875, + 0.0182342529296875, + 0.048370361328125, + 0.00765228271484375, + 0.0237884521484375, + -0.055389404296875, + -0.0171661376953125, + -0.01491546630859375, + 0.0308074951171875, + 0.004169464111328125, + -0.0178375244140625, + 0.012481689453125, + -0.0179443359375, + 0.026123046875, + -0.0142364501953125, + -0.0411376953125, + -0.03997802734375, + 0.0267181396484375, + -0.0030460357666015625, + 0.0130615234375, + 0.02105712890625, + -0.01189422607421875, + 0.050689697265625, + 0.07177734375, + -0.0026569366455078125, + 0.0192108154296875, + -0.00414276123046875, + 0.0161895751953125, + 0.04583740234375, + 0.039794921875, + -0.01560211181640625, + -0.0079498291015625, + 0.0308074951171875, + -0.01433563232421875, + 0.0142364501953125, + 0.00499725341796875, + -0.01959228515625, + -0.01959228515625, + -0.026123046875, + 0.02349853515625, + -0.0372314453125, + -0.0518798828125, + -0.0007219314575195312, + 0.032745361328125, + 0.027496337890625, + 0.06591796875, + 0.00891876220703125, + -0.0015840530395507812, + 0.047393798828125, + -0.004413604736328125, + 0.007457733154296875, + 0.02252197265625, + -0.0233001708984375, + 0.06475830078125, + 0.01091766357421875, + 0.0152130126953125, + -0.0052642822265625, + 0.048370361328125, + 0.037841796875, + -0.036651611328125, + -0.02593994140625, + 0.06982421875, + -0.007411956787109375, + -0.0251617431640625, + -0.0247650146484375, + -0.0257415771484375, + 0.022125244140625, + -0.006824493408203125, + -0.01462554931640625, + -0.00858306884765625, + -0.0207672119140625, + -0.06475830078125, + 0.0003533363342285156, + 0.031005859375, + -0.032562255859375, + 0.035308837890625, + 0.017059326171875, + -0.033935546875, + -0.039581298828125, + 0.0036067962646484375, + 0.0272979736328125, + 0.00940704345703125, + -0.00336456298828125, + 0.027496337890625, + 0.002887725830078125, + -0.034332275390625, + 0.0643310546875, + 0.0272979736328125, + 0.0312042236328125, + -0.0122833251953125, + -0.021942138671875, + 0.03509521484375, + -0.026519775390625, + 0.029449462890625, + 0.0251617431640625, + -0.0153045654296875, + 0.006191253662109375, + 0.002620697021484375, + 0.038818359375, + 0.029052734375, + -0.034332275390625, + 0.00018286705017089844, + -0.06939697265625, + -0.00013637542724609375, + -0.053436279296875, + -0.0401611328125, + -0.024078369140625, + -0.04095458984375, + 0.0469970703125, + -0.04290771484375, + -0.0267181396484375, + -0.0025463104248046875, + 0.0079498291015625, + -0.00760650634765625, + 0.0411376953125, + 0.007411956787109375, + -0.0213470458984375, + 0.0085296630859375, + 0.06549072265625, + 0.001529693603515625, + -0.00887298583984375, + -0.0119476318359375, + 0.007801055908203125, + -0.010772705078125, + 0.0212554931640625, + -0.0157012939453125, + -0.00711822509765625, + 0.05615234375, + 0.0217437744140625, + 0.00818634033203125, + -0.0198974609375, + 0.026123046875, + -0.01335906982421875, + 0.01433563232421875, + -0.036285400390625, + -0.0147247314453125, + 0.0008349418640136719, + 0.016082763671875, + -0.01511383056640625, + -0.07373046875, + -0.02252197265625, + 0.046417236328125, + 0.01218414306640625, + 0.0024127960205078125, + 0.026123046875, + -0.0382080078125, + -0.010772705078125, + -0.00789642333984375, + -0.01267242431640625, + 0.0276947021484375, + 0.042694091796875, + -0.036651611328125, + 0.0127716064453125, + -0.0157012939453125, + 0.017547607421875, + -0.0237884521484375, + -0.07525634765625, + -0.017059326171875, + -0.0007314682006835938, + -0.0440673828125, + -0.0069732666015625, + 0.02789306640625, + -0.00858306884765625, + 0.01491546630859375, + -0.00994873046875, + -0.0024261474609375, + -0.043304443359375, + -0.04290771484375, + 0.0099945068359375, + -0.043487548828125, + -0.03216552734375, + -0.017547607421875, + 0.039581298828125, + 0.00015842914581298828, + 0.00833892822265625, + -0.03216552734375, + -0.01140594482421875, + -0.027496337890625, + 0.010772705078125, + -0.0085296630859375, + 0.0001150369644165039, + -0.023101806640625, + 0.0176544189453125, + 0.032958984375, + 0.021453857421875, + 0.006092071533203125, + 0.049530029296875, + 0.01364898681640625, + -0.040740966796875, + 0.01087188720703125, + -0.00499725341796875, + 0.00324249267578125, + 0.00662994384765625, + -0.0181427001953125, + -0.04290771484375, + -0.01335906982421875, + -0.0198974609375, + 0.02349853515625, + 0.0020236968994140625, + 0.0372314453125, + 0.043487548828125, + -0.052642822265625, + -0.002803802490234375, + 0.074462890625, + -0.006046295166015625, + 0.10064697265625, + -0.0163726806640625, + -0.0198974609375, + 0.0298309326171875, + 0.0104827880859375, + -0.00858306884765625, + -0.0145263671875, + 0.04583740234375, + -0.00818634033203125, + 0.0117034912109375, + 0.034332275390625, + -0.003437042236328125, + 0.01462554931640625, + -0.01540374755859375, + -0.00940704345703125, + 0.0174560546875, + -0.0212554931640625, + 0.0178375244140625, + 0.051483154296875, + 0.0167694091796875, + 0.00010204315185546875, + 0.038818359375, + -0.041717529296875, + -0.032379150390625, + -0.03411865234375, + -0.06866455078125, + -0.004364013671875, + 0.043670654296875, + 0.0253448486328125, + 0.05694580078125, + -0.03607177734375, + -0.08465576171875, + 0.0391845703125, + -0.039581298828125, + 0.08111572265625, + 0.038818359375, + 0.00244903564453125, + 0.031982421875, + -0.031585693359375, + -0.0006184577941894531, + 0.0080413818359375, + 0.01242828369140625, + 0.031402587890625, + 0.0253448486328125, + 0.046600341796875, + 0.0006308555603027344, + -0.023101806640625, + 0.015899658203125, + 0.0298309326171875, + 0.0308074951171875, + -0.00965118408203125, + 0.0276947021484375, + 0.0298309326171875, + 0.01091766357421875, + -0.00989532470703125, + 0.03179931640625, + 0.037628173828125, + -0.00251007080078125, + 0.01287078857421875, + -0.012481689453125, + -0.017059326171875, + -0.04913330078125, + 0.00035953521728515625, + 0.01462554931640625, + -0.004192352294921875, + 0.0286712646484375, + 0.0298309326171875, + -0.0662841796875, + 0.00921630859375, + 0.05499267578125, + -0.05889892578125, + 0.0184326171875, + 0.0372314453125, + -0.0372314453125, + 0.00487518310546875, + -0.0246734619140625, + -0.0489501953125, + 0.029449462890625, + -0.029052734375, + -0.05419921875, + 0.0046539306640625, + 0.00789642333984375, + -0.0421142578125, + -0.0246734619140625, + -0.031402587890625, + -0.0251617431640625, + -0.022430419921875, + -0.003265380859375, + 0.030426025390625, + -0.0013713836669921875, + -0.0022678375244140625, + 0.036865234375, + 0.0557861328125, + -0.01038360595703125, + -0.050689697265625, + 0.05224609375, + -0.003070831298828125, + -0.04620361328125, + 0.0253448486328125, + 0.0206756591796875, + 0.02593994140625, + -0.040557861328125, + -0.0233001708984375, + 0.0069732666015625, + 0.0057525634765625, + -0.026519775390625, + 0.0201873779296875, + -0.039794921875, + -0.03509521484375, + -0.042510986328125, + 0.06549072265625, + -0.003826141357421875, + 0.05108642578125, + 0.0067291259765625, + -0.038421630859375, + 0.033538818359375, + -0.05224609375, + -0.01038360595703125, + -0.023590087890625, + -0.005046844482421875, + -0.019989013671875, + 0.052642822265625, + -0.02789306640625, + -0.0372314453125, + -0.0015172958374023438, + 0.048736572265625, + -0.00638580322265625, + 0.023101806640625, + -0.033721923828125, + 0.0237884521484375, + 0.0206756591796875, + -0.0391845703125, + -0.0137481689453125, + -0.02203369140625, + -0.00106048583984375, + 0.04486083984375, + -0.042327880859375, + 0.0009813308715820312, + 0.01287078857421875, + -0.054595947265625, + -0.035675048828125, + -0.0202789306640625, + -0.0132598876953125, + -0.039398193359375, + 0.01540374755859375, + 0.0181427001953125, + 0.00585174560546875, + 0.0286712646484375, + 0.019989013671875, + -0.0022678375244140625, + 0.01067352294921875, + -0.010528564453125, + -0.00940704345703125, + 0.0213470458984375, + -0.07330322265625, + -0.035491943359375, + -0.0243682861328125, + 0.04193115234375, + -0.0227203369140625, + -0.0026073455810546875, + 0.00785064697265625, + -0.007801055908203125, + 0.034332275390625, + -0.034515380859375, + -0.00843048095703125, + -0.0189208984375, + -0.015899658203125, + -0.0263214111328125, + -0.043670654296875, + 0.0137481689453125, + 0.01442718505859375, + -0.0115509033203125, + 0.01413726806640625, + 0.043487548828125, + -0.029052734375, + 0.0179443359375, + 0.0107269287109375, + 0.01540374755859375, + -0.002986907958984375, + -0.002765655517578125, + -0.007801055908203125, + 0.02349853515625, + 0.04095458984375, + -0.01482391357421875, + -0.035675048828125, + -0.08465576171875, + 0.0167694091796875, + 0.0162811279296875, + 0.01442718505859375, + -0.00940704345703125, + -0.06005859375, + -0.05615234375, + -0.0023651123046875, + 0.0401611328125, + 0.009552001953125, + 0.006679534912109375, + -0.0193023681640625, + -0.01540374755859375, + 0.00994873046875, + -0.032379150390625, + 0.03216552734375, + -0.0022907257080078125, + 0.0162811279296875, + -0.005702972412109375, + -0.026123046875, + 0.030426025390625, + 0.01165008544921875, + 0.036468505859375, + 0.041351318359375, + 0.0090179443359375, + -0.00897216796875, + 0.039581298828125, + -0.0164794921875, + -0.003631591796875, + -0.0153045654296875, + -0.0159912109375, + 0.01413726806640625, + -0.016082763671875, + -0.00989532470703125, + 0.004825592041015625, + 0.0004875659942626953, + 0.03179931640625, + -0.0095062255859375, + 0.0097503662109375, + 0.00785064697265625, + -0.037841796875, + 0.06005859375, + -0.038818359375, + -0.003631591796875, + 0.021942138671875, + 0.0003275871276855469, + 0.036468505859375, + 0.05224609375, + 0.0113067626953125, + -0.00858306884765625, + 0.018524169921875, + 0.0401611328125, + -0.0107269287109375, + -0.038604736328125, + -0.043670654296875, + 0.029449462890625, + -0.0024261474609375, + 0.038421630859375, + 0.00848388671875, + 0.07061767578125, + 0.0002148151397705078, + 0.0031452178955078125, + 0.03179931640625, + 0.05499267578125, + 0.040557861328125, + -0.00020110607147216797, + -0.049713134765625, + -0.0267181396484375, + 0.01384735107421875, + -0.0228118896484375, + -0.038421630859375, + 0.009307861328125, + 0.061614990234375, + -0.080322265625, + -0.0237884521484375, + 0.0015354156494140625, + 0.01116180419921875, + -0.0181427001953125, + 0.01861572265625, + -0.032379150390625, + 0.029449462890625, + 0.016571044921875, + -0.046417236328125, + -0.003826141357421875, + -0.0135498046875, + 0.01413726806640625, + 0.040740966796875, + 0.0246734619140625, + -0.0213470458984375, + 0.0157928466796875, + -0.0189208984375, + 0.00872802734375, + 0.0018768310546875, + 0.035675048828125, + 0.0171661376953125, + 0.0236968994140625, + 0.049713134765625, + 0.05615234375, + -0.0193023681640625, + -0.0232086181640625, + 0.0208587646484375, + 0.049713134765625, + 0.059295654296875, + 0.05889892578125, + 0.0082855224609375, + 0.0145263671875, + 0.0177459716796875, + -0.047576904296875, + -0.00638580322265625, + 0.03607177734375, + 0.0018892288208007812, + -0.035675048828125, + -0.042327880859375, + 0.031402587890625, + -0.04388427734375, + 0.01165008544921875, + 0.023895263671875, + -0.0292510986328125, + -0.0120391845703125, + 0.0233001708984375, + -0.03179931640625, + -0.041534423828125, + 0.030426025390625, + -0.01136016845703125, + -0.0312042236328125, + -0.034515380859375, + -0.04193115234375, + 0.039794921875, + -0.01910400390625, + -0.057708740234375, + -0.0162811279296875, + 0.021942138671875, + 0.0007648468017578125, + -0.0192108154296875, + -0.02691650390625, + 0.0233001708984375, + -0.01433563232421875, + -0.04522705078125, + -0.035491943359375, + -0.043487548828125, + 0.0010786056518554688, + -0.006336212158203125, + 0.0115509033203125, + -0.0119476318359375, + -0.02398681640625, + -0.0117034912109375, + -0.0135498046875, + -0.0272979736328125, + 0.0302276611328125, + -0.05419921875, + 0.03900146484375, + 0.00560760498046875, + 0.037628173828125, + 0.022613525390625, + 0.0662841796875, + -0.01482391357421875, + -0.00018894672393798828, + -0.002315521240234375, + -0.053436279296875, + 0.0182342529296875, + 0.02154541015625, + 0.023895263671875, + -0.07135009765625, + -0.005046844482421875, + 0.053436279296875, + -0.0721435546875, + 0.005168914794921875, + 0.0079498291015625, + -0.040557861328125, + -0.04193115234375, + -0.00965118408203125, + -0.0005850791931152344, + 0.0169677734375, + 0.0877685546875, + 0.002826690673828125, + -0.01058197021484375, + -0.00891876220703125, + -0.0499267578125, + 0.059295654296875, + 0.009552001953125, + 0.0253448486328125, + -0.050689697265625, + 0.019012451171875, + 0.01413726806640625, + -0.0192108154296875, + 0.006679534912109375, + -0.07257080078125, + 0.0022907257080078125, + 0.026519775390625, + 0.00006324052810668945, + -0.01258087158203125, + -0.01267242431640625, + -0.043304443359375, + -0.00536346435546875, + -0.0168609619140625, + 0.004314422607421875, + 0.003948211669921875, + 0.01482391357421875, + -0.048736572265625, + -0.00823974609375, + -0.0102386474609375, + -0.034912109375, + -0.041534423828125, + -0.0302276611328125, + 0.0169677734375, + -0.0248565673828125, + -0.06085205078125, + 0.0253448486328125, + 0.01013946533203125, + -0.000621795654296875, + 0.0312042236328125, + 0.056549072265625, + -0.0312042236328125, + -0.00809478759765625, + -0.0017919540405273438, + 0.0272979736328125, + -0.01165008544921875, + 0.00536346435546875, + 0.0017309188842773438, + 0.0253448486328125, + 0.02447509765625, + -0.037841796875, + 0.05108642578125, + 0.0312042236328125, + -0.033721923828125, + -0.059661865234375, + -0.037841796875, + -0.020965576171875, + 0.021453857421875, + -0.035675048828125, + 0.0499267578125, + -0.0002682209014892578, + -0.0189208984375, + -0.0982666015625, + 0.055389404296875, + -0.0188140869140625, + 0.006290435791015625, + 0.0161895751953125, + -0.010772705078125, + -0.06903076171875, + -0.03704833984375, + -0.0213470458984375, + 0.023101806640625, + -0.03179931640625, + 0.030609130859375, + -0.0150146484375, + 0.0183258056640625, + -0.0059967041015625, + -0.004852294921875, + -0.0135498046875, + 0.033538818359375, + 0.030029296875, + -0.038421630859375, + 0.05224609375, + -0.01242828369140625, + 0.012237548828125, + -0.0201873779296875, + 0.00015163421630859375, + 0.009552001953125, + -0.00438690185546875, + -0.00960540771484375, + -0.00867462158203125, + 0.0196990966796875, + 0.03509521484375, + -0.022918701171875, + 0.0127716064453125, + -0.0192108154296875, + 0.02593994140625, + -0.0171661376953125, + -0.0008592605590820312, + 0.02691650390625, + -0.0011339187622070312, + -0.032379150390625, + -0.034515380859375, + -0.04290771484375, + -0.0819091796875, + 0.0253448486328125, + -0.053436279296875, + -0.01560211181640625, + 0.0013036727905273438, + -0.0018157958984375, + 0.017059326171875, + -0.047393798828125, + 0.040374755859375, + -0.0201873779296875, + -0.0207672119140625, + -0.0237884521484375, + 0.0308074951171875, + -0.0020599365234375, + 0.01258087158203125, + 0.01287078857421875, + -0.030609130859375, + 0.018524169921875, + -0.01560211181640625, + 0.00994873046875, + -0.00843048095703125, + -0.0114593505859375, + -0.03900146484375, + -0.00862884521484375, + -0.057708740234375, + -0.02203369140625, + 0.01287078857421875, + 0.03509521484375, + 0.003875732421875, + -0.03704833984375, + 0.0248565673828125, + -0.0161895751953125, + -0.0557861328125, + 0.047393798828125, + -0.0292510986328125, + -0.022918701171875, + -0.005435943603515625, + -0.00305938720703125, + 0.00324249267578125, + 0.01491546630859375, + 0.0469970703125, + 0.06939697265625, + 0.00601959228515625, + 0.0150146484375, + -0.0272979736328125, + -0.0052642822265625, + -0.0251617431640625, + 0.03179931640625, + 0.030609130859375, + 0.0120391845703125, + 0.00760650634765625, + 0.026519775390625, + -0.00823974609375, + -0.10528564453125, + -0.00096893310546875, + -0.0282745361328125, + -0.06707763671875, + 0.026123046875, + 0.07916259765625, + 0.034515380859375, + 0.003192901611328125, + 0.043487548828125, + 0.032562255859375, + 0.028472900390625, + 0.002498626708984375, + -0.0069732666015625, + -0.06201171875, + -0.030609130859375, + 0.0182342529296875, + -0.00687408447265625, + -0.057342529296875, + 0.055389404296875, + 0.04620361328125, + -0.00823974609375, + -0.0122833251953125, + -0.0161895751953125, + 0.000438690185546875, + 0.05303955078125, + 0.01091766357421875, + 0.027496337890625, + -0.07330322265625, + 0.0282745361328125, + 0.02789306640625, + -0.0183258056640625, + 0.0102386474609375, + -0.019500732421875, + -0.032379150390625, + 0.05615234375, + -0.044647216796875, + 0.0184326171875, + -0.00818634033203125, + 0.0662841796875, + 0.0147247314453125, + -0.035888671875, + -0.02593994140625, + 0.0518798828125, + 0.01910400390625, + -0.0174560546875, + 0.0127716064453125, + -0.0216522216796875, + -0.0024871826171875, + 0.032562255859375, + 0.06475830078125, + 0.023406982421875, + 0.0372314453125, + -0.0037059783935546875, + -0.05810546875, + 0.0142364501953125, + -0.0025844573974609375, + -0.00653076171875, + -0.0097503662109375, + -0.05224609375, + -0.028472900390625, + -0.057342529296875, + 0.042694091796875, + 0.00614166259765625, + 0.037628173828125, + 0.0286712646484375, + -0.0172576904296875, + 0.004119873046875, + 0.01433563232421875, + 0.029052734375, + 0.032958984375, + 0.031982421875, + 0.03607177734375, + -0.00789642333984375, + 0.0167694091796875, + 0.004364013671875, + -0.0242767333984375, + 0.0024738311767578125, + -0.02593994140625, + -0.030029296875, + -0.039398193359375, + 0.0019378662109375, + 0.02008056640625, + -0.00872802734375, + 0.01242828369140625, + -0.0440673828125, + 0.02008056640625, + 0.00838470458984375, + -0.05694580078125, + -0.0302276611328125, + 0.0382080078125, + -0.035308837890625, + 0.0302276611328125, + 0.0189208984375, + -0.00118255615234375, + 0.01287078857421875, + -0.07489013671875, + 0.07525634765625, + 0.046600341796875, + 0.037841796875, + -0.004241943359375, + 0.011993408203125, + 0.0247650146484375, + 0.0171661376953125, + 0.01384735107421875, + 0.012237548828125, + -0.0113067626953125, + 0.05108642578125, + 0.06121826171875, + 0.0037059783935546875, + -0.03411865234375, + 0.039398193359375, + -0.0035343170166015625, + -0.038604736328125, + 0.033538818359375, + 0.0228118896484375, + 0.02593994140625, + -0.0157012939453125, + -0.0082855224609375, + 0.00994873046875, + -0.057708740234375, + 0.05224609375, + 0.029052734375, + -0.02203369140625, + 0.03411865234375, + -0.06121826171875, + 0.038818359375, + 0.00916290283203125, + 0.04522705078125, + -0.06201171875, + 0.04486083984375, + -0.0132598876953125, + 0.0242767333984375, + -0.0034618377685546875, + 0.0079498291015625, + -0.00711822509765625, + 0.01189422607421875, + -0.00572967529296875, + 0.052642822265625, + 0.033355712890625, + -0.00799560546875, + -0.04522705078125, + 0.003437042236328125, + 0.0018281936645507812, + 0.0020599365234375, + 0.03179931640625, + -0.03704833984375, + -0.0276947021484375, + 0.003875732421875, + 0.0198974609375, + 0.056549072265625, + -0.0009870529174804688, + 0.023101806640625, + 0.02008056640625, + -0.035888671875, + -0.0028514862060546875, + -0.0058746337890625 + ], + "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" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, { "id": "tool_Impacket", "type": "tool", @@ -35890,1047 +39046,23152 @@ } }, { - "id": "tool_hashcat", + "id": "tool_RegRipper", "type": "tool", - "name": "hashcat", - "content": "hashcat höchstperformanter passwort‑recovery‑accelerator, der cpus, gpus, fpgas und sogar asics parallel nutzen kann. unterstützt über 300 hash‑formate (u.a. bcrypt, ntlm, kerberos, wpa‑pmkid) und besitzt flexible angriffsmodi (dictionary, mask, hybrid, rule‑based). dank opencl‑backend skaliert hashcat von laptop‑gpu bis zu verteilten clustern – unverzichtbar für credential‑audits und incident‑response. password-recovery gpu-acceleration cracking scenario:credential_theft incident-response fraud-investigation analysis", + "name": "RegRipper", + "content": "regripper harlan carveys registry-analyse-framework revolutioniert windows-forensik durch plugin-basierte automatisierung. über 300 plugins extrahieren spezifische artefakte aus registry-hives: usb-historie, installierte software, user-aktivitäten, malware-spuren. die perl-basierte architektur ermöglicht einfache plugin-entwicklung für neue artefakte. besonders wertvoll: timeline-plugins für zeitbasierte analyse, regripper-reports im strukturierten format, automatische korrelation zwischen hives. profile-system gruppiert plugins nach untersuchungstyp (malware, user- activity, network). die community teilt ständig neue plugins für aktuelle bedrohungen. integration mit anderen tools über csv-export. besonders stark bei apt-investigations: services-analyse, run-keys, scheduled-tasks. die plugin-dokumentation erklärt forensische relevanz jedes artefakts. version 3.0 modernisiert für aktuelle windows-versionen. der time-saver für registry-deep-dives - was manuell stunden dauert, erledigt regripper in minuten. command-line 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.00949859619140625, - -0.0177001953125, - 0.048858642578125, - 0.00295257568359375, - 0.0257415771484375, - 0.0090484619140625, - 0.0240325927734375, - -0.02874755859375, - -0.0177001953125, - 0.0008168220520019531, - -0.0090484619140625, - 0.05267333984375, - -0.010955810546875, - -0.01427459716796875, - -0.05267333984375, - 0.0088958740234375, - -0.00949859619140625, - 0.0011434555053710938, - -0.01427459716796875, - -0.00588226318359375, - -0.00658416748046875, - 0.01025390625, - -0.07879638671875, - -0.01849365234375, - -0.0012760162353515625, - -0.035400390625, - -0.0015897750854492188, - -0.041229248046875, - -0.01397705078125, - -0.0106048583984375, - -0.006633758544921875, - -0.043426513671875, - 0.0279541015625, - 0.018096923828125, - -0.00965118408203125, - 0.014678955078125, - 0.019195556640625, - -0.02593994140625, - -0.003719329833984375, - 0.06475830078125, - -0.0301666259765625, - 0.033782958984375, - 0.0023746490478515625, - 0.00260162353515625, - -0.03399658203125, - -0.032989501953125, - 0.0230255126953125, - -0.01216888427734375, - 0.0240325927734375, - -0.0182952880859375, - 0.01528167724609375, - 0.025238037109375, - 0.02734375, - -0.0124664306640625, - -0.0214080810546875, - 0.03619384765625, - 0.02252197265625, - -0.02423095703125, - -0.0189056396484375, - 0.05670166015625, - -0.033172607421875, - -0.02935791015625, - 0.01708984375, - -0.0265350341796875, - 0.0313720703125, - 0.0210113525390625, - -0.00724029541015625, - -0.04705810546875, - -0.01070404052734375, - 0.01100921630859375, - 0.0211181640625, - -0.01337432861328125, - -0.00545501708984375, - 0.01739501953125, - -0.0518798828125, - -0.0313720703125, - 0.042816162109375, - 0.0119171142578125, - 0.0008358955383300781, - -0.0015268325805664062, - -0.03338623046875, - 0.0291595458984375, - 0.03680419921875, - -0.02532958984375, - -0.0196990966796875, - 0.01025390625, - 0.031982421875, - 0.007793426513671875, - -0.031982421875, - 0.00595855712890625, - 0.010406494140625, - 0.00965118408203125, - 0.05950927734375, - -0.0159912109375, - 0.032989501953125, - 0.041229248046875, - -0.0144805908203125, - 0.017486572265625, - 0.041015625, - 0.0279541015625, - -0.0033168792724609375, - -0.0038967132568359375, - 0.05108642578125, - -0.0059051513671875, - 0.0224151611328125, - -0.0090484619140625, - 0.0110626220703125, - -0.05047607421875, - 0.01045989990234375, - -0.044036865234375, - -0.10052490234375, - -0.05950927734375, - -0.00444793701171875, - -0.0723876953125, - 0.00537872314453125, - -0.032562255859375, - -0.0182952880859375, - 0.01120758056640625, - -0.034576416015625, - -0.0200042724609375, - 0.0064849853515625, - 0.01015472412109375, - -0.0144805908203125, - 0.01397705078125, - -0.032562255859375, - -0.053070068359375, - 0.0311737060546875, - 0.0248260498046875, - -0.042236328125, - -0.0027523040771484375, - -0.04425048828125, - -0.034393310546875, - 0.0213165283203125, - -0.03277587890625, - -0.0233306884765625, - -0.01427459716796875, - 0.053497314453125, - -0.0164947509765625, - -0.0013828277587890625, - -0.005077362060546875, - 0.03155517578125, - -0.053497314453125, - -0.067138671875, - 0.002513885498046875, - -0.0313720703125, - -0.01377105712890625, - 0.009552001953125, - 0.053070068359375, - -0.002513885498046875, - 0.00015866756439208984, - -0.01708984375, - -0.0171966552734375, - 0.03216552734375, - -0.006988525390625, - 0.01035308837890625, - -0.04705810546875, - 0.0159912109375, - -0.058319091796875, - 0.01155853271484375, - -0.01337432861328125, - -0.0227203369140625, - 0.00424957275390625, - -0.0196075439453125, - 0.01427459716796875, - -0.0313720703125, - -0.044830322265625, - -0.0230255126953125, - 0.01256561279296875, - 0.0186004638671875, - 0.0171966552734375, - 0.0217132568359375, - -0.0237274169921875, - 0.039825439453125, - 0.02935791015625, - -0.015380859375, - 0.03680419921875, - 0.01000213623046875, - 0.0019102096557617188, - 0.016387939453125, - 0.032562255859375, - -0.0177001953125, - -0.0309600830078125, - 0.0404052734375, - 0.022216796875, - 0.0158843994140625, - 0.012969970703125, - -0.052276611328125, - 0.0206146240234375, - -0.039825439453125, - 0.0247344970703125, - -0.0194091796875, - -0.07720947265625, - 0.0034694671630859375, - 0.0177001953125, - 0.0248260498046875, - 0.035797119140625, - 0.032989501953125, - -0.036590576171875, - 0.029754638671875, - 0.005657196044921875, - 0.020111083984375, - 0.0250396728515625, - -0.00502777099609375, - 0.03680419921875, - 0.0241241455078125, - 0.0021610260009765625, - -0.002941131591796875, - 0.060333251953125, - 0.01377105712890625, - -0.0117645263671875, - -0.006259918212890625, - 0.028961181640625, - 0.008392333984375, - -0.042816162109375, - -0.02734375, - -0.045654296875, - 0.019500732421875, - 0.02734375, - 0.006435394287109375, - 0.0004398822784423828, - -0.02081298828125, - -0.0200042724609375, - 0.01337432861328125, - 0.04443359375, - 0.02392578125, - 0.0369873046875, - 0.025543212890625, - 0.0039215087890625, - -0.0189971923828125, - 0.0295562744140625, - -0.0009613037109375, - 0.0233306884765625, - -0.0126190185546875, - 0.0261383056640625, - -0.0217132568359375, - -0.0267486572265625, - 0.0478515625, - 0.049468994140625, - 0.01166534423828125, - 0.003795623779296875, - -0.062744140625, - 0.021514892578125, - -0.0599365234375, - 0.050079345703125, - 0.03277587890625, - 0.006084442138671875, - -0.01081085205078125, - 0.0035190582275390625, - 0.055908203125, - 0.049072265625, - -0.061920166015625, - 0.0038204193115234375, - -0.059112548828125, - 0.00899505615234375, - -0.07037353515625, - -0.035797119140625, - -0.020416259765625, - -0.0615234375, - 0.0506591796875, - -0.030364990234375, - -0.0285491943359375, - 0.01226806640625, - 0.006633758544921875, - -0.0216217041015625, - 0.040618896484375, - -0.01050567626953125, - -0.06353759765625, - 0.0151824951171875, - 0.04443359375, - -0.0017347335815429688, - -0.03216552734375, - -0.014984130859375, - 0.0240325927734375, - 0.0217132568359375, - 0.0347900390625, - 0.0042724609375, - 0.0050506591796875, - 0.0257415771484375, - 0.0111083984375, - 0.01508331298828125, - -0.011260986328125, - 0.006282806396484375, - -0.029754638671875, - 0.014373779296875, - -0.0309600830078125, - -0.0090484619140625, - -0.01558685302734375, - 0.0165863037109375, - -0.01457977294921875, - -0.053070068359375, - -0.0090484619140625, - 0.038818359375, - 0.001407623291015625, - 0.0228271484375, - -0.0241241455078125, - -0.040008544921875, - 0.00027179718017578125, - 0.0087432861328125, - -0.044036865234375, - 0.028350830078125, - 0.034393310546875, - -0.039215087890625, - -0.01508331298828125, - 0.00394439697265625, - -0.0194091796875, - -0.048675537109375, - -0.02362060546875, - -0.00829315185546875, - -0.0083465576171875, - -0.05950927734375, - -0.0347900390625, - -0.01055908203125, - -0.0257415771484375, - 0.018798828125, - -0.0230255126953125, - -0.0093536376953125, - -0.068359375, - -0.05047607421875, - 0.01377105712890625, - -0.02996826171875, - -0.0193023681640625, - -0.022125244140625, - 0.0574951171875, - -0.00260162353515625, - -0.022125244140625, - -0.017486572265625, - -0.01131439208984375, - -0.03338623046875, - 0.028961181640625, - -0.0247344970703125, - 0.00879669189453125, - -0.004070281982421875, - 0.05267333984375, - 0.01357269287109375, - 0.0279541015625, - 0.055084228515625, - 0.04644775390625, - 0.00759124755859375, - -0.0022373199462890625, - 0.01739501953125, - -0.006084442138671875, - 0.0301666259765625, - 0.035980224609375, - -0.0031299591064453125, - -0.0007381439208984375, - -0.023834228515625, - -0.035797119140625, - -0.01085662841796875, - 0.0291595458984375, - 0.031982421875, - 0.034576416015625, - -0.00615692138671875, - 0.0203094482421875, - 0.03680419921875, - -0.0071868896484375, - 0.10174560546875, - -0.0237274169921875, - -0.07843017578125, - 0.035980224609375, - 0.022216796875, - -0.040008544921875, - -0.004573822021484375, - 0.0233306884765625, - 0.018402099609375, - 0.006687164306640625, - 0.0305633544921875, - 0.00502777099609375, - 0.039825439453125, - 0.006008148193359375, - 0.00495147705078125, - -0.0021991729736328125, - -0.0271453857421875, - 0.0250396728515625, - 0.06072998046875, - 0.05126953125, - 0.019195556640625, - 0.048065185546875, - -0.0309600830078125, - -0.021514892578125, - -0.01849365234375, - -0.041412353515625, - -0.00545501708984375, - 0.0438232421875, - 0.0093994140625, - 0.0546875, - -0.05047607421875, - -0.07598876953125, - 0.036407470703125, - -0.0128173828125, - 0.06353759765625, - 0.0285491943359375, - 0.018402099609375, - 0.0023250579833984375, - -0.0172882080078125, - 0.022216796875, - 0.03759765625, - 0.00824737548828125, - 0.012115478515625, - 0.0213165283203125, - 0.0484619140625, - -0.01377105712890625, - -0.052276611328125, - 0.01678466796875, - 0.006534576416015625, - 0.03216552734375, - -0.01201629638671875, - 0.01226806640625, - -0.006633758544921875, - 0.005229949951171875, - -0.03155517578125, - 0.07196044921875, - 0.0295562744140625, - -0.0241241455078125, - 0.0305633544921875, - -0.00980377197265625, - -0.0177001953125, - -0.0450439453125, - 0.007389068603515625, - -0.006031036376953125, - 0.0003535747528076172, - 0.025543212890625, - 0.022125244140625, - -0.042022705078125, - -0.03277587890625, - 0.0084991455078125, - -0.055084228515625, - 0.0175933837890625, - 0.0193023681640625, - -0.033782958984375, - 0.026947021484375, - -0.0216217041015625, - -0.0599365234375, - 0.04986572265625, - -0.0126190185546875, - -0.031768798828125, - 0.002902984619140625, - 0.0347900390625, - -0.0254364013671875, - -0.0271453857421875, - -0.041412353515625, - -0.0271453857421875, - -0.00864410400390625, - -0.03076171875, - 0.048248291015625, - -0.01030731201171875, - -0.0279541015625, - 0.0200042724609375, - 0.05047607421875, - 0.0030536651611328125, - -0.01508331298828125, - 0.038818359375, - -0.0158843994140625, - -0.0301666259765625, - -0.00110626220703125, - 0.0151824951171875, - 0.012969970703125, - -0.0277557373046875, - -0.01226806640625, - -0.010406494140625, - 0.0203094482421875, - 0.007137298583984375, - -0.01708984375, - -0.0574951171875, - -0.028350830078125, - -0.04083251953125, - 0.05670166015625, - -0.0011501312255859375, - 0.046661376953125, - -0.0182037353515625, - -0.0347900390625, - 0.0093536376953125, - -0.043243408203125, - -0.0194091796875, - 0.0005621910095214844, - -0.0231170654296875, - -0.004726409912109375, - 0.08404541015625, - -0.037200927734375, - 0.005706787109375, - 0.004047393798828125, - 0.07843017578125, - -0.0025005340576171875, - -0.0200042724609375, - -0.061126708984375, - 0.03839111328125, - 0.01131439208984375, - -0.053070068359375, - 0.00814056396484375, - -0.004726409912109375, - 0.020111083984375, - 0.048675537109375, - -0.05047607421875, - -0.0216217041015625, - -0.04022216796875, - -0.04766845703125, - -0.01407623291015625, - -0.044647216796875, - -0.02020263671875, - -0.034576416015625, - 0.04443359375, - 0.0587158203125, - 0.013671875, - 0.005603790283203125, - 0.032562255859375, - 0.019500732421875, - 0.03277587890625, - -0.0035190582275390625, - -0.042633056640625, - 0.03741455078125, - -0.061920166015625, - -0.03216552734375, - -0.0234222412109375, - 0.03680419921875, - -0.0196990966796875, - 0.01000213623046875, - 0.00930023193359375, - -0.038604736328125, - 0.042022705078125, - -0.049072265625, - 0.0207061767578125, - -0.0177001953125, - -0.03680419921875, - -0.0233306884765625, - -0.0203094482421875, - 0.0007290840148925781, - 0.0271453857421875, - 0.0001036524772644043, - 0.0220184326171875, - 0.025238037109375, - -0.0404052734375, - 0.0228271484375, - 0.004497528076171875, - -0.00708770751953125, - -0.007038116455078125, - -0.00510406494140625, - 0.0095977783203125, - -0.01427459716796875, - 0.03558349609375, - -0.021514892578125, - -0.058319091796875, - -0.046661376953125, - 0.0267486572265625, - -0.0016841888427734375, - -0.039215087890625, - -0.01558685302734375, - -0.05267333984375, - -0.06475830078125, - -0.01236724853515625, - 0.036590576171875, - 0.0281524658203125, - 0.001049041748046875, - -0.006107330322265625, - -0.0050506591796875, - -0.0295562744140625, - -0.01568603515625, - 0.0175933837890625, - -0.0203094482421875, - 0.006008148193359375, - -0.006435394287109375, - -0.0117645263671875, - 0.04302978515625, - 0.0134735107421875, - 0.0106048583984375, - 0.02996826171875, - 0.0194091796875, - -0.0295562744140625, - 0.01477813720703125, - -0.016082763671875, - -0.021209716796875, - 0.00759124755859375, - -0.004222869873046875, - 0.012664794921875, - 0.00588226318359375, - 0.00452423095703125, - 0.01508331298828125, - 0.018096923828125, - 0.04241943359375, - -0.01849365234375, - -0.0189971923828125, - 0.037811279296875, - -0.018798828125, - 0.050872802734375, - 0.01206207275390625, - -0.04925537109375, - -0.0023250579833984375, - -0.0200042724609375, - 0.029754638671875, - 0.011810302734375, - -0.01477813720703125, - -0.0279541015625, - 0.019195556640625, - 0.07037353515625, + -0.042999267578125, + 0.0157318115234375, + 0.025177001953125, + -0.01617431640625, + 0.0124969482421875, + 0.0144195556640625, + 0.0170440673828125, + 0.00225067138671875, + -0.040740966796875, -0.00384521484375, - -0.022918701171875, - 0.012969970703125, - -0.010955810546875, - 0.01508331298828125, - 0.043243408203125, - -0.00844573974609375, - 0.07720947265625, - 0.00949859619140625, - -0.01427459716796875, - 0.0416259765625, - 0.062744140625, - 0.0248260498046875, - -0.026947021484375, - -0.031768798828125, - 0.0175933837890625, - -0.00724029541015625, - -0.03338623046875, - -0.028961181640625, - -0.0010557174682617188, - 0.05792236328125, - -0.08807373046875, - -0.00980377197265625, - 0.00995635986328125, - -0.0093536376953125, - 0.015380859375, - 0.0220184326171875, - -0.022918701171875, - 0.0203094482421875, - 0.01357269287109375, - -0.0028781890869140625, - -0.0220184326171875, - 0.0078887939453125, - 0.00444793701171875, - 0.05792236328125, - 0.045257568359375, - -0.048858642578125, - 0.035400390625, - 0.0005593299865722656, - 0.0243377685546875, - 0.013671875, - 0.0335693359375, - 0.0171966552734375, - 0.031768798828125, - 0.0309600830078125, - 0.06878662109375, - -0.0020236968994140625, - -0.00879669189453125, - 0.005279541015625, - -0.00595855712890625, - 0.04425048828125, - 0.053070068359375, - 0.0128173828125, - -0.00110626220703125, - 0.022216796875, -0.03741455078125, - -0.011260986328125, - 0.006206512451171875, - -0.040618896484375, - -0.055084228515625, - -0.03619384765625, - 0.0216217041015625, - -0.0313720703125, - 0.053497314453125, - 0.0247344970703125, - -0.03338623046875, - -0.01085662841796875, - 0.0271453857421875, - 0.0095977783203125, - -0.04302978515625, - 0.018798828125, - -0.034393310546875, - -0.02252197265625, - -0.01050567626953125, - -0.0114593505859375, - 0.037811279296875, - 0.01201629638671875, - -0.08526611328125, - -0.01201629638671875, - 0.052276611328125, - -0.0279541015625, - -0.03558349609375, - -0.004550933837890625, - -0.023834228515625, - -0.02935791015625, - -0.059112548828125, - -0.03839111328125, - -0.0209197998046875, - 0.007843017578125, - -0.0250396728515625, - 0.0025005340576171875, - -0.019500732421875, - -0.005428314208984375, - -0.0209197998046875, - -0.026336669921875, - -0.043243408203125, - 0.0301666259765625, - -0.0450439453125, - 0.0295562744140625, - 0.01306915283203125, - 0.019805908203125, - 0.040618896484375, - 0.06475830078125, - -0.01151275634765625, - -0.019500732421875, - -0.0024261474609375, - -0.0723876953125, - -0.00555419921875, - -0.01387786865234375, - 0.01100921630859375, - -0.0271453857421875, - 0.0012311935424804688, - 0.043426513671875, - -0.061126708984375, - -0.0020351409912109375, - -0.01251983642578125, - -0.0248260498046875, - -0.04925537109375, - 0.0017843246459960938, - 0.00844573974609375, - 0.02423095703125, - 0.07080078125, - 0.01050567626953125, - -0.0171966552734375, - -0.00595855712890625, - -0.01528167724609375, - 0.041839599609375, - 0.0271453857421875, - 0.0311737060546875, - -0.02874755859375, - 0.0275421142578125, - 0.021209716796875, - -0.01000213623046875, - 0.021209716796875, - -0.08123779296875, - -0.01739501953125, - 0.0179901123046875, - -0.0030040740966796875, - -0.0128173828125, - -0.02593994140625, - -0.049072265625, - -0.028961181640625, - -0.048675537109375, - 0.001300811767578125, - 0.004398345947265625, - 0.023834228515625, - -0.0347900390625, - -0.01558685302734375, - 0.002185821533203125, - -0.0347900390625, - -0.031982421875, - -0.0382080078125, - 0.0223236083984375, - -0.00965118408203125, - -0.030364990234375, - 0.02996826171875, - 0.002979278564453125, - 0.032379150390625, - 0.041412353515625, - 0.042022705078125, - -0.0243377685546875, - 0.014373779296875, - -0.01035308837890625, - 0.03900146484375, - 0.0224151611328125, - -0.0026760101318359375, - 0.002727508544921875, - 0.0024261474609375, - 0.00510406494140625, - -0.00444793701171875, - 0.050262451171875, - 0.03839111328125, - -0.041015625, - -0.052276611328125, - -0.02191162109375, - -0.01910400390625, - 0.0004930496215820312, - -0.031982421875, - 0.03741455078125, - 0.00623321533203125, - -0.01226806640625, - -0.07196044921875, - 0.047454833984375, - -0.031982421875, - 0.04644775390625, - 0.0369873046875, - -0.0281524658203125, - -0.05389404296875, - -0.05792236328125, - -0.0281524658203125, - 0.026336669921875, - -0.05108642578125, - 0.04022216796875, - 0.0277557373046875, - 0.0114593505859375, - 0.0248260498046875, - -0.017791748046875, - -0.0295562744140625, - 0.00945281982421875, - 0.0102081298828125, - -0.0161895751953125, - 0.054290771484375, - -0.0248260498046875, - 0.035400390625, - -0.021209716796875, - 0.0005373954772949219, - 0.018402099609375, - 0.008544921875, - -0.020416259765625, - 0.00142669677734375, - 0.017486572265625, - 0.0194091796875, - -0.041015625, - -0.00894927978515625, - -0.0305633544921875, - 0.0171966552734375, - -0.0231170654296875, - -0.02593994140625, - -0.0012063980102539062, - 0.0277557373046875, - 0.00970458984375, - -0.0301666259765625, - -0.04425048828125, - -0.06756591796875, - 0.0078887939453125, - -0.006938934326171875, - -0.007640838623046875, - -0.0110626220703125, - 0.0313720703125, - -0.003078460693359375, - -0.0182952880859375, - -0.0012254714965820312, - 0.0144805908203125, - -0.01206207275390625, - -0.035400390625, - 0.0217132568359375, - 0.01427459716796875, - 0.049468994140625, - 0.0216217041015625, - -0.025238037109375, - 0.0699462890625, - 0.00502777099609375, - -0.002437591552734375, - -0.0148773193359375, - -0.0213165283203125, - -0.017791748046875, - -0.004425048828125, - -0.061126708984375, - -0.0478515625, - 0.01171112060546875, - 0.00302886962890625, - 0.0078887939453125, - -0.0291595458984375, - 0.050079345703125, - -0.0203094482421875, - -0.060333251953125, - 0.009552001953125, - -0.003795623779296875, - -0.06634521484375, - 0.0347900390625, - -0.0223236083984375, - 0.046844482421875, - -0.006183624267578125, - 0.03839111328125, - -0.00949859619140625, - 0.07562255859375, - 0.049652099609375, - -0.02593994140625, - 0.0022869110107421875, - 0.001068115234375, - 0.0196075439453125, - 0.03497314453125, - 0.0382080078125, - 0.0168914794921875, - 0.001087188720703125, - 0.004070281982421875, - -0.07318115234375, - -0.0335693359375, - 0.00864410400390625, - -0.02362060546875, - -0.01141357421875, - 0.095703125, - 0.00970458984375, - 0.037200927734375, - 0.0313720703125, - 0.045654296875, - 0.039825439453125, - -0.01206207275390625, - 0.018096923828125, - -0.0723876953125, - -0.02996826171875, - 0.01910400390625, - 0.025238037109375, - -0.067138671875, - 0.022918701171875, - 0.047454833984375, - -0.015380859375, - -0.00894927978515625, - -0.0007352828979492188, - -0.0124664306640625, - 0.0285491943359375, - 0.016387939453125, - 0.022216796875, - -0.0472412109375, - 0.0189971923828125, - 0.01548004150390625, - -0.0162811279296875, - 0.003543853759765625, - 0.00743865966796875, - -0.03399658203125, - 0.041015625, - -0.04302978515625, - 0.008392333984375, - 0.0214080810546875, - 0.0751953125, - 0.00658416748046875, - -0.026336669921875, - 0.0031032562255859375, - 0.0182952880859375, - 0.02593994140625, - -0.019500732421875, - 0.0102081298828125, - 0.01116180419921875, - -0.0309600830078125, - 0.03338623046875, - 0.038818359375, - 0.0182037353515625, - 0.03399658203125, - 0.035797119140625, - -0.0277557373046875, - 0.03741455078125, - -0.018402099609375, - 0.0093536376953125, - -0.0026645660400390625, - -0.010406494140625, - -0.029754638671875, - -0.035400390625, - 0.023834228515625, - 0.039825439453125, - 0.00984954833984375, - 0.004550933837890625, - 0.0100555419921875, - -0.0161895751953125, - -0.0189056396484375, - 0.01085662841796875, - 0.0404052734375, - 0.004299163818359375, - -0.0021610260009765625, - 0.018707275390625, - 0.0039215087890625, - 0.01326751708984375, - -0.030364990234375, - 0.00945281982421875, - -0.02935791015625, - 0.01055908203125, - -0.04083251953125, - -0.0144805908203125, - -0.0092010498046875, - -0.031768798828125, - 0.0013828277587890625, - -0.0382080078125, - 0.02532958984375, - -0.0023250579833984375, - -0.0450439453125, - -0.03900146484375, - 0.05389404296875, - -0.043243408203125, - 0.008544921875, - 0.0179901123046875, - 0.007541656494140625, - -0.0107574462890625, - -0.08685302734375, - 0.062744140625, - 0.0311737060546875, - 0.0382080078125, - -0.01568603515625, - 0.013671875, - 0.0196990966796875, - -0.008544921875, - -0.0012311935424804688, - 0.01236724853515625, - -0.01528167724609375, - 0.07562255859375, - 0.035980224609375, - 0.0106048583984375, - -0.039398193359375, - 0.0254364013671875, - -0.005329132080078125, - -0.039215087890625, - 0.0341796875, - 0.0245361328125, - 0.023529052734375, - -0.0123138427734375, - -0.0241241455078125, - -0.02252197265625, - -0.0667724609375, 0.067138671875, - 0.0168914794921875, - 0.0014581680297851562, - 0.0186004638671875, - -0.0643310546875, - 0.05047607421875, - 0.0009112358093261719, - 0.042236328125, - -0.035980224609375, - 0.04083251953125, - -0.023834228515625, - 0.0016584396362304688, - -0.0281524658203125, - 0.01739501953125, - -0.0092010498046875, - 0.0237274169921875, + -0.00952911376953125, + 0.00887298583984375, + -0.0594482421875, + 0.048248291015625, + -0.01044464111328125, + 0.01232147216796875, + 0.00469970703125, + -0.005046844482421875, + -0.04754638671875, + -0.005596160888671875, + -0.056304931640625, + -0.004390716552734375, + -0.0118865966796875, + 0.02325439453125, + -0.018707275390625, + -0.069580078125, + -0.0096588134765625, + -0.0015516281127929688, + -0.00720977783203125, + -0.04351806640625, + 0.0024356842041015625, + 0.033905029296875, + -0.00760650634765625, + -0.00482940673828125, + 0.006076812744140625, + -0.04998779296875, + -0.01922607421875, + 0.0594482421875, + -0.009918212890625, + 0.00659942626953125, + 0.0166015625, + -0.00417327880859375, + -0.0223846435546875, + -0.00882720947265625, + 0.0201873779296875, + -0.006557464599609375, + 0.01180267333984375, + -0.04388427734375, + 0.02587890625, + 0.04107666015625, + -0.0008578300476074219, + -0.041595458984375, + -0.045440673828125, + 0.0291900634765625, + 0.0246429443359375, + -0.0081329345703125, + -0.0190582275390625, + 0.05767822265625, + -0.0570068359375, + 0.00799560546875, + 0.007080078125, + -0.018096923828125, + 0.0051116943359375, + 0.027099609375, + 0.00007033348083496094, + -0.029022216796875, + 0.01180267333984375, + 0.0189666748046875, + 0.01153564453125, + -0.00760650634765625, + -0.0286712646484375, + 0.038818359375, + -0.01529693603515625, + -0.053497314453125, + 0.00970458984375, + 0.0206298828125, + 0.0093536376953125, + -0.0102691650390625, + -0.05035400390625, + 0.0012674331665039062, + 0.0253448486328125, + -0.02044677734375, + -0.0005545616149902344, + 0.0311126708984375, + 0.0396728515625, + -0.001781463623046875, + 0.003299713134765625, + -0.0092620849609375, + 0.01433563232421875, + 0.002590179443359375, + -0.0027980804443359375, + -0.029022216796875, + 0.0234222412109375, + 0.053497314453125, + 0.0083465576171875, + -0.00518035888671875, + -0.02569580078125, + 0.035675048828125, + 0.005420684814453125, + -0.0138092041015625, + 0.07623291015625, + -0.0209808349609375, + 0.0335693359375, + -0.0372314453125, + 0.0281524658203125, + -0.0006175041198730469, + -0.01232147216796875, + -0.002338409423828125, + -0.081787109375, + -0.00594329833984375, + -0.01529693603515625, + -0.045806884765625, + -0.0157318115234375, + 0.0234222412109375, + -0.00826263427734375, + 0.0274505615234375, + -0.049285888671875, + -0.037933349609375, + 0.037933349609375, + 0.031829833984375, + -0.0053558349609375, + 0.015472412109375, + -0.030426025390625, + -0.04791259765625, + -0.0019445419311523438, + 0.045806884765625, + -0.04791259765625, + -0.039337158203125, + -0.034271240234375, + -0.00847625732421875, + -0.0125885009765625, + -0.0241241455078125, + -0.01044464111328125, + -0.005855560302734375, + 0.0248260498046875, + 0.01529693603515625, + -0.0227203369140625, + -0.00048613548278808594, + 0.0428466796875, -0.03338623046875, - 0.061920166015625, - 0.0151824951171875, - 0.0309600830078125, - -0.0484619140625, - -0.00658416748046875, - -0.01849365234375, - 0.0025634765625, - 0.037994384765625, - -0.0599365234375, + -0.04266357421875, + -0.003955841064453125, + -0.036712646484375, + -0.003692626953125, + -0.0262298583984375, + 0.0618896484375, + -0.02587890625, + 0.0147705078125, + -0.0236053466796875, + 0.049285888671875, + 0.07659912109375, + -0.00782012939453125, + 0.01468658447265625, + -0.06610107421875, + -0.0151214599609375, + -0.017913818359375, + 0.02587890625, + -0.0147705078125, + 0.00469970703125, + 0.01084136962890625, + 0.00782012939453125, + 0.0176544189453125, + 0.011016845703125, + -0.042999267578125, + -0.0169525146484375, + 0.019317626953125, + -0.003932952880859375, + 0.0077362060546875, + 0.028839111328125, + 0.0145111083984375, + 0.0538330078125, + 0.0716552734375, + -0.031982421875, + 0.039154052734375, + 0.006992340087890625, + 0.0025787353515625, + 0.045806884765625, + 0.04510498046875, + -0.01276397705078125, + -0.0246429443359375, + 0.0236053466796875, + -0.00799560546875, + -0.004589080810546875, + 0.0035839080810546875, + -0.04266357421875, + -0.00952911376953125, + -0.01416015625, + 0.02569580078125, + -0.027618408203125, + -0.050689697265625, + -0.018096923828125, + 0.026580810546875, + 0.0291900634765625, + 0.06329345703125, + 0.033203125, + -0.006862640380859375, + 0.05523681640625, + -0.038818359375, + -0.01617431640625, + 0.0281524658203125, + -0.0210723876953125, + 0.052459716796875, + 0.020538330078125, + -0.0024356842041015625, + 0.00943756103515625, + 0.03497314453125, + 0.01049041748046875, + -0.038299560546875, + -0.006206512451171875, + 0.0751953125, + 0.00042057037353515625, + -0.0311126708984375, + -0.03253173828125, + -0.032684326171875, + 0.004764556884765625, + 0.0008087158203125, + -0.012847900390625, + -0.0064239501953125, + -0.023773193359375, + -0.06329345703125, + 0.01468658447265625, + 0.0262298583984375, + -0.0184478759765625, + 0.01215362548828125, + 0.03460693359375, + -0.03338623046875, + -0.002590179443359375, + 0.0019121170043945312, + 0.04351806640625, + 0.04107666015625, + 0.0215911865234375, + -0.00978851318359375, + 0.00356292724609375, + -0.007343292236328125, + 0.038970947265625, + 0.0191497802734375, + 0.01074981689453125, + 0.01110076904296875, + -0.02325439453125, + 0.029541015625, + -0.018524169921875, + 0.0465087890625, + 0.028839111328125, + -0.0181884765625, + -0.0196685791015625, + -0.01153564453125, + 0.00948333740234375, + 0.030426025390625, + -0.06365966796875, + -0.0023822784423828125, + -0.0797119140625, + -0.023773193359375, + -0.0570068359375, + -0.03338623046875, + -0.02325439453125, + -0.0283203125, + 0.031280517578125, + -0.0165252685546875, + -0.031463623046875, + 0.01302337646484375, + 0.038970947265625, + -0.00799560546875, + 0.027099609375, + 0.004390716552734375, + -0.0223846435546875, + 0.00022268295288085938, + 0.069580078125, + -0.0291900634765625, + -0.0064697265625, + -0.0166015625, + -0.00421905517578125, + -0.04229736328125, + -0.0045013427734375, + -0.015472412109375, + -0.0139007568359375, + 0.03375244140625, + 0.031463623046875, + 0.00821685791015625, + -0.0311126708984375, + -0.00624847412109375, + 0.004787445068359375, + 0.021942138671875, + -0.0279693603515625, + -0.005680084228515625, + 0.007080078125, + 0.00786590576171875, + -0.0241241455078125, + -0.059783935546875, + -0.00452423095703125, + 0.042999267578125, + -0.014251708984375, + 0.005725860595703125, + 0.026397705078125, + -0.023773193359375, + -0.0010433197021484375, + -0.016082763671875, + -0.001010894775390625, + 0.01555633544921875, + 0.048248291015625, + -0.031463623046875, + -0.00791168212890625, + -0.0246429443359375, + 0.0197601318359375, + -0.0323486328125, + -0.07098388671875, + -0.0255279541015625, + -0.0194854736328125, + -0.04022216796875, + -0.0109710693359375, + -0.0036716461181640625, + -0.011016845703125, + 0.01468658447265625, + -0.011627197265625, + -0.002349853515625, + -0.019927978515625, + -0.038116455078125, + 0.003387451171875, + -0.025177001953125, + -0.045440673828125, + -0.0281524658203125, + 0.06292724609375, + -0.00217437744140625, + 0.0124969482421875, + -0.0236053466796875, + -0.009613037109375, + -0.029022216796875, + 0.026580810546875, + -0.0283203125, + 0.0281524658203125, + -0.015380859375, + 0.0274505615234375, + 0.04144287109375, + 0.035491943359375, + 0.02569580078125, + 0.0699462890625, + 0.0132904052734375, + -0.052459716796875, + -0.007297515869140625, + 0.009307861328125, + 0.00791168212890625, + 0.00518035888671875, + -0.019927978515625, + -0.0253448486328125, + -0.0138092041015625, + -0.00371551513671875, + 0.0163421630859375, + 0.03094482421875, + 0.03985595703125, + 0.017486572265625, + -0.03338623046875, + -0.0077362060546875, + 0.038970947265625, + -0.01092529296875, + 0.103515625, + -0.01039886474609375, + -0.0335693359375, + 0.017486572265625, + 0.04791259765625, + -0.016876220703125, + -0.03094482421875, + 0.03076171875, + -0.02142333984375, + 0.0064697265625, + 0.0305938720703125, + 0.00786590576171875, + 0.0165252685546875, + -0.0214996337890625, + -0.00275421142578125, + 0.0191497802734375, + -0.03497314453125, + 0.0064239501953125, + 0.06536865234375, + 0.021148681640625, + 0.0159149169921875, + 0.03704833984375, + -0.0323486328125, + -0.0230712890625, + -0.03582763671875, + -0.0594482421875, + -0.0152130126953125, + 0.052093505859375, + 0.011627197265625, + 0.07061767578125, + -0.0360107421875, + -0.0675048828125, + 0.046142578125, + -0.0517578125, + 0.08673095703125, + 0.043365478515625, + 0.0209808349609375, + 0.0043487548828125, + -0.01171112060546875, + -0.006862640380859375, + 0.0163421630859375, + -0.001453399658203125, + -0.012939453125, + 0.0408935546875, + 0.034088134765625, + -0.0030803680419921875, + -0.0227203369140625, + 0.02142333984375, + 0.039520263671875, + 0.04791259765625, + -0.0034961700439453125, + 0.0274505615234375, + 0.01800537109375, + 0.042999267578125, + 0.0058135986328125, + 0.043701171875, + 0.04351806640625, + 0.01416015625, + 0.0195770263671875, + -0.01433563232421875, + 0.00830078125, + -0.036376953125, + 0.0159149169921875, + -0.0035400390625, + 0.00978851318359375, + 0.01433563232421875, + 0.0281524658203125, + -0.05316162109375, + -0.0197601318359375, + 0.029541015625, + -0.05035400390625, + 0.009002685546875, + 0.034088134765625, + -0.0005846023559570312, + -0.0005788803100585938, + -0.028839111328125, + -0.0675048828125, + 0.0384521484375, + -0.02972412109375, + -0.03582763671875, + 0.0170440673828125, + 0.00659942626953125, + -0.034088134765625, + -0.005550384521484375, + -0.035675048828125, + -0.02691650390625, + -0.01459503173828125, + -0.0183563232421875, + 0.024993896484375, + -0.0058135986328125, + -0.00371551513671875, + 0.05316162109375, + 0.049652099609375, + -0.01084136962890625, + -0.0283203125, + 0.04510498046875, + 0.0035190582275390625, + -0.05767822265625, + 0.024993896484375, + 0.027099609375, + 0.01206207275390625, + -0.0215911865234375, + -0.017303466796875, + 0.0234222412109375, + 0.00738525390625, + 0.0132904052734375, + 0.026580810546875, + -0.045806884765625, + -0.0384521484375, + -0.04229736328125, + 0.05767822265625, + 0.00305938720703125, + 0.0253448486328125, + -0.007472991943359375, + -0.04351806640625, + 0.0281524658203125, + -0.06854248046875, + -0.02001953125, + 0.005245208740234375, + -0.0014200210571289062, + -0.0005707740783691406, + 0.0347900390625, + -0.0132904052734375, + -0.036376953125, + 0.0018796920776367188, + 0.060150146484375, + -0.00695037841796875, + 0.0131988525390625, + -0.033203125, + 0.03460693359375, + 0.0221099853515625, + -0.01084136962890625, + -0.0203704833984375, + -0.02691650390625, + -0.0230712890625, + 0.02142333984375, + -0.053497314453125, + 0.004261016845703125, + -0.016265869140625, + -0.05767822265625, + -0.040374755859375, + -0.022552490234375, + -0.0081329345703125, + -0.048614501953125, + 0.0050048828125, + 0.0023937225341796875, + 0.0175628662109375, + 0.042144775390625, + -0.00046706199645996094, + -0.0009179115295410156, + 0.02325439453125, + 0.0209808349609375, -0.016693115234375, - -0.017791748046875, - 0.035186767578125, - 0.06915283203125, - 0.015777587890625, - 0.0587158203125, - -0.0059051513671875, - -0.013671875, - -0.01739501953125, - 0.01287078857421875 + 0.0335693359375, + -0.056304931640625, + -0.002490997314453125, + -0.023956298828125, + 0.0172271728515625, + -0.04510498046875, + 0.01136016845703125, + 0.0262298583984375, + -0.0281524658203125, + 0.040740966796875, + -0.059783935546875, + 0.006160736083984375, + -0.034088134765625, + 0.0027103424072265625, + -0.03375244140625, + -0.02972412109375, + 0.0064239501953125, + 0.0221099853515625, + 0.0009508132934570312, + 0.008087158203125, + 0.0234222412109375, + -0.05523681640625, + 0.02587890625, + 0.021240234375, + 0.0041961669921875, + -0.0119781494140625, + 0.0109710693359375, + 0.0135498046875, + 0.0272674560546875, + 0.046844482421875, + -0.01617431640625, + -0.0182647705078125, + -0.06085205078125, + 0.0132904052734375, + 0.0194854736328125, + -0.0241241455078125, + -0.002655029296875, + -0.0311126708984375, + -0.06292724609375, + -0.0102691650390625, + 0.034454345703125, + 0.0248260498046875, + -0.0067291259765625, + -0.00856781005859375, + 0.00386810302734375, + -0.0080413818359375, + -0.0311126708984375, + 0.0181884765625, + -0.022552490234375, + 0.02325439453125, + 0.01433563232421875, + -0.035491943359375, + 0.036529541015625, + 0.040740966796875, + 0.02691650390625, + 0.022552490234375, + 0.00948333740234375, + -0.032684326171875, + 0.01241302490234375, + 0.013458251953125, + -0.0176544189453125, + -0.014862060546875, + 0.0012178421020507812, + -0.0074310302734375, + -0.0281524658203125, + -0.01180267333984375, + 0.01739501953125, + 0.016265869140625, + 0.0384521484375, + -0.0166015625, + -0.005725860595703125, + 0.02001953125, + -0.0262298583984375, + 0.046142578125, + -0.03076171875, + -0.022552490234375, + 0.01074981689453125, + 0.01311492919921875, + 0.07305908203125, + 0.041259765625, + -0.00821685791015625, + -0.0248260498046875, + 0.02691650390625, + 0.05804443359375, + -0.020721435546875, + -0.00891876220703125, + -0.03253173828125, + -0.001682281494140625, + -0.003932952880859375, + 0.049652099609375, + -0.01044464111328125, + 0.07867431640625, + -0.00563812255859375, + 0.012237548828125, + 0.01433563232421875, + 0.0538330078125, + 0.03375244140625, + -0.007167816162109375, + -0.0692138671875, + -0.0119781494140625, + -0.0040435791015625, + -0.02850341796875, + -0.04144287109375, + 0.01206207275390625, + 0.058380126953125, + -0.0849609375, + -0.0428466796875, + 0.00830078125, + 0.01800537109375, + 0.00760650634765625, + 0.018707275390625, + -0.0236053466796875, + 0.040374755859375, + 0.01529693603515625, + -0.06048583984375, + 0.0038890838623046875, + -0.000009953975677490234, + 0.0248260498046875, + 0.0513916015625, + 0.0248260498046875, + -0.0135498046875, + 0.0360107421875, + 0.0023708343505859375, + 0.026580810546875, + -0.0014638900756835938, + 0.06085205078125, + 0.0176544189453125, + 0.0151214599609375, + 0.05035400390625, + 0.031280517578125, + -0.0093536376953125, + -0.0241241455078125, + 0.031646728515625, + 0.03338623046875, + 0.05908203125, + 0.0513916015625, + 0.01084136962890625, + 0.002742767333984375, + 0.0223846435546875, + -0.0400390625, + 0.0045013427734375, + -0.01433563232421875, + -0.007343292236328125, + -0.03497314453125, + -0.0286712646484375, + 0.041961669921875, + -0.0279693603515625, + 0.043701171875, + 0.00629425048828125, + -0.02850341796875, + -0.008697509765625, + 0.025177001953125, + -0.02569580078125, + -0.01119232177734375, + 0.0086517333984375, + -0.03497314453125, + -0.040557861328125, + -0.0311126708984375, + -0.038970947265625, + 0.05523681640625, + -0.026580810546875, + -0.06890869140625, + -0.04791259765625, + 0.041595458984375, + -0.0093994140625, + -0.05560302734375, + -0.0183563232421875, + -0.0034313201904296875, + -0.0253448486328125, + -0.04022216796875, + -0.0360107421875, + -0.058746337890625, + 0.038818359375, + -0.03338623046875, + -0.021240234375, + -0.00826263427734375, + -0.0230712890625, + -0.0184478759765625, + -0.01136016845703125, + -0.022552490234375, + 0.038299560546875, + -0.0300750732421875, + 0.023956298828125, + 0.00830078125, + 0.03759765625, + 0.010711669921875, + 0.06854248046875, + -0.0076904296875, + -0.0182647705078125, + -0.024993896484375, + -0.06396484375, + -0.0067291259765625, + 0.01416015625, + -0.0014314651489257812, + -0.0740966796875, + 0.01267242431640625, + 0.041778564453125, + -0.05523681640625, + 0.0222015380859375, + 0.002994537353515625, + -0.02203369140625, + -0.031463623046875, + 0.0019550323486328125, + -0.00533294677734375, + 0.006511688232421875, + 0.097900390625, + 0.007038116455078125, + -0.0176544189453125, + -0.0135498046875, + -0.05523681640625, + 0.052093505859375, + 0.00795745849609375, + 0.0291900634765625, + -0.029541015625, + 0.03216552734375, + 0.0241241455078125, + -0.00852203369140625, + 0.0031032562255859375, + -0.05523681640625, + -0.00756072998046875, + 0.031280517578125, + 0.0165252685546875, + 0.00952911376953125, + -0.018096923828125, + -0.041259765625, + -0.0112762451171875, + -0.025177001953125, + -0.002010345458984375, + -0.02203369140625, + 0.031280517578125, + -0.048614501953125, + -0.018524169921875, + -0.006557464599609375, + -0.044219970703125, + -0.04229736328125, + -0.043701171875, + 0.0159912109375, + 0.0031681060791015625, + -0.07659912109375, + 0.029022216796875, + 0.016082763671875, + 0.009613037109375, + 0.029022216796875, + 0.046844482421875, + -0.0615234375, + 0.00978851318359375, + 0.00002664327621459961, + 0.041778564453125, + -0.003604888916015625, + -0.0223846435546875, + 0.0014200210571289062, + 0.020538330078125, + 0.0202789306640625, + -0.054534912109375, + 0.0692138671875, + 0.04107666015625, + -0.01555633544921875, + -0.0538330078125, + -0.051055908203125, + -0.025177001953125, + 0.034271240234375, + -0.0360107421875, + 0.0260467529296875, + 0.004611968994140625, + -0.0283203125, + -0.09161376953125, + 0.05419921875, + -0.00690460205078125, + 0.040374755859375, + 0.026397705078125, + -0.0215911865234375, + -0.060150146484375, + -0.061187744140625, + -0.0182647705078125, + -0.0124969482421875, + -0.010223388671875, + 0.03375244140625, + 0.0181884765625, + 0.0006008148193359375, + -0.01039886474609375, + -0.009002685546875, + 0.0214996337890625, + 0.042144775390625, + 0.03338623046875, + -0.041961669921875, + 0.055938720703125, + -0.0087432861328125, + -0.033905029296875, + -0.0208892822265625, + 0.00970458984375, + 0.003978729248046875, + 0.0011796951293945312, + -0.02447509765625, + -0.01009368896484375, + 0.0125885009765625, + 0.026397705078125, + -0.01018524169921875, + 0.0234222412109375, + -0.039337158203125, + 0.0102691650390625, + 0.004390716552734375, + -0.030426025390625, + 0.0214996337890625, + 0.0031032562255859375, + -0.010009765625, + -0.022552490234375, + -0.06329345703125, + -0.079345703125, + 0.00922393798828125, + -0.046844482421875, + 0.005046844482421875, + 0.0017919540405273438, + 0.0178375244140625, + 0.0183563232421875, + -0.0221099853515625, + 0.03216552734375, + -0.003452301025390625, + -0.0513916015625, + -0.0215911865234375, + 0.0372314453125, + -0.01503753662109375, + 0.0118865966796875, + 0.029541015625, + -0.024993896484375, + -0.003299713134765625, + -0.032867431640625, + -0.0132904052734375, + -0.0262298583984375, + -0.004547119140625, + -0.04351806640625, + 0.00594329833984375, + -0.05419921875, + -0.027099609375, + 0.0311126708984375, + 0.0223846435546875, + 0.0103607177734375, + -0.0274505615234375, + 0.038818359375, + -0.0305938720703125, + -0.05279541015625, + 0.01529693603515625, + -0.0106658935546875, + -0.0274505615234375, + 0.0139007568359375, + -0.01398468017578125, + 0.0027637481689453125, + 0.0135498046875, + 0.0489501953125, + 0.0323486328125, + 0.033905029296875, + 0.022552490234375, + 0.003452301025390625, + 0.0001761913299560547, + -0.0093994140625, + 0.0260467529296875, + 0.031463623046875, + 0.0145111083984375, + 0.006816864013671875, + 0.002162933349609375, + -0.01145172119140625, + -0.074462890625, + -0.003124237060546875, + -0.0125885009765625, + -0.08636474609375, + 0.0019550323486328125, + 0.1007080078125, + 0.043701171875, + 0.00821685791015625, + 0.0305938720703125, + 0.045440673828125, + 0.036712646484375, + -0.0053558349609375, + -0.01468658447265625, + -0.06854248046875, + -0.018096923828125, + 0.0125885009765625, + 0.01503753662109375, + -0.06610107421875, + 0.06048583984375, + 0.057342529296875, + -0.0022068023681640625, + -0.0178375244140625, + 0.01363372802734375, + -0.01311492919921875, + 0.06396484375, + -0.00356292724609375, + 0.005462646484375, + -0.056304931640625, + 0.0045013427734375, + 0.03985595703125, + -0.001087188720703125, + -0.0164337158203125, + -0.01363372802734375, + -0.01241302490234375, + 0.044586181640625, + -0.031982421875, + 0.0139007568359375, + -0.006031036376953125, + 0.049652099609375, + -0.00384521484375, + -0.06536865234375, + 0.004589080810546875, + 0.02447509765625, + -0.006992340087890625, + -0.0024261474609375, + 0.030242919921875, + 0.0234222412109375, + -0.00629425048828125, + 0.031982421875, + 0.0347900390625, + 0.0034961700439453125, + 0.0260467529296875, + 0.0166015625, + -0.054901123046875, + 0.0236053466796875, + -0.01372528076171875, + -0.0058135986328125, + -0.010223388671875, + -0.03216552734375, + -0.0170440673828125, + -0.056304931640625, + 0.041961669921875, + 0.009002685546875, + 0.0465087890625, + 0.0183563232421875, + -0.002315521240234375, + -0.00321197509765625, + 0.003124237060546875, + 0.026580810546875, + 0.0262298583984375, + 0.022552490234375, + 0.021240234375, + -0.00177001953125, + 0.0305938720703125, + 0.0159912109375, + -0.0286712646484375, + -0.00447845458984375, + -0.01678466796875, + -0.02587890625, + -0.031982421875, + -0.0214996337890625, + 0.0071258544921875, + -0.023773193359375, + 0.01114654541015625, + -0.044586181640625, + 0.00957489013671875, + 0.007080078125, + -0.058380126953125, + 0.0010709762573242188, + 0.03582763671875, + -0.0513916015625, + 0.012847900390625, + 0.0195770263671875, + -0.00498199462890625, + 0.005046844482421875, + -0.0643310546875, + 0.0751953125, + 0.02691650390625, + 0.018798828125, + 0.0144195556640625, + 0.0267486572265625, + 0.03076171875, + 0.01800537109375, + 0.00690460205078125, + 0.01363372802734375, + -0.012237548828125, + 0.035308837890625, + 0.04266357421875, + 0.0272674560546875, + -0.051055908203125, + 0.0384521484375, + 0.01494598388671875, + -0.04791259765625, + 0.0194854736328125, + 0.01311492919921875, + 0.036376953125, + -0.00725555419921875, + -0.018524169921875, + 0.01407623291015625, + -0.038970947265625, + 0.07098388671875, + 0.030426025390625, + -0.01861572265625, + 0.0300750732421875, + -0.021148681640625, + 0.06048583984375, + -0.0035190582275390625, + 0.051055908203125, + -0.064697265625, + 0.038116455078125, + -0.0118865966796875, + 0.0184478759765625, + -0.0006418228149414062, + -0.00016868114471435547, + -0.0241241455078125, + 0.0272674560546875, + 0.00240325927734375, + 0.04998779296875, + 0.0283203125, + -0.0159912109375, + -0.040557861328125, + -0.0428466796875, + -0.00598907470703125, + 0.007038116455078125, + 0.034271240234375, + -0.045806884765625, + -0.01153564453125, + 0.0015735626220703125, + 0.002162933349609375, + 0.0347900390625, + 0.018798828125, + 0.0260467529296875, + 0.025177001953125, + -0.00978851318359375, + 0.0022735595703125, + -0.0067291259765625 ], "metadata": { "domains": [ "incident-response", + "static-investigations", + "malware-analysis" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_Oxygen_Forensic_Suite", + "type": "tool", + "name": "Oxygen Forensic Suite", + "content": "oxygen forensic suite die umfassende mobile-forensik-suite positioniert sich als alternative zu westlichen lösungen mit fokus auf android-geräte und cloud-services. besonders stark: deep-extraction chinesischer smartphones (xiaomi, huawei, oneplus), telegram-forensics inklusive secret-chats, signal-database- decryption bei root-access. die cloud-explorer-module greifen auf 50+ services zu: google-takeout, icloud-backups, microsoft-accounts ohne premium-pricing. physical-analyzer visualisiert timeline und geo-locations. die sqlite-viewer parst app-databases direkt. besonders innovativ: ufed-image-import ermöglicht cross-platform-analysis, live-memory-dumps von android-geräten, malware-detection in apks. der preis (ab 8.000€) unterbietet marktführer deutlich. technisch solide lösung mit umfangreichem cloud-support und regelmäßigen updates für neue smartphone-modelle und apps. mobile cloud decryption mobile-forensics examination analysis", + "embedding": [ + -0.0152435302734375, + 0.0302886962890625, + 0.0279083251953125, + -0.007472991943359375, + 0.03009033203125, + 0.056610107421875, + 0.03582763671875, + -0.0009341239929199219, + -0.0003712177276611328, + -0.026519775390625, + -0.0310821533203125, + 0.06292724609375, + 0.0165252685546875, + 0.0030193328857421875, + -0.0732421875, + 0.034454345703125, + -0.004058837890625, + 0.00846099853515625, + 0.03582763671875, + -0.01088714599609375, + -0.006877899169921875, + -0.0193939208984375, + -0.04791259765625, + -0.0025482177734375, + -0.0127716064453125, + 0.00010591745376586914, + -0.0165252685546875, + -0.057403564453125, + -0.037811279296875, + -0.00447845458984375, + 0.0111846923828125, + -0.023651123046875, + -0.0028209686279296875, + 0.0193939208984375, + 0.0064849853515625, + -0.01306915283203125, + -0.00507354736328125, + -0.035247802734375, + -0.032470703125, + 0.032470703125, + -0.014251708984375, + -0.0032672882080078125, + 0.0287017822265625, + 0.0023021697998046875, + -0.03485107421875, + -0.032470703125, + -0.021881103515625, + -0.040771484375, + 0.021087646484375, + -0.01029205322265625, + 0.011627197265625, + 0.024444580078125, + -0.01861572265625, + 0.00290679931640625, + -0.031463623046875, + 0.036041259765625, + 0.0180206298828125, + -0.0245513916015625, + -0.054229736328125, + 0.0423583984375, + -0.04791259765625, + -0.01751708984375, + -0.01132965087890625, + 0.00428009033203125, + 0.00304412841796875, + 0.01415252685546875, + -0.014251708984375, + -0.016632080078125, + -0.01355743408203125, + 0.00826263427734375, + 0.003662109375, + 0.006435394287109375, + -0.0267181396484375, + 0.027313232421875, + -0.037994384765625, + -0.041961669921875, + 0.0290985107421875, + 0.0169219970703125, + -0.004428863525390625, + -0.01088714599609375, + -0.055023193359375, + 0.01227569580078125, + 0.039794921875, + -0.0201873779296875, + -0.01385498046875, + -0.01554107666015625, + 0.0277099609375, + 0.010589599609375, + 0.01335906982421875, + 0.009307861328125, + -0.000006198883056640625, + -0.03009033203125, + 0.0221710205078125, + -0.0164337158203125, + 0.019989013671875, + 0.0732421875, + -0.02276611328125, + -0.012420654296875, + -0.005641937255859375, + 0.03009033203125, + 0.006435394287109375, + -0.029693603515625, + 0.0318603515625, + -0.0035877227783203125, + 0.0176239013671875, + -0.0263214111328125, + 0.007373809814453125, + -0.0306854248046875, + -0.036834716796875, + -0.023651123046875, + -0.08984375, + -0.041961669921875, + -0.0038604736328125, + -0.06494140625, + -0.0177154541015625, + -0.005664825439453125, + -0.007472991943359375, + 0.03564453125, + -0.052276611328125, + -0.0413818359375, + 0.0169219970703125, + 0.0261383056640625, + 0.00218963623046875, + 0.018218994140625, + -0.0257415771484375, + -0.060577392578125, + 0.005023956298828125, + 0.023162841796875, + -0.0257415771484375, + -0.035430908203125, + -0.0372314453125, + -0.0423583984375, + 0.00435638427734375, + -0.0298919677734375, + -0.0002675056457519531, + -0.02691650390625, + 0.052276611328125, + -0.0095977783203125, + -0.007373809814453125, + 0.00965118408203125, + 0.0290985107421875, + -0.0136566162109375, + -0.06256103515625, + -0.0020160675048828125, + -0.04888916015625, + 0.004306793212890625, + -0.0287017822265625, + 0.0570068359375, + -0.056610107421875, + -0.0095977783203125, + -0.0198974609375, + 0.006679534912109375, + 0.0168304443359375, + 0.004306793212890625, + -0.00042057037353515625, + -0.04217529296875, + 0.005741119384765625, + -0.04376220703125, + 0.0221710205078125, + -0.004329681396484375, + -0.034637451171875, + 0.0140533447265625, + 0.0034389495849609375, + 0.0279083251953125, + -0.02276611328125, + -0.03009033203125, + -0.01009368896484375, + 0.01959228515625, + -0.007770538330078125, + -0.005962371826171875, + 0.0257415771484375, + 0.004180908203125, + 0.084716796875, + 0.06768798828125, + -0.0010395050048828125, + 0.0294952392578125, + 0.00881195068359375, + -0.012969970703125, + 0.00722503662109375, + 0.04376220703125, + -0.012969970703125, + -0.0193023681640625, + 0.0267181396484375, + 0.01544189453125, + 0.01128387451171875, + -0.0197906494140625, + -0.057403564453125, + 0.0025119781494140625, + -0.051483154296875, + 0.0189056396484375, + -0.03662109375, + -0.033050537109375, + 0.01355743408203125, + 0.00702667236328125, + 0.0167236328125, + 0.05108642578125, + 0.0287017822265625, + -0.0127716064453125, + 0.0253448486328125, + -0.0011568069458007812, + 0.00846099853515625, + 0.0294952392578125, + 0.0165252685546875, + 0.068115234375, + 0.0152435302734375, + 0.026519775390625, + 0.0203857421875, + 0.038787841796875, + 0.0093994140625, + -0.01306915283203125, + -0.005615234375, + 0.049896240234375, + -0.01355743408203125, + -0.00786590576171875, + -0.030487060546875, + -0.0221710205078125, + 0.0197906494140625, + -0.031280517578125, + -0.0173187255859375, + 0.01024627685546875, + 0.00537109375, + -0.068115234375, + -0.0071258544921875, + 0.033447265625, + 0.0031299591064453125, + 0.05859375, + 0.017120361328125, + -0.00881195068359375, + -0.0310821533203125, + 0.00479888916015625, + -0.00310516357421875, + 0.0176239013671875, + -0.0193023681640625, + 0.025146484375, + -0.0261383056640625, + -0.0391845703125, + 0.027313232421875, + 0.0172271728515625, + 0.036834716796875, + 0.01355743408203125, + -0.0172271728515625, + 0.04791259765625, + -0.0277099609375, + 0.036224365234375, + 0.0298919677734375, + -0.01187896728515625, + -0.00455474853515625, + 0.021484375, + 0.0267181396484375, + 0.061370849609375, + -0.049102783203125, + 0.0010271072387695312, + -0.0863037109375, + 0.0000483393669128418, + -0.05621337890625, + -0.04473876953125, + -0.0261383056640625, + -0.070068359375, + 0.058990478515625, + -0.0261383056640625, + -0.023956298828125, + -0.005764007568359375, + 0.035247802734375, + 0.0123748779296875, + 0.0136566162109375, + -0.00782012939453125, + -0.0198974609375, + 0.03424072265625, + 0.044342041015625, + -0.00018787384033203125, + 0.0005936622619628906, + 0.00702667236328125, + 0.03326416015625, + -0.01702880859375, + 0.00009435415267944336, + -0.021087646484375, + 0.0089569091796875, + 0.0308837890625, + 0.045928955078125, + 0.0169219970703125, + -0.0275115966796875, + 0.0205841064453125, + -0.0160369873046875, + 0.0245513916015625, + -0.034454345703125, + -0.008758544921875, + -0.024749755859375, + 0.007472991943359375, + -0.00591278076171875, + -0.03662109375, + 0.00801849365234375, + 0.04949951171875, + -0.005519866943359375, + 0.0101470947265625, + -0.0054931640625, + -0.033660888671875, + 0.0029697418212890625, + 0.03564453125, + 0.01554107666015625, + 0.0439453125, + 0.0167236328125, + -0.038604736328125, + 0.01514434814453125, + 0.01316070556640625, + -0.00507354736328125, + -0.0257415771484375, + -0.0382080078125, + -0.017120361328125, + 0.0263214111328125, + -0.062164306640625, + -0.025543212890625, + 0.0302886962890625, + -0.02593994140625, + 0.0032672882080078125, + -0.00238800048828125, + 0.004306793212890625, + -0.034454345703125, + -0.0653076171875, + -0.0089569091796875, + -0.019989013671875, + -0.0340576171875, + 0.00173187255859375, + 0.053436279296875, + 0.00244903564453125, + 0.0114288330078125, + -0.004405975341796875, + -0.024444580078125, + -0.04571533203125, + 0.01514434814453125, + 0.0004763603210449219, + 0.0193939208984375, + -0.039398193359375, + 0.04296875, + 0.0201873779296875, + 0.01267242431640625, + 0.019989013671875, + 0.05303955078125, + 0.040191650390625, + -0.0173187255859375, + 0.00881195068359375, + 0.0140533447265625, + 0.0091552734375, + 0.01227569580078125, + -0.03839111328125, + -0.01554107666015625, + 0.0024623870849609375, + -0.0423583984375, + 0.02850341796875, + 0.034454345703125, + 0.0308837890625, + 0.0089569091796875, + -0.03582763671875, + 0.002994537353515625, + 0.0697021484375, + -0.0052947998046875, + 0.107666015625, + -0.0230560302734375, + -0.05108642578125, + -0.0032901763916015625, + 0.03265380859375, + -0.02276611328125, + -0.031280517578125, + 0.04058837890625, + -0.01132965087890625, + -0.002040863037109375, + 0.027313232421875, + -0.0176239013671875, + 0.012969970703125, + -0.0035381317138671875, + -0.0234527587890625, + 0.023162841796875, + -0.0127716064453125, + 0.007274627685546875, + 0.03662109375, + 0.0340576171875, + 0.0168304443359375, + 0.01084136962890625, + -0.00479888916015625, + -0.023651123046875, + -0.031280517578125, + -0.049896240234375, + 0.0308837890625, + 0.04058837890625, + 0.01103973388671875, + 0.041778564453125, + -0.031463623046875, + -0.062164306640625, + -0.00989532470703125, + -0.04058837890625, + 0.07879638671875, + 0.06689453125, + 0.01287078857421875, + 0.021881103515625, + -0.01415252685546875, + -0.00662994384765625, + 0.01514434814453125, + 0.01187896728515625, + 0.01019287109375, + 0.0340576171875, + 0.0306854248046875, + 0.021484375, + -0.039398193359375, + 0.034454345703125, + 0.038787841796875, + -0.00019180774688720703, + -0.0213775634765625, + 0.032470703125, + 0.03424072265625, + 0.051483154296875, + -0.01306915283203125, + 0.021087646484375, + 0.0177154541015625, + 0.0016336441040039062, + 0.005840301513671875, + -0.01593017578125, + 0.00479888916015625, + -0.049102783203125, + -0.0087127685546875, + 0.028106689453125, + 0.0168304443359375, + 0.024749755859375, + 0.0212860107421875, + -0.05029296875, + -0.0026607513427734375, + 0.0382080078125, + -0.0413818359375, + 0.004058837890625, + 0.059783935546875, + -0.0197906494140625, + 0.000051021575927734375, + -0.0290985107421875, + -0.047515869140625, + 0.0245513916015625, + -0.000701904296875, + -0.03759765625, + 0.007472991943359375, + 0.0306854248046875, + -0.03424072265625, + -0.0423583984375, + -0.040191650390625, + -0.004405975341796875, + -0.0122222900390625, + -0.018310546875, + 0.04315185546875, + -0.003055572509765625, + -0.004528045654296875, + 0.030487060546875, + 0.03424072265625, + 0.004924774169921875, + -0.0220794677734375, + 0.055023193359375, + -0.0213775634765625, + -0.0209808349609375, + 0.02484130859375, + 0.018218994140625, + 0.041778564453125, + -0.040771484375, + -0.0308837890625, + -0.0026721954345703125, + 0.007472991943359375, + 0.0109405517578125, + 0.029693603515625, + -0.01385498046875, + -0.02691650390625, + -0.041961669921875, + 0.0391845703125, + 0.021575927734375, + 0.055023193359375, + -0.0212860107421875, + -0.04791259765625, + 0.029693603515625, + -0.03564453125, + -0.01702880859375, + -0.0193939208984375, + 0.01316070556640625, + -0.0445556640625, + 0.070068359375, + 0.01148223876953125, + -0.0146484375, + 0.0004856586456298828, + 0.07244873046875, + 0.001880645751953125, + -0.00356292724609375, + -0.058197021484375, + 0.0350341796875, + 0.037017822265625, + -0.0350341796875, + 0.0075225830078125, + -0.0016574859619140625, + -0.0233612060546875, + 0.03265380859375, + -0.031463623046875, + -0.00782012939453125, + 0.007770538330078125, + -0.05303955078125, + -0.042572021484375, + -0.043548583984375, + -0.0008106231689453125, + -0.0257415771484375, + 0.03643798828125, + 0.0391845703125, + -0.008514404296875, + 0.05047607421875, + -0.01029205322265625, + 0.016632080078125, + 0.029693603515625, + -0.01168060302734375, + -0.01415252685546875, + 0.0095977783203125, + -0.076416015625, + -0.0318603515625, + -0.017120361328125, + 0.0277099609375, + -0.0279083251953125, + -0.0167236328125, + -0.0148468017578125, + -0.0026226043701171875, + 0.0275115966796875, + -0.0245513916015625, + -0.01152801513671875, + 0.007274627685546875, + -0.040771484375, + -0.028106689453125, + -0.0009279251098632812, + 0.0156402587890625, + 0.024444580078125, + -0.00445556640625, + -0.01152801513671875, + 0.036041259765625, + -0.054229736328125, + 0.0310821533203125, + 0.0169219970703125, + 0.014251708984375, + -0.005046844482421875, + 0.00965118408203125, + 0.00762176513671875, + 0.0181121826171875, + 0.036224365234375, + -0.018218994140625, + -0.020294189453125, + -0.052276611328125, + 0.032257080078125, + -0.0093536376953125, + -0.0136566162109375, + -0.0167236328125, + -0.0382080078125, + -0.0633544921875, + -0.0081634521484375, + 0.024749755859375, + 0.0275115966796875, + -0.01267242431640625, + -0.0382080078125, + -0.0308837890625, + 0.00885772705078125, + -0.014251708984375, + 0.05029296875, + -0.03424072265625, + 0.0046539306640625, + 0.01207733154296875, + -0.0391845703125, + 0.01009368896484375, + 0.026519775390625, + 0.03265380859375, + 0.0279083251953125, + 0.034637451171875, + -0.0087127685546875, + 0.0277099609375, + -0.0275115966796875, + -0.024749755859375, + 0.02593994140625, + -0.034637451171875, + 0.020294189453125, + -0.020294189453125, + -0.0287017822265625, + -0.0081634521484375, + -0.003612518310546875, + 0.00861358642578125, + -0.0193023681640625, + -0.00067138671875, + 0.04376220703125, + 0.004604339599609375, + 0.048095703125, + -0.03759765625, + -0.0306854248046875, + -0.0160369873046875, + -0.01910400390625, + 0.0283050537109375, + 0.041168212890625, + 0.002536773681640625, + -0.0413818359375, + 0.027313232421875, + 0.03265380859375, + 0.0056915283203125, + -0.0298919677734375, + -0.00618743896484375, + 0.0015344619750976562, + 0.01152801513671875, + 0.059783935546875, + 0.00989532470703125, + 0.09539794921875, + -0.01287078857421875, + 0.02117919921875, + 0.039398193359375, + 0.06414794921875, + 0.03741455078125, + -0.0180206298828125, + -0.052276611328125, + 0.0180206298828125, + -0.006137847900390625, + -0.04156494140625, + -0.041961669921875, + -0.007671356201171875, + 0.046112060546875, + -0.06732177734375, + 0.005664825439453125, + 0.004032135009765625, + 0.0241546630859375, + 0.0029697418212890625, + 0.01375579833984375, + -0.01227569580078125, + 0.0156402587890625, + 0.0032176971435546875, + -0.029296875, + 0.01306915283203125, + -0.012176513671875, + 0.02325439453125, + 0.06494140625, + 0.028900146484375, + -0.016632080078125, + 0.0496826171875, + -0.0015592575073242188, + 0.0241546630859375, + 0.024749755859375, + 0.041168212890625, + 0.0224609375, + 0.0209808349609375, + 0.046722412109375, + 0.04376220703125, + -0.006336212158203125, + -0.01751708984375, + 0.0032901763916015625, + 0.0107879638671875, + 0.055023193359375, + 0.0712890625, + 0.006435394287109375, + -0.017913818359375, + -0.007274627685546875, + -0.05303955078125, + -0.004505157470703125, + 0.007274627685546875, + 0.00618743896484375, + -0.03326416015625, + -0.0445556640625, + 0.028106689453125, + -0.06494140625, + 0.0257415771484375, + 0.009307861328125, + -0.023162841796875, + 0.00499725341796875, + 0.047119140625, + -0.015045166015625, + -0.043548583984375, + 0.00415802001953125, + -0.0075225830078125, + -0.03582763671875, + -0.03326416015625, + -0.051483154296875, + 0.01910400390625, + -0.007770538330078125, + -0.057403564453125, + -0.00722503662109375, + 0.038604736328125, + 0.0013427734375, + -0.033050537109375, + 0.002079010009765625, + 0.004058837890625, + -0.005046844482421875, + -0.045135498046875, + -0.048309326171875, + -0.046722412109375, + 0.01287078857421875, + -0.034637451171875, + 0.0114288330078125, + -0.0105438232421875, + -0.0017070770263671875, + 0.003154754638671875, + -0.021484375, + 0.0081634521484375, + 0.025543212890625, + -0.033660888671875, + 0.03009033203125, + 0.0107879638671875, + 0.0372314453125, + 0.040985107421875, + 0.0372314453125, + 0.015045166015625, + 0.00539398193359375, + -0.018798828125, + -0.041168212890625, + 0.009796142578125, + 0.0036869049072265625, + 0.01251983642578125, + -0.08673095703125, + 0.00861358642578125, + 0.061370849609375, + -0.10455322265625, + 0.004924774169921875, + 0.0035877227783203125, + -0.018707275390625, + -0.03265380859375, + -0.012969970703125, + 0.00469970703125, + 0.0168304443359375, + 0.103759765625, + 0.007965087890625, + -0.019500732421875, + 0.0224609375, + -0.0277099609375, + 0.04058837890625, + 0.011627197265625, + 0.0240478515625, + -0.05938720703125, + 0.02850341796875, + 0.00786590576171875, + -0.011627197265625, + -0.0089569091796875, + -0.04632568359375, + -0.0062103271484375, + 0.044158935546875, + 0.030487060546875, + -0.01019287109375, + -0.028106689453125, + -0.02227783203125, + -0.036834716796875, + -0.0294952392578125, + 0.01335906982421875, + 0.019989013671875, + 0.005123138427734375, + -0.0423583984375, + -0.017120361328125, + -0.00455474853515625, + -0.059783935546875, + -0.036224365234375, + -0.036041259765625, + 0.04949951171875, + 0.0005936622619628906, + -0.04376220703125, + 0.01910400390625, + 0.0250396728515625, + -0.0067291259765625, + 0.002079010009765625, + 0.04730224609375, + -0.0310821533203125, + -0.0261383056640625, + -0.01306915283203125, + 0.026519775390625, + -0.005245208740234375, + 0.0034885406494140625, + 0.0013427734375, + 0.011138916015625, + 0.02117919921875, + -0.04632568359375, + 0.017425537109375, + 0.0189971923828125, + -0.0181121826171875, + -0.045318603515625, + -0.00445556640625, + -0.0318603515625, + 0.047119140625, + -0.018707275390625, + 0.05938720703125, + -0.006259918212890625, + -0.024444580078125, + -0.1171875, + 0.033660888671875, + -0.031280517578125, + -0.0064849853515625, + 0.0111846923828125, + -0.0144500732421875, + -0.0697021484375, + -0.02197265625, + -0.038787841796875, + 0.0152435302734375, + -0.01415252685546875, + 0.029296875, + -0.021881103515625, + 0.0025234222412109375, + -0.0006928443908691406, + -0.006877899169921875, + -0.0075225830078125, + 0.055023193359375, + 0.0127716064453125, + -0.03564453125, + 0.061767578125, + -0.030487060546875, + -0.01232147216796875, + -0.014251708984375, + -0.0034389495849609375, + -0.0091552734375, + 0.01267242431640625, + -0.023651123046875, + 0.021087646484375, + 0.040374755859375, + 0.054229736328125, + -0.0308837890625, + 0.02325439453125, + -0.0101470947265625, + 0.007472991943359375, + 0.010345458984375, + -0.0271148681640625, + -0.004108428955078125, + 0.0024871826171875, + -0.020294189453125, + -0.02069091796875, + -0.049285888671875, + -0.0843505859375, + 0.012420654296875, + -0.04473876953125, + -0.00989532470703125, + 0.019989013671875, + 0.01702880859375, + 0.0016088485717773438, + -0.0229644775390625, + 0.0382080078125, + -0.0263214111328125, + -0.0203857421875, + -0.004230499267578125, + 0.0318603515625, + -0.0209808349609375, + 0.052642822265625, + -0.004528045654296875, + -0.06097412109375, + 0.03424072265625, + 0.0031299591064453125, + 0.0156402587890625, + -0.01108551025390625, + -0.005046844482421875, + -0.01084136962890625, + 0.043365478515625, + -0.09185791015625, + -0.040985107421875, + 0.0156402587890625, + 0.056610107421875, + 0.004627227783203125, + -0.004627227783203125, + 0.054229736328125, + -0.00290679931640625, + -0.050689697265625, + 0.00140380859375, + -0.0220794677734375, + -0.061767578125, + 0.03265380859375, + -0.0016574859619140625, + 0.0290985107421875, + 0.0208892822265625, + 0.0382080078125, + 0.012420654296875, + 0.033660888671875, + 0.00579071044921875, + -0.0382080078125, + -0.00682830810546875, + -0.0140533447265625, + 0.01395416259765625, + 0.0237579345703125, + 0.0277099609375, + -0.0004763603210449219, + 0.028106689453125, + 0.0006651878356933594, + -0.0633544921875, + -0.0189971923828125, + -0.02850341796875, + -0.055419921875, + -0.004974365234375, + 0.08392333984375, + 0.054229736328125, + -0.01544189453125, + 0.00662994384765625, + 0.04156494140625, + 0.012969970703125, + -0.0127716064453125, + -0.034637451171875, + -0.055419921875, + -0.009796142578125, + 0.0118255615234375, + 0.0235595703125, + -0.054229736328125, + 0.023956298828125, + 0.034637451171875, + -0.01064300537109375, + -0.012969970703125, + 0.0006308555603027344, + 0.025146484375, + 0.0487060546875, + 0.0229644775390625, + 0.00801849365234375, + -0.05859375, + 0.00949859619140625, + 0.02197265625, + 0.02325439453125, + -0.0103912353515625, + -0.007274627685546875, + -0.035247802734375, + 0.0465087890625, + -0.055023193359375, + 0.023162841796875, + 0.0123748779296875, + 0.06732177734375, + 0.00682830810546875, + -0.03582763671875, + -0.0298919677734375, + 0.04730224609375, + 0.0180206298828125, + -0.0308837890625, + 0.03662109375, + 0.015838623046875, + 0.000029385089874267578, + 0.0465087890625, + 0.03265380859375, + 0.0027599334716796875, + 0.017120361328125, + 0.01088714599609375, + -0.047698974609375, + 0.037017822265625, + 0.0118255615234375, + 0.0169219970703125, + -0.0275115966796875, + -0.037811279296875, + -0.02435302734375, + -0.04791259765625, + 0.0230560302734375, + -0.011138916015625, + 0.026519775390625, + 0.021575927734375, + 0.00547027587890625, + -0.029296875, + -0.01593017578125, + 0.028900146484375, + 0.03997802734375, + 0.0004329681396484375, + 0.0064849853515625, + 0.01335906982421875, + 0.0107879638671875, + 0.0209808349609375, + -0.03643798828125, + 0.03326416015625, + -0.0024127960205078125, + 0.00821685791015625, + -0.058990478515625, + 0.0161285400390625, + 0.007373809814453125, + 0.0123748779296875, + -0.0107879638671875, + -0.02484130859375, + 0.0169219970703125, + 0.006061553955078125, + -0.036041259765625, + -0.0022144317626953125, + 0.0283050537109375, + -0.04217529296875, + 0.039794921875, + 0.0290985107421875, + -0.01202392578125, + -0.004058837890625, + -0.04296875, + 0.10687255859375, + 0.0263214111328125, + 0.0246429443359375, + -0.004428863525390625, + 0.019195556640625, + 0.034454345703125, + 0.002349853515625, + 0.00559234619140625, + 0.01910400390625, + -0.0189971923828125, + 0.055023193359375, + 0.035430908203125, + -0.0213775634765625, + -0.041778564453125, + 0.06927490234375, + 0.01192474365234375, + -0.0633544921875, + 0.03839111328125, + 0.04058837890625, + 0.002140045166015625, + 0.0008473396301269531, + -0.0240478515625, + -0.0173187255859375, + -0.05462646484375, + 0.058990478515625, + -0.0024623870849609375, + 0.009552001953125, + 0.01514434814453125, + -0.062164306640625, + 0.033447265625, + 0.01049041748046875, + 0.0413818359375, + -0.032257080078125, + 0.06890869140625, + -0.01009368896484375, + 0.007373809814453125, + 0.00091552734375, + 0.021484375, + 0.0058135986328125, + 0.032867431640625, + -0.01702880859375, + 0.059783935546875, + 0.00324249267578125, + -0.00826263427734375, + -0.0914306640625, + 0.0009403228759765625, + 0.00324249267578125, + 0.0012865066528320312, + 0.03662109375, + -0.04473876953125, + -0.00638580322265625, + -0.01306915283203125, + 0.032257080078125, + 0.06927490234375, + -0.018798828125, + 0.0225677490234375, + 0.0032176971435546875, + 0.00447845458984375, + 0.021484375, + -0.01192474365234375 + ], + "metadata": { + "domains": [ + "mobile-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "mobile", + "cloud", + "decryption" + ], + "skillLevel": "advanced", + "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.00011521577835083008, + -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_Linkurious", + "type": "tool", + "name": "Linkurious", + "content": "linkurious intuitive graph‑visualisierungs‑ und analyseplattform, die graphdatenbanken wie neo4j überlagert und ermittler:innen dabei unterstützt, versteckte beziehungen in betrugs‑, aml‑ und sicherheitsfällen aufzudecken. leistungsstarke filter, geo‑ und zeitachsenansichten sowie automatisierungsvorlagen erleichtern das hunten komplexer netzwerke und das erstellen aussagekräftiger beweisgrafiken. graph-visualisierung link-analysis aml fraud fraud-investigation network-forensics incident-response analysis reporting", + "embedding": [ + -0.0136871337890625, + 0.0233612060546875, + 0.0579833984375, + 0.00734710693359375, + 0.04248046875, + 0.03582763671875, + 0.01036834716796875, + -0.035430908203125, + -0.01690673828125, + -0.02838134765625, + -0.009307861328125, + 0.05517578125, + 0.0200347900390625, + 0.004680633544921875, + -0.0592041015625, + 0.05718994140625, + -0.0206298828125, + 0.0390625, + 0.0035991668701171875, + -0.040069580078125, + -0.008453369140625, + -0.0312042236328125, + -0.049530029296875, + 0.0139923095703125, + 0.007904052734375, + 0.0350341796875, + -0.00920867919921875, + -0.05877685546875, + -0.010467529296875, + -0.005786895751953125, + 0.01006317138671875, + -0.032623291015625, + -0.03704833984375, + 0.0303955078125, + -0.0056610107421875, + -0.0177154541015625, + 0.00946044921875, + -0.048126220703125, + -0.0089569091796875, + 0.0207366943359375, + 0.0146942138671875, + -0.01238250732421875, + -0.0149993896484375, + -0.018218994140625, + -0.0167083740234375, + -0.03240966796875, + -0.0164031982421875, + -0.02386474609375, + -0.001811981201171875, + -0.0122833251953125, + 0.0251617431640625, + 0.019927978515625, + 0.0149993896484375, + -0.00548553466796875, + -0.02838134765625, + 0.0200347900390625, + 0.00362396240234375, + -0.0160064697265625, + -0.04248046875, + 0.041259765625, + -0.0224456787109375, + 0.011474609375, + -0.0081024169921875, + -0.00556182861328125, + 0.007904052734375, + 0.02386474609375, + -0.0322265625, + -0.018524169921875, + 0.02960205078125, + 0.007198333740234375, + 0.0316162109375, + 0.00734710693359375, + 0.018218994140625, + 0.023956298828125, + 0.0015163421630859375, + -0.034423828125, + -0.006366729736328125, + 0.0252685546875, + -0.02264404296875, + 0.005283355712890625, + -0.027374267578125, + -0.01016998291015625, + 0.04791259765625, + -0.0153045654296875, + -0.0211334228515625, + 0.00820159912109375, + 0.027374267578125, + 0.01812744140625, + -0.015899658203125, + 0.024261474609375, + 0.004100799560546875, + 0.0026416778564453125, + 0.044891357421875, + -0.0312042236328125, + 0.040252685546875, + 0.05194091796875, + -0.0217437744140625, + -0.016204833984375, + -0.004581451416015625, + 0.0098114013671875, + 0.0187225341796875, + -0.0184173583984375, + 0.05999755859375, + -0.01439666748046875, + 0.059600830078125, + -0.0173187255859375, + 0.0261688232421875, + -0.021636962890625, + 0.006946563720703125, + -0.0118255615234375, + -0.0970458984375, + -0.0234527587890625, + -0.03564453125, + -0.05316162109375, + -0.005889892578125, + 0.027984619140625, + -0.0017995834350585938, + 0.04852294921875, + -0.05517578125, + -0.0567626953125, + 0.0269775390625, + 0.0235595703125, + -0.00936126708984375, + 0.00734710693359375, + -0.026580810546875, + -0.049530029296875, + 0.0170135498046875, + 0.051544189453125, + -0.05718994140625, + -0.01203155517578125, + 0.005588531494140625, + -0.0263671875, + -0.0019254684448242188, + -0.050933837890625, + 0.00548553466796875, + -0.038055419921875, + 0.041259765625, + -0.0230560302734375, + -0.0257720947265625, + 0.0085601806640625, + 0.043487548828125, + -0.035247802734375, + -0.0716552734375, + 0.0043792724609375, + -0.038238525390625, + 0.002353668212890625, + 0.0027179718017578125, + 0.044708251953125, + -0.03985595703125, + 0.006542205810546875, + -0.0176239013671875, + 0.0254669189453125, + 0.058380126953125, + -0.0018749237060546875, + -0.00591278076171875, + -0.04388427734375, + -0.0142974853515625, + -0.0190277099609375, + 0.016204833984375, + -0.0237579345703125, + 0.01308441162109375, + 0.02496337890625, + 0.0240631103515625, + 0.0203399658203125, + -0.0160064697265625, + -0.045501708984375, + -0.053558349609375, + 0.0057373046875, + 0.011322021484375, + -0.0112762451171875, + 0.020843505859375, + 0.003574371337890625, + 0.055572509765625, + 0.0579833984375, + -0.00870513916015625, + 0.0430908203125, + 0.01459503173828125, + -0.03765869140625, + 0.05316162109375, + 0.016815185546875, + 0.0031452178955078125, + -0.00226593017578125, + 0.0291900634765625, + -0.0049591064453125, + 0.01540374755859375, + -0.006744384765625, + -0.02838134765625, + -0.01922607421875, + -0.0045318603515625, + 0.00885772705078125, + -0.04449462890625, + -0.0322265625, + -0.0281829833984375, + 0.0271759033203125, + 0.0234527587890625, + 0.06927490234375, + -0.00616455078125, + -0.025665283203125, + 0.0172119140625, + 0.0303955078125, + 0.003749847412109375, + 0.0224456787109375, + -0.01021575927734375, + 0.04449462890625, + 0.0303955078125, + 0.02960205078125, + -0.0243682861328125, + 0.0263671875, + 0.020233154296875, + 0.004932403564453125, + 0.003749847412109375, + 0.060791015625, + -0.0338134765625, + -0.02899169921875, + -0.03424072265625, + -0.038665771484375, + -0.0039005279541015625, + -0.005084991455078125, + -0.0139923095703125, + 0.005889892578125, + -0.00428009033203125, + -0.056365966796875, + -0.0257720947265625, + 0.0172119140625, + -0.036834716796875, + 0.0254669189453125, + 0.011627197265625, + -0.0308074951171875, + 0.026580810546875, + 0.02960205078125, + 0.027587890625, + 0.04168701171875, + -0.0030460357666015625, + -0.005084991455078125, + -0.0153045654296875, + -0.0062408447265625, + 0.0499267578125, + 0.05194091796875, + 0.02386474609375, + 0.005283355712890625, + -0.034027099609375, + 0.006591796875, + -0.0247650146484375, + 0.0287933349609375, + 0.030609130859375, + -0.01812744140625, + -0.00885772705078125, + -0.006542205810546875, + 0.0183258056640625, + 0.058380126953125, + -0.044281005859375, + -0.0019130706787109375, + -0.05596923828125, + 0.014495849609375, + -0.06964111328125, + -0.0221405029296875, + -0.03564453125, + -0.034820556640625, + 0.06524658203125, + -0.04571533203125, + -0.01389312744140625, + -0.00447845458984375, + 0.03643798828125, + 0.02294921875, + 0.04248046875, + 0.007701873779296875, + -0.02960205078125, + -0.022552490234375, + 0.06524658203125, + 0.018218994140625, + -0.0040283203125, + -0.0028438568115234375, + 0.0362548828125, + 0.01117706298828125, + 0.01690673828125, + 0.0108184814453125, + 0.026580810546875, + 0.02960205078125, + 0.0384521484375, + 0.0157012939453125, + -0.01509857177734375, + 0.02899169921875, + -0.0180206298828125, + 0.0303955078125, + -0.07568359375, + -0.006366729736328125, + -0.00521087646484375, + 0.01152801513671875, + 0.0139923095703125, + -0.090576171875, + 0.003246307373046875, + 0.020538330078125, + 0.0002799034118652344, + -0.00850677490234375, + -0.0023784637451171875, + -0.0452880859375, + 0.0390625, + 0.0084075927734375, + -0.0011892318725585938, + 0.009918212890625, + 0.051544189453125, + -0.0660400390625, + 0.0254669189453125, + 0.006443023681640625, + 0.020538330078125, + -0.036041259765625, + -0.01318359375, + -0.0203399658203125, + -0.020538330078125, + -0.0316162109375, + -0.0243682861328125, + 0.03179931640625, + -0.0390625, + 0.01152801513671875, + -0.0191192626953125, + -0.0020389556884765625, + -0.031005859375, + -0.05194091796875, + 0.006343841552734375, + -0.0220489501953125, + -0.055572509765625, + -0.002227783203125, + 0.04852294921875, + 0.02386474609375, + 0.0016040802001953125, + -0.005462646484375, + -0.00946044921875, + -0.0223541259765625, + 0.0137939453125, + 0.00556182861328125, + 0.01540374755859375, + -0.0015039443969726562, + 0.04571533203125, + 0.023651123046875, + 0.036041259765625, + 0.01268768310546875, + 0.08251953125, + 0.0233612060546875, + -0.033416748046875, + 0.014190673828125, + 0.0210418701171875, + -0.0221405029296875, + 0.03924560546875, + 0.0170135498046875, + -0.0233612060546875, + -0.03424072265625, + -0.04046630859375, + 0.0136871337890625, + 0.04327392578125, + 0.00641632080078125, + 0.0149993896484375, + -0.0203399658203125, + -0.014495849609375, + 0.052337646484375, + -0.033416748046875, + 0.09100341796875, + -0.031005859375, + -0.048919677734375, + 0.0008807182312011719, + 0.0384521484375, + -0.016510009765625, + -0.0114288330078125, + 0.03643798828125, + -0.01318359375, + -0.006591796875, + 0.01922607421875, + -0.01490020751953125, + 0.033416748046875, + -0.00749969482421875, + 0.001811981201171875, + 0.03424072265625, + -0.006542205810546875, + 0.025970458984375, + 0.0316162109375, + 0.01690673828125, + 0.01036834716796875, + 0.0183258056640625, + -0.049530029296875, + -0.00218963623046875, + -0.046722412109375, + -0.052337646484375, + 0.0263671875, + 0.01439666748046875, + 0.01580810546875, + 0.0338134765625, + -0.04510498046875, + -0.042694091796875, + 0.01409149169921875, + -0.0308074951171875, + 0.0648193359375, + 0.033233642578125, + 0.006793975830078125, + 0.01690673828125, + -0.0137939453125, + 0.0010004043579101562, + 0.036834716796875, + 0.027374267578125, + 0.03704833984375, + 0.05194091796875, + 0.0316162109375, + 0.03424072265625, + -0.019622802734375, + 0.030609130859375, + 0.004680633544921875, + 0.041259765625, + 0.002704620361328125, + 0.0303955078125, + 0.03582763671875, + 0.054351806640625, + -0.0452880859375, + 0.06805419921875, + 0.020843505859375, + -0.03564453125, + 0.003749847412109375, + -0.0263671875, + 0.0155029296875, + -0.058380126953125, + 0.0029449462890625, + -0.006744384765625, + 0.00749969482421875, + 0.002780914306640625, + -0.0005125999450683594, + -0.040679931640625, + -0.004779815673828125, + 0.053955078125, + -0.04852294921875, + 0.0180206298828125, + 0.006793975830078125, + -0.027374267578125, + 0.0146942138671875, + -0.014801025390625, + -0.037841796875, + 0.03924560546875, + -0.057586669921875, + -0.035247802734375, + 0.023651123046875, + 0.02325439453125, + -0.0753173828125, + -0.040679931640625, + -0.036834716796875, + 0.0009751319885253906, + -0.021942138671875, + -0.0172119140625, + 0.034637451171875, + -0.0301971435546875, + 0.005084991455078125, + 0.02960205078125, + 0.0021266937255859375, + -0.040069580078125, + -0.0308074951171875, + 0.0291900634765625, + -0.017120361328125, + -0.0430908203125, + 0.01107025146484375, + 0.0217437744140625, + 0.0244598388671875, + -0.0213470458984375, + -0.029388427734375, + 0.01268768310546875, + -0.009063720703125, + -0.012481689453125, + 0.024658203125, + -0.0267791748046875, + -0.0322265625, + -0.034637451171875, + 0.03765869140625, + 0.01751708984375, + 0.0269775390625, + 0.0021266937255859375, + -0.04730224609375, + 0.01348876953125, + -0.053558349609375, + -0.00955963134765625, + 0.00649261474609375, + 0.00916290283203125, + -0.02557373046875, + 0.06683349609375, + 0.0006289482116699219, + -0.01122283935546875, + -0.0092620849609375, + 0.048919677734375, + 0.0200347900390625, + 0.0008177757263183594, + -0.0430908203125, + 0.054351806640625, + 0.003032684326171875, + -0.051544189453125, + 0.00428009033203125, + -0.021942138671875, + 0.004329681396484375, + 0.044891357421875, + -0.0277862548828125, + 0.00916290283203125, + 0.021942138671875, + -0.05718994140625, + -0.01611328125, + -0.03643798828125, + -0.033233642578125, + -0.0269775390625, + 0.0231475830078125, + 0.027587890625, + -0.01092529296875, + 0.044281005859375, + 0.020233154296875, + -0.034027099609375, + 0.0170135498046875, + -0.0022907257080078125, + -0.0312042236328125, + 0.0261688232421875, + -0.06280517578125, + -0.036834716796875, + -0.019927978515625, + 0.021942138671875, + -0.0183258056640625, + 0.01953125, + -0.004352569580078125, + -0.029998779296875, + 0.0128326416015625, + -0.029998779296875, + 0.007801055908203125, + -0.014801025390625, + -0.0118255615234375, + -0.0269775390625, + -0.0244598388671875, + 0.017120361328125, + 0.02557373046875, + -0.01358795166015625, + 0.024566650390625, + 0.031402587890625, + -0.058380126953125, + -0.016815185546875, + 0.00189971923828125, + -0.0017490386962890625, + 0.01016998291015625, + -0.029388427734375, + -0.006366729736328125, + -0.008453369140625, + 0.0567626953125, + -0.0250701904296875, + -0.02838134765625, + -0.0865478515625, + 0.0223541259765625, + 0.0006890296936035156, + -0.01611328125, + -0.0251617431640625, + -0.027374267578125, + -0.06280517578125, + -0.0174102783203125, + 0.038055419921875, + 0.0252685546875, + 0.0269775390625, + -0.0281829833984375, + -0.0271759033203125, + -0.00916290283203125, + -0.0499267578125, + 0.047515869140625, + 0.006191253662109375, + 0.006694793701171875, + 0.0009813308715820312, + 0.000484466552734375, + 0.0224456787109375, + 0.023651123046875, + 0.0281829833984375, + 0.0022525787353515625, + -0.011474609375, + -0.038055419921875, + 0.01273345947265625, + -0.0170135498046875, + -0.0316162109375, + 0.0012521743774414062, + -0.00800323486328125, + 0.0247650146484375, + -0.031402587890625, + -0.00870513916015625, + 0.01812744140625, + 0.0235595703125, + 0.02496337890625, + -0.014801025390625, + -0.0261688232421875, + 0.00362396240234375, + 0.019927978515625, + 0.0465087890625, + -0.03363037109375, + -0.0672607421875, + -0.01953125, + 0.0039005279541015625, + 0.03363037109375, + 0.0390625, + -0.00232696533203125, + -0.0197296142578125, + -0.007701873779296875, + 0.038665771484375, + -0.032012939453125, + -0.0592041015625, + -0.038055419921875, + 0.0157012939453125, + 0.0252685546875, + 0.020538330078125, + -0.011474609375, + 0.0728759765625, + 0.01157379150390625, + -0.005283355712890625, + 0.024658203125, + 0.042877197265625, + 0.0243682861328125, + -0.0187225341796875, + -0.07366943359375, + -0.01560211181640625, + -0.0233612060546875, + -0.048919677734375, + -0.0269775390625, + -0.009765625, + 0.0235595703125, + -0.06280517578125, + -0.006542205810546875, + -0.0241546630859375, + 0.01409149169921875, + 0.0211334228515625, + -0.012786865234375, + -0.01218414306640625, + 0.0372314453125, + 0.0312042236328125, + -0.018524169921875, + -0.0257720947265625, + 0.01177978515625, + 0.009063720703125, + 0.033416748046875, + 0.007198333740234375, + -0.046722412109375, + 0.029388427734375, + 0.008758544921875, + 0.00966644287109375, + 0.009063720703125, + 0.04168701171875, + 0.033233642578125, + -0.003322601318359375, + 0.024871826171875, + 0.093017578125, + -0.026580810546875, + -0.024871826171875, + 0.0146942138671875, + 0.014801025390625, + 0.029998779296875, + 0.050323486328125, + -0.0191192626953125, + -0.0021514892578125, + 0.003448486328125, + -0.05133056640625, + -0.029998779296875, + 0.00521087646484375, + 0.008056640625, + -0.02496337890625, + -0.034027099609375, + 0.01137542724609375, + -0.05194091796875, + 0.032012939453125, + -0.0094146728515625, + -0.01389312744140625, + -0.00689697265625, + 0.0458984375, + -0.017822265625, + -0.048736572265625, + 0.0201263427734375, + -0.00916290283203125, + -0.018524169921875, + -0.0174102783203125, + -0.032806396484375, + 0.01459503173828125, + -0.00606536865234375, + -0.08538818359375, + -0.0004875659942626953, + 0.03240966796875, + -0.01071929931640625, + -0.0648193359375, + 0.0128326416015625, + 0.01021575927734375, + -0.00955963134765625, + -0.01953125, + -0.0477294921875, + -0.034637451171875, + -0.00201416015625, + -0.050933837890625, + -0.0157012939453125, + 0.0070953369140625, + -0.0384521484375, + -0.00865936279296875, + 0.00920867919921875, + -0.0085601806640625, + 0.03179931640625, + -0.01268768310546875, + 0.0261688232421875, + 0.04449462890625, + 0.007701873779296875, + 0.022247314453125, + 0.0499267578125, + 0.0007801055908203125, + 0.01218414306640625, + 0.0031585693359375, + -0.032623291015625, + 0.00775146484375, + -0.016510009765625, + 0.0146942138671875, + -0.07086181640625, + -0.004833221435546875, + 0.038665771484375, + -0.06884765625, + 0.0287933349609375, + 0.03643798828125, + -0.00445556640625, + -0.038238525390625, + 0.01439666748046875, + -0.006038665771484375, + 0.0167083740234375, + 0.08251953125, + -0.0163116455078125, + -0.00014710426330566406, + 0.01611328125, + -0.03240966796875, + 0.05474853515625, + -0.00005936622619628906, + -0.005157470703125, + -0.038665771484375, + 0.0146942138671875, + 0.020538330078125, + -0.0123291015625, + 0.0089569091796875, + -0.067626953125, + -0.028594970703125, + 0.03765869140625, + 0.00860595703125, + 0.01273345947265625, + 0.00649261474609375, + -0.0277862548828125, + 0.0007143020629882812, + -0.031005859375, + 0.02838134765625, + -0.0025920867919921875, + 0.0252685546875, + -0.036041259765625, + -0.004405975341796875, + -0.0183258056640625, + -0.05517578125, + -0.036651611328125, + -0.01983642578125, + -0.002063751220703125, + -0.01268768310546875, + -0.029388427734375, + 0.0183258056640625, + 0.0153045654296875, + 0.029998779296875, + 0.032806396484375, + 0.05194091796875, + -0.024566650390625, + -0.009613037109375, + 0.018218994140625, + 0.031005859375, + 0.0194244384765625, + -0.00354766845703125, + 0.01348876953125, + 0.0193328857421875, + 0.0172119140625, + -0.048126220703125, + 0.018218994140625, + 0.053955078125, + 0.00003814697265625, + -0.05517578125, + 0.0085601806640625, + -0.032012939453125, + 0.03643798828125, + -0.0316162109375, + 0.040252685546875, + -0.0085601806640625, + 0.0011072158813476562, + -0.08978271484375, + 0.04046630859375, + -0.01087188720703125, + 0.02294921875, + 0.027374267578125, + -0.03424072265625, + -0.064453125, + -0.040679931640625, + -0.0180206298828125, + 0.030609130859375, + -0.0170135498046875, + 0.021636962890625, + 0.001163482666015625, + 0.00513458251953125, + 0.0184173583984375, + 0.0091094970703125, + -0.00540924072265625, + 0.0362548828125, + 0.00971221923828125, + -0.0362548828125, + 0.07330322265625, + -0.028594970703125, + 0.036834716796875, + -0.003826141357421875, + 0.0006542205810546875, + 0.0187225341796875, + -0.016510009765625, + -0.034423828125, + -0.000988006591796875, + 0.02325439453125, + 0.028594970703125, + -0.0046539306640625, + 0.010772705078125, + -0.0114288330078125, + 0.02960205078125, + 0.0017490386962890625, + -0.022247314453125, + 0.02386474609375, + 0.01519775390625, + -0.0308074951171875, + -0.00850677490234375, + -0.050933837890625, + -0.08135986328125, + -0.0277862548828125, + -0.04791259765625, + -0.01490020751953125, + -0.011627197265625, + -0.005184173583984375, + 0.01052093505859375, + -0.06805419921875, + 0.0308074951171875, + -0.00800323486328125, + -0.0372314453125, + -0.0207366943359375, + -0.01036834716796875, + -0.0384521484375, + 0.060394287109375, + 0.01006317138671875, + -0.0176239013671875, + 0.02264404296875, + -0.0220489501953125, + -0.01439666748046875, + 0.020538330078125, + -0.0203399658203125, + -0.040252685546875, + 0.02496337890625, + -0.08575439453125, + -0.032012939453125, + 0.0109710693359375, + 0.0291900634765625, + -0.0006070137023925781, + -0.01102447509765625, + 0.034637451171875, + 0.00136566162109375, + -0.05596923828125, + 0.036651611328125, + 0.021240234375, + -0.00354766845703125, + 0.01006317138671875, + 0.018524169921875, + -0.003498077392578125, + -0.004405975341796875, + 0.0223541259765625, + 0.034637451171875, + 0.034027099609375, + 0.01006317138671875, + 0.00086212158203125, + 0.0240631103515625, + -0.04046630859375, + 0.0172119140625, + 0.01168060302734375, + 0.0298004150390625, + -0.000431060791015625, + 0.010772705078125, + -0.0200347900390625, + -0.1063232421875, + -0.0430908203125, + -0.00951385498046875, + -0.06402587890625, + 0.0008745193481445312, + 0.06683349609375, + 0.035247802734375, + -0.0021648406982421875, + 0.0176239013671875, + 0.00420379638671875, + 0.029998779296875, + 0.0384521484375, + -0.0017490386962890625, + -0.07366943359375, + -0.00749969482421875, + 0.0243682861328125, + 0.05194091796875, + -0.055572509765625, + 0.053955078125, + 0.063232421875, + -0.025970458984375, + -0.048919677734375, + 0.0048065185546875, + 0.004680633544921875, + 0.053955078125, + 0.011627197265625, + 0.0058135986328125, + -0.06646728515625, + 0.01439666748046875, + 0.027984619140625, + -0.003208160400390625, + -0.01067352294921875, + -0.0217437744140625, + -0.03179931640625, + 0.056365966796875, + -0.044891357421875, + -0.0174102783203125, + 0.002490997314453125, + 0.058380126953125, + 0.0112762451171875, + -0.052337646484375, + -0.01172637939453125, + 0.04046630859375, + 0.018524169921875, + -0.0137939453125, + 0.0108184814453125, + -0.01117706298828125, + -0.0006985664367675781, + 0.0174102783203125, + 0.0648193359375, + -0.004756927490234375, + 0.0579833984375, + 0.01953125, + -0.035430908203125, + 0.003421783447265625, + 0.018218994140625, + 0.0101165771484375, + -0.00689697265625, + -0.0247650146484375, + 0.0000438690185546875, + -0.040069580078125, + 0.04913330078125, + 0.02838134765625, + 0.0271759033203125, + 0.040679931640625, + -0.0015544891357421875, + 0.01001739501953125, + 0.005462646484375, + 0.054351806640625, + 0.059600830078125, + 0.0338134765625, + -0.0108184814453125, + 0.02899169921875, + 0.029388427734375, + -0.01580810546875, + -0.01203155517578125, + 0.05194091796875, + -0.03424072265625, + 0.0137939453125, + -0.04107666015625, + 0.01611328125, + 0.0190277099609375, + -0.0231475830078125, + -0.031005859375, + -0.030609130859375, + -0.0028934478759765625, + -0.0187225341796875, + -0.0194244384765625, + -0.02325439453125, + 0.050750732421875, + -0.0567626953125, + 0.047119140625, + 0.04931640625, + -0.0122833251953125, + 0.033416748046875, + -0.03924560546875, + 0.07891845703125, + 0.019622802734375, + 0.0277862548828125, + -0.02264404296875, + 0.0241546630859375, + 0.0458984375, + -0.004680633544921875, + -0.010772705078125, + 0.01580810546875, + -0.0016613006591796875, + 0.04974365234375, + 0.01001739501953125, + 0.017120361328125, + -0.05877685546875, + 0.020843505859375, + 0.0085601806640625, + -0.04449462890625, + 0.053558349609375, + 0.0316162109375, + 0.0271759033203125, + -0.0160064697265625, + -0.0094146728515625, + -0.0028934478759765625, + -0.05999755859375, + 0.05718994140625, + 0.0254669189453125, + 0.001163482666015625, + 0.00614166259765625, + -0.06280517578125, + 0.047119140625, + 0.01439666748046875, + 0.058380126953125, + -0.0430908203125, + 0.0241546630859375, + -0.0029697418212890625, + 0.006694793701171875, + -0.033416748046875, + -0.0016355514526367188, + 0.01358795166015625, + 0.027374267578125, + -0.028594970703125, + 0.037841796875, + 0.0418701171875, + -0.00420379638671875, + -0.050323486328125, + -0.0153045654296875, + 0.0203399658203125, + 0.0031833648681640625, + 0.067626953125, + -0.03424072265625, + -0.03424072265625, + -0.007904052734375, + 0.0237579345703125, + 0.042083740234375, + -0.01348876953125, + 0.025970458984375, + 0.002704620361328125, + 0.0033969879150390625, + -0.0234527587890625, + -0.015899658203125 + ], + "metadata": { + "domains": [ + "fraud-investigation", + "network-forensics", + "incident-response" + ], + "phases": [ + "analysis", + "reporting" + ], + "tags": [ + "graph-visualisierung", + "link-analysis", + "aml", + "fraud" + ], + "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. command-line 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.006549835205078125, + 0.023834228515625, + 0.0209808349609375, + 0.0110626220703125, + 0.03076171875, + 0.036651611328125, + 0.0182342529296875, + -0.0016613006591796875, + -0.0230712890625, + -0.0192718505859375, + -0.039886474609375, + 0.0823974609375, + 0.00968170166015625, + 0.003204345703125, + -0.052398681640625, + 0.00916290283203125, + 0.00006973743438720703, + -0.01153564453125, + 0.02239990234375, + 0.02581787109375, + -0.0185089111328125, + -0.0128173828125, + -0.05657958984375, + 0.005863189697265625, + 0.0156707763671875, + 0.01015472412109375, + -0.01708984375, + -0.08428955078125, + -0.0018634796142578125, + 0.0047454833984375, + 0.001613616943359375, + -0.042724609375, + -0.005481719970703125, + 0.035308837890625, + 0.01129913330078125, + -0.0243072509765625, + -0.0004153251647949219, + -0.03607177734375, + -0.023834228515625, + 0.040252685546875, + -0.0132904052734375, + -0.00792694091796875, + -0.003536224365234375, + -0.01442718505859375, + -0.02734375, + -0.0482177734375, + -0.00963592529296875, + 0.0009136199951171875, + -0.0033702850341796875, + -0.039306640625, + 0.055450439453125, + 0.0210723876953125, + 0.0183258056640625, + -0.0211639404296875, + -0.052398681640625, + 0.024200439453125, + 0.02410888671875, + -0.01300811767578125, + -0.041778564453125, + 0.054290771484375, + -0.053924560546875, + -0.0261993408203125, + -0.0141448974609375, + -0.0269622802734375, + 0.0114898681640625, + 0.016998291015625, + -0.02410888671875, + -0.02752685546875, + 0.0033931732177734375, + -0.00640869140625, + 0.01348114013671875, + -0.0125274658203125, + -0.01519012451171875, + 0.02581787109375, + -0.0175628662109375, + -0.046905517578125, + 0.0115814208984375, + 0.00963592529296875, + -0.00617218017578125, + -0.0049591064453125, + -0.0260162353515625, + 0.0115814208984375, + 0.0192718505859375, + -0.0177459716796875, + 0.01181793212890625, + 0.006740570068359375, + 0.022491455078125, + 0.0142364501953125, + -0.015380859375, + -0.00887298583984375, + 0.01395416259765625, + -0.01395416259765625, + -0.0133819580078125, + -0.018035888671875, + 0.0190887451171875, + 0.0645751953125, + -0.035308837890625, + -0.020599365234375, + -0.021636962890625, + 0.035491943359375, + 0.024871826171875, + -0.04425048828125, + 0.065673828125, + -0.0260162353515625, + 0.045745849609375, + -0.0128173828125, + 0.0033702850341796875, + -0.0111541748046875, + -0.0260162353515625, + -0.0020294189453125, + -0.09454345703125, + -0.031707763671875, + -0.02923583984375, + -0.05657958984375, + -0.0128173828125, + 0.002040863037109375, + -0.0008721351623535156, + 0.048980712890625, + -0.033233642578125, + -0.039306640625, + 0.00797271728515625, + 0.01357269287109375, + 0.00605010986328125, + 0.006740570068359375, + -0.0653076171875, + -0.06378173828125, + -0.00920867919921875, + 0.034942626953125, + -0.038543701171875, + -0.03094482421875, + -0.0160369873046875, + -0.007595062255859375, + -0.0176544189453125, + -0.005222320556640625, + -0.023834228515625, + -0.01262664794921875, + 0.0055999755859375, + -0.006931304931640625, + 0.014617919921875, + 0.025054931640625, + 0.0217437744140625, + -0.035125732421875, + -0.05621337890625, + 0.01181793212890625, + -0.03228759765625, + -0.0303802490234375, + -0.0244903564453125, + 0.047088623046875, + -0.036834716796875, + -0.015380859375, + -0.0167083740234375, + 0.02069091796875, + 0.046142578125, + 0.0149993896484375, + 0.006122589111328125, + -0.057342529296875, + 0.00429534912109375, + -0.025634765625, + 0.038177490234375, + -0.0123443603515625, + -0.0243072509765625, + -0.0093536376953125, + -0.01015472412109375, + 0.0208892822265625, + -0.01471710205078125, + -0.05657958984375, + -0.00711822509765625, + 0.032470703125, + 0.023345947265625, + -0.0124359130859375, + 0.0288543701171875, + -0.00835418701171875, + 0.052032470703125, + 0.07708740234375, + -0.0128173828125, + 0.0125274658203125, + 0.0026226043701171875, + -0.01395416259765625, + 0.03228759765625, + 0.055450439453125, + -0.038360595703125, + -0.039306640625, + 0.02410888671875, + 0.007595062255859375, + 0.045562744140625, + -0.0185089111328125, + -0.0183258056640625, + -0.011962890625, + -0.01471710205078125, + 0.026580810546875, + -0.0167999267578125, + -0.0124359130859375, + -0.0190887451171875, + 0.038177490234375, + 0.0090179443359375, + 0.0645751953125, + 0.028106689453125, + -0.028289794921875, + 0.0260162353515625, + -0.01357269287109375, + 0.038909912109375, + 0.036651611328125, + -0.005767822265625, + 0.06719970703125, + 0.00835418701171875, + -0.00028777122497558594, + 0.004604339599609375, + 0.0478515625, + 0.035491943359375, + -0.0192718505859375, + -0.038726806640625, + 0.04425048828125, + -0.00797271728515625, + -0.012054443359375, + -0.035308837890625, + -0.0254364013671875, + 0.023345947265625, + -0.00916290283203125, + -0.0116729736328125, + 0.014617919921875, + 0.0013885498046875, + -0.07025146484375, + 0.00972747802734375, + 0.0261993408203125, + -0.0141448974609375, + 0.016326904296875, + 0.0149078369140625, + -0.0165252685546875, + -0.043670654296875, + 0.02923583984375, + 0.0077362060546875, + 0.04083251953125, + 0.004985809326171875, + -0.0006380081176757812, + -0.0213623046875, + -0.015380859375, + 0.03607177734375, + 0.043670654296875, + 0.0121002197265625, + 0.0024089813232421875, + -0.01357269287109375, + 0.062286376953125, + -0.02752685546875, + 0.034759521484375, + 0.040435791015625, + -0.04425048828125, + 0.0141448974609375, + 0.0036792755126953125, + 0.0213623046875, + 0.040618896484375, + -0.07440185546875, + -0.0133819580078125, + -0.0858154296875, + 0.005863189697265625, + -0.0546875, + -0.047088623046875, + -0.0254364013671875, + -0.06756591796875, + 0.017852783203125, + -0.005931854248046875, + -0.0328369140625, + -0.0174713134765625, + 0.0167999267578125, + -0.004913330078125, + 0.032470703125, + -0.0175628662109375, + -0.032073974609375, + 0.00882720947265625, + 0.1002197265625, + -0.028472900390625, + 0.003345489501953125, + -0.006740570068359375, + 0.0430908203125, + -0.00968170166015625, + 0.00702667236328125, + -0.0244903564453125, + 0.0042724609375, + 0.025054931640625, + 0.0219268798828125, + 0.040069580078125, + -0.01519012451171875, + 0.0174713134765625, + -0.00365447998046875, + 0.031890869140625, + -0.02923583984375, + 0.0150909423828125, + -0.004413604736328125, + 0.01898193359375, + 0.01096343994140625, + -0.052032470703125, + -0.014617919921875, + 0.0237274169921875, + 0.0084991455078125, + -0.004604339599609375, + -0.00469970703125, + -0.03436279296875, + 0.0064544677734375, + -0.0296173095703125, + -0.01727294921875, + 0.026763916015625, + 0.052032470703125, + -0.0196533203125, + 0.0031795501708984375, + 0.0007948875427246094, + 0.002788543701171875, + -0.02410888671875, + -0.032073974609375, + -0.01309967041015625, + -0.00553131103515625, + -0.035491943359375, + -0.0145263671875, + 0.0015783309936523438, + -0.0200347900390625, + 0.02069091796875, + 0.0219268798828125, + -0.007358551025390625, + -0.041015625, + -0.038909912109375, + 0.0114898681640625, + 0.0005755424499511719, + -0.038177490234375, + -0.045745849609375, + 0.02410888671875, + 0.015380859375, + -0.001293182373046875, + -0.0012693405151367188, + 0.00972747802734375, + -0.0413818359375, + 0.021453857421875, + -0.00472259521484375, + 0.0305633544921875, + 0.01557159423828125, + 0.034759521484375, + 0.022491455078125, + 0.009490966796875, + 0.00882720947265625, + 0.050506591796875, + 0.031890869140625, + -0.0157623291015625, + -0.0102081298828125, + 0.0015783309936523438, + -0.020782470703125, + 0.015380859375, + -0.0227813720703125, + -0.061126708984375, + -0.01480865478515625, + -0.0165252685546875, + 0.02325439453125, + 0.0261993408203125, + 0.0131988525390625, + 0.0182342529296875, + -0.03778076171875, + 0.0081634521484375, + 0.06036376953125, + -0.0019931793212890625, + 0.086181640625, + -0.00839996337890625, + -0.0254364013671875, + 0.004154205322265625, + 0.05352783203125, + -0.0218353271484375, + 0.0141448974609375, + 0.0191802978515625, + 0.04840087890625, + -0.002231597900390625, + 0.0244903564453125, + -0.00595855712890625, + -0.003513336181640625, + -0.01271820068359375, + -0.0217437744140625, + 0.020782470703125, + -0.044036865234375, + 0.016143798828125, + 0.01528167724609375, + 0.021453857421875, + 0.01727294921875, + 0.0305633544921875, + -0.00954437255859375, + -0.02392578125, + -0.05352783203125, + -0.0687255859375, + -0.01641845703125, + 0.0269622802734375, + 0.00873565673828125, + 0.05694580078125, + -0.028106689453125, + -0.057342529296875, + 0.0213623046875, + -0.042327880859375, + 0.06951904296875, + 0.040435791015625, + 0.012054443359375, + 0.03948974609375, + -0.0230712890625, + 0.01224517822265625, + 0.025054931640625, + -0.005504608154296875, + 0.029998779296875, + 0.07330322265625, + 0.05963134765625, + 0.01442718505859375, + -0.03399658203125, + 0.0296173095703125, + 0.022979736328125, + 0.0254364013671875, + 0.004058837890625, + 0.07061767578125, + 0.00868988037109375, + 0.04840087890625, + -0.0341796875, + 0.047271728515625, + 0.040252685546875, + 0.01091766357421875, + 0.003559112548828125, + -0.0120086669921875, + 0.014617919921875, + -0.04156494140625, + 0.00726318359375, + 0.015472412109375, + 0.0141448974609375, + 0.0396728515625, + 0.03778076171875, + -0.058868408203125, + -0.028472900390625, + 0.04937744140625, + -0.050506591796875, + 0.0157623291015625, + 0.032470703125, + -0.029998779296875, + -0.00954437255859375, + -0.018035888671875, + -0.032470703125, + 0.022979736328125, + -0.03948974609375, + -0.045562744140625, + 0.02410888671875, + 0.0413818359375, + -0.038543701171875, + -0.0159454345703125, + -0.037017822265625, + -0.024688720703125, + -0.03265380859375, + -0.022979736328125, + 0.0546875, + 0.00897216796875, + 0.033782958984375, + 0.0173797607421875, + 0.032073974609375, + 0.001346588134765625, + -0.03778076171875, + 0.05279541015625, + -0.031341552734375, + -0.039306640625, + 0.021636962890625, + 0.0225982666015625, + 0.0175628662109375, + -0.01134490966796875, + -0.0303802490234375, + 0.0149993896484375, + 0.025634765625, + 0.016998291015625, + 0.0182342529296875, + -0.04669189453125, + -0.06036376953125, + -0.05352783203125, + 0.024871826171875, + 0.0020885467529296875, + 0.031890869140625, + 0.017181396484375, + -0.04766845703125, + 0.033050537109375, + -0.04974365234375, + -0.03607177734375, + 0.01262664794921875, + -0.009063720703125, + -0.018035888671875, + 0.035125732421875, + -0.00322723388671875, + -0.005695343017578125, + -0.019561767578125, + 0.03741455078125, + 0.006359100341796875, + -0.0097808837890625, + -0.05657958984375, + 0.033599853515625, + 0.0277252197265625, + -0.048980712890625, + -0.0077362060546875, + -0.01224517822265625, + 0.003559112548828125, + 0.04083251953125, + -0.04669189453125, + -0.00954437255859375, + -0.0080718994140625, + -0.065673828125, + -0.050872802734375, + -0.043853759765625, + -0.0123443603515625, + -0.052398681640625, + 0.024871826171875, + 0.026763916015625, + -0.0094451904296875, + 0.057342529296875, + -0.018707275390625, + -0.0007386207580566406, + 0.0098724365234375, + 0.00839996337890625, + -0.01215362548828125, + 0.040618896484375, + -0.040069580078125, + -0.050506591796875, + -0.026397705078125, + 0.029998779296875, + -0.036651611328125, + 0.0149993896484375, + 0.0149078369140625, + -0.008544921875, + 0.032470703125, + -0.0550537109375, + -0.0121002197265625, + -0.023834228515625, + -0.03094482421875, + -0.0166168212890625, + -0.019744873046875, + -0.0021839141845703125, + 0.0230712890625, + -0.00555419921875, + -0.00811767578125, + 0.020782470703125, + -0.038909912109375, + 0.023834228515625, + 0.00783538818359375, + -0.006122589111328125, + 0.0020885467529296875, + -0.013763427734375, + 0.0008544921875, + 0.01442718505859375, + 0.00702667236328125, + -0.029052734375, + -0.021270751953125, + -0.07635498046875, + 0.003726959228515625, + -0.0097808837890625, + -0.01091766357421875, + -0.0261993408203125, + -0.047271728515625, + -0.038177490234375, + -0.000667572021484375, + 0.0379638671875, + 0.0001728534698486328, + -0.00830841064453125, + -0.031707763671875, + -0.0160369873046875, + -0.0177459716796875, + -0.0211639404296875, + 0.0482177734375, + -0.0208892822265625, + 0.009490966796875, + -0.01025390625, + -0.01215362548828125, + 0.01357269287109375, + 0.029815673828125, + 0.00930023193359375, + 0.01480865478515625, + 0.0186004638671875, + -0.008209228515625, + 0.005054473876953125, + 0.0179443359375, + -0.00982666015625, + 0.002597808837890625, + -0.0294342041015625, + 0.02581787109375, + -0.032470703125, + -0.023345947265625, + 0.0271453857421875, + 0.021270751953125, + 0.0311431884765625, + -0.004817962646484375, + -0.0220184326171875, + 0.0220184326171875, + 0.0058135986328125, + 0.06683349609375, + -0.0294342041015625, + -0.038726806640625, + 0.03399658203125, + 0.0049591064453125, + 0.038909912109375, + 0.047088623046875, + 0.0011272430419921875, + -0.026763916015625, + 0.01300811767578125, + 0.0550537109375, + -0.0009670257568359375, + -0.0237274169921875, + -0.04498291015625, + 0.03570556640625, + -0.00783538818359375, + 0.0430908203125, + 0.006977081298828125, + 0.07440185546875, + 0.007358551025390625, + 0.0033931732177734375, + 0.04937744140625, + 0.08465576171875, + 0.035888671875, + -0.0305633544921875, + -0.05657958984375, + -0.0102996826171875, + -0.00446319580078125, + -0.021453857421875, + -0.035308837890625, + 0.0166168212890625, + 0.0679931640625, + -0.036834716796875, + -0.026580810546875, + -0.0016498565673828125, + -0.0102996826171875, + 0.005695343017578125, + 0.02239990234375, + -0.03607177734375, + 0.0199432373046875, + 0.006122589111328125, + -0.0615234375, + -0.0073089599609375, + -0.0160369873046875, + 0.00844573974609375, + 0.044036865234375, + 0.0237274169921875, + -0.024017333984375, + 0.038543701171875, + 0.01262664794921875, + 0.036468505859375, + 0.0060272216796875, + 0.0185089111328125, + 0.0209808349609375, + 0.0252532958984375, + 0.04290771484375, + 0.045745849609375, + -0.03094482421875, + 0.0023975372314453125, + 0.0042724609375, + 0.0243072509765625, + 0.048614501953125, + 0.05999755859375, + 0.00605010986328125, + 0.0005192756652832031, + 0.005054473876953125, + -0.0751953125, + 0.016143798828125, + -0.008544921875, + 0.0131988525390625, + -0.0516357421875, + -0.02325439453125, + 0.00982666015625, + -0.0303802490234375, + 0.038360595703125, + -0.006931304931640625, + -0.03399658203125, + 0.0064544677734375, + 0.045562744140625, + -0.005031585693359375, + -0.048614501953125, + 0.009918212890625, + -0.02923583984375, + -0.026397705078125, + -0.0237274169921875, + -0.0235443115234375, + 0.0328369140625, + -0.0150909423828125, + -0.060760498046875, + -0.028106689453125, + 0.0345458984375, + -0.006076812744140625, + -0.05126953125, + -0.031341552734375, + 0.02923583984375, + -0.0243072509765625, + -0.037017822265625, + -0.0430908203125, + -0.030181884765625, + 0.0210723876953125, + -0.039886474609375, + -0.005222320556640625, + -0.005222320556640625, + -0.004131317138671875, + 0.003322601318359375, + -0.031341552734375, + -0.038177490234375, + 0.026763916015625, + -0.050506591796875, + 0.054290771484375, + 0.008209228515625, + 0.0115814208984375, + 0.018707275390625, + 0.0615234375, + -0.015472412109375, + 0.0199432373046875, + -0.016326904296875, + -0.06610107421875, + 0.01181793212890625, + 0.00873565673828125, + -0.0038928985595703125, + -0.06683349609375, + 0.0106353759765625, + 0.031707763671875, + -0.072509765625, + -0.0183258056640625, + -0.0228729248046875, + 0.005126953125, + -0.06036376953125, + 0.00424957275390625, + -0.004558563232421875, + 0.01557159423828125, + 0.0755615234375, + 0.00659942626953125, + -0.018798828125, + 0.0080718994140625, + -0.029815673828125, + 0.061126708984375, + 0.04803466796875, + -0.00424957275390625, + -0.03741455078125, + 0.033599853515625, + 0.0167999267578125, + -0.03759765625, + 0.00018990039825439453, + -0.06988525390625, + -0.001934051513671875, + 0.01519012451171875, + 0.01433563232421875, + -0.018707275390625, + -0.00868988037109375, + -0.046142578125, + -0.0184173583984375, + -0.01348114013671875, + 0.01898193359375, + 0.00617218017578125, + 0.0115814208984375, + -0.0286712646484375, + -0.0019702911376953125, + -0.00617218017578125, + -0.036651611328125, + -0.0345458984375, + -0.0110626220703125, + 0.031890869140625, + 0.00595855712890625, + -0.0831298828125, + 0.028106689453125, + 0.029052734375, + 0.0133819580078125, + 0.0260162353515625, + 0.06610107421875, + -0.033416748046875, + -0.01129913330078125, + 0.00514984130859375, + 0.045562744140625, + -0.00344085693359375, + -0.00344085693359375, + -0.0167083740234375, + 0.0252532958984375, + 0.013763427734375, + -0.029998779296875, + 0.050506591796875, + 0.0311431884765625, + -0.025054931640625, + -0.05963134765625, + -0.026580810546875, + -0.04461669921875, + 0.03741455078125, + -0.006549835205078125, + 0.028106689453125, + 0.0090179443359375, + -0.004154205322265625, + -0.103271484375, + 0.0396728515625, + -0.00301361083984375, + 0.0150909423828125, + 0.025634765625, + -0.00873565673828125, + -0.05963134765625, + -0.050872802734375, + -0.0033931732177734375, + 0.00467681884765625, + -0.0345458984375, + 0.022216796875, + 0.0133819580078125, + -0.00429534912109375, + 0.0016260147094726562, + -0.01528167724609375, + -0.016326904296875, + 0.040252685546875, + 0.0133819580078125, + -0.032073974609375, + 0.06036376953125, + -0.04974365234375, + 0.0175628662109375, + -0.0106353759765625, + 0.0162353515625, + 0.0157623291015625, + -0.006931304931640625, + -0.033050537109375, + -0.00873565673828125, + 0.025634765625, + 0.047454833984375, + -0.030181884765625, + 0.0183258056640625, + -0.0121002197265625, + 0.0193634033203125, + 0.004627227783203125, + -0.01812744140625, + 0.0236358642578125, + 0.004558563232421875, + -0.036834716796875, + -0.0097808837890625, + -0.04669189453125, + -0.0831298828125, + -0.0006289482116699219, + -0.043487548828125, + -0.003559112548828125, + 0.0235443115234375, + 0.0254364013671875, + 0.01309967041015625, + -0.0413818359375, + 0.041961669921875, + 0.0131988525390625, + -0.0081634521484375, + -0.0090179443359375, + 0.0106353759765625, + -0.01068115234375, + 0.03265380859375, + 0.01181793212890625, + -0.021636962890625, + 0.01471710205078125, + -0.022308349609375, + -0.0182342529296875, + -0.013671875, + 0.00429534912109375, + -0.01143646240234375, + 0.029815673828125, + -0.06610107421875, + -0.02581787109375, + 0.0094451904296875, + 0.030181884765625, + -0.01068115234375, + -0.02325439453125, + 0.0615234375, + -0.0011987686157226562, + -0.07977294921875, + 0.0128173828125, + -0.040618896484375, + -0.028472900390625, + 0.0199432373046875, + -0.0271453857421875, + -0.005863189697265625, + 0.026763916015625, + 0.028472900390625, + 0.0210723876953125, + 0.038360595703125, + -0.0012874603271484375, + -0.0305633544921875, + -0.0014896392822265625, + 0.0016965866088867188, + 0.038543701171875, + 0.0236358642578125, + 0.0218353271484375, + -0.0199432373046875, + 0.033416748046875, + 0.0235443115234375, + -0.110107421875, + -0.00711822509765625, + -0.03265380859375, + -0.01983642578125, + 0.026397705078125, + 0.053924560546875, + 0.035125732421875, + -0.00664520263671875, + 0.032073974609375, + 0.034942626953125, + 0.01727294921875, + -0.01100921630859375, + -0.03076171875, + -0.06646728515625, + -0.01641845703125, + 0.01224517822265625, + 0.0176544189453125, + -0.05279541015625, + 0.05963134765625, + 0.057708740234375, + -0.00540924072265625, + 0.017852783203125, + 0.026580810546875, + 0.01177215576171875, + 0.04937744140625, + 0.0176544189453125, + 0.03228759765625, + -0.065673828125, + 0.03607177734375, + 0.03912353515625, + -0.0173797607421875, + -0.0190887451171875, + -0.00711822509765625, + -0.0254364013671875, + 0.02734375, + -0.06646728515625, + 0.0175628662109375, + 0.0156707763671875, + 0.068359375, + 0.016326904296875, + -0.0345458984375, + -0.033050537109375, + 0.0236358642578125, + -0.0018987655639648438, + -0.0156707763671875, + -0.01015472412109375, + 0.00745391845703125, + -0.016998291015625, + 0.0254364013671875, + 0.0303802490234375, + 0.01433563232421875, + 0.04766845703125, + 0.01641845703125, + -0.045196533203125, + 0.0254364013671875, + -0.0176544189453125, + 0.02734375, + -0.00783538818359375, + -0.0193634033203125, + 0.00531768798828125, + -0.061126708984375, + 0.05810546875, + -0.0208892822265625, + 0.041015625, + 0.018890380859375, + -0.035125732421875, + -0.00911712646484375, + 0.002872467041015625, + -0.0030612945556640625, + 0.048614501953125, + 0.01898193359375, + 0.0237274169921875, + 0.0211639404296875, + 0.01262664794921875, + 0.015472412109375, + -0.058868408203125, + 0.038360595703125, + -0.031524658203125, + -0.0009794235229492188, + -0.048980712890625, + -0.0031566619873046875, + 0.018035888671875, + -0.031341552734375, + -0.01528167724609375, + -0.021270751953125, + -0.0009732246398925781, + -0.01049041748046875, + -0.033233642578125, + 0.0060272216796875, + 0.04974365234375, + -0.0447998046875, + 0.028106689453125, + 0.02581787109375, + -0.0008130073547363281, + -0.01224517822265625, + -0.047088623046875, + 0.0653076171875, + 0.038909912109375, + 0.003917694091796875, + -0.0084991455078125, + 0.005931854248046875, + 0.0328369140625, + 0.0142364501953125, + 0.0303802490234375, + 0.01271820068359375, + -0.0211639404296875, + 0.035308837890625, + 0.03076171875, + 0.01395416259765625, + -0.0209808349609375, + 0.0244903564453125, + 0.018798828125, + -0.040435791015625, + 0.036468505859375, + 0.0084991455078125, + 0.0205078125, + -0.01983642578125, + -0.0090179443359375, + -0.024017333984375, + -0.045562744140625, + 0.07745361328125, + -0.0141448974609375, + -0.00450897216796875, + 0.0303802490234375, + -0.0254364013671875, + 0.04425048828125, + 0.020782470703125, + 0.052398681640625, + -0.0254364013671875, + 0.02734375, + -0.033050537109375, + 0.0205078125, + -0.004913330078125, + 0.047454833984375, + -0.018035888671875, + 0.0279083251953125, + -0.02734375, + 0.053924560546875, + 0.0008544921875, + -0.0097808837890625, + -0.05963134765625, + -0.00617218017578125, + 0.012908935546875, + 0.00726318359375, + 0.029815673828125, + -0.034942626953125, + -0.00011867284774780273, + -0.0149993896484375, + 0.04669189453125, + 0.06719970703125, + -0.024200439453125, + 0.031707763671875, + 0.00621795654296875, + 0.003559112548828125, + -0.033050537109375, + 0.01983642578125 + ], + "metadata": { + "domains": [ + "malware-analysis", + "ics-forensics", + "static-investigations" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_FOCA", + "type": "tool", + "name": "FOCA", + "content": "foca elevenpaths (telefonica) entwickelte dieses osint-kraftpaket zur extraktion von metadaten aus öffentlich verfügbaren dokumenten für infrastructure- reconnaissance. crawlt systematisch websites nach pdfs, office-docs, bildern und extrahiert: autor-namen (potentielle mitarbeiter), software- versionen (attack-surface), interne pfade (network-topology), drucker- namen (physical-access-points). die dns-analysis korreliert domains mit gefundenen infrastrukturdaten. geolocation-features mappen ip-ranges. besonders wertvoll für social-engineering-vorbereitung: email-pattern- recognition generiert username-listen, organization-chart-reconstruction aus metadaten. plugin-system erweitert für custom-document-types. shodan-integration enrichert ip-intelligence. die gui macht komplexe osint-workflows auch für non-technical-investigators zugänglich. export-funktionen für weitere analysis-tools. unverzichtbar für penetration-tester und financial-crime-investigators die target- organizations verstehen müssen. metadata osint static-investigations fraud-investigation examination", + "embedding": [ + -0.042999267578125, + 0.042633056640625, + 0.054351806640625, + 0.019012451171875, + 0.0243377685546875, + 0.002254486083984375, + 0.0223846435546875, + 0.013946533203125, + -0.004642486572265625, + -0.0015096664428710938, + -0.035003662109375, + 0.0382080078125, + -0.0025653839111328125, + -0.006618499755859375, + -0.08172607421875, + 0.07427978515625, + -0.0078582763671875, + 0.01207733154296875, + 0.029144287109375, + 0.01812744140625, + -0.0145721435546875, + 0.0026760101318359375, + -0.04388427734375, + -0.006927490234375, + -0.004909515380859375, + 0.01412200927734375, + 0.00875091552734375, + -0.047607421875, + -0.0182037353515625, + -0.01412200927734375, + 0.04034423828125, + -0.0154571533203125, + -0.00577545166015625, + 0.0213165283203125, + 0.0232696533203125, + 0.0025653839111328125, + -0.01421356201171875, + -0.0518798828125, + -0.044769287109375, + 0.04034423828125, + -0.018829345703125, + 0.0085296630859375, + 0.0046844482421875, + 0.010345458984375, + -0.0236358642578125, + -0.0255889892578125, + -0.0029754638671875, + -0.007373809814453125, + 0.0184783935546875, + -0.02789306640625, + 0.04974365234375, + 0.01323699951171875, + 0.006927490234375, + -0.016876220703125, + -0.0362548828125, + 0.01261138916015625, + 0.01226043701171875, + -0.040496826171875, + -0.046905517578125, + 0.039794921875, + -0.036773681640625, + -0.0124359130859375, + -0.00994873046875, + -0.0277099609375, + 0.0284271240234375, + 0.0225677490234375, + -0.0189208984375, + -0.006885528564453125, + 0.0039520263671875, + -0.00003123283386230469, + 0.006084442138671875, + 0.0135040283203125, + 0.005462646484375, + -0.0029544830322265625, + -0.0479736328125, + -0.047271728515625, + 0.0036869049072265625, + 0.0185699462890625, + -0.00865936279296875, + 0.00821685791015625, + -0.053314208984375, + 0.006572723388671875, + 0.050811767578125, + -0.03216552734375, + -0.0175018310546875, + -0.00865936279296875, + 0.0271759033203125, + 0.0007772445678710938, + -0.00777435302734375, + 0.01172637939453125, + 0.0105743408203125, + 0.00994873046875, + 0.016876220703125, + -0.019012451171875, + 0.0273590087890625, + 0.052581787109375, + -0.0115509033203125, + 0.033050537109375, + -0.00879669189453125, + 0.0284271240234375, + 0.038360595703125, + -0.038360595703125, + 0.038726806640625, + -0.0004303455352783203, + 0.0262908935546875, + -0.0202484130859375, + -0.00148773193359375, + -0.0518798828125, + -0.0153656005859375, + 0.00621795654296875, + -0.0916748046875, + -0.042449951171875, + -0.0176849365234375, + -0.067138671875, + 0.0108795166015625, + 0.0255889892578125, + 0.005062103271484375, + 0.04620361328125, + -0.04034423828125, + -0.06219482421875, + 0.032684326171875, + 0.031982421875, + -0.0006384849548339844, + 0.0124359130859375, + -0.05224609375, + -0.06964111328125, + -0.0009937286376953125, + 0.02398681640625, + -0.02984619140625, + -0.0176849365234375, + 0.002597808837890625, + -0.01412200927734375, + 0.0100860595703125, + -0.03765869140625, + -0.01216888427734375, + 0.006351470947265625, + 0.0374755859375, + -0.01270294189453125, + -0.0009217262268066406, + 0.005374908447265625, + 0.0099029541015625, + -0.01412200927734375, + -0.044586181640625, + -0.026824951171875, + -0.0252227783203125, + -0.020172119140625, + -0.0271759033203125, + 0.046539306640625, + -0.044586181640625, + 0.0019550323486328125, + 0.0035533905029296875, + 0.02069091796875, + 0.058990478515625, + 0.01190185546875, + 0.00675201416015625, + -0.037841796875, + 0.0031986236572265625, + -0.0236358642578125, + 0.030914306640625, + 0.00160980224609375, + -0.006572723388671875, + 0.0124359130859375, + 0.0174102783203125, + 0.0236358642578125, + -0.01910400390625, + -0.0275421142578125, + -0.0114593505859375, + 0.0343017578125, + 0.0135040283203125, + 0.0069732666015625, + 0.0243377685546875, + -0.02166748046875, + 0.063232421875, + 0.05755615234375, + -0.004795074462890625, + 0.0153656005859375, + 0.0266571044921875, + -0.0130615234375, + 0.057220458984375, + 0.034637451171875, + -0.026123046875, + -0.004795074462890625, + 0.0421142578125, + -0.0064849853515625, + -0.0020427703857421875, + -0.01110076904296875, + -0.01812744140625, + 0.008087158203125, + -0.01367950439453125, + 0.038543701171875, + -0.0323486328125, + -0.0215911865234375, + -0.031982421875, + 0.038726806640625, + 0.036773681640625, + 0.044769287109375, + 0.0114593505859375, + -0.019989013671875, + 0.0134124755859375, + 0.028961181640625, + 0.004730224609375, + 0.028076171875, + 0.0006303787231445312, + 0.058624267578125, + 0.0179443359375, + 0.00617218017578125, + -0.02593994140625, + 0.04351806640625, + 0.0323486328125, + -0.021759033203125, + -0.01971435546875, + 0.06182861328125, + -0.00772857666015625, + -0.004974365234375, + -0.0241546630859375, + -0.0208740234375, + 0.0343017578125, + -0.0175018310546875, + -0.033233642578125, + 0.0175933837890625, + 0.004550933837890625, + -0.060394287109375, + 0.00553131103515625, + 0.0275421142578125, + -0.005352020263671875, + 0.0355224609375, + 0.02105712890625, + -0.006397247314453125, + -0.0014438629150390625, + 0.0174102783203125, + 0.0316162109375, + 0.01617431640625, + -0.0179443359375, + -0.005397796630859375, + -0.020965576171875, + -0.01261138916015625, + 0.04937744140625, + 0.04156494140625, + 0.030914306640625, + 0.01065826416015625, + -0.0335693359375, + 0.061126708984375, + -0.02789306640625, + 0.041046142578125, + 0.0196380615234375, + 0.00234222412109375, + -0.003509521484375, + 0.0192718505859375, + 0.0518798828125, + 0.06927490234375, + -0.024688720703125, + -0.00026226043701171875, + -0.08489990234375, + 0.0172271728515625, + -0.035888671875, + -0.0182952880859375, + -0.016693115234375, + -0.06005859375, + 0.06005859375, + -0.01332855224609375, + -0.0294952392578125, + -0.0023651123046875, + 0.0479736328125, + -0.007328033447265625, + 0.04547119140625, + 0.001010894775390625, + -0.050811767578125, + 0.02203369140625, + 0.07781982421875, + -0.004486083984375, + -0.03179931640625, + -0.0009603500366210938, + 0.035888671875, + -0.0145721435546875, + 0.0193634033203125, + -0.036956787109375, + 0.0004608631134033203, + 0.059326171875, + 0.0286102294921875, + 0.045318603515625, + -0.033050537109375, + 0.022735595703125, + -0.005863189697265625, + 0.0413818359375, + -0.07781982421875, + -0.01812744140625, + -0.0134124755859375, + 0.0243377685546875, + -0.0296630859375, + -0.047271728515625, + 0.0115509033203125, + 0.03338623046875, + 0.005084991455078125, + -0.02105712890625, + 0.0245208740234375, + -0.054718017578125, + 0.00728607177734375, + -0.0009937286376953125, + -0.00799560546875, + 0.05010986328125, + 0.042816162109375, + -0.0255889892578125, + 0.01367950439453125, + 0.006927490234375, + 0.0017766952514648438, + -0.0144805908203125, + -0.0667724609375, + -0.04937744140625, + 0.030731201171875, + -0.05615234375, + -0.00040531158447265625, + 0.01207733154296875, + -0.009552001953125, + 0.039794921875, + -0.0135040283203125, + 0.002765655517578125, + -0.039276123046875, + -0.0323486328125, + -0.0003247261047363281, + -0.0433349609375, + -0.02984619140625, + -0.02984619140625, + 0.072509765625, + 0.01519012451171875, + -0.0019207000732421875, + 0.00577545166015625, + -0.004550933837890625, + -0.04937744140625, + 0.020782470703125, + -0.0262908935546875, + 0.033050537109375, + 0.0078582763671875, + 0.042633056640625, + 0.0266571044921875, + 0.00402069091796875, + 0.01074981689453125, + 0.051513671875, + 0.028076171875, + -0.027008056640625, + 0.0040435791015625, + 0.0084381103515625, + 0.006927490234375, + 0.011016845703125, + -0.0343017578125, + -0.0196380615234375, + -0.0214080810546875, + -0.0284271240234375, + 0.0293121337890625, + 0.0165252685546875, + 0.03802490234375, + 0.00719451904296875, + -0.019012451171875, + 0.00548553466796875, + 0.067138671875, + 0.0105743408203125, + 0.11444091796875, + -0.0264739990234375, + -0.03802490234375, + 0.004398345947265625, + 0.0189208984375, + -0.0286102294921875, + -0.00018465518951416016, + 0.0284271240234375, + 0.01287841796875, + -0.020172119140625, + 0.044586181640625, + -0.0123443603515625, + 0.0316162109375, + -0.01226043701171875, + 0.00675201416015625, + 0.032501220703125, + -0.0275421142578125, + 0.00450897216796875, + 0.06182861328125, + -0.00006347894668579102, + 0.0172271728515625, + 0.052581787109375, + -0.03961181640625, + -0.007373809814453125, + -0.0479736328125, + -0.060760498046875, + 0.015899658203125, + 0.038909912109375, + 0.0213165283203125, + 0.04937744140625, + -0.01483154296875, + -0.06610107421875, + 0.02789306640625, + -0.05755615234375, + 0.08917236328125, + 0.04547119140625, + 0.032501220703125, + 0.028961181640625, + -0.01430511474609375, + 0.0010938644409179688, + 0.037841796875, + 0.032501220703125, + 0.016876220703125, + 0.0518798828125, + 0.0374755859375, + 0.0343017578125, + -0.04034423828125, + 0.0255889892578125, + 0.05010986328125, + 0.036773681640625, + 0.0202484130859375, + 0.03216552734375, + 0.008575439453125, + 0.04193115234375, + -0.014923095703125, + 0.031097412109375, + 0.01812744140625, + -0.0277099609375, + 0.002353668212890625, + -0.0134124755859375, + 0.031097412109375, + -0.06396484375, + 0.003131866455078125, + -0.015899658203125, + 0.007061004638671875, + 0.005218505859375, + 0.01483154296875, + -0.0667724609375, + -0.005374908447265625, + 0.0335693359375, + -0.06573486328125, + 0.004665374755859375, + 0.0226593017578125, + -0.0083465576171875, + 0.0273590087890625, + -0.021759033203125, + -0.042633056640625, + 0.041229248046875, + -0.028778076171875, + -0.0266571044921875, + 0.0031528472900390625, + 0.0145721435546875, + -0.0479736328125, + -0.009063720703125, + -0.04034423828125, + -0.0100860595703125, + -0.0184783935546875, + 0.003841400146484375, + 0.0421142578125, + 0.0069732666015625, + 0.0164337158203125, + 0.0243377685546875, + 0.05755615234375, + -0.0080413818359375, + -0.01030731201171875, + 0.024688720703125, + -0.0114593505859375, + -0.07781982421875, + 0.022735595703125, + 0.02203369140625, + 0.0028095245361328125, + -0.054718017578125, + 0.0006856918334960938, + -0.0103912353515625, + -0.00499725341796875, + -0.00528717041015625, + 0.022918701171875, + -0.03338623046875, + -0.037139892578125, + -0.040679931640625, + 0.0316162109375, + 0.020782470703125, + 0.034820556640625, + 0.01421356201171875, + -0.01181793212890625, + 0.0238037109375, + -0.074951171875, + -0.0134124755859375, + -0.006397247314453125, + -0.001110076904296875, + -0.01367950439453125, + 0.05755615234375, + -0.018035888671875, + -0.01163482666015625, + -0.024688720703125, + 0.042449951171875, + 0.037322998046875, + 0.0064849853515625, + -0.04583740234375, + 0.040679931640625, + 0.017852783203125, + -0.037322998046875, + -0.01110076904296875, + -0.0012712478637695312, + 0.026123046875, + 0.050811767578125, + -0.043701171875, + -0.00928497314453125, + -0.0134124755859375, + -0.06256103515625, + -0.046905517578125, + -0.047271728515625, + -0.031097412109375, + -0.0254058837890625, + 0.0163421630859375, + 0.0355224609375, + -0.004306793212890625, + 0.029144287109375, + -0.003509521484375, + 0.00861358642578125, + 0.02593994140625, + 0.020172119140625, + -0.030029296875, + 0.038726806640625, + -0.052581787109375, + -0.049041748046875, + -0.0238037109375, + 0.0243377685546875, + -0.0134124755859375, + 0.0021762847900390625, + 0.0051727294921875, + -0.03570556640625, + 0.047271728515625, + -0.0266571044921875, + -0.010528564453125, + 0.01580810546875, + -0.042999267578125, + -0.0374755859375, + -0.0243377685546875, + 0.015899658203125, + 0.02166748046875, + 0.0007772445678710938, + 0.0222930908203125, + 0.07000732421875, + -0.0303802490234375, + 0.0213165283203125, + 0.01043701171875, + -0.0026531219482421875, + -0.01079559326171875, + 0.0003802776336669922, + -0.0050201416015625, + -0.00222015380859375, + 0.02008056640625, + -0.0033969879150390625, + -0.021759033203125, + -0.071044921875, + 0.0266571044921875, + -0.002376556396484375, + 0.0125274658203125, + -0.0143890380859375, + -0.047271728515625, + -0.054718017578125, + 0.006351470947265625, + 0.024688720703125, + 0.023101806640625, + -0.0175018310546875, + -0.041046142578125, + -0.00499725341796875, + -0.0005331039428710938, + -0.0303802490234375, + 0.04583740234375, + -0.0196380615234375, + 0.0205230712890625, + 0.0005025863647460938, + -0.0236358642578125, + 0.041748046875, + 0.0085296630859375, + 0.03961181640625, + -0.0016984939575195312, + 0.03179931640625, + -0.03216552734375, + 0.0042877197265625, + -0.0031528472900390625, + 0.005352020263671875, + 0.011016845703125, + -0.027008056640625, + 0.0179443359375, + -0.0262908935546875, + -0.018035888671875, + 0.02593994140625, + 0.0203399658203125, + 0.0186614990234375, + -0.01812744140625, + -0.0027866363525390625, + 0.007415771484375, + 0.004596710205078125, + 0.051513671875, + -0.032501220703125, + -0.053314208984375, + -0.00994873046875, + -0.028076171875, + 0.04547119140625, + 0.0236358642578125, + -0.0284271240234375, + -0.02398681640625, + 0.01314544677734375, + 0.04425048828125, + 0.01910400390625, + -0.055084228515625, + -0.03802490234375, + 0.031097412109375, + 0.02789306640625, + 0.046905517578125, + -0.003353118896484375, + 0.06573486328125, + 0.002742767333984375, + -0.00397491455078125, + 0.0162506103515625, + 0.06146240234375, + 0.0185699462890625, + -0.032867431640625, + -0.0343017578125, + -0.005817413330078125, + 0.01385498046875, + -0.06219482421875, + -0.03607177734375, + -0.005596160888671875, + 0.048675537109375, + -0.0714111328125, + -0.03338623046875, + -0.01016998291015625, + 0.0074615478515625, + 0.005664825439453125, + -0.006572723388671875, + -0.0202484130859375, + 0.01279449462890625, + 0.013946533203125, + -0.0273590087890625, + -0.01128387451171875, + -0.020782470703125, + -0.01261138916015625, + 0.0382080078125, + 0.0282440185546875, + -0.0162506103515625, + 0.0323486328125, + 0.007373809814453125, + 0.0223846435546875, + 0.03802490234375, + 0.036773681640625, + 0.01216888427734375, + 0.033233642578125, + 0.039093017578125, + 0.06182861328125, + -0.0271759033203125, + -0.01528167724609375, + -0.01128387451171875, + 0.0362548828125, + 0.034637451171875, + 0.040679931640625, + -0.006130218505859375, + -0.0130615234375, + -0.006664276123046875, + -0.0163421630859375, + -0.0005216598510742188, + 0.004131317138671875, + 0.00426483154296875, + -0.06219482421875, + -0.0286102294921875, + -0.005306243896484375, + -0.037139892578125, + 0.023101806640625, + 0.0046844482421875, + -0.0374755859375, + -0.00981903076171875, + 0.0374755859375, + -0.0185699462890625, + -0.04974365234375, + 0.021148681640625, + -0.007061004638671875, + -0.028961181640625, + -0.02398681640625, + -0.0362548828125, + 0.047607421875, + -0.0305633544921875, + -0.07318115234375, + -0.024871826171875, + 0.0301971435546875, + 0.007549285888671875, + -0.0382080078125, + -0.00029969215393066406, + 0.0173187255859375, + -0.0172271728515625, + -0.004062652587890625, + -0.0374755859375, + -0.0156402587890625, + 0.0033092498779296875, + -0.04620361328125, + 0.0175018310546875, + -0.0163421630859375, + -0.0090179443359375, + -0.002841949462890625, + 0.00524139404296875, + -0.048309326171875, + 0.0174102783203125, + -0.044403076171875, + 0.048675537109375, + 0.00910186767578125, + 0.0206146240234375, + 0.0273590087890625, + 0.0479736328125, + 0.0090179443359375, + 0.002887725830078125, + -0.00994873046875, + -0.03338623046875, + 0.0028209686279296875, + -0.01358795166015625, + 0.00772857666015625, + -0.0557861328125, + -0.00777435302734375, + 0.03607177734375, + -0.09808349609375, + 0.008392333984375, + 0.003841400146484375, + -0.0271759033203125, + -0.042633056640625, + 0.0052642822265625, + -0.0078582763671875, + 0.0195465087890625, + 0.06146240234375, + -0.0012712478637695312, + -0.007415771484375, + 0.0104827880859375, + -0.0236358642578125, + 0.044403076171875, + 0.0035533905029296875, + 0.024871826171875, + -0.03411865234375, + 0.028778076171875, + 0.036590576171875, + -0.019989013671875, + 0.008880615234375, + -0.05755615234375, + -0.02398681640625, + 0.042633056640625, + 0.01430511474609375, + -0.01119232177734375, + -0.00010061264038085938, + -0.01270294189453125, + -0.0294952392578125, + 0.00009506940841674805, + 0.00994873046875, + 0.0029087066650390625, + 0.016082763671875, + -0.024688720703125, + -0.02203369140625, + 0.02069091796875, + -0.059326171875, + -0.0413818359375, + -0.030731201171875, + 0.04620361328125, + 0.0296630859375, + -0.056488037109375, + 0.0089263916015625, + -0.006664276123046875, + -0.000469207763671875, + 0.0236358642578125, + 0.053314208984375, + -0.047271728515625, + -0.014923095703125, + -0.023101806640625, + 0.018035888671875, + 0.0090179443359375, + -0.01163482666015625, + -0.015899658203125, + -0.00099945068359375, + 0.051513671875, + -0.0205230712890625, + 0.031097412109375, + 0.025054931640625, + -0.04583740234375, + -0.034454345703125, + -0.005352020263671875, + -0.025054931640625, + 0.034820556640625, + 0.0051727294921875, + 0.01465606689453125, + -0.007904052734375, + -0.01323699951171875, + -0.1002197265625, + 0.0273590087890625, + -0.03216552734375, + 0.01678466796875, + 0.03802490234375, + -0.020782470703125, + -0.053314208984375, + -0.0335693359375, + -0.01812744140625, + 0.0293121337890625, + -0.047607421875, + 0.035003662109375, + 0.0202484130859375, + -0.01043701171875, + 0.0017099380493164062, + 0.017852783203125, + -0.006927490234375, + 0.051513671875, + -0.0002720355987548828, + -0.031097412109375, + 0.0885009765625, + -0.0294952392578125, + 0.0018873214721679688, + 0.022125244140625, + -0.0226593017578125, + 0.0034198760986328125, + -0.01181793212890625, + -0.045135498046875, + -0.0275421142578125, + 0.049041748046875, + 0.047271728515625, + -0.0275421142578125, + 0.020965576171875, + -0.0198974609375, + 0.0355224609375, + 0.0074615478515625, + 0.0059967041015625, + -0.0036869049072265625, + -0.0007495880126953125, + -0.0236358642578125, + -0.0241546630859375, + -0.0675048828125, + -0.05364990234375, + 0.00870513916015625, + -0.056488037109375, + 0.00524139404296875, + 0.0264739990234375, + 0.0033321380615234375, + 0.0355224609375, + -0.056854248046875, + 0.0479736328125, + 0.004974365234375, + -0.00701904296875, + -0.01367950439453125, + 0.038726806640625, + -0.01412200927734375, + 0.038543701171875, + 0.0124359130859375, + -0.01190185546875, + -0.001743316650390625, + -0.004550933837890625, + -0.00799560546875, + -0.0175018310546875, + 0.0401611328125, + -0.01971435546875, + 0.0017547607421875, + -0.051513671875, + -0.01358795166015625, + 0.022918701171875, + 0.035186767578125, + 0.022918701171875, + -0.0078582763671875, + 0.028961181640625, + -0.00028324127197265625, + -0.05755615234375, + 0.0394287109375, + -0.0078582763671875, + -0.01910400390625, + 0.0179443359375, + -0.00981903076171875, + 0.0105743408203125, + 0.009368896484375, + 0.036773681640625, + 0.022735595703125, + 0.0413818359375, + 0.01483154296875, + -0.0362548828125, + -0.0156402587890625, + 0.0008549690246582031, + 0.017852783203125, + -0.0019207000732421875, + 0.0179443359375, + -0.0262908935546875, + 0.0557861328125, + -0.0156402587890625, + -0.0675048828125, + 0.0015764236450195312, + -0.0110626220703125, + -0.047607421875, + 0.0266571044921875, + 0.054718017578125, + 0.0205230712890625, + 0.009063720703125, + 0.0343017578125, + 0.0316162109375, + 0.0303802490234375, + 0.01065826416015625, + -0.005573272705078125, + -0.055084228515625, + -0.01061248779296875, + 0.049041748046875, + 0.0479736328125, + -0.060394287109375, + 0.03570556640625, + 0.047607421875, + -0.0205230712890625, + -0.034637451171875, + 0.004886627197265625, + -0.0271759033203125, + 0.034637451171875, + 0.05010986328125, + 0.0113677978515625, + -0.049041748046875, + 0.0124359130859375, + 0.01776123046875, + -0.00884246826171875, + 0.0135040283203125, + -0.0099945068359375, + -0.03997802734375, + 0.044403076171875, + -0.072509765625, + -0.010345458984375, + -0.0055084228515625, + 0.07568359375, + 0.004329681396484375, + -0.0440673828125, + -0.022735595703125, + 0.036773681640625, + 0.0109710693359375, + -0.01216888427734375, + 0.0238037109375, + 0.00013458728790283203, + 0.002620697021484375, + 0.0255889892578125, + 0.039794921875, + 0.0271759033203125, + 0.038726806640625, + 0.04034423828125, + -0.041229248046875, + 0.01678466796875, + 0.0156402587890625, + 0.0193634033203125, + 0.01270294189453125, + -0.034820556640625, + -0.0305633544921875, + -0.054718017578125, + 0.0234527587890625, + 0.0224761962890625, + 0.031280517578125, + -0.0033092498779296875, + 0.00879669189453125, + -0.01061248779296875, + -0.01412200927734375, + 0.00470733642578125, + 0.041046142578125, + 0.00830841064453125, + -0.0125274658203125, + 0.002231597900390625, + 0.034637451171875, + -0.0179443359375, + -0.033050537109375, + 0.03802490234375, + -0.0433349609375, + 0.0031757354736328125, + -0.0255889892578125, + 0.0040435791015625, + -0.0013875961303710938, + 0.009063720703125, + -0.0104827880859375, + -0.04351806640625, + -0.019805908203125, + -0.004375457763671875, + -0.0362548828125, + -0.0257568359375, + 0.0479736328125, + -0.04937744140625, + 0.0036640167236328125, + 0.043701171875, + -0.01123809814453125, + 0.0035305023193359375, + -0.053314208984375, + 0.0667724609375, + 0.035186767578125, + 0.0164337158203125, + 0.003864288330078125, + -0.0019550323486328125, + 0.0596923828125, + -0.004398345947265625, + 0.02069091796875, + 0.019989013671875, + -0.0252227783203125, + 0.048675537109375, + 0.061126708984375, + -0.005306243896484375, + -0.0421142578125, + 0.021759033203125, + 0.01021575927734375, + -0.032867431640625, + 0.041748046875, + 0.0005688667297363281, + 0.0194549560546875, + -0.004730224609375, + -0.01465606689453125, + -0.01314544677734375, + -0.0557861328125, + 0.052581787109375, + 0.008392333984375, + 0.005950927734375, + 0.0150146484375, + -0.046539306640625, + 0.02789306640625, + 0.02398681640625, + 0.048675537109375, + -0.042816162109375, + 0.07427978515625, + -0.0184783935546875, + 0.0172271728515625, + -0.024871826171875, + 0.01430511474609375, + -0.0154571533203125, + 0.0401611328125, + -0.0192718505859375, + 0.052581787109375, + 0.0183868408203125, + 0.004108428955078125, + -0.07708740234375, + -0.003353118896484375, + 0.006839752197265625, + 0.0264739990234375, + 0.032684326171875, + -0.058624267578125, + -0.03216552734375, + 0.035003662109375, + 0.030731201171875, + 0.05224609375, + -0.017852783203125, + 0.0215911865234375, + 0.00617218017578125, + -0.011016845703125, + 0.005950927734375, + -0.0202484130859375 + ], + "metadata": { + "domains": [ + "static-investigations", "fraud-investigation" ], + "phases": [ + "examination" + ], + "tags": [ + "metadata", + "osint" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_MSAB_XRY", + "type": "tool", + "name": "MSAB XRY", + "content": "msab xry die schwedische mobile-forensik-suite bietet physical und logical extraction für ios und android mit regelmäßigen exploit-updates. besonders stark bei chinesischen smartphones (huawei, xiaomi) und speziellen hardware-typen. der drone-module extrahiert flugdaten von dji und parrot. xry camera identifiziert geräte aus bildern. die analyze-software visualisiert kommunikationsmuster und bewegungs- profile. xamn-elements für link-analyse zwischen mehreren geräten. cloud-extraction für 30+ services. die pin-code-breaker-hardware knackt 4-6 stellige codes. training und zertifizierung inklusive. preislich mit cellebrite vergleichbar (15.000€+) aber mit transparenterer verkaufspolitik. updates alle 6-8 wochen für neue apps. eu-basierte alternative zu us-amerikanischen lösungen. 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.0089874267578125, + 0.030853271484375, + 0.0281982421875, + 0.00841522216796875, + 0.0504150390625, + 0.05181884765625, + 0.03912353515625, + 0.0013494491577148438, + -0.01093292236328125, + -0.01163482666015625, + -0.0239715576171875, + 0.07012939453125, + 0.01154327392578125, + -0.000514984130859375, + -0.07122802734375, + 0.06414794921875, + 0.0168304443359375, + 0.021148681640625, + 0.01983642578125, + -0.007843017578125, + 0.0106201171875, + -0.0269775390625, + -0.0241546630859375, + 0.0045166015625, + 0.00881195068359375, + -0.005859375, + -0.0287322998046875, + -0.021942138671875, + -0.038787841796875, + 0.00771331787109375, + 0.02362060546875, + -0.01480865478515625, + -0.011810302734375, + 0.030670166015625, + 0.0022029876708984375, + -0.02362060546875, + 0.006786346435546875, + -0.0079345703125, + -0.0053558349609375, + 0.0303192138671875, + -0.00612640380859375, + 0.0066986083984375, + 0.0017957687377929688, + 0.01154327392578125, + -0.032623291015625, + -0.036651611328125, + -0.00890350341796875, + -0.033843994140625, + 0.0191192626953125, + -0.007625579833984375, + 0.010711669921875, + 0.022735595703125, + -0.01666259765625, + 0.002170562744140625, + -0.039306640625, + 0.006744384765625, + 0.00995635986328125, + -0.0312042236328125, + -0.054290771484375, + 0.0726318359375, + -0.05322265625, + -0.01242828369140625, + -0.0142822265625, + 0.00916290283203125, + 0.00275421142578125, + 0.035430908203125, + -0.01207733154296875, + -0.0224761962890625, + -0.00841522216796875, + 0.0280303955078125, + 0.0224761962890625, + -0.0200042724609375, + -0.028564453125, + 0.0114593505859375, + -0.030670166015625, + -0.038238525390625, + 0.022918701171875, + 0.01401519775390625, + -0.00665283203125, + -0.01093292236328125, + -0.027496337890625, + 0.000022709369659423828, + 0.039306640625, + 0.00122833251953125, + -0.0178070068359375, + -0.014190673828125, + 0.0238037109375, + -0.01049041748046875, + -0.00982666015625, + -0.0105743408203125, + 0.0210723876953125, + -0.01277923583984375, + 0.015960693359375, + 0.0017518997192382812, + 0.037017822265625, + 0.05816650390625, + -0.0162200927734375, + 0.0013551712036132812, + -0.034912109375, + 0.048309326171875, + 0.004383087158203125, + -0.0269775390625, + 0.049346923828125, + -0.0208892822265625, + 0.049346923828125, + -0.0377197265625, + -0.00010395050048828125, + -0.0301361083984375, + -0.0239715576171875, + -0.0011568069458007812, + -0.08746337890625, + -0.035064697265625, + -0.019561767578125, + -0.052520751953125, + -0.0234375, + -0.00876617431640625, + -0.0234375, + 0.02838134765625, + -0.03753662109375, + -0.033660888671875, + 0.042144775390625, + -0.007579803466796875, + 0.00766754150390625, + 0.00334930419921875, + -0.046875, + -0.05535888671875, + 0.0138397216796875, + 0.0239715576171875, + -0.0146331787109375, + -0.02520751953125, + -0.019561767578125, + -0.0271453857421875, + -0.0163116455078125, + -0.037200927734375, + -0.007801055908203125, + -0.05499267578125, + 0.0238037109375, + 0.00665283203125, + -0.01000213623046875, + 0.027679443359375, + 0.0305023193359375, + 0.003856658935546875, + -0.09307861328125, + 0.009124755859375, + -0.046173095703125, + -0.0074462890625, + -0.0312042236328125, + 0.0631103515625, + -0.057830810546875, + -0.004627227783203125, + -0.00930023193359375, + 0.0208892822265625, + 0.051483154296875, + 0.00069427490234375, + -0.009918212890625, + -0.029266357421875, + -0.0002396106719970703, + -0.032257080078125, + 0.033477783203125, + -0.0016632080078125, + -0.019744873046875, + 0.0217742919921875, + 0.01088714599609375, + 0.035430908203125, + -0.0262603759765625, + -0.034210205078125, + -0.0224761962890625, + 0.019744873046875, + 0.009521484375, + -0.0026111602783203125, + 0.0294342041015625, + -0.025390625, + 0.07861328125, + 0.07086181640625, + -0.005573272705078125, + 0.05712890625, + 0.0185089111328125, + -0.016387939453125, + 0.0009751319885253906, + 0.0241546630859375, + -0.0305023193359375, + -0.00982666015625, + 0.03155517578125, + 0.005641937255859375, + 0.016387939453125, + -0.01357269287109375, + -0.043731689453125, + 0.005245208740234375, + -0.04583740234375, + 0.052520751953125, + -0.0238037109375, + -0.02362060546875, + 0.0011568069458007812, + 0.0264434814453125, + 0.0281982421875, + 0.0849609375, + 0.03790283203125, + -0.036834716796875, + 0.035614013671875, + -0.0037021636962890625, + -0.004428863525390625, + 0.04248046875, + -0.005443572998046875, + 0.048309326171875, + 0.0345458984375, + 0.0232696533203125, + -0.010711669921875, + 0.05078125, + 0.01190185546875, + -0.007358551025390625, + -0.0174560546875, + 0.052886962890625, + -0.01313018798828125, + -0.01093292236328125, + -0.0310211181640625, + -0.021148681640625, + 0.0176239013671875, + -0.0262603759765625, + -0.0313720703125, + -0.01366424560546875, + 0.01392364501953125, + -0.062408447265625, + -0.0002493858337402344, + 0.03173828125, + -0.0289154052734375, + 0.0222930908203125, + 0.022918701171875, + -0.00372314453125, + -0.04248046875, + 0.009521484375, + 0.032440185546875, + 0.0262603759765625, + 0.021240234375, + -0.0045166015625, + -0.027496337890625, + -0.016571044921875, + 0.0241546630859375, + 0.0215911865234375, + 0.035614013671875, + 0.0142822265625, + -0.0200042724609375, + 0.057464599609375, + -0.017364501953125, + 0.027679443359375, + 0.03472900390625, + -0.0121612548828125, + -0.00019693374633789062, + 0.032958984375, + 0.029266357421875, + 0.037017822265625, + -0.05181884765625, + -0.00449371337890625, + -0.08428955078125, + 0.0207977294921875, + -0.061004638671875, + -0.037200927734375, + -0.00334930419921875, + -0.04901123046875, + 0.061004638671875, + -0.0207977294921875, + -0.038970947265625, + -0.01039886474609375, + 0.0224761962890625, + 0.021148681640625, + 0.03173828125, + 0.0145416259765625, + -0.035430908203125, + 0.0223846435546875, + 0.06695556640625, + 0.00045990943908691406, + -0.01207733154296875, + -0.02362060546875, + 0.026611328125, + -0.01568603515625, + 0.0280303955078125, + -0.0257415771484375, + 0.00009775161743164062, + 0.034210205078125, + 0.0313720703125, + 0.0138397216796875, + -0.046539306640625, + 0.0428466796875, + -0.0184173583984375, + 0.020355224609375, + -0.04388427734375, + -0.01357269287109375, + 0.0036144256591796875, + 0.004913330078125, + -0.011810302734375, + -0.0440673828125, + 0.003459930419921875, + 0.04248046875, + -0.0011682510375976562, + 0.0094757080078125, + -0.0074462890625, + -0.032958984375, + -0.0079803466796875, + 0.0171051025390625, + 0.0146331787109375, + 0.046875, + 0.01506805419921875, + -0.0287322998046875, + 0.00974273681640625, + 0.00453948974609375, + 0.005245208740234375, + -0.044769287109375, + -0.040191650390625, + -0.011016845703125, + 0.0013055801391601562, + -0.038421630859375, + -0.0162200927734375, + 0.005443572998046875, + -0.0333251953125, + 0.009918212890625, + -0.0066986083984375, + 0.003437042236328125, + -0.0238037109375, + -0.06805419921875, + -0.0154266357421875, + -0.0079803466796875, + -0.036651611328125, + -0.01322174072265625, + 0.06414794921875, + 0.00890350341796875, + 0.01128387451171875, + -0.01401519775390625, + -0.035064697265625, + -0.04248046875, + 0.0262603759765625, + 0.010711669921875, + 0.014892578125, + -0.042144775390625, + 0.0310211181640625, + 0.0015420913696289062, + 0.024322509765625, + 0.0200042724609375, + 0.0687255859375, + 0.05181884765625, + -0.00823974609375, + -0.00102996826171875, + 0.01198577880859375, + 0.01207733154296875, + 0.040191650390625, + -0.029266357421875, + -0.035247802734375, + -0.003833770751953125, + -0.03192138671875, + 0.036651611328125, + 0.035430908203125, + 0.042999267578125, + 0.0248565673828125, + -0.035614013671875, + 0.001773834228515625, + 0.0634765625, + -0.0029296875, + 0.08111572265625, + -0.0086822509765625, + -0.0312042236328125, + 0.005157470703125, + 0.040557861328125, + -0.0313720703125, + -0.005859375, + 0.050048828125, + -0.0029964447021484375, + 0.005222320556640625, + 0.0186920166015625, + -0.033477783203125, + 0.0214996337890625, + -0.0074920654296875, + -0.0201873779296875, + 0.01983642578125, + -0.0215911865234375, + 0.006565093994140625, + 0.035247802734375, + 0.047943115234375, + 0.00608062744140625, + 0.01000213623046875, + -0.034210205078125, + -0.006389617919921875, + -0.01154327392578125, + -0.047607421875, + 0.03173828125, + 0.0264434814453125, + 0.034912109375, + 0.034027099609375, + -0.032623291015625, + -0.079345703125, + 0.01044464111328125, + -0.047943115234375, + 0.0567626953125, + 0.054656982421875, + 0.01824951171875, + 0.0241546630859375, + -0.0142822265625, + 0.010711669921875, + 0.01445770263671875, + 0.006214141845703125, + 0.01207733154296875, + 0.04107666015625, + 0.02520751953125, + 0.0137481689453125, + -0.019744873046875, + 0.0234375, + 0.0273284912109375, + 0.00647735595703125, + -0.003437042236328125, + 0.046875, + 0.0210723876953125, + 0.049346923828125, + -0.007007598876953125, + 0.060638427734375, + -0.0004131793975830078, + 0.01198577880859375, + 0.01123809814453125, + -0.013397216796875, + 0.01163482666015625, + -0.04901123046875, + -0.00916290283203125, + -0.005992889404296875, + -0.0079345703125, + 0.021148681640625, + 0.0301361083984375, + -0.0638427734375, + -0.020538330078125, + 0.049346923828125, + -0.057464599609375, + 0.0223846435546875, + 0.03472900390625, + -0.033660888671875, + -0.0012674331665039062, + -0.01392364501953125, + -0.033660888671875, + 0.049713134765625, + 0.011016845703125, + -0.033660888671875, + 0.008636474609375, + 0.0217742919921875, + -0.0167388916015625, + -0.0273284912109375, + -0.042999267578125, + -0.0184173583984375, + -0.006256103515625, + -0.027679443359375, + 0.0380859375, + -0.0005593299865722656, + -0.00396728515625, + 0.0303192138671875, + 0.04443359375, + 0.00555419921875, + -0.0183258056640625, + 0.028564453125, + -0.0162200927734375, + -0.038970947265625, + 0.01568603515625, + 0.01251220703125, + 0.0472412109375, + -0.0201873779296875, + -0.0264434814453125, + 0.00066375732421875, + -0.00811004638671875, + 0.03173828125, + 0.0207061767578125, + -0.009521484375, + -0.0289154052734375, + -0.0396728515625, + 0.047943115234375, + 0.0230865478515625, + 0.05712890625, + -0.027496337890625, + -0.034912109375, + 0.0269775390625, + -0.04864501953125, + -0.0241546630859375, + -0.022918701171875, + 0.008636474609375, + -0.03173828125, + 0.072998046875, + -0.01198577880859375, + 0.00409698486328125, + -0.0035915374755859375, + 0.061004638671875, + 0.005596160888671875, + 0.0011348724365234375, + -0.059234619140625, + 0.032958984375, + 0.044769287109375, + -0.041778564453125, + -0.01357269287109375, + -0.0028858184814453125, + -0.03790283203125, + 0.0312042236328125, + -0.0199127197265625, + 0.0019063949584960938, + 0.01277923583984375, + -0.0726318359375, + -0.047943115234375, + -0.0287322998046875, + 0.00548553466796875, + -0.0137481689453125, + 0.03472900390625, + 0.029083251953125, + -0.035064697265625, + 0.0130462646484375, + -0.0113677978515625, + 0.0097808837890625, + 0.00836944580078125, + 0.00555419921875, + -0.0303192138671875, + 0.0199127197265625, + -0.062042236328125, + -0.01154327392578125, + -0.01190185546875, + 0.00855255126953125, + -0.016571044921875, + 0.00005370378494262695, + 0.0138397216796875, + -0.0184173583984375, + 0.030853271484375, + -0.035247802734375, + -0.015777587890625, + -0.004383087158203125, + -0.04388427734375, + -0.033660888671875, + 0.0070953369140625, + 0.004802703857421875, + 0.0239715576171875, + -0.020538330078125, + -0.0019283294677734375, + 0.03436279296875, + -0.061004638671875, + 0.0106201171875, + -0.0017080307006835938, + -0.007228851318359375, + -0.0011625289916992188, + -0.006744384765625, + -0.011810302734375, + 0.00920867919921875, + 0.049346923828125, + -0.0176239013671875, + -0.0208892822265625, + -0.0821533203125, + 0.00731658935546875, + -0.010711669921875, + -0.0208892822265625, + -0.01409912109375, + -0.055694580078125, + -0.05712890625, + -0.0006308555603027344, + 0.03192138671875, + 0.00766754150390625, + 0.0082855224609375, + -0.043548583984375, + -0.004055023193359375, + -0.0016412734985351562, + -0.0271453857421875, + 0.05218505859375, + -0.046875, + -0.003063201904296875, + -0.0017299652099609375, + -0.041595458984375, + 0.005619049072265625, + 0.0273284912109375, + 0.02679443359375, + 0.032440185546875, + 0.046875, + -0.011810302734375, + 0.041412353515625, + -0.0164794921875, + -0.016387939453125, + 0.0024356842041015625, + -0.0160369873046875, + 0.040557861328125, + -0.02996826171875, + -0.0313720703125, + -0.000049591064453125, + 0.01207733154296875, + 0.00687408447265625, + -0.030670166015625, + 0.0106658935546875, + 0.02838134765625, + -0.02978515625, + 0.03631591796875, + -0.0207977294921875, + -0.056396484375, + -0.0130462646484375, + -0.020355224609375, + 0.0361328125, + 0.03912353515625, + 0.00920867919921875, + -0.047607421875, + 0.0200042724609375, + 0.040374755859375, + -0.00008296966552734375, + -0.04388427734375, + -0.003459930419921875, + 0.01233673095703125, + 0.014984130859375, + 0.05712890625, + -0.0002932548522949219, + 0.08709716796875, + -0.0033721923828125, + 0.01525115966796875, + 0.030670166015625, + 0.040557861328125, + 0.034210205078125, + -0.01366424560546875, + -0.05181884765625, + 0.00885772705078125, + -0.019561767578125, + -0.042144775390625, + -0.051483154296875, + 0.009429931640625, + 0.03192138671875, + -0.062744140625, + -0.00608062744140625, + 0.01666259765625, + 0.0301361083984375, + -0.0020160675048828125, + -0.003658294677734375, + -0.0145416259765625, + 0.0239715576171875, + -0.001773834228515625, + -0.038238525390625, + -0.01904296875, + -0.0191192626953125, + 0.0239715576171875, + 0.05712890625, + 0.03314208984375, + 0.0153350830078125, + 0.0364990234375, + 0.022918701171875, + 0.014892578125, + 0.0273284912109375, + 0.04071044921875, + -0.0009417533874511719, + 0.0296173095703125, + 0.06170654296875, + 0.034027099609375, + -0.01480865478515625, + -0.0218658447265625, + -0.005420684814453125, + 0.0026874542236328125, + 0.037017822265625, + 0.061004638671875, + -0.0216827392578125, + -0.0041656494140625, + -0.016571044921875, + -0.05535888671875, + 0.01366424560546875, + 0.00872802734375, + 0.01277923583984375, + -0.0504150390625, + -0.046173095703125, + 0.0142822265625, + -0.042144775390625, + 0.04107666015625, + 0.005157470703125, + -0.038421630859375, + 0.0110626220703125, + 0.046875, + -0.01471710205078125, + -0.036651611328125, + 0.018768310546875, + -0.00731658935546875, + -0.030670166015625, + -0.049346923828125, + -0.042999267578125, + 0.008331298828125, + -0.02996826171875, + -0.038238525390625, + -0.022735595703125, + 0.05499267578125, + -0.01242828369140625, + -0.0305023193359375, + -0.0250244140625, + -0.00399017333984375, + -0.009429931640625, + -0.042144775390625, + -0.041259765625, + -0.0287322998046875, + 0.020538330078125, + -0.026092529296875, + 0.0122528076171875, + -0.009124755859375, + -0.007534027099609375, + -0.00647735595703125, + -0.00449371337890625, + -0.01436614990234375, + 0.00841522216796875, + -0.03594970703125, + 0.036651611328125, + 0.01009368896484375, + 0.0241546630859375, + 0.037384033203125, + 0.057830810546875, + -0.01357269287109375, + 0.0081939697265625, + -0.03277587890625, + -0.04547119140625, + 0.021331787109375, + 0.00469207763671875, + 0.003833770751953125, + -0.08428955078125, + 0.0138397216796875, + 0.069091796875, + -0.1099853515625, + 0.0126953125, + -0.007228851318359375, + -0.0163116455078125, + -0.028564453125, + -0.01287078857421875, + -0.003658294677734375, + 0.01348876953125, + 0.0853271484375, + -0.0090789794921875, + -0.02838134765625, + 0.014892578125, + -0.01824951171875, + 0.046173095703125, + -0.0031948089599609375, + 0.0019502639770507812, + -0.029083251953125, + 0.0287322998046875, + 0.0010461807250976562, + -0.00969696044921875, + 0.00156402587890625, + -0.061004638671875, + -0.006256103515625, + 0.03631591796875, + 0.0345458984375, + 0.0218658447265625, + -0.034027099609375, + -0.030670166015625, + -0.01551055908203125, + -0.01824951171875, + 0.034210205078125, + 0.0066986083984375, + -0.007358551025390625, + -0.0634765625, + -0.0163116455078125, + -0.0045623779296875, + -0.04901123046875, + -0.01904296875, + -0.0269775390625, + 0.04864501953125, + 0.00815582275390625, + -0.032073974609375, + 0.018768310546875, + 0.0278472900390625, + -0.00354766845703125, + -0.0038776397705078125, + 0.05078125, + -0.0428466796875, + -0.0168304443359375, + -0.0031948089599609375, + 0.02679443359375, + -0.011810302734375, + -0.0113677978515625, + -0.0014982223510742188, + 0.00836944580078125, + 0.0239715576171875, + -0.0310211181640625, + 0.0161285400390625, + 0.035247802734375, + -0.0146331787109375, + -0.04547119140625, + -0.0281982421875, + -0.032257080078125, + 0.0281982421875, + -0.0130462646484375, + 0.051483154296875, + -0.00801849365234375, + -0.0142822265625, + -0.08990478515625, + 0.049346923828125, + -0.0303192138671875, + -0.007534027099609375, + 0.0214996337890625, + -0.030853271484375, + -0.0845947265625, + -0.043548583984375, + -0.029083251953125, + -0.00449371337890625, + -0.030853271484375, + 0.0113677978515625, + -0.0287322998046875, + 0.0209808349609375, + -0.0070953369140625, + 0.005573272705078125, + -0.0014209747314453125, + 0.057830810546875, + 0.01506805419921875, + -0.0440673828125, + 0.060272216796875, + -0.0440673828125, + -0.0122528076171875, + -0.0106658935546875, + 0.00612640380859375, + 0.01074981689453125, + -0.0049591064453125, + 0.0081939697265625, + -0.0122528076171875, + 0.041595458984375, + 0.04583740234375, + -0.04547119140625, + 0.02996826171875, + -0.0171051025390625, + 0.01088714599609375, + -0.0090789794921875, + -0.0168304443359375, + 0.0020275115966796875, + 0.005046844482421875, + -0.030853271484375, + -0.0018510818481445312, + -0.049346923828125, + -0.06695556640625, + 0.010711669921875, + -0.03594970703125, + -0.00691986083984375, + 0.016387939453125, + 0.01824951171875, + 0.0024242401123046875, + -0.0655517578125, + 0.02142333984375, + -0.02978515625, + -0.02978515625, + -0.009033203125, + 0.0175323486328125, + -0.022216796875, + 0.05816650390625, + -0.020355224609375, + -0.0535888671875, + 0.02978515625, + -0.007183074951171875, + -0.0006003379821777344, + -0.01445770263671875, + 0.02996826171875, + -0.0238037109375, + 0.033477783203125, + -0.0789794921875, + -0.0178985595703125, + 0.0154266357421875, + 0.041778564453125, + -0.01471710205078125, + -0.013397216796875, + 0.046539306640625, + -0.024322509765625, + -0.0224761962890625, + -0.005992889404296875, + -0.021240234375, + -0.046875, + 0.030670166015625, + 0.00015974044799804688, + 0.05181884765625, + 0.035430908203125, + 0.0305023193359375, + 0.0129547119140625, + 0.044952392578125, + -0.01568603515625, + -0.040008544921875, + -0.00608062744140625, + -0.0278472900390625, + 0.0183258056640625, + 0.007843017578125, + -0.0002906322479248047, + 0.00007677078247070312, + 0.01031494140625, + 0.00572967529296875, + -0.07647705078125, + -0.0011453628540039062, + -0.0294342041015625, + -0.058868408203125, + -0.015960693359375, + 0.07366943359375, + 0.0024013519287109375, + -0.0194854736328125, + 0.00531005859375, + 0.0250244140625, + 0.0023365020751953125, + -0.0094757080078125, + -0.0303192138671875, + -0.052886962890625, + -0.00031256675720214844, + 0.032073974609375, + 0.04547119140625, + -0.0638427734375, + 0.0216827392578125, + 0.052886962890625, + -0.0312042236328125, + -0.025909423828125, + -0.00612640380859375, + -0.0030841827392578125, + 0.0333251953125, + 0.0114593505859375, + 0.0079345703125, + -0.044586181640625, + 0.01401519775390625, + 0.033843994140625, + 0.01171875, + 0.004978179931640625, + -0.018768310546875, + -0.0396728515625, + 0.05816650390625, + -0.04425048828125, + 0.02679443359375, + -0.0011072158813476562, + 0.04901123046875, + 0.041778564453125, + -0.0273284912109375, + -0.0114593505859375, + 0.057464599609375, + -0.0041656494140625, + -0.01322174072265625, + 0.0137481689453125, + 0.035430908203125, + -0.0234375, + 0.0303192138671875, + 0.049346923828125, + 0.004428863525390625, + 0.04901123046875, + 0.007404327392578125, + -0.058868408203125, + 0.050048828125, + -0.007404327392578125, + 0.03173828125, + -0.00836944580078125, + -0.02679443359375, + -0.024322509765625, + -0.03314208984375, + 0.02978515625, + 0.004779815673828125, + 0.028564453125, + 0.028564453125, + -0.030853271484375, + -0.0207977294921875, + -0.002246856689453125, + 0.0230865478515625, + 0.01506805419921875, + 0.012603759765625, + 0.01666259765625, + 0.00982666015625, + 0.0178070068359375, + 0.0175323486328125, + -0.043365478515625, + 0.02838134765625, + -0.01009368896484375, + 0.02044677734375, + -0.049713134765625, + -0.01242828369140625, + 0.01171875, + -0.01525115966796875, + -0.0164794921875, + -0.027496337890625, + -0.0177154541015625, + -0.0028858184814453125, + -0.01568603515625, + 0.0037670135498046875, + 0.0222930908203125, + -0.0269775390625, + 0.049346923828125, + 0.0106658935546875, + -0.0012226104736328125, + -0.0153350830078125, + -0.04248046875, + 0.12548828125, + 0.029266357421875, + 0.022125244140625, + 0.016387939453125, + 0.02838134765625, + 0.049346923828125, + 0.00841522216796875, + 0.0232696533203125, + 0.0239715576171875, + -0.0174560546875, + 0.0255584716796875, + 0.04901123046875, + -0.005199432373046875, + -0.037200927734375, + 0.056060791015625, + 0.008331298828125, + -0.035797119140625, + 0.022918701171875, + 0.025390625, + 0.0184173583984375, + -0.01727294921875, + -0.01000213623046875, + -0.014892578125, + -0.058868408203125, + 0.07440185546875, + 0.003437042236328125, + -0.0214996337890625, + 0.0262603759765625, + -0.0631103515625, + 0.047943115234375, + -0.006832122802734375, + 0.026092529296875, + -0.021148681640625, + 0.052520751953125, + -0.0238037109375, + 0.01013946533203125, + -0.002777099609375, + 0.0248565673828125, + 0.005771636962890625, + 0.03173828125, + -0.021148681640625, + 0.0694580078125, + 0.006744384765625, + 0.005859375, + -0.07012939453125, + -0.0027866363525390625, + 0.025909423828125, + 0.01004791259765625, + 0.0333251953125, + -0.052886962890625, + 0.005950927734375, + -0.01039886474609375, + 0.0232696533203125, + 0.07684326171875, + -0.0257415771484375, + 0.005443572998046875, + 0.0097808837890625, + -0.0207061767578125, + 0.0114593505859375, + 0.002468109130859375 + ], + "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_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.00145721435546875, + 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_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. command-line mobile-app-data artifact-parser timeline html-export sqlite-viewer protobuf-parser whatsapp-analysis google-artifacts battery-stats well-being-data cross-platform incident-response static-investigations mobile-forensics fraud-investigation examination analysis", + "embedding": [ + -0.01549530029296875, + 0.059478759765625, + 0.0288543701171875, + -0.0022487640380859375, + 0.0256500244140625, + 0.026885986328125, + 0.00872802734375, + -0.002960205078125, + -0.0012798309326171875, + -0.0035400390625, + -0.034027099609375, + 0.061614990234375, + 0.0020809173583984375, + -0.01496124267578125, + -0.061248779296875, + 0.039886474609375, + -0.015045166015625, + 0.01219940185546875, + -0.004673004150390625, + -0.0027599334716796875, + -0.02581787109375, + -0.0189666748046875, + -0.047027587890625, + 0.01175689697265625, + -0.01006317138671875, + 0.037750244140625, + -0.0372314453125, + -0.056976318359375, + -0.0233306884765625, + 0.0165557861328125, + 0.01486968994140625, + -0.007434844970703125, + -0.00734710693359375, + 0.032958984375, + -0.0092620849609375, + -0.01317596435546875, + 0.026885986328125, + -0.031707763671875, + -0.019775390625, + 0.04559326171875, + -0.0008401870727539062, + 0.042205810546875, + 0.0015134811401367188, + 0.022979736328125, + -0.053070068359375, + -0.03436279296875, + -0.025115966796875, + -0.0174560546875, + 0.027252197265625, + -0.0124664306640625, + 0.01824951171875, + 0.03045654296875, + 0.0200347900390625, + -0.0059661865234375, + -0.037567138671875, + 0.0252838134765625, + 0.01531219482421875, + -0.0254669189453125, + -0.04559326171875, + 0.042205810546875, + -0.051300048828125, + -0.0134429931640625, + 0.016204833984375, + -0.0164794921875, + -0.0034275054931640625, + 0.0156707763671875, + -0.0211029052734375, + -0.024932861328125, + -0.00376129150390625, + -0.0036945343017578125, + 0.0027713775634765625, + -0.011932373046875, + -0.0260009765625, + 0.0601806640625, + -0.00569915771484375, + -0.05413818359375, + -0.0125579833984375, + 0.012908935546875, + -0.008148193359375, + -0.01157379150390625, + -0.06695556640625, + -0.00006020069122314453, + 0.050933837890625, + -0.0174560546875, + -0.0252838134765625, + 0.0308074951171875, + 0.051300048828125, + 0.010772705078125, + -0.0188751220703125, + 0.0178985595703125, + 0.0302734375, + -0.014068603515625, + 0.0033397674560546875, + -0.008636474609375, + 0.0308074951171875, + 0.050567626953125, + -0.00885772705078125, + 0.0027599334716796875, + -0.0384521484375, + 0.036163330078125, + 0.0159454345703125, + -0.01010894775390625, + 0.068359375, + -0.0123748779296875, + 0.01861572265625, + -0.0341796875, + 0.0103759765625, + -0.002704620361328125, + -0.0016803741455078125, + -0.015228271484375, + -0.11968994140625, + -0.031524658203125, + 0.0034275054931640625, + -0.069091796875, + -0.0091705322265625, + -0.009796142578125, + -0.007568359375, + 0.056640625, + -0.040252685546875, + -0.05023193359375, + 0.0279541015625, + 0.00827789306640625, + -0.0114898681640625, + -0.002559661865234375, + -0.043975830078125, + -0.053436279296875, + 0.02056884765625, + 0.019500732421875, + -0.042572021484375, + -0.01202392578125, + 0.00009948015213012695, + -0.005344390869140625, + 0.0085906982421875, + -0.03936767578125, + -0.01389312744140625, + -0.0276031494140625, + 0.0341796875, + 0.0263519287109375, + -0.00031447410583496094, + 0.0145111083984375, + 0.01824951171875, + -0.035247802734375, + -0.0726318359375, + -0.0017805099487304688, + -0.055908203125, + -0.02056884765625, + -0.017364501953125, + 0.057708740234375, + -0.04345703125, + 0.00569915771484375, + -0.0170135498046875, + 0.0200347900390625, + 0.050933837890625, + -0.00792694091796875, + 0.024932861328125, + -0.04595947265625, + 0.01335906982421875, + -0.00015020370483398438, + 0.035614013671875, + -0.038818359375, + -0.0194091796875, + 0.0092620849609375, + -0.0043182373046875, + 0.0223541259765625, + -0.00934600830078125, + -0.0252838134765625, + -0.022613525390625, + 0.0260009765625, + 0.00948333740234375, + -0.01166534423828125, + 0.01371002197265625, + -0.047027587890625, + 0.03277587890625, + 0.059844970703125, + -0.0145111083984375, + 0.0284881591796875, + -0.003139495849609375, + -0.017181396484375, + 0.040252685546875, + 0.0176239013671875, + 0.01300048828125, + -0.0029392242431640625, + 0.0345458984375, + 0.014068603515625, + 0.03955078125, + -0.010955810546875, + -0.025115966796875, + 0.0080108642578125, + -0.0252838134765625, + 0.035980224609375, + -0.01326751708984375, + -0.03631591796875, + -0.00574493408203125, + 0.050933837890625, + 0.00832366943359375, + 0.0477294921875, + 0.059112548828125, + -0.021728515625, + 0.03277587890625, + -0.0256500244140625, + 0.0265350341796875, + 0.0309906005859375, + 0.016204833984375, + 0.04986572265625, + 0.00494384765625, + 0.005031585693359375, + -0.020751953125, + 0.0274200439453125, + 0.000110626220703125, + 0.00943756103515625, + 0.002025604248046875, + 0.042388916015625, + 0.0009737014770507812, + -0.01219940185546875, + -0.017181396484375, + -0.056976318359375, + 0.0179901123046875, + -0.040252685546875, + -0.0202178955078125, + 0.0212860107421875, + 0.0224456787109375, + -0.04095458984375, + 0.0016918182373046875, + 0.0210113525390625, + 0.02154541015625, + 0.04168701171875, + 0.023681640625, + -0.0156707763671875, + -0.03936767578125, + 0.009307861328125, + 0.01229095458984375, + 0.038116455078125, + -0.01424407958984375, + 0.006366729736328125, + -0.0159454345703125, + -0.037384033203125, + 0.0869140625, + 0.04541015625, + 0.02056884765625, + 0.02581787109375, + -0.031707763671875, + 0.03009033203125, + -0.0114898681640625, + 0.05023193359375, + 0.033843994140625, + -0.024932861328125, + -0.00734710693359375, + 0.01015472412109375, + 0.034027099609375, + 0.061614990234375, + -0.046661376953125, + -0.009124755859375, + -0.050567626953125, + 0.0157623291015625, + -0.0640869140625, + -0.054840087890625, + -0.03668212890625, + -0.03900146484375, + 0.06378173828125, + -0.04541015625, + -0.00948333740234375, + -0.018157958984375, + -0.006366729736328125, + -0.0056304931640625, + 0.039703369140625, + 0.0157623291015625, + -0.027252197265625, + -0.003963470458984375, + 0.059844970703125, + 0.00201416015625, + -0.0009293556213378906, + -0.022705078125, + 0.022705078125, + -0.0221710205078125, + 0.0309906005859375, + -0.0194091796875, + -0.00885772705078125, + 0.0438232421875, + 0.0064544677734375, + 0.008636474609375, + -0.0019140243530273438, + 0.01175689697265625, + -0.022979736328125, + -0.006900787353515625, + -0.0286712646484375, + 0.00281524658203125, + 0.00003844499588012695, + 0.0157623291015625, + -0.0109100341796875, + -0.03436279296875, + -0.0081939697265625, + 0.0302734375, + -0.0032501220703125, + -0.0159454345703125, + -0.0033168792724609375, + -0.03863525390625, + 0.0135345458984375, + 0.0145111083984375, + -0.01282501220703125, + 0.0523681640625, + 0.04290771484375, + -0.00627899169921875, + -0.0027828216552734375, + 0.0256500244140625, + 0.0345458984375, + -0.033660888671875, + -0.0384521484375, + -0.01549530029296875, + 0.029205322265625, + -0.048095703125, + -0.0254669189453125, + 0.0114898681640625, + -0.03436279296875, + 0.016387939453125, + 0.003894805908203125, + -0.021820068359375, + -0.04986572265625, + -0.05023193359375, + 0.004138946533203125, + -0.024932861328125, + -0.013092041015625, + -0.0164794921875, + 0.048797607421875, + 0.0015468597412109375, + -0.0003046989440917969, + -0.0260009765625, + -0.00681304931640625, + -0.04095458984375, + 0.00943756103515625, + -0.0201263427734375, + -0.00623321533203125, + -0.0156707763671875, + 0.039703369140625, + 0.038299560546875, + 0.025115966796875, + 0.016204833984375, + 0.056640625, + 0.00429534912109375, + 0.006500244140625, + 0.0104217529296875, + 0.00536346435546875, + 0.0059661865234375, + 0.01549530029296875, + -0.03009033203125, + -0.01326751708984375, + -0.00725555419921875, + -0.0212860107421875, + 0.019500732421875, + 0.016204833984375, + 0.0477294921875, + 0.0295562744140625, + -0.0209197998046875, + -0.016387939453125, + 0.0787353515625, + 0.0146942138671875, + 0.09759521484375, + -0.0166473388671875, + -0.04541015625, + 0.006855010986328125, + 0.0263519287109375, + -0.0170135498046875, + -0.0188751220703125, + 0.031341552734375, + 0.004364013671875, + 0.0309906005859375, + 0.01380157470703125, + 0.0010852813720703125, + 0.0245819091796875, + -0.01433563232421875, + 0.002605438232421875, + 0.0156707763671875, + -0.020660400390625, + -0.0025482177734375, + 0.00952911376953125, + 0.00948333740234375, + -0.0013971328735351562, + 0.016387939453125, + -0.03277587890625, + 0.0010967254638671875, + -0.0302734375, + -0.0687255859375, + 0.005519866943359375, + 0.027069091796875, + 0.037384033203125, + 0.07086181640625, + -0.01068878173828125, + -0.051300048828125, + 0.0176239013671875, + -0.03936767578125, + 0.07159423828125, + 0.053070068359375, + 0.007213592529296875, + 0.0220794677734375, + -0.039886474609375, + -0.0000852346420288086, + -0.00102996826171875, + 0.0295562744140625, + 0.01424407958984375, + 0.051300048828125, + 0.029388427734375, + 0.006053924560546875, + -0.03277587890625, + 0.00832366943359375, + 0.0523681640625, + 0.017547607421875, + -0.02386474609375, + 0.0231475830078125, + 0.022796630859375, + 0.024749755859375, + -0.0265350341796875, + 0.051300048828125, + 0.006053924560546875, + 0.0231475830078125, + 0.005832672119140625, + -0.0146026611328125, + -0.0002281665802001953, + -0.0450439453125, + 0.0211029052734375, + -0.01416015625, + 0.005229949951171875, + 0.029205322265625, + 0.021636962890625, + -0.0733642578125, + 0.005229949951171875, + 0.03472900390625, + -0.0655517578125, + 0.0085906982421875, + 0.040771484375, + -0.0477294921875, + 0.0076141357421875, + -0.03668212890625, + -0.034027099609375, + 0.03277587890625, + -0.0092620849609375, + -0.0438232421875, + 0.037384033203125, + 0.0306243896484375, + -0.0372314453125, + -0.032958984375, + -0.03668212890625, + 0.00487518310546875, + 0.0004730224609375, + -0.032958984375, + 0.03668212890625, + -0.00676727294921875, + -0.01010894775390625, + 0.035980224609375, + 0.0302734375, + -0.01099395751953125, + -0.044525146484375, + 0.03204345703125, + -0.0219879150390625, + -0.04345703125, + 0.051300048828125, + 0.020477294921875, + 0.034027099609375, + -0.050567626953125, + -0.01433563232421875, + 0.0203857421875, + -0.01282501220703125, + 0.01513671875, + 0.051300048828125, + -0.02056884765625, + -0.05377197265625, + -0.038116455078125, + 0.05377197265625, + -0.004608154296875, + 0.0221710205078125, + -0.0277862548828125, + -0.01629638671875, + 0.042755126953125, + -0.052001953125, + -0.0235137939453125, + -0.01959228515625, + 0.007213592529296875, + -0.024749755859375, + 0.06378173828125, + -0.01433563232421875, + -0.0118408203125, + 0.0003924369812011719, + 0.0640869140625, + 0.0098419189453125, + 0.001880645751953125, + -0.051300048828125, + 0.048797607421875, + 0.0146942138671875, + -0.035247802734375, + -0.0450439453125, + 0.007747650146484375, + -0.0345458984375, + 0.042205810546875, + -0.03009033203125, + -0.005542755126953125, + 0.0045623779296875, + -0.0477294921875, + -0.038116455078125, + -0.0265350341796875, + -0.007701873779296875, + -0.0260009765625, + 0.0178985595703125, + 0.042755126953125, + 0.00904083251953125, + 0.006679534912109375, + 0.0276031494140625, + 0.01549530029296875, + 0.027252197265625, + 0.007213592529296875, + -0.038818359375, + 0.020843505859375, + -0.048095703125, + -0.029205322265625, + 0.0059661865234375, + 0.035797119140625, + -0.03668212890625, + 0.0187835693359375, + -0.04595947265625, + -0.0032939910888671875, + 0.03704833984375, + -0.00011616945266723633, + -0.008544921875, + -0.0155792236328125, + -0.0221710205078125, + -0.050567626953125, + -0.0284881591796875, + -0.01477813720703125, + 0.0134429931640625, + 0.002460479736328125, + -0.002681732177734375, + 0.0243988037109375, + -0.04345703125, + 0.004474639892578125, + 0.0209197998046875, + 0.0012187957763671875, + 0.01010894775390625, + 0.0009236335754394531, + -0.01264190673828125, + 0.00618743896484375, + 0.010284423828125, + -0.042388916015625, + -0.0384521484375, + -0.06591796875, + 0.0187835693359375, + -0.0012636184692382812, + 0.0023937225341796875, + -0.0029392242431640625, + -0.03509521484375, + -0.040618896484375, + 0.0087738037109375, + 0.0601806640625, + 0.01486968994140625, + 0.0033397674560546875, + -0.0306243896484375, + -0.017364501953125, + 0.0164794921875, + -0.050933837890625, + 0.037750244140625, + -0.0080108642578125, + 0.0252838134765625, + 0.02618408203125, + -0.0256500244140625, + 0.005588531494140625, + 0.0166473388671875, + 0.0265350341796875, + 0.0233306884765625, + 0.0098419189453125, + -0.03704833984375, + 0.0233306884765625, + -0.031158447265625, + -0.023681640625, + 0.001018524169921875, + -0.03509521484375, + 0.01513671875, + -0.037933349609375, + -0.00823974609375, + 0.0046539306640625, + 0.0102386474609375, + 0.031890869140625, + -0.057342529296875, + -0.01629638671875, + 0.03045654296875, + -0.005832672119140625, + 0.06268310546875, + -0.024932861328125, + -0.048797607421875, + -0.03668212890625, + -0.0034942626953125, + 0.042572021484375, + 0.0210113525390625, + 0.0202178955078125, + -0.04986572265625, + 0.0146942138671875, + 0.03936767578125, + 0.0114898681640625, + -0.0609130859375, + -0.005786895751953125, + 0.012908935546875, + 0.0156707763671875, + 0.053436279296875, + 0.0113525390625, + 0.0830078125, + 0.0263519287109375, + 0.037567138671875, + -0.00380706787109375, + 0.05450439453125, + 0.01922607421875, + -0.0203857421875, + -0.057342529296875, + -0.0203094482421875, + -0.01264190673828125, + -0.03240966796875, + -0.04736328125, + 0.00681304931640625, + 0.053070068359375, + -0.06378173828125, + -0.01273345947265625, + 0.0098419189453125, + 0.023681640625, + 0.01496124267578125, + 0.0274200439453125, + -0.042755126953125, + 0.0191497802734375, + 0.029022216796875, + -0.04132080078125, + -0.0016031265258789062, + -0.015045166015625, + 0.0156707763671875, + 0.0562744140625, + 0.024932861328125, + -0.009307861328125, + 0.02056884765625, + -0.0023040771484375, + 0.03009033203125, + 0.03509521484375, + 0.040618896484375, + 0.002471923828125, + -0.00792694091796875, + 0.0477294921875, + 0.033660888671875, + -0.0260009765625, + -0.0186920166015625, + 0.0065460205078125, + 0.044525146484375, + 0.02191162109375, + 0.04327392578125, + -0.0025272369384765625, + 0.018341064453125, + -0.016021728515625, + -0.04595947265625, + 0.01099395751953125, + 0.00788116455078125, + -0.0145111083984375, + -0.05413818359375, + -0.054840087890625, + 0.024749755859375, + -0.047027587890625, + 0.0231475830078125, + -0.005588531494140625, + -0.03472900390625, + -0.01416015625, + 0.0274200439453125, + -0.03045654296875, + -0.06622314453125, + -0.005786895751953125, + -0.0299224853515625, + -0.033660888671875, + 0.004474639892578125, + -0.0372314453125, + 0.0274200439453125, + -0.0042724609375, + -0.029205322265625, + -0.0391845703125, + 0.032958984375, + -0.02813720703125, + -0.0430908203125, + -0.017547607421875, + -0.007480621337890625, + 0.0005650520324707031, + -0.033477783203125, + -0.04559326171875, + -0.0240478515625, + 0.0030498504638671875, + -0.0210113525390625, + -0.0014801025390625, + -0.0201263427734375, + -0.0286712646484375, + -0.0036067962646484375, + -0.004852294921875, + -0.01264190673828125, + 0.032958984375, + -0.039703369140625, + 0.02154541015625, + 0.00899505615234375, + 0.0113983154296875, + 0.04132080078125, + 0.04736328125, + 0.001201629638671875, + 0.01229095458984375, + -0.0302734375, + -0.05413818359375, + -0.01380157470703125, + 0.0186920166015625, + 0.0180816650390625, + -0.061248779296875, + -0.00064849853515625, + 0.06378173828125, + -0.090087890625, + 0.017364501953125, + 0.0087738037109375, + -0.01477813720703125, + -0.0411376953125, + -0.0009627342224121094, + -0.0220794677734375, + 0.01496124267578125, + 0.07623291015625, + -0.0014133453369140625, + 0.00031447410583496094, + 0.020477294921875, + -0.04168701171875, + 0.05450439453125, + -0.00162506103515625, + 0.0231475830078125, + -0.04986572265625, + 0.01300048828125, + 0.036163330078125, + -0.031890869140625, + -0.00921630859375, + -0.078369140625, + 0.0134429931640625, + 0.04345703125, + 0.0098876953125, + -0.0018033981323242188, + -0.00102996826171875, + -0.033843994140625, + -0.022705078125, + -0.0174560546875, + 0.021453857421875, + -0.001068115234375, + -0.00904083251953125, + -0.042022705078125, + -0.0029392242431640625, + -0.0164794921875, + -0.048797607421875, + -0.0209197998046875, + -0.04150390625, + 0.051300048828125, + 0.0200347900390625, + -0.054840087890625, + 0.01433563232421875, + 0.017181396484375, + -0.0165557861328125, + -0.0008516311645507812, + 0.059478759765625, + -0.048431396484375, + -0.0118408203125, + 0.00846099853515625, + 0.0224456787109375, + 0.004695892333984375, + 0.0107269287109375, + -0.01229095458984375, + 0.01210784912109375, + 0.01122283935546875, + -0.046295166015625, + 0.019500732421875, + 0.03936767578125, + -0.0114898681640625, + -0.07623291015625, + -0.038299560546875, + -0.008148193359375, + 0.036865234375, + -0.0213775634765625, + 0.0299224853515625, + 0.00872802734375, + -0.00109100341796875, + -0.10186767578125, + 0.04168701171875, + -0.0008459091186523438, + 0.017364501953125, + 0.021820068359375, + -0.00992584228515625, + -0.07049560546875, + -0.036865234375, + -0.0166473388671875, + 0.03009033203125, + -0.0145111083984375, + 0.0260009765625, + -0.012908935546875, + 0.0235137939453125, + 0.01397705078125, + 0.00429534912109375, + -0.00850677490234375, + 0.056640625, + 0.022979736328125, + -0.04345703125, + 0.049163818359375, + -0.0200347900390625, + -0.0031833648681640625, + -0.0102386474609375, + 0.0006704330444335938, + -0.0020599365234375, + -0.01059722900390625, + -0.0240478515625, + 0.0187835693359375, + 0.056640625, + 0.06231689453125, + -0.04345703125, + 0.00730133056640625, + -0.022613525390625, + 0.003116607666015625, + -0.00783538818359375, + -0.003116607666015625, + 0.006412506103515625, + 0.022796630859375, + -0.0252838134765625, + -0.00841522216796875, + -0.0523681640625, + -0.0701904296875, + -0.0008349418640136719, + -0.039703369140625, + 0.00797271728515625, + 0.0019931793212890625, + 0.0188751220703125, + 0.018157958984375, + -0.0309906005859375, + 0.07049560546875, + 0.002727508544921875, + -0.01416015625, + 0.00003272294998168945, + 0.0231475830078125, + -0.01477813720703125, + 0.0233306884765625, + 0.02154541015625, + -0.05450439453125, + 0.00778961181640625, + -0.040435791015625, + 0.0198516845703125, + -0.0284881591796875, + 0.004405975341796875, + -0.004787445068359375, + 0.003940582275390625, + -0.076904296875, + -0.05450439453125, + 0.0245819091796875, + 0.0477294921875, + 0.0030498504638671875, + -0.0167388916015625, + 0.01922607421875, + -0.031524658203125, + -0.07550048828125, + 0.007080078125, + -0.01531219482421875, + -0.021820068359375, + 0.0260009765625, + 0.00943756103515625, + 0.006366729736328125, + 0.021636962890625, + 0.0201263427734375, + 0.035430908203125, + 0.035430908203125, + 0.0080108642578125, + -0.035797119140625, + -0.0051422119140625, + -0.022796630859375, + 0.02813720703125, + 0.0391845703125, + 0.046661376953125, + -0.024749755859375, + 0.016204833984375, + 0.0103302001953125, + -0.068359375, + -0.040252685546875, + -0.01416015625, + -0.055206298828125, + 0.01861572265625, + 0.0516357421875, + 0.0231475830078125, + -0.016204833984375, + 0.03704833984375, + 0.05377197265625, + 0.0276031494140625, + 0.0277862548828125, + -0.01122283935546875, + -0.07122802734375, + -0.007568359375, + -0.0015134811401367188, + 0.01001739501953125, + -0.048797607421875, + 0.05450439453125, + 0.05804443359375, + -0.005786895751953125, + -0.0070343017578125, + 0.00487518310546875, + 0.037750244140625, + 0.034027099609375, + 0.036163330078125, + -0.01416015625, + -0.04949951171875, + -0.00017952919006347656, + 0.0284881591796875, + 0.0031833648681640625, + 0.00783538818359375, + -0.00997161865234375, + -0.0146942138671875, + 0.0242156982421875, + -0.042022705078125, + 0.0035610198974609375, + 0.0124664306640625, + 0.053070068359375, + 0.010284423828125, + -0.060546875, + -0.0210113525390625, + 0.055206298828125, + 0.033111572265625, + -0.026885986328125, + 0.01442718505859375, + 0.0276031494140625, + -0.0219879150390625, + 0.0279541015625, + 0.056976318359375, + 0.012908935546875, + 0.04345703125, + -0.00228118896484375, + -0.060546875, + 0.0302734375, + -0.00026702880859375, + 0.003917694091796875, + -0.0198516845703125, + -0.03955078125, + -0.01727294921875, + -0.04364013671875, + 0.057708740234375, + 0.019683837890625, + 0.0267181396484375, + 0.005321502685546875, + 0.0019254684448242188, + -0.0190582275390625, + 0.01486968994140625, + 0.03668212890625, + 0.048095703125, + 0.0034275054931640625, + -0.01629638671875, + -0.0146942138671875, + -0.006320953369140625, + 0.0200347900390625, + -0.042572021484375, + 0.0114898681640625, + -0.009307861328125, + -0.020751953125, + -0.04345703125, + 0.01371002197265625, + 0.01103973388671875, + -0.0065460205078125, + -0.01001739501953125, + -0.015045166015625, + -0.0087738037109375, + -0.01486968994140625, + -0.0265350341796875, + -0.0213775634765625, + 0.0299224853515625, + -0.00943756103515625, + 0.0325927734375, + 0.00904083251953125, + -0.006500244140625, + 0.006679534912109375, + -0.057342529296875, + 0.104736328125, + 0.02618408203125, + 0.0156707763671875, + 0.0038509368896484375, + 0.004787445068359375, + 0.034027099609375, + 0.0098876953125, + 0.01045989990234375, + 0.03277587890625, + -0.0156707763671875, + 0.031707763671875, + 0.055206298828125, + -0.0159454345703125, + -0.040435791015625, + 0.0364990234375, + 0.0006008148193359375, + -0.053436279296875, + 0.0477294921875, + 0.0081024169921875, + 0.0283203125, + 0.01540374755859375, + -0.0085906982421875, + -0.022613525390625, + -0.04559326171875, + 0.07513427734375, + 0.0242156982421875, + -0.0124664306640625, + 0.0372314453125, + -0.07513427734375, + 0.03009033203125, + -0.0027599334716796875, + 0.056640625, + -0.0267181396484375, + 0.061614990234375, + -0.0011796951293945312, + 0.0189666748046875, + -0.004741668701171875, + -0.00569915771484375, + 0.0168304443359375, + 0.0124664306640625, + -0.0213775634765625, + 0.047027587890625, + 0.024932861328125, + -0.00494384765625, + -0.07196044921875, + -0.0167388916015625, + 0.005031585693359375, + 0.00797271728515625, + 0.035430908203125, + -0.0200347900390625, + -0.01317596435546875, + 0.0306243896484375, + 0.044525146484375, + 0.0364990234375, + -0.027252197265625, + 0.035430908203125, + 0.0002574920654296875, + -0.008544921875, + -0.0113983154296875, + -0.0231475830078125 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "mobile-forensics", + "fraud-investigation" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "mobile-app-data", + "artifact-parser", + "timeline", + "html-export", + "sqlite-viewer", + "protobuf-parser", + "whatsapp-analysis", + "google-artifacts", + "battery-stats", + "well-being-data", + "cross-platform" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_NetworkMiner", + "type": "tool", + "name": "NetworkMiner", + "content": "networkminer der forensische netzwerk-analyzer extrahiert artefakte aus pcap-dateien mit fokus auf inhalts-rekonstruktion statt paket-details. automatische extraktion von dateien (bilder, dokumente, executables) aus http, ftp, tftp und smb-traffic. credentials-harvesting findet passwörter in klartext- protokollen. host-inventar mit os-fingerprinting, offenen ports und services. dns-resolution-timeline zeigt domain-lookups. keyword-search über alle extrahierten inhalte. die professional-version bietet geo-ip-lokalisierung, voip-rekonstruktion und kommandozeilen-scripting. besonders wertvoll: frame-reassembly auch bei packet-loss. export zu csv/xml für weitere analyse. die intuitive gui macht es zugänglich für nicht-netzwerk-spezialisten. limitiert bei verschlüsseltem traffic, glänzt bei klartext-protokollen und malware-c2-analyse. gui file-reconstruction pcap-capture session-reconstruction dns-resolution triage credential-extraction os-fingerprinting keyword-search artifact-extraction cleartext-protocols frame-reassembly incident-response static-investigations malware-analysis network-forensics examination analysis", + "embedding": [ + -0.01593017578125, + 0.01442718505859375, + 0.028106689453125, + 0.01021575927734375, + 0.03973388671875, + 0.01629638671875, + 0.0066070556640625, + -0.00604248046875, + -0.0204315185546875, + -0.030731201171875, + -0.04833984375, + 0.049835205078125, + 0.0194854736328125, + -0.0194854736328125, + -0.0640869140625, + 0.02679443359375, + 0.0016279220581054688, + 0.0010423660278320312, + 0.007587432861328125, + 0.005435943603515625, + -0.01358795166015625, + -0.0185546875, + -0.02398681640625, + 0.002704620361328125, + 0.004192352294921875, + 0.017425537109375, + -0.02239990234375, + -0.068603515625, + -0.0301666259765625, + 0.0205230712890625, + -0.0060882568359375, + -0.02398681640625, + 0.012176513671875, + 0.02923583984375, + 0.00604248046875, + -0.0343017578125, + 0.01715087890625, + -0.040863037109375, + -0.044219970703125, + 0.042724609375, + -0.0169525146484375, + 0.0053863525390625, + 0.00899505615234375, + -0.0164031982421875, + -0.045166015625, + -0.035980224609375, + -0.007495880126953125, + -0.0012178421020507812, + 0.01517486572265625, + -0.0311126708984375, + 0.033721923828125, + 0.009185791015625, + -0.001827239990234375, + -0.00330352783203125, + -0.044219970703125, + 0.0269775390625, + 0.03521728515625, + -0.01593017578125, + -0.036529541015625, + 0.070068359375, + -0.03485107421875, + -0.0249176025390625, + 0.0028228759765625, + -0.02679443359375, + 0.0127410888671875, + 0.0236968994140625, + -0.0177154541015625, + -0.038787841796875, + 0.024169921875, + 0.003021240234375, + 0.01091766357421875, + -0.025115966796875, + -0.017333984375, + 0.041229248046875, + -0.040863037109375, + -0.0455322265625, + 0.005809783935546875, + 0.0245513916015625, + 0.0107269287109375, + 0.0027179718017578125, + -0.06109619140625, + 0.019866943359375, + 0.039337158203125, + -0.007778167724609375, + -0.0221099853515625, + -0.0022487640380859375, + 0.041412353515625, + -0.0141448974609375, + 0.007167816162109375, + 0.0040283203125, + 0.0301666259765625, + 0.0010662078857421875, + 0.017608642578125, + -0.0322265625, + 0.044586181640625, + 0.05322265625, + -0.02679443359375, + 0.00927734375, + 0.01490020751953125, + 0.0236968994140625, + 0.021270751953125, + -0.03955078125, + 0.0738525390625, + 0.0007963180541992188, + 0.0180816650390625, + -0.0294189453125, + 0.01129150390625, + -0.0027294158935546875, + -0.0099334716796875, + -0.0273590087890625, + -0.09033203125, + -0.0284881591796875, + -0.0247344970703125, + -0.06109619140625, + -0.00025773048400878906, + 0.0207061767578125, + -0.022491455078125, + 0.06781005859375, + -0.04833984375, + -0.039337158203125, + 0.0273590087890625, + 0.0020961761474609375, + -0.0125579833984375, + -0.022674560546875, + -0.074951171875, + -0.06561279296875, + -0.0260467529296875, + 0.047027587890625, + -0.038421630859375, + -0.006557464599609375, + -0.007167816162109375, + -0.01593017578125, + 0.0026111602783203125, + -0.0030918121337890625, + 0.0086212158203125, + -0.025299072265625, + 0.0311126708984375, + -0.00627899169921875, + -0.0225830078125, + 0.017608642578125, + 0.057342529296875, + -0.028289794921875, + -0.046661376953125, + 0.0060882568359375, + -0.033172607421875, + -0.01100921630859375, + -0.01049041748046875, + 0.0528564453125, + -0.0218353271484375, + 0.005340576171875, + -0.00693511962890625, + 0.027740478515625, + 0.062225341796875, + -0.0019445419311523438, + 0.0235137939453125, + -0.0693359375, + -0.0231475830078125, + -0.035797119140625, + 0.040283203125, + -0.0258636474609375, + -0.0207977294921875, + -0.00405120849609375, + -0.010589599609375, + 0.0127410888671875, + -0.0114288330078125, + -0.028289794921875, + -0.0423583984375, + 0.01114654541015625, + 0.003208160400390625, + -0.016204833984375, + 0.017242431640625, + 0.01091766357421875, + 0.073486328125, + 0.06781005859375, + 0.022491455078125, + 0.049835205078125, + 0.00010687112808227539, + -0.004825592041015625, + 0.01293182373046875, + 0.0399169921875, + -0.007354736328125, + -0.0059967041015625, + 0.039154052734375, + 0.009185791015625, + 0.0232391357421875, + -0.01715087890625, + -0.0262298583984375, + -0.0205230712890625, + -0.0106353759765625, + 0.0245513916015625, + -0.036529541015625, + -0.0399169921875, + -0.0177154541015625, + 0.0273590087890625, + 0.028289794921875, + 0.081298828125, + 0.019866943359375, + -0.01087188720703125, + 0.04833984375, + -0.0164031982421875, + 0.0024471282958984375, + 0.0181732177734375, + -0.0290374755859375, + 0.016021728515625, + 0.0298004150390625, + 0.01245880126953125, + -0.013214111328125, + 0.040863037109375, + 0.01166534423828125, + -0.02435302734375, + -0.0029163360595703125, + 0.06561279296875, + -0.00913238525390625, + -0.01157379150390625, + -0.0269775390625, + -0.0399169921875, + 0.012176513671875, + -0.0081024169921875, + -0.003864288330078125, + 0.01161956787109375, + -0.002811431884765625, + -0.051727294921875, + 0.006137847900390625, + 0.028106689453125, + -0.01629638671875, + 0.04779052734375, + 0.0262298583984375, + -0.038787841796875, + -0.025299072265625, + 0.0303497314453125, + 0.0262298583984375, + 0.01114654541015625, + 0.0024013519287109375, + 0.0153656005859375, + 0.0020847320556640625, + -0.0156402587890625, + 0.0528564453125, + 0.049468994140625, + 0.0182647705078125, + 0.01166534423828125, + -0.007167816162109375, + 0.0219268798828125, + -0.03204345703125, + 0.04327392578125, + 0.031494140625, + -0.021270751953125, + -0.00042748451232910156, + 0.005645751953125, + 0.02117919921875, + 0.04010009765625, + -0.033721923828125, + 0.01021575927734375, + -0.0697021484375, + -0.026611328125, + -0.0704345703125, + -0.0178985595703125, + -0.0528564453125, + -0.049835205078125, + 0.04010009765625, + -0.0153656005859375, + -0.0318603515625, + 0.0018739700317382812, + -0.00028395652770996094, + 0.018646240234375, + 0.06744384765625, + -0.01311492919921875, + -0.032806396484375, + 0.0029506683349609375, + 0.0753173828125, + 0.002002716064453125, + -0.02435302734375, + -0.01433563232421875, + 0.024169921875, + -0.003162384033203125, + 0.032806396484375, + -0.0207977294921875, + 0.0194854736328125, + 0.053955078125, + 0.0260467529296875, + 0.028289794921875, + -0.008056640625, + 0.0017566680908203125, + -0.00824737548828125, + 0.016204833984375, + -0.05657958984375, + -0.0006499290466308594, + -0.0020618438720703125, + 0.0018968582153320312, + 0.0141448974609375, + -0.0648193359375, + -0.0081024169921875, + 0.0301666259765625, + -0.0022258758544921875, + 0.0182647705078125, + 0.0221099853515625, + -0.052459716796875, + 0.0169525146484375, + -0.023895263671875, + 0.00505828857421875, + 0.025482177734375, + 0.047607421875, + -0.0165863037109375, + 0.026611328125, + 0.003513336181640625, + 0.0032787322998046875, + -0.0299835205078125, + -0.05657958984375, + -0.033172607421875, + -0.00702667236328125, + -0.03521728515625, + -0.035614013671875, + 0.02032470703125, + -0.022674560546875, + 0.014617919921875, + -0.00908660888671875, + 0.0016279220581054688, + -0.0154571533203125, + -0.05584716796875, + -0.000010073184967041016, + -0.007541656494140625, + -0.03521728515625, + -0.0108184814453125, + 0.06744384765625, + 0.015838623046875, + 0.027923583984375, + 0.0098876953125, + 0.016204833984375, + -0.052093505859375, + 0.0423583984375, + -0.003864288330078125, + 0.01180267333984375, + 0.00829315185546875, + 0.03765869140625, + 0.0238037109375, + 0.00965118408203125, + 0.05023193359375, + 0.043487548828125, + 0.01751708984375, + -0.030914306640625, + -0.0099334716796875, + 0.0207061767578125, + -0.00199127197265625, + 0.041595458984375, + 0.0003044605255126953, + -0.0288543701171875, + -0.0218353271484375, + -0.04046630859375, + 0.0081024169921875, + 0.02435302734375, + 0.03485107421875, + 0.01087188720703125, + -0.01100921630859375, + -0.0011301040649414062, + 0.051727294921875, + 0.0080108642578125, + 0.1124267578125, + 0.0037479400634765625, + -0.035430908203125, + 0.01348876953125, + 0.06781005859375, + -0.0030918121337890625, + -0.01377105712890625, + 0.036529541015625, + 0.006885528564453125, + 0.01311492919921875, + 0.02276611328125, + -0.01611328125, + 0.0191192626953125, + 0.00475311279296875, + -0.0298004150390625, + -0.00566864013671875, + -0.023895263671875, + 0.01157379150390625, + 0.0648193359375, + 0.0139617919921875, + 0.0053863525390625, + 0.041778564453125, + -0.0343017578125, + -0.028106689453125, + -0.0584716796875, + -0.07757568359375, + -0.007965087890625, + 0.027923583984375, + -0.0006413459777832031, + 0.043853759765625, + -0.0238037109375, + -0.07830810546875, + 0.00838470458984375, + -0.046661376953125, + 0.0753173828125, + 0.041778564453125, + 0.03466796875, + 0.033905029296875, + -0.0050811767578125, + 0.017608642578125, + 0.03240966796875, + 0.01049041748046875, + 0.018646240234375, + 0.0689697265625, + 0.0284881591796875, + 0.0039825439453125, + -0.00913238525390625, + 0.0140533447265625, + 0.0258636474609375, + 0.01367950439453125, + -0.005130767822265625, + 0.033721923828125, + 0.0003483295440673828, + 0.044403076171875, + -0.038787841796875, + 0.0350341796875, + 0.02117919921875, + -0.0133056640625, + 0.0164947509765625, + -0.0208892822265625, + 0.01995849609375, + -0.036163330078125, + 0.00431060791015625, + 0.0004391670227050781, + 0.017242431640625, + 0.0406494140625, + 0.0178985595703125, + -0.052093505859375, + -0.0350341796875, + 0.040283203125, + -0.047393798828125, + 0.017333984375, + 0.005107879638671875, + -0.01039886474609375, + 0.01451873779296875, + -0.0179901123046875, + -0.024169921875, + 0.0290374755859375, + -0.02642822265625, + -0.0406494140625, + 0.0141448974609375, + 0.0032558441162109375, + -0.044403076171875, + -0.041595458984375, + -0.0193939208984375, + -0.0290374755859375, + -0.0141448974609375, + -0.03167724609375, + 0.016204833984375, + -0.00395965576171875, + 0.01129150390625, + 0.027740478515625, + 0.033538818359375, + 0.0003044605255126953, + -0.0234222412109375, + 0.0374755859375, + -0.01358795166015625, + -0.0367431640625, + 0.046112060546875, + 0.010772705078125, + 0.0127410888671875, + -0.037109375, + -0.02960205078125, + 0.0005474090576171875, + 0.00284576416015625, + 0.0019683837890625, + 0.014801025390625, + -0.021087646484375, + -0.0234222412109375, + -0.046112060546875, + 0.0528564453125, + -0.009979248046875, + 0.027740478515625, + -0.01293182373046875, + -0.040863037109375, + 0.004638671875, + -0.036346435546875, + 0.000179290771484375, + 0.01873779296875, + -0.0066070556640625, + -0.0245513916015625, + 0.07421875, + -0.0023651123046875, + -0.02032470703125, + -0.00960540771484375, + 0.038238525390625, + -0.005901336669921875, + -0.00787353515625, + -0.03167724609375, + 0.040863037109375, + 0.0057373046875, + -0.058074951171875, + -0.007167816162109375, + -0.01837158203125, + -0.007587432861328125, + 0.046661376953125, + -0.043853759765625, + 0.00965118408203125, + -0.01091766357421875, + -0.05621337890625, + -0.0205230712890625, + -0.02154541015625, + -0.01508331298828125, + -0.049102783203125, + 0.0260467529296875, + 0.031280517578125, + 0.0166778564453125, + 0.038604736328125, + 0.0269775390625, + -0.0156402587890625, + 0.0249176025390625, + -0.00833892822265625, + -0.02960205078125, + 0.04833984375, + -0.0535888671875, + -0.0209808349609375, + 0.01190185546875, + 0.0298004150390625, + -0.0218353271484375, + 0.00304412841796875, + 0.01302337646484375, + -0.0262298583984375, + 0.033172607421875, + -0.063720703125, + 0.0026702880859375, + -0.0113372802734375, + -0.03204345703125, + -0.0231475830078125, + -0.004215240478515625, + 0.0374755859375, + 0.041229248046875, + -0.01377105712890625, + -0.01490020751953125, + 0.043487548828125, + -0.038421630859375, + 0.0275421142578125, + 0.0208892822265625, + -0.0003952980041503906, + 0.0052947998046875, + 0.00016546249389648438, + 0.00965118408203125, + 0.0019445419311523438, + 0.037109375, + -0.01110076904296875, + -0.030731201171875, + -0.07086181640625, + 0.01180267333984375, + -0.0245513916015625, + -0.0028228759765625, + -0.0222015380859375, + -0.052459716796875, + -0.030731201171875, + -0.01100921630859375, + 0.044586181640625, + 0.022491455078125, + 0.01311492919921875, + -0.0288543701171875, + -0.0209808349609375, + -0.0006589889526367188, + -0.0301666259765625, + 0.0271759033203125, + -0.00702667236328125, + 0.0260467529296875, + 0.025482177734375, + -0.0236968994140625, + 0.03485107421875, + 0.0245513916015625, + 0.036163330078125, + 0.02923583984375, + 0.004169464111328125, + -0.025482177734375, + -0.0112457275390625, + -0.00475311279296875, + -0.01190185546875, + 0.005435943603515625, + -0.01629638671875, + 0.0206146240234375, + -0.0046844482421875, + 0.003185272216796875, + 0.0025539398193359375, + 0.033538818359375, + 0.0204315185546875, + -0.0009546279907226562, + 0.01087188720703125, + 0.037841796875, + -0.0194854736328125, + 0.06182861328125, + -0.0218353271484375, + -0.0217437744140625, + 0.0133056640625, + -0.013214111328125, + 0.049102783203125, + 0.027923583984375, + -0.017242431640625, + -0.0325927734375, + 0.00885772705078125, + 0.054351806640625, + -0.00632476806640625, + -0.0528564453125, + -0.017242431640625, + 0.0249176025390625, + 0.036346435546875, + 0.047027587890625, + 0.00978851318359375, + 0.0322265625, + 0.01377105712890625, + -0.004428863525390625, + 0.057708740234375, + 0.07421875, + 0.0139617919921875, + -0.0164947509765625, + -0.049102783203125, + -0.006885528564453125, + 0.0010128021240234375, + -0.0165863037109375, + -0.043853759765625, + -0.01007080078125, + 0.059600830078125, + -0.064453125, + -0.0325927734375, + 0.005855560302734375, + 0.02923583984375, + 0.0029392242431640625, + 0.00365447998046875, + -0.030914306640625, + 0.0325927734375, + 0.01021575927734375, + -0.05322265625, + 0.0006794929504394531, + -0.01110076904296875, + 0.0204315185546875, + 0.04833984375, + 0.021636962890625, + -0.0294189453125, + 0.043487548828125, + 0.04217529296875, + 0.049102783203125, + 0.018463134765625, + 0.05657958984375, + 0.031280517578125, + 0.007587432861328125, + 0.035797119140625, + 0.06146240234375, + -0.0249176025390625, + -0.0156402587890625, + 0.0288543701171875, + 0.03411865234375, + 0.04833984375, + 0.049468994140625, + 0.00627899169921875, + -0.0016164779663085938, + 0.0011539459228515625, + -0.0487060546875, + -0.0060882568359375, + 0.0017213821411132812, + -0.00838470458984375, + -0.0233306884765625, + -0.03411865234375, + 0.0301666259765625, + -0.0458984375, + 0.0290374755859375, + 0.007167816162109375, + -0.04217529296875, + -0.0113372802734375, + 0.0423583984375, + -0.0168609619140625, + -0.07232666015625, + 0.032989501953125, + -0.0133056640625, + -0.040283203125, + -0.0208892822265625, + -0.04217529296875, + 0.033538818359375, + -0.017333984375, + -0.053955078125, + -0.0247344970703125, + 0.0299835205078125, + -0.01555633544921875, + -0.03485107421875, + -0.01611328125, + 0.0245513916015625, + -0.028106689453125, + -0.037109375, + -0.054351806640625, + -0.0238037109375, + 0.0207977294921875, + -0.0231475830078125, + -0.00899505615234375, + -0.003841400146484375, + -0.0154571533203125, + 0.0022602081298828125, + 0.00698089599609375, + -0.0286712646484375, + 0.040863037109375, + -0.0455322265625, + 0.055084228515625, + 0.0217437744140625, + 0.001827239990234375, + 0.0194854736328125, + 0.062225341796875, + -0.0052947998046875, + 0.005573272705078125, + -0.0219268798828125, + -0.05133056640625, + -0.0031147003173828125, + 0.0098876953125, + 0.025115966796875, + -0.0584716796875, + 0.0168609619140625, + 0.038970947265625, + -0.07421875, + -0.004428863525390625, + 0.005573272705078125, + -0.016021728515625, + -0.046844482421875, + 0.03204345703125, + 0.005458831787109375, + -0.01236724853515625, + 0.08056640625, + -0.00698089599609375, + -0.01629638671875, + 0.01433563232421875, + -0.059600830078125, + 0.052093505859375, + 0.0053863525390625, + 0.0217437744140625, + -0.038421630859375, + 0.026611328125, + 0.025115966796875, + -0.0322265625, + -0.0016632080078125, + -0.0858154296875, + -0.025115966796875, + 0.0152740478515625, + 0.0207061767578125, + -0.0053863525390625, + 0.00006151199340820312, + -0.039154052734375, + -0.01715087890625, + -0.01555633544921875, + 0.00847625732421875, + -0.00016391277313232422, + 0.01517486572265625, + -0.0458984375, + 0.0033969879150390625, + 0.003162384033203125, + -0.068603515625, + -0.047027587890625, + -0.0189208984375, + 0.01180267333984375, + 0.0066070556640625, + -0.052459716796875, + 0.0262298583984375, + 0.0207061767578125, + 0.0019092559814453125, + 0.0311126708984375, + 0.043670654296875, + -0.047027587890625, + 0.00496673583984375, + -0.0024127960205078125, + 0.040863037109375, + -0.004474639892578125, + 0.01068115234375, + -0.021636962890625, + -0.001094818115234375, + 0.0221099853515625, + -0.03973388671875, + 0.0303497314453125, + 0.038604736328125, + -0.03973388671875, + -0.063720703125, + -0.0245513916015625, + 0.0039825439453125, + 0.0208892822265625, + 0.0021190643310546875, + 0.02679443359375, + -0.021270751953125, + -0.0112457275390625, + -0.097412109375, + 0.049468994140625, + -0.00540924072265625, + 0.018646240234375, + 0.03240966796875, + -0.021636962890625, + -0.07794189453125, + -0.03521728515625, + -0.0221099853515625, + 0.033721923828125, + -0.039154052734375, + 0.05657958984375, + 0.01499176025390625, + 0.01161956787109375, + 0.00279998779296875, + -0.00041866302490234375, + 0.004894256591796875, + 0.049102783203125, + 0.0262298583984375, + -0.05023193359375, + 0.0791015625, + -0.0286712646484375, + 0.0002751350402832031, + -0.02960205078125, + -0.0128326416015625, + -0.0213623046875, + -0.0164031982421875, + -0.0343017578125, + 0.0013408660888671875, + 0.02642822265625, + 0.041229248046875, + -0.023895263671875, + 0.0249176025390625, + 0.0016164779663085938, + 0.0138702392578125, + 0.020050048828125, + -0.0013818740844726562, + 0.0087127685546875, + 0.0140533447265625, + -0.0027179718017578125, + -0.036163330078125, + -0.0592041015625, + -0.07232666015625, + -0.0011129379272460938, + -0.046661376953125, + -0.0011186599731445312, + 0.0133056640625, + 0.0092315673828125, + 0.00665283203125, + -0.0233306884765625, + 0.013214111328125, + -0.01311492919921875, + -0.03729248046875, + -0.0273590087890625, + 0.01129150390625, + -0.002330780029296875, + 0.025482177734375, + 0.006885528564453125, + -0.00969696044921875, + 0.021087646484375, + 0.0094146728515625, + -0.0133056640625, + -0.0235137939453125, + 0.0107269287109375, + -0.0374755859375, + 0.006183624267578125, + -0.07568359375, + -0.02032470703125, + 0.01114654541015625, + 0.04254150390625, + -0.007965087890625, + -0.025665283203125, + 0.047393798828125, + -0.0206146240234375, + -0.06707763671875, + 0.02923583984375, + -0.0168609619140625, + -0.04779052734375, + 0.0275421142578125, + -0.0247344970703125, + -0.0009369850158691406, + 0.0192108154296875, + 0.0479736328125, + 0.05322265625, + 0.0288543701171875, + 0.0269775390625, + -0.0247344970703125, + -0.0207977294921875, + -0.02154541015625, + 0.0301666259765625, + 0.0181732177734375, + 0.02679443359375, + -0.00540924072265625, + 0.030914306640625, + -0.0157470703125, + -0.0791015625, + -0.0311126708984375, + -0.0180816650390625, + -0.051727294921875, + 0.0004887580871582031, + 0.06707763671875, + 0.05023193359375, + -0.0138702392578125, + 0.0209808349609375, + 0.025482177734375, + 0.0258636474609375, + 0.00637054443359375, + -0.019775390625, + -0.059600830078125, + -0.0095062255859375, + 0.036529541015625, + 0.0218353271484375, + -0.064453125, + 0.039154052734375, + 0.06109619140625, + -0.0107269287109375, + -0.02117919921875, + 0.0008492469787597656, + 0.0004069805145263672, + 0.03521728515625, + 0.0193023681640625, + 0.02679443359375, + -0.054718017578125, + 0.0085296630859375, + 0.011474609375, + -0.0026702880859375, + -0.01044464111328125, + -0.007122039794921875, + -0.0374755859375, + 0.03411865234375, + -0.060333251953125, + -0.0027866363525390625, + 0.0156402587890625, + 0.051727294921875, + 0.0311126708984375, + -0.03973388671875, + -0.0225830078125, + 0.0311126708984375, + 0.0177154541015625, + -0.030548095703125, + 0.0192108154296875, + -0.0009427070617675781, + -0.0262298583984375, + 0.043853759765625, + 0.036529541015625, + 0.009185791015625, + 0.036163330078125, + 0.0286712646484375, + -0.062225341796875, + 0.01629638671875, + -0.0079193115234375, + 0.015838623046875, + 0.00824737548828125, + -0.030914306640625, + -0.01087188720703125, + -0.051727294921875, + 0.0487060546875, + 0.0294189453125, + 0.027740478515625, + 0.0140533447265625, + -0.00885772705078125, + 0.017425537109375, + 0.00440216064453125, + 0.01348876953125, + 0.025115966796875, + 0.035614013671875, + 0.01236724853515625, + 0.023895263671875, + 0.01190185546875, + -0.00763702392578125, + -0.0288543701171875, + 0.0182647705078125, + -0.02960205078125, + -0.00284576416015625, + -0.040863037109375, + -0.0154571533203125, + 0.0005884170532226562, + -0.005901336669921875, + -0.04327392578125, + -0.049835205078125, + -0.003021240234375, + -0.013214111328125, + -0.0447998046875, + 0.0015344619750976562, + 0.049835205078125, + -0.04217529296875, + 0.018646240234375, + 0.03521728515625, + -0.0004010200500488281, + 0.036346435546875, + -0.06597900390625, + 0.07830810546875, + 0.00927734375, + 0.020233154296875, + -0.0168609619140625, + 0.00400543212890625, + 0.01180267333984375, + -0.00461578369140625, + 0.0012769699096679688, + 0.0322265625, + -0.03448486328125, + 0.038421630859375, + 0.042724609375, + 0.003864288330078125, + -0.0232391357421875, + 0.011474609375, + -0.0019207000732421875, + -0.040283203125, + 0.032989501953125, + -0.0036067962646484375, + 0.0125579833984375, + -0.0247344970703125, + -0.0060882568359375, + -0.0006732940673828125, + -0.046295166015625, + 0.052459716796875, + 0.038238525390625, + -0.0138702392578125, + 0.01030731201171875, + -0.0738525390625, + 0.0367431640625, + 0.00061798095703125, + 0.058074951171875, + -0.043853759765625, + 0.0286712646484375, + -0.0303497314453125, + 0.01433563232421875, + -0.0154571533203125, + 0.0019550323486328125, + 0.0026111602783203125, + 0.0165863037109375, + -0.01026153564453125, + 0.06256103515625, + 0.01302337646484375, + 0.0029048919677734375, + -0.06671142578125, + -0.005527496337890625, + 0.0016279220581054688, + 0.015838623046875, + 0.0207061767578125, + -0.036346435546875, + -0.025665283203125, + 0.025482177734375, + 0.030731201171875, + 0.0753173828125, + -0.01030731201171875, + 0.0367431640625, + 0.011474609375, + -0.0003514289855957031, + -0.0100250244140625, + -0.0178985595703125 + ], + "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" + ], + "skillLevel": "beginner", + "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.00003075599670410156, + 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_REMnux", + "type": "tool", + "name": "REMnux", + "content": "remnux remnux ist eine auf ubuntu basierende linux‑distribution, die eine kuratierte sammlung frei verfügbarer tools für malware‑analyse, reverse engineering und speicherforensik in einer sofort einsatzbereiten vm vereint. sie erspart analyst:innen das mühsame zusammenstellen einzelner werkzeuge, da paketverwaltung, desktop‑integration und lab‑skripte bereits vorkonfiguriert sind. zu den integrierten highlights zählen unter anderem ghidra, radare2, volatility, stegdetect sowie diverse netzwerk‑ und sandboxing‑utilities, die regelmäßig in koordinierten releases aktualisiert werden. linux-distro toolkit reverse-engineering virtualization malware-analysis incident-response network-forensics examination analysis", + "embedding": [ + -0.0181427001953125, + 0.031829833984375, + 0.0273895263671875, + -0.0163421630859375, + 0.042449951171875, + 0.0149688720703125, + 0.0018444061279296875, + -0.001293182373046875, + -0.0382080078125, + -0.00644683837890625, + -0.0301361083984375, + 0.027801513671875, + 0.01380157470703125, + -0.01580810546875, + -0.035247802734375, + 0.0212249755859375, + -0.005359649658203125, + -0.003025054931640625, + -0.0006866455078125, + 0.0159149169921875, + -0.0249481201171875, + -0.028656005859375, + -0.055206298828125, + -0.02886962890625, + -0.0102386474609375, + 0.00727081298828125, + -0.01369476318359375, + -0.0950927734375, + -0.01161956787109375, + -0.0033969879150390625, + -0.020477294921875, + -0.029937744140625, + 0.0037937164306640625, + 0.0200653076171875, + 0.004245758056640625, + -0.0312042236328125, + 0.0010547637939453125, + -0.036712646484375, + -0.02642822265625, + 0.08233642578125, + -0.002002716064453125, + 0.00572967529296875, + 0.01666259765625, + -0.0252685546875, + -0.0232391357421875, + -0.044158935546875, + 0.00732421875, + -0.01103973388671875, + 0.00705718994140625, + -0.04925537109375, + 0.040557861328125, + 0.00572967529296875, + 0.01061248779296875, + -0.04669189453125, + -0.05816650390625, + 0.0032501220703125, + 0.0307769775390625, + -0.02886962890625, + -0.046905517578125, + 0.0309906005859375, + -0.033966064453125, + -0.038848876953125, + -0.004512786865234375, + -0.016876220703125, + 0.0167694091796875, + 0.033538818359375, + -0.013214111328125, + -0.0307769775390625, + 0.0074310302734375, + 0.0133209228515625, + 0.0216522216796875, + 0.01050567626953125, + -0.01220703125, + 0.037567138671875, + -0.0430908203125, + -0.040557861328125, + 0.003978729248046875, + 0.01019287109375, + 0.01549530029296875, + 0.00817108154296875, + -0.014434814453125, + -0.0038471221923828125, + 0.04583740234375, + -0.0123138427734375, + -0.0263214111328125, + -0.006740570068359375, + 0.0189971923828125, + -0.00019407272338867188, + 0.01226043701171875, + -0.027069091796875, + 0.03289794921875, + 0.007640838623046875, + 0.02484130859375, + -0.0364990234375, + 0.0261077880859375, + 0.040557861328125, + -0.02313232421875, + -0.01560211181640625, + -0.0341796875, + 0.0245208740234375, + 0.0316162109375, + -0.036102294921875, + 0.0303497314453125, + -0.0048828125, + 0.0133209228515625, + -0.034820556640625, + -0.01380157470703125, + 0.0030117034912109375, + -0.0031585693359375, + -0.0018177032470703125, + -0.0836181640625, + -0.0116729736328125, + -0.032470703125, + -0.042877197265625, + -0.00615692138671875, + 0.01183319091796875, + -0.0029582977294921875, + 0.03546142578125, + -0.05328369140625, + -0.0657958984375, + 0.0312042236328125, + 0.00785064697265625, + -0.016021728515625, + 0.0159149169921875, + -0.053924560546875, + -0.04669189453125, + -0.0183563232421875, + 0.0303497314453125, + -0.032684326171875, + -0.001552581787109375, + -0.0303497314453125, + -0.031402587890625, + -0.038848876953125, + -0.01019287109375, + -0.0018444061279296875, + -0.04437255859375, + 0.025360107421875, + 0.0072174072265625, + -0.0238800048828125, + 0.02069091796875, + 0.0594482421875, + -0.0267486572265625, + -0.0305633544921875, + 0.0113067626953125, + -0.01824951171875, + 0.0178375244140625, + -0.0051727294921875, + 0.06622314453125, + -0.01358795166015625, + 0.01549530029296875, + -0.01204681396484375, + 0.02801513671875, + 0.043304443359375, + 0.006130218505859375, + -0.0074310302734375, + -0.05731201171875, + -0.007801055908203125, + 0.00626373291015625, + 0.033966064453125, + 0.003978729248046875, + -0.005573272705078125, + -0.0165557861328125, + 0.0086517333984375, + 0.01284027099609375, + -0.002414703369140625, + -0.045013427734375, + -0.0214385986328125, + -0.0238800048828125, + 0.024200439453125, + -0.0005936622619628906, + 0.02972412109375, + 0.0189971923828125, + 0.053497314453125, + 0.050537109375, + -0.0133209228515625, + 0.036102294921875, + -0.00533294677734375, + 0.0043792724609375, + 0.027069091796875, + 0.01369476318359375, + -0.035247802734375, + -0.023773193359375, + 0.047760009765625, + -0.0012607574462890625, + 0.021759033203125, + 0.0022029876708984375, + -0.01560211181640625, + -0.0364990234375, + -0.014434814453125, + 0.0176239013671875, + -0.024627685546875, + -0.0043792724609375, + -0.007747650146484375, + 0.0094451904296875, + -0.01071929931640625, + 0.0560302734375, + 0.032257080078125, + -0.0179443359375, + 0.05242919921875, + -0.00019156932830810547, + -0.00197601318359375, + 0.022613525390625, + 0.0284423828125, + 0.0307769775390625, + 0.0211181640625, + 0.0019235610961914062, + 0.024200439453125, + 0.039276123046875, + 0.0165557861328125, + -0.00949859619140625, + -0.0207977294921875, + 0.06964111328125, + -0.010986328125, + -0.0159149169921875, + -0.029510498046875, + -0.020477294921875, + 0.0169830322265625, + -0.00554656982421875, + 0.0207977294921875, + 0.0020294189453125, + -0.0225067138671875, + -0.018890380859375, + 0.019744873046875, + 0.0341796875, + -0.00543975830078125, + 0.0430908203125, + 0.018463134765625, + -0.03863525390625, + -0.024200439453125, + 0.03692626953125, + 0.0041656494140625, + 0.054779052734375, + 0.0176239013671875, + -0.00817108154296875, + -0.031402587890625, + -0.020477294921875, + 0.025787353515625, + 0.03375244140625, + 0.01708984375, + 0.0066070556640625, + -0.01194000244140625, + -0.006420135498046875, + -0.0303497314453125, + 0.05072021484375, + 0.01751708984375, + 0.0003466606140136719, + 0.0008425712585449219, + -0.005146026611328125, + 0.03692626953125, + 0.0657958984375, + -0.06878662109375, + -0.0179443359375, + -0.05902099609375, + -0.0015659332275390625, + -0.05987548828125, + -0.0192108154296875, + -0.01337432861328125, + -0.0305633544921875, + 0.061126708984375, + -0.02197265625, + -0.036285400390625, + 0.000457763671875, + 0.0254669189453125, + -0.0038471221923828125, + 0.05413818359375, + -0.0014858245849609375, + -0.0271759033203125, + 0.00443267822265625, + 0.05987548828125, + -0.0161285400390625, + -0.024200439453125, + -0.010772705078125, + -0.0238800048828125, + 0.004695892333984375, + -0.01141357421875, + -0.0018968582153320312, + -0.014862060546875, + 0.037353515625, + 0.0228271484375, + 0.027801513671875, + -0.0180511474609375, + 0.006900787353515625, + -0.006130218505859375, + 0.062408447265625, + -0.026214599609375, + 0.0042724609375, + 0.0017251968383789062, + -0.00795745849609375, + 0.003978729248046875, + -0.043304443359375, + -0.0003249645233154297, + 0.0309906005859375, + 0.007587432861328125, + 0.02557373046875, + -0.00371551513671875, + -0.06536865234375, + 0.013427734375, + -0.0146484375, + 0.00666046142578125, + 0.00849151611328125, + 0.02239990234375, + -0.03948974609375, + 0.01528167724609375, + -0.0165557861328125, + 0.0176239013671875, + -0.0263214111328125, + -0.042022705078125, + 0.00849151611328125, + 0.01294708251953125, + -0.03948974609375, + -0.00917816162109375, + 0.010345458984375, + -0.038848876953125, + 0.0042724609375, + -0.025360107421875, + -0.01039886474609375, + -0.04754638671875, + -0.05157470703125, + 0.01708984375, + -0.0305633544921875, + -0.01953125, + -0.01082611083984375, + 0.040557861328125, + -0.0063934326171875, + -0.0011472702026367188, + -0.0082244873046875, + 0.004245758056640625, + -0.0261077880859375, + 0.00992584228515625, + -0.02069091796875, + 0.0447998046875, + 0.005916595458984375, + 0.04266357421875, + 0.029083251953125, + 0.0212249755859375, + 0.0276031494140625, + 0.052642822265625, + 0.043304443359375, + -0.0203857421875, + -0.0116729736328125, + -0.006237030029296875, + 0.01226043701171875, + 0.006740570068359375, + -0.040130615234375, + -0.019317626953125, + 0.001598358154296875, + -0.01183319091796875, + -0.0005006790161132812, + 0.0273895263671875, + 0.028228759765625, + 0.04266357421875, + -0.020477294921875, + 0.005626678466796875, + 0.05731201171875, + 0.0114593505859375, + 0.08404541015625, + 0.00695037841796875, + -0.042236328125, + 0.0022029876708984375, + 0.046051025390625, + 0.0165557861328125, + 0.0157012939453125, + 0.0307769775390625, + 0.007904052734375, + -0.0054931640625, + 0.055206298828125, + -0.011993408203125, + 0.02972412109375, + 0.0024814605712890625, + 0.0012674331665039062, + 0.0033969879150390625, + -0.0205841064453125, + 0.04180908203125, + 0.03692626953125, + 0.04522705078125, + 0.0146484375, + 0.03948974609375, + -0.0238800048828125, + -0.0230255126953125, + -0.0080108642578125, + -0.049468994140625, + -0.0001251697540283203, + 0.043304443359375, + 0.0057830810546875, + 0.0228271484375, + -0.00795745849609375, + -0.05413818359375, + 0.0307769775390625, + -0.03289794921875, + 0.06964111328125, + 0.0247344970703125, + 0.00716400146484375, + 0.03863525390625, + -0.0227203369140625, + 0.0301361083984375, + 0.040557861328125, + -0.01422119140625, + 0.020477294921875, + 0.0228271484375, + 0.0364990234375, + 0.027801513671875, + -0.036285400390625, + 0.0267486572265625, + 0.045013427734375, + 0.010986328125, + -0.009552001953125, + 0.0263214111328125, + 0.0180511474609375, + 0.004486083984375, + -0.0312042236328125, + 0.036712646484375, + 0.037567138671875, + -0.00817108154296875, + 0.0007662773132324219, + -0.0179443359375, + 0.0026397705078125, + -0.061981201171875, + -0.00583648681640625, + -0.0104522705078125, + 0.00655364990234375, + 0.0009417533874511719, + 0.026214599609375, + -0.05987548828125, + -0.016876220703125, + 0.05859375, + -0.078125, + 0.0254669189453125, + -0.0141143798828125, + -0.0074310302734375, + 0.00795745849609375, + -0.00817108154296875, + -0.056884765625, + 0.00917816162109375, + -0.053070068359375, + -0.05645751953125, + 0.0260009765625, + 0.0234527587890625, + -0.05413818359375, + -0.032470703125, + -0.01136016845703125, + -0.0249481201171875, + -0.024200439453125, + -0.0030517578125, + 0.04840087890625, + -0.0143280029296875, + 0.009979248046875, + 0.005573272705078125, + 0.035675048828125, + -0.0316162109375, + -0.006687164306640625, + 0.0254669189453125, + -0.005680084228515625, + -0.03289794921875, + 0.02972412109375, + -0.00727081298828125, + 0.0269622802734375, + -0.0025730133056640625, + -0.016021728515625, + -0.01316070556640625, + 0.029296875, + -0.0016050338745117188, + 0.018463134765625, + -0.0312042236328125, + -0.0183563232421875, + -0.02154541015625, + 0.037139892578125, + 0.00019407272338867188, + 0.04522705078125, + -0.00594329833984375, + -0.05902099609375, + 0.01995849609375, + -0.0462646484375, + -0.0161285400390625, + -0.0038738250732421875, + -0.0059967041015625, + 0.0084381103515625, + 0.087890625, + -0.01284027099609375, + -0.035247802734375, + -0.0350341796875, + 0.0341796875, + 0.00785064697265625, + -0.00737762451171875, + -0.044158935546875, + 0.07513427734375, + 0.046478271484375, + -0.050323486328125, + -0.01506805419921875, + -0.044586181640625, + 0.0094451904296875, + 0.05560302734375, + -0.053924560546875, + 0.00716400146484375, + 0.0012674331665039062, + -0.070068359375, + -0.025054931640625, + -0.01358795166015625, + -0.042236328125, + -0.0265350341796875, + 0.032684326171875, + 0.0207977294921875, + -0.00907135009765625, + 0.03692626953125, + 0.01751708984375, + -0.0020427703857421875, + 0.019317626953125, + -0.0005006790161132812, + -0.020477294921875, + 0.006183624267578125, + -0.051361083984375, + -0.0303497314453125, + -0.00727081298828125, + 0.0430908203125, + -0.050537109375, + 0.01422119140625, + 0.00048089027404785156, + -0.021759033203125, + 0.041168212890625, + -0.03289794921875, + 0.0092315673828125, + -0.05157470703125, + -0.0309906005859375, + -0.016876220703125, + -0.01751708984375, + 0.0118865966796875, + 0.039703369140625, + 0.00360870361328125, + 0.047119140625, + 0.0100860595703125, + -0.048187255859375, + 0.01517486572265625, + 0.0020427703857421875, + 0.00101470947265625, + 0.011993408203125, + -0.0030117034912109375, + -0.0251617431640625, + 0.0016384124755859375, + 0.04180908203125, + -0.022918701171875, + -0.004405975341796875, + -0.08319091796875, + 0.01273345947265625, + 0.01161956787109375, + -0.02557373046875, + -0.0162353515625, + -0.031829833984375, + -0.05859375, + 0.00400543212890625, + 0.00933837890625, + -0.0008559226989746094, + -0.00238800048828125, + -0.041595458984375, + -0.046905517578125, + 0.00907135009765625, + -0.0271759033203125, + 0.043304443359375, + -0.0247344970703125, + -0.007587432861328125, + 0.006076812744140625, + -0.041595458984375, + 0.007110595703125, + 0.036712646484375, + 0.0222930908203125, + 0.0125274658203125, + 0.04669189453125, + -0.0192108154296875, + 0.041168212890625, + 0.008544921875, + -0.0180511474609375, + -0.00971221923828125, + -0.0094451904296875, + 0.034393310546875, + -0.027801513671875, + -0.01666259765625, + 0.02886962890625, + 0.016876220703125, + -0.00594329833984375, + 0.001247406005859375, + -0.0227203369140625, + 0.0227203369140625, + -0.00350189208984375, + 0.042236328125, + -0.053924560546875, + -0.0399169921875, + -0.0102386474609375, + 0.0185699462890625, + 0.01910400390625, + 0.0131072998046875, + -0.01177978515625, + -0.027801513671875, + -0.0126800537109375, + 0.045654296875, + -0.037353515625, + -0.01236724853515625, + -0.04925537109375, + 0.01506805419921875, + 0.0009813308715820312, + 0.052215576171875, + 0.0007262229919433594, + 0.0657958984375, + 0.01751708984375, + -0.0043792724609375, + 0.033966064453125, + 0.055206298828125, + 0.02313232421875, + -0.033111572265625, + -0.06494140625, + 0.0203857421875, + 0.0030117034912109375, + -0.01666259765625, + -0.023773193359375, + 0.01114654541015625, + 0.07769775390625, + -0.0819091796875, + -0.006847381591796875, + -0.0022029876708984375, + 0.0039005279541015625, + 0.01226043701171875, + 0.014007568359375, + 0.004669189453125, + 0.01273345947265625, + -0.00795745849609375, + -0.032470703125, + -0.0009551048278808594, + 0.0032634735107421875, + 0.012786865234375, + 0.06365966796875, + 0.00360870361328125, + -0.0511474609375, + 0.061981201171875, + 0.014434814453125, + 0.0333251953125, + 0.041595458984375, + 0.01337432861328125, + 0.01560211181640625, + 0.01263427734375, + 0.0162353515625, + 0.06622314453125, + -0.0258941650390625, + -0.0236663818359375, + 0.00511932373046875, + 0.0145416259765625, + 0.0341796875, + 0.03289794921875, + -0.005016326904296875, + 0.006076812744140625, + -0.0051727294921875, + -0.06536865234375, + 0.0146484375, + 0.0196380615234375, + -0.0214385986328125, + -0.0350341796875, + -0.0772705078125, + 0.0149688720703125, + -0.04925537109375, + 0.036712646484375, + -0.00705718994140625, + -0.024200439453125, + -0.0163421630859375, + 0.051788330078125, + 0.01161956787109375, + -0.01824951171875, + 0.041595458984375, + -0.005306243896484375, + -0.00634002685546875, + -0.004642486572265625, + -0.0276031494140625, + 0.01580810546875, + -0.035675048828125, + -0.08917236328125, + -0.0176239013671875, + 0.02069091796875, + -0.0149688720703125, + -0.039276123046875, + -0.0252685546875, + 0.027069091796875, + -0.02557373046875, + -0.056884765625, + -0.038421630859375, + -0.036102294921875, + 0.0100860595703125, + -0.00705718994140625, + -0.000659942626953125, + -0.004405975341796875, + -0.03204345703125, + -0.005680084228515625, + -0.0002834796905517578, + -0.0210113525390625, + 0.0382080078125, + -0.036712646484375, + 0.03546142578125, + 0.0220794677734375, + 0.00897216796875, + 0.028228759765625, + 0.054779052734375, + -0.008758544921875, + 0.0038738250732421875, + -0.01258087158203125, + -0.07135009765625, + 0.006847381591796875, + -0.01380157470703125, + 0.0010747909545898438, + -0.07769775390625, + 0.002559661865234375, + 0.054779052734375, + -0.0640869140625, + 0.0104522705078125, + -0.020477294921875, + -0.00666046142578125, + -0.02886962890625, + 0.0165557861328125, + 0.0205841064453125, + 0.0254669189453125, + 0.08489990234375, + 0.00634002685546875, + -0.0143280029296875, + -0.00902557373046875, + -0.05731201171875, + 0.0447998046875, + 0.020904541015625, + 0.0316162109375, + -0.038421630859375, + 0.03289794921875, + 0.00443267822265625, + -0.0157012939453125, + 0.006687164306640625, + -0.07049560546875, + 0.05560302734375, + 0.0006432533264160156, + 0.004352569580078125, + 0.00572967529296875, + 0.01560211181640625, + -0.032470703125, + -0.0165557861328125, + -0.03460693359375, + 0.01141357421875, + -0.01019287109375, + 0.0072174072265625, + -0.0220794677734375, + -0.0147552490234375, + -0.01580810546875, + -0.060272216796875, + -0.00859832763671875, + -0.04669189453125, + 0.0256805419921875, + -0.0260009765625, + -0.0640869140625, + 0.04266357421875, + -0.00666046142578125, + -0.007587432861328125, + 0.01172637939453125, + 0.05645751953125, + -0.0316162109375, + 0.0247344970703125, + 0.005069732666015625, + 0.0341796875, + 0.006130218505859375, + -0.0028133392333984375, + -0.0031833648681640625, + 0.040771484375, + 0.0094451904296875, + -0.048828125, + 0.054351806640625, + 0.01136016845703125, + -0.0301361083984375, + -0.05645751953125, + -0.0309906005859375, + -0.0169830322265625, + 0.0247344970703125, + 0.0026798248291015625, + 0.02239990234375, + 0.026214599609375, + -0.0113067626953125, + -0.0985107421875, + 0.04754638671875, + -0.0159149169921875, + 0.031829833984375, + 0.01125335693359375, + -0.01708984375, + -0.0836181640625, + -0.04925537109375, + 0.0037937164306640625, + 0.0169830322265625, + -0.03778076171875, + 0.052001953125, + 0.0284423828125, + 0.0108795166015625, + -0.009552001953125, + -0.0149688720703125, + 0.01125335693359375, + 0.041168212890625, + 0.01995849609375, + -0.032470703125, + 0.07769775390625, + -0.035675048828125, + 0.03546142578125, + -0.0271759033203125, + 0.0133209228515625, + -0.0027866363525390625, + 0.004085540771484375, + -0.032470703125, + 0.0157012939453125, + 0.0067138671875, + 0.0382080078125, + -0.0018835067749023438, + 0.0032634735107421875, + -0.032470703125, + 0.01114654541015625, + 0.00228118896484375, + -0.004192352294921875, + 0.00289154052734375, + 0.00533294677734375, + -0.0273895263671875, + -0.0055999755859375, + -0.09210205078125, + -0.06878662109375, + 0.01194000244140625, + -0.02154541015625, + -0.01305389404296875, + 0.0205841064453125, + 0.006793975830078125, + 0.022613525390625, + -0.047760009765625, + 0.00870513916015625, + -0.005809783935546875, + -0.01506805419921875, + -0.025360107421875, + 0.035247802734375, + -0.01506805419921875, + 0.01125335693359375, + 0.0014390945434570312, + -0.04583740234375, + 0.0149688720703125, + -0.022186279296875, + -0.01506805419921875, + -0.016876220703125, + -0.014007568359375, + -0.035888671875, + 0.0263214111328125, + -0.06451416015625, + -0.0106658935546875, + 0.0169830322265625, + 0.0214385986328125, + -0.005199432373046875, + -0.0261077880859375, + 0.041595458984375, + 0.01220703125, + -0.06622314453125, + 0.0169830322265625, + -0.0159149169921875, + -0.03546142578125, + -0.0220794677734375, + -0.01580810546875, + 0.0005970001220703125, + 0.019317626953125, + 0.042022705078125, + 0.046051025390625, + 0.050933837890625, + -0.01273345947265625, + -0.034820556640625, + 0.028228759765625, + -0.03289794921875, + 0.039703369140625, + 0.0251617431640625, + 0.00695037841796875, + -0.0015125274658203125, + 0.019317626953125, + 0.0041656494140625, + -0.06707763671875, + -0.0240936279296875, + -0.042022705078125, + -0.046051025390625, + -0.00981903076171875, + 0.092529296875, + 0.032684326171875, + 0.01183319091796875, + 0.04095458984375, + 0.028228759765625, + 0.029083251953125, + -0.00992584228515625, + -0.006103515625, + -0.06365966796875, + 0.0019369125366210938, + 0.04034423828125, + 0.003276824951171875, + -0.06964111328125, + 0.06964111328125, + 0.08154296875, + 0.0004246234893798828, + 0.0128936767578125, + -0.0198516845703125, + -0.0159149169921875, + 0.0364990234375, + 0.0234527587890625, + 0.0011472702026367188, + -0.06494140625, + -0.006317138671875, + 0.0123138427734375, + 0.0072174072265625, + -0.02069091796875, + -0.027801513671875, + -0.01560211181640625, + 0.032684326171875, + -0.06451416015625, + -0.00827789306640625, + 0.01380157470703125, + 0.06451416015625, + -0.01953125, + -0.01013946533203125, + -0.03863525390625, + 0.05010986328125, + 0.029510498046875, + 0.001373291015625, + -0.0080108642578125, + 0.0114593505859375, + -0.0146484375, + 0.0161285400390625, + 0.0657958984375, + 0.0207977294921875, + 0.049041748046875, + 0.00360870361328125, + -0.04583740234375, + 0.0218658447265625, + -0.0176239013671875, + 0.0194244384765625, + -0.0186767578125, + -0.031402587890625, + -0.037139892578125, + -0.0174102783203125, + 0.03289794921875, + 0.007694244384765625, + 0.045654296875, + 0.03546142578125, + 0.00572967529296875, + -0.01194000244140625, + -0.0032634735107421875, + 0.02972412109375, + 0.0462646484375, + 0.044586181640625, + 0.03948974609375, + 0.018890380859375, + 0.04266357421875, + 0.0030651092529296875, + -0.014434814453125, + 0.031402587890625, + -0.03692626953125, + 0.012786865234375, + -0.0692138671875, + -0.02972412109375, + 0.02642822265625, + -0.029296875, + 0.0167694091796875, + -0.0243072509765625, + -0.0245208740234375, + -0.017730712890625, + -0.0528564453125, + -0.007904052734375, + 0.053497314453125, + -0.047332763671875, + 0.01580810546875, + 0.035888671875, + -0.029937744140625, + 0.020172119140625, + -0.038848876953125, + 0.050537109375, + 0.0211181640625, + 0.041168212890625, + -0.0035552978515625, + -0.01050567626953125, + 0.0029850006103515625, + -0.01177978515625, + 0.00949859619140625, + 0.0307769775390625, + -0.0263214111328125, + 0.053497314453125, + 0.02972412109375, + 0.01316070556640625, + -0.0333251953125, + 0.0183563232421875, + 0.0096588134765625, + -0.07427978515625, + 0.035675048828125, + 0.01666259765625, + 0.03204345703125, + -0.00157928466796875, + -0.0033969879150390625, + -0.019317626953125, + -0.060272216796875, + 0.052642822265625, + 0.040130615234375, + -0.016448974609375, + 0.034393310546875, + -0.0212249755859375, + 0.0341796875, + 0.00036644935607910156, + 0.072998046875, + -0.0413818359375, + 0.05859375, + 0.0024814605712890625, + 0.0202789306640625, + 0.0022430419921875, + 0.005573272705078125, + -0.0207977294921875, + 0.036102294921875, + -0.033966064453125, + 0.0537109375, + 0.0305633544921875, + -0.036285400390625, + -0.04351806640625, + -0.0232391357421875, + 0.02801513671875, + -0.0029048919677734375, + 0.05242919921875, + -0.05731201171875, + -0.006900787353515625, + -0.0309906005859375, + 0.0316162109375, + 0.07049560546875, + 0.0030651092529296875, + 0.009552001953125, + -0.00565338134765625, + 0.0011873245239257812, + -0.0139007568359375, + 0.0026397705078125 + ], + "metadata": { + "domains": [ + "malware-analysis", + "incident-response", + "network-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "linux-distro", + "toolkit", + "reverse-engineering", + "virtualization" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Elasticsearch", + "type": "tool", + "name": "Elasticsearch", + "content": "elasticsearch die verteilte such- und analytics-engine bildet das herzstück moderner forensik-infrastrukturen durch near-real-time-indexierung von petabytes. lucene-basierte volltext-suche findet iocs in sekunden über millionen logs. die json-native architektur verarbeitet strukturierte und unstrukturierte daten gleichermäßen. besonders wertvoll: aggregations-framework erstellt komplexe timeline-analysen, geo-queries korrelieren events geografisch, machine-learning-features erkennen anomalien automatisch. horizontal- skalierung von single-node bis multi-datacenter-clusters. die restful-api integriert mit allen forensik-tools. ingest-pipelines normalisieren verschiedene log-formate. security-features (x-pack) bieten encryption und rbac für sensitive ermittlungen. snapshot-funktionen sichern forensische integrität. die index-lifecycle-management rotiert alte daten automatisch. basis für elk-stack (logstash, kibana) und siem-systeme. unverzichtbar für moderne socs und incident-response-teams. search big-data incident-response network-forensics analysis", + "embedding": [ + -0.0154571533203125, + 0.0374755859375, + 0.0360107421875, + 0.01013946533203125, + 0.009185791015625, + 0.0241851806640625, + 0.0254669189453125, + -0.005252838134765625, + 0.00963592529296875, + -0.0164642333984375, + -0.022369384765625, + 0.03564453125, + 0.017913818359375, + -0.006591796875, + -0.049102783203125, + 0.046905517578125, + 0.00447845458984375, + 0.0228271484375, + 0.033447265625, + -0.00818634033203125, + -0.0030689239501953125, + -0.005046844482421875, + -0.0531005859375, + -0.0009489059448242188, + 0.01336669921875, + 0.0156402587890625, + -0.0052947998046875, + -0.0445556640625, + -0.002239227294921875, + 0.030181884765625, + 0.004138946533203125, + -0.0545654296875, + 0.01264190673828125, + 0.01763916015625, + -0.0158233642578125, + -0.0181884765625, + 0.006092071533203125, + -0.0538330078125, + -0.021270751953125, + 0.040374755859375, + 0.00009232759475708008, + 0.030181884765625, + 0.01727294921875, + -0.032928466796875, + -0.038909912109375, + -0.0538330078125, + -0.01190948486328125, + -0.018463134765625, + 0.0009431838989257812, + -0.0352783203125, + 0.0281829833984375, + 0.0160064697265625, + 0.005908966064453125, + -0.0006365776062011719, + -0.057098388671875, + 0.0088653564453125, + 0.0290985107421875, + -0.0196380615234375, + -0.048004150390625, + 0.0374755859375, + -0.0263671875, + -0.005615234375, + -0.0153656005859375, + 0.0007843971252441406, + 0.0084075927734375, + 0.0274658203125, + -0.005908966064453125, + -0.01436614990234375, + 0.025634765625, + -0.0155487060546875, + 0.0189056396484375, + -0.008819580078125, + -0.0164642333984375, + 0.042724609375, + 0.003749847412109375, + -0.03472900390625, + 0.0189056396484375, + 0.01837158203125, + -0.00577545166015625, + 0.0018749237060546875, + -0.0281829833984375, + 0.016632080078125, + 0.044189453125, + -0.0008525848388671875, + -0.04400634765625, + -0.0208282470703125, + 0.0210113525390625, + 0.00981903076171875, + -0.030731201171875, + 0.0029315948486328125, + 0.007137298583984375, + -0.00995635986328125, + 0.01837158203125, + -0.0163726806640625, + 0.052001953125, + 0.067626953125, + -0.032562255859375, + -0.02691650390625, + -0.0194549560546875, + 0.04290771484375, + 0.0167236328125, + -0.03564453125, + 0.0701904296875, + -0.00823211669921875, + 0.042724609375, + -0.0252838134765625, + -0.00981903076171875, + -0.052734375, + 0.011322021484375, + -0.0156402587890625, + -0.09967041015625, + -0.0290985107421875, + -0.0197296142578125, + -0.0430908203125, + 0.0090484619140625, + 0.0014657974243164062, + -0.0196380615234375, + 0.047271728515625, + -0.041656494140625, + -0.0552978515625, + 0.0201873779296875, + 0.0283660888671875, + 0.00749969482421875, + 0.0251007080078125, + -0.039825439453125, + -0.04510498046875, + -0.003772735595703125, + 0.007045745849609375, + -0.04437255859375, + -0.0279998779296875, + -0.008636474609375, + -0.0205535888671875, + -0.0151824951171875, + -0.030548095703125, + -0.006500244140625, + -0.03546142578125, + 0.040740966796875, + 0.004749298095703125, + -0.0149993896484375, + 0.023193359375, + 0.038360595703125, + -0.0238189697265625, + -0.06439208984375, + 0.00331878662109375, + -0.032196044921875, + -0.0294647216796875, + -0.02691650390625, + 0.0545654296875, + -0.03582763671875, + -0.004047393798828125, + -0.01236724853515625, + 0.0260009765625, + 0.048004150390625, + 0.0112762451171875, + 0.0192718505859375, + -0.048736572265625, + -0.0087738037109375, + -0.0042724609375, + 0.039093017578125, + -0.0022735595703125, + 0.00046324729919433594, + 0.03729248046875, + -0.0031147003173828125, + 0.01491546630859375, + -0.0064544677734375, + -0.0029544830322265625, + -0.03692626953125, + 0.037994384765625, + 0.01491546630859375, + -0.00823211669921875, + 0.0005283355712890625, + -0.007457733154296875, + 0.052001953125, + 0.0687255859375, + -0.01209259033203125, + 0.01454925537109375, + -0.00791168212890625, + -0.0189971923828125, + 0.0367431640625, + 0.042022705078125, + -0.001682281494140625, + -0.0161895751953125, + 0.050201416015625, + -0.01004791259765625, + 0.010589599609375, + -0.009368896484375, + -0.0294647216796875, + -0.0083160400390625, + -0.031280517578125, + 0.0105438232421875, + -0.0274658203125, + -0.01427459716796875, + -0.007457733154296875, + 0.033447265625, + 0.0208282470703125, + 0.048370361328125, + 0.005001068115234375, + -0.0238189697265625, + 0.0238189697265625, + 0.0018415451049804688, + 0.00452423095703125, + 0.0289154052734375, + -0.0032501220703125, + 0.0238189697265625, + 0.0109100341796875, + 0.0160980224609375, + 0.01690673828125, + 0.052001953125, + 0.0240020751953125, + -0.0249176025390625, + -0.01264190673828125, + 0.07672119140625, + 0.002262115478515625, + -0.0198211669921875, + -0.0352783203125, + -0.01727294921875, + 0.022003173828125, + -0.0430908203125, + 0.0109100341796875, + 0.003978729248046875, + -0.0267333984375, + -0.067626953125, + -0.01023101806640625, + 0.030181884765625, + -0.0247344970703125, + 0.038726806640625, + 0.031463623046875, + -0.0030231475830078125, + 0.0010290145874023438, + 0.01727294921875, + 0.0367431640625, + 0.04620361328125, + -0.017730712890625, + 0.0035915374755859375, + -0.004886627197265625, + -0.0057525634765625, + 0.032562255859375, + 0.0289154052734375, + -0.00084686279296875, + 0.0155487060546875, + -0.00959014892578125, + 0.0150909423828125, + -0.0198211669921875, + 0.030731201171875, + 0.030364990234375, + -0.0247344970703125, + 0.0007557868957519531, + 0.00823211669921875, + 0.03692626953125, + 0.048370361328125, + -0.034912109375, + 0.005207061767578125, + -0.06036376953125, + -0.00782012939453125, + -0.08221435546875, + -0.0531005859375, + -0.04437255859375, + -0.0552978515625, + 0.0423583984375, + -0.0245513916015625, + -0.0228271484375, + 0.0083160400390625, + 0.005954742431640625, + 0.021270751953125, + 0.01163482666015625, + 0.013458251953125, + -0.025634765625, + 0.00345611572265625, + 0.09307861328125, + -0.0085906982421875, + 0.0034332275390625, + 0.0254669189453125, + 0.01190948486328125, + 0.006183624267578125, + 0.0007901191711425781, + -0.030364990234375, + -0.0020694732666015625, + 0.0156402587890625, + 0.040557861328125, + 0.018646240234375, + -0.0005598068237304688, + 0.0234527587890625, + 0.0045928955078125, + 0.04400634765625, + -0.032745361328125, + 0.0249176025390625, + -0.0023746490478515625, + 0.01473236083984375, + 0.0108642578125, + -0.052734375, + 0.007183074951171875, + 0.02691650390625, + 0.02691650390625, + 0.01023101806640625, + -0.0055694580078125, + -0.02728271484375, + 0.0243682861328125, + -0.00759124755859375, + 0.0026035308837890625, + 0.0208282470703125, + 0.05419921875, + -0.0112762451171875, + -0.0037059783935546875, + -0.003932952880859375, + 0.0192718505859375, + -0.04290771484375, + -0.03546142578125, + -0.03509521484375, + -0.01491546630859375, + -0.057098388671875, + -0.00211334228515625, + 0.0245513916015625, + -0.027099609375, + 0.0296478271484375, + -0.0254669189453125, + 0.005863189697265625, + -0.0135498046875, + -0.056365966796875, + 0.01041412353515625, + -0.04437255859375, + -0.07781982421875, + -0.030181884765625, + 0.059295654296875, + 0.0155487060546875, + 0.0089111328125, + -0.0089569091796875, + 0.00264739990234375, + -0.032928466796875, + 0.00420379638671875, + -0.030181884765625, + 0.057830810546875, + -0.0181884765625, + 0.03399658203125, + 0.039459228515625, + 0.01123046875, + 0.01763916015625, + 0.044189453125, + 0.0150909423828125, + -0.01445770263671875, + -0.0090484619140625, + 0.0035915374755859375, + -0.01104736328125, + 0.0197296142578125, + -0.039642333984375, + -0.01873779296875, + 0.022003173828125, + -0.01708984375, + 0.0234527587890625, + 0.0108184814453125, + 0.032745361328125, + 0.0290985107421875, + -0.037811279296875, + 0.031097412109375, + 0.06622314453125, + 0.0025119781494140625, + 0.1025390625, + -0.00782012939453125, + -0.04638671875, + -0.004749298095703125, + 0.0234527587890625, + -0.0287322998046875, + 0.01690673828125, + 0.044921875, + 0.01482391357421875, + 0.0089569091796875, + 0.017822265625, + -0.007091522216796875, + 0.03326416015625, + -0.0193634033203125, + -0.00545501708984375, + 0.0162811279296875, + -0.007045745849609375, + 0.0236358642578125, + 0.040008544921875, + 0.0254669189453125, + -0.001323699951171875, + 0.056732177734375, + -0.017822265625, + -0.021636962890625, + -0.0716552734375, + -0.0738525390625, + 0.04473876953125, + 0.02764892578125, + 0.0043182373046875, + 0.06292724609375, + -0.041290283203125, + -0.07708740234375, + 0.0201873779296875, + -0.006500244140625, + 0.07421875, + 0.040008544921875, + 0.02264404296875, + 0.047637939453125, + -0.01708984375, + -0.0037288665771484375, + 0.032928466796875, + -0.004749298095703125, + 0.018096923828125, + 0.055633544921875, + 0.0352783203125, + 0.02764892578125, + -0.006000518798828125, + 0.006046295166015625, + 0.0194549560546875, + 0.016998291015625, + -0.0165557861328125, + 0.0292816162109375, + 0.0128173828125, + 0.031463623046875, + -0.00754547119140625, + 0.050933837890625, + 0.0430908203125, + -0.033447265625, + 0.039093017578125, + -0.007045745849609375, + 0.009185791015625, + -0.06072998046875, + 0.0090484619140625, + -0.0194549560546875, + 0.0195465087890625, + 0.040008544921875, + 0.030181884765625, + -0.044189453125, + 0.00791168212890625, + 0.06475830078125, + -0.074951171875, + 0.03656005859375, + 0.02264404296875, + -0.02691650390625, + -0.00818634033203125, + -0.0206451416015625, + -0.0274658203125, + 0.0338134765625, + -0.038360595703125, + -0.0245513916015625, + 0.0252838134765625, + 0.0243682861328125, + -0.050201416015625, + -0.034912109375, + -0.02191162109375, + -0.02618408203125, + -0.0165557861328125, + -0.0069122314453125, + 0.030914306640625, + -0.0057525634765625, + -0.0193634033203125, + 0.021820068359375, + 0.03436279296875, + -0.004024505615234375, + -0.0298309326171875, + 0.06549072265625, + 0.0011539459228515625, + -0.047637939453125, + 0.0243682861328125, + 0.0054779052734375, + 0.0189971923828125, + -0.0285491943359375, + -0.009185791015625, + -0.01436614990234375, + 0.0207366943359375, + 0.01104736328125, + 0.0017843246459960938, + -0.048736572265625, + -0.0452880859375, + -0.04400634765625, + 0.0345458984375, + -0.00457000732421875, + 0.0197296142578125, + -0.0036602020263671875, + -0.044921875, + 0.0263671875, + -0.06182861328125, + -0.04290771484375, + -0.0298309326171875, + 0.0296478271484375, + -0.0341796875, + 0.04620361328125, + -0.004116058349609375, + -0.0149993896484375, + -0.0345458984375, + 0.050933837890625, + 0.0251007080078125, + -0.01482391357421875, + -0.044921875, + 0.046539306640625, + 0.058929443359375, + -0.046905517578125, + -0.01482391357421875, + 0.0035457611083984375, + 0.0254669189453125, + 0.06402587890625, + -0.06549072265625, + -0.0224609375, + 0.01141357421875, + -0.06622314453125, + -0.0285491943359375, + -0.040557861328125, + -0.0267333984375, + -0.049835205078125, + 0.0157318115234375, + 0.05999755859375, + -0.007228851318359375, + 0.041656494140625, + -0.0030689239501953125, + 0.001438140869140625, + 0.032562255859375, + 0.0160980224609375, + -0.021636962890625, + 0.032196044921875, + -0.046905517578125, + -0.022735595703125, + -0.01336669921875, + 0.053466796875, + -0.022369384765625, + -0.004180908203125, + 0.0012788772583007812, + -0.0245513916015625, + 0.052734375, + -0.0241851806640625, + 0.018646240234375, + -0.02264404296875, + -0.0067291259765625, + -0.006366729736328125, + -0.03692626953125, + -0.00677490234375, + 0.0241851806640625, + -0.003818511962890625, + 0.01454925537109375, + 0.04638671875, + -0.055999755859375, + 0.016815185546875, + 0.01708984375, + -0.00331878662109375, + -0.002716064453125, + -0.01300048828125, + -0.00287628173828125, + -0.0263671875, + 0.01390838623046875, + -0.009185791015625, + -0.0352783203125, + -0.0731201171875, + 0.01763916015625, + 0.0005769729614257812, + -0.007091522216796875, + -0.0298309326171875, + -0.04327392578125, + -0.053466796875, + -0.039642333984375, + 0.049468994140625, + 0.004001617431640625, + 0.01023101806640625, + -0.030731201171875, + -0.0445556640625, + -0.005001068115234375, + -0.0149993896484375, + 0.038726806640625, + -0.00791168212890625, + 0.0005002021789550781, + -0.002353668212890625, + -0.057830810546875, + 0.010772705078125, + 0.0163726806640625, + 0.0252838134765625, + 0.037109375, + 0.013824462890625, + -0.0281829833984375, + 0.01436614990234375, + -0.01436614990234375, + -0.01255035400390625, + 0.0068206787109375, + -0.02581787109375, + 0.0285491943359375, + -0.033447265625, + -0.0021820068359375, + 0.0193634033203125, + 0.02117919921875, + 0.041107177734375, + 0.0068206787109375, + -0.009368896484375, + 0.02227783203125, + 0.006000518798828125, + 0.056732177734375, + -0.032928466796875, + -0.041656494140625, + 0.004726409912109375, + -0.0198211669921875, + 0.042724609375, + 0.04583740234375, + -0.00818634033203125, + -0.0267333984375, + 0.01708984375, + 0.0203704833984375, + -0.0234527587890625, + -0.030548095703125, + -0.03326416015625, + 0.01227569580078125, + 0.0198211669921875, + 0.068359375, + 0.01873779296875, + 0.059661865234375, + 0.0008182525634765625, + 0.0224609375, + 0.01690673828125, + 0.06292724609375, + 0.01036834716796875, + -0.0252838134765625, + -0.046539306640625, + -0.00749969482421875, + 0.0185546875, + -0.041656494140625, + -0.03729248046875, + -0.0154571533203125, + 0.0545654296875, + -0.0665283203125, + -0.0003139972686767578, + -0.00429534912109375, + 0.0110931396484375, + -0.0006165504455566406, + 0.000690460205078125, + -0.00949859619140625, + 0.01036834716796875, + 0.004840850830078125, + -0.03472900390625, + 0.00827789306640625, + -0.01464080810546875, + -0.0005540847778320312, + 0.0352783203125, + 0.0151824951171875, + 0.0092315673828125, + 0.0189056396484375, + 0.0149993896484375, + 0.0241851806640625, + 0.032928466796875, + 0.031829833984375, + 0.0158233642578125, + 0.038909912109375, + 0.0128173828125, + 0.06689453125, + -0.0160980224609375, + -0.013824462890625, + 0.0112762451171875, + 0.04290771484375, + 0.0238189697265625, + 0.048736572265625, + -0.013458251953125, + 0.0159149169921875, + 0.002899169921875, + -0.0236358642578125, + 0.00677490234375, + 0.008453369140625, + 0.001056671142578125, + -0.03564453125, + -0.06292724609375, + 0.0224609375, + -0.030914306640625, + 0.040924072265625, + -0.00823211669921875, + -0.022552490234375, + -0.0112762451171875, + 0.038909912109375, + -0.034912109375, + -0.048370361328125, + 0.0165557861328125, + 0.00220489501953125, + -0.038177490234375, + -0.01482391357421875, + -0.01491546630859375, + 0.017364501953125, + -0.0036144256591796875, + -0.06622314453125, + -0.00447845458984375, + 0.039825439453125, + -0.010955810546875, + -0.0516357421875, + -0.006229400634765625, + 0.0281829833984375, + -0.016998291015625, + -0.0260009765625, + -0.0438232421875, + -0.032928466796875, + -0.00768280029296875, + -0.03619384765625, + 0.01436614990234375, + -0.006683349609375, + -0.01373291015625, + -0.00754547119140625, + -0.01050567626953125, + -0.004180908203125, + 0.02154541015625, + -0.0251007080078125, + 0.022369384765625, + 0.02264404296875, + 0.0158233642578125, + 0.005207061767578125, + 0.057098388671875, + 0.009002685546875, + 0.01336669921875, + -0.017730712890625, + -0.045654296875, + -0.00331878662109375, + -0.0028533935546875, + -0.002841949462890625, + -0.067626953125, + -0.004955291748046875, + 0.0552978515625, + -0.0709228515625, + 0.01163482666015625, + 0.004047393798828125, + -0.0029544830322265625, + -0.06109619140625, + -0.00991058349609375, + -0.0012502670288085938, + 0.01163482666015625, + 0.10040283203125, + -0.017822265625, + 0.0135498046875, + 0.0018529891967773438, + -0.038360595703125, + 0.06292724609375, + 0.01763916015625, + 0.0108184814453125, + -0.037994384765625, + 0.0267333984375, + 0.01245880126953125, + -0.032379150390625, + 0.022918701171875, + -0.07781982421875, + -0.01018524169921875, + 0.01708984375, + 0.013092041015625, + -0.017181396484375, + -0.0020465850830078125, + -0.058929443359375, + -0.038360595703125, + -0.032012939453125, + 0.037109375, + 0.0174560546875, + 0.0162811279296875, + -0.04364013671875, + 0.007137298583984375, + -0.00927734375, + -0.057464599609375, + -0.041473388671875, + -0.02618408203125, + 0.0115509033203125, + 0.02301025390625, + -0.0665283203125, + 0.0247344970703125, + 0.005908966064453125, + 0.03326416015625, + 0.031097412109375, + 0.06256103515625, + -0.0360107421875, + -0.0201873779296875, + 0.029998779296875, + 0.02728271484375, + -0.0135498046875, + 0.00981903076171875, + 0.003887176513671875, + 0.030364990234375, + 0.031829833984375, + -0.032928466796875, + 0.04345703125, + 0.0352783203125, + -0.040008544921875, + -0.0672607421875, + -0.032562255859375, + -0.03326416015625, + 0.06512451171875, + -0.0024547576904296875, + 0.02655029296875, + -0.0156402587890625, + -0.007045745849609375, + -0.0902099609375, + 0.0240020751953125, + -0.0234527587890625, + 0.0552978515625, + 0.018463134765625, + -0.031646728515625, + -0.049102783203125, + -0.021636962890625, + -0.01390838623046875, + 0.0203704833984375, + -0.03399658203125, + 0.0249176025390625, + 0.00954437255859375, + -0.00777435302734375, + 0.005046844482421875, + 0.0015687942504882812, + 0.00559234619140625, + 0.048736572265625, + -0.0006818771362304688, + -0.049468994140625, + 0.04364013671875, + -0.03509521484375, + 0.00768280029296875, + 0.0029544830322265625, + 0.004978179931640625, + -0.01190948486328125, + -0.01482391357421875, + -0.0196380615234375, + -0.0162811279296875, + 0.0279998779296875, + 0.0238189697265625, + -0.006500244140625, + 0.01445770263671875, + 0.00809478759765625, + 0.032196044921875, + 0.0191802978515625, + -0.0093231201171875, + 0.01172637939453125, + 0.00527191162109375, + -0.031280517578125, + -0.01399993896484375, + -0.06219482421875, + -0.0712890625, + 0.00782012939453125, + -0.052734375, + -0.01004791259765625, + 0.007457733154296875, + 0.0552978515625, + 0.021270751953125, + -0.0279998779296875, + 0.0238189697265625, + -0.0197296142578125, + 0.002124786376953125, + -0.04345703125, + 0.0013866424560546875, + -0.018829345703125, + 0.050201416015625, + -0.018463134765625, + -0.037811279296875, + 0.02728271484375, + -0.0113677978515625, + -0.0068206787109375, + -0.0234527587890625, + -0.0201873779296875, + -0.0338134765625, + 0.0234527587890625, + -0.0716552734375, + -0.005184173583984375, + 0.01763916015625, + 0.057098388671875, + 0.0190887451171875, + -0.03363037109375, + 0.06256103515625, + -0.0238189697265625, + -0.047271728515625, + 0.00836181640625, + -0.0068206787109375, + -0.018463134765625, + -0.00927734375, + -0.00963592529296875, + 0.0234527587890625, + -0.01491546630859375, + 0.0287322998046875, + 0.04364013671875, + 0.052734375, + 0.01373291015625, + -0.025634765625, + -0.0243682861328125, + -0.017181396484375, + 0.0209197998046875, + 0.03765869140625, + 0.0086822509765625, + -0.004364013671875, + 0.0283660888671875, + -0.0197296142578125, + -0.090576171875, + -0.0199127197265625, + -0.03564453125, + -0.055999755859375, + -0.011322021484375, + 0.06689453125, + 0.0367431640625, + -0.0105438232421875, + 0.0289154052734375, + 0.039642333984375, + 0.034912109375, + -0.00568389892578125, + 0.00981903076171875, + -0.06402587890625, + -0.004180908203125, + 0.0224609375, + 0.02581787109375, + -0.049102783203125, + 0.039642333984375, + 0.06475830078125, + -0.0154571533203125, + -0.004116058349609375, + 0.0042724609375, + -0.00954437255859375, + 0.0338134765625, + 0.0010175704956054688, + 0.013824462890625, + -0.047637939453125, + 0.0195465087890625, + 0.0287322998046875, + 0.007091522216796875, + 0.004863739013671875, + -0.0045928955078125, + -0.032562255859375, + 0.046539306640625, + -0.05126953125, + -0.0290985107421875, + -0.013458251953125, + 0.0701904296875, + 0.0162811279296875, + -0.034912109375, + -0.00763702392578125, + 0.04473876953125, + 0.02764892578125, + -0.013092041015625, + -0.0115966796875, + 0.0243682861328125, + 0.006999969482421875, + 0.02154541015625, + 0.041107177734375, + 0.032928466796875, + 0.06585693359375, + 0.031463623046875, + -0.05126953125, + 0.0192718505859375, + 0.005340576171875, + -0.00959014892578125, + -0.006591796875, + -0.031829833984375, + -0.00959014892578125, + -0.048370361328125, + 0.0287322998046875, + 0.0241851806640625, + 0.031463623046875, + 0.030181884765625, + -0.00809478759765625, + -0.021636962890625, + -0.003955841064453125, + 0.0220947265625, + 0.057464599609375, + 0.034912109375, + -0.00791168212890625, + 0.0205535888671875, + -0.00452423095703125, + 0.00963592529296875, + -0.01273345947265625, + 0.0236358642578125, + -0.042724609375, + 0.013092041015625, + -0.041290283203125, + -0.008544921875, + -0.004180908203125, + -0.01690673828125, + -0.0165557861328125, + -0.0015344619750976562, + 0.0084075927734375, + -0.0296478271484375, + -0.039093017578125, + -0.002262115478515625, + 0.030914306640625, + -0.0438232421875, + 0.0245513916015625, + 0.01800537109375, + -0.025634765625, + 0.003204345703125, + -0.01427459716796875, + 0.06402587890625, + 0.0292816162109375, + 0.03692626953125, + -0.0263671875, + 0.007457733154296875, + 0.040924072265625, + 0.0036144256591796875, + 0.01373291015625, + 0.0201873779296875, + -0.02618408203125, + 0.031829833984375, + 0.0545654296875, + 0.005817413330078125, + -0.0251007080078125, + 0.0243682861328125, + 0.02264404296875, + -0.037811279296875, + 0.06182861328125, + -0.00234222412109375, + 0.012908935546875, + 0.006092071533203125, + 0.0220947265625, + -0.017181396484375, + -0.048004150390625, + 0.053466796875, + 0.0287322998046875, + -0.01209259033203125, + 0.013458251953125, + -0.0374755859375, + 0.0452880859375, + 0.01264190673828125, + 0.074951171875, + -0.0274658203125, + 0.04437255859375, + -0.0160064697265625, + 0.0251007080078125, + -0.012908935546875, + -0.006137847900390625, + -0.0199127197265625, + 0.022369384765625, + -0.02691650390625, + 0.046539306640625, + 0.022186279296875, + -0.0012331008911132812, + -0.050933837890625, + 0.0024318695068359375, + 0.008544921875, + 0.003204345703125, + 0.06146240234375, + -0.049102783203125, + -0.0196380615234375, + 0.0203704833984375, + 0.06549072265625, + 0.06109619140625, + -0.03326416015625, + 0.0294647216796875, + 0.0032501220703125, + -0.01837158203125, + 0.0013637542724609375, + -0.032562255859375 + ], + "metadata": { + "domains": [ + "incident-response", + "network-forensics" + ], "phases": [ "analysis" ], "tags": [ - "password-recovery", - "gpu-acceleration", + "search", + "big-data" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_osquery", + "type": "tool", + "name": "osquery", + "content": "osquery facebooks revolutionäre endpoint-telemetry-engine transformiert betriebssystem- zustand in sql-queries für forensische untersuchungen. das \"operating system as database\"-konzept ermöglicht abfragen wie \"select * from processes where name like '%malware%'\". über 200 tables exposieren system-internals: prozesse, netzwerkverbindungen, dateien, registry, scheduled-tasks. besonders mächtig für fleet-wide-hunting: eine query durchsucht tausende endpoints parallel. die event-framework publiziert changes in real-time. extensions erweitern für cloud-apis, yara-scanning, custom-tables. json-output integriert nahtlos in siems. distributed-queries über tls-verschlüsselte channels. der lightweight-agent (< 50mb ram) minimiert performance-impact. configuration- management via json/yaml. die active-community entwickelt ständig neue tables. basis für zahlreiche kommerzielle endpoint-security-produkte. unverzichtbar für moderne threat-hunting und incident-response at scale. endpoint sql incident-response examination", + "embedding": [ + -0.00732421875, + 0.031585693359375, + 0.037628173828125, + -0.01342010498046875, + 0.030242919921875, + 0.00992584228515625, + 0.03118896484375, + -0.0187225341796875, + -0.02911376953125, + 0.01007080078125, + -0.0313720703125, + 0.037628173828125, + 0.00699615478515625, + -0.020599365234375, + -0.057098388671875, + 0.036102294921875, + -0.0304412841796875, + 0.01129913330078125, + 0.01148223876953125, + -0.0004165172576904297, + -0.024200439453125, + -0.015411376953125, + -0.048004150390625, + -0.01200103759765625, + -0.005695343017578125, + 0.01474761962890625, + -0.005176544189453125, + -0.05670166015625, + 0.0028839111328125, + 0.0139923095703125, + 0.016632080078125, + -0.0178680419921875, + -0.005222320556640625, + 0.037445068359375, + 0.00794219970703125, + -0.0199432373046875, + 0.021453857421875, + -0.04876708984375, + -0.0245819091796875, + 0.027984619140625, + -0.0058135986328125, + 0.0180511474609375, + 0.0018787384033203125, + -0.03497314453125, + -0.043670654296875, + -0.0447998046875, + -0.0020904541015625, + -0.037628173828125, + 0.0389404296875, + -0.0276031494140625, + 0.02410888671875, + 0.04443359375, + 0.0016546249389648438, + 0.00807952880859375, + -0.036865234375, + 0.0430908203125, + 0.01389312744140625, + -0.022125244140625, + -0.03497314453125, + 0.037628173828125, + -0.047088623046875, + 0.00841522216796875, + -0.0146484375, + -0.0031909942626953125, + 0.0255279541015625, + 0.006381988525390625, + -0.00997161865234375, + -0.036102294921875, + -0.01091766357421875, + -0.01947021484375, + -0.001087188720703125, + 0.007419586181640625, + 0.0002777576446533203, + 0.01739501953125, + -0.0219268798828125, + -0.03460693359375, + 0.0157928466796875, + 0.0150299072265625, + -0.004535675048828125, + -0.00846099853515625, + -0.045745849609375, + -0.002529144287109375, + 0.044036865234375, + -0.031005859375, + -0.045379638671875, + 0.004703521728515625, + 0.0169219970703125, + -0.0014057159423828125, + 0.0226898193359375, + 0.0406494140625, + 0.019378662109375, + 0.0276031494140625, + 0.0151214599609375, + -0.020416259765625, + 0.033447265625, + 0.02911376953125, + -0.02532958984375, + -0.003971099853515625, + -0.01654052734375, + 0.0313720703125, + 0.032135009765625, + -0.0249481201171875, + 0.0540771484375, + -0.01380157470703125, + 0.057464599609375, + -0.036102294921875, + 0.0146484375, + -0.0157928466796875, + -0.003993988037109375, + -0.020599365234375, + -0.1119384765625, + -0.0506591796875, + -0.011627197265625, + -0.06048583984375, + -0.0060272216796875, + -0.0111541748046875, + -0.0095977783203125, + 0.0245819091796875, + -0.033843994140625, + -0.026092529296875, + 0.0257110595703125, + 0.0230712890625, + 0.0170135498046875, + 0.0230712890625, + -0.0623779296875, + -0.05670166015625, + 0.018341064453125, + 0.0169219970703125, + -0.0277862548828125, + -0.01380157470703125, + -0.0249481201171875, + -0.004680633544921875, + -0.01947021484375, + -0.043304443359375, + 0.00484466552734375, + -0.00855255126953125, + 0.051788330078125, + -0.0205078125, + 0.002399444580078125, + 0.006710052490234375, + 0.024200439453125, + 0.004608154296875, + -0.05596923828125, + 0.0216522216796875, + -0.04461669921875, + -0.005859375, + 0.00091552734375, + 0.053314208984375, + -0.00907135009765625, + 0.0091705322265625, + 0.01100921630859375, + 0.0285491943359375, + 0.040069580078125, + 0.002044677734375, + 0.03515625, + -0.0226898193359375, + -0.007419586181640625, + -0.004489898681640625, + 0.042724609375, + -0.029876708984375, + -0.00484466552734375, + 0.0294952392578125, + -0.01007080078125, + 0.0277862548828125, + -0.022308349609375, + -0.0289306640625, + -0.0266571044921875, + 0.0236358642578125, + -0.0019855499267578125, + 0.00949859619140625, + 0.0210723876953125, + -0.0012645721435546875, + 0.058990478515625, + 0.05029296875, + 0.002056121826171875, + -0.00531768798828125, + -0.000028431415557861328, + -0.033660888671875, + 0.03460693359375, + 0.022308349609375, + -0.024383544921875, + 0.0208892822265625, + 0.024383544921875, + 0.00243377685546875, + 0.0169219970703125, + -0.008270263671875, + -0.0091705322265625, + -0.019378662109375, + -0.051422119140625, + 0.04840087890625, + -0.0294952392578125, + -0.0184326171875, + -0.003284454345703125, + 0.00936126708984375, + 0.002788543701171875, + 0.045745849609375, + 0.0217437744140625, + -0.04632568359375, + 0.032135009765625, + -0.037811279296875, + 0.01371002197265625, + 0.055206298828125, + -0.004608154296875, + 0.035736083984375, + -0.01436614990234375, + 0.0189056396484375, + -0.0184326171875, + 0.03875732421875, + 0.038177490234375, + -0.039703369140625, + 0.01568603515625, + 0.055206298828125, + -0.0197601318359375, + -0.0657958984375, + -0.0200347900390625, + -0.0268402099609375, + 0.04443359375, + -0.0330810546875, + -0.01134490966796875, + -0.0036869049072265625, + 0.005458831787109375, + -0.037628173828125, + 0.0150299072265625, + 0.042144775390625, + -0.0125732421875, + 0.029876708984375, + 0.03704833984375, + -0.019378662109375, + -0.01294708251953125, + 0.0022335052490234375, + 0.0306243896484375, + 0.0482177734375, + -0.037445068359375, + 0.00228118896484375, + -0.0229644775390625, + -0.01739501953125, + 0.036102294921875, + 0.019561767578125, + 0.030059814453125, + 0.004608154296875, + -0.00936126708984375, + 0.0247650146484375, + -0.00439453125, + 0.0234375, + 0.013519287109375, + -0.04119873046875, + 0.0097808837890625, + -0.00732421875, + 0.026275634765625, + 0.06427001953125, + -0.036865234375, + -0.001140594482421875, + -0.034393310546875, + -0.019378662109375, + -0.06353759765625, + -0.052947998046875, + -0.039703369140625, + -0.043670654296875, + 0.051055908203125, + -0.0347900390625, + -0.0255279541015625, + 0.016632080078125, + 0.00756072998046875, + 0.031585693359375, + 0.034393310546875, + 0.0021381378173828125, + -0.05859375, + 0.0018548965454101562, + 0.06201171875, + -0.0181427001953125, + 0.00798797607421875, + -0.0060272216796875, + 0.053314208984375, + -0.002044677734375, + -0.00798797607421875, + -0.03118896484375, + 0.0157928466796875, + 0.049530029296875, + 0.0013647079467773438, + 0.0372314453125, + -0.034027099609375, + 0.01332855224609375, + -0.0264739990234375, + 0.0257110595703125, + -0.06048583984375, + 0.005481719970703125, + -0.043487548828125, + -0.0146484375, + 0.007610321044921875, + -0.08544921875, + 0.010772705078125, + 0.0106353759765625, + 0.007419586181640625, + -0.0013942718505859375, + 0.00463104248046875, + -0.043853759765625, + 0.0255279541015625, + 0.04632568359375, + 0.01186370849609375, + 0.035919189453125, + 0.054840087890625, + -0.01361083984375, + 0.0198516845703125, + -0.01474761962890625, + 0.0150299072265625, + -0.03533935546875, + -0.034210205078125, + -0.03082275390625, + -0.0313720703125, + -0.054840087890625, + -0.019195556640625, + -0.01436614990234375, + -0.02703857421875, + 0.0207061767578125, + -0.027984619140625, + 0.0022563934326171875, + -0.01143646240234375, + -0.03460693359375, + -0.0023517608642578125, + -0.028350830078125, + -0.054443359375, + -0.01371002197265625, + 0.06842041015625, + 0.0196685791015625, + 0.0121002197265625, + -0.00794219970703125, + 0.0023517608642578125, + -0.0111541748046875, + 0.033843994140625, + -0.037445068359375, + 0.01824951171875, + -0.003025054931640625, + 0.0582275390625, + 0.044036865234375, + 0.00794219970703125, + 0.0033092498779296875, + 0.06201171875, + 0.026275634765625, + -0.0006794929504394531, + -0.004039764404296875, + -0.0002422332763671875, + -0.0239105224609375, + 0.0199432373046875, + -0.01947021484375, + 0.0009632110595703125, + -0.030059814453125, + -0.0272216796875, + 0.00945281982421875, + 0.005718231201171875, + 0.034210205078125, + 0.0208892822265625, + -0.0287322998046875, + -0.005504608154296875, + 0.054840087890625, + 0.0096435546875, + 0.10589599609375, + -0.03875732421875, + -0.0423583984375, + 0.0140838623046875, + 0.01035308837890625, + -0.04461669921875, + -0.01361083984375, + 0.051422119140625, + -0.00803375244140625, + 0.0097808837890625, + 0.0220184326171875, + -0.005672454833984375, + 0.031585693359375, + 0.01049041748046875, + 0.006946563720703125, + 0.00180816650390625, + 0.012664794921875, + 0.0257110595703125, + 0.057861328125, + 0.041412353515625, + 0.0009274482727050781, + 0.053314208984375, + -0.017669677734375, + -0.029296875, + -0.03533935546875, + -0.043304443359375, + 0.0200347900390625, + 0.0178680419921875, + -0.01082611083984375, + 0.045928955078125, + -0.01474761962890625, + -0.05633544921875, + 0.047088623046875, + -0.02032470703125, + 0.07867431640625, + 0.062744140625, + 0.0219268798828125, + 0.0266571044921875, + -0.040069580078125, + -0.01082611083984375, + 0.023345947265625, + -0.006618499755859375, + 0.0236358642578125, + 0.072998046875, + 0.0347900390625, + 0.01053619384765625, + -0.042724609375, + 0.01824951171875, + 0.027984619140625, + 0.041412353515625, + 0.0019969940185546875, + 0.02154541015625, + 0.003143310546875, + 0.02117919921875, + -0.01531219482421875, + 0.035919189453125, + 0.0161590576171875, + -0.0181427001953125, + -0.002529144287109375, + -0.0218353271484375, + 0.007843017578125, + -0.055206298828125, + 0.01427459716796875, + -0.0115814208984375, + -0.01238250732421875, + 0.0030727386474609375, + 0.0276031494140625, + -0.029876708984375, + 0.0196685791015625, + 0.041778564453125, + -0.06390380859375, + 0.039337158203125, + 0.034027099609375, + -0.037811279296875, + -0.0029773712158203125, + -0.04840087890625, + -0.0364990234375, + 0.0294952392578125, + -0.01361083984375, + -0.01323699951171875, + -0.01134490966796875, + 0.00997161865234375, + -0.042144775390625, + -0.039886474609375, + -0.039886474609375, + 0.00514984130859375, + -0.020599365234375, + -0.002410888671875, + 0.046875, + -0.02911376953125, + 0.0110626220703125, + 0.01824951171875, + 0.051788330078125, + 0.021270751953125, + -0.042144775390625, + 0.055572509765625, + -0.040069580078125, + -0.04046630859375, + 0.019287109375, + 0.0168304443359375, + 0.00859832763671875, + -0.022491455078125, + -0.01276397705078125, + 0.006381988525390625, + 0.0032367706298828125, + 0.00841522216796875, + 0.0225982666015625, + -0.06689453125, + -0.0258941650390625, + -0.036865234375, + 0.051788330078125, + 0.007610321044921875, + 0.04119873046875, + 0.00936126708984375, + -0.09039306640625, + 0.0189056396484375, + -0.051055908203125, + -0.022308349609375, + -0.053314208984375, + 0.03118896484375, + -0.0077972412109375, + 0.06011962890625, + -0.01522064208984375, + -0.02154541015625, + -0.020599365234375, + 0.066162109375, + 0.0238189697265625, + 0.0015363693237304688, + -0.036865234375, + 0.052947998046875, + 0.0277862548828125, + -0.049896240234375, + -0.00921630859375, + -0.0032138824462890625, + -0.003284454345703125, + 0.0616455078125, + -0.061248779296875, + -0.00855255126953125, + -0.0151214599609375, + -0.04461669921875, + -0.028167724609375, + -0.019195556640625, + -0.0024585723876953125, + -0.0465087890625, + 0.0030727386474609375, + 0.028350830078125, + -0.0082244873046875, + 0.022308349609375, + 0.01068115234375, + 0.0197601318359375, + 0.0197601318359375, + 0.031951904296875, + 0.0028839111328125, + 0.0116729736328125, + -0.049896240234375, + -0.031768798828125, + -0.03289794921875, + 0.042724609375, + -0.01091766357421875, + -0.007373809814453125, + -0.0296783447265625, + -0.0146484375, + 0.033660888671875, + -0.069580078125, + 0.001270294189453125, + -0.002681732177734375, + -0.01361083984375, + -0.0264739990234375, + -0.042144775390625, + 0.0229644775390625, + -0.003543853759765625, + 0.01947021484375, + 0.0264739990234375, + 0.049530029296875, + -0.05633544921875, + 0.03326416015625, + 0.0207977294921875, + -0.0101165771484375, + -0.00656890869140625, + -0.02532958984375, + 0.0019969940185546875, + 0.0189971923828125, + 0.00907135009765625, + -0.001033782958984375, + -0.029296875, + -0.0506591796875, + 0.0237274169921875, + 0.0160675048828125, + -0.03515625, + -0.006145477294921875, + -0.04443359375, + -0.033660888671875, + 0.00945281982421875, + 0.0013589859008789062, + 0.01323699951171875, + -0.010162353515625, + -0.040283203125, + -0.00992584228515625, + -0.0199432373046875, + -0.0161590576171875, + 0.00269317626953125, + -0.00988006591796875, + 0.01143646240234375, + 0.00836181640625, + -0.0230712890625, + 0.0272216796875, + 0.04840087890625, + 0.03082275390625, + 0.028350830078125, + 0.021270751953125, + -0.03533935546875, + 0.0017957687377929688, + 0.007183074951171875, + -0.0228729248046875, + -0.0087432861328125, + -0.03668212890625, + 0.024383544921875, + -0.035919189453125, + -0.01531219482421875, + 0.025146484375, + 0.016357421875, + 0.0249481201171875, + -0.00553131103515625, + -0.01181793212890625, + 0.05218505859375, + -0.02410888671875, + 0.06011962890625, + -0.05029296875, + -0.04632568359375, + 0.0258941650390625, + 0.01139068603515625, + 0.05633544921875, + 0.049163818359375, + 0.0227813720703125, + -0.0171051025390625, + 0.0017604827880859375, + 0.0285491943359375, + -0.0219268798828125, + -0.047088623046875, + -0.0088348388671875, + 0.0116729736328125, + -0.007137298583984375, + 0.0623779296875, + 0.0150299072265625, + 0.07147216796875, + 0.0006880760192871094, + -0.00732421875, + 0.01332855224609375, + 0.039886474609375, + 0.03497314453125, + -0.008697509765625, + -0.030242919921875, + -0.01654052734375, + 0.0258941650390625, + -0.0430908203125, + -0.0313720703125, + -0.0010747909545898438, + 0.07110595703125, + -0.061248779296875, + -0.00196075439453125, + -0.01947021484375, + -0.017486572265625, + 0.0125732421875, + 0.0125732421875, + -0.007373809814453125, + 0.004772186279296875, + 0.00907135009765625, + -0.030059814453125, + 0.01427459716796875, + -0.0187225341796875, + -0.0021152496337890625, + 0.0277862548828125, + 0.0272216796875, + -0.02325439453125, + 0.0239105224609375, + 0.0208892822265625, + 0.015594482421875, + 0.0272216796875, + -0.0020904541015625, + 0.0225982666015625, + 0.030059814453125, + 0.062744140625, + 0.0465087890625, + 0.00936126708984375, + -0.01323699951171875, + 0.01824951171875, + 0.021270751953125, + 0.023162841796875, + 0.03839111328125, + 0.0045623779296875, + 0.01427459716796875, + 0.00232696533203125, + -0.011627197265625, + 0.01134490966796875, + 0.0188140869140625, + -0.0155029296875, + -0.042724609375, + -0.0506591796875, + -0.0097808837890625, + -0.05218505859375, + 0.0482177734375, + 0.026092529296875, + -0.0026702880859375, + 0.0012350082397460938, + 0.039337158203125, + -0.0423583984375, + -0.051055908203125, + 0.01861572265625, + -0.007843017578125, + -0.0081787109375, + -0.00850677490234375, + -0.039886474609375, + 0.0189056396484375, + -0.0050811767578125, + -0.0654296875, + -0.0169219970703125, + 0.03875732421875, + 0.0015363693237304688, + -0.04083251953125, + 0.006427764892578125, + -0.006473541259765625, + -0.0245819091796875, + -0.036102294921875, + -0.041015625, + -0.019287109375, + 0.016448974609375, + -0.0220184326171875, + 0.0220184326171875, + -0.00855255126953125, + -0.006855010986328125, + -0.0009746551513671875, + -0.020233154296875, + -0.01238250732421875, + 0.0140838623046875, + -0.041015625, + 0.0289306640625, + 0.0198516845703125, + -0.006946563720703125, + 0.0257110595703125, + 0.08697509765625, + 0.02532958984375, + 0.01654052734375, + -0.03857421875, + -0.04461669921875, + 0.03253173828125, + 0.0121002197265625, + -0.007610321044921875, + -0.040069580078125, + -0.00510406494140625, + 0.049530029296875, + -0.066162109375, + 0.0240020751953125, + -0.00043129920959472656, + -0.0304412841796875, + -0.048004150390625, + -0.0003249645233154297, + -0.01654052734375, + 0.031768798828125, + 0.0968017578125, + -0.00316619873046875, + -0.007656097412109375, + 0.0207977294921875, + -0.04632568359375, + 0.041412353515625, + -0.0171051025390625, + 0.04046630859375, + -0.032135009765625, + 0.0161590576171875, + 0.0009570121765136719, + -0.0171966552734375, + 0.006805419921875, + -0.08203125, + -0.016357421875, + 0.040069580078125, + 0.01238250732421875, + -0.0423583984375, + 0.019287109375, + -0.031005859375, + -0.054840087890625, + -0.0255279541015625, + 0.044036865234375, + 0.03875732421875, + -0.00949859619140625, + -0.0482177734375, + -0.01001739501953125, + 0.0285491943359375, + -0.0692138671875, + -0.036102294921875, + 0.0010814666748046875, + 0.0287322998046875, + 0.0170135498046875, + -0.046142578125, + 0.005695343017578125, + -0.01371002197265625, + 0.039703369140625, + 0.0159759521484375, + 0.02410888671875, + -0.049163818359375, + -0.022308349609375, + 0.0184326171875, + 0.03289794921875, + -0.01654052734375, + -0.0019025802612304688, + 0.008270263671875, + 0.01025390625, + 0.0274200439453125, + -0.026092529296875, + 0.0304412841796875, + 0.027984619140625, + -0.01049041748046875, + -0.03533935546875, + -0.024383544921875, + -0.023162841796875, + 0.03668212890625, + 0.0036163330078125, + 0.03912353515625, + 0.0201416015625, + -0.01371002197265625, + -0.06317138671875, + 0.0285491943359375, + -0.0161590576171875, + 0.0268402099609375, + 0.02117919921875, + -0.017669677734375, + -0.060882568359375, + -0.0706787109375, + -0.0237274169921875, + 0.0082244873046875, + -0.043670654296875, + 0.0258941650390625, + 0.039886474609375, + 0.0015001296997070312, + 0.0200347900390625, + -0.0184326171875, + 0.00803375244140625, + 0.0364990234375, + -0.006427764892578125, + 0.00028204917907714844, + 0.051422119140625, + -0.04083251953125, + 0.00029397010803222656, + 0.00732421875, + 0.0016069412231445312, + 0.007656097412109375, + -0.018341064453125, + -0.0177764892578125, + -0.004276275634765625, + 0.0266571044921875, + 0.0274200439453125, + 0.005008697509765625, + 0.0465087890625, + -0.016632080078125, + 0.015594482421875, + 0.03289794921875, + -0.0506591796875, + -0.00836181640625, + 0.0170135498046875, + 0.0149383544921875, + 0.003261566162109375, + -0.06732177734375, + -0.058990478515625, + 0.0170135498046875, + -0.0692138671875, + -0.00531768798828125, + 0.0038280487060546875, + 0.033447265625, + 0.0266571044921875, + -0.04876708984375, + 0.041412353515625, + -0.013519287109375, + 0.007419586181640625, + -0.0188140869140625, + 0.0160675048828125, + 0.006427764892578125, + 0.0389404296875, + 0.0111541748046875, + -0.03668212890625, + 0.0199432373046875, + 0.01247406005859375, + -0.03082275390625, + -0.0304412841796875, + 0.003261566162109375, + -0.022491455078125, + 0.023162841796875, + -0.06048583984375, + -0.006191253662109375, + 0.0178680419921875, + 0.046875, + 0.013519287109375, + -0.0180511474609375, + 0.045196533203125, + -0.016448974609375, + -0.0699462890625, + 0.02532958984375, + -0.0239105224609375, + -0.03271484375, + 0.01446533203125, + -0.01824951171875, + 0.0140838623046875, + 0.016357421875, + 0.04254150390625, + 0.0272216796875, + 0.043853759765625, + 0.016448974609375, + 0.0011463165283203125, + 0.02154541015625, + -0.01171875, + 0.020599365234375, + 0.005481719970703125, + 0.024200439453125, + -0.016357421875, + 0.054443359375, + 0.01380157470703125, + -0.0582275390625, + -0.026092529296875, + 0.0141754150390625, + -0.043853759765625, + -0.027984619140625, + 0.09564208984375, + 0.05218505859375, + 0.0010814666748046875, + 0.01091766357421875, + 0.0181427001953125, + 0.031005859375, + 0.00803375244140625, + -0.031768798828125, + -0.07489013671875, + -0.020233154296875, + 0.00579071044921875, + 0.029876708984375, + -0.053314208984375, + 0.0430908203125, + 0.07977294921875, + -0.031768798828125, + -0.051422119140625, + -0.0013055801391601562, + -0.02325439453125, + 0.054840087890625, + 0.02154541015625, + 0.01474761962890625, + -0.0699462890625, + -0.0009746551513671875, + 0.01824951171875, + 0.031005859375, + 0.006381988525390625, + -0.01371002197265625, + -0.0169219970703125, + 0.0264739990234375, + -0.040283203125, + -0.0146484375, + 0.0247650146484375, + 0.07904052734375, + 0.01285552978515625, + -0.036102294921875, + -0.0235443115234375, + 0.0465087890625, + 0.0218353271484375, + -0.0207061767578125, + 0.0043487548828125, + 0.032135009765625, + 0.0158843994140625, + 0.0125732421875, + 0.02911376953125, + 0.039520263671875, + 0.021453857421875, + 0.021453857421875, + -0.053680419921875, + 0.044036865234375, + -0.022308349609375, + 0.01001739501953125, + 0.015411376953125, + -0.048004150390625, + -0.047637939453125, + -0.051055908203125, + 0.035736083984375, + 0.0112457275390625, + 0.0266571044921875, + -0.0009746551513671875, + 0.00940704345703125, + -0.0190887451171875, + 0.0372314453125, + 0.0177764892578125, + 0.055572509765625, + 0.03082275390625, + 0.01568603515625, + 0.0213623046875, + -0.009124755859375, + -0.02532958984375, + -0.02325439453125, + 0.053314208984375, + -0.031951904296875, + -0.0110626220703125, + -0.03857421875, + -0.015594482421875, + -0.003047943115234375, + -0.015594482421875, + -0.0029544830322265625, + -0.0112457275390625, + 0.0158843994140625, + -0.0287322998046875, + -0.040283203125, + -0.0116729736328125, + 0.02239990234375, + -0.015411376953125, + 0.008697509765625, + 0.03497314453125, + -0.005126953125, + 0.0096893310546875, + -0.06011962890625, + 0.089599609375, + 0.041412353515625, + -0.0009570121765136719, + -0.026275634765625, + 0.003662109375, + 0.030059814453125, + 0.002788543701171875, + 0.011627197265625, + 0.0157928466796875, + -0.0087432861328125, + 0.041595458984375, + 0.006805419921875, + -0.00997161865234375, + -0.03289794921875, + 0.006710052490234375, + -0.002044677734375, + -0.024200439453125, + 0.041595458984375, + 0.00704193115234375, + 0.030059814453125, + 0.01276397705078125, + 0.0014295578002929688, + -0.007843017578125, + -0.061248779296875, + 0.0229644775390625, + 0.005672454833984375, + -0.0001875162124633789, + 0.0266571044921875, + -0.041595458984375, + 0.06463623046875, + 0.012664794921875, + 0.06463623046875, + -0.06048583984375, + 0.03515625, + -0.0003898143768310547, + -0.01143646240234375, + -0.0111083984375, + 0.0190887451171875, + -0.01861572265625, + 0.0205078125, + 0.00746917724609375, + 0.039520263671875, + 0.036102294921875, + 0.01276397705078125, + -0.055572509765625, + -0.0150299072265625, + 0.01139068603515625, + 0.039703369140625, + 0.0771484375, + -0.053314208984375, + -0.03460693359375, + 0.0245819091796875, + 0.0209808349609375, + 0.06805419921875, + -0.01568603515625, + 0.01177215576171875, + 0.0038280487060546875, + -0.006900787353515625, + 0.00337982177734375, + -0.012664794921875 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "examination" + ], + "tags": [ + "endpoint", + "sql" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_dc3dd", + "type": "tool", + "name": "dc3dd", + "content": "dc3dd dc3dd ist eine forensisch erweiterte variante des klassischen unix‑befehls dd. sie unterstützt das gleichzeitige berechnen mehrerer hash‑werte (md5, sha‑1, sha‑256, sha‑512) während der image‑erstellung, führt ein detailliertes log mit prüfsummen und fehlerblöcken und zeigt einen fortschrittsbalken an. weitere funktionen sind das splitten großer abbilder, das gezielte überschreiben von mustern zum sicheren löschen und die möglichkeit, fehlersektoren separat auszugeben, was besonders bei defekten medien hilfreich ist. disk-imaging hashing wiping logging cli incident-response static-investigations data-collection", + "embedding": [ + -0.006145477294921875, + 0.0298614501953125, + 0.0298614501953125, + -0.01229095458984375, + 0.041290283203125, + 0.0236053466796875, + 0.0248260498046875, + 0.0068511962890625, + -0.004055023193359375, + 0.0089111328125, + -0.0341796875, + 0.041778564453125, + 0.007373809814453125, + -0.001613616943359375, + -0.040557861328125, + 0.0244598388671875, + -0.016845703125, + 0.00011861324310302734, + 0.013214111328125, + 0.001697540283203125, + -0.006237030029296875, + 0.035400390625, + -0.041290283203125, + 0.0240936279296875, + -0.012908935546875, + -0.01007843017578125, + -0.032928466796875, + -0.08013916015625, + -0.0162200927734375, + 0.013702392578125, + -0.001644134521484375, + -0.018798828125, + -0.00580596923828125, + 0.0361328125, + 0.0181884765625, + -0.0247039794921875, + -0.00921630859375, + -0.0361328125, + -0.00798797607421875, + 0.031463623046875, + -0.022247314453125, + 0.01186370849609375, + 0.032440185546875, + -0.032440185546875, + -0.0195465087890625, + -0.021514892578125, + 0.012908935546875, + -0.031951904296875, + -0.01499176025390625, + -0.04644775390625, + 0.022369384765625, + 0.0191802978515625, + 0.03369140625, + -0.00336456298828125, + -0.02667236328125, + 0.02679443359375, + 0.023345947265625, + -0.0108184814453125, + -0.0181884765625, + 0.06439208984375, + -0.049652099609375, + -0.01044464111328125, + -0.004795074462890625, + -0.030609130859375, + -0.00798797607421875, + 0.01020050048828125, + -0.0293731689453125, + -0.00965118408203125, + 0.0191802978515625, + 0.031951904296875, + 0.0113677978515625, + -0.01056671142578125, + -0.0177001953125, + 0.0301055908203125, + -0.0185546875, + -0.031951904296875, + 0.021636962890625, + 0.0301055908203125, + 0.0341796875, + 0.004917144775390625, + -0.0552978515625, + 0.01032257080078125, + 0.0205230712890625, + -0.03466796875, + -0.031951904296875, + 0.032684326171875, + 0.0251922607421875, + 0.01013946533203125, + -0.005992889404296875, + 0.00946044921875, + 0.0153656005859375, + -0.0007414817810058594, + 0.0199127197265625, + -0.0196685791015625, + 0.042266845703125, + 0.06439208984375, + 0.0167083740234375, + 0.031707763671875, + 0.0162200927734375, + 0.042022705078125, + 0.0247039794921875, + -0.00946044921875, + 0.04473876953125, + 0.0068206787109375, + 0.06439208984375, + -0.00921630859375, + 0.0247039794921875, + 0.013580322265625, + -0.022979736328125, + -0.00445556640625, + -0.068359375, + -0.035888671875, + -0.022369384765625, + -0.057037353515625, + -0.0030269622802734375, + -0.022491455078125, + -0.0113067626953125, + 0.06146240234375, + -0.02691650390625, + -0.041046142578125, + -0.0013599395751953125, + 0.0172119140625, + -0.01044464111328125, + 0.009521484375, + -0.038360595703125, + -0.04351806640625, + 0.023223876953125, + 0.00540924072265625, + -0.042510986328125, + -0.0288848876953125, + -0.01186370849609375, + -0.00835418701171875, + -0.033935546875, + -0.02679443359375, + -0.0084228515625, + -0.0200347900390625, + 0.017578125, + -0.007099151611328125, + -0.01499176025390625, + -0.000553131103515625, + 0.034423828125, + -0.04595947265625, + -0.06121826171875, + 0.023468017578125, + -0.00583648681640625, + -0.00848388671875, + -0.0089111328125, + 0.0286407470703125, + -0.0089111328125, + -0.02703857421875, + 0.0065460205078125, + 0.0186767578125, + 0.031463623046875, + -0.003993988037109375, + 0.00823211669921875, + -0.03662109375, + 0.0251922607421875, + -0.01204681396484375, + 0.03369140625, + -0.0006685256958007812, + -0.0297393798828125, + 0.003826141357421875, + -0.0240936279296875, + 0.00872802734375, + -0.021636962890625, + -0.042022705078125, + -0.018798828125, + 0.0068206787109375, + -0.00885009765625, + -0.00786590576171875, + 0.038360595703125, + -0.0195465087890625, + 0.04425048828125, + 0.0751953125, + 0.007526397705078125, + 0.036376953125, + 0.0007719993591308594, + 0.005222320556640625, + 0.0291290283203125, + 0.0115509033203125, + -0.0248260498046875, + -0.0281524658203125, + 0.04669189453125, + -0.0065765380859375, + -0.00433349609375, + -0.005130767822265625, + -0.0159759521484375, + 0.0201568603515625, + -0.0516357421875, + 0.042022705078125, + -0.037109375, + -0.0025959014892578125, + -0.01007843017578125, + 0.01904296875, + 0.004055023193359375, + 0.0535888671875, + 0.039093017578125, + 0.00860595703125, + 0.049896240234375, + 0.0035495758056640625, + 0.00550079345703125, + 0.01001739501953125, + 0.01253509521484375, + 0.039093017578125, + 0.01259613037109375, + -0.0011444091796875, + -0.00777435302734375, + 0.030364990234375, + 0.030609130859375, + -0.041046142578125, + -0.01001739501953125, + 0.0237274169921875, + -0.022003173828125, + -0.0557861328125, + -0.04473876953125, + -0.01438140869140625, + 0.00433349609375, + -0.0191802978515625, + -0.02679443359375, + -0.0210113525390625, + 0.00577545166015625, + -0.0283966064453125, + 0.013336181640625, + 0.004886627197265625, + -0.0174560546875, + 0.040313720703125, + 0.0162200927734375, + -0.023223876953125, + -0.051116943359375, + 0.0253143310546875, + 0.018798828125, + 0.0205230712890625, + -0.00762176513671875, + 0.01198577880859375, + 0.0084228515625, + -0.0177001953125, + 0.059234619140625, + 0.0205230712890625, + 0.040802001953125, + 0.0023651123046875, + -0.022003173828125, + 0.04473876953125, + -0.0291290283203125, + 0.042022705078125, + 0.0019512176513671875, + -0.0153045654296875, + 0.01419830322265625, + 0.021392822265625, + 0.013336181640625, + 0.0535888671875, + -0.0533447265625, + 0.01192474365234375, + -0.08111572265625, + 0.02679443359375, + -0.03662109375, + -0.02606201171875, + -0.0552978515625, + -0.023101806640625, + 0.04376220703125, + -0.031097412109375, + -0.04278564453125, + -0.004608154296875, + 0.0179443359375, + -0.00330352783203125, + 0.035400390625, + 0.0009407997131347656, + -0.04425048828125, + 0.0163421630859375, + 0.0855712890625, + -0.01186370849609375, + 0.0108184814453125, + -0.0361328125, + 0.034912109375, + -0.013031005859375, + 0.033935546875, + -0.031707763671875, + -0.0245819091796875, + 0.01247406005859375, + -0.004055023193359375, + -0.002227783203125, + -0.0256805419921875, + -0.0006642341613769531, + -0.0037021636962890625, + 0.030364990234375, + -0.04547119140625, + -0.003871917724609375, + -0.00006771087646484375, + 0.01235198974609375, + -0.0197906494140625, + -0.041534423828125, + -0.005222320556640625, + 0.0341796875, + 0.00995635986328125, + -0.004302978515625, + 0.01265716552734375, + -0.038360595703125, + -0.00350189208984375, + 0.01186370849609375, + -0.02630615234375, + 0.031707763671875, + 0.0250701904296875, + -0.033935546875, + -0.00339508056640625, + -0.01474761962890625, + 0.0115509033203125, + -0.042510986328125, + -0.0293731689453125, + -0.0208892822265625, + -0.013824462890625, + -0.04498291015625, + -0.032684326171875, + 0.01432037353515625, + -0.0292510986328125, + -0.00565338134765625, + -0.032684326171875, + 0.0208892822265625, + -0.037109375, + -0.030609130859375, + -0.004795074462890625, + -0.035888671875, + -0.050628662109375, + -0.0292510986328125, + 0.04351806640625, + -0.01204681396484375, + 0.004886627197265625, + -0.022003173828125, + 0.0036258697509765625, + -0.0169677734375, + -0.00786590576171875, + -0.0179443359375, + 0.040313720703125, + -0.01013946533203125, + 0.035888671875, + 0.0212554931640625, + 0.040313720703125, + 0.0204010009765625, + 0.060455322265625, + 0.0172119140625, + -0.0091552734375, + -0.017578125, + -0.01904296875, + 0.0155487060546875, + 0.02716064453125, + -0.0242156982421875, + -0.0238494873046875, + 0.022247314453125, + -0.031707763671875, + -0.006267547607421875, + 0.0208892822265625, + 0.02606201171875, + 0.0531005859375, + -0.023101806640625, + 0.006053924560546875, + 0.031219482421875, + 0.00909423828125, + 0.0870361328125, + -0.0069732666015625, + -0.0285186767578125, + 0.0065460205078125, + 0.0154876708984375, + -0.0011749267578125, + -0.022857666015625, + 0.0290069580078125, + 0.0010986328125, + -0.013641357421875, + 0.040557861328125, + 0.0238494873046875, + -0.001667022705078125, + 0.0256805419921875, + 0.0015363693237304688, + 0.0156097412109375, + -0.0164642333984375, + -0.0069732666015625, + 0.06195068359375, + 0.01474761962890625, + 0.030853271484375, + 0.04400634765625, + -0.035888671875, + -0.007190704345703125, + -0.0179443359375, + -0.06170654296875, + 0.005283355712890625, + 0.049652099609375, + 0.030731201171875, + 0.042510986328125, + -0.021392822265625, + -0.07720947265625, + -0.006328582763671875, + -0.0545654296875, + 0.07177734375, + 0.0253143310546875, + 0.0037174224853515625, + 0.035888671875, + -0.01499176025390625, + 0.0172119140625, + 0.036376953125, + -0.00322723388671875, + 0.042266845703125, + 0.0172119140625, + 0.0281524658203125, + 0.003932952880859375, + -0.035888671875, + 0.0006375312805175781, + 0.033416748046875, + 0.0155487060546875, + 0.01032257080078125, + 0.0292510986328125, + 0.01038360595703125, + -0.02801513671875, + -0.041290283203125, + 0.023101806640625, + 0.0064849853515625, + -0.014007568359375, + 0.00965118408203125, + 0.004302978515625, + 0.022125244140625, + -0.04669189453125, + 0.00786590576171875, + -0.0003342628479003906, + 0.0160980224609375, + 0.01708984375, + 0.02777099609375, + -0.058502197265625, + -0.0196685791015625, + 0.039825439453125, + -0.06292724609375, + 0.037109375, + 0.00322723388671875, + -0.048187255859375, + 0.0189208984375, + -0.000560760498046875, + -0.08111572265625, + 0.04351806640625, + -0.040557861328125, + -0.051116943359375, + 0.0167083740234375, + 0.06536865234375, + -0.06390380859375, + -0.013275146484375, + -0.0523681640625, + -0.037353515625, + -0.0292510986328125, + -0.037353515625, + 0.042266845703125, + -0.01271820068359375, + -0.005992889404296875, + 0.0290069580078125, + 0.049407958984375, + 0.01026153564453125, + -0.00971221923828125, + 0.0244598388671875, + -0.003963470458984375, + -0.04571533203125, + 0.0293731689453125, + -0.003993988037109375, + -0.00959014892578125, + -0.0210113525390625, + -0.0287628173828125, + -0.00804901123046875, + -0.01062774658203125, + -0.002796173095703125, + 0.0158538818359375, + -0.0540771484375, + -0.049163818359375, + -0.041290283203125, + 0.04522705078125, + -0.005313873291015625, + 0.040557861328125, + -0.0024585723876953125, + -0.034912109375, + -0.0015058517456054688, + -0.0521240234375, + -0.040557861328125, + 0.0250701904296875, + 0.00021123886108398438, + -0.0110015869140625, + 0.06982421875, + -0.0290069580078125, + 0.0242156982421875, + -0.0296173095703125, + 0.035888671875, + 0.00574493408203125, + -0.0106964111328125, + -0.0533447265625, + 0.034423828125, + 0.030731201171875, + -0.04449462890625, + -0.02752685546875, + -0.0302276611328125, + -0.00324249267578125, + 0.040069580078125, + -0.0531005859375, + -0.0167083740234375, + -0.0155487060546875, + -0.031707763671875, + -0.051116943359375, + -0.022857666015625, + -0.01198577880859375, + -0.0164642333984375, + 0.0193023681640625, + 0.047698974609375, + -0.00238037109375, + 0.039581298828125, + 0.005962371826171875, + 0.002811431884765625, + 0.0247039794921875, + -0.004947662353515625, + -0.00921630859375, + 0.034912109375, + -0.0535888671875, + -0.04693603515625, + -0.0196685791015625, + 0.037109375, + -0.0292510986328125, + -0.00550079345703125, + 0.00897216796875, + -0.01904296875, + 0.03759765625, + -0.048431396484375, + 0.0189208984375, + -0.039581298828125, + -0.021636962890625, + -0.056793212890625, + -0.0093994140625, + 0.012969970703125, + 0.03369140625, + -0.030364990234375, + 0.0179443359375, + 0.0032100677490234375, + -0.06488037109375, + 0.038360595703125, + 0.01806640625, + 0.0002841949462890625, + -0.013580322265625, + -0.00540924072265625, + -0.006206512451171875, + 0.0181884765625, + 0.0293731689453125, + -0.01284027099609375, + -0.0242156982421875, + -0.0548095703125, + 0.0290069580078125, + -0.00577545166015625, + -0.004730224609375, + -0.0244598388671875, + -0.01241302490234375, + -0.07965087890625, + 0.018310546875, + 0.0184326171875, + 0.01450347900390625, + -0.0151824951171875, + -0.031463623046875, + -0.00971221923828125, + -0.0169677734375, + -0.02618408203125, + 0.047454833984375, + -0.017822265625, + 0.00995635986328125, + 0.00792694091796875, + -0.033172607421875, + 0.032196044921875, + 0.02752685546875, + 0.0113677978515625, + 0.038848876953125, + -0.0066986083984375, + -0.047698974609375, + 0.00565338134765625, + -0.0179443359375, + -0.036865234375, + -0.005962371826171875, + -0.02679443359375, + 0.016845703125, + -0.018310546875, + -0.0200347900390625, + 0.04571533203125, + 0.021514892578125, + 0.0193023681640625, + -0.00959014892578125, + -0.00031495094299316406, + 0.0093994140625, + -0.01468658447265625, + 0.06488037109375, + -0.0286407470703125, + -0.04644775390625, + 0.016845703125, + -0.0292510986328125, + 0.042510986328125, + 0.035888671875, + -0.01253509521484375, + -0.021514892578125, + 0.00469970703125, + 0.04522705078125, + -0.0285186767578125, + -0.0244598388671875, + 0.003887176513671875, + 0.022125244140625, + 0.01493072509765625, + 0.04400634765625, + 0.00921630859375, + 0.049407958984375, + -0.0023193359375, + 0.014007568359375, + 0.06292724609375, + 0.04302978515625, + 0.023101806640625, + -0.0200347900390625, + -0.06170654296875, + 0.0196685791015625, + -0.0010061264038085938, + -0.0253143310546875, + -0.037841796875, + 0.0014438629150390625, + 0.0545654296875, + -0.0538330078125, + -0.016845703125, + 0.007190704345703125, + -0.0291290283203125, + 0.0290069580078125, + 0.0291290283203125, + -0.0191802978515625, + 0.00872802734375, + -0.0013675689697265625, + -0.033935546875, + -0.0189208984375, + -0.030487060546875, + 0.0249481201171875, + 0.057037353515625, + 0.058013916015625, + -0.0065460205078125, + 0.049407958984375, + -0.00771331787109375, + 0.0114898681640625, + 0.04278564453125, + 0.0238494873046875, + 0.0156707763671875, + 0.0299835205078125, + 0.03369140625, + 0.057281494140625, + -0.0003955364227294922, + -0.0197906494140625, + 0.0286407470703125, + 0.031707763671875, + 0.0341796875, + 0.047943115234375, + 0.00897216796875, + -0.00568389892578125, + 0.007434844970703125, + -0.0535888671875, + -0.023223876953125, + -0.01204681396484375, + -0.00041294097900390625, + -0.057037353515625, + -0.0152435302734375, + 0.00860595703125, + -0.0108795166015625, + 0.0518798828125, + 0.0302276611328125, + -0.013763427734375, + -0.013397216796875, + 0.0114898681640625, + 0.0025959014892578125, + -0.03369140625, + -0.0026416778564453125, + -0.0293731689453125, + -0.00556182861328125, + -0.0281524658203125, + -0.0206451416015625, + 0.0189208984375, + -0.022369384765625, + -0.06170654296875, + -0.02777099609375, + 0.050384521484375, + -0.0086669921875, + -0.033172607421875, + -0.039581298828125, + -0.01486968994140625, + -0.033416748046875, + -0.038604736328125, + -0.0282745361328125, + -0.0045166015625, + 0.0205230712890625, + -0.0169677734375, + 0.0206451416015625, + -0.0158538818359375, + -0.022613525390625, + -0.041778564453125, + -0.0165863037109375, + -0.01493072509765625, + 0.03759765625, + -0.040069580078125, + 0.0550537109375, + 0.01806640625, + 0.02667236328125, + 0.041290283203125, + 0.0540771484375, + -0.0249481201171875, + 0.0191802978515625, + -0.0009407997131347656, + -0.06439208984375, + 0.037109375, + -0.0248260498046875, + 0.021392822265625, + -0.0557861328125, + -0.0194244384765625, + 0.048431396484375, + -0.068359375, + 0.0030574798583984375, + -0.0067291259765625, + -0.00959014892578125, + -0.041290283203125, + -0.0169677734375, + 0.007068634033203125, + -0.0014753341674804688, + 0.09539794921875, + 0.031341552734375, + -0.0202789306640625, + -0.0255584716796875, + -0.0294952392578125, + 0.0523681640625, + 0.022857666015625, + 0.04595947265625, + -0.050140380859375, + 0.0361328125, + -0.002933502197265625, + -0.013031005859375, + -0.01026153564453125, + -0.07867431640625, + 0.0179443359375, + 0.033172607421875, + 0.006145477294921875, + -0.03515625, + -0.02752685546875, + -0.04547119140625, + -0.032684326171875, + -0.051361083984375, + 0.0243377685546875, + 0.0114288330078125, + -0.004825592041015625, + -0.04547119140625, + -0.013763427734375, + -0.0237274169921875, + -0.0248260498046875, + -0.0248260498046875, + -0.06341552734375, + 0.0239715576171875, + 0.0031642913818359375, + -0.06536865234375, + 0.0297393798828125, + 0.01438140869140625, + 0.02642822265625, + 0.006114959716796875, + 0.0361328125, + -0.04278564453125, + -0.00577545166015625, + -0.0208892822265625, + 0.02581787109375, + 0.01210784912109375, + 0.01462554931640625, + -0.0068511962890625, + 0.030853271484375, + 0.0202789306640625, + -0.0211334228515625, + 0.06292724609375, + 0.005100250244140625, + -0.030853271484375, + -0.051361083984375, + -0.0156097412109375, + -0.039825439453125, + 0.022003173828125, + -0.023468017578125, + 0.058258056640625, + 0.021514892578125, + 0.002902984619140625, + -0.0919189453125, + 0.06634521484375, + -0.0296173095703125, + 0.0550537109375, + 0.00933837890625, + 0.006267547607421875, + -0.0516357421875, + -0.02655029296875, + -0.0212554931640625, + 0.038848876953125, + -0.0189208984375, + 0.038848876953125, + 0.017578125, + 0.00559234619140625, + 0.004669189453125, + -0.03759765625, + -0.006389617919921875, + 0.04620361328125, + 0.031707763671875, + -0.009033203125, + 0.047454833984375, + -0.0293731689453125, + 0.0249481201171875, + 0.018310546875, + -0.0012598037719726562, + 0.0193023681640625, + -0.00946044921875, + -0.021881103515625, + -0.021759033203125, + 0.0249481201171875, + 0.035888671875, + -0.016845703125, + 0.0037174224853515625, + -0.030487060546875, + 0.022003173828125, + 0.0086669921875, + 0.0024738311767578125, + 0.00965118408203125, + -0.0023345947265625, + 0.0004570484161376953, + -0.0200347900390625, + -0.08404541015625, + -0.09442138671875, + 0.00337982177734375, + -0.02801513671875, + -0.017333984375, + 0.01020050048828125, + 0.041290283203125, + 0.013336181640625, + -0.0169677734375, + 0.0026264190673828125, + -0.00002110004425048828, + -0.022979736328125, + -0.06439208984375, + 0.02716064453125, + -0.0202789306640625, + 0.040802001953125, + 0.004730224609375, + -0.0341796875, + 0.049407958984375, + -0.0201568603515625, + 0.0086669921875, + -0.01032257080078125, + -0.0181884765625, + -0.0287628173828125, + 0.03564453125, + -0.07965087890625, + -0.01050567626953125, + 0.03466796875, + 0.023345947265625, + 0.004669189453125, + -0.04498291015625, + 0.040802001953125, + -0.0045166015625, + -0.048675537109375, + 0.023101806640625, + -0.0281524658203125, + -0.033416748046875, + 0.0298614501953125, + -0.0018281936645507812, + 0.02703857421875, + -0.0243377685546875, + 0.034912109375, + 0.023468017578125, + 0.036376953125, + -0.002735137939453125, + -0.02703857421875, + -0.0012216567993164062, + -0.01062774658203125, + -0.01062774658203125, + 0.04278564453125, + 0.009521484375, + -0.003841400146484375, + -0.017333984375, + -0.0008487701416015625, + -0.0870361328125, + -0.0165863037109375, + -0.0518798828125, + -0.0298614501953125, + 0.0006723403930664062, + 0.10076904296875, + 0.04449462890625, + 0.013885498046875, + 0.0184326171875, + 0.09588623046875, + 0.0024127960205078125, + 0.01511383056640625, + -0.013580322265625, + -0.0516357421875, + 0.0068206787109375, + -0.01438140869140625, + 0.021636962890625, + -0.048919677734375, + 0.0174560546875, + 0.048675537109375, + -0.013946533203125, + 0.0010213851928710938, + -0.0256805419921875, + -0.007251739501953125, + 0.017333984375, + 0.04547119140625, + 0.0165863037109375, + -0.07720947265625, + 0.0069427490234375, + 0.023101806640625, + 0.004978179931640625, + 0.0208892822265625, + 0.007251739501953125, + -0.0290069580078125, + 0.039093017578125, + -0.0528564453125, + -0.00774383544921875, + 0.01192474365234375, + 0.08160400390625, + -0.007282257080078125, + -0.039093017578125, + -0.039093017578125, + 0.072265625, + 0.02801513671875, + 0.0008220672607421875, + 0.0197906494140625, + -0.005191802978515625, + -0.01708984375, + 0.051116943359375, + 0.041778564453125, + -0.0256805419921875, + 0.041778564453125, + 0.01419830322265625, + -0.041046142578125, + 0.017333984375, + -0.0205230712890625, + 0.00577545166015625, + -0.0106964111328125, + -0.051116943359375, + -0.032928466796875, + -0.0732421875, + 0.03369140625, + 0.0193023681640625, + 0.0029964447021484375, + 0.049163818359375, + 0.0238494873046875, + -0.0007414817810058594, + -0.00054931640625, + 0.0181884765625, + 0.034423828125, + 0.0165863037109375, + -0.00550079345703125, + -0.0019969940185546875, + 0.032928466796875, + 0.013336181640625, + -0.013702392578125, + 0.031951904296875, + -0.037353515625, + 0.0160980224609375, + -0.058746337890625, + 0.007495880126953125, + 0.0020275115966796875, + -0.037353515625, + -0.01229095458984375, + -0.02789306640625, + -0.0023975372314453125, + -0.021514892578125, + -0.0560302734375, + 0.005283355712890625, + 0.042510986328125, + -0.0283966064453125, + 0.032684326171875, + 0.0159759521484375, + 0.0193023681640625, + 0.0018510818481445312, + -0.060455322265625, + 0.08355712890625, + 0.041290283203125, + 0.0169677734375, + 0.0002651214599609375, + 0.0116119384765625, + 0.007526397705078125, + 0.0008563995361328125, + 0.031707763671875, + 0.00983428955078125, + -0.06439208984375, + 0.04669189453125, + 0.0560302734375, + 0.00921630859375, + -0.021514892578125, + 0.0047607421875, + -0.003810882568359375, + -0.042022705078125, + 0.040557861328125, + 0.0240936279296875, + 0.021636962890625, + 0.01204681396484375, + -0.0164642333984375, + -0.0065155029296875, + -0.04376220703125, + 0.047454833984375, + 0.0106964111328125, + -0.0012826919555664062, + 0.04400634765625, + -0.0244598388671875, + 0.057525634765625, + 0.013275146484375, + 0.048431396484375, + -0.0157318115234375, + 0.0302276611328125, + -0.0249481201171875, + -0.002349853515625, + 0.0113067626953125, + -0.0014591217041015625, + 0.003963470458984375, + -0.0068206787109375, + 0.01419830322265625, + 0.06390380859375, + 0.04595947265625, + -0.01013946533203125, + -0.059967041015625, + -0.0301055908203125, + -0.041778564453125, + -0.0070037841796875, + 0.017578125, + -0.04400634765625, + -0.0250701904296875, + 0.01708984375, + 0.048919677734375, + 0.06292724609375, + -0.0201568603515625, + 0.06536865234375, + -0.00921630859375, + -0.0025196075439453125, + -0.00574493408203125, + -0.00823211669921875 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "disk-imaging", + "hashing", + "wiping", + "logging", + "cli" + ], + "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.00006777048110961914, + 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_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_grep", + "type": "tool", + "name": "grep", + "content": "grep klassisches unix-werkzeug zur zeilenfilterung, entwickelt 1973 von ken thompson zur schnellen suche nach regulären ausdrücken in dateien oder datenströmen. der name leitet sich vom ed‑kommando „g/re/p“ ab und spiegelt die funktionsweise wider: globaler ausdruck, zeile drucken. gnu grep unterstützt drei regex‑dialekte (bre, ere, pcre), farb‑highlighting und zero‑copy‑block‑pufferung für höchstgeschwindigkeit auch in riesigen logs. dank seiner pipe‑kompatibilität ist grep grundbaustein unzähliger dfir‑einzeiler zum parsen von artefakten, netzwerk‑flows und memory‑dumps. commandline regular-expressions piping filtering incident-response static-investigations examination analysis", + "embedding": [ + -0.0298919677734375, + 0.0235443115234375, + 0.0133056640625, + -0.005809783935546875, + 0.0341796875, + 0.0252838134765625, + 0.014434814453125, + 0.01351165771484375, + -0.01617431640625, + 0.0015993118286132812, + -0.040313720703125, + 0.064697265625, + 0.0399169921875, + 0.0137176513671875, + -0.022003173828125, + 0.036834716796875, + -0.032958984375, + 0.0018682479858398438, + -0.004657745361328125, + 0.018829345703125, + -0.01268768310546875, + -0.0143280029296875, + -0.04974365234375, + -0.0038890838623046875, + 0.0011386871337890625, + 0.0249786376953125, + 0.002750396728515625, + -0.0692138671875, + -0.0059356689453125, + 0.0183258056640625, + -0.005527496337890625, + -0.03192138671875, + 0.01351165771484375, + 0.0399169921875, + -0.0255889892578125, + -0.02886962890625, + 0.01141357421875, + -0.067138671875, + -0.004016876220703125, + 0.056488037109375, + -0.0399169921875, + 0.030914306640625, + 0.044830322265625, + -0.015960693359375, + -0.0094146728515625, + -0.027435302734375, + 0.048919677734375, + -0.00901031494140625, + 0.0012798309326171875, + -0.055267333984375, + 0.0221099853515625, + 0.015960693359375, + 0.0164794921875, + -0.039703369140625, + -0.051177978515625, + 0.015655517578125, + 0.049346923828125, + -0.02117919921875, + -0.037872314453125, + 0.04278564453125, + -0.03704833984375, + 0.0021114349365234375, + -0.00988006591796875, + -0.01007843017578125, + 0.0092620849609375, + 0.00665283203125, + -0.024566650390625, + -0.01453399658203125, + 0.0232391357421875, + 0.01617431640625, + 0.0229339599609375, + -0.024261474609375, + -0.00716400146484375, + 0.06634521484375, + -0.0143280029296875, + -0.05035400390625, + 0.0178070068359375, + 0.0270233154296875, + 0.004222869873046875, + -0.00988006591796875, + -0.03643798828125, + -0.00470733642578125, + 0.0386962890625, + -0.0234375, + -0.0197601318359375, + 0.01422882080078125, + 0.0276336669921875, + -0.02117919921875, + 0.01555633544921875, + 0.0030193328857421875, + 0.01253509521484375, + 0.00598907470703125, + -0.0006780624389648438, + -0.011566162109375, + 0.04052734375, + 0.043792724609375, + -0.0103912353515625, + -0.01340484619140625, + -0.0323486328125, + 0.009521484375, + 0.0130462646484375, + -0.000850677490234375, + 0.0513916015625, + 0.01161956787109375, + 0.05853271484375, + -0.0335693359375, + 0.01340484619140625, + -0.021392822265625, + 0.001842498779296875, + -0.0154571533203125, + -0.0970458984375, + -0.03521728515625, + -0.03521728515625, + -0.07208251953125, + -0.015350341796875, + -0.00606536865234375, + 0.0008573532104492188, + 0.037445068359375, + -0.037445068359375, + -0.036834716796875, + -0.00031828880310058594, + 0.0227203369140625, + -0.00818634033203125, + -0.00701141357421875, + -0.029266357421875, + -0.055267333984375, + -0.00875091552734375, + 0.0249786376953125, + -0.045440673828125, + -0.022216796875, + -0.014739990234375, + -0.00875091552734375, + -0.020263671875, + -0.0228271484375, + 0.00637054443359375, + -0.006114959716796875, + 0.0347900390625, + 0.01141357421875, + 0.0017910003662109375, + 0.0113067626953125, + 0.042572021484375, + -0.039520263671875, + -0.0221099853515625, + 0.009979248046875, + -0.00550079345703125, + -0.00885009765625, + -0.004375457763671875, + 0.05218505859375, + 0.01018524169921875, + -0.00281524658203125, + -0.0244598388671875, + 0.035614013671875, + 0.045867919921875, + 0.0212860107421875, + 0.0157623291015625, + -0.0487060546875, + 0.015045166015625, + -0.04400634765625, + 0.021697998046875, + -0.0276336669921875, + -0.01181793212890625, + 0.02947998046875, + -0.003940582275390625, + 0.01412200927734375, + 0.0244598388671875, + -0.04852294921875, + -0.0311126708984375, + -0.0143280029296875, + -0.0244598388671875, + 0.01300048828125, + 0.021392822265625, + -0.006603240966796875, + 0.032745361328125, + 0.08026123046875, + -0.020263671875, + 0.0164794921875, + -0.01120758056640625, + 0.01043701171875, + 0.0230255126953125, + 0.0264129638671875, + 0.0094146728515625, + -0.024871826171875, + 0.0180206298828125, + -0.01248931884765625, + 0.00470733642578125, + -0.007625579833984375, + -0.0165863037109375, + 0.001323699951171875, + -0.0076751708984375, + 0.05157470703125, + -0.01222991943359375, + -0.05487060546875, + -0.004119873046875, + 0.0423583984375, + -0.019439697265625, + 0.02886962890625, + 0.033966064453125, + -0.03009033203125, + 0.038482666015625, + -0.0192413330078125, + 0.01617431640625, + 0.02056884765625, + 0.00018787384033203125, + 0.025482177734375, + 0.050750732421875, + -0.015045166015625, + -0.00936126708984375, + 0.0399169921875, + 0.045654296875, + -0.0474853515625, + -0.0264129638671875, + 0.048309326171875, + -0.0073699951171875, + -0.018218994140625, + -0.0386962890625, + -0.033966064453125, + -0.00440216064453125, + -0.01483917236328125, + -0.01422882080078125, + -0.0197601318359375, + -0.0423583984375, + -0.04461669921875, + -0.0110015869140625, + 0.0124359130859375, + -0.007778167724609375, + 0.05157470703125, + 0.061004638671875, + -0.024566650390625, + 0.01904296875, + 0.0261993408203125, + -0.00383758544921875, + 0.03582763671875, + -0.01233673095703125, + 0.008697509765625, + 0.01074981689453125, + -0.032562255859375, + 0.052825927734375, + 0.01678466796875, + 0.015350341796875, + 0.01294708251953125, + -0.05853271484375, + 0.015960693359375, + -0.0240478515625, + 0.035400390625, + -0.005451202392578125, + -0.01678466796875, + 0.00391387939453125, + 0.0017652511596679688, + 0.032958984375, + 0.0487060546875, + -0.048919677734375, + -0.0164794921875, + -0.07366943359375, + -0.01090240478515625, + -0.0614013671875, + -0.054046630859375, + -0.052825927734375, + -0.0233306884765625, + 0.039703369140625, + -0.0023670196533203125, + 0.0091094970703125, + -0.00685882568359375, + 0.0323486328125, + -0.035614013671875, + 0.048919677734375, + 0.003429412841796875, + -0.0241546630859375, + 0.033172607421875, + 0.09539794921875, + -0.05157470703125, + -0.00506591796875, + -0.01320648193359375, + -0.0015163421630859375, + -0.007778167724609375, + 0.00823974609375, + -0.0113067626953125, + -0.03460693359375, + 0.0162811279296875, + -0.0009918212890625, + 0.0249786376953125, + -0.03460693359375, + -0.0121307373046875, + -0.006908416748046875, + 0.036041259765625, + -0.0106964111328125, + 0.0154571533203125, + 0.0017147064208984375, + 0.0018167495727539062, + 0.0042724609375, + -0.049957275390625, + -0.01739501953125, + 0.0462646484375, + -0.0016632080078125, + 0.00511932373046875, + 0.00988006591796875, + -0.052825927734375, + 0.01233673095703125, + 0.0203704833984375, + -0.0163726806640625, + 0.039093017578125, + 0.038482666015625, + -0.01453399658203125, + 0.002994537353515625, + -0.01995849609375, + 0.01708984375, + -0.0246734619140625, + -0.018829345703125, + -0.0032367706298828125, + 0.0111083984375, + -0.0487060546875, + -0.01279449462890625, + 0.042999267578125, + -0.026611328125, + 0.043182373046875, + 0.0011510848999023438, + 0.0006399154663085938, + -0.01049041748046875, + -0.042572021484375, + -0.02435302734375, + -0.0450439453125, + -0.041748046875, + -0.0282440185546875, + 0.053619384765625, + -0.0169830322265625, + -0.006473541259765625, + -0.01253509521484375, + 0.015655517578125, + -0.045654296875, + 0.00859832763671875, + -0.0209808349609375, + 0.046875, + 0.01514434814453125, + 0.0246734619140625, + 0.056915283203125, + 0.0236358642578125, + 0.03826904296875, + 0.051177978515625, + 0.0296783447265625, + -0.029266357421875, + -0.00289154052734375, + -0.00885009765625, + -0.0007486343383789062, + 0.026611328125, + -0.0244598388671875, + -0.0023670196533203125, + -0.017608642578125, + -0.01483917236328125, + 0.005039215087890625, + 0.0218048095703125, + 0.0474853515625, + 0.00391387939453125, + -0.018218994140625, + -0.0171966552734375, + 0.05096435546875, + -0.00534820556640625, + 0.09619140625, + 0.0031986236572265625, + -0.046875, + 0.0233306884765625, + 0.041961669921875, + -0.0146331787109375, + 0.036041259765625, + 0.0137176513671875, + 0.0106964111328125, + -0.008087158203125, + 0.028656005859375, + -0.0022258758544921875, + 0.028045654296875, + 0.003070831298828125, + 0.0137176513671875, + 0.01064300537109375, + -0.033172607421875, + -0.007114410400390625, + 0.05322265625, + 0.021697998046875, + 0.0075225830078125, + 0.033966064453125, + -0.01120758056640625, + -0.040313720703125, + -0.025787353515625, + -0.067138671875, + -0.003658294677734375, + 0.022613525390625, + 0.0024700164794921875, + 0.048919677734375, + -0.046875, + -0.060577392578125, + 0.041748046875, + -0.049530029296875, + 0.09210205078125, + 0.037872314453125, + 0.0201568603515625, + -0.01233673095703125, + -0.0183258056640625, + -0.00988006591796875, + 0.0162811279296875, + -0.0026607513427734375, + 0.039703369140625, + 0.0249786376953125, + 0.03826904296875, + -0.01007843017578125, + -0.030914306640625, + 0.00890350341796875, + 0.0166778564453125, + 0.0214996337890625, + -0.01202392578125, + 0.040130615234375, + 0.0200653076171875, + 0.0305023193359375, + -0.0192413330078125, + 0.036651611328125, + 0.019134521484375, + -0.01934814453125, + 0.0137176513671875, + -0.01233673095703125, + -0.0198516845703125, + -0.048095703125, + 0.015350341796875, + 0.01739501953125, + 0.0164794921875, + 0.0380859375, + 0.0311126708984375, + -0.04443359375, + -0.045867919921875, + 0.0347900390625, + -0.043609619140625, + -0.0108489990234375, + 0.0302886962890625, + -0.01678466796875, + 0.0284576416015625, + -0.0305023193359375, + -0.0777587890625, + 0.022003173828125, + -0.04339599609375, + -0.046478271484375, + 0.0214996337890625, + 0.0411376953125, + -0.05731201171875, + -0.00788116455078125, + -0.0556640625, + -0.02056884765625, + 0.01007843017578125, + -0.00859832763671875, + 0.05322265625, + -0.0146331787109375, + 0.0013885498046875, + 0.02313232421875, + 0.039306640625, + -0.020263671875, + -0.0008826255798339844, + 0.050567626953125, + -0.0113067626953125, + -0.04522705078125, + 0.00399017333984375, + -0.0230255126953125, + -0.0069580078125, + -0.033172607421875, + -0.0171966552734375, + 0.0027637481689453125, + 0.0249786376953125, + 0.0224151611328125, + 0.022003173828125, + -0.07080078125, + -0.0335693359375, + -0.01678466796875, + 0.08392333984375, + -0.0124359130859375, + 0.047698974609375, + 0.005016326904296875, + -0.052398681640625, + 0.032562255859375, + -0.053619384765625, + -0.02313232421875, + 0.02374267578125, + 0.01340484619140625, + -0.0178070068359375, + 0.035003662109375, + -0.033966064453125, + 0.0041961669921875, + -0.014739990234375, + 0.015045166015625, + 0.005397796630859375, + -0.012847900390625, + -0.042999267578125, + 0.061004638671875, + 0.019439697265625, + -0.0577392578125, + -0.027435302734375, + -0.0195465087890625, + -0.00037097930908203125, + 0.027435302734375, + -0.05609130859375, + -0.005908966064453125, + -0.0196533203125, + -0.0634765625, + -0.0209808349609375, + 0.0296783447265625, + -0.036041259765625, + -0.0165863037109375, + -0.001739501953125, + 0.0157623291015625, + -0.01340484619140625, + 0.0260009765625, + -0.0036334991455078125, + 0.0184173583984375, + 0.03826904296875, + 0.0177001953125, + -0.0023403167724609375, + 0.0018167495727539062, + -0.028045654296875, + -0.03643798828125, + -0.0015611648559570312, + 0.040313720703125, + -0.020477294921875, + 0.0200653076171875, + -0.01202392578125, + -0.019134521484375, + 0.030914306640625, + -0.0634765625, + -0.0060882568359375, + -0.004016876220703125, + -0.00447845458984375, + -0.03009033203125, + -0.03521728515625, + 0.001605987548828125, + 0.011871337890625, + -0.003582000732421875, + -0.00665283203125, + 0.0201568603515625, + -0.017303466796875, + 0.01934814453125, + 0.0284576416015625, + 0.00046706199645996094, + -0.00814056396484375, + -0.004222869873046875, + -0.00829315185546875, + 0.0028667449951171875, + 0.0335693359375, + -0.008087158203125, + -0.028656005859375, + -0.056915283203125, + 0.0272216796875, + 0.0128936767578125, + -0.01739501953125, + 0.009674072265625, + -0.0296783447265625, + -0.064697265625, + -0.0113067626953125, + 0.017608642578125, + 0.0235443115234375, + -0.032135009765625, + -0.0252838134765625, + -0.0215911865234375, + -0.03521728515625, + -0.04443359375, + 0.033782958984375, + -0.0214996337890625, + 0.020477294921875, + -0.0016889572143554688, + -0.0450439453125, + 0.035614013671875, + 0.05035400390625, + 0.0234375, + 0.01494598388671875, + 0.033966064453125, + -0.02056884765625, + 0.01514434814453125, + -0.005374908447265625, + -0.026611328125, + -0.004070281982421875, + -0.01248931884765625, + 0.011566162109375, + -0.0302886962890625, + -0.01161956787109375, + 0.00962066650390625, + 0.020477294921875, + 0.03070068359375, + -0.0240478515625, + -0.01555633544921875, + 0.037872314453125, + -0.0014581680297851562, + 0.0589599609375, + -0.0399169921875, + -0.046661376953125, + 0.0128936767578125, + 0.0057830810546875, + 0.039520263671875, + 0.017913818359375, + 0.0137176513671875, + -0.02435302734375, + -0.005474090576171875, + 0.0626220703125, + -0.0474853515625, + -0.0079345703125, + -0.08062744140625, + -0.00519561767578125, + -0.004886627197265625, + 0.06793212890625, + 0.011871337890625, + 0.055267333984375, + -0.004810333251953125, + -0.02886962890625, + 0.0016632080078125, + 0.0380859375, + 0.05853271484375, + -0.0201568603515625, + -0.03826904296875, + 0.015045166015625, + 0.0029296875, + -0.046875, + -0.037445068359375, + -0.0009465217590332031, + 0.047271728515625, + -0.0638427734375, + -0.01268768310546875, + -0.01453399658203125, + 0.0186309814453125, + 0.0268096923828125, + 0.028656005859375, + -0.0296783447265625, + 0.043609619140625, + 0.0163726806640625, + -0.05487060546875, + -0.01300048828125, + -0.0212860107421875, + 0.005962371826171875, + 0.0513916015625, + 0.032562255859375, + -0.0614013671875, + 0.054046630859375, + 0.006805419921875, + 0.0386962890625, + 0.018829345703125, + 0.02117919921875, + -0.007472991943359375, + 0.035614013671875, + 0.0230255126953125, + 0.04974365234375, + -0.0302886962890625, + -0.007419586181640625, + 0.028656005859375, + 0.052398681640625, + 0.042572021484375, + 0.0198516845703125, + 0.00916290283203125, + 0.009521484375, + -0.03643798828125, + -0.03887939453125, + 0.036651611328125, + 0.01136016845703125, + -0.015960693359375, + -0.01995849609375, + -0.0487060546875, + 0.02435302734375, + -0.02117919921875, + 0.00803375244140625, + 0.0004382133483886719, + -0.0462646484375, + -0.032958984375, + 0.0162811279296875, + -0.0195465087890625, + -0.05487060546875, + 0.039306640625, + -0.03192138671875, + 0.001880645751953125, + -0.041961669921875, + -0.00920867919921875, + 0.046661376953125, + -0.0209808349609375, + -0.08349609375, + -0.0423583984375, + 0.0311126708984375, + -0.01003265380859375, + -0.0305023193359375, + 0.00162506103515625, + 0.0178070068359375, + -0.0276336669921875, + -0.045440673828125, + -0.050140380859375, + -0.031524658203125, + 0.028656005859375, + -0.0305023193359375, + 0.012847900390625, + -0.0000635981559753418, + -0.01320648193359375, + -0.00788116455078125, + -0.0203704833984375, + -0.061004638671875, + 0.035614013671875, + -0.031524658203125, + 0.0215911865234375, + 0.0282440185546875, + 0.02056884765625, + 0.0215911865234375, + 0.05731201171875, + 0.0197601318359375, + -0.00946807861328125, + -0.01146697998046875, + -0.0634765625, + 0.0296783447265625, + 0.0000775456428527832, + -0.01146697998046875, + -0.036834716796875, + -0.01294708251953125, + 0.052398681640625, + -0.032135009765625, + 0.0015096664428710938, + -0.00614166259765625, + -0.001880645751953125, + -0.03070068359375, + 0.01177215576171875, + 0.0018930435180664062, + -0.0002830028533935547, + 0.10723876953125, + 0.0214996337890625, + -0.022216796875, + -0.01514434814453125, + -0.027435302734375, + 0.045654296875, + 0.0212860107421875, + 0.041961669921875, + -0.01161956787109375, + 0.0128936767578125, + 0.01222991943359375, + -0.0005373954772949219, + 0.0162811279296875, + -0.0880126953125, + 0.0031223297119140625, + 0.02252197265625, + -0.00399017333984375, + -0.0101318359375, + 0.00550079345703125, + -0.0195465087890625, + 0.0165863037109375, + -0.044219970703125, + 0.01361083984375, + -0.004299163818359375, + -0.0197601318359375, + -0.04522705078125, + -0.011871337890625, + -0.0215911865234375, + -0.0264129638671875, + -0.01678466796875, + -0.028656005859375, + 0.0196533203125, + 0.01171875, + -0.060577392578125, + 0.0250701904296875, + 0.01483917236328125, + 0.006549835205078125, + 0.0218963623046875, + 0.0247650146484375, + -0.05487060546875, + -0.00818634033203125, + 0.0051422119140625, + 0.02783203125, + 0.00606536865234375, + -0.0130462646484375, + 0.00716400146484375, + 0.0154571533203125, + 0.0072174072265625, + -0.039306640625, + 0.08062744140625, + 0.0227203369140625, + -0.01294708251953125, + -0.05853271484375, + -0.04443359375, + -0.0089569091796875, + 0.0169830322265625, + -0.00555419921875, + 0.033355712890625, + 0.0187225341796875, + -0.0214996337890625, + -0.07489013671875, + 0.04278564453125, + -0.0227203369140625, + 0.02252197265625, + 0.006473541259765625, + -0.0075225830078125, + -0.06549072265625, + -0.0487060546875, + -0.039703369140625, + 0.00399017333984375, + -0.00281524658203125, + 0.04461669921875, + 0.039306640625, + 0.005733489990234375, + 0.0270233154296875, + 0.01309967041015625, + -0.0028533935546875, + 0.02435302734375, + 0.040130615234375, + -0.05096435546875, + 0.04443359375, + -0.025787353515625, + 0.0162811279296875, + 0.0125885009765625, + 0.01708984375, + 0.0075225830078125, + 0.0034027099609375, + -0.040740966796875, + -0.01995849609375, + 0.039306640625, + 0.032135009765625, + -0.0178070068359375, + 0.006038665771484375, + -0.028045654296875, + 0.015045166015625, + -0.00321197509765625, + -0.0180206298828125, + 0.035003662109375, + -0.026611328125, + -0.044830322265625, + -0.01033782958984375, + -0.05487060546875, + -0.0880126953125, + -0.0164794921875, + -0.05157470703125, + -0.03131103515625, + 0.005680084228515625, + 0.0305023193359375, + 0.049530029296875, + -0.026092529296875, + 0.0276336669921875, + -0.0111541748046875, + -0.03009033203125, + -0.043182373046875, + 0.0175018310546875, + -0.0302886962890625, + 0.0296783447265625, + 0.040130615234375, + -0.0305023193359375, + 0.005832672119140625, + 0.00844573974609375, + -0.00122833251953125, + -0.0198516845703125, + 0.0051422119140625, + -0.043609619140625, + 0.0290679931640625, + -0.049957275390625, + -0.007778167724609375, + 0.0423583984375, + -0.00238037109375, + 0.0268096923828125, + -0.0140228271484375, + 0.049346923828125, + -0.04052734375, + -0.0614013671875, + 0.00988006591796875, + -0.017913818359375, + -0.0227203369140625, + 0.00470733642578125, + -0.01192474365234375, + -0.0089569091796875, + -0.000005125999450683594, + 0.036651611328125, + 0.0282440185546875, + 0.04095458984375, + 0.0247650146484375, + -0.022613525390625, + -0.0166778564453125, + -0.0017652511596679688, + 0.0282440185546875, + 0.00506591796875, + 0.0244598388671875, + -0.023956298828125, + -0.0048370361328125, + -0.01233673095703125, + -0.08636474609375, + -0.001880645751953125, + -0.032745361328125, + -0.050567626953125, + -0.01514434814453125, + 0.06671142578125, + 0.03765869140625, + -0.00685882568359375, + 0.0233306884765625, + 0.06182861328125, + 0.036224365234375, + 0.004425048828125, + 0.0023288726806640625, + -0.07122802734375, + -0.001247406005859375, + 0.004913330078125, + 0.012847900390625, + -0.08270263671875, + 0.05731201171875, + 0.054046630859375, + 0.01453399658203125, + -0.01192474365234375, + -0.0006618499755859375, + -0.0106964111328125, + 0.0171966552734375, + 0.03009033203125, + 0.013916015625, + -0.04400634765625, + 0.00859832763671875, + 0.0166778564453125, + -0.01351165771484375, + 0.0143280029296875, + -0.002201080322265625, + -0.0380859375, + 0.0577392578125, + -0.03070068359375, + 0.002391815185546875, + 0.007472991943359375, + 0.07208251953125, + 0.00946807861328125, + -0.052001953125, + -0.032562255859375, + 0.02783203125, + 0.01514434814453125, + -0.0026874542236328125, + 0.0017271041870117188, + 0.01525115966796875, + 0.00637054443359375, + -0.00519561767578125, + 0.046051025390625, + -0.00360870361328125, + 0.06756591796875, + 0.026611328125, + -0.077392578125, + 0.0305023193359375, + -0.042999267578125, + -0.006320953369140625, + -0.01320648193359375, + -0.044830322265625, + -0.04217529296875, + -0.05853271484375, + 0.0162811279296875, + 0.0110015869140625, + 0.052398681640625, + 0.032562255859375, + 0.0162811279296875, + 0.0140228271484375, + 0.0017271041870117188, + 0.0246734619140625, + 0.03521728515625, + 0.005832672119140625, + -0.00859832763671875, + 0.005756378173828125, + 0.01555633544921875, + 0.00772857666015625, + -0.032958984375, + 0.020477294921875, + -0.0276336669921875, + 0.023956298828125, + -0.029266357421875, + 0.0008153915405273438, + 0.01525115966796875, + -0.042999267578125, + -0.0113067626953125, + -0.014434814453125, + 0.0006651878356933594, + -0.0201568603515625, + -0.048919677734375, + 0.0034542083740234375, + 0.0250701904296875, + -0.025482177734375, + -0.01320648193359375, + 0.0073699951171875, + -0.0057830810546875, + 0.01094818115234375, + -0.046661376953125, + 0.04461669921875, + 0.01412200927734375, + 0.036834716796875, + 0.0103912353515625, + 0.0009403228759765625, + 0.01514434814453125, + -0.0021228790283203125, + 0.0268096923828125, + 0.0201568603515625, + -0.053619384765625, + 0.07940673828125, + 0.02374267578125, + 0.004299163818359375, + -0.036651611328125, + 0.0183258056640625, + 0.0113067626953125, + -0.033782958984375, + 0.0253753662109375, + 0.00901031494140625, + 0.033355712890625, + -0.0033512115478515625, + -0.0041961669921875, + 0.00039649009704589844, + -0.06182861328125, + 0.06512451171875, + 0.00901031494140625, + 0.0169830322265625, + 0.0192413330078125, + -0.0146331787109375, + 0.0634765625, + 0.0014200210571289062, + 0.054443359375, + -0.05218505859375, + 0.041961669921875, + -0.030914306640625, + -0.0154571533203125, + -0.0036334991455078125, + 0.00555419921875, + -0.007778167724609375, + 0.005474090576171875, + -0.015655517578125, + 0.07366943359375, + 0.028045654296875, + -0.0196533203125, + -0.037445068359375, + -0.01422882080078125, + -0.002239227294921875, + 0.005451202392578125, + 0.045867919921875, + -0.06793212890625, + -0.0264129638671875, + 0.004425048828125, + 0.04052734375, + 0.032562255859375, + 0.035614013671875, + 0.03131103515625, + 0.0009784698486328125, + -0.002277374267578125, + 0.03009033203125, + -0.0228271484375 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "commandline", + "regular-expressions", + "piping", + "filtering" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Kibana", + "type": "tool", + "name": "Kibana", + "content": "kibana das visualisierungs-frontend des elastic-stacks verwandelt rohe forensik-daten in aussagekräftige dashboards und echtzeit-analysen. drag-and-drop-interface erstellt komplexe queries ohne programmierkenntnisse. besonders wertvoll für incident-response: timeline-visualisierungen korrelieren events über verschiedene systeme, geo-maps zeigen angriffs-ursprünge, heat-maps identifizieren aktivitätsmuster. die discover-funktion ermöglicht explorative datenanalyse mit drill-down-capabilities. canvas erstellt infografiken für management-reports. machine-learning-integration erkennt anomalien automatisch. alerting-framework triggert bei verdächtigen mustern. dashboard-sharing für soc-teams. der dev-tools-bereich bietet direkten elasticsearch-zugriff für power-user. spaces isolieren verschiedene ermittlungen. die integration mit wazuh, suricata und anderen siem-komponenten macht es zum standard-dashboard moderner security-operations. kostenlos bis zu basic-features, x-pack-lizenzierung für enterprise-funktionen. dashboards analytics incident-response analysis reporting", + "embedding": [ + -0.0298309326171875, + 0.033782958984375, + 0.05853271484375, + 0.01198577880859375, + 0.01849365234375, + 0.005615234375, + 0.01641845703125, + 0.0117034912109375, + -0.02227783203125, + -0.01491546630859375, + -0.022369384765625, + 0.051727294921875, + 0.01198577880859375, + -0.01132965087890625, + -0.0528564453125, + 0.03228759765625, + -0.006938934326171875, + 0.00485992431640625, + 0.0004069805145263672, + -0.0220794677734375, + 0.0001437664031982422, + 0.006793975830078125, + -0.060394287109375, + -0.0041046142578125, + 0.0241546630859375, + 0.018218994140625, + -0.0190582275390625, + -0.052093505859375, + -0.01203155517578125, + 0.02850341796875, + 0.01245880126953125, + -0.0279388427734375, + 0.01151275634765625, + 0.0328369140625, + -0.02642822265625, + -0.01312255859375, + 0.023406982421875, + -0.069091796875, + -0.0249176025390625, + 0.0369873046875, + -0.032470703125, + 0.01953125, + 0.002689361572265625, + -0.0268096923828125, + -0.0245361328125, + -0.050201416015625, + 0.01557159423828125, + -0.034912109375, + 0.00839996337890625, + -0.0279388427734375, + 0.0191650390625, + 0.01042938232421875, + 0.00839996337890625, + 0.00783538818359375, + -0.04058837890625, + 0.03302001953125, + 0.033966064453125, + -0.0241546630859375, + -0.052490234375, + 0.035858154296875, + -0.007785797119140625, + -0.00637054443359375, + 0.0030918121337890625, + -0.004505157470703125, + 0.0191650390625, + 0.029632568359375, + 0.0027256011962890625, + -0.019256591796875, + -0.0040130615234375, + 0.009674072265625, + 0.043212890625, + 0.006015777587890625, + -0.039825439453125, + 0.0247344970703125, + -0.033782958984375, + -0.021148681640625, + 0.0226593017578125, + 0.03076171875, + 0.003658294677734375, + -0.01340484619140625, + -0.044158935546875, + 0.01500701904296875, + 0.033966064453125, + -0.00952911376953125, + -0.03851318359375, + -0.00213623046875, + 0.00382232666015625, + 0.01207733154296875, + 0.0086822509765625, + -0.02020263671875, + 0.0127410888671875, + -0.0010385513305664062, + 0.0309600830078125, + -0.02642822265625, + 0.0411376953125, + 0.072509765625, + -0.04022216796875, + -0.0251007080078125, + -0.003986358642578125, + 0.033599853515625, + 0.0048828125, + -0.039459228515625, + 0.047760009765625, + -0.00179290771484375, + 0.0728759765625, + -0.03472900390625, + -0.009765625, + -0.029632568359375, + 0.0010318756103515625, + -0.0233154296875, + -0.0849609375, + -0.0258636474609375, + -0.0175628662109375, + -0.047393798828125, + -0.00688934326171875, + 0.006465911865234375, + -0.0258636474609375, + 0.044158935546875, + -0.031707763671875, + -0.041534423828125, + 0.02850341796875, + 0.007503509521484375, + 0.0081634521484375, + 0.01953125, + -0.032470703125, + -0.0386962890625, + 0.0035152435302734375, + 0.01155853271484375, + -0.03851318359375, + -0.0236968994140625, + -0.00930023193359375, + -0.022369384765625, + -0.00887298583984375, + -0.041900634765625, + -0.002655029296875, + -0.01444244384765625, + 0.03887939453125, + -0.001781463623046875, + -0.00844573974609375, + 0.01557159423828125, + 0.02642822265625, + -0.032470703125, + -0.051727294921875, + -0.0117034912109375, + -0.0219879150390625, + -0.0262451171875, + -0.027557373046875, + 0.034912109375, + -0.041351318359375, + 0.0177459716796875, + -0.00011795759201049805, + 0.0106658935546875, + 0.0428466796875, + -0.002288818359375, + -0.001079559326171875, + -0.0237884521484375, + -0.0180206298828125, + 0.0011091232299804688, + 0.0251007080078125, + -0.0012149810791015625, + 0.01416015625, + 0.03662109375, + 0.006561279296875, + 0.0100555419921875, + -0.003704071044921875, + -0.0190582275390625, + -0.04473876953125, + 0.03265380859375, + 0.0036106109619140625, + -0.0238800048828125, + 0.01491546630859375, + -0.01099395751953125, + 0.043792724609375, + 0.07666015625, + -0.00788116455078125, + 0.0111846923828125, + -0.00637054443359375, + -0.0159454345703125, + 0.0286865234375, + 0.050201416015625, + 0.01302337646484375, + -0.0147247314453125, + 0.04229736328125, + -0.01491546630859375, + 0.03076171875, + -0.0022525787353515625, + -0.025482177734375, + -0.002063751220703125, + -0.03662109375, + 0.0190582275390625, + -0.053619384765625, + -0.031524658203125, + -0.01708984375, + 0.033599853515625, + 0.004505157470703125, + 0.049835205078125, + 0.01226806640625, + -0.0230255126953125, + 0.01444244384765625, + 0.005710601806640625, + 0.006511688232421875, + 0.0208587646484375, + 0.0034694671630859375, + 0.02642822265625, + 0.004955291748046875, + 0.021514892578125, + -0.01509857177734375, + 0.046234130859375, + 0.0177459716796875, + -0.025299072265625, + -0.003681182861328125, + 0.065673828125, + -0.00032138824462890625, + -0.03076171875, + -0.029449462890625, + -0.0188751220703125, + 0.041534423828125, + -0.02435302734375, + 0.01557159423828125, + -0.004436492919921875, + -0.02642822265625, + -0.055511474609375, + -0.006984710693359375, + 0.036041259765625, + -0.0428466796875, + 0.033966064453125, + 0.0190582275390625, + 0.0177459716796875, + -0.0175628662109375, + 0.035675048828125, + 0.04437255859375, + 0.032470703125, + -0.0199127197265625, + -0.0005693435668945312, + 0.004436492919921875, + -0.01155853271484375, + 0.02227783203125, + 0.052093505859375, + 0.01444244384765625, + 0.00981903076171875, + -0.01387786865234375, + 0.037200927734375, + -0.00872802734375, + 0.021514892578125, + 0.031524658203125, + -0.035858154296875, + 0.0085906982421875, + 0.00849151611328125, + 0.0268096923828125, + 0.050201416015625, + -0.055877685546875, + 0.021514892578125, + -0.048126220703125, + 0.0011034011840820312, + -0.06756591796875, + -0.0487060546875, + -0.040008544921875, + -0.05853271484375, + 0.04248046875, + -0.022369384765625, + -0.019439697265625, + 0.0245361328125, + 0.004909515380859375, + 0.01641845703125, + 0.0300140380859375, + -0.0008139610290527344, + -0.0390625, + 0.00035691261291503906, + 0.09661865234375, + 0.0060882568359375, + -0.0111846923828125, + 0.01047515869140625, + 0.0301971435546875, + 0.026611328125, + 0.0218048095703125, + -0.01500701904296875, + 0.0005192756652832031, + 0.0147247314453125, + 0.034912109375, + 0.014251708984375, + 0.004482269287109375, + 0.0111846923828125, + 0.0004069805145263672, + 0.052093505859375, + -0.04229736328125, + -0.003963470458984375, + -0.00986480712890625, + 0.006793975830078125, + -0.00531005859375, + -0.047760009765625, + -0.0133056640625, + 0.04302978515625, + 0.046051025390625, + 0.010284423828125, + 0.006229400634765625, + -0.01641845703125, + 0.012176513671875, + 0.0013866424560546875, + 0.005828857421875, + 0.047943115234375, + 0.038330078125, + -0.039825439453125, + -0.0081634521484375, + 0.007221221923828125, + 0.0268096923828125, + -0.035675048828125, + -0.033233642578125, + -0.021514892578125, + -0.0241546630859375, + -0.050201416015625, + -0.013214111328125, + 0.01090240478515625, + -0.033966064453125, + 0.025482177734375, + -0.037933349609375, + 0.0085906982421875, + -0.0237884521484375, + -0.044921875, + 0.0251007080078125, + -0.004222869873046875, + -0.06304931640625, + -0.0288848876953125, + 0.05322265625, + 0.01349639892578125, + 0.0159454345703125, + -0.01812744140625, + -0.013214111328125, + -0.041534423828125, + 0.005664825439453125, + -0.02056884765625, + 0.0487060546875, + -0.009246826171875, + 0.03228759765625, + 0.0197296142578125, + 0.0341796875, + 0.006702423095703125, + 0.065673828125, + 0.0258636474609375, + -0.00788116455078125, + -0.00811767578125, + 0.004955291748046875, + 0.014251708984375, + 0.035675048828125, + -0.006702423095703125, + -0.01047515869140625, + -0.0006194114685058594, + -0.0328369140625, + 0.02850341796875, + 0.0236968994140625, + 0.018310546875, + 0.019256591796875, + -0.033233642578125, + 0.0281219482421875, + 0.049072265625, + 0.007503509521484375, + 0.0887451171875, + -0.00958251953125, + -0.044158935546875, + 0.0019817352294921875, + 0.00783538818359375, + -0.0241546630859375, + 0.0208587646484375, + 0.03302001953125, + -0.005992889404296875, + 0.0189666748046875, + 0.039276123046875, + -0.0147247314453125, + 0.03887939453125, + -0.006038665771484375, + 0.0007314682006835938, + -0.00797271728515625, + -0.004909515380859375, + 0.0197296142578125, + 0.0262451171875, + 0.0209503173828125, + 0.004791259765625, + 0.047393798828125, + -0.0186920166015625, + -0.00958251953125, + -0.078125, + -0.05133056640625, + 0.02349853515625, + -0.01812744140625, + 0.00688934326171875, + 0.03662109375, + -0.057373046875, + -0.07476806640625, + 0.0092010498046875, + -0.0208587646484375, + 0.069091796875, + 0.029449462890625, + 0.0404052734375, + 0.0290679931640625, + -0.03265380859375, + -0.00637054443359375, + 0.035491943359375, + 0.0127410888671875, + 0.03076171875, + 0.06494140625, + 0.03302001953125, + 0.033966064453125, + -0.01812744140625, + 0.0013742446899414062, + 0.007740020751953125, + 0.0198211669921875, + -0.00797271728515625, + 0.0245361328125, + -0.006038665771484375, + 0.0199127197265625, + -0.02056884765625, + 0.07061767578125, + 0.059661865234375, + -0.03851318359375, + 0.0290679931640625, + -0.0005574226379394531, + 0.0037994384765625, + -0.06683349609375, + -0.014251708984375, + -0.01293182373046875, + 0.0169830322265625, + 0.01519775390625, + 0.0168914794921875, + -0.03887939453125, + 0.02227783203125, + 0.044158935546875, + -0.06982421875, + 0.04095458984375, + 0.0190582275390625, + -0.03057861328125, + 0.0219879150390625, + -0.031524658203125, + -0.02850341796875, + 0.0156707763671875, + -0.0286865234375, + -0.033599853515625, + 0.003986358642578125, + 0.0303955078125, + -0.041351318359375, + -0.0311431884765625, + -0.00930023193359375, + -0.0188751220703125, + -0.004764556884765625, + -0.01953125, + 0.01312255859375, + -0.0085906982421875, + -0.0218963623046875, + 0.03228759765625, + 0.0191650390625, + 0.0015926361083984375, + -0.0229339599609375, + 0.049835205078125, + -0.0177459716796875, + -0.05889892578125, + 0.0048370361328125, + -0.00457763671875, + 0.01151275634765625, + -0.0158538818359375, + -0.015289306640625, + -0.01312255859375, + 0.0300140380859375, + 0.018218994140625, + -0.0016164779663085938, + -0.057769775390625, + -0.0404052734375, + -0.06378173828125, + 0.04095458984375, + 0.0168914794921875, + 0.03057861328125, + 0.0055694580078125, + -0.0428466796875, + 0.00412750244140625, + -0.04681396484375, + -0.01953125, + -0.01302337646484375, + -0.00533294677734375, + 0.0006103515625, + 0.06683349609375, + -0.006183624267578125, + 0.0076446533203125, + -0.01302337646484375, + 0.069091796875, + 0.0030078887939453125, + -0.0007519721984863281, + -0.046630859375, + 0.0345458984375, + 0.035858154296875, + -0.040771484375, + -0.0216064453125, + -0.00891876220703125, + -0.0009083747863769531, + 0.05133056640625, + -0.0777587890625, + -0.0298309326171875, + 0.0168914794921875, + -0.05474853515625, + -0.021148681640625, + -0.040008544921875, + -0.0167083740234375, + -0.037567138671875, + 0.03436279296875, + 0.047576904296875, + -0.0020999908447265625, + 0.03265380859375, + -0.00153350830078125, + -0.0008907318115234375, + 0.0226593017578125, + 0.0116119384765625, + -0.0218048095703125, + 0.00872802734375, + -0.03302001953125, + -0.0245361328125, + -0.0216064453125, + 0.029266357421875, + 0.004650115966796875, + 0.005001068115234375, + 0.0002491474151611328, + -0.0300140380859375, + 0.05474853515625, + -0.0231170654296875, + -0.004459381103515625, + -0.005828857421875, + -0.008209228515625, + -0.0260467529296875, + -0.025299072265625, + 0.0016632080078125, + 0.0178375244140625, + 0.00101470947265625, + 0.016510009765625, + 0.025482177734375, + -0.03851318359375, + 0.00981903076171875, + 0.0147247314453125, + 0.01387786865234375, + 0.019256591796875, + -0.0176544189453125, + -0.005756378173828125, + -0.040771484375, + 0.021148681640625, + -0.023406982421875, + -0.043426513671875, + -0.07928466796875, + 0.0147247314453125, + -0.0027484893798828125, + -0.0177459716796875, + -0.0258636474609375, + -0.040771484375, + -0.064208984375, + -0.03302001953125, + 0.0269927978515625, + 0.0012445449829101562, + 0.0206756591796875, + -0.04229736328125, + -0.035491943359375, + -0.009246826171875, + -0.03228759765625, + 0.038116455078125, + -0.00896453857421875, + 0.017181396484375, + -0.00896453857421875, + -0.04510498046875, + 0.034912109375, + 0.0085906982421875, + 0.027374267578125, + 0.035675048828125, + 0.0158538818359375, + -0.0362548828125, + 0.023590087890625, + -0.040771484375, + 0.005191802978515625, + 0.027374267578125, + -0.035675048828125, + 0.0230255126953125, + -0.039642333984375, + 0.006748199462890625, + -0.0082550048828125, + 0.0258636474609375, + 0.0167083740234375, + 0.01226806640625, + -0.032470703125, + 0.0179290771484375, + 0.01312255859375, + 0.06494140625, + -0.00872802734375, + -0.047576904296875, + -0.00811767578125, + -0.00783538818359375, + 0.04095458984375, + 0.046051025390625, + 0.0007138252258300781, + -0.003208160400390625, + 0.010101318359375, + 0.023406982421875, + -0.02642822265625, + -0.033599853515625, + -0.03076171875, + 0.00995635986328125, + 0.050201416015625, + 0.049835205078125, + 0.00200653076171875, + 0.07135009765625, + 0.00027871131896972656, + 0.02056884765625, + 0.01312255859375, + 0.05511474609375, + 0.01519775390625, + -0.0281219482421875, + -0.05096435546875, + -0.00878143310546875, + 0.023406982421875, + -0.04266357421875, + -0.043426513671875, + -0.001911163330078125, + 0.06341552734375, + -0.052093505859375, + -0.03076171875, + -0.0227508544921875, + -0.01094818115234375, + -0.006229400634765625, + 0.0157623291015625, + -0.006748199462890625, + 0.01812744140625, + 0.0010976791381835938, + -0.0167999267578125, + -0.002017974853515625, + -0.0236968994140625, + -0.01605224609375, + 0.05322265625, + 0.023223876953125, + -0.006465911865234375, + 0.01519775390625, + 0.0116119384765625, + 0.0176544189453125, + 0.01349639892578125, + 0.040771484375, + 0.0137786865234375, + 0.0249176025390625, + 0.0033969879150390625, + 0.07025146484375, + -0.037933349609375, + -0.01509857177734375, + 0.021240234375, + 0.02142333984375, + 0.0386962890625, + 0.0288848876953125, + -0.015380859375, + 0.00930023193359375, + 0.008544921875, + -0.035125732421875, + -0.0035858154296875, + 0.0200042724609375, + 0.0021228790283203125, + -0.0269927978515625, + -0.07135009765625, + 0.029449462890625, + -0.027557373046875, + 0.043212890625, + -0.01123046875, + -0.0097198486328125, + 0.0066070556640625, + 0.0300140380859375, + -0.02056884765625, + -0.0615234375, + 0.0158538818359375, + -0.004718780517578125, + -0.033416748046875, + -0.015289306640625, + -0.02227783203125, + 0.036041259765625, + -0.0003287792205810547, + -0.0653076171875, + 0.004459381103515625, + 0.04022216796875, + -0.0281219482421875, + -0.0283203125, + -0.0277557373046875, + 0.00952911376953125, + -0.03472900390625, + -0.0168914794921875, + -0.047943115234375, + -0.03302001953125, + -0.0034694671630859375, + -0.0048828125, + 0.004199981689453125, + 0.002429962158203125, + -0.035125732421875, + -0.0309600830078125, + -0.0247344970703125, + -0.01812744140625, + 0.023223876953125, + -0.04473876953125, + 0.022369384765625, + 0.0156707763671875, + 0.014251708984375, + 0.0031147003173828125, + 0.06494140625, + 0.01605224609375, + 0.0262451171875, + -0.0328369140625, + -0.0341796875, + 0.03302001953125, + -0.018218994140625, + 0.0022296905517578125, + -0.07476806640625, + 0.0019588470458984375, + 0.0311431884765625, + -0.09100341796875, + 0.02850341796875, + 0.0117950439453125, + -0.0251007080078125, + -0.06494140625, + -0.005828857421875, + 0.005779266357421875, + 0.004764556884765625, + 0.077392578125, + 0.001079559326171875, + -0.00637054443359375, + 0.00995635986328125, + -0.0228424072265625, + 0.0653076171875, + 0.007549285888671875, + 0.004695892333984375, + -0.039825439453125, + 0.0127410888671875, + -0.0034923553466796875, + -0.03662109375, + 0.01491546630859375, + -0.06793212890625, + 0.0014219284057617188, + 0.0208587646484375, + 0.0178375244140625, + 0.005451202392578125, + 0.0247344970703125, + -0.062286376953125, + -0.016326904296875, + -0.03057861328125, + 0.031707763671875, + 0.012176513671875, + 0.0148162841796875, + -0.052093505859375, + -0.00792694091796875, + -0.0271759033203125, + -0.048309326171875, + -0.034912109375, + -0.03302001953125, + 0.0157623291015625, + 0.01207733154296875, + -0.07965087890625, + 0.0247344970703125, + -0.007221221923828125, + 0.0321044921875, + 0.01509857177734375, + 0.05059814453125, + -0.056243896484375, + 0.00460052490234375, + 0.01548004150390625, + 0.0224609375, + -0.01396942138671875, + 0.003963470458984375, + -0.0027484893798828125, + 0.03265380859375, + 0.002773284912109375, + -0.04248046875, + 0.052490234375, + 0.033782958984375, + -0.037750244140625, + -0.053985595703125, + -0.031341552734375, + -0.033782958984375, + 0.073974609375, + -0.0167083740234375, + 0.0311431884765625, + -0.01444244384765625, + 0.002559661865234375, + -0.07928466796875, + 0.033416748046875, + -0.029266357421875, + 0.046051025390625, + 0.019256591796875, + -0.0226593017578125, + -0.0528564453125, + -0.03076171875, + -0.00330352783203125, + 0.0428466796875, + -0.056243896484375, + 0.0281219482421875, + -0.00011652708053588867, + -0.005519866943359375, + 0.00412750244140625, + -0.01132965087890625, + 0.0226593017578125, + 0.037933349609375, + 0.0020771026611328125, + -0.0487060546875, + 0.043609619140625, + -0.0341796875, + 0.01245880126953125, + -0.0038700103759765625, + 0.0028553009033203125, + -0.005970001220703125, + -0.0236968994140625, + -0.01605224609375, + -0.0004513263702392578, + 0.0105743408203125, + 0.035675048828125, + -0.031890869140625, + 0.004058837890625, + -0.007080078125, + 0.0217132568359375, + 0.002689361572265625, + -0.0006251335144042969, + 0.00896453857421875, + 0.0002772808074951172, + -0.04022216796875, + -0.037384033203125, + -0.0687255859375, + -0.073974609375, + -0.021240234375, + -0.0528564453125, + -0.01416015625, + 0.0014390945434570312, + 0.018402099609375, + 0.0207672119140625, + -0.02850341796875, + 0.05322265625, + -0.0178375244140625, + 0.0260467529296875, + -0.0404052734375, + 0.001651763916015625, + -0.01396942138671875, + 0.060791015625, + -0.004245758056640625, + -0.01548004150390625, + 0.025482177734375, + -0.0260467529296875, + 0.003208160400390625, + -0.0187835693359375, + -0.0003361701965332031, + -0.037567138671875, + 0.01934814453125, + -0.07476806640625, + 0.009765625, + 0.00632476806640625, + 0.05059814453125, + -0.0218048095703125, + -0.0277557373046875, + 0.04022216796875, + -0.01708984375, + -0.038330078125, + -0.0029621124267578125, + -0.00533294677734375, + -0.0107574462890625, + -0.0288848876953125, + 0.00896453857421875, + 0.005947113037109375, + 0.005451202392578125, + 0.008544921875, + 0.041900634765625, + 0.053985595703125, + 0.0210418701171875, + -0.043212890625, + -0.0290679931640625, + -0.005401611328125, + 0.0096282958984375, + 0.0166168212890625, + 0.0247344970703125, + -0.0258636474609375, + 0.00887298583984375, + -0.015289306640625, + -0.08984375, + -0.0190582275390625, + -0.040771484375, + -0.050201416015625, + -0.0042724609375, + 0.0777587890625, + 0.0268096923828125, + -0.0249176025390625, + 0.022369384765625, + 0.0286865234375, + 0.04022216796875, + 0.01548004150390625, + -0.007171630859375, + -0.0653076171875, + 0.01849365234375, + 0.053985595703125, + 0.037567138671875, + -0.04510498046875, + 0.056640625, + 0.07928466796875, + -0.0217132568359375, + -0.033416748046875, + -0.003658294677734375, + -0.02435302734375, + 0.044158935546875, + 0.0180206298828125, + 0.035125732421875, + -0.060028076171875, + 0.0007462501525878906, + 0.01491546630859375, + 0.006938934326171875, + -0.00872802734375, + -0.01641845703125, + -0.00930023193359375, + 0.035858154296875, + -0.06378173828125, + -0.027557373046875, + 0.00507354736328125, + 0.07891845703125, + 0.018310546875, + -0.03076171875, + -0.0035400390625, + 0.0445556640625, + 0.044921875, + -0.004909515380859375, + 0.009674072265625, + 0.00844573974609375, + 0.004245758056640625, + 0.039459228515625, + 0.052490234375, + 0.018218994140625, + 0.0687255859375, + 0.01349639892578125, + -0.043609619140625, + 0.0228424072265625, + 0.004364013671875, + -0.0133056640625, + 0.007598876953125, + -0.049468994140625, + -0.01387786865234375, + -0.037933349609375, + 0.035308837890625, + 0.0147247314453125, + 0.031890869140625, + 0.050201416015625, + -0.0015687942504882812, + -0.00047779083251953125, + 0.01557159423828125, + 0.032470703125, + 0.06378173828125, + 0.0251007080078125, + 0.0258636474609375, + 0.01453399658203125, + 0.005428314208984375, + -0.0066070556640625, + -0.01236724853515625, + 0.0303955078125, + -0.0369873046875, + -0.00872802734375, + -0.04510498046875, + -0.01387786865234375, + -0.00991058349609375, + -0.027374267578125, + -0.00943756103515625, + -0.0175628662109375, + 0.00481414794921875, + -0.03265380859375, + -0.0570068359375, + -0.008544921875, + 0.02642822265625, + -0.035491943359375, + 0.0091552734375, + 0.0321044921875, + -0.0048370361328125, + 0.0186004638671875, + -0.059661865234375, + 0.051727294921875, + 0.017364501953125, + 0.027374267578125, + -0.00948333740234375, + -0.0007963180541992188, + 0.0362548828125, + 0.01387786865234375, + -0.00830841064453125, + 0.016510009765625, + -0.03265380859375, + 0.039825439453125, + 0.04473876953125, + 0.00872802734375, + -0.0390625, + 0.0240631103515625, + 0.035675048828125, + -0.060394287109375, + 0.06341552734375, + -0.0101470947265625, + 0.03436279296875, + 0.0224609375, + 0.0159454345703125, + -0.04644775390625, + -0.062286376953125, + 0.05474853515625, + 0.0136871337890625, + 0.0038928985595703125, + 0.01708984375, + -0.056243896484375, + 0.0445556640625, + 0.008026123046875, + 0.035491943359375, + -0.0341796875, + 0.05926513671875, + -0.0186004638671875, + 0.02056884765625, + 0.00009882450103759766, + 0.0106201171875, + -0.027374267578125, + 0.0262451171875, + -0.039459228515625, + 0.0732421875, + 0.01557159423828125, + -0.0157623291015625, + -0.049072265625, + 0.00018656253814697266, + 0.0210418701171875, + 0.003704071044921875, + 0.06304931640625, + -0.053619384765625, + -0.022186279296875, + 0.004390716552734375, + 0.04302978515625, + 0.05096435546875, + -0.04510498046875, + 0.04644775390625, + 0.0176544189453125, + -0.0186920166015625, + -0.003162384033203125, + -0.0236968994140625 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "analysis", + "reporting" + ], + "tags": [ + "dashboards", + "analytics" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_FTK_Imager", + "type": "tool", + "name": "FTK Imager", + "content": "ftk imager der klassiker für windows-basierte disk-akquisition erstellt gerichtsfeste images mit bewährter zuverlässigkeit. unterstützt raw, smart, e01 und aff formate mit kompression und verschlüsselung. die gui führt durch den imaging-prozess mit hash-verifizierung (md5/sha1). preview-mode ermöglicht triage ohne full-image. memory-capture für live-ram-akquisition. mount als read-only für sichere analyse. die kostenlose version deckt standard-aufgaben ab, limitiert aber bei erweiterten features. besonders geschätzt: zuverlässigkeit bei defekten sektoren, detaillierte logs und breite gerichtsakzeptanz. protected-folder-viewing für systemdateien. cli-version für automatisierung. die proprietäre natur und windows-only sind nachteile, aber in vielen labors der de-facto-standard. perfekt für einsteiger und routine-akquisitionen. gui physical-copy hashing court-admissible scenario:disk_imaging ewf-support memory-capture preview-mode bad-sector-handling protected-folders cli-available triage static-investigations incident-response data-collection", + "embedding": [ + 0.002155303955078125, + 0.03656005859375, + 0.03326416015625, + -0.026336669921875, + 0.0316162109375, + 0.056182861328125, + 0.01373291015625, + -0.0008101463317871094, + -0.00335693359375, + -0.012908935546875, + -0.033660888671875, + 0.0623779296875, + -0.0011425018310546875, + -0.020751953125, + -0.059906005859375, + 0.04193115234375, + -0.01497650146484375, + 0.01079559326171875, + 0.01849365234375, + 0.00949859619140625, + -0.01373291015625, + -0.0213775634765625, + -0.054534912109375, + 0.0022335052490234375, + 0.007022857666015625, + 0.00970458984375, + -0.036346435546875, + -0.05865478515625, + -0.01084136962890625, + 0.017242431640625, + 0.01120758056640625, + -0.005084991455078125, + -0.003253936767578125, + 0.046875, + 0.00464630126953125, + -0.0264434814453125, + -0.043365478515625, + -0.03717041015625, + -0.01445770263671875, + 0.040069580078125, + -0.00882720947265625, + -0.01187896728515625, + 0.01007080078125, + -0.0025424957275390625, + -0.0256195068359375, + -0.0369873046875, + 0.003292083740234375, + -0.019927978515625, + -0.004932403564453125, + -0.0230255126953125, + 0.013427734375, + 0.01322174072265625, + 0.0092926025390625, + -0.0305633544921875, + -0.01161956787109375, + 0.034088134765625, + 0.00658416748046875, + -0.0343017578125, + -0.0038204193115234375, + 0.058258056640625, + -0.060302734375, + -0.007640838623046875, + -0.00800323486328125, + -0.026336669921875, + -0.004413604736328125, + 0.0289154052734375, + -0.004184722900390625, + -0.0255126953125, + 0.0022068023681640625, + 0.0016460418701171875, + 0.0131683349609375, + -0.0036411285400390625, + -0.0229339599609375, + 0.01549530029296875, + -0.04132080078125, + -0.043792724609375, + 0.006557464599609375, + 0.036773681640625, + 0.0037441253662109375, + 0.002685546875, + -0.06072998046875, + 0.01497650146484375, + 0.0396728515625, + -0.01027679443359375, + 0.001323699951171875, + 0.018585205078125, + 0.016632080078125, + 0.0255126953125, + -0.00800323486328125, + -0.01203155517578125, + 0.004802703857421875, + 0.00498199462890625, + -0.00041961669921875, + -0.0299530029296875, + 0.049560546875, + 0.054107666015625, + -0.005603790283203125, + -0.01151275634765625, + 0.0009102821350097656, + 0.034912109375, + 0.03326416015625, + -0.015899658203125, + 0.0328369140625, + -0.0005359649658203125, + 0.046051025390625, + -0.0272674560546875, + 0.01141357421875, + -0.01445770263671875, + -0.0305633544921875, + -0.029327392578125, + -0.08135986328125, + -0.0382080078125, + -0.0256195068359375, + -0.0665283203125, + -0.0036411285400390625, + -0.000039517879486083984, + -0.0256195068359375, + 0.0243682861328125, + -0.02789306640625, + -0.03387451171875, + 0.007488250732421875, + 0.033660888671875, + -0.0124969482421875, + -0.0016012191772460938, + -0.0369873046875, + -0.05865478515625, + 0.0103759765625, + 0.0291290283203125, + -0.054534912109375, + -0.033660888671875, + -0.006092071533203125, + -0.0237579345703125, + -0.0098114013671875, + -0.0259246826171875, + -0.018280029296875, + -0.0322265625, + 0.019927978515625, + 0.00449371337890625, + -0.0189056396484375, + 0.00785064697265625, + 0.007747650146484375, + -0.026641845703125, + -0.0635986328125, + 0.01311492919921875, + -0.049163818359375, + 0.0007066726684570312, + -0.04150390625, + 0.049560546875, + -0.048736572265625, + -0.028717041015625, + -0.012237548828125, + 0.04461669921875, + 0.063232421875, + -0.002826690673828125, + 0.004055023193359375, + -0.0259246826171875, + -0.0069732666015625, + -0.02447509765625, + 0.00882720947265625, + -0.01203155517578125, + -0.0255126953125, + 0.00632476806640625, + -0.01611328125, + 0.00975799560546875, + -0.028717041015625, + -0.045867919921875, + -0.029327392578125, + 0.0023632049560546875, + 0.0162200927734375, + -0.0063018798828125, + 0.0106353759765625, + -0.00121307373046875, + 0.061553955078125, + 0.06695556640625, + 0.0283050537109375, + 0.010894775390625, + 0.00048089027404785156, + 0.002658843994140625, + 0.027679443359375, + 0.0213775634765625, + -0.0174560546875, + -0.01983642578125, + 0.027679443359375, + -0.001987457275390625, + 0.0270538330078125, + -0.0006937980651855469, + -0.0084686279296875, + 0.00035834312438964844, + -0.03985595703125, + 0.030364990234375, + -0.03656005859375, + -0.0213775634765625, + -0.008209228515625, + 0.01549530029296875, + 0.007488250732421875, + 0.056610107421875, + 0.051849365234375, + -0.01497650146484375, + 0.0291290283203125, + -0.00800323486328125, + -0.0037174224853515625, + 0.043182373046875, + -0.0208587646484375, + 0.01497650146484375, + 0.01404571533203125, + 0.026641845703125, + 0.002414703369140625, + 0.01373291015625, + 0.0234375, + -0.02313232421875, + -0.0126495361328125, + 0.031402587890625, + -0.01053619384765625, + -0.05328369140625, + -0.00919342041015625, + -0.03387451171875, + 0.01776123046875, + -0.0083160400390625, + -0.0178680419921875, + -0.001678466796875, + -0.015899658203125, + -0.0462646484375, + 0.0229339599609375, + 0.0194091796875, + -0.0200347900390625, + 0.056610107421875, + 0.00738525390625, + -0.02117919921875, + -0.044403076171875, + 0.0322265625, + 0.0200347900390625, + 0.032440185546875, + -0.00841522216796875, + 0.0049591064453125, + -0.0289154052734375, + -0.0110015869140625, + 0.0355224609375, + 0.033477783203125, + 0.0208587646484375, + 0.022003173828125, + -0.0038204193115234375, + 0.0301513671875, + -0.0176544189453125, + 0.05206298828125, + 0.0272674560546875, + -0.01027679443359375, + -0.009246826171875, + -0.0010395050048828125, + 0.0160064697265625, + 0.0361328125, + -0.037994384765625, + -0.0123443603515625, + -0.084716796875, + -0.0111541748046875, + -0.0435791015625, + -0.033477783203125, + -0.023345947265625, + -0.048553466796875, + 0.041717529296875, + -0.035736083984375, + -0.049163818359375, + -0.0005002021789550781, + 0.0272674560546875, + 0.0034332275390625, + 0.040069580078125, + 0.00389862060546875, + -0.037811279296875, + 0.006092071533203125, + 0.07598876953125, + 0.0297393798828125, + 0.0038471221923828125, + -0.01641845703125, + 0.006763458251953125, + -0.024169921875, + 0.0264434814453125, + -0.0245819091796875, + 0.0002307891845703125, + 0.01373291015625, + 0.031402587890625, + 0.007022857666015625, + -0.0264434814453125, + -0.004878997802734375, + -0.007434844970703125, + 0.04833984375, + -0.04193115234375, + -0.01120758056640625, + 0.02117919921875, + 0.0230255126953125, + -0.0234375, + -0.0570068359375, + 0.007228851318359375, + 0.0477294921875, + 0.014251708984375, + 0.0014972686767578125, + 0.01806640625, + -0.035125732421875, + 0.004207611083984375, + -0.0003437995910644531, + 0.0026721954345703125, + 0.01404571533203125, + 0.0289154052734375, + -0.027679443359375, + 0.00516510009765625, + -0.006378173828125, + -0.004390716552734375, + -0.021484375, + -0.036773681640625, + -0.0014972686767578125, + -0.019317626953125, + -0.0343017578125, + -0.042144775390625, + 0.009552001953125, + -0.0183868408203125, + 0.004390716552734375, + -0.026123046875, + 0.0099639892578125, + -0.0195159912109375, + -0.046051025390625, + -0.0009164810180664062, + -0.035125732421875, + -0.04254150390625, + -0.01042938232421875, + 0.04998779296875, + 0.0023365020751953125, + 0.01849365234375, + -0.0024261474609375, + -0.01456451416015625, + -0.0194091796875, + 0.008056640625, + -0.0056304931640625, + 0.0248870849609375, + -0.005809783935546875, + 0.046875, + 0.0003387928009033203, + 0.0270538330078125, + -0.01255035400390625, + 0.051025390625, + 0.04254150390625, + -0.03924560546875, + -0.007640838623046875, + -0.0069732666015625, + 0.029327392578125, + 0.0343017578125, + -0.02685546875, + -0.035308837890625, + -0.00007140636444091797, + -0.01806640625, + 0.007282257080078125, + 0.01456451416015625, + 0.034912109375, + 0.0163116455078125, + -0.033050537109375, + 0.00650787353515625, + 0.040679931640625, + 0.0228271484375, + 0.10491943359375, + -0.0242767333984375, + -0.0477294921875, + 0.0369873046875, + 0.0489501953125, + 0.0017690658569335938, + -0.0133209228515625, + 0.0216827392578125, + -0.006610870361328125, + 0.0103302001953125, + 0.01486968994140625, + 0.0202484130859375, + 0.029327392578125, + -0.006275177001953125, + 0.01373291015625, + 0.023651123046875, + -0.0019369125366210938, + 0.01849365234375, + 0.044403076171875, + 0.0272674560546875, + 0.00624847412109375, + 0.0174560546875, + -0.006221771240234375, + -0.0009102821350097656, + -0.0489501953125, + -0.06695556640625, + 0.00482940673828125, + 0.05865478515625, + 0.0162200927734375, + 0.0382080078125, + -0.0435791015625, + -0.06732177734375, + 0.0008521080017089844, + -0.0299530029296875, + 0.059478759765625, + 0.0210723876953125, + 0.02386474609375, + 0.044403076171875, + -0.0025177001953125, + 0.0168304443359375, + 0.023345947265625, + 0.009246826171875, + 0.0138397216796875, + 0.030364990234375, + 0.059478759765625, + -0.0027751922607421875, + -0.0343017578125, + 0.0297393798828125, + 0.044403076171875, + 0.037994384765625, + 0.034912109375, + -0.0006165504455566406, + -0.004596710205078125, + 0.01580810546875, + -0.01027679443359375, + 0.037994384765625, + 0.03326416015625, + -0.00348663330078125, + 0.0274658203125, + -0.01146697998046875, + 0.0093994140625, + -0.043365478515625, + -0.0037441253662109375, + 0.011932373046875, + -0.008056640625, + 0.0138397216796875, + 0.0021038055419921875, + -0.06524658203125, + -0.00691986083984375, + 0.043792724609375, + -0.07684326171875, + 0.0262298583984375, + 0.00878143310546875, + -0.0178680419921875, + 0.01611328125, + -0.02044677734375, + -0.06280517578125, + 0.03985595703125, + -0.0230255126953125, + -0.02313232421875, + -0.01322174072265625, + 0.02178955078125, + -0.0256195068359375, + -0.0309906005859375, + -0.0220947265625, + -0.027679443359375, + -0.024169921875, + -0.026336669921875, + 0.044403076171875, + 0.022613525390625, + -0.0038738250732421875, + 0.0322265625, + 0.03985595703125, + -0.0012006759643554688, + -0.00949859619140625, + 0.05328369140625, + -0.0343017578125, + -0.04254150390625, + 0.027679443359375, + 0.00238800048828125, + 0.024688720703125, + -0.04254150390625, + -0.01611328125, + 0.01161956787109375, + 0.006816864013671875, + -0.00666046142578125, + 0.01456451416015625, + -0.038818359375, + -0.06524658203125, + -0.06610107421875, + 0.04254150390625, + -0.005809783935546875, + 0.021270751953125, + 0.005084991455078125, + -0.034088134765625, + 0.0183868408203125, + -0.057830810546875, + -0.0143585205078125, + -0.0181732177734375, + 0.0175628662109375, + -0.0264434814453125, + 0.05743408203125, + -0.01373291015625, + 0.0010976791381835938, + 0.0011873245239257812, + 0.04150390625, + 0.00986480712890625, + 0.0146636962890625, + -0.03179931640625, + 0.01445770263671875, + 0.039031982421875, + -0.064453125, + -0.006557464599609375, + -0.00815582275390625, + -0.0012264251708984375, + 0.038421630859375, + -0.051422119140625, + 0.0011873245239257812, + 0.003265380859375, + -0.06524658203125, + -0.03448486328125, + -0.038818359375, + -0.009918212890625, + -0.036773681640625, + 0.034698486328125, + 0.03759765625, + -0.0173492431640625, + 0.04150390625, + -0.0024662017822265625, + 0.00717926025390625, + 0.006816864013671875, + -0.01538848876953125, + -0.018585205078125, + 0.0316162109375, + -0.0784912109375, + -0.04791259765625, + -0.026641845703125, + 0.0322265625, + -0.036773681640625, + -0.01404571533203125, + 0.0130157470703125, + 0.007904052734375, + 0.038421630859375, + -0.046051025390625, + 0.00893402099609375, + -0.034912109375, + -0.0289154052734375, + -0.020660400390625, + -0.013427734375, + 0.03656005859375, + 0.01027679443359375, + 0.00970458984375, + -0.007640838623046875, + 0.043182373046875, + -0.07891845703125, + 0.04254150390625, + 0.0208587646484375, + 0.02044677734375, + -0.01983642578125, + -0.01136016845703125, + 0.024993896484375, + 0.024993896484375, + 0.046478271484375, + -0.0257110595703125, + -0.032440185546875, + -0.08837890625, + 0.0301513671875, + -0.0020275115966796875, + -0.0189971923828125, + -0.008880615234375, + -0.044830322265625, + -0.054931640625, + -0.01136016845703125, + 0.045867919921875, + 0.0283050537109375, + 0.0194091796875, + -0.0197296142578125, + 0.00598907470703125, + -0.006610870361328125, + -0.0435791015625, + 0.0396728515625, + -0.00624847412109375, + 0.0255126953125, + -0.0001533031463623047, + -0.044403076171875, + 0.0316162109375, + 0.0355224609375, + 0.03863525390625, + 0.0189971923828125, + 0.0079498291015625, + -0.0305633544921875, + -0.0086212158203125, + 0.00457000732421875, + -0.0272674560546875, + 0.0013875961303710938, + -0.01104736328125, + 0.01507568359375, + -0.020660400390625, + -0.034088134765625, + 0.021270751953125, + 0.03594970703125, + 0.03717041015625, + -0.004673004150390625, + -0.00759124755859375, + 0.005859375, + 0.006195068359375, + 0.054931640625, + -0.01363372802734375, + -0.0264434814453125, + -0.0014390945434570312, + 0.03179931640625, + 0.045440673828125, + 0.0247802734375, + 0.0167388916015625, + -0.038421630859375, + -0.000293731689453125, + 0.02520751953125, + -0.02520751953125, + -0.045440673828125, + -0.03656005859375, + 0.0038204193115234375, + 0.0201416015625, + 0.038818359375, + -0.0124969482421875, + 0.068603515625, + 0.0131683349609375, + 0.00537109375, + 0.03863525390625, + 0.056182861328125, + 0.03985595703125, + -0.0186920166015625, + -0.048736572265625, + -0.018280029296875, + -0.0251007080078125, + -0.040283203125, + -0.0309906005859375, + 0.0015230178833007812, + 0.06072998046875, + -0.0689697265625, + -0.01322174072265625, + -0.0038738250732421875, + -0.0173492431640625, + 0.012603759765625, + 0.00457000732421875, + 0.0021305084228515625, + 0.037994384765625, + -0.01275634765625, + -0.0200347900390625, + -0.007076263427734375, + -0.037384033203125, + 0.01641845703125, + 0.030364990234375, + 0.019622802734375, + -0.0186920166015625, + 0.0037174224853515625, + 0.002246856689453125, + 0.01042938232421875, + 0.01352691650390625, + 0.0537109375, + 0.0237579345703125, + 0.03924560546875, + 0.027679443359375, + 0.0423583984375, + -0.023956298828125, + -0.01255035400390625, + 0.0130157470703125, + 0.0307769775390625, + 0.05224609375, + 0.07806396484375, + 0.00919342041015625, + -0.0051116943359375, + -0.0157012939453125, + -0.054931640625, + -0.0064544677734375, + 0.0008907318115234375, + -0.0037174224853515625, + -0.0557861328125, + -0.03924560546875, + 0.0218963623046875, + -0.0557861328125, + 0.051239013671875, + 0.029327392578125, + -0.0009360313415527344, + -0.01580810546875, + 0.01486968994140625, + 0.003330230712890625, + -0.03717041015625, + -0.01104736328125, + -0.02789306640625, + -0.0175628662109375, + -0.0462646484375, + -0.03118896484375, + 0.0328369140625, + -0.0216827392578125, + -0.0369873046875, + -0.0077972412109375, + 0.039031982421875, + -0.0195159912109375, + -0.043792724609375, + -0.0301513671875, + 0.004878997802734375, + -0.016937255859375, + -0.054107666015625, + -0.0343017578125, + -0.0227203369140625, + 0.0130157470703125, + -0.027679443359375, + 0.01177215576171875, + -0.014251708984375, + -0.01445770263671875, + -0.0242767333984375, + -0.032012939453125, + -0.04296875, + 0.031402587890625, + -0.04193115234375, + 0.03118896484375, + -0.005523681640625, + 0.043365478515625, + 0.06072998046875, + 0.06524658203125, + -0.0047760009765625, + -0.001949310302734375, + -0.0035114288330078125, + -0.0477294921875, + 0.0305633544921875, + -0.00800323486328125, + 0.02447509765625, + -0.058258056640625, + 0.018280029296875, + 0.06982421875, + -0.07025146484375, + 0.0230255126953125, + 0.0181732177734375, + -0.01311492919921875, + -0.05328369140625, + -0.0002968311309814453, + 0.018280029296875, + 0.0256195068359375, + 0.0784912109375, + 0.0017042160034179688, + -0.006763458251953125, + 0.005474090576171875, + -0.04833984375, + 0.0423583984375, + 0.0029296875, + 0.0120849609375, + -0.044830322265625, + 0.04254150390625, + 0.0170440673828125, + -0.03759765625, + 0.01141357421875, + -0.0731201171875, + -0.0110015869140625, + 0.0189056396484375, + 0.026123046875, + -0.0067138671875, + -0.020965576171875, + -0.0537109375, + -0.01012420654296875, + -0.04296875, + -0.000015914440155029297, + -0.018280029296875, + 0.0178680419921875, + -0.037384033203125, + 0.01363372802734375, + 0.0013685226440429688, + -0.018798828125, + -0.0229339599609375, + -0.02789306640625, + 0.0504150390625, + -0.0025177001953125, + -0.061126708984375, + 0.0186920166015625, + 0.0229339599609375, + -0.01528167724609375, + 0.0201416015625, + 0.04522705078125, + -0.040283203125, + -0.0052947998046875, + -0.005733489990234375, + 0.029327392578125, + -0.0028018951416015625, + -0.00945281982421875, + -0.0165252685546875, + 0.007537841796875, + 0.01104736328125, + -0.032440185546875, + 0.04730224609375, + 0.0194091796875, + -0.0477294921875, + -0.050811767578125, + -0.02850341796875, + -0.01104736328125, + 0.011260986328125, + -0.01027679443359375, + 0.0489501953125, + 0.0181732177734375, + -0.01776123046875, + -0.10205078125, + 0.06610107421875, + -0.008880615234375, + 0.0477294921875, + 0.0099639892578125, + -0.0104827880859375, + -0.039459228515625, + -0.0248870849609375, + -0.0093994140625, + 0.01136016845703125, + -0.05328369140625, + 0.0274658203125, + 0.00666046142578125, + -0.01580810546875, + 0.034088134765625, + -0.02447509765625, + 0.0123443603515625, + 0.0557861328125, + -0.0026073455810546875, + -0.0227203369140625, + 0.0557861328125, + -0.01507568359375, + 0.0186920166015625, + -0.0037174224853515625, + 0.001678466796875, + 0.0018978118896484375, + 0.00733184814453125, + -0.006404876708984375, + 0.006557464599609375, + 0.0382080078125, + 0.04254150390625, + -0.01528167724609375, + 0.02117919921875, + 0.01270294189453125, + 0.033477783203125, + 0.0018205642700195312, + -0.0189056396484375, + -0.005939483642578125, + 0.01507568359375, + -0.00919342041015625, + -0.0309906005859375, + -0.061553955078125, + -0.09295654296875, + 0.011932373046875, + -0.041107177734375, + -0.0213775634765625, + 0.0301513671875, + 0.039031982421875, + 0.007640838623046875, + -0.01983642578125, + 0.0243682861328125, + -0.004802703857421875, + -0.001678466796875, + -0.044830322265625, + 0.0175628662109375, + -0.012237548828125, + 0.040679931640625, + 0.0118255615234375, + -0.04730224609375, + 0.0256195068359375, + -0.04132080078125, + 0.02447509765625, + 0.00315093994140625, + -0.0038738250732421875, + -0.034698486328125, + 0.046478271484375, + -0.08099365234375, + -0.021270751953125, + 0.034088134765625, + 0.035736083984375, + -0.00733184814453125, + -0.049774169921875, + 0.05865478515625, + -0.0165252685546875, + -0.038818359375, + 0.041717529296875, + -0.0107421875, + -0.036773681640625, + 0.033050537109375, + 0.010589599609375, + 0.01012420654296875, + 0.010223388671875, + 0.052886962890625, + 0.034912109375, + 0.050201416015625, + 0.005062103271484375, + -0.00305938720703125, + 0.00010329484939575195, + 0.006610870361328125, + 0.0309906005859375, + 0.0170440673828125, + 0.03118896484375, + -0.007022857666015625, + 0.018585205078125, + -0.01456451416015625, + -0.08221435546875, + -0.0227203369140625, + -0.04193115234375, + -0.047515869140625, + 0.00565338134765625, + 0.076416015625, + 0.041107177734375, + 0.004413604736328125, + 0.02313232421875, + 0.045654296875, + 0.0131683349609375, + 0.00960540771484375, + -0.00197601318359375, + -0.051422119140625, + -0.046478271484375, + 0.0096588134765625, + 0.0025691986083984375, + -0.0772705078125, + 0.042144775390625, + 0.054931640625, + -0.0038204193115234375, + -0.01549530029296875, + -0.00604248046875, + 0.018585205078125, + 0.057830810546875, + -0.005756378173828125, + 0.004596710205078125, + -0.06982421875, + 0.036346435546875, + 0.0174560546875, + -0.0272674560546875, + -0.01528167724609375, + 0.003692626953125, + -0.040069580078125, + 0.035125732421875, + -0.07806396484375, + 0.0079498291015625, + -0.0006036758422851562, + 0.07269287109375, + 0.0183868408203125, + -0.013946533203125, + -0.0262298583984375, + 0.03717041015625, + 0.03387451171875, + -0.0259246826171875, + 0.015899658203125, + 0.0126495361328125, + -0.0259246826171875, + 0.009246826171875, + 0.054107666015625, + -0.022003173828125, + 0.04791259765625, + 0.00018155574798583984, + -0.063232421875, + 0.00811004638671875, + -0.0133209228515625, + -0.00518798828125, + 0.010894775390625, + -0.04400634765625, + -0.0041046142578125, + -0.04669189453125, + 0.04400634765625, + -0.0036144256591796875, + 0.04296875, + 0.0189971923828125, + -0.01244354248046875, + 0.01776123046875, + 0.0264434814453125, + 0.006763458251953125, + 0.02520751953125, + 0.0309906005859375, + 0.036773681640625, + -0.0096588134765625, + 0.01776123046875, + 0.02685546875, + -0.035736083984375, + 0.037384033203125, + -0.0322265625, + 0.005886077880859375, + -0.046875, + 0.007694244384765625, + 0.0037689208984375, + -0.0240631103515625, + 0.0039520263671875, + -0.0343017578125, + 0.003795623779296875, + -0.0083160400390625, + -0.04150390625, + -0.0089874267578125, + 0.035308837890625, + -0.0369873046875, + 0.0014333724975585938, + 0.0084686279296875, + -0.0174560546875, + 0.01187896728515625, + -0.0570068359375, + 0.07891845703125, + 0.045440673828125, + 0.018280029296875, + -0.0035381317138671875, + 0.054534912109375, + 0.025299072265625, + 0.04132080078125, + 0.01538848876953125, + 0.002155303955078125, + -0.03118896484375, + 0.059478759765625, + 0.0623779296875, + -0.0107421875, + -0.04791259765625, + 0.0119781494140625, + -0.01151275634765625, + -0.029327392578125, + 0.041717529296875, + 0.01806640625, + 0.0215911865234375, + 0.0038471221923828125, + -0.00841522216796875, + -0.00214385986328125, + -0.048126220703125, + 0.048126220703125, + -0.00717926025390625, + -0.00934600830078125, + 0.0305633544921875, + -0.046051025390625, + 0.05535888671875, + 0.00658416748046875, + 0.08221435546875, + -0.029541015625, + 0.04461669921875, + -0.0242767333984375, + -0.0019235610961914062, + -0.01001739501953125, + 0.00841522216796875, + -0.005886077880859375, + 0.037811279296875, + -0.023345947265625, + 0.07061767578125, + 0.040069580078125, + -0.019317626953125, + -0.060302734375, + -0.034698486328125, + 0.002593994140625, + 0.005138397216796875, + 0.0489501953125, + -0.0408935546875, + -0.0205535888671875, + 0.0222015380859375, + 0.0297393798828125, + 0.063232421875, + 0.00841522216796875, + 0.040283203125, + 0.0170440673828125, + -0.020965576171875, + -0.0186920166015625, + -0.0162200927734375 + ], + "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" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Google_Earth_Pro", + "type": "tool", + "name": "Google Earth Pro", + "content": "google earth pro googles professionelle geo-intelligence-plattform bietet forensische capabilities weit jenseits der consumer-version. historische satellitenbilder ab 1984 ermöglichen timeline-analysis von tatorten, gebäude-entwicklungen, umwelt-veränderungen. high-resolution-imagery (bis 60cm/pixel) zeigt details für crime-scene-reconstruction. besonders wertvoll: kml/kmz-import von gps-tracks für movement-analysis, measurement-tools für genaue distanzen, 3d-buildings für sichtlinien-analysen. movie-maker erstellt flyover-animations für jury-präsentationen. the street-view-integration zeigt ground-truth-perspective. polygon-tools markieren search-areas. koordinaten-anzeige in verschiedenen formaten (lat/long, utm, mgrs). offline-caching für field-operations. die kostenlose professional-lizenz (seit 2015) demokratisiert geo-intelligence. gps-data-import von smartphones, fitness-trackern, fahrzeug-systemen. standard-tool für osint-verification und court-room-presentations weltweit. satellite osint fraud-investigation reporting", + "embedding": [ + -0.031402587890625, + 0.026092529296875, + 0.046478271484375, + 0.001312255859375, + 0.0007600784301757812, + 0.025299072265625, + 0.038238525390625, + -0.005687713623046875, + 0.005664825439453125, + -0.009124755859375, + -0.04022216796875, + 0.0394287109375, + -0.0037021636962890625, + -0.01088714599609375, + -0.06591796875, + 0.052978515625, + 0.0061798095703125, + -0.0002053976058959961, + 0.0175628662109375, + -0.0300140380859375, + -0.0249176025390625, + 0.0032367706298828125, + -0.04864501953125, + 0.0244293212890625, + 0.00539398193359375, + 0.0191192626953125, + -0.02099609375, + -0.046112060546875, + -0.0162811279296875, + 0.0019989013671875, + 0.02423095703125, + -0.0180511474609375, + 0.0012807846069335938, + 0.0355224609375, + -0.01422119140625, + -0.01500701904296875, + -0.00862884521484375, + -0.06280517578125, + -0.03961181640625, + 0.0102996826171875, + -0.01064300537109375, + -0.00274658203125, + 0.0290374755859375, + 0.0139312744140625, + -0.0258941650390625, + -0.042755126953125, + -0.017852783203125, + -0.021575927734375, + -0.0019006729125976562, + -0.0099029541015625, + 0.042572021484375, + 0.04296875, + 0.0189361572265625, + -0.003261566162109375, + -0.0135345458984375, + 0.018341064453125, + -0.00409698486328125, + -0.04669189453125, + -0.029815673828125, + 0.0184326171875, + -0.0245208740234375, + 0.0036296844482421875, + -0.01044464111328125, + -0.0002161264419555664, + -0.001232147216796875, + 0.0167694091796875, + -0.007602691650390625, + -0.023345947265625, + 0.03277587890625, + 0.036865234375, + 0.004314422607421875, + 0.0144195556640625, + -0.0189361572265625, + 0.0230560302734375, + -0.0296173095703125, + -0.02423095703125, + 0.005908966064453125, + 0.0162811279296875, + 0.00696563720703125, + -0.01123046875, + -0.06353759765625, + 0.006130218505859375, + 0.06475830078125, + -0.0309906005859375, + -0.02569580078125, + 0.0026607513427734375, + 0.043365478515625, + 0.0105438232421875, + -0.01324462890625, + 0.0153045654296875, + 0.037078857421875, + -0.0002911090850830078, + 0.0262908935546875, + 0.01245880126953125, + 0.01088714599609375, + 0.07177734375, + -0.01520538330078125, + 0.01171875, + -0.012115478515625, + 0.0236358642578125, + 0.006572723388671875, + -0.033355712890625, + 0.05023193359375, + 0.01294708251953125, + 0.04571533203125, + -0.03765869140625, + 0.030792236328125, + -0.015106201171875, + -0.00414276123046875, + -0.037078857421875, + -0.0772705078125, + -0.041595458984375, + -0.0169677734375, + -0.06866455078125, + 0.004070281982421875, + 0.02423095703125, + -0.036865234375, + 0.038848876953125, + -0.06353759765625, + -0.0374755859375, + 0.03021240234375, + 0.04412841796875, + -0.006916046142578125, + 0.0180511474609375, + -0.0276641845703125, + -0.056488037109375, + 0.0245208740234375, + 0.02020263671875, + -0.034332275390625, + -0.0286407470703125, + -0.00853729248046875, + -0.0404052734375, + -0.004268646240234375, + -0.0169677734375, + -0.0013484954833984375, + -0.0171661376953125, + 0.0484619140625, + 0.01500701904296875, + -0.010986328125, + 0.0235443115234375, + 0.01549530029296875, + -0.01274871826171875, + -0.045318603515625, + 0.00652313232421875, + -0.0394287109375, + -0.002857208251953125, + -0.0216827392578125, + 0.047271728515625, + -0.02569580078125, + -0.01108551025390625, + -0.01181793212890625, + 0.0140228271484375, + 0.038055419921875, + 0.0221710205078125, + -0.0140228271484375, + -0.0494384765625, + -0.003383636474609375, + -0.0262908935546875, + 0.0230560302734375, + -0.005687713623046875, + -0.02020263671875, + 0.0144195556640625, + 0.00409698486328125, + 0.0245208740234375, + -0.0091705322265625, + -0.0234375, + -0.0286407470703125, + -0.0021953582763671875, + -0.00165557861328125, + 0.01221466064453125, + 0.0309906005859375, + -0.00620269775390625, + 0.050018310546875, + 0.053741455078125, + 0.0199127197265625, + 0.016876220703125, + -0.021575927734375, + -0.0227508544921875, + 0.028045654296875, + 0.01500701904296875, + 0.006374359130859375, + -0.00365447998046875, + 0.0084381103515625, + -0.0031871795654296875, + 0.015106201171875, + 0.00745391845703125, + -0.01500701904296875, + -0.0157928466796875, + 0.0015506744384765625, + 0.02392578125, + -0.021575927734375, + -0.04571533203125, + 0.004512786865234375, + 0.06903076171875, + 0.03277587890625, + 0.05963134765625, + 0.023345947265625, + -0.01314544677734375, + 0.0258941650390625, + 0.0081939697265625, + -0.00595855712890625, + 0.048858642578125, + -0.0096588134765625, + 0.032958984375, + -0.0007476806640625, + 0.0300140380859375, + -0.00823974609375, + 0.037872314453125, + 0.0268707275390625, + -0.0394287109375, + -0.0022430419921875, + 0.05413818359375, + -0.0185394287109375, + -0.030792236328125, + -0.031402587890625, + -0.037078857421875, + -0.01363372802734375, + -0.0284423828125, + -0.009368896484375, + -0.00853729248046875, + -0.0059356689453125, + -0.044525146484375, + -0.0022563934326171875, + 0.0218658447265625, + -0.0140228271484375, + 0.0179443359375, + 0.0262908935546875, + -0.0204010009765625, + 0.00926971435546875, + -0.005809783935546875, + 0.01068878173828125, + 0.03472900390625, + -0.0052490234375, + -0.002696990966796875, + -0.0111846923828125, + -0.0241241455078125, + 0.027862548828125, + 0.0081939697265625, + 0.0264892578125, + -0.0008826255798339844, + -0.048248291015625, + 0.051788330078125, + -0.0008645057678222656, + 0.0290374755859375, + 0.015594482421875, + -0.01206207275390625, + 0.015106201171875, + 0.0073089599609375, + 0.01113128662109375, + 0.005542755126953125, + -0.055328369140625, + -0.02020263671875, + -0.06866455078125, + -0.00872802734375, + -0.056884765625, + -0.0207977294921875, + -0.02423095703125, + -0.031768798828125, + 0.06591796875, + -0.034912109375, + -0.0213775634765625, + -0.0003478527069091797, + 0.0241241455078125, + -0.041778564453125, + 0.02117919921875, + 0.0179443359375, + -0.021484375, + -0.0169677734375, + 0.0604248046875, + 0.0290374755859375, + -0.0015573501586914062, + -0.0284423828125, + 0.0419921875, + -0.034515380859375, + 0.028045654296875, + -0.038848876953125, + 0.0254974365234375, + 0.0164794921875, + 0.019805908203125, + 0.01520538330078125, + -0.04315185546875, + 0.0244293212890625, + 0.0099029541015625, + 0.0218658447265625, + -0.017852783203125, + 0.004634857177734375, + 0.009613037109375, + 0.004856109619140625, + -0.0073089599609375, + -0.05059814453125, + -0.0010852813720703125, + 0.040985107421875, + 0.02471923828125, + 0.01363372802734375, + 0.01520538330078125, + -0.043365478515625, + 0.01294708251953125, + 0.0231475830078125, + -0.00931549072265625, + 0.0296173095703125, + 0.043365478515625, + -0.032562255859375, + -0.00321197509765625, + 0.0195159912109375, + 0.000560760498046875, + -0.0245208740234375, + -0.0374755859375, + -0.01084136962890625, + 0.00595855712890625, + -0.07257080078125, + 0.00286865234375, + 0.009368896484375, + -0.028045654296875, + 0.0218658447265625, + -0.0162811279296875, + 0.0171661376953125, + -0.02117919921875, + -0.05059814453125, + 0.03021240234375, + -0.058074951171875, + -0.0494384765625, + -0.017364501953125, + 0.06591796875, + 0.01068878173828125, + -0.0021457672119140625, + -0.0200042724609375, + -0.0216827392578125, + -0.0282440185546875, + -0.003505706787109375, + -0.027862548828125, + 0.0170745849609375, + -0.0262908935546875, + 0.0224609375, + 0.046478271484375, + 0.0116729736328125, + -0.0126495361328125, + 0.0513916015625, + 0.0276641845703125, + -0.0048065185546875, + -0.005809783935546875, + 0.0199127197265625, + 0.01451873779296875, + 0.025299072265625, + -0.038238525390625, + -0.0276641845703125, + -0.0227508544921875, + -0.04473876953125, + 0.030792236328125, + 0.025299072265625, + 0.01480865478515625, + 0.02099609375, + -0.0272674560546875, + -0.0105438232421875, + 0.06280517578125, + 0.005687713623046875, + 0.09375, + -0.016876220703125, + -0.0643310546875, + 0.004268646240234375, + 0.01824951171875, + -0.00823974609375, + -0.02197265625, + 0.00234222412109375, + 0.004978179931640625, + -0.01824951171875, + 0.0272674560546875, + -0.027069091796875, + 0.0077972412109375, + -0.037078857421875, + -0.0036773681640625, + 0.01432037353515625, + -0.035308837890625, + 0.021484375, + 0.034332275390625, + 0.0216827392578125, + 0.006622314453125, + 0.002696990966796875, + -0.042572021484375, + -0.007602691650390625, + -0.053741455078125, + -0.02471923828125, + 0.050018310546875, + 0.0404052734375, + 0.00745391845703125, + 0.02117919921875, + -0.05218505859375, + -0.06903076171875, + 0.0355224609375, + -0.035888671875, + 0.07025146484375, + 0.05767822265625, + 0.00838470458984375, + 0.04669189453125, + -0.0181427001953125, + 0.003849029541015625, + 0.0419921875, + 0.0096588134765625, + 0.036865234375, + 0.04296875, + 0.042572021484375, + -0.016876220703125, + -0.0258941650390625, + 0.043731689453125, + 0.0304107666015625, + 0.006866455078125, + 0.00490570068359375, + 0.031585693359375, + 0.040008544921875, + 0.01824951171875, + -0.0089263916015625, + 0.0199127197265625, + 0.0200042724609375, + -0.023834228515625, + -0.020599365234375, + -0.02569580078125, + 0.02667236328125, + -0.0419921875, + -0.00652313232421875, + -0.0019741058349609375, + 0.0264892578125, + 0.0276641845703125, + 0.00005131959915161133, + -0.080810546875, + 0.025115966796875, + 0.0189361572265625, + -0.09771728515625, + 0.0199127197265625, + 0.017364501953125, + -0.0212860107421875, + 0.044921875, + -0.0296173095703125, + -0.054931640625, + 0.032562255859375, + -0.0170745849609375, + -0.036285400390625, + -0.0030155181884765625, + 0.01549530029296875, + -0.0753173828125, + -0.05059814453125, + -0.04473876953125, + 0.003849029541015625, + -0.005466461181640625, + 0.0036296844482421875, + 0.0478515625, + 0.0158843994140625, + 0.007110595703125, + 0.0034332275390625, + 0.049224853515625, + -0.01383209228515625, + -0.039031982421875, + 0.034515380859375, + -0.028045654296875, + -0.05963134765625, + 0.0096588134765625, + 0.012359619140625, + 0.0216827392578125, + -0.071044921875, + 0.001667022705078125, + -0.0018758773803710938, + 0.0028934478759765625, + 0.0098114013671875, + 0.011871337890625, + -0.00794219970703125, + -0.040985107421875, + -0.0249176025390625, + 0.05218505859375, + 0.016571044921875, + 0.035308837890625, + -0.00951385498046875, + -0.06829833984375, + 0.056884765625, + -0.05059814453125, + -0.021087646484375, + -0.016876220703125, + 0.0180511474609375, + -0.027862548828125, + 0.05218505859375, + -0.0249176025390625, + -0.0374755859375, + -0.01314544677734375, + 0.06280517578125, + -0.00946807861328125, + -0.0075531005859375, + -0.05767822265625, + 0.05413818359375, + 0.01161956787109375, + -0.050994873046875, + 0.00765228271484375, + -0.004314422607421875, + -0.0028934478759765625, + 0.0439453125, + -0.0355224609375, + 0.01161956787109375, + 0.002758026123046875, + -0.060028076171875, + 0.0001747608184814453, + -0.048248291015625, + -0.0309906005859375, + -0.03118896484375, + 0.051788330078125, + 0.04962158203125, + 0.007503509521484375, + 0.025299072265625, + 0.01373291015625, + 0.0199127197265625, + 0.0224609375, + 0.02569580078125, + -0.0021820068359375, + 0.0282440185546875, + -0.049041748046875, + -0.033935546875, + -0.006622314453125, + 0.054931640625, + -0.0221710205078125, + -0.00402069091796875, + 0.00745391845703125, + -0.025299072265625, + 0.049041748046875, + 0.004756927490234375, + -0.0296173095703125, + -0.0169677734375, + -0.049835205078125, + -0.0513916015625, + -0.030609130859375, + 0.0189361572265625, + 0.0075531005859375, + 0.0024280548095703125, + 0.0064239501953125, + 0.021087646484375, + -0.058837890625, + -0.0034084320068359375, + 0.0272674560546875, + 0.0116729736328125, + 0.00931549072265625, + -0.00262451171875, + -0.005466461181640625, + -0.0098114013671875, + 0.0159912109375, + -0.031982421875, + -0.0276641845703125, + -0.06280517578125, + 0.0235443115234375, + -0.00926971435546875, + -0.00785064697265625, + -0.0098114013671875, + -0.040985107421875, + -0.040802001953125, + 0.0036296844482421875, + 0.035888671875, + -0.02069091796875, + 0.0304107666015625, + -0.033935546875, + -0.007354736328125, + -0.009857177734375, + -0.027862548828125, + 0.028045654296875, + -0.0135345458984375, + 0.0110321044921875, + 0.015106201171875, + -0.054534912109375, + 0.0296173095703125, + 0.01108551025390625, + 0.02294921875, + -0.002071380615234375, + 0.0419921875, + -0.03765869140625, + 0.0012998580932617188, + -0.0268707275390625, + -0.003482818603515625, + 0.00252532958984375, + -0.0355224609375, + 0.039031982421875, + -0.0272674560546875, + -0.0153045654296875, + 0.02099609375, + 0.004119873046875, + 0.01776123046875, + -0.00563812255859375, + -0.0171661376953125, + 0.006473541259765625, + 0.006374359130859375, + 0.05413818359375, + -0.0232391357421875, + -0.055328369140625, + -0.00024366378784179688, + -0.0027217864990234375, + 0.054931640625, + 0.05413818359375, + -0.010345458984375, + -0.017364501953125, + 0.015594482421875, + 0.0221710205078125, + 0.00020694732666015625, + -0.007354736328125, + -0.028045654296875, + 0.01108551025390625, + 0.0091705322265625, + 0.0355224609375, + 0.0167694091796875, + 0.07257080078125, + 0.025115966796875, + 0.0107421875, + 0.01520538330078125, + 0.082763671875, + 0.05059814453125, + -0.046112060546875, + -0.056884765625, + 0.01245880126953125, + -0.0025386810302734375, + -0.0413818359375, + -0.0286407470703125, + 0.022064208984375, + 0.046295166015625, + -0.0655517578125, + -0.0296173095703125, + -0.0384521484375, + 0.01108551025390625, + 0.00240325927734375, + 0.00833892822265625, + 0.005344390869140625, + 0.022064208984375, + -0.00789642333984375, + -0.028839111328125, + -0.0100555419921875, + -0.01451873779296875, + -0.0027828216552734375, + 0.0284423828125, + 0.037872314453125, + -0.01230621337890625, + 0.0264892578125, + 0.006816864013671875, + 0.0309906005859375, + 0.00799560546875, + 0.0250091552734375, + -0.00975799560546875, + 0.02099609375, + 0.0190277099609375, + 0.04473876953125, + 0.001827239990234375, + -0.04217529296875, + 0.0195159912109375, + 0.01451873779296875, + 0.060821533203125, + 0.07177734375, + -0.0189361572265625, + -0.00296783447265625, + 0.007259368896484375, + -0.03021240234375, + -0.005859375, + 0.00745391845703125, + 0.0250091552734375, + -0.05023193359375, + -0.042572021484375, + 0.01971435546875, + -0.04510498046875, + 0.0274658203125, + 0.0116729736328125, + -0.028839111328125, + 0.00995635986328125, + 0.0364990234375, + -0.0114288330078125, + -0.03863525390625, + 0.0139312744140625, + -0.00583648681640625, + -0.0172576904296875, + -0.0364990234375, + -0.054931640625, + 0.054931640625, + -0.019317626953125, + -0.040618896484375, + -0.007354736328125, + 0.0235443115234375, + -0.037872314453125, + -0.02392578125, + 0.00286865234375, + 0.0024394989013671875, + -0.011962890625, + -0.0272674560546875, + -0.0474853515625, + -0.004512786865234375, + 0.01000213623046875, + -0.0052947998046875, + 0.0181427001953125, + 0.00632476806640625, + -0.049224853515625, + -0.01363372802734375, + 0.0110321044921875, + -0.0374755859375, + 0.026092529296875, + -0.03668212890625, + 0.0458984375, + 0.0195159912109375, + 0.030792236328125, + 0.0484619140625, + 0.0513916015625, + 0.01373291015625, + -0.01274871826171875, + -0.037872314453125, + -0.02667236328125, + 0.004291534423828125, + -0.0116729736328125, + 0.01480865478515625, + -0.074951171875, + 0.02099609375, + 0.0458984375, + -0.0859375, + -0.0016794204711914062, + 0.040985107421875, + -0.023345947265625, + -0.0246124267578125, + 0.01206207275390625, + -0.03570556640625, + 0.01137542724609375, + 0.057281494140625, + -0.0077972412109375, + 0.01274871826171875, + 0.0204010009765625, + -0.02471923828125, + 0.05413818359375, + 0.015106201171875, + 0.03021240234375, + -0.031982421875, + 0.01422119140625, + 0.035888671875, + -0.036285400390625, + 0.007110595703125, + -0.056884765625, + -0.0114288330078125, + 0.04766845703125, + -0.01171875, + -0.005199432373046875, + 0.00024819374084472656, + -0.0274658203125, + 0.0021209716796875, + -0.038055419921875, + 0.036285400390625, + 0.024322509765625, + 0.025299072265625, + -0.053741455078125, + -0.0226593017578125, + 0.00389862060546875, + -0.053741455078125, + -0.0355224609375, + -0.0236358642578125, + 0.0272674560546875, + -0.00034332275390625, + -0.043365478515625, + 0.00946807861328125, + 0.01093292236328125, + 0.007061004638671875, + 0.007259368896484375, + 0.05609130859375, + -0.0662841796875, + -0.019805908203125, + -0.0125579833984375, + 0.00809478759765625, + 0.00389862060546875, + 0.00595855712890625, + -0.02020263671875, + 0.012847900390625, + 0.029815673828125, + -0.050994873046875, + 0.061981201171875, + 0.056488037109375, + -0.0484619140625, + -0.04669189453125, + -0.007160186767578125, + -0.05572509765625, + 0.058837890625, + -0.01549530029296875, + 0.045318603515625, + -0.0174560546875, + -0.006866455078125, + -0.09063720703125, + 0.02471923828125, + -0.007503509521484375, + 0.03924560546875, + 0.06317138671875, + -0.0080413818359375, + -0.06903076171875, + -0.03961181640625, + -0.0166778564453125, + 0.0180511474609375, + -0.0274658203125, + 0.01480865478515625, + -0.0082855224609375, + -0.0130462646484375, + -0.0116729736328125, + -0.0204010009765625, + -0.006717681884765625, + 0.02423095703125, + 0.007602691650390625, + -0.034912109375, + 0.057281494140625, + -0.0184326171875, + 0.030792236328125, + 0.005664825439453125, + -0.0008707046508789062, + 0.01922607421875, + 0.005123138427734375, + -0.054931640625, + -0.0066680908203125, + 0.044921875, + 0.052978515625, + -0.0264892578125, + -0.004241943359375, + -0.0290374755859375, + 0.01020050048828125, + 0.00799560546875, + -0.0181427001953125, + -0.007354736328125, + 0.0016794204711914062, + -0.02423095703125, + -0.04510498046875, + -0.06707763671875, + -0.08160400390625, + 0.00029277801513671875, + -0.0494384765625, + -0.0224609375, + 0.004608154296875, + 0.0218658447265625, + 0.0232391357421875, + -0.05218505859375, + 0.031402587890625, + -0.0005273818969726562, + -0.0038738250732421875, + -0.0218658447265625, + 0.00470733642578125, + -0.022552490234375, + 0.03375244140625, + -0.007354736328125, + -0.03765869140625, + 0.0231475830078125, + -0.018829345703125, + 0.0014410018920898438, + 0.0002834796905517578, + 0.0023784637451171875, + -0.016571044921875, + 0.0236358642578125, + -0.07452392578125, + -0.051788330078125, + 0.020599365234375, + 0.036285400390625, + -0.0034084320068359375, + -0.0189361572265625, + 0.040618896484375, + 0.0020847320556640625, + -0.0533447265625, + 0.038055419921875, + -0.0224609375, + -0.0162811279296875, + -0.004169464111328125, + 0.00897216796875, + 0.028045654296875, + 0.00907135009765625, + 0.0231475830078125, + 0.02392578125, + 0.01500701904296875, + -0.0171661376953125, + 0.0000027418136596679688, + 0.01422119140625, + -0.00409698486328125, + 0.03668212890625, + 0.01873779296875, + 0.025299072265625, + 0.00099945068359375, + 0.01324462890625, + 0.00897216796875, + -0.0733642578125, + -0.007259368896484375, + -0.0216827392578125, + -0.07177734375, + 0.007259368896484375, + 0.05767822265625, + 0.04766845703125, + -0.040008544921875, + 0.0268707275390625, + 0.037261962890625, + 0.004047393798828125, + 0.0017290115356445312, + -0.0268707275390625, + -0.05572509765625, + -0.0207977294921875, + 0.03216552734375, + 0.037261962890625, + -0.048858642578125, + 0.046875, + 0.06353759765625, + -0.004512786865234375, + 0.0004138946533203125, + -0.004291534423828125, + 0.0189361572265625, + 0.043548583984375, + 0.0282440185546875, + 0.006916046142578125, + -0.08001708984375, + -0.01020050048828125, + 0.04296875, + 0.012359619140625, + -0.00627899169921875, + -0.0121612548828125, + -0.047271728515625, + 0.0643310546875, + -0.045501708984375, + -0.016571044921875, + -0.0130462646484375, + 0.084716796875, + 0.028839111328125, + -0.0171661376953125, + -0.00222015380859375, + 0.05609130859375, + 0.005687713623046875, + -0.0167694091796875, + 0.01922607421875, + -0.0091705322265625, + 0.01088714599609375, + 0.032958984375, + 0.04669189453125, + 0.020111083984375, + 0.0413818359375, + 0.022064208984375, + -0.042755126953125, + 0.01480865478515625, + -0.006916046142578125, + 0.01294708251953125, + -0.0300140380859375, + -0.042755126953125, + -0.02923583984375, + -0.05413818359375, + 0.04669189453125, + 0.0276641845703125, + 0.0423583984375, + 0.006916046142578125, + 0.00833892822265625, + -0.02569580078125, + 0.0135345458984375, + -0.01324462890625, + 0.040008544921875, + 0.02069091796875, + 0.00563812255859375, + 0.0161895751953125, + 0.0172576904296875, + 0.0004475116729736328, + -0.0364990234375, + 0.0276641845703125, + -0.03021240234375, + 0.0073089599609375, + -0.030609130859375, + 0.0033588409423828125, + 0.0254974365234375, + -0.000858306884765625, + 0.0203094482421875, + -0.0010356903076171875, + -0.01776123046875, + -0.00931549072265625, + -0.04510498046875, + -0.0164794921875, + 0.007110595703125, + -0.0221710205078125, + 0.0158843994140625, + 0.038055419921875, + -0.01549530029296875, + 0.015594482421875, + -0.0474853515625, + 0.0914306640625, + 0.02392578125, + 0.0423583984375, + -0.0012264251708984375, + 0.028045654296875, + 0.05059814453125, + -0.0036296844482421875, + 0.038055419921875, + 0.0276641845703125, + -0.012847900390625, + 0.047271728515625, + 0.048248291015625, + -0.0102996826171875, + -0.0533447265625, + 0.00872802734375, + -0.0029544830322265625, + -0.0753173828125, + 0.043548583984375, + 0.0057373046875, + -0.005001068115234375, + 0.002513885498046875, + -0.008880615234375, + 0.0119171142578125, + -0.06903076171875, + 0.05572509765625, + 0.0186309814453125, + 0.01274871826171875, + 0.044525146484375, + -0.04510498046875, + 0.036865234375, + 0.00252532958984375, + 0.0384521484375, + -0.037261962890625, + 0.06475830078125, + -0.0304107666015625, + 0.034515380859375, + -0.01451873779296875, + 0.013336181640625, + 0.01015472412109375, + 0.0184326171875, + -0.01922607421875, + 0.04766845703125, + 0.0264892578125, + -0.013336181640625, + -0.0439453125, + -0.001605987548828125, + -0.00701141357421875, + 0.0274658203125, + 0.0458984375, + -0.03924560546875, + -0.034332275390625, + 0.00470733642578125, + 0.031768798828125, + 0.0714111328125, + -0.00858306884765625, + 0.035888671875, + -0.00258636474609375, + -0.0096588134765625, + -0.0049285888671875, + -0.0172576904296875 + ], + "metadata": { + "domains": [ + "fraud-investigation" + ], + "phases": [ + "reporting" + ], + "tags": [ + "satellite", + "osint" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Aircrack_ng", + "type": "tool", + "name": "Aircrack-ng", + "content": "aircrack-ng die legendäre wlan-security-suite vereint seit 2006 alle tools für 802.11-penetration-testing und forensic-wlan-analysis. airodump-ng sammelt packets und zeigt hidden-networks, aireplay-ng injiziert deauth-frames für handshake-capture, aircrack-ng selbst bricht wep-keys in minuten und wpa2-psks mit dictionary-attacks. besonders wertvoll für forensik: packet-capture-analysis identifiziert rogue-aps, client-probing-behavior enthüllt bewegungsprofile, wps-pin-recovery bei legacy-routern. die gpu-acceleration (via pyrit/hashcat) beschleunigt psk-cracking dramatisch. support für moderne standards: wpa3-transition-mode, 802.11ac/ax. scripting-interface automatisiert mass-assessments. cross-platform-verfügbarkeit mit hardware-treiber-support. forensic-mode bewahrt evidence-integrity. integration in penetration-testing-frameworks. der klassiker für wlan-forensik wenn moderne enterprise-wlans kompromittiert wurden. commandline wireless packet-capture injection cracking scenario:credential_theft network-forensics incident-response data-collection analysis", + "embedding": [ + -0.003936767578125, + 0.00498199462890625, + 0.036956787109375, + 0.0190582275390625, + 0.052490234375, + -0.00547027587890625, + 0.005298614501953125, + -0.005977630615234375, + -0.0226593017578125, + -0.0134124755859375, + -0.037139892578125, + 0.0501708984375, + 0.0057373046875, + -0.01739501953125, + -0.06494140625, + 0.05364990234375, + 0.00485992431640625, + 0.018768310546875, + 0.016143798828125, + 0.0030384063720703125, + -0.014678955078125, + -0.0272216796875, + -0.06182861328125, + -0.00262451171875, + -0.015655517578125, + -0.018768310546875, + -0.02606201171875, + -0.06842041015625, + -0.033050537109375, + 0.0093841552734375, + 0.0224609375, + -0.0196380615234375, + 0.0162353515625, + 0.018768310546875, + 0.01006317138671875, + -0.01006317138671875, + -0.014678955078125, + -0.029754638671875, + -0.0154571533203125, + 0.052490234375, + -0.010009765625, + -0.0012884140014648438, + 0.0006651878356933594, + -0.0112762451171875, + -0.038116455078125, + -0.0234222412109375, + -0.00899505615234375, + -0.01244354248046875, + 0.0472412109375, + -0.038116455078125, + 0.0289764404296875, + 0.03753662109375, + 0.00772857666015625, + -0.0062713623046875, + -0.03033447265625, + 0.0015802383422851562, + 0.048614501953125, + -0.0291595458984375, + -0.0367431640625, + 0.052490234375, + -0.05328369140625, + -0.033447265625, + -0.01312255859375, + -0.03656005859375, + -0.00797271728515625, + -0.003597259521484375, + -0.00547027587890625, + -0.041595458984375, + 0.0004162788391113281, + 0.00928497314453125, + 0.031707763671875, + -0.032073974609375, + -0.01555633544921875, + 0.0211029052734375, + -0.0149688720703125, + -0.0406494140625, + 0.0252838134765625, + 0.006999969482421875, + -0.0075836181640625, + -0.01084136962890625, + -0.03558349609375, + 0.0201263427734375, + 0.0462646484375, + -0.0285797119140625, + 0.0094757080078125, + -0.004543304443359375, + 0.0367431640625, + 0.01312255859375, + -0.01010894775390625, + -0.004230499267578125, + 0.03790283203125, + -0.02032470703125, + 0.041412353515625, + -0.0258636474609375, + 0.016815185546875, + 0.04510498046875, + 0.0102081298828125, + -0.0008749961853027344, + -0.003353118896484375, + 0.0305328369140625, + 0.033843994140625, + -0.0262451171875, + 0.07269287109375, + 0.01215362548828125, + 0.04705810546875, + -0.0177001953125, + 0.01273345947265625, + -0.007144927978515625, + -0.0160369873046875, + -0.014678955078125, + -0.0770263671875, + -0.0128326416015625, + -0.0012035369873046875, + -0.0482177734375, + 0.00885009765625, + -0.00021564960479736328, + -0.023529052734375, + 0.05950927734375, + -0.0521240234375, + -0.0258636474609375, + 0.03558349609375, + 0.0096282958984375, + -0.02362060546875, + -0.0128326416015625, + -0.06378173828125, + -0.054443359375, + 0.00262451171875, + 0.025665283203125, + -0.0400390625, + -0.033843994140625, + -0.023529052734375, + -0.0162353515625, + -0.0013551712036132812, + -0.0224609375, + -0.004276275634765625, + -0.02099609375, + 0.032867431640625, + 0.001567840576171875, + -0.009674072265625, + 0.0254669189453125, + 0.03228759765625, + -0.0247955322265625, + -0.052490234375, + 0.020904541015625, + -0.04180908203125, + -0.0212860107421875, + 0.017303466796875, + 0.03131103515625, + -0.0165252685546875, + -0.00241851806640625, + -0.01535797119140625, + 0.0112762451171875, + 0.03228759765625, + -0.0091400146484375, + -0.006221771240234375, + -0.055999755859375, + -0.00952911376953125, + -0.026641845703125, + 0.0160369873046875, + -0.041015625, + -0.0157470703125, + -0.0184783935546875, + -0.054840087890625, + 0.0148773193359375, + -0.02099609375, + -0.0086517333984375, + -0.01117706298828125, + -0.0159454345703125, + 0.0252838134765625, + -0.00860595703125, + 0.01264190673828125, + -0.006366729736328125, + 0.036163330078125, + 0.052490234375, + 0.009674072265625, + 0.031494140625, + 0.006610870361328125, + 0.01195526123046875, + -0.0031833648681640625, + 0.03656005859375, + -0.01428985595703125, + -0.0029277801513671875, + 0.04937744140625, + 0.0171051025390625, + 0.041412353515625, + -0.0024662017822265625, + -0.040435791015625, + -0.0134124755859375, + -0.04510498046875, + 0.0289764404296875, + -0.0190582275390625, + -0.0243988037109375, + -0.007633209228515625, + 0.01983642578125, + 0.0254669189453125, + 0.06842041015625, + 0.035003662109375, + 0.00666046142578125, + 0.0439453125, + 0.00403594970703125, + 0.00748443603515625, + 0.030914306640625, + -0.01273345947265625, + 0.047454833984375, + 0.016326904296875, + 0.01934814453125, + 0.0062713623046875, + 0.04803466796875, + 0.0264434814453125, + -0.037322998046875, + -0.0232391357421875, + 0.036956787109375, + 0.0011301040649414062, + -0.029754638671875, + -0.01059722900390625, + -0.0148773193359375, + -0.0080718994140625, + -0.0097198486328125, + 0.005054473876953125, + -0.003719329833984375, + -0.0134124755859375, + -0.029937744140625, + 0.011566162109375, + 0.0291595458984375, + -0.0232391357421875, + 0.061065673828125, + 0.0305328369140625, + -0.0274200439453125, + -0.009185791015625, + 0.034210205078125, + -0.0012941360473632812, + 0.0289764404296875, + 0.00023090839385986328, + 0.01312255859375, + -0.03656005859375, + -0.0148773193359375, + 0.038299560546875, + 0.039276123046875, + 0.00904083251953125, + 0.00855255126953125, + -0.0567626953125, + 0.050567626953125, + -0.042572021484375, + 0.03656005859375, + 0.026824951171875, + -0.0258636474609375, + 0.0139007568359375, + -0.00695037841796875, + 0.0170135498046875, + 0.0626220703125, + -0.07232666015625, + 0.0027103424072265625, + -0.056396484375, + 0.00250244140625, + -0.100341796875, + -0.02838134765625, + -0.037139892578125, + -0.041015625, + 0.03656005859375, + -0.012054443359375, + -0.0285797119140625, + -0.01273345947265625, + 0.0133209228515625, + -0.02935791015625, + 0.06573486328125, + 0.0043487548828125, + -0.03033447265625, + -0.01837158203125, + 0.07037353515625, + -0.004665374755859375, + -0.01983642578125, + -0.0281982421875, + -0.001312255859375, + 0.0223541259765625, + 0.048797607421875, + -0.0196380615234375, + 0.0009965896606445312, + 0.03228759765625, + 0.005977630615234375, + 0.0237274169921875, + -0.021881103515625, + -0.006366729736328125, + -0.0080718994140625, + 0.032867431640625, + -0.05328369140625, + -0.0006928443908691406, + 0.01312255859375, + 0.004375457763671875, + 0.0049591064453125, + -0.07080078125, + 0.0011243820190429688, + 0.045501708984375, + -0.01788330078125, + 0.036346435546875, + 0.015167236328125, + -0.062225341796875, + -0.006999969482421875, + 0.00366973876953125, + 0.006999969482421875, + 0.0096282958984375, + 0.07427978515625, + -0.044525146484375, + 0.02099609375, + 0.0024662017822265625, + -0.004787445068359375, + -0.035980224609375, + -0.0258636474609375, + -0.01132965087890625, + 0.0107421875, + -0.0501708984375, + -0.033233642578125, + -0.0112762451171875, + -0.00830841064453125, + 0.022064208984375, + 0.00695037841796875, + 0.007534027099609375, + -0.054840087890625, + -0.054046630859375, + 0.0177001953125, + -0.033843994140625, + -0.0196380615234375, + -0.04315185546875, + 0.034423828125, + 0.024017333984375, + 0.017791748046875, + -0.0061492919921875, + -0.01535797119140625, + -0.0439453125, + 0.04278564453125, + 0.0022716522216796875, + 0.0367431640625, + -0.006198883056640625, + 0.036163330078125, + 0.0281982421875, + 0.034423828125, + 0.033233642578125, + 0.049774169921875, + 0.026641845703125, + -0.007244110107421875, + -0.0227508544921875, + 0.01477813720703125, + -0.00432586669921875, + 0.0086517333984375, + -0.008941650390625, + -0.0025882720947265625, + -0.01264190673828125, + -0.01409912109375, + 0.0023937225341796875, + 0.03033447265625, + 0.034210205078125, + 0.0305328369140625, + -0.0185699462890625, + 0.01010894775390625, + 0.0491943359375, + -0.0006957054138183594, + 0.08203125, + -0.0012035369873046875, + -0.04840087890625, + 0.031494140625, + 0.0122528076171875, + -0.0274200439453125, + -0.0023822784423828125, + 0.04412841796875, + 0.02606201171875, + 0.007534027099609375, + 0.0270233154296875, + -0.0243988037109375, + 0.00977325439453125, + -0.0227508544921875, + -0.0186614990234375, + -0.005420684814453125, + -0.01171112060546875, + -0.01428985595703125, + 0.06646728515625, + 0.0472412109375, + 0.012542724609375, + 0.034027099609375, + -0.033233642578125, + -0.035003662109375, + -0.0270233154296875, + -0.061065673828125, + -0.00792694091796875, + 0.032470703125, + 0.01535797119140625, + 0.06805419921875, + -0.028778076171875, + -0.0672607421875, + 0.0035247802734375, + -0.04937744140625, + 0.06646728515625, + 0.02935791015625, + 0.0048370361328125, + 0.042572021484375, + -0.01371002197265625, + 0.01132965087890625, + 0.033233642578125, + -0.0015010833740234375, + 0.03790283203125, + 0.06341552734375, + 0.017303466796875, + 0.0081634521484375, + -0.033050537109375, + 0.00547027587890625, + 0.0222625732421875, + -0.005031585693359375, + -0.03131103515625, + 0.041229248046875, + 0.01055145263671875, + 0.0311126708984375, + -0.06884765625, + 0.04901123046875, + 0.0252838134765625, + -0.01885986328125, + -0.01166534423828125, + -0.01380157470703125, + -0.00666046142578125, + -0.069580078125, + 0.01788330078125, + 0.01137542724609375, + 0.0122528076171875, + 0.0276031494140625, + 0.031707763671875, + -0.0491943359375, + -0.044525146484375, + 0.03363037109375, + -0.058319091796875, + -0.01399993896484375, + 0.0032329559326171875, + -0.0254669189453125, + 0.0160369873046875, + -0.02313232421875, + -0.04803466796875, + -0.007778167724609375, + -0.01477813720703125, + -0.0396728515625, + -0.004009246826171875, + 0.01123046875, + -0.052886962890625, + -0.025665283203125, + -0.02935791015625, + 0.00772857666015625, + -0.0157470703125, + -0.0264434814453125, + 0.056396484375, + 0.005855560302734375, + 0.005031585693359375, + 0.016815185546875, + 0.049774169921875, + 0.0008325576782226562, + -0.034423828125, + 0.0458984375, + 0.00551605224609375, + -0.023529052734375, + 0.011566162109375, + 0.0025882720947265625, + 0.01312255859375, + -0.0181732177734375, + -0.0239105224609375, + 0.002613067626953125, + 0.014678955078125, + 0.012542724609375, + 0.01059722900390625, + -0.035980224609375, + -0.0171051025390625, + -0.050567626953125, + 0.049591064453125, + -0.01006317138671875, + 0.05328369140625, + -0.035003662109375, + -0.0439453125, + 0.02001953125, + -0.057159423828125, + -0.0252838134765625, + 0.00354766845703125, + -0.0062713623046875, + -0.024017333984375, + 0.055206298828125, + -0.012542724609375, + 0.0243988037109375, + 0.0037670135498046875, + 0.03656005859375, + -0.020416259765625, + -0.021392822265625, + -0.0258636474609375, + 0.0239105224609375, + 0.0049591064453125, + -0.046478271484375, + 0.01535797119140625, + -0.02508544921875, + 0.0014276504516601562, + 0.050567626953125, + -0.04296875, + 0.007778167724609375, + -0.01010894775390625, + -0.054840087890625, + -0.036346435546875, + -0.044525146484375, + -0.032867431640625, + -0.036956787109375, + 0.024017333984375, + 0.034423828125, + 0.00885009765625, + -0.007244110107421875, + 0.01322174072265625, + 0.0185699462890625, + 0.019439697265625, + -0.0175933837890625, + -0.0258636474609375, + 0.0233306884765625, + -0.048614501953125, + -0.032073974609375, + -0.0165252685546875, + 0.04315185546875, + -0.0234222412109375, + -0.003475189208984375, + 0.021575927734375, + -0.0023097991943359375, + 0.0179901123046875, + -0.054840087890625, + -0.007678985595703125, + -0.0262451171875, + -0.0357666015625, + -0.01934814453125, + -0.01361083984375, + 0.00354766845703125, + 0.021575927734375, + -0.0159454345703125, + 0.0175933837890625, + 0.024200439453125, + -0.033447265625, + 0.0169219970703125, + 0.0008869171142578125, + -0.0149688720703125, + 0.007244110107421875, + -0.003986358642578125, + 0.005321502685546875, + -0.0036449432373046875, + 0.044921875, + -0.01555633544921875, + -0.034027099609375, + -0.0863037109375, + 0.01171112060546875, + -0.015167236328125, + -0.007289886474609375, + -0.045684814453125, + -0.0606689453125, + -0.06494140625, + -0.0217742919921875, + 0.025665283203125, + 0.018768310546875, + 0.0050811767578125, + 0.005954742431640625, + -0.01526641845703125, + -0.01293182373046875, + -0.03033447265625, + 0.026641845703125, + -0.0148773193359375, + 0.0237274169921875, + 0.0007534027099609375, + -0.0221710205078125, + 0.0248870849609375, + 0.0301361083984375, + 0.007289886474609375, + 0.03033447265625, + 0.0234222412109375, + -0.01361083984375, + 0.0211944580078125, + -0.0258636474609375, + -0.01059722900390625, + 0.0014095306396484375, + -0.0139007568359375, + 0.01934814453125, + -0.009918212890625, + -0.0160369873046875, + 0.0196380615234375, + 0.038299560546875, + 0.032867431640625, + -0.006610870361328125, + -0.009185791015625, + 0.04705810546875, + -0.00023090839385986328, + 0.0272216796875, + -0.022064208984375, + -0.045501708984375, + 0.01428985595703125, + -0.024017333984375, + 0.0462646484375, + 0.036163330078125, + 0.0006561279296875, + -0.02838134765625, + 0.0196380615234375, + 0.06182861328125, + 0.00836181640625, + -0.0501708984375, + -0.01477813720703125, + 0.0050811767578125, + 0.02508544921875, + 0.038299560546875, + -0.01526641845703125, + 0.08050537109375, + -0.01380157470703125, + -0.0018472671508789062, + 0.06573486328125, + 0.08050537109375, + 0.0281982421875, + -0.01361083984375, + -0.0243988037109375, + 0.0175018310546875, + 0.011474609375, + -0.049774169921875, + -0.049591064453125, + -0.00846099853515625, + 0.07196044921875, + -0.059112548828125, + -0.00008547306060791016, + -0.008941650390625, + -0.0133209228515625, + 0.004497528076171875, + 0.0165252685546875, + -0.034210205078125, + 0.018768310546875, + 0.01739501953125, + -0.035980224609375, + -0.037139892578125, + -0.0367431640625, + 0.0080718994140625, + 0.04376220703125, + 0.044708251953125, + -0.041412353515625, + 0.0258636474609375, + 0.03228759765625, + 0.04705810546875, + 0.0305328369140625, + 0.02935791015625, + 0.03656005859375, + 0.0011358261108398438, + 0.03228759765625, + 0.0567626953125, + -0.00748443603515625, + -0.03460693359375, + 0.0057373046875, + 0.025665283203125, + 0.0587158203125, + 0.083984375, + 0.00670623779296875, + -0.01885986328125, + -0.0180816650390625, + -0.0252838134765625, + 0.01039886474609375, + 0.0021514892578125, + -0.027801513671875, + -0.05133056640625, + -0.02459716796875, + 0.0181732177734375, + -0.0191497802734375, + 0.0439453125, + 0.015167236328125, + -0.0262451171875, + -0.031494140625, + 0.0357666015625, + 0.0112762451171875, + -0.03265380859375, + 0.01293182373046875, + -0.0254669189453125, + -0.0122528076171875, + -0.032073974609375, + -0.0121002197265625, + 0.033233642578125, + -0.0010938644409179688, + -0.055206298828125, + -0.003936767578125, + 0.033233642578125, + -0.031707763671875, + -0.0264434814453125, + -0.0237274169921875, + 0.007144927978515625, + -0.0458984375, + -0.054840087890625, + -0.069580078125, + -0.033447265625, + -0.00695037841796875, + -0.0175933837890625, + -0.014190673828125, + -0.0248870849609375, + -0.029937744140625, + -0.00904083251953125, + 0.00670623779296875, + -0.0217742919921875, + 0.036346435546875, + -0.0587158203125, + 0.0347900390625, + 0.036346435546875, + 0.0107421875, + 0.018768310546875, + 0.055999755859375, + -0.00605010986328125, + -0.0115203857421875, + 0.0166168212890625, + -0.05328369140625, + -0.002429962158203125, + 0.0007658004760742188, + 0.01351165771484375, + -0.06414794921875, + 0.002685546875, + 0.021484375, + -0.1026611328125, + 0.0270233154296875, + -0.002017974853515625, + -0.015167236328125, + -0.0400390625, + -0.00005811452865600586, + 0.006320953369140625, + -0.01195526123046875, + 0.077392578125, + -0.0075836181640625, + -0.0226593017578125, + 0.01506805419921875, + -0.0279998779296875, + 0.050567626953125, + 0.00217437744140625, + 0.03753662109375, + -0.035003662109375, + 0.0289764404296875, + 0.01885986328125, + -0.0169219970703125, + 0.00391387939453125, + -0.0606689453125, + 0.0143890380859375, + 0.016143798828125, + 0.015167236328125, + -0.0034503936767578125, + -0.03753662109375, + -0.04412841796875, + -0.0281982421875, + -0.0228424072265625, + 0.0159454345703125, + 0.015167236328125, + 0.004375457763671875, + -0.033233642578125, + -0.031494140625, + -0.0018835067749023438, + -0.038116455078125, + -0.0311126708984375, + -0.01399993896484375, + 0.0406494140625, + 0.00797271728515625, + -0.052490234375, + 0.034423828125, + -0.002685546875, + -0.004787445068359375, + 0.05328369140625, + 0.05133056640625, + -0.042572021484375, + 0.019439697265625, + 0.0061492919921875, + 0.046478271484375, + -0.007534027099609375, + 0.01006317138671875, + -0.0013856887817382812, + 0.011566162109375, + 0.033233642578125, + -0.026641845703125, + 0.031890869140625, + 0.035186767578125, + -0.01035308837890625, + -0.0750732421875, + -0.0190582275390625, + -0.0386962890625, + 0.0212860107421875, + 0.0033054351806640625, + 0.0501708984375, + 0.007389068603515625, + -0.0472412109375, + -0.0882568359375, + 0.031707763671875, + -0.014678955078125, + 0.023529052734375, + 0.00037670135498046875, + -0.029754638671875, + -0.07080078125, + -0.03790283203125, + -0.0075836181640625, + 0.0248870849609375, + -0.0166168212890625, + 0.04608154296875, + 0.004253387451171875, + -0.0036945343017578125, + 0.00772857666015625, + -0.019256591796875, + -0.0122528076171875, + 0.0154571533203125, + 0.02362060546875, + -0.027801513671875, + 0.0758056640625, + -0.06494140625, + 0.0070953369140625, + -0.024505615234375, + -0.0239105224609375, + -0.00957489013671875, + -0.0070953369140625, + -0.0211944580078125, + -0.004154205322265625, + 0.0148773193359375, + 0.04803466796875, + -0.0301361083984375, + 0.0139007568359375, + -0.0167236328125, + 0.044342041015625, + 0.0172119140625, + -0.01555633544921875, + 0.0169219970703125, + -0.0202178955078125, + 0.005031585693359375, + -0.02508544921875, + -0.0731201171875, + -0.07269287109375, + 0.00792694091796875, + -0.0262451171875, + -0.00313568115234375, + -0.01322174072265625, + 0.02032470703125, + 0.016815185546875, + -0.00301361083984375, + 0.0272216796875, + -0.0043487548828125, + -0.019927978515625, + -0.035003662109375, + 0.0311126708984375, + -0.017791748046875, + 0.031890869140625, + -0.00850677490234375, + -0.033050537109375, + 0.028778076171875, + 0.0019197463989257812, + -0.00792694091796875, + -0.00743865966796875, + 0.0158538818359375, + -0.01457977294921875, + 0.01428985595703125, + -0.0921630859375, + -0.046478271484375, + 0.00039505958557128906, + 0.056396484375, + -0.00977325439453125, + -0.0357666015625, + 0.06298828125, + -0.011810302734375, + -0.052490234375, + 0.041229248046875, + -0.0107879638671875, + -0.06414794921875, + 0.03363037109375, + -0.00933074951171875, + 0.033050537109375, + 0.014678955078125, + 0.050567626953125, + 0.02838134765625, + 0.031494140625, + 0.04412841796875, + -0.0179901123046875, + 0.014190673828125, + -0.0143890380859375, + 0.046844482421875, + 0.0175933837890625, + 0.0377197265625, + -0.022064208984375, + 0.034027099609375, + 0.012542724609375, + -0.0968017578125, + -0.00695037841796875, + -0.027801513671875, + -0.029754638671875, + -0.0062713623046875, + 0.08050537109375, + 0.039093017578125, + 0.021392822265625, + 0.02508544921875, + 0.03131103515625, + 0.02294921875, + -0.002017974853515625, + -0.028778076171875, + -0.0606689453125, + -0.02935791015625, + 0.01457977294921875, + -0.003986358642578125, + -0.057159423828125, + 0.0205078125, + 0.050567626953125, + -0.0172119140625, + -0.010162353515625, + -0.007778167724609375, + -0.0007047653198242188, + 0.019439697265625, + 0.01132965087890625, + 0.003864288330078125, + -0.046844482421875, + 0.03265380859375, + 0.03753662109375, + 0.0004191398620605469, + 0.0050811767578125, + -0.009429931640625, + -0.01166534423828125, + 0.034027099609375, + -0.052886962890625, + 0.00981903076171875, + 0.00605010986328125, + 0.07818603515625, + 0.010009765625, + -0.03265380859375, + -0.0005831718444824219, + 0.0158538818359375, + 0.0272216796875, + -0.0021381378173828125, + 0.01064300537109375, + 0.00792694091796875, + -0.02032470703125, + 0.0233306884765625, + 0.03228759765625, + -0.0107421875, + 0.0311126708984375, + 0.0201263427734375, + -0.0606689453125, + 0.03887939453125, + -0.020904541015625, + 0.01885986328125, + -0.008941650390625, + -0.03265380859375, + -0.0239105224609375, + -0.04608154296875, + 0.04376220703125, + 0.03790283203125, + 0.03265380859375, + 0.0008993148803710938, + -0.0031604766845703125, + -0.0171051025390625, + -0.0059051513671875, + 0.02935791015625, + 0.0196380615234375, + 0.007049560546875, + 0.02508544921875, + 0.0228424072265625, + -0.00510406494140625, + 0.0081634521484375, + -0.0227508544921875, + 0.0037670135498046875, + -0.0179901123046875, + 0.01264190673828125, + -0.0606689453125, + -0.0165252685546875, + -0.0019445419311523438, + -0.0270233154296875, + -0.01161956787109375, + -0.0258636474609375, + 0.01555633544921875, + -0.019439697265625, + -0.041015625, + 0.0148773193359375, + 0.05755615234375, + -0.0120086669921875, + 0.0170135498046875, + 0.02001953125, + 0.0233306884765625, + 0.0184783935546875, + -0.0750732421875, + 0.057952880859375, + 0.0419921875, + 0.04296875, + -0.01190948486328125, + 0.0060272216796875, + 0.035400390625, + -0.0171051025390625, + -0.00885009765625, + 0.01322174072265625, + -0.02099609375, + 0.052886962890625, + 0.0191497802734375, + -0.00403594970703125, + -0.0252838134765625, + 0.00743865966796875, + 0.004230499267578125, + -0.035980224609375, + 0.033233642578125, + 0.0148773193359375, + 0.01788330078125, + -0.0012941360473632812, + -0.006855010986328125, + -0.01059722900390625, + -0.055999755859375, + 0.06610107421875, + 0.0307159423828125, + -0.006561279296875, + 0.0252838134765625, + -0.06573486328125, + 0.03558349609375, + 0.01088714599609375, + 0.0295562744140625, + -0.03131103515625, + 0.0472412109375, + -0.0234222412109375, + 0.00408172607421875, + -0.0172119140625, + 0.0158538818359375, + -0.0211944580078125, + 0.027801513671875, + -0.02099609375, + 0.0567626953125, + 0.003864288330078125, + 0.004787445068359375, + -0.0567626953125, + -0.008941650390625, + -0.0035724639892578125, + 0.0439453125, + 0.03558349609375, + -0.048614501953125, + -0.0262451171875, + -0.01837158203125, + 0.0291595458984375, + 0.07427978515625, + 0.00274658203125, + 0.0274200439453125, + -0.00923919677734375, + -0.0078277587890625, + -0.0205078125, + -0.01010894775390625 + ], + "metadata": { + "domains": [ + "network-forensics", + "incident-response" + ], + "phases": [ + "data-collection", + "analysis" + ], + "tags": [ + "commandline", + "wireless", + "packet-capture", + "injection", "cracking", "scenario:credential_theft" ], @@ -36939,1035 +62200,6277 @@ } }, { - "id": "tool_Kali_Linux", + "id": "tool_OnlyOffice", "type": "tool", - "name": "Kali Linux", - "content": "kali linux die legendäre penetration-testing-distribution dient forensikern als schweizer taschenmesser mit 600+ vorinstallierten security-tools. live-boot ermöglicht forensische untersuchungen ohne host-kontamination. forensics-mode deaktiviert auto-mount und netzwerk für saubere akquisition. die tool-kategorien decken alle phasen ab: imaging (dc3dd), carving (foremost), memory-analyse (volatility), netzwerk (wireshark), mobile (adb), krypto (hashcat). metapackages installieren tool-gruppen gezielt. die rolling-release-natur hält alles aktuell. arm-images für raspberry pi und mobile-forensik. nethunter bringt kali aufs smartphone. anpassbare iso-builds für spezialisierte teams. die dokumentation und community sind exzellent. vorsicht: viele tools sind offensiv - klare policies nötig! der standard für incident-response-teams weltweit. gui command-line 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", + "name": "OnlyOffice", + "content": "onlyoffice die kollaborationsfokussierte office-suite kombiniert microsoft-office- kompatibilität mit open-source-flexibilität für forensische team-arbeit. real-time-co-editing ermöglicht simultane report-erstellung durch mehrere ermittler. besonders wertvoll: version-history dokumentiert alle änderungen für audit-trails, comment-system koordiniert review-prozesse, pdf-forms für strukturierte evidence-collection. die plugin-architecture integriert mit nextcloud, owncloud für sichere file-sharing. macro-support (mit sicherheits-sandboxing) automatisiert repetitive analysen. advanced-mail-merge für bulk-correspondence. mathematical- formulas in spreadsheets für statistical-analysis. die self-hosted- deployment-option hält sensitive ermittlungsdaten in-house. enterprise-features: sso-integration, ldap-authentication, custom- branding für behördliche anforderungen. mobile-apps ermöglichen field-documentation. deutlich günstiger als microsoft-lizenzen bei vergleichbarer funktionalität. perfekte balance zwischen features und datenschutz für professionelle forensik-teams. office collaboration collaboration-general reporting", "embedding": [ - -0.035980224609375, - 0.01071929931640625, - 0.045166015625, - 0.00982666015625, - 0.0263519287109375, - 0.043914794921875, - 0.0192413330078125, - -0.01244354248046875, - -0.0269775390625, - 0.001483917236328125, - -0.036590576171875, - 0.0294952392578125, - 0.008209228515625, - -0.022064208984375, - -0.055633544921875, - 0.038482666015625, - -0.0179901123046875, - -0.0006766319274902344, - 0.01009368896484375, - 0.0185089111328125, - -0.023529052734375, - -0.020599365234375, - -0.058135986328125, - -0.004261016845703125, - -0.01155853271484375, - -0.007633209228515625, - -0.0328369140625, - -0.08447265625, - -0.0219573974609375, - -0.01348876953125, - -0.00705718994140625, - -0.018096923828125, - 0.00104522705078125, - 0.034515380859375, - -0.015899658203125, - -0.0099334716796875, - 0.007373809814453125, - -0.018402099609375, - -0.0265655517578125, - 0.03240966796875, - -0.01548004150390625, - -0.006900787353515625, - 0.01155853271484375, - -0.00815582275390625, - -0.0357666015625, - -0.01401519775390625, - -0.010772705078125, - -0.01548004150390625, - 0.021331787109375, - -0.0276031494140625, - 0.0203857421875, - 0.022796630859375, - 0.008575439453125, - -0.016937255859375, - -0.051666259765625, - 0.046417236328125, - 0.04559326171875, - -0.0216522216796875, - -0.034088134765625, - 0.055633544921875, - -0.0401611328125, - -0.0217437744140625, - 0.007633209228515625, - -0.0305328369140625, - 0.0148468017578125, - 0.019134521484375, -0.0207061767578125, - -0.022064208984375, - -0.0061187744140625, - 0.018402099609375, - 0.01207733154296875, - 0.00040030479431152344, - -0.023529052734375, - 0.02667236328125, - -0.00679779052734375, - -0.042877197265625, - 0.0278167724609375, - 0.01934814453125, - 0.0194549560546875, - -0.01129150390625, - -0.033660888671875, - 0.00470733642578125, - 0.034515380859375, - -0.027191162109375, - 0.003948211669921875, - -0.0042877197265625, - 0.0207061767578125, - 0.019134521484375, - -0.005176544189453125, - -0.0218505859375, - 0.0110321044921875, - -0.005306243896484375, - 0.0194549560546875, - -0.01934814453125, - 0.0181884765625, - 0.053955078125, - -0.01568603515625, - -0.0167236328125, - -0.0328369140625, - 0.028656005859375, - 0.0248870849609375, - -0.0175628662109375, - 0.04119873046875, - 0.0016336441040039062, - 0.056060791015625, - -0.049346923828125, - 0.01009368896484375, - -0.01160430908203125, - -0.0240478515625, - -0.02081298828125, - -0.060638427734375, - -0.022796630859375, - -0.02081298828125, - -0.06524658203125, - 0.0013074874877929688, - 0.008941650390625, - -0.019561767578125, - 0.040771484375, - -0.04705810546875, - -0.056060791015625, - 0.028656005859375, - 0.01009368896484375, - -0.00988006591796875, - 0.0026798248291015625, - -0.07696533203125, - -0.03472900390625, - 0.00925445556640625, - 0.0207061767578125, - -0.05291748046875, - -0.0303192138671875, - -0.025299072265625, - -0.034088134765625, - -0.0372314453125, - -0.043701171875, - -0.01464080810546875, - -0.0262451171875, - 0.0430908203125, - -0.00909423828125, - -0.01380157470703125, - 0.01024627685546875, - 0.0204925537109375, - -0.026031494140625, - -0.0677490234375, - 0.01526641845703125, - -0.0229034423828125, - -0.0079498291015625, - -0.00972747802734375, - 0.058563232421875, - -0.01119232177734375, - -0.006744384765625, - 0.00909423828125, - 0.0185089111328125, - 0.05352783203125, - 0.00878143310546875, - 0.01715087890625, - -0.028656005859375, - -0.006534576416015625, - 0.01050567626953125, - 0.018096923828125, - -0.0135955810546875, - -0.01934814453125, - 0.0106658935546875, - -0.01401519775390625, - 0.01165771484375, - -0.01244354248046875, - -0.0223846435546875, - -0.01134490966796875, - -0.01526641845703125, - 0.03765869140625, - 0.004627227783203125, - 0.0179901123046875, - 0.02593994140625, - 0.046844482421875, - 0.048095703125, - 0.0168304443359375, - -0.0013589859008789062, - -0.0175628662109375, - -0.01380157470703125, - 0.03912353515625, - 0.055633544921875, - -0.01641845703125, - -0.0190277099609375, - 0.01328277587890625, - 0.024566650390625, - 0.0204925537109375, - 0.008575439453125, - -0.0328369140625, - -0.013336181640625, - -0.0518798828125, - 0.03179931640625, - -0.0284423828125, - -0.0313720703125, - -0.0007843971252441406, - 0.0269775390625, - -0.0031108856201171875, - 0.046844482421875, - 0.050201416015625, - -0.01082611083984375, - 0.060638427734375, - 0.00232696533203125, - 0.0160980224609375, - 0.01568603515625, - -0.0017518997192382812, - 0.037445068359375, - 0.015899658203125, - 0.01369476318359375, - -0.00679779052734375, - 0.032623291015625, - 0.044952392578125, - -0.01464080810546875, - 0.0094146728515625, - 0.0460205078125, - -0.019561767578125, - -0.0251007080078125, - -0.0201873779296875, - -0.036590576171875, - -0.0015554428100585938, - -0.042022705078125, - -0.00946044921875, - -0.01568603515625, - -0.0187225341796875, - -0.047271728515625, - 0.010040283203125, - 0.04412841796875, - -0.042236328125, - 0.05206298828125, - -0.005252838134765625, - -0.0219573974609375, - -0.01270294189453125, - 0.0292816162109375, - 0.01537322998046875, - 0.0309600830078125, - 0.00588226318359375, - 0.0024566650390625, - 0.000545501708984375, - -0.0236358642578125, - 0.052703857421875, - 0.03680419921875, - 0.028228759765625, - -0.00669097900390625, - -0.0305328369140625, - 0.034912109375, - -0.0357666015625, - 0.03533935546875, - 0.023834228515625, - 0.00936126708984375, - 0.006168365478515625, - -0.0189208984375, - 0.0288543701171875, - 0.051666259765625, - -0.07025146484375, - 0.0013074874877929688, - -0.061492919921875, - -0.0143280029296875, - -0.061065673828125, - -0.0163116455078125, - -0.031158447265625, - -0.0460205078125, - 0.018402099609375, - -0.03240966796875, - -0.03826904296875, - -0.018096923828125, - 0.00679779052734375, - -0.00669097900390625, - 0.04266357421875, - -0.0008692741394042969, - -0.03973388671875, - -0.005908966064453125, - 0.061492919921875, - 0.0038700103759765625, - -0.0207061767578125, - -0.01165771484375, - 0.0177764892578125, - 0.003162384033203125, - 0.00606536865234375, - -0.00569915771484375, - -0.018096923828125, - 0.023529052734375, - 0.0288543701171875, - 0.0307464599609375, - -0.03533935546875, - 0.0343017578125, - 0.007740020751953125, - 0.036590576171875, - -0.034088134765625, - -0.00716400146484375, - 0.01024627685546875, - 0.0036602020263671875, - 0.0086822509765625, - -0.0648193359375, - 0.0160980224609375, - 0.037841796875, - 0.007579803466796875, - 0.0022487640380859375, - -0.002391815185546875, - -0.0677490234375, - 0.0218505859375, - -0.0037384033203125, - 0.016204833984375, - 0.044342041015625, - 0.03240966796875, - -0.0243682861328125, - 0.0132293701171875, - -0.00914764404296875, - 0.002300262451171875, - -0.03533935546875, - -0.045166015625, - -0.019134521484375, - 0.006561279296875, - -0.045166015625, - -0.0232086181640625, - 0.015899658203125, - -0.0119171142578125, + 0.0251922607421875, + 0.044281005859375, + 0.0079193115234375, + 0.036468505859375, + 0.04217529296875, + 0.044677734375, + 0.02252197265625, + -0.027679443359375, + 0.0028629302978515625, + -0.039703369140625, + 0.035888671875, + -0.01708984375, + -0.0115509033203125, + -0.05877685546875, + 0.060333251953125, + -0.0035305023193359375, + 0.023284912109375, + 0.0406494140625, + -0.005870819091796875, + -0.0176544189453125, + -0.0196533203125, + -0.05572509765625, + -0.01364898681640625, + -0.027679443359375, + 0.030548095703125, + -0.00501251220703125, + -0.07598876953125, + -0.0213775634765625, + 0.0005340576171875, + 0.0198516845703125, + -0.025390625, + -0.01178741455078125, + 0.0389404296875, + 0.0243377685546875, + -0.018890380859375, + -0.00098419189453125, + -0.06683349609375, + -0.04962158203125, 0.019561767578125, - -0.0130157470703125, - -0.02081298828125, - -0.0313720703125, - -0.0160980224609375, - 0.0246734619140625, - -0.02520751953125, - -0.038909912109375, - -0.01788330078125, - 0.04266357421875, - 0.007740020751953125, - 0.0135955810546875, - -0.01082611083984375, - -0.0086822509765625, - -0.032012939453125, - 0.031158447265625, - -0.01097869873046875, - 0.048309326171875, - -0.0008072853088378906, - 0.0489501953125, - 0.03387451171875, - 0.040374755859375, - 0.01165771484375, - 0.05645751953125, - 0.0328369140625, - -0.01348876953125, - -0.02227783203125, - 0.0018167495727539062, - -0.0038166046142578125, - 0.01197052001953125, - -0.02008056640625, - -0.0229034423828125, - 0.010772705078125, - -0.0170440673828125, - 0.008941650390625, - 0.024261474609375, - 0.01035308837890625, - 0.0299072265625, - -0.0240478515625, - 0.0265655517578125, - 0.050811767578125, - 0.0190277099609375, - 0.0823974609375, - -0.003032684326171875, - -0.06689453125, - -0.0024051666259765625, - 0.017364501953125, - 0.01134490966796875, - 0.01348876953125, - 0.0343017578125, - 0.01306915283203125, - -0.006900787353515625, - 0.03912353515625, - -0.01061248779296875, - 0.032623291015625, - -0.010406494140625, - -0.0006699562072753906, - 0.0290679931640625, - -0.01202392578125, - -0.0017518997192382812, - 0.052703857421875, - 0.042236328125, - -0.0064849853515625, - 0.0262451171875, - -0.0175628662109375, - -0.0003104209899902344, - -0.0247802734375, - -0.0665283203125, - 0.0079498291015625, - 0.034515380859375, - -0.00753021240234375, - 0.048736572265625, - -0.025299072265625, - -0.08740234375, - 0.028228759765625, - -0.04766845703125, - 0.061920166015625, - 0.0172576904296875, - 0.01380157470703125, - 0.05938720703125, - -0.0211181640625, - 0.0033721923828125, - 0.0251007080078125, - 0.007213592529296875, - 0.0234222412109375, - 0.034088134765625, - 0.03326416015625, - 0.0099334716796875, - -0.024566650390625, - 0.004390716552734375, - 0.032012939453125, - 0.0218505859375, - -0.003582000732421875, - 0.0088348388671875, - 0.00988006591796875, - 0.00037741661071777344, - -0.0518798828125, - 0.0445556640625, - 0.027191162109375, - -0.01092529296875, - 0.00029087066650390625, - -0.028228759765625, - -0.002666473388671875, - -0.053955078125, - 0.00988006591796875, - -0.00753021240234375, - -0.01071929931640625, - 0.0126495361328125, - 0.02520751953125, - -0.050201416015625, - -0.0160980224609375, - 0.046630859375, - -0.07781982421875, - 0.0303192138671875, - 0.004730224609375, - -0.024993896484375, - -0.007579803466796875, - -0.0197601318359375, - -0.048736572265625, - -0.01155853271484375, - -0.01108551025390625, - -0.0328369140625, - 0.0095672607421875, - 0.01526641845703125, - -0.048095703125, - -0.034088134765625, - -0.024993896484375, - -0.01181793212890625, - -0.02374267578125, - -0.0034236907958984375, - 0.0328369140625, - 0.00836181640625, - 0.005306243896484375, - 0.019866943359375, - 0.034912109375, - -0.0009541511535644531, - -0.0269775390625, - 0.046630859375, - -0.006378173828125, - -0.0313720703125, - 0.00669097900390625, - -0.00214385986328125, - 0.01097869873046875, - -0.01548004150390625, - -0.00742340087890625, - 0.004131317138671875, - 0.049346923828125, - 0.0236358642578125, - 0.00742340087890625, - -0.03326416015625, - -0.0246734619140625, - -0.056884765625, - 0.034515380859375, - -0.0216522216796875, - 0.058135986328125, - 0.0048370361328125, - -0.061065673828125, - 0.042236328125, + -0.01422119140625, + -0.00835418701171875, + 0.0362548828125, + 0.029205322265625, + -0.007541656494140625, + -0.027679443359375, + -0.0251922607421875, + -0.030731201171875, + -0.0032215118408203125, + -0.0297698974609375, + 0.0131683349609375, + 0.0211944580078125, + -0.0157470703125, + 0.00696563720703125, + -0.0257720947265625, + 0.0190887451171875, + -0.0027313232421875, + -0.0345458984375, + -0.047149658203125, + 0.0189971923828125, -0.03472900390625, - -0.0239410400390625, - -0.00946044921875, - -0.0141143798828125, - -0.007266998291015625, - 0.055206298828125, - -0.0223846435546875, - -0.007373809814453125, - -0.03765869140625, - 0.03765869140625, - -0.00035119056701660156, - -0.00551605224609375, - -0.031158447265625, - 0.0303192138671875, - 0.038909912109375, - -0.06817626953125, - 0.01312255859375, - -0.0177764892578125, - -0.0219573974609375, - 0.03912353515625, - -0.040771484375, - -0.0035552978515625, - 0.01548004150390625, - -0.08367919921875, - -0.02081298828125, - -0.0386962890625, - -0.0313720703125, - -0.0239410400390625, - 0.018829345703125, - 0.042449951171875, - -0.00145721435546875, - 0.032623291015625, - -0.00009310245513916016, - 0.00815582275390625, - 0.0079498291015625, - -0.0033721923828125, - -0.0160980224609375, - 0.015899658203125, - -0.04266357421875, - -0.062744140625, - -0.0160064697265625, - 0.032623291015625, - -0.0248870849609375, - -0.0160064697265625, - 0.00716400146484375, - -0.0117645263671875, - 0.04119873046875, - -0.0292816162109375, - 0.004390716552734375, - -0.019866943359375, - -0.023529052734375, - -0.031158447265625, - -0.032012939453125, - 0.00669097900390625, - 0.037445068359375, - -0.001575469970703125, - 0.01155853271484375, - 0.0214385986328125, - -0.0518798828125, - 0.04412841796875, - 0.0212249755859375, - 0.02154541015625, - 0.0083160400390625, - -0.0003056526184082031, - -0.02227783203125, - -0.0083160400390625, - 0.0290679931640625, - -0.021331787109375, - -0.032196044921875, - -0.07904052734375, - 0.0209197998046875, - -0.003345489501953125, - -0.0021572113037109375, - -0.0263519287109375, - -0.0328369140625, - -0.08660888671875, - -0.0113983154296875, - 0.023529052734375, - -0.00914764404296875, - -0.002079010009765625, - -0.0299072265625, - -0.0307464599609375, - -0.00168609619140625, - -0.029693603515625, - 0.0278167724609375, - -0.0197601318359375, - 0.026458740234375, - 0.01145172119140625, - -0.047882080078125, - 0.02667236328125, - 0.038055419921875, - 0.034515380859375, - 0.01055908203125, - 0.0309600830078125, - -0.0255126953125, - 0.037841796875, - -0.006168365478515625, - -0.0017518997192382812, - 0.00104522705078125, - -0.0226898193359375, - 0.032623291015625, - -0.007007598876953125, - -0.01495361328125, - 0.00196075439453125, - 0.00002962350845336914, - 0.046234130859375, - -0.007843017578125, - -0.016204833984375, - 0.0280303955078125, - 0.0021572113037109375, - 0.046234130859375, - -0.0309600830078125, - -0.043304443359375, - 0.01197052001953125, - -0.0024318695068359375, - 0.0460205078125, - 0.02374267578125, - -0.0280303955078125, - -0.02154541015625, - 0.038909912109375, - 0.048736572265625, - -0.0269775390625, - -0.0148468017578125, - -0.045379638671875, - 0.00836181640625, - 0.030120849609375, - 0.06317138671875, - 0.0207061767578125, - 0.0941162109375, - 0.00836181640625, - -0.01181793212890625, - 0.032012939453125, - 0.08282470703125, - 0.0247802734375, - -0.03179931640625, - -0.039520263671875, - 0.0199737548828125, - 0.0133819580078125, - -0.040374755859375, - -0.026458740234375, - 0.006011962890625, - 0.09619140625, - -0.071533203125, - -0.002079010009765625, - -0.007740020751953125, - -0.0241546630859375, - 0.0204925537109375, - 0.01255035400390625, + 0.0115509033203125, + 0.0015392303466796875, + 0.0108795166015625, + 0.00634765625, + 0.0190887451171875, + -0.0250091552734375, + -0.020050048828125, + -0.018035888671875, -0.0218505859375, - 0.0299072265625, - 0.0211181640625, - -0.033050537109375, - -0.03240966796875, - -0.00679779052734375, - 0.00878143310546875, - 0.08111572265625, - 0.02593994140625, - -0.0036334991455078125, - 0.031585693359375, - 0.024993896484375, - 0.0276031494140625, - 0.02667236328125, - 0.034088134765625, - 0.0225830078125, - 0.0179901123046875, - 0.025726318359375, - 0.041839599609375, - -0.01348876953125, - -0.0130157470703125, - 0.010040283203125, - 0.00551605224609375, - 0.06689453125, - 0.046630859375, - 0.007320404052734375, - 0.0036602020263671875, - -0.0386962890625, - -0.039947509765625, - 0.0236358642578125, - 0.006275177001953125, - -0.004207611083984375, - -0.049774169921875, - -0.045166015625, - 0.0226898193359375, - -0.02374267578125, - 0.045166015625, - 0.0182952880859375, - -0.037017822265625, - -0.004444122314453125, - 0.0243682861328125, - -0.0155792236328125, - -0.035980224609375, - -0.00778961181640625, - -0.0256195068359375, - -0.0288543701171875, - -0.0401611328125, - -0.02301025390625, - 0.040985107421875, - 0.00205230712890625, - -0.04766845703125, - -0.035552978515625, - 0.0269775390625, - -0.03619384765625, - -0.02667236328125, - -0.034515380859375, - 0.003215789794921875, - -0.051025390625, - -0.0706787109375, - -0.04852294921875, - -0.036376953125, - 0.00643157958984375, - -0.02520751953125, - 0.01233673095703125, - -0.0313720703125, - -0.0168304443359375, - -0.018829345703125, - -0.0175628662109375, - -0.0255126953125, - 0.02227783203125, - -0.032012939453125, - 0.0294952392578125, - -0.0023651123046875, - 0.045166015625, - 0.031585693359375, - 0.0648193359375, - -0.0135955810546875, - -0.016937255859375, - 0.0003056526184082031, - -0.055206298828125, - 0.006168365478515625, - -0.0081024169921875, - 0.0037899017333984375, - -0.0706787109375, - -0.004913330078125, - 0.054779052734375, - -0.07989501953125, - 0.034912109375, - 0.00470733642578125, - -0.0167236328125, - -0.040374755859375, - -0.00804901123046875, - 0.0189208984375, - -0.00010865926742553711, - 0.0982666015625, - 0.0090484619140625, - 0.0135955810546875, - 0.024993896484375, - -0.03912353515625, - 0.053955078125, - 0.035552978515625, - 0.0236358642578125, - -0.051666259765625, - 0.017364501953125, - 0.0232086181640625, - -0.01328277587890625, - 0.03387451171875, - -0.06982421875, - -0.005252838134765625, - 0.0167236328125, - 0.016937255859375, - -0.024566650390625, - -0.004261016845703125, - -0.058135986328125, - -0.007843017578125, - -0.033447265625, - 0.0212249755859375, - -0.00789642333984375, - 0.0113983154296875, - -0.0401611328125, - -0.0232086181640625, - -0.0148468017578125, - -0.048095703125, - -0.033660888671875, - -0.01526641845703125, - 0.03619384765625, - 0.0059356689453125, - -0.056060791015625, - 0.032012939453125, - 0.0007419586181640625, - 0.01244354248046875, - 0.00936126708984375, - 0.0665283203125, - -0.04705810546875, - 0.0307464599609375, - -0.0034236907958984375, - 0.06024169921875, - -0.026458740234375, - 0.01197052001953125, - 0.005229949951171875, - 0.0192413330078125, - 0.03680419921875, - -0.034515380859375, - 0.038055419921875, - 0.0233154296875, - -0.036376953125, - -0.07110595703125, - -0.044952392578125, - -0.0234222412109375, - 0.041412353515625, - 0.006744384765625, - 0.0175628662109375, - -0.023529052734375, - -0.0167236328125, - -0.08489990234375, - 0.037445068359375, - -0.033660888671875, - 0.0155792236328125, - 0.00800323486328125, - 0.009674072265625, - -0.0723876953125, - -0.031158447265625, - -0.0010128021240234375, + 0.0037708282470703125, + 0.04486083984375, + -0.03302001953125, + 0.0167083740234375, + -0.057647705078125, + -0.0389404296875, + 0.00830078125, + 0.047515869140625, + 0.003017425537109375, + 0.0126953125, + -0.062225341796875, + -0.0035076141357421875, + 0.03436279296875, + -0.02557373046875, + -0.04827880859375, + -0.02252197265625, 0.0185089111328125, - -0.042449951171875, - 0.00925445556640625, - -0.00315093994140625, - 0.00669097900390625, - 0.0005064010620117188, - -0.0273895263671875, - 0.00632476806640625, - 0.040985107421875, - 0.0278167724609375, - -0.0203857421875, - 0.06439208984375, - -0.036590576171875, - 0.022796630859375, - -0.0025348663330078125, - -0.0165252685546875, - -0.0133819580078125, - -0.007476806640625, - -0.034515380859375, - 0.019866943359375, - 0.01515960693359375, - 0.048736572265625, - -0.0284423828125, - -0.005252838134765625, - -0.010772705078125, - 0.01071929931640625, - 0.024566650390625, - -0.0280303955078125, - -0.0106658935546875, - -0.0097808837890625, - -0.0094146728515625, - -0.007843017578125, - -0.058990478515625, - -0.0853271484375, - 0.0018434524536132812, - -0.02227783203125, - -0.01255035400390625, - -0.0014963150024414062, - 0.0299072265625, - 0.01207733154296875, - -0.0284423828125, - 0.045379638671875, - -0.00423431396484375, - -0.005046844482421875, - -0.03387451171875, - 0.0299072265625, - -0.0170440673828125, - 0.056884765625, - -0.00305938720703125, - -0.046630859375, - 0.03619384765625, - -0.00753021240234375, - -0.0155792236328125, - -0.0029277801513671875, - 0.0009083747863769531, - -0.01306915283203125, - 0.0027313232421875, - -0.06732177734375, - -0.0258331298828125, - 0.006954193115234375, - 0.049346923828125, - 0.034515380859375, - -0.016204833984375, - 0.055633544921875, - 0.0170440673828125, - -0.061492919921875, - 0.005985260009765625, - -0.028228759765625, - -0.0263519287109375, - -0.00661468505859375, - -0.0016078948974609375, - 0.00569915771484375, - 0.02008056640625, - 0.0518798828125, - 0.0357666015625, - 0.031585693359375, - 0.03326416015625, - -0.037017822265625, - 0.00324249267578125, - -0.01453399658203125, - 0.038055419921875, - 0.0128631591796875, - 0.01233673095703125, - -0.00925445556640625, - 0.009307861328125, - 0.01197052001953125, - -0.0782470703125, - -0.0256195068359375, - -0.0430908203125, - -0.0706787109375, - -0.01071929931640625, - 0.08367919921875, - 0.0263519287109375, - -0.013336181640625, - 0.0386962890625, + 0.0223388671875, + 0.01107025146484375, + 0.0190887451171875, + 0.0419921875, + -0.0242462158203125, + 0.01441192626953125, + -0.04962158203125, 0.03912353515625, - 0.02301025390625, - -0.00397491455078125, - -0.01024627685546875, - -0.0677490234375, - -0.00324249267578125, - 0.00753021240234375, - 0.0084686279296875, - -0.0635986328125, - 0.051239013671875, - 0.06982421875, - -0.0255126953125, - -0.00925445556640625, - -0.00018787384033203125, - -0.003894805908203125, - 0.037017822265625, - 0.002262115478515625, - 0.00988006591796875, - -0.07318115234375, - 0.00588226318359375, - 0.027191162109375, - 0.0041046142578125, - -0.0024051666259765625, - -0.036590576171875, - -0.0017910003662109375, + 0.045989990234375, + -0.00677490234375, + -0.0018968582153320312, + 0.0050811767578125, + 0.0227203369140625, + 0.0167999267578125, + -0.040283203125, + 0.048675537109375, + -0.0078277587890625, + 0.01145172119140625, + -0.03131103515625, + 0.01641845703125, + -0.00677490234375, + -0.0113067626953125, + -0.01187896728515625, + -0.102294921875, + -0.053436279296875, + -0.01546478271484375, + -0.06756591796875, + 0.0038661956787109375, + 0.009307861328125, + -0.004558563232421875, + 0.048492431640625, + -0.0372314453125, + -0.0214691162109375, + 0.02081298828125, + 0.01140594482421875, + -0.011932373046875, + 0.02252197265625, + -0.053436279296875, + -0.07025146484375, 0.017364501953125, - -0.074462890625, - -0.01453399658203125, - 0.026458740234375, - 0.0782470703125, - 0.022064208984375, - -0.02081298828125, - -0.0160064697265625, - 0.0305328369140625, - 0.00872802734375, - -0.033447265625, - 0.027191162109375, - 0.0216522216796875, - -0.0210113525390625, - 0.028228759765625, - 0.039947509765625, - -0.0055694580078125, - 0.049774169921875, - 0.0214385986328125, - -0.0723876953125, - 0.0218505859375, - -0.028656005859375, - 0.01515960693359375, - 0.0036334991455078125, - -0.0303192138671875, - -0.0313720703125, - -0.03973388671875, - 0.043701171875, - 0.00650787353515625, - 0.045806884765625, - 0.0280303955078125, - -0.0020904541015625, - -0.01380157470703125, - -0.005908966064453125, - 0.0143280029296875, - 0.05731201171875, - 0.0288543701171875, - 0.02227783203125, - 0.033447265625, - 0.0036602020263671875, - -0.0006175041198730469, - -0.03326416015625, - 0.037841796875, - -0.0203857421875, - -0.01207733154296875, - -0.05352783203125, - -0.01788330078125, - 0.0022220611572265625, - -0.024261474609375, - -0.007843017578125, - -0.032012939453125, - -0.0128631591796875, - -0.00232696533203125, - -0.04998779296875, - -0.018402099609375, - 0.043487548828125, - -0.02447509765625, - 0.0014314651489257812, - 0.024261474609375, - -0.0016078948974609375, - 0.003582000732421875, - -0.053131103515625, - 0.032196044921875, - 0.0233154296875, - 0.0303192138671875, - -0.0011434555053710938, - -0.01171112060546875, - 0.024566650390625, - -0.0203857421875, - 0.0025482177734375, - 0.004444122314453125, - -0.0328369140625, - 0.054779052734375, - 0.046417236328125, - 0.0181884765625, - -0.0276031494140625, - 0.0143280029296875, - 0.01108551025390625, - -0.0276031494140625, - 0.043701171875, - 0.037017822265625, - 0.0262451171875, - -0.000682830810546875, - -0.01348876953125, - -0.0280303955078125, - -0.06317138671875, - 0.0665283203125, - 0.040374755859375, - 0.0273895263671875, - 0.040557861328125, - -0.048736572265625, - 0.0416259765625, - -0.0010004043579101562, - 0.03472900390625, - -0.05352783203125, - 0.058135986328125, - -0.005306243896484375, - -0.005306243896484375, - -0.0006566047668457031, - 0.005176544189453125, + 0.031494140625, + -0.04046630859375, + -0.0345458984375, + -0.0018014907836914062, + -0.041046142578125, + -0.007015228271484375, + -0.048492431640625, + -0.01488494873046875, + -0.02691650390625, + 0.036834716796875, + 0.005916595458984375, + 0.004962921142578125, + 0.0058441162109375, + 0.021087646484375, + -0.04351806640625, + -0.04962158203125, + -0.0107879638671875, + -0.04962158203125, + -0.0130767822265625, + -0.009307861328125, + 0.05572509765625, + -0.0259552001953125, + -0.0242462158203125, + -0.00620269775390625, + -0.0014677047729492188, + 0.053436279296875, + 0.01641845703125, + 0.0032215118408203125, + -0.00787353515625, + 0.0001424551010131836, + -0.013458251953125, + 0.040283203125, + 0.01364898681640625, + -0.00963592529296875, + 0.0205230712890625, + 0.0185089111328125, + 0.038177490234375, + 0.0036029815673828125, + -0.03472900390625, + -0.006252288818359375, + 0.0228118896484375, + -0.0175628662109375, + 0.0031490325927734375, + 0.0105438232421875, + -0.0017061233520507812, + 0.04962158203125, + 0.04486083984375, + -0.00539398193359375, + 0.050384521484375, + -0.01364898681640625, + -0.0139312744140625, + 0.044464111328125, + 0.01250457763671875, + -0.01178741455078125, + -0.01364898681640625, + 0.05535888671875, + 0.0074920654296875, + 0.003017425537109375, + -0.00467681884765625, + -0.036651611328125, + 0.005680084228515625, + -0.056121826171875, + 0.008544921875, + -0.0345458984375, + -0.0182342529296875, + -0.0212860107421875, + -0.00357818603515625, + 0.026336669921875, + 0.045623779296875, + 0.035308837890625, + 0.002635955810546875, + 0.0282440185546875, + -0.01450347900390625, + 0.0009303092956542969, + 0.017364501953125, + 0.004413604736328125, + 0.0176544189453125, + 0.0135498046875, + 0.01546478271484375, + -0.0020885467529296875, + 0.048095703125, + 0.019561767578125, + -0.033782958984375, + -0.0123138427734375, + 0.045989990234375, -0.01641845703125, - 0.0256195068359375, - -0.03912353515625, - 0.051025390625, - 0.0309600830078125, - -0.03912353515625, - -0.061065673828125, - -0.01171112060546875, - 0.006404876708984375, + -0.038360595703125, + -0.043701171875, + -0.0389404296875, + -0.01174163818359375, + -0.0071563720703125, + -0.017364501953125, + 0.02996826171875, + -0.0220489501953125, + -0.06719970703125, + -0.01259613037109375, + 0.02081298828125, + -0.00949859619140625, + 0.040283203125, + 0.036468505859375, + -0.005916595458984375, + -0.030731201171875, + -0.01107025146484375, + 0.01111602783203125, + 0.037994384765625, + -0.0297698974609375, + 0.027099609375, + -0.004962921142578125, + -0.044677734375, + 0.04351806640625, + 0.030731201171875, + 0.0176544189453125, + 0.0008587837219238281, + -0.0234832763671875, + 0.038177490234375, -0.0041046142578125, - 0.039947509765625, - -0.044952392578125, - 0.00441741943359375, - -0.004207611083984375, + 0.048095703125, + 0.036651611328125, + -0.009735107421875, + 0.00949859619140625, + 0.00949859619140625, + 0.042938232421875, + 0.0309295654296875, + -0.0267181396484375, + -0.00730133056640625, + -0.08856201171875, + -0.00988006591796875, + -0.0660400390625, + -0.0221405029296875, + -0.038543701171875, + -0.060333251953125, + 0.06988525390625, + -0.035888671875, + -0.0005159378051757812, + -0.005725860595703125, + 0.0372314453125, + -0.0237579345703125, + 0.03302001953125, + 0.013458251953125, + -0.02862548828125, + 0.0174713134765625, + 0.07635498046875, + 0.0235748291015625, + -0.0257720947265625, + -0.00878143310546875, + 0.0227203369140625, + 0.01259613037109375, + 0.0003371238708496094, + -0.0244293212890625, + 0.00539398193359375, + 0.040283203125, + 0.03607177734375, + 0.0257720947265625, + -0.031890869140625, + 0.060333251953125, + 0.0015153884887695312, + 0.04522705078125, + -0.0416259765625, + -0.004772186279296875, + -0.009063720703125, + 0.01107025146484375, + -0.004032135009765625, + -0.053436279296875, + 0.029205322265625, + 0.059539794921875, + 0.00997161865234375, + -0.01555633544921875, + 0.0161285400390625, + -0.0199432373046875, + -0.01102447509765625, + 0.009307861328125, + -0.00963592529296875, + 0.035125732421875, + 0.04962158203125, + -0.0416259765625, + -0.00577545166015625, + -0.006298065185546875, + -0.0045318603515625, + -0.011260986328125, + -0.043701171875, + -0.010162353515625, + 0.00839996337890625, + -0.03759765625, + -0.01250457763671875, + 0.0265350341796875, + -0.024139404296875, + -0.00878143310546875, + -0.005462646484375, + 0.021575927734375, + -0.0389404296875, + -0.069091796875, + 0.01221466064453125, + -0.046966552734375, + -0.0196533203125, + -0.0219573974609375, + 0.04638671875, + 0.010498046875, + 0.0257720947265625, + -0.0085906982421875, + -0.031494140625, + -0.033782958984375, + 0.020233154296875, + -0.0157470703125, + 0.00806427001953125, + -0.006252288818359375, + 0.022613525390625, + 0.03472900390625, + 0.051544189453125, + 0.0028743743896484375, + 0.035125732421875, + 0.0182342529296875, + -0.020050048828125, + 0.0027923583984375, + 0.0288238525390625, + 0.01026153564453125, + 0.0341796875, + -0.00016260147094726562, + -0.023956298828125, + 0.014312744140625, + -0.037017822265625, + 0.030548095703125, + 0.0153656005859375, + 0.0311126708984375, + 0.0184173583984375, + -0.023101806640625, + 0.0079193115234375, + 0.045989990234375, + 0.02099609375, + 0.0931396484375, + -0.0251922607421875, + -0.03912353515625, + 0.0036258697509765625, + 0.0280609130859375, + -0.0237579345703125, + -0.032257080078125, + 0.04010009765625, + 0.0034122467041015625, + -0.0010442733764648438, + 0.0328369140625, + -0.020050048828125, + 0.0250091552734375, + -0.02337646484375, + -0.01708984375, + -0.00653839111328125, + -0.02386474609375, + -0.007205963134765625, + 0.0467529296875, + 0.036468505859375, + 0.03741455078125, + -0.0185089111328125, + -0.02032470703125, + -0.02691650390625, + -0.0538330078125, + -0.050384521484375, + 0.020904541015625, + 0.04791259765625, + 0.00988006591796875, + 0.057647705078125, + -0.01517486572265625, + -0.04925537109375, + 0.024810791015625, + -0.0189971923828125, + 0.07403564453125, + 0.0229034423828125, + 0.03570556640625, + 0.0341796875, + -0.0229034423828125, + 0.0119781494140625, + 0.042572021484375, + -0.001300811767578125, + 0.0033168792724609375, + 0.0078277587890625, + 0.0467529296875, + -0.001079559326171875, + -0.042388916015625, + 0.047332763671875, + 0.03265380859375, + 0.0152740478515625, + 0.007541656494140625, + 0.0176544189453125, + 0.0201416015625, + 0.0419921875, + -0.033203125, + 0.03912353515625, + 0.0191802978515625, + -0.040283203125, + -0.00412750244140625, + -0.006084442138671875, + 0.0175628662109375, + -0.041046142578125, + 0.0094451904296875, + 0.0018367767333984375, + 0.031494140625, + 0.00270843505859375, + 0.0290069580078125, + -0.00920867919921875, + 0.0012407302856445312, + 0.01178741455078125, + -0.056884765625, + 0.014312744140625, + 0.03131103515625, + -0.0183258056640625, + 0.0242462158203125, + -0.0174713134765625, + -0.0177459716796875, + 0.0265350341796875, + -0.0093994140625, + -0.0272979736328125, + 0.0086822509765625, + 0.02996826171875, + -0.059173583984375, + -0.033416748046875, + -0.0419921875, + -0.004962921142578125, + 0.00565338134765625, + -0.01422119140625, + 0.03302001953125, + 0.004749298095703125, + -0.01259613037109375, + 0.0179443359375, + 0.050018310546875, + 0.01479339599609375, + -0.0511474609375, + 0.048675537109375, + -0.00839996337890625, + -0.042572021484375, + 0.03167724609375, + 0.024810791015625, + 0.027679443359375, + -0.051544189453125, + -0.0189971923828125, + -0.00446319580078125, + 0.0182342529296875, + 0.0009665489196777344, + 0.00878143310546875, + -0.0257720947265625, + -0.041229248046875, + -0.033966064453125, + 0.0311126708984375, + 0.023101806640625, + 0.046966552734375, + -0.0250091552734375, + -0.0290069580078125, + 0.0257720947265625, + -0.04620361328125, + -0.04180908203125, + -0.0126953125, + 0.023193359375, + -0.0174713134765625, + 0.044677734375, + -0.0056304931640625, + 0.0012769699096679688, + -0.0251922607421875, + 0.072509765625, + 0.0199432373046875, + -0.022430419921875, + -0.048095703125, + 0.058013916015625, + 0.036834716796875, + -0.07177734375, + -0.01021575927734375, + -0.0034351348876953125, + -0.0130767822265625, + 0.033966064453125, + -0.0721435546875, + 0.00768280029296875, + 0.0152740478515625, + -0.059539794921875, + -0.044464111328125, + -0.03570556640625, + -0.005584716796875, + -0.03778076171875, + 0.0211944580078125, + 0.038177490234375, + -0.01259613037109375, + 0.01212310791015625, + -0.0015268325805664062, + 0.023956298828125, + 0.0205230712890625, + -0.0211944580078125, + -0.027862548828125, + 0.0197601318359375, + -0.057647705078125, + -0.01335906982421875, + 0.0018253326416015625, + 0.04827880859375, + -0.0204315185546875, + -0.012786865234375, + 0.00582122802734375, + -0.0244293212890625, + 0.056884765625, + -0.048492431640625, + 0.0059661865234375, + -0.02386474609375, + -0.03265380859375, + -0.0243377685546875, + -0.0160369873046875, + -0.0018253326416015625, + 0.00882720947265625, + 0.005702972412109375, + 0.0138397216796875, + 0.044097900390625, + -0.0721435546875, + 0.01727294921875, + 0.0182342529296875, + 0.001079559326171875, + -0.00412750244140625, + 0.0009722709655761719, + -0.00916290283203125, + -0.0011749267578125, + 0.0116424560546875, + -0.033203125, + -0.04620361328125, + -0.07403564453125, + 0.0328369140625, + -0.0234832763671875, + -0.01364898681640625, + -0.03875732421875, + -0.035308837890625, + -0.0477294921875, + -0.006298065185546875, + 0.0450439453125, + 0.039306640625, + 0.00768280029296875, + -0.010162353515625, + 0.0022068023681640625, + 0.0034122467041015625, + -0.005153656005859375, + 0.024627685546875, + -0.0251922607421875, + 0.005130767822265625, + 0.044097900390625, + -0.068359375, + 0.029388427734375, + 0.009307861328125, + 0.04962158203125, + 0.0008649826049804688, + 0.00098419189453125, + -0.039703369140625, + 0.0221405029296875, + -0.0223388671875, + -0.0303497314453125, + 0.0204315185546875, + -0.0250091552734375, + 0.00887298583984375, + -0.034942626953125, + -0.0054168701171875, + 0.00916290283203125, + 0.031890869140625, + -0.006298065185546875, + -0.0025539398193359375, + -0.00982666015625, + 0.0250091552734375, + 0.0041046142578125, + 0.06298828125, + -0.020050048828125, + -0.053070068359375, + 0.001682281494140625, + -0.00959014892578125, + 0.03472900390625, + 0.05230712890625, + -0.0229034423828125, + -0.026336669921875, + 0.0101165771484375, + 0.01403045654296875, + -0.01441192626953125, + -0.01812744140625, + -0.01326751708984375, + 0.005748748779296875, + 0.0223388671875, + 0.061859130859375, + 0.0131683349609375, + 0.095458984375, + -0.006679534912109375, + 0.0227203369140625, + 0.035308837890625, + 0.054962158203125, + 0.0274810791015625, + -0.038360595703125, + -0.072509765625, + 0.000017523765563964844, + 0.0108795166015625, + -0.033203125, + -0.0229034423828125, + -0.01035308837890625, + 0.0280609130859375, + -0.083251953125, + 0.00010138750076293945, + -0.031890869140625, + 0.0160369873046875, + -0.01030731201171875, + 0.0113067626953125, + 0.0085906982421875, + 0.00925445556640625, + 0.01488494873046875, + -0.041412353515625, + 0.016510009765625, + 0.0005698204040527344, + 0.017181396484375, + 0.04315185546875, + 0.01947021484375, + -0.0185089111328125, + 0.0389404296875, + -0.00011408329010009766, + 0.01021575927734375, + 0.04962158203125, + 0.0467529296875, + 0.0341796875, + 0.01288604736328125, + 0.053436279296875, + 0.06378173828125, + -0.0221405029296875, + -0.0244293212890625, + 0.01140594482421875, + 0.022430419921875, + 0.04925537109375, + 0.0511474609375, + -0.00920867919921875, + -0.0037212371826171875, + 0.0032215118408203125, + -0.0284423828125, + -0.0309295654296875, + 0.003459930419921875, + -0.017364501953125, + -0.0419921875, + -0.059173583984375, + 0.0219573974609375, + -0.04046630859375, + 0.0213775634765625, + 0.01221466064453125, + 0.006633758544921875, + -0.0030422210693359375, + 0.039886474609375, + -0.0182342529296875, + -0.039520263671875, + -0.0012645721435546875, + 0.004367828369140625, + -0.007778167724609375, + -0.03265380859375, + -0.0362548828125, + 0.017364501953125, + -0.007732391357421875, + -0.05230712890625, + 0.004581451416015625, + 0.01555633544921875, + -0.006870269775390625, + -0.018890380859375, + -0.00797271728515625, + 0.016510009765625, + 0.0015506744384765625, + -0.035125732421875, + -0.051910400390625, + -0.035491943359375, + 0.00429534912109375, + -0.0290069580078125, + -0.00897216796875, + -0.013458251953125, + -0.005893707275390625, + -0.00849151611328125, + -0.01727294921875, + 0.008636474609375, + 0.01947021484375, + -0.0311126708984375, + 0.033782958984375, + 0.0267181396484375, + 0.0288238525390625, + 0.050018310546875, + 0.0687255859375, + -0.0018253326416015625, + 0.0197601318359375, + -0.022613525390625, + -0.030548095703125, + 0.01059722900390625, + 0.011932373046875, + 0.0301666259765625, + -0.05078125, + 0.020904541015625, + 0.08056640625, + -0.0782470703125, + 0.031494140625, + 0.0204315185546875, + -0.0272979736328125, + -0.035491943359375, + 0.01035308837890625, + -0.0135498046875, + 0.039703369140625, + 0.0897216796875, + 0.035491943359375, + -0.02557373046875, + 0.004199981689453125, + -0.04180908203125, + 0.059173583984375, + 0.0284423828125, + 0.0176544189453125, + -0.02862548828125, + 0.0015506744384765625, + 0.00801849365234375, + -0.026336669921875, + 0.004486083984375, + -0.07861328125, + -0.0123138427734375, + 0.04925537109375, + -0.0009965896606445312, + -0.0207061767578125, + -0.0221405029296875, + -0.0328369140625, + -0.04217529296875, + -0.027679443359375, + 0.03607177734375, + 0.0272979736328125, + 0.02557373046875, + -0.024810791015625, + -0.0177459716796875, + 0.00696563720703125, + -0.053436279296875, + -0.034942626953125, + -0.0100250244140625, + 0.033416748046875, + 0.004581451416015625, + -0.022613525390625, + 0.0406494140625, + 0.0206146240234375, + -0.0135498046875, + -0.0017061233520507812, + 0.047332763671875, + -0.04217529296875, + 0.0191802978515625, + 0.0033397674560546875, + 0.029205322265625, + -0.022613525390625, + 0.00878143310546875, + 0.0032215118408203125, + 0.00925445556640625, + 0.050384521484375, + -0.0237579345703125, + 0.047515869140625, + 0.0229034423828125, + -0.027862548828125, + -0.0288238525390625, + -0.01517486572265625, + -0.035308837890625, + 0.056121826171875, + -0.011688232421875, + 0.0089263916015625, + -0.0018854141235351562, + -0.035125732421875, + -0.07403564453125, + 0.0130767822265625, + -0.0107879638671875, + -0.0063934326171875, + -0.00658416748046875, + -0.030731201171875, + -0.038360595703125, + -0.020904541015625, + -0.01149749755859375, + 0.0218505859375, + -0.02166748046875, + 0.02099609375, + -0.01149749755859375, + 0.0038661956787109375, + -0.013458251953125, + 0.005176544189453125, + -0.0152740478515625, + 0.042755126953125, + 0.00797271728515625, + -0.01174163818359375, + 0.0511474609375, + -0.0135498046875, + 0.017852783203125, + 0.01145172119140625, + -0.0229034423828125, + -0.0031490325927734375, + -0.018798828125, + -0.0198516845703125, + -0.00412750244140625, + 0.027862548828125, + 0.044464111328125, + -0.008544921875, + -0.0052032470703125, + -0.011260986328125, + -0.0033168792724609375, + 0.0197601318359375, + -0.0183258056640625, + -0.009063720703125, + 0.006443023681640625, + -0.038543701171875, + -0.03131103515625, + -0.046966552734375, + -0.10003662109375, + 0.011932373046875, + -0.054962158203125, + -0.0029468536376953125, + -0.0034122467041015625, + 0.044281005859375, + 0.03131103515625, + -0.0196533203125, + 0.0267181396484375, + -0.01508331298828125, + -0.01007080078125, + -0.0311126708984375, + 0.01441192626953125, + -0.0214691162109375, + 0.05841064453125, + 0.0135498046875, + -0.04962158203125, + 0.0303497314453125, + -0.011688232421875, + -0.01092529296875, + -0.0219573974609375, + 0.00298309326171875, + -0.0274810791015625, + 0.0220489501953125, + -0.07098388671875, + -0.0250091552734375, + 0.0240478515625, + 0.03436279296875, + 0.020904541015625, + -0.037017822265625, + 0.056121826171875, + -0.02862548828125, + -0.0633544921875, + 0.0096893310546875, + -0.0295867919921875, + -0.036834716796875, + 0.0212860107421875, + -0.003269195556640625, + 0.014984130859375, + 0.00039958953857421875, + 0.0265350341796875, + 0.01641845703125, + 0.0265350341796875, + 0.0152740478515625, + -0.020904541015625, + -0.004486083984375, + 0.01555633544921875, + 0.022430419921875, + 0.0372314453125, + 0.0328369140625, + -0.0021839141845703125, + 0.037994384765625, + -0.0113067626953125, + -0.0660400390625, + -0.01422119140625, + -0.037017822265625, + -0.044464111328125, + 0.0033168792724609375, + 0.10614013671875, + 0.033203125, + -0.00254058837890625, + 0.01727294921875, + 0.06683349609375, + 0.039306640625, + 0.0362548828125, + -0.02386474609375, + -0.05877685546875, + 0.0006771087646484375, + 0.01335906982421875, + 0.0176544189453125, + -0.05877685546875, + 0.0303497314453125, + 0.0477294921875, + 0.003387451171875, + -0.0228118896484375, + -0.01035308837890625, + 0.0079193115234375, + 0.05572509765625, + 0.0280609130859375, + -0.004486083984375, + -0.057647705078125, + 0.0199432373046875, + 0.01149749755859375, + 0.0017299652099609375, + -0.01068878173828125, + -0.00835418701171875, + -0.01508331298828125, + 0.036468505859375, + -0.056121826171875, + -0.00017523765563964844, + -0.00046515464782714844, + 0.06451416015625, + 0.0115966796875, + -0.04217529296875, + -0.02691650390625, + 0.053436279296875, + 0.0280609130859375, + -0.023193359375, + 0.01641845703125, + 0.002613067626953125, + -0.006488800048828125, + -0.0020999908447265625, + 0.053070068359375, + 0.00215911865234375, + 0.05877685546875, + 0.004749298095703125, + -0.040863037109375, + 0.05267333984375, + 0.0220489501953125, + 0.0362548828125, + -0.0130767822265625, + -0.044464111328125, + -0.01508331298828125, + -0.043701171875, + 0.033416748046875, + 0.00911712646484375, + 0.02862548828125, + 0.004486083984375, + 0.0108795166015625, + -0.0222320556640625, + 0.00579833984375, + 0.03472900390625, + 0.033416748046875, + 0.0094451904296875, + -0.0093536376953125, + -0.0052032470703125, + 0.0059661865234375, + 0.0139312744140625, + -0.0284423828125, + 0.019561767578125, + -0.036651611328125, + -0.02081298828125, + -0.0303497314453125, + 0.0192718505859375, + -0.0161285400390625, + -0.00844573974609375, + 0.00849151611328125, + -0.0222320556640625, + 0.0229949951171875, + -0.0362548828125, + -0.04010009765625, + 0.0090179443359375, + 0.01116943359375, + -0.015838623046875, + 0.041046142578125, + 0.00949859619140625, + -0.0272979736328125, + 0.012786865234375, + -0.05230712890625, + 0.0897216796875, + 0.0197601318359375, + 0.038543701171875, + 0.001216888427734375, + 0.0219573974609375, + 0.041229248046875, + 0.007205963134765625, + -0.027862548828125, + 0.0311126708984375, + -0.04046630859375, + 0.05078125, + 0.045440673828125, + -0.0052032470703125, + -0.04791259765625, + 0.00336456298828125, + -0.016510009765625, + -0.061859130859375, + 0.01102447509765625, + 0.0282440185546875, + 0.0071563720703125, + -0.0009899139404296875, + -0.01221466064453125, + 0.02691650390625, + -0.050384521484375, + 0.0633544921875, + 0.0288238525390625, + 0.0138397216796875, + 0.032440185546875, + -0.04180908203125, + 0.054962158203125, + 0.026336669921875, + 0.050384521484375, + -0.0235748291015625, + 0.069091796875, + -0.007541656494140625, + 0.0009064674377441406, + 0.0135498046875, + 0.016326904296875, + 0.00801849365234375, + 0.03131103515625, + -0.039703369140625, + 0.04010009765625, + 0.0280609130859375, + -0.0085906982421875, + -0.05877685546875, + -0.0167083740234375, + 0.004436492919921875, + 0.00577545166015625, + 0.039520263671875, + -0.03741455078125, + -0.00489044189453125, + 0.01149749755859375, + 0.04046630859375, + 0.05841064453125, + -0.00839996337890625, + 0.035888671875, + 0.00658416748046875, + -0.0201416015625, + -0.010162353515625, + -0.0244293212890625 + ], + "metadata": { + "domains": [ + "collaboration-general" + ], + "phases": [ + "reporting" + ], + "tags": [ + "office", + "collaboration" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_tcpdump", + "type": "tool", + "name": "tcpdump", + "content": "tcpdump der 1987 entwickelte packet-sniffer bleibt nach fast 40 jahren das fundamentale tool für netzwerk-troubleshooting und traffic-analysis. die bpf-filter-syntax (berkeley packet filter) ermöglicht chirurgisch präzise packet-selektion: \"host 192.168.1.1 and port 80\". besonders wertvoll: memory-effiziente capture auch bei high-speed-interfaces, ascii/hex-output für quick-analysis, timestamp-precision für timeline-correlation. ring-buffer-mode rotiert captures automatisch. die libpcap-basis macht captures kompatibel zu allen major-analysis-tools. remote-capture via ssh-tunneling für network-forensics. integration in scripts für automatisierte collection. besonders geschätzt: die stabilität auch bei defekten frames, minimaler cpu-overhead, verfügbar auf jedem unix-system ohne installation. der syntax mag archaisch wirken, aber die effizienz ist unübertroffen. basis-skill für jeden netzwerk-forensiker und oft einziges tool in restricted environments. pcap cli network-forensics data-collection", + "embedding": [ + -0.0255584716796875, + 0.0005240440368652344, + 0.01384735107421875, + 0.021270751953125, + 0.0577392578125, + 0.01102447509765625, + 0.000545501708984375, + -0.00970458984375, + -0.0201873779296875, + -0.01004791259765625, + -0.048370361328125, + 0.0290679931640625, + 0.0211639404296875, + 0.0009694099426269531, + -0.040374755859375, + 0.057342529296875, + 0.004924774169921875, + -0.0033893585205078125, + -0.01136016845703125, + 0.01629638671875, + -0.00022399425506591797, + -0.0079498291015625, + -0.0176544189453125, + 0.004169464111328125, + -0.005558013916015625, + 0.0021953582763671875, + 0.00848388671875, + -0.07177734375, + -0.0261383056640625, + 0.031402587890625, + -0.0097503662109375, + -0.0221405029296875, + 0.01531219482421875, + 0.005168914794921875, + -0.0196075439453125, + -0.03570556640625, + 0.032379150390625, + -0.044464111328125, + -0.0300445556640625, + 0.0694580078125, + -0.01136016845703125, + 0.0022678375244140625, + -0.0038280487060546875, + -0.020477294921875, + 0.0014200210571289062, + -0.0290679931640625, + 0.021942138671875, + 0.0062408447265625, + 0.02447509765625, + -0.029449462890625, + 0.043304443359375, + 0.02593994140625, + -0.0018529891967773438, + -0.01151275634765625, + -0.062042236328125, + 0.0306243896484375, + 0.05267333984375, + -0.0241851806640625, + -0.044677734375, + 0.043304443359375, + -0.038818359375, + -0.035125732421875, + -0.00785064697265625, + -0.0300445556640625, + 0.0233154296875, + 0.00946044921875, + -0.027313232421875, + -0.0240020751953125, + -0.007904052734375, + -0.01531219482421875, + 0.0096588134765625, + -0.00872802734375, + -0.0030117034912109375, + 0.01502227783203125, + -0.0180511474609375, + -0.04583740234375, + 0.017364501953125, + 0.015411376953125, + 0.0018777847290039062, + 0.004608154296875, + -0.041351318359375, + 0.0267181396484375, + 0.03179931640625, + -0.0220489501953125, + 0.01019287109375, + 0.0009632110595703125, + 0.041748046875, + -0.00658416748046875, + 0.03375244140625, + 0.0166778564453125, + 0.0236053466796875, + -0.0310211181640625, + 0.03997802734375, + -0.0246734619140625, + 0.034515380859375, + 0.04095458984375, + -0.03277587890625, + -0.024871826171875, + -0.00760650634765625, + 0.0222320556640625, + 0.0221405029296875, + -0.0160980224609375, + 0.0557861328125, + 0.0156097412109375, + 0.0236053466796875, + -0.0194091796875, + 0.0013589859008789062, + -0.004413604736328125, + -0.0215606689453125, + -0.0169677734375, + -0.10614013671875, + -0.031402587890625, + -0.032958984375, + -0.046051025390625, + -0.0017681121826171875, + 0.0081939697265625, + -0.00980377197265625, + 0.049163818359375, + -0.06439208984375, + -0.033172607421875, + 0.01404571533203125, + 0.0012311935424804688, + -0.01384735107421875, + -0.0161895751953125, + -0.045440673828125, + -0.04486083984375, + 0.01384735107421875, + 0.01009368896484375, + -0.038421630859375, + -0.0228271484375, + -0.00980377197265625, + 0.004802703857421875, + -0.0086822509765625, + -0.02789306640625, + 0.0034389495849609375, + -0.0182342529296875, + 0.046051025390625, + -0.0002849102020263672, + -0.00495147705078125, + 0.006439208984375, + 0.039215087890625, + 0.0018529891967773438, + -0.05072021484375, + -0.0255584716796875, + -0.0186309814453125, + -0.01204681396484375, + -0.01190185546875, + 0.053070068359375, + -0.0181427001953125, + -0.004535675048828125, + -0.0316162109375, + 0.0300445556640625, + 0.07293701171875, + 0.01229095458984375, + 0.040191650390625, + -0.058135986328125, + -0.02691650390625, + -0.03375244140625, + 0.032958984375, + -0.047393798828125, + -0.01239013671875, + 0.00736236572265625, + -0.0300445556640625, + 0.0136566162109375, + 0.0117034912109375, + -0.0280914306640625, + -0.0230255126953125, + -0.0159912109375, + -0.006168365478515625, + -0.00931549072265625, + 0.0280914306640625, + 0.0026340484619140625, + 0.0538330078125, + 0.056976318359375, + 0.017364501953125, + -0.0002865791320800781, + -0.0005517005920410156, + -0.0033893585205078125, + 0.002231597900390625, + 0.051116943359375, + -0.0310211181640625, + -0.012969970703125, + 0.05462646484375, + -0.01180267333984375, + 0.0136566162109375, + 0.0038280487060546875, + -0.046234130859375, + -0.00634002685546875, + -0.029266357421875, + 0.0236968994140625, + -0.029449462890625, + -0.038421630859375, + -0.0189208984375, + 0.0232086181640625, + -0.006534576416015625, + 0.0577392578125, + 0.024871826171875, + -0.006778717041015625, + 0.063232421875, + -0.00970458984375, + 0.0172576904296875, + 0.00994873046875, + 0.003902435302734375, + 0.01531219482421875, + 0.020782470703125, + -0.004802703857421875, + -0.0271148681640625, + 0.0126800537109375, + 0.029449462890625, + -0.053070068359375, + -0.0232086181640625, + 0.036468505859375, + -0.021453857421875, + -0.035888671875, + -0.030426025390625, + -0.049346923828125, + 0.0007925033569335938, + -0.01155853271484375, + -0.005168914794921875, + -0.00005412101745605469, + 0.0022563934326171875, + -0.03997802734375, + 0.00907135009765625, + 0.0157012939453125, + -0.01580810546875, + 0.07843017578125, + 0.014923095703125, + -0.031219482421875, + -0.0236968994140625, + 0.0210723876953125, + 0.0165863037109375, + 0.01033782958984375, + -0.0286712646484375, + -0.00804901123046875, + 0.00421905517578125, + -0.034332275390625, + 0.058135986328125, + 0.0499267578125, + 0.00634002685546875, + 0.045257568359375, + -0.022430419921875, + 0.0275115966796875, + -0.0136566162109375, + 0.038818359375, + 0.0017557144165039062, + -0.038055419921875, + 0.00907135009765625, + -0.00197601318359375, + 0.0271148681640625, + 0.06475830078125, + -0.037078857421875, + -0.0084381103515625, + -0.0499267578125, + -0.0152130126953125, + -0.08038330078125, + -0.01107025146484375, + -0.0489501953125, + -0.034912109375, + 0.0316162109375, + 0.004364013671875, + -0.022430419921875, + -0.00531768798828125, + 0.00838470458984375, + -0.03082275390625, + 0.043701171875, + -0.0257568359375, + -0.03179931640625, + -0.00634002685546875, + 0.07611083984375, + -0.005584716796875, + -0.0210723876953125, + -0.01433563232421875, + 0.004730224609375, + -0.0018777847290039062, + 0.00951385498046875, + -0.0206756591796875, + 0.0002727508544921875, + 0.0635986328125, + 0.01209259033203125, + 0.040191650390625, + -0.019500732421875, + -0.01184844970703125, + -0.0017309188842773438, + 0.04058837890625, + -0.0235137939453125, + 0.0306243896484375, + 0.0091705322265625, + -0.00951385498046875, + -0.035491943359375, + -0.07061767578125, + 0.00682830810546875, + 0.01502227783203125, + -0.00109100341796875, + 0.0171661376953125, + 0.01209259033203125, + -0.049163818359375, + 0.0185394287109375, + -0.01082611083984375, + 0.03961181640625, + 0.028289794921875, + 0.043304443359375, + -0.0172576904296875, + 0.00634002685546875, + 0.01453399658203125, + 0.00682830810546875, + -0.02984619140625, + -0.031982421875, + -0.0306243896484375, + 0.0069732666015625, + -0.04486083984375, + -0.03179931640625, + 0.0310211181640625, + -0.0084381103515625, + 0.040771484375, + -0.0027561187744140625, + -0.02789306640625, + -0.0216522216796875, + -0.02593994140625, + 0.01326751708984375, + -0.0213623046875, + -0.04388427734375, + -0.037078857421875, + 0.054229736328125, + 0.0211639404296875, + 0.0222320556640625, + -0.01239013671875, + 0.0267181396484375, + -0.054229736328125, + 0.040771484375, + -0.038818359375, + 0.0196990966796875, + 0.02789306640625, + 0.05657958984375, + 0.037078857421875, + 0.0265350341796875, + 0.034149169921875, + 0.055389404296875, + 0.01053619384765625, + 0.00018286705017089844, + 0.002437591552734375, + 0.0189208984375, + 0.00409698486328125, + 0.046417236328125, + -0.018829345703125, + -0.0194091796875, + -0.0131683349609375, + -0.0175628662109375, + -0.00858306884765625, + 0.033355712890625, + 0.02593994140625, + 0.0271148681640625, + -0.013946533203125, + -0.004146575927734375, + 0.063232421875, + -0.00621795654296875, + 0.06475830078125, + -0.004119873046875, + -0.032196044921875, + 0.016387939453125, + 0.0216522216796875, + -0.0196990966796875, + 0.0179443359375, + 0.039215087890625, + 0.0240936279296875, + 0.004852294921875, + 0.01424407958984375, + 0.01160430908203125, + 0.018829345703125, + -0.0175628662109375, + 0.005435943603515625, + -0.007022857666015625, + -0.0232086181640625, + -0.0198974609375, + 0.0753173828125, + 0.020477294921875, + 0.0015850067138671875, + 0.050323486328125, + -0.01082611083984375, + -0.045654296875, + -0.030242919921875, + -0.056182861328125, + -0.0038776397705078125, + 0.039794921875, + 0.0181427001953125, + 0.05853271484375, + -0.02496337890625, + -0.0616455078125, + 0.00858306884765625, + -0.043121337890625, + 0.09912109375, + 0.06048583984375, + 0.01019287109375, + 0.02984619140625, + -0.0218505859375, + 0.003658294677734375, + 0.0251617431640625, + -0.00446319580078125, + -0.01141357421875, + 0.0792236328125, + 0.0141448974609375, + 0.005096435546875, + -0.0261383056640625, + 0.006046295166015625, + 0.032196044921875, + 0.013458251953125, + 0.0015544891357421875, + 0.056976318359375, + 0.01009368896484375, + 0.0177459716796875, + -0.031982421875, + 0.01239013671875, + 0.040771484375, + -0.02789306640625, + 0.0147247314453125, + -0.002109527587890625, + 0.01082611083984375, + -0.03900146484375, + -0.0020599365234375, + 0.02447509765625, + -0.00760650634765625, + 0.0257568359375, + 0.01502227783203125, + -0.034515380859375, + -0.0296478271484375, + 0.058135986328125, + -0.06085205078125, + 0.017852783203125, + 0.032958984375, + -0.0247802734375, + -0.01404571533203125, + -0.01287841796875, + -0.05267333984375, + 0.0030841827392578125, + -0.046417236328125, + -0.033355712890625, + 0.006534576416015625, + 0.015899658203125, + -0.055023193359375, + -0.019317626953125, + -0.033538818359375, + -0.01433563232421875, + -0.0275115966796875, + -0.0276947021484375, + 0.01092529296875, + 0.0215606689453125, + -0.006389617919921875, + 0.0261383056640625, + 0.036102294921875, + -0.032379150390625, + -0.039215087890625, + 0.055023193359375, + 0.0016336441040039062, + -0.038818359375, + 0.007904052734375, + -0.005924224853515625, + 0.007511138916015625, + -0.036865234375, + -0.0152130126953125, + 0.0011091232299804688, + 0.0009021759033203125, + 0.0218505859375, + 0.0172576904296875, + -0.039215087890625, + -0.0257568359375, + -0.01375579833984375, + 0.0280914306640625, + -0.007411956787109375, + 0.031402587890625, + 0.00006020069122314453, + -0.046417236328125, + 0.025360107421875, + -0.06396484375, + -0.0236053466796875, + 0.0215606689453125, + 0.01068115234375, + -0.019989013671875, + 0.07061767578125, + -0.022918701171875, + 0.00139617919921875, + 0.0079498291015625, + 0.034149169921875, + 0.036865234375, + -0.0074615478515625, + -0.040374755859375, + 0.054229736328125, + 0.0255584716796875, + -0.042327880859375, + -0.025360107421875, + -0.0189208984375, + -0.015899658203125, + 0.03997802734375, + -0.038818359375, + -0.00421905517578125, + -0.015411376953125, + -0.04388427734375, + -0.0271148681640625, + -0.0160980224609375, + -0.01078033447265625, + -0.031219482421875, + -0.0015544891357421875, + 0.04876708984375, + 0.0222320556640625, + 0.0231170654296875, + 0.042724609375, + 0.0165863037109375, + 0.02496337890625, + -0.0019512176513671875, + -0.0230255126953125, + -0.00024390220642089844, + -0.0499267578125, + -0.0187225341796875, + 0.005828857421875, + 0.039398193359375, + -0.02984619140625, + -0.0024509429931640625, + 0.00658416748046875, + -0.008148193359375, + 0.0167694091796875, + -0.06671142578125, + -0.0174560546875, + -0.01287841796875, + -0.0265350341796875, + -0.032196044921875, + -0.026336669921875, + 0.020965576171875, + 0.0261383056640625, + -0.037078857421875, + -0.034515380859375, + 0.033172607421875, + -0.013946533203125, + 0.041168212890625, + 0.020294189453125, + -0.013946533203125, + 0.0021209716796875, + -0.0172576904296875, + 0.0146331787109375, + -0.0157012939453125, + 0.044464111328125, + -0.0316162109375, + -0.0236968994140625, + -0.0714111328125, + 0.01180267333984375, + 0.0003886222839355469, + -0.0230255126953125, + -0.01033782958984375, + -0.041351318359375, + -0.05072021484375, + -0.022918701171875, + 0.0284881591796875, + 0.0182342529296875, + 0.006046295166015625, + -0.031219482421875, + -0.0325927734375, + -0.00707244873046875, + -0.01424407958984375, + 0.0194091796875, + -0.04058837890625, + 0.0286712646484375, + -0.01424407958984375, + -0.04156494140625, + 0.04156494140625, + 0.040374755859375, + 0.033172607421875, + 0.035491943359375, + 0.046051025390625, + -0.00823974609375, + 0.029266357421875, + -0.03082275390625, + -0.033172607421875, + -0.00385284423828125, + -0.0017194747924804688, + 0.023895263671875, + -0.01141357421875, + -0.006679534912109375, + 0.015411376953125, + 0.0236968994140625, + 0.0131683349609375, + 0.01004791259765625, + 0.0032672882080078125, + 0.063232421875, + -0.0131683349609375, + 0.04486083984375, + -0.038818359375, + -0.032379150390625, + -0.01233673095703125, + -0.0005059242248535156, + 0.034515380859375, + 0.033538818359375, + -0.01551055908203125, + -0.0240936279296875, + 0.0247802734375, + 0.060089111328125, + -0.0196990966796875, + -0.0284881591796875, + -0.036865234375, + -0.005023956298828125, + 0.0035610198974609375, + 0.041748046875, + -0.0035839080810546875, + 0.06280517578125, + 0.0159912109375, + -0.000667572021484375, + 0.051513671875, + 0.050323486328125, + 0.042327880859375, + -0.007511138916015625, + -0.0175628662109375, + 0.0157012939453125, + 0.0233154296875, + -0.035888671875, + -0.049346923828125, + -0.02691650390625, + 0.08428955078125, + -0.046234130859375, + -0.016387939453125, + -0.00658416748046875, + -0.007122039794921875, + 0.005634307861328125, + 0.0121917724609375, + -0.031219482421875, + 0.04193115234375, + 0.00536346435546875, + -0.06475830078125, + 0.01355743408203125, + -0.0035114288330078125, + 0.01424407958984375, + 0.07177734375, + 0.041351318359375, + -0.00960540771484375, + 0.0107269287109375, + 0.03863525390625, + 0.056182861328125, + 0.025360107421875, + 0.037841796875, + -0.01102447509765625, + 0.018341064453125, + 0.034149169921875, + 0.054229736328125, + -0.0251617431640625, + -0.01433563232421875, + 0.0245819091796875, + 0.0518798828125, + 0.07025146484375, + 0.05267333984375, + 0.0074615478515625, + -0.0164794921875, + -0.0286712646484375, + -0.0306243896484375, + 0.005096435546875, + -0.0007863044738769531, + -0.0107269287109375, + -0.0218505859375, + -0.045257568359375, + 0.034515380859375, + -0.033538818359375, + 0.0316162109375, + 0.0180511474609375, + -0.0286712646484375, + -0.01141357421875, + 0.040771484375, + -0.0160980224609375, + -0.053436279296875, + 0.03179931640625, + -0.04290771484375, + -0.047210693359375, + -0.01068115234375, + -0.00951385498046875, + 0.050323486328125, + -0.014434814453125, + -0.08270263671875, + -0.01082611083984375, + 0.039794921875, + -0.030426025390625, + -0.032958984375, + -0.0191192626953125, + 0.00926971435546875, + -0.0218505859375, + -0.0233154296875, + -0.06048583984375, + -0.035491943359375, + 0.0017557144165039062, + -0.02691650390625, + 0.0103912353515625, + 0.003536224365234375, + -0.033355712890625, + 0.01029205322265625, + -0.0186309814453125, + -0.01087188720703125, + 0.042144775390625, + -0.046417236328125, + 0.045257568359375, + 0.0271148681640625, + 0.017364501953125, + 0.00955963134765625, + 0.041168212890625, + -0.019500732421875, + -0.013458251953125, + 0.00833892822265625, + -0.07611083984375, + -0.0026454925537109375, + -0.00658416748046875, + 0.0019388198852539062, + -0.0714111328125, + 0.0014142990112304688, + 0.039398193359375, + -0.06243896484375, + 0.018341064453125, + -0.0240936279296875, + -0.0208740234375, + -0.046630859375, + 0.0300445556640625, + -0.0004878044128417969, + 0.004024505615234375, + 0.0850830078125, + 0.027313232421875, + -0.0222320556640625, + 0.0077056884765625, + -0.048583984375, + 0.04156494140625, + 0.0114593505859375, + 0.038818359375, + -0.0271148681640625, + 0.0159912109375, + 0.0290679931640625, + -0.006439208984375, + 0.007266998291015625, + -0.0831298828125, + -0.003292083740234375, + 0.0225372314453125, + 0.0159912109375, + -0.0030727386474609375, + -0.0181427001953125, + -0.04779052734375, + -0.01107025146484375, + -0.0310211181640625, + 0.0231170654296875, + 0.017852783203125, + -0.003925323486328125, + -0.0286712646484375, + 0.00682830810546875, + -0.018341064453125, + -0.055023193359375, + -0.050323486328125, + -0.022918701171875, + 0.03570556640625, + 0.0177459716796875, + -0.06591796875, + 0.0306243896484375, + 0.0255584716796875, + -0.00951385498046875, + 0.013946533203125, + 0.0489501953125, + -0.055389404296875, + -0.0027313232421875, + -0.004047393798828125, + 0.0205841064453125, + 0.00360870361328125, + -0.007904052734375, + 0.01204681396484375, + 0.007167816162109375, + 0.033172607421875, + -0.0159912109375, + 0.03179931640625, + 0.058135986328125, + -0.01009368896484375, + -0.06439208984375, + -0.0201873779296875, + -0.01009368896484375, + 0.0211639404296875, + 0.016387939453125, + 0.04974365234375, + 0.027313232421875, + -0.037841796875, + -0.08233642578125, + 0.023406982421875, + -0.01131439208984375, + 0.031402587890625, + 0.00124359130859375, + -0.01160430908203125, + -0.060089111328125, + -0.042327880859375, + -0.01482391357421875, + 0.019317626953125, + -0.0175628662109375, + 0.04095458984375, + 0.01082611083984375, + -0.01102447509765625, + 0.02789306640625, + -0.0009202957153320312, + 0.004779815673828125, + 0.039398193359375, + 0.0217437744140625, + -0.050323486328125, + 0.0596923828125, + -0.0231170654296875, + 0.0276947021484375, + -0.041351318359375, + 0.00115203857421875, + -0.015899658203125, + 0.0126800537109375, + -0.03900146484375, + -0.03179931640625, + 0.025360107421875, + 0.04388427734375, + 0.000022113323211669922, + -0.00897216796875, + -0.0192108154296875, + 0.0136566162109375, + 0.02691650390625, + -0.013458251953125, + 0.019805908203125, + -0.00312042236328125, + 0.01433563232421875, + -0.040191650390625, + -0.0655517578125, + -0.10614013671875, + 0.00858306884765625, + -0.044677734375, + 0.00324249267578125, + 0.0010480880737304688, + -0.000545501708984375, + 0.0226287841796875, + -0.0210723876953125, + 0.005340576171875, + -0.0079498291015625, + -0.01239013671875, + -0.04974365234375, + 0.00921630859375, + -0.007167816162109375, + 0.0247802734375, + 0.0010671615600585938, + -0.035125732421875, + 0.0189208984375, + 0.0019512176513671875, + -0.0102386474609375, + -0.0316162109375, + 0.0210723876953125, + -0.0221405029296875, + 0.0192108154296875, + -0.07293701171875, + -0.030426025390625, + 0.0176544189453125, + 0.06243896484375, + 0.0306243896484375, + -0.0310211181640625, + 0.05657958984375, + 0.00109100341796875, + -0.08697509765625, + 0.03997802734375, + -0.01326751708984375, + -0.037445068359375, + 0.032196044921875, + -0.0196990966796875, + 0.00936126708984375, + 0.0024013519287109375, + 0.0557861328125, + 0.044281005859375, + 0.0126800537109375, + 0.032379150390625, + -0.0246734619140625, + -0.01126861572265625, + -0.0192108154296875, + 0.0194091796875, + 0.01229095458984375, + 0.030426025390625, + -0.0064849853515625, + 0.0203857421875, + -0.0220489501953125, + -0.09326171875, + -0.0035114288330078125, + -0.035491943359375, + -0.04254150390625, + -0.00970458984375, + 0.061248779296875, + 0.052276611328125, + 0.0009450912475585938, + 0.020782470703125, + 0.034912109375, + 0.0228271484375, + 0.0067291259765625, + -0.0021572113037109375, + -0.051513671875, + -0.013946533203125, + 0.014923095703125, + 0.00799560546875, + -0.060089111328125, + 0.04095458984375, + 0.043701171875, + -0.00756072998046875, + -0.0240020751953125, + 0.0236053466796875, + -0.0034618377685546875, + 0.031402587890625, + 0.029449462890625, + 0.0240936279296875, + -0.060089111328125, + 0.003658294677734375, + 0.006290435791015625, + 0.006439208984375, + 0.002925872802734375, + -0.00511932373046875, + -0.0265350341796875, + 0.0236053466796875, + -0.03570556640625, + 0.016387939453125, + 0.0213623046875, + 0.08233642578125, + 0.01053619384765625, + -0.043487548828125, + -0.0196075439453125, + 0.044677734375, + 0.037445068359375, + -0.0103912353515625, + 0.00984954833984375, + 0.01053619384765625, + -0.003902435302734375, + 0.0261383056640625, + 0.04095458984375, + -0.0014448165893554688, + 0.03375244140625, + 0.01078033447265625, + -0.055389404296875, + 0.020965576171875, + -0.006633758544921875, + 0.0198974609375, + -0.003047943115234375, + -0.01326751708984375, + -0.0286712646484375, + -0.05657958984375, + 0.027313232421875, + 0.031402587890625, + 0.034912109375, + -0.0003337860107421875, + 0.003925323486328125, + 0.0010976791381835938, + -0.01580810546875, + 0.022918701171875, + 0.043304443359375, + 0.0251617431640625, + 0.0102386474609375, + 0.033935546875, + 0.0136566162109375, + -0.004756927490234375, + -0.013458251953125, + 0.031402587890625, + -0.044464111328125, + 0.00911712646484375, + -0.06591796875, + 0.0169677734375, + -0.0007681846618652344, + -0.03863525390625, + -0.00785064697265625, + -0.039215087890625, + 0.022430419921875, + -0.01629638671875, + -0.041351318359375, + 0.0015726089477539062, + 0.05267333984375, + -0.0171661376953125, + 0.0034618377685546875, + 0.0156097412109375, + 0.0036334991455078125, + 0.0203857421875, + -0.046630859375, + 0.05889892578125, + 0.034515380859375, + 0.0196990966796875, + -0.0184326171875, + 0.01200103759765625, + 0.032379150390625, + 0.0102386474609375, + -0.006290435791015625, + 0.042724609375, + -0.04058837890625, + 0.0518798828125, + 0.0211639404296875, + 0.0109710693359375, + -0.033935546875, + 0.0109710693359375, + 0.03082275390625, + -0.03668212890625, + 0.050323486328125, + 0.00994873046875, + 0.00902557373046875, + -0.01629638671875, + 0.007411956787109375, + -0.030242919921875, + -0.04156494140625, + 0.054229736328125, + 0.015899658203125, + 0.00482940673828125, + 0.0184326171875, + -0.05267333984375, + 0.06085205078125, + 0.000743865966796875, + 0.039794921875, + -0.06866455078125, + 0.0325927734375, + -0.0198974609375, + 0.01335906982421875, + -0.003414154052734375, + 0.014923095703125, + -0.00878143310546875, + 0.00809478759765625, + -0.0023288726806640625, + 0.060089111328125, + 0.01102447509765625, + -0.0166778564453125, + -0.051116943359375, + 0.01107025146484375, + 0.0165863037109375, + -0.005340576171875, + -0.0020236968994140625, + -0.058135986328125, + -0.005706787109375, + 0.0275115966796875, + 0.034149169921875, + 0.06048583984375, + 0.00736236572265625, + 0.02984619140625, + -0.00862884521484375, + -0.0030364990234375, + 0.0033397674560546875, + -0.0089263916015625 + ], + "metadata": { + "domains": [ + "network-forensics" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "pcap", + "cli" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Suricata", + "type": "tool", + "name": "Suricata", + "content": "suricata die open-source-ids/ips-engine der oisf revolutioniert netzwerk-security- monitoring durch multi-threading und moderne protokoll-decoder. lua-scripts ermöglichen custom-detection-logic jenseits einfacher pattern-matching. besonders mächtig: http-keyword-matching in request-bodies, tls-certificate- fingerprinting, dns-tunneling-detection, file-extraction aus netzwerk- streams. die json-ausgabe integriert nahtlos in elk-stack oder splunk. rule-updates von proofpoint, emerging-threats halten signaturen aktuell. bypass-funktionen reduzieren false-positives bei bekanntem traffic. hardware-acceleration durch dpdk/pf_ring steigert performance auf 100gbit+. cluster-mode verteilt load über mehrere instanzen. die engine bildet das herzstück kommerzieller siem-systeme von elastic security bis wazuh. python-output-plugins ermöglichen custom-integrations. unverzichtbar für moderne socs die leistungsstarke threat-detection ohne vendor-lock-in benötigen. der de-facto-standard für open-source-nsm. ids nsm network-forensics analysis", + "embedding": [ + -0.018096923828125, + 0.0267181396484375, + 0.04150390625, + 0.035430908203125, + 0.0250244140625, + 0.0195159912109375, + 0.0129852294921875, + -0.0231170654296875, + -0.026153564453125, + 0.0021915435791015625, + -0.030517578125, + 0.038299560546875, + 0.01013946533203125, + -0.005023956298828125, + -0.060638427734375, + 0.05572509765625, + 0.0017414093017578125, + -0.00919342041015625, + 0.01326751708984375, + 0.019805908203125, + -0.0152587890625, + -0.0107574462890625, + -0.051544189453125, + -0.0028438568115234375, + -0.0194244384765625, + -0.0047607421875, + 0.0166778564453125, + -0.06292724609375, + -0.0076751708984375, + 0.00885772705078125, + 0.01554107666015625, + -0.0322265625, + 0.008575439453125, + 0.03204345703125, + -0.00124359130859375, + -0.031463623046875, + 0.034881591796875, + -0.05230712890625, + -0.0135498046875, + 0.0428466796875, + -0.024444580078125, + 0.038848876953125, + 0.0033397674560546875, + -0.00971221923828125, + -0.0274810791015625, + -0.053436279296875, + -0.0036258697509765625, + -0.021697998046875, + 0.01885986328125, + -0.0293731689453125, + 0.02691650390625, + 0.01515960693359375, + 0.01335906982421875, + -0.0002887248992919922, + -0.0504150390625, + 0.009429931640625, + 0.028045654296875, + -0.003246307373046875, + -0.03753662109375, + 0.050811767578125, + -0.028045654296875, + -0.007297515869140625, + -0.005733489990234375, + -0.01232147216796875, + 0.023590087890625, + 0.00649261474609375, + -0.01506805419921875, + -0.0291900634765625, + 0.001800537109375, + -0.00762939453125, + 0.0272979736328125, + -0.02691650390625, + 0.001125335693359375, + 0.0257720947265625, + -0.029571533203125, + -0.031463623046875, + 0.015350341796875, + 0.02142333984375, + 0.0176239013671875, + 0.0140228271484375, + -0.038665771484375, + 0.01198577880859375, + 0.0504150390625, + -0.00653839111328125, + -0.010284423828125, + -0.01279449462890625, + 0.0360107421875, + -0.00701141357421875, + 0.016876220703125, + 0.005329132080078125, + 0.004169464111328125, + -0.0089569091796875, + 0.053070068359375, + -0.001575469970703125, + 0.04095458984375, + 0.056854248046875, + -0.03961181640625, + -0.0272979736328125, + -0.0017766952514648438, + 0.04150390625, + 0.0174407958984375, + -0.0209503173828125, + 0.047576904296875, + -0.020751953125, + 0.059906005859375, + -0.01364898681640625, + 0.00881195068359375, + -0.036376953125, + 0.0221710205078125, + 0.00791168212890625, + -0.100830078125, + -0.0394287109375, + -0.01374053955078125, + -0.06707763671875, + -0.0236968994140625, + -0.006443023681640625, + -0.0159149169921875, + 0.025970458984375, + -0.051177978515625, + -0.039794921875, + 0.0299530029296875, + 0.031829833984375, + 0.0152587890625, + 0.0265350341796875, + -0.035430908203125, + -0.065185546875, + 0.004669189453125, + 0.008575439453125, + -0.03070068359375, + -0.0200958251953125, + -0.019989013671875, + -0.0080108642578125, + -0.017913818359375, + -0.0293731689453125, + -0.0009360313415527344, + -0.0152587890625, + 0.035247802734375, + -0.00145721435546875, + -0.0181884765625, + -0.00701141357421875, + 0.044342041015625, + -0.004669189453125, + -0.068603515625, + -0.002498626708984375, + -0.03961181640625, + -0.038848876953125, + -0.0193328857421875, + 0.04302978515625, + -0.0254058837890625, + 0.001232147216796875, + -0.0094757080078125, + 0.01335906982421875, + 0.0576171875, + -0.0063018798828125, + 0.05572509765625, + -0.020660400390625, + 0.007343292236328125, + -0.0085296630859375, + 0.050811767578125, + -0.004596710205078125, + -0.023223876953125, + -0.00013184547424316406, + 0.00238037109375, + 0.005970001220703125, + -0.00113677978515625, + -0.01364898681640625, + -0.0020618438720703125, + 0.026153564453125, + 0.027679443359375, + -0.003269195556640625, + 0.034881591796875, + -0.00829315185546875, + 0.047760009765625, + 0.052703857421875, + -0.00696563720703125, + 0.01904296875, + -0.00030803680419921875, + 0.003505706787109375, + 0.00762939453125, + 0.016876220703125, + -0.020843505859375, + 0.003269195556640625, + 0.047760009765625, + -0.006443023681640625, + -0.0008649826049804688, + -0.01326751708984375, + -0.016387939453125, + 0.01165771484375, + -0.042083740234375, + 0.03277587890625, + -0.044158935546875, + -0.0135498046875, + -0.03448486328125, + 0.02862548828125, + 0.0272979736328125, + 0.040740966796875, + -0.0051422119140625, + -0.03277587890625, + 0.040557861328125, + -0.00786590576171875, + 0.023590087890625, + 0.0284271240234375, + -0.00909423828125, + 0.0213165283203125, + 0.02178955078125, + -0.002452850341796875, + -0.0038623809814453125, + 0.018096923828125, + 0.02691650390625, + -0.02264404296875, + 0.006206512451171875, + 0.060272216796875, + -0.01459503173828125, + -0.03375244140625, + -0.0201873779296875, + -0.038299560546875, + 0.01904296875, + -0.007343292236328125, + -0.0219879150390625, + 0.0248260498046875, + -0.00962066650390625, + -0.0254058837890625, + -0.00004851818084716797, + 0.038482666015625, + -0.031646728515625, + 0.04150390625, + 0.045867919921875, + -0.0116119384765625, + -0.00872039794921875, + 0.03582763671875, + 0.047760009765625, + 0.0015163421630859375, + 0.01146697998046875, + -0.010894775390625, + -0.0218963623046875, + -0.0122222900390625, + 0.0230255126953125, + 0.059906005859375, + 0.0086212158203125, + 0.0394287109375, + -0.005519866943359375, + 0.010284423828125, + 0.0038852691650390625, + 0.043975830078125, + 0.04718017578125, + -0.047760009765625, + -0.01364898681640625, + 0.018768310546875, + 0.031829833984375, + 0.0445556640625, + -0.053070068359375, + 0.00975799560546875, + -0.059906005859375, + 0.0291900634765625, + -0.08111572265625, + -0.036590576171875, + -0.02880859375, + -0.049285888671875, + 0.0435791015625, + -0.007770538330078125, + -0.01165771484375, + -0.0067291259765625, + 0.017242431640625, + 0.0166778564453125, + 0.036773681640625, + 0.00145721435546875, + -0.037139892578125, + -0.00383758544921875, + 0.0689697265625, + -0.0176239013671875, + -0.023590087890625, + -0.00739288330078125, + 0.052703857421875, + -0.00589752197265625, + 0.02142333984375, + -0.0216064453125, + 0.0089569091796875, + 0.0291900634765625, + 0.0267181396484375, + 0.05535888671875, + -0.01450347900390625, + 0.0006365776062011719, + -0.0183868408203125, + 0.044921875, + -0.0504150390625, + 0.0165863037109375, + -0.031829833984375, + -0.00971221923828125, + 0.01800537109375, + -0.059906005859375, + 0.0183868408203125, + 0.0177154541015625, + 0.02056884765625, + 0.0263519287109375, + 0.0147857666015625, + -0.051544189453125, + 0.02178955078125, + 0.0036258697509765625, + 0.00010585784912109375, + 0.01468658447265625, + 0.07012939453125, + -0.0218963623046875, + 0.00214385986328125, + -0.01146697998046875, + 0.0019550323486328125, + -0.03204345703125, + -0.016204833984375, + -0.03411865234375, + -0.0194244384765625, + -0.044158935546875, + -0.0303192138671875, + 0.017913818359375, + -0.01123046875, + 0.016876220703125, + -0.00962066650390625, + -0.00518798828125, + -0.02862548828125, + -0.04132080078125, + -0.0173492431640625, + -0.031280517578125, + -0.07354736328125, + -0.0445556640625, + 0.05230712890625, + 0.0284271240234375, + 0.02227783203125, + -0.003910064697265625, + 0.0156402587890625, + -0.04681396484375, + 0.00691986083984375, + -0.0250244140625, + 0.01421356201171875, + 0.011138916015625, + 0.04681396484375, + 0.0090484619140625, + 0.0174407958984375, + 0.034698486328125, + 0.076171875, + 0.01013946533203125, + 0.00225067138671875, + -0.006351470947265625, + 0.005733489990234375, + 0.00919342041015625, + 0.0377197265625, + -0.0174407958984375, + -0.015350341796875, + -0.00909423828125, + -0.01013946533203125, + 0.016021728515625, + 0.00762939453125, + 0.01629638671875, + 0.01468658447265625, + -0.0201873779296875, + 0.00357818603515625, + 0.060638427734375, + 0.002498626708984375, + 0.09136962890625, + -0.0090484619140625, + -0.028045654296875, + 0.00447845458984375, + 0.0360107421875, + -0.050811767578125, + 0.024444580078125, + 0.03448486328125, + 0.03753662109375, + 0.00653839111328125, + 0.036376953125, + 0.0037441253662109375, + 0.049285888671875, + -0.018096923828125, + -0.01515960693359375, + 0.0239715576171875, + 0.01715087890625, + 0.00824737548828125, + 0.0267181396484375, + 0.03997802734375, + 0.0094757080078125, + 0.06597900390625, + -0.0299530029296875, + -0.01629638671875, + -0.05572509765625, + -0.0716552734375, + 0.01241302490234375, + 0.0239715576171875, + -0.0004737377166748047, + 0.04888916015625, + -0.042266845703125, + -0.0902099609375, + 0.035247802734375, + -0.038299560546875, + 0.07733154296875, + 0.03997802734375, + 0.0282440185546875, + 0.029754638671875, + -0.018096923828125, + -0.0176239013671875, + 0.03619384765625, + -0.007343292236328125, + 0.038299560546875, + 0.0712890625, + -0.0011138916015625, + -0.00601959228515625, + -0.009857177734375, + 0.005023956298828125, + 0.034698486328125, + -0.0089569091796875, + -0.01800537109375, + 0.025970458984375, + 0.017059326171875, + 0.029754638671875, + -0.007061004638671875, + 0.04150390625, + 0.031829833984375, + -0.0308990478515625, + 0.027862548828125, + -0.0034122467041015625, + 0.030517578125, + -0.0614013671875, + 0.004383087158203125, + 0.01018524169921875, + -0.003055572509765625, + 0.02056884765625, + 0.0210418701171875, + -0.0218963623046875, + -0.0195159912109375, + 0.04473876953125, + -0.0799560546875, + 0.0116119384765625, + 0.0193328857421875, + 0.01151275634765625, + 0.00023102760314941406, + -0.033935546875, + -0.054962158203125, + 0.0229339599609375, + -0.038299560546875, + -0.024169921875, + 0.00782012939453125, + 0.0202789306640625, + -0.040191650390625, + -0.0220794677734375, + -0.0166778564453125, + -0.0010900497436523438, + -0.0250244140625, + -0.0267181396484375, + 0.0290069580078125, + -0.0184783935546875, + -0.03924560546875, + 0.038665771484375, + 0.002132415771484375, + -0.0094757080078125, + -0.0394287109375, + 0.0230255126953125, + -0.0322265625, + -0.0445556640625, + 0.02520751953125, + 0.0099945068359375, + 0.0148773193359375, + -0.01629638671875, + -0.0017414093017578125, + -0.0227508544921875, + 0.045501708984375, + -0.0010900497436523438, + 0.003246307373046875, + -0.0723876953125, + -0.03277587890625, + -0.049652099609375, + 0.04815673828125, + 0.020660400390625, + 0.033355712890625, + -0.01142120361328125, + -0.06707763671875, + 0.013458251953125, + -0.053436279296875, + -0.017242431640625, + -0.01270294189453125, + 0.026153564453125, + -0.01326751708984375, + 0.059906005859375, + -0.00876617431640625, + 0.002712249755859375, + -0.0228424072265625, + 0.047943115234375, + 0.0174407958984375, + -0.0191497802734375, + -0.045684814453125, + 0.03204345703125, + 0.042083740234375, + -0.047393798828125, + -0.0032939910888671875, + -0.00044417381286621094, + -0.006824493408203125, + 0.068603515625, + -0.0640869140625, + 0.00431060791015625, + -0.024169921875, + -0.0689697265625, + -0.0250244140625, + -0.027099609375, + -0.0308990478515625, + -0.05419921875, + 0.029571533203125, + 0.01198577880859375, + 0.0185699462890625, + 0.035247802734375, + 0.0005478858947753906, + -0.01450347900390625, + 0.0193328857421875, + -0.00516510009765625, + -0.01241302490234375, + 0.004405975341796875, + -0.024169921875, + -0.0254058837890625, + -0.01142120361328125, + 0.036590576171875, + -0.0173492431640625, + -0.0008349418640136719, + -0.00014138221740722656, + -0.01241302490234375, + 0.036956787109375, + -0.0343017578125, + 0.0004353523254394531, + -0.00848388671875, + -0.04644775390625, + -0.0282440185546875, + -0.0233154296875, + 0.00469207763671875, + 0.024444580078125, + -0.0040283203125, + 0.02691650390625, + 0.0272979736328125, + -0.029571533203125, + 0.01629638671875, + 0.0255889892578125, + -0.04339599609375, + 0.00495147705078125, + -0.0004649162292480469, + 0.002475738525390625, + -0.0194244384765625, + 0.023590087890625, + -0.0267181396484375, + -0.036590576171875, + -0.0640869140625, + 0.03582763671875, + -0.0120391845703125, + -0.0158233642578125, + -0.0192413330078125, + -0.018096923828125, + -0.040740966796875, + -0.040191650390625, + 0.0174407958984375, + 0.0411376953125, + 0.0013742446899414062, + -0.019805908203125, + -0.01374053955078125, + -0.01165771484375, + -0.03997802734375, + 0.028045654296875, + -0.01468658447265625, + 0.007297515869140625, + -0.020660400390625, + -0.058013916015625, + 0.024444580078125, + 0.0138397216796875, + 0.0310821533203125, + 0.0107574462890625, + 0.0282440185546875, + -0.0181884765625, + 0.01374053955078125, + -0.01544952392578125, + 0.007534027099609375, + -0.01241302490234375, + 0.001575469970703125, + 0.004337310791015625, + -0.03448486328125, + 0.017242431640625, + 0.0121307373046875, + 0.0108489990234375, + 0.0085296630859375, + 0.005306243896484375, + -0.047943115234375, + 0.045867919921875, + 0.0018949508666992188, + 0.05230712890625, + -0.043792724609375, + -0.06292724609375, + 0.01971435546875, + 0.0099945068359375, + 0.031280517578125, + 0.034881591796875, + 0.01270294189453125, + -0.0299530029296875, + 0.015350341796875, + 0.04150390625, + -0.0203704833984375, + -0.05194091796875, + -0.037353515625, + 0.0029964447021484375, + 0.01554107666015625, + 0.0640869140625, + -0.0012559890747070312, + 0.0784912109375, + 0.02520751953125, + -0.0076751708984375, + 0.024078369140625, + 0.060638427734375, + 0.006206512451171875, + -0.0181884765625, + -0.04888916015625, + -0.00701141357421875, + 0.05230712890625, + -0.047393798828125, + -0.038299560546875, + -0.033172607421875, + 0.049285888671875, + -0.06634521484375, + -0.0103302001953125, + -0.0274810791015625, + -0.00004458427429199219, + -0.003910064697265625, + -0.01004791259765625, + -0.008575439453125, + 0.033935546875, + -0.0094757080078125, + -0.032989501953125, + 0.033538818359375, + -0.017913818359375, + 0.00649261474609375, + 0.04833984375, + 0.031463623046875, + -0.002346038818359375, + 0.02880859375, + 0.006206512451171875, + 0.031280517578125, + 0.036956787109375, + 0.0089569091796875, + 0.0203704833984375, + 0.0248260498046875, + 0.0299530029296875, + 0.07427978515625, + -0.035064697265625, + -0.04302978515625, + 0.0159149169921875, + 0.033355712890625, + 0.031280517578125, + 0.0257720947265625, + 0.005756378173828125, + 0.013458251953125, + -0.00975799560546875, + -0.0380859375, + 0.03240966796875, + -0.0267181396484375, + -0.0274810791015625, + -0.0185699462890625, + -0.0360107421875, + 0.0184783935546875, + -0.0183868408203125, + 0.0445556640625, + 0.0177154541015625, + -0.022369384765625, + -0.0147857666015625, + 0.053436279296875, + -0.043212890625, + -0.043792724609375, + 0.004856109619140625, + 0.002475738525390625, + -0.0257720947265625, + -0.040191650390625, + -0.008148193359375, + 0.051177978515625, + -0.0111846923828125, + -0.07696533203125, + -0.031829833984375, + 0.04718017578125, + -0.0025119781494140625, + -0.0175323486328125, + -0.0011434555053710938, + 0.017913818359375, + -0.0212249755859375, + -0.04718017578125, + -0.05572509765625, + -0.0138397216796875, + 0.002452850341796875, + -0.0272979736328125, + -0.0027008056640625, + 0.007343292236328125, + -0.00928497314453125, + -0.033172607421875, + -0.005260467529296875, + -0.029754638671875, + 0.0263519287109375, + -0.04815673828125, + 0.04150390625, + 0.01497650146484375, + 0.0221710205078125, + 0.031646728515625, + 0.05609130859375, + 0.014404296875, + -0.003269195556640625, + -0.0010013580322265625, + -0.04339599609375, + 0.0104217529296875, + 0.004428863525390625, + 0.00009328126907348633, + -0.0675048828125, + 0.01194000244140625, + 0.04473876953125, + -0.05572509765625, + 0.0036716461181640625, + 0.0108489990234375, + -0.01288604736328125, + -0.07012939453125, + 0.01506805419921875, + -0.0002841949462890625, + 0.006256103515625, + 0.07769775390625, + -0.00696563720703125, + -0.0274810791015625, + -0.007579803466796875, + -0.0250244140625, + 0.049652099609375, + 0.01364898681640625, + 0.01108551025390625, + -0.02142333984375, + 0.005474090576171875, + 0.0284271240234375, + -0.0237884521484375, + 0.0218963623046875, + -0.08453369140625, + -0.0219879150390625, + 0.0284271240234375, + 0.0173492431640625, + -0.006160736083984375, + -0.01009368896484375, + -0.054595947265625, + -0.022369384765625, + -0.022552490234375, + 0.02264404296875, + 0.03411865234375, + 0.01270294189453125, + -0.02520751953125, + -0.0117950439453125, + -0.00604248046875, + -0.06103515625, + -0.037139892578125, + -0.0192413330078125, + 0.02691650390625, + 0.003696441650390625, + -0.046234130859375, + 0.008148193359375, + -0.0002841949462890625, + 0.044921875, + 0.031829833984375, + 0.03619384765625, + -0.0504150390625, + -0.023590087890625, + 0.016387939453125, + 0.034698486328125, + -0.00214385986328125, + -0.015350341796875, + -0.01800537109375, + 0.01198577880859375, + 0.0229339599609375, + -0.029754638671875, + 0.037353515625, + 0.040374755859375, + -0.021697998046875, + -0.050811767578125, + -0.017913818359375, + -0.050048828125, + 0.0380859375, + 0.00975799560546875, + 0.049652099609375, + -0.0089111328125, + -0.016876220703125, + -0.078857421875, + 0.046051025390625, + -0.0167694091796875, + 0.024444580078125, + 0.0183868408203125, + -0.0267181396484375, + -0.04888916015625, + -0.038482666015625, + -0.033538818359375, + 0.00928497314453125, + -0.0239715576171875, + 0.038482666015625, + 0.024169921875, + 0.0009474754333496094, + 0.01971435546875, + 0.0016469955444335938, + -0.0016231536865234375, + 0.038482666015625, + 0.021697998046875, + -0.042266845703125, + 0.0894775390625, + -0.036956787109375, + 0.0201873779296875, + -0.01554107666015625, + 0.005283355712890625, + -0.0104217529296875, + -0.0007758140563964844, + -0.03961181640625, + -0.0138397216796875, + 0.038299560546875, + 0.0166778564453125, + -0.01629638671875, + 0.027679443359375, + -0.0094757080078125, + 0.0216064453125, + 0.0112762451171875, + -0.022552490234375, + 0.00833892822265625, + 0.002593994140625, + -0.01611328125, + 0.014312744140625, + -0.05230712890625, + -0.051177978515625, + 0.016387939453125, + -0.0380859375, + -0.0056610107421875, + -0.01009368896484375, + 0.03619384765625, + 0.012603759765625, + -0.05230712890625, + 0.0246429443359375, + -0.022552490234375, + -0.001361846923828125, + -0.0157318115234375, + 0.00447845458984375, + -0.023406982421875, + 0.0435791015625, + 0.01251220703125, + -0.0310821533203125, + 0.0140228271484375, + 0.012603759765625, + -0.027099609375, + -0.029571533203125, + -0.00278472900390625, + -0.028045654296875, + 0.027679443359375, + -0.0689697265625, + -0.01165771484375, + 0.020843505859375, + 0.042449951171875, + 0.006633758544921875, + -0.038299560546875, + 0.053070068359375, + -0.0272979736328125, + -0.047576904296875, + 0.0254058837890625, + -0.01412200927734375, + -0.04132080078125, + 0.04852294921875, + -0.0156402587890625, + 0.0140228271484375, + -0.0147857666015625, + 0.03375244140625, + 0.0202789306640625, + 0.035064697265625, + 0.015350341796875, + -0.038482666015625, + -0.0049285888671875, + -0.012603759765625, + 0.031829833984375, + 0.0140228271484375, + 0.02227783203125, + 0.0121307373046875, + 0.032989501953125, + 0.0049285888671875, + -0.09857177734375, + 0.00521087646484375, + -0.03240966796875, + -0.047760009765625, + -0.00975799560546875, + 0.061798095703125, + 0.033538818359375, + 0.004192352294921875, + 0.021697998046875, + 0.046234130859375, + 0.0377197265625, + -0.00214385986328125, + 0.0024051666259765625, + -0.0538330078125, + -0.0015516281127929688, + 0.0139312744140625, + 0.038665771484375, + -0.06329345703125, + 0.036773681640625, + 0.082275390625, + -0.024169921875, + -0.00135040283203125, + 0.016021728515625, + -0.0122222900390625, + 0.023406982421875, + 0.03961181640625, + 0.0227508544921875, + -0.06256103515625, + -0.004642486572265625, + 0.0194244384765625, + 0.00521087646484375, + -0.00018727779388427734, + 0.01374053955078125, + -0.00604248046875, + 0.04168701171875, + -0.0716552734375, + -0.002155303955078125, + 0.01270294189453125, + 0.078857421875, + -0.0080108642578125, + -0.023406982421875, + 0.0099945068359375, + 0.03277587890625, + 0.02862548828125, + -0.03070068359375, + -0.01241302490234375, + 0.006443023681640625, + 0.004547119140625, + 0.00795745849609375, + 0.058380126953125, + 0.00975799560546875, + 0.03240966796875, + 0.034881591796875, + -0.03204345703125, + 0.047943115234375, + 0.004619598388671875, + 0.01459503173828125, + -0.00246429443359375, + -0.038848876953125, + -0.0140228271484375, + -0.037353515625, + 0.0229339599609375, + 0.0343017578125, + 0.026153564453125, + 0.0055694580078125, + -0.00604248046875, + 0.0089569091796875, + 0.0037670135498046875, + 0.02178955078125, + 0.027862548828125, + 0.038848876953125, + 0.0012731552124023438, + 0.0308990478515625, + 0.01554107666015625, + -0.01459503173828125, + 0.0012674331665039062, + 0.046051025390625, + -0.046051025390625, + 0.0175323486328125, + -0.0219879150390625, + -0.0025234222412109375, + 0.0111846923828125, + -0.027099609375, + -0.0177154541015625, + -0.033172607421875, + 0.0165863037109375, + -0.027862548828125, + -0.03448486328125, + -0.008148193359375, + 0.042083740234375, + -0.042633056640625, + 0.007579803466796875, + 0.027099609375, + -0.002109527587890625, + 0.01142120361328125, + -0.0377197265625, + 0.08795166015625, + 0.02142333984375, + 0.0282440185546875, + -0.0098114013671875, + 0.016876220703125, + 0.02227783203125, + -0.032989501953125, + 0.016387939453125, + 0.041900634765625, + -0.0006279945373535156, + 0.053436279296875, + 0.01421356201171875, + 0.00966644287109375, + -0.0682373046875, + 0.0267181396484375, + 0.007343292236328125, + -0.033355712890625, + 0.05572509765625, + -0.0031280517578125, + 0.025970458984375, + 0.002796173095703125, + 0.005237579345703125, + -0.0257720947265625, + -0.05609130859375, + 0.050811767578125, + 0.0159149169921875, + -0.017059326171875, + -0.01004791259765625, + -0.053436279296875, + 0.06365966796875, + 0.0229339599609375, + 0.0689697265625, + -0.046630859375, + 0.044921875, + -0.031280517578125, + 0.01335906982421875, + -0.0017061233520507812, + 0.0257720947265625, + -0.012603759765625, + 0.0274810791015625, + -0.042266845703125, + 0.034881591796875, + 0.035430908203125, + 0.0182952880859375, + -0.05194091796875, + 0.0017299652099609375, + 0.01270294189453125, + -0.00962066650390625, + 0.032989501953125, + -0.06365966796875, + -0.016204833984375, + 0.027099609375, + 0.0380859375, + 0.07012939453125, + -0.0108489990234375, + 0.033355712890625, + -0.0130767822265625, + 0.00400543212890625, + 0.0158233642578125, + -0.043792724609375 + ], + "metadata": { + "domains": [ + "network-forensics" + ], + "phases": [ + "analysis" + ], + "tags": [ + "ids", + "nsm" + ], + "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_Radare2", + "type": "tool", + "name": "Radare2", + "content": "radare2 das modulare reverse-engineering-framework vereint disassembler, debugger, hex-editor und scripter in einer mächtigen cli-suite. die unix-philosophie \"do one thing well\" ermöglicht granulare kontrolle über jeden analyse-schritt. besonders innovativ: r2pipe-integration bindet das framework in python, node.js, go-scripts ein, visual-mode bietet pseudo-gui im terminal, project-files speichern komplexe analysen persistent. über 20 architekturen unterstützt von x86 bis webassembly. die aktive community entwickelt ständig neue features: r2ghidra-decompiler, r2dec für pseudocode, cutter als gui- frontend. besonders stark bei firmware-analyse und ctf-challenges. die steep-learning-curve wird durch unübertroffene flexibilität belohnt. docker-images vereinfachen deployment. die lgpl-lizenz ermöglicht kommerzielle integration. perfekt für sicherheitsforscher die maximale kontrolle über ihre analyse-umgebung benötigen. reverse-engineering scripting malware-analysis analysis", + "embedding": [ + -0.025360107421875, + 0.0030384063720703125, + 0.040130615234375, + -0.00244140625, + 0.03778076171875, + 0.0341796875, + 0.0086517333984375, + -0.00981903076171875, + -0.0276031494140625, + -0.00554656982421875, + -0.02886962890625, + 0.05859375, + 0.014862060546875, + 0.0229339599609375, + -0.04180908203125, + 0.028228759765625, + -0.009552001953125, + -0.0104522705078125, + 0.006687164306640625, + 0.0228271484375, + -0.0042724609375, + -0.032470703125, + -0.05816650390625, + -0.016021728515625, + -0.00695037841796875, + 0.0007796287536621094, + 0.000025928020477294922, + -0.0870361328125, + -0.004642486572265625, + 0.007801055908203125, + 0.003635406494140625, + -0.0145416259765625, + 0.0200653076171875, + 0.0216522216796875, + 0.011993408203125, + -0.02154541015625, + -0.0192108154296875, + -0.06964111328125, + 0.001598358154296875, + 0.054779052734375, + -0.02886962890625, + -0.009124755859375, + 0.00870513916015625, + -0.036102294921875, + -0.0041656494140625, + -0.040130615234375, + 0.0049896240234375, + -0.0084381103515625, + 0.0181427001953125, + -0.04266357421875, + 0.027801513671875, + 0.01528167724609375, + 0.0005903244018554688, + -0.0243072509765625, + -0.079833984375, + 0.0145416259765625, + 0.042022705078125, + -0.0276031494140625, + -0.0382080078125, + 0.063232421875, + -0.01666259765625, + -0.039276123046875, + 0.005146026611328125, + -0.006473541259765625, + 0.0186767578125, + 0.0245208740234375, + -0.018890380859375, + -0.01236724853515625, + 0.0053863525390625, + -0.00021886825561523438, + 0.0196380615234375, + 0.0181427001953125, + -0.002971649169921875, + 0.042877197265625, + -0.061553955078125, + -0.03375244140625, + 0.020172119140625, + 0.035888671875, + 0.00960540771484375, + 0.01024627685546875, + -0.0240936279296875, + 0.0013132095336914062, + 0.032257080078125, + -0.01146697998046875, + -0.00360870361328125, + 0.0034236907958984375, + 0.036102294921875, + 0.012420654296875, + 0.0312042236328125, + -0.038848876953125, + 0.037353515625, + -0.0139007568359375, + 0.02069091796875, + -0.040771484375, + 0.029937744140625, + 0.038421630859375, + -0.0350341796875, + -0.0038204193115234375, + -0.052001953125, + 0.03546142578125, + 0.0202789306640625, + -0.0189971923828125, + 0.08154296875, + -0.01258087158203125, + 0.062408447265625, + -0.02801513671875, + 0.00310516357421875, + 0.01146697998046875, + 0.0106658935546875, + 0.003223419189453125, + -0.0772705078125, + -0.0333251953125, + -0.01380157470703125, + -0.05816650390625, + -0.00748443603515625, + 0.005680084228515625, + -0.010772705078125, + 0.03289794921875, + -0.03948974609375, + -0.0263214111328125, + 0.00411224365234375, + 0.004669189453125, + -0.0163421630859375, + 0.021331787109375, + -0.044586181640625, + -0.045654296875, + 0.006900787353515625, + 0.0183563232421875, + -0.038848876953125, + -0.01273345947265625, + -0.0178375244140625, + -0.037994384765625, + -0.0139007568359375, + -0.0145416259765625, + 0.006237030029296875, + -0.0305633544921875, + 0.0316162109375, + -0.0057830810546875, + -0.011993408203125, + 0.00208282470703125, + 0.01580810546875, + -0.033966064453125, + -0.050323486328125, + 0.0238800048828125, + -0.0180511474609375, + -0.0229339599609375, + -0.0125274658203125, + 0.0276031494140625, + -0.0229339599609375, + 0.01055908203125, + 0.0204925537109375, + 0.017730712890625, + 0.07684326171875, + -0.01549530029296875, + 0.01024627685546875, + -0.047332763671875, + -0.01517486572265625, + 0.000942230224609375, + 0.03778076171875, + -0.01507568359375, + -0.00795745849609375, + 0.0014524459838867188, + 0.01560211181640625, + 0.038421630859375, + -0.0307769775390625, + -0.0276031494140625, + 0.006420135498046875, + 0.00907135009765625, + 0.0211181640625, + 0.00432586669921875, + 0.04669189453125, + -0.0022945404052734375, + 0.0210113525390625, + 0.05242919921875, + -0.0082244873046875, + 0.01172637939453125, + -0.0006465911865234375, + -0.0025081634521484375, + 0.027801513671875, + 0.0200653076171875, + -0.01326751708984375, + -0.0187835693359375, + 0.0496826171875, + -0.01305389404296875, + 0.0276031494140625, + -0.0013866424560546875, + -0.0309906005859375, + -0.0364990234375, + -0.037353515625, + 0.01093292236328125, + -0.041595458984375, + -0.0194244384765625, + -0.0126800537109375, + 0.02886962890625, + 0.025787353515625, + 0.054351806640625, + 0.04669189453125, + -0.000988006591796875, + 0.031829833984375, + 0.0214385986328125, + -0.004669189453125, + 0.03692626953125, + 0.0086517333984375, + 0.036102294921875, + 0.031402587890625, + -0.0225067138671875, + -0.00902557373046875, + 0.0479736328125, + 0.023773193359375, + -0.0192108154296875, + -0.00870513916015625, + 0.037567138671875, + -0.009765625, + 0.01369476318359375, + -0.02685546875, + -0.01751708984375, + 0.0276031494140625, + -0.01507568359375, + 0.00472259521484375, + 0.0014390945434570312, + -0.01114654541015625, + -0.03692626953125, + -0.021759033203125, + 0.0244140625, + -0.03692626953125, + 0.046478271484375, + 0.053070068359375, + -0.0245208740234375, + -0.032684326171875, + 0.047119140625, + 0.0202789306640625, + 0.02801513671875, + 0.007587432861328125, + 0.0055999755859375, + -0.004405975341796875, + -0.0033702850341796875, + 0.0174102783203125, + 0.04351806640625, + 0.0059967041015625, + 0.036712646484375, + -0.03948974609375, + 0.004138946533203125, + -0.0183563232421875, + 0.0430908203125, + 0.03460693359375, + -0.0084381103515625, + 0.0167694091796875, + -0.0021495819091796875, + 0.003131866455078125, + 0.0399169921875, + -0.06878662109375, + -0.01666259765625, + -0.028228759765625, + -0.006500244140625, + -0.08404541015625, + -0.036712646484375, + -0.0211181640625, + -0.03692626953125, + 0.05010986328125, + -0.029083251953125, + -0.028228759765625, + 0.00732421875, + 0.0180511474609375, + -0.0149688720703125, + 0.01953125, + -0.01549530029296875, + -0.041595458984375, + 0.00732421875, + 0.07855224609375, + -0.006103515625, + -0.03289794921875, + -0.0133209228515625, + 0.0192108154296875, + 0.01141357421875, + -0.01422119140625, + -0.0305633544921875, + -0.005146026611328125, + 0.045440673828125, + 0.0196380615234375, + 0.0303497314453125, + -0.005199432373046875, + -0.0015392303466796875, + 0.0019235610961914062, + 0.043731689453125, + -0.03948974609375, + -0.005279541015625, + 0.0174102783203125, + -0.0018968582153320312, + 0.00716400146484375, + -0.06878662109375, + 0.0030918121337890625, + 0.029510498046875, + 0.025787353515625, + 0.01666259765625, + 0.01093292236328125, + -0.060699462890625, + 0.01560211181640625, + 0.00213623046875, + -0.00795745849609375, + 0.0284423828125, + 0.05010986328125, + -0.0234527587890625, + 0.005573272705078125, + -0.020172119140625, + 0.0200653076171875, + -0.020172119140625, + -0.04522705078125, + -0.007694244384765625, + 0.0121002197265625, + -0.0271759033203125, + -0.008331298828125, + 0.0072174072265625, + -0.0149688720703125, + 0.01708984375, + -0.0256805419921875, + -0.00716400146484375, + -0.046051025390625, + -0.036712646484375, + 0.0017118453979492188, + -0.0212249755859375, + -0.01358795166015625, + -0.028228759765625, + 0.0675048828125, + -0.01273345947265625, + 0.0240936279296875, + 0.00048089027404785156, + -0.006847381591796875, + -0.019744873046875, + 0.0205841064453125, + -0.0192108154296875, + 0.0176239013671875, + 0.0096588134765625, + 0.05816650390625, + 0.0067138671875, + 0.0227203369140625, + 0.037994384765625, + 0.0692138671875, + 0.048614501953125, + 0.0003516674041748047, + -0.016021728515625, + 0.00806427001953125, + -0.00043129920959472656, + 0.020172119140625, + -0.0273895263671875, + -0.0263214111328125, + -0.01422119140625, + -0.0180511474609375, + 0.022613525390625, + 0.0145416259765625, + 0.03948974609375, + 0.032684326171875, + 0.004589080810546875, + 0.002162933349609375, + 0.05902099609375, + 0.0019369125366210938, + 0.0887451171875, + -0.0162353515625, + -0.03692626953125, + 0.00279998779296875, + 0.0307769775390625, + -0.00371551513671875, + -0.00634002685546875, + 0.0205841064453125, + 0.005359649658203125, + -0.0025615692138671875, + 0.0462646484375, + -0.00981903076171875, + 0.00330352783203125, + 0.004642486572265625, + 0.0157012939453125, + 0.016876220703125, + -0.02239990234375, + -0.00655364990234375, + 0.042449951171875, + 0.03375244140625, + 0.043731689453125, + 0.038848876953125, + -0.035888671875, + -0.003383636474609375, + -0.046478271484375, + -0.048828125, + 0.0005507469177246094, + 0.0271759033203125, + -0.0027065277099609375, + 0.032470703125, + -0.037567138671875, + -0.044586181640625, + 0.02313232421875, + -0.036285400390625, + 0.08746337890625, + 0.043304443359375, + -0.004909515380859375, + 0.0181427001953125, + -0.0316162109375, + 0.0098724365234375, + 0.01141357421875, + -0.004299163818359375, + 0.05560302734375, + 0.049468994140625, + 0.02197265625, + 0.029296875, + -0.031829833984375, + 0.006847381591796875, + 0.035675048828125, + 0.00949859619140625, + -0.01369476318359375, + 0.0447998046875, + 0.0276031494140625, + 0.0260009765625, + -0.01177978515625, + 0.06793212890625, + 0.0271759033203125, + -0.009979248046875, + 0.043304443359375, + -0.0251617431640625, + 0.0245208740234375, + -0.05242919921875, + 0.00472259521484375, + 0.0303497314453125, + 0.01141357421875, + 0.00881195068359375, + 0.041595458984375, + -0.0496826171875, + 0.01024627685546875, + 0.0333251953125, + -0.08197021484375, + 0.0212249755859375, + 0.0207977294921875, + -0.01953125, + 0.001598358154296875, + -0.0284423828125, + -0.0772705078125, + 0.02313232421875, + -0.03375244140625, + -0.056884765625, + 0.01093292236328125, + 0.0234527587890625, + -0.0447998046875, + -0.0149688720703125, + -0.0382080078125, + -0.004405975341796875, + -0.025360107421875, + -0.027069091796875, + 0.037994384765625, + -0.00400543212890625, + 0.01071929931640625, + 0.05328369140625, + 0.039703369140625, + -0.036102294921875, + -0.01050567626953125, + 0.0265350341796875, + -0.0214385986328125, + -0.046905517578125, + 0.0244140625, + 0.01226043701171875, + -0.00827789306640625, + -0.0305633544921875, + -0.032257080078125, + 0.0031452178955078125, + -0.0094451904296875, + -0.0005736351013183594, + -0.007537841796875, + -0.05328369140625, + -0.037994384765625, + -0.06494140625, + 0.044586181640625, + 0.0267486572265625, + 0.028228759765625, + -0.0014066696166992188, + -0.05560302734375, + 0.008331298828125, + -0.06451416015625, + -0.01136016845703125, + 0.006076812744140625, + -0.0072174072265625, + -0.00666046142578125, + 0.063232421875, + -0.00785064697265625, + -0.004669189453125, + -0.0121002197265625, + 0.036102294921875, + 0.006900787353515625, + 0.009124755859375, + -0.034393310546875, + 0.052001953125, + 0.0165557861328125, + -0.05859375, + 0.00615692138671875, + -0.0247344970703125, + 0.00705718994140625, + 0.0496826171875, + -0.05328369140625, + -0.02398681640625, + -0.0139007568359375, + -0.06536865234375, + -0.0303497314453125, + -0.0252685546875, + -0.0098724365234375, + -0.01824951171875, + 0.010345458984375, + 0.033111572265625, + 0.0017251968383789062, + 0.034393310546875, + 0.0230255126953125, + -0.007801055908203125, + 0.004589080810546875, + 0.035247802734375, + -0.0447998046875, + 0.029296875, + -0.05859375, + -0.0178375244140625, + -0.01422119140625, + 0.032684326171875, + -0.02801513671875, + 0.0230255126953125, + 0.014007568359375, + -0.016448974609375, + 0.0210113525390625, + -0.0301513671875, + 0.0012674331665039062, + -0.025054931640625, + -0.029510498046875, + -0.0350341796875, + -0.03204345703125, + 0.01114654541015625, + 0.0171966552734375, + -0.01294708251953125, + 0.0167694091796875, + 0.003170013427734375, + -0.046478271484375, + 0.005413055419921875, + 0.00907135009765625, + -0.0167694091796875, + 0.0183563232421875, + 0.00849151611328125, + -0.0218658447265625, + 0.006740570068359375, + 0.01055908203125, + -0.032470703125, + -0.03204345703125, + -0.082763671875, + 0.033111572265625, + -0.00817108154296875, + -0.0161285400390625, + -0.0303497314453125, + -0.05645751953125, + -0.070068359375, + -0.0010881423950195312, + 0.0269622802734375, + 0.0128936767578125, + 0.01161956787109375, + -0.025787353515625, + -0.0350341796875, + -0.0162353515625, + -0.032470703125, + 0.047760009765625, + -0.023773193359375, + -0.0047760009765625, + -0.02154541015625, + -0.037994384765625, + 0.032684326171875, + 0.02197265625, + 0.02685546875, + -0.003978729248046875, + 0.007801055908203125, + -0.025054931640625, + 0.0307769775390625, + 0.0016984939575195312, + -0.0157012939453125, + -0.0185699462890625, + -0.01358795166015625, + 0.0261077880859375, + -0.0305633544921875, + -0.042022705078125, + 0.0214385986328125, + 0.01708984375, + 0.020904541015625, + -0.0147552490234375, + -0.03948974609375, + 0.01316070556640625, + -0.001598358154296875, + 0.061553955078125, + -0.0063934326171875, + -0.055206298828125, + -0.0012674331665039062, + 0.002918243408203125, + 0.043731689453125, + 0.037353515625, + -0.0228271484375, + -0.028228759765625, + 0.00727081298828125, + 0.055206298828125, + -0.0312042236328125, + -0.01751708984375, + -0.05816650390625, + 0.00827789306640625, + 0.00737762451171875, + 0.0789794921875, + -0.0113067626953125, + 0.06964111328125, + -0.0038738250732421875, + -0.0034236907958984375, + 0.0181427001953125, + 0.06536865234375, + 0.05157470703125, + -0.0230255126953125, + -0.048614501953125, + -0.0126800537109375, + -0.0165557861328125, + -0.0273895263671875, + -0.032470703125, + -0.00695037841796875, + 0.052001953125, + -0.06536865234375, + -0.027801513671875, + -0.0229339599609375, + -0.01517486572265625, + 0.005706787109375, + 0.0187835693359375, + -0.014862060546875, + 0.029083251953125, + 0.0011739730834960938, + -0.0594482421875, + 0.01071929931640625, + -0.0187835693359375, + -0.006473541259765625, + 0.07135009765625, + -0.00152587890625, + -0.0399169921875, + 0.053924560546875, + 0.0251617431640625, + 0.020172119140625, + 0.0017251968383789062, + 0.02197265625, + 0.027069091796875, + 0.029510498046875, + 0.05413818359375, + 0.05731201171875, + -0.0341796875, + -0.0309906005859375, + 0.005706787109375, + 0.00319671630859375, + 0.0207977294921875, + 0.033111572265625, + 0.01125335693359375, + -0.00142669677734375, + -0.008544921875, + -0.04754638671875, + 0.002613067626953125, + 0.0012607574462890625, + -0.019744873046875, + -0.03692626953125, + -0.036712646484375, + 0.005279541015625, + -0.031829833984375, + 0.032257080078125, + 0.01273345947265625, + 0.005279541015625, + 0.0009617805480957031, + 0.034393310546875, + -0.0106658935546875, + -0.044586181640625, + 0.0048828125, + -0.0247344970703125, + -0.0205841064453125, + -0.04522705078125, + -0.01824951171875, + 0.040985107421875, + -0.023773193359375, + -0.056884765625, + -0.00335693359375, + 0.053497314453125, + -0.0141143798828125, + -0.020172119140625, + -0.0106658935546875, + 0.01305389404296875, + -0.037994384765625, + -0.05987548828125, + -0.04840087890625, + -0.0238800048828125, + 0.0020694732666015625, + -0.038848876953125, + 0.024627685546875, + 0.01263427734375, + -0.0263214111328125, + 0.00493621826171875, + -0.031829833984375, + -0.0560302734375, + 0.048828125, + -0.043304443359375, + 0.0496826171875, + 0.010986328125, + 0.00411224365234375, + 0.048828125, + 0.0462646484375, + -0.0220794677734375, + 0.007110595703125, + -0.0149688720703125, + -0.08404541015625, + 0.01549530029296875, + 0.005252838134765625, + -0.01666259765625, + -0.09173583984375, + -0.0180511474609375, + 0.02484130859375, + -0.063232421875, + 0.012786865234375, + -0.0180511474609375, + -0.016021728515625, + -0.038421630859375, + 0.01380157470703125, + 0.0176239013671875, + -0.0180511474609375, + 0.08660888671875, + 0.01136016845703125, + -0.0181427001953125, + 0.0016384124755859375, + -0.04180908203125, + 0.054779052734375, 0.0143280029296875, - 0.08197021484375, + 0.0261077880859375, + -0.04522705078125, + 0.0307769775390625, + 0.01003265380859375, + -0.010345458984375, + 0.0176239013671875, + -0.0789794921875, + 0.01103973388671875, + 0.017730712890625, + 0.0305633544921875, + -0.00411224365234375, + 0.0232391357421875, + -0.0146484375, + -0.01220703125, + -0.0307769775390625, + 0.0146484375, + 0.01215362548828125, + -0.0011873245239257812, + -0.044586181640625, + -0.029937744140625, + 0.01995849609375, + -0.04266357421875, + -0.025787353515625, + -0.0301513671875, + 0.042449951171875, + 0.0147552490234375, + -0.06964111328125, + 0.0271759033203125, + -0.01204681396484375, + -0.01422119140625, + 0.0364990234375, + 0.05816650390625, + -0.028228759765625, + -0.014434814453125, + 0.01071929931640625, + 0.0382080078125, + 0.01953125, + 0.00870513916015625, + 0.01125335693359375, + 0.0178375244140625, + 0.005306243896484375, + -0.0276031494140625, + 0.042236328125, + 0.029296875, + -0.00785064697265625, + -0.038421630859375, + -0.033966064453125, + -0.01580810546875, + 0.04034423828125, + -0.0123138427734375, + 0.05072021484375, + 0.03692626953125, + -0.01422119140625, + -0.08917236328125, + 0.047119140625, + 0.005069732666015625, + 0.02972412109375, + 0.00902557373046875, + -0.019317626953125, + -0.07598876953125, + -0.049041748046875, + -0.0008754730224609375, + 0.0106658935546875, + -0.042877197265625, + 0.05816650390625, + -0.003662109375, + -0.01326751708984375, + 0.0271759033203125, + 0.0092315673828125, + -0.006183624267578125, + 0.053497314453125, + -0.0024280548095703125, + -0.0227203369140625, + 0.078125, + -0.045013427734375, + 0.033966064453125, + -0.01061248779296875, + 0.0146484375, + 0.0167694091796875, + 0.009979248046875, + -0.036712646484375, + 0.0000655055046081543, + 0.01337432861328125, + 0.05413818359375, + -0.00785064697265625, + 0.018890380859375, + -0.0316162109375, + 0.00493621826171875, + -0.0227203369140625, + -0.01226043701171875, + -0.001857757568359375, + -0.0008821487426757812, + -0.031402587890625, + 0.007747650146484375, + -0.05987548828125, + -0.06494140625, + -0.0072174072265625, + -0.036285400390625, + -0.0133209228515625, + 0.006103515625, + 0.0249481201171875, + 0.0496826171875, + -0.05987548828125, + 0.033966064453125, + -0.006580352783203125, + -0.0118865966796875, + 0.00949859619140625, + 0.0276031494140625, + -0.031829833984375, + 0.037139892578125, + 0.016876220703125, + -0.0220794677734375, + 0.0229339599609375, + -0.027069091796875, + 0.0066070556640625, + -0.0094451904296875, + -0.00732421875, + -0.0240936279296875, + 0.033966064453125, + -0.061981201171875, + -0.00583648681640625, + 0.036712646484375, + 0.0284423828125, + 0.006526947021484375, + -0.0333251953125, + 0.025787353515625, + 0.006580352783203125, + -0.055206298828125, + 0.008758544921875, + -0.029510498046875, + -0.041168212890625, + -0.0029850006103515625, + -0.01549530029296875, + -0.0004246234893798828, + 0.01300048828125, + 0.0350341796875, + 0.0203857421875, + 0.066650390625, + 0.009552001953125, + -0.025787353515625, + 0.01177978515625, + -0.01369476318359375, + 0.0594482421875, + 0.0252685546875, + 0.0341796875, + 0.0011148452758789062, + 0.0198516845703125, + 0.011566162109375, + -0.06964111328125, + 0.00472259521484375, + -0.029937744140625, + -0.041168212890625, + -0.0169830322265625, + 0.0836181640625, + 0.024200439453125, + 0.0309906005859375, + 0.0198516845703125, + 0.0528564453125, + 0.029083251953125, + -0.0104522705078125, + -0.031829833984375, + -0.0692138671875, + -0.00461578369140625, + 0.024200439453125, + 0.017303466796875, + -0.061981201171875, + 0.054779052734375, + 0.0560302734375, + -0.0034503936767578125, + -0.01284027099609375, + -0.036712646484375, + -0.0149688720703125, + 0.03375244140625, + 0.032470703125, + 0.0276031494140625, + -0.07049560546875, + -0.0018711090087890625, + 0.0265350341796875, + -0.004032135009765625, + -0.00928497314453125, + -0.0214385986328125, + -0.0080108642578125, + 0.01125335693359375, + -0.040985107421875, + 0.00615692138671875, + 0.046478271484375, + 0.05157470703125, + 0.008758544921875, + -0.039703369140625, + -0.03204345703125, + 0.0163421630859375, + 0.0057830810546875, + -0.00881195068359375, + -0.00716400146484375, + 0.0350341796875, + -0.035888671875, + 0.02197265625, + 0.035247802734375, + -0.0014858245849609375, + 0.0145416259765625, + 0.031402587890625, + -0.040985107421875, + 0.0118865966796875, + -0.02197265625, + 0.009124755859375, + -0.0096588134765625, + -0.0333251953125, + -0.002826690673828125, + -0.031402587890625, + 0.0123138427734375, + 0.0186767578125, + 0.0276031494140625, + 0.021331787109375, + 0.00716400146484375, + 0.004459381103515625, + -0.0004742145538330078, + 0.027801513671875, + 0.03948974609375, + 0.032257080078125, + 0.018463134765625, + 0.0179443359375, + 0.016448974609375, + -0.0005307197570800781, + -0.0189971923828125, + 0.040985107421875, + -0.048828125, + 0.019744873046875, + -0.05157470703125, + -0.01114654541015625, + 0.0146484375, + -0.031829833984375, + -0.022613525390625, + -0.047119140625, + -0.00716400146484375, + -0.0333251953125, + -0.050933837890625, + -0.018890380859375, + 0.05560302734375, + -0.03863525390625, + 0.01560211181640625, + 0.034820556640625, + 0.035888671875, + 0.0026397705078125, + -0.042236328125, + 0.06964111328125, + 0.032257080078125, + 0.046478271484375, + -0.00279998779296875, + 0.001750946044921875, + 0.012786865234375, + -0.0212249755859375, + 0.0245208740234375, + 0.040557861328125, + -0.01751708984375, + 0.056884765625, + 0.0165557861328125, + 0.0230255126953125, + -0.0227203369140625, + 0.045013427734375, + -0.01194000244140625, + -0.042877197265625, + 0.005096435546875, + 0.0131072998046875, + 0.01380157470703125, + -0.005970001220703125, + -0.005916595458984375, + -0.0273895263671875, + -0.060699462890625, + 0.05859375, + 0.01422119140625, + -0.018463134765625, + 0.042236328125, + -0.0176239013671875, + 0.0577392578125, + 0.0062103271484375, + 0.045013427734375, + -0.0640869140625, + 0.05560302734375, + -0.016876220703125, + 0.0080108642578125, + 0.0009021759033203125, + 0.0028400421142578125, + -0.01528167724609375, + 0.029937744140625, + -0.00827789306640625, + 0.06494140625, + 0.0333251953125, + -0.009765625, + -0.0447998046875, + -0.00695037841796875, + 0.0030651092529296875, + 0.005252838134765625, + 0.034393310546875, + -0.0333251953125, + -0.00727081298828125, + 0.01013946533203125, + 0.0312042236328125, + 0.042022705078125, + -0.006290435791015625, + 0.0030384063720703125, + 0.005756378173828125, + -0.01549530029296875, + -0.0247344970703125, + -0.0072174072265625 + ], + "metadata": { + "domains": [ + "malware-analysis" + ], + "phases": [ + "analysis" + ], + "tags": [ + "reverse-engineering", + "scripting" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Microsoft_Office_365", + "type": "tool", + "name": "Microsoft Office 365", + "content": "microsoft office 365 der industriestandard bietet mehr als textverarbeitung - ein mächtiges forensik-analyse-toolkit. excel's power query transformiert komplexe log-dateien in aussagekräftige visualisierungen. power pivot verarbeitet millionen datensätze für big-data-forensik. die kollaborations-features ermöglichen echtzeit-teamarbeit an ermittlungen. besonders wertvoll: cloud-storage für große beweis-sammlungen, version-history für audit-trails, advanced ediscovery für compliance. teams integriert sichere kommunikation. der compliance-manager dokumentiert datenschutz-konform. onenote sammelt notizen und screenshots strukturiert. die ki-features in editor verbessern report-qualität. makros automatisieren routine-analysen. die mobile-apps ermöglichen feld-dokumentation. power automate verbindet mit forensik-tools. der industriestandard hat seinen preis, aber die integration und support sind unübertroffen. vorsicht: cloud-storage kann datenschutz-problematisch sein für sensible ermittlungen. 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.0113067626953125, + 0.041046142578125, + 0.05047607421875, + 0.00630950927734375, + 0.032135009765625, + 0.0294189453125, + 0.0350341796875, + 0.01398468017578125, + -0.0107574462890625, + 0.0229644775390625, + -0.05230712890625, + 0.0364990234375, + 0.0006413459777832031, + -0.0012598037719726562, + -0.060638427734375, + 0.04412841796875, + -0.0194244384765625, + 0.0276031494140625, + 0.0308685302734375, + -0.0159759521484375, + -0.0169830322265625, + -0.00569915771484375, + -0.048309326171875, + 0.0025768280029296875, + -0.0007147789001464844, + 0.041961669921875, + -0.018798828125, + -0.06793212890625, + -0.00839996337890625, + -0.018707275390625, + 0.014434814453125, + -0.034149169921875, + 0.00630950927734375, + 0.05084228515625, + 0.00853729248046875, + -0.009307861328125, + 0.018524169921875, + -0.053375244140625, + -0.04486083984375, + 0.01416778564453125, + 0.00458526611328125, + -0.0129852294921875, + 0.01788330078125, + 0.0124359130859375, + -0.031402587890625, + -0.026336669921875, + -0.002361297607421875, + -0.026153564453125, + 0.005084991455078125, + -0.0113067626953125, + 0.02923583984375, + 0.0245208740234375, + 0.0025768280029296875, + 0.0016117095947265625, + -0.0237884521484375, + 0.038665771484375, + 0.0157928466796875, + -0.010894775390625, + -0.038665771484375, + 0.043212890625, + -0.04412841796875, + -0.0010156631469726562, + -0.010528564453125, + 0.0024852752685546875, + 0.008758544921875, + 0.00812530517578125, + -0.014801025390625, + -0.0239715576171875, + -0.0029277801513671875, + -0.032867431640625, + 0.0012254714965820312, + 0.0247039794921875, + -0.0281524658203125, + 0.0357666015625, + -0.025238037109375, + -0.046478271484375, + -0.01216888427734375, + 0.0274200439453125, + -0.004016876220703125, + -0.0089874267578125, + -0.058837890625, + -0.01026153564453125, + 0.038330078125, + -0.0198822021484375, + -0.044677734375, + 0.00435638427734375, + 0.0229644775390625, + 0.017608642578125, + 0.004062652587890625, + 0.00962066650390625, + 0.026153564453125, + -0.00528717041015625, + 0.018707275390625, + -0.0283355712890625, + 0.0312347412109375, + 0.061370849609375, + -0.00994110107421875, + -0.0010442733764648438, + -0.014434814453125, + 0.017425537109375, + 0.0277862548828125, + -0.044677734375, + 0.041961669921875, + -0.01216888427734375, + 0.0157928466796875, + -0.049041748046875, + 0.025970458984375, + 0.001861572265625, + -0.0239715576171875, + 0.002735137939453125, + -0.0994873046875, + -0.053375244140625, + -0.035400390625, + -0.08026123046875, + -0.0019626617431640625, + 0.017608642578125, + -0.007808685302734375, + 0.056671142578125, + -0.055938720703125, + -0.046112060546875, + 0.05047607421875, + 0.01398468017578125, + -0.00885009765625, + 0.0161590576171875, + -0.05010986328125, + -0.04248046875, + 0.006038665771484375, + 0.033416748046875, + -0.034515380859375, + -0.0450439453125, + -0.01407623291015625, + -0.021697998046875, + -0.006809234619140625, + -0.0306854248046875, + -0.0072174072265625, + -0.0361328125, + 0.047943115234375, + 0.01806640625, + 0.014801025390625, + 0.009307861328125, + 0.0241546630859375, + -0.00649261474609375, + -0.0718994140625, + -0.00726318359375, + -0.0443115234375, + -0.004291534423828125, + -0.005062103271484375, + 0.0584716796875, + -0.031768798828125, + -0.0206146240234375, + -0.014617919921875, + 0.00015103816986083984, + 0.049041748046875, + 0.0276031494140625, + 0.0109405517578125, + -0.02960205078125, + 0.005107879638671875, + -0.018890380859375, + 0.048309326171875, + -0.0164337158203125, + -0.00789642333984375, + 0.0279693603515625, + -0.0016345977783203125, + 0.0159759521484375, + 0.0012998580932617188, + -0.03485107421875, + -0.01152801513671875, + 0.021881103515625, + -0.0071258544921875, + 0.014251708984375, + 0.01039886474609375, + -0.019073486328125, + 0.06866455078125, + 0.074462890625, + 0.00551605224609375, + 0.031951904296875, + -0.007762908935546875, + -0.0283355712890625, + 0.02850341796875, + 0.0198822021484375, + -0.025970458984375, + -0.0092620849609375, + 0.0357666015625, + 0.010528564453125, + 0.0095367431640625, + -0.0007662773132324219, + -0.03594970703125, + -0.01507568359375, + -0.04974365234375, + 0.025238037109375, + -0.05194091796875, + -0.032684326171875, + -0.017425537109375, + 0.0197906494140625, + 0.006855010986328125, + 0.054473876953125, + 0.021331787109375, + 0.006084442138671875, + 0.0125274658203125, + -0.003108978271484375, + -0.0027923583984375, + 0.0172576904296875, + 0.003108978271484375, + 0.033416748046875, + -0.00640106201171875, + 0.025054931640625, + -0.01226043701171875, + 0.0274200439453125, + 0.02923583984375, + -0.0170745849609375, + -0.0113067626953125, + 0.0584716796875, + -0.0029964447021484375, + -0.0308685302734375, + -0.03558349609375, + -0.02215576171875, + -0.01012420654296875, + -0.022705078125, + 0.004016876220703125, + 0.00440216064453125, + -0.00476837158203125, + -0.055206298828125, + -0.00626373291015625, + 0.0130767822265625, + -0.0241546630859375, + 0.0130767822265625, + 0.0361328125, + -0.01161956787109375, + -0.0270538330078125, + -0.00989532470703125, + 0.021331787109375, + 0.02215576171875, + -0.0303192138671875, + 0.0167999267578125, + -0.0008683204650878906, + -0.034698486328125, + 0.032867431640625, + 0.0130767822265625, + 0.0205230712890625, + -0.002223968505859375, + -0.0192413330078125, + 0.024871826171875, + -0.0283355712890625, + 0.040313720703125, + 0.0281524658203125, + -0.00644683837890625, + -0.01216888427734375, + 0.0071258544921875, + 0.039031982421875, + 0.031585693359375, + -0.046844482421875, + -0.01824951171875, + -0.08282470703125, + 0.0093536376953125, + -0.06829833984375, + -0.048675537109375, + -0.0443115234375, + -0.062469482421875, + 0.06610107421875, + -0.025421142578125, + -0.0308685302734375, + 0.007537841796875, + 0.0241546630859375, + 0.0033817291259765625, + 0.019073486328125, + 0.006946563720703125, + -0.0228729248046875, + 0.0038356781005859375, + 0.06903076171875, + 0.0194244384765625, + -0.01007843017578125, + 0.0128021240234375, + 0.00794219970703125, + -0.014984130859375, + 0.033233642578125, + -0.0312347412109375, + 0.0128936767578125, + 0.02960205078125, + 0.03704833984375, + 0.014984130859375, + -0.03521728515625, + 0.0364990234375, + 0.01021575927734375, + 0.0364990234375, + -0.047943115234375, + -0.038665771484375, + 0.0011234283447265625, + 0.026336669921875, + -0.005039215087890625, + -0.06646728515625, + 0.00115203857421875, + 0.056671142578125, + 0.02886962890625, + -0.034332275390625, + -0.0017023086547851562, + -0.0162506103515625, + -0.004947662353515625, + 0.0202484130859375, + -0.0010042190551757812, + 0.031585693359375, + 0.038665771484375, + -0.039398193359375, + 0.00649261474609375, + 0.0025653839111328125, + 0.0021343231201171875, + -0.033416748046875, + -0.053375244140625, + -0.018524169921875, + 0.0108489990234375, + -0.04486083984375, + -0.005176544189453125, + 0.0243377685546875, + -0.0159759521484375, + -0.01171112060546875, + -0.0234222412109375, + 0.02215576171875, + -0.0234222412109375, + -0.05303955078125, + 0.0003533363342285156, + -0.03521728515625, + -0.05267333984375, + -0.0088958740234375, + 0.04449462890625, + 0.0037899017333984375, + 0.017608642578125, + -0.014801025390625, + -0.0277862548828125, + -0.05010986328125, + 0.0129852294921875, + -0.0128936767578125, + 0.018798828125, + -0.0184326171875, + 0.014617919921875, + 0.0294189453125, + 0.055206298828125, + 0.0012769699096679688, + 0.047943115234375, + 0.01561737060546875, -0.022064208984375, - 0.02154541015625, - -0.005855560302734375, - -0.006954193115234375, - -0.00223541259765625, - 0.003765106201171875 + 0.01343536376953125, + 0.0274200439453125, + -0.0093536376953125, + 0.0164337158203125, + -0.0054473876953125, + -0.031951904296875, + 0.0043792724609375, + -0.0450439453125, + 0.014892578125, + 0.032318115234375, + 0.0203399658203125, + 0.032318115234375, + -0.0223388671875, + 0.003631591796875, + 0.056304931640625, + 0.0236053466796875, + 0.09588623046875, + -0.01389312744140625, + -0.04376220703125, + -0.0172576904296875, + 0.032684326171875, + -0.0092620849609375, + -0.0286865234375, + 0.0443115234375, + 0.006130218505859375, + -0.0168914794921875, + 0.039031982421875, + -0.017608642578125, + 0.0428466796875, + -0.00826263427734375, + -0.0108489990234375, + 0.005855560302734375, + -0.01216888427734375, + 0.0160675048828125, + 0.05120849609375, + 0.02850341796875, + 0.002655029296875, + 0.01044464111328125, + -0.006900787353515625, + -0.031768798828125, + -0.05047607421875, + -0.04974365234375, + 0.03778076171875, + 0.041778564453125, + -0.0007772445678710938, + 0.039398193359375, + -0.01352691650390625, + -0.05047607421875, + 0.01026153564453125, + -0.0364990234375, + 0.0751953125, + 0.0308685302734375, + 0.029052734375, + 0.045928955078125, + -0.025054931640625, + 0.0193328857421875, + 0.0231475830078125, + -0.0009474754333496094, + 0.0105743408203125, + 0.01861572265625, + 0.05120849609375, + -0.0090789794921875, + -0.039764404296875, + 0.033416748046875, + 0.0435791015625, + 0.01552581787109375, + 0.004154205322265625, + 0.018157958984375, + 0.0012140274047851562, + 0.0277862548828125, + -0.03704833984375, + 0.049041748046875, + 0.031585693359375, + -0.0239715576171875, + 0.007762908935546875, + -0.00803375244140625, + 0.0294189453125, + -0.032867431640625, + 0.00469970703125, + -0.0126190185546875, + 0.0234222412109375, + 0.01434326171875, + 0.0266876220703125, + -0.0230560302734375, + 0.009490966796875, + 0.047576904296875, + -0.047943115234375, + 0.0234222412109375, + 0.036865234375, + -0.03485107421875, + 0.01361846923828125, + -0.01035308837890625, + -0.021331787109375, + 0.0199737548828125, + -0.006900787353515625, + -0.02996826171875, + 0.01049041748046875, + 0.02996826171875, + -0.048675537109375, + -0.046112060546875, + -0.0231475830078125, + -0.018341064453125, + -0.00803375244140625, + 0.0014524459838867188, + 0.03558349609375, + 0.0009136199951171875, + -0.0164337158203125, + 0.01012420654296875, + 0.038330078125, + 0.002338409423828125, + -0.04974365234375, + 0.0570068359375, + -0.018707275390625, + -0.03778076171875, + 0.0194244384765625, + 0.014984130859375, + 0.0268707275390625, + -0.025970458984375, + -0.01161956787109375, + 0.01407623291015625, + 0.02886962890625, + 0.00958251953125, + -0.0167999267578125, + -0.0294189453125, + -0.047576904296875, + -0.0301513671875, + 0.0241546630859375, + 0.021331787109375, + 0.05810546875, + -0.0110321044921875, + -0.0279693603515625, + 0.0207061767578125, + -0.032135009765625, + -0.039581298828125, + -0.0200653076171875, + 0.0357666015625, + -0.03668212890625, + 0.05120849609375, + -0.026519775390625, + 0.004016876220703125, + -0.0207061767578125, + 0.06500244140625, + 0.025054931640625, + -0.0131683349609375, + -0.04486083984375, + 0.049407958984375, + 0.039764404296875, + -0.04559326171875, + -0.0191650390625, + -0.00821685791015625, + -0.005039215087890625, + 0.0450439453125, + -0.056671142578125, + -0.00966644287109375, + 0.0228729248046875, + -0.06903076171875, + -0.01352691650390625, + -0.041046142578125, + -0.002780914306640625, + -0.047576904296875, + 0.0216064453125, + 0.02850341796875, + -0.0089874267578125, + 0.0167999267578125, + -0.0034732818603515625, + 0.022613525390625, + 0.0145263671875, + 0.0015439987182617188, + -0.01507568359375, + 0.038848876953125, + -0.06500244140625, + -0.0268707275390625, + -0.0173492431640625, + 0.05157470703125, + -0.0310516357421875, + -0.009124755859375, + 0.01226043701171875, + 0.0023040771484375, + 0.056671142578125, + -0.04248046875, + 0.0106201171875, + -0.0018949508666992188, + -0.0361328125, + -0.0305023193359375, + -0.0173492431640625, + 0.0127105712890625, + 0.021331787109375, + -0.01021575927734375, + 0.01352691650390625, + 0.048675537109375, + -0.072998046875, + 0.010711669921875, + 0.022705078125, + -0.005130767822265625, + -0.01012420654296875, + -0.01003265380859375, + -0.0024852752685546875, + 0.005764007568359375, + 0.0229644775390625, + -0.0266876220703125, + -0.0234222412109375, + -0.0860595703125, + 0.0206146240234375, + -0.025604248046875, + -0.014434814453125, + -0.03594970703125, + -0.041046142578125, + -0.054473876953125, + -0.006763458251953125, + 0.034515380859375, + 0.0305023193359375, + 0.0173492431640625, + -0.034332275390625, + -0.00630950927734375, + 0.017974853515625, + -0.025421142578125, + 0.022430419921875, + -0.032318115234375, + -0.0006837844848632812, + 0.047210693359375, + -0.0584716796875, + 0.0279693603515625, + 0.00635528564453125, + 0.039215087890625, + 0.0279693603515625, + 0.0239715576171875, + -0.0247039794921875, + 0.01525115966796875, + -0.041046142578125, + -0.0125274658203125, + -0.02178955078125, + -0.009033203125, + 0.0204315185546875, + -0.0164337158203125, + -0.0171661376953125, + 0.025238037109375, + 0.018707275390625, + 0.0305023193359375, + -0.00370025634765625, + -0.0007038116455078125, + 0.022247314453125, + 0.0002453327178955078, + 0.054107666015625, + -0.0310516357421875, + -0.054107666015625, + -0.0127105712890625, + 0.00453948974609375, + 0.040863037109375, + 0.053741455078125, + -0.00835418701171875, + -0.02252197265625, + 0.01534271240234375, + 0.0361328125, + -0.0173492431640625, + -0.02923583984375, + -0.038482666015625, + 0.0230560302734375, + 0.0088043212890625, + 0.0726318359375, + -0.002643585205078125, + 0.088623046875, + -0.0010213851928710938, + 0.00630950927734375, + 0.03485107421875, + 0.057373046875, + 0.0162506103515625, + -0.01788330078125, + -0.0595703125, + 0.00971221923828125, + -0.004337310791015625, + -0.03485107421875, + -0.0274200439453125, + -0.004791259765625, + 0.0310516357421875, + -0.07989501953125, + -0.0128936767578125, + -0.021240234375, + 0.0011749267578125, + 0.00034618377685546875, + 0.0357666015625, + 0.0028591156005859375, + 0.017608642578125, + 0.02142333984375, + -0.034332275390625, + 0.0163421630859375, + -0.0092620849609375, + -0.0128936767578125, + 0.05303955078125, + 0.04229736328125, + -0.01470947265625, + 0.0350341796875, + -0.002292633056640625, + 0.0207977294921875, + 0.033050537109375, + 0.03741455078125, + 0.01861572265625, + 0.0165252685546875, + 0.048675537109375, + 0.054473876953125, + -0.01361846923828125, + -0.018341064453125, + 0.0245208740234375, + 0.021881103515625, + 0.034149169921875, + 0.05230712890625, + -0.014617919921875, + 0.0113067626953125, + 0.021240234375, + -0.0247039794921875, + -0.014984130859375, + 0.022064208984375, + 0.00531005859375, + -0.05230712890625, + -0.054107666015625, + 0.01861572265625, + -0.05120849609375, + 0.025604248046875, + 0.0022125244140625, + -0.022247314453125, + 0.00042557716369628906, + 0.032501220703125, + -0.025970458984375, + -0.040130615234375, + 0.000014126300811767578, + -0.0034961700439453125, + -0.0164337158203125, + -0.045745849609375, + -0.046478271484375, + 0.025970458984375, + -0.0056304931640625, + -0.05303955078125, + -0.018707275390625, + 0.017974853515625, + -0.01380157470703125, + -0.0308685302734375, + -0.031951904296875, + 0.02105712890625, + -0.00449371337890625, + -0.021240234375, + -0.056671142578125, + -0.03485107421875, + 0.007354736328125, + -0.03778076171875, + -0.0194244384765625, + -0.01434326171875, + -0.0157928466796875, + -0.0034275054931640625, + -0.01361846923828125, + 0.009124755859375, + 0.019073486328125, + -0.031951904296875, + 0.0247039794921875, + 0.0196075439453125, + 0.0247039794921875, + 0.03594970703125, + 0.08099365234375, + 0.004291534423828125, + 0.009490966796875, + -0.02978515625, + -0.039031982421875, + 0.017974853515625, + 0.0045623779296875, + 0.018157958984375, + -0.05157470703125, + -0.0017480850219726562, + 0.054840087890625, + -0.07843017578125, + 0.02996826171875, + 0.0274200439453125, + -0.0372314453125, + -0.055938720703125, + 0.00958251953125, + -0.01039886474609375, + 0.0312347412109375, + 0.0904541015625, + 0.025054931640625, + -0.0038814544677734375, + 0.0168914794921875, + -0.04522705078125, + 0.062103271484375, + 0.02105712890625, + 0.0054473876953125, + -0.033782958984375, + 0.00830841064453125, + -0.001163482666015625, + -0.039215087890625, + -0.00726318359375, + -0.07080078125, + -0.0268707275390625, + 0.0350341796875, + 0.00826263427734375, + -0.0029048919677734375, + -0.025238037109375, + -0.044677734375, + -0.039031982421875, + -0.0303192138671875, + 0.041778564453125, + 0.026153564453125, + 0.0272369384765625, + -0.039215087890625, + -0.0013055801391601562, + -0.02850341796875, + -0.047943115234375, + -0.025054931640625, + -0.02923583984375, + 0.033599853515625, + 0.005992889404296875, + -0.04559326171875, + 0.0197906494140625, + 0.0128021240234375, + 0.0199737548828125, + -0.00569915771484375, + 0.04449462890625, + -0.046478271484375, + -0.0270538330078125, + -0.001186370849609375, + 0.057373046875, + -0.018798828125, + -0.00803375244140625, + 0.0157012939453125, + 0.0173492431640625, + 0.039398193359375, + -0.032684326171875, + 0.0592041015625, + 0.01226043701171875, + -0.025787353515625, + -0.038482666015625, + -0.0229644775390625, + -0.0166168212890625, + 0.05047607421875, + -0.01235198974609375, + 0.0270538330078125, + -0.018890380859375, + -0.0204315185546875, + -0.08209228515625, + 0.05084228515625, + -0.0197906494140625, + -0.0128936767578125, + 0.006084442138671875, + -0.007625579833984375, + -0.03668212890625, + -0.01416778564453125, + -0.038482666015625, + 0.0145263671875, + -0.0270538330078125, + 0.0286865234375, + -0.01543426513671875, + -0.01180267333984375, + 0.006992340087890625, + 0.0165252685546875, + -0.01788330078125, + 0.0364990234375, + 0.0109405517578125, + -0.006946563720703125, + 0.0350341796875, + -0.0312347412109375, + -0.0020427703857421875, + -0.00547027587890625, + -0.00794219970703125, + -0.0171661376953125, + 0.002361297607421875, + -0.0199737548828125, + -0.0020656585693359375, + 0.0286865234375, + 0.0450439453125, + -0.01416778564453125, + -0.002758026123046875, + -0.0003020763397216797, + 0.0165252685546875, + -0.004154205322265625, + -0.01407623291015625, + -0.00980377197265625, + -0.00726318359375, + -0.0199737548828125, + -0.0283355712890625, + -0.055206298828125, + -0.09661865234375, + -0.004901885986328125, + -0.0711669921875, + 0.0025196075439453125, + -0.0029506683349609375, + 0.05267333984375, + 0.0167083740234375, + -0.031951904296875, + 0.040496826171875, + -0.010986328125, + -0.01371002197265625, + -0.02978515625, + 0.0160675048828125, + -0.0191650390625, + 0.04229736328125, + 0.0012369155883789062, + -0.04339599609375, + 0.0207977294921875, + -0.010711669921875, + 0.004810333251953125, + -0.00994110107421875, + 0.005176544189453125, + -0.0421142578125, + 0.01552581787109375, + -0.060638427734375, + -0.01012420654296875, + 0.01049041748046875, + 0.055206298828125, + 0.007537841796875, + -0.025970458984375, + 0.046478271484375, + -0.01470947265625, + -0.06353759765625, + 0.029052734375, + -0.0197906494140625, + -0.039031982421875, + 0.00626373291015625, + -0.01398468017578125, + 0.00469970703125, + 0.00998687744140625, + 0.02886962890625, + 0.02923583984375, + 0.025054931640625, + 0.025604248046875, + -0.0199737548828125, + -0.0026226043701171875, + -0.004291534423828125, + 0.02996826171875, + 0.031951904296875, + 0.01470947265625, + -0.006671905517578125, + 0.029052734375, + -0.0126190185546875, + -0.08062744140625, + -0.0191650390625, + -0.0270538330078125, + -0.047943115234375, + -0.0025539398193359375, + 0.0882568359375, + 0.053741455078125, + -0.01751708984375, + 0.0199737548828125, + 0.0584716796875, + 0.02923583984375, + 0.0247039794921875, + -0.026153564453125, + -0.057373046875, + -0.017425537109375, + 0.02886962890625, + 0.01806640625, + -0.06280517578125, + 0.05267333984375, + 0.06427001953125, + 0.0044708251953125, + -0.0007548332214355469, + -0.0167999267578125, + 0.01371002197265625, + 0.05047607421875, + 0.0305023193359375, + 0.014251708984375, + -0.05120849609375, + 0.033599853515625, + 0.0229644775390625, + 0.02105712890625, + -0.018157958984375, + -0.01007843017578125, + -0.0279693603515625, + 0.056304931640625, + -0.046478271484375, + 0.0090789794921875, + 0.0089874267578125, + 0.06390380859375, + 0.0281524658203125, + -0.040130615234375, + -0.025054931640625, + 0.07373046875, + 0.021331787109375, + -0.0207977294921875, + 0.0093994140625, + 0.00980377197265625, + -0.01543426513671875, + 0.039031982421875, + 0.0266876220703125, + -0.0009927749633789062, + 0.03759765625, + -0.001316070556640625, + -0.06866455078125, + 0.0570068359375, + 0.004970550537109375, + 0.024871826171875, + -0.0009927749633789062, + -0.053375244140625, + -0.01235198974609375, + -0.034515380859375, + 0.034515380859375, + 0.017425537109375, + 0.031951904296875, + 0.0126190185546875, + -0.00476837158203125, + -0.0270538330078125, + 0.009490966796875, + 0.0228729248046875, + 0.02197265625, + -0.006130218505859375, + -0.009124755859375, + 0.01861572265625, + 0.0268707275390625, + 0.0184326171875, + -0.02923583984375, + 0.0232391357421875, + -0.0272369384765625, + -0.0106658935546875, + -0.032867431640625, + 0.0310516357421875, + 0.00547027587890625, + 0.0016002655029296875, + 0.00994110107421875, + -0.001129150390625, + 0.0239715576171875, + -0.02178955078125, + -0.047943115234375, + 0.018707275390625, + 0.0074920654296875, + -0.0276031494140625, + 0.02886962890625, + 0.004199981689453125, + -0.0216064453125, + 0.0093994140625, + -0.04559326171875, + 0.08026123046875, + 0.0279693603515625, + 0.0303192138671875, + -0.006130218505859375, + 0.0301513671875, + 0.055938720703125, + 0.009033203125, + -0.01044464111328125, + 0.022796630859375, + -0.0198822021484375, + 0.06829833984375, + 0.055572509765625, + -0.0038356781005859375, + -0.033782958984375, + 0.025970458984375, + 0.005992889404296875, + -0.05047607421875, + 0.0113067626953125, + 0.0165252685546875, + 0.0006666183471679688, + -0.02923583984375, + -0.008941650390625, + 0.0165252685546875, + -0.0592041015625, + 0.05157470703125, + 0.0310516357421875, + -0.0013113021850585938, + 0.03631591796875, + -0.05303955078125, + 0.04248046875, + 0.00862884521484375, + 0.05010986328125, + -0.0312347412109375, + 0.05810546875, + -0.025421142578125, + 0.0169830322265625, + 0.00971221923828125, + 0.0231475830078125, + 0.0223388671875, + 0.0272369384765625, + -0.02886962890625, + 0.06463623046875, + 0.0159759521484375, + 0.0024623870849609375, + -0.049407958984375, + -0.0045166015625, + 0.00785064697265625, + 0.0239715576171875, + 0.046844482421875, + -0.05303955078125, + -0.01235198974609375, + -0.004314422607421875, + 0.05230712890625, + 0.0595703125, + -0.0207061767578125, + 0.0361328125, + -0.0038814544677734375, + -0.0000826120376586914, + -0.003200531005859375, + -0.0281524658203125 ], "metadata": { "domains": [ @@ -37980,25 +68483,4258 @@ "cloud-forensics", "ics-forensics" ], - "phases": [], + "phases": [ + "examination", + "analysis", + "reporting" + ], "tags": [ "gui", - "command-line", + "web-interface", + "commercial", + "collaboration", + "visualization", + "cloud-artifacts", + "power-query", + "ediscovery", + "version-control", + "team-integration", + "mobile-apps", + "automation-capable" + ], + "skillLevel": "novice", + "type": "tool" + } + }, + { + "id": "tool_Wireshark", + "type": "tool", + "name": "Wireshark", + "content": "wireshark der unangefochtene könig der netzwerk-protokoll-analyse dekodiert die meisten netzwerkprotokolle von ethernet bis zu exotischen ics-protokollen. display-filter mit mächtiger syntax ermöglichen chirurgisch präzise paket-selektion. follow-stream rekonstruiert komplette tcp-sessions, http-uploads oder ftp-transfers. expert-info identifiziert anomalien wie retransmissions, malformed packets oder protokoll-violations. die statistik-funktionen visualisieren conversations, io-graphs und protocol-hierarchien. export-objekte extrahiert übertragene dateien aus http, smb oder tftp. coloring-rules heben verdächtige pakete hervor. geoip-integration zeigt geografische verbindungsdaten. tls-decryption mit private keys oder sslkeylogfile. die lua- und c-plugin-api erlaubt custom-dissectors. unverzichtbar für malware-c2-analyse, data-exfiltration-erkennung und netzwerk-troubleshooting. gui protocol-decode packet-filtering pcap-capture cross-platform session-reconstruction display-filters follow-stream expert-info statistics coloring-rules tls-decryption incident-response malware-analysis network-forensics cloud-forensics ics-forensics fraud-investigation examination analysis", + "embedding": [ + -0.02032470703125, + 0.0014066696166992188, + 0.04583740234375, + 0.027374267578125, + 0.034637451171875, + 0.0231170654296875, + 0.0142059326171875, + 0.005886077880859375, + -0.040863037109375, + -0.005573272705078125, + -0.039398193359375, + 0.044586181640625, + 0.0245819091796875, + -0.0015554428100585938, + -0.07342529296875, + 0.033599853515625, + -0.02447509765625, + -0.0014390945434570312, + -0.0012121200561523438, + 0.01441192626953125, + -0.02001953125, + 0.0011539459228515625, + -0.052886962890625, + 0.00736236572265625, + -0.0185546875, + -0.0014581680297851562, + -0.0207366943359375, + -0.0845947265625, + -0.01389312744140625, + 0.0206298828125, + 0.013275146484375, + -0.01181793212890625, + -0.0043792724609375, + 0.031951904296875, + 0.00331878662109375, + -0.0173187255859375, + 0.022918701171875, + -0.060546875, + -0.0240631103515625, + 0.055999755859375, + -0.0159759521484375, + -0.0220794677734375, + 0.014312744140625, + -0.00969696044921875, + -0.0202178955078125, + -0.0269622802734375, + -0.0029544830322265625, + -0.0034732818603515625, + 0.019805908203125, + -0.018035888671875, + 0.046875, + 0.0084991455078125, + -0.00824737548828125, + -0.0071563720703125, + -0.041259765625, + 0.027587890625, + 0.04376220703125, + -0.034423828125, + -0.037109375, + 0.067626953125, + -0.0234375, + -0.0217742919921875, + -0.01255035400390625, + -0.015869140625, + 0.0251922607421875, + 0.0005283355712890625, + -0.020538330078125, + -0.0262298583984375, + -0.0121307373046875, + -0.00339508056640625, + 0.00829315185546875, + -0.018035888671875, + -0.00658416748046875, + 0.0302734375, + -0.0269622802734375, + -0.03607177734375, + 0.00547027587890625, + 0.020843505859375, + 0.015869140625, + 0.0131683349609375, + -0.045623779296875, + 0.01409912109375, + 0.05474853515625, + -0.00015878677368164062, + -0.0050048828125, + -0.0015039443969726562, + 0.035675048828125, + -0.0071563720703125, + 0.0136871337890625, + 0.006351470947265625, + 0.0302734375, + -0.020843505859375, + 0.0277862548828125, + -0.019287109375, + 0.0447998046875, + 0.036712646484375, + -0.0311126708984375, + 0.0016460418701171875, + -0.0004730224609375, + 0.02374267578125, + 0.030487060546875, + -0.030487060546875, + 0.0516357421875, + 0.00296783447265625, + 0.046234130859375, + -0.018768310546875, + -0.0025272369384765625, + -0.0104217529296875, + -0.004924774169921875, + -0.0222930908203125, + -0.0845947265625, + -0.02655029296875, + -0.0219879150390625, + -0.064697265625, + -0.008758544921875, + 0.0027866363525390625, + -0.019073486328125, + 0.037109375, + -0.03857421875, + -0.046234130859375, + 0.01125335693359375, + 0.00495147705078125, + -0.017425537109375, + -0.0016851425170898438, + -0.05682373046875, + -0.06884765625, + 0.0017757415771484375, + 0.02105712890625, + -0.049346923828125, + -0.01203155517578125, + 0.00803375244140625, + 0.005313873291015625, + 0.000010907649993896484, + 0.00865936279296875, + -0.00218963623046875, + -0.0251922607421875, + 0.02862548828125, + -0.0005736351013183594, + -0.01103973388671875, + 0.0006384849548339844, + 0.0298614501953125, + -0.023223876953125, + -0.05059814453125, + -0.0032787322998046875, + -0.0248870849609375, + -0.01151275634765625, + -0.0188751220703125, + 0.0264434814453125, + -0.01140594482421875, + -0.00865936279296875, + -0.0162811279296875, + 0.0202178955078125, + 0.04437255859375, + -0.001659393310546875, + 0.02032470703125, + -0.036285400390625, + -0.00829315185546875, + -0.0311126708984375, + 0.0233306884765625, + -0.0302734375, + 0.0019445419311523438, + 0.0083465576171875, + -0.0231170654296875, + 0.01099395751953125, + 0.00482177734375, + -0.0277862548828125, + -0.00443267822265625, + 0.003810882568359375, + 0.0214691162109375, + -0.0199127197265625, + 0.01270294189453125, + 0.0013675689697265625, + 0.048126220703125, + 0.0780029296875, + 0.01010894775390625, + 0.02447509765625, + 0.0102691650390625, + -0.016693115234375, + 0.0081939697265625, + 0.036712646484375, + -0.00710296630859375, + -0.01171875, + 0.03131103515625, + 0.006015777587890625, + 0.027587890625, + -0.0277862548828125, + -0.0296630859375, + -0.0176239013671875, + -0.03131103515625, + 0.01125335693359375, + -0.033599853515625, + -0.018768310546875, + -0.01140594482421875, + 0.0093841552734375, + 0.026336669921875, + 0.0543212890625, + 0.05059814453125, + 0.009490966796875, + 0.045196533203125, + -0.00865936279296875, + -0.0004115104675292969, + 0.019287109375, + -0.00658416748046875, + 0.027374267578125, + 0.007778167724609375, + 0.022918701171875, + -0.0157623291015625, + 0.033172607421875, + 0.00710296630859375, + -0.02716064453125, + -0.01285552978515625, + 0.036712646484375, + -0.0185546875, + -0.00632476806640625, + -0.008453369140625, + -0.02862548828125, + 0.0228118896484375, + -0.0090179443359375, + 0.01280975341796875, + -0.0084991455078125, + 0.0031490325927734375, + -0.04376220703125, + -0.0078277587890625, + 0.048736572265625, + -0.042510986328125, + 0.051422119140625, + 0.0259246826171875, + -0.027374267578125, + -0.01544952392578125, + 0.023956298828125, + 0.018768310546875, + 0.006221771240234375, + 0.004848480224609375, + -0.015350341796875, + -0.01409912109375, + -0.011871337890625, + 0.06597900390625, + 0.050201416015625, + 0.005107879638671875, + 0.0193939208984375, + -0.021881103515625, + 0.032135009765625, + -0.02374267578125, + 0.0264434814453125, + 0.01306915283203125, + -0.0196990966796875, + 0.01296234130859375, + 0.0030975341796875, + 0.00736236572265625, + 0.062225341796875, + -0.06842041015625, + 0.00339508056640625, + -0.0572509765625, + -0.0152435302734375, + -0.0738525390625, + -0.0308990478515625, + -0.045013427734375, + -0.051239013671875, + 0.03961181640625, + -0.0027217864990234375, + -0.0350341796875, + 0.0009074211120605469, + -0.00814056396484375, + -0.01409912109375, + 0.046661376953125, + -0.0298614501953125, + -0.0196990966796875, + -0.01140594482421875, + 0.0999755859375, + -0.0020084381103515625, + -0.0188751220703125, + -0.0225982666015625, + 0.0199127197265625, + -0.00030303001403808594, + 0.01068115234375, + -0.01409912109375, + 0.00933074951171875, + 0.042938232421875, + 0.00038242340087890625, + 0.03338623046875, + -0.02374267578125, + -0.007724761962890625, + 0.00736236572265625, + 0.04791259765625, + -0.02862548828125, + 0.0096435546875, + 0.01348114013671875, + -0.019073486328125, + 0.0004634857177734375, + -0.052886962890625, + 0.00572967529296875, + 0.0248870849609375, + 0.01192474365234375, + 0.0191802978515625, + 0.01275634765625, + -0.053924560546875, + 0.007465362548828125, + 0.01959228515625, + 0.005367279052734375, + 0.0119781494140625, + 0.04791259765625, + -0.03753662109375, + 0.006145477294921875, + 0.00567626953125, + 0.01207733154296875, + -0.050811767578125, + -0.03070068359375, + -0.01337432861328125, + 0.012237548828125, + -0.0400390625, + -0.026031494140625, + 0.02581787109375, + -0.01203155517578125, + 0.03857421875, + -0.006351470947265625, + -0.0225982666015625, + -0.0323486328125, + -0.03753662109375, + 0.015869140625, + -0.043975830078125, + -0.04437255859375, + -0.042510986328125, + 0.05682373046875, + 0.004486083984375, + 0.0290374755859375, + 0.00788116455078125, + 0.0262298583984375, + -0.050811767578125, + 0.048126220703125, + -0.0107879638671875, + 0.016998291015625, + 0.00487518310546875, + 0.048309326171875, + 0.033599853515625, + 0.03753662109375, + 0.03692626953125, + 0.052276611328125, + 0.01441192626953125, + 0.0018405914306640625, + 0.0016202926635742188, + 0.0186614990234375, + 0.0037078857421875, + 0.050384521484375, + -0.004329681396484375, + -0.02862548828125, + -0.0259246826171875, + -0.04107666015625, + 0.0113525390625, + 0.031951904296875, + 0.01285552978515625, + 0.0136871337890625, + -0.018463134765625, + -0.0081939697265625, + 0.044158935546875, + 0.018035888671875, + 0.08172607421875, + -0.00891876220703125, + -0.04583740234375, + 0.01207733154296875, + 0.023956298828125, + -0.041259765625, + 0.016387939453125, + 0.036712646484375, + 0.01285552978515625, + 0.01337432861328125, + 0.0256195068359375, + -0.0204315185546875, + 0.03173828125, + -0.0196990966796875, + -0.02001953125, + -0.0350341796875, + -0.00684356689453125, + -0.01441192626953125, + 0.04437255859375, + 0.01068115234375, + 0.01239013671875, + 0.049346923828125, + -0.03692626953125, + -0.032989501953125, + -0.0400390625, + -0.07550048828125, + -0.01207733154296875, + 0.0105743408203125, + 0.01062774658203125, + 0.067626953125, + -0.050201416015625, + -0.0543212890625, + 0.0137939453125, + -0.042938232421875, + 0.07421875, + 0.0433349609375, + 0.012908935546875, + 0.047088623046875, + -0.01207733154296875, + -0.0000311732292175293, + 0.02923583984375, + 0.007049560546875, + 0.00824737548828125, + 0.070068359375, + 0.01409912109375, + 0.013275146484375, + -0.0308990478515625, + -0.010833740234375, + 0.042724609375, + -0.0061187744140625, + -0.0126495361328125, + 0.03546142578125, + 0.01047515869140625, + 0.0255126953125, + -0.045623779296875, + 0.04791259765625, + 0.0243682861328125, + -0.02447509765625, + 0.006298065185546875, + 0.0016717910766601562, + 0.01441192626953125, + -0.049346923828125, + 0.00650787353515625, + 0.02032470703125, + 0.0236358642578125, + 0.03607177734375, + 0.016387939453125, + -0.03070068359375, + -0.01171875, + 0.049163818359375, + -0.0572509765625, + 0.005367279052734375, + 0.030487060546875, + -0.007518768310546875, + 0.0160675048828125, + -0.049163818359375, + -0.04852294921875, + 0.00907135009765625, + -0.033599853515625, + -0.047088623046875, + 0.023223876953125, + 0.016387939453125, + -0.055572509765625, + -0.037109375, + -0.032562255859375, + -0.00658416748046875, + -0.01192474365234375, + -0.0308990478515625, + 0.02923583984375, + -0.00521087646484375, + 0.01171875, + 0.0256195068359375, + 0.00984954833984375, + -0.011199951171875, + -0.0379638671875, + 0.050811767578125, + -0.006221771240234375, + -0.021881103515625, + 0.018035888671875, + 0.0238494873046875, + 0.0021514892578125, + -0.0233306884765625, + -0.0152435302734375, + -0.0005865097045898438, + 0.0028133392333984375, + 0.0206298828125, + 0.008758544921875, + -0.0447998046875, + -0.0090179443359375, + -0.0447998046875, + 0.037750244140625, + 0.007518768310546875, + 0.041259765625, + 0.007205963134765625, + -0.0634765625, + 0.0081939697265625, + -0.046051025390625, + -0.004638671875, + 0.01824951171875, + 0.0092315673828125, + -0.010833740234375, + 0.055572509765625, + -0.007778167724609375, + 0.0095367431640625, + 0.006999969482421875, + 0.0267486572265625, + 0.0207366943359375, + -0.0048980712890625, + -0.046875, + 0.051849365234375, + 0.0207366943359375, + -0.0614013671875, + 0.001827239990234375, + -0.03070068359375, + -0.01270294189453125, + 0.0262298583984375, + -0.03399658203125, + 0.0038890838623046875, + -0.0217742919921875, + -0.05206298828125, + -0.00487518310546875, + -0.049346923828125, + -0.011871337890625, + -0.03692626953125, + 0.0181427001953125, + 0.01114654541015625, + 0.01151275634765625, + 0.029449462890625, + 0.01255035400390625, + -0.01348114013671875, + 0.0257110595703125, + -0.01239013671875, + -0.0204315185546875, + 0.00250244140625, + -0.0572509765625, + -0.01177215576171875, + 0.00409698486328125, + 0.059326171875, + -0.02862548828125, + -0.005573272705078125, + -0.003810882568359375, + -0.00469207763671875, + 0.03338623046875, + -0.03753662109375, + -0.01129913330078125, + -0.0185546875, + -0.017425537109375, + -0.033599853515625, + -0.030487060546875, + 0.02923583984375, + 0.0288238525390625, + -0.0261383056640625, + -0.01285552978515625, + 0.039398193359375, + -0.04107666015625, + 0.01409912109375, + 0.0311126708984375, + -0.02716064453125, + 0.00296783447265625, + -0.0131683349609375, + 0.01959228515625, + -0.01898193359375, + 0.020111083984375, + -0.0288238525390625, + -0.0350341796875, + -0.080078125, + 0.0296630859375, + -0.01285552978515625, + -0.01824951171875, + -0.031524658203125, + -0.049163818359375, + -0.05059814453125, + -0.0207366943359375, + 0.035247802734375, + -0.007465362548828125, + -0.015350341796875, + -0.03900146484375, + -0.0186614990234375, + -0.032562255859375, + -0.0338134765625, + 0.052886962890625, + -0.01259613037109375, + 0.0113525390625, + 0.0105743408203125, + -0.04376220703125, + 0.04998779296875, + 0.0256195068359375, + 0.02105712890625, + 0.0279998779296875, + 0.014312744140625, + -0.00865936279296875, + 0.01337432861328125, + -0.0040435791015625, + -0.0188751220703125, + 0.00917816162109375, + -0.00417327880859375, + 0.023223876953125, + -0.02166748046875, + -0.00461578369140625, + 0.014312744140625, + 0.03399658203125, + 0.0217742919921875, + 0.00450897216796875, + -0.00881195068359375, + 0.042510986328125, + -0.0029430389404296875, + 0.0421142578125, + -0.0251922607421875, + -0.0308990478515625, + -0.006999969482421875, + 0.01229095458984375, + 0.0281982421875, + 0.0379638671875, + 0.0067901611328125, + -0.015655517578125, + 0.00860595703125, + 0.055572509765625, + -0.0277862548828125, + -0.03607177734375, + -0.042510986328125, + -0.0228118896484375, + 0.0165863037109375, + 0.05474853515625, + -0.022918701171875, + 0.0655517578125, + 0.01233673095703125, + -0.01151275634765625, + 0.048736572265625, + 0.0667724609375, + 0.034423828125, + -0.0090179443359375, + -0.04583740234375, + -0.00279998779296875, + 0.0076751708984375, + -0.0323486328125, + -0.03900146484375, + -0.016998291015625, + 0.07342529296875, + -0.06719970703125, + -0.009124755859375, + -0.0259246826171875, + 0.00824737548828125, + -0.0040435791015625, + -0.003993988037109375, + -0.036285400390625, + 0.02862548828125, + -0.01088714599609375, + -0.03607177734375, + 0.00855255126953125, + -0.0206298828125, + 0.01824951171875, + 0.041473388671875, + 0.04541015625, + -0.032135009765625, + 0.01229095458984375, + 0.0350341796875, + 0.060546875, + 0.019073486328125, + 0.061798095703125, + 0.02032470703125, + 0.031524658203125, + 0.04022216796875, + 0.033599853515625, + -0.01296234130859375, + -0.0300750732421875, + 0.0288238525390625, + 0.0379638671875, + 0.037322998046875, + 0.0489501953125, + 0.00855255126953125, + -0.033599853515625, + -0.0228118896484375, + -0.0391845703125, + 0.005832672119140625, + 0.0012187957763671875, + -0.0217742919921875, + -0.055572509765625, + -0.059326171875, + 0.02923583984375, + -0.05517578125, + 0.046875, + 0.03131103515625, + -0.00502777099609375, + -0.0213623046875, + 0.0199127197265625, + 0.006557464599609375, + -0.055999755859375, + 0.010009765625, + -0.01959228515625, + -0.03900146484375, + -0.0391845703125, + -0.02655029296875, + 0.03607177734375, + -0.01270294189453125, + -0.07672119140625, + -0.0246734619140625, + 0.033172607421875, + -0.026031494140625, + 0.0032138824462890625, + -0.0220794677734375, + 0.021881103515625, + -0.0160675048828125, + -0.0181427001953125, + -0.049774169921875, + -0.00762176513671875, + 0.0083465576171875, + -0.0204315185546875, + -0.01483154296875, + -0.001659393310546875, + -0.00528717041015625, + 0.0109405517578125, + -0.01483154296875, + -0.034210205078125, + 0.04998779296875, + -0.030487060546875, + 0.037109375, + 0.00995635986328125, + 0.02447509765625, + 0.046234130859375, + 0.0572509765625, + 0.003681182861328125, + 0.0032405853271484375, + -0.0032405853271484375, + -0.0584716796875, + 0.01088714599609375, + -0.0002884864807128906, + -0.0009527206420898438, + -0.08831787109375, + 0.005107879638671875, + 0.037750244140625, + -0.084228515625, + 0.007465362548828125, + 0.01036834716796875, + -0.010009765625, + -0.053497314453125, + -0.0030975341796875, + 0.01068115234375, + -0.0179443359375, + 0.0833740234375, + 0.0107879638671875, + -0.0167999267578125, + 0.022705078125, + -0.05267333984375, + 0.0584716796875, + 0.00689697265625, + 0.050201416015625, + -0.045196533203125, + 0.024261474609375, + 0.00798797607421875, + -0.0281982421875, + -0.00572967529296875, + -0.07879638671875, + 0.0031757354736328125, + 0.02001953125, + 0.0296630859375, + -0.0100555419921875, + -0.0100555419921875, + -0.055572509765625, + 0.0029430389404296875, + -0.019073486328125, + 0.0008230209350585938, + 0.0243682861328125, + 0.0013608932495117188, + -0.0391845703125, + -0.0061187744140625, + -0.0181427001953125, + -0.052886962890625, + -0.042938232421875, + -0.0262298583984375, + 0.04791259765625, + 0.025299072265625, + -0.06304931640625, + 0.0199127197265625, + 0.0073089599609375, + -0.00128936767578125, + 0.0247802734375, + 0.0400390625, + -0.0721435546875, + 0.0081939697265625, + -0.007259368896484375, + 0.01483154296875, + 0.006740570068359375, + 0.00710296630859375, + 0.0024623870849609375, + 0.0147247314453125, + 0.01239013671875, + -0.0234375, + 0.049163818359375, + 0.049560546875, + 0.0012445449829101562, + -0.061798095703125, + -0.0107879638671875, + -0.00969696044921875, + 0.0391845703125, + 0.00244903564453125, + 0.051422119140625, + 0.0096435546875, + -0.0350341796875, + -0.09454345703125, + 0.0489501953125, + -0.025299072265625, + 0.035888671875, + 0.006534576416015625, + -0.030487060546875, + -0.06390380859375, + -0.04852294921875, + -0.034637451171875, + 0.0290374755859375, + -0.029449462890625, + 0.04437255859375, + 0.01259613037109375, + -0.007568359375, + 0.02032470703125, + -0.0186614990234375, + -0.0026187896728515625, + 0.04168701171875, + 0.010833740234375, + -0.041900634765625, + 0.060546875, + -0.016693115234375, + 0.03546142578125, + -0.03173828125, + 0.008758544921875, + -0.02001953125, + -0.006610870361328125, + -0.0213623046875, + -0.00383758544921875, + 0.032562255859375, + 0.03753662109375, + -0.0209503173828125, + -0.005519866943359375, + -0.0288238525390625, + 0.034637451171875, + 0.01337432861328125, + 0.0033702850341796875, + 0.015655517578125, + 0.00228118896484375, + -0.006351470947265625, + -0.0323486328125, + -0.060150146484375, + -0.0916748046875, + 0.0008683204650878906, + -0.049346923828125, + 0.0037078857421875, + 0.00598907470703125, + 0.027374267578125, + 0.0212554931640625, + -0.0193939208984375, + 0.0290374755859375, + -0.009796142578125, + -0.0196990966796875, + -0.034637451171875, + 0.00461578369140625, + -0.01483154296875, + 0.04376220703125, + 0.0165863037109375, + -0.0199127197265625, + 0.0241546630859375, + -0.00443267822265625, + -0.01239013671875, + -0.0006384849548339844, + 0.007415771484375, + -0.0338134765625, + 0.0212554931640625, + -0.08172607421875, + -0.00502777099609375, + 0.0251007080078125, + 0.055999755859375, + -0.0023193359375, + -0.01270294189453125, + 0.047271728515625, + -0.02032470703125, + -0.0584716796875, + 0.0236358642578125, + -0.0234375, + -0.0474853515625, + 0.026336669921875, + -0.0256195068359375, + 0.020843505859375, + 0.017730712890625, + 0.042510986328125, + 0.040863037109375, + 0.023956298828125, + 0.03692626953125, + -0.052459716796875, + -0.0071563720703125, + -0.014312744140625, + 0.0279998779296875, + 0.0084991455078125, + 0.02923583984375, + -0.00025916099548339844, + 0.02923583984375, + -0.0269622802734375, + -0.08172607421875, + -0.01348114013671875, + -0.040863037109375, + -0.05059814453125, + 0.0102691650390625, + 0.07257080078125, + 0.046661376953125, + -0.019073486328125, + 0.01177215576171875, + 0.0308990478515625, + 0.0308990478515625, + -0.002410888671875, + -0.00417327880859375, + -0.06427001953125, + -0.0028133392333984375, + 0.0379638671875, + -0.013275146484375, + -0.062225341796875, + 0.0421142578125, + 0.0584716796875, + -0.01088714599609375, + -0.0206298828125, + 0.026336669921875, + 0.005313873291015625, + 0.051849365234375, + 0.0172119140625, + 0.032989501953125, + -0.07879638671875, + 0.032989501953125, + 0.020538330078125, + -0.00839996337890625, + -0.004589080810546875, + -0.01348114013671875, + -0.02001953125, + 0.04107666015625, + -0.064697265625, + -0.00012636184692382812, + 0.03692626953125, + 0.07672119140625, + 0.00554656982421875, + -0.03173828125, + -0.02862548828125, + 0.0255126953125, + 0.01617431640625, + -0.0204315185546875, + -0.00003445148468017578, + 0.023223876953125, + -0.00045680999755859375, + 0.0338134765625, + 0.05267333984375, + -0.012237548828125, + 0.01959228515625, + 0.004486083984375, + -0.055572509765625, + 0.0206298828125, + -0.006221771240234375, + 0.0269622802734375, + 0.002643585205078125, + -0.0323486328125, + -0.02001953125, + -0.053924560546875, + 0.0281982421875, + 0.014617919921875, + 0.04644775390625, + 0.0050811767578125, + -0.01451873779296875, + 0.01451873779296875, + -0.00829315185546875, + 0.030487060546875, + 0.0447998046875, + 0.01493072509765625, + 0.01337432861328125, + 0.03857421875, + 0.0090179443359375, + -0.0028896331787109375, + -0.010162353515625, + 0.0214691162109375, + -0.037750244140625, + 0.003421783447265625, + -0.032562255859375, + -0.0004439353942871094, + 0.0032405853271484375, + -0.0220794677734375, + -0.023956298828125, + -0.038360595703125, + 0.0024623870849609375, + -0.019073486328125, + -0.02923583984375, + -0.01088714599609375, + 0.044158935546875, + -0.0338134765625, + 0.001827239990234375, + 0.02655029296875, + 0.01177215576171875, + 0.0447998046875, + -0.0400390625, + 0.06634521484375, + 0.01959228515625, + 0.0238494873046875, + -0.0037078857421875, + -0.0119781494140625, + 0.03814697265625, + -0.015869140625, + 0.00417327880859375, + 0.047271728515625, + -0.037322998046875, + 0.06304931640625, + 0.0298614501953125, + 0.0172119140625, + -0.05517578125, + 0.013580322265625, + 0.019500732421875, + -0.03961181640625, + 0.04998779296875, + 0.0095367431640625, + 0.006378173828125, + -0.0269622802734375, + 0.0024623870849609375, + -0.0269622802734375, + -0.050384521484375, + 0.06842041015625, + 0.022918701171875, + 0.0037326812744140625, + 0.0084991455078125, + -0.053924560546875, + 0.055572509765625, + 0.0183563232421875, + 0.053497314453125, + -0.03961181640625, + 0.05517578125, + -0.0191802978515625, + -0.00017333030700683594, + -0.0251007080078125, + 0.009124755859375, + 0.007724761962890625, + 0.0279998779296875, + 0.0018014907836914062, + 0.06719970703125, + 0.0162811279296875, + -0.005519866943359375, + -0.061798095703125, + -0.00450897216796875, + 0.0193939208984375, + 0.002384185791015625, + 0.01690673828125, + -0.0447998046875, + -0.0228118896484375, + 0.005184173583984375, + 0.0290374755859375, + 0.06719970703125, + -0.0188751220703125, + 0.0400390625, + 0.0008101463317871094, + 0.0015096664428710938, + -0.0181427001953125, + -0.01068115234375 + ], + "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", - "live-acquisition", - "write-blocker", - "opensource", - "forensics-mode", - "tool-collection", - "arm-support", - "nethunter", - "custom-builds", - "rolling-release" + "session-reconstruction", + "display-filters", + "follow-stream", + "expert-info", + "statistics", + "coloring-rules", + "tls-decryption" ], "skillLevel": "intermediate", "type": "tool" } }, + { + "id": "tool_GCHQ_Tools", + "type": "tool", + "name": "GCHQ Tools", + "content": "gchq tools sammlung freier gchq‑utilities, allen voran cyberchef\\_– das „cyber‑schweizer‑taschenmesser“ für encoding, crypto und datenanalyse. encoding crypto parsing domain-agnostic-software analysis", + "embedding": [ + -0.0223846435546875, + 0.041290283203125, + 0.036041259765625, + -0.01071929931640625, + 0.027313232421875, + 0.014923095703125, + 0.038421630859375, + 0.005359649658203125, + -0.0374755859375, + -0.04254150390625, + -0.0231781005859375, + 0.05938720703125, + 0.00901031494140625, + 0.0090484619140625, + -0.025238037109375, + 0.046661376953125, + -0.0118255615234375, + 0.00670623779296875, + -0.01317596435546875, + 0.002956390380859375, + -0.0285797119140625, + -0.01119232177734375, + -0.039520263671875, + -0.00426483154296875, + -0.02587890625, + -0.038909912109375, + 0.00041174888610839844, + -0.053985595703125, + -0.0311126708984375, + -0.0126190185546875, + 0.014923095703125, + -0.02349853515625, + 0.03271484375, + 0.0140533447265625, + -0.018341064453125, + -0.006191253662109375, + 0.031585693359375, + -0.035888671875, + 0.0144500732421875, + 0.0040283203125, + -0.03460693359375, + -0.02032470703125, + 0.035400390625, + 0.02667236328125, + -0.02984619140625, + -0.03173828125, + 0.00643157958984375, + -0.017852783203125, + 0.01087188720703125, + -0.0145263671875, + 0.01270294189453125, + 0.0114288330078125, + -0.00897216796875, + -0.0285797119140625, + -0.0164337158203125, + 0.0177764892578125, + 0.04412841796875, + -0.03936767578125, + -0.027618408203125, + 0.049224853515625, + -0.0295257568359375, + 0.003612518310546875, + 0.0007939338684082031, + 0.019683837890625, + 0.0005831718444824219, + -0.00571441650390625, + -0.00021958351135253906, + -0.0233306884765625, + 0.0031948089599609375, + -0.0025806427001953125, + 0.007144927978515625, + 0.00749969482421875, + -0.0169830322265625, + 0.05145263671875, + -0.055572509765625, + -0.0201568603515625, + 0.015960693359375, + 0.017547607421875, + 0.029998779296875, + 0.0214385986328125, + -0.024444580078125, + 0.0046234130859375, + 0.0501708984375, + -0.0169830322265625, + -0.022857666015625, + 0.0040283203125, + 0.005954742431640625, + 0.026824951171875, + 0.00868988037109375, + -0.01436614990234375, + 0.005992889404296875, + -0.01357269287109375, + 0.0198516845703125, + -0.0144500732421875, + 0.0246124267578125, + 0.050811767578125, + -0.02032470703125, + 0.018890380859375, + 0.01039886474609375, + 0.046051025390625, + -0.00948333740234375, + -0.02032470703125, + 0.040313720703125, + 0.0009918212890625, + 0.02349853515625, + -0.02349853515625, + 0.01468658447265625, + -0.003353118896484375, + -0.005237579345703125, + -0.01079559326171875, + -0.05841064453125, + -0.036346435546875, + -0.046661376953125, + -0.05682373046875, + -0.005634307861328125, + 0.0016965866088867188, + -0.01079559326171875, + 0.022705078125, + -0.039703369140625, + -0.0249176025390625, + 0.01230621337890625, + 0.01039886474609375, + -0.0223846435546875, + -0.002033233642578125, + -0.0338134765625, + -0.032379150390625, + 0.0008335113525390625, + 0.01047515869140625, + -0.0374755859375, + -0.00008249282836914062, + -0.0369873046875, + -0.01071929931640625, + -0.035247802734375, + -0.0254058837890625, + -0.0146026611328125, + -0.014129638671875, + 0.0255584716796875, + -0.0189666748046875, + 0.00662994384765625, + 0.0160369873046875, + 0.03350830078125, + -0.057464599609375, + -0.042877197265625, + -0.0269927978515625, + -0.021270751953125, + 0.0196075439453125, + -0.033966064453125, + 0.053985595703125, + -0.01349639892578125, + 0.0122222900390625, + -0.0005011558532714844, + -0.00801849365234375, + 0.04254150390625, + -0.0095672607421875, + -0.0018253326416015625, + -0.037322998046875, + 0.0176239013671875, + -0.0185699462890625, + 0.025238037109375, + 0.0099639892578125, + -0.0271453857421875, + 0.00742340087890625, + -0.0246124267578125, + 0.0301666259765625, + -0.035552978515625, + -0.0225372314453125, + -0.029998779296875, + -0.00014019012451171875, + -0.011749267578125, + 0.0098419189453125, + 0.0279388427734375, + -0.040496826171875, + 0.0533447265625, + 0.03826904296875, + 0.01166534423828125, + 0.0184173583984375, + -0.0036907196044921875, + -0.006587982177734375, + 0.035400390625, + 0.031280517578125, + -0.01151275634765625, + -0.0233306884765625, + 0.033660888671875, + 0.01119232177734375, + 0.02984619140625, + 0.0031757354736328125, + -0.045074462890625, + -0.0079345703125, + -0.0090484619140625, + 0.0242919921875, + -0.03460693359375, + -0.03271484375, + 0.0007195472717285156, + 0.0309600830078125, + -0.005435943603515625, + 0.05047607421875, + 0.0263519287109375, + -0.0161895751953125, + 0.0390625, + 0.0085296630859375, + 0.015960693359375, + 0.047943115234375, + 0.012542724609375, + 0.057159423828125, + 0.0172271728515625, + 0.005359649658203125, + -0.0118255615234375, + 0.047637939453125, + 0.0189666748046875, + -0.041900634765625, + -0.0293731689453125, + 0.052398681640625, + -0.010955810546875, + -0.022857666015625, + -0.05523681640625, + -0.03143310546875, + 0.00710296630859375, + -0.0214385986328125, + -0.0246124267578125, + -0.00478363037109375, + 0.01214599609375, + -0.03668212890625, + -0.020477294921875, + 0.03253173828125, + -0.026519775390625, + 0.03936767578125, + 0.029998779296875, + 0.005832672119140625, + -0.01079559326171875, + 0.022064208984375, + 0.0128631591796875, + 0.022705078125, + 0.0172271728515625, + -0.0168304443359375, + -0.0190582275390625, + -0.01357269287109375, + 0.048583984375, + 0.0153961181640625, + 0.022705078125, + -0.002410888671875, + -0.041900634765625, + 0.038116455078125, + 0.0017566680908203125, + 0.040496826171875, + 0.01357269287109375, + 0.01012420654296875, + 0.038726806640625, + 0.005756378173828125, + 0.0374755859375, + 0.06414794921875, + -0.07843017578125, + -0.0239715576171875, + -0.049835205078125, + -0.00044155120849609375, + -0.0628662109375, + -0.02508544921875, + -0.0004639625549316406, + -0.0374755859375, + 0.024444580078125, + -0.00567626953125, + -0.00933074951171875, + 0.01396942138671875, + 0.02508544921875, + -0.0249176025390625, + 0.06414794921875, + 0.013336181640625, + -0.025238037109375, + 0.005237579345703125, + 0.045074462890625, + -0.01373291015625, + -0.0222320556640625, + -0.011749267578125, + 0.0146026611328125, + 0.01047515869140625, + 0.009246826171875, + -0.035247802734375, + -0.0024204254150390625, + 0.04095458984375, + 0.007740020751953125, + 0.02349853515625, + -0.006946563720703125, + 0.03143310546875, + -0.00872802734375, + 0.04730224609375, + -0.046356201171875, + -0.0003447532653808594, + -0.022705078125, + 0.01515960693359375, + -0.00670623779296875, + -0.0670166015625, + -0.014129638671875, + 0.055877685546875, + 0.01111602783203125, + 0.00432586669921875, + 0.0038299560546875, + -0.05999755859375, + -0.00920867919921875, + -0.00885009765625, + -0.01158905029296875, + 0.023651123046875, + 0.046051025390625, + -0.03936767578125, + 0.0196075439453125, + -0.00901031494140625, + 0.006866455078125, + -0.01270294189453125, + -0.038116455078125, + 0.0274658203125, + 0.0165863037109375, + -0.02349853515625, + 0.0012798309326171875, + 0.01715087890625, + -0.048583984375, + 0.0168304443359375, + 0.0026988983154296875, + -0.0085296630859375, + -0.05621337890625, + -0.05145263671875, + 0.0207977294921875, + -0.03509521484375, + -0.0015478134155273438, + -0.025238037109375, + 0.046356201171875, + -0.002292633056640625, + -0.0146026611328125, + 0.0177001953125, + 0.01190948486328125, + -0.044464111328125, + -0.01087188720703125, + -0.0238189697265625, + 0.024444580078125, + -0.01190948486328125, + 0.031280517578125, + 0.044769287109375, + 0.0027980804443359375, + 0.0241241455078125, + 0.061920166015625, + 0.036346435546875, + -0.029205322265625, + 0.002559661865234375, + 0.0007443428039550781, + -0.0169830322265625, + 0.0401611328125, + -0.03570556640625, + -0.0247650146484375, + -0.0149993896484375, + -0.033660888671875, + 0.029998779296875, + 0.005794525146484375, + 0.0198516845703125, + 0.004703521728515625, + 0.00201416015625, + 0.0215911865234375, + 0.06317138671875, + 0.01230621337890625, + 0.09271240234375, + -0.0058746337890625, + -0.042236328125, + -0.00650787353515625, + 0.0185699462890625, + -0.037933349609375, + -0.0017461776733398438, + 0.0438232421875, + -0.0008382797241210938, + 0.01206207275390625, + -0.005596160888671875, + -0.01666259765625, + 0.01047515869140625, + 0.003154754638671875, + -0.00406646728515625, + 0.01349639892578125, + -0.04541015625, + 0.031280517578125, + 0.027313232421875, + -0.002292633056640625, + 0.0223846435546875, + 0.04254150390625, + -0.0207977294921875, + -0.00901031494140625, + -0.02984619140625, + -0.05364990234375, + 0.0231781005859375, + 0.0295257568359375, + 0.0279388427734375, + 0.03936767578125, + -0.01158905029296875, + -0.054931640625, + 0.0263519287109375, + -0.0469970703125, + 0.08697509765625, + 0.03460693359375, + 0.046356201171875, + 0.0303192138671875, + -0.02008056640625, + -0.0070648193359375, + 0.00551605224609375, + 0.04888916015625, + 0.045074462890625, + 0.049835205078125, + 0.0261993408203125, + 0.01715087890625, + -0.0255584716796875, + 0.0074615478515625, + 0.0017070770263671875, + -0.004047393798828125, + -0.0114288330078125, + 0.0279388427734375, + 0.0369873046875, + 0.00988006591796875, + -0.01611328125, + 0.0311126708984375, + 0.01436614990234375, + -0.032379150390625, + 0.0079803466796875, + -0.019927978515625, + 0.007144927978515625, + -0.046356201171875, + -0.0225372314453125, + 0.004863739013671875, + 0.007740020751953125, + 0.022064208984375, + 0.02191162109375, + -0.0692138671875, + -0.0215911865234375, + 0.04888916015625, + -0.048583984375, + 0.01270294189453125, + 0.04541015625, + -0.02032470703125, + -0.0018949508666992188, + -0.036834716796875, + -0.0660400390625, + 0.0263519287109375, + -0.0271453857421875, + -0.03192138671875, + 0.0030956268310546875, + 0.0145263671875, + -0.043182373046875, + -0.00849151611328125, + -0.0533447265625, + -0.0138092041015625, + -0.005992889404296875, + -0.032379150390625, + 0.033966064453125, + 0.00762176513671875, + -0.00452423095703125, + 0.039703369140625, + 0.06158447265625, + -0.03619384765625, + -0.024444580078125, + 0.040496826171875, + -0.019287109375, + -0.0469970703125, + 0.005435943603515625, + 0.0301666259765625, + 0.005237579345703125, + -0.0023517608642578125, + -0.0197601318359375, + -0.0074615478515625, + 0.0085296630859375, + -0.004047393798828125, + 0.007778167724609375, + -0.0787353515625, + -0.0301666259765625, + -0.0303192138671875, + 0.034912109375, + -0.0058746337890625, + 0.03857421875, + 0.0118255615234375, + -0.044464111328125, + 0.017852783203125, + -0.049835205078125, + 0.009246826171875, + 0.00611114501953125, + -0.003711700439453125, + -0.002658843994140625, + 0.07940673828125, + -0.02349853515625, + -0.01428985595703125, + -0.02825927734375, + 0.04571533203125, + -0.00988006591796875, + 0.005237579345703125, + -0.0306396484375, + 0.0650634765625, + 0.01245880126953125, + -0.0660400390625, + -0.0173797607421875, + -0.02191162109375, + 0.0079803466796875, + 0.04541015625, + -0.0650634765625, + -0.0005631446838378906, + -0.0200042724609375, + -0.067626953125, + -0.040496826171875, + -0.026824951171875, + -0.0438232421875, + -0.06256103515625, + 0.02008056640625, + 0.04254150390625, + 0.008056640625, + 0.00821685791015625, + 0.01214599609375, + 0.0018854141235351562, + 0.0222320556640625, + -0.005832672119140625, + 0.00036454200744628906, + 0.06573486328125, + -0.060333251953125, + -0.026519775390625, + 0.0066680908203125, + 0.0136566162109375, + -0.01071929931640625, + -0.01126861572265625, + -0.01428985595703125, + -0.04254150390625, + 0.04412841796875, + -0.00710296630859375, + -0.0014286041259765625, + 0.0132598876953125, + -0.048248291015625, + -0.037628173828125, + -0.03173828125, + 0.00690460205078125, + 0.015869140625, + 0.0004987716674804688, + 0.047637939453125, + 0.030792236328125, + -0.037139892578125, + -0.01007843017578125, + 0.028900146484375, + -0.03271484375, + -0.02349853515625, + 0.01508331298828125, + 0.0012054443359375, + -0.014129638671875, + 0.050811767578125, + -0.05303955078125, + -0.03460693359375, + -0.08258056640625, + 0.033660888671875, + -0.004802703857421875, + 0.00591278076171875, + -0.01126861572265625, + -0.047637939453125, + -0.07940673828125, + 0.01309967041015625, + 0.0197601318359375, + 0.0085296630859375, + -0.005596160888671875, + -0.035247802734375, + -0.0099639892578125, + -0.0242919921875, + -0.0222320556640625, + 0.054931640625, + -0.0231781005859375, + 0.0194549560546875, + -0.006587982177734375, + -0.00551605224609375, + 0.0285797119140625, + 0.01166534423828125, + 0.033172607421875, + 0.0255584716796875, + 0.0303192138671875, + -0.0263519287109375, + 0.0192108154296875, + -0.0046234130859375, + -0.00492095947265625, + 0.01953125, + -0.027313232421875, + 0.029052734375, + -0.0007839202880859375, + -0.01476287841796875, + 0.0160369873046875, + 0.00960540771484375, + 0.0138092041015625, + -0.003810882568359375, + -0.0012655258178710938, + 0.0269927978515625, + 0.0196075439453125, + 0.05047607421875, + -0.0140533447265625, + -0.05047607421875, + 0.00591278076171875, + -0.001567840576171875, + 0.03570556640625, + 0.027618408203125, + 0.003353118896484375, + -0.033966064453125, + 0.03350830078125, + 0.062225341796875, + -0.0241241455078125, + -0.01548004150390625, + -0.034912109375, + 0.0309600830078125, + 0.017303466796875, + 0.057159423828125, + -0.0242919921875, + 0.10540771484375, + 0.009368896484375, + -0.029693603515625, + 0.0174560546875, + 0.0733642578125, + 0.026519775390625, + -0.0206451416015625, + -0.0231781005859375, + 0.01508331298828125, + 0.01119232177734375, + -0.028411865234375, + -0.025238037109375, + 0.005596160888671875, + 0.06951904296875, + -0.06732177734375, + -0.027313232421875, + -0.00551605224609375, + 0.006946563720703125, + 0.00722503662109375, + 0.023651123046875, + -0.03350830078125, + 0.017303466796875, + -0.0079345703125, + -0.05810546875, + -0.002262115478515625, + 0.0085296630859375, + -0.004962921142578125, + 0.044464111328125, + 0.0230255126953125, + -0.040008544921875, + 0.0009179115295410156, + 0.003353118896484375, + 0.01277923583984375, + 0.018890380859375, + 0.032073974609375, + -0.0013294219970703125, + 0.042236328125, + 0.037628173828125, + 0.06634521484375, + -0.0215911865234375, + -0.035400390625, + 0.01047515869140625, + 0.0246124267578125, + 0.028900146484375, + 0.0180206298828125, + 0.01007843017578125, + 0.0004589557647705078, + -0.00980377197265625, + -0.0501708984375, + -0.002857208251953125, + 0.01158905029296875, + 0.015716552734375, + -0.06475830078125, + -0.043487548828125, + -0.0005331039428710938, + -0.0533447265625, + 0.005062103271484375, + 0.0241241455078125, + -0.060638427734375, + 0.0070648193359375, + 0.0202484130859375, + -0.007740020751953125, + -0.042877197265625, + 0.02587890625, + -0.03411865234375, + -0.038726806640625, + -0.0239715576171875, + -0.0211181640625, + 0.06982421875, + -0.0217437744140625, + -0.07366943359375, + -0.0217437744140625, + 0.022857666015625, + -0.0231781005859375, + -0.036041259765625, + 0.0022716522216796875, + -0.0094451904296875, + -0.0239715576171875, + -0.025726318359375, + -0.03411865234375, + -0.019134521484375, + 0.0152435302734375, + -0.052703857421875, + 0.0136566162109375, + 0.023651123046875, + -0.0030765533447265625, + 0.0011510848999023438, + -0.01119232177734375, + -0.0565185546875, + 0.03411865234375, + -0.078125, + 0.035247802734375, + 0.016510009765625, + -0.01230621337890625, + 0.0390625, + 0.064453125, + 0.005161285400390625, + 0.007381439208984375, + 0.028106689453125, + -0.0369873046875, + 0.014923095703125, + -0.0138092041015625, + 0.0185699462890625, + -0.0908203125, + -0.017303466796875, + 0.03619384765625, + -0.050811767578125, + 0.0160369873046875, + -0.014923095703125, + -0.0185699462890625, + -0.0374755859375, + -0.0176239013671875, + 0.014923095703125, + 0.0241241455078125, + 0.07177734375, + 0.0009226799011230469, + -0.01270294189453125, + 0.00861358642578125, + -0.02032470703125, + 0.06634521484375, + 0.01555633544921875, + 0.0181732177734375, + -0.0026187896728515625, + 0.038726806640625, + -0.014923095703125, + -0.037933349609375, + 0.022857666015625, + -0.07305908203125, + -0.0182647705078125, + 0.0211181640625, + -0.00702667236328125, + 0.0145263671875, + -0.022064208984375, + -0.04254150390625, + -0.02508544921875, + -0.00897216796875, + 0.041290283203125, + -0.015716552734375, + 0.0184173583984375, + -0.046051025390625, + -0.029693603515625, + 0.03460693359375, + -0.0650634765625, + -0.0144500732421875, + -0.01531982421875, + 0.02587890625, + 0.0254058837890625, + -0.032867431640625, + 0.010955810546875, + -0.00251007080078125, + -0.00571441650390625, + 0.0202484130859375, + 0.05841064453125, + -0.05780029296875, + -0.004741668701171875, + -0.0164337158203125, + 0.05047607421875, + 0.022857666015625, + -0.01357269287109375, + -0.0018453598022460938, + 0.00872802734375, + 0.021270751953125, + -0.01032257080078125, + 0.057159423828125, + 0.0596923828125, + -0.017547607421875, + -0.05810546875, + -0.02032470703125, + -0.025238037109375, + 0.041900634765625, + -0.030487060546875, + 0.049835205078125, + 0.038116455078125, + -0.00913238525390625, + -0.10162353515625, + 0.067626953125, + -0.041900634765625, + 0.010162353515625, + -0.00749969482421875, + -0.0013294219970703125, + -0.07208251953125, + -0.0390625, + -0.0197601318359375, + 0.00885009765625, + -0.0306396484375, + 0.0186614990234375, + 0.024444580078125, + 0.012939453125, + 0.0037899017333984375, + -0.005832672119140625, + -0.0016574859619140625, + 0.032867431640625, + 0.0287322998046875, + -0.04412841796875, + 0.078125, + -0.003215789794921875, + 0.0271453857421875, + 0.01548004150390625, + 0.045074462890625, + 0.01039886474609375, + 0.01515960693359375, + -0.03302001953125, + 0.0008435249328613281, + 0.0033740997314453125, + 0.006072998046875, + -0.0215911865234375, + -0.0022830963134765625, + -0.035552978515625, + 0.00988006591796875, + 0.0024318695068359375, + -0.00662994384765625, + -0.0110321044921875, + -0.031280517578125, + -0.032867431640625, + -0.02349853515625, + -0.05364990234375, + -0.07586669921875, + 0.00273895263671875, + -0.0254058837890625, + -0.045074462890625, + 0.0094451904296875, + -0.001964569091796875, + 0.05145263671875, + -0.03570556640625, + 0.020477294921875, + -0.016357421875, + 0.0026988983154296875, + -0.0238189697265625, + 0.0223846435546875, + -0.00972747802734375, + 0.041290283203125, + 0.0246124267578125, + -0.028900146484375, + 0.04541015625, + -0.043182373046875, + -0.029052734375, + 0.005435943603515625, + 0.0181732177734375, + -0.0079345703125, + 0.0269927978515625, + -0.041900634765625, + -0.0173797607421875, + -0.001220703125, + -0.000030994415283203125, + 0.0012502670288085938, + -0.0343017578125, + 0.04095458984375, + 0.01389312744140625, + -0.08062744140625, + 0.00254058837890625, + -0.0184173583984375, + -0.043182373046875, + -0.01953125, + -0.019683837890625, + 0.01508331298828125, + 0.0122222900390625, + 0.049224853515625, + 0.0009975433349609375, + 0.042877197265625, + 0.016265869140625, + -0.031280517578125, + -0.01396942138671875, + 0.00551605224609375, + -0.00498199462890625, + 0.006191253662109375, + 0.041900634765625, + -0.0145263671875, + 0.006587982177734375, + -0.0293731689453125, + -0.0670166015625, + 0.0144500732421875, + -0.0225372314453125, + -0.060333251953125, + 0.01214599609375, + 0.0914306640625, + 0.03857421875, + -0.0165863037109375, + 0.02587890625, + 0.036041259765625, + 0.049530029296875, + 0.01039886474609375, + 0.0035724639892578125, + -0.06982421875, + -0.02191162109375, + -0.0008978843688964844, + 0.0027790069580078125, + -0.05523681640625, + 0.033966064453125, + 0.048583984375, + -0.0246124267578125, + -0.016754150390625, + -0.0230255126953125, + 0.01166534423828125, + 0.046356201171875, + 0.040496826171875, + 0.029052734375, + -0.055572509765625, + 0.005279541015625, + 0.02984619140625, + -0.006748199462890625, + -0.01357269287109375, + -0.0106353759765625, + -0.019927978515625, + 0.06256103515625, + -0.057159423828125, + -0.010955810546875, + 0.0034923553466796875, + 0.052703857421875, + 0.01206207275390625, + -0.05682373046875, + -0.0177001953125, + 0.053985595703125, + 0.017059326171875, + -0.0029163360595703125, + 0.0110321044921875, + 0.012542724609375, + -0.0322265625, + 0.0200042724609375, + 0.05523681640625, + 0.019927978515625, + 0.036346435546875, + 0.0079345703125, + -0.038726806640625, + 0.022705078125, + -0.027618408203125, + -0.0002963542938232422, + 0.0160369873046875, + -0.030487060546875, + -0.036346435546875, + -0.03570556640625, + 0.0333251953125, + 0.01396942138671875, + 0.05682373046875, + 0.0157928466796875, + 0.0174560546875, + -0.0165863037109375, + 0.0022525787353515625, + 0.005279541015625, + 0.0209503173828125, + 0.0238189697265625, + 0.01611328125, + 0.041290283203125, + 0.036041259765625, + 0.01555633544921875, + 0.009246826171875, + 0.00872802734375, + -0.05206298828125, + 0.0014190673828125, + -0.05145263671875, + 0.0149993896484375, + 0.018341064453125, + -0.059051513671875, + 0.0096435546875, + -0.0295257568359375, + -0.0134124755859375, + 0.00492095947265625, + -0.041900634765625, + -0.0177764892578125, + 0.049530029296875, + -0.02984619140625, + 0.04254150390625, + 0.005237579345703125, + 0.01277923583984375, + 0.0196075439453125, + -0.060333251953125, + 0.08953857421875, + 0.010955810546875, + 0.0628662109375, + -0.0087738037109375, + 0.0027790069580078125, + 0.049224853515625, + -0.0238189697265625, + 0.049224853515625, + 0.007183074951171875, + -0.0098419189453125, + 0.0374755859375, + 0.0222320556640625, + 0.0233306884765625, + -0.049530029296875, + 0.034912109375, + 0.00722503662109375, + -0.0322265625, + 0.046356201171875, + 0.039520263671875, + 0.004703521728515625, + -0.0176239013671875, + -0.0215911865234375, + -0.0011758804321289062, + -0.0650634765625, + 0.05621337890625, + -0.0002281665802001953, + -0.007778167724609375, + 0.0233306884765625, + -0.015869140625, + 0.0369873046875, + 0.0176239013671875, + 0.03460693359375, + -0.0406494140625, + 0.05621337890625, + 0.0089263916015625, + -0.018096923828125, + -0.0271453857421875, + 0.033172607421875, + -0.0231781005859375, + 0.02984619140625, + -0.0217437744140625, + 0.0682373046875, + 0.036834716796875, + -0.0024814605712890625, + -0.0390625, + 0.00208282470703125, + -0.01032257080078125, + 0.0249176025390625, + 0.01690673828125, + -0.0469970703125, + -0.00928497314453125, + -0.01047515869140625, + 0.0246124267578125, + 0.0692138671875, + 0.0269927978515625, + 0.01468658447265625, + -0.01190948486328125, + -0.01309967041015625, + 0.01245880126953125, + -0.0118255615234375 + ], + "metadata": { + "domains": [ + "domain-agnostic-software" + ], + "phases": [ + "analysis" + ], + "tags": [ + "encoding", + "crypto", + "parsing" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_MISP", + "type": "tool", + "name": "MISP", + "content": "misp die threat-intelligence-sharing-plattform vernetzt viele organisationen weltweit im kampf gegen cyberkriminalität. strukturiertes teilen von iocs durch standardisierte attribute: ip-adressen, domains, hashes, yara-rules, malware-samples. die galaxies und taxonomien klassifizieren bedrohungen nach att&ck, kill-chain oder eigenen schemata. föderierte architektur ermöglicht selektives sharing zwischen vertrauenswürdigen partnern. correlation-engine findet zusammenhänge zwischen scheinbar unabhängigen incidents. warninglists reduzieren false-positives durch whitelisting bekannter good-entities. zeromq-feed pusht iocs in echtzeit an firewalls und siems. die ausgereiften apis (rest, pymisp) automatisieren threat-intelligence-workflows. export in stix, openioc und dutzende andere formate. essenziell für proaktive verteidigung. 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.03399658203125, + 0.020111083984375, + 0.044219970703125, + 0.01540374755859375, + 0.01520538330078125, + 0.0214996337890625, + 0.024200439453125, + -0.0178985595703125, + -0.051605224609375, + 0.00875091552734375, + -0.0238037109375, + 0.02410888671875, + 0.0018253326416015625, + 0.0243072509765625, + -0.0748291015625, + 0.035614013671875, + -0.0268096923828125, + 0.00804901123046875, + 0.0244140625, + -0.0117034912109375, + -0.027801513671875, + -0.0004563331604003906, + -0.06121826171875, + 0.0177001953125, + 0.01500701904296875, + -0.004550933837890625, + -0.024200439453125, + -0.0460205078125, + -0.01270294189453125, + 0.0024509429931640625, + 0.018707275390625, + -0.031005859375, + -0.00695037841796875, + 0.031005859375, + -0.012451171875, + -0.008453369140625, + 0.0210113525390625, + -0.0679931640625, + -0.00870513916015625, + 0.0163116455078125, + -0.02130126953125, + 0.0092010498046875, + -0.005077362060546875, + 0.0146026611328125, + -0.0247039794921875, + -0.042999267578125, + 0.009002685546875, + -0.00930023193359375, + 0.0217132568359375, + -0.0175018310546875, + 0.03680419921875, + 0.0246124267578125, + 0.0196075439453125, + -0.0216064453125, + -0.032623291015625, + 0.0204010009765625, + 0.0438232421875, + -0.032012939453125, + -0.043426513671875, + 0.040802001953125, + -0.036224365234375, + -0.0018377304077148438, + -0.01140594482421875, + 0.0005345344543457031, + 0.0218048095703125, + 0.027008056640625, + -0.0236053466796875, + 0.00023126602172851562, + -0.0016384124755859375, + -0.01080322265625, + -0.01220703125, + -0.0018129348754882812, + -0.0260009765625, + 0.0194091796875, + -0.01540374755859375, + -0.040802001953125, + 0.02239990234375, + 0.042999267578125, + 0.01910400390625, + 0.0167999267578125, + -0.046600341796875, + -0.0175018310546875, + 0.0576171875, + -0.024200439453125, + -0.040618896484375, + -0.007602691650390625, + 0.01470184326171875, + -0.0013942718505859375, + 0.0174102783203125, + -0.0122528076171875, + 0.00765228271484375, + 0.0142059326171875, + 0.0272064208984375, + -0.034210205078125, + 0.034423828125, + 0.02130126953125, + -0.042022705078125, + -0.01300048828125, + -0.00870513916015625, + 0.0253143310546875, + 0.008453369140625, + -0.01690673828125, + 0.0225067138671875, + -0.0204010009765625, + 0.0560302734375, + -0.0204010009765625, + -0.000606536865234375, + -0.01560211181640625, + 0.02960205078125, + 0.01050567626953125, + -0.07965087890625, + -0.035797119140625, + -0.0074005126953125, + -0.050811767578125, + -0.0135040283203125, + -0.0172119140625, + -0.00855255126953125, + 0.035797119140625, + -0.0504150390625, + -0.032196044921875, + 0.0404052734375, + 0.04180908203125, + 0.01190185546875, + -0.006000518798828125, + -0.0186004638671875, + -0.0447998046875, + 0.00370025634765625, + -0.0008063316345214844, + -0.0247039794921875, + -0.0276031494140625, + -0.006351470947265625, + 0.003276824951171875, + -0.006328582763671875, + -0.05322265625, + 0.00905609130859375, + -0.03021240234375, + 0.02239990234375, + 0.0175018310546875, + -0.0304107666015625, + 0.00855255126953125, + 0.042205810546875, + -0.03759765625, + -0.045623779296875, + -0.00885009765625, + -0.0438232421875, + -0.020904541015625, + -0.004825592041015625, + 0.035797119140625, + -0.00925445556640625, + -0.0312042236328125, + 0.022705078125, + 0.0118560791015625, + 0.07843017578125, + 0.018707275390625, + 0.03460693359375, + -0.029815673828125, + 0.005252838134765625, + -0.00005900859832763672, + 0.044403076171875, + -0.0027141571044921875, + 0.00475311279296875, + 0.01380157470703125, + 0.0167999267578125, + 0.012451171875, + -0.0233001708984375, + -0.031402587890625, + -0.01025390625, + 0.00765228271484375, + 0.0260009765625, + 0.0250091552734375, + 0.01074981689453125, + -0.004177093505859375, + 0.031402587890625, + 0.06201171875, + -0.01580810546875, + 0.031005859375, + 0.0018377304077148438, + -0.027008056640625, + 0.02960205078125, + 0.04461669921875, + 0.0004470348358154297, + -0.0218048095703125, + 0.05120849609375, + 0.00775146484375, + 0.0276031494140625, + -0.011505126953125, + -0.0214080810546875, + 0.0149078369140625, + -0.0014629364013671875, + 0.00839996337890625, + -0.03399658203125, + -0.02520751953125, + -0.035797119140625, + 0.043426513671875, + 0.035003662109375, + 0.0679931640625, + 0.0290069580078125, + -0.009002685546875, + 0.050018310546875, + 0.007701873779296875, + 0.016998291015625, + 0.0167083740234375, + 0.004352569580078125, + 0.016204833984375, + 0.0203094482421875, + -0.005702972412109375, + -0.020599365234375, + 0.04541015625, + 0.027008056640625, + -0.0163116455078125, + 0.012603759765625, + 0.05242919921875, + -0.0178985595703125, + -0.0264129638671875, + -0.042022705078125, + -0.04241943359375, + 0.0254058837890625, + -0.013702392578125, + -0.0304107666015625, + 0.01410675048828125, + 0.00016176700592041016, + -0.026214599609375, + -0.00995635986328125, + 0.01520538330078125, + -0.0042266845703125, + 0.03759765625, + 0.025604248046875, + -0.0174102783203125, + 0.00695037841796875, + 0.0240020751953125, + 0.040008544921875, + 0.035400390625, + -0.0009937286376953125, + -0.0225067138671875, + -0.0338134765625, + -0.016998291015625, + 0.01470184326171875, + 0.042022705078125, + 0.01500701904296875, + -0.00031566619873046875, + -0.02020263671875, + 0.0246124267578125, + -0.00890350341796875, + 0.03179931640625, + 0.03240966796875, + -0.0160064697265625, + -0.006076812744140625, + 0.0012502670288085938, + 0.029205322265625, + 0.0892333984375, + -0.05560302734375, + -0.0255126953125, + -0.044403076171875, + 0.035614013671875, + -0.061614990234375, + -0.0276031494140625, + -0.03240966796875, + -0.046600341796875, + 0.045013427734375, + -0.0236053466796875, + -0.01450347900390625, + -0.001750946044921875, + 0.040802001953125, + 0.0272064208984375, + 0.0304107666015625, + -0.0166015625, + -0.042022705078125, + 0.0027256011962890625, + 0.09002685546875, + 0.006351470947265625, + -0.0426025390625, + -0.01025390625, + 0.039825439453125, + 0.0095062255859375, + 0.0268096923828125, + 0.01195526123046875, + 0.012451171875, + 0.027008056640625, + 0.02960205078125, + 0.0316162109375, + -0.0244140625, + -0.0016126632690429688, + -0.01470184326171875, + 0.035003662109375, + -0.055206298828125, + 0.0167083740234375, + 0.006900787353515625, + 0.01410675048828125, + -0.007904052734375, + -0.046417236328125, + 0.007152557373046875, + 0.058807373046875, + 0.00820159912109375, + -0.004177093505859375, + 0.0128021240234375, + -0.0294036865234375, + 0.02960205078125, + -0.00440216064453125, + -0.0221099853515625, + 0.033203125, + 0.060821533203125, + -0.0131072998046875, + 0.023712158203125, + -0.016204833984375, + 0.021209716796875, + -0.03179931640625, + -0.042816162109375, + -0.025604248046875, + -0.030609130859375, + -0.037017822265625, + -0.0142059326171875, + 0.00342559814453125, + -0.0097503662109375, + 0.02020263671875, + -0.004852294921875, + 0.007152557373046875, + -0.0250091552734375, + -0.05560302734375, + 0.00960540771484375, + -0.03741455078125, + -0.0548095703125, + -0.0110015869140625, + 0.04461669921875, + 0.0194091796875, + 0.01410675048828125, + -0.007701873779296875, + -0.00804901123046875, + -0.039215087890625, + 0.00585174560546875, + -0.0181121826171875, + 0.019500732421875, + -0.0038509368896484375, + 0.048828125, + 0.01690673828125, + 0.035400390625, + 0.00855255126953125, + 0.07763671875, + 0.0247039794921875, + -0.014801025390625, + -0.0182037353515625, + 0.027801513671875, + -0.0026378631591796875, + 0.03662109375, + -0.0034503936767578125, + -0.0186004638671875, + -0.001987457275390625, + -0.0196990966796875, + 0.0131072998046875, + 0.0045013427734375, + 0.0193023681640625, + 0.01380157470703125, + -0.01800537109375, + 0.0153045654296875, + 0.0635986328125, + -0.0016126632690429688, + 0.09442138671875, + -0.0092010498046875, + -0.045013427734375, + -0.0163116455078125, + 0.0211029052734375, + -0.034210205078125, + 0.014007568359375, + 0.022613525390625, + 0.005428314208984375, + -0.014404296875, + 0.03302001953125, + 0.0011005401611328125, + 0.044219970703125, + -0.01520538330078125, + -0.0113525390625, + 0.042205810546875, + -0.0033016204833984375, + 0.027008056640625, + 0.0308074951171875, + 0.00785064697265625, + 0.0189056396484375, + 0.05322265625, + -0.034210205078125, + 0.01165008544921875, + -0.058013916015625, + -0.06683349609375, + 0.006900787353515625, + 0.006702423095703125, + 0.0011501312255859375, + 0.0142059326171875, + -0.032012939453125, + -0.0679931640625, + 0.048614501953125, + -0.0382080078125, + 0.0792236328125, + 0.042999267578125, + 0.0196075439453125, + 0.035797119140625, + -0.024200439453125, + -0.01800537109375, + 0.01230621337890625, + 0.03680419921875, + 0.029815673828125, + 0.06201171875, + 0.02801513671875, + -0.002613067626953125, + -0.0192108154296875, + -0.003650665283203125, + 0.0225067138671875, + 0.02081298828125, + 0.01265716552734375, + 0.006801605224609375, + 0.018707275390625, + 0.01300048828125, + -0.025604248046875, + 0.052001953125, + 0.00835418701171875, + -0.05322265625, + 0.0128021240234375, + -0.01560211181640625, + 0.0247039794921875, + -0.06121826171875, + -0.00995635986328125, + -0.01450347900390625, + 0.01410675048828125, + -0.007904052734375, + 0.01540374755859375, + -0.044219970703125, + -0.02960205078125, + 0.038818359375, + -0.08001708984375, + 0.0316162109375, + 0.0498046875, + -0.020599365234375, + 0.01560211181640625, + -0.0260009765625, + -0.042999267578125, + 0.027801513671875, + -0.01520538330078125, + -0.021209716796875, + 0.004001617431640625, + 0.03240966796875, + -0.048614501953125, + -0.0194091796875, + -0.035797119140625, + -0.007350921630859375, + 0.010406494140625, + -0.0221099853515625, + 0.0304107666015625, + -0.032012939453125, + -0.01180267333984375, + 0.0338134765625, + 0.035400390625, + -0.0039005279541015625, + -0.033599853515625, + 0.044403076171875, + -0.012054443359375, + -0.048828125, + 0.00730133056640625, + 0.0258026123046875, + 0.00502777099609375, + 0.0010938644409179688, + -0.01090240478515625, + -0.022003173828125, + 0.032623291015625, + 0.00311279296875, + 0.005878448486328125, + -0.048004150390625, + -0.0253143310546875, + -0.04022216796875, + 0.04400634765625, + 0.0106048583984375, + 0.03680419921875, + -0.005451202392578125, + -0.040802001953125, + 0.0175018310546875, + -0.0576171875, + -0.0232086181640625, + 0.007152557373046875, + 0.0244140625, + -0.023406982421875, + 0.096435546875, + -0.02130126953125, + -0.0060272216796875, + -0.00360107421875, + 0.057220458984375, + 0.014007568359375, + -0.005001068115234375, + -0.04742431640625, + 0.027801513671875, + 0.04461669921875, + -0.061614990234375, + -0.014801025390625, + -0.014404296875, + 0.00585174560546875, + 0.038818359375, + -0.04962158203125, + -0.0113067626953125, + 0.0007534027099609375, + -0.08001708984375, + -0.032196044921875, + -0.0264129638671875, + -0.005275726318359375, + -0.06402587890625, + 0.01275634765625, + 0.03759765625, + -0.0160064697265625, + 0.0229034423828125, + -0.01190185546875, + 0.001987457275390625, + 0.012054443359375, + 0.01580810546875, + -0.0099029541015625, + 0.0222015380859375, + -0.043426513671875, + -0.0235137939453125, + 0.00014853477478027344, + 0.0258026123046875, + -0.02191162109375, + 0.0047760009765625, + 0.0009064674377441406, + -0.032623291015625, + 0.0338134765625, + -0.034820556640625, + -0.0011816024780273438, + -0.01074981689453125, + -0.03662109375, + -0.037017822265625, + -0.029205322265625, + -0.0006284713745117188, + 0.0166015625, + -0.006328582763671875, + 0.030609130859375, + 0.0210113525390625, + -0.034210205078125, + 0.027801513671875, + 0.00830078125, + -0.020599365234375, + 0.0258026123046875, + -0.025604248046875, + -0.00675201416015625, + -0.0124053955078125, + 0.0149078369140625, + -0.0177001953125, + -0.04620361328125, + -0.07281494140625, + 0.038604736328125, + -0.01105499267578125, + 0.003276824951171875, + -0.0416259765625, + -0.028411865234375, + -0.03240966796875, + -0.0155029296875, + 0.032806396484375, + 0.027008056640625, + 0.0070037841796875, + -0.033599853515625, + -0.0182037353515625, + -0.0074005126953125, + -0.036224365234375, + 0.02490234375, + -0.00655364990234375, + 0.0034503936767578125, + 0.006500244140625, + -0.04022216796875, + 0.02801513671875, + 0.020111083984375, + 0.0177001953125, + 0.0113525390625, + 0.036407470703125, + -0.031005859375, + 0.002838134765625, + 0.0178070068359375, + -0.0153045654296875, + -0.01800537109375, + -0.003650665283203125, + 0.015899658203125, + -0.03961181640625, + -0.009552001953125, + 0.025604248046875, + 0.0308074951171875, + -0.0099029541015625, + 0.013702392578125, + -0.0160980224609375, + 0.035003662109375, + -0.01190185546875, + 0.041015625, + -0.008453369140625, + -0.0732421875, + -0.01540374755859375, + 0.0196990966796875, + 0.06402587890625, + 0.048614501953125, + 0.0171051025390625, + -0.01500701904296875, + 0.01110076904296875, + 0.057220458984375, + -0.005878448486328125, + -0.06964111328125, + -0.0460205078125, + 0.0338134765625, + 0.01080322265625, + 0.05841064453125, + -0.00252532958984375, + 0.0908203125, + 0.0228118896484375, + -0.0095062255859375, + 0.0166015625, + 0.038421630859375, + 0.0294036865234375, + 0.006603240966796875, + -0.05242919921875, + 0.0003955364227294922, + 0.01410675048828125, + -0.04901123046875, + -0.0294036865234375, + 0.011505126953125, + 0.05242919921875, + -0.042999267578125, + -0.0426025390625, + 0.007701873779296875, + -0.01190185546875, + 0.0164031982421875, + 0.0014944076538085938, + -0.0149078369140625, + -0.0053253173828125, + 0.007602691650390625, + -0.043426513671875, + -0.0153045654296875, + -0.0153045654296875, + -0.007251739501953125, + 0.03662109375, + 0.042022705078125, + -0.0181121826171875, + 0.01580810546875, + 0.023101806640625, + 0.03802490234375, + 0.042022705078125, + 0.04522705078125, + 0.017303466796875, + 0.026214599609375, + 0.047821044921875, + 0.07000732421875, + -0.01360321044921875, + -0.0171051025390625, + 0.018310546875, + 0.0157012939453125, + 0.033203125, + 0.03021240234375, + 0.00640106201171875, + 0.0155029296875, + -0.016204833984375, + -0.0438232421875, + 0.0030765533447265625, + 0.00565338134765625, + -0.0164031982421875, + -0.02801513671875, + -0.052825927734375, + 0.02490234375, + -0.00925445556640625, + 0.039215087890625, + 0.004352569580078125, + -0.0222015380859375, + -0.0253143310546875, + 0.049407958984375, + 0.0002579689025878906, + -0.0225067138671875, + 0.0286102294921875, + 0.01410675048828125, + -0.039215087890625, + -0.01360321044921875, + -0.007701873779296875, + 0.055206298828125, + -0.027801513671875, + -0.07440185546875, + -0.025604248046875, + 0.039215087890625, + 0.010406494140625, + -0.023712158203125, + 0.0092010498046875, + 0.0068511962890625, + -0.016510009765625, + -0.024505615234375, + -0.060821533203125, + -0.019805908203125, + -0.01430511474609375, + -0.03240966796875, + 0.028411865234375, + 0.000640869140625, + -0.012603759765625, + -0.02130126953125, + -0.02960205078125, + -0.01035308837890625, + 0.042816162109375, + -0.03240966796875, + 0.053619384765625, + 0.022613525390625, + 0.01230621337890625, + 0.0576171875, + 0.0576171875, + -0.0088043212890625, + 0.002513885498046875, + -0.0131072998046875, + -0.0660400390625, + 0.02880859375, + -0.0045013427734375, + 0.0021877288818359375, + -0.049407958984375, + -0.00397491455078125, + 0.057220458984375, + -0.067626953125, + 0.0260009765625, + -0.00640106201171875, + -0.004100799560546875, + -0.062408447265625, + 0.0177001953125, + 0.0086517333984375, + 0.0244140625, + 0.085205078125, + -0.005428314208984375, + -0.0207061767578125, + -0.01520538330078125, + -0.04681396484375, + 0.045013427734375, + 0.007801055908203125, + 0.03759765625, + -0.042816162109375, + 0.016998291015625, + 0.0246124267578125, + -0.0232086181640625, + 0.0160064697265625, + -0.0736083984375, + 0.00984954833984375, + 0.0175018310546875, + 0.004901885986328125, + -0.00135040283203125, + -0.01560211181640625, + -0.060028076171875, + -0.026611328125, + -0.0193023681640625, + 0.005126953125, + 0.022308349609375, + 0.00804901123046875, + -0.044403076171875, + -0.033599853515625, + -0.018402099609375, + -0.046417236328125, + -0.046600341796875, + -0.041015625, + 0.03179931640625, + 0.0260009765625, + -0.04681396484375, + 0.00350189208984375, + -0.006900787353515625, + 0.0222015380859375, + 0.032196044921875, + 0.05242919921875, + -0.060028076171875, + -0.003551483154296875, + 0.0178070068359375, + 0.0264129638671875, + 0.01300048828125, + -0.00785064697265625, + -0.019012451171875, + 0.0124053955078125, + 0.0207061767578125, + -0.05963134765625, + 0.0258026123046875, + 0.020904541015625, + -0.037200927734375, + -0.060028076171875, + -0.0218048095703125, + -0.041412353515625, + 0.03240966796875, + -0.0171051025390625, + 0.043609619140625, + 0.0012502670288085938, + -0.0264129638671875, + -0.0823974609375, + 0.04962158203125, + -0.0029506683349609375, + 0.02880859375, + 0.0104522705078125, + -0.0308074951171875, + -0.0338134765625, + -0.033416748046875, + -0.047210693359375, + 0.022613525390625, + -0.026214599609375, + 0.0217132568359375, + 0.012451171875, + -0.006702423095703125, + 0.01340484619140625, + 0.010101318359375, + 0.0099029541015625, + 0.0592041015625, + -0.004627227783203125, + -0.0382080078125, + 0.08880615234375, + -0.018798828125, + 0.0338134765625, + 0.007053375244140625, + 0.0316162109375, + -0.01000213623046875, + -0.0063018798828125, + -0.01800537109375, + 0.022308349609375, + 0.053619384765625, + 0.049224853515625, + -0.0082550048828125, + 0.0214996337890625, + -0.01074981689453125, + 0.031005859375, + 0.004199981689453125, + -0.0258026123046875, + 0.001750946044921875, + -0.0019502639770507812, + -0.039215087890625, + 0.00557708740234375, + -0.0438232421875, + -0.05963134765625, + 0.004901885986328125, + -0.058013916015625, + -0.0200042724609375, + 0.007251739501953125, + 0.018310546875, + 0.032196044921875, + -0.04119873046875, + 0.043609619140625, + 0.0029392242431640625, + -0.01165008544921875, + -0.032012939453125, + 0.0016756057739257812, + -0.0033016204833984375, + 0.033599853515625, + 0.024505615234375, + -0.039825439453125, + 0.016510009765625, + -0.02520751953125, + -0.03680419921875, + -0.0100555419921875, + 0.024505615234375, + -0.04522705078125, + 0.03302001953125, + -0.0660400390625, + -0.0186004638671875, + 0.03759765625, + 0.0286102294921875, + -0.0036258697509765625, + -0.018798828125, + 0.043426513671875, + -0.042205810546875, + -0.042816162109375, + 0.00440216064453125, + -0.014007568359375, + -0.0139007568359375, + 0.0196075439453125, + -0.003475189208984375, + 0.0019502639770507812, + -0.004077911376953125, + 0.0118560791015625, + 0.02880859375, + 0.034210205078125, + 0.0233001708984375, + 0.0013380050659179688, + 0.027008056640625, + -0.013702392578125, + 0.02239990234375, + 0.0207061767578125, + 0.0039005279541015625, + -0.005950927734375, + 0.020904541015625, + 0.010101318359375, + -0.07403564453125, + 0.006900787353515625, + -0.0235137939453125, + -0.06402587890625, + 0.0097503662109375, + 0.08599853515625, + 0.0416259765625, + -0.0207061767578125, + 0.0290069580078125, + 0.037811279296875, + 0.0149078369140625, + 0.007350921630859375, + -0.00970458984375, + -0.04022216796875, + 0.00730133056640625, + 0.025604248046875, + 0.043609619140625, + -0.0692138671875, + 0.06964111328125, + 0.08721923828125, + -0.00487518310546875, + -0.0308074951171875, + -0.0018377304077148438, + 0.003200531005859375, + 0.0504150390625, + 0.0604248046875, + 0.020111083984375, + -0.0635986328125, + 0.0021877288818359375, + 0.0268096923828125, + 0.00475311279296875, + -0.0160064697265625, + -0.039398193359375, + -0.027008056640625, + 0.051605224609375, + -0.0804443359375, + -0.022003173828125, + 0.0166015625, + 0.053619384765625, + -0.0009751319885253906, + -0.019012451171875, + -0.002124786376953125, + 0.0167999267578125, + 0.0229034423828125, + -0.01230621337890625, + 0.0033016204833984375, + 0.047821044921875, + -0.0135040283203125, + 0.017303466796875, + 0.03802490234375, + -0.00800323486328125, + 0.0604248046875, + 0.022308349609375, + -0.033416748046875, + 0.04400634765625, + 0.0312042236328125, + 0.03302001953125, + 0.002124786376953125, + -0.050628662109375, + -0.0228118896484375, + -0.0084991455078125, + -0.00004965066909790039, + 0.022003173828125, + 0.045013427734375, + 0.026214599609375, + -0.0146026611328125, + -0.0167083740234375, + 0.0338134765625, + 0.0235137939453125, + 0.0294036865234375, + 0.0560302734375, + 0.0013132095336914062, + 0.014007568359375, + 0.02301025390625, + 0.0166015625, + -0.0182037353515625, + 0.04901123046875, + -0.035614013671875, + 0.0020751953125, + -0.046600341796875, + -0.0163116455078125, + 0.00460052490234375, + -0.03021240234375, + -0.02960205078125, + -0.038604736328125, + 0.0290069580078125, + -0.036224365234375, + -0.033416748046875, + -0.021209716796875, + 0.036407470703125, + -0.0294036865234375, + -0.0017633438110351562, + 0.0276031494140625, + -0.01360321044921875, + 0.0258026123046875, + -0.03521728515625, + 0.0760498046875, + 0.02490234375, + 0.02801513671875, + -0.01560211181640625, + 0.020111083984375, + 0.03179931640625, + -0.0018253326416015625, + 0.011505126953125, + 0.0247039794921875, + 0.01265716552734375, + 0.039215087890625, + 0.0228118896484375, + 0.0068511962890625, + -0.0338134765625, + 0.0247039794921875, + 0.0042266845703125, + -0.02960205078125, + 0.02880859375, + 0.00029850006103515625, + 0.031005859375, + -0.014801025390625, + -0.00279998779296875, + 0.0020999908447265625, + -0.05963134765625, + 0.042205810546875, + 0.0047760009765625, + 0.042816162109375, + 0.0221099853515625, + -0.045623779296875, + 0.057220458984375, + 0.0174102783203125, + 0.046600341796875, + -0.04119873046875, + 0.046600341796875, + -0.00870513916015625, + -0.000640869140625, + -0.01215362548828125, + -0.003376007080078125, + -0.01290130615234375, + 0.03460693359375, + -0.0260009765625, + 0.049407958984375, + 0.0404052734375, + 0.0015316009521484375, + -0.05401611328125, + -0.00905609130859375, + 0.023101806640625, + 0.014404296875, + 0.032806396484375, + -0.060821533203125, + -0.010955810546875, + -0.0024127960205078125, + 0.06280517578125, + 0.06121826171875, + -0.0021381378173828125, + 0.0308074951171875, + -0.001888275146484375, + -0.0110015869140625, + 0.00592803955078125, + -0.06439208984375 + ], + "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_Guymager", + "type": "tool", + "name": "Guymager", + "content": "guymager das schlanke linux-imaging-tool maximiert performance durch intelligentes multi-threading und optimierte i/o-operationen. die qt-basierte gui macht forensisches imaging auch für linux-neulinge zugänglich. gleichzeitiges schreiben mehrerer formate (raw + ewf) ohne performance-verlust. die eingebaute fifo-architektur ermöglicht pipe-operationen für netzwerk-imaging. besonders geschätzt: automatische badblock-erkennung mit detailliertem logging, simultane hash-berechnung (md5, sha1, sha256), fortschrittsbalken mit zeitschätzung. die clone-funktion dupliziert datenträger direkt. hpa/dco-erkennung warnt vor versteckten bereichen. unterstützt usb-write- blocker für zusätzliche sicherheit. die performance übertrifft oft kommerzielle tools bei gleicher zuverlässigkeit. debian-pakete vereinfachen installation. der niedrige ressourcen-verbrauch erlaubt imaging auf älteren systemen. logging im detail-level konfigurierbar für verschiedene compliance-anforderungen. 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.01059722900390625, + 0.0181732177734375, + 0.06024169921875, + -0.0263824462890625, + 0.04364013671875, + 0.042999267578125, + 0.00930023193359375, + 0.012725830078125, + -0.00170135498046875, + 0.0240020751953125, + -0.0274200439453125, + 0.04986572265625, + 0.0079498291015625, + -0.0309600830078125, + -0.047576904296875, + 0.0565185546875, + -0.0355224609375, + -0.004180908203125, + 0.0225372314453125, + -0.0003018379211425781, + -0.00930023193359375, + -0.03033447265625, + -0.062744140625, + 0.00763702392578125, + 0.0026874542236328125, + -0.002506256103515625, + -0.01776123046875, + -0.06646728515625, + -0.001766204833984375, + 0.0189056396484375, + 0.005584716796875, + -0.005374908447265625, + 0.012359619140625, + 0.0288848876953125, + 0.0178680419921875, + -0.0250396728515625, + -0.0166168212890625, + -0.04425048828125, + -0.0199432373046875, + 0.06439208984375, + -0.0101318359375, + -0.0016422271728515625, + 0.00029540061950683594, + -0.0272216796875, + -0.02264404296875, + -0.033447265625, + 0.00732421875, + -0.029083251953125, + -0.009918212890625, + -0.03033447265625, + -0.0011491775512695312, + 0.0299224853515625, + 0.00997161865234375, + -0.015167236328125, + -0.0288848876953125, + 0.03179931640625, + 0.01303863525390625, + -0.032196044921875, + -0.0229644775390625, + 0.057769775390625, + -0.0309600830078125, + -0.00799560546875, + -0.0297088623046875, + -0.02679443359375, + 0.00257110595703125, + 0.046966552734375, + -0.0005326271057128906, + -0.0146484375, + 0.01200103759765625, + 0.00130462646484375, + 0.0036106109619140625, + -0.0176544189453125, + -0.0035572052001953125, + 0.035308837890625, + -0.035125732421875, + -0.044677734375, + 0.00882720947265625, + 0.02679443359375, + 0.0034027099609375, + -0.01085662841796875, + -0.05194091796875, + 0.005401611328125, + 0.01953125, + 0.003765106201171875, + -0.0186004638671875, + 0.011322021484375, + 0.0257568359375, + -0.00960540771484375, + 0.0018825531005859375, + 0.00170135498046875, + 0.01776123046875, + 0.0082550048828125, + 0.006595611572265625, + -0.0299224853515625, + 0.01267242431640625, + 0.0535888671875, + -0.017242431640625, + -0.00971221923828125, + 0.00037169456481933594, + 0.0220184326171875, + 0.0246124267578125, + -0.0173492431640625, + 0.0286712646484375, + 0.0307464599609375, + 0.03302001953125, + -0.0240936279296875, + 0.01126861572265625, + 0.020050048828125, + -0.0253448486328125, + -0.036346435546875, + -0.101806640625, + -0.0240020751953125, + -0.027008056640625, + -0.058990478515625, + 0.0018825531005859375, + 0.0121002197265625, + -0.04156494140625, + 0.027008056640625, + -0.04840087890625, + -0.03240966796875, + -0.004364013671875, + 0.01548004150390625, + 0.0021419525146484375, + 0.00955963134765625, + -0.043426513671875, + -0.0677490234375, + -0.003894805908203125, + 0.0265960693359375, + -0.04779052734375, + -0.01433563232421875, + -0.015899658203125, + -0.018798828125, + -0.0284576416015625, + -0.01548004150390625, + 0.00945281982421875, + -0.035308837890625, + 0.0181732177734375, + 0.0044403076171875, + -0.01251983642578125, + 0.005115509033203125, + 0.039886474609375, + -0.01116943359375, + -0.0535888671875, + 0.01007843017578125, + -0.0178680419921875, + -0.00804901123046875, + -0.02337646484375, + 0.04278564453125, + -0.025238037109375, + -0.01422882080078125, + -0.00815582275390625, + 0.0114288330078125, + 0.0635986328125, + -0.0018053054809570312, + 0.027008056640625, + -0.023895263671875, + 0.0106964111328125, + -0.0173492431640625, + 0.0199432373046875, + -0.0100250244140625, + -0.02337646484375, + 0.0191192626953125, + -0.002117156982421875, + 0.040313720703125, + -0.02130126953125, + -0.054443359375, + -0.019317626953125, + -0.006259918212890625, + 0.00508880615234375, + 0.010284423828125, + 0.0186004638671875, + -0.0008311271667480469, + 0.07440185546875, + 0.057769775390625, + 0.023681640625, + 0.026275634765625, + 0.01641845703125, + 0.0234832763671875, + 0.020263671875, + 0.0159912109375, + -0.0091400146484375, + -0.032196044921875, + 0.01324462890625, + -0.0031299591064453125, + 0.02471923828125, + -0.004261016845703125, + -0.01361083984375, + 0.0007467269897460938, + -0.03302001953125, + 0.027008056640625, + -0.04071044921875, + -0.01444244384765625, + -0.01537322998046875, + 0.0286712646484375, + -0.002544403076171875, + 0.0509033203125, + 0.04156494140625, + -0.0126190185546875, + 0.0157928466796875, + -0.0079498291015625, + 0.0086212158203125, + 0.059844970703125, + -0.026275634765625, + 0.03387451171875, + 0.004596710205078125, + -0.004364013671875, + 0.0026092529296875, + 0.0369873046875, + 0.0355224609375, + -0.050079345703125, + -0.00960540771484375, + 0.041748046875, + 0.01329803466796875, + -0.036163330078125, + -0.01277923583984375, + -0.035308837890625, + 0.0124664306640625, + -0.009918212890625, + -0.014129638671875, + 0.00856781005859375, + -0.0140228271484375, + -0.044036865234375, + 0.01059722900390625, + 0.0299224853515625, + -0.0186004638671875, + 0.03179931640625, + 0.002597808837890625, + -0.02679443359375, + -0.061492919921875, + 0.04052734375, + 0.01474761962890625, + 0.03948974609375, + -0.00244140625, + 0.00423431396484375, + -0.00919342041015625, + -0.0170440673828125, + 0.0201568603515625, + 0.03656005859375, + 0.021820068359375, + 0.0227508544921875, + -0.01953125, + 0.0211944580078125, + -0.02825927734375, + 0.03759765625, + 0.0297088623046875, + 0.00553131103515625, + -0.00152587890625, + -0.0009412765502929688, + 0.0299224853515625, + 0.0313720703125, + -0.04736328125, + -0.0225372314453125, + -0.0843505859375, + -0.0272216796875, + -0.05133056640625, + -0.01226043701171875, + -0.0159912109375, + -0.0438232421875, + 0.062744140625, + -0.04010009765625, + -0.04571533203125, + 0.01392364501953125, + 0.0284576416015625, + -0.0175628662109375, + 0.048004150390625, + -0.0105438232421875, + -0.034088134765625, + 0.01361083984375, + 0.07562255859375, + 0.0031948089599609375, + -0.00981903076171875, + -0.031585693359375, + 0.0121002197265625, + 0.0018310546875, + 0.033447265625, + -0.029296875, + 0.01422882080078125, + 0.0180816650390625, + 0.01953125, + 0.013397216796875, + -0.0237884521484375, + 0.01122283935546875, + -0.020050048828125, + 0.026275634765625, + -0.0313720703125, + -0.005741119384765625, + 0.007843017578125, + 0.00649261474609375, + -0.0178680419921875, + -0.0718994140625, + 0.01111602783203125, + 0.056915283203125, + -0.00852203369140625, + -0.00334930419921875, + 0.010650634765625, + -0.046539306640625, + 0.03302001953125, + -0.007167816162109375, + 0.005039215087890625, + 0.0288848876953125, + 0.0328369140625, + -0.0278472900390625, + 0.043212890625, + -0.0178680419921875, + 0.004985809326171875, + -0.0126190185546875, + -0.0278472900390625, + -0.006855010986328125, + -0.0030517578125, + -0.03240966796875, + -0.01548004150390625, + -0.0174560546875, + -0.040313720703125, + -0.0105438232421875, + -0.005558013916015625, + 0.0005550384521484375, + -0.0467529296875, + -0.0565185546875, + 0.00475311279296875, + -0.03448486328125, + -0.05401611328125, + -0.020782470703125, + 0.050079345703125, + 0.002025604248046875, + 0.0001493692398071289, + -0.022125244140625, + -0.0229644775390625, + -0.02337646484375, + 0.003143310546875, + -0.01381683349609375, + 0.0235748291015625, + -0.00727081298828125, + 0.05859375, + 0.02679443359375, + 0.0272216796875, + 0.019744873046875, + 0.0313720703125, + 0.030548095703125, + -0.027008056640625, + -0.032196044921875, + -0.004364013671875, + 0.0309600830078125, + 0.0355224609375, + -0.01422882080078125, + -0.0237884521484375, + -0.0016880035400390625, + -0.0284576416015625, + 0.007843017578125, + 0.0174560546875, + 0.02191162109375, + 0.034698486328125, + -0.0313720703125, + 0.0081024169921875, + 0.050689697265625, + -0.004283905029296875, + 0.09722900390625, + 0.006595611572265625, + -0.04779052734375, + 0.025238037109375, + 0.035308837890625, + 0.01033782958984375, + -0.004726409912109375, + 0.0369873046875, + 0.00457000732421875, + 0.0183868408203125, + 0.031158447265625, + 0.0061798095703125, + 0.02825927734375, + 0.0000941157341003418, + -0.0168304443359375, + 0.009246826171875, + 0.0121002197265625, + 0.0089874267578125, + 0.045501708984375, + 0.0250396728515625, + 0.0180816650390625, + 0.006961822509765625, + -0.0248260498046875, + 0.006259918212890625, + -0.041748046875, + -0.057769775390625, + -0.01548004150390625, + 0.04052734375, + 0.0263824462890625, + 0.034271240234375, + -0.029083251953125, + -0.041351318359375, + 0.030120849609375, + -0.045928955078125, + 0.065673828125, + 0.03656005859375, + 0.005298614501953125, + 0.038238525390625, + -0.00872802734375, + 0.009246826171875, + 0.028045654296875, + 0.0098724365234375, + 0.037200927734375, + 0.038421630859375, + 0.032196044921875, + -0.00919342041015625, + -0.0196380615234375, + 0.0294952392578125, + 0.054840087890625, + 0.0260772705078125, + 0.0272216796875, + 0.01059722900390625, + 0.0163116455078125, + 0.010955810546875, + -0.02056884765625, + 0.044677734375, + 0.058990478515625, + 0.0025196075439453125, + 0.04217529296875, + 0.01174163818359375, + 0.0037403106689453125, + -0.059417724609375, + 0.0211944580078125, + 0.0103912353515625, + -0.003894805908203125, + 0.046112060546875, + 0.01433563232421875, + -0.0565185546875, + 0.01137542724609375, + 0.050079345703125, + -0.0855712890625, + 0.03759765625, + -0.005428314208984375, + -0.0248260498046875, + 0.016510009765625, + -0.003635406494140625, + -0.059417724609375, + 0.007480621337890625, + -0.032196044921875, + -0.054840087890625, + 0.0026226043701171875, + 0.016510009765625, + -0.0276336669921875, + -0.038421630859375, + -0.034088134765625, + -0.007114410400390625, + -0.021820068359375, + -0.0126190185546875, + 0.054443359375, + 0.0232696533203125, + -0.0030002593994140625, + 0.00908660888671875, + 0.044677734375, + 0.00273895263671875, + -0.0124664306640625, + 0.059844970703125, + -0.030548095703125, + -0.045074462890625, + 0.0328369140625, + 0.01496124267578125, + 0.00397491455078125, + -0.026275634765625, + -0.0145416259765625, + -0.01392364501953125, + 0.0160980224609375, + 0.0128326416015625, + 0.006000518798828125, + -0.050079345703125, + -0.01277923583984375, + -0.047576904296875, + 0.05255126953125, + -0.0191192626953125, + 0.019744873046875, + 0.01174163818359375, + -0.037811279296875, + 0.0390625, + -0.0299224853515625, + -0.02056884765625, + -0.0014934539794921875, + 0.0014476776123046875, + -0.00852203369140625, + 0.05401611328125, + -0.0355224609375, + -0.003154754638671875, + -0.02545166015625, + 0.04052734375, + 0.0232696533203125, + -0.006259918212890625, + -0.0191192626953125, + 0.031158447265625, + 0.027008056640625, + -0.0535888671875, + 0.00475311279296875, + -0.0157928466796875, + -0.004283905029296875, + 0.03759765625, + -0.0396728515625, + -0.01474761962890625, + 0.0032596588134765625, + -0.0467529296875, + -0.02825927734375, + -0.033660888671875, + -0.0274200439453125, + -0.016510009765625, + 0.0146484375, + 0.05133056640625, + 0.0036106109619140625, + -0.0007076263427734375, + 0.00904083251953125, + 0.0209808349609375, + -0.0014734268188476562, + 0.0030651092529296875, + -0.02337646484375, + 0.03448486328125, + -0.07061767578125, + -0.044677734375, + -0.01496124267578125, + 0.01392364501953125, + -0.0217132568359375, + -0.017974853515625, + 0.01023101806640625, + -0.025970458984375, + 0.044464111328125, + -0.06109619140625, + 0.005039215087890625, + -0.04052734375, + -0.0174560546875, + -0.0234832763671875, + -0.039276123046875, + 0.0229644775390625, + 0.01189422607421875, + 0.0155792236328125, + -0.0026226043701171875, + 0.00893402099609375, + -0.05609130859375, + 0.04156494140625, + 0.022857666015625, + 0.0178680419921875, + -0.0286712646484375, + -0.01220703125, + 0.0286712646484375, + 0.015167236328125, + 0.05859375, + -0.034088134765625, + -0.046966552734375, + -0.0677490234375, + 0.025146484375, + -0.00960540771484375, + -0.016937255859375, + -0.0160980224609375, + -0.04779052734375, + -0.065673828125, + 0.01111602783203125, + 0.0294952392578125, + 0.0237884521484375, + 0.0013570785522460938, + -0.0255584716796875, + -0.0009088516235351562, + -0.00605010986328125, + -0.021820068359375, + 0.0255584716796875, + -0.0171356201171875, + 0.01241302490234375, + -0.0025196075439453125, + -0.042999267578125, + 0.0299224853515625, + 0.0174560546875, + 0.034088134765625, + 0.04052734375, + 0.031158447265625, + -0.04425048828125, + 0.004596710205078125, + -0.0163116455078125, + -0.0146484375, + 0.0030765533447265625, + -0.03033447265625, + 0.004364013671875, + -0.031982421875, + -0.018280029296875, + 0.017242431640625, + 0.0313720703125, + 0.03594970703125, + -0.007167816162109375, + -0.005870819091796875, + -0.0049591064453125, + 0.00353240966796875, + 0.06982421875, + -0.011688232421875, + -0.034698486328125, + 0.01983642578125, + -0.002155303955078125, + 0.05047607421875, + 0.023681640625, + 0.0124664306640625, + -0.0240936279296875, + 0.0181732177734375, + 0.029083251953125, + -0.0211944580078125, + -0.0313720703125, + -0.0264892578125, + 0.01241302490234375, + 0.0272216796875, + 0.07025146484375, + 0.005634307861328125, + 0.0810546875, + -0.005504608154296875, + -0.0174560546875, + 0.038848876953125, + 0.0718994140625, + 0.018798828125, + -0.042999267578125, + -0.0452880859375, + 0.00205230712890625, + 0.0129852294921875, + -0.034912109375, + -0.0225372314453125, + 0.0176544189453125, + 0.06689453125, + -0.065673828125, + -0.04425048828125, + -0.017974853515625, + -0.0119476318359375, + 0.014129638671875, + 0.0224456787109375, + -0.01074981689453125, + 0.035125732421875, + 0.0066986083984375, + -0.0229644775390625, + -0.01023101806640625, + -0.0307464599609375, + 0.016204833984375, + 0.05816650390625, + 0.01230621337890625, + -0.007740020751953125, + 0.024200439453125, + 0.00527191162109375, + 0.0021820068359375, + 0.03240966796875, + 0.06817626953125, + 0.01485443115234375, + 0.004985809326171875, + 0.038848876953125, + 0.0452880859375, + -0.03387451171875, + -0.0105438232421875, + 0.0103912353515625, + 0.036163330078125, + 0.055267333984375, + 0.061492919921875, + 0.00997161865234375, + 0.00893402099609375, + -0.0025577545166015625, + -0.051727294921875, + -0.01329803466796875, + 0.0034809112548828125, + -0.0103912353515625, + -0.039276123046875, + -0.033447265625, + 0.028045654296875, + -0.044677734375, + 0.04071044921875, + 0.01329803466796875, + -0.0274200439453125, + -0.018798828125, + 0.0225372314453125, + 0.0086212158203125, + -0.021087646484375, + 0.0093994140625, + -0.034271240234375, + -0.03448486328125, + -0.043426513671875, + -0.0091400146484375, + 0.018798828125, + -0.0186920166015625, + -0.061492919921875, + -0.01496124267578125, + 0.034271240234375, + -0.018280029296875, + -0.04632568359375, + -0.031982421875, + -0.0066986083984375, + -0.03448486328125, + -0.0648193359375, + -0.033447265625, + -0.0121002197265625, + 0.00431060791015625, + -0.027008056640625, + 0.0309600830078125, + -0.0206756591796875, + -0.02825927734375, + -0.01849365234375, + -0.01033782958984375, + -0.052154541015625, + 0.0204620361328125, + -0.054443359375, + 0.04156494140625, + 0.0017404556274414062, + 0.0248260498046875, + 0.0217132568359375, + 0.07232666015625, + -0.01049041748046875, + 0.007114410400390625, + 0.0004513263702392578, + -0.05255126953125, + 0.0265960693359375, + 0.0049591064453125, + 0.0220184326171875, + -0.06939697265625, + 0.00327301025390625, + 0.038848876953125, + -0.0718994140625, + 0.01074981689453125, + 0.0070648193359375, + 0.005893707275390625, + -0.029083251953125, + 0.007740020751953125, + 0.007114410400390625, + 0.0237884521484375, + 0.06817626953125, + 0.0157928466796875, + -0.01422882080078125, + -0.0278472900390625, + -0.024932861328125, + 0.055694580078125, + 0.0278472900390625, + 0.0163116455078125, + -0.0216064453125, + 0.00882720947265625, + -0.0109100341796875, + -0.0103912353515625, + 0.01422882080078125, + -0.06982421875, + -0.01277923583984375, + 0.04425048828125, + 0.0098724365234375, + -0.0274200439453125, + -0.025970458984375, + -0.05859375, + -0.00701141357421875, + -0.054840087890625, + 0.010650634765625, + 0.01226043701171875, + 0.006649017333984375, + -0.045928955078125, + 0.004364013671875, + 0.01148223876953125, + -0.050689697265625, + -0.0276336669921875, + -0.0263824462890625, + 0.02191162109375, + -0.004856109619140625, + -0.047149658203125, + 0.0216064453125, + 0.01474761962890625, + -0.01277923583984375, + 0.02264404296875, + 0.05029296875, + -0.0204620361328125, + 0.0106964111328125, + -0.01849365234375, + 0.0606689453125, + 0.0030651092529296875, + -0.007843017578125, + -0.0299224853515625, + 0.0222320556640625, + 0.010955810546875, + -0.0229644775390625, + 0.041351318359375, + 0.036346435546875, + -0.039886474609375, + -0.041748046875, + -0.06317138671875, + -0.00519561767578125, + 0.0081024169921875, + -0.01303863525390625, + 0.054840087890625, + 0.01371002197265625, + -0.00701141357421875, + -0.09722900390625, + 0.05609130859375, + -0.0246124267578125, + 0.0274200439453125, + 0.00753021240234375, + -0.002285003662109375, + -0.048187255859375, + -0.048614501953125, + -0.050079345703125, + 0.019012451171875, + -0.029296875, + 0.0222320556640625, + 0.00501251220703125, + 0.0189056396484375, + 0.004283905029296875, + -0.042999267578125, + 0.019012451171875, + 0.049041748046875, + 0.01148223876953125, + -0.004520416259765625, + 0.0565185546875, + -0.015167236328125, + 0.004802703857421875, + -0.00830841064453125, + -0.006000518798828125, + 0.010284423828125, + 0.01007843017578125, + -0.01485443115234375, + 0.004779815673828125, + 0.0263824462890625, + 0.049041748046875, + -0.0246124267578125, + 0.0022602081298828125, + -0.01122283935546875, + 0.0155792236328125, + 0.0082550048828125, + -0.0276336669921875, + 0.0015974044799804688, + -0.0109100341796875, + -0.0135040283203125, + -0.028045654296875, + -0.0523681640625, + -0.079345703125, + 0.0018434524536132812, + -0.0232696533203125, + -0.051513671875, + 0.012359619140625, + 0.047576904296875, + -0.001239776611328125, + -0.032196044921875, + 0.03179931640625, + -0.026275634765625, + 0.00091552734375, + -0.0278472900390625, + 0.0276336669921875, + 0.0020904541015625, + 0.045501708984375, + 0.01049041748046875, + -0.049224853515625, + 0.00882720947265625, + -0.0288848876953125, + 0.01126861572265625, + -0.0183868408203125, + -0.00623321533203125, + -0.041351318359375, + 0.03448486328125, + -0.08062744140625, + -0.008209228515625, + 0.04071044921875, + 0.009765625, + -0.01329803466796875, + -0.044677734375, + 0.0452880859375, + -0.0036106109619140625, + -0.0250396728515625, + 0.026275634765625, + -0.01474761962890625, + -0.046966552734375, + 0.041748046875, + -0.0288848876953125, + 0.00882720947265625, + 0.0021686553955078125, + 0.043426513671875, + 0.0246124267578125, + 0.0635986328125, + -0.0007305145263671875, + -0.0369873046875, + 0.01392364501953125, + -0.0038700103759765625, + 0.01953125, + 0.030120849609375, + 0.038421630859375, + -0.0208740234375, + 0.006153106689453125, + 0.01329803466796875, + -0.0997314453125, + -0.044464111328125, + -0.0199432373046875, + -0.03594970703125, + -0.0159912109375, + 0.0751953125, + 0.0309600830078125, + 0.005374908447265625, + 0.01329803466796875, + 0.046539306640625, + 0.026275634765625, + 0.004207611083984375, + -0.01100921630859375, + -0.049224853515625, + -0.02618408203125, + 0.0105438232421875, + 0.02130126953125, + -0.0731201171875, + 0.043212890625, + 0.06231689453125, + -0.01953125, + -0.03302001953125, + -0.00571441650390625, + 0.00836181640625, + 0.078125, + -0.00020122528076171875, + -0.0011234283447265625, + -0.06024169921875, + 0.033447265625, + 0.03302001953125, + -0.01444244384765625, + -0.0140228271484375, + -0.02679443359375, + -0.019744873046875, + 0.031158447265625, + -0.0772705078125, + -0.0095062255859375, + 0.00836181640625, + 0.07562255859375, + 0.011688232421875, + -0.04156494140625, + -0.034271240234375, + 0.02825927734375, + 0.0284576416015625, + -0.02056884765625, + -0.00019800662994384766, + 0.0075836181640625, + -0.03802490234375, + 0.006908416748046875, + 0.0535888671875, + -0.0313720703125, + 0.031158447265625, + 0.0098724365234375, + -0.048828125, + 0.0096588134765625, + -0.03802490234375, + 0.0175628662109375, + -0.0006656646728515625, + -0.0396728515625, + -0.007427215576171875, + -0.0565185546875, + 0.05029296875, + 0.0204620361328125, + 0.036346435546875, + 0.0044403076171875, + -0.015899658203125, + -0.002246856689453125, + 0.008209228515625, + 0.019317626953125, + 0.029083251953125, + 0.055267333984375, + 0.0309600830078125, + 0.005611419677734375, + 0.039886474609375, + -0.00205230712890625, + -0.0167236328125, + 0.030120849609375, + -0.025146484375, + 0.029083251953125, + -0.0789794921875, + 0.0106964111328125, + 0.004180908203125, + -0.0237884521484375, + -0.005634307861328125, + -0.033447265625, + 0.00830841064453125, + -0.0194244384765625, + -0.03948974609375, + -0.0253448486328125, + 0.03863525390625, + -0.051727294921875, + 0.007480621337890625, + 0.035125732421875, + -0.01303863525390625, + 0.01174163818359375, + -0.05401611328125, + 0.07562255859375, + 0.01381683349609375, + 0.00318145751953125, + -0.013397216796875, + 0.048828125, + 0.01568603515625, + 0.00579071044921875, + 0.031585693359375, + 0.0150604248046875, + -0.0244140625, + 0.055267333984375, + 0.058990478515625, + 0.013397216796875, + -0.043212890625, + 0.006103515625, + 0.0146484375, + -0.049041748046875, + 0.047576904296875, + 0.034912109375, + 0.0152740478515625, + -0.004520416259765625, + -0.007167816162109375, + -0.0235748291015625, + -0.0313720703125, + 0.051513671875, + 0.023681640625, + 0.007480621337890625, + 0.04736328125, + -0.0355224609375, + 0.06854248046875, + 0.00904083251953125, + 0.044891357421875, + -0.042999267578125, + 0.0689697265625, + -0.01641845703125, + 0.0214996337890625, + 0.0079498291015625, + 0.00675201416015625, + -0.0206756591796875, + 0.016510009765625, + -0.0039215087890625, + 0.061492919921875, + 0.021820068359375, + -0.02056884765625, + -0.040924072265625, + -0.017974853515625, + -0.00893402099609375, + 0.006855010986328125, + 0.049041748046875, + -0.0535888671875, + -0.01849365234375, + 0.0224456787109375, + 0.0183868408203125, + 0.06689453125, + 0.02130126953125, + 0.0313720703125, + -0.0021419525146484375, + -0.007740020751953125, + -0.030120849609375, + -0.006595611572265625 + ], + "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_SIFT_Workstation", "type": "tool", @@ -40108,3160 +74844,3169 @@ } }, { - "id": "tool_Microsoft_Office_365", + "id": "tool_Parrot_Security_OS", "type": "tool", - "name": "Microsoft Office 365", - "content": "microsoft office 365 der industriestandard bietet mehr als textverarbeitung - ein mächtiges forensik-analyse-toolkit. excel's power query transformiert komplexe log-dateien in aussagekräftige visualisierungen. power pivot verarbeitet millionen datensätze für big-data-forensik. die kollaborations-features ermöglichen echtzeit-teamarbeit an ermittlungen. besonders wertvoll: cloud-storage für große beweis-sammlungen, version-history für audit-trails, advanced ediscovery für compliance. teams integriert sichere kommunikation. der compliance-manager dokumentiert datenschutz-konform. onenote sammelt notizen und screenshots strukturiert. die ki-features in editor verbessern report-qualität. makros automatisieren routine-analysen. die mobile-apps ermöglichen feld-dokumentation. power automate verbindet mit forensik-tools. der industriestandard hat seinen preis, aber die integration und support sind unübertroffen. vorsicht: cloud-storage kann datenschutz-problematisch sein für sensible ermittlungen. 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", + "name": "Parrot Security OS", + "content": "parrot security os die privacy-fokussierte alternative zu kali linux mit eingebautem anonymisierungs-framework. anonsurf routet traffic durch tor für verdeckte ermittlungen. forensik-tools treffen auf pentesting-arsenal in datenschutzfreundlicher umgebung. rolling-release hält 600+ tools aktuell ohne neuinstallation. der ressourcenschonende mate-desktop läuft flüssig auf älteren laptops. besonders wertvoll: eingebaute kryptographie-tools, sichere kommunikations-apps, sandbox für malware. die forensik-edition fokussiert auf incident-response. docker-support für tool-isolation. arm-versionen für raspberry pi und mobile-forensik. die italienische entwicklung bringt europäische datenschutz-werte. mehrere desktop-umgebungen wählbar. live-boot mit persistence für feldarbeit. der apparmor-schutz härtet gegen exploits. community kleiner aber engagierter als kali. perfekt für ermittler die privatsphäre und sicherheit priorisieren. gui command-line 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.0113067626953125, - 0.041046142578125, - 0.05047607421875, - 0.00630950927734375, - 0.032135009765625, - 0.0294189453125, - 0.0350341796875, - 0.01398468017578125, - -0.0107574462890625, - 0.0229644775390625, - -0.05230712890625, - 0.0364990234375, - 0.0006413459777832031, - -0.0012598037719726562, - -0.060638427734375, - 0.04412841796875, - -0.0194244384765625, - 0.0276031494140625, - 0.0308685302734375, - -0.0159759521484375, - -0.0169830322265625, - -0.00569915771484375, - -0.048309326171875, - 0.0025768280029296875, - -0.0007147789001464844, - 0.041961669921875, - -0.018798828125, - -0.06793212890625, - -0.00839996337890625, - -0.018707275390625, - 0.014434814453125, - -0.034149169921875, - 0.00630950927734375, - 0.05084228515625, - 0.00853729248046875, - -0.009307861328125, - 0.018524169921875, - -0.053375244140625, - -0.04486083984375, - 0.01416778564453125, - 0.00458526611328125, - -0.0129852294921875, - 0.01788330078125, - 0.0124359130859375, - -0.031402587890625, - -0.026336669921875, - -0.002361297607421875, - -0.026153564453125, - 0.005084991455078125, - -0.0113067626953125, - 0.02923583984375, - 0.0245208740234375, - 0.0025768280029296875, - 0.0016117095947265625, - -0.0237884521484375, - 0.038665771484375, - 0.0157928466796875, - -0.010894775390625, - -0.038665771484375, - 0.043212890625, - -0.04412841796875, - -0.0010156631469726562, - -0.010528564453125, - 0.0024852752685546875, - 0.008758544921875, - 0.00812530517578125, - -0.014801025390625, - -0.0239715576171875, - -0.0029277801513671875, - -0.032867431640625, - 0.0012254714965820312, - 0.0247039794921875, - -0.0281524658203125, - 0.0357666015625, - -0.025238037109375, - -0.046478271484375, - -0.01216888427734375, - 0.0274200439453125, - -0.004016876220703125, - -0.0089874267578125, - -0.058837890625, - -0.01026153564453125, - 0.038330078125, - -0.0198822021484375, - -0.044677734375, - 0.00435638427734375, - 0.0229644775390625, - 0.017608642578125, - 0.004062652587890625, - 0.00962066650390625, - 0.026153564453125, - -0.00528717041015625, - 0.018707275390625, - -0.0283355712890625, - 0.0312347412109375, - 0.061370849609375, - -0.00994110107421875, - -0.0010442733764648438, - -0.014434814453125, - 0.017425537109375, - 0.0277862548828125, - -0.044677734375, - 0.041961669921875, - -0.01216888427734375, - 0.0157928466796875, - -0.049041748046875, - 0.025970458984375, - 0.001861572265625, - -0.0239715576171875, - 0.002735137939453125, - -0.0994873046875, - -0.053375244140625, -0.035400390625, - -0.08026123046875, - -0.0019626617431640625, - 0.017608642578125, - -0.007808685302734375, - 0.056671142578125, - -0.055938720703125, - -0.046112060546875, - 0.05047607421875, - 0.01398468017578125, - -0.00885009765625, - 0.0161590576171875, - -0.05010986328125, - -0.04248046875, - 0.006038665771484375, - 0.033416748046875, - -0.034515380859375, - -0.0450439453125, - -0.01407623291015625, - -0.021697998046875, - -0.006809234619140625, - -0.0306854248046875, - -0.0072174072265625, - -0.0361328125, - 0.047943115234375, - 0.01806640625, - 0.014801025390625, - 0.009307861328125, - 0.0241546630859375, - -0.00649261474609375, - -0.0718994140625, - -0.00726318359375, - -0.0443115234375, - -0.004291534423828125, - -0.005062103271484375, - 0.0584716796875, - -0.031768798828125, - -0.0206146240234375, - -0.014617919921875, - 0.00015103816986083984, - 0.049041748046875, - 0.0276031494140625, - 0.0109405517578125, - -0.02960205078125, - 0.005107879638671875, - -0.018890380859375, - 0.048309326171875, - -0.0164337158203125, - -0.00789642333984375, - 0.0279693603515625, - -0.0016345977783203125, - 0.0159759521484375, - 0.0012998580932617188, - -0.03485107421875, - -0.01152801513671875, - 0.021881103515625, - -0.0071258544921875, - 0.014251708984375, - 0.01039886474609375, - -0.019073486328125, - 0.06866455078125, - 0.074462890625, - 0.00551605224609375, - 0.031951904296875, - -0.007762908935546875, - -0.0283355712890625, - 0.02850341796875, - 0.0198822021484375, - -0.025970458984375, - -0.0092620849609375, - 0.0357666015625, - 0.010528564453125, - 0.0095367431640625, - -0.0007662773132324219, - -0.03594970703125, - -0.01507568359375, - -0.04974365234375, - 0.025238037109375, - -0.05194091796875, - -0.032684326171875, - -0.017425537109375, - 0.0197906494140625, - 0.006855010986328125, - 0.054473876953125, - 0.021331787109375, - 0.006084442138671875, - 0.0125274658203125, - -0.003108978271484375, - -0.0027923583984375, - 0.0172576904296875, - 0.003108978271484375, - 0.033416748046875, - -0.00640106201171875, - 0.025054931640625, - -0.01226043701171875, - 0.0274200439453125, - 0.02923583984375, - -0.0170745849609375, - -0.0113067626953125, - 0.0584716796875, - -0.0029964447021484375, - -0.0308685302734375, - -0.03558349609375, - -0.02215576171875, - -0.01012420654296875, - -0.022705078125, - 0.004016876220703125, - 0.00440216064453125, - -0.00476837158203125, - -0.055206298828125, - -0.00626373291015625, - 0.0130767822265625, - -0.0241546630859375, - 0.0130767822265625, - 0.0361328125, - -0.01161956787109375, - -0.0270538330078125, - -0.00989532470703125, - 0.021331787109375, - 0.02215576171875, - -0.0303192138671875, - 0.0167999267578125, - -0.0008683204650878906, - -0.034698486328125, - 0.032867431640625, - 0.0130767822265625, - 0.0205230712890625, - -0.002223968505859375, - -0.0192413330078125, - 0.024871826171875, - -0.0283355712890625, - 0.040313720703125, - 0.0281524658203125, - -0.00644683837890625, - -0.01216888427734375, - 0.0071258544921875, - 0.039031982421875, - 0.031585693359375, - -0.046844482421875, - -0.01824951171875, - -0.08282470703125, - 0.0093536376953125, - -0.06829833984375, - -0.048675537109375, - -0.0443115234375, - -0.062469482421875, - 0.06610107421875, - -0.025421142578125, - -0.0308685302734375, - 0.007537841796875, - 0.0241546630859375, - 0.0033817291259765625, - 0.019073486328125, - 0.006946563720703125, - -0.0228729248046875, - 0.0038356781005859375, - 0.06903076171875, - 0.0194244384765625, - -0.01007843017578125, - 0.0128021240234375, - 0.00794219970703125, - -0.014984130859375, - 0.033233642578125, - -0.0312347412109375, - 0.0128936767578125, - 0.02960205078125, - 0.03704833984375, + -0.004650115966796875, + 0.0587158203125, + -0.0007729530334472656, + 0.0193023681640625, + 0.028350830078125, 0.014984130859375, - -0.03521728515625, - 0.0364990234375, - 0.01021575927734375, - 0.0364990234375, - -0.047943115234375, - -0.038665771484375, - 0.0011234283447265625, - 0.026336669921875, - -0.005039215087890625, - -0.06646728515625, - 0.00115203857421875, - 0.056671142578125, - 0.02886962890625, - -0.034332275390625, - -0.0017023086547851562, - -0.0162506103515625, - -0.004947662353515625, - 0.0202484130859375, - -0.0010042190551757812, - 0.031585693359375, - 0.038665771484375, - -0.039398193359375, - 0.00649261474609375, - 0.0025653839111328125, - 0.0021343231201171875, - -0.033416748046875, - -0.053375244140625, - -0.018524169921875, - 0.0108489990234375, - -0.04486083984375, - -0.005176544189453125, - 0.0243377685546875, - -0.0159759521484375, - -0.01171112060546875, - -0.0234222412109375, - 0.02215576171875, - -0.0234222412109375, - -0.05303955078125, - 0.0003533363342285156, - -0.03521728515625, - -0.05267333984375, - -0.0088958740234375, - 0.04449462890625, - 0.0037899017333984375, - 0.017608642578125, - -0.014801025390625, - -0.0277862548828125, - -0.05010986328125, - 0.0129852294921875, - -0.0128936767578125, - 0.018798828125, - -0.0184326171875, - 0.014617919921875, - 0.0294189453125, - 0.055206298828125, - 0.0012769699096679688, - 0.047943115234375, - 0.01561737060546875, - -0.022064208984375, - 0.01343536376953125, - 0.0274200439453125, - -0.0093536376953125, - 0.0164337158203125, - -0.0054473876953125, - -0.031951904296875, - 0.0043792724609375, - -0.0450439453125, - 0.014892578125, - 0.032318115234375, - 0.0203399658203125, - 0.032318115234375, - -0.0223388671875, - 0.003631591796875, - 0.056304931640625, - 0.0236053466796875, - 0.09588623046875, - -0.01389312744140625, - -0.04376220703125, - -0.0172576904296875, - 0.032684326171875, - -0.0092620849609375, - -0.0286865234375, - 0.0443115234375, - 0.006130218505859375, - -0.0168914794921875, - 0.039031982421875, - -0.017608642578125, - 0.0428466796875, - -0.00826263427734375, - -0.0108489990234375, - 0.005855560302734375, - -0.01216888427734375, - 0.0160675048828125, - 0.05120849609375, - 0.02850341796875, - 0.002655029296875, - 0.01044464111328125, - -0.006900787353515625, - -0.031768798828125, - -0.05047607421875, - -0.04974365234375, - 0.03778076171875, - 0.041778564453125, - -0.0007772445678710938, - 0.039398193359375, - -0.01352691650390625, - -0.05047607421875, - 0.01026153564453125, - -0.0364990234375, - 0.0751953125, - 0.0308685302734375, - 0.029052734375, - 0.045928955078125, - -0.025054931640625, - 0.0193328857421875, - 0.0231475830078125, - -0.0009474754333496094, - 0.0105743408203125, - 0.01861572265625, - 0.05120849609375, - -0.0090789794921875, - -0.039764404296875, - 0.033416748046875, - 0.0435791015625, - 0.01552581787109375, - 0.004154205322265625, - 0.018157958984375, - 0.0012140274047851562, - 0.0277862548828125, - -0.03704833984375, - 0.049041748046875, - 0.031585693359375, - -0.0239715576171875, - 0.007762908935546875, - -0.00803375244140625, - 0.0294189453125, - -0.032867431640625, - 0.00469970703125, - -0.0126190185546875, - 0.0234222412109375, - 0.01434326171875, - 0.0266876220703125, - -0.0230560302734375, - 0.009490966796875, - 0.047576904296875, - -0.047943115234375, - 0.0234222412109375, - 0.036865234375, - -0.03485107421875, - 0.01361846923828125, - -0.01035308837890625, - -0.021331787109375, - 0.0199737548828125, - -0.006900787353515625, - -0.02996826171875, - 0.01049041748046875, - 0.02996826171875, - -0.048675537109375, - -0.046112060546875, - -0.0231475830078125, - -0.018341064453125, - -0.00803375244140625, - 0.0014524459838867188, - 0.03558349609375, - 0.0009136199951171875, - -0.0164337158203125, - 0.01012420654296875, - 0.038330078125, - 0.002338409423828125, - -0.04974365234375, - 0.0570068359375, - -0.018707275390625, - -0.03778076171875, - 0.0194244384765625, - 0.014984130859375, - 0.0268707275390625, - -0.025970458984375, - -0.01161956787109375, - 0.01407623291015625, - 0.02886962890625, - 0.00958251953125, - -0.0167999267578125, - -0.0294189453125, - -0.047576904296875, - -0.0301513671875, - 0.0241546630859375, - 0.021331787109375, - 0.05810546875, - -0.0110321044921875, - -0.0279693603515625, - 0.0207061767578125, - -0.032135009765625, - -0.039581298828125, - -0.0200653076171875, - 0.0357666015625, - -0.03668212890625, - 0.05120849609375, - -0.026519775390625, - 0.004016876220703125, - -0.0207061767578125, - 0.06500244140625, - 0.025054931640625, - -0.0131683349609375, - -0.04486083984375, - 0.049407958984375, - 0.039764404296875, - -0.04559326171875, - -0.0191650390625, - -0.00821685791015625, - -0.005039215087890625, - 0.0450439453125, - -0.056671142578125, - -0.00966644287109375, - 0.0228729248046875, - -0.06903076171875, - -0.01352691650390625, - -0.041046142578125, - -0.002780914306640625, - -0.047576904296875, - 0.0216064453125, - 0.02850341796875, - -0.0089874267578125, - 0.0167999267578125, - -0.0034732818603515625, - 0.022613525390625, - 0.0145263671875, - 0.0015439987182617188, - -0.01507568359375, - 0.038848876953125, - -0.06500244140625, - -0.0268707275390625, - -0.0173492431640625, - 0.05157470703125, - -0.0310516357421875, - -0.009124755859375, - 0.01226043701171875, - 0.0023040771484375, - 0.056671142578125, - -0.04248046875, - 0.0106201171875, - -0.0018949508666992188, - -0.0361328125, - -0.0305023193359375, - -0.0173492431640625, - 0.0127105712890625, - 0.021331787109375, - -0.01021575927734375, - 0.01352691650390625, - 0.048675537109375, - -0.072998046875, - 0.010711669921875, - 0.022705078125, - -0.005130767822265625, - -0.01012420654296875, - -0.01003265380859375, - -0.0024852752685546875, - 0.005764007568359375, - 0.0229644775390625, - -0.0266876220703125, - -0.0234222412109375, - -0.0860595703125, - 0.0206146240234375, - -0.025604248046875, - -0.014434814453125, - -0.03594970703125, - -0.041046142578125, - -0.054473876953125, - -0.006763458251953125, - 0.034515380859375, - 0.0305023193359375, - 0.0173492431640625, - -0.034332275390625, - -0.00630950927734375, - 0.017974853515625, - -0.025421142578125, - 0.022430419921875, - -0.032318115234375, - -0.0006837844848632812, - 0.047210693359375, - -0.0584716796875, - 0.0279693603515625, - 0.00635528564453125, - 0.039215087890625, - 0.0279693603515625, - 0.0239715576171875, - -0.0247039794921875, - 0.01525115966796875, - -0.041046142578125, - -0.0125274658203125, - -0.02178955078125, - -0.009033203125, - 0.0204315185546875, - -0.0164337158203125, - -0.0171661376953125, - 0.025238037109375, - 0.018707275390625, - 0.0305023193359375, - -0.00370025634765625, - -0.0007038116455078125, - 0.022247314453125, - 0.0002453327178955078, - 0.054107666015625, - -0.0310516357421875, - -0.054107666015625, - -0.0127105712890625, - 0.00453948974609375, - 0.040863037109375, - 0.053741455078125, - -0.00835418701171875, - -0.02252197265625, - 0.01534271240234375, - 0.0361328125, - -0.0173492431640625, - -0.02923583984375, - -0.038482666015625, - 0.0230560302734375, - 0.0088043212890625, - 0.0726318359375, - -0.002643585205078125, - 0.088623046875, - -0.0010213851928710938, + -0.004978179931640625, + -0.01337432861328125, + -0.00673675537109375, + -0.0297698974609375, + 0.053497314453125, + -0.023223876953125, + -0.016082763671875, + -0.0599365234375, + 0.03802490234375, + -0.0141754150390625, + 0.00432586669921875, + 0.00417327880859375, + 0.007694244384765625, + 0.00040221214294433594, + -0.01197052001953125, + -0.06597900390625, + 0.00885009765625, + -0.0026531219482421875, 0.00630950927734375, - 0.03485107421875, - 0.057373046875, - 0.0162506103515625, - -0.01788330078125, - -0.0595703125, - 0.00971221923828125, - -0.004337310791015625, - -0.03485107421875, - -0.0274200439453125, - -0.004791259765625, - 0.0310516357421875, - -0.07989501953125, - -0.0128936767578125, - -0.021240234375, - 0.0011749267578125, - 0.00034618377685546875, - 0.0357666015625, - 0.0028591156005859375, - 0.017608642578125, - 0.02142333984375, - -0.034332275390625, - 0.0163421630859375, - -0.0092620849609375, - -0.0128936767578125, - 0.05303955078125, - 0.04229736328125, - -0.01470947265625, - 0.0350341796875, - -0.002292633056640625, - 0.0207977294921875, - 0.033050537109375, - 0.03741455078125, - 0.01861572265625, - 0.0165252685546875, - 0.048675537109375, - 0.054473876953125, - -0.01361846923828125, - -0.018341064453125, - 0.0245208740234375, - 0.021881103515625, - 0.034149169921875, - 0.05230712890625, - -0.014617919921875, - 0.0113067626953125, - 0.021240234375, - -0.0247039794921875, - -0.014984130859375, - 0.022064208984375, - 0.00531005859375, - -0.05230712890625, - -0.054107666015625, - 0.01861572265625, - -0.05120849609375, - 0.025604248046875, - 0.0022125244140625, - -0.022247314453125, - 0.00042557716369628906, - 0.032501220703125, - -0.025970458984375, - -0.040130615234375, - 0.000014126300811767578, - -0.0034961700439453125, - -0.0164337158203125, - -0.045745849609375, - -0.046478271484375, - 0.025970458984375, - -0.0056304931640625, - -0.05303955078125, - -0.018707275390625, - 0.017974853515625, - -0.01380157470703125, - -0.0308685302734375, - -0.031951904296875, - 0.02105712890625, - -0.00449371337890625, - -0.021240234375, - -0.056671142578125, - -0.03485107421875, - 0.007354736328125, - -0.03778076171875, - -0.0194244384765625, - -0.01434326171875, - -0.0157928466796875, - -0.0034275054931640625, - -0.01361846923828125, - 0.009124755859375, - 0.019073486328125, - -0.031951904296875, - 0.0247039794921875, - 0.0196075439453125, - 0.0247039794921875, - 0.03594970703125, - 0.08099365234375, - 0.004291534423828125, - 0.009490966796875, - -0.02978515625, - -0.039031982421875, - 0.017974853515625, - 0.0045623779296875, - 0.018157958984375, - -0.05157470703125, - -0.0017480850219726562, - 0.054840087890625, - -0.07843017578125, - 0.02996826171875, - 0.0274200439453125, - -0.0372314453125, - -0.055938720703125, - 0.00958251953125, - -0.01039886474609375, - 0.0312347412109375, - 0.0904541015625, - 0.025054931640625, - -0.0038814544677734375, - 0.0168914794921875, - -0.04522705078125, - 0.062103271484375, - 0.02105712890625, - 0.0054473876953125, - -0.033782958984375, - 0.00830841064453125, - -0.001163482666015625, - -0.039215087890625, - -0.00726318359375, + -0.0247344970703125, -0.07080078125, - -0.0268707275390625, - 0.0350341796875, - 0.00826263427734375, - -0.0029048919677734375, - -0.025238037109375, - -0.044677734375, - -0.039031982421875, - -0.0303192138671875, - 0.041778564453125, - 0.026153564453125, - 0.0272369384765625, - -0.039215087890625, - -0.0013055801391601562, - -0.02850341796875, - -0.047943115234375, - -0.025054931640625, - -0.02923583984375, - 0.033599853515625, - 0.005992889404296875, - -0.04559326171875, - 0.0197906494140625, - 0.0128021240234375, - 0.0199737548828125, - -0.00569915771484375, - 0.04449462890625, - -0.046478271484375, - -0.0270538330078125, - -0.001186370849609375, - 0.057373046875, - -0.018798828125, - -0.00803375244140625, - 0.0157012939453125, - 0.0173492431640625, - 0.039398193359375, - -0.032684326171875, - 0.0592041015625, - 0.01226043701171875, - -0.025787353515625, - -0.038482666015625, - -0.0229644775390625, - -0.0166168212890625, - 0.05047607421875, - -0.01235198974609375, - 0.0270538330078125, - -0.018890380859375, - -0.0204315185546875, - -0.08209228515625, - 0.05084228515625, - -0.0197906494140625, - -0.0128936767578125, - 0.006084442138671875, - -0.007625579833984375, - -0.03668212890625, - -0.01416778564453125, - -0.038482666015625, - 0.0145263671875, - -0.0270538330078125, - 0.0286865234375, - -0.01543426513671875, - -0.01180267333984375, - 0.006992340087890625, - 0.0165252685546875, - -0.01788330078125, - 0.0364990234375, - 0.0109405517578125, - -0.006946563720703125, - 0.0350341796875, - -0.0312347412109375, - -0.0020427703857421875, - -0.00547027587890625, - -0.00794219970703125, - -0.0171661376953125, - 0.002361297607421875, - -0.0199737548828125, - -0.0020656585693359375, - 0.0286865234375, - 0.0450439453125, - -0.01416778564453125, - -0.002758026123046875, - -0.0003020763397216797, - 0.0165252685546875, - -0.004154205322265625, - -0.01407623291015625, - -0.00980377197265625, - -0.00726318359375, - -0.0199737548828125, - -0.0283355712890625, - -0.055206298828125, - -0.09661865234375, - -0.004901885986328125, - -0.0711669921875, - 0.0025196075439453125, - -0.0029506683349609375, - 0.05267333984375, - 0.0167083740234375, - -0.031951904296875, - 0.040496826171875, - -0.010986328125, - -0.01371002197265625, - -0.02978515625, - 0.0160675048828125, - -0.0191650390625, - 0.04229736328125, - 0.0012369155883789062, - -0.04339599609375, - 0.0207977294921875, - -0.010711669921875, - 0.004810333251953125, - -0.00994110107421875, - 0.005176544189453125, - -0.0421142578125, - 0.01552581787109375, - -0.060638427734375, - -0.01012420654296875, - 0.01049041748046875, - 0.055206298828125, - 0.007537841796875, - -0.025970458984375, - 0.046478271484375, - -0.01470947265625, - -0.06353759765625, - 0.029052734375, - -0.0197906494140625, - -0.039031982421875, - 0.00626373291015625, - -0.01398468017578125, - 0.00469970703125, - 0.00998687744140625, - 0.02886962890625, - 0.02923583984375, - 0.025054931640625, - 0.025604248046875, - -0.0199737548828125, - -0.0026226043701171875, - -0.004291534423828125, - 0.02996826171875, - 0.031951904296875, - 0.01470947265625, - -0.006671905517578125, - 0.029052734375, - -0.0126190185546875, - -0.08062744140625, - -0.0191650390625, - -0.0270538330078125, - -0.047943115234375, - -0.0025539398193359375, - 0.0882568359375, - 0.053741455078125, - -0.01751708984375, - 0.0199737548828125, - 0.0584716796875, - 0.02923583984375, - 0.0247039794921875, - -0.026153564453125, - -0.057373046875, - -0.017425537109375, - 0.02886962890625, - 0.01806640625, - -0.06280517578125, - 0.05267333984375, - 0.06427001953125, - 0.0044708251953125, - -0.0007548332214355469, + -0.00623321533203125, + -0.01251983642578125, + -0.006587982177734375, + -0.00475311279296875, + 0.002338409423828125, + 0.042449951171875, + -0.006786346435546875, + -0.0142822265625, + -0.0093536376953125, + -0.0382080078125, -0.0167999267578125, - 0.01371002197265625, - 0.05047607421875, - 0.0305023193359375, - 0.014251708984375, - -0.05120849609375, + 0.04486083984375, + -0.01568603515625, + -0.0210113525390625, + 0.019805908203125, + 0.0161895751953125, + -0.0195159912109375, + -0.019805908203125, + -0.0171966552734375, + -0.005229949951171875, + 0.0277557373046875, + -0.0211181640625, + 0.0230255126953125, + 0.031768798828125, + -0.006988525390625, + -0.01629638671875, + -0.0416259765625, + 0.0205078125, + 0.0254364013671875, + -0.061126708984375, + -0.0341796875, + 0.047271728515625, + -0.046661376953125, + -0.0205078125, + 0.008697509765625, + -0.0305633544921875, + 0.0107574462890625, + 0.00475311279296875, + 0.004573822021484375, + -0.0291595458984375, + -0.027557373046875, + -0.005580902099609375, + 0.02996826171875, + -0.01201629638671875, + -0.0229339599609375, + 0.025238037109375, + -0.03558349609375, + -0.0277557373046875, + 0.04986572265625, + 0.033782958984375, + 0.0229339599609375, + -0.01171875, + -0.038421630859375, + 0.0141754150390625, + 0.037017822265625, + -0.031982421875, + 0.01558685302734375, + -0.0036449432373046875, + 0.0175018310546875, + 0.008697509765625, + -0.01201629638671875, + -0.00001895427703857422, + 0.037017822265625, + -0.0021495819091796875, + 0.0020732879638671875, + -0.036590576171875, + 0.006160736083984375, + 0.059539794921875, + -0.01387786865234375, + -0.01236724853515625, + -0.016998291015625, + 0.035003662109375, + 0.0233306884765625, + -0.01271820068359375, + 0.041839599609375, + 0.023834228515625, + 0.02081298828125, + -0.0134735107421875, + 0.00560760498046875, + -0.03558349609375, + -0.00673675537109375, + -0.00724029541015625, + -0.0711669921875, + -0.0301666259765625, + -0.01065826416015625, + -0.061126708984375, + -0.0009050369262695312, + 0.006786346435546875, + -0.0084991455078125, + 0.036590576171875, + -0.0305633544921875, + -0.0751953125, + 0.040008544921875, + 0.0185089111328125, + 0.008148193359375, + 0.006435394287109375, + -0.06719970703125, + -0.050689697265625, + 0.01568603515625, + 0.017303466796875, + -0.05670166015625, + -0.03399658203125, + -0.0185089111328125, + -0.027557373046875, + -0.0195159912109375, + -0.045257568359375, + -0.01030731201171875, + -0.049072265625, + 0.026947021484375, + -0.006435394287109375, + -0.0017223358154296875, + 0.018096923828125, + 0.022125244140625, + -0.032379150390625, + -0.051300048828125, + 0.0062103271484375, + -0.0360107421875, + -0.00560760498046875, + -0.00965118408203125, + 0.04827880859375, + -0.01407623291015625, + 0.006336212158203125, + 0.00839996337890625, + 0.0209197998046875, + 0.052276611328125, + 0.0025272369384765625, + 0.031585693359375, + -0.035186767578125, + -0.020111083984375, + 0.005706787109375, + 0.046051025390625, + -0.0186004638671875, + -0.01050567626953125, + -0.007640838623046875, + 0.0011749267578125, + 0.0193023681640625, + -0.0210113525390625, + -0.0219268798828125, + -0.00688934326171875, + -0.0095062255859375, 0.033599853515625, - 0.0229644775390625, - 0.02105712890625, - -0.018157958984375, - -0.01007843017578125, - -0.0279693603515625, - 0.056304931640625, - -0.046478271484375, - 0.0090789794921875, - 0.0089874267578125, - 0.06390380859375, - 0.0281524658203125, - -0.040130615234375, - -0.025054931640625, - 0.07373046875, - 0.021331787109375, - -0.0207977294921875, - 0.0093994140625, + 0.020111083984375, + 0.031585693359375, + 0.020721435546875, + 0.057525634765625, + 0.05029296875, + 0.01568603515625, + 0.0209197998046875, + -0.0175018310546875, + 0.00213623046875, + 0.0291595458984375, + 0.050689697265625, + -0.0271453857421875, + -0.009857177734375, + 0.0297698974609375, + -0.00759124755859375, + 0.012969970703125, + 0.0175933837890625, + -0.0246429443359375, + 0.002475738525390625, + -0.04022216796875, + 0.044647216796875, + -0.03338623046875, + -0.0177001953125, + 0.012969970703125, + 0.022125244140625, + -0.004199981689453125, + 0.04022216796875, + 0.040008544921875, + -0.01030731201171875, + 0.057525634765625, + -0.016998291015625, + 0.005985260009765625, + 0.0267486572265625, + -0.0120697021484375, + 0.0287628173828125, + 0.03680419921875, 0.00980377197265625, - -0.01543426513671875, + 0.006988525390625, + 0.041229248046875, + 0.0178985595703125, + -0.0209197998046875, + -0.02252197265625, + 0.039215087890625, + -0.0200042724609375, + -0.02423095703125, + -0.0171966552734375, + -0.036590576171875, + -0.0004901885986328125, + -0.033599853515625, + -0.002010345458984375, + -0.00875091552734375, + -0.005252838134765625, + -0.0291595458984375, + 0.01357269287109375, + 0.038818359375, + -0.04022216796875, + 0.0518798828125, + 0.0287628173828125, + -0.0195159912109375, + -0.01131439208984375, + 0.0210113525390625, + 0.02593994140625, + 0.03216552734375, + -0.01306915283203125, + 0.003017425537109375, + -0.0164947509765625, + -0.042449951171875, + 0.039825439453125, + 0.03680419921875, + 0.02593994140625, + -0.004802703857421875, + -0.035003662109375, + 0.047271728515625, + -0.0158843994140625, + 0.05389404296875, + 0.0428466796875, + 0.016387939453125, + -0.006988525390625, + 0.014678955078125, + 0.039825439453125, + 0.0599365234375, + -0.055511474609375, + -0.0100555419921875, + -0.03802490234375, + 0.01317596435546875, + -0.060333251953125, + -0.02593994140625, + -0.019012451171875, + -0.049468994140625, 0.039031982421875, - 0.0266876220703125, - -0.0009927749633789062, - 0.03759765625, - -0.001316070556640625, - -0.06866455078125, - 0.0570068359375, - 0.004970550537109375, - 0.024871826171875, - -0.0009927749633789062, - -0.053375244140625, - -0.01235198974609375, - -0.034515380859375, - 0.034515380859375, - 0.017425537109375, - 0.031951904296875, - 0.0126190185546875, - -0.00476837158203125, - -0.0270538330078125, - 0.009490966796875, - 0.0228729248046875, - 0.02197265625, - -0.006130218505859375, - -0.009124755859375, - 0.01861572265625, - 0.0268707275390625, - 0.0184326171875, - -0.02923583984375, - 0.0232391357421875, - -0.0272369384765625, - -0.0106658935546875, - -0.032867431640625, - 0.0310516357421875, - 0.00547027587890625, - 0.0016002655029296875, - 0.00994110107421875, - -0.001129150390625, - 0.0239715576171875, - -0.02178955078125, - -0.047943115234375, - 0.018707275390625, - 0.0074920654296875, - -0.0276031494140625, - 0.02886962890625, - 0.004199981689453125, - -0.0216064453125, + -0.0195159912109375, + -0.053497314453125, + -0.008148193359375, + 0.01407623291015625, + -0.00894927978515625, + 0.0291595458984375, + -0.003871917724609375, + -0.04425048828125, + 0.001659393310546875, + 0.05389404296875, + -0.0024890899658203125, + -0.018798828125, + -0.0297698974609375, + 0.0291595458984375, 0.0093994140625, - -0.04559326171875, - 0.08026123046875, - 0.0279693603515625, - 0.0303192138671875, - -0.006130218505859375, - 0.0301513671875, - 0.055938720703125, - 0.009033203125, - -0.01044464111328125, - 0.022796630859375, - -0.0198822021484375, - 0.06829833984375, - 0.055572509765625, - -0.0038356781005859375, - -0.033782958984375, - 0.025970458984375, - 0.005992889404296875, + 0.01065826416015625, + 0.006134033203125, + -0.0011310577392578125, + 0.040435791015625, + 0.029571533203125, + 0.022430419921875, + -0.031585693359375, + 0.0271453857421875, + 0.0120697021484375, + 0.01407623291015625, -0.05047607421875, - 0.0113067626953125, - 0.0165252685546875, - 0.0006666183471679688, - -0.02923583984375, - -0.008941650390625, - 0.0165252685546875, - -0.0592041015625, - 0.05157470703125, - 0.0310516357421875, - -0.0013113021850585938, - 0.03631591796875, - -0.05303955078125, - 0.04248046875, - 0.00862884521484375, - 0.05010986328125, - -0.0312347412109375, - 0.05810546875, - -0.025421142578125, - 0.0169830322265625, - 0.00971221923828125, - 0.0231475830078125, - 0.0223388671875, - 0.0272369384765625, - -0.02886962890625, - 0.06463623046875, - 0.0159759521484375, - 0.0024623870849609375, - -0.049407958984375, - -0.0045166015625, - 0.00785064697265625, - 0.0239715576171875, - 0.046844482421875, - -0.05303955078125, - -0.01235198974609375, - -0.004314422607421875, - 0.05230712890625, - 0.0595703125, - -0.0207061767578125, - 0.0361328125, - -0.0038814544677734375, - -0.0000826120376586914, - -0.003200531005859375, - -0.0281524658203125 + 0.014678955078125, + -0.00914764404296875, + 0.0159912109375, + -0.01081085205078125, + -0.06195068359375, + 0.002223968505859375, + 0.02655029296875, + 0.003948211669921875, + -0.012969970703125, + -0.00914764404296875, + -0.04083251953125, + 0.01287078857421875, + 0.0025634765625, + -0.0081939697265625, + 0.02935791015625, + 0.040618896484375, + -0.021820068359375, + 0.002349853515625, + -0.01050567626953125, + 0.0022125244140625, + -0.05712890625, + -0.031982421875, + -0.013275146484375, + -0.006359100341796875, + -0.06475830078125, + -0.03759765625, + 0.00859832763671875, + -0.007442474365234375, + 0.0157928466796875, + -0.002552032470703125, + -0.00708770751953125, + -0.022216796875, + -0.050872802734375, + 0.0263519287109375, + -0.036590576171875, + -0.013275146484375, + -0.0239410400390625, + 0.0234375, + 0.01055908203125, + -0.00603485107421875, + -0.01528167724609375, + -0.01629638671875, + -0.04345703125, + 0.0273590087890625, + -0.0212249755859375, + 0.05108642578125, + -0.006534576416015625, + 0.0277557373046875, + 0.04022216796875, + 0.046875, + 0.0228271484375, + 0.022125244140625, + 0.020111083984375, + -0.009002685546875, + 0.006988525390625, + 0.0093994140625, + -0.0066375732421875, + 0.0307769775390625, + -0.020416259765625, + -0.0164947509765625, + -0.005001068115234375, + -0.035186767578125, + 0.01629638671875, + 0.00444793701171875, + 0.0074920654296875, + 0.039215087890625, + -0.0205078125, + 0.02935791015625, + 0.038604736328125, + -0.006839752197265625, + 0.08123779296875, + -0.002010345458984375, + -0.036407470703125, + 0.004573822021484375, + 0.031982421875, + 0.01186370849609375, + -0.0056304931640625, + 0.0496826171875, + 0.018707275390625, + 0.006435394287109375, + 0.054290771484375, + -0.042236328125, + 0.0209197998046875, + -0.006259918212890625, + -0.01050567626953125, + 0.0167999267578125, + -0.016998291015625, + -0.0003566741943359375, + 0.0103607177734375, + 0.0496826171875, + -0.00595855712890625, + 0.0287628173828125, + -0.041015625, + -0.018402099609375, + -0.021820068359375, + -0.041229248046875, + 0.007442474365234375, + 0.041839599609375, + 0.00260162353515625, + 0.0679931640625, + -0.03216552734375, + -0.08123779296875, + 0.0243377685546875, + -0.046661376953125, + 0.06597900390625, + 0.0243377685546875, + 0.03680419921875, + 0.035797119140625, + -0.0240325927734375, + -0.00809478759765625, + 0.046661376953125, + 0.0006756782531738281, + 0.026947021484375, + 0.053497314453125, + 0.02996826171875, + 0.02655029296875, + -0.0281524658203125, + 0.00980377197265625, + 0.036407470703125, + 0.00688934326171875, + 0.007442474365234375, + 0.0034942626953125, + -0.00452423095703125, + 0.02313232421875, + -0.046051025390625, + 0.054718017578125, + 0.01528167724609375, + -0.01146697998046875, + 0.0019855499267578125, + -0.01528167724609375, + 0.016082763671875, + -0.04827880859375, + 0.01508331298828125, + 0.0016717910766601562, + -0.0035190582275390625, + 0.002941131591796875, + 0.03759765625, + -0.050689697265625, + -0.0093536376953125, + 0.039215087890625, + -0.06719970703125, + 0.01131439208984375, + 0.0158843994140625, + -0.0220184326171875, + 0.00965118408203125, + -0.03460693359375, + -0.061553955078125, + -0.0159912109375, + -0.0142822265625, + -0.0394287109375, + 0.00460052490234375, + 0.01151275634765625, + -0.052276611328125, + -0.035003662109375, + -0.0428466796875, + -0.006534576416015625, + -0.0034942626953125, + -0.003795623779296875, + 0.03759765625, + 0.002979278564453125, + -0.03558349609375, + 0.02996826171875, + 0.035003662109375, + 0.009002685546875, + -0.0216217041015625, + 0.04364013671875, + -0.027557373046875, + -0.025146484375, + 0.033172607421875, + -0.004425048828125, + 0.002941131591796875, + -0.00560760498046875, + 0.0029163360595703125, + -0.0223236083984375, + 0.03460693359375, + 0.003696441650390625, + 0.0186004638671875, + -0.041229248046875, + -0.0305633544921875, + -0.0711669921875, + 0.037017822265625, + 0.0022125244140625, + 0.03680419921875, + -0.0213165283203125, + -0.052703857421875, + 0.06195068359375, + -0.048858642578125, + -0.01971435546875, + -0.0168914794921875, + -0.0033435821533203125, + -0.0014390945434570312, + 0.032379150390625, + -0.014678955078125, + 0.0036449432373046875, + -0.0277557373046875, + 0.047271728515625, + 0.0034694671630859375, + 0.004878997802734375, + -0.037200927734375, + 0.0301666259765625, + 0.0382080078125, + -0.05389404296875, + 0.01558685302734375, + -0.00638580322265625, + -0.018798828125, + 0.03759765625, + -0.08526611328125, + -0.0168914794921875, + 0.0341796875, + -0.0804443359375, + -0.0273590087890625, + -0.04644775390625, + -0.035003662109375, + -0.040435791015625, + -0.00824737548828125, + 0.0311737060546875, + -0.0052032470703125, + 0.018707275390625, + -0.0092010498046875, + 0.00628662109375, + 0.01971435546875, + 0.007640838623046875, + -0.026947021484375, + 0.020721435546875, + -0.047454833984375, + -0.0599365234375, + -0.01488494873046875, + 0.04443359375, + -0.025238037109375, + 0.0009241104125976562, + 0.0038471221923828125, + 0.004398345947265625, + 0.05047607421875, + -0.0450439453125, + 0.01096343994140625, + -0.0127716064453125, + -0.041839599609375, + -0.04144287109375, + -0.0599365234375, + 0.0203094482421875, + 0.017303466796875, + -0.00945281982421875, + 0.045867919921875, + 0.036407470703125, + -0.054290771484375, + 0.038818359375, + 0.01387786865234375, + 0.00510406494140625, + 0.017303466796875, + -0.005054473876953125, + -0.0010938644409179688, + -0.0206146240234375, + 0.032989501953125, + -0.01488494873046875, + -0.0246429443359375, + -0.062744140625, + -0.002941131591796875, + -0.017303466796875, + -0.033599853515625, + -0.01186370849609375, + -0.0297698974609375, + -0.08367919921875, + -0.03619384765625, + 0.0267486572265625, + 0.00032520294189453125, + 0.0033435821533203125, + -0.0273590087890625, + -0.0154876708984375, + -0.0029163360595703125, + -0.038421630859375, + 0.03558349609375, + -0.0035953521728515625, + 0.030975341796875, + -0.0080413818359375, + -0.0271453857421875, + 0.021728515625, + 0.0263519287109375, + 0.0186004638671875, + 0.01397705078125, + 0.035797119140625, + -0.01971435546875, + 0.03619384765625, + 0.00844573974609375, + 0.004573822021484375, + 0.01629638671875, + -0.031585693359375, + 0.05029296875, + -0.0347900390625, + -0.011260986328125, + -0.0009870529174804688, + 0.017303466796875, + 0.02996826171875, + -0.005580902099609375, + -0.018402099609375, + 0.0194091796875, + -0.005481719970703125, + 0.051483154296875, + -0.0360107421875, + -0.056304931640625, + -0.003948211669921875, + -0.005832672119140625, + 0.05047607421875, + 0.029571533203125, + -0.0234375, + -0.032989501953125, + 0.0210113525390625, + 0.051483154296875, + 0.00036144256591796875, + -0.01166534423828125, + -0.0240325927734375, + 0.0025768280029296875, + 0.025543212890625, + 0.038818359375, + 0.0142822265625, + 0.08770751953125, + 0.040435791015625, + -0.0032939910888671875, + 0.0234375, + 0.058319091796875, + 0.00267791748046875, + -0.0165863037109375, + -0.04644775390625, + 0.0011501312255859375, + 0.0175018310546875, + -0.0518798828125, + -0.030364990234375, + 0.00995635986328125, + 0.0723876953125, + -0.09375, + -0.041229248046875, + -0.001621246337890625, + -0.0263519287109375, + 0.0234375, + 0.01151275634765625, + -0.01357269287109375, + 0.035186767578125, + -0.002338409423828125, + -0.034393310546875, + 0.01116180419921875, + -0.01407623291015625, + 0.0237274169921875, + 0.07000732421875, + 0.04144287109375, + -0.031768798828125, + 0.037811279296875, + 0.045257568359375, + 0.018402099609375, + 0.03741455078125, + 0.047454833984375, + 0.029571533203125, + 0.0229339599609375, + 0.03338623046875, + 0.047882080078125, + -0.0126190185546875, + -0.030975341796875, + -0.00628662109375, + 0.0206146240234375, + 0.06317138671875, + 0.047271728515625, + -0.0093536376953125, + 0.0012006759643554688, + -0.0144805908203125, + -0.041015625, + 0.012969970703125, + 0.009857177734375, + -0.013275146484375, + -0.06195068359375, + -0.036590576171875, + 0.00965118408203125, + 0.00374603271484375, + 0.0234375, + 0.0227203369140625, + -0.0307769775390625, + 0.016387939453125, + 0.033782958984375, + -0.0240325927734375, + -0.04345703125, + 0.003543853759765625, + -0.0168914794921875, + -0.039825439453125, + -0.03277587890625, + -0.0199127197265625, + 0.049285888671875, + -0.0151824951171875, + -0.055511474609375, + -0.03558349609375, + 0.0223236083984375, + -0.039825439453125, + -0.0211181640625, + -0.004474639892578125, + 0.00302886962890625, + -0.03802490234375, + -0.06878662109375, + -0.02593994140625, + -0.045257568359375, + 0.0182037353515625, + -0.0212249755859375, + 0.01306915283203125, + -0.0127716064453125, + -0.031768798828125, + -0.0194091796875, + 0.0018606185913085938, + -0.03277587890625, + 0.0157928466796875, + -0.0394287109375, + 0.01387786865234375, + 0.0142822265625, + 0.035797119140625, + 0.052276611328125, + 0.051483154296875, + 0.0171966552734375, + -0.0175018310546875, + -0.0056304931640625, + -0.0711669921875, + -0.0154876708984375, + -0.0271453857421875, + 0.0297698974609375, + -0.06756591796875, + -0.0006976127624511719, + 0.04766845703125, + -0.07037353515625, + 0.030975341796875, + 0.021514892578125, + 0.004123687744140625, + -0.0245361328125, + 0.0301666259765625, + 0.006587982177734375, + 0.033599853515625, + 0.106201171875, + 0.00424957275390625, + -0.0110626220703125, + 0.006134033203125, + -0.042449951171875, + 0.04705810546875, + 0.024932861328125, + 0.020111083984375, + -0.048675537109375, + 0.00914764404296875, + 0.0277557373046875, + -0.0032939910888671875, + 0.00794219970703125, + -0.065185546875, + 0.01528167724609375, + 0.02593994140625, + 0.007843017578125, + -0.01282501220703125, + -0.005153656005859375, + -0.04705810546875, + -0.0185089111328125, + -0.007190704345703125, + 0.01236724853515625, + 0.021514892578125, + 0.004852294921875, + -0.0161895751953125, + -0.0240325927734375, + -0.026947021484375, + -0.051300048828125, + -0.0360107421875, + -0.005126953125, + 0.04486083984375, + 0.00203704833984375, + -0.049285888671875, + 0.0291595458984375, + -0.01739501953125, + 0.012969970703125, + 0.00809478759765625, + 0.058319091796875, + -0.06634521484375, + 0.01337432861328125, + -0.0008234977722167969, + 0.058319091796875, + -0.01317596435546875, + -0.00759124755859375, + 0.0034198760986328125, + -0.004901885986328125, + 0.042449951171875, + -0.028350830078125, + 0.037017822265625, + 0.016998291015625, + -0.0212249755859375, + -0.06317138671875, + -0.049468994140625, + -0.05914306640625, + 0.04705810546875, + -0.005252838134765625, + 0.019012451171875, + -0.00015401840209960938, + -0.034393310546875, + -0.06756591796875, + 0.0243377685546875, + -0.005733489990234375, + 0.00545501708984375, + 0.019012451171875, + -0.0254364013671875, + -0.06597900390625, + -0.0233306884765625, + -0.01357269287109375, + -0.0030422210693359375, + -0.043853759765625, + 0.0192108154296875, + -0.005657196044921875, + 0.0033435821533203125, + -0.01910400390625, + -0.007694244384765625, + 0.0134735107421875, + 0.04345703125, + 0.0347900390625, + -0.0263519287109375, + 0.053497314453125, + -0.03216552734375, + 0.0305633544921875, + 0.004425048828125, + -0.006259918212890625, + -0.007843017578125, + -0.0291595458984375, + -0.0281524658203125, + 0.03277587890625, + 0.01221466064453125, + 0.03399658203125, + -0.024139404296875, + 0.01251983642578125, + -0.02252197265625, + 0.004825592041015625, + 0.031982421875, + -0.03460693359375, + 0.0005121231079101562, + 0.01367950439453125, + 0.006587982177734375, + -0.006587982177734375, + -0.060333251953125, + -0.08001708984375, + -0.0023250579833984375, + -0.036590576171875, + 0.00146484375, + 0.01488494873046875, + 0.0057830810546875, + 0.0291595458984375, + -0.03399658203125, + 0.05712890625, + -0.0035953521728515625, + -0.01568603515625, + -0.0531005859375, + 0.0005216598510742188, + -0.01216888427734375, + 0.05511474609375, + 0.00502777099609375, + -0.009552001953125, + 0.03216552734375, + -0.01739501953125, + 0.00121307373046875, + -0.012969970703125, + 0.007793426513671875, + -0.0305633544921875, + 0.0034942626953125, + -0.06597900390625, + -0.01317596435546875, + 0.0287628173828125, + 0.045867919921875, + 0.0233306884765625, + -0.02423095703125, + 0.0643310546875, + 0.01317596435546875, + -0.07037353515625, + 0.018402099609375, + -0.0171966552734375, + -0.049468994140625, + 0.01197052001953125, + -0.01287078857421875, + 0.01015472412109375, + 0.034393310546875, + 0.042449951171875, + 0.0142822265625, + 0.060333251953125, + 0.02655029296875, + -0.028961181640625, + 0.0080413818359375, + 0.0008168220520019531, + 0.05108642578125, + 0.0216217041015625, + 0.01488494873046875, + 0.0011186599731445312, + 0.0233306884765625, + 0.00799560546875, + -0.0599365234375, + -0.01010894775390625, + -0.0643310546875, + -0.04345703125, + -0.0023136138916015625, + 0.090087890625, + 0.0177001953125, + -0.0024261474609375, + 0.045654296875, + 0.055511474609375, + 0.037811279296875, + -0.006786346435546875, + -0.0151824951171875, + -0.07281494140625, + 0.005504608154296875, + 0.01528167724609375, + 0.0086517333984375, + -0.061126708984375, + 0.039215087890625, + 0.0496826171875, + -0.0267486572265625, + -0.004573822021484375, + -0.006839752197265625, + 0.00467681884765625, + 0.0257415771484375, + 0.0099029541015625, + 0.005229949951171875, + -0.059539794921875, + 0.019805908203125, + 0.0220184326171875, + 0.027557373046875, + -0.003948211669921875, + -0.0267486572265625, + -0.0045013427734375, + 0.039215087890625, + -0.056304931640625, + -0.0088958740234375, + 0.01407623291015625, + 0.049285888671875, + 0.016998291015625, + -0.05029296875, + -0.0205078125, + 0.032989501953125, + 0.03741455078125, + -0.025543212890625, + 0.03460693359375, + 0.021728515625, + -0.0083465576171875, + 0.0291595458984375, + 0.05389404296875, + -0.00475311279296875, + 0.035797119140625, + -0.007843017578125, + -0.03741455078125, + -0.0026645660400390625, + -0.01337432861328125, + 0.014678955078125, + -0.022430419921875, + -0.05029296875, + -0.0325927734375, + -0.040008544921875, + 0.032989501953125, + 0.0234375, + 0.038604736328125, + 0.02142333984375, + -0.00774383544921875, + -0.020416259765625, + 0.0092010498046875, + 0.0233306884765625, + 0.045257568359375, + 0.01568603515625, + 0.017791748046875, + 0.0237274169921875, + 0.0164947509765625, + 0.0236358642578125, + -0.01100921630859375, + 0.04766845703125, + -0.035400390625, + -0.01558685302734375, + -0.040435791015625, + -0.005504608154296875, + -0.0016031265258789062, + -0.04083251953125, + 0.012420654296875, + -0.028350830078125, + 0.0030536651611328125, + 0.0007228851318359375, + -0.038421630859375, + 0.0009741783142089844, + 0.0325927734375, + -0.0325927734375, + 0.005859375, + 0.0257415771484375, + -0.00623321533203125, + -0.00975799560546875, + -0.042633056640625, + 0.046051025390625, + 0.0186004638671875, + 0.0158843994140625, + -0.0007009506225585938, + 0.0193023681640625, + 0.027557373046875, + -0.0196075439453125, + 0.01508331298828125, + 0.00965118408203125, + -0.0194091796875, + 0.04022216796875, + 0.037200927734375, + 0.0018482208251953125, + -0.050079345703125, + 0.0216217041015625, + -0.00859832763671875, + -0.04022216796875, + 0.037017822265625, + 0.0240325927734375, + 0.041839599609375, + -0.0099029541015625, + -0.013275146484375, + -0.023834228515625, + -0.0736083984375, + 0.0692138671875, + 0.0185089111328125, + 0.0088958740234375, + 0.0307769775390625, + -0.038818359375, + 0.069580078125, + 0.02655029296875, + 0.04022216796875, + -0.07318115234375, + 0.06719970703125, + -0.005306243896484375, + 0.0100555419921875, + -0.01015472412109375, + 0.0164947509765625, + -0.0253448486328125, + 0.037200927734375, + -0.0311737060546875, + 0.040618896484375, + 0.049072265625, + -0.018096923828125, + -0.051300048828125, + -0.0151824951171875, + 0.028350830078125, + 0.004550933837890625, + 0.0226287841796875, + -0.068359375, + 0.01739501953125, + -0.006534576416015625, + 0.021728515625, + 0.047882080078125, + -0.0074920654296875, + 0.023223876953125, + 0.005054473876953125, + -0.014678955078125, + -0.0019483566284179688, + 0.01251983642578125 ], "metadata": { "domains": [ "incident-response", "static-investigations", "malware-analysis", - "fraud-investigation", - "network-forensics", - "mobile-forensics", - "cloud-forensics", - "ics-forensics" - ], - "phases": [ - "examination", - "analysis", - "reporting" + "network-forensics" ], + "phases": [], "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_KAPE", - "type": "tool", - "name": "KAPE", - "content": "kape kroll artifact parser and extractor revolutioniert windows-forensik durch intelligente ziel-basierte sammlung. statt full-disk-images extrahiert kape gezielt kritische artefakte: registry-hives, event-logs, prefetch, browser- daten, scheduled-tasks in minuten statt stunden. die target-files definieren was gesammelt wird, module-files wie es verarbeitet wird. besonders clever: compound-targets gruppieren zusammengehörige artefakte (z.b. \"browser\" sammelt chrome+firefox+edge), die gkape-gui macht es auch für nicht-techniker zugänglich. batch-mode verarbeitet mehrere images parallel. output direkt kompatibel zu timeline-tools wie plaso. die ständigen community-updates halten mit windows-entwicklungen schritt. vss-processing analysiert shadow- copies automatisch. der remote-collection-mode sammelt über netzwerk. kostenlos aber enterprise-support verfügbar. der neue standard für effiziente windows-forensik-triage. artifact-collection triage incident-response static-investigations data-collection", - "embedding": [ - -0.035614013671875, - 0.00966644287109375, - 0.031463623046875, - 0.0221710205078125, - 0.060638427734375, - 0.0168609619140625, - 0.0157318115234375, - 0.0014333724975585938, - -0.006633758544921875, - -0.00362396240234375, - -0.035430908203125, - 0.065185546875, - -0.0004203319549560547, - 0.0010128021240234375, - -0.06744384765625, - 0.04150390625, - -0.0149688720703125, - -0.00360107421875, - 0.00847625732421875, - -0.0016460418701171875, - -0.024444580078125, - -0.0089569091796875, - -0.04376220703125, - -0.007534027099609375, - -0.00521087646484375, - 0.01629638671875, - -0.01279449462890625, - -0.047943115234375, - -0.025390625, - 0.007293701171875, - -0.0099029541015625, - -0.012603759765625, - 0.00933074951171875, - 0.0149688720703125, - -0.03411865234375, - -0.01904296875, - -0.0006513595581054688, - -0.044342041015625, - -0.01885986328125, - 0.054962158203125, - -0.0045013427734375, - 0.01525115966796875, - -0.00971221923828125, - -0.00606536865234375, - -0.023681640625, - -0.02520751953125, - -0.0148773193359375, - 0.0034351348876953125, - 0.007770538330078125, - -0.007152557373046875, - 0.0276641845703125, - 0.0230255126953125, - 0.0086212158203125, - -0.01525115966796875, - -0.0255889892578125, - 0.03277587890625, - 0.0187530517578125, - -0.0203704833984375, - -0.048309326171875, - 0.06707763671875, - -0.0576171875, - -0.0035762786865234375, - 0.0212249755859375, - -0.0091400146484375, - 0.013641357421875, - 0.017913818359375, - -0.0149688720703125, - -0.034881591796875, - 0.0167694091796875, - 0.006916046142578125, - -0.005352020263671875, - -0.0112762451171875, - -0.0195159912109375, - 0.0169525146484375, - -0.0276641845703125, - -0.06402587890625, - 0.0117950439453125, - 0.02899169921875, - 0.0004887580871582031, - -0.0159149169921875, - -0.036956787109375, - -0.00315093994140625, - 0.0545654296875, - -0.0091400146484375, - -0.0148773193359375, - 0.003910064697265625, - 0.03466796875, - 0.0274810791015625, - 0.0141143798828125, - -0.0012140274047851562, - 0.0168609619140625, - -0.01198577880859375, - -0.00677490234375, - -0.0228271484375, - 0.033538818359375, - 0.08642578125, - -0.028228759765625, - -0.00426483154296875, - -0.0274810791015625, - 0.026153564453125, - 0.031463623046875, - -0.0325927734375, - 0.06634521484375, - -0.007389068603515625, - 0.0303192138671875, - -0.03277587890625, - 0.00518798828125, - -0.0305023193359375, - -0.0158233642578125, - -0.0274810791015625, - -0.09588623046875, - -0.0248260498046875, - -0.002819061279296875, - -0.07733154296875, - 0.01146697998046875, - 0.00433349609375, - -0.00786590576171875, - 0.01335906982421875, - -0.043212890625, - -0.0394287109375, - 0.0158233642578125, - 0.0165863037109375, - 0.00919342041015625, - -0.0123138427734375, - -0.048126220703125, - -0.06256103515625, - -0.01103973388671875, - 0.03411865234375, - -0.03582763671875, - -0.03448486328125, - -0.0003685951232910156, - -0.0118408203125, - -0.025390625, - -0.035247802734375, - -0.01099395751953125, - -0.019805908203125, - 0.01383209228515625, - 0.00823974609375, - -0.016204833984375, - 0.00748443603515625, - 0.0122222900390625, - -0.04302978515625, - -0.07049560546875, - -0.01544189453125, - -0.053436279296875, - -0.00748443603515625, - -0.00909423828125, - 0.04150390625, - -0.0286102294921875, - -0.00409698486328125, - -0.0187530517578125, - 0.031280517578125, - 0.040740966796875, - -0.01374053955078125, - 0.024444580078125, - -0.040374755859375, - 0.00495147705078125, - -0.01165008544921875, - 0.0545654296875, - -0.0141143798828125, - -0.02728271484375, - 0.007579803466796875, - 0.005115509033203125, - 0.0184783935546875, - -0.006870269775390625, - -0.051544189453125, - -0.0394287109375, - 0.028045654296875, - 0.002475738525390625, - -0.0130767822265625, - 0.036773681640625, - -0.0139312744140625, - 0.03582763671875, - 0.065185546875, - -0.0126953125, - 0.028045654296875, - -0.0010595321655273438, - 0.0005359649658203125, - 0.0168609619140625, - 0.04205322265625, - -0.006870269775390625, - -0.0025234222412109375, - 0.0291748046875, - 0.0177154541015625, - -0.006443023681640625, - 0.016387939453125, - -0.01421356201171875, - -0.0219879150390625, - -0.051177978515625, - 0.0257720947265625, - -0.0090484619140625, - -0.038665771484375, - -0.0160064697265625, - 0.01477813720703125, - 0.0178070068359375, - 0.057220458984375, - 0.03997802734375, - -0.01013946533203125, - 0.04132080078125, - 0.0237884521484375, - 0.0040740966796875, - 0.0303192138671875, - -0.01468658447265625, - 0.03997802734375, - 0.0291748046875, - 0.0168609619140625, - -0.017059326171875, - 0.0377197265625, - 0.01525115966796875, - -0.0158233642578125, - -0.01544189453125, - 0.08111572265625, - -0.0011310577392578125, - -0.0255889892578125, - -0.0198974609375, - -0.046417236328125, - 0.02520751953125, - 0.0029010772705078125, - -0.01061248779296875, - 0.001178741455078125, - -0.00975799560546875, - -0.047576904296875, - -0.000675201416015625, - 0.0241546630859375, - -0.0325927734375, - 0.0216064453125, - 0.020660400390625, - -0.017913818359375, - -0.0267181396484375, - 0.0198974609375, - 0.014495849609375, - 0.0118408203125, - -0.019989013671875, - 0.01335906982421875, - 0.00013840198516845703, - -0.0220794677734375, - 0.06976318359375, - 0.0186614990234375, - 0.0198974609375, - 0.0169525146484375, - -0.00589752197265625, - 0.053070068359375, - -0.0213165283203125, - 0.04888916015625, - 0.0435791015625, - -0.0303192138671875, - 0.0008940696716308594, - -0.00838470458984375, - 0.053436279296875, - 0.035430908203125, - -0.042449951171875, - -0.00847625732421875, - -0.0867919921875, - -0.002498626708984375, - -0.07012939453125, - -0.033905029296875, - -0.044708251953125, - -0.049652099609375, - 0.053070068359375, - -0.033355712890625, - -0.01922607421875, - 0.018951416015625, - -0.00786590576171875, - -0.0122222900390625, - 0.07049560546875, - 0.010894775390625, - -0.044525146484375, - -0.0224609375, - 0.064453125, - 0.00833892822265625, - -0.0019893646240234375, - -0.0222625732421875, - 0.0201873779296875, - -0.0295562744140625, - 0.0274810791015625, - -0.024261474609375, - -0.01018524169921875, - 0.04888916015625, - 0.035064697265625, - 0.015350341796875, - -0.00933074951171875, - 0.01544189453125, - -0.0018596649169921875, - 0.0284271240234375, - -0.033355712890625, - -0.006488800048828125, - -0.0094757080078125, - 0.021697998046875, - -0.0005388259887695312, - -0.04681396484375, - -0.01279449462890625, - 0.026336669921875, - 0.00360107421875, - -0.0076751708984375, - 0.0042877197265625, - -0.037322998046875, - 0.0160064697265625, - -0.0257720947265625, - -0.02349853515625, - 0.0175323486328125, - 0.039215087890625, - -0.029937744140625, - 0.0107574462890625, - -0.0008230209350585938, - 0.007389068603515625, - -0.01099395751953125, - -0.0716552734375, - -0.0255889892578125, - -0.01335906982421875, - -0.020843505859375, - -0.0343017578125, - 0.0274810791015625, - -0.0220794677734375, - 0.0164794921875, - -0.028228759765625, - 0.0094757080078125, - -0.01155853271484375, - -0.0291748046875, - 0.0168609619140625, - -0.03411865234375, - -0.0205535888671875, - -0.01009368896484375, - 0.043212890625, - 0.002155303955078125, - 0.006633758544921875, - -0.02728271484375, - -0.016387939453125, - -0.031463623046875, - 0.0233001708984375, - -0.040557861328125, - 0.0123138427734375, - -0.01430511474609375, - 0.01027679443359375, - 0.031829833984375, - 0.0005297660827636719, - 0.01155853271484375, - 0.043975830078125, - 0.017242431640625, - -0.0284271240234375, - 0.004119873046875, - 0.0007314682006835938, - 0.026336669921875, - 0.0139312744140625, - -0.0229339599609375, - -0.0165863037109375, - -0.0183868408203125, - -0.016387939453125, - 0.0239715576171875, - 0.01297760009765625, - 0.035614013671875, - 0.033721923828125, - -0.028045654296875, - -0.003387451171875, - 0.06402587890625, - 0.0148773193359375, - 0.1015625, - 0.0022735595703125, - -0.060272216796875, - 0.036773681640625, - 0.0579833984375, - -0.0036716461181640625, - 0.0009355545043945312, - 0.031463623046875, - 0.0023097991943359375, - 0.0126953125, - 0.0291748046875, - -0.01468658447265625, - 0.024444580078125, - -0.0149688720703125, - 0.00748443603515625, - 0.0178070068359375, - -0.0276641845703125, - 0.004596710205078125, - 0.04132080078125, - 0.01279449462890625, - 0.019805908203125, - 0.033905029296875, - -0.0435791015625, - -0.03448486328125, - -0.044921875, - -0.06402587890625, - 0.005825042724609375, - -0.0031986236572265625, - 0.0113677978515625, - 0.047943115234375, - -0.051544189453125, - -0.06707763671875, - 0.0156402587890625, - -0.042633056640625, - 0.08489990234375, - 0.02880859375, - -0.0023441314697265625, - 0.0250091552734375, - -0.0089569091796875, - -0.002948760986328125, - 0.0107574462890625, - 0.0045013427734375, - 0.0203704833984375, - 0.0384521484375, - 0.03826904296875, - 0.0072021484375, - -0.0010900497436523438, - 0.01151275634765625, - 0.02264404296875, - 0.03070068359375, - 0.00975799560546875, - 0.0118408203125, - 0.0010128021240234375, - 0.033905029296875, - -0.0202789306640625, - 0.05645751953125, - 0.03411865234375, - 0.02008056640625, - 0.029937744140625, - -0.01241302490234375, - -0.0003020763397216797, - -0.035614013671875, - -0.006633758544921875, - -0.0158233642578125, - -0.0018358230590820312, - 0.02008056640625, - 0.031280517578125, - -0.07122802734375, - -0.0005979537963867188, - 0.039031982421875, - -0.0579833984375, - 0.033172607421875, - 0.019805908203125, - -0.024261474609375, - 0.0004055500030517578, - -0.011749267578125, - -0.06292724609375, - 0.04925537109375, - -0.00782012939453125, - -0.0360107421875, - -0.00786590576171875, - 0.0121307373046875, - -0.04168701171875, - -0.0310821533203125, - -0.040557861328125, - -0.0212249755859375, - -0.01203155517578125, - -0.04925537109375, - 0.042266845703125, - -0.01885986328125, - -0.0016698837280273438, - 0.05230712890625, - 0.0286102294921875, - -0.0160064697265625, - -0.02520751953125, - 0.0384521484375, - -0.018280029296875, - -0.0276641845703125, - 0.049652099609375, - 0.00696563720703125, - 0.043975830078125, - -0.053070068359375, - -0.0228271484375, - -0.0036468505859375, - -0.004878997802734375, - -0.006252288818359375, - 0.004451751708984375, - -0.0576171875, - -0.053802490234375, - -0.0418701171875, - 0.07769775390625, - -0.0193328857421875, - 0.0394287109375, - -0.008148193359375, - -0.03582763671875, - 0.033721923828125, - -0.061767578125, - -0.028045654296875, - -0.01009368896484375, - 0.00782012939453125, - -0.01971435546875, - 0.06591796875, - -0.01885986328125, - -0.021697998046875, - 0.015350341796875, - 0.037322998046875, - 0.01554107666015625, - 0.0201873779296875, - -0.049652099609375, - 0.042266845703125, - 0.037322998046875, - -0.04888916015625, - -0.01123046875, - -0.0223541259765625, - 0.019805908203125, - 0.038848876953125, - -0.04168701171875, - -0.007293701171875, - -0.005306243896484375, - -0.07012939453125, - -0.0305023193359375, - -0.0377197265625, - -0.00800323486328125, - -0.053070068359375, - -0.0028667449951171875, - 0.039031982421875, - -0.00833892822265625, - 0.0126953125, - 0.006015777587890625, - 0.018280029296875, - 0.0121307373046875, - -0.0086212158203125, - -0.028228759765625, - 0.043212890625, - -0.08795166015625, - -0.014404296875, - -0.011749267578125, - 0.037322998046875, - -0.0036468505859375, - 0.00634765625, - 0.0130767822265625, - -0.003932952880859375, - 0.049652099609375, - -0.02264404296875, - -0.01189422607421875, - -0.008575439453125, - 0.00261688232421875, - -0.04150390625, - -0.01458740234375, - 0.0212249755859375, - 0.01194000244140625, - -0.003482818603515625, - 0.00885772705078125, - 0.04205322265625, - -0.0308837890625, - 0.033538818359375, - 0.03411865234375, - 0.01922607421875, - 0.0213165283203125, - -0.00743865966796875, - -0.0105133056640625, - -0.0034351348876953125, - 0.02520751953125, - 0.0022735595703125, - -0.036956787109375, - -0.06781005859375, - 0.0174407958984375, - 0.0015516281127929688, - 0.0384521484375, - -0.00315093994140625, - -0.032958984375, - -0.06707763671875, - -0.006443023681640625, - 0.04718017578125, - 0.04150390625, - 0.032012939453125, - -0.00696563720703125, - -0.007389068603515625, - -0.006679534912109375, - -0.051910400390625, - 0.03411865234375, - -0.007389068603515625, - 0.03240966796875, - 0.004665374755859375, - -0.044342041015625, - 0.0196075439453125, - 0.03961181640625, - 0.027099609375, - 0.0228271484375, - 0.005615234375, - -0.01477813720703125, - 0.003742218017578125, - -0.020843505859375, - -0.016387939453125, - -0.0031032562255859375, - -0.0284271240234375, - 0.020843505859375, - -0.032012939453125, - -0.0198974609375, - -0.0185699462890625, - -0.01468658447265625, - 0.0224609375, - -0.0237884521484375, - -0.006870269775390625, - 0.017242431640625, - -0.00980377197265625, - 0.057220458984375, - -0.0305023193359375, - -0.036376953125, - 0.008056640625, - 0.01629638671875, - 0.042449951171875, - 0.035247802734375, - -0.006725311279296875, - -0.01345062255859375, - 0.01506805419921875, - 0.02008056640625, - 0.01027679443359375, - -0.049652099609375, - -0.0016460418701171875, - 0.0187530517578125, - -0.0029964447021484375, - 0.044708251953125, - 0.0107574462890625, - 0.06707763671875, - 0.0220794677734375, - 0.0201873779296875, - 0.00909423828125, - 0.07733154296875, - 0.027862548828125, - -0.01146697998046875, - -0.05609130859375, - -0.02880859375, - -0.0259552001953125, - -0.04888916015625, - -0.04681396484375, - 0.00521087646484375, - 0.054962158203125, - -0.0648193359375, - -0.00611114501953125, - -0.0117034912109375, - 0.00015544891357421875, - 0.004974365234375, - 0.021026611328125, - -0.022735595703125, - 0.01080322265625, - 0.01279449462890625, - -0.040740966796875, - 0.0183868408203125, - -0.0159149169921875, - 0.0159149169921875, - 0.046417236328125, - 0.0230255126953125, - -0.00881195068359375, - 0.0286102294921875, - -0.00743865966796875, - 0.0418701171875, - -0.0021190643310546875, - 0.053802490234375, - 0.0109405517578125, - 0.01326751708984375, - 0.0250091552734375, - 0.061767578125, - -0.0105133056640625, - -0.00743865966796875, - 0.005970001220703125, - 0.0303192138671875, - 0.040740966796875, - 0.04925537109375, - 0.01629638671875, - 0.0117950439453125, - -0.005115509033203125, - -0.0291748046875, - 0.0148773193359375, - 0.0131683349609375, - -0.0123138427734375, - -0.03448486328125, - -0.0360107421875, - 0.03790283203125, - -0.0308837890625, - 0.03070068359375, - 0.01611328125, - -0.02520751953125, - 0.019805908203125, - 0.045867919921875, - -0.0295562744140625, - -0.03277587890625, - 0.0255889892578125, - -0.01160430908203125, - -0.046600341796875, - -0.0274810791015625, - -0.039794921875, - 0.04736328125, - -0.0284271240234375, - -0.04132080078125, - -0.035430908203125, - 0.0452880859375, - -0.02899169921875, - -0.0343017578125, - -0.0126953125, - -0.01160430908203125, - -0.0267181396484375, - -0.035064697265625, - -0.0276641845703125, - -0.04718017578125, - 0.0248260498046875, - -0.02880859375, - -0.00037741661071777344, - -0.00516510009765625, - -0.0259552001953125, - -0.006038665771484375, - -0.0148773193359375, - -0.037322998046875, - 0.02093505859375, - -0.0343017578125, - 0.056854248046875, - 0.00994873046875, - 0.025390625, - 0.023406982421875, - 0.072021484375, - 0.00261688232421875, - -0.01885986328125, - -0.0198974609375, - -0.08984375, - 0.0072479248046875, - 0.01421356201171875, - 0.004974365234375, - -0.064453125, - 0.0068206787109375, - 0.05230712890625, - -0.0841064453125, - 0.0250091552734375, - 0.0031986236572265625, - -0.00847625732421875, - -0.06365966796875, - -0.02264404296875, - -0.036956787109375, - 0.037322998046875, - 0.07733154296875, - -0.003173828125, - -0.009002685546875, - 0.01250457763671875, - -0.042266845703125, - 0.058746337890625, - -0.004001617431640625, - 0.01525115966796875, - -0.024444580078125, - 0.0156402587890625, - 0.0322265625, - -0.03277587890625, - 0.0038604736328125, - -0.0875244140625, - 0.0072479248046875, - 0.006488800048828125, - 0.020660400390625, - 0.003742218017578125, - -0.002605438232421875, - -0.046234130859375, - -0.0202789306640625, - -0.0184783935546875, - 0.0178070068359375, - -0.004878997802734375, - 0.0205535888671875, - -0.05572509765625, - -0.006916046142578125, - -0.01099395751953125, - -0.04339599609375, - -0.051544189453125, - -0.0220794677734375, - 0.024444580078125, - -0.0159149169921875, - -0.06256103515625, - 0.015350341796875, - 0.0303192138671875, - 0.01468658447265625, - 0.01297760009765625, - 0.046417236328125, - -0.0377197265625, - 0.01904296875, - 0.0045013427734375, - 0.034881591796875, - 0.00677490234375, - -0.0183868408203125, - -0.01061248779296875, - -0.00847625732421875, - 0.0301361083984375, - -0.060272216796875, - 0.03277587890625, - 0.0233001708984375, - -0.047943115234375, - -0.07843017578125, - -0.047943115234375, - 0.001201629638671875, - 0.046417236328125, - -0.02880859375, - 0.037322998046875, - -0.03656005859375, - -0.0117034912109375, - -0.09283447265625, - 0.044342041015625, - 0.00201416015625, - 0.01506805419921875, - 0.027099609375, - -0.0086669921875, - -0.040374755859375, - -0.031280517578125, - -0.01065826416015625, - 0.004596710205078125, - -0.0255889892578125, - 0.0220794677734375, - 0.002819061279296875, - -0.00007218122482299805, - 0.0276641845703125, - 0.00283050537109375, - 0.005733489990234375, - 0.0295562744140625, - 0.029937744140625, - -0.03619384765625, - 0.06329345703125, - -0.0293731689453125, - -0.01009368896484375, - 0.0005211830139160156, - -0.01800537109375, - 0.0009832382202148438, - -0.00975799560546875, - -0.029754638671875, - -0.002239227294921875, - 0.03411865234375, - 0.0257720947265625, - -0.02880859375, - 0.004856109619140625, - -0.0113677978515625, - 0.01554107666015625, - 0.00823974609375, - -0.033905029296875, - -0.003932952880859375, - 0.0122222900390625, - -0.0105133056640625, - -0.025390625, - -0.0579833984375, - -0.08984375, - 0.0028667449951171875, - -0.0452880859375, - 0.009613037109375, - -0.0085296630859375, - 0.01468658447265625, - 0.005588531494140625, - -0.018280029296875, - 0.0269012451171875, - 0.0013675689697265625, - -0.0193328857421875, - -0.038665771484375, - 0.01554107666015625, - 0.015350341796875, - 0.05572509765625, - 0.0184783935546875, - -0.0222625732421875, - 0.00795745849609375, - -0.02899169921875, - 0.006679534912109375, - -0.0193328857421875, - -0.0169525146484375, - -0.05267333984375, - 0.00843048095703125, - -0.060272216796875, - -0.00786590576171875, - 0.00696563720703125, - 0.059112548828125, - 0.004833221435546875, - -0.00885772705078125, - 0.03790283203125, - 0.00383758544921875, - -0.050018310546875, - 0.0274810791015625, - -0.013641357421875, - -0.004878997802734375, - 0.0184783935546875, - 0.0303192138671875, - 0.0257720947265625, - 0.02520751953125, - 0.050018310546875, - 0.040740966796875, - 0.03070068359375, - 0.00634765625, - -0.0130767822265625, - -0.0156402587890625, - -0.0121307373046875, - 0.03656005859375, - 0.031646728515625, - 0.0248260498046875, - -0.017059326171875, - 0.026153564453125, - 0.00606536865234375, - -0.07806396484375, - -0.020751953125, - -0.0202789306640625, - -0.06671142578125, - 0.0013561248779296875, - 0.060638427734375, - 0.040374755859375, - -0.0185699462890625, - 0.0469970703125, - 0.0648193359375, - 0.0308837890625, - 0.00705718994140625, - -0.0308837890625, - -0.07391357421875, - -0.0008821487426757812, - 0.0241546630859375, - 0.0035762786865234375, - -0.049652099609375, - 0.05609130859375, - 0.05950927734375, - -0.0072479248046875, - -0.0223541259765625, - 0.0038127899169921875, - 0.0031032562255859375, - 0.021514892578125, - 0.016387939453125, - 0.0193328857421875, - -0.06976318359375, - 0.021026611328125, - 0.01250457763671875, - -0.01123046875, - 0.026153564453125, - -0.025390625, - -0.03411865234375, - 0.04718017578125, - -0.058746337890625, - 0.01080322265625, - 0.0213165283203125, - 0.06292724609375, - 0.0181884765625, - -0.029754638671875, - -0.0156402587890625, - 0.040557861328125, - 0.0033168792724609375, - -0.046234130859375, - 0.013641357421875, - 0.02264404296875, - -0.0203704833984375, - -0.004833221435546875, - 0.038848876953125, - 0.0255889892578125, - 0.038665771484375, - 0.0085296630859375, - -0.0435791015625, - 0.008575439453125, - -0.00634765625, - 0.0038604736328125, - -0.004001617431640625, - -0.038848876953125, - -0.034881591796875, - -0.050018310546875, - 0.043212890625, - 0.0149688720703125, - 0.022735595703125, - 0.006679534912109375, - -0.01629638671875, - 0.018280029296875, - 0.0267181396484375, - 0.0274810791015625, - 0.0165863037109375, - 0.0211334228515625, - 0.015350341796875, - 0.009521484375, - 0.01430511474609375, - 0.004878997802734375, - -0.0325927734375, - 0.0219879150390625, - -0.0141143798828125, - -0.031646728515625, - -0.04150390625, - 0.00701141357421875, - 0.01070404052734375, - -0.00994873046875, - 0.0195159912109375, - -0.05267333984375, - 0.003505706787109375, - -0.01800537109375, - -0.060638427734375, - 0.0029010772705078125, - 0.0305023193359375, - -0.0203704833984375, - 0.024261474609375, - 0.024261474609375, - -0.016387939453125, - 0.0033168792724609375, - -0.07501220703125, - 0.093994140625, - 0.033355712890625, - 0.0295562744140625, - 0.0015993118286132812, - 0.023681640625, - 0.0230255126953125, - 0.00743865966796875, - 0.01250457763671875, - 0.0274810791015625, - -0.018951416015625, - 0.054962158203125, - 0.04168701171875, - -0.0016813278198242188, - -0.032012939453125, - 0.024627685546875, - 0.00843048095703125, - -0.05419921875, - 0.0284271240234375, - -0.0017290115356445312, - 0.003742218017578125, - -0.003978729248046875, - 0.02520751953125, - 0.0038604736328125, - -0.05950927734375, - 0.04547119140625, - -0.0034580230712890625, - -0.033172607421875, - 0.021881103515625, - -0.05267333984375, - 0.03826904296875, - 0.003910064697265625, - 0.037506103515625, - -0.045654296875, - 0.04888916015625, - 0.0009946823120117188, - 0.0186614990234375, - -0.0020732879638671875, - 0.003932952880859375, - 0.004642486572265625, - 0.0018358230590820312, - -0.00495147705078125, - 0.076904296875, - 0.0216064453125, - -0.0196075439453125, - -0.0360107421875, - -0.0166778564453125, - -0.0023441314697265625, - -0.00240325927734375, - 0.042449951171875, - -0.03070068359375, - -0.0293731689453125, - 0.0195159912109375, - 0.0343017578125, - 0.056854248046875, - -0.004974365234375, - 0.01515960693359375, - -0.0011014938354492188, - -0.03961181640625, - -0.00872039794921875, - -0.0008645057678222656 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "artifact-collection", - "triage" + "command-line", + "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_VirusTotal", + "id": "tool_Strings", "type": "tool", - "name": "VirusTotal", - "content": "virustotal googles malware-intelligence-plattform aggregiert erkennungen von 70+ antivirus-engines und sandboxes für sofortige threat-assessment. upload verdächtiger dateien, urls oder domains liefert umfassende reports: av-detections, behavioral-analysis, yara-matches, community-comments. besonders wertvoll: retro-hunt findet ähnliche samples in der milliarden-sample-datenbank, graph-view visualisiert malware-familien- beziehungen, crowdsourced-iocs von security-forschern weltweit. die premium-api ermöglicht bulk-searches und private scans. integration in alle major-security-tools durch offene apis. livehunt-service alertiert bei neuen samples matching custom yara-rules. vorsicht: public-uploads sind für alle sichtbar - keine vertraulichen samples! die kostenlose nutzung macht es zum standard-tool für initiale malware-triage. unverzichtbar für threat-intelligence und soc-analysten. sandbox av-scan malware-analysis examination", + "name": "Strings", + "content": "strings das unterschätzte basis-tool extrahiert lesbare ascii- und unicode-strings aus binärdateien - oft der erste hinweis auf malware-funktionalität. findet urls für c2-server, hardcoded-passwords, pfadangaben, error-messages. die sysinternals-version (windows) bietet gui und erweiterte features. gnu-strings (linux) integriert perfekt in pipe-workflows. encoding-options (-e) für unicode-varianten essentiell bei modernen samples. minimum-length (-n) filtert rauschen. offset-anzeige (-o) für spätere hex-editor-analyse. besonders wertvoll: kombination mit grep für pattern-matching, sort/uniq für häufigkeitsanalyse, integration in automatisierte malware-triage. die einfachheit täuscht - erfahrene analysten extrahieren erstaunliche intelligence. perfekt für verschlüsselte/gepackte malware wenn strings im unpacking-stub verbleiben. output oft ausgangspunkt für yara-rules. das 5-minuten-tool das stunden detaillierter analyse spart. command-line 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.02313232421875, - 0.0297393798828125, - 0.031951904296875, - 0.0255584716796875, - 0.01409912109375, - 0.0257720947265625, - 0.020263671875, - -0.0208282470703125, - -0.014434814453125, - 0.0165252685546875, - -0.031280517578125, - 0.04473876953125, - 0.0255584716796875, - 0.00005161762237548828, - -0.056396484375, - 0.048919677734375, - 0.004047393798828125, - 0.0247802734375, - 0.015869140625, - 0.0013427734375, - -0.0295257568359375, - -0.02093505859375, - -0.040985107421875, - -0.0201568603515625, - 0.00727081298828125, - -0.01123809814453125, - -0.037017822265625, - -0.07623291015625, - -0.03570556640625, - -0.0159759521484375, - 0.0297393798828125, - -0.0328369140625, - -0.00997161865234375, - 0.0252227783203125, - -0.01206207275390625, - -0.00843048095703125, - 0.0086517333984375, - -0.047149658203125, - -0.000017642974853515625, - 0.021697998046875, - -0.0196075439453125, - -0.017730712890625, - -0.0014390945434570312, - -0.00641632080078125, - -0.042755126953125, - -0.032623291015625, - -0.017303466796875, - -0.0072174072265625, - 0.02886962890625, - -0.0168609619140625, - 0.0284271240234375, - 0.0190582275390625, - 0.01641845703125, - -0.031494140625, - -0.043853759765625, - 0.022369384765625, - 0.01806640625, - -0.0219268798828125, - -0.048919677734375, - 0.048919677734375, - -0.046478271484375, - -0.0179595947265625, - 0.00012826919555664062, - 0.0199432373046875, - 0.012176513671875, - 0.01261138916015625, - 0.001232147216796875, - -0.01641845703125, - -0.0024089813232421875, - 0.00782012939453125, - 0.005645751953125, - 0.00641632080078125, - -0.0260009765625, - 0.0484619140625, - -0.0219268798828125, - -0.012451171875, - 0.00980377197265625, - 0.031951904296875, - 0.009918212890625, - 0.017181396484375, - -0.04119873046875, - -0.0169677734375, - 0.046051025390625, - -0.03656005859375, - -0.01971435546875, - 0.007434844970703125, - 0.0146484375, - 0.02423095703125, - -0.022247314453125, - 0.0063629150390625, - 0.0185089111328125, - -0.003772735595703125, - 0.0255584716796875, - -0.01520538330078125, - 0.035919189453125, - 0.02764892578125, - -0.0269927978515625, - -0.0091400146484375, - -0.0086517333984375, - 0.052001953125, - -0.0007572174072265625, - -0.0201568603515625, - 0.05816650390625, - -0.01019287109375, - 0.046722412109375, - -0.0221405029296875, - 0.00727081298828125, - -0.009307861328125, - 0.01294708251953125, - -0.007434844970703125, - -0.0982666015625, - -0.06256103515625, - -0.01107025146484375, - -0.06695556640625, - -0.0045166015625, - 0.0179595947265625, - -0.0163116455078125, - 0.0297393798828125, - -0.03680419921875, - -0.0823974609375, - 0.04229736328125, - 0.01239013671875, - -0.007602691650390625, - 0.0199432373046875, - -0.002643585205078125, - -0.0634765625, - 0.0109100341796875, - 0.03216552734375, - -0.016632080078125, - -0.0215911865234375, - -0.001377105712890625, - -0.0232391357421875, - -0.00501251220703125, - -0.037689208984375, - -0.0035533905029296875, - -0.0304107666015625, - 0.00836944580078125, - 0.0281982421875, - -0.012176513671875, - 0.00614166259765625, - 0.046051025390625, - -0.030853271484375, - -0.04364013671875, - -0.00843048095703125, - -0.038116455078125, - 0.00559234619140625, - -0.034149169921875, - 0.034820556640625, - -0.04052734375, - 0.0179595947265625, - 0.00415802001953125, - 0.007049560546875, - 0.042510986328125, - 0.001308441162109375, - 0.01531219482421875, - -0.0281982421875, - 0.01161956787109375, - -0.0207061767578125, - 0.03546142578125, - -0.0022029876708984375, - -0.0212554931640625, - -0.00008046627044677734, - 0.0221405029296875, - 0.02886962890625, - -0.013824462890625, - -0.034149169921875, - -0.0261077880859375, - 0.0170745849609375, - 0.00815582275390625, - 0.00528717041015625, - 0.025665283203125, - -0.004985809326171875, - 0.0246734619140625, - 0.055084228515625, - -0.0005269050598144531, - 0.01250457763671875, - 0.0009365081787109375, - -0.038787841796875, - 0.044281005859375, - 0.0284271240234375, - -0.0190582275390625, - -0.01288604736328125, - 0.044952392578125, - -0.0035533905029296875, - 0.018951416015625, - -0.0002598762512207031, - -0.0193939208984375, - -0.029083251953125, - -0.03326416015625, - 0.03106689453125, - -0.046722412109375, - -0.0255584716796875, - -0.00952911376953125, - 0.05487060546875, - -0.001445770263671875, - 0.04803466796875, - 0.022369384765625, - -0.015869140625, - 0.026214599609375, - 0.0045166015625, - -0.004848480224609375, - 0.0161895751953125, - 0.032379150390625, - 0.043182373046875, - -0.020263671875, - 0.00952911376953125, - 0.01377105712890625, - 0.021148681640625, - 0.012176513671875, - -0.0134429931640625, - 0.0089263916015625, - 0.05859375, - -0.0150909423828125, - -0.023468017578125, - -0.017730712890625, - -0.034149169921875, - 0.0257720947265625, - 0.0024089813232421875, - -0.021697998046875, - 0.015533447265625, - -0.01233673095703125, - -0.031951904296875, - -0.006938934326171875, - 0.0139923095703125, - -0.01861572265625, - 0.0170745849609375, - 0.01300048828125, - 0.0012254714965820312, - -0.00897979736328125, - 0.006252288818359375, - 0.01349639892578125, - 0.0418701171875, - -0.003910064697265625, - -0.030181884765625, - -0.00881195068359375, - -0.005702972412109375, - 0.049346923828125, - 0.0204925537109375, - -0.0009641647338867188, - -0.0163116455078125, - -0.00028228759765625, - 0.042755126953125, - -0.0199432373046875, - 0.026336669921875, - 0.0012254714965820312, - -0.00627899169921875, - 0.00881195068359375, - -0.0118408203125, - 0.0111236572265625, - 0.053985595703125, - -0.06787109375, - -0.01806640625, - -0.05596923828125, - 0.023468017578125, - -0.06787109375, - -0.050445556640625, - -0.0193939208984375, - -0.060821533203125, - 0.047821044921875, - -0.0394287109375, - -0.0100250244140625, - 0.0033740997314453125, - 0.0213775634765625, - -0.00318145751953125, - 0.033935546875, - 0.00218963623046875, - -0.042755126953125, - -0.031951904296875, - 0.08770751953125, - 0.0080413818359375, - -0.0266571044921875, - -0.021484375, - 0.05133056640625, - -0.01062774658203125, - 0.0210418701171875, - -0.01641845703125, - 0.01531219482421875, - 0.0159759521484375, - 0.005260467529296875, - 0.0161895751953125, - 0.0074920654296875, - -0.01486968994140625, - -0.0080413818359375, - 0.055755615234375, - -0.049346923828125, - -0.008209228515625, - -0.01983642578125, - 0.00836944580078125, - 0.032379150390625, - -0.06695556640625, - -0.0016803741455078125, - 0.04296875, - 0.0134429931640625, - 0.0088653564453125, - -0.0089263916015625, - -0.05377197265625, - 0.0000023245811462402344, - 0.0049591064453125, - -0.0120086669921875, - 0.019500732421875, - 0.04229736328125, - -0.0531005859375, - 0.00826263427734375, - -0.0361328125, - 0.0007920265197753906, - -0.02203369140625, - -0.03656005859375, - -0.0013151168823242188, - -0.0167388916015625, - -0.023681640625, - -0.0207061767578125, - 0.0145416259765625, - -0.03173828125, - 0.0165252685546875, - 0.0111236572265625, - -0.00754547119140625, - -0.038330078125, - -0.026763916015625, - 0.022918701171875, - -0.024017333984375, - -0.0350341796875, - -0.03460693359375, - 0.044952392578125, - 0.0086517333984375, - 0.0146484375, - -0.01751708984375, - -0.0165252685546875, - -0.0484619140625, - -0.005756378173828125, - -0.0225830078125, - -0.00374603271484375, - -0.006610870361328125, - 0.05133056640625, - 0.04296875, - 0.003345489501953125, - 0.0111236572265625, - 0.0802001953125, - 0.0228118896484375, - 0.00040268898010253906, - -0.01486968994140625, - 0.0187225341796875, - 0.005397796630859375, - 0.051544189453125, - -0.021697998046875, - 0.00732421875, - -0.0350341796875, - -0.041656494140625, - -0.0024509429931640625, - 0.033935546875, - 0.0418701171875, - 0.018280029296875, - 0.003993988037109375, - 0.00815582275390625, - 0.08990478515625, - 0.01007843017578125, - 0.1048583984375, - -0.014434814453125, - -0.051544189453125, - -0.00826263427734375, - 0.037689208984375, - -0.025115966796875, - 0.018402099609375, - -0.0154266357421875, - 0.01140594482421875, - -0.034149169921875, - 0.0169677734375, - -0.033477783203125, - 0.03436279296875, - 0.005096435546875, - 0.0167388916015625, - 0.032379150390625, - -0.01641845703125, - 0.031951904296875, - 0.0199432373046875, - 0.041656494140625, - 0.0199432373046875, - 0.04583740234375, - -0.0163116455078125, + -0.01044464111328125, + 0.03948974609375, + 0.046905517578125, + -0.00412750244140625, + 0.0224609375, + 0.01090240478515625, + 0.0054931640625, + -0.0007276535034179688, + 0.003902435302734375, + 0.01155853271484375, + -0.037994384765625, + 0.05517578125, + 0.023956298828125, + 0.0242767333984375, + -0.053192138671875, + 0.038970947265625, + 0.0007948875427246094, + -0.0012903213500976562, + -0.005100250244140625, + 0.018341064453125, + -0.03765869140625, + -0.004192352294921875, + -0.04144287109375, + 0.0012025833129882812, + 0.0008826255798339844, + -0.0016727447509765625, + -0.00540924072265625, + -0.0584716796875, + -0.02362060546875, + 0.00751495361328125, + 0.0251007080078125, + -0.0421142578125, + -0.0147857666015625, + 0.035186767578125, + -0.0095367431640625, + 0.010650634765625, + 0.01073455810546875, + -0.037322998046875, + 0.00408935546875, + 0.036834716796875, + -0.023284912109375, + 0.00904083251953125, + 0.02130126953125, + -0.03253173828125, + -0.004150390625, + -0.035186767578125, + 0.00862884521484375, -0.01239013671875, - -0.05377197265625, - -0.07623291015625, - 0.0204925537109375, - -0.00261688232421875, - 0.004405975341796875, - 0.0208282470703125, - -0.021697998046875, - -0.05596923828125, - 0.0286407470703125, - -0.021148681640625, - 0.08197021484375, - 0.04693603515625, - -0.010467529296875, - 0.02655029296875, - -0.0156402587890625, - 0.02093505859375, - 0.026885986328125, - 0.01134490966796875, - 0.0226898193359375, - 0.06298828125, - 0.054656982421875, - 0.01476287841796875, - -0.021148681640625, - 0.003635406494140625, - 0.009857177734375, - 0.0272064208984375, - 0.01178741455078125, - 0.0394287109375, - 0.006748199462890625, - 0.0208282470703125, - -0.0226898193359375, - 0.037017822265625, - 0.01052093505859375, - -0.017181396484375, - -0.0199432373046875, - -0.021484375, - 0.024017333984375, - -0.0328369140625, - 0.0023956298828125, - -0.0208282470703125, - 0.031494140625, - 0.002147674560546875, - 0.00047850608825683594, - -0.0823974609375, - -0.0060577392578125, - 0.05419921875, - -0.0665283203125, - 0.03173828125, - 0.0074920654296875, - -0.022918701171875, - 0.0215911865234375, - 0.0089263916015625, - -0.0552978515625, + 0.0008258819580078125, + -0.03717041015625, 0.047576904296875, - -0.0250091552734375, - -0.079345703125, - -0.00798797607421875, - 0.0207061767578125, - -0.05023193359375, - -0.03546142578125, - -0.040313720703125, - -0.0108489990234375, - -0.014434814453125, - -0.0304107666015625, - 0.027099609375, - -0.01239013671875, - 0.00942230224609375, - 0.03436279296875, - 0.030181884765625, - -0.018402099609375, - -0.038116455078125, - 0.03173828125, - -0.02764892578125, - -0.043853759765625, - 0.0174102783203125, - -0.0165252685546875, - 0.012451171875, - -0.03900146484375, - -0.004352569580078125, - -0.00936126708984375, - 0.036346435546875, - 0.0107421875, - 0.01206207275390625, - -0.023681640625, - -0.046478271484375, - -0.0286407470703125, - 0.08154296875, - 0.021820068359375, - 0.042755126953125, - -0.00669097900390625, - -0.056854248046875, - 0.0255584716796875, - -0.0599365234375, - 0.00225830078125, - -0.022247314453125, - 0.03106689453125, - -0.0111236572265625, - 0.08502197265625, - -0.019500732421875, - -0.017730712890625, - -0.007434844970703125, - 0.031494140625, - 0.01195526123046875, - 0.0266571044921875, - -0.04296875, - 0.053985595703125, - 0.0255584716796875, - -0.07183837890625, - -0.029083251953125, - -0.029083251953125, - 0.0157470703125, - 0.04913330078125, - -0.046722412109375, - 0.0038280487060546875, - 0.0022449493408203125, - -0.040771484375, - -0.031280517578125, - -0.0372314453125, - -0.0191650390625, - -0.044952392578125, - 0.034149169921875, - 0.014434814453125, - -0.00218963623046875, - 0.040313720703125, - 0.01052093505859375, - -0.01052093505859375, - 0.00853729248046875, - 0.030181884765625, - -0.013824462890625, - 0.0281982421875, - -0.06787109375, - -0.0462646484375, - -0.00727081298828125, - 0.034820556640625, - -0.01421356201171875, - 0.01267242431640625, - -0.0179595947265625, - -0.0005850791931152344, - 0.0304107666015625, - -0.016082763671875, - 0.0150909423828125, - -0.0156402587890625, - -0.0286407470703125, - -0.0295257568359375, - 0.00826263427734375, - 0.0260009765625, - -0.0008745193481445312, - -0.0018453598022460938, - 0.02886962890625, - 0.039886474609375, - -0.046722412109375, - -0.0120086669921875, - 0.0085906982421875, - -0.0035533905029296875, - 0.01300048828125, - -0.0133819580078125, - -0.014434814453125, - -0.0221405029296875, - 0.01641845703125, - -0.04449462890625, - -0.0019006729125976562, - -0.0709228515625, - 0.0233612060546875, - -0.01161956787109375, - 0.0212554931640625, - -0.0204925537109375, - -0.0191650390625, - -0.038543701171875, - -0.0174102783203125, - 0.0275421142578125, - 0.0190582275390625, - -0.01861572265625, - -0.031280517578125, - -0.031280517578125, - 0.0014944076538085938, - -0.040985107421875, - 0.0277557373046875, - -0.004215240478515625, - 0.0196075439453125, - -0.006336212158203125, - -0.03656005859375, - 0.0306243896484375, - 0.023681640625, - 0.045379638671875, - 0.0156402587890625, - 0.03216552734375, - -0.027984619140625, - 0.00046133995056152344, - 0.00460052490234375, - -0.012176513671875, - -0.0131072998046875, - -0.0210418701171875, - 0.040985107421875, - -0.03656005859375, - -0.018951416015625, - 0.0297393798828125, - 0.03570556640625, - 0.0169677734375, - -0.00952911376953125, - -0.030853271484375, - 0.0188446044921875, - 0.000530242919921875, - 0.05859375, - -0.0246734619140625, - -0.04364013671875, - -0.025665283203125, - 0.0193939208984375, - 0.053314208984375, - 0.04693603515625, - 0.01387786865234375, - -0.052001953125, - 0.00771331787109375, - 0.056854248046875, - -0.01432037353515625, - -0.056182861328125, - -0.0258941650390625, - 0.0210418701171875, - -0.002712249755859375, - 0.059051513671875, - 0.029296875, - 0.1004638671875, - 0.0272064208984375, - -0.022369384765625, - 0.0284271240234375, - 0.048248291015625, - 0.031494140625, - -0.035247802734375, - -0.06610107421875, - -0.006500244140625, - 0.0224761962890625, - -0.030853271484375, - -0.0179595947265625, - -0.003360748291015625, - 0.06787109375, - -0.08856201171875, - -0.026336669921875, - -0.005702972412109375, - -0.0146484375, - 0.015869140625, - 0.0020656585693359375, - -0.00559234619140625, - 0.0179595947265625, - 0.015533447265625, - -0.007106781005859375, - -0.0011081695556640625, - -0.024017333984375, - -0.006031036376953125, - 0.05816650390625, - 0.0212554931640625, - -0.01421356201171875, - 0.0272064208984375, - 0.022918701171875, - 0.0094757080078125, - 0.0255584716796875, - 0.0097503662109375, - -0.00798797607421875, - 0.029296875, - 0.038116455078125, - 0.0634765625, - -0.013275146484375, - -0.0157470703125, - 0.0012531280517578125, - 0.01520538330078125, - 0.006443023681640625, - 0.038787841796875, - 0.01178741455078125, - -0.01062774658203125, - 0.00897979736328125, - -0.06298828125, - -0.00015401840209960938, - 0.01222991943359375, - -0.0023555755615234375, - -0.038330078125, - -0.044281005859375, - 0.0277557373046875, - -0.042755126953125, - 0.040313720703125, - 0.030181884765625, - -0.0394287109375, - -0.03460693359375, - 0.0621337890625, - -0.0105743408203125, - -0.042755126953125, - 0.016082763671875, - 0.0077667236328125, - -0.02093505859375, - 0.016632080078125, - -0.009033203125, - 0.041412353515625, - -0.014434814453125, - -0.059478759765625, - -0.01751708984375, - 0.008209228515625, - -0.01261138916015625, - -0.0156402587890625, - -0.0077667236328125, - 0.01052093505859375, - -0.005207061767578125, - -0.030853271484375, - -0.04736328125, - 0.0032634735107421875, - 0.0030155181884765625, - -0.0250091552734375, - 0.017303466796875, - 0.004711151123046875, - -0.044281005859375, - 0.0185089111328125, - -0.0083160400390625, - -0.02093505859375, - 0.042755126953125, - -0.038787841796875, - 0.0258941650390625, - 0.00815582275390625, - 0.00225830078125, - 0.047149658203125, - 0.06829833984375, - 0.002368927001953125, - -0.01983642578125, - 0.0057830810546875, - -0.039886474609375, - 0.0118408203125, - -0.01168060302734375, - 0.00514984130859375, - -0.065673828125, - 0.0191650390625, - 0.057281494140625, - -0.06475830078125, - 0.0199432373046875, - 0.0038280487060546875, - -0.004817962646484375, - -0.047576904296875, - 0.004791259765625, - 0.007160186767578125, - 0.007106781005859375, - 0.06036376953125, - 0.006664276123046875, - -0.01861572265625, - 0.0201568603515625, - -0.05419921875, - 0.038116455078125, - 0.01305389404296875, - 0.033050537109375, - -0.047821044921875, - 0.03173828125, - 0.018402099609375, - -0.0272064208984375, - -0.007381439208984375, - -0.07843017578125, - 0.033721923828125, - 0.03436279296875, - 0.0204925537109375, - 0.00699615478515625, - 0.01206207275390625, - -0.038116455078125, - -0.0150909423828125, - -0.0244598388671875, - 0.0038280487060546875, - 0.0219268798828125, - 0.0125579833984375, - -0.041412353515625, - -0.021148681640625, - -0.004711151123046875, - -0.046722412109375, - -0.033935546875, - -0.035919189453125, - 0.0306243896484375, - -0.00881195068359375, - -0.06695556640625, - 0.01068878173828125, - -0.035919189453125, - 0.005123138427734375, - 0.0169677734375, - 0.0484619140625, - -0.039215087890625, - -0.0161895751953125, - 0.0272064208984375, - 0.030853271484375, - -0.00162506103515625, - 0.01206207275390625, - 0.0137176513671875, - 0.005260467529296875, - 0.005207061767578125, - -0.035919189453125, - 0.04913330078125, - 0.0440673828125, - -0.033477783203125, - -0.03570556640625, - -0.0233612060546875, - -0.034149169921875, - 0.043853759765625, - -0.01261138916015625, - 0.0207061767578125, - 0.004047393798828125, - -0.0176239013671875, - -0.08551025390625, - 0.05419921875, - 0.0003960132598876953, - 0.006748199462890625, - 0.0235748291015625, - -0.032379150390625, - -0.0440673828125, - -0.0462646484375, - -0.0118408203125, - 0.0187225341796875, - -0.0232391357421875, - 0.0145416259765625, - 0.027984619140625, - 0.01068878173828125, - 0.014434814453125, - 0.0100250244140625, - 0.00908660888671875, - 0.0230255126953125, - 0.01366424560546875, - -0.036346435546875, - 0.06170654296875, - -0.037689208984375, - 0.00853729248046875, - 0.0108489990234375, - 0.0207061767578125, - 0.037017822265625, - -0.0006299018859863281, - -0.04119873046875, - 0.014984130859375, - 0.046051025390625, - 0.060821533203125, - -0.03790283203125, - 0.017730712890625, - -0.01377105712890625, - 0.0033321380615234375, - 0.03106689453125, - -0.01322174072265625, - -0.00289154052734375, - 0.0159759521484375, - -0.01024627685546875, - -0.0196075439453125, - -0.054656982421875, - -0.06390380859375, - 0.005313873291015625, - -0.048248291015625, - -0.012725830078125, - 0.0079345703125, - 0.00908660888671875, - 0.036346435546875, - -0.0552978515625, + 0.037811279296875, + -0.0036334991455078125, + -0.045928955078125, + -0.014862060546875, + 0.057464599609375, + 0.036163330078125, + -0.024932861328125, + -0.040618896484375, 0.049560546875, - -0.0016460418701171875, - -0.0212554931640625, - 0.0111236572265625, - 0.0012531280517578125, - -0.00537109375, - 0.03326416015625, - 0.0224761962890625, - -0.034820556640625, - 0.0191650390625, - -0.041656494140625, - -0.025665283203125, - -0.030181884765625, - -0.006305694580078125, - -0.05859375, - 0.041412353515625, - -0.0731201171875, - -0.024017333984375, - -0.0013217926025390625, - 0.0247802734375, - 0.00782012939453125, - -0.0418701171875, - 0.045166015625, - -0.0022449493408203125, - -0.055755615234375, - 0.01520538330078125, - -0.03656005859375, - -0.041412353515625, - -0.017181396484375, - -0.01322174072265625, - 0.03216552734375, - -0.005977630615234375, - 0.042510986328125, - 0.0498046875, - 0.030181884765625, - 0.01983642578125, - -0.0010118484497070312, - 0.00592041015625, - 0.0091400146484375, - 0.040313720703125, - 0.0306243896484375, - 0.0266571044921875, - -0.00997161865234375, - 0.0208282470703125, - 0.017730712890625, - -0.06610107421875, - -0.0203857421875, - -0.026885986328125, - -0.056396484375, - 0.013824462890625, - 0.05023193359375, - 0.035919189453125, - -0.017730712890625, - 0.01387786865234375, - 0.029296875, - 0.032379150390625, - 0.023681640625, - -0.020263671875, - -0.04296875, - -0.0225830078125, - 0.04296875, - 0.034820556640625, - -0.07489013671875, - 0.0462646484375, - 0.07049560546875, - -0.0203857421875, - -0.01421356201171875, - -0.0131072998046875, - 0.00047516822814941406, - 0.046051025390625, - 0.0418701171875, - 0.035919189453125, - -0.0802001953125, - -0.0037174224853515625, - 0.0176239013671875, - -0.00600433349609375, - -0.0191650390625, - -0.0020923614501953125, - -0.031951904296875, - 0.052886962890625, - -0.059051513671875, - -0.01520538330078125, - 0.0105743408203125, - 0.07843017578125, - -0.007160186767578125, - -0.0212554931640625, - 0.01409912109375, - 0.016082763671875, - 0.02435302734375, - -0.0207061767578125, - -0.00826263427734375, - 0.030181884765625, - -0.003662109375, - 0.0168609619140625, - 0.0531005859375, - 0.024566650390625, - 0.022369384765625, - -0.0094757080078125, - -0.0304107666015625, - 0.0284271240234375, - -0.00331878662109375, - -0.0023136138916015625, - 0.00870513916015625, - -0.050445556640625, - -0.02203369140625, - -0.0233612060546875, - 0.026885986328125, - 0.0284271240234375, - 0.06829833984375, - 0.01421356201171875, - 0.0196075439453125, - -0.015533447265625, - 0.0019683837890625, - 0.01134490966796875, - 0.04296875, - 0.0255584716796875, - 0.002864837646484375, - 0.0192718505859375, - 0.0092010498046875, - 0.01288604736328125, - -0.018280029296875, - 0.037445068359375, - -0.043853759765625, - -0.003208160400390625, - -0.052001953125, - -0.026885986328125, - 0.0192718505859375, - -0.007602691650390625, - 0.0072174072265625, - -0.0255584716796875, - 0.0023822784423828125, - -0.0272064208984375, - -0.04449462890625, - -0.037689208984375, - 0.03173828125, - -0.03790283203125, - 0.01531219482421875, - 0.0226898193359375, - -0.004901885986328125, - 0.0024929046630859375, - -0.022369384765625, - 0.059478759765625, - 0.0187225341796875, - 0.035919189453125, - -0.0176239013671875, - -0.0026302337646484375, - 0.00942230224609375, - -0.004184722900390625, - 0.0260009765625, - 0.0135498046875, - 0.00600433349609375, - 0.05859375, - 0.0304107666015625, - 0.0278778076171875, - -0.040771484375, - 0.0167388916015625, - 0.01206207275390625, - -0.046722412109375, - 0.026336669921875, - 0.0278778076171875, - 0.016082763671875, - 0.012115478515625, - -0.00826263427734375, - 0.005619049072265625, - -0.06524658203125, - 0.06475830078125, - -0.0052337646484375, - -0.0157470703125, - 0.0269927978515625, - -0.046722412109375, - 0.06170654296875, - 0.03173828125, - 0.06744384765625, - -0.07183837890625, - 0.0277557373046875, - -0.0201568603515625, - 0.0269927978515625, - -0.00232696533203125, - -0.01983642578125, - -0.01178741455078125, - 0.0150909423828125, - -0.0181732177734375, - 0.0577392578125, + -0.060455322265625, + -0.007556915283203125, + -0.0274200439453125, + -0.0195770263671875, + 0.0124664306640625, + 0.0158538818359375, + 0.00809478759765625, + -0.0088348388671875, + 0.0133819580078125, + -0.00447845458984375, + 0.0172576904296875, + -0.040802001953125, + -0.003116607666015625, + 0.04986572265625, + -0.011810302734375, + -0.04229736328125, + 0.0144500732421875, + 0.02056884765625, + 0.010528564453125, + 0.01189422607421875, + -0.028411865234375, + -0.0237884521484375, + 0.03765869140625, + -0.01708984375, + -0.0003085136413574219, + 0.005451202392578125, 0.0237884521484375, - -0.0089263916015625, - -0.060821533203125, - 0.0035800933837890625, - 0.00415802001953125, - 0.01332855224609375, + 0.004314422607421875, + 0.00974273681640625, + -0.0189056396484375, + -0.0018062591552734375, + -0.00540924072265625, + -0.0005059242248535156, + 0.0039215087890625, + 0.0209808349609375, + 0.052520751953125, + -0.0189971923828125, + -0.01535797119140625, + -0.025604248046875, + 0.045257568359375, + 0.032379150390625, + -0.03436279296875, + 0.051849365234375, + -0.006317138671875, + 0.0528564453125, + -0.038330078125, + 0.03533935546875, + -0.014617919921875, + 0.0009446144104003906, + -0.010284423828125, + -0.09912109375, + -0.03436279296875, + -0.039642333984375, + -0.07830810546875, + -0.00394439697265625, + -0.0017652511596679688, + 0.005947113037109375, + 0.011810302734375, + -0.0538330078125, + -0.0472412109375, + 0.00958251953125, + 0.0196533203125, + -0.01329803466796875, + 0.00421142578125, + -0.06805419921875, + -0.050537109375, + -0.0019817352294921875, + 0.0014657974243164062, + -0.0192413330078125, + -0.0274200439453125, + -0.0203094482421875, + -0.0130462646484375, + -0.0279083251953125, + -0.039306640625, + -0.02105712890625, + -0.032379150390625, + 0.015777587890625, + -0.0037784576416015625, + -0.006481170654296875, + 0.00867462158203125, + 0.047576904296875, + -0.0247802734375, + -0.050537109375, + 0.0173492431640625, + -0.03765869140625, + -0.003200531005859375, + -0.017425537109375, + 0.03668212890625, + -0.024932861328125, + -0.027252197265625, + 0.002529144287109375, + -0.01148223876953125, + 0.0650634765625, + -0.00623321533203125, + -0.0024776458740234375, + -0.0224609375, + -0.017181396484375, + -0.039794921875, + 0.047576904296875, + -0.0198211669921875, + 0.00821685791015625, + -0.0059051513671875, + -0.0196533203125, + 0.04144287109375, + 0.004192352294921875, + -0.0360107421875, + -0.0186614990234375, + 0.0195770263671875, + 0.0161895751953125, + 0.00669097900390625, + 0.028076171875, + -0.0231170654296875, + 0.05682373046875, + 0.0650634765625, + -0.0031585693359375, + 0.004791259765625, + 0.0164337158203125, + -0.0234527587890625, + 0.0355224609375, + 0.031219482421875, + 0.0023326873779296875, + -0.028900146484375, + 0.02642822265625, + -0.007061004638671875, + 0.0274200439453125, + -0.0201568603515625, + -0.033355712890625, + -0.0017957687377929688, + -0.005615234375, + 0.0095367431640625, + -0.0270843505859375, + -0.0045623779296875, + 0.00862884521484375, 0.049560546875, - -0.043182373046875, - -0.034820556640625, - 0.01332855224609375, - 0.0247802734375, - 0.0714111328125, - -0.02093505859375, - 0.006526947021484375, + 0.003200531005859375, + 0.05914306640625, + 0.01470184326171875, + -0.0014553070068359375, + 0.038818359375, + -0.0252685546875, + 0.0136260986328125, + 0.0226287841796875, + 0.0039215087890625, + 0.050872802734375, + 0.00371551513671875, + 0.026092529296875, + -0.0184173583984375, + 0.044921875, + 0.0482177734375, + -0.036834716796875, + -0.0020542144775390625, + 0.05780029296875, + -0.0016927719116210938, + -0.00001901388168334961, + -0.0287322998046875, + -0.049224853515625, + 0.0173492431640625, + -0.0023632049560546875, + -0.0307159423828125, + -0.0231170654296875, + 0.0010223388671875, + -0.05450439453125, + -0.0030345916748046875, + 0.040313720703125, + -0.0208892822265625, + 0.0369873046875, + 0.050537109375, + -0.0099945068359375, + -0.0251007080078125, + 0.0028705596923828125, + 0.03302001953125, + 0.02410888671875, + 0.0005292892456054688, + -0.0130462646484375, + -0.0294036865234375, + -0.04327392578125, + 0.04046630859375, + 0.0226287841796875, + -0.005573272705078125, + -0.00994873046875, + -0.0341796875, + 0.0274200439453125, + -0.0021991729736328125, + 0.016021728515625, + 0.033203125, + -0.01824951171875, + -0.006977081298828125, + -0.011810302734375, + 0.0287322998046875, + 0.044586181640625, + -0.035675048828125, + -0.0007123947143554688, + -0.033538818359375, + -0.0012340545654296875, + -0.03271484375, + -0.0142059326171875, + -0.009246826171875, + -0.05517578125, + 0.02972412109375, + -0.0020961761474609375, + -0.01073455810546875, + -0.0016622543334960938, + 0.023956298828125, + -0.026092529296875, + 0.049224853515625, + 0.01849365234375, + -0.040130615234375, + 0.031890869140625, + 0.0762939453125, + -0.0222930908203125, + -0.030059814453125, + -0.006443023681640625, + 0.035186767578125, + -0.009002685546875, + 0.01123046875, + -0.0262603759765625, + -0.0290679931640625, + 0.03814697265625, + 0.00797271728515625, + 0.0262603759765625, + -0.0122222900390625, + -0.00652313232421875, + 0.001331329345703125, + 0.0416259765625, + -0.044921875, + 0.01412200927734375, + -0.004108428955078125, + 0.0194091796875, + 0.00701904296875, + -0.0482177734375, + -0.0167694091796875, + 0.03253173828125, + 0.0298919677734375, + 0.01003265380859375, + 0.0313720703125, + -0.0313720703125, + 0.00920867919921875, + 0.0067291259765625, + -0.04425048828125, + 0.0252685546875, + 0.05682373046875, + -0.0270843505859375, + 0.0360107421875, + -0.0159454345703125, + 0.00412750244140625, + -0.033355712890625, + -0.041290283203125, + -0.0341796875, + -0.03948974609375, + -0.0294036865234375, + -0.007472991943359375, + 0.00751495361328125, + -0.025604248046875, + 0.0341796875, + -0.026092529296875, + -0.0160980224609375, + -0.031707763671875, + -0.0231170654296875, + 0.00681304931640625, + -0.0251007080078125, + -0.0411376953125, + -0.03302001953125, + 0.06243896484375, + -0.0270843505859375, + -0.0020122528076171875, + -0.0231170654296875, + -0.01114654541015625, + -0.05352783203125, + 0.019073486328125, + -0.024444580078125, + 0.006565093994140625, + 0.0038604736328125, + 0.061126708984375, + 0.028411865234375, + 0.033538818359375, + 0.038330078125, + 0.0528564453125, + -0.0007791519165039062, + -0.03668212890625, + -0.029571533203125, + -0.0009188652038574219, + 0.004913330078125, + 0.006565093994140625, + -0.01271820068359375, + -0.0030975341796875, + -0.019073486328125, + -0.030059814453125, + 0.032379150390625, + 0.011810302734375, + 0.040802001953125, + 0.013458251953125, + -0.02691650390625, + -0.01470184326171875, + 0.051849365234375, + 0.0237884521484375, + 0.0911865234375, + -0.01800537109375, + -0.0161895751953125, + -0.02642822265625, + 0.03155517578125, + -0.039642333984375, + 0.02972412109375, + 0.0341796875, + 0.0277557373046875, + 0.0092926025390625, + 0.01263427734375, + -0.0098724365234375, + 0.00652313232421875, + 0.00582122802734375, + 0.033203125, + 0.01148223876953125, + 0.0029735565185546875, + 0.00394439697265625, + 0.044586181640625, + 0.03948974609375, + 0.038970947265625, + 0.045257568359375, + -0.007266998291015625, + -0.024932861328125, + -0.0262603759765625, + -0.06903076171875, + -0.006771087646484375, + 0.0080108642578125, + 0.00371551513671875, + 0.041961669921875, + -0.0194091796875, + -0.071044921875, + 0.02105712890625, + -0.04888916015625, + 0.08355712890625, + 0.0673828125, + -0.01123046875, + 0.0265960693359375, + -0.0308837890625, + 0.00833892822265625, + -0.002178192138671875, + -0.0130462646484375, + 0.039154052734375, + 0.0584716796875, + 0.03863525390625, + -0.0029735565185546875, + -0.031890869140625, + 0.0270843505859375, + 0.03533935546875, + 0.0242767333984375, + -0.01271820068359375, + 0.02972412109375, + 0.007720947265625, + 0.0214691162109375, + -0.0482177734375, + 0.0242767333984375, + 0.0308837890625, + 0.01213836669921875, + 0.00441741943359375, + -0.01824951171875, + 0.0016307830810546875, + -0.059783935546875, + 0.01172637939453125, + -0.00751495361328125, + 0.03369140625, + 0.023956298828125, + 0.01239013671875, + -0.04327392578125, + -0.004192352294921875, + 0.051544189453125, + -0.05218505859375, + -0.0004000663757324219, + 0.035003662109375, + -0.0226287841796875, + 0.00809478759765625, + -0.018341064453125, + -0.0677490234375, + 0.0308837890625, + -0.046905517578125, + -0.0355224609375, + 0.0246124267578125, + 0.0259246826171875, + -0.042938232421875, + -0.05218505859375, + -0.0584716796875, + -0.01453399658203125, + -0.0038204193115234375, -0.036346435546875, - -0.0015287399291992188, - 0.00036144256591796875, - -0.018951416015625 + 0.035186767578125, + 0.0006866455078125, + 0.013458251953125, + 0.03155517578125, + 0.047576904296875, + -0.027587890625, + -0.00937652587890625, + 0.05517578125, + -0.018829345703125, + -0.07037353515625, + 0.0189056396484375, + 0.0088348388671875, + 0.0052032470703125, + -0.031219482421875, + -0.05615234375, + -0.006649017333984375, + 0.01824951171875, + 0.0016622543334960938, + -0.01354217529296875, + -0.06903076171875, + -0.04888916015625, + -0.03436279296875, + 0.049224853515625, + 0.007472991943359375, + 0.045257568359375, + 0.021148681640625, + -0.0538330078125, + 0.04229736328125, + -0.0538330078125, + -0.0156097412109375, + -0.00833892822265625, + -0.017913818359375, + -0.028900146484375, + 0.07794189453125, + -0.01528167724609375, + -0.00499725341796875, + -0.00945281982421875, + 0.03271484375, + 0.00458526611328125, + -0.006938934326171875, + -0.040313720703125, + 0.0594482421875, + 0.04327392578125, + -0.04888916015625, + -0.0160980224609375, + -0.02105712890625, + 0.0051422119140625, + 0.0369873046875, + -0.04986572265625, + -0.027587890625, + -0.0144500732421875, + -0.0640869140625, + -0.0677490234375, + -0.027587890625, + -0.037322998046875, + -0.0341796875, + 0.0208892822265625, + 0.036163330078125, + -0.00301361083984375, + 0.039642333984375, + 0.0270843505859375, + -0.01020050048828125, + -0.0008153915405273438, + -0.003406524658203125, + -0.03302001953125, + 0.02642822265625, + -0.054840087890625, + -0.0294036865234375, + -0.0189056396484375, + 0.027587890625, + -0.0214691162109375, + 0.0204010009765625, + -0.021148681640625, + -0.03387451171875, + 0.028900146484375, + -0.0472412109375, + -0.00739288330078125, + 0.006443023681640625, + 0.0024566650390625, + -0.021636962890625, + -0.016845703125, + 0.00962066650390625, + 0.002910614013671875, + -0.0140380859375, + 0.030059814453125, + 0.02081298828125, + -0.02130126953125, + 0.022125244140625, + 0.0045013427734375, + -0.01296234130859375, + 0.0032405853271484375, + 0.01412200927734375, + 0.01271820068359375, + -0.0178375244140625, + 0.039642333984375, + -0.027252197265625, + -0.004108428955078125, + -0.0789794921875, + 0.021148681640625, + -0.00429534912109375, + -0.0023956298828125, + -0.00879669189453125, + -0.03436279296875, + -0.07000732421875, + 0.004852294921875, + 0.0310516357421875, + 0.027252197265625, + -0.0214691162109375, + -0.02081298828125, + -0.0191650390625, + -0.001506805419921875, + -0.047576904296875, + 0.04144287109375, + -0.0200653076171875, + 0.009002685546875, + -0.01470184326171875, + -0.0246124267578125, + 0.044586181640625, + 0.028076171875, + 0.0222930908203125, + 0.0369873046875, + 0.0313720703125, + -0.021148681640625, + 0.01288604736328125, + 0.004749298095703125, + -0.03436279296875, + -0.01148223876953125, + -0.00669097900390625, + 0.007472991943359375, + -0.024932861328125, + -0.021148681640625, + 0.0251007080078125, + 0.020477294921875, + 0.023284912109375, + -0.011810302734375, + -0.00652313232421875, + 0.027587890625, + -0.0136260986328125, + 0.0654296875, + -0.032379150390625, + -0.04425048828125, + -0.024444580078125, + 0.0290679931640625, + 0.052520751953125, + 0.00937652587890625, + 0.005161285400390625, + -0.0355224609375, + 0.02081298828125, + 0.039154052734375, + -0.031219482421875, + -0.0251007080078125, + -0.043609619140625, + -0.000026285648345947266, + 0.0035305023193359375, + 0.048553466796875, + 0.0005340576171875, + 0.07928466796875, + -0.0017137527465820312, + -0.006195068359375, + 0.044921875, + 0.05218505859375, + 0.0201568603515625, + -0.039154052734375, + -0.04888916015625, + -0.0113983154296875, + -0.00086212158203125, + -0.034515380859375, + -0.036346435546875, + 0.017913818359375, + 0.043609619140625, + -0.041290283203125, + -0.0308837890625, + -0.01313018798828125, + 0.02056884765625, + 0.016845703125, + 0.007144927978515625, + -0.026763916015625, + 0.0173492431640625, + -0.0181732177734375, + -0.0360107421875, + -0.019989013671875, + -0.0194854736328125, + 0.0073089599609375, + 0.054840087890625, + 0.0426025390625, + -0.01453399658203125, + 0.0224609375, + -0.00421142578125, + 0.033203125, + -0.008880615234375, + 0.0252685546875, + -0.0167694091796875, + 0.032379150390625, + 0.045928955078125, + 0.0251007080078125, + -0.028411865234375, + -0.0411376953125, + 0.00830078125, + 0.0287322998046875, + 0.045257568359375, + 0.054168701171875, + 0.0023021697998046875, + 0.02362060546875, + -0.01073455810546875, + -0.060455322265625, + 0.0184173583984375, + 0.0027256011962890625, + -0.0142059326171875, + -0.040313720703125, + -0.0257720947265625, + 0.016357421875, + -0.049560546875, + 0.049560546875, + 0.013458251953125, + -0.026763916015625, + -0.0161895751953125, + 0.054168701171875, + 0.0037994384765625, + -0.056488037109375, + 0.02691650390625, + -0.0092926025390625, + 0.0011196136474609375, + -0.026763916015625, + -0.0305633544921875, + 0.034698486328125, + -0.026763916015625, + -0.0660400390625, + -0.0426025390625, + 0.034515380859375, + -0.0024261474609375, + -0.0229644775390625, + 0.00958251953125, + -0.0014352798461914062, + -0.01544189453125, + -0.0287322998046875, + -0.0743408203125, + -0.01189422607421875, + 0.0203094482421875, + -0.04656982421875, + 0.0251007080078125, + -0.01296234130859375, + -0.01528167724609375, + 0.0102386474609375, + -0.00400543212890625, + -0.068359375, + 0.06011962890625, + -0.044921875, + 0.0364990234375, + 0.0242767333984375, + 0.01131439208984375, + 0.009124755859375, + 0.0743408203125, + -0.01824951171875, + -0.0229644775390625, + -0.0287322998046875, + -0.052520751953125, + 0.0187530517578125, + 0.024444580078125, + -0.0073089599609375, + -0.07830810546875, + 0.00982666015625, + 0.0305633544921875, + -0.062744140625, + 0.021148681640625, + 0.0101165771484375, + -0.007720947265625, + -0.044921875, + 0.0124664306640625, + 0.005657196044921875, + -0.0102386474609375, + 0.08721923828125, + 0.024932861328125, + -0.007598876953125, + -0.0037364959716796875, + -0.03863525390625, + 0.0845947265625, + 0.005100250244140625, + 0.0203094482421875, + -0.034515380859375, + 0.0282440185546875, + 0.0224609375, + -0.031219482421875, + 0.028076171875, + -0.06243896484375, + -0.016937255859375, + 0.0251007080078125, + 0.0313720703125, + -0.0046234130859375, + -0.00423431396484375, + -0.0310516357421875, + -0.039306640625, + -0.0011510848999023438, + 0.023284912109375, + 0.0124664306640625, + -0.01007843017578125, + -0.050872802734375, + -0.00429534912109375, + -0.0030975341796875, + -0.041778564453125, + -0.033355712890625, + -0.0308837890625, + 0.033538818359375, + 0.00023353099822998047, + -0.061126708984375, + 0.01849365234375, + 0.0059051513671875, + -0.003116607666015625, + 0.01255035400390625, + 0.040313720703125, + -0.05682373046875, + -0.0082550048828125, + -0.0144500732421875, + 0.0307159423828125, + -0.0010995864868164062, + -0.0012540817260742188, + 0.004108428955078125, + 0.02691650390625, + -0.0037364959716796875, + -0.04559326171875, + 0.03997802734375, + 0.019073486328125, + -0.004375457763671875, + -0.055511474609375, + -0.015777587890625, + -0.01776123046875, + 0.038818359375, + -0.0101165771484375, + 0.018829345703125, + 0.01090240478515625, + -0.007183074951171875, + -0.087890625, + 0.054840087890625, + -0.028900146484375, + 0.01494598388671875, + 0.0108184814453125, + -0.01395416259765625, + -0.08587646484375, + -0.028900146484375, + -0.027252197265625, + 0.01395416259765625, + -0.03204345703125, + 0.036346435546875, + 0.040618896484375, + 0.00958251953125, + 0.0198211669921875, + -0.007678985595703125, + -0.0025501251220703125, + 0.02197265625, + 0.01123046875, + -0.049224853515625, + 0.06640625, + -0.033203125, + 0.01800537109375, + -0.0270843505859375, + 0.0224609375, + -0.00821685791015625, + 0.0224609375, + -0.0426025390625, + -0.0251007080078125, + 0.027252197265625, + 0.046234130859375, + -0.019744873046875, + 0.0073089599609375, + -0.03533935546875, + 0.006977081298828125, + 0.025604248046875, + -0.016510009765625, + 0.018585205078125, + -0.0038394927978515625, + -0.033203125, + -0.021148681640625, + -0.07598876953125, + -0.0584716796875, + 0.0092926025390625, + -0.050872802734375, + -0.00689697265625, + 0.016021728515625, + 0.003551483154296875, + -0.0030975341796875, + -0.034027099609375, + 0.029571533203125, + -0.03765869140625, + -0.045257568359375, + -0.0191650390625, + 0.00681304931640625, + -0.017669677734375, + 0.0158538818359375, + 0.0067291259765625, + -0.00421142578125, + 0.040130615234375, + -0.0105743408203125, + -0.00611114501953125, + -0.0259246826171875, + 0.005222320556640625, + -0.049224853515625, + 0.002498626708984375, + -0.06011962890625, + 0.0014142990112304688, + 0.0108184814453125, + -0.00007033348083496094, + 0.012054443359375, + -0.037506103515625, + 0.036346435546875, + -0.0150299072265625, + -0.0654296875, + 0.0242767333984375, + -0.03765869140625, + -0.03302001953125, + 0.021148681640625, + -0.02691650390625, + 0.0262603759765625, + 0.041290283203125, + 0.03948974609375, + 0.050201416015625, + 0.0341796875, + 0.027252197265625, + -0.040130615234375, + -0.00412750244140625, + -0.014862060546875, + 0.018341064453125, + 0.031219482421875, + 0.0303955078125, + -0.024932861328125, + 0.0191650390625, + 0.004150390625, + -0.07696533203125, + -0.0022602081298828125, + -0.0087127685546875, + -0.028411865234375, + 0.00231170654296875, + 0.056488037109375, + 0.031890869140625, + 0.01552581787109375, + 0.0122222900390625, + 0.0472412109375, + 0.047576904296875, + -0.014617919921875, + -0.028411865234375, + -0.0673828125, + 0.0034885406494140625, + -0.007843017578125, + 0.005615234375, + -0.07269287109375, + 0.0218048095703125, + 0.050537109375, + 0.0074310302734375, + -0.00505828857421875, + -0.00982666015625, + -0.016845703125, + 0.05352783203125, + 0.0119781494140625, + 0.048553466796875, + -0.06573486328125, + 0.0224609375, + 0.0158538818359375, + -0.020721435546875, + -0.01494598388671875, + -0.006153106689453125, + -0.0130462646484375, + 0.041961669921875, + -0.040618896484375, + 0.017425537109375, + 0.0173492431640625, + 0.073974609375, + 0.00879669189453125, + -0.054168701171875, + -0.027587890625, + 0.0198211669921875, + 0.0003380775451660156, + -0.02130126953125, + 0.00681304931640625, + -0.00441741943359375, + -0.0036754608154296875, + 0.005657196044921875, + 0.037506103515625, + 0.014862060546875, + 0.027252197265625, + 0.02130126953125, + -0.05120849609375, + 0.0224609375, + 0.01073455810546875, + 0.0094146728515625, + 0.001857757568359375, + -0.0198974609375, + -0.00974273681640625, + -0.048553466796875, + 0.037994384765625, + -0.0020961761474609375, + 0.0369873046875, + 0.01436614990234375, + 0.0175933837890625, + -0.0341796875, + 0.0277557373046875, + 0.0194854736328125, + 0.03485107421875, + 0.0133819580078125, + 0.0181732177734375, + 0.01263427734375, + 0.0421142578125, + -0.0026836395263671875, + -0.0251007080078125, + 0.0122222900390625, + -0.037506103515625, + 0.020477294921875, + -0.050872802734375, + 0.0060272216796875, + 0.0128021240234375, + -0.054168701171875, + 0.01412200927734375, + -0.039642333984375, + -0.01494598388671875, + -0.005863189697265625, + -0.0482177734375, + -0.0173492431640625, + 0.046234130859375, + -0.038482666015625, + 0.0038814544677734375, + 0.013458251953125, + -0.0018167495727539062, + 0.0028705596923828125, + -0.04986572265625, + 0.0528564453125, + 0.0247802734375, + 0.01552581787109375, + 0.00010126829147338867, + 0.005863189697265625, + 0.0287322998046875, + -0.0242767333984375, + 0.045257568359375, + 0.026763916015625, + 0.000949859619140625, + 0.04559326171875, + 0.031707763671875, + 0.01172637939453125, + -0.038330078125, + 0.0214691162109375, + 0.0285797119140625, + -0.031707763671875, + 0.037322998046875, + 0.0360107421875, + 0.039306640625, + -0.01020050048828125, + -0.039154052734375, + 0.00862884521484375, + -0.0673828125, + 0.07830810546875, + -0.0019102096557617188, + 0.0030765533447265625, + 0.0247802734375, + -0.0206451416015625, + 0.0287322998046875, + 0.016510009765625, + 0.061126708984375, + -0.038330078125, + 0.056488037109375, + -0.0237884521484375, + -0.016937255859375, + 0.003612518310546875, + 0.028411865234375, + -0.0053253173828125, + 0.034515380859375, + -0.01412200927734375, + 0.07135009765625, + 0.01395416259765625, + -0.007266998291015625, + -0.045257568359375, + 0.020233154296875, + 0.0073089599609375, + 0.01412200927734375, + 0.0200653076171875, + -0.0360107421875, + -0.04046630859375, + 0.00937652587890625, + 0.0285797119140625, + 0.054840087890625, + -0.0096588134765625, + 0.01371002197265625, + 0.004024505615234375, + -0.0105743408203125, + 0.0035305023193359375, + -0.019073486328125 ], "metadata": { "domains": [ - "malware-analysis" + "incident-response", + "malware-analysis", + "static-investigations" ], "phases": [ "examination" ], "tags": [ - "sandbox", - "av-scan" + "command-line", + "string-search", + "binary-decode", + "triage", + "cross-platform", + "fast-scan", + "unicode-support", + "pattern-extraction", + "malware-triage", + "c2-discovery", + "password-finding", + "pipe-friendly" ], - "skillLevel": "beginner", + "skillLevel": "novice", + "type": "tool" + } + }, + { + "id": "tool_WiFi_Pineapple", + "type": "tool", + "name": "WiFi Pineapple", + "content": "wifi pineapple die hak5‑hardware liefert mit der patentierten pineap‑suite einen vollwertigen rogue‑access‑point: automatisches recon, handshake‑ und enterprise‑credential‑capture, gezielte client‑filterung sowie cloud c²‑fernsteuerung – alles per browser­basierter gui auf dem mark vii oder enterprise‑modell. :contentreference[oaicite:6]{index=6} rogue-ap wireless man-in-the-middle gui web-interface scenario:remote_access network-forensics incident-response data-collection analysis", + "embedding": [ + -0.021270751953125, + -0.006946563720703125, + 0.0186920166015625, + 0.0352783203125, + 0.0191650390625, + 0.0270233154296875, + 0.0182037353515625, + -0.006229400634765625, + -0.006610870361328125, + -0.0312347412109375, + -0.043121337890625, + 0.065185546875, + 0.0208892822265625, + -0.013031005859375, + -0.027984619140625, + 0.022430419921875, + -0.01216888427734375, + 0.006946563720703125, + 0.0186920166015625, + 0.0262603759765625, + -0.038909912109375, + -0.006805419921875, + -0.05596923828125, + 0.0012998580932617188, + 0.01456451416015625, + -0.0298919677734375, + -0.017059326171875, + -0.01898193359375, + -0.029510498046875, + -0.0119781494140625, + -0.01715087890625, + -0.0244293212890625, + 0.0201263427734375, + -0.0091552734375, + 0.00704193115234375, + -0.00023055076599121094, + -0.002635955810546875, + -0.033172607421875, + 0.00531768798828125, + 0.0298919677734375, + -0.0245361328125, + -0.0133209228515625, + -0.0058441162109375, + 0.0092010498046875, + -0.031829833984375, + -0.0223236083984375, + -0.01035308837890625, + 0.005245208740234375, + 0.023773193359375, + -0.01418304443359375, + 0.023956298828125, + 0.0379638671875, + 0.0139923095703125, + -0.01221466064453125, + -0.0015811920166015625, + -0.0030059814453125, + 0.006565093994140625, + -0.042938232421875, + -0.054443359375, + 0.05328369140625, + -0.03680419921875, + -0.03009033203125, + -0.0005660057067871094, + 0.00325775146484375, + -0.00809478759765625, + 0.0196380615234375, + 0.0113525390625, + -0.04791259765625, + -0.02471923828125, + 0.005126953125, + 0.0039520263671875, + -0.004505157470703125, + -0.008148193359375, + -0.0009822845458984375, + -0.049835205078125, + -0.033721923828125, + 0.041961669921875, + 0.006374359130859375, + 0.0291290283203125, + 0.0006499290466308594, + -0.04754638671875, + -0.01274871826171875, + 0.0369873046875, + -0.03717041015625, + -0.01580810546875, + 0.019744873046875, + 0.032958984375, + -0.0031871795654296875, + -0.004673004150390625, + 0.0168609619140625, + 0.02740478515625, + -0.0160064697265625, + 0.0216522216796875, + -0.046966552734375, + -0.0040740966796875, + 0.0200347900390625, + -0.0004131793975830078, + -0.0047454833984375, + -0.00714111328125, + 0.012359619140625, + -0.0102081298828125, + -0.003665924072265625, + 0.07550048828125, + 0.011260986328125, + 0.04754638671875, + -0.049072265625, + 0.0207061767578125, + -0.01983642578125, + -0.004047393798828125, + -0.00833892822265625, + -0.104248046875, + -0.01245880126953125, + 0.0115966796875, + -0.04656982421875, + -0.00972747802734375, + 0.017730712890625, + -0.0085296630859375, + 0.034881591796875, + -0.0548095703125, + -0.03009033203125, + 0.017059326171875, + 0.0142822265625, + -0.025299072265625, + -0.004192352294921875, + -0.07244873046875, + -0.06475830078125, + -0.00939178466796875, + 0.0369873046875, + -0.050201416015625, + -0.03948974609375, + -0.0302886962890625, + -0.00905609130859375, + -0.011260986328125, + 0.007808685302734375, + 0.006229400634765625, + -0.01763916015625, + 0.030853271484375, + 0.0126495361328125, + -0.0068511962890625, + -0.00498199462890625, + 0.01015472412109375, + -0.026641845703125, + -0.036407470703125, + -0.0243377685546875, + -0.048309326171875, + -0.0289459228515625, + -0.017059326171875, + 0.0218505859375, + -0.0182037353515625, + 0.006755828857421875, + -0.00876617431640625, + 0.0325927734375, + 0.05712890625, + -0.02117919921875, + 0.0191650390625, + -0.0682373046875, + -0.017059326171875, + -0.0229949951171875, + 0.0229034423828125, + -0.0029582977294921875, + -0.00543975830078125, + -0.01418304443359375, + -0.026641845703125, + -0.003162384033203125, + -0.044464111328125, + -0.03851318359375, + -0.03814697265625, + -0.03411865234375, + 0.00848388671875, + -0.006565093994140625, + 0.030670166015625, + -0.0251007080078125, + 0.03851318359375, + 0.06365966796875, + -0.01068878173828125, + 0.017822265625, + -0.0033054351806640625, + 0.007808685302734375, + 0.03680419921875, + 0.04119873046875, + -0.0142822265625, + -0.0256805419921875, + 0.0396728515625, + 0.00560760498046875, + 0.01111602783203125, + -0.014373779296875, + -0.05633544921875, + -0.00426483154296875, + -0.041412353515625, + 0.009490966796875, + -0.00943756103515625, + -0.0205078125, + -0.041015625, + -0.0019283294677734375, + 0.0223236083984375, + 0.063232421875, + 0.037750244140625, + -0.00018787384033203125, + 0.01245880126953125, + 0.00548553466796875, + 0.005870819091796875, + 0.062469482421875, + -0.0031375885009765625, + 0.05633544921875, + 0.017822265625, + 0.033721923828125, + 0.00514984130859375, + 0.050994873046875, + 0.0207061767578125, + -0.02606201171875, + -0.017822265625, + 0.0477294921875, + -0.02386474609375, + -0.0167694091796875, + -0.0249176025390625, + -0.0254974365234375, + 0.0165863037109375, + -0.01226806640625, + -0.01523590087890625, + 0.0021915435791015625, + 0.0256805419921875, + -0.033355712890625, + 0.01561737060546875, + 0.049835205078125, + -0.0229949951171875, + 0.02606201171875, + 0.0194549560546875, + -0.029327392578125, + 0.01380157470703125, + 0.060943603515625, + 0.0213775634765625, + 0.04119873046875, + 0.0228118896484375, + 0.027984619140625, + -0.0242462158203125, + 0.0027904510498046875, + 0.03582763671875, + 0.049835205078125, + 0.022613525390625, + 0.04254150390625, + -0.05059814453125, + 0.0517578125, + -0.018310546875, + 0.031829833984375, + 0.020599365234375, + 0.007236480712890625, + -0.0008802413940429688, + 0.019256591796875, + 0.050994873046875, + 0.0689697265625, + -0.095458984375, + 0.0205078125, + -0.062469482421875, + 0.005390167236328125, + -0.0762939453125, + -0.034881591796875, + -0.0105438232421875, + -0.043304443359375, + 0.04217529296875, + -0.0254974365234375, + -0.01010894775390625, + -0.0086212158203125, + 0.00594329833984375, + -0.033935546875, + 0.0574951171875, + 0.0020008087158203125, + -0.04254150390625, + 0.00308990478515625, + 0.02740478515625, + 0.00905609130859375, + -0.014373779296875, + -0.01514434814453125, + 0.045806884765625, + 0.0216522216796875, + 0.032196044921875, + -0.0272216796875, + 0.0256805419921875, + 0.05902099609375, + -0.0047454833984375, + 0.04351806640625, + -0.0180206298828125, + 0.00977325439453125, + -0.016387939453125, + 0.013031005859375, + -0.0477294921875, + -0.00598907470703125, + -0.0099639892578125, + -0.0191650390625, + -0.01715087890625, + -0.06939697265625, + -0.0027790069580078125, + 0.033355712890625, + 0.01447296142578125, + 0.034881591796875, + -0.0005183219909667969, + -0.02740478515625, + -0.004192352294921875, + -0.00457763671875, + 0.0310516357421875, + 0.039276123046875, + 0.059417724609375, + -0.028564453125, + 0.026641845703125, + 0.0249176025390625, + 0.002742767333984375, + -0.0276031494140625, + -0.03564453125, + 0.01284027099609375, + -0.0004611015319824219, + -0.06976318359375, + -0.0241546630859375, + -0.0037364959716796875, + -0.0012454986572265625, + 0.049072265625, + -0.0146636962890625, + -0.0108795166015625, + -0.02203369140625, + -0.06475830078125, + 0.02117919921875, + -0.04083251953125, + -0.021087646484375, + -0.0089111328125, + 0.06787109375, + 0.0166778564453125, + -0.0016527175903320312, + -0.019927978515625, + -0.00867462158203125, + -0.04541015625, + -0.0154266357421875, + -0.0270233154296875, + 0.0167694091796875, + -0.01035308837890625, + 0.032012939453125, + 0.0200347900390625, + 0.0228118896484375, + -0.006805419921875, + 0.043121337890625, + -0.0161895751953125, + 0.022613525390625, + -0.0277862548828125, + 0.016387939453125, + -0.0044097900390625, + 0.028564453125, + -0.021942138671875, + -0.028564453125, + -0.0180206298828125, + -0.0243377685546875, + 0.033721923828125, + 0.037750244140625, + 0.01342010498046875, + 0.0262603759765625, + -0.021270751953125, + 0.03582763671875, + 0.065185546875, + -0.0013179779052734375, + 0.0927734375, + -0.0088653564453125, + -0.059417724609375, + 0.0168609619140625, + 0.05712890625, + -0.01284027099609375, + 0.007236480712890625, + 0.036407470703125, + 0.02874755859375, + 0.00579833984375, + 0.032196044921875, + -0.025299072265625, + 0.029327392578125, + -0.01494598388671875, + -0.0245361328125, + 0.00457763671875, + 0.0036411285400390625, + -0.01212310791015625, + 0.0601806640625, + 0.023956298828125, + 0.0228118896484375, + 0.0521240234375, + -0.008575439453125, + -0.015716552734375, + -0.013702392578125, + -0.06134033203125, + 0.012359619140625, + 0.0396728515625, + 0.027984619140625, + 0.045623779296875, + -0.037750244140625, + -0.07012939453125, + 0.0165863037109375, + -0.055206298828125, + 0.08282470703125, + 0.0242462158203125, + 0.02252197265625, + 0.028564453125, + -0.03662109375, + -0.0167694091796875, + 0.006946563720703125, + -0.0147552490234375, + 0.0312347412109375, + 0.0716552734375, + 0.041412353515625, + 0.00939178466796875, + -0.022613525390625, + -0.00392913818359375, + 0.0040740966796875, + 0.0201263427734375, + 0.007236480712890625, + 0.03009033203125, + 0.0241546630859375, + 0.0517578125, + -0.039276123046875, + 0.041595458984375, + 0.0234832763671875, + -0.0228118896484375, + 0.006805419921875, + -0.0056304931640625, + -0.009246826171875, + -0.07513427734375, + 0.00943756103515625, + -0.0236663818359375, + 0.019073486328125, + 0.00011605024337768555, + 0.019073486328125, + -0.0494384765625, + -0.02203369140625, + 0.041778564453125, + -0.0548095703125, + -0.0012159347534179688, + 0.019256591796875, + -0.033172607421875, + 0.022705078125, + -0.0289459228515625, + -0.05712890625, + 0.0203094482421875, + -0.00699615478515625, + -0.043304443359375, + 0.0216522216796875, + 0.027984619140625, + -0.04217529296875, + -0.034881591796875, + -0.018585205078125, + 0.01494598388671875, + 0.00804901123046875, + -0.027984619140625, + 0.06744384765625, + -0.0223236083984375, + -0.0019283294677734375, + 0.0245361328125, + 0.0256805419921875, + 0.0003204345703125, + -0.0369873046875, + 0.0548095703125, + -0.01351165771484375, + -0.036041259765625, + 0.029327392578125, + 0.012939453125, + 0.0147552490234375, + -0.0291290283203125, + -0.012939453125, + -0.01322174072265625, + 0.0010900497436523438, + -0.0009522438049316406, + 0.0160064697265625, + -0.032379150390625, + -0.0277862548828125, + -0.0297088623046875, + 0.065185546875, + -0.00848388671875, + 0.0517578125, + -0.01068878173828125, + -0.043304443359375, + 0.006710052490234375, + -0.0291290283203125, + -0.00809478759765625, + -0.00409698486328125, + -0.00447845458984375, + -0.0440673828125, + 0.06402587890625, + 0.010589599609375, + -0.002742767333984375, + 0.0241546630859375, + 0.04754638671875, + -0.0115509033203125, + 0.0025997161865234375, + -0.052520751953125, + 0.023773193359375, + 0.00910186767578125, + -0.06707763671875, + -0.0113067626953125, + -0.00867462158203125, + 0.00460052490234375, + 0.0574951171875, + -0.048095703125, + -0.011260986328125, + -0.01447296142578125, + -0.07666015625, + -0.042938232421875, + -0.03662109375, + 0.006011962890625, + -0.048095703125, + 0.000598907470703125, + 0.006710052490234375, + -0.02874755859375, + 0.023101806640625, + 0.0006318092346191406, + 0.0268402099609375, + 0.005580902099609375, + -0.015716552734375, + -0.0160064697265625, + 0.040069580078125, + -0.0369873046875, + -0.0216522216796875, + 0.017730712890625, + 0.05633544921875, + -0.040435791015625, + 0.0115509033203125, + 0.01313018798828125, + -0.01039886474609375, + 0.01523590087890625, + -0.052886962890625, + 0.0037136077880859375, + -0.028167724609375, + -0.0477294921875, + -0.033935546875, + -0.022430419921875, + 0.006107330322265625, + 0.0302886962890625, + 0.00872039794921875, + 0.01580810546875, + 0.0251007080078125, + -0.0229034423828125, + 0.0312347412109375, + 0.00704193115234375, + -0.0169677734375, + 0.0297088623046875, + -0.0369873046875, + -0.0064697265625, + -0.0193634033203125, + 0.023284912109375, + -0.02471923828125, + -0.035064697265625, + -0.08856201171875, + 0.01202392578125, + -0.006565093994140625, + -0.0201263427734375, + -0.0655517578125, + -0.027984619140625, + -0.05633544921875, + 0.0013475418090820312, + 0.060943603515625, + 0.029327392578125, + -0.0037860870361328125, + -0.0126495361328125, + 0.012359619140625, + -0.038330078125, + -0.05328369140625, + 0.04351806640625, + -0.0207061767578125, + 0.0249176025390625, + -0.0160064697265625, + -0.03546142578125, + -0.007904052734375, + 0.01898193359375, + 0.014373779296875, + -0.0002875328063964844, + 0.0203094482421875, + -0.032196044921875, + 0.0175323486328125, + 0.00237274169921875, + 0.00481414794921875, + 0.010589599609375, + -0.0142822265625, + 0.0254974365234375, + -0.03948974609375, + -0.01078033447265625, + 0.0116424560546875, + 0.0186920166015625, + 0.0019893646240234375, + 0.0033054351806640625, + -0.0187835693359375, + 0.050994873046875, + 0.00838470458984375, + -0.00231170654296875, + -0.0229034423828125, + -0.0379638671875, + 0.0037136077880859375, + 0.005367279052734375, + 0.03277587890625, + 0.027984619140625, + -0.0006198883056640625, + -0.01255035400390625, + -0.00011676549911499023, + 0.07781982421875, + -0.018585205078125, + -0.032196044921875, + 0.00220489501953125, + -0.0031375885009765625, + 0.0139923095703125, + 0.06439208984375, + -0.0071868896484375, + 0.0762939453125, + 0.0240478515625, + -0.0031375885009765625, + 0.017730712890625, + 0.0467529296875, + 0.0174407958984375, + -0.0254974365234375, + -0.04620361328125, + 0.005413055419921875, + 0.018310546875, + -0.04388427734375, + -0.02740478515625, + 0.0030307769775390625, + 0.050201416015625, + -0.050201416015625, + -0.018310546875, + -0.00977325439453125, + 0.0058441162109375, + 0.00704193115234375, + 0.0277862548828125, + -0.0343017578125, + 0.0242462158203125, + -0.007572174072265625, + -0.051361083984375, + -0.034881591796875, + -0.037750244140625, + 0.0186920166015625, + 0.0440673828125, + 0.01514434814453125, + -0.0038814544677734375, + 0.0283660888671875, + 0.03009033203125, + 0.037567138671875, + -0.00548553466796875, + 0.0289459228515625, + 0.0186920166015625, + 0.01561737060546875, + 0.0244293212890625, + 0.09393310546875, + -0.0268402099609375, + -0.004169464111328125, + -0.006710052490234375, + -0.0020008087158203125, + 0.03717041015625, + 0.052520751953125, + -0.005916595458984375, + -0.0244293212890625, + -0.007572174072265625, + -0.0244293212890625, + 0.0277862548828125, + 0.00958251953125, + -0.001544952392578125, + -0.055206298828125, + -0.0379638671875, + 0.0262603759765625, + 0.01035308837890625, + 0.054443359375, + 0.01485443115234375, + -0.0223236083984375, + -0.017822265625, + 0.056732177734375, + -0.00548553466796875, + -0.0221405029296875, + 0.004119873046875, + -0.038330078125, + -0.02471923828125, + -0.00958251953125, + -0.00038623809814453125, + 0.07781982421875, + -0.017822265625, + -0.059783935546875, + 0.01514434814453125, + 0.0208892822265625, + -0.034881591796875, + -0.049835205078125, + -0.007762908935546875, + -0.0086212158203125, + -0.0042877197265625, + -0.05865478515625, + -0.023773193359375, + -0.03009033203125, + 0.0302886962890625, + -0.0316162109375, + -0.017242431640625, + 0.0112152099609375, + -0.0302886962890625, + -0.0241546630859375, + -0.00275421142578125, + -0.0276031494140625, + 0.0298919677734375, + -0.055572509765625, + 0.017730712890625, + 0.01245880126953125, + 0.0036411285400390625, + 0.0277862548828125, + 0.05712890625, + -0.00197601318359375, + -0.0182037353515625, + -0.0038814544677734375, + -0.04351806640625, + 0.00829315185546875, + -0.01351165771484375, + 0.0147552490234375, + -0.04217529296875, + 0.007472991943359375, + 0.04541015625, + -0.06365966796875, + 0.01111602783203125, + -0.0089569091796875, + 0.0001804828643798828, + -0.034698486328125, + -0.006900787353515625, + -0.01255035400390625, + 0.0031871795654296875, + 0.07208251953125, + 0.0102081298828125, + 0.0014858245849609375, + 0.021087646484375, + -0.0297088623046875, + 0.048675537109375, + 0.0142822265625, + 0.021270751953125, + -0.0175323486328125, + 0.0396728515625, + 0.0249176025390625, + -0.0207061767578125, + 0.02386474609375, + -0.0816650390625, + -0.021942138671875, + 0.00445556640625, + 0.011932373046875, + -0.00018787384033203125, + -0.032958984375, + -0.0302886962890625, + -0.01629638671875, + 0.002658843994140625, + 0.04083251953125, + 0.0165863037109375, + 0.004791259765625, + -0.02386474609375, + -0.033935546875, + -0.021087646484375, + -0.0291290283203125, + -0.047332763671875, + -0.052520751953125, + 0.0140838623046875, + -0.01207733154296875, + -0.040618896484375, + 0.02740478515625, + -0.00939178466796875, + -0.021942138671875, + 0.0291290283203125, + 0.05712890625, + -0.0254974365234375, + 0.011260986328125, + -0.0208892822265625, + 0.03717041015625, + 0.01447296142578125, + 0.011260986328125, + -0.00737762451171875, + 0.0193634033203125, + 0.0352783203125, + -0.05328369140625, + 0.03814697265625, + 0.01389312744140625, + -0.022705078125, + -0.06134033203125, + -0.03662109375, + -0.048309326171875, + 0.0302886962890625, + -0.0310516357421875, + 0.040252685546875, + 0.00699615478515625, + -0.01983642578125, + -0.090087890625, + 0.036224365234375, + -0.0215606689453125, + -0.00447845458984375, + -0.0028629302978515625, + -0.033538818359375, + -0.03546142578125, + -0.0494384765625, + -0.014373779296875, + 0.0086212158203125, + -0.00838470458984375, + 0.03985595703125, + 0.003665924072265625, + 0.00567626953125, + -0.006275177001953125, + -0.015716552734375, + 0.026641845703125, + 0.04083251953125, + 0.0118865966796875, + -0.04522705078125, + 0.059417724609375, + -0.045623779296875, + 0.002658843994140625, + -0.01140594482421875, + -0.01313018798828125, + 0.0352783203125, + -0.0291290283203125, + -0.00704193115234375, + 0.01552581787109375, + 0.032196044921875, + 0.01035308837890625, + -0.022430419921875, + 0.004886627197265625, + -0.044464111328125, + 0.006610870361328125, + -0.01049041748046875, + -0.042938232421875, + -0.006710052490234375, + 0.0018930435180664062, + -0.0165863037109375, + -0.023193359375, + -0.054046630859375, + -0.060577392578125, + 0.0098724365234375, + -0.0467529296875, + -0.01226806640625, + -0.002407073974609375, + -0.0147552490234375, + 0.0133209228515625, + -0.021759033203125, + 0.0574951171875, + 0.007904052734375, + -0.0142822265625, + -0.032012939453125, + -0.0133209228515625, + -0.045989990234375, + 0.03662109375, + 0.00666046142578125, + -0.03546142578125, + 0.029510498046875, + -0.032379150390625, + 0.0089569091796875, + -0.0154266357421875, + 0.02606201171875, + -0.02606201171875, + 0.0133209228515625, + -0.07745361328125, + -0.04351806640625, + 0.006374359130859375, + 0.033355712890625, + 0.0098724365234375, + -0.020599365234375, + 0.057891845703125, + -0.038726806640625, + -0.0689697265625, + 0.019256591796875, + -0.0203094482421875, + -0.0283660888671875, + 0.032958984375, + -0.011688232421875, + 0.0119781494140625, + 0.03009033203125, + 0.0052947998046875, + 0.004241943359375, + 0.0196380615234375, + 0.0202178955078125, + -0.01178741455078125, + -0.01274871826171875, + -0.00632476806640625, + 0.0207977294921875, + 0.01284027099609375, + 0.045989990234375, + -0.0202178955078125, + 0.0064697265625, + 0.035064697265625, + -0.07513427734375, + -0.007572174072265625, + -0.033172607421875, + -0.04083251953125, + -0.01149749755859375, + 0.05596923828125, + 0.0207977294921875, + 0.030853271484375, + 0.0188751220703125, + 0.04119873046875, + 0.005580902099609375, + -0.01039886474609375, + -0.01514434814453125, + -0.050994873046875, + -0.00905609130859375, + 0.01274871826171875, + 0.0264434814453125, + -0.0689697265625, + 0.04541015625, + 0.0732421875, + -0.03564453125, + -0.0207061767578125, + 0.01015472412109375, + -0.00632476806640625, + 0.0256805419921875, + 0.0297088623046875, + 0.022430419921875, + -0.05596923828125, + 0.0194549560546875, + 0.021942138671875, + 0.0119781494140625, + 0.0203094482421875, + -0.0019168853759765625, + -0.0023365020751953125, + 0.040618896484375, + -0.07745361328125, + -0.0153350830078125, + 0.013031005859375, + 0.07781982421875, + -0.0229949951171875, + -0.049072265625, + -0.01418304443359375, + 0.0245361328125, + 0.048675537109375, + -0.01068878173828125, + 0.0256805419921875, + -0.0047454833984375, + -0.0159149169921875, + 0.0277862548828125, + 0.0196380615234375, + -0.01145172119140625, + 0.0031871795654296875, + 0.0289459228515625, + -0.0218505859375, + 0.032196044921875, + -0.0126495361328125, + 0.034698486328125, + 0.01898193359375, + -0.01552581787109375, + -0.01523590087890625, + -0.0477294921875, + 0.0316162109375, + 0.017730712890625, + 0.0139923095703125, + -0.023956298828125, + -0.00714111328125, + -0.00565338134765625, + -0.01514434814453125, + 0.020599365234375, + -0.005077362060546875, + -0.0146636962890625, + 0.04351806640625, + 0.0203094482421875, + 0.00833892822265625, + 0.017822265625, + -0.040435791015625, + 0.03851318359375, + -0.0243377685546875, + -0.002407073974609375, + -0.07666015625, + -0.0058441162109375, + -0.0018205642700195312, + -0.031829833984375, + -0.0164794921875, + -0.046966552734375, + 0.005008697509765625, + 0.005390167236328125, + -0.04638671875, + 0.00809478759765625, + 0.054443359375, + -0.0352783203125, + 0.02471923828125, + 0.0078582763671875, + 0.020416259765625, + 0.029327392578125, + -0.07818603515625, + 0.073974609375, + 0.023773193359375, + 0.03985595703125, + 0.0174407958984375, + 0.0277862548828125, + 0.0440673828125, + -0.00023353099822998047, + -0.0268402099609375, + 0.007427215576171875, + -0.00934600830078125, + 0.047332763671875, + 0.0193634033203125, + 0.01552581787109375, + -0.038330078125, + 0.0216522216796875, + 0.03143310546875, + -0.055206298828125, + 0.0396728515625, + 0.01174163818359375, + 0.028564453125, + 0.005222320556640625, + 0.01849365234375, + -0.041778564453125, + -0.03411865234375, + 0.056732177734375, + 0.0012998580932617188, + -0.02874755859375, + 0.0147552490234375, + -0.060577392578125, + 0.0352783203125, + 0.030670166015625, + 0.05328369140625, + -0.04638671875, + 0.06475830078125, + 0.00910186767578125, + 0.007617950439453125, + -0.02587890625, + 0.01149749755859375, + -0.02203369140625, + 0.021759033203125, + -0.00905609130859375, + 0.0440673828125, + 0.0161895751953125, + -0.02117919921875, + -0.03814697265625, + 0.0004761219024658203, + 0.023956298828125, + 0.02252197265625, + 0.0264434814453125, + -0.032196044921875, + -0.0209808349609375, + -0.000009059906005859375, + 0.0245361328125, + 0.0601806640625, + 0.0055084228515625, + 0.038330078125, + 0.0126495361328125, + 0.011688232421875, + -0.017730712890625, + -0.01552581787109375 + ], + "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" } }, @@ -44326,2088 +79071,1043 @@ } }, { - "id": "tool_Elasticsearch", + "id": "tool_Neo4j", "type": "tool", - "name": "Elasticsearch", - "content": "elasticsearch die verteilte such- und analytics-engine bildet das herzstück moderner forensik-infrastrukturen durch near-real-time-indexierung von petabytes. lucene-basierte volltext-suche findet iocs in sekunden über millionen logs. die json-native architektur verarbeitet strukturierte und unstrukturierte daten gleichermäßen. besonders wertvoll: aggregations-framework erstellt komplexe timeline-analysen, geo-queries korrelieren events geografisch, machine-learning-features erkennen anomalien automatisch. horizontal- skalierung von single-node bis multi-datacenter-clusters. die restful-api integriert mit allen forensik-tools. ingest-pipelines normalisieren verschiedene log-formate. security-features (x-pack) bieten encryption und rbac für sensitive ermittlungen. snapshot-funktionen sichern forensische integrität. die index-lifecycle-management rotiert alte daten automatisch. basis für elk-stack (logstash, kibana) und siem-systeme. unverzichtbar für moderne socs und incident-response-teams. search big-data incident-response network-forensics analysis", + "name": "Neo4j", + "content": "neo4j die graph-datenbank transformiert komplexe beziehungsgeflechte in verständliche visualisierungen. cypher-query-language ermöglicht intuitive abfragen: \"match (person)-[:transferred_to]->(account) return *\". perfekt für fraud-rings, social-networks, geldwäsche-netzwerke und kommunikations-analysen. graph-algorithmen finden kürzeste pfade, communities und influencer. der visual-graph-explorer macht verborgene verbindungen sichtbar. import aus csv, json und relationalen datenbanken. die apoc-bibliothek bietet 450+ prozeduren für erweiterte analysen. bloom visualisiert für nicht-technische stakeholder. integration mit elasticsearch für volltext-suche. multi-datenbank für case-isolation. die community-edition (kostenlos) limitiert auf 1 user und 4 cpu-cores. skaliert auf große mengen von nodes und relationships. unverzichtbar für moderne financial-crime-investigations. 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.0154571533203125, - 0.0374755859375, - 0.0360107421875, - 0.01013946533203125, - 0.009185791015625, - 0.0241851806640625, - 0.0254669189453125, - -0.005252838134765625, - 0.00963592529296875, - -0.0164642333984375, - -0.022369384765625, - 0.03564453125, - 0.017913818359375, - -0.006591796875, - -0.049102783203125, - 0.046905517578125, - 0.00447845458984375, - 0.0228271484375, - 0.033447265625, - -0.00818634033203125, - -0.0030689239501953125, - -0.005046844482421875, - -0.0531005859375, - -0.0009489059448242188, - 0.01336669921875, - 0.0156402587890625, - -0.0052947998046875, - -0.0445556640625, - -0.002239227294921875, - 0.030181884765625, - 0.004138946533203125, - -0.0545654296875, - 0.01264190673828125, - 0.01763916015625, - -0.0158233642578125, - -0.0181884765625, - 0.006092071533203125, - -0.0538330078125, - -0.021270751953125, - 0.040374755859375, - 0.00009232759475708008, - 0.030181884765625, - 0.01727294921875, - -0.032928466796875, - -0.038909912109375, - -0.0538330078125, - -0.01190948486328125, - -0.018463134765625, - 0.0009431838989257812, - -0.0352783203125, - 0.0281829833984375, - 0.0160064697265625, - 0.005908966064453125, - -0.0006365776062011719, - -0.057098388671875, - 0.0088653564453125, - 0.0290985107421875, - -0.0196380615234375, - -0.048004150390625, - 0.0374755859375, - -0.0263671875, - -0.005615234375, - -0.0153656005859375, - 0.0007843971252441406, - 0.0084075927734375, - 0.0274658203125, - -0.005908966064453125, - -0.01436614990234375, - 0.025634765625, - -0.0155487060546875, - 0.0189056396484375, - -0.008819580078125, - -0.0164642333984375, - 0.042724609375, - 0.003749847412109375, - -0.03472900390625, - 0.0189056396484375, - 0.01837158203125, - -0.00577545166015625, - 0.0018749237060546875, - -0.0281829833984375, - 0.016632080078125, - 0.044189453125, - -0.0008525848388671875, - -0.04400634765625, - -0.0208282470703125, - 0.0210113525390625, - 0.00981903076171875, - -0.030731201171875, - 0.0029315948486328125, - 0.007137298583984375, - -0.00995635986328125, - 0.01837158203125, - -0.0163726806640625, - 0.052001953125, - 0.067626953125, - -0.032562255859375, - -0.02691650390625, - -0.0194549560546875, - 0.04290771484375, - 0.0167236328125, - -0.03564453125, - 0.0701904296875, - -0.00823211669921875, - 0.042724609375, - -0.0252838134765625, - -0.00981903076171875, - -0.052734375, - 0.011322021484375, - -0.0156402587890625, - -0.09967041015625, - -0.0290985107421875, - -0.0197296142578125, - -0.0430908203125, - 0.0090484619140625, - 0.0014657974243164062, - -0.0196380615234375, - 0.047271728515625, - -0.041656494140625, - -0.0552978515625, - 0.0201873779296875, - 0.0283660888671875, - 0.00749969482421875, - 0.0251007080078125, - -0.039825439453125, - -0.04510498046875, - -0.003772735595703125, - 0.007045745849609375, - -0.04437255859375, - -0.0279998779296875, - -0.008636474609375, - -0.0205535888671875, - -0.0151824951171875, - -0.030548095703125, - -0.006500244140625, - -0.03546142578125, - 0.040740966796875, - 0.004749298095703125, - -0.0149993896484375, - 0.023193359375, - 0.038360595703125, - -0.0238189697265625, - -0.06439208984375, - 0.00331878662109375, - -0.032196044921875, - -0.0294647216796875, - -0.02691650390625, - 0.0545654296875, - -0.03582763671875, - -0.004047393798828125, - -0.01236724853515625, - 0.0260009765625, - 0.048004150390625, - 0.0112762451171875, - 0.0192718505859375, - -0.048736572265625, - -0.0087738037109375, - -0.0042724609375, - 0.039093017578125, - -0.0022735595703125, - 0.00046324729919433594, - 0.03729248046875, - -0.0031147003173828125, - 0.01491546630859375, - -0.0064544677734375, - -0.0029544830322265625, - -0.03692626953125, - 0.037994384765625, - 0.01491546630859375, - -0.00823211669921875, - 0.0005283355712890625, - -0.007457733154296875, - 0.052001953125, - 0.0687255859375, - -0.01209259033203125, - 0.01454925537109375, - -0.00791168212890625, - -0.0189971923828125, - 0.0367431640625, - 0.042022705078125, - -0.001682281494140625, - -0.0161895751953125, - 0.050201416015625, - -0.01004791259765625, - 0.010589599609375, - -0.009368896484375, - -0.0294647216796875, - -0.0083160400390625, - -0.031280517578125, - 0.0105438232421875, - -0.0274658203125, - -0.01427459716796875, - -0.007457733154296875, - 0.033447265625, - 0.0208282470703125, - 0.048370361328125, - 0.005001068115234375, - -0.0238189697265625, - 0.0238189697265625, - 0.0018415451049804688, - 0.00452423095703125, - 0.0289154052734375, - -0.0032501220703125, - 0.0238189697265625, - 0.0109100341796875, - 0.0160980224609375, - 0.01690673828125, - 0.052001953125, - 0.0240020751953125, - -0.0249176025390625, - -0.01264190673828125, - 0.07672119140625, - 0.002262115478515625, - -0.0198211669921875, - -0.0352783203125, - -0.01727294921875, - 0.022003173828125, - -0.0430908203125, - 0.0109100341796875, - 0.003978729248046875, - -0.0267333984375, - -0.067626953125, - -0.01023101806640625, - 0.030181884765625, - -0.0247344970703125, - 0.038726806640625, - 0.031463623046875, - -0.0030231475830078125, - 0.0010290145874023438, - 0.01727294921875, - 0.0367431640625, - 0.04620361328125, - -0.017730712890625, - 0.0035915374755859375, - -0.004886627197265625, - -0.0057525634765625, - 0.032562255859375, - 0.0289154052734375, - -0.00084686279296875, - 0.0155487060546875, - -0.00959014892578125, - 0.0150909423828125, - -0.0198211669921875, - 0.030731201171875, - 0.030364990234375, - -0.0247344970703125, - 0.0007557868957519531, - 0.00823211669921875, - 0.03692626953125, - 0.048370361328125, - -0.034912109375, - 0.005207061767578125, - -0.06036376953125, - -0.00782012939453125, - -0.08221435546875, - -0.0531005859375, - -0.04437255859375, - -0.0552978515625, - 0.0423583984375, - -0.0245513916015625, - -0.0228271484375, - 0.0083160400390625, - 0.005954742431640625, - 0.021270751953125, - 0.01163482666015625, - 0.013458251953125, - -0.025634765625, - 0.00345611572265625, - 0.09307861328125, - -0.0085906982421875, - 0.0034332275390625, - 0.0254669189453125, - 0.01190948486328125, - 0.006183624267578125, - 0.0007901191711425781, - -0.030364990234375, - -0.0020694732666015625, - 0.0156402587890625, - 0.040557861328125, - 0.018646240234375, - -0.0005598068237304688, - 0.0234527587890625, - 0.0045928955078125, - 0.04400634765625, - -0.032745361328125, - 0.0249176025390625, - -0.0023746490478515625, - 0.01473236083984375, - 0.0108642578125, - -0.052734375, - 0.007183074951171875, - 0.02691650390625, - 0.02691650390625, - 0.01023101806640625, - -0.0055694580078125, - -0.02728271484375, - 0.0243682861328125, - -0.00759124755859375, - 0.0026035308837890625, - 0.0208282470703125, - 0.05419921875, - -0.0112762451171875, - -0.0037059783935546875, - -0.003932952880859375, - 0.0192718505859375, - -0.04290771484375, - -0.03546142578125, - -0.03509521484375, - -0.01491546630859375, - -0.057098388671875, - -0.00211334228515625, - 0.0245513916015625, - -0.027099609375, - 0.0296478271484375, - -0.0254669189453125, - 0.005863189697265625, - -0.0135498046875, - -0.056365966796875, - 0.01041412353515625, - -0.04437255859375, - -0.07781982421875, - -0.030181884765625, - 0.059295654296875, - 0.0155487060546875, - 0.0089111328125, - -0.0089569091796875, - 0.00264739990234375, - -0.032928466796875, - 0.00420379638671875, - -0.030181884765625, - 0.057830810546875, - -0.0181884765625, - 0.03399658203125, - 0.039459228515625, - 0.01123046875, - 0.01763916015625, - 0.044189453125, - 0.0150909423828125, - -0.01445770263671875, - -0.0090484619140625, - 0.0035915374755859375, - -0.01104736328125, - 0.0197296142578125, - -0.039642333984375, - -0.01873779296875, - 0.022003173828125, - -0.01708984375, - 0.0234527587890625, - 0.0108184814453125, - 0.032745361328125, - 0.0290985107421875, - -0.037811279296875, - 0.031097412109375, - 0.06622314453125, - 0.0025119781494140625, - 0.1025390625, - -0.00782012939453125, - -0.04638671875, - -0.004749298095703125, - 0.0234527587890625, - -0.0287322998046875, - 0.01690673828125, - 0.044921875, - 0.01482391357421875, - 0.0089569091796875, - 0.017822265625, - -0.007091522216796875, - 0.03326416015625, - -0.0193634033203125, - -0.00545501708984375, - 0.0162811279296875, - -0.007045745849609375, - 0.0236358642578125, - 0.040008544921875, - 0.0254669189453125, - -0.001323699951171875, - 0.056732177734375, - -0.017822265625, - -0.021636962890625, - -0.0716552734375, - -0.0738525390625, - 0.04473876953125, - 0.02764892578125, - 0.0043182373046875, - 0.06292724609375, - -0.041290283203125, - -0.07708740234375, - 0.0201873779296875, - -0.006500244140625, - 0.07421875, - 0.040008544921875, - 0.02264404296875, - 0.047637939453125, - -0.01708984375, - -0.0037288665771484375, - 0.032928466796875, - -0.004749298095703125, - 0.018096923828125, - 0.055633544921875, - 0.0352783203125, - 0.02764892578125, - -0.006000518798828125, - 0.006046295166015625, - 0.0194549560546875, - 0.016998291015625, - -0.0165557861328125, - 0.0292816162109375, - 0.0128173828125, - 0.031463623046875, - -0.00754547119140625, - 0.050933837890625, - 0.0430908203125, - -0.033447265625, - 0.039093017578125, - -0.007045745849609375, - 0.009185791015625, - -0.06072998046875, - 0.0090484619140625, - -0.0194549560546875, - 0.0195465087890625, - 0.040008544921875, - 0.030181884765625, - -0.044189453125, - 0.00791168212890625, - 0.06475830078125, - -0.074951171875, - 0.03656005859375, - 0.02264404296875, - -0.02691650390625, - -0.00818634033203125, - -0.0206451416015625, - -0.0274658203125, - 0.0338134765625, - -0.038360595703125, - -0.0245513916015625, - 0.0252838134765625, - 0.0243682861328125, - -0.050201416015625, - -0.034912109375, - -0.02191162109375, - -0.02618408203125, - -0.0165557861328125, - -0.0069122314453125, - 0.030914306640625, - -0.0057525634765625, - -0.0193634033203125, - 0.021820068359375, - 0.03436279296875, - -0.004024505615234375, - -0.0298309326171875, - 0.06549072265625, - 0.0011539459228515625, - -0.047637939453125, - 0.0243682861328125, - 0.0054779052734375, - 0.0189971923828125, - -0.0285491943359375, - -0.009185791015625, - -0.01436614990234375, - 0.0207366943359375, - 0.01104736328125, - 0.0017843246459960938, - -0.048736572265625, - -0.0452880859375, - -0.04400634765625, - 0.0345458984375, - -0.00457000732421875, - 0.0197296142578125, - -0.0036602020263671875, - -0.044921875, - 0.0263671875, - -0.06182861328125, - -0.04290771484375, - -0.0298309326171875, - 0.0296478271484375, - -0.0341796875, - 0.04620361328125, - -0.004116058349609375, - -0.0149993896484375, - -0.0345458984375, - 0.050933837890625, - 0.0251007080078125, - -0.01482391357421875, - -0.044921875, - 0.046539306640625, - 0.058929443359375, - -0.046905517578125, - -0.01482391357421875, - 0.0035457611083984375, - 0.0254669189453125, - 0.06402587890625, - -0.06549072265625, - -0.0224609375, - 0.01141357421875, - -0.06622314453125, - -0.0285491943359375, - -0.040557861328125, - -0.0267333984375, - -0.049835205078125, - 0.0157318115234375, - 0.05999755859375, - -0.007228851318359375, - 0.041656494140625, - -0.0030689239501953125, - 0.001438140869140625, - 0.032562255859375, - 0.0160980224609375, - -0.021636962890625, - 0.032196044921875, - -0.046905517578125, - -0.022735595703125, - -0.01336669921875, - 0.053466796875, - -0.022369384765625, - -0.004180908203125, - 0.0012788772583007812, - -0.0245513916015625, - 0.052734375, - -0.0241851806640625, - 0.018646240234375, - -0.02264404296875, - -0.0067291259765625, - -0.006366729736328125, - -0.03692626953125, - -0.00677490234375, - 0.0241851806640625, - -0.003818511962890625, - 0.01454925537109375, - 0.04638671875, - -0.055999755859375, - 0.016815185546875, - 0.01708984375, - -0.00331878662109375, - -0.002716064453125, - -0.01300048828125, - -0.00287628173828125, - -0.0263671875, - 0.01390838623046875, - -0.009185791015625, - -0.0352783203125, - -0.0731201171875, - 0.01763916015625, - 0.0005769729614257812, - -0.007091522216796875, - -0.0298309326171875, - -0.04327392578125, - -0.053466796875, - -0.039642333984375, - 0.049468994140625, - 0.004001617431640625, - 0.01023101806640625, - -0.030731201171875, - -0.0445556640625, - -0.005001068115234375, - -0.0149993896484375, - 0.038726806640625, - -0.00791168212890625, - 0.0005002021789550781, - -0.002353668212890625, - -0.057830810546875, - 0.010772705078125, - 0.0163726806640625, - 0.0252838134765625, - 0.037109375, - 0.013824462890625, - -0.0281829833984375, - 0.01436614990234375, - -0.01436614990234375, - -0.01255035400390625, - 0.0068206787109375, - -0.02581787109375, - 0.0285491943359375, - -0.033447265625, - -0.0021820068359375, - 0.0193634033203125, - 0.02117919921875, - 0.041107177734375, - 0.0068206787109375, - -0.009368896484375, - 0.02227783203125, - 0.006000518798828125, - 0.056732177734375, - -0.032928466796875, - -0.041656494140625, - 0.004726409912109375, - -0.0198211669921875, - 0.042724609375, - 0.04583740234375, - -0.00818634033203125, - -0.0267333984375, - 0.01708984375, - 0.0203704833984375, - -0.0234527587890625, - -0.030548095703125, - -0.03326416015625, - 0.01227569580078125, - 0.0198211669921875, - 0.068359375, - 0.01873779296875, - 0.059661865234375, - 0.0008182525634765625, - 0.0224609375, - 0.01690673828125, - 0.06292724609375, - 0.01036834716796875, - -0.0252838134765625, - -0.046539306640625, - -0.00749969482421875, - 0.0185546875, - -0.041656494140625, - -0.03729248046875, - -0.0154571533203125, - 0.0545654296875, - -0.0665283203125, - -0.0003139972686767578, - -0.00429534912109375, - 0.0110931396484375, - -0.0006165504455566406, - 0.000690460205078125, - -0.00949859619140625, - 0.01036834716796875, - 0.004840850830078125, - -0.03472900390625, - 0.00827789306640625, - -0.01464080810546875, - -0.0005540847778320312, - 0.0352783203125, - 0.0151824951171875, - 0.0092315673828125, - 0.0189056396484375, - 0.0149993896484375, - 0.0241851806640625, - 0.032928466796875, - 0.031829833984375, - 0.0158233642578125, - 0.038909912109375, - 0.0128173828125, - 0.06689453125, - -0.0160980224609375, - -0.013824462890625, - 0.0112762451171875, - 0.04290771484375, - 0.0238189697265625, - 0.048736572265625, - -0.013458251953125, - 0.0159149169921875, - 0.002899169921875, - -0.0236358642578125, - 0.00677490234375, - 0.008453369140625, - 0.001056671142578125, - -0.03564453125, - -0.06292724609375, - 0.0224609375, - -0.030914306640625, - 0.040924072265625, - -0.00823211669921875, - -0.022552490234375, - -0.0112762451171875, - 0.038909912109375, - -0.034912109375, - -0.048370361328125, - 0.0165557861328125, - 0.00220489501953125, - -0.038177490234375, - -0.01482391357421875, - -0.01491546630859375, - 0.017364501953125, - -0.0036144256591796875, - -0.06622314453125, - -0.00447845458984375, - 0.039825439453125, - -0.010955810546875, - -0.0516357421875, - -0.006229400634765625, - 0.0281829833984375, - -0.016998291015625, - -0.0260009765625, - -0.0438232421875, - -0.032928466796875, - -0.00768280029296875, - -0.03619384765625, - 0.01436614990234375, - -0.006683349609375, - -0.01373291015625, - -0.00754547119140625, - -0.01050567626953125, - -0.004180908203125, - 0.02154541015625, - -0.0251007080078125, - 0.022369384765625, - 0.02264404296875, - 0.0158233642578125, - 0.005207061767578125, - 0.057098388671875, - 0.009002685546875, - 0.01336669921875, - -0.017730712890625, - -0.045654296875, - -0.00331878662109375, - -0.0028533935546875, - -0.002841949462890625, - -0.067626953125, - -0.004955291748046875, - 0.0552978515625, - -0.0709228515625, - 0.01163482666015625, - 0.004047393798828125, - -0.0029544830322265625, - -0.06109619140625, - -0.00991058349609375, - -0.0012502670288085938, - 0.01163482666015625, - 0.10040283203125, - -0.017822265625, - 0.0135498046875, - 0.0018529891967773438, - -0.038360595703125, - 0.06292724609375, - 0.01763916015625, - 0.0108184814453125, - -0.037994384765625, - 0.0267333984375, - 0.01245880126953125, - -0.032379150390625, - 0.022918701171875, - -0.07781982421875, - -0.01018524169921875, - 0.01708984375, - 0.013092041015625, - -0.017181396484375, - -0.0020465850830078125, - -0.058929443359375, - -0.038360595703125, - -0.032012939453125, - 0.037109375, - 0.0174560546875, - 0.0162811279296875, - -0.04364013671875, - 0.007137298583984375, - -0.00927734375, - -0.057464599609375, - -0.041473388671875, - -0.02618408203125, - 0.0115509033203125, - 0.02301025390625, - -0.0665283203125, - 0.0247344970703125, - 0.005908966064453125, - 0.03326416015625, - 0.031097412109375, - 0.06256103515625, - -0.0360107421875, - -0.0201873779296875, - 0.029998779296875, - 0.02728271484375, - -0.0135498046875, - 0.00981903076171875, - 0.003887176513671875, - 0.030364990234375, - 0.031829833984375, - -0.032928466796875, - 0.04345703125, - 0.0352783203125, - -0.040008544921875, - -0.0672607421875, - -0.032562255859375, - -0.03326416015625, - 0.06512451171875, - -0.0024547576904296875, - 0.02655029296875, - -0.0156402587890625, - -0.007045745849609375, - -0.0902099609375, - 0.0240020751953125, - -0.0234527587890625, - 0.0552978515625, - 0.018463134765625, - -0.031646728515625, - -0.049102783203125, - -0.021636962890625, - -0.01390838623046875, - 0.0203704833984375, - -0.03399658203125, - 0.0249176025390625, - 0.00954437255859375, - -0.00777435302734375, - 0.005046844482421875, - 0.0015687942504882812, - 0.00559234619140625, - 0.048736572265625, - -0.0006818771362304688, - -0.049468994140625, - 0.04364013671875, - -0.03509521484375, - 0.00768280029296875, - 0.0029544830322265625, - 0.004978179931640625, - -0.01190948486328125, - -0.01482391357421875, - -0.0196380615234375, - -0.0162811279296875, - 0.0279998779296875, - 0.0238189697265625, - -0.006500244140625, - 0.01445770263671875, - 0.00809478759765625, - 0.032196044921875, - 0.0191802978515625, - -0.0093231201171875, - 0.01172637939453125, - 0.00527191162109375, - -0.031280517578125, - -0.01399993896484375, - -0.06219482421875, - -0.0712890625, - 0.00782012939453125, - -0.052734375, - -0.01004791259765625, - 0.007457733154296875, - 0.0552978515625, - 0.021270751953125, - -0.0279998779296875, - 0.0238189697265625, - -0.0197296142578125, - 0.002124786376953125, - -0.04345703125, - 0.0013866424560546875, - -0.018829345703125, - 0.050201416015625, - -0.018463134765625, - -0.037811279296875, - 0.02728271484375, - -0.0113677978515625, - -0.0068206787109375, - -0.0234527587890625, - -0.0201873779296875, - -0.0338134765625, - 0.0234527587890625, - -0.0716552734375, - -0.005184173583984375, - 0.01763916015625, - 0.057098388671875, - 0.0190887451171875, - -0.03363037109375, - 0.06256103515625, - -0.0238189697265625, - -0.047271728515625, - 0.00836181640625, - -0.0068206787109375, - -0.018463134765625, - -0.00927734375, - -0.00963592529296875, - 0.0234527587890625, - -0.01491546630859375, - 0.0287322998046875, - 0.04364013671875, - 0.052734375, - 0.01373291015625, - -0.025634765625, - -0.0243682861328125, - -0.017181396484375, - 0.0209197998046875, - 0.03765869140625, - 0.0086822509765625, - -0.004364013671875, - 0.0283660888671875, - -0.0197296142578125, - -0.090576171875, - -0.0199127197265625, - -0.03564453125, - -0.055999755859375, - -0.011322021484375, - 0.06689453125, - 0.0367431640625, - -0.0105438232421875, - 0.0289154052734375, - 0.039642333984375, - 0.034912109375, - -0.00568389892578125, - 0.00981903076171875, - -0.06402587890625, - -0.004180908203125, - 0.0224609375, - 0.02581787109375, - -0.049102783203125, - 0.039642333984375, - 0.06475830078125, - -0.0154571533203125, - -0.004116058349609375, - 0.0042724609375, - -0.00954437255859375, - 0.0338134765625, - 0.0010175704956054688, - 0.013824462890625, - -0.047637939453125, - 0.0195465087890625, - 0.0287322998046875, - 0.007091522216796875, - 0.004863739013671875, - -0.0045928955078125, - -0.032562255859375, - 0.046539306640625, - -0.05126953125, - -0.0290985107421875, - -0.013458251953125, - 0.0701904296875, - 0.0162811279296875, - -0.034912109375, - -0.00763702392578125, - 0.04473876953125, - 0.02764892578125, - -0.013092041015625, - -0.0115966796875, - 0.0243682861328125, - 0.006999969482421875, - 0.02154541015625, - 0.041107177734375, - 0.032928466796875, - 0.06585693359375, - 0.031463623046875, - -0.05126953125, - 0.0192718505859375, - 0.005340576171875, - -0.00959014892578125, - -0.006591796875, - -0.031829833984375, - -0.00959014892578125, - -0.048370361328125, - 0.0287322998046875, - 0.0241851806640625, - 0.031463623046875, - 0.030181884765625, - -0.00809478759765625, - -0.021636962890625, - -0.003955841064453125, - 0.0220947265625, - 0.057464599609375, - 0.034912109375, - -0.00791168212890625, - 0.0205535888671875, - -0.00452423095703125, - 0.00963592529296875, - -0.01273345947265625, - 0.0236358642578125, - -0.042724609375, - 0.013092041015625, - -0.041290283203125, - -0.008544921875, - -0.004180908203125, - -0.01690673828125, - -0.0165557861328125, - -0.0015344619750976562, - 0.0084075927734375, - -0.0296478271484375, - -0.039093017578125, - -0.002262115478515625, - 0.030914306640625, - -0.0438232421875, - 0.0245513916015625, - 0.01800537109375, - -0.025634765625, - 0.003204345703125, - -0.01427459716796875, - 0.06402587890625, - 0.0292816162109375, - 0.03692626953125, - -0.0263671875, - 0.007457733154296875, - 0.040924072265625, - 0.0036144256591796875, - 0.01373291015625, - 0.0201873779296875, - -0.02618408203125, - 0.031829833984375, - 0.0545654296875, - 0.005817413330078125, - -0.0251007080078125, - 0.0243682861328125, - 0.02264404296875, - -0.037811279296875, - 0.06182861328125, - -0.00234222412109375, - 0.012908935546875, - 0.006092071533203125, - 0.0220947265625, - -0.017181396484375, - -0.048004150390625, - 0.053466796875, - 0.0287322998046875, - -0.01209259033203125, - 0.013458251953125, - -0.0374755859375, - 0.0452880859375, - 0.01264190673828125, - 0.074951171875, - -0.0274658203125, - 0.04437255859375, - -0.0160064697265625, - 0.0251007080078125, - -0.012908935546875, - -0.006137847900390625, - -0.0199127197265625, - 0.022369384765625, - -0.02691650390625, - 0.046539306640625, - 0.022186279296875, - -0.0012331008911132812, - -0.050933837890625, - 0.0024318695068359375, - 0.008544921875, - 0.003204345703125, - 0.06146240234375, - -0.049102783203125, - -0.0196380615234375, - 0.0203704833984375, - 0.06549072265625, - 0.06109619140625, - -0.03326416015625, - 0.0294647216796875, - 0.0032501220703125, - -0.01837158203125, - 0.0013637542724609375, - -0.032562255859375 - ], - "metadata": { - "domains": [ - "incident-response", - "network-forensics" - ], - "phases": [ - "analysis" - ], - "tags": [ - "search", - "big-data" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Chainalysis", - "type": "tool", - "name": "Chainalysis", - "content": "chainalysis die blockchain-intelligence-plattform ist wohlbekannt in krypto-forensik mit einer der größten attribution-datenbank weltweit. clustering-algorithmen identifizieren millionen von services: exchanges, darknet-märkte, mixer, ransomware-wallets, scams. reactor visualisiert transaktionsflüsse mit automatischer risikobewertung. kyt (know your transaction) für echtzeit- compliance. sanctions screening gegen ofac und internationale listen. der investigation-workflow traced funds durch mixer und tumblers. intelligente alerts bei verdächtigen bewegungen. court-ready reports mit blockchain-beweiskette. die api integriert in bestehende case- management-systeme. unterstützt bitcoin, ethereum, und 100+ andere blockchains. trainings und zertifizierungen für ermittler. die lizenzkosten (sechsstellig) und us-zentrierung 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.006839752197265625, - 0.0275726318359375, - 0.0275726318359375, - -0.005466461181640625, - 0.0286102294921875, - 0.0275726318359375, - 0.0286102294921875, - -0.00823974609375, - -0.0029659271240234375, - -0.0043792724609375, - -0.036468505859375, - 0.048095703125, - 0.01103973388671875, - 0.021240234375, - -0.060943603515625, - 0.037109375, - -0.0003578662872314453, - 0.031707763671875, - 0.0091705322265625, - 0.005985260009765625, - -0.00855255126953125, - -0.02166748046875, - -0.0323486328125, - -0.00004273653030395508, - 0.026214599609375, - 0.0281829833984375, - -0.0218658447265625, - -0.04290771484375, - -0.00829315185546875, - -0.0079803466796875, - -0.00391387939453125, - -0.0239410400390625, - -0.02301025390625, - 0.00098419189453125, - -0.0096893310546875, - -0.004974365234375, - 0.0029277801513671875, - -0.04248046875, - 0.0015869140625, - 0.01160430908203125, - -0.0260162353515625, - -0.0026950836181640625, - -0.004146575927734375, - 0.0012569427490234375, - -0.0296478271484375, - -0.060516357421875, - -0.01119232177734375, - -0.019073486328125, - 0.01751708984375, - -0.01171112060546875, - 0.0108795166015625, - 0.029022216796875, - 0.0184478759765625, - -0.005336761474609375, - -0.0439453125, - 0.021453857421875, - 0.0181427001953125, - -0.060943603515625, - -0.0543212890625, - 0.035430908203125, - -0.03607177734375, - 0.01202392578125, - 0.0032520294189453125, - 0.0117645263671875, - 0.00933074951171875, - 0.043121337890625, - -0.023529052734375, - -0.031097412109375, - -0.0054168701171875, - -0.004119873046875, - 0.0168914794921875, - 0.01233673095703125, - -0.01959228515625, - 0.035430908203125, - -0.031494140625, - -0.0198974609375, - 0.0160675048828125, - 0.038543701171875, - 0.0001684427261352539, - 0.00432586669921875, - -0.0155487060546875, - 0.0025787353515625, - 0.049530029296875, - -0.0273590087890625, - -0.023529052734375, - -0.0150299072265625, - 0.01233673095703125, - 0.02716064453125, - -0.007617950439453125, - -0.0234222412109375, - 0.021240234375, - 0.0084991455078125, - 0.032745361328125, - -0.001800537109375, - 0.06591796875, - 0.06591796875, - -0.02880859375, - -0.02166748046875, - -0.0242462158203125, - 0.043731689453125, - 0.01222991943359375, - -0.0229034423828125, - 0.043121337890625, - -0.01129913330078125, - 0.05389404296875, - -0.0185546875, - 0.029022216796875, - -0.0184478759765625, - -0.01026153564453125, - -0.053466796875, - -0.08416748046875, - -0.05224609375, - -0.016693115234375, - -0.053466796875, - 0.00021696090698242188, - 0.01367950439453125, - -0.02777099609375, - 0.02777099609375, - -0.056365966796875, - -0.0247650146484375, - 0.0171051025390625, - 0.0110931396484375, - 0.005802154541015625, - 0.02716064453125, - -0.0252838134765625, - -0.06427001953125, - 0.0205230712890625, - 0.044769287109375, - -0.03399658203125, - -0.0323486328125, - -0.0108795166015625, - -0.00011980533599853516, - 0.00209808349609375, - -0.01212310791015625, - 0.00859832763671875, - -0.005649566650390625, - 0.04022216796875, - -0.0233154296875, - -0.006320953369140625, - 0.01751708984375, - 0.0286102294921875, - -0.035858154296875, - -0.049346923828125, - 0.004352569580078125, - -0.039794921875, - -0.0100555419921875, - 0.000965118408203125, - 0.05120849609375, - -0.038543701171875, - 0.016265869140625, - -0.003757476806640625, - 0.01316070556640625, - 0.05224609375, - -0.00528717041015625, - 0.01015472412109375, - -0.024871826171875, - 0.0189666748046875, - -0.005672454833984375, - 0.0236358642578125, - 0.00484466552734375, - 0.0007805824279785156, - 0.0247650146484375, - 0.01482391357421875, - 0.0460205078125, - -0.021453857421875, - -0.03399658203125, - -0.042694091796875, - 0.0155487060546875, - 0.0182342529296875, - -0.0179290771484375, - 0.00948333740234375, - 0.004741668701171875, - 0.0487060546875, - 0.08953857421875, - -0.009429931640625, - 0.01471710205078125, - 0.01031494140625, - -0.0187530517578125, - 0.0286102294921875, - 0.03668212890625, - 0.00933074951171875, - -0.0018787384033203125, - 0.05389404296875, - 0.00859832763671875, - 0.0273590087890625, - 0.00595855712890625, - -0.046844482421875, - 0.0001481771469116211, - -0.02716064453125, - 0.01336669921875, - -0.0308837890625, - -0.042083740234375, - -0.01119232177734375, - 0.0294342041015625, - 0.0150299072265625, - 0.07672119140625, - 0.02435302734375, - -0.01336669921875, - 0.030059814453125, - 0.0150299072265625, - -0.00018298625946044922, - 0.0018787384033203125, - 0.009796142578125, - 0.0281829833984375, - 0.02716064453125, - 0.0218658447265625, - 0.00673675537109375, - 0.020111083984375, - 0.01300811767578125, - -0.01482391357421875, - -0.01367950439453125, - 0.040008544921875, - -0.027984619140625, - -0.00922393798828125, - -0.032745361328125, - -0.045196533203125, - -0.01959228515625, - -0.0125885009765625, - -0.0019817352294921875, - 0.0014896392822265625, - -0.00777435302734375, - -0.04498291015625, - -0.012542724609375, - 0.026123046875, - -0.03460693359375, - 0.03399658203125, - 0.01186370849609375, - -0.021453857421875, - 0.01430511474609375, - 0.0292205810546875, - 0.03399658203125, - 0.00989532470703125, - -0.0015935897827148438, - -0.0025386810302734375, - -0.0100555419921875, - -0.0018787384033203125, - 0.035247802734375, - 0.0692138671875, - 0.00640106201171875, - -0.006633758544921875, - -0.01523590087890625, - 0.026214599609375, - -0.0244598388671875, - 0.045196533203125, - 0.039398193359375, - -0.01544189453125, - -0.017303466796875, - -0.00859832763671875, - 0.0108795166015625, - 0.04229736328125, - -0.052032470703125, - -0.00896453857421875, - -0.070068359375, - 0.021759033203125, - -0.07708740234375, - -0.029022216796875, - -0.04248046875, - -0.034210205078125, - 0.0460205078125, - -0.02984619140625, - -0.0215606689453125, - 0.0153350830078125, - 0.001605987548828125, - 0.056365966796875, - 0.02227783203125, - 0.00699615478515625, - -0.0308837890625, - -0.02227783203125, - 0.06634521484375, - 0.006450653076171875, - -0.031494140625, - -0.01290130615234375, - 0.048309326171875, - 0.00025916099548339844, - 0.033782958984375, - -0.0124359130859375, - 0.016998291015625, - 0.0281829833984375, - 0.056365966796875, - 0.025390625, - -0.00855255126953125, - 0.01197052001953125, - 0.00922393798828125, - 0.045196533203125, - -0.039794921875, - -0.006114959716796875, - -0.0191802978515625, - 0.005828857421875, - 0.0079803466796875, - -0.059295654296875, - 0.005519866943359375, - 0.051605224609375, - 0.008758544921875, - -0.0011920928955078125, - 0.00818634033203125, - -0.056793212890625, - 0.0011854171752929688, - 0.004871368408203125, - -0.0139923095703125, - 0.04913330078125, - 0.044158935546875, - -0.04559326171875, - 0.0335693359375, - 0.0019683837890625, - 0.005260467529296875, - -0.050567626953125, - -0.0179290771484375, - -0.0119171142578125, - -0.01336669921875, - -0.04248046875, - -0.02716064453125, - 0.00963592529296875, - -0.04144287109375, - -0.0013799667358398438, - -0.01300811767578125, - 0.007305145263671875, - -0.06341552734375, - -0.05389404296875, - -0.00006759166717529297, - -0.045806884765625, - -0.047454833984375, - -0.0433349609375, - 0.0240478515625, - 0.00042438507080078125, - 0.0047149658203125, - -0.031494140625, - -0.00963592529296875, - -0.0283966064453125, - -0.0083465576171875, - 0.0021381378173828125, - 0.0025386810302734375, - -0.0210418701171875, - 0.0308837890625, - 0.0185546875, - 0.044158935546875, - 0.014923095703125, - 0.06964111328125, - 0.05035400390625, - -0.0296478271484375, - -0.001956939697265625, - -0.0179290771484375, - 0.020721435546875, - 0.026947021484375, - -0.0205230712890625, - -0.00907135009765625, - -0.0308837890625, - -0.0294342041015625, - 0.016693115234375, - 0.04229736328125, - 0.00792694091796875, - 0.0197906494140625, - -0.0103607177734375, - 0.003627777099609375, - 0.06341552734375, - -0.013885498046875, - 0.0982666015625, - -0.0233154296875, - -0.06427001953125, - -0.0026035308837890625, - 0.021240234375, - -0.0052337646484375, - -0.00399017333984375, - 0.0125885009765625, - -0.00823974609375, - 0.0160675048828125, - 0.034393310546875, - -0.02777099609375, - 0.0210418701171875, - 0.0069427490234375, - 0.00278472900390625, - 0.02716064453125, - -0.0184478759765625, - 0.0030059814453125, - 0.046630859375, - 0.00911712646484375, - 0.032135009765625, - 0.02642822265625, - -0.032745361328125, - 0.0055694580078125, - -0.0404052734375, - -0.089111328125, - 0.01617431640625, - 0.02880859375, - -0.005130767822265625, - 0.0246734619140625, - -0.02984619140625, - -0.047882080078125, - 0.0232086181640625, - -0.01155853271484375, - 0.07879638671875, - 0.059295654296875, - 0.01751708984375, - 0.0292205810546875, - -0.0418701171875, - 0.0197906494140625, - 0.0246734619140625, - 0.0267333984375, - 0.033172607421875, - 0.0391845703125, - 0.037322998046875, - 0.0145111083984375, - -0.045196533203125, - 0.01617431640625, - -0.0007610321044921875, - 0.025390625, - 0.003368377685546875, - 0.036468505859375, - 0.037322998046875, - 0.023529052734375, - -0.016693115234375, - 0.08746337890625, - 0.008758544921875, - -0.031707763671875, - 0.004276275634765625, - -0.0240478515625, - 0.0117645263671875, - -0.0350341796875, - 0.006168365478515625, - 0.00003844499588012695, - 0.0081329345703125, - 0.0036792755126953125, - 0.008758544921875, - -0.03131103515625, - 0.0139923095703125, - 0.047882080078125, - -0.0576171875, - 0.035858154296875, - 0.025909423828125, - -0.0215606689453125, - 0.035858154296875, - -0.00989532470703125, - -0.034820556640625, - 0.04437255859375, - -0.030059814453125, - -0.03399658203125, - -0.01617431640625, - 0.03253173828125, - -0.02093505859375, - -0.029022216796875, - -0.0237274169921875, - -0.0078277587890625, - -0.00278472900390625, - -0.0304718017578125, - 0.034393310546875, - -0.027984619140625, - -0.0103607177734375, - 0.04229736328125, - 0.025909423828125, - -0.0242462158203125, - -0.02880859375, - 0.0404052734375, - -0.0246734619140625, - -0.04351806640625, - 0.0124359130859375, - 0.0231170654296875, - 0.0258026123046875, - -0.0283966064453125, - -0.018035888671875, - -0.00202178955078125, - 0.0023193359375, - 0.0102081298828125, - 0.0232086181640625, - -0.03131103515625, - -0.05120849609375, - -0.0543212890625, - 0.041046142578125, - 0.039398193359375, - 0.02642822265625, - 0.0072021484375, - -0.05035400390625, - 0.020721435546875, - -0.0721435546875, - -0.0013866424560546875, - 0.00989532470703125, - -0.01409149169921875, - -0.0283966064453125, - 0.052032470703125, - -0.008087158203125, - -0.022491455078125, - -0.01326751708984375, - 0.0555419921875, - 0.006633758544921875, - 0.02227783203125, - -0.038360595703125, - 0.06634521484375, - 0.0019044876098632812, - -0.07171630859375, - 0.00128936767578125, - -0.0240478515625, - -0.024566650390625, - 0.037506103515625, - -0.06427001953125, - 0.0011529922485351562, - 0.0281829833984375, - -0.07916259765625, - -0.025604248046875, - -0.05078125, - -0.016998291015625, - -0.031494140625, - 0.0294342041015625, - 0.0041961669921875, - -0.00476837158203125, - 0.0445556640625, - 0.0233154296875, - -0.020416259765625, - 0.0198974609375, - -0.019073486328125, - -0.02642822265625, - 0.00829315185546875, - -0.0596923828125, - -0.01617431640625, - -0.003887176513671875, - 0.0237274169921875, - -0.01751708984375, - 0.0242462158203125, - 0.00588226318359375, - -0.0576171875, - 0.0267333984375, - -0.01316070556640625, - 0.0031223297119140625, - -0.02301025390625, - -0.03192138671875, - -0.041046142578125, - -0.017303466796875, - 0.017303466796875, - 0.030670166015625, - 0.000965118408203125, - 0.0181427001953125, - 0.037933349609375, - -0.06134033203125, - -0.00417327880859375, - 0.01378631591796875, - -0.021759033203125, - 0.007099151611328125, - -0.0157470703125, - -0.0258026123046875, - -0.0240478515625, - 0.0460205078125, - -0.036285400390625, - -0.03607177734375, - -0.0804443359375, - 0.01419830322265625, - -0.0185546875, - 0.006038665771484375, - -0.037506103515625, - -0.0308837890625, - -0.05804443359375, - -0.017822265625, - 0.0302581787109375, - 0.02777099609375, - -0.0032253265380859375, - -0.04913330078125, - -0.01617431640625, - -0.0122833251953125, - -0.03131103515625, - 0.041259765625, - 0.00959014892578125, - 0.0184478759765625, - 0.0226898193359375, - -0.03875732421875, - 0.032958984375, - 0.0011920928955078125, - 0.0267333984375, - 0.0019683837890625, - 0.0265350341796875, - -0.0205230712890625, - 0.035430908203125, - -0.018341064453125, - -0.0182342529296875, - 0.006839752197265625, - -0.0163726806640625, - 0.038970947265625, - -0.018341064453125, - -0.0145111083984375, - 0.0160675048828125, - 0.00922393798828125, - 0.01367950439453125, - 0.001522064208984375, - -0.021759033203125, - 0.0273590087890625, - 0.0122833251953125, - 0.053070068359375, - -0.049957275390625, - -0.047454833984375, - -0.03460693359375, - -0.0210418701171875, - 0.04083251953125, - 0.08624267578125, - 0.0100555419921875, - -0.0273590087890625, - 0.006839752197265625, - 0.03607177734375, - -0.00792694091796875, - -0.054718017578125, - -0.0197906494140625, - 0.003147125244140625, - 0.021759033203125, - 0.061767578125, - 0.00261688232421875, - 0.06842041015625, - -0.004482269287109375, - 0.00792694091796875, - 0.020416259765625, - 0.048095703125, - 0.029022216796875, - -0.026947021484375, - -0.04974365234375, - 0.0038089752197265625, - -0.00595855712890625, - -0.04974365234375, - -0.029022216796875, - 0.0006380081176757812, - 0.03875732421875, - -0.09906005859375, - -0.0181427001953125, - -0.01419830322265625, - 0.00569915771484375, - -0.0030841827392578125, - 0.0241546630859375, - -0.030059814453125, - 0.0176239013671875, - 0.0157470703125, - -0.02777099609375, - -0.0165863037109375, - -0.004222869873046875, - 0.021148681640625, - 0.0650634765625, - 0.0323486328125, - -0.009796142578125, - 0.032135009765625, - 0.005077362060546875, - 0.0171051025390625, - 0.0232086181640625, - 0.047271728515625, - 0.0249786376953125, - 0.0091705322265625, - 0.0100555419921875, - 0.07171630859375, - -0.0130615234375, - -0.0198974609375, - -0.0008292198181152344, - 0.00018131732940673828, - 0.0254974365234375, - 0.0265350341796875, - -0.0240478515625, - 0.0171966552734375, - -0.012176513671875, - -0.047882080078125, - -0.0145111083984375, - -0.0054168701171875, - -0.0005636215209960938, - -0.0275726318359375, - -0.039398193359375, - 0.03399658203125, - -0.025390625, - 0.037109375, - 0.0089111328125, - -0.0181427001953125, - -0.01171112060546875, - 0.0296478271484375, - -0.00844573974609375, - -0.058441162109375, - 0.032958984375, - -0.0032520294189453125, - -0.01885986328125, - 0.004222869873046875, - -0.031707763671875, - 0.030670166015625, - -0.01378631591796875, - -0.0555419921875, - 0.001354217529296875, - 0.0196990966796875, - -0.0218658447265625, - -0.046844482421875, - -0.01212310791015625, - 0.005802154541015625, - 0.004016876220703125, - -0.03875732421875, - -0.047454833984375, - -0.043121337890625, - 0.01471710205078125, - -0.039794921875, - -0.004276275634765625, - -0.01222991943359375, - -0.033782958984375, - -0.0165863037109375, - -0.00699615478515625, - -0.0040435791015625, - 0.02716064453125, - -0.0439453125, - 0.023529052734375, - 0.0226898193359375, - 0.01274871826171875, - 0.035247802734375, - 0.047882080078125, - -0.0273590087890625, + -0.01033782958984375, 0.0066070556640625, - -0.00885772705078125, - -0.056793212890625, - 0.0296478271484375, - -0.01471710205078125, - 0.01300811767578125, - -0.08001708984375, - -0.0005507469177246094, - 0.06134033203125, - -0.0887451171875, - 0.015960693359375, - 0.005260467529296875, - -0.01093292236328125, - -0.034210205078125, - 0.00588226318359375, - 0.004947662353515625, - 0.004795074462890625, - 0.06219482421875, - -0.0054931640625, - -0.00595855712890625, - 0.03814697265625, - -0.01482391357421875, - 0.04559326171875, - -0.007617950439453125, - 0.0304718017578125, - -0.059295654296875, - 0.03253173828125, - -0.00629425048828125, - -0.04083251953125, - -0.0215606689453125, - -0.08416748046875, - -0.0220794677734375, - 0.0237274169921875, - 0.024566650390625, - -0.0011072158813476562, - 0.0069427490234375, - -0.0296478271484375, - -0.006320953369140625, - -0.027984619140625, - 0.030059814453125, - 0.000492095947265625, - 0.001697540283203125, - -0.026947021484375, - -0.0286102294921875, - -0.04083251953125, - -0.053466796875, - -0.01264190673828125, - -0.025177001953125, - 0.0273590087890625, - -0.0079803466796875, - -0.046234130859375, - -0.0208282470703125, - -0.0145111083984375, - 0.026123046875, - 0.004535675048828125, - 0.0721435546875, - -0.02880859375, - -0.00933074951171875, - -0.005390167236328125, - 0.05804443359375, - 0.004924774169921875, - 0.00948333740234375, - -0.00911712646484375, - 0.01155853271484375, - 0.0203094482421875, - -0.0445556640625, - 0.053466796875, - 0.0391845703125, - -0.00896453857421875, - -0.0404052734375, - 0.0009522438049316406, - -0.0265350341796875, - 0.034210205078125, - -0.0164794921875, - 0.026947021484375, - -0.000835418701171875, - 0.01134490966796875, - -0.07464599609375, - 0.059295654296875, - 0.00937652587890625, - 0.053466796875, - 0.00531005859375, - -0.034210205078125, - -0.042083740234375, - -0.049530029296875, - -0.0335693359375, - 0.038543701171875, - -0.02984619140625, - 0.0186614990234375, - 0.0182342529296875, - 0.005672454833984375, - 0.033782958984375, - 0.0119171142578125, - -0.01078033447265625, - 0.049346923828125, - 0.02227783203125, - -0.0304718017578125, - 0.0721435546875, - -0.0192718505859375, - 0.0231170654296875, - -0.007152557373046875, - 0.019073486328125, - 0.0012826919555664062, - -0.00406646728515625, - -0.047454833984375, - 0.0404052734375, - 0.045196533203125, - 0.0679931640625, - -0.0232086181640625, - 0.01430511474609375, - -0.0323486328125, - 0.0168914794921875, - -0.0026302337646484375, - -0.0239410400390625, - -0.005672454833984375, - -0.0016841888427734375, - -0.018341064453125, - -0.00792694091796875, - -0.06341552734375, - -0.06964111328125, - -0.004817962646484375, - -0.07708740234375, - -0.0177154541015625, - -0.0025005340576171875, - 0.010833740234375, - 0.0304718017578125, - -0.03338623046875, - 0.031494140625, - -0.005466461181640625, - -0.0036525726318359375, - -0.0174102783203125, - 0.0102081298828125, - -0.02777099609375, - 0.05035400390625, - 0.0350341796875, - -0.04766845703125, - 0.02301025390625, - -0.0184478759765625, - -0.02197265625, - -0.01103973388671875, - -0.01471710205078125, - -0.025390625, - 0.03668212890625, - -0.06298828125, - -0.0134735107421875, - 0.0003578662872314453, - 0.00818634033203125, - 0.0134735107421875, - -0.01197052001953125, - 0.0445556640625, - -0.013214111328125, - -0.049957275390625, - 0.022796630859375, - 0.00829315185546875, - -0.041656494140625, - -0.01461029052734375, - -0.011505126953125, - -0.00536346435546875, - 0.007045745849609375, - 0.0226898193359375, - 0.03460693359375, - 0.05224609375, - 0.01367950439453125, - -0.004924774169921875, - 0.0391845703125, - -0.0026035308837890625, - 0.01119232177734375, - 0.0181427001953125, - 0.006450653076171875, - 0.0011014938354492188, - 0.015655517578125, - -0.0191802978515625, - -0.07501220703125, - -0.010833740234375, - -0.02166748046875, - -0.061767578125, - -0.0036525726318359375, - 0.08538818359375, - 0.045196533203125, - -0.0254974365234375, - 0.01544189453125, - 0.0194854736328125, - 0.03607177734375, - 0.035858154296875, - -0.0095367431640625, - -0.067138671875, - -0.01207733154296875, - 0.0160675048828125, - 0.033172607421875, - -0.04498291015625, - 0.054718017578125, - 0.058868408203125, - -0.0247650146484375, - -0.037322998046875, - -0.0029659271240234375, - 0.0011529922485351562, - 0.0445556640625, - 0.0176239013671875, - 0.0296478271484375, - -0.052032470703125, - 0.01212310791015625, - 0.013580322265625, - -0.01523590087890625, - -0.0069427490234375, - -0.0179290771484375, - -0.025390625, - 0.0528564453125, - -0.04083251953125, - -0.0177154541015625, - 0.00766754150390625, - 0.0576171875, - 0.01482391357421875, - -0.016693115234375, - 0.0074615478515625, - 0.0294342041015625, - 0.0205230712890625, - -0.0182342529296875, - 0.025390625, - 0.021240234375, - -0.003757476806640625, - 0.00989532470703125, - 0.05389404296875, - 0.0139923095703125, - 0.067138671875, - 0.02093505859375, - -0.04498291015625, - 0.0252838134765625, - -0.00896453857421875, - -0.00016117095947265625, - -0.00870513916015625, - -0.041656494140625, - -0.0233154296875, - -0.00777435302734375, - 0.03564453125, - -0.0012369155883789062, - 0.053466796875, + 0.045135498046875, + 0.01416015625, + 0.0225677490234375, + 0.04681396484375, + 0.0262451171875, + -0.00939178466796875, + -0.0218963623046875, + -0.0120391845703125, + -0.043243408203125, + 0.05474853515625, + 0.01548004150390625, + 0.00434112548828125, + -0.0562744140625, + 0.03662109375, + 0.0070343017578125, + 0.0521240234375, 0.02435302734375, - 0.003887176513671875, - -0.00974273681640625, - 0.01367950439453125, + -0.0032329559326171875, + 0.0021839141845703125, + -0.01123809814453125, + -0.033599853515625, + 0.00934600830078125, + 0.0110015869140625, + 0.0179443359375, + -0.016998291015625, + -0.057769775390625, + -0.0155792236328125, + -0.018310546875, + 0.00977325439453125, + -0.037567138671875, + -0.0224761962890625, + 0.0196380615234375, + -0.00325775146484375, + -0.01378631591796875, + 0.01378631591796875, + -0.0638427734375, + -0.01708984375, + 0.02435302734375, + -0.0031871795654296875, + -0.00958251953125, + -0.002902984619140625, + -0.01898193359375, + -0.0238800048828125, + -0.03985595703125, + -0.01529693603515625, + -0.021331787109375, + 0.00304412841796875, + -0.011566162109375, + 0.023223876953125, + 0.055877685546875, + 0.006137847900390625, + 0.0019121170043945312, + -0.0196380615234375, 0.020111083984375, - 0.039581298828125, - 0.016998291015625, - 0.007411956787109375, - 0.0215606689453125, - 0.014404296875, - -0.00391387939453125, - -0.044769287109375, - 0.0294342041015625, - -0.013580322265625, - -0.0022678375244140625, - -0.0418701171875, - -0.004299163818359375, - 0.0106201171875, - -0.01751708984375, - -0.003757476806640625, - -0.0215606689453125, - 0.0164794921875, - -0.01326751708984375, - -0.029022216796875, - -0.0158538818359375, - 0.035430908203125, - -0.03814697265625, - 0.04498291015625, - 0.045806884765625, - -0.00989532470703125, - 0.033172607421875, - -0.04022216796875, - 0.0626220703125, - 0.03338623046875, - 0.040618896484375, - -0.0241546630859375, - 0.01052093505859375, - 0.037109375, - -0.01119232177734375, - 0.00984954833984375, - 0.025177001953125, - -0.01197052001953125, - 0.048095703125, - 0.030059814453125, - 0.01248931884765625, - -0.038543701171875, - 0.05181884765625, - 0.0040435791015625, - -0.045379638671875, - 0.0304718017578125, - 0.0050506591796875, - 0.03338623046875, - -0.02093505859375, - 0.01026153564453125, - -0.01207733154296875, - -0.058441162109375, - 0.07049560546875, - 0.0229034423828125, - -0.01751708984375, - 0.0034465789794921875, - -0.06134033203125, - 0.046234130859375, - 0.01461029052734375, - 0.039794921875, - -0.032958984375, - 0.059295654296875, - 0.021240234375, - 0.01326751708984375, + -0.0080718994140625, + -0.0135040283203125, + -0.053619384765625, + 0.03851318359375, + -0.0277557373046875, + -0.006938934326171875, + -0.0125579833984375, + 0.0030918121337890625, + 0.0227508544921875, + 0.0309600830078125, + -0.0238800048828125, + -0.0258636474609375, + 0.0006814002990722656, + 0.00778961181640625, + 0.0197296142578125, + 0.00066375732421875, + 0.01293182373046875, + 0.029083251953125, + -0.027374267578125, + -0.0309600830078125, + -0.00145721435546875, + 0.035308837890625, + -0.0220947265625, + 0.013214111328125, + -0.03851318359375, + -0.00826263427734375, + 0.029449462890625, + -0.027374267578125, + -0.00991058349609375, + -0.024169921875, + 0.0309600830078125, + 0.0017824172973632812, + 0.00455474853515625, + 0.02435302734375, + 0.0057830810546875, + 0.006938934326171875, + 0.016143798828125, + -0.021331787109375, + 0.049102783203125, + 0.061920166015625, + -0.03265380859375, + 0.01137542724609375, + 0.0303955078125, + 0.027008056640625, + 0.01227569580078125, + -0.02642822265625, + 0.07666015625, + -0.0247344970703125, + 0.047393798828125, + -0.035125732421875, + 0.035491943359375, + -0.011566162109375, + -0.00873565673828125, + -0.0303955078125, + -0.1004638671875, + -0.019256591796875, + -0.004367828369140625, + -0.05023193359375, + -0.018310546875, + 0.004909515380859375, + -0.0178375244140625, + 0.03662109375, + -0.06610107421875, + -0.05438232421875, + 0.0185089111328125, + 0.01123809814453125, + -0.0086822509765625, + -0.000377655029296875, + -0.04058837890625, + -0.047576904296875, + 0.0117034912109375, + 0.02606201171875, + -0.03021240234375, + -0.0179443359375, + -0.00450897216796875, + -0.02813720703125, + 0.005451202392578125, + -0.032867431640625, + 0.016326904296875, + -0.0203857421875, + 0.04400634765625, + -0.0008792877197265625, + -0.0047454833984375, + 0.010101318359375, + 0.0146331787109375, + -0.031158447265625, + -0.05401611328125, + 0.01396942138671875, + -0.0421142578125, + -0.0048370361328125, + -0.008544921875, + 0.05816650390625, + -0.019073486328125, + -0.0042266845703125, + 0.0008616447448730469, + 0.02313232421875, + 0.0521240234375, + 0.0022182464599609375, + 0.01435089111328125, + -0.0187835693359375, + -0.03228759765625, + 0.00330352783203125, + 0.0404052734375, + -0.0256805419921875, + 0.01227569580078125, + 0.03607177734375, + 0.0262451171875, + 0.04229736328125, + -0.006420135498046875, + -0.04229736328125, + -0.06268310546875, + 0.0120391845703125, + 0.006183624267578125, + -0.00507354736328125, + 0.0055694580078125, + 0.0023021697998046875, + 0.043426513671875, + 0.06304931640625, + -0.01340484619140625, + 0.02105712890625, + 0.00476837158203125, + -0.0236968994140625, + 0.033599853515625, + 0.027191162109375, + 0.0305938720703125, + 0.00897216796875, + 0.032470703125, + 0.006893157958984375, + 0.01519775390625, + -0.0228424072265625, + -0.037384033203125, + 0.00024187564849853516, + -0.005191802978515625, + 0.0177459716796875, + -0.0298309326171875, + -0.02642822265625, + -0.0167083740234375, + 0.035675048828125, + 0.040985107421875, + 0.05059814453125, + 0.0017824172973632812, + -0.0386962890625, + 0.01690673828125, + 0.019927978515625, + 0.00830841064453125, + 0.005664825439453125, + -0.01274871826171875, + 0.0458984375, + 0.018310546875, + 0.01194000244140625, + -0.03472900390625, + 0.05059814453125, + 0.0032329559326171875, + -0.0005517005920410156, + 0.006938934326171875, + 0.04400634765625, + -0.0214385986328125, + -0.0400390625, + -0.035125732421875, + -0.0321044921875, + 0.0005044937133789062, + -0.01274871826171875, + -0.005947113037109375, + -0.034942626953125, + 0.0014810562133789062, + -0.05023193359375, + -0.04229736328125, + 0.0225677490234375, + -0.037017822265625, + 0.0279388427734375, + 0.0254974365234375, + -0.027374267578125, + 0.0218963623046875, + 0.0175628662109375, + 0.017181396484375, + 0.0176544189453125, + -0.019927978515625, + -0.0075531005859375, + -0.00826263427734375, + -0.00873565673828125, + 0.049102783203125, + 0.037384033203125, + 0.0238800048828125, + -0.0011796951293945312, + -0.03021240234375, + 0.0176544189453125, -0.02020263671875, - 0.0171966552734375, - 0.0119171142578125, - 0.033782958984375, - -0.0543212890625, - 0.053466796875, - 0.03875732421875, - 0.008087158203125, - -0.049346923828125, - 0.0011138916015625, - 0.0081329345703125, - -0.0025787353515625, - 0.025909423828125, - -0.05078125, - -0.0234222412109375, - 0.01207733154296875, - 0.02508544921875, - 0.08538818359375, - -0.018341064453125, - 0.0229034423828125, - -0.01409149169921875, - -0.005336761474609375, - 0.0013275146484375, - -0.0160675048828125 + 0.00972747802734375, + 0.020294189453125, + -0.00920867919921875, + 0.0007109642028808594, + 0.00882720947265625, + 0.04608154296875, + 0.06005859375, + -0.0309600830078125, + 0.0338134765625, + -0.06005859375, + 0.0001327991485595703, + -0.0770263671875, + -0.049835205078125, + -0.029266357421875, + -0.0288848876953125, + 0.050994873046875, + -0.0379638671875, + 0.007129669189453125, + -0.00351715087890625, + 0.00943756103515625, + 0.0521240234375, + 0.03814697265625, + -0.0150146484375, + -0.0404052734375, + -0.02313232421875, + 0.0687255859375, + -0.00821685791015625, + -0.0075531005859375, + -0.01033782958984375, + 0.039642333984375, + 0.00684356689453125, + 0.00977325439453125, + -0.001079559326171875, + 0.049835205078125, + 0.036834716796875, + 0.04022216796875, + 0.01416015625, + -0.0205841064453125, + 0.023406982421875, + -0.007080078125, + 0.043243408203125, + -0.055145263671875, + -0.0187835693359375, + 0.00873565673828125, + 0.0166168212890625, + 0.004436492919921875, + -0.0849609375, + 0.0034465789794921875, + 0.037750244140625, + 0.0362548828125, + 0.00026416778564453125, + -0.00580596923828125, + -0.050994873046875, + 0.02435302734375, + 0.0106658935546875, + 0.01142120361328125, + 0.0386962890625, + 0.041717529296875, + -0.053619384765625, + 0.029266357421875, + 0.0156707763671875, + 0.01690673828125, + -0.05474853515625, + -0.01519775390625, + -0.027374267578125, + -0.0120391845703125, + -0.038909912109375, + -0.032470703125, + 0.03985595703125, + -0.0208587646484375, + 0.00457763671875, + -0.01312255859375, + -0.0125579833984375, + -0.01538848876953125, + -0.047576904296875, + -0.00977325439453125, + -0.04229736328125, + -0.0604248046875, + -0.024169921875, + 0.053253173828125, + 0.005191802978515625, + 0.0096282958984375, + 0.01284027099609375, + 0.00887298583984375, + -0.01340484619140625, + 0.001068115234375, + -0.0104827880859375, + 0.037384033203125, + 0.01189422607421875, + 0.04815673828125, + 0.03436279296875, + 0.0196380615234375, + 0.034942626953125, + 0.06573486328125, + 0.031707763671875, + -0.04193115234375, + 0.01227569580078125, + 0.022186279296875, + -0.00792694091796875, + 0.0321044921875, + -0.018035888671875, + -0.0101470947265625, + -0.038330078125, + -0.0521240234375, + 0.035125732421875, + 0.01038360595703125, + 0.0305938720703125, + 0.03643798828125, + -0.0185089111328125, + -0.006656646728515625, + 0.06005859375, + -0.027008056640625, + 0.1080322265625, + -0.0235137939453125, + -0.06231689453125, + 0.01090240478515625, + 0.0462646484375, + -0.0362548828125, + -0.016998291015625, + 0.0386962890625, + -0.03851318359375, + -0.01312255859375, + 0.0262451171875, + -0.0220947265625, + 0.037017822265625, + -0.02001953125, + -0.004177093505859375, + 0.0268096923828125, + -0.0224761962890625, + 0.01038360595703125, + 0.0258636474609375, + 0.037750244140625, + 0.00250244140625, + 0.0256805419921875, + -0.029449462890625, + -0.005382537841796875, + -0.044952392578125, + -0.07476806640625, + 0.033599853515625, + 0.01416015625, + -0.0033283233642578125, + 0.033050537109375, + -0.04473876953125, + -0.061920166015625, + 0.01416015625, + -0.0224761962890625, + 0.06494140625, + 0.0421142578125, + 0.0079803466796875, + 0.0146331787109375, + -0.0235137939453125, + 0.0165252685546875, + 0.04608154296875, + 0.0245513916015625, + 0.0528564453125, + 0.047576904296875, + 0.019073486328125, + 0.02813720703125, + -0.0236053466796875, + 0.032470703125, + 0.003658294677734375, + 0.025299072265625, + -0.00934600830078125, + 0.034942626953125, + 0.039276123046875, + 0.0214385986328125, + -0.04437255859375, + 0.0528564453125, + 0.0275726318359375, + -0.039642333984375, + -0.001434326171875, + -0.0285186767578125, + -0.0032806396484375, + -0.06988525390625, + -0.0007433891296386719, + -0.0033283233642578125, + 0.0177459716796875, + 0.029449462890625, + 0.01387786865234375, + -0.039276123046875, + -0.006561279296875, + 0.053619384765625, + -0.043792724609375, + 0.0266265869140625, + 0.0205841064453125, + -0.041534423828125, + 0.0057830810546875, + -0.0216217041015625, + -0.0379638671875, + 0.045684814453125, + -0.04193115234375, + -0.01396942138671875, + 0.02813720703125, + 0.024078369140625, + -0.037200927734375, + -0.0194549560546875, + -0.037750244140625, + 0.0198211669921875, + -0.0135955810546875, + -0.016326904296875, + 0.0218963623046875, + -0.005405426025390625, + 0.0030918121337890625, + 0.0096282958984375, + 0.01538848876953125, + -0.020965576171875, + -0.04473876953125, + 0.049835205078125, + -0.0024662017822265625, + -0.02642822265625, + 0.0006875991821289062, + 0.01175689697265625, + 0.031524658203125, + -0.03192138671875, + -0.0258636474609375, + 0.005359649658203125, + 0.0022068023681640625, + -0.007080078125, + 0.00434112548828125, + -0.041168212890625, + -0.00727081298828125, + -0.0277557373046875, + 0.057037353515625, + 0.0266265869140625, + 0.0156707763671875, + 0.0135040283203125, + -0.0687255859375, + 0.01690673828125, + -0.052490234375, + -0.00476837158203125, + -0.01708984375, + 0.0034923553466796875, + -0.0303955078125, + 0.0638427734375, + 0.01708984375, + -0.00934600830078125, + -0.0162353515625, + 0.050994873046875, + 0.01033782958984375, + 0.0066070556640625, + -0.051361083984375, + 0.032867431640625, + 0.0081634521484375, + -0.055877685546875, + 0.0157623291015625, + -0.01387786865234375, + 0.007648468017578125, + 0.0638427734375, + -0.041168212890625, + -0.0258636474609375, + 0.00041294097900390625, + -0.0732421875, + -0.0195465087890625, + -0.01340484619140625, + -0.0196380615234375, + -0.0279388427734375, + 0.0091094970703125, + 0.02813720703125, + -0.01194000244140625, + 0.01538848876953125, + 0.0283203125, + -0.0245513916015625, + 0.0288848876953125, + 0.013031005859375, + -0.0167083740234375, + 0.0218963623046875, + -0.043060302734375, + -0.03192138671875, + -0.01245880126953125, + 0.0283203125, + -0.01042938232421875, + 0.004413604736328125, + -0.015106201171875, + -0.0195465087890625, + 0.03472900390625, + -0.01898193359375, + -0.0012388229370117188, + -0.0025615692138671875, + -0.0125579833984375, + -0.01132965087890625, + -0.04815673828125, + -0.0023593902587890625, + 0.0187835693359375, + 0.01180267333984375, + 0.01444244384765625, + 0.039642333984375, + -0.0604248046875, + 0.013031005859375, + 0.022186279296875, + -0.027374267578125, + -0.017364501953125, + -0.0115203857421875, + -0.007598876953125, + -0.017364501953125, + 0.059661865234375, + -0.041351318359375, + -0.0479736328125, + -0.09820556640625, + 0.0066070556640625, + 0.022186279296875, + -0.0238800048828125, + -0.0167083740234375, + -0.04437255859375, + -0.055145263671875, + -0.00554656982421875, + 0.035491943359375, + 0.031707763671875, + 0.0268096923828125, + -0.049468994140625, + -0.0150146484375, + -0.0262451171875, + -0.043792724609375, + 0.025299072265625, + -0.005878448486328125, + 0.03607177734375, + -0.009063720703125, + -0.01482391357421875, + 0.021240234375, + 0.03436279296875, + 0.007411956787109375, + 0.036834716796875, + 0.003917694091796875, + -0.043060302734375, + 0.02435302734375, + -0.01293182373046875, + -0.035675048828125, + -0.0167999267578125, + -0.0135040283203125, + 0.041717529296875, + -0.044952392578125, + -0.013031005859375, + 0.014068603515625, + 0.010101318359375, + 0.0487060546875, + 0.006561279296875, + -0.0220947265625, + 0.009063720703125, + -0.00839996337890625, + 0.04681396484375, + -0.0341796875, + -0.067626953125, + -0.02227783203125, + -0.006893157958984375, + 0.03436279296875, + 0.049835205078125, + -0.007457733154296875, + -0.0029735565185546875, + 0.0009675025939941406, + 0.0487060546875, + -0.022369384765625, + -0.043426513671875, + -0.0303955078125, + 0.00576019287109375, + 0.02435302734375, + 0.057769775390625, + -0.007221221923828125, + 0.07177734375, + 0.00455474853515625, + -0.0080718994140625, + 0.02020263671875, + 0.0479736328125, + 0.03265380859375, + -0.00627899169921875, + -0.04248046875, + -0.008544921875, + 0.016143798828125, + -0.06646728515625, + -0.049468994140625, + -0.0060882568359375, + 0.037384033203125, + -0.0838623046875, + -0.020965576171875, + -0.0205841064453125, + 0.0037288665771484375, + 0.018218994140625, + -0.0194549560546875, + -0.01435089111328125, + 0.02642822265625, + 0.01081085205078125, + -0.027191162109375, + -0.00035858154296875, + -0.00627899169921875, + 0.02435302734375, + 0.04644775390625, + 0.00958251953125, + -0.007740020751953125, + 0.0400390625, + 0.00958251953125, + 0.01293182373046875, + 0.0167999267578125, + 0.038909912109375, + 0.0177459716796875, + 0.016326904296875, + 0.0279388427734375, + 0.09442138671875, + -0.025299072265625, + -0.0184173583984375, + -0.0036106109619140625, + 0.0262451171875, + 0.037200927734375, + 0.035125732421875, + -0.0184173583984375, + 0.0037288665771484375, + 0.0003349781036376953, + -0.037017822265625, + -0.0158538818359375, + 0.007221221923828125, + 0.00112152099609375, + -0.0305938720703125, + -0.0421142578125, + 0.00873565673828125, + -0.055145263671875, + 0.03021240234375, + -0.00897216796875, + -0.0175628662109375, + 0.0008912086486816406, + 0.021240234375, + -0.007457733154296875, + -0.05401611328125, + 0.040985107421875, + -0.0105743408203125, + -0.01387786865234375, + -0.03472900390625, + -0.0226593017578125, + 0.0305938720703125, + -0.0010499954223632812, + -0.069091796875, + 0.0019588470458984375, + 0.032867431640625, + -0.008026123046875, + -0.050994873046875, + 0.0176544189453125, + 0.01482391357421875, + -0.0166168212890625, + -0.0345458984375, + -0.03985595703125, + -0.017181396484375, + -0.004413604736328125, + -0.0249176025390625, + 0.035675048828125, + -0.0026912689208984375, + -0.04193115234375, + 0.0018644332885742188, + -0.0059967041015625, + 0.0027370452880859375, + 0.036834716796875, + -0.035888671875, + 0.022186279296875, + 0.038909912109375, + 0.027374267578125, + -0.0037994384765625, + 0.055877685546875, + 0.0009617805480957031, + -0.01227569580078125, + -0.01184844970703125, + -0.0287017822265625, + 0.0303955078125, + -0.0214385986328125, + 0.003376007080078125, + -0.06494140625, + -0.01024627685546875, + 0.0288848876953125, + -0.07891845703125, + 0.0262451171875, + 0.027374267578125, + -0.01137542724609375, + -0.05889892578125, + 0.00778961181640625, + -0.0081634521484375, + 0.007411956787109375, + 0.09326171875, + -0.015960693359375, + 0.016998291015625, + -0.009490966796875, + -0.03851318359375, + 0.043243408203125, + 0.00429534912109375, + 0.016998291015625, + -0.03192138671875, + 0.02105712890625, + 0.009490966796875, + -0.0032329559326171875, + -0.00377655029296875, + -0.07061767578125, + -0.009490966796875, + 0.04644775390625, + -0.0009794235229492188, + -0.00958251953125, + 0.011566162109375, + -0.046630859375, + -0.01236724853515625, + -0.03192138671875, + 0.043243408203125, + 0.003021240234375, + 0.0116119384765625, + -0.051361083984375, + -0.0167083740234375, + 0.00200653076171875, + -0.0604248046875, + -0.044189453125, + -0.0081634521484375, + 0.01378631591796875, + 0.01071929931640625, + -0.03228759765625, + 0.0258636474609375, + 0.007221221923828125, + 0.022003173828125, + 0.006702423095703125, + 0.055511474609375, + -0.03814697265625, + -0.01425933837890625, + -0.0013399124145507812, + 0.027008056640625, + -0.00330352783203125, + 0.020111083984375, + 0.005428314208984375, + 0.0217132568359375, + 0.01038360595703125, + -0.02642822265625, + 0.0379638671875, + 0.043243408203125, + -0.006137847900390625, + -0.0604248046875, + 0.01340484619140625, + -0.022186279296875, + 0.05023193359375, + -0.0050506591796875, + 0.041351318359375, + 0.0066070556640625, + -0.0050048828125, + -0.07928466796875, + 0.039642333984375, + -0.00830841064453125, + 0.035675048828125, + 0.0379638671875, + -0.02398681640625, + -0.057403564453125, + -0.047760009765625, + -0.0266265869140625, + 0.02227783203125, + -0.0341796875, + 0.0458984375, + 0.0283203125, + -0.0080718994140625, + 0.0204925537109375, + 0.0136871337890625, + -0.014068603515625, + 0.0191650390625, + 0.006183624267578125, + -0.0309600830078125, + 0.05023193359375, + -0.017364501953125, + 0.0277557373046875, + 0.01274871826171875, + -0.007175445556640625, + -0.01690673828125, + -0.0214385986328125, + -0.027374267578125, + -0.00835418701171875, + 0.02105712890625, + 0.03399658203125, + 0.00030684471130371094, + -0.003681182861328125, + -0.00507354736328125, + 0.02642822265625, + 0.0166168212890625, + -0.0187835693359375, + 0.0126495361328125, + -0.00675201416015625, + -0.008636474609375, + -0.0262451171875, + -0.044189453125, + -0.07818603515625, + -0.023040771484375, + -0.049835205078125, + -0.0125579833984375, + -0.0009908676147460938, + 0.0007376670837402344, + 0.02642822265625, + -0.057403564453125, + 0.0279388427734375, + 0.00047206878662109375, + -0.02606201171875, + -0.0287017822265625, + -0.00450897216796875, + 0.0111846923828125, + 0.05059814453125, + 0.00891876220703125, + -0.02313232421875, + 0.046630859375, + -0.0052642822265625, + -0.00920867919921875, + 0.005474090576171875, + -0.0106658935546875, + -0.044952392578125, + 0.022186279296875, + -0.07366943359375, + -0.01194000244140625, + 0.0105743408203125, + 0.029449462890625, + 0.005405426025390625, + -0.022369384765625, + 0.04022216796875, + -0.0217132568359375, + -0.075927734375, + 0.018218994140625, + 0.006374359130859375, + -0.032470703125, + 0.0227508544921875, + -0.0288848876953125, + -0.0038700103759765625, + 0.0014104843139648438, + 0.035125732421875, + 0.05059814453125, + 0.049102783203125, + 0.0285186767578125, + 0.00972747802734375, + -0.0020885467529296875, + -0.0262451171875, + 0.0254974365234375, + 0.01165771484375, + 0.0296478271484375, + 0.0101470947265625, + 0.025299072265625, + -0.0145416259765625, + -0.09027099609375, + -0.023223876953125, + -0.0268096923828125, + -0.0721435546875, + 0.0035400390625, + 0.08197021484375, + 0.0404052734375, + -0.01898193359375, + 0.020294189453125, + 0.0136871337890625, + 0.0096282958984375, + 0.029083251953125, + 0.0012216567993164062, + -0.06494140625, + -0.021148681640625, + 0.005828857421875, + 0.0245513916015625, + -0.07135009765625, + 0.064208984375, + 0.0604248046875, + -0.01128387451171875, + -0.04058837890625, + 0.0009975433349609375, + -0.0007405281066894531, + 0.0362548828125, + 0.0341796875, + 0.00783538818359375, + -0.05889892578125, + 0.0026798248291015625, + 0.01812744140625, + -0.007175445556640625, + 0.003398895263671875, + -0.034942626953125, + -0.01132965087890625, + 0.05889892578125, + -0.02294921875, + -0.0105743408203125, + 0.0106201171875, + 0.064208984375, + 0.0279388427734375, + -0.037384033203125, + -0.00533294677734375, + 0.047027587890625, + 0.01519775390625, + -0.0035877227783203125, + 0.009490966796875, + 0.00873565673828125, + -0.0120849609375, + 0.033233642578125, + 0.055877685546875, + 0.0116119384765625, + 0.047210693359375, + 0.01605224609375, + -0.0362548828125, + 0.016326904296875, + 0.01416015625, + 0.0009908676147460938, + -0.0165252685546875, + -0.0296478271484375, + -0.03472900390625, + -0.038909912109375, + 0.037384033203125, + 0.02435302734375, + 0.04815673828125, + 0.0237884521484375, + -0.01435089111328125, + -0.00011432170867919922, + -0.00507354736328125, + 0.037567138671875, + 0.0386962890625, + 0.011138916015625, + -0.0167083740234375, + 0.021240234375, + -0.006229400634765625, + -0.00675201416015625, + -0.0019474029541015625, + 0.029266357421875, + -0.007648468017578125, + 0.0179443359375, + -0.06573486328125, + 0.0120849609375, + 0.00524139404296875, + -0.0233154296875, + -0.0298309326171875, + -0.0177459716796875, + 0.0236968994140625, + -0.031158447265625, + -0.0042724609375, + -0.0110931396484375, + 0.0225677490234375, + -0.05023193359375, + 0.0266265869140625, + 0.035491943359375, + -0.01538848876953125, + 0.0247344970703125, + -0.05889892578125, + 0.07061767578125, + 0.025299072265625, + 0.0185089111328125, + -0.0162353515625, + 0.01123809814453125, + 0.059661865234375, + -0.01387786865234375, + 0.005146026611328125, + 0.020965576171875, + 0.001628875732421875, + 0.039642333984375, + 0.03643798828125, + 0.0099639892578125, + -0.041351318359375, + 0.047393798828125, + 0.0279388427734375, + -0.04681396484375, + 0.01708984375, + 0.0100555419921875, + 0.016326904296875, + 0.0116119384765625, + -0.0038700103759765625, + -0.00424957275390625, + -0.0721435546875, + 0.029449462890625, + 0.0379638671875, + -0.02227783203125, + 0.02606201171875, + -0.059661865234375, + 0.06005859375, + 0.0120391845703125, + 0.0307769775390625, + -0.043792724609375, + 0.03436279296875, + -0.01227569580078125, + -0.00020945072174072266, + -0.0217132568359375, + -0.0279388427734375, + 0.0238800048828125, + 0.02398681640625, + -0.0208587646484375, + 0.049835205078125, + 0.0521240234375, + 0.01184844970703125, + -0.0400390625, + -0.0047454833984375, + 0.0085906982421875, + 0.035491943359375, + 0.07818603515625, + -0.04437255859375, + -0.0287017822265625, + 0.014068603515625, + 0.029083251953125, + 0.05889892578125, + -0.023223876953125, + 0.01331329345703125, + -0.0004572868347167969, + 0.00351715087890625, + -0.0019235610961914062, + -0.00897216796875 ], "metadata": { "domains": [ "static-investigations", + "malware-analysis", "fraud-investigation", - "incident-response" + "network-forensics", + "cloud-forensics" ], "phases": [ "analysis", @@ -46415,10571 +80115,17 @@ ], "tags": [ "web-interface", - "blockchain-analysis", - "commercial", + "graph-view", "visualization", - "anomaly-detection", - "threat-scoring", - "clustering-analysis", - "compliance-screening", - "transaction-tracing", - "risk-assessment", - "multi-blockchain", - "api-integration" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_ewfacquire", - "type": "tool", - "name": "ewfacquire", - "content": "ewfacquire command-line tool aus der libewf-bibliothek zum erstellen forensischer images im expert witness format (e01/ex01). erstellt segmentierte archive mit md5/sha1-hash-verifizierung und optionaler kompression. besonders wertvoll für linux-basierte imaging-workflows ohne gui-overhead. unterstützt case-metadaten, examiner-notizen und error-granularity für defekte sektoren. die segment-größe ist konfigurierbar für verschiedene storage-medien. integration in autopsy und andere tools über libewf. alternative zu proprietären windows-imaging-tools für open-source-forensik-umgebungen. besonders geschätzt: zuverlässigkeit, cross-platform-kompatibilität und standards-compliance für gerichtsfeste images. command-line 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.000774383544921875, - 0.021270751953125, - 0.0274200439453125, - -0.032501220703125, - 0.039886474609375, - 0.03497314453125, - 0.0127410888671875, - -0.001125335693359375, - -0.0095367431640625, - 0.013092041015625, - -0.03338623046875, - 0.032684326171875, - -0.0050506591796875, - -0.031646728515625, - -0.03814697265625, - 0.04534912109375, - -0.01045989990234375, - 0.018890380859375, - 0.00711822509765625, - 0.004547119140625, - -0.022491455078125, - -0.0134429931640625, - -0.047454833984375, - 0.01001739501953125, - 0.01221466064453125, - 0.0171356201171875, - -0.01221466064453125, - -0.0762939453125, - -0.00038433074951171875, - 0.010986328125, - 0.0170440673828125, - -0.00597381591796875, - 0.01076507568359375, - 0.0467529296875, - -0.00225067138671875, - -0.01361846923828125, - -0.020294189453125, - -0.038848876953125, - -0.0288238525390625, - 0.031463623046875, - -0.02899169921875, - 0.0030307769775390625, - 0.0199432373046875, - -0.0435791015625, - -0.0177459716796875, - -0.0159912109375, - 0.013092041015625, - -0.002986907958984375, - -0.013092041015625, - -0.024078369140625, - 0.033050537109375, - 0.034454345703125, - 0.007686614990234375, - -0.021087646484375, - -0.0423583984375, - 0.0302276611328125, - 0.01898193359375, - -0.01678466796875, - -0.0404052734375, - 0.051666259765625, - -0.06292724609375, - -0.0093994140625, - -0.023895263671875, - -0.0258331298828125, - 0.0014171600341796875, - 0.023193359375, - -0.02899169921875, - -0.03515625, - -0.01432037353515625, - 0.006237030029296875, - -0.0258331298828125, - 0.0010595321655273438, - -0.01221466064453125, - 0.047088623046875, - -0.027587890625, - -0.060089111328125, - 0.0223236083984375, - 0.01318359375, - -0.01116180419921875, - -0.010498046875, - -0.048492431640625, - -0.00507354736328125, - 0.0237274169921875, - -0.019683837890625, - -0.003536224365234375, - -0.00926971435546875, - 0.0040435791015625, - -0.00861358642578125, - -0.01036834716796875, - 0.004962921142578125, - 0.025299072265625, - -0.01111602783203125, - -0.0126495361328125, - -0.02899169921875, - 0.0311126708984375, - 0.0611572265625, - -0.0184478759765625, - 0.00034046173095703125, - 0.00817108154296875, - 0.032684326171875, - 0.03619384765625, - -0.041473388671875, - 0.054840087890625, - 0.01406097412109375, - 0.0699462890625, - -0.021087646484375, - 0.01511383056640625, - -0.002384185791015625, - -0.00746917724609375, - -0.037261962890625, - -0.10052490234375, - -0.034454345703125, - -0.0265350341796875, - -0.07489013671875, - -0.0009169578552246094, - -0.00909423828125, - -0.0033168792724609375, - 0.0467529296875, - -0.045684814453125, - -0.0157318115234375, - 0.01019287109375, - 0.0215301513671875, - 0.007293701171875, - 0.01502227783203125, - -0.033050537109375, - -0.03460693359375, - 0.00812530517578125, - 0.0157318115234375, - -0.06329345703125, - -0.02618408203125, - -0.033905029296875, - -0.010986328125, - -0.027587890625, - -0.003559112548828125, - -0.0017576217651367188, - -0.021270751953125, - 0.0286407470703125, - 0.00856781005859375, - -0.0170440673828125, - 0.006984710693359375, - 0.03057861328125, - -0.023895263671875, - -0.062225341796875, - 0.01247406005859375, - -0.028289794921875, - 0.0030307769775390625, - -0.031982421875, - 0.058349609375, - -0.032684326171875, - -0.01678466796875, - -0.01142120361328125, - 0.037078857421875, - 0.055877685546875, - -0.00202178955078125, - 0.0094451904296875, - -0.034271240234375, - 0.0030307769775390625, - -0.01361846923828125, - 0.0025043487548828125, - 0.006061553955078125, - -0.0281219482421875, - -0.00707244873046875, - 0.0016918182373046875, - 0.041107177734375, - -0.019500732421875, - -0.0423583984375, - -0.0177459716796875, - 0.000024020671844482422, - 0.0309295654296875, - 0.017486572265625, - 0.001537322998046875, - -0.01291656494140625, - 0.059051513671875, - 0.07135009765625, - 0.01361846923828125, - -0.0018453598022460938, - 0.0002224445343017578, - 0.01212310791015625, - 0.0555419921875, - 0.02337646484375, - -0.0101470947265625, - -0.0220489501953125, - 0.00887298583984375, - -0.007381439208984375, - 0.00830078125, - -0.034088134765625, - -0.0102386474609375, - 0.0149383544921875, - -0.04815673828125, - 0.0215301513671875, - -0.0307464599609375, - -0.01142120361328125, - -0.02197265625, - 0.024078369140625, - 0.0244293212890625, - 0.060089111328125, - 0.03515625, - -0.035491943359375, - 0.04534912109375, - -0.00597381591796875, - 0.005756378173828125, - 0.05377197265625, - -0.03515625, - 0.039703369140625, - 0.032867431640625, - 0.0008840560913085938, - 0.01617431640625, - 0.0391845703125, - 0.0223236083984375, - -0.0467529296875, - -0.0263671875, - 0.03814697265625, - -0.0065460205078125, - -0.048858642578125, - -0.0137939453125, - -0.017486572265625, - 0.0200347900390625, - -0.027069091796875, - -0.019775390625, - 0.01519775390625, - 0.00511932373046875, - -0.07415771484375, - -0.0003199577331542969, - 0.0113372802734375, - -0.0094451904296875, - 0.0170440673828125, - 0.0094451904296875, - -0.041290283203125, - -0.031982421875, - 0.0391845703125, - 0.007030487060546875, - 0.033050537109375, - -0.01396942138671875, - -0.0013179779052734375, - -0.01247406005859375, - -0.01151275634765625, - 0.06396484375, - 0.0159912109375, - 0.0207366943359375, - 0.0176544189453125, - -0.0033168792724609375, - 0.014495849609375, - -0.004657745361328125, - 0.034454345703125, - 0.0165252685546875, - -0.0295257568359375, - -0.0058441162109375, - 0.004459381103515625, - 0.025482177734375, - 0.0256500244140625, - -0.05377197265625, - 0.0003075599670410156, - -0.0927734375, - -0.0166015625, - -0.0723876953125, - -0.01511383056640625, - -0.0256500244140625, - -0.01739501953125, - 0.037445068359375, - -0.044097900390625, - -0.03778076171875, - -0.007732391357421875, - 0.026885986328125, - -0.019500732421875, - 0.049896240234375, - -0.006984710693359375, - -0.03814697265625, - -0.00347137451171875, - 0.0850830078125, - 0.0009832382202148438, - -0.0034923553466796875, - -0.038482666015625, - 0.0065460205078125, - 0.0020313262939453125, - 0.022674560546875, - -0.034271240234375, - -0.0256500244140625, - 0.023895263671875, - 0.041473388671875, - -0.004085540771484375, - -0.042694091796875, - 0.01502227783203125, - 0.0076446533203125, - 0.034454345703125, - -0.021881103515625, - 0.026885986328125, - 0.0201263427734375, - 0.015289306640625, - -0.03497314453125, - -0.062225341796875, - 0.02099609375, - 0.04534912109375, - 0.016876220703125, - -0.00936126708984375, - 0.0186309814453125, - -0.035308837890625, - 0.03460693359375, - -0.0017242431640625, - 0.0050506591796875, - 0.0220489501953125, - 0.02618408203125, - -0.0228424072265625, - 0.03338623046875, - 0.0003733634948730469, - 0.0134429931640625, - -0.0184478759765625, - -0.0303955078125, - -0.00931549072265625, - -0.0222320556640625, - -0.03057861328125, - -0.0251312255859375, - 0.03216552734375, - -0.0379638671875, - 0.0178375244140625, - -0.004413604736328125, - -0.0010328292846679688, - -0.036376953125, - -0.048858642578125, - -0.005405426025390625, - -0.0323486328125, - -0.0491943359375, - -0.0172271728515625, - 0.022491455078125, - -0.0209197998046875, - 0.003536224365234375, - -0.0127410888671875, - -0.0023059844970703125, - -0.0230255126953125, - 0.0230255126953125, - -0.005710601806640625, - 0.0555419921875, - 0.00579833984375, - 0.050262451171875, - 0.031982421875, - 0.00542449951171875, - 0.0187225341796875, - 0.0404052734375, - 0.03179931640625, - -0.02777099609375, - -0.0230255126953125, - -0.0127410888671875, - -0.0015048980712890625, - 0.0185394287109375, - -0.03515625, - -0.01898193359375, - -0.0142364501953125, - -0.01432037353515625, - 0.004283905029296875, - 0.023895263671875, - 0.0256500244140625, - 0.0235443115234375, - -0.06781005859375, - -0.007293701171875, - 0.054840087890625, - 0.006237030029296875, - 0.09490966796875, - -0.0137939453125, - -0.0391845703125, - 0.03900146484375, - 0.041473388671875, - -0.018096923828125, - -0.0120391845703125, - 0.041656494140625, - -0.006061553955078125, - 0.008087158203125, - 0.0237274169921875, - 0.0050506591796875, - 0.01045989990234375, - -0.0220489501953125, - -0.00027179718017578125, - 0.00799560546875, - -0.01256561279296875, - 0.0009169578552246094, - 0.053436279296875, - 0.03216552734375, - 0.01326751708984375, - 0.0137939453125, - -0.034088134765625, - -0.0187225341796875, - -0.021087646484375, - -0.059051513671875, - -0.01396942138671875, - 0.05517578125, - 0.02178955078125, - 0.034454345703125, - -0.035675048828125, - -0.048858642578125, - -0.0000349879264831543, - -0.032684326171875, - 0.05694580078125, - 0.0258331298828125, - 0.0181884765625, - 0.041839599609375, - -0.0267181396484375, - 0.01318359375, - 0.0379638671875, - -0.0005326271057128906, - 0.0230255126953125, - 0.0215301513671875, - 0.053070068359375, - 0.0215301513671875, - -0.0295257568359375, - 0.0247802734375, - 0.042877197265625, - 0.0113372802734375, - 0.004985809326171875, - 0.0093994140625, - 0.010498046875, - 0.00562286376953125, - -0.03619384765625, - 0.044281005859375, - 0.0260162353515625, - -0.00637054443359375, - 0.0230255126953125, - -0.005756378173828125, - 0.00025534629821777344, - -0.047088623046875, - -0.00511932373046875, - 0.0080413818359375, - -0.0222320556640625, - 0.019775390625, - 0.048492431640625, - -0.07275390625, - 0.007732391357421875, - 0.03497314453125, - -0.06817626953125, - 0.033203125, - 0.016876220703125, - -0.041839599609375, - -0.0094451904296875, - -0.01898193359375, - -0.038848876953125, - 0.033050537109375, - -0.023193359375, - -0.04217529296875, - 0.021881103515625, - 0.025482177734375, - -0.043060302734375, - -0.024078369140625, - -0.0300445556640625, - 0.01678466796875, - -0.022491455078125, - -0.0247802734375, - 0.061859130859375, - 0.0016803741455078125, - -0.0035152435302734375, - 0.0017681121826171875, - 0.0435791015625, - -0.01406097412109375, - -0.0230255126953125, - 0.06396484375, - -0.032684326171875, - -0.053436279296875, - 0.04779052734375, - -0.00417327880859375, - -0.00021970272064208984, - -0.041656494140625, - -0.0126495361328125, - -0.001987457275390625, - -0.007598876953125, - 0.019683837890625, - 0.0311126708984375, - -0.0404052734375, - -0.051666259765625, - -0.03515625, - 0.0281219482421875, - -0.00547027587890625, - 0.0265350341796875, - 0.01959228515625, - -0.04638671875, - 0.0220489501953125, - -0.042694091796875, - -0.0237274169921875, - -0.00164794921875, - 0.01239013671875, - -0.040252685546875, - 0.060791015625, - -0.0137939453125, - -0.027587890625, - -0.02020263671875, - 0.039703369140625, - 0.010589599609375, - 0.00821685791015625, - -0.010986328125, - 0.005580902099609375, - 0.0347900390625, - -0.06610107421875, - -0.0169525146484375, - -0.0169525146484375, - -0.01432037353515625, - 0.03778076171875, - -0.05517578125, - 0.00856781005859375, - -0.0115966796875, - -0.059051513671875, - -0.0404052734375, - -0.020477294921875, - -0.0036907196044921875, - -0.029693603515625, - 0.0141448974609375, - 0.061859130859375, - -0.033203125, - 0.0265350341796875, - 0.01519775390625, - 0.004634857177734375, - 0.0159912109375, - -0.017578125, - -0.01800537109375, - 0.04534912109375, - -0.058349609375, - -0.03936767578125, - -0.019775390625, - 0.047088623046875, - -0.023193359375, - -0.0169525146484375, - 0.008087158203125, - 0.0023937225341796875, - 0.03936767578125, - -0.042694091796875, - -0.0020313262939453125, - -0.027069091796875, - -0.027069091796875, - -0.01511383056640625, - -0.022674560546875, - 0.0025157928466796875, - 0.0286407470703125, - 0.00507354736328125, - 0.0193328857421875, - 0.03759765625, - -0.056243896484375, - 0.06640625, - 0.01406097412109375, - 0.0120391845703125, - -0.0187225341796875, - 0.0025157928466796875, - 0.003734588623046875, - 0.01959228515625, - 0.027587890625, - -0.010986328125, - -0.00439453125, - -0.06890869140625, - 0.0281219482421875, - 0.013092041015625, - 0.0016698837280273438, - -0.0084381103515625, - -0.052032470703125, - -0.080810546875, - -0.007293701171875, - 0.033905029296875, - 0.0010213851928710938, - 0.0014495849609375, - -0.02777099609375, - -0.03656005859375, - 0.0001709461212158203, - -0.033905029296875, - 0.0286407470703125, - -0.0221405029296875, - 0.01458740234375, - 0.004413604736328125, - -0.026885986328125, - 0.0184478759765625, - 0.038482666015625, - 0.028289794921875, - -0.0033397674560546875, - 0.010894775390625, - -0.013092041015625, - 0.0119476318359375, - -0.0203857421875, - -0.0523681640625, - -0.01458740234375, - -0.016693115234375, - 0.0097503662109375, - -0.0286407470703125, - -0.02777099609375, - 0.00542449951171875, - 0.038482666015625, - 0.0435791015625, - -0.0185394287109375, - -0.001361846923828125, - 0.0263671875, - -0.00799560546875, - 0.07061767578125, - -0.01476287841796875, - -0.033203125, - 0.00926971435546875, - 0.01537322998046875, - 0.043060302734375, - 0.033203125, - 0.0033168792724609375, - -0.021881103515625, - -0.0061492919921875, - 0.0379638671875, - -0.0194244384765625, - -0.0157318115234375, - -0.0163421630859375, - 0.015899658203125, - 0.017486572265625, - 0.060791015625, - 0.006679534912109375, - 0.061859130859375, - 0.003997802734375, - -0.0036468505859375, - 0.031646728515625, - 0.08013916015625, - 0.03057861328125, - -0.027069091796875, - -0.0286407470703125, - 0.006107330322265625, - 0.001224517822265625, - -0.034271240234375, - -0.04779052734375, - -0.00882720947265625, - 0.08929443359375, - -0.06640625, - 0.002086639404296875, - -0.023193359375, - -0.0181884765625, - -0.0026798248291015625, - 0.035491943359375, - -0.01107025146484375, - 0.01076507568359375, - 0.0028553009033203125, - -0.048492431640625, - -0.0094451904296875, - -0.067138671875, - 0.00252532958984375, - 0.0302276611328125, - 0.041839599609375, - -0.0244293212890625, - 0.0249481201171875, - -0.0020313262939453125, - 0.0014276504516601562, - 0.0300445556640625, - 0.044464111328125, - 0.01300811767578125, - 0.01221466064453125, - 0.051666259765625, - 0.0435791015625, - -0.0120391845703125, - -0.022674560546875, - -0.00362396240234375, - 0.044281005859375, - 0.04638671875, - 0.0811767578125, - 0.0249481201171875, - 0.007556915283203125, - 0.00209808349609375, - -0.041107177734375, - -0.0214385986328125, - 0.0192413330078125, - 0.0214385986328125, - -0.054473876953125, - -0.03057861328125, - 0.0171356201171875, - -0.04217529296875, - 0.0272369384765625, - 0.01326751708984375, - -0.00452423095703125, - -0.0156402587890625, - 0.0347900390625, - -0.0293426513671875, - -0.045684814453125, - 0.0176544189453125, - -0.023895263671875, - -0.0360107421875, - -0.032684326171875, - -0.017303466796875, - 0.0286407470703125, - -0.0176544189453125, - -0.05975341796875, - -0.0419921875, - 0.0291748046875, - -0.0086517333984375, - -0.03936767578125, - -0.053070068359375, - -0.0031414031982421875, - -0.01256561279296875, - -0.057281494140625, - -0.0579833984375, - -0.006809234619140625, - 0.018280029296875, - -0.0272369384765625, - 0.007160186767578125, - -0.00676727294921875, - -0.0272369384765625, - -0.0228424072265625, - -0.027069091796875, - -0.0200347900390625, - 0.0256500244140625, - -0.044281005859375, - 0.031646728515625, - 0.011199951171875, - 0.02777099609375, - 0.0213470458984375, - 0.06573486328125, - -0.0291748046875, - 0.01617431640625, - -0.03375244140625, - -0.061859130859375, - 0.0258331298828125, - 0.00882720947265625, - -0.0101470947265625, - -0.05096435546875, - -0.01959228515625, - 0.0523681640625, - -0.054473876953125, - 0.0055999755859375, - -0.00562286376953125, - -0.00821685791015625, - -0.031646728515625, - -0.0223236083984375, - -0.0249481201171875, - 0.01300811767578125, - 0.08575439453125, - -0.00882720947265625, - -0.0208282470703125, - -0.0222320556640625, - -0.024078369140625, - 0.05377197265625, - 0.00812530517578125, - 0.0149383544921875, - -0.040069580078125, - 0.027587890625, - 0.0228424072265625, - -0.0137939453125, - 0.0237274169921875, - -0.060089111328125, - 0.00020325183868408203, - 0.01116180419921875, - 0.032501220703125, - -0.028289794921875, - -0.0256500244140625, - -0.048492431640625, - -0.029876708984375, - -0.034271240234375, - 0.044281005859375, - 0.0007524490356445312, - 0.0137939453125, - -0.038482666015625, - -0.0029659271240234375, - -0.01282501220703125, - -0.0203857421875, - -0.023193359375, - -0.037445068359375, - 0.0491943359375, - 0.004547119140625, - -0.057281494140625, - 0.031280517578125, - 0.031982421875, - -0.01335906982421875, - 0.00909423828125, - 0.06890869140625, - -0.01546478271484375, - 0.013092041015625, - -0.00799560546875, - 0.049560546875, - 0.00861358642578125, - -0.003536224365234375, - 0.0022296905517578125, - -0.0006093978881835938, - 0.03656005859375, - -0.021087646484375, - 0.0692138671875, - 0.005710601806640625, - -0.049896240234375, - -0.058349609375, - -0.042694091796875, - -0.04815673828125, - 0.0206451416015625, - -0.0323486328125, - 0.050262451171875, - 0.01837158203125, - -0.0025043487548828125, - -0.11737060546875, - 0.06890869140625, - -0.004261016845703125, - 0.04254150390625, - 0.0072479248046875, - -0.01326751708984375, - -0.0258331298828125, - -0.0423583984375, - 0.00005900859832763672, - 0.0186309814453125, - -0.0491943359375, - 0.0166015625, - -0.005008697509765625, - 0.01335906982421875, - 0.0222320556640625, - -0.0101470947265625, - -0.0265350341796875, - 0.041839599609375, - 0.0086517333984375, - -0.0193328857421875, - 0.0643310546875, - -0.0221405029296875, - 0.0184478759765625, - -0.00040912628173828125, - -0.0163421630859375, - 0.001087188720703125, - -0.005580902099609375, - 0.005008697509765625, - -0.008087158203125, - 0.0302276611328125, - 0.05694580078125, - -0.01221466064453125, - 0.01441192626953125, - 0.00058746337890625, - 0.0162506103515625, - 0.01959228515625, - -0.029876708984375, - 0.01458740234375, - -0.0036678314208984375, - -0.0272369384765625, - -0.01537322998046875, - -0.06396484375, - -0.087890625, - 0.027587890625, - -0.02618408203125, - -0.0272369384765625, - 0.0165252685546875, - 0.044281005859375, - 0.0205535888671875, - -0.037261962890625, - 0.01432037353515625, - -0.010101318359375, - 0.0020542144775390625, - -0.01678466796875, - 0.050262451171875, - -0.018096923828125, - 0.0286407470703125, - 0.0012187957763671875, - -0.07171630859375, - 0.0065460205078125, - -0.0115966796875, - 0.019683837890625, - -0.0080413818359375, - -0.0163421630859375, - -0.0391845703125, - 0.022491455078125, - -0.08892822265625, - -0.031280517578125, - 0.0119476318359375, - 0.0170440673828125, - 0.01071929931640625, - -0.0242462158203125, - 0.0491943359375, - -0.00597381591796875, - -0.04095458984375, - 0.0288238525390625, - -0.01502227783203125, - -0.02337646484375, - 0.033203125, - -0.012298583984375, - 0.0017242431640625, - 0.005161285400390625, - 0.044281005859375, - 0.0228424072265625, - 0.048492431640625, - -0.01045989990234375, - -0.0200347900390625, - 0.0032291412353515625, - -0.01519775390625, - 0.0185394287109375, - 0.035491943359375, - 0.0015926361083984375, - -0.00562286376953125, - 0.0112457275390625, - -0.0013341903686523438, - -0.0811767578125, - -0.0216217041015625, - -0.0166015625, - -0.0360107421875, - -0.0010986328125, - 0.08154296875, - 0.04254150390625, - 0.0135345458984375, - 0.00856781005859375, - 0.061492919921875, - 0.017486572265625, - 0.021881103515625, - -0.00676727294921875, - -0.044097900390625, - -0.033050537109375, - 0.0010814666748046875, - -0.00882720947265625, - -0.057647705078125, - 0.059051513671875, - 0.044647216796875, - -0.0135345458984375, - -0.00922393798828125, - 0.0206451416015625, - 0.00637054443359375, - 0.057647705078125, - 0.0169525146484375, - 0.0069427490234375, - -0.05377197265625, - 0.0303955078125, - 0.004108428955078125, - -0.00966644287109375, - -0.005359649658203125, - -0.004283905029296875, - -0.027069091796875, - 0.02337646484375, - -0.069580078125, - -0.014495849609375, - -0.0134429931640625, - 0.060089111328125, - 0.01151275634765625, - -0.03900146484375, - -0.03955078125, - 0.0367431640625, - -0.0007796287536621094, - -0.016082763671875, - 0.0038890838623046875, - 0.011688232421875, - -0.00852203369140625, - 0.0230255126953125, - 0.032867431640625, - 0.00746917724609375, - 0.040069580078125, - 0.0094451904296875, - -0.04815673828125, - 0.0003514289855957031, - -0.02020263671875, - 0.01371002197265625, - -0.0166015625, - -0.03179931640625, - -0.005580902099609375, - -0.069580078125, - 0.060791015625, - 0.0023059844970703125, - 0.049896240234375, - 0.025299072265625, - 0.008087158203125, - 0.005756378173828125, - 0.01239013671875, - 0.006591796875, - 0.0206451416015625, - 0.0176544189453125, - 0.01519775390625, - 0.01361846923828125, - -0.00637054443359375, - 0.0094451904296875, - -0.03619384765625, - 0.0307464599609375, - -0.037261962890625, - 0.00799560546875, - -0.061492919921875, - 0.012298583984375, - 0.0036468505859375, - -0.0230255126953125, - 0.005931854248046875, - -0.019500732421875, - 0.01151275634765625, - -0.01291656494140625, - -0.026885986328125, - 0.0113372802734375, - 0.014495849609375, - -0.00852203369140625, - 0.0105438232421875, - 0.0201263427734375, - -0.0093994140625, - -0.0127410888671875, - -0.055877685546875, - 0.073486328125, - 0.04638671875, - 0.004306793212890625, - 0.008697509765625, - 0.0274200439453125, - 0.01898193359375, - 0.0127410888671875, - 0.032867431640625, - 0.01212310791015625, - -0.03497314453125, - 0.033905029296875, - 0.05096435546875, - -0.00882720947265625, - -0.02618408203125, - 0.033203125, - 0.0222320556640625, - -0.0274200439453125, - 0.043060302734375, - 0.027587890625, - 0.023193359375, - 0.0012845993041992188, - -0.0142364501953125, - -0.0186309814453125, - -0.037445068359375, - 0.06292724609375, - 0.03778076171875, - -0.006591796875, - 0.044647216796875, - -0.0251312255859375, - 0.035858154296875, - 0.000024020671844482422, - 0.060455322265625, - -0.0335693359375, - 0.057281494140625, - -0.022674560546875, - 0.00791168212890625, - 0.0058441162109375, - 0.0311126708984375, - -0.0008730888366699219, - 0.0086517333984375, - -0.01371002197265625, - 0.05694580078125, - 0.04638671875, - -0.0209197998046875, - -0.058349609375, - -0.0228424072265625, - -0.002735137939453125, - 0.002536773681640625, - 0.051300048828125, - -0.0288238525390625, - -0.011199951171875, - 0.02337646484375, - 0.05059814453125, - 0.05413818359375, - -0.006237030029296875, - 0.04638671875, - 0.00002473592758178711, - -0.023193359375, - -0.0260162353515625, - -0.0006260871887207031 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "command-line", - "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_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. command-line 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.006549835205078125, - 0.023834228515625, - 0.0209808349609375, - 0.0110626220703125, - 0.03076171875, - 0.036651611328125, - 0.0182342529296875, - -0.0016613006591796875, - -0.0230712890625, - -0.0192718505859375, - -0.039886474609375, - 0.0823974609375, - 0.00968170166015625, - 0.003204345703125, - -0.052398681640625, - 0.00916290283203125, - 0.00006973743438720703, - -0.01153564453125, - 0.02239990234375, - 0.02581787109375, - -0.0185089111328125, - -0.0128173828125, - -0.05657958984375, - 0.005863189697265625, - 0.0156707763671875, - 0.01015472412109375, - -0.01708984375, - -0.08428955078125, - -0.0018634796142578125, - 0.0047454833984375, - 0.001613616943359375, - -0.042724609375, - -0.005481719970703125, - 0.035308837890625, - 0.01129913330078125, - -0.0243072509765625, - -0.0004153251647949219, - -0.03607177734375, - -0.023834228515625, - 0.040252685546875, - -0.0132904052734375, - -0.00792694091796875, - -0.003536224365234375, - -0.01442718505859375, - -0.02734375, - -0.0482177734375, - -0.00963592529296875, - 0.0009136199951171875, - -0.0033702850341796875, - -0.039306640625, - 0.055450439453125, - 0.0210723876953125, - 0.0183258056640625, - -0.0211639404296875, - -0.052398681640625, - 0.024200439453125, - 0.02410888671875, - -0.01300811767578125, - -0.041778564453125, - 0.054290771484375, - -0.053924560546875, - -0.0261993408203125, - -0.0141448974609375, - -0.0269622802734375, - 0.0114898681640625, - 0.016998291015625, - -0.02410888671875, - -0.02752685546875, - 0.0033931732177734375, - -0.00640869140625, - 0.01348114013671875, - -0.0125274658203125, - -0.01519012451171875, - 0.02581787109375, - -0.0175628662109375, - -0.046905517578125, - 0.0115814208984375, - 0.00963592529296875, - -0.00617218017578125, - -0.0049591064453125, - -0.0260162353515625, - 0.0115814208984375, - 0.0192718505859375, - -0.0177459716796875, - 0.01181793212890625, - 0.006740570068359375, - 0.022491455078125, - 0.0142364501953125, - -0.015380859375, - -0.00887298583984375, - 0.01395416259765625, - -0.01395416259765625, - -0.0133819580078125, - -0.018035888671875, - 0.0190887451171875, - 0.0645751953125, - -0.035308837890625, - -0.020599365234375, - -0.021636962890625, - 0.035491943359375, - 0.024871826171875, - -0.04425048828125, - 0.065673828125, - -0.0260162353515625, - 0.045745849609375, - -0.0128173828125, - 0.0033702850341796875, - -0.0111541748046875, - -0.0260162353515625, - -0.0020294189453125, - -0.09454345703125, - -0.031707763671875, - -0.02923583984375, - -0.05657958984375, - -0.0128173828125, - 0.002040863037109375, - -0.0008721351623535156, - 0.048980712890625, - -0.033233642578125, - -0.039306640625, - 0.00797271728515625, - 0.01357269287109375, - 0.00605010986328125, - 0.006740570068359375, - -0.0653076171875, - -0.06378173828125, - -0.00920867919921875, - 0.034942626953125, - -0.038543701171875, - -0.03094482421875, - -0.0160369873046875, - -0.007595062255859375, - -0.0176544189453125, - -0.005222320556640625, - -0.023834228515625, - -0.01262664794921875, - 0.0055999755859375, - -0.006931304931640625, - 0.014617919921875, - 0.025054931640625, - 0.0217437744140625, - -0.035125732421875, - -0.05621337890625, - 0.01181793212890625, - -0.03228759765625, - -0.0303802490234375, - -0.0244903564453125, - 0.047088623046875, - -0.036834716796875, - -0.015380859375, - -0.0167083740234375, - 0.02069091796875, - 0.046142578125, - 0.0149993896484375, - 0.006122589111328125, - -0.057342529296875, - 0.00429534912109375, - -0.025634765625, - 0.038177490234375, - -0.0123443603515625, - -0.0243072509765625, - -0.0093536376953125, - -0.01015472412109375, - 0.0208892822265625, - -0.01471710205078125, - -0.05657958984375, - -0.00711822509765625, - 0.032470703125, - 0.023345947265625, - -0.0124359130859375, - 0.0288543701171875, - -0.00835418701171875, - 0.052032470703125, - 0.07708740234375, - -0.0128173828125, - 0.0125274658203125, - 0.0026226043701171875, - -0.01395416259765625, - 0.03228759765625, - 0.055450439453125, - -0.038360595703125, - -0.039306640625, - 0.02410888671875, - 0.007595062255859375, - 0.045562744140625, - -0.0185089111328125, - -0.0183258056640625, - -0.011962890625, - -0.01471710205078125, - 0.026580810546875, - -0.0167999267578125, - -0.0124359130859375, - -0.0190887451171875, - 0.038177490234375, - 0.0090179443359375, - 0.0645751953125, - 0.028106689453125, - -0.028289794921875, - 0.0260162353515625, - -0.01357269287109375, - 0.038909912109375, - 0.036651611328125, - -0.005767822265625, - 0.06719970703125, - 0.00835418701171875, - -0.00028777122497558594, - 0.004604339599609375, - 0.0478515625, - 0.035491943359375, - -0.0192718505859375, - -0.038726806640625, - 0.04425048828125, - -0.00797271728515625, - -0.012054443359375, - -0.035308837890625, - -0.0254364013671875, - 0.023345947265625, - -0.00916290283203125, - -0.0116729736328125, - 0.014617919921875, - 0.0013885498046875, - -0.07025146484375, - 0.00972747802734375, - 0.0261993408203125, - -0.0141448974609375, - 0.016326904296875, - 0.0149078369140625, - -0.0165252685546875, - -0.043670654296875, - 0.02923583984375, - 0.0077362060546875, - 0.04083251953125, - 0.004985809326171875, - -0.0006380081176757812, - -0.0213623046875, - -0.015380859375, - 0.03607177734375, - 0.043670654296875, - 0.0121002197265625, - 0.0024089813232421875, - -0.01357269287109375, - 0.062286376953125, - -0.02752685546875, - 0.034759521484375, - 0.040435791015625, - -0.04425048828125, - 0.0141448974609375, - 0.0036792755126953125, - 0.0213623046875, - 0.040618896484375, - -0.07440185546875, - -0.0133819580078125, - -0.0858154296875, - 0.005863189697265625, - -0.0546875, - -0.047088623046875, - -0.0254364013671875, - -0.06756591796875, - 0.017852783203125, - -0.005931854248046875, - -0.0328369140625, - -0.0174713134765625, - 0.0167999267578125, - -0.004913330078125, - 0.032470703125, - -0.0175628662109375, - -0.032073974609375, - 0.00882720947265625, - 0.1002197265625, - -0.028472900390625, - 0.003345489501953125, - -0.006740570068359375, - 0.0430908203125, - -0.00968170166015625, - 0.00702667236328125, - -0.0244903564453125, - 0.0042724609375, - 0.025054931640625, - 0.0219268798828125, - 0.040069580078125, - -0.01519012451171875, - 0.0174713134765625, - -0.00365447998046875, - 0.031890869140625, - -0.02923583984375, - 0.0150909423828125, - -0.004413604736328125, - 0.01898193359375, - 0.01096343994140625, - -0.052032470703125, - -0.014617919921875, - 0.0237274169921875, - 0.0084991455078125, - -0.004604339599609375, - -0.00469970703125, - -0.03436279296875, - 0.0064544677734375, - -0.0296173095703125, - -0.01727294921875, - 0.026763916015625, - 0.052032470703125, - -0.0196533203125, - 0.0031795501708984375, - 0.0007948875427246094, - 0.002788543701171875, - -0.02410888671875, - -0.032073974609375, - -0.01309967041015625, - -0.00553131103515625, - -0.035491943359375, - -0.0145263671875, - 0.0015783309936523438, - -0.0200347900390625, - 0.02069091796875, - 0.0219268798828125, - -0.007358551025390625, - -0.041015625, - -0.038909912109375, - 0.0114898681640625, - 0.0005755424499511719, - -0.038177490234375, - -0.045745849609375, - 0.02410888671875, - 0.015380859375, - -0.001293182373046875, - -0.0012693405151367188, - 0.00972747802734375, - -0.0413818359375, - 0.021453857421875, - -0.00472259521484375, - 0.0305633544921875, - 0.01557159423828125, - 0.034759521484375, - 0.022491455078125, - 0.009490966796875, - 0.00882720947265625, - 0.050506591796875, - 0.031890869140625, - -0.0157623291015625, - -0.0102081298828125, - 0.0015783309936523438, - -0.020782470703125, - 0.015380859375, - -0.0227813720703125, - -0.061126708984375, - -0.01480865478515625, - -0.0165252685546875, - 0.02325439453125, - 0.0261993408203125, - 0.0131988525390625, - 0.0182342529296875, - -0.03778076171875, - 0.0081634521484375, - 0.06036376953125, - -0.0019931793212890625, - 0.086181640625, - -0.00839996337890625, - -0.0254364013671875, - 0.004154205322265625, - 0.05352783203125, - -0.0218353271484375, - 0.0141448974609375, - 0.0191802978515625, - 0.04840087890625, - -0.002231597900390625, - 0.0244903564453125, - -0.00595855712890625, - -0.003513336181640625, - -0.01271820068359375, - -0.0217437744140625, - 0.020782470703125, - -0.044036865234375, - 0.016143798828125, - 0.01528167724609375, - 0.021453857421875, - 0.01727294921875, - 0.0305633544921875, - -0.00954437255859375, - -0.02392578125, - -0.05352783203125, - -0.0687255859375, - -0.01641845703125, - 0.0269622802734375, - 0.00873565673828125, - 0.05694580078125, - -0.028106689453125, - -0.057342529296875, - 0.0213623046875, - -0.042327880859375, - 0.06951904296875, - 0.040435791015625, - 0.012054443359375, - 0.03948974609375, - -0.0230712890625, - 0.01224517822265625, - 0.025054931640625, - -0.005504608154296875, - 0.029998779296875, - 0.07330322265625, - 0.05963134765625, - 0.01442718505859375, - -0.03399658203125, - 0.0296173095703125, - 0.022979736328125, - 0.0254364013671875, - 0.004058837890625, - 0.07061767578125, - 0.00868988037109375, - 0.04840087890625, - -0.0341796875, - 0.047271728515625, - 0.040252685546875, - 0.01091766357421875, - 0.003559112548828125, - -0.0120086669921875, - 0.014617919921875, - -0.04156494140625, - 0.00726318359375, - 0.015472412109375, - 0.0141448974609375, - 0.0396728515625, - 0.03778076171875, - -0.058868408203125, - -0.028472900390625, - 0.04937744140625, - -0.050506591796875, - 0.0157623291015625, - 0.032470703125, - -0.029998779296875, - -0.00954437255859375, - -0.018035888671875, - -0.032470703125, - 0.022979736328125, - -0.03948974609375, - -0.045562744140625, - 0.02410888671875, - 0.0413818359375, - -0.038543701171875, - -0.0159454345703125, - -0.037017822265625, - -0.024688720703125, - -0.03265380859375, - -0.022979736328125, - 0.0546875, - 0.00897216796875, - 0.033782958984375, - 0.0173797607421875, - 0.032073974609375, - 0.001346588134765625, - -0.03778076171875, - 0.05279541015625, - -0.031341552734375, - -0.039306640625, - 0.021636962890625, - 0.0225982666015625, - 0.0175628662109375, - -0.01134490966796875, - -0.0303802490234375, - 0.0149993896484375, - 0.025634765625, - 0.016998291015625, - 0.0182342529296875, - -0.04669189453125, - -0.06036376953125, - -0.05352783203125, - 0.024871826171875, - 0.0020885467529296875, - 0.031890869140625, - 0.017181396484375, - -0.04766845703125, - 0.033050537109375, - -0.04974365234375, - -0.03607177734375, - 0.01262664794921875, - -0.009063720703125, - -0.018035888671875, - 0.035125732421875, - -0.00322723388671875, - -0.005695343017578125, - -0.019561767578125, - 0.03741455078125, - 0.006359100341796875, - -0.0097808837890625, - -0.05657958984375, - 0.033599853515625, - 0.0277252197265625, - -0.048980712890625, - -0.0077362060546875, - -0.01224517822265625, - 0.003559112548828125, - 0.04083251953125, - -0.04669189453125, - -0.00954437255859375, - -0.0080718994140625, - -0.065673828125, - -0.050872802734375, - -0.043853759765625, - -0.0123443603515625, - -0.052398681640625, - 0.024871826171875, - 0.026763916015625, - -0.0094451904296875, - 0.057342529296875, - -0.018707275390625, - -0.0007386207580566406, - 0.0098724365234375, - 0.00839996337890625, - -0.01215362548828125, - 0.040618896484375, - -0.040069580078125, - -0.050506591796875, - -0.026397705078125, - 0.029998779296875, - -0.036651611328125, - 0.0149993896484375, - 0.0149078369140625, - -0.008544921875, - 0.032470703125, - -0.0550537109375, - -0.0121002197265625, - -0.023834228515625, - -0.03094482421875, - -0.0166168212890625, - -0.019744873046875, - -0.0021839141845703125, - 0.0230712890625, - -0.00555419921875, - -0.00811767578125, - 0.020782470703125, - -0.038909912109375, - 0.023834228515625, - 0.00783538818359375, - -0.006122589111328125, - 0.0020885467529296875, - -0.013763427734375, - 0.0008544921875, - 0.01442718505859375, - 0.00702667236328125, - -0.029052734375, - -0.021270751953125, - -0.07635498046875, - 0.003726959228515625, - -0.0097808837890625, - -0.01091766357421875, - -0.0261993408203125, - -0.047271728515625, - -0.038177490234375, - -0.000667572021484375, - 0.0379638671875, - 0.0001728534698486328, - -0.00830841064453125, - -0.031707763671875, - -0.0160369873046875, - -0.0177459716796875, - -0.0211639404296875, - 0.0482177734375, - -0.0208892822265625, - 0.009490966796875, - -0.01025390625, - -0.01215362548828125, - 0.01357269287109375, - 0.029815673828125, - 0.00930023193359375, - 0.01480865478515625, - 0.0186004638671875, - -0.008209228515625, - 0.005054473876953125, - 0.0179443359375, - -0.00982666015625, - 0.002597808837890625, - -0.0294342041015625, - 0.02581787109375, - -0.032470703125, - -0.023345947265625, - 0.0271453857421875, - 0.021270751953125, - 0.0311431884765625, - -0.004817962646484375, - -0.0220184326171875, - 0.0220184326171875, - 0.0058135986328125, - 0.06683349609375, - -0.0294342041015625, - -0.038726806640625, - 0.03399658203125, - 0.0049591064453125, - 0.038909912109375, - 0.047088623046875, - 0.0011272430419921875, - -0.026763916015625, - 0.01300811767578125, - 0.0550537109375, - -0.0009670257568359375, - -0.0237274169921875, - -0.04498291015625, - 0.03570556640625, - -0.00783538818359375, - 0.0430908203125, - 0.006977081298828125, - 0.07440185546875, - 0.007358551025390625, - 0.0033931732177734375, - 0.04937744140625, - 0.08465576171875, - 0.035888671875, - -0.0305633544921875, - -0.05657958984375, - -0.0102996826171875, - -0.00446319580078125, - -0.021453857421875, - -0.035308837890625, - 0.0166168212890625, - 0.0679931640625, - -0.036834716796875, - -0.026580810546875, - -0.0016498565673828125, - -0.0102996826171875, - 0.005695343017578125, - 0.02239990234375, - -0.03607177734375, - 0.0199432373046875, - 0.006122589111328125, - -0.0615234375, - -0.0073089599609375, - -0.0160369873046875, - 0.00844573974609375, - 0.044036865234375, - 0.0237274169921875, - -0.024017333984375, - 0.038543701171875, - 0.01262664794921875, - 0.036468505859375, - 0.0060272216796875, - 0.0185089111328125, - 0.0209808349609375, - 0.0252532958984375, - 0.04290771484375, - 0.045745849609375, - -0.03094482421875, - 0.0023975372314453125, - 0.0042724609375, - 0.0243072509765625, - 0.048614501953125, - 0.05999755859375, - 0.00605010986328125, - 0.0005192756652832031, - 0.005054473876953125, - -0.0751953125, - 0.016143798828125, - -0.008544921875, - 0.0131988525390625, - -0.0516357421875, - -0.02325439453125, - 0.00982666015625, - -0.0303802490234375, - 0.038360595703125, - -0.006931304931640625, - -0.03399658203125, - 0.0064544677734375, - 0.045562744140625, - -0.005031585693359375, - -0.048614501953125, - 0.009918212890625, - -0.02923583984375, - -0.026397705078125, - -0.0237274169921875, - -0.0235443115234375, - 0.0328369140625, - -0.0150909423828125, - -0.060760498046875, - -0.028106689453125, - 0.0345458984375, - -0.006076812744140625, - -0.05126953125, - -0.031341552734375, - 0.02923583984375, - -0.0243072509765625, - -0.037017822265625, - -0.0430908203125, - -0.030181884765625, - 0.0210723876953125, - -0.039886474609375, - -0.005222320556640625, - -0.005222320556640625, - -0.004131317138671875, - 0.003322601318359375, - -0.031341552734375, - -0.038177490234375, - 0.026763916015625, - -0.050506591796875, - 0.054290771484375, - 0.008209228515625, - 0.0115814208984375, - 0.018707275390625, - 0.0615234375, - -0.015472412109375, - 0.0199432373046875, - -0.016326904296875, - -0.06610107421875, - 0.01181793212890625, - 0.00873565673828125, - -0.0038928985595703125, - -0.06683349609375, - 0.0106353759765625, - 0.031707763671875, - -0.072509765625, - -0.0183258056640625, - -0.0228729248046875, - 0.005126953125, - -0.06036376953125, - 0.00424957275390625, - -0.004558563232421875, - 0.01557159423828125, - 0.0755615234375, - 0.00659942626953125, - -0.018798828125, - 0.0080718994140625, - -0.029815673828125, - 0.061126708984375, - 0.04803466796875, - -0.00424957275390625, - -0.03741455078125, - 0.033599853515625, - 0.0167999267578125, - -0.03759765625, - 0.00018990039825439453, - -0.06988525390625, - -0.001934051513671875, - 0.01519012451171875, - 0.01433563232421875, - -0.018707275390625, - -0.00868988037109375, - -0.046142578125, - -0.0184173583984375, - -0.01348114013671875, - 0.01898193359375, - 0.00617218017578125, - 0.0115814208984375, - -0.0286712646484375, - -0.0019702911376953125, - -0.00617218017578125, - -0.036651611328125, - -0.0345458984375, - -0.0110626220703125, - 0.031890869140625, - 0.00595855712890625, - -0.0831298828125, - 0.028106689453125, - 0.029052734375, - 0.0133819580078125, - 0.0260162353515625, - 0.06610107421875, - -0.033416748046875, - -0.01129913330078125, - 0.00514984130859375, - 0.045562744140625, - -0.00344085693359375, - -0.00344085693359375, - -0.0167083740234375, - 0.0252532958984375, - 0.013763427734375, - -0.029998779296875, - 0.050506591796875, - 0.0311431884765625, - -0.025054931640625, - -0.05963134765625, - -0.026580810546875, - -0.04461669921875, - 0.03741455078125, - -0.006549835205078125, - 0.028106689453125, - 0.0090179443359375, - -0.004154205322265625, - -0.103271484375, - 0.0396728515625, - -0.00301361083984375, - 0.0150909423828125, - 0.025634765625, - -0.00873565673828125, - -0.05963134765625, - -0.050872802734375, - -0.0033931732177734375, - 0.00467681884765625, - -0.0345458984375, - 0.022216796875, - 0.0133819580078125, - -0.00429534912109375, - 0.0016260147094726562, - -0.01528167724609375, - -0.016326904296875, - 0.040252685546875, - 0.0133819580078125, - -0.032073974609375, - 0.06036376953125, - -0.04974365234375, - 0.0175628662109375, - -0.0106353759765625, - 0.0162353515625, - 0.0157623291015625, - -0.006931304931640625, - -0.033050537109375, - -0.00873565673828125, - 0.025634765625, - 0.047454833984375, - -0.030181884765625, - 0.0183258056640625, - -0.0121002197265625, - 0.0193634033203125, - 0.004627227783203125, - -0.01812744140625, - 0.0236358642578125, - 0.004558563232421875, - -0.036834716796875, - -0.0097808837890625, - -0.04669189453125, - -0.0831298828125, - -0.0006289482116699219, - -0.043487548828125, - -0.003559112548828125, - 0.0235443115234375, - 0.0254364013671875, - 0.01309967041015625, - -0.0413818359375, - 0.041961669921875, - 0.0131988525390625, - -0.0081634521484375, - -0.0090179443359375, - 0.0106353759765625, - -0.01068115234375, - 0.03265380859375, - 0.01181793212890625, - -0.021636962890625, - 0.01471710205078125, - -0.022308349609375, - -0.0182342529296875, - -0.013671875, - 0.00429534912109375, - -0.01143646240234375, - 0.029815673828125, - -0.06610107421875, - -0.02581787109375, - 0.0094451904296875, - 0.030181884765625, - -0.01068115234375, - -0.02325439453125, - 0.0615234375, - -0.0011987686157226562, - -0.07977294921875, - 0.0128173828125, - -0.040618896484375, - -0.028472900390625, - 0.0199432373046875, - -0.0271453857421875, - -0.005863189697265625, - 0.026763916015625, - 0.028472900390625, - 0.0210723876953125, - 0.038360595703125, - -0.0012874603271484375, - -0.0305633544921875, - -0.0014896392822265625, - 0.0016965866088867188, - 0.038543701171875, - 0.0236358642578125, - 0.0218353271484375, - -0.0199432373046875, - 0.033416748046875, - 0.0235443115234375, - -0.110107421875, - -0.00711822509765625, - -0.03265380859375, - -0.01983642578125, - 0.026397705078125, - 0.053924560546875, - 0.035125732421875, - -0.00664520263671875, - 0.032073974609375, - 0.034942626953125, - 0.01727294921875, - -0.01100921630859375, - -0.03076171875, - -0.06646728515625, - -0.01641845703125, - 0.01224517822265625, - 0.0176544189453125, - -0.05279541015625, - 0.05963134765625, - 0.057708740234375, - -0.00540924072265625, - 0.017852783203125, - 0.026580810546875, - 0.01177215576171875, - 0.04937744140625, - 0.0176544189453125, - 0.03228759765625, - -0.065673828125, - 0.03607177734375, - 0.03912353515625, - -0.0173797607421875, - -0.0190887451171875, - -0.00711822509765625, - -0.0254364013671875, - 0.02734375, - -0.06646728515625, - 0.0175628662109375, - 0.0156707763671875, - 0.068359375, - 0.016326904296875, - -0.0345458984375, - -0.033050537109375, - 0.0236358642578125, - -0.0018987655639648438, - -0.0156707763671875, - -0.01015472412109375, - 0.00745391845703125, - -0.016998291015625, - 0.0254364013671875, - 0.0303802490234375, - 0.01433563232421875, - 0.04766845703125, - 0.01641845703125, - -0.045196533203125, - 0.0254364013671875, - -0.0176544189453125, - 0.02734375, - -0.00783538818359375, - -0.0193634033203125, - 0.00531768798828125, - -0.061126708984375, - 0.05810546875, - -0.0208892822265625, - 0.041015625, - 0.018890380859375, - -0.035125732421875, - -0.00911712646484375, - 0.002872467041015625, - -0.0030612945556640625, - 0.048614501953125, - 0.01898193359375, - 0.0237274169921875, - 0.0211639404296875, - 0.01262664794921875, - 0.015472412109375, - -0.058868408203125, - 0.038360595703125, - -0.031524658203125, - -0.0009794235229492188, - -0.048980712890625, - -0.0031566619873046875, - 0.018035888671875, - -0.031341552734375, - -0.01528167724609375, - -0.021270751953125, - -0.0009732246398925781, - -0.01049041748046875, - -0.033233642578125, - 0.0060272216796875, - 0.04974365234375, - -0.0447998046875, - 0.028106689453125, - 0.02581787109375, - -0.0008130073547363281, - -0.01224517822265625, - -0.047088623046875, - 0.0653076171875, - 0.038909912109375, - 0.003917694091796875, - -0.0084991455078125, - 0.005931854248046875, - 0.0328369140625, - 0.0142364501953125, - 0.0303802490234375, - 0.01271820068359375, - -0.0211639404296875, - 0.035308837890625, - 0.03076171875, - 0.01395416259765625, - -0.0209808349609375, - 0.0244903564453125, - 0.018798828125, - -0.040435791015625, - 0.036468505859375, - 0.0084991455078125, - 0.0205078125, - -0.01983642578125, - -0.0090179443359375, - -0.024017333984375, - -0.045562744140625, - 0.07745361328125, - -0.0141448974609375, - -0.00450897216796875, - 0.0303802490234375, - -0.0254364013671875, - 0.04425048828125, - 0.020782470703125, - 0.052398681640625, - -0.0254364013671875, - 0.02734375, - -0.033050537109375, - 0.0205078125, - -0.004913330078125, - 0.047454833984375, - -0.018035888671875, - 0.0279083251953125, - -0.02734375, - 0.053924560546875, - 0.0008544921875, - -0.0097808837890625, - -0.05963134765625, - -0.00617218017578125, - 0.012908935546875, - 0.00726318359375, - 0.029815673828125, - -0.034942626953125, - -0.00011867284774780273, - -0.0149993896484375, - 0.04669189453125, - 0.06719970703125, - -0.024200439453125, - 0.031707763671875, - 0.00621795654296875, - 0.003559112548828125, - -0.033050537109375, - 0.01983642578125 - ], - "metadata": { - "domains": [ - "malware-analysis", - "ics-forensics", - "static-investigations" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "command-line", - "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_QGIS", - "type": "tool", - "name": "QGIS", - "content": "qgis das open-source geographic information system verwandelt forensik-daten mit geobezug in aussagekräftige karten und analysen. visualisiert bewegungsprofile aus smartphone-gps, fahrzeug-telematik oder fitness-trackern. heatmaps zeigen aufenthaltsschwerpunkte. buffer-analysen identifizieren mögliche treffpunkte. die python-integration (pyqgis) automatisiert massen-datenverarbeitung. import aus gpx, kml, csv mit koordinaten. temporal controller animiert bewegungen über zeit. spatial queries finden überschneidungen: \"wer war wann am selben ort?\". openstreetmap- integration für kontext. 3d-visualisierung für drohnen-flugpfade. print composer erstellt gerichtsfeste karten. die steile lernkurve wird durch exzellente tutorials gemildert. plugins erweitern für spezialfälle wie cell-tower-analyse. unverzichtbar wenn wo-und-wann zur schlüsselfrage wird. 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.0290679931640625, - 0.0299530029296875, - 0.037872314453125, - 0.00841522216796875, - 0.0186767578125, - 0.0234222412109375, - 0.01849365234375, - -0.0019702911376953125, - 0.009246826171875, - -0.0014972686767578125, - -0.02783203125, - 0.055328369140625, - 0.0006909370422363281, - 0.0037212371826171875, - -0.058135986328125, - 0.020782470703125, - -0.019287109375, - 0.0088958740234375, - 0.01171112060546875, - -0.016387939453125, - -0.00673675537109375, - -0.0006852149963378906, - -0.048614501953125, - 0.0197296142578125, - -0.003566741943359375, - 0.0167388916015625, - -0.0230712890625, - -0.041046142578125, - -0.011627197265625, - 0.0191192626953125, - 0.0227203369140625, - -0.032073974609375, - -0.00841522216796875, - 0.0325927734375, - -0.01065826416015625, - -0.020965576171875, - 0.00678253173828125, - -0.05145263671875, - -0.031005859375, - 0.0224609375, - -0.0160369873046875, - 0.0006604194641113281, - -0.0008091926574707031, - -0.0014638900756835938, - -0.0099945068359375, - -0.04315185546875, - -0.008544921875, - -0.0229034423828125, - 0.0265960693359375, - -0.045806884765625, - 0.0265960693359375, - 0.048614501953125, - 0.021759033203125, - 0.00409698486328125, - -0.021575927734375, - 0.0196380615234375, - 0.017181396484375, - -0.028717041015625, - -0.038055419921875, - 0.0401611328125, - -0.018402099609375, - -0.002685546875, - -0.01690673828125, - -0.0092926025390625, - 0.02801513671875, - 0.03857421875, - -0.01189422607421875, - -0.0297698974609375, - 0.0013704299926757812, - -0.0013208389282226562, - 0.008056640625, - -0.0119781494140625, - -0.00506591796875, - 0.0220184326171875, - -0.0341796875, - -0.05072021484375, - 0.022552490234375, - 0.01690673828125, - 0.002994537353515625, - -0.006252288818359375, - -0.06060791015625, - -0.003986358642578125, - 0.0560302734375, - -0.03082275390625, - -0.025726318359375, - 0.0158538818359375, - 0.0234222412109375, - 0.023956298828125, - 0.0004925727844238281, - 0.01329803466796875, - 0.031707763671875, - -0.0038967132568359375, - 0.048614501953125, - -0.019195556640625, - 0.01418304443359375, - 0.065185546875, - -0.010345458984375, - -0.003963470458984375, - -0.0150604248046875, - 0.01294708251953125, - 0.0186767578125, - -0.047576904296875, - 0.050018310546875, - -0.00713348388671875, - 0.047576904296875, - -0.03399658203125, - 0.006870269775390625, - 0.00409698486328125, - 0.0224609375, - -0.0288848876953125, - -0.099365234375, - -0.039276123046875, - -0.0008697509765625, - -0.048614501953125, - -0.0015745162963867188, - 0.01532745361328125, - -0.033477783203125, - 0.0560302734375, - -0.056365966796875, - -0.047576904296875, - 0.02325439453125, - 0.047210693359375, - 0.01180267333984375, - 0.0281829833984375, - -0.03857421875, - -0.0272979736328125, - 0.0073089599609375, - 0.01136016845703125, - -0.04791259765625, - -0.016204833984375, - -0.031341552734375, - -0.04296875, - 0.00862884521484375, - -0.0199127197265625, - 0.0221099853515625, - 0.006519317626953125, - 0.036468505859375, - -0.0151519775390625, - -0.01690673828125, - 0.0205230712890625, - 0.005107879638671875, - -0.01259613037109375, - -0.062347412109375, - 0.0026645660400390625, - -0.058135986328125, - -0.0168304443359375, - -0.014617919921875, - 0.041229248046875, - -0.0260772705078125, - -0.0180511474609375, - -0.00643157958984375, - 0.00907135009765625, - 0.0556640625, - 0.0032596588134765625, - -0.00365447998046875, - -0.03399658203125, - -0.0108795166015625, - 0.0120697021484375, - 0.0357666015625, - -0.0244903564453125, - -0.0283660888671875, - 0.02105712890625, - 0.0172576904296875, - 0.0274810791015625, - -0.00243377685546875, - -0.048980712890625, - -0.024139404296875, - 0.02642822265625, - 0.01153564453125, - 0.00563812255859375, - 0.031890869140625, - -0.034881591796875, - 0.06622314453125, - 0.056732177734375, - 0.00986480712890625, - 0.041748046875, - -0.01061248779296875, - -0.0281829833984375, - 0.033294677734375, - 0.01523590087890625, - -0.0003097057342529297, - -0.01189422607421875, - 0.028717041015625, - 0.0112762451171875, - 0.04052734375, - 0.003391265869140625, - -0.033294677734375, - -0.0032806396484375, - -0.0267791748046875, - 0.033477783203125, - -0.028717041015625, - -0.0214080810546875, - -0.00907135009765625, - 0.0465087890625, - 0.0250091552734375, - 0.05743408203125, - 0.00911712646484375, - -0.007793426513671875, - 0.007045745849609375, - 0.0070037841796875, - 0.01171112060546875, - 0.0465087890625, - -0.01171112060546875, - 0.0325927734375, - 0.006694793701171875, - 0.0180511474609375, - -0.00017547607421875, - 0.0496826171875, - 0.0205230712890625, - -0.01690673828125, - 0.005306243896484375, - 0.04791259765625, - -0.00933837890625, - -0.01215362548828125, - -0.024658203125, - -0.033477783203125, - 0.0007543563842773438, - -0.021575927734375, - -0.005901336669921875, - 0.006694793701171875, - -0.0262451171875, - -0.053192138671875, - -0.00797271728515625, - 0.039459228515625, - -0.019378662109375, - 0.033111572265625, - 0.0341796875, - -0.0221099853515625, - -0.0054168701171875, - 0.01453399658203125, - 0.00603485107421875, - 0.022369384765625, - 0.0081024169921875, - 0.00598907470703125, - 0.0018053054809570312, - -0.04315185546875, - 0.036651611328125, - 0.0126800537109375, - 0.02801513671875, - 0.00678253173828125, - -0.033111572265625, - 0.050018310546875, - -0.01312255859375, - 0.025543212890625, - 0.039825439453125, - -0.0281829833984375, - 0.009735107421875, - -0.0038967132568359375, - 0.01030731201171875, - 0.034515380859375, - -0.051788330078125, - -0.0019483566284179688, - -0.05743408203125, - -0.008453369140625, - -0.0433349609375, - -0.0325927734375, - -0.0036983489990234375, - -0.0258941650390625, - 0.059539794921875, - -0.036102294921875, - -0.0272979736328125, - 0.003215789794921875, - 0.0272979736328125, - -0.01070404052734375, - 0.016998291015625, - -0.005107879638671875, - -0.025360107421875, - -0.002994537353515625, - 0.06976318359375, - -0.00258636474609375, - -0.0027408599853515625, - -0.0167388916015625, - 0.031890869140625, - -0.020782470703125, - 0.03558349609375, - -0.0306549072265625, - 0.0195465087890625, - 0.0272979736328125, - 0.00753021240234375, - 0.0108795166015625, - -0.0119781494140625, - 0.007091522216796875, - -0.01096343994140625, - 0.01947021484375, - -0.0560302734375, - 0.0107879638671875, - 0.002300262451171875, - -0.0069580078125, - -0.00876617431640625, - -0.06341552734375, - -0.00783538818359375, - 0.059173583984375, - -0.0003178119659423828, - 0.0005698204040527344, - 0.00603485107421875, - -0.0208740234375, - 0.0219268798828125, - -0.00201416015625, - -0.0220184326171875, - 0.031524658203125, - 0.0251922607421875, - -0.036102294921875, - 0.004207611083984375, - 0.017791748046875, - 0.0295867919921875, - -0.06024169921875, - -0.041229248046875, - -0.01153564453125, - -0.019287109375, - -0.054962158203125, - -0.007442474365234375, - -0.006473541259765625, - -0.04351806640625, - -0.0033245086669921875, - -0.0211334228515625, - 0.0288848876953125, - -0.013214111328125, - -0.057769775390625, - 0.020782470703125, - -0.0338134765625, - -0.059173583984375, - -0.0258941650390625, - 0.068359375, - 0.0189361572265625, - 0.00440216064453125, - -0.0234222412109375, - -0.0120697021484375, - -0.0123291015625, - -0.0262451171875, - -0.0222015380859375, - 0.03240966796875, - -0.005153656005859375, - 0.045440673828125, - 0.031341552734375, - 0.0182342529296875, - 0.0014753341674804688, - 0.06903076171875, - 0.034515380859375, - -0.0020694732666015625, - 0.01224517822265625, - 0.0230712890625, - 0.039825439453125, - 0.03436279296875, - -0.024658203125, - -0.0294189453125, - -0.0070037841796875, - -0.0290679931640625, - 0.03857421875, - 0.0413818359375, - 0.0222015380859375, - 0.0283660888671875, - -0.02923583984375, - -0.0101318359375, - 0.039459228515625, - -0.00598907470703125, - 0.084228515625, - -0.0274810791015625, - -0.059906005859375, - 0.003391265869140625, - 0.00775146484375, - -0.01303863525390625, - -0.0281829833984375, - 0.052490234375, - -0.00867462158203125, - 0.00616455078125, - 0.023956298828125, - -0.0028400421142578125, - 0.0295867919921875, - -0.0341796875, - -0.0198211669921875, - 0.002696990966796875, - -0.01383209228515625, - 0.0191192626953125, - 0.047576904296875, - 0.0190277099609375, - -0.0016841888427734375, - 0.0173492431640625, - -0.034881591796875, - -0.006649017333984375, - -0.0421142578125, - -0.06060791015625, - 0.0158538818359375, - 0.0213165283203125, - 0.01180267333984375, - 0.044403076171875, - -0.04034423828125, - -0.077880859375, - 0.025726318359375, - -0.025360107421875, - 0.06024169921875, - 0.0718994140625, - 0.01043701171875, - 0.031707763671875, - -0.03277587890625, - -0.0044708251953125, - 0.05072021484375, - 0.007045745849609375, - 0.0213165283203125, - 0.057769775390625, - 0.0073089599609375, - 0.00231170654296875, - -0.0369873046875, - 0.0341796875, - 0.0234222412109375, - 0.03997802734375, - -0.00977325439453125, - 0.0244903564453125, - 0.033477783203125, - 0.01383209228515625, - -0.025543212890625, - 0.034698486328125, - 0.0413818359375, - -0.0288848876953125, - -0.00032901763916015625, - -0.0297698974609375, - 0.0297698974609375, - -0.045806884765625, - -0.004184722900390625, - -0.01153564453125, - 0.006252288818359375, - 0.01488494873046875, - 0.030303955078125, - -0.051788330078125, - 0.0229034423828125, - 0.00942230224609375, - -0.0704345703125, - 0.0299530029296875, - 0.025360107421875, - -0.0267791748046875, - 0.0584716796875, - -0.043853759765625, - -0.04510498046875, - 0.03558349609375, - -0.031707763671875, - -0.0260772705078125, - 0.013214111328125, - 0.0262451171875, - -0.04827880859375, - -0.050384521484375, - -0.031524658203125, - -0.00499725341796875, - -0.01259613037109375, - 0.002147674560546875, - 0.047210693359375, - 0.0191192626953125, - 0.00872039794921875, - 0.028717041015625, - 0.031524658203125, - 0.01145172119140625, - -0.0251922607421875, - 0.0281829833984375, - -0.031005859375, - -0.0401611328125, - 0.021484375, - 0.0338134765625, - 0.0288848876953125, - -0.03839111328125, - -0.024658203125, - -0.022552490234375, - 0.01453399658203125, - 0.01479339599609375, - 0.01444244384765625, - -0.04791259765625, - -0.0229034423828125, - -0.0294189453125, - 0.0294189453125, - -0.0015087127685546875, - 0.02801513671875, - -0.01021575927734375, - -0.06268310546875, - 0.01611328125, - -0.0687255859375, - -0.0212249755859375, - -0.006916046142578125, - 0.01558685302734375, - -0.0160369873046875, - 0.053192138671875, - 0.01470947265625, - 0.00916290283203125, - -0.0101318359375, - 0.073974609375, - -0.024139404296875, - -0.00757598876953125, - -0.048980712890625, - 0.05072021484375, - -0.00942230224609375, - -0.05108642578125, - 0.00144195556640625, - -0.01453399658203125, - -0.006694793701171875, - 0.0496826171875, - -0.054962158203125, - -0.013916015625, - 0.003566741943359375, - -0.056732177734375, - -0.0218505859375, - -0.054962158203125, - -0.0167388916015625, - -0.02069091796875, - 0.034881591796875, - 0.033294677734375, - 0.0127716064453125, - 0.0218505859375, - 0.01708984375, - 0.021759033203125, - 0.010040283203125, - 0.0281829833984375, - -0.002201080322265625, - 0.0236053466796875, - -0.0251922607421875, - -0.03680419921875, - -0.011627197265625, - 0.0276641845703125, - -0.03875732421875, - -0.0190277099609375, - 0.0120697021484375, - -0.0230712890625, - 0.048614501953125, - -0.0244903564453125, - -0.025360107421875, - -0.037353515625, - -0.006824493408203125, - -0.037689208984375, - -0.04510498046875, - 0.01016998291015625, - 0.0229034423828125, - 0.0070037841796875, - 0.002685546875, - 0.020172119140625, - -0.07330322265625, - 0.00643157958984375, - 0.033294677734375, - 0.01259613037109375, - 0.0181427001953125, - 0.005855560302734375, - -0.002048492431640625, - -0.01611328125, - 0.0272979736328125, - -0.0401611328125, - -0.037689208984375, - -0.0775146484375, - 0.0128631591796875, - -0.00223541259765625, - -0.0227203369140625, - -0.021575927734375, - -0.0258941650390625, - -0.0433349609375, - 0.0012445449829101562, - 0.025360107421875, - -0.0031490325927734375, - -0.01026153564453125, - -0.0306549072265625, - 0.00429534912109375, - -0.014007568359375, - -0.001651763916015625, - 0.0218505859375, - -0.0007486343383789062, - 0.002048492431640625, - -0.011627197265625, - -0.046844482421875, - 0.031707763671875, - 0.004932403564453125, - 0.02642822265625, - -0.004360198974609375, - 0.0221099853515625, - -0.0496826171875, - 0.0186767578125, - -0.01611328125, - 0.01303863525390625, - 0.00757598876953125, - -0.0258941650390625, - 0.0297698974609375, - -0.0528564453125, - -0.003765106201171875, - -0.0003771781921386719, - 0.003566741943359375, - 0.01189422607421875, - -0.004756927490234375, - -0.0213165283203125, - 0.0401611328125, - 0.00775146484375, - 0.071533203125, - -0.0180511474609375, - -0.057769775390625, - 0.00025177001953125, - 0.003192901611328125, - 0.04296875, - 0.05389404296875, - -0.011627197265625, - -0.0123291015625, - 0.00350189208984375, - 0.02642822265625, - -0.0025539398193359375, - -0.027130126953125, - -0.0224609375, - 0.02923583984375, - 0.0214080810546875, - 0.05426025390625, - 0.0009741783142089844, - 0.0965576171875, - 0.0007319450378417969, - -0.008453369140625, - 0.019989013671875, - 0.0736083984375, - 0.031005859375, - -0.050384521484375, - -0.045806884765625, - 0.0034580230712890625, - 0.00539398193359375, - -0.03997802734375, - -0.0274810791015625, - 0.0243072509765625, - 0.034515380859375, - -0.0616455078125, - -0.01145172119140625, - -0.02642822265625, - -0.01497650146484375, - 0.0037441253662109375, - 0.025726318359375, - -0.020172119140625, - 0.0244903564453125, - -0.002399444580078125, - -0.0219268798828125, - -0.006076812744140625, - -0.0077056884765625, - 0.009246826171875, - 0.055328369140625, - 0.0258941650390625, - -0.02069091796875, - 0.019195556640625, - 0.025543212890625, - 0.0272979736328125, - -0.004978179931640625, - 0.047576904296875, - 0.0134735107421875, - 0.0033245086669921875, - 0.037872314453125, - 0.055328369140625, - -0.0311737060546875, - -0.026947021484375, - 0.01145172119140625, - 0.0222015380859375, - 0.05389404296875, - 0.06976318359375, - -0.0281829833984375, - 0.0107879638671875, - 0.0026645660400390625, - -0.041046142578125, - -0.003940582275390625, - 0.0008754730224609375, - 0.024139404296875, - -0.0283660888671875, - -0.052490234375, - 0.020263671875, - -0.044036865234375, - 0.053558349609375, - -0.008453369140625, - -0.01312255859375, - -0.006694793701171875, - 0.0243072509765625, - -0.00797271728515625, - -0.052154541015625, - 0.01136016845703125, - -0.0048675537109375, - -0.0250091552734375, - -0.0096893310546875, - -0.043701171875, - 0.02801513671875, - -0.019989013671875, - -0.0311737060546875, - -0.0030612945556640625, - 0.02325439453125, - -0.0213165283203125, - -0.048614501953125, - -0.025360107421875, - 0.019195556640625, - -0.0230712890625, - -0.01947021484375, - -0.052490234375, - -0.0158538818359375, - 0.00827789306640625, - -0.0229034423828125, - 0.01444244384765625, - 0.00986480712890625, - -0.037872314453125, - -0.00634002685546875, - -0.00440216064453125, - -0.028717041015625, - 0.03240966796875, - -0.04052734375, - 0.0172576904296875, - 0.011138916015625, - 0.019195556640625, - 0.040863037109375, - 0.03521728515625, - -0.00021326541900634766, - 0.000583648681640625, - -0.03277587890625, - -0.010528564453125, - 0.0206146240234375, - 0.0092926025390625, - 0.0033245086669921875, - -0.09722900390625, - 0.0173492431640625, - 0.059173583984375, - -0.08135986328125, - 0.006916046142578125, - 0.0191192626953125, - -0.0191192626953125, - -0.035064697265625, - -0.00801849365234375, - -0.0142669677734375, - 0.01026153564453125, - 0.10919189453125, - -0.0168304443359375, - 0.00717926025390625, - 0.0199127197265625, - -0.0357666015625, - 0.052154541015625, - 0.0304718017578125, - 0.0198211669921875, - -0.0290679931640625, - 0.0297698974609375, - 0.0160369873046875, - -0.0311737060546875, - 0.0038089752197265625, - -0.07220458984375, - -0.01383209228515625, - 0.0224609375, - 0.0024547576904296875, - -0.0214080810546875, - 0.003566741943359375, - -0.0556640625, - -0.038238525390625, - -0.05426025390625, - 0.028717041015625, - 0.002994537353515625, - 0.00946807861328125, - -0.056365966796875, - -0.025360107421875, - -0.013916015625, - -0.0687255859375, - -0.03558349609375, - -0.0258941650390625, - 0.0244903564453125, - 0.01418304443359375, - -0.0528564453125, - 0.008148193359375, - -0.0004925727844238281, - 0.0014867782592773438, - 0.008453369140625, - 0.07220458984375, - -0.0528564453125, - -0.006473541259765625, - 0.00027942657470703125, - -0.00792694091796875, - 0.00757598876953125, - 0.0002243518829345703, - -0.01180267333984375, - 0.027130126953125, - 0.01303863525390625, - -0.043701171875, - 0.037872314453125, - 0.056365966796875, - -0.017791748046875, - -0.05108642578125, - -0.01096343994140625, - -0.057769775390625, - 0.051788330078125, - -0.0123291015625, - 0.05743408203125, - -0.0009026527404785156, - -0.0011892318725585938, - -0.08209228515625, - 0.0297698974609375, - -0.0281829833984375, - 0.042266845703125, - 0.0274810791015625, - -0.01479339599609375, - -0.0771484375, - -0.048614501953125, - -0.034881591796875, - 0.03875732421875, - -0.03240966796875, - 0.0250091552734375, - -0.005767822265625, - 0.0150604248046875, - -0.006298065185546875, - -0.0322265625, - 0.01096343994140625, - 0.039459228515625, - -0.0005421638488769531, - -0.038055419921875, - 0.0465087890625, - -0.0258941650390625, - 0.01497650146484375, - 0.01171112060546875, - 0.0151519775390625, - -0.0123291015625, - -0.0019159317016601562, - -0.039093017578125, - -0.002819061279296875, - 0.0465087890625, - 0.057769775390625, - -0.0084991455078125, - 0.00449371337890625, - -0.025543212890625, - 0.01303863525390625, - -0.03082275390625, - -0.02325439453125, - 0.00867462158203125, - 0.005615234375, - -0.0219268798828125, - -0.0150604248046875, - -0.06304931640625, - -0.1029052734375, - -0.0012607574462890625, - -0.044921875, - -0.0267791748046875, - -0.01303863525390625, - 0.01947021484375, - 0.0007433891296386719, - -0.0265960693359375, - 0.03436279296875, - -0.00405120849609375, - -0.00841522216796875, - -0.045440673828125, - 0.0128631591796875, - -0.01374053955078125, - 0.04034423828125, - 0.0027408599853515625, - -0.0262451171875, - 0.00823211669921875, - -0.0204315185546875, - 0.0008974075317382812, - -0.001739501953125, - 0.01250457763671875, - -0.0157623291015625, - 0.0189361572265625, - -0.05145263671875, - -0.036285400390625, - 0.02783203125, - 0.02008056640625, - -0.004337310791015625, - -0.032928466796875, - 0.04052734375, - 0.00023257732391357422, - -0.060943603515625, - 0.01180267333984375, - -0.01136016845703125, - -0.031890869140625, - 0.017791748046875, - 0.00841522216796875, - 0.0024776458740234375, - 0.00519561767578125, - 0.02227783203125, - 0.0206146240234375, - 0.0389404296875, - 0.00643157958984375, - -0.0020580291748046875, - 0.0107879638671875, - -0.01611328125, - 0.0037441253662109375, - 0.0288848876953125, - 0.025726318359375, - -0.02325439453125, - 0.01708984375, - 0.0166473388671875, - -0.0870361328125, - -0.0174407958984375, - -0.0198211669921875, - -0.047576904296875, - 0.005504608154296875, - 0.056732177734375, - 0.043701171875, - -0.0164642333984375, - 0.0445556640625, - 0.0230712890625, - 0.034515380859375, - -0.01250457763671875, - -0.0182342529296875, - -0.0810546875, - -0.0265960693359375, - 0.0283660888671875, - 0.0341796875, - -0.050384521484375, - 0.036102294921875, - 0.067626953125, - 0.0019588470458984375, - -0.01497650146484375, - -0.0172576904296875, - -0.0009794235229492188, - 0.05108642578125, - 0.031005859375, - 0.004581451416015625, - -0.08489990234375, - -0.007091522216796875, - 0.0243072509765625, - -0.016204833984375, - 0.00907135009765625, - -0.021759033203125, - -0.0401611328125, - 0.04351806640625, - -0.050018310546875, - -0.0127716064453125, - -0.0070037841796875, - 0.06268310546875, - 0.033477783203125, - -0.043853759765625, - -0.01690673828125, - 0.045440673828125, - 0.028533935546875, - -0.03594970703125, - 0.035064697265625, - -0.01312255859375, - -0.00753021240234375, - 0.0265960693359375, - 0.050384521484375, - -0.00022840499877929688, - 0.048980712890625, - 0.01444244384765625, - -0.039642333984375, - 0.0024547576904296875, - -0.00524139404296875, - 0.023956298828125, - -0.00270843505859375, - -0.047210693359375, - -0.0267791748046875, - -0.064453125, - 0.025726318359375, - 0.01338958740234375, - 0.01374053955078125, - 0.0181427001953125, - 0.019287109375, - -0.006519317626953125, - 0.0165557861328125, - 0.0174407958984375, - 0.040679931640625, - 0.018768310546875, - -0.0058135986328125, - 0.003192901611328125, - 0.0243072509765625, - 0.01092529296875, - -0.0299530029296875, - 0.0274810791015625, - -0.0283660888671875, - -0.004207611083984375, - -0.0297698974609375, - -0.01303863525390625, - 0.0005502700805664062, - -0.0197296142578125, - -0.0103912353515625, - -0.0267791748046875, - 0.00946807861328125, - -0.0150604248046875, - -0.0205230712890625, - -0.0134735107421875, - 0.023956298828125, - -0.0655517578125, - 0.00977325439453125, - 0.044219970703125, - -0.039459228515625, - 0.00603485107421875, - -0.058837890625, - 0.0771484375, - 0.0234222412109375, - 0.025726318359375, - -0.009735107421875, - 0.026947021484375, - 0.036102294921875, - -0.0034122467041015625, - -0.016204833984375, - 0.041046142578125, - -0.00539398193359375, - 0.043853759765625, - 0.05706787109375, - 0.0218505859375, - -0.039276123046875, - 0.0181427001953125, - -0.0011730194091796875, - -0.06304931640625, - 0.052154541015625, - -0.0019817352294921875, - 0.01338958740234375, - -0.017974853515625, - 0.0164642333984375, - -0.00801849365234375, - -0.053192138671875, - 0.06414794921875, - 0.031524658203125, - -0.007396697998046875, - 0.00885009765625, - -0.042633056640625, - 0.0155029296875, - 0.02227783203125, - 0.020965576171875, - -0.053558349609375, - 0.0560302734375, - -0.018402099609375, - 0.005306243896484375, - -0.0088958740234375, - 0.01409149169921875, - -0.0189361572265625, - 0.04791259765625, - -0.0164642333984375, - 0.056732177734375, - 0.01145172119140625, - 0.01021575927734375, - -0.050384521484375, - -0.01532745361328125, - 0.02227783203125, - 0.0100860595703125, - 0.06268310546875, - -0.05426025390625, - -0.02227783203125, - 0.001827239990234375, - 0.046142578125, - 0.07965087890625, - -0.00365447998046875, - 0.037689208984375, - 0.00603485107421875, - -0.0009360313415527344, - -0.01444244384765625, - -0.02923583984375 - ], - "metadata": { - "domains": [ - "static-investigations", - "fraud-investigation", - "mobile-forensics", - "incident-response" - ], - "phases": [ - "analysis", - "reporting" - ], - "tags": [ - "gui", - "geolocation", - "visualization", - "heatmap", - "scripting", + "correlation-engine", "cross-platform", - "movement-analysis", - "temporal-animation", - "spatial-queries", - "3d-visualization", - "print-composer", - "plugin-ecosystem" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_PhotoRec", - "type": "tool", - "name": "PhotoRec", - "content": "photorec der datenretter ignoriert dateisysteme und findet gelöschte dateien durch signature-scanning - selbst nach formatierung. über 300 dateiformate von jpegs über office-dokumente bis zu verschlüsselten archives. die companion- software testdisk repariert zusätzlich partitionstabellen. arbeitet read-only für forensische integrität. besonders stark: recovery von fat/ntfs/ext-systemen, rettung von sd-karten und usb-sticks, funktioniert bei beschädigten dateisystemen. die brute-force-methode findet dateien die andere tools übersehen. konfigurierbare signaturen für spezielle formate. der paranoid-mode prüft jeden sektor. besonders wertvoll für multimedia-recovery bei kinderpornografie-fällen. die text-ui wirkt antiquiert, aber die effektivität ist unübertroffen. batch-mode für automatisierte recovery. die freie lizenz und cross-platform-support machen es zum standard-tool weltweit. oft letzte hoffnung wenn kommerzielle tools versagen. 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.007053375244140625, - -0.004638671875, - 0.01495361328125, - -0.024505615234375, - 0.03607177734375, - 0.03607177734375, - 0.0161285400390625, - 0.0017232894897460938, - -0.00530242919921875, - -0.013153076171875, - -0.034149169921875, - 0.053680419921875, - 0.0169677734375, - -0.0080108642578125, - -0.0712890625, - 0.034149169921875, - 0.01209259033203125, - 0.0172882080078125, - 0.005725860595703125, - 0.005092620849609375, - 0.0020294189453125, - -0.00821685791015625, - -0.06109619140625, - -0.0101318359375, - 0.00408172607421875, - -0.0009546279907226562, - -0.0279998779296875, - -0.083984375, - -0.0093841552734375, - 0.0026111602783203125, - -0.005146026611328125, - -0.00763702392578125, - 0.020263671875, - 0.04095458984375, - 0.03753662109375, - -0.0100250244140625, - -0.01288604736328125, - -0.040313720703125, - -0.01198577880859375, - 0.046234130859375, - -0.035003662109375, - -0.0237579345703125, - 0.0257720947265625, - -0.004428863525390625, - -0.032867431640625, - -0.03076171875, - 0.0009083747863769531, - -0.016326904296875, - 0.0266265869140625, - -0.049224853515625, - 0.039459228515625, - 0.01453399658203125, - -0.0037384033203125, - -0.01453399658203125, - -0.054107666015625, - 0.0157012939453125, - 0.0284271240234375, - -0.031402587890625, - -0.02142333984375, - 0.054718017578125, - -0.06109619140625, - -0.0223846435546875, - -0.00630950927734375, - -0.033294677734375, - -0.0001939535140991211, - 0.00965118408203125, - -0.0106048583984375, - -0.03033447265625, - 0.0016374588012695312, - -0.0020809173583984375, - 0.0101318359375, - -0.008697509765625, - -0.032257080078125, - 0.0161285400390625, - -0.0255584716796875, - -0.041778564453125, - -0.00046062469482421875, - 0.030975341796875, - 0.024078369140625, - -0.0154876708984375, - -0.06365966796875, - 0.021209716796875, - 0.009918212890625, - -0.0132598876953125, - 0.00562286376953125, - -0.002956390380859375, - 0.0316162109375, - 0.0264129638671875, - 0.0190887451171875, - 0.0027713775634765625, - 0.0284271240234375, - -0.00540924072265625, - 0.007160186767578125, - -0.00986480712890625, - 0.036712646484375, - 0.0589599609375, - -0.017822265625, - 0.0093841552734375, - -0.00843048095703125, - 0.0185546875, - 0.031829833984375, - -0.0419921875, - 0.0712890625, - -0.0201568603515625, - 0.03521728515625, - -0.0089111328125, - 0.0201568603515625, - -0.0124664306640625, - -0.045623779296875, - -0.0250396728515625, - -0.105224609375, - -0.03076171875, - -0.0164337158203125, - -0.0670166015625, - 0.007106781005859375, - -0.0208892822265625, - 0.0061798095703125, - 0.06365966796875, - -0.04412841796875, - -0.0419921875, - 0.0218505859375, - 0.007904052734375, - -0.01087188720703125, - 0.00848388671875, - -0.045806884765625, - -0.046875, - -0.00389862060546875, - 0.036285400390625, - -0.0237579345703125, - -0.0225982666015625, - -0.012725830078125, - -0.019622802734375, - -0.0162353515625, - -0.0217437744140625, - -0.01076507568359375, - -0.0288543701171875, - 0.0270538330078125, - -0.0019893646240234375, - -0.0205841064453125, - -0.0067901611328125, - 0.0379638671875, - -0.045196533203125, - -0.06195068359375, - 0.0243988037109375, - -0.039886474609375, - 0.0217437744140625, - -0.030120849609375, - 0.058563232421875, - -0.032470703125, - -0.0032215118408203125, - -0.003765106201171875, - 0.0273590087890625, - 0.050689697265625, - -0.0024261474609375, - 0.0059661865234375, - -0.0526123046875, - -0.003765106201171875, - -0.03350830078125, - 0.037109375, - 0.01432037353515625, - -0.0264129638671875, - 0.0460205078125, - -0.0188751220703125, - 0.033721923828125, - -0.0005536079406738281, - -0.0653076171875, - -0.020782470703125, - 0.0205841064453125, - 0.01177215576171875, - 0.0004973411560058594, - 0.030548095703125, - 0.0101318359375, - 0.042633056640625, - 0.07421875, - 0.00461578369140625, - 0.02545166015625, - 0.0090179443359375, - 0.0001176595687866211, - 0.030975341796875, - 0.031402587890625, - -0.0172882080078125, - -0.0379638671875, - 0.02716064453125, - 0.019622802734375, - 0.0106048583984375, - -0.0183563232421875, - -0.0251312255859375, - -0.00774383544921875, - -0.0257720947265625, - 0.04095458984375, - -0.01256561279296875, - -0.0023860931396484375, - 0.006603240966796875, - -0.00811767578125, - -0.00591278076171875, - 0.0712890625, - 0.045196533203125, - -0.01432037353515625, - 0.01824951171875, - -0.02142333984375, - 0.0154876708984375, - 0.039886474609375, - -0.033721923828125, - 0.048583984375, - 0.01389312744140625, - 0.026092529296875, - 0.01129913330078125, - 0.0264129638671875, - 0.01065826416015625, - -0.04156494140625, - -0.0186614990234375, - 0.055999755859375, - -0.01029205322265625, - -0.020782470703125, - -0.03265380859375, - -0.037109375, - 0.0225982666015625, - -0.0022144317626953125, - -0.00206756591796875, - 0.0051727294921875, - -0.029693603515625, - -0.049652099609375, - 0.024505615234375, - -0.0035266876220703125, - -0.0239715576171875, - 0.034149169921875, - 0.00811767578125, - -0.0179290771484375, - -0.032257080078125, - 0.0292816162109375, - 0.021636962890625, - 0.0251312255859375, - -0.0211029052734375, - 0.01277923583984375, - 0.000057578086853027344, - 0.00036454200744628906, - 0.043701171875, - 0.00864410400390625, - 0.02301025390625, - -0.007266998291015625, - -0.0396728515625, - 0.038818359375, - -0.03033447265625, - 0.038177490234375, - 0.03839111328125, - -0.01251983642578125, - 0.018035888671875, - 0.022705078125, - 0.045196533203125, - 0.041168212890625, - -0.048583984375, - -0.00917816162109375, - -0.1060791015625, - -0.0103912353515625, - -0.06658935546875, - -0.02630615234375, - -0.03839111328125, - -0.037322998046875, - 0.030548095703125, - -0.01087188720703125, - -0.0379638671875, - 0.0003879070281982422, - 0.0175018310546875, - -0.0255584716796875, - 0.030548095703125, - 0.0166473388671875, - -0.0218505859375, - 0.01654052734375, - 0.0712890625, - -0.01824951171875, - -0.015594482421875, - -0.01209259033203125, - 0.021636962890625, - -0.0033016204833984375, - 0.038818359375, - -0.0266265869140625, - -0.00028514862060546875, - 0.0292816162109375, - 0.0251312255859375, - 0.00785064697265625, - -0.01256561279296875, - -0.009918212890625, - -0.0217437744140625, - 0.005649566650390625, - -0.023223876953125, - -0.01256561279296875, - 0.01087188720703125, - 0.0253448486328125, - 0.0243988037109375, - -0.0687255859375, - 0.025238037109375, - 0.050262451171875, - -0.00875091552734375, - 0.0019893646240234375, - 0.015594482421875, - -0.0284271240234375, - 0.0019893646240234375, - 0.0102386474609375, - -0.0231170654296875, - 0.04052734375, - 0.0292816162109375, - -0.0292816162109375, - 0.0002734661102294922, - 0.0013055801391601562, - 0.0095977783203125, - -0.040313720703125, - -0.024505615234375, - 0.002956390380859375, - -0.002227783203125, - -0.01410675048828125, - -0.035003662109375, - 0.025238037109375, - -0.041778564453125, - 0.00986480712890625, - -0.0036602020263671875, - 0.0022945404052734375, - -0.0288543701171875, - -0.04986572265625, - -0.00247955322265625, - -0.04156494140625, - -0.040313720703125, - -0.04901123046875, - 0.0347900390625, - 0.01389312744140625, - -0.0061798095703125, - -0.001617431640625, - -0.0088043212890625, - -0.046875, - 0.017181396484375, - -0.01277923583984375, - 0.021636962890625, - -0.0215301513671875, - 0.0445556640625, - 0.037109375, - 0.021209716796875, - -0.002399444580078125, - 0.04095458984375, - 0.017822265625, - -0.03753662109375, - -0.00429534912109375, - -0.005146026611328125, - 0.0022678375244140625, - 0.0299072265625, - -0.02301025390625, - -0.017608642578125, - -0.0215301513671875, - -0.007106781005859375, - 0.0243988037109375, - 0.06829833984375, - 0.0543212890625, - 0.0103912353515625, - -0.0257720947265625, - 0.0118255615234375, - 0.049652099609375, - 0.003711700439453125, - 0.09930419921875, - 0.0015707015991210938, - -0.040313720703125, - 0.0112457275390625, - 0.0175018310546875, - 0.0014848709106445312, - -0.0150604248046875, - 0.0092315673828125, - 0.00506591796875, - -0.019622802734375, - 0.035430908203125, - -0.01108551025390625, - 0.034149169921875, - -0.004932403564453125, - 0.0012331008911132812, - 0.015167236328125, - -0.0290679931640625, - 0.004482269287109375, - 0.033294677734375, - 0.0152740478515625, - -0.007106781005859375, - 0.038818359375, - -0.019622802734375, - -0.0270538330078125, - -0.0290679931640625, - -0.07257080078125, - 0.0101318359375, - 0.054718017578125, - 0.0045623779296875, - 0.058563232421875, - -0.0179290771484375, - -0.053680419921875, - 0.00461578369140625, - -0.041168212890625, - 0.0589599609375, - 0.0246124267578125, - -0.01299285888671875, - 0.0213165283203125, - -0.03076171875, - -0.0019893646240234375, - 0.01299285888671875, - -0.015167236328125, - -0.00753021240234375, - 0.0282135009765625, - 0.033935546875, - -0.0018825531005859375, - -0.04241943359375, - 0.0188751220703125, - 0.036285400390625, - 0.0188751220703125, - 0.0095977783203125, - 0.0290679931640625, - 0.0052490234375, - 0.021209716796875, - -0.0116119384765625, - 0.04644775390625, - 0.0188751220703125, - 0.01432037353515625, - 0.01129913330078125, - -0.007266998291015625, - 0.01389312744140625, - -0.035858154296875, - 0.00379180908203125, - -0.00785064697265625, - 0.0152740478515625, - 0.0162353515625, - 0.016754150390625, - -0.0543212890625, - -0.0016641616821289062, - 0.035003662109375, - -0.0687255859375, - 0.020782470703125, - 0.0211029052734375, - -0.047088623046875, - 0.00975799560546875, - -0.036285400390625, - -0.06573486328125, - 0.0229034423828125, - -0.0270538330078125, - -0.06024169921875, - -0.0208892822265625, - 0.0250396728515625, - -0.037109375, - -0.033935546875, - -0.0379638671875, - -0.02587890625, - -0.0034732818603515625, - -0.0095977783203125, - 0.01044464111328125, - -0.00318145751953125, - 0.01087188720703125, - 0.031829833984375, - 0.037750244140625, - 0.0185546875, - -0.0009679794311523438, - 0.054107666015625, - -0.03436279296875, - -0.047088623046875, - 0.0169677734375, - 0.0190887451171875, - 0.0205841064453125, - -0.031402587890625, - -0.0010938644409179688, - -0.00753021240234375, - 0.015594482421875, - 0.0012865066528320312, - 0.01442718505859375, - -0.047515869140625, - -0.044342041015625, - -0.059814453125, - 0.057281494140625, - -0.004428863525390625, - 0.035003662109375, - 0.01087188720703125, - -0.038818359375, - 0.040313720703125, - -0.058563232421875, - -0.00970458984375, - 0.00875091552734375, - 0.016754150390625, - -0.00673675537109375, - 0.06787109375, - -0.044342041015625, - 0.0088043212890625, - -0.01378631591796875, - 0.0292816162109375, - 0.01464080810546875, - -0.00511932373046875, - -0.037109375, - 0.030548095703125, - 0.0460205078125, - -0.048797607421875, - -0.004032135009765625, - -0.033935546875, - 0.021636962890625, - 0.0190887451171875, - -0.041168212890625, - 0.003978729248046875, - -0.00023865699768066406, - -0.0347900390625, - -0.0175018310546875, - -0.0231170654296875, - -0.03076171875, - -0.0299072265625, - 0.0059661865234375, - 0.054718017578125, - 0.0010671615600585938, - 0.02142333984375, - -0.004772186279296875, - 0.01464080810546875, - 0.01442718505859375, - -0.00063323974609375, - -0.04052734375, - 0.0292816162109375, - -0.06451416015625, - -0.07000732421875, - -0.020477294921875, - 0.030548095703125, - -0.0168609619140625, - -0.0150604248046875, - 0.0166473388671875, - 0.0007953643798828125, - 0.06658935546875, - -0.04986572265625, - -0.00612640380859375, - -0.00662994384765625, - -0.030120849609375, - -0.037322998046875, - -0.00379180908203125, - 0.0234375, - 0.0279998779296875, - -0.00864410400390625, - 0.010345458984375, - 0.03607177734375, - -0.057281494140625, - 0.032257080078125, - 0.01352691650390625, - -0.0034732818603515625, - 0.0008883476257324219, - -0.0134735107421875, - 0.0057525634765625, - 0.0282135009765625, - 0.01410675048828125, - -0.035858154296875, - -0.00811767578125, - -0.069580078125, - 0.0316162109375, - 0.00479888916015625, - -0.0010538101196289062, - -0.021209716796875, - -0.04541015625, - -0.04730224609375, - 0.01389312744140625, - 0.033935546875, - 0.034576416015625, - -0.0034999847412109375, - -0.043060302734375, - -0.0098114013671875, - -0.0179290771484375, - -0.0286407470703125, - 0.01119232177734375, - -0.008270263671875, - 0.0460205078125, - -0.006336212158203125, - -0.02099609375, - 0.031402587890625, - 0.01092529296875, - 0.0275726318359375, - 0.033294677734375, - 0.0364990234375, - -0.03076171875, - -0.0030231475830078125, - 0.0081634521484375, - -0.0228118896484375, - 0.0008053779602050781, - -0.0299072265625, - 0.037322998046875, - -0.006893157958984375, - -0.015594482421875, - 0.016326904296875, - 0.0213165283203125, - 0.03033447265625, - -0.007160186767578125, - -0.01230621337890625, - 0.007320404052734375, - -0.013580322265625, - 0.092041015625, - 0.0035533905029296875, - -0.03204345703125, - 0.0006728172302246094, - -0.007160186767578125, - 0.031402587890625, - 0.0154876708984375, - 0.0013990402221679688, - -0.02099609375, - -0.02227783203125, - 0.06658935546875, - -0.0186614990234375, - -0.020782470703125, - -0.02630615234375, - 0.006946563720703125, - 0.006389617919921875, - 0.03753662109375, - 0.033721923828125, - 0.0640869140625, - 0.0273590087890625, - -0.0172882080078125, - 0.0299072265625, - 0.048583984375, - 0.033294677734375, - -0.023651123046875, - -0.057281494140625, - -0.002227783203125, - -0.00003272294998168945, - -0.043701171875, - -0.049652099609375, - 0.00997161865234375, - 0.055999755859375, - -0.08441162109375, - -0.017822265625, - 0.0246124267578125, - -0.017608642578125, - 0.0286407470703125, - 0.0024929046630859375, - -0.03033447265625, - 0.03350830078125, - 0.016326904296875, - -0.037322998046875, - -0.004932403564453125, - -0.0103912353515625, - 0.03692626953125, - 0.0509033203125, - 0.0003464221954345703, - -0.019622802734375, - 0.037322998046875, - 0.018768310546875, - 0.032470703125, - 0.043060302734375, - 0.04052734375, - 0.0286407470703125, - 0.023651123046875, - 0.0396728515625, - 0.050079345703125, - -0.01331329345703125, - -0.0024394989013671875, - 0.00379180908203125, - 0.039886474609375, - 0.063232421875, - 0.05047607421875, - 0.010498046875, - -0.003368377685546875, - -0.01155853271484375, - -0.04986572265625, - 0.017822265625, - 0.006946563720703125, - -0.005939483642578125, - -0.043701171875, - -0.0299072265625, - 0.0152740478515625, - -0.03753662109375, - 0.0413818359375, - 0.02301025390625, - -0.0014781951904296875, - 0.013580322265625, - 0.0248260498046875, - 0.01442718505859375, - -0.047943115234375, - 0.003063201904296875, - -0.05303955078125, - -0.015167236328125, - -0.046234130859375, - -0.0080108642578125, - 0.038177490234375, - -0.010345458984375, - -0.055572509765625, - -0.0164337158203125, - 0.042633056640625, - 0.0019626617431640625, - -0.0379638671875, - -0.031829833984375, - -0.0077972412109375, - -0.007053375244140625, - -0.053466796875, - -0.024932861328125, - 0.0009946823120117188, - 0.032470703125, - -0.0330810546875, - 0.011505126953125, - -0.018768310546875, - -0.011932373046875, - -0.00927734375, - 0.0010938644409179688, - -0.07464599609375, - 0.03692626953125, - -0.03076171875, - 0.050079345703125, - 0.008697509765625, - 0.0213165283203125, - 0.037109375, - 0.0704345703125, - -0.015380859375, - -0.0106048583984375, - -0.0290679931640625, - -0.06829833984375, - 0.0215301513671875, - -0.02069091796875, - 0.006389617919921875, - -0.03924560546875, - 0.0188751220703125, - 0.054718017578125, - -0.085693359375, - -0.00896453857421875, - 0.0067901611328125, - -0.016021728515625, - -0.0687255859375, - 0.001922607421875, - 0.018035888671875, - 0.0316162109375, - 0.069580078125, - 0.01331329345703125, - -0.0255584716796875, - -0.010498046875, - -0.03265380859375, - 0.03033447265625, - 0.0164337158203125, - 0.0193023681640625, - -0.029693603515625, - 0.04095458984375, - 0.01076507568359375, - -0.0101318359375, - 0.01464080810546875, - -0.07086181640625, - 0.0213165283203125, - 0.053466796875, - -0.00506591796875, - -0.0292816162109375, - -0.042205810546875, - -0.024078369140625, - -0.01389312744140625, - -0.0284271240234375, - 0.0017232894897460938, - 0.0080108642578125, - 0.015380859375, - -0.030975341796875, - -0.0036067962646484375, - 0.01464080810546875, - -0.055572509765625, - -0.025665283203125, - -0.0218505859375, - 0.00501251220703125, - -0.0022411346435546875, - -0.0477294921875, - 0.038604736328125, - -0.001338958740234375, - -0.0273590087890625, - 0.0179290771484375, - 0.040313720703125, - -0.03839111328125, - -0.00017154216766357422, - -0.01421356201171875, - 0.0266265869140625, - 0.006656646728515625, - -0.01580810546875, - -0.006656646728515625, - 0.0211029052734375, - 0.0203704833984375, - -0.03521728515625, - 0.032257080078125, - 0.045806884765625, - -0.04095458984375, - -0.022064208984375, - -0.03118896484375, - 0.0012464523315429688, - 0.020782470703125, - -0.0233306884765625, - 0.0288543701171875, - 0.0005636215209960938, - -0.022064208984375, - -0.108642578125, - 0.059814453125, - -0.043060302734375, - 0.0229034423828125, - 0.03607177734375, - -0.019195556640625, - -0.04498291015625, - -0.031402587890625, - -0.044342041015625, - 0.0255584716796875, - -0.0255584716796875, - 0.0273590087890625, - -0.017822265625, - 0.006389617919921875, - -0.0049591064453125, - -0.03076171875, - 0.006099700927734375, - 0.035858154296875, - -0.006046295166015625, - -0.0203704833984375, - 0.050262451171875, - -0.00875091552734375, - 0.00601959228515625, - 0.00228118896484375, - -0.020263671875, - 0.03204345703125, - -0.003711700439453125, - -0.0290679931640625, - 0.0012865066528320312, - 0.031402587890625, - 0.046875, - -0.0024929046630859375, - 0.023223876953125, - 0.003978729248046875, - 0.0169677734375, - -0.01065826416015625, - -0.03521728515625, - -0.00519561767578125, - 0.02947998046875, - -0.0223846435546875, - -0.022491455078125, - -0.06451416015625, - -0.0848388671875, - 0.002040863037109375, - -0.047088623046875, - -0.01464080810546875, - 0.0264129638671875, - 0.032867431640625, - 0.01219940185546875, - -0.02947998046875, - 0.0168609619140625, - 0.00970458984375, - -0.01898193359375, - -0.046234130859375, - 0.0364990234375, - -0.0024662017822265625, - 0.0122528076171875, - 0.011138916015625, - -0.031402587890625, - 0.00917816162109375, - 0.01108551025390625, - 0.00896453857421875, - -0.0120391845703125, - -0.003711700439453125, - -0.039031982421875, - 0.01898193359375, - -0.07000732421875, - -0.0268402099609375, - 0.03839111328125, - 0.04412841796875, - -0.0197296142578125, - -0.052398681640625, - 0.051544189453125, - -0.02947998046875, - -0.047088623046875, - 0.0273590087890625, - -0.03350830078125, - -0.022064208984375, - 0.004375457763671875, - -0.0277862548828125, - -0.00907135009765625, - 0.0194091796875, - 0.039031982421875, - 0.031829833984375, - 0.0460205078125, - 0.01898193359375, - -0.03204345703125, - -0.0116119384765625, - 0.0035533905029296875, - 0.032257080078125, - 0.03607177734375, - 0.02301025390625, - 0.005859375, - 0.003261566162109375, - -0.0014715194702148438, - -0.0784912109375, - 0.00384521484375, - -0.035003662109375, - -0.04644775390625, - -0.00461578369140625, - 0.0865478515625, - -0.004322052001953125, - -0.0199432373046875, - 0.0396728515625, - 0.049652099609375, - 0.005596160888671875, - -0.01367950439453125, - 0.00630950927734375, - -0.063232421875, - -0.004772186279296875, - 0.00408172607421875, - 0.02069091796875, - -0.0738525390625, - 0.0419921875, - 0.042633056640625, - 0.01097869873046875, - -0.0055694580078125, - -0.0067901611328125, - -0.00795745849609375, - 0.0255584716796875, - 0.02587890625, - 0.0330810546875, - -0.06829833984375, - 0.032470703125, - 0.007213592529296875, - -0.0172882080078125, - -0.0030498504638671875, - -0.005596160888671875, - -0.031829833984375, - 0.032257080078125, - -0.0261993408203125, - 0.0081634521484375, - -0.0000985860824584961, - 0.06195068359375, - -0.0024662017822265625, - -0.038818359375, - -0.055572509765625, - 0.0284271240234375, - 0.0188751220703125, - -0.00101470947265625, - 0.00445556640625, - 0.0186614990234375, - -0.0292816162109375, - 0.030548095703125, - 0.03924560546875, - 0.006282806396484375, - 0.043701171875, - 0.0064697265625, - -0.054718017578125, - 0.006046295166015625, - -0.03564453125, - 0.0213165283203125, - -0.0103912353515625, - -0.026519775390625, - -0.050262451171875, - -0.066162109375, - 0.035003662109375, - -0.003711700439453125, - 0.038604736328125, - 0.034576416015625, - 0.002227783203125, - -0.0157012939453125, - 0.01288604736328125, - 0.01352691650390625, - 0.0477294921875, - 0.0118255615234375, - 0.00017571449279785156, - -0.00106048583984375, - -0.008270263671875, - 0.0016307830810546875, - -0.0316162109375, - 0.01410675048828125, - -0.031402587890625, - 0.00927734375, - -0.040313720703125, - 0.022705078125, - 0.018463134765625, - -0.01898193359375, - -0.01155853271484375, - -0.02069091796875, - -0.007320404052734375, - -0.0219573974609375, - -0.041168212890625, - -0.011505126953125, - 0.043487548828125, - -0.03564453125, - 0.005462646484375, - 0.0284271240234375, - -0.0008320808410644531, - 0.0100250244140625, - -0.08526611328125, - 0.05938720703125, - 0.022705078125, - 0.0152740478515625, - -0.016754150390625, - 0.0132598876953125, - 0.0161285400390625, - 0.030548095703125, - 0.042633056640625, - 0.020263671875, - -0.0235443115234375, - 0.04901123046875, - 0.03521728515625, - -0.0053558349609375, - -0.025665283203125, - 0.025238037109375, - 0.003818511962890625, - -0.04901123046875, - 0.020263671875, - 0.03692626953125, - 0.0181427001953125, - -0.0134735107421875, - -0.01145172119140625, - -0.0004475116729736328, - -0.057281494140625, - 0.057281494140625, - -0.0011472702026367188, - 0.01256561279296875, - 0.0273590087890625, - -0.0615234375, - 0.079345703125, - 0.0148468017578125, - 0.0526123046875, - -0.0419921875, - 0.050689697265625, - -0.03204345703125, - 0.0134735107421875, - 0.01087188720703125, - -0.0083770751953125, - -0.006893157958984375, - 0.042633056640625, - -0.0031681060791015625, - 0.0750732421875, - 0.0347900390625, - -0.00917816162109375, - -0.055145263671875, - -0.022491455078125, - -0.0219573974609375, - -0.01007843017578125, - 0.0154876708984375, - -0.049652099609375, - -0.043701171875, - 0.0019359588623046875, - 0.036285400390625, - 0.06494140625, - 0.005462646484375, - 0.0288543701171875, - 0.003978729248046875, - -0.014739990234375, - -0.0316162109375, - 0.016021728515625 - ], - "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_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.000009834766387939453, - -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.00007426738739013672, - 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_OnlyOffice", - "type": "tool", - "name": "OnlyOffice", - "content": "onlyoffice die kollaborationsfokussierte office-suite kombiniert microsoft-office- kompatibilität mit open-source-flexibilität für forensische team-arbeit. real-time-co-editing ermöglicht simultane report-erstellung durch mehrere ermittler. besonders wertvoll: version-history dokumentiert alle änderungen für audit-trails, comment-system koordiniert review-prozesse, pdf-forms für strukturierte evidence-collection. die plugin-architecture integriert mit nextcloud, owncloud für sichere file-sharing. macro-support (mit sicherheits-sandboxing) automatisiert repetitive analysen. advanced-mail-merge für bulk-correspondence. mathematical- formulas in spreadsheets für statistical-analysis. die self-hosted- deployment-option hält sensitive ermittlungsdaten in-house. enterprise-features: sso-integration, ldap-authentication, custom- branding für behördliche anforderungen. mobile-apps ermöglichen field-documentation. deutlich günstiger als microsoft-lizenzen bei vergleichbarer funktionalität. perfekte balance zwischen features und datenschutz für professionelle forensik-teams. office collaboration collaboration-general reporting", - "embedding": [ - -0.0207061767578125, - 0.0251922607421875, - 0.044281005859375, - 0.0079193115234375, - 0.036468505859375, - 0.04217529296875, - 0.044677734375, - 0.02252197265625, - -0.027679443359375, - 0.0028629302978515625, - -0.039703369140625, - 0.035888671875, - -0.01708984375, - -0.0115509033203125, - -0.05877685546875, - 0.060333251953125, - -0.0035305023193359375, - 0.023284912109375, - 0.0406494140625, - -0.005870819091796875, - -0.0176544189453125, - -0.0196533203125, - -0.05572509765625, - -0.01364898681640625, - -0.027679443359375, - 0.030548095703125, - -0.00501251220703125, - -0.07598876953125, - -0.0213775634765625, - 0.0005340576171875, - 0.0198516845703125, - -0.025390625, - -0.01178741455078125, - 0.0389404296875, - 0.0243377685546875, - -0.018890380859375, - -0.00098419189453125, - -0.06683349609375, - -0.04962158203125, - 0.019561767578125, - -0.01422119140625, - -0.00835418701171875, - 0.0362548828125, - 0.029205322265625, - -0.007541656494140625, - -0.027679443359375, - -0.0251922607421875, - -0.030731201171875, - -0.0032215118408203125, - -0.0297698974609375, - 0.0131683349609375, - 0.0211944580078125, - -0.0157470703125, - 0.00696563720703125, - -0.0257720947265625, - 0.0190887451171875, - -0.0027313232421875, - -0.0345458984375, - -0.047149658203125, - 0.0189971923828125, - -0.03472900390625, - 0.0115509033203125, - 0.0015392303466796875, - 0.0108795166015625, - 0.00634765625, - 0.0190887451171875, - -0.0250091552734375, - -0.020050048828125, - -0.018035888671875, - -0.0218505859375, - 0.0037708282470703125, - 0.04486083984375, - -0.03302001953125, - 0.0167083740234375, - -0.057647705078125, - -0.0389404296875, - 0.00830078125, - 0.047515869140625, - 0.003017425537109375, - 0.0126953125, - -0.062225341796875, - -0.0035076141357421875, - 0.03436279296875, - -0.02557373046875, - -0.04827880859375, - -0.02252197265625, - 0.0185089111328125, - 0.0223388671875, - 0.01107025146484375, - 0.0190887451171875, - 0.0419921875, - -0.0242462158203125, - 0.01441192626953125, - -0.04962158203125, - 0.03912353515625, - 0.045989990234375, - -0.00677490234375, - -0.0018968582153320312, - 0.0050811767578125, - 0.0227203369140625, - 0.0167999267578125, - -0.040283203125, - 0.048675537109375, - -0.0078277587890625, - 0.01145172119140625, - -0.03131103515625, - 0.01641845703125, - -0.00677490234375, - -0.0113067626953125, - -0.01187896728515625, - -0.102294921875, - -0.053436279296875, - -0.01546478271484375, - -0.06756591796875, - 0.0038661956787109375, - 0.009307861328125, - -0.004558563232421875, - 0.048492431640625, - -0.0372314453125, - -0.0214691162109375, - 0.02081298828125, - 0.01140594482421875, - -0.011932373046875, - 0.02252197265625, - -0.053436279296875, - -0.07025146484375, - 0.017364501953125, - 0.031494140625, - -0.04046630859375, - -0.0345458984375, - -0.0018014907836914062, - -0.041046142578125, - -0.007015228271484375, - -0.048492431640625, - -0.01488494873046875, - -0.02691650390625, - 0.036834716796875, - 0.005916595458984375, - 0.004962921142578125, - 0.0058441162109375, - 0.021087646484375, - -0.04351806640625, - -0.04962158203125, - -0.0107879638671875, - -0.04962158203125, - -0.0130767822265625, - -0.009307861328125, - 0.05572509765625, - -0.0259552001953125, - -0.0242462158203125, - -0.00620269775390625, - -0.0014677047729492188, - 0.053436279296875, - 0.01641845703125, - 0.0032215118408203125, - -0.00787353515625, - 0.0001424551010131836, - -0.013458251953125, - 0.040283203125, - 0.01364898681640625, - -0.00963592529296875, - 0.0205230712890625, - 0.0185089111328125, - 0.038177490234375, - 0.0036029815673828125, - -0.03472900390625, - -0.006252288818359375, - 0.0228118896484375, - -0.0175628662109375, - 0.0031490325927734375, - 0.0105438232421875, - -0.0017061233520507812, - 0.04962158203125, - 0.04486083984375, - -0.00539398193359375, - 0.050384521484375, - -0.01364898681640625, - -0.0139312744140625, - 0.044464111328125, - 0.01250457763671875, - -0.01178741455078125, - -0.01364898681640625, - 0.05535888671875, - 0.0074920654296875, - 0.003017425537109375, - -0.00467681884765625, - -0.036651611328125, - 0.005680084228515625, - -0.056121826171875, - 0.008544921875, - -0.0345458984375, - -0.0182342529296875, - -0.0212860107421875, - -0.00357818603515625, - 0.026336669921875, - 0.045623779296875, - 0.035308837890625, - 0.002635955810546875, - 0.0282440185546875, - -0.01450347900390625, - 0.0009303092956542969, - 0.017364501953125, - 0.004413604736328125, - 0.0176544189453125, - 0.0135498046875, - 0.01546478271484375, - -0.0020885467529296875, - 0.048095703125, - 0.019561767578125, - -0.033782958984375, - -0.0123138427734375, - 0.045989990234375, - -0.01641845703125, - -0.038360595703125, - -0.043701171875, - -0.0389404296875, - -0.01174163818359375, - -0.0071563720703125, - -0.017364501953125, - 0.02996826171875, - -0.0220489501953125, - -0.06719970703125, - -0.01259613037109375, - 0.02081298828125, - -0.00949859619140625, - 0.040283203125, - 0.036468505859375, - -0.005916595458984375, - -0.030731201171875, - -0.01107025146484375, - 0.01111602783203125, - 0.037994384765625, - -0.0297698974609375, - 0.027099609375, - -0.004962921142578125, - -0.044677734375, - 0.04351806640625, - 0.030731201171875, - 0.0176544189453125, - 0.0008587837219238281, - -0.0234832763671875, - 0.038177490234375, - -0.0041046142578125, - 0.048095703125, - 0.036651611328125, - -0.009735107421875, - 0.00949859619140625, - 0.00949859619140625, - 0.042938232421875, - 0.0309295654296875, - -0.0267181396484375, - -0.00730133056640625, - -0.08856201171875, - -0.00988006591796875, - -0.0660400390625, - -0.0221405029296875, - -0.038543701171875, - -0.060333251953125, - 0.06988525390625, - -0.035888671875, - -0.0005159378051757812, - -0.005725860595703125, - 0.0372314453125, - -0.0237579345703125, - 0.03302001953125, - 0.013458251953125, - -0.02862548828125, - 0.0174713134765625, - 0.07635498046875, - 0.0235748291015625, - -0.0257720947265625, - -0.00878143310546875, - 0.0227203369140625, - 0.01259613037109375, - 0.0003371238708496094, - -0.0244293212890625, - 0.00539398193359375, - 0.040283203125, - 0.03607177734375, - 0.0257720947265625, - -0.031890869140625, - 0.060333251953125, - 0.0015153884887695312, - 0.04522705078125, - -0.0416259765625, - -0.004772186279296875, - -0.009063720703125, - 0.01107025146484375, - -0.004032135009765625, - -0.053436279296875, - 0.029205322265625, - 0.059539794921875, - 0.00997161865234375, - -0.01555633544921875, - 0.0161285400390625, - -0.0199432373046875, - -0.01102447509765625, - 0.009307861328125, - -0.00963592529296875, - 0.035125732421875, - 0.04962158203125, - -0.0416259765625, - -0.00577545166015625, - -0.006298065185546875, - -0.0045318603515625, - -0.011260986328125, - -0.043701171875, - -0.010162353515625, - 0.00839996337890625, - -0.03759765625, - -0.01250457763671875, - 0.0265350341796875, - -0.024139404296875, - -0.00878143310546875, - -0.005462646484375, - 0.021575927734375, - -0.0389404296875, - -0.069091796875, - 0.01221466064453125, - -0.046966552734375, - -0.0196533203125, - -0.0219573974609375, - 0.04638671875, - 0.010498046875, - 0.0257720947265625, - -0.0085906982421875, - -0.031494140625, - -0.033782958984375, - 0.020233154296875, - -0.0157470703125, - 0.00806427001953125, - -0.006252288818359375, - 0.022613525390625, - 0.03472900390625, - 0.051544189453125, - 0.0028743743896484375, - 0.035125732421875, - 0.0182342529296875, - -0.020050048828125, - 0.0027923583984375, - 0.0288238525390625, - 0.01026153564453125, - 0.0341796875, - -0.00016260147094726562, - -0.023956298828125, - 0.014312744140625, - -0.037017822265625, - 0.030548095703125, - 0.0153656005859375, - 0.0311126708984375, - 0.0184173583984375, - -0.023101806640625, - 0.0079193115234375, - 0.045989990234375, - 0.02099609375, - 0.0931396484375, - -0.0251922607421875, - -0.03912353515625, - 0.0036258697509765625, - 0.0280609130859375, - -0.0237579345703125, - -0.032257080078125, - 0.04010009765625, - 0.0034122467041015625, - -0.0010442733764648438, - 0.0328369140625, - -0.020050048828125, - 0.0250091552734375, - -0.02337646484375, - -0.01708984375, - -0.00653839111328125, - -0.02386474609375, - -0.007205963134765625, - 0.0467529296875, - 0.036468505859375, - 0.03741455078125, - -0.0185089111328125, - -0.02032470703125, - -0.02691650390625, - -0.0538330078125, - -0.050384521484375, - 0.020904541015625, - 0.04791259765625, - 0.00988006591796875, - 0.057647705078125, - -0.01517486572265625, - -0.04925537109375, - 0.024810791015625, - -0.0189971923828125, - 0.07403564453125, - 0.0229034423828125, - 0.03570556640625, - 0.0341796875, - -0.0229034423828125, - 0.0119781494140625, - 0.042572021484375, - -0.001300811767578125, - 0.0033168792724609375, - 0.0078277587890625, - 0.0467529296875, - -0.001079559326171875, - -0.042388916015625, - 0.047332763671875, - 0.03265380859375, - 0.0152740478515625, - 0.007541656494140625, - 0.0176544189453125, - 0.0201416015625, - 0.0419921875, - -0.033203125, - 0.03912353515625, - 0.0191802978515625, - -0.040283203125, - -0.00412750244140625, - -0.006084442138671875, - 0.0175628662109375, - -0.041046142578125, - 0.0094451904296875, - 0.0018367767333984375, - 0.031494140625, - 0.00270843505859375, - 0.0290069580078125, - -0.00920867919921875, - 0.0012407302856445312, - 0.01178741455078125, - -0.056884765625, - 0.014312744140625, - 0.03131103515625, - -0.0183258056640625, - 0.0242462158203125, - -0.0174713134765625, - -0.0177459716796875, - 0.0265350341796875, - -0.0093994140625, - -0.0272979736328125, - 0.0086822509765625, - 0.02996826171875, - -0.059173583984375, - -0.033416748046875, - -0.0419921875, - -0.004962921142578125, - 0.00565338134765625, - -0.01422119140625, - 0.03302001953125, - 0.004749298095703125, - -0.01259613037109375, - 0.0179443359375, - 0.050018310546875, - 0.01479339599609375, - -0.0511474609375, - 0.048675537109375, - -0.00839996337890625, - -0.042572021484375, - 0.03167724609375, - 0.024810791015625, - 0.027679443359375, - -0.051544189453125, - -0.0189971923828125, - -0.00446319580078125, - 0.0182342529296875, - 0.0009665489196777344, - 0.00878143310546875, - -0.0257720947265625, - -0.041229248046875, - -0.033966064453125, - 0.0311126708984375, - 0.023101806640625, - 0.046966552734375, - -0.0250091552734375, - -0.0290069580078125, - 0.0257720947265625, - -0.04620361328125, - -0.04180908203125, - -0.0126953125, - 0.023193359375, - -0.0174713134765625, - 0.044677734375, - -0.0056304931640625, - 0.0012769699096679688, - -0.0251922607421875, - 0.072509765625, - 0.0199432373046875, - -0.022430419921875, - -0.048095703125, - 0.058013916015625, - 0.036834716796875, - -0.07177734375, - -0.01021575927734375, - -0.0034351348876953125, - -0.0130767822265625, - 0.033966064453125, - -0.0721435546875, - 0.00768280029296875, - 0.0152740478515625, - -0.059539794921875, - -0.044464111328125, - -0.03570556640625, - -0.005584716796875, - -0.03778076171875, - 0.0211944580078125, - 0.038177490234375, - -0.01259613037109375, - 0.01212310791015625, - -0.0015268325805664062, - 0.023956298828125, - 0.0205230712890625, - -0.0211944580078125, - -0.027862548828125, - 0.0197601318359375, - -0.057647705078125, - -0.01335906982421875, - 0.0018253326416015625, - 0.04827880859375, - -0.0204315185546875, - -0.012786865234375, - 0.00582122802734375, - -0.0244293212890625, - 0.056884765625, - -0.048492431640625, - 0.0059661865234375, - -0.02386474609375, - -0.03265380859375, - -0.0243377685546875, - -0.0160369873046875, - -0.0018253326416015625, - 0.00882720947265625, - 0.005702972412109375, - 0.0138397216796875, - 0.044097900390625, - -0.0721435546875, - 0.01727294921875, - 0.0182342529296875, - 0.001079559326171875, - -0.00412750244140625, - 0.0009722709655761719, - -0.00916290283203125, - -0.0011749267578125, - 0.0116424560546875, - -0.033203125, - -0.04620361328125, - -0.07403564453125, - 0.0328369140625, - -0.0234832763671875, - -0.01364898681640625, - -0.03875732421875, - -0.035308837890625, - -0.0477294921875, - -0.006298065185546875, - 0.0450439453125, - 0.039306640625, - 0.00768280029296875, - -0.010162353515625, - 0.0022068023681640625, - 0.0034122467041015625, - -0.005153656005859375, - 0.024627685546875, - -0.0251922607421875, - 0.005130767822265625, - 0.044097900390625, - -0.068359375, - 0.029388427734375, - 0.009307861328125, - 0.04962158203125, - 0.0008649826049804688, - 0.00098419189453125, - -0.039703369140625, - 0.0221405029296875, - -0.0223388671875, - -0.0303497314453125, - 0.0204315185546875, - -0.0250091552734375, - 0.00887298583984375, - -0.034942626953125, - -0.0054168701171875, - 0.00916290283203125, - 0.031890869140625, - -0.006298065185546875, - -0.0025539398193359375, - -0.00982666015625, - 0.0250091552734375, - 0.0041046142578125, - 0.06298828125, - -0.020050048828125, - -0.053070068359375, - 0.001682281494140625, - -0.00959014892578125, - 0.03472900390625, - 0.05230712890625, - -0.0229034423828125, - -0.026336669921875, - 0.0101165771484375, - 0.01403045654296875, - -0.01441192626953125, - -0.01812744140625, - -0.01326751708984375, - 0.005748748779296875, - 0.0223388671875, - 0.061859130859375, - 0.0131683349609375, - 0.095458984375, - -0.006679534912109375, - 0.0227203369140625, - 0.035308837890625, - 0.054962158203125, - 0.0274810791015625, - -0.038360595703125, - -0.072509765625, - 0.000017523765563964844, - 0.0108795166015625, - -0.033203125, - -0.0229034423828125, - -0.01035308837890625, - 0.0280609130859375, - -0.083251953125, - 0.00010138750076293945, - -0.031890869140625, - 0.0160369873046875, - -0.01030731201171875, - 0.0113067626953125, - 0.0085906982421875, - 0.00925445556640625, - 0.01488494873046875, - -0.041412353515625, - 0.016510009765625, - 0.0005698204040527344, - 0.017181396484375, - 0.04315185546875, - 0.01947021484375, - -0.0185089111328125, - 0.0389404296875, - -0.00011408329010009766, - 0.01021575927734375, - 0.04962158203125, - 0.0467529296875, - 0.0341796875, - 0.01288604736328125, - 0.053436279296875, - 0.06378173828125, - -0.0221405029296875, - -0.0244293212890625, - 0.01140594482421875, - 0.022430419921875, - 0.04925537109375, - 0.0511474609375, - -0.00920867919921875, - -0.0037212371826171875, - 0.0032215118408203125, - -0.0284423828125, - -0.0309295654296875, - 0.003459930419921875, - -0.017364501953125, - -0.0419921875, - -0.059173583984375, - 0.0219573974609375, - -0.04046630859375, - 0.0213775634765625, - 0.01221466064453125, - 0.006633758544921875, - -0.0030422210693359375, - 0.039886474609375, - -0.0182342529296875, - -0.039520263671875, - -0.0012645721435546875, - 0.004367828369140625, - -0.007778167724609375, - -0.03265380859375, - -0.0362548828125, - 0.017364501953125, - -0.007732391357421875, - -0.05230712890625, - 0.004581451416015625, - 0.01555633544921875, - -0.006870269775390625, - -0.018890380859375, - -0.00797271728515625, - 0.016510009765625, - 0.0015506744384765625, - -0.035125732421875, - -0.051910400390625, - -0.035491943359375, - 0.00429534912109375, - -0.0290069580078125, - -0.00897216796875, - -0.013458251953125, - -0.005893707275390625, - -0.00849151611328125, - -0.01727294921875, - 0.008636474609375, - 0.01947021484375, - -0.0311126708984375, - 0.033782958984375, - 0.0267181396484375, - 0.0288238525390625, - 0.050018310546875, - 0.0687255859375, - -0.0018253326416015625, - 0.0197601318359375, - -0.022613525390625, - -0.030548095703125, - 0.01059722900390625, - 0.011932373046875, - 0.0301666259765625, - -0.05078125, - 0.020904541015625, - 0.08056640625, - -0.0782470703125, - 0.031494140625, - 0.0204315185546875, - -0.0272979736328125, - -0.035491943359375, - 0.01035308837890625, - -0.0135498046875, - 0.039703369140625, - 0.0897216796875, - 0.035491943359375, - -0.02557373046875, - 0.004199981689453125, - -0.04180908203125, - 0.059173583984375, - 0.0284423828125, - 0.0176544189453125, - -0.02862548828125, - 0.0015506744384765625, - 0.00801849365234375, - -0.026336669921875, - 0.004486083984375, - -0.07861328125, - -0.0123138427734375, - 0.04925537109375, - -0.0009965896606445312, - -0.0207061767578125, - -0.0221405029296875, - -0.0328369140625, - -0.04217529296875, - -0.027679443359375, - 0.03607177734375, - 0.0272979736328125, - 0.02557373046875, - -0.024810791015625, - -0.0177459716796875, - 0.00696563720703125, - -0.053436279296875, - -0.034942626953125, - -0.0100250244140625, - 0.033416748046875, - 0.004581451416015625, - -0.022613525390625, - 0.0406494140625, - 0.0206146240234375, - -0.0135498046875, - -0.0017061233520507812, - 0.047332763671875, - -0.04217529296875, - 0.0191802978515625, - 0.0033397674560546875, - 0.029205322265625, - -0.022613525390625, - 0.00878143310546875, - 0.0032215118408203125, - 0.00925445556640625, - 0.050384521484375, - -0.0237579345703125, - 0.047515869140625, - 0.0229034423828125, - -0.027862548828125, - -0.0288238525390625, - -0.01517486572265625, - -0.035308837890625, - 0.056121826171875, - -0.011688232421875, - 0.0089263916015625, - -0.0018854141235351562, - -0.035125732421875, - -0.07403564453125, - 0.0130767822265625, - -0.0107879638671875, - -0.0063934326171875, - -0.00658416748046875, - -0.030731201171875, - -0.038360595703125, - -0.020904541015625, - -0.01149749755859375, - 0.0218505859375, - -0.02166748046875, - 0.02099609375, - -0.01149749755859375, - 0.0038661956787109375, - -0.013458251953125, - 0.005176544189453125, - -0.0152740478515625, - 0.042755126953125, - 0.00797271728515625, - -0.01174163818359375, - 0.0511474609375, - -0.0135498046875, - 0.017852783203125, - 0.01145172119140625, - -0.0229034423828125, - -0.0031490325927734375, - -0.018798828125, - -0.0198516845703125, - -0.00412750244140625, - 0.027862548828125, - 0.044464111328125, - -0.008544921875, - -0.0052032470703125, - -0.011260986328125, - -0.0033168792724609375, - 0.0197601318359375, - -0.0183258056640625, - -0.009063720703125, - 0.006443023681640625, - -0.038543701171875, - -0.03131103515625, - -0.046966552734375, - -0.10003662109375, - 0.011932373046875, - -0.054962158203125, - -0.0029468536376953125, - -0.0034122467041015625, - 0.044281005859375, - 0.03131103515625, - -0.0196533203125, - 0.0267181396484375, - -0.01508331298828125, - -0.01007080078125, - -0.0311126708984375, - 0.01441192626953125, - -0.0214691162109375, - 0.05841064453125, - 0.0135498046875, - -0.04962158203125, - 0.0303497314453125, - -0.011688232421875, - -0.01092529296875, - -0.0219573974609375, - 0.00298309326171875, - -0.0274810791015625, - 0.0220489501953125, - -0.07098388671875, - -0.0250091552734375, - 0.0240478515625, - 0.03436279296875, - 0.020904541015625, - -0.037017822265625, - 0.056121826171875, - -0.02862548828125, - -0.0633544921875, - 0.0096893310546875, - -0.0295867919921875, - -0.036834716796875, - 0.0212860107421875, - -0.003269195556640625, - 0.014984130859375, - 0.00039958953857421875, - 0.0265350341796875, - 0.01641845703125, - 0.0265350341796875, - 0.0152740478515625, - -0.020904541015625, - -0.004486083984375, - 0.01555633544921875, - 0.022430419921875, - 0.0372314453125, - 0.0328369140625, - -0.0021839141845703125, - 0.037994384765625, - -0.0113067626953125, - -0.0660400390625, - -0.01422119140625, - -0.037017822265625, - -0.044464111328125, - 0.0033168792724609375, - 0.10614013671875, - 0.033203125, - -0.00254058837890625, - 0.01727294921875, - 0.06683349609375, - 0.039306640625, - 0.0362548828125, - -0.02386474609375, - -0.05877685546875, - 0.0006771087646484375, - 0.01335906982421875, - 0.0176544189453125, - -0.05877685546875, - 0.0303497314453125, - 0.0477294921875, - 0.003387451171875, - -0.0228118896484375, - -0.01035308837890625, - 0.0079193115234375, - 0.05572509765625, - 0.0280609130859375, - -0.004486083984375, - -0.057647705078125, - 0.0199432373046875, - 0.01149749755859375, - 0.0017299652099609375, - -0.01068878173828125, - -0.00835418701171875, - -0.01508331298828125, - 0.036468505859375, - -0.056121826171875, - -0.00017523765563964844, - -0.00046515464782714844, - 0.06451416015625, - 0.0115966796875, - -0.04217529296875, - -0.02691650390625, - 0.053436279296875, - 0.0280609130859375, - -0.023193359375, - 0.01641845703125, - 0.002613067626953125, - -0.006488800048828125, - -0.0020999908447265625, - 0.053070068359375, - 0.00215911865234375, - 0.05877685546875, - 0.004749298095703125, - -0.040863037109375, - 0.05267333984375, - 0.0220489501953125, - 0.0362548828125, - -0.0130767822265625, - -0.044464111328125, - -0.01508331298828125, - -0.043701171875, - 0.033416748046875, - 0.00911712646484375, - 0.02862548828125, - 0.004486083984375, - 0.0108795166015625, - -0.0222320556640625, - 0.00579833984375, - 0.03472900390625, - 0.033416748046875, - 0.0094451904296875, - -0.0093536376953125, - -0.0052032470703125, - 0.0059661865234375, - 0.0139312744140625, - -0.0284423828125, - 0.019561767578125, - -0.036651611328125, - -0.02081298828125, - -0.0303497314453125, - 0.0192718505859375, - -0.0161285400390625, - -0.00844573974609375, - 0.00849151611328125, - -0.0222320556640625, - 0.0229949951171875, - -0.0362548828125, - -0.04010009765625, - 0.0090179443359375, - 0.01116943359375, - -0.015838623046875, - 0.041046142578125, - 0.00949859619140625, - -0.0272979736328125, - 0.012786865234375, - -0.05230712890625, - 0.0897216796875, - 0.0197601318359375, - 0.038543701171875, - 0.001216888427734375, - 0.0219573974609375, - 0.041229248046875, - 0.007205963134765625, - -0.027862548828125, - 0.0311126708984375, - -0.04046630859375, - 0.05078125, - 0.045440673828125, - -0.0052032470703125, - -0.04791259765625, - 0.00336456298828125, - -0.016510009765625, - -0.061859130859375, - 0.01102447509765625, - 0.0282440185546875, - 0.0071563720703125, - -0.0009899139404296875, - -0.01221466064453125, - 0.02691650390625, - -0.050384521484375, - 0.0633544921875, - 0.0288238525390625, - 0.0138397216796875, - 0.032440185546875, - -0.04180908203125, - 0.054962158203125, - 0.026336669921875, - 0.050384521484375, - -0.0235748291015625, - 0.069091796875, - -0.007541656494140625, - 0.0009064674377441406, - 0.0135498046875, - 0.016326904296875, - 0.00801849365234375, - 0.03131103515625, - -0.039703369140625, - 0.04010009765625, - 0.0280609130859375, - -0.0085906982421875, - -0.05877685546875, - -0.0167083740234375, - 0.004436492919921875, - 0.00577545166015625, - 0.039520263671875, - -0.03741455078125, - -0.00489044189453125, - 0.01149749755859375, - 0.04046630859375, - 0.05841064453125, - -0.00839996337890625, - 0.035888671875, - 0.00658416748046875, - -0.0201416015625, - -0.010162353515625, - -0.0244293212890625 - ], - "metadata": { - "domains": [ - "collaboration-general" - ], - "phases": [ - "reporting" - ], - "tags": [ - "office", - "collaboration" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_Cellebrite_UFED", - "type": "tool", - "name": "Cellebrite UFED", - "content": "cellebrite ufed der de-facto-behördenstandard der mobilen forensik greift aktuelle iphones und android-flaggschiffe durch zero-day-exploits und proprietäre bypass-methoden an, ist aber auch sehr teuer. physical extraction umgeht verschlüsselung für vollständigen dateisystem-zugriff. logical plus erweitert standard-backups um gelöschte daten. advanced services greifen auf cellebrites exploit-labor für besonders resistente geräte zurück. physical analyzer visualisiert extrahierte daten intelligent: timeline-ansicht, geo-location-maps, social-network-graphen, kommunikations-muster. project-vic integration für csam-erkennung. chain-of-custody-dokumentation erfüllt höchste forensische standards. die cloud-analyzer-lizenz ermöglicht zugriff auf über 50 cloud-services. updates alle 3 monate für neue geräte und apps. 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.036163330078125, - 0.0443115234375, - 0.04034423828125, - -0.005710601806640625, - 0.0266265869140625, - 0.048675537109375, - 0.0234375, - 0.01291656494140625, - -0.006061553955078125, - -0.0164947509765625, - -0.00963592529296875, - 0.059600830078125, - 0.022552490234375, - -0.019073486328125, - -0.05999755859375, - 0.034759521484375, - 0.00824737548828125, - 0.01361083984375, - 0.007152557373046875, - 0.0012044906616210938, - -0.029998779296875, - -0.006011962890625, - -0.040130615234375, - -0.0025081634521484375, - -0.005489349365234375, - 0.01898193359375, - -0.00928497314453125, - -0.05523681640625, - -0.044708251953125, - -0.006656646728515625, - 0.0160980224609375, - -0.0231475830078125, - -0.011322021484375, - 0.01509857177734375, - 0.0035762786865234375, - -0.016387939453125, - 0.01251983642578125, - -0.0159912109375, - -0.0272216796875, - 0.043914794921875, - -0.023651123046875, - 0.007450103759765625, - 0.03973388671875, - 0.00591278076171875, - -0.029205322265625, - -0.019378662109375, - -0.004245758056640625, - -0.0042724609375, - 0.00583648681640625, - -0.01078033447265625, - 0.01082611083984375, - 0.00983428955078125, - -0.0128173828125, - 0.008544921875, - -0.05206298828125, - 0.02801513671875, - 0.022552490234375, - -0.0207672119140625, - -0.041717529296875, - 0.0623779296875, - -0.041717529296875, - -0.0196685791015625, - 0.0242462158203125, - -0.0211639404296875, - -0.01102447509765625, - 0.0282135009765625, - -0.0128173828125, - -0.01371002197265625, - -0.001800537109375, - 0.0258331298828125, - 0.00116729736328125, - -0.0072021484375, - -0.0262298583984375, - 0.0219573974609375, - -0.04290771484375, - -0.042327880859375, - 0.004619598388671875, - -0.0128173828125, - -0.00563812255859375, - -0.014801025390625, - -0.04290771484375, - 0.00799560546875, - 0.0165863037109375, - 0.0018377304077148438, - -0.023651123046875, - -0.008392333984375, - 0.0576171875, - 0.00799560546875, - -0.0007481575012207031, - -0.01117706298828125, - 0.017181396484375, - -0.0177764892578125, - 0.01232147216796875, - 0.0041961669921875, - 0.047698974609375, - 0.04608154296875, - -0.005489349365234375, - -0.01117706298828125, - -0.00536346435546875, - 0.0506591796875, - -0.00028705596923828125, - -0.00884246826171875, - 0.06158447265625, - -0.01291656494140625, - 0.049468994140625, - -0.060394287109375, - -0.004146575927734375, - -0.032196044921875, - -0.01549530029296875, - -0.00710296630859375, - -0.101318359375, - -0.040740966796875, - -0.008941650390625, - -0.07427978515625, - -0.011322021484375, - 0.0037746429443359375, - 0.00330352783203125, - 0.0635986328125, - -0.03753662109375, - -0.0294036865234375, - 0.026031494140625, - 0.0146026611328125, - -0.01192474365234375, - 0.0272216796875, - -0.038543701171875, - -0.03277587890625, - 0.017578125, - 0.054046630859375, - -0.049285888671875, - -0.035552978515625, - -0.0303955078125, - -0.022247314453125, - -0.00789642333984375, - -0.0161895751953125, - -0.004669189453125, - -0.0309906005859375, - 0.043121337890625, - 0.01038360595703125, - -0.019073486328125, - 0.01450347900390625, - 0.041717529296875, - -0.0357666015625, - -0.0667724609375, - -0.00018703937530517578, - -0.052459716796875, - 0.00849151611328125, - -0.032989501953125, - 0.05841064453125, - -0.049468994140625, - -0.0301971435546875, - -0.002681732177734375, - 0.0290069580078125, - 0.041717529296875, - 0.0008568763732910156, - -0.00189971923828125, - -0.0251312255859375, - 0.020172119140625, - -0.040130615234375, - 0.0199737548828125, - 0.005313873291015625, - -0.03875732421875, - 0.04290771484375, - 0.006259918212890625, - 0.04449462890625, - -0.0245361328125, - -0.04052734375, - -0.0220489501953125, - 0.015594482421875, - -0.0016889572143554688, - -0.0051422119140625, - 0.01062774658203125, - -0.0212554931640625, - 0.06439208984375, - 0.09576416015625, - -0.0157928466796875, - 0.050872802734375, - 0.00959014892578125, - -0.004642486572265625, - 0.02264404296875, - 0.0309906005859375, - -0.004993438720703125, - -0.006805419921875, - 0.0258331298828125, - 0.0031299591064453125, - 0.035369873046875, - -0.02801513671875, - -0.036346435546875, - -0.01102447509765625, - -0.0239410400390625, - 0.01678466796875, - -0.0181732177734375, - -0.0224456787109375, - -0.0216522216796875, - 0.0093841552734375, - 0.026031494140625, - 0.06158447265625, - 0.03436279296875, - -0.01509857177734375, - 0.0357666015625, - 0.0211639404296875, - 0.002285003662109375, - 0.02532958984375, - 0.00469207763671875, - 0.06634521484375, - 0.0227508544921875, - 0.0228424072265625, - 0.006359100341796875, - 0.043914794921875, - 0.0126190185546875, - -0.00908660888671875, - -0.00829315185546875, - 0.0452880859375, - -0.0023345947265625, - -0.0220489501953125, - -0.0169830322265625, - -0.038543701171875, - 0.01371002197265625, - -0.031982421875, - 0.0111236572265625, - -0.006755828857421875, - 0.01837158203125, - -0.04730224609375, - 0.005512237548828125, - 0.0118255615234375, - -0.031402587890625, - 0.02264404296875, - 0.0134124755859375, - -0.0227508544921875, - -0.039337158203125, - 0.01410675048828125, - 0.0081939697265625, - 0.0115203857421875, - -0.006805419921875, - 0.012420654296875, - -0.030792236328125, - -0.01509857177734375, - 0.0335693359375, - 0.0303955078125, - 0.0177764892578125, - 0.0066070556640625, - -0.02960205078125, - 0.035552978515625, - -0.0112762451171875, - 0.01450347900390625, - 0.0243377685546875, - -0.01708984375, - -0.00484466552734375, - 0.03118896484375, - 0.05126953125, - 0.03814697265625, - -0.0687255859375, - 0.002780914306640625, - -0.07867431640625, - 0.0246429443359375, - -0.056427001953125, - -0.032989501953125, - -0.03436279296875, - -0.0592041015625, - 0.0443115234375, - -0.01898193359375, - -0.0270233154296875, - 0.00576019287109375, - 0.006458282470703125, - 0.00844573974609375, - 0.0169830322265625, - 0.00943756103515625, - -0.004669189453125, - 0.026031494140625, - 0.06158447265625, - 0.0022602081298828125, - -0.0108795166015625, - -0.01450347900390625, - 0.0153961181640625, - -0.0290069580078125, - 0.032989501953125, - -0.03656005859375, - -0.0048675537109375, - 0.0258331298828125, - 0.0443115234375, - 0.0242462158203125, - -0.034576416015625, - 0.0309906005859375, - -0.00640869140625, - 0.029205322265625, - -0.041717529296875, - -0.02801513671875, - 0.0099334716796875, - 0.0030422210693359375, - -0.01390838623046875, - -0.04052734375, - -0.0015277862548828125, - 0.047698974609375, - 0.0089874267578125, - 0.018280029296875, - -0.0066070556640625, - -0.03955078125, - -0.0036258697509765625, - 0.01157379150390625, - -0.002532958984375, - 0.047088623046875, - 0.0290069580078125, - -0.039947509765625, - 0.005809783935546875, - 0.004894256591796875, - 0.003650665283203125, - -0.03656005859375, - -0.0278167724609375, - -0.0303955078125, - 0.0130157470703125, - -0.0655517578125, - 0.0146026611328125, - 0.03875732421875, - -0.03955078125, - 0.029998779296875, - -0.0274200439453125, - 0.007152557373046875, - -0.0411376953125, - -0.061187744140625, - 0.01450347900390625, - -0.042327880859375, - -0.039154052734375, - -0.004024505615234375, - 0.044891357421875, - 0.020263671875, - 0.0181732177734375, - -0.017578125, - -0.031982421875, - -0.059600830078125, - 0.00437164306640625, - 0.004421234130859375, - 0.004421234130859375, - -0.042327880859375, - 0.03179931640625, - 0.028411865234375, - 0.03436279296875, - 0.01470184326171875, - 0.06439208984375, - 0.0074005126953125, - -0.011322021484375, - 0.00099945068359375, - 0.0218505859375, - 0.0022602081298828125, - 0.0186767578125, - -0.043304443359375, - -0.038543701171875, - -0.006557464599609375, - -0.039947509765625, - 0.036956787109375, - 0.032989501953125, - 0.02801513671875, - 0.0134124755859375, - -0.02484130859375, - 0.019775390625, - 0.07989501953125, - 0.00029659271240234375, - 0.1072998046875, - -0.0103302001953125, - -0.03515625, - 0.0196685791015625, - 0.033172607421875, - -0.03875732421875, - -0.01678466796875, - 0.04132080078125, - -0.01202392578125, - 0.0009126663208007812, - 0.025634765625, - -0.0142059326171875, - 0.0282135009765625, - 0.0111236572265625, - -0.0007200241088867188, - 0.032989501953125, - -0.0138092041015625, - -0.0020732879638671875, - 0.03973388671875, - 0.043304443359375, - -0.00019407272338867188, - 0.0188751220703125, - -0.0303955078125, - -0.013214111328125, - -0.02880859375, - -0.077880859375, - 0.02374267578125, - 0.0298004150390625, - 0.0157012939453125, - 0.040130615234375, - -0.008544921875, - -0.04986572265625, - 0.01226806640625, - -0.0421142578125, - 0.08782958984375, - 0.045684814453125, - 0.0098876953125, - 0.02264404296875, - -0.006855010986328125, - 0.005413055419921875, - 0.0203704833984375, - 0.021759033203125, - 0.0224456787109375, - 0.0165863037109375, - 0.0458984375, - -0.01018524169921875, - -0.0421142578125, - 0.016693115234375, - 0.0266265869140625, - 0.01161956787109375, - 0.0062103271484375, - 0.041534423828125, - 0.0103302001953125, - 0.052459716796875, - -0.0301971435546875, - 0.0411376953125, - 0.0107269287109375, - -0.0101318359375, - 0.007747650146484375, - -0.02294921875, - 0.0290069580078125, - -0.0389404296875, - -0.003353118896484375, - 0.02532958984375, - 0.0165863037109375, - 0.0247344970703125, - 0.024932861328125, - -0.0655517578125, - -0.0200653076171875, - 0.04608154296875, - -0.03955078125, - 0.00864410400390625, - 0.04449462890625, - -0.029205322265625, - 0.02642822265625, - -0.0235443115234375, - -0.0379638671875, - 0.02264404296875, - -0.0004191398620605469, - -0.0303955078125, - 0.019378662109375, - 0.04986572265625, - -0.0309906005859375, - -0.041534423828125, - -0.055633544921875, - -0.006160736083984375, - -0.0008382797241210938, - -0.0231475830078125, - 0.034759521484375, - -0.0015459060668945312, - -0.01331329345703125, - 0.036956787109375, - 0.03753662109375, - 0.001117706298828125, - -0.03277587890625, - 0.049468994140625, - -0.0367431640625, - -0.0452880859375, - 0.019073486328125, - 0.02880859375, - 0.0294036865234375, - -0.0474853515625, - -0.0128173828125, - -0.004322052001953125, - 0.01678466796875, - 0.02215576171875, - 0.01519775390625, - -0.0002808570861816406, - -0.05206298828125, - -0.039154052734375, - 0.041717529296875, - 0.0290069580078125, - 0.0592041015625, - -0.0218505859375, - -0.031982421875, - 0.0165863037109375, - -0.0272216796875, - -0.01271820068359375, - -0.003997802734375, - 0.005092620849609375, - -0.051666259765625, - 0.060791015625, - -0.00933837890625, - -0.0062103271484375, - -0.0012788772583007812, - 0.0655517578125, - -0.0012664794921875, - 0.004520416259765625, - -0.051666259765625, - 0.0298004150390625, - 0.0421142578125, - -0.05047607421875, - -0.004123687744140625, - -0.0027313232421875, - -0.022247314453125, - 0.0188751220703125, - -0.0066070556640625, - 0.017486572265625, - 0.0181732177734375, - -0.06793212890625, - -0.032989501953125, - -0.0203704833984375, - 0.01078033447265625, - -0.045501708984375, - 0.0272216796875, - 0.026031494140625, - -0.0116729736328125, - 0.0168914794921875, - -0.012664794921875, - 0.017578125, - 0.0301971435546875, - -0.0021228790283203125, - -0.031402587890625, - 0.043121337890625, - -0.06793212890625, - -0.024139404296875, - -0.01192474365234375, - 0.0298004150390625, - -0.0184783935546875, - 0.01097869873046875, - -0.01122283935546875, - -0.019866943359375, - 0.034759521484375, - -0.027618408203125, - -0.01509857177734375, - -0.0270233154296875, - -0.0238494873046875, - -0.0367431640625, - -0.01236724853515625, - 0.01042938232421875, - 0.025634765625, - 0.0059356689453125, - -0.023040771484375, - 0.044891357421875, - -0.050262451171875, - 0.0207672119140625, - 0.006011962890625, - 0.0013904571533203125, - 0.00804901123046875, - -0.01788330078125, - -0.0107269287109375, - 0.01236724853515625, - 0.020660400390625, - -0.0219573974609375, - -0.02642822265625, - -0.067138671875, - 0.034759521484375, - -0.0015401840209960938, - -0.0009374618530273438, - -0.0032291412353515625, - -0.054443359375, - -0.0592041015625, - 0.0057373046875, - 0.0341796875, - 0.00286865234375, - -0.00257110595703125, - -0.031402587890625, - -0.02960205078125, - -0.00469207763671875, - -0.0262298583984375, - 0.03118896484375, - -0.01549530029296875, - 0.001148223876953125, - -0.0005774497985839844, - -0.0278167724609375, - 0.013214111328125, - 0.029205322265625, - 0.0160980224609375, - -0.00928497314453125, - 0.051666259765625, - -0.043701171875, - 0.032196044921875, - -0.01678466796875, - -0.01529693603515625, - 0.0035762786865234375, - -0.00650787353515625, - 0.0303955078125, - -0.02264404296875, - -0.04608154296875, - -0.0021610260009765625, - 0.001483917236328125, - 0.031982421875, - -0.0290069580078125, - -0.01271820068359375, - 0.036346435546875, - -0.01122283935546875, - 0.040740966796875, - -0.028411865234375, - -0.027618408203125, - -0.02484130859375, - -0.01226806640625, - 0.0421142578125, - 0.04449462890625, - 0.028411865234375, - -0.038360595703125, - -0.00908660888671875, - 0.04888916015625, - -0.00370025634765625, - -0.0301971435546875, - -0.0168914794921875, - 0.00008225440979003906, - 0.01490020751953125, - 0.06396484375, - 0.004421234130859375, - 0.09619140625, - -0.01157379150390625, - 0.009735107421875, - 0.048492431640625, - 0.06317138671875, - 0.039154052734375, - -0.00710296630859375, - -0.0452880859375, - 0.022247314453125, - -0.007053375244140625, - -0.04608154296875, - -0.0458984375, - 0.016387939453125, - 0.04052734375, - -0.07232666015625, - -0.01078033447265625, - -0.00824737548828125, - 0.020965576171875, - -0.00730133056640625, - 0.0036258697509765625, - -0.01311492919921875, - 0.006084442138671875, - 0.0165863037109375, - -0.02264404296875, - 0.0184783935546875, - -0.0149993896484375, - 0.01509857177734375, - 0.05126953125, - 0.039154052734375, - -0.0186767578125, - 0.031585693359375, - 0.01097869873046875, - 0.0007233619689941406, - 0.01232147216796875, - 0.040130615234375, - 0.0130157470703125, - 0.0305938720703125, - 0.04351806640625, - 0.031982421875, - -0.006134033203125, - -0.0220489501953125, - 0.001316070556640625, - 0.01947021484375, - 0.03973388671875, - 0.0699462890625, - -0.0160980224609375, - 0.002185821533203125, - -0.024139404296875, - -0.051666259765625, - 0.01271820068359375, - 0.01898193359375, - -0.0034770965576171875, - -0.02642822265625, - -0.03753662109375, - 0.023040771484375, - -0.058807373046875, - 0.0458984375, - 0.0030422210693359375, - -0.037353515625, - 0.014007568359375, - 0.054840087890625, - -0.0016021728515625, - -0.033782958984375, - -0.0029048919677734375, - -0.038360595703125, - -0.0173797607421875, - -0.0212554931640625, - -0.03814697265625, - 0.032196044921875, - -0.044708251953125, - -0.054046630859375, - -0.01509857177734375, - 0.0309906005859375, - -0.024444580078125, - -0.049072265625, - -0.02801513671875, - -0.00804901123046875, - -0.002819061279296875, - -0.0443115234375, - -0.05364990234375, - -0.02960205078125, - 0.0159912109375, - -0.033782958984375, - 0.0087432861328125, - -0.006061553955078125, - -0.0232391357421875, - -0.0045928955078125, - -0.019775390625, - 0.015594482421875, - 0.0095367431640625, - -0.0389404296875, - 0.02880859375, - 0.0002856254577636719, - 0.03179931640625, - 0.0254364013671875, - 0.054443359375, - -0.0096893310546875, - 0.011077880859375, - -0.031585693359375, - -0.0379638671875, - 0.00150299072265625, - 0.001949310302734375, - 0.008392333984375, - -0.060791015625, - 0.00370025634765625, - 0.054443359375, - -0.091796875, - 0.008392333984375, - 0.0181732177734375, - -0.025634765625, - -0.0303955078125, - -0.02880859375, - 0.00923919677734375, - -0.0074005126953125, - 0.07550048828125, - 0.005214691162109375, - 0.00469207763671875, - 0.0138092041015625, - -0.0298004150390625, - 0.03497314453125, - 0.0124664306640625, - 0.01038360595703125, - -0.041717529296875, - 0.028411865234375, - 0.00623321533203125, - -0.031402587890625, - -0.00009894371032714844, - -0.058013916015625, - -0.0079498291015625, - 0.0286102294921875, - 0.0251312255859375, - -0.00849151611328125, - -0.01078033447265625, - -0.01788330078125, - -0.0243377685546875, - -0.039947509765625, - 0.0138092041015625, - -0.01058197021484375, - -0.0052642822265625, - -0.03338623046875, - -0.026031494140625, - -0.029205322265625, - -0.060791015625, - -0.0278167724609375, - -0.039154052734375, - 0.032196044921875, - 0.01212310791015625, - -0.04052734375, - 0.007152557373046875, - 0.0079498291015625, - -0.0172882080078125, - 0.011322021484375, - 0.06439208984375, - -0.04986572265625, - -0.0184783935546875, - 0.0016021728515625, - 0.041717529296875, - 0.00506591796875, - 0.0083465576171875, - -0.01197052001953125, - 0.020263671875, - 0.0091400146484375, - -0.035369873046875, - 0.023345947265625, - 0.026031494140625, - -0.00933837890625, - -0.04888916015625, - -0.0103302001953125, - -0.0200653076171875, - 0.03338623046875, - -0.011871337890625, - 0.049468994140625, - 0.01192474365234375, - -0.0042724609375, - -0.10968017578125, - 0.03594970703125, - -0.033782958984375, - 0.0298004150390625, - 0.0243377685546875, - -0.00785064697265625, - -0.0576171875, - -0.02642822265625, - -0.043914794921875, - 0.0212554931640625, - -0.007747650146484375, - 0.039947509765625, - -0.022552490234375, - 0.01450347900390625, - -0.0018625259399414062, - -0.006656646728515625, - 0.004619598388671875, - 0.06396484375, - 0.0029048919677734375, - -0.045501708984375, - 0.054840087890625, - -0.016387939453125, - -0.01509857177734375, - -0.01678466796875, - 0.01236724853515625, - 0.0266265869140625, - -0.005962371826171875, - -0.0228424072265625, - 0.0212554931640625, - 0.03594970703125, - 0.051666259765625, - -0.031585693359375, - 0.020965576171875, - -0.002780914306640625, - 0.0258331298828125, - -0.0220489501953125, - -0.0168914794921875, - 0.00409698486328125, - -0.00829315185546875, - -0.0130157470703125, - -0.0199737548828125, - -0.0635986328125, - -0.0826416015625, - 0.0238494873046875, - -0.0506591796875, - -0.022247314453125, - 0.039947509765625, - 0.019073486328125, - 0.014404296875, - -0.050262451171875, - 0.019775390625, - 0.00591278076171875, - -0.0128173828125, - -0.00978851318359375, - 0.026031494140625, - -0.022247314453125, - 0.0341796875, - -0.0104827880859375, - -0.047882080078125, - 0.04351806640625, - -0.0159912109375, - 0.0240478515625, - -0.00904083251953125, - 0.01003265380859375, - -0.007053375244140625, - 0.032196044921875, - -0.0889892578125, - -0.03955078125, - 0.0199737548828125, - 0.05206298828125, - 0.0138092041015625, - -0.00785064697265625, - 0.0270233154296875, - -0.0146026611328125, - -0.055633544921875, - 0.0079498291015625, - -0.0159912109375, - -0.03277587890625, - 0.0023097991943359375, - -0.004894256591796875, - 0.0030059814453125, - 0.0379638671875, - 0.0207672119140625, - 0.040130615234375, - 0.0443115234375, - 0.006855010986328125, - -0.0389404296875, - -0.0191802978515625, - -0.0101318359375, - 0.00829315185546875, - 0.005390167236328125, - 0.0239410400390625, - -0.0033779144287109375, - 0.0157928466796875, - -0.00769805908203125, - -0.08343505859375, - -0.02642822265625, - -0.0176849365234375, - -0.039947509765625, - -0.00014901161193847656, - 0.06793212890625, - 0.0443115234375, - -0.0238494873046875, - 0.01212310791015625, - 0.0305938720703125, - 0.0128173828125, - 0.0196685791015625, - -0.0176849365234375, - -0.05364990234375, - -0.007152557373046875, - -0.01171875, - 0.0195770263671875, - -0.04193115234375, - 0.0254364013671875, - 0.056427001953125, - -0.0224456787109375, - -0.014007568359375, - -0.0146026611328125, - 0.0176849365234375, - 0.047882080078125, - 0.03436279296875, - 0.0111236572265625, - -0.050079345703125, - 0.01212310791015625, - 0.0443115234375, - -0.006183624267578125, - 0.0037250518798828125, - -0.037139892578125, - -0.033172607421875, - 0.0411376953125, - -0.04034423828125, - 0.0112762451171875, - -0.006557464599609375, - 0.05999755859375, - 0.00189971923828125, - -0.044708251953125, - -0.0200653076171875, - 0.04608154296875, - 0.00868988037109375, - -0.0159912109375, - 0.031585693359375, - 0.0161895751953125, - -0.029998779296875, - 0.0528564453125, - 0.03814697265625, - -0.0013971328735351562, - 0.029205322265625, - 0.028411865234375, - -0.0411376953125, - 0.034759521484375, - 0.0006704330444335938, - -0.0012540817260742188, - -0.026824951171875, - -0.0443115234375, - -0.03814697265625, - -0.0576171875, - 0.0176849365234375, - 0.0016641616821289062, - 0.0576171875, - 0.0294036865234375, - 0.0010433197021484375, - -0.0157928466796875, - -0.00864410400390625, - 0.03753662109375, - 0.0274200439453125, - 0.0095367431640625, - 0.0272216796875, - 0.006458282470703125, - 0.0130157470703125, - 0.046295166015625, - -0.0452880859375, - 0.0164947509765625, - -0.01837158203125, - 0.01490020751953125, - -0.05999755859375, - -0.00933837890625, - 0.002956390380859375, - 0.0009374618530273438, - -0.00630950927734375, - -0.019378662109375, - -0.006656646728515625, - -0.0011110305786132812, - -0.03973388671875, - -0.00933837890625, - 0.030792236328125, - -0.048492431640625, - 0.0290069580078125, - 0.0025959014892578125, - -0.0120697021484375, - -0.0017757415771484375, - -0.042327880859375, - 0.1168212890625, - 0.0215606689453125, - 0.01898193359375, - 0.01078033447265625, - 0.02264404296875, - 0.04193115234375, - 0.005710601806640625, - 0.0024967193603515625, - 0.044891357421875, - -0.01216888427734375, - 0.04669189453125, - 0.04730224609375, - -0.010284423828125, - -0.032196044921875, - 0.05682373046875, - 0.003204345703125, - -0.045684814453125, - 0.02801513671875, - 0.0305938720703125, - 0.0149993896484375, - 0.005611419677734375, - -0.016693115234375, - -0.0181732177734375, - -0.06475830078125, - 0.061187744140625, - 0.00804901123046875, - -0.0038242340087890625, - 0.0357666015625, - -0.06951904296875, - 0.05523681640625, - 0.013214111328125, - 0.0251312255859375, - -0.044708251953125, - 0.043121337890625, - -0.0235443115234375, - -0.004520416259765625, - 0.005588531494140625, - 0.0028438568115234375, - -0.004047393798828125, - 0.031585693359375, - -0.034759521484375, - 0.07110595703125, - 0.0294036865234375, - -0.00009936094284057617, - -0.07110595703125, - -0.0116729736328125, - -0.00789642333984375, - -0.005462646484375, - 0.026824951171875, - -0.022247314453125, - -0.0016145706176757812, - 0.00769805908203125, - 0.0077972412109375, - 0.05523681640625, - -0.0218505859375, - 0.0238494873046875, - 0.01371002197265625, - -0.003353118896484375, - 0.025634765625, - -0.0172882080078125 - ], - "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_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.00011521577835083008, - -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_WinPmem", - "type": "tool", - "name": "WinPmem", - "content": "winpmem velociraptors windows-memory-imager revolutioniert ram-akquisition durch flexibles driver-system und moderne winapi-integration. drei acquisition- modi: kernel-driver für maximum-access, winapi für modern-windows, live-service für remote-collection. die elf64-ausgabe enthält metadaten für volatility-auto-detection. besonders clever: pagefile-integration erweitert verfügbaren memory-space, registry-acquisition parallel zum ram-dump, hash-verification für forensische integrität. driver-signing für secure-boot-kompatibilität. die portable-version läuft ohne installation von usb-stick. json-metadata dokumentiert system-configuration zum akquisitionszeitpunkt. performance-optimierung für ssd-storage. integration in kape-workflows für automatisierte collection. der open-source-ansatz ermöglicht anpassungen für spezielle anforderungen. standard-tool für windows-memory-forensics wenn kommerzielle alternativen nicht verfügbar oder zu teuer sind. memory acquisition scenario:memory_dump incident-response data-collection", - "embedding": [ - -0.0252685546875, - 0.027801513671875, - 0.036102294921875, - -0.01335906982421875, - 0.04693603515625, - 0.02545166015625, - -0.0013990402221679688, - 0.0163421630859375, - -0.01218414306640625, - -0.01227569580078125, - -0.040618896484375, - 0.03448486328125, - 0.007671356201171875, - -0.0176849365234375, - -0.05523681640625, - 0.036834716796875, - -0.0169677734375, - -0.0012464523315429688, - 0.01100921630859375, - 0.004421234130859375, - -0.02581787109375, - -0.0220184326171875, - -0.053436279296875, - 0.007354736328125, - 0.00473785400390625, - 0.007312774658203125, - -0.005573272705078125, - -0.048736572265625, - -0.02301025390625, - -0.01123809814453125, - 0.0022220611572265625, - -0.01922607421875, - 0.0294189453125, - 0.04351806640625, - -0.0162506103515625, - -0.005733489990234375, - 0.0137176513671875, - -0.02996826171875, - -0.041168212890625, - 0.04766845703125, - 0.003971099853515625, - 0.0177764892578125, - -0.0028667449951171875, - 0.0105133056640625, - -0.035919189453125, - -0.0267181396484375, - 0.004650115966796875, - -0.00136566162109375, - 0.0117340087890625, - -0.049468994140625, - 0.023101806640625, - 0.0243682861328125, - 0.0107879638671875, - -0.03338623046875, - -0.0220184326171875, - 0.02618408203125, - 0.0038814544677734375, - -0.0011167526245117188, - -0.036102294921875, - 0.067138671875, - -0.050201416015625, - -0.0433349609375, - -0.000008404254913330078, - -0.027618408203125, - 0.0204010009765625, - 0.0380859375, - -0.0118255615234375, - -0.054168701171875, - -0.006137847900390625, - 0.031402587890625, - 0.023284912109375, - -0.023101806640625, - -0.03448486328125, - 0.0011510848999023438, - -0.0141754150390625, - -0.05670166015625, - 0.03033447265625, - 0.0384521484375, - 0.005550384521484375, - -0.033203125, - -0.061737060546875, - -0.0157012939453125, - 0.0202178955078125, - -0.005031585693359375, - -0.023651123046875, - -0.0012979507446289062, - 0.027984619140625, - -0.00530242919921875, - 0.0038585662841796875, - 0.005664825439453125, - 0.03826904296875, - -0.0063629150390625, - 0.01904296875, - -0.032684326171875, - 0.0312347412109375, - 0.05126953125, - -0.004467010498046875, - -0.008758544921875, - -0.00893402099609375, - 0.0204010009765625, - 0.03033447265625, - -0.053070068359375, - 0.054534912109375, - -0.015167236328125, - 0.023101806640625, - -0.0305023193359375, - 0.00525665283203125, - -0.0243682861328125, - -0.032501220703125, - -0.0290679931640625, - -0.101806640625, - -0.032684326171875, - 0.009613037109375, - -0.08050537109375, - -0.00492095947265625, - -0.01335906982421875, - -0.01128387451171875, - 0.03485107421875, - -0.032318115234375, - -0.05633544921875, - 0.0222930908203125, - 0.00897979736328125, - -0.0007390975952148438, - 0.033050537109375, - -0.04766845703125, - -0.05560302734375, - -0.0202178955078125, - 0.041351318359375, - -0.010650634765625, - -0.0206756591796875, - -0.023284912109375, - -0.01236724853515625, - -0.0118255615234375, - -0.033935546875, - -0.0098876953125, - -0.006500244140625, - 0.0249176025390625, - 0.007266998291015625, - -0.018951416015625, - 0.004131317138671875, - 0.041534423828125, - -0.0201263427734375, - -0.036468505859375, - 0.01317596435546875, - -0.027801513671875, - -0.0163421630859375, - -0.004421234130859375, - 0.035369873046875, - -0.0222930908203125, - -0.019683837890625, - -0.0105133056640625, - 0.0241851806640625, - 0.05523681640625, - -0.000400543212890625, - 0.01534271240234375, - -0.04766845703125, - -0.0335693359375, - -0.0186004638671875, - 0.042236328125, - -0.033050537109375, - -0.0098419189453125, - 0.01055908203125, - 0.0117340087890625, - 0.0260009765625, - -0.0163421630859375, - -0.0269012451171875, - -0.001636505126953125, - 0.017425537109375, - 0.0107879638671875, - 0.0179595947265625, - 0.027801513671875, - -0.0184173583984375, - 0.0682373046875, - 0.0599365234375, - -0.0008349418640136719, - -0.0008859634399414062, - 0.00794219970703125, - -0.0035877227783203125, - 0.0095672607421875, - 0.032135009765625, - -0.0225677490234375, - -0.01345062255859375, - 0.0260009765625, - -0.025634765625, - 0.00600433349609375, - -0.0027751922607421875, - -0.0004456043243408203, - 0.00916290283203125, - -0.03448486328125, - 0.03033447265625, - -0.050201416015625, - -0.033050537109375, - -0.0186920166015625, - 0.0165252685546875, - 0.037384033203125, - 0.06536865234375, - 0.0270843505859375, - -0.03466796875, - 0.0252685546875, - -0.01507568359375, - 0.01092529296875, - 0.040069580078125, - -0.021759033203125, - 0.0426025390625, - 0.0107421875, - 0.035369873046875, - 0.023468017578125, - 0.039703369140625, - 0.00699615478515625, - -0.036651611328125, - 0.00586700439453125, - 0.054168701171875, - -0.01317596435546875, - -0.045135498046875, - -0.019500732421875, - -0.028350830078125, - 0.0377197265625, - -0.01263427734375, - -0.00695037841796875, - 0.0038356781005859375, - -0.0137176513671875, - -0.0516357421875, - 0.0251007080078125, - 0.017242431640625, - -0.00067138671875, - 0.032867431640625, - 0.0227508544921875, - -0.03448486328125, - -0.01885986328125, - 0.019317626953125, - 0.03900146484375, - 0.0433349609375, - -0.002685546875, - -0.00188446044921875, - -0.023651123046875, - -0.0115509033203125, - 0.05487060546875, - 0.01209259033203125, - 0.02996826171875, - 0.03375244140625, - -0.013092041015625, - 0.0241851806640625, - -0.019500732421875, - 0.04278564453125, - 0.03338623046875, - -0.0017147064208984375, - -0.00543975830078125, - -0.0043792724609375, - 0.0509033203125, - 0.053070068359375, - -0.053436279296875, - -0.0120086669921875, - -0.061370849609375, - -0.019775390625, - -0.058135986328125, - -0.045684814453125, - -0.01218414306640625, - -0.0343017578125, - 0.0391845703125, - -0.058837890625, - -0.041534423828125, - 0.00023555755615234375, - 0.014801025390625, - 0.004962921142578125, - 0.05523681640625, - 0.01209259033203125, - -0.048370361328125, - 0.0035877227783203125, - 0.053802490234375, - 0.0009646415710449219, - -0.023101806640625, - -0.0290679931640625, - 0.0169677734375, - -0.027618408203125, - 0.0139007568359375, - -0.01678466796875, - -0.01335906982421875, - 0.04620361328125, - 0.0184173583984375, - -0.0036334991455078125, - -0.0418701171875, - -0.00235748291015625, - -0.0010099411010742188, - 0.028350830078125, - -0.049835205078125, - 0.018768310546875, - 0.01209259033203125, - 0.00817108154296875, - -0.0272674560546875, - -0.06536865234375, - 0.00157928466796875, - 0.0433349609375, - -0.00916290283203125, - -0.0014553070068359375, - 0.00911712646484375, - -0.0205841064453125, - 0.023284912109375, - 0.00016927719116210938, - -0.0012750625610351562, - 0.021026611328125, - 0.037017822265625, - -0.041351318359375, - 0.0014781951904296875, - 0.01020050048828125, - -0.0033168792724609375, - -0.0308685302734375, - -0.07440185546875, - -0.019500732421875, - -0.0206756591796875, - -0.04278564453125, - -0.0380859375, - 0.0138092041015625, - -0.00708770751953125, - -0.01317596435546875, - -0.016876220703125, - -0.0006036758422851562, - -0.019500732421875, - -0.058135986328125, - 0.0251007080078125, - -0.004512786865234375, - -0.057769775390625, - -0.0117340087890625, - 0.06787109375, - 0.010467529296875, - 0.0312347412109375, - -0.027435302734375, - -0.0020542144775390625, - -0.0460205078125, - 0.0116424560546875, - -0.0243682861328125, - 0.021759033203125, - -0.007671356201171875, - 0.048736572265625, - 0.002132415771484375, - 0.01335906982421875, - 0.0128173828125, - 0.03466796875, - 0.0350341796875, - -0.000020265579223632812, - -0.006275177001953125, - -0.00807952880859375, - 0.01300048828125, - 0.0343017578125, - -0.0287017822265625, - -0.05670166015625, - -0.0160675048828125, - 0.0027980804443359375, - -0.0047607421875, - 0.005123138427734375, - 0.0178680419921875, - 0.043853759765625, - -0.0138092041015625, - 0.01561737060546875, - 0.0391845703125, - 0.00930023193359375, - 0.09967041015625, - -0.0200347900390625, - -0.03448486328125, - 0.01904296875, - 0.05560302734375, - -0.00640869140625, - -0.00916290283203125, - 0.05523681640625, - 0.004673004150390625, - -0.007129669189453125, - 0.0116424560546875, - 0.00494384765625, - 0.0245513916015625, - -0.019683837890625, - 0.007221221923828125, - 0.0260009765625, - -0.0088043212890625, - 0.019134521484375, - 0.031951904296875, - 0.0377197265625, - 0.017333984375, - 0.031951904296875, - -0.014801025390625, - -0.0117340087890625, - -0.02960205078125, - -0.07330322265625, - -0.00013113021850585938, - 0.044769287109375, - 0.0086212158203125, - 0.0599365234375, - -0.032318115234375, - -0.08050537109375, - 0.0269012451171875, - -0.03900146484375, - 0.06787109375, - 0.04351806640625, - 0.01335906982421875, - 0.045684814453125, - 0.007221221923828125, - 0.0141754150390625, - 0.0119171142578125, - 0.0016021728515625, - 0.006137847900390625, - 0.0310516357421875, - 0.044036865234375, - -0.00690460205078125, - -0.031951904296875, - 0.038818359375, - 0.054534912109375, - 0.031768798828125, - -0.0036334991455078125, - 0.00911712646484375, - -0.0128173828125, - 0.0222015380859375, - -0.00884246826171875, - 0.0516357421875, - 0.041534423828125, - -0.0137176513671875, - 0.0350341796875, - -0.01317596435546875, - 0.006317138671875, - -0.054534912109375, - 0.004062652587890625, - 0.00440216064453125, - -0.02166748046875, - 0.0201263427734375, - 0.023284912109375, - -0.057037353515625, - -0.023651123046875, - 0.04205322265625, - -0.05670166015625, - 0.024017333984375, - 0.0006628036499023438, - -0.0120086669921875, - 0.0052337646484375, - -0.017242431640625, - -0.05633544921875, - 0.06353759765625, - -0.044219970703125, - -0.0139007568359375, - 0.0310516357421875, - 0.0198516845703125, - -0.023834228515625, - -0.016693115234375, - -0.0119171142578125, - -0.01345062255859375, - -0.032867431640625, - -0.0272674560546875, - 0.04766845703125, - 0.01300048828125, - 0.0094757080078125, - 0.0033397674560546875, - 0.062103271484375, - -0.0222015380859375, - -0.0380859375, - 0.0260009765625, - -0.03448486328125, - -0.0163421630859375, - 0.01904296875, - 0.004535675048828125, - 0.03466796875, - -0.049468994140625, - -0.019500732421875, - 0.0224761962890625, - -0.007671356201171875, - 0.004535675048828125, - 0.023834228515625, - -0.03826904296875, - -0.049102783203125, - -0.052703857421875, - 0.0509033203125, - -0.0011682510375976562, - 0.03521728515625, - 0.01354217529296875, - -0.04730224609375, - 0.0312347412109375, - -0.06610107421875, - -0.00007265806198120117, - -0.014984130859375, - 0.04656982421875, - -0.0270843505859375, - 0.07183837890625, - -0.0221099853515625, - -0.01326751708984375, - 0.009429931640625, - 0.040069580078125, - -0.000041961669921875, - 0.0182342529296875, - -0.032501220703125, - 0.031951904296875, - 0.0202178955078125, - -0.03521728515625, - -0.00897979736328125, - -0.00708770751953125, - -0.003520965576171875, - 0.0859375, - -0.028167724609375, - 0.028167724609375, - -0.0137176513671875, - -0.0675048828125, - -0.007129669189453125, - -0.033203125, - -0.01363372802734375, - -0.028350830078125, - 0.021209716796875, - 0.0308685302734375, - -0.0015010833740234375, - 0.04351806640625, - -0.001049041748046875, - 0.0263519287109375, - 0.02581787109375, - -0.0008406639099121094, - -0.0180511474609375, - 0.01751708984375, - -0.067138671875, - -0.0157012939453125, - -0.023101806640625, - 0.0292510986328125, - -0.014801025390625, - -0.0182342529296875, - 0.027801513671875, - -0.0064544677734375, - 0.0335693359375, - -0.078369140625, - -0.00266265869140625, - -0.0166015625, - -0.01885986328125, - -0.0166015625, - -0.00478363037109375, - 0.0227508544921875, - 0.0308685302734375, - -0.003204345703125, - -0.01444244384765625, - 0.035369873046875, - -0.03955078125, - 0.04278564453125, - 0.001895904541015625, - 0.006587982177734375, - -0.006229400634765625, - -0.01444244384765625, - 0.0267181396484375, - 0.0199432373046875, - 0.0523681640625, - 0.005214691162109375, - -0.0287017822265625, - -0.07476806640625, - 0.00997161865234375, - 0.0222930908203125, - 0.016876220703125, - -0.0139923095703125, - -0.038818359375, - -0.03753662109375, - -0.0094757080078125, - 0.0252685546875, - 0.0139923095703125, - 0.010467529296875, - -0.037017822265625, - -0.0160675048828125, - 0.0118255615234375, - -0.023834228515625, - 0.032867431640625, - -0.027801513671875, - 0.002109527587890625, - -0.0012979507446289062, - -0.014801025390625, - 0.01444244384765625, - 0.03375244140625, - 0.039703369140625, - 0.0157928466796875, - 0.01218414306640625, - -0.0001550912857055664, - 0.0033855438232421875, - -0.032501220703125, - -0.0310516357421875, - -0.00907135009765625, - -0.01317596435546875, - 0.01543426513671875, - -0.03411865234375, - -0.0116424560546875, - -0.0003399848937988281, - 0.036651611328125, - 0.0211181640625, - -0.0219268798828125, - -0.016876220703125, - 0.0108795166015625, - -0.0140838623046875, - 0.0269012451171875, - -0.0204010009765625, - -0.0249176025390625, - 0.0159759521484375, - 0.023468017578125, - 0.06427001953125, - 0.037017822265625, - 0.0098419189453125, - -0.0203094482421875, - 0.0019063949584960938, - 0.057037353515625, - -0.03033447265625, - -0.035552978515625, - -0.0272674560546875, - 0.0290679931640625, - 0.00817108154296875, - 0.0288848876953125, - 0.01425933837890625, - 0.075439453125, - 0.021392822265625, - -0.00897979736328125, - 0.03485107421875, - 0.0682373046875, - 0.0178680419921875, - -0.0177764892578125, - -0.040252685546875, - 0.0117340087890625, - 0.0020427703857421875, - -0.048370361328125, - -0.044219970703125, - 0.0158843994140625, - 0.07147216796875, - -0.09027099609375, - -0.02166748046875, - -0.00209808349609375, - -0.01263427734375, - 0.0160675048828125, - -0.01534271240234375, - -0.005462646484375, - 0.0206756591796875, - 0.0211181640625, - -0.04730224609375, - -0.0138092041015625, - -0.0086669921875, - 0.0263519287109375, - 0.032135009765625, - 0.01227569580078125, - 0.0226593017578125, - 0.02166748046875, - -0.00848388671875, - 0.028167724609375, - 0.01462554931640625, - 0.049835205078125, - 0.005687713623046875, - 0.019775390625, - 0.03936767578125, - 0.048736572265625, - -0.0182342529296875, - -0.01010894775390625, - 0.0178680419921875, - 0.0178680419921875, - 0.06353759765625, - 0.057037353515625, - 0.006137847900390625, - 0.0120086669921875, - -0.0157012939453125, - -0.04766845703125, - -0.0120086669921875, - 0.02301025390625, - 0.01317596435546875, - -0.06353759765625, - -0.023284912109375, - 0.040802001953125, - -0.04278564453125, - 0.03033447265625, - 0.0301513671875, - -0.0252685546875, - -0.0137176513671875, - 0.03033447265625, - -0.012725830078125, - -0.0310516357421875, - 0.0265350341796875, - -0.01015472412109375, - -0.0272674560546875, - -0.021759033203125, - -0.03448486328125, - 0.044219970703125, - -0.0308685302734375, - -0.08123779296875, - -0.0107879638671875, - 0.03790283203125, - -0.023834228515625, - -0.031402587890625, - -0.0241851806640625, - -0.0085296630859375, - -0.023468017578125, - -0.045501708984375, - -0.04730224609375, - -0.02978515625, - 0.0179595947265625, - -0.005462646484375, - 0.0292510986328125, - -0.01317596435546875, - -0.023834228515625, - -0.006092071533203125, - -0.0177764892578125, - -0.033203125, - 0.0204925537109375, - -0.01552581787109375, - 0.053070068359375, - -0.003993988037109375, - 0.0227508544921875, - 0.00821685791015625, - 0.07977294921875, - -0.00640869140625, - 0.012725830078125, - -0.027801513671875, - -0.08770751953125, - 0.0208587646484375, - 0.01470947265625, - 0.0115509033203125, - -0.06787109375, - 0.021392822265625, - 0.05560302734375, - -0.0689697265625, - 0.01255035400390625, - 0.0001100301742553711, - -0.01105499267578125, - -0.04730224609375, - 0.0009870529174804688, - -0.01326751708984375, - 0.01678466796875, - 0.07366943359375, - 0.0010099411010742188, - -0.0074920654296875, - -0.0183258056640625, - -0.054534912109375, - 0.04278564453125, - 0.01363372802734375, - 0.014984130859375, - -0.067138671875, - 0.0095672607421875, - 0.023468017578125, - -0.0165252685546875, - 0.0160675048828125, - -0.06463623046875, - -0.016876220703125, - 0.0308685302734375, - 0.023101806640625, - -0.01715087890625, - 0.0009927749633789062, - -0.0592041015625, - -0.027801513671875, - -0.02960205078125, - 0.00817108154296875, - -0.017333984375, - 0.01715087890625, - -0.02618408203125, - -0.01042938232421875, - -0.021484375, - -0.044952392578125, - -0.040252685546875, - -0.0301513671875, - 0.0241851806640625, - -0.00270843505859375, - -0.06463623046875, - 0.04730224609375, - 0.0222930908203125, - -0.01552581787109375, - 0.023834228515625, - 0.035919189453125, - -0.02978515625, - 0.0141754150390625, - -0.0272674560546875, - 0.0433349609375, - -0.0004315376281738281, - -0.0020656585693359375, - -0.0106048583984375, - -0.00162506103515625, - 0.021026611328125, - -0.045867919921875, - 0.0267181396484375, - 0.0138092041015625, - -0.0241851806640625, - -0.054534912109375, - -0.035369873046875, - -0.031402587890625, - 0.01245880126953125, - -0.016876220703125, - 0.033203125, - 0.01552581787109375, - -0.01552581787109375, - -0.08233642578125, - 0.05126953125, - -0.01245880126953125, - 0.03466796875, - 0.0211181640625, - 0.00008565187454223633, - -0.040069580078125, - -0.054534912109375, - -0.017059326171875, - 0.0169677734375, - -0.023651123046875, - 0.03448486328125, - -0.00270843505859375, - 0.0014047622680664062, - 0.0251007080078125, - -0.023651123046875, - -0.0008463859558105469, - 0.032684326171875, - 0.0020542144775390625, - -0.03485107421875, - 0.062469482421875, - -0.04278564453125, - -0.0086212158203125, - 0.009429931640625, - -0.0265350341796875, - 0.01024627685546875, - -0.00266265869140625, - -0.0160675048828125, - -0.006771087646484375, - 0.0128173828125, - 0.0267181396484375, - -0.0120086669921875, - -0.0020084381103515625, - -0.01263427734375, - 0.04351806640625, - 0.0083465576171875, - -0.02093505859375, - -0.00997161865234375, - 0.0116424560546875, - -0.0098419189453125, - -0.0247344970703125, - -0.07220458984375, - -0.08880615234375, - 0.0267181396484375, - -0.027618408203125, - -0.0119171142578125, - -0.002719879150390625, - 0.01092529296875, - 0.021209716796875, - -0.0384521484375, - 0.015167236328125, - 0.00826263427734375, - -0.0107421875, - -0.0310516357421875, - 0.05560302734375, - 0.0007448196411132812, - 0.016693115234375, - 0.0186920166015625, - -0.040618896484375, - -0.0009365081787109375, - -0.010650634765625, - -0.0007023811340332031, - -0.025634765625, - -0.02130126953125, - -0.04241943359375, - 0.035369873046875, - -0.06463623046875, - -0.031585693359375, - 0.0272674560546875, - 0.041168212890625, - 0.023834228515625, - -0.035736083984375, - 0.05670166015625, - -0.01105499267578125, - -0.0433349609375, - 0.027618408203125, - -0.02545166015625, - -0.0391845703125, - 0.027435302734375, - -0.0087127685546875, - 0.014892578125, - 0.0012187957763671875, - 0.06317138671875, - 0.03955078125, - 0.0460205078125, - -0.015167236328125, - -0.0200347900390625, - -0.0087127685546875, - -0.0211181640625, - 0.032684326171875, - 0.03955078125, - 0.01010894775390625, - -0.0107879638671875, - 0.007312774658203125, - 0.007266998291015625, - -0.0667724609375, - -0.023834228515625, - -0.0269012451171875, - -0.06280517578125, - -0.0106048583984375, - 0.06280517578125, - 0.03863525390625, - 0.0263519287109375, - 0.019683837890625, - 0.04656982421875, - 0.041534423828125, - -0.014984130859375, - -0.0117340087890625, - -0.032135009765625, - -0.0085296630859375, - 0.01534271240234375, - 0.0163421630859375, - -0.0667724609375, - 0.049835205078125, - 0.0306854248046875, - -0.00214385986328125, - -0.024017333984375, - 0.0186920166015625, - 0.0011005401611328125, - 0.08087158203125, - 0.0265350341796875, - 0.0034084320068359375, - -0.06390380859375, - 0.006679534912109375, - 0.035919189453125, - -0.012908935546875, - -0.00897979736328125, - -0.00012481212615966797, - -0.03826904296875, - 0.01263427734375, - -0.057769775390625, - 0.0022335052490234375, - 0.0022220611572265625, - 0.0791015625, - -0.01543426513671875, - -0.0120086669921875, - -0.00600433349609375, - 0.042236328125, - 0.0019178390502929688, - -0.04315185546875, - 0.012725830078125, - 0.0229339599609375, - -0.0306854248046875, - 0.031585693359375, - 0.04241943359375, - 0.0032501220703125, - 0.01453399658203125, - 0.027801513671875, - -0.044769287109375, - 0.03375244140625, - -0.01209259033203125, - 0.0229339599609375, - 0.00539398193359375, - -0.040435791015625, - -0.023834228515625, - -0.04278564453125, - 0.0308685302734375, - 0.023834228515625, - 0.038818359375, - 0.006229400634765625, - -0.015167236328125, - -0.0033397674560546875, - 0.0194091796875, - 0.023468017578125, - 0.0138092041015625, - 0.01561737060546875, - 0.014801025390625, - -0.01119232177734375, - 0.0019063949584960938, - 0.006275177001953125, - -0.04766845703125, - 0.039703369140625, - -0.0335693359375, - 0.002368927001953125, - -0.05487060546875, - 0.0030231475830078125, - 0.01354217529296875, - -0.015167236328125, - 0.004512786865234375, - -0.048370361328125, - -0.00244903564453125, - -0.0160675048828125, - -0.054168701171875, - -0.0075836181640625, - 0.04656982421875, - -0.049468994140625, - -0.00803375244140625, - 0.0010433197021484375, - -0.0294189453125, - -0.0007219314575195312, - -0.07110595703125, - 0.0787353515625, - 0.01453399658203125, - 0.0225677490234375, - -0.002979278564453125, - 0.0252685546875, - 0.01425933837890625, - 0.01453399658203125, - 0.01055908203125, - 0.006275177001953125, - -0.004852294921875, - 0.057769775390625, - 0.049468994140625, - -0.01128387451171875, - -0.037017822265625, - 0.0137176513671875, - 0.023834228515625, - -0.03936767578125, - 0.0088043212890625, - 0.0017147064208984375, - 0.0267181396484375, - 0.0036773681640625, - 0.00888824462890625, - -0.0292510986328125, - -0.0523681640625, - 0.060302734375, - 0.0218505859375, - 0.0033626556396484375, - 0.0247344970703125, - -0.036834716796875, - 0.0509033203125, - 0.0117340087890625, - 0.062469482421875, - -0.0772705078125, - 0.02301025390625, - -0.0343017578125, - 0.00884246826171875, - -0.0006093978881835938, - 0.017242431640625, - 0.002979278564453125, - 0.0139923095703125, - -0.004581451416015625, - 0.04656982421875, - 0.0119171142578125, - -0.0037689208984375, - -0.076904296875, - -0.017425537109375, - 0.0001932382583618164, - 0.02618408203125, - 0.027618408203125, - -0.0305023193359375, - -0.04205322265625, - 0.025634765625, - 0.01218414306640625, - 0.04656982421875, - 0.00046539306640625, - 0.04278564453125, - 0.01444244384765625, - -0.0222930908203125, - -0.01534271240234375, - -0.009796142578125 - ], - "metadata": { - "domains": [ - "incident-response" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "memory", - "acquisition", - "scenario:memory_dump" - ], - "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. command-line 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.0079498291015625, - 0.040130615234375, - 0.057373046875, - 0.00951385498046875, - 0.0249481201171875, - 0.026824951171875, - 0.0175628662109375, - -0.01788330078125, - -0.0170440673828125, - 0.004261016845703125, - -0.0134124755859375, - 0.061553955078125, - -0.0011243820190429688, - -0.00020956993103027344, - -0.074462890625, - 0.0552978515625, - 0.0180816650390625, - 0.0055084228515625, - 0.009613037109375, - -0.0011501312255859375, - -0.0086822509765625, - -0.00608062744140625, - -0.056549072265625, - 0.01325225830078125, - 0.00537872314453125, - 0.0343017578125, - -0.02142333984375, - -0.05780029296875, - -0.024017333984375, - 0.0233917236328125, - 0.000023424625396728516, - -0.031402587890625, - 0.006366729736328125, - 0.030975341796875, - 0.002819061279296875, - -0.026824951171875, - 0.00925445556640625, - -0.0357666015625, - -0.01263427734375, - 0.035552978515625, - -0.0072784423828125, - 0.0008382797241210938, - 0.0188140869140625, - -0.00022745132446289062, - -0.026824951171875, - -0.040130615234375, - 0.00966644287109375, - -0.018707275390625, - 0.028900146484375, - -0.024749755859375, - 0.0272369384765625, - 0.0228729248046875, - -0.0017671585083007812, - 0.0022869110107421875, - -0.0272369384765625, - 0.041168212890625, - 0.0051727294921875, - -0.00670623779296875, - -0.05780029296875, - 0.03887939453125, - -0.02764892578125, - -0.0140380859375, - -0.012420654296875, - -0.0169525146484375, - 0.00504302978515625, - 0.03369140625, - -0.00644683837890625, - -0.01143646240234375, - 0.0274505615234375, - -0.00345611572265625, - -0.014556884765625, - -0.00888824462890625, - -0.0246429443359375, - 0.0140380859375, - -0.0297393798828125, - -0.07232666015625, - 0.0116424560546875, - 0.00951385498046875, - -0.0134124755859375, - 0.0064697265625, - -0.040557861328125, - -0.01091766357421875, - 0.034942626953125, - -0.016632080078125, - -0.0207977294921875, - -0.0100860595703125, - 0.0230865478515625, - 0.0109710693359375, - -0.01517486572265625, - 0.01528167724609375, - 0.01486968994140625, - -0.004184722900390625, - 0.006809234619140625, - -0.0005588531494140625, - 0.034515380859375, - 0.0848388671875, - -0.0175628662109375, - -0.00042891502380371094, - -0.006053924560546875, - 0.0265045166015625, - 0.00899505615234375, - -0.045318603515625, - 0.035980224609375, - -0.00345611572265625, - 0.041168212890625, - -0.00543212890625, - -0.007537841796875, - -0.01507568359375, - -0.01465606689453125, - -0.006809234619140625, - -0.1064453125, - -0.0213165283203125, - -0.0167388916015625, - -0.059051513671875, - -0.00899505615234375, - -0.005901336669921875, - -0.00397491455078125, - 0.046356201171875, - -0.033905029296875, - -0.0343017578125, - 0.027862548828125, - 0.016326904296875, - 0.0149688720703125, - 0.01320648193359375, - -0.05157470703125, - -0.043243408203125, - 0.002559661865234375, - 0.036163330078125, - -0.040740966796875, - -0.03472900390625, - -0.0274505615234375, - -0.0496826171875, - -0.0252685546875, - -0.0256805419921875, - 0.003482818603515625, - -0.01226806640625, - 0.028900146484375, - 0.00785064697265625, - -0.004444122314453125, - 0.01413726806640625, - 0.034088134765625, - -0.023284912109375, - -0.063232421875, - -0.0274505615234375, - -0.044708251953125, - -0.001987457275390625, - -0.0264129638671875, - 0.039703369140625, - -0.0049896240234375, - -0.0029621124267578125, - -0.002391815185546875, - 0.0322265625, - 0.03680419921875, - 0.0305633544921875, - 0.01013946533203125, - -0.022979736328125, - -0.004055023193359375, - -0.01143646240234375, - 0.040740966796875, - -0.01018524169921875, - -0.0249481201171875, - 0.006549835205078125, - 0.01039886474609375, - 0.0072784423828125, - -0.00618743896484375, - -0.039093017578125, - -0.0202789306640625, - 0.018707275390625, - -0.0102386474609375, - 0.003742218017578125, - 0.026611328125, - -0.005535125732421875, - 0.07025146484375, - 0.061126708984375, - 0.0036640167236328125, - 0.0293121337890625, - -0.00701904296875, - -0.006496429443359375, - 0.0517578125, - 0.03887939453125, - -0.01424407958984375, - -0.010711669921875, - 0.0428466796875, - 0.0270233154296875, - -0.0004711151123046875, - -0.0097198486328125, - -0.0185089111328125, - -0.0033016204833984375, - -0.025360107421875, - 0.037628173828125, - -0.0125274658203125, - -0.0139312744140625, - -0.0092010498046875, - 0.02069091796875, - 0.00925445556640625, - 0.063232421875, - 0.034515380859375, - -0.0169525146484375, - 0.04595947265625, - -0.0019235610961914062, - 0.00009542703628540039, - 0.05322265625, - -0.01029205322265625, - 0.047607421875, - 0.01486968994140625, - -0.012786865234375, - -0.01715087890625, - 0.029937744140625, - 0.018402099609375, - -0.041168212890625, - -0.005199432373046875, - 0.054901123046875, - -0.020477294921875, - -0.0140380859375, - -0.0274505615234375, - -0.031402587890625, - 0.029937744140625, - -0.01413726806640625, - -0.0130462646484375, - 0.0013513565063476562, - 0.0033016204833984375, - -0.0665283203125, - 0.0029888153076171875, - 0.0140380859375, - 0.00015437602996826172, - 0.01091766357421875, - 0.037841796875, - -0.0189208984375, - -0.051971435546875, - 0.032440185546875, - 0.007381439208984375, - 0.01922607421875, - -0.01273345947265625, - 0.034515380859375, - 0.000896453857421875, - -0.0282745361328125, - 0.04656982421875, - 0.012420654296875, - 0.0213165283203125, - 0.00556182861328125, - -0.033050537109375, - 0.039703369140625, - -0.0357666015625, - 0.019134521484375, - 0.057373046875, - -0.03680419921875, - 0.0112762451171875, - -0.0013446807861328125, - 0.022979736328125, - 0.049072265625, - -0.0286865234375, - -0.00862884521484375, - -0.07818603515625, - 0.004520416259765625, - -0.05218505859375, - -0.0167388916015625, - -0.009613037109375, - -0.054046630859375, - 0.031402587890625, - -0.06280517578125, - -0.009613037109375, - -0.01247406005859375, - 0.00914764404296875, - -0.01538848876953125, - 0.056549072265625, - -0.0114898681640625, - -0.05218505859375, - -0.016845703125, - 0.054473876953125, - 0.0010652542114257812, - -0.00478363037109375, - -0.00467681884765625, - 0.0295257568359375, - -0.0072784423828125, - 0.01018524169921875, - -0.056976318359375, - 0.0170440673828125, - 0.0357666015625, - 0.0238037109375, - 0.0270233154296875, - -0.0175628662109375, - 0.0169525146484375, - -0.0190277099609375, - 0.0328369140625, - -0.035552978515625, - -0.00045800209045410156, - -0.0149688720703125, - 0.007328033447265625, - -0.00992584228515625, - -0.08026123046875, - -0.0189208984375, - 0.0301513671875, - -0.005950927734375, - 0.0010528564453125, - 0.0021305084228515625, - -0.048858642578125, - -0.0044708251953125, - -0.01641845703125, - 0.001422882080078125, - 0.03533935546875, - 0.048248291015625, - -0.033050537109375, - 0.0018587112426757812, - -0.01018524169921875, - 0.01413726806640625, - -0.0224609375, - -0.05780029296875, - -0.0249481201171875, - -0.0190277099609375, - -0.0265045166015625, - -0.0197601318359375, - 0.033050537109375, - -0.029937744140625, - 0.0236968994140625, - -0.01018524169921875, - 0.00045800209045410156, - -0.0256805419921875, - -0.03680419921875, - 0.028076171875, - -0.0154876708984375, - -0.02484130859375, - -0.01538848876953125, - 0.050323486328125, - -0.0032749176025390625, - 0.010498046875, - -0.005222320556640625, - -0.01507568359375, - -0.0399169921875, - 0.01284027099609375, - -0.0133056640625, - 0.01195526123046875, - -0.0165252685546875, - 0.04949951171875, - 0.039093017578125, - 0.0249481201171875, - 0.01132965087890625, - 0.0526123046875, - 0.01507568359375, - -0.042205810546875, - -0.0133056640625, - -0.006031036376953125, - 0.00899505615234375, - 0.023284912109375, - -0.0246429443359375, - -0.0202789306640625, - 0.005222320556640625, - -0.0037689208984375, - 0.004627227783203125, - 0.0293121337890625, - 0.03887939453125, - 0.0264129638671875, - -0.0455322265625, - 0.0015659332275390625, - 0.059478759765625, - -0.0108642578125, - 0.10272216796875, - -0.00925445556640625, - -0.040740966796875, - 0.0254669189453125, - 0.0455322265625, - -0.0177764892578125, - 0.0053558349609375, - 0.033905029296875, - -0.00275421142578125, - 0.0010328292846679688, - 0.009307861328125, - 0.00696563720703125, - 0.035552978515625, - -0.0008087158203125, - 0.0013055801391601562, - 0.005924224853515625, - -0.0120086669921875, - 0.0256805419921875, - 0.033477783203125, - 0.0181884765625, - 0.010711669921875, - 0.050323486328125, - -0.0419921875, - -0.0236968994140625, - -0.032012939453125, - -0.0848388671875, - 0.008209228515625, - 0.026824951171875, - 0.039520263671875, - 0.0517578125, - -0.0372314453125, - -0.063232421875, - 0.0174713134765625, - -0.0107574462890625, - 0.068603515625, - 0.021514892578125, - 0.01486968994140625, - 0.007328033447265625, - -0.0063934326171875, - -0.00940704345703125, - 0.03118896484375, - 0.004055023193359375, - 0.00904083251953125, - 0.0316162109375, - 0.0517578125, - 0.000009834766387939453, - -0.0284881591796875, - 0.007122039794921875, - 0.0188140869140625, - 0.0282745361328125, - 0.006862640380859375, - 0.022552490234375, - 0.0228729248046875, - 0.0125274658203125, - -0.001617431640625, - 0.06195068359375, - 0.01641845703125, - 0.005588531494140625, - 0.02276611328125, - -0.012939453125, - 0.0223541259765625, - -0.0428466796875, - 0.0106048583984375, - 0.005405426025390625, - -0.0177764892578125, - 0.0079498291015625, - 0.043670654296875, - -0.0706787109375, - 0.0190277099609375, - 0.040740966796875, - -0.064453125, - 0.04388427734375, - 0.025360107421875, - -0.0245361328125, - 0.00701904296875, - -0.01180267333984375, - -0.05322265625, - 0.016326904296875, - -0.0140380859375, - -0.046173095703125, - 0.0036640167236328125, - 0.020477294921875, - -0.0673828125, - -0.038055419921875, - -0.04345703125, - -0.01154327392578125, - 0.0017671585083007812, - -0.03741455078125, - 0.04095458984375, - -0.01158905029296875, - -0.0007863044738769531, - 0.0343017578125, - 0.050537109375, - 0.00665283203125, - -0.0316162109375, - 0.044921875, - -0.036163330078125, - -0.07861328125, - 0.05010986328125, - -0.01372528076171875, - 0.060699462890625, - -0.036163330078125, - -0.0200653076171875, - 0.0011959075927734375, - 0.0007343292236328125, - 0.01372528076171875, - 0.022979736328125, - -0.046356201171875, - -0.022552490234375, - -0.03887939453125, - 0.047393798828125, - 0.005718231201171875, - 0.036376953125, - -0.022247314453125, - -0.0305633544921875, - 0.0185089111328125, - -0.06195068359375, - -0.044708251953125, - -0.0112762451171875, - 0.006160736083984375, - -0.012786865234375, - 0.07611083984375, - -0.0251617431640625, - -0.0185089111328125, - -0.00665283203125, - 0.048248291015625, - 0.0100860595703125, - 0.0029754638671875, - -0.0455322265625, - 0.032012939453125, - 0.048248291015625, - -0.0673828125, - -0.00774383544921875, - -0.00826263427734375, - 0.00310516357421875, - 0.037841796875, - -0.054901123046875, - 0.01013946533203125, - 0.00909423828125, - -0.0706787109375, - -0.034088134765625, - -0.005771636962890625, - -0.005771636962890625, - -0.041778564453125, - -0.02587890625, - 0.04345703125, - -0.0126800537109375, - 0.028076171875, - 0.003742218017578125, - 0.0044708251953125, - 0.00811004638671875, - -0.00460052490234375, - -0.01861572265625, - 0.02099609375, - -0.06781005859375, - -0.0196533203125, - -0.0211029052734375, - 0.0384521484375, - -0.01029205322265625, - 0.018402099609375, - -0.0035858154296875, - -0.00644683837890625, - 0.05322265625, - -0.054473876953125, - -0.0198516845703125, - 0.01273345947265625, - -0.02764892578125, - -0.0251617431640625, - -0.01003265380859375, - 0.0195465087890625, - 0.004703521728515625, - 0.0116424560546875, - 0.004001617431640625, - 0.061553955078125, - -0.026092529296875, - 0.0419921875, - 0.0167388916015625, - 0.000896453857421875, - 0.01424407958984375, - 0.008941650390625, - 0.0005130767822265625, - 0.00319671630859375, - 0.034942626953125, - -0.00036716461181640625, - -0.037841796875, - -0.071533203125, - 0.03326416015625, - 0.0316162109375, - 0.00284576416015625, - -0.017669677734375, - -0.046173095703125, - -0.0496826171875, - -0.0196533203125, - 0.0511474609375, - 0.0303497314453125, - 0.01018524169921875, - -0.02349853515625, - -0.0165252685546875, - -0.0218353271484375, - 0.00004851818084716797, - 0.0303497314453125, - 0.007434844970703125, - 0.01132965087890625, - -0.022979736328125, - -0.049285888671875, - 0.012939453125, - 0.00665283203125, - 0.028076171875, - 0.036163330078125, - 0.0197601318359375, - -0.01486968994140625, - 0.00982666015625, - -0.0200653076171875, - -0.01206207275390625, - -0.0011568069458007812, - 0.0005130767822265625, - 0.0130462646484375, - -0.0179901123046875, - -0.0197601318359375, - 0.01424407958984375, - 0.008209228515625, - 0.003093719482421875, - -0.0016632080078125, - 0.008056640625, - 0.03118896484375, - -0.01641845703125, - 0.05572509765625, - -0.039306640625, - -0.0384521484375, - -0.0044708251953125, - -0.007171630859375, - 0.0372314453125, - 0.04949951171875, - 0.0033130645751953125, - -0.034088134765625, - 0.0029754638671875, - 0.037841796875, - 0.004184722900390625, - -0.054046630859375, - -0.009979248046875, - 0.01611328125, - -0.00670623779296875, - 0.060302734375, - 0.03326416015625, - 0.09063720703125, - 0.00873565673828125, - 0.0092010498046875, - 0.0328369140625, - 0.04803466796875, - 0.019134521484375, - -0.022247314453125, - -0.045318603515625, - -0.0238037109375, - -0.001247406005859375, - -0.0384521484375, - -0.042205810546875, - -0.0013713836669921875, - 0.07232666015625, - -0.056976318359375, - 0.0022735595703125, - -0.0022602081298828125, - 0.0006561279296875, - 0.002170562744140625, - 0.01486968994140625, - -0.01154327392578125, - 0.02099609375, - 0.040557861328125, - -0.031402587890625, - 0.0238037109375, - -0.033905029296875, - 0.0270233154296875, - 0.0706787109375, - 0.021209716796875, - -0.0114898681640625, - 0.035552978515625, - 0.0097198486328125, - 0.03472900390625, - 0.03118896484375, - 0.0413818359375, - 0.0295257568359375, - 0.01528167724609375, - 0.0582275390625, - 0.051971435546875, - -0.009979248046875, - -0.01117706298828125, - 0.0282745361328125, - 0.0245361328125, - 0.0419921875, - 0.060699462890625, - 0.0056915283203125, - 0.0305633544921875, - -0.0029239654541015625, - -0.050323486328125, - 0.0088348388671875, - 0.01325225830078125, - 0.0196533203125, - -0.03326416015625, - -0.03472900390625, - -0.0021190643310546875, - -0.03326416015625, - 0.0242156982421875, - 0.0207977294921875, - -0.030975341796875, - -0.0203704833984375, - 0.035980224609375, - -0.01413726806640625, - -0.05010986328125, - 0.00847625732421875, - -0.01247406005859375, - -0.0322265625, - -0.035125732421875, - -0.0233917236328125, - 0.032440185546875, - -0.0193328857421875, - -0.0455322265625, - -0.0251617431640625, - 0.0274505615234375, - -0.005405426025390625, - -0.0440673828125, - -0.0244293212890625, - 0.028900146484375, - -0.007537841796875, - -0.056976318359375, - -0.03741455078125, - -0.033905029296875, - 0.01641845703125, - -0.0440673828125, - 0.0036640167236328125, - -0.034515380859375, - -0.03741455078125, - -0.01538848876953125, - -0.016632080078125, - -0.015899658203125, - 0.01221466064453125, - -0.045745849609375, - 0.049285888671875, - 0.0149688720703125, - 0.02587890625, - 0.03326416015625, - 0.06817626953125, - 0.004833221435546875, - -0.01195526123046875, - -0.0205841064453125, - -0.074462890625, - -0.0160064697265625, - 0.00914764404296875, - -0.00293731689453125, - -0.05572509765625, - 0.0012407302856445312, - 0.059051513671875, - -0.056549072265625, - 0.0218353271484375, - -0.01538848876953125, - -0.01580810546875, - -0.054473876953125, - 0.00421142578125, - -0.00847625732421875, - 0.01788330078125, - 0.099365234375, - -0.020477294921875, - -0.005069732666015625, - -0.01465606689453125, - -0.03533935546875, - 0.0706787109375, - -0.002170562744140625, - 0.027862548828125, - -0.036590576171875, - 0.0079498291015625, - 0.0241241455078125, - -0.0202789306640625, - 0.021514892578125, - -0.07025146484375, - 0.0213165283203125, - 0.04095458984375, - 0.0274505615234375, - -0.01154327392578125, - -0.01413726806640625, - -0.047393798828125, - -0.02349853515625, - -0.032012939453125, - 0.0301513671875, - 0.026824951171875, - 0.004886627197265625, - -0.034088134765625, - 0.00878143310546875, - 0.0203704833984375, - -0.05364990234375, - -0.0526123046875, - -0.03326416015625, - 0.03826904296875, - -0.0093536376953125, - -0.0384521484375, - 0.043243408203125, - 0.0284881591796875, - 0.005535125732421875, - 0.006809234619140625, - 0.06280517578125, - -0.037841796875, - -0.003612518310546875, - 0.01372528076171875, - -0.0010652542114257812, - -0.0077972412109375, - -0.0003249645233154297, - 0.01424407958984375, - -0.003925323486328125, - 0.0190277099609375, - -0.039520263671875, - 0.033905029296875, - 0.04595947265625, - -0.054901123046875, - -0.074462890625, - -0.05780029296875, - -0.0081634521484375, - -0.004703521728515625, - -0.02764892578125, - 0.0236968994140625, - -0.0006365776062011719, - -0.01861572265625, - -0.110595703125, - 0.032012939453125, - -0.01476287841796875, - 0.01351165771484375, - 0.006134033203125, - -0.05072021484375, - -0.0526123046875, - -0.0673828125, - -0.00574493408203125, - 0.02142333984375, - -0.0264129638671875, - 0.0307769775390625, - -0.012786865234375, - 0.01580810546875, - 0.01158905029296875, - -0.01361846923828125, - 0.00328826904296875, - 0.050323486328125, - 0.01226806640625, - -0.0307769775390625, - 0.057373046875, - -0.030975341796875, - 0.00548553466796875, - -0.0006628036499023438, - 0.003093719482421875, - 0.0002551078796386719, - -0.0286865234375, - -0.008209228515625, - 0.0036640167236328125, - 0.040557861328125, - 0.02069091796875, - -0.0241241455078125, - 0.0205841064453125, - -0.029937744140625, - 0.02911376953125, - 0.0134124755859375, - -0.0198516845703125, - 0.01413726806640625, - 0.0108642578125, - -0.03533935546875, - -0.005718231201171875, - -0.04241943359375, - -0.06781005859375, - 0.0216217041015625, - -0.047393798828125, - -0.0236053466796875, - 0.00434112548828125, - 0.03826904296875, - 0.00556182861328125, - -0.0207977294921875, - 0.0196533203125, - -0.04095458984375, - 0.0109710693359375, - -0.025360107421875, - 0.013824462890625, - 0.010711669921875, - 0.00904083251953125, - 0.01861572265625, - -0.0284881591796875, - 0.0093536376953125, - -0.001644134521484375, - 0.006603240966796875, - -0.0274505615234375, - -0.016845703125, - -0.010498046875, - 0.002780914306640625, - -0.06695556640625, - -0.0134124755859375, - 0.0157012939453125, - 0.0316162109375, - 0.00878143310546875, - -0.00977325439453125, - 0.041595458984375, - -0.0154876708984375, - -0.054473876953125, - 0.019439697265625, - -0.006053924560546875, - -0.03326416015625, - 0.0188140869140625, - -0.0016241073608398438, - 0.00878143310546875, - 0.0109710693359375, - 0.025360107421875, - 0.03326416015625, - 0.0244293212890625, - 0.00670623779296875, - -0.029937744140625, - -0.01309967041015625, - -0.032012939453125, - 0.00966644287109375, - 0.0272369384765625, - 0.020172119140625, - -0.0041046142578125, - 0.02069091796875, - -0.00701904296875, - -0.07403564453125, - -0.02764892578125, - -0.0228729248046875, - -0.07525634765625, - 0.01029205322265625, - 0.06817626953125, - 0.007694244384765625, - -0.0077972412109375, - 0.034942626953125, - 0.06195068359375, - 0.031402587890625, - 0.0100860595703125, - -0.00899505615234375, - -0.06817626953125, - -0.0052490234375, - -0.004520416259765625, - 0.0114898681640625, - -0.06695556640625, - 0.03741455078125, - 0.064453125, - -0.0193328857421875, - -0.0305633544921875, - -0.007587432861328125, - -0.005458831787109375, - 0.01641845703125, - 0.01091766357421875, - -0.0024566650390625, - -0.0623779296875, - 0.007694244384765625, - 0.0228729248046875, - -0.00023066997528076172, - 0.0055084228515625, - -0.03369140625, - -0.0102386474609375, - 0.04510498046875, - -0.0665283203125, - 0.00013887882232666016, - 0.01995849609375, - 0.04595947265625, - 0.0134124755859375, - -0.02142333984375, - -0.0469970703125, - 0.058624267578125, - 0.025360107421875, - -0.02276611328125, - 0.023284912109375, - 0.01055145263671875, - -0.012939453125, - 0.0216217041015625, - 0.05364990234375, - 0.0228729248046875, - 0.032012939453125, - 0.0162200927734375, - -0.064453125, - 0.006420135498046875, - -0.00022745132446289062, - -0.0012149810791015625, - 0.020172119140625, - -0.035980224609375, - -0.024322509765625, - -0.06195068359375, - 0.0428466796875, - -0.004573822021484375, - 0.0130462646484375, - 0.0001380443572998047, - -0.01081085205078125, - 0.00267791748046875, - 0.0272369384765625, - 0.0160064697265625, - 0.0251617431640625, - 0.04510498046875, - 0.00940704345703125, - 0.0284881591796875, - 0.006366729736328125, - 0.0036640167236328125, - -0.023284912109375, - 0.03887939453125, - -0.054901123046875, - -0.0307769775390625, - -0.0419921875, - -0.0022735595703125, - 0.010498046875, - -0.00644683837890625, - -0.0027294158935546875, - -0.0286865234375, - 0.015594482421875, - -0.017669677734375, - -0.030975341796875, - -0.005092620849609375, - 0.051971435546875, - -0.06402587890625, - 0.0384521484375, - 0.0172576904296875, - -0.0195465087890625, - -0.005588531494140625, - -0.03472900390625, - 0.08856201171875, - 0.0307769775390625, - 0.0004515647888183594, - -0.006755828857421875, - 0.0301513671875, - 0.0012607574462890625, - 0.035980224609375, - 0.0079498291015625, - -0.0003037452697753906, - -0.01424407958984375, - 0.03680419921875, - 0.042205810546875, - -0.011749267578125, - -0.036163330078125, - 0.0303497314453125, - 0.01247406005859375, - -0.044281005859375, - 0.0428466796875, - 0.008575439453125, - 0.0053558349609375, - 0.007328033447265625, - -0.002872467041015625, - -0.0111236572265625, - -0.047210693359375, - 0.043670654296875, - 0.006755828857421875, - -0.0017805099487304688, - 0.0305633544921875, - -0.06903076171875, - 0.04656982421875, - 0.01206207275390625, - 0.06488037109375, - -0.0413818359375, - 0.04864501953125, - 0.004573822021484375, - -0.0252685546875, - -0.01184844970703125, - 0.0211029052734375, - -0.0014362335205078125, - 0.027862548828125, - -0.0134124755859375, - 0.057373046875, - 0.0165252685546875, - -0.021514892578125, - -0.0765380859375, - -0.006862640380859375, - 0.016632080078125, - -0.0031452178955078125, - 0.022552490234375, - -0.0526123046875, - -0.0031452178955078125, - -0.006862640380859375, - 0.01486968994140625, - 0.09063720703125, - -0.00537872314453125, - 0.0265045166015625, - 0.0233917236328125, - -0.01788330078125, - -0.0208892822265625, - -0.0022487640380859375 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "malware-analysis" - ], - "phases": [ - "data-collection", - "examination" - ], - "tags": [ - "command-line", - "triage", - "system-metadata", - "apfs", - "time-normalization", - "structured-output", - "unified-log-parser", - "browser-artifacts", - "persistence-checks", - "tcc-analysis", - "remote-capable", - "json-export" + "api", + "cypher-queries", + "community-detection", + "path-finding", + "bloom-visualization", + "apoc-procedures", + "import-tools" ], "skillLevel": "intermediate", "type": "tool" @@ -58044,2106 +81190,4222 @@ } }, { - "id": "tool_Linkurious", + "id": "tool_Elliptic", "type": "tool", - "name": "Linkurious", - "content": "linkurious intuitive graph‑visualisierungs‑ und analyseplattform, die graphdatenbanken wie neo4j überlagert und ermittler:innen dabei unterstützt, versteckte beziehungen in betrugs‑, aml‑ und sicherheitsfällen aufzudecken. leistungsstarke filter, geo‑ und zeitachsenansichten sowie automatisierungsvorlagen erleichtern das hunten komplexer netzwerke und das erstellen aussagekräftiger beweisgrafiken. graph-visualisierung link-analysis aml fraud fraud-investigation network-forensics incident-response analysis reporting", + "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.0136871337890625, - 0.0233612060546875, - 0.0579833984375, - 0.00734710693359375, - 0.04248046875, - 0.03582763671875, - 0.01036834716796875, - -0.035430908203125, - -0.01690673828125, - -0.02838134765625, - -0.009307861328125, - 0.05517578125, - 0.0200347900390625, - 0.004680633544921875, - -0.0592041015625, - 0.05718994140625, - -0.0206298828125, - 0.0390625, - 0.0035991668701171875, - -0.040069580078125, - -0.008453369140625, - -0.0312042236328125, - -0.049530029296875, - 0.0139923095703125, - 0.007904052734375, - 0.0350341796875, - -0.00920867919921875, - -0.05877685546875, - -0.010467529296875, - -0.005786895751953125, - 0.01006317138671875, - -0.032623291015625, - -0.03704833984375, - 0.0303955078125, - -0.0056610107421875, - -0.0177154541015625, - 0.00946044921875, - -0.048126220703125, - -0.0089569091796875, - 0.0207366943359375, - 0.0146942138671875, - -0.01238250732421875, - -0.0149993896484375, - -0.018218994140625, - -0.0167083740234375, - -0.03240966796875, - -0.0164031982421875, - -0.02386474609375, - -0.001811981201171875, - -0.0122833251953125, - 0.0251617431640625, - 0.019927978515625, - 0.0149993896484375, - -0.00548553466796875, - -0.02838134765625, - 0.0200347900390625, - 0.00362396240234375, - -0.0160064697265625, - -0.04248046875, - 0.041259765625, - -0.0224456787109375, - 0.011474609375, - -0.0081024169921875, - -0.00556182861328125, - 0.007904052734375, - 0.02386474609375, - -0.0322265625, - -0.018524169921875, - 0.02960205078125, - 0.007198333740234375, - 0.0316162109375, - 0.00734710693359375, - 0.018218994140625, - 0.023956298828125, - 0.0015163421630859375, - -0.034423828125, - -0.006366729736328125, - 0.0252685546875, - -0.02264404296875, - 0.005283355712890625, - -0.027374267578125, - -0.01016998291015625, - 0.04791259765625, - -0.0153045654296875, - -0.0211334228515625, - 0.00820159912109375, - 0.027374267578125, - 0.01812744140625, - -0.015899658203125, - 0.024261474609375, - 0.004100799560546875, - 0.0026416778564453125, - 0.044891357421875, - -0.0312042236328125, - 0.040252685546875, - 0.05194091796875, - -0.0217437744140625, - -0.016204833984375, - -0.004581451416015625, - 0.0098114013671875, - 0.0187225341796875, - -0.0184173583984375, - 0.05999755859375, - -0.01439666748046875, - 0.059600830078125, - -0.0173187255859375, - 0.0261688232421875, - -0.021636962890625, - 0.006946563720703125, - -0.0118255615234375, - -0.0970458984375, - -0.0234527587890625, - -0.03564453125, - -0.05316162109375, - -0.005889892578125, - 0.027984619140625, - -0.0017995834350585938, - 0.04852294921875, - -0.05517578125, - -0.0567626953125, - 0.0269775390625, - 0.0235595703125, - -0.00936126708984375, - 0.00734710693359375, - -0.026580810546875, - -0.049530029296875, - 0.0170135498046875, - 0.051544189453125, - -0.05718994140625, - -0.01203155517578125, - 0.005588531494140625, - -0.0263671875, - -0.0019254684448242188, - -0.050933837890625, - 0.00548553466796875, - -0.038055419921875, - 0.041259765625, - -0.0230560302734375, - -0.0257720947265625, - 0.0085601806640625, - 0.043487548828125, - -0.035247802734375, - -0.0716552734375, - 0.0043792724609375, - -0.038238525390625, - 0.002353668212890625, - 0.0027179718017578125, - 0.044708251953125, - -0.03985595703125, - 0.006542205810546875, - -0.0176239013671875, - 0.0254669189453125, - 0.058380126953125, - -0.0018749237060546875, - -0.00591278076171875, - -0.04388427734375, - -0.0142974853515625, - -0.0190277099609375, - 0.016204833984375, - -0.0237579345703125, - 0.01308441162109375, - 0.02496337890625, - 0.0240631103515625, - 0.0203399658203125, - -0.0160064697265625, - -0.045501708984375, - -0.053558349609375, - 0.0057373046875, - 0.011322021484375, - -0.0112762451171875, - 0.020843505859375, - 0.003574371337890625, - 0.055572509765625, - 0.0579833984375, - -0.00870513916015625, - 0.0430908203125, - 0.01459503173828125, - -0.03765869140625, - 0.05316162109375, - 0.016815185546875, - 0.0031452178955078125, - -0.00226593017578125, - 0.0291900634765625, - -0.0049591064453125, - 0.01540374755859375, - -0.006744384765625, - -0.02838134765625, - -0.01922607421875, - -0.0045318603515625, - 0.00885772705078125, - -0.04449462890625, - -0.0322265625, - -0.0281829833984375, - 0.0271759033203125, - 0.0234527587890625, - 0.06927490234375, - -0.00616455078125, - -0.025665283203125, - 0.0172119140625, - 0.0303955078125, - 0.003749847412109375, - 0.0224456787109375, - -0.01021575927734375, - 0.04449462890625, - 0.0303955078125, - 0.02960205078125, - -0.0243682861328125, - 0.0263671875, - 0.020233154296875, - 0.004932403564453125, - 0.003749847412109375, - 0.060791015625, - -0.0338134765625, - -0.02899169921875, - -0.03424072265625, - -0.038665771484375, - -0.0039005279541015625, - -0.005084991455078125, - -0.0139923095703125, - 0.005889892578125, - -0.00428009033203125, - -0.056365966796875, - -0.0257720947265625, - 0.0172119140625, - -0.036834716796875, - 0.0254669189453125, - 0.011627197265625, - -0.0308074951171875, - 0.026580810546875, - 0.02960205078125, - 0.027587890625, - 0.04168701171875, - -0.0030460357666015625, - -0.005084991455078125, - -0.0153045654296875, - -0.0062408447265625, - 0.0499267578125, - 0.05194091796875, - 0.02386474609375, - 0.005283355712890625, - -0.034027099609375, - 0.006591796875, - -0.0247650146484375, - 0.0287933349609375, - 0.030609130859375, - -0.01812744140625, - -0.00885772705078125, - -0.006542205810546875, - 0.0183258056640625, - 0.058380126953125, - -0.044281005859375, - -0.0019130706787109375, - -0.05596923828125, - 0.014495849609375, - -0.06964111328125, - -0.0221405029296875, - -0.03564453125, - -0.034820556640625, - 0.06524658203125, - -0.04571533203125, - -0.01389312744140625, - -0.00447845458984375, - 0.03643798828125, - 0.02294921875, - 0.04248046875, - 0.007701873779296875, - -0.02960205078125, - -0.022552490234375, - 0.06524658203125, - 0.018218994140625, - -0.0040283203125, - -0.0028438568115234375, - 0.0362548828125, - 0.01117706298828125, - 0.01690673828125, - 0.0108184814453125, - 0.026580810546875, - 0.02960205078125, - 0.0384521484375, - 0.0157012939453125, - -0.01509857177734375, - 0.02899169921875, - -0.0180206298828125, - 0.0303955078125, - -0.07568359375, - -0.006366729736328125, - -0.00521087646484375, - 0.01152801513671875, - 0.0139923095703125, - -0.090576171875, - 0.003246307373046875, - 0.020538330078125, - 0.0002799034118652344, - -0.00850677490234375, - -0.0023784637451171875, - -0.0452880859375, - 0.0390625, - 0.0084075927734375, - -0.0011892318725585938, - 0.009918212890625, - 0.051544189453125, - -0.0660400390625, - 0.0254669189453125, - 0.006443023681640625, - 0.020538330078125, - -0.036041259765625, - -0.01318359375, - -0.0203399658203125, - -0.020538330078125, - -0.0316162109375, - -0.0243682861328125, - 0.03179931640625, - -0.0390625, - 0.01152801513671875, - -0.0191192626953125, - -0.0020389556884765625, - -0.031005859375, - -0.05194091796875, - 0.006343841552734375, - -0.0220489501953125, - -0.055572509765625, - -0.002227783203125, - 0.04852294921875, - 0.02386474609375, - 0.0016040802001953125, - -0.005462646484375, - -0.00946044921875, - -0.0223541259765625, - 0.0137939453125, - 0.00556182861328125, - 0.01540374755859375, - -0.0015039443969726562, - 0.04571533203125, - 0.023651123046875, - 0.036041259765625, - 0.01268768310546875, - 0.08251953125, - 0.0233612060546875, - -0.033416748046875, + -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.0210418701171875, - -0.0221405029296875, - 0.03924560546875, - 0.0170135498046875, - -0.0233612060546875, - -0.03424072265625, - -0.04046630859375, - 0.0136871337890625, - 0.04327392578125, - 0.00641632080078125, - 0.0149993896484375, - -0.0203399658203125, - -0.014495849609375, - 0.052337646484375, - -0.033416748046875, - 0.09100341796875, - -0.031005859375, - -0.048919677734375, - 0.0008807182312011719, - 0.0384521484375, - -0.016510009765625, - -0.0114288330078125, - 0.03643798828125, - -0.01318359375, - -0.006591796875, - 0.01922607421875, - -0.01490020751953125, - 0.033416748046875, - -0.00749969482421875, - 0.001811981201171875, - 0.03424072265625, - -0.006542205810546875, - 0.025970458984375, - 0.0316162109375, - 0.01690673828125, - 0.01036834716796875, - 0.0183258056640625, - -0.049530029296875, - -0.00218963623046875, - -0.046722412109375, - -0.052337646484375, - 0.0263671875, - 0.01439666748046875, - 0.01580810546875, - 0.0338134765625, - -0.04510498046875, - -0.042694091796875, - 0.01409149169921875, - -0.0308074951171875, - 0.0648193359375, - 0.033233642578125, - 0.006793975830078125, - 0.01690673828125, - -0.0137939453125, - 0.0010004043579101562, - 0.036834716796875, - 0.027374267578125, - 0.03704833984375, - 0.05194091796875, - 0.0316162109375, - 0.03424072265625, - -0.019622802734375, - 0.030609130859375, - 0.004680633544921875, - 0.041259765625, - 0.002704620361328125, - 0.0303955078125, - 0.03582763671875, - 0.054351806640625, - -0.0452880859375, - 0.06805419921875, - 0.020843505859375, - -0.03564453125, - 0.003749847412109375, - -0.0263671875, 0.0155029296875, - -0.058380126953125, - 0.0029449462890625, - -0.006744384765625, - 0.00749969482421875, - 0.002780914306640625, - -0.0005125999450683594, - -0.040679931640625, - -0.004779815673828125, - 0.053955078125, - -0.04852294921875, - 0.0180206298828125, - 0.006793975830078125, - -0.027374267578125, - 0.0146942138671875, - -0.014801025390625, - -0.037841796875, - 0.03924560546875, - -0.057586669921875, - -0.035247802734375, - 0.023651123046875, - 0.02325439453125, - -0.0753173828125, - -0.040679931640625, - -0.036834716796875, - 0.0009751319885253906, - -0.021942138671875, - -0.0172119140625, - 0.034637451171875, - -0.0301971435546875, - 0.005084991455078125, - 0.02960205078125, - 0.0021266937255859375, - -0.040069580078125, - -0.0308074951171875, - 0.0291900634765625, - -0.017120361328125, - -0.0430908203125, - 0.01107025146484375, - 0.0217437744140625, - 0.0244598388671875, - -0.0213470458984375, - -0.029388427734375, - 0.01268768310546875, - -0.009063720703125, - -0.012481689453125, - 0.024658203125, - -0.0267791748046875, - -0.0322265625, - -0.034637451171875, - 0.03765869140625, - 0.01751708984375, - 0.0269775390625, - 0.0021266937255859375, - -0.04730224609375, - 0.01348876953125, - -0.053558349609375, - -0.00955963134765625, - 0.00649261474609375, - 0.00916290283203125, - -0.02557373046875, - 0.06683349609375, - 0.0006289482116699219, - -0.01122283935546875, - -0.0092620849609375, - 0.048919677734375, - 0.0200347900390625, - 0.0008177757263183594, - -0.0430908203125, - 0.054351806640625, - 0.003032684326171875, - -0.051544189453125, - 0.00428009033203125, - -0.021942138671875, - 0.004329681396484375, - 0.044891357421875, - -0.0277862548828125, - 0.00916290283203125, - 0.021942138671875, - -0.05718994140625, - -0.01611328125, - -0.03643798828125, - -0.033233642578125, - -0.0269775390625, - 0.0231475830078125, - 0.027587890625, - -0.01092529296875, - 0.044281005859375, - 0.020233154296875, - -0.034027099609375, - 0.0170135498046875, - -0.0022907257080078125, - -0.0312042236328125, - 0.0261688232421875, - -0.06280517578125, - -0.036834716796875, - -0.019927978515625, - 0.021942138671875, - -0.0183258056640625, - 0.01953125, - -0.004352569580078125, - -0.029998779296875, - 0.0128326416015625, - -0.029998779296875, - 0.007801055908203125, - -0.014801025390625, - -0.0118255615234375, - -0.0269775390625, - -0.0244598388671875, - 0.017120361328125, - 0.02557373046875, - -0.01358795166015625, - 0.024566650390625, - 0.031402587890625, - -0.058380126953125, - -0.016815185546875, - 0.00189971923828125, - -0.0017490386962890625, - 0.01016998291015625, - -0.029388427734375, - -0.006366729736328125, - -0.008453369140625, - 0.0567626953125, - -0.0250701904296875, - -0.02838134765625, - -0.0865478515625, - 0.0223541259765625, - 0.0006890296936035156, - -0.01611328125, - -0.0251617431640625, - -0.027374267578125, - -0.06280517578125, - -0.0174102783203125, - 0.038055419921875, - 0.0252685546875, - 0.0269775390625, - -0.0281829833984375, - -0.0271759033203125, - -0.00916290283203125, - -0.0499267578125, - 0.047515869140625, - 0.006191253662109375, - 0.006694793701171875, - 0.0009813308715820312, - 0.000484466552734375, - 0.0224456787109375, - 0.023651123046875, - 0.0281829833984375, - 0.0022525787353515625, - -0.011474609375, - -0.038055419921875, - 0.01273345947265625, - -0.0170135498046875, - -0.0316162109375, - 0.0012521743774414062, - -0.00800323486328125, - 0.0247650146484375, - -0.031402587890625, - -0.00870513916015625, - 0.01812744140625, - 0.0235595703125, - 0.02496337890625, - -0.014801025390625, - -0.0261688232421875, - 0.00362396240234375, - 0.019927978515625, - 0.0465087890625, - -0.03363037109375, - -0.0672607421875, - -0.01953125, - 0.0039005279541015625, - 0.03363037109375, - 0.0390625, - -0.00232696533203125, - -0.0197296142578125, - -0.007701873779296875, - 0.038665771484375, - -0.032012939453125, - -0.0592041015625, - -0.038055419921875, - 0.0157012939453125, - 0.0252685546875, - 0.020538330078125, - -0.011474609375, - 0.0728759765625, - 0.01157379150390625, - -0.005283355712890625, - 0.024658203125, - 0.042877197265625, - 0.0243682861328125, - -0.0187225341796875, - -0.07366943359375, - -0.01560211181640625, - -0.0233612060546875, - -0.048919677734375, - -0.0269775390625, - -0.009765625, - 0.0235595703125, - -0.06280517578125, - -0.006542205810546875, - -0.0241546630859375, - 0.01409149169921875, - 0.0211334228515625, - -0.012786865234375, - -0.01218414306640625, - 0.0372314453125, - 0.0312042236328125, - -0.018524169921875, - -0.0257720947265625, - 0.01177978515625, - 0.009063720703125, - 0.033416748046875, - 0.007198333740234375, - -0.046722412109375, - 0.029388427734375, - 0.008758544921875, - 0.00966644287109375, - 0.009063720703125, - 0.04168701171875, - 0.033233642578125, - -0.003322601318359375, - 0.024871826171875, - 0.093017578125, - -0.026580810546875, - -0.024871826171875, - 0.0146942138671875, - 0.014801025390625, - 0.029998779296875, - 0.050323486328125, - -0.0191192626953125, - -0.0021514892578125, - 0.003448486328125, - -0.05133056640625, - -0.029998779296875, - 0.00521087646484375, - 0.008056640625, - -0.02496337890625, - -0.034027099609375, - 0.01137542724609375, - -0.05194091796875, - 0.032012939453125, - -0.0094146728515625, - -0.01389312744140625, - -0.00689697265625, - 0.0458984375, - -0.017822265625, - -0.048736572265625, - 0.0201263427734375, - -0.00916290283203125, - -0.018524169921875, - -0.0174102783203125, - -0.032806396484375, - 0.01459503173828125, - -0.00606536865234375, - -0.08538818359375, - -0.0004875659942626953, - 0.03240966796875, - -0.01071929931640625, - -0.0648193359375, - 0.0128326416015625, - 0.01021575927734375, - -0.00955963134765625, - -0.01953125, - -0.0477294921875, - -0.034637451171875, - -0.00201416015625, - -0.050933837890625, - -0.0157012939453125, - 0.0070953369140625, - -0.0384521484375, - -0.00865936279296875, - 0.00920867919921875, - -0.0085601806640625, - 0.03179931640625, - -0.01268768310546875, - 0.0261688232421875, - 0.04449462890625, - 0.007701873779296875, - 0.022247314453125, - 0.0499267578125, - 0.0007801055908203125, - 0.01218414306640625, - 0.0031585693359375, - -0.032623291015625, - 0.00775146484375, - -0.016510009765625, - 0.0146942138671875, - -0.07086181640625, - -0.004833221435546875, - 0.038665771484375, - -0.06884765625, - 0.0287933349609375, - 0.03643798828125, - -0.00445556640625, - -0.038238525390625, - 0.01439666748046875, - -0.006038665771484375, - 0.0167083740234375, - 0.08251953125, - -0.0163116455078125, - -0.00014710426330566406, - 0.01611328125, - -0.03240966796875, - 0.05474853515625, - -0.00005936622619628906, - -0.005157470703125, - -0.038665771484375, - 0.0146942138671875, - 0.020538330078125, - -0.0123291015625, - 0.0089569091796875, - -0.067626953125, - -0.028594970703125, - 0.03765869140625, - 0.00860595703125, - 0.01273345947265625, - 0.00649261474609375, - -0.0277862548828125, - 0.0007143020629882812, - -0.031005859375, - 0.02838134765625, - -0.0025920867919921875, - 0.0252685546875, - -0.036041259765625, - -0.004405975341796875, - -0.0183258056640625, - -0.05517578125, - -0.036651611328125, - -0.01983642578125, - -0.002063751220703125, - -0.01268768310546875, - -0.029388427734375, - 0.0183258056640625, - 0.0153045654296875, - 0.029998779296875, - 0.032806396484375, - 0.05194091796875, - -0.024566650390625, - -0.009613037109375, - 0.018218994140625, - 0.031005859375, - 0.0194244384765625, - -0.00354766845703125, - 0.01348876953125, - 0.0193328857421875, - 0.0172119140625, - -0.048126220703125, - 0.018218994140625, - 0.053955078125, - 0.00003814697265625, - -0.05517578125, - 0.0085601806640625, - -0.032012939453125, - 0.03643798828125, - -0.0316162109375, - 0.040252685546875, - -0.0085601806640625, - 0.0011072158813476562, - -0.08978271484375, - 0.04046630859375, - -0.01087188720703125, - 0.02294921875, - 0.027374267578125, - -0.03424072265625, - -0.064453125, - -0.040679931640625, - -0.0180206298828125, - 0.030609130859375, - -0.0170135498046875, - 0.021636962890625, - 0.001163482666015625, - 0.00513458251953125, - 0.0184173583984375, - 0.0091094970703125, - -0.00540924072265625, - 0.0362548828125, - 0.00971221923828125, - -0.0362548828125, - 0.07330322265625, - -0.028594970703125, - 0.036834716796875, - -0.003826141357421875, - 0.0006542205810546875, - 0.0187225341796875, - -0.016510009765625, - -0.034423828125, - -0.000988006591796875, - 0.02325439453125, - 0.028594970703125, - -0.0046539306640625, - 0.010772705078125, - -0.0114288330078125, - 0.02960205078125, - 0.0017490386962890625, - -0.022247314453125, - 0.02386474609375, - 0.01519775390625, - -0.0308074951171875, - -0.00850677490234375, - -0.050933837890625, - -0.08135986328125, - -0.0277862548828125, - -0.04791259765625, - -0.01490020751953125, - -0.011627197265625, - -0.005184173583984375, - 0.01052093505859375, - -0.06805419921875, - 0.0308074951171875, - -0.00800323486328125, - -0.0372314453125, - -0.0207366943359375, - -0.01036834716796875, - -0.0384521484375, - 0.060394287109375, - 0.01006317138671875, - -0.0176239013671875, - 0.02264404296875, - -0.0220489501953125, - -0.01439666748046875, - 0.020538330078125, - -0.0203399658203125, - -0.040252685546875, - 0.02496337890625, - -0.08575439453125, - -0.032012939453125, - 0.0109710693359375, - 0.0291900634765625, - -0.0006070137023925781, - -0.01102447509765625, - 0.034637451171875, - 0.00136566162109375, - -0.05596923828125, - 0.036651611328125, - 0.021240234375, - -0.00354766845703125, - 0.01006317138671875, - 0.018524169921875, - -0.003498077392578125, - -0.004405975341796875, - 0.0223541259765625, - 0.034637451171875, - 0.034027099609375, - 0.01006317138671875, - 0.00086212158203125, - 0.0240631103515625, - -0.04046630859375, - 0.0172119140625, - 0.01168060302734375, - 0.0298004150390625, - -0.000431060791015625, - 0.010772705078125, - -0.0200347900390625, - -0.1063232421875, - -0.0430908203125, - -0.00951385498046875, - -0.06402587890625, - 0.0008745193481445312, - 0.06683349609375, - 0.035247802734375, - -0.0021648406982421875, - 0.0176239013671875, - 0.00420379638671875, - 0.029998779296875, - 0.0384521484375, - -0.0017490386962890625, - -0.07366943359375, - -0.00749969482421875, - 0.0243682861328125, - 0.05194091796875, - -0.055572509765625, - 0.053955078125, - 0.063232421875, - -0.025970458984375, - -0.048919677734375, - 0.0048065185546875, - 0.004680633544921875, - 0.053955078125, - 0.011627197265625, - 0.0058135986328125, - -0.06646728515625, - 0.01439666748046875, - 0.027984619140625, - -0.003208160400390625, - -0.01067352294921875, - -0.0217437744140625, - -0.03179931640625, + -0.06878662109375, 0.056365966796875, - -0.044891357421875, - -0.0174102783203125, - 0.002490997314453125, - 0.058380126953125, - 0.0112762451171875, - -0.052337646484375, - -0.01172637939453125, - 0.04046630859375, - 0.018524169921875, - -0.0137939453125, - 0.0108184814453125, - -0.01117706298828125, - -0.0006985664367675781, - 0.0174102783203125, - 0.0648193359375, - -0.004756927490234375, - 0.0579833984375, - 0.01953125, - -0.035430908203125, - 0.003421783447265625, - 0.018218994140625, - 0.0101165771484375, - -0.00689697265625, - -0.0247650146484375, - 0.0000438690185546875, - -0.040069580078125, - 0.04913330078125, - 0.02838134765625, - 0.0271759033203125, - 0.040679931640625, - -0.0015544891357421875, - 0.01001739501953125, - 0.005462646484375, - 0.054351806640625, - 0.059600830078125, + 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.00252532958984375, + -0.0015621185302734375, + -0.029510498046875, + -0.0174713134765625, + 0.01165008544921875, + 0.0029125213623046875, + -0.0278167724609375, + 0.029510498046875, + -0.0293121337890625, + -0.0186920166015625, 0.0338134765625, - -0.0108184814453125, - 0.02899169921875, - 0.029388427734375, - -0.01580810546875, - -0.01203155517578125, - 0.05194091796875, - -0.03424072265625, - 0.0137939453125, - -0.04107666015625, - 0.01611328125, - 0.0190277099609375, - -0.0231475830078125, - -0.031005859375, - -0.030609130859375, - -0.0028934478759765625, - -0.0187225341796875, - -0.0194244384765625, - -0.02325439453125, - 0.050750732421875, - -0.0567626953125, - 0.047119140625, - 0.04931640625, - -0.0122833251953125, - 0.033416748046875, - -0.03924560546875, - 0.07891845703125, - 0.019622802734375, - 0.0277862548828125, + 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.0241546630859375, - 0.0458984375, - -0.004680633544921875, - -0.010772705078125, - 0.01580810546875, - -0.0016613006591796875, - 0.04974365234375, - 0.01001739501953125, - 0.017120361328125, - -0.05877685546875, - 0.020843505859375, - 0.0085601806640625, - -0.04449462890625, - 0.053558349609375, - 0.0316162109375, - 0.0271759033203125, - -0.0160064697265625, - -0.0094146728515625, - -0.0028934478759765625, - -0.05999755859375, - 0.05718994140625, - 0.0254669189453125, - 0.001163482666015625, - 0.00614166259765625, - -0.06280517578125, - 0.047119140625, - 0.01439666748046875, - 0.058380126953125, - -0.0430908203125, - 0.0241546630859375, - -0.0029697418212890625, - 0.006694793701171875, - -0.033416748046875, - -0.0016355514526367188, - 0.01358795166015625, - 0.027374267578125, - -0.028594970703125, - 0.037841796875, - 0.0418701171875, - -0.00420379638671875, - -0.050323486328125, - -0.0153045654296875, - 0.0203399658203125, - 0.0031833648681640625, - 0.067626953125, - -0.03424072265625, - -0.03424072265625, - -0.007904052734375, - 0.0237579345703125, + 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.01348876953125, - 0.025970458984375, - 0.002704620361328125, - 0.0033969879150390625, - -0.0234527587890625, - -0.015899658203125 + 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", - "network-forensics", - "incident-response" + "fraud-investigation" ], "phases": [ - "analysis", - "reporting" + "analysis" ], "tags": [ - "graph-visualisierung", - "link-analysis", - "aml", - "fraud" + "blockchain-analysis", + "compliance-screening", + "sanctions-checking", + "defi-analysis", + "cross-chain-tracking", + "aml-workflows", + "court-reporting" ], "skillLevel": "intermediate", "type": "tool" } }, { - "id": "tool_ADB", + "id": "tool_dd", "type": "tool", - "name": "ADB", - "content": "adb vielseitiges client‑server‑kommandozeilenwerkzeug, mit dem fachleute über usb oder netzwerk mit android‑geräten und emulatoren kommunizieren: pakete installieren, dateien extrahieren, logcats erfassen, ports weiterleiten und logische wie physische datensicherungen erstellen. unverzichtbar für mobile forensik, incident‑response und app‑entwicklung. cli mobile device-management extraction mobile-forensics incident-response data-collection examination", + "name": "dd", + "content": "dd das unix-urgestein 'data duplicator' ist seit 1974 der minimalistische standard für bit-genaue datenträger-kopien. keine gui, keine extras - nur pure zuverlässigkeit. die wichtigsten forensischen parameter: conv=noerror,sync für defekte sektoren, bs=4m für optimale performance, status=progress für fortschrittsanzeige. pipe zu hash-tools für simultane verifizierung: dd if=/dev/sda | tee image.raw | md5sum. die einfachheit ist die stärke: funktioniert auf jedem unix-system ohne installation. vorsicht vor klassischen fehlern: if/of-verwechslung zerstört beweise! dcfldd und dc3dd sind forensische weiterentwicklungen mit eingebauter hash-verifizierung. split-feature für fat32-limits: dd if=/dev/sda | split -b 4g. network-imaging via netcat möglich. der respekt vor dd trennt profis von amateuren - ein falscher parameter vernichtet unwiederbringlich daten. immer noch die basis vieler kommerzieller imaging-tools. command-line 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 incident-response static-investigations data-collection", "embedding": [ - -0.005672454833984375, - 0.00954437255859375, - 0.02337646484375, - 0.0122222900390625, - 0.016754150390625, - 0.0215301513671875, - 0.034088134765625, - -0.00484466552734375, - 0.005893707275390625, - -0.01125335693359375, - -0.02337646484375, - 0.0650634765625, - 0.00492095947265625, - -0.006671905517578125, - -0.052978515625, - 0.0174407958984375, - -0.019195556640625, - 0.005870819091796875, - 0.0096893310546875, - 0.0255279541015625, - -0.0240631103515625, - 0.001461029052734375, - -0.04168701171875, - -0.00443267822265625, - -0.0313720703125, - -0.0123748779296875, - 0.01334381103515625, - -0.04888916015625, - -0.0323486328125, - 0.019378662109375, - 0.03662109375, - -0.0284423828125, - -0.0241546630859375, - 0.0274658203125, - 0.003604888916015625, - -0.0235748291015625, - -0.0089111328125, - -0.0246429443359375, - -0.01207733154296875, - 0.0496826171875, - -0.0036525726318359375, - 0.00431060791015625, - 0.02435302734375, - -0.0099334716796875, - -0.0109100341796875, - -0.0264892578125, - 0.006622314453125, - 0.0031909942626953125, - 0.04461669921875, - -0.033111572265625, - 0.01480865478515625, - 0.01529693603515625, - 0.018218994140625, - -0.0033111572265625, - -0.058441162109375, - 0.03564453125, - 0.017242431640625, - -0.0323486328125, - -0.04754638671875, - 0.0545654296875, - -0.025909423828125, - -0.0165557861328125, - -0.006137847900390625, - 0.005138397216796875, - 0.0276641845703125, - 0.0270843505859375, - -0.0205535888671875, - -0.046356201171875, - -0.019287109375, - 0.007160186767578125, - -0.0163726806640625, - -0.0204620361328125, - -0.0186004638671875, - 0.05572509765625, - -0.01470947265625, - -0.046173095703125, - 0.004749298095703125, - -0.0230865478515625, - -0.0160675048828125, - 0.01276397705078125, - -0.045989990234375, - -0.0005998611450195312, - 0.0323486328125, - -0.0091094970703125, - -0.017730712890625, - 0.016754150390625, - 0.02337646484375, - 0.0060882568359375, - -0.0019121170043945312, - -0.0024356842041015625, - 0.040130615234375, - -0.00847625732421875, - 0.02630615234375, - -0.00455474853515625, - 0.046173095703125, - 0.056121826171875, - -0.0086212158203125, - -0.0040435791015625, - 0.00720977783203125, - 0.034088134765625, - 0.024261474609375, - -0.0211334228515625, - 0.052978515625, - 0.00013399124145507812, - 0.03448486328125, - -0.036834716796875, - 0.01354217529296875, - -0.021728515625, - -0.028839111328125, - -0.003993988037109375, - -0.10443115234375, - -0.0447998046875, - -0.01558685302734375, - -0.054168701171875, - -0.01480865478515625, - 0.00896453857421875, - -0.002788543701171875, - 0.04791259765625, - -0.0670166015625, - -0.02728271484375, - 0.0160675048828125, - 0.0428466796875, - -0.0199737548828125, - -0.00847625732421875, - -0.06585693359375, - -0.0301971435546875, - 0.005748748779296875, - 0.0023021697998046875, - -0.033111572265625, - -0.0201568603515625, - -0.034881591796875, - -0.0229949951171875, - -0.030975341796875, - -0.033905029296875, - -0.0186004638671875, - -0.05963134765625, - 0.037200927734375, - 0.00925445556640625, - 0.00557708740234375, - -0.01509857177734375, - 0.04248046875, - -0.051055908203125, - -0.06781005859375, - 0.0185089111328125, - -0.01027679443359375, - -0.031951904296875, - -0.024444580078125, - 0.062744140625, - -0.0255279541015625, - -0.02142333984375, - -0.0018873214721679688, - 0.00394439697265625, - 0.0274658203125, - -0.00189971923828125, - -0.006282806396484375, - -0.03741455078125, - -0.018707275390625, - 0.008819580078125, - 0.025909423828125, - -0.004894256591796875, - -0.02728271484375, - 0.028839111328125, - -0.01007843017578125, - 0.037994384765625, - -0.02728271484375, - -0.02484130859375, - -0.0194854736328125, - 0.00177764892578125, - -0.021728515625, - 0.003726959228515625, - 0.0096435546875, - -0.01154327392578125, - 0.037017822265625, - 0.062347412109375, - -0.006381988525390625, - 0.017333984375, - 0.005649566650390625, - 0.0007791519165039062, - 0.0305938720703125, - 0.025909423828125, - -0.0121307373046875, - -0.050262451171875, - 0.0296173095703125, - 0.033111572265625, - 0.01763916015625, - -0.0165557861328125, - -0.049102783203125, - -0.005870819091796875, - -0.02630615234375, - 0.046356201171875, - -0.01174163818359375, - -0.0286407470703125, - -0.00725555419921875, - 0.032135009765625, - 0.0257110595703125, - 0.0467529296875, - 0.040313720703125, - -0.020263671875, - 0.053375244140625, - -0.021331787109375, - 0.00431060791015625, - 0.046966552734375, - 0.0018873214721679688, - 0.03857421875, - 0.01100921630859375, - 0.0170440673828125, - -0.016845703125, - 0.026885986328125, - 0.0205535888671875, - -0.024932861328125, - -0.0109100341796875, - 0.0245513916015625, - -0.016845703125, - -0.043243408203125, - -0.032745361328125, - -0.032745361328125, - 0.03350830078125, - -0.045013427734375, - -0.0294189453125, - -0.0266876220703125, - 0.003360748291015625, - -0.0689697265625, - -0.0081329345703125, - -0.0003867149353027344, - -0.02191162109375, - 0.0154876708984375, - 0.0169525146484375, - -0.03350830078125, - -0.058441162109375, - 0.0093994140625, - -0.0149993896484375, - 0.020263671875, - 0.00954437255859375, - -0.000263214111328125, - -0.0124664306640625, - -0.02239990234375, - 0.0284423828125, - 0.039154052734375, - 0.0013275146484375, - 0.0165557861328125, - -0.020751953125, - 0.00469970703125, - -0.0266876220703125, - 0.01558685302734375, - 0.01461029052734375, - -0.0477294921875, - -0.016754150390625, - 0.0118865966796875, - 0.02239990234375, - 0.058837890625, - -0.041290283203125, + 0.0002942085266113281, + 0.03173828125, + 0.01800537109375, + -0.0095062255859375, + 0.043792724609375, + 0.039703369140625, + 0.004779815673828125, + 0.0115966796875, + 0.01456451416015625, + 0.015777587890625, + -0.0243072509765625, + 0.05194091796875, + 0.0009160041809082031, + -0.0127105712890625, + -0.039520263671875, + 0.030059814453125, + -0.0150299072265625, -0.007793426513671875, - -0.0467529296875, - -0.0010232925415039062, - -0.0775146484375, - -0.036834716796875, - -0.033111572265625, - -0.056121826171875, - 0.052978515625, - -0.03253173828125, - -0.0245513916015625, - 0.0012722015380859375, - 0.0010900497436523438, - -0.0111541748046875, - 0.03564453125, - -0.006160736083984375, - -0.044219970703125, - 0.008331298828125, - 0.07171630859375, - -0.0189971923828125, - -0.012176513671875, - -0.038177490234375, - 0.00920867919921875, - 0.0083770751953125, - 0.0235748291015625, - -0.01529693603515625, - -0.0245513916015625, - 0.023956298828125, - 0.0065765380859375, - 0.0195770263671875, - -0.01285552978515625, - 0.028839111328125, - -0.01461029052734375, - 0.036834716796875, - -0.04052734375, - -0.0230865478515625, - 0.01529693603515625, - -0.0099334716796875, - -0.02239990234375, - -0.0477294921875, - -0.00852203369140625, - 0.027862548828125, - 0.006526947021484375, - 0.0215301513671875, - 0.02239990234375, - -0.037017822265625, - 0.01305389404296875, - 0.0118865966796875, - -0.0037746429443359375, - 0.0225982666015625, - 0.041900634765625, - -0.027862548828125, - 0.024749755859375, - 0.010711669921875, - 0.033905029296875, - -0.00555419921875, - -0.0457763671875, - -0.023956298828125, - 0.0206451416015625, - -0.05181884765625, - -0.036041259765625, - 0.016265869140625, - -0.0096893310546875, - 0.024932861328125, - -0.0118865966796875, - -0.01105499267578125, - -0.03857421875, - -0.03564453125, - -0.00533294677734375, - -0.00598907470703125, - -0.03253173828125, - -0.0158843994140625, - 0.032745361328125, - -0.0236663818359375, - -0.003604888916015625, - -0.026885986328125, - -0.017730712890625, - -0.060394287109375, - 0.01207733154296875, - -0.01509857177734375, - 0.0180206298828125, - -0.0261077880859375, - 0.03741455078125, - 0.01276397705078125, - 0.038970947265625, - 0.0211334228515625, - 0.0791015625, - 0.0225067138671875, - -0.007694244384765625, - -0.027862548828125, - 0.006771087646484375, - 0.010711669921875, - 0.0221099853515625, - -0.04150390625, - -0.020843505859375, - -0.0199737548828125, - -0.0221099853515625, - 0.006038665771484375, - 0.00696563720703125, - 0.037200927734375, - 0.03857421875, - -0.03936767578125, - 0.00847625732421875, - 0.048126220703125, - 0.010711669921875, - 0.07794189453125, - -0.0010232925415039062, - -0.0282440185546875, - -0.0035076141357421875, - 0.031768798828125, - -0.042266845703125, - 0.017730712890625, - 0.041107177734375, - -0.00852203369140625, - 0.00774383544921875, - 0.0307769775390625, - -0.01125335693359375, - 0.01568603515625, - 0.003726959228515625, - -0.0104217529296875, - -0.0034580230712890625, - 0.01715087890625, - -0.00433349609375, - 0.043060302734375, - 0.0276641845703125, - 0.01666259765625, - 0.0343017578125, - -0.01256561279296875, - 0.01256561279296875, - -0.0037021636962890625, - -0.058441162109375, - 0.007305145263671875, - 0.029022216796875, - 0.0189971923828125, - 0.04052734375, - -0.0086669921875, - -0.045196533203125, - 0.012664794921875, - -0.03253173828125, - 0.097412109375, - 0.049285888671875, - 0.00978851318359375, - 0.03778076171875, - -0.0091094970703125, - 0.01432037353515625, - 0.0035552978515625, - 0.0111541748046875, - 0.01763916015625, - 0.036224365234375, - 0.04248046875, - 0.0065765380859375, - -0.02484130859375, - 0.002349853515625, - 0.05804443359375, - 0.00467681884765625, - 0.01027679443359375, - 0.0134429931640625, - -0.007648468017578125, - 0.051422119140625, - -0.020355224609375, - 0.024932861328125, - 0.006526947021484375, - -0.002033233642578125, - 0.017730712890625, - -0.01509857177734375, - -0.0038967132568359375, - -0.04656982421875, - 0.0230865478515625, - -0.01529693603515625, - 0.0158843994140625, - 0.05377197265625, - 0.0211334228515625, - -0.03369140625, - -0.001972198486328125, - 0.047332763671875, - -0.060394287109375, - 0.0200653076171875, - 0.01480865478515625, - -0.04443359375, - 0.007061004638671875, - -0.01422119140625, - -0.0872802734375, - 0.0282440185546875, - -0.0301971435546875, - -0.018798828125, - 0.01538848876953125, - 0.036041259765625, - -0.051422119140625, - -0.0301971435546875, - -0.026885986328125, - -0.023284912109375, - -0.0185089111328125, - -0.013641357421875, - 0.03778076171875, - 0.01023101806640625, - -0.010711669921875, - 0.019195556640625, - 0.0545654296875, - -0.00034546852111816406, - -0.04461669921875, - 0.06585693359375, - -0.005016326904296875, - -0.0650634765625, - 0.0457763671875, - 0.0200653076171875, - 0.01509857177734375, - -0.051055908203125, - 0.020355224609375, - -0.0088653564453125, - 0.01568603515625, - 0.032928466796875, - 0.0236663818359375, - -0.01422119140625, - -0.03546142578125, - -0.04443359375, - 0.04345703125, - 0.024444580078125, - 0.0477294921875, - -0.005870819091796875, - -0.042083740234375, - 0.031768798828125, - -0.032745361328125, - -0.0303955078125, - -0.0139312744140625, - 0.0333251953125, - -0.042266845703125, - 0.0755615234375, - -0.0190887451171875, - -0.002777099609375, - 0.0018873214721679688, - 0.04248046875, - 0.02532958984375, - 0.035858154296875, - -0.025909423828125, - 0.0292205810546875, - 0.05804443359375, - -0.03875732421875, - -0.0292205810546875, - 0.00418853759765625, - -0.02288818359375, - 0.048309326171875, - -0.0230865478515625, - -0.001644134521484375, - -0.019378662109375, - -0.054931640625, - -0.01373291015625, - -0.00905609130859375, - -0.0002923011779785156, - -0.0333251953125, - 0.03839111328125, - 0.0457763671875, - -0.029022216796875, - 0.0284423828125, - 0.003055572509765625, - 0.005405426025390625, - 0.026885986328125, - 0.01461029052734375, - -0.020843505859375, - 0.0200653076171875, - -0.0631103515625, - -0.046173095703125, - 0.00055694580078125, - 0.04150390625, - 0.0017900466918945312, - 0.018310546875, - -0.01076507568359375, - 0.011199951171875, - 0.029022216796875, - -0.01285552978515625, - -0.006427764892578125, - -0.00304412841796875, - -0.01568603515625, - -0.016265869140625, - -0.02484130859375, - 0.01412200927734375, - 0.03973388671875, - 0.01509857177734375, - 0.0021190643310546875, - 0.051422119140625, - -0.02191162109375, - -0.003871917724609375, - 0.0276641845703125, - -0.0088653564453125, - 0.0019121170043945312, - -0.01354217529296875, - -0.0041656494140625, - -0.005527496337890625, - 0.0257110595703125, - -0.01529693603515625, - -0.03875732421875, - -0.0650634765625, - 0.017730712890625, - -0.00557708740234375, - -0.01149749755859375, - -0.03448486328125, - -0.03662109375, - -0.049285888671875, - 0.0264892578125, - 0.0284423828125, - 0.013641357421875, - -0.002532958984375, - -0.021820068359375, - -0.0160675048828125, - -0.002849578857421875, - -0.0129547119140625, - 0.045013427734375, - -0.0301971435546875, - -0.000001430511474609375, - -0.003726959228515625, - -0.007648468017578125, - -0.00496673583984375, - 0.044036865234375, - 0.021820068359375, - 0.03662109375, - 0.0477294921875, - -0.029815673828125, - 0.0292205810546875, - -0.029022216796875, - -0.0307769775390625, - 0.0068206787109375, - -0.0204620361328125, - 0.031768798828125, - -0.01617431640625, - -0.01256561279296875, - 0.01558685302734375, - 0.0352783203125, - 0.0042877197265625, + -0.0013799667358398438, + 0.01308441162109375, + -0.0093231201171875, + 0.000881195068359375, + -0.06048583984375, + 0.0103912353515625, + -0.0078887939453125, + -0.004894256591796875, + -0.03619384765625, + -0.08905029296875, + -0.004222869873046875, + 0.007843017578125, + -0.0178070068359375, + -0.02032470703125, + 0.0171661376953125, + 0.0367431640625, + -0.00171661376953125, + -0.0281982421875, + -0.0010499954223632812, + -0.043792724609375, + -0.01113128662109375, + 0.041015625, + -0.0269012451171875, + 0.005008697509765625, + 0.0270843505859375, + -0.02264404296875, + -0.0114593505859375, + -0.0244903564453125, + 0.016510009765625, + -0.047515869140625, + 0.0008525848388671875, + -0.04119873046875, + 0.0308074951171875, + 0.038421630859375, + 0.0185546875, + -0.0125274658203125, + -0.0460205078125, + 0.020416259765625, + 0.04656982421875, + -0.00890350341796875, + -0.033966064453125, + 0.049346923828125, + -0.037841796875, + -0.00024509429931640625, + -0.01335906982421875, + -0.025054931640625, + -0.0069580078125, + -0.00031304359436035156, -0.0274658203125, - -0.0255279541015625, - 0.0428466796875, - 0.0002390146255493164, - 0.04949951171875, - -0.0352783203125, - -0.03253173828125, - -0.0251312255859375, - 0.0024356842041015625, - 0.0245513916015625, - -0.00696563720703125, - 0.0311737060546875, - -0.0294189453125, - 0.0018749237060546875, - 0.05572509765625, - -0.0124664306640625, - -0.052978515625, - -0.0230865478515625, - 0.002971649169921875, - 0.0144195556640625, - 0.06353759765625, - 0.01285552978515625, - 0.066650390625, - 0.01432037353515625, - -0.0088653564453125, - 0.0307769775390625, - 0.061187744140625, - 0.041900634765625, - -0.0013637542724609375, - -0.041107177734375, - 0.0220184326171875, - -0.007549285888671875, - -0.056121826171875, - -0.0206451416015625, - -0.0015344619750976562, - 0.06585693359375, - -0.056121826171875, - -0.0129547119140625, - -0.0005116462707519531, - 0.007305145263671875, - -0.0091552734375, - 0.019775390625, - -0.019378662109375, - 0.031768798828125, - 0.0108642578125, - -0.0438232421875, - -0.042266845703125, - -0.019866943359375, - 0.037200927734375, - 0.0496826171875, - 0.044036865234375, - -0.037200927734375, - 0.02386474609375, - 0.0301971435546875, - 0.0261077880859375, - 0.00037288665771484375, - 0.037017822265625, - 0.001972198486328125, - 0.0286407470703125, - 0.01305389404296875, - 0.031768798828125, - -0.0086669921875, - -0.0286407470703125, - 0.01158905029296875, - 0.053375244140625, - 0.0225982666015625, - 0.048309326171875, - 0.002727508544921875, - -0.01305389404296875, - -0.049285888671875, - -0.05181884765625, - 0.0109100341796875, - 0.01568603515625, - -0.0220184326171875, - -0.04052734375, - -0.04052734375, - 0.0303955078125, - -0.062744140625, - 0.046356201171875, - 0.0134429931640625, - -0.0264892578125, - -0.048126220703125, - 0.021728515625, - 0.006671905517578125, - -0.047332763671875, - 0.0195770263671875, - -0.006282806396484375, - -0.0264892578125, - -0.03564453125, - -0.0186004638671875, - 0.033111572265625, - 0.01276397705078125, - -0.0545654296875, - -0.05377197265625, - 0.03350830078125, - -0.01285552978515625, - -0.04071044921875, - -0.0457763671875, - -0.0031414031982421875, - -0.026885986328125, - -0.042083740234375, - -0.0215301513671875, - -0.019775390625, - 0.0210418701171875, - -0.0044097900390625, - -0.00484466552734375, - -0.0305938720703125, - -0.01052093505859375, - 0.0264892578125, - -0.021728515625, - -0.0294189453125, - 0.033905029296875, - -0.0301971435546875, - 0.05767822265625, - 0.020263671875, - -0.0009317398071289062, - 0.042266845703125, - 0.051055908203125, - 0.0026187896728515625, - 0.011444091796875, - 0.018218994140625, - -0.057281494140625, - 0.0035552978515625, - -0.01183319091796875, - 0.01538848876953125, - -0.054168701171875, - -0.01412200927734375, - 0.051055908203125, - -0.0814208984375, - 0.0154876708984375, - 0.016845703125, - -0.018890380859375, - -0.036041259765625, - -0.0013456344604492188, - 0.0017414093017578125, - -0.0204620361328125, - 0.08648681640625, - 0.023956298828125, - -0.003871917724609375, - -0.0041656494140625, - -0.02484130859375, - 0.051055908203125, - 0.012664794921875, - 0.0280609130859375, - -0.03973388671875, - 0.02532958984375, - -0.01129913330078125, - 0.00189971923828125, - -0.01403045654296875, - -0.07366943359375, - 0.0163726806640625, - 0.0257110595703125, - 0.0282440185546875, - -0.00606536865234375, - -0.00896453857421875, - -0.0296173095703125, - -0.041900634765625, - -0.0270843505859375, - 0.018798828125, - 0.016754150390625, - -0.0006241798400878906, - -0.0301971435546875, - 0.0000393986701965332, - -0.01076507568359375, - -0.047332763671875, - -0.0144195556640625, - -0.024932861328125, - 0.035858154296875, - 0.0099334716796875, - -0.043060302734375, - 0.0251312255859375, - 0.0014066696166992188, - -0.0286407470703125, - 0.0124664306640625, - 0.0428466796875, - -0.019378662109375, - 0.0018749237060546875, - -0.0021190643310546875, - 0.01422119140625, - 0.0033855438232421875, - 0.016845703125, - -0.0008950233459472656, - 0.0323486328125, - 0.0225982666015625, - -0.04168701171875, - 0.0506591796875, - 0.0467529296875, - -0.0276641845703125, - -0.0693359375, - -0.042266845703125, - -0.03662109375, - 0.024932861328125, - -0.006671905517578125, - 0.045196533203125, - 0.034088134765625, - -0.01227569580078125, - -0.0970458984375, - 0.0220184326171875, - -0.0506591796875, - 0.022796630859375, - 0.0670166015625, - 0.0015096664428710938, - -0.060394287109375, - -0.05767822265625, - -0.040313720703125, - 0.0305938720703125, - 0.0004780292510986328, - 0.018890380859375, - -0.031768798828125, - 0.004650115966796875, - 0.024444580078125, - 0.0086669921875, - -0.01305389404296875, - 0.066650390625, - 0.01558685302734375, - -0.0257110595703125, - 0.0257110595703125, - -0.0175323486328125, - -0.0009741783142089844, - -0.029815673828125, - 0.019683837890625, - -0.0024356842041015625, - -0.0095977783203125, - -0.018218994140625, - -0.017822265625, - 0.0236663818359375, - 0.06622314453125, - -0.0009012222290039062, - 0.02728271484375, - -0.037017822265625, - 0.03759765625, - -0.0012598037719726562, - -0.012664794921875, - 0.002216339111328125, - 0.01354217529296875, - -0.005870819091796875, - -0.01227569580078125, - -0.053375244140625, - -0.099365234375, - 0.0021305084228515625, + -0.0293121337890625, + 0.013824462890625, + 0.01837158203125, + 0.00960540771484375, + -0.01438140869140625, + -0.002285003662109375, + 0.018096923828125, + -0.0201263427734375, + -0.043792724609375, + 0.019012451171875, + 0.0269012451171875, + -0.0069122314453125, + -0.004058837890625, + -0.06756591796875, + 0.006725311279296875, + 0.018280029296875, + -0.01308441162109375, + -0.006633758544921875, + 0.013824462890625, + 0.0413818359375, + 0.00142669677734375, + -0.0011949539184570312, + -0.006725311279296875, + 0.01206207275390625, + -0.019012451171875, + 0.00965118408203125, + -0.025604248046875, + 0.03802490234375, + 0.048248291015625, + -0.005008697509765625, + 0.00142669677734375, + 0.0201263427734375, + 0.032470703125, + 0.022735595703125, + -0.020599365234375, + 0.05157470703125, + -0.003177642822265625, + 0.05975341796875, + -0.0181884765625, + 0.005031585693359375, + 0.030242919921875, + -0.02801513671875, + -0.019012451171875, + -0.07757568359375, + -0.0218963623046875, + -0.021148681640625, + -0.058624267578125, + -0.0016813278198242188, + -0.023193359375, + -0.02801513671875, + 0.04620361328125, + -0.03173828125, + -0.025054931640625, + 0.0010499954223632812, + 0.0150299072265625, + 0.0017747879028320312, + 0.0024585723876953125, + -0.053070068359375, -0.04266357421875, - -0.0266876220703125, - 0.01383209228515625, - 0.019378662109375, - 0.03369140625, - -0.0194854736328125, - 0.01285552978515625, - -0.0124664306640625, - -0.0209503173828125, - -0.023773193359375, - 0.03857421875, - -0.037017822265625, - 0.043060302734375, - -0.0200653076171875, - -0.03253173828125, - 0.0174407958984375, - -0.02435302734375, - 0.0101776123046875, - -0.018707275390625, - -0.004261016845703125, - -0.039947509765625, - 0.003360748291015625, - -0.09625244140625, - -0.029815673828125, - 0.01763916015625, - 0.052215576171875, - 0.007598876953125, - -0.00010198354721069336, - 0.034881591796875, - -0.021240234375, - -0.056121826171875, - -0.0020694732666015625, - -0.01081085205078125, - -0.03973388671875, - -0.0116424560546875, - 0.00847625732421875, - 0.0099334716796875, - -0.0093536376953125, - 0.052215576171875, - 0.041900634765625, - 0.060791015625, - 0.037994384765625, - -0.03643798828125, - -0.021240234375, - -0.0264892578125, - 0.03546142578125, - 0.01422119140625, - 0.0225982666015625, - -0.020263671875, - 0.01461029052734375, - -0.0181121826171875, - -0.0771484375, - -0.0129547119140625, - -0.044219970703125, - -0.03155517578125, - 0.01558685302734375, - 0.0631103515625, - 0.0266876220703125, - -0.0149993896484375, - 0.0211334228515625, - 0.045196533203125, - 0.04888916015625, - 0.01558685302734375, - -0.024749755859375, - -0.043243408203125, - 0.01125335693359375, + -0.004940032958984375, + 0.0024471282958984375, + -0.04193115234375, + -0.035797119140625, + -0.015869140625, + -0.0267181396484375, + -0.0274658203125, + -0.02783203125, 0.00394439697265625, - 0.016845703125, - -0.068603515625, - 0.05804443359375, - 0.06195068359375, - -0.03253173828125, - -0.0186004638671875, - -0.00847625732421875, - -0.016754150390625, - 0.041107177734375, - 0.03955078125, - 0.00720977783203125, - -0.056884765625, - 0.01027679443359375, - 0.0220184326171875, - 0.0026416778564453125, - -0.0116424560546875, - -0.02532958984375, - -0.038970947265625, - 0.0307769775390625, - -0.0670166015625, - 0.0134429931640625, - -0.0014486312866210938, - 0.07830810546875, - 0.002277374267578125, - -0.054168701171875, - -0.022796630859375, - 0.0467529296875, - -0.012664794921875, - -0.02337646484375, - 0.00618743896484375, - 0.00611114501953125, - -0.01666259765625, - 0.036224365234375, - 0.041107177734375, - 0.007160186767578125, - 0.0226898193359375, - 0.0106658935546875, - -0.0650634765625, - 0.0251312255859375, - -0.017822265625, - 0.0096435546875, - -0.007015228271484375, - -0.023773193359375, - -0.04443359375, - -0.058837890625, - 0.029022216796875, - 0.027862548828125, - 0.04461669921875, - 0.0199737548828125, - -0.00998687744140625, - 0.00876617431640625, - 0.006622314453125, - 0.0284423828125, - 0.0305938720703125, - 0.0286407470703125, - 0.0307769775390625, - 0.0158843994140625, - -0.004627227783203125, - 0.036224365234375, - -0.028839111328125, - 0.01027679443359375, - -0.02337646484375, - -0.0035076141357421875, - -0.05181884765625, - 0.00202178955078125, - 0.007404327392578125, - -0.04656982421875, - 0.01334381103515625, + -0.025787353515625, + 0.043243408203125, + 0.005611419677734375, + -0.0201263427734375, + -0.01428985595703125, + 0.035247802734375, -0.034881591796875, - 0.01558685302734375, - 0.011688232421875, - -0.040924072265625, - -0.0276641845703125, - 0.0477294921875, - -0.0284423828125, - 0.04461669921875, - 0.0179290771484375, - -0.008087158203125, - 0.00052642822265625, - -0.056121826171875, - 0.0810546875, - 0.04364013671875, + -0.052703857421875, + 0.025054931640625, + -0.01354217529296875, + -0.0020294189453125, + -0.0181884765625, + 0.033599853515625, + -0.034881591796875, + -0.0178070068359375, + 0.0175323486328125, + 0.0285797119140625, + 0.047119140625, + -0.01010894775390625, + 0.00853729248046875, + -0.03338623046875, + 0.0016813278198242188, + 0.006122589111328125, + 0.0311737060546875, + -0.0035724639892578125, + -0.025421142578125, + 0.018463134765625, + -0.00858306884765625, + 0.039520263671875, + -0.01099395751953125, + -0.047515869140625, + -0.03619384765625, + -0.006725311279296875, + 0.009002685546875, + 0.00396728515625, + 0.03338623046875, + -0.01354217529296875, + 0.057525634765625, + 0.07904052734375, + 0.023101806640625, + 0.016693115234375, + 0.0017862319946289062, + 0.018829345703125, + 0.0152130126953125, + 0.0285797119140625, + -0.0169830322265625, + -0.02764892578125, + 0.0265350341796875, + -0.007190704345703125, + 0.004291534423828125, + -0.0169830322265625, + -0.0128936767578125, + -0.0005102157592773438, + -0.041015625, + 0.04656982421875, + -0.0270843505859375, + 0.0003695487976074219, + 0.006679534912109375, + 0.0214385986328125, + -0.0092315673828125, + 0.053070068359375, + 0.025970458984375, + -0.0095062255859375, + 0.0406494140625, + -0.0000030994415283203125, + 0.0127105712890625, + -0.004547119140625, + 0.0033626556396484375, + 0.044158935546875, + 0.018463134765625, + -0.0013399124145507812, + -0.007099151611328125, + 0.05157470703125, + 0.038787841796875, + -0.04583740234375, + 0.0008115768432617188, + 0.02783203125, + 0.000980377197265625, + -0.035797119140625, + -0.044891357421875, + -0.01177978515625, + 0.0106658935546875, + -0.00531005859375, + -0.00457000732421875, + -0.025787353515625, + -0.01224517822265625, + -0.042877197265625, + 0.0221710205078125, + 0.0176239013671875, + -0.029876708984375, + 0.053802490234375, + 0.0125274658203125, + -0.0308074951171875, + -0.04974365234375, + 0.0224456787109375, + 0.02783203125, + 0.030426025390625, + -0.01605224609375, + 0.00867462158203125, + 0.0018901824951171875, + -0.0166015625, + 0.038421630859375, + 0.020599365234375, + 0.01206207275390625, + 0.00399017333984375, + -0.038604736328125, + 0.02783203125, + -0.02069091796875, + 0.029876708984375, + 0.006725311279296875, + -0.043975830078125, + 0.0007104873657226562, + 0.0205078125, + 0.0202178955078125, + 0.02032470703125, + -0.05194091796875, + -0.00890350341796875, + -0.0731201171875, + -0.00568389892578125, + -0.044525146484375, + -0.00524139404296875, + -0.05010986328125, + -0.03338623046875, + 0.07159423828125, + -0.025604248046875, + -0.0270843505859375, + 0.0079803466796875, + 0.0265350341796875, + -0.0285797119140625, + 0.03265380859375, + 0.0216217041015625, + -0.05047607421875, + 0.0270843505859375, + 0.07647705078125, + -0.0189208984375, + -0.005706787109375, + -0.035247802734375, + 0.01837158203125, + -0.0024127960205078125, + 0.03802490234375, + -0.036376953125, + -0.01117706298828125, + 0.0003769397735595703, + 0.016510009765625, + 0.005588531494140625, + -0.040069580078125, + -0.013916015625, + -0.010528564453125, + 0.030059814453125, + -0.0374755859375, + -0.007190704345703125, + 0.005451202392578125, + 0.01006317138671875, + -0.0267181396484375, + -0.07086181640625, + 0.0235595703125, + 0.039154052734375, + 0.013641357421875, + -0.0000019669532775878906, + 0.01206207275390625, + -0.043243408203125, + 0.00510406494140625, + -0.0007829666137695312, + -0.007701873779296875, + 0.0197601318359375, + 0.0283966064453125, + -0.020782470703125, + 0.0093231201171875, + -0.0002796649932861328, + 0.000858306884765625, + -0.0224456787109375, + -0.0328369140625, + -0.039886474609375, + -0.020965576171875, + -0.025604248046875, + -0.02801513671875, + -0.0038738250732421875, + -0.04156494140625, + 0.00572967529296875, + -0.007099151611328125, + -0.0083465576171875, + -0.0127105712890625, + -0.040069580078125, + 0.013824462890625, + -0.03173828125, + -0.057891845703125, + -0.0261688232421875, + 0.02801513671875, + -0.0166015625, + -0.0038509368896484375, + -0.01419830322265625, + 0.0001232624053955078, + -0.023101806640625, + -0.0021343231201171875, + -0.023101806640625, + 0.0467529296875, + 0.016693115234375, + 0.053070068359375, + 0.0421142578125, + 0.0281982421875, + 0.02301025390625, + 0.0552978515625, + 0.018463134765625, + -0.007843017578125, + -0.006076812744140625, + -0.01465606689453125, + 0.0328369140625, + 0.030426025390625, + -0.0291290283203125, + -0.0216217041015625, + 0.0093231201171875, + -0.0189208984375, + 0.0267181396484375, + 0.0309906005859375, + 0.02069091796875, + 0.01605224609375, + -0.05902099609375, + -0.0015659332275390625, + 0.0291290283203125, + 0.0151214599609375, + 0.08612060546875, + -0.0149383544921875, + -0.04119873046875, + 0.003757476806640625, + 0.029510498046875, + 0.0003712177276611328, + -0.005031585693359375, + 0.03619384765625, + -0.0016813278198242188, + -0.0004639625549316406, + 0.038970947265625, + 0.0193939208984375, + 0.0192108154296875, + 0.0150299072265625, + -0.00283050537109375, + 0.006866455078125, + 0.003803253173828125, + 0.00751495361328125, + 0.056793212890625, + 0.0261688232421875, + 0.018463134765625, + 0.024871826171875, + -0.0287628173828125, + -0.0178070068359375, + -0.021148681640625, + -0.06939697265625, + 0.005428314208984375, + 0.043426513671875, + 0.01081085205078125, + 0.034698486328125, + -0.01641845703125, + -0.0645751953125, + 0.0003769397735595703, + -0.05120849609375, + 0.07275390625, + 0.038787841796875, + 0.0034332275390625, + 0.025787353515625, + -0.004337310791015625, + 0.0192108154296875, + 0.038787841796875, + -0.006725311279296875, + 0.030059814453125, + 0.025970458984375, + 0.0237579345703125, + 0.0002275705337524414, + -0.037109375, + 0.036376953125, + 0.041748046875, + 0.018463134765625, + 0.009368896484375, + 0.0214385986328125, + -0.006679534912109375, + -0.00649261474609375, + -0.047119140625, + 0.0293121337890625, + 0.0265350341796875, + -0.0225372314453125, + 0.023651123046875, + 0.00591278076171875, + 0.007099151611328125, + -0.034698486328125, + -0.011505126953125, + 0.004940032958984375, + 0.004779815673828125, + 0.0311737060546875, 0.0274658203125, - 0.00177764892578125, - 0.025909423828125, - 0.0296173095703125, - -0.00794219970703125, - 0.029998779296875, - 0.007160186767578125, - -0.031768798828125, - 0.04364013671875, - 0.029815673828125, - -0.00672149658203125, - -0.022308349609375, - 0.03155517578125, - -0.01509857177734375, - -0.029998779296875, - 0.03466796875, - 0.0185089111328125, - 0.00623321533203125, - 0.024261474609375, - 0.021728515625, - -0.036224365234375, + -0.05120849609375, + -0.005054473876953125, + 0.047882080078125, + -0.05084228515625, + 0.0189208984375, + 0.004985809326171875, + -0.03656005859375, + 0.03302001953125, + -0.0116424560546875, + -0.0823974609375, + -0.0045928955078125, + -0.025421142578125, + -0.056793212890625, + 0.0181884765625, + 0.056793212890625, + -0.06121826171875, + -0.0285797119140625, + -0.054168701171875, + -0.0223541259765625, + -0.0293121337890625, + -0.0287628173828125, + 0.0413818359375, + 0.0079803466796875, + -0.01605224609375, + 0.02764892578125, + 0.052337646484375, + 0.01345062255859375, + -0.0024242401123046875, + 0.0321044921875, + -0.020416259765625, + -0.072021484375, + 0.0308074951171875, + -0.003803253173828125, + -0.0185546875, + -0.0195770263671875, + -0.025054931640625, + -0.0079345703125, + 0.0102081298828125, + 0.01428985595703125, + 0.0116424560546875, + -0.06719970703125, + -0.034515380859375, + -0.0413818359375, + 0.0270843505859375, + -0.0091400146484375, + 0.0289459228515625, + 0.0235595703125, + -0.043609619140625, + 0.0221710205078125, + -0.049346923828125, + -0.052703857421875, + 0.010345458984375, + -0.0032939910888671875, + -0.030059814453125, + 0.0653076171875, + -0.05120849609375, + 0.01206207275390625, + -0.034332275390625, + 0.03765869140625, + 0.0166015625, + -0.013641357421875, + -0.0289459228515625, + 0.03192138671875, + 0.0313720703125, + -0.03692626953125, + -0.025421142578125, + -0.0413818359375, + -0.0038967132568359375, + 0.03692626953125, + -0.04547119140625, + -0.0169830322265625, + -0.009368896484375, + -0.07049560546875, + -0.05084228515625, + -0.005611419677734375, + -0.03302001953125, + -0.0243072509765625, + 0.01113128662109375, + 0.0545654296875, + 0.006168365478515625, + 0.02264404296875, + 0.01558685302734375, + 0.01233673095703125, + 0.0270843505859375, + -0.0175323486328125, + 0.002040863037109375, + 0.018463134765625, + -0.0556640625, + -0.049346923828125, + -0.016326904296875, + 0.053802490234375, + -0.029510498046875, + -0.0237579345703125, + 0.01006317138671875, + -0.0289459228515625, + 0.030059814453125, + -0.045074462890625, + 0.0016698837280273438, + -0.0263519287109375, + -0.01558685302734375, + -0.04693603515625, + -0.034881591796875, + 0.0115509033203125, + 0.0018787384033203125, + -0.013641357421875, + 0.0104827880859375, + 0.0176239013671875, + -0.04119873046875, + 0.056793212890625, + 0.0149383544921875, + 0.006587982177734375, + -0.006866455078125, + 0.005359649658203125, + 0.0035495758056640625, + 0.0093231201171875, + 0.03302001953125, + -0.01419830322265625, + -0.0094146728515625, + -0.06793212890625, + 0.025787353515625, + -0.0166015625, + -0.0021457672119140625, + -0.0095062255859375, + -0.0289459228515625, + -0.06939697265625, + 0.0237579345703125, + 0.0293121337890625, + 0.01103973388671875, + 0.001728057861328125, + -0.0269012451171875, + -0.00881195068359375, + -0.0217132568359375, + -0.01326751708984375, + 0.037841796875, + -0.0192108154296875, + 0.03692626953125, + 0.004199981689453125, + -0.038238525390625, + 0.030609130859375, + 0.0208740234375, + 0.0012464523315429688, + 0.0151214599609375, + -0.007793426513671875, + -0.044708251953125, + 0.015869140625, + -0.02783203125, + -0.03692626953125, + -0.006587982177734375, + -0.023193359375, + 0.0116424560546875, + -0.0281982421875, + -0.018096923828125, + 0.040252685546875, + 0.0128021240234375, + 0.04119873046875, + 0.0019254684448242188, + -0.0147552490234375, + 0.0081634521484375, + -0.0082550048828125, + 0.072021484375, + -0.03265380859375, + -0.0374755859375, + 0.01438140869140625, + -0.0081634521484375, + 0.043060302734375, + 0.04248046875, + 0.0013914108276367188, + -0.0228271484375, + -0.01141357421875, + 0.045654296875, + -0.037841796875, + -0.0267181396484375, + -0.0222625732421875, + 0.0200347900390625, + 0.0113677978515625, + 0.056793212890625, + 0.0191192626953125, + 0.06121826171875, + -0.0006089210510253906, + 0.003246307373046875, + 0.040435791015625, + 0.05010986328125, + 0.038604736328125, + -0.022918701171875, + -0.047882080078125, + -0.0004813671112060547, + 0.018646240234375, + -0.03228759765625, + -0.045074462890625, + 0.00412750244140625, + 0.047119140625, + -0.0552978515625, + -0.0191192626953125, + 0.00876617431640625, + -0.018646240234375, + 0.0171661376953125, + 0.034698486328125, + 0.0018558502197265625, + 0.03192138671875, + -0.030609130859375, + -0.045654296875, + -0.0189208984375, + -0.02337646484375, + 0.034332275390625, + 0.06085205078125, + 0.03765869140625, + 0.0082550048828125, + 0.039520263671875, + 0.0045013427734375, + 0.0117340087890625, + 0.0413818359375, + 0.029693603515625, + 0.01447296142578125, + 0.034881591796875, + 0.030426025390625, + 0.054168701171875, + -0.030242919921875, + -0.01549530029296875, + 0.0191192626953125, + 0.0261688232421875, + 0.06121826171875, + 0.07086181640625, + 0.004779815673828125, + 0.013916015625, + -0.01001739501953125, + -0.03338623046875, + -0.02032470703125, + 0.006866455078125, + 0.001983642578125, + -0.048614501953125, + -0.018463134765625, + 0.0020294189453125, + -0.030609130859375, + 0.053802490234375, + 0.029510498046875, + -0.0285797119140625, + -0.00640106201171875, + 0.0178985595703125, + 0.00635528564453125, + -0.0421142578125, + 0.007144927978515625, + -0.02801513671875, + -0.01224517822265625, + -0.04193115234375, + -0.006122589111328125, + 0.0217132568359375, + -0.03729248046875, + -0.0631103515625, + -0.034332275390625, + 0.038238525390625, + -0.01103973388671875, + -0.0241241455078125, + -0.0421142578125, + -0.003154754638671875, + -0.018646240234375, + -0.047882080078125, + -0.035064697265625, + 0.0015659332275390625, + 0.00988006591796875, + -0.0225372314453125, + 0.025970458984375, + -0.0218963623046875, + -0.034881591796875, + -0.0197601318359375, + -0.0125274658203125, + -0.034698486328125, + 0.04193115234375, + -0.044891357421875, + 0.048248291015625, + 0.0289459228515625, + 0.016693115234375, + 0.0360107421875, + 0.061614990234375, + -0.02801513671875, + 0.0036411285400390625, + -0.0167999267578125, -0.062744140625, - 0.056121826171875, - 0.019775390625, - -0.0145111083984375, - 0.05572509765625, - -0.0545654296875, - 0.06353759765625, + 0.022918701171875, + -0.00635528564453125, + 0.005451202392578125, + -0.062744140625, + 0.002643585205078125, + 0.025970458984375, + -0.061981201171875, + 0.02801513671875, + -0.0151214599609375, + -0.0019254684448242188, + -0.03155517578125, + -0.0080718994140625, + 0.0003247261047363281, + 0.0009565353393554688, + 0.08758544921875, + 0.0069580078125, + -0.0198516845703125, + -0.030609130859375, + -0.018096923828125, + 0.04974365234375, + 0.02728271484375, + 0.040435791015625, + -0.039703369140625, + 0.029510498046875, + 0.00470733642578125, + -0.0289459228515625, + 0.01001739501953125, + -0.07867431640625, + 0.0172576904296875, + 0.04193115234375, + 0.0115966796875, + -0.040252685546875, + -0.03265380859375, + -0.033599853515625, + -0.01456451416015625, + -0.05194091796875, + 0.039337158203125, + 0.0185546875, + -0.0006842613220214844, + -0.044891357421875, + 0.0018444061279296875, + -0.0147552490234375, + -0.05084228515625, + -0.032470703125, + -0.056793212890625, + 0.03173828125, + 0.004940032958984375, + -0.045654296875, + 0.044158935546875, + 0.0095062255859375, + -0.008026123046875, + 0.00867462158203125, + 0.040435791015625, + -0.032470703125, + -0.00872039794921875, + -0.018280029296875, + 0.04229736328125, + -0.0009860992431640625, + 0.00396728515625, + -0.0010957717895507812, + 0.005031585693359375, + 0.039520263671875, + -0.01540374755859375, + 0.07122802734375, + 0.01113128662109375, + -0.010162353515625, + -0.054168701171875, + -0.022918701171875, + -0.00830078125, + 0.0241241455078125, + -0.0189208984375, + 0.05194091796875, + 0.0195770263671875, + -0.005542755126953125, + -0.109130859375, + 0.06121826171875, + -0.030242919921875, + 0.039337158203125, + 0.01438140869140625, + 0.00858306884765625, + -0.039337158203125, + -0.034515380859375, + -0.0115966796875, + 0.0360107421875, + -0.010162353515625, + 0.029876708984375, + -0.0005826950073242188, + 0.0010204315185546875, + 0.0009450912475585938, + -0.044158935546875, + 0.0127105712890625, + 0.0560302734375, + 0.022735595703125, + -0.0128936767578125, + 0.04156494140625, + -0.0291290283203125, + 0.0173492431640625, + 0.004360198974609375, + -0.0019369125366210938, + 0.0285797119140625, + 0.00890350341796875, + -0.0269012451171875, + -0.01094818115234375, + 0.0170745849609375, + 0.044708251953125, + 0.002956390380859375, + 0.0167999267578125, + -0.0225372314453125, + 0.01094818115234375, + -0.0035247802734375, + -0.0173492431640625, + 0.01177978515625, + -0.007793426513671875, + -0.00417327880859375, + -0.0291290283203125, + -0.06719970703125, + -0.0931396484375, + -0.0010671615600585938, + -0.02301025390625, + -0.033599853515625, + -0.0002608299255371094, + 0.0309906005859375, + 0.0082550048828125, + -0.02337646484375, + 0.0222625732421875, + 0.00635528564453125, + -0.01326751708984375, + -0.0285797119140625, + 0.030426025390625, + -0.039520263671875, + 0.03656005859375, + -0.0018901824951171875, + -0.057159423828125, + 0.040435791015625, + -0.00577545166015625, + 0.0225372314453125, + -0.00862884521484375, + -0.00347900390625, + -0.0285797119140625, + 0.0241241455078125, + -0.06976318359375, + -0.003688812255859375, + 0.0191192626953125, + 0.034881591796875, + 0.01641845703125, + -0.05047607421875, + 0.037109375, + -0.00582122802734375, + -0.047882080078125, + 0.02801513671875, + -0.035797119140625, + -0.0311737060546875, + 0.01099395751953125, + -0.00894927978515625, + 0.00018334388732910156, + 0.01335906982421875, + 0.01873779296875, + 0.04119873046875, + 0.04229736328125, + -0.01043701171875, + -0.038604736328125, + -0.00742340087890625, + -0.0175323486328125, + -0.006633758544921875, + 0.0285797119140625, + 0.030059814453125, + -0.004638671875, + -0.004199981689453125, + -0.005706787109375, + -0.109130859375, + -0.0126190185546875, + -0.038238525390625, + -0.03302001953125, + -0.00992584228515625, + 0.09423828125, + 0.04656982421875, + 0.0102081298828125, + 0.00765228271484375, + 0.08648681640625, + 0.003780364990234375, + 0.00287628173828125, + 0.0014495849609375, + -0.057891845703125, + -0.01224517822265625, + -0.007328033447265625, + 0.003780364990234375, + -0.0660400390625, + 0.030059814453125, + 0.0660400390625, + -0.025787353515625, + -0.0034332275390625, + -0.007282257080078125, + -0.0005826950073242188, + 0.0199432373046875, + 0.029876708984375, + 0.00881195068359375, + -0.061981201171875, + 0.006168365478515625, + 0.022735595703125, + -0.0046844482421875, + 0.007328033447265625, + 0.0005478858947753906, + -0.0169830322265625, + 0.048980712890625, + -0.0638427734375, + -0.029876708984375, 0.00872039794921875, - 0.051422119140625, - -0.032928466796875, - 0.0438232421875, - -0.019683837890625, - -0.005748748779296875, - -0.01305389404296875, - 0.03369140625, - -0.0209503173828125, - 0.005672454833984375, - -0.035858154296875, - 0.05963134765625, - 0.017242431640625, - -0.03350830078125, - -0.0771484375, - 0.0000502467155456543, - -0.00930023193359375, - 0.00954437255859375, - 0.046356201171875, - -0.0215301513671875, - -0.01422119140625, - 0.01354217529296875, - 0.019378662109375, - 0.0631103515625, - -0.00745391845703125, - 0.0294189453125, - -0.001010894775390625, - 0.0093536376953125, - -0.010711669921875, - -0.012420654296875 + 0.08203125, + 0.0095062255859375, + -0.043975830078125, + -0.0460205078125, + 0.06939697265625, + 0.024871826171875, + -0.0068206787109375, + 0.016510009765625, + -0.00965118408203125, + -0.033966064453125, + 0.0287628173828125, + 0.06085205078125, + -0.0150299072265625, + 0.03302001953125, + 0.00955963134765625, + -0.056793212890625, + 0.02728271484375, + -0.047882080078125, + 0.0197601318359375, + -0.00765228271484375, + -0.041015625, + -0.018646240234375, + -0.07086181640625, + 0.043060302734375, + 0.02301025390625, + 0.021331787109375, + 0.048248291015625, + 0.009002685546875, + 0.00021457672119140625, + -0.00751495361328125, + 0.045074462890625, + 0.03729248046875, + 0.0269012451171875, + -0.01113128662109375, + -0.00760650634765625, + 0.0102996826171875, + 0.00988006591796875, + -0.034332275390625, + 0.0267181396484375, + -0.0265350341796875, + 0.010528564453125, + -0.054168701171875, + 0.0106658935546875, + 0.00345611572265625, + -0.0467529296875, + -0.004199981689453125, + -0.025421142578125, + 0.01568603515625, + -0.015960693359375, + -0.035430908203125, + 0.0095062255859375, + 0.035430908203125, + 0.003757476806640625, + 0.0129852294921875, + 0.018646240234375, + -0.0094146728515625, + 0.0024814605712890625, + -0.05902099609375, + 0.0753173828125, + 0.0202178955078125, + 0.01373291015625, + -0.0082550048828125, + 0.020416259765625, + -0.002262115478515625, + 0.00765228271484375, + 0.062347412109375, + 0.00992584228515625, + -0.0638427734375, + 0.041748046875, + 0.04193115234375, + 0.03155517578125, + -0.040435791015625, + 0.0178070068359375, + 0.019012451171875, + -0.0308074951171875, + 0.0308074951171875, + 0.0239410400390625, + 0.0199432373046875, + 0.0178985595703125, + 0.01419830322265625, + -0.0265350341796875, + -0.04583740234375, + 0.040435791015625, + 0.00200653076171875, + 0.0265350341796875, + 0.0556640625, + -0.0237579345703125, + 0.047882080078125, + -0.0009975433349609375, + 0.04266357421875, + -0.03302001953125, + 0.0545654296875, + -0.01197052001953125, + 0.0189208984375, + 0.003734588623046875, + -0.006122589111328125, + -0.0199432373046875, + 0.002864837646484375, + -0.00974273681640625, + 0.084228515625, + 0.030426025390625, + -0.0170745849609375, + -0.047119140625, + -0.0147552490234375, + -0.021148681640625, + -0.0170745849609375, + 0.030609130859375, + -0.05047607421875, + -0.033203125, + 0.040069580078125, + 0.048980712890625, + 0.061614990234375, + -0.0153045654296875, + 0.039154052734375, + -0.0035953521728515625, + -0.00965118408203125, + 0.0018320083618164062, + -0.0194854736328125 ], "metadata": { "domains": [ - "mobile-forensics", - "incident-response" + "incident-response", + "static-investigations" ], "phases": [ - "data-collection", - "examination" + "data-collection" ], "tags": [ - "cli", - "mobile", - "device-management", - "extraction" + "command-line", + "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" ], "skillLevel": "intermediate", "type": "tool" } }, + { + "id": "tool_md5sum___sha256sum", + "type": "tool", + "name": "md5sum / sha256sum", + "content": "md5sum / sha256sum klassische kommandozeilen‑checksummengeneratoren aus den gnu coreutils, die schnell kryptografische prüfsummen (md5 bzw. sha‑256) berechnen und verifizieren können. ideal zur integritätsprüfung von forensik‑images, log‑archiven und download‑artefakten; auch als stream‑filter einsetzbar („cat image.dd | sha256sum“). minimalistischer funktionsumfang, aber auf nahezu jeder unix‑ähnlichen plattform vorinstalliert und damit überall verfügbar. commandline hashing integrity incident-response static-investigations malware-analysis examination analysis", + "embedding": [ + -0.0148773193359375, + 0.0261077880859375, + 0.06719970703125, + -0.0244903564453125, + 0.02874755859375, + 0.044952392578125, + 0.02996826171875, + -0.0187225341796875, + -0.017822265625, + 0.01983642578125, + -0.0254058837890625, + 0.054656982421875, + 0.01953125, + 0.0012273788452148438, + -0.0251007080078125, + 0.0396728515625, + -0.02874755859375, + -0.0171051025390625, + -0.0036945343017578125, + 0.0307769775390625, + 0.010528564453125, + 0.007083892822265625, + -0.040496826171875, + 0.0205535888671875, + 0.0019102096557617188, + -0.0015115737915039062, + -0.030975341796875, + -0.086669921875, + -0.0283355712890625, + 0.01219940185546875, + -0.0023288726806640625, + -0.0183258056640625, + 0.0171051025390625, + 0.0301666259765625, + -0.019134521484375, + -0.00824737548828125, + -0.007541656494140625, + -0.035430908203125, + 0.00678253173828125, + 0.045745849609375, + -0.03887939453125, + -0.0038471221923828125, + 0.02490234375, + -0.02935791015625, + -0.0222625732421875, + -0.033416748046875, + 0.031982421875, + -0.01012420654296875, + -0.0016956329345703125, + -0.0439453125, + 0.034820556640625, + 0.01629638671875, + 0.0184173583984375, + -0.0291595458984375, + -0.04290771484375, + 0.04595947265625, + 0.0504150390625, + -0.038055419921875, + -0.03826904296875, + 0.029754638671875, + -0.0263214111328125, + -0.01366424560546875, + -0.038055419921875, + -0.01189422607421875, + 0.01558685302734375, + 0.0244903564453125, + -0.0267181396484375, + -0.021148681640625, + 0.006351470947265625, + 0.004833221435546875, + 0.0023403167724609375, + -0.027130126953125, + 0.002796173095703125, + 0.04534912109375, + -0.0279388427734375, + -0.0408935546875, + 0.0213623046875, + 0.02044677734375, + 0.036224365234375, + 0.01335906982421875, + -0.0243988037109375, + 0.039276123046875, + 0.067626953125, + -0.0390625, + 0.0018224716186523438, + 0.0196380615234375, + 0.01270294189453125, + -0.007793426513671875, + -0.01568603515625, + -0.004505157470703125, + 0.027130126953125, + 0.01078033447265625, + 0.040283203125, + -0.006427764892578125, + 0.03460693359375, + 0.04656982421875, + -0.0181121826171875, + 0.017608642578125, + 0.0157928466796875, + 0.038665771484375, + 0.01558685302734375, + -0.030364990234375, + 0.051025390625, + 0.0285491943359375, + 0.062744140625, + -0.02044677734375, + -0.0043792724609375, + -0.0074920654296875, + 0.00006759166717529297, + -0.01158905029296875, + -0.0894775390625, + -0.050811767578125, + -0.047576904296875, + -0.040283203125, + -0.0263214111328125, + -0.00024509429931640625, + -0.0018978118896484375, + 0.043731689453125, + -0.0257110595703125, + -0.045562744140625, + 0.007389068603515625, + 0.018829345703125, + -0.00789642333984375, + 0.006984710693359375, + -0.0408935546875, + -0.036041259765625, + 0.00794219970703125, + 0.002681732177734375, + -0.044342041015625, + -0.04473876953125, + 0.0032901763916015625, + -0.0172119140625, + -0.030975341796875, + -0.025909423828125, + 0.0167083740234375, + -0.0439453125, + 0.03521728515625, + -0.0048828125, + 0.00020170211791992188, + -0.01128387451171875, + 0.0574951171875, + -0.031982421875, + -0.06964111328125, + 0.007236480712890625, + -0.0222625732421875, + -0.0234832763671875, + -0.0338134765625, + 0.03399658203125, + -0.037445068359375, + -0.0158843994140625, + -0.002910614013671875, + 0.00885772705078125, + 0.05303955078125, + 0.0003478527069091797, + 0.007640838623046875, + -0.044952392578125, + 0.0166015625, + -0.014068603515625, + 0.0026569366455078125, + 0.00017952919006347656, + -0.05303955078125, + 0.0164947509765625, + -0.02813720703125, + 0.036041259765625, + -0.01027679443359375, + -0.053863525390625, + -0.033599853515625, + -0.0157928466796875, + 0.0167999267578125, + 0.03564453125, + 0.0164031982421875, + -0.0190277099609375, + 0.044952392578125, + 0.061553955078125, + 0.00432586669921875, + 0.0089569091796875, + -0.009918212890625, + -0.0032634735107421875, + 0.0254058837890625, + 0.032989501953125, + -0.01508331298828125, + -0.0421142578125, + 0.05303955078125, + 0.0160980224609375, + 0.018524169921875, + -0.00946807861328125, + -0.02581787109375, + 0.017913818359375, + -0.02813720703125, + 0.038055419921875, + -0.0311737060546875, + -0.0107269287109375, + 0.00463104248046875, + 0.044952392578125, + 0.0088043212890625, + 0.040679931640625, + 0.029754638671875, + 0.0203399658203125, + 0.053863525390625, + -0.014068603515625, + 0.00905609130859375, + 0.01953125, + 0.003871917724609375, + 0.05548095703125, + 0.021148681640625, + 0.0007939338684082031, + 0.00592041015625, + 0.03460693359375, + 0.044952392578125, + -0.04595947265625, + -0.01108551025390625, + 0.022064208984375, + -0.0118408203125, + -0.034820556640625, + -0.0273284912109375, + -0.041900634765625, + -0.004352569580078125, + -0.0011005401611328125, + -0.00632476806640625, + -0.014678955078125, + -0.0279388427734375, + -0.0305633544921875, + -0.031982421875, + 0.034210205078125, + -0.0213623046875, + 0.0247955322265625, + 0.0384521484375, + -0.029754638671875, + -0.0599365234375, + 0.0439453125, + 0.00247955322265625, + 0.03460693359375, + -0.00916290283203125, + 0.00133514404296875, + 0.001316070556640625, + 0.0009112358093261719, + 0.040496826171875, + 0.01396942138671875, + 0.01001739501953125, + 0.01538848876953125, + -0.011688232421875, + 0.010986328125, + -0.032989501953125, + 0.0305633544921875, + -0.0063018798828125, + -0.03826904296875, + 0.0240936279296875, + -0.010528564453125, + 0.01143646240234375, + 0.034820556640625, + -0.050018310546875, + -0.0186309814453125, + -0.061126708984375, + -0.0048828125, + -0.0716552734375, + -0.01123809814453125, + -0.042510986328125, + -0.01396942138671875, + 0.040069580078125, + -0.03521728515625, + -0.0250091552734375, + -0.004756927490234375, + -0.0006008148193359375, + 0.00946807861328125, + 0.058319091796875, + -0.016998291015625, + -0.052642822265625, + 0.00885772705078125, + 0.08746337890625, + -0.03887939453125, + -0.019439697265625, + -0.0174102783203125, + 0.007083892822265625, + 0.0008349418640136719, + 0.026519775390625, + -0.036651611328125, + -0.0190277099609375, + 0.0247039794921875, + 0.0203399658203125, + 0.0222625732421875, + -0.0183258056640625, + -0.010986328125, + -0.010223388671875, + 0.05120849609375, + -0.035430908203125, + 0.01275634765625, + 0.005542755126953125, + 0.002834320068359375, + -0.004581451416015625, + -0.06719970703125, + 0.00211334228515625, + 0.0516357421875, + 0.00885772705078125, + 0.0074920654296875, + 0.0024929046630859375, + -0.05059814453125, + -0.0048828125, + 0.00528717041015625, + -0.05059814453125, + 0.0225677490234375, + 0.040496826171875, + -0.03564453125, + 0.00647735595703125, + -0.02197265625, + 0.035430908203125, + -0.0224761962890625, + -0.03948974609375, + -0.03704833984375, + -0.0174102783203125, + -0.0574951171875, + -0.01953125, + 0.01305389404296875, + -0.032806396484375, + 0.01285552978515625, + 0.0030231475830078125, + -0.00885772705078125, + -0.05426025390625, + -0.042510986328125, + -0.0193328857421875, + -0.0350341796875, + -0.0199432373046875, + -0.022064208984375, + 0.040496826171875, + -0.02520751953125, + -0.0026073455810546875, + -0.003948211669921875, + 0.0108795166015625, + -0.030975341796875, + 0.0242919921875, + -0.0301666259765625, + 0.01457977294921875, + 0.023590087890625, + 0.06195068359375, + 0.0433349609375, + 0.050811767578125, + 0.03460693359375, + 0.042724609375, + 0.034820556640625, + 0.00006365776062011719, + -0.0119476318359375, + -0.005695343017578125, + 0.02752685546875, + 0.030364990234375, + -0.0158843994140625, + -0.02197265625, + -0.0020618438720703125, + -0.0237884521484375, + 0.010986328125, + 0.00463104248046875, + 0.018218994140625, + 0.038055419921875, + -0.019439697265625, + 0.012908935546875, + 0.04290771484375, + -0.0004870891571044922, + 0.07489013671875, + -0.01447296142578125, + -0.040069580078125, + 0.01396942138671875, + 0.02752685546875, + -0.01209259033203125, + -0.0011644363403320312, + 0.0261077880859375, + 0.016998291015625, + 0.0031375885009765625, + 0.0227813720703125, + 0.0052642822265625, + 0.0263214111328125, + 0.02166748046875, + -0.005767822265625, + 0.019134521484375, + -0.021453857421875, + 0.00597381591796875, + 0.05181884765625, + 0.019439697265625, + 0.018524169921875, + 0.01139068603515625, + -0.00835418701171875, + -0.0261077880859375, + -0.005947113037109375, + -0.04412841796875, + 0.0283355712890625, + 0.02996826171875, + 0.027740478515625, + 0.039886474609375, + -0.052215576171875, + -0.0858154296875, + 0.0408935546875, + -0.03643798828125, + 0.061126708984375, + 0.02459716796875, + 0.0138702392578125, + 0.0384521484375, + -0.03887939453125, + 0.023590087890625, + 0.0283355712890625, + 0.00322723388671875, + 0.0218658447265625, + 0.0251007080078125, + 0.036651611328125, + 0.011688232421875, + -0.0498046875, + 0.013763427734375, + 0.0157928466796875, + 0.0070343017578125, + 0.0132598876953125, + 0.0279388427734375, + 0.0164031982421875, + -0.00351715087890625, + -0.03887939453125, + 0.052215576171875, + 0.006252288818359375, + -0.010223388671875, + 0.00839996337890625, + 0.0019989013671875, + -0.005794525146484375, + -0.050018310546875, + -0.007843017578125, + -0.01209259033203125, + -0.004199981689453125, + 0.020751953125, + 0.032196044921875, + -0.034820556640625, + -0.0004744529724121094, + 0.0599365234375, + -0.045745849609375, + 0.044525146484375, + 0.008453369140625, + -0.041107177734375, + 0.0119476318359375, + -0.00824737548828125, + -0.070068359375, + -0.002681732177734375, + -0.053436279296875, + -0.053863525390625, + -0.0103759765625, + 0.0190277099609375, + -0.050018310546875, + -0.0267181396484375, + -0.057891845703125, + -0.036224365234375, + -0.0107269287109375, + -0.0177154541015625, + 0.031982421875, + -0.0015687942504882812, + -0.0103759765625, + 0.04150390625, + 0.067626953125, + -0.01174163818359375, + -0.0224761962890625, + 0.046966552734375, + -0.014373779296875, + -0.0408935546875, + 0.04412841796875, + 0.0017337799072265625, + 0.013763427734375, + -0.030975341796875, + -0.0261077880859375, + -0.02166748046875, + 0.0325927734375, + -0.01113128662109375, + 0.0138702392578125, + -0.056671142578125, + -0.041290283203125, + -0.0251007080078125, + 0.061126708984375, + 0.0154876708984375, + 0.032379150390625, + 0.0068817138671875, + -0.058319091796875, + 0.0183258056640625, + -0.056671142578125, + -0.02752685546875, + 0.0206451416015625, + 0.003795623779296875, + -0.00662994384765625, + 0.07452392578125, + -0.0212554931640625, + 0.0225677490234375, + -0.0228729248046875, + 0.039276123046875, + 0.02996826171875, + -0.006198883056640625, + -0.03643798828125, + 0.038665771484375, + 0.023284912109375, + -0.08502197265625, + -0.0159912109375, + -0.0291595458984375, + -0.003795623779296875, + 0.053436279296875, + -0.060333251953125, + -0.0186309814453125, + -0.0172119140625, + -0.06195068359375, + -0.02813720703125, + -0.0138702392578125, + -0.0038471221923828125, + -0.025604248046875, + 0.013763427734375, + 0.030364990234375, + 0.0108795166015625, + 0.03948974609375, + 0.018829345703125, + -0.007389068603515625, + 0.009613037109375, + -0.013763427734375, + 0.0071868896484375, + 0.0250091552734375, + -0.04656982421875, + -0.0228729248046875, + -0.0305633544921875, + 0.0291595458984375, + -0.0036945343017578125, + -0.01158905029296875, + -0.0221710205078125, + -0.0215606689453125, + 0.0273284912109375, + -0.025299072265625, + -0.0020999908447265625, + -0.0154876708984375, + -0.027130126953125, + -0.034210205078125, + -0.0203399658203125, + 0.01235198974609375, + -0.006122589111328125, + -0.030975341796875, + 0.019134521484375, + 0.0035419464111328125, + -0.036834716796875, + 0.035430908203125, + 0.0283355712890625, + 0.005390167236328125, + 0.00543975830078125, + -0.0009870529174804688, + -0.004581451416015625, + 0.0273284912109375, + 0.02197265625, + -0.0307769775390625, + -0.02996826171875, + -0.06475830078125, + 0.0390625, + 0.0015687942504882812, + -0.0171051025390625, + 0.003948211669921875, + -0.03582763671875, + -0.087890625, + -0.0164031982421875, + 0.02874755859375, + 0.001201629638671875, + -0.032196044921875, + -0.0027828216552734375, + -0.035430908203125, + -0.007289886474609375, + -0.040069580078125, + 0.02337646484375, + -0.033203125, + 0.043121337890625, + -0.007694244384765625, + -0.021148681640625, + 0.02581787109375, + 0.01508331298828125, + 0.032379150390625, + 0.041900634765625, + 0.00820159912109375, + -0.0247039794921875, + 0.01366424560546875, + -0.023681640625, + -0.0160980224609375, + -0.0157928466796875, + -0.0301666259765625, + 0.0224761962890625, + -0.01396942138671875, + -0.025909423828125, + 0.039886474609375, + 0.031768798828125, + 0.01922607421875, + -0.0103759765625, + -0.026519775390625, + 0.02752685546875, + -0.0009927749633789062, + 0.057098388671875, + -0.022369384765625, + -0.0716552734375, + 0.00693511962890625, + -0.0006642341613769531, + 0.0237884521484375, + 0.01346588134765625, + 0.0020618438720703125, + -0.033203125, + 0.0230712890625, + 0.06964111328125, + -0.031585693359375, + -0.03765869140625, + -0.0108795166015625, + 0.01209259033203125, + 0.0240936279296875, + 0.052215576171875, + 0.03582763671875, + 0.0906982421875, + 0.006198883056640625, + -0.0171051025390625, + 0.056671142578125, + 0.045135498046875, + 0.018524169921875, + -0.036651611328125, + -0.042510986328125, + 0.01093292236328125, + 0.005565643310546875, + -0.037872314453125, + -0.019439697265625, + -0.0164031982421875, + 0.076904296875, + -0.05303955078125, + 0.022979736328125, + -0.004100799560546875, + -0.0128021240234375, + 0.0129547119140625, + 0.01219940185546875, + -0.035430908203125, + 0.006072998046875, + -0.00920867919921875, + -0.02337646484375, + -0.02105712890625, + -0.0013284683227539062, + 0.0231781005859375, + 0.05548095703125, + 0.046142578125, + -0.029754638671875, + 0.0491943359375, + 0.010223388671875, + 0.0261077880859375, + 0.0311737060546875, + 0.040283203125, + -0.0009741783142089844, + 0.01068115234375, + 0.044952392578125, + 0.06317138671875, + -0.01629638671875, + -0.01953125, + 0.0174102783203125, + 0.017822265625, + 0.035430908203125, + 0.030364990234375, + 0.0177154541015625, + -0.01062774658203125, + -0.00247955322265625, + -0.0550537109375, + -0.00839996337890625, + -0.00485992431640625, + -0.00966644287109375, + -0.044525146484375, + -0.0037708282470703125, + -0.0114898681640625, + -0.04595947265625, + 0.0467529296875, + 0.021759033203125, + -0.0350341796875, + -0.01305389404296875, + 0.0257110595703125, + 0.01007080078125, + -0.031585693359375, + 0.0020999908447265625, + 0.01270294189453125, + 0.004505157470703125, + -0.0291595458984375, + -0.01001739501953125, + 0.0396728515625, + -0.02166748046875, + -0.07489013671875, + -0.027130126953125, + 0.02935791015625, + -0.0237884521484375, + -0.0350341796875, + -0.01538848876953125, + -0.0164947509765625, + -0.0135650634765625, + -0.050018310546875, + -0.051025390625, + -0.0135650634765625, + 0.0088043212890625, + -0.0261077880859375, + -0.00946807861328125, + -0.00662994384765625, + -0.0267181396484375, + -0.031768798828125, + -0.01922607421875, + -0.04718017578125, + 0.04656982421875, + -0.050201416015625, + 0.031585693359375, + 0.0107269287109375, + 0.0200347900390625, + 0.03643798828125, + 0.05426025390625, + -0.0479736328125, + 0.0009927749633789062, + -0.0157928466796875, + -0.0587158203125, + 0.03460693359375, + 0.0291595458984375, + -0.0028591156005859375, + -0.06561279296875, + -0.0113372802734375, + 0.050811767578125, + -0.060333251953125, + 0.0202484130859375, + -0.00824737548828125, + -0.00008064508438110352, + -0.034820556640625, + 0.0028095245361328125, + 0.018829345703125, + 0.033416748046875, + 0.112548828125, + 0.037872314453125, + -0.0295562744140625, + -0.01214599609375, + -0.01396942138671875, + 0.048583984375, + 0.014068603515625, + 0.040069580078125, + -0.048583984375, + 0.02874755859375, + -0.005718231201171875, + -0.0190277099609375, + 0.035430908203125, + -0.0679931640625, + 0.00662994384765625, + 0.01457977294921875, + 0.01250457763671875, + -0.01629638671875, + -0.014678955078125, + -0.04150390625, + -0.053863525390625, + -0.0279388427734375, + 0.0209503173828125, + -0.01078033447265625, + -0.00830078125, + -0.03765869140625, + 0.01113128662109375, + 0.0014934539794921875, + -0.033203125, + -0.02996826171875, + -0.033599853515625, + 0.036651611328125, + -0.00582122802734375, + -0.06317138671875, + 0.0311737060546875, + -0.0019741058349609375, + 0.0225677490234375, + 0.0062255859375, + 0.043121337890625, + -0.062744140625, + 0.005084991455078125, + 0.007793426513671875, + 0.005035400390625, + 0.02813720703125, + -0.006023406982421875, + -0.0015439987182617188, + 0.023681640625, + 0.022674560546875, + -0.01922607421875, + 0.05120849609375, + 0.02105712890625, + -0.018524169921875, + -0.045135498046875, + -0.0291595458984375, + -0.00470733642578125, + 0.0151824951171875, + -0.0032901763916015625, + 0.03643798828125, + 0.03887939453125, + -0.0190277099609375, + -0.05548095703125, + 0.0587158203125, + -0.053863525390625, + 0.039276123046875, + -0.00860595703125, + -0.000980377197265625, + -0.055877685546875, + -0.026519775390625, + -0.014068603515625, + 0.03521728515625, + -0.0174102783203125, + 0.034423828125, + 0.001277923583984375, + 0.01189422607421875, + -0.01528167724609375, + -0.036041259765625, + -0.00835418701171875, + 0.037445068359375, + 0.0224761962890625, + -0.016998291015625, + 0.048797607421875, + -0.0295562744140625, + 0.0273284912109375, + -0.0181121826171875, + 0.01316070556640625, + 0.032989501953125, + 0.01113128662109375, + -0.02459716796875, + -0.00789642333984375, + 0.0186309814453125, + 0.036041259765625, + -0.019744873046875, + 0.006732940673828125, + -0.01235198974609375, + 0.01447296142578125, + 0.01690673828125, + -0.022369384765625, + 0.014984130859375, + 0.00951385498046875, + -0.00589752197265625, + -0.027740478515625, + -0.06475830078125, + -0.081787109375, + -0.01016998291015625, + -0.05426025390625, + -0.01153564453125, + -0.00997161865234375, + 0.0138702392578125, + 0.004428863525390625, + -0.0224761962890625, + 0.0212554931640625, + -0.0118408203125, + 0.006099700927734375, + -0.0338134765625, + 0.014678955078125, + -0.0095672607421875, + 0.032379150390625, + 0.005161285400390625, + -0.04290771484375, + 0.0384521484375, + -0.0184173583984375, + -0.0019989013671875, + -0.0018978118896484375, + -0.0020999908447265625, + -0.03582763671875, + 0.02105712890625, + -0.065185546875, + -0.0042266845703125, + 0.01123809814453125, + 0.02044677734375, + 0.027130126953125, + -0.033203125, + 0.041900634765625, + -0.0148773193359375, + -0.059112548828125, + 0.00835418701171875, + -0.0107269287109375, + -0.0408935546875, + 0.019439697265625, + -0.00860595703125, + 0.0218658447265625, + -0.004756927490234375, + 0.05059814453125, + 0.019134521484375, + 0.0283355712890625, + -0.007289886474609375, + -0.006984710693359375, + -0.0129547119140625, + 0.00543975830078125, + 0.00804901123046875, + 0.02197265625, + 0.017913818359375, + -0.006679534912109375, + 0.0172119140625, + -0.0018854141235351562, + -0.09393310546875, + -0.01078033447265625, + -0.044342041015625, + -0.02752685546875, + -0.016998291015625, + 0.08746337890625, + 0.02874755859375, + -0.00946807861328125, + 0.0254058837890625, + 0.07086181640625, + 0.0269317626953125, + 0.0209503173828125, + -0.01153564453125, + -0.039886474609375, + 0.004276275634765625, + -0.0088043212890625, + 0.0117950439453125, + -0.059112548828125, + 0.040069580078125, + 0.0716552734375, + -0.022064208984375, + -0.01113128662109375, + -0.00662994384765625, + -0.0241851806640625, + 0.005214691162109375, + 0.03399658203125, + 0.023590087890625, + -0.03399658203125, + 0.01346588134765625, + 0.0164031982421875, + -0.007640838623046875, + 0.0004239082336425781, + -0.01335906982421875, + -0.048370361328125, + 0.052215576171875, + -0.046966552734375, + -0.0129547119140625, + 0.006275177001953125, + 0.09027099609375, + 0.0180206298828125, + -0.01316070556640625, + -0.0132598876953125, + 0.0283355712890625, + 0.02752685546875, + -0.038055419921875, + 0.012451171875, + -0.01189422607421875, + -0.01209259033203125, + 0.0227813720703125, + 0.051025390625, + -0.005619049072265625, + 0.033599853515625, + 0.0269317626953125, + -0.058319091796875, + 0.032196044921875, + -0.018218994140625, + 0.0009551048278808594, + 0.0255126953125, + -0.046142578125, + -0.0307769775390625, + -0.0789794921875, + 0.0205535888671875, + 0.0269317626953125, + 0.0193328857421875, + 0.034210205078125, + 0.016998291015625, + -0.00678253173828125, + 0.0013980865478515625, + -0.007389068603515625, + 0.0313720703125, + 0.031982421875, + 0.0119476318359375, + 0.0097198486328125, + 0.00662994384765625, + 0.0205535888671875, + -0.049407958984375, + 0.037261962890625, + -0.03460693359375, + -0.010223388671875, + -0.043731689453125, + 0.0010814666748046875, + 0.0089111328125, + -0.057891845703125, + 0.00006008148193359375, + -0.01558685302734375, + -0.00311279296875, + -0.0241851806640625, + -0.0479736328125, + -0.01275634765625, + 0.05120849609375, + 0.0006704330444335938, + 0.003948211669921875, + 0.01224517822265625, + -0.0014238357543945312, + 0.002719879150390625, + -0.048797607421875, + 0.039886474609375, + 0.014373779296875, + 0.032806396484375, + -0.007843017578125, + -0.01528167724609375, + -0.02752685546875, + -0.002315521240234375, + 0.02813720703125, + 0.02197265625, + -0.0390625, + 0.043121337890625, + 0.034820556640625, + 0.0243988037109375, + -0.0218658447265625, + 0.0190277099609375, + 0.004024505615234375, + -0.03704833984375, + 0.0421142578125, + 0.0244903564453125, + 0.0227813720703125, + -0.00366973876953125, + 0.0028095245361328125, + -0.01629638671875, + -0.048187255859375, + 0.07330322265625, + 0.01751708984375, + -0.0006704330444335938, + 0.042510986328125, + -0.03521728515625, + 0.06439208984375, + -0.003314971923828125, + 0.0679931640625, + -0.022369384765625, + 0.0433349609375, + -0.0218658447265625, + 0.0113372802734375, + 0.018829345703125, + 0.02520751953125, + -0.017822265625, + 0.0110321044921875, + -0.026519775390625, + 0.0504150390625, + 0.017608642578125, + -0.017913818359375, + -0.06597900390625, + 0.001354217529296875, + -0.014678955078125, + 0.0035686492919921875, + 0.0350341796875, + -0.046142578125, + -0.012908935546875, + -0.0094146728515625, + 0.03643798828125, + 0.07330322265625, + 0.0098724365234375, + 0.03765869140625, + -0.006526947021484375, + -0.0040740966796875, + 0.009613037109375, + -0.006072998046875 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations", + "malware-analysis" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "commandline", + "hashing", + "integrity" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_X_Ways_Forensics", + "type": "tool", + "name": "X-Ways Forensics", + "content": "x-ways forensics das deutsche präzisionswerkzeug maximiert effizienz durch überlegene performance und durchdachte workflows. blitzschnelle searches in multi-terabyte-images durch optimierte algorithmen. simultane analyse mehrerer evidenzen spart zeit. die gallery-view mit skin-tone-detection beschleunigt csam-ermittlungen. x-tensions automatisieren wiederkehrende aufgaben. besonders stark: physical-search über sektorgrenzen hinweg, registry-report-generator, timeline mit millisekunden-präzision. der hex-editor zeigt rohdaten parallel zur interpretierten ansicht. template-support für proprietäre dateiformate. die spartanische gui schreckt einsteiger ab, aber profis schätzen die effizienz. deutlich günstiger als us-konkurrenz bei vergleichbarer funktionalität. der legendäre support durch stefan fleischmann persönlich. made in germany mit fokus auf gründlichkeit statt marketing. 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.0160675048828125, + 0.018280029296875, + 0.042144775390625, + -0.018951416015625, + 0.0380859375, + 0.027313232421875, + 0.0142364501953125, + 0.0240478515625, + -0.0107269287109375, + -0.0149078369140625, + -0.0305938720703125, + 0.02203369140625, + 0.0120697021484375, + 0.006011962890625, + -0.07000732421875, + 0.046173095703125, + -0.0240478515625, + 0.01187896728515625, + 0.009429931640625, + 0.0028133392333984375, + -0.0008897781372070312, + -0.019622802734375, + -0.043487548828125, + -0.01091766357421875, + -0.01337432861328125, + 0.004207611083984375, + -0.0186614990234375, + -0.0430908203125, + -0.0175018310546875, + 0.00569915771484375, + 0.032501220703125, + -0.038848876953125, + 0.0200042724609375, + 0.035797119140625, + 0.032318115234375, + -0.0186614990234375, + -0.0004570484161376953, + -0.06500244140625, + -0.0205841064453125, + 0.052337646484375, + -0.007503509521484375, + 0.00971221923828125, + 0.0292510986328125, + 0.005939483642578125, + -0.0018396377563476562, + -0.0181884765625, + -0.006732940673828125, + -0.0218353271484375, + 0.0012445449829101562, + -0.0237579345703125, + 0.032501220703125, + 0.0380859375, + -0.00678253173828125, + 0.007167816162109375, + -0.03155517578125, + 0.035797119140625, + 0.0185699462890625, + -0.01120758056640625, + -0.03155517578125, + 0.058502197265625, + -0.056182861328125, + -0.01337432861328125, + 0.007022857666015625, + -0.01024627685546875, + -0.0041351318359375, + 0.009185791015625, + -0.0004930496215820312, + -0.022216796875, + -0.00536346435546875, + 0.0030536651611328125, + 0.0075531005859375, + -0.009857177734375, + -0.029632568359375, + 0.027130126953125, + -0.01308441162109375, + -0.050018310546875, + 0.0187530517578125, + 0.0380859375, + -0.001972198486328125, + -0.0205841064453125, + -0.0531005859375, + -0.001575469970703125, + 0.0531005859375, + -0.042144775390625, + 0.0003261566162109375, + -0.018463134765625, + 0.0159759521484375, + -0.00150299072265625, + -0.0103912353515625, + -0.005916595458984375, + 0.013946533203125, + 0.017608642578125, + 0.0160675048828125, + -0.0142364501953125, + 0.04156494140625, + 0.053497314453125, + -0.004978179931640625, + -0.007648468017578125, + -0.006107330322265625, + 0.01462554931640625, + 0.038848876953125, + -0.02789306640625, + 0.05426025390625, + -0.02020263671875, + 0.05462646484375, + -0.02789306640625, + 0.0211639404296875, + -0.043853759765625, + -0.018951416015625, + -0.024627685546875, + -0.08160400390625, + -0.0288543701171875, + -0.0181884765625, + -0.0784912109375, + -0.00832366943359375, + 0.00726318359375, + -0.032501220703125, + 0.038665771484375, + -0.0237579345703125, + -0.04290771484375, + 0.0193328857421875, + 0.024627685546875, + 0.01187896728515625, + 0.002044677734375, + -0.037139892578125, + -0.060028076171875, + 0.0142364501953125, + 0.0206756591796875, + -0.02789306640625, + -0.0208740234375, + -0.0126953125, + -0.039642333984375, + -0.029052734375, + -0.0300140380859375, + -0.0148162841796875, + -0.037139892578125, + 0.02789306640625, + -0.00582122802734375, + -0.0027179718017578125, + 0.0015516281127929688, + 0.0194244384765625, + -0.039642333984375, + -0.08233642578125, + 0.008514404296875, + -0.048095703125, + -0.00017130374908447266, + -0.0277099609375, + 0.058502197265625, + -0.0340576171875, + -0.0212554931640625, + -0.00928497314453125, + 0.02789306640625, + 0.06732177734375, + 0.01904296875, + -0.01187896728515625, + -0.03521728515625, + -0.00252532958984375, + -0.015106201171875, + 0.033294677734375, + -0.007213592529296875, + -0.020111083984375, + 0.0126953125, + -0.0025844573974609375, + 0.03424072265625, + -0.0224151611328125, + -0.053863525390625, + -0.036376953125, + 0.034637451171875, + 0.0027904510498046875, + 0.003726959228515625, + 0.02789306640625, + -0.009185791015625, + 0.05157470703125, + 0.07769775390625, + -0.00473785400390625, + 0.017608642578125, + 0.00928497314453125, + -0.020294189453125, + 0.040008544921875, + 0.022613525390625, + -0.0292510986328125, + -0.0280914306640625, + 0.0217437744140625, + -0.0038471221923828125, + 0.0128936767578125, + -0.01442718505859375, + -0.0255889892578125, + -0.021636962890625, + -0.0212554931640625, + 0.01568603515625, + -0.03155517578125, + -0.02520751953125, + -0.0154876708984375, + 0.0186614990234375, + 0.0186614990234375, + 0.0657958984375, + 0.0204925537109375, + -0.0078887939453125, + 0.036376953125, + 0.00252532958984375, + 0.00519561767578125, + 0.0282745361328125, + -0.011016845703125, + 0.053863525390625, + 0.000006973743438720703, + 0.041748046875, + 0.0160675048828125, + 0.04522705078125, + 0.0213623046875, + -0.0166473388671875, + -0.0204925537109375, + 0.0604248046875, + -0.03271484375, + -0.0294342041015625, + -0.0504150390625, + -0.0300140380859375, + 0.0092315673828125, + -0.018280029296875, + -0.0390625, + 0.003246307373046875, + -0.0224151611328125, + -0.060791015625, + 0.0038471221923828125, + 0.0186614990234375, + -0.016937255859375, + 0.01000213623046875, + 0.0191497802734375, + -0.03021240234375, + -0.035003662109375, + 0.0084686279296875, + 0.0307769775390625, + 0.0129852294921875, + 0.005123138427734375, + 0.002452850341796875, + -0.01241302490234375, + -0.0242462158203125, + 0.042144775390625, + 0.0235748291015625, + 0.01221466064453125, + 0.00408935546875, + -0.032501220703125, + 0.03424072265625, + -0.0244293212890625, + 0.045989990234375, + 0.03155517578125, + -0.0199127197265625, + 0.00396728515625, + 0.01043701171875, + 0.0250091552734375, + 0.0199127197265625, + -0.055419921875, + 0.0004930496215820312, + -0.09466552734375, + -0.01317596435546875, + -0.05694580078125, + -0.0305938720703125, + -0.035980224609375, + -0.05078125, + 0.04022216796875, + -0.0208740234375, + -0.0330810546875, + -0.0021648406982421875, + 0.040008544921875, + -0.01250457763671875, + 0.0217437744140625, + 0.0181884765625, + -0.01471710205078125, + 0.007694244384765625, + 0.068115234375, + 0.004161834716796875, + -0.00411224365234375, + -0.01317596435546875, + 0.025787353515625, + -0.006927490234375, + 0.0223236083984375, + -0.022613525390625, + 0.00909423828125, + 0.0229949951171875, + 0.02655029296875, + 0.004016876220703125, + -0.0167388916015625, + 0.01413726806640625, + -0.01029205322265625, + 0.0194244384765625, + -0.0654296875, + -0.01433563232421875, + -0.00798797607421875, + 0.00235748291015625, + -0.0002028942108154297, + -0.0657958984375, + 0.006587982177734375, + 0.04925537109375, + -0.002994537353515625, + 0.009185791015625, + 0.01404571533203125, + -0.031951904296875, + 0.025787353515625, + 0.0010585784912109375, + 0.003993988037109375, + 0.0267486572265625, + 0.0277099609375, + -0.0212554931640625, + 0.0126953125, + -0.0113067626953125, + 0.0000743865966796875, + -0.055419921875, + -0.052337646484375, + -0.031951904296875, + -0.0050506591796875, + -0.034423828125, + -0.006687164306640625, + 0.0142364501953125, + -0.025970458984375, + 0.01413726806640625, + -0.01029205322265625, + 0.01702880859375, + -0.0263519287109375, + -0.062744140625, + -0.0033435821533203125, + -0.01317596435546875, + -0.04522705078125, + -0.0174102783203125, + 0.06195068359375, + 0.00740814208984375, + 0.029052734375, + -0.010772705078125, + 0.003871917724609375, + -0.022613525390625, + 0.011016845703125, + 0.005123138427734375, + 0.00473785400390625, + -0.017120361328125, + 0.040008544921875, + 0.048492431640625, + 0.0145263671875, + 0.0166473388671875, + 0.04791259765625, + 0.03790283203125, + -0.04156494140625, + 0.0003457069396972656, + 0.0034637451171875, + 0.004833221435546875, + 0.0236663818359375, + -0.0286712646484375, + -0.034820556640625, + -0.005748748779296875, + -0.0211639404296875, + 0.0035114288330078125, + 0.0175018310546875, + 0.0269317626953125, + 0.0168304443359375, + -0.023956298828125, + 0.002826690673828125, + 0.0631103515625, + 0.0091400146484375, + 0.09503173828125, + -0.005458831787109375, + -0.047515869140625, + 0.0136566162109375, + 0.036376953125, + -0.020294189453125, + -0.023956298828125, + 0.0307769775390625, + -0.00885009765625, + -0.0027904510498046875, + 0.0041351318359375, + -0.0024166107177734375, + 0.007213592529296875, + -0.0116424560546875, + -0.02154541015625, + 0.0204925537109375, + -0.01020050048828125, + 0.01250457763671875, + 0.044830322265625, + 0.0404052734375, + -0.0128936767578125, + 0.0219268798828125, + -0.02789306640625, + -0.0303955078125, + -0.025787353515625, + -0.076171875, + 0.00634765625, + 0.0192413330078125, + -0.0029811859130859375, + 0.038848876953125, + -0.02154541015625, + -0.0631103515625, + 0.017608642578125, + -0.03289794921875, + 0.06964111328125, + 0.042327880859375, + 0.00490570068359375, + 0.0280914306640625, + -0.0186614990234375, + 0.00740814208984375, + 0.0049285888671875, + 0.0267486572265625, + 0.0255889892578125, + 0.04656982421875, + 0.033294677734375, + -0.002368927001953125, + -0.0280914306640625, + 0.0255889892578125, + 0.051177978515625, + 0.020294189453125, + -0.006061553955078125, + 0.048095703125, + 0.0204925537109375, + 0.0282745361328125, + -0.01068115234375, + 0.061553955078125, + 0.039825439453125, + -0.0015869140625, + 0.027130126953125, + -0.00507354736328125, + 0.01702880859375, + -0.07080078125, + 0.01096343994140625, + -0.0005230903625488281, + 0.0160675048828125, + 0.03424072265625, + 0.0186614990234375, + -0.041351318359375, + 0.017791748046875, + 0.037322998046875, + -0.061553955078125, + 0.0206756591796875, + 0.01413726806640625, + -0.01317596435546875, + 0.01178741455078125, + -0.034423828125, + -0.06427001953125, + 0.022216796875, + -0.0248260498046875, + -0.01953125, + 0.0081787109375, + 0.0240478515625, + -0.040985107421875, + -0.04443359375, + -0.0303955078125, + -0.025970458984375, + -0.01183319091796875, + -0.0135650634765625, + 0.041168212890625, + 0.00603485107421875, + -0.013275146484375, + 0.035003662109375, + 0.02288818359375, + 0.005218505859375, + -0.0194244384765625, + 0.043487548828125, + -0.024139404296875, + -0.03387451171875, + 0.0173187255859375, + 0.01471710205078125, + 0.00894927978515625, + -0.036376953125, + -0.00008493661880493164, + -0.0001074671745300293, + 0.0177001953125, + 0.00870513916015625, + 0.01568603515625, + -0.023468017578125, + -0.0467529296875, + -0.061187744140625, + 0.027130126953125, + 0.01279449462890625, + 0.0504150390625, + -0.003017425537109375, + -0.036376953125, + 0.033660888671875, + -0.04925537109375, + -0.023468017578125, + -0.01091766357421875, + -0.001888275146484375, + -0.016937255859375, + 0.05194091796875, + -0.010772705078125, + 0.004688262939453125, + -0.0199127197265625, + 0.05426025390625, + 0.0014553070068359375, + -0.02789306640625, + -0.03558349609375, + 0.03271484375, + 0.034820556640625, + -0.042510986328125, + -0.0129852294921875, + -0.002452850341796875, + -0.00971221923828125, + 0.020782470703125, + -0.0704345703125, + 0.0003275871276855469, + 0.0208740234375, + -0.0677490234375, + -0.03271484375, + -0.04559326171875, + -0.029815673828125, + -0.025970458984375, + 0.007312774658203125, + 0.0380859375, + -0.0236663818359375, + 0.031951904296875, + -0.0026092529296875, + 0.0113525390625, + 0.0340576171875, + -0.00457000732421875, + -0.01308441162109375, + 0.0255889892578125, + -0.060791015625, + -0.035003662109375, + -0.00408935546875, + 0.0210723876953125, + -0.02655029296875, + -0.01433563232421875, + 0.000980377197265625, + -0.0205841064453125, + 0.05078125, + -0.034820556640625, + -0.0181884765625, + -0.0292510986328125, + 0.002704620361328125, + -0.04156494140625, + -0.01375579833984375, + 0.0235748291015625, + 0.0030670166015625, + 0.01043701171875, + -0.005001068115234375, + 0.03021240234375, + -0.078857421875, + 0.04193115234375, + 0.009185791015625, + 0.01202392578125, + -0.0172119140625, + 0.02337646484375, + -0.018280029296875, + -0.0024051666259765625, + 0.053497314453125, + -0.005435943603515625, + -0.0205841064453125, + -0.05694580078125, + 0.03271484375, + -0.01149749755859375, + -0.01558685302734375, + -0.00649261474609375, + -0.0269317626953125, + -0.06500244140625, + 0.00634765625, + 0.042144775390625, + 0.028472900390625, + 0.005123138427734375, + -0.02520751953125, + -0.0211639404296875, + -0.004016876220703125, + -0.021453857421875, + 0.03558349609375, + -0.019622802734375, + 0.0178985595703125, + 0.01337432861328125, + -0.046356201171875, + 0.0286712646484375, + 0.0229949951171875, + 0.0267486572265625, + 0.03289794921875, + 0.029052734375, + -0.029052734375, + -0.009765625, + -0.017608642578125, + -0.0211639404296875, + 0.00411224365234375, + -0.01433563232421875, + 0.017120361328125, + -0.038299560546875, + -0.01953125, + 0.01337432861328125, + 0.0263519287109375, + 0.03521728515625, + -0.0199127197265625, + -0.0248260498046875, + 0.006927490234375, + 0.0027408599853515625, + 0.06964111328125, + -0.01433563232421875, + -0.02520751953125, + -0.004474639892578125, + -0.00567626953125, + 0.030975341796875, + 0.047698974609375, + -0.005603790283203125, + -0.0380859375, + 0.005313873291015625, + 0.0154876708984375, + -0.0208740234375, + -0.00682830810546875, + -0.01385498046875, + 0.0159759521484375, + 0.0330810546875, + 0.07696533203125, + 0.03173828125, + 0.07080078125, + 0.000058591365814208984, + 0.00836944580078125, + 0.0300140380859375, + 0.08349609375, + 0.034637451171875, + -0.0294342041015625, + -0.055419921875, + -0.004302978515625, + -0.0088958740234375, + -0.03790283203125, + -0.03790283203125, + -0.00006687641143798828, + 0.042144775390625, + -0.06695556640625, + -0.03387451171875, + -0.010772705078125, + 0.0185699462890625, + -0.00995635986328125, + 0.0231781005859375, + -0.01096343994140625, + 0.0177001953125, + -0.023956298828125, + -0.042327880859375, + -0.01000213623046875, + -0.0225067138671875, + 0.007167816162109375, + 0.05810546875, + 0.04022216796875, + -0.0001773834228515625, + 0.0377197265625, + 0.0016956329345703125, + 0.01091766357421875, + 0.0267486572265625, + 0.049652099609375, + 0.01471710205078125, + 0.0175018310546875, + 0.03424072265625, + 0.0677490234375, + -0.01091766357421875, + -0.01158905029296875, + 0.020782470703125, + 0.0193328857421875, + 0.048095703125, + 0.062347412109375, + -0.007068634033203125, + -0.009185791015625, + -0.012603759765625, + -0.04827880859375, + 0.016937255859375, + 0.0204010009765625, + 0.0026702880859375, + -0.01442718505859375, + -0.035003662109375, + 0.034820556640625, + -0.06195068359375, + 0.037506103515625, + 0.0211639404296875, + -0.01375579833984375, + -0.005340576171875, + 0.0104827880859375, + -0.0116424560546875, + -0.044830322265625, + -0.005168914794921875, + -0.0017557144165039062, + -0.033477783203125, + -0.046356201171875, + -0.049652099609375, + 0.009765625, + 0.0013952255249023438, + -0.05426025390625, + -0.01500701904296875, + 0.030975341796875, + -0.0058441162109375, + -0.0303955078125, + -0.00423431396484375, + 0.005218505859375, + -0.0014247894287109375, + -0.0267486572265625, + -0.053497314453125, + -0.02520751953125, + 0.0194244384765625, + -0.03521728515625, + 0.01187896728515625, + -0.050018310546875, + -0.019622802734375, + -0.0181884765625, + -0.0282745361328125, + -0.038299560546875, + 0.0181884765625, + -0.028472900390625, + 0.042724609375, + 0.00995635986328125, + 0.036163330078125, + 0.0430908203125, + 0.08697509765625, + 0.0007395744323730469, + 0.017120361328125, + -0.01538848876953125, + -0.060028076171875, + 0.00991058349609375, + 0.006587982177734375, + 0.007312774658203125, + -0.031951904296875, + 0.007022857666015625, + 0.06964111328125, + -0.08734130859375, + 0.013946533203125, + 0.015777587890625, + -0.0255889892578125, + -0.0313720703125, + 0.0008597373962402344, + 0.01702880859375, + 0.0167388916015625, + 0.09771728515625, + -0.0004448890686035156, + -0.029815673828125, + 0.0117340087890625, + -0.03924560546875, + 0.06195068359375, + 0.0120697021484375, + 0.018463134765625, + -0.06500244140625, + 0.042510986328125, + 0.00803375244140625, + -0.01529693603515625, + -0.00870513916015625, + -0.055023193359375, + -0.01500701904296875, + 0.0467529296875, + 0.030975341796875, + -0.029632568359375, + -0.020294189453125, + -0.039642333984375, + -0.005290985107421875, + -0.045989990234375, + 0.01702880859375, + 0.0001480579376220703, + 0.0020809173583984375, + -0.041351318359375, + 0.0168304443359375, + -0.015106201171875, + -0.0557861328125, + -0.02655029296875, + -0.025970458984375, + 0.0082244873046875, + -0.02020263671875, + -0.05426025390625, + 0.00002086162567138672, + 0.015777587890625, + 0.0016832351684570312, + 0.0224151611328125, + 0.07232666015625, + -0.035797119140625, + -0.0058441162109375, + -0.00971221923828125, + 0.03656005859375, + -0.00865936279296875, + 0.006206512451171875, + -0.00582122802734375, + 0.02655029296875, + 0.007843017578125, + -0.048095703125, + 0.05157470703125, + 0.0210723876953125, + -0.01702880859375, + -0.0531005859375, + -0.038482666015625, + -0.02154541015625, + 0.044647216796875, + -0.01462554931640625, + 0.0367431640625, + 0.0123138427734375, + -0.0219268798828125, + -0.09771728515625, + 0.042327880859375, + -0.034820556640625, + 0.024627685546875, + 0.01462554931640625, + -0.01404571533203125, + -0.07000732421875, + -0.06195068359375, + -0.020111083984375, + 0.017120361328125, + -0.0200042724609375, + 0.02203369140625, + -0.0111083984375, + 0.011016845703125, + -0.020111083984375, + -0.00582122802734375, + -0.013275146484375, + 0.049652099609375, + 0.01226806640625, + -0.038848876953125, + 0.062744140625, + -0.0390625, + 0.00933074951171875, + -0.004856109619140625, + 0.01120758056640625, + 0.0030422210693359375, + -0.006061553955078125, + -0.0098114013671875, + -0.004833221435546875, + 0.0286712646484375, + 0.058502197265625, + -0.017120361328125, + 0.015106201171875, + -0.005313873291015625, + 0.0275115966796875, + -0.0023326873779296875, + -0.023468017578125, + 0.0008358955383300781, + -0.005893707275390625, + -0.0248260498046875, + -0.0261688232421875, + -0.056549072265625, + -0.093505859375, + -0.0003380775451660156, + -0.045989990234375, + -0.019622802734375, + 0.0292510986328125, + 0.029632568359375, + 0.0167388916015625, + -0.036376953125, + 0.033660888671875, + -0.01000213623046875, + -0.038665771484375, + -0.0307769775390625, + 0.036163330078125, + -0.0330810546875, + 0.0457763671875, + -0.0104827880859375, + -0.0275115966796875, + 0.0275115966796875, + -0.00079345703125, + 0.00865936279296875, + -0.007358551025390625, + 0.0128936767578125, + -0.025390625, + 0.017791748046875, + -0.060791015625, + -0.01837158203125, + 0.01033782958984375, + 0.02288818359375, + -0.000980377197265625, + -0.03289794921875, + 0.055023193359375, + -0.023956298828125, + -0.055419921875, + 0.033294677734375, + -0.0277099609375, + -0.0280914306640625, + 0.007213592529296875, + -0.020111083984375, + 0.0394287109375, + 0.0250091552734375, + 0.031951904296875, + 0.0330810546875, + 0.0248260498046875, + 0.017608642578125, + -0.0300140380859375, + 0.007648468017578125, + 0.002201080322265625, + 0.0181884765625, + -0.0088958740234375, + 0.013275146484375, + -0.00229644775390625, + 0.0161590576171875, + -0.0018281936645507812, + -0.0931396484375, + -0.022216796875, + -0.0177001953125, + -0.061187744140625, + -0.01216888427734375, + 0.07275390625, + 0.0340576171875, + 0.01000213623046875, + 0.0142364501953125, + 0.042510986328125, + 0.0286712646484375, + -0.0079345703125, + -0.01654052734375, + -0.0604248046875, + -0.04156494140625, + 0.0173187255859375, + 0.0178985595703125, + -0.047515869140625, + 0.0557861328125, + 0.056182861328125, + -0.0063018798828125, + -0.024627685546875, + -0.00937652587890625, + -0.0111083984375, + 0.0557861328125, + 0.013946533203125, + 0.01337432861328125, + -0.06658935546875, + 0.032501220703125, + 0.04156494140625, + -0.01568603515625, + -0.0101470947265625, + -0.0123138427734375, + -0.022216796875, + 0.0704345703125, + -0.07501220703125, + 0.007694244384765625, + 0.001575469970703125, + 0.08233642578125, + 0.0210723876953125, + -0.02203369140625, + -0.007068634033203125, + 0.038482666015625, + -0.00937652587890625, + -0.024139404296875, + 0.011016845703125, + 0.0063018798828125, + -0.0100555419921875, + 0.04425048828125, + 0.049652099609375, + -0.01149749755859375, + 0.038482666015625, + 0.019622802734375, + -0.047698974609375, + 0.00682830810546875, + -0.01158905029296875, + 0.0288543701171875, + 0.00582122802734375, + -0.046173095703125, + -0.00971221923828125, + -0.05694580078125, + 0.01337432861328125, + -0.0224151611328125, + 0.0307769775390625, + 0.034637451171875, + -0.006252288818359375, + -0.0237579345703125, + 0.023956298828125, + 0.0038471221923828125, + 0.050018310546875, + -0.005794525146484375, + 0.009521484375, + 0.0069732666015625, + 0.033294677734375, + -0.00899505615234375, + -0.0185699462890625, + 0.0248260498046875, + -0.03173828125, + 0.0149078369140625, + -0.04827880859375, + 0.002201080322265625, + 0.01837158203125, + -0.0180816650390625, + -0.0066375732421875, + -0.04827880859375, + -0.022796630859375, + -0.017608642578125, + -0.035003662109375, + -0.01029205322265625, + 0.0248260498046875, + -0.036163330078125, + 0.0250091552734375, + 0.034423828125, + -0.0213623046875, + -0.00014281272888183594, + -0.047149658203125, + 0.08502197265625, + 0.0248260498046875, + 0.0230865478515625, + 0.0009860992431640625, + 0.0245361328125, + 0.04022216796875, + 0.0250091552734375, + 0.01029205322265625, + 0.005481719970703125, + -0.0229949951171875, + 0.0303955078125, + 0.060791015625, + 0.0013408660888671875, + -0.042724609375, + 0.0288543701171875, + 0.0194244384765625, + -0.07696533203125, + 0.045989990234375, + 0.0255889892578125, + 0.006687164306640625, + -0.0198211669921875, + -0.004642486572265625, + -0.015869140625, + -0.038848876953125, + 0.040802001953125, + 0.01317596435546875, + -0.0120697021484375, + 0.0267486572265625, + -0.04443359375, + 0.04290771484375, + 0.0069732666015625, + 0.0504150390625, + -0.044647216796875, + 0.056182861328125, + -0.023468017578125, + 0.00875091552734375, + -0.006397247314453125, + 0.0178985595703125, + 0.00832366943359375, + 0.02520751953125, + -0.0192413330078125, + 0.06500244140625, + 0.01029205322265625, + -0.021636962890625, + -0.075439453125, + -0.006877899169921875, + 0.009857177734375, + 0.006587982177734375, + 0.0440673828125, + -0.032501220703125, + -0.03155517578125, + -0.008514404296875, + 0.020294189453125, + 0.045989990234375, + -0.0191497802734375, + 0.00229644775390625, + -0.00110626220703125, + -0.00196075439453125, + -0.0230865478515625, + -0.0255889892578125 + ], + "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_IDA_Pro", "type": "tool", @@ -61192,3160 +86454,3170 @@ } }, { - "id": "tool_Fuji", + "id": "tool_Timesketch", "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. command-line 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", + "name": "Timesketch", + "content": "timesketch googles timeline-analyse-platform meistert die herausforderung, millionen von zeitstempeln aus heterogenen quellen zu korrelieren. die elasticsearch-backend-architektur ermöglicht suchen über mengen forensischer daten in verhältnismäßig kurzer zeit. plaso/log2timeline-integration parst automatisch über 300 log-formate in eine einheitliche super-timeline. collaborative investigation durch geteilte sketches, kommentare und saved searches. die timeline-explorer visualisiert ereignisse interaktiv mit heatmaps und aktivitätsgraphen. analyzers erkennen anomalien wie login-brute-force oder data-exfiltration-muster. sigma-rules werden direkt auf timelines angewendet. stories dokumentieren findings narrativ für management-reports. die python-api ermöglicht automatisierte analysen. unverzichtbar für incidents mit komplexen zeitlichen abläufen über multiple systeme. web-interface timeline collaboration visualization timeline-correlation timeline-view elasticsearch-backend plaso-integration sigma-rules heatmaps anomaly-detection narrative-documentation incident-response static-investigations network-forensics cloud-forensics fraud-investigation analysis reporting", "embedding": [ - -0.005252838134765625, - 0.02484130859375, - 0.045166015625, - -0.0188446044921875, - 0.0357666015625, - 0.0291748046875, - 0.0109405517578125, - -0.00659942626953125, - -0.01129150390625, - -0.006298065185546875, - -0.0183258056640625, - 0.06463623046875, - 0.0042572021484375, - -0.0277862548828125, - -0.06982421875, - 0.040130615234375, - -0.00231170654296875, - 0.02239990234375, - 0.01003265380859375, - -0.01458740234375, - -0.02691650390625, - -0.00855255126953125, - -0.050384521484375, - -0.005451202392578125, - 0.0027141571044921875, - 0.013458251953125, - -0.02093505859375, - -0.040802001953125, - -0.029693603515625, - 0.0079498291015625, - -0.00101470947265625, - -0.03717041015625, - 0.0159759521484375, - 0.051422119140625, - 0.034210205078125, - -0.0184173583984375, - 0.0010690689086914062, - -0.019195556640625, - -0.02239990234375, - 0.03143310546875, - -0.019012451171875, - 0.00482177734375, - 0.007381439208984375, - 0.0067291259765625, - -0.00634002685546875, - -0.0328369140625, - -0.00141143798828125, - -0.0016069412231445312, - 0.046905517578125, - -0.0394287109375, - 0.0257110595703125, - 0.038909912109375, - 0.0016393661499023438, - 0.00746917724609375, - -0.0184173583984375, - 0.037353515625, - 0.00336456298828125, + -0.031280517578125, + 0.04107666015625, + 0.0633544921875, + -0.0012836456298828125, + 0.00978851318359375, + 0.0211181640625, + 0.01209259033203125, + -0.00786590576171875, + -0.0261077880859375, + -0.01016998291015625, + -0.007053375244140625, + 0.032440185546875, + 0.0125732421875, + -0.0291748046875, + -0.043182373046875, + 0.053741455078125, + 0.0033588409423828125, + 0.005756378173828125, + 0.035308837890625, + -0.0157318115234375, + -0.02313232421875, + -0.01036834716796875, + -0.059112548828125, + -0.00983428955078125, + -0.0053253173828125, + 0.024566650390625, -0.0255279541015625, - -0.02239990234375, - 0.0538330078125, - -0.042724609375, - 0.0016717910766601562, - 0.0055999755859375, - -0.01450347900390625, - -0.0166778564453125, - 0.0394287109375, - -0.00026726722717285156, - -0.0382080078125, - -0.00608062744140625, - 0.0084686279296875, - -0.01424407958984375, - -0.0283050537109375, - -0.040130615234375, - 0.0227508544921875, - -0.042724609375, - -0.03857421875, - -0.00521087646484375, - -0.00677490234375, - 0.0026264190673828125, - -0.01224517822265625, - -0.043243408203125, - -0.008514404296875, - 0.0164947509765625, - -0.0244903564453125, - -0.0160675048828125, - 0.0135498046875, - 0.01511383056640625, - 0.022064208984375, - -0.0155487060546875, - -0.00189971923828125, - 0.0229339599609375, - -0.01337432861328125, - -0.00746917724609375, - 0.0029964447021484375, - 0.0250091552734375, - 0.052093505859375, - 0.005992889404296875, - -0.0277862548828125, - 0.0012807846069335938, - 0.03472900390625, - 0.024139404296875, - -0.0229339599609375, - 0.0406494140625, - -0.0176239013671875, - 0.0635986328125, - -0.0222320556640625, - 0.00968170166015625, - -0.01806640625, - -0.0225830078125, - -0.0104217529296875, - -0.089599609375, - -0.01528167724609375, - -0.0257110595703125, - -0.08270263671875, - 0.007686614990234375, - 0.00238800048828125, - -0.0031909942626953125, - 0.0328369140625, - -0.04150390625, - -0.0037555694580078125, - 0.0200653076171875, - 0.0307464599609375, - -0.0019102096557617188, - 0.02813720703125, - -0.041168212890625, - -0.050384521484375, - 0.00742340087890625, - 0.0148468017578125, - -0.05072021484375, - -0.043243408203125, - -0.0279693603515625, - -0.041168212890625, - -0.032470703125, - -0.0295257568359375, - 0.002410888671875, - -0.000385284423828125, - 0.0305633544921875, - -0.020233154296875, - -0.0183258056640625, - -0.0019969940185546875, - 0.03387451171875, - -0.032318115234375, - -0.05279541015625, + -0.053741455078125, + -0.006237030029296875, + 0.005397796630859375, + 0.0345458984375, + -0.04913330078125, + -0.00417327880859375, + 0.01439666748046875, + -0.005828857421875, + -0.0200653076171875, + -0.0012540817260742188, + -0.08868408203125, + -0.03955078125, + 0.05718994140625, + -0.0152587890625, + 0.0096435546875, + 0.0031185150146484375, + -0.0013437271118164062, + -0.0479736328125, + -0.01708984375, + 0.0195770263671875, + -0.022552490234375, + 0.006717681884765625, + -0.022552490234375, + 0.0249481201171875, + 0.032440185546875, + 0.0006089210510253906, + -0.008209228515625, + -0.02783203125, + 0.0247650146484375, + 0.00777435302734375, + -0.017852783203125, + -0.042022705078125, + 0.031463623046875, + -0.0287933349609375, + -0.0085906982421875, + -0.0028438568115234375, + -0.00873565673828125, + 0.018035888671875, + 0.0301361083984375, + 0.006237030029296875, + -0.0082550048828125, + 0.018707275390625, + -0.00494384765625, + 0.019866943359375, -0.003887176513671875, - -0.029876708984375, - -0.024658203125, - -0.0418701171875, - 0.044464111328125, - -0.0291748046875, - -0.028656005859375, - 0.01146697998046875, - 0.03802490234375, - 0.0496826171875, - 0.022064208984375, - 0.0020732879638671875, - -0.03631591796875, - -0.0262298583984375, - -0.0106353759765625, - 0.018157958984375, - -0.0234527587890625, - -0.0234527587890625, - -0.0107269287109375, - -0.0178070068359375, - 0.01702880859375, - -0.037689208984375, - -0.028839111328125, - -0.01910400390625, - 0.010467529296875, - 0.01511383056640625, - -0.00742340087890625, - 0.01511383056640625, - 0.00772857666015625, - 0.0538330078125, - 0.052093505859375, - 0.0227508544921875, + -0.03472900390625, + 0.0426025390625, + -0.0024585723876953125, + -0.057586669921875, + 0.0203399658203125, + 0.035308837890625, + -0.0023746490478515625, + 0.0033359527587890625, + -0.041259765625, + -0.00830078125, + 0.07025146484375, + 0.0014820098876953125, + -0.0287933349609375, + 0.016510009765625, + 0.023223876953125, + 0.025146484375, + -0.0264892578125, + 0.01123046875, + 0.0176544189453125, + -0.00921630859375, + 0.0043182373046875, + -0.029937744140625, + 0.052215576171875, + 0.07025146484375, + -0.0307159423828125, + -0.005229949951171875, + -0.01117706298828125, + 0.0161285400390625, + 0.010894775390625, + -0.04644775390625, + 0.07061767578125, -0.00916290283203125, - -0.006687164306640625, - -0.00859832763671875, - 0.026397705078125, - 0.04290771484375, - -0.02362060546875, - -0.006427764892578125, - 0.054901123046875, - 0.010467529296875, - 0.006511688232421875, - 0.0216217041015625, - -0.01111602783203125, - 0.00505828857421875, - -0.05419921875, - 0.0232696533203125, - -0.040802001953125, - -0.006816864013671875, - -0.024322509765625, - 0.046539306640625, - 0.003887176513671875, - 0.056976318359375, - 0.035430908203125, - -0.01641845703125, - 0.0194549560546875, - 0.01259613037109375, - -0.007122039794921875, - 0.037689208984375, - -0.02813720703125, - 0.051422119140625, - 0.003387451171875, - 0.007904052734375, - -0.0187530517578125, - 0.026580810546875, - 0.043426513671875, - -0.0303955078125, - 0.006252288818359375, - 0.047576904296875, - -0.005863189697265625, - -0.044464111328125, - -0.0369873046875, - -0.043426513671875, - 0.03924560546875, - -0.0143280029296875, - -0.01172637939453125, - 0.00464630126953125, - 0.003040313720703125, - -0.04864501953125, - 0.01311492919921875, - -0.003734588623046875, - -0.0166778564453125, - 0.0357666015625, - -0.0037994384765625, - -0.04168701171875, - -0.045867919921875, - 0.040130615234375, - 0.00933837890625, - 0.02032470703125, - -0.0050811767578125, - 0.0215301513671875, - -0.0295257568359375, - -0.008941650390625, - 0.02032470703125, - 0.0291748046875, - 0.0159759521484375, - 0.004364013671875, + 0.03570556640625, + -0.006908416748046875, + 0.00949859619140625, + -0.0345458984375, + 0.0162200927734375, + -0.018707275390625, + -0.087890625, + -0.037994384765625, + -0.0176544189453125, + -0.06103515625, + -0.011993408203125, + 0.006572723388671875, + -0.016021728515625, + 0.046630859375, + -0.03302001953125, + -0.05029296875, + 0.0142059326171875, + 0.048187255859375, + -0.00878143310546875, + 0.0092620849609375, + -0.039337158203125, + -0.04644775390625, + 0.0106048583984375, + 0.019866943359375, + -0.03607177734375, + -0.0209197998046875, + -0.0036945343017578125, + -0.0129547119140625, + 0.023223876953125, + -0.03704833984375, + 0.006622314453125, + -0.0013256072998046875, + 0.039337158203125, + -0.0032863616943359375, + -0.0266876220703125, + 0.0136260986328125, + 0.037811279296875, + -0.01238250732421875, + -0.06292724609375, + 0.00974273681640625, + -0.0308990478515625, + -0.0102691650390625, -0.0255279541015625, - 0.026397705078125, - -0.01450347900390625, - 0.025360107421875, - 0.039764404296875, - -0.0295257568359375, - -0.007598876953125, - -0.00125885009765625, - 0.0164947509765625, - 0.043609619140625, - -0.035614013671875, - -0.0083770751953125, - -0.073974609375, - -0.0154571533203125, - -0.03802490234375, - -0.0009937286376953125, - -0.00677490234375, - -0.045166015625, - 0.060089111328125, - -0.046539306640625, - -0.043609619140625, - 0.005035400390625, - 0.0221405029296875, - 0.002094268798828125, - 0.054534912109375, - -0.00482177734375, - -0.05767822265625, - 0.01003265380859375, - 0.043243408203125, - -0.01519775390625, - -0.0159759521484375, - -0.0120697021484375, - 0.0148468017578125, - -0.0014543533325195312, - 0.02197265625, - -0.044464111328125, - -0.0028667449951171875, - 0.0222320556640625, - 0.03143310546875, - 0.037506103515625, - -0.01537322998046875, - 0.01029205322265625, - 0.006862640380859375, - 0.0251922607421875, - -0.039947509765625, - 0.01081085205078125, - -0.034576416015625, - 0.023101806640625, - -0.03839111328125, - -0.068115234375, - -0.005252838134765625, - 0.054901123046875, - -0.01076507568359375, - 0.0009717941284179688, - 0.00864410400390625, - -0.058013916015625, - 0.004604339599609375, - 0.01033782958984375, - 0.012420654296875, - 0.01580810546875, - 0.04254150390625, - -0.00872802734375, - 0.019195556640625, - -0.00720977783203125, - 0.00295257568359375, - -0.032989501953125, - -0.050018310546875, - -0.027099609375, - -0.0067291259765625, - -0.032470703125, - -0.042205810546875, - 0.020751953125, - -0.042724609375, - 0.0272674560546875, - -0.0120697021484375, - -0.0204925537109375, - -0.00720977783203125, - -0.037506103515625, - 0.0160675048828125, - -0.050384521484375, - -0.042022705078125, - -0.0307464599609375, - 0.042022705078125, - 0.0155487060546875, - 0.002094268798828125, - -0.01250457763671875, - -0.0199737548828125, - -0.0340576171875, - 0.004451751708984375, - -0.01806640625, + 0.055267333984375, + -0.024566650390625, + 0.0034313201904296875, + -0.019775390625, + 0.0188140869140625, + 0.0293731689453125, + 0.0136260986328125, + 0.015167236328125, + -0.0452880859375, + 0.01055908203125, + -0.0167999267578125, + 0.0308990478515625, + -0.008880615234375, + -0.0106048583984375, 0.0227508544921875, - -0.0300445556640625, - 0.0670166015625, - 0.018157958984375, - 0.056610107421875, - -0.0045166015625, - 0.06427001953125, - 0.0171051025390625, - -0.01137542724609375, - -0.013458251953125, - -0.021270751953125, - 0.0284881591796875, - 0.0131988525390625, - -0.03594970703125, - -0.0279693603515625, - -0.006687164306640625, - -0.0262298583984375, - 0.0120697021484375, - 0.0123291015625, - 0.0232696533203125, - 0.030914306640625, - -0.054901123046875, - 0.0250091552734375, - 0.040283203125, - 0.0034732818603515625, - 0.1063232421875, - -0.03631591796875, - -0.04290771484375, - 0.041168212890625, - 0.034576416015625, - -0.01250457763671875, - 0.0218048095703125, - 0.0382080078125, - -0.01198577880859375, - 0.006122589111328125, - 0.00859832763671875, - 0.00449371337890625, - 0.040985107421875, - -0.004039764404296875, - -0.004016876220703125, - 0.016845703125, - 0.00603485107421875, - 0.01029205322265625, - 0.056610107421875, - 0.047576904296875, - -0.0003826618194580078, - 0.045166015625, - -0.027618408203125, - -0.035430908203125, - -0.023101806640625, - -0.06463623046875, - 0.0115509033203125, - 0.04620361328125, - 0.02362060546875, - 0.03594970703125, - -0.0195465087890625, - -0.0628662109375, - 0.006298065185546875, - -0.0272674560546875, - 0.0718994140625, - 0.045166015625, - 0.018585205078125, - 0.00881195068359375, - -0.0008955001831054688, - -0.0210113525390625, - 0.032318115234375, - -0.0050811767578125, - 0.01806640625, - 0.027099609375, - 0.050384521484375, - 0.007076263427734375, - -0.03472900390625, - 0.024658203125, - 0.046905517578125, - 0.0260467529296875, - -0.006252288818359375, - 0.004016876220703125, - 0.0177154541015625, - 0.019805908203125, - -0.0126800537109375, - 0.05419921875, - 0.0291748046875, - -0.02032470703125, - 0.00855255126953125, - -0.017974853515625, - 0.01580810546875, - -0.043426513671875, - 0.0132904052734375, - -0.01302337646484375, - -0.02032470703125, - 0.0064697265625, - 0.007904052734375, - -0.068115234375, - -0.0008578300476074219, - 0.0418701171875, - -0.065673828125, - 0.034393310546875, - 0.00608062744140625, - -0.0171051025390625, - 0.0204925537109375, - -0.01971435546875, - -0.04290771484375, - 0.01971435546875, - 0.00677490234375, - -0.0538330078125, - 0.014068603515625, - 0.0229339599609375, - -0.045867919921875, - -0.047576904296875, - -0.035614013671875, - -0.00803375244140625, - -0.01302337646484375, - -0.015716552734375, - 0.0303955078125, - -0.0251922607421875, - -0.019012451171875, - 0.0279693603515625, - 0.040130615234375, - -0.0131988525390625, - -0.036468505859375, - 0.071533203125, - -0.04150390625, - -0.06494140625, - 0.0496826171875, - 0.0055999755859375, - 0.03509521484375, - -0.026397705078125, - -0.0135498046875, - -0.005992889404296875, - 0.00397491455078125, - 0.01537322998046875, - 0.0272674560546875, - -0.05767822265625, - -0.05279541015625, - -0.044464111328125, - 0.045867919921875, - 0.0218048095703125, - 0.039093017578125, - -0.02484130859375, - -0.059051513671875, - 0.02935791015625, - -0.0635986328125, - -0.03631591796875, - -0.00690460205078125, - 0.0032787322998046875, - -0.0160675048828125, - 0.06671142578125, - -0.032989501953125, - 0.0121612548828125, - 0.003017425537109375, - 0.048980712890625, - 0.01146697998046875, - -0.02813720703125, - -0.03350830078125, - 0.030914306640625, - 0.03179931640625, - -0.055572509765625, - -0.01276397705078125, - -0.0047760009765625, - 0.009552001953125, - 0.045166015625, - -0.061492919921875, - -0.0009551048278808594, - 0.006557464599609375, - -0.061126708984375, - -0.024139404296875, - -0.0154571533203125, - 0.004016876220703125, - -0.022064208984375, - 0.0205841064453125, - 0.0277862548828125, - -0.0014543533325195312, - 0.0004341602325439453, - 0.024322509765625, - 0.00664520263671875, - 0.0109405517578125, - -0.01424407958984375, - -0.006687164306640625, - 0.0232696533203125, - -0.0587158203125, - -0.01971435546875, - -0.023101806640625, - 0.0257110595703125, - -0.01788330078125, - -0.0201416015625, - -0.0052337646484375, - -0.03369140625, - 0.0211029052734375, - -0.05731201171875, - -0.0023021697998046875, - -0.01137542724609375, - -0.0361328125, - -0.027099609375, - 0.0005588531494140625, - 0.039947509765625, - 0.0067291259765625, - -0.003993988037109375, - -0.00855255126953125, - 0.035614013671875, - -0.045166015625, - 0.06878662109375, - 0.0186767578125, - -0.00798797607421875, - -0.004711151123046875, - -0.0044708251953125, - 0.00872802734375, - 0.005016326904296875, - 0.027618408203125, - -0.00490570068359375, - -0.031097412109375, - -0.061126708984375, - 0.0260467529296875, - 0.00608062744140625, - 0.0155487060546875, - -0.00323486328125, - -0.037353515625, - -0.051055908203125, - 0.0008683204650878906, - 0.039764404296875, - 0.0073394775390625, - 0.01528167724609375, - -0.029876708984375, - -0.01415252685546875, - -0.00811767578125, - 0.00016689300537109375, - 0.04150390625, - -0.009552001953125, - 0.03369140625, - -0.01788330078125, - -0.037872314453125, - 0.034576416015625, - 0.0250091552734375, - 0.0239715576171875, - 0.032135009765625, - 0.0194549560546875, - -0.037689208984375, - 0.0204925537109375, - -0.005863189697265625, - -0.00829315185546875, - 0.0021381378173828125, - -0.004322052001953125, - 0.050018310546875, - -0.020843505859375, - -0.0210113525390625, - -0.019622802734375, - 0.021270751953125, - 0.02484130859375, - -0.0213623046875, - -0.0221405029296875, - 0.00366973876953125, - -0.003993988037109375, - 0.073974609375, - -0.02813720703125, - -0.046905517578125, - -0.01511383056640625, - 0.0004911422729492188, - 0.06182861328125, - 0.0628662109375, - -0.011199951171875, - -0.03350830078125, - 0.00018584728240966797, - 0.0439453125, - -0.010467529296875, - -0.0302276611328125, - -0.00279998779296875, - 0.00920867919921875, - 0.0303955078125, - 0.051055908203125, - 0.0172882080078125, - 0.0850830078125, - -0.0089874267578125, - -0.0164947509765625, - 0.0239715576171875, - 0.0718994140625, - 0.0307464599609375, - 0.0009822845458984375, - -0.0277862548828125, - 0.0006895065307617188, - 0.00041794776916503906, - -0.04168701171875, - -0.052093505859375, - 0.007686614990234375, - 0.06878662109375, - -0.065673828125, - -0.038726806640625, - -0.01528167724609375, - -0.0120697021484375, - 0.01146697998046875, - 0.01020050048828125, - -0.0084686279296875, - 0.01537322998046875, - 0.0204010009765625, - -0.03143310546875, - -0.00577545166015625, - -0.0204925537109375, - 0.0032558441162109375, - 0.06982421875, - 0.0218048095703125, - 0.004669189453125, - 0.025360107421875, - 0.0217132568359375, - 0.028839111328125, - 0.007381439208984375, - 0.035247802734375, - 0.0200653076171875, - 0.0277862548828125, - 0.040130615234375, - 0.046905517578125, - -0.01424407958984375, - -0.0284881591796875, - 0.00916290283203125, - 0.0034313201904296875, - 0.06878662109375, - 0.0726318359375, - -0.00933837890625, - 0.01059722900390625, - -0.0017366409301757812, - -0.044464111328125, - 0.0225830078125, - 0.011810302734375, - 0.00475311279296875, - -0.040130615234375, - -0.0229339599609375, - 0.0194549560546875, - -0.03961181640625, - 0.0283050537109375, - 0.036834716796875, - -0.035430908203125, - 0.00438690185546875, - 0.060455322265625, - -0.0034084320068359375, - -0.045166015625, - 0.0044708251953125, - -0.0300445556640625, - -0.01971435546875, - -0.042205810546875, - -0.020233154296875, - 0.0328369140625, - -0.024139404296875, - -0.043060302734375, - -0.024139404296875, - 0.030914306640625, - -0.02032470703125, - -0.0406494140625, - -0.0121612548828125, - 0.0300445556640625, - -0.010467529296875, - -0.024322509765625, - -0.0472412109375, - -0.01702880859375, - 0.01076507568359375, - -0.03961181640625, - 0.024139404296875, - -0.0138092041015625, - -0.035614013671875, - -0.030914306640625, - -0.031097412109375, - -0.033172607421875, - -0.004428863525390625, - -0.03839111328125, - 0.0305633544921875, - -0.007556915283203125, - 0.040130615234375, - 0.0587158203125, - 0.060455322265625, - -0.0222320556640625, - -0.00829315185546875, - -0.033355712890625, - -0.05767822265625, - 0.0159759521484375, - 0.004039764404296875, - -0.0027141571044921875, - -0.036651611328125, - -0.0025844573974609375, - 0.05523681640625, - -0.06982421875, - 0.040283203125, - -0.00742340087890625, - -0.031951904296875, - -0.043243408203125, - -0.0171966552734375, - -0.0062103271484375, - 0.040130615234375, - 0.1014404296875, - 0.004840850830078125, - -0.01224517822265625, - -0.00933837890625, - -0.056610107421875, - 0.06634521484375, - 0.0045166015625, - 0.0187530517578125, - -0.042022705078125, - 0.02032470703125, - 0.035614013671875, - -0.03265380859375, - 0.0067291259765625, - -0.0743408203125, - -0.00885772705078125, - 0.035614013671875, - 0.036651611328125, - -0.0211944580078125, - -0.0295257568359375, - -0.026397705078125, - -0.01337432861328125, - -0.017974853515625, - 0.01849365234375, - 0.00664520263671875, - -0.0003135204315185547, - -0.03125, - 0.0003066062927246094, - 0.00942230224609375, - -0.036834716796875, - -0.0300445556640625, - -0.0234527587890625, - 0.06915283203125, - -0.00742340087890625, - -0.0193634033203125, - 0.028656005859375, - 0.0194549560546875, - -0.021881103515625, - -0.0126800537109375, - 0.028839111328125, - -0.028656005859375, - -0.007122039794921875, - -0.017364501953125, - 0.01450347900390625, - -0.0123291015625, - 0.01311492919921875, - -0.0011348724365234375, - 0.007251739501953125, - 0.0166778564453125, - -0.042022705078125, - 0.065673828125, - 0.024322509765625, - -0.058013916015625, - -0.05767822265625, - -0.042388916015625, - -0.0205841064453125, - 0.0255279541015625, - -0.02587890625, - 0.036834716796875, - 0.01224517822265625, - 0.00043964385986328125, - -0.1063232421875, - 0.04864501953125, - -0.00798797607421875, - 0.0162353515625, - -0.007251739501953125, - -0.014678955078125, - -0.0394287109375, - -0.051055908203125, - -0.00295257568359375, - 0.032135009765625, - -0.026397705078125, - 0.034393310546875, - -0.0215301513671875, - -0.0087738037109375, - 0.0034313201904296875, - -0.021881103515625, - 0.02587890625, - 0.052093505859375, - 0.005992889404296875, - -0.03350830078125, - 0.063232421875, - -0.0472412109375, - 0.0165863037109375, - -0.00014519691467285156, - -0.004016876220703125, - 0.01146697998046875, - -0.0182342529296875, - -0.003387451171875, - 0.0025501251220703125, - 0.029693603515625, - 0.0182342529296875, - -0.0229339599609375, - 0.0183258056640625, - -0.0267486572265625, - 0.01450347900390625, - 0.02239990234375, - -0.03857421875, - 0.0189361572265625, - 0.0229339599609375, - -0.0090789794921875, - -0.0303955078125, - -0.06463623046875, - -0.078857421875, - 0.0121612548828125, - -0.039947509765625, - -0.0295257568359375, - 0.01302337646484375, - 0.026580810546875, - 0.028656005859375, - -0.031097412109375, - 0.026397705078125, - -0.01198577880859375, - 0.0007166862487792969, - -0.03509521484375, - 0.034393310546875, - -0.025360107421875, - 0.031951904296875, - 0.01276397705078125, - -0.037353515625, - 0.0262298583984375, - 0.0024967193603515625, - 0.0138092041015625, - -0.051422119140625, - -0.0213623046875, - -0.0291748046875, - 0.0206756591796875, - -0.0587158203125, - -0.015899658203125, - 0.01085662841796875, - 0.0204010009765625, - 0.024322509765625, - -0.0291748046875, - 0.0538330078125, - -0.0034961700439453125, - -0.060455322265625, - 0.029876708984375, - -0.00551605224609375, - -0.026397705078125, - 0.00659942626953125, - 0.00942230224609375, - -0.0115509033203125, - 0.0171051025390625, - 0.0257110595703125, - 0.00890350341796875, - 0.031951904296875, - -0.00933837890625, - -0.0307464599609375, - 0.00829315185546875, - 0.01276397705078125, - 0.006862640380859375, - 0.00505828857421875, - 0.0232696533203125, - -0.0121612548828125, - 0.01085662841796875, - -0.00720977783203125, - -0.07952880859375, - -0.0121612548828125, - -0.01398468017578125, - -0.065673828125, - 0.0030612945556640625, - 0.0771484375, - 0.025360107421875, - -0.00616455078125, - 0.004711151123046875, - 0.0587158203125, - 0.0307464599609375, - 0.01398468017578125, - -0.00475311279296875, - -0.060089111328125, - -0.020843505859375, - 0.0017480850219726562, - -0.00518798828125, - -0.06634521484375, - 0.038726806640625, - 0.044281005859375, - -0.00890350341796875, - -0.0290069580078125, - -0.01129150390625, - -0.0078582763671875, - 0.052093505859375, - 0.01580810546875, - 0.01806640625, - -0.0673828125, - 0.000705718994140625, - 0.035247802734375, - -0.0184173583984375, - -0.0070343017578125, - -0.02239990234375, - 0.004146575927734375, - 0.036834716796875, - -0.0635986328125, - -0.004146575927734375, - 0.0005755424499511719, - 0.0635986328125, - 0.0195465087890625, - -0.02362060546875, - -0.04168701171875, - 0.060455322265625, - 0.0255279541015625, - -0.0302276611328125, - 0.0006999969482421875, - 0.019287109375, - -0.017547607421875, - 0.02813720703125, - 0.045501708984375, - 0.0005321502685546875, - 0.01172637939453125, - 0.02587890625, - -0.046905517578125, - 0.0186767578125, - -0.0187530517578125, - 0.01806640625, - -0.01007080078125, - -0.0283050537109375, - -0.0188446044921875, - -0.07293701171875, - 0.048980712890625, - 0.019195556640625, - 0.03509521484375, - 0.00859832763671875, - 0.002735137939453125, - -0.0041046142578125, - 0.0244903564453125, - 0.00279998779296875, - 0.01458740234375, - 0.0132904052734375, - 0.0210113525390625, - 0.0272674560546875, - 0.00490570068359375, - 0.0295257568359375, - -0.0143280029296875, - 0.045867919921875, - -0.045501708984375, - 0.00261688232421875, - -0.052459716796875, - -0.010467529296875, - -0.002410888671875, + -0.005157470703125, + 0.031097412109375, + -0.01084136962890625, + -0.0228424072265625, + -0.01401519775390625, + 0.0293731689453125, + 0.006622314453125, + 0.0018472671508789062, + 0.01074981689453125, + -0.009307861328125, + 0.0408935546875, + 0.08026123046875, + -0.007053375244140625, + 0.02130126953125, + -0.00949859619140625, + -0.0276336669921875, + 0.052215576171875, + 0.02197265625, + 0.0082550048828125, + -0.0161285400390625, + 0.037628173828125, + -0.003719329833984375, + 0.0194854736328125, + 0.003814697265625, + -0.029937744140625, + -0.0102691650390625, + -0.0268707275390625, + 0.006046295166015625, + -0.03607177734375, + -0.056060791015625, + -0.01544952392578125, + 0.030517578125, + 0.01506805419921875, + 0.0687255859375, + 0.01171112060546875, + -0.019378662109375, + 0.0307159423828125, + 0.0009899139404296875, + 0.0038623809814453125, + 0.0102691650390625, + -0.0209197998046875, + 0.039154052734375, + 0.00484466552734375, + 0.00592803955078125, + 0.0005040168762207031, + 0.053375244140625, + 0.0174713134765625, + -0.025146484375, + -0.025909423828125, + 0.0640869140625, -0.00911712646484375, - 0.00390625, - -0.050384521484375, - 0.01971435546875, - -0.01302337646484375, - -0.046539306640625, - -0.0013628005981445312, - 0.036468505859375, - -0.040802001953125, - 0.006862640380859375, - 0.005558013916015625, - -0.01172637939453125, - 0.0054931640625, - -0.03472900390625, - 0.0743408203125, - 0.03839111328125, - 0.003887176513671875, - -0.0014333724975585938, - 0.058013916015625, - 0.01259613037109375, - 0.0239715576171875, - 0.02587890625, - 0.017974853515625, - -0.02239990234375, - 0.04620361328125, - 0.04046630859375, - -0.0035610198974609375, - -0.040283203125, - 0.026397705078125, - 0.016326904296875, - -0.028656005859375, - 0.034912109375, - -0.005687713623046875, - 0.0104217529296875, - 0.005451202392578125, - 0.0143280029296875, - -0.02691650390625, - -0.038909912109375, - 0.04290771484375, - 0.0012426376342773438, - 0.00205230712890625, - 0.0279693603515625, + -0.02264404296875, -0.054901123046875, - 0.061492919921875, - 0.00972747802734375, - 0.071533203125, - -0.052459716796875, - 0.052459716796875, - -0.0234527587890625, - -0.0017910003662109375, - -0.01528167724609375, - 0.0174560546875, + -0.035125732421875, + -0.0002624988555908203, + -0.0318603515625, + -0.01247406005859375, + -0.003574371337890625, + -0.0280303955078125, + -0.0633544921875, + -0.00945281982421875, + 0.0308990478515625, + -0.021881103515625, + 0.0426025390625, + 0.0215911865234375, + -0.032440185546875, + 0.00547027587890625, + 0.003143310546875, + 0.0229339599609375, + 0.033782958984375, + -0.0280303955078125, + -0.005950927734375, + 0.006381988525390625, + -0.0266876220703125, + 0.04376220703125, + 0.01045989990234375, + 0.036865234375, + 0.0136260986328125, + -0.01506805419921875, + 0.031463623046875, + -0.025909423828125, + 0.029754638671875, + 0.0261077880859375, + -0.0240936279296875, + 0.01031494140625, + 0.01142120361328125, + 0.0019073486328125, + 0.04241943359375, + -0.059112548828125, + -0.0090179443359375, + -0.07293701171875, + -0.009552001953125, + -0.08367919921875, + -0.046630859375, + -0.0341796875, + -0.0556640625, + 0.046844482421875, + -0.007389068603515625, + -0.01334381103515625, + 0.001739501953125, + 0.0106048583984375, + -0.00806427001953125, + 0.0307159423828125, + 0.0202484130859375, + -0.0194854736328125, + 0.00849151611328125, + 0.08367919921875, + 0.01727294921875, + -0.01401519775390625, + -0.0051116943359375, + 0.0184326171875, + 0.002315521240234375, + 0.0026397705078125, + -0.01861572265625, + 0.002410888671875, + 0.037994384765625, + 0.039337158203125, + 0.02447509765625, + -0.0234222412109375, + -0.0005669593811035156, + -0.00482177734375, + 0.023712158203125, + -0.032440185546875, + 0.0207366943359375, + 0.001895904541015625, + 0.00676727294921875, + 0.0018110275268554688, + -0.046051025390625, + 0.00878143310546875, + 0.03570556640625, + 0.0240936279296875, + 0.01041412353515625, + 0.005828857421875, + -0.052978515625, + 0.019195556640625, + 0.00417327880859375, + -0.0155487060546875, + 0.0112762451171875, + 0.051055908203125, + -0.0214080810546875, + -0.01593017578125, + 0.0003044605255126953, + 0.01776123046875, + -0.032623291015625, + -0.052215576171875, + -0.023712158203125, + -0.01334381103515625, + -0.03973388671875, + 0.00978851318359375, + 0.03033447265625, + -0.02130126953125, + 0.015838623046875, + -0.00907135009765625, + 0.0036945343017578125, + -0.046051025390625, + -0.0660400390625, + 0.0203399658203125, + -0.0355224609375, + -0.036285400390625, + -0.0264892578125, + 0.052215576171875, + -0.0021839141845703125, + 0.0189056396484375, + -0.0162200927734375, + 0.005542755126953125, + -0.031280517578125, + 0.0220794677734375, + -0.0155487060546875, + 0.0355224609375, + -0.0382080078125, + 0.036285400390625, + 0.03839111328125, + 0.02783203125, + 0.004894256591796875, + 0.05950927734375, + 0.0135345458984375, + -0.01535797119140625, + -0.00434112548828125, + 0.01103973388671875, + -0.0049896240234375, + 0.0157318115234375, + -0.024566650390625, + -0.01213836669921875, + -0.0027599334716796875, + -0.01727294921875, + 0.021209716796875, + 0.015838623046875, + 0.033782958984375, + 0.037628173828125, + -0.01468658447265625, + -0.010986328125, + 0.0721435546875, + 0.0162200927734375, + 0.087890625, + -0.004535675048828125, + -0.058746337890625, + -0.0023746490478515625, + 0.01070404052734375, + -0.01381683349609375, + 0.007724761962890625, + 0.03704833984375, + 0.006023406982421875, + 0.0002429485321044922, + 0.006908416748046875, + -0.0168914794921875, + 0.041656494140625, + -0.004871368408203125, + 0.0018835067749023438, + -0.0030345916748046875, + -0.0046539306640625, + 0.03857421875, + 0.0230255126953125, + -0.005062103271484375, + 0.0014638900756835938, + 0.0355224609375, + -0.01727294921875, + -0.0167999267578125, + -0.06719970703125, + -0.057586669921875, + 0.0203399658203125, + 0.01238250732421875, + 0.0222625732421875, + 0.035308837890625, + -0.044342041015625, + -0.06988525390625, + 0.0234222412109375, + -0.0280303955078125, + 0.0640869140625, + 0.02264404296875, + 0.0148773193359375, + 0.041473388671875, + -0.033966064453125, + -0.01276397705078125, + 0.0169830322265625, + 0.0341796875, + 0.0196685791015625, + 0.0203399658203125, + 0.032623291015625, + 0.01334381103515625, + -0.0194854736328125, + -0.0080108642578125, + 0.02313232421875, + 0.0209197998046875, + 0.00681304931640625, + 0.01137542724609375, + 0.0408935546875, + 0.0318603515625, + -0.00643157958984375, + 0.06719970703125, + 0.03875732421875, + -0.045867919921875, + 0.013916015625, + -0.007244110107421875, + 0.0236053466796875, + -0.0791015625, + 0.0086822509765625, + -0.01314544677734375, + 0.0156402587890625, + 0.029754638671875, + 0.006717681884765625, + -0.056060791015625, + 0.004871368408203125, + 0.02783203125, + -0.041259765625, + 0.036468505859375, + 0.05181884765625, + -0.0274505615234375, + 0.012237548828125, + -0.0012178421020507812, + -0.0295562744140625, + 0.0233154296875, + -0.040130615234375, + -0.035888671875, + 0.0166015625, + 0.0181427001953125, + -0.051055908203125, + -0.052581787109375, + -0.036468505859375, + -0.03472900390625, + 0.0061187744140625, + -0.007198333740234375, + 0.02783203125, + -0.00815582275390625, + -0.0005307197570800781, + 0.03338623046875, + 0.035308837890625, + -0.0166015625, + -0.047027587890625, + 0.0435791015625, + -0.00272369384765625, + -0.035308837890625, + 0.0200653076171875, + 0.0106048583984375, + -0.0013856887817382812, + -0.028411865234375, + -0.040130615234375, + 0.00597381591796875, + -0.0200653076171875, + 0.01146697998046875, + -0.0112762451171875, + -0.047210693359375, + -0.044525146484375, + -0.04644775390625, + 0.057586669921875, + -0.0020389556884765625, + 0.032257080078125, + -0.006717681884765625, + -0.03973388671875, + 0.04376220703125, + -0.07525634765625, + -0.042816162109375, + -0.035888671875, + -0.0023517608642578125, + -0.00714874267578125, + 0.053375244140625, + -0.00762939453125, + -0.020538330078125, + -0.005565643310546875, + 0.05950927734375, + 0.001739501953125, + -0.00614166259765625, + -0.049896240234375, + 0.0355224609375, + 0.029754638671875, + -0.06640625, + -0.0155487060546875, + -0.00347900390625, + 0.01055908203125, + 0.034942626953125, + -0.057952880859375, + -0.0038623809814453125, + 0.01910400390625, + -0.040679931640625, + -0.031097412109375, + -0.03302001953125, + -0.0135345458984375, + -0.0255279541015625, + 0.01305389404296875, + 0.044158935546875, + 0.0034542083740234375, + 0.0236053466796875, + 0.0106048583984375, + -0.0022430419921875, + -0.005542755126953125, + 0.00911712646484375, + -0.01372528076171875, + 0.0268707275390625, + -0.06103515625, + -0.03167724609375, + -0.02197265625, + 0.033782958984375, + -0.0230255126953125, + -0.00978851318359375, + 0.0020275115966796875, + -0.00628662109375, + 0.036285400390625, + -0.006622314453125, + -0.017364501953125, + -0.0274505615234375, + -0.0372314453125, + -0.047210693359375, + -0.045684814453125, + -0.0096893310546875, + 0.018707275390625, + 0.016693115234375, + 0.03033447265625, + 0.0372314453125, + -0.046630859375, + 0.0106048583984375, + 0.03472900390625, + 0.0266876220703125, + 0.0102691650390625, + -0.0027942657470703125, + 0.01458740234375, + -0.0029754638671875, + 0.03302001953125, + -0.0216827392578125, + -0.048370361328125, + -0.07867431640625, + 0.0266876220703125, + -0.000659942626953125, + 0.00907135009765625, -0.0096435546875, - 0.032470703125, - -0.025360107421875, - 0.07818603515625, - 0.006557464599609375, - -0.01398468017578125, - -0.0517578125, - -0.0260467529296875, - -0.00616455078125, - -0.0012750625610351562, - 0.0300445556640625, - -0.05523681640625, - -0.002040863037109375, - 0.0089874267578125, - 0.0369873046875, - 0.055572509765625, - -0.0013456344604492188, - 0.039093017578125, - 0.01372528076171875, - -0.014678955078125, - -0.020843505859375, - -0.0232696533203125 + -0.044158935546875, + -0.051055908203125, + -0.011993408203125, + 0.05145263671875, + 0.01113128662109375, + -0.0035037994384765625, + -0.0196685791015625, + -0.03607177734375, + -0.00563812255859375, + -0.042816162109375, + 0.0090179443359375, + -0.017364501953125, + -0.005733489990234375, + 0.0255279541015625, + -0.03875732421875, + 0.01410675048828125, + 0.0214080810546875, + 0.032257080078125, + 0.03302001953125, + 0.005878448486328125, + -0.027069091796875, + 0.01535797119140625, + -0.039154052734375, + -0.01213836669921875, + 0.0214080810546875, + -0.00676727294921875, + 0.0295562744140625, + -0.034942626953125, + 0.0006837844848632812, + 0.005828857421875, + 0.0202484130859375, + 0.035308837890625, + 0.0069580078125, + -0.0247650146484375, + 0.003238677978515625, + -0.00921630859375, + 0.07061767578125, + -0.033782958984375, + -0.042236328125, + 0.01727294921875, + -0.00882720947265625, + 0.0308990478515625, + 0.048553466796875, + 0.001277923583984375, + -0.0096435546875, + 0.0202484130859375, + 0.031097412109375, + -0.010986328125, + -0.0318603515625, + -0.0308990478515625, + 0.0289764404296875, + 0.021881103515625, + 0.044158935546875, + 0.0238037109375, + 0.07562255859375, + 0.0196685791015625, + 0.0291748046875, + 0.0033111572265625, + 0.057586669921875, + 0.01776123046875, + -0.01305389404296875, + -0.058349609375, + -0.025909423828125, + 0.012237548828125, + -0.0264892578125, + -0.034942626953125, + 0.00945281982421875, + 0.058746337890625, + -0.0687255859375, + -0.0184326171875, + -0.0135345458984375, + 0.00762939453125, + -0.0106048583984375, + -0.001979827880859375, + -0.0230255126953125, + 0.0426025390625, + 0.020538330078125, + -0.0293731689453125, + 0.018035888671875, + -0.0233154296875, + -0.00949859619140625, + 0.04644775390625, + 0.0227508544921875, + -0.0106048583984375, + 0.01343536376953125, + 0.00748443603515625, + 0.0264892578125, + 0.037994384765625, + 0.052581787109375, + 0.0236053466796875, + 0.0148773193359375, + 0.056060791015625, + 0.0821533203125, + -0.0227508544921875, + -0.009979248046875, + 0.028411865234375, + 0.052581787109375, + 0.041259765625, + 0.063720703125, + -0.01055908203125, + 0.0163116455078125, + -0.0011816024780273438, + -0.048553466796875, + -0.033782958984375, + 0.00762939453125, + -0.0002713203430175781, + -0.024566650390625, + -0.058349609375, + 0.01334381103515625, + -0.039337158203125, + 0.0287933349609375, + -0.00289154052734375, + 0.00007385015487670898, + -0.040130615234375, + 0.03338623046875, + -0.032623291015625, + -0.03472900390625, + 0.017181396484375, + -0.0013799667358398438, + -0.042816162109375, + -0.01458740234375, + -0.01708984375, + 0.042022705078125, + -0.01146697998046875, + -0.05181884765625, + -0.0136260986328125, + 0.031097412109375, + -0.03607177734375, + -0.07794189453125, + -0.0234222412109375, + 0.0057830810546875, + -0.0268707275390625, + -0.0240936279296875, + -0.0372314453125, + -0.0318603515625, + -0.01324462890625, + -0.033203125, + 0.0017271041870117188, + -0.0096435546875, + -0.0341796875, + -0.01113128662109375, + -0.0268707275390625, + -0.0223541259765625, + 0.044342041015625, + -0.0345458984375, + 0.017852783203125, + 0.02447509765625, + 0.0262908935546875, + 0.025146484375, + 0.052978515625, + -0.0095977783203125, + -0.0036945343017578125, + -0.02783203125, + -0.05718994140625, + 0.006671905517578125, + 0.0017995834350585938, + 0.0224609375, + -0.044708251953125, + 0.00011849403381347656, + 0.0660400390625, + -0.0767822265625, + 0.01708984375, + 0.0328369140625, + -0.017181396484375, + -0.049896240234375, + 0.01544952392578125, + -0.01238250732421875, + 0.002170562744140625, + 0.0694580078125, + 0.01381683349609375, + 0.00040793418884277344, + -0.010986328125, + -0.049530029296875, + 0.05029296875, + 0.0203399658203125, + 0.0135345458984375, + -0.0479736328125, + -0.003406524658203125, + -0.0019197463989257812, + -0.0293731689453125, + 0.01276397705078125, + -0.057952880859375, + -0.0030117034912109375, + 0.0242767333984375, + 0.0019311904907226562, + -0.0119476318359375, + -0.002338409423828125, + -0.0606689453125, + -0.01708984375, + -0.051055908203125, + 0.028594970703125, + 0.0092620849609375, + 0.01036834716796875, + -0.044342041015625, + 0.007678985595703125, + -0.024383544921875, + -0.041259765625, + -0.02313232421875, + -0.0295562744140625, + 0.031097412109375, + -0.00762939453125, + -0.06219482421875, + 0.01142120361328125, + 0.0223541259765625, + 0.0200653076171875, + 0.0202484130859375, + 0.058349609375, + -0.04779052734375, + -0.0181427001953125, + 0.035308837890625, + 0.0318603515625, + -0.008544921875, + 0.0010738372802734375, + -0.01238250732421875, + 0.0242767333984375, + 0.021209716796875, + -0.028411865234375, + 0.0307159423828125, + 0.047607421875, + -0.038970947265625, + -0.0640869140625, + -0.0189971923828125, + -0.0287933349609375, + 0.05718994140625, + -0.0142974853515625, + 0.031463623046875, + -0.01381683349609375, + 0.00628662109375, + -0.0902099609375, + 0.0308990478515625, + -0.021209716796875, + 0.0220794677734375, + 0.00782012939453125, + -0.0289764404296875, + -0.061798095703125, + -0.032623291015625, + -0.033599853515625, + 0.0166015625, + -0.007534027099609375, + 0.0345458984375, + 0.00762939453125, + 0.0017032623291015625, + 0.01343536376953125, + -0.01305389404296875, + -0.00786590576171875, + 0.053741455078125, + 0.0341796875, + -0.061431884765625, + 0.05029296875, + -0.0209197998046875, + 0.00347900390625, + -0.0168914794921875, + 0.004894256591796875, + -0.01276397705078125, + -0.006572723388671875, + -0.03167724609375, + 0.005229949951171875, + 0.01458740234375, + 0.0506591796875, + -0.01204681396484375, + -0.004558563232421875, + -0.0027942657470703125, + 0.02044677734375, + -0.0012598037719726562, + -0.01324462890625, + 0.0034542083740234375, + -0.00165557861328125, + -0.01910400390625, + -0.03875732421875, + -0.0606689453125, + -0.0791015625, + 0.003143310546875, + -0.051055908203125, + 0.004581451416015625, + -0.0038394927978515625, + 0.006671905517578125, + -0.0096435546875, + -0.0301361083984375, + 0.0372314453125, + -0.0289764404296875, + -0.027069091796875, + -0.02783203125, + -0.0014276504516601562, + 0.0095977783203125, + 0.03302001953125, + 0.00983428955078125, + -0.0355224609375, + 0.0200653076171875, + -0.0241851806640625, + 0.00614166259765625, + -0.00911712646484375, + -0.01334381103515625, + -0.033599853515625, + -0.007343292236328125, + -0.06524658203125, + -0.0148773193359375, + 0.027069091796875, + 0.0435791015625, + 0.007534027099609375, + -0.0166015625, + 0.0382080078125, + -0.0184326171875, + -0.048187255859375, + 0.0086822509765625, + -0.01180267333984375, + -0.0280303955078125, + 0.0041046142578125, + -0.019866943359375, + 0.019866943359375, + 0.0025920867919921875, + 0.020538330078125, + 0.028411865234375, + 0.0345458984375, + 0.004077911376953125, + -0.01007843017578125, + -0.0029754638671875, + -0.02044677734375, + 0.0166015625, + 0.048370361328125, + 0.0234222412109375, + -0.0005936622619628906, + 0.01727294921875, + 0.00249481201171875, + -0.10443115234375, + -0.005588531494140625, + -0.00035691261291503906, + -0.059112548828125, + 0.003719329833984375, + 0.0667724609375, + 0.0203399658203125, + -0.0183258056640625, + 0.05145263671875, + 0.03955078125, + 0.032623291015625, + 0.0096893310546875, + -0.0149688720703125, + -0.0748291015625, + -0.003574371337890625, + 0.0295562744140625, + 0.0209197998046875, + -0.028594970703125, + 0.06219482421875, + 0.07177734375, + -0.031463623046875, + -0.01165771484375, + 0.0004169940948486328, + -0.009979248046875, + 0.056060791015625, + 0.0004258155822753906, + 0.0122833251953125, + -0.06719970703125, + 0.0223541259765625, + 0.028594970703125, + -0.007007598876953125, + -0.0182342529296875, + -0.0196685791015625, + -0.02178955078125, + 0.043182373046875, + -0.02532958984375, + -0.017181396484375, + -0.0149688720703125, + 0.09674072265625, + -0.00283050537109375, + -0.0238037109375, + -0.0211181640625, + 0.044342041015625, + 0.013916015625, + -0.024383544921875, + -0.0036468505859375, + 0.01276397705078125, + 0.010894775390625, + 0.0341796875, + 0.0372314453125, + 0.027252197265625, + 0.06292724609375, + 0.0095977783203125, + -0.0439453125, + 0.032623291015625, + 0.01142120361328125, + -0.000029802322387695312, + 0.00008320808410644531, + -0.05181884765625, + -0.00222015380859375, + -0.057586669921875, + 0.042816162109375, + 0.003932952880859375, + 0.042022705078125, + 0.0176544189453125, + -0.0016679763793945312, + -0.01708984375, + 0.01171112060546875, + 0.0200653076171875, + 0.06488037109375, + 0.0282135009765625, + 0.0017633438110351562, + 0.025726318359375, + 0.002422332763671875, + 0.01146697998046875, + -0.03033447265625, + 0.03857421875, + -0.03338623046875, + 0.016510009765625, + -0.056427001953125, + 0.006023406982421875, + 0.004486083984375, + -0.005756378173828125, + -0.018707275390625, + -0.027069091796875, + -0.005855560302734375, + -0.0307159423828125, + -0.0606689453125, + -0.0128631591796875, + 0.04913330078125, + -0.03472900390625, + 0.0234222412109375, + 0.018524169921875, + -0.0222625732421875, + 0.02398681640625, + -0.041259765625, + 0.0714111328125, + 0.040496826171875, + 0.035888671875, + -0.02044677734375, + 0.0016794204711914062, + 0.027252197265625, + 0.00165557861328125, + 0.001163482666015625, + 0.041259765625, + -0.025726318359375, + 0.048370361328125, + 0.044525146484375, + 0.00882720947265625, + -0.0214996337890625, + 0.0215911865234375, + -0.0082550048828125, + -0.057952880859375, + 0.060272216796875, + 0.024383544921875, + 0.0247650146484375, + 0.007389068603515625, + -0.010223388671875, + -0.000911712646484375, + -0.058349609375, + 0.045684814453125, + 0.0176544189453125, + 0.0015716552734375, + 0.025909423828125, + -0.0667724609375, + 0.03436279296875, + 0.00786590576171875, + 0.0452880859375, + -0.031280517578125, + 0.03741455078125, + -0.01123046875, + 0.0136260986328125, + -0.0015592575073242188, + 0.004871368408203125, + 0.00911712646484375, + 0.023895263671875, + -0.0129547119140625, + 0.06256103515625, + 0.0136260986328125, + 0.007678985595703125, + -0.052581787109375, + -0.019378662109375, + 0.0013494491577148438, + 0.01016998291015625, + 0.052215576171875, + -0.05029296875, + -0.033203125, + 0.0214080810546875, + 0.042999267578125, + 0.053375244140625, + -0.0255279541015625, + 0.04376220703125, + -0.005397796630859375, + -0.02532958984375, + -0.00347900390625, + -0.01477813720703125 ], "metadata": { "domains": [ "incident-response", - "static-investigations" + "static-investigations", + "network-forensics", + "cloud-forensics", + "fraud-investigation" ], "phases": [ - "data-collection" + "analysis", + "reporting" ], "tags": [ - "command-line", - "live-acquisition", - "physical-copy", - "apfs", - "scenario:disk_imaging", - "zero-footprint", - "sip-bypass", - "encrypted-volume", - "container-imaging", - "minimal-contamination", - "scripting-capable", - "macos-specific" + "web-interface", + "timeline", + "collaboration", + "visualization", + "timeline-correlation", + "timeline-view", + "elasticsearch-backend", + "plaso-integration", + "sigma-rules", + "heatmaps", + "anomaly-detection", + "narrative-documentation" ], "skillLevel": "intermediate", "type": "tool" } }, { - "id": "tool_WiFi_Pineapple", + "id": "tool_Tsurugi_Linux", "type": "tool", - "name": "WiFi Pineapple", - "content": "wifi pineapple die hak5‑hardware liefert mit der patentierten pineap‑suite einen vollwertigen rogue‑access‑point: automatisches recon, handshake‑ und enterprise‑credential‑capture, gezielte client‑filterung sowie cloud c²‑fernsteuerung – alles per browser­basierter gui auf dem mark vii oder enterprise‑modell. :contentreference[oaicite:6]{index=6} rogue-ap wireless man-in-the-middle gui web-interface scenario:remote_access network-forensics incident-response data-collection analysis", + "name": "Tsurugi Linux", + "content": "tsurugi linux die forensik-distribution kombiniert tools für ultimative ermittlungs-power. spezialisiert auf mobile- und malware-forensik mit einzigartigen features. der integrierte hardware-write-blocker verhindert beweis-kontamination. bento-menü organisiert tools nach japanischer effizienz-philosophie. besonders stark: android-forensik-suite mit adb-automatisierung, ios-backup-analyzer, umfangreiche malware-sandbox. die acquire-edition ist optimiert für schnelles imaging mit minimalem ram. performance- kernel speziell für forensik-hardware. einzigartig: integrierte übersetzungs-tools für internationale ermittlungen, unterstützung asiatischer zeichensätze, line-messenger-parser. die 64-bit-only- architektur nutzt modernen ram voll aus. live-patching hält tools aktuell ohne neustart. der stealth-mode deaktiviert alle netzwerk- interfaces. die alternative für ermittler die mehr als standard-distributionen wollen. 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.021270751953125, - -0.006946563720703125, - 0.0186920166015625, - 0.0352783203125, - 0.0191650390625, - 0.0270233154296875, - 0.0182037353515625, - -0.006229400634765625, - -0.006610870361328125, - -0.0312347412109375, - -0.043121337890625, - 0.065185546875, - 0.0208892822265625, - -0.013031005859375, - -0.027984619140625, - 0.022430419921875, - -0.01216888427734375, - 0.006946563720703125, - 0.0186920166015625, - 0.0262603759765625, - -0.038909912109375, - -0.006805419921875, - -0.05596923828125, - 0.0012998580932617188, - 0.01456451416015625, - -0.0298919677734375, - -0.017059326171875, - -0.01898193359375, - -0.029510498046875, - -0.0119781494140625, - -0.01715087890625, - -0.0244293212890625, - 0.0201263427734375, - -0.0091552734375, - 0.00704193115234375, - -0.00023055076599121094, - -0.002635955810546875, - -0.033172607421875, - 0.00531768798828125, - 0.0298919677734375, - -0.0245361328125, - -0.0133209228515625, - -0.0058441162109375, - 0.0092010498046875, - -0.031829833984375, - -0.0223236083984375, - -0.01035308837890625, - 0.005245208740234375, - 0.023773193359375, - -0.01418304443359375, - 0.023956298828125, - 0.0379638671875, - 0.0139923095703125, - -0.01221466064453125, - -0.0015811920166015625, - -0.0030059814453125, - 0.006565093994140625, - -0.042938232421875, - -0.054443359375, - 0.05328369140625, - -0.03680419921875, - -0.03009033203125, - -0.0005660057067871094, - 0.00325775146484375, - -0.00809478759765625, - 0.0196380615234375, - 0.0113525390625, - -0.04791259765625, - -0.02471923828125, - 0.005126953125, - 0.0039520263671875, - -0.004505157470703125, - -0.008148193359375, - -0.0009822845458984375, - -0.049835205078125, - -0.033721923828125, - 0.041961669921875, - 0.006374359130859375, - 0.0291290283203125, - 0.0006499290466308594, - -0.04754638671875, - -0.01274871826171875, - 0.0369873046875, - -0.03717041015625, - -0.01580810546875, - 0.019744873046875, - 0.032958984375, - -0.0031871795654296875, - -0.004673004150390625, - 0.0168609619140625, - 0.02740478515625, - -0.0160064697265625, - 0.0216522216796875, - -0.046966552734375, - -0.0040740966796875, - 0.0200347900390625, - -0.0004131793975830078, - -0.0047454833984375, - -0.00714111328125, - 0.012359619140625, - -0.0102081298828125, - -0.003665924072265625, - 0.07550048828125, - 0.011260986328125, - 0.04754638671875, - -0.049072265625, - 0.0207061767578125, - -0.01983642578125, - -0.004047393798828125, - -0.00833892822265625, - -0.104248046875, - -0.01245880126953125, - 0.0115966796875, - -0.04656982421875, - -0.00972747802734375, - 0.017730712890625, - -0.0085296630859375, - 0.034881591796875, - -0.0548095703125, - -0.03009033203125, - 0.017059326171875, - 0.0142822265625, - -0.025299072265625, - -0.004192352294921875, - -0.07244873046875, - -0.06475830078125, - -0.00939178466796875, - 0.0369873046875, - -0.050201416015625, - -0.03948974609375, - -0.0302886962890625, - -0.00905609130859375, - -0.011260986328125, - 0.007808685302734375, - 0.006229400634765625, - -0.01763916015625, - 0.030853271484375, - 0.0126495361328125, - -0.0068511962890625, - -0.00498199462890625, - 0.01015472412109375, - -0.026641845703125, - -0.036407470703125, - -0.0243377685546875, - -0.048309326171875, - -0.0289459228515625, - -0.017059326171875, - 0.0218505859375, - -0.0182037353515625, - 0.006755828857421875, - -0.00876617431640625, - 0.0325927734375, - 0.05712890625, - -0.02117919921875, - 0.0191650390625, - -0.0682373046875, - -0.017059326171875, - -0.0229949951171875, - 0.0229034423828125, - -0.0029582977294921875, - -0.00543975830078125, - -0.01418304443359375, - -0.026641845703125, - -0.003162384033203125, - -0.044464111328125, - -0.03851318359375, - -0.03814697265625, - -0.03411865234375, - 0.00848388671875, - -0.006565093994140625, - 0.030670166015625, - -0.0251007080078125, - 0.03851318359375, - 0.06365966796875, - -0.01068878173828125, - 0.017822265625, - -0.0033054351806640625, - 0.007808685302734375, - 0.03680419921875, - 0.04119873046875, - -0.0142822265625, - -0.0256805419921875, - 0.0396728515625, - 0.00560760498046875, - 0.01111602783203125, - -0.014373779296875, - -0.05633544921875, - -0.00426483154296875, - -0.041412353515625, - 0.009490966796875, - -0.00943756103515625, - -0.0205078125, - -0.041015625, - -0.0019283294677734375, - 0.0223236083984375, - 0.063232421875, - 0.037750244140625, - -0.00018787384033203125, - 0.01245880126953125, - 0.00548553466796875, - 0.005870819091796875, - 0.062469482421875, - -0.0031375885009765625, - 0.05633544921875, - 0.017822265625, - 0.033721923828125, - 0.00514984130859375, - 0.050994873046875, - 0.0207061767578125, - -0.02606201171875, - -0.017822265625, - 0.0477294921875, - -0.02386474609375, - -0.0167694091796875, - -0.0249176025390625, - -0.0254974365234375, - 0.0165863037109375, - -0.01226806640625, - -0.01523590087890625, - 0.0021915435791015625, - 0.0256805419921875, - -0.033355712890625, - 0.01561737060546875, - 0.049835205078125, - -0.0229949951171875, - 0.02606201171875, - 0.0194549560546875, - -0.029327392578125, - 0.01380157470703125, - 0.060943603515625, - 0.0213775634765625, - 0.04119873046875, - 0.0228118896484375, - 0.027984619140625, - -0.0242462158203125, - 0.0027904510498046875, - 0.03582763671875, - 0.049835205078125, - 0.022613525390625, - 0.04254150390625, - -0.05059814453125, - 0.0517578125, - -0.018310546875, - 0.031829833984375, - 0.020599365234375, - 0.007236480712890625, - -0.0008802413940429688, - 0.019256591796875, - 0.050994873046875, - 0.0689697265625, - -0.095458984375, - 0.0205078125, - -0.062469482421875, - 0.005390167236328125, - -0.0762939453125, - -0.034881591796875, - -0.0105438232421875, - -0.043304443359375, - 0.04217529296875, - -0.0254974365234375, - -0.01010894775390625, - -0.0086212158203125, - 0.00594329833984375, - -0.033935546875, - 0.0574951171875, - 0.0020008087158203125, - -0.04254150390625, - 0.00308990478515625, - 0.02740478515625, - 0.00905609130859375, - -0.014373779296875, - -0.01514434814453125, - 0.045806884765625, - 0.0216522216796875, - 0.032196044921875, - -0.0272216796875, - 0.0256805419921875, - 0.05902099609375, - -0.0047454833984375, - 0.04351806640625, - -0.0180206298828125, - 0.00977325439453125, + -0.0249786376953125, + 0.0277099609375, + 0.0511474609375, + -0.0007104873657226562, + 0.01326751708984375, + 0.03375244140625, + 0.008392333984375, + -0.00824737548828125, + -0.0257568359375, + -0.00902557373046875, + -0.026153564453125, + 0.059326171875, + 0.002597808837890625, + -0.00029730796813964844, + -0.04449462890625, + 0.0345458984375, + 0.00495147705078125, + 0.004901885986328125, + 0.027130126953125, + 0.00678253173828125, + -0.0219573974609375, + -0.025177001953125, + -0.058929443359375, + 0.01727294921875, + -0.006977081298828125, + 0.00678253173828125, + -0.006244659423828125, + -0.06011962890625, + -0.037261962890625, + -0.018829345703125, + 0.0002834796905517578, + -0.0345458984375, + 0.00470733642578125, + 0.03570556640625, + -0.0032444000244140625, + -0.0238037109375, + 0.01678466796875, + -0.02166748046875, + -0.0277099609375, + 0.047607421875, -0.016387939453125, - 0.013031005859375, - -0.0477294921875, - -0.00598907470703125, - -0.0099639892578125, - -0.0191650390625, - -0.01715087890625, - -0.06939697265625, - -0.0027790069580078125, - 0.033355712890625, - 0.01447296142578125, - 0.034881591796875, - -0.0005183219909667969, - -0.02740478515625, - -0.004192352294921875, - -0.00457763671875, - 0.0310516357421875, - 0.039276123046875, - 0.059417724609375, - -0.028564453125, - 0.026641845703125, - 0.0249176025390625, - 0.002742767333984375, - -0.0276031494140625, - -0.03564453125, - 0.01284027099609375, - -0.0004611015319824219, - -0.06976318359375, - -0.0241546630859375, - -0.0037364959716796875, - -0.0012454986572265625, - 0.049072265625, - -0.0146636962890625, - -0.0108795166015625, - -0.02203369140625, - -0.06475830078125, - 0.02117919921875, - -0.04083251953125, - -0.021087646484375, - -0.0089111328125, - 0.06787109375, - 0.0166778564453125, - -0.0016527175903320312, - -0.019927978515625, - -0.00867462158203125, - -0.04541015625, - -0.0154266357421875, - -0.0270233154296875, - 0.0167694091796875, - -0.01035308837890625, - 0.032012939453125, - 0.0200347900390625, - 0.0228118896484375, - -0.006805419921875, - 0.043121337890625, - -0.0161895751953125, - 0.022613525390625, - -0.0277862548828125, - 0.016387939453125, - -0.0044097900390625, - 0.028564453125, - -0.021942138671875, - -0.028564453125, - -0.0180206298828125, - -0.0243377685546875, - 0.033721923828125, - 0.037750244140625, - 0.01342010498046875, - 0.0262603759765625, - -0.021270751953125, - 0.03582763671875, - 0.065185546875, - -0.0013179779052734375, - 0.0927734375, - -0.0088653564453125, - -0.059417724609375, - 0.0168609619140625, - 0.05712890625, - -0.01284027099609375, - 0.007236480712890625, - 0.036407470703125, - 0.02874755859375, - 0.00579833984375, - 0.032196044921875, - -0.025299072265625, - 0.029327392578125, - -0.01494598388671875, - -0.0245361328125, - 0.00457763671875, - 0.0036411285400390625, - -0.01212310791015625, - 0.0601806640625, - 0.023956298828125, - 0.0228118896484375, - 0.0521240234375, - -0.008575439453125, - -0.015716552734375, - -0.013702392578125, - -0.06134033203125, - 0.012359619140625, - 0.0396728515625, - 0.027984619140625, - 0.045623779296875, - -0.037750244140625, - -0.07012939453125, - 0.0165863037109375, - -0.055206298828125, - 0.08282470703125, - 0.0242462158203125, - 0.02252197265625, - 0.028564453125, - -0.03662109375, - -0.0167694091796875, - 0.006946563720703125, - -0.0147552490234375, - 0.0312347412109375, - 0.0716552734375, - 0.041412353515625, - 0.00939178466796875, - -0.022613525390625, - -0.00392913818359375, - 0.0040740966796875, - 0.0201263427734375, - 0.007236480712890625, - 0.03009033203125, - 0.0241546630859375, - 0.0517578125, - -0.039276123046875, - 0.041595458984375, - 0.0234832763671875, - -0.0228118896484375, - 0.006805419921875, - -0.0056304931640625, - -0.009246826171875, - -0.07513427734375, - 0.00943756103515625, - -0.0236663818359375, - 0.019073486328125, - 0.00011605024337768555, - 0.019073486328125, - -0.0494384765625, - -0.02203369140625, - 0.041778564453125, - -0.0548095703125, - -0.0012159347534179688, - 0.019256591796875, + -0.005634307861328125, + -0.0160980224609375, + -0.006122589111328125, + -0.0325927734375, + -0.041961669921875, + -0.01415252685546875, + -0.016387939453125, + 0.0026950836181640625, + -0.0296630859375, + 0.0121002197265625, + 0.027130126953125, + 0.0195159912109375, + -0.026153564453125, + -0.036102294921875, + 0.01385498046875, + 0.0225372314453125, -0.033172607421875, - 0.022705078125, - -0.0289459228515625, - -0.05712890625, - 0.0203094482421875, - -0.00699615478515625, - -0.043304443359375, - 0.0216522216796875, - 0.027984619140625, - -0.04217529296875, - -0.034881591796875, - -0.018585205078125, - 0.01494598388671875, - 0.00804901123046875, - -0.027984619140625, - 0.06744384765625, - -0.0223236083984375, - -0.0019283294677734375, - 0.0245361328125, - 0.0256805419921875, - 0.0003204345703125, - -0.0369873046875, - 0.0548095703125, - -0.01351165771484375, - -0.036041259765625, - 0.029327392578125, - 0.012939453125, - 0.0147552490234375, - -0.0291290283203125, - -0.012939453125, - -0.01322174072265625, - 0.0010900497436523438, - -0.0009522438049316406, - 0.0160064697265625, - -0.032379150390625, - -0.0277862548828125, - -0.0297088623046875, - 0.065185546875, - -0.00848388671875, - 0.0517578125, - -0.01068878173828125, - -0.043304443359375, - 0.006710052490234375, - -0.0291290283203125, - -0.00809478759765625, - -0.00409698486328125, - -0.00447845458984375, - -0.0440673828125, - 0.06402587890625, - 0.010589599609375, - -0.002742767333984375, - 0.0241546630859375, - 0.04754638671875, - -0.0115509033203125, - 0.0025997161865234375, - -0.052520751953125, - 0.023773193359375, - 0.00910186767578125, - -0.06707763671875, - -0.0113067626953125, - -0.00867462158203125, - 0.00460052490234375, - 0.0574951171875, - -0.048095703125, - -0.011260986328125, - -0.01447296142578125, - -0.07666015625, - -0.042938232421875, - -0.03662109375, - 0.006011962890625, - -0.048095703125, - 0.000598907470703125, - 0.006710052490234375, - -0.02874755859375, - 0.023101806640625, - 0.0006318092346191406, - 0.0268402099609375, - 0.005580902099609375, - -0.015716552734375, - -0.0160064697265625, - 0.040069580078125, - -0.0369873046875, - -0.0216522216796875, - 0.017730712890625, - 0.05633544921875, - -0.040435791015625, - 0.0115509033203125, - 0.01313018798828125, - -0.01039886474609375, - 0.01523590087890625, - -0.052886962890625, - 0.0037136077880859375, - -0.028167724609375, - -0.0477294921875, - -0.033935546875, - -0.022430419921875, - 0.006107330322265625, - 0.0302886962890625, - 0.00872039794921875, - 0.01580810546875, - 0.0251007080078125, - -0.0229034423828125, - 0.0312347412109375, - 0.00704193115234375, - -0.0169677734375, - 0.0297088623046875, - -0.0369873046875, - -0.0064697265625, - -0.0193634033203125, - 0.023284912109375, - -0.02471923828125, - -0.035064697265625, - -0.08856201171875, - 0.01202392578125, - -0.006565093994140625, - -0.0201263427734375, - -0.0655517578125, - -0.027984619140625, - -0.05633544921875, - 0.0013475418090820312, - 0.060943603515625, - 0.029327392578125, - -0.0037860870361328125, - -0.0126495361328125, - 0.012359619140625, - -0.038330078125, - -0.05328369140625, - 0.04351806640625, - -0.0207061767578125, - 0.0249176025390625, - -0.0160064697265625, - -0.03546142578125, + -0.034942626953125, + 0.04156494140625, + -0.07025146484375, -0.007904052734375, - 0.01898193359375, - 0.014373779296875, - -0.0002875328063964844, - 0.0203094482421875, - -0.032196044921875, - 0.0175323486328125, - 0.00237274169921875, - 0.00481414794921875, - 0.010589599609375, - -0.0142822265625, - 0.0254974365234375, - -0.03948974609375, - -0.01078033447265625, - 0.0116424560546875, - 0.0186920166015625, - 0.0019893646240234375, - 0.0033054351806640625, - -0.0187835693359375, - 0.050994873046875, - 0.00838470458984375, - -0.00231170654296875, - -0.0229034423828125, - -0.0379638671875, - 0.0037136077880859375, - 0.005367279052734375, - 0.03277587890625, - 0.027984619140625, - -0.0006198883056640625, - -0.01255035400390625, - -0.00011676549911499023, - 0.07781982421875, - -0.018585205078125, - -0.032196044921875, - 0.00220489501953125, - -0.0031375885009765625, - 0.0139923095703125, - 0.06439208984375, - -0.0071868896484375, - 0.0762939453125, - 0.0240478515625, - -0.0031375885009765625, - 0.017730712890625, - 0.0467529296875, - 0.0174407958984375, - -0.0254974365234375, - -0.04620361328125, - 0.005413055419921875, - 0.018310546875, - -0.04388427734375, - -0.02740478515625, - 0.0030307769775390625, - 0.050201416015625, - -0.050201416015625, - -0.018310546875, - -0.00977325439453125, - 0.0058441162109375, - 0.00704193115234375, - 0.0277862548828125, - -0.0343017578125, - 0.0242462158203125, - -0.007572174072265625, - -0.051361083984375, - -0.034881591796875, - -0.037750244140625, - 0.0186920166015625, - 0.0440673828125, - 0.01514434814453125, - -0.0038814544677734375, - 0.0283660888671875, - 0.03009033203125, - 0.037567138671875, - -0.00548553466796875, - 0.0289459228515625, - 0.0186920166015625, - 0.01561737060546875, - 0.0244293212890625, - 0.09393310546875, - -0.0268402099609375, - -0.004169464111328125, - -0.006710052490234375, - -0.0020008087158203125, - 0.03717041015625, - 0.052520751953125, - -0.005916595458984375, - -0.0244293212890625, - -0.007572174072265625, - -0.0244293212890625, - 0.0277862548828125, - 0.00958251953125, - -0.001544952392578125, - -0.055206298828125, - -0.0379638671875, - 0.0262603759765625, - 0.01035308837890625, - 0.054443359375, - 0.01485443115234375, - -0.0223236083984375, - -0.017822265625, - 0.056732177734375, - -0.00548553466796875, - -0.0221405029296875, - 0.004119873046875, - -0.038330078125, - -0.02471923828125, - -0.00958251953125, - -0.00038623809814453125, - 0.07781982421875, - -0.017822265625, - -0.059783935546875, - 0.01514434814453125, - 0.0208892822265625, - -0.034881591796875, - -0.049835205078125, - -0.007762908935546875, - -0.0086212158203125, - -0.0042877197265625, - -0.05865478515625, - -0.023773193359375, - -0.03009033203125, - 0.0302886962890625, - -0.0316162109375, - -0.017242431640625, - 0.0112152099609375, - -0.0302886962890625, - -0.0241546630859375, - -0.00275421142578125, - -0.0276031494140625, - 0.0298919677734375, - -0.055572509765625, - 0.017730712890625, - 0.01245880126953125, - 0.0036411285400390625, - 0.0277862548828125, - 0.05712890625, - -0.00197601318359375, - -0.0182037353515625, - -0.0038814544677734375, - -0.04351806640625, - 0.00829315185546875, - -0.01351165771484375, - 0.0147552490234375, - -0.04217529296875, - 0.007472991943359375, - 0.04541015625, - -0.06365966796875, - 0.01111602783203125, - -0.0089569091796875, - 0.0001804828643798828, - -0.034698486328125, - -0.006900787353515625, - -0.01255035400390625, - 0.0031871795654296875, - 0.07208251953125, - 0.0102081298828125, - 0.0014858245849609375, - 0.021087646484375, - -0.0297088623046875, - 0.048675537109375, - 0.0142822265625, - 0.021270751953125, - -0.0175323486328125, - 0.0396728515625, - 0.0249176025390625, - -0.0207061767578125, - 0.02386474609375, - -0.0816650390625, - -0.021942138671875, - 0.00445556640625, - 0.011932373046875, - -0.00018787384033203125, - -0.032958984375, - -0.0302886962890625, - -0.01629638671875, - 0.002658843994140625, - 0.04083251953125, - 0.0165863037109375, - 0.004791259765625, - -0.02386474609375, - -0.033935546875, - -0.021087646484375, - -0.0291290283203125, - -0.047332763671875, - -0.052520751953125, - 0.0140838623046875, - -0.01207733154296875, - -0.040618896484375, - 0.02740478515625, - -0.00939178466796875, - -0.021942138671875, - 0.0291290283203125, - 0.05712890625, - -0.0254974365234375, - 0.011260986328125, - -0.0208892822265625, - 0.03717041015625, - 0.01447296142578125, - 0.011260986328125, - -0.00737762451171875, - 0.0193634033203125, - 0.0352783203125, - -0.05328369140625, - 0.03814697265625, - 0.01389312744140625, - -0.022705078125, - -0.06134033203125, - -0.03662109375, - -0.048309326171875, - 0.0302886962890625, - -0.0310516357421875, - 0.040252685546875, - 0.00699615478515625, - -0.01983642578125, - -0.090087890625, - 0.036224365234375, - -0.0215606689453125, - -0.00447845458984375, - -0.0028629302978515625, - -0.033538818359375, - -0.03546142578125, - -0.0494384765625, - -0.014373779296875, - 0.0086212158203125, - -0.00838470458984375, - 0.03985595703125, - 0.003665924072265625, - 0.00567626953125, - -0.006275177001953125, - -0.015716552734375, - 0.026641845703125, - 0.04083251953125, - 0.0118865966796875, - -0.04522705078125, - 0.059417724609375, - -0.045623779296875, - 0.002658843994140625, - -0.01140594482421875, - -0.01313018798828125, - 0.0352783203125, - -0.0291290283203125, - -0.00704193115234375, - 0.01552581787109375, - 0.032196044921875, - 0.01035308837890625, - -0.022430419921875, - 0.004886627197265625, - -0.044464111328125, - 0.006610870361328125, - -0.01049041748046875, - -0.042938232421875, - -0.006710052490234375, - 0.0018930435180664062, - -0.0165863037109375, - -0.023193359375, - -0.054046630859375, - -0.060577392578125, - 0.0098724365234375, - -0.0467529296875, - -0.01226806640625, - -0.002407073974609375, - -0.0147552490234375, - 0.0133209228515625, - -0.021759033203125, - 0.0574951171875, - 0.007904052734375, - -0.0142822265625, - -0.032012939453125, - -0.0133209228515625, - -0.045989990234375, - 0.03662109375, - 0.00666046142578125, - -0.03546142578125, - 0.029510498046875, - -0.032379150390625, - 0.0089569091796875, - -0.0154266357421875, - 0.02606201171875, - -0.02606201171875, - 0.0133209228515625, - -0.07745361328125, - -0.04351806640625, - 0.006374359130859375, - 0.033355712890625, - 0.0098724365234375, - -0.020599365234375, - 0.057891845703125, - -0.038726806640625, - -0.0689697265625, - 0.019256591796875, - -0.0203094482421875, - -0.0283660888671875, - 0.032958984375, - -0.011688232421875, - 0.0119781494140625, - 0.03009033203125, + -0.002475738525390625, + -0.0253753662109375, + 0.0017080307006835938, + 0.02215576171875, + -0.01971435546875, + -0.0335693359375, + -0.005733489990234375, + 0.01424407958984375, + 0.0294647216796875, + -0.0273284912109375, + -0.01395416259765625, + 0.040985107421875, + -0.0242919921875, + -0.050750732421875, + 0.0103912353515625, + 0.006732940673828125, + 0.00482940673828125, + -0.0164947509765625, + -0.035919189453125, + 0.00252532958984375, + 0.0253753662109375, + -0.031036376953125, + -0.0005974769592285156, + -0.0030364990234375, + 0.0020618438720703125, 0.0052947998046875, - 0.004241943359375, - 0.0196380615234375, - 0.0202178955078125, - -0.01178741455078125, - -0.01274871826171875, - -0.00632476806640625, - 0.0207977294921875, - 0.01284027099609375, - 0.045989990234375, - -0.0202178955078125, - 0.0064697265625, - 0.035064697265625, - -0.07513427734375, - -0.007572174072265625, - -0.033172607421875, - -0.04083251953125, - -0.01149749755859375, - 0.05596923828125, - 0.0207977294921875, - 0.030853271484375, - 0.0188751220703125, - 0.04119873046875, - 0.005580902099609375, - -0.01039886474609375, - -0.01514434814453125, - -0.050994873046875, - -0.00905609130859375, - 0.01274871826171875, - 0.0264434814453125, - -0.0689697265625, - 0.04541015625, - 0.0732421875, - -0.03564453125, - -0.0207061767578125, - 0.01015472412109375, - -0.00632476806640625, - 0.0256805419921875, - 0.0297088623046875, - 0.022430419921875, - -0.05596923828125, - 0.0194549560546875, - 0.021942138671875, - 0.0119781494140625, - 0.0203094482421875, - -0.0019168853759765625, - -0.0023365020751953125, - 0.040618896484375, - -0.07745361328125, - -0.0153350830078125, - 0.013031005859375, - 0.07781982421875, - -0.0229949951171875, - -0.049072265625, - -0.01418304443359375, - 0.0245361328125, - 0.048675537109375, - -0.01068878173828125, - 0.0256805419921875, - -0.0047454833984375, - -0.0159149169921875, - 0.0277862548828125, - 0.0196380615234375, - -0.01145172119140625, - 0.0031871795654296875, - 0.0289459228515625, - -0.0218505859375, - 0.032196044921875, - -0.0126495361328125, - 0.034698486328125, - 0.01898193359375, - -0.01552581787109375, - -0.01523590087890625, - -0.0477294921875, - 0.0316162109375, - 0.017730712890625, - 0.0139923095703125, - -0.023956298828125, - -0.00714111328125, - -0.00565338134765625, - -0.01514434814453125, - 0.020599365234375, - -0.005077362060546875, - -0.0146636962890625, - 0.04351806640625, - 0.0203094482421875, - 0.00833892822265625, - 0.017822265625, - -0.040435791015625, - 0.03851318359375, - -0.0243377685546875, - -0.002407073974609375, - -0.07666015625, - -0.0058441162109375, - -0.0018205642700195312, - -0.031829833984375, - -0.0164794921875, - -0.046966552734375, - 0.005008697509765625, - 0.005390167236328125, - -0.04638671875, - 0.00809478759765625, - 0.054443359375, - -0.0352783203125, - 0.02471923828125, - 0.0078582763671875, - 0.020416259765625, - 0.029327392578125, - -0.07818603515625, - 0.073974609375, - 0.023773193359375, - 0.03985595703125, - 0.0174407958984375, - 0.0277862548828125, - 0.0440673828125, - -0.00023353099822998047, - -0.0268402099609375, - 0.007427215576171875, - -0.00934600830078125, - 0.047332763671875, - 0.0193634033203125, - 0.01552581787109375, - -0.038330078125, - 0.0216522216796875, - 0.03143310546875, - -0.055206298828125, - 0.0396728515625, - 0.01174163818359375, - 0.028564453125, - 0.005222320556640625, - 0.01849365234375, + 0.0061492919921875, + -0.01044464111328125, + -0.00222015380859375, + 0.0035381317138671875, + -0.01483154296875, + -0.017669677734375, + 0.0472412109375, + 0.053466796875, + -0.0263519287109375, + -0.0238037109375, + -0.01385498046875, + 0.0208892822265625, + 0.03570556640625, + -0.023223876953125, + 0.036102294921875, + -0.0034160614013671875, + 0.0247802734375, + -0.046630859375, + 0.0052947998046875, + -0.00018596649169921875, + -0.003147125244140625, + -0.01580810546875, + -0.084716796875, + -0.01493072509765625, + -0.0286865234375, + -0.076904296875, + -0.01464080810546875, + -0.0007534027099609375, + -0.0145416259765625, + 0.02020263671875, + -0.04644775390625, -0.041778564453125, - -0.03411865234375, - 0.056732177734375, - 0.0012998580932617188, - -0.02874755859375, - 0.0147552490234375, - -0.060577392578125, - 0.0352783203125, - 0.030670166015625, - 0.05328369140625, - -0.04638671875, - 0.06475830078125, - 0.00910186767578125, - 0.007617950439453125, - -0.02587890625, - 0.01149749755859375, - -0.02203369140625, - 0.021759033203125, - -0.00905609130859375, - 0.0440673828125, - 0.0161895751953125, - -0.02117919921875, - -0.03814697265625, - 0.0004761219024658203, - 0.023956298828125, - 0.02252197265625, - 0.0264434814453125, - -0.032196044921875, + 0.01395416259765625, + 0.0239105224609375, + -0.00653839111328125, + 0.030059814453125, + -0.057769775390625, + -0.0452880859375, + 0.017669677734375, + 0.02264404296875, + -0.049957275390625, + -0.032989501953125, + -0.03375244140625, + -0.0472412109375, + -0.0253753662109375, + -0.0273284912109375, + -0.0204925537109375, + -0.0304412841796875, + 0.0283050537109375, + -0.01326751708984375, + -0.015716552734375, + 0.0277099609375, + 0.038238525390625, + -0.021759033203125, + -0.071044921875, + 0.0199127197265625, + -0.031219482421875, + 0.0018053054809570312, + -0.0015249252319335938, + 0.050750732421875, + -0.0364990234375, + -0.01971435546875, + -0.005977630615234375, + 0.0218505859375, + 0.05426025390625, + 0.0288848876953125, + 0.0088348388671875, + -0.04742431640625, + 0.005828857421875, + 0.003269195556640625, + 0.027130126953125, + -0.00775909423828125, + -0.0384521484375, + 0.004878997802734375, + -0.01522064208984375, + 0.01776123046875, + -0.016204833984375, + -0.03765869140625, + -0.004367828369140625, + 0.01922607421875, + 0.0209808349609375, + 0.0060272216796875, + 0.02557373046875, + 0.0200042724609375, + 0.060882568359375, + 0.039825439453125, + 0.0002713203430175781, + -0.0002608299255371094, + -0.01434326171875, + -0.0279083251953125, + 0.04254150390625, + 0.0286865234375, -0.0209808349609375, - -0.000009059906005859375, - 0.0245361328125, - 0.0601806640625, - 0.0055084228515625, - 0.038330078125, - 0.0126495361328125, - 0.011688232421875, - -0.017730712890625, - -0.01552581787109375 + -0.0151214599609375, + 0.0296630859375, + 0.017852783203125, + 0.01190185546875, + -0.012298583984375, + -0.00653839111328125, + -0.0125885009765625, + -0.03472900390625, + 0.0184478759765625, + -0.036102294921875, + -0.01116943359375, + -0.01195526123046875, + 0.042755126953125, + 0.012786865234375, + 0.050750732421875, + 0.0275115966796875, + -0.03338623046875, + 0.03961181640625, + -0.00507354736328125, + -0.01126861572265625, + 0.038238525390625, + -0.01346588134765625, + 0.04840087890625, + 0.0179595947265625, + 0.01287841796875, + 0.00270843505859375, + 0.032989501953125, + 0.01326751708984375, + 0.0009822845458984375, + -0.0001951456069946289, + 0.061676025390625, + -0.00780487060546875, + -0.036102294921875, + -0.0150299072265625, + -0.0292816162109375, + 0.017364501953125, + -0.01776123046875, + -0.01126861572265625, + 0.0130767822265625, + -0.0006313323974609375, + -0.063232421875, + 0.022735595703125, + 0.0225372314453125, + 0.00012046098709106445, + 0.0364990234375, + 0.0185394287109375, + -0.04058837890625, + -0.03143310546875, + 0.0292816162109375, + 0.0292816162109375, + 0.0269317626953125, + -0.00951385498046875, + 0.001964569091796875, + -0.0316162109375, + -0.0413818359375, + 0.03472900390625, + 0.0151214599609375, + 0.029083251953125, + 0.00023627281188964844, + -0.0007319450378417969, + 0.0156097412109375, + -0.024688720703125, + 0.063232421875, + 0.051513671875, + -0.0044403076171875, + -0.0034885406494140625, + 0.004779815673828125, + 0.0224456787109375, + 0.053070068359375, + -0.056976318359375, + -0.00775909423828125, + -0.0687255859375, + -0.0020008087158203125, + -0.053863525390625, + -0.0265350341796875, + -0.037872314453125, + -0.04840087890625, + 0.0279083251953125, + -0.037872314453125, + -0.031036376953125, + -0.0031108856201171875, + 0.032012939453125, + -0.019805908203125, + 0.0210723876953125, + 0.01727294921875, + -0.0443115234375, + 0.01580810546875, + 0.04547119140625, + -0.0005702972412109375, + -0.007320404052734375, + -0.0035610198974609375, + 0.023223876953125, + -0.0084381103515625, + 0.0026950836181640625, + -0.0298614501953125, + -0.0005397796630859375, + 0.0248870849609375, + 0.0234222412109375, + 0.040802001953125, + -0.025177001953125, + 0.0384521484375, + -0.01044464111328125, + 0.0036602020263671875, + -0.06793212890625, + -0.0014696121215820312, + -0.0196075439453125, + -0.011077880859375, + -0.016693115234375, + -0.05816650390625, + -0.0035381317138671875, + 0.053070068359375, + -0.0015735626220703125, + 0.01385498046875, + 0.036285400390625, + -0.041778564453125, + 0.0273284912109375, + -0.0008597373962402344, + 0.0012254714965820312, + 0.0085906982421875, + 0.045867919921875, + -0.01287841796875, + 0.0257568359375, + 0.0035858154296875, + 0.0013360977172851562, + -0.0279083251953125, + -0.0482177734375, + -0.0061492919921875, + -0.005489349365234375, + -0.058563232421875, + -0.03961181640625, + 0.0304412841796875, + -0.0199127197265625, + -0.0008111000061035156, + -0.01424407958984375, + -0.01190185546875, + -0.03143310546875, + -0.037872314453125, + 0.0033416748046875, + -0.0269317626953125, + -0.04156494140625, + -0.0091705322265625, + 0.030242919921875, + 0.01287841796875, + 0.01297760009765625, + -0.0257568359375, + -0.004123687744140625, + -0.016387939453125, + 0.0213775634765625, + 0.006343841552734375, + 0.006977081298828125, + -0.0006160736083984375, + 0.04058837890625, + 0.0204925537109375, + 0.0175628662109375, + 0.0239105224609375, + 0.053466796875, + 0.0239105224609375, + -0.0199127197265625, + -0.00203704833984375, + -0.00897979736328125, + -0.00531768798828125, + 0.01326751708984375, + -0.0228271484375, + -0.0374755859375, + 0.01375579833984375, + -0.041961669921875, + 0.01629638671875, + 0.036102294921875, + 0.01385498046875, + 0.01434326171875, + -0.037872314453125, + 0.01297760009765625, + 0.061279296875, + 0.01444244384765625, + 0.094482421875, + -0.0296630859375, + -0.04254150390625, + 0.0179595947265625, + 0.030059814453125, + -0.01395416259765625, + 0.016876220703125, + 0.029083251953125, + 0.01268768310546875, + -0.01415252685546875, + 0.0273284912109375, + -0.01922607421875, + 0.047027587890625, + -0.027130126953125, + -0.01317596435546875, + 0.0238037109375, + -0.007171630859375, + 0.00800323486328125, + 0.031219482421875, + 0.03570556640625, + -0.006927490234375, + 0.03436279296875, + -0.03143310546875, + -0.0111236572265625, + -0.0229339599609375, + -0.058563232421875, + 0.0296630859375, + 0.05816650390625, + -0.0033168792724609375, + 0.048583984375, + -0.0240020751953125, + -0.08160400390625, + 0.029083251953125, + -0.05621337890625, + 0.054656982421875, + 0.0286865234375, + 0.0160980224609375, + 0.028106689453125, + -0.0269317626953125, + -0.01776123046875, + 0.0170745849609375, + -0.001140594482421875, + 0.02215576171875, + 0.037261962890625, + 0.04254150390625, + -0.00907135009765625, + -0.044891357421875, + 0.033966064453125, + 0.0423583984375, + 0.0145416259765625, + -0.012054443359375, + 0.0275115966796875, + 0.022735595703125, + 0.0433349609375, + -0.0195159912109375, + 0.036285400390625, + 0.0364990234375, + -0.0209808349609375, + 0.004611968994140625, + -0.01824951171875, + 0.0118560791015625, + -0.05035400390625, + 0.01444244384765625, + -0.0036830902099609375, + 0.0063934326171875, + -0.004535675048828125, + 0.029083251953125, + -0.0511474609375, + -0.004146575927734375, + 0.0462646484375, + -0.07574462890625, + 0.0269317626953125, + 0.01116943359375, + -0.0253753662109375, + 0.01346588134765625, + -0.01629638671875, + -0.0316162109375, + 0.0160064697265625, + 0.0019025802612304688, + -0.038055419921875, + 0.01102447509765625, + 0.0259552001953125, + -0.043914794921875, + -0.05035400390625, + -0.0294647216796875, + -0.0140533447265625, + -0.004756927490234375, + -0.024200439453125, + 0.045074462890625, + 0.00307464599609375, + -0.00873565673828125, + 0.0242919921875, + 0.042938232421875, + -0.01727294921875, + -0.047821044921875, + 0.05230712890625, + -0.01483154296875, + -0.0304412841796875, + 0.0230255126953125, + 0.017852783203125, + 0.038848876953125, + -0.01000213623046875, + -0.00222015380859375, + 0.00185394287109375, + 0.0292816162109375, + 0.0195159912109375, + 0.0174713134765625, + -0.035125732421875, + -0.040008544921875, + -0.04254150390625, + 0.0304412841796875, + 0.0116119384765625, + 0.048797607421875, + 0.00873565673828125, + -0.0675048828125, + 0.04547119140625, + -0.0413818359375, + -0.0204925537109375, + -0.00017917156219482422, + 0.0013113021850585938, + -0.043914794921875, + 0.06048583984375, + -0.0288848876953125, + 0.0032196044921875, + -0.03338623046875, + 0.0374755859375, + 0.01366424560546875, + -0.0242919921875, + -0.01493072509765625, + 0.048583984375, + 0.0491943359375, + -0.0687255859375, + -0.00804901123046875, + 0.01078033447265625, + -0.0056610107421875, + 0.053070068359375, + -0.051910400390625, + 0.01195526123046875, + 0.0125885009765625, + -0.057769775390625, + -0.03765869140625, + -0.043914794921875, + -0.010833740234375, + -0.0210723876953125, + 0.0191192626953125, + 0.0345458984375, + -0.0023174285888671875, + 0.033966064453125, + -0.0156097412109375, + 0.0160980224609375, + 0.00222015380859375, + 0.01126861572265625, + -0.022247314453125, + 0.0219573974609375, + -0.07025146484375, + -0.0259552001953125, + -0.01415252685546875, + 0.0277099609375, + -0.0296630859375, + -0.0184478759765625, + 0.0355224609375, + -0.006977081298828125, + 0.03338623046875, + -0.024688720703125, + 0.005611419677734375, + -0.017669677734375, + -0.0209808349609375, + -0.0247802734375, + -0.0253753662109375, + 0.0038299560546875, + 0.01531982421875, + 0.002147674560546875, + 0.0243988037109375, + 0.0228271484375, + -0.059326171875, + 0.0275115966796875, + 0.0085906982421875, + 0.01078033447265625, + -0.01434326171875, + 0.0103912353515625, + 0.00246429443359375, + 0.01873779296875, + 0.03436279296875, + -0.0190277099609375, + -0.038055419921875, + -0.08233642578125, + 0.0195159912109375, + -0.0059051513671875, + 0.01195526123046875, + -0.0037326812744140625, + -0.04254150390625, + -0.051513671875, + 0.0032196044921875, + 0.0151214599609375, + 0.003513336181640625, + 0.00005829334259033203, + -0.0269317626953125, + -0.010833740234375, + 0.021270751953125, + -0.021759033203125, + 0.033172607421875, + -0.0130767822265625, + 0.018829345703125, + 0.0284881591796875, + -0.0224456787109375, + 0.01531982421875, + 0.01287841796875, + 0.032196044921875, + 0.01375579833984375, + 0.03436279296875, + -0.0259552001953125, + 0.02410888671875, + -0.01522064208984375, + -0.0208892822265625, + -0.01326751708984375, + -0.002025604248046875, + 0.01000213623046875, + -0.0273284912109375, + -0.01678466796875, + 0.00012731552124023438, + 0.01219940185546875, + 0.0263519287109375, + -0.02410888671875, + 0.0028781890869140625, + 0.0205841064453125, + -0.0008172988891601562, + 0.08740234375, + -0.017181396484375, + -0.041961669921875, + 0.00922393798828125, + 0.01219940185546875, + 0.057373046875, + 0.0404052734375, + 0.00429534912109375, + -0.035919189453125, + 0.0063934326171875, + 0.040985107421875, + -0.015716552734375, + -0.023712158203125, + -0.0249786376953125, + 0.016876220703125, + 0.01336669921875, + 0.043701171875, + 0.0199127197265625, + 0.09210205078125, + 0.00429534912109375, + 0.007904052734375, + 0.017852783203125, + 0.088623046875, + 0.02410888671875, + -0.03533935546875, + -0.043701171875, + 0.0019397735595703125, + -0.01219940185546875, + -0.048797607421875, + -0.0384521484375, + 0.02215576171875, + 0.071044921875, + -0.06439208984375, + -0.0160980224609375, + -0.01415252685546875, + -0.00568389892578125, + 0.008880615234375, + -0.00035834312438964844, + -0.02069091796875, + 0.03765869140625, + 0.0233154296875, + -0.046051025390625, + -0.019805908203125, + -0.011077880859375, + 0.0283050537109375, + 0.053070068359375, + 0.0103912353515625, + -0.0034637451171875, + 0.019805908203125, + 0.033966064453125, + 0.025177001953125, + 0.015716552734375, + 0.03863525390625, + 0.032196044921875, + 0.017181396484375, + 0.03375244140625, + 0.048583984375, + -0.01126861572265625, + -0.015716552734375, + 0.0239105224609375, + 0.01629638671875, + 0.06988525390625, + 0.071044921875, + -0.0011043548583984375, + 0.03338623046875, + -0.01580810546875, + -0.051910400390625, + 0.011077880859375, + -0.0031719207763671875, + 0.0016469955444335938, + -0.059326171875, + -0.049957275390625, + 0.007415771484375, + -0.0225372314453125, + 0.0296630859375, + 0.0284881591796875, + -0.0151214599609375, + -0.01297760009765625, + 0.048797607421875, + -0.0234222412109375, + -0.0306396484375, + 0.01346588134765625, + -0.021270751953125, + -0.01629638671875, + -0.036895751953125, + -0.037872314453125, + 0.027130126953125, + -0.006927490234375, + -0.06439208984375, + -0.0284881591796875, + 0.039031982421875, + -0.0218505859375, + -0.041168212890625, + -0.0026721954345703125, + 0.012298583984375, + -0.01195526123046875, + -0.050750732421875, + -0.054656982421875, + -0.0248870849609375, + 0.0209808349609375, + -0.018341064453125, + 0.03179931640625, + -0.0316162109375, + -0.0253753662109375, + -0.0273284912109375, + -0.035919189453125, + -0.0116119384765625, + 0.01366424560546875, + -0.04058837890625, + 0.0296630859375, + 0.003147125244140625, + 0.0164947509765625, + 0.04547119140625, + 0.08392333984375, + -0.01493072509765625, + 0.000039637088775634766, + -0.007465362548828125, + -0.050750732421875, + 0.002048492431640625, + 0.00025010108947753906, + 0.007122039794921875, + -0.06048583984375, + 0.020294189453125, + 0.0655517578125, + -0.07806396484375, + 0.0041961669921875, + 0.00592803955078125, + -0.01214599609375, + -0.047027587890625, + -0.007366180419921875, + -0.01053619384765625, + 0.0277099609375, + 0.09014892578125, + -0.0019397735595703125, + 0.00470733642578125, + -0.0005369186401367188, + -0.03436279296875, + 0.039215087890625, + 0.051910400390625, + -0.0025501251220703125, + -0.048583984375, + 0.021270751953125, + 0.03240966796875, + -0.01366424560546875, + 0.00980377197265625, + -0.0667724609375, + -0.016204833984375, + 0.0267333984375, + 0.0026950836181640625, + -0.0016469955444335938, + -0.01141357421875, + -0.02020263671875, + -0.01375579833984375, + -0.022247314453125, + 0.0306396484375, + 0.006977081298828125, + 0.007415771484375, + -0.0325927734375, + -0.00592803955078125, + -0.01004791259765625, + -0.046630859375, + -0.025177001953125, + -0.0253753662109375, + 0.032012939453125, + -0.040008544921875, + -0.034149169921875, + 0.02166748046875, + -0.00829315185546875, + 0.01483154296875, + 0.01493072509765625, + 0.056610107421875, + -0.047821044921875, + 0.0024509429931640625, + -0.0013723373413085938, + 0.03765869140625, + -0.017852783203125, + 0.0043182373046875, + 0.011810302734375, + 0.006244659423828125, + 0.02069091796875, + -0.035919189453125, + 0.051513671875, + 0.04547119140625, + -0.037261962890625, + -0.054656982421875, + -0.04351806640625, + -0.0243988037109375, + 0.0223388671875, + 0.0010738372802734375, + 0.03240966796875, + -0.0086822509765625, + 0.006244659423828125, + -0.11712646484375, + 0.05035400390625, + -0.0160980224609375, + -0.0004239082336425781, + 0.0220489501953125, + 0.01366424560546875, + -0.07843017578125, + -0.047607421875, + -0.0023670196533203125, + 0.01971435546875, + -0.0273284912109375, + 0.0215606689453125, + 0.004657745361328125, + 0.0179595947265625, + -0.01000213623046875, + -0.01678466796875, + 0.0190277099609375, + 0.0462646484375, + 0.0284881591796875, + -0.02362060546875, + 0.0655517578125, + -0.040802001953125, + -0.0037326812744140625, + -0.0160980224609375, + -0.0009636878967285156, + 0.0018901824951171875, + -0.00209808349609375, + 0.004535675048828125, + 0.006122589111328125, + 0.0233154296875, + 0.055816650390625, + -0.01151275634765625, + 0.0170745849609375, + -0.0026226043701171875, + 0.01097869873046875, + 0.02362060546875, + -0.039215087890625, + -0.007366180419921875, + 0.01141357421875, + -0.031036376953125, + -0.0010976791381835938, + -0.08935546875, + -0.08160400390625, + 0.0083465576171875, + -0.032989501953125, + -0.011810302734375, + 0.0208892822265625, + 0.01678466796875, + 0.00926971435546875, + -0.037261962890625, + 0.032989501953125, + -0.01000213623046875, + -0.038055419921875, + -0.0200958251953125, + 0.02166748046875, + -0.026153564453125, + 0.047607421875, + -0.008392333984375, + -0.04156494140625, + 0.0240020751953125, + -0.0204010009765625, + -0.01219940185546875, + -0.03240966796875, + -0.03436279296875, + -0.031219482421875, + 0.015716552734375, + -0.0635986328125, + -0.031036376953125, + 0.0233154296875, + 0.032012939453125, + 0.026153564453125, + -0.018341064453125, + 0.049560546875, + 0.01248931884765625, + -0.06634521484375, + 0.037261962890625, + -0.00434112548828125, + -0.04254150390625, + 0.0023288726806640625, + -0.00926971435546875, + 0.00617218017578125, + 0.0238037109375, + 0.046844482421875, + 0.0263519287109375, + 0.0443115234375, + -0.004779815673828125, + -0.0335693359375, + 0.0089263916015625, + -0.03179931640625, + 0.0284881591796875, + 0.03338623046875, + 0.01102447509765625, + 0.0145416259765625, + 0.001201629638671875, + 0.0180511474609375, + -0.09912109375, + -0.012298583984375, + -0.04156494140625, + -0.053863525390625, + 0.01824951171875, + 0.078857421875, + 0.0229339599609375, + -0.0079498291015625, + 0.0215606689453125, + 0.0482177734375, + 0.032989501953125, + 0.0060272216796875, + 0.0011463165283203125, + -0.06634521484375, + -0.0155181884765625, + -0.006244659423828125, + 0.0200958251953125, + -0.051910400390625, + 0.040008544921875, + 0.0482177734375, + -0.0028171539306640625, + -0.01541900634765625, + 0.001384735107421875, + -0.00148773193359375, + 0.047027587890625, + 0.002964019775390625, + 0.0204925537109375, + -0.069091796875, + 0.0205841064453125, + 0.0279083251953125, + 0.0061492919921875, + -0.01078033447265625, + -0.01248931884765625, + -0.0006556510925292969, + 0.01971435546875, + -0.0635986328125, + -0.030242919921875, + 0.0165863037109375, + 0.0648193359375, + 0.01024627685546875, + -0.04058837890625, + -0.030242919921875, + 0.046630859375, + 0.0184478759765625, + -0.034942626953125, + 0.0038547515869140625, + 0.0169830322265625, + -0.0034389495849609375, + 0.007659912109375, + 0.050750732421875, + 0.0094146728515625, + 0.042144775390625, + 0.0190277099609375, + -0.059326171875, + 0.01971435546875, + 0.00556182861328125, + 0.01971435546875, + -0.01078033447265625, + -0.039825439453125, + -0.01195526123046875, + -0.053466796875, + 0.0374755859375, + 0.0160064697265625, + 0.023223876953125, + 0.00824737548828125, + -0.0015001296997070312, + -0.0209808349609375, + -0.003269195556640625, + 0.0306396484375, + 0.0491943359375, + 0.038848876953125, + 0.017364501953125, + 0.0181427001953125, + 0.00568389892578125, + 0.00853729248046875, + -0.0269317626953125, + 0.03179931640625, + -0.023223876953125, + -0.007709503173828125, + -0.07025146484375, + -0.00751495361328125, + 0.0017194747924804688, + -0.0208892822265625, + -0.006927490234375, + -0.0294647216796875, + 0.0189361572265625, + -0.00971221923828125, + -0.042755126953125, + -0.0210723876953125, + 0.0452880859375, + -0.03277587890625, + 0.0265350341796875, + 0.01219940185546875, + -0.035919189453125, + -0.005146026611328125, + -0.03570556640625, + 0.08978271484375, + 0.0306396484375, + 0.0244903564453125, + 0.00011056661605834961, + 0.015899658203125, + 0.040985107421875, + -0.0081939697265625, + 0.0032939910888671875, + 0.0184478759765625, + -0.0200958251953125, + 0.03863525390625, + 0.051513671875, + 0.005001068115234375, + -0.03863525390625, + 0.0191192626953125, + 0.005977630615234375, + -0.049560546875, + 0.057769775390625, + 0.03533935546875, + 0.0279083251953125, + -0.003902435302734375, + -0.003780364990234375, + -0.0284881591796875, + -0.08551025390625, + 0.06048583984375, + 0.0325927734375, + 0.0031223297119140625, + 0.042755126953125, + -0.03533935546875, + 0.040008544921875, + 0.02362060546875, + 0.04547119140625, + -0.055816650390625, + 0.0413818359375, + -0.0113677978515625, + -0.0194244384765625, + 0.00010901689529418945, + 0.02215576171875, + -0.016387939453125, + 0.0267333984375, + -0.0259552001953125, + 0.058563232421875, + 0.005268096923828125, + -0.032012939453125, + -0.0635986328125, + -0.0277099609375, + 0.00568389892578125, + 0.00441741943359375, + 0.044097900390625, + -0.040008544921875, + -0.003086090087890625, + -0.016204833984375, + 0.01092529296875, + 0.0714111328125, + -0.00270843505859375, + 0.0288848876953125, + -0.00780487060546875, + -0.025177001953125, + -0.0019512176513671875, + -0.02215576171875 ], "metadata": { "domains": [ - "network-forensics", + "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_ssdeep", + "type": "tool", + "name": "ssdeep", + "content": "ssdeep tool zur berechnung „fuzzy hashes“ (context triggered piecewise hashing, ctph) für ähnlichkeits­analysen von dateien. kann binäre malware‑varianten, dokumentschablonen oder logs selbst bei nur teilweisen überschneidungen matchen. ausgabe‑hashes lassen sich in datenbanken oder yara‑regeln integrieren. fuzzy-hashing similarity malware-analysis incident-response analysis", + "embedding": [ + -0.029693603515625, + 0.0132293701171875, + 0.0716552734375, + 0.00258636474609375, + 0.029693603515625, + 0.0097198486328125, + 0.016204833984375, + -0.012420654296875, + -0.0250244140625, + 0.0002601146697998047, + -0.01277923583984375, + 0.04266357421875, + -0.0114288330078125, + -0.016204833984375, + -0.03546142578125, + 0.0318603515625, + 0.005847930908203125, + 0.005420684814453125, + 0.01467132568359375, + 0.0002644062042236328, + -0.0171051025390625, + 0.006793975830078125, + -0.026458740234375, + 0.0168304443359375, + -0.0012483596801757812, + -0.0023403167724609375, + -0.01898193359375, + -0.06658935546875, + -0.01971435546875, + 0.01277923583984375, + 0.011474609375, + -0.037078857421875, + -0.01007843017578125, + 0.0273590087890625, + 0.0171051025390625, + -0.02142333984375, + -0.0034198760986328125, + -0.041229248046875, + -0.0150299072265625, + 0.0035762786865234375, + -0.0053558349609375, + 0.0165557861328125, + -0.003757476806640625, + -0.015655517578125, + -0.0191650390625, + -0.047515869140625, + 0.0070648193359375, + -0.001422882080078125, + -0.00008505582809448242, + -0.03564453125, + 0.023223876953125, + 0.0130462646484375, + 0.0105743408203125, + -0.00958251953125, + -0.03436279296875, + 0.0235748291015625, + 0.050384521484375, + -0.017730712890625, + -0.047149658203125, + 0.040496826171875, + -0.058685302734375, + 0.016021728515625, + 0.019622802734375, + -0.0021266937255859375, + 0.00286865234375, + 0.01611328125, + -0.00827789306640625, + -0.033477783203125, + -0.005016326904296875, + 0.00048089027404785156, + 0.022857666015625, + 0.01520538330078125, + -0.004634857177734375, + 0.033660888671875, + -0.0201568603515625, + -0.0182647705078125, + 0.031494140625, + 0.0242919921875, + -0.000492095947265625, + 0.00936126708984375, + -0.057220458984375, + 0.0069732666015625, + 0.04229736328125, + -0.01448822021484375, + 0.002170562744140625, + -0.0013446807861328125, + 0.01457977294921875, + -0.0174560546875, + -0.005603790283203125, + 0.009765625, + 0.02447509765625, + -0.003688812255859375, + 0.0277099609375, + -0.0293426513671875, + 0.047149658203125, + 0.04193115234375, + 0.01349639892578125, + 0.008056640625, + -0.00017368793487548828, + 0.047149658203125, + 0.0287933349609375, + -0.017730712890625, + 0.05364990234375, + -0.01430511474609375, + 0.030059814453125, + -0.019622802734375, + -0.0096282958984375, + 0.005084991455078125, + 0.0043182373046875, + -0.01169586181640625, + -0.09356689453125, + -0.03472900390625, + -0.0275421142578125, + -0.0557861328125, + -0.0318603515625, + 0.003082275390625, + 0.00917816162109375, + 0.0322265625, + -0.0131378173828125, + -0.050750732421875, + 0.0106658935546875, + 0.0275421142578125, + 0.0015974044799804688, + 0.002597808837890625, + -0.05255126953125, + -0.061187744140625, + 0.0189056396484375, + -0.0007538795471191406, + -0.040313720703125, + -0.026824951171875, + 0.0016536712646484375, + 0.0001926422119140625, + -0.017822265625, + -0.03204345703125, + -0.00846099853515625, + -0.03546142578125, + 0.028076171875, + 0.0032405853271484375, + -0.0029697418212890625, + 0.00656890869140625, + 0.04931640625, + -0.064453125, + -0.06549072265625, + 0.0011816024780273438, + -0.01214599609375, + -0.034027099609375, + -0.0253753662109375, + 0.0277099609375, + -0.028076171875, + -0.01934814453125, + -0.015655517578125, + 0.038330078125, + 0.075927734375, + 0.00305938720703125, + 0.0116119384765625, + -0.06298828125, + 0.0203399658203125, + -0.00447845458984375, + 0.0309600830078125, + -0.01026153564453125, + -0.031494140625, + 0.0273590087890625, + -0.0257415771484375, + 0.03961181640625, + -0.01197052001953125, + -0.050750732421875, + -0.01111602783203125, + 0.062286376953125, + -0.00666046142578125, + 0.02484130859375, + 0.0009784698486328125, + -0.026824951171875, + 0.047149658203125, + 0.034912109375, + -0.003082275390625, + 0.0253753662109375, + 0.006885528564453125, + -0.00836944580078125, + 0.051483154296875, + 0.0251922607421875, + -0.0014009475708007812, + -0.026824951171875, + 0.060821533203125, + -0.00481414794921875, + 0.01385498046875, + 0.01727294921875, + -0.0181732177734375, + 0.005893707275390625, + -0.00012445449829101562, + 0.026641845703125, + -0.0289764404296875, + -0.03131103515625, + -0.00652313232421875, + 0.03564453125, + 0.009765625, + 0.05218505859375, + 0.0496826171875, + -0.009857177734375, + 0.037628173828125, + 0.012237548828125, + 0.0191650390625, + 0.0237579345703125, + 0.0165557861328125, + 0.0694580078125, + -0.00098419189453125, + -0.0167388916015625, + -0.006435394287109375, + 0.043548583984375, + 0.020782470703125, + -0.0218658447265625, + -0.01102447509765625, + 0.044647216796875, + 0.022674560546875, + -0.037628173828125, + -0.0322265625, + -0.0489501953125, + 0.016021728515625, + 0.01367950439453125, + -0.034912109375, + -0.00994110107421875, + 0.0000692605972290039, + -0.06585693359375, + -0.01529693603515625, + 0.033660888671875, + 0.0020923614501953125, + 0.04498291015625, + 0.017730712890625, + -0.03582763671875, + -0.021148681640625, + 0.01197052001953125, + 0.002902984619140625, + 0.01097869873046875, + -0.004611968994140625, + 0.0032176971435546875, + -0.010711669921875, + -0.0019006729125976562, + 0.0242919921875, + 0.02484130859375, + 0.007198333740234375, + 0.0009393692016601562, + -0.0251922607421875, + 0.04644775390625, + -0.034912109375, + 0.044830322265625, + 0.0123291015625, + -0.0217742919921875, + 0.0277099609375, + 0.001422882080078125, + 0.0237579345703125, + 0.04302978515625, + -0.04931640625, + -0.00656890869140625, + -0.07525634765625, + 0.0277099609375, + -0.04156494140625, + -0.038330078125, + -0.03472900390625, + -0.058319091796875, + 0.03564453125, + -0.03204345703125, + -0.00661468505859375, + 0.01251220703125, + 0.0123291015625, + 0.00666046142578125, + 0.033294677734375, + -0.01129150390625, + -0.060821533203125, + -0.0123291015625, + 0.060821533203125, + -0.0221405029296875, + -0.0131378173828125, + -0.0271759033203125, + 0.01367950439453125, + -0.0253753662109375, + 0.00746917724609375, + -0.0163726806640625, + 0.003307342529296875, + 0.0259246826171875, + 0.01593017578125, + 0.017547607421875, + 0.0134124755859375, + -0.005466461181640625, + -0.01358795166015625, + 0.048248291015625, + -0.047882080078125, + -0.0006580352783203125, + -0.0275421142578125, + 0.01430511474609375, + -0.03509521484375, + -0.047515869140625, + -0.0311431884765625, + 0.044830322265625, + -0.0018901824951171875, + 0.01169586181640625, + 0.0047454833984375, + -0.055084228515625, + 0.00438690185546875, + 0.00756072998046875, + -0.036529541015625, + 0.044830322265625, + 0.07305908203125, + -0.034027099609375, + -0.004093170166015625, + -0.01030731201171875, + 0.0220489501953125, + -0.0253753662109375, + -0.03240966796875, + -0.017913818359375, + -0.0181732177734375, + -0.017181396484375, + -0.023040771484375, + 0.0171051025390625, + -0.04644775390625, + -0.0057373046875, + -0.0157470703125, + -0.00751495361328125, + -0.033477783203125, + -0.057952880859375, + 0.01259613037109375, + -0.0360107421875, + -0.0259246826171875, + -0.0167388916015625, + 0.05255126953125, + -0.0182647705078125, + -0.0020923614501953125, + -0.033843994140625, + 0.007740020751953125, + -0.033477783203125, + 0.0251922607421875, + -0.026641845703125, + 0.0293426513671875, + 0.006839752197265625, + 0.047149658203125, + 0.033111572265625, + 0.0031948089599609375, + 0.01422119140625, + 0.05975341796875, + 0.00616455078125, + 0.005603790283203125, + -0.005985260009765625, + 0.01520538330078125, + 0.0345458984375, + 0.0304107666015625, + -0.01377105712890625, + -0.0224151611328125, + 0.0039825439453125, + -0.00832366943359375, + 0.01259613037109375, + 0.0163726806640625, + 0.037445068359375, + 0.0242919921875, + -0.0150299072265625, + -0.01097869873046875, + 0.08062744140625, + -0.006839752197265625, + 0.08892822265625, + -0.006793975830078125, + -0.04931640625, + 0.02484130859375, + 0.0291595458984375, + -0.037078857421875, + 0.00836944580078125, + 0.0168304443359375, + 0.00434112548828125, + -0.015838623046875, + 0.0148468017578125, + -0.0079193115234375, + 0.0188140869140625, + 0.00666046142578125, + 0.0171051025390625, + 0.057952880859375, + -0.032928466796875, + 0.0318603515625, + 0.04248046875, + 0.0149383544921875, + 0.006748199462890625, + 0.03814697265625, + -0.0269927978515625, + -0.041748046875, + -0.03814697265625, + -0.057952880859375, + 0.0224151611328125, + 0.0255584716796875, + 0.0132293701171875, + 0.0170135498046875, + -0.04608154296875, + -0.06298828125, + 0.040313720703125, + -0.0237579345703125, + 0.060821533203125, + 0.032745361328125, + 0.019805908203125, + -0.0018901824951171875, + -0.019256591796875, + 0.0259246826171875, + 0.0307769775390625, + 0.026641845703125, + 0.030242919921875, + 0.03472900390625, + 0.0273590087890625, + 0.0005598068237304688, + -0.040679931640625, + 0.0275421142578125, + 0.03564453125, + 0.02825927734375, + 0.0027561187744140625, + 0.016204833984375, + 0.014129638671875, + 0.0005879402160644531, + -0.04644775390625, + 0.040130615234375, + 0.023040771484375, + -0.04644775390625, + 0.01030731201171875, + -0.0039825439453125, + 0.0271759033203125, + -0.0257415771484375, + 0.0103912353515625, + -0.0253753662109375, + 0.0049285888671875, + 0.01296234130859375, + 0.036346435546875, + -0.043365478515625, + 0.005893707275390625, + 0.048248291015625, + -0.063720703125, + 0.0284423828125, + 0.02447509765625, + -0.064453125, + 0.0200653076171875, + -0.0189056396484375, + -0.06512451171875, + 0.02484130859375, + -0.034912109375, + -0.05615234375, + 0.0056915283203125, + 0.0188140869140625, + -0.032562255859375, + -0.0386962890625, + -0.060821533203125, + -0.006256103515625, + 0.00827789306640625, + -0.0394287109375, + 0.0241241455078125, + 0.0018787384033203125, + 0.005039215087890625, + 0.063720703125, + 0.040679931640625, + -0.026275634765625, + -0.0257415771484375, + 0.0626220703125, + -0.00751495361328125, + -0.0307769775390625, + 0.01467132568359375, + 0.0242919921875, + -0.0019350051879882812, + -0.0318603515625, + -0.04498291015625, + -0.017547607421875, + 0.0008716583251953125, + 0.0079193115234375, + 0.026275634765625, + -0.07562255859375, + -0.045166015625, + -0.0112457275390625, + 0.051849365234375, + 0.01084136962890625, + 0.04931640625, + 0.005512237548828125, + -0.0489501953125, + 0.0269927978515625, + -0.06695556640625, + -0.01611328125, + 0.01422119140625, + -0.006927490234375, + 0.017822265625, + 0.08135986328125, + -0.0036678314208984375, + -0.006072998046875, + 0.0010128021240234375, + 0.039947509765625, + 0.01422119140625, + -0.0008435249328613281, + -0.024658203125, + 0.048583984375, + 0.0069732666015625, + -0.05255126953125, + -0.00818634033203125, + -0.01953125, + 0.0014286041259765625, + 0.04534912109375, + -0.069091796875, + -0.0251922607421875, + -0.0103912353515625, + -0.030242919921875, + -0.03509521484375, + -0.03564453125, + 0.000888824462890625, + -0.06011962890625, + 0.0215911865234375, + 0.01430511474609375, + -0.009490966796875, + 0.0287933349609375, + 0.0134124755859375, + 0.012420654296875, + 0.005893707275390625, + 0.00936126708984375, + -0.01277923583984375, + 0.0565185546875, + -0.06695556640625, + -0.01538848876953125, + -0.0360107421875, + 0.02789306640625, + -0.01093292236328125, + -0.01430511474609375, + -0.01430511474609375, + -0.02484130859375, + 0.0390625, + -0.029693603515625, + 0.0085906982421875, + -0.032928466796875, + -0.009674072265625, + -0.0557861328125, + -0.0257415771484375, + 0.005084991455078125, + 0.0199737548828125, + -0.03131103515625, + 0.0030364990234375, + 0.0106201171875, + -0.034210205078125, + 0.039764404296875, + 0.012237548828125, + -0.013946533203125, + 0.00850677490234375, + -0.0061187744140625, + 0.017730712890625, + -0.0183563232421875, + 0.0203399658203125, + -0.01529693603515625, + -0.037445068359375, + -0.0777587890625, + 0.040496826171875, + -0.007198333740234375, + -0.0007481575012207031, + -0.01187896728515625, + -0.02484130859375, + -0.0762939453125, + 0.008819580078125, + 0.0289764404296875, + 0.01030731201171875, + -0.01169586181640625, + -0.0352783203125, + -0.0307769775390625, + -0.0081024169921875, + -0.047882080078125, + 0.017730712890625, + -0.0168304443359375, + 0.01611328125, + -0.01593017578125, + -0.006793975830078125, + 0.01430511474609375, + 0.034912109375, + 0.02447509765625, + 0.03204345703125, + -0.0000413060188293457, + -0.034912109375, + 0.026275634765625, + 0.00571441650390625, + -0.006481170654296875, + -0.0217742919921875, + -0.017364501953125, + 0.041748046875, + -0.044281005859375, + -0.01593017578125, + 0.04498291015625, + 0.043548583984375, + 0.01088714599609375, + -0.0217742919921875, + -0.01169586181640625, + 0.034027099609375, + -0.030242919921875, + 0.10150146484375, + -0.01422119140625, + -0.04608154296875, + 0.0107574462890625, + 0.0097198486328125, + 0.06842041015625, + 0.0496826171875, + -0.0216827392578125, + -0.0379638671875, + 0.029693603515625, + 0.064453125, + -0.02276611328125, + -0.03546142578125, + -0.0216827392578125, + 0.01953125, + 0.007965087890625, + 0.048248291015625, + 0.00814056396484375, + 0.0914306640625, + 0.01206207275390625, + 0.0015411376953125, + 0.034027099609375, + 0.053985595703125, + 0.0271759033203125, + -0.019439697265625, + -0.058319091796875, + -0.008636474609375, + 0.0217742919921875, + -0.040679931640625, + -0.03204345703125, + -0.01538848876953125, + 0.058319091796875, + -0.07452392578125, + -0.00263214111328125, + 0.0010232925415039062, + -0.01026153564453125, + 0.0241241455078125, + -0.007602691650390625, + -0.037811279296875, + 0.004161834716796875, + -0.0012655258178710938, + -0.0307769775390625, + -0.0157470703125, + 0.01197052001953125, + 0.0149383544921875, + 0.063720703125, + 0.037078857421875, + 0.00533294677734375, + 0.04193115234375, + 0.011474609375, + 0.04644775390625, + -0.003307342529296875, + 0.021331787109375, + 0.0029697418212890625, + 0.0014848709106445312, + 0.0489501953125, + 0.05938720703125, + 0.0040283203125, + -0.0029697418212890625, + -0.002689361572265625, + 0.0069732666015625, + 0.050384521484375, + 0.05291748046875, + 0.007198333740234375, + 0.01012420654296875, + 0.004070281982421875, + -0.0626220703125, + -0.005153656005859375, + -0.0163726806640625, + -0.039764404296875, + -0.06695556640625, + -0.011383056640625, + 0.0225830078125, + -0.0379638671875, + 0.006389617919921875, + 0.04248046875, + -0.033111572265625, + -0.01611328125, + 0.040496826171875, + 0.00438690185546875, + -0.0287933349609375, + 0.029510498046875, + -0.0269927978515625, + -0.033477783203125, + -0.02447509765625, + -0.0047454833984375, + 0.04248046875, + -0.021148681640625, + -0.06658935546875, + -0.01021575927734375, + 0.022491455078125, + 0.0012989044189453125, + -0.057952880859375, + -0.036529541015625, + -0.01287078857421875, + -0.007335662841796875, + -0.0255584716796875, + -0.050750732421875, + -0.0271759033203125, + 0.0150299072265625, + -0.029510498046875, + 0.021331787109375, + -0.007110595703125, + -0.0379638671875, + -0.01593017578125, + -0.00998687744140625, + -0.0286102294921875, + -0.0014057159423828125, + -0.0626220703125, + 0.047149658203125, + 0.0018339157104492188, + 0.0181732177734375, + 0.0257415771484375, + 0.05291748046875, + -0.030242919921875, + -0.03131103515625, + -0.0140380859375, + -0.03472900390625, + -0.0105743408203125, + 0.0061187744140625, + -0.0225830078125, + -0.054351806640625, + -0.0088653564453125, + 0.0184478759765625, + -0.06658935546875, + 0.0307769775390625, + -0.0008435249328613281, + 0.022674560546875, + -0.0784912109375, + -0.01169586181640625, + -0.00850677490234375, + 0.0237579345703125, + 0.082763671875, + -0.00443267822265625, + -0.0130462646484375, + 0.0053558349609375, + -0.0284423828125, + 0.058685302734375, + 0.0305938720703125, + 0.03509521484375, + -0.0413818359375, + 0.0255584716796875, + 0.01259613037109375, + -0.0250244140625, + 0.01377105712890625, + -0.09429931640625, + -0.003711700439453125, + 0.019073486328125, + 0.0269927978515625, + -0.0257415771484375, + -0.00904083251953125, + -0.050750732421875, + -0.0352783203125, + -0.017181396484375, + 0.0237579345703125, + -0.00524139404296875, + 0.007152557373046875, + -0.051483154296875, + 0.021240234375, + -0.0027103424072265625, + -0.033843994140625, + -0.0284423828125, + -0.06732177734375, + 0.03924560546875, + -0.01439666748046875, + -0.0701904296875, + 0.043548583984375, + 0.0029468536376953125, + 0.014129638671875, + 0.016204833984375, + 0.01107025146484375, + -0.0307769775390625, + 0.0253753662109375, + -0.00263214111328125, + 0.009490966796875, + 0.020965576171875, + 0.005645751953125, + -0.0056915283203125, + 0.0255584716796875, + 0.022491455078125, + -0.0162811279296875, + 0.0390625, + 0.0257415771484375, + -0.0183563232421875, + -0.054351806640625, + -0.032562255859375, + -0.0183563232421875, + 0.0222320556640625, + 0.01611328125, + 0.06622314453125, + 0.0318603515625, + -0.01557159423828125, + -0.10009765625, + 0.0565185546875, + -0.00576019287109375, + 0.0235748291015625, + 0.0036449432373046875, + -0.00670623779296875, + -0.037078857421875, + -0.053985595703125, + -0.01439666748046875, + 0.0106658935546875, + -0.034912109375, + 0.0273590087890625, + 0.0284423828125, + -0.0255584716796875, + 0.008819580078125, + -0.00841522216796875, + -0.0031719207763671875, + 0.0286102294921875, + -0.00495147705078125, + -0.044647216796875, + 0.069091796875, + -0.02105712890625, + 0.01268768310546875, + 0.005535125732421875, + 0.0078277587890625, + 0.026458740234375, + 0.009765625, + -0.01422119140625, + -0.019256591796875, + 0.0171051025390625, + 0.02825927734375, + -0.0224151611328125, + -0.01016998291015625, + -0.02069091796875, + 0.0099029541015625, + 0.02789306640625, + -0.01548004150390625, + -0.0032405853271484375, + 0.00580596923828125, + -0.00011247396469116211, + -0.034210205078125, + -0.0557861328125, + -0.0648193359375, + 0.0034637451171875, + -0.037628173828125, + -0.0242919921875, + 0.0015077590942382812, + 0.0009169578552246094, + 0.006839752197265625, + -0.01287078857421875, + 0.021331787109375, + 0.00524139404296875, + -0.0253753662109375, + -0.034210205078125, + 0.00533294677734375, + -0.0250244140625, + 0.03582763671875, + 0.004276275634765625, + -0.01385498046875, + 0.0394287109375, + -0.01448822021484375, + -0.02447509765625, + 0.00018274784088134766, + -0.0021266937255859375, + -0.03436279296875, + 0.026092529296875, + -0.056884765625, + -0.007602691650390625, + 0.0123291015625, + -0.002811431884765625, + 0.0273590087890625, + -0.03546142578125, + 0.04931640625, + -0.0031490325927734375, + -0.0770263671875, + -0.00855255126953125, + -0.0223236083984375, + -0.048248291015625, + 0.0106201171875, + -0.00998687744140625, + 0.0219573974609375, + 0.0019683837890625, + 0.0304107666015625, + 0.0257415771484375, + 0.05255126953125, + 0.0012989044189453125, + -0.0106658935546875, + 0.0043182373046875, + -0.019073486328125, + 0.01385498046875, + 0.037078857421875, + 0.0157470703125, + -0.0025539398193359375, + -0.004520416259765625, + 0.00481414794921875, + -0.077392578125, + -0.0006976127624511719, + -0.01439666748046875, + -0.040496826171875, + -0.0001392364501953125, + 0.08782958984375, + 0.0147552490234375, + 0.00958251953125, + 0.0201568603515625, + 0.061920166015625, + 0.0273590087890625, + 0.0181732177734375, + -0.00652313232421875, + -0.041748046875, + -0.009490966796875, + 0.019805908203125, + 0.02825927734375, + -0.061553955078125, + 0.0428466796875, + 0.024658203125, + -0.0241241455078125, + -0.0147552490234375, + 0.02484130859375, + 0.01457977294921875, + 0.032928466796875, + 0.0269927978515625, + 0.033843994140625, + -0.03240966796875, + 0.024658203125, + -0.007152557373046875, + -0.0007028579711914062, + 0.01043701171875, + 0.007110595703125, + -0.033660888671875, + 0.058319091796875, + -0.055084228515625, + 0.006389617919921875, + 0.0287933349609375, + 0.09576416015625, + -0.00445556640625, + -0.040679931640625, + -0.01206207275390625, + 0.050048828125, + 0.0322265625, + -0.017181396484375, + -0.003284454345703125, + -0.0242919921875, + -0.001220703125, + 0.032562255859375, + 0.077392578125, + 0.01727294921875, + 0.0219573974609375, + 0.0174560546875, + -0.037261962890625, + 0.0293426513671875, + -0.01520538330078125, + 0.026275634765625, + 0.0087738037109375, + -0.0291595458984375, + -0.0157470703125, + -0.05255126953125, + 0.0057373046875, + 0.034912109375, + 0.0277099609375, + 0.00616455078125, + 0.01520538330078125, + -0.0033969879150390625, + -0.004791259765625, + 0.01611328125, + 0.03204345703125, + 0.0150299072265625, + -0.004970550537109375, + 0.006343841552734375, + 0.0309600830078125, + -0.0170135498046875, + -0.03472900390625, + 0.0307769775390625, + -0.026092529296875, + 0.00908660888671875, + -0.043365478515625, + -0.003353118896484375, + 0.028076171875, + -0.022491455078125, + -0.0021266937255859375, + -0.0307769775390625, + 0.013946533203125, + -0.00917816162109375, + -0.053985595703125, + -0.00701904296875, + 0.050384521484375, + -0.031494140625, + 0.0293426513671875, + 0.00787353515625, + -0.00263214111328125, + -0.002597808837890625, + -0.0701904296875, + 0.047882080078125, + 0.050384521484375, + 0.01012420654296875, + -0.00447845458984375, + -0.00742340087890625, + 0.026824951171875, + -0.015655517578125, + 0.0251922607421875, + -0.004253387451171875, + -0.026641845703125, + 0.0458984375, + 0.01727294921875, + 0.0166473388671875, + 0.00913238525390625, + 0.048248291015625, + -0.0149383544921875, + -0.0239410400390625, + 0.051116943359375, + 0.01971435546875, + 0.0413818359375, + 0.0014514923095703125, + -0.044281005859375, + -0.005084991455078125, + -0.037445068359375, + 0.050384521484375, + -0.013946533203125, + -0.017913818359375, + 0.0394287109375, + -0.03546142578125, + 0.0709228515625, + -0.0189056396484375, + 0.057952880859375, + -0.036163330078125, + 0.036712646484375, + -0.00656890869140625, + 0.0286102294921875, + -0.009002685546875, + 0.017822265625, + -0.026641845703125, + 0.0273590087890625, + -0.0291595458984375, + 0.06585693359375, + 0.01520538330078125, + -0.0016870498657226562, + -0.032562255859375, + -0.00004988908767700195, + -0.0189056396484375, + 0.0133209228515625, + 0.0199737548828125, + -0.043365478515625, + 0.007785797119140625, + 0.0025653839111328125, + 0.03204345703125, + 0.0694580078125, + 0.0123291015625, + 0.0269927978515625, + -0.0048828125, + 0.005107879638671875, + -0.004726409912109375, + -0.0035991668701171875 + ], + "metadata": { + "domains": [ + "malware-analysis", "incident-response" ], "phases": [ - "data-collection", "analysis" ], "tags": [ - "rogue-ap", - "wireless", - "man-in-the-middle", - "gui", - "web-interface", - "scenario:remote_access" + "fuzzy-hashing", + "similarity" ], "skillLevel": "intermediate", "type": "tool" } }, - { - "id": "tool_x64dbg", - "type": "tool", - "name": "x64dbg", - "content": "x64dbg der kostenlose windows-debugger revolutioniert malware-analysis durch intuitive gui und plugin-ecosystem. ersetzt den veralteten ollydbg mit moderner 64-bit-architektur und active-development. besonders stark: anti-anti-debug-plugins umgehen evasion-techniken, script-engine automatisiert repetitive tasks, memory-map-viewer zeigt process-layout übersichtlich. die plugin-community entwickelt ständig neue extensions: unpacker für gepackte malware, crypto- finder identifiziert verschlüsselungsroutinen, api-logger trackt system-calls. integrated-disassembler mit syntax-highlighting. conditional-breakpoints für complex-debugging-scenarios. multi-threading-support für moderne malware. export-funktionen für weitere analysis. die portable version läuft von usb-stick. besonders wertvoll: zero-cost für hobbyisten und kleine teams bei professional-level-features. active-community in discord/github hilft bei problemen. der de-facto-standard für windows-malware- dynamic-analysis ohne budget-constraints. debugger reverse-engineering malware-analysis analysis", - "embedding": [ - -0.0308380126953125, - 0.0145721435546875, - 0.04339599609375, - -0.00872039794921875, - 0.0259552001953125, - 0.03997802734375, - 0.01934814453125, - 0.008880615234375, - -0.0159454345703125, - -0.006565093994140625, - -0.052734375, - 0.02764892578125, - 0.0321044921875, - 0.01776123046875, - -0.0310516357421875, - 0.047637939453125, - -0.0079193115234375, - 0.01690673828125, - -0.005847930908203125, - 0.0127105712890625, - -0.044464111328125, - -0.0014028549194335938, - -0.05126953125, - -0.0037212371826171875, - 0.01031494140625, - -0.00170135498046875, - -0.0246734619140625, - -0.0386962890625, - -0.005157470703125, - -0.004146575927734375, - 0.0036163330078125, - -0.05657958984375, - 0.0089874267578125, - 0.04083251953125, - 0.00872039794921875, - -0.0018482208251953125, - -0.0003604888916015625, - -0.06256103515625, - -0.0222320556640625, - 0.077392578125, - -0.0253143310546875, - -0.00582122802734375, - 0.009521484375, - -0.0110626220703125, - -0.0124969482421875, - -0.07867431640625, - -0.0016412734985351562, - -0.0308380126953125, - 0.015838623046875, - -0.0236053466796875, - 0.0310516357421875, - 0.02520751953125, - 0.01222991943359375, - -0.011962890625, - -0.032318115234375, - 0.04168701171875, - 0.0182952880859375, - -0.0242462158203125, - -0.041046142578125, - 0.050201416015625, - -0.027862548828125, - -0.01212310791015625, - -0.0071258544921875, - -0.00936126708984375, - 0.026153564453125, - 0.037017822265625, - -0.0009703636169433594, - -0.03680419921875, - -0.00893402099609375, - 0.010955810546875, - -0.00914764404296875, - -0.007495880126953125, - -0.031890869140625, - 0.0253143310546875, - -0.033599853515625, - -0.01446533203125, - 0.01026153564453125, - 0.041900634765625, - 0.00728607177734375, - -0.00325775146484375, - -0.061248779296875, - -0.016265869140625, - 0.03997802734375, - -0.0269012451171875, - 0.01345062255859375, - -0.0015888214111328125, - 0.02435302734375, - 0.0140380859375, - 0.0271148681640625, - 0.002605438232421875, - 0.03253173828125, - 0.0052642822265625, - 0.0224456787109375, - -0.0164794921875, - 0.03253173828125, - 0.050201416015625, - -0.004627227783203125, - -0.0081329345703125, - -0.028076171875, - 0.0386962890625, - 0.0139312744140625, - -0.031463623046875, - 0.057861328125, - -0.031463623046875, - 0.043609619140625, - -0.00728607177734375, - 0.0037479400634765625, - -0.01334381103515625, - -0.003643035888671875, - -0.008026123046875, - -0.09356689453125, - -0.05828857421875, - 0.01190948486328125, - -0.05401611328125, - 0.00460052490234375, - -0.0165863037109375, - -0.0176544189453125, - 0.03594970703125, - -0.026153564453125, - -0.048919677734375, - 0.005687713623046875, - -0.0007944107055664062, - -0.01446533203125, - 0.0246734619140625, - -0.043609619140625, - -0.05169677734375, - 0.017333984375, - 0.0167999267578125, - -0.03424072265625, - -0.0271148681640625, - -0.0145721435546875, - -0.02392578125, - -0.0207366943359375, - -0.04296875, - -0.0141448974609375, - -0.0380859375, - 0.031890869140625, - -0.009674072265625, - -0.00782012939453125, - -0.0032825469970703125, - 0.02435302734375, - -0.019561767578125, - -0.050628662109375, - 0.02105712890625, - -0.017120361328125, - 0.0107421875, - 0.003932952880859375, - 0.0206298828125, - 0.00011467933654785156, - 0.00872039794921875, - 0.0019273757934570312, - 0.01605224609375, - 0.05487060546875, - 0.006671905517578125, - 0.031463623046875, - -0.036590576171875, - -0.02191162109375, - -0.0180816650390625, - 0.0552978515625, - -0.017547607421875, - -0.0185089111328125, - 0.0110626220703125, - -0.01776123046875, - 0.0137176513671875, - -0.00839996337890625, - -0.01122283935546875, - -0.0065155029296875, - 0.03912353515625, - -0.00449371337890625, - -0.0222320556640625, - 0.05743408203125, - 0.00046515464782714844, - 0.061248779296875, - 0.05615234375, - -0.029571533203125, - 0.001110076904296875, - 0.0083465576171875, - -0.01776123046875, - 0.018829345703125, - 0.0083465576171875, - -0.022125244140625, - -0.029144287109375, - 0.02850341796875, - -0.013031005859375, - -0.0116424560546875, - -0.007549285888671875, - -0.0145721435546875, - -0.019775390625, - -0.05615234375, - 0.0120697021484375, - -0.05572509765625, - -0.051055908203125, - -0.033172607421875, - 0.047637939453125, - 0.01776123046875, - 0.0570068359375, - 0.007762908935546875, - -0.0263671875, - 0.0469970703125, - -0.000904083251953125, - 0.010955810546875, - 0.03167724609375, - 0.0022735595703125, - 0.0165863037109375, - 0.003986358642578125, - 0.01058197021484375, - -0.00334930419921875, - 0.02606201171875, - -0.001190185546875, - 0.006221771240234375, - 0.007549285888671875, - 0.060394287109375, - 0.0019140243530273438, - -0.0128173828125, - -0.016693115234375, - -0.0452880859375, - 0.03424072265625, - 0.0005717277526855469, - -0.006488800048828125, - -0.01158905029296875, - -0.0012426376342773438, - -0.03338623046875, - 0.0040130615234375, - 0.0404052734375, - -0.032318115234375, - 0.024993896484375, - 0.0145721435546875, - 0.004253387451171875, - -0.035308837890625, - 0.01488494873046875, - 0.0469970703125, - 0.031463623046875, - 0.00909423828125, - -0.01509857177734375, - 0.004467010498046875, - 0.007442474365234375, - 0.0255279541015625, - 0.04083251953125, - 0.0262603759765625, - 0.00882720947265625, - -0.0159454345703125, - 0.0196685791015625, - -0.0110626220703125, - 0.04510498046875, - 0.032745361328125, - 0.0021800994873046875, - 0.00614166259765625, - 0.00946807861328125, - 0.039764404296875, - 0.05487060546875, - -0.050201416015625, - -0.01531219482421875, - -0.0297698974609375, - -0.0104217529296875, - -0.054443359375, - -0.052734375, - -0.011749267578125, - -0.0372314453125, - 0.02935791015625, - 0.0002574920654296875, - -0.041900634765625, - 0.01509857177734375, - 0.031280517578125, - 0.0013093948364257812, - 0.0248870849609375, - -0.004863739013671875, - -0.0421142578125, - -0.00696563720703125, - 0.049560546875, - 0.01116943359375, - -0.023712158203125, - 0.003482818603515625, - 0.0002524852752685547, - 0.00449371337890625, - -0.012176513671875, - -0.017974853515625, - -0.00494384765625, - 0.0271148681640625, - 0.003124237060546875, - 0.0027523040771484375, - -0.02191162109375, - 0.04296875, - -0.0178680419921875, - 0.048492431640625, - -0.047210693359375, - -0.0023403167724609375, - 0.01148223876953125, - 0.0054779052734375, - -0.0174407958984375, - -0.0355224609375, - -0.00038886070251464844, - 0.03955078125, - 0.019134521484375, - 0.0037212371826171875, - 0.023284912109375, - -0.044464111328125, - 0.0116424560546875, - -0.0017948150634765625, - -0.008880615234375, - 0.00786590576171875, - 0.038482666015625, - -0.045501708984375, - 0.0259552001953125, - 0.00315093994140625, - -0.003536224365234375, - -0.0266876220703125, - -0.0304107666015625, - -0.036376953125, - -0.00728607177734375, - -0.026580810546875, - -0.021484375, - -0.004039764404296875, - 0.0018482208251953125, - 0.0009369850158691406, - -0.01934814453125, - -0.003482818603515625, - -0.034027099609375, - -0.032958984375, - 0.002910614013671875, - -0.01605224609375, - -0.0535888671875, - -0.039337158203125, - 0.05615234375, - -0.0025386810302734375, - 0.00839996337890625, - -0.0289306640625, - -0.014251708984375, - -0.0227508544921875, - 0.0240325927734375, - -0.03167724609375, - -0.0007944107055664062, - -0.00531768798828125, - 0.0289306640625, - 0.00553131103515625, - 0.042755126953125, - 0.00366973876953125, - 0.07952880859375, - 0.03167724609375, - -0.01361083984375, - -0.0141448974609375, - 0.01904296875, - 0.0203094482421875, - 0.0198822021484375, - -0.03997802734375, - -0.04571533203125, - -0.0187225341796875, - -0.05914306640625, - 0.0030574798583984375, - 0.010528564453125, - 0.05615234375, - 0.0306243896484375, - -0.00521087646484375, - -0.00818634033203125, - 0.0552978515625, - 0.015838623046875, - 0.0965576171875, - -0.0182952880859375, - -0.0321044921875, - 0.0016155242919921875, - 0.057861328125, - 0.01058197021484375, - 0.016693115234375, - 0.0189361572265625, - 0.01690673828125, - -0.0227508544921875, - 0.0178680419921875, - -0.0157318115234375, - -0.0028438568115234375, - -0.005611419677734375, - 0.00653839111328125, - 0.031463623046875, - -0.006221771240234375, - -0.01026153564453125, - 0.00113677978515625, - 0.0535888671875, - 0.04425048828125, - 0.041046142578125, - -0.027862548828125, - -0.00154876708984375, - -0.017120361328125, - -0.0782470703125, - 0.01111602783203125, - 0.0230712890625, - 0.0145721435546875, - 0.057861328125, - -0.01361083984375, - -0.07275390625, - 0.04339599609375, - -0.0552978515625, - 0.06591796875, - 0.045928955078125, - -0.01111602783203125, - 0.03338623046875, - -0.017333984375, - 0.001834869384765625, - -0.00263214111328125, - 0.0124969482421875, - 0.04998779296875, - 0.05487060546875, - 0.046356201171875, - 0.01313018798828125, - -0.0240325927734375, - 0.0194549560546875, - 0.0438232421875, - 0.031463623046875, - -0.0092010498046875, - 0.032745361328125, - 0.00839996337890625, - 0.0308380126953125, - -0.0140380859375, - 0.0667724609375, - 0.0255279541015625, - -0.00582122802734375, - 0.0207366943359375, - -0.004680633544921875, - 0.0211639404296875, - -0.0338134765625, - 0.00478363037109375, - 0.0135040283203125, - 0.010101318359375, - 0.05169677734375, - 0.04168701171875, - -0.04913330078125, - 0.0085601806640625, - 0.07867431640625, - -0.0693359375, - 0.019775390625, - 0.0141448974609375, - -0.023712158203125, - -0.0052642822265625, - -0.027862548828125, - -0.080810546875, - 0.0321044921875, - -0.027862548828125, - -0.046142578125, - 0.003696441650390625, - 0.0230712890625, - -0.035308837890625, - -0.041900634765625, - -0.0006012916564941406, - -0.005023956298828125, - -0.03997802734375, - -0.02606201171875, - 0.052947998046875, - 0.006725311279296875, - -0.00872039794921875, - 0.03338623046875, - 0.0040130615234375, - -0.0355224609375, - -0.0355224609375, - 0.04913330078125, - -0.00807952880859375, - -0.0299835205078125, - 0.03338623046875, - 0.0156402587890625, - 0.0224456787109375, - -0.0163726806640625, - -0.032318115234375, - 0.00972747802734375, - -0.00128936767578125, - 0.006435394287109375, - 0.00872039794921875, - -0.044677734375, - -0.02392578125, - -0.047637939453125, - 0.041900634765625, - 0.00946807861328125, - 0.034881591796875, - 0.0181884765625, - -0.040191650390625, - 0.039337158203125, - -0.06256103515625, - 0.010528564453125, - -0.0192413330078125, - 0.01297760009765625, - -0.014678955078125, - 0.08294677734375, - -0.00696563720703125, - -0.0206298828125, - 0.0081329345703125, - 0.04083251953125, - 0.0106353759765625, - 0.01361083984375, - -0.043609619140625, - 0.051910400390625, - 0.01026153564453125, - -0.0264739990234375, - -0.02520751953125, - -0.024993896484375, - -0.01265716552734375, - 0.0289306640625, - -0.0380859375, - 0.004039764404296875, - 0.0182952880859375, - -0.067626953125, - -0.0248870849609375, - -0.0271148681640625, - -0.00707244873046875, - -0.022552490234375, - 0.037017822265625, - 0.00786590576171875, - 0.031890869140625, - 0.023712158203125, - 0.0159454345703125, - -0.00531768798828125, - 0.004863739013671875, - 0.0140380859375, - -0.014251708984375, - 0.0203094482421875, - -0.0487060546875, - -0.003231048583984375, - -0.0266876220703125, - 0.03997802734375, - -0.037017822265625, - -0.00395965576171875, - 0.000047147274017333984, - -0.01047515869140625, - 0.04510498046875, - -0.060394287109375, - -0.0001977682113647461, - -0.0137176513671875, - -0.022552490234375, - -0.0304107666015625, - -0.026153564453125, - 0.019134521484375, - 0.0156402587890625, - -0.017974853515625, - 0.028076171875, - 0.032318115234375, - -0.050628662109375, - 0.01026153564453125, - 0.01212310791015625, - -0.021697998046875, - 0.008453369140625, - -0.0200958251953125, - 0.0110626220703125, - 0.0157318115234375, - 0.03680419921875, - -0.0251007080078125, - -0.0207366943359375, - -0.06890869140625, - 0.02435302734375, - -0.019561767578125, - -0.0170135498046875, - -0.010955810546875, - -0.032745361328125, - -0.06719970703125, - -0.0116424560546875, - 0.0086669921875, - 0.004199981689453125, - 0.005611419677734375, - -0.028717041015625, - -0.0380859375, - 0.004119873046875, - -0.03955078125, - 0.044677734375, - -0.0264739990234375, - -0.006435394287109375, - -0.0220184326171875, - -0.052734375, - 0.0251007080078125, - 0.02850341796875, - 0.046142578125, - 0.0143585205078125, - 0.02935791015625, - -0.01148223876953125, - 0.0156402587890625, - 0.0024051666259765625, - -0.0189361572265625, - -0.034881591796875, - -0.00489044189453125, - 0.0372314453125, - -0.05169677734375, - -0.03424072265625, - 0.004680633544921875, - 0.026153564453125, - 0.0066986083984375, - -0.01313018798828125, - -0.01318359375, - 0.0306243896484375, - -0.00013375282287597656, - 0.039337158203125, - -0.02020263671875, - -0.03594970703125, - 0.005130767822265625, - 0.0108489990234375, - 0.0570068359375, - 0.0355224609375, - -0.0127105712890625, - -0.02349853515625, - 0.006061553955078125, - 0.036590576171875, - -0.0263671875, - -0.0289306640625, - -0.0297698974609375, - -0.00850677490234375, - 0.019775390625, - 0.062103271484375, - -0.029144287109375, - 0.0718994140625, - -0.0112762451171875, - 0.032318115234375, - 0.041046142578125, - 0.071044921875, - 0.04296875, - -0.0338134765625, - -0.053802490234375, - -0.0086669921875, - -0.0135040283203125, - -0.0227508544921875, - -0.029144287109375, - 0.0002084970474243164, - 0.048919677734375, - -0.08935546875, - -0.0112762451171875, - 0.0008907318115234375, - -0.01776123046875, - 0.0174407958984375, - 0.0165863037109375, - -0.0266876220703125, - 0.022125244140625, - -0.00909423828125, - -0.031280517578125, - -0.01079559326171875, - -0.0099945068359375, - 0.000698089599609375, - 0.060394287109375, - 0.010101318359375, - -0.017547607421875, - 0.043609619140625, - 0.004627227783203125, - 0.0306243896484375, - 0.012603759765625, - 0.0259552001953125, - -0.002300262451171875, - 0.036590576171875, - 0.027435302734375, - 0.044036865234375, - -0.0164794921875, - -0.018829345703125, - 0.02349853515625, - -0.00707244873046875, - 0.016265869140625, - 0.034027099609375, - 0.01047515869140625, - 0.0116424560546875, - -0.008026123046875, - -0.05126953125, - 0.0017948150634765625, - -0.007602691650390625, - -0.00823974609375, - -0.06634521484375, - -0.031890869140625, - 0.0259552001953125, - -0.04827880859375, - 0.036590576171875, - 0.03826904296875, - -0.007495880126953125, - -0.029571533203125, - 0.0207366943359375, - -0.009674072265625, - -0.05487060546875, - 0.01313018798828125, - -0.0238189697265625, - -0.0251007080078125, - -0.0308380126953125, - -0.051055908203125, - 0.026153564453125, - -0.010101318359375, - -0.07867431640625, - -0.01079559326171875, - 0.0438232421875, - -0.00782012939453125, - 0.00603485107421875, - 0.006488800048828125, - 0.025421142578125, - -0.031890869140625, - -0.041046142578125, - -0.054443359375, - 0.005344390869140625, - 0.0008974075317382812, - -0.0386962890625, - 0.02520751953125, - 0.01605224609375, - -0.041473388671875, - 0.00571441650390625, - -0.027435302734375, - -0.044677734375, - 0.0587158203125, - -0.031890869140625, - 0.0438232421875, - 0.01116943359375, - 0.0240325927734375, - 0.02606201171875, - 0.060394287109375, - -0.001209259033203125, - -0.01222991943359375, - -0.0094146728515625, - -0.05828857421875, - 0.017547607421875, - -0.017120361328125, - 0.0018606185913085938, - -0.074462890625, - 0.0006647109985351562, - 0.0271148681640625, - -0.06591796875, - 0.0054779052734375, - -0.005184173583984375, - -0.0355224609375, - -0.05126953125, - 0.001575469970703125, - 0.0163726806640625, - 0.0081329345703125, - 0.08251953125, - 0.00909423828125, - -0.0018739700317382812, - -0.0010099411010742188, - -0.0650634765625, - 0.035308837890625, - 0.0220184326171875, - 0.041046142578125, - -0.007656097412109375, - 0.04339599609375, - 0.0189361572265625, - 0.0022869110107421875, - -0.004917144775390625, - -0.09442138671875, - -0.0009107589721679688, - 0.035736083984375, - 0.031463623046875, - 0.01531219482421875, - 0.006328582763671875, - -0.040191650390625, - -0.0215911865234375, - -0.0161590576171875, - 0.016693115234375, - -0.00653839111328125, - -0.009674072265625, - -0.054443359375, - -0.0048370361328125, - -0.006008148193359375, - -0.035736083984375, - -0.0299835205078125, - -0.04656982421875, - 0.054443359375, - -0.0116424560546875, - -0.04571533203125, - 0.0272216796875, - -0.00489044189453125, - 0.0095672607421875, - 0.02850341796875, - 0.07318115234375, - -0.032745361328125, - -0.01499176025390625, - -0.007549285888671875, - 0.02020263671875, - -0.0056610107421875, - 0.00395965576171875, - 0.0092010498046875, - 0.0372314453125, - -0.007495880126953125, - -0.0301971435546875, - 0.06292724609375, - 0.032958984375, - -0.00428009033203125, - -0.06976318359375, - -0.01499176025390625, - -0.0259552001953125, - 0.04510498046875, - -0.0005617141723632812, - 0.050201416015625, - 0.0167999267578125, - -0.00489044189453125, - -0.07781982421875, - 0.038909912109375, - -0.03424072265625, - 0.0478515625, - 0.0174407958984375, - -0.01313018798828125, - -0.08935546875, - -0.0587158203125, - -0.0207366943359375, - 0.0163726806640625, - -0.038909912109375, - 0.0262603759765625, - 0.034454345703125, - -0.0012559890747070312, - 0.002391815185546875, - -0.02679443359375, - -0.0009241104125976562, - 0.0321044921875, - 0.017974853515625, - -0.021697998046875, - 0.04742431640625, - -0.043609619140625, - 0.023284912109375, - -0.038909912109375, - 0.0033359527587890625, - 0.0218048095703125, - 0.006114959716796875, - -0.03466796875, - -0.0220184326171875, - 0.026153564453125, - 0.067626953125, - -0.0003972053527832031, - 0.0026454925537109375, - -0.041046142578125, - 0.0289306640625, - -0.002712249755859375, - 0.005558013916015625, - 0.00728607177734375, - 0.01036834716796875, - -0.021270751953125, - -0.0178680419921875, - -0.059967041015625, - -0.07147216796875, - -0.005741119384765625, - -0.039337158203125, - -0.01233673095703125, - 0.0026187896728515625, - 0.01861572265625, - 0.02020263671875, - -0.03509521484375, - 0.0139312744140625, - 0.0094146728515625, - -0.01100921630859375, - -0.00232696533203125, - 0.0180816650390625, - -0.0264739990234375, - 0.027435302734375, - 0.012603759765625, - -0.0310516357421875, - 0.018829345703125, - -0.0165863037109375, - -0.008880615234375, - -0.0161590576171875, - -0.0156402587890625, - -0.03680419921875, - 0.03466796875, - -0.0552978515625, - -0.00797271728515625, - 0.0157318115234375, - 0.01531219482421875, - -0.014251708984375, - -0.0355224609375, - 0.0421142578125, - -0.00038051605224609375, - -0.07867431640625, - 0.00739288330078125, - -0.03997802734375, - -0.060394287109375, - -0.008026123046875, - 0.00563812255859375, - 0.033172607421875, - -0.0147857666015625, - 0.05828857421875, - 0.0469970703125, - 0.028717041015625, - 0.018829345703125, - -0.046783447265625, - 0.0178680419921875, - -0.0108489990234375, - 0.0259552001953125, - 0.028717041015625, - 0.01541900634765625, - -0.0032176971435546875, - -0.0044403076171875, - 0.006618499755859375, - -0.0701904296875, - -0.006195068359375, - -0.0174407958984375, - -0.06256103515625, - -0.01079559326171875, - 0.06256103515625, - 0.048919677734375, - 0.0139312744140625, - 0.031463623046875, - 0.03997802734375, - 0.0304107666015625, - -0.004970550537109375, - -0.039337158203125, - -0.0850830078125, - -0.028289794921875, - 0.0355224609375, - 0.0085601806640625, - -0.052734375, - 0.031463623046875, - 0.03997802734375, - 0.0037479400634765625, - -0.01861572265625, - -0.01244354248046875, - -0.0196685791015625, - 0.04296875, - 0.0213775634765625, - 0.031280517578125, - -0.050201416015625, - 0.01361083984375, - 0.02935791015625, - -0.01488494873046875, - 0.0073394775390625, - 0.0007443428039550781, - -0.014678955078125, - 0.0240325927734375, - -0.05657958984375, - -0.01122283935546875, - 0.01212310791015625, - 0.064208984375, - 0.031890869140625, - -0.02935791015625, - -0.01446533203125, - 0.04168701171875, - 0.0213775634765625, - -0.0238189697265625, - -0.026153564453125, - 0.009307861328125, - -0.0159454345703125, - 0.0167999267578125, - 0.042755126953125, - 0.01552581787109375, - 0.03338623046875, - 0.0014286041259765625, - -0.04998779296875, - 0.0380859375, - -0.013824462890625, - 0.022125244140625, - -0.003536224365234375, - -0.0587158203125, - -0.0306243896484375, - -0.05230712890625, - -0.00238037109375, - 0.02520751953125, - 0.03680419921875, - 0.01904296875, - -0.00531768798828125, - -0.0163726806640625, - 0.012603759765625, - 0.035308837890625, - 0.01861572265625, - 0.023284912109375, - 0.044677734375, - 0.03253173828125, - 0.023284912109375, - 0.0058746337890625, - 0.0056610107421875, - 0.0229644775390625, - -0.0306243896484375, - 0.0170135498046875, - -0.05657958984375, - 0.0007710456848144531, - 0.014251708984375, - -0.03167724609375, - 0.0227508544921875, - -0.03955078125, - -0.0189361572265625, - -0.02435302734375, - -0.0504150390625, - -0.0297698974609375, - 0.0570068359375, - -0.036376953125, - 0.007709503173828125, - 0.059539794921875, - 0.005451202392578125, - 0.001728057861328125, - -0.0301971435546875, - 0.07574462890625, - 0.0301971435546875, - 0.03826904296875, - -0.01153564453125, - 0.0016546249389648438, - 0.043182373046875, - -0.0016813278198242188, - 0.00925445556640625, - 0.0231781005859375, - -0.010101318359375, - 0.062103271484375, - 0.01323699951171875, - 0.004547119140625, - -0.02105712890625, - 0.02850341796875, - 0.00839996337890625, - -0.049346923828125, - 0.04296875, - 0.0022735595703125, - 0.0272216796875, - 0.0006346702575683594, - -0.0271148681640625, - -0.024993896484375, - -0.0248870849609375, - 0.0782470703125, - -0.0022602081298828125, - -0.0338134765625, - 0.034027099609375, - -0.017333984375, - 0.032318115234375, - 0.01153564453125, - 0.0452880859375, - -0.07867431640625, - 0.054443359375, - -0.0030975341796875, - -0.00478363037109375, - 0.0092010498046875, - 0.00042366981506347656, - -0.007709503173828125, - -0.004573822021484375, - -0.033599853515625, - 0.0650634765625, - 0.014678955078125, - -0.0338134765625, - -0.041046142578125, - -0.00909423828125, - -0.0060882568359375, - 0.0095672607421875, - 0.01345062255859375, - -0.03466796875, - -0.0338134765625, - 0.008453369140625, - 0.0034027099609375, - 0.087646484375, - -0.021270751953125, - 0.01904296875, - 0.00029754638671875, - -0.01499176025390625, - -0.002658843994140625, - -0.0206298828125 - ], - "metadata": { - "domains": [ - "malware-analysis" - ], - "phases": [ - "analysis" - ], - "tags": [ - "debugger", - "reverse-engineering" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, { "id": "tool_Autopsy", "type": "tool", @@ -65414,8413 +90686,2096 @@ } }, { - "id": "tool_MISP", + "id": "tool_Plaso__log2timeline_", "type": "tool", - "name": "MISP", - "content": "misp die threat-intelligence-sharing-plattform vernetzt viele organisationen weltweit im kampf gegen cyberkriminalität. strukturiertes teilen von iocs durch standardisierte attribute: ip-adressen, domains, hashes, yara-rules, malware-samples. die galaxies und taxonomien klassifizieren bedrohungen nach att&ck, kill-chain oder eigenen schemata. föderierte architektur ermöglicht selektives sharing zwischen vertrauenswürdigen partnern. correlation-engine findet zusammenhänge zwischen scheinbar unabhängigen incidents. warninglists reduzieren false-positives durch whitelisting bekannter good-entities. zeromq-feed pusht iocs in echtzeit an firewalls und siems. die ausgereiften apis (rest, pymisp) automatisieren threat-intelligence-workflows. export in stix, openioc und dutzende andere formate. essenziell für proaktive verteidigung. 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", + "name": "Plaso (log2timeline)", + "content": "plaso (log2timeline) der industrielle timeline-generator extrahiert zeitstempel aus hunderten artefakt-typen für lückenlose aktivitäts-rekonstruktion. parsers für windows event logs, registry, prefetch, browser-history, mobile apps, cloud-services und linux-logs. die storage-architektur verarbeitet massendaten effizient. output in standardisierten formaten für elasticsearch, timesketch oder csv. besonders wertvoll: normalisierung verschiedener zeitstempel-formate und zeitzonen in utc. filterung nach zeitraum, artefakt-typ oder keywords. die modulare parser-architektur erlaubt einfache erweiterung für neue formate. psort sortiert und dedupliziert events. analysis-plugins erkennen anomalien wie timestomping. docker-support vereinfacht deployment. die performance bei sehr großen datensätzen kann leiden, aber die vollständigkeit der timeline ist unübertroffen. integration mit timesketch für kollaborative analyse macht es zum forensik-kraftpaket. command-line timeline log-parser cross-platform timeline-merge time-normalization artifact-parser elasticsearch-export docker-support timestomping-detection modular-parsers batch-processing incident-response static-investigations network-forensics cloud-forensics mobile-forensics data-collection examination", "embedding": [ - -0.03399658203125, - 0.020111083984375, - 0.044219970703125, - 0.01540374755859375, - 0.01520538330078125, - 0.0214996337890625, - 0.024200439453125, - -0.0178985595703125, - -0.051605224609375, - 0.00875091552734375, - -0.0238037109375, - 0.02410888671875, - 0.0018253326416015625, - 0.0243072509765625, - -0.0748291015625, - 0.035614013671875, - -0.0268096923828125, - 0.00804901123046875, - 0.0244140625, - -0.0117034912109375, - -0.027801513671875, - -0.0004563331604003906, - -0.06121826171875, - 0.0177001953125, - 0.01500701904296875, - -0.004550933837890625, - -0.024200439453125, - -0.0460205078125, - -0.01270294189453125, - 0.0024509429931640625, - 0.018707275390625, - -0.031005859375, - -0.00695037841796875, - 0.031005859375, - -0.012451171875, - -0.008453369140625, - 0.0210113525390625, - -0.0679931640625, - -0.00870513916015625, - 0.0163116455078125, - -0.02130126953125, - 0.0092010498046875, - -0.005077362060546875, - 0.0146026611328125, - -0.0247039794921875, - -0.042999267578125, - 0.009002685546875, - -0.00930023193359375, - 0.0217132568359375, - -0.0175018310546875, - 0.03680419921875, - 0.0246124267578125, - 0.0196075439453125, - -0.0216064453125, - -0.032623291015625, - 0.0204010009765625, - 0.0438232421875, - -0.032012939453125, - -0.043426513671875, - 0.040802001953125, - -0.036224365234375, - -0.0018377304077148438, - -0.01140594482421875, - 0.0005345344543457031, - 0.0218048095703125, - 0.027008056640625, - -0.0236053466796875, - 0.00023126602172851562, - -0.0016384124755859375, - -0.01080322265625, - -0.01220703125, - -0.0018129348754882812, - -0.0260009765625, - 0.0194091796875, - -0.01540374755859375, - -0.040802001953125, - 0.02239990234375, - 0.042999267578125, - 0.01910400390625, - 0.0167999267578125, - -0.046600341796875, - -0.0175018310546875, - 0.0576171875, - -0.024200439453125, - -0.040618896484375, - -0.007602691650390625, - 0.01470184326171875, - -0.0013942718505859375, - 0.0174102783203125, - -0.0122528076171875, - 0.00765228271484375, - 0.0142059326171875, - 0.0272064208984375, - -0.034210205078125, - 0.034423828125, - 0.02130126953125, - -0.042022705078125, - -0.01300048828125, - -0.00870513916015625, - 0.0253143310546875, - 0.008453369140625, - -0.01690673828125, - 0.0225067138671875, - -0.0204010009765625, - 0.0560302734375, - -0.0204010009765625, - -0.000606536865234375, - -0.01560211181640625, - 0.02960205078125, - 0.01050567626953125, - -0.07965087890625, - -0.035797119140625, - -0.0074005126953125, - -0.050811767578125, - -0.0135040283203125, - -0.0172119140625, - -0.00855255126953125, - 0.035797119140625, - -0.0504150390625, - -0.032196044921875, - 0.0404052734375, - 0.04180908203125, - 0.01190185546875, - -0.006000518798828125, - -0.0186004638671875, - -0.0447998046875, - 0.00370025634765625, - -0.0008063316345214844, - -0.0247039794921875, - -0.0276031494140625, - -0.006351470947265625, - 0.003276824951171875, - -0.006328582763671875, - -0.05322265625, - 0.00905609130859375, - -0.03021240234375, - 0.02239990234375, - 0.0175018310546875, - -0.0304107666015625, - 0.00855255126953125, - 0.042205810546875, - -0.03759765625, - -0.045623779296875, - -0.00885009765625, - -0.0438232421875, - -0.020904541015625, - -0.004825592041015625, - 0.035797119140625, - -0.00925445556640625, - -0.0312042236328125, - 0.022705078125, - 0.0118560791015625, - 0.07843017578125, - 0.018707275390625, - 0.03460693359375, - -0.029815673828125, - 0.005252838134765625, - -0.00005900859832763672, - 0.044403076171875, - -0.0027141571044921875, - 0.00475311279296875, - 0.01380157470703125, - 0.0167999267578125, - 0.012451171875, - -0.0233001708984375, - -0.031402587890625, - -0.01025390625, - 0.00765228271484375, - 0.0260009765625, - 0.0250091552734375, - 0.01074981689453125, - -0.004177093505859375, - 0.031402587890625, - 0.06201171875, - -0.01580810546875, - 0.031005859375, - 0.0018377304077148438, - -0.027008056640625, - 0.02960205078125, - 0.04461669921875, - 0.0004470348358154297, - -0.0218048095703125, - 0.05120849609375, - 0.00775146484375, - 0.0276031494140625, - -0.011505126953125, - -0.0214080810546875, - 0.0149078369140625, - -0.0014629364013671875, - 0.00839996337890625, - -0.03399658203125, - -0.02520751953125, - -0.035797119140625, - 0.043426513671875, - 0.035003662109375, - 0.0679931640625, - 0.0290069580078125, - -0.009002685546875, - 0.050018310546875, - 0.007701873779296875, - 0.016998291015625, - 0.0167083740234375, - 0.004352569580078125, - 0.016204833984375, - 0.0203094482421875, - -0.005702972412109375, - -0.020599365234375, - 0.04541015625, - 0.027008056640625, - -0.0163116455078125, - 0.012603759765625, - 0.05242919921875, - -0.0178985595703125, - -0.0264129638671875, - -0.042022705078125, - -0.04241943359375, - 0.0254058837890625, - -0.013702392578125, - -0.0304107666015625, - 0.01410675048828125, - 0.00016176700592041016, - -0.026214599609375, - -0.00995635986328125, - 0.01520538330078125, - -0.0042266845703125, - 0.03759765625, - 0.025604248046875, - -0.0174102783203125, - 0.00695037841796875, - 0.0240020751953125, - 0.040008544921875, - 0.035400390625, - -0.0009937286376953125, - -0.0225067138671875, - -0.0338134765625, - -0.016998291015625, - 0.01470184326171875, - 0.042022705078125, - 0.01500701904296875, - -0.00031566619873046875, - -0.02020263671875, - 0.0246124267578125, - -0.00890350341796875, - 0.03179931640625, - 0.03240966796875, - -0.0160064697265625, - -0.006076812744140625, - 0.0012502670288085938, - 0.029205322265625, - 0.0892333984375, - -0.05560302734375, - -0.0255126953125, - -0.044403076171875, - 0.035614013671875, - -0.061614990234375, - -0.0276031494140625, - -0.03240966796875, - -0.046600341796875, - 0.045013427734375, - -0.0236053466796875, - -0.01450347900390625, - -0.001750946044921875, - 0.040802001953125, - 0.0272064208984375, - 0.0304107666015625, - -0.0166015625, - -0.042022705078125, - 0.0027256011962890625, - 0.09002685546875, - 0.006351470947265625, - -0.0426025390625, - -0.01025390625, - 0.039825439453125, - 0.0095062255859375, - 0.0268096923828125, - 0.01195526123046875, - 0.012451171875, - 0.027008056640625, - 0.02960205078125, - 0.0316162109375, - -0.0244140625, - -0.0016126632690429688, - -0.01470184326171875, - 0.035003662109375, - -0.055206298828125, - 0.0167083740234375, - 0.006900787353515625, - 0.01410675048828125, - -0.007904052734375, - -0.046417236328125, - 0.007152557373046875, - 0.058807373046875, - 0.00820159912109375, - -0.004177093505859375, - 0.0128021240234375, - -0.0294036865234375, - 0.02960205078125, - -0.00440216064453125, - -0.0221099853515625, - 0.033203125, - 0.060821533203125, - -0.0131072998046875, - 0.023712158203125, - -0.016204833984375, - 0.021209716796875, - -0.03179931640625, - -0.042816162109375, - -0.025604248046875, - -0.030609130859375, - -0.037017822265625, - -0.0142059326171875, - 0.00342559814453125, - -0.0097503662109375, - 0.02020263671875, - -0.004852294921875, - 0.007152557373046875, - -0.0250091552734375, - -0.05560302734375, - 0.00960540771484375, - -0.03741455078125, - -0.0548095703125, - -0.0110015869140625, - 0.04461669921875, - 0.0194091796875, - 0.01410675048828125, - -0.007701873779296875, - -0.00804901123046875, - -0.039215087890625, - 0.00585174560546875, - -0.0181121826171875, - 0.019500732421875, - -0.0038509368896484375, - 0.048828125, - 0.01690673828125, - 0.035400390625, - 0.00855255126953125, - 0.07763671875, - 0.0247039794921875, - -0.014801025390625, - -0.0182037353515625, - 0.027801513671875, - -0.0026378631591796875, - 0.03662109375, - -0.0034503936767578125, - -0.0186004638671875, - -0.001987457275390625, - -0.0196990966796875, - 0.0131072998046875, - 0.0045013427734375, - 0.0193023681640625, - 0.01380157470703125, - -0.01800537109375, - 0.0153045654296875, - 0.0635986328125, - -0.0016126632690429688, - 0.09442138671875, - -0.0092010498046875, - -0.045013427734375, - -0.0163116455078125, - 0.0211029052734375, - -0.034210205078125, - 0.014007568359375, - 0.022613525390625, - 0.005428314208984375, - -0.014404296875, - 0.03302001953125, - 0.0011005401611328125, - 0.044219970703125, - -0.01520538330078125, - -0.0113525390625, - 0.042205810546875, - -0.0033016204833984375, - 0.027008056640625, - 0.0308074951171875, - 0.00785064697265625, - 0.0189056396484375, - 0.05322265625, - -0.034210205078125, - 0.01165008544921875, - -0.058013916015625, - -0.06683349609375, - 0.006900787353515625, - 0.006702423095703125, - 0.0011501312255859375, - 0.0142059326171875, - -0.032012939453125, - -0.0679931640625, - 0.048614501953125, - -0.0382080078125, - 0.0792236328125, - 0.042999267578125, - 0.0196075439453125, - 0.035797119140625, - -0.024200439453125, - -0.01800537109375, - 0.01230621337890625, - 0.03680419921875, - 0.029815673828125, - 0.06201171875, - 0.02801513671875, - -0.002613067626953125, - -0.0192108154296875, - -0.003650665283203125, - 0.0225067138671875, - 0.02081298828125, - 0.01265716552734375, - 0.006801605224609375, - 0.018707275390625, - 0.01300048828125, - -0.025604248046875, - 0.052001953125, - 0.00835418701171875, - -0.05322265625, - 0.0128021240234375, - -0.01560211181640625, - 0.0247039794921875, - -0.06121826171875, - -0.00995635986328125, - -0.01450347900390625, - 0.01410675048828125, - -0.007904052734375, - 0.01540374755859375, - -0.044219970703125, - -0.02960205078125, - 0.038818359375, - -0.08001708984375, - 0.0316162109375, - 0.0498046875, - -0.020599365234375, - 0.01560211181640625, - -0.0260009765625, - -0.042999267578125, - 0.027801513671875, - -0.01520538330078125, - -0.021209716796875, - 0.004001617431640625, - 0.03240966796875, - -0.048614501953125, - -0.0194091796875, - -0.035797119140625, - -0.007350921630859375, - 0.010406494140625, - -0.0221099853515625, - 0.0304107666015625, - -0.032012939453125, - -0.01180267333984375, - 0.0338134765625, - 0.035400390625, - -0.0039005279541015625, - -0.033599853515625, - 0.044403076171875, - -0.012054443359375, - -0.048828125, - 0.00730133056640625, - 0.0258026123046875, - 0.00502777099609375, - 0.0010938644409179688, - -0.01090240478515625, - -0.022003173828125, - 0.032623291015625, - 0.00311279296875, - 0.005878448486328125, - -0.048004150390625, - -0.0253143310546875, - -0.04022216796875, - 0.04400634765625, - 0.0106048583984375, - 0.03680419921875, - -0.005451202392578125, - -0.040802001953125, - 0.0175018310546875, - -0.0576171875, - -0.0232086181640625, - 0.007152557373046875, - 0.0244140625, - -0.023406982421875, - 0.096435546875, - -0.02130126953125, - -0.0060272216796875, - -0.00360107421875, - 0.057220458984375, - 0.014007568359375, - -0.005001068115234375, - -0.04742431640625, - 0.027801513671875, - 0.04461669921875, - -0.061614990234375, - -0.014801025390625, - -0.014404296875, - 0.00585174560546875, - 0.038818359375, - -0.04962158203125, - -0.0113067626953125, - 0.0007534027099609375, - -0.08001708984375, - -0.032196044921875, - -0.0264129638671875, - -0.005275726318359375, - -0.06402587890625, - 0.01275634765625, - 0.03759765625, - -0.0160064697265625, - 0.0229034423828125, - -0.01190185546875, - 0.001987457275390625, - 0.012054443359375, - 0.01580810546875, - -0.0099029541015625, - 0.0222015380859375, - -0.043426513671875, - -0.0235137939453125, - 0.00014853477478027344, - 0.0258026123046875, - -0.02191162109375, - 0.0047760009765625, - 0.0009064674377441406, - -0.032623291015625, - 0.0338134765625, - -0.034820556640625, - -0.0011816024780273438, - -0.01074981689453125, - -0.03662109375, - -0.037017822265625, - -0.029205322265625, - -0.0006284713745117188, - 0.0166015625, - -0.006328582763671875, - 0.030609130859375, - 0.0210113525390625, - -0.034210205078125, - 0.027801513671875, - 0.00830078125, - -0.020599365234375, - 0.0258026123046875, - -0.025604248046875, - -0.00675201416015625, - -0.0124053955078125, - 0.0149078369140625, - -0.0177001953125, - -0.04620361328125, - -0.07281494140625, - 0.038604736328125, - -0.01105499267578125, - 0.003276824951171875, - -0.0416259765625, - -0.028411865234375, - -0.03240966796875, - -0.0155029296875, - 0.032806396484375, - 0.027008056640625, - 0.0070037841796875, - -0.033599853515625, - -0.0182037353515625, - -0.0074005126953125, - -0.036224365234375, - 0.02490234375, - -0.00655364990234375, - 0.0034503936767578125, - 0.006500244140625, - -0.04022216796875, - 0.02801513671875, - 0.020111083984375, - 0.0177001953125, - 0.0113525390625, - 0.036407470703125, - -0.031005859375, - 0.002838134765625, - 0.0178070068359375, - -0.0153045654296875, - -0.01800537109375, - -0.003650665283203125, - 0.015899658203125, - -0.03961181640625, - -0.009552001953125, - 0.025604248046875, - 0.0308074951171875, - -0.0099029541015625, - 0.013702392578125, - -0.0160980224609375, - 0.035003662109375, - -0.01190185546875, - 0.041015625, - -0.008453369140625, - -0.0732421875, - -0.01540374755859375, - 0.0196990966796875, - 0.06402587890625, - 0.048614501953125, - 0.0171051025390625, - -0.01500701904296875, - 0.01110076904296875, - 0.057220458984375, - -0.005878448486328125, - -0.06964111328125, - -0.0460205078125, - 0.0338134765625, - 0.01080322265625, - 0.05841064453125, - -0.00252532958984375, - 0.0908203125, - 0.0228118896484375, - -0.0095062255859375, - 0.0166015625, - 0.038421630859375, - 0.0294036865234375, - 0.006603240966796875, - -0.05242919921875, - 0.0003955364227294922, - 0.01410675048828125, - -0.04901123046875, - -0.0294036865234375, - 0.011505126953125, - 0.05242919921875, - -0.042999267578125, - -0.0426025390625, - 0.007701873779296875, - -0.01190185546875, - 0.0164031982421875, - 0.0014944076538085938, - -0.0149078369140625, - -0.0053253173828125, - 0.007602691650390625, - -0.043426513671875, - -0.0153045654296875, - -0.0153045654296875, - -0.007251739501953125, - 0.03662109375, - 0.042022705078125, - -0.0181121826171875, - 0.01580810546875, - 0.023101806640625, - 0.03802490234375, - 0.042022705078125, - 0.04522705078125, - 0.017303466796875, - 0.026214599609375, - 0.047821044921875, - 0.07000732421875, - -0.01360321044921875, - -0.0171051025390625, - 0.018310546875, - 0.0157012939453125, - 0.033203125, - 0.03021240234375, - 0.00640106201171875, - 0.0155029296875, - -0.016204833984375, - -0.0438232421875, - 0.0030765533447265625, - 0.00565338134765625, - -0.0164031982421875, - -0.02801513671875, - -0.052825927734375, - 0.02490234375, - -0.00925445556640625, - 0.039215087890625, - 0.004352569580078125, - -0.0222015380859375, - -0.0253143310546875, - 0.049407958984375, - 0.0002579689025878906, - -0.0225067138671875, - 0.0286102294921875, - 0.01410675048828125, - -0.039215087890625, - -0.01360321044921875, - -0.007701873779296875, - 0.055206298828125, - -0.027801513671875, - -0.07440185546875, - -0.025604248046875, - 0.039215087890625, - 0.010406494140625, - -0.023712158203125, - 0.0092010498046875, - 0.0068511962890625, - -0.016510009765625, - -0.024505615234375, - -0.060821533203125, - -0.019805908203125, - -0.01430511474609375, - -0.03240966796875, - 0.028411865234375, - 0.000640869140625, - -0.012603759765625, - -0.02130126953125, - -0.02960205078125, - -0.01035308837890625, - 0.042816162109375, - -0.03240966796875, - 0.053619384765625, - 0.022613525390625, - 0.01230621337890625, - 0.0576171875, - 0.0576171875, - -0.0088043212890625, - 0.002513885498046875, - -0.0131072998046875, - -0.0660400390625, - 0.02880859375, - -0.0045013427734375, - 0.0021877288818359375, - -0.049407958984375, - -0.00397491455078125, - 0.057220458984375, - -0.067626953125, - 0.0260009765625, - -0.00640106201171875, - -0.004100799560546875, - -0.062408447265625, - 0.0177001953125, - 0.0086517333984375, - 0.0244140625, - 0.085205078125, - -0.005428314208984375, - -0.0207061767578125, - -0.01520538330078125, - -0.04681396484375, - 0.045013427734375, - 0.007801055908203125, - 0.03759765625, - -0.042816162109375, - 0.016998291015625, - 0.0246124267578125, - -0.0232086181640625, - 0.0160064697265625, - -0.0736083984375, - 0.00984954833984375, - 0.0175018310546875, - 0.004901885986328125, - -0.00135040283203125, - -0.01560211181640625, - -0.060028076171875, - -0.026611328125, - -0.0193023681640625, - 0.005126953125, - 0.022308349609375, - 0.00804901123046875, - -0.044403076171875, - -0.033599853515625, - -0.018402099609375, - -0.046417236328125, - -0.046600341796875, - -0.041015625, - 0.03179931640625, - 0.0260009765625, - -0.04681396484375, - 0.00350189208984375, - -0.006900787353515625, - 0.0222015380859375, - 0.032196044921875, - 0.05242919921875, - -0.060028076171875, - -0.003551483154296875, - 0.0178070068359375, - 0.0264129638671875, - 0.01300048828125, - -0.00785064697265625, - -0.019012451171875, - 0.0124053955078125, - 0.0207061767578125, - -0.05963134765625, - 0.0258026123046875, - 0.020904541015625, - -0.037200927734375, - -0.060028076171875, - -0.0218048095703125, - -0.041412353515625, - 0.03240966796875, - -0.0171051025390625, - 0.043609619140625, - 0.0012502670288085938, - -0.0264129638671875, - -0.0823974609375, - 0.04962158203125, - -0.0029506683349609375, - 0.02880859375, - 0.0104522705078125, - -0.0308074951171875, - -0.0338134765625, - -0.033416748046875, - -0.047210693359375, - 0.022613525390625, - -0.026214599609375, - 0.0217132568359375, - 0.012451171875, - -0.006702423095703125, - 0.01340484619140625, - 0.010101318359375, - 0.0099029541015625, - 0.0592041015625, - -0.004627227783203125, - -0.0382080078125, - 0.08880615234375, - -0.018798828125, - 0.0338134765625, - 0.007053375244140625, - 0.0316162109375, - -0.01000213623046875, - -0.0063018798828125, - -0.01800537109375, - 0.022308349609375, - 0.053619384765625, - 0.049224853515625, - -0.0082550048828125, - 0.0214996337890625, - -0.01074981689453125, - 0.031005859375, - 0.004199981689453125, - -0.0258026123046875, - 0.001750946044921875, - -0.0019502639770507812, - -0.039215087890625, - 0.00557708740234375, - -0.0438232421875, - -0.05963134765625, - 0.004901885986328125, - -0.058013916015625, - -0.0200042724609375, - 0.007251739501953125, - 0.018310546875, - 0.032196044921875, - -0.04119873046875, - 0.043609619140625, - 0.0029392242431640625, - -0.01165008544921875, - -0.032012939453125, - 0.0016756057739257812, - -0.0033016204833984375, - 0.033599853515625, - 0.024505615234375, - -0.039825439453125, - 0.016510009765625, - -0.02520751953125, - -0.03680419921875, - -0.0100555419921875, - 0.024505615234375, - -0.04522705078125, - 0.03302001953125, - -0.0660400390625, - -0.0186004638671875, - 0.03759765625, - 0.0286102294921875, - -0.0036258697509765625, - -0.018798828125, - 0.043426513671875, - -0.042205810546875, - -0.042816162109375, - 0.00440216064453125, - -0.014007568359375, - -0.0139007568359375, - 0.0196075439453125, - -0.003475189208984375, - 0.0019502639770507812, - -0.004077911376953125, - 0.0118560791015625, - 0.02880859375, - 0.034210205078125, - 0.0233001708984375, - 0.0013380050659179688, - 0.027008056640625, - -0.013702392578125, - 0.02239990234375, - 0.0207061767578125, - 0.0039005279541015625, - -0.005950927734375, - 0.020904541015625, - 0.010101318359375, - -0.07403564453125, - 0.006900787353515625, - -0.0235137939453125, - -0.06402587890625, - 0.0097503662109375, - 0.08599853515625, - 0.0416259765625, - -0.0207061767578125, - 0.0290069580078125, + -0.0204925537109375, 0.037811279296875, - 0.0149078369140625, - 0.007350921630859375, - -0.00970458984375, - -0.04022216796875, - 0.00730133056640625, - 0.025604248046875, - 0.043609619140625, - -0.0692138671875, - 0.06964111328125, - 0.08721923828125, - -0.00487518310546875, - -0.0308074951171875, - -0.0018377304077148438, - 0.003200531005859375, - 0.0504150390625, - 0.0604248046875, - 0.020111083984375, - -0.0635986328125, - 0.0021877288818359375, - 0.0268096923828125, - 0.00475311279296875, - -0.0160064697265625, - -0.039398193359375, - -0.027008056640625, - 0.051605224609375, - -0.0804443359375, - -0.022003173828125, - 0.0166015625, - 0.053619384765625, - -0.0009751319885253906, - -0.019012451171875, - -0.002124786376953125, - 0.0167999267578125, - 0.0229034423828125, - -0.01230621337890625, - 0.0033016204833984375, - 0.047821044921875, - -0.0135040283203125, - 0.017303466796875, - 0.03802490234375, - -0.00800323486328125, - 0.0604248046875, - 0.022308349609375, - -0.033416748046875, - 0.04400634765625, - 0.0312042236328125, - 0.03302001953125, - 0.002124786376953125, - -0.050628662109375, - -0.0228118896484375, - -0.0084991455078125, - -0.00004965066909790039, - 0.022003173828125, - 0.045013427734375, - 0.026214599609375, - -0.0146026611328125, - -0.0167083740234375, - 0.0338134765625, - 0.0235137939453125, - 0.0294036865234375, - 0.0560302734375, - 0.0013132095336914062, - 0.014007568359375, - 0.02301025390625, - 0.0166015625, - -0.0182037353515625, - 0.04901123046875, - -0.035614013671875, - 0.0020751953125, - -0.046600341796875, - -0.0163116455078125, - 0.00460052490234375, - -0.03021240234375, - -0.02960205078125, - -0.038604736328125, - 0.0290069580078125, - -0.036224365234375, - -0.033416748046875, - -0.021209716796875, - 0.036407470703125, - -0.0294036865234375, - -0.0017633438110351562, - 0.0276031494140625, - -0.01360321044921875, - 0.0258026123046875, - -0.03521728515625, - 0.0760498046875, - 0.02490234375, - 0.02801513671875, - -0.01560211181640625, - 0.020111083984375, - 0.03179931640625, - -0.0018253326416015625, - 0.011505126953125, - 0.0247039794921875, - 0.01265716552734375, - 0.039215087890625, - 0.0228118896484375, - 0.0068511962890625, - -0.0338134765625, - 0.0247039794921875, - 0.0042266845703125, - -0.02960205078125, - 0.02880859375, - 0.00029850006103515625, - 0.031005859375, - -0.014801025390625, - -0.00279998779296875, - 0.0020999908447265625, - -0.05963134765625, - 0.042205810546875, + 0.05621337890625, + -0.019500732421875, + 0.0253448486328125, + 0.0201873779296875, + 0.006259918212890625, + -0.007770538330078125, + -0.0028209686279296875, + 0.0233612060546875, + -0.00945281982421875, + 0.037811279296875, + 0.01346588134765625, + -0.0287017822265625, + -0.04730224609375, + 0.0570068359375, + -0.0048980712890625, + 0.008758544921875, + -0.005718231201171875, + -0.00801849365234375, + -0.032470703125, + -0.00591278076171875, + -0.05462646484375, + -0.0089569091796875, + -0.005420684814453125, + 0.0161285400390625, + -0.018310546875, + -0.063720703125, + 0.0038852691650390625, + 0.00945281982421875, + 0.0269317626953125, + -0.0165252685546875, + 0.0107421875, + 0.007572174072265625, + -0.004802703857421875, + -0.0261383056640625, + 0.01247406005859375, + -0.058197021484375, + -0.0455322265625, + 0.08355712890625, + -0.0038852691650390625, + 0.0229644775390625, + 0.006977081298828125, + -0.01103973388671875, + -0.03167724609375, + -0.02593994140625, + 0.036834716796875, + -0.015838623046875, + 0.0242462158203125, + -0.0265350341796875, + 0.031463623046875, + 0.00579071044921875, 0.0047760009765625, - 0.042816162109375, - 0.0221099853515625, - -0.045623779296875, - 0.057220458984375, - 0.0174102783203125, - 0.046600341796875, - -0.04119873046875, - 0.046600341796875, - -0.00870513916015625, - -0.000640869140625, - -0.01215362548828125, - -0.003376007080078125, - -0.01290130615234375, - 0.03460693359375, - -0.0260009765625, - 0.049407958984375, - 0.0404052734375, - 0.0015316009521484375, - -0.05401611328125, - -0.00905609130859375, - 0.023101806640625, - 0.014404296875, - 0.032806396484375, - -0.060821533203125, - -0.010955810546875, - -0.0024127960205078125, - 0.06280517578125, - 0.06121826171875, - -0.0021381378173828125, - 0.0308074951171875, - -0.001888275146484375, - -0.0110015869140625, - 0.00592803955078125, - -0.06439208984375 + -0.01395416259765625, + -0.035430908203125, + 0.03485107421875, + -0.0026721954345703125, + -0.0275115966796875, + -0.058197021484375, + 0.052276611328125, + -0.0350341796875, + -0.0156402587890625, + 0.01326751708984375, + -0.0340576171875, + 0.035430908203125, + 0.01375579833984375, + 0.00127410888671875, + 0.00415802001953125, + 0.00638580322265625, + 0.0189056396484375, + -0.0037860870361328125, + -0.012420654296875, + -0.034454345703125, + 0.043548583984375, + -0.0148468017578125, + -0.06610107421875, + 0.0246429443359375, + 0.0200958251953125, + 0.0032672882080078125, + -0.00067138671875, + -0.070068359375, + 0.0018558502197265625, + 0.06451416015625, + 0.00881195068359375, + -0.02325439453125, + 0.019989013671875, + 0.036041259765625, + 0.017822265625, + -0.01088714599609375, + 0.0089111328125, + 0.0265350341796875, + 0.0038852691650390625, + 0.018218994140625, + -0.0201873779296875, + 0.05267333984375, + 0.06689453125, + -0.0020160675048828125, + -0.0267333984375, + -0.01702880859375, + 0.0249481201171875, + 0.0253448486328125, + -0.05267333984375, + 0.06768798828125, + -0.02435302734375, + 0.017425537109375, + -0.006011962890625, + 0.005889892578125, + -0.00925445556640625, + 0.0180206298828125, + -0.0269317626953125, + -0.10137939453125, + -0.0308837890625, + -0.02325439453125, + -0.047698974609375, + -0.00598907470703125, + -0.00925445556640625, + -0.0016336441040039062, + 0.04058837890625, + -0.0169219970703125, + -0.035247802734375, + 0.00547027587890625, + 0.0225677490234375, + -0.0017070770263671875, + -0.0012493133544921875, + -0.046722412109375, + -0.047119140625, + 0.023956298828125, + 0.033447265625, + -0.042755126953125, + -0.0205841064453125, + -0.0164337158203125, + -0.0136566162109375, + 0.0033893585205078125, + -0.018218994140625, + -0.017120361328125, + -0.0269317626953125, + 0.019989013671875, + -0.01103973388671875, + -0.006435394287109375, + 0.0009465217590332031, + 0.0152435302734375, + -0.034637451171875, + -0.0748291015625, + 0.011138916015625, + -0.037628173828125, + -0.0184173583984375, + -0.023162841796875, + 0.057403564453125, + -0.0173187255859375, + 0.01554107666015625, + -0.0277099609375, + 0.0310821533203125, + 0.047698974609375, + 0.016632080078125, + 0.0423583984375, + -0.04730224609375, + 0.033843994140625, + -0.007274627685546875, + 0.026336669921875, + -0.0275115966796875, + -0.0189056396484375, + 0.00455474853515625, + -0.0148468017578125, + 0.0209808349609375, + -0.028106689453125, + -0.026336669921875, + 0.0015592575073242188, + 0.033050537109375, + 0.01910400390625, + 0.01959228515625, + 0.0176239013671875, + -0.017120361328125, + 0.06097412109375, + 0.0716552734375, + 0.0008907318115234375, + 0.0225677490234375, + -0.0237579345703125, + -0.01247406005859375, + 0.0423583984375, + 0.01861572265625, + -0.0035381317138671875, + -0.01514434814453125, + 0.0372314453125, + -0.01024627685546875, + 0.01004791259765625, + 0.0020294189453125, + -0.0318603515625, + -0.0242462158203125, + -0.0234527587890625, + 0.001781463623046875, + -0.04315185546875, + -0.04376220703125, + -0.0196990966796875, + 0.05029296875, + 0.0013427734375, + 0.08154296875, + 0.0185089111328125, + 0.004528045654296875, + 0.0306854248046875, + -0.0089111328125, + 0.016326904296875, + 0.02850341796875, + -0.0160369873046875, + 0.055419921875, + 0.0148468017578125, + -0.0257415771484375, + -0.0131683349609375, + 0.053466796875, + -0.0038604736328125, + -0.01247406005859375, + -0.0279083251953125, + 0.0712890625, + 0.005443572998046875, + -0.019500732421875, + -0.040985107421875, + -0.04888916015625, + -0.00527191162109375, + -0.0277099609375, + -0.0009341239929199219, + 0.0005693435668945312, + 0.0020046234130859375, + -0.04949951171875, + 0.005046844482421875, + 0.0228729248046875, + -0.0257415771484375, + 0.05780029296875, + 0.0203857421875, + -0.02850341796875, + -0.0253448486328125, + 0.004032135009765625, + 0.01385498046875, + 0.0318603515625, + -0.024444580078125, + -0.001621246337890625, + 0.01128387451171875, + -0.0310821533203125, + 0.04315185546875, + 0.01415252685546875, + 0.03662109375, + 0.0091094970703125, + -0.0180206298828125, + 0.040771484375, + -0.0033416748046875, + 0.036834716796875, + 0.0156402587890625, + -0.0220794677734375, + -0.002536773681640625, + 0.0105438232421875, + 0.012969970703125, + 0.0382080078125, + -0.034637451171875, + -0.0005970001220703125, + -0.08831787109375, + -0.0032672882080078125, + -0.06732177734375, + -0.039398193359375, + -0.02117919921875, + -0.050689697265625, + 0.0445556640625, + -0.01415252685546875, + -0.0180206298828125, + -0.0006308555603027344, + -0.00925445556640625, + -0.00762176513671875, + 0.043365478515625, + -0.00702667236328125, + -0.0200958251953125, + 0.00104522705078125, + 0.07086181640625, + 0.0125732421875, + -0.0212860107421875, + -0.0064849853515625, + 0.0176239013671875, + 0.004405975341796875, + 0.00658416748046875, + -0.03662109375, + 0.01514434814453125, + 0.0382080078125, + 0.037017822265625, + 0.0216827392578125, + -0.0290985107421875, + 0.006633758544921875, + -0.0265350341796875, + 0.03662109375, + -0.01474761962890625, + 0.0164337158203125, + -0.0101470947265625, + 0.00658416748046875, + -0.014251708984375, + -0.0732421875, + -0.005519866943359375, + 0.032073974609375, + 0.01454925537109375, + -0.007572174072265625, + 0.0224761962890625, + -0.040191650390625, + 0.005889892578125, + 0.015045166015625, + -0.02325439453125, + 0.031463623046875, + 0.045135498046875, + -0.0287017822265625, + -0.0011692047119140625, + 0.005123138427734375, + 0.00945281982421875, + -0.033050537109375, + -0.048309326171875, + -0.0204925537109375, + -0.0006403923034667969, + -0.038421630859375, + 0.01247406005859375, + 0.01108551025390625, + -0.036041259765625, + 0.0189056396484375, + 0.00376129150390625, + -0.00786590576171875, + -0.04058837890625, + -0.05029296875, + 0.01435089111328125, + -0.038604736328125, + -0.037811279296875, + -0.0221710205078125, + 0.036224365234375, + 0.01084136962890625, + 0.0011386871337890625, + -0.031280517578125, + 0.0017070770263671875, + -0.0261383056640625, + 0.032867431640625, + -0.0233612060546875, + 0.0164337158203125, + -0.0168304443359375, + 0.0465087890625, + 0.04156494140625, + 0.0052947998046875, + 0.0213775634765625, + 0.06689453125, + 0.0185089111328125, + -0.0034389495849609375, + -0.0012187957763671875, + 0.0144500732421875, + -0.003612518310546875, + 0.00611114501953125, + -0.028900146484375, + -0.01306915283203125, + -0.00821685791015625, + -0.0257415771484375, + 0.0189056396484375, + 0.015838623046875, + 0.045135498046875, + 0.051483154296875, + -0.021575927734375, + -0.005939483642578125, + 0.060577392578125, + 0.0279083251953125, + 0.1021728515625, + 0.0005693435668945312, + -0.0633544921875, + 0.035430908203125, + 0.02593994140625, + -0.0173187255859375, + -0.01172637939453125, + 0.055023193359375, + 0.0249481201171875, + -0.0113372802734375, + 0.01534271240234375, + -0.017425537109375, + 0.0230712890625, + 0.001781463623046875, + -0.0052947998046875, + -0.002140045166015625, + -0.0173187255859375, + 0.03167724609375, + 0.0277099609375, + 0.029296875, + -0.0005846023559570312, + 0.0235595703125, + -0.035247802734375, + -0.0200958251953125, + -0.025543212890625, + -0.06732177734375, + 0.0109405517578125, + 0.0177154541015625, + 0.03009033203125, + 0.040985107421875, + -0.037628173828125, + -0.07684326171875, + 0.019500732421875, + -0.0310821533203125, + 0.05462646484375, + 0.0306854248046875, + 0.0245513916015625, + 0.0518798828125, + -0.02435302734375, + -0.004974365234375, + 0.0208892822265625, + 0.03167724609375, + 0.017822265625, + 0.0228729248046875, + 0.0633544921875, + -0.02484130859375, + -0.0250396728515625, + 0.010345458984375, + 0.037017822265625, + 0.025146484375, + 0.0003185272216796875, + 0.017913818359375, + 0.038604736328125, + 0.032867431640625, + -0.01024627685546875, + 0.062164306640625, + 0.037017822265625, + -0.0177154541015625, + 0.0197906494140625, + 0.0026721954345703125, + 0.0192108154296875, + -0.07403564453125, + 0.0180206298828125, + -0.0271148681640625, + 0.01355743408203125, + 0.02593994140625, + 0.020782470703125, + -0.06768798828125, + 0.00238800048828125, + 0.024444580078125, + -0.034637451171875, + 0.0240478515625, + 0.04949951171875, + -0.0173187255859375, + 0.0148468017578125, + 0.006877899169921875, + -0.03265380859375, + 0.0237579345703125, + -0.021484375, + -0.053863525390625, + 0.0157318115234375, + 0.036224365234375, + -0.054229736328125, + -0.035430908203125, + -0.0465087890625, + -0.01534271240234375, + -0.0181121826171875, + -0.02850341796875, + 0.03643798828125, + -0.01024627685546875, + -0.01385498046875, + 0.06097412109375, + 0.057403564453125, + -0.0109405517578125, + -0.038787841796875, + 0.030487060546875, + -0.01306915283203125, + -0.0350341796875, + 0.03741455078125, + 0.019989013671875, + 0.01172637939453125, + -0.037628173828125, + -0.029296875, + 0.016326904296875, + -0.00638580322265625, + 0.0032672882080078125, + -0.0122222900390625, + -0.03802490234375, + -0.037628173828125, + -0.0439453125, + 0.06573486328125, + -0.01029205322265625, + 0.038787841796875, + -0.0012807846069335938, + -0.022369384765625, + 0.05621337890625, + -0.053070068359375, + -0.04058837890625, + -0.0157318115234375, + -0.00811767578125, + 0.004825592041015625, + 0.04888916015625, + -0.0123748779296875, + -0.0240478515625, + 0.0064849853515625, + 0.058197021484375, + 0.03741455078125, + 0.00173187255859375, + -0.044158935546875, + 0.032073974609375, + 0.038604736328125, + -0.0382080078125, + -0.0261383056640625, + -0.01123809814453125, + -0.00324249267578125, + 0.02069091796875, + -0.0518798828125, + -0.003513336181640625, + 0.00598907470703125, + -0.0445556640625, + -0.0127716064453125, + -0.005519866943359375, + -0.012969970703125, + -0.03265380859375, + 0.0025615692138671875, + 0.0350341796875, + 0.0126190185546875, + 0.015838623046875, + 0.005641937255859375, + 0.003192901611328125, + 0.0184173583984375, + 0.000009298324584960938, + -0.027313232421875, + 0.039581298828125, + -0.06927490234375, + -0.04217529296875, + -0.0209808349609375, + 0.007572174072265625, + -0.0185089111328125, + -0.005519866943359375, + -0.0018062591552734375, + 0.0007023811340332031, + 0.037811279296875, + -0.0310821533203125, + -0.00011134147644042969, + -0.021484375, + -0.007472991943359375, + -0.04058837890625, + -0.04156494140625, + 0.0035381317138671875, + 0.0279083251953125, + 0.01306915283203125, + 0.01454925537109375, + 0.029693603515625, + -0.04156494140625, + 0.0030193328857421875, + 0.032867431640625, + 0.0136566162109375, + 0.01267242431640625, + -0.01375579833984375, + -0.00702667236328125, + 0.00806427001953125, + 0.023651123046875, + -0.0310821533203125, + -0.055419921875, + -0.070068359375, + 0.021484375, + 0.007965087890625, + -0.01172637939453125, + -0.0160369873046875, + -0.037017822265625, + -0.047119140625, + -0.0075225830078125, + 0.058990478515625, + 0.003192901611328125, + -0.00658416748046875, + -0.0372314453125, + -0.0306854248046875, + 0.01395416259765625, + -0.044342041015625, + 0.036834716796875, + -0.0039825439453125, + -0.001621246337890625, + 0.0290985107421875, + -0.0465087890625, + 0.016632080078125, + 0.0146484375, + 0.04534912109375, + 0.0277099609375, + 0.0007734298706054688, + -0.0310821533203125, + 0.01168060302734375, + -0.0277099609375, + -0.01247406005859375, + 0.006927490234375, + -0.0136566162109375, + 0.0261383056640625, + -0.0198974609375, + -0.02069091796875, + -0.005641937255859375, + 0.038604736328125, + 0.028106689453125, + -0.0089569091796875, + 0.0023517608642578125, + 0.011627197265625, + -0.00885772705078125, + 0.0780029296875, + -0.0302886962890625, + -0.0413818359375, + 0.0039825439453125, + -0.01435089111328125, + 0.03009033203125, + 0.042572021484375, + 0.007472991943359375, + -0.032867431640625, + 0.0213775634765625, + 0.039794921875, + -0.0204925537109375, + -0.0213775634765625, + -0.0169219970703125, + 0.01326751708984375, + -0.00826263427734375, + 0.04888916015625, + 0.040374755859375, + 0.070068359375, + 0.016632080078125, + 0.021484375, + 0.0038604736328125, + 0.05108642578125, + 0.018218994140625, + -0.003711700439453125, + -0.0487060546875, + -0.032257080078125, + 0.0267333984375, + -0.0208892822265625, + -0.0091552734375, + 0.01088714599609375, + 0.07049560546875, + -0.055419921875, + -0.02593994140625, + 0.0013303756713867188, + 0.025146484375, + -0.007472991943359375, + 0.005619049072265625, + -0.0240478515625, + 0.040985107421875, + 0.03485107421875, + -0.017913818359375, + 0.0161285400390625, + -0.0109405517578125, + 0.01375579833984375, + 0.045745849609375, + 0.0308837890625, + -0.00841522216796875, + 0.0189056396484375, + -0.0101470947265625, + 0.0423583984375, + 0.03741455078125, + 0.043365478515625, + 0.0173187255859375, + 0.01287078857421875, + 0.046722412109375, + 0.05938720703125, + -0.0271148681640625, + -0.0204925537109375, + 0.041168212890625, + 0.053466796875, + 0.043365478515625, + 0.06451416015625, + 0.0097503662109375, + 0.01123809814453125, + -0.006633758544921875, + -0.044158935546875, + -0.0164337158203125, + 0.022369384765625, + -0.00475311279296875, + -0.039581298828125, + -0.043548583984375, + 0.028106689453125, + -0.023162841796875, + 0.02227783203125, + 0.004329681396484375, + -0.0271148681640625, + -0.0230712890625, + 0.048095703125, + -0.03265380859375, + -0.04058837890625, + 0.0109405517578125, + -0.0064849853515625, + -0.02593994140625, + -0.024749755859375, + -0.010345458984375, + 0.047119140625, + -0.01084136962890625, + -0.055419921875, + -0.031463623046875, + 0.0279083251953125, + -0.03424072265625, + -0.055419921875, + -0.0229644775390625, + -0.0095062255859375, + -0.02593994140625, + -0.0350341796875, + -0.03485107421875, + -0.0413818359375, + 0.0127716064453125, + -0.026336669921875, + 0.016632080078125, + -0.0271148681640625, + -0.021484375, + -0.0181121826171875, + -0.0058135986328125, + -0.034454345703125, + 0.0193023681640625, + -0.037017822265625, + 0.03265380859375, + 0.005245208740234375, + 0.0269317626953125, + 0.0220794677734375, + 0.054229736328125, + 0.0006494522094726562, + -0.01385498046875, + -0.01084136962890625, + -0.06890869140625, + -0.0071258544921875, + 0.008514404296875, + 0.0228729248046875, + -0.04791259765625, + 0.0031681060791015625, + 0.084716796875, + -0.07757568359375, + 0.0131683349609375, + 0.01474761962890625, + -0.006633758544921875, + -0.054229736328125, + 0.0007052421569824219, + -0.016326904296875, + -0.004032135009765625, + 0.07049560546875, + 0.0091094970703125, + -0.002796173095703125, + -0.02227783203125, + -0.0518798828125, + 0.04888916015625, + 0.0111846923828125, + 0.037628173828125, + -0.047515869140625, + -0.0156402587890625, + 0.00984954833984375, + -0.037628173828125, + 0.00682830810546875, + -0.0601806640625, + -0.0021038055419921875, + 0.029296875, + 0.00925445556640625, + 0.0079193115234375, + 0.0123748779296875, + -0.058990478515625, + -0.03582763671875, + -0.0318603515625, + 0.033447265625, + -0.002635955810546875, + -0.00167083740234375, + -0.034454345703125, + 0.0180206298828125, + 0.005741119384765625, + -0.047698974609375, + -0.019012451171875, + -0.036834716796875, + 0.010345458984375, + -0.004505157470703125, + -0.053863525390625, + 0.0140533447265625, + 0.01544189453125, + 0.00960540771484375, + 0.035430908203125, + 0.076416015625, + -0.05621337890625, + -0.006877899169921875, + 0.042755126953125, + 0.040191650390625, + -0.004802703857421875, + 0.006237030029296875, + -0.006778717041015625, + 0.0193939208984375, + 0.0253448486328125, + -0.03009033203125, + 0.021484375, + 0.04296875, + -0.038787841796875, + -0.06573486328125, + -0.0294952392578125, + -0.01336669921875, + 0.045928955078125, + -0.026336669921875, + 0.034454345703125, + -0.020294189453125, + -0.0217742919921875, + -0.09503173828125, + 0.041168212890625, + -0.0160369873046875, + 0.0225677490234375, + 0.0093536376953125, + -0.0269317626953125, + -0.06927490234375, + -0.03582763671875, + -0.03643798828125, + 0.02593994140625, + -0.00826263427734375, + 0.040771484375, + -0.00018405914306640625, + 0.00008350610733032227, + 0.01084136962890625, + 0.004974365234375, + -0.0118255615234375, + 0.055816650390625, + 0.040191650390625, + -0.0310821533203125, + 0.0269317626953125, + -0.0235595703125, + -0.0020046234130859375, + -0.015838623046875, + -0.0083160400390625, + 0.003932952880859375, + -0.01336669921875, + -0.039398193359375, + -0.003414154052734375, + 0.023956298828125, + 0.07086181640625, + -0.0220794677734375, + -0.0008845329284667969, + 0.0091094970703125, + 0.02593994140625, + -0.006977081298828125, + -0.0148468017578125, + 0.003662109375, + 0.01415252685546875, + -0.0225677490234375, + -0.0221710205078125, + -0.07049560546875, + -0.0728759765625, + 0.0185089111328125, + -0.04473876953125, + 0.0131683349609375, + -0.01207733154296875, + -0.0003757476806640625, + 0.0093536376953125, + -0.01088714599609375, + 0.045928955078125, + -0.0224761962890625, + -0.018707275390625, + -0.0233612060546875, + 0.0167236328125, + -0.0038852691650390625, + 0.020782470703125, + 0.01202392578125, + -0.03582763671875, + 0.0234527587890625, + -0.01049041748046875, + -0.01202392578125, + -0.0287017822265625, + -0.0185089111328125, + -0.02117919921875, + 0.0022144317626953125, + -0.04217529296875, + -0.0161285400390625, + 0.036224365234375, + 0.0235595703125, + -0.0140533447265625, + -0.01128387451171875, + 0.0267333984375, + -0.017120361328125, + -0.055419921875, + 0.034637451171875, + -0.01385498046875, + -0.00846099853515625, + 0.026336669921875, + -0.01435089111328125, + 0.0189056396484375, + 0.01202392578125, + 0.0253448486328125, + 0.045745849609375, + 0.0445556640625, + 0.014251708984375, + -0.03802490234375, + -0.0173187255859375, + -0.032073974609375, + 0.0127716064453125, + 0.0518798828125, + -0.00040221214294433594, + 0.009307861328125, + 0.0146484375, + 0.00940704345703125, + -0.091064453125, + -0.00310516357421875, + -0.0127716064453125, + -0.05780029296875, + -0.00742340087890625, + 0.07403564453125, + 0.01435089111328125, + -0.01959228515625, + 0.045928955078125, + 0.050079345703125, + 0.032257080078125, + 0.00901031494140625, + -0.02276611328125, + -0.057403564453125, + -0.0018062591552734375, + 0.01232147216796875, + 0.037017822265625, + -0.04949951171875, + 0.053863525390625, + 0.052276611328125, + -0.033447265625, + -0.0109405517578125, + -0.0146484375, + -0.00455474853515625, + 0.033447265625, + 0.0193939208984375, + 0.00104522705078125, + -0.07757568359375, + 0.003612518310546875, + 0.0036373138427734375, + 0.0173187255859375, + 0.01084136962890625, + -0.00940704345703125, + -0.0269317626953125, + 0.0455322265625, + -0.0275115966796875, + -0.0087127685546875, + -0.006435394287109375, + 0.063720703125, + 0.00591278076171875, + -0.03424072265625, + -0.01415252685546875, + 0.033660888671875, + 0.0265350341796875, + -0.017120361328125, + 0.014251708984375, + 0.028106689453125, + -0.01227569580078125, + 0.01375579833984375, + 0.0487060546875, + 0.0208892822265625, + 0.060577392578125, + 0.0238494873046875, + -0.057403564453125, + 0.0093536376953125, + -0.0033168792724609375, + 0.0006494522094726562, + 0.00658416748046875, + -0.049102783203125, + -0.02276611328125, + -0.03997802734375, + 0.032257080078125, + 0.00861358642578125, + 0.031280517578125, + 0.0144500732421875, + -0.003192901611328125, + -0.0165252685546875, + -0.0015773773193359375, + 0.027313232421875, + 0.053863525390625, + 0.0220794677734375, + 0.003612518310546875, + 0.035247802734375, + -0.00658416748046875, + 0.0109405517578125, + -0.04730224609375, + 0.031463623046875, + -0.03741455078125, + -0.01019287109375, + -0.04156494140625, + 0.005443572998046875, + -0.006683349609375, + -0.018218994140625, + -0.00598907470703125, + -0.041778564453125, + 0.0010328292846679688, + -0.0350341796875, + -0.0423583984375, + -0.0161285400390625, + 0.0302886962890625, + -0.00428009033203125, + 0.01435089111328125, + 0.017822265625, + -0.0277099609375, + -0.00801849365234375, + -0.038421630859375, + 0.060577392578125, + 0.034454345703125, + 0.00881195068359375, + -0.009552001953125, + 0.0172271728515625, + 0.0240478515625, + 0.01227569580078125, + 0.0127716064453125, + 0.01959228515625, + -0.033843994140625, + 0.054229736328125, + 0.050689697265625, + 0.0008535385131835938, + -0.0115814208984375, + 0.024444580078125, + -0.0003046989440917969, + -0.043365478515625, + 0.062164306640625, + 0.02276611328125, + 0.029296875, + 0.0033893585205078125, + -0.005962371826171875, + 0.0189056396484375, + -0.06768798828125, + 0.06573486328125, + 0.021484375, + -0.005321502685546875, + 0.03424072265625, + -0.057403564453125, + 0.0382080078125, + 0.0172271728515625, + 0.059783935546875, + -0.0306854248046875, + 0.057403564453125, + -0.00885772705078125, + 0.025543212890625, + 0.015838623046875, + 0.01212310791015625, + 0.01267242431640625, + 0.01861572265625, + -0.01415252685546875, + 0.0423583984375, + 0.03424072265625, + 0.015838623046875, + -0.050689697265625, + -0.009796142578125, + 0.0054931640625, + -0.0011320114135742188, + 0.037017822265625, + -0.042755126953125, + -0.01593017578125, + 0.0235595703125, + 0.0249481201171875, + 0.05859375, + -0.045135498046875, + 0.03662109375, + -0.01267242431640625, + -0.033843994140625, + -0.015045166015625, + -0.00762176513671875 ], "metadata": { "domains": [ "incident-response", "static-investigations", - "malware-analysis", "network-forensics", "cloud-forensics", - "fraud-investigation" + "mobile-forensics" ], "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_hashdeep", - "type": "tool", - "name": "hashdeep", - "content": "hashdeep multithread‑fähiges audit‑werkzeug, das dateien rekursiv einliest und gleich mehrere hash‑algorithmen (md5, sha‑1, sha‑256, tiger u.a.) erzeugt. unterstützt „baseline auditing“ zum automatischen wieder­erkennen neuer oder veränderter dateien und kann hash‑listen in nist‑nsrl‑ oder csv‑format ausgeben – perfekt für große datenträger‑batches. hashing auditing multihash static-investigations cloud-forensics examination analysis", - "embedding": [ - -0.0201263427734375, - 0.0172576904296875, - 0.052093505859375, - -0.019927978515625, - 0.029205322265625, - 0.011688232421875, - 0.038665771484375, - 0.0089263916015625, - -0.015289306640625, - -0.01390838623046875, - -0.032745361328125, - 0.05523681640625, - -0.0004284381866455078, - -0.01873779296875, - -0.059967041015625, - 0.04083251953125, - -0.0112457275390625, - 0.0009984970092773438, - 0.022491455078125, - 0.024261474609375, - -0.0274200439453125, - 0.00922393798828125, - -0.027618408203125, - 0.0118865966796875, - 0.006561279296875, - -0.011444091796875, - -0.032958984375, - -0.07220458984375, - -0.0311737060546875, - 0.02239990234375, - 0.00942230224609375, - -0.04931640625, - 0.0169677734375, - 0.02032470703125, - 0.01390838623046875, - -0.0192413330078125, - 0.023284912109375, - -0.037078857421875, - -0.01430511474609375, - 0.02130126953125, - -0.0133209228515625, - 0.01776123046875, - -0.002292633056640625, - -0.01080322265625, - -0.0174560546875, - -0.03985595703125, - 0.00981903076171875, - -0.017364501953125, - 0.0189361572265625, - -0.049530029296875, - 0.01873779296875, - 0.0272216796875, - 0.0184478759765625, - -0.017852783203125, - -0.0307769775390625, - 0.0282135009765625, - 0.04736328125, - -0.01129150390625, - -0.03375244140625, - 0.0278167724609375, - -0.03729248046875, - 0.0234832763671875, - 0.0243682861328125, - -0.031768798828125, - 0.039276123046875, - 0.020416259765625, - -0.04595947265625, - -0.0260467529296875, - 0.0006780624389648438, - 0.0264434814453125, - 0.0110015869140625, - -0.0076446533203125, - 0.0029964447021484375, - 0.03668212890625, - -0.03216552734375, - -0.04241943359375, - 0.00902557373046875, - 0.0138092041015625, - 0.0123291015625, - 0.00244140625, - -0.033538818359375, - 0.01479339599609375, - 0.0457763671875, - -0.025054931640625, - -0.00666046142578125, - 0.01361083984375, - 0.01361083984375, - -0.0038967132568359375, - 0.005794525146484375, - 0.007495880126953125, - 0.0222930908203125, - -0.011444091796875, - 0.031768798828125, - -0.018341064453125, - 0.031768798828125, - 0.06866455078125, - 0.01410675048828125, - -0.002132415771484375, - 0.01519012451171875, - 0.0272216796875, - 0.0198211669921875, - -0.01194000244140625, - 0.051300048828125, - -0.0260467529296875, - 0.04241943359375, - -0.0256500244140625, - 0.005374908447265625, - -0.0390625, - -0.01218414306640625, - -0.00710296630859375, - -0.09429931640625, - -0.039459228515625, - -0.042236328125, - -0.0662841796875, - 0.001590728759765625, - 0.005352020263671875, - -0.00228118896484375, - 0.04913330078125, - -0.052490234375, - -0.05841064453125, - -0.00260162353515625, - 0.0084381103515625, - -0.02081298828125, - -0.01390838623046875, - -0.045166015625, - -0.059967041015625, - 0.01134490966796875, - 0.01129150390625, - -0.017364501953125, - -0.0218048095703125, - -0.0036754608154296875, - 0.00966644287109375, - 0.0172576904296875, - -0.05328369140625, - 0.0028228759765625, - -0.026641845703125, - 0.016571044921875, - -0.02337646484375, - 0.01568603515625, - -0.01312255859375, - 0.035919189453125, - -0.031768798828125, - -0.06671142578125, - 0.017364501953125, - -0.00690460205078125, - -0.0142059326171875, - -0.0222015380859375, - 0.03668212890625, - -0.039276123046875, - 0.01282501220703125, - -0.004364013671875, - 0.0188446044921875, - 0.054443359375, - -0.00946807861328125, - 0.01558685302734375, - -0.04498291015625, - 0.007595062255859375, - -0.0295867919921875, - 0.0256500244140625, - -0.005573272705078125, - -0.02130126953125, - 0.0055999755859375, - -0.0278167724609375, - 0.024658203125, - -0.0272216796875, - -0.047943115234375, - -0.0174560546875, - 0.037689208984375, - -0.0016155242919921875, - 0.01499176025390625, - 0.059967041015625, - -0.0214996337890625, - 0.045379638671875, - 0.06671142578125, - -0.01430511474609375, - 0.025054931640625, - 0.0033779144287109375, - -0.00414276123046875, - 0.0631103515625, - 0.0121307373046875, - -0.02801513671875, - -0.0017633438110351562, - 0.08367919921875, - 0.00878143310546875, - 0.004810333251953125, - -0.009521484375, - -0.025054931640625, - 0.0244598388671875, - -0.004833221435546875, - 0.020721435546875, - -0.026641845703125, - -0.0180511474609375, - -0.02978515625, - 0.02288818359375, - 0.035308837890625, - 0.04083251953125, - 0.0227813720703125, - 0.004810333251953125, - 0.0560302734375, - -0.0146026611328125, - 0.0035762786865234375, - 0.0176544189453125, - 0.014007568359375, - 0.05328369140625, - 0.0205230712890625, - -0.0142059326171875, - 0.01262664794921875, - 0.035125732421875, - 0.031768798828125, - -0.036895751953125, - -0.0172576904296875, - 0.041229248046875, - -0.003070831298828125, - -0.0023670196533203125, - -0.04913330078125, - -0.034912109375, - -0.00466156005859375, - -0.00666046142578125, - -0.0274200439453125, - 0.003650665283203125, - -0.03411865234375, - -0.045166015625, - -0.005130767822265625, - 0.022003173828125, - -0.0256500244140625, - 0.0171661376953125, - 0.030975341796875, - -0.030181884765625, - -0.01361083984375, - 0.025054931640625, - -0.004364013671875, - 0.02081298828125, - 0.01390838623046875, - 0.014892578125, - 0.0023670196533203125, - -0.019134521484375, - 0.04913330078125, - 0.02545166015625, - 0.0112457275390625, - 0.014892578125, - -0.0205230712890625, - 0.0286102294921875, - -0.0171661376953125, - 0.040435791015625, - 0.0162811279296875, - -0.00818634033203125, - -0.0035762786865234375, - 0.00848388671875, - 0.018646240234375, - 0.04931640625, - -0.050506591796875, - -0.007350921630859375, - -0.059967041015625, - 0.00833892822265625, - -0.034332275390625, - -0.025848388671875, - -0.055633544921875, - -0.08050537109375, - 0.054840087890625, - -0.032562255859375, - 0.00902557373046875, - -0.0012826919555664062, - 0.030181884765625, - 0.0138092041015625, - 0.00542449951171875, - -0.0014429092407226562, - -0.056427001953125, - 0.036895751953125, - 0.06353759765625, - -0.0134124755859375, - -0.017364501953125, - -0.019927978515625, - 0.00690460205078125, - 0.0133209228515625, - 0.0134124755859375, - -0.0025157928466796875, - 0.014404296875, - 0.028411865234375, - 0.022003173828125, - 0.0080413818359375, - -0.006015777587890625, - -0.0013685226440429688, - -0.00666046142578125, - 0.03668212890625, - -0.0294036865234375, - -0.0150909423828125, - -0.02239990234375, - 0.0185394287109375, - -0.0185394287109375, - -0.04595947265625, - -0.01104736328125, - 0.0467529296875, - 0.001190185546875, - 0.011444091796875, - -0.0209197998046875, - -0.054046630859375, - 0.0037479400634765625, - 0.00394439697265625, - -0.0264434814453125, - 0.024566650390625, - 0.06591796875, - -0.045562744140625, - 0.0102081298828125, - -0.01045989990234375, - 0.00838470458984375, - -0.032562255859375, - -0.055633544921875, - -0.01030731201171875, - 0.0001348257064819336, - -0.01558685302734375, - -0.0278167724609375, - 0.0074462890625, - -0.031951904296875, - 0.01312255859375, - -0.00794219970703125, - -0.00574493408203125, - -0.05682373046875, - -0.0364990234375, - 0.005523681640625, - -0.03826904296875, - -0.0313720703125, - -0.035919189453125, - 0.057220458984375, - -0.006805419921875, - -0.004932403564453125, - -0.017059326171875, - 0.01070404052734375, - -0.010650634765625, - 0.011199951171875, - -0.03631591796875, - 0.03887939453125, - 0.0004715919494628906, - 0.0611572265625, - 0.02880859375, - 0.040252685546875, - 0.03631591796875, - 0.06036376953125, - 0.02337646484375, - -0.0286102294921875, - 0.01178741455078125, - -0.0018987655639648438, - 0.0015535354614257812, - 0.0142059326171875, - -0.011444091796875, - -0.0247650146484375, - -0.0108489990234375, - -0.035308837890625, - 0.0158843994140625, - 0.014404296875, - 0.032562255859375, - 0.0210113525390625, - -0.01242828369140625, - 0.0133209228515625, - 0.0765380859375, - -0.0106048583984375, - 0.1136474609375, - -0.005970001220703125, - -0.055633544921875, - 0.00897979736328125, - 0.05682373046875, - -0.0303802490234375, - 0.0019855499267578125, - 0.0274200439453125, - 0.02288818359375, - 0.0142059326171875, - 0.036102294921875, - -0.018341064453125, - 0.032958984375, - 0.0227813720703125, - 0.0004439353942871094, - 0.0264434814453125, - -0.0019359588623046875, - 0.0234832763671875, - 0.0380859375, - -0.0009307861328125, - 0.02880859375, - 0.031951904296875, - -0.022979736328125, - -0.0295867919921875, - -0.03631591796875, - -0.0675048828125, - 0.01262664794921875, - 0.037078857421875, - 0.0235748291015625, - 0.0390625, - -0.0238800048828125, - -0.07574462890625, - 0.0295867919921875, - -0.04144287109375, - 0.0509033203125, - 0.0509033203125, - 0.01371002197265625, - 0.01312255859375, - -0.0163726806640625, - 0.023284912109375, - 0.034515380859375, - 0.01154327392578125, - 0.02130126953125, - 0.039459228515625, - 0.047760009765625, - 0.00250244140625, - -0.041046142578125, - 0.021697998046875, - 0.03375244140625, - 0.0225830078125, - 0.0196380615234375, - 0.0218963623046875, - -0.002552032470703125, - 0.0256500244140625, - -0.0226898193359375, - 0.061553955078125, - 0.01470184326171875, - -0.0169677734375, - -0.005794525146484375, - -0.0028476715087890625, - 0.0192413330078125, - -0.014404296875, - 0.01351165771484375, - -0.0001341104507446289, - 0.0142059326171875, - 0.0037479400634765625, - 0.021209716796875, - -0.0467529296875, - -0.003871917724609375, - 0.0234832763671875, - -0.040435791015625, - 0.03826904296875, - 0.0295867919921875, - -0.0374755859375, - 0.00730133056640625, - -0.01074981689453125, - -0.07379150390625, - 0.06390380859375, - -0.0457763671875, - -0.03155517578125, - 0.003231048583984375, - 0.014404296875, - -0.044189453125, - -0.0235748291015625, - -0.0426025390625, - -0.019134521484375, - -0.01361083984375, - -0.01312255859375, - 0.0179595947265625, - -0.0214996337890625, - 0.015777587890625, - 0.05841064453125, - 0.0509033203125, - -0.0225830078125, - -0.049713134765625, - 0.047149658203125, - 0.0009188652038574219, - -0.052886962890625, - 0.03411865234375, - 0.0070037841796875, - 0.01203155517578125, - -0.029205322265625, - -0.050506591796875, - -0.0154876708984375, - 0.0106048583984375, - -0.0076446533203125, - 0.008880615234375, - -0.042022705078125, - -0.018157958984375, - -0.02978515625, - 0.05010986328125, - 0.006561279296875, - 0.033538818359375, - -0.02545166015625, - -0.04595947265625, - 0.0264434814453125, - -0.072998046875, - -0.047149658203125, - -0.0016527175903320312, - 0.0198211669921875, - 0.009521484375, - 0.0447998046875, - -0.0063629150390625, - 0.0095672607421875, - -0.0294036865234375, - 0.037078857421875, - 0.039276123046875, - -0.01312255859375, - -0.0733642578125, - 0.03216552734375, - 0.010406494140625, - -0.07537841796875, - -0.0189361572265625, - -0.032745361328125, - 0.0163726806640625, - 0.032745361328125, - -0.0576171875, - -0.007152557373046875, - -0.00902557373046875, - -0.01953125, - -0.034912109375, - -0.03472900390625, - -0.014404296875, - -0.02880859375, - 0.023284912109375, - 0.0295867919921875, - -0.0146026611328125, - 0.042999267578125, - 0.00991058349609375, - -0.0125274658203125, - 0.0159759521484375, - 0.0016279220581054688, - -0.004909515380859375, - 0.0509033203125, - -0.035125732421875, - -0.010650634765625, - -0.0167694091796875, - 0.0447998046875, - -0.014892578125, - -0.004390716552734375, - -0.00037598609924316406, - -0.05169677734375, - 0.047760009765625, - -0.05841064453125, - 0.01568603515625, - -0.020721435546875, - -0.033538818359375, - -0.06866455078125, - -0.017364501953125, - 0.0243682861328125, - 0.0102081298828125, - 0.0029354095458984375, - -0.019439697265625, - 0.0179595947265625, - -0.04595947265625, - 0.0230865478515625, - 0.0154876708984375, - -0.0167694091796875, - -0.00360107421875, - -0.0014057159423828125, - 0.042816162109375, - -0.0006966590881347656, - 0.026824951171875, - -0.0239715576171875, - -0.0218048095703125, - -0.072998046875, - 0.034515380859375, - -0.0036258697509765625, - -0.01258087158203125, - -0.017059326171875, - -0.045166015625, - -0.078125, - -0.00106048583984375, - 0.04595947265625, - 0.030181884765625, - -0.0211181640625, - -0.0274200439453125, - -0.024169921875, - -0.00882720947265625, - -0.025848388671875, - 0.02545166015625, - -0.0225830078125, - -0.0021820068359375, - 0.0072021484375, - -0.0222930908203125, - 0.054046630859375, - 0.033538818359375, - 0.0121307373046875, - 0.02978515625, - -0.0210113525390625, - -0.03375244140625, - 0.01312255859375, - -0.0240631103515625, - -0.04736328125, - -0.00902557373046875, - -0.0012025833129882812, - 0.048919677734375, - -0.032745361328125, - -0.020416259765625, - 0.030975341796875, - 0.025848388671875, - 0.0256500244140625, - -0.0057220458984375, - -0.019134521484375, - 0.0150909423828125, - -0.007396697998046875, - 0.058807373046875, - -0.03375244140625, - -0.06787109375, - 0.00882720947265625, - -0.006191253662109375, - 0.054046630859375, - 0.03314208984375, - -0.0286102294921875, - -0.026641845703125, - 0.022003173828125, - 0.07183837890625, - -0.026641845703125, - -0.01873779296875, - -0.0034770965576171875, - -0.007843017578125, - 0.0146026611328125, - 0.057220458984375, - 0.01050567626953125, - 0.08642578125, - 0.02130126953125, - 0.0118408203125, - 0.0166778564453125, - 0.035919189453125, - -0.0013132095336914062, - -0.02337646484375, - -0.0777587890625, - -0.00350189208984375, - 0.0169677734375, - -0.033538818359375, - -0.00614166259765625, - -0.04144287109375, - 0.042236328125, - -0.06982421875, - -0.02880859375, - 0.00670623779296875, - -0.01953125, - 0.0303802490234375, - 0.0256500244140625, - -0.0355224609375, - -0.0007677078247070312, - 0.016571044921875, - -0.024169921875, - -0.017059326171875, - 0.002971649169921875, - 0.0252532958984375, - 0.048919677734375, - 0.0192413330078125, - -0.043792724609375, - 0.03216552734375, - 0.01282501220703125, - 0.03631591796875, - 0.0406494140625, - 0.039459228515625, - 0.026641845703125, - 0.02496337890625, - 0.0313720703125, - 0.057220458984375, - -0.0123291015625, - -0.0238800048828125, - 0.03216552734375, - 0.01090240478515625, - 0.03631591796875, - 0.045562744140625, - -0.00426483154296875, - -0.00164031982421875, - 0.0222015380859375, - -0.059967041015625, - -0.0106048583984375, - -0.01114654541015625, - -0.0247650146484375, - -0.04913330078125, - -0.00530242919921875, - 0.018646240234375, - -0.040252685546875, - 0.0560302734375, - 0.0256500244140625, - -0.042236328125, - -0.0103607177734375, - 0.0256500244140625, - 0.012481689453125, - -0.047943115234375, - -0.0122833251953125, - -0.0235748291015625, - -0.0162811279296875, - -0.031768798828125, - -0.050506591796875, - 0.031768798828125, - -0.0019483566284179688, - -0.062347412109375, - -0.031768798828125, - 0.035919189453125, - -0.0031452178955078125, - -0.03985595703125, - -0.03216552734375, - -0.005374908447265625, - -0.035919189453125, - -0.009124755859375, - -0.039642333984375, - -0.0222930908203125, - 0.041046142578125, - -0.026641845703125, - -0.00690460205078125, - -0.017059326171875, - -0.0264434814453125, - -0.00966644287109375, - -0.00394439697265625, - -0.0035762786865234375, - 0.0169677734375, - -0.0240631103515625, - 0.046356201171875, - 0.0154876708984375, - 0.0169677734375, - 0.035919189453125, - 0.046966552734375, - 0.00279998779296875, - 0.011199951171875, - -0.01371002197265625, - -0.046173095703125, - 0.01030731201171875, - 0.00394439697265625, - 0.022491455078125, - -0.0714111328125, - 0.001110076904296875, - 0.05841064453125, - -0.059173583984375, - 0.0303802490234375, - 0.0011529922485351562, - 0.00646209716796875, - -0.044189453125, - -0.00360107421875, - 0.0211181640625, - 0.004070281982421875, - 0.09429931640625, - 0.019927978515625, - -0.0260467529296875, - 0.0016527175903320312, - -0.04656982421875, - 0.0311737060546875, - 0.029205322265625, - 0.017364501953125, - -0.0231781005859375, - 0.0294036865234375, - 0.0036754608154296875, - -0.0274200439453125, - 0.0196380615234375, - -0.0867919921875, - -0.006511688232421875, - -0.0017757415771484375, - 0.01312255859375, - -0.0260467529296875, - -0.00466156005859375, - -0.054443359375, - -0.045166015625, - -0.04144287109375, - 0.01568603515625, - -0.0025157928466796875, - 0.0222015380859375, - -0.07574462890625, - -0.01222991943359375, - 0.0150909423828125, - -0.03887939453125, - -0.0311737060546875, - -0.024261474609375, - 0.033935546875, - -0.0032806396484375, - -0.04656982421875, - 0.012725830078125, - 0.0214080810546875, - 0.038665771484375, - 0.02801513671875, - 0.01361083984375, - -0.0390625, - -0.0142059326171875, - 0.01499176025390625, - 0.042816162109375, - 0.01538848876953125, - -0.0129241943359375, - 0.0037975311279296875, - 0.012481689453125, - 0.01470184326171875, - -0.056427001953125, - 0.0005116462707519531, - 0.0256500244140625, - 0.0016765594482421875, - -0.07537841796875, - -0.0323486328125, - -0.024566650390625, - 0.050323486328125, - -0.009521484375, - 0.027618408203125, - 0.0134124755859375, - -0.00902557373046875, - -0.0714111328125, - 0.0643310546875, - -0.0185394287109375, - 0.0222930908203125, - 0.019134521484375, - -0.0307769775390625, - -0.042022705078125, - -0.0595703125, - -0.02081298828125, - 0.02001953125, - -0.0209197998046875, - 0.044403076171875, - 0.0270233154296875, - 0.001190185546875, - 0.00902557373046875, - -0.006290435791015625, - 0.00024962425231933594, - 0.047943115234375, - -0.0022563934326171875, - -0.00646209716796875, - 0.061553955078125, - -0.040252685546875, - 0.01450347900390625, - -0.007053375244140625, - 0.009521484375, - 0.005130767822265625, - 0.006855010986328125, - 0.003032684326171875, - 0.007793426513671875, - 0.034332275390625, - 0.0290069580078125, - -0.018646240234375, - 0.0003883838653564453, - -0.01302337646484375, - 0.032958984375, - 0.031951904296875, - 0.01390838623046875, - -0.0171661376953125, - -0.0024547576904296875, - -0.007595062255859375, - -0.020416259765625, - -0.042999267578125, - -0.0726318359375, - -0.0032062530517578125, - -0.01538848876953125, - -0.019439697265625, - 0.0164794921875, - 0.019439697265625, - 0.003452301025390625, - -0.024169921875, - 0.0234832763671875, - 0.01050567626953125, - -0.0102081298828125, - -0.026641845703125, - 0.01055908203125, - -0.0138092041015625, - 0.0355224609375, - -0.009368896484375, - -0.0218048095703125, - 0.041046142578125, - 0.0018491744995117188, - -0.008880615234375, - -0.004955291748046875, - -0.010009765625, - -0.042236328125, - 0.0218963623046875, - -0.04852294921875, - -0.0355224609375, - 0.032958984375, - 0.0176544189453125, - 0.0014362335205078125, - -0.045379638671875, - 0.052490234375, - -0.01110076904296875, - -0.0682373046875, - -0.0028228759765625, - -0.0146026611328125, - -0.0726318359375, - 0.0313720703125, - -0.0180511474609375, - 0.0218963623046875, - -0.015777587890625, - 0.01904296875, - 0.026824951171875, - 0.04339599609375, - 0.01824951171875, - -0.0093231201171875, - -0.01519012451171875, - -0.0133209228515625, - 0.016571044921875, - 0.04498291015625, - 0.0012025833129882812, - -0.005870819091796875, - 0.015289306640625, - -0.0122833251953125, - -0.08209228515625, - 0.0037479400634765625, - -0.0252532958984375, - -0.04498291015625, - 0.019927978515625, - 0.0970458984375, - 0.035919189453125, - 0.0097198486328125, - 0.0218048095703125, - 0.0509033203125, - 0.0214080810546875, - 0.019927978515625, - -0.011688232421875, - -0.054443359375, - -0.01470184326171875, - -0.0026397705078125, - 0.047943115234375, - -0.06549072265625, - 0.045562744140625, - 0.043792724609375, - -0.0226898193359375, - -0.0154876708984375, - 0.00962066650390625, - -0.00574493408203125, - 0.052886962890625, - 0.01238250732421875, - 0.034332275390625, - -0.04656982421875, - 0.0044403076171875, - -0.0015659332275390625, - 0.01110076904296875, - -0.010650634765625, - 0.016571044921875, - -0.02001953125, - 0.03155517578125, - -0.04736328125, - 0.004734039306640625, - -0.004070281982421875, - 0.07537841796875, - -0.008087158203125, - -0.058807373046875, - -0.0262451171875, - 0.048126220703125, - 0.024261474609375, - -0.031951904296875, - 0.0035266876220703125, - -0.01194000244140625, - -0.01361083984375, - 0.04083251953125, - 0.045562744140625, - -0.00028824806213378906, - 0.0163726806640625, - 0.00614166259765625, - -0.0374755859375, - 0.036895751953125, - -0.00666046142578125, - 0.01178741455078125, - -0.0016279220581054688, - -0.045562744140625, - -0.01050567626953125, - -0.05364990234375, - 0.032562255859375, - 0.011444091796875, - 0.00446319580078125, - 0.025848388671875, - -0.00170135498046875, - -0.0264434814453125, - -0.0021572113037109375, - 0.010406494140625, - 0.022003173828125, - 0.004634857177734375, - -0.017364501953125, - 0.0256500244140625, - 0.038665771484375, - -0.012481689453125, - -0.05169677734375, - 0.0509033203125, - -0.0164794921875, - -0.004489898681640625, - -0.04736328125, - 0.0015411376953125, - -0.0004622936248779297, - -0.0264434814453125, - 0.000006079673767089844, - -0.02130126953125, - 0.03411865234375, - -0.0218048095703125, - -0.039642333984375, - -0.0129241943359375, - 0.043609619140625, - -0.0252532958984375, - 0.052490234375, - 0.018157958984375, - -0.023284912109375, - 0.0264434814453125, - -0.0675048828125, - 0.054046630859375, - 0.032745361328125, - 0.01129150390625, - 0.00228118896484375, - 0.009521484375, - 0.0231781005859375, - -0.01074981689453125, - 0.005130767822265625, - 0.009368896484375, - -0.014007568359375, - 0.033355712890625, - 0.0256500244140625, - 0.0142059326171875, - -0.0313720703125, - 0.0307769775390625, - 0.0016765594482421875, - -0.03314208984375, - 0.042999267578125, - 0.0374755859375, - 0.00981903076171875, - 0.001220703125, - -0.025848388671875, - 0.0093231201171875, - -0.061553955078125, - 0.032958984375, - 0.032562255859375, - -0.003021240234375, - 0.034332275390625, - -0.03668212890625, - 0.052490234375, - 0.019134521484375, - 0.0611572265625, - -0.0189361572265625, - 0.034515380859375, - -0.018646240234375, - 0.0167694091796875, - -0.00942230224609375, - 0.0089263916015625, - -0.023681640625, - 0.0447998046875, - -0.040252685546875, - 0.04913330078125, - 0.032562255859375, - -0.0003082752227783203, - -0.0509033203125, - -0.0270233154296875, - -0.016876220703125, - 0.0163726806640625, - 0.034332275390625, - -0.037078857421875, - 0.00202178955078125, - 0.0014057159423828125, - 0.0595703125, - 0.044586181640625, - 0.002429962158203125, - 0.0220947265625, - -0.021209716796875, - 0.0006504058837890625, - 0.0086822509765625, - -0.0012454986572265625 - ], - "metadata": { - "domains": [ - "static-investigations", - "cloud-forensics" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "hashing", - "auditing", - "multihash" - ], - "skillLevel": "intermediate", - "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 incident-response mobile-forensics data-collection", - "embedding": [ - -0.0102996826171875, - 0.0400390625, - 0.03179931640625, - -0.0166778564453125, - 0.034881591796875, - 0.03448486328125, - -0.015045166015625, - 0.015716552734375, - -0.009246826171875, - -0.0014495849609375, - -0.04083251953125, - 0.051727294921875, - 0.0164794921875, - -0.027984619140625, - -0.043701171875, - 0.025482177734375, - 0.006134033203125, - 0.010589599609375, - -0.013702392578125, - 0.00527191162109375, - -0.005199432373046875, - -0.041595458984375, - -0.07208251953125, - 0.0004940032958984375, - 0.01456451416015625, - 0.0014848709106445312, - -0.0249176025390625, - -0.057098388671875, - -0.03143310546875, - -0.0017604827880859375, - 0.0188751220703125, - -0.01523590087890625, - 0.00804901123046875, - 0.041595458984375, - -0.0039520263671875, - -0.0186920166015625, - 0.0196380615234375, - -0.02874755859375, - -0.0249176025390625, - 0.0467529296875, - 0.0002111196517944336, - 0.01485443115234375, - 0.00737762451171875, - -0.0160064697265625, - -0.0194549560546875, - -0.0283660888671875, - 0.01010894775390625, - -0.019927978515625, - 0.01934814453125, - -0.050201416015625, - 0.0251007080078125, - 0.01380157470703125, - 0.00133514404296875, - -0.0015926361083984375, - -0.044647216796875, - 0.02740478515625, - 0.003017425537109375, - -0.00510406494140625, - -0.03546142578125, - 0.057861328125, - -0.057098388671875, - -0.0601806640625, - -0.0006766319274902344, - -0.02337646484375, - 0.0203094482421875, - 0.048095703125, - -0.0147552490234375, - -0.03851318359375, - -0.006946563720703125, - 0.036224365234375, - 0.01284027099609375, - -0.029510498046875, - -0.0188751220703125, - 0.025482177734375, - 0.0082855224609375, - -0.04119873046875, - 0.0209808349609375, - 0.038909912109375, - 0.011016845703125, - -0.01629638671875, - -0.041015625, - 0.0003337860107421875, - 0.022613525390625, - 0.00843048095703125, - -0.0174407958984375, - -0.0075225830078125, - 0.036590576171875, - -0.01245880126953125, - 0.0006556510925292969, - -0.00876617431640625, - 0.0369873046875, - -0.01049041748046875, - 0.0217437744140625, - -0.023956298828125, - 0.03314208984375, - 0.0494384765625, - -0.0325927734375, - -0.025482177734375, - -0.01580810546875, - 0.0312347412109375, - 0.0229034423828125, - -0.0423583984375, - 0.048492431640625, - 0.00943756103515625, - 0.0423583984375, - -0.048675537109375, - -0.011016845703125, - -0.006946563720703125, - -0.0298919677734375, - -0.0277862548828125, - -0.09814453125, - -0.043701171875, - -0.01010894775390625, - -0.051361083984375, - -0.00881195068359375, - -0.022705078125, - -0.01284027099609375, - 0.041595458984375, - -0.061309814453125, - -0.0709228515625, - 0.01322174072265625, - 0.0120697021484375, - -0.017059326171875, - 0.00981903076171875, - -0.06170654296875, - -0.040435791015625, - 0.0018682479858398438, - 0.01561737060546875, - -0.033538818359375, - -0.00460052490234375, - -0.0205078125, - -0.00481414794921875, - 0.00514984130859375, - -0.0245361328125, - -0.0009579658508300781, - -0.048095703125, - 0.0167694091796875, - 0.005435943603515625, - -0.0166778564453125, - 0.01629638671875, - 0.055206298828125, - -0.032958984375, - -0.050201416015625, - 0.03680419921875, - -0.0166778564453125, - -0.0085296630859375, - -0.0021076202392578125, - 0.040252685546875, - -0.03985595703125, - -0.028167724609375, - -0.015716552734375, - 0.0343017578125, - 0.052886962890625, - 0.01523590087890625, - 0.01174163818359375, - -0.0736083984375, - -0.0423583984375, - -0.01068115234375, - 0.026824951171875, - -0.01446533203125, - -0.0276031494140625, - 0.018585205078125, - -0.00128173828125, - 0.04791259765625, - -0.0134124755859375, - -0.021087646484375, - -0.0010776519775390625, - -0.0020847320556640625, - 0.026641845703125, - 0.01532745361328125, - 0.00804901123046875, - 0.00481414794921875, - 0.0662841796875, - 0.03564453125, - -0.001880645751953125, - 0.0182037353515625, - -0.0095367431640625, - 0.003856658935546875, - 0.0169525146484375, - 0.03143310546875, - -0.0140838623046875, - -0.0031147003173828125, - 0.03717041015625, - -0.0270233154296875, - 0.0243377685546875, - -0.00876617431640625, - -0.0302734375, - 0.0085296630859375, - -0.036041259765625, - 0.01494598388671875, - -0.05096435546875, - -0.01494598388671875, - -0.00431060791015625, - 0.0237579345703125, - 0.0139923095703125, - 0.0823974609375, - 0.041595458984375, - -0.02740478515625, - 0.0369873046875, - -0.00019311904907226562, - 0.0140838623046875, - 0.03680419921875, - -0.002071380615234375, - 0.035247802734375, - 0.0264434814453125, - 0.0188751220703125, - 0.01389312744140625, - 0.037933349609375, - 0.0031375885009765625, - -0.01092529296875, - -0.0222320556640625, - 0.0628662109375, - -0.005390167236328125, - -0.05328369140625, - -0.00948333740234375, - -0.032379150390625, - 0.034698486328125, - -0.0189666748046875, - -0.0020122528076171875, - 0.0119781494140625, - -0.03411865234375, - -0.048858642578125, - -0.0071868896484375, - 0.0046234130859375, - -0.01284027099609375, - 0.06475830078125, - 0.026641845703125, - -0.0291290283203125, - -0.0262603759765625, - 0.0221405029296875, - 0.0008625984191894531, - 0.04254150390625, - -0.018585205078125, - 0.01552581787109375, - -0.032012939453125, - -0.0127410888671875, - 0.038330078125, - 0.0214691162109375, - 0.043701171875, - 0.0276031494140625, - -0.01068115234375, - 0.02069091796875, - -0.00939178466796875, - 0.03985595703125, - 0.0256805419921875, - -0.0203094482421875, - -0.0088653564453125, - 0.017822265625, - 0.0316162109375, - 0.037750244140625, - -0.051361083984375, - -0.00699615478515625, - -0.06744384765625, - -0.01552581787109375, - -0.0662841796875, - -0.041015625, - -0.026641845703125, - -0.062469482421875, - 0.0262603759765625, - -0.0306549072265625, - -0.025299072265625, - -0.0089111328125, - 0.006946563720703125, - -0.012359619140625, - 0.05328369140625, - -0.0009822845458984375, - -0.038330078125, - 0.0012874603271484375, - 0.056732177734375, - -0.01427459716796875, - -0.01446533203125, - -0.0168609619140625, - 0.01313018798828125, - -0.0018568038940429688, - -0.0037136077880859375, - -0.0017366409301757812, - -0.00958251953125, - 0.0302734375, - 0.0277862548828125, - 0.0236663818359375, - -0.05328369140625, - 0.002216339111328125, - -0.03179931640625, - 0.01245880126953125, - -0.032958984375, - 0.027984619140625, - 0.006011962890625, - 0.0126495361328125, - -0.03009033203125, - -0.062103271484375, - 0.007568359375, - 0.052520751953125, - 0.00342559814453125, - 0.00514984130859375, - 0.002899169921875, - -0.06591796875, - 0.017822265625, - -0.01983642578125, - 0.015716552734375, - 0.0244293212890625, - 0.045806884765625, - -0.0276031494140625, - 0.0276031494140625, - -0.007762908935546875, - -0.00016546249389648438, - -0.032379150390625, - -0.041961669921875, - -0.00872039794921875, - 0.003498077392578125, - -0.068603515625, - -0.02069091796875, - 0.03448486328125, - -0.037750244140625, - 0.005893707275390625, - -0.00958251953125, - -0.0119781494140625, - -0.03814697265625, - -0.05902099609375, - 0.0140838623046875, - 0.0038318634033203125, - -0.036590576171875, - 0.00670623779296875, - 0.017822265625, - 0.0015153884887695312, - 0.02740478515625, - -0.0234832763671875, - -0.00392913818359375, - -0.048858642578125, - 0.01552581787109375, - -0.00872039794921875, - 0.034881591796875, - -0.01284027099609375, - 0.04827880859375, - 0.01284027099609375, - 0.01078033447265625, - 0.0242462158203125, - 0.032958984375, - 0.04541015625, - -0.00189208984375, - 0.0021915435791015625, - -0.0140838623046875, - 0.0191650390625, - 0.025299072265625, - -0.03717041015625, - -0.050201416015625, - -0.00800323486328125, - -0.0216522216796875, - 0.01629638671875, - 0.02606201171875, - 0.006755828857421875, - 0.0262603759765625, - -0.029327392578125, - 0.0258636474609375, - 0.048095703125, - 0.005916595458984375, - 0.10504150390625, - -0.0099639892578125, - -0.06781005859375, - 0.01715087890625, - 0.037750244140625, - 0.019927978515625, - -0.021942138671875, - 0.04656982421875, - 0.0302734375, - -0.01202392578125, - 0.0189666748046875, - -0.00699615478515625, - 0.0316162109375, - -0.00308990478515625, - 0.01049041748046875, - 0.0016651153564453125, - -0.0126495361328125, - 0.0167694091796875, - 0.040618896484375, - 0.037567138671875, - 0.0228118896484375, - 0.0270233154296875, - -0.0039520263671875, - -0.01044464111328125, - -0.0251007080078125, - -0.0689697265625, - -0.0012454986572265625, - 0.043487548828125, - 0.009918212890625, - 0.054046630859375, - -0.0264434814453125, - -0.0816650390625, - 0.012359619140625, - -0.049835205078125, - 0.06707763671875, - 0.036590576171875, - 0.01360321044921875, - 0.042724609375, - -0.0042877197265625, - 0.00934600830078125, - 0.0236663818359375, - -0.00958251953125, - 0.027984619140625, - 0.03717041015625, - 0.02740478515625, - 0.005462646484375, - -0.02203369140625, - 0.03448486328125, - 0.050201416015625, - 0.0215606689453125, - -0.0015926361083984375, - 0.0202178955078125, - 0.00737762451171875, - 0.04083251953125, - -0.0310516357421875, - 0.0188751220703125, - 0.0302734375, - -0.003688812255859375, - 0.0013179779052734375, - -0.027984619140625, - 0.00189208984375, - -0.0276031494140625, - 0.003185272216796875, - 0.0026702880859375, - -0.007762908935546875, - 0.033721923828125, - 0.0078582763671875, - -0.06744384765625, - -0.0223236083984375, - 0.048492431640625, - -0.0601806640625, - 0.006420135498046875, - 0.0180206298828125, - -0.02874755859375, - -0.02117919921875, - -0.02252197265625, - -0.0494384765625, - 0.0310516357421875, - -0.032958984375, - -0.0272064208984375, - 0.01284027099609375, - 0.0400390625, - -0.052520751953125, - -0.03009033203125, - -0.0036411285400390625, - -0.01513671875, - -0.02203369140625, - -0.018402099609375, - 0.0283660888671875, - -0.0160064697265625, - 0.0113525390625, - 0.0181121826171875, - 0.054412841796875, - -0.01216888427734375, - -0.0291290283203125, - 0.034881591796875, - -0.01418304443359375, - -0.0291290283203125, - 0.043701171875, - 0.0025634765625, - 0.0291290283203125, - -0.0230865478515625, - -0.035064697265625, - 0.00733184814453125, - 0.0262603759765625, - 0.0004191398620605469, - 0.027984619140625, - -0.0256805419921875, - -0.024139404296875, - -0.044281005859375, - 0.043701171875, - 0.0048370361328125, - 0.036041259765625, - 0.00948333740234375, - -0.025482177734375, - 0.045623779296875, - -0.040435791015625, - -0.0175323486328125, - -0.0013837814331054688, - 0.0049591064453125, - -0.0205078125, - 0.0762939453125, - -0.019927978515625, - -0.032379150390625, - 0.00041031837463378906, - 0.01360321044921875, - 0.02069091796875, - -0.00867462158203125, - -0.03680419921875, - 0.065185546875, - 0.0316162109375, - -0.033538818359375, - -0.020599365234375, - -0.0147552490234375, - -0.0056304931640625, - 0.0494384765625, - -0.029510498046875, - -0.00325775146484375, - 0.0018682479858398438, - -0.0709228515625, - -0.0310516357421875, - -0.030853271484375, - -0.0230865478515625, - -0.0240478515625, - 0.03143310546875, - 0.05596923828125, - -0.01456451416015625, - 0.034881591796875, - 0.0161895751953125, - 0.0182952880859375, - 0.00833892822265625, - -0.0038814544677734375, - -0.0310516357421875, - 0.0209808349609375, - -0.062469482421875, - -0.026641845703125, - -0.013031005859375, - 0.004550933837890625, - -0.021270751953125, - 0.01006317138671875, - 0.004505157470703125, - -0.00006365776062011719, - 0.0196380615234375, - -0.065185546875, - 0.007617950439453125, - -0.0218505859375, - -0.039093017578125, - -0.0230865478515625, - -0.0208892822265625, - 0.02117919921875, - 0.0223236083984375, - -0.016571044921875, - -0.0113525390625, - 0.0245361328125, - -0.036041259765625, - 0.037567138671875, - 0.0102081298828125, - 0.012359619140625, - -0.00548553466796875, - -0.01934814453125, - 0.0113525390625, - 0.01418304443359375, - 0.03948974609375, - -0.0079498291015625, - -0.0262603759765625, - -0.08050537109375, - 0.003856658935546875, - 0.0262603759765625, - -0.0079498291015625, - -0.017242431640625, - -0.037567138671875, - -0.042938232421875, - 0.00292205810546875, - 0.0285491943359375, - 0.0109710693359375, - 0.005222320556640625, - -0.04827880859375, - -0.054046630859375, - 0.005870819091796875, - -0.016571044921875, - 0.0413818359375, - -0.0423583984375, - -0.0028629302978515625, - 0.00804901123046875, - -0.0298919677734375, - 0.0258636474609375, - 0.040435791015625, - 0.03582763671875, - 0.00666046142578125, - 0.02740478515625, - -0.01178741455078125, - 0.037384033203125, - -0.003017425537109375, - -0.026824951171875, - -0.01178741455078125, - -0.014373779296875, - 0.0277862548828125, - -0.034881591796875, - -0.029510498046875, - 0.006610870361328125, - 0.0229034423828125, - 0.0312347412109375, - -0.0195465087890625, - -0.01418304443359375, - 0.0304718017578125, - -0.011688232421875, - 0.050201416015625, - -0.036407470703125, - -0.037567138671875, - 0.00342559814453125, - 0.0217437744140625, - 0.03851318359375, - 0.0234832763671875, - 0.0007004737854003906, - -0.050201416015625, - 0.00443267822265625, - 0.041961669921875, - -0.023956298828125, - -0.0440673828125, - -0.03411865234375, - 0.02117919921875, - 0.0298919677734375, - 0.0548095703125, - -0.005054473876953125, - 0.0574951171875, - 0.014373779296875, - -0.00531768798828125, - 0.0187835693359375, - 0.06671142578125, - 0.03411865234375, - -0.01255035400390625, - -0.04827880859375, - 0.008575439453125, - 0.01523590087890625, - -0.0396728515625, - -0.033538818359375, - 0.0099639892578125, - 0.0843505859375, - -0.054412841796875, - -0.020416259765625, - -0.0023956298828125, - -0.002132415771484375, - 0.0059661865234375, - 0.016571044921875, - -0.00189208984375, - 0.038909912109375, - 0.004528045654296875, - -0.056732177734375, - -0.0213623046875, - -0.01255035400390625, - 0.0256805419921875, - 0.04388427734375, - 0.0147552490234375, - -0.0176239013671875, - 0.0202178955078125, - -0.0008745193481445312, - 0.03179931640625, - 0.0140838623046875, - 0.0450439453125, - -0.0038814544677734375, - -0.0026226043701171875, - 0.025299072265625, - 0.047332763671875, - -0.0140838623046875, - -0.03009033203125, - 0.0256805419921875, - 0.0325927734375, - 0.05633544921875, - 0.049072265625, - 0.037384033203125, - 0.004550933837890625, - -0.006801605224609375, - -0.043304443359375, - -0.0186920166015625, - 0.037567138671875, - -0.00943756103515625, - -0.0386962890625, - -0.0440673828125, - 0.037384033203125, - -0.043701171875, - 0.038909912109375, - 0.00443267822265625, - -0.032012939453125, - -0.01485443115234375, - 0.0467529296875, - 0.00264739990234375, - -0.0272064208984375, - 0.01073455810546875, - -0.0283660888671875, - -0.034881591796875, - -0.032958984375, - -0.03277587890625, - 0.0396728515625, - -0.0413818359375, - -0.06439208984375, - -0.01983642578125, - 0.0302734375, - -0.036041259765625, - -0.043487548828125, - -0.0249176025390625, - 0.007568359375, - -0.034881591796875, - -0.038330078125, - -0.036590576171875, - -0.025299072265625, - 0.011016845703125, - -0.036407470703125, - 0.0450439453125, - -0.01580810546875, - -0.036407470703125, - -0.005413055419921875, - -0.0256805419921875, - -0.0262603759765625, - 0.00737762451171875, - -0.0251007080078125, - 0.03564453125, - 0.00598907470703125, - 0.02252197265625, - 0.0215606689453125, - 0.060546875, - -0.0027675628662109375, - 0.019256591796875, - -0.0306549072265625, - -0.0655517578125, - 0.00527191162109375, - 0.007568359375, - -0.00632476806640625, - -0.0789794921875, - 0.00493621826171875, - 0.058258056640625, - -0.1072998046875, - 0.02001953125, - -0.0182037353515625, - -0.0022869110107421875, - -0.030853271484375, - -0.0058441162109375, - 0.00445556640625, - 0.01039886474609375, - 0.09698486328125, - 0.01849365234375, - -0.03179931640625, - -0.02117919921875, - -0.0635986328125, - 0.05865478515625, - 0.017242431640625, - 0.006610870361328125, - -0.06439208984375, - -0.0028743743896484375, - 0.01380157470703125, - -0.0160064697265625, - 0.0180206298828125, - -0.057861328125, - 0.00843048095703125, - 0.0196380615234375, - 0.021942138671875, - -0.01532745361328125, - -0.008148193359375, - -0.05596923828125, - -0.028167724609375, - -0.03411865234375, - 0.0195465087890625, - -0.01360321044921875, - 0.007091522216796875, - -0.033355712890625, - -0.0205078125, - -0.01427459716796875, - -0.047515869140625, - -0.04522705078125, - -0.04217529296875, - 0.042938232421875, - 0.00666046142578125, - -0.04656982421875, - 0.0662841796875, - 0.043701171875, - -0.020599365234375, - -0.0026836395263671875, - 0.05059814453125, - -0.025482177734375, - 0.005939483642578125, - -0.00843048095703125, - 0.0258636474609375, - 0.00872039794921875, - 0.00843048095703125, - -0.00325775146484375, - -0.004024505615234375, - 0.0234832763671875, - -0.0548095703125, - 0.0251007080078125, - 0.01485443115234375, - -0.04119873046875, - -0.049835205078125, - -0.0222320556640625, - -0.03582763671875, - 0.005870819091796875, - -0.00325775146484375, - 0.0302734375, - 0.01351165771484375, - 0.0004372596740722656, - -0.1072998046875, - 0.04656982421875, - -0.0127410888671875, - 0.0262603759765625, - 0.0234832763671875, - -0.00843048095703125, - -0.06707763671875, - -0.032379150390625, - -0.0161895751953125, - 0.032379150390625, - -0.004863739013671875, - 0.02471923828125, - 0.0017604827880859375, - -0.00020205974578857422, - 0.005126953125, - -0.0251007080078125, - 0.0046234130859375, - 0.028167724609375, - 0.01513671875, - -0.004695892333984375, - 0.058258056640625, - -0.06744384765625, - 0.0030670166015625, - -0.002838134765625, - -0.0174407958984375, - -0.0013532638549804688, - 0.008148193359375, - -0.0113525390625, - 0.0027904510498046875, - 0.0270233154296875, - 0.0240478515625, - -0.0188751220703125, - 0.0027065277099609375, - 0.00666046142578125, - 0.0180206298828125, - 0.009674072265625, - -0.0304718017578125, - 0.003688812255859375, - 0.0218505859375, - -0.0276031494140625, - -0.01140594482421875, - -0.08966064453125, - -0.07666015625, - 0.014373779296875, - -0.043304443359375, - -0.01934814453125, - 0.00804901123046875, - -0.0008444786071777344, - 0.0139923095703125, - -0.0306549072265625, - 0.01216888427734375, - 0.004047393798828125, - -0.0188751220703125, - -0.0071868896484375, - 0.051727294921875, - -0.0109710693359375, - 0.01418304443359375, - 0.01360321044921875, - -0.047515869140625, - -0.0012998580932617188, - -0.02606201171875, - -0.0023956298828125, - -0.041961669921875, - 0.0075225830078125, - -0.0207977294921875, - 0.0256805419921875, - -0.073974609375, - -0.020599365234375, - 0.00977325439453125, - 0.0302734375, - 0.0140838623046875, - -0.0302734375, - 0.035064697265625, - -0.00939178466796875, - -0.0548095703125, - 0.0217437744140625, - -0.0264434814453125, - -0.0175323486328125, - 0.032012939453125, - 0.0008382797241210938, - 0.002994537353515625, - 0.02606201171875, - 0.04656982421875, - 0.0146636962890625, - 0.06170654296875, - -0.007808685302734375, - -0.0306549072265625, - -0.016571044921875, - -0.019927978515625, - 0.0277862548828125, - 0.0297088623046875, - 0.006610870361328125, - -0.01284027099609375, - 0.01552581787109375, - 0.00010031461715698242, - -0.07586669921875, - -0.035247802734375, - -0.032196044921875, - -0.0400390625, - 0.0089111328125, - 0.06671142578125, - 0.0221405029296875, - 0.0168609619140625, - 0.0216522216796875, - 0.051727294921875, - 0.01212310791015625, - 0.006946563720703125, - -0.0188751220703125, - -0.0423583984375, - -0.002048492431640625, - -0.00136566162109375, - 0.012359619140625, - -0.06744384765625, - 0.057098388671875, - 0.0386962890625, - -0.0240478515625, - -0.019744873046875, - 0.000017404556274414062, - 0.01715087890625, - 0.057861328125, - 0.009246826171875, - 0.009918212890625, - -0.04119873046875, - 0.00901031494140625, - 0.0302734375, - 0.00498199462890625, - -0.006610870361328125, - -0.0205078125, - -0.0209808349609375, - -0.0009341239929199219, - -0.06707763671875, - -0.016571044921875, - 0.0161895751953125, - 0.057098388671875, - 0.00901031494140625, - -0.033355712890625, - -0.0310516357421875, - 0.03277587890625, - 0.00189208984375, - -0.01418304443359375, - 0.01380157470703125, - 0.03411865234375, - -0.0034732818603515625, - 0.014373779296875, - 0.044281005859375, - 0.00028586387634277344, - 0.03564453125, - 0.0240478515625, - -0.051727294921875, - 0.038909912109375, - -0.025299072265625, - 0.01715087890625, - -0.00258636474609375, - -0.0270233154296875, - 0.00136566162109375, - -0.05865478515625, - 0.0285491943359375, - 0.0169525146484375, - 0.042724609375, - 0.0146636962890625, - -0.02337646484375, - -0.00565338134765625, - 0.019744873046875, - 0.0477294921875, - 0.037567138671875, - 0.0298919677734375, - 0.00582122802734375, - 0.006755828857421875, - -0.0102996826171875, - 0.017822265625, - -0.0521240234375, - 0.036041259765625, - -0.0369873046875, - 0.0026226043701171875, - -0.059417724609375, - 0.0004730224609375, - 0.0173492431640625, - -0.007282257080078125, - -0.006755828857421875, - -0.034698486328125, - -0.02252197265625, - 0.0011377334594726562, - -0.06170654296875, - 0.0004131793975830078, - 0.065185546875, - -0.025482177734375, - 0.0230865478515625, - 0.0272064208984375, - -0.01293182373046875, - -0.011016845703125, - -0.06939697265625, - 0.05865478515625, - 0.0291290283203125, - 0.0228118896484375, - 0.00298309326171875, - 0.0092010498046875, - 0.0283660888671875, - -0.005725860595703125, - 0.0285491943359375, - 0.005558013916015625, - -0.0298919677734375, - 0.05364990234375, - 0.033355712890625, - 0.00241851806640625, - -0.0270233154296875, - 0.019927978515625, - 0.0291290283203125, - -0.037384033203125, - 0.0249176025390625, - 0.0262603759765625, - 0.045806884765625, - -0.0025272369384765625, - -0.012359619140625, - -0.0160980224609375, - -0.0601806640625, - 0.06402587890625, - 0.0234832763671875, - -0.003498077392578125, - 0.02874755859375, - -0.0494384765625, - 0.03717041015625, - 0.002635955810546875, - 0.058258056640625, - -0.05596923828125, - 0.0400390625, - -0.004405975341796875, - -0.0075225830078125, - 0.004238128662109375, - 0.0106353759765625, - -0.00579833984375, - 0.0215606689453125, - -0.018585205078125, - 0.040435791015625, - 0.00876617431640625, - -0.0010776519775390625, - -0.068603515625, - -0.00038933753967285156, - -0.004001617431640625, - 0.0182037353515625, - 0.007663726806640625, - -0.036407470703125, - -0.0182952880859375, - 0.0243377685546875, - 0.035247802734375, - 0.062103271484375, - 0.0021800994873046875, - 0.02874755859375, - 0.00872039794921875, - -0.025482177734375, - -0.004215240478515625, - -0.018402099609375 - ], - "metadata": { - "domains": [ - "incident-response", - "mobile-forensics" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "memory", - "acquisition", - "scenario:memory_dump" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, - { - "id": "tool_GCHQ_Tools", - "type": "tool", - "name": "GCHQ Tools", - "content": "gchq tools sammlung freier gchq‑utilities, allen voran cyberchef\\_– das „cyber‑schweizer‑taschenmesser“ für encoding, crypto und datenanalyse. encoding crypto parsing domain-agnostic-software analysis", - "embedding": [ - -0.0223846435546875, - 0.041290283203125, - 0.036041259765625, - -0.01071929931640625, - 0.027313232421875, - 0.014923095703125, - 0.038421630859375, - 0.005359649658203125, - -0.0374755859375, - -0.04254150390625, - -0.0231781005859375, - 0.05938720703125, - 0.00901031494140625, - 0.0090484619140625, - -0.025238037109375, - 0.046661376953125, - -0.0118255615234375, - 0.00670623779296875, - -0.01317596435546875, - 0.002956390380859375, - -0.0285797119140625, - -0.01119232177734375, - -0.039520263671875, - -0.00426483154296875, - -0.02587890625, - -0.038909912109375, - 0.00041174888610839844, - -0.053985595703125, - -0.0311126708984375, - -0.0126190185546875, - 0.014923095703125, - -0.02349853515625, - 0.03271484375, - 0.0140533447265625, - -0.018341064453125, - -0.006191253662109375, - 0.031585693359375, - -0.035888671875, - 0.0144500732421875, - 0.0040283203125, - -0.03460693359375, - -0.02032470703125, - 0.035400390625, - 0.02667236328125, - -0.02984619140625, - -0.03173828125, - 0.00643157958984375, - -0.017852783203125, - 0.01087188720703125, - -0.0145263671875, - 0.01270294189453125, - 0.0114288330078125, - -0.00897216796875, - -0.0285797119140625, - -0.0164337158203125, - 0.0177764892578125, - 0.04412841796875, - -0.03936767578125, - -0.027618408203125, - 0.049224853515625, - -0.0295257568359375, - 0.003612518310546875, - 0.0007939338684082031, - 0.019683837890625, - 0.0005831718444824219, - -0.00571441650390625, - -0.00021958351135253906, - -0.0233306884765625, - 0.0031948089599609375, - -0.0025806427001953125, - 0.007144927978515625, - 0.00749969482421875, - -0.0169830322265625, - 0.05145263671875, - -0.055572509765625, - -0.0201568603515625, - 0.015960693359375, - 0.017547607421875, - 0.029998779296875, - 0.0214385986328125, - -0.024444580078125, - 0.0046234130859375, - 0.0501708984375, - -0.0169830322265625, - -0.022857666015625, - 0.0040283203125, - 0.005954742431640625, - 0.026824951171875, - 0.00868988037109375, - -0.01436614990234375, - 0.005992889404296875, - -0.01357269287109375, - 0.0198516845703125, - -0.0144500732421875, - 0.0246124267578125, - 0.050811767578125, - -0.02032470703125, - 0.018890380859375, - 0.01039886474609375, - 0.046051025390625, - -0.00948333740234375, - -0.02032470703125, - 0.040313720703125, - 0.0009918212890625, - 0.02349853515625, - -0.02349853515625, - 0.01468658447265625, - -0.003353118896484375, - -0.005237579345703125, - -0.01079559326171875, - -0.05841064453125, - -0.036346435546875, - -0.046661376953125, - -0.05682373046875, - -0.005634307861328125, - 0.0016965866088867188, - -0.01079559326171875, - 0.022705078125, - -0.039703369140625, - -0.0249176025390625, - 0.01230621337890625, - 0.01039886474609375, - -0.0223846435546875, - -0.002033233642578125, - -0.0338134765625, - -0.032379150390625, - 0.0008335113525390625, - 0.01047515869140625, - -0.0374755859375, - -0.00008249282836914062, - -0.0369873046875, - -0.01071929931640625, - -0.035247802734375, - -0.0254058837890625, - -0.0146026611328125, - -0.014129638671875, - 0.0255584716796875, - -0.0189666748046875, - 0.00662994384765625, - 0.0160369873046875, - 0.03350830078125, - -0.057464599609375, - -0.042877197265625, - -0.0269927978515625, - -0.021270751953125, - 0.0196075439453125, - -0.033966064453125, - 0.053985595703125, - -0.01349639892578125, - 0.0122222900390625, - -0.0005011558532714844, - -0.00801849365234375, - 0.04254150390625, - -0.0095672607421875, - -0.0018253326416015625, - -0.037322998046875, - 0.0176239013671875, - -0.0185699462890625, - 0.025238037109375, - 0.0099639892578125, - -0.0271453857421875, - 0.00742340087890625, - -0.0246124267578125, - 0.0301666259765625, - -0.035552978515625, - -0.0225372314453125, - -0.029998779296875, - -0.00014019012451171875, - -0.011749267578125, - 0.0098419189453125, - 0.0279388427734375, - -0.040496826171875, - 0.0533447265625, - 0.03826904296875, - 0.01166534423828125, - 0.0184173583984375, - -0.0036907196044921875, - -0.006587982177734375, - 0.035400390625, - 0.031280517578125, - -0.01151275634765625, - -0.0233306884765625, - 0.033660888671875, - 0.01119232177734375, - 0.02984619140625, - 0.0031757354736328125, - -0.045074462890625, - -0.0079345703125, - -0.0090484619140625, - 0.0242919921875, - -0.03460693359375, - -0.03271484375, - 0.0007195472717285156, - 0.0309600830078125, - -0.005435943603515625, - 0.05047607421875, - 0.0263519287109375, - -0.0161895751953125, - 0.0390625, - 0.0085296630859375, - 0.015960693359375, - 0.047943115234375, - 0.012542724609375, - 0.057159423828125, - 0.0172271728515625, - 0.005359649658203125, - -0.0118255615234375, - 0.047637939453125, - 0.0189666748046875, - -0.041900634765625, - -0.0293731689453125, - 0.052398681640625, - -0.010955810546875, - -0.022857666015625, - -0.05523681640625, - -0.03143310546875, - 0.00710296630859375, - -0.0214385986328125, - -0.0246124267578125, - -0.00478363037109375, - 0.01214599609375, - -0.03668212890625, - -0.020477294921875, - 0.03253173828125, - -0.026519775390625, - 0.03936767578125, - 0.029998779296875, - 0.005832672119140625, - -0.01079559326171875, - 0.022064208984375, - 0.0128631591796875, - 0.022705078125, - 0.0172271728515625, - -0.0168304443359375, - -0.0190582275390625, - -0.01357269287109375, - 0.048583984375, - 0.0153961181640625, - 0.022705078125, - -0.002410888671875, - -0.041900634765625, - 0.038116455078125, - 0.0017566680908203125, - 0.040496826171875, - 0.01357269287109375, - 0.01012420654296875, - 0.038726806640625, - 0.005756378173828125, - 0.0374755859375, - 0.06414794921875, - -0.07843017578125, - -0.0239715576171875, - -0.049835205078125, - -0.00044155120849609375, - -0.0628662109375, - -0.02508544921875, - -0.0004639625549316406, - -0.0374755859375, - 0.024444580078125, - -0.00567626953125, - -0.00933074951171875, - 0.01396942138671875, - 0.02508544921875, - -0.0249176025390625, - 0.06414794921875, - 0.013336181640625, - -0.025238037109375, - 0.005237579345703125, - 0.045074462890625, - -0.01373291015625, - -0.0222320556640625, - -0.011749267578125, - 0.0146026611328125, - 0.01047515869140625, - 0.009246826171875, - -0.035247802734375, - -0.0024204254150390625, - 0.04095458984375, - 0.007740020751953125, - 0.02349853515625, - -0.006946563720703125, - 0.03143310546875, - -0.00872802734375, - 0.04730224609375, - -0.046356201171875, - -0.0003447532653808594, - -0.022705078125, - 0.01515960693359375, - -0.00670623779296875, - -0.0670166015625, - -0.014129638671875, - 0.055877685546875, - 0.01111602783203125, - 0.00432586669921875, - 0.0038299560546875, - -0.05999755859375, - -0.00920867919921875, - -0.00885009765625, - -0.01158905029296875, - 0.023651123046875, - 0.046051025390625, - -0.03936767578125, - 0.0196075439453125, - -0.00901031494140625, - 0.006866455078125, - -0.01270294189453125, - -0.038116455078125, - 0.0274658203125, - 0.0165863037109375, - -0.02349853515625, - 0.0012798309326171875, - 0.01715087890625, - -0.048583984375, - 0.0168304443359375, - 0.0026988983154296875, - -0.0085296630859375, - -0.05621337890625, - -0.05145263671875, - 0.0207977294921875, - -0.03509521484375, - -0.0015478134155273438, - -0.025238037109375, - 0.046356201171875, - -0.002292633056640625, - -0.0146026611328125, - 0.0177001953125, - 0.01190948486328125, - -0.044464111328125, - -0.01087188720703125, - -0.0238189697265625, - 0.024444580078125, - -0.01190948486328125, - 0.031280517578125, - 0.044769287109375, - 0.0027980804443359375, - 0.0241241455078125, - 0.061920166015625, - 0.036346435546875, - -0.029205322265625, - 0.002559661865234375, - 0.0007443428039550781, - -0.0169830322265625, - 0.0401611328125, - -0.03570556640625, - -0.0247650146484375, - -0.0149993896484375, - -0.033660888671875, - 0.029998779296875, - 0.005794525146484375, - 0.0198516845703125, - 0.004703521728515625, - 0.00201416015625, - 0.0215911865234375, - 0.06317138671875, - 0.01230621337890625, - 0.09271240234375, - -0.0058746337890625, - -0.042236328125, - -0.00650787353515625, - 0.0185699462890625, - -0.037933349609375, - -0.0017461776733398438, - 0.0438232421875, - -0.0008382797241210938, - 0.01206207275390625, - -0.005596160888671875, - -0.01666259765625, - 0.01047515869140625, - 0.003154754638671875, - -0.00406646728515625, - 0.01349639892578125, - -0.04541015625, - 0.031280517578125, - 0.027313232421875, - -0.002292633056640625, - 0.0223846435546875, - 0.04254150390625, - -0.0207977294921875, - -0.00901031494140625, - -0.02984619140625, - -0.05364990234375, - 0.0231781005859375, - 0.0295257568359375, - 0.0279388427734375, - 0.03936767578125, - -0.01158905029296875, - -0.054931640625, - 0.0263519287109375, - -0.0469970703125, - 0.08697509765625, - 0.03460693359375, - 0.046356201171875, - 0.0303192138671875, - -0.02008056640625, - -0.0070648193359375, - 0.00551605224609375, - 0.04888916015625, - 0.045074462890625, - 0.049835205078125, - 0.0261993408203125, - 0.01715087890625, - -0.0255584716796875, - 0.0074615478515625, - 0.0017070770263671875, - -0.004047393798828125, - -0.0114288330078125, - 0.0279388427734375, - 0.0369873046875, - 0.00988006591796875, - -0.01611328125, - 0.0311126708984375, - 0.01436614990234375, - -0.032379150390625, - 0.0079803466796875, - -0.019927978515625, - 0.007144927978515625, - -0.046356201171875, - -0.0225372314453125, - 0.004863739013671875, - 0.007740020751953125, - 0.022064208984375, - 0.02191162109375, - -0.0692138671875, - -0.0215911865234375, - 0.04888916015625, - -0.048583984375, - 0.01270294189453125, - 0.04541015625, - -0.02032470703125, - -0.0018949508666992188, - -0.036834716796875, - -0.0660400390625, - 0.0263519287109375, - -0.0271453857421875, - -0.03192138671875, - 0.0030956268310546875, - 0.0145263671875, - -0.043182373046875, - -0.00849151611328125, - -0.0533447265625, - -0.0138092041015625, - -0.005992889404296875, - -0.032379150390625, - 0.033966064453125, - 0.00762176513671875, - -0.00452423095703125, - 0.039703369140625, - 0.06158447265625, - -0.03619384765625, - -0.024444580078125, - 0.040496826171875, - -0.019287109375, - -0.0469970703125, - 0.005435943603515625, - 0.0301666259765625, - 0.005237579345703125, - -0.0023517608642578125, - -0.0197601318359375, - -0.0074615478515625, - 0.0085296630859375, - -0.004047393798828125, - 0.007778167724609375, - -0.0787353515625, - -0.0301666259765625, - -0.0303192138671875, - 0.034912109375, - -0.0058746337890625, - 0.03857421875, - 0.0118255615234375, - -0.044464111328125, - 0.017852783203125, - -0.049835205078125, - 0.009246826171875, - 0.00611114501953125, - -0.003711700439453125, - -0.002658843994140625, - 0.07940673828125, - -0.02349853515625, - -0.01428985595703125, - -0.02825927734375, - 0.04571533203125, - -0.00988006591796875, - 0.005237579345703125, - -0.0306396484375, - 0.0650634765625, - 0.01245880126953125, - -0.0660400390625, - -0.0173797607421875, - -0.02191162109375, - 0.0079803466796875, - 0.04541015625, - -0.0650634765625, - -0.0005631446838378906, - -0.0200042724609375, - -0.067626953125, - -0.040496826171875, - -0.026824951171875, - -0.0438232421875, - -0.06256103515625, - 0.02008056640625, - 0.04254150390625, - 0.008056640625, - 0.00821685791015625, - 0.01214599609375, - 0.0018854141235351562, - 0.0222320556640625, - -0.005832672119140625, - 0.00036454200744628906, - 0.06573486328125, - -0.060333251953125, - -0.026519775390625, - 0.0066680908203125, - 0.0136566162109375, - -0.01071929931640625, - -0.01126861572265625, - -0.01428985595703125, - -0.04254150390625, - 0.04412841796875, - -0.00710296630859375, - -0.0014286041259765625, - 0.0132598876953125, - -0.048248291015625, - -0.037628173828125, - -0.03173828125, - 0.00690460205078125, - 0.015869140625, - 0.0004987716674804688, - 0.047637939453125, - 0.030792236328125, - -0.037139892578125, - -0.01007843017578125, - 0.028900146484375, - -0.03271484375, - -0.02349853515625, - 0.01508331298828125, - 0.0012054443359375, - -0.014129638671875, - 0.050811767578125, - -0.05303955078125, - -0.03460693359375, - -0.08258056640625, - 0.033660888671875, - -0.004802703857421875, - 0.00591278076171875, - -0.01126861572265625, - -0.047637939453125, - -0.07940673828125, - 0.01309967041015625, - 0.0197601318359375, - 0.0085296630859375, - -0.005596160888671875, - -0.035247802734375, - -0.0099639892578125, - -0.0242919921875, - -0.0222320556640625, - 0.054931640625, - -0.0231781005859375, - 0.0194549560546875, - -0.006587982177734375, - -0.00551605224609375, - 0.0285797119140625, - 0.01166534423828125, - 0.033172607421875, - 0.0255584716796875, - 0.0303192138671875, - -0.0263519287109375, - 0.0192108154296875, - -0.0046234130859375, - -0.00492095947265625, - 0.01953125, - -0.027313232421875, - 0.029052734375, - -0.0007839202880859375, - -0.01476287841796875, - 0.0160369873046875, - 0.00960540771484375, - 0.0138092041015625, - -0.003810882568359375, - -0.0012655258178710938, - 0.0269927978515625, - 0.0196075439453125, - 0.05047607421875, - -0.0140533447265625, - -0.05047607421875, - 0.00591278076171875, - -0.001567840576171875, - 0.03570556640625, - 0.027618408203125, - 0.003353118896484375, - -0.033966064453125, - 0.03350830078125, - 0.062225341796875, - -0.0241241455078125, - -0.01548004150390625, - -0.034912109375, - 0.0309600830078125, - 0.017303466796875, - 0.057159423828125, - -0.0242919921875, - 0.10540771484375, - 0.009368896484375, - -0.029693603515625, - 0.0174560546875, - 0.0733642578125, - 0.026519775390625, - -0.0206451416015625, - -0.0231781005859375, - 0.01508331298828125, - 0.01119232177734375, - -0.028411865234375, - -0.025238037109375, - 0.005596160888671875, - 0.06951904296875, - -0.06732177734375, - -0.027313232421875, - -0.00551605224609375, - 0.006946563720703125, - 0.00722503662109375, - 0.023651123046875, - -0.03350830078125, - 0.017303466796875, - -0.0079345703125, - -0.05810546875, - -0.002262115478515625, - 0.0085296630859375, - -0.004962921142578125, - 0.044464111328125, - 0.0230255126953125, - -0.040008544921875, - 0.0009179115295410156, - 0.003353118896484375, - 0.01277923583984375, - 0.018890380859375, - 0.032073974609375, - -0.0013294219970703125, - 0.042236328125, - 0.037628173828125, - 0.06634521484375, - -0.0215911865234375, - -0.035400390625, - 0.01047515869140625, - 0.0246124267578125, - 0.028900146484375, - 0.0180206298828125, - 0.01007843017578125, - 0.0004589557647705078, - -0.00980377197265625, - -0.0501708984375, - -0.002857208251953125, - 0.01158905029296875, - 0.015716552734375, - -0.06475830078125, - -0.043487548828125, - -0.0005331039428710938, - -0.0533447265625, - 0.005062103271484375, - 0.0241241455078125, - -0.060638427734375, - 0.0070648193359375, - 0.0202484130859375, - -0.007740020751953125, - -0.042877197265625, - 0.02587890625, - -0.03411865234375, - -0.038726806640625, - -0.0239715576171875, - -0.0211181640625, - 0.06982421875, - -0.0217437744140625, - -0.07366943359375, - -0.0217437744140625, - 0.022857666015625, - -0.0231781005859375, - -0.036041259765625, - 0.0022716522216796875, - -0.0094451904296875, - -0.0239715576171875, - -0.025726318359375, - -0.03411865234375, - -0.019134521484375, - 0.0152435302734375, - -0.052703857421875, - 0.0136566162109375, - 0.023651123046875, - -0.0030765533447265625, - 0.0011510848999023438, - -0.01119232177734375, - -0.0565185546875, - 0.03411865234375, - -0.078125, - 0.035247802734375, - 0.016510009765625, - -0.01230621337890625, - 0.0390625, - 0.064453125, - 0.005161285400390625, - 0.007381439208984375, - 0.028106689453125, - -0.0369873046875, - 0.014923095703125, - -0.0138092041015625, - 0.0185699462890625, - -0.0908203125, - -0.017303466796875, - 0.03619384765625, - -0.050811767578125, - 0.0160369873046875, - -0.014923095703125, - -0.0185699462890625, - -0.0374755859375, - -0.0176239013671875, - 0.014923095703125, - 0.0241241455078125, - 0.07177734375, - 0.0009226799011230469, - -0.01270294189453125, - 0.00861358642578125, - -0.02032470703125, - 0.06634521484375, - 0.01555633544921875, - 0.0181732177734375, - -0.0026187896728515625, - 0.038726806640625, - -0.014923095703125, - -0.037933349609375, - 0.022857666015625, - -0.07305908203125, - -0.0182647705078125, - 0.0211181640625, - -0.00702667236328125, - 0.0145263671875, - -0.022064208984375, - -0.04254150390625, - -0.02508544921875, - -0.00897216796875, - 0.041290283203125, - -0.015716552734375, - 0.0184173583984375, - -0.046051025390625, - -0.029693603515625, - 0.03460693359375, - -0.0650634765625, - -0.0144500732421875, - -0.01531982421875, - 0.02587890625, - 0.0254058837890625, - -0.032867431640625, - 0.010955810546875, - -0.00251007080078125, - -0.00571441650390625, - 0.0202484130859375, - 0.05841064453125, - -0.05780029296875, - -0.004741668701171875, - -0.0164337158203125, - 0.05047607421875, - 0.022857666015625, - -0.01357269287109375, - -0.0018453598022460938, - 0.00872802734375, - 0.021270751953125, - -0.01032257080078125, - 0.057159423828125, - 0.0596923828125, - -0.017547607421875, - -0.05810546875, - -0.02032470703125, - -0.025238037109375, - 0.041900634765625, - -0.030487060546875, - 0.049835205078125, - 0.038116455078125, - -0.00913238525390625, - -0.10162353515625, - 0.067626953125, - -0.041900634765625, - 0.010162353515625, - -0.00749969482421875, - -0.0013294219970703125, - -0.07208251953125, - -0.0390625, - -0.0197601318359375, - 0.00885009765625, - -0.0306396484375, - 0.0186614990234375, - 0.024444580078125, - 0.012939453125, - 0.0037899017333984375, - -0.005832672119140625, - -0.0016574859619140625, - 0.032867431640625, - 0.0287322998046875, - -0.04412841796875, - 0.078125, - -0.003215789794921875, - 0.0271453857421875, - 0.01548004150390625, - 0.045074462890625, - 0.01039886474609375, - 0.01515960693359375, - -0.03302001953125, - 0.0008435249328613281, - 0.0033740997314453125, - 0.006072998046875, - -0.0215911865234375, - -0.0022830963134765625, - -0.035552978515625, - 0.00988006591796875, - 0.0024318695068359375, - -0.00662994384765625, - -0.0110321044921875, - -0.031280517578125, - -0.032867431640625, - -0.02349853515625, - -0.05364990234375, - -0.07586669921875, - 0.00273895263671875, - -0.0254058837890625, - -0.045074462890625, - 0.0094451904296875, - -0.001964569091796875, - 0.05145263671875, - -0.03570556640625, - 0.020477294921875, - -0.016357421875, - 0.0026988983154296875, - -0.0238189697265625, - 0.0223846435546875, - -0.00972747802734375, - 0.041290283203125, - 0.0246124267578125, - -0.028900146484375, - 0.04541015625, - -0.043182373046875, - -0.029052734375, - 0.005435943603515625, - 0.0181732177734375, - -0.0079345703125, - 0.0269927978515625, - -0.041900634765625, - -0.0173797607421875, - -0.001220703125, - -0.000030994415283203125, - 0.0012502670288085938, - -0.0343017578125, - 0.04095458984375, - 0.01389312744140625, - -0.08062744140625, - 0.00254058837890625, - -0.0184173583984375, - -0.043182373046875, - -0.01953125, - -0.019683837890625, - 0.01508331298828125, - 0.0122222900390625, - 0.049224853515625, - 0.0009975433349609375, - 0.042877197265625, - 0.016265869140625, - -0.031280517578125, - -0.01396942138671875, - 0.00551605224609375, - -0.00498199462890625, - 0.006191253662109375, - 0.041900634765625, - -0.0145263671875, - 0.006587982177734375, - -0.0293731689453125, - -0.0670166015625, - 0.0144500732421875, - -0.0225372314453125, - -0.060333251953125, - 0.01214599609375, - 0.0914306640625, - 0.03857421875, - -0.0165863037109375, - 0.02587890625, - 0.036041259765625, - 0.049530029296875, - 0.01039886474609375, - 0.0035724639892578125, - -0.06982421875, - -0.02191162109375, - -0.0008978843688964844, - 0.0027790069580078125, - -0.05523681640625, - 0.033966064453125, - 0.048583984375, - -0.0246124267578125, - -0.016754150390625, - -0.0230255126953125, - 0.01166534423828125, - 0.046356201171875, - 0.040496826171875, - 0.029052734375, - -0.055572509765625, - 0.005279541015625, - 0.02984619140625, - -0.006748199462890625, - -0.01357269287109375, - -0.0106353759765625, - -0.019927978515625, - 0.06256103515625, - -0.057159423828125, - -0.010955810546875, - 0.0034923553466796875, - 0.052703857421875, - 0.01206207275390625, - -0.05682373046875, - -0.0177001953125, - 0.053985595703125, - 0.017059326171875, - -0.0029163360595703125, - 0.0110321044921875, - 0.012542724609375, - -0.0322265625, - 0.0200042724609375, - 0.05523681640625, - 0.019927978515625, - 0.036346435546875, - 0.0079345703125, - -0.038726806640625, - 0.022705078125, - -0.027618408203125, - -0.0002963542938232422, - 0.0160369873046875, - -0.030487060546875, - -0.036346435546875, - -0.03570556640625, - 0.0333251953125, - 0.01396942138671875, - 0.05682373046875, - 0.0157928466796875, - 0.0174560546875, - -0.0165863037109375, - 0.0022525787353515625, - 0.005279541015625, - 0.0209503173828125, - 0.0238189697265625, - 0.01611328125, - 0.041290283203125, - 0.036041259765625, - 0.01555633544921875, - 0.009246826171875, - 0.00872802734375, - -0.05206298828125, - 0.0014190673828125, - -0.05145263671875, - 0.0149993896484375, - 0.018341064453125, - -0.059051513671875, - 0.0096435546875, - -0.0295257568359375, - -0.0134124755859375, - 0.00492095947265625, - -0.041900634765625, - -0.0177764892578125, - 0.049530029296875, - -0.02984619140625, - 0.04254150390625, - 0.005237579345703125, - 0.01277923583984375, - 0.0196075439453125, - -0.060333251953125, - 0.08953857421875, - 0.010955810546875, - 0.0628662109375, - -0.0087738037109375, - 0.0027790069580078125, - 0.049224853515625, - -0.0238189697265625, - 0.049224853515625, - 0.007183074951171875, - -0.0098419189453125, - 0.0374755859375, - 0.0222320556640625, - 0.0233306884765625, - -0.049530029296875, - 0.034912109375, - 0.00722503662109375, - -0.0322265625, - 0.046356201171875, - 0.039520263671875, - 0.004703521728515625, - -0.0176239013671875, - -0.0215911865234375, - -0.0011758804321289062, - -0.0650634765625, - 0.05621337890625, - -0.0002281665802001953, - -0.007778167724609375, - 0.0233306884765625, - -0.015869140625, - 0.0369873046875, - 0.0176239013671875, - 0.03460693359375, - -0.0406494140625, - 0.05621337890625, - 0.0089263916015625, - -0.018096923828125, - -0.0271453857421875, - 0.033172607421875, - -0.0231781005859375, - 0.02984619140625, - -0.0217437744140625, - 0.0682373046875, - 0.036834716796875, - -0.0024814605712890625, - -0.0390625, - 0.00208282470703125, - -0.01032257080078125, - 0.0249176025390625, - 0.01690673828125, - -0.0469970703125, - -0.00928497314453125, - -0.01047515869140625, - 0.0246124267578125, - 0.0692138671875, - 0.0269927978515625, - 0.01468658447265625, - -0.01190948486328125, - -0.01309967041015625, - 0.01245880126953125, - -0.0118255615234375 - ], - "metadata": { - "domains": [ - "domain-agnostic-software" - ], - "phases": [ - "analysis" - ], - "tags": [ - "encoding", - "crypto", - "parsing" - ], - "skillLevel": "beginner", - "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.00003075599670410156, - 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_CyberChef", - "type": "tool", - "name": "CyberChef", - "content": "cyberchef das \"schweizer taschenmesser\" der daten-manipulation vereint über 400 operations für encoding, verschlüsselung, analyse und transformation. die visuelle \"rezept\"-metapher macht komplexe operationsketten intuitiv: base64 dekodieren → xor entschlüsseln → strings extrahieren → hashes berechnen. besonders wertvoll für malware-deobfuskation, ctf-challenges und forensische datenanalyse. magic-mode erkennt automatisch encodings. regex-support für pattern-extraktion. entropy-visualisierung identifiziert verschlüsselte bereiche. die offline-fähigkeit (läuft komplett im browser) macht es dsgvo-konform für sensible daten. import/export von rezepten für wiederverwendung. unterstützt dateien bis 2gb. code-beautifier für javascript, json, xml. image-forensik mit exif-extraktion. die github-version kann selbst gehostet werden. unverzichtbar für jeden digitalen ermittler. web-interface binary-decode decryption malware-unpacking string-search triage regex-operations magic-detection entropy-analysis recipe-based offline-capable data-transformation incident-response static-investigations malware-analysis network-forensics fraud-investigation examination analysis", - "embedding": [ - -0.0253753662109375, - 0.04022216796875, - 0.053741455078125, - 0.00411224365234375, - 0.008880615234375, - 0.0148468017578125, - 0.023590087890625, - 0.01212310791015625, - -0.031402587890625, - -0.031585693359375, - -0.0396728515625, - 0.056396484375, - -0.0024318695068359375, - 0.00017178058624267578, - -0.046234130859375, - 0.024627685546875, - 0.0088348388671875, - -0.00798797607421875, - 0.0266876220703125, - 0.0142822265625, - -0.02142333984375, - -0.007472991943359375, - -0.04266357421875, - -0.0037593841552734375, - -0.00528717041015625, - -0.00354766845703125, - -0.0070953369140625, - -0.044158935546875, - -0.0191650390625, - -0.034027099609375, - 0.00925445556640625, - -0.027435302734375, - 0.016632080078125, - 0.023773193359375, - -0.016632080078125, - -0.0265045166015625, - 0.024810791015625, - -0.034759521484375, - -0.020294189453125, - 0.021514892578125, - -0.0404052734375, - -0.01103973388671875, - 0.037200927734375, - 0.0007810592651367188, - -0.028564453125, - -0.0266876220703125, - 0.006626129150390625, - -0.006954193115234375, - 0.00620269775390625, - -0.00585174560546875, - 0.031951904296875, - 0.02105712890625, - 0.01390838623046875, - -0.0041351318359375, - -0.036651611328125, - 0.0287628173828125, - 0.043243408203125, - 0.00441741943359375, - -0.029510498046875, - 0.06842041015625, - -0.04058837890625, - -0.001033782958984375, - 0.01343536376953125, - -0.0036411285400390625, - -0.0081787109375, - 0.0193634033203125, - -0.022369384765625, - -0.031585693359375, - -0.00507354736328125, - 0.00615692138671875, - -0.011749267578125, - 0.01151275634765625, - -0.0244293212890625, - 0.039276123046875, - -0.056396484375, - -0.039093017578125, - -0.006908416748046875, - 0.0157012939453125, - 0.01042938232421875, - 0.027435302734375, - -0.0265045166015625, - 0.005496978759765625, - 0.034759521484375, - -0.0161590576171875, - -0.0195465087890625, - 0.00015938282012939453, - 0.00836181640625, - 0.0240631103515625, - 0.026123046875, - -0.005474090576171875, - 0.00191497802734375, - -0.0100555419921875, - 0.036468505859375, - -0.0157012939453125, - 0.0289459228515625, - 0.048858642578125, - -0.036834716796875, - 0.021514892578125, - 0.0208587646484375, - 0.0287628173828125, - 0.0240631103515625, - -0.016357421875, - 0.04248046875, - -0.0160675048828125, - 0.0268707275390625, - -0.0298919677734375, - 0.005237579345703125, - -0.01503753662109375, - -0.0083160400390625, - -0.01094818115234375, - -0.08831787109375, - -0.059783935546875, - -0.031768798828125, - -0.058258056640625, - -0.02386474609375, - 0.00676727294921875, - -0.0112762451171875, - 0.040985107421875, - -0.034210205078125, - -0.046234130859375, - 0.01399993896484375, - 0.0268707275390625, - 0.0101470947265625, - 0.0291290283203125, - -0.05487060546875, - -0.06878662109375, - -0.02264404296875, - 0.024627685546875, - -0.055633544921875, - -0.0087890625, - -0.031402587890625, - -0.0167236328125, - -0.018890380859375, - -0.01268768310546875, - -0.0053558349609375, - -0.0204010009765625, - 0.028564453125, - -0.02593994140625, - -0.0160675048828125, - 0.01146697998046875, - 0.0665283203125, - -0.0220794677734375, - -0.06280517578125, - 0.0011510848999023438, - -0.0255584716796875, - 0.01325225830078125, - -0.0204925537109375, - 0.055267333984375, - -0.0186004638671875, - -0.003688812255859375, - -0.0171051025390625, - 0.00380706787109375, - 0.0654296875, - 0.0056610107421875, - 0.004840850830078125, - -0.0208587646484375, - -0.0084075927734375, - -0.0298919677734375, - 0.036468505859375, - 0.01447296142578125, - -0.01277923583984375, - 0.0233001708984375, - -0.034210205078125, - 0.041900634765625, - -0.01390838623046875, - -0.03515625, - -0.03497314453125, - 0.024627685546875, - -0.007472991943359375, - -0.00742340087890625, - 0.0219879150390625, - -0.03778076171875, - 0.057891845703125, - 0.041351318359375, - 0.0081329345703125, - 0.00846099853515625, - 0.00855255126953125, - 0.0124053955078125, - 0.027069091796875, - 0.046417236328125, - -0.01099395751953125, - -0.0257568359375, - 0.0255584716796875, - 0.0257568359375, - 0.015228271484375, - -0.006999969482421875, - -0.0253753662109375, - -0.0089263916015625, - -0.004039764404296875, - 0.0300750732421875, - -0.0518798828125, - -0.0291290283203125, - -0.01409912109375, - 0.041534423828125, - 0.01259613037109375, - 0.04437255859375, - 0.04473876953125, - -0.0036182403564453125, - 0.008880615234375, - 0.00925445556640625, - -0.0084075927734375, - 0.0197296142578125, - -0.005123138427734375, - 0.037017822265625, - -0.01042938232421875, - 0.010009765625, - -0.0029964447021484375, - 0.046051025390625, - 0.0255584716796875, - -0.03515625, - 0.004581451416015625, - 0.06201171875, - -0.024993896484375, - -0.034210205078125, - -0.04925537109375, - -0.034759521484375, - 0.01776123046875, - -0.0037822723388671875, - -0.0003788471221923828, - -0.0182342529296875, - -0.004322052001953125, - -0.029693603515625, - -0.003101348876953125, - 0.037200927734375, - -0.03326416015625, - 0.031768798828125, - 0.034576416015625, - -0.01531982421875, - -0.0191650390625, - 0.01898193359375, - 0.01198577880859375, - 0.036834716796875, - 0.01142120361328125, - 0.0017385482788085938, - -0.0135345458984375, - -0.004791259765625, - 0.04998779296875, - 0.01160430908203125, - 0.0287628173828125, - -0.0158843994140625, - -0.0181427001953125, - 0.037200927734375, - -0.0035953521728515625, - 0.03759765625, - 0.0209503173828125, - -0.01390838623046875, - 0.033843994140625, - 0.0041351318359375, - 0.016632080078125, - 0.027252197265625, - -0.0797119140625, - -0.01029205322265625, - -0.0657958984375, - -0.0107574462890625, - -0.057891845703125, - -0.041351318359375, - -0.01983642578125, - -0.05712890625, - 0.029693603515625, - 0.00528717041015625, - -0.002960205078125, - 0.01203155517578125, - 0.0110931396484375, - 0.00176239013671875, - 0.04058837890625, - -0.01277923583984375, - -0.039093017578125, - -0.0012865066528320312, - 0.060516357421875, - -0.0113677978515625, - -0.0278167724609375, - -0.005428314208984375, - 0.01503753662109375, - -0.0161590576171875, - -0.00864410400390625, - -0.027435302734375, - 0.0228424072265625, - 0.034759521484375, - 0.0076141357421875, - 0.027435302734375, - 0.00859832763671875, - 0.04229736328125, - 0.004039764404296875, - 0.036285400390625, - -0.053741455078125, - -0.0014276504516601562, - -0.008270263671875, - 0.00594329833984375, - -0.0148468017578125, - -0.04718017578125, - -0.0181427001953125, - 0.04022216796875, - 0.0015392303466796875, - 0.008880615234375, - 0.010528564453125, - -0.051116943359375, - 0.0208587646484375, - 0.004039764404296875, - -0.006343841552734375, - 0.057525634765625, - 0.05712890625, - -0.0330810546875, - 0.01399993896484375, - -0.01531982421875, - -0.002101898193359375, - -0.031402587890625, - -0.044921875, - 0.017486572265625, - -0.0018091201782226562, - -0.0242462158203125, - 0.0012454986572265625, - 0.004558563232421875, - -0.041717529296875, - 0.01099395751953125, - -0.006626129150390625, - -0.007659912109375, - -0.048126220703125, - -0.036468505859375, - 0.0158843994140625, - -0.01155853271484375, - -0.0302581787109375, - -0.016815185546875, - 0.050750732421875, - 0.0244293212890625, - -0.006717681884765625, - 0.000022292137145996094, - 0.03515625, - -0.034393310546875, - -0.01123046875, - -0.00807952880859375, - 0.01438140869140625, - -0.00972747802734375, - 0.04925537109375, - 0.043243408203125, - 0.016632080078125, - 0.0452880859375, - 0.080810546875, - 0.035888671875, - -0.032318115234375, - -0.01390838623046875, - -0.016815185546875, - -0.0196380615234375, - 0.04266357421875, - -0.035888671875, - -0.01343536376953125, - -0.0181427001953125, - -0.0206756591796875, - 0.005779266357421875, - 0.003665924072265625, - 0.029510498046875, - 0.0136260986328125, - -0.01898193359375, - 0.004039764404296875, - 0.0665283203125, - 0.0216217041015625, - 0.08685302734375, - -0.005992889404296875, - -0.0518798828125, - -0.007190704345703125, - 0.021148681640625, - -0.0137176513671875, - -0.0167236328125, - 0.027069091796875, - 0.006439208984375, - -0.00585174560546875, - 0.0020084381103515625, - -0.0014801025390625, - 0.034759521484375, - 0.010528564453125, - -0.018798828125, - -0.004932403564453125, - -0.00902557373046875, - 0.01085662841796875, - 0.03271484375, - 0.01325225830078125, - 0.0204010009765625, - 0.03759765625, - -0.0289459228515625, - -0.01165008544921875, - -0.0400390625, - -0.07220458984375, - 0.02349853515625, - 0.0291290283203125, - 0.00028634071350097656, - 0.046600341796875, - -0.0094451904296875, - -0.0703125, - 0.0257568359375, - -0.03778076171875, - 0.07177734375, - 0.019927978515625, - 0.0204925537109375, - 0.0183258056640625, - -0.0230255126953125, - 0.00737762451171875, - 0.023681640625, - 0.03253173828125, - 0.046051025390625, - 0.048126220703125, - 0.034759521484375, - 0.0281982421875, - -0.0452880859375, - 0.0055694580078125, - 0.01212310791015625, - 0.005496978759765625, - 0.005146026611328125, - 0.043609619140625, - 0.0217132568359375, - 0.0169219970703125, - -0.00958251953125, - 0.0300750732421875, - 0.0312042236328125, - -0.01447296142578125, - 0.0173797607421875, - -0.01390838623046875, - 0.017852783203125, - -0.0445556640625, - -0.003265380859375, - 0.006107330322265625, - 0.0232086181640625, - 0.0287628173828125, - 0.04302978515625, - -0.033447265625, - -0.007801055908203125, - 0.048492431640625, - -0.05865478515625, - 0.0117034912109375, - 0.035888671875, - -0.023681640625, - 0.002819061279296875, - -0.043243408203125, - -0.04510498046875, - 0.007472991943359375, - -0.02349853515625, - -0.0400390625, - 0.00846099853515625, - 0.040802001953125, - -0.05865478515625, - -0.03045654296875, - -0.048858642578125, - -0.01494598388671875, - -0.016357421875, - -0.031402587890625, - 0.0291290283203125, - 0.0011339187622070312, - -0.01029205322265625, - 0.01531982421875, - 0.043609619140625, - -0.0251922607421875, - -0.023681640625, - 0.04925537109375, - -0.00855255126953125, - -0.019073486328125, - 0.0030307769775390625, - 0.00589752197265625, - 0.02020263671875, - -0.016632080078125, - -0.0207672119140625, - 0.01334381103515625, - 0.0306396484375, - 0.018890380859375, - 0.00920867919921875, - -0.04718017578125, - -0.032135009765625, - -0.031402587890625, - 0.050750732421875, - 0.0095367431640625, - 0.024627685546875, - 0.0124053955078125, - -0.03271484375, - 0.00681304931640625, - -0.034210205078125, - 0.006389617919921875, - 0.01456451416015625, - -0.00681304931640625, - -0.0118865966796875, - 0.060150146484375, - -0.0124053955078125, - -0.011138916015625, - -0.038330078125, - 0.053741455078125, - -0.006671905517578125, - 0.004909515380859375, - -0.05413818359375, - 0.051513671875, - 0.0278167724609375, - -0.060150146484375, - -0.01029205322265625, - -0.01983642578125, - 0.006908416748046875, - 0.039459228515625, - -0.0616455078125, - -0.006580352783203125, - -0.01531982421875, - -0.046600341796875, - -0.038909912109375, - -0.023406982421875, - -0.0231170654296875, - -0.05224609375, - 0.003665924072265625, - 0.0287628173828125, - 0.01456451416015625, - 0.0239715576171875, - 0.004276275634765625, - -0.00902557373046875, - 0.00016963481903076172, - 0.0135345458984375, - 0.007659912109375, - 0.034759521484375, - -0.060516357421875, - -0.0251922607421875, - -0.00925445556640625, - 0.0257568359375, - -0.00140380859375, - -0.023590087890625, - 0.00794219970703125, - -0.029693603515625, - 0.04998779296875, - -0.0124969482421875, - -0.0012807846069335938, - 0.005100250244140625, - -0.048492431640625, - -0.027252197265625, - -0.0263214111328125, - 0.008270263671875, - 0.034027099609375, - -0.00789642333984375, - 0.0182342529296875, - 0.043243408203125, - -0.03814697265625, - 0.0240631103515625, - 0.0172882080078125, - -0.011932373046875, - -0.0142822265625, - 0.02349853515625, - -0.0155029296875, - -0.016632080078125, - 0.044158935546875, - -0.0469970703125, - -0.0302581787109375, - -0.09625244140625, - 0.041717529296875, - 0.00930023193359375, - -0.00789642333984375, - -0.0050048828125, - -0.035888671875, - -0.061279296875, - 0.0123138427734375, - 0.01512908935546875, - 0.01343536376953125, - -0.0087432861328125, - -0.01654052734375, - -0.0206756591796875, - -0.0182342529296875, - -0.0298919677734375, - 0.04266357421875, - -0.0124969482421875, - 0.004512786865234375, - 0.0053558349609375, - -0.01560211181640625, - 0.03759765625, - 0.02105712890625, - 0.0229339599609375, - 0.0170135498046875, - 0.0117950439453125, - -0.038909912109375, - 0.0278167724609375, - -0.0087890625, - -0.005405426025390625, - 0.007282257080078125, - -0.0300750732421875, - 0.0242462158203125, - -0.0224609375, - -0.0019502639770507812, - 0.0233001708984375, - 0.009490966796875, - 0.033843994140625, - -0.0130615234375, - 0.0001366138458251953, - 0.03253173828125, - -0.00594329833984375, - 0.0672607421875, - -0.0265045166015625, - -0.051513671875, - 0.03082275390625, - -0.000560760498046875, - 0.055633544921875, - 0.040802001953125, - 0.0179443359375, - -0.0278167724609375, - 0.0312042236328125, - 0.041900634765625, - -0.01287841796875, - -0.0191650390625, - -0.04229736328125, - 0.031402587890625, - 0.0278167724609375, - 0.06353759765625, - -0.0195465087890625, - 0.09625244140625, - 0.0111846923828125, - -0.0179443359375, - 0.029510498046875, - 0.055633544921875, - 0.0379638671875, - -0.031005859375, - -0.04754638671875, - -0.0076141357421875, - -0.0146636962890625, - -0.0306396484375, - -0.016632080078125, - -0.0032901763916015625, - 0.07257080078125, - -0.0567626953125, - -0.03271484375, - -0.0180511474609375, - -0.0034542083740234375, - 0.0031719207763671875, - 0.0034770965576171875, - -0.04437255859375, - 0.0194549560546875, - -0.02227783203125, - -0.033843994140625, - 0.024627685546875, - 0.003570556640625, - 0.010711669921875, - 0.0650634765625, - 0.0263214111328125, - -0.006439208984375, - 0.034576416015625, - 0.0106201171875, - 0.03271484375, - 0.02264404296875, - 0.04058837890625, - 0.018890380859375, - 0.0287628173828125, - 0.038726806640625, - 0.057525634765625, - -0.02593994140625, - -0.00972747802734375, - 0.039276123046875, - 0.027069091796875, - 0.03570556640625, - 0.0229339599609375, - 0.00005251169204711914, - -0.0032196044921875, - -0.0084075927734375, - -0.031585693359375, - 0.0047454833984375, - -0.00714111328125, - -0.0193634033203125, - -0.055633544921875, - -0.046417236328125, - -0.00420379638671875, - -0.048126220703125, - 0.023590087890625, - 0.0186004638671875, - -0.0251922607421875, - 0.007659912109375, - 0.041900634765625, - 0.0033130645751953125, - -0.0665283203125, - 0.036102294921875, - -0.022369384765625, - -0.0244293212890625, - -0.03985595703125, - -0.01456451416015625, - 0.0477294921875, - -0.01316070556640625, - -0.0748291015625, - -0.0205841064453125, - 0.04248046875, - -0.0173797607421875, - -0.0242462158203125, - -0.00531005859375, - 0.01287841796875, - 0.0016794204711914062, - -0.02349853515625, - -0.053741455078125, - -0.0142822265625, - 0.014190673828125, - -0.05413818359375, - 0.034576416015625, - 0.016632080078125, - -0.021331787109375, - -0.0019626617431640625, - -0.00846099853515625, - -0.05938720703125, - 0.04248046875, - -0.0609130859375, - 0.0276336669921875, - 0.01776123046875, - 0.034027099609375, - 0.03253173828125, - 0.04248046875, - -0.00420379638671875, - 0.0279998779296875, - -0.0032196044921875, - -0.059783935546875, - 0.0027370452880859375, - -0.006671905517578125, - 0.00902557373046875, - -0.06280517578125, - -0.012969970703125, - 0.018798828125, - -0.055633544921875, - 0.01094818115234375, - -0.0049591064453125, - -0.00624847412109375, - -0.0654296875, - -0.02020263671875, - -0.0124053955078125, - 0.031402587890625, - 0.0992431640625, - 0.0117034912109375, - -0.039093017578125, - 0.0024089813232421875, - -0.01654052734375, - 0.06805419921875, - 0.017486572265625, - 0.020294189453125, - -0.02593994140625, - 0.0263214111328125, - 0.010711669921875, - -0.0291290283203125, - 0.003993988037109375, - -0.0902099609375, - -0.0268707275390625, - 0.0194549560546875, - -0.00714111328125, - 0.00018644332885742188, - -0.01212310791015625, - -0.04998779296875, - -0.027435302734375, - -0.024627685546875, - 0.035888671875, - -0.0107574462890625, - 0.011322021484375, - -0.043243408203125, - -0.01503753662109375, - -0.00030994415283203125, - -0.0650634765625, - -0.026123046875, - -0.0183258056640625, - 0.022186279296875, - 0.003101348876953125, - -0.04302978515625, - 0.04022216796875, - 0.0130615234375, - 0.00972747802734375, - 0.028564453125, - 0.05865478515625, - -0.039093017578125, - -0.0148468017578125, - -0.01123046875, - 0.05865478515625, - 0.01381683349609375, - -0.0031948089599609375, - -0.00789642333984375, - 0.02227783203125, - -0.0007371902465820312, - -0.0157928466796875, - 0.06427001953125, - 0.0609130859375, - -0.033843994140625, - -0.036468505859375, - -0.002819061279296875, - -0.0287628173828125, - 0.04681396484375, - -0.01155853271484375, - 0.048126220703125, - 0.0197296142578125, - -0.0008692741394042969, - -0.1090087890625, - 0.055267333984375, - -0.0207672119140625, - 0.009918212890625, - -0.004276275634765625, - 0.002361297607421875, - -0.0751953125, - -0.0330810546875, - -0.019073486328125, - 0.0167236328125, - -0.0276336669921875, - 0.0219879150390625, - 0.00476837158203125, - 0.01447296142578125, - 0.0035953521728515625, - -0.006671905517578125, - -0.02593994140625, - 0.0300750732421875, - 0.0036182403564453125, - -0.034210205078125, - 0.04547119140625, - -0.016265869140625, - 0.031402587890625, - 0.020294189453125, - 0.024993896484375, - -0.0123138427734375, - -0.015228271484375, - -0.02838134765625, - -0.01165008544921875, - 0.038909912109375, - 0.037017822265625, - -0.01512908935546875, - 0.01123046875, - -0.03759765625, - 0.024627685546875, - -0.011749267578125, - -0.00469970703125, - -0.0117950439453125, - -0.033843994140625, - -0.019073486328125, - -0.022552490234375, - -0.06353759765625, - -0.103759765625, - 0.0007371902465820312, - -0.0428466796875, - -0.03363037109375, - -0.002796173095703125, - 0.0033130645751953125, - 0.034576416015625, - -0.036285400390625, - 0.045867919921875, - -0.0009045600891113281, - -0.02105712890625, - -0.01438140869140625, - 0.01776123046875, - 0.01438140869140625, - 0.05712890625, - -0.0018911361694335938, - -0.0179443359375, - 0.043426513671875, - -0.0170135498046875, - -0.007472991943359375, - -0.00789642333984375, - 0.006954193115234375, - -0.0191650390625, - 0.032135009765625, - -0.06689453125, - -0.016448974609375, - 0.0006198883056640625, - 0.0265045166015625, - 0.0291290283203125, - -0.0216217041015625, - 0.04925537109375, - 0.00902557373046875, - -0.0762939453125, - -0.004627227783203125, - -0.0265045166015625, - -0.039276123046875, - -0.00498199462890625, - -0.0186004638671875, - 0.0111846923828125, - 0.006015777587890625, - 0.041168212890625, - 0.0172882080078125, - 0.05224609375, - 0.0172882080078125, - -0.038909912109375, - -0.02001953125, - 0.0027599334716796875, - -0.007049560546875, - 0.007801055908203125, - 0.0404052734375, - 0.007659912109375, - 0.020294189453125, - -0.00003927946090698242, - -0.08306884765625, - 0.0006341934204101562, - -0.0477294921875, - -0.05450439453125, - 0.021148681640625, - 0.09283447265625, - 0.028564453125, - -0.004909515380859375, - 0.024810791015625, - 0.04736328125, - 0.029510498046875, - -0.0018091201782226562, - -0.01456451416015625, - -0.08197021484375, - -0.0266876220703125, - 0.006954193115234375, - 0.01503753662109375, - -0.036102294921875, - 0.0396728515625, - 0.053741455078125, - -0.0208587646484375, - -0.023590087890625, - -0.0181427001953125, - 0.028564453125, - 0.020294189453125, - 0.043243408203125, - 0.048126220703125, - -0.046051025390625, - 0.01512908935546875, - 0.0204010009765625, - -0.0084075927734375, - -0.01268768310546875, - -0.002361297607421875, - 0.003993988037109375, - 0.05450439453125, - -0.0714111328125, - 0.005146026611328125, - 0.0111846923828125, - 0.0609130859375, - 0.02001953125, - -0.05450439453125, - -0.03045654296875, - 0.0469970703125, - 0.0253753662109375, - -0.01654052734375, - 0.01898193359375, - 0.0171966552734375, - -0.036468505859375, - 0.031402587890625, - 0.060516357421875, - 0.0204925537109375, - 0.048126220703125, - 0.01531982421875, - -0.05413818359375, - 0.0291290283203125, - -0.0030307769775390625, - -0.00437164306640625, - -0.002960205078125, - -0.038726806640625, - -0.038726806640625, - -0.0654296875, - 0.0233001708984375, - 0.02386474609375, - 0.048126220703125, - 0.038726806640625, - 0.006908416748046875, - -0.0182342529296875, - 0.01399993896484375, - 0.03271484375, - 0.04547119140625, - 0.02386474609375, - 0.014190673828125, - 0.0330810546875, - 0.022369384765625, - 0.00855255126953125, - -0.0169219970703125, - 0.004627227783203125, - -0.040802001953125, - 0.0087432861328125, - -0.04962158203125, - 0.0084075927734375, - 0.004276275634765625, - -0.03814697265625, - 0.002361297607421875, - -0.0276336669921875, - -0.0088348388671875, - -0.01409912109375, - -0.04302978515625, - 0.002349853515625, - 0.0242462158203125, - -0.05938720703125, - 0.03814697265625, - 0.02001953125, - 0.004016876220703125, - 0.0278167724609375, - -0.055633544921875, - 0.0751953125, - 0.010711669921875, - 0.033843994140625, - -0.0197296142578125, - 0.01221466064453125, - 0.03778076171875, - -0.00406646728515625, - 0.027069091796875, - 0.0170135498046875, - -0.02386474609375, - 0.039276123046875, - 0.0240631103515625, - 0.0265045166015625, - -0.039276123046875, - 0.0268707275390625, - 0.01898193359375, - -0.03253173828125, - 0.0231170654296875, - 0.01094818115234375, - 0.0183258056640625, - 0.01390838623046875, - -0.016357421875, - -0.010711669921875, - -0.045867919921875, - 0.0518798828125, - 0.01343536376953125, - -0.002044677734375, - 0.031951904296875, - -0.03778076171875, - 0.0355224609375, - 0.026123046875, - 0.03363037109375, - -0.0706787109375, - 0.051513671875, - -0.00263214111328125, - -0.01316070556640625, - -0.01277923583984375, - 0.008880615234375, - -0.007472991943359375, - 0.0268707275390625, - -0.01438140869140625, - 0.0860595703125, - 0.04058837890625, - -0.023590087890625, - -0.041900634765625, - 0.003429412841796875, - -0.006298065185546875, - 0.00160980224609375, - -0.005123138427734375, - -0.031951904296875, - -0.00897216796875, - -0.004840850830078125, - 0.0255584716796875, - 0.06689453125, - -0.01776123046875, - 0.031402587890625, - -0.007518768310546875, - 0.0003936290740966797, - -0.00958251953125, - 0.0013332366943359375 - ], - "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-capable", - "data-transformation" - ], - "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. command-line mobile-app-data artifact-parser timeline html-export sqlite-viewer protobuf-parser whatsapp-analysis google-artifacts battery-stats well-being-data cross-platform incident-response static-investigations mobile-forensics fraud-investigation examination analysis", - "embedding": [ - -0.01549530029296875, - 0.059478759765625, - 0.0288543701171875, - -0.0022487640380859375, - 0.0256500244140625, - 0.026885986328125, - 0.00872802734375, - -0.002960205078125, - -0.0012798309326171875, - -0.0035400390625, - -0.034027099609375, - 0.061614990234375, - 0.0020809173583984375, - -0.01496124267578125, - -0.061248779296875, - 0.039886474609375, - -0.015045166015625, - 0.01219940185546875, - -0.004673004150390625, - -0.0027599334716796875, - -0.02581787109375, - -0.0189666748046875, - -0.047027587890625, - 0.01175689697265625, - -0.01006317138671875, - 0.037750244140625, - -0.0372314453125, - -0.056976318359375, - -0.0233306884765625, - 0.0165557861328125, - 0.01486968994140625, - -0.007434844970703125, - -0.00734710693359375, - 0.032958984375, - -0.0092620849609375, - -0.01317596435546875, - 0.026885986328125, - -0.031707763671875, - -0.019775390625, - 0.04559326171875, - -0.0008401870727539062, - 0.042205810546875, - 0.0015134811401367188, - 0.022979736328125, - -0.053070068359375, - -0.03436279296875, - -0.025115966796875, - -0.0174560546875, - 0.027252197265625, - -0.0124664306640625, - 0.01824951171875, - 0.03045654296875, - 0.0200347900390625, - -0.0059661865234375, - -0.037567138671875, - 0.0252838134765625, - 0.01531219482421875, - -0.0254669189453125, - -0.04559326171875, - 0.042205810546875, - -0.051300048828125, - -0.0134429931640625, - 0.016204833984375, - -0.0164794921875, - -0.0034275054931640625, - 0.0156707763671875, - -0.0211029052734375, - -0.024932861328125, - -0.00376129150390625, - -0.0036945343017578125, - 0.0027713775634765625, - -0.011932373046875, - -0.0260009765625, - 0.0601806640625, - -0.00569915771484375, - -0.05413818359375, - -0.0125579833984375, - 0.012908935546875, - -0.008148193359375, - -0.01157379150390625, - -0.06695556640625, - -0.00006020069122314453, - 0.050933837890625, - -0.0174560546875, - -0.0252838134765625, - 0.0308074951171875, - 0.051300048828125, - 0.010772705078125, - -0.0188751220703125, - 0.0178985595703125, - 0.0302734375, - -0.014068603515625, - 0.0033397674560546875, - -0.008636474609375, - 0.0308074951171875, - 0.050567626953125, - -0.00885772705078125, - 0.0027599334716796875, - -0.0384521484375, - 0.036163330078125, - 0.0159454345703125, - -0.01010894775390625, - 0.068359375, - -0.0123748779296875, - 0.01861572265625, - -0.0341796875, - 0.0103759765625, - -0.002704620361328125, - -0.0016803741455078125, - -0.015228271484375, - -0.11968994140625, - -0.031524658203125, - 0.0034275054931640625, - -0.069091796875, - -0.0091705322265625, - -0.009796142578125, - -0.007568359375, - 0.056640625, - -0.040252685546875, - -0.05023193359375, - 0.0279541015625, - 0.00827789306640625, - -0.0114898681640625, - -0.002559661865234375, - -0.043975830078125, - -0.053436279296875, - 0.02056884765625, - 0.019500732421875, - -0.042572021484375, - -0.01202392578125, - 0.00009948015213012695, - -0.005344390869140625, - 0.0085906982421875, - -0.03936767578125, - -0.01389312744140625, - -0.0276031494140625, - 0.0341796875, - 0.0263519287109375, - -0.00031447410583496094, - 0.0145111083984375, - 0.01824951171875, - -0.035247802734375, - -0.0726318359375, - -0.0017805099487304688, - -0.055908203125, - -0.02056884765625, - -0.017364501953125, - 0.057708740234375, - -0.04345703125, - 0.00569915771484375, - -0.0170135498046875, - 0.0200347900390625, - 0.050933837890625, - -0.00792694091796875, - 0.024932861328125, - -0.04595947265625, - 0.01335906982421875, - -0.00015020370483398438, - 0.035614013671875, - -0.038818359375, - -0.0194091796875, - 0.0092620849609375, - -0.0043182373046875, - 0.0223541259765625, - -0.00934600830078125, - -0.0252838134765625, - -0.022613525390625, - 0.0260009765625, - 0.00948333740234375, - -0.01166534423828125, - 0.01371002197265625, - -0.047027587890625, - 0.03277587890625, - 0.059844970703125, - -0.0145111083984375, - 0.0284881591796875, - -0.003139495849609375, - -0.017181396484375, - 0.040252685546875, - 0.0176239013671875, - 0.01300048828125, - -0.0029392242431640625, - 0.0345458984375, - 0.014068603515625, - 0.03955078125, - -0.010955810546875, - -0.025115966796875, - 0.0080108642578125, - -0.0252838134765625, - 0.035980224609375, - -0.01326751708984375, - -0.03631591796875, - -0.00574493408203125, - 0.050933837890625, - 0.00832366943359375, - 0.0477294921875, - 0.059112548828125, - -0.021728515625, - 0.03277587890625, - -0.0256500244140625, - 0.0265350341796875, - 0.0309906005859375, - 0.016204833984375, - 0.04986572265625, - 0.00494384765625, - 0.005031585693359375, - -0.020751953125, - 0.0274200439453125, - 0.000110626220703125, - 0.00943756103515625, - 0.002025604248046875, - 0.042388916015625, - 0.0009737014770507812, - -0.01219940185546875, - -0.017181396484375, - -0.056976318359375, - 0.0179901123046875, - -0.040252685546875, - -0.0202178955078125, - 0.0212860107421875, - 0.0224456787109375, - -0.04095458984375, - 0.0016918182373046875, - 0.0210113525390625, - 0.02154541015625, - 0.04168701171875, - 0.023681640625, - -0.0156707763671875, - -0.03936767578125, - 0.009307861328125, - 0.01229095458984375, - 0.038116455078125, - -0.01424407958984375, - 0.006366729736328125, - -0.0159454345703125, - -0.037384033203125, - 0.0869140625, - 0.04541015625, - 0.02056884765625, - 0.02581787109375, - -0.031707763671875, - 0.03009033203125, - -0.0114898681640625, - 0.05023193359375, - 0.033843994140625, - -0.024932861328125, - -0.00734710693359375, - 0.01015472412109375, - 0.034027099609375, - 0.061614990234375, - -0.046661376953125, - -0.009124755859375, - -0.050567626953125, - 0.0157623291015625, - -0.0640869140625, - -0.054840087890625, - -0.03668212890625, - -0.03900146484375, - 0.06378173828125, - -0.04541015625, - -0.00948333740234375, - -0.018157958984375, - -0.006366729736328125, - -0.0056304931640625, - 0.039703369140625, - 0.0157623291015625, - -0.027252197265625, - -0.003963470458984375, - 0.059844970703125, - 0.00201416015625, - -0.0009293556213378906, - -0.022705078125, - 0.022705078125, - -0.0221710205078125, - 0.0309906005859375, - -0.0194091796875, - -0.00885772705078125, - 0.0438232421875, - 0.0064544677734375, - 0.008636474609375, - -0.0019140243530273438, - 0.01175689697265625, - -0.022979736328125, - -0.006900787353515625, - -0.0286712646484375, - 0.00281524658203125, - 0.00003844499588012695, - 0.0157623291015625, - -0.0109100341796875, - -0.03436279296875, - -0.0081939697265625, - 0.0302734375, - -0.0032501220703125, - -0.0159454345703125, - -0.0033168792724609375, - -0.03863525390625, - 0.0135345458984375, - 0.0145111083984375, - -0.01282501220703125, - 0.0523681640625, - 0.04290771484375, - -0.00627899169921875, - -0.0027828216552734375, - 0.0256500244140625, - 0.0345458984375, - -0.033660888671875, - -0.0384521484375, - -0.01549530029296875, - 0.029205322265625, - -0.048095703125, - -0.0254669189453125, - 0.0114898681640625, - -0.03436279296875, - 0.016387939453125, - 0.003894805908203125, - -0.021820068359375, - -0.04986572265625, - -0.05023193359375, - 0.004138946533203125, - -0.024932861328125, - -0.013092041015625, - -0.0164794921875, - 0.048797607421875, - 0.0015468597412109375, - -0.0003046989440917969, - -0.0260009765625, - -0.00681304931640625, - -0.04095458984375, - 0.00943756103515625, - -0.0201263427734375, - -0.00623321533203125, - -0.0156707763671875, - 0.039703369140625, - 0.038299560546875, - 0.025115966796875, - 0.016204833984375, - 0.056640625, - 0.00429534912109375, - 0.006500244140625, - 0.0104217529296875, - 0.00536346435546875, - 0.0059661865234375, - 0.01549530029296875, - -0.03009033203125, - -0.01326751708984375, - -0.00725555419921875, - -0.0212860107421875, - 0.019500732421875, - 0.016204833984375, - 0.0477294921875, - 0.0295562744140625, - -0.0209197998046875, - -0.016387939453125, - 0.0787353515625, - 0.0146942138671875, - 0.09759521484375, - -0.0166473388671875, - -0.04541015625, - 0.006855010986328125, - 0.0263519287109375, - -0.0170135498046875, - -0.0188751220703125, - 0.031341552734375, - 0.004364013671875, - 0.0309906005859375, - 0.01380157470703125, - 0.0010852813720703125, - 0.0245819091796875, - -0.01433563232421875, - 0.002605438232421875, - 0.0156707763671875, - -0.020660400390625, - -0.0025482177734375, - 0.00952911376953125, - 0.00948333740234375, - -0.0013971328735351562, - 0.016387939453125, - -0.03277587890625, - 0.0010967254638671875, - -0.0302734375, - -0.0687255859375, - 0.005519866943359375, - 0.027069091796875, - 0.037384033203125, - 0.07086181640625, - -0.01068878173828125, - -0.051300048828125, - 0.0176239013671875, - -0.03936767578125, - 0.07159423828125, - 0.053070068359375, - 0.007213592529296875, - 0.0220794677734375, - -0.039886474609375, - -0.0000852346420288086, - -0.00102996826171875, - 0.0295562744140625, - 0.01424407958984375, - 0.051300048828125, - 0.029388427734375, - 0.006053924560546875, - -0.03277587890625, - 0.00832366943359375, - 0.0523681640625, - 0.017547607421875, - -0.02386474609375, - 0.0231475830078125, - 0.022796630859375, - 0.024749755859375, - -0.0265350341796875, - 0.051300048828125, - 0.006053924560546875, - 0.0231475830078125, - 0.005832672119140625, - -0.0146026611328125, - -0.0002281665802001953, - -0.0450439453125, - 0.0211029052734375, - -0.01416015625, - 0.005229949951171875, - 0.029205322265625, - 0.021636962890625, - -0.0733642578125, - 0.005229949951171875, - 0.03472900390625, - -0.0655517578125, - 0.0085906982421875, - 0.040771484375, - -0.0477294921875, - 0.0076141357421875, - -0.03668212890625, - -0.034027099609375, - 0.03277587890625, - -0.0092620849609375, - -0.0438232421875, - 0.037384033203125, - 0.0306243896484375, - -0.0372314453125, - -0.032958984375, - -0.03668212890625, - 0.00487518310546875, - 0.0004730224609375, - -0.032958984375, - 0.03668212890625, - -0.00676727294921875, - -0.01010894775390625, - 0.035980224609375, - 0.0302734375, - -0.01099395751953125, - -0.044525146484375, - 0.03204345703125, - -0.0219879150390625, - -0.04345703125, - 0.051300048828125, - 0.020477294921875, - 0.034027099609375, - -0.050567626953125, - -0.01433563232421875, - 0.0203857421875, - -0.01282501220703125, - 0.01513671875, - 0.051300048828125, - -0.02056884765625, - -0.05377197265625, - -0.038116455078125, - 0.05377197265625, - -0.004608154296875, - 0.0221710205078125, - -0.0277862548828125, - -0.01629638671875, - 0.042755126953125, - -0.052001953125, - -0.0235137939453125, - -0.01959228515625, - 0.007213592529296875, - -0.024749755859375, - 0.06378173828125, - -0.01433563232421875, - -0.0118408203125, - 0.0003924369812011719, - 0.0640869140625, - 0.0098419189453125, - 0.001880645751953125, - -0.051300048828125, - 0.048797607421875, - 0.0146942138671875, - -0.035247802734375, - -0.0450439453125, - 0.007747650146484375, - -0.0345458984375, - 0.042205810546875, - -0.03009033203125, - -0.005542755126953125, - 0.0045623779296875, - -0.0477294921875, - -0.038116455078125, - -0.0265350341796875, - -0.007701873779296875, - -0.0260009765625, - 0.0178985595703125, - 0.042755126953125, - 0.00904083251953125, - 0.006679534912109375, - 0.0276031494140625, - 0.01549530029296875, - 0.027252197265625, - 0.007213592529296875, - -0.038818359375, - 0.020843505859375, - -0.048095703125, - -0.029205322265625, - 0.0059661865234375, - 0.035797119140625, - -0.03668212890625, - 0.0187835693359375, - -0.04595947265625, - -0.0032939910888671875, - 0.03704833984375, - -0.00011616945266723633, - -0.008544921875, - -0.0155792236328125, - -0.0221710205078125, - -0.050567626953125, - -0.0284881591796875, - -0.01477813720703125, - 0.0134429931640625, - 0.002460479736328125, - -0.002681732177734375, - 0.0243988037109375, - -0.04345703125, - 0.004474639892578125, - 0.0209197998046875, - 0.0012187957763671875, - 0.01010894775390625, - 0.0009236335754394531, - -0.01264190673828125, - 0.00618743896484375, - 0.010284423828125, - -0.042388916015625, - -0.0384521484375, - -0.06591796875, - 0.0187835693359375, - -0.0012636184692382812, - 0.0023937225341796875, - -0.0029392242431640625, - -0.03509521484375, - -0.040618896484375, - 0.0087738037109375, - 0.0601806640625, - 0.01486968994140625, - 0.0033397674560546875, - -0.0306243896484375, - -0.017364501953125, - 0.0164794921875, - -0.050933837890625, - 0.037750244140625, - -0.0080108642578125, - 0.0252838134765625, - 0.02618408203125, - -0.0256500244140625, - 0.005588531494140625, - 0.0166473388671875, - 0.0265350341796875, - 0.0233306884765625, - 0.0098419189453125, - -0.03704833984375, - 0.0233306884765625, - -0.031158447265625, - -0.023681640625, - 0.001018524169921875, - -0.03509521484375, - 0.01513671875, - -0.037933349609375, - -0.00823974609375, - 0.0046539306640625, - 0.0102386474609375, - 0.031890869140625, - -0.057342529296875, - -0.01629638671875, - 0.03045654296875, - -0.005832672119140625, - 0.06268310546875, - -0.024932861328125, - -0.048797607421875, - -0.03668212890625, - -0.0034942626953125, - 0.042572021484375, - 0.0210113525390625, - 0.0202178955078125, - -0.04986572265625, - 0.0146942138671875, - 0.03936767578125, - 0.0114898681640625, - -0.0609130859375, - -0.005786895751953125, - 0.012908935546875, - 0.0156707763671875, - 0.053436279296875, - 0.0113525390625, - 0.0830078125, - 0.0263519287109375, - 0.037567138671875, - -0.00380706787109375, - 0.05450439453125, - 0.01922607421875, - -0.0203857421875, - -0.057342529296875, - -0.0203094482421875, - -0.01264190673828125, - -0.03240966796875, - -0.04736328125, - 0.00681304931640625, - 0.053070068359375, - -0.06378173828125, - -0.01273345947265625, - 0.0098419189453125, - 0.023681640625, - 0.01496124267578125, - 0.0274200439453125, - -0.042755126953125, - 0.0191497802734375, - 0.029022216796875, - -0.04132080078125, - -0.0016031265258789062, - -0.015045166015625, - 0.0156707763671875, - 0.0562744140625, - 0.024932861328125, - -0.009307861328125, - 0.02056884765625, - -0.0023040771484375, - 0.03009033203125, - 0.03509521484375, - 0.040618896484375, - 0.002471923828125, - -0.00792694091796875, - 0.0477294921875, - 0.033660888671875, - -0.0260009765625, - -0.0186920166015625, - 0.0065460205078125, - 0.044525146484375, - 0.02191162109375, - 0.04327392578125, - -0.0025272369384765625, - 0.018341064453125, - -0.016021728515625, - -0.04595947265625, - 0.01099395751953125, - 0.00788116455078125, - -0.0145111083984375, - -0.05413818359375, - -0.054840087890625, - 0.024749755859375, - -0.047027587890625, - 0.0231475830078125, - -0.005588531494140625, - -0.03472900390625, - -0.01416015625, - 0.0274200439453125, - -0.03045654296875, - -0.06622314453125, - -0.005786895751953125, - -0.0299224853515625, - -0.033660888671875, - 0.004474639892578125, - -0.0372314453125, - 0.0274200439453125, - -0.0042724609375, - -0.029205322265625, - -0.0391845703125, - 0.032958984375, - -0.02813720703125, - -0.0430908203125, - -0.017547607421875, - -0.007480621337890625, - 0.0005650520324707031, - -0.033477783203125, - -0.04559326171875, - -0.0240478515625, - 0.0030498504638671875, - -0.0210113525390625, - -0.0014801025390625, - -0.0201263427734375, - -0.0286712646484375, - -0.0036067962646484375, - -0.004852294921875, - -0.01264190673828125, - 0.032958984375, - -0.039703369140625, - 0.02154541015625, - 0.00899505615234375, - 0.0113983154296875, - 0.04132080078125, - 0.04736328125, - 0.001201629638671875, - 0.01229095458984375, - -0.0302734375, - -0.05413818359375, - -0.01380157470703125, - 0.0186920166015625, - 0.0180816650390625, - -0.061248779296875, - -0.00064849853515625, - 0.06378173828125, - -0.090087890625, - 0.017364501953125, - 0.0087738037109375, - -0.01477813720703125, - -0.0411376953125, - -0.0009627342224121094, - -0.0220794677734375, - 0.01496124267578125, - 0.07623291015625, - -0.0014133453369140625, - 0.00031447410583496094, - 0.020477294921875, - -0.04168701171875, - 0.05450439453125, - -0.00162506103515625, - 0.0231475830078125, - -0.04986572265625, - 0.01300048828125, - 0.036163330078125, - -0.031890869140625, - -0.00921630859375, - -0.078369140625, - 0.0134429931640625, - 0.04345703125, - 0.0098876953125, - -0.0018033981323242188, - -0.00102996826171875, - -0.033843994140625, - -0.022705078125, - -0.0174560546875, - 0.021453857421875, - -0.001068115234375, - -0.00904083251953125, - -0.042022705078125, - -0.0029392242431640625, - -0.0164794921875, - -0.048797607421875, - -0.0209197998046875, - -0.04150390625, - 0.051300048828125, - 0.0200347900390625, - -0.054840087890625, - 0.01433563232421875, - 0.017181396484375, - -0.0165557861328125, - -0.0008516311645507812, - 0.059478759765625, - -0.048431396484375, - -0.0118408203125, - 0.00846099853515625, - 0.0224456787109375, - 0.004695892333984375, - 0.0107269287109375, - -0.01229095458984375, - 0.01210784912109375, - 0.01122283935546875, - -0.046295166015625, - 0.019500732421875, - 0.03936767578125, - -0.0114898681640625, - -0.07623291015625, - -0.038299560546875, - -0.008148193359375, - 0.036865234375, - -0.0213775634765625, - 0.0299224853515625, - 0.00872802734375, - -0.00109100341796875, - -0.10186767578125, - 0.04168701171875, - -0.0008459091186523438, - 0.017364501953125, - 0.021820068359375, - -0.00992584228515625, - -0.07049560546875, - -0.036865234375, - -0.0166473388671875, - 0.03009033203125, - -0.0145111083984375, - 0.0260009765625, - -0.012908935546875, - 0.0235137939453125, - 0.01397705078125, - 0.00429534912109375, - -0.00850677490234375, - 0.056640625, - 0.022979736328125, - -0.04345703125, - 0.049163818359375, - -0.0200347900390625, - -0.0031833648681640625, - -0.0102386474609375, - 0.0006704330444335938, - -0.0020599365234375, - -0.01059722900390625, - -0.0240478515625, - 0.0187835693359375, - 0.056640625, - 0.06231689453125, - -0.04345703125, - 0.00730133056640625, - -0.022613525390625, - 0.003116607666015625, - -0.00783538818359375, - -0.003116607666015625, - 0.006412506103515625, - 0.022796630859375, - -0.0252838134765625, - -0.00841522216796875, - -0.0523681640625, - -0.0701904296875, - -0.0008349418640136719, - -0.039703369140625, - 0.00797271728515625, - 0.0019931793212890625, - 0.0188751220703125, - 0.018157958984375, - -0.0309906005859375, - 0.07049560546875, - 0.002727508544921875, - -0.01416015625, - 0.00003272294998168945, - 0.0231475830078125, - -0.01477813720703125, - 0.0233306884765625, - 0.02154541015625, - -0.05450439453125, - 0.00778961181640625, - -0.040435791015625, - 0.0198516845703125, - -0.0284881591796875, - 0.004405975341796875, - -0.004787445068359375, - 0.003940582275390625, - -0.076904296875, - -0.05450439453125, - 0.0245819091796875, - 0.0477294921875, - 0.0030498504638671875, - -0.0167388916015625, - 0.01922607421875, - -0.031524658203125, - -0.07550048828125, - 0.007080078125, - -0.01531219482421875, - -0.021820068359375, - 0.0260009765625, - 0.00943756103515625, - 0.006366729736328125, - 0.021636962890625, - 0.0201263427734375, - 0.035430908203125, - 0.035430908203125, - 0.0080108642578125, - -0.035797119140625, - -0.0051422119140625, - -0.022796630859375, - 0.02813720703125, - 0.0391845703125, - 0.046661376953125, - -0.024749755859375, - 0.016204833984375, - 0.0103302001953125, - -0.068359375, - -0.040252685546875, - -0.01416015625, - -0.055206298828125, - 0.01861572265625, - 0.0516357421875, - 0.0231475830078125, - -0.016204833984375, - 0.03704833984375, - 0.05377197265625, - 0.0276031494140625, - 0.0277862548828125, - -0.01122283935546875, - -0.07122802734375, - -0.007568359375, - -0.0015134811401367188, - 0.01001739501953125, - -0.048797607421875, - 0.05450439453125, - 0.05804443359375, - -0.005786895751953125, - -0.0070343017578125, - 0.00487518310546875, - 0.037750244140625, - 0.034027099609375, - 0.036163330078125, - -0.01416015625, - -0.04949951171875, - -0.00017952919006347656, - 0.0284881591796875, - 0.0031833648681640625, - 0.00783538818359375, - -0.00997161865234375, - -0.0146942138671875, - 0.0242156982421875, - -0.042022705078125, - 0.0035610198974609375, - 0.0124664306640625, - 0.053070068359375, - 0.010284423828125, - -0.060546875, - -0.0210113525390625, - 0.055206298828125, - 0.033111572265625, - -0.026885986328125, - 0.01442718505859375, - 0.0276031494140625, - -0.0219879150390625, - 0.0279541015625, - 0.056976318359375, - 0.012908935546875, - 0.04345703125, - -0.00228118896484375, - -0.060546875, - 0.0302734375, - -0.00026702880859375, - 0.003917694091796875, - -0.0198516845703125, - -0.03955078125, - -0.01727294921875, - -0.04364013671875, - 0.057708740234375, - 0.019683837890625, - 0.0267181396484375, - 0.005321502685546875, - 0.0019254684448242188, - -0.0190582275390625, - 0.01486968994140625, - 0.03668212890625, - 0.048095703125, - 0.0034275054931640625, - -0.01629638671875, - -0.0146942138671875, - -0.006320953369140625, - 0.0200347900390625, - -0.042572021484375, - 0.0114898681640625, - -0.009307861328125, - -0.020751953125, - -0.04345703125, - 0.01371002197265625, - 0.01103973388671875, - -0.0065460205078125, - -0.01001739501953125, - -0.015045166015625, - -0.0087738037109375, - -0.01486968994140625, - -0.0265350341796875, - -0.0213775634765625, - 0.0299224853515625, - -0.00943756103515625, - 0.0325927734375, - 0.00904083251953125, - -0.006500244140625, - 0.006679534912109375, - -0.057342529296875, - 0.104736328125, - 0.02618408203125, - 0.0156707763671875, - 0.0038509368896484375, - 0.004787445068359375, - 0.034027099609375, - 0.0098876953125, - 0.01045989990234375, - 0.03277587890625, - -0.0156707763671875, - 0.031707763671875, - 0.055206298828125, - -0.0159454345703125, - -0.040435791015625, - 0.0364990234375, - 0.0006008148193359375, - -0.053436279296875, - 0.0477294921875, - 0.0081024169921875, - 0.0283203125, - 0.01540374755859375, - -0.0085906982421875, - -0.022613525390625, - -0.04559326171875, - 0.07513427734375, - 0.0242156982421875, - -0.0124664306640625, - 0.0372314453125, - -0.07513427734375, - 0.03009033203125, - -0.0027599334716796875, - 0.056640625, - -0.0267181396484375, - 0.061614990234375, - -0.0011796951293945312, - 0.0189666748046875, - -0.004741668701171875, - -0.00569915771484375, - 0.0168304443359375, - 0.0124664306640625, - -0.0213775634765625, - 0.047027587890625, - 0.024932861328125, - -0.00494384765625, - -0.07196044921875, - -0.0167388916015625, - 0.005031585693359375, - 0.00797271728515625, - 0.035430908203125, - -0.0200347900390625, - -0.01317596435546875, - 0.0306243896484375, - 0.044525146484375, - 0.0364990234375, - -0.027252197265625, - 0.035430908203125, - 0.0002574920654296875, - -0.008544921875, - -0.0113983154296875, - -0.0231475830078125 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "mobile-forensics", - "fraud-investigation" - ], - "phases": [ - "examination", - "analysis" + "examination" ], "tags": [ "command-line", - "mobile-app-data", - "artifact-parser", "timeline", - "html-export", - "sqlite-viewer", - "protobuf-parser", - "whatsapp-analysis", - "google-artifacts", - "battery-stats", - "well-being-data", - "cross-platform" + "log-parser", + "cross-platform", + "timeline-merge", + "time-normalization", + "artifact-parser", + "elasticsearch-export", + "docker-support", + "timestomping-detection", + "modular-parsers", + "batch-processing" ], "skillLevel": "intermediate", "type": "tool" } }, { - "id": "tool_dc3dd", + "id": "tool_OSFMount", "type": "tool", - "name": "dc3dd", - "content": "dc3dd dc3dd ist eine forensisch erweiterte variante des klassischen unix‑befehls dd. sie unterstützt das gleichzeitige berechnen mehrerer hash‑werte (md5, sha‑1, sha‑256, sha‑512) während der image‑erstellung, führt ein detailliertes log mit prüfsummen und fehlerblöcken und zeigt einen fortschrittsbalken an. weitere funktionen sind das splitten großer abbilder, das gezielte überschreiben von mustern zum sicheren löschen und die möglichkeit, fehlersektoren separat auszugeben, was besonders bei defekten medien hilfreich ist. disk-imaging hashing wiping logging cli incident-response static-investigations data-collection", + "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.006145477294921875, - 0.0298614501953125, - 0.0298614501953125, - -0.01229095458984375, - 0.041290283203125, - 0.0236053466796875, - 0.0248260498046875, - 0.0068511962890625, - -0.004055023193359375, - 0.0089111328125, - -0.0341796875, - 0.041778564453125, - 0.007373809814453125, - -0.001613616943359375, - -0.040557861328125, - 0.0244598388671875, - -0.016845703125, - 0.00011861324310302734, - 0.013214111328125, - 0.001697540283203125, - -0.006237030029296875, - 0.035400390625, - -0.041290283203125, - 0.0240936279296875, - -0.012908935546875, - -0.01007843017578125, - -0.032928466796875, - -0.08013916015625, - -0.0162200927734375, - 0.013702392578125, - -0.001644134521484375, - -0.018798828125, - -0.00580596923828125, - 0.0361328125, - 0.0181884765625, - -0.0247039794921875, - -0.00921630859375, - -0.0361328125, - -0.00798797607421875, - 0.031463623046875, - -0.022247314453125, - 0.01186370849609375, - 0.032440185546875, - -0.032440185546875, - -0.0195465087890625, - -0.021514892578125, - 0.012908935546875, - -0.031951904296875, - -0.01499176025390625, - -0.04644775390625, - 0.022369384765625, - 0.0191802978515625, - 0.03369140625, - -0.00336456298828125, - -0.02667236328125, - 0.02679443359375, - 0.023345947265625, - -0.0108184814453125, - -0.0181884765625, - 0.06439208984375, - -0.049652099609375, - -0.01044464111328125, - -0.004795074462890625, - -0.030609130859375, - -0.00798797607421875, - 0.01020050048828125, - -0.0293731689453125, - -0.00965118408203125, - 0.0191802978515625, - 0.031951904296875, - 0.0113677978515625, - -0.01056671142578125, - -0.0177001953125, - 0.0301055908203125, - -0.0185546875, - -0.031951904296875, - 0.021636962890625, - 0.0301055908203125, - 0.0341796875, - 0.004917144775390625, - -0.0552978515625, - 0.01032257080078125, - 0.0205230712890625, - -0.03466796875, - -0.031951904296875, - 0.032684326171875, - 0.0251922607421875, - 0.01013946533203125, - -0.005992889404296875, - 0.00946044921875, - 0.0153656005859375, - -0.0007414817810058594, - 0.0199127197265625, - -0.0196685791015625, - 0.042266845703125, - 0.06439208984375, - 0.0167083740234375, - 0.031707763671875, - 0.0162200927734375, - 0.042022705078125, - 0.0247039794921875, - -0.00946044921875, - 0.04473876953125, - 0.0068206787109375, - 0.06439208984375, - -0.00921630859375, - 0.0247039794921875, - 0.013580322265625, - -0.022979736328125, - -0.00445556640625, - -0.068359375, - -0.035888671875, - -0.022369384765625, - -0.057037353515625, - -0.0030269622802734375, - -0.022491455078125, - -0.0113067626953125, - 0.06146240234375, - -0.02691650390625, - -0.041046142578125, - -0.0013599395751953125, - 0.0172119140625, - -0.01044464111328125, - 0.009521484375, - -0.038360595703125, + -0.0212249755859375, + 0.04962158203125, + 0.02313232421875, + -0.022064208984375, + 0.035888671875, + 0.0321044921875, + 0.026397705078125, + 0.00046539306640625, + -0.0203857421875, + -0.0011682510375976562, -0.04351806640625, - 0.023223876953125, - 0.00540924072265625, - -0.042510986328125, - -0.0288848876953125, - -0.01186370849609375, - -0.00835418701171875, - -0.033935546875, - -0.02679443359375, - -0.0084228515625, - -0.0200347900390625, - 0.017578125, - -0.007099151611328125, - -0.01499176025390625, - -0.000553131103515625, - 0.034423828125, - -0.04595947265625, - -0.06121826171875, - 0.023468017578125, - -0.00583648681640625, - -0.00848388671875, - -0.0089111328125, - 0.0286407470703125, - -0.0089111328125, - -0.02703857421875, - 0.0065460205078125, - 0.0186767578125, - 0.031463623046875, - -0.003993988037109375, - 0.00823211669921875, - -0.03662109375, - 0.0251922607421875, - -0.01204681396484375, - 0.03369140625, - -0.0006685256958007812, - -0.0297393798828125, - 0.003826141357421875, - -0.0240936279296875, - 0.00872802734375, - -0.021636962890625, - -0.042022705078125, - -0.018798828125, - 0.0068206787109375, - -0.00885009765625, - -0.00786590576171875, - 0.038360595703125, - -0.0195465087890625, - 0.04425048828125, - 0.0751953125, - 0.007526397705078125, - 0.036376953125, - 0.0007719993591308594, - 0.005222320556640625, - 0.0291290283203125, - 0.0115509033203125, - -0.0248260498046875, - -0.0281524658203125, - 0.04669189453125, - -0.0065765380859375, - -0.00433349609375, - -0.005130767822265625, - -0.0159759521484375, - 0.0201568603515625, - -0.0516357421875, - 0.042022705078125, - -0.037109375, - -0.0025959014892578125, - -0.01007843017578125, - 0.01904296875, - 0.004055023193359375, - 0.0535888671875, - 0.039093017578125, - 0.00860595703125, - 0.049896240234375, - 0.0035495758056640625, - 0.00550079345703125, - 0.01001739501953125, - 0.01253509521484375, - 0.039093017578125, - 0.01259613037109375, - -0.0011444091796875, - -0.00777435302734375, - 0.030364990234375, - 0.030609130859375, - -0.041046142578125, - -0.01001739501953125, - 0.0237274169921875, - -0.022003173828125, - -0.0557861328125, - -0.04473876953125, - -0.01438140869140625, - 0.00433349609375, - -0.0191802978515625, - -0.02679443359375, - -0.0210113525390625, - 0.00577545166015625, - -0.0283966064453125, - 0.013336181640625, - 0.004886627197265625, - -0.0174560546875, - 0.040313720703125, - 0.0162200927734375, - -0.023223876953125, - -0.051116943359375, - 0.0253143310546875, - 0.018798828125, - 0.0205230712890625, - -0.00762176513671875, - 0.01198577880859375, - 0.0084228515625, - -0.0177001953125, - 0.059234619140625, - 0.0205230712890625, - 0.040802001953125, - 0.0023651123046875, - -0.022003173828125, - 0.04473876953125, - -0.0291290283203125, - 0.042022705078125, - 0.0019512176513671875, - -0.0153045654296875, - 0.01419830322265625, - 0.021392822265625, - 0.013336181640625, - 0.0535888671875, - -0.0533447265625, - 0.01192474365234375, - -0.08111572265625, - 0.02679443359375, - -0.03662109375, - -0.02606201171875, - -0.0552978515625, - -0.023101806640625, - 0.04376220703125, - -0.031097412109375, - -0.04278564453125, - -0.004608154296875, - 0.0179443359375, - -0.00330352783203125, - 0.035400390625, - 0.0009407997131347656, - -0.04425048828125, - 0.0163421630859375, - 0.0855712890625, - -0.01186370849609375, - 0.0108184814453125, - -0.0361328125, - 0.034912109375, - -0.013031005859375, - 0.033935546875, - -0.031707763671875, - -0.0245819091796875, - 0.01247406005859375, - -0.004055023193359375, - -0.002227783203125, - -0.0256805419921875, - -0.0006642341613769531, - -0.0037021636962890625, - 0.030364990234375, - -0.04547119140625, - -0.003871917724609375, - -0.00006771087646484375, - 0.01235198974609375, - -0.0197906494140625, - -0.041534423828125, - -0.005222320556640625, - 0.0341796875, - 0.00995635986328125, - -0.004302978515625, - 0.01265716552734375, - -0.038360595703125, - -0.00350189208984375, - 0.01186370849609375, - -0.02630615234375, - 0.031707763671875, - 0.0250701904296875, - -0.033935546875, - -0.00339508056640625, - -0.01474761962890625, - 0.0115509033203125, - -0.042510986328125, - -0.0293731689453125, - -0.0208892822265625, - -0.013824462890625, - -0.04498291015625, - -0.032684326171875, - 0.01432037353515625, - -0.0292510986328125, - -0.00565338134765625, - -0.032684326171875, - 0.0208892822265625, - -0.037109375, - -0.030609130859375, - -0.004795074462890625, - -0.035888671875, - -0.050628662109375, - -0.0292510986328125, - 0.04351806640625, - -0.01204681396484375, - 0.004886627197265625, - -0.022003173828125, - 0.0036258697509765625, - -0.0169677734375, - -0.00786590576171875, - -0.0179443359375, - 0.040313720703125, - -0.01013946533203125, - 0.035888671875, - 0.0212554931640625, - 0.040313720703125, - 0.0204010009765625, - 0.060455322265625, - 0.0172119140625, - -0.0091552734375, - -0.017578125, - -0.01904296875, - 0.0155487060546875, - 0.02716064453125, - -0.0242156982421875, - -0.0238494873046875, - 0.022247314453125, - -0.031707763671875, - -0.006267547607421875, - 0.0208892822265625, - 0.02606201171875, - 0.0531005859375, - -0.023101806640625, - 0.006053924560546875, - 0.031219482421875, - 0.00909423828125, - 0.0870361328125, - -0.0069732666015625, - -0.0285186767578125, - 0.0065460205078125, - 0.0154876708984375, - -0.0011749267578125, - -0.022857666015625, - 0.0290069580078125, - 0.0010986328125, - -0.013641357421875, - 0.040557861328125, - 0.0238494873046875, - -0.001667022705078125, - 0.0256805419921875, - 0.0015363693237304688, - 0.0156097412109375, - -0.0164642333984375, - -0.0069732666015625, - 0.06195068359375, - 0.01474761962890625, - 0.030853271484375, - 0.04400634765625, - -0.035888671875, - -0.007190704345703125, - -0.0179443359375, - -0.06170654296875, - 0.005283355712890625, - 0.049652099609375, - 0.030731201171875, - 0.042510986328125, - -0.021392822265625, - -0.07720947265625, - -0.006328582763671875, - -0.0545654296875, - 0.07177734375, - 0.0253143310546875, - 0.0037174224853515625, - 0.035888671875, - -0.01499176025390625, - 0.0172119140625, - 0.036376953125, - -0.00322723388671875, - 0.042266845703125, - 0.0172119140625, - 0.0281524658203125, - 0.003932952880859375, - -0.035888671875, - 0.0006375312805175781, - 0.033416748046875, - 0.0155487060546875, - 0.01032257080078125, - 0.0292510986328125, - 0.01038360595703125, - -0.02801513671875, - -0.041290283203125, - 0.023101806640625, - 0.0064849853515625, - -0.014007568359375, - 0.00965118408203125, - 0.004302978515625, - 0.022125244140625, - -0.04669189453125, - 0.00786590576171875, - -0.0003342628479003906, - 0.0160980224609375, - 0.01708984375, - 0.02777099609375, - -0.058502197265625, - -0.0196685791015625, - 0.039825439453125, - -0.06292724609375, - 0.037109375, - 0.00322723388671875, - -0.048187255859375, - 0.0189208984375, - -0.000560760498046875, - -0.08111572265625, - 0.04351806640625, - -0.040557861328125, - -0.051116943359375, - 0.0167083740234375, - 0.06536865234375, - -0.06390380859375, - -0.013275146484375, - -0.0523681640625, - -0.037353515625, - -0.0292510986328125, - -0.037353515625, - 0.042266845703125, - -0.01271820068359375, - -0.005992889404296875, - 0.0290069580078125, - 0.049407958984375, - 0.01026153564453125, - -0.00971221923828125, - 0.0244598388671875, - -0.003963470458984375, - -0.04571533203125, - 0.0293731689453125, - -0.003993988037109375, - -0.00959014892578125, - -0.0210113525390625, - -0.0287628173828125, - -0.00804901123046875, - -0.01062774658203125, - -0.002796173095703125, - 0.0158538818359375, - -0.0540771484375, - -0.049163818359375, - -0.041290283203125, - 0.04522705078125, - -0.005313873291015625, - 0.040557861328125, - -0.0024585723876953125, - -0.034912109375, - -0.0015058517456054688, - -0.0521240234375, - -0.040557861328125, - 0.0250701904296875, - 0.00021123886108398438, - -0.0110015869140625, - 0.06982421875, - -0.0290069580078125, - 0.0242156982421875, - -0.0296173095703125, - 0.035888671875, - 0.00574493408203125, - -0.0106964111328125, - -0.0533447265625, - 0.034423828125, - 0.030731201171875, - -0.04449462890625, - -0.02752685546875, - -0.0302276611328125, - -0.00324249267578125, - 0.040069580078125, - -0.0531005859375, - -0.0167083740234375, - -0.0155487060546875, - -0.031707763671875, - -0.051116943359375, - -0.022857666015625, - -0.01198577880859375, - -0.0164642333984375, - 0.0193023681640625, - 0.047698974609375, - -0.00238037109375, - 0.039581298828125, - 0.005962371826171875, - 0.002811431884765625, - 0.0247039794921875, - -0.004947662353515625, - -0.00921630859375, - 0.034912109375, - -0.0535888671875, - -0.04693603515625, - -0.0196685791015625, - 0.037109375, - -0.0292510986328125, - -0.00550079345703125, - 0.00897216796875, - -0.01904296875, - 0.03759765625, - -0.048431396484375, - 0.0189208984375, - -0.039581298828125, - -0.021636962890625, - -0.056793212890625, - -0.0093994140625, - 0.012969970703125, - 0.03369140625, - -0.030364990234375, - 0.0179443359375, - 0.0032100677490234375, - -0.06488037109375, - 0.038360595703125, - 0.01806640625, - 0.0002841949462890625, - -0.013580322265625, - -0.00540924072265625, - -0.006206512451171875, - 0.0181884765625, - 0.0293731689453125, - -0.01284027099609375, - -0.0242156982421875, - -0.0548095703125, - 0.0290069580078125, - -0.00577545166015625, - -0.004730224609375, - -0.0244598388671875, - -0.01241302490234375, - -0.07965087890625, - 0.018310546875, - 0.0184326171875, - 0.01450347900390625, - -0.0151824951171875, - -0.031463623046875, - -0.00971221923828125, - -0.0169677734375, - -0.02618408203125, - 0.047454833984375, - -0.017822265625, - 0.00995635986328125, - 0.00792694091796875, - -0.033172607421875, - 0.032196044921875, - 0.02752685546875, - 0.0113677978515625, - 0.038848876953125, - -0.0066986083984375, - -0.047698974609375, - 0.00565338134765625, - -0.0179443359375, - -0.036865234375, - -0.005962371826171875, - -0.02679443359375, - 0.016845703125, - -0.018310546875, - -0.0200347900390625, - 0.04571533203125, - 0.021514892578125, - 0.0193023681640625, - -0.00959014892578125, - -0.00031495094299316406, - 0.0093994140625, - -0.01468658447265625, - 0.06488037109375, - -0.0286407470703125, + 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.016845703125, - -0.0292510986328125, - 0.042510986328125, - 0.035888671875, - -0.01253509521484375, - -0.021514892578125, - 0.00469970703125, - 0.04522705078125, - -0.0285186767578125, - -0.0244598388671875, - 0.003887176513671875, - 0.022125244140625, - 0.01493072509765625, - 0.04400634765625, - 0.00921630859375, - 0.049407958984375, - -0.0023193359375, - 0.014007568359375, - 0.06292724609375, - 0.04302978515625, - 0.023101806640625, - -0.0200347900390625, - -0.06170654296875, - 0.0196685791015625, - -0.0010061264038085938, - -0.0253143310546875, - -0.037841796875, - 0.0014438629150390625, - 0.0545654296875, - -0.0538330078125, - -0.016845703125, - 0.007190704345703125, - -0.0291290283203125, - 0.0290069580078125, - 0.0291290283203125, - -0.0191802978515625, - 0.00872802734375, - -0.0013675689697265625, - -0.033935546875, - -0.0189208984375, - -0.030487060546875, - 0.0249481201171875, + -0.0020198822021484375, + 0.0007753372192382812, + 0.0250244140625, + -0.0179443359375, + -0.0772705078125, + -0.0171051025390625, + 0.002376556396484375, + 0.006916046142578125, + -0.0081329345703125, + 0.023651123046875, 0.057037353515625, - 0.058013916015625, - -0.0065460205078125, - 0.049407958984375, - -0.00771331787109375, - 0.0114898681640625, - 0.04278564453125, - 0.0238494873046875, - 0.0156707763671875, - 0.0299835205078125, - 0.03369140625, - 0.057281494140625, - -0.0003955364227294922, - -0.0197906494140625, - 0.0286407470703125, - 0.031707763671875, - 0.0341796875, - 0.047943115234375, - 0.00897216796875, - -0.00568389892578125, - 0.007434844970703125, - -0.0535888671875, - -0.023223876953125, - -0.01204681396484375, - -0.00041294097900390625, - -0.057037353515625, - -0.0152435302734375, - 0.00860595703125, - -0.0108795166015625, - 0.0518798828125, - 0.0302276611328125, - -0.013763427734375, - -0.013397216796875, - 0.0114898681640625, - 0.0025959014892578125, - -0.03369140625, - -0.0026416778564453125, - -0.0293731689453125, - -0.00556182861328125, - -0.0281524658203125, - -0.0206451416015625, - 0.0189208984375, - -0.022369384765625, - -0.06170654296875, - -0.02777099609375, - 0.050384521484375, - -0.0086669921875, - -0.033172607421875, - -0.039581298828125, - -0.01486968994140625, - -0.033416748046875, - -0.038604736328125, - -0.0282745361328125, - -0.0045166015625, - 0.0205230712890625, - -0.0169677734375, - 0.0206451416015625, - -0.0158538818359375, - -0.022613525390625, - -0.041778564453125, - -0.0165863037109375, - -0.01493072509765625, - 0.03759765625, - -0.040069580078125, - 0.0550537109375, - 0.01806640625, - 0.02667236328125, - 0.041290283203125, - 0.0540771484375, - -0.0249481201171875, - 0.0191802978515625, - -0.0009407997131347656, - -0.06439208984375, - 0.037109375, - -0.0248260498046875, - 0.021392822265625, - -0.0557861328125, - -0.0194244384765625, - 0.048431396484375, - -0.068359375, - 0.0030574798583984375, - -0.0067291259765625, - -0.00959014892578125, - -0.041290283203125, - -0.0169677734375, - 0.007068634033203125, - -0.0014753341674804688, - 0.09539794921875, - 0.031341552734375, - -0.0202789306640625, - -0.0255584716796875, - -0.0294952392578125, - 0.0523681640625, - 0.022857666015625, - 0.04595947265625, - -0.050140380859375, - 0.0361328125, - -0.002933502197265625, - -0.013031005859375, - -0.01026153564453125, - -0.07867431640625, - 0.0179443359375, - 0.033172607421875, - 0.006145477294921875, - -0.03515625, - -0.02752685546875, - -0.04547119140625, - -0.032684326171875, - -0.051361083984375, - 0.0243377685546875, - 0.0114288330078125, - -0.004825592041015625, - -0.04547119140625, - -0.013763427734375, - -0.0237274169921875, - -0.0248260498046875, - -0.0248260498046875, - -0.06341552734375, - 0.0239715576171875, - 0.0031642913818359375, - -0.06536865234375, - 0.0297393798828125, - 0.01438140869140625, - 0.02642822265625, - 0.006114959716796875, - 0.0361328125, - -0.04278564453125, - -0.00577545166015625, - -0.0208892822265625, - 0.02581787109375, - 0.01210784912109375, - 0.01462554931640625, - -0.0068511962890625, - 0.030853271484375, - 0.0202789306640625, - -0.0211334228515625, - 0.06292724609375, - 0.005100250244140625, - -0.030853271484375, - -0.051361083984375, - -0.0156097412109375, - -0.039825439453125, - 0.022003173828125, - -0.023468017578125, - 0.058258056640625, - 0.021514892578125, - 0.002902984619140625, - -0.0919189453125, - 0.06634521484375, - -0.0296173095703125, - 0.0550537109375, - 0.00933837890625, - 0.006267547607421875, - -0.0516357421875, - -0.02655029296875, - -0.0212554931640625, - 0.038848876953125, - -0.0189208984375, - 0.038848876953125, - 0.017578125, - 0.00559234619140625, - 0.004669189453125, - -0.03759765625, - -0.006389617919921875, - 0.04620361328125, - 0.031707763671875, - -0.009033203125, - 0.047454833984375, - -0.0293731689453125, - 0.0249481201171875, - 0.018310546875, - -0.0012598037719726562, - 0.0193023681640625, - -0.00946044921875, - -0.021881103515625, - -0.021759033203125, - 0.0249481201171875, - 0.035888671875, - -0.016845703125, - 0.0037174224853515625, - -0.030487060546875, - 0.022003173828125, - 0.0086669921875, - 0.0024738311767578125, - 0.00965118408203125, - -0.0023345947265625, - 0.0004570484161376953, - -0.0200347900390625, - -0.08404541015625, - -0.09442138671875, - 0.00337982177734375, - -0.02801513671875, - -0.017333984375, - 0.01020050048828125, - 0.041290283203125, - 0.013336181640625, - -0.0169677734375, - 0.0026264190673828125, - -0.00002110004425048828, - -0.022979736328125, - -0.06439208984375, - 0.02716064453125, - -0.0202789306640625, - 0.040802001953125, - 0.004730224609375, - -0.0341796875, - 0.049407958984375, - -0.0201568603515625, - 0.0086669921875, - -0.01032257080078125, - -0.0181884765625, - -0.0287628173828125, - 0.03564453125, - -0.07965087890625, - -0.01050567626953125, - 0.03466796875, - 0.023345947265625, - 0.004669189453125, - -0.04498291015625, - 0.040802001953125, - -0.0045166015625, - -0.048675537109375, - 0.023101806640625, - -0.0281524658203125, - -0.033416748046875, - 0.0298614501953125, - -0.0018281936645507812, - 0.02703857421875, - -0.0243377685546875, - 0.034912109375, - 0.023468017578125, - 0.036376953125, - -0.002735137939453125, + 0.01837158203125, + -0.007656097412109375, -0.02703857421875, - -0.0012216567993164062, - -0.01062774658203125, - -0.01062774658203125, - 0.04278564453125, - 0.009521484375, - -0.003841400146484375, - -0.017333984375, - -0.0008487701416015625, - -0.0870361328125, - -0.0165863037109375, - -0.0518798828125, - -0.0298614501953125, - 0.0006723403930664062, - 0.10076904296875, - 0.04449462890625, - 0.013885498046875, - 0.0184326171875, - 0.09588623046875, - 0.0024127960205078125, - 0.01511383056640625, - -0.013580322265625, - -0.0516357421875, - 0.0068206787109375, - -0.01438140869140625, - 0.021636962890625, - -0.048919677734375, - 0.0174560546875, - 0.048675537109375, - -0.013946533203125, - 0.0010213851928710938, - -0.0256805419921875, - -0.007251739501953125, - 0.017333984375, - 0.04547119140625, - 0.0165863037109375, - -0.07720947265625, - 0.0069427490234375, - 0.023101806640625, - 0.004978179931640625, - 0.0208892822265625, - 0.007251739501953125, - -0.0290069580078125, - 0.039093017578125, - -0.0528564453125, - -0.00774383544921875, - 0.01192474365234375, - 0.08160400390625, - -0.007282257080078125, - -0.039093017578125, - -0.039093017578125, - 0.072265625, - 0.02801513671875, - 0.0008220672607421875, - 0.0197906494140625, - -0.005191802978515625, - -0.01708984375, + -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.041778564453125, - -0.0256805419921875, - 0.041778564453125, - 0.01419830322265625, - -0.041046142578125, - 0.017333984375, - -0.0205230712890625, - 0.00577545166015625, - -0.0106964111328125, - -0.051116943359375, - -0.032928466796875, - -0.0732421875, - 0.03369140625, - 0.0193023681640625, - 0.0029964447021484375, - 0.049163818359375, - 0.0238494873046875, - -0.0007414817810058594, - -0.00054931640625, - 0.0181884765625, - 0.034423828125, - 0.0165863037109375, - -0.00550079345703125, - -0.0019969940185546875, - 0.032928466796875, - 0.013336181640625, - -0.013702392578125, - 0.031951904296875, - -0.037353515625, - 0.0160980224609375, - -0.058746337890625, - 0.007495880126953125, - 0.0020275115966796875, - -0.037353515625, - -0.01229095458984375, - -0.02789306640625, - -0.0023975372314453125, - -0.021514892578125, - -0.0560302734375, - 0.005283355712890625, - 0.042510986328125, - -0.0283966064453125, - 0.032684326171875, - 0.0159759521484375, - 0.0193023681640625, - 0.0018510818481445312, - -0.060455322265625, - 0.08355712890625, - 0.041290283203125, - 0.0169677734375, - 0.0002651214599609375, - 0.0116119384765625, - 0.007526397705078125, - 0.0008563995361328125, - 0.031707763671875, - 0.00983428955078125, - -0.06439208984375, - 0.04669189453125, - 0.0560302734375, - 0.00921630859375, - -0.021514892578125, - 0.0047607421875, - -0.003810882568359375, - -0.042022705078125, - 0.040557861328125, - 0.0240936279296875, - 0.021636962890625, - 0.01204681396484375, - -0.0164642333984375, - -0.0065155029296875, - -0.04376220703125, - 0.047454833984375, - 0.0106964111328125, - -0.0012826919555664062, - 0.04400634765625, - -0.0244598388671875, - 0.057525634765625, - 0.013275146484375, - 0.048431396484375, - -0.0157318115234375, - 0.0302276611328125, - -0.0249481201171875, - -0.002349853515625, - 0.0113067626953125, - -0.0014591217041015625, - 0.003963470458984375, - -0.0068206787109375, - 0.01419830322265625, - 0.06390380859375, - 0.04595947265625, - -0.01013946533203125, - -0.059967041015625, - -0.0301055908203125, - -0.041778564453125, - -0.0070037841796875, - 0.017578125, - -0.04400634765625, - -0.0250701904296875, - 0.01708984375, - 0.048919677734375, + -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.0201568603515625, - 0.06536865234375, - -0.00921630859375, - -0.0025196075439453125, - -0.00574493408203125, - -0.00823211669921875 + -0.000009834766387939453, + -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.00007426738739013672, + 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": [ @@ -73828,15821 +92783,26 @@ "static-investigations" ], "phases": [ - "data-collection" - ], - "tags": [ - "disk-imaging", - "hashing", - "wiping", - "logging", - "cli" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Timesketch", - "type": "tool", - "name": "Timesketch", - "content": "timesketch googles timeline-analyse-platform meistert die herausforderung, millionen von zeitstempeln aus heterogenen quellen zu korrelieren. die elasticsearch-backend-architektur ermöglicht suchen über mengen forensischer daten in verhältnismäßig kurzer zeit. plaso/log2timeline-integration parst automatisch über 300 log-formate in eine einheitliche super-timeline. collaborative investigation durch geteilte sketches, kommentare und saved searches. die timeline-explorer visualisiert ereignisse interaktiv mit heatmaps und aktivitätsgraphen. analyzers erkennen anomalien wie login-brute-force oder data-exfiltration-muster. sigma-rules werden direkt auf timelines angewendet. stories dokumentieren findings narrativ für management-reports. die python-api ermöglicht automatisierte analysen. unverzichtbar für incidents mit komplexen zeitlichen abläufen über multiple systeme. web-interface timeline collaboration visualization timeline-correlation timeline-view elasticsearch-backend plaso-integration sigma-rules heatmaps anomaly-detection narrative-documentation incident-response static-investigations network-forensics cloud-forensics fraud-investigation analysis reporting", - "embedding": [ - -0.031280517578125, - 0.04107666015625, - 0.0633544921875, - -0.0012836456298828125, - 0.00978851318359375, - 0.0211181640625, - 0.01209259033203125, - -0.00786590576171875, - -0.0261077880859375, - -0.01016998291015625, - -0.007053375244140625, - 0.032440185546875, - 0.0125732421875, - -0.0291748046875, - -0.043182373046875, - 0.053741455078125, - 0.0033588409423828125, - 0.005756378173828125, - 0.035308837890625, - -0.0157318115234375, - -0.02313232421875, - -0.01036834716796875, - -0.059112548828125, - -0.00983428955078125, - -0.0053253173828125, - 0.024566650390625, - -0.0255279541015625, - -0.053741455078125, - -0.006237030029296875, - 0.005397796630859375, - 0.0345458984375, - -0.04913330078125, - -0.00417327880859375, - 0.01439666748046875, - -0.005828857421875, - -0.0200653076171875, - -0.0012540817260742188, - -0.08868408203125, - -0.03955078125, - 0.05718994140625, - -0.0152587890625, - 0.0096435546875, - 0.0031185150146484375, - -0.0013437271118164062, - -0.0479736328125, - -0.01708984375, - 0.0195770263671875, - -0.022552490234375, - 0.006717681884765625, - -0.022552490234375, - 0.0249481201171875, - 0.032440185546875, - 0.0006089210510253906, - -0.008209228515625, - -0.02783203125, - 0.0247650146484375, - 0.00777435302734375, - -0.017852783203125, - -0.042022705078125, - 0.031463623046875, - -0.0287933349609375, - -0.0085906982421875, - -0.0028438568115234375, - -0.00873565673828125, - 0.018035888671875, - 0.0301361083984375, - 0.006237030029296875, - -0.0082550048828125, - 0.018707275390625, - -0.00494384765625, - 0.019866943359375, - -0.003887176513671875, - -0.03472900390625, - 0.0426025390625, - -0.0024585723876953125, - -0.057586669921875, - 0.0203399658203125, - 0.035308837890625, - -0.0023746490478515625, - 0.0033359527587890625, - -0.041259765625, - -0.00830078125, - 0.07025146484375, - 0.0014820098876953125, - -0.0287933349609375, - 0.016510009765625, - 0.023223876953125, - 0.025146484375, - -0.0264892578125, - 0.01123046875, - 0.0176544189453125, - -0.00921630859375, - 0.0043182373046875, - -0.029937744140625, - 0.052215576171875, - 0.07025146484375, - -0.0307159423828125, - -0.005229949951171875, - -0.01117706298828125, - 0.0161285400390625, - 0.010894775390625, - -0.04644775390625, - 0.07061767578125, - -0.00916290283203125, - 0.03570556640625, - -0.006908416748046875, - 0.00949859619140625, - -0.0345458984375, - 0.0162200927734375, - -0.018707275390625, - -0.087890625, - -0.037994384765625, - -0.0176544189453125, - -0.06103515625, - -0.011993408203125, - 0.006572723388671875, - -0.016021728515625, - 0.046630859375, - -0.03302001953125, - -0.05029296875, - 0.0142059326171875, - 0.048187255859375, - -0.00878143310546875, - 0.0092620849609375, - -0.039337158203125, - -0.04644775390625, - 0.0106048583984375, - 0.019866943359375, - -0.03607177734375, - -0.0209197998046875, - -0.0036945343017578125, - -0.0129547119140625, - 0.023223876953125, - -0.03704833984375, - 0.006622314453125, - -0.0013256072998046875, - 0.039337158203125, - -0.0032863616943359375, - -0.0266876220703125, - 0.0136260986328125, - 0.037811279296875, - -0.01238250732421875, - -0.06292724609375, - 0.00974273681640625, - -0.0308990478515625, - -0.0102691650390625, - -0.0255279541015625, - 0.055267333984375, - -0.024566650390625, - 0.0034313201904296875, - -0.019775390625, - 0.0188140869140625, - 0.0293731689453125, - 0.0136260986328125, - 0.015167236328125, - -0.0452880859375, - 0.01055908203125, - -0.0167999267578125, - 0.0308990478515625, - -0.008880615234375, - -0.0106048583984375, - 0.0227508544921875, - -0.005157470703125, - 0.031097412109375, - -0.01084136962890625, - -0.0228424072265625, - -0.01401519775390625, - 0.0293731689453125, - 0.006622314453125, - 0.0018472671508789062, - 0.01074981689453125, - -0.009307861328125, - 0.0408935546875, - 0.08026123046875, - -0.007053375244140625, - 0.02130126953125, - -0.00949859619140625, - -0.0276336669921875, - 0.052215576171875, - 0.02197265625, - 0.0082550048828125, - -0.0161285400390625, - 0.037628173828125, - -0.003719329833984375, - 0.0194854736328125, - 0.003814697265625, - -0.029937744140625, - -0.0102691650390625, - -0.0268707275390625, - 0.006046295166015625, - -0.03607177734375, - -0.056060791015625, - -0.01544952392578125, - 0.030517578125, - 0.01506805419921875, - 0.0687255859375, - 0.01171112060546875, - -0.019378662109375, - 0.0307159423828125, - 0.0009899139404296875, - 0.0038623809814453125, - 0.0102691650390625, - -0.0209197998046875, - 0.039154052734375, - 0.00484466552734375, - 0.00592803955078125, - 0.0005040168762207031, - 0.053375244140625, - 0.0174713134765625, - -0.025146484375, - -0.025909423828125, - 0.0640869140625, - -0.00911712646484375, - -0.02264404296875, - -0.054901123046875, - -0.035125732421875, - -0.0002624988555908203, - -0.0318603515625, - -0.01247406005859375, - -0.003574371337890625, - -0.0280303955078125, - -0.0633544921875, - -0.00945281982421875, - 0.0308990478515625, - -0.021881103515625, - 0.0426025390625, - 0.0215911865234375, - -0.032440185546875, - 0.00547027587890625, - 0.003143310546875, - 0.0229339599609375, - 0.033782958984375, - -0.0280303955078125, - -0.005950927734375, - 0.006381988525390625, - -0.0266876220703125, - 0.04376220703125, - 0.01045989990234375, - 0.036865234375, - 0.0136260986328125, - -0.01506805419921875, - 0.031463623046875, - -0.025909423828125, - 0.029754638671875, - 0.0261077880859375, - -0.0240936279296875, - 0.01031494140625, - 0.01142120361328125, - 0.0019073486328125, - 0.04241943359375, - -0.059112548828125, - -0.0090179443359375, - -0.07293701171875, - -0.009552001953125, - -0.08367919921875, - -0.046630859375, - -0.0341796875, - -0.0556640625, - 0.046844482421875, - -0.007389068603515625, - -0.01334381103515625, - 0.001739501953125, - 0.0106048583984375, - -0.00806427001953125, - 0.0307159423828125, - 0.0202484130859375, - -0.0194854736328125, - 0.00849151611328125, - 0.08367919921875, - 0.01727294921875, - -0.01401519775390625, - -0.0051116943359375, - 0.0184326171875, - 0.002315521240234375, - 0.0026397705078125, - -0.01861572265625, - 0.002410888671875, - 0.037994384765625, - 0.039337158203125, - 0.02447509765625, - -0.0234222412109375, - -0.0005669593811035156, - -0.00482177734375, - 0.023712158203125, - -0.032440185546875, - 0.0207366943359375, - 0.001895904541015625, - 0.00676727294921875, - 0.0018110275268554688, - -0.046051025390625, - 0.00878143310546875, - 0.03570556640625, - 0.0240936279296875, - 0.01041412353515625, - 0.005828857421875, - -0.052978515625, - 0.019195556640625, - 0.00417327880859375, - -0.0155487060546875, - 0.0112762451171875, - 0.051055908203125, - -0.0214080810546875, - -0.01593017578125, - 0.0003044605255126953, - 0.01776123046875, - -0.032623291015625, - -0.052215576171875, - -0.023712158203125, - -0.01334381103515625, - -0.03973388671875, - 0.00978851318359375, - 0.03033447265625, - -0.02130126953125, - 0.015838623046875, - -0.00907135009765625, - 0.0036945343017578125, - -0.046051025390625, - -0.0660400390625, - 0.0203399658203125, - -0.0355224609375, - -0.036285400390625, - -0.0264892578125, - 0.052215576171875, - -0.0021839141845703125, - 0.0189056396484375, - -0.0162200927734375, - 0.005542755126953125, - -0.031280517578125, - 0.0220794677734375, - -0.0155487060546875, - 0.0355224609375, - -0.0382080078125, - 0.036285400390625, - 0.03839111328125, - 0.02783203125, - 0.004894256591796875, - 0.05950927734375, - 0.0135345458984375, - -0.01535797119140625, - -0.00434112548828125, - 0.01103973388671875, - -0.0049896240234375, - 0.0157318115234375, - -0.024566650390625, - -0.01213836669921875, - -0.0027599334716796875, - -0.01727294921875, - 0.021209716796875, - 0.015838623046875, - 0.033782958984375, - 0.037628173828125, - -0.01468658447265625, - -0.010986328125, - 0.0721435546875, - 0.0162200927734375, - 0.087890625, - -0.004535675048828125, - -0.058746337890625, - -0.0023746490478515625, - 0.01070404052734375, - -0.01381683349609375, - 0.007724761962890625, - 0.03704833984375, - 0.006023406982421875, - 0.0002429485321044922, - 0.006908416748046875, - -0.0168914794921875, - 0.041656494140625, - -0.004871368408203125, - 0.0018835067749023438, - -0.0030345916748046875, - -0.0046539306640625, - 0.03857421875, - 0.0230255126953125, - -0.005062103271484375, - 0.0014638900756835938, - 0.0355224609375, - -0.01727294921875, - -0.0167999267578125, - -0.06719970703125, - -0.057586669921875, - 0.0203399658203125, - 0.01238250732421875, - 0.0222625732421875, - 0.035308837890625, - -0.044342041015625, - -0.06988525390625, - 0.0234222412109375, - -0.0280303955078125, - 0.0640869140625, - 0.02264404296875, - 0.0148773193359375, - 0.041473388671875, - -0.033966064453125, - -0.01276397705078125, - 0.0169830322265625, - 0.0341796875, - 0.0196685791015625, - 0.0203399658203125, - 0.032623291015625, - 0.01334381103515625, - -0.0194854736328125, - -0.0080108642578125, - 0.02313232421875, - 0.0209197998046875, - 0.00681304931640625, - 0.01137542724609375, - 0.0408935546875, - 0.0318603515625, - -0.00643157958984375, - 0.06719970703125, - 0.03875732421875, - -0.045867919921875, - 0.013916015625, - -0.007244110107421875, - 0.0236053466796875, - -0.0791015625, - 0.0086822509765625, - -0.01314544677734375, - 0.0156402587890625, - 0.029754638671875, - 0.006717681884765625, - -0.056060791015625, - 0.004871368408203125, - 0.02783203125, - -0.041259765625, - 0.036468505859375, - 0.05181884765625, - -0.0274505615234375, - 0.012237548828125, - -0.0012178421020507812, - -0.0295562744140625, - 0.0233154296875, - -0.040130615234375, - -0.035888671875, - 0.0166015625, - 0.0181427001953125, - -0.051055908203125, - -0.052581787109375, - -0.036468505859375, - -0.03472900390625, - 0.0061187744140625, - -0.007198333740234375, - 0.02783203125, - -0.00815582275390625, - -0.0005307197570800781, - 0.03338623046875, - 0.035308837890625, - -0.0166015625, - -0.047027587890625, - 0.0435791015625, - -0.00272369384765625, - -0.035308837890625, - 0.0200653076171875, - 0.0106048583984375, - -0.0013856887817382812, - -0.028411865234375, - -0.040130615234375, - 0.00597381591796875, - -0.0200653076171875, - 0.01146697998046875, - -0.0112762451171875, - -0.047210693359375, - -0.044525146484375, - -0.04644775390625, - 0.057586669921875, - -0.0020389556884765625, - 0.032257080078125, - -0.006717681884765625, - -0.03973388671875, - 0.04376220703125, - -0.07525634765625, - -0.042816162109375, - -0.035888671875, - -0.0023517608642578125, - -0.00714874267578125, - 0.053375244140625, - -0.00762939453125, - -0.020538330078125, - -0.005565643310546875, - 0.05950927734375, - 0.001739501953125, - -0.00614166259765625, - -0.049896240234375, - 0.0355224609375, - 0.029754638671875, - -0.06640625, - -0.0155487060546875, - -0.00347900390625, - 0.01055908203125, - 0.034942626953125, - -0.057952880859375, - -0.0038623809814453125, - 0.01910400390625, - -0.040679931640625, - -0.031097412109375, - -0.03302001953125, - -0.0135345458984375, - -0.0255279541015625, - 0.01305389404296875, - 0.044158935546875, - 0.0034542083740234375, - 0.0236053466796875, - 0.0106048583984375, - -0.0022430419921875, - -0.005542755126953125, - 0.00911712646484375, - -0.01372528076171875, - 0.0268707275390625, - -0.06103515625, - -0.03167724609375, - -0.02197265625, - 0.033782958984375, - -0.0230255126953125, - -0.00978851318359375, - 0.0020275115966796875, - -0.00628662109375, - 0.036285400390625, - -0.006622314453125, - -0.017364501953125, - -0.0274505615234375, - -0.0372314453125, - -0.047210693359375, - -0.045684814453125, - -0.0096893310546875, - 0.018707275390625, - 0.016693115234375, - 0.03033447265625, - 0.0372314453125, - -0.046630859375, - 0.0106048583984375, - 0.03472900390625, - 0.0266876220703125, - 0.0102691650390625, - -0.0027942657470703125, - 0.01458740234375, - -0.0029754638671875, - 0.03302001953125, - -0.0216827392578125, - -0.048370361328125, - -0.07867431640625, - 0.0266876220703125, - -0.000659942626953125, - 0.00907135009765625, - -0.0096435546875, - -0.044158935546875, - -0.051055908203125, - -0.011993408203125, - 0.05145263671875, - 0.01113128662109375, - -0.0035037994384765625, - -0.0196685791015625, - -0.03607177734375, - -0.00563812255859375, - -0.042816162109375, - 0.0090179443359375, - -0.017364501953125, - -0.005733489990234375, - 0.0255279541015625, - -0.03875732421875, - 0.01410675048828125, - 0.0214080810546875, - 0.032257080078125, - 0.03302001953125, - 0.005878448486328125, - -0.027069091796875, - 0.01535797119140625, - -0.039154052734375, - -0.01213836669921875, - 0.0214080810546875, - -0.00676727294921875, - 0.0295562744140625, - -0.034942626953125, - 0.0006837844848632812, - 0.005828857421875, - 0.0202484130859375, - 0.035308837890625, - 0.0069580078125, - -0.0247650146484375, - 0.003238677978515625, - -0.00921630859375, - 0.07061767578125, - -0.033782958984375, - -0.042236328125, - 0.01727294921875, - -0.00882720947265625, - 0.0308990478515625, - 0.048553466796875, - 0.001277923583984375, - -0.0096435546875, - 0.0202484130859375, - 0.031097412109375, - -0.010986328125, - -0.0318603515625, - -0.0308990478515625, - 0.0289764404296875, - 0.021881103515625, - 0.044158935546875, - 0.0238037109375, - 0.07562255859375, - 0.0196685791015625, - 0.0291748046875, - 0.0033111572265625, - 0.057586669921875, - 0.01776123046875, - -0.01305389404296875, - -0.058349609375, - -0.025909423828125, - 0.012237548828125, - -0.0264892578125, - -0.034942626953125, - 0.00945281982421875, - 0.058746337890625, - -0.0687255859375, - -0.0184326171875, - -0.0135345458984375, - 0.00762939453125, - -0.0106048583984375, - -0.001979827880859375, - -0.0230255126953125, - 0.0426025390625, - 0.020538330078125, - -0.0293731689453125, - 0.018035888671875, - -0.0233154296875, - -0.00949859619140625, - 0.04644775390625, - 0.0227508544921875, - -0.0106048583984375, - 0.01343536376953125, - 0.00748443603515625, - 0.0264892578125, - 0.037994384765625, - 0.052581787109375, - 0.0236053466796875, - 0.0148773193359375, - 0.056060791015625, - 0.0821533203125, - -0.0227508544921875, - -0.009979248046875, - 0.028411865234375, - 0.052581787109375, - 0.041259765625, - 0.063720703125, - -0.01055908203125, - 0.0163116455078125, - -0.0011816024780273438, - -0.048553466796875, - -0.033782958984375, - 0.00762939453125, - -0.0002713203430175781, - -0.024566650390625, - -0.058349609375, - 0.01334381103515625, - -0.039337158203125, - 0.0287933349609375, - -0.00289154052734375, - 0.00007385015487670898, - -0.040130615234375, - 0.03338623046875, - -0.032623291015625, - -0.03472900390625, - 0.017181396484375, - -0.0013799667358398438, - -0.042816162109375, - -0.01458740234375, - -0.01708984375, - 0.042022705078125, - -0.01146697998046875, - -0.05181884765625, - -0.0136260986328125, - 0.031097412109375, - -0.03607177734375, - -0.07794189453125, - -0.0234222412109375, - 0.0057830810546875, - -0.0268707275390625, - -0.0240936279296875, - -0.0372314453125, - -0.0318603515625, - -0.01324462890625, - -0.033203125, - 0.0017271041870117188, - -0.0096435546875, - -0.0341796875, - -0.01113128662109375, - -0.0268707275390625, - -0.0223541259765625, - 0.044342041015625, - -0.0345458984375, - 0.017852783203125, - 0.02447509765625, - 0.0262908935546875, - 0.025146484375, - 0.052978515625, - -0.0095977783203125, - -0.0036945343017578125, - -0.02783203125, - -0.05718994140625, - 0.006671905517578125, - 0.0017995834350585938, - 0.0224609375, - -0.044708251953125, - 0.00011849403381347656, - 0.0660400390625, - -0.0767822265625, - 0.01708984375, - 0.0328369140625, - -0.017181396484375, - -0.049896240234375, - 0.01544952392578125, - -0.01238250732421875, - 0.002170562744140625, - 0.0694580078125, - 0.01381683349609375, - 0.00040793418884277344, - -0.010986328125, - -0.049530029296875, - 0.05029296875, - 0.0203399658203125, - 0.0135345458984375, - -0.0479736328125, - -0.003406524658203125, - -0.0019197463989257812, - -0.0293731689453125, - 0.01276397705078125, - -0.057952880859375, - -0.0030117034912109375, - 0.0242767333984375, - 0.0019311904907226562, - -0.0119476318359375, - -0.002338409423828125, - -0.0606689453125, - -0.01708984375, - -0.051055908203125, - 0.028594970703125, - 0.0092620849609375, - 0.01036834716796875, - -0.044342041015625, - 0.007678985595703125, - -0.024383544921875, - -0.041259765625, - -0.02313232421875, - -0.0295562744140625, - 0.031097412109375, - -0.00762939453125, - -0.06219482421875, - 0.01142120361328125, - 0.0223541259765625, - 0.0200653076171875, - 0.0202484130859375, - 0.058349609375, - -0.04779052734375, - -0.0181427001953125, - 0.035308837890625, - 0.0318603515625, - -0.008544921875, - 0.0010738372802734375, - -0.01238250732421875, - 0.0242767333984375, - 0.021209716796875, - -0.028411865234375, - 0.0307159423828125, - 0.047607421875, - -0.038970947265625, - -0.0640869140625, - -0.0189971923828125, - -0.0287933349609375, - 0.05718994140625, - -0.0142974853515625, - 0.031463623046875, - -0.01381683349609375, - 0.00628662109375, - -0.0902099609375, - 0.0308990478515625, - -0.021209716796875, - 0.0220794677734375, - 0.00782012939453125, - -0.0289764404296875, - -0.061798095703125, - -0.032623291015625, - -0.033599853515625, - 0.0166015625, - -0.007534027099609375, - 0.0345458984375, - 0.00762939453125, - 0.0017032623291015625, - 0.01343536376953125, - -0.01305389404296875, - -0.00786590576171875, - 0.053741455078125, - 0.0341796875, - -0.061431884765625, - 0.05029296875, - -0.0209197998046875, - 0.00347900390625, - -0.0168914794921875, - 0.004894256591796875, - -0.01276397705078125, - -0.006572723388671875, - -0.03167724609375, - 0.005229949951171875, - 0.01458740234375, - 0.0506591796875, - -0.01204681396484375, - -0.004558563232421875, - -0.0027942657470703125, - 0.02044677734375, - -0.0012598037719726562, - -0.01324462890625, - 0.0034542083740234375, - -0.00165557861328125, - -0.01910400390625, - -0.03875732421875, - -0.0606689453125, - -0.0791015625, - 0.003143310546875, - -0.051055908203125, - 0.004581451416015625, - -0.0038394927978515625, - 0.006671905517578125, - -0.0096435546875, - -0.0301361083984375, - 0.0372314453125, - -0.0289764404296875, - -0.027069091796875, - -0.02783203125, - -0.0014276504516601562, - 0.0095977783203125, - 0.03302001953125, - 0.00983428955078125, - -0.0355224609375, - 0.0200653076171875, - -0.0241851806640625, - 0.00614166259765625, - -0.00911712646484375, - -0.01334381103515625, - -0.033599853515625, - -0.007343292236328125, - -0.06524658203125, - -0.0148773193359375, - 0.027069091796875, - 0.0435791015625, - 0.007534027099609375, - -0.0166015625, - 0.0382080078125, - -0.0184326171875, - -0.048187255859375, - 0.0086822509765625, - -0.01180267333984375, - -0.0280303955078125, - 0.0041046142578125, - -0.019866943359375, - 0.019866943359375, - 0.0025920867919921875, - 0.020538330078125, - 0.028411865234375, - 0.0345458984375, - 0.004077911376953125, - -0.01007843017578125, - -0.0029754638671875, - -0.02044677734375, - 0.0166015625, - 0.048370361328125, - 0.0234222412109375, - -0.0005936622619628906, - 0.01727294921875, - 0.00249481201171875, - -0.10443115234375, - -0.005588531494140625, - -0.00035691261291503906, - -0.059112548828125, - 0.003719329833984375, - 0.0667724609375, - 0.0203399658203125, - -0.0183258056640625, - 0.05145263671875, - 0.03955078125, - 0.032623291015625, - 0.0096893310546875, - -0.0149688720703125, - -0.0748291015625, - -0.003574371337890625, - 0.0295562744140625, - 0.0209197998046875, - -0.028594970703125, - 0.06219482421875, - 0.07177734375, - -0.031463623046875, - -0.01165771484375, - 0.0004169940948486328, - -0.009979248046875, - 0.056060791015625, - 0.0004258155822753906, - 0.0122833251953125, - -0.06719970703125, - 0.0223541259765625, - 0.028594970703125, - -0.007007598876953125, - -0.0182342529296875, - -0.0196685791015625, - -0.02178955078125, - 0.043182373046875, - -0.02532958984375, - -0.017181396484375, - -0.0149688720703125, - 0.09674072265625, - -0.00283050537109375, - -0.0238037109375, - -0.0211181640625, - 0.044342041015625, - 0.013916015625, - -0.024383544921875, - -0.0036468505859375, - 0.01276397705078125, - 0.010894775390625, - 0.0341796875, - 0.0372314453125, - 0.027252197265625, - 0.06292724609375, - 0.0095977783203125, - -0.0439453125, - 0.032623291015625, - 0.01142120361328125, - -0.000029802322387695312, - 0.00008320808410644531, - -0.05181884765625, - -0.00222015380859375, - -0.057586669921875, - 0.042816162109375, - 0.003932952880859375, - 0.042022705078125, - 0.0176544189453125, - -0.0016679763793945312, - -0.01708984375, - 0.01171112060546875, - 0.0200653076171875, - 0.06488037109375, - 0.0282135009765625, - 0.0017633438110351562, - 0.025726318359375, - 0.002422332763671875, - 0.01146697998046875, - -0.03033447265625, - 0.03857421875, - -0.03338623046875, - 0.016510009765625, - -0.056427001953125, - 0.006023406982421875, - 0.004486083984375, - -0.005756378173828125, - -0.018707275390625, - -0.027069091796875, - -0.005855560302734375, - -0.0307159423828125, - -0.0606689453125, - -0.0128631591796875, - 0.04913330078125, - -0.03472900390625, - 0.0234222412109375, - 0.018524169921875, - -0.0222625732421875, - 0.02398681640625, - -0.041259765625, - 0.0714111328125, - 0.040496826171875, - 0.035888671875, - -0.02044677734375, - 0.0016794204711914062, - 0.027252197265625, - 0.00165557861328125, - 0.001163482666015625, - 0.041259765625, - -0.025726318359375, - 0.048370361328125, - 0.044525146484375, - 0.00882720947265625, - -0.0214996337890625, - 0.0215911865234375, - -0.0082550048828125, - -0.057952880859375, - 0.060272216796875, - 0.024383544921875, - 0.0247650146484375, - 0.007389068603515625, - -0.010223388671875, - -0.000911712646484375, - -0.058349609375, - 0.045684814453125, - 0.0176544189453125, - 0.0015716552734375, - 0.025909423828125, - -0.0667724609375, - 0.03436279296875, - 0.00786590576171875, - 0.0452880859375, - -0.031280517578125, - 0.03741455078125, - -0.01123046875, - 0.0136260986328125, - -0.0015592575073242188, - 0.004871368408203125, - 0.00911712646484375, - 0.023895263671875, - -0.0129547119140625, - 0.06256103515625, - 0.0136260986328125, - 0.007678985595703125, - -0.052581787109375, - -0.019378662109375, - 0.0013494491577148438, - 0.01016998291015625, - 0.052215576171875, - -0.05029296875, - -0.033203125, - 0.0214080810546875, - 0.042999267578125, - 0.053375244140625, - -0.0255279541015625, - 0.04376220703125, - -0.005397796630859375, - -0.02532958984375, - -0.00347900390625, - -0.01477813720703125 - ], - "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" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Oxygen_Forensic_Suite", - "type": "tool", - "name": "Oxygen Forensic Suite", - "content": "oxygen forensic suite die umfassende mobile-forensik-suite positioniert sich als alternative zu westlichen lösungen mit fokus auf android-geräte und cloud-services. besonders stark: deep-extraction chinesischer smartphones (xiaomi, huawei, oneplus), telegram-forensics inklusive secret-chats, signal-database- decryption bei root-access. die cloud-explorer-module greifen auf 50+ services zu: google-takeout, icloud-backups, microsoft-accounts ohne premium-pricing. physical-analyzer visualisiert timeline und geo-locations. die sqlite-viewer parst app-databases direkt. besonders innovativ: ufed-image-import ermöglicht cross-platform-analysis, live-memory-dumps von android-geräten, malware-detection in apks. der preis (ab 8.000€) unterbietet marktführer deutlich. technisch solide lösung mit umfangreichem cloud-support und regelmäßigen updates für neue smartphone-modelle und apps. mobile cloud decryption mobile-forensics examination analysis", - "embedding": [ - -0.0152435302734375, - 0.0302886962890625, - 0.0279083251953125, - -0.007472991943359375, - 0.03009033203125, - 0.056610107421875, - 0.03582763671875, - -0.0009341239929199219, - -0.0003712177276611328, - -0.026519775390625, - -0.0310821533203125, - 0.06292724609375, - 0.0165252685546875, - 0.0030193328857421875, - -0.0732421875, - 0.034454345703125, - -0.004058837890625, - 0.00846099853515625, - 0.03582763671875, - -0.01088714599609375, - -0.006877899169921875, - -0.0193939208984375, - -0.04791259765625, - -0.0025482177734375, - -0.0127716064453125, - 0.00010591745376586914, - -0.0165252685546875, - -0.057403564453125, - -0.037811279296875, - -0.00447845458984375, - 0.0111846923828125, - -0.023651123046875, - -0.0028209686279296875, - 0.0193939208984375, - 0.0064849853515625, - -0.01306915283203125, - -0.00507354736328125, - -0.035247802734375, - -0.032470703125, - 0.032470703125, - -0.014251708984375, - -0.0032672882080078125, - 0.0287017822265625, - 0.0023021697998046875, - -0.03485107421875, - -0.032470703125, - -0.021881103515625, - -0.040771484375, - 0.021087646484375, - -0.01029205322265625, - 0.011627197265625, - 0.024444580078125, - -0.01861572265625, - 0.00290679931640625, - -0.031463623046875, - 0.036041259765625, - 0.0180206298828125, - -0.0245513916015625, - -0.054229736328125, - 0.0423583984375, - -0.04791259765625, - -0.01751708984375, - -0.01132965087890625, - 0.00428009033203125, - 0.00304412841796875, - 0.01415252685546875, - -0.014251708984375, - -0.016632080078125, - -0.01355743408203125, - 0.00826263427734375, - 0.003662109375, - 0.006435394287109375, - -0.0267181396484375, - 0.027313232421875, - -0.037994384765625, - -0.041961669921875, - 0.0290985107421875, - 0.0169219970703125, - -0.004428863525390625, - -0.01088714599609375, - -0.055023193359375, - 0.01227569580078125, - 0.039794921875, - -0.0201873779296875, - -0.01385498046875, - -0.01554107666015625, - 0.0277099609375, - 0.010589599609375, - 0.01335906982421875, - 0.009307861328125, - -0.000006198883056640625, - -0.03009033203125, - 0.0221710205078125, - -0.0164337158203125, - 0.019989013671875, - 0.0732421875, - -0.02276611328125, - -0.012420654296875, - -0.005641937255859375, - 0.03009033203125, - 0.006435394287109375, - -0.029693603515625, - 0.0318603515625, - -0.0035877227783203125, - 0.0176239013671875, - -0.0263214111328125, - 0.007373809814453125, - -0.0306854248046875, - -0.036834716796875, - -0.023651123046875, - -0.08984375, - -0.041961669921875, - -0.0038604736328125, - -0.06494140625, - -0.0177154541015625, - -0.005664825439453125, - -0.007472991943359375, - 0.03564453125, - -0.052276611328125, - -0.0413818359375, - 0.0169219970703125, - 0.0261383056640625, - 0.00218963623046875, - 0.018218994140625, - -0.0257415771484375, - -0.060577392578125, - 0.005023956298828125, - 0.023162841796875, - -0.0257415771484375, - -0.035430908203125, - -0.0372314453125, - -0.0423583984375, - 0.00435638427734375, - -0.0298919677734375, - -0.0002675056457519531, - -0.02691650390625, - 0.052276611328125, - -0.0095977783203125, - -0.007373809814453125, - 0.00965118408203125, - 0.0290985107421875, - -0.0136566162109375, - -0.06256103515625, - -0.0020160675048828125, - -0.04888916015625, - 0.004306793212890625, - -0.0287017822265625, - 0.0570068359375, - -0.056610107421875, - -0.0095977783203125, - -0.0198974609375, - 0.006679534912109375, - 0.0168304443359375, - 0.004306793212890625, - -0.00042057037353515625, - -0.04217529296875, - 0.005741119384765625, - -0.04376220703125, - 0.0221710205078125, - -0.004329681396484375, - -0.034637451171875, - 0.0140533447265625, - 0.0034389495849609375, - 0.0279083251953125, - -0.02276611328125, - -0.03009033203125, - -0.01009368896484375, - 0.01959228515625, - -0.007770538330078125, - -0.005962371826171875, - 0.0257415771484375, - 0.004180908203125, - 0.084716796875, - 0.06768798828125, - -0.0010395050048828125, - 0.0294952392578125, - 0.00881195068359375, - -0.012969970703125, - 0.00722503662109375, - 0.04376220703125, - -0.012969970703125, - -0.0193023681640625, - 0.0267181396484375, - 0.01544189453125, - 0.01128387451171875, - -0.0197906494140625, - -0.057403564453125, - 0.0025119781494140625, - -0.051483154296875, - 0.0189056396484375, - -0.03662109375, - -0.033050537109375, - 0.01355743408203125, - 0.00702667236328125, - 0.0167236328125, - 0.05108642578125, - 0.0287017822265625, - -0.0127716064453125, - 0.0253448486328125, - -0.0011568069458007812, - 0.00846099853515625, - 0.0294952392578125, - 0.0165252685546875, - 0.068115234375, - 0.0152435302734375, - 0.026519775390625, - 0.0203857421875, - 0.038787841796875, - 0.0093994140625, - -0.01306915283203125, - -0.005615234375, - 0.049896240234375, - -0.01355743408203125, - -0.00786590576171875, - -0.030487060546875, - -0.0221710205078125, - 0.0197906494140625, - -0.031280517578125, - -0.0173187255859375, - 0.01024627685546875, - 0.00537109375, - -0.068115234375, - -0.0071258544921875, - 0.033447265625, - 0.0031299591064453125, - 0.05859375, - 0.017120361328125, - -0.00881195068359375, - -0.0310821533203125, - 0.00479888916015625, - -0.00310516357421875, - 0.0176239013671875, - -0.0193023681640625, - 0.025146484375, - -0.0261383056640625, - -0.0391845703125, - 0.027313232421875, - 0.0172271728515625, - 0.036834716796875, - 0.01355743408203125, - -0.0172271728515625, - 0.04791259765625, - -0.0277099609375, - 0.036224365234375, - 0.0298919677734375, - -0.01187896728515625, - -0.00455474853515625, - 0.021484375, - 0.0267181396484375, - 0.061370849609375, - -0.049102783203125, - 0.0010271072387695312, - -0.0863037109375, - 0.0000483393669128418, - -0.05621337890625, - -0.04473876953125, - -0.0261383056640625, - -0.070068359375, - 0.058990478515625, - -0.0261383056640625, - -0.023956298828125, - -0.005764007568359375, - 0.035247802734375, - 0.0123748779296875, - 0.0136566162109375, - -0.00782012939453125, - -0.0198974609375, - 0.03424072265625, - 0.044342041015625, - -0.00018787384033203125, - 0.0005936622619628906, - 0.00702667236328125, - 0.03326416015625, - -0.01702880859375, - 0.00009435415267944336, - -0.021087646484375, - 0.0089569091796875, - 0.0308837890625, - 0.045928955078125, - 0.0169219970703125, - -0.0275115966796875, - 0.0205841064453125, - -0.0160369873046875, - 0.0245513916015625, - -0.034454345703125, - -0.008758544921875, - -0.024749755859375, - 0.007472991943359375, - -0.00591278076171875, - -0.03662109375, - 0.00801849365234375, - 0.04949951171875, - -0.005519866943359375, - 0.0101470947265625, - -0.0054931640625, - -0.033660888671875, - 0.0029697418212890625, - 0.03564453125, - 0.01554107666015625, - 0.0439453125, - 0.0167236328125, - -0.038604736328125, - 0.01514434814453125, - 0.01316070556640625, - -0.00507354736328125, - -0.0257415771484375, - -0.0382080078125, - -0.017120361328125, - 0.0263214111328125, - -0.062164306640625, - -0.025543212890625, - 0.0302886962890625, - -0.02593994140625, - 0.0032672882080078125, - -0.00238800048828125, - 0.004306793212890625, - -0.034454345703125, - -0.0653076171875, - -0.0089569091796875, - -0.019989013671875, - -0.0340576171875, - 0.00173187255859375, - 0.053436279296875, - 0.00244903564453125, - 0.0114288330078125, - -0.004405975341796875, - -0.024444580078125, - -0.04571533203125, - 0.01514434814453125, - 0.0004763603210449219, - 0.0193939208984375, - -0.039398193359375, - 0.04296875, - 0.0201873779296875, - 0.01267242431640625, - 0.019989013671875, - 0.05303955078125, - 0.040191650390625, - -0.0173187255859375, - 0.00881195068359375, - 0.0140533447265625, - 0.0091552734375, - 0.01227569580078125, - -0.03839111328125, - -0.01554107666015625, - 0.0024623870849609375, - -0.0423583984375, - 0.02850341796875, - 0.034454345703125, - 0.0308837890625, - 0.0089569091796875, - -0.03582763671875, - 0.002994537353515625, - 0.0697021484375, - -0.0052947998046875, - 0.107666015625, - -0.0230560302734375, - -0.05108642578125, - -0.0032901763916015625, - 0.03265380859375, - -0.02276611328125, - -0.031280517578125, - 0.04058837890625, - -0.01132965087890625, - -0.002040863037109375, - 0.027313232421875, - -0.0176239013671875, - 0.012969970703125, - -0.0035381317138671875, - -0.0234527587890625, - 0.023162841796875, - -0.0127716064453125, - 0.007274627685546875, - 0.03662109375, - 0.0340576171875, - 0.0168304443359375, - 0.01084136962890625, - -0.00479888916015625, - -0.023651123046875, - -0.031280517578125, - -0.049896240234375, - 0.0308837890625, - 0.04058837890625, - 0.01103973388671875, - 0.041778564453125, - -0.031463623046875, - -0.062164306640625, - -0.00989532470703125, - -0.04058837890625, - 0.07879638671875, - 0.06689453125, - 0.01287078857421875, - 0.021881103515625, - -0.01415252685546875, - -0.00662994384765625, - 0.01514434814453125, - 0.01187896728515625, - 0.01019287109375, - 0.0340576171875, - 0.0306854248046875, - 0.021484375, - -0.039398193359375, - 0.034454345703125, - 0.038787841796875, - -0.00019180774688720703, - -0.0213775634765625, - 0.032470703125, - 0.03424072265625, - 0.051483154296875, - -0.01306915283203125, - 0.021087646484375, - 0.0177154541015625, - 0.0016336441040039062, - 0.005840301513671875, - -0.01593017578125, - 0.00479888916015625, - -0.049102783203125, - -0.0087127685546875, - 0.028106689453125, - 0.0168304443359375, - 0.024749755859375, - 0.0212860107421875, - -0.05029296875, - -0.0026607513427734375, - 0.0382080078125, - -0.0413818359375, - 0.004058837890625, - 0.059783935546875, - -0.0197906494140625, - 0.000051021575927734375, - -0.0290985107421875, - -0.047515869140625, - 0.0245513916015625, - -0.000701904296875, - -0.03759765625, - 0.007472991943359375, - 0.0306854248046875, - -0.03424072265625, - -0.0423583984375, - -0.040191650390625, - -0.004405975341796875, - -0.0122222900390625, - -0.018310546875, - 0.04315185546875, - -0.003055572509765625, - -0.004528045654296875, - 0.030487060546875, - 0.03424072265625, - 0.004924774169921875, - -0.0220794677734375, - 0.055023193359375, - -0.0213775634765625, - -0.0209808349609375, - 0.02484130859375, - 0.018218994140625, - 0.041778564453125, - -0.040771484375, - -0.0308837890625, - -0.0026721954345703125, - 0.007472991943359375, - 0.0109405517578125, - 0.029693603515625, - -0.01385498046875, - -0.02691650390625, - -0.041961669921875, - 0.0391845703125, - 0.021575927734375, - 0.055023193359375, - -0.0212860107421875, - -0.04791259765625, - 0.029693603515625, - -0.03564453125, - -0.01702880859375, - -0.0193939208984375, - 0.01316070556640625, - -0.0445556640625, - 0.070068359375, - 0.01148223876953125, - -0.0146484375, - 0.0004856586456298828, - 0.07244873046875, - 0.001880645751953125, - -0.00356292724609375, - -0.058197021484375, - 0.0350341796875, - 0.037017822265625, - -0.0350341796875, - 0.0075225830078125, - -0.0016574859619140625, - -0.0233612060546875, - 0.03265380859375, - -0.031463623046875, - -0.00782012939453125, - 0.007770538330078125, - -0.05303955078125, - -0.042572021484375, - -0.043548583984375, - -0.0008106231689453125, - -0.0257415771484375, - 0.03643798828125, - 0.0391845703125, - -0.008514404296875, - 0.05047607421875, - -0.01029205322265625, - 0.016632080078125, - 0.029693603515625, - -0.01168060302734375, - -0.01415252685546875, - 0.0095977783203125, - -0.076416015625, - -0.0318603515625, - -0.017120361328125, - 0.0277099609375, - -0.0279083251953125, - -0.0167236328125, - -0.0148468017578125, - -0.0026226043701171875, - 0.0275115966796875, - -0.0245513916015625, - -0.01152801513671875, - 0.007274627685546875, - -0.040771484375, - -0.028106689453125, - -0.0009279251098632812, - 0.0156402587890625, - 0.024444580078125, - -0.00445556640625, - -0.01152801513671875, - 0.036041259765625, - -0.054229736328125, - 0.0310821533203125, - 0.0169219970703125, - 0.014251708984375, - -0.005046844482421875, - 0.00965118408203125, - 0.00762176513671875, - 0.0181121826171875, - 0.036224365234375, - -0.018218994140625, - -0.020294189453125, - -0.052276611328125, - 0.032257080078125, - -0.0093536376953125, - -0.0136566162109375, - -0.0167236328125, - -0.0382080078125, - -0.0633544921875, - -0.0081634521484375, - 0.024749755859375, - 0.0275115966796875, - -0.01267242431640625, - -0.0382080078125, - -0.0308837890625, - 0.00885772705078125, - -0.014251708984375, - 0.05029296875, - -0.03424072265625, - 0.0046539306640625, - 0.01207733154296875, - -0.0391845703125, - 0.01009368896484375, - 0.026519775390625, - 0.03265380859375, - 0.0279083251953125, - 0.034637451171875, - -0.0087127685546875, - 0.0277099609375, - -0.0275115966796875, - -0.024749755859375, - 0.02593994140625, - -0.034637451171875, - 0.020294189453125, - -0.020294189453125, - -0.0287017822265625, - -0.0081634521484375, - -0.003612518310546875, - 0.00861358642578125, - -0.0193023681640625, - -0.00067138671875, - 0.04376220703125, - 0.004604339599609375, - 0.048095703125, - -0.03759765625, - -0.0306854248046875, - -0.0160369873046875, - -0.01910400390625, - 0.0283050537109375, - 0.041168212890625, - 0.002536773681640625, - -0.0413818359375, - 0.027313232421875, - 0.03265380859375, - 0.0056915283203125, - -0.0298919677734375, - -0.00618743896484375, - 0.0015344619750976562, - 0.01152801513671875, - 0.059783935546875, - 0.00989532470703125, - 0.09539794921875, - -0.01287078857421875, - 0.02117919921875, - 0.039398193359375, - 0.06414794921875, - 0.03741455078125, - -0.0180206298828125, - -0.052276611328125, - 0.0180206298828125, - -0.006137847900390625, - -0.04156494140625, - -0.041961669921875, - -0.007671356201171875, - 0.046112060546875, - -0.06732177734375, - 0.005664825439453125, - 0.004032135009765625, - 0.0241546630859375, - 0.0029697418212890625, - 0.01375579833984375, - -0.01227569580078125, - 0.0156402587890625, - 0.0032176971435546875, - -0.029296875, - 0.01306915283203125, - -0.012176513671875, - 0.02325439453125, - 0.06494140625, - 0.028900146484375, - -0.016632080078125, - 0.0496826171875, - -0.0015592575073242188, - 0.0241546630859375, - 0.024749755859375, - 0.041168212890625, - 0.0224609375, - 0.0209808349609375, - 0.046722412109375, - 0.04376220703125, - -0.006336212158203125, - -0.01751708984375, - 0.0032901763916015625, - 0.0107879638671875, - 0.055023193359375, - 0.0712890625, - 0.006435394287109375, - -0.017913818359375, - -0.007274627685546875, - -0.05303955078125, - -0.004505157470703125, - 0.007274627685546875, - 0.00618743896484375, - -0.03326416015625, - -0.0445556640625, - 0.028106689453125, - -0.06494140625, - 0.0257415771484375, - 0.009307861328125, - -0.023162841796875, - 0.00499725341796875, - 0.047119140625, - -0.015045166015625, - -0.043548583984375, - 0.00415802001953125, - -0.0075225830078125, - -0.03582763671875, - -0.03326416015625, - -0.051483154296875, - 0.01910400390625, - -0.007770538330078125, - -0.057403564453125, - -0.00722503662109375, - 0.038604736328125, - 0.0013427734375, - -0.033050537109375, - 0.002079010009765625, - 0.004058837890625, - -0.005046844482421875, - -0.045135498046875, - -0.048309326171875, - -0.046722412109375, - 0.01287078857421875, - -0.034637451171875, - 0.0114288330078125, - -0.0105438232421875, - -0.0017070770263671875, - 0.003154754638671875, - -0.021484375, - 0.0081634521484375, - 0.025543212890625, - -0.033660888671875, - 0.03009033203125, - 0.0107879638671875, - 0.0372314453125, - 0.040985107421875, - 0.0372314453125, - 0.015045166015625, - 0.00539398193359375, - -0.018798828125, - -0.041168212890625, - 0.009796142578125, - 0.0036869049072265625, - 0.01251983642578125, - -0.08673095703125, - 0.00861358642578125, - 0.061370849609375, - -0.10455322265625, - 0.004924774169921875, - 0.0035877227783203125, - -0.018707275390625, - -0.03265380859375, - -0.012969970703125, - 0.00469970703125, - 0.0168304443359375, - 0.103759765625, - 0.007965087890625, - -0.019500732421875, - 0.0224609375, - -0.0277099609375, - 0.04058837890625, - 0.011627197265625, - 0.0240478515625, - -0.05938720703125, - 0.02850341796875, - 0.00786590576171875, - -0.011627197265625, - -0.0089569091796875, - -0.04632568359375, - -0.0062103271484375, - 0.044158935546875, - 0.030487060546875, - -0.01019287109375, - -0.028106689453125, - -0.02227783203125, - -0.036834716796875, - -0.0294952392578125, - 0.01335906982421875, - 0.019989013671875, - 0.005123138427734375, - -0.0423583984375, - -0.017120361328125, - -0.00455474853515625, - -0.059783935546875, - -0.036224365234375, - -0.036041259765625, - 0.04949951171875, - 0.0005936622619628906, - -0.04376220703125, - 0.01910400390625, - 0.0250396728515625, - -0.0067291259765625, - 0.002079010009765625, - 0.04730224609375, - -0.0310821533203125, - -0.0261383056640625, - -0.01306915283203125, - 0.026519775390625, - -0.005245208740234375, - 0.0034885406494140625, - 0.0013427734375, - 0.011138916015625, - 0.02117919921875, - -0.04632568359375, - 0.017425537109375, - 0.0189971923828125, - -0.0181121826171875, - -0.045318603515625, - -0.00445556640625, - -0.0318603515625, - 0.047119140625, - -0.018707275390625, - 0.05938720703125, - -0.006259918212890625, - -0.024444580078125, - -0.1171875, - 0.033660888671875, - -0.031280517578125, - -0.0064849853515625, - 0.0111846923828125, - -0.0144500732421875, - -0.0697021484375, - -0.02197265625, - -0.038787841796875, - 0.0152435302734375, - -0.01415252685546875, - 0.029296875, - -0.021881103515625, - 0.0025234222412109375, - -0.0006928443908691406, - -0.006877899169921875, - -0.0075225830078125, - 0.055023193359375, - 0.0127716064453125, - -0.03564453125, - 0.061767578125, - -0.030487060546875, - -0.01232147216796875, - -0.014251708984375, - -0.0034389495849609375, - -0.0091552734375, - 0.01267242431640625, - -0.023651123046875, - 0.021087646484375, - 0.040374755859375, - 0.054229736328125, - -0.0308837890625, - 0.02325439453125, - -0.0101470947265625, - 0.007472991943359375, - 0.010345458984375, - -0.0271148681640625, - -0.004108428955078125, - 0.0024871826171875, - -0.020294189453125, - -0.02069091796875, - -0.049285888671875, - -0.0843505859375, - 0.012420654296875, - -0.04473876953125, - -0.00989532470703125, - 0.019989013671875, - 0.01702880859375, - 0.0016088485717773438, - -0.0229644775390625, - 0.0382080078125, - -0.0263214111328125, - -0.0203857421875, - -0.004230499267578125, - 0.0318603515625, - -0.0209808349609375, - 0.052642822265625, - -0.004528045654296875, - -0.06097412109375, - 0.03424072265625, - 0.0031299591064453125, - 0.0156402587890625, - -0.01108551025390625, - -0.005046844482421875, - -0.01084136962890625, - 0.043365478515625, - -0.09185791015625, - -0.040985107421875, - 0.0156402587890625, - 0.056610107421875, - 0.004627227783203125, - -0.004627227783203125, - 0.054229736328125, - -0.00290679931640625, - -0.050689697265625, - 0.00140380859375, - -0.0220794677734375, - -0.061767578125, - 0.03265380859375, - -0.0016574859619140625, - 0.0290985107421875, - 0.0208892822265625, - 0.0382080078125, - 0.012420654296875, - 0.033660888671875, - 0.00579071044921875, - -0.0382080078125, - -0.00682830810546875, - -0.0140533447265625, - 0.01395416259765625, - 0.0237579345703125, - 0.0277099609375, - -0.0004763603210449219, - 0.028106689453125, - 0.0006651878356933594, - -0.0633544921875, - -0.0189971923828125, - -0.02850341796875, - -0.055419921875, - -0.004974365234375, - 0.08392333984375, - 0.054229736328125, - -0.01544189453125, - 0.00662994384765625, - 0.04156494140625, - 0.012969970703125, - -0.0127716064453125, - -0.034637451171875, - -0.055419921875, - -0.009796142578125, - 0.0118255615234375, - 0.0235595703125, - -0.054229736328125, - 0.023956298828125, - 0.034637451171875, - -0.01064300537109375, - -0.012969970703125, - 0.0006308555603027344, - 0.025146484375, - 0.0487060546875, - 0.0229644775390625, - 0.00801849365234375, - -0.05859375, - 0.00949859619140625, - 0.02197265625, - 0.02325439453125, - -0.0103912353515625, - -0.007274627685546875, - -0.035247802734375, - 0.0465087890625, - -0.055023193359375, - 0.023162841796875, - 0.0123748779296875, - 0.06732177734375, - 0.00682830810546875, - -0.03582763671875, - -0.0298919677734375, - 0.04730224609375, - 0.0180206298828125, - -0.0308837890625, - 0.03662109375, - 0.015838623046875, - 0.000029385089874267578, - 0.0465087890625, - 0.03265380859375, - 0.0027599334716796875, - 0.017120361328125, - 0.01088714599609375, - -0.047698974609375, - 0.037017822265625, - 0.0118255615234375, - 0.0169219970703125, - -0.0275115966796875, - -0.037811279296875, - -0.02435302734375, - -0.04791259765625, - 0.0230560302734375, - -0.011138916015625, - 0.026519775390625, - 0.021575927734375, - 0.00547027587890625, - -0.029296875, - -0.01593017578125, - 0.028900146484375, - 0.03997802734375, - 0.0004329681396484375, - 0.0064849853515625, - 0.01335906982421875, - 0.0107879638671875, - 0.0209808349609375, - -0.03643798828125, - 0.03326416015625, - -0.0024127960205078125, - 0.00821685791015625, - -0.058990478515625, - 0.0161285400390625, - 0.007373809814453125, - 0.0123748779296875, - -0.0107879638671875, - -0.02484130859375, - 0.0169219970703125, - 0.006061553955078125, - -0.036041259765625, - -0.0022144317626953125, - 0.0283050537109375, - -0.04217529296875, - 0.039794921875, - 0.0290985107421875, - -0.01202392578125, - -0.004058837890625, - -0.04296875, - 0.10687255859375, - 0.0263214111328125, - 0.0246429443359375, - -0.004428863525390625, - 0.019195556640625, - 0.034454345703125, - 0.002349853515625, - 0.00559234619140625, - 0.01910400390625, - -0.0189971923828125, - 0.055023193359375, - 0.035430908203125, - -0.0213775634765625, - -0.041778564453125, - 0.06927490234375, - 0.01192474365234375, - -0.0633544921875, - 0.03839111328125, - 0.04058837890625, - 0.002140045166015625, - 0.0008473396301269531, - -0.0240478515625, - -0.0173187255859375, - -0.05462646484375, - 0.058990478515625, - -0.0024623870849609375, - 0.009552001953125, - 0.01514434814453125, - -0.062164306640625, - 0.033447265625, - 0.01049041748046875, - 0.0413818359375, - -0.032257080078125, - 0.06890869140625, - -0.01009368896484375, - 0.007373809814453125, - 0.00091552734375, - 0.021484375, - 0.0058135986328125, - 0.032867431640625, - -0.01702880859375, - 0.059783935546875, - 0.00324249267578125, - -0.00826263427734375, - -0.0914306640625, - 0.0009403228759765625, - 0.00324249267578125, - 0.0012865066528320312, - 0.03662109375, - -0.04473876953125, - -0.00638580322265625, - -0.01306915283203125, - 0.032257080078125, - 0.06927490234375, - -0.018798828125, - 0.0225677490234375, - 0.0032176971435546875, - 0.00447845458984375, - 0.021484375, - -0.01192474365234375 - ], - "metadata": { - "domains": [ - "mobile-forensics" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "mobile", - "cloud", - "decryption" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, - { - "id": "tool_Gephi", - "type": "tool", - "name": "Gephi", - "content": "gephi die open-source-netzwerkanalyseplattform visualisiert komplexe beziehungsgeflechte durch mächtige graph-algorithmen und interaktive darstellung. force-atlas-layout organisiert tausende nodes automatisch, modularity-clustering identifiziert communities, betweenness-centrality findet schlüsselfiguren in netzwerken. besonders wertvoll für fraud- investigations: import von csv/gexf-daten aus transaktions-logs, timeline-animation zeigt netzwerk-evolution, size/color-mapping nach attributen (geldbeträge, risikolevels). die statistics-panel berechnet graph-metriken automatisch. filter isolieren verdächtige subgraphen. export zu pdf/svg für reports. plugin-ecosystem erweitert für spezielle analysis-methoden. besonders stark bei großen datensätzen (100k+ nodes) wo andere tools versagen. die java-basis macht es cross-platform verfügbar. steile lernkurve aber unübertroffene visualisierungs-power für social-network-analysis und money-laundering-detection. graph-analysis visualization fraud-investigation network-forensics analysis", - "embedding": [ - -0.032073974609375, - 0.0097198486328125, - 0.053802490234375, - 0.0020503997802734375, - 0.0261688232421875, - 0.032257080078125, - 0.04052734375, - 0.00824737548828125, - -0.01511383056640625, - -0.00870513916015625, - -0.02294921875, - 0.0469970703125, - 0.0222015380859375, - -0.004444122314453125, - -0.0589599609375, - 0.059326171875, - 0.0097198486328125, - 0.032623291015625, - 0.01335906982421875, - -0.010040283203125, - 0.0002015829086303711, - 0.0007314682006835938, - -0.04052734375, - -0.00453948974609375, - 0.0218353271484375, - 0.0009098052978515625, - -0.01898193359375, - -0.06488037109375, - -0.0126190185546875, - -0.004467010498046875, - -0.0028324127197265625, - -0.0304107666015625, - -0.018341064453125, - 0.0311431884765625, - -0.00797271728515625, - -0.00020301342010498047, - -0.0009098052978515625, - -0.060821533203125, - -0.0274505615234375, - 0.0205535888671875, - 0.00021886825561523438, - -0.002925872802734375, - -0.001773834228515625, - -0.02874755859375, - -0.0223846435546875, - -0.04901123046875, - -0.00847625732421875, - -0.005390167236328125, - 0.0123443603515625, - -0.01483154296875, - 0.03924560546875, - 0.032989501953125, - 0.0305938720703125, - -0.0210113525390625, - -0.0272674560546875, - 0.014190673828125, - 0.0178680419921875, - -0.024322509765625, - -0.04718017578125, - 0.03631591796875, - -0.0074615478515625, - 0.0163116455078125, - -0.0120697021484375, - 0.0093536376953125, - 0.031707763671875, - 0.019073486328125, - -0.0254364013671875, - -0.0179595947265625, - 0.0281982421875, - -0.0032482147216796875, - 0.0269012451171875, - -0.0223846435546875, - 0.0233154296875, - 0.023040771484375, - -0.033721923828125, - -0.033721923828125, - -0.0016469955444335938, - 0.04071044921875, - -0.004283905029296875, - 0.007232666015625, - -0.051239013671875, - -0.0090789794921875, - 0.055267333984375, - -0.0269012451171875, - -0.019073486328125, - -0.0123443603515625, - 0.0307769775390625, - 0.0142822265625, - 0.0035247802734375, - 0.0180511474609375, - 0.00824737548828125, - -0.01290130615234375, - 0.036865234375, - -0.02008056640625, - 0.0408935546875, - 0.075927734375, - -0.0296630859375, - -0.01354217529296875, - -0.00293731689453125, - 0.014007568359375, - 0.0212860107421875, - -0.0276336669921875, - 0.053070068359375, - -0.01105499267578125, - 0.0560302734375, - -0.0175018310546875, - 0.0256195068359375, - -0.0223846435546875, - 0.0037078857421875, - -0.042938232421875, - -0.08990478515625, - -0.030029296875, - -0.0256195068359375, - -0.04974365234375, - -0.00994873046875, - 0.00594329833984375, - -0.01326751708984375, - 0.043487548828125, - -0.078857421875, - -0.04034423828125, - 0.044952392578125, - 0.01308441162109375, - -0.005710601806640625, - -0.004329681396484375, - -0.0394287109375, - -0.06488037109375, - 0.00865936279296875, - 0.03997802734375, - -0.044219970703125, - -0.024688720703125, - -0.0166778564453125, - -0.033721923828125, - 0.00801849365234375, - -0.0274505615234375, - 0.01335906982421875, - -0.01078033447265625, - 0.036102294921875, - -0.007694244384765625, - -0.013916015625, - -0.00879669189453125, - 0.024505615234375, - -0.0165863037109375, - -0.07666015625, - 0.0011348724365234375, - -0.0207366943359375, - -0.035552978515625, - -0.006359100341796875, - 0.032257080078125, - -0.0220184326171875, - 0.0021419525146484375, - -0.0078277587890625, - 0.0017271041870117188, - 0.06304931640625, - -0.00014102458953857422, - -0.007049560546875, - -0.0401611328125, - -0.0254364013671875, - -0.00626373291015625, - 0.034454345703125, - -0.031524658203125, - -0.00870513916015625, - 0.0209197998046875, - 0.0164947509765625, - 0.029296875, - -0.014556884765625, - -0.05047607421875, - -0.0379638671875, - -0.00006908178329467773, - 0.0158538818359375, - 0.00469970703125, - 0.003154754638671875, - 0.0021877288818359375, - 0.03997802734375, - 0.07147216796875, - -0.002452850341796875, - 0.023773193359375, - -0.01520538330078125, - -0.005573272705078125, - 0.044403076171875, - 0.0142822265625, - 0.004100799560546875, - -0.0020160675048828125, - 0.023956298828125, - 0.01335906982421875, - 0.035552978515625, - 0.00490570068359375, - -0.033721923828125, - -0.0013074874877929688, - -0.01036834716796875, - 0.0121612548828125, - -0.035003662109375, - -0.035552978515625, - -0.0304107666015625, - 0.024505615234375, - 0.0259857177734375, - 0.061553955078125, - 0.004791259765625, - -0.0126190185546875, - -0.00024628639221191406, - 0.0222930908203125, - 0.006908416748046875, - 0.01078033447265625, - -0.0117034912109375, - 0.045684814453125, - 0.0379638671875, - 0.024871826171875, - -0.01548004150390625, - 0.044219970703125, - 0.0162200927734375, - -0.0259857177734375, - 0.01280975341796875, - 0.056396484375, - -0.0125274658203125, - -0.004467010498046875, - -0.034271240234375, - -0.04644775390625, - -0.0016469955444335938, - -0.0157623291015625, - -0.01073455810546875, - -0.0124359130859375, - -0.0164031982421875, - -0.0379638671875, - -0.0269012451171875, - 0.042388916015625, - -0.0225677490234375, - 0.031524658203125, - 0.034820556640625, - -0.041473388671875, - 0.0170440673828125, - 0.007049560546875, - 0.02294921875, - 0.035736083984375, - -0.00843048095703125, - 0.00811004638671875, - 0.0009851455688476562, - -0.001819610595703125, - 0.0394287109375, - 0.05712890625, - 0.019989013671875, - 0.00011807680130004883, - -0.035186767578125, - 0.034271240234375, - -0.03631591796875, - 0.018890380859375, - 0.04608154296875, - -0.006816864013671875, - -0.01091766357421875, - 0.01409912109375, - 0.033355712890625, - 0.043304443359375, - -0.0390625, - 0.014739990234375, - -0.06671142578125, - 0.01308441162109375, - -0.0740966796875, - -0.0311431884765625, - -0.0281982421875, - -0.033538818359375, - 0.06451416015625, - -0.03851318359375, - -0.0091705322265625, - 0.0009212493896484375, - 0.025054931640625, - 0.0090789794921875, - 0.0296630859375, - -0.005619049072265625, - -0.0379638671875, - 0.007556915283203125, - 0.06744384765625, - -0.01059722900390625, - -0.0208282470703125, - 0.0074615478515625, - 0.0469970703125, - 0.0023956298828125, - 0.020172119140625, - 0.004055023193359375, - 0.01824951171875, - 0.024322509765625, - 0.018524169921875, - 0.0272674560546875, - -0.0176849365234375, - 0.00016057491302490234, - -0.0168609619140625, - 0.05859375, - -0.03814697265625, - -0.0175018310546875, - -0.0070037841796875, - 0.031890869140625, - 0.003940582275390625, - -0.0726318359375, - -0.0142822265625, - 0.0261688232421875, - 0.01446533203125, - -0.0090789794921875, - 0.0016927719116210938, - -0.04718017578125, - 0.030029296875, - -0.0150146484375, - -0.0164947509765625, - 0.03668212890625, - 0.05047607421875, - -0.06304931640625, - 0.0212860107421875, - 0.005344390869140625, - 0.0078277587890625, - -0.061553955078125, - -0.0212860107421875, - -0.00838470458984375, - 0.000041544437408447266, - -0.03631591796875, - -0.0093536376953125, - 0.031707763671875, - -0.043670654296875, - 0.00347900390625, - -0.004009246826171875, - -0.01055145263671875, - -0.032623291015625, - -0.042022705078125, - 0.00612640380859375, - -0.041107177734375, - -0.042205810546875, - -0.031890869140625, - 0.0582275390625, - 0.00359344482421875, - 0.0099945068359375, - -0.003940582275390625, - 0.01520538330078125, - -0.051605224609375, - 0.024871826171875, - 0.0010595321655273438, - 0.0212860107421875, - 0.023590087890625, - 0.055267333984375, - 0.044769287109375, - 0.0305938720703125, - 0.029296875, - 0.0806884765625, - 0.054168701171875, - -0.01953125, - 0.00750732421875, - 0.0263519287109375, - 0.01032257080078125, - 0.036102294921875, - -0.01548004150390625, - -0.0150146484375, - -0.0265350341796875, - -0.024688720703125, - 0.041290283203125, - 0.034820556640625, - 0.0270843505859375, - 0.03814697265625, - -0.0364990234375, - -0.032073974609375, - 0.04791259765625, - -0.01520538330078125, - 0.10614013671875, - -0.0124359130859375, - -0.043853759765625, - 0.00801849365234375, - 0.041107177734375, - -0.01363372802734375, - -0.01073455810546875, - 0.031890869140625, - -0.0258026123046875, - 0.0034084320068359375, - 0.024322509765625, - -0.0167694091796875, - 0.02911376953125, - -0.033355712890625, - -0.01354217529296875, - 0.041290283203125, - -0.01971435546875, - 0.01078033447265625, - 0.005390167236328125, - 0.01953125, - 0.019622802734375, - 0.0158538818359375, - -0.0626220703125, - -0.02008056640625, - -0.0469970703125, - -0.06781005859375, - 0.03814697265625, - 0.0307769775390625, - 0.0256195068359375, - 0.033721923828125, - -0.043853759765625, - -0.03997802734375, - 0.01345062255859375, - -0.019622802734375, - 0.060455322265625, - 0.0379638671875, - 0.0122528076171875, - 0.020172119140625, - -0.029296875, - -0.006771087646484375, - 0.0589599609375, - 0.034820556640625, - 0.05047607421875, - 0.061553955078125, - 0.0038928985595703125, - 0.03778076171875, - -0.024139404296875, - 0.032989501953125, - -0.0118865966796875, - 0.0270843505859375, - -0.0164947509765625, - 0.019622802734375, - 0.034454345703125, - 0.032257080078125, - -0.020355224609375, - 0.039794921875, - 0.029296875, - -0.03961181640625, - 0.0175933837890625, - -0.0274505615234375, - 0.0120697021484375, - -0.0462646484375, - 0.018524169921875, - 0.00994873046875, - 0.018157958984375, - 0.00824737548828125, - 0.004398345947265625, - -0.03759765625, - -0.00576019287109375, - 0.0096282958984375, - -0.05047607421875, - 0.020263671875, - -0.0016813278198242188, - -0.045318603515625, - 0.0233154296875, - -0.0174102783203125, - -0.023956298828125, - 0.03814697265625, - -0.0462646484375, - -0.0178680419921875, - 0.0281982421875, - 0.0394287109375, - -0.04791259765625, - -0.0210113525390625, - -0.0269012451171875, - -0.01308441162109375, - -0.005664825439453125, - -0.01483154296875, - 0.0216522216796875, - -0.01045989990234375, - 0.00119781494140625, - 0.0164031982421875, - 0.0269012451171875, - -0.0096282958984375, - -0.0276336669921875, - 0.0302276611328125, - -0.01299285888671875, - -0.0401611328125, - 0.0176849365234375, - 0.0254364013671875, - 0.0167694091796875, - -0.0208282470703125, - -0.030029296875, - -0.024322509765625, - 0.0259857177734375, - -0.001468658447265625, - 0.02984619140625, - -0.0261688232421875, - -0.019256591796875, - -0.023956298828125, - 0.032806396484375, - 0.004055023193359375, - 0.01271820068359375, - 0.0072784423828125, - -0.0582275390625, - 0.030029296875, - -0.06341552734375, - 0.0070953369140625, - -0.0094451904296875, - 0.002292633056640625, - -0.03631591796875, - 0.07073974609375, - -0.003040313720703125, - -0.0169525146484375, - 0.0016813278198242188, - 0.052337646484375, - 0.01073455810546875, - 0.006679534912109375, - -0.043853759765625, - 0.051239013671875, - -0.005367279052734375, - -0.06341552734375, - 0.0120697021484375, - -0.0221099853515625, - -0.00750732421875, - 0.03741455078125, - -0.043853759765625, - -0.020355224609375, - -0.002384185791015625, - -0.07000732421875, - -0.019622802734375, - -0.041290283203125, - -0.0307769775390625, - -0.04071044921875, - 0.0210113525390625, - 0.0123443603515625, - -0.0009560585021972656, - 0.01446533203125, - 0.032623291015625, - -0.014556884765625, - 0.0116119384765625, - -0.006862640380859375, - -0.0021190643310546875, - 0.006450653076171875, - -0.04937744140625, - -0.0172271728515625, - -0.00617218017578125, - 0.0254364013671875, - -0.0069580078125, - 0.0120697021484375, - 0.0078277587890625, - -0.0289306640625, - 0.0408935546875, - -0.01290130615234375, - -0.010040283203125, - -0.00792694091796875, - -0.0207366943359375, - -0.0209197998046875, - -0.04644775390625, - 0.00237274169921875, - 0.035186767578125, - -0.0006566047668457031, - 0.023773193359375, - 0.056396484375, - -0.02783203125, - -0.00598907470703125, - 0.034271240234375, - -0.0123443603515625, - 0.005413055419921875, - 0.0009784698486328125, - -0.0158538818359375, - -0.01363372802734375, - 0.04791259765625, - -0.033905029296875, - -0.04718017578125, - -0.08624267578125, - 0.033905029296875, - 0.00750732421875, - -0.0263519287109375, - -0.0276336669921875, - -0.033172607421875, - -0.0755615234375, - 0.0005931854248046875, - 0.041107177734375, - 0.0222930908203125, - 0.01165771484375, - -0.042755126953125, - -0.032440185546875, - -0.007785797119140625, - -0.053436279296875, - 0.0364990234375, - -0.00838470458984375, - 0.0228424072265625, - -0.009674072265625, - -0.01114654541015625, - 0.0274505615234375, - 0.032806396484375, - 0.02783203125, - 0.0002894401550292969, - 0.00467681884765625, - -0.0390625, - 0.02947998046875, - -0.01045989990234375, - -0.01557159423828125, - -0.0033168792724609375, - -0.0013017654418945312, - 0.0225677490234375, - -0.0390625, - -0.01096343994140625, - 0.018341064453125, - 0.005184173583984375, - 0.032440185546875, - -0.003570556640625, - -0.01326751708984375, - 0.023406982421875, - -0.01068878173828125, - 0.03668212890625, - -0.03631591796875, - -0.057861328125, - -0.0095367431640625, - 0.0018768310546875, - 0.03668212890625, - 0.04052734375, - -0.019622802734375, - -0.024688720703125, - -0.004009246826171875, - 0.03778076171875, - -0.0256195068359375, - -0.04718017578125, - -0.04901123046875, - 0.03997802734375, - 0.0177764892578125, - 0.0560302734375, - -0.0212860107421875, - 0.08404541015625, - 0.0191650390625, - -0.007415771484375, - 0.035369873046875, - 0.06964111328125, - 0.02349853515625, - -0.0205535888671875, - -0.050872802734375, - -0.004192352294921875, - 0.005527496337890625, - -0.07000732421875, - -0.053070068359375, - -0.01123809814453125, - 0.0272674560546875, - -0.0733642578125, - -0.005298614501953125, - -0.0267181396484375, - 0.01953125, - -0.00856781005859375, - 0.002384185791015625, - -0.020355224609375, - 0.019439697265625, - 0.032623291015625, - -0.018157958984375, - 0.00347900390625, - 0.0006074905395507812, - -0.011474609375, - 0.03668212890625, - 0.00875091552734375, - -0.0458984375, - 0.02801513671875, - -0.01446533203125, - 0.019256591796875, - 0.006359100341796875, - 0.053436279296875, - 0.030029296875, - 0.035186767578125, - 0.024871826171875, - 0.08697509765625, - -0.0259857177734375, - -0.024139404296875, - 0.00879669189453125, - 0.033538818359375, - 0.030029296875, - 0.0408935546875, - -0.0172271728515625, - 0.00576019287109375, - -0.018341064453125, - -0.0276336669921875, - -0.033538818359375, - -0.00020587444305419922, - -0.0101776123046875, - -0.035003662109375, - -0.04937744140625, - -0.006542205810546875, - -0.051239013671875, - 0.032257080078125, - 0.007232666015625, - -0.0364990234375, - -0.013916015625, - 0.00630950927734375, - -0.01317596435546875, - -0.032989501953125, - 0.0261688232421875, - -0.0098114013671875, - -0.033538818359375, - -0.0117034912109375, - -0.018157958984375, - 0.033905029296875, - -0.018707275390625, - -0.050872802734375, - -0.0123443603515625, - 0.0162200927734375, - -0.00576019287109375, - -0.041290283203125, - 0.0028324127197265625, - 0.035186767578125, - -0.0146484375, - -0.03668212890625, - -0.052703857421875, - -0.025238037109375, - -0.0027408599853515625, - -0.0259857177734375, - 0.0013933181762695312, - 0.009674072265625, - -0.036865234375, - -0.004489898681640625, - -0.0015201568603515625, - -0.01280975341796875, - 0.057861328125, - -0.042572021484375, - 0.023773193359375, - 0.00875091552734375, - 0.025054931640625, - 0.02874755859375, - 0.059326171875, - -0.00797271728515625, - -0.0164947509765625, - -0.006450653076171875, - -0.04034423828125, - 0.023773193359375, - -0.006496429443359375, - 0.0177764892578125, - -0.08441162109375, - 0.01345062255859375, - 0.02947998046875, - -0.055267333984375, - 0.0007715225219726562, - 0.028564453125, - -0.01317596435546875, - -0.04974365234375, - 0.0178680419921875, - -0.00608062744140625, - 0.0011167526245117188, - 0.08880615234375, - -0.00797271728515625, - 0.01290130615234375, - -0.005573272705078125, - -0.024871826171875, - 0.02874755859375, - 0.0213775634765625, - 0.04791259765625, - -0.041839599609375, - 0.0208282470703125, - 0.0267181396484375, - -0.032989501953125, - 0.0158538818359375, - -0.078125, - -0.018890380859375, - 0.024688720703125, - 0.0215606689453125, - 0.0116119384765625, - 0.007694244384765625, - -0.06561279296875, - -0.0051116943359375, - -0.03704833984375, - 0.0211029052734375, - -0.02008056640625, - 0.0272674560546875, - -0.055267333984375, - -0.02783203125, - 0.007415771484375, - -0.036865234375, - -0.03704833984375, - -0.033172607421875, - -0.0071868896484375, - 0.0117950439453125, - -0.045318603515625, - 0.0302276611328125, - 0.00621795654296875, - 0.00499725341796875, - 0.023956298828125, - 0.042022705078125, - -0.0121612548828125, - 0.0175018310546875, - 0.0094451904296875, - 0.033172607421875, - 0.0224761962890625, - 0.00617218017578125, - -0.00289154052734375, - -0.00481414794921875, - 0.007694244384765625, - -0.034271240234375, - 0.023773193359375, - 0.044586181640625, - 0.006862640380859375, - -0.0469970703125, - 0.0019931793212890625, - -0.03668212890625, - 0.04071044921875, - -0.0016584396362304688, - 0.051971435546875, - -0.0074615478515625, - -0.0207366943359375, - -0.078857421875, - 0.043670654296875, - -0.0305938720703125, - 0.0304107666015625, - 0.032440185546875, - -0.042755126953125, - -0.053802490234375, - -0.044586181640625, - -0.01898193359375, - 0.04754638671875, - -0.042938232421875, - 0.041107177734375, - 0.020172119140625, - 0.006679534912109375, - 0.02044677734375, - 0.025054931640625, - -0.00598907470703125, - 0.041656494140625, - 0.00617218017578125, - -0.045135498046875, - 0.0574951171875, - 0.0038242340087890625, - 0.0305938720703125, - 0.0175933837890625, - 0.0124359130859375, - -0.01557159423828125, - -0.0048828125, - -0.0272674560546875, - -0.01345062255859375, - 0.0220184326171875, - 0.060821533203125, - -0.00013315677642822266, - 0.0013818740844726562, - -0.0191650390625, - 0.0390625, - -0.00902557373046875, - -0.029296875, - 0.01280975341796875, - 0.0021762847900390625, - -0.019805908203125, - -0.0261688232421875, - -0.06964111328125, - -0.08990478515625, - -0.00608062744140625, - -0.04974365234375, - -0.01299285888671875, - -0.01032257080078125, - 0.0099945068359375, - 0.043853759765625, - -0.0379638671875, - 0.04034423828125, - 0.00025916099548339844, - -0.0209197998046875, - -0.034271240234375, - 0.0037078857421875, - -0.01165771484375, - 0.03131103515625, - 0.0161285400390625, - -0.011566162109375, - -0.0027294158935546875, - 0.0002663135528564453, - -0.001739501953125, - 0.01971435546875, - 0.0038013458251953125, - -0.02801513671875, - 0.020355224609375, - -0.091796875, - -0.0228424072265625, - 0.00806427001953125, - 0.00852203369140625, - 0.0096282958984375, - -0.0258026123046875, - 0.053802490234375, - -0.023223876953125, - -0.05047607421875, - 0.032257080078125, - 0.025238037109375, - -0.0169525146484375, - 0.033355712890625, - 0.006908416748046875, - -0.0098114013671875, - -0.00350189208984375, - 0.03924560546875, - 0.0272674560546875, - 0.035186767578125, - 0.03997802734375, - -0.01290130615234375, - 0.006404876708984375, - -0.0170440673828125, - 0.035003662109375, - 0.014923095703125, - 0.01409912109375, - 0.004123687744140625, - 0.0216522216796875, - -0.0122528076171875, - -0.08294677734375, - -0.0175018310546875, - -0.0170440673828125, - -0.074462890625, - 0.0021762847900390625, - 0.061920166015625, - 0.051605224609375, - -0.0115203857421875, - 0.043853759765625, - -0.00815582275390625, - 0.0309600830078125, - 0.01091766357421875, - -0.006633758544921875, - -0.06744384765625, - -0.024139404296875, - 0.0305938720703125, - 0.035186767578125, - -0.0582275390625, - 0.04901123046875, - 0.06597900390625, - -0.019256591796875, - -0.01345062255859375, - 0.005504608154296875, - -0.00373077392578125, - 0.061187744140625, - 0.03668212890625, - 0.030029296875, - -0.06781005859375, - 0.01096343994140625, - 0.01538848876953125, - -0.01335906982421875, - -0.02783203125, - -0.0212860107421875, - -0.04791259765625, - 0.06414794921875, - -0.03741455078125, - -0.0048370361328125, - -0.00598907470703125, - 0.052337646484375, - 0.0216522216796875, - -0.031524658203125, - 0.002532958984375, - 0.042938232421875, - 0.01898193359375, - -0.0150146484375, - 0.00603485107421875, - -0.0228424072265625, - 0.00499725341796875, - 0.0094451904296875, - 0.042388916015625, - 0.00580596923828125, - 0.0574951171875, - 0.011749267578125, - -0.04754638671875, - 0.0209197998046875, - 0.01317596435546875, - 0.024505615234375, - 0.00621795654296875, - -0.0222930908203125, - -0.02874755859375, - -0.04937744140625, - 0.02838134765625, - 0.033355712890625, - 0.02838134765625, - 0.01132965087890625, - -0.0034313201904296875, - -0.00884246826171875, - 0.0126190185546875, - 0.04754638671875, - 0.032623291015625, - 0.0210113525390625, - -0.025238037109375, - 0.0296630859375, - 0.01548004150390625, - -0.0010137557983398438, - -0.02044677734375, - 0.035186767578125, - -0.004306793212890625, - -0.005138397216796875, - -0.023590087890625, - 0.0008983612060546875, - 0.0073699951171875, - 0.002429962158203125, - -0.0263519287109375, - -0.032623291015625, - 0.0223846435546875, - -0.0173187255859375, - -0.0198974609375, - -0.004009246826171875, - 0.031524658203125, - -0.035186767578125, - 0.01308441162109375, - 0.032623291015625, - -0.0289306640625, - 0.0115203857421875, - -0.044952392578125, - 0.07147216796875, - 0.0226593017578125, - 0.034820556640625, - -0.0256195068359375, - 0.0305938720703125, - 0.05010986328125, - -0.0014972686767578125, - -0.01363372802734375, - 0.0261688232421875, - 0.01271820068359375, - 0.06005859375, - 0.0364990234375, - 0.01381683349609375, - -0.032989501953125, - 0.03778076171875, - 0.0267181396484375, - -0.03851318359375, - 0.0386962890625, - 0.0270843505859375, - -0.0020275115966796875, - -0.006450653076171875, - -0.0016813278198242188, - -0.00013887882232666016, - -0.044403076171875, - 0.0462646484375, - 0.03131103515625, - 0.007415771484375, - 0.0259857177734375, - -0.07037353515625, - 0.03997802734375, - -0.002452850341796875, - 0.03778076171875, - -0.04052734375, - 0.051239013671875, - 0.004283905029296875, - 0.005161285400390625, - -0.0160369873046875, - 0.006496429443359375, - 0.005596160888671875, - 0.061187744140625, - -0.014556884765625, - 0.053070068359375, - 0.0274505615234375, - -0.00897979736328125, - -0.0364990234375, - -0.0171356201171875, - 0.014556884765625, - 0.0174102783203125, - 0.0574951171875, - -0.06341552734375, - -0.032806396484375, - 0.01050567626953125, - 0.042755126953125, - 0.06005859375, - -0.024139404296875, - 0.00884246826171875, - 0.0070953369140625, - 0.007049560546875, - -0.0171356201171875, - -0.030029296875 - ], - "metadata": { - "domains": [ - "fraud-investigation", - "network-forensics" - ], - "phases": [ - "analysis" - ], - "tags": [ - "graph-analysis", - "visualization" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Aircrack_ng", - "type": "tool", - "name": "Aircrack-ng", - "content": "aircrack-ng die legendäre wlan-security-suite vereint seit 2006 alle tools für 802.11-penetration-testing und forensic-wlan-analysis. airodump-ng sammelt packets und zeigt hidden-networks, aireplay-ng injiziert deauth-frames für handshake-capture, aircrack-ng selbst bricht wep-keys in minuten und wpa2-psks mit dictionary-attacks. besonders wertvoll für forensik: packet-capture-analysis identifiziert rogue-aps, client-probing-behavior enthüllt bewegungsprofile, wps-pin-recovery bei legacy-routern. die gpu-acceleration (via pyrit/hashcat) beschleunigt psk-cracking dramatisch. support für moderne standards: wpa3-transition-mode, 802.11ac/ax. scripting-interface automatisiert mass-assessments. cross-platform-verfügbarkeit mit hardware-treiber-support. forensic-mode bewahrt evidence-integrity. integration in penetration-testing-frameworks. der klassiker für wlan-forensik wenn moderne enterprise-wlans kompromittiert wurden. commandline wireless packet-capture injection cracking scenario:credential_theft network-forensics incident-response data-collection analysis", - "embedding": [ - -0.003936767578125, - 0.00498199462890625, - 0.036956787109375, - 0.0190582275390625, - 0.052490234375, - -0.00547027587890625, - 0.005298614501953125, - -0.005977630615234375, - -0.0226593017578125, - -0.0134124755859375, - -0.037139892578125, - 0.0501708984375, - 0.0057373046875, - -0.01739501953125, - -0.06494140625, - 0.05364990234375, - 0.00485992431640625, - 0.018768310546875, - 0.016143798828125, - 0.0030384063720703125, - -0.014678955078125, - -0.0272216796875, - -0.06182861328125, - -0.00262451171875, - -0.015655517578125, - -0.018768310546875, - -0.02606201171875, - -0.06842041015625, - -0.033050537109375, - 0.0093841552734375, - 0.0224609375, - -0.0196380615234375, - 0.0162353515625, - 0.018768310546875, - 0.01006317138671875, - -0.01006317138671875, - -0.014678955078125, - -0.029754638671875, - -0.0154571533203125, - 0.052490234375, - -0.010009765625, - -0.0012884140014648438, - 0.0006651878356933594, - -0.0112762451171875, - -0.038116455078125, - -0.0234222412109375, - -0.00899505615234375, - -0.01244354248046875, - 0.0472412109375, - -0.038116455078125, - 0.0289764404296875, - 0.03753662109375, - 0.00772857666015625, - -0.0062713623046875, - -0.03033447265625, - 0.0015802383422851562, - 0.048614501953125, - -0.0291595458984375, - -0.0367431640625, - 0.052490234375, - -0.05328369140625, - -0.033447265625, - -0.01312255859375, - -0.03656005859375, - -0.00797271728515625, - -0.003597259521484375, - -0.00547027587890625, - -0.041595458984375, - 0.0004162788391113281, - 0.00928497314453125, - 0.031707763671875, - -0.032073974609375, - -0.01555633544921875, - 0.0211029052734375, - -0.0149688720703125, - -0.0406494140625, - 0.0252838134765625, - 0.006999969482421875, - -0.0075836181640625, - -0.01084136962890625, - -0.03558349609375, - 0.0201263427734375, - 0.0462646484375, - -0.0285797119140625, - 0.0094757080078125, - -0.004543304443359375, - 0.0367431640625, - 0.01312255859375, - -0.01010894775390625, - -0.004230499267578125, - 0.03790283203125, - -0.02032470703125, - 0.041412353515625, - -0.0258636474609375, - 0.016815185546875, - 0.04510498046875, - 0.0102081298828125, - -0.0008749961853027344, - -0.003353118896484375, - 0.0305328369140625, - 0.033843994140625, - -0.0262451171875, - 0.07269287109375, - 0.01215362548828125, - 0.04705810546875, - -0.0177001953125, - 0.01273345947265625, - -0.007144927978515625, - -0.0160369873046875, - -0.014678955078125, - -0.0770263671875, - -0.0128326416015625, - -0.0012035369873046875, - -0.0482177734375, - 0.00885009765625, - -0.00021564960479736328, - -0.023529052734375, - 0.05950927734375, - -0.0521240234375, - -0.0258636474609375, - 0.03558349609375, - 0.0096282958984375, - -0.02362060546875, - -0.0128326416015625, - -0.06378173828125, - -0.054443359375, - 0.00262451171875, - 0.025665283203125, - -0.0400390625, - -0.033843994140625, - -0.023529052734375, - -0.0162353515625, - -0.0013551712036132812, - -0.0224609375, - -0.004276275634765625, - -0.02099609375, - 0.032867431640625, - 0.001567840576171875, - -0.009674072265625, - 0.0254669189453125, - 0.03228759765625, - -0.0247955322265625, - -0.052490234375, - 0.020904541015625, - -0.04180908203125, - -0.0212860107421875, - 0.017303466796875, - 0.03131103515625, - -0.0165252685546875, - -0.00241851806640625, - -0.01535797119140625, - 0.0112762451171875, - 0.03228759765625, - -0.0091400146484375, - -0.006221771240234375, - -0.055999755859375, - -0.00952911376953125, - -0.026641845703125, - 0.0160369873046875, - -0.041015625, - -0.0157470703125, - -0.0184783935546875, - -0.054840087890625, - 0.0148773193359375, - -0.02099609375, - -0.0086517333984375, - -0.01117706298828125, - -0.0159454345703125, - 0.0252838134765625, - -0.00860595703125, - 0.01264190673828125, - -0.006366729736328125, - 0.036163330078125, - 0.052490234375, - 0.009674072265625, - 0.031494140625, - 0.006610870361328125, - 0.01195526123046875, - -0.0031833648681640625, - 0.03656005859375, - -0.01428985595703125, - -0.0029277801513671875, - 0.04937744140625, - 0.0171051025390625, - 0.041412353515625, - -0.0024662017822265625, - -0.040435791015625, - -0.0134124755859375, - -0.04510498046875, - 0.0289764404296875, - -0.0190582275390625, - -0.0243988037109375, - -0.007633209228515625, - 0.01983642578125, - 0.0254669189453125, - 0.06842041015625, - 0.035003662109375, - 0.00666046142578125, - 0.0439453125, - 0.00403594970703125, - 0.00748443603515625, - 0.030914306640625, - -0.01273345947265625, - 0.047454833984375, - 0.016326904296875, - 0.01934814453125, - 0.0062713623046875, - 0.04803466796875, - 0.0264434814453125, - -0.037322998046875, - -0.0232391357421875, - 0.036956787109375, - 0.0011301040649414062, - -0.029754638671875, - -0.01059722900390625, - -0.0148773193359375, - -0.0080718994140625, - -0.0097198486328125, - 0.005054473876953125, - -0.003719329833984375, - -0.0134124755859375, - -0.029937744140625, - 0.011566162109375, - 0.0291595458984375, - -0.0232391357421875, - 0.061065673828125, - 0.0305328369140625, - -0.0274200439453125, - -0.009185791015625, - 0.034210205078125, - -0.0012941360473632812, - 0.0289764404296875, - 0.00023090839385986328, - 0.01312255859375, - -0.03656005859375, - -0.0148773193359375, - 0.038299560546875, - 0.039276123046875, - 0.00904083251953125, - 0.00855255126953125, - -0.0567626953125, - 0.050567626953125, - -0.042572021484375, - 0.03656005859375, - 0.026824951171875, - -0.0258636474609375, - 0.0139007568359375, - -0.00695037841796875, - 0.0170135498046875, - 0.0626220703125, - -0.07232666015625, - 0.0027103424072265625, - -0.056396484375, - 0.00250244140625, - -0.100341796875, - -0.02838134765625, - -0.037139892578125, - -0.041015625, - 0.03656005859375, - -0.012054443359375, - -0.0285797119140625, - -0.01273345947265625, - 0.0133209228515625, - -0.02935791015625, - 0.06573486328125, - 0.0043487548828125, - -0.03033447265625, - -0.01837158203125, - 0.07037353515625, - -0.004665374755859375, - -0.01983642578125, - -0.0281982421875, - -0.001312255859375, - 0.0223541259765625, - 0.048797607421875, - -0.0196380615234375, - 0.0009965896606445312, - 0.03228759765625, - 0.005977630615234375, - 0.0237274169921875, - -0.021881103515625, - -0.006366729736328125, - -0.0080718994140625, - 0.032867431640625, - -0.05328369140625, - -0.0006928443908691406, - 0.01312255859375, - 0.004375457763671875, - 0.0049591064453125, - -0.07080078125, - 0.0011243820190429688, - 0.045501708984375, - -0.01788330078125, - 0.036346435546875, - 0.015167236328125, - -0.062225341796875, - -0.006999969482421875, - 0.00366973876953125, - 0.006999969482421875, - 0.0096282958984375, - 0.07427978515625, - -0.044525146484375, - 0.02099609375, - 0.0024662017822265625, - -0.004787445068359375, - -0.035980224609375, - -0.0258636474609375, - -0.01132965087890625, - 0.0107421875, - -0.0501708984375, - -0.033233642578125, - -0.0112762451171875, - -0.00830841064453125, - 0.022064208984375, - 0.00695037841796875, - 0.007534027099609375, - -0.054840087890625, - -0.054046630859375, - 0.0177001953125, - -0.033843994140625, - -0.0196380615234375, - -0.04315185546875, - 0.034423828125, - 0.024017333984375, - 0.017791748046875, - -0.0061492919921875, - -0.01535797119140625, - -0.0439453125, - 0.04278564453125, - 0.0022716522216796875, - 0.0367431640625, - -0.006198883056640625, - 0.036163330078125, - 0.0281982421875, - 0.034423828125, - 0.033233642578125, - 0.049774169921875, - 0.026641845703125, - -0.007244110107421875, - -0.0227508544921875, - 0.01477813720703125, - -0.00432586669921875, - 0.0086517333984375, - -0.008941650390625, - -0.0025882720947265625, - -0.01264190673828125, - -0.01409912109375, - 0.0023937225341796875, - 0.03033447265625, - 0.034210205078125, - 0.0305328369140625, - -0.0185699462890625, - 0.01010894775390625, - 0.0491943359375, - -0.0006957054138183594, - 0.08203125, - -0.0012035369873046875, - -0.04840087890625, - 0.031494140625, - 0.0122528076171875, - -0.0274200439453125, - -0.0023822784423828125, - 0.04412841796875, - 0.02606201171875, - 0.007534027099609375, - 0.0270233154296875, - -0.0243988037109375, - 0.00977325439453125, - -0.0227508544921875, - -0.0186614990234375, - -0.005420684814453125, - -0.01171112060546875, - -0.01428985595703125, - 0.06646728515625, - 0.0472412109375, - 0.012542724609375, - 0.034027099609375, - -0.033233642578125, - -0.035003662109375, - -0.0270233154296875, - -0.061065673828125, - -0.00792694091796875, - 0.032470703125, - 0.01535797119140625, - 0.06805419921875, - -0.028778076171875, - -0.0672607421875, - 0.0035247802734375, - -0.04937744140625, - 0.06646728515625, - 0.02935791015625, - 0.0048370361328125, - 0.042572021484375, - -0.01371002197265625, - 0.01132965087890625, - 0.033233642578125, - -0.0015010833740234375, - 0.03790283203125, - 0.06341552734375, - 0.017303466796875, - 0.0081634521484375, - -0.033050537109375, - 0.00547027587890625, - 0.0222625732421875, - -0.005031585693359375, - -0.03131103515625, - 0.041229248046875, - 0.01055145263671875, - 0.0311126708984375, - -0.06884765625, - 0.04901123046875, - 0.0252838134765625, - -0.01885986328125, - -0.01166534423828125, - -0.01380157470703125, - -0.00666046142578125, - -0.069580078125, - 0.01788330078125, - 0.01137542724609375, - 0.0122528076171875, - 0.0276031494140625, - 0.031707763671875, - -0.0491943359375, - -0.044525146484375, - 0.03363037109375, - -0.058319091796875, - -0.01399993896484375, - 0.0032329559326171875, - -0.0254669189453125, - 0.0160369873046875, - -0.02313232421875, - -0.04803466796875, - -0.007778167724609375, - -0.01477813720703125, - -0.0396728515625, - -0.004009246826171875, - 0.01123046875, - -0.052886962890625, - -0.025665283203125, - -0.02935791015625, - 0.00772857666015625, - -0.0157470703125, - -0.0264434814453125, - 0.056396484375, - 0.005855560302734375, - 0.005031585693359375, - 0.016815185546875, - 0.049774169921875, - 0.0008325576782226562, - -0.034423828125, - 0.0458984375, - 0.00551605224609375, - -0.023529052734375, - 0.011566162109375, - 0.0025882720947265625, - 0.01312255859375, - -0.0181732177734375, - -0.0239105224609375, - 0.002613067626953125, - 0.014678955078125, - 0.012542724609375, - 0.01059722900390625, - -0.035980224609375, - -0.0171051025390625, - -0.050567626953125, - 0.049591064453125, - -0.01006317138671875, - 0.05328369140625, - -0.035003662109375, - -0.0439453125, - 0.02001953125, - -0.057159423828125, - -0.0252838134765625, - 0.00354766845703125, - -0.0062713623046875, - -0.024017333984375, - 0.055206298828125, - -0.012542724609375, - 0.0243988037109375, - 0.0037670135498046875, - 0.03656005859375, - -0.020416259765625, - -0.021392822265625, - -0.0258636474609375, - 0.0239105224609375, - 0.0049591064453125, - -0.046478271484375, - 0.01535797119140625, - -0.02508544921875, - 0.0014276504516601562, - 0.050567626953125, - -0.04296875, - 0.007778167724609375, - -0.01010894775390625, - -0.054840087890625, - -0.036346435546875, - -0.044525146484375, - -0.032867431640625, - -0.036956787109375, - 0.024017333984375, - 0.034423828125, - 0.00885009765625, - -0.007244110107421875, - 0.01322174072265625, - 0.0185699462890625, - 0.019439697265625, - -0.0175933837890625, - -0.0258636474609375, - 0.0233306884765625, - -0.048614501953125, - -0.032073974609375, - -0.0165252685546875, - 0.04315185546875, - -0.0234222412109375, - -0.003475189208984375, - 0.021575927734375, - -0.0023097991943359375, - 0.0179901123046875, - -0.054840087890625, - -0.007678985595703125, - -0.0262451171875, - -0.0357666015625, - -0.01934814453125, - -0.01361083984375, - 0.00354766845703125, - 0.021575927734375, - -0.0159454345703125, - 0.0175933837890625, - 0.024200439453125, - -0.033447265625, - 0.0169219970703125, - 0.0008869171142578125, - -0.0149688720703125, - 0.007244110107421875, - -0.003986358642578125, - 0.005321502685546875, - -0.0036449432373046875, - 0.044921875, - -0.01555633544921875, - -0.034027099609375, - -0.0863037109375, - 0.01171112060546875, - -0.015167236328125, - -0.007289886474609375, - -0.045684814453125, - -0.0606689453125, - -0.06494140625, - -0.0217742919921875, - 0.025665283203125, - 0.018768310546875, - 0.0050811767578125, - 0.005954742431640625, - -0.01526641845703125, - -0.01293182373046875, - -0.03033447265625, - 0.026641845703125, - -0.0148773193359375, - 0.0237274169921875, - 0.0007534027099609375, - -0.0221710205078125, - 0.0248870849609375, - 0.0301361083984375, - 0.007289886474609375, - 0.03033447265625, - 0.0234222412109375, - -0.01361083984375, - 0.0211944580078125, - -0.0258636474609375, - -0.01059722900390625, - 0.0014095306396484375, - -0.0139007568359375, - 0.01934814453125, - -0.009918212890625, - -0.0160369873046875, - 0.0196380615234375, - 0.038299560546875, - 0.032867431640625, - -0.006610870361328125, - -0.009185791015625, - 0.04705810546875, - -0.00023090839385986328, - 0.0272216796875, - -0.022064208984375, - -0.045501708984375, - 0.01428985595703125, - -0.024017333984375, - 0.0462646484375, - 0.036163330078125, - 0.0006561279296875, - -0.02838134765625, - 0.0196380615234375, - 0.06182861328125, - 0.00836181640625, - -0.0501708984375, - -0.01477813720703125, - 0.0050811767578125, - 0.02508544921875, - 0.038299560546875, - -0.01526641845703125, - 0.08050537109375, - -0.01380157470703125, - -0.0018472671508789062, - 0.06573486328125, - 0.08050537109375, - 0.0281982421875, - -0.01361083984375, - -0.0243988037109375, - 0.0175018310546875, - 0.011474609375, - -0.049774169921875, - -0.049591064453125, - -0.00846099853515625, - 0.07196044921875, - -0.059112548828125, - -0.00008547306060791016, - -0.008941650390625, - -0.0133209228515625, - 0.004497528076171875, - 0.0165252685546875, - -0.034210205078125, - 0.018768310546875, - 0.01739501953125, - -0.035980224609375, - -0.037139892578125, - -0.0367431640625, - 0.0080718994140625, - 0.04376220703125, - 0.044708251953125, - -0.041412353515625, - 0.0258636474609375, - 0.03228759765625, - 0.04705810546875, - 0.0305328369140625, - 0.02935791015625, - 0.03656005859375, - 0.0011358261108398438, - 0.03228759765625, - 0.0567626953125, - -0.00748443603515625, - -0.03460693359375, - 0.0057373046875, - 0.025665283203125, - 0.0587158203125, - 0.083984375, - 0.00670623779296875, - -0.01885986328125, - -0.0180816650390625, - -0.0252838134765625, - 0.01039886474609375, - 0.0021514892578125, - -0.027801513671875, - -0.05133056640625, - -0.02459716796875, - 0.0181732177734375, - -0.0191497802734375, - 0.0439453125, - 0.015167236328125, - -0.0262451171875, - -0.031494140625, - 0.0357666015625, - 0.0112762451171875, - -0.03265380859375, - 0.01293182373046875, - -0.0254669189453125, - -0.0122528076171875, - -0.032073974609375, - -0.0121002197265625, - 0.033233642578125, - -0.0010938644409179688, - -0.055206298828125, - -0.003936767578125, - 0.033233642578125, - -0.031707763671875, - -0.0264434814453125, - -0.0237274169921875, - 0.007144927978515625, - -0.0458984375, - -0.054840087890625, - -0.069580078125, - -0.033447265625, - -0.00695037841796875, - -0.0175933837890625, - -0.014190673828125, - -0.0248870849609375, - -0.029937744140625, - -0.00904083251953125, - 0.00670623779296875, - -0.0217742919921875, - 0.036346435546875, - -0.0587158203125, - 0.0347900390625, - 0.036346435546875, - 0.0107421875, - 0.018768310546875, - 0.055999755859375, - -0.00605010986328125, - -0.0115203857421875, - 0.0166168212890625, - -0.05328369140625, - -0.002429962158203125, - 0.0007658004760742188, - 0.01351165771484375, - -0.06414794921875, - 0.002685546875, - 0.021484375, - -0.1026611328125, - 0.0270233154296875, - -0.002017974853515625, - -0.015167236328125, - -0.0400390625, - -0.00005811452865600586, - 0.006320953369140625, - -0.01195526123046875, - 0.077392578125, - -0.0075836181640625, - -0.0226593017578125, - 0.01506805419921875, - -0.0279998779296875, - 0.050567626953125, - 0.00217437744140625, - 0.03753662109375, - -0.035003662109375, - 0.0289764404296875, - 0.01885986328125, - -0.0169219970703125, - 0.00391387939453125, - -0.0606689453125, - 0.0143890380859375, - 0.016143798828125, - 0.015167236328125, - -0.0034503936767578125, - -0.03753662109375, - -0.04412841796875, - -0.0281982421875, - -0.0228424072265625, - 0.0159454345703125, - 0.015167236328125, - 0.004375457763671875, - -0.033233642578125, - -0.031494140625, - -0.0018835067749023438, - -0.038116455078125, - -0.0311126708984375, - -0.01399993896484375, - 0.0406494140625, - 0.00797271728515625, - -0.052490234375, - 0.034423828125, - -0.002685546875, - -0.004787445068359375, - 0.05328369140625, - 0.05133056640625, - -0.042572021484375, - 0.019439697265625, - 0.0061492919921875, - 0.046478271484375, - -0.007534027099609375, - 0.01006317138671875, - -0.0013856887817382812, - 0.011566162109375, - 0.033233642578125, - -0.026641845703125, - 0.031890869140625, - 0.035186767578125, - -0.01035308837890625, - -0.0750732421875, - -0.0190582275390625, - -0.0386962890625, - 0.0212860107421875, - 0.0033054351806640625, - 0.0501708984375, - 0.007389068603515625, - -0.0472412109375, - -0.0882568359375, - 0.031707763671875, - -0.014678955078125, - 0.023529052734375, - 0.00037670135498046875, - -0.029754638671875, - -0.07080078125, - -0.03790283203125, - -0.0075836181640625, - 0.0248870849609375, - -0.0166168212890625, - 0.04608154296875, - 0.004253387451171875, - -0.0036945343017578125, - 0.00772857666015625, - -0.019256591796875, - -0.0122528076171875, - 0.0154571533203125, - 0.02362060546875, - -0.027801513671875, - 0.0758056640625, - -0.06494140625, - 0.0070953369140625, - -0.024505615234375, - -0.0239105224609375, - -0.00957489013671875, - -0.0070953369140625, - -0.0211944580078125, - -0.004154205322265625, - 0.0148773193359375, - 0.04803466796875, - -0.0301361083984375, - 0.0139007568359375, - -0.0167236328125, - 0.044342041015625, - 0.0172119140625, - -0.01555633544921875, - 0.0169219970703125, - -0.0202178955078125, - 0.005031585693359375, - -0.02508544921875, - -0.0731201171875, - -0.07269287109375, - 0.00792694091796875, - -0.0262451171875, - -0.00313568115234375, - -0.01322174072265625, - 0.02032470703125, - 0.016815185546875, - -0.00301361083984375, - 0.0272216796875, - -0.0043487548828125, - -0.019927978515625, - -0.035003662109375, - 0.0311126708984375, - -0.017791748046875, - 0.031890869140625, - -0.00850677490234375, - -0.033050537109375, - 0.028778076171875, - 0.0019197463989257812, - -0.00792694091796875, - -0.00743865966796875, - 0.0158538818359375, - -0.01457977294921875, - 0.01428985595703125, - -0.0921630859375, - -0.046478271484375, - 0.00039505958557128906, - 0.056396484375, - -0.00977325439453125, - -0.0357666015625, - 0.06298828125, - -0.011810302734375, - -0.052490234375, - 0.041229248046875, - -0.0107879638671875, - -0.06414794921875, - 0.03363037109375, - -0.00933074951171875, - 0.033050537109375, - 0.014678955078125, - 0.050567626953125, - 0.02838134765625, - 0.031494140625, - 0.04412841796875, - -0.0179901123046875, - 0.014190673828125, - -0.0143890380859375, - 0.046844482421875, - 0.0175933837890625, - 0.0377197265625, - -0.022064208984375, - 0.034027099609375, - 0.012542724609375, - -0.0968017578125, - -0.00695037841796875, - -0.027801513671875, - -0.029754638671875, - -0.0062713623046875, - 0.08050537109375, - 0.039093017578125, - 0.021392822265625, - 0.02508544921875, - 0.03131103515625, - 0.02294921875, - -0.002017974853515625, - -0.028778076171875, - -0.0606689453125, - -0.02935791015625, - 0.01457977294921875, - -0.003986358642578125, - -0.057159423828125, - 0.0205078125, - 0.050567626953125, - -0.0172119140625, - -0.010162353515625, - -0.007778167724609375, - -0.0007047653198242188, - 0.019439697265625, - 0.01132965087890625, - 0.003864288330078125, - -0.046844482421875, - 0.03265380859375, - 0.03753662109375, - 0.0004191398620605469, - 0.0050811767578125, - -0.009429931640625, - -0.01166534423828125, - 0.034027099609375, - -0.052886962890625, - 0.00981903076171875, - 0.00605010986328125, - 0.07818603515625, - 0.010009765625, - -0.03265380859375, - -0.0005831718444824219, - 0.0158538818359375, - 0.0272216796875, - -0.0021381378173828125, - 0.01064300537109375, - 0.00792694091796875, - -0.02032470703125, - 0.0233306884765625, - 0.03228759765625, - -0.0107421875, - 0.0311126708984375, - 0.0201263427734375, - -0.0606689453125, - 0.03887939453125, - -0.020904541015625, - 0.01885986328125, - -0.008941650390625, - -0.03265380859375, - -0.0239105224609375, - -0.04608154296875, - 0.04376220703125, - 0.03790283203125, - 0.03265380859375, - 0.0008993148803710938, - -0.0031604766845703125, - -0.0171051025390625, - -0.0059051513671875, - 0.02935791015625, - 0.0196380615234375, - 0.007049560546875, - 0.02508544921875, - 0.0228424072265625, - -0.00510406494140625, - 0.0081634521484375, - -0.0227508544921875, - 0.0037670135498046875, - -0.0179901123046875, - 0.01264190673828125, - -0.0606689453125, - -0.0165252685546875, - -0.0019445419311523438, - -0.0270233154296875, - -0.01161956787109375, - -0.0258636474609375, - 0.01555633544921875, - -0.019439697265625, - -0.041015625, - 0.0148773193359375, - 0.05755615234375, - -0.0120086669921875, - 0.0170135498046875, - 0.02001953125, - 0.0233306884765625, - 0.0184783935546875, - -0.0750732421875, - 0.057952880859375, - 0.0419921875, - 0.04296875, - -0.01190948486328125, - 0.0060272216796875, - 0.035400390625, - -0.0171051025390625, - -0.00885009765625, - 0.01322174072265625, - -0.02099609375, - 0.052886962890625, - 0.0191497802734375, - -0.00403594970703125, - -0.0252838134765625, - 0.00743865966796875, - 0.004230499267578125, - -0.035980224609375, - 0.033233642578125, - 0.0148773193359375, - 0.01788330078125, - -0.0012941360473632812, - -0.006855010986328125, - -0.01059722900390625, - -0.055999755859375, - 0.06610107421875, - 0.0307159423828125, - -0.006561279296875, - 0.0252838134765625, - -0.06573486328125, - 0.03558349609375, - 0.01088714599609375, - 0.0295562744140625, - -0.03131103515625, - 0.0472412109375, - -0.0234222412109375, - 0.00408172607421875, - -0.0172119140625, - 0.0158538818359375, - -0.0211944580078125, - 0.027801513671875, - -0.02099609375, - 0.0567626953125, - 0.003864288330078125, - 0.004787445068359375, - -0.0567626953125, - -0.008941650390625, - -0.0035724639892578125, - 0.0439453125, - 0.03558349609375, - -0.048614501953125, - -0.0262451171875, - -0.01837158203125, - 0.0291595458984375, - 0.07427978515625, - 0.00274658203125, - 0.0274200439453125, - -0.00923919677734375, - -0.0078277587890625, - -0.0205078125, - -0.01010894775390625 - ], - "metadata": { - "domains": [ - "network-forensics", - "incident-response" - ], - "phases": [ - "data-collection", - "analysis" - ], - "tags": [ - "commandline", - "wireless", - "packet-capture", - "injection", - "cracking", - "scenario:credential_theft" - ], - "skillLevel": "advanced", - "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.00006777048110961914, - 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_Radare2", - "type": "tool", - "name": "Radare2", - "content": "radare2 das modulare reverse-engineering-framework vereint disassembler, debugger, hex-editor und scripter in einer mächtigen cli-suite. die unix-philosophie \"do one thing well\" ermöglicht granulare kontrolle über jeden analyse-schritt. besonders innovativ: r2pipe-integration bindet das framework in python, node.js, go-scripts ein, visual-mode bietet pseudo-gui im terminal, project-files speichern komplexe analysen persistent. über 20 architekturen unterstützt von x86 bis webassembly. die aktive community entwickelt ständig neue features: r2ghidra-decompiler, r2dec für pseudocode, cutter als gui- frontend. besonders stark bei firmware-analyse und ctf-challenges. die steep-learning-curve wird durch unübertroffene flexibilität belohnt. docker-images vereinfachen deployment. die lgpl-lizenz ermöglicht kommerzielle integration. perfekt für sicherheitsforscher die maximale kontrolle über ihre analyse-umgebung benötigen. reverse-engineering scripting malware-analysis analysis", - "embedding": [ - -0.025360107421875, - 0.0030384063720703125, - 0.040130615234375, - -0.00244140625, - 0.03778076171875, - 0.0341796875, - 0.0086517333984375, - -0.00981903076171875, - -0.0276031494140625, - -0.00554656982421875, - -0.02886962890625, - 0.05859375, - 0.014862060546875, - 0.0229339599609375, - -0.04180908203125, - 0.028228759765625, - -0.009552001953125, - -0.0104522705078125, - 0.006687164306640625, - 0.0228271484375, - -0.0042724609375, - -0.032470703125, - -0.05816650390625, - -0.016021728515625, - -0.00695037841796875, - 0.0007796287536621094, - 0.000025928020477294922, - -0.0870361328125, - -0.004642486572265625, - 0.007801055908203125, - 0.003635406494140625, - -0.0145416259765625, - 0.0200653076171875, - 0.0216522216796875, - 0.011993408203125, - -0.02154541015625, - -0.0192108154296875, - -0.06964111328125, - 0.001598358154296875, - 0.054779052734375, - -0.02886962890625, - -0.009124755859375, - 0.00870513916015625, - -0.036102294921875, - -0.0041656494140625, - -0.040130615234375, - 0.0049896240234375, - -0.0084381103515625, - 0.0181427001953125, - -0.04266357421875, - 0.027801513671875, - 0.01528167724609375, - 0.0005903244018554688, - -0.0243072509765625, - -0.079833984375, - 0.0145416259765625, - 0.042022705078125, - -0.0276031494140625, - -0.0382080078125, - 0.063232421875, - -0.01666259765625, - -0.039276123046875, - 0.005146026611328125, - -0.006473541259765625, - 0.0186767578125, - 0.0245208740234375, - -0.018890380859375, - -0.01236724853515625, - 0.0053863525390625, - -0.00021886825561523438, - 0.0196380615234375, - 0.0181427001953125, - -0.002971649169921875, - 0.042877197265625, - -0.061553955078125, - -0.03375244140625, - 0.020172119140625, - 0.035888671875, - 0.00960540771484375, - 0.01024627685546875, - -0.0240936279296875, - 0.0013132095336914062, - 0.032257080078125, - -0.01146697998046875, - -0.00360870361328125, - 0.0034236907958984375, - 0.036102294921875, - 0.012420654296875, - 0.0312042236328125, - -0.038848876953125, - 0.037353515625, - -0.0139007568359375, - 0.02069091796875, - -0.040771484375, - 0.029937744140625, - 0.038421630859375, - -0.0350341796875, - -0.0038204193115234375, - -0.052001953125, - 0.03546142578125, - 0.0202789306640625, - -0.0189971923828125, - 0.08154296875, - -0.01258087158203125, - 0.062408447265625, - -0.02801513671875, - 0.00310516357421875, - 0.01146697998046875, - 0.0106658935546875, - 0.003223419189453125, - -0.0772705078125, - -0.0333251953125, - -0.01380157470703125, - -0.05816650390625, - -0.00748443603515625, - 0.005680084228515625, - -0.010772705078125, - 0.03289794921875, - -0.03948974609375, - -0.0263214111328125, - 0.00411224365234375, - 0.004669189453125, - -0.0163421630859375, - 0.021331787109375, - -0.044586181640625, - -0.045654296875, - 0.006900787353515625, - 0.0183563232421875, - -0.038848876953125, - -0.01273345947265625, - -0.0178375244140625, - -0.037994384765625, - -0.0139007568359375, - -0.0145416259765625, - 0.006237030029296875, - -0.0305633544921875, - 0.0316162109375, - -0.0057830810546875, - -0.011993408203125, - 0.00208282470703125, - 0.01580810546875, - -0.033966064453125, - -0.050323486328125, - 0.0238800048828125, - -0.0180511474609375, - -0.0229339599609375, - -0.0125274658203125, - 0.0276031494140625, - -0.0229339599609375, - 0.01055908203125, - 0.0204925537109375, - 0.017730712890625, - 0.07684326171875, - -0.01549530029296875, - 0.01024627685546875, - -0.047332763671875, - -0.01517486572265625, - 0.000942230224609375, - 0.03778076171875, - -0.01507568359375, - -0.00795745849609375, - 0.0014524459838867188, - 0.01560211181640625, - 0.038421630859375, - -0.0307769775390625, - -0.0276031494140625, - 0.006420135498046875, - 0.00907135009765625, - 0.0211181640625, - 0.00432586669921875, - 0.04669189453125, - -0.0022945404052734375, - 0.0210113525390625, - 0.05242919921875, - -0.0082244873046875, - 0.01172637939453125, - -0.0006465911865234375, - -0.0025081634521484375, - 0.027801513671875, - 0.0200653076171875, - -0.01326751708984375, - -0.0187835693359375, - 0.0496826171875, - -0.01305389404296875, - 0.0276031494140625, - -0.0013866424560546875, - -0.0309906005859375, - -0.0364990234375, - -0.037353515625, - 0.01093292236328125, - -0.041595458984375, - -0.0194244384765625, - -0.0126800537109375, - 0.02886962890625, - 0.025787353515625, - 0.054351806640625, - 0.04669189453125, - -0.000988006591796875, - 0.031829833984375, - 0.0214385986328125, - -0.004669189453125, - 0.03692626953125, - 0.0086517333984375, - 0.036102294921875, - 0.031402587890625, - -0.0225067138671875, - -0.00902557373046875, - 0.0479736328125, - 0.023773193359375, - -0.0192108154296875, - -0.00870513916015625, - 0.037567138671875, - -0.009765625, - 0.01369476318359375, - -0.02685546875, - -0.01751708984375, - 0.0276031494140625, - -0.01507568359375, - 0.00472259521484375, - 0.0014390945434570312, - -0.01114654541015625, - -0.03692626953125, - -0.021759033203125, - 0.0244140625, - -0.03692626953125, - 0.046478271484375, - 0.053070068359375, - -0.0245208740234375, - -0.032684326171875, - 0.047119140625, - 0.0202789306640625, - 0.02801513671875, - 0.007587432861328125, - 0.0055999755859375, - -0.004405975341796875, - -0.0033702850341796875, - 0.0174102783203125, - 0.04351806640625, - 0.0059967041015625, - 0.036712646484375, - -0.03948974609375, - 0.004138946533203125, - -0.0183563232421875, - 0.0430908203125, - 0.03460693359375, - -0.0084381103515625, - 0.0167694091796875, - -0.0021495819091796875, - 0.003131866455078125, - 0.0399169921875, - -0.06878662109375, - -0.01666259765625, - -0.028228759765625, - -0.006500244140625, - -0.08404541015625, - -0.036712646484375, - -0.0211181640625, - -0.03692626953125, - 0.05010986328125, - -0.029083251953125, - -0.028228759765625, - 0.00732421875, - 0.0180511474609375, - -0.0149688720703125, - 0.01953125, - -0.01549530029296875, - -0.041595458984375, - 0.00732421875, - 0.07855224609375, - -0.006103515625, - -0.03289794921875, - -0.0133209228515625, - 0.0192108154296875, - 0.01141357421875, - -0.01422119140625, - -0.0305633544921875, - -0.005146026611328125, - 0.045440673828125, - 0.0196380615234375, - 0.0303497314453125, - -0.005199432373046875, - -0.0015392303466796875, - 0.0019235610961914062, - 0.043731689453125, - -0.03948974609375, - -0.005279541015625, - 0.0174102783203125, - -0.0018968582153320312, - 0.00716400146484375, - -0.06878662109375, - 0.0030918121337890625, - 0.029510498046875, - 0.025787353515625, - 0.01666259765625, - 0.01093292236328125, - -0.060699462890625, - 0.01560211181640625, - 0.00213623046875, - -0.00795745849609375, - 0.0284423828125, - 0.05010986328125, - -0.0234527587890625, - 0.005573272705078125, - -0.020172119140625, - 0.0200653076171875, - -0.020172119140625, - -0.04522705078125, - -0.007694244384765625, - 0.0121002197265625, - -0.0271759033203125, - -0.008331298828125, - 0.0072174072265625, - -0.0149688720703125, - 0.01708984375, - -0.0256805419921875, - -0.00716400146484375, - -0.046051025390625, - -0.036712646484375, - 0.0017118453979492188, - -0.0212249755859375, - -0.01358795166015625, - -0.028228759765625, - 0.0675048828125, - -0.01273345947265625, - 0.0240936279296875, - 0.00048089027404785156, - -0.006847381591796875, - -0.019744873046875, - 0.0205841064453125, - -0.0192108154296875, - 0.0176239013671875, - 0.0096588134765625, - 0.05816650390625, - 0.0067138671875, - 0.0227203369140625, - 0.037994384765625, - 0.0692138671875, - 0.048614501953125, - 0.0003516674041748047, - -0.016021728515625, - 0.00806427001953125, - -0.00043129920959472656, - 0.020172119140625, - -0.0273895263671875, - -0.0263214111328125, - -0.01422119140625, - -0.0180511474609375, - 0.022613525390625, - 0.0145416259765625, - 0.03948974609375, - 0.032684326171875, - 0.004589080810546875, - 0.002162933349609375, - 0.05902099609375, - 0.0019369125366210938, - 0.0887451171875, - -0.0162353515625, - -0.03692626953125, - 0.00279998779296875, - 0.0307769775390625, - -0.00371551513671875, - -0.00634002685546875, - 0.0205841064453125, - 0.005359649658203125, - -0.0025615692138671875, - 0.0462646484375, - -0.00981903076171875, - 0.00330352783203125, - 0.004642486572265625, - 0.0157012939453125, - 0.016876220703125, - -0.02239990234375, - -0.00655364990234375, - 0.042449951171875, - 0.03375244140625, - 0.043731689453125, - 0.038848876953125, - -0.035888671875, - -0.003383636474609375, - -0.046478271484375, - -0.048828125, - 0.0005507469177246094, - 0.0271759033203125, - -0.0027065277099609375, - 0.032470703125, - -0.037567138671875, - -0.044586181640625, - 0.02313232421875, - -0.036285400390625, - 0.08746337890625, - 0.043304443359375, - -0.004909515380859375, - 0.0181427001953125, - -0.0316162109375, - 0.0098724365234375, - 0.01141357421875, - -0.004299163818359375, - 0.05560302734375, - 0.049468994140625, - 0.02197265625, - 0.029296875, - -0.031829833984375, - 0.006847381591796875, - 0.035675048828125, - 0.00949859619140625, - -0.01369476318359375, - 0.0447998046875, - 0.0276031494140625, - 0.0260009765625, - -0.01177978515625, - 0.06793212890625, - 0.0271759033203125, - -0.009979248046875, - 0.043304443359375, - -0.0251617431640625, - 0.0245208740234375, - -0.05242919921875, - 0.00472259521484375, - 0.0303497314453125, - 0.01141357421875, - 0.00881195068359375, - 0.041595458984375, - -0.0496826171875, - 0.01024627685546875, - 0.0333251953125, - -0.08197021484375, - 0.0212249755859375, - 0.0207977294921875, - -0.01953125, - 0.001598358154296875, - -0.0284423828125, - -0.0772705078125, - 0.02313232421875, - -0.03375244140625, - -0.056884765625, - 0.01093292236328125, - 0.0234527587890625, - -0.0447998046875, - -0.0149688720703125, - -0.0382080078125, - -0.004405975341796875, - -0.025360107421875, - -0.027069091796875, - 0.037994384765625, - -0.00400543212890625, - 0.01071929931640625, - 0.05328369140625, - 0.039703369140625, - -0.036102294921875, - -0.01050567626953125, - 0.0265350341796875, - -0.0214385986328125, - -0.046905517578125, - 0.0244140625, - 0.01226043701171875, - -0.00827789306640625, - -0.0305633544921875, - -0.032257080078125, - 0.0031452178955078125, - -0.0094451904296875, - -0.0005736351013183594, - -0.007537841796875, - -0.05328369140625, - -0.037994384765625, - -0.06494140625, - 0.044586181640625, - 0.0267486572265625, - 0.028228759765625, - -0.0014066696166992188, - -0.05560302734375, - 0.008331298828125, - -0.06451416015625, - -0.01136016845703125, - 0.006076812744140625, - -0.0072174072265625, - -0.00666046142578125, - 0.063232421875, - -0.00785064697265625, - -0.004669189453125, - -0.0121002197265625, - 0.036102294921875, - 0.006900787353515625, - 0.009124755859375, - -0.034393310546875, - 0.052001953125, - 0.0165557861328125, - -0.05859375, - 0.00615692138671875, - -0.0247344970703125, - 0.00705718994140625, - 0.0496826171875, - -0.05328369140625, - -0.02398681640625, - -0.0139007568359375, - -0.06536865234375, - -0.0303497314453125, - -0.0252685546875, - -0.0098724365234375, - -0.01824951171875, - 0.010345458984375, - 0.033111572265625, - 0.0017251968383789062, - 0.034393310546875, - 0.0230255126953125, - -0.007801055908203125, - 0.004589080810546875, - 0.035247802734375, - -0.0447998046875, - 0.029296875, - -0.05859375, - -0.0178375244140625, - -0.01422119140625, - 0.032684326171875, - -0.02801513671875, - 0.0230255126953125, - 0.014007568359375, - -0.016448974609375, - 0.0210113525390625, - -0.0301513671875, - 0.0012674331665039062, - -0.025054931640625, - -0.029510498046875, - -0.0350341796875, - -0.03204345703125, - 0.01114654541015625, - 0.0171966552734375, - -0.01294708251953125, - 0.0167694091796875, - 0.003170013427734375, - -0.046478271484375, - 0.005413055419921875, - 0.00907135009765625, - -0.0167694091796875, - 0.0183563232421875, - 0.00849151611328125, - -0.0218658447265625, - 0.006740570068359375, - 0.01055908203125, - -0.032470703125, - -0.03204345703125, - -0.082763671875, - 0.033111572265625, - -0.00817108154296875, - -0.0161285400390625, - -0.0303497314453125, - -0.05645751953125, - -0.070068359375, - -0.0010881423950195312, - 0.0269622802734375, - 0.0128936767578125, - 0.01161956787109375, - -0.025787353515625, - -0.0350341796875, - -0.0162353515625, - -0.032470703125, - 0.047760009765625, - -0.023773193359375, - -0.0047760009765625, - -0.02154541015625, - -0.037994384765625, - 0.032684326171875, - 0.02197265625, - 0.02685546875, - -0.003978729248046875, - 0.007801055908203125, - -0.025054931640625, - 0.0307769775390625, - 0.0016984939575195312, - -0.0157012939453125, - -0.0185699462890625, - -0.01358795166015625, - 0.0261077880859375, - -0.0305633544921875, - -0.042022705078125, - 0.0214385986328125, - 0.01708984375, - 0.020904541015625, - -0.0147552490234375, - -0.03948974609375, - 0.01316070556640625, - -0.001598358154296875, - 0.061553955078125, - -0.0063934326171875, - -0.055206298828125, - -0.0012674331665039062, - 0.002918243408203125, - 0.043731689453125, - 0.037353515625, - -0.0228271484375, - -0.028228759765625, - 0.00727081298828125, - 0.055206298828125, - -0.0312042236328125, - -0.01751708984375, - -0.05816650390625, - 0.00827789306640625, - 0.00737762451171875, - 0.0789794921875, - -0.0113067626953125, - 0.06964111328125, - -0.0038738250732421875, - -0.0034236907958984375, - 0.0181427001953125, - 0.06536865234375, - 0.05157470703125, - -0.0230255126953125, - -0.048614501953125, - -0.0126800537109375, - -0.0165557861328125, - -0.0273895263671875, - -0.032470703125, - -0.00695037841796875, - 0.052001953125, - -0.06536865234375, - -0.027801513671875, - -0.0229339599609375, - -0.01517486572265625, - 0.005706787109375, - 0.0187835693359375, - -0.014862060546875, - 0.029083251953125, - 0.0011739730834960938, - -0.0594482421875, - 0.01071929931640625, - -0.0187835693359375, - -0.006473541259765625, - 0.07135009765625, - -0.00152587890625, - -0.0399169921875, - 0.053924560546875, - 0.0251617431640625, - 0.020172119140625, - 0.0017251968383789062, - 0.02197265625, - 0.027069091796875, - 0.029510498046875, - 0.05413818359375, - 0.05731201171875, - -0.0341796875, - -0.0309906005859375, - 0.005706787109375, - 0.00319671630859375, - 0.0207977294921875, - 0.033111572265625, - 0.01125335693359375, - -0.00142669677734375, - -0.008544921875, - -0.04754638671875, - 0.002613067626953125, - 0.0012607574462890625, - -0.019744873046875, - -0.03692626953125, - -0.036712646484375, - 0.005279541015625, - -0.031829833984375, - 0.032257080078125, - 0.01273345947265625, - 0.005279541015625, - 0.0009617805480957031, - 0.034393310546875, - -0.0106658935546875, - -0.044586181640625, - 0.0048828125, - -0.0247344970703125, - -0.0205841064453125, - -0.04522705078125, - -0.01824951171875, - 0.040985107421875, - -0.023773193359375, - -0.056884765625, - -0.00335693359375, - 0.053497314453125, - -0.0141143798828125, - -0.020172119140625, - -0.0106658935546875, - 0.01305389404296875, - -0.037994384765625, - -0.05987548828125, - -0.04840087890625, - -0.0238800048828125, - 0.0020694732666015625, - -0.038848876953125, - 0.024627685546875, - 0.01263427734375, - -0.0263214111328125, - 0.00493621826171875, - -0.031829833984375, - -0.0560302734375, - 0.048828125, - -0.043304443359375, - 0.0496826171875, - 0.010986328125, - 0.00411224365234375, - 0.048828125, - 0.0462646484375, - -0.0220794677734375, - 0.007110595703125, - -0.0149688720703125, - -0.08404541015625, - 0.01549530029296875, - 0.005252838134765625, - -0.01666259765625, - -0.09173583984375, - -0.0180511474609375, - 0.02484130859375, - -0.063232421875, - 0.012786865234375, - -0.0180511474609375, - -0.016021728515625, - -0.038421630859375, - 0.01380157470703125, - 0.0176239013671875, - -0.0180511474609375, - 0.08660888671875, - 0.01136016845703125, - -0.0181427001953125, - 0.0016384124755859375, - -0.04180908203125, - 0.054779052734375, - 0.0143280029296875, - 0.0261077880859375, - -0.04522705078125, - 0.0307769775390625, - 0.01003265380859375, - -0.010345458984375, - 0.0176239013671875, - -0.0789794921875, - 0.01103973388671875, - 0.017730712890625, - 0.0305633544921875, - -0.00411224365234375, - 0.0232391357421875, - -0.0146484375, - -0.01220703125, - -0.0307769775390625, - 0.0146484375, - 0.01215362548828125, - -0.0011873245239257812, - -0.044586181640625, - -0.029937744140625, - 0.01995849609375, - -0.04266357421875, - -0.025787353515625, - -0.0301513671875, - 0.042449951171875, - 0.0147552490234375, - -0.06964111328125, - 0.0271759033203125, - -0.01204681396484375, - -0.01422119140625, - 0.0364990234375, - 0.05816650390625, - -0.028228759765625, - -0.014434814453125, - 0.01071929931640625, - 0.0382080078125, - 0.01953125, - 0.00870513916015625, - 0.01125335693359375, - 0.0178375244140625, - 0.005306243896484375, - -0.0276031494140625, - 0.042236328125, - 0.029296875, - -0.00785064697265625, - -0.038421630859375, - -0.033966064453125, - -0.01580810546875, - 0.04034423828125, - -0.0123138427734375, - 0.05072021484375, - 0.03692626953125, - -0.01422119140625, - -0.08917236328125, - 0.047119140625, - 0.005069732666015625, - 0.02972412109375, - 0.00902557373046875, - -0.019317626953125, - -0.07598876953125, - -0.049041748046875, - -0.0008754730224609375, - 0.0106658935546875, - -0.042877197265625, - 0.05816650390625, - -0.003662109375, - -0.01326751708984375, - 0.0271759033203125, - 0.0092315673828125, - -0.006183624267578125, - 0.053497314453125, - -0.0024280548095703125, - -0.0227203369140625, - 0.078125, - -0.045013427734375, - 0.033966064453125, - -0.01061248779296875, - 0.0146484375, - 0.0167694091796875, - 0.009979248046875, - -0.036712646484375, - 0.0000655055046081543, - 0.01337432861328125, - 0.05413818359375, - -0.00785064697265625, - 0.018890380859375, - -0.0316162109375, - 0.00493621826171875, - -0.0227203369140625, - -0.01226043701171875, - -0.001857757568359375, - -0.0008821487426757812, - -0.031402587890625, - 0.007747650146484375, - -0.05987548828125, - -0.06494140625, - -0.0072174072265625, - -0.036285400390625, - -0.0133209228515625, - 0.006103515625, - 0.0249481201171875, - 0.0496826171875, - -0.05987548828125, - 0.033966064453125, - -0.006580352783203125, - -0.0118865966796875, - 0.00949859619140625, - 0.0276031494140625, - -0.031829833984375, - 0.037139892578125, - 0.016876220703125, - -0.0220794677734375, - 0.0229339599609375, - -0.027069091796875, - 0.0066070556640625, - -0.0094451904296875, - -0.00732421875, - -0.0240936279296875, - 0.033966064453125, - -0.061981201171875, - -0.00583648681640625, - 0.036712646484375, - 0.0284423828125, - 0.006526947021484375, - -0.0333251953125, - 0.025787353515625, - 0.006580352783203125, - -0.055206298828125, - 0.008758544921875, - -0.029510498046875, - -0.041168212890625, - -0.0029850006103515625, - -0.01549530029296875, - -0.0004246234893798828, - 0.01300048828125, - 0.0350341796875, - 0.0203857421875, - 0.066650390625, - 0.009552001953125, - -0.025787353515625, - 0.01177978515625, - -0.01369476318359375, - 0.0594482421875, - 0.0252685546875, - 0.0341796875, - 0.0011148452758789062, - 0.0198516845703125, - 0.011566162109375, - -0.06964111328125, - 0.00472259521484375, - -0.029937744140625, - -0.041168212890625, - -0.0169830322265625, - 0.0836181640625, - 0.024200439453125, - 0.0309906005859375, - 0.0198516845703125, - 0.0528564453125, - 0.029083251953125, - -0.0104522705078125, - -0.031829833984375, - -0.0692138671875, - -0.00461578369140625, - 0.024200439453125, - 0.017303466796875, - -0.061981201171875, - 0.054779052734375, - 0.0560302734375, - -0.0034503936767578125, - -0.01284027099609375, - -0.036712646484375, - -0.0149688720703125, - 0.03375244140625, - 0.032470703125, - 0.0276031494140625, - -0.07049560546875, - -0.0018711090087890625, - 0.0265350341796875, - -0.004032135009765625, - -0.00928497314453125, - -0.0214385986328125, - -0.0080108642578125, - 0.01125335693359375, - -0.040985107421875, - 0.00615692138671875, - 0.046478271484375, - 0.05157470703125, - 0.008758544921875, - -0.039703369140625, - -0.03204345703125, - 0.0163421630859375, - 0.0057830810546875, - -0.00881195068359375, - -0.00716400146484375, - 0.0350341796875, - -0.035888671875, - 0.02197265625, - 0.035247802734375, - -0.0014858245849609375, - 0.0145416259765625, - 0.031402587890625, - -0.040985107421875, - 0.0118865966796875, - -0.02197265625, - 0.009124755859375, - -0.0096588134765625, - -0.0333251953125, - -0.002826690673828125, - -0.031402587890625, - 0.0123138427734375, - 0.0186767578125, - 0.0276031494140625, - 0.021331787109375, - 0.00716400146484375, - 0.004459381103515625, - -0.0004742145538330078, - 0.027801513671875, - 0.03948974609375, - 0.032257080078125, - 0.018463134765625, - 0.0179443359375, - 0.016448974609375, - -0.0005307197570800781, - -0.0189971923828125, - 0.040985107421875, - -0.048828125, - 0.019744873046875, - -0.05157470703125, - -0.01114654541015625, - 0.0146484375, - -0.031829833984375, - -0.022613525390625, - -0.047119140625, - -0.00716400146484375, - -0.0333251953125, - -0.050933837890625, - -0.018890380859375, - 0.05560302734375, - -0.03863525390625, - 0.01560211181640625, - 0.034820556640625, - 0.035888671875, - 0.0026397705078125, - -0.042236328125, - 0.06964111328125, - 0.032257080078125, - 0.046478271484375, - -0.00279998779296875, - 0.001750946044921875, - 0.012786865234375, - -0.0212249755859375, - 0.0245208740234375, - 0.040557861328125, - -0.01751708984375, - 0.056884765625, - 0.0165557861328125, - 0.0230255126953125, - -0.0227203369140625, - 0.045013427734375, - -0.01194000244140625, - -0.042877197265625, - 0.005096435546875, - 0.0131072998046875, - 0.01380157470703125, - -0.005970001220703125, - -0.005916595458984375, - -0.0273895263671875, - -0.060699462890625, - 0.05859375, - 0.01422119140625, - -0.018463134765625, - 0.042236328125, - -0.0176239013671875, - 0.0577392578125, - 0.0062103271484375, - 0.045013427734375, - -0.0640869140625, - 0.05560302734375, - -0.016876220703125, - 0.0080108642578125, - 0.0009021759033203125, - 0.0028400421142578125, - -0.01528167724609375, - 0.029937744140625, - -0.00827789306640625, - 0.06494140625, - 0.0333251953125, - -0.009765625, - -0.0447998046875, - -0.00695037841796875, - 0.0030651092529296875, - 0.005252838134765625, - 0.034393310546875, - -0.0333251953125, - -0.00727081298828125, - 0.01013946533203125, - 0.0312042236328125, - 0.042022705078125, - -0.006290435791015625, - 0.0030384063720703125, - 0.005756378173828125, - -0.01549530029296875, - -0.0247344970703125, - -0.0072174072265625 - ], - "metadata": { - "domains": [ - "malware-analysis" - ], - "phases": [ - "analysis" - ], - "tags": [ - "reverse-engineering", - "scripting" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, - { - "id": "tool_FACT", - "type": "tool", - "name": "FACT", - "content": "fact das firmware analysis and comparison tool des bsi revolutioniert iot-security durch automatisierte bulk-analysis von embedded-firmware. web-interface ermöglicht upload ganzer firmware-sammlungen für parallele verarbeitung. über 50 analyzer dekomprimieren archive, extrahieren dateisysteme, identifizieren crypto-keys, finden backdoors. besonders mächtig: diff-analysis vergleicht firmware-versionen und identifiziert security- patches, cve-matching findet bekannte vulnerabilities in embedded libraries, entropy-analysis lokalisiert verschlüsselte bereiche. die plugin-architektur ermöglicht custom-analyzer für proprietäre formate. yara-integration für malware-detection. collaboration-features für team-analysis. rest-api automatisiert bulk-submissions. die postgresql-backend speichert metadaten durchsuchbar. perfekt für router-hersteller, security-researcher und incident-response-teams die iot-compromises untersuchen. open-source aber enterprise-ready für kritische infrastruktur-assessments. firmware automation ics-forensics malware-analysis analysis", - "embedding": [ - -0.0006856918334960938, - 0.0310211181640625, - 0.03497314453125, - 0.0323486328125, - 0.028564453125, - 0.047454833984375, - 0.0223236083984375, - 0.0028247833251953125, - -0.03460693359375, - -0.0216522216796875, - -0.013519287109375, - 0.052581787109375, - 0.010589599609375, - 0.00690460205078125, - -0.0733642578125, - 0.029693603515625, - -0.015411376953125, - -0.01068878173828125, - -0.00022161006927490234, - 0.01134490966796875, - -0.024200439453125, - 0.001010894775390625, - -0.06390380859375, - -0.02685546875, - -0.01560211181640625, - -0.0095977783203125, - -0.025909423828125, - -0.07940673828125, - -0.02667236328125, - -0.0020084381103515625, - -0.0015125274658203125, - -0.0302581787109375, - 0.0119171142578125, - 0.0213775634765625, - 0.0057220458984375, - -0.0262908935546875, - 0.01560211181640625, - -0.047271728515625, - -0.013519287109375, - 0.0218505859375, - -0.01512908935546875, - 0.001796722412109375, - 0.016265869140625, - -0.00785064697265625, - -0.0245819091796875, - -0.0310211181640625, - 0.0055084228515625, - -0.00238800048828125, - 0.0195770263671875, - -0.037445068359375, - 0.0274200439453125, - 0.01531982421875, - 0.017303466796875, - -0.0119171142578125, - -0.0440673828125, - 0.0217437744140625, - 0.042938232421875, - -0.039154052734375, - -0.0255279541015625, - 0.051055908203125, - -0.035552978515625, - -0.00411224365234375, - 0.006381988525390625, - 0.00013887882232666016, - -0.014373779296875, - 0.0289306640625, - -0.001560211181640625, - -0.021942138671875, - -0.005672454833984375, - -0.01739501953125, - 0.01617431640625, - -0.00014698505401611328, - -0.0179595947265625, - 0.009979248046875, - -0.0465087890625, - -0.032135009765625, - 0.0175933837890625, - 0.01361846923828125, - -0.01021575927734375, - -0.005908966064453125, - -0.0457763671875, - 0.012481689453125, - 0.044647216796875, - -0.0323486328125, - -0.003734588623046875, - -0.01276397705078125, - 0.009124755859375, - 0.01177215576171875, - 0.00652313232421875, - -0.02032470703125, - 0.0323486328125, - -0.0062408447265625, - 0.0167388916015625, - -0.0233612060546875, - 0.009552001953125, - 0.0499267578125, - -0.028564453125, - -0.00301361083984375, - -0.0120086669921875, - 0.05029296875, - 0.00695037841796875, - -0.0234527587890625, - 0.027618408203125, - 0.00029540061950683594, - 0.049560546875, - -0.03668212890625, - 0.0230712890625, - -0.00479888916015625, - -0.0225067138671875, - 0.007045745849609375, - -0.09832763671875, - -0.037445068359375, - -0.027801513671875, - -0.060516357421875, - -0.01409149169921875, - 0.0245819091796875, - -0.008270263671875, - 0.0226898193359375, - -0.0197601318359375, - -0.03460693359375, - 0.0197601318359375, - -0.004207611083984375, - 0.00699615478515625, - 0.002506256103515625, - -0.045196533203125, - -0.064697265625, - 0.01503753662109375, - 0.02703857421875, - -0.0347900390625, - -0.0243988037109375, - -0.00841522216796875, - -0.0235443115234375, - -0.025726318359375, - -0.0382080078125, - -0.007518768310546875, - -0.017303466796875, - 0.00992584228515625, - -0.0032863616943359375, - 0.021087646484375, - 0.01560211181640625, - 0.013427734375, - -0.044647216796875, - -0.07415771484375, - 0.0159759521484375, - -0.029876708984375, - -0.0293121337890625, - -0.038970947265625, - 0.0533447265625, - -0.0264739990234375, - 0.00039005279541015625, - -0.00505828857421875, - 0.01092529296875, - 0.069580078125, - -0.01039886474609375, - 0.01474761962890625, - -0.04840087890625, - -0.01276397705078125, - -0.0138092041015625, - 0.026092529296875, - -0.018157958984375, - -0.019378662109375, - -0.039337158203125, - -0.01522064208984375, - 0.00028061866760253906, - -0.01219940185546875, - -0.03424072265625, - 0.0067138671875, - 0.038970947265625, - 0.024017333984375, - 0.004398345947265625, - 0.0283660888671875, - -0.0087432861328125, - 0.0225067138671875, - 0.060882568359375, - 0.00115203857421875, - 0.0018672943115234375, - -0.0207061767578125, - -0.003002166748046875, - 0.039337158203125, - 0.0312042236328125, - -0.0087432861328125, - -0.021270751953125, - 0.050689697265625, - 0.01068878173828125, - 0.0419921875, - 0.0157012939453125, - -0.0172119140625, - 0.0005555152893066406, - -0.0227813720703125, - 0.037261962890625, - -0.034423828125, - -0.013427734375, - -0.034027099609375, - 0.047088623046875, - -0.0018558502197265625, - 0.056365966796875, - 0.03082275390625, - 0.0010404586791992188, - 0.034423828125, - 0.00888824462890625, - 0.027618408203125, - 0.0406494140625, - -0.00003898143768310547, - 0.0650634765625, - 0.0031909942626953125, - 0.01371002197265625, - -0.0012826919555664062, - 0.044647216796875, - 0.0274200439453125, - -0.0120086669921875, - -0.017303466796875, - 0.052947998046875, - 0.01654052734375, - -0.01531982421875, - -0.03668212890625, - -0.017486572265625, - 0.0109710693359375, - -0.00714111328125, - -0.005413055419921875, - 0.0012407302856445312, - 0.007659912109375, - -0.05596923828125, - -0.025146484375, - 0.028564453125, - -0.0215606689453125, - 0.03424072265625, - 0.025909423828125, - -0.013336181640625, - -0.03271484375, - 0.039703369140625, - 0.0399169921875, - 0.0499267578125, - 0.0176849365234375, - -0.013427734375, - -0.040863037109375, - -0.025726318359375, - 0.0138092041015625, - 0.0274200439453125, - 0.02117919921875, - 0.002635955810546875, - -0.0253448486328125, - 0.041046142578125, - -0.0142822265625, - 0.039337158203125, - 0.037445068359375, - -0.032135009765625, - 0.00888824462890625, - 0.01186370849609375, - 0.037261962890625, - 0.04388427734375, - -0.06317138671875, - -0.017303466796875, - -0.06768798828125, - 0.037261962890625, - -0.064697265625, - -0.0306396484375, - -0.0224151611328125, - -0.0361328125, - 0.029693603515625, - -0.007373809814453125, - -0.049560546875, - 0.007232666015625, - 0.005435943603515625, - 0.01068878173828125, - 0.0406494140625, - -0.0012111663818359375, - -0.05218505859375, - -0.0045166015625, - 0.096435546875, - -0.037261962890625, - -0.028564453125, - 0.01153564453125, - 0.049560546875, - 0.00936126708984375, - 0.0014009475708007812, - -0.007373809814453125, - 0.0032863616943359375, - 0.032135009765625, - 0.0291290283203125, - 0.026092529296875, - -0.019012451171875, - 0.010589599609375, - 0.011016845703125, - 0.0440673828125, - -0.01995849609375, - -0.004184722900390625, - -0.016357421875, - 0.025146484375, - 0.0233612060546875, - -0.060516357421875, - -0.0262908935546875, - 0.046905517578125, - 0.0207061767578125, - 0.01617431640625, - 0.00945281982421875, - -0.05596923828125, - -0.0066680908203125, - -0.0227813720703125, - -0.0206146240234375, - 0.0245819091796875, - 0.0478515625, - -0.0157012939453125, - 0.002410888671875, - -0.028564453125, - 0.0071868896484375, - -0.029876708984375, - -0.036865234375, - -0.0215606689453125, - -0.00484466552734375, - -0.0347900390625, - 0.00647735595703125, - 0.0005021095275878906, - -0.025909423828125, - 0.035552978515625, - -0.01078033447265625, - -0.0129547119140625, - -0.02392578125, - -0.0304412841796875, - 0.0148468017578125, - -0.0030498504638671875, - -0.035919189453125, - -0.045379638671875, - 0.0537109375, - 0.021942138671875, - -0.005130767822265625, - 0.013519287109375, - -0.004184722900390625, - -0.01512908935546875, - 0.0224151611328125, - -0.01120758056640625, - 0.0142822265625, - -0.0169219970703125, - 0.05596923828125, - 0.03253173828125, - 0.025726318359375, - 0.0160675048828125, - 0.066162109375, - 0.03875732421875, - -0.005199432373046875, - -0.01219940185546875, - 0.01446533203125, - 0.00045800209045410156, - 0.0160675048828125, - -0.0294952392578125, - -0.04803466796875, - 0.004016876220703125, - -0.01168060302734375, - 0.0184326171875, - 0.020050048828125, - 0.013519287109375, - 0.00115203857421875, - -0.0364990234375, - 0.0139007568359375, - 0.0657958984375, - -0.0006589889526367188, - 0.09832763671875, - 0.0025653839111328125, - -0.0465087890625, - 0.01446533203125, - 0.033294677734375, - -0.0235443115234375, - 0.0130462646484375, - 0.0272369384765625, - 0.021942138671875, - 0.021087646484375, - 0.03082275390625, - -0.0024814605712890625, - 0.0207977294921875, - 0.0186309814453125, - -0.0062408447265625, - 0.0206146240234375, - -0.0175933837890625, - 0.01219940185546875, - 0.01910400390625, - 0.056365966796875, - 0.0121002197265625, - 0.02685546875, - -0.0215606689453125, - -0.01995849609375, - -0.076416015625, - -0.072265625, - -0.019012451171875, - 0.0537109375, - 0.0139923095703125, - 0.08056640625, - -0.0281829833984375, - -0.04443359375, - 0.0218505859375, - -0.025909423828125, - 0.1005859375, - 0.0300750732421875, - 0.006145477294921875, - 0.019378662109375, - -0.0185394287109375, - -0.0018434524536132812, - 0.017486572265625, - 0.01617431640625, - 0.04180908203125, - 0.08660888671875, - 0.04010009765625, - 0.0291290283203125, - -0.0215606689453125, - 0.00643157958984375, - 0.032135009765625, - 0.0262908935546875, - -0.0020809173583984375, - 0.035736083984375, - 0.013336181640625, - 0.033294677734375, - -0.0283660888671875, - 0.07415771484375, - 0.049560546875, - -0.005603790283203125, - 0.0194854736328125, - -0.02288818359375, - 0.02288818359375, - -0.023162841796875, - 0.00714111328125, - 0.0128631591796875, - 0.03271484375, - 0.02703857421875, - 0.0235443115234375, - -0.04254150390625, - -0.00931549072265625, - 0.054473876953125, - -0.05218505859375, - 0.0293121337890625, - 0.0406494140625, - -0.018341064453125, - 0.0217437744140625, - -0.01409149169921875, - -0.028564453125, - 0.0184326171875, - -0.00803375244140625, - -0.03631591796875, - -0.000576019287109375, - 0.0499267578125, - -0.027984619140625, - -0.043304443359375, - -0.03253173828125, - -0.005672454833984375, - -0.0274200439453125, - -0.018157958984375, - 0.033660888671875, - -0.020904541015625, - -0.0019741058349609375, - 0.0281829833984375, - 0.0111083984375, - -0.01531982421875, - -0.0499267578125, - 0.06427001953125, - -0.00301361083984375, - -0.052947998046875, - 0.0245819091796875, - 0.0087432861328125, - 0.0090789794921875, - -0.00803375244140625, - -0.0302581787109375, - 0.0003383159637451172, - 0.033660888671875, - 0.013336181640625, - -0.0013418197631835938, - -0.052581787109375, - -0.05181884765625, - -0.0499267578125, - 0.01551055908203125, - 0.031951904296875, - 0.0206146240234375, - 0.020233154296875, - -0.05975341796875, - 0.0114898681640625, - -0.058990478515625, - -0.0294952392578125, - 0.0215606689453125, - -0.0029544830322265625, - -0.00846099853515625, - 0.064697265625, - 0.0142822265625, - 0.0196685791015625, - -0.0169219970703125, - 0.054840087890625, - 0.031585693359375, - 0.000033974647521972656, - -0.03271484375, - 0.037811279296875, - 0.018341064453125, - -0.062042236328125, - -0.00262451171875, - 0.005107879638671875, - -0.008087158203125, - 0.0382080078125, - -0.06658935546875, - -0.005344390869140625, - 0.0003192424774169922, - -0.08319091796875, - -0.043701171875, - -0.043121337890625, - -0.01418304443359375, - -0.05596923828125, - 0.02874755859375, - 0.0170135498046875, - -0.007659912109375, - 0.033477783203125, - 0.0024585723876953125, - -0.029876708984375, - 0.0121002197265625, - 0.0090789794921875, - -0.01172637939453125, - 0.046722412109375, - -0.041229248046875, - -0.03424072265625, - -0.0091705322265625, - 0.0255279541015625, - -0.0312042236328125, - 0.01186370849609375, - 0.002044677734375, - -0.01522064208984375, - 0.037628173828125, - -0.03497314453125, - 0.0002186298370361328, - -0.0207977294921875, - -0.039520263671875, - -0.03424072265625, - -0.01531982421875, - 0.007091522216796875, - 0.01617431640625, - 0.0128631591796875, - 0.01371002197265625, - 0.054473876953125, - -0.04840087890625, - 0.021270751953125, - 0.01082611083984375, - -0.0223236083984375, - 0.00527191162109375, - -0.025146484375, - 0.004230499267578125, - -0.03631591796875, - 0.02496337890625, - -0.05145263671875, - -0.03631591796875, - -0.0650634765625, - 0.01551055908203125, - -0.0225067138671875, - -0.01068878173828125, - -0.017120361328125, - -0.03631591796875, - -0.058624267578125, - -0.004398345947265625, - 0.0125732421875, - -0.00275421142578125, - 0.009979248046875, - -0.04254150390625, - -0.0264739990234375, - 0.0019025802612304688, - -0.043304443359375, - 0.039154052734375, - -0.019012451171875, - 0.003948211669921875, - -0.0096893310546875, - -0.031951904296875, - 0.02203369140625, - 0.018341064453125, - 0.0330810546875, - 0.0207977294921875, - 0.02392578125, - -0.01995849609375, - 0.035186767578125, - 0.004230499267578125, - 0.0058135986328125, - -0.0025997161865234375, - -0.01446533203125, - 0.005435943603515625, - -0.03460693359375, - -0.016357421875, - 0.0198516845703125, - 0.0302581787109375, - 0.034027099609375, - -0.020050048828125, - -0.039703369140625, - 0.027801513671875, - -0.0095977783203125, - 0.0293121337890625, - -0.040863037109375, - -0.047088623046875, - 0.0194854736328125, - -0.013427734375, - 0.041595458984375, - 0.036865234375, - -0.00794219970703125, - -0.0294952392578125, - 0.00225830078125, - 0.056732177734375, - -0.0128631591796875, - -0.039703369140625, - -0.043487548828125, - 0.01116180419921875, - 0.0224151611328125, - 0.06390380859375, - -0.02685546875, - 0.07525634765625, - 0.019378662109375, - 0.0012054443359375, - 0.033843994140625, - 0.06768798828125, - 0.0457763671875, - -0.01910400390625, - -0.049560546875, - -0.025146484375, - -0.0002601146697998047, - -0.052947998046875, - -0.046905517578125, - -0.0036163330078125, - 0.05029296875, - -0.041046142578125, - -0.031402587890625, - -0.013336181640625, - -0.00988006591796875, - -0.0004076957702636719, - 0.04010009765625, - -0.0302581787109375, - 0.019287109375, - 0.0139007568359375, - -0.047088623046875, - 0.0111083984375, - -0.01446533203125, - -0.0227813720703125, - 0.050689697265625, - 0.0274200439453125, - -0.0233612060546875, - 0.01120758056640625, - 0.010162353515625, - 0.0253448486328125, - 0.0247802734375, - 0.017303466796875, - 0.01035308837890625, - 0.03839111328125, - 0.02392578125, - 0.05560302734375, - -0.00879669189453125, - -0.0245819091796875, - -0.0027065277099609375, - 0.0227813720703125, - 0.015411376953125, - 0.049560546875, - 0.022216796875, - 0.014373779296875, - 0.01229095458984375, - -0.05029296875, - 0.0158843994140625, - 0.0017137527465820312, - 0.0289306640625, - -0.0330810546875, - -0.0243988037109375, - 0.0017137527465820312, - -0.027984619140625, - 0.035552978515625, - 0.01551055908203125, - -0.0300750732421875, - 0.00897979736328125, - 0.03271484375, - 0.006381988525390625, - -0.0226898193359375, - 0.019378662109375, - -0.019378662109375, - -0.03631591796875, - -0.027984619140625, - -0.00628662109375, - 0.0537109375, - -0.029876708984375, - -0.058624267578125, - -0.0291290283203125, - 0.029693603515625, - -0.00484466552734375, - -0.0364990234375, - -0.04425048828125, - 0.0217437744140625, - -0.02703857421875, - -0.035919189453125, - -0.0330810546875, - -0.032135009765625, - 0.01021575927734375, - -0.01116180419921875, - -0.0216522216796875, - -0.0179595947265625, - 0.006195068359375, - 0.00029850006103515625, - -0.04388427734375, - -0.023162841796875, - 0.027801513671875, - -0.054840087890625, - 0.04595947265625, - -0.0009336471557617188, - 0.007755279541015625, - 0.041229248046875, - 0.06658935546875, - 0.007518768310546875, - 0.027801513671875, - 0.0009336471557617188, - -0.058258056640625, - 0.0215606689453125, - -0.0004935264587402344, - 0.00005984306335449219, - -0.0654296875, - 0.016357421875, - 0.0253448486328125, - -0.05145263671875, - 0.021087646484375, - 0.00225830078125, - 0.00992584228515625, - -0.05560302734375, - -0.00785064697265625, - 0.02099609375, - 0.0077056884765625, - 0.056365966796875, - 0.0157928466796875, - -0.022125244140625, - -0.0003502368927001953, - -0.047454833984375, - 0.041412353515625, - 0.0347900390625, - 0.01219940185546875, - -0.0226898193359375, - 0.01617431640625, - -0.0062408447265625, - -0.03857421875, - -0.011016845703125, - -0.0888671875, - -0.00893402099609375, - 0.021270751953125, - 0.039337158203125, - -0.01168060302734375, - -0.005908966064453125, - -0.058990478515625, - -0.027801513671875, - -0.0172119140625, - 0.02288818359375, - 0.01465606689453125, - 0.0233612060546875, - -0.02392578125, - -0.0024585723876953125, - -0.0082244873046875, - -0.05029296875, - -0.0247802734375, - -0.019195556640625, - 0.028564453125, - 0.0004019737243652344, - -0.0692138671875, - 0.03668212890625, - 0.0081787109375, - -0.010498046875, - 0.0283660888671875, - 0.058258056640625, - -0.04425048828125, - -0.0178680419921875, - 0.01446533203125, - 0.027984619140625, - 0.0003960132598876953, - -0.004207611083984375, - -0.0017023086547851562, - 0.00841522216796875, - 0.0125732421875, - -0.035552978515625, - 0.03289794921875, - 0.032135009765625, - -0.01446533203125, - -0.058990478515625, - -0.031768798828125, - -0.04840087890625, - 0.035919189453125, - -0.02117919921875, - 0.04180908203125, - 0.0184326171875, - -0.021270751953125, - -0.1043701171875, - 0.0650634765625, - -0.0128631591796875, - 0.0302581787109375, - 0.01129913330078125, - -0.020233154296875, - -0.0440673828125, - -0.0419921875, - 0.01139068603515625, - 0.0169219970703125, - -0.060150146484375, - 0.037261962890625, - -0.004253387451171875, - -0.00931549072265625, - 0.00945281982421875, - -0.01739501953125, - 0.007282257080078125, - 0.039154052734375, - 0.002410888671875, - -0.02392578125, - 0.05975341796875, - -0.0657958984375, - 0.0206146240234375, - -0.007755279541015625, - 0.034027099609375, - 0.01522064208984375, - -0.00643157958984375, - -0.031402587890625, - -0.00191497802734375, - 0.0312042236328125, - 0.03424072265625, - -0.0253448486328125, - 0.0016078948974609375, - -0.0168304443359375, - 0.047271728515625, - 0.001270294189453125, - -0.01276397705078125, - 0.011627197265625, - -0.00803375244140625, - -0.0347900390625, - 0.0157012939453125, - -0.047271728515625, - -0.07794189453125, - 0.0006794929504394531, - -0.054840087890625, - -0.01531982421875, - 0.00841522216796875, - 0.0225982666015625, - 0.015411376953125, - -0.0304412841796875, - 0.037445068359375, - 0.0081787109375, - -0.009033203125, - -0.021942138671875, - 0.0253448486328125, - -0.0281829833984375, - 0.041595458984375, - 0.0096435546875, - -0.0125732421875, - 0.016448974609375, - -0.0227813720703125, - -0.01456451416015625, - -0.027618408203125, - 0.0224151611328125, - -0.01503753662109375, - 0.037078857421875, - -0.0457763671875, - 0.007282257080078125, - 0.029876708984375, - 0.0169219970703125, - 0.0201416015625, - -0.02667236328125, - 0.042938232421875, - -0.0157012939453125, - -0.047088623046875, - 0.0095977783203125, - -0.034423828125, - -0.01177215576171875, - 0.0312042236328125, - -0.0264739990234375, - -0.0021266937255859375, - 0.00884246826171875, - 0.028564453125, - 0.0204315185546875, - 0.0198516845703125, - 0.01153564453125, - -0.027618408203125, - -0.00290679931640625, - -0.00643157958984375, - 0.0245819091796875, - 0.0001964569091796875, - 0.03857421875, - -0.0167388916015625, - 0.03271484375, - 0.0077056884765625, - -0.0888671875, - 0.018157958984375, - -0.0170135498046875, - -0.049560546875, - 0.0184326171875, - 0.0540771484375, - 0.039154052734375, - -0.0027065277099609375, - 0.045562744140625, - 0.05712890625, - 0.037445068359375, - 0.0130462646484375, - -0.01456451416015625, - -0.08319091796875, - -0.01314544677734375, - 0.035369873046875, - 0.0300750732421875, - -0.054473876953125, - 0.0465087890625, - 0.054473876953125, - -0.006381988525390625, - 0.0217437744140625, - -0.006572723388671875, - -0.00337982177734375, - 0.0540771484375, - 0.0185394287109375, - 0.034027099609375, - -0.05181884765625, - 0.00595855712890625, - 0.0187225341796875, - -0.007564544677734375, - 0.0011644363403320312, - 0.00522613525390625, - 0.005886077880859375, - 0.044830322265625, - -0.07147216796875, - 0.007518768310546875, - 0.0226898193359375, - 0.05596923828125, - 0.00432586669921875, - -0.020233154296875, - -0.01276397705078125, - 0.0291290283203125, - 0.026092529296875, - -0.004680633544921875, - 0.0186309814453125, - 0.0197601318359375, - -0.0091705322265625, - 0.00475311279296875, - 0.060882568359375, - -0.00180816650390625, - 0.032135009765625, - 0.033294677734375, - -0.03460693359375, - 0.037078857421875, - -0.01474761962890625, - 0.039154052734375, - 0.006145477294921875, - -0.036865234375, - -0.0149383544921875, - -0.033660888671875, - 0.0293121337890625, - 0.001377105712890625, - 0.0364990234375, - 0.0036869049072265625, - -0.028564453125, - -0.0006766319274902344, - 0.0218505859375, - 0.0015840530395507812, - 0.0540771484375, - 0.03082275390625, - 0.01267242431640625, - 0.019195556640625, - 0.0245819091796875, - 0.0224151611328125, - -0.046905517578125, - 0.045013427734375, - -0.02496337890625, - -0.0188140869140625, - -0.04443359375, - -0.01267242431640625, - 0.0007328987121582031, - -0.0281829833984375, - -0.0100250244140625, - -0.051055908203125, - 0.00897979736328125, - -0.01465606689453125, - -0.037261962890625, - 0.0218505859375, - 0.05523681640625, - -0.0306396484375, - 0.01910400390625, - 0.0234527587890625, - -0.005603790283203125, - 0.00992584228515625, - -0.05596923828125, - 0.079833984375, - 0.058258056640625, - 0.0223236083984375, - -0.005767822265625, - -0.01418304443359375, - 0.037261962890625, - 0.006336212158203125, - 0.01026153564453125, - 0.01824951171875, - -0.00019800662994384766, - 0.05560302734375, - 0.0302581787109375, - 0.01219940185546875, - -0.05029296875, - 0.0281829833984375, - 0.00742340087890625, - -0.036865234375, - 0.0179595947265625, - 0.013427734375, - 0.00921630859375, - -0.02685546875, - -0.01007080078125, - -0.0225067138671875, - -0.04254150390625, - 0.05596923828125, - -0.037445068359375, - -0.0217437744140625, - 0.015411376953125, - -0.043487548828125, - 0.031951904296875, - 0.0179595947265625, - 0.04840087890625, - -0.0283660888671875, - 0.049560546875, - -0.0274200439453125, - 0.0149383544921875, - 0.006809234619140625, - 0.035552978515625, - -0.025909423828125, - 0.0616455078125, - -0.037811279296875, - 0.05560302734375, - 0.0196685791015625, - -0.0204315185546875, - -0.035186767578125, - -0.0095977783203125, - 0.0172119140625, - 0.0004551410675048828, - 0.03839111328125, - -0.04595947265625, - 0.0039005279541015625, - 0.00337982177734375, - 0.050689697265625, - 0.0482177734375, - -0.019012451171875, - -0.00045800209045410156, - 0.00974273681640625, - -0.0008630752563476562, - -0.01139068603515625, - -0.0025882720947265625 - ], - "metadata": { - "domains": [ - "ics-forensics", - "malware-analysis" - ], - "phases": [ - "analysis" - ], - "tags": [ - "firmware", - "automation" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, - { - "id": "tool_Android_Studio", - "type": "tool", - "name": "Android Studio", - "content": "android studio offizielle ide von google für die android‑entwicklung, basierend auf jetbrains intellij idea. integriert ein flexibles gradle‑buildsystem, jetpack‑compose‑designer, geräte‑emulator, profiler und debugging‑tools, um mobile apps effizient zu erstellen, zu testen und zu analysieren – auch für forensische re‑packaging‑ oder malware‑analysen von apks. ide android emulator debugging mobile-forensics malware-analysis examination analysis", - "embedding": [ - -0.0266265869140625, - 0.01016998291015625, - 0.038177490234375, - 0.009857177734375, - 0.0011157989501953125, - 0.01517486572265625, - 0.045196533203125, - 0.0295257568359375, - 0.00498199462890625, - 0.00701904296875, - -0.0174407958984375, - 0.07061767578125, - -0.0086212158203125, - 0.0094451904296875, - -0.0394287109375, - 0.039215087890625, - -0.004825592041015625, - 0.0251922607421875, - -0.0186767578125, - 0.01233673095703125, - -0.0212554931640625, - -0.04150390625, - -0.046875, - -0.01971435546875, - -0.0086669921875, - 0.0301361083984375, - -0.0295257568359375, - -0.06524658203125, - -0.0295257568359375, - -0.0311737060546875, - 0.031585693359375, - -0.0184783935546875, - -0.0187835693359375, - 0.0309600830078125, - 0.0104217529296875, - -0.004154205322265625, - 0.01248931884765625, - -0.04150390625, - -0.0276641845703125, - 0.03076171875, - 0.035491943359375, - -0.002941131591796875, - 0.036956787109375, - 0.020233154296875, - -0.01641845703125, - -0.0238494873046875, - -0.00479888916015625, - -0.0152740478515625, - 0.0211639404296875, - -0.0139312744140625, - 0.042938232421875, - 0.0114593505859375, - 0.03717041015625, - -0.0002048015594482422, - -0.0157928466796875, - 0.039642333984375, - 0.0258026123046875, - -0.04107666015625, - -0.06732177734375, - 0.033233642578125, - -0.03717041015625, - -0.0136260986328125, - 0.005523681640625, - -0.009033203125, - -0.01305389404296875, - 0.0258026123046875, - 0.01558685302734375, - -0.0313720703125, - -0.012847900390625, - 0.005443572998046875, - 0.002567291259765625, - -0.0032253265380859375, - -0.0101165771484375, - 0.078857421875, - -0.0189971923828125, - -0.04437255859375, - -0.00572967529296875, - -0.004207611083984375, - 0.01476287841796875, - 0.004901885986328125, - -0.040252685546875, - 0.00815582275390625, - 0.062744140625, - -0.0086212158203125, - -0.00588226318359375, - 0.01192474365234375, - 0.01702880859375, - 0.00939178466796875, - 0.0203399658203125, - 0.0247650146484375, - 0.048309326171875, - -0.0251922607421875, - 0.016510009765625, - -0.013519287109375, - 0.0303497314453125, - 0.04150390625, - -0.0252838134765625, - -0.014556884765625, - -0.006504058837890625, - 0.032196044921875, - -0.00621795654296875, - 0.016510009765625, - 0.08258056640625, - 0.0015869140625, - 0.022705078125, - -0.04376220703125, - 0.00014352798461914062, - 0.01424407958984375, - -0.0117645263671875, - -0.01517486572265625, - -0.09539794921875, - -0.044189453125, - -0.046875, - -0.05615234375, - -0.00225830078125, - 0.004619598388671875, - -0.01088714599609375, - 0.038604736328125, - -0.072265625, - -0.0313720703125, - 0.005962371826171875, - 0.038177490234375, - 0.0026187896728515625, - 0.0231170654296875, - -0.02569580078125, - -0.03778076171875, - -0.004543304443359375, - 0.029937744140625, - -0.04437255859375, - -0.033447265625, - -0.01476287841796875, - -0.05120849609375, - -0.00980377197265625, - -0.0244598388671875, - 0.003108978271484375, - -0.034881591796875, - 0.06768798828125, - 0.01114654541015625, - -0.0027484893798828125, - 0.00701904296875, - 0.01073455810546875, - -0.037994384765625, - -0.056976318359375, - 0.01837158203125, - -0.006320953369140625, - 0.0014123916625976562, - -0.01476287841796875, - 0.038177490234375, - -0.032196044921875, - -0.02911376953125, - -0.01155853271484375, - 0.00330352783203125, - 0.05120849609375, - 0.0072784423828125, - -0.017242431640625, - -0.034881591796875, - -0.00836181640625, - -0.009185791015625, - 0.043365478515625, - -0.0236358642578125, - -0.05615234375, - 0.019195556640625, - -0.0194091796875, - 0.001316070556640625, - -0.0152740478515625, - -0.0211639404296875, - 0.0016260147094726562, - -0.0026836395263671875, - 0.021575927734375, - -0.004207611083984375, - 0.01372528076171875, - -0.0149688720703125, - 0.044189453125, - 0.045196533203125, - 0.003108978271484375, - 0.0361328125, - -0.012542724609375, - 0.0072784423828125, - 0.0204315185546875, - 0.01104736328125, - -0.025604248046875, - -0.00487518310546875, - 0.04852294921875, - 0.0328369140625, - 0.02703857421875, - -0.019500732421875, - -0.040863037109375, - -0.020538330078125, - -0.036529541015625, - 0.03448486328125, - -0.039642333984375, - -0.00384521484375, - -0.01558685302734375, - 0.038604736328125, - 0.0005578994750976562, - 0.05450439453125, - 0.0309600830078125, - -0.0203399658203125, - 0.0198211669921875, - -0.0171356201171875, - 0.01413726806640625, - 0.029937744140625, - 0.03839111328125, - 0.035919189453125, - -0.00970458984375, - 0.02703857421875, - 0.0144500732421875, - 0.0174407958984375, - -0.007793426513671875, - -0.0194091796875, - -0.021881103515625, - 0.02001953125, - -0.004154205322265625, - -0.03076171875, - -0.024566650390625, - -0.0394287109375, - 0.024261474609375, - -0.0152740478515625, - -0.007381439208984375, - -0.0213623046875, - -0.005859375, - -0.03448486328125, - -0.013214111328125, - 0.0244598388671875, - -0.00640106201171875, - 0.015380859375, - 0.0501708984375, - -0.0274505615234375, - -0.017547607421875, - 0.00887298583984375, - -0.006656646728515625, - 0.0328369140625, - 0.0015544891357421875, - 0.00606536865234375, - -0.025604248046875, - -0.014556884765625, - 0.024871826171875, - 0.0254974365234375, - 0.047271728515625, - 0.006862640380859375, - -0.0152740478515625, - 0.02642822265625, - -0.00882720947265625, - 0.044586181640625, - 0.033447265625, - -0.036956787109375, - -0.00939178466796875, - 0.013214111328125, - 0.0251922607421875, - 0.060272216796875, - -0.0301361083984375, - 0.0038700103759765625, - -0.06396484375, - 0.00330352783203125, - -0.053253173828125, - -0.035491943359375, - -0.014556884765625, - -0.04644775390625, - 0.06317138671875, - -0.052215576171875, - -0.0254974365234375, - -0.00313568115234375, - 0.02703857421875, - 0.006916046142578125, - 0.019195556640625, - 0.027862548828125, - -0.0540771484375, - 0.00965118408203125, - 0.05181884765625, - 0.0169219970703125, - -0.005985260009765625, - -0.00923919677734375, - 0.00815582275390625, - 0.005832672119140625, - 0.002193450927734375, - -0.0157928466796875, - 0.01073455810546875, - 0.0169219970703125, - 0.033447265625, - 0.01342010498046875, - -0.0241546630859375, - 0.0309600830078125, - 0.034881591796875, - 0.0095977783203125, - -0.0266265869140625, - -0.044189453125, - 0.007381439208984375, - 0.0186767578125, - -0.0030574798583984375, - -0.037994384765625, - -0.03179931640625, - 0.048095703125, - 0.033843994140625, - 0.0241546630859375, - 0.0276641845703125, - -0.049957275390625, - -0.00521087646484375, - 0.0244598388671875, - -0.0198211669921875, - 0.036956787109375, - 0.04541015625, - 0.0010833740234375, - -0.00363922119140625, - 0.02642822265625, - 0.008514404296875, - -0.03448486328125, - -0.02972412109375, - -0.02642822265625, - 0.0222930908203125, - -0.053680419921875, - -0.0340576171875, - 0.0131072998046875, - -0.0149688720703125, - 0.006862640380859375, - 0.01140594482421875, - -0.01465606689453125, - -0.019500732421875, - -0.03717041015625, - 0.0107879638671875, - -0.052215576171875, - -0.0181732177734375, - -0.0244598388671875, - 0.06524658203125, - 0.00498199462890625, - 0.003238677978515625, - -0.0067596435546875, - -0.05450439453125, - -0.04437255859375, - 0.0167236328125, - -0.019927978515625, - -0.01021575927734375, - 0.0174407958984375, - 0.04974365234375, - 0.028076171875, - 0.01424407958984375, - 0.01837158203125, - 0.09576416015625, - 0.042327880859375, - -0.0036640167236328125, - -0.0186767578125, - 0.005420684814453125, - 0.0244598388671875, - 0.01316070556640625, - -0.042510986328125, - -0.041290283203125, - 0.0020771026611328125, - -0.028900146484375, - 0.0236358642578125, - -0.01166534423828125, - 0.0328369140625, - 0.03179931640625, - -0.0193023681640625, - -0.007328033447265625, - 0.04376220703125, - -0.0026187896728515625, - 0.08837890625, - -0.0261077880859375, - -0.04376220703125, - -0.035919189453125, - 0.040252685546875, - -0.03509521484375, - 0.01290130615234375, - 0.020843505859375, - 0.0107879638671875, - 0.006191253662109375, - 0.043548583984375, - -0.027252197265625, - 0.0217742919921875, - 0.01305389404296875, - -0.0152740478515625, - 0.0163116455078125, - -0.005962371826171875, - -0.004180908203125, - 0.03302001953125, - 0.0266265869140625, - 0.017852783203125, - 0.0240478515625, - -0.0166168212890625, - 0.004180908203125, - -0.0276641845703125, - -0.02105712890625, - 0.00949859619140625, - 0.044189453125, - 0.0251922607421875, - 0.03466796875, - -0.03240966796875, - -0.04437255859375, - 0.0014514923095703125, - -0.0190887451171875, - 0.100341796875, - 0.034881591796875, - 0.0251922607421875, - 0.0176544189453125, - -0.0263214111328125, - 0.01058197021484375, - -0.0009098052978515625, - 0.0174407958984375, - 0.047698974609375, - 0.060272216796875, - 0.04046630859375, - 0.00970458984375, - -0.050384521484375, - 0.0244598388671875, - 0.03448486328125, - 0.02703857421875, - 0.0007452964782714844, - 0.04437255859375, - 0.01088714599609375, - 0.0213623046875, - -0.0102691650390625, - 0.0460205078125, - 0.0186767578125, - 0.00505828857421875, - 0.0276641845703125, - -0.02105712890625, - -0.01435089111328125, - -0.04437255859375, - 0.002941131591796875, - 0.02001953125, - 0.026214599609375, - 0.01641845703125, - 0.00614166259765625, - -0.033233642578125, - -0.008514404296875, - 0.049530029296875, - -0.05242919921875, - 0.0074310302734375, - 0.0309600830078125, - -0.030548095703125, - 0.01558685302734375, - -0.038818359375, - -0.038818359375, - 0.012847900390625, - -0.0159912109375, - -0.06646728515625, - 0.026214599609375, - 0.0233306884765625, - -0.042724609375, - -0.033233642578125, - -0.031585693359375, - 0.007793426513671875, - -0.00830841064453125, - 0.001605987548828125, - 0.034881591796875, - 0.0005869865417480469, - -0.009857177734375, - 0.0301361083984375, - 0.040679931640625, - -0.00748443603515625, - -0.044189453125, - 0.03448486328125, - -0.012542724609375, - -0.03240966796875, - 0.0174407958984375, - 0.020538330078125, - 0.0181732177734375, - -0.0474853515625, - 0.0013284683227539062, - -0.004413604736328125, - 0.0190887451171875, - 0.01548004150390625, - 0.0186767578125, - -0.004360198974609375, - -0.0340576171875, - -0.05450439453125, - 0.04705810546875, - 0.037994384765625, - 0.020538330078125, - -0.040863037109375, - -0.048309326171875, - 0.0139312744140625, - -0.047698974609375, - -0.021881103515625, - -0.0222930908203125, - 0.035491943359375, - -0.0268402099609375, - 0.0615234375, - 0.020843505859375, - -0.00965118408203125, - -0.001857757568359375, - 0.061920166015625, - -0.0092926025390625, - 0.02703857421875, - -0.051605224609375, - 0.084228515625, - 0.043975830078125, - -0.0367431640625, - -0.046661376953125, - 0.0239410400390625, - -0.01171875, - 0.049346923828125, - -0.057403564453125, - -0.0239410400390625, - -0.01104736328125, - -0.05615234375, - -0.028076171875, - -0.045623779296875, - 0.00020802021026611328, - -0.040679931640625, - 0.021881103515625, - 0.0274505615234375, - -0.01171875, - 0.0460205078125, - 0.02642822265625, - 0.014556884765625, - 0.030548095703125, - -0.007122039794921875, - -0.0052642822265625, - -0.00836181640625, - -0.045013427734375, - -0.0234375, - -0.020233154296875, - 0.03570556640625, - -0.015380859375, - -0.0015287399291992188, - -0.0025424957275390625, - -0.0016002655029296875, - 0.05450439453125, - -0.014556884765625, - 0.005496978759765625, - -0.022918701171875, - -0.0394287109375, - -0.0260162353515625, - -0.0260162353515625, - -0.006862640380859375, - 0.028076171875, - -0.028076171875, - 0.0295257568359375, - 0.06109619140625, - -0.061920166015625, - 0.002323150634765625, - 0.0201263427734375, - -0.0181732177734375, - 0.0212554931640625, - -0.00681304931640625, - -0.007381439208984375, - -0.015380859375, - -0.0016002655029296875, - -0.031982421875, - -0.05780029296875, - -0.056976318359375, - 0.037353515625, - -0.028900146484375, - -0.01068115234375, - -0.031982421875, - -0.039642333984375, - -0.052642822265625, - -0.0015544891357421875, - 0.047882080078125, - 0.01372528076171875, - 0.0113525390625, - -0.0204315185546875, - -0.04376220703125, - -0.001148223876953125, - -0.0284881591796875, - 0.032196044921875, - -0.0268402099609375, - 0.01806640625, - 0.0260162353515625, - -0.040863037109375, - -0.0004031658172607422, - 0.008514404296875, - 0.042938232421875, - 0.038604736328125, - 0.050567626953125, - -0.0209503173828125, - 0.02703857421875, - -0.00412750244140625, - -0.012176513671875, - -0.0066070556640625, - -0.005985260009765625, - 0.0196075439453125, - -0.030548095703125, - -0.01274871826171875, - 0.01248931884765625, - 0.006504058837890625, - -0.01274871826171875, - 0.003742218017578125, - -0.05078125, - 0.028076171875, - 0.0231170654296875, - 0.042327880859375, - -0.04376220703125, - -0.0258026123046875, - -0.03076171875, - 0.00991058349609375, - 0.031982421875, - 0.0217742919921875, - -0.00815582275390625, - -0.0201263427734375, - -0.0169219970703125, - 0.032196044921875, - 0.014862060546875, - -0.0421142578125, - -0.031585693359375, - 0.032623291015625, - 0.046234130859375, - 0.05120849609375, - 0.00554656982421875, - 0.07098388671875, - 0.0276641845703125, - -0.0110931396484375, - 0.013214111328125, - 0.0648193359375, - 0.036529541015625, - -0.036529541015625, - -0.0513916015625, - 0.017852783203125, - 0.0030956268310546875, - -0.027252197265625, - -0.056976318359375, - 0.0198211669921875, - 0.04168701171875, - -0.05987548828125, - -0.00872039794921875, - -0.01166534423828125, - -0.00487518310546875, - -0.025604248046875, - 0.023529052734375, - -0.0104217529296875, - -0.0017805099487304688, - 0.0079498291015625, - -0.05120849609375, - -0.0198211669921875, - -0.01032257080078125, - 0.0340576171875, - 0.049957275390625, - 0.0086669921875, - -0.02972412109375, - 0.02642822265625, - 0.02703857421875, - 0.0287017822265625, - 0.005496978759765625, - 0.0247650146484375, - -0.0016775131225585938, - 0.0447998046875, - 0.0225982666015625, - 0.049957275390625, - -0.028900146484375, - -0.0261077880859375, - 0.0109405517578125, - 0.0238494873046875, - 0.0179595947265625, - 0.03179931640625, - -0.011871337890625, - 0.00830841064453125, - -0.036529541015625, - -0.0501708984375, - 0.004852294921875, - 0.0136260986328125, - -0.006450653076171875, - -0.043365478515625, - -0.041290283203125, - 0.007793426513671875, - -0.0615234375, - 0.03240966796875, - 0.0171356201171875, - -0.009033203125, - -0.0128021240234375, - 0.02911376953125, - -0.0012187957763671875, - -0.0287017822265625, - 0.0168304443359375, - 0.005443572998046875, - -0.0045928955078125, - -0.0540771484375, - -0.040863037109375, - 0.025604248046875, - 0.005908966064453125, - -0.0833740234375, - -0.0236358642578125, - 0.0266265869140625, - -0.0166168212890625, - -0.0189971923828125, - -0.03509521484375, - 0.0169219970703125, - -0.001232147216796875, - -0.0252838134765625, - -0.03302001953125, - -0.00681304931640625, - -0.01383209228515625, - -0.0181732177734375, - 0.0258026123046875, - -0.016510009765625, - -0.0311737060546875, - 0.012847900390625, - -0.038177490234375, - -0.023223876953125, - 0.042724609375, - -0.041290283203125, - 0.036956787109375, - 0.01084136962890625, - -0.023529052734375, - 0.036346435546875, - 0.0361328125, - 0.019927978515625, - 0.00518798828125, - -0.00479888916015625, - -0.050567626953125, - -0.0012187957763671875, - -0.00980377197265625, - 0.0212554931640625, - -0.0635986328125, - 0.01702880859375, - 0.0743408203125, - -0.09783935546875, - 0.0160980224609375, - 0.027862548828125, - -0.036529541015625, - -0.03778076171875, - -0.003742218017578125, - 0.0022068023681640625, - 0.01413726806640625, - 0.07763671875, - 0.00196075439453125, - -0.019195556640625, - 0.0010519027709960938, - -0.05120849609375, - 0.04541015625, - 0.0092926025390625, - 0.022705078125, - -0.059051513671875, - 0.005031585693359375, - 0.02001953125, - 0.0107879638671875, - 0.007381439208984375, - -0.06439208984375, - 0.0136260986328125, - 0.014556884765625, - 0.01435089111328125, - 0.00681304931640625, - -0.01558685302734375, - -0.0225982666015625, - -0.0186767578125, - -0.0254974365234375, - 0.0282745361328125, - 0.0246734619140625, - -0.007328033447265625, - -0.0309600830078125, - -0.0092926025390625, - 0.0024127960205078125, - -0.039215087890625, - -0.028900146484375, - -0.032623291015625, - 0.059051513671875, - 0.0038700103759765625, - -0.04913330078125, - 0.0287017822265625, - -0.00405120849609375, - 0.0160980224609375, - 0.0214691162109375, - 0.051605224609375, - -0.0247650146484375, - 0.00337982177734375, - -0.022918701171875, - 0.0295257568359375, - -0.00014913082122802734, - 0.01222991943359375, - -0.0079498291015625, - 0.0276641845703125, - 0.002864837646484375, - -0.0225982666015625, - 0.037353515625, - 0.03076171875, - -0.008209228515625, - -0.065673828125, - -0.007534027099609375, - -0.07098388671875, - 0.03570556640625, - -0.007587432861328125, - 0.043975830078125, - 0.037353515625, - -0.0140380859375, - -0.097412109375, - 0.02239990234375, - -0.033447265625, - 0.031585693359375, - 0.0174407958984375, - -0.0184783935546875, - -0.089599609375, - -0.0252838134765625, - -0.0287017822265625, - 0.01837158203125, - -0.027862548828125, - 0.043365478515625, - -0.005107879638671875, - 0.01806640625, - 0.03179931640625, - -0.0167236328125, - -0.013519287109375, - 0.06854248046875, - 0.0034580230712890625, - -0.0293121337890625, - 0.047698974609375, - -0.048309326171875, - 0.007740020751953125, - -0.027862548828125, - 0.0246734619140625, - 0.023529052734375, - -0.00279998779296875, - -0.0179595947265625, - -0.01558685302734375, - 0.03717041015625, - 0.0635986328125, - -0.036956787109375, - 0.0179595947265625, - -0.03778076171875, - 0.01016998291015625, - 0.007328033447265625, - -0.0160980224609375, - -0.0212554931640625, - 0.012542724609375, - -0.0648193359375, - 0.015380859375, - -0.0421142578125, - -0.09246826171875, - -0.025909423828125, - -0.0181732177734375, - -0.0117645263671875, - 0.0022716522216796875, - -0.0013418197631835938, - 0.02703857421875, - -0.023223876953125, - 0.0293121337890625, - 0.00431060791015625, - -0.01372528076171875, - 0.0004096031188964844, - 0.017242431640625, - -0.031982421875, - 0.0276641845703125, - -0.0074310302734375, - -0.053680419921875, - 0.0217742919921875, - -0.0167236328125, - 0.007587432861328125, - -0.00433349609375, - 0.00939178466796875, - 0.0086669921875, - 0.021575927734375, - -0.0833740234375, - -0.046661376953125, - 0.0018968582153320312, - 0.046234130859375, - 0.033447265625, - -0.01372528076171875, - 0.04437255859375, - -0.003612518310546875, - -0.05120849609375, - -0.01166534423828125, - -0.015380859375, - -0.0274505615234375, - -0.0328369140625, - -0.010528564453125, - -0.015380859375, - 0.0087738037109375, - 0.05615234375, - 0.037994384765625, - 0.0241546630859375, - -0.006450653076171875, - -0.027862548828125, - 0.017242431640625, - -0.016204833984375, - 0.059051513671875, - 0.0219879150390625, - 0.033660888671875, - -0.0311737060546875, - 0.0008645057678222656, - -0.00446319580078125, - -0.08795166015625, - 0.004669189453125, - -0.025604248046875, - -0.04644775390625, - 0.0196075439453125, - 0.0767822265625, - 0.039215087890625, - 0.0035343170166015625, - 0.04315185546875, - 0.0311737060546875, - 0.043365478515625, - -0.00954437255859375, - -0.035491943359375, - -0.053253173828125, - -0.014556884765625, - 0.021575927734375, - 0.0311737060546875, - -0.0743408203125, - 0.0211639404296875, - 0.0528564453125, - -0.001605987548828125, - 0.0194091796875, - -0.0252838134765625, - 0.00025153160095214844, - 0.0035610198974609375, - -0.005340576171875, - -0.0168304443359375, - -0.04974365234375, - -0.00830841064453125, - 0.01129913330078125, - 0.02435302734375, - -0.0266265869140625, - -0.0026187896728515625, - -0.01084136962890625, - 0.014556884765625, - -0.041900634765625, - 0.00696563720703125, - -0.007534027099609375, - 0.07513427734375, - 0.016204833984375, - -0.0266265869140625, - -0.0251922607421875, - 0.031585693359375, - 0.0193023681640625, - -0.0231170654296875, - 0.00763702392578125, - 0.01300811767578125, - -0.0008096694946289062, - 0.037567138671875, - 0.0244598388671875, - 0.0284881591796875, - 0.060272216796875, - 0.01197052001953125, - -0.035491943359375, - 0.008209228515625, - 0.00446319580078125, - 0.0157928466796875, - -0.00518798828125, - -0.016204833984375, - -0.011871337890625, - -0.049346923828125, - 0.0394287109375, - 0.0261077880859375, - 0.044189453125, - -0.00846099853515625, - 0.0021038055419921875, - -0.0460205078125, - -0.00965118408203125, - 0.037994384765625, - 0.01088714599609375, - 0.03302001953125, - 0.019195556640625, - 0.0167236328125, - -0.0176544189453125, - 0.01331329345703125, - -0.037353515625, - -0.01125335693359375, - -0.0261077880859375, - -0.019927978515625, - -0.059051513671875, - -0.008209228515625, - 0.0166168212890625, - -0.02911376953125, - 0.01342010498046875, - -0.003200531005859375, - -0.0010900497436523438, - -0.009185791015625, - -0.050567626953125, - -0.0258026123046875, - 0.0582275390625, - -0.043548583984375, - 0.0013027191162109375, - 0.024871826171875, - 0.0030841827392578125, - 0.019500732421875, - -0.0086669921875, - 0.060699462890625, - 0.019195556640625, - 0.038177490234375, - 0.0009675025939941406, - 0.0182647705078125, - 0.02508544921875, - -0.0074310302734375, - 0.0025539398193359375, - 0.04315185546875, - -0.03839111328125, - 0.0301361083984375, - 0.0295257568359375, - -0.0176544189453125, - -0.040679931640625, - 0.01316070556640625, - -0.0052642822265625, - -0.03778076171875, - 0.031585693359375, - 0.006916046142578125, - 0.0189971923828125, - 0.01568603515625, - -0.00954437255859375, - -0.02508544921875, - -0.084228515625, - 0.048919677734375, - 0.033233642578125, - 0.0193023681640625, - 0.033843994140625, - -0.0635986328125, - 0.037353515625, - -0.005779266357421875, - 0.055328369140625, - -0.035308837890625, - 0.06976318359375, - -0.01233673095703125, - -0.01424407958984375, - -0.0022068023681640625, - 0.01259613037109375, - -0.0284881591796875, - 0.003742218017578125, - -0.037353515625, - 0.040252685546875, - 0.0194091796875, - -0.0501708984375, - -0.0833740234375, - -0.028076171875, - 0.004543304443359375, - -0.01568603515625, - 0.045196533203125, - -0.053253173828125, - -0.04583740234375, - -0.0193023681640625, - 0.036956787109375, - 0.03717041015625, - 0.01702880859375, - 0.0089263916015625, - -0.0206451416015625, - 0.00872039794921875, - -0.020233154296875, - -0.00640106201171875 - ], - "metadata": { - "domains": [ - "mobile-forensics", - "malware-analysis" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "ide", - "android", - "emulator", - "debugging" - ], - "skillLevel": "intermediate", - "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. command-line 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.02349853515625, - 0.036102294921875, - 0.044219970703125, - -0.0071258544921875, - 0.042572021484375, - 0.0210113525390625, - 0.01055145263671875, - 0.010040283203125, - -0.0043487548828125, - -0.0082855224609375, - -0.036285400390625, - 0.06591796875, - 0.01342010498046875, - -0.02008056640625, - -0.06439208984375, - 0.0126800537109375, - -0.00952911376953125, - 0.008514404296875, - -0.004489898681640625, - 0.004070281982421875, - -0.02886962890625, - -0.01416015625, - -0.038299560546875, - 0.0268402099609375, - -0.0159149169921875, - 0.0447998046875, - -0.0057373046875, - -0.0562744140625, - -0.01369476318359375, - 0.007450103759765625, - 0.006107330322265625, - -0.0157318115234375, - -0.0089263916015625, - 0.042938232421875, - 0.014434814453125, - -0.036834716796875, - 0.0099945068359375, - -0.054779052734375, - -0.042938232421875, - 0.04681396484375, - -0.01517486572265625, - 0.0298004150390625, - 0.016937255859375, - 0.006938934326171875, - -0.05218505859375, - -0.0163726806640625, - 0.0192413330078125, - 0.005504608154296875, - 0.0298004150390625, - -0.0236053466796875, - 0.038482666015625, - 0.038482666015625, - 0.0034236907958984375, - 0.001087188720703125, - -0.05108642578125, - 0.01332855224609375, - 0.0217437744140625, - -0.0087432861328125, - -0.037384033203125, - 0.036285400390625, - -0.055145263671875, - -0.025909423828125, - 0.016571044921875, - -0.01239776611328125, - -0.007080078125, - 0.020355224609375, - -0.0249786376953125, - -0.03460693359375, - 0.0208282470703125, - 0.022491455078125, - 0.0020599365234375, - 0.0043487548828125, - -0.0268402099609375, - 0.04443359375, - -0.01068878173828125, - -0.054046630859375, - -0.01369476318359375, - 0.02239990234375, - -0.031280517578125, - -0.01068878173828125, - -0.057373046875, - -0.0034008026123046875, - 0.0272064208984375, - -0.02923583984375, - -0.036468505859375, - 0.01194000244140625, - 0.0273895263671875, - 0.0102691650390625, - -0.023223876953125, - -0.0011911392211914062, - 0.01535797119140625, - 0.0008444786071777344, - 0.010040283203125, - -0.005481719970703125, - 0.04443359375, - 0.049591064453125, - 0.0013589859008789062, - 0.0019779205322265625, - -0.0160064697265625, - 0.0307159423828125, - 0.0191497802734375, - -0.04461669921875, - 0.06884765625, - -0.01031494140625, - 0.00911712646484375, - -0.025726318359375, - -0.00244140625, - -0.020263671875, - -0.002162933349609375, - -0.031463623046875, - -0.114013671875, - -0.0211944580078125, - -0.0026493072509765625, - -0.038299560546875, - -0.02239990234375, - -0.0162811279296875, - -0.010040283203125, - 0.056640625, - -0.047393798828125, - -0.03533935546875, - 0.042205810546875, - 0.00279998779296875, - -0.01129150390625, - -0.0070343017578125, - -0.061431884765625, - -0.048492431640625, - 0.0018625259399414062, - 0.0394287109375, - -0.0247955322265625, - -0.0206298828125, - -0.01194000244140625, - -0.0186920166015625, - -0.008880615234375, - -0.00643157958984375, - -0.00800323486328125, - -0.031097412109375, - 0.03350830078125, - 0.01087188720703125, - -0.00920867919921875, - 0.01535797119140625, - 0.025543212890625, - -0.01100921630859375, - -0.0699462890625, - 0.0082855224609375, - -0.042388916015625, - -0.0249786376953125, - -0.03387451171875, - 0.032562255859375, - -0.0264739990234375, - -0.01971435546875, - -0.01082611083984375, - 0.031646728515625, - 0.047210693359375, - 0.0035858154296875, - 0.0296173095703125, - -0.0469970703125, - 0.0182342529296875, - -0.01239776611328125, - 0.016571044921875, - -0.0157318115234375, - -0.006801605224609375, - 0.00902557373046875, - -0.0015039443969726562, - 0.0209197998046875, - -0.00939178466796875, - -0.047393798828125, - -0.006710052490234375, - 0.0298004150390625, - -0.00948333740234375, - 0.0103607177734375, - 0.020538330078125, - -0.02923583984375, - 0.05218505859375, - 0.061431884765625, - -0.0127716064453125, - 0.048126220703125, - -0.0002675056457519531, - -0.02813720703125, - 0.0268402099609375, - 0.0212860107421875, - -0.00174713134765625, - 0.00504302978515625, - 0.045166015625, - 0.0003108978271484375, - 0.0244293212890625, - -0.00485992431640625, - -0.036102294921875, - 0.0087432861328125, - -0.02008056640625, - 0.043853759765625, - -0.037933349609375, - -0.026092529296875, - -0.01194000244140625, - 0.06329345703125, - 0.02813720703125, - 0.0394287109375, - 0.0333251953125, - -0.0187835693359375, - 0.03424072265625, - 0.0184173583984375, - 0.0272064208984375, - 0.04644775390625, - 0.0022678375244140625, - 0.053314208984375, - 0.023223876953125, - 0.017578125, - -0.00962066650390625, - 0.026275634765625, - -0.0018968582153320312, - 0.0003688335418701172, - -0.0050201416015625, - 0.054046630859375, - -0.0279541015625, - -0.01499176025390625, - -0.05181884765625, - -0.036651611328125, - 0.00818634033203125, - -0.00930023193359375, - 0.01360321044921875, - 0.0215606689453125, - 0.0070343017578125, - -0.07330322265625, - -0.006198883056640625, - 0.0048370361328125, - -0.01087188720703125, - 0.0340576171875, - 0.0275726318359375, - -0.01416015625, - -0.0249786376953125, - 0.0117034912109375, - 0.0296173095703125, - 0.003215789794921875, - -0.0018739700317382812, - -0.00566864013671875, - -0.0019083023071289062, - -0.01129150390625, - 0.07293701171875, - 0.023406982421875, - 0.043670654296875, - 0.0126800537109375, - -0.031280517578125, - 0.0208282470703125, - -0.022674560546875, - 0.01517486572265625, - 0.042938232421875, - -0.02313232421875, - 0.01059722900390625, - -0.002567291259765625, - 0.0160064697265625, - 0.048858642578125, - -0.057373046875, - 0.00809478759765625, - -0.0703125, - 0.01535797119140625, - -0.055908203125, - -0.0145263671875, - -0.0298004150390625, - -0.03387451171875, - 0.049591064453125, - -0.037384033203125, - -0.025177001953125, - 0.005924224853515625, - -0.00643157958984375, - 0.0100860595703125, - 0.048492431640625, - 0.00174713134765625, - -0.0219268798828125, - -0.004718780517578125, - 0.07958984375, - -0.0051116943359375, - -0.0056915283203125, - -0.0101318359375, - 0.0162811279296875, - -0.0184173583984375, - 0.036834716796875, - -0.043487548828125, - 0.00897979736328125, - 0.04461669921875, - -0.0015735626220703125, - 0.02239990234375, - -0.0156402587890625, - 0.0145263671875, - -0.0113372802734375, - 0.0206298828125, - -0.031829833984375, - 0.00930023193359375, - -0.00414276123046875, - 0.0022792816162109375, - -0.01360321044921875, - -0.037200927734375, - 0.005527496337890625, - 0.0562744140625, - 0.00508880615234375, - -0.01059722900390625, - -0.00994873046875, - -0.02313232421875, - 0.0099029541015625, - 0.01203155517578125, - 0.0042572021484375, - 0.032196044921875, - 0.053680419921875, - -0.0286865234375, - -0.01953125, - 0.006664276123046875, - 0.032958984375, - -0.04644775390625, - -0.03570556640625, - -0.0179595947265625, - 0.0007634162902832031, - -0.03350830078125, - -0.00499725341796875, - 0.004302978515625, - -0.0303497314453125, - 0.0286865234375, - -0.016754150390625, - -0.0005669593811035156, - -0.0286865234375, - -0.037200927734375, - 0.0181427001953125, - -0.0097198486328125, - -0.047760009765625, - -0.00920867919921875, - 0.03887939453125, - 0.0130462646484375, - 0.0160980224609375, - -0.01953125, - 0.0015611648559570312, - -0.043121337890625, - 0.0126800537109375, - -0.0127716064453125, - 0.0113372802734375, - -0.038116455078125, - 0.0562744140625, - 0.042205810546875, - 0.01508331298828125, - 0.0186920166015625, - 0.0562744140625, - 0.03350830078125, - 0.01702880859375, - -0.00962066650390625, - 0.0008211135864257812, - 0.000453948974609375, - 0.02886962890625, - -0.0130462646484375, - -0.03515625, - -0.01221466064453125, - -0.008697509765625, - 0.0005784034729003906, - 0.020172119140625, - 0.042205810546875, - 0.037384033203125, - -0.011474609375, - 0.00437164306640625, - 0.05810546875, - 0.0023708343505859375, - 0.10809326171875, - -0.01535797119140625, - -0.048492431640625, - 0.0240631103515625, - 0.0305328369140625, - -0.0159149169921875, - -0.017486572265625, - 0.0386962890625, - 0.0340576171875, - 0.01221466064453125, - 0.0164794921875, - -0.006710052490234375, - 0.04443359375, - -0.03515625, - -0.006061553955078125, - -0.0083770751953125, - -0.026092529296875, - 0.030914306640625, - 0.025909423828125, - 0.0158233642578125, - 0.00043082237243652344, - 0.03497314453125, - -0.0390625, - -0.014251708984375, - -0.0185089111328125, - -0.06182861328125, - 0.016937255859375, - 0.0191497802734375, - 0.00437164306640625, - 0.0577392578125, - -0.026275634765625, - -0.054412841796875, - 0.0049285888671875, - -0.032196044921875, - 0.0673828125, - 0.0469970703125, - 0.01129150390625, - 0.0186920166015625, - -0.0127716064453125, - -0.0013704299926757812, - 0.0249786376953125, - 0.01387786865234375, - 0.0192413330078125, - 0.05035400390625, - 0.03887939453125, - 0.0030994415283203125, - -0.048126220703125, - 0.0125885009765625, - 0.04644775390625, - 0.0244293212890625, - -0.0273895263671875, - 0.0214691162109375, - -0.0020465850830078125, - 0.039794921875, - -0.00643157958984375, - 0.047760009765625, - 0.032012939453125, - -0.0008444786071777344, - 0.002880096435546875, - -0.02349853515625, - 0.004810333251953125, - -0.036651611328125, - 0.0214691162109375, - 0.01378631591796875, - 0.014434814453125, - 0.016845703125, - 0.017303466796875, - -0.05108642578125, - 0.0100860595703125, - 0.0208282470703125, - -0.0298004150390625, - 0.00647735595703125, - 0.017303466796875, - -0.02886962890625, - 0.0030994415283203125, - -0.03314208984375, - -0.037200927734375, - 0.043670654296875, - -0.00446319580078125, - -0.05810546875, - 0.0447998046875, - 0.05181884765625, - -0.059967041015625, - -0.025177001953125, - -0.0394287109375, - -0.0098114013671875, - -0.0209197998046875, - -0.01490020751953125, - 0.045166015625, - 0.00293731689453125, - -0.0154571533203125, - 0.059600830078125, - 0.03961181640625, - -0.0015153884887695312, - -0.05035400390625, - 0.037933349609375, - -0.0303497314453125, - -0.048858642578125, - 0.025909423828125, - 0.01508331298828125, - 0.020263671875, - -0.05181884765625, - 0.006801605224609375, - 0.00647735595703125, - -0.00791168212890625, - 0.020355224609375, - 0.0299835205078125, - -0.031646728515625, - -0.055145263671875, - -0.0303497314453125, - 0.058868408203125, - 0.008514404296875, - 0.03350830078125, - -0.0219268798828125, - -0.026092529296875, - 0.0279541015625, - -0.032196044921875, - -0.0236968994140625, - -0.0266571044921875, - -0.00495147705078125, - -0.0026264190673828125, - 0.06475830078125, - -0.026092529296875, - -0.01091766357421875, - -0.006988525390625, - 0.05255126953125, - 0.0111083984375, - -0.0097198486328125, - -0.0699462890625, - 0.0268402099609375, - 0.025360107421875, - -0.022857666015625, - -0.025543212890625, - -0.01221466064453125, - -0.0159149169921875, - 0.055511474609375, - -0.04461669921875, - -0.0126800537109375, - -0.004787445068359375, - -0.04144287109375, - -0.01239776611328125, - -0.019805908203125, - -0.0083770751953125, - -0.030914306640625, - 0.01323699951171875, - 0.04443359375, - -0.006938934326171875, - 0.0238800048828125, - 0.00814056396484375, - -0.006938934326171875, - 0.034423828125, - -0.00920867919921875, - -0.04443359375, - 0.0180511474609375, - -0.0699462890625, - -0.0272064208984375, - 0.00629425048828125, - 0.0244293212890625, - -0.01971435546875, - -0.0087890625, - -0.0126800537109375, - -0.0183258056640625, - 0.02239990234375, - -0.01490020751953125, - -0.00916290283203125, - -0.0183258056640625, - -0.01230621337890625, - -0.0584716796875, - -0.00994873046875, - 0.0023937225341796875, - 0.0296173095703125, - 0.0015268325805664062, - -0.0212860107421875, - 0.03997802734375, - -0.066650390625, - -0.0057830810546875, - 0.0218353271484375, - 0.006938934326171875, - 0.0208282470703125, - -0.00786590576171875, - -0.0089263916015625, - -0.01221466064453125, - 0.029052734375, - -0.029052734375, - -0.0333251953125, - -0.078125, - 0.0283203125, - 0.0145263671875, - -0.014251708984375, - -0.0034694671630859375, - -0.0447998046875, - -0.04443359375, - 0.01091766357421875, - 0.042755126953125, - 0.0189666748046875, - 0.00518035888671875, - -0.037567138671875, - -0.023040771484375, - 0.0128631591796875, - -0.038116455078125, - 0.02923583984375, - 0.00557708740234375, - 0.0210113525390625, - 0.0100860595703125, - -0.017303466796875, - 0.007358551025390625, - 0.022216796875, - 0.0220184326171875, - 0.0264739990234375, - 0.026092529296875, - -0.0242462158203125, - 0.0125885009765625, - -0.02923583984375, - -0.0162811279296875, - 0.0115203857421875, - -0.026275634765625, - -0.0006246566772460938, - -0.0355224609375, - -0.0125885009765625, - -0.00647735595703125, - 0.0214691162109375, - 0.0401611328125, - -0.03350830078125, - -0.025726318359375, - 0.00439453125, - -0.004070281982421875, - 0.07403564453125, - -0.036285400390625, - -0.0303497314453125, - 0.0191497802734375, - -0.0112457275390625, - 0.042205810546875, - 0.038482666015625, - 0.025360107421875, - -0.0125885009765625, - 0.006618499755859375, - 0.053680419921875, - 0.0035400390625, - -0.053680419921875, - -0.01416015625, - 0.003192901611328125, - -0.0002949237823486328, - 0.05810546875, - 0.0225830078125, - 0.08587646484375, - 0.0014925003051757812, - 0.01953125, - 0.0082855224609375, - 0.04052734375, - 0.036651611328125, - 0.007171630859375, - -0.06219482421875, - -0.01416015625, - 0.009765625, - -0.03314208984375, - -0.04443359375, - -0.0009427070617675781, - 0.06549072265625, - -0.07623291015625, - -0.0162811279296875, - -0.01221466064453125, - -0.00490570068359375, - 0.01184844970703125, - -0.005321502685546875, - -0.03460693359375, - 0.0156402587890625, - 0.0161895751953125, - -0.037933349609375, - 0.00804901123046875, - -0.002231597900390625, - 0.0018854141235351562, - 0.04681396484375, - 0.037017822265625, - -0.00518035888671875, - 0.00506591796875, - -0.0038166046142578125, - 0.055511474609375, - 0.03533935546875, - 0.023406982421875, - 0.011566162109375, - 0.004787445068359375, - 0.03533935546875, - 0.0296173095703125, - -0.031097412109375, - -0.00800323486328125, - 0.011566162109375, - 0.041839599609375, - 0.0242462158203125, - 0.056640625, - -0.007495880126953125, - 0.01535797119140625, - -0.01702880859375, - -0.045166015625, - 0.0236968994140625, - 0.006664276123046875, - -0.0073089599609375, - -0.059600830078125, - -0.048858642578125, - 0.0268402099609375, - -0.0303497314453125, - 0.0220184326171875, - -0.003238677978515625, - -0.0347900390625, - -0.0115203857421875, - 0.031646728515625, - -0.01064300537109375, - -0.06329345703125, - -0.004047393798828125, - -0.025726318359375, - -0.019622802734375, - -0.002590179443359375, - -0.04644775390625, - 0.048492431640625, - -0.03387451171875, - -0.047393798828125, - -0.0244293212890625, - 0.042572021484375, - -0.032379150390625, - -0.05218505859375, - -0.0186004638671875, - 0.0019550323486328125, - 0.014617919921875, - -0.02044677734375, - -0.06292724609375, - -0.017852783203125, - 0.01739501953125, - -0.01702880859375, - 0.0013246536254882812, - -0.01480865478515625, - -0.0236968994140625, - 0.00284576416015625, - -0.00012791156768798828, - -0.0294342041015625, - 0.03497314453125, - -0.03924560546875, - 0.0275726318359375, - -0.01776123046875, - 0.0275726318359375, - 0.02850341796875, - 0.0273895263671875, - 0.0089263916015625, - 0.02313232421875, - -0.03497314453125, - -0.06182861328125, - 0.0026035308837890625, - -0.0070343017578125, - 0.02276611328125, - -0.07183837890625, - 0.00962066650390625, - 0.07513427734375, - -0.08843994140625, - 0.01203155517578125, - -0.0030078887939453125, - -0.0114288330078125, - -0.0584716796875, - -0.01369476318359375, - -0.00726318359375, - 0.01212310791015625, - 0.07293701171875, - -0.0116119384765625, - -0.01212310791015625, - 0.011383056640625, - -0.058868408203125, - 0.071044921875, - 0.005229949951171875, - 0.011474609375, - -0.07293701171875, - 0.01490020751953125, - 0.02923583984375, - -0.03887939453125, - -0.00638580322265625, - -0.049957275390625, - -0.002140045166015625, - 0.0042572021484375, - 0.019989013671875, - -0.002777099609375, - 0.004489898681640625, - -0.022857666015625, - -0.0214691162109375, - -0.0213775634765625, - 0.017578125, - -0.007171630859375, - 0.0211944580078125, - -0.05218505859375, - -0.016571044921875, - -0.016937255859375, - -0.060333251953125, - -0.032745361328125, - -0.004695892333984375, - 0.0182342529296875, - -0.00037026405334472656, - -0.053314208984375, - 0.0286865234375, - 0.0240631103515625, - -0.017852783203125, - 0.0183258056640625, - 0.044219970703125, - -0.048858642578125, - -0.01499176025390625, - 0.0275726318359375, - 0.0145263671875, - -0.0041656494140625, - 0.01387786865234375, - -0.0181427001953125, - 0.0131378173828125, - 0.042755126953125, - -0.000885009765625, - 0.047760009765625, - 0.041839599609375, - -0.03533935546875, - -0.06475830078125, - -0.0247955322265625, - -0.0277557373046875, - 0.03369140625, - -0.00925445556640625, - 0.037567138671875, - -0.0010061264038085938, - -0.0154571533203125, - -0.089599609375, - 0.04461669921875, - -0.0127716064453125, - 0.032012939453125, - 0.047393798828125, - -0.026275634765625, - -0.0703125, - -0.04461669921875, - -0.01369476318359375, - 0.02813720703125, - -0.031829833984375, - 0.035919189453125, - 0.0023365020751953125, - 0.019622802734375, - 0.00902557373046875, - 0.004673004150390625, - -0.0111083984375, - 0.05810546875, - 0.031646728515625, - -0.043853759765625, - 0.0469970703125, - -0.047760009765625, - -0.01480865478515625, - -0.00782012939453125, - 0.0048370361328125, - -0.007587432861328125, - -0.0277557373046875, - -0.0160064697265625, - 0.00052642822265625, - 0.0347900390625, - 0.0307159423828125, - -0.03369140625, - 0.036468505859375, - -0.01100921630859375, - 0.031829833984375, - -0.0157318115234375, - 0.0044403076171875, - 0.0181427001953125, - 0.0249786376953125, - 0.00818634033203125, - -0.01230621337890625, - -0.048492431640625, - -0.0799560546875, - 0.0030307769775390625, - -0.0714111328125, - -0.0004916191101074219, - -0.0145263671875, - 0.0242462158203125, - 0.014068603515625, - -0.007404327392578125, - 0.043670654296875, - 0.00957489013671875, - -0.01203155517578125, - -0.0159149169921875, - 0.055908203125, - -0.00437164306640625, - 0.0244293212890625, - 0.01078033447265625, - -0.037750244140625, - 0.0099945068359375, - -0.025177001953125, - 0.006988525390625, - -0.031280517578125, - -0.00962066650390625, - -0.0211029052734375, - 0.0236968994140625, - -0.060333251953125, - -0.01332855224609375, - 0.009857177734375, - 0.0266571044921875, - 0.016754150390625, - -0.0283203125, - 0.042205810546875, - -0.02886962890625, - -0.061431884765625, - 0.031097412109375, - -0.0186004638671875, - -0.03350830078125, - 0.0186920166015625, - 0.0057373046875, - 0.0268402099609375, - 0.0221099853515625, - 0.047760009765625, - 0.0279541015625, - 0.025909423828125, - -0.00102996826171875, - -0.02850341796875, - -0.0010814666748046875, - -0.0157318115234375, - 0.01739501953125, - 0.0130462646484375, - 0.02813720703125, - -0.0084686279296875, - 0.01387786865234375, - 0.01351165771484375, - -0.07513427734375, - -0.01971435546875, - -0.016571044921875, - -0.046630859375, - 0.0225830078125, - 0.0570068359375, - 0.0277557373046875, - -0.0238800048828125, - 0.031829833984375, - 0.047393798828125, - 0.0191497802734375, - 0.01434326171875, - -0.0246124267578125, - -0.057373046875, - -0.01078033447265625, - 0.004001617431640625, - 0.00576019287109375, - -0.03924560546875, - 0.046630859375, - 0.042755126953125, - -0.01490020751953125, - -0.037384033203125, - -0.016754150390625, - 0.0017232894897460938, - 0.032958984375, - 0.0458984375, - -0.0111541748046875, - -0.08514404296875, - -0.0019779205322265625, - 0.0238800048828125, - -0.004810333251953125, - 0.0190582275390625, - 0.0034008026123046875, - -0.032958984375, - 0.0242462158203125, - -0.05035400390625, - -0.01387786865234375, - 0.022491455078125, - 0.0692138671875, - -0.003910064697265625, - -0.043487548828125, - -0.0212860107421875, - 0.05218505859375, - 0.00652313232421875, - -0.0087432861328125, - 0.00019228458404541016, - 0.0206298828125, - -0.0355224609375, - 0.032379150390625, - 0.0275726318359375, - 0.01666259765625, - 0.03497314453125, - -0.00017642974853515625, - -0.06439208984375, - 0.022308349609375, - -0.01387786865234375, - -0.006061553955078125, - -0.006710052490234375, - -0.03314208984375, - -0.0355224609375, - -0.059600830078125, - 0.04071044921875, - 0.006198883056640625, - 0.047760009765625, - 0.02923583984375, - 0.0003845691680908203, - -0.0216522216796875, - -0.0099945068359375, - 0.037750244140625, - 0.04644775390625, - 0.00174713134765625, - -0.0209197998046875, - 0.0097198486328125, - 0.00490570068359375, - 0.04107666015625, - -0.039794921875, - 0.020172119140625, - -0.0268402099609375, - -0.01471710205078125, - -0.0240631103515625, - -0.007171630859375, - 0.0186004638671875, - -0.020263671875, - -0.001781463623046875, - -0.022308349609375, - 0.0001481771469116211, - -0.003147125244140625, - -0.032958984375, - -0.035919189453125, - 0.004627227783203125, - -0.0347900390625, - 0.0163726806640625, - 0.0070343017578125, - -0.026092529296875, - 0.007541656494140625, - -0.07696533203125, - 0.09918212890625, - 0.042755126953125, - 0.0048370361328125, - 0.0111083984375, - 0.04034423828125, - 0.0584716796875, - 0.01248931884765625, - 0.0036792755126953125, - 0.0401611328125, - -0.0125885009765625, - 0.034423828125, - 0.059234619140625, - 0.0088348388671875, - -0.0394287109375, - 0.0333251953125, - -0.00920867919921875, - -0.0821533203125, - 0.04498291015625, - 0.01535797119140625, - 0.00934600830078125, - 0.0007028579711914062, - -0.001041412353515625, - -0.00513458251953125, - -0.039794921875, - 0.07330322265625, - 0.01517486572265625, - -0.0355224609375, - 0.0333251953125, - -0.07513427734375, - 0.053680419921875, - 0.0006012916564941406, - 0.043121337890625, - -0.055145263671875, - 0.05145263671875, - -0.01369476318359375, - 0.022491455078125, - -0.0189666748046875, - 0.014617919921875, - 0.00920867919921875, - 0.03460693359375, - -0.03497314453125, - 0.06549072265625, - 0.0213775634765625, - 0.01212310791015625, - -0.060333251953125, - -0.0082855224609375, - -0.005321502685546875, - 0.0073089599609375, - 0.01517486572265625, - -0.0130462646484375, - -0.004119873046875, - 0.00957489013671875, - 0.0277557373046875, - 0.047210693359375, - -0.03460693359375, - 0.031646728515625, - 0.0188751220703125, - -0.0279541015625, - -0.00916290283203125, - -0.038116455078125 - ], - "metadata": { - "domains": [ - "static-investigations", - "ics-forensics", - "fraud-investigation" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "command-line", - "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_CAINE", - "type": "tool", - "name": "CAINE", - "content": "caine caine (computer aided investigative environment) ist eine ubuntu‑basierte live‑linux‑distribution, die mehr als 150 forensik‑werkzeuge in einer schreibgeschützten umgebung bündelt. version 14.0 »lightstream« (märz 2025) bringt kernel 6.8, uefi‑support und das unblock‑gui zum gezielten aufheben der write‑block‑funktion für einzelne devices. :contentreference[oaicite:2]{index=2} live-distro imaging write-blocking gui commandline scenario:disk_imaging incident-response static-investigations network-forensics mobile-forensics data-collection examination analysis", - "embedding": [ - -0.033416748046875, - 0.046600341796875, - 0.037261962890625, - -0.01519775390625, - 0.0277557373046875, - 0.0287628173828125, - 0.047607421875, - 0.02734375, - -0.0018110275268554688, - -0.006938934326171875, - -0.05267333984375, - 0.032806396484375, - 0.01357269287109375, - -0.00643157958984375, - -0.03424072265625, - 0.013671875, - -0.022796630859375, - -0.01560211181640625, - 0.01357269287109375, - 0.023193359375, - -0.0255279541015625, - 0.00405120849609375, - -0.0494384765625, - 0.0038242340087890625, - 0.017730712890625, - -0.00992584228515625, - -0.006938934326171875, - -0.063232421875, - -0.03607177734375, - -0.0236968994140625, - -0.01611328125, - -0.03363037109375, - -0.02978515625, - 0.004405975341796875, - 0.0110931396484375, - 0.00931549072265625, - 0.00445556640625, - -0.0242156982421875, - -0.0164031982421875, - 0.0293731689453125, - -0.0090179443359375, - -0.006988525390625, - 0.011444091796875, - -0.0283660888671875, - -0.00881195068359375, - -0.048004150390625, - -0.025726318359375, - -0.01088714599609375, - 0.01580810546875, - -0.055908203125, - 0.00704193115234375, - 0.051849365234375, - 0.012054443359375, - -0.0014181137084960938, - -0.0229949951171875, - 0.01103973388671875, - 0.022186279296875, - -0.036865234375, - -0.09320068359375, - 0.03179931640625, - -0.053070068359375, - 0.0024051666259765625, - -0.00865936279296875, - -0.030181884765625, - 0.0137786865234375, - 0.039520263671875, - -0.0191497802734375, - -0.0380859375, - -0.0084075927734375, - 0.0015573501586914062, - 0.0291748046875, - -0.0225830078125, - 0.0179290771484375, - 0.028564453125, - -0.0016460418701171875, - -0.033416748046875, - 0.0287628173828125, - 0.01751708984375, - 0.03668212890625, - 0.005645751953125, - -0.01934814453125, - -0.0034694671630859375, - 0.036865234375, - 0.01245880126953125, - -0.03668212890625, - 0.0142822265625, - 0.0157012939453125, - 0.00861358642578125, - 0.01549530029296875, - -0.00830841064453125, - 0.021881103515625, - -0.0250244140625, - -0.00946807861328125, - -0.02227783203125, - 0.038909912109375, - 0.07415771484375, - -0.003696441650390625, - -0.012359619140625, - -0.0007567405700683594, - 0.061187744140625, - 0.01438140869140625, - -0.020355224609375, - 0.05145263671875, - -0.0026454925537109375, - 0.035247802734375, - -0.037078857421875, - 0.03240966796875, - 0.004329681396484375, - -0.023406982421875, - -0.0546875, - -0.09197998046875, - -0.052276611328125, - 0.002849578857421875, - -0.047210693359375, - -0.022491455078125, - 0.01326751708984375, - -0.022491455078125, - 0.050048828125, - -0.03564453125, - -0.05914306640625, - -0.0022411346435546875, - -0.0004494190216064453, - -0.00620269775390625, - 0.0182342529296875, - -0.07940673828125, - -0.061187744140625, - 0.01296234130859375, - 0.0303955078125, - -0.05267333984375, - -0.0293731689453125, - -0.048431396484375, - -0.0303955078125, - -0.033843994140625, - -0.01261138916015625, - -0.0033931732177734375, - -0.03302001953125, - 0.01904296875, - -0.00830841064453125, - -0.01119232177734375, - 0.025726318359375, - 0.046600341796875, - -0.004634857177734375, - -0.055908203125, - 0.0112457275390625, - -0.044158935546875, - 0.0007915496826171875, - 0.0026340484619140625, - 0.0506591796875, - -0.0277557373046875, - -0.020660400390625, - -0.0217742919921875, - 0.0350341796875, - 0.0469970703125, - -0.00942230224609375, - 0.032012939453125, - -0.0229949951171875, - -0.016510009765625, - -0.0048370361328125, - 0.0079498291015625, - -0.0217742919921875, - 0.01560211181640625, - 0.0147857666015625, - -0.00241851806640625, - 0.021270751953125, - -0.0265350341796875, - -0.0277557373046875, - -0.0167083740234375, - -0.0008358955383300781, - 0.0084075927734375, - 0.0014247894287109375, - 0.03564453125, - -0.01251220703125, - 0.057952880859375, - 0.047393798828125, - 0.0142822265625, - 0.000033020973205566406, - 0.02410888671875, - -0.0027484893798828125, - 0.039306640625, - 0.0153961181640625, - -0.0004684925079345703, - 0.0008544921875, - 0.0265350341796875, - -0.0026836395263671875, - 0.0289764404296875, - 0.028564453125, - -0.04376220703125, - -0.0185394287109375, - -0.020355224609375, - 0.021270751953125, - -0.026947021484375, - 0.006130218505859375, - 0.0049896240234375, - 0.0109405517578125, - 0.01337432861328125, - 0.049835205078125, - 0.02978515625, - -0.02978515625, - 0.04498291015625, - 0.0172271728515625, - 0.016510009765625, - 0.0271453857421875, - 0.00122833251953125, - 0.0380859375, - 0.0176239013671875, - 0.0043792724609375, - -0.003520965576171875, - 0.0386962890625, - 0.0299835205078125, - -0.0010004043579101562, - -0.01751708984375, - 0.04071044921875, - -0.0279541015625, - -0.035247802734375, - -0.0201568603515625, - -0.00988006591796875, - -0.0110931396484375, - -0.02532958984375, - -0.0020008087158203125, - -0.0210723876953125, - -0.01306915283203125, - -0.03607177734375, - 0.03363037109375, - 0.01812744140625, - -0.0157012939453125, - 0.021881103515625, - -0.0167083740234375, - -0.0457763671875, - -0.0191497802734375, - 0.0210723876953125, - 0.027557373046875, - 0.026336669921875, - -0.018341064453125, - 0.00420379638671875, - -0.012664794921875, - -0.04498291015625, - 0.0546875, - 0.0198516845703125, - 0.006988525390625, - 0.0013170242309570312, - -0.0208740234375, - -0.01549530029296875, - -0.00800323486328125, - 0.03564453125, - 0.0243072509765625, - 0.00014793872833251953, - -0.012054443359375, - 0.0085601806640625, - 0.04132080078125, - 0.045379638671875, - -0.0445556640625, - 0.0030517578125, - -0.06524658203125, - 0.0006709098815917969, - -0.07171630859375, - -0.01397705078125, - 0.0015697479248046875, - -0.033416748046875, - 0.04962158203125, - -0.0265350341796875, - -0.026947021484375, - 0.018035888671875, - 0.0245208740234375, - 0.00977325439453125, - 0.053070068359375, - 0.0090179443359375, - -0.033416748046875, - -0.00673675537109375, - 0.058746337890625, - -0.017822265625, - -0.026336669921875, - -0.038482666015625, - 0.04071044921875, - -0.002696990966796875, - 0.0316162109375, - -0.040924072265625, - -0.00249481201171875, - 0.038482666015625, - 0.0289764404296875, - 0.034454345703125, - -0.0195465087890625, - 0.01337432861328125, - 0.03363037109375, - 0.01210784912109375, - -0.053070068359375, - -0.01068878173828125, - -0.006229400634765625, - 0.0010890960693359375, - -0.01129150390625, - -0.036865234375, - -0.007598876953125, - 0.0362548828125, - 0.018341064453125, - -0.0012159347534179688, - 0.0081024169921875, - -0.035858154296875, - 0.005950927734375, - -0.006633758544921875, - 0.01180267333984375, - 0.028564453125, - 0.0289764404296875, - -0.0186309814453125, - 0.010284423828125, - 0.0007567405700683594, - 0.006786346435546875, - -0.00942230224609375, - -0.01904296875, - -0.0245208740234375, - -0.014892578125, - -0.0697021484375, - -0.038299560546875, - 0.037872314453125, - -0.0186309814453125, - 0.032806396484375, - -0.026947021484375, - 0.00197601318359375, - -0.052276611328125, - -0.0672607421875, - 0.0008358955383300781, - -0.04315185546875, - -0.033416748046875, - -0.01499176025390625, - 0.0312042236328125, - 0.0061798095703125, - -0.00016772747039794922, - 0.00445556640625, - -0.0219879150390625, - -0.030792236328125, - 0.00042724609375, - -0.0026836395263671875, - 0.034454345703125, - -0.009979248046875, - 0.0157012939453125, - 0.0197601318359375, - 0.03240966796875, - 0.0117034912109375, - 0.0223846435546875, - 0.0279541015625, - -0.0259246826171875, - -0.0104827880859375, - -0.025726318359375, - 0.00881195068359375, - -0.00182342529296875, - -0.013671875, - -0.0279541015625, - 0.01397705078125, - -0.016815185546875, - 0.0214691162109375, - 0.01357269287109375, - 0.006786346435546875, - 0.030792236328125, - -0.033843994140625, - 0.022796630859375, - 0.0648193359375, - -0.00815582275390625, - 0.109375, - -0.0019121170043945312, - -0.07049560546875, - 0.037261962890625, - 0.04315185546875, - 0.028564453125, - 0.01195526123046875, - 0.0184326171875, - 0.016510009765625, - -0.00022161006927490234, - 0.049835205078125, - -0.02227783203125, - 0.0380859375, - -0.012054443359375, - 0.009521484375, - 0.0197601318359375, - 0.0249176025390625, - 0.020263671875, - 0.0506591796875, - 0.0170135498046875, - 0.03424072265625, - 0.0204620361328125, - -0.027557373046875, - -0.032012939453125, - 0.0142822265625, - -0.052276611328125, - 0.01458740234375, - 0.043548583984375, - 0.00445556640625, - 0.051055908203125, - -0.01519775390625, - -0.057952880859375, - 0.0188446044921875, - -0.04315185546875, - 0.053070068359375, - 0.042327880859375, - 0.020660400390625, - 0.017730712890625, - -0.0195465087890625, - 0.005191802978515625, - 0.0172271728515625, - -0.0125579833984375, - 0.042327880859375, - 0.0134735107421875, - 0.038909912109375, - -0.006458282470703125, - -0.0350341796875, - 0.020965576171875, - 0.041748046875, - 0.0164031982421875, - -0.00301361083984375, - 0.020263671875, - 0.03179931640625, - -0.01357269287109375, - -0.06768798828125, - 0.0595703125, - 0.054290771484375, - -0.0115509033203125, - 0.0169219970703125, - -0.0124053955078125, - -0.021575927734375, - -0.06561279296875, - 0.01499176025390625, - 0.007904052734375, - -0.00005817413330078125, - 0.0157012939453125, - 0.00739288330078125, - -0.037078857421875, - -0.028564453125, - 0.01129150390625, - -0.08953857421875, - 0.026947021484375, - 0.014892578125, - -0.02532958984375, - 0.01995849609375, - -0.0087127685546875, - -0.05633544921875, - -0.006988525390625, - -0.0163116455078125, - -0.04681396484375, - 0.0259246826171875, - 0.020263671875, - -0.041534423828125, - -0.02056884765625, - -0.00992584228515625, - -0.014892578125, - -0.00926971435546875, - -0.016815185546875, - 0.0322265625, - -0.0112457275390625, - 0.0036468505859375, - 0.0289764404296875, - 0.0229949951171875, - 0.0017347335815429688, - -0.041748046875, - 0.035247802734375, - -0.020050048828125, - -0.00524139404296875, - 0.0182342529296875, - 0.0316162109375, - 0.0142822265625, - -0.00830841064453125, - -0.0303955078125, - -0.0213775634765625, - 0.017730712890625, - 0.00019621849060058594, - 0.0299835205078125, - -0.01438140869140625, - -0.0249176025390625, - -0.062408447265625, - 0.05267333984375, - -0.005218505859375, - 0.0238037109375, - 0.003772735595703125, - -0.06768798828125, - 0.0322265625, - -0.0115509033203125, - -0.01418304443359375, - -0.004230499267578125, - -0.0027217864990234375, - -0.0027103424072265625, - 0.077392578125, - -0.0082550048828125, - -0.002925872802734375, - -0.01499176025390625, - 0.030181884765625, - 0.034637451171875, - 0.00405120849609375, - -0.0299835205078125, - 0.01245880126953125, - 0.056732177734375, - -0.0595703125, - 0.0019121170043945312, - -0.012054443359375, - -0.00704193115234375, - 0.0236053466796875, - -0.0672607421875, - 0.00769805908203125, - 0.007598876953125, - -0.07293701171875, - 0.017425537109375, - -0.0259246826171875, - -0.01149749755859375, - -0.007904052734375, - 0.03546142578125, - 0.01611328125, - -0.0261383056640625, - 0.0293731689453125, - 0.016815185546875, - 0.0084075927734375, - 0.01418304443359375, - -0.005596160888671875, - -0.01119232177734375, - 0.007343292236328125, - -0.06683349609375, - -0.032012939453125, - -0.043975830078125, - 0.00579833984375, - -0.033233642578125, - -0.022491455078125, - -0.01357269287109375, - -0.0287628173828125, - 0.015899658203125, - -0.0316162109375, - -0.0084075927734375, - -0.0214691162109375, - -0.0196533203125, - -0.030181884765625, - -0.03546142578125, - 0.0211639404296875, - 0.009674072265625, - 0.01448822021484375, - 0.0289764404296875, - 0.0225830078125, - -0.0709228515625, - 0.027557373046875, - 0.032012939453125, - 0.0023040771484375, - 0.01251220703125, - -0.020965576171875, - -0.024810791015625, - -0.01529693603515625, - 0.03564453125, - -0.04071044921875, - -0.01611328125, - -0.06683349609375, - 0.002925872802734375, - -0.0005602836608886719, - 0.0103302001953125, - -0.0034942626953125, - -0.0068359375, - -0.07452392578125, - 0.00445556640625, - 0.035247802734375, - 0.00926971435546875, - -0.017120361328125, - -0.048431396484375, - -0.037689208984375, - -0.0236053466796875, - -0.055511474609375, - 0.0134735107421875, - -0.017730712890625, - 0.0031147003173828125, - 0.011749267578125, - -0.051849365234375, - 0.00861358642578125, - 0.025115966796875, - 0.0204620361328125, - 0.01068878173828125, - 0.0229949951171875, - -0.045379638671875, - 0.035858154296875, - -0.006053924560546875, - 0.000873565673828125, - -0.01103973388671875, - -0.0219879150390625, - 0.040313720703125, - -0.0163116455078125, - -0.0216827392578125, - -0.0016460418701171875, - 0.0169219970703125, - 0.005290985107421875, - 0.0032291412353515625, - -0.048614501953125, - 0.03240966796875, - 0.004962921142578125, - 0.077392578125, - -0.04132080078125, - -0.062408447265625, - 0.01418304443359375, - 0.011444091796875, - 0.042144775390625, - 0.043548583984375, - 0.0210723876953125, - -0.00785064697265625, - -0.00830841064453125, - 0.0198516845703125, - -0.0189361572265625, - -0.039520263671875, - -0.01468658447265625, - 0.0014629364013671875, - 0.0173187255859375, - 0.034027099609375, - 0.01073455810546875, - 0.1077880859375, - -0.00992584228515625, - 0.0030384063720703125, - 0.004787445068359375, - 0.09033203125, - 0.028167724609375, - -0.034027099609375, - -0.045166015625, - 0.004154205322265625, - 0.00524139404296875, - -0.0494384765625, - -0.0233001708984375, - 0.004558563232421875, - 0.055908203125, - -0.052276611328125, - -0.0124053955078125, - -0.01468658447265625, - -0.02734375, - 0.01468658447265625, - 0.0109405517578125, - -0.0210723876953125, - 0.009063720703125, - -0.00197601318359375, - -0.040924072265625, - -0.0023040771484375, - 0.0081024169921875, - 0.031402587890625, - 0.057525634765625, - 0.037078857421875, - -0.0163116455078125, - 0.039306640625, - 0.013671875, - 0.01519775390625, - 0.01180267333984375, - 0.0194549560546875, - 0.025726318359375, - -0.01549530029296875, - 0.037261962890625, - 0.035247802734375, - -0.021270751953125, - -0.033233642578125, - -0.001861572265625, - 0.02349853515625, - 0.0733642578125, - 0.0635986328125, - -0.0250244140625, - 0.01529693603515625, - -0.01180267333984375, - -0.06524658203125, - -0.0134735107421875, - 0.01220703125, - 0.00397491455078125, - -0.0258331298828125, - -0.043548583984375, - 0.0316162109375, - -0.0259246826171875, - 0.0303955078125, - 0.02471923828125, - -0.01129150390625, - -0.002899169921875, - 0.0082550048828125, - -0.0142822265625, - -0.037078857421875, - -0.0037994384765625, - -0.00800323486328125, - -0.0240020751953125, - -0.04437255859375, - -0.0220794677734375, - 0.02978515625, - -0.034637451171875, - -0.047607421875, - -0.0299835205078125, - 0.064453125, - -0.023101806640625, - -0.032012939453125, - -0.00785064697265625, - 0.0169219970703125, - -0.0106353759765625, - -0.05914306640625, - -0.0106353759765625, - -0.028167724609375, - 0.014892578125, - -0.0494384765625, - -0.012054443359375, - -0.00688934326171875, - -0.0411376953125, - -0.0258331298828125, - -0.01812744140625, - -0.063232421875, - 0.0223846435546875, - -0.039520263671875, - 0.028564453125, - 0.003772735595703125, - 0.03546142578125, - 0.0303955078125, - 0.035247802734375, - -0.01418304443359375, - -0.006153106689453125, - -0.01560211181640625, - -0.06927490234375, - 0.0249176025390625, - 0.0011081695556640625, - -0.0150909423828125, - -0.064453125, - -0.0252227783203125, - 0.050048828125, - -0.082275390625, - 0.025421142578125, - 0.016815185546875, - 0.003772735595703125, - -0.0261383056640625, - -0.00257110595703125, - 0.0007152557373046875, - 0.0008358955383300781, - 0.053070068359375, - -0.01611328125, - 0.006786346435546875, - 0.0010194778442382812, - -0.0350341796875, - 0.0445556640625, - 0.00830841064453125, - 0.032623291015625, - -0.02978515625, - 0.0312042236328125, - 0.00148773193359375, - -0.0184326171875, - 0.0223846435546875, - -0.07373046875, - -0.0033931732177734375, - 0.03302001953125, - 0.01073455810546875, - 0.0089111328125, - 0.00977325439453125, - -0.02734375, - -0.0207672119140625, - -0.01448822021484375, - 0.050048828125, - 0.00754547119140625, - -0.005924224853515625, - -0.03668212890625, - -0.024810791015625, - -0.061187744140625, - -0.025634765625, - -0.0192413330078125, - -0.0309906005859375, - 0.039306640625, - -0.0289764404296875, - -0.047607421875, - 0.01088714599609375, - -0.030181884765625, - 0.0201568603515625, - 0.0019626617431640625, - 0.07171630859375, - -0.037078857421875, - 0.018035888671875, - -0.025421142578125, - 0.04620361328125, - 0.0170135498046875, - -0.0189361572265625, - -0.03240966796875, - 0.006988525390625, - 0.01387786865234375, - -0.04376220703125, - 0.042755126953125, - 0.042327880859375, - -0.0217742919921875, - -0.0648193359375, - -0.03240966796875, - -0.016815185546875, - 0.0137786865234375, - -0.048431396484375, - 0.0445556640625, - -0.0110931396484375, - -0.00531768798828125, - -0.10089111328125, - 0.0362548828125, - 0.00640869140625, - 0.0293731689453125, - 0.01053619384765625, - 0.017822265625, - -0.04376220703125, - -0.0176239013671875, - -0.0007691383361816406, - 0.0316162109375, - -0.020660400390625, - 0.0022792816162109375, - 0.010284423828125, - 0.01058197021484375, - 0.022186279296875, - -0.0005822181701660156, - -0.009521484375, - 0.0283660888671875, - 0.047821044921875, - -0.02471923828125, - 0.0506591796875, - -0.04052734375, - -0.00896453857421875, - -0.01261138916015625, - 0.00714111328125, - 0.01291656494140625, - 0.003925323486328125, - -0.0287628173828125, - 0.006481170654296875, - 0.042755126953125, - 0.0017976760864257812, - 0.004940032958984375, - -0.0127105712890625, - 0.02349853515625, - 0.02288818359375, - 0.0084075927734375, - -0.020965576171875, - -0.004154205322265625, - -0.005519866943359375, - -0.007904052734375, - -0.029571533203125, - -0.07537841796875, - -0.0660400390625, - 0.032623291015625, - -0.0271453857421875, - -0.03179931640625, - 0.020263671875, - 0.0030002593994140625, - -0.015899658203125, - -0.038482666015625, - 0.00977325439453125, - -0.01134490966796875, - -0.0236053466796875, - -0.04681396484375, - 0.023193359375, - -0.00405120849609375, - 0.0309906005859375, - -0.00450897216796875, - -0.0733642578125, - 0.004077911376953125, - -0.03546142578125, - -0.017822265625, - -0.021575927734375, - -0.00516510009765625, - -0.05084228515625, - 0.012664794921875, - -0.07537841796875, - -0.0271453857421875, - -0.0197601318359375, - 0.0182342529296875, - 0.02978515625, - 0.0045318603515625, - 0.05633544921875, - -0.003292083740234375, - -0.06524658203125, - 0.055511474609375, - -0.0124053955078125, - -0.016510009765625, - 0.009063720703125, - -0.0213775634765625, - -0.0032672882080078125, - 0.009674072265625, - 0.037078857421875, - 0.03485107421875, - 0.052276611328125, - 0.007343292236328125, - -0.0277557373046875, - 0.028564453125, - -0.032806396484375, - 0.030181884765625, - 0.0002073049545288086, - 0.02734375, - -0.005519866943359375, - -0.0022792816162109375, - -0.004634857177734375, - -0.06768798828125, - -0.0380859375, - -0.02978515625, - -0.0261383056640625, - -0.006481170654296875, - 0.07818603515625, - 0.032806396484375, - -0.0024051666259765625, - 0.03546142578125, - 0.07049560546875, - 0.01529693603515625, - -0.005977630615234375, - -0.002658843994140625, - -0.054290771484375, - 0.017425537109375, - 0.004405975341796875, - 0.018035888671875, - -0.06158447265625, - 0.0014753341674804688, - 0.0697021484375, - 0.0010442733764648438, - -0.02471923828125, - 0.00531768798828125, - -0.007244110107421875, - 0.0238037109375, - 0.006988525390625, - 0.00156402587890625, - -0.06683349609375, - 0.01611328125, - 0.04193115234375, - 0.01215362548828125, - 0.0004749298095703125, - -0.0049896240234375, - 0.0005984306335449219, - 0.048828125, - -0.051849365234375, - -0.0258331298828125, - 0.01149749755859375, - 0.062408447265625, - -0.021881103515625, - -0.042144775390625, - -0.009521484375, - 0.05914306640625, - 0.028167724609375, - -0.051849365234375, - 0.007801055908203125, - 0.00785064697265625, - -0.0006427764892578125, - 0.0238037109375, - 0.06561279296875, - -0.0015697479248046875, - 0.044769287109375, - 0.0309906005859375, - -0.04052734375, - 0.0303955078125, - -0.033416748046875, - 0.0106353759765625, - -0.00992584228515625, - -0.01149749755859375, - -0.01326751708984375, - -0.053070068359375, - 0.056732177734375, - 0.01357269287109375, - 0.051055908203125, - 0.01751708984375, - 0.00316619873046875, - -0.005039215087890625, - -0.0115966796875, - 0.0196533203125, - 0.0131683349609375, - 0.0287628173828125, - 0.017822265625, - 0.006534576416015625, - 0.0163116455078125, - -0.004558563232421875, - -0.028167724609375, - 0.0303955078125, - -0.028167724609375, - 0.010284423828125, - -0.049041748046875, - 0.007293701171875, - 0.01084136962890625, - -0.0201568603515625, - 0.0055694580078125, - -0.0179290771484375, - 0.0016145706176757812, - -0.0184326171875, - -0.05145263671875, - -0.01149749755859375, - 0.04559326171875, - -0.036468505859375, - 0.0277557373046875, - 0.004634857177734375, - -0.0265350341796875, - 0.044158935546875, - -0.05267333984375, - 0.049835205078125, - 0.0289764404296875, - 0.0305938720703125, - 0.00524139404296875, - 0.0271453857421875, - 0.036468505859375, - -0.025634765625, - 0.057525634765625, - -0.0140838623046875, - -0.0380859375, - 0.05712890625, - 0.047821044921875, - -0.00397491455078125, - -0.07781982421875, - 0.0167083740234375, - -0.0007314682006835938, - -0.04254150390625, - 0.00620269775390625, - 0.045379638671875, - 0.006130218505859375, - -0.0034942626953125, - -0.0261383056640625, - -0.05267333984375, - -0.0506591796875, - 0.05914306640625, - 0.0445556640625, - -0.006381988525390625, - 0.037261962890625, - -0.05126953125, - 0.041534423828125, - 0.02410888671875, - 0.07171630859375, - -0.052276611328125, - 0.06036376953125, - -0.01611328125, - 0.0074462890625, - -0.00562286376953125, - -0.006053924560546875, - -0.024810791015625, - 0.0164031982421875, - -0.047607421875, - 0.037689208984375, - 0.05633544921875, - -0.01904296875, - -0.0316162109375, - -0.0107879638671875, - 0.0007786750793457031, - -0.0163116455078125, - 0.04315185546875, - -0.020050048828125, - -0.0196533203125, - -0.001392364501953125, - 0.0283660888671875, - 0.050445556640625, - -0.0074462890625, - 0.04254150390625, - -0.00115203857421875, - -0.0030384063720703125, - -0.009979248046875, - -0.0160064697265625 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "network-forensics", - "mobile-forensics" - ], - "phases": [ - "data-collection", - "examination", - "analysis" - ], - "tags": [ - "live-distro", - "imaging", - "write-blocking", - "gui", - "commandline", - "scenario:disk_imaging" + "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_md5sum___sha256sum", - "type": "tool", - "name": "md5sum / sha256sum", - "content": "md5sum / sha256sum klassische kommandozeilen‑checksummengeneratoren aus den gnu coreutils, die schnell kryptografische prüfsummen (md5 bzw. sha‑256) berechnen und verifizieren können. ideal zur integritätsprüfung von forensik‑images, log‑archiven und download‑artefakten; auch als stream‑filter einsetzbar („cat image.dd | sha256sum“). minimalistischer funktionsumfang, aber auf nahezu jeder unix‑ähnlichen plattform vorinstalliert und damit überall verfügbar. commandline hashing integrity incident-response static-investigations malware-analysis examination analysis", - "embedding": [ - -0.0148773193359375, - 0.0261077880859375, - 0.06719970703125, - -0.0244903564453125, - 0.02874755859375, - 0.044952392578125, - 0.02996826171875, - -0.0187225341796875, - -0.017822265625, - 0.01983642578125, - -0.0254058837890625, - 0.054656982421875, - 0.01953125, - 0.0012273788452148438, - -0.0251007080078125, - 0.0396728515625, - -0.02874755859375, - -0.0171051025390625, - -0.0036945343017578125, - 0.0307769775390625, - 0.010528564453125, - 0.007083892822265625, - -0.040496826171875, - 0.0205535888671875, - 0.0019102096557617188, - -0.0015115737915039062, - -0.030975341796875, - -0.086669921875, - -0.0283355712890625, - 0.01219940185546875, - -0.0023288726806640625, - -0.0183258056640625, - 0.0171051025390625, - 0.0301666259765625, - -0.019134521484375, - -0.00824737548828125, - -0.007541656494140625, - -0.035430908203125, - 0.00678253173828125, - 0.045745849609375, - -0.03887939453125, - -0.0038471221923828125, - 0.02490234375, - -0.02935791015625, - -0.0222625732421875, - -0.033416748046875, - 0.031982421875, - -0.01012420654296875, - -0.0016956329345703125, - -0.0439453125, - 0.034820556640625, - 0.01629638671875, - 0.0184173583984375, - -0.0291595458984375, - -0.04290771484375, - 0.04595947265625, - 0.0504150390625, - -0.038055419921875, - -0.03826904296875, - 0.029754638671875, - -0.0263214111328125, - -0.01366424560546875, - -0.038055419921875, - -0.01189422607421875, - 0.01558685302734375, - 0.0244903564453125, - -0.0267181396484375, - -0.021148681640625, - 0.006351470947265625, - 0.004833221435546875, - 0.0023403167724609375, - -0.027130126953125, - 0.002796173095703125, - 0.04534912109375, - -0.0279388427734375, - -0.0408935546875, - 0.0213623046875, - 0.02044677734375, - 0.036224365234375, - 0.01335906982421875, - -0.0243988037109375, - 0.039276123046875, - 0.067626953125, - -0.0390625, - 0.0018224716186523438, - 0.0196380615234375, - 0.01270294189453125, - -0.007793426513671875, - -0.01568603515625, - -0.004505157470703125, - 0.027130126953125, - 0.01078033447265625, - 0.040283203125, - -0.006427764892578125, - 0.03460693359375, - 0.04656982421875, - -0.0181121826171875, - 0.017608642578125, - 0.0157928466796875, - 0.038665771484375, - 0.01558685302734375, - -0.030364990234375, - 0.051025390625, - 0.0285491943359375, - 0.062744140625, - -0.02044677734375, - -0.0043792724609375, - -0.0074920654296875, - 0.00006759166717529297, - -0.01158905029296875, - -0.0894775390625, - -0.050811767578125, - -0.047576904296875, - -0.040283203125, - -0.0263214111328125, - -0.00024509429931640625, - -0.0018978118896484375, - 0.043731689453125, - -0.0257110595703125, - -0.045562744140625, - 0.007389068603515625, - 0.018829345703125, - -0.00789642333984375, - 0.006984710693359375, - -0.0408935546875, - -0.036041259765625, - 0.00794219970703125, - 0.002681732177734375, - -0.044342041015625, - -0.04473876953125, - 0.0032901763916015625, - -0.0172119140625, - -0.030975341796875, - -0.025909423828125, - 0.0167083740234375, - -0.0439453125, - 0.03521728515625, - -0.0048828125, - 0.00020170211791992188, - -0.01128387451171875, - 0.0574951171875, - -0.031982421875, - -0.06964111328125, - 0.007236480712890625, - -0.0222625732421875, - -0.0234832763671875, - -0.0338134765625, - 0.03399658203125, - -0.037445068359375, - -0.0158843994140625, - -0.002910614013671875, - 0.00885772705078125, - 0.05303955078125, - 0.0003478527069091797, - 0.007640838623046875, - -0.044952392578125, - 0.0166015625, - -0.014068603515625, - 0.0026569366455078125, - 0.00017952919006347656, - -0.05303955078125, - 0.0164947509765625, - -0.02813720703125, - 0.036041259765625, - -0.01027679443359375, - -0.053863525390625, - -0.033599853515625, - -0.0157928466796875, - 0.0167999267578125, - 0.03564453125, - 0.0164031982421875, - -0.0190277099609375, - 0.044952392578125, - 0.061553955078125, - 0.00432586669921875, - 0.0089569091796875, - -0.009918212890625, - -0.0032634735107421875, - 0.0254058837890625, - 0.032989501953125, - -0.01508331298828125, - -0.0421142578125, - 0.05303955078125, - 0.0160980224609375, - 0.018524169921875, - -0.00946807861328125, - -0.02581787109375, - 0.017913818359375, - -0.02813720703125, - 0.038055419921875, - -0.0311737060546875, - -0.0107269287109375, - 0.00463104248046875, - 0.044952392578125, - 0.0088043212890625, - 0.040679931640625, - 0.029754638671875, - 0.0203399658203125, - 0.053863525390625, - -0.014068603515625, - 0.00905609130859375, - 0.01953125, - 0.003871917724609375, - 0.05548095703125, - 0.021148681640625, - 0.0007939338684082031, - 0.00592041015625, - 0.03460693359375, - 0.044952392578125, - -0.04595947265625, - -0.01108551025390625, - 0.022064208984375, - -0.0118408203125, - -0.034820556640625, - -0.0273284912109375, - -0.041900634765625, - -0.004352569580078125, - -0.0011005401611328125, - -0.00632476806640625, - -0.014678955078125, - -0.0279388427734375, - -0.0305633544921875, - -0.031982421875, - 0.034210205078125, - -0.0213623046875, - 0.0247955322265625, - 0.0384521484375, - -0.029754638671875, - -0.0599365234375, - 0.0439453125, - 0.00247955322265625, - 0.03460693359375, - -0.00916290283203125, - 0.00133514404296875, - 0.001316070556640625, - 0.0009112358093261719, - 0.040496826171875, - 0.01396942138671875, - 0.01001739501953125, - 0.01538848876953125, - -0.011688232421875, - 0.010986328125, - -0.032989501953125, - 0.0305633544921875, - -0.0063018798828125, - -0.03826904296875, - 0.0240936279296875, - -0.010528564453125, - 0.01143646240234375, - 0.034820556640625, - -0.050018310546875, - -0.0186309814453125, - -0.061126708984375, - -0.0048828125, - -0.0716552734375, - -0.01123809814453125, - -0.042510986328125, - -0.01396942138671875, - 0.040069580078125, - -0.03521728515625, - -0.0250091552734375, - -0.004756927490234375, - -0.0006008148193359375, - 0.00946807861328125, - 0.058319091796875, - -0.016998291015625, - -0.052642822265625, - 0.00885772705078125, - 0.08746337890625, - -0.03887939453125, - -0.019439697265625, - -0.0174102783203125, - 0.007083892822265625, - 0.0008349418640136719, - 0.026519775390625, - -0.036651611328125, - -0.0190277099609375, - 0.0247039794921875, - 0.0203399658203125, - 0.0222625732421875, - -0.0183258056640625, - -0.010986328125, - -0.010223388671875, - 0.05120849609375, - -0.035430908203125, - 0.01275634765625, - 0.005542755126953125, - 0.002834320068359375, - -0.004581451416015625, - -0.06719970703125, - 0.00211334228515625, - 0.0516357421875, - 0.00885772705078125, - 0.0074920654296875, - 0.0024929046630859375, - -0.05059814453125, - -0.0048828125, - 0.00528717041015625, - -0.05059814453125, - 0.0225677490234375, - 0.040496826171875, - -0.03564453125, - 0.00647735595703125, - -0.02197265625, - 0.035430908203125, - -0.0224761962890625, - -0.03948974609375, - -0.03704833984375, - -0.0174102783203125, - -0.0574951171875, - -0.01953125, - 0.01305389404296875, - -0.032806396484375, - 0.01285552978515625, - 0.0030231475830078125, - -0.00885772705078125, - -0.05426025390625, - -0.042510986328125, - -0.0193328857421875, - -0.0350341796875, - -0.0199432373046875, - -0.022064208984375, - 0.040496826171875, - -0.02520751953125, - -0.0026073455810546875, - -0.003948211669921875, - 0.0108795166015625, - -0.030975341796875, - 0.0242919921875, - -0.0301666259765625, - 0.01457977294921875, - 0.023590087890625, - 0.06195068359375, - 0.0433349609375, - 0.050811767578125, - 0.03460693359375, - 0.042724609375, - 0.034820556640625, - 0.00006365776062011719, - -0.0119476318359375, - -0.005695343017578125, - 0.02752685546875, - 0.030364990234375, - -0.0158843994140625, - -0.02197265625, - -0.0020618438720703125, - -0.0237884521484375, - 0.010986328125, - 0.00463104248046875, - 0.018218994140625, - 0.038055419921875, - -0.019439697265625, - 0.012908935546875, - 0.04290771484375, - -0.0004870891571044922, - 0.07489013671875, - -0.01447296142578125, - -0.040069580078125, - 0.01396942138671875, - 0.02752685546875, - -0.01209259033203125, - -0.0011644363403320312, - 0.0261077880859375, - 0.016998291015625, - 0.0031375885009765625, - 0.0227813720703125, - 0.0052642822265625, - 0.0263214111328125, - 0.02166748046875, - -0.005767822265625, - 0.019134521484375, - -0.021453857421875, - 0.00597381591796875, - 0.05181884765625, - 0.019439697265625, - 0.018524169921875, - 0.01139068603515625, - -0.00835418701171875, - -0.0261077880859375, - -0.005947113037109375, - -0.04412841796875, - 0.0283355712890625, - 0.02996826171875, - 0.027740478515625, - 0.039886474609375, - -0.052215576171875, - -0.0858154296875, - 0.0408935546875, - -0.03643798828125, - 0.061126708984375, - 0.02459716796875, - 0.0138702392578125, - 0.0384521484375, - -0.03887939453125, - 0.023590087890625, - 0.0283355712890625, - 0.00322723388671875, - 0.0218658447265625, - 0.0251007080078125, - 0.036651611328125, - 0.011688232421875, - -0.0498046875, - 0.013763427734375, - 0.0157928466796875, - 0.0070343017578125, - 0.0132598876953125, - 0.0279388427734375, - 0.0164031982421875, - -0.00351715087890625, - -0.03887939453125, - 0.052215576171875, - 0.006252288818359375, - -0.010223388671875, - 0.00839996337890625, - 0.0019989013671875, - -0.005794525146484375, - -0.050018310546875, - -0.007843017578125, - -0.01209259033203125, - -0.004199981689453125, - 0.020751953125, - 0.032196044921875, - -0.034820556640625, - -0.0004744529724121094, - 0.0599365234375, - -0.045745849609375, - 0.044525146484375, - 0.008453369140625, - -0.041107177734375, - 0.0119476318359375, - -0.00824737548828125, - -0.070068359375, - -0.002681732177734375, - -0.053436279296875, - -0.053863525390625, - -0.0103759765625, - 0.0190277099609375, - -0.050018310546875, - -0.0267181396484375, - -0.057891845703125, - -0.036224365234375, - -0.0107269287109375, - -0.0177154541015625, - 0.031982421875, - -0.0015687942504882812, - -0.0103759765625, - 0.04150390625, - 0.067626953125, - -0.01174163818359375, - -0.0224761962890625, - 0.046966552734375, - -0.014373779296875, - -0.0408935546875, - 0.04412841796875, - 0.0017337799072265625, - 0.013763427734375, - -0.030975341796875, - -0.0261077880859375, - -0.02166748046875, - 0.0325927734375, - -0.01113128662109375, - 0.0138702392578125, - -0.056671142578125, - -0.041290283203125, - -0.0251007080078125, - 0.061126708984375, - 0.0154876708984375, - 0.032379150390625, - 0.0068817138671875, - -0.058319091796875, - 0.0183258056640625, - -0.056671142578125, - -0.02752685546875, - 0.0206451416015625, - 0.003795623779296875, - -0.00662994384765625, - 0.07452392578125, - -0.0212554931640625, - 0.0225677490234375, - -0.0228729248046875, - 0.039276123046875, - 0.02996826171875, - -0.006198883056640625, - -0.03643798828125, - 0.038665771484375, - 0.023284912109375, - -0.08502197265625, - -0.0159912109375, - -0.0291595458984375, - -0.003795623779296875, - 0.053436279296875, - -0.060333251953125, - -0.0186309814453125, - -0.0172119140625, - -0.06195068359375, - -0.02813720703125, - -0.0138702392578125, - -0.0038471221923828125, - -0.025604248046875, - 0.013763427734375, - 0.030364990234375, - 0.0108795166015625, - 0.03948974609375, - 0.018829345703125, - -0.007389068603515625, - 0.009613037109375, - -0.013763427734375, - 0.0071868896484375, - 0.0250091552734375, - -0.04656982421875, - -0.0228729248046875, - -0.0305633544921875, - 0.0291595458984375, - -0.0036945343017578125, - -0.01158905029296875, - -0.0221710205078125, - -0.0215606689453125, - 0.0273284912109375, - -0.025299072265625, - -0.0020999908447265625, - -0.0154876708984375, - -0.027130126953125, - -0.034210205078125, - -0.0203399658203125, - 0.01235198974609375, - -0.006122589111328125, - -0.030975341796875, - 0.019134521484375, - 0.0035419464111328125, - -0.036834716796875, - 0.035430908203125, - 0.0283355712890625, - 0.005390167236328125, - 0.00543975830078125, - -0.0009870529174804688, - -0.004581451416015625, - 0.0273284912109375, - 0.02197265625, - -0.0307769775390625, - -0.02996826171875, - -0.06475830078125, - 0.0390625, - 0.0015687942504882812, - -0.0171051025390625, - 0.003948211669921875, - -0.03582763671875, - -0.087890625, - -0.0164031982421875, - 0.02874755859375, - 0.001201629638671875, - -0.032196044921875, - -0.0027828216552734375, - -0.035430908203125, - -0.007289886474609375, - -0.040069580078125, - 0.02337646484375, - -0.033203125, - 0.043121337890625, - -0.007694244384765625, - -0.021148681640625, - 0.02581787109375, - 0.01508331298828125, - 0.032379150390625, - 0.041900634765625, - 0.00820159912109375, - -0.0247039794921875, - 0.01366424560546875, - -0.023681640625, - -0.0160980224609375, - -0.0157928466796875, - -0.0301666259765625, - 0.0224761962890625, - -0.01396942138671875, - -0.025909423828125, - 0.039886474609375, - 0.031768798828125, - 0.01922607421875, - -0.0103759765625, - -0.026519775390625, - 0.02752685546875, - -0.0009927749633789062, - 0.057098388671875, - -0.022369384765625, - -0.0716552734375, - 0.00693511962890625, - -0.0006642341613769531, - 0.0237884521484375, - 0.01346588134765625, - 0.0020618438720703125, - -0.033203125, - 0.0230712890625, - 0.06964111328125, - -0.031585693359375, - -0.03765869140625, - -0.0108795166015625, - 0.01209259033203125, - 0.0240936279296875, - 0.052215576171875, - 0.03582763671875, - 0.0906982421875, - 0.006198883056640625, - -0.0171051025390625, - 0.056671142578125, - 0.045135498046875, - 0.018524169921875, - -0.036651611328125, - -0.042510986328125, - 0.01093292236328125, - 0.005565643310546875, - -0.037872314453125, - -0.019439697265625, - -0.0164031982421875, - 0.076904296875, - -0.05303955078125, - 0.022979736328125, - -0.004100799560546875, - -0.0128021240234375, - 0.0129547119140625, - 0.01219940185546875, - -0.035430908203125, - 0.006072998046875, - -0.00920867919921875, - -0.02337646484375, - -0.02105712890625, - -0.0013284683227539062, - 0.0231781005859375, - 0.05548095703125, - 0.046142578125, - -0.029754638671875, - 0.0491943359375, - 0.010223388671875, - 0.0261077880859375, - 0.0311737060546875, - 0.040283203125, - -0.0009741783142089844, - 0.01068115234375, - 0.044952392578125, - 0.06317138671875, - -0.01629638671875, - -0.01953125, - 0.0174102783203125, - 0.017822265625, - 0.035430908203125, - 0.030364990234375, - 0.0177154541015625, - -0.01062774658203125, - -0.00247955322265625, - -0.0550537109375, - -0.00839996337890625, - -0.00485992431640625, - -0.00966644287109375, - -0.044525146484375, - -0.0037708282470703125, - -0.0114898681640625, - -0.04595947265625, - 0.0467529296875, - 0.021759033203125, - -0.0350341796875, - -0.01305389404296875, - 0.0257110595703125, - 0.01007080078125, - -0.031585693359375, - 0.0020999908447265625, - 0.01270294189453125, - 0.004505157470703125, - -0.0291595458984375, - -0.01001739501953125, - 0.0396728515625, - -0.02166748046875, - -0.07489013671875, - -0.027130126953125, - 0.02935791015625, - -0.0237884521484375, - -0.0350341796875, - -0.01538848876953125, - -0.0164947509765625, - -0.0135650634765625, - -0.050018310546875, - -0.051025390625, - -0.0135650634765625, - 0.0088043212890625, - -0.0261077880859375, - -0.00946807861328125, - -0.00662994384765625, - -0.0267181396484375, - -0.031768798828125, - -0.01922607421875, - -0.04718017578125, - 0.04656982421875, - -0.050201416015625, - 0.031585693359375, - 0.0107269287109375, - 0.0200347900390625, - 0.03643798828125, - 0.05426025390625, - -0.0479736328125, - 0.0009927749633789062, - -0.0157928466796875, - -0.0587158203125, - 0.03460693359375, - 0.0291595458984375, - -0.0028591156005859375, - -0.06561279296875, - -0.0113372802734375, - 0.050811767578125, - -0.060333251953125, - 0.0202484130859375, - -0.00824737548828125, - -0.00008064508438110352, - -0.034820556640625, - 0.0028095245361328125, - 0.018829345703125, - 0.033416748046875, - 0.112548828125, - 0.037872314453125, - -0.0295562744140625, - -0.01214599609375, - -0.01396942138671875, - 0.048583984375, - 0.014068603515625, - 0.040069580078125, - -0.048583984375, - 0.02874755859375, - -0.005718231201171875, - -0.0190277099609375, - 0.035430908203125, - -0.0679931640625, - 0.00662994384765625, - 0.01457977294921875, - 0.01250457763671875, - -0.01629638671875, - -0.014678955078125, - -0.04150390625, - -0.053863525390625, - -0.0279388427734375, - 0.0209503173828125, - -0.01078033447265625, - -0.00830078125, - -0.03765869140625, - 0.01113128662109375, - 0.0014934539794921875, - -0.033203125, - -0.02996826171875, - -0.033599853515625, - 0.036651611328125, - -0.00582122802734375, - -0.06317138671875, - 0.0311737060546875, - -0.0019741058349609375, - 0.0225677490234375, - 0.0062255859375, - 0.043121337890625, - -0.062744140625, - 0.005084991455078125, - 0.007793426513671875, - 0.005035400390625, - 0.02813720703125, - -0.006023406982421875, - -0.0015439987182617188, - 0.023681640625, - 0.022674560546875, - -0.01922607421875, - 0.05120849609375, - 0.02105712890625, - -0.018524169921875, - -0.045135498046875, - -0.0291595458984375, - -0.00470733642578125, - 0.0151824951171875, - -0.0032901763916015625, - 0.03643798828125, - 0.03887939453125, - -0.0190277099609375, - -0.05548095703125, - 0.0587158203125, - -0.053863525390625, - 0.039276123046875, - -0.00860595703125, - -0.000980377197265625, - -0.055877685546875, - -0.026519775390625, - -0.014068603515625, - 0.03521728515625, - -0.0174102783203125, - 0.034423828125, - 0.001277923583984375, - 0.01189422607421875, - -0.01528167724609375, - -0.036041259765625, - -0.00835418701171875, - 0.037445068359375, - 0.0224761962890625, - -0.016998291015625, - 0.048797607421875, - -0.0295562744140625, - 0.0273284912109375, - -0.0181121826171875, - 0.01316070556640625, - 0.032989501953125, - 0.01113128662109375, - -0.02459716796875, - -0.00789642333984375, - 0.0186309814453125, - 0.036041259765625, - -0.019744873046875, - 0.006732940673828125, - -0.01235198974609375, - 0.01447296142578125, - 0.01690673828125, - -0.022369384765625, - 0.014984130859375, - 0.00951385498046875, - -0.00589752197265625, - -0.027740478515625, - -0.06475830078125, - -0.081787109375, - -0.01016998291015625, - -0.05426025390625, - -0.01153564453125, - -0.00997161865234375, - 0.0138702392578125, - 0.004428863525390625, - -0.0224761962890625, - 0.0212554931640625, - -0.0118408203125, - 0.006099700927734375, - -0.0338134765625, - 0.014678955078125, - -0.0095672607421875, - 0.032379150390625, - 0.005161285400390625, - -0.04290771484375, - 0.0384521484375, - -0.0184173583984375, - -0.0019989013671875, - -0.0018978118896484375, - -0.0020999908447265625, - -0.03582763671875, - 0.02105712890625, - -0.065185546875, - -0.0042266845703125, - 0.01123809814453125, - 0.02044677734375, - 0.027130126953125, - -0.033203125, - 0.041900634765625, - -0.0148773193359375, - -0.059112548828125, - 0.00835418701171875, - -0.0107269287109375, - -0.0408935546875, - 0.019439697265625, - -0.00860595703125, - 0.0218658447265625, - -0.004756927490234375, - 0.05059814453125, - 0.019134521484375, - 0.0283355712890625, - -0.007289886474609375, - -0.006984710693359375, - -0.0129547119140625, - 0.00543975830078125, - 0.00804901123046875, - 0.02197265625, - 0.017913818359375, - -0.006679534912109375, - 0.0172119140625, - -0.0018854141235351562, - -0.09393310546875, - -0.01078033447265625, - -0.044342041015625, - -0.02752685546875, - -0.016998291015625, - 0.08746337890625, - 0.02874755859375, - -0.00946807861328125, - 0.0254058837890625, - 0.07086181640625, - 0.0269317626953125, - 0.0209503173828125, - -0.01153564453125, - -0.039886474609375, - 0.004276275634765625, - -0.0088043212890625, - 0.0117950439453125, - -0.059112548828125, - 0.040069580078125, - 0.0716552734375, - -0.022064208984375, - -0.01113128662109375, - -0.00662994384765625, - -0.0241851806640625, - 0.005214691162109375, - 0.03399658203125, - 0.023590087890625, - -0.03399658203125, - 0.01346588134765625, - 0.0164031982421875, - -0.007640838623046875, - 0.0004239082336425781, - -0.01335906982421875, - -0.048370361328125, - 0.052215576171875, - -0.046966552734375, - -0.0129547119140625, - 0.006275177001953125, - 0.09027099609375, - 0.0180206298828125, - -0.01316070556640625, - -0.0132598876953125, - 0.0283355712890625, - 0.02752685546875, - -0.038055419921875, - 0.012451171875, - -0.01189422607421875, - -0.01209259033203125, - 0.0227813720703125, - 0.051025390625, - -0.005619049072265625, - 0.033599853515625, - 0.0269317626953125, - -0.058319091796875, - 0.032196044921875, - -0.018218994140625, - 0.0009551048278808594, - 0.0255126953125, - -0.046142578125, - -0.0307769775390625, - -0.0789794921875, - 0.0205535888671875, - 0.0269317626953125, - 0.0193328857421875, - 0.034210205078125, - 0.016998291015625, - -0.00678253173828125, - 0.0013980865478515625, - -0.007389068603515625, - 0.0313720703125, - 0.031982421875, - 0.0119476318359375, - 0.0097198486328125, - 0.00662994384765625, - 0.0205535888671875, - -0.049407958984375, - 0.037261962890625, - -0.03460693359375, - -0.010223388671875, - -0.043731689453125, - 0.0010814666748046875, - 0.0089111328125, - -0.057891845703125, - 0.00006008148193359375, - -0.01558685302734375, - -0.00311279296875, - -0.0241851806640625, - -0.0479736328125, - -0.01275634765625, - 0.05120849609375, - 0.0006704330444335938, - 0.003948211669921875, - 0.01224517822265625, - -0.0014238357543945312, - 0.002719879150390625, - -0.048797607421875, - 0.039886474609375, - 0.014373779296875, - 0.032806396484375, - -0.007843017578125, - -0.01528167724609375, - -0.02752685546875, - -0.002315521240234375, - 0.02813720703125, - 0.02197265625, - -0.0390625, - 0.043121337890625, - 0.034820556640625, - 0.0243988037109375, - -0.0218658447265625, - 0.0190277099609375, - 0.004024505615234375, - -0.03704833984375, - 0.0421142578125, - 0.0244903564453125, - 0.0227813720703125, - -0.00366973876953125, - 0.0028095245361328125, - -0.01629638671875, - -0.048187255859375, - 0.07330322265625, - 0.01751708984375, - -0.0006704330444335938, - 0.042510986328125, - -0.03521728515625, - 0.06439208984375, - -0.003314971923828125, - 0.0679931640625, - -0.022369384765625, - 0.0433349609375, - -0.0218658447265625, - 0.0113372802734375, - 0.018829345703125, - 0.02520751953125, - -0.017822265625, - 0.0110321044921875, - -0.026519775390625, - 0.0504150390625, - 0.017608642578125, - -0.017913818359375, - -0.06597900390625, - 0.001354217529296875, - -0.014678955078125, - 0.0035686492919921875, - 0.0350341796875, - -0.046142578125, - -0.012908935546875, - -0.0094146728515625, - 0.03643798828125, - 0.07330322265625, - 0.0098724365234375, - 0.03765869140625, - -0.006526947021484375, - -0.0040740966796875, - 0.009613037109375, - -0.006072998046875 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "malware-analysis" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "commandline", - "hashing", - "integrity" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_Nextcloud", - "type": "tool", - "name": "Nextcloud", - "content": "nextcloud die dsgvo-konforme cloud-collaboration-suite für sichere forensik-team- zusammenarbeit. end-to-end-verschlüsselung schützt sensitive ermittlungs- daten. file-sharing mit granularen berechtigungen und ablaufdaten. versionierung dokumentiert alle änderungen. collabora/onlyoffice-integration für gemeinsame berichterstellung. talk ermöglicht verschlüsselte video- konferenzen für remote-teams. der kalender koordiniert ermittlungen. flow automatisiert workflows: \"wenn report fertig → benachrichtige team\". audit-logs für compliance. external storage bindet bestehende shares ein. die federation vernetzt mehrere behörden-instanzen. two-factor-auth und sso für enterprise-security. apps erweitern für passwort-management, projekt-boards und notizen. skaliert vom raspberry pi für kleine teams bis zur high-availability-cluster. die kontrolle über die eigenen daten macht es zur ersten wahl für behörden und consultants. 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.03271484375, - 0.0019006729125976562, - 0.0204620361328125, - 0.01511383056640625, - 0.030609130859375, - 0.040374755859375, - 0.0455322265625, - 0.004688262939453125, - -0.031768798828125, - -0.012908935546875, - -0.0230560302734375, - 0.034423828125, - -0.0153045654296875, - -0.00946807861328125, - -0.062347412109375, - 0.040557861328125, - -0.016448974609375, - 0.03424072265625, - 0.0275421142578125, - -0.002044677734375, - -0.006839752197265625, - -0.0037784576416015625, - -0.0543212890625, - -0.00803375244140625, - -0.0218048095703125, - 0.0036830902099609375, - -0.0158843994140625, - -0.09490966796875, - -0.02056884765625, - 0.019134521484375, - 0.01434326171875, - -0.039215087890625, - -0.01377105712890625, - 0.037506103515625, - 0.005977630615234375, - -0.0210418701171875, - 0.00605010986328125, - -0.05548095703125, - -0.033843994140625, - 0.0244903564453125, - -0.00908660888671875, - 0.0036106109619140625, - 0.0246734619140625, - 0.027923583984375, - -0.031951904296875, - -0.03424072265625, - -0.033294677734375, - -0.024871826171875, - 0.000014007091522216797, - -0.032318115234375, - 0.007030487060546875, - 0.035003662109375, - -0.007221221923828125, - 0.007366180419921875, - -0.021331787109375, - 0.01434326171875, - -0.005069732666015625, - -0.0211334228515625, - -0.058929443359375, - 0.0428466796875, - -0.024383544921875, - -0.005523681640625, - -0.0037059783935546875, - -0.0008130073547363281, - 0.00750732421875, - 0.0281219482421875, - -0.035003662109375, - -0.025054931640625, - 0.0021152496337890625, - -0.037506103515625, - 0.01161956787109375, - 0.0275421142578125, - -0.0294647216796875, - 0.03271484375, - -0.040374755859375, - -0.044769287109375, - 0.037689208984375, - 0.0269775390625, - 0.0033473968505859375, - 0.00870513916015625, - -0.057769775390625, - 0.0007052421569824219, - 0.0265960693359375, - -0.0067901611328125, - -0.040374755859375, - -0.02362060546875, - 0.022003173828125, - 0.0220947265625, - -0.005523681640625, - 0.0313720703125, - 0.02581787109375, - -0.0357666015625, - 0.01233673095703125, - -0.033660888671875, - 0.0516357421875, - 0.05584716796875, - -0.01157379150390625, - -0.0188446044921875, - 0.0202789306640625, - 0.040924072265625, - 0.0041351318359375, - -0.032135009765625, - 0.053558349609375, - -0.010040283203125, - 0.0260162353515625, - -0.0281219482421875, - -0.004352569580078125, - -0.004688262939453125, - -0.01009368896484375, - 0.005237579345703125, - -0.09796142578125, - -0.056243896484375, - -0.016357421875, - -0.05816650390625, - 0.0012731552124023438, - 0.005809783935546875, - 0.01056671142578125, - 0.060821533203125, - -0.054718017578125, - -0.03271484375, - 0.004756927490234375, - 0.0224761962890625, - -0.0018529891967773438, - 0.008941650390625, - -0.0482177734375, - -0.05548095703125, - 0.0218048095703125, - 0.01702880859375, - -0.01161956787109375, - -0.040924072265625, - -0.01081085205078125, - -0.033843994140625, - -0.00803375244140625, - -0.050872802734375, - -0.0125274658203125, - -0.03424072265625, - 0.03594970703125, - -0.003971099853515625, - 0.00798797607421875, - 0.014251708984375, - 0.035400390625, - -0.040740966796875, - -0.04840087890625, - -0.0217132568359375, - -0.059295654296875, - -0.024871826171875, - -0.03826904296875, - 0.06158447265625, - -0.0357666015625, - -0.030029296875, - 0.00444793701171875, - -0.0024261474609375, - 0.034820556640625, - 0.0150146484375, - 0.00257110595703125, - -0.006359100341796875, - -0.004756927490234375, - 0.000008165836334228516, - 0.0265960693359375, - 0.0175933837890625, - -0.0275421142578125, - 0.0121002197265625, - 0.009613037109375, - 0.03997802734375, - -0.0110931396484375, - -0.0260162353515625, - -0.01271820068359375, - 0.010711669921875, - -0.0082244873046875, - 0.0190277099609375, - 0.0182647705078125, - 0.0125274658203125, - 0.056610107421875, - 0.050872802734375, - -0.0016622543334960938, - 0.036346435546875, - 0.006122589111328125, - -0.0246734619140625, - 0.04132080078125, - 0.019317626953125, - -0.003971099853515625, - -0.00865936279296875, - 0.059295654296875, - 0.00021219253540039062, - 0.00478363037109375, - -0.0013685226440429688, - -0.050506591796875, - 0.001476287841796875, - -0.033660888671875, - 0.01549530029296875, - -0.030029296875, - -0.0311737060546875, - -0.0074615478515625, - 0.0168304443359375, - 0.044586181640625, - 0.06353759765625, - 0.0304107666015625, - -0.017120361328125, - 0.037506103515625, - -0.0124359130859375, - -0.0117645263671875, - 0.01654052734375, - -0.002689361572265625, - 0.0304107666015625, - 0.0103302001953125, - 0.0089874267578125, - 0.002941131591796875, - 0.0543212890625, - 0.017120361328125, - -0.0174102783203125, - 0.0003407001495361328, - 0.034423828125, - -0.0198974609375, - -0.035400390625, - -0.06732177734375, - -0.0283050537109375, - -0.00750732421875, - -0.025054931640625, - -0.048583984375, - 0.024200439453125, - -0.00727081298828125, - -0.05126953125, - -0.022674560546875, - 0.032318115234375, - 0.00518798828125, - 0.0516357421875, - 0.036529541015625, - -0.01511383056640625, - -0.0273590087890625, - 0.005237579345703125, - 0.01214599609375, - 0.03289794921875, - -0.0188446044921875, - 0.0309906005859375, - 0.005405426025390625, - -0.039215087890625, - 0.039031982421875, - 0.035400390625, - 0.0189361572265625, - 0.0145416259765625, - -0.004878997802734375, - 0.033294677734375, - -0.01152801513671875, - 0.043243408203125, - 0.03253173828125, - -0.004878997802734375, - 0.004638671875, - -0.0027256011962890625, - 0.03997802734375, - 0.0296478271484375, - -0.0357666015625, - -0.00026154518127441406, - -0.07037353515625, - -0.01482391357421875, - -0.06927490234375, - -0.047454833984375, - -0.044952392578125, - -0.060821533203125, - 0.0650634765625, - -0.043426513671875, - -0.0153961181640625, - -0.030609130859375, - 0.0078887939453125, - -0.011810302734375, - 0.04266357421875, - -0.0121917724609375, - -0.026397705078125, - 0.01434326171875, - 0.0631103515625, - 0.0224761962890625, - -0.01434326171875, - 0.001476287841796875, - 0.01654052734375, - 0.0153045654296875, - 0.01233673095703125, - -0.005115509033203125, - 0.0139617919921875, - 0.035003662109375, - 0.0145416259765625, - 0.0265960693359375, - -0.00836944580078125, - 0.0267791748046875, - 0.004734039306640625, - 0.0267791748046875, - -0.043426513671875, - -0.005619049072265625, - -0.006072998046875, - 0.0139617919921875, - -0.0085601806640625, - -0.07537841796875, - 0.025054931640625, - 0.06732177734375, - -0.004016876220703125, - -0.004184722900390625, - 0.01186370849609375, - -0.0265960693359375, - -0.0031795501708984375, - 0.013580322265625, - -0.009185791015625, - 0.0269775390625, - 0.053955078125, - -0.037506103515625, - 0.0019130706787109375, - -0.01114654541015625, - -0.008941650390625, - -0.032135009765625, - -0.04266357421875, - 0.0019855499267578125, - -0.00798797607421875, - -0.03961181640625, - -0.01654052734375, - 0.039215087890625, - -0.01549530029296875, - -0.0026187896728515625, - -0.00731658935546875, - 0.0125274658203125, - -0.037109375, - -0.06658935546875, - -0.005786895751953125, - -0.05010986328125, - -0.027923583984375, - -0.01081085205078125, - 0.0367431640625, - 0.005859375, - 0.021240234375, - -0.00322723388671875, - -0.0260162353515625, - -0.0302276611328125, - 0.01434326171875, - -0.0088958740234375, - 0.0265960693359375, - 0.0088958740234375, - 0.02716064453125, - 0.0288848876953125, - 0.044189453125, - 0.0159759521484375, - 0.05853271484375, - 0.0138702392578125, - -0.0185546875, - 0.0117645263671875, - -0.0030612945556640625, - -0.0048065185546875, - 0.034423828125, - -0.012908935546875, - -0.0304107666015625, - 0.01090240478515625, - -0.0472412109375, - 0.02294921875, - 0.024383544921875, - 0.018646240234375, - 0.034423828125, - -0.0089874267578125, - 0.02581787109375, - 0.0472412109375, - 0.01009368896484375, - 0.080322265625, - -0.0210418701171875, - -0.04840087890625, - 0.0078887939453125, - 0.038818359375, - -0.0309906005859375, - -0.012908935546875, - 0.05279541015625, - -0.0015897750854492188, - 0.00411224365234375, - 0.01434326171875, - -0.020660400390625, - 0.02410888671875, - -0.026397705078125, - -0.004230499267578125, - -0.0168304443359375, - -0.0202789306640625, - 0.00975799560546875, - 0.044586181640625, - 0.037872314453125, - 0.0021648406982421875, - 0.0159759521484375, - -0.00621795654296875, - -0.0265960693359375, - -0.05279541015625, - -0.06390380859375, - 0.007793426513671875, - 0.0309906005859375, - -0.002044677734375, - 0.0401611328125, - -0.000621795654296875, - -0.06427001953125, - 0.01329803466796875, - -0.027923583984375, - 0.053558349609375, - 0.02850341796875, - 0.035186767578125, - 0.042266845703125, - -0.0239105224609375, - -0.00994873046875, - 0.032318115234375, - 0.00605010986328125, - 0.0198974609375, - 0.0180816650390625, - 0.04974365234375, - -0.007411956787109375, - -0.0302276611328125, - 0.027740478515625, - 0.042083740234375, - 0.01444244384765625, - 0.00406646728515625, - 0.0201873779296875, - 0.0254364013671875, - 0.03155517578125, - -0.0340576171875, - 0.049346923828125, - 0.0166473388671875, - -0.034637451171875, - -0.00206756591796875, - 0.0037059783935546875, - 0.01056671142578125, - -0.050872802734375, - -0.0167388916015625, - -0.004543304443359375, - 0.030029296875, - -0.0106201171875, - 0.029266357421875, - -0.0252532958984375, - 0.00020170211791992188, - 0.0139617919921875, - -0.05853271484375, - 0.017974853515625, - 0.0204620361328125, - -0.01473236083984375, - 0.0202789306640625, - -0.031951904296875, - -0.01023101806640625, - 0.033294677734375, - -0.00571441650390625, - -0.0275421142578125, - 0.0146331787109375, - 0.047454833984375, - -0.05584716796875, - -0.0455322265625, - -0.033294677734375, - -0.01568603515625, - 0.00408935546875, - -0.0246734619140625, - 0.0187530517578125, - -0.007366180419921875, - -0.0095672607421875, - 0.00975799560546875, - 0.046295166015625, - 0.02410888671875, - -0.0428466796875, - 0.0543212890625, - -0.005283355712890625, - -0.0516357421875, - 0.0273590087890625, - 0.024200439453125, - 0.014923095703125, - -0.038055419921875, - -0.024200439453125, - -0.012908935546875, - 0.02142333984375, - -0.01081085205078125, - 0.01271820068359375, - -0.0283050537109375, - -0.02984619140625, - -0.0543212890625, - 0.0288848876953125, - 0.0146331787109375, - 0.040374755859375, - -0.0222930908203125, - -0.025634765625, - 0.019317626953125, - -0.053558349609375, - -0.038818359375, - -0.021240234375, - 0.025634765625, - -0.024871826171875, - 0.04876708984375, - 0.0017690658569335938, - 0.0153961181640625, - -0.024200439453125, - 0.037689208984375, - 0.0019245147705078125, - -0.02984619140625, - -0.06005859375, - 0.044769287109375, - 0.030029296875, - -0.0654296875, - 0.00010389089584350586, - 0.0009860992431640625, - 0.0018768310546875, - 0.039794921875, - -0.058929443359375, - -0.0013093948364257812, - 0.018646240234375, - -0.0650634765625, - -0.034637451171875, - -0.03253173828125, - -0.009185791015625, - -0.032135009765625, - 0.02716064453125, - 0.04437255859375, - -0.0117645263671875, - 0.02581787109375, - 0.004711151123046875, - 0.01415252685546875, - 0.031951904296875, - -0.01434326171875, - -0.029083251953125, - 0.03997802734375, - -0.0654296875, - -0.030609130859375, - -0.0051422119140625, - 0.050506591796875, - -0.01788330078125, - -0.01788330078125, - 0.0302276611328125, - -0.0012493133544921875, - 0.044952392578125, - -0.040557861328125, - -0.00727081298828125, - -0.0340576171875, - -0.037689208984375, - -0.0246734619140625, - -0.014251708984375, - -0.00832366943359375, - 0.005405426025390625, - 0.00807952880859375, - -0.0021762847900390625, - 0.039031982421875, - -0.06390380859375, - 0.010711669921875, - 0.032135009765625, - -0.006504058837890625, - 0.0082244873046875, - 0.0128173828125, - -0.00571441650390625, - 0.0089874267578125, - 0.007843017578125, - -0.03424072265625, - -0.04437255859375, - -0.060821533203125, - 0.032318115234375, - -0.00994873046875, - 0.0038967132568359375, - -0.042266845703125, - -0.033843994140625, - -0.06964111328125, - -0.00975799560546875, - 0.057769775390625, - 0.0283050537109375, - 0.0216217041015625, - -0.0021152496337890625, - -0.018646240234375, - 0.00693511962890625, - -0.0175018310546875, - 0.0153961181640625, - -0.01161956787109375, - -0.0015420913696289062, - 0.0283050537109375, - -0.053192138671875, - 0.012054443359375, - 0.005786895751953125, - 0.01922607421875, - 0.0150146484375, - 0.020660400390625, - -0.040557861328125, - 0.0246734619140625, - -0.01224517822265625, - -0.036529541015625, - 0.002593994140625, - -0.022857666015625, - 0.00537872314453125, - -0.037109375, - 0.01329803466796875, - 0.0022602081298828125, - 0.0286865234375, - 0.0275421142578125, - -0.00698089599609375, - -0.01558685302734375, - 0.020843505859375, - 0.0056915283203125, - 0.0482177734375, - -0.0296478271484375, - -0.060821533203125, - -0.01271820068359375, - -0.0242919921875, - 0.0181732177734375, - 0.05584716796875, - -0.01018524169921875, - -0.0240020751953125, - -0.00394439697265625, - 0.0260162353515625, - 0.00951385498046875, - -0.026397705078125, - 0.00339508056640625, - 0.0153961181640625, - 0.02581787109375, - 0.05242919921875, - 0.01702880859375, - 0.08758544921875, - 0.006359100341796875, - -0.004688262939453125, - 0.056610107421875, - 0.043792724609375, - 0.027740478515625, - -0.03594970703125, - -0.05548095703125, - -0.01406097412109375, - 0.01922607421875, - -0.027923583984375, - -0.0283050537109375, - 0.00019431114196777344, - 0.040924072265625, - -0.073486328125, - -0.0139617919921875, - -0.0175933837890625, - 0.014923095703125, - 0.0017337799072265625, - 0.0209503173828125, - 0.01338958740234375, - 0.00499725341796875, - 0.0071258544921875, - -0.020660400390625, - 0.005115509033203125, - -0.0088958740234375, - 0.0160675048828125, - 0.04876708984375, - 0.01654052734375, - -0.02581787109375, - 0.039031982421875, - 0.0304107666015625, - 0.01128387451171875, - 0.040740966796875, - 0.030029296875, - 0.048004150390625, - 0.0260162353515625, - 0.04150390625, - 0.07537841796875, - -0.0169219970703125, - -0.0252532958984375, - 0.030029296875, - 0.004352569580078125, - 0.0596923828125, - 0.060455322265625, - 0.0008845329284667969, - 0.0089874267578125, - -0.0012912750244140625, - -0.0240020751953125, - -0.0196990966796875, - 0.0011358261108398438, - -0.0121917724609375, - -0.030029296875, - -0.05279541015625, - 0.0239105224609375, - -0.03271484375, - 0.00411224365234375, - -0.016448974609375, - -0.006359100341796875, - 0.0030841827392578125, - 0.022186279296875, - -0.0117645263671875, - -0.055084228515625, - 0.0168304443359375, - -0.012054443359375, - -0.026214599609375, - -0.047454833984375, - -0.024200439453125, - 0.033843994140625, - -0.0089874267578125, - -0.0596923828125, - -0.0008068084716796875, - 0.0275421142578125, - -0.00836944580078125, - -0.01558685302734375, - -0.0182647705078125, - 0.0059051513671875, - -0.0138702392578125, - -0.050506591796875, - -0.052032470703125, - -0.02850341796875, - 0.003204345703125, - -0.0158843994140625, - 0.00875091552734375, - -0.017974853515625, - -0.0153961181640625, - -0.0064544677734375, - -0.0124359130859375, - 0.00885009765625, - -0.00022864341735839844, - -0.044586181640625, - 0.03155517578125, - 0.0275421142578125, - 0.02581787109375, - 0.04705810546875, - 0.062744140625, - -0.0017452239990234375, - 0.0160675048828125, - -0.0234375, - -0.0296478271484375, - 0.0010166168212890625, - 0.006122589111328125, - 0.023529052734375, - -0.05548095703125, - -0.01009368896484375, - 0.06927490234375, - -0.06732177734375, - 0.037506103515625, - 0.0150146484375, - -0.0269775390625, - -0.0311737060546875, - -0.0125274658203125, - -0.002666473388671875, - 0.033843994140625, - 0.09527587890625, - 0.03997802734375, - -0.019805908203125, - 0.003658294677734375, - -0.040374755859375, - 0.046478271484375, - 0.01837158203125, - 0.0173187255859375, - -0.034637451171875, - -0.0005321502685546875, - 0.0113372802734375, - -0.022186279296875, - -0.01018524169921875, - -0.0830078125, - -0.014923095703125, - 0.039398193359375, - -0.0006546974182128906, - -0.030792236328125, - -0.024200439453125, - -0.033843994140625, - -0.039215087890625, - -0.038818359375, - 0.02984619140625, - 0.011383056640625, - 0.00223541259765625, - -0.0269775390625, - -0.0167388916015625, - -0.0009860992431640625, - -0.055084228515625, - -0.033660888671875, - -0.00937652587890625, - 0.03692626953125, - -0.00550079345703125, - -0.0252532958984375, - 0.037109375, - 0.019805908203125, - 0.0001538991928100586, - 0.0038738250732421875, - 0.054718017578125, - -0.030792236328125, - -0.0038967132568359375, - 0.009613037109375, - 0.029266357421875, - -0.025054931640625, - 0.005046844482421875, - 0.00860595703125, - 0.01482391357421875, - 0.05126953125, - -0.0273590087890625, - 0.0455322265625, - 0.04150390625, - -0.017791748046875, - -0.034423828125, - -0.00937652587890625, - -0.0428466796875, - 0.053192138671875, - -0.00832366943359375, - 0.0252532958984375, - 0.00444793701171875, - -0.0570068359375, - -0.08074951171875, - 0.0283050537109375, - -0.0146331787109375, - -0.0006337165832519531, - 0.001255035400390625, - -0.0180816650390625, - -0.039031982421875, - -0.02008056640625, - -0.027923583984375, - 0.027923583984375, - -0.03155517578125, - 0.019805908203125, - -0.0031566619873046875, - -0.0004930496215820312, - -0.004711151123046875, - 0.00942230224609375, - -0.0153045654296875, - 0.05816650390625, - 0.00373077392578125, - -0.0181732177734375, - 0.061981201171875, - -0.01224517822265625, - 0.0146331787109375, - -0.006313323974609375, - -0.0159759521484375, - -0.00408935546875, - -0.033294677734375, - -0.0198974609375, - 0.0194091796875, - 0.011474609375, - 0.03692626953125, - -0.00482940673828125, - 0.0204620361328125, - -0.019805908203125, - -0.005977630615234375, - 0.0160675048828125, - -0.0222930908203125, - -0.0202789306640625, - -0.010711669921875, - -0.036163330078125, - -0.0260162353515625, - -0.057769775390625, - -0.09027099609375, - -0.0033245086669921875, - -0.05548095703125, - -0.016448974609375, - 0.021331787109375, - 0.038055419921875, - 0.03594970703125, - -0.0174102783203125, - 0.004878997802734375, - -0.0244903564453125, - -0.0018177032470703125, - -0.044586181640625, - -0.0078887939453125, - -0.0150146484375, - 0.052032470703125, - 0.016357421875, - -0.044769287109375, - 0.03424072265625, - -0.019989013671875, - -0.0013990402221679688, - -0.031768798828125, - -0.0121917724609375, - -0.0190277099609375, - 0.0260162353515625, - -0.07501220703125, - -0.0260162353515625, - 0.04132080078125, - 0.057373046875, - 0.007793426513671875, - -0.032318115234375, - 0.048980712890625, - -0.035400390625, - -0.05126953125, - -0.0252532958984375, - -0.004352569580078125, - -0.0267791748046875, - 0.0089874267578125, - -0.005451202392578125, - 0.0180816650390625, - -0.00408935546875, - 0.0254364013671875, - 0.00927734375, - 0.0267791748046875, - 0.027740478515625, - -0.0260162353515625, - -0.01837158203125, - 0.006649017333984375, - 0.0139617919921875, - 0.048583984375, - 0.03594970703125, - -0.0009503364562988281, - 0.0269775390625, - -0.0104217529296875, - -0.0860595703125, - -0.018463134765625, - -0.049346923828125, - -0.036163330078125, - -0.005596160888671875, - 0.09295654296875, - 0.03961181640625, - 0.0019483566284179688, - 0.033660888671875, - 0.057373046875, - 0.0139617919921875, - 0.0153961181640625, - -0.0265960693359375, - -0.046295166015625, - -0.00394439697265625, - 0.0035858154296875, - 0.00794219970703125, - -0.047454833984375, - 0.037506103515625, - 0.050872802734375, - -0.01047515869140625, - -0.0275421142578125, - -0.0160675048828125, - 0.008514404296875, - 0.03271484375, - 0.0401611328125, - 0.0010461807250976562, - -0.0650634765625, - 0.0222930908203125, - 0.0124359130859375, - 0.0012197494506835938, - -0.031951904296875, - -0.026397705078125, - -0.00984954833984375, - 0.050872802734375, - -0.057373046875, - -0.00860595703125, - 0.0014467239379882812, - 0.080322265625, - 0.00803375244140625, - -0.03289794921875, - -0.0309906005859375, - 0.055084228515625, - 0.0198974609375, - -0.022674560546875, - 0.0225677490234375, - 0.0242919921875, - -0.0166473388671875, - 0.03155517578125, - 0.05279541015625, - -0.00406646728515625, - 0.04534912109375, - 0.007747650146484375, - -0.0267791748046875, - 0.0455322265625, - 0.01085662841796875, - 0.030029296875, - -0.033477783203125, - -0.03289794921875, - -0.019805908203125, - -0.040924072265625, - 0.047821044921875, - -0.0009565353393554688, - 0.0286865234375, - 0.03594970703125, - 0.016265869140625, - -0.020660400390625, - -0.0022716522216796875, - 0.015777587890625, - 0.0240020751953125, - 0.0202789306640625, - -0.0153045654296875, - 0.004425048828125, - -0.0023784637451171875, - 0.01329803466796875, - -0.033843994140625, - 0.0304107666015625, - -0.0296478271484375, - 0.0033721923828125, - -0.0273590087890625, - 0.018463134765625, - 0.00698089599609375, - -0.02581787109375, - -0.00794219970703125, - -0.03729248046875, - 0.03997802734375, - -0.048004150390625, - -0.0223846435546875, - 0.0099029541015625, - 0.03289794921875, - -0.029266357421875, - 0.04132080078125, - 0.01377105712890625, - -0.0313720703125, - 0.00518798828125, - -0.05279541015625, - 0.08380126953125, - 0.0104217529296875, - 0.039031982421875, - -0.003971099853515625, - 0.0275421142578125, - 0.039794921875, - 0.025634765625, - -0.0059051513671875, - 0.0275421142578125, - -0.04437255859375, - 0.037109375, - 0.050872802734375, - -0.01329803466796875, - -0.056243896484375, - 0.03729248046875, - 0.01119232177734375, - -0.0657958984375, - 0.018646240234375, - 0.030792236328125, - 0.0153961181640625, - -0.0180816650390625, - -0.00727081298828125, - 0.00794219970703125, - -0.07232666015625, - 0.056610107421875, - 0.016448974609375, - 0.01348876953125, - 0.0296478271484375, - -0.0304107666015625, - 0.052032470703125, - 0.0217132568359375, - 0.05010986328125, - -0.021240234375, - 0.04974365234375, - 0.00937652587890625, - -0.004878997802734375, - -0.0125274658203125, - 0.003047943115234375, - 0.001697540283203125, - 0.0340576171875, - -0.03558349609375, - 0.060821533203125, - 0.055084228515625, - 0.00229644775390625, - -0.07269287109375, - -0.01161956787109375, - 0.0019369125366210938, - 0.0202789306640625, - 0.040924072265625, - -0.06658935546875, - -0.006000518798828125, - 0.0110931396484375, - 0.04840087890625, - 0.0738525390625, - -0.003490447998046875, - 0.0188446044921875, - -0.0006575584411621094, - -0.01338958740234375, - -0.00588226318359375, - -0.0138702392578125 - ], - "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_X_Ways_Forensics", - "type": "tool", - "name": "X-Ways Forensics", - "content": "x-ways forensics das deutsche präzisionswerkzeug maximiert effizienz durch überlegene performance und durchdachte workflows. blitzschnelle searches in multi-terabyte-images durch optimierte algorithmen. simultane analyse mehrerer evidenzen spart zeit. die gallery-view mit skin-tone-detection beschleunigt csam-ermittlungen. x-tensions automatisieren wiederkehrende aufgaben. besonders stark: physical-search über sektorgrenzen hinweg, registry-report-generator, timeline mit millisekunden-präzision. der hex-editor zeigt rohdaten parallel zur interpretierten ansicht. template-support für proprietäre dateiformate. die spartanische gui schreckt einsteiger ab, aber profis schätzen die effizienz. deutlich günstiger als us-konkurrenz bei vergleichbarer funktionalität. der legendäre support durch stefan fleischmann persönlich. made in germany mit fokus auf gründlichkeit statt marketing. 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.0160675048828125, - 0.018280029296875, - 0.042144775390625, - -0.018951416015625, - 0.0380859375, - 0.027313232421875, - 0.0142364501953125, - 0.0240478515625, - -0.0107269287109375, - -0.0149078369140625, - -0.0305938720703125, - 0.02203369140625, - 0.0120697021484375, - 0.006011962890625, - -0.07000732421875, - 0.046173095703125, - -0.0240478515625, - 0.01187896728515625, - 0.009429931640625, - 0.0028133392333984375, - -0.0008897781372070312, - -0.019622802734375, - -0.043487548828125, - -0.01091766357421875, - -0.01337432861328125, - 0.004207611083984375, - -0.0186614990234375, - -0.0430908203125, - -0.0175018310546875, - 0.00569915771484375, - 0.032501220703125, - -0.038848876953125, - 0.0200042724609375, - 0.035797119140625, - 0.032318115234375, - -0.0186614990234375, - -0.0004570484161376953, - -0.06500244140625, - -0.0205841064453125, - 0.052337646484375, - -0.007503509521484375, - 0.00971221923828125, - 0.0292510986328125, - 0.005939483642578125, - -0.0018396377563476562, - -0.0181884765625, - -0.006732940673828125, - -0.0218353271484375, - 0.0012445449829101562, - -0.0237579345703125, - 0.032501220703125, - 0.0380859375, - -0.00678253173828125, - 0.007167816162109375, - -0.03155517578125, - 0.035797119140625, - 0.0185699462890625, - -0.01120758056640625, - -0.03155517578125, - 0.058502197265625, - -0.056182861328125, - -0.01337432861328125, - 0.007022857666015625, - -0.01024627685546875, - -0.0041351318359375, - 0.009185791015625, - -0.0004930496215820312, - -0.022216796875, - -0.00536346435546875, - 0.0030536651611328125, - 0.0075531005859375, - -0.009857177734375, - -0.029632568359375, - 0.027130126953125, - -0.01308441162109375, - -0.050018310546875, - 0.0187530517578125, - 0.0380859375, - -0.001972198486328125, - -0.0205841064453125, - -0.0531005859375, - -0.001575469970703125, - 0.0531005859375, - -0.042144775390625, - 0.0003261566162109375, - -0.018463134765625, - 0.0159759521484375, - -0.00150299072265625, - -0.0103912353515625, - -0.005916595458984375, - 0.013946533203125, - 0.017608642578125, - 0.0160675048828125, - -0.0142364501953125, - 0.04156494140625, - 0.053497314453125, - -0.004978179931640625, - -0.007648468017578125, - -0.006107330322265625, - 0.01462554931640625, - 0.038848876953125, - -0.02789306640625, - 0.05426025390625, - -0.02020263671875, - 0.05462646484375, - -0.02789306640625, - 0.0211639404296875, - -0.043853759765625, - -0.018951416015625, - -0.024627685546875, - -0.08160400390625, - -0.0288543701171875, - -0.0181884765625, - -0.0784912109375, - -0.00832366943359375, - 0.00726318359375, - -0.032501220703125, - 0.038665771484375, - -0.0237579345703125, - -0.04290771484375, - 0.0193328857421875, - 0.024627685546875, - 0.01187896728515625, - 0.002044677734375, - -0.037139892578125, - -0.060028076171875, - 0.0142364501953125, - 0.0206756591796875, - -0.02789306640625, - -0.0208740234375, - -0.0126953125, - -0.039642333984375, - -0.029052734375, - -0.0300140380859375, - -0.0148162841796875, - -0.037139892578125, - 0.02789306640625, - -0.00582122802734375, - -0.0027179718017578125, - 0.0015516281127929688, - 0.0194244384765625, - -0.039642333984375, - -0.08233642578125, - 0.008514404296875, - -0.048095703125, - -0.00017130374908447266, - -0.0277099609375, - 0.058502197265625, - -0.0340576171875, - -0.0212554931640625, - -0.00928497314453125, - 0.02789306640625, - 0.06732177734375, - 0.01904296875, - -0.01187896728515625, - -0.03521728515625, - -0.00252532958984375, - -0.015106201171875, - 0.033294677734375, - -0.007213592529296875, - -0.020111083984375, - 0.0126953125, - -0.0025844573974609375, - 0.03424072265625, - -0.0224151611328125, - -0.053863525390625, - -0.036376953125, - 0.034637451171875, - 0.0027904510498046875, - 0.003726959228515625, - 0.02789306640625, - -0.009185791015625, - 0.05157470703125, - 0.07769775390625, - -0.00473785400390625, - 0.017608642578125, - 0.00928497314453125, - -0.020294189453125, - 0.040008544921875, - 0.022613525390625, - -0.0292510986328125, - -0.0280914306640625, - 0.0217437744140625, - -0.0038471221923828125, - 0.0128936767578125, - -0.01442718505859375, - -0.0255889892578125, - -0.021636962890625, - -0.0212554931640625, - 0.01568603515625, - -0.03155517578125, - -0.02520751953125, - -0.0154876708984375, - 0.0186614990234375, - 0.0186614990234375, - 0.0657958984375, - 0.0204925537109375, - -0.0078887939453125, - 0.036376953125, - 0.00252532958984375, - 0.00519561767578125, - 0.0282745361328125, - -0.011016845703125, - 0.053863525390625, - 0.000006973743438720703, - 0.041748046875, - 0.0160675048828125, - 0.04522705078125, - 0.0213623046875, - -0.0166473388671875, - -0.0204925537109375, - 0.0604248046875, - -0.03271484375, - -0.0294342041015625, - -0.0504150390625, - -0.0300140380859375, - 0.0092315673828125, - -0.018280029296875, - -0.0390625, - 0.003246307373046875, - -0.0224151611328125, - -0.060791015625, - 0.0038471221923828125, - 0.0186614990234375, - -0.016937255859375, - 0.01000213623046875, - 0.0191497802734375, - -0.03021240234375, - -0.035003662109375, - 0.0084686279296875, - 0.0307769775390625, - 0.0129852294921875, - 0.005123138427734375, - 0.002452850341796875, - -0.01241302490234375, - -0.0242462158203125, - 0.042144775390625, - 0.0235748291015625, - 0.01221466064453125, - 0.00408935546875, - -0.032501220703125, - 0.03424072265625, - -0.0244293212890625, - 0.045989990234375, - 0.03155517578125, - -0.0199127197265625, - 0.00396728515625, - 0.01043701171875, - 0.0250091552734375, - 0.0199127197265625, - -0.055419921875, - 0.0004930496215820312, - -0.09466552734375, - -0.01317596435546875, - -0.05694580078125, - -0.0305938720703125, - -0.035980224609375, - -0.05078125, - 0.04022216796875, - -0.0208740234375, - -0.0330810546875, - -0.0021648406982421875, - 0.040008544921875, - -0.01250457763671875, - 0.0217437744140625, - 0.0181884765625, - -0.01471710205078125, - 0.007694244384765625, - 0.068115234375, - 0.004161834716796875, - -0.00411224365234375, - -0.01317596435546875, - 0.025787353515625, - -0.006927490234375, - 0.0223236083984375, - -0.022613525390625, - 0.00909423828125, - 0.0229949951171875, - 0.02655029296875, - 0.004016876220703125, - -0.0167388916015625, - 0.01413726806640625, - -0.01029205322265625, - 0.0194244384765625, - -0.0654296875, - -0.01433563232421875, - -0.00798797607421875, - 0.00235748291015625, - -0.0002028942108154297, - -0.0657958984375, - 0.006587982177734375, - 0.04925537109375, - -0.002994537353515625, - 0.009185791015625, - 0.01404571533203125, - -0.031951904296875, - 0.025787353515625, - 0.0010585784912109375, - 0.003993988037109375, - 0.0267486572265625, - 0.0277099609375, - -0.0212554931640625, - 0.0126953125, - -0.0113067626953125, - 0.0000743865966796875, - -0.055419921875, - -0.052337646484375, - -0.031951904296875, - -0.0050506591796875, - -0.034423828125, - -0.006687164306640625, - 0.0142364501953125, - -0.025970458984375, - 0.01413726806640625, - -0.01029205322265625, - 0.01702880859375, - -0.0263519287109375, - -0.062744140625, - -0.0033435821533203125, - -0.01317596435546875, - -0.04522705078125, - -0.0174102783203125, - 0.06195068359375, - 0.00740814208984375, - 0.029052734375, - -0.010772705078125, - 0.003871917724609375, - -0.022613525390625, - 0.011016845703125, - 0.005123138427734375, - 0.00473785400390625, - -0.017120361328125, - 0.040008544921875, - 0.048492431640625, - 0.0145263671875, - 0.0166473388671875, - 0.04791259765625, - 0.03790283203125, - -0.04156494140625, - 0.0003457069396972656, - 0.0034637451171875, - 0.004833221435546875, - 0.0236663818359375, - -0.0286712646484375, - -0.034820556640625, - -0.005748748779296875, - -0.0211639404296875, - 0.0035114288330078125, - 0.0175018310546875, - 0.0269317626953125, - 0.0168304443359375, - -0.023956298828125, - 0.002826690673828125, - 0.0631103515625, - 0.0091400146484375, - 0.09503173828125, - -0.005458831787109375, - -0.047515869140625, - 0.0136566162109375, - 0.036376953125, - -0.020294189453125, - -0.023956298828125, - 0.0307769775390625, - -0.00885009765625, - -0.0027904510498046875, - 0.0041351318359375, - -0.0024166107177734375, - 0.007213592529296875, - -0.0116424560546875, - -0.02154541015625, - 0.0204925537109375, - -0.01020050048828125, - 0.01250457763671875, - 0.044830322265625, - 0.0404052734375, - -0.0128936767578125, - 0.0219268798828125, - -0.02789306640625, - -0.0303955078125, - -0.025787353515625, - -0.076171875, - 0.00634765625, - 0.0192413330078125, - -0.0029811859130859375, - 0.038848876953125, - -0.02154541015625, - -0.0631103515625, - 0.017608642578125, - -0.03289794921875, - 0.06964111328125, - 0.042327880859375, - 0.00490570068359375, - 0.0280914306640625, - -0.0186614990234375, - 0.00740814208984375, - 0.0049285888671875, - 0.0267486572265625, - 0.0255889892578125, - 0.04656982421875, - 0.033294677734375, - -0.002368927001953125, - -0.0280914306640625, - 0.0255889892578125, - 0.051177978515625, - 0.020294189453125, - -0.006061553955078125, - 0.048095703125, - 0.0204925537109375, - 0.0282745361328125, - -0.01068115234375, - 0.061553955078125, - 0.039825439453125, - -0.0015869140625, - 0.027130126953125, - -0.00507354736328125, - 0.01702880859375, - -0.07080078125, - 0.01096343994140625, - -0.0005230903625488281, - 0.0160675048828125, - 0.03424072265625, - 0.0186614990234375, - -0.041351318359375, - 0.017791748046875, - 0.037322998046875, - -0.061553955078125, - 0.0206756591796875, - 0.01413726806640625, - -0.01317596435546875, - 0.01178741455078125, - -0.034423828125, - -0.06427001953125, - 0.022216796875, - -0.0248260498046875, - -0.01953125, - 0.0081787109375, - 0.0240478515625, - -0.040985107421875, - -0.04443359375, - -0.0303955078125, - -0.025970458984375, - -0.01183319091796875, - -0.0135650634765625, - 0.041168212890625, - 0.00603485107421875, - -0.013275146484375, - 0.035003662109375, - 0.02288818359375, - 0.005218505859375, - -0.0194244384765625, - 0.043487548828125, - -0.024139404296875, - -0.03387451171875, - 0.0173187255859375, - 0.01471710205078125, - 0.00894927978515625, - -0.036376953125, - -0.00008493661880493164, - -0.0001074671745300293, - 0.0177001953125, - 0.00870513916015625, - 0.01568603515625, - -0.023468017578125, - -0.0467529296875, - -0.061187744140625, - 0.027130126953125, - 0.01279449462890625, - 0.0504150390625, - -0.003017425537109375, - -0.036376953125, - 0.033660888671875, - -0.04925537109375, - -0.023468017578125, - -0.01091766357421875, - -0.001888275146484375, - -0.016937255859375, - 0.05194091796875, - -0.010772705078125, - 0.004688262939453125, - -0.0199127197265625, - 0.05426025390625, - 0.0014553070068359375, - -0.02789306640625, - -0.03558349609375, - 0.03271484375, - 0.034820556640625, - -0.042510986328125, - -0.0129852294921875, - -0.002452850341796875, - -0.00971221923828125, - 0.020782470703125, - -0.0704345703125, - 0.0003275871276855469, - 0.0208740234375, - -0.0677490234375, - -0.03271484375, - -0.04559326171875, - -0.029815673828125, - -0.025970458984375, - 0.007312774658203125, - 0.0380859375, - -0.0236663818359375, - 0.031951904296875, - -0.0026092529296875, - 0.0113525390625, - 0.0340576171875, - -0.00457000732421875, - -0.01308441162109375, - 0.0255889892578125, - -0.060791015625, - -0.035003662109375, - -0.00408935546875, - 0.0210723876953125, - -0.02655029296875, - -0.01433563232421875, - 0.000980377197265625, - -0.0205841064453125, - 0.05078125, - -0.034820556640625, - -0.0181884765625, - -0.0292510986328125, - 0.002704620361328125, - -0.04156494140625, - -0.01375579833984375, - 0.0235748291015625, - 0.0030670166015625, - 0.01043701171875, - -0.005001068115234375, - 0.03021240234375, - -0.078857421875, - 0.04193115234375, - 0.009185791015625, - 0.01202392578125, - -0.0172119140625, - 0.02337646484375, - -0.018280029296875, - -0.0024051666259765625, - 0.053497314453125, - -0.005435943603515625, - -0.0205841064453125, - -0.05694580078125, - 0.03271484375, - -0.01149749755859375, - -0.01558685302734375, - -0.00649261474609375, - -0.0269317626953125, - -0.06500244140625, - 0.00634765625, - 0.042144775390625, - 0.028472900390625, - 0.005123138427734375, - -0.02520751953125, - -0.0211639404296875, - -0.004016876220703125, - -0.021453857421875, - 0.03558349609375, - -0.019622802734375, - 0.0178985595703125, - 0.01337432861328125, - -0.046356201171875, - 0.0286712646484375, - 0.0229949951171875, - 0.0267486572265625, - 0.03289794921875, - 0.029052734375, - -0.029052734375, - -0.009765625, - -0.017608642578125, - -0.0211639404296875, - 0.00411224365234375, - -0.01433563232421875, - 0.017120361328125, - -0.038299560546875, - -0.01953125, - 0.01337432861328125, - 0.0263519287109375, - 0.03521728515625, - -0.0199127197265625, - -0.0248260498046875, - 0.006927490234375, - 0.0027408599853515625, - 0.06964111328125, - -0.01433563232421875, - -0.02520751953125, - -0.004474639892578125, - -0.00567626953125, - 0.030975341796875, - 0.047698974609375, - -0.005603790283203125, - -0.0380859375, - 0.005313873291015625, - 0.0154876708984375, - -0.0208740234375, - -0.00682830810546875, - -0.01385498046875, - 0.0159759521484375, - 0.0330810546875, - 0.07696533203125, - 0.03173828125, - 0.07080078125, - 0.000058591365814208984, - 0.00836944580078125, - 0.0300140380859375, - 0.08349609375, - 0.034637451171875, - -0.0294342041015625, - -0.055419921875, - -0.004302978515625, - -0.0088958740234375, - -0.03790283203125, - -0.03790283203125, - -0.00006687641143798828, - 0.042144775390625, - -0.06695556640625, - -0.03387451171875, - -0.010772705078125, - 0.0185699462890625, - -0.00995635986328125, - 0.0231781005859375, - -0.01096343994140625, - 0.0177001953125, - -0.023956298828125, - -0.042327880859375, - -0.01000213623046875, - -0.0225067138671875, - 0.007167816162109375, - 0.05810546875, - 0.04022216796875, - -0.0001773834228515625, - 0.0377197265625, - 0.0016956329345703125, - 0.01091766357421875, - 0.0267486572265625, - 0.049652099609375, - 0.01471710205078125, - 0.0175018310546875, - 0.03424072265625, - 0.0677490234375, - -0.01091766357421875, - -0.01158905029296875, - 0.020782470703125, - 0.0193328857421875, - 0.048095703125, - 0.062347412109375, - -0.007068634033203125, - -0.009185791015625, - -0.012603759765625, - -0.04827880859375, - 0.016937255859375, - 0.0204010009765625, - 0.0026702880859375, - -0.01442718505859375, - -0.035003662109375, - 0.034820556640625, - -0.06195068359375, - 0.037506103515625, - 0.0211639404296875, - -0.01375579833984375, - -0.005340576171875, - 0.0104827880859375, - -0.0116424560546875, - -0.044830322265625, - -0.005168914794921875, - -0.0017557144165039062, - -0.033477783203125, - -0.046356201171875, - -0.049652099609375, - 0.009765625, - 0.0013952255249023438, - -0.05426025390625, - -0.01500701904296875, - 0.030975341796875, - -0.0058441162109375, - -0.0303955078125, - -0.00423431396484375, - 0.005218505859375, - -0.0014247894287109375, - -0.0267486572265625, - -0.053497314453125, - -0.02520751953125, - 0.0194244384765625, - -0.03521728515625, - 0.01187896728515625, - -0.050018310546875, - -0.019622802734375, - -0.0181884765625, - -0.0282745361328125, - -0.038299560546875, - 0.0181884765625, - -0.028472900390625, - 0.042724609375, - 0.00995635986328125, - 0.036163330078125, - 0.0430908203125, - 0.08697509765625, - 0.0007395744323730469, - 0.017120361328125, - -0.01538848876953125, - -0.060028076171875, - 0.00991058349609375, - 0.006587982177734375, - 0.007312774658203125, - -0.031951904296875, - 0.007022857666015625, - 0.06964111328125, - -0.08734130859375, - 0.013946533203125, - 0.015777587890625, - -0.0255889892578125, - -0.0313720703125, - 0.0008597373962402344, - 0.01702880859375, - 0.0167388916015625, - 0.09771728515625, - -0.0004448890686035156, - -0.029815673828125, - 0.0117340087890625, - -0.03924560546875, - 0.06195068359375, - 0.0120697021484375, - 0.018463134765625, - -0.06500244140625, - 0.042510986328125, - 0.00803375244140625, - -0.01529693603515625, - -0.00870513916015625, - -0.055023193359375, - -0.01500701904296875, - 0.0467529296875, - 0.030975341796875, - -0.029632568359375, - -0.020294189453125, - -0.039642333984375, - -0.005290985107421875, - -0.045989990234375, - 0.01702880859375, - 0.0001480579376220703, - 0.0020809173583984375, - -0.041351318359375, - 0.0168304443359375, - -0.015106201171875, - -0.0557861328125, - -0.02655029296875, - -0.025970458984375, - 0.0082244873046875, - -0.02020263671875, - -0.05426025390625, - 0.00002086162567138672, - 0.015777587890625, - 0.0016832351684570312, - 0.0224151611328125, - 0.07232666015625, - -0.035797119140625, - -0.0058441162109375, - -0.00971221923828125, - 0.03656005859375, - -0.00865936279296875, - 0.006206512451171875, - -0.00582122802734375, - 0.02655029296875, - 0.007843017578125, - -0.048095703125, - 0.05157470703125, - 0.0210723876953125, - -0.01702880859375, - -0.0531005859375, - -0.038482666015625, - -0.02154541015625, - 0.044647216796875, - -0.01462554931640625, - 0.0367431640625, - 0.0123138427734375, - -0.0219268798828125, - -0.09771728515625, - 0.042327880859375, - -0.034820556640625, - 0.024627685546875, - 0.01462554931640625, - -0.01404571533203125, - -0.07000732421875, - -0.06195068359375, - -0.020111083984375, - 0.017120361328125, - -0.0200042724609375, - 0.02203369140625, - -0.0111083984375, - 0.011016845703125, - -0.020111083984375, - -0.00582122802734375, - -0.013275146484375, - 0.049652099609375, - 0.01226806640625, - -0.038848876953125, - 0.062744140625, - -0.0390625, - 0.00933074951171875, - -0.004856109619140625, - 0.01120758056640625, - 0.0030422210693359375, - -0.006061553955078125, - -0.0098114013671875, - -0.004833221435546875, - 0.0286712646484375, - 0.058502197265625, - -0.017120361328125, - 0.015106201171875, - -0.005313873291015625, - 0.0275115966796875, - -0.0023326873779296875, - -0.023468017578125, - 0.0008358955383300781, - -0.005893707275390625, - -0.0248260498046875, - -0.0261688232421875, - -0.056549072265625, - -0.093505859375, - -0.0003380775451660156, - -0.045989990234375, - -0.019622802734375, - 0.0292510986328125, - 0.029632568359375, - 0.0167388916015625, - -0.036376953125, - 0.033660888671875, - -0.01000213623046875, - -0.038665771484375, - -0.0307769775390625, - 0.036163330078125, - -0.0330810546875, - 0.0457763671875, - -0.0104827880859375, - -0.0275115966796875, - 0.0275115966796875, - -0.00079345703125, - 0.00865936279296875, - -0.007358551025390625, - 0.0128936767578125, - -0.025390625, - 0.017791748046875, - -0.060791015625, - -0.01837158203125, - 0.01033782958984375, - 0.02288818359375, - -0.000980377197265625, - -0.03289794921875, - 0.055023193359375, - -0.023956298828125, - -0.055419921875, - 0.033294677734375, - -0.0277099609375, - -0.0280914306640625, - 0.007213592529296875, - -0.020111083984375, - 0.0394287109375, - 0.0250091552734375, - 0.031951904296875, - 0.0330810546875, - 0.0248260498046875, - 0.017608642578125, - -0.0300140380859375, - 0.007648468017578125, - 0.002201080322265625, - 0.0181884765625, - -0.0088958740234375, - 0.013275146484375, - -0.00229644775390625, - 0.0161590576171875, - -0.0018281936645507812, - -0.0931396484375, - -0.022216796875, - -0.0177001953125, - -0.061187744140625, - -0.01216888427734375, - 0.07275390625, - 0.0340576171875, - 0.01000213623046875, - 0.0142364501953125, - 0.042510986328125, - 0.0286712646484375, - -0.0079345703125, - -0.01654052734375, - -0.0604248046875, - -0.04156494140625, - 0.0173187255859375, - 0.0178985595703125, - -0.047515869140625, - 0.0557861328125, - 0.056182861328125, - -0.0063018798828125, - -0.024627685546875, - -0.00937652587890625, - -0.0111083984375, - 0.0557861328125, - 0.013946533203125, - 0.01337432861328125, - -0.06658935546875, - 0.032501220703125, - 0.04156494140625, - -0.01568603515625, - -0.0101470947265625, - -0.0123138427734375, - -0.022216796875, - 0.0704345703125, - -0.07501220703125, - 0.007694244384765625, - 0.001575469970703125, - 0.08233642578125, - 0.0210723876953125, - -0.02203369140625, - -0.007068634033203125, - 0.038482666015625, - -0.00937652587890625, - -0.024139404296875, - 0.011016845703125, - 0.0063018798828125, - -0.0100555419921875, - 0.04425048828125, - 0.049652099609375, - -0.01149749755859375, - 0.038482666015625, - 0.019622802734375, - -0.047698974609375, - 0.00682830810546875, - -0.01158905029296875, - 0.0288543701171875, - 0.00582122802734375, - -0.046173095703125, - -0.00971221923828125, - -0.05694580078125, - 0.01337432861328125, - -0.0224151611328125, - 0.0307769775390625, - 0.034637451171875, - -0.006252288818359375, - -0.0237579345703125, - 0.023956298828125, - 0.0038471221923828125, - 0.050018310546875, - -0.005794525146484375, - 0.009521484375, - 0.0069732666015625, - 0.033294677734375, - -0.00899505615234375, - -0.0185699462890625, - 0.0248260498046875, - -0.03173828125, - 0.0149078369140625, - -0.04827880859375, - 0.002201080322265625, - 0.01837158203125, - -0.0180816650390625, - -0.0066375732421875, - -0.04827880859375, - -0.022796630859375, - -0.017608642578125, - -0.035003662109375, - -0.01029205322265625, - 0.0248260498046875, - -0.036163330078125, - 0.0250091552734375, - 0.034423828125, - -0.0213623046875, - -0.00014281272888183594, - -0.047149658203125, - 0.08502197265625, - 0.0248260498046875, - 0.0230865478515625, - 0.0009860992431640625, - 0.0245361328125, - 0.04022216796875, - 0.0250091552734375, - 0.01029205322265625, - 0.005481719970703125, - -0.0229949951171875, - 0.0303955078125, - 0.060791015625, - 0.0013408660888671875, - -0.042724609375, - 0.0288543701171875, - 0.0194244384765625, - -0.07696533203125, - 0.045989990234375, - 0.0255889892578125, - 0.006687164306640625, - -0.0198211669921875, - -0.004642486572265625, - -0.015869140625, - -0.038848876953125, - 0.040802001953125, - 0.01317596435546875, - -0.0120697021484375, - 0.0267486572265625, - -0.04443359375, - 0.04290771484375, - 0.0069732666015625, - 0.0504150390625, - -0.044647216796875, - 0.056182861328125, - -0.023468017578125, - 0.00875091552734375, - -0.006397247314453125, - 0.0178985595703125, - 0.00832366943359375, - 0.02520751953125, - -0.0192413330078125, - 0.06500244140625, - 0.01029205322265625, - -0.021636962890625, - -0.075439453125, - -0.006877899169921875, - 0.009857177734375, - 0.006587982177734375, - 0.0440673828125, - -0.032501220703125, - -0.03155517578125, - -0.008514404296875, - 0.020294189453125, - 0.045989990234375, - -0.0191497802734375, - 0.00229644775390625, - -0.00110626220703125, - -0.00196075439453125, - -0.0230865478515625, - -0.0255889892578125 - ], - "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_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. command-line 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.03997802734375, - 0.0312042236328125, - 0.0312042236328125, - -0.00499725341796875, - 0.04132080078125, - 0.0279541015625, - 0.0232391357421875, - -0.004795074462890625, - -0.01959228515625, - 0.0232391357421875, - -0.02606201171875, - 0.040252685546875, - 0.0096588134765625, - -0.0189056396484375, - -0.0596923828125, - 0.04052734375, - -0.020660400390625, - 0.00325775146484375, - 0.01195526123046875, - 0.01397705078125, - -0.005336761474609375, - -0.01073455810546875, - -0.043212890625, - -0.021881103515625, - 0.0058746337890625, - 0.0177001953125, - 0.01120758056640625, - -0.0723876953125, - -0.0279541015625, - 0.009185791015625, - 0.01837158203125, - -0.033905029296875, - 0.00959014892578125, - 0.0106048583984375, - 0.00469207763671875, - -0.007022857666015625, - -0.00972747802734375, - -0.033233642578125, - -0.01229095458984375, - 0.033905029296875, - -0.0068206787109375, - 0.005809783935546875, - 0.0115509033203125, - -0.0005950927734375, - -0.026336669921875, - -0.035919189453125, - 0.01546478271484375, - -0.0189056396484375, - 0.0061798095703125, - -0.0343017578125, - 0.048095703125, - 0.033233642578125, - -0.01067352294921875, - -0.0175628662109375, - -0.029449462890625, - 0.0367431640625, - 0.0316162109375, - -0.0106048583984375, - -0.040802001953125, - 0.040252685546875, - -0.06671142578125, - -0.00577545166015625, - -0.0029201507568359375, - -0.020263671875, - 0.02783203125, - 0.035919189453125, - -0.006923675537109375, - -0.03228759765625, - 0.0226898193359375, - -0.0240478515625, - -0.011077880859375, - -0.0014858245849609375, - -0.020660400390625, - 0.0175628662109375, - -0.01959228515625, - -0.060516357421875, - -0.0083770751953125, - 0.0160064697265625, - -0.01715087890625, - 0.0179595947265625, - -0.035125732421875, - -0.00045371055603027344, - 0.047821044921875, - -0.01715087890625, - -0.0207977294921875, - 0.01397705078125, - 0.034576416015625, - 0.0226898193359375, - -0.00885009765625, - -0.002094268798828125, - 0.016143798828125, - 0.004119873046875, - 0.026885986328125, - -0.02349853515625, - 0.048370361328125, - 0.047821044921875, - -0.04132080078125, - -0.004863739013671875, - -0.02783203125, - 0.036468505859375, - 0.048095703125, - -0.0303955078125, - 0.049713134765625, - -0.033233642578125, - 0.045654296875, - -0.0243072509765625, - 0.0164794921875, - 0.007022857666015625, - -0.01479339599609375, - 0.00033354759216308594, - -0.09454345703125, - -0.032684326171875, - -0.0226898193359375, - -0.0518798828125, - -0.0106048583984375, - 0.00627899169921875, - 0.0032749176025390625, - 0.0494384765625, - -0.018768310546875, - -0.02606201171875, - 0.01560211181640625, - 0.04132080078125, - -0.0032749176025390625, - 0.01485443115234375, - -0.0675048828125, - -0.032684326171875, - 0.008575439453125, - 0.0144500732421875, - -0.0280914306640625, - -0.0061798095703125, - -0.01020050048828125, - -0.0164794921875, - -0.01161956787109375, - -0.031463623046875, - -0.008544921875, - 0.00035881996154785156, - 0.04376220703125, - 0.0141143798828125, - -0.01202392578125, - -0.005367279052734375, - 0.0153961181640625, - -0.0172882080078125, - -0.0596923828125, - 0.0019588470458984375, - -0.02593994140625, - -0.021209716796875, - -0.0293121337890625, - 0.03619384765625, - -0.033355712890625, - -0.01134490966796875, - -0.0166168212890625, - 0.0228271484375, - 0.062408447265625, - 0.007328033447265625, - 0.0303955078125, - -0.057281494140625, - 0.0118865966796875, - -0.01512908935546875, - 0.027557373046875, - -0.0312042236328125, - -0.0087127685546875, - 0.0170135498046875, - -0.00045800209045410156, - 0.007396697998046875, - -0.01432037353515625, - -0.03375244140625, - 0.0006709098815917969, - 0.032012939453125, - 0.0303955078125, - 0.004795074462890625, - 0.03228759765625, - -0.0182342529296875, - 0.059173583984375, - 0.0648193359375, - -0.006786346435546875, - 0.01580810546875, - 0.0222930908203125, - -0.0302581787109375, - 0.027557373046875, - 0.042694091796875, - -0.01323699951171875, - -0.027008056640625, - 0.03997802734375, - -0.01580810546875, - 0.015533447265625, - -0.00675201416015625, - -0.0312042236328125, - -0.019989013671875, - -0.019989013671875, - 0.033355712890625, - -0.0521240234375, - -0.037811279296875, - -0.00925445556640625, - 0.0164794921875, - 0.0027866363525390625, - 0.054840087890625, - 0.03564453125, - -0.0162811279296875, - 0.008575439453125, - 0.0009708404541015625, - 0.00135040283203125, - 0.0182342529296875, - -0.0112762451171875, - 0.05078125, - 0.0160675048828125, - 0.0029201507568359375, - -0.01959228515625, - 0.04754638671875, - 0.0287628173828125, - -0.011077880859375, - -0.01479339599609375, - 0.058624267578125, - -0.01708984375, - -0.0228271484375, - -0.0312042236328125, - -0.05780029296875, - 0.0291748046875, - -0.02728271484375, - -0.024444580078125, - 0.007732391357421875, - -0.018646240234375, - -0.056182861328125, - -0.00850677490234375, - 0.01479339599609375, - 0.0026683807373046875, - 0.044586181640625, - 0.0172882080078125, - -0.01397705078125, - -0.0048980712890625, - 0.020263671875, - 0.032012939453125, - 0.03375244140625, - -0.009857177734375, - 0.0118865966796875, - -0.0443115234375, - -0.00786590576171875, - 0.03863525390625, - 0.0494384765625, - 0.01479339599609375, - 0.018096923828125, - -0.0177001953125, - 0.0303955078125, - -0.0297088623046875, - 0.025390625, - 0.03363037109375, - -0.0261993408203125, - -0.0179595947265625, - 0.0083770751953125, - 0.0122222900390625, - 0.047821044921875, - -0.0391845703125, - -0.004558563232421875, - -0.060791015625, - 0.0089111328125, - -0.058349609375, - -0.024444580078125, - -0.0267486572265625, - -0.047821044921875, - 0.0312042236328125, - -0.0011568069458007812, - -0.0391845703125, - -0.011077880859375, - 0.031341552734375, - 0.0003314018249511719, - 0.033355712890625, - -0.011749267578125, - -0.042144775390625, - 0.00594329833984375, - 0.09832763671875, - -0.006046295166015625, - 0.002330780029296875, - 0.00833892822265625, - 0.0267486572265625, - -0.00373077392578125, - 0.048370361328125, - -0.01959228515625, - 0.0033435821533203125, - 0.04510498046875, - 0.016204833984375, - 0.0252532958984375, - -0.034454345703125, - 0.01141357421875, - -0.0115509033203125, - 0.016754150390625, - -0.06378173828125, - -0.00019943714141845703, - -0.005504608154296875, - 0.0011730194091796875, - -0.00006699562072753906, - -0.06378173828125, - -0.00658416748046875, - 0.03619384765625, - 0.01229095458984375, - 0.0013341903686523438, - 0.028900146484375, - -0.0391845703125, - 0.0065155029296875, - -0.018646240234375, - 0.0027179718017578125, - 0.0295867919921875, - 0.045928955078125, - -0.0177001953125, - -0.006214141845703125, - -0.01262664794921875, - -0.007495880126953125, - -0.035125732421875, - -0.060791015625, - -0.0418701171875, - -0.00675201416015625, - -0.049713134765625, - -0.00945281982421875, - 0.01337432861328125, - -0.00627899169921875, - 0.00482940673828125, - -0.009521484375, - -0.0137786865234375, - -0.036468505859375, - -0.031341552734375, - -0.007328033447265625, - -0.0124969482421875, - -0.0391845703125, - -0.043487548828125, - 0.048370361328125, - 0.007396697998046875, - 0.0163421630859375, - 0.01432037353515625, - 0.01485443115234375, - -0.0316162109375, - 0.035125732421875, - -0.004962921142578125, - 0.004425048828125, - -0.0241851806640625, - 0.054840087890625, - 0.0252532958984375, - 0.01080322265625, - 0.01134490966796875, - 0.0697021484375, - 0.0185089111328125, - -0.0228271484375, - 0.002346038818359375, - -0.00627899169921875, - 0.014251708984375, - 0.0229644775390625, - -0.0013589859008789062, - -0.0220184326171875, - 0.00516510009765625, - -0.0124969482421875, - 0.01134490966796875, - 0.0201263427734375, - 0.036468505859375, - 0.0228271484375, - -0.0025997161865234375, - -0.0240478515625, - 0.0645751953125, - 0.01026153564453125, - 0.09832763671875, - -0.01526641845703125, - -0.01229095458984375, - 0.021881103515625, - 0.01519775390625, - -0.0280914306640625, - 0.002346038818359375, - 0.044036865234375, - 0.038909912109375, - -0.00945281982421875, - 0.0239105224609375, - 0.016815185546875, - 0.0239105224609375, - -0.01134490966796875, - -0.01357269287109375, - 0.0185089111328125, - -0.0099945068359375, - 0.0299835205078125, - 0.063232421875, - 0.0189056396484375, - -0.005401611328125, - 0.014251708984375, - -0.0297088623046875, - -0.02215576171875, - -0.043212890625, - -0.0675048828125, - 0.0029048919677734375, - 0.05267333984375, - 0.01451873779296875, - 0.04241943359375, - -0.03564453125, - -0.0723876953125, - 0.024993896484375, - -0.0280914306640625, - 0.07293701171875, - 0.05023193359375, - 0.01215362548828125, - 0.0394287109375, - -0.009185791015625, - 0.0027179718017578125, - 0.0166168212890625, - 0.0034942626953125, - 0.029449462890625, - 0.0645751953125, - 0.037017822265625, - 0.00864410400390625, - -0.0224151611328125, - 0.01242828369140625, - 0.03485107421875, - 0.0096588134765625, - -0.0096588134765625, - 0.01087188720703125, - 0.00992584228515625, - 0.027008056640625, - -0.0299835205078125, - 0.03240966796875, - 0.0309295654296875, - -0.003292083740234375, - 0.024444580078125, - -0.0084381103515625, - 0.0283660888671875, - -0.031890869140625, - 0.0014009475708007812, - -0.0020847320556640625, - 0.0239105224609375, - 0.0207977294921875, - 0.03106689453125, - -0.0394287109375, - -0.00021529197692871094, - 0.038909912109375, - -0.07562255859375, - 0.0261993408203125, - 0.05511474609375, - -0.021881103515625, - -0.00800323486328125, - -0.018646240234375, - -0.054840087890625, - 0.04052734375, - -0.0297088623046875, - -0.0293121337890625, - 0.000029802322387695312, - 0.03228759765625, - -0.027557373046875, - -0.038360595703125, - -0.0302581787109375, - -0.00803375244140625, - -0.03753662109375, - -0.017425537109375, - 0.03485107421875, - 0.01904296875, - 0.0065155029296875, - 0.052398681640625, - 0.037811279296875, - -0.012359619140625, - -0.0316162109375, - 0.047821044921875, - -0.00506591796875, - -0.02728271484375, - 0.027008056640625, - 0.03564453125, - 0.0065155029296875, - -0.03619384765625, - -0.014251708984375, - 0.01026153564453125, - 0.026611328125, - -0.004306793212890625, - 0.01337432861328125, - -0.051055908203125, - -0.057525634765625, - -0.02984619140625, - 0.03485107421875, - -0.0035457611083984375, - 0.0518798828125, - -0.002330780029296875, - -0.06268310546875, - 0.0229644775390625, - -0.05511474609375, - -0.0185089111328125, - -0.004169464111328125, - 0.0222930908203125, - 0.007732391357421875, - 0.06292724609375, - -0.0243072509765625, - -0.0290374755859375, - -0.0182342529296875, - 0.07183837890625, - -0.001468658447265625, - -0.00675201416015625, - -0.0391845703125, - 0.053497314453125, - 0.02471923828125, - -0.044036865234375, - -0.0124969482421875, - -0.003612518310546875, - 0.0045928955078125, - 0.041595458984375, - -0.05645751953125, - -0.01120758056640625, - -0.02349853515625, - -0.062408447265625, - -0.044586181640625, - -0.0198516845703125, - -0.0201263427734375, - -0.039703369140625, - 0.0240478515625, - 0.038360595703125, - 0.0087127685546875, - 0.0341796875, - 0.01067352294921875, - -0.0013418197631835938, - 0.0147247314453125, - -0.002819061279296875, - -0.03863525390625, - 0.0494384765625, - -0.0469970703125, - -0.031890869140625, - -0.01039886474609375, - 0.03619384765625, - -0.040802001953125, - 0.020660400390625, - 0.01337432861328125, - -0.018768310546875, - 0.03564453125, - -0.046722412109375, - 0.00396728515625, - -0.00864410400390625, - -0.0248565673828125, - -0.0252532958984375, - -0.0236358642578125, - -0.0074615478515625, - 0.04620361328125, - -0.0028362274169921875, - 0.019317626953125, - 0.06024169921875, - -0.033233642578125, - 0.0109405517578125, - 0.0210723876953125, - -0.0166168212890625, - 0.0198516845703125, - -0.002346038818359375, - 0.0009202957153320312, - -0.007564544677734375, - 0.0367431640625, - -0.0232391357421875, - -0.038909912109375, - -0.1053466796875, - 0.02606201171875, - -0.00634765625, - -0.0002522468566894531, - -0.01485443115234375, - -0.04754638671875, - -0.049713134765625, - -0.01141357421875, - 0.03485107421875, - 0.034576416015625, - -0.006450653076171875, - -0.0252532958984375, - 0.016204833984375, - -0.0005993843078613281, - -0.01532745361328125, - 0.0236358642578125, - -0.0005106925964355469, - 0.0101318359375, - -0.0201263427734375, - -0.029449462890625, - 0.024444580078125, - 0.004085540771484375, - 0.025115966796875, - 0.01114654541015625, - 0.0164794921875, - -0.011749267578125, - 0.01020050048828125, - -0.00722503662109375, - -0.013916015625, - -0.037811279296875, - -0.023773193359375, - -0.0021610260009765625, - -0.005706787109375, - -0.01641845703125, - 0.01708984375, - 0.0172882080078125, - 0.0286407470703125, - -0.00959014892578125, - -0.027008056640625, - 0.02984619140625, - -0.0122222900390625, - 0.045654296875, - -0.01080322265625, - -0.04052734375, - 0.01276397705078125, - -0.0118865966796875, - 0.0418701171875, - 0.048370361328125, - -0.031463623046875, - -0.0276947021484375, - 0.0159454345703125, - 0.040252685546875, - -0.0001857280731201172, - -0.0341796875, - -0.03997802734375, - 0.0191802978515625, - 0.00341033935546875, - 0.065673828125, - -0.0010890960693359375, - 0.083740234375, - 0.039703369140625, - 0.002651214599609375, - 0.036468505859375, - 0.066162109375, - 0.045928955078125, - -0.025390625, - -0.06402587890625, - -0.0214691162109375, - 0.01141357421875, - -0.037811279296875, - -0.0556640625, - 0.0002932548522949219, - 0.043212890625, - -0.05023193359375, - -0.025665283203125, - -0.0115509033203125, - -0.005268096923828125, - 0.006046295166015625, - 0.01229095458984375, - -0.0160675048828125, - 0.041046142578125, - 0.00189971923828125, - -0.0418701171875, - 0.0012407302856445312, - -0.0005698204040527344, - 0.01053619384765625, - 0.03485107421875, - 0.053497314453125, - -0.00885009765625, - 0.0287628173828125, - 0.00850677490234375, - 0.03350830078125, - 0.021209716796875, - 0.048614501953125, - 0.0182342529296875, - 0.0306549072265625, - 0.046478271484375, - 0.0295867919921875, - -0.0141143798828125, - -0.007328033447265625, - 0.0109405517578125, - 0.038909912109375, - 0.03729248046875, - 0.058624267578125, - 0.0147247314453125, - 0.01148223876953125, - -0.0175628662109375, - -0.0570068359375, - 0.0004432201385498047, - 0.008270263671875, - 0.00324249267578125, - -0.0312042236328125, - -0.01337432861328125, - 0.0276947021484375, - -0.0264739990234375, - 0.03997802734375, - 0.0019931793212890625, - -0.020263671875, - -0.00705718994140625, - 0.045654296875, - -0.02984619140625, - -0.041595458984375, - 0.0164794921875, - -0.0182342529296875, - -0.046722412109375, - -0.0316162109375, - -0.02850341796875, - 0.044036865234375, - -0.0220184326171875, - -0.054840087890625, - -0.0239105224609375, - 0.05377197265625, - -0.00861358642578125, - -0.01020050048828125, - -0.0207977294921875, - -0.01114654541015625, - -0.01120758056640625, - -0.03729248046875, - -0.03729248046875, - -0.0287628173828125, - 0.01020050048828125, - -0.030792236328125, - 0.002971649169921875, - -0.005435943603515625, - 0.0172882080078125, - -0.024444580078125, - -0.01209259033203125, - -0.0220184326171875, - 0.028228759765625, - -0.0443115234375, - 0.053497314453125, - 0.0305328369140625, - 0.025115966796875, - 0.042694091796875, - 0.08160400390625, - 0.007598876953125, - 0.0144500732421875, - 0.00705718994140625, - -0.055908203125, - 0.019317626953125, - 0.029449462890625, - 0.01708984375, - -0.06671142578125, - -0.01546478271484375, - 0.04888916015625, - -0.05645751953125, - -0.0035800933837890625, - 0.0252532958984375, - -0.0290374755859375, - -0.044830322265625, - 0.01202392578125, - -0.0005993843078613281, - 0.00665283203125, - 0.07940673828125, - 0.004726409912109375, - -0.0036468505859375, - 0.024444580078125, - -0.046722412109375, - 0.05078125, - 0.0276947021484375, - 0.0169525146484375, - -0.055389404296875, - -0.0013256072998046875, - 0.019989013671875, - -0.0297088623046875, - -0.00021636486053466797, - -0.049713134765625, - -0.006011962890625, - 0.0367431640625, - 0.02349853515625, - -0.01290130615234375, - -0.0232391357421875, - -0.045379638671875, - -0.0229644775390625, - -0.0189056396484375, - 0.018646240234375, - 0.008209228515625, - -0.00466156005859375, - -0.0312042236328125, - -0.0016803741455078125, - 0.00246429443359375, - -0.0518798828125, - -0.04620361328125, - -0.040252685546875, - 0.037017822265625, - 0.006076812744140625, - -0.04376220703125, - -0.002819061279296875, - 0.022552490234375, - 0.026611328125, - 0.0248565673828125, - 0.068603515625, - -0.03863525390625, - -0.02606201171875, - 0.00992584228515625, - 0.05322265625, - 0.0035457611083984375, - -0.00466156005859375, - -0.00043272972106933594, - 0.0177001953125, - 0.0469970703125, - -0.034576416015625, - 0.03997802734375, - 0.031463623046875, - -0.007190704345703125, - -0.04998779296875, - -0.01418304443359375, - -0.025115966796875, - 0.0303955078125, - -0.01067352294921875, - 0.042938232421875, - -0.0162811279296875, - -0.004489898681640625, - -0.1102294921875, - 0.040252685546875, - -0.03240966796875, - 0.0090484619140625, - 0.006988525390625, - -0.0134429931640625, - -0.06268310546875, - -0.0418701171875, - -0.0226898193359375, - 0.00885009765625, - -0.03753662109375, - 0.0137786865234375, - 0.012969970703125, - 0.004962921142578125, - 0.01006317138671875, - 0.0185089111328125, - 0.0069580078125, - 0.0556640625, - 0.0182342529296875, - -0.0239105224609375, - 0.05401611328125, - -0.04052734375, - 0.01073455810546875, - -0.005130767822265625, - 0.01479339599609375, - 0.0034275054931640625, - -0.01290130615234375, - -0.048095703125, - -0.032684326171875, - 0.00658416748046875, - 0.07183837890625, - -0.019989013671875, - 0.027557373046875, - -0.01168060302734375, - 0.04754638671875, - -0.0025501251220703125, - -0.01512908935546875, - 0.0025997161865234375, - 0.01202392578125, - -0.0182342529296875, - -0.01168060302734375, - -0.061309814453125, - -0.08642578125, - 0.0090484619140625, - -0.06427001953125, - -0.001190185546875, - 0.0169525146484375, - 0.021881103515625, - 0.004726409912109375, - -0.018646240234375, - 0.03106689453125, - -0.019989013671875, - -0.01357269287109375, - -0.013641357421875, - 0.018646240234375, - -0.011749267578125, - 0.0210723876953125, - 0.03729248046875, - -0.02728271484375, - 0.013916015625, - -0.0133056640625, - -0.005741119384765625, - -0.032958984375, - -0.0003440380096435547, - -0.0229644775390625, - 0.027008056640625, - -0.02783203125, - -0.0194549560546875, - 0.01242828369140625, - 0.035919189453125, - 0.0240478515625, - -0.03729248046875, - 0.0545654296875, - -0.0287628173828125, - -0.052398681640625, - 0.0341796875, - -0.00675201416015625, - -0.0367431640625, - 0.0217437744140625, - 0.00445556640625, - -0.012359619140625, - 0.015533447265625, - 0.034027099609375, - 0.040802001953125, - 0.03729248046875, - 0.027008056640625, - -0.02606201171875, - -0.00992584228515625, - -0.01290130615234375, - 0.0518798828125, - 0.02728271484375, - 0.02349853515625, - 0.0204010009765625, - 0.0306549072265625, - 0.0005612373352050781, - -0.09185791015625, - 0.0177001953125, - 0.005603790283203125, - -0.04376220703125, - 0.026336669921875, - 0.06536865234375, - 0.042938232421875, - 0.01134490966796875, - 0.039703369140625, - 0.05023193359375, - 0.04241943359375, - -0.00786590576171875, - -0.02349853515625, - -0.0712890625, - -0.0224151611328125, - 0.00466156005859375, - 0.0084381103515625, - -0.0621337890625, - 0.0670166015625, - 0.07025146484375, - -0.021881103515625, - -0.013916015625, - -0.01141357421875, - -0.01458740234375, - 0.043212890625, - 0.04888916015625, - 0.01451873779296875, - -0.063232421875, - 0.03350830078125, - 0.01959228515625, - -0.0261993408203125, - -0.01100921630859375, - 0.00992584228515625, - -0.0295867919921875, - 0.039703369140625, - -0.08050537109375, - -0.00753021240234375, - -0.0004706382751464844, - 0.059173583984375, - 0.0135040283203125, - -0.038360595703125, - -0.01397705078125, - 0.0204010009765625, - 0.00641632080078125, - -0.01120758056640625, - 0.01168060302734375, - 0.0228271484375, - -0.01215362548828125, - 0.04132080078125, - 0.032135009765625, - 0.0038318634033203125, - 0.044830322265625, - 0.01404571533203125, - -0.059967041015625, - 0.017425537109375, - 0.0115509033203125, - 0.0032749176025390625, - -0.009857177734375, - -0.0391845703125, - -0.0185089111328125, - -0.0274200439453125, - 0.01337432861328125, - -0.009796142578125, - 0.0306549072265625, - 0.0112762451171875, - -0.01087188720703125, - -0.0144500732421875, - 0.00830841064453125, - 0.005840301513671875, - 0.0556640625, - 0.02984619140625, - 0.01080322265625, - 0.01134490966796875, - 0.037017822265625, - 0.01114654541015625, - -0.0267486572265625, - 0.0297088623046875, - -0.061859130859375, - 0.0065155029296875, - -0.0306549072265625, - 0.0002448558807373047, - 0.00347900390625, - -0.016204833984375, - -0.021881103515625, - -0.027557373046875, - 0.013916015625, - -0.0101318359375, - -0.032684326171875, - -0.0017137527465820312, - 0.0521240234375, - -0.0343017578125, - 0.0164794921875, - 0.0191802978515625, - -0.008209228515625, - -0.012969970703125, - -0.0670166015625, - 0.08160400390625, - 0.050506591796875, - 0.0103302001953125, - -0.005706787109375, - 0.02349853515625, - 0.049713134765625, - 0.00229644775390625, - 0.00945281982421875, - 0.03564453125, - -0.0010595321655273438, - 0.06268310546875, - 0.066162109375, - 0.0243072509765625, - -0.04241943359375, - 0.035919189453125, - 0.001705169677734375, - -0.051605224609375, - 0.0316162109375, - 0.01715087890625, - 0.026336669921875, - -0.0204010009765625, - -0.02215576171875, - -0.0164794921875, - -0.037811279296875, - 0.05401611328125, - 0.01384735107421875, - -0.01384735107421875, - 0.02606201171875, - -0.056732177734375, - 0.0391845703125, - -0.0037136077880859375, - 0.052398681640625, - -0.040252685546875, - 0.05023193359375, - -0.016204833984375, - -0.01039886474609375, - 0.0213470458984375, - 0.0367431640625, - -0.025115966796875, - 0.006988525390625, - -0.0017642974853515625, - 0.057525634765625, - 0.039703369140625, - 0.01432037353515625, - -0.04132080078125, - -0.004795074462890625, - 0.0055389404296875, - -0.0248565673828125, - 0.0232391357421875, - -0.0213470458984375, - -0.0115509033203125, - -0.0033435821533203125, - 0.03228759765625, - 0.048370361328125, - -0.023101806640625, - 0.043212890625, - 0.018646240234375, - -0.0003292560577392578, - -0.005130767822265625, - -0.0264739990234375 - ], - "metadata": { - "domains": [ - "ics-forensics", - "incident-response", - "malware-analysis" - ], - "phases": [ - "data-collection", - "examination", - "analysis" - ], - "tags": [ - "command-line", - "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_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.00001913309097290039, - 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.00011944770812988281, - -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_TheHive_5", "type": "tool", @@ -90707,1051 +93867,5257 @@ } }, { - "id": "tool_Elliptic", + "id": "tool_CAINE", "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", + "name": "CAINE", + "content": "caine caine (computer aided investigative environment) ist eine ubuntu‑basierte live‑linux‑distribution, die mehr als 150 forensik‑werkzeuge in einer schreibgeschützten umgebung bündelt. version 14.0 »lightstream« (märz 2025) bringt kernel 6.8, uefi‑support und das unblock‑gui zum gezielten aufheben der write‑block‑funktion für einzelne devices. :contentreference[oaicite:2]{index=2} live-distro imaging write-blocking gui commandline scenario:disk_imaging incident-response static-investigations network-forensics mobile-forensics data-collection examination 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.00252532958984375, - -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.033416748046875, + 0.046600341796875, + 0.037261962890625, + -0.01519775390625, + 0.0277557373046875, + 0.0287628173828125, + 0.047607421875, + 0.02734375, + -0.0018110275268554688, + -0.006938934326171875, + -0.05267333984375, + 0.032806396484375, + 0.01357269287109375, + -0.00643157958984375, + -0.03424072265625, + 0.013671875, + -0.022796630859375, + -0.01560211181640625, + 0.01357269287109375, + 0.023193359375, + -0.0255279541015625, + 0.00405120849609375, + -0.0494384765625, + 0.0038242340087890625, + 0.017730712890625, + -0.00992584228515625, + -0.006938934326171875, + -0.063232421875, -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.0236968994140625, + -0.01611328125, + -0.03363037109375, + -0.02978515625, + 0.004405975341796875, + 0.0110931396484375, + 0.00931549072265625, + 0.00445556640625, + -0.0242156982421875, + -0.0164031982421875, + 0.0293731689453125, + -0.0090179443359375, + -0.006988525390625, + 0.011444091796875, + -0.0283660888671875, + -0.00881195068359375, + -0.048004150390625, + -0.025726318359375, + -0.01088714599609375, + 0.01580810546875, + -0.055908203125, + 0.00704193115234375, + 0.051849365234375, + 0.012054443359375, + -0.0014181137084960938, + -0.0229949951171875, + 0.01103973388671875, + 0.022186279296875, + -0.036865234375, + -0.09320068359375, + 0.03179931640625, + -0.053070068359375, + 0.0024051666259765625, + -0.00865936279296875, + -0.030181884765625, + 0.0137786865234375, + 0.039520263671875, + -0.0191497802734375, + -0.0380859375, + -0.0084075927734375, + 0.0015573501586914062, + 0.0291748046875, + -0.0225830078125, + 0.0179290771484375, 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.0016460418701171875, + -0.033416748046875, + 0.0287628173828125, + 0.01751708984375, + 0.03668212890625, + 0.005645751953125, + -0.01934814453125, + -0.0034694671630859375, + 0.036865234375, + 0.01245880126953125, + -0.03668212890625, + 0.0142822265625, + 0.0157012939453125, + 0.00861358642578125, + 0.01549530029296875, + -0.00830841064453125, + 0.021881103515625, + -0.0250244140625, + -0.00946807861328125, + -0.02227783203125, 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.07415771484375, + -0.003696441650390625, + -0.012359619140625, + -0.0007567405700683594, + 0.061187744140625, + 0.01438140869140625, + -0.020355224609375, + 0.05145263671875, + -0.0026454925537109375, + 0.035247802734375, + -0.037078857421875, + 0.03240966796875, + 0.004329681396484375, + -0.023406982421875, + -0.0546875, + -0.09197998046875, + -0.052276611328125, + 0.002849578857421875, + -0.047210693359375, + -0.022491455078125, + 0.01326751708984375, + -0.022491455078125, + 0.050048828125, + -0.03564453125, + -0.05914306640625, + -0.0022411346435546875, + -0.0004494190216064453, + -0.00620269775390625, + 0.0182342529296875, + -0.07940673828125, + -0.061187744140625, + 0.01296234130859375, + 0.0303955078125, + -0.05267333984375, + -0.0293731689453125, + -0.048431396484375, + -0.0303955078125, + -0.033843994140625, + -0.01261138916015625, + -0.0033931732177734375, + -0.03302001953125, + 0.01904296875, + -0.00830841064453125, + -0.01119232177734375, + 0.025726318359375, + 0.046600341796875, + -0.004634857177734375, + -0.055908203125, + 0.0112457275390625, + -0.044158935546875, + 0.0007915496826171875, + 0.0026340484619140625, + 0.0506591796875, + -0.0277557373046875, + -0.020660400390625, + -0.0217742919921875, + 0.0350341796875, + 0.0469970703125, + -0.00942230224609375, + 0.032012939453125, + -0.0229949951171875, + -0.016510009765625, + -0.0048370361328125, + 0.0079498291015625, + -0.0217742919921875, + 0.01560211181640625, + 0.0147857666015625, + -0.00241851806640625, + 0.021270751953125, + -0.0265350341796875, + -0.0277557373046875, + -0.0167083740234375, + -0.0008358955383300781, + 0.0084075927734375, + 0.0014247894287109375, + 0.03564453125, + -0.01251220703125, + 0.057952880859375, + 0.047393798828125, + 0.0142822265625, + 0.000033020973205566406, + 0.02410888671875, + -0.0027484893798828125, + 0.039306640625, + 0.0153961181640625, + -0.0004684925079345703, + 0.0008544921875, + 0.0265350341796875, + -0.0026836395263671875, + 0.0289764404296875, + 0.028564453125, + -0.04376220703125, + -0.0185394287109375, + -0.020355224609375, + 0.021270751953125, + -0.026947021484375, + 0.006130218505859375, + 0.0049896240234375, + 0.0109405517578125, + 0.01337432861328125, + 0.049835205078125, + 0.02978515625, + -0.02978515625, + 0.04498291015625, + 0.0172271728515625, + 0.016510009765625, + 0.0271453857421875, + 0.00122833251953125, + 0.0380859375, + 0.0176239013671875, + 0.0043792724609375, + -0.003520965576171875, + 0.0386962890625, + 0.0299835205078125, + -0.0010004043579101562, + -0.01751708984375, + 0.04071044921875, + -0.0279541015625, + -0.035247802734375, + -0.0201568603515625, + -0.00988006591796875, + -0.0110931396484375, + -0.02532958984375, + -0.0020008087158203125, + -0.0210723876953125, + -0.01306915283203125, -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.03363037109375, + 0.01812744140625, + -0.0157012939453125, + 0.021881103515625, + -0.0167083740234375, + -0.0457763671875, + -0.0191497802734375, + 0.0210723876953125, + 0.027557373046875, + 0.026336669921875, + -0.018341064453125, + 0.00420379638671875, + -0.012664794921875, + -0.04498291015625, + 0.0546875, + 0.0198516845703125, + 0.006988525390625, + 0.0013170242309570312, + -0.0208740234375, + -0.01549530029296875, + -0.00800323486328125, + 0.03564453125, + 0.0243072509765625, + 0.00014793872833251953, + -0.012054443359375, + 0.0085601806640625, + 0.04132080078125, + 0.045379638671875, + -0.0445556640625, + 0.0030517578125, + -0.06524658203125, + 0.0006709098815917969, + -0.07171630859375, + -0.01397705078125, + 0.0015697479248046875, + -0.033416748046875, + 0.04962158203125, + -0.0265350341796875, + -0.026947021484375, + 0.018035888671875, + 0.0245208740234375, + 0.00977325439453125, + 0.053070068359375, + 0.0090179443359375, + -0.033416748046875, + -0.00673675537109375, + 0.058746337890625, + -0.017822265625, + -0.026336669921875, + -0.038482666015625, + 0.04071044921875, + -0.002696990966796875, + 0.0316162109375, + -0.040924072265625, + -0.00249481201171875, + 0.038482666015625, + 0.0289764404296875, + 0.034454345703125, + -0.0195465087890625, + 0.01337432861328125, + 0.03363037109375, + 0.01210784912109375, + -0.053070068359375, + -0.01068878173828125, + -0.006229400634765625, + 0.0010890960693359375, + -0.01129150390625, + -0.036865234375, + -0.007598876953125, + 0.0362548828125, + 0.018341064453125, + -0.0012159347534179688, + 0.0081024169921875, + -0.035858154296875, + 0.005950927734375, + -0.006633758544921875, + 0.01180267333984375, + 0.028564453125, + 0.0289764404296875, + -0.0186309814453125, + 0.010284423828125, + 0.0007567405700683594, + 0.006786346435546875, + -0.00942230224609375, + -0.01904296875, + -0.0245208740234375, + -0.014892578125, + -0.0697021484375, + -0.038299560546875, + 0.037872314453125, + -0.0186309814453125, + 0.032806396484375, + -0.026947021484375, + 0.00197601318359375, + -0.052276611328125, + -0.0672607421875, + 0.0008358955383300781, + -0.04315185546875, + -0.033416748046875, + -0.01499176025390625, + 0.0312042236328125, + 0.0061798095703125, + -0.00016772747039794922, + 0.00445556640625, + -0.0219879150390625, + -0.030792236328125, + 0.00042724609375, + -0.0026836395263671875, + 0.034454345703125, + -0.009979248046875, + 0.0157012939453125, + 0.0197601318359375, + 0.03240966796875, + 0.0117034912109375, + 0.0223846435546875, + 0.0279541015625, + -0.0259246826171875, + -0.0104827880859375, + -0.025726318359375, + 0.00881195068359375, + -0.00182342529296875, + -0.013671875, + -0.0279541015625, + 0.01397705078125, + -0.016815185546875, + 0.0214691162109375, + 0.01357269287109375, + 0.006786346435546875, + 0.030792236328125, + -0.033843994140625, + 0.022796630859375, + 0.0648193359375, + -0.00815582275390625, + 0.109375, + -0.0019121170043945312, + -0.07049560546875, + 0.037261962890625, + 0.04315185546875, + 0.028564453125, + 0.01195526123046875, + 0.0184326171875, + 0.016510009765625, + -0.00022161006927490234, + 0.049835205078125, + -0.02227783203125, + 0.0380859375, + -0.012054443359375, + 0.009521484375, + 0.0197601318359375, + 0.0249176025390625, + 0.020263671875, + 0.0506591796875, + 0.0170135498046875, + 0.03424072265625, + 0.0204620361328125, + -0.027557373046875, + -0.032012939453125, + 0.0142822265625, + -0.052276611328125, + 0.01458740234375, + 0.043548583984375, + 0.00445556640625, + 0.051055908203125, + -0.01519775390625, + -0.057952880859375, + 0.0188446044921875, + -0.04315185546875, + 0.053070068359375, + 0.042327880859375, + 0.020660400390625, + 0.017730712890625, + -0.0195465087890625, + 0.005191802978515625, + 0.0172271728515625, + -0.0125579833984375, + 0.042327880859375, + 0.0134735107421875, + 0.038909912109375, + -0.006458282470703125, + -0.0350341796875, + 0.020965576171875, + 0.041748046875, + 0.0164031982421875, + -0.00301361083984375, + 0.020263671875, + 0.03179931640625, + -0.01357269287109375, + -0.06768798828125, + 0.0595703125, + 0.054290771484375, + -0.0115509033203125, + 0.0169219970703125, + -0.0124053955078125, + -0.021575927734375, + -0.06561279296875, + 0.01499176025390625, + 0.007904052734375, + -0.00005817413330078125, + 0.0157012939453125, + 0.00739288330078125, + -0.037078857421875, -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.01129150390625, + -0.08953857421875, + 0.026947021484375, + 0.014892578125, + -0.02532958984375, + 0.01995849609375, + -0.0087127685546875, + -0.05633544921875, + -0.006988525390625, + -0.0163116455078125, + -0.04681396484375, + 0.0259246826171875, + 0.020263671875, + -0.041534423828125, + -0.02056884765625, + -0.00992584228515625, + -0.014892578125, + -0.00926971435546875, + -0.016815185546875, + 0.0322265625, + -0.0112457275390625, + 0.0036468505859375, + 0.0289764404296875, + 0.0229949951171875, + 0.0017347335815429688, + -0.041748046875, + 0.035247802734375, + -0.020050048828125, + -0.00524139404296875, + 0.0182342529296875, + 0.0316162109375, + 0.0142822265625, + -0.00830841064453125, + -0.0303955078125, + -0.0213775634765625, + 0.017730712890625, + 0.00019621849060058594, + 0.0299835205078125, + -0.01438140869140625, + -0.0249176025390625, + -0.062408447265625, + 0.05267333984375, + -0.005218505859375, + 0.0238037109375, + 0.003772735595703125, + -0.06768798828125, + 0.0322265625, + -0.0115509033203125, + -0.01418304443359375, + -0.004230499267578125, + -0.0027217864990234375, + -0.0027103424072265625, + 0.077392578125, + -0.0082550048828125, + -0.002925872802734375, + -0.01499176025390625, + 0.030181884765625, + 0.034637451171875, + 0.00405120849609375, + -0.0299835205078125, + 0.01245880126953125, + 0.056732177734375, + -0.0595703125, + 0.0019121170043945312, + -0.012054443359375, + -0.00704193115234375, + 0.0236053466796875, + -0.0672607421875, + 0.00769805908203125, + 0.007598876953125, + -0.07293701171875, + 0.017425537109375, + -0.0259246826171875, + -0.01149749755859375, + -0.007904052734375, + 0.03546142578125, + 0.01611328125, + -0.0261383056640625, + 0.0293731689453125, + 0.016815185546875, + 0.0084075927734375, + 0.01418304443359375, + -0.005596160888671875, + -0.01119232177734375, + 0.007343292236328125, + -0.06683349609375, + -0.032012939453125, + -0.043975830078125, + 0.00579833984375, + -0.033233642578125, + -0.022491455078125, + -0.01357269287109375, + -0.0287628173828125, + 0.015899658203125, + -0.0316162109375, + -0.0084075927734375, + -0.0214691162109375, + -0.0196533203125, + -0.030181884765625, + -0.03546142578125, + 0.0211639404296875, + 0.009674072265625, + 0.01448822021484375, + 0.0289764404296875, + 0.0225830078125, + -0.0709228515625, + 0.027557373046875, + 0.032012939453125, + 0.0023040771484375, + 0.01251220703125, + -0.020965576171875, + -0.024810791015625, + -0.01529693603515625, + 0.03564453125, + -0.04071044921875, + -0.01611328125, + -0.06683349609375, + 0.002925872802734375, + -0.0005602836608886719, + 0.0103302001953125, + -0.0034942626953125, + -0.0068359375, + -0.07452392578125, + 0.00445556640625, + 0.035247802734375, + 0.00926971435546875, + -0.017120361328125, + -0.048431396484375, + -0.037689208984375, + -0.0236053466796875, + -0.055511474609375, + 0.0134735107421875, + -0.017730712890625, + 0.0031147003173828125, + 0.011749267578125, + -0.051849365234375, + 0.00861358642578125, + 0.025115966796875, + 0.0204620361328125, + 0.01068878173828125, + 0.0229949951171875, + -0.045379638671875, + 0.035858154296875, + -0.006053924560546875, + 0.000873565673828125, + -0.01103973388671875, + -0.0219879150390625, + 0.040313720703125, + -0.0163116455078125, + -0.0216827392578125, + -0.0016460418701171875, + 0.0169219970703125, + 0.005290985107421875, + 0.0032291412353515625, + -0.048614501953125, + 0.03240966796875, + 0.004962921142578125, + 0.077392578125, + -0.04132080078125, + -0.062408447265625, + 0.01418304443359375, + 0.011444091796875, + 0.042144775390625, + 0.043548583984375, + 0.0210723876953125, + -0.00785064697265625, + -0.00830841064453125, + 0.0198516845703125, + -0.0189361572265625, + -0.039520263671875, + -0.01468658447265625, + 0.0014629364013671875, + 0.0173187255859375, + 0.034027099609375, + 0.01073455810546875, + 0.1077880859375, + -0.00992584228515625, + 0.0030384063720703125, + 0.004787445068359375, + 0.09033203125, + 0.028167724609375, + -0.034027099609375, + -0.045166015625, + 0.004154205322265625, + 0.00524139404296875, + -0.0494384765625, + -0.0233001708984375, + 0.004558563232421875, + 0.055908203125, + -0.052276611328125, + -0.0124053955078125, + -0.01468658447265625, + -0.02734375, + 0.01468658447265625, + 0.0109405517578125, + -0.0210723876953125, + 0.009063720703125, + -0.00197601318359375, + -0.040924072265625, + -0.0023040771484375, + 0.0081024169921875, + 0.031402587890625, + 0.057525634765625, + 0.037078857421875, + -0.0163116455078125, + 0.039306640625, + 0.013671875, + 0.01519775390625, + 0.01180267333984375, + 0.0194549560546875, + 0.025726318359375, + -0.01549530029296875, + 0.037261962890625, + 0.035247802734375, + -0.021270751953125, + -0.033233642578125, + -0.001861572265625, + 0.02349853515625, + 0.0733642578125, + 0.0635986328125, + -0.0250244140625, + 0.01529693603515625, + -0.01180267333984375, + -0.06524658203125, + -0.0134735107421875, + 0.01220703125, + 0.00397491455078125, + -0.0258331298828125, + -0.043548583984375, + 0.0316162109375, + -0.0259246826171875, + 0.0303955078125, + 0.02471923828125, + -0.01129150390625, + -0.002899169921875, + 0.0082550048828125, + -0.0142822265625, + -0.037078857421875, + -0.0037994384765625, + -0.00800323486328125, + -0.0240020751953125, + -0.04437255859375, + -0.0220794677734375, + 0.02978515625, + -0.034637451171875, + -0.047607421875, + -0.0299835205078125, + 0.064453125, + -0.023101806640625, + -0.032012939453125, + -0.00785064697265625, + 0.0169219970703125, + -0.0106353759765625, + -0.05914306640625, + -0.0106353759765625, + -0.028167724609375, + 0.014892578125, + -0.0494384765625, + -0.012054443359375, + -0.00688934326171875, + -0.0411376953125, + -0.0258331298828125, + -0.01812744140625, + -0.063232421875, + 0.0223846435546875, + -0.039520263671875, + 0.028564453125, + 0.003772735595703125, + 0.03546142578125, + 0.0303955078125, + 0.035247802734375, + -0.01418304443359375, + -0.006153106689453125, + -0.01560211181640625, + -0.06927490234375, + 0.0249176025390625, + 0.0011081695556640625, + -0.0150909423828125, + -0.064453125, + -0.0252227783203125, + 0.050048828125, + -0.082275390625, + 0.025421142578125, + 0.016815185546875, + 0.003772735595703125, + -0.0261383056640625, + -0.00257110595703125, + 0.0007152557373046875, + 0.0008358955383300781, + 0.053070068359375, + -0.01611328125, + 0.006786346435546875, + 0.0010194778442382812, + -0.0350341796875, + 0.0445556640625, + 0.00830841064453125, + 0.032623291015625, + -0.02978515625, + 0.0312042236328125, + 0.00148773193359375, + -0.0184326171875, + 0.0223846435546875, + -0.07373046875, + -0.0033931732177734375, + 0.03302001953125, + 0.01073455810546875, + 0.0089111328125, + 0.00977325439453125, + -0.02734375, + -0.0207672119140625, + -0.01448822021484375, + 0.050048828125, + 0.00754547119140625, + -0.005924224853515625, + -0.03668212890625, + -0.024810791015625, + -0.061187744140625, + -0.025634765625, + -0.0192413330078125, + -0.0309906005859375, + 0.039306640625, + -0.0289764404296875, + -0.047607421875, + 0.01088714599609375, + -0.030181884765625, + 0.0201568603515625, + 0.0019626617431640625, + 0.07171630859375, + -0.037078857421875, + 0.018035888671875, + -0.025421142578125, + 0.04620361328125, + 0.0170135498046875, + -0.0189361572265625, + -0.03240966796875, + 0.006988525390625, + 0.01387786865234375, + -0.04376220703125, + 0.042755126953125, + 0.042327880859375, + -0.0217742919921875, + -0.0648193359375, + -0.03240966796875, + -0.016815185546875, + 0.0137786865234375, + -0.048431396484375, + 0.0445556640625, + -0.0110931396484375, + -0.00531768798828125, + -0.10089111328125, + 0.0362548828125, + 0.00640869140625, + 0.0293731689453125, + 0.01053619384765625, + 0.017822265625, + -0.04376220703125, + -0.0176239013671875, + -0.0007691383361816406, + 0.0316162109375, + -0.020660400390625, + 0.0022792816162109375, + 0.010284423828125, + 0.01058197021484375, + 0.022186279296875, + -0.0005822181701660156, + -0.009521484375, + 0.0283660888671875, + 0.047821044921875, + -0.02471923828125, + 0.0506591796875, + -0.04052734375, + -0.00896453857421875, + -0.01261138916015625, + 0.00714111328125, + 0.01291656494140625, + 0.003925323486328125, + -0.0287628173828125, + 0.006481170654296875, + 0.042755126953125, + 0.0017976760864257812, + 0.004940032958984375, + -0.0127105712890625, + 0.02349853515625, + 0.02288818359375, + 0.0084075927734375, + -0.020965576171875, + -0.004154205322265625, + -0.005519866943359375, + -0.007904052734375, + -0.029571533203125, + -0.07537841796875, + -0.0660400390625, + 0.032623291015625, + -0.0271453857421875, + -0.03179931640625, + 0.020263671875, + 0.0030002593994140625, + -0.015899658203125, + -0.038482666015625, + 0.00977325439453125, + -0.01134490966796875, + -0.0236053466796875, + -0.04681396484375, + 0.023193359375, + -0.00405120849609375, + 0.0309906005859375, + -0.00450897216796875, + -0.0733642578125, + 0.004077911376953125, + -0.03546142578125, + -0.017822265625, + -0.021575927734375, + -0.00516510009765625, + -0.05084228515625, + 0.012664794921875, + -0.07537841796875, + -0.0271453857421875, + -0.0197601318359375, + 0.0182342529296875, + 0.02978515625, + 0.0045318603515625, + 0.05633544921875, + -0.003292083740234375, + -0.06524658203125, + 0.055511474609375, + -0.0124053955078125, + -0.016510009765625, + 0.009063720703125, + -0.0213775634765625, + -0.0032672882080078125, + 0.009674072265625, + 0.037078857421875, + 0.03485107421875, + 0.052276611328125, + 0.007343292236328125, + -0.0277557373046875, + 0.028564453125, + -0.032806396484375, + 0.030181884765625, + 0.0002073049545288086, + 0.02734375, + -0.005519866943359375, + -0.0022792816162109375, + -0.004634857177734375, + -0.06768798828125, + -0.0380859375, + -0.02978515625, + -0.0261383056640625, + -0.006481170654296875, + 0.07818603515625, + 0.032806396484375, + -0.0024051666259765625, + 0.03546142578125, + 0.07049560546875, + 0.01529693603515625, + -0.005977630615234375, + -0.002658843994140625, + -0.054290771484375, + 0.017425537109375, + 0.004405975341796875, + 0.018035888671875, + -0.06158447265625, + 0.0014753341674804688, + 0.0697021484375, + 0.0010442733764648438, + -0.02471923828125, + 0.00531768798828125, + -0.007244110107421875, + 0.0238037109375, + 0.006988525390625, + 0.00156402587890625, + -0.06683349609375, + 0.01611328125, + 0.04193115234375, + 0.01215362548828125, + 0.0004749298095703125, + -0.0049896240234375, + 0.0005984306335449219, + 0.048828125, + -0.051849365234375, + -0.0258331298828125, + 0.01149749755859375, + 0.062408447265625, + -0.021881103515625, + -0.042144775390625, + -0.009521484375, + 0.05914306640625, + 0.028167724609375, + -0.051849365234375, + 0.007801055908203125, + 0.00785064697265625, + -0.0006427764892578125, + 0.0238037109375, + 0.06561279296875, + -0.0015697479248046875, + 0.044769287109375, + 0.0309906005859375, + -0.04052734375, + 0.0303955078125, + -0.033416748046875, + 0.0106353759765625, + -0.00992584228515625, + -0.01149749755859375, + -0.01326751708984375, + -0.053070068359375, + 0.056732177734375, + 0.01357269287109375, + 0.051055908203125, + 0.01751708984375, + 0.00316619873046875, + -0.005039215087890625, + -0.0115966796875, + 0.0196533203125, + 0.0131683349609375, + 0.0287628173828125, + 0.017822265625, + 0.006534576416015625, + 0.0163116455078125, + -0.004558563232421875, + -0.028167724609375, + 0.0303955078125, + -0.028167724609375, + 0.010284423828125, + -0.049041748046875, + 0.007293701171875, + 0.01084136962890625, + -0.0201568603515625, + 0.0055694580078125, + -0.0179290771484375, + 0.0016145706176757812, + -0.0184326171875, + -0.05145263671875, + -0.01149749755859375, + 0.04559326171875, + -0.036468505859375, + 0.0277557373046875, + 0.004634857177734375, + -0.0265350341796875, + 0.044158935546875, + -0.05267333984375, + 0.049835205078125, + 0.0289764404296875, + 0.0305938720703125, + 0.00524139404296875, + 0.0271453857421875, 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 + -0.025634765625, + 0.057525634765625, + -0.0140838623046875, + -0.0380859375, + 0.05712890625, + 0.047821044921875, + -0.00397491455078125, + -0.07781982421875, + 0.0167083740234375, + -0.0007314682006835938, + -0.04254150390625, + 0.00620269775390625, + 0.045379638671875, + 0.006130218505859375, + -0.0034942626953125, + -0.0261383056640625, + -0.05267333984375, + -0.0506591796875, + 0.05914306640625, + 0.0445556640625, + -0.006381988525390625, + 0.037261962890625, + -0.05126953125, + 0.041534423828125, + 0.02410888671875, + 0.07171630859375, + -0.052276611328125, + 0.06036376953125, + -0.01611328125, + 0.0074462890625, + -0.00562286376953125, + -0.006053924560546875, + -0.024810791015625, + 0.0164031982421875, + -0.047607421875, + 0.037689208984375, + 0.05633544921875, + -0.01904296875, + -0.0316162109375, + -0.0107879638671875, + 0.0007786750793457031, + -0.0163116455078125, + 0.04315185546875, + -0.020050048828125, + -0.0196533203125, + -0.001392364501953125, + 0.0283660888671875, + 0.050445556640625, + -0.0074462890625, + 0.04254150390625, + -0.00115203857421875, + -0.0030384063720703125, + -0.009979248046875, + -0.0160064697265625 ], "metadata": { "domains": [ - "fraud-investigation" + "incident-response", + "static-investigations", + "network-forensics", + "mobile-forensics" + ], + "phases": [ + "data-collection", + "examination", + "analysis" + ], + "tags": [ + "live-distro", + "imaging", + "write-blocking", + "gui", + "commandline", + "scenario:disk_imaging" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_Thumbcache_Viewer", + "type": "tool", + "name": "Thumbcache Viewer", + "content": "thumbcache viewer windows speichert miniaturansichten aller betrachteten bilder in versteckten thumbcache_*.db dateien - ein goldschatz für forensiker. das tool extrahiert diese thumbnails inklusive exif-zeitstempel, selbst wenn originalbilder längst gelöscht sind. beweist unwiderlegbar, dass bilder auf dem system vorhanden waren. besonders wertvoll bei csam-ermittlungen und datendiebstahl. die verschiedenen auflösungen (32, 96, 256, 1024) zeigen detailgrade. timestamp-analyse rekonstruiert betrachtungszeitpunkte. export als einzelne bilder oder html-report. die gui macht es auch für nicht-technische ermittler zugänglich. unterstützt windows vista bis 11. der batch-mode verarbeitet mehrere thumbcache-dateien. hash-matching gegen bekannte csam-datenbanken möglich. integration mit timeline-tools über csv-export. die kostenlose lizenz demokratisiert wichtige forensik-fähigkeiten. oft der entscheidende beweis in kinderschutz-fällen. 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.030487060546875, + 0.035247802734375, + 0.026702880859375, + -0.0264892578125, + 0.0318603515625, + 0.02789306640625, + 0.01702880859375, + 0.0302886962890625, + 0.006923675537109375, + -0.0340576171875, + -0.046630859375, + 0.032470703125, + -0.0045318603515625, + 0.006175994873046875, + -0.0697021484375, + 0.057373046875, + -0.01219940185546875, + 0.012298583984375, + 0.02789306640625, + -0.0024662017822265625, + -0.0163421630859375, + 0.01180267333984375, + -0.024200439453125, + -0.0164337158203125, + 0.02569580078125, + 0.00605010986328125, + -0.01654052734375, + -0.05218505859375, + -0.031463623046875, + 0.023712158203125, + 0.0272979736328125, + -0.0247955322265625, + 0.00395965576171875, + 0.037841796875, + 0.0187225341796875, + -0.0064239501953125, + 0.0001766681671142578, + -0.0513916015625, + -0.039031982421875, + 0.06573486328125, + -0.020721435546875, + -0.00841522216796875, + 0.00955963134765625, + -0.0007748603820800781, + -0.058563232421875, + -0.042022705078125, + 0.006198883056640625, + -0.008270263671875, + 0.0130462646484375, + -0.040435791015625, + 0.0201263427734375, + 0.01239776611328125, + -0.006622314453125, + 0.00677490234375, + -0.0296783447265625, + 0.0201263427734375, + 0.01534271240234375, + -0.01140594482421875, + -0.0243072509765625, + 0.044036865234375, + -0.0709228515625, + -0.0103607177734375, + 0.0039825439453125, + -0.0243072509765625, + -0.00193023681640625, + 0.018829345703125, + 0.0005044937133789062, + -0.020721435546875, + 0.003162384033203125, + 0.0164337158203125, + 0.01404571533203125, + -0.018524169921875, + -0.033477783203125, + 0.036468505859375, + -0.0061492919921875, + -0.060577392578125, + 0.0031757354736328125, + -0.0010271072387695312, + -0.01200103759765625, + -0.01055908203125, + -0.03924560546875, + 0.001979827880859375, + 0.0557861328125, + -0.0149383544921875, + -0.003734588623046875, + 0.006351470947265625, + 0.03546142578125, + 0.01364898681640625, + 0.00020384788513183594, + 0.00821685791015625, + 0.0178375244140625, + 0.0099639892578125, + 0.00975799560546875, + -0.015838623046875, + 0.047210693359375, + 0.06890869140625, + -0.01554107666015625, + -0.007171630859375, + -0.0007500648498535156, + 0.02410888671875, + 0.017730712890625, + -0.0482177734375, + 0.04302978515625, + -0.0213165283203125, + 0.021209716796875, + -0.00836944580078125, + 0.0195159912109375, + -0.026092529296875, + -0.0137481689453125, + -0.01270294189453125, + -0.0816650390625, + -0.036651611328125, + 0.002590179443359375, + -0.06494140625, + -0.004779815673828125, + 0.0087127685546875, + -0.0086669921875, + 0.04522705078125, + -0.03924560546875, + -0.029876708984375, + 0.004459381103515625, + 0.0137481689453125, + 0.00727081298828125, + -0.02191162109375, + -0.035675048828125, + -0.052978515625, + -0.00971221923828125, + 0.03485107421875, + -0.0240020751953125, + -0.0280914306640625, + -0.01274871826171875, + -0.021820068359375, + 0.003536224365234375, + -0.039459228515625, + -0.01483917236328125, + -0.026702880859375, + 0.0400390625, + -0.01026153564453125, + -0.0022029876708984375, + -0.00971221923828125, + 0.048797607421875, + -0.0302886962890625, + -0.059356689453125, + 0.012847900390625, + -0.042022705078125, + -0.00817108154296875, + -0.0416259765625, + 0.072509765625, + -0.04241943359375, + -0.00301361083984375, + -0.0168304443359375, + 0.0225067138671875, + 0.0262908935546875, + 0.01190185546875, + 0.0063018798828125, + -0.062164306640625, + -0.0006628036499023438, + -0.0250091552734375, + 0.0162353515625, + 0.01384735107421875, + -0.0302886962890625, + 0.044036865234375, + -0.0276947021484375, + 0.0168304443359375, + -0.0080718994140625, + -0.035675048828125, + -0.0201263427734375, + 0.0243072509765625, + 0.019622802734375, + 0.0053558349609375, + 0.0145416259765625, + 0.0137481689453125, + 0.08087158203125, + 0.058563232421875, + 0.0157318115234375, + 0.0201263427734375, + 0.017333984375, + -0.0113525390625, + 0.052581787109375, + 0.0111083984375, + -0.0086669921875, + -0.0130462646484375, + 0.0330810546875, + -0.00585174560546875, + 0.0133514404296875, + -0.0121002197265625, + -0.0240020751953125, + -0.018829345703125, + -0.0262908935546875, + 0.021514892578125, + -0.035247802734375, + -0.05419921875, + -0.012847900390625, + 0.0276947021484375, + 0.0014820098876953125, + 0.062164306640625, + 0.01085662841796875, + 0.0019178390502929688, + 0.0416259765625, + -0.01483917236328125, + 0.018035888671875, + 0.0258941650390625, + -0.0179290771484375, + 0.05340576171875, + 0.007122039794921875, + 0.0026149749755859375, + -0.0111083984375, + 0.025299072265625, + 0.0133514404296875, + -0.0292816162109375, + -0.01434326171875, + 0.05340576171875, + -0.0264892578125, + -0.032073974609375, + -0.036865234375, + -0.035064697265625, + 0.010955810546875, + -0.005527496337890625, + -0.045623779296875, + 0.0017185211181640625, + -0.004856109619140625, + -0.04364013671875, + 0.0284881591796875, + 0.005802154541015625, + 0.007320404052734375, + 0.047821044921875, + 0.00433349609375, + -0.0238037109375, + -0.02459716796875, + 0.002727508544921875, + 0.0236053466796875, + 0.00435638427734375, + -0.013946533203125, + 0.009063720703125, + 0.0005574226379394531, + -0.02301025390625, + 0.056976318359375, + 0.04364013671875, + 0.00936126708984375, + 0.00921630859375, + -0.0254058837890625, + 0.04522705078125, + -0.028289794921875, + 0.032867431640625, + 0.0302886962890625, + -0.007419586181640625, + 0.006824493408203125, + -0.0032863616943359375, + 0.02789306640625, + 0.0216217041015625, + -0.0428466796875, + -0.0137481689453125, + -0.11474609375, + -0.021514892578125, + -0.046630859375, + -0.0362548828125, + -0.03167724609375, + -0.0482177734375, + 0.03863525390625, + -0.019317626953125, + -0.050201416015625, + -0.0009212493896484375, + -0.0002522468566894531, + -0.00727081298828125, + 0.044036865234375, + 0.0171356201171875, + -0.0087127685546875, + 0.0111083984375, + 0.06732177734375, + 0.006099700927734375, + -0.01554107666015625, + -0.0006227493286132812, + 0.0288848876953125, + -0.0236053466796875, + 0.025299072265625, + -0.00605010986328125, + 0.0102081298828125, + 0.03387451171875, + 0.0310821533203125, + 0.01010894775390625, + -0.0280914306640625, + 0.0038852691650390625, + -0.01235198974609375, + 0.0007157325744628906, + -0.0262908935546875, + -0.019317626953125, + -0.0013322830200195312, + 0.02410888671875, + -0.026092529296875, + -0.045623779296875, + -0.01324462890625, + 0.0225067138671875, + -0.0236053466796875, + 0.00084686279296875, + 0.041839599609375, + -0.04144287109375, + -0.0137481689453125, + -0.02301025390625, + -0.01812744140625, + 0.019317626953125, + 0.06494140625, + -0.037841796875, + 0.0179290771484375, + 0.01250457763671875, + 0.01050567626953125, + -0.01654052734375, + -0.05816650390625, + -0.00206756591796875, + -0.02947998046875, + -0.032867431640625, + -0.035858154296875, + 0.0288848876953125, + -0.005901336669921875, + 0.01081085205078125, + 0.0061492919921875, + -0.0036106109619140625, + -0.0284881591796875, + -0.05499267578125, + 0.022216796875, + -0.0106048583984375, + -0.02142333984375, + -0.02459716796875, + 0.050018310546875, + 0.020416259765625, + 0.0197296142578125, + -0.009613037109375, + -0.0019426345825195312, + -0.04742431640625, + -0.0111541748046875, + -0.00881195068359375, + 0.01314544677734375, + -0.01081085205078125, + 0.045623779296875, + 0.039459228515625, + 0.021209716796875, + 0.00687408447265625, + 0.046234130859375, + -0.0010833740234375, + -0.00821685791015625, + 0.0224151611328125, + -0.002353668212890625, + 0.007221221923828125, + 0.0247039794921875, + -0.00101470947265625, + -0.03387451171875, + -0.00986480712890625, + -0.018035888671875, + -0.01195526123046875, + 0.021514892578125, + 0.043243408203125, + 0.02569580078125, + -0.038238525390625, + 0.00470733642578125, + 0.06732177734375, + -0.00921630859375, + 0.08807373046875, + -0.0086669921875, + -0.04461669921875, + 0.01702880859375, + 0.031463623046875, + -0.0210113525390625, + -0.0225067138671875, + 0.029876708984375, + 0.00921630859375, + -0.013946533203125, + 0.0130462646484375, + 0.00986480712890625, + 0.01554107666015625, + 0.0019664764404296875, + 0.0005445480346679688, + 0.0239105224609375, + -0.022308349609375, + 0.0157318115234375, + 0.032073974609375, + -0.01175689697265625, + -0.001743316650390625, + 0.039642333984375, + -0.004184722900390625, + -0.0308837890625, + -0.0229034423828125, + -0.0633544921875, + 0.015838623046875, + 0.032867431640625, + 0.00415802001953125, + 0.060577392578125, + -0.01026153564453125, + -0.07489013671875, + 0.029876708984375, + -0.04144287109375, + 0.054595947265625, + 0.04241943359375, + 0.004657745361328125, + 0.05419921875, + -0.039031982421875, + 0.0269012451171875, + 0.0238037109375, + 0.0262908935546875, + 0.00921630859375, + 0.016632080078125, + 0.0262908935546875, + -0.0164337158203125, + -0.0288848876953125, + 0.023406982421875, + 0.032470703125, + 0.026092529296875, + 0.0167388916015625, + 0.0135498046875, + 0.01190185546875, + 0.0010213851928710938, + -0.0269012451171875, + 0.03765869140625, + 0.03607177734375, + -0.0088653564453125, + 0.0247955322265625, + 0.0038852691650390625, + 0.0039825439453125, + -0.04742431640625, + 0.0103607177734375, + -0.01195526123046875, + 0.0026149749755859375, + 0.03863525390625, + 0.026092529296875, + -0.0828857421875, + 0.0033111572265625, + 0.052978515625, + -0.057373046875, + 0.044830322265625, + 0.03167724609375, + -0.044830322265625, + -0.00403594970703125, + -0.01424407958984375, + -0.0633544921875, + 0.03863525390625, + -0.0254974365234375, + -0.0310821533203125, + -0.00931549072265625, + 0.0113067626953125, + -0.041229248046875, + -0.04901123046875, + -0.01345062255859375, + -0.03546142578125, + -0.0187225341796875, + -0.0145416259765625, + 0.0308837890625, + 0.004878997802734375, + 0.007671356201171875, + 0.0272979736328125, + 0.0292816162109375, + -0.01120758056640625, + -0.03607177734375, + 0.028289794921875, + -0.032073974609375, + -0.045013427734375, + 0.0286865234375, + 0.0054779052734375, + 0.02569580078125, + -0.037445068359375, + -0.050201416015625, + 0.00841522216796875, + -0.01255035400390625, + -0.007320404052734375, + 0.031280517578125, + -0.040252685546875, + -0.054595947265625, + -0.054595947265625, + 0.056976318359375, + -0.0064239501953125, + 0.046417236328125, + 0.0031871795654296875, + -0.0238037109375, + 0.01922607421875, + -0.0633544921875, + -0.00786590576171875, + -0.01702880859375, + -0.0102081298828125, + 0.004184722900390625, + 0.0860595703125, + -0.0217132568359375, + -0.0171356201171875, + -0.01165771484375, + 0.05499267578125, + 0.007022857666015625, + -0.0079193115234375, + -0.0054779052734375, + 0.02081298828125, + 0.035858154296875, + -0.036865234375, + 0.0021038055419921875, + -0.00986480712890625, + -0.0133514404296875, + 0.018035888671875, + -0.038055419921875, + -0.0238037109375, + 0.00667572021484375, + -0.0306854248046875, + -0.035064697265625, + -0.05499267578125, + -0.016937255859375, + -0.04541015625, + 0.0162353515625, + 0.038238525390625, + -0.004283905029296875, + 0.021514892578125, + 0.0152435302734375, + 0.00891876220703125, + 0.0280914306640625, + -0.0015878677368164062, + -0.012847900390625, + 0.026702880859375, + -0.060150146484375, + -0.0254974365234375, + -0.0362548828125, + 0.01105499267578125, + -0.0491943359375, + -0.0018672943115234375, + 0.01593017578125, + -0.0027523040771484375, + 0.041839599609375, + -0.0269012451171875, + -0.0164337158203125, + -0.044219970703125, + -0.0306854248046875, + -0.05499267578125, + -0.01165771484375, + 0.0239105224609375, + -0.0008091926574707031, + -0.01593017578125, + 0.004779815673828125, + 0.0296783447265625, + -0.07171630859375, + 0.0362548828125, + 0.0302886962890625, + 0.000007867813110351562, + 0.0179290771484375, + -0.0243072509765625, + -0.0007224082946777344, + 0.028289794921875, + 0.02569580078125, + -0.00786590576171875, + -0.04901123046875, + -0.08685302734375, + 0.039642333984375, + -0.01434326171875, + 0.00946044921875, + -0.00817108154296875, + -0.027099609375, + -0.05499267578125, + -0.005031585693359375, + 0.048614501953125, + 0.0220184326171875, + 0.01654052734375, + -0.02301025390625, + 0.000591278076171875, + -0.007965087890625, + -0.0340576171875, + 0.031463623046875, + -0.0195159912109375, + 0.0090179443359375, + -0.0250091552734375, + -0.023406982421875, + 0.0141448974609375, + 0.0258941650390625, + 0.021820068359375, + 0.03466796875, + 0.0162353515625, + -0.0186309814453125, + 0.037261962890625, + -0.0217132568359375, + -0.017333984375, + -0.0211181640625, + -0.019622802734375, + 0.02081298828125, + -0.0117034912109375, + -0.0099639892578125, + 0.0201263427734375, + 0.0262908935546875, + 0.0247955322265625, + -0.0269012451171875, + 0.031280517578125, + 0.0137481689453125, + -0.0164337158203125, + 0.07489013671875, + -0.0152435302734375, + -0.050201416015625, + -0.01424407958984375, + 0.000156402587890625, + 0.039642333984375, + 0.03985595703125, + 0.0039825439453125, + -0.036468505859375, + 0.005279541015625, + 0.04541015625, + 0.004856109619140625, + -0.040435791015625, + -0.0194244384765625, + 0.0276947021484375, + 0.0005135536193847656, + 0.028289794921875, + 0.03485107421875, + 0.0633544921875, + -0.0024662017822265625, + -0.0121002197265625, + 0.03607177734375, + 0.0740966796875, + 0.032684326171875, + -0.03326416015625, + -0.051788330078125, + -0.0086669921875, + -0.0008215904235839844, + -0.026092529296875, + -0.04901123046875, + 0.004482269287109375, + 0.0589599609375, + -0.08087158203125, + -0.00612640380859375, + 0.006572723388671875, + 0.0006723403930664062, + 0.01065826416015625, + 0.0023651123046875, + -0.026092529296875, + 0.02569580078125, + 0.0183258056640625, + -0.027099609375, + -0.01055908203125, + -0.0205230712890625, + 0.036865234375, + 0.0513916015625, + 0.017730712890625, + 0.01404571533203125, + 0.032684326171875, + -0.007022857666015625, + 0.0137481689453125, + 0.022308349609375, + 0.048614501953125, + -0.01055908203125, + 0.0141448974609375, + 0.046234130859375, + 0.0709228515625, + -0.0008902549743652344, + 0.00254058837890625, + 0.0460205078125, + 0.0232086181640625, + 0.056976318359375, + 0.07373046875, + 0.006000518798828125, + 0.02301025390625, + 0.0013132095336914062, + -0.0460205078125, + -0.015838623046875, + 0.0167388916015625, + 0.022613525390625, + -0.04364013671875, + -0.0288848876953125, + 0.036865234375, + -0.0482177734375, + 0.00811767578125, + 0.0001806020736694336, + -0.0236053466796875, + -0.019317626953125, + 0.014739990234375, + -0.01006317138671875, + -0.05059814453125, + 0.01593017578125, + -0.015838623046875, + -0.0292816162109375, + -0.031463623046875, + -0.034271240234375, + 0.05218505859375, + -0.0216217041015625, + -0.03228759765625, + -0.0308837890625, + 0.027496337890625, + -0.00991058349609375, + -0.05419921875, + -0.032684326171875, + 0.005405426025390625, + -0.01175689697265625, + -0.03985595703125, + -0.039031982421875, + -0.019927978515625, + 0.0145416259765625, + -0.02459716796875, + -0.01554107666015625, + -0.0088653564453125, + -0.04522705078125, + -0.027496337890625, + 0.0079193115234375, + -0.031280517578125, + 0.038848876953125, + -0.06097412109375, + 0.0201263427734375, + 0.018524169921875, + 0.033660888671875, + 0.0310821533203125, + 0.0721435546875, + -0.0054779052734375, + 0.0006036758422851562, + -0.0225067138671875, + -0.05419921875, + 0.00727081298828125, + 0.027099609375, + 0.0137481689453125, + -0.06097412109375, + 0.00015246868133544922, + 0.044219970703125, + -0.0753173828125, + 0.02142333984375, + 0.01534271240234375, + -0.026702880859375, + -0.050811767578125, + 0.027496337890625, + 0.0014696121215820312, + 0.0264892578125, + 0.08245849609375, + 0.0121002197265625, + -0.0286865234375, + 0.01250457763671875, + -0.0491943359375, + 0.07049560546875, + -0.00007355213165283203, + 0.03546142578125, + -0.04083251953125, + 0.029083251953125, + 0.00936126708984375, + -0.0300750732421875, + -0.0018548965454101562, + -0.08648681640625, + -0.00986480712890625, + 0.032867431640625, + 0.018035888671875, + -0.01294708251953125, + -0.0310821533203125, + -0.057769775390625, + -0.01554107666015625, + -0.038238525390625, + 0.01030731201171875, + -0.0023040771484375, + 0.027099609375, + -0.05340576171875, + 0.01155853271484375, + 0.007572174072265625, + -0.04541015625, + -0.045013427734375, + -0.0288848876953125, + 0.01294708251953125, + -0.007965087890625, + -0.060577392578125, + 0.029876708984375, + 0.017730712890625, + -0.01364898681640625, + 0.040435791015625, + 0.037841796875, + -0.03326416015625, + -0.0090179443359375, + -0.01294708251953125, + 0.024200439453125, + 0.002353668212890625, + -0.004405975341796875, + 0.016937255859375, + 0.02191162109375, + 0.00861358642578125, + -0.037261962890625, + 0.04840087890625, + 0.0589599609375, + -0.0229034423828125, + -0.06854248046875, + -0.0264892578125, + -0.017730712890625, + 0.031280517578125, + -0.0121002197265625, + 0.0286865234375, + 0.01314544677734375, + 0.004383087158203125, + -0.1068115234375, + 0.06732177734375, + -0.0284881591796875, + 0.0186309814453125, + 0.01155853271484375, + -0.016632080078125, + -0.07769775390625, + -0.0145416259765625, + -0.02301025390625, + 0.00971221923828125, + -0.0183258056640625, + 0.0171356201171875, + -0.020721435546875, + -0.01050567626953125, + -0.00307464599609375, + -0.0292816162109375, + -0.00612640380859375, + 0.047607421875, + 0.0149383544921875, + -0.035247802734375, + 0.04901123046875, + -0.005626678466796875, + -0.00026154518127441406, + -0.007770538330078125, + -0.007320404052734375, + 0.022308349609375, + -0.006923675537109375, + -0.020416259765625, + -0.024505615234375, + 0.0202178955078125, + 0.049407958984375, + 0.0010461807250976562, + 0.00782012939453125, + -0.017730712890625, + 0.0186309814453125, + 0.01314544677734375, + -0.0258941650390625, + 0.005977630615234375, + 0.00782012939453125, + 0.005054473876953125, + -0.0498046875, + -0.060150146484375, + -0.07293701171875, + 0.0262908935546875, + -0.038238525390625, + -0.0064239501953125, + 0.0113067626953125, + 0.01503753662109375, + -0.006473541259765625, + -0.0191192626953125, + 0.0250091552734375, + -0.0113525390625, + -0.033477783203125, + -0.0167388916015625, + -0.004878997802734375, + -0.01554107666015625, + 0.01424407958984375, + 0.01554107666015625, + -0.0292816162109375, + 0.02490234375, + -0.016143798828125, + -0.0015497207641601562, + -0.0187225341796875, + -0.026092529296875, + -0.03924560546875, + 0.0003314018249511719, + -0.09002685546875, + -0.03466796875, + 0.022216796875, + 0.02789306640625, + -0.0106048583984375, + -0.041839599609375, + 0.032684326171875, + -0.004856109619140625, + -0.05816650390625, + 0.03546142578125, + -0.00443267822265625, + -0.041839599609375, + 0.018829345703125, + -0.021820068359375, + -0.0035858154296875, + 0.0220184326171875, + 0.036651611328125, + 0.039459228515625, + 0.038848876953125, + -0.0122528076171875, + -0.021209716796875, + -0.0025768280029296875, + -0.015838623046875, + 0.0235137939453125, + 0.031280517578125, + 0.0179290771484375, + 0.0009398460388183594, + 0.00936126708984375, + 0.007320404052734375, + -0.0709228515625, + -0.0254058837890625, + -0.017425537109375, + -0.0438232421875, + 0.00677490234375, + 0.062164306640625, + 0.032073974609375, + -0.0235137939453125, + 0.0400390625, + 0.0513916015625, + 0.02459716796875, + 0.01294708251953125, + -0.00975799560546875, + -0.0645751953125, + -0.01294708251953125, + 0.026702880859375, + 0.0079193115234375, + -0.038848876953125, + 0.0308837890625, + 0.05499267578125, + -0.006076812744140625, + -0.0171356201171875, + -0.0197296142578125, + -0.0020542144775390625, + 0.054595947265625, + 0.00193023681640625, + 0.006099700927734375, + -0.056976318359375, + 0.01314544677734375, + 0.040252685546875, + -0.0187225341796875, + -0.0201263427734375, + -0.00817108154296875, + -0.0384521484375, + 0.05340576171875, + -0.0504150390625, + 0.01239776611328125, + -0.003635406494140625, + 0.07769775390625, + 0.015838623046875, + -0.046417236328125, + -0.01294708251953125, + 0.039031982421875, + 0.0232086181640625, + -0.00951385498046875, + 0.01544189453125, + -0.01404571533203125, + -0.00567626953125, + 0.037261962890625, + 0.048614501953125, + 0.0064239501953125, + 0.040435791015625, + 0.012451171875, + -0.061370849609375, + 0.0160369873046875, + -0.003337860107421875, + 0.00046062469482421875, + -0.00821685791015625, + -0.048004150390625, + -0.0175323486328125, + -0.0645751953125, + 0.0362548828125, + 0.0017805099487304688, + 0.046417236328125, + 0.02789306640625, + 0.0015878677368164062, + -0.01345062255859375, + 0.0190277099609375, + 0.0028133392333984375, + 0.037841796875, + 0.02947998046875, + 0.010955810546875, + -0.00518035888671875, + 0.02081298828125, + 0.0251007080078125, + -0.01294708251953125, + 0.02142333984375, + -0.005405426025390625, + -0.004756927490234375, + -0.05419921875, + 0.01404571533203125, + 0.01235198974609375, + -0.019317626953125, + -0.014739990234375, + -0.0178375244140625, + 0.010955810546875, + -0.0084686279296875, + -0.0645751953125, + -0.031463623046875, + 0.022216796875, + -0.05419921875, + 0.026092529296875, + 0.0296783447265625, + -0.0160369873046875, + 0.00287628173828125, + -0.0645751953125, + 0.09918212890625, + 0.0135498046875, + 0.022216796875, + -0.01434326171875, + 0.0318603515625, + 0.0206146240234375, + 0.0232086181640625, + 0.02301025390625, + 0.00856781005859375, + -0.022216796875, + 0.0362548828125, + 0.0557861328125, + -0.016937255859375, + -0.0288848876953125, + 0.028289794921875, + 0.0107574462890625, + -0.046417236328125, + 0.0310821533203125, + 0.035247802734375, + 0.00946044921875, + 0.0036602020263671875, + -0.02410888671875, + -0.00403594970703125, + -0.052581787109375, + 0.07891845703125, + 0.0190277099609375, + -0.00667572021484375, + 0.0247955322265625, + -0.04302978515625, + 0.04144287109375, + 0.007221221923828125, + 0.07373046875, + -0.04541015625, + 0.03607177734375, + -0.0152435302734375, + 0.01155853271484375, + -0.007518768310546875, + 0.0308837890625, + 0.00145721435546875, + 0.01026153564453125, + 0.01125335693359375, + 0.055389404296875, + 0.01120758056640625, + -0.004878997802734375, + -0.066162109375, + 0.005828857421875, + -0.0217132568359375, + 0.01294708251953125, + 0.030487060546875, + -0.0235137939453125, + -0.0152435302734375, + -0.021820068359375, + 0.006076812744140625, + 0.057769775390625, + 0.007518768310546875, + 0.02520751953125, + -0.007770538330078125, + -0.007770538330078125, + -0.0205230712890625, + 0.01190185546875 + ], + "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_WinPmem", + "type": "tool", + "name": "WinPmem", + "content": "winpmem velociraptors windows-memory-imager revolutioniert ram-akquisition durch flexibles driver-system und moderne winapi-integration. drei acquisition- modi: kernel-driver für maximum-access, winapi für modern-windows, live-service für remote-collection. die elf64-ausgabe enthält metadaten für volatility-auto-detection. besonders clever: pagefile-integration erweitert verfügbaren memory-space, registry-acquisition parallel zum ram-dump, hash-verification für forensische integrität. driver-signing für secure-boot-kompatibilität. die portable-version läuft ohne installation von usb-stick. json-metadata dokumentiert system-configuration zum akquisitionszeitpunkt. performance-optimierung für ssd-storage. integration in kape-workflows für automatisierte collection. der open-source-ansatz ermöglicht anpassungen für spezielle anforderungen. standard-tool für windows-memory-forensics wenn kommerzielle alternativen nicht verfügbar oder zu teuer sind. memory acquisition scenario:memory_dump incident-response data-collection", + "embedding": [ + -0.0252685546875, + 0.027801513671875, + 0.036102294921875, + -0.01335906982421875, + 0.04693603515625, + 0.02545166015625, + -0.0013990402221679688, + 0.0163421630859375, + -0.01218414306640625, + -0.01227569580078125, + -0.040618896484375, + 0.03448486328125, + 0.007671356201171875, + -0.0176849365234375, + -0.05523681640625, + 0.036834716796875, + -0.0169677734375, + -0.0012464523315429688, + 0.01100921630859375, + 0.004421234130859375, + -0.02581787109375, + -0.0220184326171875, + -0.053436279296875, + 0.007354736328125, + 0.00473785400390625, + 0.007312774658203125, + -0.005573272705078125, + -0.048736572265625, + -0.02301025390625, + -0.01123809814453125, + 0.0022220611572265625, + -0.01922607421875, + 0.0294189453125, + 0.04351806640625, + -0.0162506103515625, + -0.005733489990234375, + 0.0137176513671875, + -0.02996826171875, + -0.041168212890625, + 0.04766845703125, + 0.003971099853515625, + 0.0177764892578125, + -0.0028667449951171875, + 0.0105133056640625, + -0.035919189453125, + -0.0267181396484375, + 0.004650115966796875, + -0.00136566162109375, + 0.0117340087890625, + -0.049468994140625, + 0.023101806640625, + 0.0243682861328125, + 0.0107879638671875, + -0.03338623046875, + -0.0220184326171875, + 0.02618408203125, + 0.0038814544677734375, + -0.0011167526245117188, + -0.036102294921875, + 0.067138671875, + -0.050201416015625, + -0.0433349609375, + -0.000008404254913330078, + -0.027618408203125, + 0.0204010009765625, + 0.0380859375, + -0.0118255615234375, + -0.054168701171875, + -0.006137847900390625, + 0.031402587890625, + 0.023284912109375, + -0.023101806640625, + -0.03448486328125, + 0.0011510848999023438, + -0.0141754150390625, + -0.05670166015625, + 0.03033447265625, + 0.0384521484375, + 0.005550384521484375, + -0.033203125, + -0.061737060546875, + -0.0157012939453125, + 0.0202178955078125, + -0.005031585693359375, + -0.023651123046875, + -0.0012979507446289062, + 0.027984619140625, + -0.00530242919921875, + 0.0038585662841796875, + 0.005664825439453125, + 0.03826904296875, + -0.0063629150390625, + 0.01904296875, + -0.032684326171875, + 0.0312347412109375, + 0.05126953125, + -0.004467010498046875, + -0.008758544921875, + -0.00893402099609375, + 0.0204010009765625, + 0.03033447265625, + -0.053070068359375, + 0.054534912109375, + -0.015167236328125, + 0.023101806640625, + -0.0305023193359375, + 0.00525665283203125, + -0.0243682861328125, + -0.032501220703125, + -0.0290679931640625, + -0.101806640625, + -0.032684326171875, + 0.009613037109375, + -0.08050537109375, + -0.00492095947265625, + -0.01335906982421875, + -0.01128387451171875, + 0.03485107421875, + -0.032318115234375, + -0.05633544921875, + 0.0222930908203125, + 0.00897979736328125, + -0.0007390975952148438, + 0.033050537109375, + -0.04766845703125, + -0.05560302734375, + -0.0202178955078125, + 0.041351318359375, + -0.010650634765625, + -0.0206756591796875, + -0.023284912109375, + -0.01236724853515625, + -0.0118255615234375, + -0.033935546875, + -0.0098876953125, + -0.006500244140625, + 0.0249176025390625, + 0.007266998291015625, + -0.018951416015625, + 0.004131317138671875, + 0.041534423828125, + -0.0201263427734375, + -0.036468505859375, + 0.01317596435546875, + -0.027801513671875, + -0.0163421630859375, + -0.004421234130859375, + 0.035369873046875, + -0.0222930908203125, + -0.019683837890625, + -0.0105133056640625, + 0.0241851806640625, + 0.05523681640625, + -0.000400543212890625, + 0.01534271240234375, + -0.04766845703125, + -0.0335693359375, + -0.0186004638671875, + 0.042236328125, + -0.033050537109375, + -0.0098419189453125, + 0.01055908203125, + 0.0117340087890625, + 0.0260009765625, + -0.0163421630859375, + -0.0269012451171875, + -0.001636505126953125, + 0.017425537109375, + 0.0107879638671875, + 0.0179595947265625, + 0.027801513671875, + -0.0184173583984375, + 0.0682373046875, + 0.0599365234375, + -0.0008349418640136719, + -0.0008859634399414062, + 0.00794219970703125, + -0.0035877227783203125, + 0.0095672607421875, + 0.032135009765625, + -0.0225677490234375, + -0.01345062255859375, + 0.0260009765625, + -0.025634765625, + 0.00600433349609375, + -0.0027751922607421875, + -0.0004456043243408203, + 0.00916290283203125, + -0.03448486328125, + 0.03033447265625, + -0.050201416015625, + -0.033050537109375, + -0.0186920166015625, + 0.0165252685546875, + 0.037384033203125, + 0.06536865234375, + 0.0270843505859375, + -0.03466796875, + 0.0252685546875, + -0.01507568359375, + 0.01092529296875, + 0.040069580078125, + -0.021759033203125, + 0.0426025390625, + 0.0107421875, + 0.035369873046875, + 0.023468017578125, + 0.039703369140625, + 0.00699615478515625, + -0.036651611328125, + 0.00586700439453125, + 0.054168701171875, + -0.01317596435546875, + -0.045135498046875, + -0.019500732421875, + -0.028350830078125, + 0.0377197265625, + -0.01263427734375, + -0.00695037841796875, + 0.0038356781005859375, + -0.0137176513671875, + -0.0516357421875, + 0.0251007080078125, + 0.017242431640625, + -0.00067138671875, + 0.032867431640625, + 0.0227508544921875, + -0.03448486328125, + -0.01885986328125, + 0.019317626953125, + 0.03900146484375, + 0.0433349609375, + -0.002685546875, + -0.00188446044921875, + -0.023651123046875, + -0.0115509033203125, + 0.05487060546875, + 0.01209259033203125, + 0.02996826171875, + 0.03375244140625, + -0.013092041015625, + 0.0241851806640625, + -0.019500732421875, + 0.04278564453125, + 0.03338623046875, + -0.0017147064208984375, + -0.00543975830078125, + -0.0043792724609375, + 0.0509033203125, + 0.053070068359375, + -0.053436279296875, + -0.0120086669921875, + -0.061370849609375, + -0.019775390625, + -0.058135986328125, + -0.045684814453125, + -0.01218414306640625, + -0.0343017578125, + 0.0391845703125, + -0.058837890625, + -0.041534423828125, + 0.00023555755615234375, + 0.014801025390625, + 0.004962921142578125, + 0.05523681640625, + 0.01209259033203125, + -0.048370361328125, + 0.0035877227783203125, + 0.053802490234375, + 0.0009646415710449219, + -0.023101806640625, + -0.0290679931640625, + 0.0169677734375, + -0.027618408203125, + 0.0139007568359375, + -0.01678466796875, + -0.01335906982421875, + 0.04620361328125, + 0.0184173583984375, + -0.0036334991455078125, + -0.0418701171875, + -0.00235748291015625, + -0.0010099411010742188, + 0.028350830078125, + -0.049835205078125, + 0.018768310546875, + 0.01209259033203125, + 0.00817108154296875, + -0.0272674560546875, + -0.06536865234375, + 0.00157928466796875, + 0.0433349609375, + -0.00916290283203125, + -0.0014553070068359375, + 0.00911712646484375, + -0.0205841064453125, + 0.023284912109375, + 0.00016927719116210938, + -0.0012750625610351562, + 0.021026611328125, + 0.037017822265625, + -0.041351318359375, + 0.0014781951904296875, + 0.01020050048828125, + -0.0033168792724609375, + -0.0308685302734375, + -0.07440185546875, + -0.019500732421875, + -0.0206756591796875, + -0.04278564453125, + -0.0380859375, + 0.0138092041015625, + -0.00708770751953125, + -0.01317596435546875, + -0.016876220703125, + -0.0006036758422851562, + -0.019500732421875, + -0.058135986328125, + 0.0251007080078125, + -0.004512786865234375, + -0.057769775390625, + -0.0117340087890625, + 0.06787109375, + 0.010467529296875, + 0.0312347412109375, + -0.027435302734375, + -0.0020542144775390625, + -0.0460205078125, + 0.0116424560546875, + -0.0243682861328125, + 0.021759033203125, + -0.007671356201171875, + 0.048736572265625, + 0.002132415771484375, + 0.01335906982421875, + 0.0128173828125, + 0.03466796875, + 0.0350341796875, + -0.000020265579223632812, + -0.006275177001953125, + -0.00807952880859375, + 0.01300048828125, + 0.0343017578125, + -0.0287017822265625, + -0.05670166015625, + -0.0160675048828125, + 0.0027980804443359375, + -0.0047607421875, + 0.005123138427734375, + 0.0178680419921875, + 0.043853759765625, + -0.0138092041015625, + 0.01561737060546875, + 0.0391845703125, + 0.00930023193359375, + 0.09967041015625, + -0.0200347900390625, + -0.03448486328125, + 0.01904296875, + 0.05560302734375, + -0.00640869140625, + -0.00916290283203125, + 0.05523681640625, + 0.004673004150390625, + -0.007129669189453125, + 0.0116424560546875, + 0.00494384765625, + 0.0245513916015625, + -0.019683837890625, + 0.007221221923828125, + 0.0260009765625, + -0.0088043212890625, + 0.019134521484375, + 0.031951904296875, + 0.0377197265625, + 0.017333984375, + 0.031951904296875, + -0.014801025390625, + -0.0117340087890625, + -0.02960205078125, + -0.07330322265625, + -0.00013113021850585938, + 0.044769287109375, + 0.0086212158203125, + 0.0599365234375, + -0.032318115234375, + -0.08050537109375, + 0.0269012451171875, + -0.03900146484375, + 0.06787109375, + 0.04351806640625, + 0.01335906982421875, + 0.045684814453125, + 0.007221221923828125, + 0.0141754150390625, + 0.0119171142578125, + 0.0016021728515625, + 0.006137847900390625, + 0.0310516357421875, + 0.044036865234375, + -0.00690460205078125, + -0.031951904296875, + 0.038818359375, + 0.054534912109375, + 0.031768798828125, + -0.0036334991455078125, + 0.00911712646484375, + -0.0128173828125, + 0.0222015380859375, + -0.00884246826171875, + 0.0516357421875, + 0.041534423828125, + -0.0137176513671875, + 0.0350341796875, + -0.01317596435546875, + 0.006317138671875, + -0.054534912109375, + 0.004062652587890625, + 0.00440216064453125, + -0.02166748046875, + 0.0201263427734375, + 0.023284912109375, + -0.057037353515625, + -0.023651123046875, + 0.04205322265625, + -0.05670166015625, + 0.024017333984375, + 0.0006628036499023438, + -0.0120086669921875, + 0.0052337646484375, + -0.017242431640625, + -0.05633544921875, + 0.06353759765625, + -0.044219970703125, + -0.0139007568359375, + 0.0310516357421875, + 0.0198516845703125, + -0.023834228515625, + -0.016693115234375, + -0.0119171142578125, + -0.01345062255859375, + -0.032867431640625, + -0.0272674560546875, + 0.04766845703125, + 0.01300048828125, + 0.0094757080078125, + 0.0033397674560546875, + 0.062103271484375, + -0.0222015380859375, + -0.0380859375, + 0.0260009765625, + -0.03448486328125, + -0.0163421630859375, + 0.01904296875, + 0.004535675048828125, + 0.03466796875, + -0.049468994140625, + -0.019500732421875, + 0.0224761962890625, + -0.007671356201171875, + 0.004535675048828125, + 0.023834228515625, + -0.03826904296875, + -0.049102783203125, + -0.052703857421875, + 0.0509033203125, + -0.0011682510375976562, + 0.03521728515625, + 0.01354217529296875, + -0.04730224609375, + 0.0312347412109375, + -0.06610107421875, + -0.00007265806198120117, + -0.014984130859375, + 0.04656982421875, + -0.0270843505859375, + 0.07183837890625, + -0.0221099853515625, + -0.01326751708984375, + 0.009429931640625, + 0.040069580078125, + -0.000041961669921875, + 0.0182342529296875, + -0.032501220703125, + 0.031951904296875, + 0.0202178955078125, + -0.03521728515625, + -0.00897979736328125, + -0.00708770751953125, + -0.003520965576171875, + 0.0859375, + -0.028167724609375, + 0.028167724609375, + -0.0137176513671875, + -0.0675048828125, + -0.007129669189453125, + -0.033203125, + -0.01363372802734375, + -0.028350830078125, + 0.021209716796875, + 0.0308685302734375, + -0.0015010833740234375, + 0.04351806640625, + -0.001049041748046875, + 0.0263519287109375, + 0.02581787109375, + -0.0008406639099121094, + -0.0180511474609375, + 0.01751708984375, + -0.067138671875, + -0.0157012939453125, + -0.023101806640625, + 0.0292510986328125, + -0.014801025390625, + -0.0182342529296875, + 0.027801513671875, + -0.0064544677734375, + 0.0335693359375, + -0.078369140625, + -0.00266265869140625, + -0.0166015625, + -0.01885986328125, + -0.0166015625, + -0.00478363037109375, + 0.0227508544921875, + 0.0308685302734375, + -0.003204345703125, + -0.01444244384765625, + 0.035369873046875, + -0.03955078125, + 0.04278564453125, + 0.001895904541015625, + 0.006587982177734375, + -0.006229400634765625, + -0.01444244384765625, + 0.0267181396484375, + 0.0199432373046875, + 0.0523681640625, + 0.005214691162109375, + -0.0287017822265625, + -0.07476806640625, + 0.00997161865234375, + 0.0222930908203125, + 0.016876220703125, + -0.0139923095703125, + -0.038818359375, + -0.03753662109375, + -0.0094757080078125, + 0.0252685546875, + 0.0139923095703125, + 0.010467529296875, + -0.037017822265625, + -0.0160675048828125, + 0.0118255615234375, + -0.023834228515625, + 0.032867431640625, + -0.027801513671875, + 0.002109527587890625, + -0.0012979507446289062, + -0.014801025390625, + 0.01444244384765625, + 0.03375244140625, + 0.039703369140625, + 0.0157928466796875, + 0.01218414306640625, + -0.0001550912857055664, + 0.0033855438232421875, + -0.032501220703125, + -0.0310516357421875, + -0.00907135009765625, + -0.01317596435546875, + 0.01543426513671875, + -0.03411865234375, + -0.0116424560546875, + -0.0003399848937988281, + 0.036651611328125, + 0.0211181640625, + -0.0219268798828125, + -0.016876220703125, + 0.0108795166015625, + -0.0140838623046875, + 0.0269012451171875, + -0.0204010009765625, + -0.0249176025390625, + 0.0159759521484375, + 0.023468017578125, + 0.06427001953125, + 0.037017822265625, + 0.0098419189453125, + -0.0203094482421875, + 0.0019063949584960938, + 0.057037353515625, + -0.03033447265625, + -0.035552978515625, + -0.0272674560546875, + 0.0290679931640625, + 0.00817108154296875, + 0.0288848876953125, + 0.01425933837890625, + 0.075439453125, + 0.021392822265625, + -0.00897979736328125, + 0.03485107421875, + 0.0682373046875, + 0.0178680419921875, + -0.0177764892578125, + -0.040252685546875, + 0.0117340087890625, + 0.0020427703857421875, + -0.048370361328125, + -0.044219970703125, + 0.0158843994140625, + 0.07147216796875, + -0.09027099609375, + -0.02166748046875, + -0.00209808349609375, + -0.01263427734375, + 0.0160675048828125, + -0.01534271240234375, + -0.005462646484375, + 0.0206756591796875, + 0.0211181640625, + -0.04730224609375, + -0.0138092041015625, + -0.0086669921875, + 0.0263519287109375, + 0.032135009765625, + 0.01227569580078125, + 0.0226593017578125, + 0.02166748046875, + -0.00848388671875, + 0.028167724609375, + 0.01462554931640625, + 0.049835205078125, + 0.005687713623046875, + 0.019775390625, + 0.03936767578125, + 0.048736572265625, + -0.0182342529296875, + -0.01010894775390625, + 0.0178680419921875, + 0.0178680419921875, + 0.06353759765625, + 0.057037353515625, + 0.006137847900390625, + 0.0120086669921875, + -0.0157012939453125, + -0.04766845703125, + -0.0120086669921875, + 0.02301025390625, + 0.01317596435546875, + -0.06353759765625, + -0.023284912109375, + 0.040802001953125, + -0.04278564453125, + 0.03033447265625, + 0.0301513671875, + -0.0252685546875, + -0.0137176513671875, + 0.03033447265625, + -0.012725830078125, + -0.0310516357421875, + 0.0265350341796875, + -0.01015472412109375, + -0.0272674560546875, + -0.021759033203125, + -0.03448486328125, + 0.044219970703125, + -0.0308685302734375, + -0.08123779296875, + -0.0107879638671875, + 0.03790283203125, + -0.023834228515625, + -0.031402587890625, + -0.0241851806640625, + -0.0085296630859375, + -0.023468017578125, + -0.045501708984375, + -0.04730224609375, + -0.02978515625, + 0.0179595947265625, + -0.005462646484375, + 0.0292510986328125, + -0.01317596435546875, + -0.023834228515625, + -0.006092071533203125, + -0.0177764892578125, + -0.033203125, + 0.0204925537109375, + -0.01552581787109375, + 0.053070068359375, + -0.003993988037109375, + 0.0227508544921875, + 0.00821685791015625, + 0.07977294921875, + -0.00640869140625, + 0.012725830078125, + -0.027801513671875, + -0.08770751953125, + 0.0208587646484375, + 0.01470947265625, + 0.0115509033203125, + -0.06787109375, + 0.021392822265625, + 0.05560302734375, + -0.0689697265625, + 0.01255035400390625, + 0.0001100301742553711, + -0.01105499267578125, + -0.04730224609375, + 0.0009870529174804688, + -0.01326751708984375, + 0.01678466796875, + 0.07366943359375, + 0.0010099411010742188, + -0.0074920654296875, + -0.0183258056640625, + -0.054534912109375, + 0.04278564453125, + 0.01363372802734375, + 0.014984130859375, + -0.067138671875, + 0.0095672607421875, + 0.023468017578125, + -0.0165252685546875, + 0.0160675048828125, + -0.06463623046875, + -0.016876220703125, + 0.0308685302734375, + 0.023101806640625, + -0.01715087890625, + 0.0009927749633789062, + -0.0592041015625, + -0.027801513671875, + -0.02960205078125, + 0.00817108154296875, + -0.017333984375, + 0.01715087890625, + -0.02618408203125, + -0.01042938232421875, + -0.021484375, + -0.044952392578125, + -0.040252685546875, + -0.0301513671875, + 0.0241851806640625, + -0.00270843505859375, + -0.06463623046875, + 0.04730224609375, + 0.0222930908203125, + -0.01552581787109375, + 0.023834228515625, + 0.035919189453125, + -0.02978515625, + 0.0141754150390625, + -0.0272674560546875, + 0.0433349609375, + -0.0004315376281738281, + -0.0020656585693359375, + -0.0106048583984375, + -0.00162506103515625, + 0.021026611328125, + -0.045867919921875, + 0.0267181396484375, + 0.0138092041015625, + -0.0241851806640625, + -0.054534912109375, + -0.035369873046875, + -0.031402587890625, + 0.01245880126953125, + -0.016876220703125, + 0.033203125, + 0.01552581787109375, + -0.01552581787109375, + -0.08233642578125, + 0.05126953125, + -0.01245880126953125, + 0.03466796875, + 0.0211181640625, + 0.00008565187454223633, + -0.040069580078125, + -0.054534912109375, + -0.017059326171875, + 0.0169677734375, + -0.023651123046875, + 0.03448486328125, + -0.00270843505859375, + 0.0014047622680664062, + 0.0251007080078125, + -0.023651123046875, + -0.0008463859558105469, + 0.032684326171875, + 0.0020542144775390625, + -0.03485107421875, + 0.062469482421875, + -0.04278564453125, + -0.0086212158203125, + 0.009429931640625, + -0.0265350341796875, + 0.01024627685546875, + -0.00266265869140625, + -0.0160675048828125, + -0.006771087646484375, + 0.0128173828125, + 0.0267181396484375, + -0.0120086669921875, + -0.0020084381103515625, + -0.01263427734375, + 0.04351806640625, + 0.0083465576171875, + -0.02093505859375, + -0.00997161865234375, + 0.0116424560546875, + -0.0098419189453125, + -0.0247344970703125, + -0.07220458984375, + -0.08880615234375, + 0.0267181396484375, + -0.027618408203125, + -0.0119171142578125, + -0.002719879150390625, + 0.01092529296875, + 0.021209716796875, + -0.0384521484375, + 0.015167236328125, + 0.00826263427734375, + -0.0107421875, + -0.0310516357421875, + 0.05560302734375, + 0.0007448196411132812, + 0.016693115234375, + 0.0186920166015625, + -0.040618896484375, + -0.0009365081787109375, + -0.010650634765625, + -0.0007023811340332031, + -0.025634765625, + -0.02130126953125, + -0.04241943359375, + 0.035369873046875, + -0.06463623046875, + -0.031585693359375, + 0.0272674560546875, + 0.041168212890625, + 0.023834228515625, + -0.035736083984375, + 0.05670166015625, + -0.01105499267578125, + -0.0433349609375, + 0.027618408203125, + -0.02545166015625, + -0.0391845703125, + 0.027435302734375, + -0.0087127685546875, + 0.014892578125, + 0.0012187957763671875, + 0.06317138671875, + 0.03955078125, + 0.0460205078125, + -0.015167236328125, + -0.0200347900390625, + -0.0087127685546875, + -0.0211181640625, + 0.032684326171875, + 0.03955078125, + 0.01010894775390625, + -0.0107879638671875, + 0.007312774658203125, + 0.007266998291015625, + -0.0667724609375, + -0.023834228515625, + -0.0269012451171875, + -0.06280517578125, + -0.0106048583984375, + 0.06280517578125, + 0.03863525390625, + 0.0263519287109375, + 0.019683837890625, + 0.04656982421875, + 0.041534423828125, + -0.014984130859375, + -0.0117340087890625, + -0.032135009765625, + -0.0085296630859375, + 0.01534271240234375, + 0.0163421630859375, + -0.0667724609375, + 0.049835205078125, + 0.0306854248046875, + -0.00214385986328125, + -0.024017333984375, + 0.0186920166015625, + 0.0011005401611328125, + 0.08087158203125, + 0.0265350341796875, + 0.0034084320068359375, + -0.06390380859375, + 0.006679534912109375, + 0.035919189453125, + -0.012908935546875, + -0.00897979736328125, + -0.00012481212615966797, + -0.03826904296875, + 0.01263427734375, + -0.057769775390625, + 0.0022335052490234375, + 0.0022220611572265625, + 0.0791015625, + -0.01543426513671875, + -0.0120086669921875, + -0.00600433349609375, + 0.042236328125, + 0.0019178390502929688, + -0.04315185546875, + 0.012725830078125, + 0.0229339599609375, + -0.0306854248046875, + 0.031585693359375, + 0.04241943359375, + 0.0032501220703125, + 0.01453399658203125, + 0.027801513671875, + -0.044769287109375, + 0.03375244140625, + -0.01209259033203125, + 0.0229339599609375, + 0.00539398193359375, + -0.040435791015625, + -0.023834228515625, + -0.04278564453125, + 0.0308685302734375, + 0.023834228515625, + 0.038818359375, + 0.006229400634765625, + -0.015167236328125, + -0.0033397674560546875, + 0.0194091796875, + 0.023468017578125, + 0.0138092041015625, + 0.01561737060546875, + 0.014801025390625, + -0.01119232177734375, + 0.0019063949584960938, + 0.006275177001953125, + -0.04766845703125, + 0.039703369140625, + -0.0335693359375, + 0.002368927001953125, + -0.05487060546875, + 0.0030231475830078125, + 0.01354217529296875, + -0.015167236328125, + 0.004512786865234375, + -0.048370361328125, + -0.00244903564453125, + -0.0160675048828125, + -0.054168701171875, + -0.0075836181640625, + 0.04656982421875, + -0.049468994140625, + -0.00803375244140625, + 0.0010433197021484375, + -0.0294189453125, + -0.0007219314575195312, + -0.07110595703125, + 0.0787353515625, + 0.01453399658203125, + 0.0225677490234375, + -0.002979278564453125, + 0.0252685546875, + 0.01425933837890625, + 0.01453399658203125, + 0.01055908203125, + 0.006275177001953125, + -0.004852294921875, + 0.057769775390625, + 0.049468994140625, + -0.01128387451171875, + -0.037017822265625, + 0.0137176513671875, + 0.023834228515625, + -0.03936767578125, + 0.0088043212890625, + 0.0017147064208984375, + 0.0267181396484375, + 0.0036773681640625, + 0.00888824462890625, + -0.0292510986328125, + -0.0523681640625, + 0.060302734375, + 0.0218505859375, + 0.0033626556396484375, + 0.0247344970703125, + -0.036834716796875, + 0.0509033203125, + 0.0117340087890625, + 0.062469482421875, + -0.0772705078125, + 0.02301025390625, + -0.0343017578125, + 0.00884246826171875, + -0.0006093978881835938, + 0.017242431640625, + 0.002979278564453125, + 0.0139923095703125, + -0.004581451416015625, + 0.04656982421875, + 0.0119171142578125, + -0.0037689208984375, + -0.076904296875, + -0.017425537109375, + 0.0001932382583618164, + 0.02618408203125, + 0.027618408203125, + -0.0305023193359375, + -0.04205322265625, + 0.025634765625, + 0.01218414306640625, + 0.04656982421875, + 0.00046539306640625, + 0.04278564453125, + 0.01444244384765625, + -0.0222930908203125, + -0.01534271240234375, + -0.009796142578125 + ], + "metadata": { + "domains": [ + "incident-response" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "memory", + "acquisition", + "scenario:memory_dump" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Gephi", + "type": "tool", + "name": "Gephi", + "content": "gephi die open-source-netzwerkanalyseplattform visualisiert komplexe beziehungsgeflechte durch mächtige graph-algorithmen und interaktive darstellung. force-atlas-layout organisiert tausende nodes automatisch, modularity-clustering identifiziert communities, betweenness-centrality findet schlüsselfiguren in netzwerken. besonders wertvoll für fraud- investigations: import von csv/gexf-daten aus transaktions-logs, timeline-animation zeigt netzwerk-evolution, size/color-mapping nach attributen (geldbeträge, risikolevels). die statistics-panel berechnet graph-metriken automatisch. filter isolieren verdächtige subgraphen. export zu pdf/svg für reports. plugin-ecosystem erweitert für spezielle analysis-methoden. besonders stark bei großen datensätzen (100k+ nodes) wo andere tools versagen. die java-basis macht es cross-platform verfügbar. steile lernkurve aber unübertroffene visualisierungs-power für social-network-analysis und money-laundering-detection. graph-analysis visualization fraud-investigation network-forensics analysis", + "embedding": [ + -0.032073974609375, + 0.0097198486328125, + 0.053802490234375, + 0.0020503997802734375, + 0.0261688232421875, + 0.032257080078125, + 0.04052734375, + 0.00824737548828125, + -0.01511383056640625, + -0.00870513916015625, + -0.02294921875, + 0.0469970703125, + 0.0222015380859375, + -0.004444122314453125, + -0.0589599609375, + 0.059326171875, + 0.0097198486328125, + 0.032623291015625, + 0.01335906982421875, + -0.010040283203125, + 0.0002015829086303711, + 0.0007314682006835938, + -0.04052734375, + -0.00453948974609375, + 0.0218353271484375, + 0.0009098052978515625, + -0.01898193359375, + -0.06488037109375, + -0.0126190185546875, + -0.004467010498046875, + -0.0028324127197265625, + -0.0304107666015625, + -0.018341064453125, + 0.0311431884765625, + -0.00797271728515625, + -0.00020301342010498047, + -0.0009098052978515625, + -0.060821533203125, + -0.0274505615234375, + 0.0205535888671875, + 0.00021886825561523438, + -0.002925872802734375, + -0.001773834228515625, + -0.02874755859375, + -0.0223846435546875, + -0.04901123046875, + -0.00847625732421875, + -0.005390167236328125, + 0.0123443603515625, + -0.01483154296875, + 0.03924560546875, + 0.032989501953125, + 0.0305938720703125, + -0.0210113525390625, + -0.0272674560546875, + 0.014190673828125, + 0.0178680419921875, + -0.024322509765625, + -0.04718017578125, + 0.03631591796875, + -0.0074615478515625, + 0.0163116455078125, + -0.0120697021484375, + 0.0093536376953125, + 0.031707763671875, + 0.019073486328125, + -0.0254364013671875, + -0.0179595947265625, + 0.0281982421875, + -0.0032482147216796875, + 0.0269012451171875, + -0.0223846435546875, + 0.0233154296875, + 0.023040771484375, + -0.033721923828125, + -0.033721923828125, + -0.0016469955444335938, + 0.04071044921875, + -0.004283905029296875, + 0.007232666015625, + -0.051239013671875, + -0.0090789794921875, + 0.055267333984375, + -0.0269012451171875, + -0.019073486328125, + -0.0123443603515625, + 0.0307769775390625, + 0.0142822265625, + 0.0035247802734375, + 0.0180511474609375, + 0.00824737548828125, + -0.01290130615234375, + 0.036865234375, + -0.02008056640625, + 0.0408935546875, + 0.075927734375, + -0.0296630859375, + -0.01354217529296875, + -0.00293731689453125, + 0.014007568359375, + 0.0212860107421875, + -0.0276336669921875, + 0.053070068359375, + -0.01105499267578125, + 0.0560302734375, + -0.0175018310546875, + 0.0256195068359375, + -0.0223846435546875, + 0.0037078857421875, + -0.042938232421875, + -0.08990478515625, + -0.030029296875, + -0.0256195068359375, + -0.04974365234375, + -0.00994873046875, + 0.00594329833984375, + -0.01326751708984375, + 0.043487548828125, + -0.078857421875, + -0.04034423828125, + 0.044952392578125, + 0.01308441162109375, + -0.005710601806640625, + -0.004329681396484375, + -0.0394287109375, + -0.06488037109375, + 0.00865936279296875, + 0.03997802734375, + -0.044219970703125, + -0.024688720703125, + -0.0166778564453125, + -0.033721923828125, + 0.00801849365234375, + -0.0274505615234375, + 0.01335906982421875, + -0.01078033447265625, + 0.036102294921875, + -0.007694244384765625, + -0.013916015625, + -0.00879669189453125, + 0.024505615234375, + -0.0165863037109375, + -0.07666015625, + 0.0011348724365234375, + -0.0207366943359375, + -0.035552978515625, + -0.006359100341796875, + 0.032257080078125, + -0.0220184326171875, + 0.0021419525146484375, + -0.0078277587890625, + 0.0017271041870117188, + 0.06304931640625, + -0.00014102458953857422, + -0.007049560546875, + -0.0401611328125, + -0.0254364013671875, + -0.00626373291015625, + 0.034454345703125, + -0.031524658203125, + -0.00870513916015625, + 0.0209197998046875, + 0.0164947509765625, + 0.029296875, + -0.014556884765625, + -0.05047607421875, + -0.0379638671875, + -0.00006908178329467773, + 0.0158538818359375, + 0.00469970703125, + 0.003154754638671875, + 0.0021877288818359375, + 0.03997802734375, + 0.07147216796875, + -0.002452850341796875, + 0.023773193359375, + -0.01520538330078125, + -0.005573272705078125, + 0.044403076171875, + 0.0142822265625, + 0.004100799560546875, + -0.0020160675048828125, + 0.023956298828125, + 0.01335906982421875, + 0.035552978515625, + 0.00490570068359375, + -0.033721923828125, + -0.0013074874877929688, + -0.01036834716796875, + 0.0121612548828125, + -0.035003662109375, + -0.035552978515625, + -0.0304107666015625, + 0.024505615234375, + 0.0259857177734375, + 0.061553955078125, + 0.004791259765625, + -0.0126190185546875, + -0.00024628639221191406, + 0.0222930908203125, + 0.006908416748046875, + 0.01078033447265625, + -0.0117034912109375, + 0.045684814453125, + 0.0379638671875, + 0.024871826171875, + -0.01548004150390625, + 0.044219970703125, + 0.0162200927734375, + -0.0259857177734375, + 0.01280975341796875, + 0.056396484375, + -0.0125274658203125, + -0.004467010498046875, + -0.034271240234375, + -0.04644775390625, + -0.0016469955444335938, + -0.0157623291015625, + -0.01073455810546875, + -0.0124359130859375, + -0.0164031982421875, + -0.0379638671875, + -0.0269012451171875, + 0.042388916015625, + -0.0225677490234375, + 0.031524658203125, + 0.034820556640625, + -0.041473388671875, + 0.0170440673828125, + 0.007049560546875, + 0.02294921875, + 0.035736083984375, + -0.00843048095703125, + 0.00811004638671875, + 0.0009851455688476562, + -0.001819610595703125, + 0.0394287109375, + 0.05712890625, + 0.019989013671875, + 0.00011807680130004883, + -0.035186767578125, + 0.034271240234375, + -0.03631591796875, + 0.018890380859375, + 0.04608154296875, + -0.006816864013671875, + -0.01091766357421875, + 0.01409912109375, + 0.033355712890625, + 0.043304443359375, + -0.0390625, + 0.014739990234375, + -0.06671142578125, + 0.01308441162109375, + -0.0740966796875, + -0.0311431884765625, + -0.0281982421875, + -0.033538818359375, + 0.06451416015625, + -0.03851318359375, + -0.0091705322265625, + 0.0009212493896484375, + 0.025054931640625, + 0.0090789794921875, + 0.0296630859375, + -0.005619049072265625, + -0.0379638671875, + 0.007556915283203125, + 0.06744384765625, + -0.01059722900390625, + -0.0208282470703125, + 0.0074615478515625, + 0.0469970703125, + 0.0023956298828125, + 0.020172119140625, + 0.004055023193359375, + 0.01824951171875, + 0.024322509765625, + 0.018524169921875, + 0.0272674560546875, + -0.0176849365234375, + 0.00016057491302490234, + -0.0168609619140625, + 0.05859375, + -0.03814697265625, + -0.0175018310546875, + -0.0070037841796875, + 0.031890869140625, + 0.003940582275390625, + -0.0726318359375, + -0.0142822265625, + 0.0261688232421875, + 0.01446533203125, + -0.0090789794921875, + 0.0016927719116210938, + -0.04718017578125, + 0.030029296875, + -0.0150146484375, + -0.0164947509765625, + 0.03668212890625, + 0.05047607421875, + -0.06304931640625, + 0.0212860107421875, + 0.005344390869140625, + 0.0078277587890625, + -0.061553955078125, + -0.0212860107421875, + -0.00838470458984375, + 0.000041544437408447266, + -0.03631591796875, + -0.0093536376953125, + 0.031707763671875, + -0.043670654296875, + 0.00347900390625, + -0.004009246826171875, + -0.01055145263671875, + -0.032623291015625, + -0.042022705078125, + 0.00612640380859375, + -0.041107177734375, + -0.042205810546875, + -0.031890869140625, + 0.0582275390625, + 0.00359344482421875, + 0.0099945068359375, + -0.003940582275390625, + 0.01520538330078125, + -0.051605224609375, + 0.024871826171875, + 0.0010595321655273438, + 0.0212860107421875, + 0.023590087890625, + 0.055267333984375, + 0.044769287109375, + 0.0305938720703125, + 0.029296875, + 0.0806884765625, + 0.054168701171875, + -0.01953125, + 0.00750732421875, + 0.0263519287109375, + 0.01032257080078125, + 0.036102294921875, + -0.01548004150390625, + -0.0150146484375, + -0.0265350341796875, + -0.024688720703125, + 0.041290283203125, + 0.034820556640625, + 0.0270843505859375, + 0.03814697265625, + -0.0364990234375, + -0.032073974609375, + 0.04791259765625, + -0.01520538330078125, + 0.10614013671875, + -0.0124359130859375, + -0.043853759765625, + 0.00801849365234375, + 0.041107177734375, + -0.01363372802734375, + -0.01073455810546875, + 0.031890869140625, + -0.0258026123046875, + 0.0034084320068359375, + 0.024322509765625, + -0.0167694091796875, + 0.02911376953125, + -0.033355712890625, + -0.01354217529296875, + 0.041290283203125, + -0.01971435546875, + 0.01078033447265625, + 0.005390167236328125, + 0.01953125, + 0.019622802734375, + 0.0158538818359375, + -0.0626220703125, + -0.02008056640625, + -0.0469970703125, + -0.06781005859375, + 0.03814697265625, + 0.0307769775390625, + 0.0256195068359375, + 0.033721923828125, + -0.043853759765625, + -0.03997802734375, + 0.01345062255859375, + -0.019622802734375, + 0.060455322265625, + 0.0379638671875, + 0.0122528076171875, + 0.020172119140625, + -0.029296875, + -0.006771087646484375, + 0.0589599609375, + 0.034820556640625, + 0.05047607421875, + 0.061553955078125, + 0.0038928985595703125, + 0.03778076171875, + -0.024139404296875, + 0.032989501953125, + -0.0118865966796875, + 0.0270843505859375, + -0.0164947509765625, + 0.019622802734375, + 0.034454345703125, + 0.032257080078125, + -0.020355224609375, + 0.039794921875, + 0.029296875, + -0.03961181640625, + 0.0175933837890625, + -0.0274505615234375, + 0.0120697021484375, + -0.0462646484375, + 0.018524169921875, + 0.00994873046875, + 0.018157958984375, + 0.00824737548828125, + 0.004398345947265625, + -0.03759765625, + -0.00576019287109375, + 0.0096282958984375, + -0.05047607421875, + 0.020263671875, + -0.0016813278198242188, + -0.045318603515625, + 0.0233154296875, + -0.0174102783203125, + -0.023956298828125, + 0.03814697265625, + -0.0462646484375, + -0.0178680419921875, + 0.0281982421875, + 0.0394287109375, + -0.04791259765625, + -0.0210113525390625, + -0.0269012451171875, + -0.01308441162109375, + -0.005664825439453125, + -0.01483154296875, + 0.0216522216796875, + -0.01045989990234375, + 0.00119781494140625, + 0.0164031982421875, + 0.0269012451171875, + -0.0096282958984375, + -0.0276336669921875, + 0.0302276611328125, + -0.01299285888671875, + -0.0401611328125, + 0.0176849365234375, + 0.0254364013671875, + 0.0167694091796875, + -0.0208282470703125, + -0.030029296875, + -0.024322509765625, + 0.0259857177734375, + -0.001468658447265625, + 0.02984619140625, + -0.0261688232421875, + -0.019256591796875, + -0.023956298828125, + 0.032806396484375, + 0.004055023193359375, + 0.01271820068359375, + 0.0072784423828125, + -0.0582275390625, + 0.030029296875, + -0.06341552734375, + 0.0070953369140625, + -0.0094451904296875, + 0.002292633056640625, + -0.03631591796875, + 0.07073974609375, + -0.003040313720703125, + -0.0169525146484375, + 0.0016813278198242188, + 0.052337646484375, + 0.01073455810546875, + 0.006679534912109375, + -0.043853759765625, + 0.051239013671875, + -0.005367279052734375, + -0.06341552734375, + 0.0120697021484375, + -0.0221099853515625, + -0.00750732421875, + 0.03741455078125, + -0.043853759765625, + -0.020355224609375, + -0.002384185791015625, + -0.07000732421875, + -0.019622802734375, + -0.041290283203125, + -0.0307769775390625, + -0.04071044921875, + 0.0210113525390625, + 0.0123443603515625, + -0.0009560585021972656, + 0.01446533203125, + 0.032623291015625, + -0.014556884765625, + 0.0116119384765625, + -0.006862640380859375, + -0.0021190643310546875, + 0.006450653076171875, + -0.04937744140625, + -0.0172271728515625, + -0.00617218017578125, + 0.0254364013671875, + -0.0069580078125, + 0.0120697021484375, + 0.0078277587890625, + -0.0289306640625, + 0.0408935546875, + -0.01290130615234375, + -0.010040283203125, + -0.00792694091796875, + -0.0207366943359375, + -0.0209197998046875, + -0.04644775390625, + 0.00237274169921875, + 0.035186767578125, + -0.0006566047668457031, + 0.023773193359375, + 0.056396484375, + -0.02783203125, + -0.00598907470703125, + 0.034271240234375, + -0.0123443603515625, + 0.005413055419921875, + 0.0009784698486328125, + -0.0158538818359375, + -0.01363372802734375, + 0.04791259765625, + -0.033905029296875, + -0.04718017578125, + -0.08624267578125, + 0.033905029296875, + 0.00750732421875, + -0.0263519287109375, + -0.0276336669921875, + -0.033172607421875, + -0.0755615234375, + 0.0005931854248046875, + 0.041107177734375, + 0.0222930908203125, + 0.01165771484375, + -0.042755126953125, + -0.032440185546875, + -0.007785797119140625, + -0.053436279296875, + 0.0364990234375, + -0.00838470458984375, + 0.0228424072265625, + -0.009674072265625, + -0.01114654541015625, + 0.0274505615234375, + 0.032806396484375, + 0.02783203125, + 0.0002894401550292969, + 0.00467681884765625, + -0.0390625, + 0.02947998046875, + -0.01045989990234375, + -0.01557159423828125, + -0.0033168792724609375, + -0.0013017654418945312, + 0.0225677490234375, + -0.0390625, + -0.01096343994140625, + 0.018341064453125, + 0.005184173583984375, + 0.032440185546875, + -0.003570556640625, + -0.01326751708984375, + 0.023406982421875, + -0.01068878173828125, + 0.03668212890625, + -0.03631591796875, + -0.057861328125, + -0.0095367431640625, + 0.0018768310546875, + 0.03668212890625, + 0.04052734375, + -0.019622802734375, + -0.024688720703125, + -0.004009246826171875, + 0.03778076171875, + -0.0256195068359375, + -0.04718017578125, + -0.04901123046875, + 0.03997802734375, + 0.0177764892578125, + 0.0560302734375, + -0.0212860107421875, + 0.08404541015625, + 0.0191650390625, + -0.007415771484375, + 0.035369873046875, + 0.06964111328125, + 0.02349853515625, + -0.0205535888671875, + -0.050872802734375, + -0.004192352294921875, + 0.005527496337890625, + -0.07000732421875, + -0.053070068359375, + -0.01123809814453125, + 0.0272674560546875, + -0.0733642578125, + -0.005298614501953125, + -0.0267181396484375, + 0.01953125, + -0.00856781005859375, + 0.002384185791015625, + -0.020355224609375, + 0.019439697265625, + 0.032623291015625, + -0.018157958984375, + 0.00347900390625, + 0.0006074905395507812, + -0.011474609375, + 0.03668212890625, + 0.00875091552734375, + -0.0458984375, + 0.02801513671875, + -0.01446533203125, + 0.019256591796875, + 0.006359100341796875, + 0.053436279296875, + 0.030029296875, + 0.035186767578125, + 0.024871826171875, + 0.08697509765625, + -0.0259857177734375, + -0.024139404296875, + 0.00879669189453125, + 0.033538818359375, + 0.030029296875, + 0.0408935546875, + -0.0172271728515625, + 0.00576019287109375, + -0.018341064453125, + -0.0276336669921875, + -0.033538818359375, + -0.00020587444305419922, + -0.0101776123046875, + -0.035003662109375, + -0.04937744140625, + -0.006542205810546875, + -0.051239013671875, + 0.032257080078125, + 0.007232666015625, + -0.0364990234375, + -0.013916015625, + 0.00630950927734375, + -0.01317596435546875, + -0.032989501953125, + 0.0261688232421875, + -0.0098114013671875, + -0.033538818359375, + -0.0117034912109375, + -0.018157958984375, + 0.033905029296875, + -0.018707275390625, + -0.050872802734375, + -0.0123443603515625, + 0.0162200927734375, + -0.00576019287109375, + -0.041290283203125, + 0.0028324127197265625, + 0.035186767578125, + -0.0146484375, + -0.03668212890625, + -0.052703857421875, + -0.025238037109375, + -0.0027408599853515625, + -0.0259857177734375, + 0.0013933181762695312, + 0.009674072265625, + -0.036865234375, + -0.004489898681640625, + -0.0015201568603515625, + -0.01280975341796875, + 0.057861328125, + -0.042572021484375, + 0.023773193359375, + 0.00875091552734375, + 0.025054931640625, + 0.02874755859375, + 0.059326171875, + -0.00797271728515625, + -0.0164947509765625, + -0.006450653076171875, + -0.04034423828125, + 0.023773193359375, + -0.006496429443359375, + 0.0177764892578125, + -0.08441162109375, + 0.01345062255859375, + 0.02947998046875, + -0.055267333984375, + 0.0007715225219726562, + 0.028564453125, + -0.01317596435546875, + -0.04974365234375, + 0.0178680419921875, + -0.00608062744140625, + 0.0011167526245117188, + 0.08880615234375, + -0.00797271728515625, + 0.01290130615234375, + -0.005573272705078125, + -0.024871826171875, + 0.02874755859375, + 0.0213775634765625, + 0.04791259765625, + -0.041839599609375, + 0.0208282470703125, + 0.0267181396484375, + -0.032989501953125, + 0.0158538818359375, + -0.078125, + -0.018890380859375, + 0.024688720703125, + 0.0215606689453125, + 0.0116119384765625, + 0.007694244384765625, + -0.06561279296875, + -0.0051116943359375, + -0.03704833984375, + 0.0211029052734375, + -0.02008056640625, + 0.0272674560546875, + -0.055267333984375, + -0.02783203125, + 0.007415771484375, + -0.036865234375, + -0.03704833984375, + -0.033172607421875, + -0.0071868896484375, + 0.0117950439453125, + -0.045318603515625, + 0.0302276611328125, + 0.00621795654296875, + 0.00499725341796875, + 0.023956298828125, + 0.042022705078125, + -0.0121612548828125, + 0.0175018310546875, + 0.0094451904296875, + 0.033172607421875, + 0.0224761962890625, + 0.00617218017578125, + -0.00289154052734375, + -0.00481414794921875, + 0.007694244384765625, + -0.034271240234375, + 0.023773193359375, + 0.044586181640625, + 0.006862640380859375, + -0.0469970703125, + 0.0019931793212890625, + -0.03668212890625, + 0.04071044921875, + -0.0016584396362304688, + 0.051971435546875, + -0.0074615478515625, + -0.0207366943359375, + -0.078857421875, + 0.043670654296875, + -0.0305938720703125, + 0.0304107666015625, + 0.032440185546875, + -0.042755126953125, + -0.053802490234375, + -0.044586181640625, + -0.01898193359375, + 0.04754638671875, + -0.042938232421875, + 0.041107177734375, + 0.020172119140625, + 0.006679534912109375, + 0.02044677734375, + 0.025054931640625, + -0.00598907470703125, + 0.041656494140625, + 0.00617218017578125, + -0.045135498046875, + 0.0574951171875, + 0.0038242340087890625, + 0.0305938720703125, + 0.0175933837890625, + 0.0124359130859375, + -0.01557159423828125, + -0.0048828125, + -0.0272674560546875, + -0.01345062255859375, + 0.0220184326171875, + 0.060821533203125, + -0.00013315677642822266, + 0.0013818740844726562, + -0.0191650390625, + 0.0390625, + -0.00902557373046875, + -0.029296875, + 0.01280975341796875, + 0.0021762847900390625, + -0.019805908203125, + -0.0261688232421875, + -0.06964111328125, + -0.08990478515625, + -0.00608062744140625, + -0.04974365234375, + -0.01299285888671875, + -0.01032257080078125, + 0.0099945068359375, + 0.043853759765625, + -0.0379638671875, + 0.04034423828125, + 0.00025916099548339844, + -0.0209197998046875, + -0.034271240234375, + 0.0037078857421875, + -0.01165771484375, + 0.03131103515625, + 0.0161285400390625, + -0.011566162109375, + -0.0027294158935546875, + 0.0002663135528564453, + -0.001739501953125, + 0.01971435546875, + 0.0038013458251953125, + -0.02801513671875, + 0.020355224609375, + -0.091796875, + -0.0228424072265625, + 0.00806427001953125, + 0.00852203369140625, + 0.0096282958984375, + -0.0258026123046875, + 0.053802490234375, + -0.023223876953125, + -0.05047607421875, + 0.032257080078125, + 0.025238037109375, + -0.0169525146484375, + 0.033355712890625, + 0.006908416748046875, + -0.0098114013671875, + -0.00350189208984375, + 0.03924560546875, + 0.0272674560546875, + 0.035186767578125, + 0.03997802734375, + -0.01290130615234375, + 0.006404876708984375, + -0.0170440673828125, + 0.035003662109375, + 0.014923095703125, + 0.01409912109375, + 0.004123687744140625, + 0.0216522216796875, + -0.0122528076171875, + -0.08294677734375, + -0.0175018310546875, + -0.0170440673828125, + -0.074462890625, + 0.0021762847900390625, + 0.061920166015625, + 0.051605224609375, + -0.0115203857421875, + 0.043853759765625, + -0.00815582275390625, + 0.0309600830078125, + 0.01091766357421875, + -0.006633758544921875, + -0.06744384765625, + -0.024139404296875, + 0.0305938720703125, + 0.035186767578125, + -0.0582275390625, + 0.04901123046875, + 0.06597900390625, + -0.019256591796875, + -0.01345062255859375, + 0.005504608154296875, + -0.00373077392578125, + 0.061187744140625, + 0.03668212890625, + 0.030029296875, + -0.06781005859375, + 0.01096343994140625, + 0.01538848876953125, + -0.01335906982421875, + -0.02783203125, + -0.0212860107421875, + -0.04791259765625, + 0.06414794921875, + -0.03741455078125, + -0.0048370361328125, + -0.00598907470703125, + 0.052337646484375, + 0.0216522216796875, + -0.031524658203125, + 0.002532958984375, + 0.042938232421875, + 0.01898193359375, + -0.0150146484375, + 0.00603485107421875, + -0.0228424072265625, + 0.00499725341796875, + 0.0094451904296875, + 0.042388916015625, + 0.00580596923828125, + 0.0574951171875, + 0.011749267578125, + -0.04754638671875, + 0.0209197998046875, + 0.01317596435546875, + 0.024505615234375, + 0.00621795654296875, + -0.0222930908203125, + -0.02874755859375, + -0.04937744140625, + 0.02838134765625, + 0.033355712890625, + 0.02838134765625, + 0.01132965087890625, + -0.0034313201904296875, + -0.00884246826171875, + 0.0126190185546875, + 0.04754638671875, + 0.032623291015625, + 0.0210113525390625, + -0.025238037109375, + 0.0296630859375, + 0.01548004150390625, + -0.0010137557983398438, + -0.02044677734375, + 0.035186767578125, + -0.004306793212890625, + -0.005138397216796875, + -0.023590087890625, + 0.0008983612060546875, + 0.0073699951171875, + 0.002429962158203125, + -0.0263519287109375, + -0.032623291015625, + 0.0223846435546875, + -0.0173187255859375, + -0.0198974609375, + -0.004009246826171875, + 0.031524658203125, + -0.035186767578125, + 0.01308441162109375, + 0.032623291015625, + -0.0289306640625, + 0.0115203857421875, + -0.044952392578125, + 0.07147216796875, + 0.0226593017578125, + 0.034820556640625, + -0.0256195068359375, + 0.0305938720703125, + 0.05010986328125, + -0.0014972686767578125, + -0.01363372802734375, + 0.0261688232421875, + 0.01271820068359375, + 0.06005859375, + 0.0364990234375, + 0.01381683349609375, + -0.032989501953125, + 0.03778076171875, + 0.0267181396484375, + -0.03851318359375, + 0.0386962890625, + 0.0270843505859375, + -0.0020275115966796875, + -0.006450653076171875, + -0.0016813278198242188, + -0.00013887882232666016, + -0.044403076171875, + 0.0462646484375, + 0.03131103515625, + 0.007415771484375, + 0.0259857177734375, + -0.07037353515625, + 0.03997802734375, + -0.002452850341796875, + 0.03778076171875, + -0.04052734375, + 0.051239013671875, + 0.004283905029296875, + 0.005161285400390625, + -0.0160369873046875, + 0.006496429443359375, + 0.005596160888671875, + 0.061187744140625, + -0.014556884765625, + 0.053070068359375, + 0.0274505615234375, + -0.00897979736328125, + -0.0364990234375, + -0.0171356201171875, + 0.014556884765625, + 0.0174102783203125, + 0.0574951171875, + -0.06341552734375, + -0.032806396484375, + 0.01050567626953125, + 0.042755126953125, + 0.06005859375, + -0.024139404296875, + 0.00884246826171875, + 0.0070953369140625, + 0.007049560546875, + -0.0171356201171875, + -0.030029296875 + ], + "metadata": { + "domains": [ + "fraud-investigation", + "network-forensics" ], "phases": [ "analysis" ], "tags": [ - "blockchain-analysis", - "compliance-screening", - "sanctions-checking", - "defi-analysis", - "cross-chain-tracking", - "aml-workflows", - "court-reporting" + "graph-analysis", + "visualization" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_hashdeep", + "type": "tool", + "name": "hashdeep", + "content": "hashdeep multithread‑fähiges audit‑werkzeug, das dateien rekursiv einliest und gleich mehrere hash‑algorithmen (md5, sha‑1, sha‑256, tiger u.a.) erzeugt. unterstützt „baseline auditing“ zum automatischen wieder­erkennen neuer oder veränderter dateien und kann hash‑listen in nist‑nsrl‑ oder csv‑format ausgeben – perfekt für große datenträger‑batches. hashing auditing multihash static-investigations cloud-forensics examination analysis", + "embedding": [ + -0.0201263427734375, + 0.0172576904296875, + 0.052093505859375, + -0.019927978515625, + 0.029205322265625, + 0.011688232421875, + 0.038665771484375, + 0.0089263916015625, + -0.015289306640625, + -0.01390838623046875, + -0.032745361328125, + 0.05523681640625, + -0.0004284381866455078, + -0.01873779296875, + -0.059967041015625, + 0.04083251953125, + -0.0112457275390625, + 0.0009984970092773438, + 0.022491455078125, + 0.024261474609375, + -0.0274200439453125, + 0.00922393798828125, + -0.027618408203125, + 0.0118865966796875, + 0.006561279296875, + -0.011444091796875, + -0.032958984375, + -0.07220458984375, + -0.0311737060546875, + 0.02239990234375, + 0.00942230224609375, + -0.04931640625, + 0.0169677734375, + 0.02032470703125, + 0.01390838623046875, + -0.0192413330078125, + 0.023284912109375, + -0.037078857421875, + -0.01430511474609375, + 0.02130126953125, + -0.0133209228515625, + 0.01776123046875, + -0.002292633056640625, + -0.01080322265625, + -0.0174560546875, + -0.03985595703125, + 0.00981903076171875, + -0.017364501953125, + 0.0189361572265625, + -0.049530029296875, + 0.01873779296875, + 0.0272216796875, + 0.0184478759765625, + -0.017852783203125, + -0.0307769775390625, + 0.0282135009765625, + 0.04736328125, + -0.01129150390625, + -0.03375244140625, + 0.0278167724609375, + -0.03729248046875, + 0.0234832763671875, + 0.0243682861328125, + -0.031768798828125, + 0.039276123046875, + 0.020416259765625, + -0.04595947265625, + -0.0260467529296875, + 0.0006780624389648438, + 0.0264434814453125, + 0.0110015869140625, + -0.0076446533203125, + 0.0029964447021484375, + 0.03668212890625, + -0.03216552734375, + -0.04241943359375, + 0.00902557373046875, + 0.0138092041015625, + 0.0123291015625, + 0.00244140625, + -0.033538818359375, + 0.01479339599609375, + 0.0457763671875, + -0.025054931640625, + -0.00666046142578125, + 0.01361083984375, + 0.01361083984375, + -0.0038967132568359375, + 0.005794525146484375, + 0.007495880126953125, + 0.0222930908203125, + -0.011444091796875, + 0.031768798828125, + -0.018341064453125, + 0.031768798828125, + 0.06866455078125, + 0.01410675048828125, + -0.002132415771484375, + 0.01519012451171875, + 0.0272216796875, + 0.0198211669921875, + -0.01194000244140625, + 0.051300048828125, + -0.0260467529296875, + 0.04241943359375, + -0.0256500244140625, + 0.005374908447265625, + -0.0390625, + -0.01218414306640625, + -0.00710296630859375, + -0.09429931640625, + -0.039459228515625, + -0.042236328125, + -0.0662841796875, + 0.001590728759765625, + 0.005352020263671875, + -0.00228118896484375, + 0.04913330078125, + -0.052490234375, + -0.05841064453125, + -0.00260162353515625, + 0.0084381103515625, + -0.02081298828125, + -0.01390838623046875, + -0.045166015625, + -0.059967041015625, + 0.01134490966796875, + 0.01129150390625, + -0.017364501953125, + -0.0218048095703125, + -0.0036754608154296875, + 0.00966644287109375, + 0.0172576904296875, + -0.05328369140625, + 0.0028228759765625, + -0.026641845703125, + 0.016571044921875, + -0.02337646484375, + 0.01568603515625, + -0.01312255859375, + 0.035919189453125, + -0.031768798828125, + -0.06671142578125, + 0.017364501953125, + -0.00690460205078125, + -0.0142059326171875, + -0.0222015380859375, + 0.03668212890625, + -0.039276123046875, + 0.01282501220703125, + -0.004364013671875, + 0.0188446044921875, + 0.054443359375, + -0.00946807861328125, + 0.01558685302734375, + -0.04498291015625, + 0.007595062255859375, + -0.0295867919921875, + 0.0256500244140625, + -0.005573272705078125, + -0.02130126953125, + 0.0055999755859375, + -0.0278167724609375, + 0.024658203125, + -0.0272216796875, + -0.047943115234375, + -0.0174560546875, + 0.037689208984375, + -0.0016155242919921875, + 0.01499176025390625, + 0.059967041015625, + -0.0214996337890625, + 0.045379638671875, + 0.06671142578125, + -0.01430511474609375, + 0.025054931640625, + 0.0033779144287109375, + -0.00414276123046875, + 0.0631103515625, + 0.0121307373046875, + -0.02801513671875, + -0.0017633438110351562, + 0.08367919921875, + 0.00878143310546875, + 0.004810333251953125, + -0.009521484375, + -0.025054931640625, + 0.0244598388671875, + -0.004833221435546875, + 0.020721435546875, + -0.026641845703125, + -0.0180511474609375, + -0.02978515625, + 0.02288818359375, + 0.035308837890625, + 0.04083251953125, + 0.0227813720703125, + 0.004810333251953125, + 0.0560302734375, + -0.0146026611328125, + 0.0035762786865234375, + 0.0176544189453125, + 0.014007568359375, + 0.05328369140625, + 0.0205230712890625, + -0.0142059326171875, + 0.01262664794921875, + 0.035125732421875, + 0.031768798828125, + -0.036895751953125, + -0.0172576904296875, + 0.041229248046875, + -0.003070831298828125, + -0.0023670196533203125, + -0.04913330078125, + -0.034912109375, + -0.00466156005859375, + -0.00666046142578125, + -0.0274200439453125, + 0.003650665283203125, + -0.03411865234375, + -0.045166015625, + -0.005130767822265625, + 0.022003173828125, + -0.0256500244140625, + 0.0171661376953125, + 0.030975341796875, + -0.030181884765625, + -0.01361083984375, + 0.025054931640625, + -0.004364013671875, + 0.02081298828125, + 0.01390838623046875, + 0.014892578125, + 0.0023670196533203125, + -0.019134521484375, + 0.04913330078125, + 0.02545166015625, + 0.0112457275390625, + 0.014892578125, + -0.0205230712890625, + 0.0286102294921875, + -0.0171661376953125, + 0.040435791015625, + 0.0162811279296875, + -0.00818634033203125, + -0.0035762786865234375, + 0.00848388671875, + 0.018646240234375, + 0.04931640625, + -0.050506591796875, + -0.007350921630859375, + -0.059967041015625, + 0.00833892822265625, + -0.034332275390625, + -0.025848388671875, + -0.055633544921875, + -0.08050537109375, + 0.054840087890625, + -0.032562255859375, + 0.00902557373046875, + -0.0012826919555664062, + 0.030181884765625, + 0.0138092041015625, + 0.00542449951171875, + -0.0014429092407226562, + -0.056427001953125, + 0.036895751953125, + 0.06353759765625, + -0.0134124755859375, + -0.017364501953125, + -0.019927978515625, + 0.00690460205078125, + 0.0133209228515625, + 0.0134124755859375, + -0.0025157928466796875, + 0.014404296875, + 0.028411865234375, + 0.022003173828125, + 0.0080413818359375, + -0.006015777587890625, + -0.0013685226440429688, + -0.00666046142578125, + 0.03668212890625, + -0.0294036865234375, + -0.0150909423828125, + -0.02239990234375, + 0.0185394287109375, + -0.0185394287109375, + -0.04595947265625, + -0.01104736328125, + 0.0467529296875, + 0.001190185546875, + 0.011444091796875, + -0.0209197998046875, + -0.054046630859375, + 0.0037479400634765625, + 0.00394439697265625, + -0.0264434814453125, + 0.024566650390625, + 0.06591796875, + -0.045562744140625, + 0.0102081298828125, + -0.01045989990234375, + 0.00838470458984375, + -0.032562255859375, + -0.055633544921875, + -0.01030731201171875, + 0.0001348257064819336, + -0.01558685302734375, + -0.0278167724609375, + 0.0074462890625, + -0.031951904296875, + 0.01312255859375, + -0.00794219970703125, + -0.00574493408203125, + -0.05682373046875, + -0.0364990234375, + 0.005523681640625, + -0.03826904296875, + -0.0313720703125, + -0.035919189453125, + 0.057220458984375, + -0.006805419921875, + -0.004932403564453125, + -0.017059326171875, + 0.01070404052734375, + -0.010650634765625, + 0.011199951171875, + -0.03631591796875, + 0.03887939453125, + 0.0004715919494628906, + 0.0611572265625, + 0.02880859375, + 0.040252685546875, + 0.03631591796875, + 0.06036376953125, + 0.02337646484375, + -0.0286102294921875, + 0.01178741455078125, + -0.0018987655639648438, + 0.0015535354614257812, + 0.0142059326171875, + -0.011444091796875, + -0.0247650146484375, + -0.0108489990234375, + -0.035308837890625, + 0.0158843994140625, + 0.014404296875, + 0.032562255859375, + 0.0210113525390625, + -0.01242828369140625, + 0.0133209228515625, + 0.0765380859375, + -0.0106048583984375, + 0.1136474609375, + -0.005970001220703125, + -0.055633544921875, + 0.00897979736328125, + 0.05682373046875, + -0.0303802490234375, + 0.0019855499267578125, + 0.0274200439453125, + 0.02288818359375, + 0.0142059326171875, + 0.036102294921875, + -0.018341064453125, + 0.032958984375, + 0.0227813720703125, + 0.0004439353942871094, + 0.0264434814453125, + -0.0019359588623046875, + 0.0234832763671875, + 0.0380859375, + -0.0009307861328125, + 0.02880859375, + 0.031951904296875, + -0.022979736328125, + -0.0295867919921875, + -0.03631591796875, + -0.0675048828125, + 0.01262664794921875, + 0.037078857421875, + 0.0235748291015625, + 0.0390625, + -0.0238800048828125, + -0.07574462890625, + 0.0295867919921875, + -0.04144287109375, + 0.0509033203125, + 0.0509033203125, + 0.01371002197265625, + 0.01312255859375, + -0.0163726806640625, + 0.023284912109375, + 0.034515380859375, + 0.01154327392578125, + 0.02130126953125, + 0.039459228515625, + 0.047760009765625, + 0.00250244140625, + -0.041046142578125, + 0.021697998046875, + 0.03375244140625, + 0.0225830078125, + 0.0196380615234375, + 0.0218963623046875, + -0.002552032470703125, + 0.0256500244140625, + -0.0226898193359375, + 0.061553955078125, + 0.01470184326171875, + -0.0169677734375, + -0.005794525146484375, + -0.0028476715087890625, + 0.0192413330078125, + -0.014404296875, + 0.01351165771484375, + -0.0001341104507446289, + 0.0142059326171875, + 0.0037479400634765625, + 0.021209716796875, + -0.0467529296875, + -0.003871917724609375, + 0.0234832763671875, + -0.040435791015625, + 0.03826904296875, + 0.0295867919921875, + -0.0374755859375, + 0.00730133056640625, + -0.01074981689453125, + -0.07379150390625, + 0.06390380859375, + -0.0457763671875, + -0.03155517578125, + 0.003231048583984375, + 0.014404296875, + -0.044189453125, + -0.0235748291015625, + -0.0426025390625, + -0.019134521484375, + -0.01361083984375, + -0.01312255859375, + 0.0179595947265625, + -0.0214996337890625, + 0.015777587890625, + 0.05841064453125, + 0.0509033203125, + -0.0225830078125, + -0.049713134765625, + 0.047149658203125, + 0.0009188652038574219, + -0.052886962890625, + 0.03411865234375, + 0.0070037841796875, + 0.01203155517578125, + -0.029205322265625, + -0.050506591796875, + -0.0154876708984375, + 0.0106048583984375, + -0.0076446533203125, + 0.008880615234375, + -0.042022705078125, + -0.018157958984375, + -0.02978515625, + 0.05010986328125, + 0.006561279296875, + 0.033538818359375, + -0.02545166015625, + -0.04595947265625, + 0.0264434814453125, + -0.072998046875, + -0.047149658203125, + -0.0016527175903320312, + 0.0198211669921875, + 0.009521484375, + 0.0447998046875, + -0.0063629150390625, + 0.0095672607421875, + -0.0294036865234375, + 0.037078857421875, + 0.039276123046875, + -0.01312255859375, + -0.0733642578125, + 0.03216552734375, + 0.010406494140625, + -0.07537841796875, + -0.0189361572265625, + -0.032745361328125, + 0.0163726806640625, + 0.032745361328125, + -0.0576171875, + -0.007152557373046875, + -0.00902557373046875, + -0.01953125, + -0.034912109375, + -0.03472900390625, + -0.014404296875, + -0.02880859375, + 0.023284912109375, + 0.0295867919921875, + -0.0146026611328125, + 0.042999267578125, + 0.00991058349609375, + -0.0125274658203125, + 0.0159759521484375, + 0.0016279220581054688, + -0.004909515380859375, + 0.0509033203125, + -0.035125732421875, + -0.010650634765625, + -0.0167694091796875, + 0.0447998046875, + -0.014892578125, + -0.004390716552734375, + -0.00037598609924316406, + -0.05169677734375, + 0.047760009765625, + -0.05841064453125, + 0.01568603515625, + -0.020721435546875, + -0.033538818359375, + -0.06866455078125, + -0.017364501953125, + 0.0243682861328125, + 0.0102081298828125, + 0.0029354095458984375, + -0.019439697265625, + 0.0179595947265625, + -0.04595947265625, + 0.0230865478515625, + 0.0154876708984375, + -0.0167694091796875, + -0.00360107421875, + -0.0014057159423828125, + 0.042816162109375, + -0.0006966590881347656, + 0.026824951171875, + -0.0239715576171875, + -0.0218048095703125, + -0.072998046875, + 0.034515380859375, + -0.0036258697509765625, + -0.01258087158203125, + -0.017059326171875, + -0.045166015625, + -0.078125, + -0.00106048583984375, + 0.04595947265625, + 0.030181884765625, + -0.0211181640625, + -0.0274200439453125, + -0.024169921875, + -0.00882720947265625, + -0.025848388671875, + 0.02545166015625, + -0.0225830078125, + -0.0021820068359375, + 0.0072021484375, + -0.0222930908203125, + 0.054046630859375, + 0.033538818359375, + 0.0121307373046875, + 0.02978515625, + -0.0210113525390625, + -0.03375244140625, + 0.01312255859375, + -0.0240631103515625, + -0.04736328125, + -0.00902557373046875, + -0.0012025833129882812, + 0.048919677734375, + -0.032745361328125, + -0.020416259765625, + 0.030975341796875, + 0.025848388671875, + 0.0256500244140625, + -0.0057220458984375, + -0.019134521484375, + 0.0150909423828125, + -0.007396697998046875, + 0.058807373046875, + -0.03375244140625, + -0.06787109375, + 0.00882720947265625, + -0.006191253662109375, + 0.054046630859375, + 0.03314208984375, + -0.0286102294921875, + -0.026641845703125, + 0.022003173828125, + 0.07183837890625, + -0.026641845703125, + -0.01873779296875, + -0.0034770965576171875, + -0.007843017578125, + 0.0146026611328125, + 0.057220458984375, + 0.01050567626953125, + 0.08642578125, + 0.02130126953125, + 0.0118408203125, + 0.0166778564453125, + 0.035919189453125, + -0.0013132095336914062, + -0.02337646484375, + -0.0777587890625, + -0.00350189208984375, + 0.0169677734375, + -0.033538818359375, + -0.00614166259765625, + -0.04144287109375, + 0.042236328125, + -0.06982421875, + -0.02880859375, + 0.00670623779296875, + -0.01953125, + 0.0303802490234375, + 0.0256500244140625, + -0.0355224609375, + -0.0007677078247070312, + 0.016571044921875, + -0.024169921875, + -0.017059326171875, + 0.002971649169921875, + 0.0252532958984375, + 0.048919677734375, + 0.0192413330078125, + -0.043792724609375, + 0.03216552734375, + 0.01282501220703125, + 0.03631591796875, + 0.0406494140625, + 0.039459228515625, + 0.026641845703125, + 0.02496337890625, + 0.0313720703125, + 0.057220458984375, + -0.0123291015625, + -0.0238800048828125, + 0.03216552734375, + 0.01090240478515625, + 0.03631591796875, + 0.045562744140625, + -0.00426483154296875, + -0.00164031982421875, + 0.0222015380859375, + -0.059967041015625, + -0.0106048583984375, + -0.01114654541015625, + -0.0247650146484375, + -0.04913330078125, + -0.00530242919921875, + 0.018646240234375, + -0.040252685546875, + 0.0560302734375, + 0.0256500244140625, + -0.042236328125, + -0.0103607177734375, + 0.0256500244140625, + 0.012481689453125, + -0.047943115234375, + -0.0122833251953125, + -0.0235748291015625, + -0.0162811279296875, + -0.031768798828125, + -0.050506591796875, + 0.031768798828125, + -0.0019483566284179688, + -0.062347412109375, + -0.031768798828125, + 0.035919189453125, + -0.0031452178955078125, + -0.03985595703125, + -0.03216552734375, + -0.005374908447265625, + -0.035919189453125, + -0.009124755859375, + -0.039642333984375, + -0.0222930908203125, + 0.041046142578125, + -0.026641845703125, + -0.00690460205078125, + -0.017059326171875, + -0.0264434814453125, + -0.00966644287109375, + -0.00394439697265625, + -0.0035762786865234375, + 0.0169677734375, + -0.0240631103515625, + 0.046356201171875, + 0.0154876708984375, + 0.0169677734375, + 0.035919189453125, + 0.046966552734375, + 0.00279998779296875, + 0.011199951171875, + -0.01371002197265625, + -0.046173095703125, + 0.01030731201171875, + 0.00394439697265625, + 0.022491455078125, + -0.0714111328125, + 0.001110076904296875, + 0.05841064453125, + -0.059173583984375, + 0.0303802490234375, + 0.0011529922485351562, + 0.00646209716796875, + -0.044189453125, + -0.00360107421875, + 0.0211181640625, + 0.004070281982421875, + 0.09429931640625, + 0.019927978515625, + -0.0260467529296875, + 0.0016527175903320312, + -0.04656982421875, + 0.0311737060546875, + 0.029205322265625, + 0.017364501953125, + -0.0231781005859375, + 0.0294036865234375, + 0.0036754608154296875, + -0.0274200439453125, + 0.0196380615234375, + -0.0867919921875, + -0.006511688232421875, + -0.0017757415771484375, + 0.01312255859375, + -0.0260467529296875, + -0.00466156005859375, + -0.054443359375, + -0.045166015625, + -0.04144287109375, + 0.01568603515625, + -0.0025157928466796875, + 0.0222015380859375, + -0.07574462890625, + -0.01222991943359375, + 0.0150909423828125, + -0.03887939453125, + -0.0311737060546875, + -0.024261474609375, + 0.033935546875, + -0.0032806396484375, + -0.04656982421875, + 0.012725830078125, + 0.0214080810546875, + 0.038665771484375, + 0.02801513671875, + 0.01361083984375, + -0.0390625, + -0.0142059326171875, + 0.01499176025390625, + 0.042816162109375, + 0.01538848876953125, + -0.0129241943359375, + 0.0037975311279296875, + 0.012481689453125, + 0.01470184326171875, + -0.056427001953125, + 0.0005116462707519531, + 0.0256500244140625, + 0.0016765594482421875, + -0.07537841796875, + -0.0323486328125, + -0.024566650390625, + 0.050323486328125, + -0.009521484375, + 0.027618408203125, + 0.0134124755859375, + -0.00902557373046875, + -0.0714111328125, + 0.0643310546875, + -0.0185394287109375, + 0.0222930908203125, + 0.019134521484375, + -0.0307769775390625, + -0.042022705078125, + -0.0595703125, + -0.02081298828125, + 0.02001953125, + -0.0209197998046875, + 0.044403076171875, + 0.0270233154296875, + 0.001190185546875, + 0.00902557373046875, + -0.006290435791015625, + 0.00024962425231933594, + 0.047943115234375, + -0.0022563934326171875, + -0.00646209716796875, + 0.061553955078125, + -0.040252685546875, + 0.01450347900390625, + -0.007053375244140625, + 0.009521484375, + 0.005130767822265625, + 0.006855010986328125, + 0.003032684326171875, + 0.007793426513671875, + 0.034332275390625, + 0.0290069580078125, + -0.018646240234375, + 0.0003883838653564453, + -0.01302337646484375, + 0.032958984375, + 0.031951904296875, + 0.01390838623046875, + -0.0171661376953125, + -0.0024547576904296875, + -0.007595062255859375, + -0.020416259765625, + -0.042999267578125, + -0.0726318359375, + -0.0032062530517578125, + -0.01538848876953125, + -0.019439697265625, + 0.0164794921875, + 0.019439697265625, + 0.003452301025390625, + -0.024169921875, + 0.0234832763671875, + 0.01050567626953125, + -0.0102081298828125, + -0.026641845703125, + 0.01055908203125, + -0.0138092041015625, + 0.0355224609375, + -0.009368896484375, + -0.0218048095703125, + 0.041046142578125, + 0.0018491744995117188, + -0.008880615234375, + -0.004955291748046875, + -0.010009765625, + -0.042236328125, + 0.0218963623046875, + -0.04852294921875, + -0.0355224609375, + 0.032958984375, + 0.0176544189453125, + 0.0014362335205078125, + -0.045379638671875, + 0.052490234375, + -0.01110076904296875, + -0.0682373046875, + -0.0028228759765625, + -0.0146026611328125, + -0.0726318359375, + 0.0313720703125, + -0.0180511474609375, + 0.0218963623046875, + -0.015777587890625, + 0.01904296875, + 0.026824951171875, + 0.04339599609375, + 0.01824951171875, + -0.0093231201171875, + -0.01519012451171875, + -0.0133209228515625, + 0.016571044921875, + 0.04498291015625, + 0.0012025833129882812, + -0.005870819091796875, + 0.015289306640625, + -0.0122833251953125, + -0.08209228515625, + 0.0037479400634765625, + -0.0252532958984375, + -0.04498291015625, + 0.019927978515625, + 0.0970458984375, + 0.035919189453125, + 0.0097198486328125, + 0.0218048095703125, + 0.0509033203125, + 0.0214080810546875, + 0.019927978515625, + -0.011688232421875, + -0.054443359375, + -0.01470184326171875, + -0.0026397705078125, + 0.047943115234375, + -0.06549072265625, + 0.045562744140625, + 0.043792724609375, + -0.0226898193359375, + -0.0154876708984375, + 0.00962066650390625, + -0.00574493408203125, + 0.052886962890625, + 0.01238250732421875, + 0.034332275390625, + -0.04656982421875, + 0.0044403076171875, + -0.0015659332275390625, + 0.01110076904296875, + -0.010650634765625, + 0.016571044921875, + -0.02001953125, + 0.03155517578125, + -0.04736328125, + 0.004734039306640625, + -0.004070281982421875, + 0.07537841796875, + -0.008087158203125, + -0.058807373046875, + -0.0262451171875, + 0.048126220703125, + 0.024261474609375, + -0.031951904296875, + 0.0035266876220703125, + -0.01194000244140625, + -0.01361083984375, + 0.04083251953125, + 0.045562744140625, + -0.00028824806213378906, + 0.0163726806640625, + 0.00614166259765625, + -0.0374755859375, + 0.036895751953125, + -0.00666046142578125, + 0.01178741455078125, + -0.0016279220581054688, + -0.045562744140625, + -0.01050567626953125, + -0.05364990234375, + 0.032562255859375, + 0.011444091796875, + 0.00446319580078125, + 0.025848388671875, + -0.00170135498046875, + -0.0264434814453125, + -0.0021572113037109375, + 0.010406494140625, + 0.022003173828125, + 0.004634857177734375, + -0.017364501953125, + 0.0256500244140625, + 0.038665771484375, + -0.012481689453125, + -0.05169677734375, + 0.0509033203125, + -0.0164794921875, + -0.004489898681640625, + -0.04736328125, + 0.0015411376953125, + -0.0004622936248779297, + -0.0264434814453125, + 0.000006079673767089844, + -0.02130126953125, + 0.03411865234375, + -0.0218048095703125, + -0.039642333984375, + -0.0129241943359375, + 0.043609619140625, + -0.0252532958984375, + 0.052490234375, + 0.018157958984375, + -0.023284912109375, + 0.0264434814453125, + -0.0675048828125, + 0.054046630859375, + 0.032745361328125, + 0.01129150390625, + 0.00228118896484375, + 0.009521484375, + 0.0231781005859375, + -0.01074981689453125, + 0.005130767822265625, + 0.009368896484375, + -0.014007568359375, + 0.033355712890625, + 0.0256500244140625, + 0.0142059326171875, + -0.0313720703125, + 0.0307769775390625, + 0.0016765594482421875, + -0.03314208984375, + 0.042999267578125, + 0.0374755859375, + 0.00981903076171875, + 0.001220703125, + -0.025848388671875, + 0.0093231201171875, + -0.061553955078125, + 0.032958984375, + 0.032562255859375, + -0.003021240234375, + 0.034332275390625, + -0.03668212890625, + 0.052490234375, + 0.019134521484375, + 0.0611572265625, + -0.0189361572265625, + 0.034515380859375, + -0.018646240234375, + 0.0167694091796875, + -0.00942230224609375, + 0.0089263916015625, + -0.023681640625, + 0.0447998046875, + -0.040252685546875, + 0.04913330078125, + 0.032562255859375, + -0.0003082752227783203, + -0.0509033203125, + -0.0270233154296875, + -0.016876220703125, + 0.0163726806640625, + 0.034332275390625, + -0.037078857421875, + 0.00202178955078125, + 0.0014057159423828125, + 0.0595703125, + 0.044586181640625, + 0.002429962158203125, + 0.0220947265625, + -0.021209716796875, + 0.0006504058837890625, + 0.0086822509765625, + -0.0012454986572265625 + ], + "metadata": { + "domains": [ + "static-investigations", + "cloud-forensics" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "hashing", + "auditing", + "multihash" ], "skillLevel": "intermediate", "type": "tool" @@ -92817,1038 +100183,4217 @@ } }, { - "id": "tool_Kibana", + "id": "tool_ICSpector", "type": "tool", - "name": "Kibana", - "content": "kibana das visualisierungs-frontend des elastic-stacks verwandelt rohe forensik-daten in aussagekräftige dashboards und echtzeit-analysen. drag-and-drop-interface erstellt komplexe queries ohne programmierkenntnisse. besonders wertvoll für incident-response: timeline-visualisierungen korrelieren events über verschiedene systeme, geo-maps zeigen angriffs-ursprünge, heat-maps identifizieren aktivitätsmuster. die discover-funktion ermöglicht explorative datenanalyse mit drill-down-capabilities. canvas erstellt infografiken für management-reports. machine-learning-integration erkennt anomalien automatisch. alerting-framework triggert bei verdächtigen mustern. dashboard-sharing für soc-teams. der dev-tools-bereich bietet direkten elasticsearch-zugriff für power-user. spaces isolieren verschiedene ermittlungen. die integration mit wazuh, suricata und anderen siem-komponenten macht es zum standard-dashboard moderner security-operations. kostenlos bis zu basic-features, x-pack-lizenzierung für enterprise-funktionen. dashboards analytics incident-response analysis reporting", + "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. command-line 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.0298309326171875, - 0.033782958984375, - 0.05853271484375, - 0.01198577880859375, - 0.01849365234375, - 0.005615234375, - 0.01641845703125, - 0.0117034912109375, - -0.02227783203125, - -0.01491546630859375, - -0.022369384765625, - 0.051727294921875, - 0.01198577880859375, - -0.01132965087890625, - -0.0528564453125, - 0.03228759765625, - -0.006938934326171875, - 0.00485992431640625, - 0.0004069805145263672, - -0.0220794677734375, - 0.0001437664031982422, - 0.006793975830078125, - -0.060394287109375, - -0.0041046142578125, - 0.0241546630859375, - 0.018218994140625, - -0.0190582275390625, - -0.052093505859375, - -0.01203155517578125, - 0.02850341796875, - 0.01245880126953125, - -0.0279388427734375, - 0.01151275634765625, - 0.0328369140625, - -0.02642822265625, - -0.01312255859375, - 0.023406982421875, - -0.069091796875, - -0.0249176025390625, - 0.0369873046875, - -0.032470703125, - 0.01953125, - 0.002689361572265625, - -0.0268096923828125, - -0.0245361328125, - -0.050201416015625, - 0.01557159423828125, - -0.034912109375, - 0.00839996337890625, - -0.0279388427734375, - 0.0191650390625, - 0.01042938232421875, - 0.00839996337890625, - 0.00783538818359375, - -0.04058837890625, - 0.03302001953125, - 0.033966064453125, - -0.0241546630859375, - -0.052490234375, - 0.035858154296875, - -0.007785797119140625, - -0.00637054443359375, - 0.0030918121337890625, - -0.004505157470703125, - 0.0191650390625, - 0.029632568359375, - 0.0027256011962890625, - -0.019256591796875, - -0.0040130615234375, - 0.009674072265625, - 0.043212890625, - 0.006015777587890625, - -0.039825439453125, - 0.0247344970703125, - -0.033782958984375, - -0.021148681640625, - 0.0226593017578125, - 0.03076171875, - 0.003658294677734375, - -0.01340484619140625, - -0.044158935546875, - 0.01500701904296875, - 0.033966064453125, - -0.00952911376953125, - -0.03851318359375, - -0.00213623046875, - 0.00382232666015625, - 0.01207733154296875, - 0.0086822509765625, - -0.02020263671875, - 0.0127410888671875, - -0.0010385513305664062, - 0.0309600830078125, - -0.02642822265625, - 0.0411376953125, - 0.072509765625, - -0.04022216796875, - -0.0251007080078125, - -0.003986358642578125, - 0.033599853515625, - 0.0048828125, - -0.039459228515625, - 0.047760009765625, - -0.00179290771484375, - 0.0728759765625, - -0.03472900390625, - -0.009765625, - -0.029632568359375, - 0.0010318756103515625, - -0.0233154296875, - -0.0849609375, - -0.0258636474609375, - -0.0175628662109375, - -0.047393798828125, - -0.00688934326171875, - 0.006465911865234375, - -0.0258636474609375, - 0.044158935546875, - -0.031707763671875, - -0.041534423828125, - 0.02850341796875, - 0.007503509521484375, - 0.0081634521484375, - 0.01953125, - -0.032470703125, - -0.0386962890625, - 0.0035152435302734375, - 0.01155853271484375, - -0.03851318359375, - -0.0236968994140625, - -0.00930023193359375, - -0.022369384765625, - -0.00887298583984375, - -0.041900634765625, - -0.002655029296875, - -0.01444244384765625, - 0.03887939453125, - -0.001781463623046875, - -0.00844573974609375, - 0.01557159423828125, - 0.02642822265625, - -0.032470703125, - -0.051727294921875, - -0.0117034912109375, - -0.0219879150390625, - -0.0262451171875, - -0.027557373046875, - 0.034912109375, - -0.041351318359375, - 0.0177459716796875, - -0.00011795759201049805, - 0.0106658935546875, - 0.0428466796875, - -0.002288818359375, - -0.001079559326171875, - -0.0237884521484375, - -0.0180206298828125, - 0.0011091232299804688, - 0.0251007080078125, - -0.0012149810791015625, - 0.01416015625, - 0.03662109375, - 0.006561279296875, - 0.0100555419921875, - -0.003704071044921875, - -0.0190582275390625, - -0.04473876953125, - 0.03265380859375, - 0.0036106109619140625, - -0.0238800048828125, - 0.01491546630859375, - -0.01099395751953125, - 0.043792724609375, - 0.07666015625, - -0.00788116455078125, - 0.0111846923828125, - -0.00637054443359375, - -0.0159454345703125, - 0.0286865234375, - 0.050201416015625, - 0.01302337646484375, - -0.0147247314453125, - 0.04229736328125, - -0.01491546630859375, - 0.03076171875, - -0.0022525787353515625, - -0.025482177734375, - -0.002063751220703125, - -0.03662109375, - 0.0190582275390625, - -0.053619384765625, - -0.031524658203125, - -0.01708984375, - 0.033599853515625, - 0.004505157470703125, - 0.049835205078125, - 0.01226806640625, - -0.0230255126953125, - 0.01444244384765625, - 0.005710601806640625, - 0.006511688232421875, - 0.0208587646484375, - 0.0034694671630859375, - 0.02642822265625, - 0.004955291748046875, - 0.021514892578125, - -0.01509857177734375, - 0.046234130859375, - 0.0177459716796875, - -0.025299072265625, - -0.003681182861328125, - 0.065673828125, - -0.00032138824462890625, - -0.03076171875, - -0.029449462890625, - -0.0188751220703125, - 0.041534423828125, - -0.02435302734375, - 0.01557159423828125, - -0.004436492919921875, - -0.02642822265625, - -0.055511474609375, - -0.006984710693359375, - 0.036041259765625, - -0.0428466796875, - 0.033966064453125, - 0.0190582275390625, - 0.0177459716796875, - -0.0175628662109375, - 0.035675048828125, - 0.04437255859375, - 0.032470703125, - -0.0199127197265625, - -0.0005693435668945312, - 0.004436492919921875, - -0.01155853271484375, - 0.02227783203125, - 0.052093505859375, - 0.01444244384765625, - 0.00981903076171875, - -0.01387786865234375, - 0.037200927734375, - -0.00872802734375, - 0.021514892578125, - 0.031524658203125, - -0.035858154296875, - 0.0085906982421875, - 0.00849151611328125, - 0.0268096923828125, - 0.050201416015625, - -0.055877685546875, - 0.021514892578125, - -0.048126220703125, - 0.0011034011840820312, - -0.06756591796875, - -0.0487060546875, - -0.040008544921875, - -0.05853271484375, - 0.04248046875, - -0.022369384765625, - -0.019439697265625, - 0.0245361328125, - 0.004909515380859375, - 0.01641845703125, - 0.0300140380859375, - -0.0008139610290527344, - -0.0390625, - 0.00035691261291503906, - 0.09661865234375, - 0.0060882568359375, - -0.0111846923828125, - 0.01047515869140625, - 0.0301971435546875, - 0.026611328125, - 0.0218048095703125, - -0.01500701904296875, - 0.0005192756652832031, - 0.0147247314453125, - 0.034912109375, - 0.014251708984375, - 0.004482269287109375, - 0.0111846923828125, - 0.0004069805145263672, - 0.052093505859375, - -0.04229736328125, - -0.003963470458984375, - -0.00986480712890625, - 0.006793975830078125, - -0.00531005859375, - -0.047760009765625, - -0.0133056640625, - 0.04302978515625, - 0.046051025390625, - 0.010284423828125, - 0.006229400634765625, - -0.01641845703125, - 0.012176513671875, - 0.0013866424560546875, - 0.005828857421875, - 0.047943115234375, - 0.038330078125, - -0.039825439453125, - -0.0081634521484375, - 0.007221221923828125, - 0.0268096923828125, - -0.035675048828125, - -0.033233642578125, - -0.021514892578125, - -0.0241546630859375, - -0.050201416015625, - -0.013214111328125, - 0.01090240478515625, - -0.033966064453125, - 0.025482177734375, - -0.037933349609375, - 0.0085906982421875, - -0.0237884521484375, - -0.044921875, - 0.0251007080078125, - -0.004222869873046875, - -0.06304931640625, - -0.0288848876953125, - 0.05322265625, - 0.01349639892578125, - 0.0159454345703125, - -0.01812744140625, - -0.013214111328125, - -0.041534423828125, - 0.005664825439453125, - -0.02056884765625, - 0.0487060546875, - -0.009246826171875, - 0.03228759765625, - 0.0197296142578125, - 0.0341796875, - 0.006702423095703125, - 0.065673828125, - 0.0258636474609375, - -0.00788116455078125, - -0.00811767578125, - 0.004955291748046875, - 0.014251708984375, - 0.035675048828125, - -0.006702423095703125, - -0.01047515869140625, - -0.0006194114685058594, - -0.0328369140625, - 0.02850341796875, - 0.0236968994140625, - 0.018310546875, - 0.019256591796875, - -0.033233642578125, - 0.0281219482421875, - 0.049072265625, - 0.007503509521484375, - 0.0887451171875, - -0.00958251953125, - -0.044158935546875, - 0.0019817352294921875, - 0.00783538818359375, - -0.0241546630859375, - 0.0208587646484375, - 0.03302001953125, - -0.005992889404296875, - 0.0189666748046875, - 0.039276123046875, - -0.0147247314453125, - 0.03887939453125, - -0.006038665771484375, - 0.0007314682006835938, - -0.00797271728515625, - -0.004909515380859375, - 0.0197296142578125, - 0.0262451171875, - 0.0209503173828125, - 0.004791259765625, - 0.047393798828125, - -0.0186920166015625, - -0.00958251953125, - -0.078125, - -0.05133056640625, - 0.02349853515625, - -0.01812744140625, - 0.00688934326171875, - 0.03662109375, - -0.057373046875, - -0.07476806640625, - 0.0092010498046875, - -0.0208587646484375, - 0.069091796875, - 0.029449462890625, - 0.0404052734375, - 0.0290679931640625, - -0.03265380859375, - -0.00637054443359375, - 0.035491943359375, - 0.0127410888671875, - 0.03076171875, - 0.06494140625, - 0.03302001953125, - 0.033966064453125, - -0.01812744140625, - 0.0013742446899414062, - 0.007740020751953125, - 0.0198211669921875, - -0.00797271728515625, - 0.0245361328125, - -0.006038665771484375, - 0.0199127197265625, - -0.02056884765625, - 0.07061767578125, - 0.059661865234375, - -0.03851318359375, - 0.0290679931640625, - -0.0005574226379394531, - 0.0037994384765625, - -0.06683349609375, - -0.014251708984375, - -0.01293182373046875, - 0.0169830322265625, - 0.01519775390625, - 0.0168914794921875, - -0.03887939453125, - 0.02227783203125, - 0.044158935546875, - -0.06982421875, - 0.04095458984375, - 0.0190582275390625, - -0.03057861328125, - 0.0219879150390625, - -0.031524658203125, - -0.02850341796875, - 0.0156707763671875, - -0.0286865234375, - -0.033599853515625, - 0.003986358642578125, - 0.0303955078125, - -0.041351318359375, - -0.0311431884765625, - -0.00930023193359375, - -0.0188751220703125, - -0.004764556884765625, - -0.01953125, - 0.01312255859375, - -0.0085906982421875, - -0.0218963623046875, - 0.03228759765625, - 0.0191650390625, - 0.0015926361083984375, - -0.0229339599609375, - 0.049835205078125, - -0.0177459716796875, - -0.05889892578125, - 0.0048370361328125, - -0.00457763671875, - 0.01151275634765625, - -0.0158538818359375, - -0.015289306640625, - -0.01312255859375, - 0.0300140380859375, - 0.018218994140625, - -0.0016164779663085938, - -0.057769775390625, - -0.0404052734375, - -0.06378173828125, - 0.04095458984375, - 0.0168914794921875, - 0.03057861328125, - 0.0055694580078125, - -0.0428466796875, - 0.00412750244140625, - -0.04681396484375, - -0.01953125, - -0.01302337646484375, - -0.00533294677734375, - 0.0006103515625, - 0.06683349609375, - -0.006183624267578125, - 0.0076446533203125, - -0.01302337646484375, - 0.069091796875, - 0.0030078887939453125, - -0.0007519721984863281, - -0.046630859375, - 0.0345458984375, - 0.035858154296875, - -0.040771484375, - -0.0216064453125, - -0.00891876220703125, - -0.0009083747863769531, - 0.05133056640625, - -0.0777587890625, - -0.0298309326171875, - 0.0168914794921875, - -0.05474853515625, - -0.021148681640625, - -0.040008544921875, - -0.0167083740234375, - -0.037567138671875, - 0.03436279296875, - 0.047576904296875, - -0.0020999908447265625, - 0.03265380859375, - -0.00153350830078125, - -0.0008907318115234375, - 0.0226593017578125, - 0.0116119384765625, - -0.0218048095703125, - 0.00872802734375, - -0.03302001953125, - -0.0245361328125, - -0.0216064453125, - 0.029266357421875, - 0.004650115966796875, - 0.005001068115234375, - 0.0002491474151611328, - -0.0300140380859375, - 0.05474853515625, - -0.0231170654296875, - -0.004459381103515625, - -0.005828857421875, - -0.008209228515625, - -0.0260467529296875, - -0.025299072265625, - 0.0016632080078125, - 0.0178375244140625, - 0.00101470947265625, - 0.016510009765625, - 0.025482177734375, - -0.03851318359375, - 0.00981903076171875, - 0.0147247314453125, - 0.01387786865234375, - 0.019256591796875, - -0.0176544189453125, - -0.005756378173828125, - -0.040771484375, - 0.021148681640625, - -0.023406982421875, - -0.043426513671875, - -0.07928466796875, - 0.0147247314453125, - -0.0027484893798828125, - -0.0177459716796875, - -0.0258636474609375, - -0.040771484375, - -0.064208984375, - -0.03302001953125, - 0.0269927978515625, - 0.0012445449829101562, - 0.0206756591796875, - -0.04229736328125, - -0.035491943359375, - -0.009246826171875, - -0.03228759765625, - 0.038116455078125, - -0.00896453857421875, - 0.017181396484375, - -0.00896453857421875, - -0.04510498046875, - 0.034912109375, - 0.0085906982421875, - 0.027374267578125, - 0.035675048828125, - 0.0158538818359375, - -0.0362548828125, - 0.023590087890625, - -0.040771484375, - 0.005191802978515625, - 0.027374267578125, - -0.035675048828125, - 0.0230255126953125, - -0.039642333984375, - 0.006748199462890625, - -0.0082550048828125, - 0.0258636474609375, - 0.0167083740234375, - 0.01226806640625, - -0.032470703125, - 0.0179290771484375, - 0.01312255859375, - 0.06494140625, - -0.00872802734375, - -0.047576904296875, - -0.00811767578125, - -0.00783538818359375, - 0.04095458984375, - 0.046051025390625, - 0.0007138252258300781, - -0.003208160400390625, - 0.010101318359375, - 0.023406982421875, - -0.02642822265625, - -0.033599853515625, - -0.03076171875, - 0.00995635986328125, - 0.050201416015625, - 0.049835205078125, - 0.00200653076171875, - 0.07135009765625, - 0.00027871131896972656, - 0.02056884765625, - 0.01312255859375, - 0.05511474609375, - 0.01519775390625, - -0.0281219482421875, - -0.05096435546875, - -0.00878143310546875, - 0.023406982421875, - -0.04266357421875, - -0.043426513671875, - -0.001911163330078125, - 0.06341552734375, - -0.052093505859375, - -0.03076171875, - -0.0227508544921875, - -0.01094818115234375, - -0.006229400634765625, - 0.0157623291015625, - -0.006748199462890625, - 0.01812744140625, - 0.0010976791381835938, - -0.0167999267578125, - -0.002017974853515625, - -0.0236968994140625, - -0.01605224609375, - 0.05322265625, - 0.023223876953125, - -0.006465911865234375, - 0.01519775390625, - 0.0116119384765625, - 0.0176544189453125, - 0.01349639892578125, - 0.040771484375, - 0.0137786865234375, - 0.0249176025390625, - 0.0033969879150390625, - 0.07025146484375, - -0.037933349609375, - -0.01509857177734375, - 0.021240234375, - 0.02142333984375, - 0.0386962890625, - 0.0288848876953125, - -0.015380859375, - 0.00930023193359375, - 0.008544921875, - -0.035125732421875, - -0.0035858154296875, - 0.0200042724609375, - 0.0021228790283203125, - -0.0269927978515625, - -0.07135009765625, - 0.029449462890625, - -0.027557373046875, - 0.043212890625, - -0.01123046875, - -0.0097198486328125, - 0.0066070556640625, - 0.0300140380859375, - -0.02056884765625, - -0.0615234375, - 0.0158538818359375, - -0.004718780517578125, - -0.033416748046875, - -0.015289306640625, - -0.02227783203125, - 0.036041259765625, - -0.0003287792205810547, - -0.0653076171875, - 0.004459381103515625, - 0.04022216796875, - -0.0281219482421875, - -0.0283203125, - -0.0277557373046875, - 0.00952911376953125, - -0.03472900390625, - -0.0168914794921875, - -0.047943115234375, - -0.03302001953125, - -0.0034694671630859375, - -0.0048828125, - 0.004199981689453125, - 0.002429962158203125, - -0.035125732421875, - -0.0309600830078125, - -0.0247344970703125, - -0.01812744140625, - 0.023223876953125, - -0.04473876953125, - 0.022369384765625, - 0.0156707763671875, - 0.014251708984375, - 0.0031147003173828125, - 0.06494140625, - 0.01605224609375, - 0.0262451171875, - -0.0328369140625, - -0.0341796875, - 0.03302001953125, - -0.018218994140625, - 0.0022296905517578125, - -0.07476806640625, - 0.0019588470458984375, - 0.0311431884765625, - -0.09100341796875, - 0.02850341796875, - 0.0117950439453125, - -0.0251007080078125, - -0.06494140625, - -0.005828857421875, - 0.005779266357421875, - 0.004764556884765625, - 0.077392578125, - 0.001079559326171875, - -0.00637054443359375, - 0.00995635986328125, - -0.0228424072265625, - 0.0653076171875, - 0.007549285888671875, - 0.004695892333984375, - -0.039825439453125, - 0.0127410888671875, - -0.0034923553466796875, - -0.03662109375, - 0.01491546630859375, - -0.06793212890625, - 0.0014219284057617188, - 0.0208587646484375, - 0.0178375244140625, - 0.005451202392578125, - 0.0247344970703125, - -0.062286376953125, - -0.016326904296875, - -0.03057861328125, - 0.031707763671875, - 0.012176513671875, - 0.0148162841796875, - -0.052093505859375, - -0.00792694091796875, - -0.0271759033203125, - -0.048309326171875, - -0.034912109375, - -0.03302001953125, - 0.0157623291015625, - 0.01207733154296875, - -0.07965087890625, - 0.0247344970703125, - -0.007221221923828125, - 0.0321044921875, - 0.01509857177734375, - 0.05059814453125, - -0.056243896484375, - 0.00460052490234375, - 0.01548004150390625, - 0.0224609375, - -0.01396942138671875, - 0.003963470458984375, - -0.0027484893798828125, - 0.03265380859375, - 0.002773284912109375, - -0.04248046875, - 0.052490234375, - 0.033782958984375, - -0.037750244140625, - -0.053985595703125, - -0.031341552734375, - -0.033782958984375, - 0.073974609375, - -0.0167083740234375, - 0.0311431884765625, - -0.01444244384765625, - 0.002559661865234375, - -0.07928466796875, - 0.033416748046875, - -0.029266357421875, - 0.046051025390625, - 0.019256591796875, - -0.0226593017578125, - -0.0528564453125, - -0.03076171875, - -0.00330352783203125, - 0.0428466796875, - -0.056243896484375, - 0.0281219482421875, - -0.00011652708053588867, - -0.005519866943359375, - 0.00412750244140625, - -0.01132965087890625, - 0.0226593017578125, - 0.037933349609375, - 0.0020771026611328125, - -0.0487060546875, - 0.043609619140625, - -0.0341796875, - 0.01245880126953125, - -0.0038700103759765625, - 0.0028553009033203125, - -0.005970001220703125, - -0.0236968994140625, - -0.01605224609375, - -0.0004513263702392578, - 0.0105743408203125, - 0.035675048828125, - -0.031890869140625, - 0.004058837890625, - -0.007080078125, - 0.0217132568359375, - 0.002689361572265625, - -0.0006251335144042969, - 0.00896453857421875, - 0.0002772808074951172, - -0.04022216796875, - -0.037384033203125, - -0.0687255859375, - -0.073974609375, - -0.021240234375, - -0.0528564453125, - -0.01416015625, - 0.0014390945434570312, - 0.018402099609375, - 0.0207672119140625, - -0.02850341796875, - 0.05322265625, - -0.0178375244140625, - 0.0260467529296875, - -0.0404052734375, - 0.001651763916015625, - -0.01396942138671875, - 0.060791015625, - -0.004245758056640625, - -0.01548004150390625, - 0.025482177734375, - -0.0260467529296875, - 0.003208160400390625, - -0.0187835693359375, - -0.0003361701965332031, - -0.037567138671875, - 0.01934814453125, - -0.07476806640625, - 0.009765625, - 0.00632476806640625, - 0.05059814453125, - -0.0218048095703125, - -0.0277557373046875, - 0.04022216796875, - -0.01708984375, - -0.038330078125, - -0.0029621124267578125, - -0.00533294677734375, - -0.0107574462890625, - -0.0288848876953125, - 0.00896453857421875, - 0.005947113037109375, - 0.005451202392578125, - 0.008544921875, - 0.041900634765625, - 0.053985595703125, - 0.0210418701171875, + -0.03997802734375, + 0.0312042236328125, + 0.0312042236328125, + -0.00499725341796875, + 0.04132080078125, + 0.0279541015625, + 0.0232391357421875, + -0.004795074462890625, + -0.01959228515625, + 0.0232391357421875, + -0.02606201171875, + 0.040252685546875, + 0.0096588134765625, + -0.0189056396484375, + -0.0596923828125, + 0.04052734375, + -0.020660400390625, + 0.00325775146484375, + 0.01195526123046875, + 0.01397705078125, + -0.005336761474609375, + -0.01073455810546875, -0.043212890625, - -0.0290679931640625, - -0.005401611328125, - 0.0096282958984375, - 0.0166168212890625, - 0.0247344970703125, - -0.0258636474609375, - 0.00887298583984375, - -0.015289306640625, - -0.08984375, - -0.0190582275390625, - -0.040771484375, - -0.050201416015625, - -0.0042724609375, - 0.0777587890625, - 0.0268096923828125, - -0.0249176025390625, - 0.022369384765625, - 0.0286865234375, - 0.04022216796875, - 0.01548004150390625, - -0.007171630859375, - -0.0653076171875, - 0.01849365234375, - 0.053985595703125, - 0.037567138671875, - -0.04510498046875, - 0.056640625, - 0.07928466796875, - -0.0217132568359375, - -0.033416748046875, - -0.003658294677734375, - -0.02435302734375, - 0.044158935546875, - 0.0180206298828125, - 0.035125732421875, - -0.060028076171875, - 0.0007462501525878906, - 0.01491546630859375, - 0.006938934326171875, - -0.00872802734375, - -0.01641845703125, - -0.00930023193359375, - 0.035858154296875, - -0.06378173828125, - -0.027557373046875, - 0.00507354736328125, - 0.07891845703125, - 0.018310546875, - -0.03076171875, - -0.0035400390625, - 0.0445556640625, - 0.044921875, - -0.004909515380859375, - 0.009674072265625, - 0.00844573974609375, - 0.004245758056640625, - 0.039459228515625, - 0.052490234375, - 0.018218994140625, - 0.0687255859375, - 0.01349639892578125, - -0.043609619140625, - 0.0228424072265625, - 0.004364013671875, - -0.0133056640625, - 0.007598876953125, - -0.049468994140625, - -0.01387786865234375, - -0.037933349609375, - 0.035308837890625, - 0.0147247314453125, - 0.031890869140625, - 0.050201416015625, - -0.0015687942504882812, - -0.00047779083251953125, - 0.01557159423828125, - 0.032470703125, - 0.06378173828125, - 0.0251007080078125, - 0.0258636474609375, - 0.01453399658203125, - 0.005428314208984375, - -0.0066070556640625, - -0.01236724853515625, - 0.0303955078125, - -0.0369873046875, - -0.00872802734375, - -0.04510498046875, - -0.01387786865234375, - -0.00991058349609375, - -0.027374267578125, - -0.00943756103515625, + -0.021881103515625, + 0.0058746337890625, + 0.0177001953125, + 0.01120758056640625, + -0.0723876953125, + -0.0279541015625, + 0.009185791015625, + 0.01837158203125, + -0.033905029296875, + 0.00959014892578125, + 0.0106048583984375, + 0.00469207763671875, + -0.007022857666015625, + -0.00972747802734375, + -0.033233642578125, + -0.01229095458984375, + 0.033905029296875, + -0.0068206787109375, + 0.005809783935546875, + 0.0115509033203125, + -0.0005950927734375, + -0.026336669921875, + -0.035919189453125, + 0.01546478271484375, + -0.0189056396484375, + 0.0061798095703125, + -0.0343017578125, + 0.048095703125, + 0.033233642578125, + -0.01067352294921875, -0.0175628662109375, - 0.00481414794921875, - -0.03265380859375, - -0.0570068359375, + -0.029449462890625, + 0.0367431640625, + 0.0316162109375, + -0.0106048583984375, + -0.040802001953125, + 0.040252685546875, + -0.06671142578125, + -0.00577545166015625, + -0.0029201507568359375, + -0.020263671875, + 0.02783203125, + 0.035919189453125, + -0.006923675537109375, + -0.03228759765625, + 0.0226898193359375, + -0.0240478515625, + -0.011077880859375, + -0.0014858245849609375, + -0.020660400390625, + 0.0175628662109375, + -0.01959228515625, + -0.060516357421875, + -0.0083770751953125, + 0.0160064697265625, + -0.01715087890625, + 0.0179595947265625, + -0.035125732421875, + -0.00045371055603027344, + 0.047821044921875, + -0.01715087890625, + -0.0207977294921875, + 0.01397705078125, + 0.034576416015625, + 0.0226898193359375, + -0.00885009765625, + -0.002094268798828125, + 0.016143798828125, + 0.004119873046875, + 0.026885986328125, + -0.02349853515625, + 0.048370361328125, + 0.047821044921875, + -0.04132080078125, + -0.004863739013671875, + -0.02783203125, + 0.036468505859375, + 0.048095703125, + -0.0303955078125, + 0.049713134765625, + -0.033233642578125, + 0.045654296875, + -0.0243072509765625, + 0.0164794921875, + 0.007022857666015625, + -0.01479339599609375, + 0.00033354759216308594, + -0.09454345703125, + -0.032684326171875, + -0.0226898193359375, + -0.0518798828125, + -0.0106048583984375, + 0.00627899169921875, + 0.0032749176025390625, + 0.0494384765625, + -0.018768310546875, + -0.02606201171875, + 0.01560211181640625, + 0.04132080078125, + -0.0032749176025390625, + 0.01485443115234375, + -0.0675048828125, + -0.032684326171875, + 0.008575439453125, + 0.0144500732421875, + -0.0280914306640625, + -0.0061798095703125, + -0.01020050048828125, + -0.0164794921875, + -0.01161956787109375, + -0.031463623046875, -0.008544921875, - 0.02642822265625, - -0.035491943359375, - 0.0091552734375, - 0.0321044921875, - -0.0048370361328125, - 0.0186004638671875, - -0.059661865234375, - 0.051727294921875, - 0.017364501953125, - 0.027374267578125, - -0.00948333740234375, - -0.0007963180541992188, - 0.0362548828125, - 0.01387786865234375, - -0.00830841064453125, - 0.016510009765625, - -0.03265380859375, - 0.039825439453125, - 0.04473876953125, - 0.00872802734375, - -0.0390625, - 0.0240631103515625, - 0.035675048828125, - -0.060394287109375, - 0.06341552734375, - -0.0101470947265625, - 0.03436279296875, - 0.0224609375, - 0.0159454345703125, - -0.04644775390625, - -0.062286376953125, - 0.05474853515625, - 0.0136871337890625, - 0.0038928985595703125, + 0.00035881996154785156, + 0.04376220703125, + 0.0141143798828125, + -0.01202392578125, + -0.005367279052734375, + 0.0153961181640625, + -0.0172882080078125, + -0.0596923828125, + 0.0019588470458984375, + -0.02593994140625, + -0.021209716796875, + -0.0293121337890625, + 0.03619384765625, + -0.033355712890625, + -0.01134490966796875, + -0.0166168212890625, + 0.0228271484375, + 0.062408447265625, + 0.007328033447265625, + 0.0303955078125, + -0.057281494140625, + 0.0118865966796875, + -0.01512908935546875, + 0.027557373046875, + -0.0312042236328125, + -0.0087127685546875, + 0.0170135498046875, + -0.00045800209045410156, + 0.007396697998046875, + -0.01432037353515625, + -0.03375244140625, + 0.0006709098815917969, + 0.032012939453125, + 0.0303955078125, + 0.004795074462890625, + 0.03228759765625, + -0.0182342529296875, + 0.059173583984375, + 0.0648193359375, + -0.006786346435546875, + 0.01580810546875, + 0.0222930908203125, + -0.0302581787109375, + 0.027557373046875, + 0.042694091796875, + -0.01323699951171875, + -0.027008056640625, + 0.03997802734375, + -0.01580810546875, + 0.015533447265625, + -0.00675201416015625, + -0.0312042236328125, + -0.019989013671875, + -0.019989013671875, + 0.033355712890625, + -0.0521240234375, + -0.037811279296875, + -0.00925445556640625, + 0.0164794921875, + 0.0027866363525390625, + 0.054840087890625, + 0.03564453125, + -0.0162811279296875, + 0.008575439453125, + 0.0009708404541015625, + 0.00135040283203125, + 0.0182342529296875, + -0.0112762451171875, + 0.05078125, + 0.0160675048828125, + 0.0029201507568359375, + -0.01959228515625, + 0.04754638671875, + 0.0287628173828125, + -0.011077880859375, + -0.01479339599609375, + 0.058624267578125, + -0.01708984375, + -0.0228271484375, + -0.0312042236328125, + -0.05780029296875, + 0.0291748046875, + -0.02728271484375, + -0.024444580078125, + 0.007732391357421875, + -0.018646240234375, + -0.056182861328125, + -0.00850677490234375, + 0.01479339599609375, + 0.0026683807373046875, + 0.044586181640625, + 0.0172882080078125, + -0.01397705078125, + -0.0048980712890625, + 0.020263671875, + 0.032012939453125, + 0.03375244140625, + -0.009857177734375, + 0.0118865966796875, + -0.0443115234375, + -0.00786590576171875, + 0.03863525390625, + 0.0494384765625, + 0.01479339599609375, + 0.018096923828125, + -0.0177001953125, + 0.0303955078125, + -0.0297088623046875, + 0.025390625, + 0.03363037109375, + -0.0261993408203125, + -0.0179595947265625, + 0.0083770751953125, + 0.0122222900390625, + 0.047821044921875, + -0.0391845703125, + -0.004558563232421875, + -0.060791015625, + 0.0089111328125, + -0.058349609375, + -0.024444580078125, + -0.0267486572265625, + -0.047821044921875, + 0.0312042236328125, + -0.0011568069458007812, + -0.0391845703125, + -0.011077880859375, + 0.031341552734375, + 0.0003314018249511719, + 0.033355712890625, + -0.011749267578125, + -0.042144775390625, + 0.00594329833984375, + 0.09832763671875, + -0.006046295166015625, + 0.002330780029296875, + 0.00833892822265625, + 0.0267486572265625, + -0.00373077392578125, + 0.048370361328125, + -0.01959228515625, + 0.0033435821533203125, + 0.04510498046875, + 0.016204833984375, + 0.0252532958984375, + -0.034454345703125, + 0.01141357421875, + -0.0115509033203125, + 0.016754150390625, + -0.06378173828125, + -0.00019943714141845703, + -0.005504608154296875, + 0.0011730194091796875, + -0.00006699562072753906, + -0.06378173828125, + -0.00658416748046875, + 0.03619384765625, + 0.01229095458984375, + 0.0013341903686523438, + 0.028900146484375, + -0.0391845703125, + 0.0065155029296875, + -0.018646240234375, + 0.0027179718017578125, + 0.0295867919921875, + 0.045928955078125, + -0.0177001953125, + -0.006214141845703125, + -0.01262664794921875, + -0.007495880126953125, + -0.035125732421875, + -0.060791015625, + -0.0418701171875, + -0.00675201416015625, + -0.049713134765625, + -0.00945281982421875, + 0.01337432861328125, + -0.00627899169921875, + 0.00482940673828125, + -0.009521484375, + -0.0137786865234375, + -0.036468505859375, + -0.031341552734375, + -0.007328033447265625, + -0.0124969482421875, + -0.0391845703125, + -0.043487548828125, + 0.048370361328125, + 0.007396697998046875, + 0.0163421630859375, + 0.01432037353515625, + 0.01485443115234375, + -0.0316162109375, + 0.035125732421875, + -0.004962921142578125, + 0.004425048828125, + -0.0241851806640625, + 0.054840087890625, + 0.0252532958984375, + 0.01080322265625, + 0.01134490966796875, + 0.0697021484375, + 0.0185089111328125, + -0.0228271484375, + 0.002346038818359375, + -0.00627899169921875, + 0.014251708984375, + 0.0229644775390625, + -0.0013589859008789062, + -0.0220184326171875, + 0.00516510009765625, + -0.0124969482421875, + 0.01134490966796875, + 0.0201263427734375, + 0.036468505859375, + 0.0228271484375, + -0.0025997161865234375, + -0.0240478515625, + 0.0645751953125, + 0.01026153564453125, + 0.09832763671875, + -0.01526641845703125, + -0.01229095458984375, + 0.021881103515625, + 0.01519775390625, + -0.0280914306640625, + 0.002346038818359375, + 0.044036865234375, + 0.038909912109375, + -0.00945281982421875, + 0.0239105224609375, + 0.016815185546875, + 0.0239105224609375, + -0.01134490966796875, + -0.01357269287109375, + 0.0185089111328125, + -0.0099945068359375, + 0.0299835205078125, + 0.063232421875, + 0.0189056396484375, + -0.005401611328125, + 0.014251708984375, + -0.0297088623046875, + -0.02215576171875, + -0.043212890625, + -0.0675048828125, + 0.0029048919677734375, + 0.05267333984375, + 0.01451873779296875, + 0.04241943359375, + -0.03564453125, + -0.0723876953125, + 0.024993896484375, + -0.0280914306640625, + 0.07293701171875, + 0.05023193359375, + 0.01215362548828125, + 0.0394287109375, + -0.009185791015625, + 0.0027179718017578125, + 0.0166168212890625, + 0.0034942626953125, + 0.029449462890625, + 0.0645751953125, + 0.037017822265625, + 0.00864410400390625, + -0.0224151611328125, + 0.01242828369140625, + 0.03485107421875, + 0.0096588134765625, + -0.0096588134765625, + 0.01087188720703125, + 0.00992584228515625, + 0.027008056640625, + -0.0299835205078125, + 0.03240966796875, + 0.0309295654296875, + -0.003292083740234375, + 0.024444580078125, + -0.0084381103515625, + 0.0283660888671875, + -0.031890869140625, + 0.0014009475708007812, + -0.0020847320556640625, + 0.0239105224609375, + 0.0207977294921875, + 0.03106689453125, + -0.0394287109375, + -0.00021529197692871094, + 0.038909912109375, + -0.07562255859375, + 0.0261993408203125, + 0.05511474609375, + -0.021881103515625, + -0.00800323486328125, + -0.018646240234375, + -0.054840087890625, + 0.04052734375, + -0.0297088623046875, + -0.0293121337890625, + 0.000029802322387695312, + 0.03228759765625, + -0.027557373046875, + -0.038360595703125, + -0.0302581787109375, + -0.00803375244140625, + -0.03753662109375, + -0.017425537109375, + 0.03485107421875, + 0.01904296875, + 0.0065155029296875, + 0.052398681640625, + 0.037811279296875, + -0.012359619140625, + -0.0316162109375, + 0.047821044921875, + -0.00506591796875, + -0.02728271484375, + 0.027008056640625, + 0.03564453125, + 0.0065155029296875, + -0.03619384765625, + -0.014251708984375, + 0.01026153564453125, + 0.026611328125, + -0.004306793212890625, + 0.01337432861328125, + -0.051055908203125, + -0.057525634765625, + -0.02984619140625, + 0.03485107421875, + -0.0035457611083984375, + 0.0518798828125, + -0.002330780029296875, + -0.06268310546875, + 0.0229644775390625, + -0.05511474609375, + -0.0185089111328125, + -0.004169464111328125, + 0.0222930908203125, + 0.007732391357421875, + 0.06292724609375, + -0.0243072509765625, + -0.0290374755859375, + -0.0182342529296875, + 0.07183837890625, + -0.001468658447265625, + -0.00675201416015625, + -0.0391845703125, + 0.053497314453125, + 0.02471923828125, + -0.044036865234375, + -0.0124969482421875, + -0.003612518310546875, + 0.0045928955078125, + 0.041595458984375, + -0.05645751953125, + -0.01120758056640625, + -0.02349853515625, + -0.062408447265625, + -0.044586181640625, + -0.0198516845703125, + -0.0201263427734375, + -0.039703369140625, + 0.0240478515625, + 0.038360595703125, + 0.0087127685546875, + 0.0341796875, + 0.01067352294921875, + -0.0013418197631835938, + 0.0147247314453125, + -0.002819061279296875, + -0.03863525390625, + 0.0494384765625, + -0.0469970703125, + -0.031890869140625, + -0.01039886474609375, + 0.03619384765625, + -0.040802001953125, + 0.020660400390625, + 0.01337432861328125, + -0.018768310546875, + 0.03564453125, + -0.046722412109375, + 0.00396728515625, + -0.00864410400390625, + -0.0248565673828125, + -0.0252532958984375, + -0.0236358642578125, + -0.0074615478515625, + 0.04620361328125, + -0.0028362274169921875, + 0.019317626953125, + 0.06024169921875, + -0.033233642578125, + 0.0109405517578125, + 0.0210723876953125, + -0.0166168212890625, + 0.0198516845703125, + -0.002346038818359375, + 0.0009202957153320312, + -0.007564544677734375, + 0.0367431640625, + -0.0232391357421875, + -0.038909912109375, + -0.1053466796875, + 0.02606201171875, + -0.00634765625, + -0.0002522468566894531, + -0.01485443115234375, + -0.04754638671875, + -0.049713134765625, + -0.01141357421875, + 0.03485107421875, + 0.034576416015625, + -0.006450653076171875, + -0.0252532958984375, + 0.016204833984375, + -0.0005993843078613281, + -0.01532745361328125, + 0.0236358642578125, + -0.0005106925964355469, + 0.0101318359375, + -0.0201263427734375, + -0.029449462890625, + 0.024444580078125, + 0.004085540771484375, + 0.025115966796875, + 0.01114654541015625, + 0.0164794921875, + -0.011749267578125, + 0.01020050048828125, + -0.00722503662109375, + -0.013916015625, + -0.037811279296875, + -0.023773193359375, + -0.0021610260009765625, + -0.005706787109375, + -0.01641845703125, 0.01708984375, - -0.056243896484375, - 0.0445556640625, - 0.008026123046875, - 0.035491943359375, + 0.0172882080078125, + 0.0286407470703125, + -0.00959014892578125, + -0.027008056640625, + 0.02984619140625, + -0.0122222900390625, + 0.045654296875, + -0.01080322265625, + -0.04052734375, + 0.01276397705078125, + -0.0118865966796875, + 0.0418701171875, + 0.048370361328125, + -0.031463623046875, + -0.0276947021484375, + 0.0159454345703125, + 0.040252685546875, + -0.0001857280731201172, -0.0341796875, - 0.05926513671875, - -0.0186004638671875, - 0.02056884765625, - 0.00009882450103759766, - 0.0106201171875, - -0.027374267578125, - 0.0262451171875, - -0.039459228515625, - 0.0732421875, - 0.01557159423828125, - -0.0157623291015625, - -0.049072265625, - 0.00018656253814697266, - 0.0210418701171875, - 0.003704071044921875, - 0.06304931640625, - -0.053619384765625, - -0.022186279296875, - 0.004390716552734375, - 0.04302978515625, - 0.05096435546875, - -0.04510498046875, - 0.04644775390625, - 0.0176544189453125, - -0.0186920166015625, - -0.003162384033203125, - -0.0236968994140625 + -0.03997802734375, + 0.0191802978515625, + 0.00341033935546875, + 0.065673828125, + -0.0010890960693359375, + 0.083740234375, + 0.039703369140625, + 0.002651214599609375, + 0.036468505859375, + 0.066162109375, + 0.045928955078125, + -0.025390625, + -0.06402587890625, + -0.0214691162109375, + 0.01141357421875, + -0.037811279296875, + -0.0556640625, + 0.0002932548522949219, + 0.043212890625, + -0.05023193359375, + -0.025665283203125, + -0.0115509033203125, + -0.005268096923828125, + 0.006046295166015625, + 0.01229095458984375, + -0.0160675048828125, + 0.041046142578125, + 0.00189971923828125, + -0.0418701171875, + 0.0012407302856445312, + -0.0005698204040527344, + 0.01053619384765625, + 0.03485107421875, + 0.053497314453125, + -0.00885009765625, + 0.0287628173828125, + 0.00850677490234375, + 0.03350830078125, + 0.021209716796875, + 0.048614501953125, + 0.0182342529296875, + 0.0306549072265625, + 0.046478271484375, + 0.0295867919921875, + -0.0141143798828125, + -0.007328033447265625, + 0.0109405517578125, + 0.038909912109375, + 0.03729248046875, + 0.058624267578125, + 0.0147247314453125, + 0.01148223876953125, + -0.0175628662109375, + -0.0570068359375, + 0.0004432201385498047, + 0.008270263671875, + 0.00324249267578125, + -0.0312042236328125, + -0.01337432861328125, + 0.0276947021484375, + -0.0264739990234375, + 0.03997802734375, + 0.0019931793212890625, + -0.020263671875, + -0.00705718994140625, + 0.045654296875, + -0.02984619140625, + -0.041595458984375, + 0.0164794921875, + -0.0182342529296875, + -0.046722412109375, + -0.0316162109375, + -0.02850341796875, + 0.044036865234375, + -0.0220184326171875, + -0.054840087890625, + -0.0239105224609375, + 0.05377197265625, + -0.00861358642578125, + -0.01020050048828125, + -0.0207977294921875, + -0.01114654541015625, + -0.01120758056640625, + -0.03729248046875, + -0.03729248046875, + -0.0287628173828125, + 0.01020050048828125, + -0.030792236328125, + 0.002971649169921875, + -0.005435943603515625, + 0.0172882080078125, + -0.024444580078125, + -0.01209259033203125, + -0.0220184326171875, + 0.028228759765625, + -0.0443115234375, + 0.053497314453125, + 0.0305328369140625, + 0.025115966796875, + 0.042694091796875, + 0.08160400390625, + 0.007598876953125, + 0.0144500732421875, + 0.00705718994140625, + -0.055908203125, + 0.019317626953125, + 0.029449462890625, + 0.01708984375, + -0.06671142578125, + -0.01546478271484375, + 0.04888916015625, + -0.05645751953125, + -0.0035800933837890625, + 0.0252532958984375, + -0.0290374755859375, + -0.044830322265625, + 0.01202392578125, + -0.0005993843078613281, + 0.00665283203125, + 0.07940673828125, + 0.004726409912109375, + -0.0036468505859375, + 0.024444580078125, + -0.046722412109375, + 0.05078125, + 0.0276947021484375, + 0.0169525146484375, + -0.055389404296875, + -0.0013256072998046875, + 0.019989013671875, + -0.0297088623046875, + -0.00021636486053466797, + -0.049713134765625, + -0.006011962890625, + 0.0367431640625, + 0.02349853515625, + -0.01290130615234375, + -0.0232391357421875, + -0.045379638671875, + -0.0229644775390625, + -0.0189056396484375, + 0.018646240234375, + 0.008209228515625, + -0.00466156005859375, + -0.0312042236328125, + -0.0016803741455078125, + 0.00246429443359375, + -0.0518798828125, + -0.04620361328125, + -0.040252685546875, + 0.037017822265625, + 0.006076812744140625, + -0.04376220703125, + -0.002819061279296875, + 0.022552490234375, + 0.026611328125, + 0.0248565673828125, + 0.068603515625, + -0.03863525390625, + -0.02606201171875, + 0.00992584228515625, + 0.05322265625, + 0.0035457611083984375, + -0.00466156005859375, + -0.00043272972106933594, + 0.0177001953125, + 0.0469970703125, + -0.034576416015625, + 0.03997802734375, + 0.031463623046875, + -0.007190704345703125, + -0.04998779296875, + -0.01418304443359375, + -0.025115966796875, + 0.0303955078125, + -0.01067352294921875, + 0.042938232421875, + -0.0162811279296875, + -0.004489898681640625, + -0.1102294921875, + 0.040252685546875, + -0.03240966796875, + 0.0090484619140625, + 0.006988525390625, + -0.0134429931640625, + -0.06268310546875, + -0.0418701171875, + -0.0226898193359375, + 0.00885009765625, + -0.03753662109375, + 0.0137786865234375, + 0.012969970703125, + 0.004962921142578125, + 0.01006317138671875, + 0.0185089111328125, + 0.0069580078125, + 0.0556640625, + 0.0182342529296875, + -0.0239105224609375, + 0.05401611328125, + -0.04052734375, + 0.01073455810546875, + -0.005130767822265625, + 0.01479339599609375, + 0.0034275054931640625, + -0.01290130615234375, + -0.048095703125, + -0.032684326171875, + 0.00658416748046875, + 0.07183837890625, + -0.019989013671875, + 0.027557373046875, + -0.01168060302734375, + 0.04754638671875, + -0.0025501251220703125, + -0.01512908935546875, + 0.0025997161865234375, + 0.01202392578125, + -0.0182342529296875, + -0.01168060302734375, + -0.061309814453125, + -0.08642578125, + 0.0090484619140625, + -0.06427001953125, + -0.001190185546875, + 0.0169525146484375, + 0.021881103515625, + 0.004726409912109375, + -0.018646240234375, + 0.03106689453125, + -0.019989013671875, + -0.01357269287109375, + -0.013641357421875, + 0.018646240234375, + -0.011749267578125, + 0.0210723876953125, + 0.03729248046875, + -0.02728271484375, + 0.013916015625, + -0.0133056640625, + -0.005741119384765625, + -0.032958984375, + -0.0003440380096435547, + -0.0229644775390625, + 0.027008056640625, + -0.02783203125, + -0.0194549560546875, + 0.01242828369140625, + 0.035919189453125, + 0.0240478515625, + -0.03729248046875, + 0.0545654296875, + -0.0287628173828125, + -0.052398681640625, + 0.0341796875, + -0.00675201416015625, + -0.0367431640625, + 0.0217437744140625, + 0.00445556640625, + -0.012359619140625, + 0.015533447265625, + 0.034027099609375, + 0.040802001953125, + 0.03729248046875, + 0.027008056640625, + -0.02606201171875, + -0.00992584228515625, + -0.01290130615234375, + 0.0518798828125, + 0.02728271484375, + 0.02349853515625, + 0.0204010009765625, + 0.0306549072265625, + 0.0005612373352050781, + -0.09185791015625, + 0.0177001953125, + 0.005603790283203125, + -0.04376220703125, + 0.026336669921875, + 0.06536865234375, + 0.042938232421875, + 0.01134490966796875, + 0.039703369140625, + 0.05023193359375, + 0.04241943359375, + -0.00786590576171875, + -0.02349853515625, + -0.0712890625, + -0.0224151611328125, + 0.00466156005859375, + 0.0084381103515625, + -0.0621337890625, + 0.0670166015625, + 0.07025146484375, + -0.021881103515625, + -0.013916015625, + -0.01141357421875, + -0.01458740234375, + 0.043212890625, + 0.04888916015625, + 0.01451873779296875, + -0.063232421875, + 0.03350830078125, + 0.01959228515625, + -0.0261993408203125, + -0.01100921630859375, + 0.00992584228515625, + -0.0295867919921875, + 0.039703369140625, + -0.08050537109375, + -0.00753021240234375, + -0.0004706382751464844, + 0.059173583984375, + 0.0135040283203125, + -0.038360595703125, + -0.01397705078125, + 0.0204010009765625, + 0.00641632080078125, + -0.01120758056640625, + 0.01168060302734375, + 0.0228271484375, + -0.01215362548828125, + 0.04132080078125, + 0.032135009765625, + 0.0038318634033203125, + 0.044830322265625, + 0.01404571533203125, + -0.059967041015625, + 0.017425537109375, + 0.0115509033203125, + 0.0032749176025390625, + -0.009857177734375, + -0.0391845703125, + -0.0185089111328125, + -0.0274200439453125, + 0.01337432861328125, + -0.009796142578125, + 0.0306549072265625, + 0.0112762451171875, + -0.01087188720703125, + -0.0144500732421875, + 0.00830841064453125, + 0.005840301513671875, + 0.0556640625, + 0.02984619140625, + 0.01080322265625, + 0.01134490966796875, + 0.037017822265625, + 0.01114654541015625, + -0.0267486572265625, + 0.0297088623046875, + -0.061859130859375, + 0.0065155029296875, + -0.0306549072265625, + 0.0002448558807373047, + 0.00347900390625, + -0.016204833984375, + -0.021881103515625, + -0.027557373046875, + 0.013916015625, + -0.0101318359375, + -0.032684326171875, + -0.0017137527465820312, + 0.0521240234375, + -0.0343017578125, + 0.0164794921875, + 0.0191802978515625, + -0.008209228515625, + -0.012969970703125, + -0.0670166015625, + 0.08160400390625, + 0.050506591796875, + 0.0103302001953125, + -0.005706787109375, + 0.02349853515625, + 0.049713134765625, + 0.00229644775390625, + 0.00945281982421875, + 0.03564453125, + -0.0010595321655273438, + 0.06268310546875, + 0.066162109375, + 0.0243072509765625, + -0.04241943359375, + 0.035919189453125, + 0.001705169677734375, + -0.051605224609375, + 0.0316162109375, + 0.01715087890625, + 0.026336669921875, + -0.0204010009765625, + -0.02215576171875, + -0.0164794921875, + -0.037811279296875, + 0.05401611328125, + 0.01384735107421875, + -0.01384735107421875, + 0.02606201171875, + -0.056732177734375, + 0.0391845703125, + -0.0037136077880859375, + 0.052398681640625, + -0.040252685546875, + 0.05023193359375, + -0.016204833984375, + -0.01039886474609375, + 0.0213470458984375, + 0.0367431640625, + -0.025115966796875, + 0.006988525390625, + -0.0017642974853515625, + 0.057525634765625, + 0.039703369140625, + 0.01432037353515625, + -0.04132080078125, + -0.004795074462890625, + 0.0055389404296875, + -0.0248565673828125, + 0.0232391357421875, + -0.0213470458984375, + -0.0115509033203125, + -0.0033435821533203125, + 0.03228759765625, + 0.048370361328125, + -0.023101806640625, + 0.043212890625, + 0.018646240234375, + -0.0003292560577392578, + -0.005130767822265625, + -0.0264739990234375 ], "metadata": { "domains": [ + "ics-forensics", + "incident-response", + "malware-analysis" + ], + "phases": [ + "data-collection", + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_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. command-line 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.02349853515625, + 0.036102294921875, + 0.044219970703125, + -0.0071258544921875, + 0.042572021484375, + 0.0210113525390625, + 0.01055145263671875, + 0.010040283203125, + -0.0043487548828125, + -0.0082855224609375, + -0.036285400390625, + 0.06591796875, + 0.01342010498046875, + -0.02008056640625, + -0.06439208984375, + 0.0126800537109375, + -0.00952911376953125, + 0.008514404296875, + -0.004489898681640625, + 0.004070281982421875, + -0.02886962890625, + -0.01416015625, + -0.038299560546875, + 0.0268402099609375, + -0.0159149169921875, + 0.0447998046875, + -0.0057373046875, + -0.0562744140625, + -0.01369476318359375, + 0.007450103759765625, + 0.006107330322265625, + -0.0157318115234375, + -0.0089263916015625, + 0.042938232421875, + 0.014434814453125, + -0.036834716796875, + 0.0099945068359375, + -0.054779052734375, + -0.042938232421875, + 0.04681396484375, + -0.01517486572265625, + 0.0298004150390625, + 0.016937255859375, + 0.006938934326171875, + -0.05218505859375, + -0.0163726806640625, + 0.0192413330078125, + 0.005504608154296875, + 0.0298004150390625, + -0.0236053466796875, + 0.038482666015625, + 0.038482666015625, + 0.0034236907958984375, + 0.001087188720703125, + -0.05108642578125, + 0.01332855224609375, + 0.0217437744140625, + -0.0087432861328125, + -0.037384033203125, + 0.036285400390625, + -0.055145263671875, + -0.025909423828125, + 0.016571044921875, + -0.01239776611328125, + -0.007080078125, + 0.020355224609375, + -0.0249786376953125, + -0.03460693359375, + 0.0208282470703125, + 0.022491455078125, + 0.0020599365234375, + 0.0043487548828125, + -0.0268402099609375, + 0.04443359375, + -0.01068878173828125, + -0.054046630859375, + -0.01369476318359375, + 0.02239990234375, + -0.031280517578125, + -0.01068878173828125, + -0.057373046875, + -0.0034008026123046875, + 0.0272064208984375, + -0.02923583984375, + -0.036468505859375, + 0.01194000244140625, + 0.0273895263671875, + 0.0102691650390625, + -0.023223876953125, + -0.0011911392211914062, + 0.01535797119140625, + 0.0008444786071777344, + 0.010040283203125, + -0.005481719970703125, + 0.04443359375, + 0.049591064453125, + 0.0013589859008789062, + 0.0019779205322265625, + -0.0160064697265625, + 0.0307159423828125, + 0.0191497802734375, + -0.04461669921875, + 0.06884765625, + -0.01031494140625, + 0.00911712646484375, + -0.025726318359375, + -0.00244140625, + -0.020263671875, + -0.002162933349609375, + -0.031463623046875, + -0.114013671875, + -0.0211944580078125, + -0.0026493072509765625, + -0.038299560546875, + -0.02239990234375, + -0.0162811279296875, + -0.010040283203125, + 0.056640625, + -0.047393798828125, + -0.03533935546875, + 0.042205810546875, + 0.00279998779296875, + -0.01129150390625, + -0.0070343017578125, + -0.061431884765625, + -0.048492431640625, + 0.0018625259399414062, + 0.0394287109375, + -0.0247955322265625, + -0.0206298828125, + -0.01194000244140625, + -0.0186920166015625, + -0.008880615234375, + -0.00643157958984375, + -0.00800323486328125, + -0.031097412109375, + 0.03350830078125, + 0.01087188720703125, + -0.00920867919921875, + 0.01535797119140625, + 0.025543212890625, + -0.01100921630859375, + -0.0699462890625, + 0.0082855224609375, + -0.042388916015625, + -0.0249786376953125, + -0.03387451171875, + 0.032562255859375, + -0.0264739990234375, + -0.01971435546875, + -0.01082611083984375, + 0.031646728515625, + 0.047210693359375, + 0.0035858154296875, + 0.0296173095703125, + -0.0469970703125, + 0.0182342529296875, + -0.01239776611328125, + 0.016571044921875, + -0.0157318115234375, + -0.006801605224609375, + 0.00902557373046875, + -0.0015039443969726562, + 0.0209197998046875, + -0.00939178466796875, + -0.047393798828125, + -0.006710052490234375, + 0.0298004150390625, + -0.00948333740234375, + 0.0103607177734375, + 0.020538330078125, + -0.02923583984375, + 0.05218505859375, + 0.061431884765625, + -0.0127716064453125, + 0.048126220703125, + -0.0002675056457519531, + -0.02813720703125, + 0.0268402099609375, + 0.0212860107421875, + -0.00174713134765625, + 0.00504302978515625, + 0.045166015625, + 0.0003108978271484375, + 0.0244293212890625, + -0.00485992431640625, + -0.036102294921875, + 0.0087432861328125, + -0.02008056640625, + 0.043853759765625, + -0.037933349609375, + -0.026092529296875, + -0.01194000244140625, + 0.06329345703125, + 0.02813720703125, + 0.0394287109375, + 0.0333251953125, + -0.0187835693359375, + 0.03424072265625, + 0.0184173583984375, + 0.0272064208984375, + 0.04644775390625, + 0.0022678375244140625, + 0.053314208984375, + 0.023223876953125, + 0.017578125, + -0.00962066650390625, + 0.026275634765625, + -0.0018968582153320312, + 0.0003688335418701172, + -0.0050201416015625, + 0.054046630859375, + -0.0279541015625, + -0.01499176025390625, + -0.05181884765625, + -0.036651611328125, + 0.00818634033203125, + -0.00930023193359375, + 0.01360321044921875, + 0.0215606689453125, + 0.0070343017578125, + -0.07330322265625, + -0.006198883056640625, + 0.0048370361328125, + -0.01087188720703125, + 0.0340576171875, + 0.0275726318359375, + -0.01416015625, + -0.0249786376953125, + 0.0117034912109375, + 0.0296173095703125, + 0.003215789794921875, + -0.0018739700317382812, + -0.00566864013671875, + -0.0019083023071289062, + -0.01129150390625, + 0.07293701171875, + 0.023406982421875, + 0.043670654296875, + 0.0126800537109375, + -0.031280517578125, + 0.0208282470703125, + -0.022674560546875, + 0.01517486572265625, + 0.042938232421875, + -0.02313232421875, + 0.01059722900390625, + -0.002567291259765625, + 0.0160064697265625, + 0.048858642578125, + -0.057373046875, + 0.00809478759765625, + -0.0703125, + 0.01535797119140625, + -0.055908203125, + -0.0145263671875, + -0.0298004150390625, + -0.03387451171875, + 0.049591064453125, + -0.037384033203125, + -0.025177001953125, + 0.005924224853515625, + -0.00643157958984375, + 0.0100860595703125, + 0.048492431640625, + 0.00174713134765625, + -0.0219268798828125, + -0.004718780517578125, + 0.07958984375, + -0.0051116943359375, + -0.0056915283203125, + -0.0101318359375, + 0.0162811279296875, + -0.0184173583984375, + 0.036834716796875, + -0.043487548828125, + 0.00897979736328125, + 0.04461669921875, + -0.0015735626220703125, + 0.02239990234375, + -0.0156402587890625, + 0.0145263671875, + -0.0113372802734375, + 0.0206298828125, + -0.031829833984375, + 0.00930023193359375, + -0.00414276123046875, + 0.0022792816162109375, + -0.01360321044921875, + -0.037200927734375, + 0.005527496337890625, + 0.0562744140625, + 0.00508880615234375, + -0.01059722900390625, + -0.00994873046875, + -0.02313232421875, + 0.0099029541015625, + 0.01203155517578125, + 0.0042572021484375, + 0.032196044921875, + 0.053680419921875, + -0.0286865234375, + -0.01953125, + 0.006664276123046875, + 0.032958984375, + -0.04644775390625, + -0.03570556640625, + -0.0179595947265625, + 0.0007634162902832031, + -0.03350830078125, + -0.00499725341796875, + 0.004302978515625, + -0.0303497314453125, + 0.0286865234375, + -0.016754150390625, + -0.0005669593811035156, + -0.0286865234375, + -0.037200927734375, + 0.0181427001953125, + -0.0097198486328125, + -0.047760009765625, + -0.00920867919921875, + 0.03887939453125, + 0.0130462646484375, + 0.0160980224609375, + -0.01953125, + 0.0015611648559570312, + -0.043121337890625, + 0.0126800537109375, + -0.0127716064453125, + 0.0113372802734375, + -0.038116455078125, + 0.0562744140625, + 0.042205810546875, + 0.01508331298828125, + 0.0186920166015625, + 0.0562744140625, + 0.03350830078125, + 0.01702880859375, + -0.00962066650390625, + 0.0008211135864257812, + 0.000453948974609375, + 0.02886962890625, + -0.0130462646484375, + -0.03515625, + -0.01221466064453125, + -0.008697509765625, + 0.0005784034729003906, + 0.020172119140625, + 0.042205810546875, + 0.037384033203125, + -0.011474609375, + 0.00437164306640625, + 0.05810546875, + 0.0023708343505859375, + 0.10809326171875, + -0.01535797119140625, + -0.048492431640625, + 0.0240631103515625, + 0.0305328369140625, + -0.0159149169921875, + -0.017486572265625, + 0.0386962890625, + 0.0340576171875, + 0.01221466064453125, + 0.0164794921875, + -0.006710052490234375, + 0.04443359375, + -0.03515625, + -0.006061553955078125, + -0.0083770751953125, + -0.026092529296875, + 0.030914306640625, + 0.025909423828125, + 0.0158233642578125, + 0.00043082237243652344, + 0.03497314453125, + -0.0390625, + -0.014251708984375, + -0.0185089111328125, + -0.06182861328125, + 0.016937255859375, + 0.0191497802734375, + 0.00437164306640625, + 0.0577392578125, + -0.026275634765625, + -0.054412841796875, + 0.0049285888671875, + -0.032196044921875, + 0.0673828125, + 0.0469970703125, + 0.01129150390625, + 0.0186920166015625, + -0.0127716064453125, + -0.0013704299926757812, + 0.0249786376953125, + 0.01387786865234375, + 0.0192413330078125, + 0.05035400390625, + 0.03887939453125, + 0.0030994415283203125, + -0.048126220703125, + 0.0125885009765625, + 0.04644775390625, + 0.0244293212890625, + -0.0273895263671875, + 0.0214691162109375, + -0.0020465850830078125, + 0.039794921875, + -0.00643157958984375, + 0.047760009765625, + 0.032012939453125, + -0.0008444786071777344, + 0.002880096435546875, + -0.02349853515625, + 0.004810333251953125, + -0.036651611328125, + 0.0214691162109375, + 0.01378631591796875, + 0.014434814453125, + 0.016845703125, + 0.017303466796875, + -0.05108642578125, + 0.0100860595703125, + 0.0208282470703125, + -0.0298004150390625, + 0.00647735595703125, + 0.017303466796875, + -0.02886962890625, + 0.0030994415283203125, + -0.03314208984375, + -0.037200927734375, + 0.043670654296875, + -0.00446319580078125, + -0.05810546875, + 0.0447998046875, + 0.05181884765625, + -0.059967041015625, + -0.025177001953125, + -0.0394287109375, + -0.0098114013671875, + -0.0209197998046875, + -0.01490020751953125, + 0.045166015625, + 0.00293731689453125, + -0.0154571533203125, + 0.059600830078125, + 0.03961181640625, + -0.0015153884887695312, + -0.05035400390625, + 0.037933349609375, + -0.0303497314453125, + -0.048858642578125, + 0.025909423828125, + 0.01508331298828125, + 0.020263671875, + -0.05181884765625, + 0.006801605224609375, + 0.00647735595703125, + -0.00791168212890625, + 0.020355224609375, + 0.0299835205078125, + -0.031646728515625, + -0.055145263671875, + -0.0303497314453125, + 0.058868408203125, + 0.008514404296875, + 0.03350830078125, + -0.0219268798828125, + -0.026092529296875, + 0.0279541015625, + -0.032196044921875, + -0.0236968994140625, + -0.0266571044921875, + -0.00495147705078125, + -0.0026264190673828125, + 0.06475830078125, + -0.026092529296875, + -0.01091766357421875, + -0.006988525390625, + 0.05255126953125, + 0.0111083984375, + -0.0097198486328125, + -0.0699462890625, + 0.0268402099609375, + 0.025360107421875, + -0.022857666015625, + -0.025543212890625, + -0.01221466064453125, + -0.0159149169921875, + 0.055511474609375, + -0.04461669921875, + -0.0126800537109375, + -0.004787445068359375, + -0.04144287109375, + -0.01239776611328125, + -0.019805908203125, + -0.0083770751953125, + -0.030914306640625, + 0.01323699951171875, + 0.04443359375, + -0.006938934326171875, + 0.0238800048828125, + 0.00814056396484375, + -0.006938934326171875, + 0.034423828125, + -0.00920867919921875, + -0.04443359375, + 0.0180511474609375, + -0.0699462890625, + -0.0272064208984375, + 0.00629425048828125, + 0.0244293212890625, + -0.01971435546875, + -0.0087890625, + -0.0126800537109375, + -0.0183258056640625, + 0.02239990234375, + -0.01490020751953125, + -0.00916290283203125, + -0.0183258056640625, + -0.01230621337890625, + -0.0584716796875, + -0.00994873046875, + 0.0023937225341796875, + 0.0296173095703125, + 0.0015268325805664062, + -0.0212860107421875, + 0.03997802734375, + -0.066650390625, + -0.0057830810546875, + 0.0218353271484375, + 0.006938934326171875, + 0.0208282470703125, + -0.00786590576171875, + -0.0089263916015625, + -0.01221466064453125, + 0.029052734375, + -0.029052734375, + -0.0333251953125, + -0.078125, + 0.0283203125, + 0.0145263671875, + -0.014251708984375, + -0.0034694671630859375, + -0.0447998046875, + -0.04443359375, + 0.01091766357421875, + 0.042755126953125, + 0.0189666748046875, + 0.00518035888671875, + -0.037567138671875, + -0.023040771484375, + 0.0128631591796875, + -0.038116455078125, + 0.02923583984375, + 0.00557708740234375, + 0.0210113525390625, + 0.0100860595703125, + -0.017303466796875, + 0.007358551025390625, + 0.022216796875, + 0.0220184326171875, + 0.0264739990234375, + 0.026092529296875, + -0.0242462158203125, + 0.0125885009765625, + -0.02923583984375, + -0.0162811279296875, + 0.0115203857421875, + -0.026275634765625, + -0.0006246566772460938, + -0.0355224609375, + -0.0125885009765625, + -0.00647735595703125, + 0.0214691162109375, + 0.0401611328125, + -0.03350830078125, + -0.025726318359375, + 0.00439453125, + -0.004070281982421875, + 0.07403564453125, + -0.036285400390625, + -0.0303497314453125, + 0.0191497802734375, + -0.0112457275390625, + 0.042205810546875, + 0.038482666015625, + 0.025360107421875, + -0.0125885009765625, + 0.006618499755859375, + 0.053680419921875, + 0.0035400390625, + -0.053680419921875, + -0.01416015625, + 0.003192901611328125, + -0.0002949237823486328, + 0.05810546875, + 0.0225830078125, + 0.08587646484375, + 0.0014925003051757812, + 0.01953125, + 0.0082855224609375, + 0.04052734375, + 0.036651611328125, + 0.007171630859375, + -0.06219482421875, + -0.01416015625, + 0.009765625, + -0.03314208984375, + -0.04443359375, + -0.0009427070617675781, + 0.06549072265625, + -0.07623291015625, + -0.0162811279296875, + -0.01221466064453125, + -0.00490570068359375, + 0.01184844970703125, + -0.005321502685546875, + -0.03460693359375, + 0.0156402587890625, + 0.0161895751953125, + -0.037933349609375, + 0.00804901123046875, + -0.002231597900390625, + 0.0018854141235351562, + 0.04681396484375, + 0.037017822265625, + -0.00518035888671875, + 0.00506591796875, + -0.0038166046142578125, + 0.055511474609375, + 0.03533935546875, + 0.023406982421875, + 0.011566162109375, + 0.004787445068359375, + 0.03533935546875, + 0.0296173095703125, + -0.031097412109375, + -0.00800323486328125, + 0.011566162109375, + 0.041839599609375, + 0.0242462158203125, + 0.056640625, + -0.007495880126953125, + 0.01535797119140625, + -0.01702880859375, + -0.045166015625, + 0.0236968994140625, + 0.006664276123046875, + -0.0073089599609375, + -0.059600830078125, + -0.048858642578125, + 0.0268402099609375, + -0.0303497314453125, + 0.0220184326171875, + -0.003238677978515625, + -0.0347900390625, + -0.0115203857421875, + 0.031646728515625, + -0.01064300537109375, + -0.06329345703125, + -0.004047393798828125, + -0.025726318359375, + -0.019622802734375, + -0.002590179443359375, + -0.04644775390625, + 0.048492431640625, + -0.03387451171875, + -0.047393798828125, + -0.0244293212890625, + 0.042572021484375, + -0.032379150390625, + -0.05218505859375, + -0.0186004638671875, + 0.0019550323486328125, + 0.014617919921875, + -0.02044677734375, + -0.06292724609375, + -0.017852783203125, + 0.01739501953125, + -0.01702880859375, + 0.0013246536254882812, + -0.01480865478515625, + -0.0236968994140625, + 0.00284576416015625, + -0.00012791156768798828, + -0.0294342041015625, + 0.03497314453125, + -0.03924560546875, + 0.0275726318359375, + -0.01776123046875, + 0.0275726318359375, + 0.02850341796875, + 0.0273895263671875, + 0.0089263916015625, + 0.02313232421875, + -0.03497314453125, + -0.06182861328125, + 0.0026035308837890625, + -0.0070343017578125, + 0.02276611328125, + -0.07183837890625, + 0.00962066650390625, + 0.07513427734375, + -0.08843994140625, + 0.01203155517578125, + -0.0030078887939453125, + -0.0114288330078125, + -0.0584716796875, + -0.01369476318359375, + -0.00726318359375, + 0.01212310791015625, + 0.07293701171875, + -0.0116119384765625, + -0.01212310791015625, + 0.011383056640625, + -0.058868408203125, + 0.071044921875, + 0.005229949951171875, + 0.011474609375, + -0.07293701171875, + 0.01490020751953125, + 0.02923583984375, + -0.03887939453125, + -0.00638580322265625, + -0.049957275390625, + -0.002140045166015625, + 0.0042572021484375, + 0.019989013671875, + -0.002777099609375, + 0.004489898681640625, + -0.022857666015625, + -0.0214691162109375, + -0.0213775634765625, + 0.017578125, + -0.007171630859375, + 0.0211944580078125, + -0.05218505859375, + -0.016571044921875, + -0.016937255859375, + -0.060333251953125, + -0.032745361328125, + -0.004695892333984375, + 0.0182342529296875, + -0.00037026405334472656, + -0.053314208984375, + 0.0286865234375, + 0.0240631103515625, + -0.017852783203125, + 0.0183258056640625, + 0.044219970703125, + -0.048858642578125, + -0.01499176025390625, + 0.0275726318359375, + 0.0145263671875, + -0.0041656494140625, + 0.01387786865234375, + -0.0181427001953125, + 0.0131378173828125, + 0.042755126953125, + -0.000885009765625, + 0.047760009765625, + 0.041839599609375, + -0.03533935546875, + -0.06475830078125, + -0.0247955322265625, + -0.0277557373046875, + 0.03369140625, + -0.00925445556640625, + 0.037567138671875, + -0.0010061264038085938, + -0.0154571533203125, + -0.089599609375, + 0.04461669921875, + -0.0127716064453125, + 0.032012939453125, + 0.047393798828125, + -0.026275634765625, + -0.0703125, + -0.04461669921875, + -0.01369476318359375, + 0.02813720703125, + -0.031829833984375, + 0.035919189453125, + 0.0023365020751953125, + 0.019622802734375, + 0.00902557373046875, + 0.004673004150390625, + -0.0111083984375, + 0.05810546875, + 0.031646728515625, + -0.043853759765625, + 0.0469970703125, + -0.047760009765625, + -0.01480865478515625, + -0.00782012939453125, + 0.0048370361328125, + -0.007587432861328125, + -0.0277557373046875, + -0.0160064697265625, + 0.00052642822265625, + 0.0347900390625, + 0.0307159423828125, + -0.03369140625, + 0.036468505859375, + -0.01100921630859375, + 0.031829833984375, + -0.0157318115234375, + 0.0044403076171875, + 0.0181427001953125, + 0.0249786376953125, + 0.00818634033203125, + -0.01230621337890625, + -0.048492431640625, + -0.0799560546875, + 0.0030307769775390625, + -0.0714111328125, + -0.0004916191101074219, + -0.0145263671875, + 0.0242462158203125, + 0.014068603515625, + -0.007404327392578125, + 0.043670654296875, + 0.00957489013671875, + -0.01203155517578125, + -0.0159149169921875, + 0.055908203125, + -0.00437164306640625, + 0.0244293212890625, + 0.01078033447265625, + -0.037750244140625, + 0.0099945068359375, + -0.025177001953125, + 0.006988525390625, + -0.031280517578125, + -0.00962066650390625, + -0.0211029052734375, + 0.0236968994140625, + -0.060333251953125, + -0.01332855224609375, + 0.009857177734375, + 0.0266571044921875, + 0.016754150390625, + -0.0283203125, + 0.042205810546875, + -0.02886962890625, + -0.061431884765625, + 0.031097412109375, + -0.0186004638671875, + -0.03350830078125, + 0.0186920166015625, + 0.0057373046875, + 0.0268402099609375, + 0.0221099853515625, + 0.047760009765625, + 0.0279541015625, + 0.025909423828125, + -0.00102996826171875, + -0.02850341796875, + -0.0010814666748046875, + -0.0157318115234375, + 0.01739501953125, + 0.0130462646484375, + 0.02813720703125, + -0.0084686279296875, + 0.01387786865234375, + 0.01351165771484375, + -0.07513427734375, + -0.01971435546875, + -0.016571044921875, + -0.046630859375, + 0.0225830078125, + 0.0570068359375, + 0.0277557373046875, + -0.0238800048828125, + 0.031829833984375, + 0.047393798828125, + 0.0191497802734375, + 0.01434326171875, + -0.0246124267578125, + -0.057373046875, + -0.01078033447265625, + 0.004001617431640625, + 0.00576019287109375, + -0.03924560546875, + 0.046630859375, + 0.042755126953125, + -0.01490020751953125, + -0.037384033203125, + -0.016754150390625, + 0.0017232894897460938, + 0.032958984375, + 0.0458984375, + -0.0111541748046875, + -0.08514404296875, + -0.0019779205322265625, + 0.0238800048828125, + -0.004810333251953125, + 0.0190582275390625, + 0.0034008026123046875, + -0.032958984375, + 0.0242462158203125, + -0.05035400390625, + -0.01387786865234375, + 0.022491455078125, + 0.0692138671875, + -0.003910064697265625, + -0.043487548828125, + -0.0212860107421875, + 0.05218505859375, + 0.00652313232421875, + -0.0087432861328125, + 0.00019228458404541016, + 0.0206298828125, + -0.0355224609375, + 0.032379150390625, + 0.0275726318359375, + 0.01666259765625, + 0.03497314453125, + -0.00017642974853515625, + -0.06439208984375, + 0.022308349609375, + -0.01387786865234375, + -0.006061553955078125, + -0.006710052490234375, + -0.03314208984375, + -0.0355224609375, + -0.059600830078125, + 0.04071044921875, + 0.006198883056640625, + 0.047760009765625, + 0.02923583984375, + 0.0003845691680908203, + -0.0216522216796875, + -0.0099945068359375, + 0.037750244140625, + 0.04644775390625, + 0.00174713134765625, + -0.0209197998046875, + 0.0097198486328125, + 0.00490570068359375, + 0.04107666015625, + -0.039794921875, + 0.020172119140625, + -0.0268402099609375, + -0.01471710205078125, + -0.0240631103515625, + -0.007171630859375, + 0.0186004638671875, + -0.020263671875, + -0.001781463623046875, + -0.022308349609375, + 0.0001481771469116211, + -0.003147125244140625, + -0.032958984375, + -0.035919189453125, + 0.004627227783203125, + -0.0347900390625, + 0.0163726806640625, + 0.0070343017578125, + -0.026092529296875, + 0.007541656494140625, + -0.07696533203125, + 0.09918212890625, + 0.042755126953125, + 0.0048370361328125, + 0.0111083984375, + 0.04034423828125, + 0.0584716796875, + 0.01248931884765625, + 0.0036792755126953125, + 0.0401611328125, + -0.0125885009765625, + 0.034423828125, + 0.059234619140625, + 0.0088348388671875, + -0.0394287109375, + 0.0333251953125, + -0.00920867919921875, + -0.0821533203125, + 0.04498291015625, + 0.01535797119140625, + 0.00934600830078125, + 0.0007028579711914062, + -0.001041412353515625, + -0.00513458251953125, + -0.039794921875, + 0.07330322265625, + 0.01517486572265625, + -0.0355224609375, + 0.0333251953125, + -0.07513427734375, + 0.053680419921875, + 0.0006012916564941406, + 0.043121337890625, + -0.055145263671875, + 0.05145263671875, + -0.01369476318359375, + 0.022491455078125, + -0.0189666748046875, + 0.014617919921875, + 0.00920867919921875, + 0.03460693359375, + -0.03497314453125, + 0.06549072265625, + 0.0213775634765625, + 0.01212310791015625, + -0.060333251953125, + -0.0082855224609375, + -0.005321502685546875, + 0.0073089599609375, + 0.01517486572265625, + -0.0130462646484375, + -0.004119873046875, + 0.00957489013671875, + 0.0277557373046875, + 0.047210693359375, + -0.03460693359375, + 0.031646728515625, + 0.0188751220703125, + -0.0279541015625, + -0.00916290283203125, + -0.038116455078125 + ], + "metadata": { + "domains": [ + "static-investigations", + "ics-forensics", + "fraud-investigation" + ], + "phases": [ + "examination", + "analysis" + ], + "tags": [ + "command-line", + "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_ewfacquire", + "type": "tool", + "name": "ewfacquire", + "content": "ewfacquire command-line tool aus der libewf-bibliothek zum erstellen forensischer images im expert witness format (e01/ex01). erstellt segmentierte archive mit md5/sha1-hash-verifizierung und optionaler kompression. besonders wertvoll für linux-basierte imaging-workflows ohne gui-overhead. unterstützt case-metadaten, examiner-notizen und error-granularity für defekte sektoren. die segment-größe ist konfigurierbar für verschiedene storage-medien. integration in autopsy und andere tools über libewf. alternative zu proprietären windows-imaging-tools für open-source-forensik-umgebungen. besonders geschätzt: zuverlässigkeit, cross-platform-kompatibilität und standards-compliance für gerichtsfeste images. command-line 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.000774383544921875, + 0.021270751953125, + 0.0274200439453125, + -0.032501220703125, + 0.039886474609375, + 0.03497314453125, + 0.0127410888671875, + -0.001125335693359375, + -0.0095367431640625, + 0.013092041015625, + -0.03338623046875, + 0.032684326171875, + -0.0050506591796875, + -0.031646728515625, + -0.03814697265625, + 0.04534912109375, + -0.01045989990234375, + 0.018890380859375, + 0.00711822509765625, + 0.004547119140625, + -0.022491455078125, + -0.0134429931640625, + -0.047454833984375, + 0.01001739501953125, + 0.01221466064453125, + 0.0171356201171875, + -0.01221466064453125, + -0.0762939453125, + -0.00038433074951171875, + 0.010986328125, + 0.0170440673828125, + -0.00597381591796875, + 0.01076507568359375, + 0.0467529296875, + -0.00225067138671875, + -0.01361846923828125, + -0.020294189453125, + -0.038848876953125, + -0.0288238525390625, + 0.031463623046875, + -0.02899169921875, + 0.0030307769775390625, + 0.0199432373046875, + -0.0435791015625, + -0.0177459716796875, + -0.0159912109375, + 0.013092041015625, + -0.002986907958984375, + -0.013092041015625, + -0.024078369140625, + 0.033050537109375, + 0.034454345703125, + 0.007686614990234375, + -0.021087646484375, + -0.0423583984375, + 0.0302276611328125, + 0.01898193359375, + -0.01678466796875, + -0.0404052734375, + 0.051666259765625, + -0.06292724609375, + -0.0093994140625, + -0.023895263671875, + -0.0258331298828125, + 0.0014171600341796875, + 0.023193359375, + -0.02899169921875, + -0.03515625, + -0.01432037353515625, + 0.006237030029296875, + -0.0258331298828125, + 0.0010595321655273438, + -0.01221466064453125, + 0.047088623046875, + -0.027587890625, + -0.060089111328125, + 0.0223236083984375, + 0.01318359375, + -0.01116180419921875, + -0.010498046875, + -0.048492431640625, + -0.00507354736328125, + 0.0237274169921875, + -0.019683837890625, + -0.003536224365234375, + -0.00926971435546875, + 0.0040435791015625, + -0.00861358642578125, + -0.01036834716796875, + 0.004962921142578125, + 0.025299072265625, + -0.01111602783203125, + -0.0126495361328125, + -0.02899169921875, + 0.0311126708984375, + 0.0611572265625, + -0.0184478759765625, + 0.00034046173095703125, + 0.00817108154296875, + 0.032684326171875, + 0.03619384765625, + -0.041473388671875, + 0.054840087890625, + 0.01406097412109375, + 0.0699462890625, + -0.021087646484375, + 0.01511383056640625, + -0.002384185791015625, + -0.00746917724609375, + -0.037261962890625, + -0.10052490234375, + -0.034454345703125, + -0.0265350341796875, + -0.07489013671875, + -0.0009169578552246094, + -0.00909423828125, + -0.0033168792724609375, + 0.0467529296875, + -0.045684814453125, + -0.0157318115234375, + 0.01019287109375, + 0.0215301513671875, + 0.007293701171875, + 0.01502227783203125, + -0.033050537109375, + -0.03460693359375, + 0.00812530517578125, + 0.0157318115234375, + -0.06329345703125, + -0.02618408203125, + -0.033905029296875, + -0.010986328125, + -0.027587890625, + -0.003559112548828125, + -0.0017576217651367188, + -0.021270751953125, + 0.0286407470703125, + 0.00856781005859375, + -0.0170440673828125, + 0.006984710693359375, + 0.03057861328125, + -0.023895263671875, + -0.062225341796875, + 0.01247406005859375, + -0.028289794921875, + 0.0030307769775390625, + -0.031982421875, + 0.058349609375, + -0.032684326171875, + -0.01678466796875, + -0.01142120361328125, + 0.037078857421875, + 0.055877685546875, + -0.00202178955078125, + 0.0094451904296875, + -0.034271240234375, + 0.0030307769775390625, + -0.01361846923828125, + 0.0025043487548828125, + 0.006061553955078125, + -0.0281219482421875, + -0.00707244873046875, + 0.0016918182373046875, + 0.041107177734375, + -0.019500732421875, + -0.0423583984375, + -0.0177459716796875, + 0.000024020671844482422, + 0.0309295654296875, + 0.017486572265625, + 0.001537322998046875, + -0.01291656494140625, + 0.059051513671875, + 0.07135009765625, + 0.01361846923828125, + -0.0018453598022460938, + 0.0002224445343017578, + 0.01212310791015625, + 0.0555419921875, + 0.02337646484375, + -0.0101470947265625, + -0.0220489501953125, + 0.00887298583984375, + -0.007381439208984375, + 0.00830078125, + -0.034088134765625, + -0.0102386474609375, + 0.0149383544921875, + -0.04815673828125, + 0.0215301513671875, + -0.0307464599609375, + -0.01142120361328125, + -0.02197265625, + 0.024078369140625, + 0.0244293212890625, + 0.060089111328125, + 0.03515625, + -0.035491943359375, + 0.04534912109375, + -0.00597381591796875, + 0.005756378173828125, + 0.05377197265625, + -0.03515625, + 0.039703369140625, + 0.032867431640625, + 0.0008840560913085938, + 0.01617431640625, + 0.0391845703125, + 0.0223236083984375, + -0.0467529296875, + -0.0263671875, + 0.03814697265625, + -0.0065460205078125, + -0.048858642578125, + -0.0137939453125, + -0.017486572265625, + 0.0200347900390625, + -0.027069091796875, + -0.019775390625, + 0.01519775390625, + 0.00511932373046875, + -0.07415771484375, + -0.0003199577331542969, + 0.0113372802734375, + -0.0094451904296875, + 0.0170440673828125, + 0.0094451904296875, + -0.041290283203125, + -0.031982421875, + 0.0391845703125, + 0.007030487060546875, + 0.033050537109375, + -0.01396942138671875, + -0.0013179779052734375, + -0.01247406005859375, + -0.01151275634765625, + 0.06396484375, + 0.0159912109375, + 0.0207366943359375, + 0.0176544189453125, + -0.0033168792724609375, + 0.014495849609375, + -0.004657745361328125, + 0.034454345703125, + 0.0165252685546875, + -0.0295257568359375, + -0.0058441162109375, + 0.004459381103515625, + 0.025482177734375, + 0.0256500244140625, + -0.05377197265625, + 0.0003075599670410156, + -0.0927734375, + -0.0166015625, + -0.0723876953125, + -0.01511383056640625, + -0.0256500244140625, + -0.01739501953125, + 0.037445068359375, + -0.044097900390625, + -0.03778076171875, + -0.007732391357421875, + 0.026885986328125, + -0.019500732421875, + 0.049896240234375, + -0.006984710693359375, + -0.03814697265625, + -0.00347137451171875, + 0.0850830078125, + 0.0009832382202148438, + -0.0034923553466796875, + -0.038482666015625, + 0.0065460205078125, + 0.0020313262939453125, + 0.022674560546875, + -0.034271240234375, + -0.0256500244140625, + 0.023895263671875, + 0.041473388671875, + -0.004085540771484375, + -0.042694091796875, + 0.01502227783203125, + 0.0076446533203125, + 0.034454345703125, + -0.021881103515625, + 0.026885986328125, + 0.0201263427734375, + 0.015289306640625, + -0.03497314453125, + -0.062225341796875, + 0.02099609375, + 0.04534912109375, + 0.016876220703125, + -0.00936126708984375, + 0.0186309814453125, + -0.035308837890625, + 0.03460693359375, + -0.0017242431640625, + 0.0050506591796875, + 0.0220489501953125, + 0.02618408203125, + -0.0228424072265625, + 0.03338623046875, + 0.0003733634948730469, + 0.0134429931640625, + -0.0184478759765625, + -0.0303955078125, + -0.00931549072265625, + -0.0222320556640625, + -0.03057861328125, + -0.0251312255859375, + 0.03216552734375, + -0.0379638671875, + 0.0178375244140625, + -0.004413604736328125, + -0.0010328292846679688, + -0.036376953125, + -0.048858642578125, + -0.005405426025390625, + -0.0323486328125, + -0.0491943359375, + -0.0172271728515625, + 0.022491455078125, + -0.0209197998046875, + 0.003536224365234375, + -0.0127410888671875, + -0.0023059844970703125, + -0.0230255126953125, + 0.0230255126953125, + -0.005710601806640625, + 0.0555419921875, + 0.00579833984375, + 0.050262451171875, + 0.031982421875, + 0.00542449951171875, + 0.0187225341796875, + 0.0404052734375, + 0.03179931640625, + -0.02777099609375, + -0.0230255126953125, + -0.0127410888671875, + -0.0015048980712890625, + 0.0185394287109375, + -0.03515625, + -0.01898193359375, + -0.0142364501953125, + -0.01432037353515625, + 0.004283905029296875, + 0.023895263671875, + 0.0256500244140625, + 0.0235443115234375, + -0.06781005859375, + -0.007293701171875, + 0.054840087890625, + 0.006237030029296875, + 0.09490966796875, + -0.0137939453125, + -0.0391845703125, + 0.03900146484375, + 0.041473388671875, + -0.018096923828125, + -0.0120391845703125, + 0.041656494140625, + -0.006061553955078125, + 0.008087158203125, + 0.0237274169921875, + 0.0050506591796875, + 0.01045989990234375, + -0.0220489501953125, + -0.00027179718017578125, + 0.00799560546875, + -0.01256561279296875, + 0.0009169578552246094, + 0.053436279296875, + 0.03216552734375, + 0.01326751708984375, + 0.0137939453125, + -0.034088134765625, + -0.0187225341796875, + -0.021087646484375, + -0.059051513671875, + -0.01396942138671875, + 0.05517578125, + 0.02178955078125, + 0.034454345703125, + -0.035675048828125, + -0.048858642578125, + -0.0000349879264831543, + -0.032684326171875, + 0.05694580078125, + 0.0258331298828125, + 0.0181884765625, + 0.041839599609375, + -0.0267181396484375, + 0.01318359375, + 0.0379638671875, + -0.0005326271057128906, + 0.0230255126953125, + 0.0215301513671875, + 0.053070068359375, + 0.0215301513671875, + -0.0295257568359375, + 0.0247802734375, + 0.042877197265625, + 0.0113372802734375, + 0.004985809326171875, + 0.0093994140625, + 0.010498046875, + 0.00562286376953125, + -0.03619384765625, + 0.044281005859375, + 0.0260162353515625, + -0.00637054443359375, + 0.0230255126953125, + -0.005756378173828125, + 0.00025534629821777344, + -0.047088623046875, + -0.00511932373046875, + 0.0080413818359375, + -0.0222320556640625, + 0.019775390625, + 0.048492431640625, + -0.07275390625, + 0.007732391357421875, + 0.03497314453125, + -0.06817626953125, + 0.033203125, + 0.016876220703125, + -0.041839599609375, + -0.0094451904296875, + -0.01898193359375, + -0.038848876953125, + 0.033050537109375, + -0.023193359375, + -0.04217529296875, + 0.021881103515625, + 0.025482177734375, + -0.043060302734375, + -0.024078369140625, + -0.0300445556640625, + 0.01678466796875, + -0.022491455078125, + -0.0247802734375, + 0.061859130859375, + 0.0016803741455078125, + -0.0035152435302734375, + 0.0017681121826171875, + 0.0435791015625, + -0.01406097412109375, + -0.0230255126953125, + 0.06396484375, + -0.032684326171875, + -0.053436279296875, + 0.04779052734375, + -0.00417327880859375, + -0.00021970272064208984, + -0.041656494140625, + -0.0126495361328125, + -0.001987457275390625, + -0.007598876953125, + 0.019683837890625, + 0.0311126708984375, + -0.0404052734375, + -0.051666259765625, + -0.03515625, + 0.0281219482421875, + -0.00547027587890625, + 0.0265350341796875, + 0.01959228515625, + -0.04638671875, + 0.0220489501953125, + -0.042694091796875, + -0.0237274169921875, + -0.00164794921875, + 0.01239013671875, + -0.040252685546875, + 0.060791015625, + -0.0137939453125, + -0.027587890625, + -0.02020263671875, + 0.039703369140625, + 0.010589599609375, + 0.00821685791015625, + -0.010986328125, + 0.005580902099609375, + 0.0347900390625, + -0.06610107421875, + -0.0169525146484375, + -0.0169525146484375, + -0.01432037353515625, + 0.03778076171875, + -0.05517578125, + 0.00856781005859375, + -0.0115966796875, + -0.059051513671875, + -0.0404052734375, + -0.020477294921875, + -0.0036907196044921875, + -0.029693603515625, + 0.0141448974609375, + 0.061859130859375, + -0.033203125, + 0.0265350341796875, + 0.01519775390625, + 0.004634857177734375, + 0.0159912109375, + -0.017578125, + -0.01800537109375, + 0.04534912109375, + -0.058349609375, + -0.03936767578125, + -0.019775390625, + 0.047088623046875, + -0.023193359375, + -0.0169525146484375, + 0.008087158203125, + 0.0023937225341796875, + 0.03936767578125, + -0.042694091796875, + -0.0020313262939453125, + -0.027069091796875, + -0.027069091796875, + -0.01511383056640625, + -0.022674560546875, + 0.0025157928466796875, + 0.0286407470703125, + 0.00507354736328125, + 0.0193328857421875, + 0.03759765625, + -0.056243896484375, + 0.06640625, + 0.01406097412109375, + 0.0120391845703125, + -0.0187225341796875, + 0.0025157928466796875, + 0.003734588623046875, + 0.01959228515625, + 0.027587890625, + -0.010986328125, + -0.00439453125, + -0.06890869140625, + 0.0281219482421875, + 0.013092041015625, + 0.0016698837280273438, + -0.0084381103515625, + -0.052032470703125, + -0.080810546875, + -0.007293701171875, + 0.033905029296875, + 0.0010213851928710938, + 0.0014495849609375, + -0.02777099609375, + -0.03656005859375, + 0.0001709461212158203, + -0.033905029296875, + 0.0286407470703125, + -0.0221405029296875, + 0.01458740234375, + 0.004413604736328125, + -0.026885986328125, + 0.0184478759765625, + 0.038482666015625, + 0.028289794921875, + -0.0033397674560546875, + 0.010894775390625, + -0.013092041015625, + 0.0119476318359375, + -0.0203857421875, + -0.0523681640625, + -0.01458740234375, + -0.016693115234375, + 0.0097503662109375, + -0.0286407470703125, + -0.02777099609375, + 0.00542449951171875, + 0.038482666015625, + 0.0435791015625, + -0.0185394287109375, + -0.001361846923828125, + 0.0263671875, + -0.00799560546875, + 0.07061767578125, + -0.01476287841796875, + -0.033203125, + 0.00926971435546875, + 0.01537322998046875, + 0.043060302734375, + 0.033203125, + 0.0033168792724609375, + -0.021881103515625, + -0.0061492919921875, + 0.0379638671875, + -0.0194244384765625, + -0.0157318115234375, + -0.0163421630859375, + 0.015899658203125, + 0.017486572265625, + 0.060791015625, + 0.006679534912109375, + 0.061859130859375, + 0.003997802734375, + -0.0036468505859375, + 0.031646728515625, + 0.08013916015625, + 0.03057861328125, + -0.027069091796875, + -0.0286407470703125, + 0.006107330322265625, + 0.001224517822265625, + -0.034271240234375, + -0.04779052734375, + -0.00882720947265625, + 0.08929443359375, + -0.06640625, + 0.002086639404296875, + -0.023193359375, + -0.0181884765625, + -0.0026798248291015625, + 0.035491943359375, + -0.01107025146484375, + 0.01076507568359375, + 0.0028553009033203125, + -0.048492431640625, + -0.0094451904296875, + -0.067138671875, + 0.00252532958984375, + 0.0302276611328125, + 0.041839599609375, + -0.0244293212890625, + 0.0249481201171875, + -0.0020313262939453125, + 0.0014276504516601562, + 0.0300445556640625, + 0.044464111328125, + 0.01300811767578125, + 0.01221466064453125, + 0.051666259765625, + 0.0435791015625, + -0.0120391845703125, + -0.022674560546875, + -0.00362396240234375, + 0.044281005859375, + 0.04638671875, + 0.0811767578125, + 0.0249481201171875, + 0.007556915283203125, + 0.00209808349609375, + -0.041107177734375, + -0.0214385986328125, + 0.0192413330078125, + 0.0214385986328125, + -0.054473876953125, + -0.03057861328125, + 0.0171356201171875, + -0.04217529296875, + 0.0272369384765625, + 0.01326751708984375, + -0.00452423095703125, + -0.0156402587890625, + 0.0347900390625, + -0.0293426513671875, + -0.045684814453125, + 0.0176544189453125, + -0.023895263671875, + -0.0360107421875, + -0.032684326171875, + -0.017303466796875, + 0.0286407470703125, + -0.0176544189453125, + -0.05975341796875, + -0.0419921875, + 0.0291748046875, + -0.0086517333984375, + -0.03936767578125, + -0.053070068359375, + -0.0031414031982421875, + -0.01256561279296875, + -0.057281494140625, + -0.0579833984375, + -0.006809234619140625, + 0.018280029296875, + -0.0272369384765625, + 0.007160186767578125, + -0.00676727294921875, + -0.0272369384765625, + -0.0228424072265625, + -0.027069091796875, + -0.0200347900390625, + 0.0256500244140625, + -0.044281005859375, + 0.031646728515625, + 0.011199951171875, + 0.02777099609375, + 0.0213470458984375, + 0.06573486328125, + -0.0291748046875, + 0.01617431640625, + -0.03375244140625, + -0.061859130859375, + 0.0258331298828125, + 0.00882720947265625, + -0.0101470947265625, + -0.05096435546875, + -0.01959228515625, + 0.0523681640625, + -0.054473876953125, + 0.0055999755859375, + -0.00562286376953125, + -0.00821685791015625, + -0.031646728515625, + -0.0223236083984375, + -0.0249481201171875, + 0.01300811767578125, + 0.08575439453125, + -0.00882720947265625, + -0.0208282470703125, + -0.0222320556640625, + -0.024078369140625, + 0.05377197265625, + 0.00812530517578125, + 0.0149383544921875, + -0.040069580078125, + 0.027587890625, + 0.0228424072265625, + -0.0137939453125, + 0.0237274169921875, + -0.060089111328125, + 0.00020325183868408203, + 0.01116180419921875, + 0.032501220703125, + -0.028289794921875, + -0.0256500244140625, + -0.048492431640625, + -0.029876708984375, + -0.034271240234375, + 0.044281005859375, + 0.0007524490356445312, + 0.0137939453125, + -0.038482666015625, + -0.0029659271240234375, + -0.01282501220703125, + -0.0203857421875, + -0.023193359375, + -0.037445068359375, + 0.0491943359375, + 0.004547119140625, + -0.057281494140625, + 0.031280517578125, + 0.031982421875, + -0.01335906982421875, + 0.00909423828125, + 0.06890869140625, + -0.01546478271484375, + 0.013092041015625, + -0.00799560546875, + 0.049560546875, + 0.00861358642578125, + -0.003536224365234375, + 0.0022296905517578125, + -0.0006093978881835938, + 0.03656005859375, + -0.021087646484375, + 0.0692138671875, + 0.005710601806640625, + -0.049896240234375, + -0.058349609375, + -0.042694091796875, + -0.04815673828125, + 0.0206451416015625, + -0.0323486328125, + 0.050262451171875, + 0.01837158203125, + -0.0025043487548828125, + -0.11737060546875, + 0.06890869140625, + -0.004261016845703125, + 0.04254150390625, + 0.0072479248046875, + -0.01326751708984375, + -0.0258331298828125, + -0.0423583984375, + 0.00005900859832763672, + 0.0186309814453125, + -0.0491943359375, + 0.0166015625, + -0.005008697509765625, + 0.01335906982421875, + 0.0222320556640625, + -0.0101470947265625, + -0.0265350341796875, + 0.041839599609375, + 0.0086517333984375, + -0.0193328857421875, + 0.0643310546875, + -0.0221405029296875, + 0.0184478759765625, + -0.00040912628173828125, + -0.0163421630859375, + 0.001087188720703125, + -0.005580902099609375, + 0.005008697509765625, + -0.008087158203125, + 0.0302276611328125, + 0.05694580078125, + -0.01221466064453125, + 0.01441192626953125, + 0.00058746337890625, + 0.0162506103515625, + 0.01959228515625, + -0.029876708984375, + 0.01458740234375, + -0.0036678314208984375, + -0.0272369384765625, + -0.01537322998046875, + -0.06396484375, + -0.087890625, + 0.027587890625, + -0.02618408203125, + -0.0272369384765625, + 0.0165252685546875, + 0.044281005859375, + 0.0205535888671875, + -0.037261962890625, + 0.01432037353515625, + -0.010101318359375, + 0.0020542144775390625, + -0.01678466796875, + 0.050262451171875, + -0.018096923828125, + 0.0286407470703125, + 0.0012187957763671875, + -0.07171630859375, + 0.0065460205078125, + -0.0115966796875, + 0.019683837890625, + -0.0080413818359375, + -0.0163421630859375, + -0.0391845703125, + 0.022491455078125, + -0.08892822265625, + -0.031280517578125, + 0.0119476318359375, + 0.0170440673828125, + 0.01071929931640625, + -0.0242462158203125, + 0.0491943359375, + -0.00597381591796875, + -0.04095458984375, + 0.0288238525390625, + -0.01502227783203125, + -0.02337646484375, + 0.033203125, + -0.012298583984375, + 0.0017242431640625, + 0.005161285400390625, + 0.044281005859375, + 0.0228424072265625, + 0.048492431640625, + -0.01045989990234375, + -0.0200347900390625, + 0.0032291412353515625, + -0.01519775390625, + 0.0185394287109375, + 0.035491943359375, + 0.0015926361083984375, + -0.00562286376953125, + 0.0112457275390625, + -0.0013341903686523438, + -0.0811767578125, + -0.0216217041015625, + -0.0166015625, + -0.0360107421875, + -0.0010986328125, + 0.08154296875, + 0.04254150390625, + 0.0135345458984375, + 0.00856781005859375, + 0.061492919921875, + 0.017486572265625, + 0.021881103515625, + -0.00676727294921875, + -0.044097900390625, + -0.033050537109375, + 0.0010814666748046875, + -0.00882720947265625, + -0.057647705078125, + 0.059051513671875, + 0.044647216796875, + -0.0135345458984375, + -0.00922393798828125, + 0.0206451416015625, + 0.00637054443359375, + 0.057647705078125, + 0.0169525146484375, + 0.0069427490234375, + -0.05377197265625, + 0.0303955078125, + 0.004108428955078125, + -0.00966644287109375, + -0.005359649658203125, + -0.004283905029296875, + -0.027069091796875, + 0.02337646484375, + -0.069580078125, + -0.014495849609375, + -0.0134429931640625, + 0.060089111328125, + 0.01151275634765625, + -0.03900146484375, + -0.03955078125, + 0.0367431640625, + -0.0007796287536621094, + -0.016082763671875, + 0.0038890838623046875, + 0.011688232421875, + -0.00852203369140625, + 0.0230255126953125, + 0.032867431640625, + 0.00746917724609375, + 0.040069580078125, + 0.0094451904296875, + -0.04815673828125, + 0.0003514289855957031, + -0.02020263671875, + 0.01371002197265625, + -0.0166015625, + -0.03179931640625, + -0.005580902099609375, + -0.069580078125, + 0.060791015625, + 0.0023059844970703125, + 0.049896240234375, + 0.025299072265625, + 0.008087158203125, + 0.005756378173828125, + 0.01239013671875, + 0.006591796875, + 0.0206451416015625, + 0.0176544189453125, + 0.01519775390625, + 0.01361846923828125, + -0.00637054443359375, + 0.0094451904296875, + -0.03619384765625, + 0.0307464599609375, + -0.037261962890625, + 0.00799560546875, + -0.061492919921875, + 0.012298583984375, + 0.0036468505859375, + -0.0230255126953125, + 0.005931854248046875, + -0.019500732421875, + 0.01151275634765625, + -0.01291656494140625, + -0.026885986328125, + 0.0113372802734375, + 0.014495849609375, + -0.00852203369140625, + 0.0105438232421875, + 0.0201263427734375, + -0.0093994140625, + -0.0127410888671875, + -0.055877685546875, + 0.073486328125, + 0.04638671875, + 0.004306793212890625, + 0.008697509765625, + 0.0274200439453125, + 0.01898193359375, + 0.0127410888671875, + 0.032867431640625, + 0.01212310791015625, + -0.03497314453125, + 0.033905029296875, + 0.05096435546875, + -0.00882720947265625, + -0.02618408203125, + 0.033203125, + 0.0222320556640625, + -0.0274200439453125, + 0.043060302734375, + 0.027587890625, + 0.023193359375, + 0.0012845993041992188, + -0.0142364501953125, + -0.0186309814453125, + -0.037445068359375, + 0.06292724609375, + 0.03778076171875, + -0.006591796875, + 0.044647216796875, + -0.0251312255859375, + 0.035858154296875, + 0.000024020671844482422, + 0.060455322265625, + -0.0335693359375, + 0.057281494140625, + -0.022674560546875, + 0.00791168212890625, + 0.0058441162109375, + 0.0311126708984375, + -0.0008730888366699219, + 0.0086517333984375, + -0.01371002197265625, + 0.05694580078125, + 0.04638671875, + -0.0209197998046875, + -0.058349609375, + -0.0228424072265625, + -0.002735137939453125, + 0.002536773681640625, + 0.051300048828125, + -0.0288238525390625, + -0.011199951171875, + 0.02337646484375, + 0.05059814453125, + 0.05413818359375, + -0.006237030029296875, + 0.04638671875, + 0.00002473592758178711, + -0.023193359375, + -0.0260162353515625, + -0.0006260871887207031 + ], + "metadata": { + "domains": [ + "incident-response", + "static-investigations" + ], + "phases": [ + "data-collection" + ], + "tags": [ + "command-line", + "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_QGIS", + "type": "tool", + "name": "QGIS", + "content": "qgis das open-source geographic information system verwandelt forensik-daten mit geobezug in aussagekräftige karten und analysen. visualisiert bewegungsprofile aus smartphone-gps, fahrzeug-telematik oder fitness-trackern. heatmaps zeigen aufenthaltsschwerpunkte. buffer-analysen identifizieren mögliche treffpunkte. die python-integration (pyqgis) automatisiert massen-datenverarbeitung. import aus gpx, kml, csv mit koordinaten. temporal controller animiert bewegungen über zeit. spatial queries finden überschneidungen: \"wer war wann am selben ort?\". openstreetmap- integration für kontext. 3d-visualisierung für drohnen-flugpfade. print composer erstellt gerichtsfeste karten. die steile lernkurve wird durch exzellente tutorials gemildert. plugins erweitern für spezialfälle wie cell-tower-analyse. unverzichtbar wenn wo-und-wann zur schlüsselfrage wird. 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.0290679931640625, + 0.0299530029296875, + 0.037872314453125, + 0.00841522216796875, + 0.0186767578125, + 0.0234222412109375, + 0.01849365234375, + -0.0019702911376953125, + 0.009246826171875, + -0.0014972686767578125, + -0.02783203125, + 0.055328369140625, + 0.0006909370422363281, + 0.0037212371826171875, + -0.058135986328125, + 0.020782470703125, + -0.019287109375, + 0.0088958740234375, + 0.01171112060546875, + -0.016387939453125, + -0.00673675537109375, + -0.0006852149963378906, + -0.048614501953125, + 0.0197296142578125, + -0.003566741943359375, + 0.0167388916015625, + -0.0230712890625, + -0.041046142578125, + -0.011627197265625, + 0.0191192626953125, + 0.0227203369140625, + -0.032073974609375, + -0.00841522216796875, + 0.0325927734375, + -0.01065826416015625, + -0.020965576171875, + 0.00678253173828125, + -0.05145263671875, + -0.031005859375, + 0.0224609375, + -0.0160369873046875, + 0.0006604194641113281, + -0.0008091926574707031, + -0.0014638900756835938, + -0.0099945068359375, + -0.04315185546875, + -0.008544921875, + -0.0229034423828125, + 0.0265960693359375, + -0.045806884765625, + 0.0265960693359375, + 0.048614501953125, + 0.021759033203125, + 0.00409698486328125, + -0.021575927734375, + 0.0196380615234375, + 0.017181396484375, + -0.028717041015625, + -0.038055419921875, + 0.0401611328125, + -0.018402099609375, + -0.002685546875, + -0.01690673828125, + -0.0092926025390625, + 0.02801513671875, + 0.03857421875, + -0.01189422607421875, + -0.0297698974609375, + 0.0013704299926757812, + -0.0013208389282226562, + 0.008056640625, + -0.0119781494140625, + -0.00506591796875, + 0.0220184326171875, + -0.0341796875, + -0.05072021484375, + 0.022552490234375, + 0.01690673828125, + 0.002994537353515625, + -0.006252288818359375, + -0.06060791015625, + -0.003986358642578125, + 0.0560302734375, + -0.03082275390625, + -0.025726318359375, + 0.0158538818359375, + 0.0234222412109375, + 0.023956298828125, + 0.0004925727844238281, + 0.01329803466796875, + 0.031707763671875, + -0.0038967132568359375, + 0.048614501953125, + -0.019195556640625, + 0.01418304443359375, + 0.065185546875, + -0.010345458984375, + -0.003963470458984375, + -0.0150604248046875, + 0.01294708251953125, + 0.0186767578125, + -0.047576904296875, + 0.050018310546875, + -0.00713348388671875, + 0.047576904296875, + -0.03399658203125, + 0.006870269775390625, + 0.00409698486328125, + 0.0224609375, + -0.0288848876953125, + -0.099365234375, + -0.039276123046875, + -0.0008697509765625, + -0.048614501953125, + -0.0015745162963867188, + 0.01532745361328125, + -0.033477783203125, + 0.0560302734375, + -0.056365966796875, + -0.047576904296875, + 0.02325439453125, + 0.047210693359375, + 0.01180267333984375, + 0.0281829833984375, + -0.03857421875, + -0.0272979736328125, + 0.0073089599609375, + 0.01136016845703125, + -0.04791259765625, + -0.016204833984375, + -0.031341552734375, + -0.04296875, + 0.00862884521484375, + -0.0199127197265625, + 0.0221099853515625, + 0.006519317626953125, + 0.036468505859375, + -0.0151519775390625, + -0.01690673828125, + 0.0205230712890625, + 0.005107879638671875, + -0.01259613037109375, + -0.062347412109375, + 0.0026645660400390625, + -0.058135986328125, + -0.0168304443359375, + -0.014617919921875, + 0.041229248046875, + -0.0260772705078125, + -0.0180511474609375, + -0.00643157958984375, + 0.00907135009765625, + 0.0556640625, + 0.0032596588134765625, + -0.00365447998046875, + -0.03399658203125, + -0.0108795166015625, + 0.0120697021484375, + 0.0357666015625, + -0.0244903564453125, + -0.0283660888671875, + 0.02105712890625, + 0.0172576904296875, + 0.0274810791015625, + -0.00243377685546875, + -0.048980712890625, + -0.024139404296875, + 0.02642822265625, + 0.01153564453125, + 0.00563812255859375, + 0.031890869140625, + -0.034881591796875, + 0.06622314453125, + 0.056732177734375, + 0.00986480712890625, + 0.041748046875, + -0.01061248779296875, + -0.0281829833984375, + 0.033294677734375, + 0.01523590087890625, + -0.0003097057342529297, + -0.01189422607421875, + 0.028717041015625, + 0.0112762451171875, + 0.04052734375, + 0.003391265869140625, + -0.033294677734375, + -0.0032806396484375, + -0.0267791748046875, + 0.033477783203125, + -0.028717041015625, + -0.0214080810546875, + -0.00907135009765625, + 0.0465087890625, + 0.0250091552734375, + 0.05743408203125, + 0.00911712646484375, + -0.007793426513671875, + 0.007045745849609375, + 0.0070037841796875, + 0.01171112060546875, + 0.0465087890625, + -0.01171112060546875, + 0.0325927734375, + 0.006694793701171875, + 0.0180511474609375, + -0.00017547607421875, + 0.0496826171875, + 0.0205230712890625, + -0.01690673828125, + 0.005306243896484375, + 0.04791259765625, + -0.00933837890625, + -0.01215362548828125, + -0.024658203125, + -0.033477783203125, + 0.0007543563842773438, + -0.021575927734375, + -0.005901336669921875, + 0.006694793701171875, + -0.0262451171875, + -0.053192138671875, + -0.00797271728515625, + 0.039459228515625, + -0.019378662109375, + 0.033111572265625, + 0.0341796875, + -0.0221099853515625, + -0.0054168701171875, + 0.01453399658203125, + 0.00603485107421875, + 0.022369384765625, + 0.0081024169921875, + 0.00598907470703125, + 0.0018053054809570312, + -0.04315185546875, + 0.036651611328125, + 0.0126800537109375, + 0.02801513671875, + 0.00678253173828125, + -0.033111572265625, + 0.050018310546875, + -0.01312255859375, + 0.025543212890625, + 0.039825439453125, + -0.0281829833984375, + 0.009735107421875, + -0.0038967132568359375, + 0.01030731201171875, + 0.034515380859375, + -0.051788330078125, + -0.0019483566284179688, + -0.05743408203125, + -0.008453369140625, + -0.0433349609375, + -0.0325927734375, + -0.0036983489990234375, + -0.0258941650390625, + 0.059539794921875, + -0.036102294921875, + -0.0272979736328125, + 0.003215789794921875, + 0.0272979736328125, + -0.01070404052734375, + 0.016998291015625, + -0.005107879638671875, + -0.025360107421875, + -0.002994537353515625, + 0.06976318359375, + -0.00258636474609375, + -0.0027408599853515625, + -0.0167388916015625, + 0.031890869140625, + -0.020782470703125, + 0.03558349609375, + -0.0306549072265625, + 0.0195465087890625, + 0.0272979736328125, + 0.00753021240234375, + 0.0108795166015625, + -0.0119781494140625, + 0.007091522216796875, + -0.01096343994140625, + 0.01947021484375, + -0.0560302734375, + 0.0107879638671875, + 0.002300262451171875, + -0.0069580078125, + -0.00876617431640625, + -0.06341552734375, + -0.00783538818359375, + 0.059173583984375, + -0.0003178119659423828, + 0.0005698204040527344, + 0.00603485107421875, + -0.0208740234375, + 0.0219268798828125, + -0.00201416015625, + -0.0220184326171875, + 0.031524658203125, + 0.0251922607421875, + -0.036102294921875, + 0.004207611083984375, + 0.017791748046875, + 0.0295867919921875, + -0.06024169921875, + -0.041229248046875, + -0.01153564453125, + -0.019287109375, + -0.054962158203125, + -0.007442474365234375, + -0.006473541259765625, + -0.04351806640625, + -0.0033245086669921875, + -0.0211334228515625, + 0.0288848876953125, + -0.013214111328125, + -0.057769775390625, + 0.020782470703125, + -0.0338134765625, + -0.059173583984375, + -0.0258941650390625, + 0.068359375, + 0.0189361572265625, + 0.00440216064453125, + -0.0234222412109375, + -0.0120697021484375, + -0.0123291015625, + -0.0262451171875, + -0.0222015380859375, + 0.03240966796875, + -0.005153656005859375, + 0.045440673828125, + 0.031341552734375, + 0.0182342529296875, + 0.0014753341674804688, + 0.06903076171875, + 0.034515380859375, + -0.0020694732666015625, + 0.01224517822265625, + 0.0230712890625, + 0.039825439453125, + 0.03436279296875, + -0.024658203125, + -0.0294189453125, + -0.0070037841796875, + -0.0290679931640625, + 0.03857421875, + 0.0413818359375, + 0.0222015380859375, + 0.0283660888671875, + -0.02923583984375, + -0.0101318359375, + 0.039459228515625, + -0.00598907470703125, + 0.084228515625, + -0.0274810791015625, + -0.059906005859375, + 0.003391265869140625, + 0.00775146484375, + -0.01303863525390625, + -0.0281829833984375, + 0.052490234375, + -0.00867462158203125, + 0.00616455078125, + 0.023956298828125, + -0.0028400421142578125, + 0.0295867919921875, + -0.0341796875, + -0.0198211669921875, + 0.002696990966796875, + -0.01383209228515625, + 0.0191192626953125, + 0.047576904296875, + 0.0190277099609375, + -0.0016841888427734375, + 0.0173492431640625, + -0.034881591796875, + -0.006649017333984375, + -0.0421142578125, + -0.06060791015625, + 0.0158538818359375, + 0.0213165283203125, + 0.01180267333984375, + 0.044403076171875, + -0.04034423828125, + -0.077880859375, + 0.025726318359375, + -0.025360107421875, + 0.06024169921875, + 0.0718994140625, + 0.01043701171875, + 0.031707763671875, + -0.03277587890625, + -0.0044708251953125, + 0.05072021484375, + 0.007045745849609375, + 0.0213165283203125, + 0.057769775390625, + 0.0073089599609375, + 0.00231170654296875, + -0.0369873046875, + 0.0341796875, + 0.0234222412109375, + 0.03997802734375, + -0.00977325439453125, + 0.0244903564453125, + 0.033477783203125, + 0.01383209228515625, + -0.025543212890625, + 0.034698486328125, + 0.0413818359375, + -0.0288848876953125, + -0.00032901763916015625, + -0.0297698974609375, + 0.0297698974609375, + -0.045806884765625, + -0.004184722900390625, + -0.01153564453125, + 0.006252288818359375, + 0.01488494873046875, + 0.030303955078125, + -0.051788330078125, + 0.0229034423828125, + 0.00942230224609375, + -0.0704345703125, + 0.0299530029296875, + 0.025360107421875, + -0.0267791748046875, + 0.0584716796875, + -0.043853759765625, + -0.04510498046875, + 0.03558349609375, + -0.031707763671875, + -0.0260772705078125, + 0.013214111328125, + 0.0262451171875, + -0.04827880859375, + -0.050384521484375, + -0.031524658203125, + -0.00499725341796875, + -0.01259613037109375, + 0.002147674560546875, + 0.047210693359375, + 0.0191192626953125, + 0.00872039794921875, + 0.028717041015625, + 0.031524658203125, + 0.01145172119140625, + -0.0251922607421875, + 0.0281829833984375, + -0.031005859375, + -0.0401611328125, + 0.021484375, + 0.0338134765625, + 0.0288848876953125, + -0.03839111328125, + -0.024658203125, + -0.022552490234375, + 0.01453399658203125, + 0.01479339599609375, + 0.01444244384765625, + -0.04791259765625, + -0.0229034423828125, + -0.0294189453125, + 0.0294189453125, + -0.0015087127685546875, + 0.02801513671875, + -0.01021575927734375, + -0.06268310546875, + 0.01611328125, + -0.0687255859375, + -0.0212249755859375, + -0.006916046142578125, + 0.01558685302734375, + -0.0160369873046875, + 0.053192138671875, + 0.01470947265625, + 0.00916290283203125, + -0.0101318359375, + 0.073974609375, + -0.024139404296875, + -0.00757598876953125, + -0.048980712890625, + 0.05072021484375, + -0.00942230224609375, + -0.05108642578125, + 0.00144195556640625, + -0.01453399658203125, + -0.006694793701171875, + 0.0496826171875, + -0.054962158203125, + -0.013916015625, + 0.003566741943359375, + -0.056732177734375, + -0.0218505859375, + -0.054962158203125, + -0.0167388916015625, + -0.02069091796875, + 0.034881591796875, + 0.033294677734375, + 0.0127716064453125, + 0.0218505859375, + 0.01708984375, + 0.021759033203125, + 0.010040283203125, + 0.0281829833984375, + -0.002201080322265625, + 0.0236053466796875, + -0.0251922607421875, + -0.03680419921875, + -0.011627197265625, + 0.0276641845703125, + -0.03875732421875, + -0.0190277099609375, + 0.0120697021484375, + -0.0230712890625, + 0.048614501953125, + -0.0244903564453125, + -0.025360107421875, + -0.037353515625, + -0.006824493408203125, + -0.037689208984375, + -0.04510498046875, + 0.01016998291015625, + 0.0229034423828125, + 0.0070037841796875, + 0.002685546875, + 0.020172119140625, + -0.07330322265625, + 0.00643157958984375, + 0.033294677734375, + 0.01259613037109375, + 0.0181427001953125, + 0.005855560302734375, + -0.002048492431640625, + -0.01611328125, + 0.0272979736328125, + -0.0401611328125, + -0.037689208984375, + -0.0775146484375, + 0.0128631591796875, + -0.00223541259765625, + -0.0227203369140625, + -0.021575927734375, + -0.0258941650390625, + -0.0433349609375, + 0.0012445449829101562, + 0.025360107421875, + -0.0031490325927734375, + -0.01026153564453125, + -0.0306549072265625, + 0.00429534912109375, + -0.014007568359375, + -0.001651763916015625, + 0.0218505859375, + -0.0007486343383789062, + 0.002048492431640625, + -0.011627197265625, + -0.046844482421875, + 0.031707763671875, + 0.004932403564453125, + 0.02642822265625, + -0.004360198974609375, + 0.0221099853515625, + -0.0496826171875, + 0.0186767578125, + -0.01611328125, + 0.01303863525390625, + 0.00757598876953125, + -0.0258941650390625, + 0.0297698974609375, + -0.0528564453125, + -0.003765106201171875, + -0.0003771781921386719, + 0.003566741943359375, + 0.01189422607421875, + -0.004756927490234375, + -0.0213165283203125, + 0.0401611328125, + 0.00775146484375, + 0.071533203125, + -0.0180511474609375, + -0.057769775390625, + 0.00025177001953125, + 0.003192901611328125, + 0.04296875, + 0.05389404296875, + -0.011627197265625, + -0.0123291015625, + 0.00350189208984375, + 0.02642822265625, + -0.0025539398193359375, + -0.027130126953125, + -0.0224609375, + 0.02923583984375, + 0.0214080810546875, + 0.05426025390625, + 0.0009741783142089844, + 0.0965576171875, + 0.0007319450378417969, + -0.008453369140625, + 0.019989013671875, + 0.0736083984375, + 0.031005859375, + -0.050384521484375, + -0.045806884765625, + 0.0034580230712890625, + 0.00539398193359375, + -0.03997802734375, + -0.0274810791015625, + 0.0243072509765625, + 0.034515380859375, + -0.0616455078125, + -0.01145172119140625, + -0.02642822265625, + -0.01497650146484375, + 0.0037441253662109375, + 0.025726318359375, + -0.020172119140625, + 0.0244903564453125, + -0.002399444580078125, + -0.0219268798828125, + -0.006076812744140625, + -0.0077056884765625, + 0.009246826171875, + 0.055328369140625, + 0.0258941650390625, + -0.02069091796875, + 0.019195556640625, + 0.025543212890625, + 0.0272979736328125, + -0.004978179931640625, + 0.047576904296875, + 0.0134735107421875, + 0.0033245086669921875, + 0.037872314453125, + 0.055328369140625, + -0.0311737060546875, + -0.026947021484375, + 0.01145172119140625, + 0.0222015380859375, + 0.05389404296875, + 0.06976318359375, + -0.0281829833984375, + 0.0107879638671875, + 0.0026645660400390625, + -0.041046142578125, + -0.003940582275390625, + 0.0008754730224609375, + 0.024139404296875, + -0.0283660888671875, + -0.052490234375, + 0.020263671875, + -0.044036865234375, + 0.053558349609375, + -0.008453369140625, + -0.01312255859375, + -0.006694793701171875, + 0.0243072509765625, + -0.00797271728515625, + -0.052154541015625, + 0.01136016845703125, + -0.0048675537109375, + -0.0250091552734375, + -0.0096893310546875, + -0.043701171875, + 0.02801513671875, + -0.019989013671875, + -0.0311737060546875, + -0.0030612945556640625, + 0.02325439453125, + -0.0213165283203125, + -0.048614501953125, + -0.025360107421875, + 0.019195556640625, + -0.0230712890625, + -0.01947021484375, + -0.052490234375, + -0.0158538818359375, + 0.00827789306640625, + -0.0229034423828125, + 0.01444244384765625, + 0.00986480712890625, + -0.037872314453125, + -0.00634002685546875, + -0.00440216064453125, + -0.028717041015625, + 0.03240966796875, + -0.04052734375, + 0.0172576904296875, + 0.011138916015625, + 0.019195556640625, + 0.040863037109375, + 0.03521728515625, + -0.00021326541900634766, + 0.000583648681640625, + -0.03277587890625, + -0.010528564453125, + 0.0206146240234375, + 0.0092926025390625, + 0.0033245086669921875, + -0.09722900390625, + 0.0173492431640625, + 0.059173583984375, + -0.08135986328125, + 0.006916046142578125, + 0.0191192626953125, + -0.0191192626953125, + -0.035064697265625, + -0.00801849365234375, + -0.0142669677734375, + 0.01026153564453125, + 0.10919189453125, + -0.0168304443359375, + 0.00717926025390625, + 0.0199127197265625, + -0.0357666015625, + 0.052154541015625, + 0.0304718017578125, + 0.0198211669921875, + -0.0290679931640625, + 0.0297698974609375, + 0.0160369873046875, + -0.0311737060546875, + 0.0038089752197265625, + -0.07220458984375, + -0.01383209228515625, + 0.0224609375, + 0.0024547576904296875, + -0.0214080810546875, + 0.003566741943359375, + -0.0556640625, + -0.038238525390625, + -0.05426025390625, + 0.028717041015625, + 0.002994537353515625, + 0.00946807861328125, + -0.056365966796875, + -0.025360107421875, + -0.013916015625, + -0.0687255859375, + -0.03558349609375, + -0.0258941650390625, + 0.0244903564453125, + 0.01418304443359375, + -0.0528564453125, + 0.008148193359375, + -0.0004925727844238281, + 0.0014867782592773438, + 0.008453369140625, + 0.07220458984375, + -0.0528564453125, + -0.006473541259765625, + 0.00027942657470703125, + -0.00792694091796875, + 0.00757598876953125, + 0.0002243518829345703, + -0.01180267333984375, + 0.027130126953125, + 0.01303863525390625, + -0.043701171875, + 0.037872314453125, + 0.056365966796875, + -0.017791748046875, + -0.05108642578125, + -0.01096343994140625, + -0.057769775390625, + 0.051788330078125, + -0.0123291015625, + 0.05743408203125, + -0.0009026527404785156, + -0.0011892318725585938, + -0.08209228515625, + 0.0297698974609375, + -0.0281829833984375, + 0.042266845703125, + 0.0274810791015625, + -0.01479339599609375, + -0.0771484375, + -0.048614501953125, + -0.034881591796875, + 0.03875732421875, + -0.03240966796875, + 0.0250091552734375, + -0.005767822265625, + 0.0150604248046875, + -0.006298065185546875, + -0.0322265625, + 0.01096343994140625, + 0.039459228515625, + -0.0005421638488769531, + -0.038055419921875, + 0.0465087890625, + -0.0258941650390625, + 0.01497650146484375, + 0.01171112060546875, + 0.0151519775390625, + -0.0123291015625, + -0.0019159317016601562, + -0.039093017578125, + -0.002819061279296875, + 0.0465087890625, + 0.057769775390625, + -0.0084991455078125, + 0.00449371337890625, + -0.025543212890625, + 0.01303863525390625, + -0.03082275390625, + -0.02325439453125, + 0.00867462158203125, + 0.005615234375, + -0.0219268798828125, + -0.0150604248046875, + -0.06304931640625, + -0.1029052734375, + -0.0012607574462890625, + -0.044921875, + -0.0267791748046875, + -0.01303863525390625, + 0.01947021484375, + 0.0007433891296386719, + -0.0265960693359375, + 0.03436279296875, + -0.00405120849609375, + -0.00841522216796875, + -0.045440673828125, + 0.0128631591796875, + -0.01374053955078125, + 0.04034423828125, + 0.0027408599853515625, + -0.0262451171875, + 0.00823211669921875, + -0.0204315185546875, + 0.0008974075317382812, + -0.001739501953125, + 0.01250457763671875, + -0.0157623291015625, + 0.0189361572265625, + -0.05145263671875, + -0.036285400390625, + 0.02783203125, + 0.02008056640625, + -0.004337310791015625, + -0.032928466796875, + 0.04052734375, + 0.00023257732391357422, + -0.060943603515625, + 0.01180267333984375, + -0.01136016845703125, + -0.031890869140625, + 0.017791748046875, + 0.00841522216796875, + 0.0024776458740234375, + 0.00519561767578125, + 0.02227783203125, + 0.0206146240234375, + 0.0389404296875, + 0.00643157958984375, + -0.0020580291748046875, + 0.0107879638671875, + -0.01611328125, + 0.0037441253662109375, + 0.0288848876953125, + 0.025726318359375, + -0.02325439453125, + 0.01708984375, + 0.0166473388671875, + -0.0870361328125, + -0.0174407958984375, + -0.0198211669921875, + -0.047576904296875, + 0.005504608154296875, + 0.056732177734375, + 0.043701171875, + -0.0164642333984375, + 0.0445556640625, + 0.0230712890625, + 0.034515380859375, + -0.01250457763671875, + -0.0182342529296875, + -0.0810546875, + -0.0265960693359375, + 0.0283660888671875, + 0.0341796875, + -0.050384521484375, + 0.036102294921875, + 0.067626953125, + 0.0019588470458984375, + -0.01497650146484375, + -0.0172576904296875, + -0.0009794235229492188, + 0.05108642578125, + 0.031005859375, + 0.004581451416015625, + -0.08489990234375, + -0.007091522216796875, + 0.0243072509765625, + -0.016204833984375, + 0.00907135009765625, + -0.021759033203125, + -0.0401611328125, + 0.04351806640625, + -0.050018310546875, + -0.0127716064453125, + -0.0070037841796875, + 0.06268310546875, + 0.033477783203125, + -0.043853759765625, + -0.01690673828125, + 0.045440673828125, + 0.028533935546875, + -0.03594970703125, + 0.035064697265625, + -0.01312255859375, + -0.00753021240234375, + 0.0265960693359375, + 0.050384521484375, + -0.00022840499877929688, + 0.048980712890625, + 0.01444244384765625, + -0.039642333984375, + 0.0024547576904296875, + -0.00524139404296875, + 0.023956298828125, + -0.00270843505859375, + -0.047210693359375, + -0.0267791748046875, + -0.064453125, + 0.025726318359375, + 0.01338958740234375, + 0.01374053955078125, + 0.0181427001953125, + 0.019287109375, + -0.006519317626953125, + 0.0165557861328125, + 0.0174407958984375, + 0.040679931640625, + 0.018768310546875, + -0.0058135986328125, + 0.003192901611328125, + 0.0243072509765625, + 0.01092529296875, + -0.0299530029296875, + 0.0274810791015625, + -0.0283660888671875, + -0.004207611083984375, + -0.0297698974609375, + -0.01303863525390625, + 0.0005502700805664062, + -0.0197296142578125, + -0.0103912353515625, + -0.0267791748046875, + 0.00946807861328125, + -0.0150604248046875, + -0.0205230712890625, + -0.0134735107421875, + 0.023956298828125, + -0.0655517578125, + 0.00977325439453125, + 0.044219970703125, + -0.039459228515625, + 0.00603485107421875, + -0.058837890625, + 0.0771484375, + 0.0234222412109375, + 0.025726318359375, + -0.009735107421875, + 0.026947021484375, + 0.036102294921875, + -0.0034122467041015625, + -0.016204833984375, + 0.041046142578125, + -0.00539398193359375, + 0.043853759765625, + 0.05706787109375, + 0.0218505859375, + -0.039276123046875, + 0.0181427001953125, + -0.0011730194091796875, + -0.06304931640625, + 0.052154541015625, + -0.0019817352294921875, + 0.01338958740234375, + -0.017974853515625, + 0.0164642333984375, + -0.00801849365234375, + -0.053192138671875, + 0.06414794921875, + 0.031524658203125, + -0.007396697998046875, + 0.00885009765625, + -0.042633056640625, + 0.0155029296875, + 0.02227783203125, + 0.020965576171875, + -0.053558349609375, + 0.0560302734375, + -0.018402099609375, + 0.005306243896484375, + -0.0088958740234375, + 0.01409149169921875, + -0.0189361572265625, + 0.04791259765625, + -0.0164642333984375, + 0.056732177734375, + 0.01145172119140625, + 0.01021575927734375, + -0.050384521484375, + -0.01532745361328125, + 0.02227783203125, + 0.0100860595703125, + 0.06268310546875, + -0.05426025390625, + -0.02227783203125, + 0.001827239990234375, + 0.046142578125, + 0.07965087890625, + -0.00365447998046875, + 0.037689208984375, + 0.00603485107421875, + -0.0009360313415527344, + -0.01444244384765625, + -0.02923583984375 + ], + "metadata": { + "domains": [ + "static-investigations", + "fraud-investigation", + "mobile-forensics", "incident-response" ], "phases": [ @@ -93856,2100 +104401,8422 @@ "reporting" ], "tags": [ - "dashboards", - "analytics" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_Android_Backup_Extractor", - "type": "tool", - "name": "Android Backup Extractor", - "content": "android backup extractor das bewährte kommandozeilen‑werkzeug zum entpacken und packen von android‑backups (.ab) aus »adb backup« – inklusive entschlüsselung passwort­geschützter archive dank integrierter aes‑routinen. ideal für die extraktion forensisch relevanter app‑daten ohne root‑zugriff und damit ein must‑have für mobile‑analysen. :contentreference[oaicite:0]{index=0} commandline backup encryption artifact-extraction android scenario:file_recovery mobile-forensics static-investigations examination analysis", - "embedding": [ - 0.0143280029296875, - 0.008697509765625, - 0.01348876953125, - -0.00018095970153808594, - 0.01971435546875, - 0.0202789306640625, - 0.034423828125, - 0.000033974647521972656, - -0.01209259033203125, - -0.00534820556640625, - -0.00423431396484375, - 0.08074951171875, - 0.0104217529296875, - 0.0067901611328125, - -0.0280914306640625, - 0.0067901611328125, - 0.0036983489990234375, - 0.002696990966796875, - -0.006931304931640625, - -0.004512786865234375, - -0.007022857666015625, - -0.0260467529296875, - -0.06439208984375, - -0.00893402099609375, - -0.01302337646484375, - 0.020751953125, - -0.0180511474609375, - -0.05096435546875, - -0.0243682861328125, - 0.00623321533203125, - 0.023345947265625, - -0.0277252197265625, - -0.0015811920166015625, - 0.039825439453125, - 0.0037899017333984375, - -0.01506805419921875, - -0.006000518798828125, - -0.017486572265625, - -0.0256805419921875, - 0.053955078125, - -0.0122833251953125, - 0.01200103759765625, - 0.01515960693359375, - 0.0048828125, - -0.034423828125, - -0.0269775390625, - -0.00836944580078125, - -0.01055908203125, - 0.020751953125, - -0.0277252197265625, - 0.0167388916015625, - 0.024932861328125, - 0.02679443359375, - -0.007022857666015625, - -0.04150390625, - 0.05023193359375, - 0.026611328125, - -0.03887939453125, - -0.058807373046875, - 0.0535888671875, - -0.05096435546875, - -0.0008373260498046875, - 0.0180511474609375, - -0.006046295166015625, - 0.0009708404541015625, - 0.00836944580078125, - -0.013397216796875, - -0.023345947265625, - -0.0078582763671875, - 0.00428009033203125, - -0.00762939453125, - -0.021392822265625, - -0.01186370849609375, - 0.05804443359375, - -0.004116058349609375, - -0.0535888671875, - 0.0143280029296875, - -0.00836944580078125, - -0.00623321533203125, - 0.01200103759765625, - -0.04278564453125, - -0.0107421875, - 0.01515960693359375, - -0.02716064453125, - 0.006931304931640625, - 0.020843505859375, - 0.0205535888671875, - -0.0032787322998046875, - -0.006977081298828125, - -0.019622802734375, - 0.0152587890625, - -0.01776123046875, - 0.019439697265625, - -0.013671875, - 0.056182861328125, - 0.059173583984375, - -0.033477783203125, - 0.006000518798828125, - 0.0164642333984375, - 0.0390625, - 0.00016641616821289062, - -0.04278564453125, - 0.0628662109375, - 0.0013484954833984375, - 0.039825439453125, - -0.0260467529296875, - 0.0163726806640625, - -0.0216827392578125, - -0.025299072265625, - -0.022796630859375, - -0.12353515625, - -0.041290283203125, - -0.024749755859375, - -0.04205322265625, - -0.01776123046875, - -0.0086517333984375, - -0.0029544830322265625, - 0.045196533203125, - -0.056549072265625, - -0.032196044921875, - 0.00762939453125, - 0.031829833984375, - -0.024566650390625, - -0.0107879638671875, - -0.05059814453125, - -0.026611328125, - -0.0013551712036132812, - 0.005092620849609375, - -0.05059814453125, - -0.035736083984375, - -0.0316162109375, - -0.011627197265625, - -0.03070068359375, - -0.0340576171875, - -0.0160064697265625, - -0.048736572265625, - 0.032379150390625, - 0.00261688232421875, - 0.0015468597412109375, - 0.00823211669921875, - 0.031829833984375, - -0.05731201171875, - -0.07293701171875, - 0.015625, - -0.034423828125, - 0.006511688232421875, - -0.03070068359375, - 0.06658935546875, - -0.037017822265625, - -0.0167388916015625, - -0.020843505859375, - -0.005558013916015625, - 0.03497314453125, - -0.01386260986328125, - -0.002140045166015625, - -0.044281005859375, - -0.00476837158203125, - -0.0264129638671875, - 0.01544189453125, - -0.02093505859375, - -0.033294677734375, - 0.0167388916015625, - -0.023345947265625, - 0.032379150390625, - -0.01404571533203125, - -0.0299530029296875, - -0.031829833984375, - 0.0093994140625, - -0.019073486328125, - -0.0003707408905029297, - 0.00911712646484375, - -0.02716064453125, - 0.040008544921875, - 0.0703125, - 0.0105133056640625, - 0.0264129638671875, - -0.00469970703125, - 0.0105133056640625, - 0.0145111083984375, - 0.04986572265625, - -0.01284027099609375, - -0.0295867919921875, - 0.04913330078125, - 0.02734375, - 0.0230712890625, - -0.015716552734375, - -0.03887939453125, - 0.0020008087158203125, - -0.0280914306640625, - 0.0625, - -0.023345947265625, - -0.0178680419921875, - 0.015625, - 0.01898193359375, - 0.0224151611328125, - 0.036651611328125, - 0.0280914306640625, - -0.019073486328125, - 0.040924072265625, - -0.00958251953125, - 0.028656005859375, - 0.058807373046875, - 0.00991058349609375, - 0.044647216796875, - 0.006511688232421875, - 0.002872467041015625, - -0.01470184326171875, - 0.036102294921875, - 0.0260467529296875, - -0.021209716796875, - -0.0222320556640625, - 0.00804901123046875, - 0.015350341796875, - -0.028839111328125, - -0.01544189453125, - -0.0347900390625, - 0.025299072265625, - -0.036102294921875, - -0.03106689453125, - -0.00006395578384399414, - -0.0103759765625, - -0.0784912109375, - 0.01953125, - 0.0256805419921875, - -0.0260467529296875, - 0.03070068359375, - 0.033477783203125, - -0.013397216796875, - -0.04278564453125, - 0.029022216796875, - -0.006977081298828125, - 0.034423828125, - 0.00916290283203125, - 0.040008544921875, - -0.0161895751953125, - -0.0066986083984375, - 0.056182861328125, - 0.03125, - 0.0093994140625, - -0.00730133056640625, - -0.0303192138671875, - 0.04913330078125, - -0.03460693359375, - 0.0301361083984375, - 0.0316162109375, - -0.0535888671875, - -0.0127410888671875, - 0.005443572998046875, - 0.048370361328125, - 0.039825439453125, - -0.036834716796875, - 0.007534027099609375, - -0.063232421875, - 0.003604888916015625, - -0.0784912109375, - -0.048370361328125, - -0.024749755859375, - -0.051727294921875, - 0.048736572265625, - -0.017120361328125, - -0.0144195556640625, - 0.004791259765625, - -0.00995635986328125, - -0.0145111083984375, - 0.035736083984375, - 0.0103759765625, - -0.06884765625, - 0.02288818359375, - 0.06622314453125, - -0.0178680419921875, - 0.0025806427001953125, - -0.01084136962890625, - 0.0122833251953125, - 0.01293182373046875, - 0.03533935546875, - -0.0178680419921875, - -0.029205322265625, - 0.0282745361328125, - 0.0003952980041503906, - 0.01116180419921875, - -0.006885528564453125, - 0.0122833251953125, - -0.0204620361328125, - 0.029022216796875, - -0.024749755859375, - 0.0013027191162109375, - 0.0053253173828125, - 0.01506805419921875, - -0.01000213623046875, - -0.03387451171875, - -0.0162811279296875, - 0.02679443359375, - 0.03070068359375, - 0.0182342529296875, - 0.024932861328125, - -0.051727294921875, - -0.01580810546875, - -0.01004791259765625, - -0.022796630859375, - 0.04669189453125, - 0.01971435546875, - -0.0185089111328125, - 0.00991058349609375, - 0.032562255859375, - 0.0186004638671875, - -0.0017795562744140625, - -0.040374755859375, - -0.00795745849609375, - -0.01027679443359375, - -0.044281005859375, - -0.038330078125, - 0.017669677734375, - -0.0238189697265625, - 0.0282745361328125, - 0.003326416015625, - -0.003139495849609375, - -0.03387451171875, - -0.038330078125, - -0.01702880859375, - -0.01348876953125, - -0.0280914306640625, - -0.021026611328125, - 0.0122833251953125, - 0.00725555419921875, - -0.024566650390625, - -0.00893402099609375, - -0.0162811279296875, - -0.05731201171875, - 0.026611328125, - 0.0042572021484375, - 0.00244140625, - -0.03125, - 0.06732177734375, - 0.0390625, - 0.026611328125, - 0.03497314453125, - 0.075927734375, - 0.0308837890625, - -0.0237274169921875, - 0.01032257080078125, - -0.01776123046875, - 0.01544189453125, - 0.013671875, - -0.03424072265625, - -0.0159149169921875, - 0.002197265625, - -0.0161895751953125, - 0.01153564453125, - 0.024749755859375, - 0.04949951171875, - 0.0243682861328125, - -0.052093505859375, - -0.0022563934326171875, - 0.05694580078125, - -0.0142364501953125, - 0.08709716796875, - -0.00958251953125, - -0.034423828125, - -0.01190948486328125, - 0.030517578125, - -0.028656005859375, - -0.004001617431640625, - 0.036834716796875, - 0.0049285888671875, - 0.0113983154296875, - 0.033111572265625, - 0.015533447265625, - -0.00730133056640625, - -0.0146026611328125, - -0.005558013916015625, - 0.0133056640625, - -0.0279083251953125, - 0.0015583038330078125, - 0.0279083251953125, - 0.03125, - 0.01580810546875, - 0.040740966796875, - 0.0029296875, - 0.0103759765625, - -0.00920867919921875, - -0.037200927734375, - 0.004184722900390625, - 0.03533935546875, - 0.017486572265625, - 0.04315185546875, - -0.004024505615234375, - -0.07403564453125, - -0.00902557373046875, - -0.036468505859375, - 0.08184814453125, - 0.03125, - 0.0007386207580566406, - -0.003093719482421875, - -0.03851318359375, - -0.00832366943359375, - 0.0020580291748046875, - 0.0160064697265625, - 0.005767822265625, - 0.019622802734375, - 0.025482177734375, - 0.00814056396484375, - -0.048736572265625, - 0.0143280029296875, - 0.018798828125, - 0.01284027099609375, - -0.024932861328125, - 0.0107879638671875, - 0.0095367431640625, - 0.03759765625, - -0.0279083251953125, - 0.0386962890625, - 0.01413726806640625, - 0.0123748779296875, - 0.020751953125, - -0.004512786865234375, - -0.0103759765625, - -0.018890380859375, - -0.0123748779296875, - -0.0098114013671875, - 0.015716552734375, - 0.0770263671875, - 0.01776123046875, - -0.071044921875, - 0.00623321533203125, - 0.046142578125, - -0.06622314453125, - 0.00809478759765625, - 0.0230712890625, - -0.0543212890625, - -0.007720947265625, - -0.0152587890625, - -0.055084228515625, - 0.0236358642578125, - -0.01953125, - -0.048736572265625, - 0.0087432861328125, - 0.041107177734375, - -0.036102294921875, - -0.0340576171875, - -0.044281005859375, - -0.01125335693359375, - -0.0011167526245117188, - -0.0167388916015625, - 0.032012939453125, - 0.00809478759765625, - -0.01181793212890625, - 0.03778076171875, - 0.043365478515625, - 0.0020694732666015625, - -0.040924072265625, - 0.04913330078125, - 0.004207611083984375, - -0.0535888671875, - 0.04541015625, - 0.0088348388671875, - 0.05804443359375, - -0.051361083984375, - -0.033660888671875, - 0.006744384765625, - 0.007022857666015625, - 0.015533447265625, - 0.0241851806640625, - -0.0279083251953125, - -0.040008544921875, - -0.033111572265625, - 0.06365966796875, - 0.01739501953125, - 0.05322265625, - -0.01116180419921875, - -0.00893402099609375, - 0.025115966796875, - -0.0535888671875, - -0.0260467529296875, - -0.00048542022705078125, - 0.017303466796875, - -0.044097900390625, - 0.06439208984375, - -0.029205322265625, - -0.01018524169921875, - -0.0036983489990234375, - 0.06439208984375, - 0.0013027191162109375, - 0.0152587890625, - -0.03143310546875, - 0.042236328125, - 0.03106689453125, - -0.02679443359375, - -0.036285400390625, - -0.01116180419921875, - 0.00067138671875, - 0.044830322265625, - -0.040191650390625, - 0.01190948486328125, - -0.03125, - -0.058807373046875, - -0.048736572265625, - -0.00920867919921875, - -0.0067901611328125, - -0.03778076171875, - 0.034423828125, - 0.032196044921875, - -0.0017671585083007812, - 0.021209716796875, - 0.032196044921875, - -0.0066986083984375, - 0.043548583984375, - -0.0106048583984375, - -0.0303192138671875, - 0.0238189697265625, - -0.0628662109375, - -0.04913330078125, - -0.0003662109375, - 0.0303192138671875, - -0.033111572265625, - 0.021392822265625, - -0.00716400146484375, - 0.0016050338745117188, - 0.020843505859375, - -0.0180511474609375, - -0.007022857666015625, - -0.01386260986328125, - -0.0294036865234375, - -0.041290283203125, - -0.015350341796875, - 0.00725555419921875, - 0.0264129638671875, - -0.0006074905395507812, - 0.01009368896484375, - 0.041107177734375, - -0.04595947265625, - -0.002197265625, - 0.0088348388671875, - 0.00637054443359375, - -0.0234375, - 0.0106048583984375, - 0.0106048583984375, - 0.0308837890625, - 0.01580810546875, - -0.01125335693359375, - -0.022979736328125, - -0.07220458984375, - 0.0282745361328125, - -0.0015115737915039062, - 0.0023956298828125, - -0.006046295166015625, - -0.0277252197265625, - -0.06549072265625, - 0.0116729736328125, - 0.0543212890625, - 0.023529052734375, - -0.002185821533203125, - -0.029022216796875, - -0.036285400390625, - -0.0009417533874511719, - -0.0258636474609375, - 0.032745361328125, - -0.035919189453125, - 0.032928466796875, - 0.0181427001953125, - -0.031829833984375, - 0.01209259033203125, - 0.0418701171875, - 0.01055908203125, - 0.043914794921875, - 0.023529052734375, - -0.034423828125, - 0.02325439453125, - -0.025482177734375, - -0.0379638671875, - 0.00006687641143798828, - -0.0256805419921875, - 0.00911712646484375, - -0.01320648193359375, - -0.0216827392578125, - 0.01120758056640625, - 0.0117645263671875, - 0.019622802734375, - -0.0165557861328125, - -0.0106964111328125, - 0.040924072265625, - -0.0218658447265625, - 0.06549072265625, - -0.0186004638671875, - -0.028656005859375, - -0.032562255859375, - -0.006885528564453125, - 0.04150390625, - 0.00588226318359375, - 0.01479339599609375, - -0.056182861328125, - 0.005443572998046875, - 0.053955078125, - 0.0243682861328125, - -0.031829833984375, - -0.019073486328125, - 0.009674072265625, - 0.0179595947265625, - 0.0258636474609375, - 0.01209259033203125, - 0.060638427734375, - 0.0009012222290039062, - 0.0008487701416015625, - 0.0282745361328125, - 0.052825927734375, - 0.03125, - -0.01320648193359375, - -0.05096435546875, - 0.0179595947265625, - -0.0168304443359375, - -0.0340576171875, - -0.05096435546875, - 0.006046295166015625, - 0.04913330078125, - -0.041107177734375, - -0.0107879638671875, - 0.0236358642578125, - 0.009857177734375, - -0.0127410888671875, - 0.020843505859375, - -0.0340576171875, - 0.018890380859375, - -0.004627227783203125, - -0.036651611328125, - -0.030517578125, - -0.040374755859375, - 0.040557861328125, - 0.03924560546875, - 0.032196044921875, - -0.048370361328125, - 0.044647216796875, - 0.0005755424499511719, - 0.0277252197265625, - 0.013671875, - 0.039642333984375, - 0.01013946533203125, - 0.02734375, - 0.0275421142578125, - 0.01739501953125, - -0.0260467529296875, - -0.0107421875, - 0.0224151611328125, - 0.0386962890625, - 0.040557861328125, - 0.0628662109375, - 0.02679443359375, - -0.000293731689453125, - 0.0020923614501953125, - -0.0543212890625, - 0.01018524169921875, - 0.004116058349609375, - -0.01404571533203125, - -0.0535888671875, - -0.036102294921875, - 0.0068359375, - -0.07257080078125, - 0.0260467529296875, - 0.01171875, - -0.01186370849609375, - -0.0162811279296875, - 0.033111572265625, - -0.0007905960083007812, - -0.060272216796875, - 0.011627197265625, - -0.00168609619140625, - -0.00485992431640625, - -0.029022216796875, - -0.01497650146484375, - 0.042236328125, - 0.006092071533203125, - -0.05096435546875, - -0.0699462890625, - 0.042236328125, - -0.0225067138671875, - -0.05059814453125, - -0.039642333984375, - -0.0095367431640625, - -0.0238189697265625, - -0.025482177734375, - -0.024566650390625, - -0.036102294921875, - 0.0015811920166015625, - -0.032562255859375, - -0.01404571533203125, - -0.043914794921875, - -0.017486572265625, - -0.0002486705780029297, - 0.00007265806198120117, - -0.0303192138671875, - 0.0164642333984375, - -0.045196533203125, - 0.03387451171875, - 0.0222320556640625, - 0.0106048583984375, - 0.04913330078125, - 0.0684814453125, - 0.019622802734375, - 0.008697509765625, - -0.017120361328125, - -0.05322265625, - 0.0048370361328125, - 0.0058135986328125, - 0.00045943260192871094, - -0.05804443359375, - 0.0217742919921875, - 0.03924560546875, - -0.0848388671875, - 0.0165557861328125, - -0.0034656524658203125, - -0.0234375, - -0.04559326171875, - -0.0015583038330078125, - -0.018798828125, - 0.01004791259765625, - 0.09228515625, - 0.0125579833984375, - -0.021026611328125, - 0.01102447509765625, - -0.00725555419921875, - 0.0241851806640625, - 0.022705078125, - 0.01009368896484375, - -0.052825927734375, - 0.0238189697265625, - 0.0277252197265625, - -0.000843048095703125, - 0.018798828125, - -0.06512451171875, - 0.01488494873046875, - 0.02716064453125, - 0.017120361328125, - 0.004673004150390625, - -0.0202789306640625, - -0.032745361328125, - -0.055084228515625, - -0.0219573974609375, - 0.0179595947265625, - -0.0032329559326171875, - -0.006420135498046875, - -0.0241851806640625, - 0.000029265880584716797, - -0.01348876953125, - -0.03851318359375, - -0.006000518798828125, - -0.0218658447265625, - 0.05694580078125, - 0.005931854248046875, - -0.04913330078125, - 0.0182342529296875, - 0.008514404296875, - -0.016937255859375, - -0.005626678466796875, - 0.055450439453125, - -0.03759765625, - -0.0165557861328125, - -0.0124664306640625, - 0.017578125, - 0.006931304931640625, - 0.01348876953125, - -0.01107025146484375, - 0.01377105712890625, - 0.0037899017333984375, - -0.032562255859375, - 0.036834716796875, - 0.04705810546875, - -0.019622802734375, - -0.077392578125, - -0.02325439453125, - -0.017669677734375, - 0.0160980224609375, - -0.01470184326171875, - 0.056182861328125, - 0.0185089111328125, - -0.004093170166015625, - -0.1160888671875, - 0.041290283203125, - -0.0355224609375, - 0.03387451171875, - 0.03924560546875, - 0.00995635986328125, - -0.0625, - -0.035736083984375, - -0.006977081298828125, - 0.06365966796875, - -0.0025234222412109375, - 0.0203704833984375, - -0.009674072265625, - 0.0262298583984375, - -0.005069732666015625, - 0.0146026611328125, - -0.022796630859375, - 0.052093505859375, - 0.019439697265625, - -0.024566650390625, - 0.0535888671875, - -0.03460693359375, - 0.002197265625, - -0.0234375, - -0.0033721923828125, - 0.020843505859375, - -0.00530242919921875, - -0.02130126953125, - -0.007720947265625, - 0.0546875, - 0.0625, - -0.034423828125, - 0.0168304443359375, - -0.0308837890625, - 0.0168304443359375, - -0.0043487548828125, - 0.00010395050048828125, - 0.007488250732421875, - 0.0114898681640625, - -0.005069732666015625, - -0.018890380859375, - -0.04241943359375, - -0.078125, - -0.021484375, - -0.03497314453125, - -0.0126495361328125, - 0.0355224609375, - -0.00893402099609375, - 0.0236358642578125, - -0.0240020751953125, - 0.032745361328125, - -0.033660888671875, - -0.03125, - -0.0166473388671875, - 0.036285400390625, - -0.00823211669921875, - 0.032745361328125, - -0.009765625, - -0.041107177734375, - 0.0221405029296875, - -0.010650634765625, - 0.0386962890625, - -0.0180511474609375, - -0.002140045166015625, - -0.0166473388671875, - 0.0116729736328125, - -0.0863037109375, - -0.048370361328125, - 0.005023956298828125, - 0.036102294921875, - -0.00567626953125, - -0.032928466796875, - 0.03887939453125, - -0.00902557373046875, - -0.061767578125, - 0.008697509765625, - -0.0048370361328125, - -0.032379150390625, - 0.01377105712890625, - 0.0019893646240234375, - -0.0219573974609375, - 0.019622802734375, - 0.0347900390625, - 0.025115966796875, - 0.06402587890625, - 0.0168304443359375, - -0.0234375, - -0.006744384765625, - -0.0167388916015625, - 0.045013427734375, - 0.031829833984375, - 0.0243682861328125, - -0.02679443359375, - 0.019622802734375, - -0.00006937980651855469, - -0.069580078125, - -0.01386260986328125, - 0.005046844482421875, - -0.0258636474609375, - 0.036468505859375, - 0.05804443359375, - 0.0279083251953125, - 0.0127410888671875, - 0.0219573974609375, - 0.056182861328125, - 0.004558563232421875, - 0.0181427001953125, - -0.0295867919921875, - -0.078857421875, - -0.0066986083984375, - 0.0241851806640625, - 0.0095367431640625, - -0.07366943359375, - 0.038330078125, - 0.051727294921875, - -0.007534027099609375, - 0.0008897781372070312, - -0.0094451904296875, - 0.00730133056640625, - 0.024932861328125, - 0.024749755859375, - -0.00437164306640625, - -0.055084228515625, - -0.005279541015625, - 0.01702880859375, - -0.00860595703125, - -0.0002340078353881836, - -0.01348876953125, - -0.01470184326171875, - 0.0234375, - -0.04949951171875, - 0.0007615089416503906, - -0.023529052734375, - 0.059539794921875, - 0.013671875, - -0.040557861328125, - -0.0426025390625, - 0.037384033203125, - 0.00841522216796875, - -0.04296875, - 0.016937255859375, - 0.021209716796875, - -0.033111572265625, - 0.032196044921875, - 0.051361083984375, - 0.0161895751953125, - 0.034423828125, - 0.00958251953125, - -0.019439697265625, - 0.025115966796875, - -0.0303192138671875, - 0.0036983489990234375, - -0.036651611328125, - -0.0217742919921875, - -0.0277252197265625, - -0.05731201171875, - 0.056549072265625, - 0.017578125, - 0.03460693359375, - 0.0275421142578125, - -0.002140045166015625, - -0.0032329559326171875, - -0.0032329559326171875, - 0.0205535888671875, - 0.039642333984375, - 0.0241851806640625, - 0.006420135498046875, - 0.01190948486328125, - 0.00009447336196899414, - 0.0094451904296875, - -0.05322265625, - 0.00958251953125, - -0.0033721923828125, - -0.005954742431640625, - -0.046875, - -0.0014066696166992188, - 0.01377105712890625, - -0.04296875, - 0.005626678466796875, - -0.03387451171875, - 0.01284027099609375, - -0.000732421875, - -0.0145111083984375, - -0.0087890625, - 0.02734375, - -0.0164642333984375, - 0.045013427734375, - 0.0221405029296875, - -0.0023365020751953125, - 0.00665283203125, - -0.09375, - 0.0859375, - 0.035919189453125, - 0.042236328125, - 0.0032787322998046875, - 0.022979736328125, - 0.0125579833984375, - 0.006046295166015625, - 0.0546875, - 0.0203704833984375, - -0.028472900390625, - 0.032562255859375, - 0.030517578125, - -0.0206451416015625, - -0.01311492919921875, - 0.040924072265625, - 0.0114898681640625, - -0.03070068359375, - 0.044647216796875, - -0.01032257080078125, - 0.0125579833984375, - 0.00583648681640625, - -0.006931304931640625, - -0.033660888671875, - -0.053955078125, - 0.0784912109375, - 0.004673004150390625, - -0.03106689453125, - 0.061767578125, - -0.05694580078125, - 0.02325439453125, - 0.005489349365234375, - 0.036468505859375, - -0.004627227783203125, - 0.043914794921875, - -0.032196044921875, - -0.007396697998046875, - -0.0179595947265625, - 0.00841522216796875, - -0.003093719482421875, - -0.01116180419921875, - -0.01580810546875, - 0.0625, - 0.017578125, - -0.0222320556640625, - -0.060638427734375, - -0.0106048583984375, - 0.007579803466796875, - -0.00579071044921875, - 0.0426025390625, - -0.03533935546875, - -0.01125335693359375, - -0.006420135498046875, - 0.056549072265625, - 0.0183258056640625, - -0.003185272216796875, - 0.025482177734375, - 0.00958251953125, - -0.007442474365234375, - -0.017578125, - 0.005954742431640625 - ], - "metadata": { - "domains": [ - "mobile-forensics", - "static-investigations" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "commandline", - "backup", - "encryption", - "artifact-extraction", - "android", - "scenario:file_recovery" + "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_RegRipper", + "id": "tool_Zeek", "type": "tool", - "name": "RegRipper", - "content": "regripper harlan carveys registry-analyse-framework revolutioniert windows-forensik durch plugin-basierte automatisierung. über 300 plugins extrahieren spezifische artefakte aus registry-hives: usb-historie, installierte software, user-aktivitäten, malware-spuren. die perl-basierte architektur ermöglicht einfache plugin-entwicklung für neue artefakte. besonders wertvoll: timeline-plugins für zeitbasierte analyse, regripper-reports im strukturierten format, automatische korrelation zwischen hives. profile-system gruppiert plugins nach untersuchungstyp (malware, user- activity, network). die community teilt ständig neue plugins für aktuelle bedrohungen. integration mit anderen tools über csv-export. besonders stark bei apt-investigations: services-analyse, run-keys, scheduled-tasks. die plugin-dokumentation erklärt forensische relevanz jedes artefakts. version 3.0 modernisiert für aktuelle windows-versionen. der time-saver für registry-deep-dives - was manuell stunden dauert, erledigt regripper in minuten. command-line 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", + "name": "Zeek", + "content": "zeek das programmierbare netzwerk-analysis-framework (vormals bro) geht weit über traditionelle packet-inspection hinaus - es interpretiert protokolle und extrahiert strukturierte logs für forensische analyse. die eingebaute scripting-sprache ermöglicht custom-protocol-decoder und anomalie-detection- logic. besonders wertvoll: connection-logs zeigen alle netzwerk-sessions, http/dns/tls-logs extrahieren metadaten, file-analysis erkennt übertragene malware automatisch. integration mit intelligence-frameworks für ioc- matching. cluster-deployment skaliert auf enterprise-netzwerke. die script-community teilt detectors für moderne threats: cobalt-strike- beacons, dns-tunneling, lateral-movement-patterns. real-time-streaming zu siems oder offline-analysis für incident-response. die lernkurve ist steil aber die analysemächtigkeit unübertroffen. basis für kommerzielle nsm-lösungen und akademische forschung. standard in security-teams die netzwerk-forensik ernst nehmen. nsm scripting network-forensics analysis", "embedding": [ - -0.042999267578125, - 0.0157318115234375, - 0.025177001953125, - -0.01617431640625, - 0.0124969482421875, - 0.0144195556640625, - 0.0170440673828125, - 0.00225067138671875, - -0.040740966796875, - -0.00384521484375, - -0.03741455078125, - 0.067138671875, - -0.00952911376953125, - 0.00887298583984375, - -0.0594482421875, - 0.048248291015625, - -0.01044464111328125, - 0.01232147216796875, - 0.00469970703125, - -0.005046844482421875, - -0.04754638671875, - -0.005596160888671875, - -0.056304931640625, - -0.004390716552734375, - -0.0118865966796875, - 0.02325439453125, - -0.018707275390625, - -0.069580078125, - -0.0096588134765625, - -0.0015516281127929688, - -0.00720977783203125, - -0.04351806640625, - 0.0024356842041015625, + -0.036895751953125, + 0.019195556640625, + 0.0188140869140625, + 0.006847381591796875, + 0.044708251953125, + 0.02850341796875, + 0.0180816650390625, + -0.01183319091796875, + -0.0164031982421875, + -0.01369476318359375, + -0.020782470703125, + 0.036163330078125, + 0.01528167724609375, + -0.010528564453125, + -0.06072998046875, 0.033905029296875, - -0.00760650634765625, - -0.00482940673828125, - 0.006076812744140625, - -0.04998779296875, - -0.01922607421875, - 0.0594482421875, - -0.009918212890625, - 0.00659942626953125, - 0.0166015625, - -0.00417327880859375, - -0.0223846435546875, - -0.00882720947265625, - 0.0201873779296875, - -0.006557464599609375, - 0.01180267333984375, - -0.04388427734375, - 0.02587890625, - 0.04107666015625, - -0.0008578300476074219, - -0.041595458984375, - -0.045440673828125, - 0.0291900634765625, - 0.0246429443359375, - -0.0081329345703125, - -0.0190582275390625, - 0.05767822265625, - -0.0570068359375, - 0.00799560546875, - 0.007080078125, - -0.018096923828125, - 0.0051116943359375, - 0.027099609375, - 0.00007033348083496094, - -0.029022216796875, - 0.01180267333984375, - 0.0189666748046875, - 0.01153564453125, - -0.00760650634765625, - -0.0286712646484375, - 0.038818359375, - -0.01529693603515625, - -0.053497314453125, - 0.00970458984375, - 0.0206298828125, - 0.0093536376953125, - -0.0102691650390625, - -0.05035400390625, - 0.0012674331665039062, - 0.0253448486328125, - -0.02044677734375, - -0.0005545616149902344, - 0.0311126708984375, - 0.0396728515625, - -0.001781463623046875, - 0.003299713134765625, - -0.0092620849609375, - 0.01433563232421875, - 0.002590179443359375, - -0.0027980804443359375, - -0.029022216796875, - 0.0234222412109375, - 0.053497314453125, - 0.0083465576171875, - -0.00518035888671875, - -0.02569580078125, - 0.035675048828125, - 0.005420684814453125, - -0.0138092041015625, - 0.07623291015625, - -0.0209808349609375, - 0.0335693359375, - -0.0372314453125, - 0.0281524658203125, - -0.0006175041198730469, - -0.01232147216796875, - -0.002338409423828125, - -0.081787109375, - -0.00594329833984375, - -0.01529693603515625, - -0.045806884765625, - -0.0157318115234375, - 0.0234222412109375, - -0.00826263427734375, - 0.0274505615234375, - -0.049285888671875, - -0.037933349609375, - 0.037933349609375, - 0.031829833984375, - -0.0053558349609375, - 0.015472412109375, - -0.030426025390625, - -0.04791259765625, - -0.0019445419311523438, - 0.045806884765625, - -0.04791259765625, - -0.039337158203125, - -0.034271240234375, - -0.00847625732421875, - -0.0125885009765625, - -0.0241241455078125, - -0.01044464111328125, - -0.005855560302734375, - 0.0248260498046875, - 0.01529693603515625, - -0.0227203369140625, - -0.00048613548278808594, - 0.0428466796875, - -0.03338623046875, - -0.04266357421875, - -0.003955841064453125, - -0.036712646484375, - -0.003692626953125, - -0.0262298583984375, - 0.0618896484375, - -0.02587890625, - 0.0147705078125, - -0.0236053466796875, - 0.049285888671875, - 0.07659912109375, - -0.00782012939453125, - 0.01468658447265625, - -0.06610107421875, - -0.0151214599609375, - -0.017913818359375, - 0.02587890625, - -0.0147705078125, - 0.00469970703125, - 0.01084136962890625, - 0.00782012939453125, - 0.0176544189453125, - 0.011016845703125, - -0.042999267578125, - -0.0169525146484375, - 0.019317626953125, - -0.003932952880859375, - 0.0077362060546875, - 0.028839111328125, - 0.0145111083984375, - 0.0538330078125, - 0.0716552734375, - -0.031982421875, - 0.039154052734375, - 0.006992340087890625, - 0.0025787353515625, - 0.045806884765625, - 0.04510498046875, - -0.01276397705078125, - -0.0246429443359375, - 0.0236053466796875, - -0.00799560546875, - -0.004589080810546875, - 0.0035839080810546875, - -0.04266357421875, - -0.00952911376953125, - -0.01416015625, - 0.02569580078125, - -0.027618408203125, - -0.050689697265625, - -0.018096923828125, - 0.026580810546875, - 0.0291900634765625, - 0.06329345703125, - 0.033203125, - -0.006862640380859375, - 0.05523681640625, - -0.038818359375, - -0.01617431640625, - 0.0281524658203125, - -0.0210723876953125, - 0.052459716796875, - 0.020538330078125, - -0.0024356842041015625, - 0.00943756103515625, - 0.03497314453125, - 0.01049041748046875, - -0.038299560546875, - -0.006206512451171875, - 0.0751953125, - 0.00042057037353515625, - -0.0311126708984375, - -0.03253173828125, - -0.032684326171875, - 0.004764556884765625, - 0.0008087158203125, - -0.012847900390625, - -0.0064239501953125, - -0.023773193359375, - -0.06329345703125, - 0.01468658447265625, - 0.0262298583984375, - -0.0184478759765625, - 0.01215362548828125, - 0.03460693359375, - -0.03338623046875, - -0.002590179443359375, - 0.0019121170043945312, - 0.04351806640625, - 0.04107666015625, - 0.0215911865234375, - -0.00978851318359375, - 0.00356292724609375, - -0.007343292236328125, - 0.038970947265625, - 0.0191497802734375, - 0.01074981689453125, - 0.01110076904296875, - -0.02325439453125, - 0.029541015625, - -0.018524169921875, - 0.0465087890625, - 0.028839111328125, - -0.0181884765625, - -0.0196685791015625, - -0.01153564453125, - 0.00948333740234375, - 0.030426025390625, - -0.06365966796875, - -0.0023822784423828125, - -0.0797119140625, - -0.023773193359375, - -0.0570068359375, - -0.03338623046875, - -0.02325439453125, - -0.0283203125, - 0.031280517578125, - -0.0165252685546875, - -0.031463623046875, - 0.01302337646484375, - 0.038970947265625, - -0.00799560546875, - 0.027099609375, - 0.004390716552734375, - -0.0223846435546875, - 0.00022268295288085938, - 0.069580078125, - -0.0291900634765625, - -0.0064697265625, - -0.0166015625, - -0.00421905517578125, - -0.04229736328125, - -0.0045013427734375, - -0.015472412109375, - -0.0139007568359375, - 0.03375244140625, - 0.031463623046875, - 0.00821685791015625, - -0.0311126708984375, - -0.00624847412109375, - 0.004787445068359375, - 0.021942138671875, - -0.0279693603515625, - -0.005680084228515625, - 0.007080078125, - 0.00786590576171875, - -0.0241241455078125, - -0.059783935546875, - -0.00452423095703125, - 0.042999267578125, - -0.014251708984375, - 0.005725860595703125, - 0.026397705078125, - -0.023773193359375, - -0.0010433197021484375, - -0.016082763671875, - -0.001010894775390625, - 0.01555633544921875, - 0.048248291015625, - -0.031463623046875, - -0.00791168212890625, - -0.0246429443359375, - 0.0197601318359375, - -0.0323486328125, - -0.07098388671875, - -0.0255279541015625, - -0.0194854736328125, - -0.04022216796875, - -0.0109710693359375, - -0.0036716461181640625, - -0.011016845703125, - 0.01468658447265625, - -0.011627197265625, - -0.002349853515625, - -0.019927978515625, - -0.038116455078125, - 0.003387451171875, - -0.025177001953125, - -0.045440673828125, - -0.0281524658203125, - 0.06292724609375, - -0.00217437744140625, - 0.0124969482421875, - -0.0236053466796875, - -0.009613037109375, - -0.029022216796875, - 0.026580810546875, - -0.0283203125, - 0.0281524658203125, - -0.015380859375, - 0.0274505615234375, - 0.04144287109375, - 0.035491943359375, - 0.02569580078125, - 0.0699462890625, - 0.0132904052734375, - -0.052459716796875, - -0.007297515869140625, - 0.009307861328125, - 0.00791168212890625, - 0.00518035888671875, - -0.019927978515625, - -0.0253448486328125, - -0.0138092041015625, - -0.00371551513671875, - 0.0163421630859375, - 0.03094482421875, - 0.03985595703125, - 0.017486572265625, - -0.03338623046875, - -0.0077362060546875, - 0.038970947265625, - -0.01092529296875, - 0.103515625, - -0.01039886474609375, - -0.0335693359375, - 0.017486572265625, - 0.04791259765625, - -0.016876220703125, - -0.03094482421875, - 0.03076171875, - -0.02142333984375, - 0.0064697265625, - 0.0305938720703125, - 0.00786590576171875, - 0.0165252685546875, - -0.0214996337890625, - -0.00275421142578125, - 0.0191497802734375, - -0.03497314453125, - 0.0064239501953125, - 0.06536865234375, - 0.021148681640625, - 0.0159149169921875, - 0.03704833984375, - -0.0323486328125, - -0.0230712890625, - -0.03582763671875, - -0.0594482421875, - -0.0152130126953125, - 0.052093505859375, - 0.011627197265625, - 0.07061767578125, - -0.0360107421875, - -0.0675048828125, - 0.046142578125, - -0.0517578125, - 0.08673095703125, - 0.043365478515625, - 0.0209808349609375, - 0.0043487548828125, - -0.01171112060546875, - -0.006862640380859375, - 0.0163421630859375, - -0.001453399658203125, - -0.012939453125, - 0.0408935546875, - 0.034088134765625, - -0.0030803680419921875, - -0.0227203369140625, - 0.02142333984375, - 0.039520263671875, - 0.04791259765625, - -0.0034961700439453125, - 0.0274505615234375, - 0.01800537109375, - 0.042999267578125, - 0.0058135986328125, - 0.043701171875, - 0.04351806640625, - 0.01416015625, - 0.0195770263671875, - -0.01433563232421875, - 0.00830078125, - -0.036376953125, - 0.0159149169921875, - -0.0035400390625, - 0.00978851318359375, - 0.01433563232421875, - 0.0281524658203125, - -0.05316162109375, - -0.0197601318359375, - 0.029541015625, - -0.05035400390625, - 0.009002685546875, - 0.034088134765625, - -0.0005846023559570312, - -0.0005788803100585938, - -0.028839111328125, - -0.0675048828125, - 0.0384521484375, - -0.02972412109375, - -0.03582763671875, - 0.0170440673828125, - 0.00659942626953125, - -0.034088134765625, - -0.005550384521484375, - -0.035675048828125, - -0.02691650390625, - -0.01459503173828125, - -0.0183563232421875, - 0.024993896484375, - -0.0058135986328125, - -0.00371551513671875, - 0.05316162109375, - 0.049652099609375, - -0.01084136962890625, - -0.0283203125, - 0.04510498046875, - 0.0035190582275390625, - -0.05767822265625, - 0.024993896484375, - 0.027099609375, - 0.01206207275390625, - -0.0215911865234375, - -0.017303466796875, - 0.0234222412109375, - 0.00738525390625, - 0.0132904052734375, - 0.026580810546875, - -0.045806884765625, - -0.0384521484375, - -0.04229736328125, - 0.05767822265625, - 0.00305938720703125, - 0.0253448486328125, - -0.007472991943359375, - -0.04351806640625, - 0.0281524658203125, - -0.06854248046875, - -0.02001953125, - 0.005245208740234375, - -0.0014200210571289062, - -0.0005707740783691406, - 0.0347900390625, - -0.0132904052734375, - -0.036376953125, - 0.0018796920776367188, - 0.060150146484375, - -0.00695037841796875, - 0.0131988525390625, - -0.033203125, - 0.03460693359375, - 0.0221099853515625, - -0.01084136962890625, - -0.0203704833984375, - -0.02691650390625, - -0.0230712890625, - 0.02142333984375, - -0.053497314453125, - 0.004261016845703125, - -0.016265869140625, - -0.05767822265625, - -0.040374755859375, - -0.022552490234375, - -0.0081329345703125, - -0.048614501953125, - 0.0050048828125, - 0.0023937225341796875, - 0.0175628662109375, - 0.042144775390625, - -0.00046706199645996094, - -0.0009179115295410156, - 0.02325439453125, - 0.0209808349609375, - -0.016693115234375, - 0.0335693359375, - -0.056304931640625, - -0.002490997314453125, - -0.023956298828125, - 0.0172271728515625, - -0.04510498046875, - 0.01136016845703125, - 0.0262298583984375, - -0.0281524658203125, - 0.040740966796875, - -0.059783935546875, - 0.006160736083984375, - -0.034088134765625, - 0.0027103424072265625, - -0.03375244140625, - -0.02972412109375, - 0.0064239501953125, - 0.0221099853515625, - 0.0009508132934570312, - 0.008087158203125, - 0.0234222412109375, - -0.05523681640625, - 0.02587890625, - 0.021240234375, - 0.0041961669921875, - -0.0119781494140625, - 0.0109710693359375, - 0.0135498046875, - 0.0272674560546875, - 0.046844482421875, - -0.01617431640625, - -0.0182647705078125, - -0.06085205078125, - 0.0132904052734375, - 0.0194854736328125, - -0.0241241455078125, - -0.002655029296875, - -0.0311126708984375, - -0.06292724609375, - -0.0102691650390625, - 0.034454345703125, - 0.0248260498046875, - -0.0067291259765625, - -0.00856781005859375, - 0.00386810302734375, - -0.0080413818359375, - -0.0311126708984375, - 0.0181884765625, - -0.022552490234375, - 0.02325439453125, - 0.01433563232421875, - -0.035491943359375, - 0.036529541015625, - 0.040740966796875, - 0.02691650390625, - 0.022552490234375, - 0.00948333740234375, - -0.032684326171875, - 0.01241302490234375, - 0.013458251953125, - -0.0176544189453125, - -0.014862060546875, - 0.0012178421020507812, - -0.0074310302734375, - -0.0281524658203125, - -0.01180267333984375, - 0.01739501953125, - 0.016265869140625, - 0.0384521484375, - -0.0166015625, - -0.005725860595703125, - 0.02001953125, - -0.0262298583984375, - 0.046142578125, - -0.03076171875, - -0.022552490234375, - 0.01074981689453125, - 0.01311492919921875, - 0.07305908203125, - 0.041259765625, - -0.00821685791015625, - -0.0248260498046875, - 0.02691650390625, - 0.05804443359375, - -0.020721435546875, - -0.00891876220703125, - -0.03253173828125, - -0.001682281494140625, - -0.003932952880859375, - 0.049652099609375, - -0.01044464111328125, - 0.07867431640625, - -0.00563812255859375, - 0.012237548828125, - 0.01433563232421875, - 0.0538330078125, - 0.03375244140625, - -0.007167816162109375, - -0.0692138671875, - -0.0119781494140625, - -0.0040435791015625, - -0.02850341796875, - -0.04144287109375, - 0.01206207275390625, - 0.058380126953125, - -0.0849609375, - -0.0428466796875, - 0.00830078125, - 0.01800537109375, - 0.00760650634765625, - 0.018707275390625, - -0.0236053466796875, - 0.040374755859375, - 0.01529693603515625, - -0.06048583984375, - 0.0038890838623046875, - -0.000009953975677490234, - 0.0248260498046875, - 0.0513916015625, - 0.0248260498046875, - -0.0135498046875, - 0.0360107421875, - 0.0023708343505859375, - 0.026580810546875, - -0.0014638900756835938, - 0.06085205078125, - 0.0176544189453125, - 0.0151214599609375, - 0.05035400390625, - 0.031280517578125, - -0.0093536376953125, - -0.0241241455078125, - 0.031646728515625, - 0.03338623046875, - 0.05908203125, - 0.0513916015625, - 0.01084136962890625, - 0.002742767333984375, - 0.0223846435546875, - -0.0400390625, - 0.0045013427734375, - -0.01433563232421875, - -0.007343292236328125, - -0.03497314453125, - -0.0286712646484375, - 0.041961669921875, - -0.0279693603515625, - 0.043701171875, - 0.00629425048828125, - -0.02850341796875, - -0.008697509765625, - 0.025177001953125, - -0.02569580078125, - -0.01119232177734375, - 0.0086517333984375, - -0.03497314453125, - -0.040557861328125, - -0.0311126708984375, - -0.038970947265625, - 0.05523681640625, - -0.026580810546875, - -0.06890869140625, - -0.04791259765625, - 0.041595458984375, - -0.0093994140625, - -0.05560302734375, - -0.0183563232421875, - -0.0034313201904296875, - -0.0253448486328125, - -0.04022216796875, - -0.0360107421875, - -0.058746337890625, - 0.038818359375, - -0.03338623046875, - -0.021240234375, - -0.00826263427734375, - -0.0230712890625, - -0.0184478759765625, - -0.01136016845703125, - -0.022552490234375, - 0.038299560546875, - -0.0300750732421875, - 0.023956298828125, - 0.00830078125, - 0.03759765625, - 0.010711669921875, - 0.06854248046875, - -0.0076904296875, - -0.0182647705078125, - -0.024993896484375, - -0.06396484375, - -0.0067291259765625, - 0.01416015625, - -0.0014314651489257812, - -0.0740966796875, + 0.001194000244140625, + -0.0013628005981445312, + 0.01006317138671875, + 0.0223541259765625, + -0.0219879150390625, + -0.00749969482421875, + -0.04156494140625, 0.01267242431640625, - 0.041778564453125, - -0.05523681640625, - 0.0222015380859375, - 0.002994537353515625, - -0.02203369140625, - -0.031463623046875, - 0.0019550323486328125, - -0.00533294677734375, - 0.006511688232421875, - 0.097900390625, - 0.007038116455078125, - -0.0176544189453125, - -0.0135498046875, - -0.05523681640625, - 0.052093505859375, - 0.00795745849609375, - 0.0291900634765625, - -0.029541015625, - 0.03216552734375, - 0.0241241455078125, - -0.00852203369140625, - 0.0031032562255859375, - -0.05523681640625, - -0.00756072998046875, - 0.031280517578125, - 0.0165252685546875, - 0.00952911376953125, - -0.018096923828125, - -0.041259765625, - -0.0112762451171875, - -0.025177001953125, - -0.002010345458984375, - -0.02203369140625, - 0.031280517578125, - -0.048614501953125, - -0.018524169921875, - -0.006557464599609375, - -0.044219970703125, - -0.04229736328125, - -0.043701171875, - 0.0159912109375, - 0.0031681060791015625, - -0.07659912109375, - 0.029022216796875, - 0.016082763671875, - 0.009613037109375, - 0.029022216796875, - 0.046844482421875, - -0.0615234375, - 0.00978851318359375, - 0.00002664327621459961, - 0.041778564453125, - -0.003604888916015625, - -0.0223846435546875, - 0.0014200210571289062, - 0.020538330078125, - 0.0202789306640625, - -0.054534912109375, - 0.0692138671875, - 0.04107666015625, - -0.01555633544921875, - -0.0538330078125, - -0.051055908203125, - -0.025177001953125, - 0.034271240234375, - -0.0360107421875, - 0.0260467529296875, - 0.004611968994140625, - -0.0283203125, - -0.09161376953125, - 0.05419921875, - -0.00690460205078125, - 0.040374755859375, - 0.026397705078125, - -0.0215911865234375, - -0.060150146484375, - -0.061187744140625, - -0.0182647705078125, - -0.0124969482421875, - -0.010223388671875, - 0.03375244140625, - 0.0181884765625, - 0.0006008148193359375, - -0.01039886474609375, - -0.009002685546875, - 0.0214996337890625, - 0.042144775390625, - 0.03338623046875, - -0.041961669921875, - 0.055938720703125, - -0.0087432861328125, - -0.033905029296875, - -0.0208892822265625, - 0.00970458984375, - 0.003978729248046875, - 0.0011796951293945312, - -0.02447509765625, - -0.01009368896484375, - 0.0125885009765625, - 0.026397705078125, - -0.01018524169921875, - 0.0234222412109375, - -0.039337158203125, - 0.0102691650390625, - 0.004390716552734375, - -0.030426025390625, - 0.0214996337890625, - 0.0031032562255859375, - -0.010009765625, + -0.00661468505859375, + 0.0018053054809570312, + -0.017791748046875, + -0.06707763671875, + 0.00852203369140625, + 0.030364990234375, + -0.004589080810546875, + -0.030181884765625, + -0.0012521743774414062, + 0.0114593505859375, + 0.004146575927734375, + -0.0562744140625, + 0.0171356201171875, + -0.048431396484375, + -0.0277557373046875, + 0.050689697265625, + -0.0202178955078125, + -0.00391387939453125, + 0.00661468505859375, + -0.037628173828125, + -0.0294342041015625, + -0.047332763671875, + -0.015838623046875, + 0.001956939697265625, + 0.01462554931640625, + -0.007778167724609375, + 0.032989501953125, + 0.00666046142578125, + 0.0133209228515625, + -0.003353118896484375, + -0.0570068359375, + 0.01276397705078125, + 0.026275634765625, + -0.0186309814453125, + -0.04638671875, + 0.0499267578125, + -0.04302978515625, + -0.0221710205078125, + 0.01285552978515625, + -0.02813720703125, + 0.0251617431640625, + 0.023193359375, + -0.01537322998046875, + -0.03167724609375, + 0.01192474365234375, + -0.011505126953125, + 0.0307464599609375, + -0.01201629638671875, + -0.0183563232421875, + 0.037628173828125, + -0.043243408203125, + -0.03802490234375, + -0.00670623779296875, + 0.021514892578125, + 0.0036106109619140625, + 0.012481689453125, + -0.040802001953125, + 0.0149078369140625, + 0.044891357421875, + -0.007778167724609375, + -0.0149078369140625, + -0.006473541259765625, + 0.029632568359375, + -0.00475311279296875, + 0.0079193115234375, + 0.0038433074951171875, + 0.019195556640625, + -0.016204833984375, + 0.01201629638671875, + 0.00908660888671875, + 0.040069580078125, + 0.046783447265625, + -0.0288848876953125, + -0.012298583984375, + 0.00287628173828125, + 0.02142333984375, + 0.0235748291015625, + -0.03167724609375, + 0.05999755859375, + -0.0217132568359375, + 0.06854248046875, + -0.03167724609375, + -0.005123138427734375, + -0.01537322998046875, + 0.005542755126953125, + -0.0034694671630859375, + -0.0831298828125, + -0.03802490234375, + -0.040435791015625, + -0.061126708984375, + -0.0186309814453125, + 0.0187225341796875, + -0.00435638427734375, + 0.050689697265625, + -0.05218505859375, + -0.04638671875, + 0.0322265625, + 0.006053924560546875, + -0.0023174285888671875, + -0.00833892822265625, + -0.06561279296875, + -0.0562744140625, + 0.00833892822265625, + 0.009552001953125, + -0.043792724609375, + -0.0164031982421875, + 0.0016422271728515625, + -0.00904083251953125, + -0.01210784912109375, + -0.037445068359375, + 0.0216217041015625, + -0.0277557373046875, + 0.0196533203125, + -0.017425537109375, + -0.0027370452880859375, + 0.0150909423828125, + 0.04248046875, + -0.023193359375, + -0.061859130859375, + -0.006473541259765625, + -0.029815673828125, + -0.023101806640625, + -0.005031585693359375, + 0.051422119140625, + -0.007965087890625, + -0.005542755126953125, + -0.0025844573974609375, + 0.006473541259765625, + 0.0771484375, + 0.0023059844970703125, + 0.0244140625, + -0.057403564453125, + -0.01351165771484375, + 0.00838470458984375, + 0.0185394287109375, -0.022552490234375, - -0.06329345703125, - -0.079345703125, - 0.00922393798828125, - -0.046844482421875, - 0.005046844482421875, - 0.0017919540405273438, - 0.0178375244140625, - 0.0183563232421875, - -0.0221099853515625, - 0.03216552734375, - -0.003452301025390625, - -0.0513916015625, - -0.0215911865234375, - 0.0372314453125, - -0.01503753662109375, - 0.0118865966796875, - 0.029541015625, - -0.024993896484375, - -0.003299713134765625, - -0.032867431640625, - -0.0132904052734375, - -0.0262298583984375, - -0.004547119140625, - -0.04351806640625, - 0.00594329833984375, - -0.05419921875, - -0.027099609375, - 0.0311126708984375, - 0.0223846435546875, - 0.0103607177734375, - -0.0274505615234375, - 0.038818359375, - -0.0305938720703125, - -0.05279541015625, - 0.01529693603515625, - -0.0106658935546875, - -0.0274505615234375, - 0.0139007568359375, - -0.01398468017578125, - 0.0027637481689453125, - 0.0135498046875, - 0.0489501953125, - 0.0323486328125, - 0.033905029296875, - 0.022552490234375, - 0.003452301025390625, - 0.0001761913299560547, - -0.0093994140625, - 0.0260467529296875, - 0.031463623046875, - 0.0145111083984375, - 0.006816864013671875, - 0.002162933349609375, - -0.01145172119140625, - -0.074462890625, - -0.003124237060546875, - -0.0125885009765625, - -0.08636474609375, - 0.0019550323486328125, - 0.1007080078125, - 0.043701171875, - 0.00821685791015625, - 0.0305938720703125, - 0.045440673828125, - 0.036712646484375, - -0.0053558349609375, - -0.01468658447265625, - -0.06854248046875, - -0.018096923828125, - 0.0125885009765625, - 0.01503753662109375, - -0.06610107421875, - 0.06048583984375, - 0.057342529296875, - -0.0022068023681640625, - -0.0178375244140625, - 0.01363372802734375, - -0.01311492919921875, - 0.06396484375, - -0.00356292724609375, - 0.005462646484375, - -0.056304931640625, - 0.0045013427734375, - 0.03985595703125, - -0.001087188720703125, - -0.0164337158203125, - -0.01363372802734375, - -0.01241302490234375, - 0.044586181640625, - -0.031982421875, - 0.0139007568359375, - -0.006031036376953125, - 0.049652099609375, - -0.00384521484375, - -0.06536865234375, - 0.004589080810546875, - 0.02447509765625, - -0.006992340087890625, - -0.0024261474609375, - 0.030242919921875, - 0.0234222412109375, - -0.00629425048828125, - 0.031982421875, - 0.0347900390625, - 0.0034961700439453125, - 0.0260467529296875, - 0.0166015625, - -0.054901123046875, - 0.0236053466796875, - -0.01372528076171875, - -0.0058135986328125, - -0.010223388671875, - -0.03216552734375, - -0.0170440673828125, - -0.056304931640625, - 0.041961669921875, - 0.009002685546875, - 0.0465087890625, - 0.0183563232421875, - -0.002315521240234375, - -0.00321197509765625, - 0.003124237060546875, - 0.026580810546875, - 0.0262298583984375, - 0.022552490234375, - 0.021240234375, - -0.00177001953125, - 0.0305938720703125, - 0.0159912109375, - -0.0286712646484375, - -0.00447845458984375, - -0.01678466796875, - -0.02587890625, - -0.031982421875, - -0.0214996337890625, - 0.0071258544921875, - -0.023773193359375, - 0.01114654541015625, - -0.044586181640625, - 0.00957489013671875, - 0.007080078125, - -0.058380126953125, - 0.0010709762573242188, - 0.03582763671875, - -0.0513916015625, - 0.012847900390625, - 0.0195770263671875, - -0.00498199462890625, - 0.005046844482421875, - -0.0643310546875, - 0.0751953125, - 0.02691650390625, - 0.018798828125, - 0.0144195556640625, - 0.0267486572265625, - 0.03076171875, - 0.01800537109375, - 0.00690460205078125, - 0.01363372802734375, - -0.012237548828125, - 0.035308837890625, - 0.04266357421875, - 0.0272674560546875, - -0.051055908203125, - 0.0384521484375, - 0.01494598388671875, - -0.04791259765625, - 0.0194854736328125, - 0.01311492919921875, - 0.036376953125, - -0.00725555419921875, - -0.018524169921875, - 0.01407623291015625, - -0.038970947265625, - 0.07098388671875, - 0.030426025390625, - -0.01861572265625, - 0.0300750732421875, - -0.021148681640625, - 0.06048583984375, - -0.0035190582275390625, - 0.051055908203125, - -0.064697265625, - 0.038116455078125, - -0.0118865966796875, - 0.0184478759765625, - -0.0006418228149414062, - -0.00016868114471435547, - -0.0241241455078125, - 0.0272674560546875, - 0.00240325927734375, - 0.04998779296875, + 0.001560211181640625, + 0.001537322998046875, + -0.00475311279296875, + 0.01020050048828125, + -0.01239013671875, + -0.0115509033203125, + -0.0228271484375, + 0.01015472412109375, + 0.008941650390625, + -0.0131378173828125, + 0.037445068359375, + -0.00475311279296875, + 0.0253448486328125, + 0.0775146484375, + -0.00489044189453125, + 0.0168609619140625, + -0.004703521728515625, + -0.0164947509765625, + 0.0204010009765625, + 0.035400390625, + -0.00829315185546875, + -0.01090240478515625, 0.0283203125, - -0.0159912109375, - -0.040557861328125, - -0.0428466796875, - -0.00598907470703125, - 0.007038116455078125, + -0.0150909423828125, + 0.0150909423828125, + -0.0185394287109375, + -0.0200347900390625, + -0.01416015625, + -0.0113677978515625, + 0.044342041015625, + -0.034088134765625, + -0.006290435791015625, + -0.017425537109375, + 0.03912353515625, + 0.041748046875, + 0.07562255859375, + 0.0040740966796875, + -0.006938934326171875, + 0.051055908203125, + -0.01258087158203125, + 0.00820159912109375, + 0.01258087158203125, + -0.00044846534729003906, + 0.017791748046875, + 0.00833892822265625, + -0.012298583984375, + -0.00992584228515625, + 0.04266357421875, + 0.050323486328125, + -0.0244140625, + -0.01555633544921875, + 0.06298828125, + -0.01471710205078125, + -0.020782470703125, + -0.0251617431640625, + -0.037445068359375, + 0.0169525146484375, + -0.0201263427734375, + 0.00016891956329345703, + -0.00582122802734375, + -0.01024627685546875, + -0.051055908203125, + -0.019195556640625, + 0.03912353515625, + -0.048431396484375, + 0.0389404296875, + 0.04248046875, + -0.01103973388671875, + -0.0294342041015625, 0.034271240234375, - -0.045806884765625, - -0.01153564453125, - 0.0015735626220703125, - 0.002162933349609375, - 0.0347900390625, - 0.018798828125, - 0.0260467529296875, + 0.02496337890625, + 0.01267242431640625, + -0.0012226104736328125, + -0.006103515625, + -0.0185394287109375, + -0.0290679931640625, + 0.0240325927734375, + 0.051055908203125, + 0.00312042236328125, + 0.005962371826171875, + 0.002155303955078125, + 0.0382080078125, + -0.0036334991455078125, + 0.04266357421875, + 0.01629638671875, + -0.034088134765625, + 0.017242431640625, + -0.0011415481567382812, + 0.02459716796875, + 0.05999755859375, + -0.055908203125, + -0.00913238525390625, + -0.064453125, + 0.0011587142944335938, + -0.06597900390625, + -0.029632568359375, + -0.02850341796875, + -0.05291748046875, + 0.0357666015625, + -0.0030975341796875, + -0.0223541259765625, + -0.00852203369140625, + 0.01387786865234375, + -0.0002677440643310547, + 0.065185546875, + 0.0106201171875, + -0.0275726318359375, + -0.0007219314575195312, + 0.09429931640625, + -0.00482177734375, + -0.031494140625, + -0.0236663818359375, + 0.0182647705078125, + 0.00177001953125, + 0.01220703125, + -0.04638671875, + 0.0032138824462890625, + 0.0357666015625, + 0.01220703125, + 0.03167724609375, + -0.023284912109375, + 0.00652313232421875, + -0.0011415481567382812, + 0.048065185546875, + -0.04302978515625, + 0.0131378173828125, + 0.006473541259765625, + -0.0106658935546875, + -0.0150909423828125, + -0.036529541015625, + 0.006427764892578125, + 0.021514892578125, + 0.03240966796875, + 0.0236663818359375, + 0.01751708984375, + -0.04193115234375, + 0.008056640625, + 0.005008697509765625, + 0.00238800048828125, + 0.01351165771484375, + 0.07342529296875, + -0.0277557373046875, + -0.00572967529296875, + -0.01201629638671875, + 0.00838470458984375, + -0.034088134765625, + -0.0290679931640625, + -0.032989501953125, + 0.01258087158203125, + -0.0202178955078125, + -0.0017232894897460938, + 0.0103912353515625, + 0.006336212158203125, + 0.026458740234375, + -0.0294342041015625, + -0.0081024169921875, + -0.051422119140625, + -0.05328369140625, + 0.0088043212890625, + -0.0275726318359375, + -0.051422119140625, + -0.0181732177734375, + 0.058502197265625, + 0.002597808837890625, + 0.0273895263671875, + -0.007686614990234375, + 0.012481689453125, + -0.055908203125, + 0.03448486328125, + -0.021331787109375, + 0.0272064208984375, + -0.0130462646484375, + 0.029632568359375, + 0.02496337890625, + 0.017608642578125, + 0.0287017822265625, + 0.054046630859375, + 0.022918701171875, + -0.019378662109375, + -0.0044708251953125, + 0.0009140968322753906, + -0.00745391845703125, + 0.0237579345703125, + -0.0149078369140625, + -0.01751708984375, + 0.003795623779296875, + -0.0198516845703125, + 0.0088958740234375, + 0.00537872314453125, + 0.0216217041015625, + 0.0247802734375, + -0.012298583984375, + 0.0149078369140625, + 0.07489013671875, + -0.00931549072265625, + 0.09539794921875, + 0.00524139404296875, + -0.036346435546875, + -0.0016069412231445312, + 0.032989501953125, + -0.041748046875, + 0.036346435546875, + 0.043609619140625, + 0.0238494873046875, + 0.0116424560546875, + 0.011505126953125, + -0.017608642578125, + 0.0290679931640625, + -0.0036334991455078125, + -0.01117706298828125, + 0.0034236907958984375, + 0.0103912353515625, + -0.00917816162109375, + 0.06072998046875, + 0.0350341796875, + 0.01220703125, + 0.04583740234375, + -0.037811279296875, + -0.035400390625, + -0.049560546875, + -0.08831787109375, + 0.00917816162109375, + 0.044708251953125, + 0.0150909423828125, + 0.062225341796875, + -0.039703369140625, + -0.0428466796875, + 0.0288848876953125, + -0.04156494140625, + 0.08270263671875, + 0.0491943359375, + 0.022552490234375, + 0.03167724609375, + -0.030181884765625, + -0.0113677978515625, + 0.026458740234375, + 0.0018281936645507812, + 0.0253448486328125, + 0.06561279296875, + 0.012298583984375, + 0.0170440673828125, + -0.01910400390625, + -0.00007641315460205078, + 0.04547119140625, + 0.0022716522216796875, + -0.007640838623046875, + 0.021148681640625, + -0.0034008026123046875, + 0.0164947509765625, + -0.03912353515625, + 0.050323486328125, + 0.040985107421875, + -0.0255279541015625, + 0.01435089111328125, + -0.0134124755859375, + 0.0149993896484375, + -0.061492919921875, + -0.01387786865234375, + 0.0234832763671875, + 0.0185394287109375, + 0.03948974609375, + 0.0255279541015625, + -0.033538818359375, + 0.007778167724609375, + 0.0452880859375, + -0.05364990234375, + 0.012481689453125, + 0.04156494140625, + -0.02459716796875, + 0.0184478759765625, + -0.037445068359375, + -0.0277557373046875, + -0.0009083747863769531, + -0.0382080078125, + -0.043426513671875, + 0.007221221923828125, + -0.00312042236328125, + -0.03240966796875, + -0.0237579345703125, + -0.033172607421875, + -0.00652313232421875, + -0.01444244384765625, + -0.036529541015625, + 0.03558349609375, + -0.006195068359375, + 0.01015472412109375, + 0.033172607421875, + 0.033172607421875, + -0.012481689453125, + -0.0279541015625, + 0.05328369140625, + -0.01435089111328125, + -0.048828125, + 0.043975830078125, + 0.0237579345703125, + 0.01103973388671875, + -0.00524139404296875, + -0.037445068359375, + -0.0015840530395507812, + 0.003936767578125, + -0.0008616447448730469, + 0.01043701171875, + -0.05999755859375, + -0.0168609619140625, + -0.04583740234375, + 0.043426513671875, + 0.00856781005859375, + 0.0228271484375, + 0.0008559226989746094, + -0.058135986328125, + 0.0235748291015625, + -0.06671142578125, + -0.007221221923828125, + -0.00312042236328125, + 0.0130462646484375, + -0.009735107421875, + 0.058868408203125, + -0.03167724609375, + 0.0012054443359375, + -0.00820159912109375, + 0.04266357421875, + 0.0130462646484375, + -0.0222625732421875, + -0.0562744140625, + 0.021240234375, + 0.037811279296875, + -0.04510498046875, + 0.0164947509765625, + -0.01471710205078125, + 0.0056610107421875, + 0.051055908203125, + -0.07080078125, + 0.0222625732421875, + 0.002666473388671875, + -0.050323486328125, + -0.033172607421875, + -0.03948974609375, + -0.0169525146484375, + -0.03485107421875, + 0.023193359375, + 0.0272064208984375, + 0.01043701171875, + 0.039886474609375, + 0.00312042236328125, + -0.004238128662109375, + 0.026458740234375, + 0.0004832744598388672, + -0.004261016845703125, + 0.01528167724609375, + -0.036712646484375, + -0.01751708984375, + -0.0097808837890625, + 0.03912353515625, + -0.0258941650390625, + -0.0034942626953125, + 0.0005064010620117188, + -0.023193359375, + 0.04266357421875, + -0.029815673828125, + 0.0114593505859375, + -0.006103515625, + -0.031494140625, + -0.03594970703125, + -0.051055908203125, + 0.0112762451171875, + 0.0287017822265625, + -0.006427764892578125, + -0.0020618438720703125, + 0.040252685546875, + -0.0236663818359375, + 0.01094818115234375, + 0.00433349609375, + -0.0224456787109375, + 0.012298583984375, + -0.0018053054809570312, + 0.00312042236328125, + -0.0130462646484375, + 0.036895751953125, + -0.0255279541015625, + -0.0238494873046875, + -0.07940673828125, + 0.0292510986328125, + 0.001560211181640625, + -0.0222625732421875, + -0.0164031982421875, + -0.036712646484375, + -0.0452880859375, + -0.0218963623046875, + 0.0200347900390625, + 0.026275634765625, + -0.008941650390625, + -0.019195556640625, + -0.0189056396484375, + -0.00012958049774169922, + -0.036712646484375, + 0.0275726318359375, + -0.00039315223693847656, + 0.00405120849609375, + -0.0273895263671875, + -0.050323486328125, + 0.002422332763671875, + 0.0237579345703125, + 0.0206756591796875, + 0.003330230712890625, + 0.0255279541015625, + -0.0157470703125, + 0.03131103515625, + -0.01629638671875, + -0.01444244384765625, + 0.004962921142578125, + -0.01210784912109375, + 0.0283203125, + -0.023193359375, + -0.0151824951171875, + 0.0199432373046875, + -0.0023174285888671875, + 0.01397705078125, + 0.0030269622802734375, + -0.01090240478515625, + 0.02496337890625, + 0.00563812255859375, + 0.041351318359375, + -0.065185546875, + -0.046783447265625, + 0.0032367706298828125, + -0.01029205322265625, + 0.0350341796875, + 0.0307464599609375, + -0.0019683837890625, + -0.004913330078125, + 0.021331787109375, + 0.05999755859375, + -0.0199432373046875, + -0.05218505859375, + -0.045654296875, + 0.004634857177734375, + 0.01947021484375, + 0.0626220703125, + -0.0095062255859375, + 0.051055908203125, + 0.021148681640625, + 0.00012814998626708984, + 0.015655517578125, + 0.076416015625, + 0.016204833984375, + 0.01397705078125, + -0.05926513671875, + -0.0030975341796875, + 0.03466796875, + -0.045654296875, + -0.034271240234375, + -0.00563812255859375, + 0.0491943359375, + -0.05963134765625, + -0.011322021484375, + -0.03204345703125, + -0.007175445556640625, + -0.01192474365234375, + 0.012481689453125, + -0.0244140625, + 0.026824951171875, + 0.0008616447448730469, + -0.05255126953125, + 0.00759124755859375, + -0.0251617431640625, + -0.0022945404052734375, + 0.023193359375, + 0.019561767578125, + -0.0290679931640625, + 0.01453399658203125, + 0.01788330078125, + 0.041351318359375, + 0.0251617431640625, + 0.014251708984375, + 0.01122283935546875, + 0.0275726318359375, + 0.0318603515625, + 0.0428466796875, + -0.0204925537109375, + -0.0200347900390625, + 0.004543304443359375, + 0.044708251953125, + 0.029815673828125, + 0.0275726318359375, + 0.014068603515625, + -0.019561767578125, + -0.0251617431640625, + -0.047332763671875, + 0.0016307830810546875, + 0.002864837646484375, + -0.032989501953125, + -0.037078857421875, + -0.037445068359375, + 0.017608642578125, + -0.02301025390625, + 0.03948974609375, + 0.015655517578125, + -0.026275634765625, + 0.002655029296875, + 0.0270233154296875, + -0.0181732177734375, + -0.055908203125, + 0.01397705078125, + -0.0166778564453125, + -0.03466796875, + -0.0350341796875, + -0.022918701171875, + 0.0428466796875, + -0.0016069412231445312, + -0.07525634765625, + -0.03448486328125, + 0.0169525146484375, + -0.00740814208984375, + -0.0186309814453125, + -0.019287109375, + 0.026458740234375, + -0.0257110595703125, + -0.043243408203125, + -0.05328369140625, + -0.0201263427734375, + 0.011505126953125, + -0.044525146484375, + -0.02459716796875, + 0.005939483642578125, + -0.023101806640625, + -0.004215240478515625, + -0.0277557373046875, + -0.0292510986328125, + 0.0283203125, + -0.06072998046875, + 0.051055908203125, + 0.01043701171875, + 0.0170440673828125, + 0.01239013671875, + 0.051055908203125, + 0.007778167724609375, + 0.005519866943359375, + 0.001007080078125, + -0.054412841796875, + 0.0189056396484375, + -0.008148193359375, + -0.016204833984375, + -0.0909423828125, + -0.01378631591796875, + 0.0309295654296875, + -0.0499267578125, + 0.0171356201171875, + -0.01239013671875, + -0.0038661956787109375, + -0.054412841796875, + 0.04656982421875, + 0.00014126300811767578, + -0.005847930908203125, + 0.07452392578125, + -0.004913330078125, + -0.0182647705078125, + 0.0086669921875, + -0.056640625, + 0.047149658203125, + 0.00533294677734375, + 0.0097808837890625, + -0.01010894775390625, + 0.0200347900390625, + 0.004726409912109375, + -0.023284912109375, + 0.0184478759765625, + -0.09356689453125, + -0.0180816650390625, + 0.02850341796875, + 0.017242431640625, + -0.0053558349609375, + -0.0018053054809570312, + -0.0460205078125, + -0.033905029296875, + -0.019287109375, + 0.03521728515625, + 0.00982666015625, + 0.0006461143493652344, + -0.051788330078125, + -0.021240234375, + -0.02301025390625, + -0.047515869140625, + -0.037811279296875, + -0.034271240234375, + 0.040985107421875, + 0.01113128662109375, + -0.064453125, + 0.041351318359375, + 0.0294342041015625, + 0.032806396484375, + 0.0311126708984375, + 0.040618896484375, + -0.033538818359375, + -0.006427764892578125, + 0.0019683837890625, + 0.0251617431640625, + 0.0038661956787109375, + -0.01528167724609375, + 0.004543304443359375, + 0.007080078125, + 0.0292510986328125, + -0.04193115234375, + 0.03240966796875, + 0.03131103515625, + -0.0216217041015625, + -0.0697021484375, + -0.00992584228515625, + -0.0116424560546875, + 0.048431396484375, + 0.007965087890625, + 0.035400390625, + 0.0251617431640625, + -0.0115509033203125, + -0.08905029296875, + 0.048065185546875, + -0.02496337890625, + 0.0270233154296875, + 0.01192474365234375, + -0.029815673828125, + -0.04583740234375, + -0.037261962890625, + -0.005962371826171875, + 0.00435638427734375, + -0.044891357421875, + 0.044342041015625, + 0.0114593505859375, + -0.031494140625, + 0.01220703125, + -0.0032138824462890625, + -0.0011882781982421875, + 0.0562744140625, + 0.016021728515625, + -0.03167724609375, + 0.08087158203125, + -0.0305633544921875, + 0.026641845703125, + -0.0290679931640625, + 0.01010894775390625, + -0.048431396484375, + 0.0078277587890625, + -0.041351318359375, + 0.007080078125, + 0.03594970703125, + 0.0307464599609375, + -0.00904083251953125, + 0.01369476318359375, + -0.036529541015625, + 0.037261962890625, + 0.02850341796875, + -0.01555633544921875, + 0.0167694091796875, + -0.01258087158203125, + -0.01210784912109375, + -0.01267242431640625, + -0.058135986328125, + -0.051788330078125, + 0.0096893310546875, + -0.061492919921875, + -0.006938934326171875, + 0.036346435546875, + 0.0270233154296875, + 0.0233917236328125, + -0.0382080078125, + 0.036163330078125, + -0.01555633544921875, + -0.0237579345703125, + -0.0283203125, + 0.0018978118896484375, + -0.016204833984375, + 0.03448486328125, + 0.006195068359375, + 0.0022125244140625, + 0.00004404783248901367, + -0.00043964385986328125, + -0.0107574462890625, + -0.0047760009765625, + 0.019561767578125, + -0.002223968505859375, + 0.00936126708984375, + -0.06817626953125, + -0.012298583984375, + 0.022735595703125, + 0.04620361328125, + 0.001216888427734375, + -0.0171356201171875, + 0.03857421875, + -0.01471710205078125, + -0.06781005859375, + 0.0189056396484375, + -0.00307464599609375, + -0.03521728515625, + 0.019561767578125, + -0.0200347900390625, + 0.0199432373046875, + 0.0166778564453125, + 0.05328369140625, + 0.0272064208984375, + 0.037445068359375, + 0.03521728515625, + -0.0166778564453125, + -0.0208740234375, + -0.021240234375, + 0.0218048095703125, + 0.02105712890625, + 0.036712646484375, + 0.0088958740234375, + 0.032989501953125, + -0.01113128662109375, + -0.1058349609375, + -0.00356292724609375, + -0.01183319091796875, + -0.050323486328125, + -0.0088043212890625, + 0.08087158203125, + 0.036529541015625, + 0.0098724365234375, + 0.041168212890625, + 0.030364990234375, + 0.0305633544921875, + 0.022552490234375, + 0.0044708251953125, + -0.08795166015625, + -0.006103515625, + 0.007266998291015625, + 0.02850341796875, + -0.061859130859375, + 0.0357666015625, + 0.0789794921875, + -0.0167694091796875, + -0.017608642578125, + -0.00484466552734375, + -0.019195556640625, + 0.026824951171875, + 0.01276397705078125, + 0.01611328125, + -0.07342529296875, + 0.0003871917724609375, + 0.01267242431640625, + 0.003330230712890625, + -0.0004425048828125, + -0.0023174285888671875, + -0.0151824951171875, + 0.03167724609375, + -0.041748046875, + 0.0011701583862304688, + 0.0273895263671875, + 0.07305908203125, + 0.0104827880859375, + -0.03167724609375, + -0.021148681640625, + 0.026275634765625, + 0.01453399658203125, + -0.0183563232421875, + 0.0218963623046875, + 0.0043792724609375, + 0.0032138824462890625, + 0.00405120849609375, + 0.048431396484375, + 0.00431060791015625, + 0.0428466796875, + 0.043792724609375, + -0.0648193359375, + 0.0322265625, + 0.00820159912109375, + 0.01294708251953125, + 0.000492095947265625, + -0.049560546875, + -0.006381988525390625, + -0.0460205078125, + 0.01369476318359375, + 0.026824951171875, + 0.0270233154296875, + 0.020965576171875, + 0.017242431640625, + 0.0013971328735351562, + 0.0203094482421875, + 0.03131103515625, + 0.026641845703125, + 0.0640869140625, + 0.0294342041015625, + 0.03857421875, + 0.0115509033203125, + -0.0233917236328125, + -0.005077362060546875, + 0.039306640625, + -0.040069580078125, + 0.01555633544921875, + -0.039703369140625, + -0.0061492919921875, + 0.00997161865234375, + -0.026092529296875, + -0.0180816650390625, + -0.043426513671875, + 0.01453399658203125, + -0.0223541259765625, + -0.045654296875, + 0.003704071044921875, + 0.06072998046875, + -0.0570068359375, + 0.033905029296875, + 0.01108551025390625, + 0.00267791748046875, + -0.0029239654541015625, + -0.034088134765625, + 0.06036376953125, + 0.030181884765625, + 0.0187225341796875, + -0.01416015625, + -0.01453399658203125, + 0.02813720703125, + -0.01141357421875, + 0.015838623046875, + 0.046966552734375, + -0.0189056396484375, + 0.054779052734375, + 0.026458740234375, + -0.00008952617645263672, + -0.043243408203125, + 0.0219879150390625, + 0.012481689453125, + -0.041168212890625, + 0.054412841796875, + 0.00203704833984375, + 0.0012226104736328125, + -0.005847930908203125, + -0.004192352294921875, + 0.0036106109619140625, + -0.05364990234375, + 0.0272064208984375, + 0.01099395751953125, + -0.0149993896484375, + 0.00945281982421875, + -0.06744384765625, + 0.06072998046875, + 0.01546478271484375, + 0.04547119140625, + -0.046783447265625, + 0.04583740234375, + -0.00820159912109375, + 0.01169586181640625, + -0.026824951171875, + 0.0171356201171875, + 0.005008697509765625, + 0.037445068359375, + -0.0184478759765625, + 0.058135986328125, + 0.040435791015625, + 0.0169525146484375, + -0.06671142578125, + 0.0029811859130859375, + 0.010711669921875, + -0.0017004013061523438, + 0.0238494873046875, + -0.041748046875, + -0.01546478271484375, + 0.05218505859375, + 0.036529541015625, + 0.0782470703125, + -0.01528167724609375, + 0.033172607421875, + -0.006938934326171875, + -0.006988525390625, + 0.0025844573974609375, + -0.0206756591796875 + ], + "metadata": { + "domains": [ + "network-forensics" + ], + "phases": [ + "analysis" + ], + "tags": [ + "nsm", + "scripting" + ], + "skillLevel": "advanced", + "type": "tool" + } + }, + { + "id": "tool_Collabora_Online", + "type": "tool", + "name": "Collabora Online", + "content": "collabora online web‑basierte open‑source‑office‑suite mit kompletter dokumenten‑bearbeitung und live‑kollaboration. office collaboration collaboration-general reporting", + "embedding": [ + -0.051544189453125, + 0.0221099853515625, + 0.05035400390625, + 0.0175018310546875, + 0.051239013671875, + 0.0265045166015625, + 0.06939697265625, + 0.023284912109375, + -0.030303955078125, + 0.007171630859375, + -0.01500701904296875, + 0.061187744140625, + -0.0098114013671875, + 0.0017843246459960938, + -0.04156494140625, + 0.039520263671875, + 0.0041351318359375, + 0.00298309326171875, + 0.04071044921875, + -0.009185791015625, + -0.005893707275390625, + -0.0179290771484375, + -0.064697265625, + -0.03643798828125, + -0.01354217529296875, + 0.01024627685546875, + 0.00647735595703125, + -0.051239013671875, + -0.0374755859375, + -0.0111236572265625, + 0.04888916015625, + -0.019622802734375, + -0.01105499267578125, + 0.04449462890625, + 0.03643798828125, + -0.0241546630859375, + 0.0191802978515625, + -0.0653076171875, + -0.0265045166015625, 0.025177001953125, - -0.00978851318359375, - 0.0022735595703125, - -0.0067291259765625 + -0.015960693359375, + -0.0219573974609375, + 0.005123138427734375, + 0.0038242340087890625, + 0.046844482421875, + -0.016326904296875, + 0.0166168212890625, + -0.0158843994140625, + -0.002414703369140625, + -0.01690673828125, + 0.0057830810546875, + 0.0345458984375, + -0.0116424560546875, + -0.01236724853515625, + -0.019622802734375, + 0.0016107559204101562, + 0.0007824897766113281, + -0.012298583984375, + -0.0565185546875, + 0.01134490966796875, + -0.0263519287109375, + 0.0094451904296875, + -0.03631591796875, + 0.0212249755859375, + 0.02752685546875, + 0.01207733154296875, + -0.01244354248046875, + -0.03338623046875, + -0.0156707763671875, + -0.0270843505859375, + -0.00775909423828125, + 0.0462646484375, + -0.008087158203125, + 0.0283966064453125, + -0.051239013671875, + -0.0345458984375, + 0.01354217529296875, + 0.055633544921875, + 0.04156494140625, + 0.0256195068359375, + -0.04449462890625, + 0.0122222900390625, + 0.04364013671875, + -0.0182952880859375, + -0.04217529296875, + -0.020782470703125, + 0.006992340087890625, + 0.015594482421875, + 0.018890380859375, + 0.0300140380859375, + 0.0433349609375, + -0.0111236572265625, + 0.017059326171875, + -0.03631591796875, + 0.0301513671875, + 0.04510498046875, + -0.02679443359375, + 0.01273345947265625, + 0.010833740234375, + 0.032928466796875, + -0.00024127960205078125, + -0.015228271484375, + 0.0374755859375, + 0.0112762451171875, + 0.0178680419921875, + -0.0155181884765625, + 0.047149658203125, + 0.0044097900390625, + 0.0144195556640625, + -0.032073974609375, + -0.095458984375, + -0.04156494140625, + -0.0160369873046875, + -0.067626953125, + -0.0013637542724609375, + -0.0166168212890625, + -0.01024627685546875, + 0.0278167724609375, + -0.043914794921875, + -0.03704833984375, + 0.0243072509765625, + -0.00031566619873046875, + -0.02532958984375, + 0.00995635986328125, + -0.0784912109375, + -0.0653076171875, + 0.0204925537109375, + 0.0038242340087890625, + -0.014495849609375, + -0.03558349609375, + 0.01763916015625, + -0.0206451416015625, + 0.009368896484375, + -0.0535888671875, + -0.00849151611328125, + -0.004756927490234375, + 0.032196044921875, + -0.0151519775390625, + 0.0009379386901855469, + -0.01097869873046875, + 0.033966064453125, + -0.045379638671875, + -0.032806396484375, + -0.003787994384765625, + -0.036895751953125, + 0.01142120361328125, + 0.0027637481689453125, + 0.053009033203125, + -0.036590576171875, + -0.01507568359375, + -0.01142120361328125, + 0.004756927490234375, + 0.04595947265625, + 0.0030002593994140625, + 0.00841522216796875, + 0.0077972412109375, + -0.00527191162109375, + -0.0039520263671875, + 0.015960693359375, + -0.004337310791015625, + -0.0197601318359375, + -0.0012264251708984375, + 0.0010614395141601562, + 0.038055419921875, + -0.0243072509765625, + -0.0276641845703125, + -0.00010520219802856445, + 0.0122222900390625, + -0.022979736328125, + -0.007282257080078125, + 0.038360595703125, + -0.0091094970703125, + 0.03558349609375, + 0.0345458984375, + -0.0235748291015625, + 0.03192138671875, + -0.01361846923828125, + -0.0171356201171875, + 0.042755126953125, + -0.002635955810546875, + 0.0002493858337402344, + 0.0029468536376953125, + 0.04217529296875, + 0.004428863525390625, + 0.01273345947265625, + -0.020355224609375, + -0.027374267578125, + -0.0029277801513671875, + -0.0206451416015625, + 0.01580810546875, + -0.018157958984375, + -0.013397216796875, + -0.00783538818359375, + -0.004756927490234375, + 0.0221099853515625, + 0.037322998046875, + 0.02020263671875, + -0.00820159912109375, + 0.028839111328125, + 0.01317596435546875, + 0.01207733154296875, + 0.03778076171875, + -0.0179290771484375, + 0.04742431640625, + 0.02532958984375, + 0.0133209228515625, + -0.0184478759765625, + 0.032928466796875, + 0.0257720947265625, + -0.03778076171875, + -0.01434326171875, + 0.0243072509765625, + 0.00563812255859375, + -0.0447998046875, + -0.025177001953125, + -0.0352783203125, + 0.009185791015625, + -0.0140533447265625, + -0.0212249755859375, + 0.0077972412109375, + -0.0050506591796875, + -0.06585693359375, + -0.0057830810546875, + 0.03411865234375, + 0.00988006591796875, + 0.0256195068359375, + 0.01317596435546875, + 0.004207611083984375, + 0.0005192756652832031, + 0.00841522216796875, + 0.0180816650390625, + 0.03643798828125, + -0.0030918121337890625, + 0.012298583984375, + -0.0109100341796875, + -0.052703857421875, + 0.063232421875, + 0.0521240234375, + 0.006626129150390625, + -0.0033130645751953125, + -0.052398681640625, + 0.039520263671875, + 0.002819061279296875, + 0.039520263671875, + 0.0263519287109375, + -0.014129638671875, + 0.018218994140625, + -0.002414703369140625, + 0.06292724609375, + 0.0594482421875, + -0.0506591796875, + 0.01236724853515625, + -0.07464599609375, + -0.0243072509765625, + -0.077880859375, + -0.0294189453125, + -0.0173492431640625, + -0.04449462890625, + 0.05767822265625, + -0.0243072509765625, + 0.0021419525146484375, + 0.0009746551513671875, + 0.0234222412109375, + -0.043914794921875, + 0.06500244140625, + 0.0011987686157226562, + -0.03643798828125, + -0.0065155029296875, + 0.0418701171875, + -0.01456451416015625, + -0.02532958984375, + -0.01171112060546875, + 0.023284912109375, + 0.0243072509765625, + -0.01207733154296875, + -0.0068817138671875, + 0.011199951171875, + 0.0447998046875, + 0.009735107421875, + 0.0250396728515625, + -0.01654052734375, + 0.039520263671875, + -0.0109100341796875, + 0.07025146484375, + -0.0285491943359375, + 0.00399017333984375, + -0.00008004903793334961, + -0.0118560791015625, + -0.00757598876953125, + -0.0418701171875, + 0.00959014892578125, + 0.0404052734375, + 0.00545501708984375, + -0.004665374755859375, + 0.0256195068359375, + -0.020355224609375, + 0.0092926025390625, + 0.02093505859375, + -0.0098114013671875, + 0.0243072509765625, + 0.028106689453125, + -0.04364013671875, + -0.0197601318359375, + 0.0070648193359375, + 0.011932373046875, + 0.0021686553955078125, + -0.03863525390625, + 0.005123138427734375, + 0.018585205078125, + -0.058258056640625, + -0.0156707763671875, + -0.003055572509765625, + -0.041290283203125, + 0.0087127685546875, + 0.007099151611328125, + 0.019622802734375, + -0.07025146484375, + -0.073486328125, + -0.0029468536376953125, + -0.073486328125, + -0.02386474609375, + -0.035003662109375, + 0.06292724609375, + -0.0034770965576171875, + 0.033233642578125, + -0.0008373260498046875, + -0.021514892578125, + -0.040985107421875, + 0.018585205078125, + -0.02972412109375, + -0.0007276535034179688, + -0.00838470458984375, + 0.0506591796875, + 0.0254669189453125, + 0.0298614501953125, + 0.025909423828125, + 0.0250396728515625, + 0.0212249755859375, + -0.0240020751953125, + -0.00279998779296875, + 0.028839111328125, + -0.0136871337890625, + 0.0243072509765625, + 0.002040863037109375, + -0.0276641845703125, + -0.025177001953125, + -0.032806396484375, + 0.0219573974609375, + 0.01947021484375, + 0.051239013671875, + 0.0114898681640625, + -0.0276641845703125, + -0.00849151611328125, + 0.04510498046875, + 0.014495849609375, + 0.0860595703125, + -0.0083465576171875, + -0.03045654296875, + 0.01325225830078125, + 0.051239013671875, + -0.03631591796875, + -0.014862060546875, + 0.051239013671875, + -0.00490570068359375, + -0.0285491943359375, + 0.042755126953125, + -0.04302978515625, + 0.021087646484375, + -0.01280975341796875, + -0.022247314453125, + -0.008087158203125, + -0.0278167724609375, + -0.024444580078125, + 0.0535888671875, + 0.035736083984375, + 0.051544189453125, + -0.015960693359375, + -0.0261993408203125, + -0.011932373046875, + -0.036163330078125, + -0.042755126953125, + 0.02606201171875, + 0.01456451416015625, + 0.00885772705078125, + 0.0167694091796875, + -0.032501220703125, + -0.0433349609375, + 0.023712158203125, + -0.004390716552734375, + 0.09661865234375, + 0.023712158203125, + 0.0726318359375, + 0.030303955078125, + -0.04071044921875, + 0.0081634521484375, + 0.03192138671875, + 0.036163330078125, + 0.004940032958984375, + 0.021514892578125, + 0.032928466796875, + -0.021087646484375, + -0.02239990234375, + 0.047149658203125, + 0.03045654296875, + 0.0261993408203125, + 0.0087127685546875, + 0.0105438232421875, + 0.01309967041015625, + 0.031768798828125, + -0.031463623046875, + 0.0477294921875, + 0.041290283203125, + -0.03778076171875, + -0.00563812255859375, + 0.0042266845703125, + -0.007354736328125, + -0.06268310546875, + 0.004978179931640625, + -0.00252532958984375, + 0.03045654296875, + 0.0040435791015625, + 0.02679443359375, + -0.0065155029296875, + -0.00464630126953125, + 0.00453948974609375, + -0.059722900390625, + 0.02166748046875, + 0.02386474609375, + -0.01354217529296875, + 0.03863525390625, + -0.05035400390625, + -0.0112762451171875, + 0.044219970703125, + -0.01654052734375, + -0.0594482421875, + -0.01317596435546875, + 0.01134490966796875, + -0.063232421875, + -0.028106689453125, + -0.033660888671875, + -0.01390838623046875, + 0.009185791015625, + 0.00243377685546875, + 0.023284912109375, + -0.0105438232421875, + -0.007465362548828125, + 0.010833740234375, + 0.033660888671875, + 0.0212249755859375, + -0.0565185546875, + 0.017059326171875, + -0.020782470703125, + -0.04010009765625, + 0.0389404296875, + 0.0206451416015625, + 0.009735107421875, + -0.055633544921875, + -0.023712158203125, + -0.030303955078125, + 0.020782470703125, + -0.005161285400390625, + 0.002086639404296875, + -0.04217529296875, + -0.050933837890625, + -0.0140533447265625, + 0.06414794921875, + 0.032928466796875, + 0.05914306640625, + -0.032806396484375, + -0.0345458984375, + 0.007465362548828125, + -0.03778076171875, + -0.0144195556640625, + 0.0213775634765625, + 0.019317626953125, + -0.00951385498046875, + 0.0535888671875, + -0.0030002593994140625, + 0.0012073516845703125, + -0.005710601806640625, + 0.054168701171875, + 0.010467529296875, + 0.0160980224609375, + -0.03778076171875, + 0.044219970703125, + 0.0168304443359375, + -0.063232421875, + -0.05328369140625, + 0.00006693601608276367, + 0.0011892318725585938, + 0.04595947265625, + -0.074951171875, + -0.0005216598510742188, + 0.0009059906005859375, + -0.06585693359375, + -0.041290283203125, + 0.01427459716796875, + 0.006771087646484375, + -0.036163330078125, + 0.0265045166015625, + 0.033966064453125, + -0.0133209228515625, + 0.0178680419921875, + -0.010101318359375, + 0.0265045166015625, + 0.0179290771484375, + -0.03485107421875, + -0.00261688232421875, + 0.0007548332214355469, + -0.038055419921875, + -0.01325225830078125, + 0.00812530517578125, + 0.036590576171875, + -0.02166748046875, + 0.00875091552734375, + -0.0017566680908203125, + -0.0256195068359375, + 0.036895751953125, + -0.0404052734375, + 0.00179290771484375, + -0.0010843276977539062, + -0.0169830322265625, + -0.0338134765625, + -0.0276641845703125, + 0.0219573974609375, + 0.015228271484375, + -0.00417327880859375, + 0.0147857666015625, + 0.038360595703125, + -0.038055419921875, + 0.006992340087890625, + 0.0248870849609375, + -0.0155181884765625, + 0.0294189453125, + -0.01390838623046875, + -0.012664794921875, + 0.0100250244140625, + 0.0136871337890625, + -0.038055419921875, + -0.06268310546875, + -0.064697265625, + 0.00904083251953125, + -0.0033664703369140625, + -0.00959014892578125, + -0.06793212890625, + -0.04449462890625, + -0.0831298828125, + -0.022247314453125, + 0.03411865234375, + 0.036163330078125, + -0.01178741455078125, + -0.02825927734375, + 0.003879547119140625, + -0.01456451416015625, + -0.034271240234375, + 0.042755126953125, + -0.0206451416015625, + 0.0050506591796875, + 0.00959014892578125, + -0.0286865234375, + 0.0265045166015625, + 0.0206451416015625, + 0.0491943359375, + 0.0036773681640625, + 0.0034580230712890625, + -0.055328369140625, + 0.027374267578125, + -0.015960693359375, + -0.04071044921875, + 0.027374267578125, + -0.01800537109375, + 0.00501251220703125, + -0.03778076171875, + 0.00417327880859375, + 0.00463104248046875, + 0.04595947265625, + -0.0167694091796875, + -0.0247344970703125, + -0.0033855438232421875, + 0.0272369384765625, + -0.0023975372314453125, + 0.04742431640625, + -0.0129547119140625, + -0.06793212890625, + -0.0109100341796875, + -0.002780914306640625, + 0.042755126953125, + 0.0283966064453125, + 0.004795074462890625, + -0.02606201171875, + -0.01024627685546875, + 0.0433349609375, + -0.0338134765625, + -0.0257720947265625, + 0.0039520263671875, + 0.01464080810546875, + 0.0316162109375, + 0.05181884765625, + 0.0144195556640625, + 0.09136962890625, + 0.0206451416015625, + -0.0008511543273925781, + 0.02313232421875, + 0.043914794921875, + 0.02093505859375, + -0.03924560546875, + -0.060028076171875, + 0.000919342041015625, + 0.0269317626953125, + -0.0191802978515625, + -0.0158843994140625, + -0.001079559326171875, + 0.057373046875, + -0.057373046875, + 0.0003590583801269531, + -0.045379638671875, + 0.0360107421875, + -0.00684356689453125, + 0.031341552734375, + 0.01061248779296875, + 0.00702667236328125, + 0.0308837890625, + -0.0228424072265625, + 0.003917694091796875, + 0.00563812255859375, + -0.0257720947265625, + 0.0374755859375, + 0.01309967041015625, + -0.04010009765625, + 0.0316162109375, + 0.00038886070251464844, + 0.014862060546875, + 0.0261993408203125, + 0.0433349609375, + 0.038360595703125, + 0.00019443035125732422, + 0.04071044921875, + 0.0579833984375, + -0.014862060546875, + -0.0105438232421875, + 0.0030384063720703125, + 0.0186614990234375, + 0.033538818359375, + 0.045379638671875, + 0.0061492919921875, + 0.0046844482421875, + -0.006259918212890625, + -0.0261993408203125, + -0.043914794921875, + 0.027374267578125, + -0.0285491943359375, + -0.0248870849609375, + -0.0726318359375, + 0.0061492919921875, + -0.0212249755859375, + 0.00951385498046875, + 0.042449951171875, + 0.00611114501953125, + -0.019317626953125, + 0.035858154296875, + -0.0029277801513671875, + -0.052703857421875, + 0.0129547119140625, + -0.0261993408203125, + 0.00527191162109375, + -0.03118896484375, + -0.0269317626953125, + 0.0226898193359375, + -0.0158843994140625, + -0.064697265625, + -0.0212249755859375, + 0.03192138671875, + -0.01236724853515625, + -0.01947021484375, + 0.004978179931640625, + 0.004062652587890625, + -0.00034999847412109375, + -0.02166748046875, + -0.0404052734375, + -0.01032257080078125, + -0.017425537109375, + -0.037322998046875, + -0.013031005859375, + 0.01244354248046875, + 0.005306243896484375, + -0.0276641845703125, + -0.0006909370422363281, + -0.055938720703125, + 0.035736083984375, + -0.0171966552734375, + 0.0087127685546875, + 0.0147857666015625, + -0.0338134765625, + 0.045684814453125, + 0.053009033203125, + -0.00399017333984375, + 0.0213775634765625, + -0.0008692741394042969, + -0.039520263671875, + 0.00988006591796875, + -0.01529693603515625, + 0.04510498046875, + -0.0129547119140625, + 0.0122222900390625, + 0.0843505859375, + -0.057373046875, + 0.01354217529296875, + 0.004428863525390625, + -0.043914794921875, + -0.0114898681640625, + 0.036895751953125, + -0.0103912353515625, + 0.020355224609375, + 0.0740966796875, + 0.0169830322265625, + -0.0077972412109375, + 0.011199951171875, + -0.034393310546875, + 0.04449462890625, + -0.007686614990234375, + 0.00841522216796875, + -0.0308837890625, + -0.022552490234375, + -0.0013818740844726562, + -0.00029730796813964844, + 0.00914764404296875, + -0.08197021484375, + 0.013397216796875, + 0.0521240234375, + 0.004154205322265625, + -0.00830841064453125, + -0.005123138427734375, + -0.041290283203125, + -0.041290283203125, + -0.0286865234375, + 0.039825439453125, + 0.0147857666015625, + 0.0002562999725341797, + -0.03863525390625, + -0.02020263671875, + -0.00914764404296875, + -0.04510498046875, + -0.0160369873046875, + -0.0199127197265625, + 0.00959014892578125, + 0.01024627685546875, + -0.04156494140625, + 0.04156494140625, + -0.0066986083984375, + -0.031341552734375, + -0.004375457763671875, + 0.0092926025390625, + -0.0234222412109375, + 0.045379638671875, + -0.00030875205993652344, + 0.0291290283203125, + -0.028106689453125, + 0.00904083251953125, + 0.0166168212890625, + -0.01215362548828125, + 0.04010009765625, + -0.0158843994140625, + 0.048614501953125, + 0.006809234619140625, + -0.01317596435546875, + -0.033233642578125, + -0.038055419921875, + -0.0285491943359375, + 0.0257720947265625, + 0.00775909423828125, + 0.00885772705078125, + -0.006954193115234375, + -0.0447998046875, + -0.0506591796875, + 0.012664794921875, + -0.0307464599609375, + -0.01068878173828125, + -0.01654052734375, + -0.0579833984375, + -0.025909423828125, + -0.04656982421875, + -0.00988006591796875, + 0.018218994140625, + -0.02239990234375, + 0.0278167724609375, + -0.0116424560546875, + -0.001262664794921875, + -0.0270843505859375, + 0.0250396728515625, + -0.00044608116149902344, + 0.039520263671875, + 0.0240020751953125, + -0.015594482421875, + 0.089599609375, + -0.03411865234375, + 0.013031005859375, + -0.01236724853515625, + -0.02752685546875, + 0.034271240234375, + -0.001583099365234375, + -0.028839111328125, + -0.019317626953125, + 0.00563812255859375, + 0.02972412109375, + -0.01280975341796875, + -0.019317626953125, + -0.00794219970703125, + -0.0173492431640625, + -0.018157958984375, + -0.0160369873046875, + 0.00959014892578125, + -0.011932373046875, + -0.046844482421875, + -0.00951385498046875, + -0.040985107421875, + -0.08258056640625, + -0.0276641845703125, + -0.0323486328125, + -0.0294189453125, + -0.0164642333984375, + 0.04595947265625, + 0.0213775634765625, + -0.021514892578125, + 0.0345458984375, + 0.0177154541015625, + -0.0204925537109375, + -0.04156494140625, + 0.03192138671875, + -0.01354217529296875, + 0.07904052734375, + 0.031768798828125, + -0.04595947265625, + 0.024444580078125, + 0.006771087646484375, + -0.00757598876953125, + -0.02606201171875, + 0.0162506103515625, + -0.044219970703125, + 0.00592803955078125, + -0.049468994140625, + -0.01456451416015625, + 0.022979736328125, + 0.006587982177734375, + -0.014129638671875, + -0.01544189453125, + 0.0250396728515625, + -0.032073974609375, + -0.04071044921875, + 0.0015459060668945312, + 0.0046844482421875, + -0.03192138671875, + -0.0122222900390625, + -0.00353240966796875, + -0.0092926025390625, + 0.0171966552734375, + 0.03558349609375, + -0.01763916015625, + 0.023284912109375, + 0.04302978515625, + -0.00243377685546875, + 0.00472259521484375, + 0.00849151611328125, + 0.02752685546875, + 0.0160980224609375, + 0.051544189453125, + -0.031768798828125, + 0.0101776123046875, + -0.008087158203125, + -0.049774169921875, + 0.00215911865234375, + -0.0228424072265625, + -0.034698486328125, + -0.0173492431640625, + 0.08782958984375, + 0.0270843505859375, + 0.0112762451171875, + 0.0285491943359375, + 0.054473876953125, + 0.04595947265625, + 0.02166748046875, + -0.0389404296875, + -0.0579833984375, + 0.0235748291015625, + 0.015228271484375, + -0.00012576580047607422, + -0.046844482421875, + 0.02532958984375, + 0.0755615234375, + 0.01800537109375, + -0.038360595703125, + -0.00611114501953125, + -0.014862060546875, + 0.0565185546875, + 0.036895751953125, + -0.0007410049438476562, + -0.055938720703125, + 0.023712158203125, + -0.00856781005859375, + 0.01464080810546875, + -0.018157958984375, + 0.005527496337890625, + -0.007099151611328125, + 0.04888916015625, + -0.06414794921875, + 0.00841522216796875, + 0.017059326171875, + 0.05621337890625, + -0.0199127197265625, + -0.05474853515625, + -0.02313232421875, + 0.0477294921875, + 0.0235748291015625, + -0.0374755859375, + -0.0112762451171875, + 0.01544189453125, + 0.0219573974609375, + -0.00040721893310546875, + 0.054473876953125, + 0.02459716796875, + 0.06500244140625, + 0.01507568359375, + -0.0103912353515625, + 0.049468994140625, + -0.00279998779296875, + 0.0404052734375, + 0.0033664703369140625, + -0.04595947265625, + -0.025177001953125, + -0.042755126953125, + 0.054473876953125, + 0.032073974609375, + 0.0199127197265625, + -0.003055572509765625, + 0.01383209228515625, + -0.01361846923828125, + 0.01068878173828125, + 0.043914794921875, + 0.02386474609375, + 0.015594482421875, + -0.00875091552734375, + 0.004192352294921875, + -0.01537322998046875, + 0.00035691261291503906, + -0.0038433074951171875, + 0.0308837890625, + -0.046844482421875, + -0.032196044921875, + -0.03863525390625, + 0.0160369873046875, + -0.0034770965576171875, + -0.033233642578125, + 0.0038433074951171875, + -0.01727294921875, + 0.03411865234375, + -0.0506591796875, + -0.0279693603515625, + 0.010467529296875, + 0.018157958984375, + -0.0168304443359375, + 0.0330810546875, + 0.006404876708984375, + 0.00775909423828125, + 0.007904052734375, + -0.0772705078125, + 0.0682373046875, + 0.0286865234375, + 0.047149658203125, + -0.003971099853515625, + 0.034271240234375, + 0.03411865234375, + -0.0197601318359375, + -0.0285491943359375, + 0.00545501708984375, + -0.0254669189453125, + 0.0728759765625, + 0.028106689453125, + 0.025177001953125, + -0.0743408203125, + 0.00252532958984375, + -0.00995635986328125, + -0.0711669921875, + -0.00435638427734375, + 0.032928466796875, + 0.00501251220703125, + 0.02166748046875, + -0.0228424072265625, + -0.006366729736328125, + -0.0462646484375, + 0.06939697265625, + 0.0285491943359375, + 0.006732940673828125, + 0.015594482421875, + -0.032196044921875, + 0.038360595703125, + 0.01171112060546875, + 0.063232421875, + -0.009735107421875, + 0.0535888671875, + -0.024444580078125, + 0.0077972412109375, + 0.005527496337890625, + 0.0204925537109375, + -0.02093505859375, + 0.0182952880859375, + -0.033660888671875, + 0.028106689453125, + 0.031463623046875, + 0.006183624267578125, + -0.0697021484375, + -0.0199127197265625, + 0.0133209228515625, + 0.011566162109375, + 0.04888916015625, + -0.05328369140625, + -0.0433349609375, + 0.007282257080078125, + 0.04010009765625, + 0.048309326171875, + 0.0050506591796875, + 0.03924560546875, + 0.005710601806640625, + -0.0168304443359375, + -0.0184478759765625, + -0.032196044921875 + ], + "metadata": { + "domains": [ + "collaboration-general" + ], + "phases": [ + "reporting" + ], + "tags": [ + "office", + "collaboration" + ], + "skillLevel": "beginner", + "type": "tool" + } + }, + { + "id": "tool_EnCase", + "type": "tool", + "name": "EnCase", + "content": "encase der veteran der digitalen forensik seit 1997 - in vielen behörden noch immer verwendet. enscript-programmierung ermöglicht komplexe automatisierungen die andere tools nicht bieten. die gerichtserfahrung ist unübertroffen - tausende erfolgreiche verfahren weltweit. version 21 modernisiert die alternde architektur mit cloud-forensik und mobile-support. besonders stark: evidence-processor für batch-verarbeitung, umfangreiche dateisystem-unterstützung, integrierte hex-ansicht. die ence-zertifizierung öffnet karrieretüren. physical-analyzer-modul für smartphones konkurriert mit cellebrite. die case-management-features skalieren auf großverfahren. nachteile: hohe kosten (20.000€+), steile lernkurve, performance-probleme bei großen images. opentext-übernahme bringt unsicherheit. der dongle-schutz nervt im feldeinsatz. viele wechseln zu moderneren alternativen, aber für enscript-power-user noch immer unverzichtbar. das prestige-tool das langsam seine krone verliert. 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.020782470703125, + 0.03564453125, + 0.00841522216796875, + -0.007350921630859375, + 0.041717529296875, + 0.0399169921875, + 0.024139404296875, + -0.005584716796875, + -0.003162384033203125, + -0.0081329345703125, + -0.0307159423828125, + 0.0413818359375, + 0.0027103424072265625, + -0.0318603515625, + -0.063720703125, + 0.041229248046875, + -0.008087158203125, + 0.0228271484375, + 0.047637939453125, + 0.0142059326171875, + -0.0218505859375, + 0.004619598388671875, + -0.047943115234375, + -0.0099334716796875, + -0.0128936767578125, + 0.0155181884765625, + -0.00894927978515625, + -0.05322265625, + 0.01453399658203125, + -0.0005540847778320312, + -0.005664825439453125, + -0.017486572265625, + 0.016998291015625, + 0.0233154296875, + -0.0174102783203125, + -0.02117919921875, + -0.0194549560546875, + -0.03759765625, + -0.03515625, + 0.037109375, + -0.0006465911865234375, + 0.0089111328125, + 0.0071868896484375, + 0.0008006095886230469, + -0.016510009765625, + -0.034820556640625, + 0.005069732666015625, + -0.017486572265625, + -0.0015497207641601562, + -0.02923583984375, + 0.0285797119140625, + 0.065673828125, + -0.02923583984375, + 0.00457763671875, + -0.026763916015625, + 0.01305389404296875, + 0.0251312255859375, + -0.034149169921875, + -0.0169219970703125, + 0.04632568359375, + -0.0736083984375, + -0.02545166015625, + 0.0016832351684570312, + -0.007061004638671875, + 0.01322174072265625, + 0.0221710205078125, + -0.0120697021484375, + -0.00899505615234375, + -0.005828857421875, + -0.004863739013671875, + 0.010223388671875, + -0.0089111328125, + -0.0202789306640625, + 0.0413818359375, + -0.0251312255859375, + -0.06304931640625, + 0.0126495361328125, + 0.02496337890625, + -0.019378662109375, + -0.0203704833984375, + -0.03546142578125, + 0.0131378173828125, + 0.045654296875, + -0.0118255615234375, + 0.003162384033203125, + 0.0038604736328125, + 0.02545166015625, + -0.01165771484375, + 0.0005364418029785156, + 0.00490570068359375, + 0.0225067138671875, + 0.0004284381866455078, + 0.0256195068359375, + -0.0155181884765625, + 0.03546142578125, + 0.05059814453125, + 0.0099334716796875, + -0.017730712890625, + 0.0118255615234375, + 0.032196044921875, + 0.017730712890625, + -0.041229248046875, + 0.055511474609375, + -0.0137939453125, + 0.048614501953125, + -0.05352783203125, + 0.007061004638671875, + -0.0165863037109375, + -0.027099609375, + -0.0039005279541015625, + -0.0880126953125, + -0.03466796875, + -0.02447509765625, + -0.06304931640625, + -0.002689361572265625, + 0.0216827392578125, + 0.004001617431640625, + 0.0418701171875, + -0.052215576171875, + -0.0361328125, + 0.03778076171875, + 0.023162841796875, + 0.00948333740234375, + 0.032684326171875, + -0.040740966796875, + -0.054840087890625, + 0.0290679931640625, + 0.01666259765625, + -0.03778076171875, + -0.007144927978515625, + -0.030059814453125, + -0.0239715576171875, + -0.0234832763671875, + -0.027099609375, + -0.0115814208984375, + -0.0135498046875, + 0.0187225341796875, + -0.0052337646484375, + 0.01001739501953125, + 0.0096893310546875, + 0.0272674560546875, + -0.0328369140625, + -0.06866455078125, + 0.0272674560546875, + -0.0423583984375, + -0.0190582275390625, + -0.0269317626953125, + 0.06964111328125, + -0.0274200439453125, + -0.01165771484375, + -0.03466796875, + 0.0139617919921875, + 0.07489013671875, + 0.0157623291015625, + 0.026275634765625, + -0.033660888671875, + -0.00989532470703125, + -0.012237548828125, + 0.0225067138671875, + 0.004947662353515625, + -0.0020008087158203125, + 0.02117919921875, + 0.006404876708984375, + 0.0246429443359375, + -0.0206146240234375, + -0.0115814208984375, + -0.0004875659942626953, + 0.0205230712890625, + 0.0027923583984375, + 0.01428985595703125, + 0.01165771484375, + -0.02447509765625, + 0.06011962890625, + 0.0784912109375, + -0.0025043487548828125, + 0.01641845703125, + -0.01084136962890625, + -0.01297760009765625, + 0.023162841796875, + 0.006610870361328125, + -0.02874755859375, + -0.0139617919921875, + 0.00710296630859375, + -0.005706787109375, + 0.0205230712890625, + -0.0277557373046875, + -0.032012939453125, + 0.002063751220703125, + -0.0259552001953125, + 0.0307159423828125, + -0.03680419921875, + -0.01593017578125, + -0.01141357421875, + 0.01165771484375, + 0.038604736328125, + 0.05682373046875, + 0.030059814453125, + -0.01593017578125, + 0.043701171875, + -0.0052947998046875, + -0.014617919921875, + 0.0269317626953125, + 0.00478363037109375, + 0.047943115234375, + 0.002750396728515625, + 0.0152740478515625, + 0.026275634765625, + 0.040740966796875, + 0.0246429443359375, + -0.035797119140625, + -0.02447509765625, + 0.05517578125, + -0.01125335693359375, + -0.01042938232421875, + -0.0247955322265625, + -0.0264434814453125, + 0.0019092559814453125, + -0.017486572265625, + -0.03924560546875, + 0.0203704833984375, + -0.036956787109375, + -0.0703125, + -0.0050506591796875, + 0.01568603515625, + -0.02447509765625, + 0.038604736328125, + 0.0313720703125, + -0.0194549560546875, + -0.02447509765625, + 0.022003173828125, + 0.0226593017578125, + 0.0246429443359375, + -0.023162841796875, + 0.0274200439453125, + -0.017486572265625, + -0.04400634765625, + 0.045013427734375, + 0.01108551025390625, + 0.0152740478515625, + 0.01971435546875, + -0.0285797119140625, + 0.0128936767578125, + -0.017822265625, + 0.0328369140625, + 0.04302978515625, + -0.0006184577941894531, + 0.007061004638671875, + 0.016510009765625, + 0.042694091796875, + 0.0361328125, + -0.048614501953125, + -0.0158538818359375, + -0.0860595703125, + -0.004497528076171875, + -0.08673095703125, + -0.0298919677734375, + -0.0282440185546875, + -0.047943115234375, + 0.04156494140625, + -0.0007953643798828125, + -0.0194549560546875, + 0.020782470703125, + 0.018890380859375, + -0.0092010498046875, + 0.03448486328125, + 0.028900146484375, + -0.01305389404296875, + 0.00689697265625, + 0.0650634765625, + 0.0168304443359375, + -0.0274200439453125, + 0.00603485107421875, + 0.016265869140625, + -0.0205230712890625, + 0.0142059326171875, + -0.0604248046875, + -0.0061187744140625, + 0.0243072509765625, + 0.04400634765625, + 0.00977325439453125, + -0.035980224609375, + 0.0023708343505859375, + 0.00846099853515625, + 0.028900146484375, + -0.02923583984375, + -0.00632476806640625, + -0.00927734375, + -0.00496673583984375, + -0.0243072509765625, + -0.079833984375, + 0.00923919677734375, + 0.05584716796875, + 0.026275634765625, + -0.010101318359375, + 0.0333251953125, + -0.02496337890625, + 0.005420684814453125, + 0.00196075439453125, + 0.0115814208984375, + 0.00936126708984375, + 0.0361328125, + -0.02093505859375, + 0.00952911376953125, + -0.01084136962890625, + 0.01371002197265625, + -0.03302001953125, + -0.041717529296875, + -0.0081329345703125, + -0.00199127197265625, + -0.046630859375, + 0.0036945343017578125, + 0.0160980224609375, + -0.0160064697265625, + 0.0131378173828125, + -0.0272674560546875, + -0.01494598388671875, + -0.03497314453125, + -0.065673828125, + 0.01305389404296875, + -0.033172607421875, + -0.032012939453125, + -0.0261077880859375, + 0.0679931640625, + -0.005130767822265625, + 0.006610870361328125, + -0.0229949951171875, + -0.01806640625, + -0.0280914306640625, + 0.023651123046875, + -0.03253173828125, + 0.0274200439453125, + -0.026611328125, + 0.0238189697265625, + 0.036285400390625, + 0.057159423828125, + 0.002227783203125, + 0.03497314453125, + 0.0206146240234375, + -0.0333251953125, + 0.00632476806640625, + -0.005462646484375, + 0.0126495361328125, + 0.01641845703125, + -0.033843994140625, + -0.0256195068359375, + 0.00882720947265625, + -0.0182342529296875, + 0.0049896240234375, + 0.01568603515625, + 0.03924560546875, + 0.0308837890625, + -0.0272674560546875, + 0.005420684814453125, + 0.0594482421875, + 0.014373779296875, + 0.07586669921875, + -0.03662109375, + -0.0423583984375, + 0.007801055908203125, + 0.019134521484375, + -0.040252685546875, + 0.002166748046875, + 0.0205230712890625, + 0.0139617919921875, + 0.025299072265625, + 0.0216827392578125, + -0.002956390380859375, + 0.026275634765625, + -0.01453399658203125, + -0.007061004638671875, + 0.0280914306640625, + -0.012481689453125, + 0.0272674560546875, + 0.0408935546875, + 0.024139404296875, + 0.0027103424072265625, + 0.0194549560546875, + -0.018310546875, + -0.03973388671875, + -0.0261077880859375, + -0.0509033203125, + 0.008209228515625, + 0.056182861328125, + 0.0137939453125, + 0.04827880859375, + -0.0285797119140625, + -0.0604248046875, + 0.005626678466796875, + -0.0312042236328125, + 0.0693359375, + 0.0251312255859375, + -0.0008878707885742188, + 0.058135986328125, + -0.01494598388671875, + 0.0010318756103515625, + 0.026763916015625, + 0.00377655029296875, + 0.018402099609375, + 0.044677734375, + 0.0261077880859375, + 0.02020263671875, + -0.027923583984375, + 0.031524658203125, + 0.045013427734375, + -0.00846099853515625, + 0.0179901123046875, + 0.009857177734375, + 0.003940582275390625, + 0.018402099609375, + -0.01453399658203125, + 0.04730224609375, + 0.0413818359375, + -0.00040030479431152344, + 0.0201263427734375, + 0.0012731552124023438, + 0.005420684814453125, + -0.036285400390625, + -0.0030803680419921875, + -0.0034084320068359375, + 0.009979248046875, + 0.0282440185546875, + 0.0103912353515625, + -0.0650634765625, + -0.0135498046875, + 0.052886962890625, + -0.045318603515625, + 0.020782470703125, + 0.02545166015625, + -0.0251312255859375, + 0.01470184326171875, + -0.018646240234375, + -0.037933349609375, + 0.0312042236328125, + 0.00039768218994140625, + -0.02496337890625, + 0.018890380859375, + 0.0261077880859375, + -0.03778076171875, + -0.023651123046875, + -0.044677734375, + -0.006282806396484375, + -0.01030731201171875, + 0.00722503662109375, + 0.037109375, + -0.01149749755859375, + -0.0033664703369140625, + 0.017730712890625, + 0.055511474609375, + 0.0062408447265625, + -0.0333251953125, + 0.044677734375, + -0.01519012451171875, + -0.0184783935546875, + 0.02069091796875, + 0.04205322265625, + 0.0303802490234375, + -0.0308837890625, + -0.023651123046875, + 0.0029144287109375, + 0.026763916015625, + 0.0032024383544921875, + 0.01494598388671875, + -0.03350830078125, + -0.044342041015625, + -0.06732177734375, + 0.0604248046875, + 0.00591278076171875, + 0.040252685546875, + -0.0016222000122070312, + -0.0328369140625, + 0.045654296875, + -0.058135986328125, + -0.0294036865234375, + -0.0256195068359375, + -0.000023245811462402344, + -0.0303802490234375, + 0.0294036865234375, + -0.021514892578125, + -0.0015192031860351562, + -0.0238189697265625, + 0.0594482421875, + 0.0040435791015625, + 0.005828857421875, + -0.041229248046875, + 0.02923583984375, + 0.040557861328125, + -0.065673828125, + -0.00841522216796875, + -0.02044677734375, + -0.01371002197265625, + 0.063720703125, + -0.0712890625, + 0.005069732666015625, + 0.018402099609375, + -0.08209228515625, + -0.042694091796875, + -0.017242431640625, + -0.026763916015625, + -0.053863525390625, + 0.0259552001953125, + 0.05352783203125, + -0.0014476776123046875, + 0.0139617919921875, + 0.005870819091796875, + 0.0032024383544921875, + 0.04205322265625, + 0.02117919921875, + -0.0137939453125, + 0.0256195068359375, + -0.06011962890625, + -0.045654296875, + -0.0029354095458984375, + 0.0509033203125, + -0.033172607421875, + -0.0155181884765625, + 0.006488800048828125, + -0.03662109375, + 0.03564453125, + -0.05352783203125, + -0.0052947998046875, + -0.0168304443359375, + -0.017242431640625, + -0.031707763671875, + -0.0318603515625, + -0.017486572265625, + 0.03924560546875, + 0.00025653839111328125, + -0.0004978179931640625, + 0.045654296875, + -0.066650390625, + 0.0264434814453125, + 0.00965118408203125, + -0.0160980224609375, + -0.00550079345703125, + -0.0008111000061035156, + 0.0139617919921875, + -0.003284454345703125, + 0.021026611328125, + -0.022003173828125, + -0.021514892578125, + -0.0703125, + 0.021026611328125, + -0.0041046142578125, + -0.0303802490234375, + -0.0277557373046875, + -0.0169219970703125, + -0.064697265625, + 0.00841522216796875, + 0.0318603515625, + 0.01544189453125, + 0.0135498046875, + -0.02117919921875, + -0.0174102783203125, + 0.00722503662109375, + -0.00579071044921875, + 0.027587890625, + -0.0190582275390625, + 0.0218505859375, + 0.019866943359375, + -0.042694091796875, + 0.0218505859375, + 0.00466156005859375, + 0.00775909423828125, + 0.02447509765625, + 0.031707763671875, + -0.039093017578125, + 0.0213470458984375, + -0.018798828125, + -0.03729248046875, + 0.017242431640625, + -0.0251312255859375, + 0.00439453125, + -0.01125335693359375, + -0.02972412109375, + 0.0174102783203125, + 0.01108551025390625, + 0.026611328125, + -0.01428985595703125, + -0.023162841796875, + 0.00710296630859375, + 0.0084991455078125, + 0.050262451171875, + -0.01108551025390625, + -0.0509033203125, + -0.008087158203125, + 0.0062408447265625, + 0.059783935546875, + 0.0323486328125, + 0.00923919677734375, + -0.0274200439453125, + 0.00751495361328125, + 0.03729248046875, + -0.0169219970703125, + -0.0246429443359375, + -0.0259552001953125, + 0.0247955322265625, + 0.0233154296875, + 0.041229248046875, + 0.0003414154052734375, + 0.0965576171875, + -0.012237548828125, + -0.0028324127197265625, + 0.0298919677734375, + 0.0660400390625, + 0.0223388671875, + -0.0051727294921875, + -0.05352783203125, + 0.00537872314453125, + 0.0131378173828125, + -0.039581298828125, + -0.03448486328125, + -0.0155181884765625, + 0.056488037109375, + -0.0604248046875, + -0.0261077880859375, + -0.0087432861328125, + -0.0096893310546875, + 0.008209228515625, + 0.030548095703125, + -0.026611328125, + 0.01617431640625, + -0.007061004638671875, + -0.0418701171875, + 0.010101318359375, + -0.0194549560546875, + 0.0216827392578125, + 0.038116455078125, + 0.036285400390625, + -0.003818511962890625, + 0.0489501953125, + -0.0005979537963867188, + -0.0012159347534179688, + 0.0176544189453125, + 0.03662109375, + 0.0082550048828125, + 0.012725830078125, + 0.056488037109375, + 0.051239013671875, + -0.0051727294921875, + -0.012237548828125, + -0.01280975341796875, + 0.039093017578125, + 0.032196044921875, + 0.058135986328125, + -0.0225067138671875, + -0.0128936767578125, + -0.0034275054931640625, + -0.02496337890625, + -0.017242431640625, + -0.00952911376953125, + 0.007965087890625, + -0.0179901123046875, + -0.04400634765625, + 0.015106201171875, + -0.045989990234375, + 0.045989990234375, + -0.006816864013671875, + -0.00763702392578125, + 0.0144500732421875, + 0.02972412109375, + -0.0190582275390625, + -0.05780029296875, + -0.005336761474609375, + -0.016754150390625, + -0.026275634765625, + -0.043365478515625, + -0.046966552734375, + 0.028411865234375, + -0.0247955322265625, + -0.054534912109375, + -0.03497314453125, + 0.03680419921875, + -0.023162841796875, + -0.0399169921875, + -0.0189666748046875, + -0.0025463104248046875, + -0.0226593017578125, + -0.044677734375, + -0.03759765625, + -0.0135498046875, + 0.0063629150390625, + -0.053863525390625, + 0.0063629150390625, + -0.0096893310546875, + -0.032196044921875, + -0.01470184326171875, + -0.01190948486328125, + 0.0009393692016601562, + 0.0163421630859375, + -0.03302001953125, + 0.0693359375, + -0.00788116455078125, + 0.05584716796875, + 0.0290679931640625, + 0.0499267578125, + 0.00193023681640625, + 0.0118255615234375, + -0.0126495361328125, + -0.06011962890625, + -0.01165771484375, + 0.0206146240234375, + 0.0007905960083007812, + -0.09527587890625, + 0.0027103424072265625, + 0.056182861328125, + -0.0693359375, + 0.0182342529296875, + 0.0202789306640625, + -0.018402099609375, + -0.0489501953125, + 0.012237548828125, + -0.00418853759765625, + 0.0213470458984375, + 0.07818603515625, + 0.004207611083984375, + -0.00804901123046875, + 0.0229949951171875, + -0.054534912109375, + 0.0689697265625, + 0.027099609375, + 0.0073089599609375, + -0.032012939453125, + 0.0328369140625, + 0.0170745849609375, + -0.0312042236328125, + 0.00466156005859375, + -0.061431884765625, + -0.0221710205078125, + 0.031707763671875, + 0.0223388671875, + -0.01617431640625, + 0.0139617919921875, + -0.031036376953125, + -0.033843994140625, + -0.031707763671875, + 0.0298919677734375, + -0.0251312255859375, + 0.0234832763671875, + -0.03253173828125, + -0.026275634765625, + -0.01174163818359375, + -0.046966552734375, + -0.0274200439453125, + -0.02447509765625, + 0.0333251953125, + 0.001010894775390625, + -0.054840087890625, + 0.0256195068359375, + 0.007720947265625, + 0.01232147216796875, + 0.007472991943359375, + 0.05059814453125, + -0.02093505859375, + -0.032012939453125, + 0.002391815185546875, + 0.03021240234375, + -0.00261688232421875, + -0.010467529296875, + 0.01280975341796875, + 0.004619598388671875, + 0.03826904296875, + -0.04302978515625, + 0.05322265625, + 0.037933349609375, + -0.035797119140625, + -0.05517578125, + -0.02496337890625, + -0.02117919921875, + 0.0259552001953125, + -0.018402099609375, + 0.031036376953125, + 0.0009083747863769531, + -0.0290679931640625, + -0.1116943359375, + 0.033843994140625, + -0.0282440185546875, + 0.023162841796875, + -0.00894927978515625, + -0.023162841796875, + -0.047637939453125, + -0.04632568359375, + -0.00689697265625, + 0.005706787109375, + -0.03546142578125, + 0.031707763671875, + 0.01067352294921875, + -0.0049896240234375, + -0.0009393692016601562, + 0.007965087890625, + -0.00431060791015625, + 0.05517578125, + 0.0155181884765625, + -0.036956787109375, + 0.040069580078125, + -0.0272674560546875, + 0.0030994415283203125, + -0.01453399658203125, + 0.00948333740234375, + 0.006816864013671875, + 0.00775909423828125, + -0.03826904296875, + 0.01593017578125, + 0.027923583984375, + 0.040069580078125, + -0.01560211181640625, + 0.019622802734375, + -0.005992889404296875, + 0.0223388671875, + -0.0001360177993774414, + -0.0239715576171875, + -0.0157623291015625, + -0.0142059326171875, + -0.0133056640625, + -0.03564453125, + -0.049591064453125, + -0.09130859375, + 0.0178985595703125, + -0.036285400390625, + -0.01412200927734375, + 0.027587890625, + 0.038604736328125, + 0.01239776611328125, + -0.054534912109375, + 0.01617431640625, + -0.02117919921875, + -0.0197906494140625, + -0.0272674560546875, + 0.0233154296875, + -0.035797119140625, + 0.0394287109375, + 0.0099334716796875, + -0.0489501953125, + -0.0024433135986328125, + -0.003162384033203125, + -0.0086212158203125, + -0.018798828125, + -0.0034084320068359375, + -0.037445068359375, + 0.04156494140625, + -0.051239013671875, + -0.0086212158203125, + 0.0020008087158203125, + 0.045013427734375, + 0.010467529296875, + -0.0290679931640625, + 0.055511474609375, + -0.0052947998046875, + -0.047637939453125, + 0.0399169921875, + -0.016265869140625, + -0.0256195068359375, + 0.01453399658203125, + -0.026763916015625, + -0.0082550048828125, + -0.00431060791015625, + 0.03729248046875, + 0.042694091796875, + 0.043365478515625, + 0.00698089599609375, + -0.0272674560546875, + -0.00424957275390625, + 0.0158538818359375, + 0.036468505859375, + 0.0239715576171875, + 0.0160980224609375, + 0.007350921630859375, + 0.0157623291015625, + -0.0115814208984375, + -0.07916259765625, + -0.007350921630859375, + -0.04730224609375, + -0.04827880859375, + -0.00763702392578125, + 0.0693359375, + 0.043701171875, + -0.0001354217529296875, + 0.01666259765625, + 0.06866455078125, + 0.03021240234375, + 0.0139617919921875, + 0.00710296630859375, + -0.06536865234375, + -0.03466796875, + 0.0019092559814453125, + 0.018310546875, + -0.0693359375, + 0.0192108154296875, + 0.063720703125, + 0.0021762847900390625, + -0.017242431640625, + -0.01544189453125, + 0.0071868896484375, + 0.06011962890625, + 0.018310546875, + 0.00469970703125, + -0.06964111328125, + 0.01239776611328125, + 0.026275634765625, + -0.00763702392578125, + 0.012237548828125, + 0.0082550048828125, + -0.033172607421875, + 0.0604248046875, + -0.054534912109375, + -0.0034084320068359375, + -0.003387451171875, + 0.058807373046875, + 0.005069732666015625, + -0.044342041015625, + -0.023162841796875, + 0.04827880859375, + -0.0006055831909179688, + -0.0223388671875, + 0.01042938232421875, + 0.02044677734375, + -0.046630859375, + 0.033843994140625, + 0.04205322265625, + 0.0088653564453125, + 0.040252685546875, + 0.01593017578125, + -0.059783935546875, + 0.0225067138671875, + -0.01092529296875, + 0.005748748779296875, + -0.03350830078125, + -0.032196044921875, + -0.0197906494140625, + -0.03466796875, + 0.039581298828125, + 0.0088653564453125, + 0.03826904296875, + 0.0394287109375, + -0.00689697265625, + -0.02069091796875, + 0.005992889404296875, + 0.02117919921875, + 0.0239715576171875, + 0.007801055908203125, + 0.01232147216796875, + 0.0142059326171875, + 0.04827880859375, + 0.026275634765625, + -0.01092529296875, + 0.03350830078125, + -0.044342041015625, + 0.00965118408203125, + -0.041229248046875, + 0.028900146484375, + 0.0071868896484375, + -0.031036376953125, + -0.0155181884765625, + -0.0176544189453125, + 0.00804901123046875, + -0.0016632080078125, + -0.0594482421875, + -0.000980377197265625, + 0.0243072509765625, + -0.0294036865234375, + 0.0038394927978515625, + 0.0233154296875, + -0.0264434814453125, + -0.009857177734375, + -0.05419921875, + 0.06768798828125, + 0.038116455078125, + 0.026611328125, + -0.005828857421875, + 0.02020263671875, + 0.02874755859375, + -0.0016317367553710938, + 0.015106201171875, + 0.0190582275390625, + -0.0213470458984375, + 0.0226593017578125, + 0.058135986328125, + 0.00977325439453125, + -0.050262451171875, + 0.0239715576171875, + 0.00258636474609375, + -0.0679931640625, + 0.0303802490234375, + 0.043365478515625, + -0.005069732666015625, + -0.0014781951904296875, + -0.00484466552734375, + -0.00472259521484375, + -0.0423583984375, + 0.07391357421875, + 0.0178985595703125, + -0.02496337890625, + 0.0178985595703125, + -0.0280914306640625, + 0.0413818359375, + 0.0133819580078125, + 0.07061767578125, + -0.0269317626953125, + 0.059783935546875, + -0.03253173828125, + 0.00196075439453125, + -0.0139617919921875, + 0.0277557373046875, + -0.002597808837890625, + 0.02545166015625, + -0.047943115234375, + 0.05517578125, + 0.034820556640625, + -0.00792694091796875, + -0.06109619140625, + 0.0026073455810546875, + -0.005706787109375, + 0.007389068603515625, + 0.041717529296875, + -0.0333251953125, + -0.00022840499877929688, + -0.002689361572265625, + 0.016998291015625, + 0.07623291015625, + -0.0223388671875, + 0.023162841796875, + -0.0017347335815429688, + -0.002895355224609375, + 0.0052947998046875, + -0.01371002197265625 + ], + "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_Binary_Ninja", + "type": "tool", + "name": "Binary Ninja", + "content": "binary ninja vector 35s moderne reverse-engineering-plattform kombiniert traditionelle disassembly mit fortschrittlicher program-analysis. die multi-level-ir (intermediate representation) ermöglicht cross-architecture-analysen durch einheitliche abstraktion. besonders innovativ: der decompiler erzeugt lesbaren high-level-code, type-recovery rekonstruiert datenstrukturen automatisch, die plugin-api (python/c++) erlaubt tiefe customization. cloud-integration synchronisiert analysen zwischen teams. die moderne gui mit multiple-workspaces übertrifft ida in usability. debugger-integration für dynamic-analysis. scripting-console für ad-hoc-automation. die personal-license (399€) macht professionelle binary-analysis erschwinglich. commercial-lizenzen bieten team-features und cloud-sync. besonders stark bei modernen architekturen (arm64, risc-v) die ida vernachlässigt. die zukunft des reverse engineering für eine neue generation von analysten. reverse-engineering decompiler malware-analysis static-investigations analysis", + "embedding": [ + -0.016693115234375, + 0.022705078125, + 0.040802001953125, + 0.0247955322265625, + 0.01490020751953125, + 0.0233001708984375, + -0.0019245147705078125, + 0.0010995864868164062, + -0.025390625, + -0.01509857177734375, + -0.0548095703125, + 0.07037353515625, + 0.004650115966796875, + 0.006099700927734375, + -0.05279541015625, + 0.022796630859375, + -0.0115509033203125, + -0.0092010498046875, + 0.00749969482421875, + -0.002750396728515625, + -0.0229949951171875, + -0.0115966796875, + -0.0236053466796875, + -0.0164947509765625, + 0.016204833984375, + 0.01184844970703125, + -0.0258026123046875, + -0.06402587890625, + -0.00217437744140625, + -0.0279998779296875, + 0.01259613037109375, + -0.013702392578125, + 0.01409912109375, + 0.02099609375, + -0.00460052490234375, + 0.00252532958984375, + 0.007350921630859375, + -0.034210205078125, + -0.01439666748046875, + 0.0369873046875, + -0.032012939453125, + 0.00824737548828125, + 0.0305938720703125, + -0.005374908447265625, + 0.0026988983154296875, + -0.0447998046875, + 0.004276275634765625, + 0.0068511962890625, + -0.0005125999450683594, + 0.0019121170043945312, + 0.048004150390625, + 0.021392822265625, + 0.002086639404296875, + -0.0218048095703125, + -0.048583984375, + 0.0243988037109375, + 0.0149993896484375, + -0.0236968994140625, + -0.03558349609375, + 0.06878662109375, + -0.0303955078125, + -0.0233917236328125, + 0.0029754638671875, + 0.0051727294921875, + -0.010101318359375, + 0.0238037109375, + -0.026397705078125, + -0.04998779296875, + 0.0122528076171875, + 0.0178985595703125, + 0.01200103759765625, + 0.0175018310546875, + -0.03900146484375, + 0.0261993408203125, + -0.0469970703125, + -0.05059814453125, + 0.0200042724609375, + 0.0182037353515625, + -0.0164031982421875, + 0.00019061565399169922, + -0.055999755859375, + 0.01739501953125, + 0.022003173828125, + -0.007648468017578125, + -0.0260009765625, + 0.0012559890747070312, + -0.0033245086669921875, + 0.03179931640625, + 0.00914764404296875, + -0.00800323486328125, + 0.0093994140625, + -0.019500732421875, + 0.013702392578125, + -0.00534820556640625, + 0.02679443359375, + 0.05120849609375, + -0.0276031494140625, + -0.03338623046875, + -0.037994384765625, + 0.0276031494140625, + 0.028594970703125, + 0.0023746490478515625, + 0.07476806640625, + -0.0303955078125, + 0.033782958984375, + -0.047210693359375, + 0.024505615234375, + -0.013702392578125, + -0.013702392578125, + -0.01239776611328125, + -0.10638427734375, + -0.03961181640625, + -0.00839996337890625, + -0.078369140625, + 0.00217437744140625, + 0.006549835205078125, + -0.0053253173828125, + 0.0303955078125, + -0.04901123046875, + -0.020599365234375, + 0.00624847412109375, + 0.0178985595703125, + -0.0128021240234375, + 0.042205810546875, + -0.036590576171875, + -0.056793212890625, + -0.0005216598510742188, + 0.03680419921875, + -0.040985107421875, + -0.0261993408203125, + 0.0020122528076171875, + -0.038604736328125, + -0.00934600830078125, + -0.01560211181640625, + -0.01409912109375, + -0.0168914794921875, + 0.04278564453125, + -0.00577545166015625, + 0.0164031982421875, + 0.0115966796875, + 0.0305938720703125, + -0.026397705078125, + -0.061187744140625, + 0.0088958740234375, + -0.0218048095703125, + -0.00789642333984375, + 0.00452423095703125, + 0.04638671875, + -0.023895263671875, + -0.009796142578125, + -0.001194000244140625, + 0.0074005126953125, + 0.055999755859375, + 0.02069091796875, + 0.0207977294921875, + -0.031585693359375, + -0.00030612945556640625, + -0.0139007568359375, + 0.04998779296875, + -0.0010251998901367188, + -0.011749267578125, + 0.0160064697265625, + -0.015899658203125, + 0.0281982421875, + -0.03839111328125, + -0.026397705078125, + 0.01039886474609375, + 0.0294036865234375, + -0.0006465911865234375, + -0.034393310546875, + 0.033203125, + -0.006549835205078125, + 0.06402587890625, + 0.05438232421875, + -0.01380157470703125, + 0.0171051025390625, + -0.028594970703125, + -0.02349853515625, + 0.05999755859375, + 0.0115966796875, + -0.02020263671875, + -0.0177001953125, + 0.03399658203125, + -0.005924224853515625, + 0.03558349609375, + -0.01059722900390625, + -0.0035991668701171875, + -0.005924224853515625, + -0.02679443359375, + 0.006275177001953125, + -0.03558349609375, + -0.0200958251953125, + -0.025390625, + 0.05078125, + 0.0258026123046875, + 0.0592041015625, + 0.011749267578125, + -0.01849365234375, + 0.0391845703125, + -0.0149993896484375, + 0.0236968994140625, + 0.025604248046875, + 0.004726409912109375, + 0.07879638671875, + 0.0178985595703125, + -0.0182952880859375, + 0.007049560546875, + 0.044189453125, + 0.0222930908203125, + -0.010101318359375, + -0.004100799560546875, + 0.0469970703125, + 0.0110015869140625, + -0.0220947265625, + -0.0086517333984375, + -0.0276031494140625, + 0.031402587890625, + -0.007099151611328125, + 0.001087188720703125, + -0.01004791259765625, + 0.0113983154296875, + -0.0491943359375, + -0.0164031982421875, + -0.0040740966796875, + -0.033203125, + 0.0214996337890625, + 0.046600341796875, + -0.0034503936767578125, + 0.007099151611328125, + 0.0182952880859375, + 0.0535888671875, + 0.00311279296875, + -0.0015869140625, + 0.01399993896484375, + -0.019195556640625, + -0.00342559814453125, + 0.018798828125, + 0.0298004150390625, + 0.02099609375, + 0.028594970703125, + -0.04339599609375, + 0.016693115234375, + -0.0276031494140625, + 0.045196533203125, + 0.0276031494140625, + -0.023101806640625, + 0.0139007568359375, + -0.0016994476318359375, + 0.034393310546875, + 0.0426025390625, + -0.0648193359375, + -0.00789642333984375, + -0.05279541015625, + 0.0142974853515625, + -0.0592041015625, + -0.0276031494140625, + -0.00417327880859375, + -0.052398681640625, + 0.05438232421875, + -0.0261993408203125, + -0.047607421875, + 0.0122528076171875, + 0.01255035400390625, + -0.010101318359375, + 0.03759765625, + -0.0008497238159179688, + -0.047607421875, + 0.0011377334594726562, + 0.05279541015625, + -0.022003173828125, + -0.0189056396484375, + -0.0004405975341796875, + 0.01739501953125, + -0.0027256011962890625, + -0.0001976490020751953, + -0.00262451171875, + 0.00984954833984375, + 0.0498046875, + 0.033203125, + 0.0198974609375, + -0.036590576171875, + 0.03179931640625, + 0.00820159912109375, + 0.0635986328125, + -0.05438232421875, + -0.0024871826171875, + 0.001556396484375, + -0.0046234130859375, + 0.01020050048828125, + -0.0298004150390625, + -0.00875091552734375, + 0.04620361328125, + 0.036590576171875, + 0.005275726318359375, + 0.0186004638671875, + -0.0667724609375, + 0.01470184326171875, + 0.04400634765625, + -0.00844573974609375, + 0.034393310546875, + 0.0498046875, + -0.04559326171875, + -0.0004248619079589844, + -0.0083465576171875, + -0.007198333740234375, + -0.02740478515625, + -0.0535888671875, + -0.0229949951171875, + 0.01380157470703125, + -0.03460693359375, + -0.02459716796875, + 0.0175018310546875, + -0.0247955322265625, + 0.01349639892578125, + -0.0243988037109375, + 0.01349639892578125, + -0.056396484375, + -0.06640625, + 0.007198333740234375, + -0.005123138427734375, + -0.0269927978515625, + -0.045806884765625, + 0.060394287109375, + -0.00679779052734375, + 0.0269927978515625, + -0.006500244140625, + 0.00945281982421875, + -0.027801513671875, + 0.0027370452880859375, + -0.007549285888671875, + 0.0240020751953125, + 0.0247039794921875, + 0.044189453125, + 0.0186920166015625, + 0.0025997161865234375, + 0.0404052734375, + 0.0723876953125, + 0.0261993408203125, + -0.0166015625, + -0.0068511962890625, + 0.01180267333984375, + 0.00969696044921875, + -0.00894927978515625, + -0.00949859619140625, + -0.06402587890625, + -0.01090240478515625, + -0.03240966796875, + 0.005847930908203125, + -0.0025615692138671875, + 0.03399658203125, + 0.03338623046875, + 0.0119476318359375, + 0.0142974853515625, + 0.04998779296875, + 0.006999969482421875, + 0.09478759765625, + -0.0126953125, + -0.04541015625, + 0.0010690689086914062, + 0.04339599609375, + -0.037200927734375, + -0.0072479248046875, + 0.0166015625, + 0.031585693359375, + -0.007099151611328125, + 0.033599853515625, + -0.010650634765625, + 0.0178985595703125, + -0.016204833984375, + 0.0097503662109375, + 0.0218048095703125, + -0.02069091796875, + 0.02490234375, + 0.01074981689453125, + 0.0287933349609375, + 0.004550933837890625, + 0.0347900390625, + -0.0469970703125, + 0.00910186767578125, + -0.05999755859375, + -0.04400634765625, + 0.048583984375, + 0.011749267578125, + 0.0037994384765625, + 0.02130126953125, + -0.01509857177734375, + -0.050994873046875, + 0.010345458984375, + -0.06640625, + 0.08477783203125, + 0.053192138671875, + -0.0037994384765625, + 0.0251922607421875, + -0.040802001953125, + 0.00934600830078125, + 0.0113983154296875, + 0.006900787353515625, + 0.060791015625, + 0.051605224609375, + 0.052001953125, + 0.0086517333984375, + -0.0198974609375, + 0.0016994476318359375, + 0.00859832763671875, + 0.025390625, + -0.0037746429443359375, + 0.053985595703125, + 0.006198883056640625, + 0.035797119140625, + -0.004825592041015625, + 0.05438232421875, + 0.05078125, + -0.0222930908203125, + 0.039398193359375, + -0.01959228515625, + 0.040008544921875, + -0.05438232421875, + -0.009796142578125, + -0.003063201904296875, + 0.0347900390625, + 0.0222015380859375, + 0.0214996337890625, + -0.04620361328125, + 0.004299163818359375, + 0.045806884765625, + -0.06561279296875, + 0.0021381378173828125, + -0.0035991668701171875, + -0.00714874267578125, + -0.0013751983642578125, + -0.0298004150390625, + -0.06719970703125, + 0.032196044921875, + -0.03399658203125, + -0.048187255859375, + 0.01079559326171875, + 0.050994873046875, + -0.02899169921875, + -0.01529693603515625, + -0.035186767578125, + 0.003063201904296875, + -0.0108489990234375, + -0.04400634765625, + 0.061981201171875, + 0.00028896331787109375, + -0.0008873939514160156, + 0.032806396484375, + 0.04180908203125, + -0.0207977294921875, + -0.0276031494140625, + 0.045196533203125, + -0.027191162109375, + -0.03900146484375, + 0.0218963623046875, + 0.027801513671875, + 0.00984954833984375, + -0.048187255859375, + -0.0287933349609375, + 0.0142974853515625, + 0.007747650146484375, + 0.025390625, + 0.01094818115234375, + -0.04400634765625, + -0.052001953125, + -0.03240966796875, + 0.05120849609375, + 0.0110015869140625, + 0.04779052734375, + 0.01059722900390625, + -0.0498046875, + 0.016204833984375, + -0.046783447265625, + -0.01509857177734375, + -0.0135955810546875, + 0.0167999267578125, + 0.001987457275390625, + 0.065185546875, + 0.021697998046875, + 0.0022125244140625, + -0.01399993896484375, + 0.01959228515625, + 0.0126953125, + 0.006500244140625, + -0.056793212890625, + 0.037994384765625, + 0.00875091552734375, + -0.0469970703125, + -0.0024242401123046875, + -0.0160980224609375, + 0.00824737548828125, + 0.0491943359375, + -0.06640625, + -0.01910400390625, + 0.00785064697265625, + -0.089599609375, + -0.048583984375, + -0.016693115234375, + 0.001331329345703125, + -0.048004150390625, + 0.02960205078125, + 0.01519775390625, + -0.0101470947265625, + 0.060394287109375, + 0.0175933837890625, + -0.034393310546875, + 0.01329803466796875, + -0.00844573974609375, + -0.01399993896484375, + 0.00965118408203125, + -0.06640625, + 0.007099151611328125, + -0.0047760009765625, + 0.0149993896484375, + -0.0164947509765625, + 0.00949859619140625, + 0.021392822265625, + -0.0124969482421875, + 0.0220947265625, + -0.048187255859375, + 0.00013899803161621094, + -0.00789642333984375, + -0.044586181640625, + -0.042388916015625, + -0.0146026611328125, + -0.0027256011962890625, + 0.0301971435546875, + -0.01519775390625, + 0.018798828125, + 0.0189056396484375, + -0.035400390625, + -0.0126495361328125, + -0.0115509033203125, + -0.0247039794921875, + 0.0008311271667480469, + 0.00844573974609375, + -0.01059722900390625, + -0.0167999267578125, + 0.030792236328125, + -0.0287933349609375, + -0.0382080078125, + -0.07000732421875, + 0.01020050048828125, + -0.028594970703125, + -0.0215911865234375, + -0.033782958984375, + -0.03680419921875, + -0.0679931640625, + 0.005275726318359375, + 0.005100250244140625, + -0.0124969482421875, + 0.00370025634765625, + -0.04058837890625, + -0.035186767578125, + -0.0022754669189453125, + -0.0369873046875, + 0.0360107421875, + -0.02899169921875, + -0.020904541015625, + -0.002536773681640625, + -0.03961181640625, + 0.033599853515625, + 0.007648468017578125, + 0.02740478515625, + 0.0007219314575195312, + 0.0122528076171875, + -0.027191162109375, + 0.00514984130859375, + -0.0018377304077148438, + -0.02099609375, + -0.00965118408203125, + -0.01259613037109375, + 0.026397705078125, + -0.03558349609375, + -0.046783447265625, + 0.01560211181640625, + 0.0325927734375, + -0.0102996826171875, + -0.00022339820861816406, + -0.034210205078125, + 0.025604248046875, + -0.0007686614990234375, + 0.0498046875, + -0.0153961181640625, + -0.044403076171875, + -0.00452423095703125, + -0.0014371871948242188, + 0.046600341796875, + 0.048187255859375, + 0.010650634765625, + -0.0309906005859375, + 0.004024505615234375, + 0.04400634765625, + 0.0015439987182617188, + -0.0498046875, + -0.05718994140625, + -0.01255035400390625, + 0.0260009765625, + 0.056793212890625, + -0.01509857177734375, + 0.09039306640625, + 0.01509857177734375, + 0.0022125244140625, + 0.040191650390625, + 0.052001953125, + 0.04638671875, + -0.0261993408203125, + -0.033599853515625, + -0.0115966796875, + -0.0113983154296875, + -0.037994384765625, + -0.02099609375, + 0.009002685546875, + 0.032989501953125, + -0.056396484375, + -0.0240936279296875, + -0.0309906005859375, + 0.003925323486328125, + 0.0189056396484375, + 0.01024627685546875, + -0.00469970703125, + 0.026397705078125, + -0.0166015625, + -0.055999755859375, + 0.007648468017578125, + -0.01219940185546875, + -0.0171966552734375, + 0.04541015625, + 0.027801513671875, + -0.028594970703125, + 0.035797119140625, + 0.0186920166015625, + 0.0171966552734375, + 0.01329803466796875, + 0.00612640380859375, + 0.017791748046875, + 0.04541015625, + 0.0258026123046875, + 0.047607421875, + -0.032989501953125, + -0.030792236328125, + -0.01165008544921875, + 0.01214599609375, + 0.02960205078125, + 0.027801513671875, + -0.019500732421875, + -0.0196990966796875, + -0.00397491455078125, + -0.06280517578125, + 0.004425048828125, + 0.004848480224609375, + -0.01349639892578125, + -0.044189453125, + -0.0229949951171875, + 0.006099700927734375, + -0.0298004150390625, + 0.029205322265625, + 0.00949859619140625, + -0.005825042724609375, + 0.00405120849609375, + 0.04400634765625, + -0.0014123916625976562, + -0.050201416015625, + 0.01849365234375, + -0.050384521484375, + -0.014801025390625, + -0.06280517578125, + -0.03179931640625, + 0.03680419921875, + -0.02679443359375, + -0.08160400390625, + -0.01519775390625, + 0.04779052734375, + -0.014801025390625, + -0.0325927734375, + -0.00855255126953125, + 0.03619384765625, + -0.00894927978515625, + -0.038787841796875, + -0.050384521484375, + -0.0153961181640625, + 0.0207977294921875, + -0.04058837890625, + 0.025604248046875, + -0.0008497238159179688, + -0.01255035400390625, + -0.0186004638671875, + -0.0164031982421875, + -0.02899169921875, + 0.04339599609375, + -0.0635986328125, + 0.047210693359375, + 0.0021381378173828125, + 0.003398895263671875, + 0.02899169921875, + 0.047607421875, + -0.0236053466796875, + 0.0164947509765625, + -0.0160064697265625, + -0.0723876953125, + -0.01004791259765625, + 0.0008625984191894531, + 0.0108489990234375, + -0.06756591796875, + 0.00659942626953125, + 0.01739501953125, + -0.062408447265625, + 0.01419830322265625, + -0.0157012939453125, + -0.003849029541015625, + -0.056396484375, + 0.002162933349609375, + 0.0092010498046875, + -0.0051727294921875, + 0.08837890625, + 0.0287933349609375, + -0.03558349609375, + 0.000058591365814208984, + -0.042999267578125, + 0.061981201171875, + 0.0135955810546875, + 0.01259613037109375, + -0.032806396484375, + 0.0233001708984375, + 0.0095977783203125, + -0.0469970703125, + -0.0168914794921875, + -0.07159423828125, + -0.0047760009765625, + 0.000051975250244140625, + 0.01255035400390625, + 0.004425048828125, + 0.035003662109375, + -0.0369873046875, + -0.0294036865234375, + -0.015899658203125, + 0.019500732421875, + 0.01129913330078125, + 0.00695037841796875, + -0.0469970703125, + -0.035186767578125, + -0.014495849609375, + -0.0032749176025390625, + -0.031402587890625, + -0.02960205078125, + 0.036590576171875, + -0.00252532958984375, + -0.06842041015625, + 0.03961181640625, + 0.01329803466796875, + 0.023895263671875, + 0.004974365234375, + 0.058807373046875, + -0.0243988037109375, + -0.0196990966796875, + -0.006999969482421875, + 0.039398193359375, + 0.01409912109375, + 0.005397796630859375, + 0.0032501220703125, + 0.01519775390625, + -0.0006251335144042969, + -0.0084991455078125, + 0.03759765625, + 0.0079498291015625, + -0.0242919921875, + -0.0305938720703125, + -0.016204833984375, + -0.027801513671875, + 0.03558349609375, + 0.0035495758056640625, + 0.047393798828125, + 0.0236968994140625, + 0.0113983154296875, + -0.0711669921875, + 0.0535888671875, + -0.00914764404296875, + 0.000020384788513183594, + 0.0040740966796875, + -0.027801513671875, + -0.0592041015625, + -0.056793212890625, + -0.04339599609375, + -0.01274871826171875, + -0.0447998046875, + 0.035003662109375, + 0.03338623046875, + 0.004299163818359375, + 0.0139007568359375, + 0.0233917236328125, + 0.00969696044921875, + 0.05120849609375, + 0.0037250518798828125, + -0.036590576171875, + 0.0692138671875, + -0.04541015625, + 0.0011749267578125, + 0.0110015869140625, + 0.023101806640625, + 0.0222015380859375, + 0.0029754638671875, + -0.0200042724609375, + -0.0182952880859375, + 0.005001068115234375, + 0.037994384765625, + -0.01004791259765625, + 0.022796630859375, + -0.0164031982421875, + 0.033599853515625, + 0.001850128173828125, + 0.0283966064453125, + -0.01145172119140625, + -0.014495849609375, + -0.027801513671875, + -0.003475189208984375, + -0.051605224609375, + -0.05841064453125, + 0.0005559921264648438, + -0.0189971923828125, + -0.024200439453125, + 0.01200103759765625, + 0.00994873046875, + 0.0303955078125, + -0.0667724609375, + 0.04779052734375, + 0.0214996337890625, + -0.0236968994140625, + -0.0229034423828125, + 0.004425048828125, + -0.01910400390625, + 0.0426025390625, + 0.0003750324249267578, + -0.029205322265625, + -0.0030498504638671875, + 0.003025054931640625, + -0.034210205078125, + -0.01560211181640625, + -0.0020503997802734375, + -0.0182037353515625, + 0.046600341796875, + -0.03759765625, + -0.015899658203125, + 0.01399993896484375, + 0.01219940185546875, + 0.00005739927291870117, + -0.004550933837890625, + 0.0325927734375, + 0.002887725830078125, + -0.045806884765625, + 0.00855255126953125, + -0.02899169921875, + -0.029205322265625, + -0.0189971923828125, + -0.020294189453125, + 0.003475189208984375, + 0.0240936279296875, + 0.03619384765625, + 0.0149993896484375, + 0.062408447265625, + -0.002086639404296875, + -0.02740478515625, + 0.007598876953125, + 0.00879669189453125, + 0.01529693603515625, + 0.017791748046875, + 0.010101318359375, + -0.01519775390625, + 0.02099609375, + 0.0182037353515625, + -0.085205078125, + 0.001468658447265625, + -0.0298004150390625, + -0.042999267578125, + 0.0083465576171875, + 0.06439208984375, + 0.047393798828125, + 0.01519775390625, + 0.0175933837890625, + 0.043609619140625, + 0.0283966064453125, + 0.01290130615234375, + -0.0287933349609375, + -0.06561279296875, + -0.01039886474609375, + 0.0303955078125, + 0.027191162109375, + -0.06597900390625, + 0.06597900390625, + 0.0679931640625, + 0.007049560546875, + 0.0008435249328613281, + -0.0160064697265625, + -0.01509857177734375, + 0.053192138671875, + -0.0021381378173828125, + 0.0301971435546875, + -0.08599853515625, + 0.01399993896484375, + 0.0225982666015625, + -0.000812530517578125, + -0.02349853515625, + -0.003398895263671875, + -0.019195556640625, + 0.04559326171875, + -0.057586669921875, + 0.0167999267578125, + 0.0251922607421875, + 0.055206298828125, + 0.0160064697265625, + -0.0247955322265625, + -0.00424957275390625, + 0.01519775390625, + -0.008148193359375, + -0.01380157470703125, + -0.001811981201171875, + 0.0229949951171875, + -0.050201416015625, + 0.00769805908203125, + 0.04400634765625, + -0.0033245086669921875, + 0.0391845703125, + 0.0229949951171875, + -0.050201416015625, + 0.033782958984375, + -0.004474639892578125, + 0.025390625, + -0.006275177001953125, + -0.0229034423828125, + -0.03961181640625, + -0.0171966552734375, + 0.040191650390625, + 0.00008475780487060547, + 0.042205810546875, + 0.0093994140625, + -0.004550933837890625, + 0.00714874267578125, + -0.036590576171875, + 0.000031054019927978516, + 0.0214996337890625, + 0.022491455078125, + 0.0265960693359375, + -0.00021088123321533203, + 0.0261993408203125, + 0.0135955810546875, + -0.01380157470703125, + 0.05279541015625, + -0.0369873046875, + 0.0325927734375, + -0.0498046875, + -0.0126953125, + 0.013702392578125, + -0.01519775390625, + -0.0005125999450683594, + -0.04180908203125, + -0.027191162109375, + 0.01200103759765625, + -0.053192138671875, + -0.00844573974609375, + 0.0413818359375, + -0.037200927734375, + 0.01849365234375, + 0.047210693359375, + 0.0099029541015625, + 0.048583984375, + -0.04498291015625, + 0.07598876953125, + 0.00014066696166992188, + 0.039398193359375, + -0.0171966552734375, + 0.0276031494140625, + 0.035003662109375, + -0.00800323486328125, + 0.0261993408203125, + 0.045196533203125, + 0.0175933837890625, + 0.051605224609375, + 0.022491455078125, + 0.0222015380859375, + -0.022796630859375, + 0.036407470703125, + 0.0007028579711914062, + -0.051605224609375, + 0.024505615234375, + -0.0016374588012695312, + 0.00914764404296875, + 0.004749298095703125, + -0.015899658203125, + -0.0142974853515625, + -0.06158447265625, + 0.04278564453125, + 0.0113983154296875, + -0.0090484619140625, + 0.01549530029296875, + -0.03460693359375, + 0.056793212890625, + 0.0003514289855957031, + 0.065185546875, + -0.020294189453125, + 0.057586669921875, + -0.0279998779296875, + -0.00769805908203125, + -0.0033245086669921875, + 0.0178985595703125, + -0.007350921630859375, + 0.040985107421875, + -0.033599853515625, + 0.04541015625, + 0.006500244140625, + -0.0031490325927734375, + -0.057586669921875, + -0.0102996826171875, + -0.0030498504638671875, + 0.02069091796875, + 0.0171051025390625, + -0.035400390625, + -0.01309967041015625, + -0.00879669189453125, + 0.01959228515625, + 0.050201416015625, + -0.03240966796875, + 0.0198974609375, + 0.003475189208984375, + 0.0005559921264648438, + -0.013702392578125, + 0.007801055908203125 + ], + "metadata": { + "domains": [ + "malware-analysis", + "static-investigations" + ], + "phases": [ + "analysis" + ], + "tags": [ + "reverse-engineering", + "decompiler" + ], + "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_WinHex", + "type": "tool", + "name": "WinHex", + "content": "winhex x-ways software entwickelt seit 1995 den vielseitigsten hex-editor mit forensischen superkräften. über die reine hex-bearbeitung hinaus bietet winhex: disk-cloning mit defekten sektoren, ram-editor für live-system- analyse, file-recovery durch signature-scanning, template-engine für datenstruktur-parsing. die scripting-engine automatisiert wiederkehrende aufgaben. besonders wertvoll: ntfs-alternate-data-streams-support, mft-browser zeigt dateisystem-metadaten, die registry-viewer parst hives direkt. integration mit forensischen workstations über api. der specialist-license (499€) bietet erweiterte forensik-features, während die standard-version (38€) bereits beeindruckende capabilities liefert. die kompakte exe-datei (2mb) läuft ohne installation. besonders geschätzt: die präzise byte-level-kontrolle die bei komplexen datenrettungen entscheidend ist. der geheimtipp vieler forensiker für spezialfälle. hex-editor carving static-investigations examination", + "embedding": [ + -0.0155181884765625, + 0.0233917236328125, + 0.01255035400390625, + -0.01540374755859375, + 0.032623291015625, + 0.0096435546875, + 0.007587432861328125, + 0.0285186767578125, + -0.01192474365234375, + -0.023040771484375, + -0.048614501953125, + 0.04266357421875, + 0.031707763671875, + 0.0015401840209960938, + -0.04815673828125, + 0.039031982421875, + -0.025787353515625, + 0.01483154296875, + 0.01169586181640625, + 0.0251007080078125, + -0.031036376953125, + -0.00730133056640625, + -0.0367431640625, + -0.0022525787353515625, + -0.005702972412109375, + -0.0159759521484375, + -0.02886962890625, + -0.06573486328125, + -0.0172271728515625, + -0.00992584228515625, + 0.0027103424072265625, + -0.039947509765625, + 0.022247314453125, + 0.04473876953125, + 0.0438232421875, + -0.017120361328125, + -0.017913818359375, + -0.041290283203125, + -0.03216552734375, + 0.0625, + -0.0180206298828125, + -0.022369384765625, + 0.0286407470703125, + -0.01192474365234375, + -0.01078033447265625, + -0.01032257080078125, + 0.0089569091796875, + -0.0308074951171875, + 0.003337860107421875, + -0.0255584716796875, + 0.024078369140625, + 0.0176849365234375, + -0.005191802978515625, + -0.042449951171875, + -0.0225982666015625, + 0.03558349609375, + 0.01192474365234375, + -0.0028247833251953125, + -0.0238494873046875, + 0.0540771484375, + -0.058197021484375, + -0.010040283203125, + -0.00510406494140625, + -0.02532958984375, + 0.0009555816650390625, + -0.0013980865478515625, + -0.0232696533203125, + -0.0294342041015625, + 0.00006461143493652344, + -0.005306243896484375, + 0.019287109375, + -0.0215606689453125, + -0.0262451171875, + 0.0203094482421875, + -0.0285186767578125, + -0.05841064453125, + 0.0285186767578125, + 0.027496337890625, + 0.019744873046875, + -0.0207672119140625, + -0.052032470703125, + 0.0085601806640625, + 0.01824951171875, + -0.0168914794921875, + 0.007129669189453125, + 0.006988525390625, + 0.03948974609375, + 0.0206451416015625, + -0.00690460205078125, + 0.003265380859375, + 0.02716064453125, + 0.0015192031860351562, + -0.006046295166015625, + -0.0303497314453125, + 0.041534423828125, + 0.055908203125, + 0.0054779052734375, + -0.00533294677734375, + -0.0203094482421875, + 0.0113525390625, + 0.0186004638671875, + -0.0268096923828125, + 0.050201416015625, + -0.03216552734375, + 0.044036865234375, + -0.03515625, + 0.0174560546875, + -0.01494598388671875, + -0.0168914794921875, + -0.036956787109375, + -0.09814453125, + -0.041748046875, + 0.00439453125, + -0.09857177734375, + 0.0128936767578125, + -0.0124359130859375, + 0.0011625289916992188, + 0.0679931640625, + -0.037872314453125, + -0.04266357421875, + 0.033538818359375, + 0.003551483154296875, + -0.01454925537109375, + 0.0286407470703125, + -0.044281005859375, + -0.07623291015625, + 0.00130462646484375, + 0.037200927734375, + -0.03424072265625, + -0.035369873046875, + -0.036041259765625, + -0.029205322265625, + -0.005191802978515625, + -0.0050201416015625, + -0.00821685791015625, + -0.0159759521484375, + 0.0190582275390625, + -0.018829345703125, + -0.016204833984375, + 0.0124969482421875, + 0.0294342041015625, + -0.0184783935546875, + -0.08624267578125, + -0.003009796142578125, + -0.021331787109375, + 0.0159759521484375, + -0.002666473388671875, + 0.056365966796875, + -0.0330810546875, + 0.00930023193359375, + -0.02362060546875, + 0.036041259765625, + 0.066162109375, + -0.006732940673828125, + -0.0008521080017089844, + -0.045867919921875, + 0.0036792755126953125, + -0.0277252197265625, + 0.033782958984375, + -0.00798797607421875, + -0.01140594482421875, + 0.0206451416015625, + -0.00273895263671875, + 0.040618896484375, + -0.008270263671875, + -0.03857421875, + -0.04266357421875, + 0.0272674560546875, + -0.00861358642578125, + 0.0102081298828125, + 0.049072265625, + -0.0124359130859375, + 0.05340576171875, + 0.08349609375, + 0.00046706199645996094, + 0.0199737548828125, + -0.0076446533203125, + -0.00045990943908691406, + 0.031707763671875, + 0.03558349609375, + -0.0364990234375, + -0.052703857421875, + 0.00992584228515625, + -0.0024242401123046875, + 0.0163116455078125, + -0.00730133056640625, + -0.01163482666015625, + -0.03424072265625, + -0.0195159912109375, + 0.03741455078125, + -0.0228118896484375, + -0.007587432861328125, + -0.0096435546875, + 0.00293731689453125, + 0.01471710205078125, + 0.048614501953125, + 0.0438232421875, + -0.01043701171875, + 0.036285400390625, + -0.0096435546875, + 0.0026531219482421875, + -0.003936767578125, + 0.01238250732421875, + 0.03216552734375, + 0.0009765625, + 0.0208740234375, + 0.02008056640625, + 0.057037353515625, + 0.00030493736267089844, + -0.0247650146484375, + -0.031707763671875, + 0.034912109375, + -0.0254364013671875, + -0.023956298828125, + -0.059326171875, + -0.018829345703125, + 0.015289306640625, + -0.017913818359375, + -0.0330810546875, + -0.00867462158203125, + -0.03582763671875, + -0.05133056640625, + 0.01454925537109375, + 0.0308074951171875, + -0.030120849609375, + 0.0330810546875, + 0.0078125, + -0.03057861328125, + -0.006618499755859375, + -0.006191253662109375, + 0.03948974609375, + 0.02008056640625, + -0.016082763671875, + 0.0098724365234375, + 0.005191802978515625, + -0.00907135009765625, + 0.04632568359375, + 0.00815582275390625, + 0.008270263671875, + 0.0215606689453125, + -0.046539306640625, + 0.03582763671875, + 0.002796173095703125, + 0.040374755859375, + 0.0277252197265625, + -0.002780914306640625, + 0.0364990234375, + 0.007358551025390625, + 0.02874755859375, + 0.031951904296875, + -0.05316162109375, + -0.029205322265625, + -0.09173583984375, + -0.0180206298828125, + -0.050872802734375, + -0.045196533203125, + -0.047454833984375, + -0.03515625, + 0.031951904296875, + -0.0128936767578125, + -0.039703369140625, + 0.0037364959716796875, + 0.02874755859375, + -0.0207672119140625, + 0.0232696533203125, + 0.00034236907958984375, + -0.03857421875, + 0.01448822021484375, + 0.040618896484375, + 0.004108428955078125, + -0.0037937164306640625, + 0.01312255859375, + 0.0203094482421875, + -0.019622802734375, + 0.0189361572265625, + -0.045623779296875, + -0.005390167236328125, + 0.0233917236328125, + 0.039703369140625, + 0.007415771484375, + -0.0207672119140625, + 0.01346588134765625, + 0.005046844482421875, + 0.041290283203125, + -0.03240966796875, + -0.01666259765625, + 0.0007557868957519531, + 0.0173492431640625, + -0.007358551025390625, + -0.0504150390625, + 0.0009627342224121094, + 0.045623779296875, + 0.0084991455078125, + 0.007415771484375, + 0.0005526542663574219, + -0.034698486328125, + 0.0158538818359375, + -0.02520751953125, + -0.0215606689453125, + 0.01238250732421875, + 0.0333251953125, + -0.03558349609375, + 0.002010345458984375, + -0.006931304931640625, + 0.007472991943359375, + -0.066162109375, + -0.056121826171875, + -0.022369384765625, + -0.0163116455078125, + -0.017913818359375, + -0.02886962890625, + 0.0076446533203125, + -0.01448822021484375, + -0.00787353515625, + 0.00185394287109375, + 0.02703857421875, + -0.0540771484375, + -0.054534912109375, + 0.0001266002655029297, + -0.00815582275390625, + -0.034454345703125, + -0.0246429443359375, + 0.02532958984375, + -0.0087890625, + -0.004993438720703125, + -0.0018968582153320312, + 0.002140045166015625, + -0.044281005859375, + 0.006931304931640625, + -0.00730133056640625, + 0.0296630859375, + -0.00787353515625, + 0.041748046875, + 0.0159759521484375, + 0.0034656524658203125, + 0.016082763671875, + 0.04608154296875, + 0.04791259765625, + -0.039947509765625, + 0.00039577484130859375, + 0.02191162109375, + -0.0138092041015625, + 0.04266357421875, + -0.0246429443359375, + -0.044281005859375, + -0.027496337890625, + -0.0191650390625, + 0.0111236572265625, + 0.043365478515625, + 0.057037353515625, + 0.029205322265625, + -0.023162841796875, + 0.0018396377563476562, + 0.061614990234375, + 0.00029778480529785156, + 0.0753173828125, + -0.007415771484375, + -0.049072265625, + 0.02008056640625, + 0.04632568359375, + -0.00012123584747314453, + -0.0124359130859375, + 0.0237274169921875, + 0.00884246826171875, + -0.0076446533203125, + 0.01824951171875, + -0.004535675048828125, + 0.0255584716796875, + -0.01192474365234375, + 0.0021686553955078125, + 0.0246429443359375, + -0.004192352294921875, + -0.0017681121826171875, + 0.0173492431640625, + 0.019622802734375, + 0.005702972412109375, + 0.0173492431640625, + -0.0367431640625, + -0.02532958984375, + -0.0251007080078125, + -0.06756591796875, + 0.015289306640625, + 0.059783935546875, + 0.0130615234375, + 0.06298828125, + -0.0190582275390625, + -0.0469970703125, + 0.0233917236328125, + -0.054779052734375, + 0.043121337890625, + 0.03240966796875, + -0.00174713134765625, + 0.02349853515625, + -0.0251007080078125, + 0.023956298828125, + 0.0225982666015625, + 0.006160736083984375, + 0.0298919677734375, + 0.0206451416015625, + 0.0298919677734375, + -0.0018682479858398438, + -0.039947509765625, + 0.023162841796875, + 0.044952392578125, + 0.0289764404296875, + 0.004077911376953125, + 0.0543212890625, + 0.00958251953125, + 0.0124359130859375, + -0.00707244873046875, + 0.0277252197265625, + 0.01666259765625, + 0.023040771484375, + 0.00024247169494628906, + -0.022705078125, + -0.005619049072265625, + -0.05133056640625, + -0.0059051513671875, + -0.004337310791015625, + 0.0157470703125, + 0.045196533203125, + 0.022369384765625, + -0.042449951171875, + -0.0184783935546875, + 0.0472412109375, + -0.04473876953125, + 0.01666259765625, + 0.0296630859375, + -0.00969696044921875, + 0.0011339187622070312, + -0.0243072509765625, + -0.05657958984375, + 0.0435791015625, + -0.0181427001953125, + -0.0298919677734375, + 0.00798797607421875, + 0.0294342041015625, + -0.04791259765625, + -0.024871826171875, + -0.0245361328125, + -0.03240966796875, + -0.00867462158203125, + -0.00339508056640625, + 0.05133056640625, + 0.00792694091796875, + 0.0027523040771484375, + 0.0199737548828125, + 0.039031982421875, + 0.00730133056640625, + -0.0225982666015625, + 0.032867431640625, + 0.00009137392044067383, + -0.046539306640625, + 0.0251007080078125, + 0.0172271728515625, + 0.025665283203125, + -0.031036376953125, + -0.0167694091796875, + 0.00861358642578125, + -0.00016307830810546875, + -0.01032257080078125, + 0.022369384765625, + -0.030120849609375, + -0.04791259765625, + -0.017120361328125, + 0.03948974609375, + -0.00098419189453125, + 0.0469970703125, + 0.008270263671875, + -0.061614990234375, + 0.033782958984375, + -0.07257080078125, + -0.004535675048828125, + -0.0195159912109375, + 0.017791748046875, + -0.025665283203125, + 0.043365478515625, + -0.010498046875, + -0.0190582275390625, + -0.005962371826171875, + 0.0419921875, + 0.00482177734375, + -0.00035643577575683594, + -0.049285888671875, + 0.022369384765625, + 0.033538818359375, + -0.049072265625, + -0.0163116455078125, + -0.031707763671875, + 0.016204833984375, + 0.04083251953125, + -0.0703125, + -0.004505157470703125, + -0.01209259033203125, + -0.06982421875, + -0.03424072265625, + -0.036956787109375, + -0.0128936767578125, + -0.0264739990234375, + 0.018707275390625, + 0.019622802734375, + -0.02178955078125, + 0.0264739990234375, + 0.0008559226989746094, + -0.006134033203125, + 0.01055145263671875, + -0.00923919677734375, + 0.0054473876953125, + 0.02178955078125, + -0.06024169921875, + -0.022705078125, + -0.0098114013671875, + 0.03558349609375, + -0.038116455078125, + 0.0029239654541015625, + 0.01312255859375, + -0.0184783935546875, + 0.049530029296875, + -0.058868408203125, + -0.0241851806640625, + -0.01409149169921875, + -0.015289306640625, + -0.0364990234375, + -0.00536346435546875, + 0.002552032470703125, + 0.0012836456298828125, + -0.0146026611328125, + 0.0119781494140625, + 0.036956787109375, + -0.052703857421875, + 0.0298919677734375, + 0.01397705078125, + 0.002468109130859375, + -0.003936767578125, + 0.027496337890625, + 0.00787353515625, + 0.00998687744140625, + 0.049072265625, + -0.023162841796875, + -0.010498046875, + -0.08074951171875, + 0.044281005859375, + 0.0007452964782714844, + -0.006702423095703125, + -0.01129913330078125, + -0.0232696533203125, + -0.057952880859375, + 0.00098419189453125, + 0.033538818359375, + 0.0237274169921875, + -0.00998687744140625, + -0.03765869140625, + -0.027618408203125, + -0.01294708251953125, + -0.00992584228515625, + 0.023162841796875, + -0.008331298828125, + 0.0289764404296875, + 0.017791748046875, + -0.0556640625, + 0.042205810546875, + 0.0225982666015625, + 0.0146026611328125, + 0.025665283203125, + 0.0211029052734375, + -0.0106658935546875, + 0.007415771484375, + -0.032867431640625, + -0.047454833984375, + -0.0088958740234375, + 0.01540374755859375, + 0.001140594482421875, + -0.016998291015625, + -0.041534423828125, + 0.016998291015625, + 0.038330078125, + 0.037200927734375, + -0.0031375885009765625, + -0.0228118896484375, + 0.006103515625, + -0.02783203125, + 0.0648193359375, + -0.0089569091796875, + -0.0330810546875, + -0.006191253662109375, + 0.005649566650390625, + 0.052703857421875, + 0.0285186767578125, + -0.002895355224609375, + -0.05657958984375, + 0.0034942626953125, + 0.04266357421875, + -0.0199737548828125, + -0.0155181884765625, + -0.0238494873046875, + 0.0004100799560546875, + 0.0133514404296875, + 0.055450439453125, + 0.0176849365234375, + 0.073486328125, + -0.017120361328125, + -0.005218505859375, + 0.0296630859375, + 0.06298828125, + 0.04266357421875, + -0.025787353515625, + -0.0643310546875, + -0.007701873779296875, + -0.0216827392578125, + -0.0268096923828125, + -0.02886962890625, + -0.030120849609375, + 0.037200927734375, + -0.0816650390625, + 0.0012483596801757812, + -0.01540374755859375, + 0.004535675048828125, + 0.004337310791015625, + 0.0238494873046875, + 0.00019872188568115234, + 0.024871826171875, + -0.0251007080078125, + -0.0504150390625, + 0.0176849365234375, + -0.0193939208984375, + 0.0190582275390625, + 0.038787841796875, + 0.023040771484375, + -0.01654052734375, + 0.056121826171875, + 0.01346588134765625, + 0.0098114013671875, + 0.036956787109375, + 0.044036865234375, + 0.034454345703125, + 0.03216552734375, + 0.044281005859375, + 0.05682373046875, + -0.031494140625, + -0.02783203125, + 0.018707275390625, + 0.031707763671875, + 0.054779052734375, + 0.057952880859375, + -0.01397705078125, + -0.013916015625, + -0.01540374755859375, + -0.036041259765625, + 0.008331298828125, + 0.0174560546875, + -0.0198516845703125, + -0.042205810546875, + -0.0294342041015625, + 0.0184783935546875, + -0.048370361328125, + 0.006702423095703125, + 0.003993988037109375, + -0.0089569091796875, + -0.013916015625, + 0.0138092041015625, + 0.00815582275390625, + -0.03857421875, + 0.017120361328125, + -0.017120361328125, + -0.019287109375, + -0.0472412109375, + -0.0438232421875, + -0.0001666545867919922, + -0.0081024169921875, + -0.06982421875, + -0.019744873046875, + 0.047698974609375, + 0.003963470458984375, + -0.0279541015625, + -0.0294342041015625, + 0.017913818359375, + -0.031036376953125, + -0.03765869140625, + -0.048370361328125, + 0.006134033203125, + 0.01540374755859375, + -0.01163482666015625, + 0.022369384765625, + -0.016082763671875, + -0.0308074951171875, + -0.0098114013671875, + -0.022705078125, + -0.0438232421875, + 0.04449462890625, + -0.037872314453125, + 0.0211029052734375, + 0.0190582275390625, + 0.0303497314453125, + 0.038116455078125, + 0.0703125, + -0.025665283203125, + -0.006587982177734375, + -0.03424072265625, + -0.073486328125, + 0.00493621826171875, + 0.017120361328125, + -0.0010766983032226562, + -0.07391357421875, + -0.0019397735595703125, + 0.07208251953125, + -0.0748291015625, + 0.00405120849609375, + 0.0022678375244140625, + -0.0330810546875, + -0.045867919921875, + -0.0058746337890625, + -0.00098419189453125, + 0.0201873779296875, + 0.08489990234375, + 0.01140594482421875, + -0.0158538818359375, + 0.007472991943359375, + -0.042449951171875, + 0.05499267578125, + 0.0244140625, + 0.032867431640625, + -0.051788330078125, + 0.050872802734375, + 0.02349853515625, + -0.01369476318359375, + 0.0030384063720703125, + -0.033538818359375, + 0.00975799560546875, + 0.03240966796875, + 0.00510406494140625, + -0.004764556884765625, + -0.00428009033203125, + -0.053863525390625, + -0.0133514404296875, + -0.029205322265625, + 0.0246429443359375, + 0.0007414817810058594, + 0.01483154296875, + -0.044036865234375, + -0.01494598388671875, + -0.031707763671875, + -0.052032470703125, + -0.04791259765625, + -0.0251007080078125, + 0.0303497314453125, + 0.00621795654296875, + -0.052490234375, + 0.0330810546875, + 0.0198516845703125, + -0.00273895263671875, + 0.01038360595703125, + 0.056121826171875, + -0.036285400390625, + -0.004108428955078125, + -0.0190582275390625, + 0.01837158203125, + 0.005275726318359375, + -0.031494140625, + 0.0132904052734375, + -0.002124786376953125, + 0.022705078125, + -0.033782958984375, + 0.058197021484375, + 0.0330810546875, + -0.01146697998046875, + -0.047454833984375, + -0.01494598388671875, + -0.00011408329010009766, + 0.036956787109375, + -0.016998291015625, + 0.048614501953125, + -0.0015401840209960938, + -0.0203094482421875, + -0.080322265625, + 0.058868408203125, + -0.022369384765625, + 0.02886962890625, + 0.020538330078125, + -0.0254364013671875, + -0.06982421875, + -0.05133056640625, + -0.02191162109375, + 0.0237274169921875, + -0.01038360595703125, + 0.0264739990234375, + 0.01140594482421875, + -0.0023956298828125, + 0.00901031494140625, + 0.01192474365234375, + -0.01483154296875, + 0.0264739990234375, + 0.01837158203125, + -0.03515625, + 0.04632568359375, + -0.0286407470703125, + 0.0176849365234375, + -0.006618499755859375, + 0.02008056640625, + 0.003993988037109375, + 0.00272369384765625, + -0.017120361328125, + -0.01837158203125, + 0.032623291015625, + 0.049530029296875, + 0.0081024169921875, + 0.0224761962890625, + -0.006076812744140625, + 0.0232696533203125, + -0.010498046875, + -0.00998687744140625, + -0.0026950836181640625, + 0.000926971435546875, + -0.0173492431640625, + -0.0308074951171875, + -0.059326171875, + -0.1204833984375, + 0.007358551025390625, + -0.03057861328125, + -0.04608154296875, + 0.0296630859375, + 0.049530029296875, + 0.023956298828125, + -0.0189361572265625, + 0.057281494140625, + -0.0006170272827148438, + -0.0232696533203125, + -0.0254364013671875, + 0.02099609375, + -0.0193939208984375, + 0.037872314453125, + -0.00402069091796875, + -0.032623291015625, + 0.0124969482421875, + -0.011749267578125, + 0.0010271072387695312, + 0.00444793701171875, + -0.0050201416015625, + -0.031036376953125, + 0.01346588134765625, + -0.05682373046875, + -0.0221405029296875, + 0.01666259765625, + 0.0333251953125, + 0.0003101825714111328, + -0.045867919921875, + 0.06024169921875, + -0.0163116455078125, + -0.06524658203125, + 0.0013475418090820312, + -0.036285400390625, + -0.041290283203125, + 0.0168914794921875, + -0.02349853515625, + 0.0211029052734375, + 0.0124969482421875, + 0.0289764404296875, + 0.039947509765625, + 0.041290283203125, + -0.0037078857421875, + -0.031036376953125, + -0.0180206298828125, + 0.0198516845703125, + 0.02099609375, + 0.024871826171875, + -0.00867462158203125, + -0.0130615234375, + 0.0098114013671875, + 0.0026092529296875, + -0.08489990234375, + -0.0102691650390625, + -0.01471710205078125, + -0.055450439453125, + -0.002895355224609375, + 0.0821533203125, + 0.0173492431640625, + 0.0007877349853515625, + 0.00861358642578125, + 0.036285400390625, + -0.0032367706298828125, + -0.015625, + -0.0128936767578125, + -0.0679931640625, + -0.0367431640625, + -0.003650665283203125, + 0.007472991943359375, + -0.0438232421875, + 0.038116455078125, + 0.047454833984375, + 0.026702880859375, + -0.010955810546875, + 0.0067901611328125, + -0.013519287109375, + 0.04107666015625, + 0.0021114349365234375, + 0.010955810546875, + -0.080322265625, + 0.0203094482421875, + 0.01517486572265625, + -0.00621795654296875, + 0.0025386810302734375, + 0.00012743473052978516, + -0.04998779296875, + 0.04974365234375, + -0.04998779296875, + 0.0052490234375, + -0.00536346435546875, + 0.0789794921875, + 0.0330810546875, + -0.02362060546875, + -0.037200927734375, + 0.040374755859375, + 0.009124755859375, + -0.0069580078125, + -0.0007915496826171875, + -0.00707244873046875, + -0.0244140625, + 0.044036865234375, + 0.06939697265625, + 0.03424072265625, + 0.0191650390625, + -0.00792694091796875, + -0.043121337890625, + 0.014434814453125, + -0.00644683837890625, + 0.0212249755859375, + 0.009124755859375, + -0.03741455078125, + -0.015289306640625, + -0.05224609375, + 0.02178955078125, + -0.01369476318359375, + 0.0611572265625, + 0.0308074951171875, + -0.01078033447265625, + -0.0159759521484375, + 0.005962371826171875, + 0.0138092041015625, + 0.030120849609375, + 0.004764556884765625, + -0.00907135009765625, + 0.00884246826171875, + 0.05340576171875, + -0.011810302734375, + -0.035369873046875, + 0.0119781494140625, + -0.00272369384765625, + 0.0128936767578125, + -0.04290771484375, + 0.002780914306640625, + 0.01494598388671875, + -0.0002281665802001953, + 0.0033664703369140625, + -0.0308074951171875, + -0.004650115966796875, + 0.0111846923828125, + -0.04266357421875, + -0.0128326416015625, + 0.00998687744140625, + -0.050872802734375, + 0.01312255859375, + 0.0260162353515625, + -0.014373779296875, + -0.00208282470703125, + -0.043121337890625, + 0.08349609375, + 0.0245361328125, + 0.04473876953125, + -0.0030956268310546875, + 0.026580810546875, + 0.0246429443359375, + 0.0308074951171875, + 0.030120849609375, + 0.0189361572265625, + -0.01226806640625, + 0.033782958984375, + 0.043121337890625, + 0.00490570068359375, + -0.050201416015625, + 0.02783203125, + 0.00946807861328125, + -0.0611572265625, + 0.048828125, + 0.007160186767578125, + -0.0009126663208007812, + 0.0023250579833984375, + -0.01837158203125, + -0.012603759765625, + -0.052032470703125, + 0.05523681640625, + 0.025665283203125, + -0.0076446533203125, + 0.01277923583984375, + -0.04449462890625, + 0.042449951171875, + 0.0159759521484375, + 0.08990478515625, + -0.04266357421875, + 0.0543212890625, + -0.0087890625, + 0.0078125, + -0.0038509368896484375, + 0.004650115966796875, + 0.010040283203125, + 0.016082763671875, + -0.015625, + 0.08258056640625, + 0.0190582275390625, + -0.0289764404296875, + -0.04998779296875, + -0.0216827392578125, + -0.0035228729248046875, + -0.002197265625, + -0.0010051727294921875, + -0.00444793701171875, + -0.013519287109375, + -0.0069580078125, + 0.02178955078125, + 0.0643310546875, + -0.021331787109375, + 0.0212249755859375, + 0.004650115966796875, + -0.00844573974609375, + 0.0038509368896484375, + -0.003452301025390625 + ], + "metadata": { + "domains": [ + "static-investigations" + ], + "phases": [ + "examination" + ], + "tags": [ + "hex-editor", + "carving" + ], + "skillLevel": "intermediate", + "type": "tool" + } + }, + { + "id": "tool_Chainalysis", + "type": "tool", + "name": "Chainalysis", + "content": "chainalysis die blockchain-intelligence-plattform ist wohlbekannt in krypto-forensik mit einer der größten attribution-datenbank weltweit. clustering-algorithmen identifizieren millionen von services: exchanges, darknet-märkte, mixer, ransomware-wallets, scams. reactor visualisiert transaktionsflüsse mit automatischer risikobewertung. kyt (know your transaction) für echtzeit- compliance. sanctions screening gegen ofac und internationale listen. der investigation-workflow traced funds durch mixer und tumblers. intelligente alerts bei verdächtigen bewegungen. court-ready reports mit blockchain-beweiskette. die api integriert in bestehende case- management-systeme. unterstützt bitcoin, ethereum, und 100+ andere blockchains. trainings und zertifizierungen für ermittler. die lizenzkosten (sechsstellig) und us-zentrierung 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.006839752197265625, + 0.0275726318359375, + 0.0275726318359375, + -0.005466461181640625, + 0.0286102294921875, + 0.0275726318359375, + 0.0286102294921875, + -0.00823974609375, + -0.0029659271240234375, + -0.0043792724609375, + -0.036468505859375, + 0.048095703125, + 0.01103973388671875, + 0.021240234375, + -0.060943603515625, + 0.037109375, + -0.0003578662872314453, + 0.031707763671875, + 0.0091705322265625, + 0.005985260009765625, + -0.00855255126953125, + -0.02166748046875, + -0.0323486328125, + -0.00004273653030395508, + 0.026214599609375, + 0.0281829833984375, + -0.0218658447265625, + -0.04290771484375, + -0.00829315185546875, + -0.0079803466796875, + -0.00391387939453125, + -0.0239410400390625, + -0.02301025390625, + 0.00098419189453125, + -0.0096893310546875, + -0.004974365234375, + 0.0029277801513671875, + -0.04248046875, + 0.0015869140625, + 0.01160430908203125, + -0.0260162353515625, + -0.0026950836181640625, + -0.004146575927734375, + 0.0012569427490234375, + -0.0296478271484375, + -0.060516357421875, + -0.01119232177734375, + -0.019073486328125, + 0.01751708984375, + -0.01171112060546875, + 0.0108795166015625, + 0.029022216796875, + 0.0184478759765625, + -0.005336761474609375, + -0.0439453125, + 0.021453857421875, + 0.0181427001953125, + -0.060943603515625, + -0.0543212890625, + 0.035430908203125, + -0.03607177734375, + 0.01202392578125, + 0.0032520294189453125, + 0.0117645263671875, + 0.00933074951171875, + 0.043121337890625, + -0.023529052734375, + -0.031097412109375, + -0.0054168701171875, + -0.004119873046875, + 0.0168914794921875, + 0.01233673095703125, + -0.01959228515625, + 0.035430908203125, + -0.031494140625, + -0.0198974609375, + 0.0160675048828125, + 0.038543701171875, + 0.0001684427261352539, + 0.00432586669921875, + -0.0155487060546875, + 0.0025787353515625, + 0.049530029296875, + -0.0273590087890625, + -0.023529052734375, + -0.0150299072265625, + 0.01233673095703125, + 0.02716064453125, + -0.007617950439453125, + -0.0234222412109375, + 0.021240234375, + 0.0084991455078125, + 0.032745361328125, + -0.001800537109375, + 0.06591796875, + 0.06591796875, + -0.02880859375, + -0.02166748046875, + -0.0242462158203125, + 0.043731689453125, + 0.01222991943359375, + -0.0229034423828125, + 0.043121337890625, + -0.01129913330078125, + 0.05389404296875, + -0.0185546875, + 0.029022216796875, + -0.0184478759765625, + -0.01026153564453125, + -0.053466796875, + -0.08416748046875, + -0.05224609375, + -0.016693115234375, + -0.053466796875, + 0.00021696090698242188, + 0.01367950439453125, + -0.02777099609375, + 0.02777099609375, + -0.056365966796875, + -0.0247650146484375, + 0.0171051025390625, + 0.0110931396484375, + 0.005802154541015625, + 0.02716064453125, + -0.0252838134765625, + -0.06427001953125, + 0.0205230712890625, + 0.044769287109375, + -0.03399658203125, + -0.0323486328125, + -0.0108795166015625, + -0.00011980533599853516, + 0.00209808349609375, + -0.01212310791015625, + 0.00859832763671875, + -0.005649566650390625, + 0.04022216796875, + -0.0233154296875, + -0.006320953369140625, + 0.01751708984375, + 0.0286102294921875, + -0.035858154296875, + -0.049346923828125, + 0.004352569580078125, + -0.039794921875, + -0.0100555419921875, + 0.000965118408203125, + 0.05120849609375, + -0.038543701171875, + 0.016265869140625, + -0.003757476806640625, + 0.01316070556640625, + 0.05224609375, + -0.00528717041015625, + 0.01015472412109375, + -0.024871826171875, + 0.0189666748046875, + -0.005672454833984375, + 0.0236358642578125, + 0.00484466552734375, + 0.0007805824279785156, + 0.0247650146484375, + 0.01482391357421875, + 0.0460205078125, + -0.021453857421875, + -0.03399658203125, + -0.042694091796875, + 0.0155487060546875, + 0.0182342529296875, + -0.0179290771484375, + 0.00948333740234375, + 0.004741668701171875, + 0.0487060546875, + 0.08953857421875, + -0.009429931640625, + 0.01471710205078125, + 0.01031494140625, + -0.0187530517578125, + 0.0286102294921875, + 0.03668212890625, + 0.00933074951171875, + -0.0018787384033203125, + 0.05389404296875, + 0.00859832763671875, + 0.0273590087890625, + 0.00595855712890625, + -0.046844482421875, + 0.0001481771469116211, + -0.02716064453125, + 0.01336669921875, + -0.0308837890625, + -0.042083740234375, + -0.01119232177734375, + 0.0294342041015625, + 0.0150299072265625, + 0.07672119140625, + 0.02435302734375, + -0.01336669921875, + 0.030059814453125, + 0.0150299072265625, + -0.00018298625946044922, + 0.0018787384033203125, + 0.009796142578125, + 0.0281829833984375, + 0.02716064453125, + 0.0218658447265625, + 0.00673675537109375, + 0.020111083984375, + 0.01300811767578125, + -0.01482391357421875, + -0.01367950439453125, + 0.040008544921875, + -0.027984619140625, + -0.00922393798828125, + -0.032745361328125, + -0.045196533203125, + -0.01959228515625, + -0.0125885009765625, + -0.0019817352294921875, + 0.0014896392822265625, + -0.00777435302734375, + -0.04498291015625, + -0.012542724609375, + 0.026123046875, + -0.03460693359375, + 0.03399658203125, + 0.01186370849609375, + -0.021453857421875, + 0.01430511474609375, + 0.0292205810546875, + 0.03399658203125, + 0.00989532470703125, + -0.0015935897827148438, + -0.0025386810302734375, + -0.0100555419921875, + -0.0018787384033203125, + 0.035247802734375, + 0.0692138671875, + 0.00640106201171875, + -0.006633758544921875, + -0.01523590087890625, + 0.026214599609375, + -0.0244598388671875, + 0.045196533203125, + 0.039398193359375, + -0.01544189453125, + -0.017303466796875, + -0.00859832763671875, + 0.0108795166015625, + 0.04229736328125, + -0.052032470703125, + -0.00896453857421875, + -0.070068359375, + 0.021759033203125, + -0.07708740234375, + -0.029022216796875, + -0.04248046875, + -0.034210205078125, + 0.0460205078125, + -0.02984619140625, + -0.0215606689453125, + 0.0153350830078125, + 0.001605987548828125, + 0.056365966796875, + 0.02227783203125, + 0.00699615478515625, + -0.0308837890625, + -0.02227783203125, + 0.06634521484375, + 0.006450653076171875, + -0.031494140625, + -0.01290130615234375, + 0.048309326171875, + 0.00025916099548339844, + 0.033782958984375, + -0.0124359130859375, + 0.016998291015625, + 0.0281829833984375, + 0.056365966796875, + 0.025390625, + -0.00855255126953125, + 0.01197052001953125, + 0.00922393798828125, + 0.045196533203125, + -0.039794921875, + -0.006114959716796875, + -0.0191802978515625, + 0.005828857421875, + 0.0079803466796875, + -0.059295654296875, + 0.005519866943359375, + 0.051605224609375, + 0.008758544921875, + -0.0011920928955078125, + 0.00818634033203125, + -0.056793212890625, + 0.0011854171752929688, + 0.004871368408203125, + -0.0139923095703125, + 0.04913330078125, + 0.044158935546875, + -0.04559326171875, + 0.0335693359375, + 0.0019683837890625, + 0.005260467529296875, + -0.050567626953125, + -0.0179290771484375, + -0.0119171142578125, + -0.01336669921875, + -0.04248046875, + -0.02716064453125, + 0.00963592529296875, + -0.04144287109375, + -0.0013799667358398438, + -0.01300811767578125, + 0.007305145263671875, + -0.06341552734375, + -0.05389404296875, + -0.00006759166717529297, + -0.045806884765625, + -0.047454833984375, + -0.0433349609375, + 0.0240478515625, + 0.00042438507080078125, + 0.0047149658203125, + -0.031494140625, + -0.00963592529296875, + -0.0283966064453125, + -0.0083465576171875, + 0.0021381378173828125, + 0.0025386810302734375, + -0.0210418701171875, + 0.0308837890625, + 0.0185546875, + 0.044158935546875, + 0.014923095703125, + 0.06964111328125, + 0.05035400390625, + -0.0296478271484375, + -0.001956939697265625, + -0.0179290771484375, + 0.020721435546875, + 0.026947021484375, + -0.0205230712890625, + -0.00907135009765625, + -0.0308837890625, + -0.0294342041015625, + 0.016693115234375, + 0.04229736328125, + 0.00792694091796875, + 0.0197906494140625, + -0.0103607177734375, + 0.003627777099609375, + 0.06341552734375, + -0.013885498046875, + 0.0982666015625, + -0.0233154296875, + -0.06427001953125, + -0.0026035308837890625, + 0.021240234375, + -0.0052337646484375, + -0.00399017333984375, + 0.0125885009765625, + -0.00823974609375, + 0.0160675048828125, + 0.034393310546875, + -0.02777099609375, + 0.0210418701171875, + 0.0069427490234375, + 0.00278472900390625, + 0.02716064453125, + -0.0184478759765625, + 0.0030059814453125, + 0.046630859375, + 0.00911712646484375, + 0.032135009765625, + 0.02642822265625, + -0.032745361328125, + 0.0055694580078125, + -0.0404052734375, + -0.089111328125, + 0.01617431640625, + 0.02880859375, + -0.005130767822265625, + 0.0246734619140625, + -0.02984619140625, + -0.047882080078125, + 0.0232086181640625, + -0.01155853271484375, + 0.07879638671875, + 0.059295654296875, + 0.01751708984375, + 0.0292205810546875, + -0.0418701171875, + 0.0197906494140625, + 0.0246734619140625, + 0.0267333984375, + 0.033172607421875, + 0.0391845703125, + 0.037322998046875, + 0.0145111083984375, + -0.045196533203125, + 0.01617431640625, + -0.0007610321044921875, + 0.025390625, + 0.003368377685546875, + 0.036468505859375, + 0.037322998046875, + 0.023529052734375, + -0.016693115234375, + 0.08746337890625, + 0.008758544921875, + -0.031707763671875, + 0.004276275634765625, + -0.0240478515625, + 0.0117645263671875, + -0.0350341796875, + 0.006168365478515625, + 0.00003826618194580078, + 0.0081329345703125, + 0.0036792755126953125, + 0.008758544921875, + -0.03131103515625, + 0.0139923095703125, + 0.047882080078125, + -0.0576171875, + 0.035858154296875, + 0.025909423828125, + -0.0215606689453125, + 0.035858154296875, + -0.00989532470703125, + -0.034820556640625, + 0.04437255859375, + -0.030059814453125, + -0.03399658203125, + -0.01617431640625, + 0.03253173828125, + -0.02093505859375, + -0.029022216796875, + -0.0237274169921875, + -0.0078277587890625, + -0.00278472900390625, + -0.0304718017578125, + 0.034393310546875, + -0.027984619140625, + -0.0103607177734375, + 0.04229736328125, + 0.025909423828125, + -0.0242462158203125, + -0.02880859375, + 0.0404052734375, + -0.0246734619140625, + -0.04351806640625, + 0.0124359130859375, + 0.0231170654296875, + 0.0258026123046875, + -0.0283966064453125, + -0.018035888671875, + -0.00202178955078125, + 0.0023193359375, + 0.0102081298828125, + 0.0232086181640625, + -0.03131103515625, + -0.05120849609375, + -0.0543212890625, + 0.041046142578125, + 0.039398193359375, + 0.02642822265625, + 0.0072021484375, + -0.05035400390625, + 0.020721435546875, + -0.0721435546875, + -0.0013866424560546875, + 0.00989532470703125, + -0.01409149169921875, + -0.0283966064453125, + 0.052032470703125, + -0.008087158203125, + -0.022491455078125, + -0.01326751708984375, + 0.0555419921875, + 0.006633758544921875, + 0.02227783203125, + -0.038360595703125, + 0.06634521484375, + 0.0019044876098632812, + -0.07171630859375, + 0.00128936767578125, + -0.0240478515625, + -0.024566650390625, + 0.037506103515625, + -0.06427001953125, + 0.0011529922485351562, + 0.0281829833984375, + -0.07916259765625, + -0.025604248046875, + -0.05078125, + -0.016998291015625, + -0.031494140625, + 0.0294342041015625, + 0.0041961669921875, + -0.00476837158203125, + 0.0445556640625, + 0.0233154296875, + -0.020416259765625, + 0.0198974609375, + -0.019073486328125, + -0.02642822265625, + 0.00829315185546875, + -0.0596923828125, + -0.01617431640625, + -0.003887176513671875, + 0.0237274169921875, + -0.01751708984375, + 0.0242462158203125, + 0.00588226318359375, + -0.0576171875, + 0.0267333984375, + -0.01316070556640625, + 0.0031223297119140625, + -0.02301025390625, + -0.03192138671875, + -0.041046142578125, + -0.017303466796875, + 0.017303466796875, + 0.030670166015625, + 0.000965118408203125, + 0.0181427001953125, + 0.037933349609375, + -0.06134033203125, + -0.00417327880859375, + 0.01378631591796875, + -0.021759033203125, + 0.007099151611328125, + -0.0157470703125, + -0.0258026123046875, + -0.0240478515625, + 0.0460205078125, + -0.036285400390625, + -0.03607177734375, + -0.0804443359375, + 0.01419830322265625, + -0.0185546875, + 0.006038665771484375, + -0.037506103515625, + -0.0308837890625, + -0.05804443359375, + -0.017822265625, + 0.0302581787109375, + 0.02777099609375, + -0.0032253265380859375, + -0.04913330078125, + -0.01617431640625, + -0.0122833251953125, + -0.03131103515625, + 0.041259765625, + 0.00959014892578125, + 0.0184478759765625, + 0.0226898193359375, + -0.03875732421875, + 0.032958984375, + 0.0011920928955078125, + 0.0267333984375, + 0.0019683837890625, + 0.0265350341796875, + -0.0205230712890625, + 0.035430908203125, + -0.018341064453125, + -0.0182342529296875, + 0.006839752197265625, + -0.0163726806640625, + 0.038970947265625, + -0.018341064453125, + -0.0145111083984375, + 0.0160675048828125, + 0.00922393798828125, + 0.01367950439453125, + 0.001522064208984375, + -0.021759033203125, + 0.0273590087890625, + 0.0122833251953125, + 0.053070068359375, + -0.049957275390625, + -0.047454833984375, + -0.03460693359375, + -0.0210418701171875, + 0.04083251953125, + 0.08624267578125, + 0.0100555419921875, + -0.0273590087890625, + 0.006839752197265625, + 0.03607177734375, + -0.00792694091796875, + -0.054718017578125, + -0.0197906494140625, + 0.003147125244140625, + 0.021759033203125, + 0.061767578125, + 0.00261688232421875, + 0.06842041015625, + -0.004482269287109375, + 0.00792694091796875, + 0.020416259765625, + 0.048095703125, + 0.029022216796875, + -0.026947021484375, + -0.04974365234375, + 0.0038089752197265625, + -0.00595855712890625, + -0.04974365234375, + -0.029022216796875, + 0.0006380081176757812, + 0.03875732421875, + -0.09906005859375, + -0.0181427001953125, + -0.01419830322265625, + 0.00569915771484375, + -0.0030841827392578125, + 0.0241546630859375, + -0.030059814453125, + 0.0176239013671875, + 0.0157470703125, + -0.02777099609375, + -0.0165863037109375, + -0.004222869873046875, + 0.021148681640625, + 0.0650634765625, + 0.0323486328125, + -0.009796142578125, + 0.032135009765625, + 0.005077362060546875, + 0.0171051025390625, + 0.0232086181640625, + 0.047271728515625, + 0.0249786376953125, + 0.0091705322265625, + 0.0100555419921875, + 0.07171630859375, + -0.0130615234375, + -0.0198974609375, + -0.0008292198181152344, + 0.00018131732940673828, + 0.0254974365234375, + 0.0265350341796875, + -0.0240478515625, + 0.0171966552734375, + -0.012176513671875, + -0.047882080078125, + -0.0145111083984375, + -0.0054168701171875, + -0.0005636215209960938, + -0.0275726318359375, + -0.039398193359375, + 0.03399658203125, + -0.025390625, + 0.037109375, + 0.0089111328125, + -0.0181427001953125, + -0.01171112060546875, + 0.0296478271484375, + -0.00844573974609375, + -0.058441162109375, + 0.032958984375, + -0.0032520294189453125, + -0.01885986328125, + 0.004222869873046875, + -0.031707763671875, + 0.030670166015625, + -0.01378631591796875, + -0.0555419921875, + 0.001354217529296875, + 0.0196990966796875, + -0.0218658447265625, + -0.046844482421875, + -0.01212310791015625, + 0.005802154541015625, + 0.004016876220703125, + -0.03875732421875, + -0.047454833984375, + -0.043121337890625, + 0.01471710205078125, + -0.039794921875, + -0.004276275634765625, + -0.01222991943359375, + -0.033782958984375, + -0.0165863037109375, + -0.00699615478515625, + -0.0040435791015625, + 0.02716064453125, + -0.0439453125, + 0.023529052734375, + 0.0226898193359375, + 0.01274871826171875, + 0.035247802734375, + 0.047882080078125, + -0.0273590087890625, + 0.0066070556640625, + -0.00885772705078125, + -0.056793212890625, + 0.0296478271484375, + -0.01471710205078125, + 0.01300811767578125, + -0.08001708984375, + -0.0005507469177246094, + 0.06134033203125, + -0.0887451171875, + 0.015960693359375, + 0.005260467529296875, + -0.01093292236328125, + -0.034210205078125, + 0.00588226318359375, + 0.004947662353515625, + 0.004795074462890625, + 0.06219482421875, + -0.0054931640625, + -0.00595855712890625, + 0.03814697265625, + -0.01482391357421875, + 0.04559326171875, + -0.007617950439453125, + 0.0304718017578125, + -0.059295654296875, + 0.03253173828125, + -0.00629425048828125, + -0.04083251953125, + -0.0215606689453125, + -0.08416748046875, + -0.0220794677734375, + 0.0237274169921875, + 0.024566650390625, + -0.0011072158813476562, + 0.0069427490234375, + -0.0296478271484375, + -0.006320953369140625, + -0.027984619140625, + 0.030059814453125, + 0.000492095947265625, + 0.001697540283203125, + -0.026947021484375, + -0.0286102294921875, + -0.04083251953125, + -0.053466796875, + -0.01264190673828125, + -0.025177001953125, + 0.0273590087890625, + -0.0079803466796875, + -0.046234130859375, + -0.0208282470703125, + -0.0145111083984375, + 0.026123046875, + 0.004535675048828125, + 0.0721435546875, + -0.02880859375, + -0.00933074951171875, + -0.005390167236328125, + 0.05804443359375, + 0.004924774169921875, + 0.00948333740234375, + -0.00911712646484375, + 0.01155853271484375, + 0.0203094482421875, + -0.0445556640625, + 0.053466796875, + 0.0391845703125, + -0.00896453857421875, + -0.0404052734375, + 0.0009522438049316406, + -0.0265350341796875, + 0.034210205078125, + -0.0164794921875, + 0.026947021484375, + -0.000835418701171875, + 0.01134490966796875, + -0.07464599609375, + 0.059295654296875, + 0.00937652587890625, + 0.053466796875, + 0.00531005859375, + -0.034210205078125, + -0.042083740234375, + -0.049530029296875, + -0.0335693359375, + 0.038543701171875, + -0.02984619140625, + 0.0186614990234375, + 0.0182342529296875, + 0.005672454833984375, + 0.033782958984375, + 0.0119171142578125, + -0.01078033447265625, + 0.049346923828125, + 0.02227783203125, + -0.0304718017578125, + 0.0721435546875, + -0.0192718505859375, + 0.0231170654296875, + -0.007152557373046875, + 0.019073486328125, + 0.0012826919555664062, + -0.00406646728515625, + -0.047454833984375, + 0.0404052734375, + 0.045196533203125, + 0.0679931640625, + -0.0232086181640625, + 0.01430511474609375, + -0.0323486328125, + 0.0168914794921875, + -0.0026302337646484375, + -0.0239410400390625, + -0.005672454833984375, + -0.0016841888427734375, + -0.018341064453125, + -0.00792694091796875, + -0.06341552734375, + -0.06964111328125, + -0.004817962646484375, + -0.07708740234375, + -0.0177154541015625, + -0.0025005340576171875, + 0.010833740234375, + 0.0304718017578125, + -0.03338623046875, + 0.031494140625, + -0.005466461181640625, + -0.0036525726318359375, + -0.0174102783203125, + 0.0102081298828125, + -0.02777099609375, + 0.05035400390625, + 0.0350341796875, + -0.04766845703125, + 0.02301025390625, + -0.0184478759765625, + -0.02197265625, + -0.01103973388671875, + -0.01471710205078125, + -0.025390625, + 0.03668212890625, + -0.06298828125, + -0.0134735107421875, + 0.0003578662872314453, + 0.00818634033203125, + 0.0134735107421875, + -0.01197052001953125, + 0.0445556640625, + -0.013214111328125, + -0.049957275390625, + 0.022796630859375, + 0.00823974609375, + -0.041656494140625, + -0.01461029052734375, + -0.011505126953125, + -0.00536346435546875, + 0.007045745849609375, + 0.0226898193359375, + 0.03460693359375, + 0.05224609375, + 0.01367950439453125, + -0.004924774169921875, + 0.0391845703125, + -0.0026035308837890625, + 0.01119232177734375, + 0.0181427001953125, + 0.006450653076171875, + 0.0011014938354492188, + 0.015655517578125, + -0.0191802978515625, + -0.07501220703125, + -0.010833740234375, + -0.02166748046875, + -0.061767578125, + -0.0036525726318359375, + 0.08538818359375, + 0.045196533203125, + -0.0254974365234375, + 0.01544189453125, + 0.0194854736328125, + 0.03607177734375, + 0.035858154296875, + -0.0095367431640625, + -0.067138671875, + -0.01207733154296875, + 0.0160675048828125, + 0.033172607421875, + -0.04498291015625, + 0.054718017578125, + 0.058868408203125, + -0.0247650146484375, + -0.037322998046875, + -0.0029659271240234375, + 0.0011529922485351562, + 0.0445556640625, + 0.0176239013671875, + 0.0296478271484375, + -0.052032470703125, + 0.01212310791015625, + 0.013580322265625, + -0.01523590087890625, + -0.0069427490234375, + -0.0179290771484375, + -0.025390625, + 0.0528564453125, + -0.04083251953125, + -0.0177154541015625, + 0.00766754150390625, + 0.0576171875, + 0.01482391357421875, + -0.016693115234375, + 0.0074615478515625, + 0.0294342041015625, + 0.0205230712890625, + -0.0182342529296875, + 0.025390625, + 0.021240234375, + -0.003757476806640625, + 0.00989532470703125, + 0.05389404296875, + 0.0139923095703125, + 0.067138671875, + 0.02093505859375, + -0.04498291015625, + 0.0252838134765625, + -0.00896453857421875, + -0.00016117095947265625, + -0.00870513916015625, + -0.041656494140625, + -0.0233154296875, + -0.00777435302734375, + 0.03564453125, + -0.0012369155883789062, + 0.053466796875, + 0.02435302734375, + 0.003887176513671875, + -0.00974273681640625, + 0.01367950439453125, + 0.020111083984375, + 0.039581298828125, + 0.016998291015625, + 0.007411956787109375, + 0.0215606689453125, + 0.014404296875, + -0.00391387939453125, + -0.044769287109375, + 0.0294342041015625, + -0.013580322265625, + -0.0022678375244140625, + -0.0418701171875, + -0.004299163818359375, + 0.0106201171875, + -0.01751708984375, + -0.003757476806640625, + -0.0215606689453125, + 0.0164794921875, + -0.01326751708984375, + -0.029022216796875, + -0.0158538818359375, + 0.035430908203125, + -0.03814697265625, + 0.04498291015625, + 0.045806884765625, + -0.00989532470703125, + 0.033172607421875, + -0.04022216796875, + 0.0626220703125, + 0.03338623046875, + 0.040618896484375, + -0.0241546630859375, + 0.01052093505859375, + 0.037109375, + -0.01119232177734375, + 0.00984954833984375, + 0.025177001953125, + -0.01197052001953125, + 0.048095703125, + 0.030059814453125, + 0.01248931884765625, + -0.038543701171875, + 0.05181884765625, + 0.0040435791015625, + -0.045379638671875, + 0.0304718017578125, + 0.0050506591796875, + 0.03338623046875, + -0.02093505859375, + 0.01026153564453125, + -0.01207733154296875, + -0.058441162109375, + 0.07049560546875, + 0.0229034423828125, + -0.01751708984375, + 0.0034465789794921875, + -0.06134033203125, + 0.046234130859375, + 0.01461029052734375, + 0.039794921875, + -0.032958984375, + 0.059295654296875, + 0.021240234375, + 0.01326751708984375, + -0.02020263671875, + 0.0171966552734375, + 0.0119171142578125, + 0.033782958984375, + -0.0543212890625, + 0.053466796875, + 0.03875732421875, + 0.008087158203125, + -0.049346923828125, + 0.0011138916015625, + 0.0081329345703125, + -0.0025787353515625, + 0.025909423828125, + -0.05078125, + -0.0234222412109375, + 0.01207733154296875, + 0.02508544921875, + 0.08538818359375, + -0.018341064453125, + 0.0229034423828125, + -0.01409149169921875, + -0.005336761474609375, + 0.0013275146484375, + -0.0160675048828125 + ], + "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_Android_Studio", + "type": "tool", + "name": "Android Studio", + "content": "android studio offizielle ide von google für die android‑entwicklung, basierend auf jetbrains intellij idea. integriert ein flexibles gradle‑buildsystem, jetpack‑compose‑designer, geräte‑emulator, profiler und debugging‑tools, um mobile apps effizient zu erstellen, zu testen und zu analysieren – auch für forensische re‑packaging‑ oder malware‑analysen von apks. ide android emulator debugging mobile-forensics malware-analysis examination analysis", + "embedding": [ + -0.0266265869140625, + 0.01016998291015625, + 0.038177490234375, + 0.009857177734375, + 0.0011157989501953125, + 0.01517486572265625, + 0.045196533203125, + 0.0295257568359375, + 0.00498199462890625, + 0.00701904296875, + -0.0174407958984375, + 0.07061767578125, + -0.0086212158203125, + 0.0094451904296875, + -0.0394287109375, + 0.039215087890625, + -0.004825592041015625, + 0.0251922607421875, + -0.0186767578125, + 0.01233673095703125, + -0.0212554931640625, + -0.04150390625, + -0.046875, + -0.01971435546875, + -0.0086669921875, + 0.0301361083984375, + -0.0295257568359375, + -0.06524658203125, + -0.0295257568359375, + -0.0311737060546875, + 0.031585693359375, + -0.0184783935546875, + -0.0187835693359375, + 0.0309600830078125, + 0.0104217529296875, + -0.004154205322265625, + 0.01248931884765625, + -0.04150390625, + -0.0276641845703125, + 0.03076171875, + 0.035491943359375, + -0.002941131591796875, + 0.036956787109375, + 0.020233154296875, + -0.01641845703125, + -0.0238494873046875, + -0.00479888916015625, + -0.0152740478515625, + 0.0211639404296875, + -0.0139312744140625, + 0.042938232421875, + 0.0114593505859375, + 0.03717041015625, + -0.0002048015594482422, + -0.0157928466796875, + 0.039642333984375, + 0.0258026123046875, + -0.04107666015625, + -0.06732177734375, + 0.033233642578125, + -0.03717041015625, + -0.0136260986328125, + 0.005523681640625, + -0.009033203125, + -0.01305389404296875, + 0.0258026123046875, + 0.01558685302734375, + -0.0313720703125, + -0.012847900390625, + 0.005443572998046875, + 0.002567291259765625, + -0.0032253265380859375, + -0.0101165771484375, + 0.078857421875, + -0.0189971923828125, + -0.04437255859375, + -0.00572967529296875, + -0.004207611083984375, + 0.01476287841796875, + 0.004901885986328125, + -0.040252685546875, + 0.00815582275390625, + 0.062744140625, + -0.0086212158203125, + -0.00588226318359375, + 0.01192474365234375, + 0.01702880859375, + 0.00939178466796875, + 0.0203399658203125, + 0.0247650146484375, + 0.048309326171875, + -0.0251922607421875, + 0.016510009765625, + -0.013519287109375, + 0.0303497314453125, + 0.04150390625, + -0.0252838134765625, + -0.014556884765625, + -0.006504058837890625, + 0.032196044921875, + -0.00621795654296875, + 0.016510009765625, + 0.08258056640625, + 0.0015869140625, + 0.022705078125, + -0.04376220703125, + 0.00014352798461914062, + 0.01424407958984375, + -0.0117645263671875, + -0.01517486572265625, + -0.09539794921875, + -0.044189453125, + -0.046875, + -0.05615234375, + -0.00225830078125, + 0.004619598388671875, + -0.01088714599609375, + 0.038604736328125, + -0.072265625, + -0.0313720703125, + 0.005962371826171875, + 0.038177490234375, + 0.0026187896728515625, + 0.0231170654296875, + -0.02569580078125, + -0.03778076171875, + -0.004543304443359375, + 0.029937744140625, + -0.04437255859375, + -0.033447265625, + -0.01476287841796875, + -0.05120849609375, + -0.00980377197265625, + -0.0244598388671875, + 0.003108978271484375, + -0.034881591796875, + 0.06768798828125, + 0.01114654541015625, + -0.0027484893798828125, + 0.00701904296875, + 0.01073455810546875, + -0.037994384765625, + -0.056976318359375, + 0.01837158203125, + -0.006320953369140625, + 0.0014123916625976562, + -0.01476287841796875, + 0.038177490234375, + -0.032196044921875, + -0.02911376953125, + -0.01155853271484375, + 0.00330352783203125, + 0.05120849609375, + 0.0072784423828125, + -0.017242431640625, + -0.034881591796875, + -0.00836181640625, + -0.009185791015625, + 0.043365478515625, + -0.0236358642578125, + -0.05615234375, + 0.019195556640625, + -0.0194091796875, + 0.001316070556640625, + -0.0152740478515625, + -0.0211639404296875, + 0.0016260147094726562, + -0.0026836395263671875, + 0.021575927734375, + -0.004207611083984375, + 0.01372528076171875, + -0.0149688720703125, + 0.044189453125, + 0.045196533203125, + 0.003108978271484375, + 0.0361328125, + -0.012542724609375, + 0.0072784423828125, + 0.0204315185546875, + 0.01104736328125, + -0.025604248046875, + -0.00487518310546875, + 0.04852294921875, + 0.0328369140625, + 0.02703857421875, + -0.019500732421875, + -0.040863037109375, + -0.020538330078125, + -0.036529541015625, + 0.03448486328125, + -0.039642333984375, + -0.00384521484375, + -0.01558685302734375, + 0.038604736328125, + 0.0005578994750976562, + 0.05450439453125, + 0.0309600830078125, + -0.0203399658203125, + 0.0198211669921875, + -0.0171356201171875, + 0.01413726806640625, + 0.029937744140625, + 0.03839111328125, + 0.035919189453125, + -0.00970458984375, + 0.02703857421875, + 0.0144500732421875, + 0.0174407958984375, + -0.007793426513671875, + -0.0194091796875, + -0.021881103515625, + 0.02001953125, + -0.004154205322265625, + -0.03076171875, + -0.024566650390625, + -0.0394287109375, + 0.024261474609375, + -0.0152740478515625, + -0.007381439208984375, + -0.0213623046875, + -0.005859375, + -0.03448486328125, + -0.013214111328125, + 0.0244598388671875, + -0.00640106201171875, + 0.015380859375, + 0.0501708984375, + -0.0274505615234375, + -0.017547607421875, + 0.00887298583984375, + -0.006656646728515625, + 0.0328369140625, + 0.0015544891357421875, + 0.00606536865234375, + -0.025604248046875, + -0.014556884765625, + 0.024871826171875, + 0.0254974365234375, + 0.047271728515625, + 0.006862640380859375, + -0.0152740478515625, + 0.02642822265625, + -0.00882720947265625, + 0.044586181640625, + 0.033447265625, + -0.036956787109375, + -0.00939178466796875, + 0.013214111328125, + 0.0251922607421875, + 0.060272216796875, + -0.0301361083984375, + 0.0038700103759765625, + -0.06396484375, + 0.00330352783203125, + -0.053253173828125, + -0.035491943359375, + -0.014556884765625, + -0.04644775390625, + 0.06317138671875, + -0.052215576171875, + -0.0254974365234375, + -0.00313568115234375, + 0.02703857421875, + 0.006916046142578125, + 0.019195556640625, + 0.027862548828125, + -0.0540771484375, + 0.00965118408203125, + 0.05181884765625, + 0.0169219970703125, + -0.005985260009765625, + -0.00923919677734375, + 0.00815582275390625, + 0.005832672119140625, + 0.002193450927734375, + -0.0157928466796875, + 0.01073455810546875, + 0.0169219970703125, + 0.033447265625, + 0.01342010498046875, + -0.0241546630859375, + 0.0309600830078125, + 0.034881591796875, + 0.0095977783203125, + -0.0266265869140625, + -0.044189453125, + 0.007381439208984375, + 0.0186767578125, + -0.0030574798583984375, + -0.037994384765625, + -0.03179931640625, + 0.048095703125, + 0.033843994140625, + 0.0241546630859375, + 0.0276641845703125, + -0.049957275390625, + -0.00521087646484375, + 0.0244598388671875, + -0.0198211669921875, + 0.036956787109375, + 0.04541015625, + 0.0010833740234375, + -0.00363922119140625, + 0.02642822265625, + 0.008514404296875, + -0.03448486328125, + -0.02972412109375, + -0.02642822265625, + 0.0222930908203125, + -0.053680419921875, + -0.0340576171875, + 0.0131072998046875, + -0.0149688720703125, + 0.006862640380859375, + 0.01140594482421875, + -0.01465606689453125, + -0.019500732421875, + -0.03717041015625, + 0.0107879638671875, + -0.052215576171875, + -0.0181732177734375, + -0.0244598388671875, + 0.06524658203125, + 0.00498199462890625, + 0.003238677978515625, + -0.0067596435546875, + -0.05450439453125, + -0.04437255859375, + 0.0167236328125, + -0.019927978515625, + -0.01021575927734375, + 0.0174407958984375, + 0.04974365234375, + 0.028076171875, + 0.01424407958984375, + 0.01837158203125, + 0.09576416015625, + 0.042327880859375, + -0.0036640167236328125, + -0.0186767578125, + 0.005420684814453125, + 0.0244598388671875, + 0.01316070556640625, + -0.042510986328125, + -0.041290283203125, + 0.0020771026611328125, + -0.028900146484375, + 0.0236358642578125, + -0.01166534423828125, + 0.0328369140625, + 0.03179931640625, + -0.0193023681640625, + -0.007328033447265625, + 0.04376220703125, + -0.0026187896728515625, + 0.08837890625, + -0.0261077880859375, + -0.04376220703125, + -0.035919189453125, + 0.040252685546875, + -0.03509521484375, + 0.01290130615234375, + 0.020843505859375, + 0.0107879638671875, + 0.006191253662109375, + 0.043548583984375, + -0.027252197265625, + 0.0217742919921875, + 0.01305389404296875, + -0.0152740478515625, + 0.0163116455078125, + -0.005962371826171875, + -0.004180908203125, + 0.03302001953125, + 0.0266265869140625, + 0.017852783203125, + 0.0240478515625, + -0.0166168212890625, + 0.004180908203125, + -0.0276641845703125, + -0.02105712890625, + 0.00949859619140625, + 0.044189453125, + 0.0251922607421875, + 0.03466796875, + -0.03240966796875, + -0.04437255859375, + 0.0014514923095703125, + -0.0190887451171875, + 0.100341796875, + 0.034881591796875, + 0.0251922607421875, + 0.0176544189453125, + -0.0263214111328125, + 0.01058197021484375, + -0.0009098052978515625, + 0.0174407958984375, + 0.047698974609375, + 0.060272216796875, + 0.04046630859375, + 0.00970458984375, + -0.050384521484375, + 0.0244598388671875, + 0.03448486328125, + 0.02703857421875, + 0.0007452964782714844, + 0.04437255859375, + 0.01088714599609375, + 0.0213623046875, + -0.0102691650390625, + 0.0460205078125, + 0.0186767578125, + 0.00505828857421875, + 0.0276641845703125, + -0.02105712890625, + -0.01435089111328125, + -0.04437255859375, + 0.002941131591796875, + 0.02001953125, + 0.026214599609375, + 0.01641845703125, + 0.00614166259765625, + -0.033233642578125, + -0.008514404296875, + 0.049530029296875, + -0.05242919921875, + 0.0074310302734375, + 0.0309600830078125, + -0.030548095703125, + 0.01558685302734375, + -0.038818359375, + -0.038818359375, + 0.012847900390625, + -0.0159912109375, + -0.06646728515625, + 0.026214599609375, + 0.0233306884765625, + -0.042724609375, + -0.033233642578125, + -0.031585693359375, + 0.007793426513671875, + -0.00830841064453125, + 0.001605987548828125, + 0.034881591796875, + 0.0005869865417480469, + -0.009857177734375, + 0.0301361083984375, + 0.040679931640625, + -0.00748443603515625, + -0.044189453125, + 0.03448486328125, + -0.012542724609375, + -0.03240966796875, + 0.0174407958984375, + 0.020538330078125, + 0.0181732177734375, + -0.0474853515625, + 0.0013284683227539062, + -0.004413604736328125, + 0.0190887451171875, + 0.01548004150390625, + 0.0186767578125, + -0.004360198974609375, + -0.0340576171875, + -0.05450439453125, + 0.04705810546875, + 0.037994384765625, + 0.020538330078125, + -0.040863037109375, + -0.048309326171875, + 0.0139312744140625, + -0.047698974609375, + -0.021881103515625, + -0.0222930908203125, + 0.035491943359375, + -0.0268402099609375, + 0.0615234375, + 0.020843505859375, + -0.00965118408203125, + -0.001857757568359375, + 0.061920166015625, + -0.0092926025390625, + 0.02703857421875, + -0.051605224609375, + 0.084228515625, + 0.043975830078125, + -0.0367431640625, + -0.046661376953125, + 0.0239410400390625, + -0.01171875, + 0.049346923828125, + -0.057403564453125, + -0.0239410400390625, + -0.01104736328125, + -0.05615234375, + -0.028076171875, + -0.045623779296875, + 0.00020802021026611328, + -0.040679931640625, + 0.021881103515625, + 0.0274505615234375, + -0.01171875, + 0.0460205078125, + 0.02642822265625, + 0.014556884765625, + 0.030548095703125, + -0.007122039794921875, + -0.0052642822265625, + -0.00836181640625, + -0.045013427734375, + -0.0234375, + -0.020233154296875, + 0.03570556640625, + -0.015380859375, + -0.0015287399291992188, + -0.0025424957275390625, + -0.0016002655029296875, + 0.05450439453125, + -0.014556884765625, + 0.005496978759765625, + -0.022918701171875, + -0.0394287109375, + -0.0260162353515625, + -0.0260162353515625, + -0.006862640380859375, + 0.028076171875, + -0.028076171875, + 0.0295257568359375, + 0.06109619140625, + -0.061920166015625, + 0.002323150634765625, + 0.0201263427734375, + -0.0181732177734375, + 0.0212554931640625, + -0.00681304931640625, + -0.007381439208984375, + -0.015380859375, + -0.0016002655029296875, + -0.031982421875, + -0.05780029296875, + -0.056976318359375, + 0.037353515625, + -0.028900146484375, + -0.01068115234375, + -0.031982421875, + -0.039642333984375, + -0.052642822265625, + -0.0015544891357421875, + 0.047882080078125, + 0.01372528076171875, + 0.0113525390625, + -0.0204315185546875, + -0.04376220703125, + -0.001148223876953125, + -0.0284881591796875, + 0.032196044921875, + -0.0268402099609375, + 0.01806640625, + 0.0260162353515625, + -0.040863037109375, + -0.0004048347473144531, + 0.008514404296875, + 0.042938232421875, + 0.038604736328125, + 0.050567626953125, + -0.0209503173828125, + 0.02703857421875, + -0.00412750244140625, + -0.012176513671875, + -0.0066070556640625, + -0.005985260009765625, + 0.0196075439453125, + -0.030548095703125, + -0.01274871826171875, + 0.01248931884765625, + 0.006504058837890625, + -0.01274871826171875, + 0.003742218017578125, + -0.05078125, + 0.028076171875, + 0.0231170654296875, + 0.042327880859375, + -0.04376220703125, + -0.0258026123046875, + -0.03076171875, + 0.00991058349609375, + 0.031982421875, + 0.0217742919921875, + -0.00815582275390625, + -0.0201263427734375, + -0.0169219970703125, + 0.032196044921875, + 0.014862060546875, + -0.0421142578125, + -0.031585693359375, + 0.032623291015625, + 0.046234130859375, + 0.05120849609375, + 0.00554656982421875, + 0.07098388671875, + 0.0276641845703125, + -0.0110931396484375, + 0.013214111328125, + 0.0648193359375, + 0.036529541015625, + -0.036529541015625, + -0.0513916015625, + 0.017852783203125, + 0.0030956268310546875, + -0.027252197265625, + -0.056976318359375, + 0.0198211669921875, + 0.04168701171875, + -0.05987548828125, + -0.00872039794921875, + -0.01166534423828125, + -0.00487518310546875, + -0.025604248046875, + 0.023529052734375, + -0.0104217529296875, + -0.0017805099487304688, + 0.0079498291015625, + -0.05120849609375, + -0.0198211669921875, + -0.01032257080078125, + 0.0340576171875, + 0.049957275390625, + 0.0086669921875, + -0.02972412109375, + 0.02642822265625, + 0.02703857421875, + 0.0287017822265625, + 0.005496978759765625, + 0.0247650146484375, + -0.0016775131225585938, + 0.0447998046875, + 0.0225982666015625, + 0.049957275390625, + -0.028900146484375, + -0.0261077880859375, + 0.0109405517578125, + 0.0238494873046875, + 0.0179595947265625, + 0.03179931640625, + -0.011871337890625, + 0.00830841064453125, + -0.036529541015625, + -0.0501708984375, + 0.004852294921875, + 0.0136260986328125, + -0.006450653076171875, + -0.043365478515625, + -0.041290283203125, + 0.007793426513671875, + -0.0615234375, + 0.03240966796875, + 0.0171356201171875, + -0.009033203125, + -0.0128021240234375, + 0.02911376953125, + -0.0012187957763671875, + -0.0287017822265625, + 0.0168304443359375, + 0.005443572998046875, + -0.0045928955078125, + -0.0540771484375, + -0.040863037109375, + 0.025604248046875, + 0.005908966064453125, + -0.0833740234375, + -0.0236358642578125, + 0.0266265869140625, + -0.0166168212890625, + -0.0189971923828125, + -0.03509521484375, + 0.0169219970703125, + -0.001232147216796875, + -0.0252838134765625, + -0.03302001953125, + -0.00681304931640625, + -0.01383209228515625, + -0.0181732177734375, + 0.0258026123046875, + -0.016510009765625, + -0.0311737060546875, + 0.012847900390625, + -0.038177490234375, + -0.023223876953125, + 0.042724609375, + -0.041290283203125, + 0.036956787109375, + 0.01084136962890625, + -0.023529052734375, + 0.036346435546875, + 0.0361328125, + 0.019927978515625, + 0.00518798828125, + -0.00479888916015625, + -0.050567626953125, + -0.0012187957763671875, + -0.00980377197265625, + 0.0212554931640625, + -0.0635986328125, + 0.01702880859375, + 0.0743408203125, + -0.09783935546875, + 0.0160980224609375, + 0.027862548828125, + -0.036529541015625, + -0.03778076171875, + -0.003742218017578125, + 0.0022068023681640625, + 0.01413726806640625, + 0.07763671875, + 0.00196075439453125, + -0.019195556640625, + 0.0010519027709960938, + -0.05120849609375, + 0.04541015625, + 0.0092926025390625, + 0.022705078125, + -0.059051513671875, + 0.005031585693359375, + 0.02001953125, + 0.0107879638671875, + 0.007381439208984375, + -0.06439208984375, + 0.0136260986328125, + 0.014556884765625, + 0.01435089111328125, + 0.00681304931640625, + -0.01558685302734375, + -0.0225982666015625, + -0.0186767578125, + -0.0254974365234375, + 0.0282745361328125, + 0.0246734619140625, + -0.007328033447265625, + -0.0309600830078125, + -0.0092926025390625, + 0.0024127960205078125, + -0.039215087890625, + -0.028900146484375, + -0.032623291015625, + 0.059051513671875, + 0.0038700103759765625, + -0.04913330078125, + 0.0287017822265625, + -0.00405120849609375, + 0.0160980224609375, + 0.0214691162109375, + 0.051605224609375, + -0.0247650146484375, + 0.00337982177734375, + -0.022918701171875, + 0.0295257568359375, + -0.00014913082122802734, + 0.01222991943359375, + -0.0079498291015625, + 0.0276641845703125, + 0.002864837646484375, + -0.0225982666015625, + 0.037353515625, + 0.03076171875, + -0.008209228515625, + -0.065673828125, + -0.007534027099609375, + -0.07098388671875, + 0.03570556640625, + -0.007587432861328125, + 0.043975830078125, + 0.037353515625, + -0.0140380859375, + -0.097412109375, + 0.02239990234375, + -0.033447265625, + 0.031585693359375, + 0.0174407958984375, + -0.0184783935546875, + -0.089599609375, + -0.0252838134765625, + -0.0287017822265625, + 0.01837158203125, + -0.027862548828125, + 0.043365478515625, + -0.005107879638671875, + 0.01806640625, + 0.03179931640625, + -0.0167236328125, + -0.013519287109375, + 0.06854248046875, + 0.0034580230712890625, + -0.0293121337890625, + 0.047698974609375, + -0.048309326171875, + 0.007740020751953125, + -0.027862548828125, + 0.0246734619140625, + 0.023529052734375, + -0.00279998779296875, + -0.0179595947265625, + -0.01558685302734375, + 0.03717041015625, + 0.0635986328125, + -0.036956787109375, + 0.0179595947265625, + -0.03778076171875, + 0.01016998291015625, + 0.007328033447265625, + -0.0160980224609375, + -0.0212554931640625, + 0.012542724609375, + -0.0648193359375, + 0.015380859375, + -0.0421142578125, + -0.09246826171875, + -0.025909423828125, + -0.0181732177734375, + -0.0117645263671875, + 0.0022716522216796875, + -0.0013418197631835938, + 0.02703857421875, + -0.023223876953125, + 0.0293121337890625, + 0.00431060791015625, + -0.01372528076171875, + 0.0004096031188964844, + 0.017242431640625, + -0.031982421875, + 0.0276641845703125, + -0.0074310302734375, + -0.053680419921875, + 0.0217742919921875, + -0.0167236328125, + 0.007587432861328125, + -0.00433349609375, + 0.00939178466796875, + 0.0086669921875, + 0.021575927734375, + -0.0833740234375, + -0.046661376953125, + 0.0018968582153320312, + 0.046234130859375, + 0.033447265625, + -0.01372528076171875, + 0.04437255859375, + -0.003612518310546875, + -0.05120849609375, + -0.01166534423828125, + -0.015380859375, + -0.0274505615234375, + -0.0328369140625, + -0.010528564453125, + -0.015380859375, + 0.0087738037109375, + 0.05615234375, + 0.037994384765625, + 0.0241546630859375, + -0.006450653076171875, + -0.027862548828125, + 0.017242431640625, + -0.016204833984375, + 0.059051513671875, + 0.0219879150390625, + 0.033660888671875, + -0.0311737060546875, + 0.0008645057678222656, + -0.00446319580078125, + -0.08795166015625, + 0.004669189453125, + -0.025604248046875, + -0.04644775390625, + 0.0196075439453125, + 0.0767822265625, + 0.039215087890625, + 0.0035343170166015625, + 0.04315185546875, + 0.0311737060546875, + 0.043365478515625, + -0.00954437255859375, + -0.035491943359375, + -0.053253173828125, + -0.014556884765625, + 0.021575927734375, + 0.0311737060546875, + -0.0743408203125, + 0.0211639404296875, + 0.0528564453125, + -0.001605987548828125, + 0.0194091796875, + -0.0252838134765625, + 0.00025153160095214844, + 0.0035610198974609375, + -0.005340576171875, + -0.0168304443359375, + -0.04974365234375, + -0.00830841064453125, + 0.01129913330078125, + 0.02435302734375, + -0.0266265869140625, + -0.0026187896728515625, + -0.01084136962890625, + 0.014556884765625, + -0.041900634765625, + 0.00696563720703125, + -0.007534027099609375, + 0.07513427734375, + 0.016204833984375, + -0.0266265869140625, + -0.0251922607421875, + 0.031585693359375, + 0.0193023681640625, + -0.0231170654296875, + 0.00763702392578125, + 0.01300811767578125, + -0.0008096694946289062, + 0.037567138671875, + 0.0244598388671875, + 0.0284881591796875, + 0.060272216796875, + 0.01197052001953125, + -0.035491943359375, + 0.008209228515625, + 0.00446319580078125, + 0.0157928466796875, + -0.00518798828125, + -0.016204833984375, + -0.011871337890625, + -0.049346923828125, + 0.0394287109375, + 0.0261077880859375, + 0.044189453125, + -0.00846099853515625, + 0.0021038055419921875, + -0.0460205078125, + -0.00965118408203125, + 0.037994384765625, + 0.01088714599609375, + 0.03302001953125, + 0.019195556640625, + 0.0167236328125, + -0.0176544189453125, + 0.01331329345703125, + -0.037353515625, + -0.01125335693359375, + -0.0261077880859375, + -0.019927978515625, + -0.059051513671875, + -0.008209228515625, + 0.0166168212890625, + -0.02911376953125, + 0.01342010498046875, + -0.003200531005859375, + -0.0010900497436523438, + -0.009185791015625, + -0.050567626953125, + -0.0258026123046875, + 0.0582275390625, + -0.043548583984375, + 0.0013027191162109375, + 0.024871826171875, + 0.0030841827392578125, + 0.019500732421875, + -0.0086669921875, + 0.060699462890625, + 0.019195556640625, + 0.038177490234375, + 0.0009675025939941406, + 0.0182647705078125, + 0.02508544921875, + -0.0074310302734375, + 0.0025539398193359375, + 0.04315185546875, + -0.03839111328125, + 0.0301361083984375, + 0.0295257568359375, + -0.0176544189453125, + -0.040679931640625, + 0.01316070556640625, + -0.0052642822265625, + -0.03778076171875, + 0.031585693359375, + 0.006916046142578125, + 0.0189971923828125, + 0.01568603515625, + -0.00954437255859375, + -0.02508544921875, + -0.084228515625, + 0.048919677734375, + 0.033233642578125, + 0.0193023681640625, + 0.033843994140625, + -0.0635986328125, + 0.037353515625, + -0.005779266357421875, + 0.055328369140625, + -0.035308837890625, + 0.06976318359375, + -0.01233673095703125, + -0.01424407958984375, + -0.0022068023681640625, + 0.01259613037109375, + -0.0284881591796875, + 0.003742218017578125, + -0.037353515625, + 0.040252685546875, + 0.0194091796875, + -0.0501708984375, + -0.0833740234375, + -0.028076171875, + 0.004543304443359375, + -0.01568603515625, + 0.045196533203125, + -0.053253173828125, + -0.04583740234375, + -0.0193023681640625, + 0.036956787109375, + 0.03717041015625, + 0.01702880859375, + 0.0089263916015625, + -0.0206451416015625, + 0.00872039794921875, + -0.020233154296875, + -0.00640106201171875 + ], + "metadata": { + "domains": [ + "mobile-forensics", "malware-analysis" ], "phases": [ @@ -95957,16882 +112824,15 @@ "analysis" ], "tags": [ - "command-line", - "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" + "ide", + "android", + "emulator", + "debugging" ], "skillLevel": "intermediate", "type": "tool" } }, - { - "id": "tool_ssdeep", - "type": "tool", - "name": "ssdeep", - "content": "ssdeep tool zur berechnung „fuzzy hashes“ (context triggered piecewise hashing, ctph) für ähnlichkeits­analysen von dateien. kann binäre malware‑varianten, dokumentschablonen oder logs selbst bei nur teilweisen überschneidungen matchen. ausgabe‑hashes lassen sich in datenbanken oder yara‑regeln integrieren. fuzzy-hashing similarity malware-analysis incident-response analysis", - "embedding": [ - -0.029693603515625, - 0.0132293701171875, - 0.0716552734375, - 0.00258636474609375, - 0.029693603515625, - 0.0097198486328125, - 0.016204833984375, - -0.012420654296875, - -0.0250244140625, - 0.0002601146697998047, - -0.01277923583984375, - 0.04266357421875, - -0.0114288330078125, - -0.016204833984375, - -0.03546142578125, - 0.0318603515625, - 0.005847930908203125, - 0.005420684814453125, - 0.01467132568359375, - 0.0002644062042236328, - -0.0171051025390625, - 0.006793975830078125, - -0.026458740234375, - 0.0168304443359375, - -0.0012483596801757812, - -0.0023403167724609375, - -0.01898193359375, - -0.06658935546875, - -0.01971435546875, - 0.01277923583984375, - 0.011474609375, - -0.037078857421875, - -0.01007843017578125, - 0.0273590087890625, - 0.0171051025390625, - -0.02142333984375, - -0.0034198760986328125, - -0.041229248046875, - -0.0150299072265625, - 0.0035762786865234375, - -0.0053558349609375, - 0.0165557861328125, - -0.003757476806640625, - -0.015655517578125, - -0.0191650390625, - -0.047515869140625, - 0.0070648193359375, - -0.001422882080078125, - -0.00008505582809448242, - -0.03564453125, - 0.023223876953125, - 0.0130462646484375, - 0.0105743408203125, - -0.00958251953125, - -0.03436279296875, - 0.0235748291015625, - 0.050384521484375, - -0.017730712890625, - -0.047149658203125, - 0.040496826171875, - -0.058685302734375, - 0.016021728515625, - 0.019622802734375, - -0.0021266937255859375, - 0.00286865234375, - 0.01611328125, - -0.00827789306640625, - -0.033477783203125, - -0.005016326904296875, - 0.00048089027404785156, - 0.022857666015625, - 0.01520538330078125, - -0.004634857177734375, - 0.033660888671875, - -0.0201568603515625, - -0.0182647705078125, - 0.031494140625, - 0.0242919921875, - -0.000492095947265625, - 0.00936126708984375, - -0.057220458984375, - 0.0069732666015625, - 0.04229736328125, - -0.01448822021484375, - 0.002170562744140625, - -0.0013446807861328125, - 0.01457977294921875, - -0.0174560546875, - -0.005603790283203125, - 0.009765625, - 0.02447509765625, - -0.003688812255859375, - 0.0277099609375, - -0.0293426513671875, - 0.047149658203125, - 0.04193115234375, - 0.01349639892578125, - 0.008056640625, - -0.00017368793487548828, - 0.047149658203125, - 0.0287933349609375, - -0.017730712890625, - 0.05364990234375, - -0.01430511474609375, - 0.030059814453125, - -0.019622802734375, - -0.0096282958984375, - 0.005084991455078125, - 0.0043182373046875, - -0.01169586181640625, - -0.09356689453125, - -0.03472900390625, - -0.0275421142578125, - -0.0557861328125, - -0.0318603515625, - 0.003082275390625, - 0.00917816162109375, - 0.0322265625, - -0.0131378173828125, - -0.050750732421875, - 0.0106658935546875, - 0.0275421142578125, - 0.0015974044799804688, - 0.002597808837890625, - -0.05255126953125, - -0.061187744140625, - 0.0189056396484375, - -0.0007538795471191406, - -0.040313720703125, - -0.026824951171875, - 0.0016536712646484375, - 0.0001926422119140625, - -0.017822265625, - -0.03204345703125, - -0.00846099853515625, - -0.03546142578125, - 0.028076171875, - 0.0032405853271484375, - -0.0029697418212890625, - 0.00656890869140625, - 0.04931640625, - -0.064453125, - -0.06549072265625, - 0.0011816024780273438, - -0.01214599609375, - -0.034027099609375, - -0.0253753662109375, - 0.0277099609375, - -0.028076171875, - -0.01934814453125, - -0.015655517578125, - 0.038330078125, - 0.075927734375, - 0.00305938720703125, - 0.0116119384765625, - -0.06298828125, - 0.0203399658203125, - -0.00447845458984375, - 0.0309600830078125, - -0.01026153564453125, - -0.031494140625, - 0.0273590087890625, - -0.0257415771484375, - 0.03961181640625, - -0.01197052001953125, - -0.050750732421875, - -0.01111602783203125, - 0.062286376953125, - -0.00666046142578125, - 0.02484130859375, - 0.0009784698486328125, - -0.026824951171875, - 0.047149658203125, - 0.034912109375, - -0.003082275390625, - 0.0253753662109375, - 0.006885528564453125, - -0.00836944580078125, - 0.051483154296875, - 0.0251922607421875, - -0.0014009475708007812, - -0.026824951171875, - 0.060821533203125, - -0.00481414794921875, - 0.01385498046875, - 0.01727294921875, - -0.0181732177734375, - 0.005893707275390625, - -0.00012445449829101562, - 0.026641845703125, - -0.0289764404296875, - -0.03131103515625, - -0.00652313232421875, - 0.03564453125, - 0.009765625, - 0.05218505859375, - 0.0496826171875, - -0.009857177734375, - 0.037628173828125, - 0.012237548828125, - 0.0191650390625, - 0.0237579345703125, - 0.0165557861328125, - 0.0694580078125, - -0.00098419189453125, - -0.0167388916015625, - -0.006435394287109375, - 0.043548583984375, - 0.020782470703125, - -0.0218658447265625, - -0.01102447509765625, - 0.044647216796875, - 0.022674560546875, - -0.037628173828125, - -0.0322265625, - -0.0489501953125, - 0.016021728515625, - 0.01367950439453125, - -0.034912109375, - -0.00994110107421875, - 0.0000692605972290039, - -0.06585693359375, - -0.01529693603515625, - 0.033660888671875, - 0.0020923614501953125, - 0.04498291015625, - 0.017730712890625, - -0.03582763671875, - -0.021148681640625, - 0.01197052001953125, - 0.002902984619140625, - 0.01097869873046875, - -0.004611968994140625, - 0.0032176971435546875, - -0.010711669921875, - -0.0019006729125976562, - 0.0242919921875, - 0.02484130859375, - 0.007198333740234375, - 0.0009393692016601562, - -0.0251922607421875, - 0.04644775390625, - -0.034912109375, - 0.044830322265625, - 0.0123291015625, - -0.0217742919921875, - 0.0277099609375, - 0.001422882080078125, - 0.0237579345703125, - 0.04302978515625, - -0.04931640625, - -0.00656890869140625, - -0.07525634765625, - 0.0277099609375, - -0.04156494140625, - -0.038330078125, - -0.03472900390625, - -0.058319091796875, - 0.03564453125, - -0.03204345703125, - -0.00661468505859375, - 0.01251220703125, - 0.0123291015625, - 0.00666046142578125, - 0.033294677734375, - -0.01129150390625, - -0.060821533203125, - -0.0123291015625, - 0.060821533203125, - -0.0221405029296875, - -0.0131378173828125, - -0.0271759033203125, - 0.01367950439453125, - -0.0253753662109375, - 0.00746917724609375, - -0.0163726806640625, - 0.003307342529296875, - 0.0259246826171875, - 0.01593017578125, - 0.017547607421875, - 0.0134124755859375, - -0.005466461181640625, - -0.01358795166015625, - 0.048248291015625, - -0.047882080078125, - -0.0006580352783203125, - -0.0275421142578125, - 0.01430511474609375, - -0.03509521484375, - -0.047515869140625, - -0.0311431884765625, - 0.044830322265625, - -0.0018901824951171875, - 0.01169586181640625, - 0.0047454833984375, - -0.055084228515625, - 0.00438690185546875, - 0.00756072998046875, - -0.036529541015625, - 0.044830322265625, - 0.07305908203125, - -0.034027099609375, - -0.004093170166015625, - -0.01030731201171875, - 0.0220489501953125, - -0.0253753662109375, - -0.03240966796875, - -0.017913818359375, - -0.0181732177734375, - -0.017181396484375, - -0.023040771484375, - 0.0171051025390625, - -0.04644775390625, - -0.0057373046875, - -0.0157470703125, - -0.00751495361328125, - -0.033477783203125, - -0.057952880859375, - 0.01259613037109375, - -0.0360107421875, - -0.0259246826171875, - -0.0167388916015625, - 0.05255126953125, - -0.0182647705078125, - -0.0020923614501953125, - -0.033843994140625, - 0.007740020751953125, - -0.033477783203125, - 0.0251922607421875, - -0.026641845703125, - 0.0293426513671875, - 0.006839752197265625, - 0.047149658203125, - 0.033111572265625, - 0.0031948089599609375, - 0.01422119140625, - 0.05975341796875, - 0.00616455078125, - 0.005603790283203125, - -0.005985260009765625, - 0.01520538330078125, - 0.0345458984375, - 0.0304107666015625, - -0.01377105712890625, - -0.0224151611328125, - 0.0039825439453125, - -0.00832366943359375, - 0.01259613037109375, - 0.0163726806640625, - 0.037445068359375, - 0.0242919921875, - -0.0150299072265625, - -0.01097869873046875, - 0.08062744140625, - -0.006839752197265625, - 0.08892822265625, - -0.006793975830078125, - -0.04931640625, - 0.02484130859375, - 0.0291595458984375, - -0.037078857421875, - 0.00836944580078125, - 0.0168304443359375, - 0.00434112548828125, - -0.015838623046875, - 0.0148468017578125, - -0.0079193115234375, - 0.0188140869140625, - 0.00666046142578125, - 0.0171051025390625, - 0.057952880859375, - -0.032928466796875, - 0.0318603515625, - 0.04248046875, - 0.0149383544921875, - 0.006748199462890625, - 0.03814697265625, - -0.0269927978515625, - -0.041748046875, - -0.03814697265625, - -0.057952880859375, - 0.0224151611328125, - 0.0255584716796875, - 0.0132293701171875, - 0.0170135498046875, - -0.04608154296875, - -0.06298828125, - 0.040313720703125, - -0.0237579345703125, - 0.060821533203125, - 0.032745361328125, - 0.019805908203125, - -0.0018901824951171875, - -0.019256591796875, - 0.0259246826171875, - 0.0307769775390625, - 0.026641845703125, - 0.030242919921875, - 0.03472900390625, - 0.0273590087890625, - 0.0005598068237304688, - -0.040679931640625, - 0.0275421142578125, - 0.03564453125, - 0.02825927734375, - 0.0027561187744140625, - 0.016204833984375, - 0.014129638671875, - 0.0005879402160644531, - -0.04644775390625, - 0.040130615234375, - 0.023040771484375, - -0.04644775390625, - 0.01030731201171875, - -0.0039825439453125, - 0.0271759033203125, - -0.0257415771484375, - 0.0103912353515625, - -0.0253753662109375, - 0.0049285888671875, - 0.01296234130859375, - 0.036346435546875, - -0.043365478515625, - 0.005893707275390625, - 0.048248291015625, - -0.063720703125, - 0.0284423828125, - 0.02447509765625, - -0.064453125, - 0.0200653076171875, - -0.0189056396484375, - -0.06512451171875, - 0.02484130859375, - -0.034912109375, - -0.05615234375, - 0.0056915283203125, - 0.0188140869140625, - -0.032562255859375, - -0.0386962890625, - -0.060821533203125, - -0.006256103515625, - 0.00827789306640625, - -0.0394287109375, - 0.0241241455078125, - 0.0018787384033203125, - 0.005039215087890625, - 0.063720703125, - 0.040679931640625, - -0.026275634765625, - -0.0257415771484375, - 0.0626220703125, - -0.00751495361328125, - -0.0307769775390625, - 0.01467132568359375, - 0.0242919921875, - -0.0019350051879882812, - -0.0318603515625, - -0.04498291015625, - -0.017547607421875, - 0.0008716583251953125, - 0.0079193115234375, - 0.026275634765625, - -0.07562255859375, - -0.045166015625, - -0.0112457275390625, - 0.051849365234375, - 0.01084136962890625, - 0.04931640625, - 0.005512237548828125, - -0.0489501953125, - 0.0269927978515625, - -0.06695556640625, - -0.01611328125, - 0.01422119140625, - -0.006927490234375, - 0.017822265625, - 0.08135986328125, - -0.0036678314208984375, - -0.006072998046875, - 0.0010128021240234375, - 0.039947509765625, - 0.01422119140625, - -0.0008435249328613281, - -0.024658203125, - 0.048583984375, - 0.0069732666015625, - -0.05255126953125, - -0.00818634033203125, - -0.01953125, - 0.0014286041259765625, - 0.04534912109375, - -0.069091796875, - -0.0251922607421875, - -0.0103912353515625, - -0.030242919921875, - -0.03509521484375, - -0.03564453125, - 0.000888824462890625, - -0.06011962890625, - 0.0215911865234375, - 0.01430511474609375, - -0.009490966796875, - 0.0287933349609375, - 0.0134124755859375, - 0.012420654296875, - 0.005893707275390625, - 0.00936126708984375, - -0.01277923583984375, - 0.0565185546875, - -0.06695556640625, - -0.01538848876953125, - -0.0360107421875, - 0.02789306640625, - -0.01093292236328125, - -0.01430511474609375, - -0.01430511474609375, - -0.02484130859375, - 0.0390625, - -0.029693603515625, - 0.0085906982421875, - -0.032928466796875, - -0.009674072265625, - -0.0557861328125, - -0.0257415771484375, - 0.005084991455078125, - 0.0199737548828125, - -0.03131103515625, - 0.0030364990234375, - 0.0106201171875, - -0.034210205078125, - 0.039764404296875, - 0.012237548828125, - -0.013946533203125, - 0.00850677490234375, - -0.0061187744140625, - 0.017730712890625, - -0.0183563232421875, - 0.0203399658203125, - -0.01529693603515625, - -0.037445068359375, - -0.0777587890625, - 0.040496826171875, - -0.007198333740234375, - -0.0007481575012207031, - -0.01187896728515625, - -0.02484130859375, - -0.0762939453125, - 0.008819580078125, - 0.0289764404296875, - 0.01030731201171875, - -0.01169586181640625, - -0.0352783203125, - -0.0307769775390625, - -0.0081024169921875, - -0.047882080078125, - 0.017730712890625, - -0.0168304443359375, - 0.01611328125, - -0.01593017578125, - -0.006793975830078125, - 0.01430511474609375, - 0.034912109375, - 0.02447509765625, - 0.03204345703125, - -0.0000413060188293457, - -0.034912109375, - 0.026275634765625, - 0.00571441650390625, - -0.006481170654296875, - -0.0217742919921875, - -0.017364501953125, - 0.041748046875, - -0.044281005859375, - -0.01593017578125, - 0.04498291015625, - 0.043548583984375, - 0.01088714599609375, - -0.0217742919921875, - -0.01169586181640625, - 0.034027099609375, - -0.030242919921875, - 0.10150146484375, - -0.01422119140625, - -0.04608154296875, - 0.0107574462890625, - 0.0097198486328125, - 0.06842041015625, - 0.0496826171875, - -0.0216827392578125, - -0.0379638671875, - 0.029693603515625, - 0.064453125, - -0.02276611328125, - -0.03546142578125, - -0.0216827392578125, - 0.01953125, - 0.007965087890625, - 0.048248291015625, - 0.00814056396484375, - 0.0914306640625, - 0.01206207275390625, - 0.0015411376953125, - 0.034027099609375, - 0.053985595703125, - 0.0271759033203125, - -0.019439697265625, - -0.058319091796875, - -0.008636474609375, - 0.0217742919921875, - -0.040679931640625, - -0.03204345703125, - -0.01538848876953125, - 0.058319091796875, - -0.07452392578125, - -0.00263214111328125, - 0.0010232925415039062, - -0.01026153564453125, - 0.0241241455078125, - -0.007602691650390625, - -0.037811279296875, - 0.004161834716796875, - -0.0012655258178710938, - -0.0307769775390625, - -0.0157470703125, - 0.01197052001953125, - 0.0149383544921875, - 0.063720703125, - 0.037078857421875, - 0.00533294677734375, - 0.04193115234375, - 0.011474609375, - 0.04644775390625, - -0.003307342529296875, - 0.021331787109375, - 0.0029697418212890625, - 0.0014848709106445312, - 0.0489501953125, - 0.05938720703125, - 0.0040283203125, - -0.0029697418212890625, - -0.002689361572265625, - 0.0069732666015625, - 0.050384521484375, - 0.05291748046875, - 0.007198333740234375, - 0.01012420654296875, - 0.004070281982421875, - -0.0626220703125, - -0.005153656005859375, - -0.0163726806640625, - -0.039764404296875, - -0.06695556640625, - -0.011383056640625, - 0.0225830078125, - -0.0379638671875, - 0.006389617919921875, - 0.04248046875, - -0.033111572265625, - -0.01611328125, - 0.040496826171875, - 0.00438690185546875, - -0.0287933349609375, - 0.029510498046875, - -0.0269927978515625, - -0.033477783203125, - -0.02447509765625, - -0.0047454833984375, - 0.04248046875, - -0.021148681640625, - -0.06658935546875, - -0.01021575927734375, - 0.022491455078125, - 0.0012989044189453125, - -0.057952880859375, - -0.036529541015625, - -0.01287078857421875, - -0.007335662841796875, - -0.0255584716796875, - -0.050750732421875, - -0.0271759033203125, - 0.0150299072265625, - -0.029510498046875, - 0.021331787109375, - -0.007110595703125, - -0.0379638671875, - -0.01593017578125, - -0.00998687744140625, - -0.0286102294921875, - -0.0014057159423828125, - -0.0626220703125, - 0.047149658203125, - 0.0018339157104492188, - 0.0181732177734375, - 0.0257415771484375, - 0.05291748046875, - -0.030242919921875, - -0.03131103515625, - -0.0140380859375, - -0.03472900390625, - -0.0105743408203125, - 0.0061187744140625, - -0.0225830078125, - -0.054351806640625, - -0.0088653564453125, - 0.0184478759765625, - -0.06658935546875, - 0.0307769775390625, - -0.0008435249328613281, - 0.022674560546875, - -0.0784912109375, - -0.01169586181640625, - -0.00850677490234375, - 0.0237579345703125, - 0.082763671875, - -0.00443267822265625, - -0.0130462646484375, - 0.0053558349609375, - -0.0284423828125, - 0.058685302734375, - 0.0305938720703125, - 0.03509521484375, - -0.0413818359375, - 0.0255584716796875, - 0.01259613037109375, - -0.0250244140625, - 0.01377105712890625, - -0.09429931640625, - -0.003711700439453125, - 0.019073486328125, - 0.0269927978515625, - -0.0257415771484375, - -0.00904083251953125, - -0.050750732421875, - -0.0352783203125, - -0.017181396484375, - 0.0237579345703125, - -0.00524139404296875, - 0.007152557373046875, - -0.051483154296875, - 0.021240234375, - -0.0027103424072265625, - -0.033843994140625, - -0.0284423828125, - -0.06732177734375, - 0.03924560546875, - -0.01439666748046875, - -0.0701904296875, - 0.043548583984375, - 0.0029468536376953125, - 0.014129638671875, - 0.016204833984375, - 0.01107025146484375, - -0.0307769775390625, - 0.0253753662109375, - -0.00263214111328125, - 0.009490966796875, - 0.020965576171875, - 0.005645751953125, - -0.0056915283203125, - 0.0255584716796875, - 0.022491455078125, - -0.0162811279296875, - 0.0390625, - 0.0257415771484375, - -0.0183563232421875, - -0.054351806640625, - -0.032562255859375, - -0.0183563232421875, - 0.0222320556640625, - 0.01611328125, - 0.06622314453125, - 0.0318603515625, - -0.01557159423828125, - -0.10009765625, - 0.0565185546875, - -0.00576019287109375, - 0.0235748291015625, - 0.0036449432373046875, - -0.00670623779296875, - -0.037078857421875, - -0.053985595703125, - -0.01439666748046875, - 0.0106658935546875, - -0.034912109375, - 0.0273590087890625, - 0.0284423828125, - -0.0255584716796875, - 0.008819580078125, - -0.00841522216796875, - -0.0031719207763671875, - 0.0286102294921875, - -0.00495147705078125, - -0.044647216796875, - 0.069091796875, - -0.02105712890625, - 0.01268768310546875, - 0.005535125732421875, - 0.0078277587890625, - 0.026458740234375, - 0.009765625, - -0.01422119140625, - -0.019256591796875, - 0.0171051025390625, - 0.02825927734375, - -0.0224151611328125, - -0.01016998291015625, - -0.02069091796875, - 0.0099029541015625, - 0.02789306640625, - -0.01548004150390625, - -0.0032405853271484375, - 0.00580596923828125, - -0.00011247396469116211, - -0.034210205078125, - -0.0557861328125, - -0.0648193359375, - 0.0034637451171875, - -0.037628173828125, - -0.0242919921875, - 0.0015077590942382812, - 0.0009169578552246094, - 0.006839752197265625, - -0.01287078857421875, - 0.021331787109375, - 0.00524139404296875, - -0.0253753662109375, - -0.034210205078125, - 0.00533294677734375, - -0.0250244140625, - 0.03582763671875, - 0.004276275634765625, - -0.01385498046875, - 0.0394287109375, - -0.01448822021484375, - -0.02447509765625, - 0.00018274784088134766, - -0.0021266937255859375, - -0.03436279296875, - 0.026092529296875, - -0.056884765625, - -0.007602691650390625, - 0.0123291015625, - -0.002811431884765625, - 0.0273590087890625, - -0.03546142578125, - 0.04931640625, - -0.0031490325927734375, - -0.0770263671875, - -0.00855255126953125, - -0.0223236083984375, - -0.048248291015625, - 0.0106201171875, - -0.00998687744140625, - 0.0219573974609375, - 0.0019683837890625, - 0.0304107666015625, - 0.0257415771484375, - 0.05255126953125, - 0.0012989044189453125, - -0.0106658935546875, - 0.0043182373046875, - -0.019073486328125, - 0.01385498046875, - 0.037078857421875, - 0.0157470703125, - -0.0025539398193359375, - -0.004520416259765625, - 0.00481414794921875, - -0.077392578125, - -0.0006976127624511719, - -0.01439666748046875, - -0.040496826171875, - -0.0001392364501953125, - 0.08782958984375, - 0.0147552490234375, - 0.00958251953125, - 0.0201568603515625, - 0.061920166015625, - 0.0273590087890625, - 0.0181732177734375, - -0.00652313232421875, - -0.041748046875, - -0.009490966796875, - 0.019805908203125, - 0.02825927734375, - -0.061553955078125, - 0.0428466796875, - 0.024658203125, - -0.0241241455078125, - -0.0147552490234375, - 0.02484130859375, - 0.01457977294921875, - 0.032928466796875, - 0.0269927978515625, - 0.033843994140625, - -0.03240966796875, - 0.024658203125, - -0.007152557373046875, - -0.0007028579711914062, - 0.01043701171875, - 0.007110595703125, - -0.033660888671875, - 0.058319091796875, - -0.055084228515625, - 0.006389617919921875, - 0.0287933349609375, - 0.09576416015625, - -0.00445556640625, - -0.040679931640625, - -0.01206207275390625, - 0.050048828125, - 0.0322265625, - -0.017181396484375, - -0.003284454345703125, - -0.0242919921875, - -0.001220703125, - 0.032562255859375, - 0.077392578125, - 0.01727294921875, - 0.0219573974609375, - 0.0174560546875, - -0.037261962890625, - 0.0293426513671875, - -0.01520538330078125, - 0.026275634765625, - 0.0087738037109375, - -0.0291595458984375, - -0.0157470703125, - -0.05255126953125, - 0.0057373046875, - 0.034912109375, - 0.0277099609375, - 0.00616455078125, - 0.01520538330078125, - -0.0033969879150390625, - -0.004791259765625, - 0.01611328125, - 0.03204345703125, - 0.0150299072265625, - -0.004970550537109375, - 0.006343841552734375, - 0.0309600830078125, - -0.0170135498046875, - -0.03472900390625, - 0.0307769775390625, - -0.026092529296875, - 0.00908660888671875, - -0.043365478515625, - -0.003353118896484375, - 0.028076171875, - -0.022491455078125, - -0.0021266937255859375, - -0.0307769775390625, - 0.013946533203125, - -0.00917816162109375, - -0.053985595703125, - -0.00701904296875, - 0.050384521484375, - -0.031494140625, - 0.0293426513671875, - 0.00787353515625, - -0.00263214111328125, - -0.002597808837890625, - -0.0701904296875, - 0.047882080078125, - 0.050384521484375, - 0.01012420654296875, - -0.00447845458984375, - -0.00742340087890625, - 0.026824951171875, - -0.015655517578125, - 0.0251922607421875, - -0.004253387451171875, - -0.026641845703125, - 0.0458984375, - 0.01727294921875, - 0.0166473388671875, - 0.00913238525390625, - 0.048248291015625, - -0.0149383544921875, - -0.0239410400390625, - 0.051116943359375, - 0.01971435546875, - 0.0413818359375, - 0.0014514923095703125, - -0.044281005859375, - -0.005084991455078125, - -0.037445068359375, - 0.050384521484375, - -0.013946533203125, - -0.017913818359375, - 0.0394287109375, - -0.03546142578125, - 0.0709228515625, - -0.0189056396484375, - 0.057952880859375, - -0.036163330078125, - 0.036712646484375, - -0.00656890869140625, - 0.0286102294921875, - -0.009002685546875, - 0.017822265625, - -0.026641845703125, - 0.0273590087890625, - -0.0291595458984375, - 0.06585693359375, - 0.01520538330078125, - -0.0016870498657226562, - -0.032562255859375, - -0.00004988908767700195, - -0.0189056396484375, - 0.0133209228515625, - 0.0199737548828125, - -0.043365478515625, - 0.007785797119140625, - 0.0025653839111328125, - 0.03204345703125, - 0.0694580078125, - 0.0123291015625, - 0.0269927978515625, - -0.0048828125, - 0.005107879638671875, - -0.004726409912109375, - -0.0035991668701171875 - ], - "metadata": { - "domains": [ - "malware-analysis", - "incident-response" - ], - "phases": [ - "analysis" - ], - "tags": [ - "fuzzy-hashing", - "similarity" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_MSAB_XRY", - "type": "tool", - "name": "MSAB XRY", - "content": "msab xry die schwedische mobile-forensik-suite bietet physical und logical extraction für ios und android mit regelmäßigen exploit-updates. besonders stark bei chinesischen smartphones (huawei, xiaomi) und speziellen hardware-typen. der drone-module extrahiert flugdaten von dji und parrot. xry camera identifiziert geräte aus bildern. die analyze-software visualisiert kommunikationsmuster und bewegungs- profile. xamn-elements für link-analyse zwischen mehreren geräten. cloud-extraction für 30+ services. die pin-code-breaker-hardware knackt 4-6 stellige codes. training und zertifizierung inklusive. preislich mit cellebrite vergleichbar (15.000€+) aber mit transparenterer verkaufspolitik. updates alle 6-8 wochen für neue apps. eu-basierte alternative zu us-amerikanischen lösungen. 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.0089874267578125, - 0.030853271484375, - 0.0281982421875, - 0.00841522216796875, - 0.0504150390625, - 0.05181884765625, - 0.03912353515625, - 0.0013494491577148438, - -0.01093292236328125, - -0.01163482666015625, - -0.0239715576171875, - 0.07012939453125, - 0.01154327392578125, - -0.000514984130859375, - -0.07122802734375, - 0.06414794921875, - 0.0168304443359375, - 0.021148681640625, - 0.01983642578125, - -0.007843017578125, - 0.0106201171875, - -0.0269775390625, - -0.0241546630859375, - 0.0045166015625, - 0.00881195068359375, - -0.005859375, - -0.0287322998046875, - -0.021942138671875, - -0.038787841796875, - 0.00771331787109375, - 0.02362060546875, - -0.01480865478515625, - -0.011810302734375, - 0.030670166015625, - 0.0022029876708984375, - -0.02362060546875, - 0.006786346435546875, - -0.0079345703125, - -0.0053558349609375, - 0.0303192138671875, - -0.00612640380859375, - 0.0066986083984375, - 0.0017957687377929688, - 0.01154327392578125, - -0.032623291015625, - -0.036651611328125, - -0.00890350341796875, - -0.033843994140625, - 0.0191192626953125, - -0.007625579833984375, - 0.010711669921875, - 0.022735595703125, - -0.01666259765625, - 0.002170562744140625, - -0.039306640625, - 0.006744384765625, - 0.00995635986328125, - -0.0312042236328125, - -0.054290771484375, - 0.0726318359375, - -0.05322265625, - -0.01242828369140625, - -0.0142822265625, - 0.00916290283203125, - 0.00275421142578125, - 0.035430908203125, - -0.01207733154296875, - -0.0224761962890625, - -0.00841522216796875, - 0.0280303955078125, - 0.0224761962890625, - -0.0200042724609375, - -0.028564453125, - 0.0114593505859375, - -0.030670166015625, - -0.038238525390625, - 0.022918701171875, - 0.01401519775390625, - -0.00665283203125, - -0.01093292236328125, - -0.027496337890625, - 0.000022709369659423828, - 0.039306640625, - 0.00122833251953125, - -0.0178070068359375, - -0.014190673828125, - 0.0238037109375, - -0.01049041748046875, - -0.00982666015625, - -0.0105743408203125, - 0.0210723876953125, - -0.01277923583984375, - 0.015960693359375, - 0.0017518997192382812, - 0.037017822265625, - 0.05816650390625, - -0.0162200927734375, - 0.0013551712036132812, - -0.034912109375, - 0.048309326171875, - 0.004383087158203125, - -0.0269775390625, - 0.049346923828125, - -0.0208892822265625, - 0.049346923828125, - -0.0377197265625, - -0.00010395050048828125, - -0.0301361083984375, - -0.0239715576171875, - -0.0011568069458007812, - -0.08746337890625, - -0.035064697265625, - -0.019561767578125, - -0.052520751953125, - -0.0234375, - -0.00876617431640625, - -0.0234375, - 0.02838134765625, - -0.03753662109375, - -0.033660888671875, - 0.042144775390625, - -0.007579803466796875, - 0.00766754150390625, - 0.00334930419921875, - -0.046875, - -0.05535888671875, - 0.0138397216796875, - 0.0239715576171875, - -0.0146331787109375, - -0.02520751953125, - -0.019561767578125, - -0.0271453857421875, - -0.0163116455078125, - -0.037200927734375, - -0.007801055908203125, - -0.05499267578125, - 0.0238037109375, - 0.00665283203125, - -0.01000213623046875, - 0.027679443359375, - 0.0305023193359375, - 0.003856658935546875, - -0.09307861328125, - 0.009124755859375, - -0.046173095703125, - -0.0074462890625, - -0.0312042236328125, - 0.0631103515625, - -0.057830810546875, - -0.004627227783203125, - -0.00930023193359375, - 0.0208892822265625, - 0.051483154296875, - 0.00069427490234375, - -0.009918212890625, - -0.029266357421875, - -0.0002396106719970703, - -0.032257080078125, - 0.033477783203125, - -0.0016632080078125, - -0.019744873046875, - 0.0217742919921875, - 0.01088714599609375, - 0.035430908203125, - -0.0262603759765625, - -0.034210205078125, - -0.0224761962890625, - 0.019744873046875, - 0.009521484375, - -0.0026111602783203125, - 0.0294342041015625, - -0.025390625, - 0.07861328125, - 0.07086181640625, - -0.005573272705078125, - 0.05712890625, - 0.0185089111328125, - -0.016387939453125, - 0.0009751319885253906, - 0.0241546630859375, - -0.0305023193359375, - -0.00982666015625, - 0.03155517578125, - 0.005641937255859375, - 0.016387939453125, - -0.01357269287109375, - -0.043731689453125, - 0.005245208740234375, - -0.04583740234375, - 0.052520751953125, - -0.0238037109375, - -0.02362060546875, - 0.0011568069458007812, - 0.0264434814453125, - 0.0281982421875, - 0.0849609375, - 0.03790283203125, - -0.036834716796875, - 0.035614013671875, - -0.0037021636962890625, - -0.004428863525390625, - 0.04248046875, - -0.005443572998046875, - 0.048309326171875, - 0.0345458984375, - 0.0232696533203125, - -0.010711669921875, - 0.05078125, - 0.01190185546875, - -0.007358551025390625, - -0.0174560546875, - 0.052886962890625, - -0.01313018798828125, - -0.01093292236328125, - -0.0310211181640625, - -0.021148681640625, - 0.0176239013671875, - -0.0262603759765625, - -0.0313720703125, - -0.01366424560546875, - 0.01392364501953125, - -0.062408447265625, - -0.0002493858337402344, - 0.03173828125, - -0.0289154052734375, - 0.0222930908203125, - 0.022918701171875, - -0.00372314453125, - -0.04248046875, - 0.009521484375, - 0.032440185546875, - 0.0262603759765625, - 0.021240234375, - -0.0045166015625, - -0.027496337890625, - -0.016571044921875, - 0.0241546630859375, - 0.0215911865234375, - 0.035614013671875, - 0.0142822265625, - -0.0200042724609375, - 0.057464599609375, - -0.017364501953125, - 0.027679443359375, - 0.03472900390625, - -0.0121612548828125, - -0.00019693374633789062, - 0.032958984375, - 0.029266357421875, - 0.037017822265625, - -0.05181884765625, - -0.00449371337890625, - -0.08428955078125, - 0.0207977294921875, - -0.061004638671875, - -0.037200927734375, - -0.00334930419921875, - -0.04901123046875, - 0.061004638671875, - -0.0207977294921875, - -0.038970947265625, - -0.01039886474609375, - 0.0224761962890625, - 0.021148681640625, - 0.03173828125, - 0.0145416259765625, - -0.035430908203125, - 0.0223846435546875, - 0.06695556640625, - 0.00045990943908691406, - -0.01207733154296875, - -0.02362060546875, - 0.026611328125, - -0.01568603515625, - 0.0280303955078125, - -0.0257415771484375, - 0.00009775161743164062, - 0.034210205078125, - 0.0313720703125, - 0.0138397216796875, - -0.046539306640625, - 0.0428466796875, - -0.0184173583984375, - 0.020355224609375, - -0.04388427734375, - -0.01357269287109375, - 0.0036144256591796875, - 0.004913330078125, - -0.011810302734375, - -0.0440673828125, - 0.003459930419921875, - 0.04248046875, - -0.0011682510375976562, - 0.0094757080078125, - -0.0074462890625, - -0.032958984375, - -0.0079803466796875, - 0.0171051025390625, - 0.0146331787109375, - 0.046875, - 0.01506805419921875, - -0.0287322998046875, - 0.00974273681640625, - 0.00453948974609375, - 0.005245208740234375, - -0.044769287109375, - -0.040191650390625, - -0.011016845703125, - 0.0013055801391601562, - -0.038421630859375, - -0.0162200927734375, - 0.005443572998046875, - -0.0333251953125, - 0.009918212890625, - -0.0066986083984375, - 0.003437042236328125, - -0.0238037109375, - -0.06805419921875, - -0.0154266357421875, - -0.0079803466796875, - -0.036651611328125, - -0.01322174072265625, - 0.06414794921875, - 0.00890350341796875, - 0.01128387451171875, - -0.01401519775390625, - -0.035064697265625, - -0.04248046875, - 0.0262603759765625, - 0.010711669921875, - 0.014892578125, - -0.042144775390625, - 0.0310211181640625, - 0.0015420913696289062, - 0.024322509765625, - 0.0200042724609375, - 0.0687255859375, - 0.05181884765625, - -0.00823974609375, - -0.00102996826171875, - 0.01198577880859375, - 0.01207733154296875, - 0.040191650390625, - -0.029266357421875, - -0.035247802734375, - -0.003833770751953125, - -0.03192138671875, - 0.036651611328125, - 0.035430908203125, - 0.042999267578125, - 0.0248565673828125, - -0.035614013671875, - 0.001773834228515625, - 0.0634765625, - -0.0029296875, - 0.08111572265625, - -0.0086822509765625, - -0.0312042236328125, - 0.005157470703125, - 0.040557861328125, - -0.0313720703125, - -0.005859375, - 0.050048828125, - -0.0029964447021484375, - 0.005222320556640625, - 0.0186920166015625, - -0.033477783203125, - 0.0214996337890625, - -0.0074920654296875, - -0.0201873779296875, - 0.01983642578125, - -0.0215911865234375, - 0.006565093994140625, - 0.035247802734375, - 0.047943115234375, - 0.00608062744140625, - 0.01000213623046875, - -0.034210205078125, - -0.006389617919921875, - -0.01154327392578125, - -0.047607421875, - 0.03173828125, - 0.0264434814453125, - 0.034912109375, - 0.034027099609375, - -0.032623291015625, - -0.079345703125, - 0.01044464111328125, - -0.047943115234375, - 0.0567626953125, - 0.054656982421875, - 0.01824951171875, - 0.0241546630859375, - -0.0142822265625, - 0.010711669921875, - 0.01445770263671875, - 0.006214141845703125, - 0.01207733154296875, - 0.04107666015625, - 0.02520751953125, - 0.0137481689453125, - -0.019744873046875, - 0.0234375, - 0.0273284912109375, - 0.00647735595703125, - -0.003437042236328125, - 0.046875, - 0.0210723876953125, - 0.049346923828125, - -0.007007598876953125, - 0.060638427734375, - -0.0004131793975830078, - 0.01198577880859375, - 0.01123809814453125, - -0.013397216796875, - 0.01163482666015625, - -0.04901123046875, - -0.00916290283203125, - -0.005992889404296875, - -0.0079345703125, - 0.021148681640625, - 0.0301361083984375, - -0.0638427734375, - -0.020538330078125, - 0.049346923828125, - -0.057464599609375, - 0.0223846435546875, - 0.03472900390625, - -0.033660888671875, - -0.0012674331665039062, - -0.01392364501953125, - -0.033660888671875, - 0.049713134765625, - 0.011016845703125, - -0.033660888671875, - 0.008636474609375, - 0.0217742919921875, - -0.0167388916015625, - -0.0273284912109375, - -0.042999267578125, - -0.0184173583984375, - -0.006256103515625, - -0.027679443359375, - 0.0380859375, - -0.0005593299865722656, - -0.00396728515625, - 0.0303192138671875, - 0.04443359375, - 0.00555419921875, - -0.0183258056640625, - 0.028564453125, - -0.0162200927734375, - -0.038970947265625, - 0.01568603515625, - 0.01251220703125, - 0.0472412109375, - -0.0201873779296875, - -0.0264434814453125, - 0.00066375732421875, - -0.00811004638671875, - 0.03173828125, - 0.0207061767578125, - -0.009521484375, - -0.0289154052734375, - -0.0396728515625, - 0.047943115234375, - 0.0230865478515625, - 0.05712890625, - -0.027496337890625, - -0.034912109375, - 0.0269775390625, - -0.04864501953125, - -0.0241546630859375, - -0.022918701171875, - 0.008636474609375, - -0.03173828125, - 0.072998046875, - -0.01198577880859375, - 0.00409698486328125, - -0.0035915374755859375, - 0.061004638671875, - 0.005596160888671875, - 0.0011348724365234375, - -0.059234619140625, - 0.032958984375, - 0.044769287109375, - -0.041778564453125, - -0.01357269287109375, - -0.0028858184814453125, - -0.03790283203125, - 0.0312042236328125, - -0.0199127197265625, - 0.0019063949584960938, - 0.01277923583984375, - -0.0726318359375, - -0.047943115234375, - -0.0287322998046875, - 0.00548553466796875, - -0.0137481689453125, - 0.03472900390625, - 0.029083251953125, - -0.035064697265625, - 0.0130462646484375, - -0.0113677978515625, - 0.0097808837890625, - 0.00836944580078125, - 0.00555419921875, - -0.0303192138671875, - 0.0199127197265625, - -0.062042236328125, - -0.01154327392578125, - -0.01190185546875, - 0.00855255126953125, - -0.016571044921875, - 0.00005370378494262695, - 0.0138397216796875, - -0.0184173583984375, - 0.030853271484375, - -0.035247802734375, - -0.015777587890625, - -0.004383087158203125, - -0.04388427734375, - -0.033660888671875, - 0.0070953369140625, - 0.004802703857421875, - 0.0239715576171875, - -0.020538330078125, - -0.0019283294677734375, - 0.03436279296875, - -0.061004638671875, - 0.0106201171875, - -0.0017080307006835938, - -0.007228851318359375, - -0.0011625289916992188, - -0.006744384765625, - -0.011810302734375, - 0.00920867919921875, - 0.049346923828125, - -0.0176239013671875, - -0.0208892822265625, - -0.0821533203125, - 0.00731658935546875, - -0.010711669921875, - -0.0208892822265625, - -0.01409912109375, - -0.055694580078125, - -0.05712890625, - -0.0006308555603027344, - 0.03192138671875, - 0.00766754150390625, - 0.0082855224609375, - -0.043548583984375, - -0.004055023193359375, - -0.0016412734985351562, - -0.0271453857421875, - 0.05218505859375, - -0.046875, - -0.003063201904296875, - -0.0017299652099609375, - -0.041595458984375, - 0.005619049072265625, - 0.0273284912109375, - 0.02679443359375, - 0.032440185546875, - 0.046875, - -0.011810302734375, - 0.041412353515625, - -0.0164794921875, - -0.016387939453125, - 0.0024356842041015625, - -0.0160369873046875, - 0.040557861328125, - -0.02996826171875, - -0.0313720703125, - -0.000049591064453125, - 0.01207733154296875, - 0.00687408447265625, - -0.030670166015625, - 0.0106658935546875, - 0.02838134765625, - -0.02978515625, - 0.03631591796875, - -0.0207977294921875, - -0.056396484375, - -0.0130462646484375, - -0.020355224609375, - 0.0361328125, - 0.03912353515625, - 0.00920867919921875, - -0.047607421875, - 0.0200042724609375, - 0.040374755859375, - -0.00008296966552734375, - -0.04388427734375, - -0.003459930419921875, - 0.01233673095703125, - 0.014984130859375, - 0.05712890625, - -0.0002932548522949219, - 0.08709716796875, - -0.0033721923828125, - 0.01525115966796875, - 0.030670166015625, - 0.040557861328125, - 0.034210205078125, - -0.01366424560546875, - -0.05181884765625, - 0.00885772705078125, - -0.019561767578125, - -0.042144775390625, - -0.051483154296875, - 0.009429931640625, - 0.03192138671875, - -0.062744140625, - -0.00608062744140625, - 0.01666259765625, - 0.0301361083984375, - -0.0020160675048828125, - -0.003658294677734375, - -0.0145416259765625, - 0.0239715576171875, - -0.001773834228515625, - -0.038238525390625, - -0.01904296875, - -0.0191192626953125, - 0.0239715576171875, - 0.05712890625, - 0.03314208984375, - 0.0153350830078125, - 0.0364990234375, - 0.022918701171875, - 0.014892578125, - 0.0273284912109375, - 0.04071044921875, - -0.0009417533874511719, - 0.0296173095703125, - 0.06170654296875, - 0.034027099609375, - -0.01480865478515625, - -0.0218658447265625, - -0.005420684814453125, - 0.0026874542236328125, - 0.037017822265625, - 0.061004638671875, - -0.0216827392578125, - -0.0041656494140625, - -0.016571044921875, - -0.05535888671875, - 0.01366424560546875, - 0.00872802734375, - 0.01277923583984375, - -0.0504150390625, - -0.046173095703125, - 0.0142822265625, - -0.042144775390625, - 0.04107666015625, - 0.005157470703125, - -0.038421630859375, - 0.0110626220703125, - 0.046875, - -0.01471710205078125, - -0.036651611328125, - 0.018768310546875, - -0.00731658935546875, - -0.030670166015625, - -0.049346923828125, - -0.042999267578125, - 0.008331298828125, - -0.02996826171875, - -0.038238525390625, - -0.022735595703125, - 0.05499267578125, - -0.01242828369140625, - -0.0305023193359375, - -0.0250244140625, - -0.00399017333984375, - -0.009429931640625, - -0.042144775390625, - -0.041259765625, - -0.0287322998046875, - 0.020538330078125, - -0.026092529296875, - 0.0122528076171875, - -0.009124755859375, - -0.007534027099609375, - -0.00647735595703125, - -0.00449371337890625, - -0.01436614990234375, - 0.00841522216796875, - -0.03594970703125, - 0.036651611328125, - 0.01009368896484375, - 0.0241546630859375, - 0.037384033203125, - 0.057830810546875, - -0.01357269287109375, - 0.0081939697265625, - -0.03277587890625, - -0.04547119140625, - 0.021331787109375, - 0.00469207763671875, - 0.003833770751953125, - -0.08428955078125, - 0.0138397216796875, - 0.069091796875, - -0.1099853515625, - 0.0126953125, - -0.007228851318359375, - -0.0163116455078125, - -0.028564453125, - -0.01287078857421875, - -0.003658294677734375, - 0.01348876953125, - 0.0853271484375, - -0.0090789794921875, - -0.02838134765625, - 0.014892578125, - -0.01824951171875, - 0.046173095703125, - -0.0031948089599609375, - 0.0019502639770507812, - -0.029083251953125, - 0.0287322998046875, - 0.0010461807250976562, - -0.00969696044921875, - 0.00156402587890625, - -0.061004638671875, - -0.006256103515625, - 0.03631591796875, - 0.0345458984375, - 0.0218658447265625, - -0.034027099609375, - -0.030670166015625, - -0.01551055908203125, - -0.01824951171875, - 0.034210205078125, - 0.0066986083984375, - -0.007358551025390625, - -0.0634765625, - -0.0163116455078125, - -0.0045623779296875, - -0.04901123046875, - -0.01904296875, - -0.0269775390625, - 0.04864501953125, - 0.00815582275390625, - -0.032073974609375, - 0.018768310546875, - 0.0278472900390625, - -0.00354766845703125, - -0.0038776397705078125, - 0.05078125, - -0.0428466796875, - -0.0168304443359375, - -0.0031948089599609375, - 0.02679443359375, - -0.011810302734375, - -0.0113677978515625, - -0.0014982223510742188, - 0.00836944580078125, - 0.0239715576171875, - -0.0310211181640625, - 0.0161285400390625, - 0.035247802734375, - -0.0146331787109375, - -0.04547119140625, - -0.0281982421875, - -0.032257080078125, - 0.0281982421875, - -0.0130462646484375, - 0.051483154296875, - -0.00801849365234375, - -0.0142822265625, - -0.08990478515625, - 0.049346923828125, - -0.0303192138671875, - -0.007534027099609375, - 0.0214996337890625, - -0.030853271484375, - -0.0845947265625, - -0.043548583984375, - -0.029083251953125, - -0.00449371337890625, - -0.030853271484375, - 0.0113677978515625, - -0.0287322998046875, - 0.0209808349609375, - -0.0070953369140625, - 0.005573272705078125, - -0.0014209747314453125, - 0.057830810546875, - 0.01506805419921875, - -0.0440673828125, - 0.060272216796875, - -0.0440673828125, - -0.0122528076171875, - -0.0106658935546875, - 0.00612640380859375, - 0.01074981689453125, - -0.0049591064453125, - 0.0081939697265625, - -0.0122528076171875, - 0.041595458984375, - 0.04583740234375, - -0.04547119140625, - 0.02996826171875, - -0.0171051025390625, - 0.01088714599609375, - -0.0090789794921875, - -0.0168304443359375, - 0.0020275115966796875, - 0.005046844482421875, - -0.030853271484375, - -0.0018510818481445312, - -0.049346923828125, - -0.06695556640625, - 0.010711669921875, - -0.03594970703125, - -0.00691986083984375, - 0.016387939453125, - 0.01824951171875, - 0.0024242401123046875, - -0.0655517578125, - 0.02142333984375, - -0.02978515625, - -0.02978515625, - -0.009033203125, - 0.0175323486328125, - -0.022216796875, - 0.05816650390625, - -0.020355224609375, - -0.0535888671875, - 0.02978515625, - -0.007183074951171875, - -0.0006003379821777344, - -0.01445770263671875, - 0.02996826171875, - -0.0238037109375, - 0.033477783203125, - -0.0789794921875, - -0.0178985595703125, - 0.0154266357421875, - 0.041778564453125, - -0.01471710205078125, - -0.013397216796875, - 0.046539306640625, - -0.024322509765625, - -0.0224761962890625, - -0.005992889404296875, - -0.021240234375, - -0.046875, - 0.030670166015625, - 0.00015974044799804688, - 0.05181884765625, - 0.035430908203125, - 0.0305023193359375, - 0.0129547119140625, - 0.044952392578125, - -0.01568603515625, - -0.040008544921875, - -0.00608062744140625, - -0.0278472900390625, - 0.0183258056640625, - 0.007843017578125, - -0.0002906322479248047, - 0.00007677078247070312, - 0.01031494140625, - 0.00572967529296875, - -0.07647705078125, - -0.0011453628540039062, - -0.0294342041015625, - -0.058868408203125, - -0.015960693359375, - 0.07366943359375, - 0.0024013519287109375, - -0.0194854736328125, - 0.00531005859375, - 0.0250244140625, - 0.0023365020751953125, - -0.0094757080078125, - -0.0303192138671875, - -0.052886962890625, - -0.00031256675720214844, - 0.032073974609375, - 0.04547119140625, - -0.0638427734375, - 0.0216827392578125, - 0.052886962890625, - -0.0312042236328125, - -0.025909423828125, - -0.00612640380859375, - -0.0030841827392578125, - 0.0333251953125, - 0.0114593505859375, - 0.0079345703125, - -0.044586181640625, - 0.01401519775390625, - 0.033843994140625, - 0.01171875, - 0.004978179931640625, - -0.018768310546875, - -0.0396728515625, - 0.05816650390625, - -0.04425048828125, - 0.02679443359375, - -0.0011072158813476562, - 0.04901123046875, - 0.041778564453125, - -0.0273284912109375, - -0.0114593505859375, - 0.057464599609375, - -0.0041656494140625, - -0.01322174072265625, - 0.0137481689453125, - 0.035430908203125, - -0.0234375, - 0.0303192138671875, - 0.049346923828125, - 0.004428863525390625, - 0.04901123046875, - 0.007404327392578125, - -0.058868408203125, - 0.050048828125, - -0.007404327392578125, - 0.03173828125, - -0.00836944580078125, - -0.02679443359375, - -0.024322509765625, - -0.03314208984375, - 0.02978515625, - 0.004779815673828125, - 0.028564453125, - 0.028564453125, - -0.030853271484375, - -0.0207977294921875, - -0.002246856689453125, - 0.0230865478515625, - 0.01506805419921875, - 0.012603759765625, - 0.01666259765625, - 0.00982666015625, - 0.0178070068359375, - 0.0175323486328125, - -0.043365478515625, - 0.02838134765625, - -0.01009368896484375, - 0.02044677734375, - -0.049713134765625, - -0.01242828369140625, - 0.01171875, - -0.01525115966796875, - -0.0164794921875, - -0.027496337890625, - -0.0177154541015625, - -0.0028858184814453125, - -0.01568603515625, - 0.0037670135498046875, - 0.0222930908203125, - -0.0269775390625, - 0.049346923828125, - 0.0106658935546875, - -0.0012226104736328125, - -0.0153350830078125, - -0.04248046875, - 0.12548828125, - 0.029266357421875, - 0.022125244140625, - 0.016387939453125, - 0.02838134765625, - 0.049346923828125, - 0.00841522216796875, - 0.0232696533203125, - 0.0239715576171875, - -0.0174560546875, - 0.0255584716796875, - 0.04901123046875, - -0.005199432373046875, - -0.037200927734375, - 0.056060791015625, - 0.008331298828125, - -0.035797119140625, - 0.022918701171875, - 0.025390625, - 0.0184173583984375, - -0.01727294921875, - -0.01000213623046875, - -0.014892578125, - -0.058868408203125, - 0.07440185546875, - 0.003437042236328125, - -0.0214996337890625, - 0.0262603759765625, - -0.0631103515625, - 0.047943115234375, - -0.006832122802734375, - 0.026092529296875, - -0.021148681640625, - 0.052520751953125, - -0.0238037109375, - 0.01013946533203125, - -0.002777099609375, - 0.0248565673828125, - 0.005771636962890625, - 0.03173828125, - -0.021148681640625, - 0.0694580078125, - 0.006744384765625, - 0.005859375, - -0.07012939453125, - -0.0027866363525390625, - 0.025909423828125, - 0.01004791259765625, - 0.0333251953125, - -0.052886962890625, - 0.005950927734375, - -0.01039886474609375, - 0.0232696533203125, - 0.07684326171875, - -0.0257415771484375, - 0.005443572998046875, - 0.0097808837890625, - -0.0207061767578125, - 0.0114593505859375, - 0.002468109130859375 - ], - "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_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. command-line 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.0232696533203125, - 0.039886474609375, - 0.0232696533203125, - -0.014801025390625, - 0.0276641845703125, - 0.00997161865234375, - 0.0285186767578125, - 0.0285186767578125, - 0.00922393798828125, - -0.00901031494140625, - -0.056182861328125, - 0.036468505859375, - 0.03387451171875, - 0.015869140625, - -0.056182861328125, - 0.045257568359375, - -0.0003032684326171875, - 0.004180908203125, - 0.02734375, - 0.01447296142578125, - -0.0127105712890625, - -0.005390167236328125, - -0.044189453125, - 0.0278778076171875, - 0.00836181640625, - 0.0091705322265625, - -0.00986480712890625, - -0.05963134765625, - 0.01174163818359375, - 0.0079345703125, - 0.0283050537109375, - -0.0022792816162109375, - 0.01276397705078125, - 0.0343017578125, - 0.0168304443359375, - -0.01018524169921875, - -0.0117950439453125, - -0.06005859375, - -0.0255279541015625, - 0.042449951171875, - -0.0276641845703125, - -0.0008511543273925781, - 0.0259552001953125, - -0.01383209228515625, - -0.03131103515625, - -0.0236968994140625, - 0.0188751220703125, - -0.01812744140625, - 0.00579071044921875, - -0.050384521484375, - 0.046966552734375, - 0.0178070068359375, - 0.007129669189453125, - 0.0034580230712890625, - -0.029388427734375, - 0.015869140625, - 0.0168304443359375, - -0.0224151611328125, - -0.049530029296875, - 0.034515380859375, - -0.047607421875, - -0.032806396484375, - -0.0197296142578125, - -0.0249786376953125, - 0.0194091796875, - 0.0033779144287109375, - 0.0013942718505859375, - -0.00292205810546875, - -0.004772186279296875, - 0.025848388671875, - -0.0035114288330078125, - -0.001461029052734375, - -0.0003249645233154297, - 0.037750244140625, - -0.0168304443359375, - -0.04010009765625, - 0.0014476776123046875, - 0.0111541748046875, - -0.0058441162109375, - 0.0031909942626953125, - -0.036468505859375, - 0.02337646484375, - 0.06219482421875, - -0.03173828125, - 0.00986480712890625, - -0.005817413330078125, - 0.024444580078125, - 0.01425933837890625, - 0.0017957687377929688, - 0.0012865066528320312, - 0.042022705078125, - 0.004314422607421875, - 0.0078277587890625, - -0.0161895751953125, - 0.026275634765625, - 0.051055908203125, - -0.016937255859375, - 0.0234832763671875, - -0.003780364990234375, - 0.030029296875, - 0.0236968994140625, - -0.056610107421875, - 0.057891845703125, - -0.0030956268310546875, - 0.016937255859375, - -0.017486572265625, - 0.01287078857421875, - -0.0151214599609375, - -0.00830841064453125, - -0.018341064453125, - -0.109375, - -0.02337646484375, - -0.0234832763671875, - -0.05169677734375, - 0.01287078857421875, - -0.02252197265625, - 0.01259613037109375, - 0.05963134765625, - -0.037109375, - -0.039886474609375, - 0.0122222900390625, - 0.024444580078125, - 0.0008544921875, - -0.00008040666580200195, - -0.038604736328125, - -0.07208251953125, - 0.004100799560546875, - 0.0219879150390625, - -0.0245513916015625, - -0.0180206298828125, - -0.020050048828125, - -0.035400390625, - -0.0102386474609375, - -0.0222015380859375, - -0.00788116455078125, - -0.0161895751953125, - 0.0396728515625, - 0.0028018951416015625, - -0.017486572265625, - 0.005336761474609375, - 0.0164031982421875, - -0.01216888427734375, - -0.06304931640625, - 0.01078033447265625, - -0.0236968994140625, - -0.00391387939453125, - -0.0308837890625, - 0.06219482421875, - -0.0287322998046875, - 0.0078277587890625, - -0.005306243896484375, - 0.0241241455078125, - 0.051055908203125, - 0.0115814208984375, - 0.0224151611328125, - -0.04461669921875, - 0.00035858154296875, - -0.0285186767578125, - 0.0133514404296875, - -0.00640869140625, - -0.0219879150390625, - 0.030670166015625, - -0.01104736328125, - 0.03131103515625, - -0.0186614990234375, - -0.040313720703125, - -0.016937255859375, - 0.0101318359375, - 0.00809478759765625, - 0.006755828857421875, - 0.001186370849609375, - -0.007076263427734375, - 0.0546875, - 0.07550048828125, - -0.00777435302734375, - 0.00616455078125, - 0.00038361549377441406, - 0.0025997161865234375, - 0.0205841064453125, - 0.036041259765625, - -0.024871826171875, - -0.016937255859375, - 0.020263671875, - 0.0036182403564453125, - 0.0002932548522949219, - -0.01329803466796875, - -0.03839111328125, - -0.0159759521484375, - -0.0278778076171875, - 0.0203704833984375, - -0.0450439453125, - -0.0241241455078125, - 0.0014276504516601562, - 0.038177490234375, - 0.006755828857421875, - 0.057464599609375, - 0.05963134765625, - -0.0188751220703125, - 0.032379150390625, - 0.0087432861328125, - 0.0018901824951171875, - 0.030670166015625, - -0.0241241455078125, - 0.039031982421875, - 0.030029296875, - 0.01078033447265625, - 0.01308441162109375, - 0.03497314453125, - 0.0234832763671875, - -0.02294921875, - -0.0325927734375, - 0.055328369140625, - 0.0028018951416015625, - -0.006244659423828125, - -0.0265960693359375, - -0.046112060546875, - 0.007022857666015625, - -0.02734375, - -0.0167236328125, - 0.00589752197265625, - -0.0010519027709960938, - -0.0694580078125, - 0.013458251953125, - 0.0230560302734375, - -0.0308837890625, - 0.040313720703125, - 0.0484619140625, - -0.0276641845703125, - -0.0135650634765625, - 0.021881103515625, - -0.0036182403564453125, - 0.020477294921875, - 0.00640869140625, - 0.00667572021484375, - -0.0008778572082519531, - -0.0079345703125, - 0.049530029296875, - 0.03173828125, - 0.011474609375, - -0.0213470458984375, - -0.02337646484375, - 0.052978515625, - 0.019195556640625, - 0.0215606689453125, - 0.0093841552734375, - -0.00511932373046875, - 0.018768310546875, - 0.02252197265625, - 0.0413818359375, - 0.0268096923828125, - -0.06005859375, - -0.0222015380859375, - -0.10980224609375, - 0.004398345947265625, - -0.04888916015625, - -0.02166748046875, - -0.0210113525390625, - -0.041168212890625, - 0.0750732421875, - 0.0008378028869628906, - -0.0159759521484375, - -0.000045418739318847656, - 0.01383209228515625, - -0.020477294921875, - 0.03497314453125, - 0.0019969940185546875, - -0.05340576171875, - -0.005092620849609375, - 0.06134033203125, - -0.0014543533325195312, - -0.0253143310546875, - -0.023162841796875, - 0.01174163818359375, - -0.0213470458984375, - 0.010345458984375, - -0.0274505615234375, - -0.001682281494140625, - 0.02508544921875, - 0.025634765625, - 0.0251922607421875, - -0.042236328125, - 0.01812744140625, - -0.03173828125, - 0.0257415771484375, - -0.0308837890625, - 0.005924224853515625, - 0.0257415771484375, - 0.006542205810546875, - 0.001903533935546875, - -0.06048583984375, - -0.002506256103515625, - 0.0278778076171875, - 0.00203704833984375, - -0.020050048828125, - 0.013458251953125, - -0.046539306640625, - 0.0129241943359375, - -0.011688232421875, - -0.0195159912109375, - 0.0308837890625, - 0.040740966796875, - -0.054901123046875, - 0.01184844970703125, - 0.01238250732421875, - 0.026275634765625, - -0.0175933837890625, - -0.052764892578125, - -0.00579071044921875, - 0.00396728515625, - -0.027130126953125, - -0.006191253662109375, - 0.0255279541015625, - -0.03753662109375, - 0.01195526123046875, - 0.0270233154296875, - 0.00879669189453125, - -0.035614013671875, - -0.0538330078125, - 0.00536346435546875, - -0.04010009765625, - -0.030029296875, - -0.04095458984375, - 0.02960205078125, - 0.00579071044921875, - -0.0245513916015625, - -0.00777435302734375, - -0.00970458984375, - -0.036895751953125, - -0.001132965087890625, - -0.01265716552734375, - 0.025634765625, - 0.00852203369140625, - 0.039886474609375, - 0.0232696533203125, - 0.00018513202667236328, - 0.024444580078125, - 0.0458984375, - 0.00885009765625, - -0.01383209228515625, - -0.00458526611328125, - 0.003726959228515625, - -0.00380706787109375, - 0.01324462890625, - -0.029815673828125, - -0.030029296875, - -0.01227569580078125, - -0.0161895751953125, - -0.0027217864990234375, - 0.0362548828125, - 0.043548583984375, - 0.0207977294921875, - -0.072509765625, - -0.016510009765625, - 0.06219482421875, - -0.00997161865234375, - 0.08489990234375, - -0.01078033447265625, - -0.03045654296875, - -0.00412750244140625, - 0.0091705322265625, - -0.0170440673828125, - 0.00013399124145507812, - 0.0080413818359375, - 0.0261688232421875, - -0.0027217864990234375, - 0.0245513916015625, - -0.0197296142578125, - 0.01544189453125, - -0.004852294921875, - 0.00879669189453125, - 0.00841522216796875, - -0.0276641845703125, - 0.0185546875, - 0.037750244140625, - 0.01216888427734375, - 0.01544189453125, - 0.0396728515625, - -0.0170440673828125, - -0.0057373046875, - -0.0343017578125, - -0.05426025390625, - 0.0201568603515625, - 0.040313720703125, - 0.019195556640625, - 0.057464599609375, - -0.0180206298828125, - -0.065185546875, - 0.02294921875, - -0.044403076171875, - 0.06646728515625, - 0.04290771484375, - -0.01174163818359375, - 0.036895751953125, - -0.05084228515625, - 0.005279541015625, - 0.0207977294921875, - 0.014801025390625, - 0.019195556640625, - 0.0272369384765625, - 0.06219482421875, - -0.00841522216796875, - -0.051483154296875, - 0.0289459228515625, - 0.034088134765625, - 0.00954437255859375, - 0.01351165771484375, - 0.01383209228515625, - 0.0161895751953125, - 0.011474609375, - -0.0159759521484375, - 0.00841522216796875, - 0.029815673828125, - -0.0029354095458984375, - 0.0014009475708007812, - 0.0011196136474609375, - -0.003108978271484375, - -0.0484619140625, - 0.0146942138671875, - 0.01715087890625, - 0.0228424072265625, - 0.031524658203125, - 0.0182342529296875, - -0.052337646484375, - 0.0155487060546875, - 0.05169677734375, - -0.06219482421875, - 0.016510009765625, - 0.037109375, - -0.00901031494140625, - 0.0124359130859375, - -0.058349609375, - -0.0484619140625, - 0.03173828125, - -0.0151214599609375, - -0.04931640625, - -0.0078277587890625, - 0.03753662109375, - -0.07806396484375, - -0.041595458984375, - -0.04888916015625, - -0.0230560302734375, - -0.0186614990234375, - -0.004718780517578125, - 0.0433349609375, - -0.0010318756103515625, - 0.006969451904296875, - 0.01715087890625, - 0.04803466796875, - 0.007183074951171875, - -0.0245513916015625, - 0.032806396484375, - -0.0194091796875, - -0.07421875, - 0.01351165771484375, - 0.00501251220703125, - 0.01088714599609375, - -0.05877685546875, - -0.0212249755859375, - 0.0197296142578125, - 0.017913818359375, - 0.018768310546875, - 0.0100250244140625, - -0.030029296875, - -0.055755615234375, - -0.03497314453125, - 0.056182861328125, - 0.00911712646484375, - 0.0458984375, - 0.015869140625, - -0.00922393798828125, - 0.04803466796875, - -0.057891845703125, - -0.0210113525390625, - 0.00756072998046875, - -0.002735137939453125, - -0.01308441162109375, - 0.05169677734375, - -0.0129241943359375, - -0.014801025390625, - -0.03472900390625, - 0.04376220703125, - 0.03753662109375, - 0.0091705322265625, - -0.054473876953125, - 0.0261688232421875, - 0.029388427734375, - -0.0626220703125, - -0.0274505615234375, - -0.0226287841796875, - -0.0087432861328125, - 0.03216552734375, - -0.036895751953125, - -0.016510009765625, - -0.003231048583984375, - -0.043121337890625, - -0.044403076171875, - -0.02734375, - -0.02960205078125, - -0.03582763671875, - 0.0122222900390625, - 0.056610107421875, - -0.0028820037841796875, - 0.0093841552734375, - 0.0038604736328125, - 0.00933074951171875, - 0.0153350830078125, - 0.0009517669677734375, - -0.02960205078125, - 0.0289459228515625, - -0.0450439453125, - -0.05169677734375, - -0.0215606689453125, - 0.0450439453125, - -0.0201568603515625, - -0.0122222900390625, - -0.0051727294921875, - -0.0057373046875, - 0.04632568359375, - -0.01055908203125, - -0.0170440673828125, - -0.0224151611328125, - -0.034088134765625, - -0.035186767578125, - -0.015869140625, - 0.01050567626953125, - 0.005924224853515625, - -0.00667572021484375, - -0.002452850341796875, - 0.04803466796875, - -0.053192138671875, - 0.038604736328125, - 0.03497314453125, - -0.00766754150390625, - -0.015228271484375, - 0.0042877197265625, - -0.017486572265625, - 0.0261688232421875, - 0.0228424072265625, - -0.017364501953125, - -0.0245513916015625, - -0.07293701171875, - 0.06005859375, - 0.01383209228515625, - 0.0025463104248046875, - -0.007293701171875, - -0.033447265625, - -0.05426025390625, - 0.00325775146484375, - 0.03753662109375, - 0.00458526611328125, - -0.0215606689453125, - -0.0185546875, - 0.01206207275390625, - -0.0166168212890625, - -0.0278778076171875, - 0.004314422607421875, - 0.0178070068359375, - 0.020477294921875, - -0.0234832763671875, - -0.0265960693359375, - 0.040313720703125, - 0.0249786376953125, - 0.020477294921875, - 0.006191253662109375, - 0.03497314453125, - -0.0263824462890625, - 0.0194091796875, - -0.031951904296875, - -0.01061248779296875, - 0.00954437255859375, - 0.00970458984375, - -0.0010118484497070312, - -0.0247650146484375, - -0.0188751220703125, - 0.0184478759765625, - 0.01812744140625, - 0.019195556640625, - -0.01404571533203125, - 0.00986480712890625, - 0.00885009765625, - 0.0017557144165039062, - 0.0802001953125, - -0.02960205078125, - -0.015655517578125, - 0.001956939697265625, - 0.0021572113037109375, - 0.038177490234375, - 0.0287322998046875, - 0.0054168701171875, - -0.01055908203125, - 0.00469207763671875, - 0.06048583984375, - 0.002063751220703125, - -0.030670166015625, - -0.0224151611328125, - 0.026275634765625, - 0.01078033447265625, - 0.06005859375, - 0.03173828125, - 0.051483154296875, - 0.00841522216796875, - -0.0084686279296875, - 0.0131378173828125, - 0.0802001953125, - 0.039886474609375, - -0.030242919921875, - -0.0268096923828125, - 0.015655517578125, - 0.005870819091796875, - -0.0213470458984375, - -0.0379638671875, - 0.0211181640625, - 0.0699462890625, - -0.06304931640625, - -0.01715087890625, - 0.007129669189453125, - 0.01216888427734375, - -0.00777435302734375, - -0.003726959228515625, - -0.0226287841796875, - 0.0276641845703125, - 0.0019702911376953125, - -0.042449951171875, - -0.0076141357421875, - -0.031524658203125, - 0.034088134765625, - 0.0501708984375, - 0.02423095703125, - -0.01163482666015625, - 0.055755615234375, - 0.013671875, - 0.02294921875, - 0.029815673828125, - 0.042236328125, - -0.0009183883666992188, - 0.02960205078125, - 0.0450439453125, - 0.04632568359375, - -0.02166748046875, - -0.00479888916015625, - -0.0008978843688964844, - 0.035614013671875, - 0.036468505859375, - 0.07379150390625, - 0.01216888427734375, - -0.01195526123046875, - -0.01227569580078125, - -0.0433349609375, - 0.01216888427734375, - 0.00458526611328125, - 0.011260986328125, - -0.04095458984375, - -0.038818359375, - 0.0238037109375, - -0.03216552734375, - 0.01898193359375, - -0.004180908203125, - -0.0226287841796875, - -0.043975830078125, - 0.0396728515625, - -0.0164031982421875, - -0.0609130859375, - 0.0027618408203125, - -0.024658203125, - -0.00788116455078125, - -0.049957275390625, - -0.026702880859375, - 0.03387451171875, - -0.0201568603515625, - -0.072509765625, - -0.041595458984375, - 0.040313720703125, - -0.032806396484375, - -0.035400390625, - -0.032379150390625, - -0.0006098747253417969, - -0.01383209228515625, - -0.02691650390625, - -0.05340576171875, - 0.0006937980651855469, - 0.01544189453125, - -0.0287322998046875, - 0.0107269287109375, - -0.008148193359375, - -0.0008144378662109375, - 0.01174163818359375, - -0.004878997802734375, - -0.052978515625, - 0.0278778076171875, - -0.0484619140625, - 0.05255126953125, - -0.0035915374755859375, - 0.0150146484375, - 0.045684814453125, - 0.040313720703125, - 0.0184478759765625, - -0.00286865234375, - -0.0325927734375, - -0.057891845703125, - 0.00015747547149658203, - -0.0009984970092773438, - -0.0178070068359375, - -0.07293701171875, - -0.0009918212890625, - 0.04888916015625, - -0.08489990234375, - -0.002506256103515625, - 0.012115478515625, - -0.0109405517578125, - -0.06903076171875, - 0.0195159912109375, - -0.02734375, - 0.00922393798828125, - 0.07635498046875, - -0.00678253173828125, - 0.0029354095458984375, - -0.016082763671875, - -0.0024127960205078125, - 0.053192138671875, - 0.0164031982421875, - 0.03302001953125, - -0.029815673828125, - 0.0285186767578125, - 0.0161895751953125, - 0.0047454833984375, - 0.02734375, - -0.07635498046875, - -0.006809234619140625, - 0.0245513916015625, - -0.0068359375, - -0.014801025390625, - -0.0222015380859375, - -0.049957275390625, - -0.011474609375, - -0.030029296875, - 0.0263824462890625, - 0.00635528564453125, - 0.0036182403564453125, - -0.044403076171875, - 0.0166168212890625, - 0.01715087890625, - -0.0379638671875, - -0.050628662109375, - -0.043975830078125, - 0.03472900390625, - 0.01393890380859375, - -0.042022705078125, - 0.0213470458984375, - 0.016082763671875, - -0.01340484619140625, - 0.0362548828125, - 0.05340576171875, - -0.043121337890625, - -0.0219879150390625, - -0.0029354095458984375, - 0.0343017578125, - -0.006191253662109375, - -0.01329803466796875, - 0.01287078857421875, - 0.0012731552124023438, - 0.037322998046875, - -0.039031982421875, - 0.058349609375, - 0.040740966796875, - -0.0285186767578125, - -0.046966552734375, - -0.02606201171875, - -0.036041259765625, - 0.0213470458984375, - -0.003993988037109375, - 0.0280914306640625, - 0.0167236328125, - -0.005523681640625, - -0.0819091796875, - 0.039459228515625, - -0.037109375, - 0.023590087890625, - 0.01629638671875, - -0.0082550048828125, - -0.057891845703125, - -0.04290771484375, - -0.0450439453125, - 0.01436614990234375, - -0.033447265625, - 0.0167236328125, - 0.00370025634765625, - 0.00547027587890625, - -0.01104736328125, - -0.00506591796875, - -0.00809478759765625, - 0.0278778076171875, - -0.0036182403564453125, - -0.046539306640625, - 0.035614013671875, - 0.001956939697265625, - 0.021881103515625, - 0.0117950439453125, - -0.0287322998046875, - 0.0060577392578125, - -0.0188751220703125, - -0.02294921875, - -0.0224151611328125, - 0.038818359375, - 0.0694580078125, - -0.016937255859375, - -0.0054168701171875, - -0.023162841796875, - 0.0261688232421875, - 0.005603790283203125, - 0.0006670951843261719, - -0.007022857666015625, - -0.0182342529296875, - -0.019622802734375, - -0.04718017578125, - -0.0501708984375, - -0.0909423828125, - -0.01163482666015625, - -0.038604736328125, - -0.01458740234375, - 0.0234832763671875, - 0.0325927734375, - 0.0180206298828125, - -0.0124359130859375, - 0.042236328125, - -0.01227569580078125, - 0.00148773193359375, - -0.01120758056640625, - 0.03753662109375, - -0.015869140625, - 0.020050048828125, - 0.0010652542114257812, - -0.040740966796875, - 0.014801025390625, - -0.007076263427734375, - 0.0014743804931640625, - -0.006622314453125, - 0.0188751220703125, - -0.03131103515625, - 0.021453857421875, - -0.082763671875, - -0.0170440673828125, - 0.01018524169921875, - 0.0195159912109375, - 0.01007843017578125, - -0.0259552001953125, - 0.036468505859375, - 0.0093841552734375, - -0.06390380859375, - 0.03045654296875, - -0.0178070068359375, - -0.041595458984375, - 0.0190887451171875, - -0.0226287841796875, - 0.0168304443359375, - 0.0190887451171875, - 0.04803466796875, - 0.035614013671875, - 0.049530029296875, - 0.00862884521484375, - -0.0276641845703125, - 0.01088714599609375, - -0.0127105712890625, - 0.02069091796875, - 0.023590087890625, - 0.0035648345947265625, - -0.017913818359375, - 0.021453857421875, - 0.00885009765625, - -0.07208251953125, - 0.0115814208984375, - -0.03131103515625, - -0.052978515625, - 0.0033779144287109375, - 0.058349609375, - 0.0207977294921875, - -0.042694091796875, - 0.032379150390625, - 0.0413818359375, - 0.0157623291015625, - 0.0014410018920898438, - -0.008575439453125, - -0.072509765625, - -0.0178070068359375, - 0.0325927734375, - 0.015228271484375, - -0.04547119140625, - 0.0458984375, - 0.034515380859375, - -0.024017333984375, - -0.006916046142578125, - 0.007183074951171875, - -0.01276397705078125, - 0.03472900390625, - 0.030029296875, - 0.00943756103515625, - -0.0546875, - 0.018768310546875, - 0.03753662109375, - -0.0029888153076171875, - 0.000965118408203125, - -0.00943756103515625, - -0.041595458984375, - 0.0660400390625, - -0.055328369140625, - -0.0023326873779296875, - -0.02069091796875, - 0.07208251953125, - 0.0251922607421875, - -0.034515380859375, - -0.0592041015625, - 0.053192138671875, - 0.0007238388061523438, - -0.002788543701171875, - 0.00954437255859375, - -0.0219879150390625, - -0.01163482666015625, - 0.023162841796875, - 0.0634765625, - 0.006649017333984375, - 0.049957275390625, - -0.0080413818359375, - -0.06048583984375, - 0.0117950439453125, - -0.025848388671875, - 0.016082763671875, - -0.0006198883056640625, - -0.056610107421875, - -0.051055908203125, - -0.06689453125, - 0.04547119140625, - -0.0001399517059326172, - 0.055328369140625, - 0.0238037109375, - 0.002506256103515625, - 0.00667572021484375, - 0.017364501953125, - 0.016082763671875, - 0.056182861328125, - 0.0153350830078125, - -0.000965118408203125, - 0.02337646484375, - 0.0021991729736328125, - 0.0241241455078125, - -0.0626220703125, - 0.0101318359375, - -0.020477294921875, - 0.0004925727844238281, - -0.036041259765625, - 0.0151214599609375, - 0.0007338523864746094, - -0.005279541015625, - -0.01324462890625, - -0.0278778076171875, - -0.01163482666015625, - -0.008148193359375, - -0.056182861328125, - -0.030029296875, - 0.018341064453125, - -0.03753662109375, - -0.01425933837890625, - 0.03497314453125, - -0.0283050537109375, - 0.021881103515625, - -0.04974365234375, - 0.07550048828125, - 0.0253143310546875, - 0.0159759521484375, - 0.001514434814453125, - 0.003204345703125, - 0.0226287841796875, - -0.00841522216796875, - 0.031097412109375, - 0.00412750244140625, - -0.01297760009765625, - 0.035186767578125, - 0.06689453125, - -0.00879669189453125, - -0.0217742919921875, - 0.0291748046875, - 0.002117156982421875, - -0.03839111328125, - 0.0270233154296875, - -0.00018262863159179688, - 0.002010345458984375, - -0.0020236968994140625, - 0.00568389892578125, - -0.00568389892578125, - -0.0184478759765625, - 0.09051513671875, - 0.024017333984375, - -0.00927734375, - 0.0149078369140625, - -0.030670166015625, - 0.04718017578125, - 0.02423095703125, - 0.045684814453125, - -0.057891845703125, - 0.07122802734375, - -0.033660888671875, - -0.00568389892578125, - 0.0045318603515625, - 0.03839111328125, - 0.0009984970092773438, - 0.030670166015625, - -0.0220947265625, - 0.06817626953125, - 0.0501708984375, - -0.042236328125, - -0.05169677734375, - 0.0151214599609375, - 0.0013875961303710938, - 0.03497314453125, - 0.01195526123046875, - -0.055755615234375, - -0.01163482666015625, - 0.0172576904296875, - 0.038177490234375, - 0.07080078125, - -0.0016622543334960938, - 0.0236968994140625, - -0.02606201171875, - -0.02423095703125, - 0.01050567626953125, - 0.01447296142578125 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations", - "fraud-investigation", - "mobile-forensics" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "command-line", - "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_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.00145721435546875, - 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_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. command-line 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.00493621826171875, - 0.0308837890625, - 0.0167388916015625, - 0.004795074462890625, - 0.0286102294921875, - 0.035125732421875, - 0.0290985107421875, - -0.0162506103515625, - 0.00238800048828125, - -0.01332855224609375, - -0.0303955078125, - 0.080322265625, - 0.00025773048400878906, - -0.01178741455078125, - -0.058197021484375, - 0.0333251953125, - -0.005161285400390625, - 0.00511932373046875, - 0.020233154296875, - -0.0004851818084716797, - -0.01690673828125, - -0.0367431640625, - -0.046478271484375, - -0.01397705078125, - -0.01300048828125, - 0.0178070068359375, - -0.0141448974609375, - -0.0312042236328125, - -0.03704833984375, - 0.01544189453125, - 0.019989013671875, - -0.0255279541015625, - -0.0227508544921875, - 0.032196044921875, - 0.0196685791015625, - -0.032012939453125, - -0.0165863037109375, - -0.019989013671875, - -0.018035888671875, - 0.040802001953125, - -0.00788116455078125, - -0.0053253173828125, - 0.00817108154296875, - 0.0014829635620117188, - -0.01308441162109375, - -0.04583740234375, - -0.007678985595703125, - -0.0302276611328125, - 0.021942138671875, - -0.0232391357421875, - 0.0098724365234375, - 0.0318603515625, - 0.0189361572265625, - 0.0028247833251953125, - -0.05169677734375, - 0.04876708984375, - 0.00560760498046875, - -0.025360107421875, - -0.04779052734375, - 0.046478271484375, - -0.050079345703125, - -0.01885986328125, - 0.0019407272338867188, - -0.0279541015625, - 0.010284423828125, - 0.029266357421875, - -0.01154327392578125, - -0.01007843017578125, - 0.003536224365234375, - 0.0148773193359375, - 0.0162506103515625, - -0.00890350341796875, - -0.0013713836669921875, - 0.052337646484375, - 0.007556915283203125, - -0.056884765625, - -0.0012187957763671875, - -0.0119476318359375, - 0.0021839141845703125, - -0.0026416778564453125, - -0.053955078125, - -0.01227569580078125, - 0.0256805419921875, - -0.01203155517578125, - -0.0028247833251953125, - 0.01308441162109375, - 0.0289306640625, - 0.006053924560546875, - -0.00812530517578125, - 0.0052032470703125, - 0.01535797119140625, - -0.0264892578125, - 0.01861572265625, - -0.0036373138427734375, - 0.053955078125, - 0.052978515625, - -0.0256805419921875, - 0.0016155242919921875, - -0.01007843017578125, - 0.0164947509765625, - 0.028289794921875, - -0.0338134765625, - 0.05755615234375, - -0.01032257080078125, - 0.04388427734375, - -0.033966064453125, - 0.018280029296875, - -0.009429931640625, - -0.0256805419921875, - -0.018524169921875, - -0.12091064453125, - -0.032684326171875, - -0.027801513671875, - -0.052337646484375, - -0.01715087890625, - -0.00800323486328125, - -0.02178955078125, - 0.055908203125, - -0.05072021484375, - -0.04583740234375, - 0.01837158203125, - 0.04876708984375, - -0.007598876953125, - -0.0033111572265625, - -0.061431884765625, - -0.04046630859375, - 0.007476806640625, - 0.0179595947265625, - -0.0391845703125, - -0.04144287109375, - -0.01837158203125, - -0.01593017578125, - -0.0227508544921875, - -0.032684326171875, - -0.01007843017578125, - -0.05560302734375, - 0.0416259765625, - 0.006053924560546875, - -0.003475189208984375, - 0.00487518310546875, - 0.032684326171875, - -0.022918701171875, - -0.08905029296875, - 0.0163421630859375, - -0.039825439453125, - -0.0109710693359375, - -0.0189361572265625, - 0.060455322265625, - -0.06402587890625, - -0.0189361572265625, - -0.01519775390625, - 0.0126800537109375, - 0.0372314453125, - 0.0017375946044921875, - -0.0033111572265625, - -0.03900146484375, - 0.00469207763671875, - -0.0199127197265625, - 0.0256805419921875, - -0.0240631103515625, - -0.019744873046875, - 0.037384033203125, - -0.0136566162109375, - 0.0247039794921875, - -0.01690673828125, - -0.0328369140625, - -0.02081298828125, - 0.0247039794921875, - -0.010406494140625, - -0.0023365020751953125, - -0.0008230209350585938, - -0.0222625732421875, - 0.04046630859375, - 0.07122802734375, - 0.010284423828125, - 0.0426025390625, - 0.009796142578125, - 0.0003554821014404297, - 0.0136566162109375, - 0.031707763671875, - -0.006420135498046875, - -0.026336669921875, - 0.043243408203125, - 0.03607177734375, - 0.0169830322265625, - -0.03948974609375, - -0.046478271484375, - 0.01137542724609375, - -0.041290283203125, - 0.057220458984375, - -0.01763916015625, - -0.029754638671875, - 0.0038204193115234375, - 0.0242156982421875, - 0.0255279541015625, - 0.058837890625, - 0.0250396728515625, - -0.046478271484375, - 0.0112152099609375, - -0.010406494140625, - 0.01284027099609375, - 0.04290771484375, - -0.0041656494140625, - 0.0411376953125, - 0.00829315185546875, - 0.00812530517578125, - -0.01430511474609375, - 0.0290985107421875, - 0.0162506103515625, - -0.0141448974609375, - -0.00707244873046875, - 0.027313232421875, - -0.01324462890625, - -0.044219970703125, - -0.0255279541015625, - -0.0225982666015625, - 0.0260009765625, - -0.0396728515625, - -0.0204010009765625, - 0.002498626708984375, - 0.0157623291015625, - -0.047454833984375, - 0.01788330078125, - 0.005809783935546875, - -0.0194244384765625, - 0.044525146484375, - 0.0279541015625, - -0.0261688232421875, - -0.04193115234375, - 0.0119476318359375, - 0.020965576171875, - 0.0338134765625, - 0.019012451171875, - 0.01259613037109375, - -0.0274658203125, - -0.020965576171875, - 0.053955078125, - 0.0318603515625, - 0.0163421630859375, - 0.022918701171875, - -0.0386962890625, - 0.045501708984375, - -0.034637451171875, - 0.0221099853515625, - 0.0318603515625, - -0.04583740234375, - -0.006381988525390625, - 0.0260009765625, - 0.0300750732421875, - 0.05267333984375, - -0.050384521484375, - -0.001300811767578125, - -0.063720703125, - 0.0034942626953125, - -0.062103271484375, - -0.052001953125, - -0.0269775390625, - -0.061767578125, - 0.05169677734375, - -0.024383544921875, - -0.0347900390625, - -0.0184478759765625, - 0.01641845703125, - 0.005687713623046875, - 0.0240631103515625, - 0.009674072265625, - -0.032989501953125, - 0.01934814453125, - 0.06536865234375, - 0.00560760498046875, - -0.003231048583984375, - -0.029266357421875, - 0.01934814453125, - -0.01113128662109375, - 0.0333251953125, - -0.0191802978515625, - -0.0170745849609375, - 0.034149169921875, - 0.0131683349609375, - 0.01324462890625, - -0.01154327392578125, - 0.0141448974609375, - -0.0117034912109375, - 0.0266571044921875, - -0.04046630859375, - -0.007640838623046875, - 0.0099945068359375, - 0.0013914108276367188, - -0.0169830322265625, - -0.04046630859375, - 0.005809783935546875, - 0.040802001953125, - 0.0179595947265625, - 0.01276397705078125, - 0.00536346435546875, - -0.0426025390625, - -0.003231048583984375, - -0.004428863525390625, - 0.0023365020751953125, - 0.0382080078125, - 0.0271453857421875, - -0.0158538818359375, - 0.0042877197265625, - 0.019989013671875, - 0.00792694091796875, - -0.0109710693359375, - -0.0372314453125, - -0.01560211181640625, - 0.003047943115234375, - -0.049102783203125, - -0.03656005859375, - 0.0177154541015625, - -0.0260009765625, - 0.01560211181640625, - -0.00524139404296875, - 0.0004138946533203125, - -0.033660888671875, - -0.039337158203125, - -0.006786346435546875, - -0.0221099853515625, - -0.047454833984375, - -0.006053924560546875, - 0.0227508544921875, - 0.01763916015625, - 0.0030879974365234375, - -0.0104827880859375, - -0.0216217041015625, - -0.04681396484375, - 0.0167388916015625, - 0.0010061264038085938, - 0.00829315185546875, - -0.0279541015625, - 0.05267333984375, - 0.01763916015625, - 0.01910400390625, - 0.0136566162109375, - 0.09429931640625, - 0.0184478759765625, - -0.0240631103515625, - -0.0191802978515625, - 0.0007367134094238281, - 0.0264892578125, - 0.01113128662109375, - -0.01959228515625, - -0.0312042236328125, - 0.02056884765625, - -0.01910400390625, - 0.026336669921875, - 0.03656005859375, - 0.033660888671875, - 0.01324462890625, - -0.0382080078125, - 0.0041046142578125, - 0.06500244140625, - 0.0021343231201171875, - 0.08648681640625, - -0.018524169921875, - -0.0303955078125, - -0.01308441162109375, - 0.0227508544921875, - -0.01397705078125, - -0.001056671142578125, - 0.0426025390625, - 0.01357269287109375, - 0.0037784576416015625, - 0.0211334228515625, - -0.0014524459838867188, - 0.024871826171875, - 0.00006413459777832031, - -0.006137847900390625, - 0.0194244384765625, - -0.0260009765625, - 0.006988525390625, - 0.051055908203125, - 0.0271453857421875, - -0.0024890899658203125, - 0.0240631103515625, - -0.0029468536376953125, - 0.0124359130859375, - -0.01300048828125, - -0.038360595703125, - 0.0227508544921875, - 0.033660888671875, - 0.0357666015625, - 0.0333251953125, - -0.01332855224609375, - -0.0721435546875, - 0.00743865966796875, - -0.0310516357421875, - 0.06536865234375, - 0.055267333984375, - -0.0047760009765625, - 0.021942138671875, - -0.00226593017578125, - 0.008575439453125, - 0.01056671142578125, - 0.00959014892578125, - 0.033477783203125, - 0.051361083984375, - 0.009674072265625, - 0.01056671142578125, - -0.03753662109375, - 0.020965576171875, - 0.05560302734375, - 0.01446533203125, - -0.02130126953125, - 0.0178070068359375, - 0.01812744140625, - 0.049407958984375, - -0.04193115234375, - 0.03802490234375, - 0.004856109619140625, - 0.00853729248046875, - 0.029266357421875, - -0.01983642578125, - 0.0143890380859375, - -0.037872314453125, - 0.0090179443359375, - -0.009063720703125, - 0.0109710693359375, - 0.061431884765625, - 0.0232391357421875, - -0.0750732421875, - 0.00518035888671875, - 0.062744140625, - -0.061126708984375, - 0.0093841552734375, - 0.01934814453125, - -0.046173095703125, - -0.00890350341796875, - -0.0196685791015625, - -0.053955078125, - 0.0289306640625, - -0.00824737548828125, - -0.04779052734375, - 0.0119476318359375, - 0.0372314453125, - -0.026336669921875, - -0.037872314453125, - -0.019012451171875, - -0.006015777587890625, - -0.0098724365234375, - -0.01739501953125, - 0.044219970703125, - 0.0134124755859375, - -0.004390716552734375, - 0.0343017578125, - 0.0435791015625, - 0.000036835670471191406, - -0.04388427734375, - 0.04193115234375, - -0.019500732421875, - -0.0396728515625, - 0.032989501953125, - 0.00824737548828125, - 0.0347900390625, - -0.05267333984375, - -0.0308837890625, - -0.009429931640625, - 0.005809783935546875, - 0.01837158203125, - 0.033477783203125, - -0.022918701171875, - -0.042266845703125, - -0.043243408203125, - 0.031524658203125, - 0.01503753662109375, - 0.05364990234375, - -0.01959228515625, - -0.028778076171875, - 0.039825439453125, - -0.034454345703125, - -0.034942626953125, - -0.0027828216552734375, - 0.0251922607421875, - -0.043243408203125, - 0.072509765625, - -0.0269775390625, - -0.01446533203125, - -0.00829315185546875, - 0.073486328125, - 0.0005741119384765625, - 0.00572967529296875, - -0.026824951171875, - 0.057861328125, - 0.053955078125, - -0.018035888671875, - -0.0362548828125, - 0.0037994384765625, - 0.005649566650390625, - 0.04779052734375, - -0.0266571044921875, - -0.000934600830078125, - -0.00646209716796875, - -0.059173583984375, - -0.04681396484375, - -0.01511383056640625, - 0.0186920166015625, - -0.0318603515625, - 0.0299072265625, - 0.0290985107421875, - -0.01259613037109375, - 0.0199127197265625, - 0.0162506103515625, - 0.01178741455078125, - 0.0251922607421875, - -0.0052032470703125, - -0.025848388671875, - 0.0240631103515625, - -0.06341552734375, - -0.0312042236328125, - 0.005283355712890625, - 0.0162506103515625, - -0.0264892578125, - 0.01430511474609375, - 0.007232666015625, - -0.00817108154296875, - 0.0299072265625, - -0.023895263671875, - -0.0104827880859375, - -0.023895263671875, - -0.023406982421875, - -0.042266845703125, - -0.01511383056640625, - 0.006664276123046875, - 0.0266571044921875, - 0.0008382797241210938, - 0.0046539306640625, - 0.0416259765625, - -0.052001953125, - 0.00743865966796875, - -0.0018796920776367188, - 0.0099945068359375, - -0.0169830322265625, - -0.0009093284606933594, - -0.000015556812286376953, - 0.01373291015625, - 0.0256805419921875, - -0.0237274169921875, - -0.02178955078125, - -0.06597900390625, - 0.027313232421875, - -0.005809783935546875, - -0.00890350341796875, - -0.01373291015625, - -0.043243408203125, - -0.05560302734375, - 0.0204010009765625, - 0.034942626953125, - 0.018280029296875, - 0.010650634765625, - -0.044525146484375, - -0.01210784912109375, - 0.01454925537109375, - -0.02056884765625, - 0.032989501953125, - -0.0225982666015625, - 0.01535797119140625, - 0.00658416748046875, - -0.040313720703125, - -0.005687713623046875, - 0.0343017578125, - -0.00030612945556640625, - 0.037384033203125, - 0.039825439453125, - -0.0357666015625, - 0.0174713134765625, - -0.0295867919921875, - -0.0204010009765625, - -0.0007925033569335938, - -0.01397705078125, - 0.01348876953125, - -0.020233154296875, - -0.0328369140625, - 0.0091400146484375, - 0.00946807861328125, - 0.0222625732421875, - -0.0227508544921875, - -0.0028438568115234375, - 0.0271453857421875, - -0.01552581787109375, - 0.0416259765625, - -0.0401611328125, - -0.0300750732421875, - -0.033477783203125, - -0.010894775390625, - 0.0269775390625, - 0.018768310546875, - 0.00849151611328125, - -0.069580078125, - 0.0134124755859375, - 0.045501708984375, - -0.0004470348358154297, - -0.048431396484375, - -0.01560211181640625, - 0.0191802978515625, - 0.0305633544921875, - 0.050384521484375, - -0.00475311279296875, - 0.0740966796875, - 0.00511932373046875, - 0.01406097412109375, - 0.035614013671875, - 0.061126708984375, - 0.036407470703125, - -0.008941650390625, - -0.05169677734375, - 0.0009298324584960938, - -0.004673004150390625, - -0.052337646484375, - -0.056243896484375, - 0.019744873046875, - 0.054931640625, - -0.032501220703125, - -0.01397705078125, - 0.00719451904296875, - 0.006908416748046875, - -0.007762908935546875, - 0.0093841552734375, - -0.019256591796875, - 0.0269775390625, - 0.00983428955078125, - -0.04486083984375, - -0.024871826171875, - -0.0216217041015625, - 0.0300750732421875, - 0.0426025390625, - 0.031707763671875, - -0.007843017578125, - 0.0307159423828125, - 0.0164947509765625, - 0.018768310546875, - 0.0126800537109375, - 0.0302276611328125, - 0.006137847900390625, - 0.0310516357421875, - 0.033477783203125, - 0.0146331787109375, - -0.0271453857421875, - -0.006664276123046875, - 0.0134124755859375, - 0.047454833984375, - 0.054931640625, - 0.075439453125, - 0.01885986328125, - 0.002498626708984375, - -0.029266357421875, - -0.047149658203125, - -0.00013649463653564453, - -0.006866455078125, - -0.00621795654296875, - -0.053314208984375, - -0.0269775390625, - 0.019256591796875, - -0.05950927734375, - 0.0416259765625, - 0.0225982666015625, - -0.004085540771484375, - -0.004329681396484375, - 0.027313232421875, - -0.0124359130859375, - -0.041290283203125, - 0.009918212890625, - -0.0281219482421875, - -0.0240631103515625, - -0.0343017578125, - -0.0232391357421875, - 0.052978515625, - -0.01430511474609375, - -0.05462646484375, - -0.0382080078125, - 0.036407470703125, - -0.02178955078125, - -0.04681396484375, - -0.035919189453125, - -0.008087158203125, - -0.021942138671875, - -0.027313232421875, - -0.03948974609375, - -0.018768310546875, - -0.0011224746704101562, - -0.019012451171875, - -0.000980377197265625, - -0.0286102294921875, - -0.02178955078125, - -0.009918212890625, - -0.01129913330078125, - -0.01544189453125, - 0.02178955078125, - -0.044219970703125, - 0.04974365234375, - 0.024871826171875, - 0.01812744140625, - 0.04388427734375, - 0.06927490234375, - 0.0018291473388671875, - -0.0038204193115234375, - -0.002742767333984375, - -0.052978515625, - 0.0169830322265625, - 0.0037593841552734375, - 0.0039825439453125, - -0.06634521484375, - 0.00597381591796875, - 0.04486083984375, - -0.09039306640625, - 0.01373291015625, - 0.01203155517578125, - -0.025848388671875, - -0.0302276611328125, - -0.0014429092407226562, - -0.018035888671875, - 0.006744384765625, - 0.09039306640625, - 0.0097503662109375, - 0.008453369140625, - 0.0134124755859375, - -0.0274658203125, - 0.0406494140625, - 0.02130126953125, - 0.003940582275390625, - -0.05462646484375, - 0.01641845703125, - 0.019256591796875, - -0.01535797119140625, - 0.00817108154296875, - -0.06402587890625, - 0.009796142578125, - 0.0372314453125, - 0.01348876953125, - -0.01227569580078125, - -0.027801513671875, - -0.0281219482421875, - -0.0377197265625, - -0.021942138671875, - 0.0237274169921875, - -0.0033321380615234375, - -0.0117034912109375, - -0.038848876953125, - 0.0010061264038085938, - -0.0157623291015625, - -0.06890869140625, - -0.01739501953125, - -0.043243408203125, - 0.045196533203125, - 0.0211334228515625, - -0.0377197265625, - 0.031524658203125, - 0.01763916015625, - 0.01535797119140625, - 0.0013914108276367188, - 0.057861328125, - -0.02081298828125, - -0.01332855224609375, - -0.01519775390625, - 0.028778076171875, - 0.00238800048828125, - 0.0119476318359375, - -0.020477294921875, - 0.00817108154296875, - 0.0157623291015625, - -0.033477783203125, - 0.034942626953125, - 0.04144287109375, - -0.0175628662109375, - -0.071533203125, - -0.0312042236328125, - -0.021942138671875, - 0.0005335807800292969, - -0.007232666015625, - 0.0382080078125, - 0.0274658203125, - 0.01430511474609375, - -0.11572265625, - 0.04144287109375, - -0.019256591796875, - 0.024871826171875, - 0.038848876953125, - 0.005809783935546875, - -0.06927490234375, - -0.035614013671875, - -0.023406982421875, - 0.0357666015625, - -0.0012445449829101562, - 0.0107269287109375, - -0.01300048828125, - 0.0284423828125, - -0.0030078887939453125, - -0.01763916015625, - 0.00266265869140625, - 0.062744140625, - 0.0281219482421875, - -0.023406982421875, - 0.042266845703125, - -0.0264892578125, - -0.010894775390625, - -0.0279541015625, - 0.01154327392578125, - 0.007354736328125, - -0.01348876953125, - -0.0284423828125, - -0.0104827880859375, - 0.0406494140625, - 0.057861328125, - -0.025360107421875, - 0.036895751953125, - -0.0179595947265625, - 0.0284423828125, - 0.0004115104675292969, - -0.020721435546875, - -0.0041656494140625, - 0.01308441162109375, - -0.0126800537109375, - 0.00018417835235595703, - -0.056884765625, - -0.082275390625, - -0.0121917724609375, - -0.0406494140625, - -0.0107269287109375, - 0.036895751953125, - 0.02081298828125, - 0.0182037353515625, - -0.033477783203125, - 0.022430419921875, - -0.02081298828125, - -0.01454925537109375, - -0.0054473876953125, - 0.01511383056640625, - -0.019500732421875, - 0.035125732421875, - -0.01210784912109375, - -0.0271453857421875, - 0.0264892578125, - -0.020477294921875, - 0.0119476318359375, - -0.034149169921875, - 0.01837158203125, - -0.00873565673828125, - 0.0312042236328125, - -0.0955810546875, - -0.050384521484375, - 0.01593017578125, - 0.062408447265625, - 0.0169830322265625, - -0.0255279541015625, - 0.0338134765625, - -0.0240631103515625, - -0.05755615234375, - 0.006744384765625, - 0.002742767333984375, - -0.0294189453125, - 0.0146331787109375, - 0.006786346435546875, - 0.0025806427001953125, - 0.019500732421875, - 0.04095458984375, - 0.0372314453125, - 0.053955078125, - 0.0017881393432617188, - -0.0260009765625, - -0.01934814453125, - -0.01641845703125, - 0.03607177734375, - 0.04681396484375, - 0.0279541015625, - -0.032501220703125, - 0.0286102294921875, - 0.00597381591796875, - -0.08062744140625, - 0.002986907958984375, - -0.01381683349609375, - -0.044219970703125, - 0.0276336669921875, - 0.052978515625, - 0.01763916015625, - 0.01113128662109375, - 0.004367828369140625, - 0.047149658203125, - -0.0005865097045898438, - 0.0230865478515625, - -0.039337158203125, - -0.07379150390625, - -0.01203155517578125, - 0.005931854248046875, - 0.0148773193359375, - -0.06927490234375, - 0.037384033203125, - 0.04583740234375, - -0.0173187255859375, - -0.0102386474609375, - -0.001102447509765625, - 0.023895263671875, - 0.0302276611328125, - 0.0225982666015625, - -0.005649566650390625, - -0.052978515625, - -0.003170013427734375, - 0.0333251953125, - -0.0139007568359375, - -0.00853729248046875, - -0.02081298828125, - -0.01560211181640625, - 0.018768310546875, - -0.05462646484375, - 0.00016641616821289062, - 0.0006856918334960938, - 0.07025146484375, - 0.01511383056640625, - -0.05169677734375, - -0.0281219482421875, - 0.0391845703125, - 0.01178741455078125, - -0.025848388671875, - -0.0007009506225585938, - 0.0261688232421875, - -0.0204010009765625, - 0.027801513671875, - 0.044525146484375, - 0.003658294677734375, - 0.03656005859375, - 0.006542205810546875, - -0.05169677734375, - 0.0289306640625, - -0.0042877197265625, - 0.00983428955078125, - -0.021453857421875, - -0.020965576171875, - -0.0227508544921875, - -0.0721435546875, - 0.052337646484375, - 0.0028438568115234375, - 0.028778076171875, - 0.01259613037109375, - -0.0164947509765625, - -0.0240631103515625, - 0.01113128662109375, - 0.046478271484375, - 0.024383544921875, - 0.0097503662109375, - 0.01454925537109375, - 0.0003783702850341797, - -0.0103607177734375, - 0.034637451171875, - -0.032684326171875, - 0.01210784912109375, - -0.004550933837890625, - 0.0096282958984375, - -0.05560302734375, - 0.0010976791381835938, - 0.026336669921875, - -0.0372314453125, - -0.008087158203125, - -0.0323486328125, - 0.0024890899658203125, - -0.01081085205078125, - -0.0204010009765625, - -0.0031299591064453125, - 0.04779052734375, - -0.0302276611328125, - 0.04486083984375, - 0.009796142578125, - -0.02178955078125, - -0.008941650390625, - -0.06988525390625, - 0.10211181640625, - 0.035125732421875, - 0.01739501953125, - 0.00244903564453125, - 0.035919189453125, - 0.05364990234375, - 0.01641845703125, - 0.038360595703125, - 0.034149169921875, - -0.018524169921875, - 0.032501220703125, - 0.033660888671875, - -0.020721435546875, - -0.0260009765625, - 0.035614013671875, - 0.006053924560546875, - -0.0347900390625, - 0.0426025390625, - 0.0146331787109375, - 0.01154327392578125, - 0.0046539306640625, - 0.00487518310546875, - -0.0227508544921875, - -0.060455322265625, - 0.06439208984375, - 0.0015344619750976562, - 0.000009417533874511719, - 0.06634521484375, - -0.078369140625, - 0.04681396484375, - -0.008941650390625, - 0.039825439453125, - -0.0221099853515625, - 0.051361083984375, - -0.0175628662109375, - 0.00812530517578125, - -0.006786346435546875, - 0.0037994384765625, - 0.0093841552734375, - 0.00817108154296875, - -0.02178955078125, - 0.051361083984375, - 0.0037593841552734375, - -0.0194244384765625, - -0.059173583984375, - -0.00634002685546875, - 0.007843017578125, - -0.0167388916015625, - 0.050079345703125, - -0.0328369140625, - -0.0030269622802734375, - 0.0009908676147460938, - 0.0294189453125, - 0.04681396484375, - -0.025848388671875, - 0.0300750732421875, - 0.020965576171875, - -0.01308441162109375, - 0.0017881393432617188, - -0.029754638671875 - ], - "metadata": { - "domains": [ - "mobile-forensics", - "static-investigations" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "command-line", - "logical-copy", - "mobile-app-data", - "triage", - "adb-based", - "legacy-devices", - "content-providers", - "backup-extraction", - "permission-based", - "court-considerations" - ], - "skillLevel": "advanced", - "type": "tool" - } - }, - { - "id": "tool_dd", - "type": "tool", - "name": "dd", - "content": "dd das unix-urgestein 'data duplicator' ist seit 1974 der minimalistische standard für bit-genaue datenträger-kopien. keine gui, keine extras - nur pure zuverlässigkeit. die wichtigsten forensischen parameter: conv=noerror,sync für defekte sektoren, bs=4m für optimale performance, status=progress für fortschrittsanzeige. pipe zu hash-tools für simultane verifizierung: dd if=/dev/sda | tee image.raw | md5sum. die einfachheit ist die stärke: funktioniert auf jedem unix-system ohne installation. vorsicht vor klassischen fehlern: if/of-verwechslung zerstört beweise! dcfldd und dc3dd sind forensische weiterentwicklungen mit eingebauter hash-verifizierung. split-feature für fat32-limits: dd if=/dev/sda | split -b 4g. network-imaging via netcat möglich. der respekt vor dd trennt profis von amateuren - ein falscher parameter vernichtet unwiederbringlich daten. immer noch die basis vieler kommerzieller imaging-tools. command-line 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 incident-response static-investigations data-collection", - "embedding": [ - 0.0002942085266113281, - 0.03173828125, - 0.01800537109375, - -0.0095062255859375, - 0.043792724609375, - 0.039703369140625, - 0.004779815673828125, - 0.0115966796875, - 0.01456451416015625, - 0.015777587890625, - -0.0243072509765625, - 0.05194091796875, - 0.0009160041809082031, - -0.0127105712890625, - -0.039520263671875, - 0.030059814453125, - -0.0150299072265625, - -0.007793426513671875, - -0.0013799667358398438, - 0.01308441162109375, - -0.0093231201171875, - 0.000881195068359375, - -0.06048583984375, - 0.0103912353515625, - -0.0078887939453125, - -0.004894256591796875, - -0.03619384765625, - -0.08905029296875, - -0.004222869873046875, - 0.007843017578125, - -0.0178070068359375, - -0.02032470703125, - 0.0171661376953125, - 0.0367431640625, - -0.00171661376953125, - -0.0281982421875, - -0.0010499954223632812, - -0.043792724609375, - -0.01113128662109375, - 0.041015625, - -0.0269012451171875, - 0.005008697509765625, - 0.0270843505859375, - -0.02264404296875, - -0.0114593505859375, - -0.0244903564453125, - 0.016510009765625, - -0.047515869140625, - 0.0008525848388671875, - -0.04119873046875, - 0.0308074951171875, - 0.038421630859375, - 0.0185546875, - -0.0125274658203125, - -0.0460205078125, - 0.020416259765625, - 0.04656982421875, - -0.00890350341796875, - -0.033966064453125, - 0.049346923828125, - -0.037841796875, - -0.00024509429931640625, - -0.01335906982421875, - -0.025054931640625, - -0.0069580078125, - -0.00031304359436035156, - -0.0274658203125, - -0.0293121337890625, - 0.013824462890625, - 0.01837158203125, - 0.00960540771484375, - -0.01438140869140625, - -0.002285003662109375, - 0.018096923828125, - -0.0201263427734375, - -0.043792724609375, - 0.019012451171875, - 0.0269012451171875, - -0.0069122314453125, - -0.004058837890625, - -0.06756591796875, - 0.006725311279296875, - 0.018280029296875, - -0.01308441162109375, - -0.006633758544921875, - 0.013824462890625, - 0.0413818359375, - 0.00142669677734375, - -0.0011949539184570312, - -0.006725311279296875, - 0.01206207275390625, - -0.019012451171875, - 0.00965118408203125, - -0.025604248046875, - 0.03802490234375, - 0.048248291015625, - -0.005008697509765625, - 0.00142669677734375, - 0.0201263427734375, - 0.032470703125, - 0.022735595703125, - -0.020599365234375, - 0.05157470703125, - -0.003177642822265625, - 0.05975341796875, - -0.0181884765625, - 0.005031585693359375, - 0.030242919921875, - -0.02801513671875, - -0.019012451171875, - -0.07757568359375, - -0.0218963623046875, - -0.021148681640625, - -0.058624267578125, - -0.0016813278198242188, - -0.023193359375, - -0.02801513671875, - 0.04620361328125, - -0.03173828125, - -0.025054931640625, - 0.0010499954223632812, - 0.0150299072265625, - 0.0017747879028320312, - 0.0024585723876953125, - -0.053070068359375, - -0.04266357421875, - -0.004940032958984375, - 0.0024471282958984375, - -0.04193115234375, - -0.035797119140625, - -0.015869140625, - -0.0267181396484375, - -0.0274658203125, - -0.02783203125, - 0.00394439697265625, - -0.025787353515625, - 0.043243408203125, - 0.005611419677734375, - -0.0201263427734375, - -0.01428985595703125, - 0.035247802734375, - -0.034881591796875, - -0.052703857421875, - 0.025054931640625, - -0.01354217529296875, - -0.0020294189453125, - -0.0181884765625, - 0.033599853515625, - -0.034881591796875, - -0.0178070068359375, - 0.0175323486328125, - 0.0285797119140625, - 0.047119140625, - -0.01010894775390625, - 0.00853729248046875, - -0.03338623046875, - 0.0016813278198242188, - 0.006122589111328125, - 0.0311737060546875, - -0.0035724639892578125, - -0.025421142578125, - 0.018463134765625, - -0.00858306884765625, - 0.039520263671875, - -0.01099395751953125, - -0.047515869140625, - -0.03619384765625, - -0.006725311279296875, - 0.009002685546875, - 0.00396728515625, - 0.03338623046875, - -0.01354217529296875, - 0.057525634765625, - 0.07904052734375, - 0.023101806640625, - 0.016693115234375, - 0.0017862319946289062, - 0.018829345703125, - 0.0152130126953125, - 0.0285797119140625, - -0.0169830322265625, - -0.02764892578125, - 0.0265350341796875, - -0.007190704345703125, - 0.004291534423828125, - -0.0169830322265625, - -0.0128936767578125, - -0.0005102157592773438, - -0.041015625, - 0.04656982421875, - -0.0270843505859375, - 0.0003695487976074219, - 0.006679534912109375, - 0.0214385986328125, - -0.0092315673828125, - 0.053070068359375, - 0.025970458984375, - -0.0095062255859375, - 0.0406494140625, - -0.0000030994415283203125, - 0.0127105712890625, - -0.004547119140625, - 0.0033626556396484375, - 0.044158935546875, - 0.018463134765625, - -0.0013399124145507812, - -0.007099151611328125, - 0.05157470703125, - 0.038787841796875, - -0.04583740234375, - 0.0008115768432617188, - 0.02783203125, - 0.000980377197265625, - -0.035797119140625, - -0.044891357421875, - -0.01177978515625, - 0.0106658935546875, - -0.00531005859375, - -0.00457000732421875, - -0.025787353515625, - -0.01224517822265625, - -0.042877197265625, - 0.0221710205078125, - 0.0176239013671875, - -0.029876708984375, - 0.053802490234375, - 0.0125274658203125, - -0.0308074951171875, - -0.04974365234375, - 0.0224456787109375, - 0.02783203125, - 0.030426025390625, - -0.01605224609375, - 0.00867462158203125, - 0.0018901824951171875, - -0.0166015625, - 0.038421630859375, - 0.020599365234375, - 0.01206207275390625, - 0.00399017333984375, - -0.038604736328125, - 0.02783203125, - -0.02069091796875, - 0.029876708984375, - 0.006725311279296875, - -0.043975830078125, - 0.0007104873657226562, - 0.0205078125, - 0.0202178955078125, - 0.02032470703125, - -0.05194091796875, - -0.00890350341796875, - -0.0731201171875, - -0.00568389892578125, - -0.044525146484375, - -0.00524139404296875, - -0.05010986328125, - -0.03338623046875, - 0.07159423828125, - -0.025604248046875, - -0.0270843505859375, - 0.0079803466796875, - 0.0265350341796875, - -0.0285797119140625, - 0.03265380859375, - 0.0216217041015625, - -0.05047607421875, - 0.0270843505859375, - 0.07647705078125, - -0.0189208984375, - -0.005706787109375, - -0.035247802734375, - 0.01837158203125, - -0.0024127960205078125, - 0.03802490234375, - -0.036376953125, - -0.01117706298828125, - 0.0003769397735595703, - 0.016510009765625, - 0.005588531494140625, - -0.040069580078125, - -0.013916015625, - -0.010528564453125, - 0.030059814453125, - -0.0374755859375, - -0.007190704345703125, - 0.005451202392578125, - 0.01006317138671875, - -0.0267181396484375, - -0.07086181640625, - 0.0235595703125, - 0.039154052734375, - 0.013641357421875, - -0.0000019669532775878906, - 0.01206207275390625, - -0.043243408203125, - 0.00510406494140625, - -0.0007829666137695312, - -0.007701873779296875, - 0.0197601318359375, - 0.0283966064453125, - -0.020782470703125, - 0.0093231201171875, - -0.0002796649932861328, - 0.000858306884765625, - -0.0224456787109375, - -0.0328369140625, - -0.039886474609375, - -0.020965576171875, - -0.025604248046875, - -0.02801513671875, - -0.0038738250732421875, - -0.04156494140625, - 0.00572967529296875, - -0.007099151611328125, - -0.0083465576171875, - -0.0127105712890625, - -0.040069580078125, - 0.013824462890625, - -0.03173828125, - -0.057891845703125, - -0.0261688232421875, - 0.02801513671875, - -0.0166015625, - -0.0038509368896484375, - -0.01419830322265625, - 0.0001232624053955078, - -0.023101806640625, - -0.0021343231201171875, - -0.023101806640625, - 0.0467529296875, - 0.016693115234375, - 0.053070068359375, - 0.0421142578125, - 0.0281982421875, - 0.02301025390625, - 0.0552978515625, - 0.018463134765625, - -0.007843017578125, - -0.006076812744140625, - -0.01465606689453125, - 0.0328369140625, - 0.030426025390625, - -0.0291290283203125, - -0.0216217041015625, - 0.0093231201171875, - -0.0189208984375, - 0.0267181396484375, - 0.0309906005859375, - 0.02069091796875, - 0.01605224609375, - -0.05902099609375, - -0.0015659332275390625, - 0.0291290283203125, - 0.0151214599609375, - 0.08612060546875, - -0.0149383544921875, - -0.04119873046875, - 0.003757476806640625, - 0.029510498046875, - 0.0003712177276611328, - -0.005031585693359375, - 0.03619384765625, - -0.0016813278198242188, - -0.0004639625549316406, - 0.038970947265625, - 0.0193939208984375, - 0.0192108154296875, - 0.0150299072265625, - -0.00283050537109375, - 0.006866455078125, - 0.003803253173828125, - 0.00751495361328125, - 0.056793212890625, - 0.0261688232421875, - 0.018463134765625, - 0.024871826171875, - -0.0287628173828125, - -0.0178070068359375, - -0.021148681640625, - -0.06939697265625, - 0.005428314208984375, - 0.043426513671875, - 0.01081085205078125, - 0.034698486328125, - -0.01641845703125, - -0.0645751953125, - 0.0003769397735595703, - -0.05120849609375, - 0.07275390625, - 0.038787841796875, - 0.0034332275390625, - 0.025787353515625, - -0.004337310791015625, - 0.0192108154296875, - 0.038787841796875, - -0.006725311279296875, - 0.030059814453125, - 0.025970458984375, - 0.0237579345703125, - 0.0002275705337524414, - -0.037109375, - 0.036376953125, - 0.041748046875, - 0.018463134765625, - 0.009368896484375, - 0.0214385986328125, - -0.006679534912109375, - -0.00649261474609375, - -0.047119140625, - 0.0293121337890625, - 0.0265350341796875, - -0.0225372314453125, - 0.023651123046875, - 0.00591278076171875, - 0.007099151611328125, - -0.034698486328125, - -0.011505126953125, - 0.004940032958984375, - 0.004779815673828125, - 0.0311737060546875, - 0.0274658203125, - -0.05120849609375, - -0.005054473876953125, - 0.047882080078125, - -0.05084228515625, - 0.0189208984375, - 0.004985809326171875, - -0.03656005859375, - 0.03302001953125, - -0.0116424560546875, - -0.0823974609375, - -0.0045928955078125, - -0.025421142578125, - -0.056793212890625, - 0.0181884765625, - 0.056793212890625, - -0.06121826171875, - -0.0285797119140625, - -0.054168701171875, - -0.0223541259765625, - -0.0293121337890625, - -0.0287628173828125, - 0.0413818359375, - 0.0079803466796875, - -0.01605224609375, - 0.02764892578125, - 0.052337646484375, - 0.01345062255859375, - -0.0024242401123046875, - 0.0321044921875, - -0.020416259765625, - -0.072021484375, - 0.0308074951171875, - -0.003803253173828125, - -0.0185546875, - -0.0195770263671875, - -0.025054931640625, - -0.0079345703125, - 0.0102081298828125, - 0.01428985595703125, - 0.0116424560546875, - -0.06719970703125, - -0.034515380859375, - -0.0413818359375, - 0.0270843505859375, - -0.0091400146484375, - 0.0289459228515625, - 0.0235595703125, - -0.043609619140625, - 0.0221710205078125, - -0.049346923828125, - -0.052703857421875, - 0.010345458984375, - -0.0032939910888671875, - -0.030059814453125, - 0.0653076171875, - -0.05120849609375, - 0.01206207275390625, - -0.034332275390625, - 0.03765869140625, - 0.0166015625, - -0.013641357421875, - -0.0289459228515625, - 0.03192138671875, - 0.0313720703125, - -0.03692626953125, - -0.025421142578125, - -0.0413818359375, - -0.0038967132568359375, - 0.03692626953125, - -0.04547119140625, - -0.0169830322265625, - -0.009368896484375, - -0.07049560546875, - -0.05084228515625, - -0.005611419677734375, - -0.03302001953125, - -0.0243072509765625, - 0.01113128662109375, - 0.0545654296875, - 0.006168365478515625, - 0.02264404296875, - 0.01558685302734375, - 0.01233673095703125, - 0.0270843505859375, - -0.0175323486328125, - 0.002040863037109375, - 0.018463134765625, - -0.0556640625, - -0.049346923828125, - -0.016326904296875, - 0.053802490234375, - -0.029510498046875, - -0.0237579345703125, - 0.01006317138671875, - -0.0289459228515625, - 0.030059814453125, - -0.045074462890625, - 0.0016698837280273438, - -0.0263519287109375, - -0.01558685302734375, - -0.04693603515625, - -0.034881591796875, - 0.0115509033203125, - 0.0018787384033203125, - -0.013641357421875, - 0.0104827880859375, - 0.0176239013671875, - -0.04119873046875, - 0.056793212890625, - 0.0149383544921875, - 0.006587982177734375, - -0.006866455078125, - 0.005359649658203125, - 0.0035495758056640625, - 0.0093231201171875, - 0.03302001953125, - -0.01419830322265625, - -0.0094146728515625, - -0.06793212890625, - 0.025787353515625, - -0.0166015625, - -0.0021457672119140625, - -0.0095062255859375, - -0.0289459228515625, - -0.06939697265625, - 0.0237579345703125, - 0.0293121337890625, - 0.01103973388671875, - 0.001728057861328125, - -0.0269012451171875, - -0.00881195068359375, - -0.0217132568359375, - -0.01326751708984375, - 0.037841796875, - -0.0192108154296875, - 0.03692626953125, - 0.004199981689453125, - -0.038238525390625, - 0.030609130859375, - 0.0208740234375, - 0.0012464523315429688, - 0.0151214599609375, - -0.007793426513671875, - -0.044708251953125, - 0.015869140625, - -0.02783203125, - -0.03692626953125, - -0.006587982177734375, - -0.023193359375, - 0.0116424560546875, - -0.0281982421875, - -0.018096923828125, - 0.040252685546875, - 0.0128021240234375, - 0.04119873046875, - 0.0019254684448242188, - -0.0147552490234375, - 0.0081634521484375, - -0.0082550048828125, - 0.072021484375, - -0.03265380859375, - -0.0374755859375, - 0.01438140869140625, - -0.0081634521484375, - 0.043060302734375, - 0.04248046875, - 0.0013914108276367188, - -0.0228271484375, - -0.01141357421875, - 0.045654296875, - -0.037841796875, - -0.0267181396484375, - -0.0222625732421875, - 0.0200347900390625, - 0.0113677978515625, - 0.056793212890625, - 0.0191192626953125, - 0.06121826171875, - -0.0006089210510253906, - 0.003246307373046875, - 0.040435791015625, - 0.05010986328125, - 0.038604736328125, - -0.022918701171875, - -0.047882080078125, - -0.0004813671112060547, - 0.018646240234375, - -0.03228759765625, - -0.045074462890625, - 0.00412750244140625, - 0.047119140625, - -0.0552978515625, - -0.0191192626953125, - 0.00876617431640625, - -0.018646240234375, - 0.0171661376953125, - 0.034698486328125, - 0.0018558502197265625, - 0.03192138671875, - -0.030609130859375, - -0.045654296875, - -0.0189208984375, - -0.02337646484375, - 0.034332275390625, - 0.06085205078125, - 0.03765869140625, - 0.0082550048828125, - 0.039520263671875, - 0.0045013427734375, - 0.0117340087890625, - 0.0413818359375, - 0.029693603515625, - 0.01447296142578125, - 0.034881591796875, - 0.030426025390625, - 0.054168701171875, - -0.030242919921875, - -0.01549530029296875, - 0.0191192626953125, - 0.0261688232421875, - 0.06121826171875, - 0.07086181640625, - 0.004779815673828125, - 0.013916015625, - -0.01001739501953125, - -0.03338623046875, - -0.02032470703125, - 0.006866455078125, - 0.001983642578125, - -0.048614501953125, - -0.018463134765625, - 0.0020294189453125, - -0.030609130859375, - 0.053802490234375, - 0.029510498046875, - -0.0285797119140625, - -0.00640106201171875, - 0.0178985595703125, - 0.00635528564453125, - -0.0421142578125, - 0.007144927978515625, - -0.02801513671875, - -0.01224517822265625, - -0.04193115234375, - -0.006122589111328125, - 0.0217132568359375, - -0.03729248046875, - -0.0631103515625, - -0.034332275390625, - 0.038238525390625, - -0.01103973388671875, - -0.0241241455078125, - -0.0421142578125, - -0.003154754638671875, - -0.018646240234375, - -0.047882080078125, - -0.035064697265625, - 0.0015659332275390625, - 0.00988006591796875, - -0.0225372314453125, - 0.025970458984375, - -0.0218963623046875, - -0.034881591796875, - -0.0197601318359375, - -0.0125274658203125, - -0.034698486328125, - 0.04193115234375, - -0.044891357421875, - 0.048248291015625, - 0.0289459228515625, - 0.016693115234375, - 0.0360107421875, - 0.061614990234375, - -0.02801513671875, - 0.0036411285400390625, - -0.0167999267578125, - -0.062744140625, - 0.022918701171875, - -0.00635528564453125, - 0.005451202392578125, - -0.062744140625, - 0.002643585205078125, - 0.025970458984375, - -0.061981201171875, - 0.02801513671875, - -0.0151214599609375, - -0.0019254684448242188, - -0.03155517578125, - -0.0080718994140625, - 0.0003247261047363281, - 0.0009565353393554688, - 0.08758544921875, - 0.0069580078125, - -0.0198516845703125, - -0.030609130859375, - -0.018096923828125, - 0.04974365234375, - 0.02728271484375, - 0.040435791015625, - -0.039703369140625, - 0.029510498046875, - 0.00470733642578125, - -0.0289459228515625, - 0.01001739501953125, - -0.07867431640625, - 0.0172576904296875, - 0.04193115234375, - 0.0115966796875, - -0.040252685546875, - -0.03265380859375, - -0.033599853515625, - -0.01456451416015625, - -0.05194091796875, - 0.039337158203125, - 0.0185546875, - -0.0006842613220214844, - -0.044891357421875, - 0.0018444061279296875, - -0.0147552490234375, - -0.05084228515625, - -0.032470703125, - -0.056793212890625, - 0.03173828125, - 0.004940032958984375, - -0.045654296875, - 0.044158935546875, - 0.0095062255859375, - -0.008026123046875, - 0.00867462158203125, - 0.040435791015625, - -0.032470703125, - -0.00872039794921875, - -0.018280029296875, - 0.04229736328125, - -0.0009860992431640625, - 0.00396728515625, - -0.0010957717895507812, - 0.005031585693359375, - 0.039520263671875, - -0.01540374755859375, - 0.07122802734375, - 0.01113128662109375, - -0.010162353515625, - -0.054168701171875, - -0.022918701171875, - -0.00830078125, - 0.0241241455078125, - -0.0189208984375, - 0.05194091796875, - 0.0195770263671875, - -0.005542755126953125, - -0.109130859375, - 0.06121826171875, - -0.030242919921875, - 0.039337158203125, - 0.01438140869140625, - 0.00858306884765625, - -0.039337158203125, - -0.034515380859375, - -0.0115966796875, - 0.0360107421875, - -0.010162353515625, - 0.029876708984375, - -0.0005826950073242188, - 0.0010204315185546875, - 0.0009450912475585938, - -0.044158935546875, - 0.0127105712890625, - 0.0560302734375, - 0.022735595703125, - -0.0128936767578125, - 0.04156494140625, - -0.0291290283203125, - 0.0173492431640625, - 0.004360198974609375, - -0.0019369125366210938, - 0.0285797119140625, - 0.00890350341796875, - -0.0269012451171875, - -0.01094818115234375, - 0.0170745849609375, - 0.044708251953125, - 0.002956390380859375, - 0.0167999267578125, - -0.0225372314453125, - 0.01094818115234375, - -0.0035247802734375, - -0.0173492431640625, - 0.01177978515625, - -0.007793426513671875, - -0.00417327880859375, - -0.0291290283203125, - -0.06719970703125, - -0.0931396484375, - -0.0010671615600585938, - -0.02301025390625, - -0.033599853515625, - -0.0002608299255371094, - 0.0309906005859375, - 0.0082550048828125, - -0.02337646484375, - 0.0222625732421875, - 0.00635528564453125, - -0.01326751708984375, - -0.0285797119140625, - 0.030426025390625, - -0.039520263671875, - 0.03656005859375, - -0.0018901824951171875, - -0.057159423828125, - 0.040435791015625, - -0.00577545166015625, - 0.0225372314453125, - -0.00862884521484375, - -0.00347900390625, - -0.0285797119140625, - 0.0241241455078125, - -0.06976318359375, - -0.003688812255859375, - 0.0191192626953125, - 0.034881591796875, - 0.01641845703125, - -0.05047607421875, - 0.037109375, - -0.00582122802734375, - -0.047882080078125, - 0.02801513671875, - -0.035797119140625, - -0.0311737060546875, - 0.01099395751953125, - -0.00894927978515625, - 0.00018334388732910156, - 0.01335906982421875, - 0.01873779296875, - 0.04119873046875, - 0.04229736328125, - -0.01043701171875, - -0.038604736328125, - -0.00742340087890625, - -0.0175323486328125, - -0.006633758544921875, - 0.0285797119140625, - 0.030059814453125, - -0.004638671875, - -0.004199981689453125, - -0.005706787109375, - -0.109130859375, - -0.0126190185546875, - -0.038238525390625, - -0.03302001953125, - -0.00992584228515625, - 0.09423828125, - 0.04656982421875, - 0.0102081298828125, - 0.00765228271484375, - 0.08648681640625, - 0.003780364990234375, - 0.00287628173828125, - 0.0014495849609375, - -0.057891845703125, - -0.01224517822265625, - -0.007328033447265625, - 0.003780364990234375, - -0.0660400390625, - 0.030059814453125, - 0.0660400390625, - -0.025787353515625, - -0.0034332275390625, - -0.007282257080078125, - -0.0005826950073242188, - 0.0199432373046875, - 0.029876708984375, - 0.00881195068359375, - -0.061981201171875, - 0.006168365478515625, - 0.022735595703125, - -0.0046844482421875, - 0.007328033447265625, - 0.0005478858947753906, - -0.0169830322265625, - 0.048980712890625, - -0.0638427734375, - -0.029876708984375, - 0.00872039794921875, - 0.08203125, - 0.0095062255859375, - -0.043975830078125, - -0.0460205078125, - 0.06939697265625, - 0.024871826171875, - -0.0068206787109375, - 0.016510009765625, - -0.00965118408203125, - -0.033966064453125, - 0.0287628173828125, - 0.06085205078125, - -0.0150299072265625, - 0.03302001953125, - 0.00955963134765625, - -0.056793212890625, - 0.02728271484375, - -0.047882080078125, - 0.0197601318359375, - -0.00765228271484375, - -0.041015625, - -0.018646240234375, - -0.07086181640625, - 0.043060302734375, - 0.02301025390625, - 0.021331787109375, - 0.048248291015625, - 0.009002685546875, - 0.00021457672119140625, - -0.00751495361328125, - 0.045074462890625, - 0.03729248046875, - 0.0269012451171875, - -0.01113128662109375, - -0.00760650634765625, - 0.0102996826171875, - 0.00988006591796875, - -0.034332275390625, - 0.0267181396484375, - -0.0265350341796875, - 0.010528564453125, - -0.054168701171875, - 0.0106658935546875, - 0.00345611572265625, - -0.0467529296875, - -0.004199981689453125, - -0.025421142578125, - 0.01568603515625, - -0.015960693359375, - -0.035430908203125, - 0.0095062255859375, - 0.035430908203125, - 0.003757476806640625, - 0.0129852294921875, - 0.018646240234375, - -0.0094146728515625, - 0.0024814605712890625, - -0.05902099609375, - 0.0753173828125, - 0.0202178955078125, - 0.01373291015625, - -0.0082550048828125, - 0.020416259765625, - -0.002262115478515625, - 0.00765228271484375, - 0.062347412109375, - 0.00992584228515625, - -0.0638427734375, - 0.041748046875, - 0.04193115234375, - 0.03155517578125, - -0.040435791015625, - 0.0178070068359375, - 0.019012451171875, - -0.0308074951171875, - 0.0308074951171875, - 0.0239410400390625, - 0.0199432373046875, - 0.0178985595703125, - 0.01419830322265625, - -0.0265350341796875, - -0.04583740234375, - 0.040435791015625, - 0.00200653076171875, - 0.0265350341796875, - 0.0556640625, - -0.0237579345703125, - 0.047882080078125, - -0.0009975433349609375, - 0.04266357421875, - -0.03302001953125, - 0.0545654296875, - -0.01197052001953125, - 0.0189208984375, - 0.003734588623046875, - -0.006122589111328125, - -0.0199432373046875, - 0.002864837646484375, - -0.00974273681640625, - 0.084228515625, - 0.030426025390625, - -0.0170745849609375, - -0.047119140625, - -0.0147552490234375, - -0.021148681640625, - -0.0170745849609375, - 0.030609130859375, - -0.05047607421875, - -0.033203125, - 0.040069580078125, - 0.048980712890625, - 0.061614990234375, - -0.0153045654296875, - 0.039154052734375, - -0.0035953521728515625, - -0.00965118408203125, - 0.0018320083618164062, - -0.0194854736328125 - ], - "metadata": { - "domains": [ - "incident-response", - "static-investigations" - ], - "phases": [ - "data-collection" - ], - "tags": [ - "command-line", - "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" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Guymager", - "type": "tool", - "name": "Guymager", - "content": "guymager das schlanke linux-imaging-tool maximiert performance durch intelligentes multi-threading und optimierte i/o-operationen. die qt-basierte gui macht forensisches imaging auch für linux-neulinge zugänglich. gleichzeitiges schreiben mehrerer formate (raw + ewf) ohne performance-verlust. die eingebaute fifo-architektur ermöglicht pipe-operationen für netzwerk-imaging. besonders geschätzt: automatische badblock-erkennung mit detailliertem logging, simultane hash-berechnung (md5, sha1, sha256), fortschrittsbalken mit zeitschätzung. die clone-funktion dupliziert datenträger direkt. hpa/dco-erkennung warnt vor versteckten bereichen. unterstützt usb-write- blocker für zusätzliche sicherheit. die performance übertrifft oft kommerzielle tools bei gleicher zuverlässigkeit. debian-pakete vereinfachen installation. der niedrige ressourcen-verbrauch erlaubt imaging auf älteren systemen. logging im detail-level konfigurierbar für verschiedene compliance-anforderungen. 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.01059722900390625, - 0.0181732177734375, - 0.06024169921875, - -0.0263824462890625, - 0.04364013671875, - 0.042999267578125, - 0.00930023193359375, - 0.012725830078125, - -0.00170135498046875, - 0.0240020751953125, - -0.0274200439453125, - 0.04986572265625, - 0.0079498291015625, - -0.0309600830078125, - -0.047576904296875, - 0.0565185546875, - -0.0355224609375, - -0.004180908203125, - 0.0225372314453125, - -0.0003018379211425781, - -0.00930023193359375, - -0.03033447265625, - -0.062744140625, - 0.00763702392578125, - 0.0026874542236328125, - -0.002506256103515625, - -0.01776123046875, - -0.06646728515625, - -0.001766204833984375, - 0.0189056396484375, - 0.005584716796875, - -0.005374908447265625, - 0.012359619140625, - 0.0288848876953125, - 0.0178680419921875, - -0.0250396728515625, - -0.0166168212890625, - -0.04425048828125, - -0.0199432373046875, - 0.06439208984375, - -0.0101318359375, - -0.0016422271728515625, - 0.00029540061950683594, - -0.0272216796875, - -0.02264404296875, - -0.033447265625, - 0.00732421875, - -0.029083251953125, - -0.009918212890625, - -0.03033447265625, - -0.0011491775512695312, - 0.0299224853515625, - 0.00997161865234375, - -0.015167236328125, - -0.0288848876953125, - 0.03179931640625, - 0.01303863525390625, - -0.032196044921875, - -0.0229644775390625, - 0.057769775390625, - -0.0309600830078125, - -0.00799560546875, - -0.0297088623046875, - -0.02679443359375, - 0.00257110595703125, - 0.046966552734375, - -0.0005326271057128906, - -0.0146484375, - 0.01200103759765625, - 0.00130462646484375, - 0.0036106109619140625, - -0.0176544189453125, - -0.0035572052001953125, - 0.035308837890625, - -0.035125732421875, - -0.044677734375, - 0.00882720947265625, - 0.02679443359375, - 0.0034027099609375, - -0.01085662841796875, - -0.05194091796875, - 0.005401611328125, - 0.01953125, - 0.003765106201171875, - -0.0186004638671875, - 0.011322021484375, - 0.0257568359375, - -0.00960540771484375, - 0.0018825531005859375, - 0.00170135498046875, - 0.01776123046875, - 0.0082550048828125, - 0.006595611572265625, - -0.0299224853515625, - 0.01267242431640625, - 0.0535888671875, - -0.017242431640625, - -0.00971221923828125, - 0.00037169456481933594, - 0.0220184326171875, - 0.0246124267578125, - -0.0173492431640625, - 0.0286712646484375, - 0.0307464599609375, - 0.03302001953125, - -0.0240936279296875, - 0.01126861572265625, - 0.020050048828125, - -0.0253448486328125, - -0.036346435546875, - -0.101806640625, - -0.0240020751953125, - -0.027008056640625, - -0.058990478515625, - 0.0018825531005859375, - 0.0121002197265625, - -0.04156494140625, - 0.027008056640625, - -0.04840087890625, - -0.03240966796875, - -0.004364013671875, - 0.01548004150390625, - 0.0021419525146484375, - 0.00955963134765625, - -0.043426513671875, - -0.0677490234375, - -0.003894805908203125, - 0.0265960693359375, - -0.04779052734375, - -0.01433563232421875, - -0.015899658203125, - -0.018798828125, - -0.0284576416015625, - -0.01548004150390625, - 0.00945281982421875, - -0.035308837890625, - 0.0181732177734375, - 0.0044403076171875, - -0.01251983642578125, - 0.005115509033203125, - 0.039886474609375, - -0.01116943359375, - -0.0535888671875, - 0.01007843017578125, - -0.0178680419921875, - -0.00804901123046875, - -0.02337646484375, - 0.04278564453125, - -0.025238037109375, - -0.01422882080078125, - -0.00815582275390625, - 0.0114288330078125, - 0.0635986328125, - -0.0018053054809570312, - 0.027008056640625, - -0.023895263671875, - 0.0106964111328125, - -0.0173492431640625, - 0.0199432373046875, - -0.0100250244140625, - -0.02337646484375, - 0.0191192626953125, - -0.002117156982421875, - 0.040313720703125, - -0.02130126953125, - -0.054443359375, - -0.019317626953125, - -0.006259918212890625, - 0.00508880615234375, - 0.010284423828125, - 0.0186004638671875, - -0.0008311271667480469, - 0.07440185546875, - 0.057769775390625, - 0.023681640625, - 0.026275634765625, - 0.01641845703125, - 0.0234832763671875, - 0.020263671875, - 0.0159912109375, - -0.0091400146484375, - -0.032196044921875, - 0.01324462890625, - -0.0031299591064453125, - 0.02471923828125, - -0.004261016845703125, - -0.01361083984375, - 0.0007467269897460938, - -0.03302001953125, - 0.027008056640625, - -0.04071044921875, - -0.01444244384765625, - -0.01537322998046875, - 0.0286712646484375, - -0.002544403076171875, - 0.0509033203125, - 0.04156494140625, - -0.0126190185546875, - 0.0157928466796875, - -0.0079498291015625, - 0.0086212158203125, - 0.059844970703125, - -0.026275634765625, - 0.03387451171875, - 0.004596710205078125, - -0.004364013671875, - 0.0026092529296875, - 0.0369873046875, - 0.0355224609375, - -0.050079345703125, - -0.00960540771484375, - 0.041748046875, - 0.01329803466796875, - -0.036163330078125, - -0.01277923583984375, - -0.035308837890625, - 0.0124664306640625, - -0.009918212890625, - -0.014129638671875, - 0.00856781005859375, - -0.0140228271484375, - -0.044036865234375, - 0.01059722900390625, - 0.0299224853515625, - -0.0186004638671875, - 0.03179931640625, - 0.002597808837890625, - -0.02679443359375, - -0.061492919921875, - 0.04052734375, - 0.01474761962890625, - 0.03948974609375, - -0.00244140625, - 0.00423431396484375, - -0.00919342041015625, - -0.0170440673828125, - 0.0201568603515625, - 0.03656005859375, - 0.021820068359375, - 0.0227508544921875, - -0.01953125, - 0.0211944580078125, - -0.02825927734375, - 0.03759765625, - 0.0297088623046875, - 0.00553131103515625, - -0.00152587890625, - -0.0009412765502929688, - 0.0299224853515625, - 0.0313720703125, - -0.04736328125, - -0.0225372314453125, - -0.0843505859375, - -0.0272216796875, - -0.05133056640625, - -0.01226043701171875, - -0.0159912109375, - -0.0438232421875, - 0.062744140625, - -0.04010009765625, - -0.04571533203125, - 0.01392364501953125, - 0.0284576416015625, - -0.0175628662109375, - 0.048004150390625, - -0.0105438232421875, - -0.034088134765625, - 0.01361083984375, - 0.07562255859375, - 0.0031948089599609375, - -0.00981903076171875, - -0.031585693359375, - 0.0121002197265625, - 0.0018310546875, - 0.033447265625, - -0.029296875, - 0.01422882080078125, - 0.0180816650390625, - 0.01953125, - 0.013397216796875, - -0.0237884521484375, - 0.01122283935546875, - -0.020050048828125, - 0.026275634765625, - -0.0313720703125, - -0.005741119384765625, - 0.007843017578125, - 0.00649261474609375, - -0.0178680419921875, - -0.0718994140625, - 0.01111602783203125, - 0.056915283203125, - -0.00852203369140625, - -0.00334930419921875, - 0.010650634765625, - -0.046539306640625, - 0.03302001953125, - -0.007167816162109375, - 0.005039215087890625, - 0.0288848876953125, - 0.0328369140625, - -0.0278472900390625, - 0.043212890625, - -0.0178680419921875, - 0.004985809326171875, - -0.0126190185546875, - -0.0278472900390625, - -0.006855010986328125, - -0.0030517578125, - -0.03240966796875, - -0.01548004150390625, - -0.0174560546875, - -0.040313720703125, - -0.0105438232421875, - -0.005558013916015625, - 0.0005550384521484375, - -0.0467529296875, - -0.0565185546875, - 0.00475311279296875, - -0.03448486328125, - -0.05401611328125, - -0.020782470703125, - 0.050079345703125, - 0.002025604248046875, - 0.0001493692398071289, - -0.022125244140625, - -0.0229644775390625, - -0.02337646484375, - 0.003143310546875, - -0.01381683349609375, - 0.0235748291015625, - -0.00727081298828125, - 0.05859375, - 0.02679443359375, - 0.0272216796875, - 0.019744873046875, - 0.0313720703125, - 0.030548095703125, - -0.027008056640625, - -0.032196044921875, - -0.004364013671875, - 0.0309600830078125, - 0.0355224609375, - -0.01422882080078125, - -0.0237884521484375, - -0.0016880035400390625, - -0.0284576416015625, - 0.007843017578125, - 0.0174560546875, - 0.02191162109375, - 0.034698486328125, - -0.0313720703125, - 0.0081024169921875, - 0.050689697265625, - -0.004283905029296875, - 0.09722900390625, - 0.006595611572265625, - -0.04779052734375, - 0.025238037109375, - 0.035308837890625, - 0.01033782958984375, - -0.004726409912109375, - 0.0369873046875, - 0.00457000732421875, - 0.0183868408203125, - 0.031158447265625, - 0.0061798095703125, - 0.02825927734375, - 0.0000941157341003418, - -0.0168304443359375, - 0.009246826171875, - 0.0121002197265625, - 0.0089874267578125, - 0.045501708984375, - 0.0250396728515625, - 0.0180816650390625, - 0.006961822509765625, - -0.0248260498046875, - 0.006259918212890625, - -0.041748046875, - -0.057769775390625, - -0.01548004150390625, - 0.04052734375, - 0.0263824462890625, - 0.034271240234375, - -0.029083251953125, - -0.041351318359375, - 0.030120849609375, - -0.045928955078125, - 0.065673828125, - 0.03656005859375, - 0.005298614501953125, - 0.038238525390625, - -0.00872802734375, - 0.009246826171875, - 0.028045654296875, - 0.0098724365234375, - 0.037200927734375, - 0.038421630859375, - 0.032196044921875, - -0.00919342041015625, - -0.0196380615234375, - 0.0294952392578125, - 0.054840087890625, - 0.0260772705078125, - 0.0272216796875, - 0.01059722900390625, - 0.0163116455078125, - 0.010955810546875, - -0.02056884765625, - 0.044677734375, - 0.058990478515625, - 0.0025196075439453125, - 0.04217529296875, - 0.01174163818359375, - 0.0037403106689453125, - -0.059417724609375, - 0.0211944580078125, - 0.0103912353515625, - -0.003894805908203125, - 0.046112060546875, - 0.01433563232421875, - -0.0565185546875, - 0.01137542724609375, - 0.050079345703125, - -0.0855712890625, - 0.03759765625, - -0.005428314208984375, - -0.0248260498046875, - 0.016510009765625, - -0.003635406494140625, - -0.059417724609375, - 0.007480621337890625, - -0.032196044921875, - -0.054840087890625, - 0.0026226043701171875, - 0.016510009765625, - -0.0276336669921875, - -0.038421630859375, - -0.034088134765625, - -0.007114410400390625, - -0.021820068359375, - -0.0126190185546875, - 0.054443359375, - 0.0232696533203125, - -0.0030002593994140625, - 0.00908660888671875, - 0.044677734375, - 0.00273895263671875, - -0.0124664306640625, - 0.059844970703125, - -0.030548095703125, - -0.045074462890625, - 0.0328369140625, - 0.01496124267578125, - 0.00397491455078125, - -0.026275634765625, - -0.0145416259765625, - -0.01392364501953125, - 0.0160980224609375, - 0.0128326416015625, - 0.006000518798828125, - -0.050079345703125, - -0.01277923583984375, - -0.047576904296875, - 0.05255126953125, - -0.0191192626953125, - 0.019744873046875, - 0.01174163818359375, - -0.037811279296875, - 0.0390625, - -0.0299224853515625, - -0.02056884765625, - -0.0014934539794921875, - 0.0014476776123046875, - -0.00852203369140625, - 0.05401611328125, - -0.0355224609375, - -0.003154754638671875, - -0.02545166015625, - 0.04052734375, - 0.0232696533203125, - -0.006259918212890625, - -0.0191192626953125, - 0.031158447265625, - 0.027008056640625, - -0.0535888671875, - 0.00475311279296875, - -0.0157928466796875, - -0.004283905029296875, - 0.03759765625, - -0.0396728515625, - -0.01474761962890625, - 0.0032596588134765625, - -0.0467529296875, - -0.02825927734375, - -0.033660888671875, - -0.0274200439453125, - -0.016510009765625, - 0.0146484375, - 0.05133056640625, - 0.0036106109619140625, - -0.0007076263427734375, - 0.00904083251953125, - 0.0209808349609375, - -0.0014734268188476562, - 0.0030651092529296875, - -0.02337646484375, - 0.03448486328125, - -0.07061767578125, - -0.044677734375, - -0.01496124267578125, - 0.01392364501953125, - -0.0217132568359375, - -0.017974853515625, - 0.01023101806640625, - -0.025970458984375, - 0.044464111328125, - -0.06109619140625, - 0.005039215087890625, - -0.04052734375, - -0.0174560546875, - -0.0234832763671875, - -0.039276123046875, - 0.0229644775390625, - 0.01189422607421875, - 0.0155792236328125, - -0.0026226043701171875, - 0.00893402099609375, - -0.05609130859375, - 0.04156494140625, - 0.022857666015625, - 0.0178680419921875, - -0.0286712646484375, - -0.01220703125, - 0.0286712646484375, - 0.015167236328125, - 0.05859375, - -0.034088134765625, - -0.046966552734375, - -0.0677490234375, - 0.025146484375, - -0.00960540771484375, - -0.016937255859375, - -0.0160980224609375, - -0.04779052734375, - -0.065673828125, - 0.01111602783203125, - 0.0294952392578125, - 0.0237884521484375, - 0.0013570785522460938, - -0.0255584716796875, - -0.0009088516235351562, - -0.00605010986328125, - -0.021820068359375, - 0.0255584716796875, - -0.0171356201171875, - 0.01241302490234375, - -0.0025196075439453125, - -0.042999267578125, - 0.0299224853515625, - 0.0174560546875, - 0.034088134765625, - 0.04052734375, - 0.031158447265625, - -0.04425048828125, - 0.004596710205078125, - -0.0163116455078125, - -0.0146484375, - 0.0030765533447265625, - -0.03033447265625, - 0.004364013671875, - -0.031982421875, - -0.018280029296875, - 0.017242431640625, - 0.0313720703125, - 0.03594970703125, - -0.007167816162109375, - -0.005870819091796875, - -0.0049591064453125, - 0.00353240966796875, - 0.06982421875, - -0.011688232421875, - -0.034698486328125, - 0.01983642578125, - -0.002155303955078125, - 0.05047607421875, - 0.023681640625, - 0.0124664306640625, - -0.0240936279296875, - 0.0181732177734375, - 0.029083251953125, - -0.0211944580078125, - -0.0313720703125, - -0.0264892578125, - 0.01241302490234375, - 0.0272216796875, - 0.07025146484375, - 0.005634307861328125, - 0.0810546875, - -0.005504608154296875, - -0.0174560546875, - 0.038848876953125, - 0.0718994140625, - 0.018798828125, - -0.042999267578125, - -0.0452880859375, - 0.00205230712890625, - 0.0129852294921875, - -0.034912109375, - -0.0225372314453125, - 0.0176544189453125, - 0.06689453125, - -0.065673828125, - -0.04425048828125, - -0.017974853515625, - -0.0119476318359375, - 0.014129638671875, - 0.0224456787109375, - -0.01074981689453125, - 0.035125732421875, - 0.0066986083984375, - -0.0229644775390625, - -0.01023101806640625, - -0.0307464599609375, - 0.016204833984375, - 0.05816650390625, - 0.01230621337890625, - -0.007740020751953125, - 0.024200439453125, - 0.00527191162109375, - 0.0021820068359375, - 0.03240966796875, - 0.06817626953125, - 0.01485443115234375, - 0.004985809326171875, - 0.038848876953125, - 0.0452880859375, - -0.03387451171875, - -0.0105438232421875, - 0.0103912353515625, - 0.036163330078125, - 0.055267333984375, - 0.061492919921875, - 0.00997161865234375, - 0.00893402099609375, - -0.0025577545166015625, - -0.051727294921875, - -0.01329803466796875, - 0.0034809112548828125, - -0.0103912353515625, - -0.039276123046875, - -0.033447265625, - 0.028045654296875, - -0.044677734375, - 0.04071044921875, - 0.01329803466796875, - -0.0274200439453125, - -0.018798828125, - 0.0225372314453125, - 0.0086212158203125, - -0.021087646484375, - 0.0093994140625, - -0.034271240234375, - -0.03448486328125, - -0.043426513671875, - -0.0091400146484375, - 0.018798828125, - -0.0186920166015625, - -0.061492919921875, - -0.01496124267578125, - 0.034271240234375, - -0.018280029296875, - -0.04632568359375, - -0.031982421875, - -0.0066986083984375, - -0.03448486328125, - -0.0648193359375, - -0.033447265625, - -0.0121002197265625, - 0.00431060791015625, - -0.027008056640625, - 0.0309600830078125, - -0.0206756591796875, - -0.02825927734375, - -0.01849365234375, - -0.01033782958984375, - -0.052154541015625, - 0.0204620361328125, - -0.054443359375, - 0.04156494140625, - 0.0017404556274414062, - 0.0248260498046875, - 0.0217132568359375, - 0.07232666015625, - -0.01049041748046875, - 0.007114410400390625, - 0.0004513263702392578, - -0.05255126953125, - 0.0265960693359375, - 0.0049591064453125, - 0.0220184326171875, - -0.06939697265625, - 0.00327301025390625, - 0.038848876953125, - -0.0718994140625, - 0.01074981689453125, - 0.0070648193359375, - 0.005893707275390625, - -0.029083251953125, - 0.007740020751953125, - 0.007114410400390625, - 0.0237884521484375, - 0.06817626953125, - 0.0157928466796875, - -0.01422882080078125, - -0.0278472900390625, - -0.024932861328125, - 0.055694580078125, - 0.0278472900390625, - 0.0163116455078125, - -0.0216064453125, - 0.00882720947265625, - -0.0109100341796875, - -0.0103912353515625, - 0.01422882080078125, - -0.06982421875, - -0.01277923583984375, - 0.04425048828125, - 0.0098724365234375, - -0.0274200439453125, - -0.025970458984375, - -0.05859375, - -0.00701141357421875, - -0.054840087890625, - 0.010650634765625, - 0.01226043701171875, - 0.006649017333984375, - -0.045928955078125, - 0.004364013671875, - 0.01148223876953125, - -0.050689697265625, - -0.0276336669921875, - -0.0263824462890625, - 0.02191162109375, - -0.004856109619140625, - -0.047149658203125, - 0.0216064453125, - 0.01474761962890625, - -0.01277923583984375, - 0.02264404296875, - 0.05029296875, - -0.0204620361328125, - 0.0106964111328125, - -0.01849365234375, - 0.0606689453125, - 0.0030651092529296875, - -0.007843017578125, - -0.0299224853515625, - 0.0222320556640625, - 0.010955810546875, - -0.0229644775390625, - 0.041351318359375, - 0.036346435546875, - -0.039886474609375, - -0.041748046875, - -0.06317138671875, - -0.00519561767578125, - 0.0081024169921875, - -0.01303863525390625, - 0.054840087890625, - 0.01371002197265625, - -0.00701141357421875, - -0.09722900390625, - 0.05609130859375, - -0.0246124267578125, - 0.0274200439453125, - 0.00753021240234375, - -0.002285003662109375, - -0.048187255859375, - -0.048614501953125, - -0.050079345703125, - 0.019012451171875, - -0.029296875, - 0.0222320556640625, - 0.00501251220703125, - 0.0189056396484375, - 0.004283905029296875, - -0.042999267578125, - 0.019012451171875, - 0.049041748046875, - 0.01148223876953125, - -0.004520416259765625, - 0.0565185546875, - -0.015167236328125, - 0.004802703857421875, - -0.00830841064453125, - -0.006000518798828125, - 0.010284423828125, - 0.01007843017578125, - -0.01485443115234375, - 0.004779815673828125, - 0.0263824462890625, - 0.049041748046875, - -0.0246124267578125, - 0.0022602081298828125, - -0.01122283935546875, - 0.0155792236328125, - 0.0082550048828125, - -0.0276336669921875, - 0.0015974044799804688, - -0.0109100341796875, - -0.0135040283203125, - -0.028045654296875, - -0.0523681640625, - -0.079345703125, - 0.0018434524536132812, - -0.0232696533203125, - -0.051513671875, - 0.012359619140625, - 0.047576904296875, - -0.001239776611328125, - -0.032196044921875, - 0.03179931640625, - -0.026275634765625, - 0.00091552734375, - -0.0278472900390625, - 0.0276336669921875, - 0.0020904541015625, - 0.045501708984375, - 0.01049041748046875, - -0.049224853515625, - 0.00882720947265625, - -0.0288848876953125, - 0.01126861572265625, - -0.0183868408203125, - -0.00623321533203125, - -0.041351318359375, - 0.03448486328125, - -0.08062744140625, - -0.008209228515625, - 0.04071044921875, - 0.009765625, - -0.01329803466796875, - -0.044677734375, - 0.0452880859375, - -0.0036106109619140625, - -0.0250396728515625, - 0.026275634765625, - -0.01474761962890625, - -0.046966552734375, - 0.041748046875, - -0.0288848876953125, - 0.00882720947265625, - 0.0021686553955078125, - 0.043426513671875, - 0.0246124267578125, - 0.0635986328125, - -0.0007305145263671875, - -0.0369873046875, - 0.01392364501953125, - -0.0038700103759765625, - 0.01953125, - 0.030120849609375, - 0.038421630859375, - -0.0208740234375, - 0.006153106689453125, - 0.01329803466796875, - -0.0997314453125, - -0.044464111328125, - -0.0199432373046875, - -0.03594970703125, - -0.0159912109375, - 0.0751953125, - 0.0309600830078125, - 0.005374908447265625, - 0.01329803466796875, - 0.046539306640625, - 0.026275634765625, - 0.004207611083984375, - -0.01100921630859375, - -0.049224853515625, - -0.02618408203125, - 0.0105438232421875, - 0.02130126953125, - -0.0731201171875, - 0.043212890625, - 0.06231689453125, - -0.01953125, - -0.03302001953125, - -0.00571441650390625, - 0.00836181640625, - 0.078125, - -0.00020122528076171875, - -0.0011234283447265625, - -0.06024169921875, - 0.033447265625, - 0.03302001953125, - -0.01444244384765625, - -0.0140228271484375, - -0.02679443359375, - -0.019744873046875, - 0.031158447265625, - -0.0772705078125, - -0.0095062255859375, - 0.00836181640625, - 0.07562255859375, - 0.011688232421875, - -0.04156494140625, - -0.034271240234375, - 0.02825927734375, - 0.0284576416015625, - -0.02056884765625, - -0.00019800662994384766, - 0.0075836181640625, - -0.03802490234375, - 0.006908416748046875, - 0.0535888671875, - -0.0313720703125, - 0.031158447265625, - 0.0098724365234375, - -0.048828125, - 0.0096588134765625, - -0.03802490234375, - 0.0175628662109375, - -0.0006656646728515625, - -0.0396728515625, - -0.007427215576171875, - -0.0565185546875, - 0.05029296875, - 0.0204620361328125, - 0.036346435546875, - 0.0044403076171875, - -0.015899658203125, - -0.002246856689453125, - 0.008209228515625, - 0.019317626953125, - 0.029083251953125, - 0.055267333984375, - 0.0309600830078125, - 0.005611419677734375, - 0.039886474609375, - -0.00205230712890625, - -0.0167236328125, - 0.030120849609375, - -0.025146484375, - 0.029083251953125, - -0.0789794921875, - 0.0106964111328125, - 0.004180908203125, - -0.0237884521484375, - -0.005634307861328125, - -0.033447265625, - 0.00830841064453125, - -0.0194244384765625, - -0.03948974609375, - -0.0253448486328125, - 0.03863525390625, - -0.051727294921875, - 0.007480621337890625, - 0.035125732421875, - -0.01303863525390625, - 0.01174163818359375, - -0.05401611328125, - 0.07562255859375, - 0.01381683349609375, - 0.00318145751953125, - -0.013397216796875, - 0.048828125, - 0.01568603515625, - 0.00579071044921875, - 0.031585693359375, - 0.0150604248046875, - -0.0244140625, - 0.055267333984375, - 0.058990478515625, - 0.013397216796875, - -0.043212890625, - 0.006103515625, - 0.0146484375, - -0.049041748046875, - 0.047576904296875, - 0.034912109375, - 0.0152740478515625, - -0.004520416259765625, - -0.007167816162109375, - -0.0235748291015625, - -0.0313720703125, - 0.051513671875, - 0.023681640625, - 0.007480621337890625, - 0.04736328125, - -0.0355224609375, - 0.06854248046875, - 0.00904083251953125, - 0.044891357421875, - -0.042999267578125, - 0.0689697265625, - -0.01641845703125, - 0.0214996337890625, - 0.0079498291015625, - 0.00675201416015625, - -0.0206756591796875, - 0.016510009765625, - -0.0039215087890625, - 0.061492919921875, - 0.021820068359375, - -0.02056884765625, - -0.040924072265625, - -0.017974853515625, - -0.00893402099609375, - 0.006855010986328125, - 0.049041748046875, - -0.0535888671875, - -0.01849365234375, - 0.0224456787109375, - 0.0183868408203125, - 0.06689453125, - 0.02130126953125, - 0.0313720703125, - -0.0021419525146484375, - -0.007740020751953125, - -0.030120849609375, - -0.006595611572265625 - ], - "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_OpenCTI", - "type": "tool", - "name": "OpenCTI", - "content": "opencti filigrans cyber-threat-intelligence-plattform orchestriert moderne threat-research durch knowledge-graph-basierte datenmodellierung nach stix-standards. import von iocs, ttps, malware-analysen aus hunderten quellen: misp-feeds, commercial-intel, custom-research. die graph-engine korreliert scheinbar unabhängige indicators zu attack-campaigns. besonders mächtig: automated-enrichment durch connector-ecosystem, confidence-scoring gewichtet intel-quality, observable-pivoting findet related-indicators automatisch. playbook-integration ermöglicht automated-response. team-collaboration durch workspaces und knowledge-sharing. export zu siem-systemen in real-time. the modern-react-ui macht komplexe intelligence-workflows intuitiv. docker-compose-deployment für schnelle installation. enterprise- features: multi-tenancy, rbac, audit-logging. open-source aber commercial-support verfügbar. standard-platform für moderne cti-teams die structured intelligence-sharing benötigen. threat-intel graph incident-response analysis", - "embedding": [ - -0.0289459228515625, - 0.00899505615234375, - 0.06121826171875, - 0.0211639404296875, - 0.01739501953125, - 0.0257568359375, - 0.0247650146484375, - -0.0184783935546875, - -0.02777099609375, - 0.0005879402160644531, - -0.0124664306640625, - 0.033111572265625, - 0.004703521728515625, - 0.00765228271484375, - -0.06256103515625, - 0.046173095703125, - 0.0004887580871582031, - 0.015899658203125, - 0.026092529296875, - -0.0244293212890625, - -0.035797119140625, - -0.0111236572265625, - -0.046844482421875, - -0.006984710693359375, - -0.006439208984375, - -0.00556182861328125, - 0.0130462646484375, - -0.056549072265625, - -0.039825439453125, - 0.0135498046875, - 0.0374755859375, - -0.0217437744140625, - 0.0033245086669921875, - 0.019073486328125, - 0.00811004638671875, - -0.002330780029296875, - -0.0012388229370117188, - -0.05755615234375, - 0.0016832351684570312, - -0.00849151611328125, - -0.0087432861328125, - 0.0182342529296875, - 0.01287841796875, - 0.01129150390625, - -0.0184783935546875, - -0.0582275390625, - 0.00798797607421875, - -0.0079498291015625, - 0.023590087890625, - -0.00685882568359375, - 0.0269317626953125, - 0.0230865478515625, - -0.007904052734375, - 0.002216339111328125, - -0.02777099609375, - 0.005687713623046875, - 0.0156402587890625, - -0.020904541015625, - -0.028778076171875, - 0.03228759765625, - -0.02392578125, - -0.007568359375, - -0.004016876220703125, - 0.0140533447265625, - 0.0019969940185546875, - 0.006107330322265625, - -0.01296234130859375, - -0.0080718994140625, - 0.0001392364501953125, - -0.0033664703369140625, - 0.0087432861328125, - 0.01120758056640625, - -0.00104522705078125, - 0.005435943603515625, - -0.0167236328125, - -0.0284423828125, - 0.026763916015625, - 0.050201416015625, - -0.020416259765625, - 0.01087188720703125, - -0.057891845703125, - -0.0036182403564453125, - 0.0736083984375, - 0.004558563232421875, - -0.037139892578125, - -0.020904541015625, - 0.040496826171875, - 0.0035343170166015625, - 0.007110595703125, - -0.010955810546875, - 0.01087188720703125, - 0.0140533447265625, - 0.03497314453125, - -0.0284423828125, - 0.04852294921875, - 0.051849365234375, - -0.027099609375, - -0.0000584721565246582, - 0.0124664306640625, - 0.039825439453125, - 0.0135498046875, - -0.01087188720703125, - 0.0343017578125, - -0.022918701171875, - 0.057891845703125, - -0.0259246826171875, - 0.01187896728515625, - -0.0286102294921875, - 0.0237579345703125, - -0.0159759521484375, - -0.09234619140625, - -0.058563232421875, - -0.0143890380859375, - -0.04266357421875, - -0.004955291748046875, - 0.009368896484375, - -0.021575927734375, - 0.032958984375, - -0.0582275390625, - -0.028106689453125, - 0.03228759765625, - 0.03094482421875, - 0.007568359375, - 0.002498626708984375, - -0.02008056640625, - -0.042816162109375, - -0.00982666015625, - 0.00811004638671875, - -0.0220794677734375, - -0.0191497802734375, - -0.013214111328125, - -0.0204925537109375, - 0.01287841796875, - -0.046173095703125, - 0.00911712646484375, - -0.025421142578125, - 0.028106689453125, - -0.003910064697265625, - 0.0046844482421875, - -0.0140533447265625, - 0.0211639404296875, - -0.036956787109375, - -0.05755615234375, - -0.0147247314453125, - -0.028778076171875, - -0.010498046875, - -0.00995635986328125, - 0.051849365234375, - -0.020660400390625, - -0.02459716796875, - 0.005603790283203125, - 0.01422119140625, - 0.072265625, - 0.0027179718017578125, - 0.022918701171875, - -0.0172271728515625, - -0.0035343170166015625, - -0.0093231201171875, - 0.042816162109375, - -0.0168914794921875, - -0.001255035400390625, - 0.0196533203125, - 0.010955810546875, - 0.00916290283203125, - -0.0304412841796875, - -0.011962890625, - -0.0234222412109375, - -0.017059326171875, - -0.0143890380859375, - 0.0237579345703125, - 0.0178985595703125, - -0.00844573974609375, - 0.04718017578125, - 0.036956787109375, - -0.0020904541015625, - 0.0019550323486328125, - 0.01137542724609375, - -0.014556884765625, - 0.040313720703125, - 0.0217437744140625, - 0.002780914306640625, - 0.000522613525390625, - 0.0307769775390625, - -0.00702667236328125, - 0.0194854736328125, - 0.0011968612670898438, - -0.0401611328125, - 0.0192413330078125, - -0.0162200927734375, - 0.00556182861328125, - -0.038482666015625, - -0.0478515625, - -0.0227508544921875, - 0.032623291015625, - 0.03631591796875, - 0.04132080078125, - 0.020660400390625, - -0.0195770263671875, - 0.00719451904296875, - -0.0021648406982421875, - -0.0008730888366699219, - 0.0183258056640625, - -0.00849151611328125, - 0.0182342529296875, - 0.013214111328125, - -0.010955810546875, - -0.0269317626953125, - 0.052520751953125, - 0.0143890380859375, - -0.0347900390625, - 0.010498046875, - 0.047515869140625, - -0.00836181640625, - -0.0117950439453125, - -0.02642822265625, - -0.040985107421875, - 0.0160675048828125, - -0.0130462646484375, - -0.03546142578125, - 0.0006403923034667969, - -0.0211639404296875, - -0.038299560546875, - -0.01329803466796875, - 0.019989013671875, - -0.00798797607421875, - 0.0595703125, - 0.028778076171875, - -0.004306793212890625, - 0.01041412353515625, - 0.0189056396484375, - 0.048187255859375, - 0.024261474609375, - -0.00899505615234375, - -0.0244293212890625, - -0.056549072265625, - -0.0227508544921875, - 0.0182342529296875, - 0.0199127197265625, - 0.0234222412109375, - 0.005352020263671875, - -0.0374755859375, - 0.033782958984375, - -0.01053619384765625, - 0.051849365234375, - 0.00827789306640625, - -0.018646240234375, - -0.017486572265625, - 0.026763916015625, - 0.043487548828125, - 0.06658935546875, - -0.028106689453125, - 0.005645751953125, - -0.0406494140625, - 0.03948974609375, - -0.06256103515625, - -0.030609130859375, - -0.020660400390625, - -0.045501708984375, - 0.0582275390625, - -0.0199127197265625, - 0.0069427490234375, - 0.033111572265625, - 0.0166473388671875, - -0.0007686614990234375, - 0.03948974609375, - -0.0085296630859375, - -0.0528564453125, - -0.0026340484619140625, - 0.069580078125, - 0.0194091796875, - -0.0234222412109375, - 0.0207366943359375, - 0.0595703125, - 0.0019130706787109375, - 0.0307769775390625, - -0.02911376953125, - 0.0163116455078125, - 0.0478515625, - 0.028778076171875, - 0.03411865234375, - -0.00531005859375, - 0.0292816162109375, - -0.03411865234375, - 0.043487548828125, - -0.06756591796875, - 0.0030117034912109375, - -0.0133819580078125, - -0.0009150505065917969, - 0.005268096923828125, - -0.05987548828125, - -0.0098724365234375, - 0.050201416015625, - 0.0255889892578125, - -0.005645751953125, - 0.0289459228515625, - -0.02978515625, - 0.0225830078125, - -0.00844573974609375, - -0.00957489013671875, - 0.029937744140625, - 0.052520751953125, - -0.031280517578125, - 0.0217437744140625, - -0.01430511474609375, - 0.01070404052734375, - -0.01187896728515625, - -0.04315185546875, - -0.00445556640625, - -0.019744873046875, - -0.06256103515625, - -0.0240936279296875, - 0.00882720947265625, - -0.007320404052734375, - -0.0016202926635742188, - -0.0194091796875, - 0.0000483393669128418, - -0.033782958984375, - -0.039154052734375, - 0.012298583984375, - -0.029937744140625, - -0.05419921875, - -0.0224151611328125, - 0.06256103515625, - 0.0089111328125, - 0.0010347366333007812, - -0.0007109642028808594, - -0.035125732421875, - -0.04315185546875, - 0.0276031494140625, - -0.014892578125, - -0.0010662078857421875, - -0.0159759521484375, - 0.035308837890625, - 0.0251007080078125, - 0.055206298828125, - 0.0018091201782226562, - 0.0745849609375, - 0.0066070556640625, - -0.0304412841796875, - -0.01129150390625, - 0.0276031494140625, - 0.0121307373046875, - 0.0465087890625, - -0.006191253662109375, - 0.0026340484619140625, - -0.02459716796875, - -0.040496826171875, - 0.029449462890625, - 0.018402099609375, - 0.035797119140625, - 0.016815185546875, - -0.0137176513671875, - 0.001087188720703125, - 0.0699462890625, - -0.0084075927734375, - 0.09234619140625, - -0.01263427734375, - -0.0374755859375, - 0.0103302001953125, - 0.0169830322265625, - -0.04583740234375, - -0.01279449462890625, - 0.0175628662109375, - 0.01087188720703125, - 0.0007996559143066406, - 0.0316162109375, - -0.0087432861328125, - 0.03729248046875, - -0.0121307373046875, - 0.0107879638671875, - 0.05889892578125, - -0.01346588134765625, - 0.04180908203125, - 0.045166015625, - 0.019073486328125, - 0.0292816162109375, - 0.009490966796875, - -0.0195770263671875, - 0.00832366943359375, - -0.04180908203125, - -0.072265625, - 0.014892578125, - 0.022247314453125, - 0.006900787353515625, - 0.0265960693359375, - -0.0262603759765625, - -0.06658935546875, - 0.0204925537109375, - -0.0201568603515625, - 0.07025146484375, - 0.044830322265625, - 0.01739501953125, - 0.0379638671875, - -0.03363037109375, - -0.0061492919921875, - 0.017059326171875, - 0.034637451171875, - 0.0292816162109375, - 0.035797119140625, - 0.018402099609375, - -0.0047454833984375, - -0.02911376953125, - 0.016143798828125, - 0.004642486572265625, - 0.0225830078125, - -0.0085296630859375, - 0.0167236328125, - 0.0247650146484375, - 0.039825439453125, - -0.0555419921875, - 0.04583740234375, - 0.0208282470703125, - -0.061553955078125, - 0.00861358642578125, - -0.023590087890625, - 0.0284423828125, - -0.0745849609375, - 0.00589752197265625, - -0.002101898193359375, - 0.0225830078125, - -0.00141143798828125, - 0.01422119140625, - -0.054534912109375, - -0.0137176513671875, - 0.054534912109375, - -0.098388671875, - 0.0188140869140625, - 0.037628173828125, - -0.015472412109375, - 0.042816162109375, - -0.020660400390625, - -0.035125732421875, - 0.02978515625, - -0.0210723876953125, - -0.0121307373046875, - -0.0007109642028808594, - 0.024932861328125, - -0.060546875, - -0.009490966796875, - -0.0419921875, - -0.01513671875, - 0.0133819580078125, - -0.042816162109375, - 0.0156402587890625, - -0.0237579345703125, - -0.007320404052734375, - 0.049530029296875, - 0.03863525390625, - -0.00572967529296875, - -0.01313018798828125, - 0.03546142578125, - -0.015899658203125, - -0.038299560546875, - 0.02191162109375, - 0.0316162109375, - 0.00041031837463378906, - -0.0304412841796875, - -0.00865936279296875, - -0.0202484130859375, - 0.0301055908203125, - -0.00748443603515625, - -0.004077911376953125, - -0.0478515625, - -0.03179931640625, - -0.039154052734375, - 0.05487060546875, - 0.03863525390625, - 0.035125732421875, - 0.012298583984375, - -0.050201416015625, - 0.018402099609375, - -0.08697509765625, - -0.006107330322265625, - -0.0106658935546875, - -0.00037384033203125, - -0.00254058837890625, - 0.075927734375, - -0.0301055908203125, - 0.0038051605224609375, - -0.0234222412109375, - 0.05218505859375, - 0.014556884765625, - 0.01103973388671875, - -0.046173095703125, - 0.032958984375, - 0.029937744140625, - -0.0645751953125, - -0.0183258056640625, - 0.00031375885009765625, - 0.019073486328125, - 0.04449462890625, - -0.06524658203125, - 0.00273895263671875, - -0.0269317626953125, - -0.06524658203125, - -0.01007843017578125, - -0.01024627685546875, - -0.00669097900390625, - -0.050201416015625, - 0.0301055908203125, - 0.0143890380859375, - -0.004894256591796875, - 0.0265960693359375, - 0.012298583984375, - -0.00685882568359375, - 0.0099945068359375, - 0.0159759521484375, - -0.03228759765625, - 0.033294677734375, - -0.060546875, - -0.038818359375, - -0.00849151611328125, - 0.0244293212890625, - -0.0095367431640625, - 0.010040283203125, - -0.021331787109375, - -0.013885498046875, - 0.01087188720703125, - -0.0289459228515625, - -0.00844573974609375, - 0.007568359375, - -0.020660400390625, - -0.022247314453125, - -0.03631591796875, - 0.023590087890625, - 0.018402099609375, - 0.01898193359375, - 0.03497314453125, - 0.032440185546875, - -0.04180908203125, - 0.029449462890625, - 0.0179901123046875, - -0.0176544189453125, - 0.004245758056640625, - -0.019989013671875, - -0.0013380050659179688, - -0.01221466064453125, - 0.026092529296875, - -0.004055023193359375, - -0.054534912109375, - -0.06689453125, - 0.0292816162109375, - -0.00736236572265625, - 0.0024051666259765625, - -0.0279388427734375, - -0.0262603759765625, - -0.04986572265625, - -0.01898193359375, - 0.0259246826171875, - 0.0296173095703125, - 0.0005698204040527344, - -0.04248046875, - -0.0014848709106445312, - -0.0234222412109375, - -0.0419921875, - 0.02642822265625, - 0.00482940673828125, - 0.012298583984375, - -0.02032470703125, - -0.013214111328125, - 0.0220794677734375, - 0.0032405853271484375, - 0.037811279296875, - 0.00273895263671875, - 0.0252685546875, - -0.045166015625, - 0.0201568603515625, - -0.0029277801513671875, - -0.0149688720703125, - 0.0036602020263671875, - -0.0107879638671875, - -0.00539398193359375, - -0.030609130859375, - -0.032958984375, - 0.0024566650390625, - 0.0296173095703125, - 0.00572967529296875, - -0.0004916191101074219, - -0.044158935546875, - 0.035980224609375, - -0.01447296142578125, - 0.0555419921875, - -0.01007843017578125, - -0.07562255859375, - -0.01538848876953125, - 0.00635528564453125, - 0.05755615234375, - 0.0582275390625, - 0.00836181640625, - -0.05352783203125, - 0.0107879638671875, - 0.04449462890625, - 0.00982666015625, - -0.050537109375, - -0.034454345703125, - 0.030609130859375, - 0.00995635986328125, - 0.02459716796875, - -0.01154327392578125, - 0.093017578125, - 0.01204681396484375, - 0.0010404586791992188, - 0.0265960693359375, - 0.0826416015625, - 0.02777099609375, - -0.0006246566772460938, - -0.05084228515625, - 0.005645751953125, - -0.00466156005859375, - -0.0635986328125, - -0.024261474609375, - -0.00606536865234375, - 0.06622314453125, - -0.0709228515625, - -0.020416259765625, - -0.0042877197265625, - -0.01221466064453125, - 0.0227508544921875, - -0.007110595703125, - -0.006107330322265625, - 0.018157958984375, - 0.00372314453125, - -0.02642822265625, - 0.01279449462890625, - -0.0167236328125, - -0.0224151611328125, - 0.028778076171875, - 0.035125732421875, - 0.0011081695556640625, - 0.006481170654296875, - -0.0104522705078125, - 0.0196533203125, - 0.0137176513671875, - 0.0220794677734375, - 0.042816162109375, - 0.00748443603515625, - 0.052520751953125, - 0.06927490234375, - -0.0031986236572265625, - -0.0257568359375, - 0.00970458984375, - 0.0289459228515625, - 0.01204681396484375, - 0.03814697265625, - 0.00765228271484375, - 0.036956787109375, - -0.0014219284057617188, - -0.027099609375, - -0.01555633544921875, - 0.006984710693359375, - -0.024932861328125, - -0.02392578125, - -0.054534912109375, - 0.0088653564453125, - -0.03094482421875, - 0.0347900390625, - 0.003742218017578125, - -0.0269317626953125, - -0.0227508544921875, - 0.04852294921875, - -0.00669097900390625, - -0.050201416015625, - 0.019989013671875, - -0.01522064208984375, - -0.034454345703125, - -0.00827789306640625, - -0.02191162109375, - 0.060882568359375, - -0.0211639404296875, - -0.05621337890625, - -0.0140533447265625, - 0.04852294921875, - 0.01329803466796875, - -0.024932861328125, - 0.019073486328125, - 0.0024051666259765625, - -0.019744873046875, - -0.03997802734375, - -0.03411865234375, - -0.0284423828125, - -0.01346588134765625, - -0.053863525390625, - 0.01024627685546875, - -0.00736236572265625, - -0.01422119140625, - -0.039642333984375, - -0.011627197265625, - -0.050537109375, - 0.049530029296875, - -0.0307769775390625, - 0.048858642578125, - 0.00798797607421875, - 0.0023632049560546875, - 0.046173095703125, - 0.0712890625, - -0.00012087821960449219, - -0.00945281982421875, - -0.01120758056640625, - -0.039825439453125, - 0.0093231201171875, - -0.0023517608642578125, - -0.00006568431854248047, - -0.0491943359375, - 0.015899658203125, - 0.047515869140625, - -0.0789794921875, - 0.01120758056640625, - 0.02777099609375, - 0.01255035400390625, - -0.0465087890625, - -0.0007319450378417969, - -0.000331878662109375, - 0.01137542724609375, - 0.04180908203125, - -0.01129150390625, - -0.0015478134155273438, - -0.006397247314453125, - -0.045501708984375, - 0.04986572265625, - 0.0069427490234375, - 0.01555633544921875, - -0.0311126708984375, - 0.00911712646484375, - 0.019317626953125, - -0.03363037109375, - 0.030609130859375, - -0.0582275390625, - -0.0140533447265625, - 0.0224151611328125, - 0.01873779296875, - -0.0149688720703125, - 0.013885498046875, - -0.042816162109375, - -0.0251007080078125, - -0.037811279296875, - 0.007568359375, - 0.0006246566772460938, - 0.0079498291015625, - -0.046173095703125, - -0.051513671875, - -0.0058135986328125, - -0.032440185546875, - -0.0595703125, - -0.020904541015625, - 0.0178985595703125, - 0.0121307373046875, - -0.046844482421875, - -0.007152557373046875, - 0.001735687255859375, - 0.014556884765625, - 0.040496826171875, - 0.0645751953125, - -0.0374755859375, - -0.012298583984375, - 0.01898193359375, - 0.0296173095703125, - 0.01505279541015625, - -0.010955810546875, - -0.01154327392578125, - -0.0074462890625, - 0.00516510009765625, - -0.04449462890625, - 0.032958984375, - 0.0595703125, - -0.0276031494140625, - -0.0478515625, - -0.01221466064453125, - -0.055877685546875, - 0.0214080810546875, - -0.005519866943359375, - 0.05621337890625, - -0.0127105712890625, - -0.005268096923828125, - -0.08428955078125, - 0.045501708984375, - -0.01505279541015625, - 0.0210723876953125, - 0.01522064208984375, - -0.0307769775390625, - -0.033782958984375, - -0.03497314453125, - -0.026092529296875, - 0.0296173095703125, - -0.042816162109375, - 0.018402099609375, - 0.01739501953125, - -0.0252685546875, - 0.03729248046875, - 0.003513336181640625, - -0.0032825469970703125, - 0.0272674560546875, - 0.0164794921875, - -0.02978515625, - 0.10235595703125, - -0.01263427734375, - 0.033782958984375, - -0.00234222412109375, - 0.01313018798828125, - 0.00878143310546875, - -0.002864837646484375, - -0.050201416015625, - 0.006439208984375, - 0.024932861328125, - 0.04315185546875, - -0.0183258056640625, - 0.01806640625, - -0.00299072265625, - 0.0178985595703125, - 0.01053619384765625, - -0.016143798828125, - -0.021331787109375, - -0.004703521728515625, - -0.0347900390625, - 0.0019969940185546875, - -0.03863525390625, - -0.06622314453125, - -0.0024776458740234375, - -0.060882568359375, - -0.0046844482421875, - 0.007904052734375, - 0.0106658935546875, - 0.0230865478515625, - -0.02642822265625, - 0.041656494140625, - 0.0016832351684570312, - 0.004306793212890625, - -0.016387939453125, - -0.0185699462890625, - -0.026092529296875, - 0.0491943359375, - 0.0255889892578125, - -0.0251007080078125, - 0.0247650146484375, - -0.032135009765625, - -0.039825439453125, - -0.0224151611328125, - 0.006816864013671875, - -0.048858642578125, - 0.044830322265625, - -0.050201416015625, - -0.015472412109375, - 0.02642822265625, - 0.019989013671875, - 0.00970458984375, - 0.00815582275390625, - 0.053863525390625, - -0.026092529296875, - -0.055877685546875, - 0.01873779296875, - -0.0021953582763671875, - -0.0092010498046875, - 0.0224151611328125, - 0.004558563232421875, - -0.014556884765625, - 0.01029205322265625, - 0.035980224609375, - 0.004642486572265625, - 0.033111572265625, - 0.036956787109375, - -0.004871368408203125, - 0.0184783935546875, - -0.02392578125, - 0.033111572265625, - 0.005519866943359375, - 0.01263427734375, - 0.004913330078125, - 0.0220794677734375, - -0.02459716796875, - -0.07659912109375, - -0.0156402587890625, - -0.01103973388671875, - -0.055206298828125, - 0.007068634033203125, - 0.051177978515625, - 0.0307769775390625, - -0.0184783935546875, - 0.033111572265625, - 0.04132080078125, - 0.016815185546875, - 0.005184173583984375, - -0.0029277801513671875, - -0.04132080078125, - 0.00823974609375, - 0.035980224609375, - 0.048858642578125, - -0.050201416015625, - 0.050537109375, - 0.07293701171875, - -0.0191497802734375, - -0.0201568603515625, - -0.006023406982421875, - -0.0167236328125, - 0.060211181640625, - 0.054534912109375, - 0.01103973388671875, - -0.06890869140625, - -0.004787445068359375, - 0.01513671875, - -0.004978179931640625, - -0.0127105712890625, - 0.01806640625, - -0.0286102294921875, - 0.04449462890625, - -0.075927734375, - -0.022247314453125, - 0.0182342529296875, - 0.056549072265625, - -0.0050201416015625, - -0.017822265625, - -0.0143890380859375, - 0.031951904296875, - 0.0296173095703125, - -0.02099609375, - 0.025421142578125, - 0.0347900390625, - -0.020904541015625, - 0.0286102294921875, - 0.04315185546875, - 0.02392578125, - 0.06292724609375, - 0.042327880859375, - -0.0133819580078125, - 0.0237579345703125, - 0.003513336181640625, - 0.011627197265625, - 0.0252685546875, - -0.042816162109375, - -0.04248046875, - -0.0224151611328125, - 0.01255035400390625, - -0.000024318695068359375, - 0.06622314453125, - 0.0069427490234375, - -0.00991058349609375, - -0.01204681396484375, - 0.0163116455078125, - 0.025421142578125, - 0.0265960693359375, - 0.058563232421875, - -0.01739501953125, - 0.037811279296875, - 0.02392578125, - 0.01137542724609375, - -0.035308837890625, - 0.043487548828125, - -0.03948974609375, - 0.0196533203125, - -0.046173095703125, - -0.018402099609375, - -0.0252685546875, - -0.0201568603515625, - -0.0292816162109375, - -0.03497314453125, - 0.0117950439453125, - -0.02911376953125, - -0.0478515625, - -0.0244293212890625, - 0.04852294921875, - -0.03497314453125, - 0.01255035400390625, - 0.0257568359375, - -0.006023406982421875, - 0.0143890380859375, - -0.043487548828125, - 0.08563232421875, - 0.02325439453125, - 0.044830322265625, - -0.0069427490234375, - 0.0220794677734375, - 0.032623291015625, - -0.0220794677734375, - -0.0018405914306640625, - -0.007610321044921875, - 0.002948760986328125, - 0.07427978515625, - 0.0167236328125, - 0.01255035400390625, - -0.051513671875, - 0.01513671875, - 0.002552032470703125, - -0.033111572265625, - 0.027099609375, - 0.0140533447265625, - 0.019073486328125, - -0.018646240234375, - -0.0059814453125, - -0.006317138671875, - -0.06488037109375, - 0.06488037109375, - -0.0124664306640625, - 0.020904541015625, - 0.042327880859375, - -0.042327880859375, - 0.0419921875, - 0.0117950439453125, - 0.043487548828125, - -0.050537109375, - 0.06256103515625, - -0.016387939453125, - -0.020660400390625, - 0.006732940673828125, - 0.006397247314453125, - -0.0183258056640625, - 0.044158935546875, - -0.019744873046875, - 0.046173095703125, - 0.0406494140625, - 0.0173187255859375, - -0.06488037109375, - -0.01221466064453125, - 0.0008730888366699219, - -0.0012025833129882812, - 0.0595703125, - -0.03546142578125, - -0.00962066650390625, - 0.004474639892578125, - 0.04083251953125, - 0.05987548828125, - 0.003826141357421875, - 0.027435302734375, - 0.0014638900756835938, - -0.006397247314453125, - 0.0137176513671875, - -0.018646240234375 - ], - "metadata": { - "domains": [ - "incident-response" - ], - "phases": [ - "analysis" - ], - "tags": [ - "threat-intel", - "graph" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_FOCA", - "type": "tool", - "name": "FOCA", - "content": "foca elevenpaths (telefonica) entwickelte dieses osint-kraftpaket zur extraktion von metadaten aus öffentlich verfügbaren dokumenten für infrastructure- reconnaissance. crawlt systematisch websites nach pdfs, office-docs, bildern und extrahiert: autor-namen (potentielle mitarbeiter), software- versionen (attack-surface), interne pfade (network-topology), drucker- namen (physical-access-points). die dns-analysis korreliert domains mit gefundenen infrastrukturdaten. geolocation-features mappen ip-ranges. besonders wertvoll für social-engineering-vorbereitung: email-pattern- recognition generiert username-listen, organization-chart-reconstruction aus metadaten. plugin-system erweitert für custom-document-types. shodan-integration enrichert ip-intelligence. die gui macht komplexe osint-workflows auch für non-technical-investigators zugänglich. export-funktionen für weitere analysis-tools. unverzichtbar für penetration-tester und financial-crime-investigators die target- organizations verstehen müssen. metadata osint static-investigations fraud-investigation examination", - "embedding": [ - -0.042999267578125, - 0.042633056640625, - 0.054351806640625, - 0.019012451171875, - 0.0243377685546875, - 0.002254486083984375, - 0.0223846435546875, - 0.013946533203125, - -0.004642486572265625, - -0.0015096664428710938, - -0.035003662109375, - 0.0382080078125, - -0.0025653839111328125, - -0.006618499755859375, - -0.08172607421875, - 0.07427978515625, - -0.0078582763671875, - 0.01207733154296875, - 0.029144287109375, - 0.01812744140625, - -0.0145721435546875, - 0.0026760101318359375, - -0.04388427734375, - -0.006927490234375, - -0.004909515380859375, - 0.01412200927734375, - 0.00875091552734375, - -0.047607421875, - -0.0182037353515625, - -0.01412200927734375, - 0.04034423828125, - -0.0154571533203125, - -0.00577545166015625, - 0.0213165283203125, - 0.0232696533203125, - 0.0025653839111328125, - -0.01421356201171875, - -0.0518798828125, - -0.044769287109375, - 0.04034423828125, - -0.018829345703125, - 0.0085296630859375, - 0.0046844482421875, - 0.010345458984375, - -0.0236358642578125, - -0.0255889892578125, - -0.0029754638671875, - -0.007373809814453125, - 0.0184783935546875, - -0.02789306640625, - 0.04974365234375, - 0.01323699951171875, - 0.006927490234375, - -0.016876220703125, - -0.0362548828125, - 0.01261138916015625, - 0.01226043701171875, - -0.040496826171875, - -0.046905517578125, - 0.039794921875, - -0.036773681640625, - -0.0124359130859375, - -0.00994873046875, - -0.0277099609375, - 0.0284271240234375, - 0.0225677490234375, - -0.0189208984375, - -0.006885528564453125, - 0.0039520263671875, - -0.00003123283386230469, - 0.006084442138671875, - 0.0135040283203125, - 0.005462646484375, - -0.0029544830322265625, - -0.0479736328125, - -0.047271728515625, - 0.0036869049072265625, - 0.0185699462890625, - -0.00865936279296875, - 0.00821685791015625, - -0.053314208984375, - 0.006572723388671875, - 0.050811767578125, - -0.03216552734375, - -0.0175018310546875, - -0.00865936279296875, - 0.0271759033203125, - 0.0007772445678710938, - -0.00777435302734375, - 0.01172637939453125, - 0.0105743408203125, - 0.00994873046875, - 0.016876220703125, - -0.019012451171875, - 0.0273590087890625, - 0.052581787109375, - -0.0115509033203125, - 0.033050537109375, - -0.00879669189453125, - 0.0284271240234375, - 0.038360595703125, - -0.038360595703125, - 0.038726806640625, - -0.0004303455352783203, - 0.0262908935546875, - -0.0202484130859375, - -0.00148773193359375, - -0.0518798828125, - -0.0153656005859375, - 0.00621795654296875, - -0.0916748046875, - -0.042449951171875, - -0.0176849365234375, - -0.067138671875, - 0.0108795166015625, - 0.0255889892578125, - 0.005062103271484375, - 0.04620361328125, - -0.04034423828125, - -0.06219482421875, - 0.032684326171875, - 0.031982421875, - -0.0006384849548339844, - 0.0124359130859375, - -0.05224609375, - -0.06964111328125, - -0.0009937286376953125, - 0.02398681640625, - -0.02984619140625, - -0.0176849365234375, - 0.002597808837890625, - -0.01412200927734375, - 0.0100860595703125, - -0.03765869140625, - -0.01216888427734375, - 0.006351470947265625, - 0.0374755859375, - -0.01270294189453125, - -0.0009217262268066406, - 0.005374908447265625, - 0.0099029541015625, - -0.01412200927734375, - -0.044586181640625, - -0.026824951171875, - -0.0252227783203125, - -0.020172119140625, - -0.0271759033203125, - 0.046539306640625, - -0.044586181640625, - 0.0019550323486328125, - 0.0035533905029296875, - 0.02069091796875, - 0.058990478515625, - 0.01190185546875, - 0.00675201416015625, - -0.037841796875, - 0.0031986236572265625, - -0.0236358642578125, - 0.030914306640625, - 0.00160980224609375, - -0.006572723388671875, - 0.0124359130859375, - 0.0174102783203125, - 0.0236358642578125, - -0.01910400390625, - -0.0275421142578125, - -0.0114593505859375, - 0.0343017578125, - 0.0135040283203125, - 0.0069732666015625, - 0.0243377685546875, - -0.02166748046875, - 0.063232421875, - 0.05755615234375, - -0.004795074462890625, - 0.0153656005859375, - 0.0266571044921875, - -0.0130615234375, - 0.057220458984375, - 0.034637451171875, - -0.026123046875, - -0.004795074462890625, - 0.0421142578125, - -0.0064849853515625, - -0.0020427703857421875, - -0.01110076904296875, - -0.01812744140625, - 0.008087158203125, - -0.01367950439453125, - 0.038543701171875, - -0.0323486328125, - -0.0215911865234375, - -0.031982421875, - 0.038726806640625, - 0.036773681640625, - 0.044769287109375, - 0.0114593505859375, - -0.019989013671875, - 0.0134124755859375, - 0.028961181640625, - 0.004730224609375, - 0.028076171875, - 0.0006303787231445312, - 0.058624267578125, - 0.0179443359375, - 0.00617218017578125, - -0.02593994140625, - 0.04351806640625, - 0.0323486328125, - -0.021759033203125, - -0.01971435546875, - 0.06182861328125, - -0.00772857666015625, - -0.004974365234375, - -0.0241546630859375, - -0.0208740234375, - 0.0343017578125, - -0.0175018310546875, - -0.033233642578125, - 0.0175933837890625, - 0.004550933837890625, - -0.060394287109375, - 0.00553131103515625, - 0.0275421142578125, - -0.005352020263671875, - 0.0355224609375, - 0.02105712890625, - -0.006397247314453125, - -0.0014438629150390625, - 0.0174102783203125, - 0.0316162109375, - 0.01617431640625, - -0.0179443359375, - -0.005397796630859375, - -0.020965576171875, - -0.01261138916015625, - 0.04937744140625, - 0.04156494140625, - 0.030914306640625, - 0.01065826416015625, - -0.0335693359375, - 0.061126708984375, - -0.02789306640625, - 0.041046142578125, - 0.0196380615234375, - 0.00234222412109375, - -0.003509521484375, - 0.0192718505859375, - 0.0518798828125, - 0.06927490234375, - -0.024688720703125, - -0.00026226043701171875, - -0.08489990234375, - 0.0172271728515625, - -0.035888671875, - -0.0182952880859375, - -0.016693115234375, - -0.06005859375, - 0.06005859375, - -0.01332855224609375, - -0.0294952392578125, - -0.0023651123046875, - 0.0479736328125, - -0.007328033447265625, - 0.04547119140625, - 0.001010894775390625, - -0.050811767578125, - 0.02203369140625, - 0.07781982421875, - -0.004486083984375, - -0.03179931640625, - -0.0009603500366210938, - 0.035888671875, - -0.0145721435546875, - 0.0193634033203125, - -0.036956787109375, - 0.0004608631134033203, - 0.059326171875, - 0.0286102294921875, - 0.045318603515625, - -0.033050537109375, - 0.022735595703125, - -0.005863189697265625, - 0.0413818359375, - -0.07781982421875, - -0.01812744140625, - -0.0134124755859375, - 0.0243377685546875, - -0.0296630859375, - -0.047271728515625, - 0.0115509033203125, - 0.03338623046875, - 0.005084991455078125, - -0.02105712890625, - 0.0245208740234375, - -0.054718017578125, - 0.00728607177734375, - -0.0009937286376953125, - -0.00799560546875, - 0.05010986328125, - 0.042816162109375, - -0.0255889892578125, - 0.01367950439453125, - 0.006927490234375, - 0.0017766952514648438, - -0.0144805908203125, - -0.0667724609375, - -0.04937744140625, - 0.030731201171875, - -0.05615234375, - -0.00040531158447265625, - 0.01207733154296875, - -0.009552001953125, - 0.039794921875, - -0.0135040283203125, - 0.002765655517578125, - -0.039276123046875, - -0.0323486328125, - -0.0003247261047363281, - -0.0433349609375, - -0.02984619140625, - -0.02984619140625, - 0.072509765625, - 0.01519012451171875, - -0.0019207000732421875, - 0.00577545166015625, - -0.004550933837890625, - -0.04937744140625, - 0.020782470703125, - -0.0262908935546875, - 0.033050537109375, - 0.0078582763671875, - 0.042633056640625, - 0.0266571044921875, - 0.00402069091796875, - 0.01074981689453125, - 0.051513671875, - 0.028076171875, - -0.027008056640625, - 0.0040435791015625, - 0.0084381103515625, - 0.006927490234375, - 0.011016845703125, - -0.0343017578125, - -0.0196380615234375, - -0.0214080810546875, - -0.0284271240234375, - 0.0293121337890625, - 0.0165252685546875, - 0.03802490234375, - 0.00719451904296875, - -0.019012451171875, - 0.00548553466796875, - 0.067138671875, - 0.0105743408203125, - 0.11444091796875, - -0.0264739990234375, - -0.03802490234375, - 0.004398345947265625, - 0.0189208984375, - -0.0286102294921875, - -0.00018465518951416016, - 0.0284271240234375, - 0.01287841796875, - -0.020172119140625, - 0.044586181640625, - -0.0123443603515625, - 0.0316162109375, - -0.01226043701171875, - 0.00675201416015625, - 0.032501220703125, - -0.0275421142578125, - 0.00450897216796875, - 0.06182861328125, - -0.00006347894668579102, - 0.0172271728515625, - 0.052581787109375, - -0.03961181640625, - -0.007373809814453125, - -0.0479736328125, - -0.060760498046875, - 0.015899658203125, - 0.038909912109375, - 0.0213165283203125, - 0.04937744140625, - -0.01483154296875, - -0.06610107421875, - 0.02789306640625, - -0.05755615234375, - 0.08917236328125, - 0.04547119140625, - 0.032501220703125, - 0.028961181640625, - -0.01430511474609375, - 0.0010938644409179688, - 0.037841796875, - 0.032501220703125, - 0.016876220703125, - 0.0518798828125, - 0.0374755859375, - 0.0343017578125, - -0.04034423828125, - 0.0255889892578125, - 0.05010986328125, - 0.036773681640625, - 0.0202484130859375, - 0.03216552734375, - 0.008575439453125, - 0.04193115234375, - -0.014923095703125, - 0.031097412109375, - 0.01812744140625, - -0.0277099609375, - 0.002353668212890625, - -0.0134124755859375, - 0.031097412109375, - -0.06396484375, - 0.003131866455078125, - -0.015899658203125, - 0.007061004638671875, - 0.005218505859375, - 0.01483154296875, - -0.0667724609375, - -0.005374908447265625, - 0.0335693359375, - -0.06573486328125, - 0.004665374755859375, - 0.0226593017578125, - -0.0083465576171875, - 0.0273590087890625, - -0.021759033203125, - -0.042633056640625, - 0.041229248046875, - -0.028778076171875, - -0.0266571044921875, - 0.0031528472900390625, - 0.0145721435546875, - -0.0479736328125, - -0.009063720703125, - -0.04034423828125, - -0.0100860595703125, - -0.0184783935546875, - 0.003841400146484375, - 0.0421142578125, - 0.0069732666015625, - 0.0164337158203125, - 0.0243377685546875, - 0.05755615234375, - -0.0080413818359375, - -0.01030731201171875, - 0.024688720703125, - -0.0114593505859375, - -0.07781982421875, - 0.022735595703125, - 0.02203369140625, - 0.0028095245361328125, - -0.054718017578125, - 0.0006856918334960938, - -0.0103912353515625, - -0.00499725341796875, - -0.00528717041015625, - 0.022918701171875, - -0.03338623046875, - -0.037139892578125, - -0.040679931640625, - 0.0316162109375, - 0.020782470703125, - 0.034820556640625, - 0.01421356201171875, - -0.01181793212890625, - 0.0238037109375, - -0.074951171875, - -0.0134124755859375, - -0.006397247314453125, - -0.001110076904296875, - -0.01367950439453125, - 0.05755615234375, - -0.018035888671875, - -0.01163482666015625, - -0.024688720703125, - 0.042449951171875, - 0.037322998046875, - 0.0064849853515625, - -0.04583740234375, - 0.040679931640625, - 0.017852783203125, - -0.037322998046875, - -0.01110076904296875, - -0.0012712478637695312, - 0.026123046875, - 0.050811767578125, - -0.043701171875, - -0.00928497314453125, - -0.0134124755859375, - -0.06256103515625, - -0.046905517578125, - -0.047271728515625, - -0.031097412109375, - -0.0254058837890625, - 0.0163421630859375, - 0.0355224609375, - -0.004306793212890625, - 0.029144287109375, - -0.003509521484375, - 0.00861358642578125, - 0.02593994140625, - 0.020172119140625, - -0.030029296875, - 0.038726806640625, - -0.052581787109375, - -0.049041748046875, - -0.0238037109375, - 0.0243377685546875, - -0.0134124755859375, - 0.0021762847900390625, - 0.0051727294921875, - -0.03570556640625, - 0.047271728515625, - -0.0266571044921875, - -0.010528564453125, - 0.01580810546875, - -0.042999267578125, - -0.0374755859375, - -0.0243377685546875, - 0.015899658203125, - 0.02166748046875, - 0.0007772445678710938, - 0.0222930908203125, - 0.07000732421875, - -0.0303802490234375, - 0.0213165283203125, - 0.01043701171875, - -0.0026531219482421875, - -0.01079559326171875, - 0.0003802776336669922, - -0.0050201416015625, - -0.00222015380859375, - 0.02008056640625, - -0.0033969879150390625, - -0.021759033203125, - -0.071044921875, - 0.0266571044921875, - -0.002376556396484375, - 0.0125274658203125, - -0.0143890380859375, - -0.047271728515625, - -0.054718017578125, - 0.006351470947265625, - 0.024688720703125, - 0.023101806640625, - -0.0175018310546875, - -0.041046142578125, - -0.00499725341796875, - -0.0005331039428710938, - -0.0303802490234375, - 0.04583740234375, - -0.0196380615234375, - 0.0205230712890625, - 0.0005025863647460938, - -0.0236358642578125, - 0.041748046875, - 0.0085296630859375, - 0.03961181640625, - -0.0016984939575195312, - 0.03179931640625, - -0.03216552734375, - 0.0042877197265625, - -0.0031528472900390625, - 0.005352020263671875, - 0.011016845703125, - -0.027008056640625, - 0.0179443359375, - -0.0262908935546875, - -0.018035888671875, - 0.02593994140625, - 0.0203399658203125, - 0.0186614990234375, - -0.01812744140625, - -0.0027866363525390625, - 0.007415771484375, - 0.004596710205078125, - 0.051513671875, - -0.032501220703125, - -0.053314208984375, - -0.00994873046875, - -0.028076171875, - 0.04547119140625, - 0.0236358642578125, - -0.0284271240234375, - -0.02398681640625, - 0.01314544677734375, - 0.04425048828125, - 0.01910400390625, - -0.055084228515625, - -0.03802490234375, - 0.031097412109375, - 0.02789306640625, - 0.046905517578125, - -0.003353118896484375, - 0.06573486328125, - 0.002742767333984375, - -0.00397491455078125, - 0.0162506103515625, - 0.06146240234375, - 0.0185699462890625, - -0.032867431640625, - -0.0343017578125, - -0.005817413330078125, - 0.01385498046875, - -0.06219482421875, - -0.03607177734375, - -0.005596160888671875, - 0.048675537109375, - -0.0714111328125, - -0.03338623046875, - -0.01016998291015625, - 0.0074615478515625, - 0.005664825439453125, - -0.006572723388671875, - -0.0202484130859375, - 0.01279449462890625, - 0.013946533203125, - -0.0273590087890625, - -0.01128387451171875, - -0.020782470703125, - -0.01261138916015625, - 0.0382080078125, - 0.0282440185546875, - -0.0162506103515625, - 0.0323486328125, - 0.007373809814453125, - 0.0223846435546875, - 0.03802490234375, - 0.036773681640625, - 0.01216888427734375, - 0.033233642578125, - 0.039093017578125, - 0.06182861328125, - -0.0271759033203125, - -0.01528167724609375, - -0.01128387451171875, - 0.0362548828125, - 0.034637451171875, - 0.040679931640625, - -0.006130218505859375, - -0.0130615234375, - -0.006664276123046875, - -0.0163421630859375, - -0.0005216598510742188, - 0.004131317138671875, - 0.00426483154296875, - -0.06219482421875, - -0.0286102294921875, - -0.005306243896484375, - -0.037139892578125, - 0.023101806640625, - 0.0046844482421875, - -0.0374755859375, - -0.00981903076171875, - 0.0374755859375, - -0.0185699462890625, - -0.04974365234375, - 0.021148681640625, - -0.007061004638671875, - -0.028961181640625, - -0.02398681640625, - -0.0362548828125, - 0.047607421875, - -0.0305633544921875, - -0.07318115234375, - -0.024871826171875, - 0.0301971435546875, - 0.007549285888671875, - -0.0382080078125, - -0.00029969215393066406, - 0.0173187255859375, - -0.0172271728515625, - -0.004062652587890625, - -0.0374755859375, - -0.0156402587890625, - 0.0033092498779296875, - -0.04620361328125, - 0.0175018310546875, - -0.0163421630859375, - -0.0090179443359375, - -0.002841949462890625, - 0.00524139404296875, - -0.048309326171875, - 0.0174102783203125, - -0.044403076171875, - 0.048675537109375, - 0.00910186767578125, - 0.0206146240234375, - 0.0273590087890625, - 0.0479736328125, - 0.0090179443359375, - 0.002887725830078125, - -0.00994873046875, - -0.03338623046875, - 0.0028209686279296875, - -0.01358795166015625, - 0.00772857666015625, - -0.0557861328125, - -0.00777435302734375, - 0.03607177734375, - -0.09808349609375, - 0.008392333984375, - 0.003841400146484375, - -0.0271759033203125, - -0.042633056640625, - 0.0052642822265625, - -0.0078582763671875, - 0.0195465087890625, - 0.06146240234375, - -0.0012712478637695312, - -0.007415771484375, - 0.0104827880859375, - -0.0236358642578125, - 0.044403076171875, - 0.0035533905029296875, - 0.024871826171875, - -0.03411865234375, - 0.028778076171875, - 0.036590576171875, - -0.019989013671875, - 0.008880615234375, - -0.05755615234375, - -0.02398681640625, - 0.042633056640625, - 0.01430511474609375, - -0.01119232177734375, - -0.00010061264038085938, - -0.01270294189453125, - -0.0294952392578125, - 0.00009506940841674805, - 0.00994873046875, - 0.0029087066650390625, - 0.016082763671875, - -0.024688720703125, - -0.02203369140625, - 0.02069091796875, - -0.059326171875, - -0.0413818359375, - -0.030731201171875, - 0.04620361328125, - 0.0296630859375, - -0.056488037109375, - 0.0089263916015625, - -0.006664276123046875, - -0.000469207763671875, - 0.0236358642578125, - 0.053314208984375, - -0.047271728515625, - -0.014923095703125, - -0.023101806640625, - 0.018035888671875, - 0.0090179443359375, - -0.01163482666015625, - -0.015899658203125, - -0.00099945068359375, - 0.051513671875, - -0.0205230712890625, - 0.031097412109375, - 0.025054931640625, - -0.04583740234375, - -0.034454345703125, - -0.005352020263671875, - -0.025054931640625, - 0.034820556640625, - 0.0051727294921875, - 0.01465606689453125, - -0.007904052734375, - -0.01323699951171875, - -0.1002197265625, - 0.0273590087890625, - -0.03216552734375, - 0.01678466796875, - 0.03802490234375, - -0.020782470703125, - -0.053314208984375, - -0.0335693359375, - -0.01812744140625, - 0.0293121337890625, - -0.047607421875, - 0.035003662109375, - 0.0202484130859375, - -0.01043701171875, - 0.0017099380493164062, - 0.017852783203125, - -0.006927490234375, - 0.051513671875, - -0.0002720355987548828, - -0.031097412109375, - 0.0885009765625, - -0.0294952392578125, - 0.0018873214721679688, - 0.022125244140625, - -0.0226593017578125, - 0.0034198760986328125, - -0.01181793212890625, - -0.045135498046875, - -0.0275421142578125, - 0.049041748046875, - 0.047271728515625, - -0.0275421142578125, - 0.020965576171875, - -0.0198974609375, - 0.0355224609375, - 0.0074615478515625, - 0.0059967041015625, - -0.0036869049072265625, - -0.0007495880126953125, - -0.0236358642578125, - -0.0241546630859375, - -0.0675048828125, - -0.05364990234375, - 0.00870513916015625, - -0.056488037109375, - 0.00524139404296875, - 0.0264739990234375, - 0.0033321380615234375, - 0.0355224609375, - -0.056854248046875, - 0.0479736328125, - 0.004974365234375, - -0.00701904296875, - -0.01367950439453125, - 0.038726806640625, - -0.01412200927734375, - 0.038543701171875, - 0.0124359130859375, - -0.01190185546875, - -0.001743316650390625, - -0.004550933837890625, - -0.00799560546875, - -0.0175018310546875, - 0.0401611328125, - -0.01971435546875, - 0.0017547607421875, - -0.051513671875, - -0.01358795166015625, - 0.022918701171875, - 0.035186767578125, - 0.022918701171875, - -0.0078582763671875, - 0.028961181640625, - -0.00028324127197265625, - -0.05755615234375, - 0.0394287109375, - -0.0078582763671875, - -0.01910400390625, - 0.0179443359375, - -0.00981903076171875, - 0.0105743408203125, - 0.009368896484375, - 0.036773681640625, - 0.022735595703125, - 0.0413818359375, - 0.01483154296875, - -0.0362548828125, - -0.0156402587890625, - 0.0008549690246582031, - 0.017852783203125, - -0.0019207000732421875, - 0.0179443359375, - -0.0262908935546875, - 0.0557861328125, - -0.0156402587890625, - -0.0675048828125, - 0.0015764236450195312, - -0.0110626220703125, - -0.047607421875, - 0.0266571044921875, - 0.054718017578125, - 0.0205230712890625, - 0.009063720703125, - 0.0343017578125, - 0.0316162109375, - 0.0303802490234375, - 0.01065826416015625, - -0.005573272705078125, - -0.055084228515625, - -0.01061248779296875, - 0.049041748046875, - 0.0479736328125, - -0.060394287109375, - 0.03570556640625, - 0.047607421875, - -0.0205230712890625, - -0.034637451171875, - 0.004886627197265625, - -0.0271759033203125, - 0.034637451171875, - 0.05010986328125, - 0.0113677978515625, - -0.049041748046875, - 0.0124359130859375, - 0.01776123046875, - -0.00884246826171875, - 0.0135040283203125, - -0.0099945068359375, - -0.03997802734375, - 0.044403076171875, - -0.072509765625, - -0.010345458984375, - -0.0055084228515625, - 0.07568359375, - 0.004329681396484375, - -0.0440673828125, - -0.022735595703125, - 0.036773681640625, - 0.0109710693359375, - -0.01216888427734375, - 0.0238037109375, - 0.00013458728790283203, - 0.002620697021484375, - 0.0255889892578125, - 0.039794921875, - 0.0271759033203125, - 0.038726806640625, - 0.04034423828125, - -0.041229248046875, - 0.01678466796875, - 0.0156402587890625, - 0.0193634033203125, - 0.01270294189453125, - -0.034820556640625, - -0.0305633544921875, - -0.054718017578125, - 0.0234527587890625, - 0.0224761962890625, - 0.031280517578125, - -0.0033092498779296875, - 0.00879669189453125, - -0.01061248779296875, - -0.01412200927734375, - 0.00470733642578125, - 0.041046142578125, - 0.00830841064453125, - -0.0125274658203125, - 0.002231597900390625, - 0.034637451171875, - -0.0179443359375, - -0.033050537109375, - 0.03802490234375, - -0.0433349609375, - 0.0031757354736328125, - -0.0255889892578125, - 0.0040435791015625, - -0.0013875961303710938, - 0.009063720703125, - -0.0104827880859375, - -0.04351806640625, - -0.019805908203125, - -0.004375457763671875, - -0.0362548828125, - -0.0257568359375, - 0.0479736328125, - -0.04937744140625, - 0.0036640167236328125, - 0.043701171875, - -0.01123809814453125, - 0.0035305023193359375, - -0.053314208984375, - 0.0667724609375, - 0.035186767578125, - 0.0164337158203125, - 0.003864288330078125, - -0.0019550323486328125, - 0.0596923828125, - -0.004398345947265625, - 0.02069091796875, - 0.019989013671875, - -0.0252227783203125, - 0.048675537109375, - 0.061126708984375, - -0.005306243896484375, - -0.0421142578125, - 0.021759033203125, - 0.01021575927734375, - -0.032867431640625, - 0.041748046875, - 0.0005688667297363281, - 0.0194549560546875, - -0.004730224609375, - -0.01465606689453125, - -0.01314544677734375, - -0.0557861328125, - 0.052581787109375, - 0.008392333984375, - 0.005950927734375, - 0.0150146484375, - -0.046539306640625, - 0.02789306640625, - 0.02398681640625, - 0.048675537109375, - -0.042816162109375, - 0.07427978515625, - -0.0184783935546875, - 0.0172271728515625, - -0.024871826171875, - 0.01430511474609375, - -0.0154571533203125, - 0.0401611328125, - -0.0192718505859375, - 0.052581787109375, - 0.0183868408203125, - 0.004108428955078125, - -0.07708740234375, - -0.003353118896484375, - 0.006839752197265625, - 0.0264739990234375, - 0.032684326171875, - -0.058624267578125, - -0.03216552734375, - 0.035003662109375, - 0.030731201171875, - 0.05224609375, - -0.017852783203125, - 0.0215911865234375, - 0.00617218017578125, - -0.011016845703125, - 0.005950927734375, - -0.0202484130859375 - ], - "metadata": { - "domains": [ - "static-investigations", - "fraud-investigation" - ], - "phases": [ - "examination" - ], - "tags": [ - "metadata", - "osint" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_REMnux", - "type": "tool", - "name": "REMnux", - "content": "remnux remnux ist eine auf ubuntu basierende linux‑distribution, die eine kuratierte sammlung frei verfügbarer tools für malware‑analyse, reverse engineering und speicherforensik in einer sofort einsatzbereiten vm vereint. sie erspart analyst:innen das mühsame zusammenstellen einzelner werkzeuge, da paketverwaltung, desktop‑integration und lab‑skripte bereits vorkonfiguriert sind. zu den integrierten highlights zählen unter anderem ghidra, radare2, volatility, stegdetect sowie diverse netzwerk‑ und sandboxing‑utilities, die regelmäßig in koordinierten releases aktualisiert werden. linux-distro toolkit reverse-engineering virtualization malware-analysis incident-response network-forensics examination analysis", - "embedding": [ - -0.0181427001953125, - 0.031829833984375, - 0.0273895263671875, - -0.0163421630859375, - 0.042449951171875, - 0.0149688720703125, - 0.0018444061279296875, - -0.001293182373046875, - -0.0382080078125, - -0.00644683837890625, - -0.0301361083984375, - 0.027801513671875, - 0.01380157470703125, - -0.01580810546875, - -0.035247802734375, - 0.0212249755859375, - -0.005359649658203125, - -0.003025054931640625, - -0.0006866455078125, - 0.0159149169921875, - -0.0249481201171875, - -0.028656005859375, - -0.055206298828125, - -0.02886962890625, - -0.0102386474609375, - 0.00727081298828125, - -0.01369476318359375, - -0.0950927734375, - -0.01161956787109375, - -0.0033969879150390625, - -0.020477294921875, - -0.029937744140625, - 0.0037937164306640625, - 0.0200653076171875, - 0.004245758056640625, - -0.0312042236328125, - 0.0010547637939453125, - -0.036712646484375, - -0.02642822265625, - 0.08233642578125, - -0.002002716064453125, - 0.00572967529296875, - 0.01666259765625, - -0.0252685546875, - -0.0232391357421875, - -0.044158935546875, - 0.00732421875, - -0.01103973388671875, - 0.00705718994140625, - -0.04925537109375, - 0.040557861328125, - 0.00572967529296875, - 0.01061248779296875, - -0.04669189453125, - -0.05816650390625, - 0.0032501220703125, - 0.0307769775390625, - -0.02886962890625, - -0.046905517578125, - 0.0309906005859375, - -0.033966064453125, - -0.038848876953125, - -0.004512786865234375, - -0.016876220703125, - 0.0167694091796875, - 0.033538818359375, - -0.013214111328125, - -0.0307769775390625, - 0.0074310302734375, - 0.0133209228515625, - 0.0216522216796875, - 0.01050567626953125, - -0.01220703125, - 0.037567138671875, - -0.0430908203125, - -0.040557861328125, - 0.003978729248046875, - 0.01019287109375, - 0.01549530029296875, - 0.00817108154296875, - -0.014434814453125, - -0.0038471221923828125, - 0.04583740234375, - -0.0123138427734375, - -0.0263214111328125, - -0.006740570068359375, - 0.0189971923828125, - -0.00019407272338867188, - 0.01226043701171875, - -0.027069091796875, - 0.03289794921875, - 0.007640838623046875, - 0.02484130859375, - -0.0364990234375, - 0.0261077880859375, - 0.040557861328125, - -0.02313232421875, - -0.01560211181640625, - -0.0341796875, - 0.0245208740234375, - 0.0316162109375, - -0.036102294921875, - 0.0303497314453125, - -0.0048828125, - 0.0133209228515625, - -0.034820556640625, - -0.01380157470703125, - 0.0030117034912109375, - -0.0031585693359375, - -0.0018177032470703125, - -0.0836181640625, - -0.0116729736328125, - -0.032470703125, - -0.042877197265625, - -0.00615692138671875, - 0.01183319091796875, - -0.0029582977294921875, - 0.03546142578125, - -0.05328369140625, - -0.0657958984375, - 0.0312042236328125, - 0.00785064697265625, - -0.016021728515625, - 0.0159149169921875, - -0.053924560546875, - -0.04669189453125, - -0.0183563232421875, - 0.0303497314453125, - -0.032684326171875, - -0.001552581787109375, - -0.0303497314453125, - -0.031402587890625, - -0.038848876953125, - -0.01019287109375, - -0.0018444061279296875, - -0.04437255859375, - 0.025360107421875, - 0.0072174072265625, - -0.0238800048828125, - 0.02069091796875, - 0.0594482421875, - -0.0267486572265625, - -0.0305633544921875, - 0.0113067626953125, - -0.01824951171875, - 0.0178375244140625, - -0.0051727294921875, - 0.06622314453125, - -0.01358795166015625, - 0.01549530029296875, - -0.01204681396484375, - 0.02801513671875, - 0.043304443359375, - 0.006130218505859375, - -0.0074310302734375, - -0.05731201171875, - -0.007801055908203125, - 0.00626373291015625, - 0.033966064453125, - 0.003978729248046875, - -0.005573272705078125, - -0.0165557861328125, - 0.0086517333984375, - 0.01284027099609375, - -0.002414703369140625, - -0.045013427734375, - -0.0214385986328125, - -0.0238800048828125, - 0.024200439453125, - -0.0005936622619628906, - 0.02972412109375, - 0.0189971923828125, - 0.053497314453125, - 0.050537109375, - -0.0133209228515625, - 0.036102294921875, - -0.00533294677734375, - 0.0043792724609375, - 0.027069091796875, - 0.01369476318359375, - -0.035247802734375, - -0.023773193359375, - 0.047760009765625, - -0.0012607574462890625, - 0.021759033203125, - 0.0022029876708984375, - -0.01560211181640625, - -0.0364990234375, - -0.014434814453125, - 0.0176239013671875, - -0.024627685546875, - -0.0043792724609375, - -0.007747650146484375, - 0.0094451904296875, - -0.01071929931640625, - 0.0560302734375, - 0.032257080078125, - -0.0179443359375, - 0.05242919921875, - -0.00019156932830810547, - -0.00197601318359375, - 0.022613525390625, - 0.0284423828125, - 0.0307769775390625, - 0.0211181640625, - 0.0019235610961914062, - 0.024200439453125, - 0.039276123046875, - 0.0165557861328125, - -0.00949859619140625, - -0.0207977294921875, - 0.06964111328125, - -0.010986328125, - -0.0159149169921875, - -0.029510498046875, - -0.020477294921875, - 0.0169830322265625, - -0.00554656982421875, - 0.0207977294921875, - 0.0020294189453125, - -0.0225067138671875, - -0.018890380859375, - 0.019744873046875, - 0.0341796875, - -0.00543975830078125, - 0.0430908203125, - 0.018463134765625, - -0.03863525390625, - -0.024200439453125, - 0.03692626953125, - 0.0041656494140625, - 0.054779052734375, - 0.0176239013671875, - -0.00817108154296875, - -0.031402587890625, - -0.020477294921875, - 0.025787353515625, - 0.03375244140625, - 0.01708984375, - 0.0066070556640625, - -0.01194000244140625, - -0.006420135498046875, - -0.0303497314453125, - 0.05072021484375, - 0.01751708984375, - 0.0003466606140136719, - 0.0008425712585449219, - -0.005146026611328125, - 0.03692626953125, - 0.0657958984375, - -0.06878662109375, - -0.0179443359375, - -0.05902099609375, - -0.0015659332275390625, - -0.05987548828125, - -0.0192108154296875, - -0.01337432861328125, - -0.0305633544921875, - 0.061126708984375, - -0.02197265625, - -0.036285400390625, - 0.000457763671875, - 0.0254669189453125, - -0.0038471221923828125, - 0.05413818359375, - -0.0014858245849609375, - -0.0271759033203125, - 0.00443267822265625, - 0.05987548828125, - -0.0161285400390625, - -0.024200439453125, - -0.010772705078125, - -0.0238800048828125, - 0.004695892333984375, - -0.01141357421875, - -0.0018968582153320312, - -0.014862060546875, - 0.037353515625, - 0.0228271484375, - 0.027801513671875, - -0.0180511474609375, - 0.006900787353515625, - -0.006130218505859375, - 0.062408447265625, - -0.026214599609375, - 0.0042724609375, - 0.0017251968383789062, - -0.00795745849609375, - 0.003978729248046875, - -0.043304443359375, - -0.0003249645233154297, - 0.0309906005859375, - 0.007587432861328125, - 0.02557373046875, - -0.00371551513671875, - -0.06536865234375, - 0.013427734375, - -0.0146484375, - 0.00666046142578125, - 0.00849151611328125, - 0.02239990234375, - -0.03948974609375, - 0.01528167724609375, - -0.0165557861328125, - 0.0176239013671875, - -0.0263214111328125, - -0.042022705078125, - 0.00849151611328125, - 0.01294708251953125, - -0.03948974609375, - -0.00917816162109375, - 0.010345458984375, - -0.038848876953125, - 0.0042724609375, - -0.025360107421875, - -0.01039886474609375, - -0.04754638671875, - -0.05157470703125, - 0.01708984375, - -0.0305633544921875, - -0.01953125, - -0.01082611083984375, - 0.040557861328125, - -0.0063934326171875, - -0.0011472702026367188, - -0.0082244873046875, - 0.004245758056640625, - -0.0261077880859375, - 0.00992584228515625, - -0.02069091796875, - 0.0447998046875, - 0.005916595458984375, - 0.04266357421875, - 0.029083251953125, - 0.0212249755859375, - 0.0276031494140625, - 0.052642822265625, - 0.043304443359375, - -0.0203857421875, - -0.0116729736328125, - -0.006237030029296875, - 0.01226043701171875, - 0.006740570068359375, - -0.040130615234375, - -0.019317626953125, - 0.001598358154296875, - -0.01183319091796875, - -0.0005006790161132812, - 0.0273895263671875, - 0.028228759765625, - 0.04266357421875, - -0.020477294921875, - 0.005626678466796875, - 0.05731201171875, - 0.0114593505859375, - 0.08404541015625, - 0.00695037841796875, - -0.042236328125, - 0.0022029876708984375, - 0.046051025390625, - 0.0165557861328125, - 0.0157012939453125, - 0.0307769775390625, - 0.007904052734375, - -0.0054931640625, - 0.055206298828125, - -0.011993408203125, - 0.02972412109375, - 0.0024814605712890625, - 0.0012674331665039062, - 0.0033969879150390625, - -0.0205841064453125, - 0.04180908203125, - 0.03692626953125, - 0.04522705078125, - 0.0146484375, - 0.03948974609375, - -0.0238800048828125, - -0.0230255126953125, - -0.0080108642578125, - -0.049468994140625, - -0.0001251697540283203, - 0.043304443359375, - 0.0057830810546875, - 0.0228271484375, - -0.00795745849609375, - -0.05413818359375, - 0.0307769775390625, - -0.03289794921875, - 0.06964111328125, - 0.0247344970703125, - 0.00716400146484375, - 0.03863525390625, - -0.0227203369140625, - 0.0301361083984375, - 0.040557861328125, - -0.01422119140625, - 0.020477294921875, - 0.0228271484375, - 0.0364990234375, - 0.027801513671875, - -0.036285400390625, - 0.0267486572265625, - 0.045013427734375, - 0.010986328125, - -0.009552001953125, - 0.0263214111328125, - 0.0180511474609375, - 0.004486083984375, - -0.0312042236328125, - 0.036712646484375, - 0.037567138671875, - -0.00817108154296875, - 0.0007662773132324219, - -0.0179443359375, - 0.0026397705078125, - -0.061981201171875, - -0.00583648681640625, - -0.0104522705078125, - 0.00655364990234375, - 0.0009417533874511719, - 0.026214599609375, - -0.05987548828125, - -0.016876220703125, - 0.05859375, - -0.078125, - 0.0254669189453125, - -0.0141143798828125, - -0.0074310302734375, - 0.00795745849609375, - -0.00817108154296875, - -0.056884765625, - 0.00917816162109375, - -0.053070068359375, - -0.05645751953125, - 0.0260009765625, - 0.0234527587890625, - -0.05413818359375, - -0.032470703125, - -0.01136016845703125, - -0.0249481201171875, - -0.024200439453125, - -0.0030517578125, - 0.04840087890625, - -0.0143280029296875, - 0.009979248046875, - 0.005573272705078125, - 0.035675048828125, - -0.0316162109375, - -0.006687164306640625, - 0.0254669189453125, - -0.005680084228515625, - -0.03289794921875, - 0.02972412109375, - -0.00727081298828125, - 0.0269622802734375, - -0.0025730133056640625, - -0.016021728515625, - -0.01316070556640625, - 0.029296875, - -0.0016050338745117188, - 0.018463134765625, - -0.0312042236328125, - -0.0183563232421875, - -0.02154541015625, - 0.037139892578125, - 0.00019407272338867188, - 0.04522705078125, - -0.00594329833984375, - -0.05902099609375, - 0.01995849609375, - -0.0462646484375, - -0.0161285400390625, - -0.0038738250732421875, - -0.0059967041015625, - 0.0084381103515625, - 0.087890625, - -0.01284027099609375, - -0.035247802734375, - -0.0350341796875, - 0.0341796875, - 0.00785064697265625, - -0.00737762451171875, - -0.044158935546875, - 0.07513427734375, - 0.046478271484375, - -0.050323486328125, - -0.01506805419921875, - -0.044586181640625, - 0.0094451904296875, - 0.05560302734375, - -0.053924560546875, - 0.00716400146484375, - 0.0012674331665039062, - -0.070068359375, - -0.025054931640625, - -0.01358795166015625, - -0.042236328125, - -0.0265350341796875, - 0.032684326171875, - 0.0207977294921875, - -0.00907135009765625, - 0.03692626953125, - 0.01751708984375, - -0.0020427703857421875, - 0.019317626953125, - -0.0005006790161132812, - -0.020477294921875, - 0.006183624267578125, - -0.051361083984375, - -0.0303497314453125, - -0.00727081298828125, - 0.0430908203125, - -0.050537109375, - 0.01422119140625, - 0.00048089027404785156, - -0.021759033203125, - 0.041168212890625, - -0.03289794921875, - 0.0092315673828125, - -0.05157470703125, - -0.0309906005859375, - -0.016876220703125, - -0.01751708984375, - 0.0118865966796875, - 0.039703369140625, - 0.00360870361328125, - 0.047119140625, - 0.0100860595703125, - -0.048187255859375, - 0.01517486572265625, - 0.0020427703857421875, - 0.00101470947265625, - 0.011993408203125, - -0.0030117034912109375, - -0.0251617431640625, - 0.0016384124755859375, - 0.04180908203125, - -0.022918701171875, - -0.004405975341796875, - -0.08319091796875, - 0.01273345947265625, - 0.01161956787109375, - -0.02557373046875, - -0.0162353515625, - -0.031829833984375, - -0.05859375, - 0.00400543212890625, - 0.00933837890625, - -0.0008559226989746094, - -0.00238800048828125, - -0.041595458984375, - -0.046905517578125, - 0.00907135009765625, - -0.0271759033203125, - 0.043304443359375, - -0.0247344970703125, - -0.007587432861328125, - 0.006076812744140625, - -0.041595458984375, - 0.007110595703125, - 0.036712646484375, - 0.0222930908203125, - 0.0125274658203125, - 0.04669189453125, - -0.0192108154296875, - 0.041168212890625, - 0.008544921875, - -0.0180511474609375, - -0.00971221923828125, - -0.0094451904296875, - 0.034393310546875, - -0.027801513671875, - -0.01666259765625, - 0.02886962890625, - 0.016876220703125, - -0.00594329833984375, - 0.001247406005859375, - -0.0227203369140625, - 0.0227203369140625, - -0.00350189208984375, - 0.042236328125, - -0.053924560546875, - -0.0399169921875, - -0.0102386474609375, - 0.0185699462890625, - 0.01910400390625, - 0.0131072998046875, - -0.01177978515625, - -0.027801513671875, - -0.0126800537109375, - 0.045654296875, - -0.037353515625, - -0.01236724853515625, - -0.04925537109375, - 0.01506805419921875, - 0.0009813308715820312, - 0.052215576171875, - 0.0007262229919433594, - 0.0657958984375, - 0.01751708984375, - -0.0043792724609375, - 0.033966064453125, - 0.055206298828125, - 0.02313232421875, - -0.033111572265625, - -0.06494140625, - 0.0203857421875, - 0.0030117034912109375, - -0.01666259765625, - -0.023773193359375, - 0.01114654541015625, - 0.07769775390625, - -0.0819091796875, - -0.006847381591796875, - -0.0022029876708984375, - 0.0039005279541015625, - 0.01226043701171875, - 0.014007568359375, - 0.004669189453125, - 0.01273345947265625, - -0.00795745849609375, - -0.032470703125, - -0.0009551048278808594, - 0.0032634735107421875, - 0.012786865234375, - 0.06365966796875, - 0.00360870361328125, - -0.0511474609375, - 0.061981201171875, - 0.014434814453125, - 0.0333251953125, - 0.041595458984375, - 0.01337432861328125, - 0.01560211181640625, - 0.01263427734375, - 0.0162353515625, - 0.06622314453125, - -0.0258941650390625, - -0.0236663818359375, - 0.00511932373046875, - 0.0145416259765625, - 0.0341796875, - 0.03289794921875, - -0.005016326904296875, - 0.006076812744140625, - -0.0051727294921875, - -0.06536865234375, - 0.0146484375, - 0.0196380615234375, - -0.0214385986328125, - -0.0350341796875, - -0.0772705078125, - 0.0149688720703125, - -0.04925537109375, - 0.036712646484375, - -0.00705718994140625, - -0.024200439453125, - -0.0163421630859375, - 0.051788330078125, - 0.01161956787109375, - -0.01824951171875, - 0.041595458984375, - -0.005306243896484375, - -0.00634002685546875, - -0.004642486572265625, - -0.0276031494140625, - 0.01580810546875, - -0.035675048828125, - -0.08917236328125, - -0.0176239013671875, - 0.02069091796875, - -0.0149688720703125, - -0.039276123046875, - -0.0252685546875, - 0.027069091796875, - -0.02557373046875, - -0.056884765625, - -0.038421630859375, - -0.036102294921875, - 0.0100860595703125, - -0.00705718994140625, - -0.000659942626953125, - -0.004405975341796875, - -0.03204345703125, - -0.005680084228515625, - -0.0002834796905517578, - -0.0210113525390625, - 0.0382080078125, - -0.036712646484375, - 0.03546142578125, - 0.0220794677734375, - 0.00897216796875, - 0.028228759765625, - 0.054779052734375, - -0.008758544921875, - 0.0038738250732421875, - -0.01258087158203125, - -0.07135009765625, - 0.006847381591796875, - -0.01380157470703125, - 0.0010747909545898438, - -0.07769775390625, - 0.002559661865234375, - 0.054779052734375, - -0.0640869140625, - 0.0104522705078125, - -0.020477294921875, - -0.00666046142578125, - -0.02886962890625, - 0.0165557861328125, - 0.0205841064453125, - 0.0254669189453125, - 0.08489990234375, - 0.00634002685546875, - -0.0143280029296875, - -0.00902557373046875, - -0.05731201171875, - 0.0447998046875, - 0.020904541015625, - 0.0316162109375, - -0.038421630859375, - 0.03289794921875, - 0.00443267822265625, - -0.0157012939453125, - 0.006687164306640625, - -0.07049560546875, - 0.05560302734375, - 0.0006432533264160156, - 0.004352569580078125, - 0.00572967529296875, - 0.01560211181640625, - -0.032470703125, - -0.0165557861328125, - -0.03460693359375, - 0.01141357421875, - -0.01019287109375, - 0.0072174072265625, - -0.0220794677734375, - -0.0147552490234375, - -0.01580810546875, - -0.060272216796875, - -0.00859832763671875, - -0.04669189453125, - 0.0256805419921875, - -0.0260009765625, - -0.0640869140625, - 0.04266357421875, - -0.00666046142578125, - -0.007587432861328125, - 0.01172637939453125, - 0.05645751953125, - -0.0316162109375, - 0.0247344970703125, - 0.005069732666015625, - 0.0341796875, - 0.006130218505859375, - -0.0028133392333984375, - -0.0031833648681640625, - 0.040771484375, - 0.0094451904296875, - -0.048828125, - 0.054351806640625, - 0.01136016845703125, - -0.0301361083984375, - -0.05645751953125, - -0.0309906005859375, - -0.0169830322265625, - 0.0247344970703125, - 0.0026798248291015625, - 0.02239990234375, - 0.026214599609375, - -0.0113067626953125, - -0.0985107421875, - 0.04754638671875, - -0.0159149169921875, - 0.031829833984375, - 0.01125335693359375, - -0.01708984375, - -0.0836181640625, - -0.04925537109375, - 0.0037937164306640625, - 0.0169830322265625, - -0.03778076171875, - 0.052001953125, - 0.0284423828125, - 0.0108795166015625, - -0.009552001953125, - -0.0149688720703125, - 0.01125335693359375, - 0.041168212890625, - 0.01995849609375, - -0.032470703125, - 0.07769775390625, - -0.035675048828125, - 0.03546142578125, - -0.0271759033203125, - 0.0133209228515625, - -0.0027866363525390625, - 0.004085540771484375, - -0.032470703125, - 0.0157012939453125, - 0.0067138671875, - 0.0382080078125, - -0.0018835067749023438, - 0.0032634735107421875, - -0.032470703125, - 0.01114654541015625, - 0.00228118896484375, - -0.004192352294921875, - 0.00289154052734375, - 0.00533294677734375, - -0.0273895263671875, - -0.0055999755859375, - -0.09210205078125, - -0.06878662109375, - 0.01194000244140625, - -0.02154541015625, - -0.01305389404296875, - 0.0205841064453125, - 0.006793975830078125, - 0.022613525390625, - -0.047760009765625, - 0.00870513916015625, - -0.005809783935546875, - -0.01506805419921875, - -0.025360107421875, - 0.035247802734375, - -0.01506805419921875, - 0.01125335693359375, - 0.0014390945434570312, - -0.04583740234375, - 0.0149688720703125, - -0.022186279296875, - -0.01506805419921875, - -0.016876220703125, - -0.014007568359375, - -0.035888671875, - 0.0263214111328125, - -0.06451416015625, - -0.0106658935546875, - 0.0169830322265625, - 0.0214385986328125, - -0.005199432373046875, - -0.0261077880859375, - 0.041595458984375, - 0.01220703125, - -0.06622314453125, - 0.0169830322265625, - -0.0159149169921875, - -0.03546142578125, - -0.0220794677734375, - -0.01580810546875, - 0.0005970001220703125, - 0.019317626953125, - 0.042022705078125, - 0.046051025390625, - 0.050933837890625, - -0.01273345947265625, - -0.034820556640625, - 0.028228759765625, - -0.03289794921875, - 0.039703369140625, - 0.0251617431640625, - 0.00695037841796875, - -0.0015125274658203125, - 0.019317626953125, - 0.0041656494140625, - -0.06707763671875, - -0.0240936279296875, - -0.042022705078125, - -0.046051025390625, - -0.00981903076171875, - 0.092529296875, - 0.032684326171875, - 0.01183319091796875, - 0.04095458984375, - 0.028228759765625, - 0.029083251953125, - -0.00992584228515625, - -0.006103515625, - -0.06365966796875, - 0.0019369125366210938, - 0.04034423828125, - 0.003276824951171875, - -0.06964111328125, - 0.06964111328125, - 0.08154296875, - 0.0004246234893798828, - 0.0128936767578125, - -0.0198516845703125, - -0.0159149169921875, - 0.0364990234375, - 0.0234527587890625, - 0.0011472702026367188, - -0.06494140625, - -0.006317138671875, - 0.0123138427734375, - 0.0072174072265625, - -0.02069091796875, - -0.027801513671875, - -0.01560211181640625, - 0.032684326171875, - -0.06451416015625, - -0.00827789306640625, - 0.01380157470703125, - 0.06451416015625, - -0.01953125, - -0.01013946533203125, - -0.03863525390625, - 0.05010986328125, - 0.029510498046875, - 0.001373291015625, - -0.0080108642578125, - 0.0114593505859375, - -0.0146484375, - 0.0161285400390625, - 0.0657958984375, - 0.0207977294921875, - 0.049041748046875, - 0.00360870361328125, - -0.04583740234375, - 0.0218658447265625, - -0.0176239013671875, - 0.0194244384765625, - -0.0186767578125, - -0.031402587890625, - -0.037139892578125, - -0.0174102783203125, - 0.03289794921875, - 0.007694244384765625, - 0.045654296875, - 0.03546142578125, - 0.00572967529296875, - -0.01194000244140625, - -0.0032634735107421875, - 0.02972412109375, - 0.0462646484375, - 0.044586181640625, - 0.03948974609375, - 0.018890380859375, - 0.04266357421875, - 0.0030651092529296875, - -0.014434814453125, - 0.031402587890625, - -0.03692626953125, - 0.012786865234375, - -0.0692138671875, - -0.02972412109375, - 0.02642822265625, - -0.029296875, - 0.0167694091796875, - -0.0243072509765625, - -0.0245208740234375, - -0.017730712890625, - -0.0528564453125, - -0.007904052734375, - 0.053497314453125, - -0.047332763671875, - 0.01580810546875, - 0.035888671875, - -0.029937744140625, - 0.020172119140625, - -0.038848876953125, - 0.050537109375, - 0.0211181640625, - 0.041168212890625, - -0.0035552978515625, - -0.01050567626953125, - 0.0029850006103515625, - -0.01177978515625, - 0.00949859619140625, - 0.0307769775390625, - -0.0263214111328125, - 0.053497314453125, - 0.02972412109375, - 0.01316070556640625, - -0.0333251953125, - 0.0183563232421875, - 0.0096588134765625, - -0.07427978515625, - 0.035675048828125, - 0.01666259765625, - 0.03204345703125, - -0.00157928466796875, - -0.0033969879150390625, - -0.019317626953125, - -0.060272216796875, - 0.052642822265625, - 0.040130615234375, - -0.016448974609375, - 0.034393310546875, - -0.0212249755859375, - 0.0341796875, - 0.00036644935607910156, - 0.072998046875, - -0.0413818359375, - 0.05859375, - 0.0024814605712890625, - 0.0202789306640625, - 0.0022430419921875, - 0.005573272705078125, - -0.0207977294921875, - 0.036102294921875, - -0.033966064453125, - 0.0537109375, - 0.0305633544921875, - -0.036285400390625, - -0.04351806640625, - -0.0232391357421875, - 0.02801513671875, - -0.0029048919677734375, - 0.05242919921875, - -0.05731201171875, - -0.006900787353515625, - -0.0309906005859375, - 0.0316162109375, - 0.07049560546875, - 0.0030651092529296875, - 0.009552001953125, - -0.00565338134765625, - 0.0011873245239257812, - -0.0139007568359375, - 0.0026397705078125 - ], - "metadata": { - "domains": [ - "malware-analysis", - "incident-response", - "network-forensics" - ], - "phases": [ - "examination", - "analysis" - ], - "tags": [ - "linux-distro", - "toolkit", - "reverse-engineering", - "virtualization" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_ArcGIS", - "type": "tool", - "name": "ArcGIS", - "content": "arcgis esris kommerzielle gis-plattform transformiert forensische geodaten in aussagekräftige räumliche analysen für ermittlungen. besonders wertvoll für komplexe bewegungsprofile aus gps-logs, cell-tower-triangulation und fahrzeug-telematik. die arcmap-desktop-anwendung bietet erweiterte spatial-queries: buffer-analysen identifizieren verdächtige in tatort-nähe, hot-spot-detection findet kriminalitätsschwerpunkte, network-analyst berechnet optimale fluchtrouten. integration mit datenbanken ermöglicht korrelation von orten mit personen, fahrzeugen, kommunikation. die 3d-scene-funktionen rekonstruieren tatorte photorealistisch. crime-mapping- extensions speziell für strafverfolgung. der enterprise-fokus bedeutet hohe kosten (ab 7.000€) und schulungsaufwand, aber bewährte kompetenz für geo-intelligence. mapping visualization fraud-investigation network-forensics reporting", - "embedding": [ - -0.036041259765625, - 0.0237274169921875, - 0.04058837890625, - -0.01078033447265625, - 0.0096893310546875, - 0.0212860107421875, - 0.0219268798828125, - -0.0033969879150390625, - -0.01322174072265625, - -0.000014483928680419922, - -0.04473876953125, - 0.042205810546875, - 0.0008096694946289062, - -0.0163116455078125, - -0.049652099609375, - 0.048553466796875, - -0.005252838134765625, - 0.0180206298828125, - 0.00891876220703125, - -0.031707763671875, - -0.0131378173828125, - 0.0216522216796875, - -0.03515625, - 0.0192108154296875, - 0.01241302490234375, - 0.02264404296875, - -0.030975341796875, - -0.0244598388671875, - -0.017486572265625, - 0.010101318359375, - 0.01377105712890625, - -0.032257080078125, - -0.01422119140625, - 0.0557861328125, - -0.017669677734375, - -0.0269927978515625, - -0.00942230224609375, - -0.017120361328125, - -0.0216522216796875, - 0.0182037353515625, - -0.016387939453125, - -0.0180206298828125, - 0.01195526123046875, - -0.00942230224609375, - -0.02899169921875, - -0.0411376953125, - -0.00423431396484375, - -0.014495849609375, - -0.0035552978515625, - -0.019287109375, - 0.016754150390625, - 0.041290283203125, - 0.007610321044921875, - 0.00428009033203125, - -0.036224365234375, - 0.01666259765625, - -0.001064300537109375, - -0.016937255859375, - -0.0266265869140625, - 0.05072021484375, - -0.0180206298828125, - -0.00860595703125, - -0.01503753662109375, - 0.01096343994140625, - -0.006793975830078125, - 0.0277252197265625, - -0.02337646484375, - -0.006885528564453125, - 0.003826141357421875, - 0.0178375244140625, - 0.004550933837890625, - 0.00011461973190307617, - -0.0129547119140625, - 0.022918701171875, - -0.006610870361328125, - -0.0218353271484375, - 0.0115966796875, - 0.014129638671875, - -0.0031032562255859375, - -0.0277252197265625, - -0.055084228515625, - 0.0162200927734375, - 0.047454833984375, - -0.0404052734375, - -0.0086517333984375, - 0.0131378173828125, - 0.031158447265625, - 0.0085601806640625, - 0.002071380615234375, - -0.0056610107421875, - 0.0131378173828125, - 0.0020160675048828125, - 0.0467529296875, - -0.03369140625, - 0.0214691162109375, - 0.07501220703125, - -0.0129547119140625, - -0.01377105712890625, - -0.0005097389221191406, - 0.0277252197265625, - -0.006069183349609375, - -0.0302581787109375, - 0.041656494140625, - -0.00348663330078125, - 0.054351806640625, - -0.042205810546875, - 0.023193359375, - 0.00005447864532470703, - 0.007610321044921875, - -0.0242767333984375, - -0.07647705078125, - -0.044189453125, - -0.00923919677734375, - -0.06378173828125, - 0.0183868408203125, - 0.0212860107421875, - -0.0228271484375, - 0.045654296875, - -0.071044921875, - -0.0129547119140625, - 0.037872314453125, - 0.03277587890625, - 0.00634002685546875, - 0.00647735595703125, - -0.042572021484375, - -0.054351806640625, - 0.02825927734375, - 0.005458831787109375, - -0.053985595703125, - 0.0014324188232421875, - -0.036956787109375, - -0.042572021484375, - -0.008697509765625, - -0.014312744140625, - 0.019927978515625, - 0.0014095306396484375, - 0.03515625, - -0.01232147216796875, - -0.0182952880859375, - 0.0291748046875, - 0.01186370849609375, - -0.0203857421875, - -0.04638671875, - -0.0026607513427734375, - -0.053985595703125, - -0.01322174072265625, - -0.005931854248046875, - 0.05181884765625, - -0.011322021484375, - -0.0021514892578125, - -0.00792694091796875, - -0.0070648193359375, - 0.048187255859375, - 0.016754150390625, - 0.0012454986572265625, - -0.05218505859375, - -0.0034656524658203125, - -0.0022411346435546875, - 0.04998779296875, - -0.0016527175903320312, - -0.01340484619140625, - 0.0300750732421875, - 0.022552490234375, - 0.0235443115234375, - -0.0211029052734375, - -0.0579833984375, - -0.036956787109375, - 0.0273590087890625, - 0.01096343994140625, - -0.00482177734375, - 0.02001953125, - -0.0340576171875, - 0.058685302734375, - 0.0703125, - -0.0010528564453125, - 0.0404052734375, - 0.0083770751953125, - -0.031158447265625, - 0.0248260498046875, - 0.01045989990234375, - -0.0214691162109375, - -0.0069732666015625, - 0.0188446044921875, - -0.013946533203125, - 0.0246429443359375, - 0.00554656982421875, - -0.0218353271484375, - -0.007335662841796875, - -0.0131378173828125, - 0.031341552734375, - -0.043853759765625, - -0.0297088623046875, - -0.00441741943359375, - 0.03424072265625, - 0.0153961181640625, - 0.07861328125, - -0.01241302490234375, - -0.005344390869140625, - 0.01522064208984375, - -0.0031032562255859375, - -0.01073455810546875, - 0.049285888671875, - 0.007335662841796875, - 0.01522064208984375, - 0.01213836669921875, - 0.0214691162109375, - 0.01322174072265625, - 0.03460693359375, - 0.0215606689453125, - -0.02337646484375, - -0.00652313232421875, - 0.04638671875, - -0.0207366943359375, - -0.0203857421875, - -0.034423828125, - -0.0467529296875, - -0.0153045654296875, - -0.00896453857421875, - -0.0015058517456054688, - 0.003509521484375, - -0.0207366943359375, - -0.054718017578125, - -0.020294189453125, - 0.017303466796875, - -0.0266265869140625, - 0.0190277099609375, - 0.0284423828125, - -0.0295257568359375, - -0.0112762451171875, - -0.01358795166015625, - 0.032440185546875, - 0.023193359375, - -0.0240936279296875, - -0.00031280517578125, - 0.003917694091796875, - -0.025543212890625, - 0.0246429443359375, - 0.00806427001953125, - 0.042205810546875, - 0.0011777877807617188, - -0.03369140625, - 0.022186279296875, - -0.0240936279296875, - 0.0269927978515625, - 0.037872314453125, - -0.0128631591796875, - -0.0048675537109375, - -0.00910186767578125, - 0.01195526123046875, - 0.0411376953125, - -0.055450439453125, - -0.00765228271484375, - -0.07501220703125, - 0.0211944580078125, - -0.0411376953125, - -0.037322998046875, - -0.031341552734375, - -0.007472991943359375, - 0.042205810546875, - -0.04022216796875, - -0.038421630859375, - -0.00428009033203125, - 0.0244598388671875, - 0.014495849609375, - 0.0340576171875, - 0.03277587890625, - -0.034423828125, - -0.0128631591796875, - 0.0662841796875, - 0.0184783935546875, - 0.002796173095703125, - -0.004032135009765625, - 0.049652099609375, - -0.006656646728515625, - 0.04022216796875, - -0.03985595703125, - 0.02337646484375, - 0.0244598388671875, - 0.024993896484375, - 0.005977630615234375, - -0.0153045654296875, - 0.035858154296875, - 0.0027179718017578125, - 0.031341552734375, - -0.044921875, - -0.034423828125, - -0.0030574798583984375, - 0.0400390625, - -0.0189361572265625, - -0.07244873046875, - -0.004665374755859375, - 0.06414794921875, - 0.005275726318359375, - 0.004573822021484375, - 0.01213836669921875, - -0.025909423828125, - 0.02880859375, - 0.003215789794921875, - -0.00004088878631591797, - 0.03277587890625, - 0.0389404296875, - -0.042388916015625, - -0.0051422119140625, - 0.0185699462890625, - 0.022552490234375, - -0.055084228515625, - -0.0298919677734375, - -0.01467132568359375, - 0.00022363662719726562, - -0.0706787109375, - -0.0015735626220703125, - 0.0191192626953125, - -0.025909423828125, - 0.00559234619140625, - -0.04095458984375, - 0.0298919677734375, - -0.025177001953125, - -0.05108642578125, - 0.00769805908203125, - -0.05035400390625, - -0.047821044921875, - -0.0277252197265625, - 0.0452880859375, - 0.008514404296875, - 0.0182952880859375, - -0.01104736328125, - -0.0190277099609375, - -0.0154876708984375, - -0.01522064208984375, - -0.0266265869140625, - 0.022369384765625, - -0.00942230224609375, - 0.025909423828125, - 0.0239105224609375, - 0.0347900390625, - -0.0019474029541015625, - 0.059051513671875, - 0.048187255859375, - -0.017303466796875, - 0.0026721954345703125, - 0.0189361572265625, - 0.0240936279296875, - 0.0264434814453125, - -0.0182952880859375, - -0.0269927978515625, - -0.01377105712890625, - -0.043853759765625, - 0.005615234375, - 0.0246429443359375, - 0.0013704299926757812, - 0.016754150390625, - -0.035858154296875, - -0.0187530517578125, - 0.0692138671875, - -0.009918212890625, - 0.1021728515625, - -0.022186279296875, - -0.043853759765625, - 0.0071563720703125, - 0.01032257080078125, - -0.01386260986328125, - -0.03314208984375, - 0.042205810546875, - -0.0128631591796875, - -0.00652313232421875, - 0.0083770751953125, - -0.020111083984375, - 0.041290283203125, - -0.0248260498046875, - -0.0209197998046875, - 0.0110931396484375, - -0.0179290771484375, - 0.002468109130859375, - 0.048187255859375, - 0.043304443359375, - -0.01186370849609375, - 0.005252838134765625, - -0.060882568359375, - -0.019378662109375, - -0.04998779296875, - -0.044921875, - 0.0340576171875, - 0.0291748046875, - 0.0129547119140625, - 0.026092529296875, - -0.0655517578125, - -0.09637451171875, - 0.025543212890625, - -0.011688232421875, - 0.0670166015625, - 0.059783935546875, - -0.00946807861328125, - 0.0467529296875, - -0.038238525390625, - 0.00656890869140625, - 0.0302581787109375, - 0.00806427001953125, - 0.030609130859375, - 0.05255126953125, - 0.031158447265625, - -0.0035552978515625, - -0.020111083984375, - 0.0347900390625, - 0.01386260986328125, - 0.0182037353515625, - -0.019744873046875, - 0.03350830078125, - 0.032440185546875, - 0.01485443115234375, - -0.00769805908203125, - 0.036407470703125, - 0.02001953125, - -0.047088623046875, - -0.0220947265625, - -0.031707763671875, - 0.0208282470703125, - -0.0452880859375, - -0.0015287399291992188, - -0.01386260986328125, - 0.005523681640625, - 0.017303466796875, - 0.008880615234375, - -0.05181884765625, - 0.0157623291015625, - 0.0298919677734375, - -0.06304931640625, - 0.032073974609375, - 0.0211944580078125, - -0.03497314453125, - 0.019378662109375, - -0.0213775634765625, - -0.05108642578125, - 0.0467529296875, - -0.030792236328125, - -0.02227783203125, - 0.019744873046875, - 0.0027618408203125, - -0.038421630859375, - -0.042022705078125, - -0.0219268798828125, - -0.0018568038940429688, - 0.00140380859375, - 0.0111846923828125, - 0.0460205078125, - 0.00414276123046875, - -0.0191192626953125, - 0.01055145263671875, - 0.04510498046875, - 0.0021514892578125, - -0.03985595703125, - 0.037322998046875, - -0.0248260498046875, - -0.0295257568359375, - 0.01045989990234375, - 0.0237274169921875, - 0.0266265869140625, - -0.036224365234375, - -0.002536773681640625, - -0.0115966796875, - 0.023193359375, - 0.0129547119140625, - 0.01386260986328125, - -0.0239105224609375, - -0.05181884765625, - -0.036773681640625, - 0.0269927978515625, - 0.007427215576171875, - 0.03460693359375, - -0.0057525634765625, - -0.07318115234375, - 0.032073974609375, - -0.05255126953125, - -0.0184783935546875, - -0.00811004638671875, - 0.02337646484375, - -0.02880859375, - 0.060150146484375, - 0.01241302490234375, - -0.0266265869140625, - -0.0125885009765625, - 0.06378173828125, - 0.0004925727844238281, - 0.00647735595703125, - -0.06488037109375, - 0.048187255859375, - -0.002445220947265625, - -0.049285888671875, - -0.003940582275390625, - -0.02056884765625, - -0.006839752197265625, - 0.0355224609375, - -0.048553466796875, - 0.006702423095703125, - 0.006114959716796875, - -0.080810546875, - -0.01666259765625, - -0.044189453125, - -0.0333251953125, - -0.0297088623046875, - 0.0239105224609375, - 0.03515625, - -0.0069732666015625, - 0.03912353515625, - 0.0239105224609375, - 0.0209197998046875, - 0.0275421142578125, - 0.0211944580078125, - -0.0083770751953125, - 0.0300750732421875, - -0.05108642578125, - -0.014404296875, - -0.02337646484375, - 0.0411376953125, - -0.043121337890625, - 0.003192901611328125, - 0.0163116455078125, - -0.0192108154296875, - 0.0237274169921875, - -0.01204681396484375, - -0.01096343994140625, - -0.022918701171875, - -0.0214691162109375, - -0.0271759033203125, - -0.04058837890625, - -0.00418853759765625, - 0.034423828125, - -0.01123046875, - 0.0153045654296875, - 0.0445556640625, - -0.07171630859375, - -0.00022649765014648438, - 0.019744873046875, - -0.014129638671875, - 0.0164794921875, - 0.002422332763671875, - -0.0081939697265625, - -0.0400390625, - 0.0277252197265625, - -0.0340576171875, - -0.02056884765625, - -0.077880859375, - 0.03277587890625, - -0.00801849365234375, - -0.0183868408203125, - -0.02301025390625, - -0.036041259765625, - -0.054718017578125, - -0.0273590087890625, - 0.0297088623046875, - 0.00769805908203125, - 0.02337646484375, - -0.042572021484375, - -0.00788116455078125, - 0.0009226799011230469, - -0.01064300537109375, - 0.03875732421875, - -0.0181121826171875, - 0.0186614990234375, - 0.00891876220703125, - -0.04998779296875, - 0.022918701171875, - 0.009735107421875, - 0.0179290771484375, - 0.0130462646484375, - 0.019561767578125, - -0.031890869140625, - -0.00019252300262451172, - -0.037139892578125, - -0.0030574798583984375, - -0.00783538818359375, - -0.023193359375, - 0.0188446044921875, - -0.03497314453125, - -0.01386260986328125, - 0.01100921630859375, - 0.0034656524658203125, - 0.0220184326171875, - 0.0008945465087890625, - -0.0014944076538085938, - 0.01702880859375, - 0.00044155120849609375, - 0.047821044921875, - -0.0264434814453125, - -0.06451416015625, - 0.0004131793975830078, - -0.017669677734375, - 0.05145263671875, - 0.0565185546875, - -0.0220947265625, - -0.003871917724609375, - 0.0099639892578125, - 0.0304412841796875, - 0.00034117698669433594, - -0.024993896484375, - -0.01494598388671875, - 0.0114593505859375, - 0.02301025390625, - 0.06591796875, - 0.0013132095336914062, - 0.09637451171875, - 0.01232147216796875, - 0.01222991943359375, - 0.041473388671875, - 0.059417724609375, - 0.05108642578125, - -0.01947021484375, - -0.05035400390625, - 0.0235443115234375, - -0.00360107421875, - -0.037322998046875, - -0.025726318359375, - 0.006069183349609375, - 0.058685302734375, - -0.07647705078125, - -0.020111083984375, - -0.0246429443359375, - 0.0035552978515625, - 0.01983642578125, - 0.019287109375, - -0.019561767578125, - 0.0271759033203125, - 0.0018682479858398438, - -0.036407470703125, - -0.00765228271484375, - -0.014404296875, - 0.00901031494140625, - 0.05072021484375, - 0.0355224609375, - -0.00788116455078125, - 0.0295257568359375, - 0.0014829635620117188, - 0.0182037353515625, - 0.002887725830078125, - 0.0244598388671875, - 0.01123046875, - 0.01213836669921875, - 0.0297088623046875, - 0.0576171875, - 0.00919342041015625, - -0.04095458984375, - 0.02056884765625, - 0.0189361572265625, - 0.053985595703125, - 0.06341552734375, - -0.031158447265625, - 0.0011548995971679688, - 0.022552490234375, - -0.0295257568359375, - -0.0033740997314453125, - 0.003124237060546875, - 0.0214691162109375, - -0.042755126953125, - -0.038238525390625, - 0.02789306640625, - -0.041839599609375, - 0.0300750732421875, - -0.00021660327911376953, - -0.017669677734375, - -0.0031032562255859375, - 0.0269927978515625, - -0.0185699462890625, - -0.05035400390625, - 0.030609130859375, - 0.0011262893676757812, - -0.024993896484375, - -0.028076171875, - -0.052886962890625, - 0.04095458984375, - -0.01331329345703125, - -0.059051513671875, - -0.006656646728515625, - 0.031341552734375, - -0.00212860107421875, - -0.03460693359375, - 0.00493621826171875, - 0.030792236328125, - -0.0034198760986328125, - -0.0273590087890625, - -0.0699462890625, - -0.020111083984375, - 0.0182037353515625, - -0.0271759033203125, - 0.0124969482421875, - -0.0026721954345703125, - -0.055084228515625, - -0.00701904296875, - -0.0010814666748046875, - -0.0127716064453125, - 0.019287109375, - -0.05035400390625, - 0.0214691162109375, - 0.0235443115234375, - 0.020111083984375, - 0.03387451171875, - 0.048919677734375, - 0.0010585784912109375, - -0.0190277099609375, - -0.036773681640625, - -0.04547119140625, - 0.00579833984375, - -0.01036834716796875, - 0.002445220947265625, - -0.0703125, - 0.0026493072509765625, - 0.04583740234375, - -0.07861328125, - -0.0030117034912109375, - 0.0086517333984375, - -0.0239105224609375, - -0.03350830078125, - 0.005615234375, - -0.014404296875, - 0.01091766357421875, - 0.08514404296875, - -0.020111083984375, - -0.0037136077880859375, - 0.01422119140625, - -0.0333251953125, - 0.053985595703125, - 0.0244598388671875, - 0.025726318359375, - -0.04998779296875, - 0.0242767333984375, - 0.0161285400390625, - -0.03460693359375, - -0.0030345916748046875, - -0.047454833984375, - -0.026092529296875, - 0.044189453125, - 0.011322021484375, - 0.00937652587890625, - 0.01422119140625, - -0.048187255859375, - -0.01503753662109375, - -0.04473876953125, - 0.014495849609375, - 0.01512908935546875, - 0.0207366943359375, - -0.0400390625, - -0.02899169921875, - 0.003509521484375, - -0.0557861328125, - -0.0224609375, - -0.03350830078125, - 0.00901031494140625, - 0.0011892318725585938, - -0.048553466796875, - -0.0006623268127441406, - 0.003963470458984375, - 0.0277252197265625, - 0.003849029541015625, - 0.07354736328125, - -0.04998779296875, - -0.0295257568359375, - 0.006023406982421875, - -0.003147125244140625, - 0.01045989990234375, - 0.00891876220703125, - -0.0087432861328125, - 0.009735107421875, - 0.0012454986572265625, - -0.0295257568359375, - 0.039306640625, - 0.048553466796875, - -0.0128631591796875, - -0.038055419921875, - 0.0154876708984375, - -0.05145263671875, - 0.02789306640625, - -0.004032135009765625, - 0.05145263671875, - -0.014312744140625, - -0.01458740234375, - -0.09930419921875, - 0.02880859375, - -0.0153961181640625, - 0.043670654296875, - 0.05218505859375, - -0.0128631591796875, - -0.0572509765625, - -0.030975341796875, - -0.00860595703125, - 0.030792236328125, - -0.0284423828125, - 0.0130462646484375, - -0.006114959716796875, - 0.0011205673217773438, - -0.0099639892578125, - -0.0029430389404296875, - 0.0016307830810546875, - 0.03948974609375, - 0.00292205810546875, - -0.043853759765625, - 0.032440185546875, - -0.03350830078125, - 0.0291748046875, - 0.01213836669921875, - 0.00815582275390625, - -0.0007700920104980469, - -0.0115966796875, - -0.0293426513671875, - -0.005931854248046875, - 0.055084228515625, - 0.06195068359375, - -0.0140380859375, - 0.00860595703125, - -0.0160369873046875, - 0.0246429443359375, - -0.01458740234375, - -0.031707763671875, - 0.0128631591796875, - 0.01666259765625, - -0.041290283203125, - -0.0291748046875, - -0.07171630859375, - -0.09637451171875, - 0.0023441314697265625, - -0.06304931640625, - -0.00923919677734375, - -0.0180206298828125, - 0.0293426513671875, - 0.025909423828125, - -0.047821044921875, - 0.0269927978515625, - 0.00292205810546875, - -0.014495849609375, - -0.025360107421875, - 0.022369384765625, - -0.00901031494140625, - 0.03497314453125, - 0.0030117034912109375, - -0.041473388671875, - 0.0271759033203125, - -0.03424072265625, - 0.007518768310546875, - 0.0006113052368164062, - 0.01177215576171875, - -0.037322998046875, - 0.0333251953125, - -0.060150146484375, - -0.0400390625, - 0.0293426513671875, - 0.00783538818359375, - 0.0082855224609375, - -0.037689208984375, - 0.020111083984375, - -0.001811981201171875, - -0.043304443359375, - 0.0557861328125, - 0.00783538818359375, - -0.019378662109375, - 0.0179290771484375, - -0.0005888938903808594, - 0.022186279296875, - 0.007518768310546875, - 0.0264434814453125, - 0.04998779296875, - 0.0130462646484375, - -0.003170013427734375, - 0.006839752197265625, - 0.019744873046875, - -0.0184783935546875, - 0.016387939453125, - 0.028076171875, - 0.0024013519287109375, - 0.004119873046875, - 0.0126800537109375, - 0.0127716064453125, - -0.08624267578125, - -0.0051422119140625, - -0.0264434814453125, - -0.07391357421875, - -0.0157623291015625, - 0.06414794921875, - 0.05218505859375, - -0.01522064208984375, - 0.025543212890625, - 0.044921875, - 0.0209197998046875, - 0.010284423828125, - -0.019287109375, - -0.05181884765625, - -0.031707763671875, - 0.03533935546875, - 0.05218505859375, - -0.049285888671875, - 0.042938232421875, - 0.053619384765625, - -0.0019025802612304688, - -0.0216522216796875, - -0.003963470458984375, - 0.01458740234375, - 0.031524658203125, - 0.0304412841796875, - 0.00765228271484375, - -0.066650390625, - 0.0041656494140625, - 0.014312744140625, - -0.0019245147705078125, - 0.0006852149963378906, - -0.0027179718017578125, - -0.05035400390625, - 0.0673828125, - -0.049285888671875, - -0.0182037353515625, - -0.004619598388671875, - 0.058349609375, - 0.041656494140625, - -0.036956787109375, - -0.0088348388671875, - 0.03857421875, - 0.01123046875, - -0.0264434814453125, - -0.01204681396484375, - 0.01512908935546875, - 0.0070648193359375, - 0.0196533203125, - 0.041473388671875, - 0.0055694580078125, - 0.035675048828125, - 0.0291748046875, - -0.055450439453125, - 0.0217437744140625, - -0.00801849365234375, - 0.0026264190673828125, - -0.00647735595703125, - -0.05035400390625, - -0.0085601806640625, - -0.031158447265625, - 0.0244598388671875, - 0.01123046875, - 0.034423828125, - 0.05035400390625, - 0.0023326873779296875, - 0.00778961181640625, - 0.00942230224609375, - -0.01485443115234375, - 0.03948974609375, - 0.022186279296875, - 0.0096893310546875, - 0.0037364959716796875, - 0.037322998046875, - -0.00127410888671875, - -0.0452880859375, - 0.0302581787109375, - -0.020294189453125, - 0.0024013519287109375, - -0.0246429443359375, - 0.0015516281127929688, - 0.01503753662109375, - -0.0242767333984375, - -0.00414276123046875, - -0.0333251953125, - 0.00498199462890625, - -0.005161285400390625, - -0.0295257568359375, - -0.0209197998046875, - 0.01322174072265625, - -0.049285888671875, - 0.00901031494140625, - 0.041473388671875, - -0.0297088623046875, - 0.0022869110107421875, - -0.052886962890625, - 0.1014404296875, - 0.0467529296875, - 0.025543212890625, - 0.0029659271240234375, - 0.01349639892578125, - 0.037322998046875, - 0.00222015380859375, - -0.00554656982421875, - 0.02020263671875, - -0.023101806640625, - 0.032073974609375, - 0.0670166015625, - 0.0019931793212890625, - -0.02825927734375, - 0.037322998046875, - 0.00634002685546875, - -0.05255126953125, - 0.04583740234375, - 0.01322174072265625, - 0.02227783203125, - -0.01322174072265625, - -0.004642486572265625, - -0.0034198760986328125, - -0.053619384765625, - 0.0576171875, - 0.042938232421875, - -0.0217437744140625, - 0.03985595703125, - -0.045654296875, - 0.0244598388671875, - 0.0112762451171875, - 0.0460205078125, - -0.04547119140625, - 0.0445556640625, - -0.019927978515625, - 0.0034198760986328125, - -0.017120361328125, - 0.0156707763671875, - -0.0188446044921875, - 0.048187255859375, - -0.037506103515625, - 0.053253173828125, - 0.0220184326171875, - -0.01073455810546875, - -0.043304443359375, - -0.004642486572265625, - 0.0218353271484375, - 0.0264434814453125, - 0.048187255859375, - -0.03948974609375, - -0.042388916015625, - 0.00007396936416625977, - 0.0347900390625, - 0.07427978515625, - -0.043121337890625, - 0.03387451171875, - 0.0158538818359375, - 0.0023899078369140625, - 0.006023406982421875, - -0.016387939453125 - ], - "metadata": { - "domains": [ - "fraud-investigation", - "network-forensics" - ], - "phases": [ - "reporting" - ], - "tags": [ - "mapping", - "visualization" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Google_Earth_Pro", - "type": "tool", - "name": "Google Earth Pro", - "content": "google earth pro googles professionelle geo-intelligence-plattform bietet forensische capabilities weit jenseits der consumer-version. historische satellitenbilder ab 1984 ermöglichen timeline-analysis von tatorten, gebäude-entwicklungen, umwelt-veränderungen. high-resolution-imagery (bis 60cm/pixel) zeigt details für crime-scene-reconstruction. besonders wertvoll: kml/kmz-import von gps-tracks für movement-analysis, measurement-tools für genaue distanzen, 3d-buildings für sichtlinien-analysen. movie-maker erstellt flyover-animations für jury-präsentationen. the street-view-integration zeigt ground-truth-perspective. polygon-tools markieren search-areas. koordinaten-anzeige in verschiedenen formaten (lat/long, utm, mgrs). offline-caching für field-operations. die kostenlose professional-lizenz (seit 2015) demokratisiert geo-intelligence. gps-data-import von smartphones, fitness-trackern, fahrzeug-systemen. standard-tool für osint-verification und court-room-presentations weltweit. satellite osint fraud-investigation reporting", - "embedding": [ - -0.031402587890625, - 0.026092529296875, - 0.046478271484375, - 0.001312255859375, - 0.0007600784301757812, - 0.025299072265625, - 0.038238525390625, - -0.005687713623046875, - 0.005664825439453125, - -0.009124755859375, - -0.04022216796875, - 0.0394287109375, - -0.0037021636962890625, - -0.01088714599609375, - -0.06591796875, - 0.052978515625, - 0.0061798095703125, - -0.0002053976058959961, - 0.0175628662109375, - -0.0300140380859375, - -0.0249176025390625, - 0.0032367706298828125, - -0.04864501953125, - 0.0244293212890625, - 0.00539398193359375, - 0.0191192626953125, - -0.02099609375, - -0.046112060546875, - -0.0162811279296875, - 0.0019989013671875, - 0.02423095703125, - -0.0180511474609375, - 0.0012807846069335938, - 0.0355224609375, - -0.01422119140625, - -0.01500701904296875, - -0.00862884521484375, - -0.06280517578125, - -0.03961181640625, - 0.0102996826171875, - -0.01064300537109375, - -0.00274658203125, - 0.0290374755859375, - 0.0139312744140625, - -0.0258941650390625, - -0.042755126953125, - -0.017852783203125, - -0.021575927734375, - -0.0019006729125976562, - -0.0099029541015625, - 0.042572021484375, - 0.04296875, - 0.0189361572265625, - -0.003261566162109375, - -0.0135345458984375, - 0.018341064453125, - -0.00409698486328125, - -0.04669189453125, - -0.029815673828125, - 0.0184326171875, - -0.0245208740234375, - 0.0036296844482421875, - -0.01044464111328125, - -0.0002161264419555664, - -0.001232147216796875, - 0.0167694091796875, - -0.007602691650390625, - -0.023345947265625, - 0.03277587890625, - 0.036865234375, - 0.004314422607421875, - 0.0144195556640625, - -0.0189361572265625, - 0.0230560302734375, - -0.0296173095703125, - -0.02423095703125, - 0.005908966064453125, - 0.0162811279296875, - 0.00696563720703125, - -0.01123046875, - -0.06353759765625, - 0.006130218505859375, - 0.06475830078125, - -0.0309906005859375, - -0.02569580078125, - 0.0026607513427734375, - 0.043365478515625, - 0.0105438232421875, - -0.01324462890625, - 0.0153045654296875, - 0.037078857421875, - -0.0002911090850830078, - 0.0262908935546875, - 0.01245880126953125, - 0.01088714599609375, - 0.07177734375, - -0.01520538330078125, - 0.01171875, - -0.012115478515625, - 0.0236358642578125, - 0.006572723388671875, - -0.033355712890625, - 0.05023193359375, - 0.01294708251953125, - 0.04571533203125, - -0.03765869140625, - 0.030792236328125, - -0.015106201171875, - -0.00414276123046875, - -0.037078857421875, - -0.0772705078125, - -0.041595458984375, - -0.0169677734375, - -0.06866455078125, - 0.004070281982421875, - 0.02423095703125, - -0.036865234375, - 0.038848876953125, - -0.06353759765625, - -0.0374755859375, - 0.03021240234375, - 0.04412841796875, - -0.006916046142578125, - 0.0180511474609375, - -0.0276641845703125, - -0.056488037109375, - 0.0245208740234375, - 0.02020263671875, - -0.034332275390625, - -0.0286407470703125, - -0.00853729248046875, - -0.0404052734375, - -0.004268646240234375, - -0.0169677734375, - -0.0013484954833984375, - -0.0171661376953125, - 0.0484619140625, - 0.01500701904296875, - -0.010986328125, - 0.0235443115234375, - 0.01549530029296875, - -0.01274871826171875, - -0.045318603515625, - 0.00652313232421875, - -0.0394287109375, - -0.002857208251953125, - -0.0216827392578125, - 0.047271728515625, - -0.02569580078125, - -0.01108551025390625, - -0.01181793212890625, - 0.0140228271484375, - 0.038055419921875, - 0.0221710205078125, - -0.0140228271484375, - -0.0494384765625, - -0.003383636474609375, - -0.0262908935546875, - 0.0230560302734375, - -0.005687713623046875, - -0.02020263671875, - 0.0144195556640625, - 0.00409698486328125, - 0.0245208740234375, - -0.0091705322265625, - -0.0234375, - -0.0286407470703125, - -0.0021953582763671875, - -0.00165557861328125, - 0.01221466064453125, - 0.0309906005859375, - -0.00620269775390625, - 0.050018310546875, - 0.053741455078125, - 0.0199127197265625, - 0.016876220703125, - -0.021575927734375, - -0.0227508544921875, - 0.028045654296875, - 0.01500701904296875, - 0.006374359130859375, - -0.00365447998046875, - 0.0084381103515625, - -0.0031871795654296875, - 0.015106201171875, - 0.00745391845703125, - -0.01500701904296875, - -0.0157928466796875, - 0.0015506744384765625, - 0.02392578125, - -0.021575927734375, - -0.04571533203125, - 0.004512786865234375, - 0.06903076171875, - 0.03277587890625, - 0.05963134765625, - 0.023345947265625, - -0.01314544677734375, - 0.0258941650390625, - 0.0081939697265625, - -0.00595855712890625, - 0.048858642578125, - -0.0096588134765625, - 0.032958984375, - -0.0007476806640625, - 0.0300140380859375, - -0.00823974609375, - 0.037872314453125, - 0.0268707275390625, - -0.0394287109375, - -0.0022430419921875, - 0.05413818359375, - -0.0185394287109375, - -0.030792236328125, - -0.031402587890625, - -0.037078857421875, - -0.01363372802734375, - -0.0284423828125, - -0.009368896484375, - -0.00853729248046875, - -0.0059356689453125, - -0.044525146484375, - -0.0022563934326171875, - 0.0218658447265625, - -0.0140228271484375, - 0.0179443359375, - 0.0262908935546875, - -0.0204010009765625, - 0.00926971435546875, - -0.005809783935546875, - 0.01068878173828125, - 0.03472900390625, - -0.0052490234375, - -0.002696990966796875, - -0.0111846923828125, - -0.0241241455078125, - 0.027862548828125, - 0.0081939697265625, - 0.0264892578125, - -0.0008826255798339844, - -0.048248291015625, - 0.051788330078125, - -0.0008645057678222656, - 0.0290374755859375, - 0.015594482421875, - -0.01206207275390625, - 0.015106201171875, - 0.0073089599609375, - 0.01113128662109375, - 0.005542755126953125, - -0.055328369140625, - -0.02020263671875, - -0.06866455078125, - -0.00872802734375, - -0.056884765625, - -0.0207977294921875, - -0.02423095703125, - -0.031768798828125, - 0.06591796875, - -0.034912109375, - -0.0213775634765625, - -0.0003478527069091797, - 0.0241241455078125, - -0.041778564453125, - 0.02117919921875, - 0.0179443359375, - -0.021484375, - -0.0169677734375, - 0.0604248046875, - 0.0290374755859375, - -0.0015573501586914062, - -0.0284423828125, - 0.0419921875, - -0.034515380859375, - 0.028045654296875, - -0.038848876953125, - 0.0254974365234375, - 0.0164794921875, - 0.019805908203125, - 0.01520538330078125, - -0.04315185546875, - 0.0244293212890625, - 0.0099029541015625, - 0.0218658447265625, - -0.017852783203125, - 0.004634857177734375, - 0.009613037109375, - 0.004856109619140625, - -0.0073089599609375, - -0.05059814453125, - -0.0010852813720703125, - 0.040985107421875, - 0.02471923828125, - 0.01363372802734375, - 0.01520538330078125, - -0.043365478515625, - 0.01294708251953125, - 0.0231475830078125, - -0.00931549072265625, - 0.0296173095703125, - 0.043365478515625, - -0.032562255859375, - -0.00321197509765625, - 0.0195159912109375, - 0.000560760498046875, - -0.0245208740234375, - -0.0374755859375, - -0.01084136962890625, - 0.00595855712890625, - -0.07257080078125, - 0.00286865234375, - 0.009368896484375, - -0.028045654296875, - 0.0218658447265625, - -0.0162811279296875, - 0.0171661376953125, - -0.02117919921875, - -0.05059814453125, - 0.03021240234375, - -0.058074951171875, - -0.0494384765625, - -0.017364501953125, - 0.06591796875, - 0.01068878173828125, - -0.0021457672119140625, - -0.0200042724609375, - -0.0216827392578125, - -0.0282440185546875, - -0.003505706787109375, - -0.027862548828125, - 0.0170745849609375, - -0.0262908935546875, - 0.0224609375, - 0.046478271484375, - 0.0116729736328125, - -0.0126495361328125, - 0.0513916015625, - 0.0276641845703125, - -0.0048065185546875, - -0.005809783935546875, - 0.0199127197265625, - 0.01451873779296875, - 0.025299072265625, - -0.038238525390625, - -0.0276641845703125, - -0.0227508544921875, - -0.04473876953125, - 0.030792236328125, - 0.025299072265625, - 0.01480865478515625, - 0.02099609375, - -0.0272674560546875, - -0.0105438232421875, - 0.06280517578125, - 0.005687713623046875, - 0.09375, - -0.016876220703125, - -0.0643310546875, - 0.004268646240234375, - 0.01824951171875, - -0.00823974609375, - -0.02197265625, - 0.00234222412109375, - 0.004978179931640625, - -0.01824951171875, - 0.0272674560546875, - -0.027069091796875, - 0.0077972412109375, - -0.037078857421875, - -0.0036773681640625, - 0.01432037353515625, - -0.035308837890625, - 0.021484375, - 0.034332275390625, - 0.0216827392578125, - 0.006622314453125, - 0.002696990966796875, - -0.042572021484375, - -0.007602691650390625, - -0.053741455078125, - -0.02471923828125, - 0.050018310546875, - 0.0404052734375, - 0.00745391845703125, - 0.02117919921875, - -0.05218505859375, - -0.06903076171875, - 0.0355224609375, - -0.035888671875, - 0.07025146484375, - 0.05767822265625, - 0.00838470458984375, - 0.04669189453125, - -0.0181427001953125, - 0.003849029541015625, - 0.0419921875, - 0.0096588134765625, - 0.036865234375, - 0.04296875, - 0.042572021484375, - -0.016876220703125, - -0.0258941650390625, - 0.043731689453125, - 0.0304107666015625, - 0.006866455078125, - 0.00490570068359375, - 0.031585693359375, - 0.040008544921875, - 0.01824951171875, - -0.0089263916015625, - 0.0199127197265625, - 0.0200042724609375, - -0.023834228515625, - -0.020599365234375, - -0.02569580078125, - 0.02667236328125, - -0.0419921875, - -0.00652313232421875, - -0.0019741058349609375, - 0.0264892578125, - 0.0276641845703125, - 0.00005131959915161133, - -0.080810546875, - 0.025115966796875, - 0.0189361572265625, - -0.09771728515625, - 0.0199127197265625, - 0.017364501953125, - -0.0212860107421875, - 0.044921875, - -0.0296173095703125, - -0.054931640625, - 0.032562255859375, - -0.0170745849609375, - -0.036285400390625, - -0.0030155181884765625, - 0.01549530029296875, - -0.0753173828125, - -0.05059814453125, - -0.04473876953125, - 0.003849029541015625, - -0.005466461181640625, - 0.0036296844482421875, - 0.0478515625, - 0.0158843994140625, - 0.007110595703125, - 0.0034332275390625, - 0.049224853515625, - -0.01383209228515625, - -0.039031982421875, - 0.034515380859375, - -0.028045654296875, - -0.05963134765625, - 0.0096588134765625, - 0.012359619140625, - 0.0216827392578125, - -0.071044921875, - 0.001667022705078125, - -0.0018758773803710938, - 0.0028934478759765625, - 0.0098114013671875, - 0.011871337890625, - -0.00794219970703125, - -0.040985107421875, - -0.0249176025390625, - 0.05218505859375, - 0.016571044921875, - 0.035308837890625, - -0.00951385498046875, - -0.06829833984375, - 0.056884765625, - -0.05059814453125, - -0.021087646484375, - -0.016876220703125, - 0.0180511474609375, - -0.027862548828125, - 0.05218505859375, - -0.0249176025390625, - -0.0374755859375, - -0.01314544677734375, - 0.06280517578125, - -0.00946807861328125, - -0.0075531005859375, - -0.05767822265625, - 0.05413818359375, - 0.01161956787109375, - -0.050994873046875, - 0.00765228271484375, - -0.004314422607421875, - -0.0028934478759765625, - 0.0439453125, - -0.0355224609375, - 0.01161956787109375, - 0.002758026123046875, - -0.060028076171875, - 0.0001747608184814453, - -0.048248291015625, - -0.0309906005859375, - -0.03118896484375, - 0.051788330078125, - 0.04962158203125, - 0.007503509521484375, - 0.025299072265625, - 0.01373291015625, - 0.0199127197265625, - 0.0224609375, - 0.02569580078125, - -0.0021820068359375, - 0.0282440185546875, - -0.049041748046875, - -0.033935546875, - -0.006622314453125, - 0.054931640625, - -0.0221710205078125, - -0.00402069091796875, - 0.00745391845703125, - -0.025299072265625, - 0.049041748046875, - 0.004756927490234375, - -0.0296173095703125, - -0.0169677734375, - -0.049835205078125, - -0.0513916015625, - -0.030609130859375, - 0.0189361572265625, - 0.0075531005859375, - 0.0024280548095703125, - 0.0064239501953125, - 0.021087646484375, - -0.058837890625, - -0.0034084320068359375, - 0.0272674560546875, - 0.0116729736328125, - 0.00931549072265625, - -0.00262451171875, - -0.005466461181640625, - -0.0098114013671875, - 0.0159912109375, - -0.031982421875, - -0.0276641845703125, - -0.06280517578125, - 0.0235443115234375, - -0.00926971435546875, - -0.00785064697265625, - -0.0098114013671875, - -0.040985107421875, - -0.040802001953125, - 0.0036296844482421875, - 0.035888671875, - -0.02069091796875, - 0.0304107666015625, - -0.033935546875, - -0.007354736328125, - -0.009857177734375, - -0.027862548828125, - 0.028045654296875, - -0.0135345458984375, - 0.0110321044921875, - 0.015106201171875, - -0.054534912109375, - 0.0296173095703125, - 0.01108551025390625, - 0.02294921875, - -0.002071380615234375, - 0.0419921875, - -0.03765869140625, - 0.0012998580932617188, - -0.0268707275390625, - -0.003482818603515625, - 0.00252532958984375, - -0.0355224609375, - 0.039031982421875, - -0.0272674560546875, - -0.0153045654296875, - 0.02099609375, - 0.004119873046875, - 0.01776123046875, - -0.00563812255859375, - -0.0171661376953125, - 0.006473541259765625, - 0.006374359130859375, - 0.05413818359375, - -0.0232391357421875, - -0.055328369140625, - -0.00024366378784179688, - -0.0027217864990234375, - 0.054931640625, - 0.05413818359375, - -0.010345458984375, - -0.017364501953125, - 0.015594482421875, - 0.0221710205078125, - 0.00020694732666015625, - -0.007354736328125, - -0.028045654296875, - 0.01108551025390625, - 0.0091705322265625, - 0.0355224609375, - 0.0167694091796875, - 0.07257080078125, - 0.025115966796875, - 0.0107421875, - 0.01520538330078125, - 0.082763671875, - 0.05059814453125, - -0.046112060546875, - -0.056884765625, - 0.01245880126953125, - -0.0025386810302734375, - -0.0413818359375, - -0.0286407470703125, - 0.022064208984375, - 0.046295166015625, - -0.0655517578125, - -0.0296173095703125, - -0.0384521484375, - 0.01108551025390625, - 0.00240325927734375, - 0.00833892822265625, - 0.005344390869140625, - 0.022064208984375, - -0.00789642333984375, - -0.028839111328125, - -0.0100555419921875, - -0.01451873779296875, - -0.0027828216552734375, - 0.0284423828125, - 0.037872314453125, - -0.01230621337890625, - 0.0264892578125, - 0.006816864013671875, - 0.0309906005859375, - 0.00799560546875, - 0.0250091552734375, - -0.00975799560546875, - 0.02099609375, - 0.0190277099609375, - 0.04473876953125, - 0.001827239990234375, - -0.04217529296875, - 0.0195159912109375, - 0.01451873779296875, - 0.060821533203125, - 0.07177734375, - -0.0189361572265625, - -0.00296783447265625, - 0.007259368896484375, - -0.03021240234375, - -0.005859375, - 0.00745391845703125, - 0.0250091552734375, - -0.05023193359375, - -0.042572021484375, - 0.01971435546875, - -0.04510498046875, - 0.0274658203125, - 0.0116729736328125, - -0.028839111328125, - 0.00995635986328125, - 0.0364990234375, - -0.0114288330078125, - -0.03863525390625, - 0.0139312744140625, - -0.00583648681640625, - -0.0172576904296875, - -0.0364990234375, - -0.054931640625, - 0.054931640625, - -0.019317626953125, - -0.040618896484375, - -0.007354736328125, - 0.0235443115234375, - -0.037872314453125, - -0.02392578125, - 0.00286865234375, - 0.0024394989013671875, - -0.011962890625, - -0.0272674560546875, - -0.0474853515625, - -0.004512786865234375, - 0.01000213623046875, - -0.0052947998046875, - 0.0181427001953125, - 0.00632476806640625, - -0.049224853515625, - -0.01363372802734375, - 0.0110321044921875, - -0.0374755859375, - 0.026092529296875, - -0.03668212890625, - 0.0458984375, - 0.0195159912109375, - 0.030792236328125, - 0.0484619140625, - 0.0513916015625, - 0.01373291015625, - -0.01274871826171875, - -0.037872314453125, - -0.02667236328125, - 0.004291534423828125, - -0.0116729736328125, - 0.01480865478515625, - -0.074951171875, - 0.02099609375, - 0.0458984375, - -0.0859375, - -0.0016794204711914062, - 0.040985107421875, - -0.023345947265625, - -0.0246124267578125, - 0.01206207275390625, - -0.03570556640625, - 0.01137542724609375, - 0.057281494140625, - -0.0077972412109375, - 0.01274871826171875, - 0.0204010009765625, - -0.02471923828125, - 0.05413818359375, - 0.015106201171875, - 0.03021240234375, - -0.031982421875, - 0.01422119140625, - 0.035888671875, - -0.036285400390625, - 0.007110595703125, - -0.056884765625, - -0.0114288330078125, - 0.04766845703125, - -0.01171875, - -0.005199432373046875, - 0.00024819374084472656, - -0.0274658203125, - 0.0021209716796875, - -0.038055419921875, - 0.036285400390625, - 0.024322509765625, - 0.025299072265625, - -0.053741455078125, - -0.0226593017578125, - 0.00389862060546875, - -0.053741455078125, - -0.0355224609375, - -0.0236358642578125, - 0.0272674560546875, - -0.00034332275390625, - -0.043365478515625, - 0.00946807861328125, - 0.01093292236328125, - 0.007061004638671875, - 0.007259368896484375, - 0.05609130859375, - -0.0662841796875, - -0.019805908203125, - -0.0125579833984375, - 0.00809478759765625, - 0.00389862060546875, - 0.00595855712890625, - -0.02020263671875, - 0.012847900390625, - 0.029815673828125, - -0.050994873046875, - 0.061981201171875, - 0.056488037109375, - -0.0484619140625, - -0.04669189453125, - -0.007160186767578125, - -0.05572509765625, - 0.058837890625, - -0.01549530029296875, - 0.045318603515625, - -0.0174560546875, - -0.006866455078125, - -0.09063720703125, - 0.02471923828125, - -0.007503509521484375, - 0.03924560546875, - 0.06317138671875, - -0.0080413818359375, - -0.06903076171875, - -0.03961181640625, - -0.0166778564453125, - 0.0180511474609375, - -0.0274658203125, - 0.01480865478515625, - -0.0082855224609375, - -0.0130462646484375, - -0.0116729736328125, - -0.0204010009765625, - -0.006717681884765625, - 0.02423095703125, - 0.007602691650390625, - -0.034912109375, - 0.057281494140625, - -0.0184326171875, - 0.030792236328125, - 0.005664825439453125, - -0.0008707046508789062, - 0.01922607421875, - 0.005123138427734375, - -0.054931640625, - -0.0066680908203125, - 0.044921875, - 0.052978515625, - -0.0264892578125, - -0.004241943359375, - -0.0290374755859375, - 0.01020050048828125, - 0.00799560546875, - -0.0181427001953125, - -0.007354736328125, - 0.0016794204711914062, - -0.02423095703125, - -0.04510498046875, - -0.06707763671875, - -0.08160400390625, - 0.00029277801513671875, - -0.0494384765625, - -0.0224609375, - 0.004608154296875, - 0.0218658447265625, - 0.0232391357421875, - -0.05218505859375, - 0.031402587890625, - -0.0005273818969726562, - -0.0038738250732421875, - -0.0218658447265625, - 0.00470733642578125, - -0.022552490234375, - 0.03375244140625, - -0.007354736328125, - -0.03765869140625, - 0.0231475830078125, - -0.018829345703125, - 0.0014410018920898438, - 0.0002834796905517578, - 0.0023784637451171875, - -0.016571044921875, - 0.0236358642578125, - -0.07452392578125, - -0.051788330078125, - 0.020599365234375, - 0.036285400390625, - -0.0034084320068359375, - -0.0189361572265625, - 0.040618896484375, - 0.0020847320556640625, - -0.0533447265625, - 0.038055419921875, - -0.0224609375, - -0.0162811279296875, - -0.004169464111328125, - 0.00897216796875, - 0.028045654296875, - 0.00907135009765625, - 0.0231475830078125, - 0.02392578125, - 0.01500701904296875, - -0.0171661376953125, - 0.0000027418136596679688, - 0.01422119140625, - -0.00409698486328125, - 0.03668212890625, - 0.01873779296875, - 0.025299072265625, - 0.00099945068359375, - 0.01324462890625, - 0.00897216796875, - -0.0733642578125, - -0.007259368896484375, - -0.0216827392578125, - -0.07177734375, - 0.007259368896484375, - 0.05767822265625, - 0.04766845703125, - -0.040008544921875, - 0.0268707275390625, - 0.037261962890625, - 0.004047393798828125, - 0.0017290115356445312, - -0.0268707275390625, - -0.05572509765625, - -0.0207977294921875, - 0.03216552734375, - 0.037261962890625, - -0.048858642578125, - 0.046875, - 0.06353759765625, - -0.004512786865234375, - 0.0004138946533203125, - -0.004291534423828125, - 0.0189361572265625, - 0.043548583984375, - 0.0282440185546875, - 0.006916046142578125, - -0.08001708984375, - -0.01020050048828125, - 0.04296875, - 0.012359619140625, - -0.00627899169921875, - -0.0121612548828125, - -0.047271728515625, - 0.0643310546875, - -0.045501708984375, - -0.016571044921875, - -0.0130462646484375, - 0.084716796875, - 0.028839111328125, - -0.0171661376953125, - -0.00222015380859375, - 0.05609130859375, - 0.005687713623046875, - -0.0167694091796875, - 0.01922607421875, - -0.0091705322265625, - 0.01088714599609375, - 0.032958984375, - 0.04669189453125, - 0.020111083984375, - 0.0413818359375, - 0.022064208984375, - -0.042755126953125, - 0.01480865478515625, - -0.006916046142578125, - 0.01294708251953125, - -0.0300140380859375, - -0.042755126953125, - -0.02923583984375, - -0.05413818359375, - 0.04669189453125, - 0.0276641845703125, - 0.0423583984375, - 0.006916046142578125, - 0.00833892822265625, - -0.02569580078125, - 0.0135345458984375, - -0.01324462890625, - 0.040008544921875, - 0.02069091796875, - 0.00563812255859375, - 0.0161895751953125, - 0.0172576904296875, - 0.0004475116729736328, - -0.0364990234375, - 0.0276641845703125, - -0.03021240234375, - 0.0073089599609375, - -0.030609130859375, - 0.0033588409423828125, - 0.0254974365234375, - -0.000858306884765625, - 0.0203094482421875, - -0.0010356903076171875, - -0.01776123046875, - -0.00931549072265625, - -0.04510498046875, - -0.0164794921875, - 0.007110595703125, - -0.0221710205078125, - 0.0158843994140625, - 0.038055419921875, - -0.01549530029296875, - 0.015594482421875, - -0.0474853515625, - 0.0914306640625, - 0.02392578125, - 0.0423583984375, - -0.0012264251708984375, - 0.028045654296875, - 0.05059814453125, - -0.0036296844482421875, - 0.038055419921875, - 0.0276641845703125, - -0.012847900390625, - 0.047271728515625, - 0.048248291015625, - -0.0102996826171875, - -0.0533447265625, - 0.00872802734375, - -0.0029544830322265625, - -0.0753173828125, - 0.043548583984375, - 0.0057373046875, - -0.005001068115234375, - 0.002513885498046875, - -0.008880615234375, - 0.0119171142578125, - -0.06903076171875, - 0.05572509765625, - 0.0186309814453125, - 0.01274871826171875, - 0.044525146484375, - -0.04510498046875, - 0.036865234375, - 0.00252532958984375, - 0.0384521484375, - -0.037261962890625, - 0.06475830078125, - -0.0304107666015625, - 0.034515380859375, - -0.01451873779296875, - 0.013336181640625, - 0.01015472412109375, - 0.0184326171875, - -0.01922607421875, - 0.04766845703125, - 0.0264892578125, - -0.013336181640625, - -0.0439453125, - -0.001605987548828125, - -0.00701141357421875, - 0.0274658203125, - 0.0458984375, - -0.03924560546875, - -0.034332275390625, - 0.00470733642578125, - 0.031768798828125, - 0.0714111328125, - -0.00858306884765625, - 0.035888671875, - -0.00258636474609375, - -0.0096588134765625, - -0.0049285888671875, - -0.0172576904296875 - ], - "metadata": { - "domains": [ - "fraud-investigation" - ], - "phases": [ - "reporting" - ], - "tags": [ - "satellite", - "osint" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, - { - "id": "tool_Maltego", - "type": "tool", - "name": "Maltego", - "content": "maltego die link-analysis-suite transformiert osint-recherchen in visuelle netzwerke für fraud-ermittlungen und threat-intelligence. graph-basierte darstellung zeigt verbindungen zwischen personen, domains, ip-adressen, social-media- accounts intuitiv. transform-engine automatisiert datensammlung aus hunderten quellen: dns-records, whois-daten, social-networks, darkweb-mentions. besonders mächtig für bec-fraud: email-to-domain-to-infrastructure-mapping enthüllt scammer-netzwerke. die maltego-teeth-integration bringt kommerzielle datenquellen. machine-learning-algorithmen finden versteckte cluster. collaboration-features für team-ermittlungen. case-management dokumentiert recherche-pfade. export zu verschiedenen formaten für reports. die community-edition (kostenlos) limitiert auf 12 entities, aber ausreichend für kleinere fälle. professional-versionen (ab 999€) entfernen limits. standard-tool für financial-crime-units und osint-analysten weltweit. osint link-analysis fraud-investigation network-forensics analysis", - "embedding": [ - -0.03369140625, - 0.027008056640625, - 0.04547119140625, - 0.00036597251892089844, - 0.030609130859375, - 0.035400390625, - 0.041534423828125, - -0.018890380859375, - -0.00914764404296875, - 0.005298614501953125, - -0.0186309814453125, - 0.0328369140625, - -0.002532958984375, - 0.00696563720703125, - -0.06500244140625, - 0.061553955078125, - 0.0058135986328125, - 0.0230865478515625, - 0.00867462158203125, - 0.00589752197265625, - -0.00611114501953125, - 0.004123687744140625, - -0.05438232421875, - 0.001987457275390625, - 0.019744873046875, - 0.00957489013671875, - -0.03607177734375, - -0.05780029296875, - -0.003612518310546875, - -0.00765228271484375, - 0.01171112060546875, - -0.037628173828125, - -0.023773193359375, - 0.033172607421875, - -0.0122222900390625, - -0.02923583984375, - -0.009063720703125, - -0.031982421875, - -0.04034423828125, - 0.016754150390625, - -0.0084228515625, - -0.0010471343994140625, - 0.0216217041015625, - -0.00782012939453125, - -0.053680419921875, - -0.033843994140625, - -0.00675201416015625, - -0.0101318359375, - 0.0010690689086914062, - 0.008636474609375, - 0.018890380859375, - 0.03436279296875, - 0.01555633544921875, - -0.01081085205078125, - -0.039154052734375, - 0.0222320556640625, - 0.0199127197265625, - -0.03094482421875, - -0.045135498046875, - 0.026336669921875, - -0.047882080078125, - 0.00408172607421875, - -0.009490966796875, - -0.007778167724609375, - 0.0123138427734375, - 0.01047515869140625, - -0.0239410400390625, - -0.0282135009765625, - 0.013763427734375, - -0.002971649169921875, - 0.00812530517578125, - 0.00931549072265625, - 0.0166778564453125, - 0.0017843246459960938, - -0.0173492431640625, - -0.0413818359375, - -0.0156402587890625, - 0.037445068359375, - -0.01256561279296875, - 0.0015497207641601562, - -0.046173095703125, - 0.0010528564453125, - 0.050262451171875, - -0.0276947021484375, - -0.0139312744140625, - -0.003162384033203125, - 0.039154052734375, - 0.0006651878356933594, - -0.0049591064453125, - 0.0019779205322265625, - 0.00504302978515625, - 0.0084228515625, - 0.02239990234375, - -0.02752685546875, - 0.053680419921875, - 0.034881591796875, - -0.0304412841796875, - 0.00974273681640625, - -0.0130767822265625, - 0.035552978515625, - 0.0194854736328125, - -0.0166778564453125, - 0.035919189453125, - 0.00675201416015625, - 0.039154052734375, - -0.02581787109375, - 0.02496337890625, - -0.0265045166015625, - -0.00919342041015625, - -0.0282135009765625, - -0.07183837890625, - -0.0161590576171875, - -0.0166778564453125, - -0.0670166015625, - -0.0004944801330566406, - 0.0194854736328125, - -0.012054443359375, - 0.0276947021484375, - -0.057098388671875, - -0.050262451171875, - 0.036407470703125, - 0.026336669921875, - 0.0019989013671875, - 0.00012958049774169922, - -0.03863525390625, - -0.06256103515625, - 0.01256561279296875, - 0.033355712890625, - -0.042755126953125, - -0.009918212890625, - -0.0265045166015625, - -0.026153564453125, - 0.0028858184814453125, - -0.02667236328125, - 0.013336181640625, - -0.0213775634765625, - 0.0247955322265625, - 0.011199951171875, - 0.00036072731018066406, - -0.0126495361328125, - 0.04412841796875, - -0.005405426025390625, - -0.07080078125, - 0.021881103515625, - -0.040679931640625, - -0.0126495361328125, - -0.0058135986328125, - 0.049591064453125, - -0.0287322998046875, - -0.002307891845703125, - -0.0114593505859375, - 0.02154541015625, - 0.06463623046875, - 0.0110321044921875, - 0.0036754608154296875, - -0.03369140625, - -0.0135955810546875, - -0.00354766845703125, - 0.062225341796875, - -0.0020084381103515625, - 0.00611114501953125, - 0.00807952880859375, - 0.02752685546875, - 0.0242767333984375, - -0.0003685951232910156, - -0.0294036865234375, - -0.0225677490234375, - 0.0247955322265625, - 0.00867462158203125, - -0.003292083740234375, - 0.0196685791015625, - 0.0098724365234375, - 0.028045654296875, - 0.061553955078125, - -0.0032062530517578125, - 0.030609130859375, - -0.00572967529296875, - -0.003162384033203125, - 0.03778076171875, - 0.0230865478515625, - -0.011627197265625, - -0.00876617431640625, - 0.040191650390625, - -0.0175323486328125, - 0.020263671875, - -0.0014209747314453125, - -0.0265045166015625, - -0.0148773193359375, - -0.01898193359375, - 0.00829315185546875, - -0.033355712890625, - -0.0200042724609375, - -0.011199951171875, - 0.0273590087890625, - 0.03607177734375, - 0.072509765625, - -0.0204315185546875, - -0.0191497802734375, - 0.034698486328125, - 0.02239990234375, - -0.00743865966796875, - 0.030609130859375, - -0.00962066650390625, - 0.033843994140625, - 0.0225677490234375, - 0.00572967529296875, - -0.0157318115234375, - 0.03369140625, - 0.0328369140625, - -0.0171051025390625, - -0.00611114501953125, - 0.06329345703125, - -0.0207672119140625, - -0.007610321044921875, - -0.0157318115234375, - -0.022064208984375, - -0.01239776611328125, - -0.01727294921875, - -0.00615692138671875, - -0.00765228271484375, - -0.0011272430419921875, - -0.046844482421875, - -0.0170135498046875, - 0.03265380859375, - -0.0135955810546875, - 0.0234222412109375, - 0.004852294921875, - -0.037261962890625, - -0.005985260009765625, - 0.02154541015625, - 0.040679931640625, - 0.011199951171875, - -0.0161590576171875, - -0.0019235610961914062, - -0.006198883056640625, - -0.01090240478515625, - 0.04205322265625, - 0.0499267578125, - 0.0256500244140625, - 0.012054443359375, - -0.0194854736328125, - 0.0265045166015625, - -0.0251312255859375, - 0.0379638671875, - 0.026153564453125, - -0.0049591064453125, - -0.03094482421875, - -0.004573822021484375, - 0.01479339599609375, - 0.07696533203125, - -0.04583740234375, - -0.01325225830078125, - -0.07421875, - 0.0207672119140625, - -0.06671142578125, - -0.04754638671875, - -0.0379638671875, - -0.037109375, - 0.07080078125, - -0.0282135009765625, - -0.0194854736328125, - 0.0019025802612304688, - 0.018890380859375, - 0.0139312744140625, - 0.05572509765625, - 0.0019989013671875, - -0.0276947021484375, - 0.01059722900390625, - 0.0550537109375, - -0.0005745887756347656, - -0.020172119140625, - -0.0005369186401367188, - 0.039154052734375, - -0.0005903244018554688, - 0.0213775634765625, - -0.01367950439453125, - 0.0212860107421875, - 0.033172607421875, - 0.040008544921875, - 0.033843994140625, - -0.0259857177734375, - 0.0196685791015625, - 0.008209228515625, - 0.06396484375, - -0.05780029296875, - -0.03179931640625, - -0.007480621337890625, - 0.02325439453125, - -0.01042938232421875, - -0.046844482421875, - 0.00632476806640625, - 0.02838134765625, - 0.00036072731018066406, - -0.0107269287109375, - -0.00015294551849365234, - -0.037445068359375, - 0.023773193359375, - 0.0018491744995117188, - -0.00931549072265625, - 0.018463134765625, - 0.057098388671875, - -0.04547119140625, - 0.02325439453125, - -0.01239776611328125, - 0.013336181640625, - -0.031280517578125, - -0.039825439453125, - -0.0230865478515625, - -0.0211944580078125, - -0.046844482421875, - -0.0196685791015625, - 0.0174407958984375, - -0.017608642578125, - -0.0038471221923828125, - -0.01384735107421875, - 0.0008068084716796875, - -0.041046142578125, - -0.031646728515625, - 0.00722503662109375, - -0.0302581787109375, - -0.04119873046875, - -0.021881103515625, - 0.04547119140625, - -0.0122222900390625, - -0.0017099380493164062, - -0.00376129150390625, - -0.0311126708984375, - -0.03948974609375, - 0.0011806488037109375, - -0.0247955322265625, - 0.01522064208984375, - 0.004917144775390625, - 0.042388916015625, - 0.0178680419921875, - 0.043426513671875, - 0.0162506103515625, - 0.07110595703125, - 0.035919189453125, - -0.0182952880859375, - 0.00978851318359375, - -0.00008547306060791016, - 0.0186309814453125, - 0.0177764892578125, - -0.01436614990234375, - -0.0204315185546875, - -0.009490966796875, - -0.05059814453125, - 0.02239990234375, - 0.00472259521484375, - 0.0066680908203125, - 0.028045654296875, - -0.0311126708984375, - -0.007480621337890625, - 0.0858154296875, - -0.0005822181701660156, - 0.10736083984375, - -0.0307769775390625, - -0.05780029296875, - 0.003932952880859375, - 0.04754638671875, - -0.029754638671875, - -0.024627685546875, - 0.031280517578125, - -0.01197052001953125, - -0.0161590576171875, - 0.02496337890625, - -0.0127410888671875, - 0.04718017578125, - -0.0196685791015625, - -0.0123138427734375, - 0.035919189453125, - -0.0213775634765625, - -0.003078460693359375, - 0.044464111328125, - 0.028900146484375, - 0.002971649169921875, - 0.0192413330078125, - -0.0211944580078125, - -0.0018596649169921875, - -0.03948974609375, - -0.05572509765625, - 0.035064697265625, - 0.04547119140625, - 0.01128387451171875, - 0.0171051025390625, - -0.02410888671875, - -0.05609130859375, - 0.040008544921875, - -0.028045654296875, - 0.05267333984375, - 0.0482177734375, - 0.00589752197265625, - 0.020599365234375, - -0.037628173828125, - 0.00696563720703125, - 0.050262451171875, - 0.035400390625, - 0.05230712890625, - 0.06329345703125, - 0.026336669921875, - 0.012908935546875, - -0.039337158203125, - 0.02923583984375, - 0.003162384033203125, - -0.0036983489990234375, - 0.007564544677734375, - 0.044464111328125, - 0.0218048095703125, - 0.035552978515625, - -0.0256500244140625, - 0.05096435546875, - 0.030609130859375, - -0.039825439453125, - 0.00807952880859375, - -0.031280517578125, - 0.0222320556640625, - -0.062225341796875, - 0.0009298324584960938, - -0.0005235671997070312, - 0.0100860595703125, - -0.002758026123046875, - 0.0113677978515625, - -0.04754638671875, - -0.0005612373352050781, - 0.056427001953125, - -0.055389404296875, - 0.0170135498046875, - 0.01538848876953125, - -0.01727294921875, - 0.005558013916015625, - -0.016326904296875, - -0.035400390625, - 0.0161590576171875, - -0.050262451171875, - -0.0188140869140625, - 0.006412506103515625, - 0.02496337890625, - -0.0673828125, - -0.01154327392578125, - -0.0482177734375, - -0.01026153564453125, - -0.007480621337890625, - -0.018890380859375, - 0.043243408203125, - -0.004638671875, - 0.00696563720703125, - 0.037628173828125, - 0.0126495361328125, - -0.020599365234375, - -0.03265380859375, - 0.034881591796875, - -0.006626129150390625, - -0.05780029296875, - 0.00722503662109375, - 0.0199127197265625, - 0.011627197265625, - -0.021026611328125, - -0.00322723388671875, - -0.01384735107421875, - 0.02838134765625, - 0.006923675537109375, - 0.020599365234375, - -0.045135498046875, - -0.027191162109375, - -0.0251312255859375, - 0.0447998046875, - 0.012908935546875, - 0.02410888671875, - 0.0157318115234375, - -0.05438232421875, - 0.03179931640625, - -0.06842041015625, - -0.01128387451171875, - -0.0083770751953125, - 0.00637054443359375, - -0.033355712890625, - 0.0653076171875, - -0.0285491943359375, - -0.027191162109375, - -0.0107269287109375, - 0.061553955078125, - 0.0182037353515625, - -0.007778167724609375, - -0.046844482421875, - 0.044464111328125, - 0.01983642578125, - -0.05267333984375, - 0.0131683349609375, - -0.0118865966796875, - 0.0178680419921875, - 0.03094482421875, - -0.049591064453125, - -0.0166778564453125, - -0.0011434555053710938, - -0.0772705078125, - -0.036773681640625, - -0.036590576171875, - -0.036407470703125, - -0.040863037109375, - 0.032135009765625, - 0.0135040283203125, - -0.00568389892578125, - 0.036590576171875, - 0.023590087890625, - -0.004787445068359375, - 0.003910064697265625, - 0.01239776611328125, - -0.026153564453125, - 0.035919189453125, - -0.05780029296875, - -0.036590576171875, - -0.0170135498046875, - 0.035919189453125, - -0.005641937255859375, - 0.0123138427734375, - -0.00824737548828125, - -0.0084228515625, - 0.035400390625, - -0.01727294921875, - -0.00765228271484375, - 0.007266998291015625, - -0.035736083984375, - -0.037109375, - -0.041046142578125, - 0.0212860107421875, - 0.00957489013671875, - -0.00983428955078125, - 0.021881103515625, - 0.0482177734375, - -0.051300048828125, - 0.005855560302734375, - 0.03009033203125, - 0.004383087158203125, - -0.0018377304077148438, - -0.00301361083984375, - -0.00429534912109375, - -0.000012934207916259766, - 0.03265380859375, - -0.035736083984375, - -0.028900146484375, - -0.093017578125, - 0.04547119140625, - 0.0025539398193359375, - -0.0192413330078125, - -0.030609130859375, - -0.04547119140625, - -0.054718017578125, - 0.012054443359375, - 0.048553466796875, - 0.017608642578125, - 0.027191162109375, - -0.0447998046875, - -0.009490966796875, - 0.015899658203125, - -0.05609130859375, - 0.03350830078125, - -0.0006837844848632812, - 0.0114593505859375, - 0.0251312255859375, - -0.053680419921875, - 0.0213775634765625, - 0.01064300537109375, - 0.027191162109375, - 0.002628326416015625, - 0.02239990234375, - -0.0345458984375, - 0.02923583984375, - 0.00927734375, - -0.0247955322265625, - 0.01038360595703125, - -0.00568389892578125, - 0.04119873046875, - -0.028900146484375, - -0.00829315185546875, - 0.017608642578125, - -0.0051727294921875, - 0.0294036865234375, - -0.003910064697265625, - 0.0090179443359375, - 0.0211944580078125, - -0.0038051605224609375, - 0.0653076171875, - -0.042388916015625, - -0.059173583984375, - -0.024444580078125, - 0.017608642578125, - 0.041046142578125, - 0.046844482421875, - 0.010772705078125, - -0.01522064208984375, - 0.0171051025390625, - 0.037445068359375, - 0.0070953369140625, - -0.07421875, - -0.0704345703125, - 0.04376220703125, - 0.038299560546875, - 0.0533447265625, - -0.0022869110107421875, - 0.0858154296875, - 0.0183868408203125, - 0.004703521728515625, - 0.031982421875, - 0.054718017578125, - 0.038818359375, - -0.0178680419921875, - -0.056427001953125, - 0.00914764404296875, - 0.009918212890625, - -0.06597900390625, - -0.047882080078125, - 0.012054443359375, - 0.065673828125, - -0.07080078125, - -0.0032062530517578125, - -0.0282135009765625, - -0.00397491455078125, - 0.025299072265625, - 0.002735137939453125, - -0.006626129150390625, - 0.01213836669921875, - -0.0090179443359375, - -0.02325439453125, - 0.004253387451171875, - -0.0222320556640625, - 0.0014858245849609375, - 0.040008544921875, - 0.0122222900390625, - -0.0234222412109375, - 0.0170135498046875, - 0.013763427734375, - 0.00970458984375, - 0.0311126708984375, - 0.03436279296875, - 0.03350830078125, - 0.00995635986328125, - 0.0396728515625, - 0.07696533203125, - -0.01171112060546875, - -0.027008056640625, - 0.0110321044921875, - 0.021453857421875, - 0.03179931640625, - 0.03607177734375, - -0.0038890838623046875, - 0.026336669921875, - -0.0020084381103515625, - -0.03265380859375, - -0.0256500244140625, - 0.0092315673828125, - -0.01197052001953125, - -0.05230712890625, - -0.0482177734375, - 0.003055572509765625, - -0.0256500244140625, - 0.0212860107421875, - 0.02496337890625, - -0.01812744140625, - -0.0015926361083984375, - 0.03607177734375, - -0.0160675048828125, - -0.02410888671875, - 0.00931549072265625, - 0.0019989013671875, - -0.024444580078125, - -0.01812744140625, - -0.0256500244140625, - 0.023590087890625, - -0.0173492431640625, - -0.07183837890625, - -0.00846099853515625, - 0.036773681640625, - 0.004062652587890625, - -0.031982421875, - 0.02410888671875, - 0.0183868408203125, - -0.00290679931640625, - -0.0635986328125, - -0.038818359375, - -0.007480621337890625, - 0.012481689453125, - -0.036590576171875, - 0.02838134765625, - 0.005771636962890625, - -0.04034423828125, - -0.00028061866760253906, - 0.003932952880859375, - -0.0169219970703125, - 0.028900146484375, - -0.06292724609375, - 0.028900146484375, - 0.002414703369140625, - 0.00572967529296875, - 0.0256500244140625, - 0.07452392578125, - -0.0256500244140625, - 0.0022754669189453125, - -0.0188140869140625, - -0.03521728515625, - 0.0230865478515625, - -0.0256500244140625, - 0.00333404541015625, - -0.053009033203125, - 0.01171112060546875, - 0.051971435546875, - -0.0533447265625, - 0.01299285888671875, - 0.0218048095703125, - -0.01282501220703125, - -0.039825439453125, - 0.018890380859375, - -0.002864837646484375, - 0.0118865966796875, - 0.065673828125, - 0.00970458984375, - 0.0036983489990234375, - -0.0139312744140625, - -0.034698486328125, - 0.050262451171875, - 0.008209228515625, - 0.0242767333984375, - -0.0212860107421875, - 0.0192413330078125, - 0.007350921630859375, - -0.032135009765625, - 0.01042938232421875, - -0.07659912109375, - -0.0060272216796875, - 0.046173095703125, - 0.0118865966796875, - -0.0024051666259765625, - -0.009918212890625, - -0.060882568359375, - -0.01538848876953125, - -0.0190582275390625, - 0.029754638671875, - 0.024444580078125, - 0.0194091796875, - -0.038116455078125, - -0.0290679931640625, - 0.012054443359375, - -0.050262451171875, - -0.0130767822265625, - -0.0211181640625, - 0.007480621337890625, - 0.013336181640625, - -0.0465087890625, - 0.022064208984375, - 0.02667236328125, - 0.015045166015625, - 0.0036334991455078125, - 0.038116455078125, - -0.034027099609375, - 0.00658416748046875, - 0.005855560302734375, - 0.0259857177734375, - 0.0011644363403320312, - -0.00799560546875, - -0.002201080322265625, - 0.018035888671875, - 0.036590576171875, - -0.041717529296875, - 0.01171112060546875, - 0.03179931640625, - -0.0268402099609375, - -0.039825439453125, - 0.0023517608642578125, - -0.0239410400390625, - 0.0550537109375, - -0.00824737548828125, - 0.04547119140625, - 0.004123687744140625, - 0.0038051605224609375, - -0.08892822265625, - 0.04376220703125, - -0.0183868408203125, - 0.0282135009765625, - 0.024444580078125, - -0.024444580078125, - -0.059173583984375, - -0.057098388671875, - -0.00893402099609375, - 0.0159912109375, - -0.0299224853515625, - 0.034698486328125, - 0.03094482421875, - 0.01427459716796875, - 0.0177764892578125, - 0.01171112060546875, - -0.0090179443359375, - 0.034210205078125, - 0.0225677490234375, - -0.039825439453125, - 0.07452392578125, - -0.027008056640625, - 0.04034423828125, - 0.005985260009765625, - -0.0029277801513671875, - 0.0183868408203125, - 0.001667022705078125, - -0.043243408203125, - 0.00504302978515625, - 0.06396484375, - 0.035919189453125, - -0.035400390625, - 0.0208587646484375, - -0.005298614501953125, - 0.0205230712890625, - -0.0015392303466796875, - -0.0211181640625, - 0.005428314208984375, - -0.000014603137969970703, - -0.038970947265625, - -0.01641845703125, - -0.072509765625, - -0.06671142578125, - 0.01026153564453125, - -0.042755126953125, - 0.005321502685546875, - -0.0013895034790039062, - 0.009063720703125, - 0.0118865966796875, - -0.060516357421875, - 0.036590576171875, - -0.015472412109375, - -0.034210205078125, - -0.00803375244140625, - 0.0118865966796875, - -0.028045654296875, - 0.053680419921875, - 0.0242767333984375, - -0.038299560546875, - -0.0135040283203125, - -0.0222320556640625, - 0.00269317626953125, - -0.0008230209350585938, - 0.007183074951171875, - -0.037109375, - 0.0242767333984375, - -0.06396484375, - -0.0256500244140625, - 0.0188140869140625, - 0.0196685791015625, - 0.005214691162109375, - -0.0139312744140625, - 0.035736083984375, - -0.01410675048828125, - -0.057464599609375, - 0.03009033203125, - -0.00011289119720458984, - 0.0005717277526855469, - 0.0251312255859375, - -0.0158233642578125, - -0.01256561279296875, - -0.0135040283203125, - 0.039825439453125, - 0.0182952880859375, - 0.01812744140625, - 0.0199127197265625, - -0.0218048095703125, - 0.00927734375, - -0.01055908203125, - 0.03179931640625, - 0.0014963150024414062, - -0.00110626220703125, - -0.004467010498046875, - 0.018463134765625, - -0.004425048828125, - -0.096435546875, - -0.021026611328125, - -0.031982421875, - -0.059844970703125, - -0.0007638931274414062, - 0.0687255859375, - 0.026153564453125, - -0.003292083740234375, - 0.03179931640625, - 0.0127410888671875, - 0.01038360595703125, - 0.019744873046875, - -0.01282501220703125, - -0.0704345703125, - -0.0194091796875, - 0.04376220703125, - 0.026153564453125, - -0.069091796875, - 0.046844482421875, - 0.0635986328125, - -0.0092315673828125, - -0.042755126953125, - 0.0029277801513671875, - -0.01055908203125, - 0.044464111328125, - 0.04290771484375, - 0.007396697998046875, - -0.05267333984375, - 0.00722503662109375, - 0.011627197265625, - 0.006496429443359375, - 0.01055908203125, - -0.0205230712890625, - -0.0311126708984375, - 0.07867431640625, - -0.0704345703125, - -0.004253387451171875, - 0.024627685546875, - 0.075927734375, - 0.0268402099609375, - -0.038482666015625, - -0.00658416748046875, - 0.0259857177734375, - 0.0218048095703125, - -0.007564544677734375, - 0.0135040283203125, - -0.0012025833129882812, - 0.0191497802734375, - 0.0135955810546875, - 0.05267333984375, - 0.0025119781494140625, - 0.051971435546875, - 0.0194854736328125, - -0.0430908203125, - 0.0182037353515625, - 0.01812744140625, - 0.00957489013671875, - -0.01410675048828125, - -0.033843994140625, - -0.00872039794921875, - -0.04718017578125, - 0.0299224853515625, - 0.02752685546875, - 0.035919189453125, - 0.028045654296875, - -0.01171112060546875, - -0.0126495361328125, - 0.007694244384765625, - 0.035064697265625, - 0.0287322998046875, - 0.0276947021484375, - -0.0029277801513671875, - 0.02239990234375, - 0.0186309814453125, - 0.00919342041015625, - -0.0185546875, - 0.033843994140625, - -0.01342010498046875, - 0.0010957717895507812, - -0.038970947265625, - 0.012908935546875, - 0.012481689453125, - -0.0140228271484375, - -0.01342010498046875, - -0.032501220703125, - 0.00504302978515625, - -0.033843994140625, - -0.036590576171875, - -0.0183868408203125, - 0.039154052734375, - -0.040191650390625, - 0.0114593505859375, - 0.0294036865234375, - -0.0282135009765625, - 0.01555633544921875, - -0.039154052734375, - 0.0789794921875, - 0.037628173828125, - 0.02581787109375, - -0.0118865966796875, - 0.0171051025390625, - 0.047882080078125, - -0.0109405517578125, - 0.012908935546875, - 0.02154541015625, - 0.006839752197265625, - 0.059844970703125, - 0.0465087890625, - 0.0008654594421386719, - -0.0482177734375, - 0.046844482421875, - 0.00791168212890625, - -0.03179931640625, - 0.051971435546875, - 0.024627685546875, - 0.00322723388671875, - -0.01239776611328125, - -0.007778167724609375, - 0.005001068115234375, - -0.056427001953125, - 0.06597900390625, - 0.019317626953125, - 0.0098724365234375, - 0.022918701171875, - -0.07147216796875, - 0.042236328125, - 0.0139312744140625, - 0.058135986328125, - -0.0259857177734375, - 0.050262451171875, - 0.006282806396484375, - -0.007480621337890625, - -0.00807952880859375, - 0.019744873046875, - 0.01410675048828125, - 0.043426513671875, - -0.00872039794921875, - 0.04718017578125, - 0.042388916015625, - 0.001560211181640625, - -0.04754638671875, - -0.0230865478515625, - 0.03179931640625, - 0.0165863037109375, - 0.041717529296875, - -0.05267333984375, - -0.035736083984375, - 0.003932952880859375, - 0.0140228271484375, - 0.07659912109375, - -0.044464111328125, - -0.0161590576171875, - 0.0171051025390625, - -0.00696563720703125, - -0.005344390869140625, - -0.0304412841796875 - ], - "metadata": { - "domains": [ - "fraud-investigation", - "network-forensics" - ], - "phases": [ - "analysis" - ], - "tags": [ - "osint", - "link-analysis" - ], - "skillLevel": "intermediate", - "type": "tool" - } - }, - { - "id": "tool_Tsurugi_Linux", - "type": "tool", - "name": "Tsurugi Linux", - "content": "tsurugi linux die forensik-distribution kombiniert tools für ultimative ermittlungs-power. spezialisiert auf mobile- und malware-forensik mit einzigartigen features. der integrierte hardware-write-blocker verhindert beweis-kontamination. bento-menü organisiert tools nach japanischer effizienz-philosophie. besonders stark: android-forensik-suite mit adb-automatisierung, ios-backup-analyzer, umfangreiche malware-sandbox. die acquire-edition ist optimiert für schnelles imaging mit minimalem ram. performance- kernel speziell für forensik-hardware. einzigartig: integrierte übersetzungs-tools für internationale ermittlungen, unterstützung asiatischer zeichensätze, line-messenger-parser. die 64-bit-only- architektur nutzt modernen ram voll aus. live-patching hält tools aktuell ohne neustart. der stealth-mode deaktiviert alle netzwerk- interfaces. die alternative für ermittler die mehr als standard-distributionen wollen. 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.0249786376953125, - 0.0277099609375, - 0.0511474609375, - -0.0007104873657226562, - 0.01326751708984375, - 0.03375244140625, - 0.008392333984375, - -0.00824737548828125, - -0.0257568359375, - -0.00902557373046875, - -0.026153564453125, - 0.059326171875, - 0.002597808837890625, - -0.00029730796813964844, - -0.04449462890625, - 0.0345458984375, - 0.00495147705078125, - 0.004901885986328125, - 0.027130126953125, - 0.00678253173828125, - -0.0219573974609375, - -0.025177001953125, - -0.058929443359375, - 0.01727294921875, - -0.006977081298828125, - 0.00678253173828125, - -0.006244659423828125, - -0.06011962890625, - -0.037261962890625, - -0.018829345703125, - 0.0002834796905517578, - -0.0345458984375, - 0.00470733642578125, - 0.03570556640625, - -0.0032444000244140625, - -0.0238037109375, - 0.01678466796875, - -0.02166748046875, - -0.0277099609375, - 0.047607421875, - -0.016387939453125, - -0.005634307861328125, - -0.0160980224609375, - -0.006122589111328125, - -0.0325927734375, - -0.041961669921875, - -0.01415252685546875, - -0.016387939453125, - 0.0026950836181640625, - -0.0296630859375, - 0.0121002197265625, - 0.027130126953125, - 0.0195159912109375, - -0.026153564453125, - -0.036102294921875, - 0.01385498046875, - 0.0225372314453125, - -0.033172607421875, - -0.034942626953125, - 0.04156494140625, - -0.07025146484375, - -0.007904052734375, - -0.002475738525390625, - -0.0253753662109375, - 0.0017080307006835938, - 0.02215576171875, - -0.01971435546875, - -0.0335693359375, - -0.005733489990234375, - 0.01424407958984375, - 0.0294647216796875, - -0.0273284912109375, - -0.01395416259765625, - 0.040985107421875, - -0.0242919921875, - -0.050750732421875, - 0.0103912353515625, - 0.006732940673828125, - 0.00482940673828125, - -0.0164947509765625, - -0.035919189453125, - 0.00252532958984375, - 0.0253753662109375, - -0.031036376953125, - -0.0005974769592285156, - -0.0030364990234375, - 0.0020618438720703125, - 0.0052947998046875, - 0.0061492919921875, - -0.01044464111328125, - -0.00222015380859375, - 0.0035381317138671875, - -0.01483154296875, - -0.017669677734375, - 0.0472412109375, - 0.053466796875, - -0.0263519287109375, - -0.0238037109375, - -0.01385498046875, - 0.0208892822265625, - 0.03570556640625, - -0.023223876953125, - 0.036102294921875, - -0.0034160614013671875, - 0.0247802734375, - -0.046630859375, - 0.0052947998046875, - -0.00018596649169921875, - -0.003147125244140625, - -0.01580810546875, - -0.084716796875, - -0.01493072509765625, - -0.0286865234375, - -0.076904296875, - -0.01464080810546875, - -0.0007534027099609375, - -0.0145416259765625, - 0.02020263671875, - -0.04644775390625, - -0.041778564453125, - 0.01395416259765625, - 0.0239105224609375, - -0.00653839111328125, - 0.030059814453125, - -0.057769775390625, - -0.0452880859375, - 0.017669677734375, - 0.02264404296875, - -0.049957275390625, - -0.032989501953125, - -0.03375244140625, - -0.0472412109375, - -0.0253753662109375, - -0.0273284912109375, - -0.0204925537109375, - -0.0304412841796875, - 0.0283050537109375, - -0.01326751708984375, - -0.015716552734375, - 0.0277099609375, - 0.038238525390625, - -0.021759033203125, - -0.071044921875, - 0.0199127197265625, - -0.031219482421875, - 0.0018053054809570312, - -0.0015249252319335938, - 0.050750732421875, - -0.0364990234375, - -0.01971435546875, - -0.005977630615234375, - 0.0218505859375, - 0.05426025390625, - 0.0288848876953125, - 0.0088348388671875, - -0.04742431640625, - 0.005828857421875, - 0.003269195556640625, - 0.027130126953125, - -0.00775909423828125, - -0.0384521484375, - 0.004878997802734375, - -0.01522064208984375, - 0.01776123046875, - -0.016204833984375, - -0.03765869140625, - -0.004367828369140625, - 0.01922607421875, - 0.0209808349609375, - 0.0060272216796875, - 0.02557373046875, - 0.0200042724609375, - 0.060882568359375, - 0.039825439453125, - 0.0002713203430175781, - -0.0002608299255371094, - -0.01434326171875, - -0.0279083251953125, - 0.04254150390625, - 0.0286865234375, - -0.0209808349609375, - -0.0151214599609375, - 0.0296630859375, - 0.017852783203125, - 0.01190185546875, - -0.012298583984375, - -0.00653839111328125, - -0.0125885009765625, - -0.03472900390625, - 0.0184478759765625, - -0.036102294921875, - -0.01116943359375, - -0.01195526123046875, - 0.042755126953125, - 0.012786865234375, - 0.050750732421875, - 0.0275115966796875, - -0.03338623046875, - 0.03961181640625, - -0.00507354736328125, - -0.01126861572265625, - 0.038238525390625, - -0.01346588134765625, - 0.04840087890625, - 0.0179595947265625, - 0.01287841796875, - 0.00270843505859375, - 0.032989501953125, - 0.01326751708984375, - 0.0009822845458984375, - -0.0001951456069946289, - 0.061676025390625, - -0.00780487060546875, - -0.036102294921875, - -0.0150299072265625, - -0.0292816162109375, - 0.017364501953125, - -0.01776123046875, - -0.01126861572265625, - 0.0130767822265625, - -0.0006313323974609375, - -0.063232421875, - 0.022735595703125, - 0.0225372314453125, - 0.00012046098709106445, - 0.0364990234375, - 0.0185394287109375, - -0.04058837890625, - -0.03143310546875, - 0.0292816162109375, - 0.0292816162109375, - 0.0269317626953125, - -0.00951385498046875, - 0.001964569091796875, - -0.0316162109375, - -0.0413818359375, - 0.03472900390625, - 0.0151214599609375, - 0.029083251953125, - 0.00023627281188964844, - -0.0007319450378417969, - 0.0156097412109375, - -0.024688720703125, - 0.063232421875, - 0.051513671875, - -0.0044403076171875, - -0.0034885406494140625, - 0.004779815673828125, - 0.0224456787109375, - 0.053070068359375, - -0.056976318359375, - -0.00775909423828125, - -0.0687255859375, - -0.0020008087158203125, - -0.053863525390625, - -0.0265350341796875, - -0.037872314453125, - -0.04840087890625, - 0.0279083251953125, - -0.037872314453125, - -0.031036376953125, - -0.0031108856201171875, - 0.032012939453125, - -0.019805908203125, - 0.0210723876953125, - 0.01727294921875, - -0.0443115234375, - 0.01580810546875, - 0.04547119140625, - -0.0005702972412109375, - -0.007320404052734375, - -0.0035610198974609375, - 0.023223876953125, - -0.0084381103515625, - 0.0026950836181640625, - -0.0298614501953125, - -0.0005397796630859375, - 0.0248870849609375, - 0.0234222412109375, - 0.040802001953125, - -0.025177001953125, - 0.0384521484375, - -0.01044464111328125, - 0.0036602020263671875, - -0.06793212890625, - -0.0014696121215820312, - -0.0196075439453125, - -0.011077880859375, - -0.016693115234375, - -0.05816650390625, - -0.0035381317138671875, - 0.053070068359375, - -0.0015735626220703125, - 0.01385498046875, - 0.036285400390625, - -0.041778564453125, - 0.0273284912109375, - -0.0008597373962402344, - 0.0012254714965820312, - 0.0085906982421875, - 0.045867919921875, - -0.01287841796875, - 0.0257568359375, - 0.0035858154296875, - 0.0013360977172851562, - -0.0279083251953125, - -0.0482177734375, - -0.0061492919921875, - -0.005489349365234375, - -0.058563232421875, - -0.03961181640625, - 0.0304412841796875, - -0.0199127197265625, - -0.0008111000061035156, - -0.01424407958984375, - -0.01190185546875, - -0.03143310546875, - -0.037872314453125, - 0.0033416748046875, - -0.0269317626953125, - -0.04156494140625, - -0.0091705322265625, - 0.030242919921875, - 0.01287841796875, - 0.01297760009765625, - -0.0257568359375, - -0.004123687744140625, - -0.016387939453125, - 0.0213775634765625, - 0.006343841552734375, - 0.006977081298828125, - -0.0006160736083984375, - 0.04058837890625, - 0.0204925537109375, - 0.0175628662109375, - 0.0239105224609375, - 0.053466796875, - 0.0239105224609375, - -0.0199127197265625, - -0.00203704833984375, - -0.00897979736328125, - -0.00531768798828125, - 0.01326751708984375, - -0.0228271484375, - -0.0374755859375, - 0.01375579833984375, - -0.041961669921875, - 0.01629638671875, - 0.036102294921875, - 0.01385498046875, - 0.01434326171875, - -0.037872314453125, - 0.01297760009765625, - 0.061279296875, - 0.01444244384765625, - 0.094482421875, - -0.0296630859375, - -0.04254150390625, - 0.0179595947265625, - 0.030059814453125, - -0.01395416259765625, - 0.016876220703125, - 0.029083251953125, - 0.01268768310546875, - -0.01415252685546875, - 0.0273284912109375, - -0.01922607421875, - 0.047027587890625, - -0.027130126953125, - -0.01317596435546875, - 0.0238037109375, - -0.007171630859375, - 0.00800323486328125, - 0.031219482421875, - 0.03570556640625, - -0.006927490234375, - 0.03436279296875, - -0.03143310546875, - -0.0111236572265625, - -0.0229339599609375, - -0.058563232421875, - 0.0296630859375, - 0.05816650390625, - -0.0033168792724609375, - 0.048583984375, - -0.0240020751953125, - -0.08160400390625, - 0.029083251953125, - -0.05621337890625, - 0.054656982421875, - 0.0286865234375, - 0.0160980224609375, - 0.028106689453125, - -0.0269317626953125, - -0.01776123046875, - 0.0170745849609375, - -0.001140594482421875, - 0.02215576171875, - 0.037261962890625, - 0.04254150390625, - -0.00907135009765625, - -0.044891357421875, - 0.033966064453125, - 0.0423583984375, - 0.0145416259765625, - -0.012054443359375, - 0.0275115966796875, - 0.022735595703125, - 0.0433349609375, - -0.0195159912109375, - 0.036285400390625, - 0.0364990234375, - -0.0209808349609375, - 0.004611968994140625, - -0.01824951171875, - 0.0118560791015625, - -0.05035400390625, - 0.01444244384765625, - -0.0036830902099609375, - 0.0063934326171875, - -0.004535675048828125, - 0.029083251953125, - -0.0511474609375, - -0.004146575927734375, - 0.0462646484375, - -0.07574462890625, - 0.0269317626953125, - 0.01116943359375, - -0.0253753662109375, - 0.01346588134765625, - -0.01629638671875, - -0.0316162109375, - 0.0160064697265625, - 0.0019025802612304688, - -0.038055419921875, - 0.01102447509765625, - 0.0259552001953125, - -0.043914794921875, - -0.05035400390625, - -0.0294647216796875, - -0.0140533447265625, - -0.004756927490234375, - -0.024200439453125, - 0.045074462890625, - 0.00307464599609375, - -0.00873565673828125, - 0.0242919921875, - 0.042938232421875, - -0.01727294921875, - -0.047821044921875, - 0.05230712890625, - -0.01483154296875, - -0.0304412841796875, - 0.0230255126953125, - 0.017852783203125, - 0.038848876953125, - -0.01000213623046875, - -0.00222015380859375, - 0.00185394287109375, - 0.0292816162109375, - 0.0195159912109375, - 0.0174713134765625, - -0.035125732421875, - -0.040008544921875, - -0.04254150390625, - 0.0304412841796875, - 0.0116119384765625, - 0.048797607421875, - 0.00873565673828125, - -0.0675048828125, - 0.04547119140625, - -0.0413818359375, - -0.0204925537109375, - -0.00017917156219482422, - 0.0013113021850585938, - -0.043914794921875, - 0.06048583984375, - -0.0288848876953125, - 0.0032196044921875, - -0.03338623046875, - 0.0374755859375, - 0.01366424560546875, - -0.0242919921875, - -0.01493072509765625, - 0.048583984375, - 0.0491943359375, - -0.0687255859375, - -0.00804901123046875, - 0.01078033447265625, - -0.0056610107421875, - 0.053070068359375, - -0.051910400390625, - 0.01195526123046875, - 0.0125885009765625, - -0.057769775390625, - -0.03765869140625, - -0.043914794921875, - -0.010833740234375, - -0.0210723876953125, - 0.0191192626953125, - 0.0345458984375, - -0.0023174285888671875, - 0.033966064453125, - -0.0156097412109375, - 0.0160980224609375, - 0.002231597900390625, - 0.01126861572265625, - -0.022247314453125, - 0.0219573974609375, - -0.07025146484375, - -0.0259552001953125, - -0.01415252685546875, - 0.0277099609375, - -0.0296630859375, - -0.0184478759765625, - 0.0355224609375, - -0.006977081298828125, - 0.03338623046875, - -0.024688720703125, - 0.005611419677734375, - -0.017669677734375, - -0.0209808349609375, - -0.0247802734375, - -0.0253753662109375, - 0.0038299560546875, - 0.01531982421875, - 0.002147674560546875, - 0.0243988037109375, - 0.0228271484375, - -0.059326171875, - 0.0275115966796875, - 0.0085906982421875, - 0.01078033447265625, - -0.01434326171875, - 0.0103912353515625, - 0.00246429443359375, - 0.01873779296875, - 0.03436279296875, - -0.0190277099609375, - -0.038055419921875, - -0.08233642578125, - 0.0195159912109375, - -0.0059051513671875, - 0.01195526123046875, - -0.0037326812744140625, - -0.04254150390625, - -0.051513671875, - 0.0032196044921875, - 0.0151214599609375, - 0.003513336181640625, - 0.00005829334259033203, - -0.0269317626953125, - -0.010833740234375, - 0.021270751953125, - -0.021759033203125, - 0.033172607421875, - -0.0130767822265625, - 0.018829345703125, - 0.0284881591796875, - -0.0224456787109375, - 0.01531982421875, - 0.01287841796875, - 0.032196044921875, - 0.01375579833984375, - 0.03436279296875, - -0.0259552001953125, - 0.02410888671875, - -0.01522064208984375, - -0.0208892822265625, - -0.01326751708984375, - -0.002025604248046875, - 0.01000213623046875, - -0.0273284912109375, - -0.01678466796875, - 0.00012731552124023438, - 0.01219940185546875, - 0.0263519287109375, - -0.02410888671875, - 0.0028781890869140625, - 0.0205841064453125, - -0.0008172988891601562, - 0.08740234375, - -0.017181396484375, - -0.041961669921875, - 0.00922393798828125, - 0.01219940185546875, - 0.057373046875, - 0.0404052734375, - 0.00429534912109375, - -0.035919189453125, - 0.0063934326171875, - 0.040985107421875, - -0.015716552734375, - -0.023712158203125, - -0.0249786376953125, - 0.016876220703125, - 0.01336669921875, - 0.043701171875, - 0.0199127197265625, - 0.09210205078125, - 0.00429534912109375, - 0.007904052734375, - 0.017852783203125, - 0.088623046875, - 0.02410888671875, - -0.03533935546875, - -0.043701171875, - 0.0019397735595703125, - -0.01219940185546875, - -0.048797607421875, - -0.0384521484375, - 0.02215576171875, - 0.071044921875, - -0.06439208984375, - -0.0160980224609375, - -0.01415252685546875, - -0.00568389892578125, - 0.008880615234375, - -0.00035834312438964844, - -0.02069091796875, - 0.03765869140625, - 0.0233154296875, - -0.046051025390625, - -0.019805908203125, - -0.011077880859375, - 0.0283050537109375, - 0.053070068359375, - 0.0103912353515625, - -0.0034637451171875, - 0.019805908203125, - 0.033966064453125, - 0.025177001953125, - 0.015716552734375, - 0.03863525390625, - 0.032196044921875, - 0.017181396484375, - 0.03375244140625, - 0.048583984375, - -0.01126861572265625, - -0.015716552734375, - 0.0239105224609375, - 0.01629638671875, - 0.06988525390625, - 0.071044921875, - -0.0011043548583984375, - 0.03338623046875, - -0.01580810546875, - -0.051910400390625, - 0.011077880859375, - -0.0031719207763671875, - 0.0016469955444335938, - -0.059326171875, - -0.049957275390625, - 0.007415771484375, - -0.0225372314453125, - 0.0296630859375, - 0.0284881591796875, - -0.0151214599609375, - -0.01297760009765625, - 0.048797607421875, - -0.0234222412109375, - -0.0306396484375, - 0.01346588134765625, - -0.021270751953125, - -0.01629638671875, - -0.036895751953125, - -0.037872314453125, - 0.027130126953125, - -0.006927490234375, - -0.06439208984375, - -0.0284881591796875, - 0.039031982421875, - -0.0218505859375, - -0.041168212890625, - -0.0026721954345703125, - 0.012298583984375, - -0.01195526123046875, - -0.050750732421875, - -0.054656982421875, - -0.0248870849609375, - 0.0209808349609375, - -0.018341064453125, - 0.03179931640625, - -0.0316162109375, - -0.0253753662109375, - -0.0273284912109375, - -0.035919189453125, - -0.0116119384765625, - 0.01366424560546875, - -0.04058837890625, - 0.0296630859375, - 0.003147125244140625, - 0.0164947509765625, - 0.04547119140625, - 0.08392333984375, - -0.01493072509765625, - 0.000039637088775634766, - -0.007465362548828125, - -0.050750732421875, - 0.002048492431640625, - 0.00025010108947753906, - 0.007122039794921875, - -0.06048583984375, - 0.020294189453125, - 0.0655517578125, - -0.07806396484375, - 0.0041961669921875, - 0.00592803955078125, - -0.01214599609375, - -0.047027587890625, - -0.007366180419921875, - -0.01053619384765625, - 0.0277099609375, - 0.09014892578125, - -0.0019397735595703125, - 0.00470733642578125, - -0.0005369186401367188, - -0.03436279296875, - 0.039215087890625, - 0.051910400390625, - -0.0025501251220703125, - -0.048583984375, - 0.021270751953125, - 0.03240966796875, - -0.01366424560546875, - 0.00980377197265625, - -0.0667724609375, - -0.016204833984375, - 0.0267333984375, - 0.0026950836181640625, - -0.0016469955444335938, - -0.01141357421875, - -0.02020263671875, - -0.01375579833984375, - -0.022247314453125, - 0.0306396484375, - 0.006977081298828125, - 0.007415771484375, - -0.0325927734375, - -0.00592803955078125, - -0.01004791259765625, - -0.046630859375, - -0.025177001953125, - -0.0253753662109375, - 0.032012939453125, - -0.040008544921875, - -0.034149169921875, - 0.02166748046875, - -0.00829315185546875, - 0.01483154296875, - 0.01493072509765625, - 0.056610107421875, - -0.047821044921875, - 0.0024509429931640625, - -0.0013723373413085938, - 0.03765869140625, - -0.017852783203125, - 0.0043182373046875, - 0.011810302734375, - 0.006244659423828125, - 0.02069091796875, - -0.035919189453125, - 0.051513671875, - 0.04547119140625, - -0.037261962890625, - -0.054656982421875, - -0.04351806640625, - -0.0243988037109375, - 0.0223388671875, - 0.0010738372802734375, - 0.03240966796875, - -0.0086822509765625, - 0.006244659423828125, - -0.11712646484375, - 0.05035400390625, - -0.0160980224609375, - -0.0004239082336425781, - 0.0220489501953125, - 0.01366424560546875, - -0.07843017578125, - -0.047607421875, - -0.0023670196533203125, - 0.01971435546875, - -0.0273284912109375, - 0.0215606689453125, - 0.004657745361328125, - 0.0179595947265625, - -0.01000213623046875, - -0.01678466796875, - 0.0190277099609375, - 0.0462646484375, - 0.0284881591796875, - -0.02362060546875, - 0.0655517578125, - -0.040802001953125, - -0.0037326812744140625, - -0.0160980224609375, - -0.0009636878967285156, - 0.0018901824951171875, - -0.00209808349609375, - 0.004535675048828125, - 0.006122589111328125, - 0.0233154296875, - 0.055816650390625, - -0.01151275634765625, - 0.0170745849609375, - -0.0026226043701171875, - 0.01097869873046875, - 0.02362060546875, - -0.039215087890625, - -0.007366180419921875, - 0.01141357421875, - -0.031036376953125, - -0.0010976791381835938, - -0.08935546875, - -0.08160400390625, - 0.0083465576171875, - -0.032989501953125, - -0.011810302734375, - 0.0208892822265625, - 0.01678466796875, - 0.00926971435546875, - -0.037261962890625, - 0.032989501953125, - -0.01000213623046875, - -0.038055419921875, - -0.0200958251953125, - 0.02166748046875, - -0.026153564453125, - 0.047607421875, - -0.008392333984375, - -0.04156494140625, - 0.0240020751953125, - -0.0204010009765625, - -0.01219940185546875, - -0.03240966796875, - -0.03436279296875, - -0.031219482421875, - 0.015716552734375, - -0.0635986328125, - -0.031036376953125, - 0.0233154296875, - 0.032012939453125, - 0.026153564453125, - -0.018341064453125, - 0.049560546875, - 0.01248931884765625, - -0.06634521484375, - 0.037261962890625, - -0.00434112548828125, - -0.04254150390625, - 0.0023288726806640625, - -0.00926971435546875, - 0.00617218017578125, - 0.0238037109375, - 0.046844482421875, - 0.0263519287109375, - 0.0443115234375, - -0.004779815673828125, - -0.0335693359375, - 0.0089263916015625, - -0.03179931640625, - 0.0284881591796875, - 0.03338623046875, - 0.01102447509765625, - 0.0145416259765625, - 0.001201629638671875, - 0.0180511474609375, - -0.09912109375, - -0.012298583984375, - -0.04156494140625, - -0.053863525390625, - 0.01824951171875, - 0.078857421875, - 0.0229339599609375, - -0.0079498291015625, - 0.0215606689453125, - 0.0482177734375, - 0.032989501953125, - 0.0060272216796875, - 0.0011463165283203125, - -0.06634521484375, - -0.0155181884765625, - -0.006244659423828125, - 0.0200958251953125, - -0.051910400390625, - 0.040008544921875, - 0.0482177734375, - -0.0028171539306640625, - -0.01541900634765625, - 0.001384735107421875, - -0.00148773193359375, - 0.047027587890625, - 0.002964019775390625, - 0.0204925537109375, - -0.069091796875, - 0.0205841064453125, - 0.0279083251953125, - 0.0061492919921875, - -0.01078033447265625, - -0.01248931884765625, - -0.0006556510925292969, - 0.01971435546875, - -0.0635986328125, - -0.030242919921875, - 0.0165863037109375, - 0.0648193359375, - 0.01024627685546875, - -0.04058837890625, - -0.030242919921875, - 0.046630859375, - 0.0184478759765625, - -0.034942626953125, - 0.0038547515869140625, - 0.0169830322265625, - -0.0034389495849609375, - 0.007659912109375, - 0.050750732421875, - 0.0094146728515625, - 0.042144775390625, - 0.0190277099609375, - -0.059326171875, - 0.01971435546875, - 0.00556182861328125, - 0.01971435546875, - -0.01078033447265625, - -0.039825439453125, - -0.01195526123046875, - -0.053466796875, - 0.0374755859375, - 0.0160064697265625, - 0.023223876953125, - 0.00824737548828125, - -0.0015001296997070312, - -0.0209808349609375, - -0.003269195556640625, - 0.0306396484375, - 0.0491943359375, - 0.038848876953125, - 0.017364501953125, - 0.0181427001953125, - 0.00568389892578125, - 0.00853729248046875, - -0.0269317626953125, - 0.03179931640625, - -0.023223876953125, - -0.007709503173828125, - -0.07025146484375, - -0.00751495361328125, - 0.0017194747924804688, - -0.0208892822265625, - -0.006927490234375, - -0.0294647216796875, - 0.0189361572265625, - -0.00971221923828125, - -0.042755126953125, - -0.0210723876953125, - 0.0452880859375, - -0.03277587890625, - 0.0265350341796875, - 0.01219940185546875, - -0.035919189453125, - -0.005146026611328125, - -0.03570556640625, - 0.08978271484375, - 0.0306396484375, - 0.0244903564453125, - 0.00011056661605834961, - 0.015899658203125, - 0.040985107421875, - -0.0081939697265625, - 0.0032939910888671875, - 0.0184478759765625, - -0.0200958251953125, - 0.03863525390625, - 0.051513671875, - 0.005001068115234375, - -0.03863525390625, - 0.0191192626953125, - 0.005977630615234375, - -0.049560546875, - 0.057769775390625, - 0.03533935546875, - 0.0279083251953125, - -0.003902435302734375, - -0.003780364990234375, - -0.0284881591796875, - -0.08551025390625, - 0.06048583984375, - 0.0325927734375, - 0.0031223297119140625, - 0.042755126953125, - -0.03533935546875, - 0.040008544921875, - 0.02362060546875, - 0.04547119140625, - -0.055816650390625, - 0.0413818359375, - -0.0113677978515625, - -0.0194244384765625, - 0.00010901689529418945, - 0.02215576171875, - -0.016387939453125, - 0.0267333984375, - -0.0259552001953125, - 0.058563232421875, - 0.005268096923828125, - -0.032012939453125, - -0.0635986328125, - -0.0277099609375, - 0.00568389892578125, - 0.00441741943359375, - 0.044097900390625, - -0.040008544921875, - -0.003086090087890625, - -0.016204833984375, - 0.01092529296875, - 0.0714111328125, - -0.00270843505859375, - 0.0288848876953125, - -0.00780487060546875, - -0.025177001953125, - -0.0019512176513671875, - -0.02215576171875 - ], - "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_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_NetworkMiner", - "type": "tool", - "name": "NetworkMiner", - "content": "networkminer der forensische netzwerk-analyzer extrahiert artefakte aus pcap-dateien mit fokus auf inhalts-rekonstruktion statt paket-details. automatische extraktion von dateien (bilder, dokumente, executables) aus http, ftp, tftp und smb-traffic. credentials-harvesting findet passwörter in klartext- protokollen. host-inventar mit os-fingerprinting, offenen ports und services. dns-resolution-timeline zeigt domain-lookups. keyword-search über alle extrahierten inhalte. die professional-version bietet geo-ip-lokalisierung, voip-rekonstruktion und kommandozeilen-scripting. besonders wertvoll: frame-reassembly auch bei packet-loss. export zu csv/xml für weitere analyse. die intuitive gui macht es zugänglich für nicht-netzwerk-spezialisten. limitiert bei verschlüsseltem traffic, glänzt bei klartext-protokollen und malware-c2-analyse. gui file-reconstruction pcap-capture session-reconstruction dns-resolution triage credential-extraction os-fingerprinting keyword-search artifact-extraction cleartext-protocols frame-reassembly incident-response static-investigations malware-analysis network-forensics examination analysis", - "embedding": [ - -0.01593017578125, - 0.01442718505859375, - 0.028106689453125, - 0.01021575927734375, - 0.03973388671875, - 0.01629638671875, - 0.0066070556640625, - -0.00604248046875, - -0.0204315185546875, - -0.030731201171875, - -0.04833984375, - 0.049835205078125, - 0.0194854736328125, - -0.0194854736328125, - -0.0640869140625, - 0.02679443359375, - 0.0016279220581054688, - 0.0010423660278320312, - 0.007587432861328125, - 0.005435943603515625, - -0.01358795166015625, - -0.0185546875, - -0.02398681640625, - 0.002704620361328125, - 0.004192352294921875, - 0.017425537109375, - -0.02239990234375, - -0.068603515625, - -0.0301666259765625, - 0.0205230712890625, - -0.0060882568359375, - -0.02398681640625, - 0.012176513671875, - 0.02923583984375, - 0.00604248046875, - -0.0343017578125, - 0.01715087890625, - -0.040863037109375, - -0.044219970703125, - 0.042724609375, - -0.0169525146484375, - 0.0053863525390625, - 0.00899505615234375, - -0.0164031982421875, - -0.045166015625, - -0.035980224609375, - -0.007495880126953125, - -0.0012178421020507812, - 0.01517486572265625, - -0.0311126708984375, - 0.033721923828125, - 0.009185791015625, - -0.001827239990234375, - -0.00330352783203125, - -0.044219970703125, - 0.0269775390625, - 0.03521728515625, - -0.01593017578125, - -0.036529541015625, - 0.070068359375, - -0.03485107421875, - -0.0249176025390625, - 0.0028228759765625, - -0.02679443359375, - 0.0127410888671875, - 0.0236968994140625, - -0.0177154541015625, - -0.038787841796875, - 0.024169921875, - 0.003021240234375, - 0.01091766357421875, - -0.025115966796875, - -0.017333984375, - 0.041229248046875, - -0.040863037109375, - -0.0455322265625, - 0.005809783935546875, - 0.0245513916015625, - 0.0107269287109375, - 0.0027179718017578125, - -0.06109619140625, - 0.019866943359375, - 0.039337158203125, - -0.007778167724609375, - -0.0221099853515625, - -0.0022487640380859375, - 0.041412353515625, - -0.0141448974609375, - 0.007167816162109375, - 0.0040283203125, - 0.0301666259765625, - 0.0010662078857421875, - 0.017608642578125, - -0.0322265625, - 0.044586181640625, - 0.05322265625, - -0.02679443359375, - 0.00927734375, - 0.01490020751953125, - 0.0236968994140625, - 0.021270751953125, - -0.03955078125, - 0.0738525390625, - 0.0007963180541992188, - 0.0180816650390625, - -0.0294189453125, - 0.01129150390625, - -0.0027294158935546875, - -0.0099334716796875, - -0.0273590087890625, - -0.09033203125, - -0.0284881591796875, - -0.0247344970703125, - -0.06109619140625, - -0.00025773048400878906, - 0.0207061767578125, - -0.022491455078125, - 0.06781005859375, - -0.04833984375, - -0.039337158203125, - 0.0273590087890625, - 0.0020961761474609375, - -0.0125579833984375, - -0.022674560546875, - -0.074951171875, - -0.06561279296875, - -0.0260467529296875, - 0.047027587890625, - -0.038421630859375, - -0.006557464599609375, - -0.007167816162109375, - -0.01593017578125, - 0.0026111602783203125, - -0.0030918121337890625, - 0.0086212158203125, - -0.025299072265625, - 0.0311126708984375, - -0.00627899169921875, - -0.0225830078125, - 0.017608642578125, - 0.057342529296875, - -0.028289794921875, - -0.046661376953125, - 0.0060882568359375, - -0.033172607421875, - -0.01100921630859375, - -0.01049041748046875, - 0.0528564453125, - -0.0218353271484375, - 0.005340576171875, - -0.00693511962890625, - 0.027740478515625, - 0.062225341796875, - -0.0019445419311523438, - 0.0235137939453125, - -0.0693359375, - -0.0231475830078125, - -0.035797119140625, - 0.040283203125, - -0.0258636474609375, - -0.0207977294921875, - -0.00405120849609375, - -0.010589599609375, - 0.0127410888671875, - -0.0114288330078125, - -0.028289794921875, - -0.0423583984375, - 0.01114654541015625, - 0.003208160400390625, - -0.016204833984375, - 0.017242431640625, - 0.01091766357421875, - 0.073486328125, - 0.06781005859375, - 0.022491455078125, - 0.049835205078125, - 0.00010687112808227539, - -0.004825592041015625, - 0.01293182373046875, - 0.0399169921875, - -0.007354736328125, - -0.0059967041015625, - 0.039154052734375, - 0.009185791015625, - 0.0232391357421875, - -0.01715087890625, - -0.0262298583984375, - -0.0205230712890625, - -0.0106353759765625, - 0.0245513916015625, - -0.036529541015625, - -0.0399169921875, - -0.0177154541015625, - 0.0273590087890625, - 0.028289794921875, - 0.081298828125, - 0.019866943359375, - -0.01087188720703125, - 0.04833984375, - -0.0164031982421875, - 0.0024471282958984375, - 0.0181732177734375, - -0.0290374755859375, - 0.016021728515625, - 0.0298004150390625, - 0.01245880126953125, - -0.013214111328125, - 0.040863037109375, - 0.01166534423828125, - -0.02435302734375, - -0.0029163360595703125, - 0.06561279296875, - -0.00913238525390625, - -0.01157379150390625, - -0.0269775390625, - -0.0399169921875, - 0.012176513671875, - -0.0081024169921875, - -0.003864288330078125, - 0.01161956787109375, - -0.002811431884765625, - -0.051727294921875, - 0.006137847900390625, - 0.028106689453125, - -0.01629638671875, - 0.04779052734375, - 0.0262298583984375, - -0.038787841796875, - -0.025299072265625, - 0.0303497314453125, - 0.0262298583984375, - 0.01114654541015625, - 0.0024013519287109375, - 0.0153656005859375, - 0.0020847320556640625, - -0.0156402587890625, - 0.0528564453125, - 0.049468994140625, - 0.0182647705078125, - 0.01166534423828125, - -0.007167816162109375, - 0.0219268798828125, - -0.03204345703125, - 0.04327392578125, - 0.031494140625, - -0.021270751953125, - -0.00042748451232910156, - 0.005645751953125, - 0.02117919921875, - 0.04010009765625, - -0.033721923828125, - 0.01021575927734375, - -0.0697021484375, - -0.026611328125, - -0.0704345703125, - -0.0178985595703125, - -0.0528564453125, - -0.049835205078125, - 0.04010009765625, - -0.0153656005859375, - -0.0318603515625, - 0.0018739700317382812, - -0.00028395652770996094, - 0.018646240234375, - 0.06744384765625, - -0.01311492919921875, - -0.032806396484375, - 0.0029506683349609375, - 0.0753173828125, - 0.002002716064453125, - -0.02435302734375, - -0.01433563232421875, - 0.024169921875, - -0.003162384033203125, - 0.032806396484375, - -0.0207977294921875, - 0.0194854736328125, - 0.053955078125, - 0.0260467529296875, - 0.028289794921875, - -0.008056640625, - 0.0017566680908203125, - -0.00824737548828125, - 0.016204833984375, - -0.05657958984375, - -0.0006499290466308594, - -0.0020618438720703125, - 0.0018968582153320312, - 0.0141448974609375, - -0.0648193359375, - -0.0081024169921875, - 0.0301666259765625, - -0.0022258758544921875, - 0.0182647705078125, - 0.0221099853515625, - -0.052459716796875, - 0.0169525146484375, - -0.023895263671875, - 0.00505828857421875, - 0.025482177734375, - 0.047607421875, - -0.0165863037109375, - 0.026611328125, - 0.003513336181640625, - 0.0032787322998046875, - -0.0299835205078125, - -0.05657958984375, - -0.033172607421875, - -0.00702667236328125, - -0.03521728515625, - -0.035614013671875, - 0.02032470703125, - -0.022674560546875, - 0.014617919921875, - -0.00908660888671875, - 0.0016279220581054688, - -0.0154571533203125, - -0.05584716796875, - -0.000010073184967041016, - -0.007541656494140625, - -0.03521728515625, - -0.0108184814453125, - 0.06744384765625, - 0.015838623046875, - 0.027923583984375, - 0.0098876953125, - 0.016204833984375, - -0.052093505859375, - 0.0423583984375, - -0.003864288330078125, - 0.01180267333984375, - 0.00829315185546875, - 0.03765869140625, - 0.0238037109375, - 0.00965118408203125, - 0.05023193359375, - 0.043487548828125, - 0.01751708984375, - -0.030914306640625, - -0.0099334716796875, - 0.0207061767578125, - -0.00199127197265625, - 0.041595458984375, - 0.0003044605255126953, - -0.0288543701171875, - -0.0218353271484375, - -0.04046630859375, - 0.0081024169921875, - 0.02435302734375, - 0.03485107421875, - 0.01087188720703125, - -0.01100921630859375, - -0.0011301040649414062, - 0.051727294921875, - 0.0080108642578125, - 0.1124267578125, - 0.0037479400634765625, - -0.035430908203125, - 0.01348876953125, - 0.06781005859375, - -0.0030918121337890625, - -0.01377105712890625, - 0.036529541015625, - 0.006885528564453125, - 0.01311492919921875, - 0.02276611328125, - -0.01611328125, - 0.0191192626953125, - 0.00475311279296875, - -0.0298004150390625, - -0.00566864013671875, - -0.023895263671875, - 0.01157379150390625, - 0.0648193359375, - 0.0139617919921875, - 0.0053863525390625, - 0.041778564453125, - -0.0343017578125, - -0.028106689453125, - -0.0584716796875, - -0.07757568359375, - -0.007965087890625, - 0.027923583984375, - -0.0006413459777832031, - 0.043853759765625, - -0.0238037109375, - -0.07830810546875, - 0.00838470458984375, - -0.046661376953125, - 0.0753173828125, - 0.041778564453125, - 0.03466796875, - 0.033905029296875, - -0.0050811767578125, - 0.017608642578125, - 0.03240966796875, - 0.01049041748046875, - 0.018646240234375, - 0.0689697265625, - 0.0284881591796875, - 0.0039825439453125, - -0.00913238525390625, - 0.0140533447265625, - 0.0258636474609375, - 0.01367950439453125, - -0.005130767822265625, - 0.033721923828125, - 0.0003483295440673828, - 0.044403076171875, - -0.038787841796875, - 0.0350341796875, - 0.02117919921875, - -0.0133056640625, - 0.0164947509765625, - -0.0208892822265625, - 0.01995849609375, - -0.036163330078125, - 0.00431060791015625, - 0.0004391670227050781, - 0.017242431640625, - 0.0406494140625, - 0.0178985595703125, - -0.052093505859375, - -0.0350341796875, - 0.040283203125, - -0.047393798828125, - 0.017333984375, - 0.005107879638671875, - -0.01039886474609375, - 0.01451873779296875, - -0.0179901123046875, - -0.024169921875, - 0.0290374755859375, - -0.02642822265625, - -0.0406494140625, - 0.0141448974609375, - 0.0032558441162109375, - -0.044403076171875, - -0.041595458984375, - -0.0193939208984375, - -0.0290374755859375, - -0.0141448974609375, - -0.03167724609375, - 0.016204833984375, - -0.00395965576171875, - 0.01129150390625, - 0.027740478515625, - 0.033538818359375, - 0.0003044605255126953, - -0.0234222412109375, - 0.0374755859375, - -0.01358795166015625, - -0.0367431640625, - 0.046112060546875, - 0.010772705078125, - 0.0127410888671875, - -0.037109375, - -0.02960205078125, - 0.0005474090576171875, - 0.00284576416015625, - 0.0019683837890625, - 0.014801025390625, - -0.021087646484375, - -0.0234222412109375, - -0.046112060546875, - 0.0528564453125, - -0.009979248046875, - 0.027740478515625, - -0.01293182373046875, - -0.040863037109375, - 0.004638671875, - -0.036346435546875, - 0.000179290771484375, - 0.01873779296875, - -0.0066070556640625, - -0.0245513916015625, - 0.07421875, - -0.0023651123046875, - -0.02032470703125, - -0.00960540771484375, - 0.038238525390625, - -0.005901336669921875, - -0.00787353515625, - -0.03167724609375, - 0.040863037109375, - 0.0057373046875, - -0.058074951171875, - -0.007167816162109375, - -0.01837158203125, - -0.007587432861328125, - 0.046661376953125, - -0.043853759765625, - 0.00965118408203125, - -0.01091766357421875, - -0.05621337890625, - -0.0205230712890625, - -0.02154541015625, - -0.01508331298828125, - -0.049102783203125, - 0.0260467529296875, - 0.031280517578125, - 0.0166778564453125, - 0.038604736328125, - 0.0269775390625, - -0.0156402587890625, - 0.0249176025390625, - -0.00833892822265625, - -0.02960205078125, - 0.04833984375, - -0.0535888671875, - -0.0209808349609375, - 0.01190185546875, - 0.0298004150390625, - -0.0218353271484375, - 0.00304412841796875, - 0.01302337646484375, - -0.0262298583984375, - 0.033172607421875, - -0.063720703125, - 0.0026702880859375, - -0.0113372802734375, - -0.03204345703125, - -0.0231475830078125, - -0.004215240478515625, - 0.0374755859375, - 0.041229248046875, - -0.01377105712890625, - -0.01490020751953125, - 0.043487548828125, - -0.038421630859375, - 0.0275421142578125, - 0.0208892822265625, - -0.0003952980041503906, - 0.0052947998046875, - 0.00016546249389648438, - 0.00965118408203125, - 0.0019445419311523438, - 0.037109375, - -0.01110076904296875, - -0.030731201171875, - -0.07086181640625, - 0.01180267333984375, - -0.0245513916015625, - -0.0028228759765625, - -0.0222015380859375, - -0.052459716796875, - -0.030731201171875, - -0.01100921630859375, - 0.044586181640625, - 0.022491455078125, - 0.01311492919921875, - -0.0288543701171875, - -0.0209808349609375, - -0.0006589889526367188, - -0.0301666259765625, - 0.0271759033203125, - -0.00702667236328125, - 0.0260467529296875, - 0.025482177734375, - -0.0236968994140625, - 0.03485107421875, - 0.0245513916015625, - 0.036163330078125, - 0.02923583984375, - 0.004169464111328125, - -0.025482177734375, - -0.0112457275390625, - -0.00475311279296875, - -0.01190185546875, - 0.005435943603515625, - -0.01629638671875, - 0.0206146240234375, - -0.0046844482421875, - 0.003185272216796875, - 0.0025539398193359375, - 0.033538818359375, - 0.0204315185546875, - -0.0009546279907226562, - 0.01087188720703125, - 0.037841796875, - -0.0194854736328125, - 0.06182861328125, - -0.0218353271484375, - -0.0217437744140625, - 0.0133056640625, - -0.013214111328125, - 0.049102783203125, - 0.027923583984375, - -0.017242431640625, - -0.0325927734375, - 0.00885772705078125, - 0.054351806640625, - -0.00632476806640625, - -0.0528564453125, - -0.017242431640625, - 0.0249176025390625, - 0.036346435546875, - 0.047027587890625, - 0.00978851318359375, - 0.0322265625, - 0.01377105712890625, - -0.004428863525390625, - 0.057708740234375, - 0.07421875, - 0.0139617919921875, - -0.0164947509765625, - -0.049102783203125, - -0.006885528564453125, - 0.0010128021240234375, - -0.0165863037109375, - -0.043853759765625, - -0.01007080078125, - 0.059600830078125, - -0.064453125, - -0.0325927734375, - 0.005855560302734375, - 0.02923583984375, - 0.0029392242431640625, - 0.00365447998046875, - -0.030914306640625, - 0.0325927734375, - 0.01021575927734375, - -0.05322265625, - 0.0006794929504394531, - -0.01110076904296875, - 0.0204315185546875, - 0.04833984375, - 0.021636962890625, - -0.0294189453125, - 0.043487548828125, - 0.04217529296875, - 0.049102783203125, - 0.018463134765625, - 0.05657958984375, - 0.031280517578125, - 0.007587432861328125, - 0.035797119140625, - 0.06146240234375, - -0.0249176025390625, - -0.0156402587890625, - 0.0288543701171875, - 0.03411865234375, - 0.04833984375, - 0.049468994140625, - 0.00627899169921875, - -0.0016164779663085938, - 0.0011539459228515625, - -0.0487060546875, - -0.0060882568359375, - 0.0017213821411132812, - -0.00838470458984375, - -0.0233306884765625, - -0.03411865234375, - 0.0301666259765625, - -0.0458984375, - 0.0290374755859375, - 0.007167816162109375, - -0.04217529296875, - -0.0113372802734375, - 0.0423583984375, - -0.0168609619140625, - -0.07232666015625, - 0.032989501953125, - -0.0133056640625, - -0.040283203125, - -0.0208892822265625, - -0.04217529296875, - 0.033538818359375, - -0.017333984375, - -0.053955078125, - -0.0247344970703125, - 0.0299835205078125, - -0.01555633544921875, - -0.03485107421875, - -0.01611328125, - 0.0245513916015625, - -0.028106689453125, - -0.037109375, - -0.054351806640625, - -0.0238037109375, - 0.0207977294921875, - -0.0231475830078125, - -0.00899505615234375, - -0.003841400146484375, - -0.0154571533203125, - 0.0022602081298828125, - 0.00698089599609375, - -0.0286712646484375, - 0.040863037109375, - -0.0455322265625, - 0.055084228515625, - 0.0217437744140625, - 0.001827239990234375, - 0.0194854736328125, - 0.062225341796875, - -0.0052947998046875, - 0.005573272705078125, - -0.0219268798828125, - -0.05133056640625, - -0.0031147003173828125, - 0.0098876953125, - 0.025115966796875, - -0.0584716796875, - 0.0168609619140625, - 0.038970947265625, - -0.07421875, - -0.004428863525390625, - 0.005573272705078125, - -0.016021728515625, - -0.046844482421875, - 0.03204345703125, - 0.005458831787109375, - -0.01236724853515625, - 0.08056640625, - -0.00698089599609375, - -0.01629638671875, - 0.01433563232421875, - -0.059600830078125, - 0.052093505859375, - 0.0053863525390625, - 0.0217437744140625, - -0.038421630859375, - 0.026611328125, - 0.025115966796875, - -0.0322265625, - -0.0016632080078125, - -0.0858154296875, - -0.025115966796875, - 0.0152740478515625, - 0.0207061767578125, - -0.0053863525390625, - 0.00006151199340820312, - -0.039154052734375, - -0.01715087890625, - -0.01555633544921875, - 0.00847625732421875, - -0.00016391277313232422, - 0.01517486572265625, - -0.0458984375, - 0.0033969879150390625, - 0.003162384033203125, - -0.068603515625, - -0.047027587890625, - -0.0189208984375, - 0.01180267333984375, - 0.0066070556640625, - -0.052459716796875, - 0.0262298583984375, - 0.0207061767578125, - 0.0019092559814453125, - 0.0311126708984375, - 0.043670654296875, - -0.047027587890625, - 0.00496673583984375, - -0.0024127960205078125, - 0.040863037109375, - -0.004474639892578125, - 0.01068115234375, - -0.021636962890625, - -0.001094818115234375, - 0.0221099853515625, - -0.03973388671875, - 0.0303497314453125, - 0.038604736328125, - -0.03973388671875, - -0.063720703125, - -0.0245513916015625, - 0.0039825439453125, - 0.0208892822265625, - 0.0021190643310546875, - 0.02679443359375, - -0.021270751953125, - -0.0112457275390625, - -0.097412109375, - 0.049468994140625, - -0.00540924072265625, - 0.018646240234375, - 0.03240966796875, - -0.021636962890625, - -0.07794189453125, - -0.03521728515625, - -0.0221099853515625, - 0.033721923828125, - -0.039154052734375, - 0.05657958984375, - 0.01499176025390625, - 0.01161956787109375, - 0.00279998779296875, - -0.00041866302490234375, - 0.004894256591796875, - 0.049102783203125, - 0.0262298583984375, - -0.05023193359375, - 0.0791015625, - -0.0286712646484375, - 0.0002751350402832031, - -0.02960205078125, - -0.0128326416015625, - -0.0213623046875, - -0.0164031982421875, - -0.0343017578125, - 0.0013408660888671875, - 0.02642822265625, - 0.041229248046875, - -0.023895263671875, - 0.0249176025390625, - 0.0016164779663085938, - 0.0138702392578125, - 0.020050048828125, - -0.0013818740844726562, - 0.0087127685546875, - 0.0140533447265625, - -0.0027179718017578125, - -0.036163330078125, - -0.0592041015625, - -0.07232666015625, - -0.0011129379272460938, - -0.046661376953125, - -0.0011186599731445312, - 0.0133056640625, - 0.0092315673828125, - 0.00665283203125, - -0.0233306884765625, - 0.013214111328125, - -0.01311492919921875, - -0.03729248046875, - -0.0273590087890625, - 0.01129150390625, - -0.002330780029296875, - 0.025482177734375, - 0.006885528564453125, - -0.00969696044921875, - 0.021087646484375, - 0.0094146728515625, - -0.0133056640625, - -0.0235137939453125, - 0.0107269287109375, - -0.0374755859375, - 0.006183624267578125, - -0.07568359375, - -0.02032470703125, - 0.01114654541015625, - 0.04254150390625, - -0.007965087890625, - -0.025665283203125, - 0.047393798828125, - -0.0206146240234375, - -0.06707763671875, - 0.02923583984375, - -0.0168609619140625, - -0.04779052734375, - 0.0275421142578125, - -0.0247344970703125, - -0.0009369850158691406, - 0.0192108154296875, - 0.0479736328125, - 0.05322265625, - 0.0288543701171875, - 0.0269775390625, - -0.0247344970703125, - -0.0207977294921875, - -0.02154541015625, - 0.0301666259765625, - 0.0181732177734375, - 0.02679443359375, - -0.00540924072265625, - 0.030914306640625, - -0.0157470703125, - -0.0791015625, - -0.0311126708984375, - -0.0180816650390625, - -0.051727294921875, - 0.0004887580871582031, - 0.06707763671875, - 0.05023193359375, - -0.0138702392578125, - 0.0209808349609375, - 0.025482177734375, - 0.0258636474609375, - 0.00637054443359375, - -0.019775390625, - -0.059600830078125, - -0.0095062255859375, - 0.036529541015625, - 0.0218353271484375, - -0.064453125, - 0.039154052734375, - 0.06109619140625, - -0.0107269287109375, - -0.02117919921875, - 0.0008492469787597656, - 0.0004069805145263672, - 0.03521728515625, - 0.0193023681640625, - 0.02679443359375, - -0.054718017578125, - 0.0085296630859375, - 0.011474609375, - -0.0026702880859375, - -0.01044464111328125, - -0.007122039794921875, - -0.0374755859375, - 0.03411865234375, - -0.060333251953125, - -0.0027866363525390625, - 0.0156402587890625, - 0.051727294921875, - 0.0311126708984375, - -0.03973388671875, - -0.0225830078125, - 0.0311126708984375, - 0.0177154541015625, - -0.030548095703125, - 0.0192108154296875, - -0.0009427070617675781, - -0.0262298583984375, - 0.043853759765625, - 0.036529541015625, - 0.009185791015625, - 0.036163330078125, - 0.0286712646484375, - -0.062225341796875, - 0.01629638671875, - -0.0079193115234375, - 0.015838623046875, - 0.00824737548828125, - -0.030914306640625, - -0.01087188720703125, - -0.051727294921875, - 0.0487060546875, - 0.0294189453125, - 0.027740478515625, - 0.0140533447265625, - -0.00885772705078125, - 0.017425537109375, - 0.00440216064453125, - 0.01348876953125, - 0.025115966796875, - 0.035614013671875, - 0.01236724853515625, - 0.023895263671875, - 0.01190185546875, - -0.00763702392578125, - -0.0288543701171875, - 0.0182647705078125, - -0.02960205078125, - -0.00284576416015625, - -0.040863037109375, - -0.0154571533203125, - 0.0005884170532226562, - -0.005901336669921875, - -0.04327392578125, - -0.049835205078125, - -0.003021240234375, - -0.013214111328125, - -0.0447998046875, - 0.0015344619750976562, - 0.049835205078125, - -0.04217529296875, - 0.018646240234375, - 0.03521728515625, - -0.0004010200500488281, - 0.036346435546875, - -0.06597900390625, - 0.07830810546875, - 0.00927734375, - 0.020233154296875, - -0.0168609619140625, - 0.00400543212890625, - 0.01180267333984375, - -0.00461578369140625, - 0.0012769699096679688, - 0.0322265625, - -0.03448486328125, - 0.038421630859375, - 0.042724609375, - 0.003864288330078125, - -0.0232391357421875, - 0.011474609375, - -0.0019207000732421875, - -0.040283203125, - 0.032989501953125, - -0.0036067962646484375, - 0.0125579833984375, - -0.0247344970703125, - -0.0060882568359375, - -0.0006732940673828125, - -0.046295166015625, - 0.052459716796875, - 0.038238525390625, - -0.0138702392578125, - 0.01030731201171875, - -0.0738525390625, - 0.0367431640625, - 0.00061798095703125, - 0.058074951171875, - -0.043853759765625, - 0.0286712646484375, - -0.0303497314453125, - 0.01433563232421875, - -0.0154571533203125, - 0.0019550323486328125, - 0.0026111602783203125, - 0.0165863037109375, - -0.01026153564453125, - 0.06256103515625, - 0.01302337646484375, - 0.0029048919677734375, - -0.06671142578125, - -0.005527496337890625, - 0.0016279220581054688, - 0.015838623046875, - 0.0207061767578125, - -0.036346435546875, - -0.025665283203125, - 0.025482177734375, - 0.030731201171875, - 0.0753173828125, - -0.01030731201171875, - 0.0367431640625, - 0.011474609375, - -0.0003514289855957031, - -0.0100250244140625, - -0.0178985595703125 - ], - "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" - ], - "skillLevel": "beginner", - "type": "tool" - } - }, { "id": "concept_Regular_Expressions__Regex_", "type": "concept", @@ -114953,1065 +114953,6 @@ "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", @@ -117070,6 +116011,1065 @@ "skillLevel": "intermediate", "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" + } } ] } \ No newline at end of file diff --git a/src/components/AIQueryInterface.astro b/src/components/AIQueryInterface.astro index bf17ebb..fd0479d 100644 --- a/src/components/AIQueryInterface.astro +++ b/src/components/AIQueryInterface.astro @@ -2,7 +2,6 @@ import { getToolsData } from '../utils/dataService.js'; const data = await getToolsData(); - const tools = data.tools; const phases = data.phases; const domainAgnosticSoftware = data['domain-agnostic-software'] || []; @@ -24,633 +23,711 @@ const domainAgnosticSoftware = data['domain-agnostic-software'] || [];

    -
    -
    - - - - - - Workflow-Empfehlung - - -
    -
    +
    + +
    + + + + + + Workflow-Empfehlung + + +
    +
    +
    + + + + + + Spezifische Software oder Methode +
    - - - - - - Spezifische Software oder Methode - -
    -
    -
    - -
    - -
    -
    -
    -
    - - - - - + +
    +
    + +
    0/2000
    +
    + +
    +
    +
    +
    + + + + + +
    +
    +

    Intelligente Hilfe

    +

    + Während Sie tippen, analysiert die KI Ihre Eingabe und schlägt gezielten Fragen vor. +

    +
    + Aktiviert ab: + 40+ Zeichen +
    +
    -
    -

    Intelligente Hilfe

    -

    - Während Sie tippen, analysiert die KI Ihre Eingabe und schlägt gezielten Fragen vor, um Ihr Szenario zu präzisieren. -

    -
    - Aktiviert ab: - 40+ Zeichen +
    + +
    -